diff --git a/grammar.js b/grammar.js index 9724c26..cda6922 100644 --- a/grammar.js +++ b/grammar.js @@ -184,6 +184,7 @@ module.exports = grammar({ optional($.modifiers), "typealias", alias($.simple_identifier, $.type_identifier), + optional($.type_parameters), "=", $._type ), diff --git a/src/grammar.json b/src/grammar.json index 08eb975..0937294 100644 --- a/src/grammar.json +++ b/src/grammar.json @@ -267,6 +267,18 @@ "named": true, "value": "type_identifier" }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "type_parameters" + }, + { + "type": "BLANK" + } + ] + }, { "type": "STRING", "value": "=" diff --git a/src/node-types.json b/src/node-types.json index 2c1ea12..759126a 100644 --- a/src/node-types.json +++ b/src/node-types.json @@ -8110,6 +8110,10 @@ "type": "type_modifiers", "named": true }, + { + "type": "type_parameters", + "named": true + }, { "type": "user_type", "named": true diff --git a/src/parser.c b/src/parser.c index d3c740e..627e156 100644 --- a/src/parser.c +++ b/src/parser.c @@ -6,8 +6,8 @@ #endif #define LANGUAGE_VERSION 14 -#define STATE_COUNT 9524 -#define LARGE_STATE_COUNT 4429 +#define STATE_COUNT 9578 +#define LARGE_STATE_COUNT 4437 #define SYMBOL_COUNT 346 #define ALIAS_COUNT 3 #define TOKEN_COUNT 148 @@ -2509,333 +2509,333 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [2] = 2, [3] = 3, [4] = 2, - [5] = 5, - [6] = 3, - [7] = 3, - [8] = 5, - [9] = 2, - [10] = 3, - [11] = 3, - [12] = 2, - [13] = 2, + [5] = 3, + [6] = 6, + [7] = 2, + [8] = 3, + [9] = 3, + [10] = 2, + [11] = 2, + [12] = 3, + [13] = 6, [14] = 3, [15] = 2, - [16] = 2, + [16] = 3, [17] = 3, [18] = 3, [19] = 2, [20] = 3, [21] = 2, - [22] = 2, - [23] = 3, - [24] = 3, + [22] = 3, + [23] = 2, + [24] = 2, [25] = 2, - [26] = 2, - [27] = 3, + [26] = 3, + [27] = 2, [28] = 2, [29] = 3, - [30] = 2, - [31] = 3, + [30] = 3, + [31] = 2, [32] = 2, [33] = 3, [34] = 3, [35] = 2, - [36] = 2, + [36] = 3, [37] = 2, - [38] = 3, + [38] = 2, [39] = 3, - [40] = 2, - [41] = 3, + [40] = 3, + [41] = 2, [42] = 3, [43] = 3, [44] = 2, [45] = 2, [46] = 2, [47] = 3, - [48] = 3, - [49] = 2, + [48] = 2, + [49] = 3, [50] = 2, [51] = 3, [52] = 52, [53] = 53, [54] = 54, - [55] = 5, + [55] = 6, [56] = 2, [57] = 3, [58] = 58, [59] = 59, - [60] = 60, + [60] = 58, [61] = 59, - [62] = 58, + [62] = 62, [63] = 59, - [64] = 59, - [65] = 65, - [66] = 58, - [67] = 59, + [64] = 58, + [65] = 58, + [66] = 66, + [67] = 58, [68] = 58, - [69] = 69, + [69] = 59, [70] = 59, - [71] = 59, - [72] = 72, + [71] = 71, + [72] = 59, [73] = 59, - [74] = 74, + [74] = 59, [75] = 59, [76] = 59, [77] = 59, [78] = 78, - [79] = 58, - [80] = 80, - [81] = 59, + [79] = 79, + [80] = 59, + [81] = 81, [82] = 59, - [83] = 59, + [83] = 83, [84] = 59, - [85] = 58, - [86] = 5, - [87] = 87, - [88] = 87, - [89] = 87, - [90] = 87, - [91] = 87, - [92] = 87, - [93] = 3, - [94] = 87, - [95] = 2, - [96] = 87, - [97] = 87, - [98] = 87, - [99] = 87, - [100] = 87, - [101] = 87, - [102] = 87, - [103] = 87, - [104] = 87, - [105] = 87, - [106] = 87, - [107] = 87, - [108] = 87, - [109] = 87, - [110] = 87, - [111] = 87, - [112] = 87, + [85] = 59, + [86] = 6, + [87] = 2, + [88] = 88, + [89] = 88, + [90] = 3, + [91] = 88, + [92] = 88, + [93] = 88, + [94] = 88, + [95] = 88, + [96] = 88, + [97] = 88, + [98] = 88, + [99] = 88, + [100] = 88, + [101] = 88, + [102] = 88, + [103] = 88, + [104] = 88, + [105] = 88, + [106] = 88, + [107] = 88, + [108] = 88, + [109] = 88, + [110] = 88, + [111] = 88, + [112] = 88, [113] = 113, [114] = 114, - [115] = 115, - [116] = 113, - [117] = 115, - [118] = 115, - [119] = 114, - [120] = 115, - [121] = 113, - [122] = 122, - [123] = 122, - [124] = 113, - [125] = 113, - [126] = 115, - [127] = 115, - [128] = 114, + [115] = 113, + [116] = 116, + [117] = 114, + [118] = 116, + [119] = 116, + [120] = 113, + [121] = 121, + [122] = 121, + [123] = 113, + [124] = 114, + [125] = 116, + [126] = 114, + [127] = 121, + [128] = 121, [129] = 114, - [130] = 122, - [131] = 114, - [132] = 114, - [133] = 114, - [134] = 115, - [135] = 115, - [136] = 122, - [137] = 122, - [138] = 122, - [139] = 122, - [140] = 113, + [130] = 116, + [131] = 116, + [132] = 121, + [133] = 113, + [134] = 114, + [135] = 121, + [136] = 121, + [137] = 121, + [138] = 113, + [139] = 114, + [140] = 116, [141] = 113, [142] = 114, - [143] = 122, - [144] = 115, - [145] = 114, - [146] = 115, - [147] = 5, - [148] = 115, - [149] = 115, - [150] = 122, - [151] = 114, - [152] = 113, - [153] = 113, - [154] = 115, - [155] = 113, - [156] = 122, - [157] = 114, - [158] = 115, - [159] = 114, - [160] = 114, - [161] = 115, - [162] = 122, - [163] = 122, + [143] = 113, + [144] = 113, + [145] = 121, + [146] = 116, + [147] = 116, + [148] = 113, + [149] = 121, + [150] = 113, + [151] = 121, + [152] = 114, + [153] = 114, + [154] = 114, + [155] = 116, + [156] = 116, + [157] = 121, + [158] = 113, + [159] = 116, + [160] = 113, + [161] = 114, + [162] = 121, + [163] = 121, [164] = 113, - [165] = 115, - [166] = 114, - [167] = 122, - [168] = 113, - [169] = 115, - [170] = 122, - [171] = 115, - [172] = 114, + [165] = 116, + [166] = 121, + [167] = 121, + [168] = 116, + [169] = 114, + [170] = 121, + [171] = 114, + [172] = 113, [173] = 113, - [174] = 113, - [175] = 122, - [176] = 114, - [177] = 113, - [178] = 115, - [179] = 115, + [174] = 116, + [175] = 116, + [176] = 116, + [177] = 114, + [178] = 114, + [179] = 113, [180] = 114, - [181] = 115, + [181] = 121, [182] = 113, - [183] = 122, - [184] = 122, - [185] = 122, - [186] = 115, - [187] = 114, - [188] = 114, - [189] = 113, - [190] = 113, - [191] = 113, - [192] = 122, - [193] = 122, - [194] = 114, - [195] = 115, - [196] = 113, - [197] = 114, - [198] = 113, - [199] = 122, - [200] = 122, - [201] = 115, - [202] = 113, - [203] = 113, - [204] = 115, - [205] = 114, - [206] = 115, - [207] = 115, - [208] = 114, - [209] = 114, - [210] = 122, - [211] = 113, - [212] = 122, - [213] = 2, - [214] = 214, + [183] = 116, + [184] = 116, + [185] = 113, + [186] = 114, + [187] = 116, + [188] = 121, + [189] = 121, + [190] = 114, + [191] = 6, + [192] = 114, + [193] = 116, + [194] = 113, + [195] = 113, + [196] = 114, + [197] = 121, + [198] = 121, + [199] = 121, + [200] = 121, + [201] = 121, + [202] = 114, + [203] = 116, + [204] = 113, + [205] = 121, + [206] = 113, + [207] = 116, + [208] = 116, + [209] = 113, + [210] = 114, + [211] = 121, + [212] = 114, + [213] = 213, + [214] = 213, [215] = 215, - [216] = 216, - [217] = 215, + [216] = 215, + [217] = 217, [218] = 218, - [219] = 215, + [219] = 218, [220] = 220, - [221] = 216, - [222] = 216, - [223] = 218, + [221] = 221, + [222] = 222, + [223] = 217, [224] = 224, - [225] = 225, - [226] = 216, - [227] = 216, - [228] = 228, - [229] = 229, + [225] = 213, + [226] = 217, + [227] = 227, + [228] = 213, + [229] = 217, [230] = 218, - [231] = 215, - [232] = 216, - [233] = 225, - [234] = 225, - [235] = 235, - [236] = 215, - [237] = 215, - [238] = 238, - [239] = 215, - [240] = 216, + [231] = 218, + [232] = 217, + [233] = 213, + [234] = 215, + [235] = 218, + [236] = 218, + [237] = 237, + [238] = 218, + [239] = 217, + [240] = 217, [241] = 218, - [242] = 218, - [243] = 215, - [244] = 244, - [245] = 216, - [246] = 215, - [247] = 218, - [248] = 216, - [249] = 215, - [250] = 215, - [251] = 225, - [252] = 3, - [253] = 225, - [254] = 215, - [255] = 255, - [256] = 225, + [242] = 215, + [243] = 218, + [244] = 215, + [245] = 245, + [246] = 246, + [247] = 213, + [248] = 217, + [249] = 218, + [250] = 2, + [251] = 218, + [252] = 215, + [253] = 253, + [254] = 217, + [255] = 218, + [256] = 3, [257] = 257, [258] = 258, [259] = 259, - [260] = 255, - [261] = 255, - [262] = 255, - [263] = 255, - [264] = 255, - [265] = 255, - [266] = 255, - [267] = 255, - [268] = 255, - [269] = 255, - [270] = 255, + [260] = 220, + [261] = 220, + [262] = 220, + [263] = 220, + [264] = 220, + [265] = 220, + [266] = 220, + [267] = 220, + [268] = 220, + [269] = 220, + [270] = 220, [271] = 271, [272] = 272, - [273] = 271, + [273] = 272, [274] = 274, [275] = 275, - [276] = 276, + [276] = 274, [277] = 277, - [278] = 272, - [279] = 275, - [280] = 276, - [281] = 274, - [282] = 277, - [283] = 272, + [278] = 278, + [279] = 278, + [280] = 271, + [281] = 277, + [282] = 275, + [283] = 277, [284] = 277, - [285] = 274, - [286] = 271, - [287] = 271, - [288] = 276, - [289] = 272, - [290] = 275, + [285] = 275, + [286] = 274, + [287] = 272, + [288] = 271, + [289] = 278, + [290] = 278, [291] = 275, - [292] = 276, - [293] = 277, - [294] = 274, - [295] = 255, - [296] = 275, - [297] = 272, - [298] = 277, - [299] = 272, - [300] = 276, - [301] = 274, - [302] = 271, - [303] = 255, - [304] = 255, + [292] = 274, + [293] = 272, + [294] = 271, + [295] = 220, + [296] = 274, + [297] = 277, + [298] = 220, + [299] = 271, + [300] = 272, + [301] = 275, + [302] = 278, + [303] = 220, + [304] = 278, [305] = 277, - [306] = 274, - [307] = 276, - [308] = 275, - [309] = 271, - [310] = 255, - [311] = 276, - [312] = 255, - [313] = 271, - [314] = 274, - [315] = 274, + [306] = 271, + [307] = 272, + [308] = 274, + [309] = 275, + [310] = 220, + [311] = 274, + [312] = 278, + [313] = 277, + [314] = 220, + [315] = 277, [316] = 271, - [317] = 275, - [318] = 277, - [319] = 276, - [320] = 275, - [321] = 277, - [322] = 272, - [323] = 255, - [324] = 276, + [317] = 220, + [318] = 272, + [319] = 278, + [320] = 277, + [321] = 271, + [322] = 278, + [323] = 275, + [324] = 272, [325] = 271, - [326] = 275, + [326] = 274, [327] = 272, - [328] = 277, - [329] = 272, - [330] = 274, - [331] = 255, + [328] = 275, + [329] = 274, + [330] = 275, + [331] = 220, [332] = 332, [333] = 332, [334] = 332, @@ -2860,18 +2860,18 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [353] = 332, [354] = 332, [355] = 332, - [356] = 356, + [356] = 220, [357] = 357, [358] = 358, [359] = 359, - [360] = 255, + [360] = 360, [361] = 361, [362] = 362, [363] = 363, [364] = 364, [365] = 365, [366] = 366, - [367] = 255, + [367] = 367, [368] = 368, [369] = 369, [370] = 370, @@ -2880,679 +2880,679 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [373] = 373, [374] = 374, [375] = 375, - [376] = 376, - [377] = 255, - [378] = 378, - [379] = 371, - [380] = 380, - [381] = 368, + [376] = 220, + [377] = 220, + [378] = 370, + [379] = 379, + [380] = 359, + [381] = 371, [382] = 382, - [383] = 378, - [384] = 382, - [385] = 363, - [386] = 369, - [387] = 387, - [388] = 373, - [389] = 370, - [390] = 376, - [391] = 359, - [392] = 356, - [393] = 375, - [394] = 357, - [395] = 361, - [396] = 358, - [397] = 374, - [398] = 255, - [399] = 372, - [400] = 364, - [401] = 387, - [402] = 255, - [403] = 365, - [404] = 366, - [405] = 380, - [406] = 378, - [407] = 387, - [408] = 408, - [409] = 378, - [410] = 380, - [411] = 408, - [412] = 412, + [383] = 383, + [384] = 366, + [385] = 365, + [386] = 364, + [387] = 363, + [388] = 361, + [389] = 389, + [390] = 362, + [391] = 379, + [392] = 374, + [393] = 368, + [394] = 369, + [395] = 375, + [396] = 373, + [397] = 372, + [398] = 367, + [399] = 220, + [400] = 357, + [401] = 220, + [402] = 360, + [403] = 389, + [404] = 382, + [405] = 383, + [406] = 406, + [407] = 383, + [408] = 379, + [409] = 409, + [410] = 389, + [411] = 383, + [412] = 406, [413] = 413, [414] = 382, - [415] = 382, - [416] = 416, - [417] = 387, - [418] = 413, - [419] = 380, - [420] = 416, - [421] = 412, - [422] = 413, + [415] = 415, + [416] = 409, + [417] = 382, + [418] = 379, + [419] = 389, + [420] = 415, + [421] = 413, + [422] = 422, [423] = 423, - [424] = 424, - [425] = 413, - [426] = 416, + [424] = 413, + [425] = 415, + [426] = 423, [427] = 427, - [428] = 424, - [429] = 423, - [430] = 427, - [431] = 408, - [432] = 432, - [433] = 433, - [434] = 412, - [435] = 433, - [436] = 416, - [437] = 408, - [438] = 412, - [439] = 432, - [440] = 432, - [441] = 423, - [442] = 424, + [428] = 413, + [429] = 406, + [430] = 409, + [431] = 406, + [432] = 415, + [433] = 422, + [434] = 409, + [435] = 435, + [436] = 436, + [437] = 435, + [438] = 427, + [439] = 436, + [440] = 435, + [441] = 441, + [442] = 422, [443] = 443, - [444] = 424, - [445] = 443, - [446] = 433, + [444] = 444, + [445] = 427, + [446] = 423, [447] = 447, - [448] = 433, - [449] = 449, + [448] = 436, + [449] = 427, [450] = 423, - [451] = 449, - [452] = 427, - [453] = 453, - [454] = 447, - [455] = 453, + [451] = 436, + [452] = 441, + [453] = 444, + [454] = 422, + [455] = 443, [456] = 456, - [457] = 432, + [457] = 447, [458] = 456, - [459] = 427, - [460] = 373, - [461] = 376, - [462] = 362, - [463] = 363, - [464] = 357, - [465] = 361, - [466] = 368, - [467] = 375, - [468] = 369, - [469] = 358, - [470] = 364, - [471] = 356, + [459] = 435, + [460] = 370, + [461] = 374, + [462] = 375, + [463] = 369, + [464] = 360, + [465] = 368, + [466] = 367, + [467] = 373, + [468] = 372, + [469] = 371, + [470] = 358, + [471] = 366, [472] = 365, - [473] = 366, - [474] = 372, - [475] = 370, - [476] = 371, - [477] = 359, - [478] = 374, + [473] = 359, + [474] = 364, + [475] = 363, + [476] = 361, + [477] = 357, + [478] = 362, [479] = 479, [480] = 480, - [481] = 456, - [482] = 482, + [481] = 444, + [482] = 447, [483] = 483, [484] = 484, - [485] = 485, - [486] = 479, - [487] = 453, + [485] = 441, + [486] = 480, + [487] = 487, [488] = 488, - [489] = 489, - [490] = 443, - [491] = 456, - [492] = 449, - [493] = 453, - [494] = 480, - [495] = 447, + [489] = 444, + [490] = 490, + [491] = 491, + [492] = 443, + [493] = 441, + [494] = 494, + [495] = 495, [496] = 496, - [497] = 497, - [498] = 498, - [499] = 499, - [500] = 443, - [501] = 497, - [502] = 449, + [497] = 496, + [498] = 491, + [499] = 479, + [500] = 488, + [501] = 443, + [502] = 456, [503] = 503, - [504] = 482, - [505] = 447, + [504] = 504, + [505] = 504, [506] = 483, - [507] = 484, - [508] = 485, - [509] = 503, - [510] = 488, - [511] = 489, - [512] = 512, - [513] = 512, - [514] = 498, - [515] = 496, - [516] = 499, - [517] = 359, - [518] = 371, - [519] = 375, - [520] = 356, - [521] = 364, - [522] = 380, - [523] = 378, - [524] = 365, - [525] = 382, - [526] = 387, - [527] = 363, - [528] = 369, - [529] = 374, - [530] = 372, - [531] = 361, - [532] = 373, - [533] = 376, - [534] = 370, - [535] = 368, - [536] = 366, - [537] = 378, - [538] = 387, - [539] = 382, - [540] = 380, - [541] = 358, - [542] = 357, - [543] = 503, - [544] = 489, - [545] = 479, - [546] = 433, - [547] = 408, - [548] = 380, - [549] = 485, - [550] = 276, - [551] = 378, + [507] = 495, + [508] = 447, + [509] = 509, + [510] = 484, + [511] = 456, + [512] = 487, + [513] = 490, + [514] = 503, + [515] = 509, + [516] = 494, + [517] = 363, + [518] = 389, + [519] = 361, + [520] = 362, + [521] = 382, + [522] = 370, + [523] = 360, + [524] = 383, + [525] = 379, + [526] = 372, + [527] = 371, + [528] = 389, + [529] = 382, + [530] = 383, + [531] = 379, + [532] = 364, + [533] = 365, + [534] = 366, + [535] = 367, + [536] = 368, + [537] = 369, + [538] = 359, + [539] = 357, + [540] = 374, + [541] = 375, + [542] = 373, + [543] = 379, + [544] = 423, + [545] = 495, + [546] = 490, + [547] = 487, + [548] = 427, + [549] = 479, + [550] = 504, + [551] = 383, [552] = 382, - [553] = 484, - [554] = 387, - [555] = 423, - [556] = 412, - [557] = 413, - [558] = 427, - [559] = 413, - [560] = 275, - [561] = 408, - [562] = 412, - [563] = 416, - [564] = 432, - [565] = 433, - [566] = 272, - [567] = 387, - [568] = 416, - [569] = 277, - [570] = 382, - [571] = 498, - [572] = 480, - [573] = 271, - [574] = 499, - [575] = 496, - [576] = 497, - [577] = 423, - [578] = 480, - [579] = 483, - [580] = 489, - [581] = 482, - [582] = 512, - [583] = 483, + [553] = 423, + [554] = 496, + [555] = 389, + [556] = 488, + [557] = 491, + [558] = 496, + [559] = 436, + [560] = 491, + [561] = 504, + [562] = 479, + [563] = 488, + [564] = 379, + [565] = 487, + [566] = 275, + [567] = 277, + [568] = 427, + [569] = 435, + [570] = 422, + [571] = 436, + [572] = 509, + [573] = 389, + [574] = 490, + [575] = 503, + [576] = 484, + [577] = 383, + [578] = 382, + [579] = 274, + [580] = 277, + [581] = 275, + [582] = 274, + [583] = 272, [584] = 271, - [585] = 274, - [586] = 276, - [587] = 275, - [588] = 272, - [589] = 277, - [590] = 482, - [591] = 432, - [592] = 512, - [593] = 427, - [594] = 274, - [595] = 424, - [596] = 488, - [597] = 424, - [598] = 498, - [599] = 380, - [600] = 484, - [601] = 488, - [602] = 503, - [603] = 496, - [604] = 499, - [605] = 479, - [606] = 378, - [607] = 497, - [608] = 485, - [609] = 432, - [610] = 433, - [611] = 408, - [612] = 423, - [613] = 456, - [614] = 456, - [615] = 416, - [616] = 453, - [617] = 423, - [618] = 449, + [585] = 278, + [586] = 494, + [587] = 415, + [588] = 413, + [589] = 406, + [590] = 503, + [591] = 272, + [592] = 271, + [593] = 409, + [594] = 480, + [595] = 278, + [596] = 495, + [597] = 409, + [598] = 480, + [599] = 406, + [600] = 413, + [601] = 509, + [602] = 422, + [603] = 415, + [604] = 484, + [605] = 483, + [606] = 494, + [607] = 435, + [608] = 483, + [609] = 427, + [610] = 423, + [611] = 441, + [612] = 406, + [613] = 409, + [614] = 413, + [615] = 444, + [616] = 443, + [617] = 406, + [618] = 436, [619] = 427, - [620] = 443, - [621] = 424, - [622] = 443, - [623] = 412, + [620] = 456, + [621] = 456, + [622] = 435, + [623] = 436, [624] = 447, - [625] = 433, - [626] = 424, - [627] = 449, - [628] = 413, - [629] = 416, - [630] = 447, - [631] = 412, - [632] = 408, + [625] = 422, + [626] = 443, + [627] = 447, + [628] = 415, + [629] = 423, + [630] = 409, + [631] = 444, + [632] = 422, [633] = 413, - [634] = 432, - [635] = 453, - [636] = 427, - [637] = 277, - [638] = 456, - [639] = 277, - [640] = 453, - [641] = 272, - [642] = 272, - [643] = 449, - [644] = 275, + [634] = 435, + [635] = 415, + [636] = 441, + [637] = 456, + [638] = 444, + [639] = 447, + [640] = 278, + [641] = 271, + [642] = 443, + [643] = 441, + [644] = 277, [645] = 275, - [646] = 276, - [647] = 274, - [648] = 453, - [649] = 276, - [650] = 271, - [651] = 274, - [652] = 271, - [653] = 447, - [654] = 449, - [655] = 447, - [656] = 443, - [657] = 443, - [658] = 456, - [659] = 489, - [660] = 503, - [661] = 274, - [662] = 271, - [663] = 485, - [664] = 479, - [665] = 488, - [666] = 489, - [667] = 480, - [668] = 496, - [669] = 482, - [670] = 271, - [671] = 274, - [672] = 276, - [673] = 483, - [674] = 485, - [675] = 512, - [676] = 275, - [677] = 483, - [678] = 272, - [679] = 277, - [680] = 512, - [681] = 277, + [646] = 275, + [647] = 443, + [648] = 444, + [649] = 274, + [650] = 272, + [651] = 272, + [652] = 441, + [653] = 271, + [654] = 278, + [655] = 277, + [656] = 274, + [657] = 456, + [658] = 447, + [659] = 480, + [660] = 504, + [661] = 272, + [662] = 272, + [663] = 271, + [664] = 275, + [665] = 274, + [666] = 490, + [667] = 277, + [668] = 277, + [669] = 275, + [670] = 278, + [671] = 487, + [672] = 494, + [673] = 271, + [674] = 479, + [675] = 494, + [676] = 504, + [677] = 496, + [678] = 483, + [679] = 491, + [680] = 278, + [681] = 488, [682] = 484, - [683] = 482, - [684] = 276, - [685] = 503, - [686] = 480, - [687] = 275, - [688] = 479, - [689] = 496, - [690] = 497, - [691] = 497, - [692] = 499, - [693] = 484, - [694] = 499, - [695] = 488, - [696] = 272, - [697] = 498, - [698] = 498, - [699] = 271, - [700] = 276, - [701] = 275, - [702] = 271, - [703] = 277, - [704] = 272, - [705] = 275, - [706] = 274, - [707] = 272, - [708] = 274, - [709] = 277, - [710] = 276, - [711] = 277, - [712] = 480, - [713] = 503, - [714] = 489, + [683] = 274, + [684] = 495, + [685] = 480, + [686] = 509, + [687] = 483, + [688] = 484, + [689] = 503, + [690] = 509, + [691] = 495, + [692] = 490, + [693] = 487, + [694] = 479, + [695] = 503, + [696] = 488, + [697] = 491, + [698] = 496, + [699] = 272, + [700] = 278, + [701] = 277, + [702] = 275, + [703] = 278, + [704] = 271, + [705] = 274, + [706] = 275, + [707] = 271, + [708] = 277, + [709] = 274, + [710] = 272, + [711] = 504, + [712] = 491, + [713] = 277, + [714] = 509, [715] = 275, - [716] = 484, - [717] = 497, - [718] = 499, - [719] = 483, - [720] = 498, - [721] = 483, - [722] = 482, - [723] = 479, - [724] = 479, - [725] = 480, - [726] = 272, - [727] = 488, - [728] = 489, - [729] = 482, - [730] = 488, - [731] = 485, - [732] = 496, - [733] = 512, - [734] = 503, - [735] = 497, - [736] = 271, - [737] = 277, - [738] = 272, - [739] = 275, - [740] = 499, - [741] = 498, - [742] = 485, - [743] = 274, - [744] = 276, - [745] = 496, - [746] = 484, - [747] = 271, - [748] = 276, - [749] = 274, - [750] = 512, + [716] = 274, + [717] = 490, + [718] = 272, + [719] = 479, + [720] = 271, + [721] = 480, + [722] = 278, + [723] = 494, + [724] = 503, + [725] = 488, + [726] = 509, + [727] = 484, + [728] = 479, + [729] = 495, + [730] = 495, + [731] = 503, + [732] = 490, + [733] = 494, + [734] = 491, + [735] = 496, + [736] = 487, + [737] = 278, + [738] = 483, + [739] = 484, + [740] = 496, + [741] = 488, + [742] = 271, + [743] = 480, + [744] = 272, + [745] = 504, + [746] = 274, + [747] = 487, + [748] = 275, + [749] = 277, + [750] = 483, [751] = 751, [752] = 752, [753] = 753, [754] = 754, - [755] = 751, - [756] = 756, - [757] = 754, - [758] = 751, + [755] = 755, + [756] = 751, + [757] = 753, + [758] = 758, [759] = 759, - [760] = 760, - [761] = 761, - [762] = 751, - [763] = 760, - [764] = 761, - [765] = 752, - [766] = 754, - [767] = 767, - [768] = 754, - [769] = 760, + [760] = 759, + [761] = 758, + [762] = 753, + [763] = 753, + [764] = 754, + [765] = 765, + [766] = 755, + [767] = 751, + [768] = 751, + [769] = 755, [770] = 751, - [771] = 754, - [772] = 754, - [773] = 756, - [774] = 760, - [775] = 775, - [776] = 760, - [777] = 756, - [778] = 756, - [779] = 760, - [780] = 756, - [781] = 767, - [782] = 751, - [783] = 756, + [771] = 753, + [772] = 751, + [773] = 754, + [774] = 754, + [775] = 755, + [776] = 776, + [777] = 765, + [778] = 754, + [779] = 755, + [780] = 754, + [781] = 755, + [782] = 753, + [783] = 783, [784] = 784, [785] = 785, - [786] = 785, - [787] = 785, - [788] = 277, - [789] = 272, - [790] = 275, - [791] = 276, - [792] = 274, - [793] = 271, - [794] = 785, - [795] = 785, - [796] = 785, - [797] = 797, - [798] = 798, - [799] = 799, - [800] = 800, - [801] = 801, + [786] = 786, + [787] = 786, + [788] = 788, + [789] = 789, + [790] = 786, + [791] = 786, + [792] = 275, + [793] = 793, + [794] = 277, + [795] = 786, + [796] = 278, + [797] = 786, + [798] = 786, + [799] = 786, + [800] = 786, + [801] = 786, [802] = 802, - [803] = 785, - [804] = 785, - [805] = 785, - [806] = 785, - [807] = 785, - [808] = 271, - [809] = 274, - [810] = 276, - [811] = 275, - [812] = 272, - [813] = 277, - [814] = 785, - [815] = 785, - [816] = 785, - [817] = 785, - [818] = 785, - [819] = 785, - [820] = 785, - [821] = 785, - [822] = 822, - [823] = 785, - [824] = 785, - [825] = 785, - [826] = 785, - [827] = 785, - [828] = 785, - [829] = 785, - [830] = 785, + [803] = 786, + [804] = 786, + [805] = 786, + [806] = 786, + [807] = 274, + [808] = 786, + [809] = 786, + [810] = 786, + [811] = 786, + [812] = 812, + [813] = 786, + [814] = 277, + [815] = 786, + [816] = 272, + [817] = 271, + [818] = 786, + [819] = 819, + [820] = 278, + [821] = 271, + [822] = 786, + [823] = 275, + [824] = 786, + [825] = 272, + [826] = 786, + [827] = 786, + [828] = 274, + [829] = 786, + [830] = 786, [831] = 831, - [832] = 276, + [832] = 275, [833] = 833, [834] = 834, - [835] = 835, + [835] = 277, [836] = 836, - [837] = 837, + [837] = 277, [838] = 838, - [839] = 839, - [840] = 840, - [841] = 798, + [839] = 274, + [840] = 272, + [841] = 271, [842] = 842, - [843] = 797, - [844] = 799, + [843] = 843, + [844] = 278, [845] = 845, [846] = 846, - [847] = 271, - [848] = 277, + [847] = 847, + [848] = 848, [849] = 849, - [850] = 272, - [851] = 275, + [850] = 850, + [851] = 851, [852] = 852, - [853] = 274, + [853] = 278, [854] = 854, - [855] = 855, + [855] = 271, [856] = 856, - [857] = 277, + [857] = 857, [858] = 858, - [859] = 800, - [860] = 860, - [861] = 272, - [862] = 275, + [859] = 274, + [860] = 272, + [861] = 861, + [862] = 862, [863] = 863, [864] = 864, - [865] = 276, - [866] = 866, - [867] = 867, + [865] = 865, + [866] = 275, + [867] = 802, [868] = 868, [869] = 869, - [870] = 274, - [871] = 271, - [872] = 872, - [873] = 873, - [874] = 801, + [870] = 870, + [871] = 785, + [872] = 788, + [873] = 789, + [874] = 874, [875] = 875, - [876] = 876, + [876] = 793, [877] = 877, - [878] = 858, + [878] = 878, [879] = 277, - [880] = 880, - [881] = 881, - [882] = 882, + [880] = 864, + [881] = 274, + [882] = 272, [883] = 883, - [884] = 845, + [884] = 863, [885] = 885, - [886] = 886, - [887] = 271, - [888] = 842, - [889] = 889, + [886] = 851, + [887] = 887, + [888] = 888, + [889] = 271, [890] = 890, - [891] = 274, - [892] = 276, - [893] = 893, - [894] = 275, - [895] = 840, - [896] = 272, - [897] = 277, + [891] = 891, + [892] = 892, + [893] = 850, + [894] = 894, + [895] = 895, + [896] = 896, + [897] = 849, [898] = 898, [899] = 899, - [900] = 900, - [901] = 835, + [900] = 278, + [901] = 278, [902] = 902, - [903] = 903, - [904] = 904, - [905] = 905, - [906] = 863, + [903] = 271, + [904] = 272, + [905] = 843, + [906] = 906, [907] = 907, - [908] = 271, - [909] = 909, + [908] = 845, + [909] = 274, [910] = 910, - [911] = 911, - [912] = 912, - [913] = 839, + [911] = 862, + [912] = 275, + [913] = 277, [914] = 914, [915] = 915, [916] = 916, [917] = 917, - [918] = 849, - [919] = 919, - [920] = 836, + [918] = 918, + [919] = 874, + [920] = 920, [921] = 921, - [922] = 834, - [923] = 866, - [924] = 860, + [922] = 922, + [923] = 833, + [924] = 924, [925] = 925, - [926] = 833, - [927] = 927, + [926] = 926, + [927] = 875, [928] = 928, - [929] = 929, - [930] = 930, + [929] = 856, + [930] = 861, [931] = 931, [932] = 932, - [933] = 933, + [933] = 275, [934] = 934, - [935] = 935, - [936] = 272, - [937] = 275, - [938] = 867, + [935] = 869, + [936] = 936, + [937] = 937, + [938] = 938, [939] = 939, - [940] = 276, + [940] = 940, [941] = 941, - [942] = 274, + [942] = 942, [943] = 943, - [944] = 369, - [945] = 373, - [946] = 364, - [947] = 374, - [948] = 376, + [944] = 944, + [945] = 945, + [946] = 375, + [947] = 947, + [948] = 948, [949] = 949, - [950] = 372, - [951] = 366, - [952] = 365, - [953] = 275, - [954] = 274, - [955] = 276, - [956] = 369, - [957] = 358, - [958] = 271, + [950] = 370, + [951] = 951, + [952] = 362, + [953] = 359, + [954] = 370, + [955] = 955, + [956] = 357, + [957] = 957, + [958] = 958, [959] = 959, [960] = 361, - [961] = 961, - [962] = 371, + [961] = 358, + [962] = 962, [963] = 963, [964] = 964, [965] = 965, - [966] = 357, - [967] = 359, - [968] = 375, - [969] = 969, - [970] = 356, - [971] = 371, - [972] = 972, - [973] = 973, - [974] = 974, - [975] = 975, - [976] = 838, - [977] = 977, - [978] = 373, - [979] = 979, - [980] = 980, + [966] = 966, + [967] = 363, + [968] = 968, + [969] = 375, + [970] = 360, + [971] = 971, + [972] = 274, + [973] = 374, + [974] = 364, + [975] = 365, + [976] = 976, + [977] = 371, + [978] = 369, + [979] = 372, + [980] = 368, [981] = 981, - [982] = 363, + [982] = 982, [983] = 983, - [984] = 984, - [985] = 873, - [986] = 986, - [987] = 363, - [988] = 988, + [984] = 373, + [985] = 371, + [986] = 372, + [987] = 838, + [988] = 366, [989] = 989, - [990] = 374, - [991] = 876, - [992] = 372, - [993] = 366, - [994] = 362, - [995] = 365, - [996] = 364, - [997] = 358, + [990] = 367, + [991] = 991, + [992] = 992, + [993] = 993, + [994] = 836, + [995] = 995, + [996] = 366, + [997] = 997, [998] = 998, [999] = 999, - [1000] = 361, - [1001] = 1001, - [1002] = 357, - [1003] = 1003, - [1004] = 1004, + [1000] = 365, + [1001] = 364, + [1002] = 359, + [1003] = 363, + [1004] = 361, [1005] = 1005, [1006] = 1006, [1007] = 1007, [1008] = 1008, - [1009] = 1009, + [1009] = 367, [1010] = 1010, - [1011] = 375, - [1012] = 370, - [1013] = 1013, - [1014] = 356, + [1011] = 368, + [1012] = 369, + [1013] = 374, + [1014] = 1014, [1015] = 1015, - [1016] = 368, - [1017] = 359, + [1016] = 360, + [1017] = 358, [1018] = 1018, - [1019] = 1019, - [1020] = 370, - [1021] = 368, + [1019] = 275, + [1020] = 1020, + [1021] = 272, [1022] = 1022, [1023] = 1023, - [1024] = 1024, - [1025] = 1025, - [1026] = 1025, - [1027] = 277, - [1028] = 1028, + [1024] = 277, + [1025] = 373, + [1026] = 1026, + [1027] = 1027, + [1028] = 278, [1029] = 1029, - [1030] = 1030, - [1031] = 1031, + [1030] = 271, + [1031] = 870, [1032] = 1032, [1033] = 1033, - [1034] = 1034, - [1035] = 272, - [1036] = 362, - [1037] = 1037, + [1034] = 1010, + [1035] = 1035, + [1036] = 1036, + [1037] = 357, [1038] = 1038, - [1039] = 272, - [1040] = 1040, - [1041] = 1041, - [1042] = 1042, + [1039] = 1039, + [1040] = 831, + [1041] = 831, + [1042] = 831, [1043] = 1043, [1044] = 1044, [1045] = 1045, - [1046] = 1046, + [1046] = 858, [1047] = 1047, - [1048] = 1048, + [1048] = 858, [1049] = 1049, [1050] = 1050, [1051] = 1051, @@ -3563,65 +3563,65 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1056] = 1056, [1057] = 1057, [1058] = 1058, - [1059] = 1059, + [1059] = 906, [1060] = 1060, - [1061] = 1061, - [1062] = 1062, + [1061] = 883, + [1062] = 895, [1063] = 1063, - [1064] = 1064, - [1065] = 1065, - [1066] = 1066, - [1067] = 1067, - [1068] = 1068, + [1064] = 925, + [1065] = 922, + [1066] = 921, + [1067] = 915, + [1068] = 910, [1069] = 1069, - [1070] = 893, - [1071] = 1071, + [1070] = 1070, + [1071] = 902, [1072] = 1072, [1073] = 1073, [1074] = 1074, [1075] = 1075, - [1076] = 1076, - [1077] = 1077, + [1076] = 899, + [1077] = 858, [1078] = 1078, [1079] = 1079, - [1080] = 1080, + [1080] = 898, [1081] = 1081, [1082] = 1082, - [1083] = 271, + [1083] = 1083, [1084] = 1084, [1085] = 1085, [1086] = 1086, [1087] = 1087, - [1088] = 1088, + [1088] = 1081, [1089] = 1089, - [1090] = 1090, + [1090] = 278, [1091] = 1091, - [1092] = 1092, - [1093] = 1093, - [1094] = 886, + [1092] = 890, + [1093] = 1083, + [1094] = 1094, [1095] = 1095, - [1096] = 1096, + [1096] = 940, [1097] = 1097, [1098] = 1098, [1099] = 1099, [1100] = 1100, [1101] = 1101, [1102] = 1102, - [1103] = 872, - [1104] = 852, + [1103] = 1103, + [1104] = 1104, [1105] = 1105, - [1106] = 854, + [1106] = 1106, [1107] = 1107, [1108] = 1108, [1109] = 1109, [1110] = 1110, - [1111] = 883, + [1111] = 274, [1112] = 1112, - [1113] = 852, - [1114] = 854, + [1113] = 1113, + [1114] = 1114, [1115] = 1115, [1116] = 1116, - [1117] = 882, + [1117] = 1117, [1118] = 1118, [1119] = 1119, [1120] = 1120, @@ -3630,7 +3630,7 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1123] = 1123, [1124] = 1124, [1125] = 1125, - [1126] = 890, + [1126] = 1126, [1127] = 1127, [1128] = 1128, [1129] = 1129, @@ -3646,36 +3646,36 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1139] = 1139, [1140] = 1140, [1141] = 1141, - [1142] = 941, + [1142] = 1142, [1143] = 1143, - [1144] = 1144, - [1145] = 1145, + [1144] = 831, + [1145] = 858, [1146] = 1146, [1147] = 1147, [1148] = 1148, - [1149] = 274, + [1149] = 1149, [1150] = 1150, [1151] = 1151, [1152] = 1152, - [1153] = 277, + [1153] = 1153, [1154] = 1154, [1155] = 1155, - [1156] = 943, - [1157] = 1157, + [1156] = 1156, + [1157] = 271, [1158] = 1158, [1159] = 1159, [1160] = 1160, [1161] = 1161, [1162] = 1162, [1163] = 1163, - [1164] = 1164, + [1164] = 272, [1165] = 1165, - [1166] = 1166, + [1166] = 857, [1167] = 1167, [1168] = 1168, [1169] = 1169, [1170] = 1170, - [1171] = 1171, + [1171] = 942, [1172] = 1172, [1173] = 1173, [1174] = 1174, @@ -3684,8350 +3684,8404 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1177] = 1177, [1178] = 1178, [1179] = 1179, - [1180] = 276, - [1181] = 939, - [1182] = 889, - [1183] = 903, + [1180] = 277, + [1181] = 1181, + [1182] = 1182, + [1183] = 1183, [1184] = 1184, [1185] = 1185, [1186] = 1186, - [1187] = 877, - [1188] = 914, - [1189] = 854, - [1190] = 852, - [1191] = 929, - [1192] = 932, - [1193] = 275, - [1194] = 854, - [1195] = 852, - [1196] = 1185, - [1197] = 1186, + [1187] = 1187, + [1188] = 1188, + [1189] = 1189, + [1190] = 1190, + [1191] = 1191, + [1192] = 1192, + [1193] = 1193, + [1194] = 275, + [1195] = 1195, + [1196] = 1196, + [1197] = 1197, [1198] = 1198, [1199] = 1199, - [1200] = 374, - [1201] = 800, - [1202] = 375, - [1203] = 363, - [1204] = 387, - [1205] = 370, - [1206] = 359, - [1207] = 382, - [1208] = 369, - [1209] = 378, - [1210] = 371, - [1211] = 368, - [1212] = 373, - [1213] = 380, - [1214] = 372, - [1215] = 387, - [1216] = 357, - [1217] = 361, - [1218] = 382, - [1219] = 358, - [1220] = 364, - [1221] = 378, - [1222] = 365, - [1223] = 801, - [1224] = 797, - [1225] = 799, - [1226] = 854, - [1227] = 366, - [1228] = 852, - [1229] = 356, - [1230] = 380, - [1231] = 798, - [1232] = 849, - [1233] = 363, - [1234] = 1179, - [1235] = 835, - [1236] = 1184, - [1237] = 368, - [1238] = 370, - [1239] = 800, - [1240] = 362, - [1241] = 799, - [1242] = 854, - [1243] = 852, - [1244] = 416, - [1245] = 359, - [1246] = 1125, - [1247] = 412, - [1248] = 371, - [1249] = 1124, - [1250] = 867, - [1251] = 416, - [1252] = 854, - [1253] = 852, - [1254] = 1123, - [1255] = 356, - [1256] = 798, - [1257] = 408, - [1258] = 863, - [1259] = 838, - [1260] = 413, - [1261] = 858, - [1262] = 375, - [1263] = 801, - [1264] = 373, - [1265] = 369, - [1266] = 357, - [1267] = 797, - [1268] = 361, - [1269] = 876, - [1270] = 366, - [1271] = 852, - [1272] = 374, - [1273] = 873, - [1274] = 854, - [1275] = 413, - [1276] = 364, - [1277] = 365, - [1278] = 408, - [1279] = 372, - [1280] = 376, - [1281] = 412, - [1282] = 358, - [1283] = 854, - [1284] = 852, - [1285] = 1118, - [1286] = 845, - [1287] = 433, - [1288] = 433, - [1289] = 932, - [1290] = 370, - [1291] = 368, - [1292] = 833, - [1293] = 356, - [1294] = 939, - [1295] = 424, - [1296] = 375, - [1297] = 903, - [1298] = 882, - [1299] = 860, - [1300] = 424, - [1301] = 883, - [1302] = 357, - [1303] = 361, - [1304] = 893, - [1305] = 889, - [1306] = 376, - [1307] = 849, - [1308] = 834, - [1309] = 867, - [1310] = 358, - [1311] = 423, - [1312] = 364, - [1313] = 365, - [1314] = 836, - [1315] = 839, - [1316] = 840, - [1317] = 842, - [1318] = 858, - [1319] = 835, - [1320] = 366, - [1321] = 432, - [1322] = 372, - [1323] = 854, - [1324] = 852, - [1325] = 374, - [1326] = 369, - [1327] = 432, - [1328] = 363, - [1329] = 359, - [1330] = 929, - [1331] = 914, - [1332] = 371, - [1333] = 427, - [1334] = 877, - [1335] = 423, - [1336] = 373, - [1337] = 427, - [1338] = 863, - [1339] = 1339, - [1340] = 1339, - [1341] = 1339, - [1342] = 860, - [1343] = 358, - [1344] = 834, - [1345] = 361, - [1346] = 449, - [1347] = 1339, - [1348] = 376, - [1349] = 380, - [1350] = 357, - [1351] = 375, - [1352] = 356, - [1353] = 369, - [1354] = 382, - [1355] = 456, - [1356] = 836, - [1357] = 453, - [1358] = 443, - [1359] = 359, - [1360] = 370, - [1361] = 368, - [1362] = 1339, - [1363] = 1339, - [1364] = 380, - [1365] = 364, - [1366] = 845, - [1367] = 1339, - [1368] = 915, - [1369] = 363, - [1370] = 839, - [1371] = 365, - [1372] = 1339, - [1373] = 1339, - [1374] = 449, - [1375] = 372, - [1376] = 378, - [1377] = 1339, - [1378] = 380, - [1379] = 1339, - [1380] = 447, - [1381] = 373, - [1382] = 378, - [1383] = 1339, - [1384] = 838, - [1385] = 1339, - [1386] = 443, - [1387] = 1339, - [1388] = 873, - [1389] = 453, - [1390] = 1339, - [1391] = 366, - [1392] = 833, - [1393] = 387, - [1394] = 840, - [1395] = 378, - [1396] = 842, - [1397] = 371, - [1398] = 876, - [1399] = 1339, - [1400] = 1339, - [1401] = 456, - [1402] = 943, - [1403] = 387, - [1404] = 1339, - [1405] = 374, - [1406] = 382, - [1407] = 378, - [1408] = 387, - [1409] = 1339, - [1410] = 380, - [1411] = 382, - [1412] = 447, - [1413] = 1339, - [1414] = 1339, - [1415] = 941, - [1416] = 382, - [1417] = 1339, - [1418] = 1339, - [1419] = 1339, - [1420] = 387, - [1421] = 372, - [1422] = 365, - [1423] = 1423, - [1424] = 1423, + [1200] = 1200, + [1201] = 1201, + [1202] = 858, + [1203] = 831, + [1204] = 379, + [1205] = 359, + [1206] = 374, + [1207] = 369, + [1208] = 368, + [1209] = 367, + [1210] = 366, + [1211] = 365, + [1212] = 364, + [1213] = 363, + [1214] = 361, + [1215] = 357, + [1216] = 788, + [1217] = 789, + [1218] = 793, + [1219] = 785, + [1220] = 802, + [1221] = 383, + [1222] = 382, + [1223] = 372, + [1224] = 371, + [1225] = 389, + [1226] = 360, + [1227] = 375, + [1228] = 370, + [1229] = 373, + [1230] = 382, + [1231] = 383, + [1232] = 379, + [1233] = 389, + [1234] = 850, + [1235] = 406, + [1236] = 1079, + [1237] = 1073, + [1238] = 858, + [1239] = 831, + [1240] = 870, + [1241] = 849, + [1242] = 802, + [1243] = 851, + [1244] = 863, + [1245] = 864, + [1246] = 785, + [1247] = 360, + [1248] = 836, + [1249] = 370, + [1250] = 838, + [1251] = 793, + [1252] = 409, + [1253] = 358, + [1254] = 831, + [1255] = 359, + [1256] = 858, + [1257] = 357, + [1258] = 831, + [1259] = 789, + [1260] = 858, + [1261] = 362, + [1262] = 361, + [1263] = 788, + [1264] = 363, + [1265] = 371, + [1266] = 364, + [1267] = 406, + [1268] = 372, + [1269] = 373, + [1270] = 365, + [1271] = 375, + [1272] = 366, + [1273] = 1125, + [1274] = 367, + [1275] = 831, + [1276] = 858, + [1277] = 415, + [1278] = 368, + [1279] = 1134, + [1280] = 1136, + [1281] = 1137, + [1282] = 409, + [1283] = 413, + [1284] = 413, + [1285] = 369, + [1286] = 374, + [1287] = 415, + [1288] = 864, + [1289] = 374, + [1290] = 372, + [1291] = 373, + [1292] = 874, + [1293] = 365, + [1294] = 364, + [1295] = 849, + [1296] = 363, + [1297] = 869, + [1298] = 861, + [1299] = 856, + [1300] = 875, + [1301] = 833, + [1302] = 375, + [1303] = 862, + [1304] = 845, + [1305] = 850, + [1306] = 925, + [1307] = 922, + [1308] = 921, + [1309] = 361, + [1310] = 423, + [1311] = 357, + [1312] = 915, + [1313] = 851, + [1314] = 910, + [1315] = 422, + [1316] = 435, + [1317] = 831, + [1318] = 359, + [1319] = 906, + [1320] = 902, + [1321] = 863, + [1322] = 899, + [1323] = 427, + [1324] = 898, + [1325] = 890, + [1326] = 371, + [1327] = 370, + [1328] = 366, + [1329] = 423, + [1330] = 360, + [1331] = 367, + [1332] = 368, + [1333] = 858, + [1334] = 436, + [1335] = 427, + [1336] = 369, + [1337] = 436, + [1338] = 435, + [1339] = 362, + [1340] = 422, + [1341] = 861, + [1342] = 1342, + [1343] = 444, + [1344] = 447, + [1345] = 1342, + [1346] = 382, + [1347] = 370, + [1348] = 383, + [1349] = 869, + [1350] = 441, + [1351] = 1342, + [1352] = 896, + [1353] = 379, + [1354] = 444, + [1355] = 362, + [1356] = 856, + [1357] = 375, + [1358] = 371, + [1359] = 372, + [1360] = 373, + [1361] = 447, + [1362] = 838, + [1363] = 443, + [1364] = 389, + [1365] = 1342, + [1366] = 441, + [1367] = 1342, + [1368] = 875, + [1369] = 1342, + [1370] = 389, + [1371] = 1342, + [1372] = 383, + [1373] = 360, + [1374] = 833, + [1375] = 1342, + [1376] = 1342, + [1377] = 1342, + [1378] = 456, + [1379] = 1342, + [1380] = 874, + [1381] = 862, + [1382] = 1342, + [1383] = 389, + [1384] = 379, + [1385] = 382, + [1386] = 382, + [1387] = 383, + [1388] = 845, + [1389] = 1342, + [1390] = 383, + [1391] = 379, + [1392] = 1342, + [1393] = 1342, + [1394] = 1342, + [1395] = 1342, + [1396] = 443, + [1397] = 1342, + [1398] = 359, + [1399] = 357, + [1400] = 1342, + [1401] = 361, + [1402] = 363, + [1403] = 1342, + [1404] = 364, + [1405] = 379, + [1406] = 365, + [1407] = 1342, + [1408] = 1342, + [1409] = 456, + [1410] = 389, + [1411] = 895, + [1412] = 836, + [1413] = 883, + [1414] = 382, + [1415] = 1342, + [1416] = 366, + [1417] = 1342, + [1418] = 367, + [1419] = 368, + [1420] = 369, + [1421] = 374, + [1422] = 870, + [1423] = 357, + [1424] = 370, [1425] = 1425, - [1426] = 914, - [1427] = 362, - [1428] = 412, - [1429] = 380, - [1430] = 378, - [1431] = 359, - [1432] = 382, - [1433] = 1433, - [1434] = 413, - [1435] = 408, - [1436] = 412, - [1437] = 416, - [1438] = 356, - [1439] = 370, - [1440] = 387, - [1441] = 378, - [1442] = 382, - [1443] = 368, + [1426] = 382, + [1427] = 383, + [1428] = 1428, + [1429] = 382, + [1430] = 1428, + [1431] = 375, + [1432] = 1432, + [1433] = 415, + [1434] = 1428, + [1435] = 389, + [1436] = 921, + [1437] = 413, + [1438] = 406, + [1439] = 906, + [1440] = 413, + [1441] = 910, + [1442] = 379, + [1443] = 1425, [1444] = 359, - [1445] = 1433, - [1446] = 1425, - [1447] = 929, - [1448] = 413, - [1449] = 1433, - [1450] = 1450, - [1451] = 413, - [1452] = 368, - [1453] = 1425, - [1454] = 1019, - [1455] = 356, - [1456] = 408, - [1457] = 363, - [1458] = 408, - [1459] = 387, - [1460] = 375, - [1461] = 357, - [1462] = 361, - [1463] = 1423, - [1464] = 358, - [1465] = 364, - [1466] = 365, - [1467] = 366, - [1468] = 412, - [1469] = 374, - [1470] = 408, - [1471] = 376, - [1472] = 932, - [1473] = 1433, - [1474] = 1425, - [1475] = 1423, + [1445] = 890, + [1446] = 1428, + [1447] = 415, + [1448] = 1432, + [1449] = 358, + [1450] = 370, + [1451] = 383, + [1452] = 1428, + [1453] = 360, + [1454] = 357, + [1455] = 922, + [1456] = 1425, + [1457] = 409, + [1458] = 898, + [1459] = 409, + [1460] = 915, + [1461] = 406, + [1462] = 925, + [1463] = 899, + [1464] = 1432, + [1465] = 993, + [1466] = 1425, + [1467] = 1432, + [1468] = 1425, + [1469] = 373, + [1470] = 1008, + [1471] = 372, + [1472] = 371, + [1473] = 1432, + [1474] = 1010, + [1475] = 374, [1476] = 369, - [1477] = 375, - [1478] = 877, - [1479] = 1433, - [1480] = 1423, - [1481] = 1433, - [1482] = 413, - [1483] = 1029, - [1484] = 416, - [1485] = 1425, - [1486] = 1423, - [1487] = 903, - [1488] = 1425, - [1489] = 1423, - [1490] = 1433, - [1491] = 1425, - [1492] = 1423, - [1493] = 1433, - [1494] = 893, - [1495] = 1433, - [1496] = 889, - [1497] = 1423, - [1498] = 1425, - [1499] = 1425, - [1500] = 416, - [1501] = 357, - [1502] = 370, - [1503] = 1433, - [1504] = 373, - [1505] = 361, - [1506] = 380, - [1507] = 883, - [1508] = 1423, - [1509] = 1425, - [1510] = 939, - [1511] = 358, - [1512] = 1423, - [1513] = 882, - [1514] = 364, - [1515] = 1425, - [1516] = 1433, - [1517] = 366, - [1518] = 372, - [1519] = 369, - [1520] = 1433, - [1521] = 374, - [1522] = 1025, - [1523] = 412, - [1524] = 416, - [1525] = 363, - [1526] = 1425, - [1527] = 373, - [1528] = 371, - [1529] = 1024, - [1530] = 1025, - [1531] = 1425, - [1532] = 1423, - [1533] = 371, - [1534] = 1423, - [1535] = 362, - [1536] = 427, - [1537] = 423, - [1538] = 485, - [1539] = 432, - [1540] = 1124, - [1541] = 479, - [1542] = 427, - [1543] = 488, - [1544] = 489, - [1545] = 480, - [1546] = 496, - [1547] = 498, - [1548] = 484, - [1549] = 483, - [1550] = 482, - [1551] = 432, - [1552] = 427, - [1553] = 503, - [1554] = 497, - [1555] = 499, - [1556] = 498, - [1557] = 496, - [1558] = 378, - [1559] = 480, - [1560] = 433, - [1561] = 413, - [1562] = 424, - [1563] = 432, - [1564] = 489, - [1565] = 488, - [1566] = 432, - [1567] = 380, - [1568] = 479, - [1569] = 408, - [1570] = 485, - [1571] = 423, - [1572] = 424, + [1477] = 1432, + [1478] = 363, + [1479] = 1428, + [1480] = 1425, + [1481] = 368, + [1482] = 367, + [1483] = 366, + [1484] = 360, + [1485] = 1010, + [1486] = 1428, + [1487] = 373, + [1488] = 372, + [1489] = 371, + [1490] = 364, + [1491] = 365, + [1492] = 366, + [1493] = 902, + [1494] = 415, + [1495] = 1428, + [1496] = 358, + [1497] = 375, + [1498] = 367, + [1499] = 368, + [1500] = 369, + [1501] = 362, + [1502] = 374, + [1503] = 1428, + [1504] = 1425, + [1505] = 1432, + [1506] = 1425, + [1507] = 1425, + [1508] = 1018, + [1509] = 413, + [1510] = 406, + [1511] = 1428, + [1512] = 389, + [1513] = 1432, + [1514] = 1428, + [1515] = 1432, + [1516] = 1425, + [1517] = 379, + [1518] = 361, + [1519] = 1432, + [1520] = 1432, + [1521] = 1425, + [1522] = 1425, + [1523] = 415, + [1524] = 1432, + [1525] = 1432, + [1526] = 359, + [1527] = 361, + [1528] = 363, + [1529] = 364, + [1530] = 1425, + [1531] = 409, + [1532] = 1532, + [1533] = 365, + [1534] = 409, + [1535] = 413, + [1536] = 406, + [1537] = 1428, + [1538] = 415, + [1539] = 858, + [1540] = 379, + [1541] = 488, + [1542] = 495, + [1543] = 413, + [1544] = 883, + [1545] = 895, + [1546] = 422, + [1547] = 435, + [1548] = 483, + [1549] = 436, + [1550] = 1073, + [1551] = 383, + [1552] = 1079, + [1553] = 496, + [1554] = 435, + [1555] = 422, + [1556] = 427, + [1557] = 504, + [1558] = 415, + [1559] = 423, + [1560] = 831, + [1561] = 858, + [1562] = 479, + [1563] = 422, + [1564] = 487, + [1565] = 382, + [1566] = 423, + [1567] = 406, + [1568] = 427, + [1569] = 436, + [1570] = 435, + [1571] = 436, + [1572] = 490, [1573] = 423, - [1574] = 1574, - [1575] = 484, - [1576] = 433, - [1577] = 483, - [1578] = 852, - [1579] = 854, - [1580] = 1580, - [1581] = 852, - [1582] = 382, - [1583] = 941, - [1584] = 482, - [1585] = 854, - [1586] = 1125, - [1587] = 1123, - [1588] = 1118, - [1589] = 512, - [1590] = 943, - [1591] = 424, - [1592] = 387, - [1593] = 503, - [1594] = 497, + [1574] = 480, + [1575] = 1575, + [1576] = 427, + [1577] = 831, + [1578] = 423, + [1579] = 503, + [1580] = 480, + [1581] = 484, + [1582] = 483, + [1583] = 494, + [1584] = 509, + [1585] = 495, + [1586] = 488, + [1587] = 491, + [1588] = 496, + [1589] = 504, + [1590] = 479, + [1591] = 1591, + [1592] = 389, + [1593] = 1137, + [1594] = 487, [1595] = 1595, - [1596] = 499, - [1597] = 433, - [1598] = 1179, - [1599] = 412, - [1600] = 423, - [1601] = 512, - [1602] = 1184, - [1603] = 424, - [1604] = 433, - [1605] = 427, - [1606] = 416, - [1607] = 416, - [1608] = 413, - [1609] = 408, - [1610] = 412, - [1611] = 1611, - [1612] = 1612, + [1596] = 490, + [1597] = 413, + [1598] = 406, + [1599] = 435, + [1600] = 422, + [1601] = 503, + [1602] = 1136, + [1603] = 1134, + [1604] = 1125, + [1605] = 409, + [1606] = 509, + [1607] = 436, + [1608] = 427, + [1609] = 491, + [1610] = 484, + [1611] = 494, + [1612] = 409, [1613] = 1613, [1614] = 1614, [1615] = 1615, - [1616] = 423, - [1617] = 1612, + [1616] = 1616, + [1617] = 1617, [1618] = 1618, [1619] = 1619, - [1620] = 1611, - [1621] = 1621, - [1622] = 1622, + [1620] = 423, + [1621] = 1613, + [1622] = 1617, [1623] = 1623, [1624] = 1624, [1625] = 1625, [1626] = 1626, [1627] = 1627, - [1628] = 1622, + [1628] = 1628, [1629] = 1629, [1630] = 1630, - [1631] = 1631, - [1632] = 1631, - [1633] = 1629, - [1634] = 1621, - [1635] = 1630, - [1636] = 1626, - [1637] = 1611, + [1631] = 1624, + [1632] = 1632, + [1633] = 1633, + [1634] = 1625, + [1635] = 1635, + [1636] = 1636, + [1637] = 1613, [1638] = 1638, - [1639] = 1624, - [1640] = 1625, - [1641] = 432, - [1642] = 1623, - [1643] = 1611, - [1644] = 1627, + [1639] = 1635, + [1640] = 1632, + [1641] = 1641, + [1642] = 1642, + [1643] = 1626, + [1644] = 1630, [1645] = 1645, - [1646] = 1646, + [1646] = 1628, [1647] = 1647, - [1648] = 1648, - [1649] = 1649, - [1650] = 1650, - [1651] = 1651, + [1648] = 1627, + [1649] = 1626, + [1650] = 1625, + [1651] = 1624, [1652] = 1652, - [1653] = 1613, - [1654] = 1614, - [1655] = 1615, - [1656] = 1656, - [1657] = 1612, - [1658] = 1625, - [1659] = 1618, - [1660] = 1619, - [1661] = 1611, - [1662] = 1662, - [1663] = 1621, - [1664] = 1622, - [1665] = 1624, - [1666] = 1666, - [1667] = 1667, - [1668] = 1668, + [1653] = 1618, + [1654] = 1615, + [1655] = 1616, + [1656] = 1617, + [1657] = 1618, + [1658] = 1632, + [1659] = 1613, + [1660] = 1613, + [1661] = 1627, + [1662] = 1619, + [1663] = 1633, + [1664] = 1664, + [1665] = 1630, + [1666] = 1623, + [1667] = 1628, + [1668] = 1614, [1669] = 1629, - [1670] = 1631, - [1671] = 1650, - [1672] = 1630, - [1673] = 1626, - [1674] = 1624, - [1675] = 1626, - [1676] = 1625, - [1677] = 1677, - [1678] = 1629, - [1679] = 1631, - [1680] = 1630, - [1681] = 1626, - [1682] = 1624, - [1683] = 1630, - [1684] = 1631, - [1685] = 1622, - [1686] = 1649, - [1687] = 1621, - [1688] = 1648, - [1689] = 1629, - [1690] = 1629, - [1691] = 1631, - [1692] = 1630, - [1693] = 1645, - [1694] = 1626, - [1695] = 1695, - [1696] = 373, - [1697] = 1611, - [1698] = 1624, - [1699] = 1625, - [1700] = 1656, - [1701] = 1629, - [1702] = 1647, - [1703] = 1625, - [1704] = 1631, - [1705] = 1630, + [1670] = 1670, + [1671] = 1638, + [1672] = 1670, + [1673] = 1632, + [1674] = 1630, + [1675] = 1642, + [1676] = 1613, + [1677] = 1647, + [1678] = 1678, + [1679] = 1632, + [1680] = 1678, + [1681] = 1645, + [1682] = 1633, + [1683] = 1647, + [1684] = 1645, + [1685] = 1633, + [1686] = 1619, + [1687] = 1635, + [1688] = 1647, + [1689] = 1678, + [1690] = 1633, + [1691] = 1615, + [1692] = 1645, + [1693] = 1642, + [1694] = 1613, + [1695] = 1664, + [1696] = 1635, + [1697] = 1632, + [1698] = 1619, + [1699] = 1635, + [1700] = 1619, + [1701] = 1632, + [1702] = 1633, + [1703] = 1630, + [1704] = 1628, + [1705] = 1627, [1706] = 1626, - [1707] = 1624, - [1708] = 1625, - [1709] = 1629, - [1710] = 1619, - [1711] = 1646, - [1712] = 1618, - [1713] = 432, - [1714] = 1612, - [1715] = 1615, - [1716] = 1631, - [1717] = 1621, - [1718] = 1622, - [1719] = 1629, - [1720] = 1630, - [1721] = 1624, - [1722] = 456, - [1723] = 1651, - [1724] = 387, - [1725] = 1631, - [1726] = 382, - [1727] = 378, - [1728] = 1619, + [1707] = 1623, + [1708] = 1614, + [1709] = 1625, + [1710] = 1624, + [1711] = 1630, + [1712] = 1647, + [1713] = 1664, + [1714] = 1652, + [1715] = 1629, + [1716] = 1670, + [1717] = 1615, + [1718] = 1616, + [1719] = 1623, + [1720] = 1638, + [1721] = 1617, + [1722] = 1618, + [1723] = 1633, + [1724] = 1664, + [1725] = 1618, + [1726] = 447, + [1727] = 422, + [1728] = 1613, [1729] = 1618, - [1730] = 1612, - [1731] = 1615, - [1732] = 1619, - [1733] = 1618, - [1734] = 380, - [1735] = 453, - [1736] = 1612, - [1737] = 1626, - [1738] = 1614, - [1739] = 1613, - [1740] = 1652, - [1741] = 1650, - [1742] = 1649, - [1743] = 449, - [1744] = 1648, - [1745] = 1647, - [1746] = 1626, - [1747] = 1624, - [1748] = 1625, - [1749] = 1614, - [1750] = 1613, - [1751] = 1629, - [1752] = 1631, - [1753] = 1630, - [1754] = 1626, - [1755] = 1652, - [1756] = 1624, - [1757] = 1625, - [1758] = 1629, - [1759] = 1615, - [1760] = 1631, - [1761] = 1646, - [1762] = 1650, - [1763] = 1649, - [1764] = 1630, - [1765] = 1626, - [1766] = 1624, - [1767] = 427, - [1768] = 1625, - [1769] = 1623, - [1770] = 1625, - [1771] = 1630, - [1772] = 1626, - [1773] = 1627, - [1774] = 1624, - [1775] = 1645, - [1776] = 1651, - [1777] = 1656, - [1778] = 1625, - [1779] = 1647, - [1780] = 1662, - [1781] = 1624, - [1782] = 1622, - [1783] = 1621, - [1784] = 1646, - [1785] = 1667, - [1786] = 1611, - [1787] = 1619, - [1788] = 1618, - [1789] = 1668, - [1790] = 1626, - [1791] = 1612, - [1792] = 1677, - [1793] = 1630, - [1794] = 1631, - [1795] = 1629, - [1796] = 1615, - [1797] = 1623, - [1798] = 1625, - [1799] = 1629, - [1800] = 1630, - [1801] = 1631, - [1802] = 1627, - [1803] = 1631, - [1804] = 1630, - [1805] = 1626, - [1806] = 1695, - [1807] = 1645, - [1808] = 1624, - [1809] = 1625, - [1810] = 1651, - [1811] = 1629, - [1812] = 1631, - [1813] = 1648, - [1814] = 1614, - [1815] = 1613, - [1816] = 1630, - [1817] = 1652, - [1818] = 1650, - [1819] = 1649, - [1820] = 1656, - [1821] = 1648, - [1822] = 1666, - [1823] = 1662, - [1824] = 1667, - [1825] = 1668, - [1826] = 1677, - [1827] = 1647, - [1828] = 1623, - [1829] = 1627, - [1830] = 1629, - [1831] = 1645, - [1832] = 1666, - [1833] = 1651, - [1834] = 1656, - [1835] = 1662, - [1836] = 1647, - [1837] = 1646, - [1838] = 1667, - [1839] = 1668, - [1840] = 433, - [1841] = 1677, - [1842] = 1626, - [1843] = 1623, - [1844] = 1621, - [1845] = 1627, - [1846] = 1645, - [1847] = 1695, - [1848] = 1651, - [1849] = 424, - [1850] = 1656, - [1851] = 1647, - [1852] = 1667, - [1853] = 1624, - [1854] = 1668, - [1855] = 1677, - [1856] = 1645, - [1857] = 1651, - [1858] = 1667, - [1859] = 1668, - [1860] = 1677, - [1861] = 1645, - [1862] = 1651, - [1863] = 1667, - [1864] = 1668, - [1865] = 1677, - [1866] = 1645, - [1867] = 1651, - [1868] = 1667, - [1869] = 1622, - [1870] = 1668, - [1871] = 1677, + [1730] = 1614, + [1731] = 1614, + [1732] = 1732, + [1733] = 1647, + [1734] = 1629, + [1735] = 1635, + [1736] = 1670, + [1737] = 1638, + [1738] = 1664, + [1739] = 1623, + [1740] = 1614, + [1741] = 1629, + [1742] = 1628, + [1743] = 1627, + [1744] = 1626, + [1745] = 1625, + [1746] = 1617, + [1747] = 1670, + [1748] = 1638, + [1749] = 1616, + [1750] = 1664, + [1751] = 1623, + [1752] = 1624, + [1753] = 1652, + [1754] = 1615, + [1755] = 1616, + [1756] = 1617, + [1757] = 1629, + [1758] = 1618, + [1759] = 1619, + [1760] = 1615, + [1761] = 441, + [1762] = 1614, + [1763] = 1629, + [1764] = 1642, + [1765] = 1652, + [1766] = 444, + [1767] = 1670, + [1768] = 443, + [1769] = 1624, + [1770] = 1638, + [1771] = 1664, + [1772] = 1625, + [1773] = 1632, + [1774] = 1623, + [1775] = 1626, + [1776] = 456, + [1777] = 1642, + [1778] = 1614, + [1779] = 1670, + [1780] = 1629, + [1781] = 435, + [1782] = 1642, + [1783] = 1641, + [1784] = 1638, + [1785] = 1645, + [1786] = 1630, + [1787] = 1670, + [1788] = 1613, + [1789] = 1627, + [1790] = 1638, + [1791] = 1628, + [1792] = 1633, + [1793] = 1645, + [1794] = 1614, + [1795] = 1633, + [1796] = 1732, + [1797] = 1647, + [1798] = 1613, + [1799] = 1619, + [1800] = 1626, + [1801] = 1630, + [1802] = 1647, + [1803] = 1628, + [1804] = 1627, + [1805] = 1633, + [1806] = 1626, + [1807] = 1630, + [1808] = 1635, + [1809] = 1641, + [1810] = 1678, + [1811] = 1625, + [1812] = 1628, + [1813] = 1627, + [1814] = 1626, + [1815] = 1815, + [1816] = 1632, + [1817] = 1624, + [1818] = 1625, + [1819] = 1678, + [1820] = 1645, + [1821] = 1619, + [1822] = 1635, + [1823] = 1632, + [1824] = 1635, + [1825] = 1623, + [1826] = 1624, + [1827] = 1664, + [1828] = 1616, + [1829] = 1641, + [1830] = 1645, + [1831] = 1619, + [1832] = 1652, + [1833] = 1615, + [1834] = 1616, + [1835] = 1617, + [1836] = 1618, + [1837] = 1619, + [1838] = 1618, + [1839] = 1678, + [1840] = 1619, + [1841] = 1617, + [1842] = 1616, + [1843] = 1618, + [1844] = 1652, + [1845] = 1615, + [1846] = 1617, + [1847] = 1616, + [1848] = 1615, + [1849] = 1652, + [1850] = 1624, + [1851] = 1642, + [1852] = 1652, + [1853] = 1641, + [1854] = 436, + [1855] = 1625, + [1856] = 1615, + [1857] = 1670, + [1858] = 1627, + [1859] = 1628, + [1860] = 1624, + [1861] = 1625, + [1862] = 1626, + [1863] = 1627, + [1864] = 1628, + [1865] = 1617, + [1866] = 1616, + [1867] = 1678, + [1868] = 1630, + [1869] = 1628, + [1870] = 1632, + [1871] = 1815, [1872] = 1645, - [1873] = 1625, - [1874] = 1651, - [1875] = 1629, - [1876] = 1667, - [1877] = 1677, - [1878] = 1645, - [1879] = 1631, - [1880] = 1651, - [1881] = 1667, - [1882] = 1677, - [1883] = 1645, - [1884] = 1667, - [1885] = 1677, - [1886] = 1630, - [1887] = 1645, - [1888] = 1667, - [1889] = 1677, - [1890] = 1645, - [1891] = 1667, - [1892] = 1677, - [1893] = 1645, - [1894] = 1625, - [1895] = 424, - [1896] = 1667, - [1897] = 1647, - [1898] = 1677, - [1899] = 1645, - [1900] = 1667, - [1901] = 1626, - [1902] = 1666, - [1903] = 1677, - [1904] = 1645, - [1905] = 1667, - [1906] = 1677, - [1907] = 1651, - [1908] = 1647, - [1909] = 1909, - [1910] = 1695, - [1911] = 1625, - [1912] = 1624, - [1913] = 1666, - [1914] = 1611, - [1915] = 1666, - [1916] = 1619, - [1917] = 1647, - [1918] = 1625, - [1919] = 1624, - [1920] = 1626, - [1921] = 1625, - [1922] = 1614, - [1923] = 1613, - [1924] = 1630, - [1925] = 1631, - [1926] = 1629, - [1927] = 1648, - [1928] = 1652, - [1929] = 1646, - [1930] = 1649, - [1931] = 1662, - [1932] = 1932, - [1933] = 1618, - [1934] = 1625, - [1935] = 1935, - [1936] = 1936, - [1937] = 1622, - [1938] = 1647, - [1939] = 1624, - [1940] = 1612, - [1941] = 1695, - [1942] = 1942, - [1943] = 1651, - [1944] = 1629, - [1945] = 1631, - [1946] = 1650, - [1947] = 1651, - [1948] = 1651, - [1949] = 1615, - [1950] = 1645, - [1951] = 1651, - [1952] = 1630, - [1953] = 1667, - [1954] = 1677, - [1955] = 1651, - [1956] = 1645, - [1957] = 1614, - [1958] = 1613, - [1959] = 1651, - [1960] = 1667, - [1961] = 1677, - [1962] = 1652, - [1963] = 1645, - [1964] = 1651, - [1965] = 1667, - [1966] = 1650, - [1967] = 1677, - [1968] = 1652, - [1969] = 423, - [1970] = 1626, - [1971] = 1645, - [1972] = 1651, - [1973] = 1667, - [1974] = 1677, - [1975] = 1649, - [1976] = 1648, - [1977] = 1646, - [1978] = 1645, - [1979] = 1651, - [1980] = 1646, - [1981] = 1667, - [1982] = 1677, - [1983] = 1651, - [1984] = 1645, - [1985] = 1648, - [1986] = 1649, - [1987] = 1650, - [1988] = 1667, - [1989] = 1677, - [1990] = 1652, - [1991] = 1613, - [1992] = 1645, - [1993] = 1667, - [1994] = 1677, - [1995] = 1614, - [1996] = 1615, - [1997] = 1612, - [1998] = 1618, - [1999] = 1619, - [2000] = 1613, - [2001] = 1611, - [2002] = 1645, - [2003] = 1621, - [2004] = 1622, - [2005] = 1667, - [2006] = 1677, - [2007] = 1645, - [2008] = 1667, - [2009] = 1677, - [2010] = 1645, - [2011] = 1667, - [2012] = 1677, - [2013] = 1695, - [2014] = 1651, - [2015] = 1667, + [1873] = 1615, + [1874] = 1628, + [1875] = 1616, + [1876] = 1652, + [1877] = 1645, + [1878] = 427, + [1879] = 1647, + [1880] = 1645, + [1881] = 1633, + [1882] = 1647, + [1883] = 1624, + [1884] = 1617, + [1885] = 1625, + [1886] = 435, + [1887] = 1627, + [1888] = 1626, + [1889] = 1627, + [1890] = 1628, + [1891] = 1633, + [1892] = 1619, + [1893] = 1630, + [1894] = 422, + [1895] = 1626, + [1896] = 1642, + [1897] = 1630, + [1898] = 1632, + [1899] = 1635, + [1900] = 1617, + [1901] = 1613, + [1902] = 1619, + [1903] = 1630, + [1904] = 1632, + [1905] = 1645, + [1906] = 1906, + [1907] = 1678, + [1908] = 1633, + [1909] = 1641, + [1910] = 427, + [1911] = 1619, + [1912] = 1625, + [1913] = 1635, + [1914] = 1647, + [1915] = 1624, + [1916] = 1642, + [1917] = 1638, + [1918] = 1641, + [1919] = 1678, + [1920] = 1645, + [1921] = 1618, + [1922] = 1635, + [1923] = 1664, + [1924] = 1638, + [1925] = 1670, + [1926] = 1630, + [1927] = 1629, + [1928] = 1614, + [1929] = 1633, + [1930] = 1623, + [1931] = 1647, + [1932] = 1623, + [1933] = 1664, + [1934] = 1638, + [1935] = 1670, + [1936] = 1629, + [1937] = 1678, + [1938] = 1614, + [1939] = 1623, + [1940] = 1614, + [1941] = 1664, + [1942] = 1633, + [1943] = 1638, + [1944] = 1670, + [1945] = 1629, + [1946] = 1946, + [1947] = 1614, + [1948] = 1617, + [1949] = 1623, + [1950] = 1664, + [1951] = 1638, + [1952] = 1670, + [1953] = 1629, + [1954] = 1614, + [1955] = 1623, + [1956] = 1664, + [1957] = 1638, + [1958] = 1670, + [1959] = 1629, + [1960] = 1664, + [1961] = 1616, + [1962] = 1629, + [1963] = 1614, + [1964] = 1623, + [1965] = 1664, + [1966] = 1664, + [1967] = 1615, + [1968] = 1617, + [1969] = 1638, + [1970] = 1623, + [1971] = 1647, + [1972] = 1670, + [1973] = 1629, + [1974] = 1629, + [1975] = 1645, + [1976] = 1614, + [1977] = 1623, + [1978] = 1664, + [1979] = 1638, + [1980] = 1664, + [1981] = 1635, + [1982] = 1623, + [1983] = 1614, + [1984] = 1614, + [1985] = 423, + [1986] = 1632, + [1987] = 1629, + [1988] = 1630, + [1989] = 1633, + [1990] = 1670, + [1991] = 1647, + [1992] = 1628, + [1993] = 1627, + [1994] = 1626, + [1995] = 1625, + [1996] = 1624, + [1997] = 1613, + [1998] = 1629, + [1999] = 1652, + [2000] = 1615, + [2001] = 1616, + [2002] = 1617, + [2003] = 1618, + [2004] = 1619, + [2005] = 1613, + [2006] = 1638, + [2007] = 1664, + [2008] = 1678, + [2009] = 1645, + [2010] = 1633, + [2011] = 1623, + [2012] = 1642, + [2013] = 2013, + [2014] = 1670, + [2015] = 1652, [2016] = 1624, - [2017] = 1621, + [2017] = 1652, [2018] = 1614, - [2019] = 1650, - [2020] = 1611, - [2021] = 1651, - [2022] = 433, - [2023] = 1619, - [2024] = 1618, - [2025] = 1612, - [2026] = 1615, - [2027] = 1614, - [2028] = 1613, - [2029] = 1652, - [2030] = 1650, - [2031] = 1649, - [2032] = 1646, - [2033] = 1648, - [2034] = 1647, - [2035] = 1666, - [2036] = 1648, - [2037] = 1649, - [2038] = 1650, - [2039] = 1646, - [2040] = 1668, - [2041] = 1695, - [2042] = 1666, - [2043] = 1622, - [2044] = 1621, - [2045] = 1625, - [2046] = 1622, - [2047] = 1621, - [2048] = 1649, - [2049] = 1611, - [2050] = 1619, - [2051] = 1625, - [2052] = 1618, - [2053] = 443, - [2054] = 1611, - [2055] = 1652, - [2056] = 1615, - [2057] = 1614, - [2058] = 1613, - [2059] = 1613, - [2060] = 1614, - [2061] = 1615, - [2062] = 1612, - [2063] = 1618, - [2064] = 1619, - [2065] = 1652, - [2066] = 387, - [2067] = 1650, - [2068] = 1648, - [2069] = 1649, - [2070] = 1648, - [2071] = 1611, - [2072] = 1647, - [2073] = 359, - [2074] = 370, - [2075] = 1646, - [2076] = 1647, - [2077] = 1695, - [2078] = 1622, - [2079] = 371, - [2080] = 1621, - [2081] = 1611, - [2082] = 1619, - [2083] = 1618, - [2084] = 1612, - [2085] = 1615, - [2086] = 1619, - [2087] = 1618, - [2088] = 1612, - [2089] = 1615, - [2090] = 1614, - [2091] = 2091, + [2019] = 1647, + [2020] = 1613, + [2021] = 1619, + [2022] = 1618, + [2023] = 2023, + [2024] = 1625, + [2025] = 1641, + [2026] = 1638, + [2027] = 1626, + [2028] = 1647, + [2029] = 1670, + [2030] = 1638, + [2031] = 1678, + [2032] = 1645, + [2033] = 1678, + [2034] = 1627, + [2035] = 1678, + [2036] = 423, + [2037] = 1664, + [2038] = 1623, + [2039] = 1626, + [2040] = 1627, + [2041] = 858, + [2042] = 831, + [2043] = 1638, + [2044] = 1614, + [2045] = 1629, + [2046] = 1628, + [2047] = 1615, + [2048] = 1670, + [2049] = 447, + [2050] = 1638, + [2051] = 1664, + [2052] = 1815, + [2053] = 1623, + [2054] = 1652, + [2055] = 2055, + [2056] = 1618, + [2057] = 1617, + [2058] = 441, + [2059] = 1635, + [2060] = 1632, + [2061] = 1632, + [2062] = 1616, + [2063] = 1619, + [2064] = 1652, + [2065] = 444, + [2066] = 1638, + [2067] = 1618, + [2068] = 373, + [2069] = 1619, + [2070] = 1630, + [2071] = 427, + [2072] = 443, + [2073] = 2073, + [2074] = 2023, + [2075] = 1615, + [2076] = 436, + [2077] = 1670, + [2078] = 1629, + [2079] = 456, + [2080] = 1647, + [2081] = 1732, + [2082] = 389, + [2083] = 436, + [2084] = 1613, + [2085] = 1670, + [2086] = 1638, + [2087] = 1664, + [2088] = 1623, + [2089] = 371, + [2090] = 372, + [2091] = 1623, [2092] = 1614, - [2093] = 1613, - [2094] = 1652, - [2095] = 1650, - [2096] = 1649, - [2097] = 2097, - [2098] = 1648, - [2099] = 1615, - [2100] = 1621, - [2101] = 1622, - [2102] = 1612, + [2093] = 1629, + [2094] = 1645, + [2095] = 1670, + [2096] = 1638, + [2097] = 1629, + [2098] = 1628, + [2099] = 1627, + [2100] = 1626, + [2101] = 1625, + [2102] = 1633, [2103] = 1652, - [2104] = 1618, - [2105] = 1619, - [2106] = 1624, - [2107] = 1613, - [2108] = 1626, + [2104] = 1615, + [2105] = 1614, + [2106] = 2106, + [2107] = 2013, + [2108] = 1624, [2109] = 1652, - [2110] = 1650, - [2111] = 1649, - [2112] = 1646, - [2113] = 1648, - [2114] = 382, - [2115] = 1647, - [2116] = 1646, - [2117] = 449, - [2118] = 1626, - [2119] = 447, - [2120] = 1630, - [2121] = 453, - [2122] = 456, - [2123] = 1647, - [2124] = 443, - [2125] = 1648, - [2126] = 447, - [2127] = 2127, - [2128] = 1631, - [2129] = 1649, - [2130] = 1650, - [2131] = 369, - [2132] = 1622, - [2133] = 1621, - [2134] = 1652, - [2135] = 1611, - [2136] = 1646, - [2137] = 1677, - [2138] = 1619, - [2139] = 1618, - [2140] = 1646, - [2141] = 1612, - [2142] = 1615, - [2143] = 1614, - [2144] = 1613, - [2145] = 1652, - [2146] = 1650, - [2147] = 1629, - [2148] = 1649, - [2149] = 356, - [2150] = 375, - [2151] = 357, - [2152] = 361, - [2153] = 1648, - [2154] = 1647, - [2155] = 358, - [2156] = 364, - [2157] = 365, - [2158] = 1646, - [2159] = 366, - [2160] = 372, - [2161] = 1629, - [2162] = 1622, - [2163] = 374, - [2164] = 1613, - [2165] = 378, - [2166] = 1647, - [2167] = 2167, - [2168] = 1648, - [2169] = 1649, - [2170] = 1650, - [2171] = 1631, - [2172] = 1652, - [2173] = 2173, - [2174] = 2174, - [2175] = 1630, - [2176] = 1613, - [2177] = 1614, - [2178] = 1622, - [2179] = 1615, - [2180] = 1612, - [2181] = 1695, - [2182] = 1621, - [2183] = 1618, - [2184] = 1647, - [2185] = 1611, - [2186] = 1619, - [2187] = 1619, - [2188] = 1618, - [2189] = 1612, - [2190] = 1626, - [2191] = 1629, - [2192] = 1615, - [2193] = 1624, - [2194] = 1614, - [2195] = 1611, - [2196] = 1626, - [2197] = 1613, - [2198] = 1652, - [2199] = 1650, - [2200] = 1649, - [2201] = 1648, - [2202] = 1621, - [2203] = 1649, - [2204] = 1646, - [2205] = 1650, - [2206] = 1652, - [2207] = 1622, - [2208] = 1613, - [2209] = 1614, - [2210] = 1615, - [2211] = 1612, - [2212] = 1618, - [2213] = 1619, - [2214] = 1611, - [2215] = 363, - [2216] = 1695, - [2217] = 1624, - [2218] = 1622, - [2219] = 1621, - [2220] = 1630, - [2221] = 1611, - [2222] = 1630, - [2223] = 1666, - [2224] = 1619, - [2225] = 380, - [2226] = 1618, + [2110] = 1615, + [2111] = 1616, + [2112] = 1617, + [2113] = 1624, + [2114] = 1618, + [2115] = 1623, + [2116] = 1625, + [2117] = 1630, + [2118] = 1624, + [2119] = 1633, + [2120] = 1664, + [2121] = 1626, + [2122] = 1618, + [2123] = 1641, + [2124] = 1678, + [2125] = 1633, + [2126] = 1645, + [2127] = 1732, + [2128] = 2013, + [2129] = 1632, + [2130] = 382, + [2131] = 1619, + [2132] = 1633, + [2133] = 2133, + [2134] = 1635, + [2135] = 2135, + [2136] = 1635, + [2137] = 2073, + [2138] = 1670, + [2139] = 1613, + [2140] = 1642, + [2141] = 1647, + [2142] = 1645, + [2143] = 1630, + [2144] = 360, + [2145] = 1678, + [2146] = 1628, + [2147] = 1647, + [2148] = 1652, + [2149] = 1732, + [2150] = 1645, + [2151] = 1617, + [2152] = 1613, + [2153] = 1641, + [2154] = 1628, + [2155] = 1619, + [2156] = 1627, + [2157] = 2157, + [2158] = 389, + [2159] = 1647, + [2160] = 382, + [2161] = 383, + [2162] = 1618, + [2163] = 1641, + [2164] = 1616, + [2165] = 374, + [2166] = 369, + [2167] = 368, + [2168] = 367, + [2169] = 379, + [2170] = 1614, + [2171] = 366, + [2172] = 365, + [2173] = 364, + [2174] = 1617, + [2175] = 363, + [2176] = 361, + [2177] = 1618, + [2178] = 1629, + [2179] = 357, + [2180] = 1664, + [2181] = 383, + [2182] = 1678, + [2183] = 2183, + [2184] = 1616, + [2185] = 1615, + [2186] = 1627, + [2187] = 1652, + [2188] = 1627, + [2189] = 1624, + [2190] = 1613, + [2191] = 1678, + [2192] = 1625, + [2193] = 1626, + [2194] = 1626, + [2195] = 1627, + [2196] = 1628, + [2197] = 1633, + [2198] = 1630, + [2199] = 1645, + [2200] = 1632, + [2201] = 1635, + [2202] = 359, + [2203] = 2013, + [2204] = 1625, + [2205] = 1614, + [2206] = 2023, + [2207] = 1613, + [2208] = 2208, + [2209] = 1670, + [2210] = 2210, + [2211] = 1624, + [2212] = 2212, + [2213] = 1626, + [2214] = 1628, + [2215] = 1678, + [2216] = 1613, + [2217] = 1623, + [2218] = 1664, + [2219] = 1652, + [2220] = 1645, + [2221] = 1625, + [2222] = 1678, + [2223] = 435, + [2224] = 1633, + [2225] = 1815, + [2226] = 1645, [2227] = 1624, - [2228] = 1626, - [2229] = 1612, - [2230] = 1615, - [2231] = 1614, - [2232] = 1614, - [2233] = 1613, - [2234] = 1652, - [2235] = 1630, - [2236] = 1650, - [2237] = 427, - [2238] = 1611, - [2239] = 1649, - [2240] = 1648, - [2241] = 1631, - [2242] = 1646, - [2243] = 433, - [2244] = 1615, - [2245] = 1629, - [2246] = 1612, - [2247] = 1666, - [2248] = 1618, - [2249] = 1625, - [2250] = 1624, - [2251] = 1625, - [2252] = 1621, - [2253] = 424, - [2254] = 1646, - [2255] = 1647, - [2256] = 1648, - [2257] = 1622, - [2258] = 1619, - [2259] = 1649, - [2260] = 1650, - [2261] = 1652, - [2262] = 423, - [2263] = 1626, - [2264] = 2264, - [2265] = 2265, - [2266] = 1648, - [2267] = 1631, - [2268] = 1613, - [2269] = 1614, - [2270] = 1615, - [2271] = 1629, - [2272] = 852, - [2273] = 1612, - [2274] = 1618, - [2275] = 1621, - [2276] = 854, - [2277] = 1619, - [2278] = 1622, - [2279] = 1630, - [2280] = 1611, - [2281] = 2281, - [2282] = 1631, - [2283] = 1621, - [2284] = 2284, - [2285] = 1629, - [2286] = 2286, - [2287] = 1666, - [2288] = 1622, - [2289] = 1695, - [2290] = 1622, - [2291] = 1621, - [2292] = 1631, - [2293] = 1629, - [2294] = 1625, - [2295] = 1624, - [2296] = 1611, - [2297] = 1611, - [2298] = 1626, - [2299] = 432, - [2300] = 1647, - [2301] = 1646, - [2302] = 1630, - [2303] = 427, - [2304] = 1619, - [2305] = 1618, - [2306] = 1612, - [2307] = 1615, - [2308] = 1614, - [2309] = 1613, - [2310] = 1652, - [2311] = 1650, - [2312] = 1649, - [2313] = 1648, - [2314] = 1646, - [2315] = 1631, - [2316] = 1647, - [2317] = 1648, - [2318] = 1647, - [2319] = 1649, - [2320] = 1650, - [2321] = 1646, - [2322] = 1652, - [2323] = 1613, - [2324] = 368, - [2325] = 1625, - [2326] = 1625, - [2327] = 1614, - [2328] = 1695, - [2329] = 1646, - [2330] = 1615, - [2331] = 1612, - [2332] = 1618, - [2333] = 1647, - [2334] = 1648, - [2335] = 1619, - [2336] = 1649, - [2337] = 1650, - [2338] = 1652, - [2339] = 1613, - [2340] = 1614, - [2341] = 1615, - [2342] = 1612, - [2343] = 1611, - [2344] = 1618, - [2345] = 1624, - [2346] = 1619, - [2347] = 1621, - [2348] = 1621, - [2349] = 1622, - [2350] = 1646, - [2351] = 1626, - [2352] = 1630, - [2353] = 1666, - [2354] = 1622, - [2355] = 1621, + [2228] = 1633, + [2229] = 1618, + [2230] = 2230, + [2231] = 1617, + [2232] = 1616, + [2233] = 1615, + [2234] = 1628, + [2235] = 1624, + [2236] = 1625, + [2237] = 1638, + [2238] = 1626, + [2239] = 1619, + [2240] = 1627, + [2241] = 379, + [2242] = 1623, + [2243] = 2073, + [2244] = 1647, + [2245] = 1652, + [2246] = 1629, + [2247] = 1630, + [2248] = 1616, + [2249] = 1638, + [2250] = 1617, + [2251] = 1618, + [2252] = 1632, + [2253] = 375, + [2254] = 1664, + [2255] = 1619, + [2256] = 1613, + [2257] = 1619, + [2258] = 1635, + [2259] = 1670, + [2260] = 1647, + [2261] = 1630, + [2262] = 1732, + [2263] = 1670, + [2264] = 1625, + [2265] = 1633, + [2266] = 1618, + [2267] = 1629, + [2268] = 1617, + [2269] = 1633, + [2270] = 1614, + [2271] = 1616, + [2272] = 1623, + [2273] = 1615, + [2274] = 1664, + [2275] = 2013, + [2276] = 1652, + [2277] = 2023, + [2278] = 1624, + [2279] = 1623, + [2280] = 2073, + [2281] = 1635, + [2282] = 1616, + [2283] = 1632, + [2284] = 1625, + [2285] = 1635, + [2286] = 1626, + [2287] = 1627, + [2288] = 1628, + [2289] = 1635, + [2290] = 1614, + [2291] = 1642, + [2292] = 1641, + [2293] = 1613, + [2294] = 1613, + [2295] = 1613, + [2296] = 1635, + [2297] = 1619, + [2298] = 1645, + [2299] = 1678, + [2300] = 1618, + [2301] = 1617, + [2302] = 1618, + [2303] = 1815, + [2304] = 2304, + [2305] = 1617, + [2306] = 1616, + [2307] = 2307, + [2308] = 1616, + [2309] = 1615, + [2310] = 1815, + [2311] = 1615, + [2312] = 1652, + [2313] = 1652, + [2314] = 1624, + [2315] = 1624, + [2316] = 1670, + [2317] = 1625, + [2318] = 1625, + [2319] = 1652, + [2320] = 1626, + [2321] = 1635, + [2322] = 1627, + [2323] = 1628, + [2324] = 2023, + [2325] = 1678, + [2326] = 422, + [2327] = 1626, + [2328] = 1627, + [2329] = 2073, + [2330] = 1632, + [2331] = 1615, + [2332] = 1645, + [2333] = 1616, + [2334] = 1632, + [2335] = 1732, + [2336] = 1628, + [2337] = 2337, + [2338] = 1732, + [2339] = 1630, + [2340] = 1630, + [2341] = 1647, + [2342] = 1647, + [2343] = 1647, + [2344] = 1647, + [2345] = 1632, + [2346] = 1678, + [2347] = 1645, + [2348] = 1632, + [2349] = 1635, + [2350] = 1647, + [2351] = 1732, + [2352] = 1633, + [2353] = 2013, + [2354] = 1614, + [2355] = 1645, [2356] = 1629, - [2357] = 1631, - [2358] = 1629, - [2359] = 1630, - [2360] = 1626, - [2361] = 1631, - [2362] = 1624, - [2363] = 449, - [2364] = 1124, - [2365] = 1123, - [2366] = 1118, - [2367] = 416, - [2368] = 412, - [2369] = 424, + [2357] = 1678, + [2358] = 1638, + [2359] = 1629, + [2360] = 2360, + [2361] = 1615, + [2362] = 1630, + [2363] = 2023, + [2364] = 370, + [2365] = 422, + [2366] = 362, + [2367] = 357, + [2368] = 436, + [2369] = 1137, [2370] = 423, - [2371] = 408, - [2372] = 433, - [2373] = 413, - [2374] = 1184, - [2375] = 416, - [2376] = 1179, - [2377] = 412, - [2378] = 423, - [2379] = 854, - [2380] = 852, - [2381] = 413, - [2382] = 432, - [2383] = 854, - [2384] = 852, - [2385] = 408, - [2386] = 362, + [2371] = 1136, + [2372] = 1134, + [2373] = 1125, + [2374] = 427, + [2375] = 363, + [2376] = 364, + [2377] = 415, + [2378] = 365, + [2379] = 366, + [2380] = 367, + [2381] = 368, + [2382] = 374, + [2383] = 370, + [2384] = 360, + [2385] = 427, + [2386] = 369, [2387] = 413, - [2388] = 356, - [2389] = 375, - [2390] = 449, - [2391] = 427, - [2392] = 357, - [2393] = 361, - [2394] = 453, - [2395] = 1125, - [2396] = 424, - [2397] = 456, - [2398] = 358, - [2399] = 364, - [2400] = 365, - [2401] = 366, - [2402] = 372, - [2403] = 374, - [2404] = 408, - [2405] = 363, - [2406] = 373, - [2407] = 432, - [2408] = 433, - [2409] = 412, - [2410] = 443, - [2411] = 371, - [2412] = 376, - [2413] = 359, - [2414] = 370, - [2415] = 368, - [2416] = 447, - [2417] = 427, - [2418] = 369, - [2419] = 416, - [2420] = 447, - [2421] = 443, - [2422] = 456, - [2423] = 453, - [2424] = 443, - [2425] = 496, - [2426] = 449, - [2427] = 447, - [2428] = 369, - [2429] = 373, - [2430] = 443, - [2431] = 443, - [2432] = 447, - [2433] = 449, - [2434] = 456, - [2435] = 453, - [2436] = 496, - [2437] = 480, - [2438] = 447, - [2439] = 489, - [2440] = 488, - [2441] = 479, - [2442] = 485, - [2443] = 484, - [2444] = 483, - [2445] = 482, - [2446] = 503, - [2447] = 497, - [2448] = 499, - [2449] = 498, - [2450] = 512, - [2451] = 456, - [2452] = 456, - [2453] = 482, - [2454] = 453, - [2455] = 363, - [2456] = 456, - [2457] = 443, - [2458] = 449, - [2459] = 371, - [2460] = 374, - [2461] = 480, - [2462] = 372, - [2463] = 366, - [2464] = 365, - [2465] = 364, - [2466] = 358, - [2467] = 489, - [2468] = 361, - [2469] = 357, - [2470] = 375, - [2471] = 356, - [2472] = 453, - [2473] = 447, - [2474] = 488, - [2475] = 453, - [2476] = 479, - [2477] = 453, - [2478] = 485, - [2479] = 456, - [2480] = 484, - [2481] = 483, - [2482] = 449, - [2483] = 443, - [2484] = 447, - [2485] = 376, - [2486] = 503, - [2487] = 368, - [2488] = 370, - [2489] = 359, - [2490] = 497, - [2491] = 499, - [2492] = 498, - [2493] = 449, - [2494] = 512, - [2495] = 484, - [2496] = 378, - [2497] = 512, - [2498] = 498, - [2499] = 497, - [2500] = 387, - [2501] = 376, - [2502] = 503, - [2503] = 359, - [2504] = 375, - [2505] = 512, - [2506] = 357, - [2507] = 363, - [2508] = 374, - [2509] = 382, - [2510] = 378, - [2511] = 372, - [2512] = 482, - [2513] = 483, - [2514] = 380, - [2515] = 366, - [2516] = 484, - [2517] = 488, - [2518] = 496, - [2519] = 480, - [2520] = 489, - [2521] = 369, - [2522] = 488, - [2523] = 479, - [2524] = 485, - [2525] = 387, - [2526] = 370, - [2527] = 365, - [2528] = 364, - [2529] = 358, - [2530] = 499, - [2531] = 497, - [2532] = 479, - [2533] = 496, - [2534] = 480, - [2535] = 483, - [2536] = 489, - [2537] = 380, - [2538] = 485, - [2539] = 361, - [2540] = 371, - [2541] = 356, - [2542] = 368, - [2543] = 382, - [2544] = 387, - [2545] = 503, - [2546] = 382, - [2547] = 378, - [2548] = 498, - [2549] = 482, - [2550] = 380, - [2551] = 387, - [2552] = 499, - [2553] = 380, - [2554] = 378, - [2555] = 382, - [2556] = 373, - [2557] = 416, - [2558] = 497, - [2559] = 380, - [2560] = 424, - [2561] = 498, - [2562] = 483, - [2563] = 424, - [2564] = 433, - [2565] = 482, - [2566] = 378, - [2567] = 512, - [2568] = 423, - [2569] = 378, - [2570] = 387, - [2571] = 427, - [2572] = 433, - [2573] = 423, - [2574] = 416, - [2575] = 382, - [2576] = 412, - [2577] = 433, - [2578] = 408, - [2579] = 432, - [2580] = 413, - [2581] = 380, - [2582] = 416, - [2583] = 412, - [2584] = 408, - [2585] = 382, - [2586] = 413, - [2587] = 416, - [2588] = 387, - [2589] = 432, - [2590] = 512, - [2591] = 412, - [2592] = 496, - [2593] = 427, - [2594] = 433, - [2595] = 424, - [2596] = 424, - [2597] = 408, - [2598] = 498, - [2599] = 499, - [2600] = 413, - [2601] = 497, - [2602] = 503, - [2603] = 482, - [2604] = 413, - [2605] = 489, - [2606] = 423, - [2607] = 483, - [2608] = 484, - [2609] = 408, - [2610] = 485, - [2611] = 479, - [2612] = 412, - [2613] = 488, - [2614] = 427, - [2615] = 489, - [2616] = 432, - [2617] = 480, - [2618] = 480, - [2619] = 503, - [2620] = 484, - [2621] = 432, - [2622] = 485, - [2623] = 427, - [2624] = 479, - [2625] = 496, - [2626] = 423, - [2627] = 499, - [2628] = 488, - [2629] = 484, - [2630] = 453, - [2631] = 443, - [2632] = 413, - [2633] = 443, - [2634] = 496, - [2635] = 453, - [2636] = 503, - [2637] = 433, - [2638] = 483, - [2639] = 480, - [2640] = 432, - [2641] = 408, - [2642] = 489, - [2643] = 480, - [2644] = 484, - [2645] = 479, - [2646] = 485, - [2647] = 408, - [2648] = 449, - [2649] = 484, - [2650] = 412, - [2651] = 416, - [2652] = 482, - [2653] = 489, - [2654] = 423, - [2655] = 416, - [2656] = 497, + [2388] = 409, + [2389] = 406, + [2390] = 435, + [2391] = 456, + [2392] = 406, + [2393] = 443, + [2394] = 444, + [2395] = 441, + [2396] = 422, + [2397] = 1073, + [2398] = 447, + [2399] = 1079, + [2400] = 415, + [2401] = 413, + [2402] = 406, + [2403] = 409, + [2404] = 413, + [2405] = 435, + [2406] = 361, + [2407] = 409, + [2408] = 456, + [2409] = 423, + [2410] = 358, + [2411] = 443, + [2412] = 415, + [2413] = 447, + [2414] = 371, + [2415] = 375, + [2416] = 444, + [2417] = 372, + [2418] = 373, + [2419] = 858, + [2420] = 831, + [2421] = 858, + [2422] = 831, + [2423] = 359, + [2424] = 436, + [2425] = 441, + [2426] = 443, + [2427] = 494, + [2428] = 480, + [2429] = 487, + [2430] = 444, + [2431] = 490, + [2432] = 456, + [2433] = 441, + [2434] = 441, + [2435] = 509, + [2436] = 370, + [2437] = 504, + [2438] = 495, + [2439] = 479, + [2440] = 504, + [2441] = 496, + [2442] = 491, + [2443] = 456, + [2444] = 488, + [2445] = 491, + [2446] = 495, + [2447] = 456, + [2448] = 483, + [2449] = 375, + [2450] = 456, + [2451] = 487, + [2452] = 490, + [2453] = 443, + [2454] = 509, + [2455] = 447, + [2456] = 503, + [2457] = 488, + [2458] = 480, + [2459] = 496, + [2460] = 479, + [2461] = 484, + [2462] = 503, + [2463] = 447, + [2464] = 483, + [2465] = 444, + [2466] = 360, + [2467] = 484, + [2468] = 359, + [2469] = 441, + [2470] = 441, + [2471] = 443, + [2472] = 357, + [2473] = 361, + [2474] = 363, + [2475] = 364, + [2476] = 365, + [2477] = 366, + [2478] = 367, + [2479] = 368, + [2480] = 369, + [2481] = 374, + [2482] = 447, + [2483] = 447, + [2484] = 444, + [2485] = 373, + [2486] = 372, + [2487] = 371, + [2488] = 447, + [2489] = 444, + [2490] = 443, + [2491] = 443, + [2492] = 441, + [2493] = 362, + [2494] = 444, + [2495] = 456, + [2496] = 494, + [2497] = 365, + [2498] = 503, + [2499] = 484, + [2500] = 370, + [2501] = 483, + [2502] = 484, + [2503] = 480, + [2504] = 480, + [2505] = 379, + [2506] = 483, + [2507] = 383, + [2508] = 382, + [2509] = 389, + [2510] = 373, + [2511] = 375, + [2512] = 487, + [2513] = 379, + [2514] = 360, + [2515] = 383, + [2516] = 372, + [2517] = 371, + [2518] = 382, + [2519] = 362, + [2520] = 389, + [2521] = 490, + [2522] = 479, + [2523] = 504, + [2524] = 496, + [2525] = 491, + [2526] = 488, + [2527] = 495, + [2528] = 509, + [2529] = 509, + [2530] = 495, + [2531] = 488, + [2532] = 389, + [2533] = 382, + [2534] = 383, + [2535] = 494, + [2536] = 379, + [2537] = 359, + [2538] = 491, + [2539] = 494, + [2540] = 496, + [2541] = 357, + [2542] = 361, + [2543] = 363, + [2544] = 379, + [2545] = 364, + [2546] = 503, + [2547] = 490, + [2548] = 366, + [2549] = 383, + [2550] = 504, + [2551] = 382, + [2552] = 487, + [2553] = 479, + [2554] = 367, + [2555] = 368, + [2556] = 369, + [2557] = 389, + [2558] = 374, + [2559] = 406, + [2560] = 389, + [2561] = 409, + [2562] = 484, + [2563] = 422, + [2564] = 413, + [2565] = 435, + [2566] = 509, + [2567] = 427, + [2568] = 483, + [2569] = 435, + [2570] = 435, + [2571] = 487, + [2572] = 413, + [2573] = 389, + [2574] = 480, + [2575] = 406, + [2576] = 422, + [2577] = 423, + [2578] = 415, + [2579] = 494, + [2580] = 479, + [2581] = 509, + [2582] = 379, + [2583] = 379, + [2584] = 422, + [2585] = 504, + [2586] = 495, + [2587] = 488, + [2588] = 484, + [2589] = 427, + [2590] = 436, + [2591] = 413, + [2592] = 423, + [2593] = 490, + [2594] = 503, + [2595] = 415, + [2596] = 406, + [2597] = 423, + [2598] = 427, + [2599] = 495, + [2600] = 409, + [2601] = 488, + [2602] = 415, + [2603] = 409, + [2604] = 415, + [2605] = 483, + [2606] = 436, + [2607] = 504, + [2608] = 436, + [2609] = 479, + [2610] = 413, + [2611] = 487, + [2612] = 406, + [2613] = 503, + [2614] = 409, + [2615] = 383, + [2616] = 436, + [2617] = 494, + [2618] = 490, + [2619] = 496, + [2620] = 491, + [2621] = 496, + [2622] = 480, + [2623] = 382, + [2624] = 422, + [2625] = 435, + [2626] = 491, + [2627] = 382, + [2628] = 423, + [2629] = 383, + [2630] = 427, + [2631] = 480, + [2632] = 456, + [2633] = 488, + [2634] = 479, + [2635] = 415, + [2636] = 504, + [2637] = 456, + [2638] = 409, + [2639] = 495, + [2640] = 427, + [2641] = 490, + [2642] = 447, + [2643] = 483, + [2644] = 488, + [2645] = 436, + [2646] = 494, + [2647] = 487, + [2648] = 423, + [2649] = 509, + [2650] = 490, + [2651] = 504, + [2652] = 487, + [2653] = 443, + [2654] = 406, + [2655] = 422, + [2656] = 444, [2657] = 496, - [2658] = 456, - [2659] = 449, - [2660] = 497, - [2661] = 433, - [2662] = 427, - [2663] = 483, - [2664] = 488, - [2665] = 447, - [2666] = 496, - [2667] = 479, - [2668] = 482, - [2669] = 482, - [2670] = 498, - [2671] = 499, - [2672] = 424, - [2673] = 499, - [2674] = 423, - [2675] = 489, - [2676] = 512, - [2677] = 485, - [2678] = 427, - [2679] = 479, - [2680] = 447, - [2681] = 413, - [2682] = 497, - [2683] = 498, + [2658] = 479, + [2659] = 496, + [2660] = 427, + [2661] = 491, + [2662] = 435, + [2663] = 491, + [2664] = 441, + [2665] = 496, + [2666] = 503, + [2667] = 480, + [2668] = 441, + [2669] = 406, + [2670] = 484, + [2671] = 413, + [2672] = 423, + [2673] = 483, + [2674] = 413, + [2675] = 509, + [2676] = 488, + [2677] = 409, + [2678] = 494, + [2679] = 443, + [2680] = 495, + [2681] = 422, + [2682] = 490, + [2683] = 509, [2684] = 503, - [2685] = 488, - [2686] = 512, - [2687] = 432, - [2688] = 456, - [2689] = 424, - [2690] = 412, - [2691] = 449, - [2692] = 443, - [2693] = 498, - [2694] = 512, - [2695] = 443, - [2696] = 488, - [2697] = 499, - [2698] = 503, - [2699] = 453, - [2700] = 761, - [2701] = 752, - [2702] = 447, - [2703] = 761, - [2704] = 447, - [2705] = 456, - [2706] = 752, + [2685] = 480, + [2686] = 415, + [2687] = 436, + [2688] = 484, + [2689] = 435, + [2690] = 479, + [2691] = 444, + [2692] = 447, + [2693] = 487, + [2694] = 759, + [2695] = 503, + [2696] = 494, + [2697] = 447, + [2698] = 484, + [2699] = 441, + [2700] = 444, + [2701] = 441, + [2702] = 491, + [2703] = 447, + [2704] = 504, + [2705] = 483, + [2706] = 758, [2707] = 456, - [2708] = 453, - [2709] = 449, - [2710] = 483, - [2711] = 485, - [2712] = 480, - [2713] = 443, - [2714] = 443, - [2715] = 456, - [2716] = 761, - [2717] = 752, + [2708] = 443, + [2709] = 443, + [2710] = 456, + [2711] = 495, + [2712] = 759, + [2713] = 444, + [2714] = 758, + [2715] = 758, + [2716] = 441, + [2717] = 444, [2718] = 447, [2719] = 456, - [2720] = 453, - [2721] = 453, - [2722] = 449, - [2723] = 447, - [2724] = 449, - [2725] = 488, - [2726] = 498, - [2727] = 489, - [2728] = 767, - [2729] = 479, - [2730] = 485, - [2731] = 480, - [2732] = 512, - [2733] = 489, - [2734] = 767, - [2735] = 759, - [2736] = 767, - [2737] = 488, - [2738] = 484, - [2739] = 496, - [2740] = 759, - [2741] = 496, - [2742] = 479, - [2743] = 483, - [2744] = 485, - [2745] = 753, - [2746] = 499, - [2747] = 482, - [2748] = 484, - [2749] = 483, - [2750] = 767, - [2751] = 482, - [2752] = 503, - [2753] = 497, - [2754] = 503, - [2755] = 499, - [2756] = 498, - [2757] = 497, - [2758] = 753, - [2759] = 480, - [2760] = 512, - [2761] = 485, - [2762] = 479, - [2763] = 488, - [2764] = 499, - [2765] = 479, - [2766] = 497, - [2767] = 488, - [2768] = 752, - [2769] = 496, - [2770] = 784, - [2771] = 489, - [2772] = 498, - [2773] = 499, - [2774] = 761, - [2775] = 497, - [2776] = 480, - [2777] = 496, - [2778] = 503, - [2779] = 484, - [2780] = 484, - [2781] = 784, - [2782] = 498, - [2783] = 503, - [2784] = 512, - [2785] = 482, - [2786] = 483, - [2787] = 482, - [2788] = 483, - [2789] = 480, - [2790] = 485, - [2791] = 489, - [2792] = 512, - [2793] = 488, - [2794] = 800, - [2795] = 480, - [2796] = 498, - [2797] = 482, - [2798] = 503, - [2799] = 497, - [2800] = 483, - [2801] = 499, - [2802] = 797, - [2803] = 802, - [2804] = 489, - [2805] = 483, - [2806] = 498, - [2807] = 499, - [2808] = 798, - [2809] = 802, - [2810] = 484, - [2811] = 497, - [2812] = 800, - [2813] = 512, - [2814] = 482, - [2815] = 479, - [2816] = 484, - [2817] = 485, - [2818] = 512, - [2819] = 496, - [2820] = 503, - [2821] = 479, - [2822] = 801, - [2823] = 799, - [2824] = 485, - [2825] = 496, - [2826] = 822, - [2827] = 488, - [2828] = 799, - [2829] = 801, - [2830] = 489, - [2831] = 480, - [2832] = 798, - [2833] = 797, - [2834] = 840, - [2835] = 838, - [2836] = 858, - [2837] = 864, - [2838] = 837, - [2839] = 869, - [2840] = 797, - [2841] = 759, - [2842] = 798, - [2843] = 849, - [2844] = 855, - [2845] = 854, - [2846] = 855, - [2847] = 852, - [2848] = 846, - [2849] = 833, - [2850] = 856, - [2851] = 860, - [2852] = 868, - [2853] = 834, - [2854] = 835, - [2855] = 836, - [2856] = 839, - [2857] = 876, - [2858] = 873, + [2720] = 759, + [2721] = 456, + [2722] = 447, + [2723] = 443, + [2724] = 441, + [2725] = 444, + [2726] = 443, + [2727] = 765, + [2728] = 487, + [2729] = 490, + [2730] = 503, + [2731] = 783, + [2732] = 479, + [2733] = 480, + [2734] = 483, + [2735] = 495, + [2736] = 484, + [2737] = 484, + [2738] = 480, + [2739] = 509, + [2740] = 494, + [2741] = 483, + [2742] = 491, + [2743] = 765, + [2744] = 496, + [2745] = 776, + [2746] = 503, + [2747] = 504, + [2748] = 488, + [2749] = 490, + [2750] = 494, + [2751] = 479, + [2752] = 488, + [2753] = 765, + [2754] = 491, + [2755] = 504, + [2756] = 496, + [2757] = 495, + [2758] = 487, + [2759] = 509, + [2760] = 765, + [2761] = 783, + [2762] = 776, + [2763] = 504, + [2764] = 784, + [2765] = 483, + [2766] = 496, + [2767] = 490, + [2768] = 480, + [2769] = 487, + [2770] = 495, + [2771] = 509, + [2772] = 504, + [2773] = 484, + [2774] = 479, + [2775] = 480, + [2776] = 503, + [2777] = 479, + [2778] = 496, + [2779] = 758, + [2780] = 784, + [2781] = 494, + [2782] = 484, + [2783] = 495, + [2784] = 488, + [2785] = 494, + [2786] = 491, + [2787] = 488, + [2788] = 491, + [2789] = 483, + [2790] = 487, + [2791] = 490, + [2792] = 503, + [2793] = 509, + [2794] = 759, + [2795] = 496, + [2796] = 812, + [2797] = 494, + [2798] = 819, + [2799] = 785, + [2800] = 479, + [2801] = 819, + [2802] = 802, + [2803] = 504, + [2804] = 487, + [2805] = 491, + [2806] = 788, + [2807] = 488, + [2808] = 509, + [2809] = 789, + [2810] = 495, + [2811] = 504, + [2812] = 483, + [2813] = 793, + [2814] = 483, + [2815] = 484, + [2816] = 480, + [2817] = 488, + [2818] = 785, + [2819] = 484, + [2820] = 495, + [2821] = 480, + [2822] = 496, + [2823] = 503, + [2824] = 491, + [2825] = 788, + [2826] = 789, + [2827] = 503, + [2828] = 490, + [2829] = 802, + [2830] = 494, + [2831] = 509, + [2832] = 793, + [2833] = 479, + [2834] = 490, + [2835] = 487, + [2836] = 765, + [2837] = 843, + [2838] = 783, + [2839] = 788, + [2840] = 861, + [2841] = 856, + [2842] = 875, + [2843] = 848, + [2844] = 864, + [2845] = 852, + [2846] = 870, + [2847] = 833, + [2848] = 874, + [2849] = 846, + [2850] = 847, + [2851] = 870, + [2852] = 858, + [2853] = 831, + [2854] = 862, + [2855] = 847, + [2856] = 845, + [2857] = 863, + [2858] = 843, [2859] = 849, - [2860] = 840, - [2861] = 842, - [2862] = 799, - [2863] = 835, - [2864] = 866, - [2865] = 867, - [2866] = 831, - [2867] = 858, - [2868] = 876, - [2869] = 845, - [2870] = 753, - [2871] = 767, - [2872] = 845, - [2873] = 833, - [2874] = 842, - [2875] = 837, - [2876] = 867, - [2877] = 838, - [2878] = 869, - [2879] = 800, - [2880] = 863, - [2881] = 831, - [2882] = 860, - [2883] = 839, - [2884] = 872, - [2885] = 875, - [2886] = 856, - [2887] = 834, - [2888] = 863, - [2889] = 875, - [2890] = 866, - [2891] = 767, - [2892] = 836, - [2893] = 864, - [2894] = 868, - [2895] = 873, - [2896] = 801, - [2897] = 822, - [2898] = 911, - [2899] = 912, - [2900] = 881, - [2901] = 835, - [2902] = 877, - [2903] = 893, - [2904] = 907, - [2905] = 935, - [2906] = 867, - [2907] = 917, - [2908] = 880, - [2909] = 919, - [2910] = 919, - [2911] = 909, - [2912] = 917, - [2913] = 899, - [2914] = 863, - [2915] = 943, - [2916] = 784, - [2917] = 911, - [2918] = 910, - [2919] = 927, - [2920] = 912, + [2860] = 846, + [2861] = 869, + [2862] = 851, + [2863] = 789, + [2864] = 838, + [2865] = 793, + [2866] = 850, + [2867] = 848, + [2868] = 850, + [2869] = 836, + [2870] = 851, + [2871] = 776, + [2872] = 869, + [2873] = 854, + [2874] = 865, + [2875] = 857, + [2876] = 868, + [2877] = 849, + [2878] = 785, + [2879] = 838, + [2880] = 836, + [2881] = 865, + [2882] = 863, + [2883] = 868, + [2884] = 854, + [2885] = 802, + [2886] = 861, + [2887] = 856, + [2888] = 875, + [2889] = 842, + [2890] = 833, + [2891] = 874, + [2892] = 862, + [2893] = 845, + [2894] = 842, + [2895] = 765, + [2896] = 864, + [2897] = 834, + [2898] = 834, + [2899] = 887, + [2900] = 917, + [2901] = 812, + [2902] = 902, + [2903] = 843, + [2904] = 941, + [2905] = 936, + [2906] = 924, + [2907] = 906, + [2908] = 938, + [2909] = 931, + [2910] = 849, + [2911] = 941, + [2912] = 891, + [2913] = 850, + [2914] = 852, + [2915] = 920, + [2916] = 937, + [2917] = 878, + [2918] = 877, + [2919] = 928, + [2920] = 895, [2921] = 899, - [2922] = 845, - [2923] = 900, + [2922] = 851, + [2923] = 910, [2924] = 898, - [2925] = 909, - [2926] = 935, - [2927] = 939, - [2928] = 858, - [2929] = 900, - [2930] = 898, - [2931] = 889, - [2932] = 877, - [2933] = 846, - [2934] = 880, - [2935] = 941, - [2936] = 881, - [2937] = 916, - [2938] = 928, - [2939] = 925, - [2940] = 866, - [2941] = 842, - [2942] = 840, - [2943] = 931, - [2944] = 885, - [2945] = 916, - [2946] = 903, - [2947] = 889, - [2948] = 927, - [2949] = 928, - [2950] = 915, - [2951] = 849, - [2952] = 914, - [2953] = 882, - [2954] = 902, - [2955] = 893, - [2956] = 931, - [2957] = 907, + [2925] = 937, + [2926] = 943, + [2927] = 784, + [2928] = 877, + [2929] = 845, + [2930] = 924, + [2931] = 878, + [2932] = 892, + [2933] = 915, + [2934] = 936, + [2935] = 890, + [2936] = 863, + [2937] = 938, + [2938] = 925, + [2939] = 922, + [2940] = 843, + [2941] = 928, + [2942] = 896, + [2943] = 899, + [2944] = 943, + [2945] = 892, + [2946] = 883, + [2947] = 862, + [2948] = 887, + [2949] = 898, + [2950] = 874, + [2951] = 894, + [2952] = 864, + [2953] = 883, + [2954] = 921, + [2955] = 940, + [2956] = 894, + [2957] = 890, [2958] = 921, [2959] = 833, - [2960] = 929, - [2961] = 883, - [2962] = 903, - [2963] = 939, - [2964] = 839, - [2965] = 904, - [2966] = 882, - [2967] = 905, - [2968] = 890, - [2969] = 943, - [2970] = 930, - [2971] = 932, - [2972] = 929, - [2973] = 836, - [2974] = 904, - [2975] = 915, - [2976] = 890, - [2977] = 941, - [2978] = 905, - [2979] = 886, - [2980] = 932, - [2981] = 883, - [2982] = 914, - [2983] = 934, - [2984] = 866, - [2985] = 886, - [2986] = 875, - [2987] = 860, - [2988] = 834, - [2989] = 921, - [2990] = 963, - [2991] = 984, - [2992] = 363, - [2993] = 856, - [2994] = 374, - [2995] = 868, - [2996] = 372, - [2997] = 980, - [2998] = 983, - [2999] = 366, - [3000] = 988, - [3001] = 989, - [3002] = 1025, - [3003] = 1025, - [3004] = 876, - [3005] = 365, - [3006] = 364, - [3007] = 358, - [3008] = 361, - [3009] = 797, - [3010] = 1001, - [3011] = 357, - [3012] = 979, - [3013] = 375, - [3014] = 356, - [3015] = 965, - [3016] = 798, - [3017] = 1003, - [3018] = 1019, - [3019] = 1029, - [3020] = 799, - [3021] = 1004, - [3022] = 1029, - [3023] = 800, - [3024] = 1006, - [3025] = 1008, - [3026] = 972, - [3027] = 1037, - [3028] = 1010, - [3029] = 979, - [3030] = 801, - [3031] = 1013, - [3032] = 1022, - [3033] = 838, - [3034] = 977, - [3035] = 964, - [3036] = 963, - [3037] = 822, - [3038] = 1023, - [3039] = 873, - [3040] = 981, - [3041] = 1009, - [3042] = 1019, - [3043] = 998, - [3044] = 801, - [3045] = 3045, - [3046] = 800, - [3047] = 371, - [3048] = 369, - [3049] = 925, - [3050] = 799, - [3051] = 798, - [3052] = 797, - [3053] = 370, - [3054] = 359, - [3055] = 1034, - [3056] = 373, - [3057] = 368, - [3058] = 1033, - [3059] = 964, - [3060] = 1032, - [3061] = 977, - [3062] = 980, - [3063] = 1031, - [3064] = 973, - [3065] = 983, - [3066] = 974, - [3067] = 1030, - [3068] = 988, - [3069] = 1028, - [3070] = 989, - [3071] = 965, - [3072] = 930, - [3073] = 802, - [3074] = 1001, - [3075] = 949, - [3076] = 1003, - [3077] = 1004, - [3078] = 1006, - [3079] = 1008, - [3080] = 1010, - [3081] = 1025, - [3082] = 362, - [3083] = 1013, - [3084] = 1037, - [3085] = 934, - [3086] = 1034, - [3087] = 1018, - [3088] = 959, - [3089] = 1033, - [3090] = 1015, - [3091] = 1032, - [3092] = 961, - [3093] = 1031, - [3094] = 1030, - [3095] = 1024, - [3096] = 1007, - [3097] = 975, - [3098] = 1028, - [3099] = 1005, - [3100] = 1023, - [3101] = 831, - [3102] = 999, - [3103] = 1018, - [3104] = 1015, - [3105] = 972, + [2960] = 885, + [2961] = 891, + [2962] = 926, + [2963] = 922, + [2964] = 914, + [2965] = 875, + [2966] = 934, + [2967] = 920, + [2968] = 940, + [2969] = 942, + [2970] = 918, + [2971] = 915, + [2972] = 939, + [2973] = 910, + [2974] = 834, + [2975] = 925, + [2976] = 926, + [2977] = 918, + [2978] = 856, + [2979] = 861, + [2980] = 907, + [2981] = 869, + [2982] = 939, + [2983] = 931, + [2984] = 888, + [2985] = 906, + [2986] = 902, + [2987] = 942, + [2988] = 895, + [2989] = 916, + [2990] = 885, + [2991] = 896, + [2992] = 955, + [2993] = 965, + [2994] = 966, + [2995] = 788, + [2996] = 812, + [2997] = 789, + [2998] = 793, + [2999] = 785, + [3000] = 1018, + [3001] = 802, + [3002] = 1005, + [3003] = 370, + [3004] = 948, + [3005] = 371, + [3006] = 372, + [3007] = 373, + [3008] = 842, + [3009] = 999, + [3010] = 1014, + [3011] = 1010, + [3012] = 944, + [3013] = 958, + [3014] = 819, + [3015] = 854, + [3016] = 957, + [3017] = 374, + [3018] = 369, + [3019] = 375, + [3020] = 368, + [3021] = 367, + [3022] = 366, + [3023] = 365, + [3024] = 364, + [3025] = 363, + [3026] = 361, + [3027] = 870, + [3028] = 357, + [3029] = 359, + [3030] = 982, + [3031] = 997, + [3032] = 949, + [3033] = 360, + [3034] = 983, + [3035] = 1018, + [3036] = 358, + [3037] = 788, + [3038] = 997, + [3039] = 976, + [3040] = 966, + [3041] = 789, + [3042] = 1010, + [3043] = 991, + [3044] = 959, + [3045] = 793, + [3046] = 1033, + [3047] = 992, + [3048] = 1006, + [3049] = 1032, + [3050] = 785, + [3051] = 1029, + [3052] = 944, + [3053] = 958, + [3054] = 971, + [3055] = 957, + [3056] = 959, + [3057] = 838, + [3058] = 955, + [3059] = 917, + [3060] = 1015, + [3061] = 1005, + [3062] = 802, + [3063] = 949, + [3064] = 948, + [3065] = 993, + [3066] = 968, + [3067] = 991, + [3068] = 992, + [3069] = 1006, + [3070] = 1029, + [3071] = 971, + [3072] = 914, + [3073] = 836, + [3074] = 999, + [3075] = 1014, + [3076] = 1022, + [3077] = 1026, + [3078] = 1022, + [3079] = 1010, + [3080] = 907, + [3081] = 1026, + [3082] = 3082, + [3083] = 1027, + [3084] = 1027, + [3085] = 951, + [3086] = 951, + [3087] = 998, + [3088] = 1036, + [3089] = 995, + [3090] = 1023, + [3091] = 1023, + [3092] = 962, + [3093] = 962, + [3094] = 1008, + [3095] = 1007, + [3096] = 982, + [3097] = 865, + [3098] = 981, + [3099] = 989, + [3100] = 993, + [3101] = 965, + [3102] = 1020, + [3103] = 1015, + [3104] = 964, + [3105] = 1036, [3106] = 1007, - [3107] = 969, - [3108] = 1005, - [3109] = 999, - [3110] = 981, - [3111] = 949, - [3112] = 959, - [3113] = 961, - [3114] = 986, - [3115] = 986, - [3116] = 984, - [3117] = 969, - [3118] = 1140, - [3119] = 1101, - [3120] = 1162, - [3121] = 1129, - [3122] = 1136, - [3123] = 1139, - [3124] = 1140, - [3125] = 1129, - [3126] = 1122, - [3127] = 1143, - [3128] = 1121, - [3129] = 1147, - [3130] = 903, - [3131] = 1160, - [3132] = 1136, - [3133] = 1161, - [3134] = 1139, - [3135] = 1119, - [3136] = 1084, - [3137] = 1162, - [3138] = 1163, - [3139] = 1164, - [3140] = 1047, - [3141] = 889, - [3142] = 1166, - [3143] = 1169, - [3144] = 1121, - [3145] = 1112, - [3146] = 1170, - [3147] = 1171, - [3148] = 1172, - [3149] = 1110, - [3150] = 939, - [3151] = 1173, - [3152] = 1174, - [3153] = 1119, - [3154] = 1071, - [3155] = 1109, - [3156] = 1102, - [3157] = 1112, - [3158] = 1092, - [3159] = 877, - [3160] = 1085, - [3161] = 1082, - [3162] = 1143, - [3163] = 1175, - [3164] = 856, - [3165] = 1077, - [3166] = 1110, - [3167] = 1147, - [3168] = 1198, - [3169] = 1199, - [3170] = 837, - [3171] = 1050, - [3172] = 1072, - [3173] = 1056, - [3174] = 1127, - [3175] = 1109, - [3176] = 1052, - [3177] = 1040, - [3178] = 1042, - [3179] = 1102, - [3180] = 1092, - [3181] = 1085, + [3107] = 1020, + [3108] = 963, + [3109] = 983, + [3110] = 1035, + [3111] = 981, + [3112] = 947, + [3113] = 976, + [3114] = 989, + [3115] = 947, + [3116] = 963, + [3117] = 1035, + [3118] = 964, + [3119] = 945, + [3120] = 915, + [3121] = 1174, + [3122] = 1159, + [3123] = 1143, + [3124] = 1158, + [3125] = 1156, + [3126] = 1162, + [3127] = 1148, + [3128] = 1073, + [3129] = 1155, + [3130] = 1151, + [3131] = 1079, + [3132] = 1038, + [3133] = 1154, + [3134] = 1153, + [3135] = 1153, + [3136] = 1151, + [3137] = 940, + [3138] = 1147, + [3139] = 1154, + [3140] = 1146, + [3141] = 1148, + [3142] = 1155, + [3143] = 1175, + [3144] = 1099, + [3145] = 1147, + [3146] = 1146, + [3147] = 1143, + [3148] = 1141, + [3149] = 1177, + [3150] = 845, + [3151] = 1138, + [3152] = 1156, + [3153] = 1039, + [3154] = 921, + [3155] = 1133, + [3156] = 1197, + [3157] = 1131, + [3158] = 1178, + [3159] = 1185, + [3160] = 1070, + [3161] = 1130, + [3162] = 1129, + [3163] = 1128, + [3164] = 1141, + [3165] = 922, + [3166] = 1124, + [3167] = 1122, + [3168] = 1179, + [3169] = 1159, + [3170] = 1120, + [3171] = 1119, + [3172] = 1118, + [3173] = 910, + [3174] = 925, + [3175] = 1116, + [3176] = 1115, + [3177] = 862, + [3178] = 874, + [3179] = 1161, + [3180] = 1162, + [3181] = 1038, [3182] = 1082, - [3183] = 1048, - [3184] = 1049, - [3185] = 1087, - [3186] = 1160, - [3187] = 1051, - [3188] = 1168, - [3189] = 1185, - [3190] = 1077, - [3191] = 1176, - [3192] = 1045, - [3193] = 1161, - [3194] = 1057, - [3195] = 882, - [3196] = 1058, - [3197] = 1167, - [3198] = 1090, - [3199] = 1101, - [3200] = 1059, - [3201] = 1198, - [3202] = 1061, - [3203] = 1199, - [3204] = 837, - [3205] = 831, - [3206] = 1072, - [3207] = 1066, - [3208] = 1068, - [3209] = 1069, - [3210] = 1179, - [3211] = 1076, - [3212] = 1062, - [3213] = 1079, - [3214] = 1056, - [3215] = 1046, + [3183] = 833, + [3184] = 1182, + [3185] = 857, + [3186] = 1089, + [3187] = 1109, + [3188] = 842, + [3189] = 1138, + [3190] = 1175, + [3191] = 1177, + [3192] = 1094, + [3193] = 1198, + [3194] = 868, + [3195] = 1045, + [3196] = 1178, + [3197] = 856, + [3198] = 1179, + [3199] = 1199, + [3200] = 861, + [3201] = 848, + [3202] = 1039, + [3203] = 1182, + [3204] = 1133, + [3205] = 1105, + [3206] = 898, + [3207] = 869, + [3208] = 1163, + [3209] = 1127, + [3210] = 1149, + [3211] = 1185, + [3212] = 1104, + [3213] = 1083, + [3214] = 1187, + [3215] = 1106, [3216] = 1127, - [3217] = 1168, - [3218] = 914, - [3219] = 1164, - [3220] = 1086, - [3221] = 1089, - [3222] = 1166, - [3223] = 1186, - [3224] = 1167, - [3225] = 1177, - [3226] = 1095, - [3227] = 1096, - [3228] = 1052, - [3229] = 1169, - [3230] = 1105, - [3231] = 1053, - [3232] = 1107, - [3233] = 1170, - [3234] = 1171, - [3235] = 1115, - [3236] = 1040, - [3237] = 1042, - [3238] = 1120, - [3239] = 1165, - [3240] = 1172, - [3241] = 846, - [3242] = 1054, - [3243] = 1038, - [3244] = 1159, - [3245] = 1128, - [3246] = 1048, - [3247] = 1130, - [3248] = 1131, - [3249] = 1134, - [3250] = 1098, - [3251] = 1137, - [3252] = 1184, - [3253] = 1049, - [3254] = 852, - [3255] = 1148, - [3256] = 1151, - [3257] = 1051, - [3258] = 1178, - [3259] = 1152, - [3260] = 855, - [3261] = 1173, - [3262] = 1174, - [3263] = 866, - [3264] = 875, - [3265] = 1118, - [3266] = 838, - [3267] = 1057, - [3268] = 941, - [3269] = 1178, - [3270] = 1041, - [3271] = 973, - [3272] = 1058, - [3273] = 974, - [3274] = 1158, - [3275] = 1125, - [3276] = 1124, - [3277] = 1123, - [3278] = 1118, - [3279] = 1059, - [3280] = 1125, - [3281] = 1152, - [3282] = 1124, - [3283] = 849, - [3284] = 1088, - [3285] = 1091, - [3286] = 1093, - [3287] = 1097, - [3288] = 1061, - [3289] = 1123, - [3290] = 1098, - [3291] = 1099, - [3292] = 1100, - [3293] = 1122, - [3294] = 1108, - [3295] = 858, - [3296] = 854, - [3297] = 1116, - [3298] = 852, - [3299] = 929, - [3300] = 3300, - [3301] = 1132, - [3302] = 1157, - [3303] = 863, - [3304] = 975, - [3305] = 1055, - [3306] = 867, - [3307] = 835, - [3308] = 1133, - [3309] = 1135, - [3310] = 1155, - [3311] = 1060, - [3312] = 1087, - [3313] = 1154, - [3314] = 1150, - [3315] = 1138, - [3316] = 1066, - [3317] = 1043, - [3318] = 1068, - [3319] = 1146, - [3320] = 1145, - [3321] = 1144, - [3322] = 1141, - [3323] = 1138, - [3324] = 1135, - [3325] = 1133, - [3326] = 835, - [3327] = 1044, - [3328] = 1132, - [3329] = 867, - [3330] = 1116, - [3331] = 1108, - [3332] = 893, - [3333] = 1100, - [3334] = 1069, - [3335] = 1151, - [3336] = 1099, - [3337] = 1097, - [3338] = 1144, - [3339] = 1073, - [3340] = 1145, - [3341] = 1146, - [3342] = 1093, - [3343] = 1091, - [3344] = 876, - [3345] = 873, - [3346] = 1090, - [3347] = 1088, - [3348] = 1084, - [3349] = 1184, - [3350] = 1165, - [3351] = 1081, - [3352] = 1080, - [3353] = 1078, - [3354] = 1179, - [3355] = 1075, - [3356] = 1074, - [3357] = 1073, - [3358] = 1150, - [3359] = 1148, - [3360] = 1154, - [3361] = 1063, - [3362] = 1155, - [3363] = 846, - [3364] = 1041, - [3365] = 1175, - [3366] = 1076, - [3367] = 1128, - [3368] = 1071, - [3369] = 890, - [3370] = 1079, - [3371] = 855, - [3372] = 1185, - [3373] = 1067, - [3374] = 1065, - [3375] = 863, - [3376] = 1064, - [3377] = 1063, - [3378] = 1062, - [3379] = 864, - [3380] = 797, - [3381] = 869, - [3382] = 1064, - [3383] = 1186, - [3384] = 1060, - [3385] = 858, - [3386] = 1055, - [3387] = 872, - [3388] = 1137, - [3389] = 845, - [3390] = 1065, - [3391] = 1053, - [3392] = 1050, - [3393] = 1086, - [3394] = 1159, - [3395] = 883, - [3396] = 849, - [3397] = 1043, - [3398] = 1089, - [3399] = 886, - [3400] = 833, - [3401] = 860, - [3402] = 834, - [3403] = 1047, - [3404] = 836, - [3405] = 839, - [3406] = 1046, - [3407] = 1134, - [3408] = 840, - [3409] = 1177, - [3410] = 1045, - [3411] = 798, - [3412] = 1185, - [3413] = 1105, - [3414] = 1067, - [3415] = 869, - [3416] = 842, - [3417] = 1130, - [3418] = 864, - [3419] = 1131, - [3420] = 1095, - [3421] = 1096, - [3422] = 1186, - [3423] = 932, - [3424] = 1163, - [3425] = 1107, - [3426] = 1081, - [3427] = 1080, - [3428] = 1157, - [3429] = 1078, - [3430] = 854, - [3431] = 852, - [3432] = 1075, - [3433] = 799, + [3217] = 1131, + [3218] = 1190, + [3219] = 1191, + [3220] = 1190, + [3221] = 3221, + [3222] = 1191, + [3223] = 1192, + [3224] = 1189, + [3225] = 1074, + [3226] = 1097, + [3227] = 1075, + [3228] = 1102, + [3229] = 864, + [3230] = 802, + [3231] = 1186, + [3232] = 1192, + [3233] = 863, + [3234] = 851, + [3235] = 1084, + [3236] = 850, + [3237] = 849, + [3238] = 785, + [3239] = 1130, + [3240] = 1129, + [3241] = 1184, + [3242] = 847, + [3243] = 1128, + [3244] = 1193, + [3245] = 1196, + [3246] = 1200, + [3247] = 1081, + [3248] = 1201, + [3249] = 1101, + [3250] = 1193, + [3251] = 1126, + [3252] = 793, + [3253] = 1197, + [3254] = 1195, + [3255] = 1188, + [3256] = 1167, + [3257] = 1100, + [3258] = 1196, + [3259] = 1123, + [3260] = 1112, + [3261] = 1181, + [3262] = 875, + [3263] = 1200, + [3264] = 789, + [3265] = 1176, + [3266] = 852, + [3267] = 1124, + [3268] = 1201, + [3269] = 906, + [3270] = 1174, + [3271] = 1173, + [3272] = 1172, + [3273] = 1122, + [3274] = 852, + [3275] = 1112, + [3276] = 1121, + [3277] = 846, + [3278] = 849, + [3279] = 1103, + [3280] = 1169, + [3281] = 1168, + [3282] = 1165, + [3283] = 1100, + [3284] = 850, + [3285] = 1168, + [3286] = 1195, + [3287] = 1043, + [3288] = 1188, + [3289] = 858, + [3290] = 831, + [3291] = 1142, + [3292] = 1163, + [3293] = 1150, + [3294] = 1054, + [3295] = 1102, + [3296] = 998, + [3297] = 899, + [3298] = 995, + [3299] = 1097, + [3300] = 1095, + [3301] = 851, + [3302] = 1140, + [3303] = 1094, + [3304] = 1089, + [3305] = 1123, + [3306] = 1081, + [3307] = 1070, + [3308] = 1183, + [3309] = 1160, + [3310] = 788, + [3311] = 1126, + [3312] = 1120, + [3313] = 890, + [3314] = 1170, + [3315] = 863, + [3316] = 1051, + [3317] = 1119, + [3318] = 1099, + [3319] = 1139, + [3320] = 1045, + [3321] = 1106, + [3322] = 1181, + [3323] = 1176, + [3324] = 1113, + [3325] = 1118, + [3326] = 1047, + [3327] = 864, + [3328] = 895, + [3329] = 1116, + [3330] = 945, + [3331] = 1051, + [3332] = 1115, + [3333] = 1161, + [3334] = 1087, + [3335] = 1173, + [3336] = 1086, + [3337] = 1084, + [3338] = 1083, + [3339] = 1082, + [3340] = 1117, + [3341] = 1044, + [3342] = 1075, + [3343] = 1074, + [3344] = 1172, + [3345] = 1055, + [3346] = 1135, + [3347] = 1091, + [3348] = 1184, + [3349] = 1107, + [3350] = 1132, + [3351] = 1056, + [3352] = 1160, + [3353] = 1165, + [3354] = 1073, + [3355] = 1167, + [3356] = 1186, + [3357] = 1101, + [3358] = 1187, + [3359] = 1069, + [3360] = 1104, + [3361] = 1058, + [3362] = 1050, + [3363] = 1049, + [3364] = 1198, + [3365] = 1105, + [3366] = 1079, + [3367] = 1199, + [3368] = 1053, + [3369] = 1057, + [3370] = 942, + [3371] = 1052, + [3372] = 1078, + [3373] = 1060, + [3374] = 1189, + [3375] = 1063, + [3376] = 1114, + [3377] = 865, + [3378] = 868, + [3379] = 1054, + [3380] = 1095, + [3381] = 1072, + [3382] = 843, + [3383] = 1125, + [3384] = 1134, + [3385] = 1047, + [3386] = 1085, + [3387] = 1150, + [3388] = 1136, + [3389] = 1110, + [3390] = 1091, + [3391] = 1109, + [3392] = 1098, + [3393] = 1108, + [3394] = 1152, + [3395] = 1169, + [3396] = 1044, + [3397] = 848, + [3398] = 1083, + [3399] = 1108, + [3400] = 1110, + [3401] = 1114, + [3402] = 1117, + [3403] = 1121, + [3404] = 831, + [3405] = 847, + [3406] = 858, + [3407] = 846, + [3408] = 1125, + [3409] = 1081, + [3410] = 1103, + [3411] = 1134, + [3412] = 870, + [3413] = 1136, + [3414] = 1135, + [3415] = 1056, + [3416] = 1098, + [3417] = 831, + [3418] = 1183, + [3419] = 1058, + [3420] = 1050, + [3421] = 902, + [3422] = 854, + [3423] = 1049, + [3424] = 1043, + [3425] = 1113, + [3426] = 831, + [3427] = 836, + [3428] = 858, + [3429] = 1137, + [3430] = 1057, + [3431] = 918, + [3432] = 838, + [3433] = 1137, [3434] = 845, - [3435] = 1074, - [3436] = 1115, - [3437] = 1120, - [3438] = 842, - [3439] = 840, - [3440] = 899, - [3441] = 800, - [3442] = 839, - [3443] = 1141, - [3444] = 836, - [3445] = 907, - [3446] = 1038, - [3447] = 1054, - [3448] = 801, - [3449] = 834, - [3450] = 860, - [3451] = 1158, - [3452] = 909, - [3453] = 833, - [3454] = 911, - [3455] = 852, - [3456] = 1185, - [3457] = 854, - [3458] = 852, - [3459] = 1044, - [3460] = 854, - [3461] = 868, - [3462] = 943, - [3463] = 1186, - [3464] = 854, - [3465] = 1176, - [3466] = 852, - [3467] = 854, - [3468] = 852, - [3469] = 797, - [3470] = 914, - [3471] = 904, - [3472] = 905, - [3473] = 925, - [3474] = 845, - [3475] = 929, - [3476] = 836, - [3477] = 915, - [3478] = 839, - [3479] = 860, - [3480] = 921, - [3481] = 840, - [3482] = 842, - [3483] = 935, - [3484] = 833, - [3485] = 932, - [3486] = 877, - [3487] = 866, - [3488] = 890, - [3489] = 931, - [3490] = 854, - [3491] = 886, - [3492] = 801, - [3493] = 902, - [3494] = 881, - [3495] = 880, - [3496] = 910, - [3497] = 927, - [3498] = 919, - [3499] = 893, - [3500] = 928, - [3501] = 838, - [3502] = 903, - [3503] = 883, - [3504] = 882, - [3505] = 797, - [3506] = 798, + [3435] = 862, + [3436] = 1158, + [3437] = 1078, + [3438] = 1083, + [3439] = 874, + [3440] = 1060, + [3441] = 1055, + [3442] = 926, + [3443] = 833, + [3444] = 1063, + [3445] = 1086, + [3446] = 834, + [3447] = 1142, + [3448] = 1081, + [3449] = 831, + [3450] = 1152, + [3451] = 883, + [3452] = 1149, + [3453] = 1107, + [3454] = 1072, + [3455] = 1132, + [3456] = 1052, + [3457] = 1053, + [3458] = 875, + [3459] = 1140, + [3460] = 858, + [3461] = 1085, + [3462] = 856, + [3463] = 861, + [3464] = 1087, + [3465] = 1069, + [3466] = 941, + [3467] = 869, + [3468] = 1170, + [3469] = 858, + [3470] = 858, + [3471] = 928, + [3472] = 1139, + [3473] = 831, + [3474] = 906, + [3475] = 788, + [3476] = 895, + [3477] = 892, + [3478] = 943, + [3479] = 941, + [3480] = 936, + [3481] = 883, + [3482] = 924, + [3483] = 898, + [3484] = 899, + [3485] = 838, + [3486] = 885, + [3487] = 836, + [3488] = 937, + [3489] = 877, + [3490] = 894, + [3491] = 891, + [3492] = 931, + [3493] = 942, + [3494] = 888, + [3495] = 887, + [3496] = 938, + [3497] = 940, + [3498] = 843, + [3499] = 920, + [3500] = 802, + [3501] = 896, + [3502] = 907, + [3503] = 878, + [3504] = 926, + [3505] = 902, + [3506] = 928, [3507] = 917, - [3508] = 799, - [3509] = 873, - [3510] = 800, - [3511] = 941, - [3512] = 916, - [3513] = 876, - [3514] = 930, - [3515] = 849, - [3516] = 1024, - [3517] = 899, - [3518] = 889, - [3519] = 939, - [3520] = 858, - [3521] = 834, - [3522] = 863, - [3523] = 867, - [3524] = 909, - [3525] = 943, - [3526] = 911, - [3527] = 900, - [3528] = 800, - [3529] = 835, - [3530] = 898, - [3531] = 1025, - [3532] = 907, - [3533] = 799, - [3534] = 912, - [3535] = 934, - [3536] = 885, - [3537] = 801, - [3538] = 798, - [3539] = 981, - [3540] = 965, - [3541] = 986, - [3542] = 1118, - [3543] = 799, - [3544] = 867, - [3545] = 963, - [3546] = 798, - [3547] = 797, - [3548] = 835, - [3549] = 835, - [3550] = 368, - [3551] = 867, - [3552] = 1184, - [3553] = 863, - [3554] = 999, - [3555] = 858, - [3556] = 362, - [3557] = 3557, - [3558] = 849, - [3559] = 1005, - [3560] = 1022, - [3561] = 363, - [3562] = 1007, - [3563] = 1179, - [3564] = 1015, - [3565] = 3565, - [3566] = 969, - [3567] = 3567, - [3568] = 1018, - [3569] = 875, - [3570] = 852, - [3571] = 854, - [3572] = 882, - [3573] = 883, - [3574] = 1123, - [3575] = 964, - [3576] = 800, - [3577] = 1124, - [3578] = 989, - [3579] = 1125, - [3580] = 852, - [3581] = 854, - [3582] = 988, - [3583] = 858, - [3584] = 849, + [3508] = 890, + [3509] = 915, + [3510] = 916, + [3511] = 785, + [3512] = 870, + [3513] = 921, + [3514] = 922, + [3515] = 925, + [3516] = 1010, + [3517] = 802, + [3518] = 785, + [3519] = 918, + [3520] = 869, + [3521] = 793, + [3522] = 864, + [3523] = 789, + [3524] = 788, + [3525] = 914, + [3526] = 861, + [3527] = 863, + [3528] = 856, + [3529] = 858, + [3530] = 875, + [3531] = 831, + [3532] = 851, + [3533] = 850, + [3534] = 833, + [3535] = 939, + [3536] = 849, + [3537] = 874, + [3538] = 862, + [3539] = 845, + [3540] = 934, + [3541] = 793, + [3542] = 910, + [3543] = 789, + [3544] = 1008, + [3545] = 831, + [3546] = 964, + [3547] = 858, + [3548] = 838, + [3549] = 831, + [3550] = 836, + [3551] = 1006, + [3552] = 1015, + [3553] = 992, + [3554] = 364, + [3555] = 363, + [3556] = 361, + [3557] = 357, + [3558] = 997, + [3559] = 360, + [3560] = 1032, + [3561] = 1033, + [3562] = 370, + [3563] = 991, + [3564] = 371, + [3565] = 372, + [3566] = 899, + [3567] = 1029, + [3568] = 898, + [3569] = 365, + [3570] = 971, + [3571] = 366, + [3572] = 858, + [3573] = 1010, + [3574] = 890, + [3575] = 838, + [3576] = 802, + [3577] = 1036, + [3578] = 949, + [3579] = 836, + [3580] = 1137, + [3581] = 1136, + [3582] = 785, + [3583] = 793, + [3584] = 870, [3585] = 3585, - [3586] = 838, - [3587] = 1023, - [3588] = 1037, - [3589] = 852, - [3590] = 893, - [3591] = 1028, - [3592] = 854, - [3593] = 801, - [3594] = 984, - [3595] = 939, - [3596] = 1030, - [3597] = 925, - [3598] = 889, - [3599] = 1031, - [3600] = 1032, - [3601] = 998, - [3602] = 863, - [3603] = 910, - [3604] = 1001, - [3605] = 1033, - [3606] = 1009, - [3607] = 1034, - [3608] = 903, - [3609] = 873, - [3610] = 876, - [3611] = 972, - [3612] = 961, - [3613] = 838, - [3614] = 934, - [3615] = 972, - [3616] = 1025, - [3617] = 914, - [3618] = 838, - [3619] = 959, - [3620] = 873, - [3621] = 943, - [3622] = 876, - [3623] = 1024, - [3624] = 852, - [3625] = 965, - [3626] = 854, - [3627] = 983, - [3628] = 1013, - [3629] = 980, - [3630] = 1019, - [3631] = 371, - [3632] = 356, - [3633] = 375, - [3634] = 359, - [3635] = 364, - [3636] = 365, - [3637] = 981, - [3638] = 1029, - [3639] = 975, - [3640] = 949, - [3641] = 1025, - [3642] = 929, - [3643] = 979, - [3644] = 366, - [3645] = 1004, - [3646] = 373, - [3647] = 941, - [3648] = 876, - [3649] = 932, - [3650] = 873, - [3651] = 372, - [3652] = 357, - [3653] = 361, - [3654] = 1006, - [3655] = 1008, - [3656] = 930, - [3657] = 973, - [3658] = 1003, - [3659] = 1010, - [3660] = 374, - [3661] = 974, - [3662] = 877, - [3663] = 977, - [3664] = 358, - [3665] = 369, - [3666] = 370, - [3667] = 1098, - [3668] = 1186, - [3669] = 1062, - [3670] = 1137, - [3671] = 868, - [3672] = 1060, - [3673] = 1184, - [3674] = 1067, - [3675] = 357, - [3676] = 1108, - [3677] = 1134, - [3678] = 1179, - [3679] = 375, - [3680] = 1174, - [3681] = 1173, - [3682] = 1055, - [3683] = 1071, - [3684] = 886, - [3685] = 1089, - [3686] = 356, - [3687] = 1086, - [3688] = 1167, - [3689] = 854, - [3690] = 1105, - [3691] = 1116, - [3692] = 1172, - [3693] = 1176, - [3694] = 1079, - [3695] = 1076, - [3696] = 1125, - [3697] = 833, - [3698] = 882, - [3699] = 883, - [3700] = 1124, - [3701] = 860, - [3702] = 834, - [3703] = 893, - [3704] = 836, - [3705] = 839, - [3706] = 840, - [3707] = 842, - [3708] = 943, - [3709] = 845, - [3710] = 1123, - [3711] = 833, - [3712] = 1078, - [3713] = 860, - [3714] = 834, - [3715] = 836, - [3716] = 839, - [3717] = 840, - [3718] = 842, - [3719] = 1073, - [3720] = 365, - [3721] = 1118, - [3722] = 890, - [3723] = 1171, - [3724] = 1132, - [3725] = 1128, - [3726] = 845, - [3727] = 1069, - [3728] = 1154, - [3729] = 1150, - [3730] = 373, + [3586] = 367, + [3587] = 1134, + [3588] = 1125, + [3589] = 3589, + [3590] = 914, + [3591] = 789, + [3592] = 788, + [3593] = 834, + [3594] = 3594, + [3595] = 849, + [3596] = 368, + [3597] = 850, + [3598] = 849, + [3599] = 851, + [3600] = 850, + [3601] = 858, + [3602] = 851, + [3603] = 863, + [3604] = 863, + [3605] = 864, + [3606] = 864, + [3607] = 1007, + [3608] = 983, + [3609] = 1010, + [3610] = 976, + [3611] = 895, + [3612] = 925, + [3613] = 1008, + [3614] = 883, + [3615] = 982, + [3616] = 993, + [3617] = 922, + [3618] = 1005, + [3619] = 921, + [3620] = 955, + [3621] = 1073, + [3622] = 1079, + [3623] = 359, + [3624] = 373, + [3625] = 369, + [3626] = 1014, + [3627] = 915, + [3628] = 999, + [3629] = 962, + [3630] = 999, + [3631] = 957, + [3632] = 858, + [3633] = 831, + [3634] = 910, + [3635] = 831, + [3636] = 1023, + [3637] = 836, + [3638] = 870, + [3639] = 838, + [3640] = 907, + [3641] = 906, + [3642] = 958, + [3643] = 374, + [3644] = 902, + [3645] = 870, + [3646] = 948, + [3647] = 3647, + [3648] = 375, + [3649] = 1005, + [3650] = 917, + [3651] = 983, + [3652] = 998, + [3653] = 944, + [3654] = 981, + [3655] = 995, + [3656] = 989, + [3657] = 1020, + [3658] = 959, + [3659] = 1018, + [3660] = 966, + [3661] = 1022, + [3662] = 965, + [3663] = 358, + [3664] = 1035, + [3665] = 968, + [3666] = 947, + [3667] = 934, + [3668] = 945, + [3669] = 1026, + [3670] = 1027, + [3671] = 963, + [3672] = 951, + [3673] = 1131, + [3674] = 899, + [3675] = 1159, + [3676] = 998, + [3677] = 1158, + [3678] = 1156, + [3679] = 1105, + [3680] = 1137, + [3681] = 945, + [3682] = 1190, + [3683] = 1199, + [3684] = 1053, + [3685] = 869, + [3686] = 1191, + [3687] = 1122, + [3688] = 1192, + [3689] = 1165, + [3690] = 1072, + [3691] = 845, + [3692] = 862, + [3693] = 1170, + [3694] = 1178, + [3695] = 874, + [3696] = 833, + [3697] = 1101, + [3698] = 875, + [3699] = 856, + [3700] = 856, + [3701] = 1120, + [3702] = 1155, + [3703] = 861, + [3704] = 1167, + [3705] = 1154, + [3706] = 1186, + [3707] = 1124, + [3708] = 1095, + [3709] = 1119, + [3710] = 1153, + [3711] = 869, + [3712] = 1045, + [3713] = 1118, + [3714] = 1054, + [3715] = 1182, + [3716] = 875, + [3717] = 1151, + [3718] = 1193, + [3719] = 833, + [3720] = 1112, + [3721] = 874, + [3722] = 1116, + [3723] = 373, + [3724] = 940, + [3725] = 1103, + [3726] = 862, + [3727] = 1148, + [3728] = 1082, + [3729] = 845, + [3730] = 1115, [3731] = 359, - [3732] = 1044, - [3733] = 370, - [3734] = 1131, - [3735] = 1170, - [3736] = 368, - [3737] = 882, - [3738] = 852, - [3739] = 1095, - [3740] = 883, - [3741] = 1038, - [3742] = 941, - [3743] = 1068, - [3744] = 1074, - [3745] = 1169, - [3746] = 1165, - [3747] = 1043, - [3748] = 1146, - [3749] = 1145, - [3750] = 1166, - [3751] = 893, - [3752] = 1144, - [3753] = 1133, - [3754] = 1168, - [3755] = 1054, - [3756] = 1164, - [3757] = 1066, - [3758] = 1163, - [3759] = 1061, - [3760] = 1065, - [3761] = 1159, - [3762] = 1045, - [3763] = 1059, - [3764] = 1058, - [3765] = 1162, - [3766] = 854, - [3767] = 1177, - [3768] = 369, - [3769] = 371, - [3770] = 1057, - [3771] = 1075, - [3772] = 852, - [3773] = 1135, - [3774] = 1161, - [3775] = 854, - [3776] = 1096, - [3777] = 1064, - [3778] = 3778, - [3779] = 1160, - [3780] = 882, - [3781] = 1046, - [3782] = 361, - [3783] = 1047, - [3784] = 1049, - [3785] = 1157, - [3786] = 1048, - [3787] = 1107, - [3788] = 364, - [3789] = 973, - [3790] = 856, - [3791] = 974, - [3792] = 1147, - [3793] = 1097, - [3794] = 866, - [3795] = 1198, - [3796] = 866, - [3797] = 366, - [3798] = 1199, - [3799] = 1050, - [3800] = 1115, - [3801] = 1093, - [3802] = 372, - [3803] = 1051, - [3804] = 374, - [3805] = 1185, - [3806] = 1040, - [3807] = 932, - [3808] = 929, - [3809] = 1130, - [3810] = 1052, - [3811] = 852, - [3812] = 1143, - [3813] = 1120, - [3814] = 893, - [3815] = 1127, - [3816] = 1178, - [3817] = 1056, - [3818] = 1072, - [3819] = 3819, - [3820] = 1042, - [3821] = 1185, - [3822] = 914, - [3823] = 1140, - [3824] = 1139, - [3825] = 1041, - [3826] = 1087, - [3827] = 1158, - [3828] = 877, - [3829] = 363, - [3830] = 1099, - [3831] = 1136, - [3832] = 1186, - [3833] = 903, - [3834] = 998, - [3835] = 1077, - [3836] = 1009, - [3837] = 1053, - [3838] = 1091, - [3839] = 1129, - [3840] = 835, - [3841] = 889, - [3842] = 1082, - [3843] = 1138, - [3844] = 1085, - [3845] = 1090, - [3846] = 1088, - [3847] = 1101, - [3848] = 1152, - [3849] = 867, - [3850] = 3850, - [3851] = 854, - [3852] = 975, - [3853] = 939, - [3854] = 1084, - [3855] = 1081, - [3856] = 852, - [3857] = 1122, - [3858] = 1155, - [3859] = 1151, - [3860] = 1080, - [3861] = 883, - [3862] = 932, - [3863] = 863, - [3864] = 1092, - [3865] = 1100, - [3866] = 1185, - [3867] = 929, - [3868] = 358, - [3869] = 1186, - [3870] = 1148, - [3871] = 1102, - [3872] = 1022, - [3873] = 1109, - [3874] = 914, - [3875] = 877, - [3876] = 903, - [3877] = 1110, - [3878] = 1112, - [3879] = 1119, - [3880] = 1121, - [3881] = 939, - [3882] = 889, - [3883] = 1141, - [3884] = 889, - [3885] = 939, - [3886] = 903, - [3887] = 932, - [3888] = 929, - [3889] = 858, - [3890] = 914, - [3891] = 1063, - [3892] = 877, - [3893] = 1175, - [3894] = 849, - [3895] = 359, - [3896] = 852, - [3897] = 800, - [3898] = 854, - [3899] = 840, - [3900] = 842, - [3901] = 907, - [3902] = 876, - [3903] = 363, - [3904] = 873, - [3905] = 1184, - [3906] = 915, - [3907] = 839, - [3908] = 1179, - [3909] = 801, - [3910] = 797, - [3911] = 941, - [3912] = 799, - [3913] = 943, - [3914] = 1118, - [3915] = 369, - [3916] = 374, - [3917] = 372, - [3918] = 366, - [3919] = 365, - [3920] = 364, - [3921] = 358, - [3922] = 845, - [3923] = 361, - [3924] = 885, - [3925] = 836, - [3926] = 1123, - [3927] = 357, - [3928] = 375, - [3929] = 3929, - [3930] = 356, - [3931] = 1124, - [3932] = 1125, - [3933] = 371, - [3934] = 941, - [3935] = 943, - [3936] = 915, - [3937] = 838, - [3938] = 368, - [3939] = 911, - [3940] = 801, - [3941] = 798, - [3942] = 798, - [3943] = 3943, - [3944] = 902, - [3945] = 797, - [3946] = 854, - [3947] = 800, - [3948] = 909, - [3949] = 899, - [3950] = 370, - [3951] = 834, - [3952] = 860, - [3953] = 833, - [3954] = 852, - [3955] = 799, - [3956] = 373, - [3957] = 3957, - [3958] = 375, - [3959] = 800, - [3960] = 849, - [3961] = 1175, - [3962] = 914, - [3963] = 1101, - [3964] = 1019, - [3965] = 798, - [3966] = 1019, - [3967] = 3967, - [3968] = 1177, - [3969] = 373, - [3970] = 1025, - [3971] = 1025, - [3972] = 359, - [3973] = 362, - [3974] = 363, - [3975] = 370, - [3976] = 797, - [3977] = 3977, - [3978] = 799, - [3979] = 939, - [3980] = 374, - [3981] = 1184, - [3982] = 372, - [3983] = 1179, - [3984] = 838, - [3985] = 801, - [3986] = 366, - [3987] = 364, - [3988] = 852, - [3989] = 1025, - [3990] = 358, - [3991] = 361, - [3992] = 1178, - [3993] = 357, - [3994] = 365, - [3995] = 356, - [3996] = 1176, - [3997] = 835, - [3998] = 867, - [3999] = 858, - [4000] = 4000, - [4001] = 889, - [4002] = 903, - [4003] = 1024, - [4004] = 854, - [4005] = 877, - [4006] = 863, - [4007] = 849, - [4008] = 1125, - [4009] = 369, - [4010] = 1124, - [4011] = 863, - [4012] = 1029, - [4013] = 1123, - [4014] = 1118, - [4015] = 932, - [4016] = 854, - [4017] = 867, - [4018] = 893, - [4019] = 852, - [4020] = 929, - [4021] = 835, - [4022] = 876, - [4023] = 4023, - [4024] = 368, - [4025] = 1029, - [4026] = 883, - [4027] = 882, - [4028] = 873, - [4029] = 858, - [4030] = 371, - [4031] = 1179, - [4032] = 840, - [4033] = 903, - [4034] = 1124, - [4035] = 836, - [4036] = 914, - [4037] = 943, - [4038] = 854, - [4039] = 852, - [4040] = 833, - [4041] = 834, - [4042] = 941, - [4043] = 1118, - [4044] = 1123, - [4045] = 854, - [4046] = 1124, - [4047] = 835, - [4048] = 1118, - [4049] = 1125, - [4050] = 893, - [4051] = 860, - [4052] = 883, - [4053] = 882, - [4054] = 929, - [4055] = 833, - [4056] = 932, - [4057] = 860, - [4058] = 834, - [4059] = 836, - [4060] = 839, - [4061] = 840, - [4062] = 842, - [4063] = 845, - [4064] = 1179, - [4065] = 1184, - [4066] = 1125, - [4067] = 838, - [4068] = 849, - [4069] = 877, - [4070] = 939, - [4071] = 858, - [4072] = 889, - [4073] = 839, - [4074] = 867, - [4075] = 876, - [4076] = 1123, - [4077] = 873, - [4078] = 1184, - [4079] = 863, - [4080] = 842, - [4081] = 852, - [4082] = 845, - [4083] = 903, - [4084] = 889, - [4085] = 939, - [4086] = 914, - [4087] = 915, - [4088] = 1024, - [4089] = 833, - [4090] = 893, - [4091] = 1025, - [4092] = 877, - [4093] = 929, - [4094] = 845, - [4095] = 876, - [4096] = 932, - [4097] = 842, - [4098] = 840, - [4099] = 839, - [4100] = 943, - [4101] = 873, - [4102] = 941, - [4103] = 836, - [4104] = 838, - [4105] = 834, - [4106] = 860, - [4107] = 883, - [4108] = 852, - [4109] = 882, - [4110] = 854, - [4111] = 932, - [4112] = 1123, - [4113] = 364, - [4114] = 358, - [4115] = 361, - [4116] = 357, - [4117] = 374, - [4118] = 375, - [4119] = 369, - [4120] = 356, - [4121] = 371, - [4122] = 929, - [4123] = 939, - [4124] = 1024, - [4125] = 365, - [4126] = 1019, - [4127] = 368, - [4128] = 363, - [4129] = 914, - [4130] = 362, - [4131] = 1179, - [4132] = 1184, - [4133] = 372, - [4134] = 883, - [4135] = 877, - [4136] = 1125, - [4137] = 1124, - [4138] = 943, - [4139] = 366, - [4140] = 941, - [4141] = 1118, - [4142] = 1029, - [4143] = 882, - [4144] = 852, - [4145] = 854, - [4146] = 854, - [4147] = 1025, - [4148] = 889, - [4149] = 359, - [4150] = 373, - [4151] = 1025, - [4152] = 903, - [4153] = 852, - [4154] = 893, - [4155] = 370, - [4156] = 1179, - [4157] = 372, - [4158] = 374, - [4159] = 366, - [4160] = 365, - [4161] = 943, - [4162] = 363, - [4163] = 364, - [4164] = 358, - [4165] = 361, - [4166] = 373, - [4167] = 357, - [4168] = 359, - [4169] = 375, - [4170] = 370, - [4171] = 356, - [4172] = 371, - [4173] = 1118, - [4174] = 1123, - [4175] = 368, - [4176] = 1124, - [4177] = 1125, - [4178] = 369, - [4179] = 941, - [4180] = 1184, - [4181] = 375, - [4182] = 356, - [4183] = 372, - [4184] = 366, - [4185] = 365, - [4186] = 1123, - [4187] = 364, - [4188] = 358, - [4189] = 374, - [4190] = 370, - [4191] = 359, - [4192] = 1118, - [4193] = 1184, - [4194] = 361, - [4195] = 371, - [4196] = 363, - [4197] = 4197, - [4198] = 1124, - [4199] = 369, - [4200] = 357, - [4201] = 1125, - [4202] = 368, - [4203] = 1179, - [4204] = 373, - [4205] = 4205, - [4206] = 4206, - [4207] = 4205, - [4208] = 4205, - [4209] = 4206, - [4210] = 1125, - [4211] = 4205, - [4212] = 1184, - [4213] = 1179, - [4214] = 4206, - [4215] = 4206, - [4216] = 1124, - [4217] = 4205, - [4218] = 1123, - [4219] = 4206, - [4220] = 4205, - [4221] = 1118, - [4222] = 4206, - [4223] = 4223, - [4224] = 4224, - [4225] = 4225, - [4226] = 4226, - [4227] = 4223, - [4228] = 4223, - [4229] = 4229, - [4230] = 4223, + [3732] = 1147, + [3733] = 1078, + [3734] = 1161, + [3735] = 1146, + [3736] = 1143, + [3737] = 1141, + [3738] = 1087, + [3739] = 1100, + [3740] = 357, + [3741] = 363, + [3742] = 1162, + [3743] = 1174, + [3744] = 1057, + [3745] = 1150, + [3746] = 1051, + [3747] = 1152, + [3748] = 1113, + [3749] = 361, + [3750] = 1173, + [3751] = 1172, + [3752] = 1038, + [3753] = 858, + [3754] = 831, + [3755] = 1121, + [3756] = 375, + [3757] = 1117, + [3758] = 360, + [3759] = 854, + [3760] = 1128, + [3761] = 1187, + [3762] = 1104, + [3763] = 1196, + [3764] = 1114, + [3765] = 861, + [3766] = 1138, + [3767] = 1200, + [3768] = 1175, + [3769] = 1055, + [3770] = 1102, + [3771] = 890, + [3772] = 1163, + [3773] = 364, + [3774] = 843, + [3775] = 1125, + [3776] = 1183, + [3777] = 1097, + [3778] = 1134, + [3779] = 1043, + [3780] = 1136, + [3781] = 1184, + [3782] = 942, + [3783] = 1086, + [3784] = 1044, + [3785] = 890, + [3786] = 1139, + [3787] = 995, + [3788] = 1039, + [3789] = 843, + [3790] = 1176, + [3791] = 899, + [3792] = 1110, + [3793] = 1123, + [3794] = 1198, + [3795] = 1099, + [3796] = 1181, + [3797] = 365, + [3798] = 1049, + [3799] = 898, + [3800] = 1050, + [3801] = 858, + [3802] = 831, + [3803] = 1129, + [3804] = 850, + [3805] = 1083, + [3806] = 1058, + [3807] = 1130, + [3808] = 902, + [3809] = 1126, + [3810] = 1149, + [3811] = 831, + [3812] = 898, + [3813] = 1084, + [3814] = 968, + [3815] = 1189, + [3816] = 851, + [3817] = 1188, + [3818] = 906, + [3819] = 1108, + [3820] = 883, + [3821] = 1109, + [3822] = 3822, + [3823] = 863, + [3824] = 1107, + [3825] = 864, + [3826] = 895, + [3827] = 910, + [3828] = 842, + [3829] = 1056, + [3830] = 915, + [3831] = 1081, + [3832] = 1085, + [3833] = 1127, + [3834] = 921, + [3835] = 922, + [3836] = 1091, + [3837] = 1201, + [3838] = 1079, + [3839] = 925, + [3840] = 898, + [3841] = 3841, + [3842] = 1140, + [3843] = 1073, + [3844] = 1074, + [3845] = 890, + [3846] = 858, + [3847] = 1063, + [3848] = 1132, + [3849] = 1106, + [3850] = 1098, + [3851] = 1069, + [3852] = 1083, + [3853] = 1177, + [3854] = 899, + [3855] = 1094, + [3856] = 1133, + [3857] = 1081, + [3858] = 902, + [3859] = 366, + [3860] = 1089, + [3861] = 902, + [3862] = 1070, + [3863] = 370, + [3864] = 1160, + [3865] = 1135, + [3866] = 3866, + [3867] = 374, + [3868] = 906, + [3869] = 1197, + [3870] = 1047, + [3871] = 906, + [3872] = 1179, + [3873] = 1052, + [3874] = 367, + [3875] = 1142, + [3876] = 925, + [3877] = 1083, + [3878] = 1032, + [3879] = 371, + [3880] = 1033, + [3881] = 910, + [3882] = 1075, + [3883] = 910, + [3884] = 915, + [3885] = 372, + [3886] = 915, + [3887] = 369, + [3888] = 858, + [3889] = 922, + [3890] = 1060, + [3891] = 1168, + [3892] = 921, + [3893] = 1081, + [3894] = 921, + [3895] = 922, + [3896] = 1185, + [3897] = 925, + [3898] = 368, + [3899] = 849, + [3900] = 831, + [3901] = 1195, + [3902] = 1169, + [3903] = 785, + [3904] = 374, + [3905] = 862, + [3906] = 874, + [3907] = 870, + [3908] = 833, + [3909] = 875, + [3910] = 888, + [3911] = 856, + [3912] = 869, + [3913] = 3913, + [3914] = 793, + [3915] = 861, + [3916] = 373, + [3917] = 3917, + [3918] = 928, + [3919] = 359, + [3920] = 896, + [3921] = 788, + [3922] = 896, + [3923] = 941, + [3924] = 1125, + [3925] = 1134, + [3926] = 1136, + [3927] = 858, + [3928] = 831, + [3929] = 836, + [3930] = 838, + [3931] = 1137, + [3932] = 916, + [3933] = 895, + [3934] = 789, + [3935] = 926, + [3936] = 802, + [3937] = 368, + [3938] = 367, + [3939] = 366, + [3940] = 365, + [3941] = 364, + [3942] = 375, + [3943] = 363, + [3944] = 361, + [3945] = 785, + [3946] = 357, + [3947] = 360, + [3948] = 858, + [3949] = 831, + [3950] = 1079, + [3951] = 1073, + [3952] = 918, + [3953] = 369, + [3954] = 788, + [3955] = 883, + [3956] = 793, + [3957] = 370, + [3958] = 371, + [3959] = 372, + [3960] = 845, + [3961] = 802, + [3962] = 883, + [3963] = 895, + [3964] = 789, + [3965] = 1073, + [3966] = 902, + [3967] = 849, + [3968] = 3968, + [3969] = 864, + [3970] = 915, + [3971] = 906, + [3972] = 993, + [3973] = 863, + [3974] = 3974, + [3975] = 789, + [3976] = 921, + [3977] = 890, + [3978] = 850, + [3979] = 898, + [3980] = 3980, + [3981] = 851, + [3982] = 788, + [3983] = 922, + [3984] = 910, + [3985] = 899, + [3986] = 1010, + [3987] = 1010, + [3988] = 1008, + [3989] = 925, + [3990] = 371, + [3991] = 1010, + [3992] = 993, + [3993] = 1125, + [3994] = 870, + [3995] = 793, + [3996] = 372, + [3997] = 1134, + [3998] = 864, + [3999] = 1136, + [4000] = 1018, + [4001] = 1109, + [4002] = 4002, + [4003] = 4003, + [4004] = 1137, + [4005] = 785, + [4006] = 373, + [4007] = 1101, + [4008] = 1099, + [4009] = 1018, + [4010] = 863, + [4011] = 1079, + [4012] = 858, + [4013] = 375, + [4014] = 1100, + [4015] = 1106, + [4016] = 374, + [4017] = 359, + [4018] = 369, + [4019] = 368, + [4020] = 367, + [4021] = 366, + [4022] = 831, + [4023] = 365, + [4024] = 364, + [4025] = 360, + [4026] = 836, + [4027] = 363, + [4028] = 802, + [4029] = 370, + [4030] = 838, + [4031] = 361, + [4032] = 357, + [4033] = 849, + [4034] = 851, + [4035] = 850, + [4036] = 831, + [4037] = 858, + [4038] = 358, + [4039] = 845, + [4040] = 925, + [4041] = 861, + [4042] = 869, + [4043] = 1079, + [4044] = 863, + [4045] = 1125, + [4046] = 831, + [4047] = 1073, + [4048] = 1125, + [4049] = 1134, + [4050] = 1136, + [4051] = 1137, + [4052] = 899, + [4053] = 836, + [4054] = 858, + [4055] = 831, + [4056] = 875, + [4057] = 1134, + [4058] = 870, + [4059] = 898, + [4060] = 849, + [4061] = 902, + [4062] = 1073, + [4063] = 906, + [4064] = 910, + [4065] = 864, + [4066] = 883, + [4067] = 833, + [4068] = 915, + [4069] = 858, + [4070] = 869, + [4071] = 861, + [4072] = 874, + [4073] = 862, + [4074] = 856, + [4075] = 856, + [4076] = 875, + [4077] = 833, + [4078] = 921, + [4079] = 890, + [4080] = 845, + [4081] = 874, + [4082] = 922, + [4083] = 838, + [4084] = 895, + [4085] = 850, + [4086] = 1079, + [4087] = 851, + [4088] = 1137, + [4089] = 1136, + [4090] = 862, + [4091] = 874, + [4092] = 1008, + [4093] = 831, + [4094] = 858, + [4095] = 1010, + [4096] = 922, + [4097] = 921, + [4098] = 838, + [4099] = 890, + [4100] = 833, + [4101] = 915, + [4102] = 869, + [4103] = 861, + [4104] = 862, + [4105] = 910, + [4106] = 870, + [4107] = 898, + [4108] = 899, + [4109] = 856, + [4110] = 906, + [4111] = 895, + [4112] = 875, + [4113] = 883, + [4114] = 925, + [4115] = 845, + [4116] = 896, + [4117] = 836, + [4118] = 902, + [4119] = 374, + [4120] = 993, + [4121] = 895, + [4122] = 831, + [4123] = 883, + [4124] = 1137, + [4125] = 925, + [4126] = 1008, + [4127] = 831, + [4128] = 1018, + [4129] = 858, + [4130] = 359, + [4131] = 1010, + [4132] = 1010, + [4133] = 858, + [4134] = 360, + [4135] = 357, + [4136] = 361, + [4137] = 363, + [4138] = 1079, + [4139] = 1073, + [4140] = 364, + [4141] = 365, + [4142] = 899, + [4143] = 373, + [4144] = 922, + [4145] = 366, + [4146] = 898, + [4147] = 367, + [4148] = 368, + [4149] = 370, + [4150] = 371, + [4151] = 372, + [4152] = 921, + [4153] = 369, + [4154] = 1136, + [4155] = 375, + [4156] = 1134, + [4157] = 1125, + [4158] = 915, + [4159] = 358, + [4160] = 890, + [4161] = 902, + [4162] = 910, + [4163] = 906, + [4164] = 357, + [4165] = 1136, + [4166] = 360, + [4167] = 883, + [4168] = 375, + [4169] = 374, + [4170] = 369, + [4171] = 1073, + [4172] = 1079, + [4173] = 368, + [4174] = 895, + [4175] = 373, + [4176] = 372, + [4177] = 371, + [4178] = 1125, + [4179] = 1134, + [4180] = 365, + [4181] = 359, + [4182] = 366, + [4183] = 367, + [4184] = 370, + [4185] = 1137, + [4186] = 361, + [4187] = 363, + [4188] = 364, + [4189] = 375, + [4190] = 1125, + [4191] = 363, + [4192] = 365, + [4193] = 366, + [4194] = 359, + [4195] = 1136, + [4196] = 370, + [4197] = 372, + [4198] = 1137, + [4199] = 4199, + [4200] = 360, + [4201] = 364, + [4202] = 373, + [4203] = 1079, + [4204] = 371, + [4205] = 1073, + [4206] = 374, + [4207] = 369, + [4208] = 368, + [4209] = 1134, + [4210] = 367, + [4211] = 357, + [4212] = 361, + [4213] = 4213, + [4214] = 1125, + [4215] = 4215, + [4216] = 4215, + [4217] = 1134, + [4218] = 4213, + [4219] = 4213, + [4220] = 4215, + [4221] = 4213, + [4222] = 4213, + [4223] = 4215, + [4224] = 4213, + [4225] = 1137, + [4226] = 4215, + [4227] = 4215, + [4228] = 1073, + [4229] = 1079, + [4230] = 1136, [4231] = 4231, - [4232] = 4224, + [4232] = 4232, [4233] = 4233, - [4234] = 4234, - [4235] = 4233, - [4236] = 4234, + [4234] = 4231, + [4235] = 4235, + [4236] = 4236, [4237] = 4237, [4238] = 4238, - [4239] = 4224, - [4240] = 4223, - [4241] = 4226, - [4242] = 4225, - [4243] = 4225, - [4244] = 4225, - [4245] = 4225, - [4246] = 4233, - [4247] = 4234, + [4239] = 4239, + [4240] = 4240, + [4241] = 4232, + [4242] = 4242, + [4243] = 4231, + [4244] = 4236, + [4245] = 4245, + [4246] = 4237, + [4247] = 4231, [4248] = 4248, - [4249] = 4249, - [4250] = 4233, - [4251] = 4233, - [4252] = 4234, - [4253] = 4223, - [4254] = 4234, - [4255] = 4234, - [4256] = 4224, - [4257] = 4233, - [4258] = 4258, - [4259] = 4259, - [4260] = 4226, - [4261] = 4261, - [4262] = 4226, - [4263] = 4263, - [4264] = 4225, - [4265] = 4224, - [4266] = 4266, + [4249] = 4238, + [4250] = 4250, + [4251] = 4251, + [4252] = 4252, + [4253] = 4238, + [4254] = 4254, + [4255] = 4238, + [4256] = 4256, + [4257] = 4236, + [4258] = 4236, + [4259] = 4237, + [4260] = 4237, + [4261] = 4232, + [4262] = 4239, + [4263] = 4239, + [4264] = 4232, + [4265] = 4239, + [4266] = 4232, [4267] = 4267, - [4268] = 4225, - [4269] = 4224, - [4270] = 4233, - [4271] = 4226, - [4272] = 4234, - [4273] = 4225, - [4274] = 4274, - [4275] = 4275, - [4276] = 4276, - [4277] = 4226, - [4278] = 4224, - [4279] = 4226, - [4280] = 4223, - [4281] = 4233, - [4282] = 4224, - [4283] = 4223, - [4284] = 4226, - [4285] = 4223, - [4286] = 4225, - [4287] = 4224, - [4288] = 4288, - [4289] = 4233, - [4290] = 4226, - [4291] = 4234, - [4292] = 4234, - [4293] = 4293, - [4294] = 4294, - [4295] = 4295, - [4296] = 4294, - [4297] = 4295, - [4298] = 4298, - [4299] = 4295, + [4268] = 4268, + [4269] = 4232, + [4270] = 4270, + [4271] = 4239, + [4272] = 4237, + [4273] = 4232, + [4274] = 4231, + [4275] = 4239, + [4276] = 4236, + [4277] = 4238, + [4278] = 4237, + [4279] = 4236, + [4280] = 4280, + [4281] = 4238, + [4282] = 4231, + [4283] = 4238, + [4284] = 4231, + [4285] = 4285, + [4286] = 4238, + [4287] = 4238, + [4288] = 4236, + [4289] = 4239, + [4290] = 4239, + [4291] = 4239, + [4292] = 4236, + [4293] = 4237, + [4294] = 4231, + [4295] = 4232, + [4296] = 4231, + [4297] = 4237, + [4298] = 4236, + [4299] = 4232, [4300] = 4300, - [4301] = 4294, - [4302] = 4298, + [4301] = 4237, + [4302] = 4302, [4303] = 4303, - [4304] = 4303, - [4305] = 4298, - [4306] = 4294, - [4307] = 4298, - [4308] = 4308, + [4304] = 4304, + [4305] = 4305, + [4306] = 4306, + [4307] = 4305, + [4308] = 4306, [4309] = 4303, - [4310] = 4294, - [4311] = 4303, - [4312] = 4295, - [4313] = 4294, - [4314] = 4295, - [4315] = 4298, - [4316] = 4316, - [4317] = 4294, - [4318] = 4294, - [4319] = 4303, - [4320] = 4303, - [4321] = 4295, - [4322] = 4295, - [4323] = 4316, - [4324] = 4298, - [4325] = 4303, - [4326] = 4300, - [4327] = 4295, - [4328] = 4328, - [4329] = 4295, - [4330] = 4294, - [4331] = 4331, - [4332] = 4295, - [4333] = 4295, - [4334] = 4331, - [4335] = 4331, - [4336] = 4316, - [4337] = 4298, - [4338] = 4298, - [4339] = 4316, + [4310] = 4302, + [4311] = 4305, + [4312] = 4303, + [4313] = 4304, + [4314] = 4314, + [4315] = 4306, + [4316] = 4306, + [4317] = 4306, + [4318] = 4303, + [4319] = 4306, + [4320] = 4305, + [4321] = 4304, + [4322] = 4305, + [4323] = 4304, + [4324] = 4305, + [4325] = 4305, + [4326] = 4314, + [4327] = 4303, + [4328] = 4302, + [4329] = 4304, + [4330] = 4330, + [4331] = 4303, + [4332] = 4306, + [4333] = 4305, + [4334] = 4306, + [4335] = 4302, + [4336] = 4305, + [4337] = 4306, + [4338] = 4302, + [4339] = 4303, [4340] = 4303, - [4341] = 4316, - [4342] = 4298, - [4343] = 4343, - [4344] = 4303, - [4345] = 4295, - [4346] = 4295, - [4347] = 4303, - [4348] = 4295, - [4349] = 4331, - [4350] = 4294, - [4351] = 4295, - [4352] = 4298, - [4353] = 4298, - [4354] = 4303, - [4355] = 4316, - [4356] = 4298, - [4357] = 4298, - [4358] = 4316, + [4341] = 4302, + [4342] = 4306, + [4343] = 4302, + [4344] = 4305, + [4345] = 4302, + [4346] = 4306, + [4347] = 4314, + [4348] = 4305, + [4349] = 4302, + [4350] = 4305, + [4351] = 4306, + [4352] = 4306, + [4353] = 4302, + [4354] = 4305, + [4355] = 4302, + [4356] = 4302, + [4357] = 4303, + [4358] = 4305, [4359] = 4303, - [4360] = 4298, - [4361] = 4316, - [4362] = 4303, - [4363] = 4294, - [4364] = 4294, - [4365] = 4303, - [4366] = 4294, - [4367] = 4298, - [4368] = 4295, - [4369] = 4316, - [4370] = 4298, - [4371] = 4303, - [4372] = 4298, - [4373] = 4303, - [4374] = 4303, - [4375] = 4295, - [4376] = 4294, - [4377] = 4294, - [4378] = 4294, - [4379] = 4295, - [4380] = 4295, - [4381] = 4295, - [4382] = 4294, - [4383] = 4300, - [4384] = 4298, - [4385] = 4294, - [4386] = 4303, - [4387] = 4298, - [4388] = 4303, + [4360] = 4302, + [4361] = 4361, + [4362] = 4305, + [4363] = 4304, + [4364] = 4306, + [4365] = 4306, + [4366] = 4303, + [4367] = 4306, + [4368] = 4330, + [4369] = 4306, + [4370] = 4314, + [4371] = 4305, + [4372] = 4302, + [4373] = 4373, + [4374] = 4302, + [4375] = 4305, + [4376] = 4306, + [4377] = 4306, + [4378] = 4330, + [4379] = 4303, + [4380] = 4302, + [4381] = 4302, + [4382] = 4302, + [4383] = 4305, + [4384] = 4302, + [4385] = 4305, + [4386] = 4306, + [4387] = 4303, + [4388] = 4302, [4389] = 4303, - [4390] = 4294, - [4391] = 4303, - [4392] = 4392, - [4393] = 4294, - [4394] = 4294, - [4395] = 4298, - [4396] = 4298, - [4397] = 4295, - [4398] = 4294, - [4399] = 4294, - [4400] = 4295, - [4401] = 4303, - [4402] = 4295, + [4390] = 4305, + [4391] = 4305, + [4392] = 4306, + [4393] = 4305, + [4394] = 4306, + [4395] = 4304, + [4396] = 4304, + [4397] = 4303, + [4398] = 4302, + [4399] = 4303, + [4400] = 4306, + [4401] = 4302, + [4402] = 4302, [4403] = 4303, - [4404] = 4294, - [4405] = 4300, - [4406] = 4298, - [4407] = 4331, - [4408] = 4298, - [4409] = 4294, - [4410] = 4295, - [4411] = 4298, + [4404] = 4303, + [4405] = 4306, + [4406] = 4304, + [4407] = 4303, + [4408] = 4330, + [4409] = 4305, + [4410] = 4306, + [4411] = 4330, [4412] = 4303, - [4413] = 4303, - [4414] = 4300, - [4415] = 4303, - [4416] = 4298, - [4417] = 4294, - [4418] = 4298, - [4419] = 4303, - [4420] = 4300, - [4421] = 4294, - [4422] = 4298, - [4423] = 752, - [4424] = 761, - [4425] = 759, - [4426] = 767, - [4427] = 753, - [4428] = 767, - [4429] = 784, - [4430] = 799, - [4431] = 798, - [4432] = 801, - [4433] = 797, - [4434] = 800, - [4435] = 802, - [4436] = 835, - [4437] = 855, - [4438] = 876, - [4439] = 873, - [4440] = 866, - [4441] = 849, - [4442] = 759, - [4443] = 858, - [4444] = 868, - [4445] = 856, - [4446] = 767, + [4413] = 4314, + [4414] = 4302, + [4415] = 4305, + [4416] = 4314, + [4417] = 4302, + [4418] = 4306, + [4419] = 4305, + [4420] = 4302, + [4421] = 4306, + [4422] = 4305, + [4423] = 4303, + [4424] = 4303, + [4425] = 4425, + [4426] = 4305, + [4427] = 4303, + [4428] = 4303, + [4429] = 4429, + [4430] = 4302, + [4431] = 758, + [4432] = 759, + [4433] = 776, + [4434] = 765, + [4435] = 765, + [4436] = 783, + [4437] = 784, + [4438] = 819, + [4439] = 802, + [4440] = 785, + [4441] = 793, + [4442] = 789, + [4443] = 788, + [4444] = 874, + [4445] = 842, + [4446] = 864, [4447] = 863, - [4448] = 833, - [4449] = 860, - [4450] = 834, - [4451] = 836, - [4452] = 839, - [4453] = 869, - [4454] = 867, - [4455] = 767, - [4456] = 753, - [4457] = 864, - [4458] = 840, - [4459] = 838, - [4460] = 837, - [4461] = 831, - [4462] = 842, + [4448] = 851, + [4449] = 850, + [4450] = 846, + [4451] = 783, + [4452] = 856, + [4453] = 833, + [4454] = 870, + [4455] = 847, + [4456] = 776, + [4457] = 836, + [4458] = 838, + [4459] = 865, + [4460] = 868, + [4461] = 843, + [4462] = 861, [4463] = 875, - [4464] = 845, - [4465] = 935, - [4466] = 921, - [4467] = 880, - [4468] = 883, - [4469] = 916, - [4470] = 903, - [4471] = 909, - [4472] = 898, - [4473] = 900, - [4474] = 911, - [4475] = 784, - [4476] = 915, - [4477] = 932, - [4478] = 928, - [4479] = 890, - [4480] = 893, - [4481] = 899, - [4482] = 931, - [4483] = 927, - [4484] = 917, - [4485] = 939, - [4486] = 907, - [4487] = 941, - [4488] = 904, - [4489] = 919, - [4490] = 914, - [4491] = 889, - [4492] = 886, - [4493] = 881, - [4494] = 877, - [4495] = 912, - [4496] = 882, - [4497] = 905, - [4498] = 943, - [4499] = 929, - [4500] = 846, - [4501] = 800, - [4502] = 798, - [4503] = 983, - [4504] = 980, - [4505] = 925, - [4506] = 961, - [4507] = 866, - [4508] = 1006, - [4509] = 799, - [4510] = 969, - [4511] = 972, - [4512] = 1008, - [4513] = 1018, - [4514] = 1004, - [4515] = 1023, - [4516] = 965, - [4517] = 977, - [4518] = 999, - [4519] = 988, - [4520] = 979, - [4521] = 801, - [4522] = 797, - [4523] = 1037, - [4524] = 1031, - [4525] = 949, - [4526] = 930, - [4527] = 984, - [4528] = 1010, - [4529] = 866, + [4464] = 862, + [4465] = 869, + [4466] = 834, + [4467] = 765, + [4468] = 854, + [4469] = 845, + [4470] = 765, + [4471] = 849, + [4472] = 848, + [4473] = 928, + [4474] = 878, + [4475] = 942, + [4476] = 940, + [4477] = 937, + [4478] = 885, + [4479] = 941, + [4480] = 890, + [4481] = 894, + [4482] = 926, + [4483] = 938, + [4484] = 931, + [4485] = 887, + [4486] = 852, + [4487] = 892, + [4488] = 939, + [4489] = 898, + [4490] = 918, + [4491] = 925, + [4492] = 943, + [4493] = 784, + [4494] = 883, + [4495] = 936, + [4496] = 920, + [4497] = 922, + [4498] = 921, + [4499] = 895, + [4500] = 924, + [4501] = 899, + [4502] = 915, + [4503] = 877, + [4504] = 910, + [4505] = 891, + [4506] = 906, + [4507] = 896, + [4508] = 902, + [4509] = 949, + [4510] = 907, + [4511] = 1027, + [4512] = 948, + [4513] = 1026, + [4514] = 1022, + [4515] = 788, + [4516] = 789, + [4517] = 1010, + [4518] = 793, + [4519] = 785, + [4520] = 1023, + [4521] = 962, + [4522] = 983, + [4523] = 802, + [4524] = 971, + [4525] = 999, + [4526] = 1014, + [4527] = 981, + [4528] = 989, + [4529] = 1018, [4530] = 959, - [4531] = 1025, - [4532] = 989, - [4533] = 1032, - [4534] = 1019, - [4535] = 986, - [4536] = 934, - [4537] = 1013, - [4538] = 1033, - [4539] = 963, - [4540] = 1034, - [4541] = 1001, - [4542] = 875, - [4543] = 800, - [4544] = 802, - [4545] = 964, - [4546] = 1030, - [4547] = 799, - [4548] = 866, - [4549] = 798, - [4550] = 1028, - [4551] = 797, - [4552] = 801, - [4553] = 1005, - [4554] = 1003, - [4555] = 1007, - [4556] = 1029, - [4557] = 981, - [4558] = 1015, - [4559] = 1174, - [4560] = 1178, - [4561] = 1054, - [4562] = 1186, - [4563] = 1185, - [4564] = 973, - [4565] = 974, - [4566] = 1047, - [4567] = 975, - [4568] = 1055, - [4569] = 868, - [4570] = 1050, - [4571] = 831, - [4572] = 1045, - [4573] = 854, - [4574] = 852, - [4575] = 1062, - [4576] = 1063, - [4577] = 1064, - [4578] = 1065, - [4579] = 1067, - [4580] = 1071, - [4581] = 1175, - [4582] = 1073, - [4583] = 1046, - [4584] = 1184, + [4531] = 963, + [4532] = 1029, + [4533] = 843, + [4534] = 1006, + [4535] = 992, + [4536] = 819, + [4537] = 843, + [4538] = 965, + [4539] = 802, + [4540] = 964, + [4541] = 991, + [4542] = 1015, + [4543] = 947, + [4544] = 1035, + [4545] = 997, + [4546] = 982, + [4547] = 1036, + [4548] = 785, + [4549] = 914, + [4550] = 966, + [4551] = 951, + [4552] = 958, + [4553] = 793, + [4554] = 834, + [4555] = 944, + [4556] = 1020, + [4557] = 957, + [4558] = 1007, + [4559] = 955, + [4560] = 789, + [4561] = 1005, + [4562] = 788, + [4563] = 993, + [4564] = 917, + [4565] = 976, + [4566] = 843, + [4567] = 1074, + [4568] = 1047, + [4569] = 864, + [4570] = 1122, + [4571] = 1052, + [4572] = 854, + [4573] = 1124, + [4574] = 1053, + [4575] = 1081, + [4576] = 842, + [4577] = 788, + [4578] = 1069, + [4579] = 1106, + [4580] = 1039, + [4581] = 1128, + [4582] = 1129, + [4583] = 1130, + [4584] = 1109, [4585] = 1075, - [4586] = 1179, - [4587] = 1078, - [4588] = 1080, - [4589] = 1081, - [4590] = 845, - [4591] = 1084, - [4592] = 842, - [4593] = 840, - [4594] = 875, - [4595] = 1125, - [4596] = 839, - [4597] = 1124, - [4598] = 1157, - [4599] = 1123, - [4600] = 1118, - [4601] = 1087, - [4602] = 836, - [4603] = 1088, - [4604] = 834, - [4605] = 860, - [4606] = 1090, - [4607] = 837, - [4608] = 831, - [4609] = 855, - [4610] = 833, - [4611] = 835, - [4612] = 867, - [4613] = 863, - [4614] = 858, - [4615] = 868, - [4616] = 849, - [4617] = 1131, - [4618] = 799, - [4619] = 801, - [4620] = 1152, - [4621] = 1101, - [4622] = 1151, - [4623] = 1158, - [4624] = 856, - [4625] = 856, - [4626] = 800, - [4627] = 1160, - [4628] = 1148, - [4629] = 1041, - [4630] = 1137, - [4631] = 1134, - [4632] = 852, - [4633] = 854, - [4634] = 1091, - [4635] = 1130, - [4636] = 1185, - [4637] = 1038, - [4638] = 1120, - [4639] = 1053, - [4640] = 1115, - [4641] = 1128, - [4642] = 833, - [4643] = 1107, - [4644] = 1173, - [4645] = 1093, - [4646] = 1096, - [4647] = 1172, - [4648] = 1095, - [4649] = 1074, - [4650] = 860, - [4651] = 834, - [4652] = 1098, - [4653] = 1171, - [4654] = 1099, - [4655] = 1177, - [4656] = 836, - [4657] = 1170, - [4658] = 846, - [4659] = 1100, - [4660] = 839, - [4661] = 1155, - [4662] = 840, - [4663] = 842, - [4664] = 1169, - [4665] = 845, - [4666] = 1166, - [4667] = 798, - [4668] = 1164, - [4669] = 1163, + [4586] = 1084, + [4587] = 1118, + [4588] = 1131, + [4589] = 1083, + [4590] = 1113, + [4591] = 1083, + [4592] = 1133, + [4593] = 831, + [4594] = 858, + [4595] = 1184, + [4596] = 1081, + [4597] = 1146, + [4598] = 1117, + [4599] = 1152, + [4600] = 1114, + [4601] = 1150, + [4602] = 1138, + [4603] = 1139, + [4604] = 1140, + [4605] = 1110, + [4606] = 1108, + [4607] = 1142, + [4608] = 1103, + [4609] = 1098, + [4610] = 869, + [4611] = 861, + [4612] = 856, + [4613] = 998, + [4614] = 875, + [4615] = 789, + [4616] = 995, + [4617] = 1085, + [4618] = 1072, + [4619] = 1168, + [4620] = 833, + [4621] = 945, + [4622] = 1101, + [4623] = 1143, + [4624] = 1169, + [4625] = 1199, + [4626] = 874, + [4627] = 862, + [4628] = 1105, + [4629] = 845, + [4630] = 1063, + [4631] = 1060, + [4632] = 838, + [4633] = 1078, + [4634] = 1147, + [4635] = 1125, + [4636] = 1057, + [4637] = 865, + [4638] = 1148, + [4639] = 1141, + [4640] = 863, + [4641] = 1188, + [4642] = 1091, + [4643] = 1134, + [4644] = 1043, + [4645] = 1049, + [4646] = 1050, + [4647] = 1170, + [4648] = 1126, + [4649] = 1058, + [4650] = 1151, + [4651] = 1153, + [4652] = 1179, + [4653] = 1154, + [4654] = 1056, + [4655] = 1135, + [4656] = 1044, + [4657] = 1136, + [4658] = 1172, + [4659] = 1155, + [4660] = 842, + [4661] = 1173, + [4662] = 1156, + [4663] = 1158, + [4664] = 1174, + [4665] = 851, + [4666] = 1095, + [4667] = 1159, + [4668] = 1137, + [4669] = 1161, [4670] = 1162, - [4671] = 1161, - [4672] = 1108, - [4673] = 1176, - [4674] = 838, - [4675] = 1116, - [4676] = 797, - [4677] = 1147, - [4678] = 1132, - [4679] = 1044, - [4680] = 1143, - [4681] = 1186, - [4682] = 835, - [4683] = 1133, - [4684] = 867, - [4685] = 863, - [4686] = 1140, - [4687] = 1135, - [4688] = 858, + [4671] = 1054, + [4672] = 868, + [4673] = 865, + [4674] = 850, + [4675] = 849, + [4676] = 1121, + [4677] = 834, + [4678] = 854, + [4679] = 1176, + [4680] = 848, + [4681] = 1082, + [4682] = 1120, + [4683] = 1119, + [4684] = 802, + [4685] = 1123, + [4686] = 849, + [4687] = 1116, + [4688] = 1175, [4689] = 1198, - [4690] = 1139, - [4691] = 1199, - [4692] = 1154, - [4693] = 1136, - [4694] = 1150, - [4695] = 1043, - [4696] = 849, - [4697] = 1129, - [4698] = 1168, - [4699] = 1122, - [4700] = 1121, - [4701] = 1119, - [4702] = 1089, - [4703] = 1138, - [4704] = 1086, - [4705] = 1167, - [4706] = 1079, - [4707] = 873, - [4708] = 1112, - [4709] = 1076, - [4710] = 1110, - [4711] = 1097, - [4712] = 864, - [4713] = 1069, - [4714] = 1068, - [4715] = 1066, - [4716] = 869, - [4717] = 1141, - [4718] = 1061, - [4719] = 1146, - [4720] = 1059, - [4721] = 1109, - [4722] = 1058, - [4723] = 1060, - [4724] = 1105, - [4725] = 1102, - [4726] = 1057, - [4727] = 876, - [4728] = 1165, - [4729] = 1051, - [4730] = 1159, - [4731] = 1092, - [4732] = 1049, - [4733] = 1048, - [4734] = 1042, - [4735] = 1040, - [4736] = 1052, - [4737] = 1085, - [4738] = 1082, - [4739] = 1127, - [4740] = 1144, - [4741] = 1056, - [4742] = 1145, - [4743] = 1077, - [4744] = 1072, - [4745] = 801, - [4746] = 907, - [4747] = 927, - [4748] = 797, - [4749] = 886, - [4750] = 837, - [4751] = 880, - [4752] = 881, - [4753] = 798, - [4754] = 882, - [4755] = 846, - [4756] = 800, - [4757] = 909, - [4758] = 899, - [4759] = 1025, - [4760] = 1024, - [4761] = 799, - [4762] = 855, - [4763] = 911, - [4764] = 869, - [4765] = 873, - [4766] = 876, - [4767] = 800, - [4768] = 864, - [4769] = 838, - [4770] = 943, - [4771] = 835, - [4772] = 801, - [4773] = 941, - [4774] = 899, - [4775] = 907, - [4776] = 935, - [4777] = 867, - [4778] = 909, - [4779] = 919, - [4780] = 917, - [4781] = 883, - [4782] = 863, - [4783] = 912, - [4784] = 845, - [4785] = 900, - [4786] = 898, - [4787] = 858, - [4788] = 911, - [4789] = 916, - [4790] = 928, - [4791] = 797, - [4792] = 842, - [4793] = 840, + [4690] = 1087, + [4691] = 1115, + [4692] = 831, + [4693] = 1079, + [4694] = 1104, + [4695] = 1102, + [4696] = 1177, + [4697] = 1181, + [4698] = 1178, + [4699] = 1187, + [4700] = 1186, + [4701] = 1167, + [4702] = 1165, + [4703] = 1038, + [4704] = 852, + [4705] = 1112, + [4706] = 1160, + [4707] = 1195, + [4708] = 1197, + [4709] = 1132, + [4710] = 793, + [4711] = 850, + [4712] = 1107, + [4713] = 870, + [4714] = 1149, + [4715] = 1182, + [4716] = 1201, + [4717] = 1086, + [4718] = 1200, + [4719] = 1185, + [4720] = 1127, + [4721] = 851, + [4722] = 1073, + [4723] = 1055, + [4724] = 869, + [4725] = 1196, + [4726] = 1100, + [4727] = 1051, + [4728] = 861, + [4729] = 856, + [4730] = 875, + [4731] = 847, + [4732] = 833, + [4733] = 874, + [4734] = 862, + [4735] = 845, + [4736] = 1099, + [4737] = 863, + [4738] = 1193, + [4739] = 858, + [4740] = 1183, + [4741] = 846, + [4742] = 1045, + [4743] = 1163, + [4744] = 785, + [4745] = 1097, + [4746] = 864, + [4747] = 1191, + [4748] = 836, + [4749] = 1189, + [4750] = 1192, + [4751] = 1094, + [4752] = 1089, + [4753] = 1190, + [4754] = 1070, + [4755] = 789, + [4756] = 848, + [4757] = 847, + [4758] = 892, + [4759] = 942, + [4760] = 793, + [4761] = 918, + [4762] = 1010, + [4763] = 785, + [4764] = 890, + [4765] = 943, + [4766] = 898, + [4767] = 846, + [4768] = 899, + [4769] = 802, + [4770] = 1008, + [4771] = 940, + [4772] = 869, + [4773] = 902, + [4774] = 906, + [4775] = 910, + [4776] = 863, + [4777] = 915, + [4778] = 926, + [4779] = 921, + [4780] = 789, + [4781] = 922, + [4782] = 925, + [4783] = 928, + [4784] = 788, + [4785] = 896, + [4786] = 918, + [4787] = 926, + [4788] = 928, + [4789] = 941, + [4790] = 870, + [4791] = 941, + [4792] = 862, + [4793] = 874, [4794] = 931, - [4795] = 849, - [4796] = 839, - [4797] = 798, - [4798] = 904, - [4799] = 890, - [4800] = 905, - [4801] = 836, - [4802] = 834, - [4803] = 860, - [4804] = 921, - [4805] = 915, - [4806] = 939, - [4807] = 833, - [4808] = 889, - [4809] = 903, - [4810] = 877, - [4811] = 932, - [4812] = 914, - [4813] = 799, - [4814] = 929, - [4815] = 893, - [4816] = 1018, - [4817] = 835, - [4818] = 1032, - [4819] = 941, - [4820] = 1031, - [4821] = 925, - [4822] = 1034, - [4823] = 858, - [4824] = 1030, - [4825] = 1028, - [4826] = 1023, - [4827] = 1019, - [4828] = 1015, - [4829] = 1013, - [4830] = 873, - [4831] = 965, - [4832] = 1003, - [4833] = 1007, - [4834] = 1005, - [4835] = 943, - [4836] = 1010, - [4837] = 981, - [4838] = 999, - [4839] = 930, - [4840] = 1033, - [4841] = 1008, - [4842] = 939, - [4843] = 838, - [4844] = 1006, - [4845] = 1025, - [4846] = 1004, - [4847] = 863, - [4848] = 986, - [4849] = 873, - [4850] = 984, - [4851] = 972, - [4852] = 838, - [4853] = 835, - [4854] = 1001, - [4855] = 1025, - [4856] = 989, - [4857] = 969, - [4858] = 849, - [4859] = 988, - [4860] = 934, - [4861] = 983, - [4862] = 980, - [4863] = 961, - [4864] = 959, - [4865] = 867, - [4866] = 1029, - [4867] = 1024, - [4868] = 932, - [4869] = 929, - [4870] = 867, - [4871] = 914, - [4872] = 979, - [4873] = 877, - [4874] = 893, - [4875] = 849, - [4876] = 964, - [4877] = 963, - [4878] = 903, - [4879] = 889, - [4880] = 949, - [4881] = 863, - [4882] = 977, - [4883] = 876, - [4884] = 1037, - [4885] = 876, - [4886] = 858, - [4887] = 882, - [4888] = 883, - [4889] = 1074, - [4890] = 1100, - [4891] = 1075, - [4892] = 1108, - [4893] = 1078, - [4894] = 1155, - [4895] = 1116, - [4896] = 1186, - [4897] = 1176, - [4898] = 1099, - [4899] = 1080, - [4900] = 1098, - [4901] = 1097, - [4902] = 1093, - [4903] = 929, - [4904] = 845, - [4905] = 1132, - [4906] = 1044, - [4907] = 1088, - [4908] = 1157, - [4909] = 1073, - [4910] = 1091, - [4911] = 854, - [4912] = 1081, - [4913] = 1174, - [4914] = 1173, - [4915] = 1158, - [4916] = 1041, - [4917] = 1178, - [4918] = 852, - [4919] = 1131, - [4920] = 941, - [4921] = 1152, - [4922] = 939, - [4923] = 1172, - [4924] = 1151, - [4925] = 1171, - [4926] = 1118, - [4927] = 1123, - [4928] = 1170, - [4929] = 1169, - [4930] = 842, - [4931] = 1101, + [4795] = 938, + [4796] = 939, + [4797] = 788, + [4798] = 894, + [4799] = 936, + [4800] = 861, + [4801] = 856, + [4802] = 920, + [4803] = 924, + [4804] = 849, + [4805] = 883, + [4806] = 895, + [4807] = 875, + [4808] = 887, + [4809] = 802, + [4810] = 838, + [4811] = 836, + [4812] = 868, + [4813] = 845, + [4814] = 852, + [4815] = 850, + [4816] = 793, + [4817] = 833, + [4818] = 877, + [4819] = 937, + [4820] = 851, + [4821] = 785, + [4822] = 891, + [4823] = 864, + [4824] = 885, + [4825] = 878, + [4826] = 851, + [4827] = 1010, + [4828] = 965, + [4829] = 864, + [4830] = 838, + [4831] = 863, + [4832] = 851, + [4833] = 898, + [4834] = 899, + [4835] = 864, + [4836] = 964, + [4837] = 982, + [4838] = 850, + [4839] = 917, + [4840] = 963, + [4841] = 976, + [4842] = 966, + [4843] = 951, + [4844] = 836, + [4845] = 1014, + [4846] = 849, + [4847] = 925, + [4848] = 922, + [4849] = 921, + [4850] = 993, + [4851] = 849, + [4852] = 915, + [4853] = 838, + [4854] = 947, + [4855] = 999, + [4856] = 1035, + [4857] = 910, + [4858] = 1008, + [4859] = 863, + [4860] = 1027, + [4861] = 948, + [4862] = 906, + [4863] = 902, + [4864] = 1005, + [4865] = 1026, + [4866] = 1018, + [4867] = 1022, + [4868] = 981, + [4869] = 944, + [4870] = 836, + [4871] = 997, + [4872] = 958, + [4873] = 907, + [4874] = 850, + [4875] = 957, + [4876] = 971, + [4877] = 983, + [4878] = 890, + [4879] = 962, + [4880] = 955, + [4881] = 1029, + [4882] = 914, + [4883] = 1015, + [4884] = 1006, + [4885] = 989, + [4886] = 949, + [4887] = 870, + [4888] = 959, + [4889] = 870, + [4890] = 1020, + [4891] = 992, + [4892] = 991, + [4893] = 895, + [4894] = 1036, + [4895] = 1023, + [4896] = 1007, + [4897] = 883, + [4898] = 1010, + [4899] = 869, + [4900] = 1185, + [4901] = 1087, + [4902] = 1162, + [4903] = 1085, + [4904] = 1072, + [4905] = 1136, + [4906] = 1133, + [4907] = 1098, + [4908] = 915, + [4909] = 921, + [4910] = 1104, + [4911] = 898, + [4912] = 1039, + [4913] = 1134, + [4914] = 1130, + [4915] = 1131, + [4916] = 1138, + [4917] = 1038, + [4918] = 1079, + [4919] = 1198, + [4920] = 1103, + [4921] = 1081, + [4922] = 1169, + [4923] = 1128, + [4924] = 1187, + [4925] = 1172, + [4926] = 902, + [4927] = 902, + [4928] = 1091, + [4929] = 875, + [4930] = 922, + [4931] = 1108, [4932] = 1124, - [4933] = 1125, - [4934] = 840, - [4935] = 1148, - [4936] = 1071, - [4937] = 1133, - [4938] = 883, - [4939] = 1167, - [4940] = 1067, - [4941] = 1053, - [4942] = 839, - [4943] = 1137, - [4944] = 981, - [4945] = 1154, - [4946] = 1134, - [4947] = 889, - [4948] = 1150, - [4949] = 1130, - [4950] = 1166, - [4951] = 1065, - [4952] = 903, - [4953] = 1164, - [4954] = 1163, - [4955] = 1162, - [4956] = 1064, - [4957] = 1185, - [4958] = 1161, - [4959] = 943, - [4960] = 1177, + [4933] = 983, + [4934] = 1122, + [4935] = 1186, + [4936] = 1167, + [4937] = 1005, + [4938] = 1110, + [4939] = 1150, + [4940] = 1106, + [4941] = 1125, + [4942] = 1053, + [4943] = 1165, + [4944] = 1073, + [4945] = 1142, + [4946] = 1140, + [4947] = 1120, + [4948] = 1054, + [4949] = 1119, + [4950] = 1118, + [4951] = 1141, + [4952] = 925, + [4953] = 1116, + [4954] = 1115, + [4955] = 1063, + [4956] = 1161, + [4957] = 856, + [4958] = 1176, + [4959] = 845, + [4960] = 1060, [4961] = 1160, - [4962] = 903, - [4963] = 1038, - [4964] = 1147, - [4965] = 1043, - [4966] = 1143, - [4967] = 1146, - [4968] = 1145, - [4969] = 1120, - [4970] = 882, - [4971] = 1144, - [4972] = 836, - [4973] = 836, - [4974] = 1115, - [4975] = 1140, - [4976] = 1107, - [4977] = 1168, - [4978] = 1139, - [4979] = 1159, - [4980] = 889, - [4981] = 1136, - [4982] = 932, - [4983] = 1096, - [4984] = 1095, - [4985] = 972, - [4986] = 1165, - [4987] = 1186, - [4988] = 833, - [4989] = 1129, - [4990] = 1054, - [4991] = 1122, - [4992] = 914, - [4993] = 1055, - [4994] = 882, - [4995] = 893, - [4996] = 1121, - [4997] = 1089, - [4998] = 1090, - [4999] = 1119, - [5000] = 1086, - [5001] = 1128, - [5002] = 965, - [5003] = 877, - [5004] = 883, - [5005] = 839, - [5006] = 1199, - [5007] = 854, - [5008] = 1112, - [5009] = 1062, - [5010] = 877, - [5011] = 1110, - [5012] = 842, - [5013] = 1063, - [5014] = 1045, - [5015] = 1109, - [5016] = 1102, - [5017] = 1046, - [5018] = 852, - [5019] = 1092, - [5020] = 932, - [5021] = 975, - [5022] = 1087, - [5023] = 939, - [5024] = 1198, - [5025] = 1085, - [5026] = 1079, - [5027] = 1082, - [5028] = 1105, - [5029] = 1060, - [5030] = 860, - [5031] = 1077, - [5032] = 1076, - [5033] = 834, - [5034] = 893, - [5035] = 845, - [5036] = 1068, - [5037] = 1185, - [5038] = 1141, - [5039] = 1066, - [5040] = 1069, - [5041] = 1072, - [5042] = 1056, - [5043] = 1047, - [5044] = 929, - [5045] = 1061, - [5046] = 840, - [5047] = 1127, - [5048] = 914, - [5049] = 1059, - [5050] = 1175, - [5051] = 1058, - [5052] = 1084, - [5053] = 1052, - [5054] = 833, - [5055] = 1040, - [5056] = 1042, - [5057] = 1057, - [5058] = 834, - [5059] = 860, - [5060] = 1138, - [5061] = 974, - [5062] = 915, - [5063] = 1050, - [5064] = 973, - [5065] = 1135, - [5066] = 1048, - [5067] = 1184, - [5068] = 1049, - [5069] = 1179, - [5070] = 1051, - [5071] = 1023, - [5072] = 907, - [5073] = 1184, - [5074] = 1179, - [5075] = 919, - [5076] = 925, - [5077] = 877, - [5078] = 912, - [5079] = 797, - [5080] = 943, - [5081] = 1024, - [5082] = 801, - [5083] = 917, - [5084] = 915, - [5085] = 1029, - [5086] = 903, - [5087] = 935, - [5088] = 800, - [5089] = 889, - [5090] = 800, - [5091] = 921, - [5092] = 801, - [5093] = 899, - [5094] = 900, - [5095] = 898, - [5096] = 798, - [5097] = 5097, - [5098] = 799, - [5099] = 854, - [5100] = 914, - [5101] = 934, - [5102] = 852, - [5103] = 1125, - [5104] = 1124, - [5105] = 1123, - [5106] = 1118, - [5107] = 916, - [5108] = 928, - [5109] = 939, - [5110] = 941, - [5111] = 931, - [5112] = 977, - [5113] = 929, - [5114] = 852, - [5115] = 930, - [5116] = 1019, - [5117] = 1025, - [5118] = 798, - [5119] = 854, - [5120] = 852, - [5121] = 1003, - [5122] = 854, - [5123] = 932, - [5124] = 1037, - [5125] = 904, - [5126] = 799, - [5127] = 905, - [5128] = 797, - [5129] = 838, - [5130] = 849, - [5131] = 1008, - [5132] = 800, - [5133] = 1010, - [5134] = 799, - [5135] = 863, - [5136] = 1178, - [5137] = 1134, - [5138] = 858, - [5139] = 1125, - [5140] = 1124, - [5141] = 854, - [5142] = 852, - [5143] = 1101, - [5144] = 858, - [5145] = 380, - [5146] = 867, - [5147] = 974, - [5148] = 1068, - [5149] = 963, - [5150] = 863, - [5151] = 835, - [5152] = 973, - [5153] = 1025, - [5154] = 378, - [5155] = 798, - [5156] = 854, - [5157] = 975, - [5158] = 1123, - [5159] = 1031, - [5160] = 1118, - [5161] = 1029, - [5162] = 943, - [5163] = 852, - [5164] = 1019, - [5165] = 1179, - [5166] = 941, - [5167] = 1184, - [5168] = 1177, - [5169] = 1176, - [5170] = 875, - [5171] = 849, - [5172] = 1007, - [5173] = 867, - [5174] = 876, - [5175] = 387, - [5176] = 980, - [5177] = 835, - [5178] = 382, - [5179] = 983, - [5180] = 873, - [5181] = 797, - [5182] = 1175, - [5183] = 801, - [5184] = 380, - [5185] = 939, - [5186] = 842, + [4962] = 1139, + [4963] = 899, + [4964] = 1078, + [4965] = 921, + [4966] = 1146, + [4967] = 1193, + [4968] = 1082, + [4969] = 1057, + [4970] = 1095, + [4971] = 1132, + [4972] = 1107, + [4973] = 1181, + [4974] = 1149, + [4975] = 1113, + [4976] = 1075, + [4977] = 1147, + [4978] = 895, + [4979] = 869, + [4980] = 1086, + [4981] = 1083, + [4982] = 1109, + [4983] = 922, + [4984] = 1084, + [4985] = 1055, + [4986] = 1043, + [4987] = 831, + [4988] = 1051, + [4989] = 1074, + [4990] = 1174, + [4991] = 1044, + [4992] = 1192, + [4993] = 1058, + [4994] = 1045, + [4995] = 1056, + [4996] = 1129, + [4997] = 1163, + [4998] = 1175, + [4999] = 858, + [5000] = 1135, + [5001] = 1148, + [5002] = 910, + [5003] = 833, + [5004] = 1151, + [5005] = 896, + [5006] = 1049, + [5007] = 858, + [5008] = 1195, + [5009] = 831, + [5010] = 1153, + [5011] = 1177, + [5012] = 1070, + [5013] = 890, + [5014] = 1094, + [5015] = 1197, + [5016] = 1191, + [5017] = 1154, + [5018] = 1189, + [5019] = 915, + [5020] = 1101, + [5021] = 1097, + [5022] = 1102, + [5023] = 906, + [5024] = 1112, + [5025] = 1184, + [5026] = 1190, + [5027] = 861, + [5028] = 856, + [5029] = 1155, + [5030] = 1168, + [5031] = 1123, + [5032] = 1201, + [5033] = 1089, + [5034] = 1183, + [5035] = 1200, + [5036] = 1083, + [5037] = 1126, + [5038] = 1170, + [5039] = 1047, + [5040] = 1100, + [5041] = 874, + [5042] = 925, + [5043] = 906, + [5044] = 862, + [5045] = 883, + [5046] = 875, + [5047] = 998, + [5048] = 1196, + [5049] = 1178, + [5050] = 1069, + [5051] = 1179, + [5052] = 1052, + [5053] = 861, + [5054] = 995, + [5055] = 1156, + [5056] = 1081, + [5057] = 910, + [5058] = 1188, + [5059] = 1158, + [5060] = 1114, + [5061] = 898, + [5062] = 1182, + [5063] = 1105, + [5064] = 1137, + [5065] = 1199, + [5066] = 1117, + [5067] = 1121, + [5068] = 999, + [5069] = 1173, + [5070] = 1099, + [5071] = 845, + [5072] = 833, + [5073] = 1143, + [5074] = 890, + [5075] = 874, + [5076] = 862, + [5077] = 1050, + [5078] = 1159, + [5079] = 945, + [5080] = 1152, + [5081] = 1127, + [5082] = 899, + [5083] = 928, + [5084] = 877, + [5085] = 891, + [5086] = 1008, + [5087] = 831, + [5088] = 982, + [5089] = 885, + [5090] = 858, + [5091] = 915, + [5092] = 878, + [5093] = 802, + [5094] = 937, + [5095] = 993, + [5096] = 883, + [5097] = 785, + [5098] = 831, + [5099] = 858, + [5100] = 1137, + [5101] = 1136, + [5102] = 1134, + [5103] = 793, + [5104] = 789, + [5105] = 1125, + [5106] = 921, + [5107] = 906, + [5108] = 917, + [5109] = 924, + [5110] = 936, + [5111] = 939, + [5112] = 941, + [5113] = 925, + [5114] = 802, + [5115] = 894, + [5116] = 1014, + [5117] = 785, + [5118] = 910, + [5119] = 959, + [5120] = 1079, + [5121] = 1073, + [5122] = 793, + [5123] = 788, + [5124] = 943, + [5125] = 789, + [5126] = 887, + [5127] = 902, + [5128] = 896, + [5129] = 788, + [5130] = 895, + [5131] = 892, + [5132] = 5132, + [5133] = 907, + [5134] = 1010, + [5135] = 858, + [5136] = 948, + [5137] = 1018, + [5138] = 831, + [5139] = 914, + [5140] = 922, + [5141] = 944, + [5142] = 951, + [5143] = 785, + [5144] = 993, + [5145] = 1010, + [5146] = 831, + [5147] = 1079, + [5148] = 1073, + [5149] = 858, + [5150] = 1018, + [5151] = 382, + [5152] = 389, + [5153] = 883, + [5154] = 379, + [5155] = 849, + [5156] = 1136, + [5157] = 870, + [5158] = 383, + [5159] = 864, + [5160] = 1101, + [5161] = 863, + [5162] = 1100, + [5163] = 851, + [5164] = 1099, + [5165] = 850, + [5166] = 838, + [5167] = 788, + [5168] = 958, + [5169] = 976, + [5170] = 849, + [5171] = 836, + [5172] = 998, + [5173] = 858, + [5174] = 831, + [5175] = 850, + [5176] = 965, + [5177] = 995, + [5178] = 1125, + [5179] = 895, + [5180] = 945, + [5181] = 1134, + [5182] = 1109, + [5183] = 1006, + [5184] = 789, + [5185] = 1137, + [5186] = 1195, [5187] = 834, - [5188] = 840, - [5189] = 424, - [5190] = 1018, - [5191] = 836, - [5192] = 949, - [5193] = 1015, - [5194] = 432, - [5195] = 860, - [5196] = 867, - [5197] = 839, - [5198] = 836, - [5199] = 845, - [5200] = 863, - [5201] = 889, - [5202] = 433, - [5203] = 834, - [5204] = 423, - [5205] = 860, - [5206] = 427, - [5207] = 5207, - [5208] = 839, - [5209] = 883, - [5210] = 988, - [5211] = 382, - [5212] = 840, - [5213] = 833, - [5214] = 833, - [5215] = 1184, - [5216] = 914, - [5217] = 1005, - [5218] = 858, - [5219] = 842, - [5220] = 964, - [5221] = 903, - [5222] = 959, - [5223] = 845, - [5224] = 961, - [5225] = 984, - [5226] = 1006, - [5227] = 1028, - [5228] = 999, - [5229] = 893, - [5230] = 989, - [5231] = 1118, - [5232] = 1030, - [5233] = 835, - [5234] = 882, - [5235] = 1032, - [5236] = 838, - [5237] = 969, - [5238] = 1033, - [5239] = 1034, - [5240] = 986, - [5241] = 378, - [5242] = 5242, - [5243] = 849, - [5244] = 1123, - [5245] = 387, - [5246] = 877, - [5247] = 1001, - [5248] = 929, - [5249] = 876, - [5250] = 932, - [5251] = 1013, - [5252] = 1125, - [5253] = 1004, - [5254] = 1124, - [5255] = 1179, - [5256] = 873, - [5257] = 1092, - [5258] = 890, - [5259] = 1025, - [5260] = 1143, - [5261] = 1140, - [5262] = 423, - [5263] = 5263, - [5264] = 1130, - [5265] = 1137, - [5266] = 1118, - [5267] = 1139, - [5268] = 1136, - [5269] = 433, - [5270] = 1129, - [5271] = 1123, - [5272] = 1131, - [5273] = 1122, - [5274] = 5274, - [5275] = 413, - [5276] = 412, - [5277] = 5274, - [5278] = 1038, - [5279] = 1121, - [5280] = 1119, - [5281] = 1120, - [5282] = 1112, - [5283] = 5274, - [5284] = 1186, - [5285] = 1110, - [5286] = 877, - [5287] = 860, - [5288] = 834, - [5289] = 943, - [5290] = 889, - [5291] = 1115, - [5292] = 427, - [5293] = 1160, - [5294] = 1161, - [5295] = 1162, - [5296] = 939, - [5297] = 5274, - [5298] = 1109, - [5299] = 1128, - [5300] = 1102, - [5301] = 1163, - [5302] = 929, - [5303] = 1164, - [5304] = 5274, - [5305] = 941, - [5306] = 5274, - [5307] = 432, - [5308] = 1147, - [5309] = 911, - [5310] = 5274, - [5311] = 5311, - [5312] = 1085, - [5313] = 1107, - [5314] = 876, - [5315] = 873, - [5316] = 1105, + [5188] = 851, + [5189] = 793, + [5190] = 1106, + [5191] = 864, + [5192] = 863, + [5193] = 802, + [5194] = 1029, + [5195] = 1075, + [5196] = 875, + [5197] = 1134, + [5198] = 5198, + [5199] = 864, + [5200] = 856, + [5201] = 971, + [5202] = 863, + [5203] = 851, + [5204] = 947, + [5205] = 874, + [5206] = 862, + [5207] = 861, + [5208] = 915, + [5209] = 1035, + [5210] = 869, + [5211] = 910, + [5212] = 845, + [5213] = 850, + [5214] = 906, + [5215] = 992, + [5216] = 849, + [5217] = 966, + [5218] = 1079, + [5219] = 436, + [5220] = 423, + [5221] = 1137, + [5222] = 1136, + [5223] = 1022, + [5224] = 964, + [5225] = 902, + [5226] = 1026, + [5227] = 1020, + [5228] = 963, + [5229] = 1125, + [5230] = 836, + [5231] = 379, + [5232] = 838, + [5233] = 870, + [5234] = 1027, + [5235] = 869, + [5236] = 861, + [5237] = 1015, + [5238] = 957, + [5239] = 856, + [5240] = 875, + [5241] = 389, + [5242] = 427, + [5243] = 925, + [5244] = 955, + [5245] = 1073, + [5246] = 382, + [5247] = 899, + [5248] = 989, + [5249] = 898, + [5250] = 833, + [5251] = 833, + [5252] = 1023, + [5253] = 874, + [5254] = 862, + [5255] = 962, + [5256] = 949, + [5257] = 981, + [5258] = 5258, + [5259] = 921, + [5260] = 845, + [5261] = 435, + [5262] = 383, + [5263] = 991, + [5264] = 422, + [5265] = 890, + [5266] = 922, + [5267] = 1007, + [5268] = 1036, + [5269] = 1191, + [5270] = 1038, + [5271] = 906, + [5272] = 1179, + [5273] = 902, + [5274] = 910, + [5275] = 1173, + [5276] = 436, + [5277] = 1182, + [5278] = 5278, + [5279] = 845, + [5280] = 1008, + [5281] = 1172, + [5282] = 862, + [5283] = 409, + [5284] = 415, + [5285] = 1185, + [5286] = 5278, + [5287] = 1169, + [5288] = 915, + [5289] = 1168, + [5290] = 1127, + [5291] = 1177, + [5292] = 874, + [5293] = 1175, + [5294] = 1200, + [5295] = 921, + [5296] = 1139, + [5297] = 922, + [5298] = 1190, + [5299] = 5278, + [5300] = 1142, + [5301] = 1083, + [5302] = 925, + [5303] = 435, + [5304] = 1140, + [5305] = 5305, + [5306] = 1130, + [5307] = 1081, + [5308] = 5278, + [5309] = 1129, + [5310] = 5305, + [5311] = 1128, + [5312] = 838, + [5313] = 836, + [5314] = 833, + [5315] = 422, + [5316] = 875, [5317] = 5317, - [5318] = 852, - [5319] = 1148, - [5320] = 886, - [5321] = 1096, - [5322] = 1095, - [5323] = 1082, - [5324] = 836, - [5325] = 839, - [5326] = 1089, - [5327] = 1077, - [5328] = 838, - [5329] = 932, - [5330] = 909, - [5331] = 1086, - [5332] = 914, - [5333] = 893, - [5334] = 840, - [5335] = 1166, - [5336] = 842, - [5337] = 1079, - [5338] = 1072, - [5339] = 915, - [5340] = 1056, - [5341] = 1024, - [5342] = 1076, - [5343] = 1169, - [5344] = 883, - [5345] = 854, - [5346] = 416, - [5347] = 408, - [5348] = 5274, - [5349] = 1069, - [5350] = 1057, - [5351] = 1170, - [5352] = 1151, - [5353] = 5274, - [5354] = 882, - [5355] = 1066, - [5356] = 845, - [5357] = 1124, - [5358] = 1061, - [5359] = 1171, - [5360] = 1059, - [5361] = 424, - [5362] = 1058, - [5363] = 1052, - [5364] = 1172, - [5365] = 1125, - [5366] = 1127, - [5367] = 5317, - [5368] = 1040, - [5369] = 1042, - [5370] = 1051, - [5371] = 1152, - [5372] = 1174, - [5373] = 833, - [5374] = 1185, - [5375] = 1173, - [5376] = 903, - [5377] = 1048, - [5378] = 1049, - [5379] = 408, - [5380] = 5380, - [5381] = 5381, - [5382] = 893, - [5383] = 5383, - [5384] = 5381, - [5385] = 1024, - [5386] = 5386, - [5387] = 939, - [5388] = 447, - [5389] = 5386, - [5390] = 5386, - [5391] = 5386, - [5392] = 5381, - [5393] = 5380, + [5318] = 5318, + [5319] = 1124, + [5320] = 1118, + [5321] = 1161, + [5322] = 1122, + [5323] = 1181, + [5324] = 1039, + [5325] = 870, + [5326] = 942, + [5327] = 1120, + [5328] = 1119, + [5329] = 1162, + [5330] = 1131, + [5331] = 5278, + [5332] = 918, + [5333] = 5278, + [5334] = 890, + [5335] = 1192, + [5336] = 1116, + [5337] = 856, + [5338] = 861, + [5339] = 1138, + [5340] = 898, + [5341] = 1115, + [5342] = 1133, + [5343] = 899, + [5344] = 1174, + [5345] = 427, + [5346] = 1074, + [5347] = 1163, + [5348] = 1052, + [5349] = 1159, + [5350] = 413, + [5351] = 1158, + [5352] = 940, + [5353] = 1137, + [5354] = 1136, + [5355] = 1053, + [5356] = 1156, + [5357] = 1087, + [5358] = 869, + [5359] = 1082, + [5360] = 926, + [5361] = 896, + [5362] = 406, + [5363] = 1141, + [5364] = 1193, + [5365] = 5278, + [5366] = 1069, + [5367] = 1196, + [5368] = 1113, + [5369] = 5278, + [5370] = 423, + [5371] = 1201, + [5372] = 1178, + [5373] = 1143, + [5374] = 5278, + [5375] = 1134, + [5376] = 858, + [5377] = 1010, + [5378] = 1084, + [5379] = 1197, + [5380] = 831, + [5381] = 1125, + [5382] = 1146, + [5383] = 1188, + [5384] = 883, + [5385] = 1147, + [5386] = 1148, + [5387] = 895, + [5388] = 1176, + [5389] = 1151, + [5390] = 1153, + [5391] = 1154, + [5392] = 1155, + [5393] = 441, [5394] = 5394, - [5395] = 5386, - [5396] = 1025, - [5397] = 453, - [5398] = 903, - [5399] = 941, - [5400] = 5381, - [5401] = 932, - [5402] = 5380, - [5403] = 1185, - [5404] = 5381, - [5405] = 416, - [5406] = 5380, - [5407] = 5381, - [5408] = 852, - [5409] = 5380, - [5410] = 5386, - [5411] = 5386, - [5412] = 5381, - [5413] = 943, - [5414] = 854, - [5415] = 929, - [5416] = 866, - [5417] = 412, - [5418] = 889, - [5419] = 5386, - [5420] = 1186, - [5421] = 449, - [5422] = 5380, - [5423] = 1029, - [5424] = 5381, - [5425] = 914, - [5426] = 882, - [5427] = 5380, - [5428] = 1025, - [5429] = 456, - [5430] = 5386, - [5431] = 413, - [5432] = 5380, - [5433] = 5380, - [5434] = 883, - [5435] = 877, - [5436] = 5381, - [5437] = 443, - [5438] = 1019, - [5439] = 5439, - [5440] = 449, - [5441] = 5263, - [5442] = 1179, - [5443] = 453, - [5444] = 5444, - [5445] = 943, - [5446] = 5446, - [5447] = 447, - [5448] = 456, - [5449] = 443, - [5450] = 1184, - [5451] = 1125, - [5452] = 941, - [5453] = 868, - [5454] = 1124, - [5455] = 856, - [5456] = 1123, - [5457] = 1118, - [5458] = 1101, - [5459] = 1124, - [5460] = 1184, - [5461] = 1179, - [5462] = 1123, - [5463] = 1178, - [5464] = 1176, - [5465] = 1118, - [5466] = 1125, - [5467] = 1177, - [5468] = 1179, - [5469] = 1118, - [5470] = 482, - [5471] = 1184, - [5472] = 489, - [5473] = 1124, - [5474] = 1123, - [5475] = 484, - [5476] = 479, - [5477] = 5477, - [5478] = 496, - [5479] = 497, - [5480] = 1125, - [5481] = 497, - [5482] = 852, - [5483] = 512, - [5484] = 488, - [5485] = 5485, - [5486] = 503, + [5395] = 5395, + [5396] = 921, + [5397] = 5397, + [5398] = 910, + [5399] = 409, + [5400] = 415, + [5401] = 890, + [5402] = 444, + [5403] = 5395, + [5404] = 915, + [5405] = 1008, + [5406] = 898, + [5407] = 5395, + [5408] = 906, + [5409] = 5394, + [5410] = 899, + [5411] = 443, + [5412] = 922, + [5413] = 902, + [5414] = 925, + [5415] = 413, + [5416] = 1083, + [5417] = 5394, + [5418] = 1081, + [5419] = 843, + [5420] = 5420, + [5421] = 5394, + [5422] = 5394, + [5423] = 447, + [5424] = 883, + [5425] = 1010, + [5426] = 895, + [5427] = 5394, + [5428] = 858, + [5429] = 5394, + [5430] = 5420, + [5431] = 5395, + [5432] = 5420, + [5433] = 831, + [5434] = 993, + [5435] = 5435, + [5436] = 5420, + [5437] = 5394, + [5438] = 406, + [5439] = 1018, + [5440] = 5395, + [5441] = 456, + [5442] = 5420, + [5443] = 5420, + [5444] = 5395, + [5445] = 5420, + [5446] = 5395, + [5447] = 5420, + [5448] = 1010, + [5449] = 5420, + [5450] = 5394, + [5451] = 5395, + [5452] = 5395, + [5453] = 1079, + [5454] = 883, + [5455] = 1073, + [5456] = 443, + [5457] = 895, + [5458] = 444, + [5459] = 5318, + [5460] = 1125, + [5461] = 1134, + [5462] = 447, + [5463] = 5463, + [5464] = 854, + [5465] = 5465, + [5466] = 456, + [5467] = 441, + [5468] = 5468, + [5469] = 842, + [5470] = 1137, + [5471] = 1136, + [5472] = 1125, + [5473] = 1079, + [5474] = 1073, + [5475] = 1106, + [5476] = 1136, + [5477] = 1134, + [5478] = 1100, + [5479] = 1101, + [5480] = 1137, + [5481] = 1099, + [5482] = 490, + [5483] = 1137, + [5484] = 496, + [5485] = 1079, + [5486] = 1136, [5487] = 5487, - [5488] = 484, - [5489] = 483, - [5490] = 496, - [5491] = 482, - [5492] = 479, - [5493] = 854, - [5494] = 480, - [5495] = 5495, - [5496] = 499, - [5497] = 485, - [5498] = 498, - [5499] = 489, - [5500] = 1175, - [5501] = 483, - [5502] = 5263, - [5503] = 512, - [5504] = 498, - [5505] = 869, - [5506] = 488, - [5507] = 855, - [5508] = 499, - [5509] = 854, - [5510] = 503, - [5511] = 480, - [5512] = 852, - [5513] = 485, - [5514] = 3557, - [5515] = 866, - [5516] = 822, - [5517] = 875, - [5518] = 3557, - [5519] = 866, - [5520] = 3929, - [5521] = 875, - [5522] = 856, - [5523] = 868, - [5524] = 3850, - [5525] = 3850, - [5526] = 822, - [5527] = 5527, - [5528] = 4023, - [5529] = 3977, - [5530] = 907, - [5531] = 3967, - [5532] = 911, - [5533] = 864, - [5534] = 3929, - [5535] = 909, - [5536] = 899, - [5537] = 4000, - [5538] = 3957, - [5539] = 911, - [5540] = 911, - [5541] = 909, - [5542] = 907, - [5543] = 909, - [5544] = 899, - [5545] = 5545, - [5546] = 5546, - [5547] = 5545, - [5548] = 869, - [5549] = 5549, - [5550] = 5546, - [5551] = 5551, - [5552] = 3967, - [5553] = 5553, - [5554] = 5554, - [5555] = 5555, - [5556] = 855, - [5557] = 752, - [5558] = 5545, - [5559] = 5545, + [5488] = 1134, + [5489] = 479, + [5490] = 1125, + [5491] = 488, + [5492] = 1073, + [5493] = 480, + [5494] = 509, + [5495] = 483, + [5496] = 488, + [5497] = 509, + [5498] = 479, + [5499] = 5499, + [5500] = 496, + [5501] = 5501, + [5502] = 491, + [5503] = 480, + [5504] = 1109, + [5505] = 484, + [5506] = 495, + [5507] = 5507, + [5508] = 503, + [5509] = 504, + [5510] = 858, + [5511] = 487, + [5512] = 494, + [5513] = 490, + [5514] = 831, + [5515] = 848, + [5516] = 503, + [5517] = 494, + [5518] = 483, + [5519] = 484, + [5520] = 487, + [5521] = 504, + [5522] = 495, + [5523] = 491, + [5524] = 831, + [5525] = 858, + [5526] = 846, + [5527] = 5318, + [5528] = 3589, + [5529] = 3589, + [5530] = 834, + [5531] = 812, + [5532] = 843, + [5533] = 854, + [5534] = 842, + [5535] = 812, + [5536] = 843, + [5537] = 834, + [5538] = 3866, + [5539] = 3913, + [5540] = 3866, + [5541] = 928, + [5542] = 3913, + [5543] = 926, + [5544] = 3968, + [5545] = 941, + [5546] = 3980, + [5547] = 847, + [5548] = 918, + [5549] = 4003, + [5550] = 4002, + [5551] = 3974, + [5552] = 5552, + [5553] = 926, + [5554] = 941, + [5555] = 918, + [5556] = 918, + [5557] = 926, + [5558] = 928, + [5559] = 758, [5560] = 5560, - [5561] = 761, - [5562] = 4000, - [5563] = 5545, - [5564] = 5549, - [5565] = 4023, - [5566] = 846, - [5567] = 837, - [5568] = 3977, - [5569] = 3957, - [5570] = 5551, - [5571] = 868, - [5572] = 1101, - [5573] = 5553, - [5574] = 1178, - [5575] = 5554, - [5576] = 831, - [5577] = 5555, - [5578] = 1177, - [5579] = 1176, - [5580] = 5545, - [5581] = 5560, - [5582] = 1175, - [5583] = 864, - [5584] = 856, - [5585] = 885, - [5586] = 831, - [5587] = 902, - [5588] = 5588, - [5589] = 5588, - [5590] = 5588, - [5591] = 5588, - [5592] = 972, - [5593] = 965, - [5594] = 5588, - [5595] = 5588, - [5596] = 5588, - [5597] = 846, - [5598] = 5588, - [5599] = 5588, - [5600] = 5588, - [5601] = 5588, - [5602] = 5588, - [5603] = 837, - [5604] = 5604, - [5605] = 5588, - [5606] = 5588, - [5607] = 981, - [5608] = 5588, - [5609] = 974, - [5610] = 930, - [5611] = 925, - [5612] = 975, - [5613] = 934, - [5614] = 910, - [5615] = 973, - [5616] = 973, - [5617] = 998, - [5618] = 910, - [5619] = 975, - [5620] = 875, - [5621] = 3557, - [5622] = 981, - [5623] = 972, - [5624] = 1022, - [5625] = 1009, - [5626] = 930, - [5627] = 934, - [5628] = 925, - [5629] = 974, - [5630] = 965, - [5631] = 885, - [5632] = 866, - [5633] = 1022, - [5634] = 868, - [5635] = 856, - [5636] = 1009, - [5637] = 998, - [5638] = 3850, - [5639] = 902, - [5640] = 3929, - [5641] = 907, - [5642] = 899, - [5643] = 1176, - [5644] = 5644, - [5645] = 1178, - [5646] = 5646, - [5647] = 5647, - [5648] = 5647, - [5649] = 5646, - [5650] = 5650, - [5651] = 5646, - [5652] = 5647, - [5653] = 5646, - [5654] = 5646, - [5655] = 5646, - [5656] = 4000, - [5657] = 5650, - [5658] = 3967, - [5659] = 1101, - [5660] = 1177, - [5661] = 1175, - [5662] = 3957, - [5663] = 5647, - [5664] = 5647, - [5665] = 4023, - [5666] = 5646, - [5667] = 5647, - [5668] = 5647, - [5669] = 5650, - [5670] = 5647, - [5671] = 5647, - [5672] = 5646, - [5673] = 5647, - [5674] = 5647, - [5675] = 5650, - [5676] = 5646, - [5677] = 5646, - [5678] = 5647, - [5679] = 3977, - [5680] = 5646, - [5681] = 5647, - [5682] = 5646, - [5683] = 5647, - [5684] = 5646, - [5685] = 5646, - [5686] = 5646, - [5687] = 5647, - [5688] = 5646, - [5689] = 5650, - [5690] = 5647, - [5691] = 5647, - [5692] = 5647, - [5693] = 5646, - [5694] = 5647, - [5695] = 5646, - [5696] = 5647, - [5697] = 5646, - [5698] = 5646, - [5699] = 5650, - [5700] = 5646, - [5701] = 5646, - [5702] = 5646, - [5703] = 5647, - [5704] = 5647, - [5705] = 5650, - [5706] = 5647, - [5707] = 5650, - [5708] = 5646, - [5709] = 5650, - [5710] = 5647, - [5711] = 5647, - [5712] = 5647, - [5713] = 5646, - [5714] = 5647, - [5715] = 5650, - [5716] = 5646, - [5717] = 5717, - [5718] = 5650, - [5719] = 5646, - [5720] = 5720, - [5721] = 5720, - [5722] = 5720, - [5723] = 5720, - [5724] = 5720, - [5725] = 5720, - [5726] = 5720, - [5727] = 5727, - [5728] = 5720, - [5729] = 5720, - [5730] = 5727, - [5731] = 5720, - [5732] = 5720, - [5733] = 5720, - [5734] = 5720, - [5735] = 5720, - [5736] = 5727, - [5737] = 5720, - [5738] = 5720, - [5739] = 5727, - [5740] = 5720, - [5741] = 5720, - [5742] = 5720, - [5743] = 5720, - [5744] = 5727, - [5745] = 5720, - [5746] = 5720, - [5747] = 5747, - [5748] = 5720, - [5749] = 5720, - [5750] = 5720, - [5751] = 5720, - [5752] = 5727, - [5753] = 5720, - [5754] = 5754, - [5755] = 5755, - [5756] = 5756, - [5757] = 5757, - [5758] = 5758, - [5759] = 5759, - [5760] = 5760, - [5761] = 5761, - [5762] = 5762, - [5763] = 5763, - [5764] = 5764, - [5765] = 5765, - [5766] = 5756, - [5767] = 5767, + [5561] = 5561, + [5562] = 5562, + [5563] = 1101, + [5564] = 854, + [5565] = 848, + [5566] = 842, + [5567] = 846, + [5568] = 1109, + [5569] = 1099, + [5570] = 5560, + [5571] = 3980, + [5572] = 1100, + [5573] = 5561, + [5574] = 5574, + [5575] = 5561, + [5576] = 759, + [5577] = 5561, + [5578] = 5578, + [5579] = 5579, + [5580] = 4002, + [5581] = 5581, + [5582] = 868, + [5583] = 852, + [5584] = 3968, + [5585] = 5579, + [5586] = 888, + [5587] = 847, + [5588] = 5562, + [5589] = 1106, + [5590] = 5574, + [5591] = 865, + [5592] = 5592, + [5593] = 5578, + [5594] = 4003, + [5595] = 5581, + [5596] = 5561, + [5597] = 5561, + [5598] = 5592, + [5599] = 3974, + [5600] = 916, + [5601] = 865, + [5602] = 5602, + [5603] = 5602, + [5604] = 5602, + [5605] = 5602, + [5606] = 5602, + [5607] = 5602, + [5608] = 5602, + [5609] = 5602, + [5610] = 983, + [5611] = 5602, + [5612] = 5602, + [5613] = 868, + [5614] = 5602, + [5615] = 5615, + [5616] = 999, + [5617] = 5602, + [5618] = 5602, + [5619] = 1005, + [5620] = 5602, + [5621] = 852, + [5622] = 5602, + [5623] = 914, + [5624] = 945, + [5625] = 917, + [5626] = 995, + [5627] = 907, + [5628] = 998, + [5629] = 934, + [5630] = 1032, + [5631] = 998, + [5632] = 834, + [5633] = 1033, + [5634] = 3589, + [5635] = 917, + [5636] = 983, + [5637] = 914, + [5638] = 1005, + [5639] = 995, + [5640] = 999, + [5641] = 968, + [5642] = 945, + [5643] = 934, + [5644] = 907, + [5645] = 968, + [5646] = 1032, + [5647] = 1033, + [5648] = 843, + [5649] = 888, + [5650] = 854, + [5651] = 842, + [5652] = 3866, + [5653] = 916, + [5654] = 941, + [5655] = 3913, + [5656] = 928, + [5657] = 3968, + [5658] = 5658, + [5659] = 1100, + [5660] = 5658, + [5661] = 5661, + [5662] = 5661, + [5663] = 5661, + [5664] = 5664, + [5665] = 5658, + [5666] = 1109, + [5667] = 5658, + [5668] = 5664, + [5669] = 5658, + [5670] = 5664, + [5671] = 5661, + [5672] = 5664, + [5673] = 5661, + [5674] = 5664, + [5675] = 5658, + [5676] = 5664, + [5677] = 5658, + [5678] = 5658, + [5679] = 5664, + [5680] = 5661, + [5681] = 5658, + [5682] = 5664, + [5683] = 5658, + [5684] = 5658, + [5685] = 5658, + [5686] = 1099, + [5687] = 5661, + [5688] = 5664, + [5689] = 3974, + [5690] = 5658, + [5691] = 4002, + [5692] = 5664, + [5693] = 5664, + [5694] = 5664, + [5695] = 5658, + [5696] = 5664, + [5697] = 5661, + [5698] = 5664, + [5699] = 5664, + [5700] = 5700, + [5701] = 5658, + [5702] = 5664, + [5703] = 5664, + [5704] = 5664, + [5705] = 5658, + [5706] = 5664, + [5707] = 5658, + [5708] = 5664, + [5709] = 5709, + [5710] = 5658, + [5711] = 5664, + [5712] = 5661, + [5713] = 1101, + [5714] = 5658, + [5715] = 5661, + [5716] = 5658, + [5717] = 5658, + [5718] = 5664, + [5719] = 5658, + [5720] = 5664, + [5721] = 5658, + [5722] = 5661, + [5723] = 5658, + [5724] = 1106, + [5725] = 5664, + [5726] = 5658, + [5727] = 5664, + [5728] = 5658, + [5729] = 5664, + [5730] = 4003, + [5731] = 5658, + [5732] = 5664, + [5733] = 3980, + [5734] = 5734, + [5735] = 5735, + [5736] = 5734, + [5737] = 5734, + [5738] = 5734, + [5739] = 5739, + [5740] = 5734, + [5741] = 5734, + [5742] = 5734, + [5743] = 5734, + [5744] = 5734, + [5745] = 5734, + [5746] = 5734, + [5747] = 5734, + [5748] = 5734, + [5749] = 5734, + [5750] = 5739, + [5751] = 5739, + [5752] = 5734, + [5753] = 5734, + [5754] = 5734, + [5755] = 5734, + [5756] = 5739, + [5757] = 5739, + [5758] = 5739, + [5759] = 5734, + [5760] = 5734, + [5761] = 5734, + [5762] = 5734, + [5763] = 5734, + [5764] = 5734, + [5765] = 5734, + [5766] = 5734, + [5767] = 5734, [5768] = 5768, [5769] = 5769, [5770] = 5770, - [5771] = 5760, - [5772] = 5756, - [5773] = 5765, - [5774] = 5764, - [5775] = 5767, - [5776] = 5768, + [5771] = 5771, + [5772] = 5772, + [5773] = 5773, + [5774] = 5774, + [5775] = 5775, + [5776] = 5776, [5777] = 5777, - [5778] = 5757, - [5779] = 5760, - [5780] = 5761, - [5781] = 5765, + [5778] = 5778, + [5779] = 5779, + [5780] = 5780, + [5781] = 5772, [5782] = 5782, - [5783] = 5767, - [5784] = 5768, - [5785] = 5762, - [5786] = 5755, - [5787] = 5760, - [5788] = 5777, - [5789] = 5757, - [5790] = 5758, - [5791] = 5767, - [5792] = 5768, - [5793] = 5757, - [5794] = 5761, - [5795] = 5762, - [5796] = 5796, - [5797] = 5757, - [5798] = 5756, - [5799] = 5758, - [5800] = 5761, - [5801] = 5801, + [5783] = 5774, + [5784] = 5784, + [5785] = 5768, + [5786] = 5786, + [5787] = 5779, + [5788] = 5788, + [5789] = 5771, + [5790] = 5790, + [5791] = 5773, + [5792] = 5792, + [5793] = 5793, + [5794] = 5790, + [5795] = 5773, + [5796] = 5790, + [5797] = 5797, + [5798] = 5790, + [5799] = 5773, + [5800] = 5800, + [5801] = 5771, [5802] = 5802, - [5803] = 5764, - [5804] = 5764, - [5805] = 5770, - [5806] = 5755, - [5807] = 5762, - [5808] = 5777, - [5809] = 5758, - [5810] = 5760, - [5811] = 5811, + [5803] = 5803, + [5804] = 5790, + [5805] = 5805, + [5806] = 5768, + [5807] = 5769, + [5808] = 5808, + [5809] = 5782, + [5810] = 5793, + [5811] = 5792, [5812] = 5812, - [5813] = 5812, - [5814] = 5770, - [5815] = 5815, - [5816] = 5816, - [5817] = 5755, - [5818] = 5761, - [5819] = 5819, - [5820] = 5811, - [5821] = 5777, - [5822] = 5812, - [5823] = 5815, - [5824] = 5815, - [5825] = 5825, - [5826] = 5826, - [5827] = 5764, - [5828] = 5755, - [5829] = 5829, - [5830] = 5777, - [5831] = 5815, - [5832] = 5758, - [5833] = 5811, - [5834] = 5812, - [5835] = 5812, - [5836] = 5777, - [5837] = 5802, - [5838] = 5770, - [5839] = 5839, - [5840] = 5811, - [5841] = 5765, - [5842] = 5769, - [5843] = 5815, - [5844] = 5755, - [5845] = 5826, - [5846] = 5777, - [5847] = 5770, - [5848] = 5762, - [5849] = 5756, - [5850] = 5850, - [5851] = 5764, - [5852] = 5770, - [5853] = 5762, - [5854] = 5802, + [5813] = 5813, + [5814] = 5814, + [5815] = 5768, + [5816] = 5797, + [5817] = 5817, + [5818] = 5818, + [5819] = 5779, + [5820] = 5788, + [5821] = 5793, + [5822] = 5792, + [5823] = 5771, + [5824] = 5824, + [5825] = 5790, + [5826] = 5773, + [5827] = 5790, + [5828] = 5773, + [5829] = 5790, + [5830] = 5790, + [5831] = 5773, + [5832] = 5793, + [5833] = 5792, + [5834] = 5790, + [5835] = 5773, + [5836] = 5836, + [5837] = 5775, + [5838] = 5838, + [5839] = 5788, + [5840] = 5784, + [5841] = 5788, + [5842] = 5793, + [5843] = 5792, + [5844] = 5844, + [5845] = 5845, + [5846] = 5808, + [5847] = 5847, + [5848] = 5813, + [5849] = 5849, + [5850] = 5844, + [5851] = 5774, + [5852] = 5779, + [5853] = 5853, + [5854] = 5793, [5855] = 5770, - [5856] = 5755, - [5857] = 5826, - [5858] = 5811, - [5859] = 5759, - [5860] = 5812, - [5861] = 5755, - [5862] = 5815, - [5863] = 5763, - [5864] = 5770, - [5865] = 5770, - [5866] = 5761, - [5867] = 5760, - [5868] = 5770, - [5869] = 5777, - [5870] = 5757, - [5871] = 5762, - [5872] = 5757, - [5873] = 5770, - [5874] = 5770, - [5875] = 5758, - [5876] = 5760, - [5877] = 5756, - [5878] = 5770, - [5879] = 5761, - [5880] = 5815, - [5881] = 5812, - [5882] = 5770, - [5883] = 5826, - [5884] = 5811, - [5885] = 5826, - [5886] = 5765, - [5887] = 5815, - [5888] = 5762, - [5889] = 5769, - [5890] = 5816, - [5891] = 5826, - [5892] = 5760, - [5893] = 5802, - [5894] = 5765, - [5895] = 5826, - [5896] = 5826, - [5897] = 5756, - [5898] = 5756, - [5899] = 5764, - [5900] = 5765, - [5901] = 5757, - [5902] = 5829, - [5903] = 5759, - [5904] = 5764, - [5905] = 5762, - [5906] = 5755, - [5907] = 5757, - [5908] = 5777, - [5909] = 5762, - [5910] = 5910, - [5911] = 5911, - [5912] = 5801, - [5913] = 5757, - [5914] = 5763, - [5915] = 5769, - [5916] = 5758, - [5917] = 5755, - [5918] = 5760, - [5919] = 5758, - [5920] = 5756, - [5921] = 5761, - [5922] = 5769, - [5923] = 5923, - [5924] = 5924, - [5925] = 5924, - [5926] = 5816, - [5927] = 5815, - [5928] = 5801, - [5929] = 5812, - [5930] = 5770, - [5931] = 5811, - [5932] = 5777, - [5933] = 5801, - [5934] = 5801, - [5935] = 5757, - [5936] = 5802, - [5937] = 5826, - [5938] = 5762, - [5939] = 5923, - [5940] = 5765, - [5941] = 5815, - [5942] = 5758, - [5943] = 5760, - [5944] = 5770, - [5945] = 5761, - [5946] = 5769, - [5947] = 5755, - [5948] = 5777, - [5949] = 5923, - [5950] = 5765, - [5951] = 5755, - [5952] = 5765, - [5953] = 5765, - [5954] = 5758, - [5955] = 5924, - [5956] = 5811, - [5957] = 5777, - [5958] = 5755, - [5959] = 5763, - [5960] = 5826, - [5961] = 5816, - [5962] = 5815, - [5963] = 5762, - [5964] = 5764, - [5965] = 5812, - [5966] = 5769, - [5967] = 5757, - [5968] = 5758, - [5969] = 5826, - [5970] = 5802, - [5971] = 5826, - [5972] = 5811, - [5973] = 5757, - [5974] = 5829, - [5975] = 5812, - [5976] = 5815, - [5977] = 5761, - [5978] = 5770, - [5979] = 5765, - [5980] = 5760, - [5981] = 5760, - [5982] = 5759, - [5983] = 5763, - [5984] = 5811, - [5985] = 5762, - [5986] = 5826, - [5987] = 5826, - [5988] = 5758, - [5989] = 5761, - [5990] = 5767, - [5991] = 5765, - [5992] = 5829, - [5993] = 5756, - [5994] = 5826, - [5995] = 5756, - [5996] = 5763, - [5997] = 5770, + [5856] = 5856, + [5857] = 5782, + [5858] = 5772, + [5859] = 5782, + [5860] = 5774, + [5861] = 5792, + [5862] = 5784, + [5863] = 5768, + [5864] = 5779, + [5865] = 5788, + [5866] = 5771, + [5867] = 5772, + [5868] = 5779, + [5869] = 5788, + [5870] = 5771, + [5871] = 5779, + [5872] = 5776, + [5873] = 5777, + [5874] = 5780, + [5875] = 5768, + [5876] = 5788, + [5877] = 5797, + [5878] = 5778, + [5879] = 5784, + [5880] = 5786, + [5881] = 5771, + [5882] = 5771, + [5883] = 5769, + [5884] = 5818, + [5885] = 5768, + [5886] = 5824, + [5887] = 5775, + [5888] = 5770, + [5889] = 5808, + [5890] = 5844, + [5891] = 5797, + [5892] = 5784, + [5893] = 5790, + [5894] = 5773, + [5895] = 5790, + [5896] = 5788, + [5897] = 5773, + [5898] = 5790, + [5899] = 5790, + [5900] = 5773, + [5901] = 5845, + [5902] = 5790, + [5903] = 5773, + [5904] = 5813, + [5905] = 5849, + [5906] = 5779, + [5907] = 5782, + [5908] = 5774, + [5909] = 5772, + [5910] = 5844, + [5911] = 5808, + [5912] = 5780, + [5913] = 5769, + [5914] = 5818, + [5915] = 5768, + [5916] = 5824, + [5917] = 5775, + [5918] = 5784, + [5919] = 5845, + [5920] = 5813, + [5921] = 5849, + [5922] = 5774, + [5923] = 5782, + [5924] = 5772, + [5925] = 5772, + [5926] = 5818, + [5927] = 5849, + [5928] = 5774, + [5929] = 5818, + [5930] = 5849, + [5931] = 5818, + [5932] = 5849, + [5933] = 5782, + [5934] = 5818, + [5935] = 5849, + [5936] = 5818, + [5937] = 5849, + [5938] = 5818, + [5939] = 5849, + [5940] = 5818, + [5941] = 5849, + [5942] = 5818, + [5943] = 5849, + [5944] = 5818, + [5945] = 5849, + [5946] = 5772, + [5947] = 5782, + [5948] = 5773, + [5949] = 5774, + [5950] = 5784, + [5951] = 5770, + [5952] = 5780, + [5953] = 5786, + [5954] = 5768, + [5955] = 5790, + [5956] = 5769, + [5957] = 5779, + [5958] = 5788, + [5959] = 5782, + [5960] = 5771, + [5961] = 5818, + [5962] = 5774, + [5963] = 5778, + [5964] = 5779, + [5965] = 5788, + [5966] = 5772, + [5967] = 5768, + [5968] = 5818, + [5969] = 5797, + [5970] = 5824, + [5971] = 5771, + [5972] = 5775, + [5973] = 5771, + [5974] = 5784, + [5975] = 5844, + [5976] = 5849, + [5977] = 5845, + [5978] = 5808, + [5979] = 5784, + [5980] = 5788, + [5981] = 5813, + [5982] = 5849, + [5983] = 5774, + [5984] = 5778, + [5985] = 5779, + [5986] = 5773, + [5987] = 5778, + [5988] = 5768, + [5989] = 5790, + [5990] = 5768, + [5991] = 5797, + [5992] = 5778, + [5993] = 5784, + [5994] = 5844, + [5995] = 5790, + [5996] = 5808, + [5997] = 5774, [5998] = 5770, - [5999] = 5765, - [6000] = 5777, - [6001] = 5755, - [6002] = 5768, - [6003] = 5767, - [6004] = 5757, - [6005] = 5812, - [6006] = 5811, - [6007] = 5802, - [6008] = 5812, - [6009] = 6009, - [6010] = 5769, - [6011] = 5762, - [6012] = 5758, - [6013] = 5811, - [6014] = 5826, - [6015] = 5759, - [6016] = 5801, - [6017] = 5764, - [6018] = 5765, - [6019] = 5764, - [6020] = 5756, - [6021] = 5826, - [6022] = 5756, - [6023] = 5777, - [6024] = 5924, - [6025] = 5762, - [6026] = 5812, - [6027] = 5761, - [6028] = 5923, - [6029] = 5811, - [6030] = 5760, - [6031] = 5755, - [6032] = 5761, - [6033] = 5760, - [6034] = 5761, - [6035] = 5759, - [6036] = 5757, - [6037] = 5762, - [6038] = 5763, - [6039] = 5764, - [6040] = 5826, - [6041] = 5756, - [6042] = 5761, - [6043] = 5758, - [6044] = 5815, - [6045] = 5756, - [6046] = 5816, - [6047] = 5756, - [6048] = 5760, - [6049] = 5764, - [6050] = 5924, - [6051] = 5923, - [6052] = 5757, - [6053] = 5765, - [6054] = 5777, - [6055] = 5755, - [6056] = 5761, - [6057] = 5764, - [6058] = 5768, - [6059] = 5770, - [6060] = 5760, - [6061] = 5758, - [6062] = 5801, - [6063] = 5765, - [6064] = 5829, - [6065] = 5763, - [6066] = 5829, - [6067] = 5759, - [6068] = 5815, - [6069] = 5765, - [6070] = 5764, - [6071] = 5769, - [6072] = 5760, - [6073] = 5769, - [6074] = 5801, - [6075] = 5758, - [6076] = 5812, - [6077] = 5811, - [6078] = 5826, - [6079] = 5829, - [6080] = 5756, - [6081] = 5777, - [6082] = 5811, - [6083] = 5811, - [6084] = 5756, - [6085] = 5764, - [6086] = 5762, - [6087] = 5762, - [6088] = 5757, - [6089] = 5757, - [6090] = 5812, - [6091] = 5760, - [6092] = 5777, - [6093] = 5761, - [6094] = 5811, - [6095] = 5759, - [6096] = 5757, - [6097] = 5769, - [6098] = 5815, - [6099] = 5759, - [6100] = 5812, - [6101] = 5811, - [6102] = 5765, - [6103] = 5769, - [6104] = 5815, - [6105] = 5815, - [6106] = 5829, - [6107] = 5758, - [6108] = 5812, - [6109] = 5812, - [6110] = 5812, - [6111] = 5764, - [6112] = 5801, - [6113] = 5756, - [6114] = 5777, - [6115] = 5801, - [6116] = 5815, - [6117] = 5762, - [6118] = 5755, - [6119] = 5811, - [6120] = 5755, - [6121] = 5829, - [6122] = 5755, - [6123] = 5762, - [6124] = 6124, - [6125] = 5802, - [6126] = 5815, - [6127] = 5759, - [6128] = 5756, - [6129] = 5764, - [6130] = 5763, - [6131] = 5812, - [6132] = 5762, - [6133] = 5755, - [6134] = 5777, - [6135] = 5757, - [6136] = 5763, - [6137] = 5764, - [6138] = 5764, - [6139] = 5758, - [6140] = 5760, - [6141] = 5761, - [6142] = 5815, - [6143] = 5816, - [6144] = 5812, - [6145] = 5811, - [6146] = 5826, - [6147] = 5811, - [6148] = 5777, - [6149] = 5762, - [6150] = 5826, - [6151] = 5815, - [6152] = 5759, - [6153] = 5801, - [6154] = 5756, - [6155] = 5764, - [6156] = 5764, - [6157] = 5756, - [6158] = 5765, - [6159] = 5755, - [6160] = 5777, - [6161] = 5770, - [6162] = 5761, - [6163] = 5760, - [6164] = 5763, - [6165] = 5770, - [6166] = 5756, - [6167] = 5764, - [6168] = 5765, - [6169] = 5770, - [6170] = 5811, - [6171] = 5826, - [6172] = 5762, - [6173] = 5755, - [6174] = 5770, - [6175] = 5777, - [6176] = 5816, - [6177] = 5765, - [6178] = 5811, - [6179] = 5812, - [6180] = 5756, - [6181] = 5759, - [6182] = 5770, - [6183] = 5802, - [6184] = 5757, - [6185] = 5758, - [6186] = 5760, - [6187] = 5757, - [6188] = 5762, - [6189] = 5812, - [6190] = 5770, - [6191] = 5761, - [6192] = 5756, - [6193] = 5765, - [6194] = 5826, - [6195] = 5815, - [6196] = 5757, - [6197] = 5764, - [6198] = 5815, - [6199] = 5758, - [6200] = 5765, - [6201] = 5757, - [6202] = 5760, - [6203] = 5761, - [6204] = 5755, - [6205] = 5815, - [6206] = 5770, - [6207] = 5765, - [6208] = 5761, - [6209] = 5760, - [6210] = 5812, - [6211] = 5811, - [6212] = 5765, - [6213] = 5758, - [6214] = 5924, - [6215] = 5765, - [6216] = 5757, - [6217] = 5923, - [6218] = 5761, - [6219] = 5761, - [6220] = 5826, - [6221] = 5777, - [6222] = 5760, - [6223] = 5758, - [6224] = 5760, - [6225] = 5758, - [6226] = 6226, - [6227] = 5756, - [6228] = 5764, - [6229] = 5757, - [6230] = 5763, - [6231] = 5762, - [6232] = 5761, - [6233] = 5755, - [6234] = 5801, - [6235] = 5777, - [6236] = 5777, - [6237] = 5757, - [6238] = 5758, - [6239] = 5816, - [6240] = 5760, - [6241] = 5758, - [6242] = 5755, - [6243] = 5777, - [6244] = 5755, - [6245] = 5826, - [6246] = 5769, - [6247] = 5755, - [6248] = 5769, - [6249] = 5761, - [6250] = 5762, - [6251] = 5764, - [6252] = 5763, - [6253] = 5762, - [6254] = 5758, - [6255] = 5826, - [6256] = 5761, - [6257] = 5777, - [6258] = 5763, - [6259] = 5826, - [6260] = 5760, - [6261] = 5764, - [6262] = 5758, - [6263] = 5756, - [6264] = 856, - [6265] = 6265, - [6266] = 6266, - [6267] = 6266, - [6268] = 6265, - [6269] = 6265, - [6270] = 6265, - [6271] = 6266, - [6272] = 6266, - [6273] = 6265, - [6274] = 6265, - [6275] = 6266, - [6276] = 6266, - [6277] = 6266, - [6278] = 6265, - [6279] = 6265, - [6280] = 6265, - [6281] = 6265, - [6282] = 6266, - [6283] = 6266, - [6284] = 6266, - [6285] = 6265, - [6286] = 6266, - [6287] = 6266, - [6288] = 6265, - [6289] = 6265, - [6290] = 6265, - [6291] = 6265, - [6292] = 6266, - [6293] = 6265, - [6294] = 6265, - [6295] = 6266, - [6296] = 6266, - [6297] = 6266, - [6298] = 6265, - [6299] = 6265, - [6300] = 6266, - [6301] = 6266, - [6302] = 6265, - [6303] = 6266, - [6304] = 6265, - [6305] = 6266, - [6306] = 6266, - [6307] = 6265, - [6308] = 6265, - [6309] = 6266, - [6310] = 6265, - [6311] = 6265, - [6312] = 6266, - [6313] = 6266, - [6314] = 6266, - [6315] = 6265, - [6316] = 868, - [6317] = 6265, - [6318] = 6266, - [6319] = 6266, - [6320] = 6320, - [6321] = 6320, - [6322] = 6320, - [6323] = 6320, - [6324] = 6320, - [6325] = 6320, - [6326] = 6320, - [6327] = 6320, - [6328] = 6320, - [6329] = 6329, - [6330] = 6329, - [6331] = 6331, - [6332] = 6331, - [6333] = 6331, - [6334] = 6329, - [6335] = 6331, - [6336] = 6329, - [6337] = 6329, - [6338] = 6331, - [6339] = 6339, - [6340] = 6331, - [6341] = 6331, - [6342] = 6331, - [6343] = 6329, - [6344] = 6329, - [6345] = 6331, - [6346] = 6329, - [6347] = 6329, - [6348] = 6348, - [6349] = 6348, - [6350] = 6348, - [6351] = 6348, + [5999] = 5778, + [6000] = 5782, + [6001] = 5772, + [6002] = 5773, + [6003] = 5778, + [6004] = 5790, + [6005] = 5768, + [6006] = 5778, + [6007] = 5797, + [6008] = 5773, + [6009] = 5784, + [6010] = 5844, + [6011] = 5808, + [6012] = 5778, + [6013] = 5774, + [6014] = 5770, + [6015] = 5782, + [6016] = 5772, + [6017] = 5770, + [6018] = 5782, + [6019] = 5772, + [6020] = 5797, + [6021] = 5844, + [6022] = 5808, + [6023] = 5776, + [6024] = 5777, + [6025] = 5770, + [6026] = 5808, + [6027] = 5844, + [6028] = 5797, + [6029] = 5772, + [6030] = 5778, + [6031] = 5782, + [6032] = 5770, + [6033] = 5770, + [6034] = 5774, + [6035] = 5786, + [6036] = 5797, + [6037] = 5808, + [6038] = 5844, + [6039] = 5844, + [6040] = 5784, + [6041] = 5797, + [6042] = 5768, + [6043] = 5771, + [6044] = 5773, + [6045] = 5772, + [6046] = 5782, + [6047] = 5770, + [6048] = 5774, + [6049] = 5808, + [6050] = 5844, + [6051] = 5784, + [6052] = 5797, + [6053] = 5768, + [6054] = 5790, + [6055] = 5808, + [6056] = 5770, + [6057] = 5775, + [6058] = 5773, + [6059] = 5779, + [6060] = 5788, + [6061] = 5771, + [6062] = 5772, + [6063] = 5788, + [6064] = 5782, + [6065] = 5770, + [6066] = 5778, + [6067] = 5774, + [6068] = 5808, + [6069] = 5773, + [6070] = 5844, + [6071] = 5784, + [6072] = 5770, + [6073] = 5797, + [6074] = 5778, + [6075] = 5768, + [6076] = 5813, + [6077] = 5779, + [6078] = 5788, + [6079] = 5771, + [6080] = 5772, + [6081] = 5782, + [6082] = 5779, + [6083] = 5770, + [6084] = 5774, + [6085] = 5808, + [6086] = 5844, + [6087] = 5784, + [6088] = 5797, + [6089] = 5768, + [6090] = 5779, + [6091] = 5788, + [6092] = 5813, + [6093] = 5808, + [6094] = 5771, + [6095] = 5772, + [6096] = 5782, + [6097] = 5774, + [6098] = 5784, + [6099] = 5768, + [6100] = 5773, + [6101] = 5779, + [6102] = 5788, + [6103] = 5778, + [6104] = 5771, + [6105] = 5844, + [6106] = 5778, + [6107] = 5780, + [6108] = 5790, + [6109] = 5784, + [6110] = 5778, + [6111] = 5778, + [6112] = 5778, + [6113] = 5768, + [6114] = 5797, + [6115] = 5824, + [6116] = 5775, + [6117] = 5778, + [6118] = 5784, + [6119] = 5844, + [6120] = 5845, + [6121] = 5808, + [6122] = 5813, + [6123] = 5774, + [6124] = 5770, + [6125] = 5782, + [6126] = 5772, + [6127] = 5775, + [6128] = 5776, + [6129] = 5777, + [6130] = 5786, + [6131] = 5771, + [6132] = 5788, + [6133] = 5779, + [6134] = 5773, + [6135] = 5779, + [6136] = 5780, + [6137] = 5790, + [6138] = 5797, + [6139] = 5790, + [6140] = 5769, + [6141] = 5773, + [6142] = 5768, + [6143] = 5797, + [6144] = 5824, + [6145] = 5775, + [6146] = 5772, + [6147] = 5784, + [6148] = 5844, + [6149] = 5778, + [6150] = 5845, + [6151] = 5808, + [6152] = 5813, + [6153] = 5788, + [6154] = 5774, + [6155] = 5770, + [6156] = 5782, + [6157] = 5782, + [6158] = 5770, + [6159] = 5772, + [6160] = 5776, + [6161] = 5777, + [6162] = 5786, + [6163] = 5771, + [6164] = 5788, + [6165] = 5779, + [6166] = 5774, + [6167] = 5813, + [6168] = 5808, + [6169] = 5778, + [6170] = 5845, + [6171] = 5844, + [6172] = 5784, + [6173] = 5778, + [6174] = 5775, + [6175] = 5824, + [6176] = 5771, + [6177] = 5797, + [6178] = 5778, + [6179] = 5768, + [6180] = 5769, + [6181] = 5790, + [6182] = 5780, + [6183] = 5778, + [6184] = 5773, + [6185] = 5786, + [6186] = 5772, + [6187] = 5782, + [6188] = 5778, + [6189] = 5770, + [6190] = 5774, + [6191] = 5813, + [6192] = 5808, + [6193] = 5845, + [6194] = 5778, + [6195] = 5844, + [6196] = 5770, + [6197] = 5808, + [6198] = 5844, + [6199] = 5797, + [6200] = 5784, + [6201] = 5780, + [6202] = 5770, + [6203] = 5808, + [6204] = 5844, + [6205] = 5797, + [6206] = 5772, + [6207] = 5770, + [6208] = 5782, + [6209] = 5808, + [6210] = 5770, + [6211] = 5844, + [6212] = 5774, + [6213] = 5808, + [6214] = 5844, + [6215] = 5784, + [6216] = 5797, + [6217] = 5768, + [6218] = 5797, + [6219] = 5773, + [6220] = 5772, + [6221] = 5773, + [6222] = 5782, + [6223] = 5775, + [6224] = 5770, + [6225] = 5824, + [6226] = 5774, + [6227] = 5808, + [6228] = 5844, + [6229] = 5784, + [6230] = 5797, + [6231] = 5768, + [6232] = 5790, + [6233] = 5773, + [6234] = 5779, + [6235] = 5788, + [6236] = 5771, + [6237] = 5778, + [6238] = 5772, + [6239] = 5782, + [6240] = 5770, + [6241] = 5797, + [6242] = 5774, + [6243] = 5808, + [6244] = 5844, + [6245] = 5768, + [6246] = 5784, + [6247] = 5769, + [6248] = 5797, + [6249] = 5768, + [6250] = 5779, + [6251] = 5788, + [6252] = 5771, + [6253] = 5772, + [6254] = 5782, + [6255] = 5770, + [6256] = 5774, + [6257] = 5790, + [6258] = 5808, + [6259] = 5844, + [6260] = 5784, + [6261] = 5797, + [6262] = 5769, + [6263] = 5790, + [6264] = 5779, + [6265] = 5788, + [6266] = 5771, + [6267] = 5768, + [6268] = 5772, + [6269] = 5782, + [6270] = 5774, + [6271] = 5784, + [6272] = 5768, + [6273] = 5824, + [6274] = 5775, + [6275] = 5779, + [6276] = 5788, + [6277] = 5771, + [6278] = 5797, + [6279] = 5784, + [6280] = 5844, + [6281] = 5845, + [6282] = 5808, + [6283] = 5813, + [6284] = 5774, + [6285] = 5770, + [6286] = 5782, + [6287] = 5772, + [6288] = 5776, + [6289] = 5777, + [6290] = 5786, + [6291] = 5771, + [6292] = 5788, + [6293] = 5779, + [6294] = 5773, + [6295] = 5780, + [6296] = 6296, + [6297] = 6296, + [6298] = 6296, + [6299] = 6299, + [6300] = 6299, + [6301] = 6296, + [6302] = 6296, + [6303] = 6299, + [6304] = 6299, + [6305] = 6296, + [6306] = 6299, + [6307] = 6296, + [6308] = 6299, + [6309] = 6299, + [6310] = 6296, + [6311] = 6296, + [6312] = 6299, + [6313] = 6299, + [6314] = 6299, + [6315] = 6296, + [6316] = 6299, + [6317] = 6299, + [6318] = 6299, + [6319] = 6296, + [6320] = 6296, + [6321] = 6296, + [6322] = 6299, + [6323] = 6299, + [6324] = 6296, + [6325] = 6296, + [6326] = 6299, + [6327] = 6296, + [6328] = 6296, + [6329] = 6296, + [6330] = 6299, + [6331] = 6299, + [6332] = 6299, + [6333] = 6296, + [6334] = 6296, + [6335] = 6296, + [6336] = 854, + [6337] = 6299, + [6338] = 6299, + [6339] = 6299, + [6340] = 6299, + [6341] = 6296, + [6342] = 6296, + [6343] = 6296, + [6344] = 6299, + [6345] = 6296, + [6346] = 842, + [6347] = 6299, + [6348] = 6296, + [6349] = 6299, + [6350] = 6299, + [6351] = 6296, [6352] = 6352, - [6353] = 6348, - [6354] = 6354, + [6353] = 6352, + [6354] = 6352, [6355] = 6352, [6356] = 6352, - [6357] = 6357, + [6357] = 6352, [6358] = 6352, [6359] = 6352, - [6360] = 6348, - [6361] = 6352, - [6362] = 6352, - [6363] = 6363, - [6364] = 6364, - [6365] = 6363, - [6366] = 6364, - [6367] = 6363, - [6368] = 6364, - [6369] = 6363, - [6370] = 6363, - [6371] = 6364, - [6372] = 6363, - [6373] = 6363, - [6374] = 6363, - [6375] = 6363, - [6376] = 6364, - [6377] = 6364, - [6378] = 6363, - [6379] = 6363, - [6380] = 6364, - [6381] = 6364, - [6382] = 6363, - [6383] = 6364, - [6384] = 6363, - [6385] = 6363, - [6386] = 6364, - [6387] = 6364, - [6388] = 6364, - [6389] = 6364, - [6390] = 6364, - [6391] = 6363, - [6392] = 6364, - [6393] = 6364, - [6394] = 6363, - [6395] = 6363, - [6396] = 6364, - [6397] = 6364, - [6398] = 6363, - [6399] = 6363, - [6400] = 6363, - [6401] = 6363, - [6402] = 6364, - [6403] = 6363, - [6404] = 6363, - [6405] = 6364, - [6406] = 6364, - [6407] = 6363, - [6408] = 6363, - [6409] = 6363, - [6410] = 6363, - [6411] = 6364, - [6412] = 6364, - [6413] = 6364, - [6414] = 6364, - [6415] = 6364, - [6416] = 6364, - [6417] = 6417, - [6418] = 6418, - [6419] = 6419, - [6420] = 6420, - [6421] = 6421, - [6422] = 6422, - [6423] = 6423, - [6424] = 6424, - [6425] = 6425, - [6426] = 6426, - [6427] = 6418, - [6428] = 6428, - [6429] = 6425, - [6430] = 6428, - [6431] = 6424, - [6432] = 6432, - [6433] = 6433, - [6434] = 6432, - [6435] = 6433, - [6436] = 6436, - [6437] = 6437, - [6438] = 6418, - [6439] = 6423, - [6440] = 6420, - [6441] = 6437, - [6442] = 6419, - [6443] = 6426, - [6444] = 6422, - [6445] = 6421, - [6446] = 6419, - [6447] = 6421, - [6448] = 6436, - [6449] = 6432, - [6450] = 6422, - [6451] = 6428, - [6452] = 6426, - [6453] = 6418, - [6454] = 6424, - [6455] = 6420, - [6456] = 6425, - [6457] = 6423, - [6458] = 6437, - [6459] = 6426, - [6460] = 6432, - [6461] = 6423, - [6462] = 6433, - [6463] = 6424, - [6464] = 6428, - [6465] = 6437, - [6466] = 6417, - [6467] = 6420, - [6468] = 6433, - [6469] = 6420, - [6470] = 6418, - [6471] = 6436, - [6472] = 6419, - [6473] = 6425, - [6474] = 6420, - [6475] = 6421, - [6476] = 6422, - [6477] = 6437, - [6478] = 6433, - [6479] = 6422, - [6480] = 6423, - [6481] = 6426, - [6482] = 6418, - [6483] = 6417, - [6484] = 6425, - [6485] = 6424, - [6486] = 6423, - [6487] = 6432, - [6488] = 6433, - [6489] = 6432, - [6490] = 6428, - [6491] = 6425, - [6492] = 6421, - [6493] = 6437, - [6494] = 6419, - [6495] = 6436, - [6496] = 6424, - [6497] = 6428, - [6498] = 6436, - [6499] = 6419, - [6500] = 6421, - [6501] = 6418, - [6502] = 6422, - [6503] = 6426, - [6504] = 6426, - [6505] = 6418, - [6506] = 6418, - [6507] = 6425, - [6508] = 6432, - [6509] = 6433, - [6510] = 6422, - [6511] = 6426, - [6512] = 6437, - [6513] = 6422, - [6514] = 6420, - [6515] = 6421, - [6516] = 6423, - [6517] = 6419, - [6518] = 6436, - [6519] = 6424, - [6520] = 6428, - [6521] = 6436, - [6522] = 6419, - [6523] = 6425, - [6524] = 6421, - [6525] = 6428, - [6526] = 6424, - [6527] = 6436, - [6528] = 6421, - [6529] = 6422, - [6530] = 6417, - [6531] = 6423, - [6532] = 6419, - [6533] = 6423, - [6534] = 6421, - [6535] = 6426, - [6536] = 6422, - [6537] = 6420, - [6538] = 6426, - [6539] = 6418, - [6540] = 6418, - [6541] = 6425, - [6542] = 6425, - [6543] = 6432, - [6544] = 6433, - [6545] = 6432, - [6546] = 6417, - [6547] = 6437, - [6548] = 6424, - [6549] = 6433, - [6550] = 6432, - [6551] = 6437, - [6552] = 6428, - [6553] = 6437, - [6554] = 6433, - [6555] = 6436, - [6556] = 6419, - [6557] = 6433, - [6558] = 6432, - [6559] = 6425, - [6560] = 6421, - [6561] = 6418, - [6562] = 6426, - [6563] = 6422, - [6564] = 6419, - [6565] = 6421, - [6566] = 6420, - [6567] = 6419, - [6568] = 6436, - [6569] = 6436, - [6570] = 6417, - [6571] = 6426, - [6572] = 6418, - [6573] = 6425, - [6574] = 6428, - [6575] = 6575, - [6576] = 6432, - [6577] = 6424, - [6578] = 6420, - [6579] = 6433, - [6580] = 6437, - [6581] = 6420, - [6582] = 6423, - [6583] = 6420, - [6584] = 6423, - [6585] = 6437, - [6586] = 6428, - [6587] = 6424, - [6588] = 6428, - [6589] = 6436, - [6590] = 6419, - [6591] = 6421, - [6592] = 6424, - [6593] = 6422, - [6594] = 6426, - [6595] = 6418, - [6596] = 6423, - [6597] = 6425, - [6598] = 6424, - [6599] = 6432, - [6600] = 6433, - [6601] = 6437, - [6602] = 6428, - [6603] = 6420, - [6604] = 6423, - [6605] = 6428, - [6606] = 6436, - [6607] = 6424, - [6608] = 6428, - [6609] = 6417, - [6610] = 6436, - [6611] = 6419, - [6612] = 6421, - [6613] = 6422, - [6614] = 6424, - [6615] = 6426, - [6616] = 6436, - [6617] = 6425, - [6618] = 6432, - [6619] = 6433, - [6620] = 6437, - [6621] = 3850, - [6622] = 6422, - [6623] = 6423, - [6624] = 6624, - [6625] = 6424, - [6626] = 6428, - [6627] = 6436, - [6628] = 6419, - [6629] = 6421, - [6630] = 6419, - [6631] = 6421, - [6632] = 6422, - [6633] = 6422, - [6634] = 6417, - [6635] = 6426, - [6636] = 6418, - [6637] = 6425, - [6638] = 6420, - [6639] = 6433, - [6640] = 6437, - [6641] = 6420, - [6642] = 6423, - [6643] = 6424, - [6644] = 6428, - [6645] = 6436, - [6646] = 6419, - [6647] = 6421, - [6648] = 6422, - [6649] = 6426, - [6650] = 6418, - [6651] = 6426, - [6652] = 6425, - [6653] = 6432, - [6654] = 6433, - [6655] = 6437, - [6656] = 6418, - [6657] = 6423, - [6658] = 6575, - [6659] = 6420, - [6660] = 6432, - [6661] = 6437, - [6662] = 6425, - [6663] = 6432, - [6664] = 6433, - [6665] = 6433, - [6666] = 6432, - [6667] = 6418, - [6668] = 6425, - [6669] = 6426, - [6670] = 6428, - [6671] = 6422, - [6672] = 6421, - [6673] = 6419, - [6674] = 6436, - [6675] = 6420, - [6676] = 6424, - [6677] = 6417, - [6678] = 6423, - [6679] = 6425, - [6680] = 6423, - [6681] = 6437, - [6682] = 6575, - [6683] = 6420, - [6684] = 6423, - [6685] = 6420, - [6686] = 6420, - [6687] = 6417, - [6688] = 6575, - [6689] = 6420, - [6690] = 6575, - [6691] = 6423, - [6692] = 6692, - [6693] = 6424, - [6694] = 6428, - [6695] = 6575, - [6696] = 6437, - [6697] = 6436, - [6698] = 6419, - [6699] = 6417, - [6700] = 6433, - [6701] = 6432, - [6702] = 6417, - [6703] = 6425, - [6704] = 6421, - [6705] = 6418, - [6706] = 6426, - [6707] = 6422, - [6708] = 6422, - [6709] = 6421, - [6710] = 6419, - [6711] = 6436, - [6712] = 6424, - [6713] = 6426, - [6714] = 6428, - [6715] = 6423, - [6716] = 6428, - [6717] = 6424, - [6718] = 6418, - [6719] = 6423, - [6720] = 6420, - [6721] = 6437, - [6722] = 6419, - [6723] = 6436, - [6724] = 6425, - [6725] = 6437, - [6726] = 6433, - [6727] = 6432, - [6728] = 6432, - [6729] = 6425, - [6730] = 6418, - [6731] = 6433, - [6732] = 6426, - [6733] = 6437, - [6734] = 6420, - [6735] = 6423, - [6736] = 6419, - [6737] = 6422, - [6738] = 6424, - [6739] = 6428, - [6740] = 6421, - [6741] = 6436, - [6742] = 6436, - [6743] = 6419, - [6744] = 6421, - [6745] = 6421, - [6746] = 6422, - [6747] = 6422, - [6748] = 6748, - [6749] = 6426, - [6750] = 6418, - [6751] = 6425, - [6752] = 6424, - [6753] = 6432, - [6754] = 6428, - [6755] = 6433, - [6756] = 6437, - [6757] = 6420, - [6758] = 6758, - [6759] = 6423, - [6760] = 6426, - [6761] = 6418, - [6762] = 6424, - [6763] = 6428, - [6764] = 6428, - [6765] = 6436, - [6766] = 6424, - [6767] = 6419, - [6768] = 6421, - [6769] = 6422, - [6770] = 6436, - [6771] = 6417, - [6772] = 6419, - [6773] = 6423, - [6774] = 6426, - [6775] = 6418, - [6776] = 6418, - [6777] = 6417, - [6778] = 6432, - [6779] = 6421, - [6780] = 6433, - [6781] = 6422, - [6782] = 6437, - [6783] = 6420, - [6784] = 6423, - [6785] = 6426, - [6786] = 6418, - [6787] = 6420, - [6788] = 6424, - [6789] = 6428, - [6790] = 6436, - [6791] = 6419, - [6792] = 6421, - [6793] = 6425, - [6794] = 6422, - [6795] = 6426, - [6796] = 6425, - [6797] = 6797, - [6798] = 6425, - [6799] = 6432, - [6800] = 6432, - [6801] = 6433, - [6802] = 6433, - [6803] = 6437, - [6804] = 6437, - [6805] = 6805, - [6806] = 6437, - [6807] = 6420, - [6808] = 6423, - [6809] = 6433, - [6810] = 6432, - [6811] = 6424, - [6812] = 6428, - [6813] = 6436, - [6814] = 6419, - [6815] = 6433, - [6816] = 6421, - [6817] = 6422, - [6818] = 6425, - [6819] = 6426, - [6820] = 6418, - [6821] = 6432, - [6822] = 6822, - [6823] = 6823, - [6824] = 6822, - [6825] = 6825, - [6826] = 6823, - [6827] = 6822, - [6828] = 6823, - [6829] = 6822, - [6830] = 6823, - [6831] = 6822, - [6832] = 6823, - [6833] = 6822, - [6834] = 6825, - [6835] = 6822, - [6836] = 6825, - [6837] = 6825, - [6838] = 6822, - [6839] = 6822, - [6840] = 6823, - [6841] = 6822, - [6842] = 6823, - [6843] = 6822, - [6844] = 6823, - [6845] = 6822, - [6846] = 6825, - [6847] = 6823, - [6848] = 6823, - [6849] = 6825, - [6850] = 6822, - [6851] = 6823, - [6852] = 6822, - [6853] = 6823, - [6854] = 6825, - [6855] = 6822, - [6856] = 6823, - [6857] = 6825, - [6858] = 6825, - [6859] = 6822, - [6860] = 6825, - [6861] = 6825, - [6862] = 6823, - [6863] = 6863, - [6864] = 6825, - [6865] = 6822, - [6866] = 6823, - [6867] = 6823, - [6868] = 6825, - [6869] = 6822, - [6870] = 6825, - [6871] = 6823, - [6872] = 6822, - [6873] = 6823, - [6874] = 6823, - [6875] = 6822, - [6876] = 6822, - [6877] = 6823, - [6878] = 6822, - [6879] = 6879, - [6880] = 6823, - [6881] = 6822, - [6882] = 6823, - [6883] = 6822, - [6884] = 6823, - [6885] = 6823, - [6886] = 6823, - [6887] = 6822, - [6888] = 6823, - [6889] = 6822, - [6890] = 6822, - [6891] = 6825, - [6892] = 6823, - [6893] = 6893, - [6894] = 6894, - [6895] = 6895, - [6896] = 6896, - [6897] = 6897, - [6898] = 6898, - [6899] = 6899, - [6900] = 6900, - [6901] = 6900, - [6902] = 6902, - [6903] = 6900, - [6904] = 6902, - [6905] = 6902, - [6906] = 6902, - [6907] = 6907, - [6908] = 6908, - [6909] = 6900, - [6910] = 6910, - [6911] = 6900, - [6912] = 6910, - [6913] = 6910, - [6914] = 6907, - [6915] = 6900, - [6916] = 6900, - [6917] = 6902, - [6918] = 3557, - [6919] = 6910, - [6920] = 6907, - [6921] = 6900, - [6922] = 6902, - [6923] = 6902, - [6924] = 6900, - [6925] = 6907, - [6926] = 6902, - [6927] = 6902, - [6928] = 6907, - [6929] = 6902, - [6930] = 6900, - [6931] = 6900, - [6932] = 6902, + [6360] = 6352, + [6361] = 6361, + [6362] = 6362, + [6363] = 6361, + [6364] = 6362, + [6365] = 6361, + [6366] = 6361, + [6367] = 6361, + [6368] = 6368, + [6369] = 6361, + [6370] = 6362, + [6371] = 6362, + [6372] = 6362, + [6373] = 6362, + [6374] = 6361, + [6375] = 6361, + [6376] = 6361, + [6377] = 6362, + [6378] = 6362, + [6379] = 6362, + [6380] = 6380, + [6381] = 6380, + [6382] = 6382, + [6383] = 6383, + [6384] = 6383, + [6385] = 6380, + [6386] = 6386, + [6387] = 6380, + [6388] = 6380, + [6389] = 6383, + [6390] = 6383, + [6391] = 6383, + [6392] = 6383, + [6393] = 6380, + [6394] = 6383, + [6395] = 6395, + [6396] = 6395, + [6397] = 6397, + [6398] = 6395, + [6399] = 6397, + [6400] = 6395, + [6401] = 6395, + [6402] = 6397, + [6403] = 6397, + [6404] = 6395, + [6405] = 6397, + [6406] = 6395, + [6407] = 6395, + [6408] = 6397, + [6409] = 6397, + [6410] = 6397, + [6411] = 6395, + [6412] = 6395, + [6413] = 6397, + [6414] = 6397, + [6415] = 6397, + [6416] = 6397, + [6417] = 6397, + [6418] = 6395, + [6419] = 6395, + [6420] = 6397, + [6421] = 6395, + [6422] = 6397, + [6423] = 6395, + [6424] = 6397, + [6425] = 6397, + [6426] = 6395, + [6427] = 6397, + [6428] = 6395, + [6429] = 6395, + [6430] = 6397, + [6431] = 6395, + [6432] = 6397, + [6433] = 6395, + [6434] = 6397, + [6435] = 6395, + [6436] = 6397, + [6437] = 6395, + [6438] = 6397, + [6439] = 6395, + [6440] = 6397, + [6441] = 6395, + [6442] = 6395, + [6443] = 6395, + [6444] = 6397, + [6445] = 6397, + [6446] = 6395, + [6447] = 6397, + [6448] = 6395, + [6449] = 6449, + [6450] = 6450, + [6451] = 6451, + [6452] = 6452, + [6453] = 6453, + [6454] = 6452, + [6455] = 6455, + [6456] = 6455, + [6457] = 6455, + [6458] = 6453, + [6459] = 6459, + [6460] = 6460, + [6461] = 6453, + [6462] = 6462, + [6463] = 6463, + [6464] = 6462, + [6465] = 6462, + [6466] = 6452, + [6467] = 6467, + [6468] = 6468, + [6469] = 6463, + [6470] = 6470, + [6471] = 6471, + [6472] = 6450, + [6473] = 6473, + [6474] = 6449, + [6475] = 6450, + [6476] = 6476, + [6477] = 6449, + [6478] = 6478, + [6479] = 6479, + [6480] = 6479, + [6481] = 6478, + [6482] = 6449, + [6483] = 6476, + [6484] = 6471, + [6485] = 6450, + [6486] = 6470, + [6487] = 6468, + [6488] = 6478, + [6489] = 6467, + [6490] = 6463, + [6491] = 6462, + [6492] = 6468, + [6493] = 6453, + [6494] = 6455, + [6495] = 6479, + [6496] = 6452, + [6497] = 6470, + [6498] = 6476, + [6499] = 6471, + [6500] = 6470, + [6501] = 6468, + [6502] = 6449, + [6503] = 6450, + [6504] = 6467, + [6505] = 6463, + [6506] = 6462, + [6507] = 6453, + [6508] = 6455, + [6509] = 6450, + [6510] = 6473, + [6511] = 6449, + [6512] = 6452, + [6513] = 6452, + [6514] = 6455, + [6515] = 6453, + [6516] = 6462, + [6517] = 6478, + [6518] = 6479, + [6519] = 6463, + [6520] = 6473, + [6521] = 6467, + [6522] = 6468, + [6523] = 6470, + [6524] = 6471, + [6525] = 6476, + [6526] = 6471, + [6527] = 6476, + [6528] = 6479, + [6529] = 6470, + [6530] = 6468, + [6531] = 6471, + [6532] = 6478, + [6533] = 6450, + [6534] = 6534, + [6535] = 6467, + [6536] = 6463, + [6537] = 6449, + [6538] = 6462, + [6539] = 6473, + [6540] = 6449, + [6541] = 6453, + [6542] = 6455, + [6543] = 6450, + [6544] = 6452, + [6545] = 6476, + [6546] = 6455, + [6547] = 6452, + [6548] = 6463, + [6549] = 6467, + [6550] = 6550, + [6551] = 6453, + [6552] = 6478, + [6553] = 6479, + [6554] = 6449, + [6555] = 6450, + [6556] = 6473, + [6557] = 6449, + [6558] = 6462, + [6559] = 6463, + [6560] = 6467, + [6561] = 6468, + [6562] = 6470, + [6563] = 6471, + [6564] = 6476, + [6565] = 6478, + [6566] = 6450, + [6567] = 6550, + [6568] = 6449, + [6569] = 6479, + [6570] = 6478, + [6571] = 6479, + [6572] = 6449, + [6573] = 6476, + [6574] = 6471, + [6575] = 6470, + [6576] = 6468, + [6577] = 6467, + [6578] = 6478, + [6579] = 6452, + [6580] = 6479, + [6581] = 6463, + [6582] = 6478, + [6583] = 6455, + [6584] = 6462, + [6585] = 6453, + [6586] = 6462, + [6587] = 6463, + [6588] = 6476, + [6589] = 6479, + [6590] = 6453, + [6591] = 6471, + [6592] = 6479, + [6593] = 6478, + [6594] = 6467, + [6595] = 6455, + [6596] = 6452, + [6597] = 6479, + [6598] = 6478, + [6599] = 6470, + [6600] = 6471, + [6601] = 6476, + [6602] = 6470, + [6603] = 6476, + [6604] = 6471, + [6605] = 6468, + [6606] = 6606, + [6607] = 6449, + [6608] = 6550, + [6609] = 6609, + [6610] = 6450, + [6611] = 6452, + [6612] = 6455, + [6613] = 6550, + [6614] = 6550, + [6615] = 6453, + [6616] = 6462, + [6617] = 6463, + [6618] = 6467, + [6619] = 6468, + [6620] = 6470, + [6621] = 6476, + [6622] = 6479, + [6623] = 6471, + [6624] = 6471, + [6625] = 6478, + [6626] = 6476, + [6627] = 6470, + [6628] = 6479, + [6629] = 6478, + [6630] = 6449, + [6631] = 6450, + [6632] = 6468, + [6633] = 6468, + [6634] = 6467, + [6635] = 6452, + [6636] = 6470, + [6637] = 6455, + [6638] = 6453, + [6639] = 6468, + [6640] = 6462, + [6641] = 6463, + [6642] = 6463, + [6643] = 6450, + [6644] = 6467, + [6645] = 6462, + [6646] = 6468, + [6647] = 6470, + [6648] = 6471, + [6649] = 6452, + [6650] = 6476, + [6651] = 6479, + [6652] = 6478, + [6653] = 6453, + [6654] = 6450, + [6655] = 6452, + [6656] = 6455, + [6657] = 6453, + [6658] = 6462, + [6659] = 6463, + [6660] = 6449, + [6661] = 6455, + [6662] = 6467, + [6663] = 6455, + [6664] = 6467, + [6665] = 6453, + [6666] = 6468, + [6667] = 6470, + [6668] = 6452, + [6669] = 6471, + [6670] = 6450, + [6671] = 6476, + [6672] = 6462, + [6673] = 6479, + [6674] = 6463, + [6675] = 6467, + [6676] = 6463, + [6677] = 6478, + [6678] = 6449, + [6679] = 6550, + [6680] = 6450, + [6681] = 6452, + [6682] = 6462, + [6683] = 6452, + [6684] = 6455, + [6685] = 6453, + [6686] = 6455, + [6687] = 6462, + [6688] = 6453, + [6689] = 6462, + [6690] = 6463, + [6691] = 6468, + [6692] = 6467, + [6693] = 6468, + [6694] = 6470, + [6695] = 6471, + [6696] = 6467, + [6697] = 6470, + [6698] = 6471, + [6699] = 6476, + [6700] = 6479, + [6701] = 6453, + [6702] = 6550, + [6703] = 6478, + [6704] = 6550, + [6705] = 6455, + [6706] = 6449, + [6707] = 6450, + [6708] = 6452, + [6709] = 6550, + [6710] = 6550, + [6711] = 6455, + [6712] = 6463, + [6713] = 6467, + [6714] = 6452, + [6715] = 6476, + [6716] = 6453, + [6717] = 6450, + [6718] = 6462, + [6719] = 6550, + [6720] = 6550, + [6721] = 6463, + [6722] = 6449, + [6723] = 6450, + [6724] = 6467, + [6725] = 6468, + [6726] = 6470, + [6727] = 6471, + [6728] = 6476, + [6729] = 6550, + [6730] = 6449, + [6731] = 6476, + [6732] = 6473, + [6733] = 6471, + [6734] = 6479, + [6735] = 6478, + [6736] = 6449, + [6737] = 6479, + [6738] = 6478, + [6739] = 6478, + [6740] = 6479, + [6741] = 6550, + [6742] = 6450, + [6743] = 6478, + [6744] = 6479, + [6745] = 6452, + [6746] = 3866, + [6747] = 6476, + [6748] = 6455, + [6749] = 6471, + [6750] = 6453, + [6751] = 6462, + [6752] = 6476, + [6753] = 6470, + [6754] = 6468, + [6755] = 6463, + [6756] = 6471, + [6757] = 6467, + [6758] = 6467, + [6759] = 6470, + [6760] = 6463, + [6761] = 6468, + [6762] = 6468, + [6763] = 6470, + [6764] = 6471, + [6765] = 6449, + [6766] = 6462, + [6767] = 6467, + [6768] = 6452, + [6769] = 6476, + [6770] = 6453, + [6771] = 6455, + [6772] = 6452, + [6773] = 6452, + [6774] = 6455, + [6775] = 6479, + [6776] = 6478, + [6777] = 6449, + [6778] = 6463, + [6779] = 6453, + [6780] = 6450, + [6781] = 6462, + [6782] = 6450, + [6783] = 6450, + [6784] = 6455, + [6785] = 6463, + [6786] = 6467, + [6787] = 6449, + [6788] = 6468, + [6789] = 6452, + [6790] = 6470, + [6791] = 6452, + [6792] = 6470, + [6793] = 6453, + [6794] = 6455, + [6795] = 6478, + [6796] = 6455, + [6797] = 6453, + [6798] = 6479, + [6799] = 6450, + [6800] = 6449, + [6801] = 6471, + [6802] = 6468, + [6803] = 6476, + [6804] = 6462, + [6805] = 6478, + [6806] = 6463, + [6807] = 6467, + [6808] = 6468, + [6809] = 6462, + [6810] = 6476, + [6811] = 6471, + [6812] = 6479, + [6813] = 6470, + [6814] = 6479, + [6815] = 6471, + [6816] = 6478, + [6817] = 6470, + [6818] = 6476, + [6819] = 6468, + [6820] = 6462, + [6821] = 6453, + [6822] = 6450, + [6823] = 6479, + [6824] = 6476, + [6825] = 6478, + [6826] = 6449, + [6827] = 6471, + [6828] = 6467, + [6829] = 6463, + [6830] = 6450, + [6831] = 6449, + [6832] = 6449, + [6833] = 6470, + [6834] = 6452, + [6835] = 6462, + [6836] = 6455, + [6837] = 6450, + [6838] = 6453, + [6839] = 6468, + [6840] = 6462, + [6841] = 6463, + [6842] = 6467, + [6843] = 6478, + [6844] = 6453, + [6845] = 6463, + [6846] = 6468, + [6847] = 6470, + [6848] = 6455, + [6849] = 6471, + [6850] = 6467, + [6851] = 6452, + [6852] = 6476, + [6853] = 6479, + [6854] = 6854, + [6855] = 6855, + [6856] = 6854, + [6857] = 6855, + [6858] = 6854, + [6859] = 6859, + [6860] = 6855, + [6861] = 6854, + [6862] = 6854, + [6863] = 6855, + [6864] = 6855, + [6865] = 6859, + [6866] = 6855, + [6867] = 6854, + [6868] = 6859, + [6869] = 6859, + [6870] = 6854, + [6871] = 6854, + [6872] = 6855, + [6873] = 6859, + [6874] = 6855, + [6875] = 6875, + [6876] = 6859, + [6877] = 6859, + [6878] = 6854, + [6879] = 6855, + [6880] = 6854, + [6881] = 6859, + [6882] = 6855, + [6883] = 6854, + [6884] = 6855, + [6885] = 6855, + [6886] = 6859, + [6887] = 6854, + [6888] = 6855, + [6889] = 6854, + [6890] = 6855, + [6891] = 6854, + [6892] = 6854, + [6893] = 6855, + [6894] = 6855, + [6895] = 6854, + [6896] = 6859, + [6897] = 6855, + [6898] = 6854, + [6899] = 6854, + [6900] = 6855, + [6901] = 6855, + [6902] = 6854, + [6903] = 6854, + [6904] = 6859, + [6905] = 6855, + [6906] = 6854, + [6907] = 6854, + [6908] = 6854, + [6909] = 6854, + [6910] = 6855, + [6911] = 6859, + [6912] = 6855, + [6913] = 6859, + [6914] = 6855, + [6915] = 6854, + [6916] = 6855, + [6917] = 6859, + [6918] = 6918, + [6919] = 6854, + [6920] = 6859, + [6921] = 6855, + [6922] = 6855, + [6923] = 6855, + [6924] = 6854, + [6925] = 6925, + [6926] = 6926, + [6927] = 6927, + [6928] = 6928, + [6929] = 6929, + [6930] = 6930, + [6931] = 6931, + [6932] = 6932, [6933] = 6933, - [6934] = 3929, - [6935] = 875, - [6936] = 6902, - [6937] = 6910, - [6938] = 6900, - [6939] = 6939, - [6940] = 6940, + [6934] = 6932, + [6935] = 6933, + [6936] = 6933, + [6937] = 6933, + [6938] = 6932, + [6939] = 6932, + [6940] = 6932, [6941] = 6941, - [6942] = 6939, - [6943] = 6943, - [6944] = 6940, - [6945] = 6941, - [6946] = 6943, - [6947] = 6941, - [6948] = 6948, - [6949] = 6939, - [6950] = 6939, - [6951] = 866, - [6952] = 6943, - [6953] = 856, - [6954] = 6939, - [6955] = 6955, - [6956] = 868, - [6957] = 6939, - [6958] = 6939, - [6959] = 6943, - [6960] = 6955, - [6961] = 3850, - [6962] = 6948, + [6942] = 6932, + [6943] = 6933, + [6944] = 6932, + [6945] = 6945, + [6946] = 6945, + [6947] = 6932, + [6948] = 6941, + [6949] = 6932, + [6950] = 6941, + [6951] = 6933, + [6952] = 6945, + [6953] = 6953, + [6954] = 6933, + [6955] = 6945, + [6956] = 6945, + [6957] = 3589, + [6958] = 6932, + [6959] = 6933, + [6960] = 6941, + [6961] = 3913, + [6962] = 6933, [6963] = 6941, - [6964] = 6940, - [6965] = 6965, - [6966] = 6939, - [6967] = 6939, - [6968] = 6955, - [6969] = 6948, - [6970] = 6948, - [6971] = 6955, - [6972] = 6939, - [6973] = 6973, - [6974] = 6940, - [6975] = 6948, - [6976] = 6948, - [6977] = 6941, - [6978] = 6939, - [6979] = 6979, - [6980] = 6943, - [6981] = 6981, - [6982] = 6939, - [6983] = 6940, - [6984] = 6948, - [6985] = 6943, - [6986] = 6955, - [6987] = 6941, - [6988] = 6988, + [6964] = 6932, + [6965] = 834, + [6966] = 6932, + [6967] = 6933, + [6968] = 6968, + [6969] = 6933, + [6970] = 6933, + [6971] = 842, + [6972] = 6972, + [6973] = 6972, + [6974] = 6974, + [6975] = 6975, + [6976] = 6976, + [6977] = 6975, + [6978] = 6978, + [6979] = 6972, + [6980] = 6980, + [6981] = 6974, + [6982] = 6976, + [6983] = 6975, + [6984] = 6972, + [6985] = 6975, + [6986] = 6976, + [6987] = 6975, + [6988] = 6978, [6989] = 6989, - [6990] = 6990, + [6990] = 6975, [6991] = 6991, - [6992] = 6992, - [6993] = 6988, - [6994] = 911, - [6995] = 6995, - [6996] = 6990, - [6997] = 6988, - [6998] = 6992, - [6999] = 6989, - [7000] = 6992, - [7001] = 6989, - [7002] = 6995, - [7003] = 6995, - [7004] = 6992, - [7005] = 6989, - [7006] = 6989, - [7007] = 6992, - [7008] = 6990, - [7009] = 6991, - [7010] = 6992, - [7011] = 6995, - [7012] = 6988, - [7013] = 6995, - [7014] = 6988, - [7015] = 6989, - [7016] = 6990, - [7017] = 6990, - [7018] = 6991, - [7019] = 6990, - [7020] = 6988, - [7021] = 6989, - [7022] = 6989, - [7023] = 899, - [7024] = 907, - [7025] = 6995, - [7026] = 7026, - [7027] = 6990, - [7028] = 6989, - [7029] = 909, - [7030] = 6992, - [7031] = 6992, - [7032] = 7032, - [7033] = 7032, - [7034] = 6992, - [7035] = 6995, - [7036] = 6988, - [7037] = 6990, - [7038] = 6991, - [7039] = 6988, - [7040] = 6991, - [7041] = 6992, - [7042] = 6991, - [7043] = 6991, - [7044] = 6995, - [7045] = 6988, - [7046] = 6990, - [7047] = 6992, - [7048] = 6995, - [7049] = 6991, - [7050] = 6995, - [7051] = 6989, - [7052] = 6992, - [7053] = 6991, - [7054] = 3929, - [7055] = 6992, - [7056] = 6992, - [7057] = 7057, - [7058] = 6991, - [7059] = 6992, - [7060] = 6990, - [7061] = 6991, - [7062] = 6988, - [7063] = 6995, - [7064] = 6990, - [7065] = 6995, - [7066] = 6988, - [7067] = 6988, - [7068] = 6990, - [7069] = 6995, - [7070] = 6989, - [7071] = 6989, - [7072] = 6991, - [7073] = 6995, - [7074] = 6990, - [7075] = 6989, - [7076] = 6988, - [7077] = 6992, - [7078] = 6991, - [7079] = 6990, - [7080] = 6989, - [7081] = 6995, - [7082] = 6988, - [7083] = 6989, - [7084] = 6995, - [7085] = 7085, - [7086] = 6988, - [7087] = 6990, - [7088] = 6991, - [7089] = 6991, - [7090] = 6988, - [7091] = 6991, - [7092] = 6991, - [7093] = 6992, - [7094] = 6989, - [7095] = 6995, - [7096] = 6992, - [7097] = 6991, - [7098] = 6989, - [7099] = 6995, - [7100] = 6991, - [7101] = 6990, - [7102] = 6995, - [7103] = 6990, - [7104] = 6988, - [7105] = 6992, - [7106] = 6992, - [7107] = 6989, - [7108] = 6989, - [7109] = 6992, - [7110] = 6995, - [7111] = 6991, - [7112] = 6990, - [7113] = 6988, - [7114] = 6988, - [7115] = 6989, - [7116] = 6988, - [7117] = 6992, - [7118] = 6991, - [7119] = 6990, - [7120] = 6988, - [7121] = 6989, - [7122] = 6988, - [7123] = 6990, - [7124] = 6989, - [7125] = 6989, - [7126] = 6990, - [7127] = 6995, - [7128] = 6995, - [7129] = 6991, - [7130] = 6991, - [7131] = 6989, - [7132] = 6990, - [7133] = 6988, - [7134] = 6988, - [7135] = 6992, - [7136] = 6989, - [7137] = 6990, - [7138] = 6995, - [7139] = 6990, - [7140] = 6989, - [7141] = 6995, - [7142] = 6990, - [7143] = 6995, - [7144] = 6991, - [7145] = 6992, - [7146] = 6988, - [7147] = 6989, - [7148] = 6991, - [7149] = 6991, - [7150] = 6992, - [7151] = 6992, - [7152] = 6990, - [7153] = 6995, - [7154] = 6988, - [7155] = 6990, - [7156] = 6992, - [7157] = 6995, - [7158] = 6988, - [7159] = 6991, - [7160] = 7160, - [7161] = 7161, - [7162] = 7162, - [7163] = 7163, - [7164] = 7164, - [7165] = 7161, - [7166] = 7162, - [7167] = 7167, - [7168] = 7161, - [7169] = 7169, - [7170] = 7160, - [7171] = 7160, - [7172] = 7164, - [7173] = 7160, - [7174] = 7160, - [7175] = 7160, - [7176] = 7176, - [7177] = 7161, - [7178] = 7167, - [7179] = 7167, - [7180] = 7180, - [7181] = 7164, - [7182] = 7164, - [7183] = 7167, - [7184] = 7161, - [7185] = 7161, - [7186] = 7167, - [7187] = 7169, - [7188] = 7164, - [7189] = 7180, - [7190] = 7180, - [7191] = 7169, - [7192] = 7163, - [7193] = 7169, - [7194] = 7163, - [7195] = 7162, - [7196] = 7163, - [7197] = 7169, - [7198] = 7161, - [7199] = 7163, - [7200] = 7163, - [7201] = 7163, - [7202] = 7162, - [7203] = 7167, - [7204] = 7167, - [7205] = 7169, - [7206] = 7162, - [7207] = 7160, - [7208] = 7162, - [7209] = 7167, - [7210] = 7176, - [7211] = 7169, - [7212] = 7162, - [7213] = 7164, - [7214] = 7162, - [7215] = 7180, - [7216] = 7164, - [7217] = 7164, - [7218] = 7162, - [7219] = 7167, - [7220] = 7163, - [7221] = 7161, - [7222] = 7169, - [7223] = 7167, - [7224] = 7169, - [7225] = 7160, - [7226] = 7163, - [7227] = 7161, - [7228] = 7164, - [7229] = 7162, - [7230] = 7162, - [7231] = 7162, - [7232] = 7161, - [7233] = 7169, - [7234] = 7167, - [7235] = 7161, - [7236] = 7160, - [7237] = 7164, - [7238] = 7163, - [7239] = 7169, - [7240] = 7163, - [7241] = 7169, - [7242] = 7161, - [7243] = 7163, - [7244] = 7169, - [7245] = 7162, - [7246] = 7160, - [7247] = 7162, - [7248] = 7169, - [7249] = 7169, - [7250] = 7167, - [7251] = 7180, - [7252] = 7167, - [7253] = 7163, - [7254] = 7162, - [7255] = 7160, - [7256] = 7163, - [7257] = 7169, - [7258] = 7164, - [7259] = 7164, - [7260] = 7164, - [7261] = 7169, - [7262] = 7160, - [7263] = 7164, - [7264] = 7163, - [7265] = 7169, - [7266] = 7163, - [7267] = 7163, - [7268] = 7164, - [7269] = 7164, - [7270] = 7167, - [7271] = 7163, - [7272] = 7169, - [7273] = 7163, - [7274] = 7164, - [7275] = 7167, - [7276] = 7169, - [7277] = 7161, - [7278] = 7161, - [7279] = 7180, - [7280] = 7163, - [7281] = 7167, - [7282] = 7162, - [7283] = 7169, - [7284] = 7161, - [7285] = 7180, - [7286] = 7164, - [7287] = 7161, - [7288] = 7169, - [7289] = 7163, - [7290] = 7160, - [7291] = 7164, - [7292] = 7163, - [7293] = 7160, - [7294] = 7180, - [7295] = 7160, - [7296] = 7167, - [7297] = 7169, - [7298] = 7169, - [7299] = 7163, - [7300] = 7167, - [7301] = 7163, - [7302] = 7169, - [7303] = 7161, - [7304] = 7163, - [7305] = 7163, - [7306] = 7164, - [7307] = 7169, - [7308] = 7163, - [7309] = 7180, - [7310] = 7176, - [7311] = 7162, - [7312] = 7169, - [7313] = 7169, - [7314] = 7160, - [7315] = 7162, - [7316] = 7180, - [7317] = 7162, - [7318] = 7161, - [7319] = 7180, - [7320] = 7164, - [7321] = 7167, - [7322] = 7162, - [7323] = 7180, - [7324] = 7161, - [7325] = 7160, - [7326] = 7167, - [7327] = 7169, - [7328] = 7164, - [7329] = 7163, - [7330] = 7180, - [7331] = 7176, - [7332] = 7160, - [7333] = 7162, - [7334] = 7162, - [7335] = 7160, - [7336] = 7160, - [7337] = 7169, - [7338] = 7163, - [7339] = 7169, - [7340] = 7169, - [7341] = 7176, - [7342] = 7163, - [7343] = 7162, - [7344] = 7180, - [7345] = 7162, - [7346] = 7162, - [7347] = 7169, - [7348] = 7163, - [7349] = 7169, - [7350] = 7163, - [7351] = 7160, - [7352] = 7163, - [7353] = 7167, - [7354] = 7163, - [7355] = 7160, - [7356] = 7169, - [7357] = 7164, - [7358] = 7161, - [7359] = 7167, - [7360] = 7176, - [7361] = 7162, - [7362] = 7161, - [7363] = 7169, - [7364] = 7164, - [7365] = 7167, - [7366] = 7161, - [7367] = 7163, - [7368] = 7164, - [7369] = 7167, - [7370] = 7164, - [7371] = 7167, - [7372] = 7161, - [7373] = 7160, - [7374] = 7164, - [7375] = 7161, - [7376] = 7161, - [7377] = 7162, - [7378] = 7167, - [7379] = 7161, - [7380] = 7161, - [7381] = 7163, - [7382] = 7167, - [7383] = 7160, - [7384] = 1101, - [7385] = 1178, - [7386] = 1177, - [7387] = 1176, - [7388] = 1175, - [7389] = 7389, - [7390] = 7390, - [7391] = 7391, - [7392] = 7392, - [7393] = 3850, - [7394] = 856, - [7395] = 3967, - [7396] = 3957, - [7397] = 4023, - [7398] = 4000, - [7399] = 3977, - [7400] = 7400, - [7401] = 7401, - [7402] = 7402, - [7403] = 7400, - [7404] = 7400, - [7405] = 7405, - [7406] = 7406, - [7407] = 7401, - [7408] = 837, - [7409] = 7401, - [7410] = 7410, - [7411] = 7400, - [7412] = 7401, - [7413] = 7413, - [7414] = 7414, - [7415] = 7406, - [7416] = 7401, - [7417] = 7417, - [7418] = 7400, - [7419] = 7400, - [7420] = 7417, - [7421] = 7406, - [7422] = 7422, - [7423] = 7406, - [7424] = 7417, - [7425] = 7425, - [7426] = 7401, - [7427] = 7400, - [7428] = 7406, - [7429] = 7417, - [7430] = 7406, - [7431] = 7401, + [6992] = 6974, + [6993] = 6993, + [6994] = 854, + [6995] = 6978, + [6996] = 6974, + [6997] = 6975, + [6998] = 843, + [6999] = 6991, + [7000] = 6976, + [7001] = 7001, + [7002] = 6991, + [7003] = 6991, + [7004] = 6975, + [7005] = 6991, + [7006] = 6978, + [7007] = 6975, + [7008] = 6975, + [7009] = 6972, + [7010] = 6978, + [7011] = 6976, + [7012] = 6991, + [7013] = 6975, + [7014] = 6976, + [7015] = 6975, + [7016] = 6978, + [7017] = 3866, + [7018] = 6974, + [7019] = 6976, + [7020] = 7020, + [7021] = 7021, + [7022] = 7022, + [7023] = 7023, + [7024] = 7024, + [7025] = 7025, + [7026] = 7020, + [7027] = 7025, + [7028] = 7020, + [7029] = 7021, + [7030] = 7021, + [7031] = 7023, + [7032] = 7020, + [7033] = 7022, + [7034] = 7034, + [7035] = 7024, + [7036] = 7025, + [7037] = 7021, + [7038] = 7025, + [7039] = 7024, + [7040] = 7022, + [7041] = 7024, + [7042] = 7025, + [7043] = 7020, + [7044] = 7023, + [7045] = 7022, + [7046] = 7022, + [7047] = 7021, + [7048] = 7022, + [7049] = 7024, + [7050] = 7021, + [7051] = 7021, + [7052] = 7024, + [7053] = 7022, + [7054] = 7020, + [7055] = 7022, + [7056] = 7021, + [7057] = 3913, + [7058] = 7024, + [7059] = 7022, + [7060] = 7021, + [7061] = 7061, + [7062] = 7020, + [7063] = 7022, + [7064] = 7023, + [7065] = 7020, + [7066] = 7021, + [7067] = 7020, + [7068] = 7023, + [7069] = 7025, + [7070] = 7024, + [7071] = 7021, + [7072] = 7025, + [7073] = 7022, + [7074] = 7021, + [7075] = 7024, + [7076] = 7020, + [7077] = 7022, + [7078] = 7021, + [7079] = 7023, + [7080] = 7021, + [7081] = 7021, + [7082] = 7023, + [7083] = 7020, + [7084] = 7024, + [7085] = 7022, + [7086] = 941, + [7087] = 7025, + [7088] = 928, + [7089] = 7024, + [7090] = 7024, + [7091] = 7023, + [7092] = 926, + [7093] = 7024, + [7094] = 918, + [7095] = 7025, + [7096] = 7024, + [7097] = 7022, + [7098] = 7025, + [7099] = 7025, + [7100] = 7023, + [7101] = 7022, + [7102] = 7020, + [7103] = 7020, + [7104] = 7022, + [7105] = 7020, + [7106] = 7025, + [7107] = 7021, + [7108] = 7025, + [7109] = 7023, + [7110] = 7020, + [7111] = 7023, + [7112] = 7020, + [7113] = 7022, + [7114] = 7025, + [7115] = 7021, + [7116] = 7021, + [7117] = 7022, + [7118] = 7022, + [7119] = 7023, + [7120] = 7023, + [7121] = 7020, + [7122] = 7122, + [7123] = 7024, + [7124] = 7024, + [7125] = 7125, + [7126] = 7025, + [7127] = 7020, + [7128] = 7022, + [7129] = 7024, + [7130] = 7024, + [7131] = 7023, + [7132] = 7023, + [7133] = 7024, + [7134] = 7023, + [7135] = 7024, + [7136] = 7023, + [7137] = 7021, + [7138] = 7022, + [7139] = 7025, + [7140] = 7020, + [7141] = 7024, + [7142] = 7022, + [7143] = 7020, + [7144] = 7023, + [7145] = 7020, + [7146] = 7024, + [7147] = 7020, + [7148] = 7024, + [7149] = 7022, + [7150] = 7023, + [7151] = 7020, + [7152] = 7024, + [7153] = 7025, + [7154] = 7021, + [7155] = 7023, + [7156] = 7023, + [7157] = 7023, + [7158] = 7021, + [7159] = 7020, + [7160] = 7025, + [7161] = 7034, + [7162] = 7025, + [7163] = 7020, + [7164] = 7023, + [7165] = 7021, + [7166] = 7021, + [7167] = 7021, + [7168] = 7020, + [7169] = 7025, + [7170] = 7025, + [7171] = 7025, + [7172] = 7022, + [7173] = 7021, + [7174] = 7025, + [7175] = 7020, + [7176] = 7024, + [7177] = 7025, + [7178] = 7025, + [7179] = 7023, + [7180] = 7022, + [7181] = 7025, + [7182] = 7024, + [7183] = 7023, + [7184] = 7022, + [7185] = 7023, + [7186] = 7021, + [7187] = 7023, + [7188] = 7022, + [7189] = 7024, + [7190] = 7025, + [7191] = 7021, + [7192] = 7192, + [7193] = 7193, + [7194] = 7194, + [7195] = 7195, + [7196] = 7196, + [7197] = 7197, + [7198] = 7196, + [7199] = 7193, + [7200] = 7193, + [7201] = 7192, + [7202] = 7196, + [7203] = 7192, + [7204] = 7192, + [7205] = 7193, + [7206] = 7206, + [7207] = 7206, + [7208] = 7197, + [7209] = 7196, + [7210] = 7197, + [7211] = 7211, + [7212] = 7197, + [7213] = 7213, + [7214] = 7194, + [7215] = 7193, + [7216] = 7206, + [7217] = 7211, + [7218] = 7213, + [7219] = 7194, + [7220] = 7194, + [7221] = 7192, + [7222] = 7194, + [7223] = 7197, + [7224] = 7197, + [7225] = 7193, + [7226] = 7213, + [7227] = 7211, + [7228] = 7192, + [7229] = 7196, + [7230] = 7206, + [7231] = 7194, + [7232] = 7213, + [7233] = 7206, + [7234] = 7192, + [7235] = 7194, + [7236] = 7197, + [7237] = 7206, + [7238] = 7211, + [7239] = 7211, + [7240] = 7196, + [7241] = 7192, + [7242] = 7192, + [7243] = 7194, + [7244] = 7197, + [7245] = 7211, + [7246] = 7196, + [7247] = 7206, + [7248] = 7194, + [7249] = 7211, + [7250] = 7211, + [7251] = 7192, + [7252] = 7193, + [7253] = 7196, + [7254] = 7194, + [7255] = 7211, + [7256] = 7194, + [7257] = 7197, + [7258] = 7194, + [7259] = 7206, + [7260] = 7196, + [7261] = 7206, + [7262] = 7196, + [7263] = 7197, + [7264] = 7197, + [7265] = 7193, + [7266] = 7213, + [7267] = 7192, + [7268] = 7194, + [7269] = 7206, + [7270] = 7193, + [7271] = 7193, + [7272] = 7197, + [7273] = 7211, + [7274] = 7213, + [7275] = 7213, + [7276] = 7211, + [7277] = 7193, + [7278] = 7193, + [7279] = 7192, + [7280] = 7211, + [7281] = 7211, + [7282] = 7193, + [7283] = 7213, + [7284] = 7193, + [7285] = 7192, + [7286] = 7196, + [7287] = 7197, + [7288] = 7197, + [7289] = 7197, + [7290] = 7194, + [7291] = 7196, + [7292] = 7195, + [7293] = 7211, + [7294] = 7196, + [7295] = 7193, + [7296] = 7213, + [7297] = 7194, + [7298] = 7193, + [7299] = 7206, + [7300] = 7196, + [7301] = 7211, + [7302] = 7197, + [7303] = 7193, + [7304] = 7192, + [7305] = 7196, + [7306] = 7213, + [7307] = 7213, + [7308] = 7196, + [7309] = 7211, + [7310] = 7213, + [7311] = 7194, + [7312] = 7193, + [7313] = 7213, + [7314] = 7197, + [7315] = 7211, + [7316] = 7211, + [7317] = 7193, + [7318] = 7197, + [7319] = 7197, + [7320] = 7196, + [7321] = 7213, + [7322] = 7192, + [7323] = 7213, + [7324] = 7192, + [7325] = 7197, + [7326] = 7211, + [7327] = 7213, + [7328] = 7197, + [7329] = 7211, + [7330] = 7206, + [7331] = 7197, + [7332] = 7211, + [7333] = 7194, + [7334] = 7196, + [7335] = 7194, + [7336] = 7211, + [7337] = 7192, + [7338] = 7193, + [7339] = 7197, + [7340] = 7197, + [7341] = 7213, + [7342] = 7211, + [7343] = 7213, + [7344] = 7211, + [7345] = 7195, + [7346] = 7213, + [7347] = 7196, + [7348] = 7196, + [7349] = 7196, + [7350] = 7194, + [7351] = 7197, + [7352] = 7194, + [7353] = 7194, + [7354] = 7192, + [7355] = 7197, + [7356] = 7211, + [7357] = 7196, + [7358] = 7192, + [7359] = 7197, + [7360] = 7213, + [7361] = 7197, + [7362] = 7213, + [7363] = 7193, + [7364] = 7193, + [7365] = 7193, + [7366] = 7193, + [7367] = 7211, + [7368] = 7211, + [7369] = 7192, + [7370] = 7195, + [7371] = 7211, + [7372] = 7197, + [7373] = 7196, + [7374] = 7213, + [7375] = 7211, + [7376] = 7197, + [7377] = 7194, + [7378] = 7194, + [7379] = 7195, + [7380] = 7193, + [7381] = 7192, + [7382] = 7197, + [7383] = 7197, + [7384] = 7211, + [7385] = 7211, + [7386] = 7211, + [7387] = 7196, + [7388] = 7197, + [7389] = 7193, + [7390] = 7192, + [7391] = 7196, + [7392] = 7211, + [7393] = 7192, + [7394] = 7206, + [7395] = 7211, + [7396] = 7213, + [7397] = 7194, + [7398] = 7192, + [7399] = 7197, + [7400] = 7213, + [7401] = 7194, + [7402] = 7195, + [7403] = 7192, + [7404] = 7211, + [7405] = 7194, + [7406] = 7192, + [7407] = 7197, + [7408] = 7196, + [7409] = 7206, + [7410] = 7211, + [7411] = 7192, + [7412] = 7196, + [7413] = 7194, + [7414] = 7197, + [7415] = 7193, + [7416] = 842, + [7417] = 4003, + [7418] = 1099, + [7419] = 1100, + [7420] = 1101, + [7421] = 1106, + [7422] = 1109, + [7423] = 7423, + [7424] = 7424, + [7425] = 3866, + [7426] = 7426, + [7427] = 7427, + [7428] = 4002, + [7429] = 3968, + [7430] = 3980, + [7431] = 3974, [7432] = 7432, - [7433] = 7401, + [7433] = 7432, [7434] = 7434, - [7435] = 7400, - [7436] = 7406, - [7437] = 7401, - [7438] = 7400, - [7439] = 7401, - [7440] = 7414, - [7441] = 7400, - [7442] = 7402, - [7443] = 7400, - [7444] = 7422, - [7445] = 7414, - [7446] = 7405, - [7447] = 7402, - [7448] = 7448, - [7449] = 7422, - [7450] = 868, - [7451] = 7406, - [7452] = 7434, - [7453] = 7414, - [7454] = 7422, - [7455] = 7414, - [7456] = 7417, - [7457] = 7401, - [7458] = 7400, - [7459] = 7422, - [7460] = 7406, - [7461] = 7414, - [7462] = 7401, - [7463] = 7434, - [7464] = 7448, - [7465] = 7406, - [7466] = 7402, - [7467] = 7422, - [7468] = 7400, - [7469] = 7406, - [7470] = 7401, - [7471] = 7400, - [7472] = 7406, - [7473] = 7402, - [7474] = 7417, - [7475] = 7414, - [7476] = 831, - [7477] = 7400, - [7478] = 7406, - [7479] = 7401, - [7480] = 7417, - [7481] = 7414, - [7482] = 7401, - [7483] = 7401, - [7484] = 7448, - [7485] = 7417, - [7486] = 7406, - [7487] = 7406, - [7488] = 7448, - [7489] = 7422, - [7490] = 7400, - [7491] = 7406, - [7492] = 7422, - [7493] = 7400, - [7494] = 7494, - [7495] = 7417, - [7496] = 7406, - [7497] = 7406, - [7498] = 7400, - [7499] = 7414, - [7500] = 7401, - [7501] = 7448, - [7502] = 7417, - [7503] = 7405, - [7504] = 7406, - [7505] = 7414, - [7506] = 7401, - [7507] = 7417, - [7508] = 7422, - [7509] = 7401, - [7510] = 7400, - [7511] = 7401, - [7512] = 7434, - [7513] = 7513, - [7514] = 7405, - [7515] = 7417, - [7516] = 7417, - [7517] = 7406, - [7518] = 7406, - [7519] = 846, - [7520] = 7417, - [7521] = 856, - [7522] = 7406, - [7523] = 7414, - [7524] = 7400, - [7525] = 7401, - [7526] = 7401, - [7527] = 7434, - [7528] = 7401, - [7529] = 7414, - [7530] = 7406, - [7531] = 7401, - [7532] = 7406, - [7533] = 7422, - [7534] = 7400, - [7535] = 7401, - [7536] = 7448, - [7537] = 875, - [7538] = 7417, - [7539] = 7400, - [7540] = 7400, - [7541] = 7417, - [7542] = 7422, - [7543] = 7402, - [7544] = 7400, - [7545] = 7422, - [7546] = 7400, - [7547] = 7401, - [7548] = 7405, - [7549] = 7549, - [7550] = 7406, - [7551] = 7400, - [7552] = 7405, - [7553] = 7406, - [7554] = 7448, - [7555] = 7417, - [7556] = 7401, - [7557] = 7434, - [7558] = 7406, - [7559] = 7417, - [7560] = 7400, - [7561] = 7561, - [7562] = 831, - [7563] = 7563, - [7564] = 7561, - [7565] = 7565, - [7566] = 7566, - [7567] = 7567, - [7568] = 7568, - [7569] = 856, - [7570] = 7570, - [7571] = 7568, - [7572] = 7565, - [7573] = 7561, - [7574] = 7566, - [7575] = 7566, - [7576] = 7576, - [7577] = 7563, - [7578] = 7578, - [7579] = 7570, - [7580] = 7563, - [7581] = 7578, - [7582] = 7563, - [7583] = 7583, - [7584] = 831, - [7585] = 7566, - [7586] = 7563, - [7587] = 7566, - [7588] = 7561, - [7589] = 7563, - [7590] = 7590, - [7591] = 7583, - [7592] = 7576, - [7593] = 7565, - [7594] = 7565, - [7595] = 7567, - [7596] = 7583, - [7597] = 7597, - [7598] = 7561, - [7599] = 7563, - [7600] = 7583, - [7601] = 7576, - [7602] = 7568, - [7603] = 7603, - [7604] = 7567, - [7605] = 7566, - [7606] = 7576, - [7607] = 7570, - [7608] = 7563, - [7609] = 7565, - [7610] = 7565, - [7611] = 7568, - [7612] = 7576, - [7613] = 7561, - [7614] = 7565, - [7615] = 7566, - [7616] = 7568, - [7617] = 7583, - [7618] = 7567, - [7619] = 7567, - [7620] = 7567, - [7621] = 7570, - [7622] = 7568, - [7623] = 7568, - [7624] = 7568, - [7625] = 7566, - [7626] = 7570, - [7627] = 7561, - [7628] = 7565, - [7629] = 7570, - [7630] = 7590, + [7435] = 7434, + [7436] = 7436, + [7437] = 7432, + [7438] = 7438, + [7439] = 7439, + [7440] = 7440, + [7441] = 7432, + [7442] = 7439, + [7443] = 7443, + [7444] = 7438, + [7445] = 7445, + [7446] = 7438, + [7447] = 7439, + [7448] = 7438, + [7449] = 7439, + [7450] = 7438, + [7451] = 7439, + [7452] = 7432, + [7453] = 7438, + [7454] = 7432, + [7455] = 7455, + [7456] = 7438, + [7457] = 865, + [7458] = 7432, + [7459] = 7432, + [7460] = 7439, + [7461] = 7461, + [7462] = 7434, + [7463] = 7463, + [7464] = 7439, + [7465] = 7439, + [7466] = 7432, + [7467] = 7461, + [7468] = 7434, + [7469] = 7438, + [7470] = 7432, + [7471] = 7445, + [7472] = 7438, + [7473] = 7439, + [7474] = 7439, + [7475] = 7432, + [7476] = 7443, + [7477] = 7436, + [7478] = 7438, + [7479] = 7440, + [7480] = 7439, + [7481] = 7440, + [7482] = 7436, + [7483] = 854, + [7484] = 7440, + [7485] = 7439, + [7486] = 7461, + [7487] = 834, + [7488] = 7439, + [7489] = 7439, + [7490] = 7443, + [7491] = 7432, + [7492] = 7492, + [7493] = 7493, + [7494] = 7443, + [7495] = 7495, + [7496] = 7432, + [7497] = 7439, + [7498] = 7432, + [7499] = 7436, + [7500] = 7439, + [7501] = 7492, + [7502] = 7440, + [7503] = 7438, + [7504] = 7432, + [7505] = 7439, + [7506] = 7432, + [7507] = 7438, + [7508] = 7432, + [7509] = 7439, + [7510] = 7492, + [7511] = 7440, + [7512] = 7438, + [7513] = 7438, + [7514] = 7438, + [7515] = 7438, + [7516] = 7434, + [7517] = 842, + [7518] = 7443, + [7519] = 7440, + [7520] = 7432, + [7521] = 7432, + [7522] = 7440, + [7523] = 7439, + [7524] = 7438, + [7525] = 7438, + [7526] = 7438, + [7527] = 7432, + [7528] = 7439, + [7529] = 7443, + [7530] = 7432, + [7531] = 7531, + [7532] = 7432, + [7533] = 7438, + [7534] = 7445, + [7535] = 7438, + [7536] = 7461, + [7537] = 868, + [7538] = 7439, + [7539] = 7434, + [7540] = 7432, + [7541] = 7439, + [7542] = 7438, + [7543] = 7461, + [7544] = 7439, + [7545] = 7443, + [7546] = 7440, + [7547] = 7432, + [7548] = 7438, + [7549] = 7432, + [7550] = 7440, + [7551] = 7492, + [7552] = 7552, + [7553] = 7440, + [7554] = 7438, + [7555] = 7436, + [7556] = 7445, + [7557] = 7440, + [7558] = 7443, + [7559] = 7434, + [7560] = 7439, + [7561] = 7434, + [7562] = 7492, + [7563] = 7492, + [7564] = 7436, + [7565] = 7440, + [7566] = 7439, + [7567] = 852, + [7568] = 7434, + [7569] = 7438, + [7570] = 7443, + [7571] = 7434, + [7572] = 7440, + [7573] = 7434, + [7574] = 7432, + [7575] = 7440, + [7576] = 7443, + [7577] = 7439, + [7578] = 7432, + [7579] = 7445, + [7580] = 7461, + [7581] = 7445, + [7582] = 7582, + [7583] = 7443, + [7584] = 7436, + [7585] = 7439, + [7586] = 7443, + [7587] = 7440, + [7588] = 7434, + [7589] = 7438, + [7590] = 7440, + [7591] = 7440, + [7592] = 7438, + [7593] = 7593, + [7594] = 7594, + [7595] = 7595, + [7596] = 7593, + [7597] = 7595, + [7598] = 7594, + [7599] = 7599, + [7600] = 7594, + [7601] = 7601, + [7602] = 7593, + [7603] = 7594, + [7604] = 983, + [7605] = 7595, + [7606] = 7594, + [7607] = 7601, + [7608] = 7601, + [7609] = 7594, + [7610] = 7595, + [7611] = 7611, + [7612] = 7595, + [7613] = 7613, + [7614] = 7601, + [7615] = 7613, + [7616] = 7616, + [7617] = 7599, + [7618] = 865, + [7619] = 7601, + [7620] = 7601, + [7621] = 7613, + [7622] = 7622, + [7623] = 7594, + [7624] = 7594, + [7625] = 7593, + [7626] = 7595, + [7627] = 7611, + [7628] = 7599, + [7629] = 7595, + [7630] = 7611, [7631] = 7631, - [7632] = 7567, - [7633] = 7568, - [7634] = 7561, - [7635] = 7568, - [7636] = 7561, - [7637] = 7567, - [7638] = 7583, - [7639] = 7566, - [7640] = 7576, - [7641] = 7576, - [7642] = 7563, - [7643] = 7567, - [7644] = 7563, - [7645] = 7583, - [7646] = 7561, - [7647] = 7567, - [7648] = 7583, - [7649] = 7563, - [7650] = 7570, - [7651] = 7570, - [7652] = 7566, - [7653] = 7653, - [7654] = 7566, - [7655] = 7583, - [7656] = 7578, - [7657] = 7576, - [7658] = 7568, - [7659] = 7583, - [7660] = 7660, - [7661] = 7563, - [7662] = 7570, - [7663] = 7563, - [7664] = 7566, - [7665] = 7567, - [7666] = 7563, - [7667] = 7566, - [7668] = 7561, - [7669] = 7566, - [7670] = 7590, - [7671] = 7566, - [7672] = 7672, - [7673] = 7566, - [7674] = 7576, - [7675] = 7675, - [7676] = 7561, - [7677] = 7578, - [7678] = 7568, - [7679] = 7578, - [7680] = 7583, - [7681] = 7576, - [7682] = 7590, - [7683] = 7570, - [7684] = 7567, - [7685] = 7590, - [7686] = 7578, - [7687] = 7563, - [7688] = 7565, - [7689] = 7563, - [7690] = 7561, - [7691] = 7583, - [7692] = 7568, - [7693] = 7563, - [7694] = 7568, - [7695] = 7566, - [7696] = 965, - [7697] = 972, - [7698] = 7590, - [7699] = 7578, - [7700] = 7590, - [7701] = 7570, - [7702] = 7567, - [7703] = 7583, - [7704] = 7590, - [7705] = 7563, - [7706] = 7568, - [7707] = 7561, - [7708] = 7561, - [7709] = 7568, - [7710] = 7565, - [7711] = 7565, - [7712] = 7565, - [7713] = 7583, - [7714] = 7583, - [7715] = 7583, - [7716] = 7578, - [7717] = 7583, - [7718] = 7566, - [7719] = 7563, - [7720] = 868, - [7721] = 7570, - [7722] = 7567, - [7723] = 7570, - [7724] = 7567, - [7725] = 7566, - [7726] = 7570, - [7727] = 7567, - [7728] = 7570, - [7729] = 7563, - [7730] = 7568, - [7731] = 7568, - [7732] = 7566, - [7733] = 7583, - [7734] = 7734, - [7735] = 7566, - [7736] = 7576, - [7737] = 7565, - [7738] = 7578, - [7739] = 7566, - [7740] = 7568, - [7741] = 7563, - [7742] = 7583, - [7743] = 7563, - [7744] = 7576, - [7745] = 7561, - [7746] = 7567, - [7747] = 7576, - [7748] = 7565, - [7749] = 7583, - [7750] = 7570, - [7751] = 7565, - [7752] = 7570, - [7753] = 7576, - [7754] = 7583, - [7755] = 7565, - [7756] = 7756, - [7757] = 7583, - [7758] = 7561, - [7759] = 7576, - [7760] = 7583, - [7761] = 7561, - [7762] = 7576, - [7763] = 7563, - [7764] = 7570, - [7765] = 7566, - [7766] = 7576, - [7767] = 7561, - [7768] = 7583, - [7769] = 7565, - [7770] = 7590, - [7771] = 7568, - [7772] = 7567, - [7773] = 7566, - [7774] = 7576, - [7775] = 7568, - [7776] = 7565, - [7777] = 7563, - [7778] = 7566, - [7779] = 7570, - [7780] = 7568, - [7781] = 7576, - [7782] = 7570, - [7783] = 7561, - [7784] = 7563, - [7785] = 7570, - [7786] = 7568, - [7787] = 7570, - [7788] = 7567, - [7789] = 7566, - [7790] = 7583, - [7791] = 981, - [7792] = 7565, - [7793] = 7565, - [7794] = 7568, - [7795] = 7561, - [7796] = 7565, - [7797] = 7583, - [7798] = 7576, - [7799] = 7563, - [7800] = 7567, - [7801] = 7561, - [7802] = 7570, - [7803] = 7567, - [7804] = 7563, - [7805] = 7561, - [7806] = 7576, - [7807] = 7565, - [7808] = 7568, - [7809] = 7567, - [7810] = 7566, - [7811] = 7567, - [7812] = 7583, - [7813] = 7570, - [7814] = 7570, - [7815] = 7576, - [7816] = 7570, - [7817] = 7567, - [7818] = 7565, - [7819] = 7568, - [7820] = 7565, - [7821] = 7568, - [7822] = 7576, - [7823] = 7576, - [7824] = 7561, - [7825] = 7567, - [7826] = 7576, - [7827] = 7565, - [7828] = 7561, - [7829] = 7567, - [7830] = 7576, - [7831] = 7570, - [7832] = 7567, - [7833] = 7576, - [7834] = 7561, - [7835] = 7565, - [7836] = 7561, - [7837] = 7837, - [7838] = 7565, - [7839] = 7839, - [7840] = 798, - [7841] = 801, - [7842] = 800, - [7843] = 799, - [7844] = 797, - [7845] = 7845, - [7846] = 7845, - [7847] = 7845, - [7848] = 849, - [7849] = 797, - [7850] = 858, - [7851] = 798, - [7852] = 7845, - [7853] = 863, - [7854] = 835, - [7855] = 7845, - [7856] = 915, - [7857] = 799, - [7858] = 7845, - [7859] = 867, - [7860] = 800, - [7861] = 801, - [7862] = 863, - [7863] = 7863, - [7864] = 833, - [7865] = 7863, - [7866] = 7863, - [7867] = 7867, - [7868] = 7863, - [7869] = 867, - [7870] = 7870, - [7871] = 845, - [7872] = 836, - [7873] = 7863, - [7874] = 835, - [7875] = 849, - [7876] = 7863, - [7877] = 842, - [7878] = 7863, - [7879] = 834, - [7880] = 7863, - [7881] = 7863, - [7882] = 7863, - [7883] = 7863, - [7884] = 840, - [7885] = 7863, - [7886] = 7863, - [7887] = 915, - [7888] = 7863, - [7889] = 7863, - [7890] = 7863, - [7891] = 7891, - [7892] = 7032, - [7893] = 7863, - [7894] = 822, - [7895] = 7863, - [7896] = 7863, - [7897] = 7863, - [7898] = 7863, - [7899] = 7863, - [7900] = 860, - [7901] = 7863, - [7902] = 858, - [7903] = 839, - [7904] = 7863, - [7905] = 836, - [7906] = 1023, - [7907] = 939, - [7908] = 900, - [7909] = 7909, - [7910] = 904, - [7911] = 898, - [7912] = 7912, - [7913] = 1025, - [7914] = 7914, - [7915] = 929, - [7916] = 877, - [7917] = 905, + [7632] = 7622, + [7633] = 854, + [7634] = 7634, + [7635] = 7593, + [7636] = 7601, + [7637] = 7601, + [7638] = 7613, + [7639] = 7639, + [7640] = 7640, + [7641] = 7599, + [7642] = 7594, + [7643] = 7611, + [7644] = 7595, + [7645] = 7601, + [7646] = 7594, + [7647] = 7595, + [7648] = 7593, + [7649] = 7640, + [7650] = 7634, + [7651] = 7611, + [7652] = 7599, + [7653] = 7613, + [7654] = 7640, + [7655] = 7593, + [7656] = 7634, + [7657] = 7622, + [7658] = 7639, + [7659] = 7611, + [7660] = 7601, + [7661] = 7661, + [7662] = 7613, + [7663] = 7599, + [7664] = 7640, + [7665] = 7640, + [7666] = 7593, + [7667] = 7634, + [7668] = 7611, + [7669] = 7613, + [7670] = 7599, + [7671] = 7640, + [7672] = 7593, + [7673] = 7634, + [7674] = 7611, + [7675] = 7613, + [7676] = 7599, + [7677] = 7593, + [7678] = 7678, + [7679] = 7634, + [7680] = 7622, + [7681] = 7593, + [7682] = 7640, + [7683] = 7683, + [7684] = 7634, + [7685] = 7594, + [7686] = 7634, + [7687] = 7639, + [7688] = 7634, + [7689] = 7595, + [7690] = 7594, + [7691] = 7594, + [7692] = 865, + [7693] = 7594, + [7694] = 7640, + [7695] = 7639, + [7696] = 7640, + [7697] = 7634, + [7698] = 7601, + [7699] = 1005, + [7700] = 999, + [7701] = 7595, + [7702] = 7640, + [7703] = 7593, + [7704] = 7634, + [7705] = 7611, + [7706] = 7599, + [7707] = 7707, + [7708] = 7611, + [7709] = 7634, + [7710] = 7640, + [7711] = 7599, + [7712] = 7640, + [7713] = 7593, + [7714] = 7634, + [7715] = 7611, + [7716] = 7599, + [7717] = 7593, + [7718] = 7595, + [7719] = 7634, + [7720] = 7611, + [7721] = 7613, + [7722] = 7611, + [7723] = 7599, + [7724] = 7640, + [7725] = 7613, + [7726] = 7593, + [7727] = 7599, + [7728] = 7613, + [7729] = 7611, + [7730] = 7634, + [7731] = 7640, + [7732] = 7595, + [7733] = 7639, + [7734] = 7611, + [7735] = 7601, + [7736] = 7593, + [7737] = 7595, + [7738] = 7634, + [7739] = 7595, + [7740] = 7611, + [7741] = 7613, + [7742] = 7594, + [7743] = 7595, + [7744] = 7601, + [7745] = 7599, + [7746] = 7595, + [7747] = 7595, + [7748] = 7594, + [7749] = 7601, + [7750] = 7613, + [7751] = 7595, + [7752] = 7594, + [7753] = 7601, + [7754] = 7599, + [7755] = 7595, + [7756] = 7640, + [7757] = 7594, + [7758] = 7601, + [7759] = 7595, + [7760] = 7594, + [7761] = 7601, + [7762] = 7593, + [7763] = 7634, + [7764] = 7611, + [7765] = 7599, + [7766] = 7634, + [7767] = 7613, + [7768] = 7622, + [7769] = 7593, + [7770] = 7640, + [7771] = 7613, + [7772] = 7593, + [7773] = 7634, + [7774] = 7640, + [7775] = 7611, + [7776] = 7613, + [7777] = 7599, + [7778] = 7594, + [7779] = 7640, + [7780] = 7613, + [7781] = 7613, + [7782] = 7640, + [7783] = 7601, + [7784] = 7639, + [7785] = 7601, + [7786] = 7594, + [7787] = 7634, + [7788] = 7788, + [7789] = 7611, + [7790] = 7613, + [7791] = 7601, + [7792] = 7599, + [7793] = 7595, + [7794] = 7593, + [7795] = 7795, + [7796] = 7640, + [7797] = 7593, + [7798] = 7640, + [7799] = 7634, + [7800] = 7634, + [7801] = 7611, + [7802] = 7613, + [7803] = 7599, + [7804] = 7593, + [7805] = 7594, + [7806] = 7599, + [7807] = 7601, + [7808] = 7611, + [7809] = 7622, + [7810] = 7599, + [7811] = 7622, + [7812] = 7812, + [7813] = 7613, + [7814] = 7601, + [7815] = 7634, + [7816] = 7611, + [7817] = 7611, + [7818] = 7613, + [7819] = 7622, + [7820] = 7820, + [7821] = 7613, + [7822] = 7599, + [7823] = 7634, + [7824] = 7595, + [7825] = 7611, + [7826] = 7593, + [7827] = 7639, + [7828] = 7640, + [7829] = 7640, + [7830] = 842, + [7831] = 7634, + [7832] = 7593, + [7833] = 7611, + [7834] = 7640, + [7835] = 7601, + [7836] = 7594, + [7837] = 7611, + [7838] = 7599, + [7839] = 7595, + [7840] = 7595, + [7841] = 7599, + [7842] = 7594, + [7843] = 7601, + [7844] = 7594, + [7845] = 7613, + [7846] = 7640, + [7847] = 7595, + [7848] = 7622, + [7849] = 7593, + [7850] = 7634, + [7851] = 7601, + [7852] = 7599, + [7853] = 7611, + [7854] = 7640, + [7855] = 7639, + [7856] = 7601, + [7857] = 7599, + [7858] = 7613, + [7859] = 7594, + [7860] = 7613, + [7861] = 7613, + [7862] = 7595, + [7863] = 7594, + [7864] = 7639, + [7865] = 7599, + [7866] = 7640, + [7867] = 7593, + [7868] = 7593, + [7869] = 7634, + [7870] = 7601, + [7871] = 788, + [7872] = 789, + [7873] = 793, + [7874] = 7874, + [7875] = 802, + [7876] = 785, + [7877] = 788, + [7878] = 802, + [7879] = 863, + [7880] = 7880, + [7881] = 789, + [7882] = 851, + [7883] = 7880, + [7884] = 793, + [7885] = 864, + [7886] = 850, + [7887] = 7880, + [7888] = 896, + [7889] = 7880, + [7890] = 7880, + [7891] = 785, + [7892] = 849, + [7893] = 7880, + [7894] = 7894, + [7895] = 7894, + [7896] = 7894, + [7897] = 7894, + [7898] = 7894, + [7899] = 849, + [7900] = 7894, + [7901] = 850, + [7902] = 851, + [7903] = 7894, + [7904] = 812, + [7905] = 856, + [7906] = 7894, + [7907] = 7894, + [7908] = 863, + [7909] = 7894, + [7910] = 862, + [7911] = 7894, + [7912] = 874, + [7913] = 869, + [7914] = 845, + [7915] = 7894, + [7916] = 861, + [7917] = 7894, [7918] = 7918, - [7919] = 930, - [7920] = 919, - [7921] = 7909, - [7922] = 1003, - [7923] = 7909, - [7924] = 1019, - [7925] = 931, - [7926] = 845, - [7927] = 7918, - [7928] = 7909, - [7929] = 921, - [7930] = 833, - [7931] = 7918, - [7932] = 7918, - [7933] = 903, - [7934] = 834, - [7935] = 860, - [7936] = 889, - [7937] = 916, - [7938] = 928, - [7939] = 7909, + [7919] = 7894, + [7920] = 7920, + [7921] = 7894, + [7922] = 7894, + [7923] = 7894, + [7924] = 864, + [7925] = 833, + [7926] = 7894, + [7927] = 896, + [7928] = 7894, + [7929] = 7894, + [7930] = 7894, + [7931] = 7894, + [7932] = 7034, + [7933] = 7894, + [7934] = 875, + [7935] = 7894, + [7936] = 7936, + [7937] = 993, + [7938] = 875, + [7939] = 833, [7940] = 7940, - [7941] = 934, - [7942] = 1024, - [7943] = 7918, - [7944] = 7918, - [7945] = 925, - [7946] = 839, - [7947] = 842, - [7948] = 1029, - [7949] = 912, - [7950] = 977, - [7951] = 932, - [7952] = 914, - [7953] = 840, - [7954] = 917, - [7955] = 935, - [7956] = 7909, - [7957] = 1037, - [7958] = 7958, - [7959] = 7959, - [7960] = 7958, - [7961] = 7961, - [7962] = 1008, - [7963] = 7959, - [7964] = 7964, - [7965] = 7961, - [7966] = 1010, - [7967] = 7959, - [7968] = 7968, - [7969] = 7958, - [7970] = 7959, - [7971] = 7959, - [7972] = 7964, - [7973] = 7964, - [7974] = 1068, - [7975] = 7975, - [7976] = 977, - [7977] = 1019, - [7978] = 929, - [7979] = 7959, - [7980] = 7964, - [7981] = 7961, - [7982] = 7958, - [7983] = 7964, - [7984] = 1025, - [7985] = 7961, - [7986] = 1009, - [7987] = 7961, - [7988] = 7961, - [7989] = 7959, - [7990] = 7964, - [7991] = 983, - [7992] = 7961, - [7993] = 980, - [7994] = 7958, - [7995] = 7995, - [7996] = 7958, - [7997] = 7961, - [7998] = 7964, - [7999] = 7958, - [8000] = 7959, - [8001] = 7964, - [8002] = 7961, - [8003] = 7959, - [8004] = 1003, - [8005] = 931, - [8006] = 7964, - [8007] = 7958, - [8008] = 1037, - [8009] = 7968, - [8010] = 943, - [8011] = 7968, - [8012] = 7959, - [8013] = 7975, - [8014] = 7958, - [8015] = 7968, - [8016] = 1031, - [8017] = 1023, - [8018] = 7958, - [8019] = 7959, - [8020] = 8020, - [8021] = 7975, - [8022] = 904, - [8023] = 7964, - [8024] = 1029, - [8025] = 905, - [8026] = 7961, - [8027] = 930, - [8028] = 7958, - [8029] = 1024, + [7941] = 7941, + [7942] = 1010, + [7943] = 906, + [7944] = 856, + [7945] = 910, + [7946] = 861, + [7947] = 7947, + [7948] = 7948, + [7949] = 1018, + [7950] = 885, + [7951] = 1008, + [7952] = 7941, + [7953] = 7947, + [7954] = 874, + [7955] = 894, + [7956] = 862, + [7957] = 891, + [7958] = 914, + [7959] = 869, + [7960] = 7941, + [7961] = 939, + [7962] = 925, + [7963] = 7947, + [7964] = 7947, + [7965] = 845, + [7966] = 902, + [7967] = 922, + [7968] = 7941, + [7969] = 7947, + [7970] = 7941, + [7971] = 917, + [7972] = 959, + [7973] = 887, + [7974] = 892, + [7975] = 7941, + [7976] = 921, + [7977] = 948, + [7978] = 982, + [7979] = 943, + [7980] = 878, + [7981] = 877, + [7982] = 1014, + [7983] = 915, + [7984] = 937, + [7985] = 7985, + [7986] = 924, + [7987] = 907, + [7988] = 936, + [7989] = 7947, + [7990] = 7990, + [7991] = 7991, + [7992] = 7992, + [7993] = 7991, + [7994] = 887, + [7995] = 883, + [7996] = 934, + [7997] = 7997, + [7998] = 7991, + [7999] = 7992, + [8000] = 7992, + [8001] = 8001, + [8002] = 922, + [8003] = 8001, + [8004] = 965, + [8005] = 7997, + [8006] = 1109, + [8007] = 7997, + [8008] = 8008, + [8009] = 921, + [8010] = 7997, + [8011] = 7992, + [8012] = 958, + [8013] = 959, + [8014] = 7992, + [8015] = 7991, + [8016] = 948, + [8017] = 8001, + [8018] = 944, + [8019] = 8001, + [8020] = 7997, + [8021] = 1014, + [8022] = 7991, + [8023] = 7991, + [8024] = 976, + [8025] = 982, + [8026] = 7997, + [8027] = 878, + [8028] = 877, + [8029] = 7997, [8030] = 8030, - [8031] = 1175, - [8032] = 1007, - [8033] = 7958, - [8034] = 7961, - [8035] = 7964, - [8036] = 7961, - [8037] = 7975, - [8038] = 7964, - [8039] = 7959, - [8040] = 1176, - [8041] = 1177, - [8042] = 1101, - [8043] = 1178, - [8044] = 8044, - [8045] = 7958, - [8046] = 875, - [8047] = 7964, - [8048] = 7961, - [8049] = 7964, - [8050] = 7959, - [8051] = 7958, - [8052] = 7958, - [8053] = 7958, - [8054] = 7961, - [8055] = 1134, - [8056] = 7961, - [8057] = 7964, - [8058] = 925, - [8059] = 7959, - [8060] = 7964, - [8061] = 7959, - [8062] = 7975, - [8063] = 7958, - [8064] = 928, - [8065] = 7964, - [8066] = 7958, - [8067] = 7959, - [8068] = 7959, - [8069] = 7964, - [8070] = 7961, - [8071] = 7964, - [8072] = 7968, - [8073] = 7959, - [8074] = 7959, - [8075] = 7961, - [8076] = 916, - [8077] = 7964, - [8078] = 914, - [8079] = 7968, - [8080] = 7961, - [8081] = 7958, - [8082] = 7961, - [8083] = 7964, - [8084] = 7959, - [8085] = 7958, - [8086] = 932, - [8087] = 7958, - [8088] = 7961, - [8089] = 7964, - [8090] = 7959, - [8091] = 7961, - [8092] = 7958, - [8093] = 910, - [8094] = 898, - [8095] = 7959, - [8096] = 7959, - [8097] = 939, - [8098] = 7958, - [8099] = 941, - [8100] = 7961, - [8101] = 7964, - [8102] = 7959, - [8103] = 7958, - [8104] = 900, - [8105] = 7958, - [8106] = 889, - [8107] = 7961, - [8108] = 7964, - [8109] = 935, - [8110] = 7961, - [8111] = 7959, - [8112] = 7961, - [8113] = 7964, - [8114] = 921, - [8115] = 7959, - [8116] = 7958, - [8117] = 912, - [8118] = 934, - [8119] = 877, - [8120] = 7975, - [8121] = 963, - [8122] = 8122, - [8123] = 866, - [8124] = 917, - [8125] = 7964, - [8126] = 7961, - [8127] = 903, - [8128] = 8128, - [8129] = 919, - [8130] = 7958, - [8131] = 7961, - [8132] = 7964, - [8133] = 7959, - [8134] = 8134, - [8135] = 8135, - [8136] = 8136, - [8137] = 8137, - [8138] = 8134, - [8139] = 8139, - [8140] = 8139, - [8141] = 964, - [8142] = 983, - [8143] = 980, - [8144] = 831, - [8145] = 8137, - [8146] = 8136, - [8147] = 8134, - [8148] = 8148, - [8149] = 1007, - [8150] = 8136, - [8151] = 8151, - [8152] = 8139, - [8153] = 8139, - [8154] = 8134, - [8155] = 8136, - [8156] = 8139, - [8157] = 8137, - [8158] = 8136, - [8159] = 8134, - [8160] = 856, - [8161] = 943, - [8162] = 8137, - [8163] = 8136, - [8164] = 8134, - [8165] = 8137, - [8166] = 8139, - [8167] = 8139, - [8168] = 8139, - [8169] = 8137, - [8170] = 8137, - [8171] = 8134, - [8172] = 8136, - [8173] = 8134, - [8174] = 8134, - [8175] = 8136, - [8176] = 8137, - [8177] = 8137, - [8178] = 8139, - [8179] = 8137, - [8180] = 8136, - [8181] = 8134, - [8182] = 8139, - [8183] = 8139, - [8184] = 8137, - [8185] = 8137, - [8186] = 8136, - [8187] = 8136, - [8188] = 8136, - [8189] = 8134, - [8190] = 868, - [8191] = 1015, - [8192] = 8134, - [8193] = 8139, - [8194] = 1031, - [8195] = 8139, - [8196] = 1018, - [8197] = 8137, - [8198] = 8136, - [8199] = 8134, - [8200] = 8137, - [8201] = 8139, - [8202] = 8137, - [8203] = 8136, - [8204] = 8134, - [8205] = 8136, - [8206] = 8134, - [8207] = 8207, - [8208] = 866, - [8209] = 8209, - [8210] = 8137, - [8211] = 8139, - [8212] = 8134, - [8213] = 8136, - [8214] = 963, - [8215] = 8139, - [8216] = 8137, - [8217] = 8139, - [8218] = 8137, - [8219] = 1005, - [8220] = 8136, - [8221] = 8221, - [8222] = 8134, - [8223] = 8136, + [8031] = 915, + [8032] = 8032, + [8033] = 7991, + [8034] = 8001, + [8035] = 937, + [8036] = 8001, + [8037] = 1006, + [8038] = 924, + [8039] = 7990, + [8040] = 951, + [8041] = 936, + [8042] = 7992, + [8043] = 8043, + [8044] = 8001, + [8045] = 1106, + [8046] = 8046, + [8047] = 7991, + [8048] = 8001, + [8049] = 7992, + [8050] = 7991, + [8051] = 7997, + [8052] = 7991, + [8053] = 1100, + [8054] = 8054, + [8055] = 8055, + [8056] = 1099, + [8057] = 1101, + [8058] = 910, + [8059] = 834, + [8060] = 7992, + [8061] = 7991, + [8062] = 8001, + [8063] = 7992, + [8064] = 7997, + [8065] = 7991, + [8066] = 7991, + [8067] = 943, + [8068] = 7991, + [8069] = 8054, + [8070] = 7997, + [8071] = 8001, + [8072] = 7992, + [8073] = 7991, + [8074] = 892, + [8075] = 925, + [8076] = 917, + [8077] = 7990, + [8078] = 7997, + [8079] = 8001, + [8080] = 8054, + [8081] = 1008, + [8082] = 1075, + [8083] = 1029, + [8084] = 7992, + [8085] = 7991, + [8086] = 7991, + [8087] = 939, + [8088] = 8001, + [8089] = 7997, + [8090] = 907, + [8091] = 1032, + [8092] = 7997, + [8093] = 7991, + [8094] = 7997, + [8095] = 8001, + [8096] = 7992, + [8097] = 1018, + [8098] = 7992, + [8099] = 7990, + [8100] = 902, + [8101] = 8001, + [8102] = 7997, + [8103] = 8001, + [8104] = 7997, + [8105] = 894, + [8106] = 914, + [8107] = 891, + [8108] = 8001, + [8109] = 8001, + [8110] = 885, + [8111] = 7997, + [8112] = 843, + [8113] = 7991, + [8114] = 1195, + [8115] = 993, + [8116] = 7992, + [8117] = 7990, + [8118] = 8054, + [8119] = 7992, + [8120] = 7992, + [8121] = 8001, + [8122] = 895, + [8123] = 7997, + [8124] = 7991, + [8125] = 7991, + [8126] = 7992, + [8127] = 7997, + [8128] = 7991, + [8129] = 7997, + [8130] = 8001, + [8131] = 7992, + [8132] = 8001, + [8133] = 8001, + [8134] = 7997, + [8135] = 7991, + [8136] = 7997, + [8137] = 7991, + [8138] = 8001, + [8139] = 7997, + [8140] = 7992, + [8141] = 7991, + [8142] = 7990, + [8143] = 8054, + [8144] = 7991, + [8145] = 7997, + [8146] = 8001, + [8147] = 7992, + [8148] = 7992, + [8149] = 906, + [8150] = 8001, + [8151] = 7992, + [8152] = 8001, + [8153] = 8054, + [8154] = 7991, + [8155] = 7992, + [8156] = 8001, + [8157] = 7992, + [8158] = 1010, + [8159] = 7997, + [8160] = 7992, + [8161] = 7992, + [8162] = 8001, + [8163] = 7997, + [8164] = 7992, + [8165] = 7997, + [8166] = 8166, + [8167] = 8167, + [8168] = 8168, + [8169] = 8166, + [8170] = 8167, + [8171] = 8171, + [8172] = 8168, + [8173] = 8166, + [8174] = 8167, + [8175] = 8168, + [8176] = 8171, + [8177] = 8167, + [8178] = 8168, + [8179] = 8166, + [8180] = 8180, + [8181] = 8168, + [8182] = 8171, + [8183] = 8167, + [8184] = 8166, + [8185] = 8166, + [8186] = 949, + [8187] = 865, + [8188] = 8167, + [8189] = 8171, + [8190] = 8167, + [8191] = 8168, + [8192] = 971, + [8193] = 8168, + [8194] = 8171, + [8195] = 8168, + [8196] = 8171, + [8197] = 8167, + [8198] = 8171, + [8199] = 8166, + [8200] = 8166, + [8201] = 8171, + [8202] = 8166, + [8203] = 8171, + [8204] = 8204, + [8205] = 8171, + [8206] = 8167, + [8207] = 8166, + [8208] = 8166, + [8209] = 8168, + [8210] = 8166, + [8211] = 8167, + [8212] = 8212, + [8213] = 8171, + [8214] = 8167, + [8215] = 8215, + [8216] = 8168, + [8217] = 8171, + [8218] = 8167, + [8219] = 8168, + [8220] = 8168, + [8221] = 1195, + [8222] = 8222, + [8223] = 8166, [8224] = 8224, - [8225] = 8136, - [8226] = 8137, - [8227] = 999, - [8228] = 1008, - [8229] = 8139, - [8230] = 8134, - [8231] = 1134, - [8232] = 1010, - [8233] = 3850, - [8234] = 8234, - [8235] = 8134, - [8236] = 1028, - [8237] = 8137, - [8238] = 1030, - [8239] = 8134, - [8240] = 8139, - [8241] = 8241, - [8242] = 8136, - [8243] = 8136, - [8244] = 8137, - [8245] = 1105, - [8246] = 986, - [8247] = 8139, - [8248] = 1032, - [8249] = 984, - [8250] = 1033, - [8251] = 8251, - [8252] = 8134, - [8253] = 941, - [8254] = 8139, - [8255] = 8134, - [8256] = 8136, - [8257] = 8137, - [8258] = 1034, - [8259] = 8139, - [8260] = 8139, - [8261] = 988, - [8262] = 989, - [8263] = 1006, - [8264] = 8264, - [8265] = 8139, - [8266] = 8266, - [8267] = 8134, - [8268] = 8136, - [8269] = 8134, - [8270] = 8136, - [8271] = 8137, - [8272] = 8272, - [8273] = 8139, - [8274] = 8274, - [8275] = 1001, - [8276] = 8137, - [8277] = 1131, - [8278] = 1068, - [8279] = 8134, - [8280] = 8136, - [8281] = 1013, - [8282] = 8134, - [8283] = 959, - [8284] = 8137, - [8285] = 961, - [8286] = 8139, - [8287] = 8136, - [8288] = 8137, - [8289] = 8134, - [8290] = 8139, - [8291] = 8136, - [8292] = 8292, - [8293] = 1004, - [8294] = 969, - [8295] = 8137, - [8296] = 949, - [8297] = 8297, - [8298] = 8298, - [8299] = 8299, - [8300] = 8300, - [8301] = 8301, - [8302] = 8298, - [8303] = 8303, - [8304] = 8304, - [8305] = 8301, - [8306] = 8304, - [8307] = 8307, - [8308] = 8300, - [8309] = 8309, - [8310] = 8310, - [8311] = 8311, - [8312] = 8312, - [8313] = 8304, - [8314] = 8298, - [8315] = 8309, - [8316] = 8310, - [8317] = 1022, - [8318] = 8318, - [8319] = 8319, - [8320] = 886, - [8321] = 8321, - [8322] = 8322, - [8323] = 8298, - [8324] = 8324, - [8325] = 8325, - [8326] = 8326, - [8327] = 8327, - [8328] = 8304, + [8225] = 8225, + [8226] = 1029, + [8227] = 8227, + [8228] = 8228, + [8229] = 8166, + [8230] = 1006, + [8231] = 1075, + [8232] = 8168, + [8233] = 8167, + [8234] = 8171, + [8235] = 8166, + [8236] = 8168, + [8237] = 8168, + [8238] = 958, + [8239] = 944, + [8240] = 8166, + [8241] = 951, + [8242] = 895, + [8243] = 8243, + [8244] = 8167, + [8245] = 8171, + [8246] = 8167, + [8247] = 8247, + [8248] = 8168, + [8249] = 842, + [8250] = 8171, + [8251] = 8171, + [8252] = 8167, + [8253] = 8168, + [8254] = 8171, + [8255] = 8166, + [8256] = 8166, + [8257] = 8168, + [8258] = 854, + [8259] = 8167, + [8260] = 8171, + [8261] = 1022, + [8262] = 8168, + [8263] = 8167, + [8264] = 8168, + [8265] = 1026, + [8266] = 1027, + [8267] = 8168, + [8268] = 976, + [8269] = 8171, + [8270] = 8167, + [8271] = 8166, + [8272] = 8167, + [8273] = 883, + [8274] = 8171, + [8275] = 843, + [8276] = 1015, + [8277] = 1023, + [8278] = 1036, + [8279] = 992, + [8280] = 8171, + [8281] = 965, + [8282] = 1007, + [8283] = 8167, + [8284] = 962, + [8285] = 8285, + [8286] = 8168, + [8287] = 8166, + [8288] = 1020, + [8289] = 3866, + [8290] = 8168, + [8291] = 8166, + [8292] = 8168, + [8293] = 8171, + [8294] = 8168, + [8295] = 8171, + [8296] = 8167, + [8297] = 8167, + [8298] = 8166, + [8299] = 1035, + [8300] = 1082, + [8301] = 966, + [8302] = 955, + [8303] = 8171, + [8304] = 947, + [8305] = 8305, + [8306] = 1163, + [8307] = 8168, + [8308] = 8308, + [8309] = 8167, + [8310] = 8166, + [8311] = 8166, + [8312] = 8166, + [8313] = 8166, + [8314] = 957, + [8315] = 963, + [8316] = 8316, + [8317] = 991, + [8318] = 964, + [8319] = 8171, + [8320] = 8168, + [8321] = 8166, + [8322] = 8171, + [8323] = 8167, + [8324] = 989, + [8325] = 981, + [8326] = 8167, + [8327] = 8167, + [8328] = 8171, [8329] = 8329, - [8330] = 8303, + [8330] = 8329, [8331] = 8331, [8332] = 8332, - [8333] = 8311, - [8334] = 8334, - [8335] = 8335, - [8336] = 8303, - [8337] = 8307, + [8333] = 8333, + [8334] = 8331, + [8335] = 8333, + [8336] = 8336, + [8337] = 8337, [8338] = 8338, [8339] = 8339, [8340] = 8340, - [8341] = 8301, + [8341] = 8341, [8342] = 8342, - [8343] = 8312, + [8343] = 8343, [8344] = 8344, [8345] = 8345, - [8346] = 8304, - [8347] = 8298, - [8348] = 8309, - [8349] = 8329, + [8346] = 8346, + [8347] = 940, + [8348] = 8348, + [8349] = 8349, [8350] = 8350, [8351] = 8351, - [8352] = 8299, - [8353] = 8298, - [8354] = 8354, - [8355] = 8350, - [8356] = 8299, - [8357] = 8312, - [8358] = 998, - [8359] = 8297, - [8360] = 8304, - [8361] = 8350, - [8362] = 8297, - [8363] = 8345, - [8364] = 8364, + [8352] = 8350, + [8353] = 8333, + [8354] = 8331, + [8355] = 8355, + [8356] = 8356, + [8357] = 8357, + [8358] = 8358, + [8359] = 8359, + [8360] = 8360, + [8361] = 8361, + [8362] = 8362, + [8363] = 8363, + [8364] = 8346, [8365] = 8365, - [8366] = 8366, - [8367] = 8367, - [8368] = 8311, - [8369] = 8310, - [8370] = 8309, - [8371] = 8312, - [8372] = 8304, - [8373] = 3929, - [8374] = 8329, - [8375] = 8298, + [8366] = 8337, + [8367] = 1015, + [8368] = 8345, + [8369] = 8369, + [8370] = 8370, + [8371] = 8371, + [8372] = 8372, + [8373] = 1036, + [8374] = 8374, + [8375] = 1007, [8376] = 8376, - [8377] = 8300, - [8378] = 8378, - [8379] = 8304, - [8380] = 8309, - [8381] = 8309, - [8382] = 8382, - [8383] = 8298, - [8384] = 8304, - [8385] = 8300, - [8386] = 8386, - [8387] = 8335, - [8388] = 8312, - [8389] = 8389, - [8390] = 1034, - [8391] = 8321, - [8392] = 8324, - [8393] = 8298, - [8394] = 8327, - [8395] = 8312, - [8396] = 8329, - [8397] = 8335, - [8398] = 8398, - [8399] = 890, - [8400] = 8311, - [8401] = 8304, - [8402] = 8402, - [8403] = 8345, - [8404] = 8350, - [8405] = 8299, - [8406] = 855, - [8407] = 964, - [8408] = 864, - [8409] = 869, - [8410] = 8329, - [8411] = 8298, - [8412] = 8327, - [8413] = 8324, - [8414] = 8321, - [8415] = 1124, - [8416] = 8312, - [8417] = 8301, - [8418] = 8301, - [8419] = 8335, + [8377] = 8377, + [8378] = 8365, + [8379] = 8379, + [8380] = 1020, + [8381] = 8381, + [8382] = 8329, + [8383] = 8383, + [8384] = 8384, + [8385] = 8358, + [8386] = 8358, + [8387] = 8336, + [8388] = 8374, + [8389] = 8336, + [8390] = 1035, + [8391] = 8370, + [8392] = 947, + [8393] = 8345, + [8394] = 3913, + [8395] = 8336, + [8396] = 966, + [8397] = 8346, + [8398] = 8371, + [8399] = 8371, + [8400] = 8370, + [8401] = 963, + [8402] = 8374, + [8403] = 8369, + [8404] = 964, + [8405] = 8350, + [8406] = 848, + [8407] = 8371, + [8408] = 8346, + [8409] = 8358, + [8410] = 1033, + [8411] = 847, + [8412] = 989, + [8413] = 8345, + [8414] = 846, + [8415] = 8362, + [8416] = 8371, + [8417] = 981, + [8418] = 8329, + [8419] = 8333, [8420] = 8420, - [8421] = 8421, - [8422] = 8422, - [8423] = 8301, - [8424] = 8307, - [8425] = 8297, - [8426] = 1013, - [8427] = 8303, - [8428] = 1033, - [8429] = 8429, - [8430] = 8312, - [8431] = 8431, - [8432] = 8309, - [8433] = 8298, - [8434] = 8434, - [8435] = 8435, - [8436] = 1006, - [8437] = 8437, - [8438] = 8329, - [8439] = 8327, - [8440] = 8311, - [8441] = 8300, - [8442] = 8304, - [8443] = 8324, - [8444] = 8309, - [8445] = 8321, - [8446] = 8319, - [8447] = 8350, - [8448] = 8311, - [8449] = 8310, - [8450] = 8309, - [8451] = 1032, - [8452] = 8311, - [8453] = 8303, - [8454] = 1004, - [8455] = 8350, - [8456] = 8335, - [8457] = 8304, - [8458] = 8298, - [8459] = 8345, - [8460] = 8300, - [8461] = 1030, - [8462] = 8297, - [8463] = 8350, - [8464] = 1028, - [8465] = 8319, - [8466] = 8321, - [8467] = 1118, - [8468] = 1123, - [8469] = 899, - [8470] = 8324, - [8471] = 1001, - [8472] = 1018, - [8473] = 8300, - [8474] = 8299, - [8475] = 1015, - [8476] = 8301, - [8477] = 8335, - [8478] = 8300, - [8479] = 1125, - [8480] = 8312, - [8481] = 8312, - [8482] = 1005, - [8483] = 8309, - [8484] = 8310, - [8485] = 907, - [8486] = 8299, - [8487] = 8298, - [8488] = 909, - [8489] = 8311, - [8490] = 8329, - [8491] = 8345, - [8492] = 911, - [8493] = 8350, - [8494] = 8304, - [8495] = 8350, - [8496] = 8496, - [8497] = 8309, - [8498] = 8299, - [8499] = 8307, - [8500] = 8329, - [8501] = 8307, - [8502] = 8301, - [8503] = 8350, - [8504] = 8298, - [8505] = 8312, - [8506] = 8298, - [8507] = 8507, - [8508] = 8312, - [8509] = 999, - [8510] = 8297, - [8511] = 949, - [8512] = 8301, - [8513] = 8310, - [8514] = 8309, - [8515] = 8303, - [8516] = 8312, - [8517] = 959, - [8518] = 8300, - [8519] = 961, - [8520] = 8304, - [8521] = 8309, - [8522] = 8345, - [8523] = 8523, - [8524] = 969, - [8525] = 837, - [8526] = 988, - [8527] = 8311, - [8528] = 8350, - [8529] = 989, - [8530] = 984, - [8531] = 8304, - [8532] = 8327, - [8533] = 8319, - [8534] = 8321, - [8535] = 8324, - [8536] = 8327, - [8537] = 986, - [8538] = 8303, - [8539] = 8307, - [8540] = 8329, - [8541] = 8541, - [8542] = 8542, - [8543] = 8543, - [8544] = 8544, - [8545] = 8545, - [8546] = 8546, - [8547] = 8547, - [8548] = 8548, - [8549] = 8549, - [8550] = 8550, - [8551] = 8551, - [8552] = 8542, - [8553] = 8553, - [8554] = 8554, - [8555] = 8543, - [8556] = 1105, - [8557] = 8557, - [8558] = 8551, - [8559] = 8557, - [8560] = 8548, - [8561] = 8554, - [8562] = 8542, - [8563] = 8554, - [8564] = 8546, - [8565] = 8543, - [8566] = 8548, - [8567] = 8548, - [8568] = 8549, - [8569] = 8544, - [8570] = 1131, - [8571] = 1128, - [8572] = 8548, - [8573] = 1148, - [8574] = 8546, - [8575] = 8549, - [8576] = 8551, - [8577] = 8550, - [8578] = 8578, - [8579] = 8579, - [8580] = 8548, - [8581] = 8578, - [8582] = 8548, - [8583] = 8545, - [8584] = 8579, - [8585] = 8544, - [8586] = 8554, - [8587] = 1118, - [8588] = 8550, - [8589] = 8548, - [8590] = 8554, + [8421] = 8370, + [8422] = 8370, + [8423] = 8358, + [8424] = 8424, + [8425] = 8369, + [8426] = 8359, + [8427] = 8361, + [8428] = 941, + [8429] = 8329, + [8430] = 8360, + [8431] = 928, + [8432] = 8374, + [8433] = 8433, + [8434] = 918, + [8435] = 8379, + [8436] = 926, + [8437] = 8365, + [8438] = 8346, + [8439] = 942, + [8440] = 8359, + [8441] = 8357, + [8442] = 8337, + [8443] = 962, + [8444] = 8362, + [8445] = 1023, + [8446] = 8331, + [8447] = 8346, + [8448] = 8345, + [8449] = 8449, + [8450] = 8433, + [8451] = 8433, + [8452] = 1027, + [8453] = 8345, + [8454] = 1026, + [8455] = 8337, + [8456] = 8456, + [8457] = 8346, + [8458] = 1022, + [8459] = 8379, + [8460] = 8333, + [8461] = 8461, + [8462] = 8345, + [8463] = 8374, + [8464] = 8346, + [8465] = 8350, + [8466] = 8357, + [8467] = 8337, + [8468] = 8331, + [8469] = 8371, + [8470] = 8346, + [8471] = 957, + [8472] = 8345, + [8473] = 8350, + [8474] = 8360, + [8475] = 8358, + [8476] = 8331, + [8477] = 955, + [8478] = 8346, + [8479] = 8479, + [8480] = 8360, + [8481] = 8379, + [8482] = 8350, + [8483] = 949, + [8484] = 8377, + [8485] = 8371, + [8486] = 8433, + [8487] = 8370, + [8488] = 8357, + [8489] = 8365, + [8490] = 8490, + [8491] = 8491, + [8492] = 1125, + [8493] = 991, + [8494] = 8359, + [8495] = 8329, + [8496] = 8358, + [8497] = 8360, + [8498] = 8362, + [8499] = 8379, + [8500] = 8357, + [8501] = 8370, + [8502] = 8371, + [8503] = 8331, + [8504] = 8374, + [8505] = 8357, + [8506] = 992, + [8507] = 8371, + [8508] = 8346, + [8509] = 1136, + [8510] = 971, + [8511] = 1137, + [8512] = 8362, + [8513] = 8359, + [8514] = 8370, + [8515] = 8515, + [8516] = 8358, + [8517] = 8360, + [8518] = 8518, + [8519] = 8337, + [8520] = 8361, + [8521] = 8521, + [8522] = 8522, + [8523] = 8345, + [8524] = 8336, + [8525] = 8365, + [8526] = 8337, + [8527] = 8346, + [8528] = 8371, + [8529] = 8433, + [8530] = 8377, + [8531] = 8345, + [8532] = 8532, + [8533] = 8533, + [8534] = 8379, + [8535] = 8357, + [8536] = 8345, + [8537] = 8360, + [8538] = 8362, + [8539] = 8370, + [8540] = 8374, + [8541] = 8370, + [8542] = 8371, + [8543] = 8374, + [8544] = 8371, + [8545] = 8350, + [8546] = 8362, + [8547] = 1134, + [8548] = 8360, + [8549] = 868, + [8550] = 8357, + [8551] = 8333, + [8552] = 8346, + [8553] = 8369, + [8554] = 8360, + [8555] = 8361, + [8556] = 8337, + [8557] = 8359, + [8558] = 8337, + [8559] = 8361, + [8560] = 8360, + [8561] = 8361, + [8562] = 8345, + [8563] = 8346, + [8564] = 8362, + [8565] = 8331, + [8566] = 8566, + [8567] = 8362, + [8568] = 8371, + [8569] = 8336, + [8570] = 8370, + [8571] = 968, + [8572] = 8331, + [8573] = 8573, + [8574] = 8360, + [8575] = 8369, + [8576] = 8359, + [8577] = 8377, + [8578] = 8370, + [8579] = 8357, + [8580] = 8580, + [8581] = 8358, + [8582] = 8371, + [8583] = 8433, + [8584] = 8346, + [8585] = 8345, + [8586] = 8365, + [8587] = 8369, + [8588] = 8374, + [8589] = 8371, + [8590] = 8370, [8591] = 8591, - [8592] = 8548, - [8593] = 8579, - [8594] = 8554, - [8595] = 8545, + [8592] = 8592, + [8593] = 8593, + [8594] = 8594, + [8595] = 1084, [8596] = 8596, - [8597] = 8543, - [8598] = 8543, - [8599] = 8546, - [8600] = 8579, + [8597] = 8597, + [8598] = 8593, + [8599] = 8594, + [8600] = 8594, [8601] = 8601, - [8602] = 8544, - [8603] = 8578, - [8604] = 1123, - [8605] = 1137, - [8606] = 8606, + [8602] = 8596, + [8603] = 8601, + [8604] = 8594, + [8605] = 1142, + [8606] = 8592, [8607] = 8607, - [8608] = 8578, - [8609] = 910, - [8610] = 1077, - [8611] = 8554, - [8612] = 8544, - [8613] = 8544, - [8614] = 8545, - [8615] = 8579, - [8616] = 8546, - [8617] = 8596, - [8618] = 8548, - [8619] = 8578, - [8620] = 8544, - [8621] = 8543, - [8622] = 8579, - [8623] = 8554, - [8624] = 1072, - [8625] = 8579, - [8626] = 8554, - [8627] = 1056, - [8628] = 8546, - [8629] = 8546, - [8630] = 8546, - [8631] = 8549, - [8632] = 1127, - [8633] = 8549, - [8634] = 8551, - [8635] = 8544, - [8636] = 8543, - [8637] = 8548, - [8638] = 8554, - [8639] = 8553, - [8640] = 8546, - [8641] = 8545, - [8642] = 8544, - [8643] = 8543, - [8644] = 8546, - [8645] = 8554, - [8646] = 8546, - [8647] = 8647, - [8648] = 1052, - [8649] = 8649, - [8650] = 8578, - [8651] = 8544, + [8608] = 8591, + [8609] = 8593, + [8610] = 8591, + [8611] = 8593, + [8612] = 8592, + [8613] = 8592, + [8614] = 8594, + [8615] = 8601, + [8616] = 8616, + [8617] = 8591, + [8618] = 8592, + [8619] = 8593, + [8620] = 8593, + [8621] = 8621, + [8622] = 8607, + [8623] = 8597, + [8624] = 8591, + [8625] = 8625, + [8626] = 8593, + [8627] = 8601, + [8628] = 8591, + [8629] = 8601, + [8630] = 8592, + [8631] = 8631, + [8632] = 8597, + [8633] = 8597, + [8634] = 8634, + [8635] = 8635, + [8636] = 8591, + [8637] = 8637, + [8638] = 8601, + [8639] = 8592, + [8640] = 8640, + [8641] = 8596, + [8642] = 8597, + [8643] = 8643, + [8644] = 8597, + [8645] = 8594, + [8646] = 1181, + [8647] = 8591, + [8648] = 8616, + [8649] = 8592, + [8650] = 8607, + [8651] = 8601, [8652] = 8652, [8653] = 8653, - [8654] = 8543, - [8655] = 8548, - [8656] = 8656, - [8657] = 8550, - [8658] = 8543, - [8659] = 8543, - [8660] = 8606, - [8661] = 8551, - [8662] = 1151, - [8663] = 8543, - [8664] = 1040, - [8665] = 1042, - [8666] = 1124, - [8667] = 8544, - [8668] = 8554, - [8669] = 8669, - [8670] = 8543, - [8671] = 1130, - [8672] = 8578, - [8673] = 8546, - [8674] = 8579, - [8675] = 8578, - [8676] = 8553, - [8677] = 8677, - [8678] = 8544, - [8679] = 8544, - [8680] = 1048, - [8681] = 8554, - [8682] = 8554, - [8683] = 8596, - [8684] = 8543, - [8685] = 8607, - [8686] = 8557, - [8687] = 8579, - [8688] = 8578, - [8689] = 8542, - [8690] = 8548, - [8691] = 8554, - [8692] = 8554, - [8693] = 8579, - [8694] = 8579, - [8695] = 8549, - [8696] = 8546, - [8697] = 8551, - [8698] = 8553, - [8699] = 8548, - [8700] = 8554, - [8701] = 8578, - [8702] = 1082, - [8703] = 8703, - [8704] = 8543, - [8705] = 8557, - [8706] = 1085, - [8707] = 8596, - [8708] = 8548, - [8709] = 8544, - [8710] = 8543, - [8711] = 8711, - [8712] = 8550, - [8713] = 8546, - [8714] = 8579, - [8715] = 8578, - [8716] = 8546, - [8717] = 1092, - [8718] = 8548, - [8719] = 1102, - [8720] = 1109, - [8721] = 8596, - [8722] = 8579, - [8723] = 8578, - [8724] = 8546, - [8725] = 8725, - [8726] = 8543, - [8727] = 8579, - [8728] = 8728, - [8729] = 8578, - [8730] = 8579, - [8731] = 8578, - [8732] = 8578, - [8733] = 8579, - [8734] = 8606, - [8735] = 8607, - [8736] = 8544, - [8737] = 8543, - [8738] = 8544, - [8739] = 8545, - [8740] = 8554, - [8741] = 8607, - [8742] = 8606, - [8743] = 8543, - [8744] = 8744, - [8745] = 8554, - [8746] = 1049, - [8747] = 8544, - [8748] = 8545, - [8749] = 8543, - [8750] = 8578, - [8751] = 1051, - [8752] = 8546, - [8753] = 8544, - [8754] = 8546, - [8755] = 8544, - [8756] = 1058, - [8757] = 8546, - [8758] = 8758, - [8759] = 8543, - [8760] = 8579, - [8761] = 1057, - [8762] = 8543, - [8763] = 8554, + [8654] = 8594, + [8655] = 8655, + [8656] = 8597, + [8657] = 8593, + [8658] = 8658, + [8659] = 1188, + [8660] = 8601, + [8661] = 8637, + [8662] = 8662, + [8663] = 8637, + [8664] = 8664, + [8665] = 8665, + [8666] = 8594, + [8667] = 8667, + [8668] = 8667, + [8669] = 8591, + [8670] = 8625, + [8671] = 8592, + [8672] = 8607, + [8673] = 8592, + [8674] = 8592, + [8675] = 8593, + [8676] = 8592, + [8677] = 1197, + [8678] = 1053, + [8679] = 8601, + [8680] = 8616, + [8681] = 8681, + [8682] = 8652, + [8683] = 8597, + [8684] = 8601, + [8685] = 8594, + [8686] = 8592, + [8687] = 8594, + [8688] = 8607, + [8689] = 8625, + [8690] = 8593, + [8691] = 8607, + [8692] = 8601, + [8693] = 8593, + [8694] = 8593, + [8695] = 8596, + [8696] = 8597, + [8697] = 1176, + [8698] = 8597, + [8699] = 8601, + [8700] = 1201, + [8701] = 8591, + [8702] = 8616, + [8703] = 8652, + [8704] = 8592, + [8705] = 8591, + [8706] = 8616, + [8707] = 8597, + [8708] = 8601, + [8709] = 8597, + [8710] = 8662, + [8711] = 8596, + [8712] = 8621, + [8713] = 8594, + [8714] = 8601, + [8715] = 8625, + [8716] = 1200, + [8717] = 8593, + [8718] = 8594, + [8719] = 8594, + [8720] = 8591, + [8721] = 8625, + [8722] = 1196, + [8723] = 8592, + [8724] = 8621, + [8725] = 8634, + [8726] = 8726, + [8727] = 8662, + [8728] = 8625, + [8729] = 8729, + [8730] = 1125, + [8731] = 1134, + [8732] = 934, + [8733] = 8592, + [8734] = 1168, + [8735] = 8652, + [8736] = 1169, + [8737] = 8593, + [8738] = 8667, + [8739] = 8597, + [8740] = 8740, + [8741] = 8741, + [8742] = 8634, + [8743] = 8597, + [8744] = 8597, + [8745] = 8740, + [8746] = 8637, + [8747] = 8625, + [8748] = 8621, + [8749] = 8749, + [8750] = 8596, + [8751] = 8597, + [8752] = 8625, + [8753] = 8625, + [8754] = 8652, + [8755] = 8607, + [8756] = 8593, + [8757] = 8592, + [8758] = 8601, + [8759] = 8740, + [8760] = 8625, + [8761] = 8761, + [8762] = 8625, + [8763] = 8594, [8764] = 8764, - [8765] = 1152, - [8766] = 8766, - [8767] = 1125, - [8768] = 8543, - [8769] = 8544, - [8770] = 8548, - [8771] = 1120, - [8772] = 8579, - [8773] = 8546, - [8774] = 8549, - [8775] = 8775, - [8776] = 8544, - [8777] = 8777, - [8778] = 8578, - [8779] = 8546, - [8780] = 8554, - [8781] = 1115, - [8782] = 8557, - [8783] = 1112, - [8784] = 8578, - [8785] = 8579, - [8786] = 8554, - [8787] = 8578, - [8788] = 8549, - [8789] = 8789, - [8790] = 886, - [8791] = 8791, - [8792] = 1119, - [8793] = 1121, - [8794] = 8543, - [8795] = 1059, - [8796] = 8579, - [8797] = 8549, - [8798] = 8551, - [8799] = 8542, - [8800] = 8544, - [8801] = 8546, - [8802] = 8542, - [8803] = 1122, - [8804] = 8557, - [8805] = 1061, - [8806] = 8548, - [8807] = 8554, - [8808] = 1129, - [8809] = 8544, - [8810] = 1107, - [8811] = 8553, - [8812] = 1136, - [8813] = 1139, - [8814] = 1140, - [8815] = 8544, - [8816] = 8543, - [8817] = 8817, - [8818] = 8548, - [8819] = 1143, - [8820] = 1066, - [8821] = 8821, - [8822] = 8554, - [8823] = 8546, - [8824] = 8544, - [8825] = 8551, - [8826] = 8543, - [8827] = 8596, - [8828] = 1147, - [8829] = 8579, - [8830] = 8548, - [8831] = 8579, - [8832] = 8550, - [8833] = 1069, - [8834] = 8548, - [8835] = 8546, - [8836] = 8578, - [8837] = 1096, - [8838] = 1095, - [8839] = 1160, - [8840] = 8840, - [8841] = 8841, - [8842] = 8606, - [8843] = 1161, - [8844] = 1162, - [8845] = 8845, - [8846] = 8846, - [8847] = 1163, - [8848] = 1038, - [8849] = 1164, - [8850] = 1166, - [8851] = 8607, - [8852] = 1169, - [8853] = 1170, - [8854] = 8548, - [8855] = 8578, - [8856] = 1171, - [8857] = 8548, - [8858] = 8579, - [8859] = 8859, - [8860] = 1172, - [8861] = 8548, - [8862] = 1076, - [8863] = 8578, - [8864] = 8546, - [8865] = 8554, - [8866] = 1173, - [8867] = 1174, - [8868] = 8545, - [8869] = 1079, - [8870] = 8870, - [8871] = 8554, - [8872] = 8579, - [8873] = 8578, - [8874] = 8578, - [8875] = 8607, - [8876] = 8546, - [8877] = 8546, - [8878] = 8544, - [8879] = 8543, - [8880] = 1110, - [8881] = 890, - [8882] = 8606, - [8883] = 8548, - [8884] = 1086, - [8885] = 8544, - [8886] = 8553, - [8887] = 8548, - [8888] = 1089, - [8889] = 8545, - [8890] = 8548, - [8891] = 8554, - [8892] = 8551, - [8893] = 8893, - [8894] = 8894, - [8895] = 8895, + [8765] = 8592, + [8766] = 8616, + [8767] = 8767, + [8768] = 8597, + [8769] = 8634, + [8770] = 8625, + [8771] = 8621, + [8772] = 8601, + [8773] = 8601, + [8774] = 1193, + [8775] = 8592, + [8776] = 8594, + [8777] = 8593, + [8778] = 8637, + [8779] = 8667, + [8780] = 1074, + [8781] = 8591, + [8782] = 8782, + [8783] = 1140, + [8784] = 1192, + [8785] = 8593, + [8786] = 8591, + [8787] = 8625, + [8788] = 8591, + [8789] = 8601, + [8790] = 8591, + [8791] = 8625, + [8792] = 8592, + [8793] = 1174, + [8794] = 8662, + [8795] = 8597, + [8796] = 8591, + [8797] = 8797, + [8798] = 8798, + [8799] = 8597, + [8800] = 8591, + [8801] = 8616, + [8802] = 8591, + [8803] = 1173, + [8804] = 8592, + [8805] = 8740, + [8806] = 1191, + [8807] = 8601, + [8808] = 1136, + [8809] = 1137, + [8810] = 8637, + [8811] = 8625, + [8812] = 8591, + [8813] = 8594, + [8814] = 8814, + [8815] = 1052, + [8816] = 8816, + [8817] = 8601, + [8818] = 1190, + [8819] = 8819, + [8820] = 1115, + [8821] = 1116, + [8822] = 1175, + [8823] = 1118, + [8824] = 1119, + [8825] = 8596, + [8826] = 1120, + [8827] = 8594, + [8828] = 8593, + [8829] = 8652, + [8830] = 8594, + [8831] = 1122, + [8832] = 942, + [8833] = 8667, + [8834] = 8625, + [8835] = 1124, + [8836] = 8596, + [8837] = 8837, + [8838] = 1128, + [8839] = 8594, + [8840] = 8594, + [8841] = 8593, + [8842] = 1129, + [8843] = 8601, + [8844] = 940, + [8845] = 8625, + [8846] = 8601, + [8847] = 1130, + [8848] = 8848, + [8849] = 8601, + [8850] = 1113, + [8851] = 1131, + [8852] = 8597, + [8853] = 8597, + [8854] = 8597, + [8855] = 8662, + [8856] = 1127, + [8857] = 1185, + [8858] = 8858, + [8859] = 1133, + [8860] = 8860, + [8861] = 1039, + [8862] = 8616, + [8863] = 8596, + [8864] = 8625, + [8865] = 8597, + [8866] = 8592, + [8867] = 1138, + [8868] = 8592, + [8869] = 1141, + [8870] = 8607, + [8871] = 1143, + [8872] = 8625, + [8873] = 1146, + [8874] = 8592, + [8875] = 8601, + [8876] = 1147, + [8877] = 8594, + [8878] = 8591, + [8879] = 8594, + [8880] = 8634, + [8881] = 1148, + [8882] = 1069, + [8883] = 8593, + [8884] = 8625, + [8885] = 8597, + [8886] = 1082, + [8887] = 8625, + [8888] = 8888, + [8889] = 8593, + [8890] = 1151, + [8891] = 1153, + [8892] = 8592, + [8893] = 8591, + [8894] = 1154, + [8895] = 8593, [8896] = 8896, - [8897] = 8897, + [8897] = 1182, [8898] = 8898, - [8899] = 8899, - [8900] = 8900, - [8901] = 8901, - [8902] = 8894, - [8903] = 8903, - [8904] = 8904, - [8905] = 8899, - [8906] = 8906, - [8907] = 8907, - [8908] = 8897, - [8909] = 8901, - [8910] = 8903, - [8911] = 8904, - [8912] = 8899, - [8913] = 8906, - [8914] = 8897, - [8915] = 8897, - [8916] = 8907, - [8917] = 8901, - [8918] = 8903, - [8919] = 8919, - [8920] = 8920, - [8921] = 8904, - [8922] = 8898, - [8923] = 8899, - [8924] = 8897, - [8925] = 8907, - [8926] = 8906, - [8927] = 8907, - [8928] = 8901, - [8929] = 8903, - [8930] = 8897, - [8931] = 8899, - [8932] = 8932, - [8933] = 8897, - [8934] = 8897, - [8935] = 8935, - [8936] = 8906, - [8937] = 8937, - [8938] = 8907, - [8939] = 8901, - [8940] = 8903, - [8941] = 8897, - [8942] = 8897, - [8943] = 8899, - [8944] = 8906, + [8899] = 1087, + [8900] = 8593, + [8901] = 8621, + [8902] = 1163, + [8903] = 1172, + [8904] = 8625, + [8905] = 8905, + [8906] = 1155, + [8907] = 8607, + [8908] = 8662, + [8909] = 8601, + [8910] = 8740, + [8911] = 8594, + [8912] = 1139, + [8913] = 8593, + [8914] = 1156, + [8915] = 8625, + [8916] = 1158, + [8917] = 8625, + [8918] = 1159, + [8919] = 8591, + [8920] = 8616, + [8921] = 8740, + [8922] = 1161, + [8923] = 8597, + [8924] = 8601, + [8925] = 8591, + [8926] = 1162, + [8927] = 8594, + [8928] = 1038, + [8929] = 8597, + [8930] = 8625, + [8931] = 8667, + [8932] = 8591, + [8933] = 8591, + [8934] = 8625, + [8935] = 8634, + [8936] = 8592, + [8937] = 1177, + [8938] = 8597, + [8939] = 1178, + [8940] = 8601, + [8941] = 1179, + [8942] = 8592, + [8943] = 8625, + [8944] = 8591, [8945] = 8945, - [8946] = 8907, - [8947] = 8901, + [8946] = 8946, + [8947] = 8947, [8948] = 8948, [8949] = 8949, - [8950] = 8903, - [8951] = 8951, + [8950] = 8950, + [8951] = 8946, [8952] = 8952, - [8953] = 8953, - [8954] = 8899, - [8955] = 8906, - [8956] = 8907, - [8957] = 8901, - [8958] = 8958, - [8959] = 8903, - [8960] = 8899, - [8961] = 8906, - [8962] = 8962, + [8953] = 8948, + [8954] = 8954, + [8955] = 8955, + [8956] = 8956, + [8957] = 8957, + [8958] = 8950, + [8959] = 8959, + [8960] = 8960, + [8961] = 8961, + [8962] = 8947, [8963] = 8963, - [8964] = 8964, - [8965] = 8907, - [8966] = 8901, - [8967] = 8903, - [8968] = 8899, - [8969] = 8907, - [8970] = 8901, - [8971] = 8903, + [8964] = 8946, + [8965] = 8965, + [8966] = 8966, + [8967] = 8967, + [8968] = 8968, + [8969] = 8950, + [8970] = 8947, + [8971] = 8971, [8972] = 8972, - [8973] = 8897, + [8973] = 8973, [8974] = 8974, - [8975] = 8899, - [8976] = 8976, - [8977] = 8907, - [8978] = 8901, - [8979] = 8979, - [8980] = 8903, - [8981] = 8899, - [8982] = 8907, - [8983] = 8983, - [8984] = 8901, - [8985] = 8903, - [8986] = 8899, + [8975] = 8948, + [8976] = 8946, + [8977] = 8977, + [8978] = 8950, + [8979] = 8967, + [8980] = 8947, + [8981] = 8948, + [8982] = 8982, + [8983] = 8946, + [8984] = 8950, + [8985] = 8985, + [8986] = 8946, [8987] = 8987, - [8988] = 8907, - [8989] = 8901, - [8990] = 8903, - [8991] = 8899, - [8992] = 8983, - [8993] = 8907, - [8994] = 8901, - [8995] = 8995, - [8996] = 8996, - [8997] = 8903, - [8998] = 8899, - [8999] = 8907, - [9000] = 8901, - [9001] = 9001, - [9002] = 8976, - [9003] = 8903, - [9004] = 9004, - [9005] = 8896, - [9006] = 8899, - [9007] = 8907, - [9008] = 8901, - [9009] = 8974, - [9010] = 8903, + [8988] = 8947, + [8989] = 8948, + [8990] = 8967, + [8991] = 1053, + [8992] = 8950, + [8993] = 1069, + [8994] = 8947, + [8995] = 8948, + [8996] = 8963, + [8997] = 8997, + [8998] = 8963, + [8999] = 8997, + [9000] = 8963, + [9001] = 8997, + [9002] = 8963, + [9003] = 8997, + [9004] = 8948, + [9005] = 8963, + [9006] = 8997, + [9007] = 8946, + [9008] = 8950, + [9009] = 8948, + [9010] = 8947, [9011] = 9011, - [9012] = 8972, - [9013] = 9013, - [9014] = 9014, - [9015] = 8907, - [9016] = 8896, - [9017] = 8903, - [9018] = 8897, - [9019] = 8899, - [9020] = 8907, - [9021] = 8894, - [9022] = 8906, - [9023] = 8899, - [9024] = 8904, - [9025] = 8903, - [9026] = 8901, - [9027] = 8907, - [9028] = 8898, - [9029] = 8901, - [9030] = 9014, - [9031] = 9031, - [9032] = 9014, - [9033] = 9031, - [9034] = 9014, - [9035] = 9031, - [9036] = 8897, - [9037] = 9014, - [9038] = 9031, - [9039] = 8903, - [9040] = 9014, - [9041] = 9031, - [9042] = 8899, - [9043] = 9014, - [9044] = 8907, - [9045] = 9031, - [9046] = 8894, - [9047] = 8976, - [9048] = 9011, - [9049] = 9014, - [9050] = 9031, - [9051] = 8894, - [9052] = 8901, - [9053] = 8976, - [9054] = 8894, - [9055] = 9014, - [9056] = 8903, - [9057] = 8899, - [9058] = 9031, - [9059] = 8907, - [9060] = 8894, - [9061] = 8901, - [9062] = 8976, - [9063] = 9063, - [9064] = 9011, - [9065] = 9014, - [9066] = 8903, - [9067] = 8899, - [9068] = 9068, - [9069] = 9031, - [9070] = 9070, - [9071] = 8893, - [9072] = 8907, - [9073] = 8901, - [9074] = 8894, - [9075] = 8976, - [9076] = 9076, - [9077] = 8899, - [9078] = 9063, - [9079] = 8995, - [9080] = 9014, - [9081] = 9031, - [9082] = 8903, - [9083] = 9011, - [9084] = 9031, - [9085] = 9014, - [9086] = 9014, - [9087] = 9087, - [9088] = 9088, - [9089] = 9089, - [9090] = 9068, - [9091] = 9031, - [9092] = 9014, - [9093] = 9031, - [9094] = 9014, - [9095] = 9031, - [9096] = 8907, - [9097] = 9031, - [9098] = 8901, - [9099] = 9063, - [9100] = 9070, - [9101] = 8893, - [9102] = 8899, - [9103] = 8894, - [9104] = 8976, - [9105] = 8907, - [9106] = 9063, - [9107] = 9011, - [9108] = 8901, - [9109] = 9014, - [9110] = 8899, - [9111] = 8907, - [9112] = 9088, - [9113] = 9014, - [9114] = 9089, - [9115] = 9068, - [9116] = 8901, - [9117] = 8899, - [9118] = 9031, - [9119] = 8907, - [9120] = 9120, - [9121] = 8901, - [9122] = 8932, - [9123] = 9031, - [9124] = 8899, - [9125] = 9125, - [9126] = 8964, - [9127] = 8907, - [9128] = 9070, - [9129] = 8893, - [9130] = 8935, - [9131] = 8901, - [9132] = 8899, - [9133] = 9133, - [9134] = 8976, - [9135] = 8906, - [9136] = 8963, - [9137] = 8907, - [9138] = 9063, - [9139] = 8899, - [9140] = 8962, - [9141] = 9011, - [9142] = 8962, - [9143] = 9143, - [9144] = 8983, - [9145] = 9014, - [9146] = 8976, - [9147] = 8974, - [9148] = 9088, - [9149] = 8937, - [9150] = 8972, - [9151] = 9063, - [9152] = 9089, - [9153] = 9068, - [9154] = 8964, - [9155] = 8963, - [9156] = 8962, - [9157] = 9031, - [9158] = 9070, - [9159] = 8958, - [9160] = 9160, - [9161] = 8893, - [9162] = 8958, - [9163] = 9001, - [9164] = 8897, - [9165] = 8894, - [9166] = 9166, - [9167] = 8952, - [9168] = 8976, - [9169] = 8951, - [9170] = 9170, - [9171] = 9171, - [9172] = 8937, - [9173] = 8935, - [9174] = 8932, - [9175] = 9063, - [9176] = 9068, - [9177] = 9177, + [9012] = 9012, + [9013] = 8997, + [9014] = 8948, + [9015] = 1074, + [9016] = 9016, + [9017] = 1084, + [9018] = 8946, + [9019] = 8950, + [9020] = 8947, + [9021] = 1113, + [9022] = 8947, + [9023] = 1139, + [9024] = 1140, + [9025] = 8948, + [9026] = 8950, + [9027] = 1142, + [9028] = 8946, + [9029] = 1168, + [9030] = 1169, + [9031] = 8950, + [9032] = 1172, + [9033] = 1174, + [9034] = 8946, + [9035] = 1176, + [9036] = 1181, + [9037] = 9037, + [9038] = 1173, + [9039] = 9039, + [9040] = 1197, + [9041] = 8948, + [9042] = 8946, + [9043] = 8950, + [9044] = 9044, + [9045] = 8967, + [9046] = 8947, + [9047] = 9047, + [9048] = 9048, + [9049] = 9049, + [9050] = 9050, + [9051] = 8950, + [9052] = 9052, + [9053] = 8946, + [9054] = 8950, + [9055] = 1188, + [9056] = 8947, + [9057] = 8947, + [9058] = 8948, + [9059] = 8946, + [9060] = 8947, + [9061] = 1200, + [9062] = 8948, + [9063] = 1196, + [9064] = 1193, + [9065] = 1141, + [9066] = 9066, + [9067] = 8950, + [9068] = 8947, + [9069] = 9069, + [9070] = 8947, + [9071] = 1192, + [9072] = 1191, + [9073] = 1190, + [9074] = 8948, + [9075] = 1127, + [9076] = 8948, + [9077] = 1185, + [9078] = 8946, + [9079] = 1182, + [9080] = 1201, + [9081] = 8947, + [9082] = 1179, + [9083] = 8946, + [9084] = 1178, + [9085] = 9085, + [9086] = 1177, + [9087] = 1175, + [9088] = 1038, + [9089] = 1162, + [9090] = 1161, + [9091] = 1159, + [9092] = 1158, + [9093] = 1156, + [9094] = 8950, + [9095] = 1155, + [9096] = 8947, + [9097] = 1154, + [9098] = 1153, + [9099] = 1151, + [9100] = 1148, + [9101] = 1147, + [9102] = 1146, + [9103] = 1143, + [9104] = 8947, + [9105] = 8948, + [9106] = 1039, + [9107] = 8967, + [9108] = 1133, + [9109] = 9044, + [9110] = 1131, + [9111] = 8946, + [9112] = 8946, + [9113] = 1130, + [9114] = 1129, + [9115] = 1128, + [9116] = 1124, + [9117] = 1122, + [9118] = 1120, + [9119] = 1119, + [9120] = 1118, + [9121] = 1116, + [9122] = 9122, + [9123] = 1115, + [9124] = 8950, + [9125] = 8947, + [9126] = 8946, + [9127] = 1138, + [9128] = 8950, + [9129] = 8947, + [9130] = 8946, + [9131] = 8950, + [9132] = 8947, + [9133] = 8987, + [9134] = 8946, + [9135] = 8950, + [9136] = 8947, + [9137] = 8946, + [9138] = 8950, + [9139] = 8947, + [9140] = 8946, + [9141] = 8950, + [9142] = 9142, + [9143] = 8948, + [9144] = 8947, + [9145] = 1087, + [9146] = 8947, + [9147] = 8950, + [9148] = 8950, + [9149] = 8950, + [9150] = 8948, + [9151] = 9122, + [9152] = 8948, + [9153] = 9153, + [9154] = 9154, + [9155] = 9155, + [9156] = 8963, + [9157] = 8997, + [9158] = 8963, + [9159] = 8950, + [9160] = 8967, + [9161] = 8997, + [9162] = 8963, + [9163] = 8997, + [9164] = 8946, + [9165] = 8963, + [9166] = 8997, + [9167] = 8963, + [9168] = 8997, + [9169] = 9169, + [9170] = 8963, + [9171] = 9050, + [9172] = 8997, + [9173] = 9173, + [9174] = 9122, + [9175] = 9069, + [9176] = 9176, + [9177] = 8948, [9178] = 9178, [9179] = 9179, - [9180] = 9011, - [9181] = 8901, - [9182] = 9014, - [9183] = 9088, - [9184] = 9184, - [9185] = 8897, - [9186] = 9166, - [9187] = 8951, - [9188] = 9089, - [9189] = 8896, - [9190] = 8972, - [9191] = 9068, - [9192] = 8972, - [9193] = 8935, - [9194] = 8897, - [9195] = 8898, - [9196] = 8894, - [9197] = 8952, - [9198] = 9031, - [9199] = 8896, - [9200] = 8983, - [9201] = 8976, - [9202] = 8932, - [9203] = 8958, - [9204] = 8952, - [9205] = 8974, - [9206] = 8972, - [9207] = 9207, - [9208] = 8962, - [9209] = 8963, - [9210] = 8964, - [9211] = 9063, - [9212] = 8964, - [9213] = 8963, - [9214] = 8951, - [9215] = 8962, - [9216] = 8958, - [9217] = 8935, - [9218] = 8952, + [9180] = 8946, + [9181] = 9181, + [9182] = 9182, + [9183] = 9183, + [9184] = 9048, + [9185] = 9185, + [9186] = 9186, + [9187] = 9047, + [9188] = 9188, + [9189] = 8946, + [9190] = 9190, + [9191] = 9190, + [9192] = 9192, + [9193] = 9154, + [9194] = 8950, + [9195] = 8963, + [9196] = 8997, + [9197] = 9049, + [9198] = 9069, + [9199] = 9199, + [9200] = 9142, + [9201] = 9044, + [9202] = 9181, + [9203] = 9153, + [9204] = 9069, + [9205] = 9049, + [9206] = 9011, + [9207] = 9190, + [9208] = 8955, + [9209] = 9192, + [9210] = 8948, + [9211] = 8987, + [9212] = 9154, + [9213] = 9154, + [9214] = 9154, + [9215] = 8955, + [9216] = 9011, + [9217] = 9154, + [9218] = 8955, [9219] = 9011, - [9220] = 8951, - [9221] = 8937, - [9222] = 8972, - [9223] = 8932, - [9224] = 9068, - [9225] = 8974, - [9226] = 8935, - [9227] = 8962, - [9228] = 8972, - [9229] = 8896, - [9230] = 8935, - [9231] = 8962, - [9232] = 8983, - [9233] = 9001, - [9234] = 8896, - [9235] = 8935, - [9236] = 8962, - [9237] = 8972, - [9238] = 8896, - [9239] = 8935, - [9240] = 8962, - [9241] = 8972, - [9242] = 8896, - [9243] = 8935, - [9244] = 8896, - [9245] = 8962, - [9246] = 8972, - [9247] = 8898, - [9248] = 8896, - [9249] = 8897, - [9250] = 8935, - [9251] = 8962, - [9252] = 8972, - [9253] = 8896, - [9254] = 9031, - [9255] = 9014, - [9256] = 9031, - [9257] = 9014, - [9258] = 8903, - [9259] = 8898, - [9260] = 9070, - [9261] = 8893, - [9262] = 8935, - [9263] = 8897, - [9264] = 9143, - [9265] = 8937, - [9266] = 9166, - [9267] = 8962, - [9268] = 8894, - [9269] = 8896, - [9270] = 9166, - [9271] = 8976, + [9220] = 9190, + [9221] = 9069, + [9222] = 9222, + [9223] = 8997, + [9224] = 9069, + [9225] = 9142, + [9226] = 9190, + [9227] = 9192, + [9228] = 9188, + [9229] = 9176, + [9230] = 8963, + [9231] = 8997, + [9232] = 8977, + [9233] = 9233, + [9234] = 8968, + [9235] = 9069, + [9236] = 9142, + [9237] = 9190, + [9238] = 8957, + [9239] = 9239, + [9240] = 8963, + [9241] = 9192, + [9242] = 9176, + [9243] = 9044, + [9244] = 9047, + [9245] = 9245, + [9246] = 8967, + [9247] = 9047, + [9248] = 8946, + [9249] = 9048, + [9250] = 9050, + [9251] = 8963, + [9252] = 8945, + [9253] = 9253, + [9254] = 9044, + [9255] = 9047, + [9256] = 9048, + [9257] = 9050, + [9258] = 8997, + [9259] = 8977, + [9260] = 8968, + [9261] = 9050, + [9262] = 9262, + [9263] = 9142, + [9264] = 9264, + [9265] = 9186, + [9266] = 9044, + [9267] = 9190, + [9268] = 9047, + [9269] = 9122, + [9270] = 9048, + [9271] = 9050, [9272] = 9272, - [9273] = 8972, - [9274] = 9063, - [9275] = 9275, - [9276] = 8962, - [9277] = 8952, - [9278] = 9011, - [9279] = 9279, - [9280] = 9014, - [9281] = 9088, - [9282] = 9282, - [9283] = 8935, - [9284] = 9089, - [9285] = 9068, - [9286] = 8896, - [9287] = 9287, - [9288] = 9288, - [9289] = 9031, - [9290] = 9290, - [9291] = 8951, - [9292] = 8952, - [9293] = 9293, - [9294] = 9070, - [9295] = 8963, - [9296] = 9296, - [9297] = 1128, - [9298] = 9088, - [9299] = 8995, - [9300] = 8935, - [9301] = 8962, - [9302] = 8995, - [9303] = 8963, - [9304] = 8958, - [9305] = 8995, - [9306] = 8995, - [9307] = 8995, - [9308] = 8995, - [9309] = 8995, - [9310] = 8995, - [9311] = 8995, - [9312] = 8995, - [9313] = 8995, - [9314] = 8995, - [9315] = 8995, - [9316] = 8995, - [9317] = 8995, - [9318] = 8995, - [9319] = 8995, - [9320] = 8995, - [9321] = 8995, - [9322] = 8995, - [9323] = 8995, - [9324] = 8995, - [9325] = 8995, - [9326] = 8896, - [9327] = 8935, - [9328] = 8962, - [9329] = 8972, - [9330] = 8896, - [9331] = 8935, - [9332] = 9014, - [9333] = 8963, - [9334] = 8972, - [9335] = 9125, - [9336] = 8963, - [9337] = 8964, - [9338] = 8962, - [9339] = 8972, - [9340] = 8896, - [9341] = 8898, - [9342] = 8935, - [9343] = 1151, - [9344] = 8962, - [9345] = 8972, - [9346] = 8896, - [9347] = 8962, - [9348] = 8964, - [9349] = 8963, - [9350] = 8952, - [9351] = 8897, - [9352] = 8974, - [9353] = 8972, - [9354] = 8898, - [9355] = 1162, - [9356] = 1148, - [9357] = 8935, - [9358] = 8962, - [9359] = 8972, - [9360] = 8896, - [9361] = 8964, - [9362] = 8963, - [9363] = 8952, - [9364] = 1137, - [9365] = 9143, - [9366] = 8983, - [9367] = 9367, - [9368] = 9368, - [9369] = 8937, - [9370] = 9001, - [9371] = 8897, - [9372] = 8972, - [9373] = 8898, - [9374] = 9166, - [9375] = 8935, - [9376] = 1130, - [9377] = 9143, - [9378] = 1152, - [9379] = 8904, - [9380] = 1161, - [9381] = 1174, - [9382] = 8935, - [9383] = 1173, - [9384] = 8964, - [9385] = 8963, - [9386] = 1172, - [9387] = 8952, - [9388] = 1171, - [9389] = 1170, - [9390] = 1169, - [9391] = 8897, - [9392] = 1166, - [9393] = 1164, - [9394] = 1163, - [9395] = 8964, - [9396] = 8898, - [9397] = 1072, - [9398] = 1038, - [9399] = 1143, - [9400] = 1160, - [9401] = 1120, - [9402] = 1147, - [9403] = 9089, - [9404] = 1048, - [9405] = 8932, - [9406] = 1140, - [9407] = 1139, - [9408] = 1136, - [9409] = 9068, - [9410] = 1129, - [9411] = 1122, - [9412] = 1115, - [9413] = 1121, - [9414] = 1119, - [9415] = 1112, - [9416] = 8974, - [9417] = 1110, - [9418] = 9418, - [9419] = 1102, - [9420] = 9420, - [9421] = 8964, - [9422] = 8896, - [9423] = 8963, - [9424] = 1109, - [9425] = 1085, - [9426] = 1082, - [9427] = 8958, - [9428] = 1077, - [9429] = 8952, - [9430] = 1107, - [9431] = 9143, - [9432] = 9432, - [9433] = 1056, - [9434] = 1127, - [9435] = 1052, - [9436] = 1040, - [9437] = 1042, - [9438] = 1096, - [9439] = 8897, - [9440] = 8898, - [9441] = 1095, - [9442] = 8935, - [9443] = 8898, - [9444] = 8962, - [9445] = 8972, - [9446] = 8896, - [9447] = 8896, - [9448] = 8898, - [9449] = 1049, - [9450] = 8903, - [9451] = 8901, - [9452] = 8995, - [9453] = 8935, - [9454] = 1089, - [9455] = 8962, - [9456] = 8972, - [9457] = 8952, - [9458] = 1051, - [9459] = 8974, - [9460] = 9031, - [9461] = 8972, - [9462] = 1086, - [9463] = 1092, - [9464] = 8935, - [9465] = 8963, - [9466] = 8962, - [9467] = 1079, - [9468] = 1076, - [9469] = 8958, - [9470] = 8952, - [9471] = 8935, - [9472] = 8897, - [9473] = 8935, - [9474] = 8962, - [9475] = 8972, - [9476] = 8897, - [9477] = 8896, - [9478] = 8903, - [9479] = 8995, - [9480] = 8898, - [9481] = 1057, - [9482] = 8935, - [9483] = 8896, - [9484] = 8962, - [9485] = 8972, - [9486] = 8896, - [9487] = 1058, - [9488] = 1059, - [9489] = 8935, - [9490] = 8962, - [9491] = 8972, - [9492] = 8896, - [9493] = 8896, - [9494] = 1061, - [9495] = 1066, - [9496] = 8974, - [9497] = 8972, - [9498] = 9031, - [9499] = 9014, - [9500] = 9031, - [9501] = 9014, - [9502] = 9031, - [9503] = 9014, - [9504] = 9031, - [9505] = 9014, - [9506] = 1069, - [9507] = 9001, - [9508] = 9125, - [9509] = 8964, - [9510] = 8963, - [9511] = 8962, - [9512] = 9143, - [9513] = 9143, - [9514] = 9143, - [9515] = 9143, - [9516] = 9125, - [9517] = 8958, - [9518] = 8952, - [9519] = 9125, - [9520] = 9125, - [9521] = 9166, - [9522] = 9001, - [9523] = 9523, + [9273] = 8967, + [9274] = 9185, + [9275] = 9192, + [9276] = 9176, + [9277] = 8946, + [9278] = 8963, + [9279] = 8945, + [9280] = 9048, + [9281] = 9044, + [9282] = 9253, + [9283] = 9047, + [9284] = 9048, + [9285] = 9050, + [9286] = 8997, + [9287] = 8948, + [9288] = 8977, + [9289] = 8968, + [9290] = 9069, + [9291] = 9142, + [9292] = 8957, + [9293] = 9044, + [9294] = 9047, + [9295] = 9048, + [9296] = 9183, + [9297] = 9044, + [9298] = 9192, + [9299] = 9176, + [9300] = 9169, + [9301] = 8947, + [9302] = 8963, + [9303] = 9303, + [9304] = 8945, + [9305] = 9050, + [9306] = 9173, + [9307] = 9176, + [9308] = 9178, + [9309] = 9181, + [9310] = 9183, + [9311] = 9048, + [9312] = 9185, + [9313] = 9186, + [9314] = 9047, + [9315] = 9190, + [9316] = 9188, + [9317] = 9153, + [9318] = 9253, + [9319] = 9142, + [9320] = 8957, + [9321] = 8968, + [9322] = 9069, + [9323] = 9049, + [9324] = 8997, + [9325] = 8977, + [9326] = 9069, + [9327] = 8957, + [9328] = 8967, + [9329] = 9069, + [9330] = 9142, + [9331] = 9190, + [9332] = 9169, + [9333] = 9050, + [9334] = 9173, + [9335] = 9190, + [9336] = 9178, + [9337] = 9181, + [9338] = 8950, + [9339] = 9183, + [9340] = 9185, + [9341] = 9186, + [9342] = 9047, + [9343] = 8957, + [9344] = 9188, + [9345] = 9190, + [9346] = 9153, + [9347] = 9192, + [9348] = 9044, + [9349] = 9176, + [9350] = 9050, + [9351] = 9049, + [9352] = 8963, + [9353] = 8987, + [9354] = 9048, + [9355] = 8945, + [9356] = 8987, + [9357] = 8957, + [9358] = 9253, + [9359] = 8987, + [9360] = 8987, + [9361] = 8987, + [9362] = 8987, + [9363] = 8987, + [9364] = 8987, + [9365] = 8987, + [9366] = 8987, + [9367] = 8987, + [9368] = 8987, + [9369] = 8987, + [9370] = 8987, + [9371] = 8987, + [9372] = 8987, + [9373] = 8987, + [9374] = 8987, + [9375] = 8987, + [9376] = 8987, + [9377] = 8987, + [9378] = 8987, + [9379] = 8987, + [9380] = 8997, + [9381] = 8955, + [9382] = 9011, + [9383] = 9169, + [9384] = 9154, + [9385] = 9050, + [9386] = 9173, + [9387] = 9044, + [9388] = 9047, + [9389] = 9264, + [9390] = 9048, + [9391] = 9050, + [9392] = 8977, + [9393] = 9044, + [9394] = 8968, + [9395] = 9047, + [9396] = 9048, + [9397] = 9181, + [9398] = 9050, + [9399] = 8957, + [9400] = 9400, + [9401] = 9049, + [9402] = 8957, + [9403] = 9069, + [9404] = 9044, + [9405] = 9044, + [9406] = 9142, + [9407] = 9178, + [9408] = 9178, + [9409] = 9047, + [9410] = 8957, + [9411] = 9192, + [9412] = 9048, + [9413] = 9181, + [9414] = 9050, + [9415] = 9190, + [9416] = 9047, + [9417] = 9183, + [9418] = 9044, + [9419] = 9181, + [9420] = 9047, + [9421] = 9176, + [9422] = 8957, + [9423] = 9192, + [9424] = 9048, + [9425] = 9050, + [9426] = 9176, + [9427] = 8963, + [9428] = 9048, + [9429] = 9185, + [9430] = 9044, + [9431] = 9186, + [9432] = 9253, + [9433] = 9044, + [9434] = 9047, + [9435] = 9048, + [9436] = 9050, + [9437] = 8997, + [9438] = 9185, + [9439] = 9047, + [9440] = 9044, + [9441] = 9185, + [9442] = 9047, + [9443] = 9048, + [9444] = 9188, + [9445] = 8963, + [9446] = 9050, + [9447] = 9153, + [9448] = 9048, + [9449] = 9044, + [9450] = 8945, + [9451] = 8957, + [9452] = 9049, + [9453] = 9185, + [9454] = 8957, + [9455] = 9455, + [9456] = 9456, + [9457] = 9173, + [9458] = 9049, + [9459] = 9169, + [9460] = 9154, + [9461] = 1052, + [9462] = 9122, + [9463] = 9050, + [9464] = 9173, + [9465] = 9050, + [9466] = 9178, + [9467] = 8957, + [9468] = 9181, + [9469] = 8957, + [9470] = 9183, + [9471] = 9048, + [9472] = 9185, + [9473] = 9186, + [9474] = 9047, + [9475] = 9188, + [9476] = 8957, + [9477] = 8957, + [9478] = 9153, + [9479] = 9253, + [9480] = 8957, + [9481] = 9169, + [9482] = 9049, + [9483] = 9186, + [9484] = 9185, + [9485] = 8957, + [9486] = 9181, + [9487] = 9050, + [9488] = 9181, + [9489] = 8957, + [9490] = 9183, + [9491] = 9491, + [9492] = 9048, + [9493] = 9493, + [9494] = 9185, + [9495] = 9186, + [9496] = 9047, + [9497] = 9188, + [9498] = 9044, + [9499] = 9049, + [9500] = 8957, + [9501] = 9181, + [9502] = 9502, + [9503] = 9050, + [9504] = 9181, + [9505] = 9183, + [9506] = 9048, + [9507] = 9185, + [9508] = 9186, + [9509] = 9047, + [9510] = 8948, + [9511] = 8947, + [9512] = 8987, + [9513] = 9188, + [9514] = 8997, + [9515] = 9044, + [9516] = 8955, + [9517] = 9011, + [9518] = 9154, + [9519] = 9049, + [9520] = 8948, + [9521] = 8963, + [9522] = 8997, + [9523] = 9049, + [9524] = 8963, + [9525] = 8997, + [9526] = 9186, + [9527] = 9185, + [9528] = 9050, + [9529] = 8957, + [9530] = 9181, + [9531] = 9049, + [9532] = 9044, + [9533] = 9183, + [9534] = 9047, + [9535] = 9048, + [9536] = 9050, + [9537] = 9044, + [9538] = 9047, + [9539] = 9048, + [9540] = 9050, + [9541] = 9185, + [9542] = 9186, + [9543] = 9044, + [9544] = 9047, + [9545] = 9048, + [9546] = 9188, + [9547] = 8957, + [9548] = 9044, + [9549] = 9047, + [9550] = 9048, + [9551] = 9050, + [9552] = 8997, + [9553] = 8963, + [9554] = 8997, + [9555] = 8963, + [9556] = 8997, + [9557] = 8963, + [9558] = 8997, + [9559] = 8963, + [9560] = 9186, + [9561] = 9185, + [9562] = 9264, + [9563] = 9181, + [9564] = 9044, + [9565] = 9047, + [9566] = 9048, + [9567] = 9050, + [9568] = 9049, + [9569] = 9044, + [9570] = 9264, + [9571] = 9047, + [9572] = 8957, + [9573] = 9264, + [9574] = 9264, + [9575] = 9048, + [9576] = 9050, + [9577] = 9577, }; static bool ts_lex(TSLexer *lexer, TSStateId state) { @@ -14181,13 +14235,13 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [18] = {.lex_state = 1, .external_lex_state = 4}, [19] = {.lex_state = 1, .external_lex_state = 4}, [20] = {.lex_state = 1, .external_lex_state = 3}, - [21] = {.lex_state = 1, .external_lex_state = 3}, - [22] = {.lex_state = 1, .external_lex_state = 3}, + [21] = {.lex_state = 1, .external_lex_state = 4}, + [22] = {.lex_state = 1, .external_lex_state = 4}, [23] = {.lex_state = 1, .external_lex_state = 4}, [24] = {.lex_state = 1, .external_lex_state = 4}, - [25] = {.lex_state = 1, .external_lex_state = 4}, + [25] = {.lex_state = 1, .external_lex_state = 3}, [26] = {.lex_state = 1, .external_lex_state = 4}, - [27] = {.lex_state = 1, .external_lex_state = 4}, + [27] = {.lex_state = 1, .external_lex_state = 3}, [28] = {.lex_state = 1, .external_lex_state = 3}, [29] = {.lex_state = 1, .external_lex_state = 3}, [30] = {.lex_state = 1, .external_lex_state = 3}, @@ -14200,16 +14254,16 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [37] = {.lex_state = 1, .external_lex_state = 4}, [38] = {.lex_state = 1, .external_lex_state = 4}, [39] = {.lex_state = 1, .external_lex_state = 4}, - [40] = {.lex_state = 1, .external_lex_state = 3}, - [41] = {.lex_state = 1, .external_lex_state = 3}, + [40] = {.lex_state = 1, .external_lex_state = 4}, + [41] = {.lex_state = 1, .external_lex_state = 4}, [42] = {.lex_state = 1, .external_lex_state = 4}, - [43] = {.lex_state = 1, .external_lex_state = 4}, + [43] = {.lex_state = 1, .external_lex_state = 3}, [44] = {.lex_state = 1, .external_lex_state = 4}, [45] = {.lex_state = 1, .external_lex_state = 4}, - [46] = {.lex_state = 1, .external_lex_state = 4}, - [47] = {.lex_state = 1, .external_lex_state = 4}, + [46] = {.lex_state = 1, .external_lex_state = 3}, + [47] = {.lex_state = 1, .external_lex_state = 3}, [48] = {.lex_state = 1, .external_lex_state = 3}, - [49] = {.lex_state = 1, .external_lex_state = 3}, + [49] = {.lex_state = 1, .external_lex_state = 4}, [50] = {.lex_state = 1, .external_lex_state = 4}, [51] = {.lex_state = 1, .external_lex_state = 4}, [52] = {.lex_state = 31, .external_lex_state = 2}, @@ -14247,15 +14301,15 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [84] = {.lex_state = 31, .external_lex_state = 2}, [85] = {.lex_state = 31, .external_lex_state = 2}, [86] = {.lex_state = 31, .external_lex_state = 5}, - [87] = {.lex_state = 31, .external_lex_state = 2}, + [87] = {.lex_state = 31, .external_lex_state = 5}, [88] = {.lex_state = 31, .external_lex_state = 2}, [89] = {.lex_state = 31, .external_lex_state = 2}, - [90] = {.lex_state = 31, .external_lex_state = 2}, + [90] = {.lex_state = 31, .external_lex_state = 5}, [91] = {.lex_state = 31, .external_lex_state = 2}, [92] = {.lex_state = 31, .external_lex_state = 2}, - [93] = {.lex_state = 31, .external_lex_state = 5}, + [93] = {.lex_state = 31, .external_lex_state = 2}, [94] = {.lex_state = 31, .external_lex_state = 2}, - [95] = {.lex_state = 31, .external_lex_state = 5}, + [95] = {.lex_state = 31, .external_lex_state = 2}, [96] = {.lex_state = 31, .external_lex_state = 2}, [97] = {.lex_state = 31, .external_lex_state = 2}, [98] = {.lex_state = 31, .external_lex_state = 2}, @@ -14380,7 +14434,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [217] = {.lex_state = 31, .external_lex_state = 2}, [218] = {.lex_state = 31, .external_lex_state = 2}, [219] = {.lex_state = 31, .external_lex_state = 2}, - [220] = {.lex_state = 31, .external_lex_state = 2}, + [220] = {.lex_state = 1, .external_lex_state = 3}, [221] = {.lex_state = 31, .external_lex_state = 2}, [222] = {.lex_state = 31, .external_lex_state = 2}, [223] = {.lex_state = 31, .external_lex_state = 2}, @@ -14415,7 +14469,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [252] = {.lex_state = 31, .external_lex_state = 2}, [253] = {.lex_state = 31, .external_lex_state = 2}, [254] = {.lex_state = 31, .external_lex_state = 2}, - [255] = {.lex_state = 1, .external_lex_state = 3}, + [255] = {.lex_state = 31, .external_lex_state = 2}, [256] = {.lex_state = 31, .external_lex_state = 2}, [257] = {.lex_state = 31, .external_lex_state = 2}, [258] = {.lex_state = 31, .external_lex_state = 2}, @@ -14710,7 +14764,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [547] = {.lex_state = 1, .external_lex_state = 4}, [548] = {.lex_state = 1, .external_lex_state = 4}, [549] = {.lex_state = 1, .external_lex_state = 4}, - [550] = {.lex_state = 5, .external_lex_state = 6}, + [550] = {.lex_state = 1, .external_lex_state = 4}, [551] = {.lex_state = 1, .external_lex_state = 4}, [552] = {.lex_state = 1, .external_lex_state = 4}, [553] = {.lex_state = 1, .external_lex_state = 4}, @@ -14720,42 +14774,42 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [557] = {.lex_state = 1, .external_lex_state = 4}, [558] = {.lex_state = 1, .external_lex_state = 4}, [559] = {.lex_state = 1, .external_lex_state = 4}, - [560] = {.lex_state = 5, .external_lex_state = 6}, + [560] = {.lex_state = 1, .external_lex_state = 4}, [561] = {.lex_state = 1, .external_lex_state = 4}, [562] = {.lex_state = 1, .external_lex_state = 4}, [563] = {.lex_state = 1, .external_lex_state = 4}, [564] = {.lex_state = 1, .external_lex_state = 4}, [565] = {.lex_state = 1, .external_lex_state = 4}, [566] = {.lex_state = 5, .external_lex_state = 6}, - [567] = {.lex_state = 1, .external_lex_state = 4}, + [567] = {.lex_state = 5, .external_lex_state = 6}, [568] = {.lex_state = 1, .external_lex_state = 4}, - [569] = {.lex_state = 5, .external_lex_state = 6}, + [569] = {.lex_state = 1, .external_lex_state = 4}, [570] = {.lex_state = 1, .external_lex_state = 4}, [571] = {.lex_state = 1, .external_lex_state = 4}, [572] = {.lex_state = 1, .external_lex_state = 4}, - [573] = {.lex_state = 5, .external_lex_state = 6}, + [573] = {.lex_state = 1, .external_lex_state = 4}, [574] = {.lex_state = 1, .external_lex_state = 4}, [575] = {.lex_state = 1, .external_lex_state = 4}, [576] = {.lex_state = 1, .external_lex_state = 4}, [577] = {.lex_state = 1, .external_lex_state = 4}, [578] = {.lex_state = 1, .external_lex_state = 4}, - [579] = {.lex_state = 1, .external_lex_state = 4}, - [580] = {.lex_state = 1, .external_lex_state = 4}, - [581] = {.lex_state = 1, .external_lex_state = 4}, - [582] = {.lex_state = 1, .external_lex_state = 4}, - [583] = {.lex_state = 1, .external_lex_state = 4}, + [579] = {.lex_state = 5, .external_lex_state = 6}, + [580] = {.lex_state = 5, .external_lex_state = 6}, + [581] = {.lex_state = 5, .external_lex_state = 6}, + [582] = {.lex_state = 5, .external_lex_state = 6}, + [583] = {.lex_state = 5, .external_lex_state = 6}, [584] = {.lex_state = 5, .external_lex_state = 6}, [585] = {.lex_state = 5, .external_lex_state = 6}, - [586] = {.lex_state = 5, .external_lex_state = 6}, - [587] = {.lex_state = 5, .external_lex_state = 6}, - [588] = {.lex_state = 5, .external_lex_state = 6}, - [589] = {.lex_state = 5, .external_lex_state = 6}, + [586] = {.lex_state = 1, .external_lex_state = 4}, + [587] = {.lex_state = 1, .external_lex_state = 4}, + [588] = {.lex_state = 1, .external_lex_state = 4}, + [589] = {.lex_state = 1, .external_lex_state = 4}, [590] = {.lex_state = 1, .external_lex_state = 4}, - [591] = {.lex_state = 1, .external_lex_state = 4}, - [592] = {.lex_state = 1, .external_lex_state = 4}, + [591] = {.lex_state = 5, .external_lex_state = 6}, + [592] = {.lex_state = 5, .external_lex_state = 6}, [593] = {.lex_state = 1, .external_lex_state = 4}, - [594] = {.lex_state = 5, .external_lex_state = 6}, - [595] = {.lex_state = 1, .external_lex_state = 4}, + [594] = {.lex_state = 1, .external_lex_state = 4}, + [595] = {.lex_state = 5, .external_lex_state = 6}, [596] = {.lex_state = 1, .external_lex_state = 4}, [597] = {.lex_state = 1, .external_lex_state = 4}, [598] = {.lex_state = 1, .external_lex_state = 4}, @@ -14797,57 +14851,57 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [634] = {.lex_state = 1, .external_lex_state = 4}, [635] = {.lex_state = 1, .external_lex_state = 4}, [636] = {.lex_state = 1, .external_lex_state = 4}, - [637] = {.lex_state = 5, .external_lex_state = 7}, + [637] = {.lex_state = 1, .external_lex_state = 4}, [638] = {.lex_state = 1, .external_lex_state = 4}, - [639] = {.lex_state = 5, .external_lex_state = 7}, - [640] = {.lex_state = 1, .external_lex_state = 4}, + [639] = {.lex_state = 1, .external_lex_state = 4}, + [640] = {.lex_state = 5, .external_lex_state = 7}, [641] = {.lex_state = 5, .external_lex_state = 7}, - [642] = {.lex_state = 5, .external_lex_state = 7}, + [642] = {.lex_state = 1, .external_lex_state = 4}, [643] = {.lex_state = 1, .external_lex_state = 4}, [644] = {.lex_state = 5, .external_lex_state = 7}, [645] = {.lex_state = 5, .external_lex_state = 7}, [646] = {.lex_state = 5, .external_lex_state = 7}, - [647] = {.lex_state = 5, .external_lex_state = 7}, + [647] = {.lex_state = 1, .external_lex_state = 4}, [648] = {.lex_state = 1, .external_lex_state = 4}, [649] = {.lex_state = 5, .external_lex_state = 7}, [650] = {.lex_state = 5, .external_lex_state = 7}, [651] = {.lex_state = 5, .external_lex_state = 7}, - [652] = {.lex_state = 5, .external_lex_state = 7}, - [653] = {.lex_state = 1, .external_lex_state = 4}, - [654] = {.lex_state = 1, .external_lex_state = 4}, - [655] = {.lex_state = 1, .external_lex_state = 4}, - [656] = {.lex_state = 1, .external_lex_state = 4}, + [652] = {.lex_state = 1, .external_lex_state = 4}, + [653] = {.lex_state = 5, .external_lex_state = 7}, + [654] = {.lex_state = 5, .external_lex_state = 7}, + [655] = {.lex_state = 5, .external_lex_state = 7}, + [656] = {.lex_state = 5, .external_lex_state = 7}, [657] = {.lex_state = 1, .external_lex_state = 4}, [658] = {.lex_state = 1, .external_lex_state = 4}, [659] = {.lex_state = 1, .external_lex_state = 4}, [660] = {.lex_state = 1, .external_lex_state = 4}, [661] = {.lex_state = 5, .external_lex_state = 6}, [662] = {.lex_state = 5, .external_lex_state = 6}, - [663] = {.lex_state = 1, .external_lex_state = 4}, - [664] = {.lex_state = 1, .external_lex_state = 4}, - [665] = {.lex_state = 1, .external_lex_state = 4}, + [663] = {.lex_state = 5, .external_lex_state = 6}, + [664] = {.lex_state = 5, .external_lex_state = 6}, + [665] = {.lex_state = 5, .external_lex_state = 6}, [666] = {.lex_state = 1, .external_lex_state = 4}, - [667] = {.lex_state = 1, .external_lex_state = 4}, - [668] = {.lex_state = 1, .external_lex_state = 4}, - [669] = {.lex_state = 1, .external_lex_state = 4}, + [667] = {.lex_state = 5, .external_lex_state = 6}, + [668] = {.lex_state = 5, .external_lex_state = 6}, + [669] = {.lex_state = 5, .external_lex_state = 6}, [670] = {.lex_state = 5, .external_lex_state = 6}, - [671] = {.lex_state = 5, .external_lex_state = 6}, - [672] = {.lex_state = 5, .external_lex_state = 6}, - [673] = {.lex_state = 1, .external_lex_state = 4}, + [671] = {.lex_state = 1, .external_lex_state = 4}, + [672] = {.lex_state = 1, .external_lex_state = 4}, + [673] = {.lex_state = 5, .external_lex_state = 6}, [674] = {.lex_state = 1, .external_lex_state = 4}, [675] = {.lex_state = 1, .external_lex_state = 4}, - [676] = {.lex_state = 5, .external_lex_state = 6}, + [676] = {.lex_state = 1, .external_lex_state = 4}, [677] = {.lex_state = 1, .external_lex_state = 4}, - [678] = {.lex_state = 5, .external_lex_state = 6}, - [679] = {.lex_state = 5, .external_lex_state = 6}, - [680] = {.lex_state = 1, .external_lex_state = 4}, - [681] = {.lex_state = 5, .external_lex_state = 6}, + [678] = {.lex_state = 1, .external_lex_state = 4}, + [679] = {.lex_state = 1, .external_lex_state = 4}, + [680] = {.lex_state = 5, .external_lex_state = 6}, + [681] = {.lex_state = 1, .external_lex_state = 4}, [682] = {.lex_state = 1, .external_lex_state = 4}, - [683] = {.lex_state = 1, .external_lex_state = 4}, - [684] = {.lex_state = 5, .external_lex_state = 6}, + [683] = {.lex_state = 5, .external_lex_state = 6}, + [684] = {.lex_state = 1, .external_lex_state = 4}, [685] = {.lex_state = 1, .external_lex_state = 4}, [686] = {.lex_state = 1, .external_lex_state = 4}, - [687] = {.lex_state = 5, .external_lex_state = 6}, + [687] = {.lex_state = 1, .external_lex_state = 4}, [688] = {.lex_state = 1, .external_lex_state = 4}, [689] = {.lex_state = 1, .external_lex_state = 4}, [690] = {.lex_state = 1, .external_lex_state = 4}, @@ -14856,7 +14910,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [693] = {.lex_state = 1, .external_lex_state = 4}, [694] = {.lex_state = 1, .external_lex_state = 4}, [695] = {.lex_state = 1, .external_lex_state = 4}, - [696] = {.lex_state = 5, .external_lex_state = 6}, + [696] = {.lex_state = 1, .external_lex_state = 4}, [697] = {.lex_state = 1, .external_lex_state = 4}, [698] = {.lex_state = 1, .external_lex_state = 4}, [699] = {.lex_state = 5, .external_lex_state = 7}, @@ -14871,22 +14925,22 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [708] = {.lex_state = 5, .external_lex_state = 7}, [709] = {.lex_state = 5, .external_lex_state = 7}, [710] = {.lex_state = 5, .external_lex_state = 7}, - [711] = {.lex_state = 5, .external_lex_state = 6}, + [711] = {.lex_state = 1, .external_lex_state = 4}, [712] = {.lex_state = 1, .external_lex_state = 4}, - [713] = {.lex_state = 1, .external_lex_state = 4}, + [713] = {.lex_state = 5, .external_lex_state = 6}, [714] = {.lex_state = 1, .external_lex_state = 4}, [715] = {.lex_state = 5, .external_lex_state = 6}, - [716] = {.lex_state = 1, .external_lex_state = 4}, + [716] = {.lex_state = 5, .external_lex_state = 6}, [717] = {.lex_state = 1, .external_lex_state = 4}, - [718] = {.lex_state = 1, .external_lex_state = 4}, + [718] = {.lex_state = 5, .external_lex_state = 6}, [719] = {.lex_state = 1, .external_lex_state = 4}, - [720] = {.lex_state = 1, .external_lex_state = 4}, + [720] = {.lex_state = 5, .external_lex_state = 6}, [721] = {.lex_state = 1, .external_lex_state = 4}, - [722] = {.lex_state = 1, .external_lex_state = 4}, + [722] = {.lex_state = 5, .external_lex_state = 6}, [723] = {.lex_state = 1, .external_lex_state = 4}, [724] = {.lex_state = 1, .external_lex_state = 4}, [725] = {.lex_state = 1, .external_lex_state = 4}, - [726] = {.lex_state = 5, .external_lex_state = 6}, + [726] = {.lex_state = 1, .external_lex_state = 4}, [727] = {.lex_state = 1, .external_lex_state = 4}, [728] = {.lex_state = 1, .external_lex_state = 4}, [729] = {.lex_state = 1, .external_lex_state = 4}, @@ -14896,38 +14950,38 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [733] = {.lex_state = 1, .external_lex_state = 4}, [734] = {.lex_state = 1, .external_lex_state = 4}, [735] = {.lex_state = 1, .external_lex_state = 4}, - [736] = {.lex_state = 5, .external_lex_state = 6}, + [736] = {.lex_state = 1, .external_lex_state = 4}, [737] = {.lex_state = 5, .external_lex_state = 6}, - [738] = {.lex_state = 5, .external_lex_state = 6}, - [739] = {.lex_state = 5, .external_lex_state = 6}, + [738] = {.lex_state = 1, .external_lex_state = 4}, + [739] = {.lex_state = 1, .external_lex_state = 4}, [740] = {.lex_state = 1, .external_lex_state = 4}, [741] = {.lex_state = 1, .external_lex_state = 4}, - [742] = {.lex_state = 1, .external_lex_state = 4}, - [743] = {.lex_state = 5, .external_lex_state = 6}, + [742] = {.lex_state = 5, .external_lex_state = 6}, + [743] = {.lex_state = 1, .external_lex_state = 4}, [744] = {.lex_state = 5, .external_lex_state = 6}, [745] = {.lex_state = 1, .external_lex_state = 4}, - [746] = {.lex_state = 1, .external_lex_state = 4}, - [747] = {.lex_state = 5, .external_lex_state = 6}, + [746] = {.lex_state = 5, .external_lex_state = 6}, + [747] = {.lex_state = 1, .external_lex_state = 4}, [748] = {.lex_state = 5, .external_lex_state = 6}, [749] = {.lex_state = 5, .external_lex_state = 6}, [750] = {.lex_state = 1, .external_lex_state = 4}, [751] = {.lex_state = 4, .external_lex_state = 2}, - [752] = {.lex_state = 1, .external_lex_state = 4}, - [753] = {.lex_state = 1, .external_lex_state = 4}, + [752] = {.lex_state = 4, .external_lex_state = 2}, + [753] = {.lex_state = 4, .external_lex_state = 2}, [754] = {.lex_state = 4, .external_lex_state = 2}, [755] = {.lex_state = 4, .external_lex_state = 2}, [756] = {.lex_state = 4, .external_lex_state = 2}, [757] = {.lex_state = 4, .external_lex_state = 2}, - [758] = {.lex_state = 4, .external_lex_state = 2}, + [758] = {.lex_state = 1, .external_lex_state = 4}, [759] = {.lex_state = 1, .external_lex_state = 4}, - [760] = {.lex_state = 4, .external_lex_state = 2}, + [760] = {.lex_state = 1, .external_lex_state = 4}, [761] = {.lex_state = 1, .external_lex_state = 4}, [762] = {.lex_state = 4, .external_lex_state = 2}, [763] = {.lex_state = 4, .external_lex_state = 2}, - [764] = {.lex_state = 1, .external_lex_state = 4}, + [764] = {.lex_state = 4, .external_lex_state = 2}, [765] = {.lex_state = 1, .external_lex_state = 4}, [766] = {.lex_state = 4, .external_lex_state = 2}, - [767] = {.lex_state = 1, .external_lex_state = 4}, + [767] = {.lex_state = 4, .external_lex_state = 2}, [768] = {.lex_state = 4, .external_lex_state = 2}, [769] = {.lex_state = 4, .external_lex_state = 2}, [770] = {.lex_state = 4, .external_lex_state = 2}, @@ -14936,103 +14990,103 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [773] = {.lex_state = 4, .external_lex_state = 2}, [774] = {.lex_state = 4, .external_lex_state = 2}, [775] = {.lex_state = 4, .external_lex_state = 2}, - [776] = {.lex_state = 4, .external_lex_state = 2}, - [777] = {.lex_state = 4, .external_lex_state = 2}, + [776] = {.lex_state = 1, .external_lex_state = 4}, + [777] = {.lex_state = 1, .external_lex_state = 4}, [778] = {.lex_state = 4, .external_lex_state = 2}, [779] = {.lex_state = 4, .external_lex_state = 2}, [780] = {.lex_state = 4, .external_lex_state = 2}, - [781] = {.lex_state = 1, .external_lex_state = 4}, + [781] = {.lex_state = 4, .external_lex_state = 2}, [782] = {.lex_state = 4, .external_lex_state = 2}, - [783] = {.lex_state = 4, .external_lex_state = 2}, + [783] = {.lex_state = 1, .external_lex_state = 4}, [784] = {.lex_state = 1, .external_lex_state = 4}, - [785] = {.lex_state = 31, .external_lex_state = 2}, + [785] = {.lex_state = 1, .external_lex_state = 4}, [786] = {.lex_state = 31, .external_lex_state = 2}, [787] = {.lex_state = 31, .external_lex_state = 2}, - [788] = {.lex_state = 5, .external_lex_state = 7}, - [789] = {.lex_state = 5, .external_lex_state = 7}, - [790] = {.lex_state = 5, .external_lex_state = 7}, - [791] = {.lex_state = 5, .external_lex_state = 7}, + [788] = {.lex_state = 1, .external_lex_state = 4}, + [789] = {.lex_state = 1, .external_lex_state = 4}, + [790] = {.lex_state = 31, .external_lex_state = 2}, + [791] = {.lex_state = 31, .external_lex_state = 2}, [792] = {.lex_state = 5, .external_lex_state = 7}, - [793] = {.lex_state = 5, .external_lex_state = 7}, - [794] = {.lex_state = 31, .external_lex_state = 2}, + [793] = {.lex_state = 1, .external_lex_state = 4}, + [794] = {.lex_state = 5, .external_lex_state = 7}, [795] = {.lex_state = 31, .external_lex_state = 2}, - [796] = {.lex_state = 31, .external_lex_state = 2}, - [797] = {.lex_state = 1, .external_lex_state = 4}, - [798] = {.lex_state = 1, .external_lex_state = 4}, - [799] = {.lex_state = 1, .external_lex_state = 4}, - [800] = {.lex_state = 1, .external_lex_state = 4}, - [801] = {.lex_state = 1, .external_lex_state = 4}, + [796] = {.lex_state = 5, .external_lex_state = 7}, + [797] = {.lex_state = 31, .external_lex_state = 2}, + [798] = {.lex_state = 31, .external_lex_state = 2}, + [799] = {.lex_state = 31, .external_lex_state = 2}, + [800] = {.lex_state = 31, .external_lex_state = 2}, + [801] = {.lex_state = 31, .external_lex_state = 2}, [802] = {.lex_state = 1, .external_lex_state = 4}, [803] = {.lex_state = 31, .external_lex_state = 2}, [804] = {.lex_state = 31, .external_lex_state = 2}, [805] = {.lex_state = 31, .external_lex_state = 2}, [806] = {.lex_state = 31, .external_lex_state = 2}, - [807] = {.lex_state = 31, .external_lex_state = 2}, - [808] = {.lex_state = 5, .external_lex_state = 7}, - [809] = {.lex_state = 5, .external_lex_state = 7}, - [810] = {.lex_state = 5, .external_lex_state = 7}, - [811] = {.lex_state = 5, .external_lex_state = 7}, - [812] = {.lex_state = 5, .external_lex_state = 7}, - [813] = {.lex_state = 5, .external_lex_state = 7}, - [814] = {.lex_state = 31, .external_lex_state = 2}, + [807] = {.lex_state = 5, .external_lex_state = 7}, + [808] = {.lex_state = 31, .external_lex_state = 2}, + [809] = {.lex_state = 31, .external_lex_state = 2}, + [810] = {.lex_state = 31, .external_lex_state = 2}, + [811] = {.lex_state = 31, .external_lex_state = 2}, + [812] = {.lex_state = 1, .external_lex_state = 4}, + [813] = {.lex_state = 31, .external_lex_state = 2}, + [814] = {.lex_state = 5, .external_lex_state = 7}, [815] = {.lex_state = 31, .external_lex_state = 2}, - [816] = {.lex_state = 31, .external_lex_state = 2}, - [817] = {.lex_state = 31, .external_lex_state = 2}, + [816] = {.lex_state = 5, .external_lex_state = 7}, + [817] = {.lex_state = 5, .external_lex_state = 7}, [818] = {.lex_state = 31, .external_lex_state = 2}, - [819] = {.lex_state = 31, .external_lex_state = 2}, - [820] = {.lex_state = 31, .external_lex_state = 2}, - [821] = {.lex_state = 31, .external_lex_state = 2}, - [822] = {.lex_state = 1, .external_lex_state = 4}, - [823] = {.lex_state = 31, .external_lex_state = 2}, + [819] = {.lex_state = 1, .external_lex_state = 4}, + [820] = {.lex_state = 5, .external_lex_state = 7}, + [821] = {.lex_state = 5, .external_lex_state = 7}, + [822] = {.lex_state = 31, .external_lex_state = 2}, + [823] = {.lex_state = 5, .external_lex_state = 7}, [824] = {.lex_state = 31, .external_lex_state = 2}, - [825] = {.lex_state = 31, .external_lex_state = 2}, + [825] = {.lex_state = 5, .external_lex_state = 7}, [826] = {.lex_state = 31, .external_lex_state = 2}, [827] = {.lex_state = 31, .external_lex_state = 2}, - [828] = {.lex_state = 31, .external_lex_state = 2}, + [828] = {.lex_state = 5, .external_lex_state = 7}, [829] = {.lex_state = 31, .external_lex_state = 2}, [830] = {.lex_state = 31, .external_lex_state = 2}, - [831] = {.lex_state = 1, .external_lex_state = 4}, + [831] = {.lex_state = 1, .external_lex_state = 3}, [832] = {.lex_state = 5, .external_lex_state = 6}, [833] = {.lex_state = 1, .external_lex_state = 4}, [834] = {.lex_state = 1, .external_lex_state = 4}, - [835] = {.lex_state = 1, .external_lex_state = 4}, + [835] = {.lex_state = 5, .external_lex_state = 6}, [836] = {.lex_state = 1, .external_lex_state = 4}, - [837] = {.lex_state = 1, .external_lex_state = 4}, + [837] = {.lex_state = 5, .external_lex_state = 6}, [838] = {.lex_state = 1, .external_lex_state = 4}, - [839] = {.lex_state = 1, .external_lex_state = 4}, - [840] = {.lex_state = 1, .external_lex_state = 4}, - [841] = {.lex_state = 1, .external_lex_state = 4}, + [839] = {.lex_state = 5, .external_lex_state = 6}, + [840] = {.lex_state = 5, .external_lex_state = 6}, + [841] = {.lex_state = 5, .external_lex_state = 6}, [842] = {.lex_state = 1, .external_lex_state = 4}, [843] = {.lex_state = 1, .external_lex_state = 4}, - [844] = {.lex_state = 1, .external_lex_state = 4}, + [844] = {.lex_state = 5, .external_lex_state = 6}, [845] = {.lex_state = 1, .external_lex_state = 4}, [846] = {.lex_state = 1, .external_lex_state = 4}, - [847] = {.lex_state = 5, .external_lex_state = 6}, - [848] = {.lex_state = 5, .external_lex_state = 6}, + [847] = {.lex_state = 1, .external_lex_state = 4}, + [848] = {.lex_state = 1, .external_lex_state = 4}, [849] = {.lex_state = 1, .external_lex_state = 4}, - [850] = {.lex_state = 5, .external_lex_state = 6}, - [851] = {.lex_state = 5, .external_lex_state = 6}, - [852] = {.lex_state = 1, .external_lex_state = 3}, + [850] = {.lex_state = 1, .external_lex_state = 4}, + [851] = {.lex_state = 1, .external_lex_state = 4}, + [852] = {.lex_state = 1, .external_lex_state = 4}, [853] = {.lex_state = 5, .external_lex_state = 6}, - [854] = {.lex_state = 1, .external_lex_state = 3}, - [855] = {.lex_state = 1, .external_lex_state = 4}, + [854] = {.lex_state = 1, .external_lex_state = 4}, + [855] = {.lex_state = 5, .external_lex_state = 6}, [856] = {.lex_state = 1, .external_lex_state = 4}, - [857] = {.lex_state = 5, .external_lex_state = 6}, - [858] = {.lex_state = 1, .external_lex_state = 4}, - [859] = {.lex_state = 1, .external_lex_state = 4}, - [860] = {.lex_state = 1, .external_lex_state = 4}, - [861] = {.lex_state = 5, .external_lex_state = 6}, - [862] = {.lex_state = 5, .external_lex_state = 6}, + [857] = {.lex_state = 1, .external_lex_state = 3}, + [858] = {.lex_state = 1, .external_lex_state = 3}, + [859] = {.lex_state = 5, .external_lex_state = 6}, + [860] = {.lex_state = 5, .external_lex_state = 6}, + [861] = {.lex_state = 1, .external_lex_state = 4}, + [862] = {.lex_state = 1, .external_lex_state = 4}, [863] = {.lex_state = 1, .external_lex_state = 4}, [864] = {.lex_state = 1, .external_lex_state = 4}, - [865] = {.lex_state = 5, .external_lex_state = 6}, - [866] = {.lex_state = 1, .external_lex_state = 4}, + [865] = {.lex_state = 1, .external_lex_state = 4}, + [866] = {.lex_state = 5, .external_lex_state = 6}, [867] = {.lex_state = 1, .external_lex_state = 4}, [868] = {.lex_state = 1, .external_lex_state = 4}, [869] = {.lex_state = 1, .external_lex_state = 4}, - [870] = {.lex_state = 5, .external_lex_state = 6}, - [871] = {.lex_state = 5, .external_lex_state = 6}, - [872] = {.lex_state = 1, .external_lex_state = 3}, + [870] = {.lex_state = 1, .external_lex_state = 4}, + [871] = {.lex_state = 1, .external_lex_state = 4}, + [872] = {.lex_state = 1, .external_lex_state = 4}, [873] = {.lex_state = 1, .external_lex_state = 4}, [874] = {.lex_state = 1, .external_lex_state = 4}, [875] = {.lex_state = 1, .external_lex_state = 4}, @@ -15041,39 +15095,39 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [878] = {.lex_state = 1, .external_lex_state = 4}, [879] = {.lex_state = 5, .external_lex_state = 7}, [880] = {.lex_state = 1, .external_lex_state = 4}, - [881] = {.lex_state = 1, .external_lex_state = 4}, - [882] = {.lex_state = 1, .external_lex_state = 4}, + [881] = {.lex_state = 5, .external_lex_state = 7}, + [882] = {.lex_state = 5, .external_lex_state = 7}, [883] = {.lex_state = 1, .external_lex_state = 4}, [884] = {.lex_state = 1, .external_lex_state = 4}, [885] = {.lex_state = 1, .external_lex_state = 4}, [886] = {.lex_state = 1, .external_lex_state = 4}, - [887] = {.lex_state = 5, .external_lex_state = 7}, + [887] = {.lex_state = 1, .external_lex_state = 4}, [888] = {.lex_state = 1, .external_lex_state = 4}, - [889] = {.lex_state = 1, .external_lex_state = 4}, + [889] = {.lex_state = 5, .external_lex_state = 7}, [890] = {.lex_state = 1, .external_lex_state = 4}, - [891] = {.lex_state = 5, .external_lex_state = 7}, - [892] = {.lex_state = 5, .external_lex_state = 7}, + [891] = {.lex_state = 1, .external_lex_state = 4}, + [892] = {.lex_state = 1, .external_lex_state = 4}, [893] = {.lex_state = 1, .external_lex_state = 4}, - [894] = {.lex_state = 5, .external_lex_state = 7}, + [894] = {.lex_state = 1, .external_lex_state = 4}, [895] = {.lex_state = 1, .external_lex_state = 4}, - [896] = {.lex_state = 5, .external_lex_state = 7}, - [897] = {.lex_state = 5, .external_lex_state = 7}, + [896] = {.lex_state = 1, .external_lex_state = 4}, + [897] = {.lex_state = 1, .external_lex_state = 4}, [898] = {.lex_state = 1, .external_lex_state = 4}, [899] = {.lex_state = 1, .external_lex_state = 4}, - [900] = {.lex_state = 1, .external_lex_state = 4}, - [901] = {.lex_state = 1, .external_lex_state = 4}, + [900] = {.lex_state = 5, .external_lex_state = 7}, + [901] = {.lex_state = 5, .external_lex_state = 7}, [902] = {.lex_state = 1, .external_lex_state = 4}, - [903] = {.lex_state = 1, .external_lex_state = 4}, - [904] = {.lex_state = 1, .external_lex_state = 4}, + [903] = {.lex_state = 5, .external_lex_state = 7}, + [904] = {.lex_state = 5, .external_lex_state = 7}, [905] = {.lex_state = 1, .external_lex_state = 4}, [906] = {.lex_state = 1, .external_lex_state = 4}, [907] = {.lex_state = 1, .external_lex_state = 4}, - [908] = {.lex_state = 5, .external_lex_state = 7}, - [909] = {.lex_state = 1, .external_lex_state = 4}, + [908] = {.lex_state = 1, .external_lex_state = 4}, + [909] = {.lex_state = 5, .external_lex_state = 7}, [910] = {.lex_state = 1, .external_lex_state = 4}, [911] = {.lex_state = 1, .external_lex_state = 4}, - [912] = {.lex_state = 1, .external_lex_state = 4}, - [913] = {.lex_state = 1, .external_lex_state = 4}, + [912] = {.lex_state = 5, .external_lex_state = 7}, + [913] = {.lex_state = 5, .external_lex_state = 7}, [914] = {.lex_state = 1, .external_lex_state = 4}, [915] = {.lex_state = 1, .external_lex_state = 4}, [916] = {.lex_state = 1, .external_lex_state = 4}, @@ -15092,36 +15146,36 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [929] = {.lex_state = 1, .external_lex_state = 4}, [930] = {.lex_state = 1, .external_lex_state = 4}, [931] = {.lex_state = 1, .external_lex_state = 4}, - [932] = {.lex_state = 1, .external_lex_state = 4}, - [933] = {.lex_state = 4, .external_lex_state = 2}, + [932] = {.lex_state = 4, .external_lex_state = 2}, + [933] = {.lex_state = 5, .external_lex_state = 7}, [934] = {.lex_state = 1, .external_lex_state = 4}, [935] = {.lex_state = 1, .external_lex_state = 4}, - [936] = {.lex_state = 5, .external_lex_state = 7}, - [937] = {.lex_state = 5, .external_lex_state = 7}, + [936] = {.lex_state = 1, .external_lex_state = 4}, + [937] = {.lex_state = 1, .external_lex_state = 4}, [938] = {.lex_state = 1, .external_lex_state = 4}, [939] = {.lex_state = 1, .external_lex_state = 4}, - [940] = {.lex_state = 5, .external_lex_state = 7}, + [940] = {.lex_state = 1, .external_lex_state = 4}, [941] = {.lex_state = 1, .external_lex_state = 4}, - [942] = {.lex_state = 5, .external_lex_state = 7}, + [942] = {.lex_state = 1, .external_lex_state = 4}, [943] = {.lex_state = 1, .external_lex_state = 4}, [944] = {.lex_state = 1, .external_lex_state = 4}, [945] = {.lex_state = 1, .external_lex_state = 4}, - [946] = {.lex_state = 1, .external_lex_state = 4}, + [946] = {.lex_state = 5, .external_lex_state = 6}, [947] = {.lex_state = 1, .external_lex_state = 4}, - [948] = {.lex_state = 5, .external_lex_state = 6}, + [948] = {.lex_state = 1, .external_lex_state = 4}, [949] = {.lex_state = 1, .external_lex_state = 4}, - [950] = {.lex_state = 1, .external_lex_state = 4}, + [950] = {.lex_state = 5, .external_lex_state = 6}, [951] = {.lex_state = 1, .external_lex_state = 4}, - [952] = {.lex_state = 1, .external_lex_state = 4}, - [953] = {.lex_state = 5, .external_lex_state = 7}, - [954] = {.lex_state = 5, .external_lex_state = 7}, - [955] = {.lex_state = 5, .external_lex_state = 7}, + [952] = {.lex_state = 5, .external_lex_state = 6}, + [953] = {.lex_state = 5, .external_lex_state = 6}, + [954] = {.lex_state = 1, .external_lex_state = 4}, + [955] = {.lex_state = 1, .external_lex_state = 4}, [956] = {.lex_state = 5, .external_lex_state = 6}, [957] = {.lex_state = 1, .external_lex_state = 4}, - [958] = {.lex_state = 5, .external_lex_state = 7}, + [958] = {.lex_state = 1, .external_lex_state = 4}, [959] = {.lex_state = 1, .external_lex_state = 4}, - [960] = {.lex_state = 1, .external_lex_state = 4}, - [961] = {.lex_state = 1, .external_lex_state = 4}, + [960] = {.lex_state = 5, .external_lex_state = 6}, + [961] = {.lex_state = 5, .external_lex_state = 6}, [962] = {.lex_state = 1, .external_lex_state = 4}, [963] = {.lex_state = 1, .external_lex_state = 4}, [964] = {.lex_state = 1, .external_lex_state = 4}, @@ -15131,75 +15185,75 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [968] = {.lex_state = 1, .external_lex_state = 4}, [969] = {.lex_state = 1, .external_lex_state = 4}, [970] = {.lex_state = 1, .external_lex_state = 4}, - [971] = {.lex_state = 5, .external_lex_state = 6}, - [972] = {.lex_state = 1, .external_lex_state = 4}, + [971] = {.lex_state = 1, .external_lex_state = 4}, + [972] = {.lex_state = 5, .external_lex_state = 7}, [973] = {.lex_state = 1, .external_lex_state = 4}, - [974] = {.lex_state = 1, .external_lex_state = 4}, - [975] = {.lex_state = 1, .external_lex_state = 4}, + [974] = {.lex_state = 5, .external_lex_state = 6}, + [975] = {.lex_state = 5, .external_lex_state = 6}, [976] = {.lex_state = 1, .external_lex_state = 4}, - [977] = {.lex_state = 1, .external_lex_state = 4}, - [978] = {.lex_state = 5, .external_lex_state = 6}, - [979] = {.lex_state = 1, .external_lex_state = 4}, + [977] = {.lex_state = 5, .external_lex_state = 6}, + [978] = {.lex_state = 1, .external_lex_state = 4}, + [979] = {.lex_state = 5, .external_lex_state = 6}, [980] = {.lex_state = 1, .external_lex_state = 4}, [981] = {.lex_state = 1, .external_lex_state = 4}, [982] = {.lex_state = 1, .external_lex_state = 4}, [983] = {.lex_state = 1, .external_lex_state = 4}, - [984] = {.lex_state = 1, .external_lex_state = 4}, + [984] = {.lex_state = 5, .external_lex_state = 6}, [985] = {.lex_state = 1, .external_lex_state = 4}, [986] = {.lex_state = 1, .external_lex_state = 4}, - [987] = {.lex_state = 5, .external_lex_state = 6}, - [988] = {.lex_state = 1, .external_lex_state = 4}, + [987] = {.lex_state = 1, .external_lex_state = 4}, + [988] = {.lex_state = 5, .external_lex_state = 6}, [989] = {.lex_state = 1, .external_lex_state = 4}, - [990] = {.lex_state = 5, .external_lex_state = 6}, + [990] = {.lex_state = 1, .external_lex_state = 4}, [991] = {.lex_state = 1, .external_lex_state = 4}, - [992] = {.lex_state = 5, .external_lex_state = 6}, - [993] = {.lex_state = 5, .external_lex_state = 6}, - [994] = {.lex_state = 5, .external_lex_state = 6}, - [995] = {.lex_state = 5, .external_lex_state = 6}, - [996] = {.lex_state = 5, .external_lex_state = 6}, - [997] = {.lex_state = 5, .external_lex_state = 6}, + [992] = {.lex_state = 1, .external_lex_state = 4}, + [993] = {.lex_state = 1, .external_lex_state = 4}, + [994] = {.lex_state = 1, .external_lex_state = 4}, + [995] = {.lex_state = 1, .external_lex_state = 4}, + [996] = {.lex_state = 1, .external_lex_state = 4}, + [997] = {.lex_state = 1, .external_lex_state = 4}, [998] = {.lex_state = 1, .external_lex_state = 4}, [999] = {.lex_state = 1, .external_lex_state = 4}, - [1000] = {.lex_state = 5, .external_lex_state = 6}, + [1000] = {.lex_state = 1, .external_lex_state = 4}, [1001] = {.lex_state = 1, .external_lex_state = 4}, - [1002] = {.lex_state = 5, .external_lex_state = 6}, + [1002] = {.lex_state = 1, .external_lex_state = 4}, [1003] = {.lex_state = 1, .external_lex_state = 4}, [1004] = {.lex_state = 1, .external_lex_state = 4}, [1005] = {.lex_state = 1, .external_lex_state = 4}, [1006] = {.lex_state = 1, .external_lex_state = 4}, [1007] = {.lex_state = 1, .external_lex_state = 4}, [1008] = {.lex_state = 1, .external_lex_state = 4}, - [1009] = {.lex_state = 1, .external_lex_state = 4}, + [1009] = {.lex_state = 5, .external_lex_state = 6}, [1010] = {.lex_state = 1, .external_lex_state = 4}, [1011] = {.lex_state = 5, .external_lex_state = 6}, [1012] = {.lex_state = 5, .external_lex_state = 6}, - [1013] = {.lex_state = 1, .external_lex_state = 4}, - [1014] = {.lex_state = 5, .external_lex_state = 6}, + [1013] = {.lex_state = 5, .external_lex_state = 6}, + [1014] = {.lex_state = 1, .external_lex_state = 4}, [1015] = {.lex_state = 1, .external_lex_state = 4}, [1016] = {.lex_state = 5, .external_lex_state = 6}, [1017] = {.lex_state = 1, .external_lex_state = 4}, [1018] = {.lex_state = 1, .external_lex_state = 4}, - [1019] = {.lex_state = 1, .external_lex_state = 4}, + [1019] = {.lex_state = 5, .external_lex_state = 7}, [1020] = {.lex_state = 1, .external_lex_state = 4}, - [1021] = {.lex_state = 1, .external_lex_state = 4}, + [1021] = {.lex_state = 5, .external_lex_state = 7}, [1022] = {.lex_state = 1, .external_lex_state = 4}, [1023] = {.lex_state = 1, .external_lex_state = 4}, - [1024] = {.lex_state = 1, .external_lex_state = 4}, + [1024] = {.lex_state = 5, .external_lex_state = 7}, [1025] = {.lex_state = 1, .external_lex_state = 4}, [1026] = {.lex_state = 1, .external_lex_state = 4}, - [1027] = {.lex_state = 5, .external_lex_state = 7}, - [1028] = {.lex_state = 1, .external_lex_state = 4}, + [1027] = {.lex_state = 1, .external_lex_state = 4}, + [1028] = {.lex_state = 5, .external_lex_state = 7}, [1029] = {.lex_state = 1, .external_lex_state = 4}, - [1030] = {.lex_state = 1, .external_lex_state = 4}, + [1030] = {.lex_state = 5, .external_lex_state = 7}, [1031] = {.lex_state = 1, .external_lex_state = 4}, [1032] = {.lex_state = 1, .external_lex_state = 4}, [1033] = {.lex_state = 1, .external_lex_state = 4}, [1034] = {.lex_state = 1, .external_lex_state = 4}, - [1035] = {.lex_state = 5, .external_lex_state = 7}, + [1035] = {.lex_state = 1, .external_lex_state = 4}, [1036] = {.lex_state = 1, .external_lex_state = 4}, [1037] = {.lex_state = 1, .external_lex_state = 4}, [1038] = {.lex_state = 1, .external_lex_state = 4}, - [1039] = {.lex_state = 5, .external_lex_state = 6}, + [1039] = {.lex_state = 1, .external_lex_state = 4}, [1040] = {.lex_state = 1, .external_lex_state = 4}, [1041] = {.lex_state = 1, .external_lex_state = 4}, [1042] = {.lex_state = 1, .external_lex_state = 4}, @@ -15243,14 +15297,14 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1080] = {.lex_state = 1, .external_lex_state = 4}, [1081] = {.lex_state = 1, .external_lex_state = 4}, [1082] = {.lex_state = 1, .external_lex_state = 4}, - [1083] = {.lex_state = 5, .external_lex_state = 6}, + [1083] = {.lex_state = 1, .external_lex_state = 4}, [1084] = {.lex_state = 1, .external_lex_state = 4}, [1085] = {.lex_state = 1, .external_lex_state = 4}, [1086] = {.lex_state = 1, .external_lex_state = 4}, [1087] = {.lex_state = 1, .external_lex_state = 4}, [1088] = {.lex_state = 1, .external_lex_state = 4}, [1089] = {.lex_state = 1, .external_lex_state = 4}, - [1090] = {.lex_state = 1, .external_lex_state = 4}, + [1090] = {.lex_state = 5, .external_lex_state = 6}, [1091] = {.lex_state = 1, .external_lex_state = 4}, [1092] = {.lex_state = 1, .external_lex_state = 4}, [1093] = {.lex_state = 1, .external_lex_state = 4}, @@ -15271,7 +15325,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1108] = {.lex_state = 1, .external_lex_state = 4}, [1109] = {.lex_state = 1, .external_lex_state = 4}, [1110] = {.lex_state = 1, .external_lex_state = 4}, - [1111] = {.lex_state = 1, .external_lex_state = 4}, + [1111] = {.lex_state = 5, .external_lex_state = 6}, [1112] = {.lex_state = 1, .external_lex_state = 4}, [1113] = {.lex_state = 1, .external_lex_state = 4}, [1114] = {.lex_state = 1, .external_lex_state = 4}, @@ -15309,22 +15363,22 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1146] = {.lex_state = 1, .external_lex_state = 4}, [1147] = {.lex_state = 1, .external_lex_state = 4}, [1148] = {.lex_state = 1, .external_lex_state = 4}, - [1149] = {.lex_state = 5, .external_lex_state = 6}, + [1149] = {.lex_state = 1, .external_lex_state = 4}, [1150] = {.lex_state = 1, .external_lex_state = 4}, [1151] = {.lex_state = 1, .external_lex_state = 4}, [1152] = {.lex_state = 1, .external_lex_state = 4}, - [1153] = {.lex_state = 5, .external_lex_state = 6}, + [1153] = {.lex_state = 1, .external_lex_state = 4}, [1154] = {.lex_state = 1, .external_lex_state = 4}, [1155] = {.lex_state = 1, .external_lex_state = 4}, [1156] = {.lex_state = 1, .external_lex_state = 4}, - [1157] = {.lex_state = 1, .external_lex_state = 4}, + [1157] = {.lex_state = 5, .external_lex_state = 6}, [1158] = {.lex_state = 1, .external_lex_state = 4}, [1159] = {.lex_state = 1, .external_lex_state = 4}, [1160] = {.lex_state = 1, .external_lex_state = 4}, [1161] = {.lex_state = 1, .external_lex_state = 4}, [1162] = {.lex_state = 1, .external_lex_state = 4}, [1163] = {.lex_state = 1, .external_lex_state = 4}, - [1164] = {.lex_state = 1, .external_lex_state = 4}, + [1164] = {.lex_state = 5, .external_lex_state = 6}, [1165] = {.lex_state = 1, .external_lex_state = 4}, [1166] = {.lex_state = 1, .external_lex_state = 4}, [1167] = {.lex_state = 1, .external_lex_state = 4}, @@ -15353,8 +15407,8 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1190] = {.lex_state = 1, .external_lex_state = 4}, [1191] = {.lex_state = 1, .external_lex_state = 4}, [1192] = {.lex_state = 1, .external_lex_state = 4}, - [1193] = {.lex_state = 5, .external_lex_state = 6}, - [1194] = {.lex_state = 1, .external_lex_state = 4}, + [1193] = {.lex_state = 1, .external_lex_state = 4}, + [1194] = {.lex_state = 5, .external_lex_state = 6}, [1195] = {.lex_state = 1, .external_lex_state = 4}, [1196] = {.lex_state = 1, .external_lex_state = 4}, [1197] = {.lex_state = 1, .external_lex_state = 4}, @@ -15362,425 +15416,425 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1199] = {.lex_state = 1, .external_lex_state = 4}, [1200] = {.lex_state = 1, .external_lex_state = 4}, [1201] = {.lex_state = 1, .external_lex_state = 4}, - [1202] = {.lex_state = 1, .external_lex_state = 4}, - [1203] = {.lex_state = 1, .external_lex_state = 4}, + [1202] = {.lex_state = 1, .external_lex_state = 3}, + [1203] = {.lex_state = 1, .external_lex_state = 3}, [1204] = {.lex_state = 5, .external_lex_state = 6}, [1205] = {.lex_state = 1, .external_lex_state = 4}, [1206] = {.lex_state = 1, .external_lex_state = 4}, - [1207] = {.lex_state = 5, .external_lex_state = 6}, + [1207] = {.lex_state = 1, .external_lex_state = 4}, [1208] = {.lex_state = 1, .external_lex_state = 4}, - [1209] = {.lex_state = 5, .external_lex_state = 6}, + [1209] = {.lex_state = 1, .external_lex_state = 4}, [1210] = {.lex_state = 1, .external_lex_state = 4}, [1211] = {.lex_state = 1, .external_lex_state = 4}, [1212] = {.lex_state = 1, .external_lex_state = 4}, - [1213] = {.lex_state = 5, .external_lex_state = 6}, + [1213] = {.lex_state = 1, .external_lex_state = 4}, [1214] = {.lex_state = 1, .external_lex_state = 4}, - [1215] = {.lex_state = 5, .external_lex_state = 6}, + [1215] = {.lex_state = 1, .external_lex_state = 4}, [1216] = {.lex_state = 1, .external_lex_state = 4}, [1217] = {.lex_state = 1, .external_lex_state = 4}, - [1218] = {.lex_state = 5, .external_lex_state = 6}, + [1218] = {.lex_state = 1, .external_lex_state = 4}, [1219] = {.lex_state = 1, .external_lex_state = 4}, [1220] = {.lex_state = 1, .external_lex_state = 4}, [1221] = {.lex_state = 5, .external_lex_state = 6}, - [1222] = {.lex_state = 1, .external_lex_state = 4}, + [1222] = {.lex_state = 5, .external_lex_state = 6}, [1223] = {.lex_state = 1, .external_lex_state = 4}, [1224] = {.lex_state = 1, .external_lex_state = 4}, - [1225] = {.lex_state = 1, .external_lex_state = 4}, - [1226] = {.lex_state = 1, .external_lex_state = 3}, + [1225] = {.lex_state = 5, .external_lex_state = 6}, + [1226] = {.lex_state = 1, .external_lex_state = 4}, [1227] = {.lex_state = 1, .external_lex_state = 4}, - [1228] = {.lex_state = 1, .external_lex_state = 3}, + [1228] = {.lex_state = 1, .external_lex_state = 4}, [1229] = {.lex_state = 1, .external_lex_state = 4}, [1230] = {.lex_state = 5, .external_lex_state = 6}, - [1231] = {.lex_state = 1, .external_lex_state = 4}, - [1232] = {.lex_state = 1, .external_lex_state = 4}, - [1233] = {.lex_state = 5, .external_lex_state = 7}, + [1231] = {.lex_state = 5, .external_lex_state = 6}, + [1232] = {.lex_state = 5, .external_lex_state = 6}, + [1233] = {.lex_state = 5, .external_lex_state = 6}, [1234] = {.lex_state = 1, .external_lex_state = 4}, - [1235] = {.lex_state = 1, .external_lex_state = 4}, + [1235] = {.lex_state = 5, .external_lex_state = 6}, [1236] = {.lex_state = 1, .external_lex_state = 4}, - [1237] = {.lex_state = 5, .external_lex_state = 7}, - [1238] = {.lex_state = 5, .external_lex_state = 7}, + [1237] = {.lex_state = 1, .external_lex_state = 4}, + [1238] = {.lex_state = 1, .external_lex_state = 4}, [1239] = {.lex_state = 1, .external_lex_state = 4}, - [1240] = {.lex_state = 5, .external_lex_state = 7}, + [1240] = {.lex_state = 1, .external_lex_state = 4}, [1241] = {.lex_state = 1, .external_lex_state = 4}, [1242] = {.lex_state = 1, .external_lex_state = 4}, [1243] = {.lex_state = 1, .external_lex_state = 4}, - [1244] = {.lex_state = 5, .external_lex_state = 6}, - [1245] = {.lex_state = 5, .external_lex_state = 7}, + [1244] = {.lex_state = 1, .external_lex_state = 4}, + [1245] = {.lex_state = 1, .external_lex_state = 4}, [1246] = {.lex_state = 1, .external_lex_state = 4}, - [1247] = {.lex_state = 5, .external_lex_state = 6}, - [1248] = {.lex_state = 5, .external_lex_state = 7}, - [1249] = {.lex_state = 1, .external_lex_state = 4}, + [1247] = {.lex_state = 5, .external_lex_state = 7}, + [1248] = {.lex_state = 1, .external_lex_state = 4}, + [1249] = {.lex_state = 5, .external_lex_state = 7}, [1250] = {.lex_state = 1, .external_lex_state = 4}, - [1251] = {.lex_state = 5, .external_lex_state = 6}, - [1252] = {.lex_state = 1, .external_lex_state = 4}, - [1253] = {.lex_state = 1, .external_lex_state = 4}, + [1251] = {.lex_state = 1, .external_lex_state = 4}, + [1252] = {.lex_state = 5, .external_lex_state = 6}, + [1253] = {.lex_state = 5, .external_lex_state = 7}, [1254] = {.lex_state = 1, .external_lex_state = 4}, [1255] = {.lex_state = 5, .external_lex_state = 7}, [1256] = {.lex_state = 1, .external_lex_state = 4}, - [1257] = {.lex_state = 5, .external_lex_state = 6}, + [1257] = {.lex_state = 5, .external_lex_state = 7}, [1258] = {.lex_state = 1, .external_lex_state = 4}, [1259] = {.lex_state = 1, .external_lex_state = 4}, - [1260] = {.lex_state = 5, .external_lex_state = 6}, - [1261] = {.lex_state = 1, .external_lex_state = 4}, + [1260] = {.lex_state = 1, .external_lex_state = 4}, + [1261] = {.lex_state = 5, .external_lex_state = 7}, [1262] = {.lex_state = 5, .external_lex_state = 7}, [1263] = {.lex_state = 1, .external_lex_state = 4}, [1264] = {.lex_state = 5, .external_lex_state = 7}, [1265] = {.lex_state = 5, .external_lex_state = 7}, [1266] = {.lex_state = 5, .external_lex_state = 7}, - [1267] = {.lex_state = 1, .external_lex_state = 4}, + [1267] = {.lex_state = 5, .external_lex_state = 6}, [1268] = {.lex_state = 5, .external_lex_state = 7}, - [1269] = {.lex_state = 1, .external_lex_state = 4}, + [1269] = {.lex_state = 5, .external_lex_state = 7}, [1270] = {.lex_state = 5, .external_lex_state = 7}, - [1271] = {.lex_state = 1, .external_lex_state = 4}, + [1271] = {.lex_state = 5, .external_lex_state = 7}, [1272] = {.lex_state = 5, .external_lex_state = 7}, [1273] = {.lex_state = 1, .external_lex_state = 4}, - [1274] = {.lex_state = 1, .external_lex_state = 4}, - [1275] = {.lex_state = 5, .external_lex_state = 6}, - [1276] = {.lex_state = 5, .external_lex_state = 7}, - [1277] = {.lex_state = 5, .external_lex_state = 7}, - [1278] = {.lex_state = 5, .external_lex_state = 6}, - [1279] = {.lex_state = 5, .external_lex_state = 7}, - [1280] = {.lex_state = 5, .external_lex_state = 7}, - [1281] = {.lex_state = 5, .external_lex_state = 6}, - [1282] = {.lex_state = 5, .external_lex_state = 7}, - [1283] = {.lex_state = 1, .external_lex_state = 4}, - [1284] = {.lex_state = 1, .external_lex_state = 4}, - [1285] = {.lex_state = 1, .external_lex_state = 4}, - [1286] = {.lex_state = 1, .external_lex_state = 4}, + [1274] = {.lex_state = 5, .external_lex_state = 7}, + [1275] = {.lex_state = 1, .external_lex_state = 4}, + [1276] = {.lex_state = 1, .external_lex_state = 4}, + [1277] = {.lex_state = 5, .external_lex_state = 6}, + [1278] = {.lex_state = 5, .external_lex_state = 7}, + [1279] = {.lex_state = 1, .external_lex_state = 4}, + [1280] = {.lex_state = 1, .external_lex_state = 4}, + [1281] = {.lex_state = 1, .external_lex_state = 4}, + [1282] = {.lex_state = 5, .external_lex_state = 6}, + [1283] = {.lex_state = 5, .external_lex_state = 6}, + [1284] = {.lex_state = 5, .external_lex_state = 6}, + [1285] = {.lex_state = 5, .external_lex_state = 7}, + [1286] = {.lex_state = 5, .external_lex_state = 7}, [1287] = {.lex_state = 5, .external_lex_state = 6}, - [1288] = {.lex_state = 5, .external_lex_state = 6}, - [1289] = {.lex_state = 1, .external_lex_state = 4}, + [1288] = {.lex_state = 1, .external_lex_state = 4}, + [1289] = {.lex_state = 5, .external_lex_state = 6}, [1290] = {.lex_state = 5, .external_lex_state = 6}, [1291] = {.lex_state = 5, .external_lex_state = 6}, [1292] = {.lex_state = 1, .external_lex_state = 4}, [1293] = {.lex_state = 5, .external_lex_state = 6}, - [1294] = {.lex_state = 1, .external_lex_state = 4}, - [1295] = {.lex_state = 5, .external_lex_state = 6}, + [1294] = {.lex_state = 5, .external_lex_state = 6}, + [1295] = {.lex_state = 1, .external_lex_state = 4}, [1296] = {.lex_state = 5, .external_lex_state = 6}, [1297] = {.lex_state = 1, .external_lex_state = 4}, [1298] = {.lex_state = 1, .external_lex_state = 4}, [1299] = {.lex_state = 1, .external_lex_state = 4}, - [1300] = {.lex_state = 5, .external_lex_state = 6}, + [1300] = {.lex_state = 1, .external_lex_state = 4}, [1301] = {.lex_state = 1, .external_lex_state = 4}, [1302] = {.lex_state = 5, .external_lex_state = 6}, - [1303] = {.lex_state = 5, .external_lex_state = 6}, + [1303] = {.lex_state = 1, .external_lex_state = 4}, [1304] = {.lex_state = 1, .external_lex_state = 4}, [1305] = {.lex_state = 1, .external_lex_state = 4}, - [1306] = {.lex_state = 5, .external_lex_state = 6}, + [1306] = {.lex_state = 1, .external_lex_state = 4}, [1307] = {.lex_state = 1, .external_lex_state = 4}, [1308] = {.lex_state = 1, .external_lex_state = 4}, - [1309] = {.lex_state = 1, .external_lex_state = 4}, + [1309] = {.lex_state = 5, .external_lex_state = 6}, [1310] = {.lex_state = 5, .external_lex_state = 6}, [1311] = {.lex_state = 5, .external_lex_state = 6}, - [1312] = {.lex_state = 5, .external_lex_state = 6}, - [1313] = {.lex_state = 5, .external_lex_state = 6}, + [1312] = {.lex_state = 1, .external_lex_state = 4}, + [1313] = {.lex_state = 1, .external_lex_state = 4}, [1314] = {.lex_state = 1, .external_lex_state = 4}, - [1315] = {.lex_state = 1, .external_lex_state = 4}, - [1316] = {.lex_state = 1, .external_lex_state = 4}, - [1317] = {.lex_state = 1, .external_lex_state = 4}, - [1318] = {.lex_state = 1, .external_lex_state = 4}, + [1315] = {.lex_state = 5, .external_lex_state = 6}, + [1316] = {.lex_state = 5, .external_lex_state = 6}, + [1317] = {.lex_state = 1, .external_lex_state = 3}, + [1318] = {.lex_state = 5, .external_lex_state = 6}, [1319] = {.lex_state = 1, .external_lex_state = 4}, - [1320] = {.lex_state = 5, .external_lex_state = 6}, - [1321] = {.lex_state = 5, .external_lex_state = 6}, - [1322] = {.lex_state = 5, .external_lex_state = 6}, - [1323] = {.lex_state = 1, .external_lex_state = 3}, - [1324] = {.lex_state = 1, .external_lex_state = 3}, - [1325] = {.lex_state = 5, .external_lex_state = 6}, + [1320] = {.lex_state = 1, .external_lex_state = 4}, + [1321] = {.lex_state = 1, .external_lex_state = 4}, + [1322] = {.lex_state = 1, .external_lex_state = 4}, + [1323] = {.lex_state = 5, .external_lex_state = 6}, + [1324] = {.lex_state = 1, .external_lex_state = 4}, + [1325] = {.lex_state = 1, .external_lex_state = 4}, [1326] = {.lex_state = 5, .external_lex_state = 6}, [1327] = {.lex_state = 5, .external_lex_state = 6}, [1328] = {.lex_state = 5, .external_lex_state = 6}, [1329] = {.lex_state = 5, .external_lex_state = 6}, - [1330] = {.lex_state = 1, .external_lex_state = 4}, - [1331] = {.lex_state = 1, .external_lex_state = 4}, + [1330] = {.lex_state = 5, .external_lex_state = 6}, + [1331] = {.lex_state = 5, .external_lex_state = 6}, [1332] = {.lex_state = 5, .external_lex_state = 6}, - [1333] = {.lex_state = 5, .external_lex_state = 6}, - [1334] = {.lex_state = 1, .external_lex_state = 4}, + [1333] = {.lex_state = 1, .external_lex_state = 3}, + [1334] = {.lex_state = 5, .external_lex_state = 6}, [1335] = {.lex_state = 5, .external_lex_state = 6}, [1336] = {.lex_state = 5, .external_lex_state = 6}, [1337] = {.lex_state = 5, .external_lex_state = 6}, - [1338] = {.lex_state = 1, .external_lex_state = 4}, - [1339] = {.lex_state = 31, .external_lex_state = 2}, - [1340] = {.lex_state = 31, .external_lex_state = 2}, - [1341] = {.lex_state = 31, .external_lex_state = 2}, - [1342] = {.lex_state = 1, .external_lex_state = 4}, - [1343] = {.lex_state = 5, .external_lex_state = 7}, - [1344] = {.lex_state = 1, .external_lex_state = 4}, - [1345] = {.lex_state = 5, .external_lex_state = 7}, + [1338] = {.lex_state = 5, .external_lex_state = 6}, + [1339] = {.lex_state = 5, .external_lex_state = 6}, + [1340] = {.lex_state = 5, .external_lex_state = 6}, + [1341] = {.lex_state = 1, .external_lex_state = 4}, + [1342] = {.lex_state = 31, .external_lex_state = 2}, + [1343] = {.lex_state = 5, .external_lex_state = 6}, + [1344] = {.lex_state = 5, .external_lex_state = 6}, + [1345] = {.lex_state = 31, .external_lex_state = 2}, [1346] = {.lex_state = 5, .external_lex_state = 6}, - [1347] = {.lex_state = 31, .external_lex_state = 2}, - [1348] = {.lex_state = 5, .external_lex_state = 7}, - [1349] = {.lex_state = 5, .external_lex_state = 7}, - [1350] = {.lex_state = 5, .external_lex_state = 7}, - [1351] = {.lex_state = 5, .external_lex_state = 7}, - [1352] = {.lex_state = 5, .external_lex_state = 7}, - [1353] = {.lex_state = 5, .external_lex_state = 7}, + [1347] = {.lex_state = 5, .external_lex_state = 7}, + [1348] = {.lex_state = 5, .external_lex_state = 6}, + [1349] = {.lex_state = 1, .external_lex_state = 4}, + [1350] = {.lex_state = 5, .external_lex_state = 6}, + [1351] = {.lex_state = 31, .external_lex_state = 2}, + [1352] = {.lex_state = 1, .external_lex_state = 4}, + [1353] = {.lex_state = 5, .external_lex_state = 6}, [1354] = {.lex_state = 5, .external_lex_state = 6}, - [1355] = {.lex_state = 5, .external_lex_state = 6}, + [1355] = {.lex_state = 5, .external_lex_state = 7}, [1356] = {.lex_state = 1, .external_lex_state = 4}, - [1357] = {.lex_state = 5, .external_lex_state = 6}, - [1358] = {.lex_state = 5, .external_lex_state = 6}, + [1357] = {.lex_state = 5, .external_lex_state = 7}, + [1358] = {.lex_state = 5, .external_lex_state = 7}, [1359] = {.lex_state = 5, .external_lex_state = 7}, [1360] = {.lex_state = 5, .external_lex_state = 7}, - [1361] = {.lex_state = 5, .external_lex_state = 7}, - [1362] = {.lex_state = 31, .external_lex_state = 2}, - [1363] = {.lex_state = 31, .external_lex_state = 2}, - [1364] = {.lex_state = 5, .external_lex_state = 7}, - [1365] = {.lex_state = 5, .external_lex_state = 7}, - [1366] = {.lex_state = 1, .external_lex_state = 4}, + [1361] = {.lex_state = 5, .external_lex_state = 6}, + [1362] = {.lex_state = 1, .external_lex_state = 4}, + [1363] = {.lex_state = 5, .external_lex_state = 6}, + [1364] = {.lex_state = 5, .external_lex_state = 6}, + [1365] = {.lex_state = 31, .external_lex_state = 2}, + [1366] = {.lex_state = 5, .external_lex_state = 6}, [1367] = {.lex_state = 31, .external_lex_state = 2}, [1368] = {.lex_state = 1, .external_lex_state = 4}, - [1369] = {.lex_state = 5, .external_lex_state = 7}, - [1370] = {.lex_state = 1, .external_lex_state = 4}, - [1371] = {.lex_state = 5, .external_lex_state = 7}, - [1372] = {.lex_state = 31, .external_lex_state = 2}, - [1373] = {.lex_state = 31, .external_lex_state = 2}, - [1374] = {.lex_state = 5, .external_lex_state = 6}, - [1375] = {.lex_state = 5, .external_lex_state = 7}, - [1376] = {.lex_state = 5, .external_lex_state = 6}, + [1369] = {.lex_state = 31, .external_lex_state = 2}, + [1370] = {.lex_state = 5, .external_lex_state = 7}, + [1371] = {.lex_state = 31, .external_lex_state = 2}, + [1372] = {.lex_state = 5, .external_lex_state = 6}, + [1373] = {.lex_state = 5, .external_lex_state = 7}, + [1374] = {.lex_state = 1, .external_lex_state = 4}, + [1375] = {.lex_state = 31, .external_lex_state = 2}, + [1376] = {.lex_state = 31, .external_lex_state = 2}, [1377] = {.lex_state = 31, .external_lex_state = 2}, [1378] = {.lex_state = 5, .external_lex_state = 6}, [1379] = {.lex_state = 31, .external_lex_state = 2}, - [1380] = {.lex_state = 5, .external_lex_state = 6}, - [1381] = {.lex_state = 5, .external_lex_state = 7}, - [1382] = {.lex_state = 5, .external_lex_state = 7}, - [1383] = {.lex_state = 31, .external_lex_state = 2}, - [1384] = {.lex_state = 1, .external_lex_state = 4}, - [1385] = {.lex_state = 31, .external_lex_state = 2}, - [1386] = {.lex_state = 5, .external_lex_state = 6}, - [1387] = {.lex_state = 31, .external_lex_state = 2}, + [1380] = {.lex_state = 1, .external_lex_state = 4}, + [1381] = {.lex_state = 1, .external_lex_state = 4}, + [1382] = {.lex_state = 31, .external_lex_state = 2}, + [1383] = {.lex_state = 5, .external_lex_state = 7}, + [1384] = {.lex_state = 5, .external_lex_state = 6}, + [1385] = {.lex_state = 5, .external_lex_state = 7}, + [1386] = {.lex_state = 5, .external_lex_state = 7}, + [1387] = {.lex_state = 5, .external_lex_state = 7}, [1388] = {.lex_state = 1, .external_lex_state = 4}, - [1389] = {.lex_state = 5, .external_lex_state = 6}, - [1390] = {.lex_state = 31, .external_lex_state = 2}, + [1389] = {.lex_state = 31, .external_lex_state = 2}, + [1390] = {.lex_state = 5, .external_lex_state = 7}, [1391] = {.lex_state = 5, .external_lex_state = 7}, - [1392] = {.lex_state = 1, .external_lex_state = 4}, - [1393] = {.lex_state = 5, .external_lex_state = 6}, - [1394] = {.lex_state = 1, .external_lex_state = 4}, - [1395] = {.lex_state = 5, .external_lex_state = 7}, - [1396] = {.lex_state = 1, .external_lex_state = 4}, - [1397] = {.lex_state = 5, .external_lex_state = 7}, - [1398] = {.lex_state = 1, .external_lex_state = 4}, - [1399] = {.lex_state = 31, .external_lex_state = 2}, + [1392] = {.lex_state = 31, .external_lex_state = 2}, + [1393] = {.lex_state = 31, .external_lex_state = 2}, + [1394] = {.lex_state = 31, .external_lex_state = 2}, + [1395] = {.lex_state = 31, .external_lex_state = 2}, + [1396] = {.lex_state = 5, .external_lex_state = 6}, + [1397] = {.lex_state = 31, .external_lex_state = 2}, + [1398] = {.lex_state = 5, .external_lex_state = 7}, + [1399] = {.lex_state = 5, .external_lex_state = 7}, [1400] = {.lex_state = 31, .external_lex_state = 2}, - [1401] = {.lex_state = 5, .external_lex_state = 6}, - [1402] = {.lex_state = 1, .external_lex_state = 4}, - [1403] = {.lex_state = 5, .external_lex_state = 6}, - [1404] = {.lex_state = 31, .external_lex_state = 2}, + [1401] = {.lex_state = 5, .external_lex_state = 7}, + [1402] = {.lex_state = 5, .external_lex_state = 7}, + [1403] = {.lex_state = 31, .external_lex_state = 2}, + [1404] = {.lex_state = 5, .external_lex_state = 7}, [1405] = {.lex_state = 5, .external_lex_state = 7}, - [1406] = {.lex_state = 5, .external_lex_state = 6}, - [1407] = {.lex_state = 5, .external_lex_state = 6}, - [1408] = {.lex_state = 5, .external_lex_state = 7}, - [1409] = {.lex_state = 31, .external_lex_state = 2}, + [1406] = {.lex_state = 5, .external_lex_state = 7}, + [1407] = {.lex_state = 31, .external_lex_state = 2}, + [1408] = {.lex_state = 31, .external_lex_state = 2}, + [1409] = {.lex_state = 5, .external_lex_state = 6}, [1410] = {.lex_state = 5, .external_lex_state = 6}, - [1411] = {.lex_state = 5, .external_lex_state = 7}, - [1412] = {.lex_state = 5, .external_lex_state = 6}, - [1413] = {.lex_state = 31, .external_lex_state = 2}, - [1414] = {.lex_state = 31, .external_lex_state = 2}, - [1415] = {.lex_state = 1, .external_lex_state = 4}, + [1411] = {.lex_state = 1, .external_lex_state = 4}, + [1412] = {.lex_state = 1, .external_lex_state = 4}, + [1413] = {.lex_state = 1, .external_lex_state = 4}, + [1414] = {.lex_state = 5, .external_lex_state = 6}, + [1415] = {.lex_state = 31, .external_lex_state = 2}, [1416] = {.lex_state = 5, .external_lex_state = 7}, [1417] = {.lex_state = 31, .external_lex_state = 2}, - [1418] = {.lex_state = 31, .external_lex_state = 2}, - [1419] = {.lex_state = 31, .external_lex_state = 2}, + [1418] = {.lex_state = 5, .external_lex_state = 7}, + [1419] = {.lex_state = 5, .external_lex_state = 7}, [1420] = {.lex_state = 5, .external_lex_state = 7}, - [1421] = {.lex_state = 1, .external_lex_state = 4}, - [1422] = {.lex_state = 5, .external_lex_state = 6}, - [1423] = {.lex_state = 31, .external_lex_state = 2}, - [1424] = {.lex_state = 31, .external_lex_state = 2}, + [1421] = {.lex_state = 5, .external_lex_state = 7}, + [1422] = {.lex_state = 1, .external_lex_state = 4}, + [1423] = {.lex_state = 1, .external_lex_state = 4}, + [1424] = {.lex_state = 1, .external_lex_state = 4}, [1425] = {.lex_state = 31, .external_lex_state = 2}, - [1426] = {.lex_state = 1, .external_lex_state = 4}, - [1427] = {.lex_state = 5, .external_lex_state = 6}, - [1428] = {.lex_state = 5, .external_lex_state = 7}, + [1426] = {.lex_state = 5, .external_lex_state = 7}, + [1427] = {.lex_state = 5, .external_lex_state = 7}, + [1428] = {.lex_state = 31, .external_lex_state = 2}, [1429] = {.lex_state = 5, .external_lex_state = 7}, - [1430] = {.lex_state = 5, .external_lex_state = 7}, - [1431] = {.lex_state = 1, .external_lex_state = 4}, - [1432] = {.lex_state = 5, .external_lex_state = 7}, - [1433] = {.lex_state = 31, .external_lex_state = 2}, - [1434] = {.lex_state = 5, .external_lex_state = 6}, - [1435] = {.lex_state = 5, .external_lex_state = 6}, - [1436] = {.lex_state = 5, .external_lex_state = 6}, + [1430] = {.lex_state = 31, .external_lex_state = 2}, + [1431] = {.lex_state = 5, .external_lex_state = 6}, + [1432] = {.lex_state = 31, .external_lex_state = 2}, + [1433] = {.lex_state = 5, .external_lex_state = 6}, + [1434] = {.lex_state = 31, .external_lex_state = 2}, + [1435] = {.lex_state = 5, .external_lex_state = 7}, + [1436] = {.lex_state = 1, .external_lex_state = 4}, [1437] = {.lex_state = 5, .external_lex_state = 6}, [1438] = {.lex_state = 5, .external_lex_state = 6}, [1439] = {.lex_state = 1, .external_lex_state = 4}, [1440] = {.lex_state = 5, .external_lex_state = 7}, - [1441] = {.lex_state = 5, .external_lex_state = 7}, + [1441] = {.lex_state = 1, .external_lex_state = 4}, [1442] = {.lex_state = 5, .external_lex_state = 7}, - [1443] = {.lex_state = 1, .external_lex_state = 4}, + [1443] = {.lex_state = 31, .external_lex_state = 2}, [1444] = {.lex_state = 5, .external_lex_state = 6}, - [1445] = {.lex_state = 31, .external_lex_state = 2}, + [1445] = {.lex_state = 1, .external_lex_state = 4}, [1446] = {.lex_state = 31, .external_lex_state = 2}, - [1447] = {.lex_state = 1, .external_lex_state = 4}, - [1448] = {.lex_state = 5, .external_lex_state = 6}, - [1449] = {.lex_state = 31, .external_lex_state = 2}, - [1450] = {.lex_state = 31, .external_lex_state = 2}, + [1447] = {.lex_state = 5, .external_lex_state = 7}, + [1448] = {.lex_state = 31, .external_lex_state = 2}, + [1449] = {.lex_state = 5, .external_lex_state = 6}, + [1450] = {.lex_state = 5, .external_lex_state = 6}, [1451] = {.lex_state = 5, .external_lex_state = 7}, - [1452] = {.lex_state = 5, .external_lex_state = 6}, - [1453] = {.lex_state = 31, .external_lex_state = 2}, - [1454] = {.lex_state = 1, .external_lex_state = 4}, + [1452] = {.lex_state = 31, .external_lex_state = 2}, + [1453] = {.lex_state = 5, .external_lex_state = 6}, + [1454] = {.lex_state = 5, .external_lex_state = 6}, [1455] = {.lex_state = 1, .external_lex_state = 4}, - [1456] = {.lex_state = 5, .external_lex_state = 7}, - [1457] = {.lex_state = 1, .external_lex_state = 4}, - [1458] = {.lex_state = 5, .external_lex_state = 6}, + [1456] = {.lex_state = 31, .external_lex_state = 2}, + [1457] = {.lex_state = 5, .external_lex_state = 6}, + [1458] = {.lex_state = 1, .external_lex_state = 4}, [1459] = {.lex_state = 5, .external_lex_state = 7}, [1460] = {.lex_state = 1, .external_lex_state = 4}, - [1461] = {.lex_state = 1, .external_lex_state = 4}, + [1461] = {.lex_state = 5, .external_lex_state = 7}, [1462] = {.lex_state = 1, .external_lex_state = 4}, - [1463] = {.lex_state = 31, .external_lex_state = 2}, - [1464] = {.lex_state = 1, .external_lex_state = 4}, + [1463] = {.lex_state = 1, .external_lex_state = 4}, + [1464] = {.lex_state = 31, .external_lex_state = 2}, [1465] = {.lex_state = 1, .external_lex_state = 4}, - [1466] = {.lex_state = 1, .external_lex_state = 4}, - [1467] = {.lex_state = 1, .external_lex_state = 4}, - [1468] = {.lex_state = 5, .external_lex_state = 6}, + [1466] = {.lex_state = 31, .external_lex_state = 2}, + [1467] = {.lex_state = 31, .external_lex_state = 2}, + [1468] = {.lex_state = 31, .external_lex_state = 2}, [1469] = {.lex_state = 1, .external_lex_state = 4}, - [1470] = {.lex_state = 5, .external_lex_state = 7}, - [1471] = {.lex_state = 5, .external_lex_state = 6}, + [1470] = {.lex_state = 1, .external_lex_state = 4}, + [1471] = {.lex_state = 1, .external_lex_state = 4}, [1472] = {.lex_state = 1, .external_lex_state = 4}, [1473] = {.lex_state = 31, .external_lex_state = 2}, - [1474] = {.lex_state = 31, .external_lex_state = 2}, - [1475] = {.lex_state = 31, .external_lex_state = 2}, - [1476] = {.lex_state = 5, .external_lex_state = 6}, - [1477] = {.lex_state = 5, .external_lex_state = 6}, - [1478] = {.lex_state = 1, .external_lex_state = 4}, + [1474] = {.lex_state = 1, .external_lex_state = 4}, + [1475] = {.lex_state = 1, .external_lex_state = 4}, + [1476] = {.lex_state = 1, .external_lex_state = 4}, + [1477] = {.lex_state = 31, .external_lex_state = 2}, + [1478] = {.lex_state = 5, .external_lex_state = 6}, [1479] = {.lex_state = 31, .external_lex_state = 2}, [1480] = {.lex_state = 31, .external_lex_state = 2}, - [1481] = {.lex_state = 31, .external_lex_state = 2}, - [1482] = {.lex_state = 5, .external_lex_state = 7}, + [1481] = {.lex_state = 1, .external_lex_state = 4}, + [1482] = {.lex_state = 1, .external_lex_state = 4}, [1483] = {.lex_state = 1, .external_lex_state = 4}, - [1484] = {.lex_state = 5, .external_lex_state = 6}, - [1485] = {.lex_state = 31, .external_lex_state = 2}, + [1484] = {.lex_state = 1, .external_lex_state = 4}, + [1485] = {.lex_state = 1, .external_lex_state = 4}, [1486] = {.lex_state = 31, .external_lex_state = 2}, - [1487] = {.lex_state = 1, .external_lex_state = 4}, - [1488] = {.lex_state = 31, .external_lex_state = 2}, - [1489] = {.lex_state = 31, .external_lex_state = 2}, - [1490] = {.lex_state = 31, .external_lex_state = 2}, - [1491] = {.lex_state = 31, .external_lex_state = 2}, - [1492] = {.lex_state = 31, .external_lex_state = 2}, - [1493] = {.lex_state = 31, .external_lex_state = 2}, - [1494] = {.lex_state = 1, .external_lex_state = 4}, + [1487] = {.lex_state = 5, .external_lex_state = 6}, + [1488] = {.lex_state = 5, .external_lex_state = 6}, + [1489] = {.lex_state = 5, .external_lex_state = 6}, + [1490] = {.lex_state = 5, .external_lex_state = 6}, + [1491] = {.lex_state = 5, .external_lex_state = 6}, + [1492] = {.lex_state = 5, .external_lex_state = 6}, + [1493] = {.lex_state = 1, .external_lex_state = 4}, + [1494] = {.lex_state = 5, .external_lex_state = 6}, [1495] = {.lex_state = 31, .external_lex_state = 2}, [1496] = {.lex_state = 1, .external_lex_state = 4}, - [1497] = {.lex_state = 31, .external_lex_state = 2}, - [1498] = {.lex_state = 31, .external_lex_state = 2}, - [1499] = {.lex_state = 31, .external_lex_state = 2}, - [1500] = {.lex_state = 5, .external_lex_state = 7}, + [1497] = {.lex_state = 1, .external_lex_state = 4}, + [1498] = {.lex_state = 5, .external_lex_state = 6}, + [1499] = {.lex_state = 5, .external_lex_state = 6}, + [1500] = {.lex_state = 5, .external_lex_state = 6}, [1501] = {.lex_state = 5, .external_lex_state = 6}, [1502] = {.lex_state = 5, .external_lex_state = 6}, [1503] = {.lex_state = 31, .external_lex_state = 2}, - [1504] = {.lex_state = 1, .external_lex_state = 4}, - [1505] = {.lex_state = 5, .external_lex_state = 6}, - [1506] = {.lex_state = 5, .external_lex_state = 7}, - [1507] = {.lex_state = 1, .external_lex_state = 4}, - [1508] = {.lex_state = 31, .external_lex_state = 2}, - [1509] = {.lex_state = 31, .external_lex_state = 2}, - [1510] = {.lex_state = 1, .external_lex_state = 4}, - [1511] = {.lex_state = 5, .external_lex_state = 6}, - [1512] = {.lex_state = 31, .external_lex_state = 2}, - [1513] = {.lex_state = 1, .external_lex_state = 4}, - [1514] = {.lex_state = 5, .external_lex_state = 6}, + [1504] = {.lex_state = 31, .external_lex_state = 2}, + [1505] = {.lex_state = 31, .external_lex_state = 2}, + [1506] = {.lex_state = 31, .external_lex_state = 2}, + [1507] = {.lex_state = 31, .external_lex_state = 2}, + [1508] = {.lex_state = 1, .external_lex_state = 4}, + [1509] = {.lex_state = 5, .external_lex_state = 6}, + [1510] = {.lex_state = 5, .external_lex_state = 6}, + [1511] = {.lex_state = 31, .external_lex_state = 2}, + [1512] = {.lex_state = 5, .external_lex_state = 7}, + [1513] = {.lex_state = 31, .external_lex_state = 2}, + [1514] = {.lex_state = 31, .external_lex_state = 2}, [1515] = {.lex_state = 31, .external_lex_state = 2}, [1516] = {.lex_state = 31, .external_lex_state = 2}, - [1517] = {.lex_state = 5, .external_lex_state = 6}, + [1517] = {.lex_state = 5, .external_lex_state = 7}, [1518] = {.lex_state = 5, .external_lex_state = 6}, - [1519] = {.lex_state = 1, .external_lex_state = 4}, + [1519] = {.lex_state = 31, .external_lex_state = 2}, [1520] = {.lex_state = 31, .external_lex_state = 2}, - [1521] = {.lex_state = 5, .external_lex_state = 6}, - [1522] = {.lex_state = 1, .external_lex_state = 4}, + [1521] = {.lex_state = 31, .external_lex_state = 2}, + [1522] = {.lex_state = 31, .external_lex_state = 2}, [1523] = {.lex_state = 5, .external_lex_state = 7}, - [1524] = {.lex_state = 5, .external_lex_state = 7}, - [1525] = {.lex_state = 5, .external_lex_state = 6}, - [1526] = {.lex_state = 31, .external_lex_state = 2}, - [1527] = {.lex_state = 5, .external_lex_state = 6}, - [1528] = {.lex_state = 5, .external_lex_state = 6}, + [1524] = {.lex_state = 31, .external_lex_state = 2}, + [1525] = {.lex_state = 31, .external_lex_state = 2}, + [1526] = {.lex_state = 1, .external_lex_state = 4}, + [1527] = {.lex_state = 1, .external_lex_state = 4}, + [1528] = {.lex_state = 1, .external_lex_state = 4}, [1529] = {.lex_state = 1, .external_lex_state = 4}, - [1530] = {.lex_state = 1, .external_lex_state = 4}, - [1531] = {.lex_state = 31, .external_lex_state = 2}, + [1530] = {.lex_state = 31, .external_lex_state = 2}, + [1531] = {.lex_state = 5, .external_lex_state = 7}, [1532] = {.lex_state = 31, .external_lex_state = 2}, [1533] = {.lex_state = 1, .external_lex_state = 4}, - [1534] = {.lex_state = 31, .external_lex_state = 2}, - [1535] = {.lex_state = 1, .external_lex_state = 4}, + [1534] = {.lex_state = 5, .external_lex_state = 6}, + [1535] = {.lex_state = 5, .external_lex_state = 7}, [1536] = {.lex_state = 5, .external_lex_state = 7}, - [1537] = {.lex_state = 5, .external_lex_state = 6}, - [1538] = {.lex_state = 5, .external_lex_state = 6}, - [1539] = {.lex_state = 5, .external_lex_state = 7}, - [1540] = {.lex_state = 1, .external_lex_state = 4}, + [1537] = {.lex_state = 31, .external_lex_state = 2}, + [1538] = {.lex_state = 5, .external_lex_state = 7}, + [1539] = {.lex_state = 1, .external_lex_state = 4}, + [1540] = {.lex_state = 4, .external_lex_state = 5}, [1541] = {.lex_state = 5, .external_lex_state = 6}, - [1542] = {.lex_state = 5, .external_lex_state = 7}, - [1543] = {.lex_state = 5, .external_lex_state = 6}, - [1544] = {.lex_state = 5, .external_lex_state = 6}, - [1545] = {.lex_state = 5, .external_lex_state = 6}, - [1546] = {.lex_state = 5, .external_lex_state = 6}, - [1547] = {.lex_state = 5, .external_lex_state = 6}, + [1542] = {.lex_state = 5, .external_lex_state = 6}, + [1543] = {.lex_state = 5, .external_lex_state = 7}, + [1544] = {.lex_state = 1, .external_lex_state = 4}, + [1545] = {.lex_state = 1, .external_lex_state = 4}, + [1546] = {.lex_state = 5, .external_lex_state = 7}, + [1547] = {.lex_state = 5, .external_lex_state = 7}, [1548] = {.lex_state = 5, .external_lex_state = 6}, - [1549] = {.lex_state = 5, .external_lex_state = 6}, - [1550] = {.lex_state = 5, .external_lex_state = 6}, - [1551] = {.lex_state = 5, .external_lex_state = 6}, - [1552] = {.lex_state = 5, .external_lex_state = 6}, + [1549] = {.lex_state = 5, .external_lex_state = 7}, + [1550] = {.lex_state = 1, .external_lex_state = 4}, + [1551] = {.lex_state = 4, .external_lex_state = 5}, + [1552] = {.lex_state = 1, .external_lex_state = 4}, [1553] = {.lex_state = 5, .external_lex_state = 6}, - [1554] = {.lex_state = 5, .external_lex_state = 6}, - [1555] = {.lex_state = 5, .external_lex_state = 6}, - [1556] = {.lex_state = 5, .external_lex_state = 6}, + [1554] = {.lex_state = 5, .external_lex_state = 7}, + [1555] = {.lex_state = 5, .external_lex_state = 7}, + [1556] = {.lex_state = 5, .external_lex_state = 7}, [1557] = {.lex_state = 5, .external_lex_state = 6}, - [1558] = {.lex_state = 4, .external_lex_state = 5}, - [1559] = {.lex_state = 5, .external_lex_state = 6}, - [1560] = {.lex_state = 5, .external_lex_state = 7}, - [1561] = {.lex_state = 5, .external_lex_state = 7}, + [1558] = {.lex_state = 5, .external_lex_state = 7}, + [1559] = {.lex_state = 5, .external_lex_state = 7}, + [1560] = {.lex_state = 1, .external_lex_state = 4}, + [1561] = {.lex_state = 1, .external_lex_state = 4}, [1562] = {.lex_state = 5, .external_lex_state = 6}, [1563] = {.lex_state = 5, .external_lex_state = 6}, [1564] = {.lex_state = 5, .external_lex_state = 6}, - [1565] = {.lex_state = 5, .external_lex_state = 6}, + [1565] = {.lex_state = 4, .external_lex_state = 5}, [1566] = {.lex_state = 5, .external_lex_state = 7}, - [1567] = {.lex_state = 4, .external_lex_state = 5}, - [1568] = {.lex_state = 5, .external_lex_state = 6}, + [1567] = {.lex_state = 5, .external_lex_state = 7}, + [1568] = {.lex_state = 5, .external_lex_state = 7}, [1569] = {.lex_state = 5, .external_lex_state = 7}, [1570] = {.lex_state = 5, .external_lex_state = 6}, - [1571] = {.lex_state = 5, .external_lex_state = 7}, - [1572] = {.lex_state = 5, .external_lex_state = 7}, + [1571] = {.lex_state = 5, .external_lex_state = 6}, + [1572] = {.lex_state = 5, .external_lex_state = 6}, [1573] = {.lex_state = 5, .external_lex_state = 6}, - [1574] = {.lex_state = 31, .external_lex_state = 2}, - [1575] = {.lex_state = 5, .external_lex_state = 6}, + [1574] = {.lex_state = 5, .external_lex_state = 6}, + [1575] = {.lex_state = 31, .external_lex_state = 2}, [1576] = {.lex_state = 5, .external_lex_state = 6}, - [1577] = {.lex_state = 5, .external_lex_state = 6}, - [1578] = {.lex_state = 1, .external_lex_state = 4}, - [1579] = {.lex_state = 1, .external_lex_state = 4}, - [1580] = {.lex_state = 31, .external_lex_state = 2}, - [1581] = {.lex_state = 1, .external_lex_state = 4}, - [1582] = {.lex_state = 4, .external_lex_state = 5}, - [1583] = {.lex_state = 1, .external_lex_state = 4}, + [1577] = {.lex_state = 1, .external_lex_state = 4}, + [1578] = {.lex_state = 5, .external_lex_state = 6}, + [1579] = {.lex_state = 5, .external_lex_state = 6}, + [1580] = {.lex_state = 5, .external_lex_state = 6}, + [1581] = {.lex_state = 5, .external_lex_state = 6}, + [1582] = {.lex_state = 5, .external_lex_state = 6}, + [1583] = {.lex_state = 5, .external_lex_state = 6}, [1584] = {.lex_state = 5, .external_lex_state = 6}, - [1585] = {.lex_state = 1, .external_lex_state = 4}, - [1586] = {.lex_state = 1, .external_lex_state = 4}, - [1587] = {.lex_state = 1, .external_lex_state = 4}, - [1588] = {.lex_state = 1, .external_lex_state = 4}, + [1585] = {.lex_state = 5, .external_lex_state = 6}, + [1586] = {.lex_state = 5, .external_lex_state = 6}, + [1587] = {.lex_state = 5, .external_lex_state = 6}, + [1588] = {.lex_state = 5, .external_lex_state = 6}, [1589] = {.lex_state = 5, .external_lex_state = 6}, - [1590] = {.lex_state = 1, .external_lex_state = 4}, - [1591] = {.lex_state = 5, .external_lex_state = 7}, + [1590] = {.lex_state = 5, .external_lex_state = 6}, + [1591] = {.lex_state = 31, .external_lex_state = 2}, [1592] = {.lex_state = 4, .external_lex_state = 5}, - [1593] = {.lex_state = 5, .external_lex_state = 6}, + [1593] = {.lex_state = 1, .external_lex_state = 4}, [1594] = {.lex_state = 5, .external_lex_state = 6}, [1595] = {.lex_state = 31, .external_lex_state = 2}, [1596] = {.lex_state = 5, .external_lex_state = 6}, [1597] = {.lex_state = 5, .external_lex_state = 7}, - [1598] = {.lex_state = 1, .external_lex_state = 4}, - [1599] = {.lex_state = 5, .external_lex_state = 7}, - [1600] = {.lex_state = 5, .external_lex_state = 7}, + [1598] = {.lex_state = 5, .external_lex_state = 7}, + [1599] = {.lex_state = 5, .external_lex_state = 6}, + [1600] = {.lex_state = 5, .external_lex_state = 6}, [1601] = {.lex_state = 5, .external_lex_state = 6}, [1602] = {.lex_state = 1, .external_lex_state = 4}, - [1603] = {.lex_state = 5, .external_lex_state = 6}, - [1604] = {.lex_state = 5, .external_lex_state = 6}, - [1605] = {.lex_state = 5, .external_lex_state = 6}, - [1606] = {.lex_state = 5, .external_lex_state = 7}, - [1607] = {.lex_state = 5, .external_lex_state = 7}, - [1608] = {.lex_state = 5, .external_lex_state = 7}, - [1609] = {.lex_state = 5, .external_lex_state = 7}, - [1610] = {.lex_state = 5, .external_lex_state = 7}, - [1611] = {.lex_state = 31, .external_lex_state = 2}, - [1612] = {.lex_state = 31, .external_lex_state = 2}, + [1603] = {.lex_state = 1, .external_lex_state = 4}, + [1604] = {.lex_state = 1, .external_lex_state = 4}, + [1605] = {.lex_state = 5, .external_lex_state = 7}, + [1606] = {.lex_state = 5, .external_lex_state = 6}, + [1607] = {.lex_state = 5, .external_lex_state = 6}, + [1608] = {.lex_state = 5, .external_lex_state = 6}, + [1609] = {.lex_state = 5, .external_lex_state = 6}, + [1610] = {.lex_state = 5, .external_lex_state = 6}, + [1611] = {.lex_state = 5, .external_lex_state = 6}, + [1612] = {.lex_state = 5, .external_lex_state = 7}, [1613] = {.lex_state = 31, .external_lex_state = 2}, [1614] = {.lex_state = 31, .external_lex_state = 2}, [1615] = {.lex_state = 31, .external_lex_state = 2}, - [1616] = {.lex_state = 5, .external_lex_state = 7}, + [1616] = {.lex_state = 31, .external_lex_state = 2}, [1617] = {.lex_state = 31, .external_lex_state = 2}, [1618] = {.lex_state = 31, .external_lex_state = 2}, [1619] = {.lex_state = 31, .external_lex_state = 2}, - [1620] = {.lex_state = 31, .external_lex_state = 2}, + [1620] = {.lex_state = 5, .external_lex_state = 7}, [1621] = {.lex_state = 31, .external_lex_state = 2}, [1622] = {.lex_state = 31, .external_lex_state = 2}, [1623] = {.lex_state = 31, .external_lex_state = 2}, @@ -15801,7 +15855,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1638] = {.lex_state = 31, .external_lex_state = 2}, [1639] = {.lex_state = 31, .external_lex_state = 2}, [1640] = {.lex_state = 31, .external_lex_state = 2}, - [1641] = {.lex_state = 5, .external_lex_state = 7}, + [1641] = {.lex_state = 31, .external_lex_state = 2}, [1642] = {.lex_state = 31, .external_lex_state = 2}, [1643] = {.lex_state = 31, .external_lex_state = 2}, [1644] = {.lex_state = 31, .external_lex_state = 2}, @@ -15856,7 +15910,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1693] = {.lex_state = 31, .external_lex_state = 2}, [1694] = {.lex_state = 31, .external_lex_state = 2}, [1695] = {.lex_state = 31, .external_lex_state = 2}, - [1696] = {.lex_state = 1, .external_lex_state = 4}, + [1696] = {.lex_state = 31, .external_lex_state = 2}, [1697] = {.lex_state = 31, .external_lex_state = 2}, [1698] = {.lex_state = 31, .external_lex_state = 2}, [1699] = {.lex_state = 31, .external_lex_state = 2}, @@ -15873,7 +15927,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1710] = {.lex_state = 31, .external_lex_state = 2}, [1711] = {.lex_state = 31, .external_lex_state = 2}, [1712] = {.lex_state = 31, .external_lex_state = 2}, - [1713] = {.lex_state = 4, .external_lex_state = 5}, + [1713] = {.lex_state = 31, .external_lex_state = 2}, [1714] = {.lex_state = 31, .external_lex_state = 2}, [1715] = {.lex_state = 31, .external_lex_state = 2}, [1716] = {.lex_state = 31, .external_lex_state = 2}, @@ -15882,20 +15936,20 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1719] = {.lex_state = 31, .external_lex_state = 2}, [1720] = {.lex_state = 31, .external_lex_state = 2}, [1721] = {.lex_state = 31, .external_lex_state = 2}, - [1722] = {.lex_state = 5, .external_lex_state = 7}, + [1722] = {.lex_state = 31, .external_lex_state = 2}, [1723] = {.lex_state = 31, .external_lex_state = 2}, - [1724] = {.lex_state = 5, .external_lex_state = 6}, + [1724] = {.lex_state = 31, .external_lex_state = 2}, [1725] = {.lex_state = 31, .external_lex_state = 2}, - [1726] = {.lex_state = 5, .external_lex_state = 6}, - [1727] = {.lex_state = 5, .external_lex_state = 6}, + [1726] = {.lex_state = 5, .external_lex_state = 7}, + [1727] = {.lex_state = 4, .external_lex_state = 5}, [1728] = {.lex_state = 31, .external_lex_state = 2}, [1729] = {.lex_state = 31, .external_lex_state = 2}, [1730] = {.lex_state = 31, .external_lex_state = 2}, [1731] = {.lex_state = 31, .external_lex_state = 2}, [1732] = {.lex_state = 31, .external_lex_state = 2}, [1733] = {.lex_state = 31, .external_lex_state = 2}, - [1734] = {.lex_state = 5, .external_lex_state = 6}, - [1735] = {.lex_state = 5, .external_lex_state = 7}, + [1734] = {.lex_state = 31, .external_lex_state = 2}, + [1735] = {.lex_state = 31, .external_lex_state = 2}, [1736] = {.lex_state = 31, .external_lex_state = 2}, [1737] = {.lex_state = 31, .external_lex_state = 2}, [1738] = {.lex_state = 31, .external_lex_state = 2}, @@ -15903,7 +15957,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1740] = {.lex_state = 31, .external_lex_state = 2}, [1741] = {.lex_state = 31, .external_lex_state = 2}, [1742] = {.lex_state = 31, .external_lex_state = 2}, - [1743] = {.lex_state = 5, .external_lex_state = 7}, + [1743] = {.lex_state = 31, .external_lex_state = 2}, [1744] = {.lex_state = 31, .external_lex_state = 2}, [1745] = {.lex_state = 31, .external_lex_state = 2}, [1746] = {.lex_state = 31, .external_lex_state = 2}, @@ -15921,14 +15975,14 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1758] = {.lex_state = 31, .external_lex_state = 2}, [1759] = {.lex_state = 31, .external_lex_state = 2}, [1760] = {.lex_state = 31, .external_lex_state = 2}, - [1761] = {.lex_state = 31, .external_lex_state = 2}, + [1761] = {.lex_state = 5, .external_lex_state = 7}, [1762] = {.lex_state = 31, .external_lex_state = 2}, [1763] = {.lex_state = 31, .external_lex_state = 2}, [1764] = {.lex_state = 31, .external_lex_state = 2}, [1765] = {.lex_state = 31, .external_lex_state = 2}, - [1766] = {.lex_state = 31, .external_lex_state = 2}, - [1767] = {.lex_state = 4, .external_lex_state = 5}, - [1768] = {.lex_state = 31, .external_lex_state = 2}, + [1766] = {.lex_state = 5, .external_lex_state = 7}, + [1767] = {.lex_state = 31, .external_lex_state = 2}, + [1768] = {.lex_state = 5, .external_lex_state = 7}, [1769] = {.lex_state = 31, .external_lex_state = 2}, [1770] = {.lex_state = 31, .external_lex_state = 2}, [1771] = {.lex_state = 31, .external_lex_state = 2}, @@ -15936,12 +15990,12 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1773] = {.lex_state = 31, .external_lex_state = 2}, [1774] = {.lex_state = 31, .external_lex_state = 2}, [1775] = {.lex_state = 31, .external_lex_state = 2}, - [1776] = {.lex_state = 31, .external_lex_state = 2}, + [1776] = {.lex_state = 5, .external_lex_state = 7}, [1777] = {.lex_state = 31, .external_lex_state = 2}, [1778] = {.lex_state = 31, .external_lex_state = 2}, [1779] = {.lex_state = 31, .external_lex_state = 2}, [1780] = {.lex_state = 31, .external_lex_state = 2}, - [1781] = {.lex_state = 31, .external_lex_state = 2}, + [1781] = {.lex_state = 4, .external_lex_state = 5}, [1782] = {.lex_state = 31, .external_lex_state = 2}, [1783] = {.lex_state = 31, .external_lex_state = 2}, [1784] = {.lex_state = 31, .external_lex_state = 2}, @@ -16000,7 +16054,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1837] = {.lex_state = 31, .external_lex_state = 2}, [1838] = {.lex_state = 31, .external_lex_state = 2}, [1839] = {.lex_state = 31, .external_lex_state = 2}, - [1840] = {.lex_state = 4, .external_lex_state = 5}, + [1840] = {.lex_state = 31, .external_lex_state = 2}, [1841] = {.lex_state = 31, .external_lex_state = 2}, [1842] = {.lex_state = 31, .external_lex_state = 2}, [1843] = {.lex_state = 31, .external_lex_state = 2}, @@ -16009,12 +16063,12 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1846] = {.lex_state = 31, .external_lex_state = 2}, [1847] = {.lex_state = 31, .external_lex_state = 2}, [1848] = {.lex_state = 31, .external_lex_state = 2}, - [1849] = {.lex_state = 5, .external_lex_state = 7}, + [1849] = {.lex_state = 31, .external_lex_state = 2}, [1850] = {.lex_state = 31, .external_lex_state = 2}, [1851] = {.lex_state = 31, .external_lex_state = 2}, [1852] = {.lex_state = 31, .external_lex_state = 2}, [1853] = {.lex_state = 31, .external_lex_state = 2}, - [1854] = {.lex_state = 31, .external_lex_state = 2}, + [1854] = {.lex_state = 4, .external_lex_state = 5}, [1855] = {.lex_state = 31, .external_lex_state = 2}, [1856] = {.lex_state = 31, .external_lex_state = 2}, [1857] = {.lex_state = 31, .external_lex_state = 2}, @@ -16038,7 +16092,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1875] = {.lex_state = 31, .external_lex_state = 2}, [1876] = {.lex_state = 31, .external_lex_state = 2}, [1877] = {.lex_state = 31, .external_lex_state = 2}, - [1878] = {.lex_state = 31, .external_lex_state = 2}, + [1878] = {.lex_state = 5, .external_lex_state = 7}, [1879] = {.lex_state = 31, .external_lex_state = 2}, [1880] = {.lex_state = 31, .external_lex_state = 2}, [1881] = {.lex_state = 31, .external_lex_state = 2}, @@ -16046,7 +16100,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1883] = {.lex_state = 31, .external_lex_state = 2}, [1884] = {.lex_state = 31, .external_lex_state = 2}, [1885] = {.lex_state = 31, .external_lex_state = 2}, - [1886] = {.lex_state = 31, .external_lex_state = 2}, + [1886] = {.lex_state = 5, .external_lex_state = 7}, [1887] = {.lex_state = 31, .external_lex_state = 2}, [1888] = {.lex_state = 31, .external_lex_state = 2}, [1889] = {.lex_state = 31, .external_lex_state = 2}, @@ -16054,8 +16108,8 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1891] = {.lex_state = 31, .external_lex_state = 2}, [1892] = {.lex_state = 31, .external_lex_state = 2}, [1893] = {.lex_state = 31, .external_lex_state = 2}, - [1894] = {.lex_state = 31, .external_lex_state = 2}, - [1895] = {.lex_state = 4, .external_lex_state = 5}, + [1894] = {.lex_state = 5, .external_lex_state = 7}, + [1895] = {.lex_state = 31, .external_lex_state = 2}, [1896] = {.lex_state = 31, .external_lex_state = 2}, [1897] = {.lex_state = 31, .external_lex_state = 2}, [1898] = {.lex_state = 31, .external_lex_state = 2}, @@ -16070,7 +16124,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1907] = {.lex_state = 31, .external_lex_state = 2}, [1908] = {.lex_state = 31, .external_lex_state = 2}, [1909] = {.lex_state = 31, .external_lex_state = 2}, - [1910] = {.lex_state = 31, .external_lex_state = 2}, + [1910] = {.lex_state = 4, .external_lex_state = 5}, [1911] = {.lex_state = 31, .external_lex_state = 2}, [1912] = {.lex_state = 31, .external_lex_state = 2}, [1913] = {.lex_state = 31, .external_lex_state = 2}, @@ -16129,7 +16183,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1966] = {.lex_state = 31, .external_lex_state = 2}, [1967] = {.lex_state = 31, .external_lex_state = 2}, [1968] = {.lex_state = 31, .external_lex_state = 2}, - [1969] = {.lex_state = 4, .external_lex_state = 5}, + [1969] = {.lex_state = 31, .external_lex_state = 2}, [1970] = {.lex_state = 31, .external_lex_state = 2}, [1971] = {.lex_state = 31, .external_lex_state = 2}, [1972] = {.lex_state = 31, .external_lex_state = 2}, @@ -16145,7 +16199,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1982] = {.lex_state = 31, .external_lex_state = 2}, [1983] = {.lex_state = 31, .external_lex_state = 2}, [1984] = {.lex_state = 31, .external_lex_state = 2}, - [1985] = {.lex_state = 31, .external_lex_state = 2}, + [1985] = {.lex_state = 4, .external_lex_state = 5}, [1986] = {.lex_state = 31, .external_lex_state = 2}, [1987] = {.lex_state = 31, .external_lex_state = 2}, [1988] = {.lex_state = 31, .external_lex_state = 2}, @@ -16182,7 +16236,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2019] = {.lex_state = 31, .external_lex_state = 2}, [2020] = {.lex_state = 31, .external_lex_state = 2}, [2021] = {.lex_state = 31, .external_lex_state = 2}, - [2022] = {.lex_state = 5, .external_lex_state = 7}, + [2022] = {.lex_state = 31, .external_lex_state = 2}, [2023] = {.lex_state = 31, .external_lex_state = 2}, [2024] = {.lex_state = 31, .external_lex_state = 2}, [2025] = {.lex_state = 31, .external_lex_state = 2}, @@ -16196,61 +16250,61 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2033] = {.lex_state = 31, .external_lex_state = 2}, [2034] = {.lex_state = 31, .external_lex_state = 2}, [2035] = {.lex_state = 31, .external_lex_state = 2}, - [2036] = {.lex_state = 31, .external_lex_state = 2}, + [2036] = {.lex_state = 5, .external_lex_state = 7}, [2037] = {.lex_state = 31, .external_lex_state = 2}, [2038] = {.lex_state = 31, .external_lex_state = 2}, [2039] = {.lex_state = 31, .external_lex_state = 2}, [2040] = {.lex_state = 31, .external_lex_state = 2}, - [2041] = {.lex_state = 31, .external_lex_state = 2}, - [2042] = {.lex_state = 31, .external_lex_state = 2}, + [2041] = {.lex_state = 1, .external_lex_state = 3}, + [2042] = {.lex_state = 1, .external_lex_state = 3}, [2043] = {.lex_state = 31, .external_lex_state = 2}, [2044] = {.lex_state = 31, .external_lex_state = 2}, [2045] = {.lex_state = 31, .external_lex_state = 2}, [2046] = {.lex_state = 31, .external_lex_state = 2}, [2047] = {.lex_state = 31, .external_lex_state = 2}, [2048] = {.lex_state = 31, .external_lex_state = 2}, - [2049] = {.lex_state = 31, .external_lex_state = 2}, + [2049] = {.lex_state = 5, .external_lex_state = 7}, [2050] = {.lex_state = 31, .external_lex_state = 2}, [2051] = {.lex_state = 31, .external_lex_state = 2}, [2052] = {.lex_state = 31, .external_lex_state = 2}, - [2053] = {.lex_state = 5, .external_lex_state = 7}, + [2053] = {.lex_state = 31, .external_lex_state = 2}, [2054] = {.lex_state = 31, .external_lex_state = 2}, [2055] = {.lex_state = 31, .external_lex_state = 2}, [2056] = {.lex_state = 31, .external_lex_state = 2}, [2057] = {.lex_state = 31, .external_lex_state = 2}, - [2058] = {.lex_state = 31, .external_lex_state = 2}, + [2058] = {.lex_state = 5, .external_lex_state = 7}, [2059] = {.lex_state = 31, .external_lex_state = 2}, [2060] = {.lex_state = 31, .external_lex_state = 2}, [2061] = {.lex_state = 31, .external_lex_state = 2}, [2062] = {.lex_state = 31, .external_lex_state = 2}, [2063] = {.lex_state = 31, .external_lex_state = 2}, [2064] = {.lex_state = 31, .external_lex_state = 2}, - [2065] = {.lex_state = 31, .external_lex_state = 2}, - [2066] = {.lex_state = 5, .external_lex_state = 6}, + [2065] = {.lex_state = 5, .external_lex_state = 7}, + [2066] = {.lex_state = 31, .external_lex_state = 2}, [2067] = {.lex_state = 31, .external_lex_state = 2}, - [2068] = {.lex_state = 31, .external_lex_state = 2}, + [2068] = {.lex_state = 1, .external_lex_state = 4}, [2069] = {.lex_state = 31, .external_lex_state = 2}, [2070] = {.lex_state = 31, .external_lex_state = 2}, - [2071] = {.lex_state = 31, .external_lex_state = 2}, - [2072] = {.lex_state = 31, .external_lex_state = 2}, - [2073] = {.lex_state = 1, .external_lex_state = 4}, - [2074] = {.lex_state = 1, .external_lex_state = 4}, + [2071] = {.lex_state = 5, .external_lex_state = 7}, + [2072] = {.lex_state = 5, .external_lex_state = 7}, + [2073] = {.lex_state = 31, .external_lex_state = 2}, + [2074] = {.lex_state = 31, .external_lex_state = 2}, [2075] = {.lex_state = 31, .external_lex_state = 2}, - [2076] = {.lex_state = 31, .external_lex_state = 2}, + [2076] = {.lex_state = 5, .external_lex_state = 7}, [2077] = {.lex_state = 31, .external_lex_state = 2}, [2078] = {.lex_state = 31, .external_lex_state = 2}, - [2079] = {.lex_state = 1, .external_lex_state = 4}, + [2079] = {.lex_state = 5, .external_lex_state = 7}, [2080] = {.lex_state = 31, .external_lex_state = 2}, [2081] = {.lex_state = 31, .external_lex_state = 2}, - [2082] = {.lex_state = 31, .external_lex_state = 2}, - [2083] = {.lex_state = 31, .external_lex_state = 2}, + [2082] = {.lex_state = 5, .external_lex_state = 6}, + [2083] = {.lex_state = 5, .external_lex_state = 7}, [2084] = {.lex_state = 31, .external_lex_state = 2}, [2085] = {.lex_state = 31, .external_lex_state = 2}, [2086] = {.lex_state = 31, .external_lex_state = 2}, [2087] = {.lex_state = 31, .external_lex_state = 2}, [2088] = {.lex_state = 31, .external_lex_state = 2}, - [2089] = {.lex_state = 31, .external_lex_state = 2}, - [2090] = {.lex_state = 31, .external_lex_state = 2}, + [2089] = {.lex_state = 1, .external_lex_state = 4}, + [2090] = {.lex_state = 1, .external_lex_state = 4}, [2091] = {.lex_state = 31, .external_lex_state = 2}, [2092] = {.lex_state = 31, .external_lex_state = 2}, [2093] = {.lex_state = 31, .external_lex_state = 2}, @@ -16274,24 +16328,24 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2111] = {.lex_state = 31, .external_lex_state = 2}, [2112] = {.lex_state = 31, .external_lex_state = 2}, [2113] = {.lex_state = 31, .external_lex_state = 2}, - [2114] = {.lex_state = 5, .external_lex_state = 6}, + [2114] = {.lex_state = 31, .external_lex_state = 2}, [2115] = {.lex_state = 31, .external_lex_state = 2}, [2116] = {.lex_state = 31, .external_lex_state = 2}, - [2117] = {.lex_state = 5, .external_lex_state = 7}, + [2117] = {.lex_state = 31, .external_lex_state = 2}, [2118] = {.lex_state = 31, .external_lex_state = 2}, - [2119] = {.lex_state = 5, .external_lex_state = 7}, + [2119] = {.lex_state = 31, .external_lex_state = 2}, [2120] = {.lex_state = 31, .external_lex_state = 2}, - [2121] = {.lex_state = 5, .external_lex_state = 7}, - [2122] = {.lex_state = 5, .external_lex_state = 7}, + [2121] = {.lex_state = 31, .external_lex_state = 2}, + [2122] = {.lex_state = 31, .external_lex_state = 2}, [2123] = {.lex_state = 31, .external_lex_state = 2}, - [2124] = {.lex_state = 5, .external_lex_state = 7}, + [2124] = {.lex_state = 31, .external_lex_state = 2}, [2125] = {.lex_state = 31, .external_lex_state = 2}, - [2126] = {.lex_state = 5, .external_lex_state = 7}, + [2126] = {.lex_state = 31, .external_lex_state = 2}, [2127] = {.lex_state = 31, .external_lex_state = 2}, [2128] = {.lex_state = 31, .external_lex_state = 2}, [2129] = {.lex_state = 31, .external_lex_state = 2}, - [2130] = {.lex_state = 31, .external_lex_state = 2}, - [2131] = {.lex_state = 1, .external_lex_state = 4}, + [2130] = {.lex_state = 5, .external_lex_state = 6}, + [2131] = {.lex_state = 31, .external_lex_state = 2}, [2132] = {.lex_state = 31, .external_lex_state = 2}, [2133] = {.lex_state = 31, .external_lex_state = 2}, [2134] = {.lex_state = 31, .external_lex_state = 2}, @@ -16304,44 +16358,44 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2141] = {.lex_state = 31, .external_lex_state = 2}, [2142] = {.lex_state = 31, .external_lex_state = 2}, [2143] = {.lex_state = 31, .external_lex_state = 2}, - [2144] = {.lex_state = 31, .external_lex_state = 2}, + [2144] = {.lex_state = 1, .external_lex_state = 4}, [2145] = {.lex_state = 31, .external_lex_state = 2}, [2146] = {.lex_state = 31, .external_lex_state = 2}, [2147] = {.lex_state = 31, .external_lex_state = 2}, [2148] = {.lex_state = 31, .external_lex_state = 2}, - [2149] = {.lex_state = 1, .external_lex_state = 4}, - [2150] = {.lex_state = 1, .external_lex_state = 4}, - [2151] = {.lex_state = 1, .external_lex_state = 4}, - [2152] = {.lex_state = 1, .external_lex_state = 4}, + [2149] = {.lex_state = 31, .external_lex_state = 2}, + [2150] = {.lex_state = 31, .external_lex_state = 2}, + [2151] = {.lex_state = 31, .external_lex_state = 2}, + [2152] = {.lex_state = 31, .external_lex_state = 2}, [2153] = {.lex_state = 31, .external_lex_state = 2}, [2154] = {.lex_state = 31, .external_lex_state = 2}, - [2155] = {.lex_state = 1, .external_lex_state = 4}, - [2156] = {.lex_state = 1, .external_lex_state = 4}, - [2157] = {.lex_state = 1, .external_lex_state = 4}, - [2158] = {.lex_state = 31, .external_lex_state = 2}, - [2159] = {.lex_state = 1, .external_lex_state = 4}, - [2160] = {.lex_state = 1, .external_lex_state = 4}, - [2161] = {.lex_state = 31, .external_lex_state = 2}, + [2155] = {.lex_state = 31, .external_lex_state = 2}, + [2156] = {.lex_state = 31, .external_lex_state = 2}, + [2157] = {.lex_state = 31, .external_lex_state = 2}, + [2158] = {.lex_state = 5, .external_lex_state = 6}, + [2159] = {.lex_state = 31, .external_lex_state = 2}, + [2160] = {.lex_state = 5, .external_lex_state = 6}, + [2161] = {.lex_state = 5, .external_lex_state = 6}, [2162] = {.lex_state = 31, .external_lex_state = 2}, - [2163] = {.lex_state = 1, .external_lex_state = 4}, + [2163] = {.lex_state = 31, .external_lex_state = 2}, [2164] = {.lex_state = 31, .external_lex_state = 2}, - [2165] = {.lex_state = 5, .external_lex_state = 6}, - [2166] = {.lex_state = 31, .external_lex_state = 2}, - [2167] = {.lex_state = 31, .external_lex_state = 2}, - [2168] = {.lex_state = 31, .external_lex_state = 2}, - [2169] = {.lex_state = 31, .external_lex_state = 2}, + [2165] = {.lex_state = 1, .external_lex_state = 4}, + [2166] = {.lex_state = 1, .external_lex_state = 4}, + [2167] = {.lex_state = 1, .external_lex_state = 4}, + [2168] = {.lex_state = 1, .external_lex_state = 4}, + [2169] = {.lex_state = 5, .external_lex_state = 6}, [2170] = {.lex_state = 31, .external_lex_state = 2}, - [2171] = {.lex_state = 31, .external_lex_state = 2}, - [2172] = {.lex_state = 31, .external_lex_state = 2}, - [2173] = {.lex_state = 31, .external_lex_state = 2}, + [2171] = {.lex_state = 1, .external_lex_state = 4}, + [2172] = {.lex_state = 1, .external_lex_state = 4}, + [2173] = {.lex_state = 1, .external_lex_state = 4}, [2174] = {.lex_state = 31, .external_lex_state = 2}, - [2175] = {.lex_state = 31, .external_lex_state = 2}, - [2176] = {.lex_state = 31, .external_lex_state = 2}, + [2175] = {.lex_state = 1, .external_lex_state = 4}, + [2176] = {.lex_state = 1, .external_lex_state = 4}, [2177] = {.lex_state = 31, .external_lex_state = 2}, [2178] = {.lex_state = 31, .external_lex_state = 2}, - [2179] = {.lex_state = 31, .external_lex_state = 2}, + [2179] = {.lex_state = 1, .external_lex_state = 4}, [2180] = {.lex_state = 31, .external_lex_state = 2}, - [2181] = {.lex_state = 31, .external_lex_state = 2}, + [2181] = {.lex_state = 5, .external_lex_state = 6}, [2182] = {.lex_state = 31, .external_lex_state = 2}, [2183] = {.lex_state = 31, .external_lex_state = 2}, [2184] = {.lex_state = 31, .external_lex_state = 2}, @@ -16362,7 +16416,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2199] = {.lex_state = 31, .external_lex_state = 2}, [2200] = {.lex_state = 31, .external_lex_state = 2}, [2201] = {.lex_state = 31, .external_lex_state = 2}, - [2202] = {.lex_state = 31, .external_lex_state = 2}, + [2202] = {.lex_state = 1, .external_lex_state = 4}, [2203] = {.lex_state = 31, .external_lex_state = 2}, [2204] = {.lex_state = 31, .external_lex_state = 2}, [2205] = {.lex_state = 31, .external_lex_state = 2}, @@ -16375,7 +16429,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2212] = {.lex_state = 31, .external_lex_state = 2}, [2213] = {.lex_state = 31, .external_lex_state = 2}, [2214] = {.lex_state = 31, .external_lex_state = 2}, - [2215] = {.lex_state = 1, .external_lex_state = 4}, + [2215] = {.lex_state = 31, .external_lex_state = 2}, [2216] = {.lex_state = 31, .external_lex_state = 2}, [2217] = {.lex_state = 31, .external_lex_state = 2}, [2218] = {.lex_state = 31, .external_lex_state = 2}, @@ -16383,9 +16437,9 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2220] = {.lex_state = 31, .external_lex_state = 2}, [2221] = {.lex_state = 31, .external_lex_state = 2}, [2222] = {.lex_state = 31, .external_lex_state = 2}, - [2223] = {.lex_state = 31, .external_lex_state = 2}, + [2223] = {.lex_state = 5, .external_lex_state = 7}, [2224] = {.lex_state = 31, .external_lex_state = 2}, - [2225] = {.lex_state = 5, .external_lex_state = 6}, + [2225] = {.lex_state = 31, .external_lex_state = 2}, [2226] = {.lex_state = 31, .external_lex_state = 2}, [2227] = {.lex_state = 31, .external_lex_state = 2}, [2228] = {.lex_state = 31, .external_lex_state = 2}, @@ -16397,13 +16451,13 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2234] = {.lex_state = 31, .external_lex_state = 2}, [2235] = {.lex_state = 31, .external_lex_state = 2}, [2236] = {.lex_state = 31, .external_lex_state = 2}, - [2237] = {.lex_state = 5, .external_lex_state = 7}, + [2237] = {.lex_state = 31, .external_lex_state = 2}, [2238] = {.lex_state = 31, .external_lex_state = 2}, [2239] = {.lex_state = 31, .external_lex_state = 2}, [2240] = {.lex_state = 31, .external_lex_state = 2}, - [2241] = {.lex_state = 31, .external_lex_state = 2}, + [2241] = {.lex_state = 5, .external_lex_state = 6}, [2242] = {.lex_state = 31, .external_lex_state = 2}, - [2243] = {.lex_state = 5, .external_lex_state = 7}, + [2243] = {.lex_state = 31, .external_lex_state = 2}, [2244] = {.lex_state = 31, .external_lex_state = 2}, [2245] = {.lex_state = 31, .external_lex_state = 2}, [2246] = {.lex_state = 31, .external_lex_state = 2}, @@ -16413,7 +16467,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2250] = {.lex_state = 31, .external_lex_state = 2}, [2251] = {.lex_state = 31, .external_lex_state = 2}, [2252] = {.lex_state = 31, .external_lex_state = 2}, - [2253] = {.lex_state = 5, .external_lex_state = 7}, + [2253] = {.lex_state = 1, .external_lex_state = 4}, [2254] = {.lex_state = 31, .external_lex_state = 2}, [2255] = {.lex_state = 31, .external_lex_state = 2}, [2256] = {.lex_state = 31, .external_lex_state = 2}, @@ -16422,7 +16476,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2259] = {.lex_state = 31, .external_lex_state = 2}, [2260] = {.lex_state = 31, .external_lex_state = 2}, [2261] = {.lex_state = 31, .external_lex_state = 2}, - [2262] = {.lex_state = 5, .external_lex_state = 7}, + [2262] = {.lex_state = 31, .external_lex_state = 2}, [2263] = {.lex_state = 31, .external_lex_state = 2}, [2264] = {.lex_state = 31, .external_lex_state = 2}, [2265] = {.lex_state = 31, .external_lex_state = 2}, @@ -16432,11 +16486,11 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2269] = {.lex_state = 31, .external_lex_state = 2}, [2270] = {.lex_state = 31, .external_lex_state = 2}, [2271] = {.lex_state = 31, .external_lex_state = 2}, - [2272] = {.lex_state = 1, .external_lex_state = 3}, + [2272] = {.lex_state = 31, .external_lex_state = 2}, [2273] = {.lex_state = 31, .external_lex_state = 2}, [2274] = {.lex_state = 31, .external_lex_state = 2}, [2275] = {.lex_state = 31, .external_lex_state = 2}, - [2276] = {.lex_state = 1, .external_lex_state = 3}, + [2276] = {.lex_state = 31, .external_lex_state = 2}, [2277] = {.lex_state = 31, .external_lex_state = 2}, [2278] = {.lex_state = 31, .external_lex_state = 2}, [2279] = {.lex_state = 31, .external_lex_state = 2}, @@ -16459,11 +16513,11 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2296] = {.lex_state = 31, .external_lex_state = 2}, [2297] = {.lex_state = 31, .external_lex_state = 2}, [2298] = {.lex_state = 31, .external_lex_state = 2}, - [2299] = {.lex_state = 5, .external_lex_state = 7}, + [2299] = {.lex_state = 31, .external_lex_state = 2}, [2300] = {.lex_state = 31, .external_lex_state = 2}, [2301] = {.lex_state = 31, .external_lex_state = 2}, [2302] = {.lex_state = 31, .external_lex_state = 2}, - [2303] = {.lex_state = 5, .external_lex_state = 7}, + [2303] = {.lex_state = 31, .external_lex_state = 2}, [2304] = {.lex_state = 31, .external_lex_state = 2}, [2305] = {.lex_state = 31, .external_lex_state = 2}, [2306] = {.lex_state = 31, .external_lex_state = 2}, @@ -16484,9 +16538,9 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2321] = {.lex_state = 31, .external_lex_state = 2}, [2322] = {.lex_state = 31, .external_lex_state = 2}, [2323] = {.lex_state = 31, .external_lex_state = 2}, - [2324] = {.lex_state = 1, .external_lex_state = 4}, + [2324] = {.lex_state = 31, .external_lex_state = 2}, [2325] = {.lex_state = 31, .external_lex_state = 2}, - [2326] = {.lex_state = 31, .external_lex_state = 2}, + [2326] = {.lex_state = 5, .external_lex_state = 7}, [2327] = {.lex_state = 31, .external_lex_state = 2}, [2328] = {.lex_state = 31, .external_lex_state = 2}, [2329] = {.lex_state = 31, .external_lex_state = 2}, @@ -16523,80 +16577,80 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2360] = {.lex_state = 31, .external_lex_state = 2}, [2361] = {.lex_state = 31, .external_lex_state = 2}, [2362] = {.lex_state = 31, .external_lex_state = 2}, - [2363] = {.lex_state = 5, .external_lex_state = 6}, + [2363] = {.lex_state = 31, .external_lex_state = 2}, [2364] = {.lex_state = 1, .external_lex_state = 4}, - [2365] = {.lex_state = 1, .external_lex_state = 4}, - [2366] = {.lex_state = 1, .external_lex_state = 4}, - [2367] = {.lex_state = 5, .external_lex_state = 6}, + [2365] = {.lex_state = 5, .external_lex_state = 6}, + [2366] = {.lex_state = 5, .external_lex_state = 7}, + [2367] = {.lex_state = 5, .external_lex_state = 7}, [2368] = {.lex_state = 5, .external_lex_state = 6}, - [2369] = {.lex_state = 5, .external_lex_state = 6}, + [2369] = {.lex_state = 1, .external_lex_state = 4}, [2370] = {.lex_state = 5, .external_lex_state = 6}, - [2371] = {.lex_state = 5, .external_lex_state = 6}, - [2372] = {.lex_state = 5, .external_lex_state = 6}, - [2373] = {.lex_state = 5, .external_lex_state = 6}, - [2374] = {.lex_state = 1, .external_lex_state = 4}, - [2375] = {.lex_state = 4, .external_lex_state = 5}, - [2376] = {.lex_state = 1, .external_lex_state = 4}, - [2377] = {.lex_state = 4, .external_lex_state = 5}, - [2378] = {.lex_state = 5, .external_lex_state = 6}, - [2379] = {.lex_state = 1, .external_lex_state = 4}, - [2380] = {.lex_state = 1, .external_lex_state = 4}, - [2381] = {.lex_state = 5, .external_lex_state = 6}, - [2382] = {.lex_state = 5, .external_lex_state = 6}, - [2383] = {.lex_state = 1, .external_lex_state = 4}, - [2384] = {.lex_state = 1, .external_lex_state = 4}, - [2385] = {.lex_state = 4, .external_lex_state = 5}, + [2371] = {.lex_state = 1, .external_lex_state = 4}, + [2372] = {.lex_state = 1, .external_lex_state = 4}, + [2373] = {.lex_state = 1, .external_lex_state = 4}, + [2374] = {.lex_state = 5, .external_lex_state = 6}, + [2375] = {.lex_state = 5, .external_lex_state = 7}, + [2376] = {.lex_state = 5, .external_lex_state = 7}, + [2377] = {.lex_state = 5, .external_lex_state = 6}, + [2378] = {.lex_state = 5, .external_lex_state = 7}, + [2379] = {.lex_state = 5, .external_lex_state = 7}, + [2380] = {.lex_state = 5, .external_lex_state = 7}, + [2381] = {.lex_state = 5, .external_lex_state = 7}, + [2382] = {.lex_state = 5, .external_lex_state = 7}, + [2383] = {.lex_state = 5, .external_lex_state = 7}, + [2384] = {.lex_state = 5, .external_lex_state = 7}, + [2385] = {.lex_state = 5, .external_lex_state = 6}, [2386] = {.lex_state = 5, .external_lex_state = 7}, - [2387] = {.lex_state = 4, .external_lex_state = 5}, - [2388] = {.lex_state = 5, .external_lex_state = 7}, - [2389] = {.lex_state = 5, .external_lex_state = 7}, + [2387] = {.lex_state = 5, .external_lex_state = 6}, + [2388] = {.lex_state = 4, .external_lex_state = 5}, + [2389] = {.lex_state = 4, .external_lex_state = 5}, [2390] = {.lex_state = 5, .external_lex_state = 6}, [2391] = {.lex_state = 5, .external_lex_state = 6}, - [2392] = {.lex_state = 5, .external_lex_state = 7}, - [2393] = {.lex_state = 5, .external_lex_state = 7}, + [2392] = {.lex_state = 5, .external_lex_state = 6}, + [2393] = {.lex_state = 5, .external_lex_state = 6}, [2394] = {.lex_state = 5, .external_lex_state = 6}, - [2395] = {.lex_state = 1, .external_lex_state = 4}, + [2395] = {.lex_state = 5, .external_lex_state = 6}, [2396] = {.lex_state = 5, .external_lex_state = 6}, - [2397] = {.lex_state = 5, .external_lex_state = 6}, - [2398] = {.lex_state = 5, .external_lex_state = 7}, - [2399] = {.lex_state = 5, .external_lex_state = 7}, - [2400] = {.lex_state = 5, .external_lex_state = 7}, - [2401] = {.lex_state = 5, .external_lex_state = 7}, - [2402] = {.lex_state = 5, .external_lex_state = 7}, - [2403] = {.lex_state = 5, .external_lex_state = 7}, - [2404] = {.lex_state = 5, .external_lex_state = 6}, - [2405] = {.lex_state = 5, .external_lex_state = 7}, + [2397] = {.lex_state = 1, .external_lex_state = 4}, + [2398] = {.lex_state = 5, .external_lex_state = 6}, + [2399] = {.lex_state = 1, .external_lex_state = 4}, + [2400] = {.lex_state = 5, .external_lex_state = 6}, + [2401] = {.lex_state = 5, .external_lex_state = 6}, + [2402] = {.lex_state = 5, .external_lex_state = 6}, + [2403] = {.lex_state = 5, .external_lex_state = 6}, + [2404] = {.lex_state = 4, .external_lex_state = 5}, + [2405] = {.lex_state = 5, .external_lex_state = 6}, [2406] = {.lex_state = 5, .external_lex_state = 7}, [2407] = {.lex_state = 5, .external_lex_state = 6}, [2408] = {.lex_state = 5, .external_lex_state = 6}, [2409] = {.lex_state = 5, .external_lex_state = 6}, - [2410] = {.lex_state = 5, .external_lex_state = 6}, - [2411] = {.lex_state = 5, .external_lex_state = 7}, - [2412] = {.lex_state = 5, .external_lex_state = 7}, - [2413] = {.lex_state = 5, .external_lex_state = 7}, + [2410] = {.lex_state = 5, .external_lex_state = 7}, + [2411] = {.lex_state = 5, .external_lex_state = 6}, + [2412] = {.lex_state = 4, .external_lex_state = 5}, + [2413] = {.lex_state = 5, .external_lex_state = 6}, [2414] = {.lex_state = 5, .external_lex_state = 7}, [2415] = {.lex_state = 5, .external_lex_state = 7}, [2416] = {.lex_state = 5, .external_lex_state = 6}, - [2417] = {.lex_state = 5, .external_lex_state = 6}, + [2417] = {.lex_state = 5, .external_lex_state = 7}, [2418] = {.lex_state = 5, .external_lex_state = 7}, - [2419] = {.lex_state = 5, .external_lex_state = 6}, - [2420] = {.lex_state = 5, .external_lex_state = 6}, - [2421] = {.lex_state = 5, .external_lex_state = 6}, - [2422] = {.lex_state = 5, .external_lex_state = 6}, - [2423] = {.lex_state = 5, .external_lex_state = 6}, - [2424] = {.lex_state = 5, .external_lex_state = 7}, - [2425] = {.lex_state = 5, .external_lex_state = 7}, - [2426] = {.lex_state = 5, .external_lex_state = 6}, - [2427] = {.lex_state = 5, .external_lex_state = 6}, - [2428] = {.lex_state = 5, .external_lex_state = 6}, - [2429] = {.lex_state = 5, .external_lex_state = 6}, - [2430] = {.lex_state = 5, .external_lex_state = 6}, + [2419] = {.lex_state = 1, .external_lex_state = 4}, + [2420] = {.lex_state = 1, .external_lex_state = 4}, + [2421] = {.lex_state = 1, .external_lex_state = 4}, + [2422] = {.lex_state = 1, .external_lex_state = 4}, + [2423] = {.lex_state = 5, .external_lex_state = 7}, + [2424] = {.lex_state = 5, .external_lex_state = 6}, + [2425] = {.lex_state = 5, .external_lex_state = 6}, + [2426] = {.lex_state = 5, .external_lex_state = 7}, + [2427] = {.lex_state = 5, .external_lex_state = 7}, + [2428] = {.lex_state = 5, .external_lex_state = 7}, + [2429] = {.lex_state = 5, .external_lex_state = 7}, + [2430] = {.lex_state = 4, .external_lex_state = 5}, [2431] = {.lex_state = 5, .external_lex_state = 7}, - [2432] = {.lex_state = 5, .external_lex_state = 7}, - [2433] = {.lex_state = 4, .external_lex_state = 5}, - [2434] = {.lex_state = 5, .external_lex_state = 6}, - [2435] = {.lex_state = 4, .external_lex_state = 5}, - [2436] = {.lex_state = 5, .external_lex_state = 7}, + [2432] = {.lex_state = 5, .external_lex_state = 6}, + [2433] = {.lex_state = 5, .external_lex_state = 7}, + [2434] = {.lex_state = 5, .external_lex_state = 7}, + [2435] = {.lex_state = 5, .external_lex_state = 7}, + [2436] = {.lex_state = 5, .external_lex_state = 6}, [2437] = {.lex_state = 5, .external_lex_state = 7}, [2438] = {.lex_state = 5, .external_lex_state = 7}, [2439] = {.lex_state = 5, .external_lex_state = 7}, @@ -16607,66 +16661,66 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2444] = {.lex_state = 5, .external_lex_state = 7}, [2445] = {.lex_state = 5, .external_lex_state = 7}, [2446] = {.lex_state = 5, .external_lex_state = 7}, - [2447] = {.lex_state = 5, .external_lex_state = 7}, + [2447] = {.lex_state = 5, .external_lex_state = 6}, [2448] = {.lex_state = 5, .external_lex_state = 7}, - [2449] = {.lex_state = 5, .external_lex_state = 7}, - [2450] = {.lex_state = 5, .external_lex_state = 7}, + [2449] = {.lex_state = 5, .external_lex_state = 6}, + [2450] = {.lex_state = 4, .external_lex_state = 5}, [2451] = {.lex_state = 5, .external_lex_state = 7}, - [2452] = {.lex_state = 4, .external_lex_state = 5}, - [2453] = {.lex_state = 5, .external_lex_state = 7}, + [2452] = {.lex_state = 5, .external_lex_state = 7}, + [2453] = {.lex_state = 4, .external_lex_state = 5}, [2454] = {.lex_state = 5, .external_lex_state = 7}, - [2455] = {.lex_state = 5, .external_lex_state = 6}, + [2455] = {.lex_state = 5, .external_lex_state = 7}, [2456] = {.lex_state = 5, .external_lex_state = 7}, - [2457] = {.lex_state = 4, .external_lex_state = 5}, + [2457] = {.lex_state = 5, .external_lex_state = 7}, [2458] = {.lex_state = 5, .external_lex_state = 7}, - [2459] = {.lex_state = 5, .external_lex_state = 6}, - [2460] = {.lex_state = 5, .external_lex_state = 6}, + [2459] = {.lex_state = 5, .external_lex_state = 7}, + [2460] = {.lex_state = 5, .external_lex_state = 7}, [2461] = {.lex_state = 5, .external_lex_state = 7}, - [2462] = {.lex_state = 5, .external_lex_state = 6}, + [2462] = {.lex_state = 5, .external_lex_state = 7}, [2463] = {.lex_state = 5, .external_lex_state = 6}, - [2464] = {.lex_state = 5, .external_lex_state = 6}, - [2465] = {.lex_state = 5, .external_lex_state = 6}, + [2464] = {.lex_state = 5, .external_lex_state = 7}, + [2465] = {.lex_state = 5, .external_lex_state = 7}, [2466] = {.lex_state = 5, .external_lex_state = 6}, [2467] = {.lex_state = 5, .external_lex_state = 7}, [2468] = {.lex_state = 5, .external_lex_state = 6}, - [2469] = {.lex_state = 5, .external_lex_state = 6}, + [2469] = {.lex_state = 4, .external_lex_state = 5}, [2470] = {.lex_state = 5, .external_lex_state = 6}, [2471] = {.lex_state = 5, .external_lex_state = 6}, - [2472] = {.lex_state = 5, .external_lex_state = 7}, - [2473] = {.lex_state = 4, .external_lex_state = 5}, - [2474] = {.lex_state = 5, .external_lex_state = 7}, + [2472] = {.lex_state = 5, .external_lex_state = 6}, + [2473] = {.lex_state = 5, .external_lex_state = 6}, + [2474] = {.lex_state = 5, .external_lex_state = 6}, [2475] = {.lex_state = 5, .external_lex_state = 6}, - [2476] = {.lex_state = 5, .external_lex_state = 7}, + [2476] = {.lex_state = 5, .external_lex_state = 6}, [2477] = {.lex_state = 5, .external_lex_state = 6}, - [2478] = {.lex_state = 5, .external_lex_state = 7}, + [2478] = {.lex_state = 5, .external_lex_state = 6}, [2479] = {.lex_state = 5, .external_lex_state = 6}, - [2480] = {.lex_state = 5, .external_lex_state = 7}, - [2481] = {.lex_state = 5, .external_lex_state = 7}, - [2482] = {.lex_state = 5, .external_lex_state = 6}, - [2483] = {.lex_state = 5, .external_lex_state = 6}, + [2480] = {.lex_state = 5, .external_lex_state = 6}, + [2481] = {.lex_state = 5, .external_lex_state = 6}, + [2482] = {.lex_state = 4, .external_lex_state = 5}, + [2483] = {.lex_state = 5, .external_lex_state = 7}, [2484] = {.lex_state = 5, .external_lex_state = 6}, [2485] = {.lex_state = 5, .external_lex_state = 6}, - [2486] = {.lex_state = 5, .external_lex_state = 7}, + [2486] = {.lex_state = 5, .external_lex_state = 6}, [2487] = {.lex_state = 5, .external_lex_state = 6}, [2488] = {.lex_state = 5, .external_lex_state = 6}, [2489] = {.lex_state = 5, .external_lex_state = 6}, - [2490] = {.lex_state = 5, .external_lex_state = 7}, + [2490] = {.lex_state = 5, .external_lex_state = 6}, [2491] = {.lex_state = 5, .external_lex_state = 7}, - [2492] = {.lex_state = 5, .external_lex_state = 7}, - [2493] = {.lex_state = 5, .external_lex_state = 7}, + [2492] = {.lex_state = 5, .external_lex_state = 6}, + [2493] = {.lex_state = 5, .external_lex_state = 6}, [2494] = {.lex_state = 5, .external_lex_state = 7}, - [2495] = {.lex_state = 5, .external_lex_state = 6}, - [2496] = {.lex_state = 5, .external_lex_state = 6}, - [2497] = {.lex_state = 5, .external_lex_state = 6}, + [2495] = {.lex_state = 5, .external_lex_state = 7}, + [2496] = {.lex_state = 5, .external_lex_state = 7}, + [2497] = {.lex_state = 5, .external_lex_state = 7}, [2498] = {.lex_state = 5, .external_lex_state = 6}, [2499] = {.lex_state = 5, .external_lex_state = 6}, [2500] = {.lex_state = 5, .external_lex_state = 7}, - [2501] = {.lex_state = 5, .external_lex_state = 7}, + [2501] = {.lex_state = 5, .external_lex_state = 6}, [2502] = {.lex_state = 5, .external_lex_state = 6}, - [2503] = {.lex_state = 5, .external_lex_state = 7}, - [2504] = {.lex_state = 5, .external_lex_state = 7}, - [2505] = {.lex_state = 5, .external_lex_state = 6}, - [2506] = {.lex_state = 5, .external_lex_state = 7}, + [2503] = {.lex_state = 5, .external_lex_state = 6}, + [2504] = {.lex_state = 5, .external_lex_state = 6}, + [2505] = {.lex_state = 5, .external_lex_state = 7}, + [2506] = {.lex_state = 5, .external_lex_state = 6}, [2507] = {.lex_state = 5, .external_lex_state = 7}, [2508] = {.lex_state = 5, .external_lex_state = 7}, [2509] = {.lex_state = 5, .external_lex_state = 7}, @@ -16675,53 +16729,53 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2512] = {.lex_state = 5, .external_lex_state = 6}, [2513] = {.lex_state = 5, .external_lex_state = 6}, [2514] = {.lex_state = 5, .external_lex_state = 7}, - [2515] = {.lex_state = 5, .external_lex_state = 7}, - [2516] = {.lex_state = 5, .external_lex_state = 6}, - [2517] = {.lex_state = 5, .external_lex_state = 6}, + [2515] = {.lex_state = 5, .external_lex_state = 6}, + [2516] = {.lex_state = 5, .external_lex_state = 7}, + [2517] = {.lex_state = 5, .external_lex_state = 7}, [2518] = {.lex_state = 5, .external_lex_state = 6}, - [2519] = {.lex_state = 5, .external_lex_state = 6}, + [2519] = {.lex_state = 5, .external_lex_state = 7}, [2520] = {.lex_state = 5, .external_lex_state = 6}, - [2521] = {.lex_state = 5, .external_lex_state = 7}, + [2521] = {.lex_state = 5, .external_lex_state = 6}, [2522] = {.lex_state = 5, .external_lex_state = 6}, [2523] = {.lex_state = 5, .external_lex_state = 6}, [2524] = {.lex_state = 5, .external_lex_state = 6}, [2525] = {.lex_state = 5, .external_lex_state = 6}, - [2526] = {.lex_state = 5, .external_lex_state = 7}, - [2527] = {.lex_state = 5, .external_lex_state = 7}, - [2528] = {.lex_state = 5, .external_lex_state = 7}, - [2529] = {.lex_state = 5, .external_lex_state = 7}, + [2526] = {.lex_state = 5, .external_lex_state = 6}, + [2527] = {.lex_state = 5, .external_lex_state = 6}, + [2528] = {.lex_state = 5, .external_lex_state = 6}, + [2529] = {.lex_state = 5, .external_lex_state = 6}, [2530] = {.lex_state = 5, .external_lex_state = 6}, [2531] = {.lex_state = 5, .external_lex_state = 6}, - [2532] = {.lex_state = 5, .external_lex_state = 6}, - [2533] = {.lex_state = 5, .external_lex_state = 6}, - [2534] = {.lex_state = 5, .external_lex_state = 6}, + [2532] = {.lex_state = 5, .external_lex_state = 7}, + [2533] = {.lex_state = 5, .external_lex_state = 7}, + [2534] = {.lex_state = 5, .external_lex_state = 7}, [2535] = {.lex_state = 5, .external_lex_state = 6}, [2536] = {.lex_state = 5, .external_lex_state = 6}, - [2537] = {.lex_state = 5, .external_lex_state = 6}, + [2537] = {.lex_state = 5, .external_lex_state = 7}, [2538] = {.lex_state = 5, .external_lex_state = 6}, - [2539] = {.lex_state = 5, .external_lex_state = 7}, - [2540] = {.lex_state = 5, .external_lex_state = 7}, + [2539] = {.lex_state = 5, .external_lex_state = 6}, + [2540] = {.lex_state = 5, .external_lex_state = 6}, [2541] = {.lex_state = 5, .external_lex_state = 7}, [2542] = {.lex_state = 5, .external_lex_state = 7}, - [2543] = {.lex_state = 5, .external_lex_state = 6}, + [2543] = {.lex_state = 5, .external_lex_state = 7}, [2544] = {.lex_state = 5, .external_lex_state = 7}, - [2545] = {.lex_state = 5, .external_lex_state = 6}, - [2546] = {.lex_state = 5, .external_lex_state = 7}, - [2547] = {.lex_state = 5, .external_lex_state = 7}, - [2548] = {.lex_state = 5, .external_lex_state = 6}, + [2545] = {.lex_state = 5, .external_lex_state = 7}, + [2546] = {.lex_state = 5, .external_lex_state = 6}, + [2547] = {.lex_state = 5, .external_lex_state = 6}, + [2548] = {.lex_state = 5, .external_lex_state = 7}, [2549] = {.lex_state = 5, .external_lex_state = 6}, - [2550] = {.lex_state = 5, .external_lex_state = 7}, + [2550] = {.lex_state = 5, .external_lex_state = 6}, [2551] = {.lex_state = 5, .external_lex_state = 6}, [2552] = {.lex_state = 5, .external_lex_state = 6}, [2553] = {.lex_state = 5, .external_lex_state = 6}, - [2554] = {.lex_state = 5, .external_lex_state = 6}, - [2555] = {.lex_state = 5, .external_lex_state = 6}, + [2554] = {.lex_state = 5, .external_lex_state = 7}, + [2555] = {.lex_state = 5, .external_lex_state = 7}, [2556] = {.lex_state = 5, .external_lex_state = 7}, [2557] = {.lex_state = 5, .external_lex_state = 6}, [2558] = {.lex_state = 5, .external_lex_state = 7}, [2559] = {.lex_state = 5, .external_lex_state = 7}, [2560] = {.lex_state = 5, .external_lex_state = 7}, - [2561] = {.lex_state = 5, .external_lex_state = 7}, + [2561] = {.lex_state = 5, .external_lex_state = 6}, [2562] = {.lex_state = 5, .external_lex_state = 7}, [2563] = {.lex_state = 5, .external_lex_state = 7}, [2564] = {.lex_state = 5, .external_lex_state = 7}, @@ -16729,18 +16783,18 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2566] = {.lex_state = 5, .external_lex_state = 7}, [2567] = {.lex_state = 5, .external_lex_state = 7}, [2568] = {.lex_state = 5, .external_lex_state = 7}, - [2569] = {.lex_state = 5, .external_lex_state = 7}, - [2570] = {.lex_state = 5, .external_lex_state = 7}, + [2569] = {.lex_state = 5, .external_lex_state = 6}, + [2570] = {.lex_state = 5, .external_lex_state = 6}, [2571] = {.lex_state = 5, .external_lex_state = 7}, - [2572] = {.lex_state = 5, .external_lex_state = 7}, + [2572] = {.lex_state = 5, .external_lex_state = 6}, [2573] = {.lex_state = 5, .external_lex_state = 7}, - [2574] = {.lex_state = 5, .external_lex_state = 6}, - [2575] = {.lex_state = 5, .external_lex_state = 7}, + [2574] = {.lex_state = 5, .external_lex_state = 7}, + [2575] = {.lex_state = 5, .external_lex_state = 6}, [2576] = {.lex_state = 5, .external_lex_state = 6}, - [2577] = {.lex_state = 5, .external_lex_state = 6}, - [2578] = {.lex_state = 5, .external_lex_state = 6}, + [2577] = {.lex_state = 5, .external_lex_state = 7}, + [2578] = {.lex_state = 5, .external_lex_state = 7}, [2579] = {.lex_state = 5, .external_lex_state = 7}, - [2580] = {.lex_state = 5, .external_lex_state = 6}, + [2580] = {.lex_state = 5, .external_lex_state = 7}, [2581] = {.lex_state = 5, .external_lex_state = 7}, [2582] = {.lex_state = 5, .external_lex_state = 7}, [2583] = {.lex_state = 5, .external_lex_state = 7}, @@ -16752,29 +16806,29 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2589] = {.lex_state = 5, .external_lex_state = 6}, [2590] = {.lex_state = 5, .external_lex_state = 7}, [2591] = {.lex_state = 5, .external_lex_state = 7}, - [2592] = {.lex_state = 5, .external_lex_state = 7}, - [2593] = {.lex_state = 5, .external_lex_state = 6}, - [2594] = {.lex_state = 5, .external_lex_state = 6}, - [2595] = {.lex_state = 5, .external_lex_state = 6}, - [2596] = {.lex_state = 5, .external_lex_state = 6}, - [2597] = {.lex_state = 5, .external_lex_state = 7}, + [2592] = {.lex_state = 5, .external_lex_state = 6}, + [2593] = {.lex_state = 5, .external_lex_state = 7}, + [2594] = {.lex_state = 5, .external_lex_state = 7}, + [2595] = {.lex_state = 5, .external_lex_state = 7}, + [2596] = {.lex_state = 5, .external_lex_state = 7}, + [2597] = {.lex_state = 5, .external_lex_state = 6}, [2598] = {.lex_state = 5, .external_lex_state = 7}, [2599] = {.lex_state = 5, .external_lex_state = 7}, - [2600] = {.lex_state = 5, .external_lex_state = 6}, + [2600] = {.lex_state = 5, .external_lex_state = 7}, [2601] = {.lex_state = 5, .external_lex_state = 7}, - [2602] = {.lex_state = 5, .external_lex_state = 7}, + [2602] = {.lex_state = 5, .external_lex_state = 6}, [2603] = {.lex_state = 5, .external_lex_state = 7}, - [2604] = {.lex_state = 5, .external_lex_state = 7}, + [2604] = {.lex_state = 5, .external_lex_state = 6}, [2605] = {.lex_state = 5, .external_lex_state = 7}, - [2606] = {.lex_state = 5, .external_lex_state = 6}, + [2606] = {.lex_state = 5, .external_lex_state = 7}, [2607] = {.lex_state = 5, .external_lex_state = 7}, - [2608] = {.lex_state = 5, .external_lex_state = 7}, - [2609] = {.lex_state = 5, .external_lex_state = 6}, - [2610] = {.lex_state = 5, .external_lex_state = 7}, + [2608] = {.lex_state = 5, .external_lex_state = 6}, + [2609] = {.lex_state = 5, .external_lex_state = 7}, + [2610] = {.lex_state = 5, .external_lex_state = 6}, [2611] = {.lex_state = 5, .external_lex_state = 7}, [2612] = {.lex_state = 5, .external_lex_state = 6}, [2613] = {.lex_state = 5, .external_lex_state = 7}, - [2614] = {.lex_state = 5, .external_lex_state = 7}, + [2614] = {.lex_state = 5, .external_lex_state = 6}, [2615] = {.lex_state = 5, .external_lex_state = 7}, [2616] = {.lex_state = 5, .external_lex_state = 6}, [2617] = {.lex_state = 5, .external_lex_state = 7}, @@ -16783,98 +16837,98 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2620] = {.lex_state = 5, .external_lex_state = 7}, [2621] = {.lex_state = 5, .external_lex_state = 7}, [2622] = {.lex_state = 5, .external_lex_state = 7}, - [2623] = {.lex_state = 5, .external_lex_state = 6}, - [2624] = {.lex_state = 5, .external_lex_state = 7}, + [2623] = {.lex_state = 5, .external_lex_state = 7}, + [2624] = {.lex_state = 5, .external_lex_state = 6}, [2625] = {.lex_state = 5, .external_lex_state = 7}, - [2626] = {.lex_state = 5, .external_lex_state = 6}, + [2626] = {.lex_state = 5, .external_lex_state = 7}, [2627] = {.lex_state = 5, .external_lex_state = 7}, [2628] = {.lex_state = 5, .external_lex_state = 7}, - [2629] = {.lex_state = 5, .external_lex_state = 6}, - [2630] = {.lex_state = 5, .external_lex_state = 7}, - [2631] = {.lex_state = 5, .external_lex_state = 7}, + [2629] = {.lex_state = 5, .external_lex_state = 7}, + [2630] = {.lex_state = 5, .external_lex_state = 6}, + [2631] = {.lex_state = 4, .external_lex_state = 5}, [2632] = {.lex_state = 5, .external_lex_state = 7}, - [2633] = {.lex_state = 5, .external_lex_state = 7}, - [2634] = {.lex_state = 4, .external_lex_state = 5}, + [2633] = {.lex_state = 5, .external_lex_state = 6}, + [2634] = {.lex_state = 5, .external_lex_state = 6}, [2635] = {.lex_state = 5, .external_lex_state = 7}, [2636] = {.lex_state = 5, .external_lex_state = 6}, [2637] = {.lex_state = 5, .external_lex_state = 7}, - [2638] = {.lex_state = 5, .external_lex_state = 6}, + [2638] = {.lex_state = 5, .external_lex_state = 7}, [2639] = {.lex_state = 5, .external_lex_state = 6}, [2640] = {.lex_state = 5, .external_lex_state = 7}, - [2641] = {.lex_state = 5, .external_lex_state = 7}, - [2642] = {.lex_state = 5, .external_lex_state = 6}, + [2641] = {.lex_state = 5, .external_lex_state = 6}, + [2642] = {.lex_state = 5, .external_lex_state = 7}, [2643] = {.lex_state = 5, .external_lex_state = 6}, [2644] = {.lex_state = 4, .external_lex_state = 5}, - [2645] = {.lex_state = 5, .external_lex_state = 6}, + [2645] = {.lex_state = 5, .external_lex_state = 7}, [2646] = {.lex_state = 5, .external_lex_state = 6}, - [2647] = {.lex_state = 5, .external_lex_state = 7}, + [2647] = {.lex_state = 5, .external_lex_state = 6}, [2648] = {.lex_state = 5, .external_lex_state = 7}, - [2649] = {.lex_state = 5, .external_lex_state = 6}, - [2650] = {.lex_state = 5, .external_lex_state = 7}, - [2651] = {.lex_state = 5, .external_lex_state = 7}, + [2649] = {.lex_state = 4, .external_lex_state = 5}, + [2650] = {.lex_state = 5, .external_lex_state = 6}, + [2651] = {.lex_state = 5, .external_lex_state = 6}, [2652] = {.lex_state = 5, .external_lex_state = 6}, - [2653] = {.lex_state = 4, .external_lex_state = 5}, + [2653] = {.lex_state = 5, .external_lex_state = 7}, [2654] = {.lex_state = 5, .external_lex_state = 7}, [2655] = {.lex_state = 5, .external_lex_state = 7}, - [2656] = {.lex_state = 4, .external_lex_state = 5}, - [2657] = {.lex_state = 5, .external_lex_state = 6}, - [2658] = {.lex_state = 5, .external_lex_state = 7}, - [2659] = {.lex_state = 5, .external_lex_state = 7}, - [2660] = {.lex_state = 5, .external_lex_state = 6}, - [2661] = {.lex_state = 5, .external_lex_state = 7}, + [2656] = {.lex_state = 5, .external_lex_state = 7}, + [2657] = {.lex_state = 4, .external_lex_state = 5}, + [2658] = {.lex_state = 4, .external_lex_state = 5}, + [2659] = {.lex_state = 5, .external_lex_state = 6}, + [2660] = {.lex_state = 5, .external_lex_state = 7}, + [2661] = {.lex_state = 5, .external_lex_state = 6}, [2662] = {.lex_state = 5, .external_lex_state = 7}, [2663] = {.lex_state = 5, .external_lex_state = 6}, - [2664] = {.lex_state = 5, .external_lex_state = 6}, - [2665] = {.lex_state = 5, .external_lex_state = 7}, + [2664] = {.lex_state = 5, .external_lex_state = 7}, + [2665] = {.lex_state = 5, .external_lex_state = 6}, [2666] = {.lex_state = 5, .external_lex_state = 6}, [2667] = {.lex_state = 5, .external_lex_state = 6}, - [2668] = {.lex_state = 5, .external_lex_state = 6}, - [2669] = {.lex_state = 4, .external_lex_state = 5}, + [2668] = {.lex_state = 5, .external_lex_state = 7}, + [2669] = {.lex_state = 5, .external_lex_state = 7}, [2670] = {.lex_state = 5, .external_lex_state = 6}, - [2671] = {.lex_state = 5, .external_lex_state = 6}, + [2671] = {.lex_state = 5, .external_lex_state = 7}, [2672] = {.lex_state = 5, .external_lex_state = 7}, [2673] = {.lex_state = 5, .external_lex_state = 6}, [2674] = {.lex_state = 5, .external_lex_state = 7}, [2675] = {.lex_state = 5, .external_lex_state = 6}, [2676] = {.lex_state = 5, .external_lex_state = 6}, - [2677] = {.lex_state = 5, .external_lex_state = 6}, - [2678] = {.lex_state = 5, .external_lex_state = 7}, - [2679] = {.lex_state = 4, .external_lex_state = 5}, - [2680] = {.lex_state = 5, .external_lex_state = 7}, + [2677] = {.lex_state = 5, .external_lex_state = 7}, + [2678] = {.lex_state = 5, .external_lex_state = 6}, + [2679] = {.lex_state = 5, .external_lex_state = 7}, + [2680] = {.lex_state = 5, .external_lex_state = 6}, [2681] = {.lex_state = 5, .external_lex_state = 7}, - [2682] = {.lex_state = 5, .external_lex_state = 6}, + [2682] = {.lex_state = 4, .external_lex_state = 5}, [2683] = {.lex_state = 5, .external_lex_state = 6}, [2684] = {.lex_state = 5, .external_lex_state = 6}, [2685] = {.lex_state = 5, .external_lex_state = 6}, - [2686] = {.lex_state = 5, .external_lex_state = 6}, + [2686] = {.lex_state = 5, .external_lex_state = 7}, [2687] = {.lex_state = 5, .external_lex_state = 7}, - [2688] = {.lex_state = 5, .external_lex_state = 7}, + [2688] = {.lex_state = 5, .external_lex_state = 6}, [2689] = {.lex_state = 5, .external_lex_state = 7}, - [2690] = {.lex_state = 5, .external_lex_state = 7}, - [2691] = {.lex_state = 5, .external_lex_state = 6}, - [2692] = {.lex_state = 5, .external_lex_state = 6}, + [2690] = {.lex_state = 5, .external_lex_state = 6}, + [2691] = {.lex_state = 5, .external_lex_state = 7}, + [2692] = {.lex_state = 5, .external_lex_state = 7}, [2693] = {.lex_state = 4, .external_lex_state = 5}, - [2694] = {.lex_state = 4, .external_lex_state = 5}, - [2695] = {.lex_state = 5, .external_lex_state = 6}, + [2694] = {.lex_state = 5, .external_lex_state = 6}, + [2695] = {.lex_state = 4, .external_lex_state = 5}, [2696] = {.lex_state = 4, .external_lex_state = 5}, - [2697] = {.lex_state = 4, .external_lex_state = 5}, + [2697] = {.lex_state = 5, .external_lex_state = 6}, [2698] = {.lex_state = 4, .external_lex_state = 5}, [2699] = {.lex_state = 5, .external_lex_state = 6}, [2700] = {.lex_state = 5, .external_lex_state = 6}, [2701] = {.lex_state = 5, .external_lex_state = 6}, - [2702] = {.lex_state = 5, .external_lex_state = 6}, + [2702] = {.lex_state = 4, .external_lex_state = 5}, [2703] = {.lex_state = 5, .external_lex_state = 6}, - [2704] = {.lex_state = 5, .external_lex_state = 6}, - [2705] = {.lex_state = 5, .external_lex_state = 6}, + [2704] = {.lex_state = 4, .external_lex_state = 5}, + [2705] = {.lex_state = 4, .external_lex_state = 5}, [2706] = {.lex_state = 5, .external_lex_state = 6}, [2707] = {.lex_state = 5, .external_lex_state = 6}, [2708] = {.lex_state = 5, .external_lex_state = 6}, [2709] = {.lex_state = 5, .external_lex_state = 6}, - [2710] = {.lex_state = 4, .external_lex_state = 5}, + [2710] = {.lex_state = 5, .external_lex_state = 6}, [2711] = {.lex_state = 4, .external_lex_state = 5}, - [2712] = {.lex_state = 4, .external_lex_state = 5}, - [2713] = {.lex_state = 5, .external_lex_state = 7}, - [2714] = {.lex_state = 5, .external_lex_state = 7}, + [2712] = {.lex_state = 5, .external_lex_state = 6}, + [2713] = {.lex_state = 5, .external_lex_state = 6}, + [2714] = {.lex_state = 5, .external_lex_state = 6}, [2715] = {.lex_state = 5, .external_lex_state = 7}, [2716] = {.lex_state = 5, .external_lex_state = 7}, [2717] = {.lex_state = 5, .external_lex_state = 7}, @@ -16887,61 +16941,61 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2724] = {.lex_state = 5, .external_lex_state = 7}, [2725] = {.lex_state = 5, .external_lex_state = 7}, [2726] = {.lex_state = 5, .external_lex_state = 7}, - [2727] = {.lex_state = 5, .external_lex_state = 7}, - [2728] = {.lex_state = 1, .external_lex_state = 4}, + [2727] = {.lex_state = 5, .external_lex_state = 6}, + [2728] = {.lex_state = 5, .external_lex_state = 7}, [2729] = {.lex_state = 5, .external_lex_state = 7}, [2730] = {.lex_state = 5, .external_lex_state = 7}, - [2731] = {.lex_state = 5, .external_lex_state = 7}, + [2731] = {.lex_state = 1, .external_lex_state = 4}, [2732] = {.lex_state = 5, .external_lex_state = 7}, [2733] = {.lex_state = 5, .external_lex_state = 7}, - [2734] = {.lex_state = 5, .external_lex_state = 6}, - [2735] = {.lex_state = 1, .external_lex_state = 4}, - [2736] = {.lex_state = 5, .external_lex_state = 6}, + [2734] = {.lex_state = 5, .external_lex_state = 7}, + [2735] = {.lex_state = 5, .external_lex_state = 7}, + [2736] = {.lex_state = 5, .external_lex_state = 7}, [2737] = {.lex_state = 5, .external_lex_state = 7}, [2738] = {.lex_state = 5, .external_lex_state = 7}, [2739] = {.lex_state = 5, .external_lex_state = 7}, - [2740] = {.lex_state = 5, .external_lex_state = 6}, + [2740] = {.lex_state = 5, .external_lex_state = 7}, [2741] = {.lex_state = 5, .external_lex_state = 7}, [2742] = {.lex_state = 5, .external_lex_state = 7}, - [2743] = {.lex_state = 5, .external_lex_state = 7}, + [2743] = {.lex_state = 1, .external_lex_state = 4}, [2744] = {.lex_state = 5, .external_lex_state = 7}, - [2745] = {.lex_state = 1, .external_lex_state = 4}, + [2745] = {.lex_state = 5, .external_lex_state = 6}, [2746] = {.lex_state = 5, .external_lex_state = 7}, [2747] = {.lex_state = 5, .external_lex_state = 7}, [2748] = {.lex_state = 5, .external_lex_state = 7}, [2749] = {.lex_state = 5, .external_lex_state = 7}, - [2750] = {.lex_state = 1, .external_lex_state = 4}, + [2750] = {.lex_state = 5, .external_lex_state = 7}, [2751] = {.lex_state = 5, .external_lex_state = 7}, [2752] = {.lex_state = 5, .external_lex_state = 7}, - [2753] = {.lex_state = 5, .external_lex_state = 7}, + [2753] = {.lex_state = 5, .external_lex_state = 6}, [2754] = {.lex_state = 5, .external_lex_state = 7}, [2755] = {.lex_state = 5, .external_lex_state = 7}, [2756] = {.lex_state = 5, .external_lex_state = 7}, [2757] = {.lex_state = 5, .external_lex_state = 7}, - [2758] = {.lex_state = 5, .external_lex_state = 6}, + [2758] = {.lex_state = 5, .external_lex_state = 7}, [2759] = {.lex_state = 5, .external_lex_state = 7}, - [2760] = {.lex_state = 5, .external_lex_state = 7}, + [2760] = {.lex_state = 1, .external_lex_state = 4}, [2761] = {.lex_state = 5, .external_lex_state = 6}, - [2762] = {.lex_state = 5, .external_lex_state = 6}, + [2762] = {.lex_state = 1, .external_lex_state = 4}, [2763] = {.lex_state = 5, .external_lex_state = 6}, - [2764] = {.lex_state = 5, .external_lex_state = 6}, + [2764] = {.lex_state = 1, .external_lex_state = 4}, [2765] = {.lex_state = 5, .external_lex_state = 6}, [2766] = {.lex_state = 5, .external_lex_state = 6}, [2767] = {.lex_state = 5, .external_lex_state = 6}, - [2768] = {.lex_state = 5, .external_lex_state = 7}, + [2768] = {.lex_state = 5, .external_lex_state = 6}, [2769] = {.lex_state = 5, .external_lex_state = 6}, [2770] = {.lex_state = 5, .external_lex_state = 6}, [2771] = {.lex_state = 5, .external_lex_state = 6}, [2772] = {.lex_state = 5, .external_lex_state = 6}, [2773] = {.lex_state = 5, .external_lex_state = 6}, - [2774] = {.lex_state = 5, .external_lex_state = 7}, + [2774] = {.lex_state = 5, .external_lex_state = 6}, [2775] = {.lex_state = 5, .external_lex_state = 6}, [2776] = {.lex_state = 5, .external_lex_state = 6}, [2777] = {.lex_state = 5, .external_lex_state = 6}, [2778] = {.lex_state = 5, .external_lex_state = 6}, - [2779] = {.lex_state = 5, .external_lex_state = 6}, + [2779] = {.lex_state = 5, .external_lex_state = 7}, [2780] = {.lex_state = 5, .external_lex_state = 6}, - [2781] = {.lex_state = 1, .external_lex_state = 4}, + [2781] = {.lex_state = 5, .external_lex_state = 6}, [2782] = {.lex_state = 5, .external_lex_state = 6}, [2783] = {.lex_state = 5, .external_lex_state = 6}, [2784] = {.lex_state = 5, .external_lex_state = 6}, @@ -16953,323 +17007,323 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2790] = {.lex_state = 5, .external_lex_state = 6}, [2791] = {.lex_state = 5, .external_lex_state = 6}, [2792] = {.lex_state = 5, .external_lex_state = 6}, - [2793] = {.lex_state = 5, .external_lex_state = 7}, - [2794] = {.lex_state = 1, .external_lex_state = 4}, + [2793] = {.lex_state = 5, .external_lex_state = 6}, + [2794] = {.lex_state = 5, .external_lex_state = 7}, [2795] = {.lex_state = 5, .external_lex_state = 7}, - [2796] = {.lex_state = 5, .external_lex_state = 7}, + [2796] = {.lex_state = 5, .external_lex_state = 6}, [2797] = {.lex_state = 5, .external_lex_state = 7}, - [2798] = {.lex_state = 5, .external_lex_state = 7}, - [2799] = {.lex_state = 5, .external_lex_state = 7}, + [2798] = {.lex_state = 5, .external_lex_state = 6}, + [2799] = {.lex_state = 5, .external_lex_state = 6}, [2800] = {.lex_state = 5, .external_lex_state = 7}, - [2801] = {.lex_state = 5, .external_lex_state = 7}, - [2802] = {.lex_state = 1, .external_lex_state = 4}, - [2803] = {.lex_state = 5, .external_lex_state = 6}, + [2801] = {.lex_state = 1, .external_lex_state = 4}, + [2802] = {.lex_state = 5, .external_lex_state = 6}, + [2803] = {.lex_state = 5, .external_lex_state = 7}, [2804] = {.lex_state = 5, .external_lex_state = 7}, [2805] = {.lex_state = 5, .external_lex_state = 7}, - [2806] = {.lex_state = 5, .external_lex_state = 7}, + [2806] = {.lex_state = 1, .external_lex_state = 4}, [2807] = {.lex_state = 5, .external_lex_state = 7}, - [2808] = {.lex_state = 1, .external_lex_state = 4}, + [2808] = {.lex_state = 5, .external_lex_state = 7}, [2809] = {.lex_state = 1, .external_lex_state = 4}, [2810] = {.lex_state = 5, .external_lex_state = 7}, [2811] = {.lex_state = 5, .external_lex_state = 7}, - [2812] = {.lex_state = 5, .external_lex_state = 6}, - [2813] = {.lex_state = 5, .external_lex_state = 7}, + [2812] = {.lex_state = 5, .external_lex_state = 7}, + [2813] = {.lex_state = 1, .external_lex_state = 4}, [2814] = {.lex_state = 5, .external_lex_state = 7}, [2815] = {.lex_state = 5, .external_lex_state = 7}, [2816] = {.lex_state = 5, .external_lex_state = 7}, [2817] = {.lex_state = 5, .external_lex_state = 7}, - [2818] = {.lex_state = 5, .external_lex_state = 7}, + [2818] = {.lex_state = 1, .external_lex_state = 4}, [2819] = {.lex_state = 5, .external_lex_state = 7}, [2820] = {.lex_state = 5, .external_lex_state = 7}, [2821] = {.lex_state = 5, .external_lex_state = 7}, - [2822] = {.lex_state = 5, .external_lex_state = 6}, - [2823] = {.lex_state = 1, .external_lex_state = 4}, + [2822] = {.lex_state = 5, .external_lex_state = 7}, + [2823] = {.lex_state = 5, .external_lex_state = 7}, [2824] = {.lex_state = 5, .external_lex_state = 7}, - [2825] = {.lex_state = 5, .external_lex_state = 7}, + [2825] = {.lex_state = 5, .external_lex_state = 6}, [2826] = {.lex_state = 5, .external_lex_state = 6}, [2827] = {.lex_state = 5, .external_lex_state = 7}, - [2828] = {.lex_state = 5, .external_lex_state = 6}, + [2828] = {.lex_state = 5, .external_lex_state = 7}, [2829] = {.lex_state = 1, .external_lex_state = 4}, [2830] = {.lex_state = 5, .external_lex_state = 7}, [2831] = {.lex_state = 5, .external_lex_state = 7}, [2832] = {.lex_state = 5, .external_lex_state = 6}, - [2833] = {.lex_state = 5, .external_lex_state = 6}, - [2834] = {.lex_state = 1, .external_lex_state = 4}, - [2835] = {.lex_state = 1, .external_lex_state = 4}, - [2836] = {.lex_state = 5, .external_lex_state = 6}, + [2833] = {.lex_state = 5, .external_lex_state = 7}, + [2834] = {.lex_state = 5, .external_lex_state = 7}, + [2835] = {.lex_state = 5, .external_lex_state = 7}, + [2836] = {.lex_state = 5, .external_lex_state = 7}, [2837] = {.lex_state = 1, .external_lex_state = 4}, - [2838] = {.lex_state = 5, .external_lex_state = 6}, + [2838] = {.lex_state = 5, .external_lex_state = 7}, [2839] = {.lex_state = 1, .external_lex_state = 4}, [2840] = {.lex_state = 1, .external_lex_state = 4}, - [2841] = {.lex_state = 5, .external_lex_state = 7}, + [2841] = {.lex_state = 1, .external_lex_state = 4}, [2842] = {.lex_state = 1, .external_lex_state = 4}, - [2843] = {.lex_state = 5, .external_lex_state = 6}, + [2843] = {.lex_state = 1, .external_lex_state = 4}, [2844] = {.lex_state = 5, .external_lex_state = 6}, - [2845] = {.lex_state = 1, .external_lex_state = 3}, + [2845] = {.lex_state = 1, .external_lex_state = 4}, [2846] = {.lex_state = 1, .external_lex_state = 4}, - [2847] = {.lex_state = 1, .external_lex_state = 3}, + [2847] = {.lex_state = 1, .external_lex_state = 4}, [2848] = {.lex_state = 1, .external_lex_state = 4}, [2849] = {.lex_state = 5, .external_lex_state = 6}, - [2850] = {.lex_state = 1, .external_lex_state = 4}, + [2850] = {.lex_state = 5, .external_lex_state = 6}, [2851] = {.lex_state = 5, .external_lex_state = 6}, - [2852] = {.lex_state = 5, .external_lex_state = 6}, - [2853] = {.lex_state = 5, .external_lex_state = 6}, + [2852] = {.lex_state = 1, .external_lex_state = 3}, + [2853] = {.lex_state = 1, .external_lex_state = 3}, [2854] = {.lex_state = 1, .external_lex_state = 4}, - [2855] = {.lex_state = 5, .external_lex_state = 6}, - [2856] = {.lex_state = 5, .external_lex_state = 6}, + [2855] = {.lex_state = 1, .external_lex_state = 4}, + [2856] = {.lex_state = 1, .external_lex_state = 4}, [2857] = {.lex_state = 5, .external_lex_state = 6}, [2858] = {.lex_state = 5, .external_lex_state = 6}, [2859] = {.lex_state = 1, .external_lex_state = 4}, - [2860] = {.lex_state = 5, .external_lex_state = 6}, - [2861] = {.lex_state = 5, .external_lex_state = 6}, - [2862] = {.lex_state = 1, .external_lex_state = 4}, - [2863] = {.lex_state = 5, .external_lex_state = 6}, + [2860] = {.lex_state = 1, .external_lex_state = 4}, + [2861] = {.lex_state = 1, .external_lex_state = 4}, + [2862] = {.lex_state = 5, .external_lex_state = 6}, + [2863] = {.lex_state = 1, .external_lex_state = 4}, [2864] = {.lex_state = 5, .external_lex_state = 6}, [2865] = {.lex_state = 1, .external_lex_state = 4}, [2866] = {.lex_state = 1, .external_lex_state = 4}, - [2867] = {.lex_state = 1, .external_lex_state = 4}, - [2868] = {.lex_state = 1, .external_lex_state = 4}, + [2867] = {.lex_state = 5, .external_lex_state = 6}, + [2868] = {.lex_state = 5, .external_lex_state = 6}, [2869] = {.lex_state = 5, .external_lex_state = 6}, - [2870] = {.lex_state = 5, .external_lex_state = 7}, + [2870] = {.lex_state = 1, .external_lex_state = 4}, [2871] = {.lex_state = 5, .external_lex_state = 7}, - [2872] = {.lex_state = 1, .external_lex_state = 4}, - [2873] = {.lex_state = 1, .external_lex_state = 4}, - [2874] = {.lex_state = 1, .external_lex_state = 4}, - [2875] = {.lex_state = 1, .external_lex_state = 4}, + [2872] = {.lex_state = 5, .external_lex_state = 6}, + [2873] = {.lex_state = 5, .external_lex_state = 6}, + [2874] = {.lex_state = 5, .external_lex_state = 6}, + [2875] = {.lex_state = 1, .external_lex_state = 3}, [2876] = {.lex_state = 5, .external_lex_state = 6}, [2877] = {.lex_state = 5, .external_lex_state = 6}, - [2878] = {.lex_state = 5, .external_lex_state = 6}, + [2878] = {.lex_state = 1, .external_lex_state = 4}, [2879] = {.lex_state = 1, .external_lex_state = 4}, - [2880] = {.lex_state = 5, .external_lex_state = 6}, - [2881] = {.lex_state = 5, .external_lex_state = 6}, + [2880] = {.lex_state = 1, .external_lex_state = 4}, + [2881] = {.lex_state = 1, .external_lex_state = 4}, [2882] = {.lex_state = 1, .external_lex_state = 4}, [2883] = {.lex_state = 1, .external_lex_state = 4}, - [2884] = {.lex_state = 1, .external_lex_state = 3}, + [2884] = {.lex_state = 1, .external_lex_state = 4}, [2885] = {.lex_state = 1, .external_lex_state = 4}, [2886] = {.lex_state = 5, .external_lex_state = 6}, - [2887] = {.lex_state = 1, .external_lex_state = 4}, - [2888] = {.lex_state = 1, .external_lex_state = 4}, - [2889] = {.lex_state = 5, .external_lex_state = 6}, - [2890] = {.lex_state = 1, .external_lex_state = 4}, - [2891] = {.lex_state = 5, .external_lex_state = 7}, - [2892] = {.lex_state = 1, .external_lex_state = 4}, + [2887] = {.lex_state = 5, .external_lex_state = 6}, + [2888] = {.lex_state = 5, .external_lex_state = 6}, + [2889] = {.lex_state = 1, .external_lex_state = 4}, + [2890] = {.lex_state = 5, .external_lex_state = 6}, + [2891] = {.lex_state = 5, .external_lex_state = 6}, + [2892] = {.lex_state = 5, .external_lex_state = 6}, [2893] = {.lex_state = 5, .external_lex_state = 6}, - [2894] = {.lex_state = 1, .external_lex_state = 4}, - [2895] = {.lex_state = 1, .external_lex_state = 4}, + [2894] = {.lex_state = 5, .external_lex_state = 6}, + [2895] = {.lex_state = 5, .external_lex_state = 7}, [2896] = {.lex_state = 1, .external_lex_state = 4}, - [2897] = {.lex_state = 4, .external_lex_state = 5}, + [2897] = {.lex_state = 5, .external_lex_state = 6}, [2898] = {.lex_state = 1, .external_lex_state = 4}, - [2899] = {.lex_state = 5, .external_lex_state = 6}, - [2900] = {.lex_state = 1, .external_lex_state = 4}, - [2901] = {.lex_state = 1, .external_lex_state = 4}, - [2902] = {.lex_state = 5, .external_lex_state = 6}, - [2903] = {.lex_state = 1, .external_lex_state = 4}, - [2904] = {.lex_state = 1, .external_lex_state = 4}, - [2905] = {.lex_state = 1, .external_lex_state = 4}, - [2906] = {.lex_state = 1, .external_lex_state = 4}, - [2907] = {.lex_state = 5, .external_lex_state = 6}, - [2908] = {.lex_state = 1, .external_lex_state = 4}, - [2909] = {.lex_state = 1, .external_lex_state = 4}, - [2910] = {.lex_state = 5, .external_lex_state = 6}, - [2911] = {.lex_state = 5, .external_lex_state = 6}, - [2912] = {.lex_state = 1, .external_lex_state = 4}, + [2899] = {.lex_state = 1, .external_lex_state = 4}, + [2900] = {.lex_state = 5, .external_lex_state = 6}, + [2901] = {.lex_state = 4, .external_lex_state = 5}, + [2902] = {.lex_state = 1, .external_lex_state = 4}, + [2903] = {.lex_state = 4, .external_lex_state = 5}, + [2904] = {.lex_state = 5, .external_lex_state = 6}, + [2905] = {.lex_state = 5, .external_lex_state = 6}, + [2906] = {.lex_state = 5, .external_lex_state = 6}, + [2907] = {.lex_state = 1, .external_lex_state = 4}, + [2908] = {.lex_state = 5, .external_lex_state = 6}, + [2909] = {.lex_state = 5, .external_lex_state = 6}, + [2910] = {.lex_state = 1, .external_lex_state = 4}, + [2911] = {.lex_state = 1, .external_lex_state = 4}, + [2912] = {.lex_state = 5, .external_lex_state = 6}, [2913] = {.lex_state = 1, .external_lex_state = 4}, - [2914] = {.lex_state = 1, .external_lex_state = 4}, - [2915] = {.lex_state = 1, .external_lex_state = 4}, - [2916] = {.lex_state = 5, .external_lex_state = 7}, - [2917] = {.lex_state = 5, .external_lex_state = 6}, - [2918] = {.lex_state = 5, .external_lex_state = 6}, + [2914] = {.lex_state = 5, .external_lex_state = 6}, + [2915] = {.lex_state = 5, .external_lex_state = 6}, + [2916] = {.lex_state = 5, .external_lex_state = 6}, + [2917] = {.lex_state = 1, .external_lex_state = 4}, + [2918] = {.lex_state = 1, .external_lex_state = 4}, [2919] = {.lex_state = 1, .external_lex_state = 4}, - [2920] = {.lex_state = 1, .external_lex_state = 4}, - [2921] = {.lex_state = 5, .external_lex_state = 6}, + [2920] = {.lex_state = 5, .external_lex_state = 6}, + [2921] = {.lex_state = 1, .external_lex_state = 4}, [2922] = {.lex_state = 1, .external_lex_state = 4}, [2923] = {.lex_state = 1, .external_lex_state = 4}, [2924] = {.lex_state = 1, .external_lex_state = 4}, [2925] = {.lex_state = 1, .external_lex_state = 4}, [2926] = {.lex_state = 5, .external_lex_state = 6}, - [2927] = {.lex_state = 5, .external_lex_state = 6}, - [2928] = {.lex_state = 1, .external_lex_state = 4}, - [2929] = {.lex_state = 5, .external_lex_state = 6}, - [2930] = {.lex_state = 5, .external_lex_state = 6}, + [2927] = {.lex_state = 5, .external_lex_state = 7}, + [2928] = {.lex_state = 5, .external_lex_state = 6}, + [2929] = {.lex_state = 1, .external_lex_state = 4}, + [2930] = {.lex_state = 1, .external_lex_state = 4}, [2931] = {.lex_state = 5, .external_lex_state = 6}, - [2932] = {.lex_state = 1, .external_lex_state = 4}, - [2933] = {.lex_state = 5, .external_lex_state = 6}, - [2934] = {.lex_state = 5, .external_lex_state = 6}, + [2932] = {.lex_state = 5, .external_lex_state = 6}, + [2933] = {.lex_state = 1, .external_lex_state = 4}, + [2934] = {.lex_state = 1, .external_lex_state = 4}, [2935] = {.lex_state = 1, .external_lex_state = 4}, - [2936] = {.lex_state = 5, .external_lex_state = 6}, + [2936] = {.lex_state = 1, .external_lex_state = 4}, [2937] = {.lex_state = 1, .external_lex_state = 4}, - [2938] = {.lex_state = 1, .external_lex_state = 4}, + [2938] = {.lex_state = 5, .external_lex_state = 6}, [2939] = {.lex_state = 5, .external_lex_state = 6}, [2940] = {.lex_state = 5, .external_lex_state = 6}, - [2941] = {.lex_state = 1, .external_lex_state = 4}, - [2942] = {.lex_state = 1, .external_lex_state = 4}, - [2943] = {.lex_state = 1, .external_lex_state = 4}, - [2944] = {.lex_state = 5, .external_lex_state = 6}, - [2945] = {.lex_state = 5, .external_lex_state = 6}, + [2941] = {.lex_state = 5, .external_lex_state = 6}, + [2942] = {.lex_state = 5, .external_lex_state = 6}, + [2943] = {.lex_state = 5, .external_lex_state = 6}, + [2944] = {.lex_state = 1, .external_lex_state = 4}, + [2945] = {.lex_state = 1, .external_lex_state = 4}, [2946] = {.lex_state = 1, .external_lex_state = 4}, [2947] = {.lex_state = 1, .external_lex_state = 4}, [2948] = {.lex_state = 5, .external_lex_state = 6}, [2949] = {.lex_state = 5, .external_lex_state = 6}, - [2950] = {.lex_state = 5, .external_lex_state = 6}, + [2950] = {.lex_state = 1, .external_lex_state = 4}, [2951] = {.lex_state = 1, .external_lex_state = 4}, [2952] = {.lex_state = 1, .external_lex_state = 4}, - [2953] = {.lex_state = 1, .external_lex_state = 4}, + [2953] = {.lex_state = 5, .external_lex_state = 6}, [2954] = {.lex_state = 5, .external_lex_state = 6}, [2955] = {.lex_state = 5, .external_lex_state = 6}, [2956] = {.lex_state = 5, .external_lex_state = 6}, [2957] = {.lex_state = 5, .external_lex_state = 6}, - [2958] = {.lex_state = 5, .external_lex_state = 6}, + [2958] = {.lex_state = 1, .external_lex_state = 4}, [2959] = {.lex_state = 1, .external_lex_state = 4}, [2960] = {.lex_state = 1, .external_lex_state = 4}, - [2961] = {.lex_state = 5, .external_lex_state = 6}, - [2962] = {.lex_state = 5, .external_lex_state = 6}, + [2961] = {.lex_state = 1, .external_lex_state = 4}, + [2962] = {.lex_state = 1, .external_lex_state = 4}, [2963] = {.lex_state = 1, .external_lex_state = 4}, - [2964] = {.lex_state = 1, .external_lex_state = 4}, + [2964] = {.lex_state = 5, .external_lex_state = 6}, [2965] = {.lex_state = 1, .external_lex_state = 4}, [2966] = {.lex_state = 5, .external_lex_state = 6}, [2967] = {.lex_state = 1, .external_lex_state = 4}, - [2968] = {.lex_state = 5, .external_lex_state = 6}, + [2968] = {.lex_state = 1, .external_lex_state = 4}, [2969] = {.lex_state = 5, .external_lex_state = 6}, - [2970] = {.lex_state = 5, .external_lex_state = 6}, + [2970] = {.lex_state = 1, .external_lex_state = 4}, [2971] = {.lex_state = 5, .external_lex_state = 6}, [2972] = {.lex_state = 5, .external_lex_state = 6}, - [2973] = {.lex_state = 1, .external_lex_state = 4}, - [2974] = {.lex_state = 5, .external_lex_state = 6}, + [2973] = {.lex_state = 5, .external_lex_state = 6}, + [2974] = {.lex_state = 4, .external_lex_state = 5}, [2975] = {.lex_state = 1, .external_lex_state = 4}, - [2976] = {.lex_state = 1, .external_lex_state = 4}, + [2976] = {.lex_state = 5, .external_lex_state = 6}, [2977] = {.lex_state = 5, .external_lex_state = 6}, - [2978] = {.lex_state = 5, .external_lex_state = 6}, - [2979] = {.lex_state = 5, .external_lex_state = 6}, - [2980] = {.lex_state = 1, .external_lex_state = 4}, + [2978] = {.lex_state = 1, .external_lex_state = 4}, + [2979] = {.lex_state = 1, .external_lex_state = 4}, + [2980] = {.lex_state = 5, .external_lex_state = 6}, [2981] = {.lex_state = 1, .external_lex_state = 4}, - [2982] = {.lex_state = 5, .external_lex_state = 6}, - [2983] = {.lex_state = 5, .external_lex_state = 6}, - [2984] = {.lex_state = 4, .external_lex_state = 5}, - [2985] = {.lex_state = 1, .external_lex_state = 4}, - [2986] = {.lex_state = 4, .external_lex_state = 5}, + [2982] = {.lex_state = 1, .external_lex_state = 4}, + [2983] = {.lex_state = 1, .external_lex_state = 4}, + [2984] = {.lex_state = 5, .external_lex_state = 6}, + [2985] = {.lex_state = 5, .external_lex_state = 6}, + [2986] = {.lex_state = 5, .external_lex_state = 6}, [2987] = {.lex_state = 1, .external_lex_state = 4}, [2988] = {.lex_state = 1, .external_lex_state = 4}, - [2989] = {.lex_state = 1, .external_lex_state = 4}, + [2989] = {.lex_state = 5, .external_lex_state = 6}, [2990] = {.lex_state = 5, .external_lex_state = 6}, - [2991] = {.lex_state = 5, .external_lex_state = 6}, - [2992] = {.lex_state = 5, .external_lex_state = 6}, - [2993] = {.lex_state = 4, .external_lex_state = 5}, - [2994] = {.lex_state = 5, .external_lex_state = 6}, - [2995] = {.lex_state = 4, .external_lex_state = 5}, - [2996] = {.lex_state = 5, .external_lex_state = 6}, - [2997] = {.lex_state = 1, .external_lex_state = 4}, - [2998] = {.lex_state = 1, .external_lex_state = 4}, + [2991] = {.lex_state = 1, .external_lex_state = 4}, + [2992] = {.lex_state = 1, .external_lex_state = 4}, + [2993] = {.lex_state = 1, .external_lex_state = 4}, + [2994] = {.lex_state = 1, .external_lex_state = 4}, + [2995] = {.lex_state = 5, .external_lex_state = 6}, + [2996] = {.lex_state = 5, .external_lex_state = 7}, + [2997] = {.lex_state = 5, .external_lex_state = 6}, + [2998] = {.lex_state = 5, .external_lex_state = 6}, [2999] = {.lex_state = 5, .external_lex_state = 6}, [3000] = {.lex_state = 1, .external_lex_state = 4}, - [3001] = {.lex_state = 1, .external_lex_state = 4}, - [3002] = {.lex_state = 1, .external_lex_state = 4}, + [3001] = {.lex_state = 5, .external_lex_state = 6}, + [3002] = {.lex_state = 5, .external_lex_state = 6}, [3003] = {.lex_state = 5, .external_lex_state = 6}, - [3004] = {.lex_state = 1, .external_lex_state = 4}, + [3004] = {.lex_state = 5, .external_lex_state = 6}, [3005] = {.lex_state = 5, .external_lex_state = 6}, [3006] = {.lex_state = 5, .external_lex_state = 6}, [3007] = {.lex_state = 5, .external_lex_state = 6}, - [3008] = {.lex_state = 5, .external_lex_state = 6}, - [3009] = {.lex_state = 5, .external_lex_state = 7}, - [3010] = {.lex_state = 1, .external_lex_state = 4}, + [3008] = {.lex_state = 4, .external_lex_state = 5}, + [3009] = {.lex_state = 5, .external_lex_state = 6}, + [3010] = {.lex_state = 5, .external_lex_state = 6}, [3011] = {.lex_state = 5, .external_lex_state = 6}, [3012] = {.lex_state = 1, .external_lex_state = 4}, - [3013] = {.lex_state = 5, .external_lex_state = 6}, - [3014] = {.lex_state = 5, .external_lex_state = 6}, - [3015] = {.lex_state = 5, .external_lex_state = 6}, - [3016] = {.lex_state = 5, .external_lex_state = 7}, + [3013] = {.lex_state = 1, .external_lex_state = 4}, + [3014] = {.lex_state = 5, .external_lex_state = 7}, + [3015] = {.lex_state = 4, .external_lex_state = 5}, + [3016] = {.lex_state = 1, .external_lex_state = 4}, [3017] = {.lex_state = 5, .external_lex_state = 6}, [3018] = {.lex_state = 5, .external_lex_state = 6}, - [3019] = {.lex_state = 1, .external_lex_state = 4}, - [3020] = {.lex_state = 5, .external_lex_state = 7}, - [3021] = {.lex_state = 1, .external_lex_state = 4}, + [3019] = {.lex_state = 5, .external_lex_state = 6}, + [3020] = {.lex_state = 5, .external_lex_state = 6}, + [3021] = {.lex_state = 5, .external_lex_state = 6}, [3022] = {.lex_state = 5, .external_lex_state = 6}, - [3023] = {.lex_state = 5, .external_lex_state = 7}, - [3024] = {.lex_state = 1, .external_lex_state = 4}, - [3025] = {.lex_state = 1, .external_lex_state = 4}, + [3023] = {.lex_state = 5, .external_lex_state = 6}, + [3024] = {.lex_state = 5, .external_lex_state = 6}, + [3025] = {.lex_state = 5, .external_lex_state = 6}, [3026] = {.lex_state = 5, .external_lex_state = 6}, - [3027] = {.lex_state = 5, .external_lex_state = 6}, - [3028] = {.lex_state = 1, .external_lex_state = 4}, + [3027] = {.lex_state = 1, .external_lex_state = 4}, + [3028] = {.lex_state = 5, .external_lex_state = 6}, [3029] = {.lex_state = 5, .external_lex_state = 6}, - [3030] = {.lex_state = 5, .external_lex_state = 7}, + [3030] = {.lex_state = 5, .external_lex_state = 6}, [3031] = {.lex_state = 1, .external_lex_state = 4}, - [3032] = {.lex_state = 5, .external_lex_state = 6}, - [3033] = {.lex_state = 1, .external_lex_state = 4}, + [3032] = {.lex_state = 1, .external_lex_state = 4}, + [3033] = {.lex_state = 5, .external_lex_state = 6}, [3034] = {.lex_state = 5, .external_lex_state = 6}, - [3035] = {.lex_state = 1, .external_lex_state = 4}, - [3036] = {.lex_state = 1, .external_lex_state = 4}, + [3035] = {.lex_state = 5, .external_lex_state = 6}, + [3036] = {.lex_state = 5, .external_lex_state = 6}, [3037] = {.lex_state = 5, .external_lex_state = 7}, [3038] = {.lex_state = 5, .external_lex_state = 6}, - [3039] = {.lex_state = 1, .external_lex_state = 4}, + [3039] = {.lex_state = 5, .external_lex_state = 6}, [3040] = {.lex_state = 5, .external_lex_state = 6}, - [3041] = {.lex_state = 5, .external_lex_state = 6}, + [3041] = {.lex_state = 5, .external_lex_state = 7}, [3042] = {.lex_state = 1, .external_lex_state = 4}, - [3043] = {.lex_state = 5, .external_lex_state = 6}, - [3044] = {.lex_state = 5, .external_lex_state = 6}, - [3045] = {.lex_state = 31, .external_lex_state = 2}, + [3043] = {.lex_state = 1, .external_lex_state = 4}, + [3044] = {.lex_state = 1, .external_lex_state = 4}, + [3045] = {.lex_state = 5, .external_lex_state = 7}, [3046] = {.lex_state = 5, .external_lex_state = 6}, - [3047] = {.lex_state = 5, .external_lex_state = 6}, - [3048] = {.lex_state = 5, .external_lex_state = 6}, - [3049] = {.lex_state = 1, .external_lex_state = 4}, - [3050] = {.lex_state = 5, .external_lex_state = 6}, - [3051] = {.lex_state = 5, .external_lex_state = 6}, + [3047] = {.lex_state = 1, .external_lex_state = 4}, + [3048] = {.lex_state = 1, .external_lex_state = 4}, + [3049] = {.lex_state = 5, .external_lex_state = 6}, + [3050] = {.lex_state = 5, .external_lex_state = 7}, + [3051] = {.lex_state = 1, .external_lex_state = 4}, [3052] = {.lex_state = 5, .external_lex_state = 6}, [3053] = {.lex_state = 5, .external_lex_state = 6}, - [3054] = {.lex_state = 5, .external_lex_state = 6}, - [3055] = {.lex_state = 1, .external_lex_state = 4}, + [3054] = {.lex_state = 1, .external_lex_state = 4}, + [3055] = {.lex_state = 5, .external_lex_state = 6}, [3056] = {.lex_state = 5, .external_lex_state = 6}, - [3057] = {.lex_state = 5, .external_lex_state = 6}, - [3058] = {.lex_state = 1, .external_lex_state = 4}, - [3059] = {.lex_state = 5, .external_lex_state = 6}, - [3060] = {.lex_state = 1, .external_lex_state = 4}, + [3057] = {.lex_state = 1, .external_lex_state = 4}, + [3058] = {.lex_state = 5, .external_lex_state = 6}, + [3059] = {.lex_state = 1, .external_lex_state = 4}, + [3060] = {.lex_state = 5, .external_lex_state = 6}, [3061] = {.lex_state = 1, .external_lex_state = 4}, - [3062] = {.lex_state = 5, .external_lex_state = 6}, - [3063] = {.lex_state = 1, .external_lex_state = 4}, - [3064] = {.lex_state = 5, .external_lex_state = 6}, - [3065] = {.lex_state = 5, .external_lex_state = 6}, + [3062] = {.lex_state = 5, .external_lex_state = 7}, + [3063] = {.lex_state = 5, .external_lex_state = 6}, + [3064] = {.lex_state = 1, .external_lex_state = 4}, + [3065] = {.lex_state = 1, .external_lex_state = 4}, [3066] = {.lex_state = 5, .external_lex_state = 6}, - [3067] = {.lex_state = 1, .external_lex_state = 4}, + [3067] = {.lex_state = 5, .external_lex_state = 6}, [3068] = {.lex_state = 5, .external_lex_state = 6}, - [3069] = {.lex_state = 1, .external_lex_state = 4}, + [3069] = {.lex_state = 5, .external_lex_state = 6}, [3070] = {.lex_state = 5, .external_lex_state = 6}, - [3071] = {.lex_state = 1, .external_lex_state = 4}, + [3071] = {.lex_state = 5, .external_lex_state = 6}, [3072] = {.lex_state = 1, .external_lex_state = 4}, - [3073] = {.lex_state = 5, .external_lex_state = 7}, - [3074] = {.lex_state = 5, .external_lex_state = 6}, - [3075] = {.lex_state = 5, .external_lex_state = 6}, - [3076] = {.lex_state = 1, .external_lex_state = 4}, + [3073] = {.lex_state = 1, .external_lex_state = 4}, + [3074] = {.lex_state = 1, .external_lex_state = 4}, + [3075] = {.lex_state = 1, .external_lex_state = 4}, + [3076] = {.lex_state = 5, .external_lex_state = 6}, [3077] = {.lex_state = 5, .external_lex_state = 6}, - [3078] = {.lex_state = 5, .external_lex_state = 6}, - [3079] = {.lex_state = 5, .external_lex_state = 6}, - [3080] = {.lex_state = 5, .external_lex_state = 6}, + [3078] = {.lex_state = 1, .external_lex_state = 4}, + [3079] = {.lex_state = 1, .external_lex_state = 4}, + [3080] = {.lex_state = 1, .external_lex_state = 4}, [3081] = {.lex_state = 1, .external_lex_state = 4}, - [3082] = {.lex_state = 5, .external_lex_state = 6}, - [3083] = {.lex_state = 5, .external_lex_state = 6}, - [3084] = {.lex_state = 1, .external_lex_state = 4}, - [3085] = {.lex_state = 1, .external_lex_state = 4}, - [3086] = {.lex_state = 5, .external_lex_state = 6}, - [3087] = {.lex_state = 1, .external_lex_state = 4}, + [3082] = {.lex_state = 31, .external_lex_state = 2}, + [3083] = {.lex_state = 1, .external_lex_state = 4}, + [3084] = {.lex_state = 5, .external_lex_state = 6}, + [3085] = {.lex_state = 5, .external_lex_state = 6}, + [3086] = {.lex_state = 1, .external_lex_state = 4}, + [3087] = {.lex_state = 5, .external_lex_state = 6}, [3088] = {.lex_state = 5, .external_lex_state = 6}, [3089] = {.lex_state = 5, .external_lex_state = 6}, [3090] = {.lex_state = 1, .external_lex_state = 4}, [3091] = {.lex_state = 5, .external_lex_state = 6}, - [3092] = {.lex_state = 5, .external_lex_state = 6}, + [3092] = {.lex_state = 1, .external_lex_state = 4}, [3093] = {.lex_state = 5, .external_lex_state = 6}, - [3094] = {.lex_state = 5, .external_lex_state = 6}, - [3095] = {.lex_state = 1, .external_lex_state = 4}, + [3094] = {.lex_state = 1, .external_lex_state = 4}, + [3095] = {.lex_state = 5, .external_lex_state = 6}, [3096] = {.lex_state = 1, .external_lex_state = 4}, - [3097] = {.lex_state = 5, .external_lex_state = 6}, + [3097] = {.lex_state = 4, .external_lex_state = 5}, [3098] = {.lex_state = 5, .external_lex_state = 6}, - [3099] = {.lex_state = 1, .external_lex_state = 4}, - [3100] = {.lex_state = 1, .external_lex_state = 4}, - [3101] = {.lex_state = 4, .external_lex_state = 5}, - [3102] = {.lex_state = 1, .external_lex_state = 4}, - [3103] = {.lex_state = 5, .external_lex_state = 6}, + [3099] = {.lex_state = 5, .external_lex_state = 6}, + [3100] = {.lex_state = 5, .external_lex_state = 6}, + [3101] = {.lex_state = 5, .external_lex_state = 6}, + [3102] = {.lex_state = 5, .external_lex_state = 6}, + [3103] = {.lex_state = 1, .external_lex_state = 4}, [3104] = {.lex_state = 5, .external_lex_state = 6}, [3105] = {.lex_state = 1, .external_lex_state = 4}, - [3106] = {.lex_state = 5, .external_lex_state = 6}, - [3107] = {.lex_state = 5, .external_lex_state = 6}, + [3106] = {.lex_state = 1, .external_lex_state = 4}, + [3107] = {.lex_state = 1, .external_lex_state = 4}, [3108] = {.lex_state = 5, .external_lex_state = 6}, - [3109] = {.lex_state = 5, .external_lex_state = 6}, + [3109] = {.lex_state = 1, .external_lex_state = 4}, [3110] = {.lex_state = 1, .external_lex_state = 4}, [3111] = {.lex_state = 1, .external_lex_state = 4}, [3112] = {.lex_state = 1, .external_lex_state = 4}, @@ -17277,365 +17331,365 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [3114] = {.lex_state = 1, .external_lex_state = 4}, [3115] = {.lex_state = 5, .external_lex_state = 6}, [3116] = {.lex_state = 1, .external_lex_state = 4}, - [3117] = {.lex_state = 1, .external_lex_state = 4}, - [3118] = {.lex_state = 5, .external_lex_state = 6}, - [3119] = {.lex_state = 1, .external_lex_state = 4}, - [3120] = {.lex_state = 5, .external_lex_state = 6}, + [3117] = {.lex_state = 5, .external_lex_state = 6}, + [3118] = {.lex_state = 1, .external_lex_state = 4}, + [3119] = {.lex_state = 5, .external_lex_state = 6}, + [3120] = {.lex_state = 1, .external_lex_state = 4}, [3121] = {.lex_state = 1, .external_lex_state = 4}, [3122] = {.lex_state = 1, .external_lex_state = 4}, - [3123] = {.lex_state = 1, .external_lex_state = 4}, + [3123] = {.lex_state = 5, .external_lex_state = 6}, [3124] = {.lex_state = 1, .external_lex_state = 4}, - [3125] = {.lex_state = 5, .external_lex_state = 6}, + [3125] = {.lex_state = 1, .external_lex_state = 4}, [3126] = {.lex_state = 1, .external_lex_state = 4}, - [3127] = {.lex_state = 1, .external_lex_state = 4}, - [3128] = {.lex_state = 5, .external_lex_state = 6}, + [3127] = {.lex_state = 5, .external_lex_state = 6}, + [3128] = {.lex_state = 1, .external_lex_state = 4}, [3129] = {.lex_state = 1, .external_lex_state = 4}, - [3130] = {.lex_state = 1, .external_lex_state = 4}, + [3130] = {.lex_state = 5, .external_lex_state = 6}, [3131] = {.lex_state = 1, .external_lex_state = 4}, - [3132] = {.lex_state = 5, .external_lex_state = 6}, + [3132] = {.lex_state = 1, .external_lex_state = 4}, [3133] = {.lex_state = 1, .external_lex_state = 4}, [3134] = {.lex_state = 5, .external_lex_state = 6}, - [3135] = {.lex_state = 5, .external_lex_state = 6}, + [3135] = {.lex_state = 1, .external_lex_state = 4}, [3136] = {.lex_state = 1, .external_lex_state = 4}, - [3137] = {.lex_state = 1, .external_lex_state = 4}, - [3138] = {.lex_state = 1, .external_lex_state = 4}, - [3139] = {.lex_state = 1, .external_lex_state = 4}, - [3140] = {.lex_state = 1, .external_lex_state = 4}, + [3137] = {.lex_state = 5, .external_lex_state = 6}, + [3138] = {.lex_state = 5, .external_lex_state = 6}, + [3139] = {.lex_state = 5, .external_lex_state = 6}, + [3140] = {.lex_state = 5, .external_lex_state = 6}, [3141] = {.lex_state = 1, .external_lex_state = 4}, - [3142] = {.lex_state = 1, .external_lex_state = 4}, + [3142] = {.lex_state = 5, .external_lex_state = 6}, [3143] = {.lex_state = 1, .external_lex_state = 4}, - [3144] = {.lex_state = 1, .external_lex_state = 4}, - [3145] = {.lex_state = 5, .external_lex_state = 6}, + [3144] = {.lex_state = 5, .external_lex_state = 6}, + [3145] = {.lex_state = 1, .external_lex_state = 4}, [3146] = {.lex_state = 1, .external_lex_state = 4}, [3147] = {.lex_state = 1, .external_lex_state = 4}, [3148] = {.lex_state = 1, .external_lex_state = 4}, - [3149] = {.lex_state = 5, .external_lex_state = 6}, - [3150] = {.lex_state = 1, .external_lex_state = 4}, + [3149] = {.lex_state = 1, .external_lex_state = 4}, + [3150] = {.lex_state = 5, .external_lex_state = 6}, [3151] = {.lex_state = 1, .external_lex_state = 4}, - [3152] = {.lex_state = 1, .external_lex_state = 4}, + [3152] = {.lex_state = 5, .external_lex_state = 6}, [3153] = {.lex_state = 1, .external_lex_state = 4}, [3154] = {.lex_state = 1, .external_lex_state = 4}, - [3155] = {.lex_state = 5, .external_lex_state = 6}, - [3156] = {.lex_state = 5, .external_lex_state = 6}, + [3155] = {.lex_state = 1, .external_lex_state = 4}, + [3156] = {.lex_state = 1, .external_lex_state = 4}, [3157] = {.lex_state = 1, .external_lex_state = 4}, - [3158] = {.lex_state = 5, .external_lex_state = 6}, - [3159] = {.lex_state = 1, .external_lex_state = 4}, + [3158] = {.lex_state = 1, .external_lex_state = 4}, + [3159] = {.lex_state = 5, .external_lex_state = 6}, [3160] = {.lex_state = 5, .external_lex_state = 6}, - [3161] = {.lex_state = 5, .external_lex_state = 6}, - [3162] = {.lex_state = 5, .external_lex_state = 6}, - [3163] = {.lex_state = 5, .external_lex_state = 6}, - [3164] = {.lex_state = 5, .external_lex_state = 7}, - [3165] = {.lex_state = 5, .external_lex_state = 6}, + [3161] = {.lex_state = 1, .external_lex_state = 4}, + [3162] = {.lex_state = 1, .external_lex_state = 4}, + [3163] = {.lex_state = 1, .external_lex_state = 4}, + [3164] = {.lex_state = 5, .external_lex_state = 6}, + [3165] = {.lex_state = 1, .external_lex_state = 4}, [3166] = {.lex_state = 1, .external_lex_state = 4}, - [3167] = {.lex_state = 5, .external_lex_state = 6}, + [3167] = {.lex_state = 1, .external_lex_state = 4}, [3168] = {.lex_state = 1, .external_lex_state = 4}, - [3169] = {.lex_state = 1, .external_lex_state = 4}, - [3170] = {.lex_state = 4, .external_lex_state = 5}, + [3169] = {.lex_state = 5, .external_lex_state = 6}, + [3170] = {.lex_state = 1, .external_lex_state = 4}, [3171] = {.lex_state = 1, .external_lex_state = 4}, - [3172] = {.lex_state = 5, .external_lex_state = 6}, - [3173] = {.lex_state = 5, .external_lex_state = 6}, - [3174] = {.lex_state = 5, .external_lex_state = 6}, + [3172] = {.lex_state = 1, .external_lex_state = 4}, + [3173] = {.lex_state = 1, .external_lex_state = 4}, + [3174] = {.lex_state = 1, .external_lex_state = 4}, [3175] = {.lex_state = 1, .external_lex_state = 4}, - [3176] = {.lex_state = 5, .external_lex_state = 6}, + [3176] = {.lex_state = 1, .external_lex_state = 4}, [3177] = {.lex_state = 5, .external_lex_state = 6}, [3178] = {.lex_state = 5, .external_lex_state = 6}, - [3179] = {.lex_state = 1, .external_lex_state = 4}, - [3180] = {.lex_state = 1, .external_lex_state = 4}, - [3181] = {.lex_state = 1, .external_lex_state = 4}, - [3182] = {.lex_state = 1, .external_lex_state = 4}, + [3179] = {.lex_state = 5, .external_lex_state = 6}, + [3180] = {.lex_state = 5, .external_lex_state = 6}, + [3181] = {.lex_state = 5, .external_lex_state = 6}, + [3182] = {.lex_state = 5, .external_lex_state = 6}, [3183] = {.lex_state = 5, .external_lex_state = 6}, - [3184] = {.lex_state = 5, .external_lex_state = 6}, + [3184] = {.lex_state = 1, .external_lex_state = 4}, [3185] = {.lex_state = 1, .external_lex_state = 4}, [3186] = {.lex_state = 5, .external_lex_state = 6}, [3187] = {.lex_state = 5, .external_lex_state = 6}, - [3188] = {.lex_state = 1, .external_lex_state = 4}, + [3188] = {.lex_state = 5, .external_lex_state = 7}, [3189] = {.lex_state = 5, .external_lex_state = 6}, - [3190] = {.lex_state = 1, .external_lex_state = 4}, - [3191] = {.lex_state = 1, .external_lex_state = 4}, - [3192] = {.lex_state = 1, .external_lex_state = 4}, + [3190] = {.lex_state = 5, .external_lex_state = 6}, + [3191] = {.lex_state = 5, .external_lex_state = 6}, + [3192] = {.lex_state = 5, .external_lex_state = 6}, [3193] = {.lex_state = 5, .external_lex_state = 6}, - [3194] = {.lex_state = 5, .external_lex_state = 6}, - [3195] = {.lex_state = 1, .external_lex_state = 4}, + [3194] = {.lex_state = 4, .external_lex_state = 5}, + [3195] = {.lex_state = 5, .external_lex_state = 6}, [3196] = {.lex_state = 5, .external_lex_state = 6}, - [3197] = {.lex_state = 1, .external_lex_state = 4}, - [3198] = {.lex_state = 1, .external_lex_state = 4}, - [3199] = {.lex_state = 5, .external_lex_state = 6}, + [3197] = {.lex_state = 5, .external_lex_state = 6}, + [3198] = {.lex_state = 5, .external_lex_state = 6}, + [3199] = {.lex_state = 1, .external_lex_state = 4}, [3200] = {.lex_state = 5, .external_lex_state = 6}, - [3201] = {.lex_state = 5, .external_lex_state = 6}, + [3201] = {.lex_state = 5, .external_lex_state = 7}, [3202] = {.lex_state = 5, .external_lex_state = 6}, [3203] = {.lex_state = 5, .external_lex_state = 6}, - [3204] = {.lex_state = 5, .external_lex_state = 7}, - [3205] = {.lex_state = 5, .external_lex_state = 7}, + [3204] = {.lex_state = 5, .external_lex_state = 6}, + [3205] = {.lex_state = 1, .external_lex_state = 4}, [3206] = {.lex_state = 1, .external_lex_state = 4}, [3207] = {.lex_state = 5, .external_lex_state = 6}, - [3208] = {.lex_state = 5, .external_lex_state = 6}, + [3208] = {.lex_state = 1, .external_lex_state = 4}, [3209] = {.lex_state = 5, .external_lex_state = 6}, [3210] = {.lex_state = 5, .external_lex_state = 6}, - [3211] = {.lex_state = 5, .external_lex_state = 6}, - [3212] = {.lex_state = 1, .external_lex_state = 4}, + [3211] = {.lex_state = 1, .external_lex_state = 4}, + [3212] = {.lex_state = 5, .external_lex_state = 6}, [3213] = {.lex_state = 5, .external_lex_state = 6}, - [3214] = {.lex_state = 1, .external_lex_state = 4}, + [3214] = {.lex_state = 5, .external_lex_state = 6}, [3215] = {.lex_state = 1, .external_lex_state = 4}, [3216] = {.lex_state = 1, .external_lex_state = 4}, [3217] = {.lex_state = 5, .external_lex_state = 6}, - [3218] = {.lex_state = 1, .external_lex_state = 4}, + [3218] = {.lex_state = 5, .external_lex_state = 6}, [3219] = {.lex_state = 5, .external_lex_state = 6}, - [3220] = {.lex_state = 5, .external_lex_state = 6}, - [3221] = {.lex_state = 5, .external_lex_state = 6}, - [3222] = {.lex_state = 5, .external_lex_state = 6}, - [3223] = {.lex_state = 5, .external_lex_state = 6}, - [3224] = {.lex_state = 5, .external_lex_state = 6}, + [3220] = {.lex_state = 1, .external_lex_state = 4}, + [3221] = {.lex_state = 31, .external_lex_state = 2}, + [3222] = {.lex_state = 1, .external_lex_state = 4}, + [3223] = {.lex_state = 1, .external_lex_state = 4}, + [3224] = {.lex_state = 1, .external_lex_state = 4}, [3225] = {.lex_state = 1, .external_lex_state = 4}, [3226] = {.lex_state = 5, .external_lex_state = 6}, - [3227] = {.lex_state = 5, .external_lex_state = 6}, - [3228] = {.lex_state = 1, .external_lex_state = 4}, + [3227] = {.lex_state = 1, .external_lex_state = 4}, + [3228] = {.lex_state = 5, .external_lex_state = 6}, [3229] = {.lex_state = 5, .external_lex_state = 6}, - [3230] = {.lex_state = 1, .external_lex_state = 4}, - [3231] = {.lex_state = 1, .external_lex_state = 4}, + [3230] = {.lex_state = 5, .external_lex_state = 7}, + [3231] = {.lex_state = 5, .external_lex_state = 6}, [3232] = {.lex_state = 5, .external_lex_state = 6}, [3233] = {.lex_state = 5, .external_lex_state = 6}, [3234] = {.lex_state = 5, .external_lex_state = 6}, - [3235] = {.lex_state = 5, .external_lex_state = 6}, - [3236] = {.lex_state = 1, .external_lex_state = 4}, - [3237] = {.lex_state = 1, .external_lex_state = 4}, - [3238] = {.lex_state = 5, .external_lex_state = 6}, + [3235] = {.lex_state = 1, .external_lex_state = 4}, + [3236] = {.lex_state = 5, .external_lex_state = 6}, + [3237] = {.lex_state = 5, .external_lex_state = 6}, + [3238] = {.lex_state = 5, .external_lex_state = 7}, [3239] = {.lex_state = 5, .external_lex_state = 6}, [3240] = {.lex_state = 5, .external_lex_state = 6}, - [3241] = {.lex_state = 4, .external_lex_state = 5}, - [3242] = {.lex_state = 5, .external_lex_state = 6}, + [3241] = {.lex_state = 5, .external_lex_state = 6}, + [3242] = {.lex_state = 5, .external_lex_state = 7}, [3243] = {.lex_state = 5, .external_lex_state = 6}, [3244] = {.lex_state = 5, .external_lex_state = 6}, - [3245] = {.lex_state = 1, .external_lex_state = 4}, - [3246] = {.lex_state = 1, .external_lex_state = 4}, + [3245] = {.lex_state = 5, .external_lex_state = 6}, + [3246] = {.lex_state = 5, .external_lex_state = 6}, [3247] = {.lex_state = 5, .external_lex_state = 6}, - [3248] = {.lex_state = 1, .external_lex_state = 4}, - [3249] = {.lex_state = 5, .external_lex_state = 6}, - [3250] = {.lex_state = 5, .external_lex_state = 6}, - [3251] = {.lex_state = 5, .external_lex_state = 6}, - [3252] = {.lex_state = 5, .external_lex_state = 6}, - [3253] = {.lex_state = 1, .external_lex_state = 4}, - [3254] = {.lex_state = 1, .external_lex_state = 4}, + [3248] = {.lex_state = 5, .external_lex_state = 6}, + [3249] = {.lex_state = 1, .external_lex_state = 4}, + [3250] = {.lex_state = 1, .external_lex_state = 4}, + [3251] = {.lex_state = 1, .external_lex_state = 4}, + [3252] = {.lex_state = 5, .external_lex_state = 7}, + [3253] = {.lex_state = 5, .external_lex_state = 6}, + [3254] = {.lex_state = 5, .external_lex_state = 6}, [3255] = {.lex_state = 5, .external_lex_state = 6}, [3256] = {.lex_state = 5, .external_lex_state = 6}, - [3257] = {.lex_state = 1, .external_lex_state = 4}, + [3257] = {.lex_state = 5, .external_lex_state = 6}, [3258] = {.lex_state = 1, .external_lex_state = 4}, - [3259] = {.lex_state = 5, .external_lex_state = 6}, - [3260] = {.lex_state = 5, .external_lex_state = 7}, + [3259] = {.lex_state = 1, .external_lex_state = 4}, + [3260] = {.lex_state = 5, .external_lex_state = 6}, [3261] = {.lex_state = 5, .external_lex_state = 6}, [3262] = {.lex_state = 5, .external_lex_state = 6}, - [3263] = {.lex_state = 5, .external_lex_state = 7}, + [3263] = {.lex_state = 1, .external_lex_state = 4}, [3264] = {.lex_state = 5, .external_lex_state = 7}, - [3265] = {.lex_state = 1, .external_lex_state = 4}, - [3266] = {.lex_state = 5, .external_lex_state = 7}, - [3267] = {.lex_state = 1, .external_lex_state = 4}, + [3265] = {.lex_state = 5, .external_lex_state = 6}, + [3266] = {.lex_state = 4, .external_lex_state = 5}, + [3267] = {.lex_state = 5, .external_lex_state = 6}, [3268] = {.lex_state = 1, .external_lex_state = 4}, - [3269] = {.lex_state = 5, .external_lex_state = 6}, - [3270] = {.lex_state = 1, .external_lex_state = 4}, - [3271] = {.lex_state = 1, .external_lex_state = 4}, - [3272] = {.lex_state = 1, .external_lex_state = 4}, - [3273] = {.lex_state = 1, .external_lex_state = 4}, - [3274] = {.lex_state = 5, .external_lex_state = 6}, - [3275] = {.lex_state = 5, .external_lex_state = 6}, - [3276] = {.lex_state = 5, .external_lex_state = 6}, - [3277] = {.lex_state = 5, .external_lex_state = 6}, - [3278] = {.lex_state = 5, .external_lex_state = 6}, + [3269] = {.lex_state = 1, .external_lex_state = 4}, + [3270] = {.lex_state = 5, .external_lex_state = 6}, + [3271] = {.lex_state = 5, .external_lex_state = 6}, + [3272] = {.lex_state = 5, .external_lex_state = 6}, + [3273] = {.lex_state = 5, .external_lex_state = 6}, + [3274] = {.lex_state = 5, .external_lex_state = 7}, + [3275] = {.lex_state = 1, .external_lex_state = 4}, + [3276] = {.lex_state = 1, .external_lex_state = 4}, + [3277] = {.lex_state = 5, .external_lex_state = 7}, + [3278] = {.lex_state = 5, .external_lex_state = 7}, [3279] = {.lex_state = 1, .external_lex_state = 4}, - [3280] = {.lex_state = 1, .external_lex_state = 4}, - [3281] = {.lex_state = 1, .external_lex_state = 4}, - [3282] = {.lex_state = 1, .external_lex_state = 4}, - [3283] = {.lex_state = 5, .external_lex_state = 6}, - [3284] = {.lex_state = 1, .external_lex_state = 4}, + [3280] = {.lex_state = 5, .external_lex_state = 6}, + [3281] = {.lex_state = 5, .external_lex_state = 6}, + [3282] = {.lex_state = 5, .external_lex_state = 6}, + [3283] = {.lex_state = 1, .external_lex_state = 4}, + [3284] = {.lex_state = 5, .external_lex_state = 7}, [3285] = {.lex_state = 1, .external_lex_state = 4}, [3286] = {.lex_state = 1, .external_lex_state = 4}, - [3287] = {.lex_state = 1, .external_lex_state = 4}, + [3287] = {.lex_state = 5, .external_lex_state = 6}, [3288] = {.lex_state = 1, .external_lex_state = 4}, [3289] = {.lex_state = 1, .external_lex_state = 4}, [3290] = {.lex_state = 1, .external_lex_state = 4}, - [3291] = {.lex_state = 1, .external_lex_state = 4}, - [3292] = {.lex_state = 1, .external_lex_state = 4}, - [3293] = {.lex_state = 5, .external_lex_state = 6}, - [3294] = {.lex_state = 1, .external_lex_state = 4}, - [3295] = {.lex_state = 5, .external_lex_state = 6}, + [3291] = {.lex_state = 5, .external_lex_state = 6}, + [3292] = {.lex_state = 5, .external_lex_state = 6}, + [3293] = {.lex_state = 1, .external_lex_state = 4}, + [3294] = {.lex_state = 5, .external_lex_state = 6}, + [3295] = {.lex_state = 1, .external_lex_state = 4}, [3296] = {.lex_state = 1, .external_lex_state = 4}, [3297] = {.lex_state = 1, .external_lex_state = 4}, [3298] = {.lex_state = 1, .external_lex_state = 4}, [3299] = {.lex_state = 1, .external_lex_state = 4}, - [3300] = {.lex_state = 31, .external_lex_state = 2}, - [3301] = {.lex_state = 1, .external_lex_state = 4}, + [3300] = {.lex_state = 5, .external_lex_state = 6}, + [3301] = {.lex_state = 5, .external_lex_state = 7}, [3302] = {.lex_state = 5, .external_lex_state = 6}, - [3303] = {.lex_state = 5, .external_lex_state = 6}, + [3303] = {.lex_state = 1, .external_lex_state = 4}, [3304] = {.lex_state = 1, .external_lex_state = 4}, - [3305] = {.lex_state = 1, .external_lex_state = 4}, + [3305] = {.lex_state = 5, .external_lex_state = 6}, [3306] = {.lex_state = 5, .external_lex_state = 6}, - [3307] = {.lex_state = 5, .external_lex_state = 6}, + [3307] = {.lex_state = 1, .external_lex_state = 4}, [3308] = {.lex_state = 1, .external_lex_state = 4}, - [3309] = {.lex_state = 1, .external_lex_state = 4}, - [3310] = {.lex_state = 5, .external_lex_state = 6}, - [3311] = {.lex_state = 1, .external_lex_state = 4}, + [3309] = {.lex_state = 5, .external_lex_state = 6}, + [3310] = {.lex_state = 5, .external_lex_state = 7}, + [3311] = {.lex_state = 5, .external_lex_state = 6}, [3312] = {.lex_state = 5, .external_lex_state = 6}, - [3313] = {.lex_state = 5, .external_lex_state = 6}, - [3314] = {.lex_state = 5, .external_lex_state = 6}, - [3315] = {.lex_state = 1, .external_lex_state = 4}, - [3316] = {.lex_state = 1, .external_lex_state = 4}, - [3317] = {.lex_state = 1, .external_lex_state = 4}, + [3313] = {.lex_state = 1, .external_lex_state = 4}, + [3314] = {.lex_state = 1, .external_lex_state = 4}, + [3315] = {.lex_state = 5, .external_lex_state = 7}, + [3316] = {.lex_state = 5, .external_lex_state = 6}, + [3317] = {.lex_state = 5, .external_lex_state = 6}, [3318] = {.lex_state = 1, .external_lex_state = 4}, [3319] = {.lex_state = 5, .external_lex_state = 6}, - [3320] = {.lex_state = 5, .external_lex_state = 6}, + [3320] = {.lex_state = 1, .external_lex_state = 4}, [3321] = {.lex_state = 5, .external_lex_state = 6}, - [3322] = {.lex_state = 5, .external_lex_state = 6}, - [3323] = {.lex_state = 5, .external_lex_state = 6}, + [3322] = {.lex_state = 1, .external_lex_state = 4}, + [3323] = {.lex_state = 1, .external_lex_state = 4}, [3324] = {.lex_state = 5, .external_lex_state = 6}, [3325] = {.lex_state = 5, .external_lex_state = 6}, - [3326] = {.lex_state = 5, .external_lex_state = 7}, - [3327] = {.lex_state = 1, .external_lex_state = 4}, - [3328] = {.lex_state = 5, .external_lex_state = 6}, - [3329] = {.lex_state = 5, .external_lex_state = 7}, - [3330] = {.lex_state = 5, .external_lex_state = 6}, - [3331] = {.lex_state = 5, .external_lex_state = 6}, - [3332] = {.lex_state = 1, .external_lex_state = 4}, - [3333] = {.lex_state = 5, .external_lex_state = 6}, + [3326] = {.lex_state = 5, .external_lex_state = 6}, + [3327] = {.lex_state = 5, .external_lex_state = 7}, + [3328] = {.lex_state = 1, .external_lex_state = 4}, + [3329] = {.lex_state = 5, .external_lex_state = 6}, + [3330] = {.lex_state = 1, .external_lex_state = 4}, + [3331] = {.lex_state = 1, .external_lex_state = 4}, + [3332] = {.lex_state = 5, .external_lex_state = 6}, + [3333] = {.lex_state = 1, .external_lex_state = 4}, [3334] = {.lex_state = 1, .external_lex_state = 4}, [3335] = {.lex_state = 1, .external_lex_state = 4}, - [3336] = {.lex_state = 5, .external_lex_state = 6}, + [3336] = {.lex_state = 1, .external_lex_state = 4}, [3337] = {.lex_state = 5, .external_lex_state = 6}, - [3338] = {.lex_state = 1, .external_lex_state = 4}, + [3338] = {.lex_state = 5, .external_lex_state = 6}, [3339] = {.lex_state = 1, .external_lex_state = 4}, [3340] = {.lex_state = 1, .external_lex_state = 4}, - [3341] = {.lex_state = 1, .external_lex_state = 4}, + [3341] = {.lex_state = 5, .external_lex_state = 6}, [3342] = {.lex_state = 5, .external_lex_state = 6}, [3343] = {.lex_state = 5, .external_lex_state = 6}, - [3344] = {.lex_state = 5, .external_lex_state = 7}, - [3345] = {.lex_state = 5, .external_lex_state = 7}, + [3344] = {.lex_state = 1, .external_lex_state = 4}, + [3345] = {.lex_state = 1, .external_lex_state = 4}, [3346] = {.lex_state = 5, .external_lex_state = 6}, - [3347] = {.lex_state = 5, .external_lex_state = 6}, - [3348] = {.lex_state = 5, .external_lex_state = 6}, + [3347] = {.lex_state = 1, .external_lex_state = 4}, + [3348] = {.lex_state = 1, .external_lex_state = 4}, [3349] = {.lex_state = 1, .external_lex_state = 4}, [3350] = {.lex_state = 1, .external_lex_state = 4}, [3351] = {.lex_state = 5, .external_lex_state = 6}, - [3352] = {.lex_state = 5, .external_lex_state = 6}, - [3353] = {.lex_state = 5, .external_lex_state = 6}, - [3354] = {.lex_state = 1, .external_lex_state = 4}, - [3355] = {.lex_state = 5, .external_lex_state = 6}, - [3356] = {.lex_state = 5, .external_lex_state = 6}, + [3352] = {.lex_state = 1, .external_lex_state = 4}, + [3353] = {.lex_state = 1, .external_lex_state = 4}, + [3354] = {.lex_state = 5, .external_lex_state = 6}, + [3355] = {.lex_state = 1, .external_lex_state = 4}, + [3356] = {.lex_state = 1, .external_lex_state = 4}, [3357] = {.lex_state = 5, .external_lex_state = 6}, [3358] = {.lex_state = 1, .external_lex_state = 4}, - [3359] = {.lex_state = 1, .external_lex_state = 4}, + [3359] = {.lex_state = 5, .external_lex_state = 6}, [3360] = {.lex_state = 1, .external_lex_state = 4}, - [3361] = {.lex_state = 1, .external_lex_state = 4}, - [3362] = {.lex_state = 1, .external_lex_state = 4}, - [3363] = {.lex_state = 5, .external_lex_state = 7}, - [3364] = {.lex_state = 5, .external_lex_state = 6}, - [3365] = {.lex_state = 1, .external_lex_state = 4}, - [3366] = {.lex_state = 1, .external_lex_state = 4}, + [3361] = {.lex_state = 5, .external_lex_state = 6}, + [3362] = {.lex_state = 5, .external_lex_state = 6}, + [3363] = {.lex_state = 5, .external_lex_state = 6}, + [3364] = {.lex_state = 1, .external_lex_state = 4}, + [3365] = {.lex_state = 5, .external_lex_state = 6}, + [3366] = {.lex_state = 5, .external_lex_state = 6}, [3367] = {.lex_state = 5, .external_lex_state = 6}, [3368] = {.lex_state = 5, .external_lex_state = 6}, [3369] = {.lex_state = 5, .external_lex_state = 6}, - [3370] = {.lex_state = 1, .external_lex_state = 4}, - [3371] = {.lex_state = 4, .external_lex_state = 5}, - [3372] = {.lex_state = 1, .external_lex_state = 4}, + [3370] = {.lex_state = 5, .external_lex_state = 6}, + [3371] = {.lex_state = 5, .external_lex_state = 6}, + [3372] = {.lex_state = 5, .external_lex_state = 6}, [3373] = {.lex_state = 5, .external_lex_state = 6}, [3374] = {.lex_state = 5, .external_lex_state = 6}, - [3375] = {.lex_state = 5, .external_lex_state = 7}, - [3376] = {.lex_state = 5, .external_lex_state = 6}, - [3377] = {.lex_state = 5, .external_lex_state = 6}, - [3378] = {.lex_state = 5, .external_lex_state = 6}, - [3379] = {.lex_state = 4, .external_lex_state = 5}, - [3380] = {.lex_state = 5, .external_lex_state = 7}, - [3381] = {.lex_state = 4, .external_lex_state = 5}, - [3382] = {.lex_state = 1, .external_lex_state = 4}, + [3375] = {.lex_state = 5, .external_lex_state = 6}, + [3376] = {.lex_state = 1, .external_lex_state = 4}, + [3377] = {.lex_state = 5, .external_lex_state = 7}, + [3378] = {.lex_state = 5, .external_lex_state = 7}, + [3379] = {.lex_state = 1, .external_lex_state = 4}, + [3380] = {.lex_state = 1, .external_lex_state = 4}, + [3381] = {.lex_state = 5, .external_lex_state = 6}, + [3382] = {.lex_state = 5, .external_lex_state = 7}, [3383] = {.lex_state = 1, .external_lex_state = 4}, - [3384] = {.lex_state = 5, .external_lex_state = 6}, - [3385] = {.lex_state = 5, .external_lex_state = 7}, + [3384] = {.lex_state = 1, .external_lex_state = 4}, + [3385] = {.lex_state = 1, .external_lex_state = 4}, [3386] = {.lex_state = 5, .external_lex_state = 6}, - [3387] = {.lex_state = 1, .external_lex_state = 4}, + [3387] = {.lex_state = 5, .external_lex_state = 6}, [3388] = {.lex_state = 1, .external_lex_state = 4}, - [3389] = {.lex_state = 5, .external_lex_state = 6}, - [3390] = {.lex_state = 1, .external_lex_state = 4}, - [3391] = {.lex_state = 5, .external_lex_state = 6}, + [3389] = {.lex_state = 1, .external_lex_state = 4}, + [3390] = {.lex_state = 5, .external_lex_state = 6}, + [3391] = {.lex_state = 1, .external_lex_state = 4}, [3392] = {.lex_state = 5, .external_lex_state = 6}, - [3393] = {.lex_state = 1, .external_lex_state = 4}, - [3394] = {.lex_state = 1, .external_lex_state = 4}, + [3393] = {.lex_state = 5, .external_lex_state = 6}, + [3394] = {.lex_state = 5, .external_lex_state = 6}, [3395] = {.lex_state = 1, .external_lex_state = 4}, - [3396] = {.lex_state = 5, .external_lex_state = 7}, - [3397] = {.lex_state = 5, .external_lex_state = 6}, + [3396] = {.lex_state = 1, .external_lex_state = 4}, + [3397] = {.lex_state = 4, .external_lex_state = 5}, [3398] = {.lex_state = 1, .external_lex_state = 4}, - [3399] = {.lex_state = 5, .external_lex_state = 6}, + [3399] = {.lex_state = 1, .external_lex_state = 4}, [3400] = {.lex_state = 5, .external_lex_state = 6}, [3401] = {.lex_state = 5, .external_lex_state = 6}, [3402] = {.lex_state = 5, .external_lex_state = 6}, [3403] = {.lex_state = 5, .external_lex_state = 6}, [3404] = {.lex_state = 5, .external_lex_state = 6}, - [3405] = {.lex_state = 5, .external_lex_state = 6}, + [3405] = {.lex_state = 4, .external_lex_state = 5}, [3406] = {.lex_state = 5, .external_lex_state = 6}, - [3407] = {.lex_state = 1, .external_lex_state = 4}, + [3407] = {.lex_state = 4, .external_lex_state = 5}, [3408] = {.lex_state = 5, .external_lex_state = 6}, - [3409] = {.lex_state = 5, .external_lex_state = 6}, + [3409] = {.lex_state = 1, .external_lex_state = 4}, [3410] = {.lex_state = 5, .external_lex_state = 6}, - [3411] = {.lex_state = 5, .external_lex_state = 7}, - [3412] = {.lex_state = 1, .external_lex_state = 4}, + [3411] = {.lex_state = 5, .external_lex_state = 6}, + [3412] = {.lex_state = 5, .external_lex_state = 7}, [3413] = {.lex_state = 5, .external_lex_state = 6}, [3414] = {.lex_state = 1, .external_lex_state = 4}, - [3415] = {.lex_state = 5, .external_lex_state = 7}, - [3416] = {.lex_state = 5, .external_lex_state = 6}, + [3415] = {.lex_state = 1, .external_lex_state = 4}, + [3416] = {.lex_state = 1, .external_lex_state = 4}, [3417] = {.lex_state = 1, .external_lex_state = 4}, - [3418] = {.lex_state = 5, .external_lex_state = 7}, - [3419] = {.lex_state = 5, .external_lex_state = 6}, + [3418] = {.lex_state = 5, .external_lex_state = 6}, + [3419] = {.lex_state = 1, .external_lex_state = 4}, [3420] = {.lex_state = 1, .external_lex_state = 4}, [3421] = {.lex_state = 1, .external_lex_state = 4}, - [3422] = {.lex_state = 1, .external_lex_state = 4}, + [3422] = {.lex_state = 5, .external_lex_state = 7}, [3423] = {.lex_state = 1, .external_lex_state = 4}, - [3424] = {.lex_state = 5, .external_lex_state = 6}, + [3424] = {.lex_state = 1, .external_lex_state = 4}, [3425] = {.lex_state = 1, .external_lex_state = 4}, [3426] = {.lex_state = 1, .external_lex_state = 4}, - [3427] = {.lex_state = 1, .external_lex_state = 4}, + [3427] = {.lex_state = 5, .external_lex_state = 7}, [3428] = {.lex_state = 1, .external_lex_state = 4}, - [3429] = {.lex_state = 1, .external_lex_state = 4}, + [3429] = {.lex_state = 5, .external_lex_state = 6}, [3430] = {.lex_state = 1, .external_lex_state = 4}, - [3431] = {.lex_state = 1, .external_lex_state = 4}, - [3432] = {.lex_state = 1, .external_lex_state = 4}, - [3433] = {.lex_state = 5, .external_lex_state = 7}, + [3431] = {.lex_state = 4, .external_lex_state = 5}, + [3432] = {.lex_state = 5, .external_lex_state = 7}, + [3433] = {.lex_state = 1, .external_lex_state = 4}, [3434] = {.lex_state = 5, .external_lex_state = 7}, - [3435] = {.lex_state = 1, .external_lex_state = 4}, - [3436] = {.lex_state = 1, .external_lex_state = 4}, + [3435] = {.lex_state = 5, .external_lex_state = 7}, + [3436] = {.lex_state = 5, .external_lex_state = 6}, [3437] = {.lex_state = 1, .external_lex_state = 4}, - [3438] = {.lex_state = 5, .external_lex_state = 7}, + [3438] = {.lex_state = 1, .external_lex_state = 4}, [3439] = {.lex_state = 5, .external_lex_state = 7}, - [3440] = {.lex_state = 4, .external_lex_state = 5}, - [3441] = {.lex_state = 5, .external_lex_state = 7}, - [3442] = {.lex_state = 5, .external_lex_state = 7}, - [3443] = {.lex_state = 1, .external_lex_state = 4}, - [3444] = {.lex_state = 5, .external_lex_state = 7}, - [3445] = {.lex_state = 4, .external_lex_state = 5}, - [3446] = {.lex_state = 1, .external_lex_state = 4}, + [3440] = {.lex_state = 1, .external_lex_state = 4}, + [3441] = {.lex_state = 5, .external_lex_state = 6}, + [3442] = {.lex_state = 4, .external_lex_state = 5}, + [3443] = {.lex_state = 5, .external_lex_state = 7}, + [3444] = {.lex_state = 1, .external_lex_state = 4}, + [3445] = {.lex_state = 5, .external_lex_state = 6}, + [3446] = {.lex_state = 5, .external_lex_state = 7}, [3447] = {.lex_state = 1, .external_lex_state = 4}, - [3448] = {.lex_state = 5, .external_lex_state = 7}, - [3449] = {.lex_state = 5, .external_lex_state = 7}, - [3450] = {.lex_state = 5, .external_lex_state = 7}, + [3448] = {.lex_state = 1, .external_lex_state = 4}, + [3449] = {.lex_state = 1, .external_lex_state = 4}, + [3450] = {.lex_state = 1, .external_lex_state = 4}, [3451] = {.lex_state = 1, .external_lex_state = 4}, - [3452] = {.lex_state = 4, .external_lex_state = 5}, - [3453] = {.lex_state = 5, .external_lex_state = 7}, - [3454] = {.lex_state = 4, .external_lex_state = 5}, + [3452] = {.lex_state = 1, .external_lex_state = 4}, + [3453] = {.lex_state = 5, .external_lex_state = 6}, + [3454] = {.lex_state = 1, .external_lex_state = 4}, [3455] = {.lex_state = 5, .external_lex_state = 6}, - [3456] = {.lex_state = 5, .external_lex_state = 6}, + [3456] = {.lex_state = 1, .external_lex_state = 4}, [3457] = {.lex_state = 1, .external_lex_state = 4}, - [3458] = {.lex_state = 1, .external_lex_state = 4}, - [3459] = {.lex_state = 5, .external_lex_state = 6}, - [3460] = {.lex_state = 5, .external_lex_state = 6}, - [3461] = {.lex_state = 5, .external_lex_state = 7}, - [3462] = {.lex_state = 1, .external_lex_state = 4}, - [3463] = {.lex_state = 5, .external_lex_state = 6}, + [3458] = {.lex_state = 5, .external_lex_state = 7}, + [3459] = {.lex_state = 1, .external_lex_state = 4}, + [3460] = {.lex_state = 1, .external_lex_state = 4}, + [3461] = {.lex_state = 1, .external_lex_state = 4}, + [3462] = {.lex_state = 5, .external_lex_state = 7}, + [3463] = {.lex_state = 5, .external_lex_state = 7}, [3464] = {.lex_state = 5, .external_lex_state = 6}, - [3465] = {.lex_state = 5, .external_lex_state = 6}, - [3466] = {.lex_state = 5, .external_lex_state = 6}, - [3467] = {.lex_state = 1, .external_lex_state = 4}, - [3468] = {.lex_state = 1, .external_lex_state = 3}, - [3469] = {.lex_state = 5, .external_lex_state = 6}, - [3470] = {.lex_state = 5, .external_lex_state = 7}, - [3471] = {.lex_state = 5, .external_lex_state = 7}, - [3472] = {.lex_state = 5, .external_lex_state = 7}, - [3473] = {.lex_state = 5, .external_lex_state = 7}, + [3465] = {.lex_state = 1, .external_lex_state = 4}, + [3466] = {.lex_state = 4, .external_lex_state = 5}, + [3467] = {.lex_state = 5, .external_lex_state = 7}, + [3468] = {.lex_state = 5, .external_lex_state = 6}, + [3469] = {.lex_state = 1, .external_lex_state = 4}, + [3470] = {.lex_state = 5, .external_lex_state = 6}, + [3471] = {.lex_state = 4, .external_lex_state = 5}, + [3472] = {.lex_state = 1, .external_lex_state = 4}, + [3473] = {.lex_state = 5, .external_lex_state = 6}, [3474] = {.lex_state = 5, .external_lex_state = 7}, - [3475] = {.lex_state = 5, .external_lex_state = 7}, + [3475] = {.lex_state = 5, .external_lex_state = 6}, [3476] = {.lex_state = 5, .external_lex_state = 7}, [3477] = {.lex_state = 5, .external_lex_state = 7}, [3478] = {.lex_state = 5, .external_lex_state = 7}, @@ -17645,14 +17699,14 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [3482] = {.lex_state = 5, .external_lex_state = 7}, [3483] = {.lex_state = 5, .external_lex_state = 7}, [3484] = {.lex_state = 5, .external_lex_state = 7}, - [3485] = {.lex_state = 5, .external_lex_state = 7}, + [3485] = {.lex_state = 5, .external_lex_state = 6}, [3486] = {.lex_state = 5, .external_lex_state = 7}, - [3487] = {.lex_state = 5, .external_lex_state = 7}, + [3487] = {.lex_state = 5, .external_lex_state = 6}, [3488] = {.lex_state = 5, .external_lex_state = 7}, [3489] = {.lex_state = 5, .external_lex_state = 7}, - [3490] = {.lex_state = 1, .external_lex_state = 3}, + [3490] = {.lex_state = 5, .external_lex_state = 7}, [3491] = {.lex_state = 5, .external_lex_state = 7}, - [3492] = {.lex_state = 1, .external_lex_state = 4}, + [3492] = {.lex_state = 5, .external_lex_state = 7}, [3493] = {.lex_state = 5, .external_lex_state = 7}, [3494] = {.lex_state = 5, .external_lex_state = 7}, [3495] = {.lex_state = 5, .external_lex_state = 7}, @@ -17660,248 +17714,248 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [3497] = {.lex_state = 5, .external_lex_state = 7}, [3498] = {.lex_state = 5, .external_lex_state = 7}, [3499] = {.lex_state = 5, .external_lex_state = 7}, - [3500] = {.lex_state = 5, .external_lex_state = 7}, - [3501] = {.lex_state = 5, .external_lex_state = 6}, + [3500] = {.lex_state = 5, .external_lex_state = 6}, + [3501] = {.lex_state = 5, .external_lex_state = 7}, [3502] = {.lex_state = 5, .external_lex_state = 7}, [3503] = {.lex_state = 5, .external_lex_state = 7}, [3504] = {.lex_state = 5, .external_lex_state = 7}, - [3505] = {.lex_state = 1, .external_lex_state = 4}, - [3506] = {.lex_state = 1, .external_lex_state = 4}, + [3505] = {.lex_state = 5, .external_lex_state = 7}, + [3506] = {.lex_state = 5, .external_lex_state = 7}, [3507] = {.lex_state = 5, .external_lex_state = 7}, - [3508] = {.lex_state = 1, .external_lex_state = 4}, - [3509] = {.lex_state = 5, .external_lex_state = 6}, - [3510] = {.lex_state = 1, .external_lex_state = 4}, - [3511] = {.lex_state = 5, .external_lex_state = 7}, - [3512] = {.lex_state = 5, .external_lex_state = 7}, - [3513] = {.lex_state = 5, .external_lex_state = 6}, + [3508] = {.lex_state = 5, .external_lex_state = 7}, + [3509] = {.lex_state = 5, .external_lex_state = 7}, + [3510] = {.lex_state = 5, .external_lex_state = 7}, + [3511] = {.lex_state = 5, .external_lex_state = 6}, + [3512] = {.lex_state = 5, .external_lex_state = 6}, + [3513] = {.lex_state = 5, .external_lex_state = 7}, [3514] = {.lex_state = 5, .external_lex_state = 7}, [3515] = {.lex_state = 5, .external_lex_state = 7}, [3516] = {.lex_state = 5, .external_lex_state = 6}, - [3517] = {.lex_state = 5, .external_lex_state = 7}, - [3518] = {.lex_state = 5, .external_lex_state = 7}, + [3517] = {.lex_state = 1, .external_lex_state = 4}, + [3518] = {.lex_state = 1, .external_lex_state = 4}, [3519] = {.lex_state = 5, .external_lex_state = 7}, [3520] = {.lex_state = 5, .external_lex_state = 7}, - [3521] = {.lex_state = 5, .external_lex_state = 7}, + [3521] = {.lex_state = 1, .external_lex_state = 4}, [3522] = {.lex_state = 5, .external_lex_state = 7}, - [3523] = {.lex_state = 5, .external_lex_state = 7}, - [3524] = {.lex_state = 5, .external_lex_state = 7}, + [3523] = {.lex_state = 1, .external_lex_state = 4}, + [3524] = {.lex_state = 1, .external_lex_state = 4}, [3525] = {.lex_state = 5, .external_lex_state = 7}, [3526] = {.lex_state = 5, .external_lex_state = 7}, [3527] = {.lex_state = 5, .external_lex_state = 7}, - [3528] = {.lex_state = 5, .external_lex_state = 6}, - [3529] = {.lex_state = 5, .external_lex_state = 7}, + [3528] = {.lex_state = 5, .external_lex_state = 7}, + [3529] = {.lex_state = 1, .external_lex_state = 3}, [3530] = {.lex_state = 5, .external_lex_state = 7}, - [3531] = {.lex_state = 5, .external_lex_state = 6}, + [3531] = {.lex_state = 1, .external_lex_state = 3}, [3532] = {.lex_state = 5, .external_lex_state = 7}, - [3533] = {.lex_state = 5, .external_lex_state = 6}, + [3533] = {.lex_state = 5, .external_lex_state = 7}, [3534] = {.lex_state = 5, .external_lex_state = 7}, [3535] = {.lex_state = 5, .external_lex_state = 7}, [3536] = {.lex_state = 5, .external_lex_state = 7}, - [3537] = {.lex_state = 5, .external_lex_state = 6}, - [3538] = {.lex_state = 5, .external_lex_state = 6}, + [3537] = {.lex_state = 5, .external_lex_state = 7}, + [3538] = {.lex_state = 5, .external_lex_state = 7}, [3539] = {.lex_state = 5, .external_lex_state = 7}, - [3540] = {.lex_state = 4, .external_lex_state = 5}, - [3541] = {.lex_state = 5, .external_lex_state = 7}, - [3542] = {.lex_state = 1, .external_lex_state = 4}, - [3543] = {.lex_state = 1, .external_lex_state = 4}, - [3544] = {.lex_state = 1, .external_lex_state = 4}, - [3545] = {.lex_state = 5, .external_lex_state = 7}, - [3546] = {.lex_state = 1, .external_lex_state = 4}, + [3540] = {.lex_state = 5, .external_lex_state = 7}, + [3541] = {.lex_state = 5, .external_lex_state = 6}, + [3542] = {.lex_state = 5, .external_lex_state = 7}, + [3543] = {.lex_state = 5, .external_lex_state = 6}, + [3544] = {.lex_state = 5, .external_lex_state = 6}, + [3545] = {.lex_state = 1, .external_lex_state = 4}, + [3546] = {.lex_state = 5, .external_lex_state = 7}, [3547] = {.lex_state = 1, .external_lex_state = 4}, - [3548] = {.lex_state = 1, .external_lex_state = 4}, - [3549] = {.lex_state = 5, .external_lex_state = 6}, - [3550] = {.lex_state = 5, .external_lex_state = 7}, - [3551] = {.lex_state = 5, .external_lex_state = 6}, - [3552] = {.lex_state = 1, .external_lex_state = 4}, - [3553] = {.lex_state = 5, .external_lex_state = 6}, + [3548] = {.lex_state = 5, .external_lex_state = 6}, + [3549] = {.lex_state = 1, .external_lex_state = 4}, + [3550] = {.lex_state = 5, .external_lex_state = 6}, + [3551] = {.lex_state = 5, .external_lex_state = 7}, + [3552] = {.lex_state = 5, .external_lex_state = 7}, + [3553] = {.lex_state = 5, .external_lex_state = 7}, [3554] = {.lex_state = 5, .external_lex_state = 7}, - [3555] = {.lex_state = 5, .external_lex_state = 6}, + [3555] = {.lex_state = 5, .external_lex_state = 7}, [3556] = {.lex_state = 5, .external_lex_state = 7}, - [3557] = {.lex_state = 31, .external_lex_state = 2}, - [3558] = {.lex_state = 5, .external_lex_state = 6}, + [3557] = {.lex_state = 5, .external_lex_state = 7}, + [3558] = {.lex_state = 5, .external_lex_state = 7}, [3559] = {.lex_state = 5, .external_lex_state = 7}, [3560] = {.lex_state = 5, .external_lex_state = 7}, [3561] = {.lex_state = 5, .external_lex_state = 7}, [3562] = {.lex_state = 5, .external_lex_state = 7}, - [3563] = {.lex_state = 1, .external_lex_state = 4}, + [3563] = {.lex_state = 5, .external_lex_state = 7}, [3564] = {.lex_state = 5, .external_lex_state = 7}, - [3565] = {.lex_state = 31, .external_lex_state = 2}, - [3566] = {.lex_state = 5, .external_lex_state = 7}, - [3567] = {.lex_state = 31, .external_lex_state = 2}, - [3568] = {.lex_state = 5, .external_lex_state = 7}, - [3569] = {.lex_state = 31, .external_lex_state = 2}, - [3570] = {.lex_state = 1, .external_lex_state = 4}, - [3571] = {.lex_state = 1, .external_lex_state = 4}, - [3572] = {.lex_state = 5, .external_lex_state = 6}, - [3573] = {.lex_state = 5, .external_lex_state = 6}, - [3574] = {.lex_state = 1, .external_lex_state = 4}, - [3575] = {.lex_state = 5, .external_lex_state = 7}, + [3565] = {.lex_state = 5, .external_lex_state = 7}, + [3566] = {.lex_state = 5, .external_lex_state = 6}, + [3567] = {.lex_state = 5, .external_lex_state = 7}, + [3568] = {.lex_state = 5, .external_lex_state = 6}, + [3569] = {.lex_state = 5, .external_lex_state = 7}, + [3570] = {.lex_state = 5, .external_lex_state = 7}, + [3571] = {.lex_state = 5, .external_lex_state = 7}, + [3572] = {.lex_state = 1, .external_lex_state = 4}, + [3573] = {.lex_state = 5, .external_lex_state = 7}, + [3574] = {.lex_state = 5, .external_lex_state = 6}, + [3575] = {.lex_state = 1, .external_lex_state = 4}, [3576] = {.lex_state = 1, .external_lex_state = 4}, - [3577] = {.lex_state = 1, .external_lex_state = 4}, + [3577] = {.lex_state = 5, .external_lex_state = 7}, [3578] = {.lex_state = 5, .external_lex_state = 7}, [3579] = {.lex_state = 1, .external_lex_state = 4}, [3580] = {.lex_state = 1, .external_lex_state = 4}, [3581] = {.lex_state = 1, .external_lex_state = 4}, - [3582] = {.lex_state = 5, .external_lex_state = 7}, + [3582] = {.lex_state = 1, .external_lex_state = 4}, [3583] = {.lex_state = 1, .external_lex_state = 4}, - [3584] = {.lex_state = 1, .external_lex_state = 4}, + [3584] = {.lex_state = 5, .external_lex_state = 6}, [3585] = {.lex_state = 31, .external_lex_state = 2}, - [3586] = {.lex_state = 1, .external_lex_state = 4}, - [3587] = {.lex_state = 5, .external_lex_state = 7}, - [3588] = {.lex_state = 5, .external_lex_state = 7}, - [3589] = {.lex_state = 1, .external_lex_state = 4}, - [3590] = {.lex_state = 5, .external_lex_state = 6}, - [3591] = {.lex_state = 5, .external_lex_state = 7}, + [3586] = {.lex_state = 5, .external_lex_state = 7}, + [3587] = {.lex_state = 1, .external_lex_state = 4}, + [3588] = {.lex_state = 1, .external_lex_state = 4}, + [3589] = {.lex_state = 31, .external_lex_state = 2}, + [3590] = {.lex_state = 4, .external_lex_state = 5}, + [3591] = {.lex_state = 1, .external_lex_state = 4}, [3592] = {.lex_state = 1, .external_lex_state = 4}, - [3593] = {.lex_state = 1, .external_lex_state = 4}, - [3594] = {.lex_state = 5, .external_lex_state = 7}, - [3595] = {.lex_state = 5, .external_lex_state = 6}, + [3593] = {.lex_state = 31, .external_lex_state = 2}, + [3594] = {.lex_state = 31, .external_lex_state = 2}, + [3595] = {.lex_state = 1, .external_lex_state = 4}, [3596] = {.lex_state = 5, .external_lex_state = 7}, - [3597] = {.lex_state = 4, .external_lex_state = 5}, + [3597] = {.lex_state = 1, .external_lex_state = 4}, [3598] = {.lex_state = 5, .external_lex_state = 6}, - [3599] = {.lex_state = 5, .external_lex_state = 7}, - [3600] = {.lex_state = 5, .external_lex_state = 7}, - [3601] = {.lex_state = 5, .external_lex_state = 7}, - [3602] = {.lex_state = 1, .external_lex_state = 4}, - [3603] = {.lex_state = 4, .external_lex_state = 5}, - [3604] = {.lex_state = 5, .external_lex_state = 7}, - [3605] = {.lex_state = 5, .external_lex_state = 7}, - [3606] = {.lex_state = 5, .external_lex_state = 7}, + [3599] = {.lex_state = 1, .external_lex_state = 4}, + [3600] = {.lex_state = 5, .external_lex_state = 6}, + [3601] = {.lex_state = 1, .external_lex_state = 4}, + [3602] = {.lex_state = 5, .external_lex_state = 6}, + [3603] = {.lex_state = 1, .external_lex_state = 4}, + [3604] = {.lex_state = 5, .external_lex_state = 6}, + [3605] = {.lex_state = 1, .external_lex_state = 4}, + [3606] = {.lex_state = 5, .external_lex_state = 6}, [3607] = {.lex_state = 5, .external_lex_state = 7}, - [3608] = {.lex_state = 5, .external_lex_state = 6}, - [3609] = {.lex_state = 1, .external_lex_state = 4}, - [3610] = {.lex_state = 1, .external_lex_state = 4}, - [3611] = {.lex_state = 5, .external_lex_state = 7}, - [3612] = {.lex_state = 5, .external_lex_state = 7}, + [3608] = {.lex_state = 5, .external_lex_state = 7}, + [3609] = {.lex_state = 5, .external_lex_state = 7}, + [3610] = {.lex_state = 5, .external_lex_state = 7}, + [3611] = {.lex_state = 5, .external_lex_state = 6}, + [3612] = {.lex_state = 5, .external_lex_state = 6}, [3613] = {.lex_state = 5, .external_lex_state = 7}, - [3614] = {.lex_state = 4, .external_lex_state = 5}, - [3615] = {.lex_state = 4, .external_lex_state = 5}, + [3614] = {.lex_state = 5, .external_lex_state = 6}, + [3615] = {.lex_state = 5, .external_lex_state = 7}, [3616] = {.lex_state = 5, .external_lex_state = 7}, [3617] = {.lex_state = 5, .external_lex_state = 6}, - [3618] = {.lex_state = 5, .external_lex_state = 6}, - [3619] = {.lex_state = 5, .external_lex_state = 7}, + [3618] = {.lex_state = 4, .external_lex_state = 5}, + [3619] = {.lex_state = 5, .external_lex_state = 6}, [3620] = {.lex_state = 5, .external_lex_state = 7}, - [3621] = {.lex_state = 5, .external_lex_state = 6}, - [3622] = {.lex_state = 5, .external_lex_state = 7}, + [3621] = {.lex_state = 1, .external_lex_state = 4}, + [3622] = {.lex_state = 1, .external_lex_state = 4}, [3623] = {.lex_state = 5, .external_lex_state = 7}, - [3624] = {.lex_state = 1, .external_lex_state = 4}, + [3624] = {.lex_state = 5, .external_lex_state = 7}, [3625] = {.lex_state = 5, .external_lex_state = 7}, - [3626] = {.lex_state = 1, .external_lex_state = 4}, - [3627] = {.lex_state = 5, .external_lex_state = 7}, - [3628] = {.lex_state = 5, .external_lex_state = 7}, + [3626] = {.lex_state = 5, .external_lex_state = 7}, + [3627] = {.lex_state = 5, .external_lex_state = 6}, + [3628] = {.lex_state = 4, .external_lex_state = 5}, [3629] = {.lex_state = 5, .external_lex_state = 7}, [3630] = {.lex_state = 5, .external_lex_state = 7}, [3631] = {.lex_state = 5, .external_lex_state = 7}, - [3632] = {.lex_state = 5, .external_lex_state = 7}, - [3633] = {.lex_state = 5, .external_lex_state = 7}, - [3634] = {.lex_state = 5, .external_lex_state = 7}, - [3635] = {.lex_state = 5, .external_lex_state = 7}, + [3632] = {.lex_state = 1, .external_lex_state = 4}, + [3633] = {.lex_state = 1, .external_lex_state = 4}, + [3634] = {.lex_state = 5, .external_lex_state = 6}, + [3635] = {.lex_state = 1, .external_lex_state = 4}, [3636] = {.lex_state = 5, .external_lex_state = 7}, - [3637] = {.lex_state = 4, .external_lex_state = 5}, - [3638] = {.lex_state = 5, .external_lex_state = 7}, + [3637] = {.lex_state = 5, .external_lex_state = 7}, + [3638] = {.lex_state = 1, .external_lex_state = 4}, [3639] = {.lex_state = 5, .external_lex_state = 7}, - [3640] = {.lex_state = 5, .external_lex_state = 7}, - [3641] = {.lex_state = 5, .external_lex_state = 7}, - [3642] = {.lex_state = 5, .external_lex_state = 6}, + [3640] = {.lex_state = 4, .external_lex_state = 5}, + [3641] = {.lex_state = 5, .external_lex_state = 6}, + [3642] = {.lex_state = 5, .external_lex_state = 7}, [3643] = {.lex_state = 5, .external_lex_state = 7}, - [3644] = {.lex_state = 5, .external_lex_state = 7}, + [3644] = {.lex_state = 5, .external_lex_state = 6}, [3645] = {.lex_state = 5, .external_lex_state = 7}, [3646] = {.lex_state = 5, .external_lex_state = 7}, - [3647] = {.lex_state = 5, .external_lex_state = 6}, - [3648] = {.lex_state = 5, .external_lex_state = 6}, - [3649] = {.lex_state = 5, .external_lex_state = 6}, - [3650] = {.lex_state = 5, .external_lex_state = 6}, - [3651] = {.lex_state = 5, .external_lex_state = 7}, + [3647] = {.lex_state = 31, .external_lex_state = 2}, + [3648] = {.lex_state = 5, .external_lex_state = 7}, + [3649] = {.lex_state = 5, .external_lex_state = 7}, + [3650] = {.lex_state = 4, .external_lex_state = 5}, + [3651] = {.lex_state = 4, .external_lex_state = 5}, [3652] = {.lex_state = 5, .external_lex_state = 7}, [3653] = {.lex_state = 5, .external_lex_state = 7}, [3654] = {.lex_state = 5, .external_lex_state = 7}, [3655] = {.lex_state = 5, .external_lex_state = 7}, - [3656] = {.lex_state = 4, .external_lex_state = 5}, + [3656] = {.lex_state = 5, .external_lex_state = 7}, [3657] = {.lex_state = 5, .external_lex_state = 7}, [3658] = {.lex_state = 5, .external_lex_state = 7}, [3659] = {.lex_state = 5, .external_lex_state = 7}, [3660] = {.lex_state = 5, .external_lex_state = 7}, [3661] = {.lex_state = 5, .external_lex_state = 7}, - [3662] = {.lex_state = 5, .external_lex_state = 6}, + [3662] = {.lex_state = 5, .external_lex_state = 7}, [3663] = {.lex_state = 5, .external_lex_state = 7}, [3664] = {.lex_state = 5, .external_lex_state = 7}, [3665] = {.lex_state = 5, .external_lex_state = 7}, [3666] = {.lex_state = 5, .external_lex_state = 7}, - [3667] = {.lex_state = 5, .external_lex_state = 7}, + [3667] = {.lex_state = 4, .external_lex_state = 5}, [3668] = {.lex_state = 5, .external_lex_state = 7}, [3669] = {.lex_state = 5, .external_lex_state = 7}, [3670] = {.lex_state = 5, .external_lex_state = 7}, - [3671] = {.lex_state = 31, .external_lex_state = 2}, + [3671] = {.lex_state = 5, .external_lex_state = 7}, [3672] = {.lex_state = 5, .external_lex_state = 7}, [3673] = {.lex_state = 5, .external_lex_state = 7}, [3674] = {.lex_state = 5, .external_lex_state = 7}, - [3675] = {.lex_state = 5, .external_lex_state = 6}, - [3676] = {.lex_state = 5, .external_lex_state = 7}, + [3675] = {.lex_state = 5, .external_lex_state = 7}, + [3676] = {.lex_state = 4, .external_lex_state = 5}, [3677] = {.lex_state = 5, .external_lex_state = 7}, [3678] = {.lex_state = 5, .external_lex_state = 7}, - [3679] = {.lex_state = 5, .external_lex_state = 6}, + [3679] = {.lex_state = 5, .external_lex_state = 7}, [3680] = {.lex_state = 5, .external_lex_state = 7}, - [3681] = {.lex_state = 5, .external_lex_state = 7}, + [3681] = {.lex_state = 4, .external_lex_state = 5}, [3682] = {.lex_state = 5, .external_lex_state = 7}, [3683] = {.lex_state = 5, .external_lex_state = 7}, [3684] = {.lex_state = 5, .external_lex_state = 7}, - [3685] = {.lex_state = 5, .external_lex_state = 7}, - [3686] = {.lex_state = 5, .external_lex_state = 6}, + [3685] = {.lex_state = 1, .external_lex_state = 4}, + [3686] = {.lex_state = 5, .external_lex_state = 7}, [3687] = {.lex_state = 5, .external_lex_state = 7}, [3688] = {.lex_state = 5, .external_lex_state = 7}, [3689] = {.lex_state = 5, .external_lex_state = 7}, [3690] = {.lex_state = 5, .external_lex_state = 7}, - [3691] = {.lex_state = 5, .external_lex_state = 7}, - [3692] = {.lex_state = 5, .external_lex_state = 7}, + [3691] = {.lex_state = 5, .external_lex_state = 6}, + [3692] = {.lex_state = 5, .external_lex_state = 6}, [3693] = {.lex_state = 5, .external_lex_state = 7}, [3694] = {.lex_state = 5, .external_lex_state = 7}, - [3695] = {.lex_state = 5, .external_lex_state = 7}, - [3696] = {.lex_state = 5, .external_lex_state = 7}, - [3697] = {.lex_state = 5, .external_lex_state = 6}, + [3695] = {.lex_state = 5, .external_lex_state = 6}, + [3696] = {.lex_state = 5, .external_lex_state = 6}, + [3697] = {.lex_state = 5, .external_lex_state = 7}, [3698] = {.lex_state = 5, .external_lex_state = 6}, - [3699] = {.lex_state = 5, .external_lex_state = 6}, - [3700] = {.lex_state = 5, .external_lex_state = 7}, - [3701] = {.lex_state = 5, .external_lex_state = 6}, - [3702] = {.lex_state = 5, .external_lex_state = 6}, + [3699] = {.lex_state = 1, .external_lex_state = 4}, + [3700] = {.lex_state = 5, .external_lex_state = 6}, + [3701] = {.lex_state = 5, .external_lex_state = 7}, + [3702] = {.lex_state = 5, .external_lex_state = 7}, [3703] = {.lex_state = 5, .external_lex_state = 6}, - [3704] = {.lex_state = 5, .external_lex_state = 6}, - [3705] = {.lex_state = 5, .external_lex_state = 6}, - [3706] = {.lex_state = 5, .external_lex_state = 6}, - [3707] = {.lex_state = 5, .external_lex_state = 6}, + [3704] = {.lex_state = 5, .external_lex_state = 7}, + [3705] = {.lex_state = 5, .external_lex_state = 7}, + [3706] = {.lex_state = 5, .external_lex_state = 7}, + [3707] = {.lex_state = 5, .external_lex_state = 7}, [3708] = {.lex_state = 5, .external_lex_state = 7}, - [3709] = {.lex_state = 5, .external_lex_state = 6}, + [3709] = {.lex_state = 5, .external_lex_state = 7}, [3710] = {.lex_state = 5, .external_lex_state = 7}, - [3711] = {.lex_state = 1, .external_lex_state = 4}, + [3711] = {.lex_state = 5, .external_lex_state = 6}, [3712] = {.lex_state = 5, .external_lex_state = 7}, - [3713] = {.lex_state = 1, .external_lex_state = 4}, - [3714] = {.lex_state = 1, .external_lex_state = 4}, - [3715] = {.lex_state = 1, .external_lex_state = 4}, + [3713] = {.lex_state = 5, .external_lex_state = 7}, + [3714] = {.lex_state = 5, .external_lex_state = 7}, + [3715] = {.lex_state = 5, .external_lex_state = 7}, [3716] = {.lex_state = 1, .external_lex_state = 4}, - [3717] = {.lex_state = 1, .external_lex_state = 4}, - [3718] = {.lex_state = 1, .external_lex_state = 4}, - [3719] = {.lex_state = 5, .external_lex_state = 7}, - [3720] = {.lex_state = 5, .external_lex_state = 6}, - [3721] = {.lex_state = 5, .external_lex_state = 7}, + [3717] = {.lex_state = 5, .external_lex_state = 7}, + [3718] = {.lex_state = 5, .external_lex_state = 7}, + [3719] = {.lex_state = 1, .external_lex_state = 4}, + [3720] = {.lex_state = 5, .external_lex_state = 7}, + [3721] = {.lex_state = 1, .external_lex_state = 4}, [3722] = {.lex_state = 5, .external_lex_state = 7}, - [3723] = {.lex_state = 5, .external_lex_state = 7}, + [3723] = {.lex_state = 5, .external_lex_state = 6}, [3724] = {.lex_state = 5, .external_lex_state = 7}, [3725] = {.lex_state = 5, .external_lex_state = 7}, [3726] = {.lex_state = 1, .external_lex_state = 4}, [3727] = {.lex_state = 5, .external_lex_state = 7}, [3728] = {.lex_state = 5, .external_lex_state = 7}, - [3729] = {.lex_state = 5, .external_lex_state = 7}, - [3730] = {.lex_state = 5, .external_lex_state = 6}, + [3729] = {.lex_state = 1, .external_lex_state = 4}, + [3730] = {.lex_state = 5, .external_lex_state = 7}, [3731] = {.lex_state = 5, .external_lex_state = 6}, [3732] = {.lex_state = 5, .external_lex_state = 7}, - [3733] = {.lex_state = 5, .external_lex_state = 6}, + [3733] = {.lex_state = 5, .external_lex_state = 7}, [3734] = {.lex_state = 5, .external_lex_state = 7}, [3735] = {.lex_state = 5, .external_lex_state = 7}, - [3736] = {.lex_state = 5, .external_lex_state = 6}, + [3736] = {.lex_state = 5, .external_lex_state = 7}, [3737] = {.lex_state = 5, .external_lex_state = 7}, [3738] = {.lex_state = 5, .external_lex_state = 7}, [3739] = {.lex_state = 5, .external_lex_state = 7}, - [3740] = {.lex_state = 5, .external_lex_state = 7}, - [3741] = {.lex_state = 5, .external_lex_state = 7}, + [3740] = {.lex_state = 5, .external_lex_state = 6}, + [3741] = {.lex_state = 5, .external_lex_state = 6}, [3742] = {.lex_state = 5, .external_lex_state = 7}, [3743] = {.lex_state = 5, .external_lex_state = 7}, [3744] = {.lex_state = 5, .external_lex_state = 7}, @@ -17909,559 +17963,559 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [3746] = {.lex_state = 5, .external_lex_state = 7}, [3747] = {.lex_state = 5, .external_lex_state = 7}, [3748] = {.lex_state = 5, .external_lex_state = 7}, - [3749] = {.lex_state = 5, .external_lex_state = 7}, + [3749] = {.lex_state = 5, .external_lex_state = 6}, [3750] = {.lex_state = 5, .external_lex_state = 7}, [3751] = {.lex_state = 5, .external_lex_state = 7}, [3752] = {.lex_state = 5, .external_lex_state = 7}, [3753] = {.lex_state = 5, .external_lex_state = 7}, [3754] = {.lex_state = 5, .external_lex_state = 7}, [3755] = {.lex_state = 5, .external_lex_state = 7}, - [3756] = {.lex_state = 5, .external_lex_state = 7}, + [3756] = {.lex_state = 5, .external_lex_state = 6}, [3757] = {.lex_state = 5, .external_lex_state = 7}, - [3758] = {.lex_state = 5, .external_lex_state = 7}, - [3759] = {.lex_state = 5, .external_lex_state = 7}, + [3758] = {.lex_state = 5, .external_lex_state = 6}, + [3759] = {.lex_state = 31, .external_lex_state = 2}, [3760] = {.lex_state = 5, .external_lex_state = 7}, [3761] = {.lex_state = 5, .external_lex_state = 7}, [3762] = {.lex_state = 5, .external_lex_state = 7}, [3763] = {.lex_state = 5, .external_lex_state = 7}, [3764] = {.lex_state = 5, .external_lex_state = 7}, - [3765] = {.lex_state = 5, .external_lex_state = 7}, + [3765] = {.lex_state = 1, .external_lex_state = 4}, [3766] = {.lex_state = 5, .external_lex_state = 7}, [3767] = {.lex_state = 5, .external_lex_state = 7}, - [3768] = {.lex_state = 5, .external_lex_state = 6}, - [3769] = {.lex_state = 5, .external_lex_state = 6}, + [3768] = {.lex_state = 5, .external_lex_state = 7}, + [3769] = {.lex_state = 5, .external_lex_state = 7}, [3770] = {.lex_state = 5, .external_lex_state = 7}, - [3771] = {.lex_state = 5, .external_lex_state = 7}, + [3771] = {.lex_state = 1, .external_lex_state = 4}, [3772] = {.lex_state = 5, .external_lex_state = 7}, - [3773] = {.lex_state = 5, .external_lex_state = 7}, - [3774] = {.lex_state = 5, .external_lex_state = 7}, - [3775] = {.lex_state = 1, .external_lex_state = 3}, + [3773] = {.lex_state = 5, .external_lex_state = 6}, + [3774] = {.lex_state = 4, .external_lex_state = 5}, + [3775] = {.lex_state = 5, .external_lex_state = 7}, [3776] = {.lex_state = 5, .external_lex_state = 7}, [3777] = {.lex_state = 5, .external_lex_state = 7}, - [3778] = {.lex_state = 31, .external_lex_state = 2}, + [3778] = {.lex_state = 5, .external_lex_state = 7}, [3779] = {.lex_state = 5, .external_lex_state = 7}, - [3780] = {.lex_state = 1, .external_lex_state = 4}, + [3780] = {.lex_state = 5, .external_lex_state = 7}, [3781] = {.lex_state = 5, .external_lex_state = 7}, - [3782] = {.lex_state = 5, .external_lex_state = 6}, + [3782] = {.lex_state = 5, .external_lex_state = 7}, [3783] = {.lex_state = 5, .external_lex_state = 7}, [3784] = {.lex_state = 5, .external_lex_state = 7}, [3785] = {.lex_state = 5, .external_lex_state = 7}, [3786] = {.lex_state = 5, .external_lex_state = 7}, - [3787] = {.lex_state = 5, .external_lex_state = 7}, - [3788] = {.lex_state = 5, .external_lex_state = 6}, - [3789] = {.lex_state = 4, .external_lex_state = 5}, - [3790] = {.lex_state = 31, .external_lex_state = 2}, - [3791] = {.lex_state = 4, .external_lex_state = 5}, + [3787] = {.lex_state = 4, .external_lex_state = 5}, + [3788] = {.lex_state = 5, .external_lex_state = 7}, + [3789] = {.lex_state = 31, .external_lex_state = 2}, + [3790] = {.lex_state = 5, .external_lex_state = 7}, + [3791] = {.lex_state = 5, .external_lex_state = 6}, [3792] = {.lex_state = 5, .external_lex_state = 7}, [3793] = {.lex_state = 5, .external_lex_state = 7}, - [3794] = {.lex_state = 4, .external_lex_state = 5}, + [3794] = {.lex_state = 5, .external_lex_state = 7}, [3795] = {.lex_state = 5, .external_lex_state = 7}, - [3796] = {.lex_state = 31, .external_lex_state = 2}, + [3796] = {.lex_state = 5, .external_lex_state = 7}, [3797] = {.lex_state = 5, .external_lex_state = 6}, [3798] = {.lex_state = 5, .external_lex_state = 7}, [3799] = {.lex_state = 5, .external_lex_state = 7}, [3800] = {.lex_state = 5, .external_lex_state = 7}, [3801] = {.lex_state = 5, .external_lex_state = 7}, - [3802] = {.lex_state = 5, .external_lex_state = 6}, + [3802] = {.lex_state = 1, .external_lex_state = 4}, [3803] = {.lex_state = 5, .external_lex_state = 7}, - [3804] = {.lex_state = 5, .external_lex_state = 6}, - [3805] = {.lex_state = 1, .external_lex_state = 4}, + [3804] = {.lex_state = 1, .external_lex_state = 4}, + [3805] = {.lex_state = 5, .external_lex_state = 7}, [3806] = {.lex_state = 5, .external_lex_state = 7}, [3807] = {.lex_state = 5, .external_lex_state = 7}, [3808] = {.lex_state = 5, .external_lex_state = 7}, [3809] = {.lex_state = 5, .external_lex_state = 7}, [3810] = {.lex_state = 5, .external_lex_state = 7}, - [3811] = {.lex_state = 1, .external_lex_state = 3}, - [3812] = {.lex_state = 5, .external_lex_state = 7}, + [3811] = {.lex_state = 5, .external_lex_state = 7}, + [3812] = {.lex_state = 5, .external_lex_state = 6}, [3813] = {.lex_state = 5, .external_lex_state = 7}, - [3814] = {.lex_state = 1, .external_lex_state = 4}, + [3814] = {.lex_state = 4, .external_lex_state = 5}, [3815] = {.lex_state = 5, .external_lex_state = 7}, - [3816] = {.lex_state = 5, .external_lex_state = 7}, + [3816] = {.lex_state = 1, .external_lex_state = 4}, [3817] = {.lex_state = 5, .external_lex_state = 7}, [3818] = {.lex_state = 5, .external_lex_state = 7}, - [3819] = {.lex_state = 31, .external_lex_state = 2}, + [3819] = {.lex_state = 5, .external_lex_state = 7}, [3820] = {.lex_state = 5, .external_lex_state = 7}, [3821] = {.lex_state = 5, .external_lex_state = 7}, - [3822] = {.lex_state = 5, .external_lex_state = 7}, - [3823] = {.lex_state = 5, .external_lex_state = 7}, + [3822] = {.lex_state = 31, .external_lex_state = 2}, + [3823] = {.lex_state = 1, .external_lex_state = 4}, [3824] = {.lex_state = 5, .external_lex_state = 7}, - [3825] = {.lex_state = 5, .external_lex_state = 7}, + [3825] = {.lex_state = 1, .external_lex_state = 4}, [3826] = {.lex_state = 5, .external_lex_state = 7}, [3827] = {.lex_state = 5, .external_lex_state = 7}, - [3828] = {.lex_state = 5, .external_lex_state = 7}, - [3829] = {.lex_state = 5, .external_lex_state = 6}, + [3828] = {.lex_state = 31, .external_lex_state = 2}, + [3829] = {.lex_state = 5, .external_lex_state = 7}, [3830] = {.lex_state = 5, .external_lex_state = 7}, [3831] = {.lex_state = 5, .external_lex_state = 7}, [3832] = {.lex_state = 5, .external_lex_state = 7}, [3833] = {.lex_state = 5, .external_lex_state = 7}, - [3834] = {.lex_state = 4, .external_lex_state = 5}, + [3834] = {.lex_state = 5, .external_lex_state = 7}, [3835] = {.lex_state = 5, .external_lex_state = 7}, - [3836] = {.lex_state = 4, .external_lex_state = 5}, + [3836] = {.lex_state = 5, .external_lex_state = 7}, [3837] = {.lex_state = 5, .external_lex_state = 7}, [3838] = {.lex_state = 5, .external_lex_state = 7}, [3839] = {.lex_state = 5, .external_lex_state = 7}, [3840] = {.lex_state = 1, .external_lex_state = 4}, - [3841] = {.lex_state = 5, .external_lex_state = 7}, + [3841] = {.lex_state = 31, .external_lex_state = 2}, [3842] = {.lex_state = 5, .external_lex_state = 7}, [3843] = {.lex_state = 5, .external_lex_state = 7}, [3844] = {.lex_state = 5, .external_lex_state = 7}, - [3845] = {.lex_state = 5, .external_lex_state = 7}, - [3846] = {.lex_state = 5, .external_lex_state = 7}, + [3845] = {.lex_state = 5, .external_lex_state = 6}, + [3846] = {.lex_state = 1, .external_lex_state = 4}, [3847] = {.lex_state = 5, .external_lex_state = 7}, [3848] = {.lex_state = 5, .external_lex_state = 7}, - [3849] = {.lex_state = 1, .external_lex_state = 4}, - [3850] = {.lex_state = 31, .external_lex_state = 2}, - [3851] = {.lex_state = 1, .external_lex_state = 4}, - [3852] = {.lex_state = 4, .external_lex_state = 5}, + [3849] = {.lex_state = 5, .external_lex_state = 7}, + [3850] = {.lex_state = 5, .external_lex_state = 7}, + [3851] = {.lex_state = 5, .external_lex_state = 7}, + [3852] = {.lex_state = 1, .external_lex_state = 4}, [3853] = {.lex_state = 5, .external_lex_state = 7}, - [3854] = {.lex_state = 5, .external_lex_state = 7}, + [3854] = {.lex_state = 1, .external_lex_state = 4}, [3855] = {.lex_state = 5, .external_lex_state = 7}, - [3856] = {.lex_state = 1, .external_lex_state = 4}, - [3857] = {.lex_state = 5, .external_lex_state = 7}, - [3858] = {.lex_state = 5, .external_lex_state = 7}, - [3859] = {.lex_state = 5, .external_lex_state = 7}, + [3856] = {.lex_state = 5, .external_lex_state = 7}, + [3857] = {.lex_state = 1, .external_lex_state = 4}, + [3858] = {.lex_state = 1, .external_lex_state = 4}, + [3859] = {.lex_state = 5, .external_lex_state = 6}, [3860] = {.lex_state = 5, .external_lex_state = 7}, - [3861] = {.lex_state = 1, .external_lex_state = 4}, - [3862] = {.lex_state = 5, .external_lex_state = 6}, - [3863] = {.lex_state = 1, .external_lex_state = 4}, + [3861] = {.lex_state = 5, .external_lex_state = 6}, + [3862] = {.lex_state = 5, .external_lex_state = 7}, + [3863] = {.lex_state = 5, .external_lex_state = 6}, [3864] = {.lex_state = 5, .external_lex_state = 7}, [3865] = {.lex_state = 5, .external_lex_state = 7}, - [3866] = {.lex_state = 5, .external_lex_state = 7}, + [3866] = {.lex_state = 31, .external_lex_state = 2}, [3867] = {.lex_state = 5, .external_lex_state = 6}, [3868] = {.lex_state = 5, .external_lex_state = 6}, - [3869] = {.lex_state = 1, .external_lex_state = 4}, + [3869] = {.lex_state = 5, .external_lex_state = 7}, [3870] = {.lex_state = 5, .external_lex_state = 7}, - [3871] = {.lex_state = 5, .external_lex_state = 7}, - [3872] = {.lex_state = 4, .external_lex_state = 5}, + [3871] = {.lex_state = 1, .external_lex_state = 4}, + [3872] = {.lex_state = 5, .external_lex_state = 7}, [3873] = {.lex_state = 5, .external_lex_state = 7}, [3874] = {.lex_state = 5, .external_lex_state = 6}, - [3875] = {.lex_state = 5, .external_lex_state = 6}, - [3876] = {.lex_state = 5, .external_lex_state = 6}, + [3875] = {.lex_state = 5, .external_lex_state = 7}, + [3876] = {.lex_state = 1, .external_lex_state = 4}, [3877] = {.lex_state = 5, .external_lex_state = 7}, - [3878] = {.lex_state = 5, .external_lex_state = 7}, - [3879] = {.lex_state = 5, .external_lex_state = 7}, - [3880] = {.lex_state = 5, .external_lex_state = 7}, - [3881] = {.lex_state = 1, .external_lex_state = 4}, - [3882] = {.lex_state = 5, .external_lex_state = 6}, - [3883] = {.lex_state = 5, .external_lex_state = 7}, - [3884] = {.lex_state = 1, .external_lex_state = 4}, + [3878] = {.lex_state = 4, .external_lex_state = 5}, + [3879] = {.lex_state = 5, .external_lex_state = 6}, + [3880] = {.lex_state = 4, .external_lex_state = 5}, + [3881] = {.lex_state = 5, .external_lex_state = 6}, + [3882] = {.lex_state = 5, .external_lex_state = 7}, + [3883] = {.lex_state = 1, .external_lex_state = 4}, + [3884] = {.lex_state = 5, .external_lex_state = 6}, [3885] = {.lex_state = 5, .external_lex_state = 6}, [3886] = {.lex_state = 1, .external_lex_state = 4}, - [3887] = {.lex_state = 1, .external_lex_state = 4}, - [3888] = {.lex_state = 1, .external_lex_state = 4}, + [3887] = {.lex_state = 5, .external_lex_state = 6}, + [3888] = {.lex_state = 1, .external_lex_state = 3}, [3889] = {.lex_state = 1, .external_lex_state = 4}, - [3890] = {.lex_state = 1, .external_lex_state = 4}, + [3890] = {.lex_state = 5, .external_lex_state = 7}, [3891] = {.lex_state = 5, .external_lex_state = 7}, - [3892] = {.lex_state = 1, .external_lex_state = 4}, + [3892] = {.lex_state = 5, .external_lex_state = 6}, [3893] = {.lex_state = 5, .external_lex_state = 7}, [3894] = {.lex_state = 1, .external_lex_state = 4}, - [3895] = {.lex_state = 5, .external_lex_state = 7}, - [3896] = {.lex_state = 5, .external_lex_state = 6}, - [3897] = {.lex_state = 5, .external_lex_state = 7}, + [3895] = {.lex_state = 5, .external_lex_state = 6}, + [3896] = {.lex_state = 5, .external_lex_state = 7}, + [3897] = {.lex_state = 5, .external_lex_state = 6}, [3898] = {.lex_state = 5, .external_lex_state = 6}, [3899] = {.lex_state = 1, .external_lex_state = 4}, - [3900] = {.lex_state = 1, .external_lex_state = 4}, - [3901] = {.lex_state = 31, .external_lex_state = 2}, - [3902] = {.lex_state = 1, .external_lex_state = 4}, + [3900] = {.lex_state = 1, .external_lex_state = 3}, + [3901] = {.lex_state = 5, .external_lex_state = 7}, + [3902] = {.lex_state = 5, .external_lex_state = 7}, [3903] = {.lex_state = 5, .external_lex_state = 7}, - [3904] = {.lex_state = 1, .external_lex_state = 4}, - [3905] = {.lex_state = 5, .external_lex_state = 6}, - [3906] = {.lex_state = 5, .external_lex_state = 6}, + [3904] = {.lex_state = 5, .external_lex_state = 7}, + [3905] = {.lex_state = 1, .external_lex_state = 4}, + [3906] = {.lex_state = 1, .external_lex_state = 4}, [3907] = {.lex_state = 1, .external_lex_state = 4}, - [3908] = {.lex_state = 5, .external_lex_state = 6}, - [3909] = {.lex_state = 5, .external_lex_state = 6}, - [3910] = {.lex_state = 5, .external_lex_state = 6}, - [3911] = {.lex_state = 5, .external_lex_state = 6}, - [3912] = {.lex_state = 5, .external_lex_state = 7}, - [3913] = {.lex_state = 5, .external_lex_state = 6}, - [3914] = {.lex_state = 5, .external_lex_state = 6}, - [3915] = {.lex_state = 5, .external_lex_state = 7}, + [3908] = {.lex_state = 1, .external_lex_state = 4}, + [3909] = {.lex_state = 1, .external_lex_state = 4}, + [3910] = {.lex_state = 4, .external_lex_state = 5}, + [3911] = {.lex_state = 1, .external_lex_state = 4}, + [3912] = {.lex_state = 1, .external_lex_state = 4}, + [3913] = {.lex_state = 31, .external_lex_state = 2}, + [3914] = {.lex_state = 5, .external_lex_state = 7}, + [3915] = {.lex_state = 1, .external_lex_state = 4}, [3916] = {.lex_state = 5, .external_lex_state = 7}, - [3917] = {.lex_state = 5, .external_lex_state = 7}, - [3918] = {.lex_state = 5, .external_lex_state = 7}, + [3917] = {.lex_state = 31, .external_lex_state = 2}, + [3918] = {.lex_state = 31, .external_lex_state = 2}, [3919] = {.lex_state = 5, .external_lex_state = 7}, - [3920] = {.lex_state = 5, .external_lex_state = 7}, - [3921] = {.lex_state = 5, .external_lex_state = 7}, - [3922] = {.lex_state = 1, .external_lex_state = 4}, - [3923] = {.lex_state = 5, .external_lex_state = 7}, - [3924] = {.lex_state = 4, .external_lex_state = 5}, - [3925] = {.lex_state = 1, .external_lex_state = 4}, + [3920] = {.lex_state = 1, .external_lex_state = 4}, + [3921] = {.lex_state = 5, .external_lex_state = 6}, + [3922] = {.lex_state = 5, .external_lex_state = 6}, + [3923] = {.lex_state = 31, .external_lex_state = 2}, + [3924] = {.lex_state = 5, .external_lex_state = 6}, + [3925] = {.lex_state = 5, .external_lex_state = 6}, [3926] = {.lex_state = 5, .external_lex_state = 6}, - [3927] = {.lex_state = 5, .external_lex_state = 7}, - [3928] = {.lex_state = 5, .external_lex_state = 7}, - [3929] = {.lex_state = 31, .external_lex_state = 2}, - [3930] = {.lex_state = 5, .external_lex_state = 7}, + [3927] = {.lex_state = 5, .external_lex_state = 6}, + [3928] = {.lex_state = 5, .external_lex_state = 6}, + [3929] = {.lex_state = 1, .external_lex_state = 4}, + [3930] = {.lex_state = 1, .external_lex_state = 4}, [3931] = {.lex_state = 5, .external_lex_state = 6}, - [3932] = {.lex_state = 5, .external_lex_state = 6}, - [3933] = {.lex_state = 5, .external_lex_state = 7}, - [3934] = {.lex_state = 1, .external_lex_state = 4}, - [3935] = {.lex_state = 1, .external_lex_state = 4}, - [3936] = {.lex_state = 1, .external_lex_state = 4}, - [3937] = {.lex_state = 1, .external_lex_state = 4}, + [3932] = {.lex_state = 4, .external_lex_state = 5}, + [3933] = {.lex_state = 5, .external_lex_state = 6}, + [3934] = {.lex_state = 5, .external_lex_state = 7}, + [3935] = {.lex_state = 31, .external_lex_state = 2}, + [3936] = {.lex_state = 5, .external_lex_state = 6}, + [3937] = {.lex_state = 5, .external_lex_state = 7}, [3938] = {.lex_state = 5, .external_lex_state = 7}, - [3939] = {.lex_state = 31, .external_lex_state = 2}, + [3939] = {.lex_state = 5, .external_lex_state = 7}, [3940] = {.lex_state = 5, .external_lex_state = 7}, [3941] = {.lex_state = 5, .external_lex_state = 7}, - [3942] = {.lex_state = 5, .external_lex_state = 6}, - [3943] = {.lex_state = 31, .external_lex_state = 2}, - [3944] = {.lex_state = 4, .external_lex_state = 5}, - [3945] = {.lex_state = 5, .external_lex_state = 7}, - [3946] = {.lex_state = 5, .external_lex_state = 6}, - [3947] = {.lex_state = 5, .external_lex_state = 6}, - [3948] = {.lex_state = 31, .external_lex_state = 2}, - [3949] = {.lex_state = 31, .external_lex_state = 2}, - [3950] = {.lex_state = 5, .external_lex_state = 7}, - [3951] = {.lex_state = 1, .external_lex_state = 4}, - [3952] = {.lex_state = 1, .external_lex_state = 4}, - [3953] = {.lex_state = 1, .external_lex_state = 4}, - [3954] = {.lex_state = 5, .external_lex_state = 6}, + [3942] = {.lex_state = 5, .external_lex_state = 7}, + [3943] = {.lex_state = 5, .external_lex_state = 7}, + [3944] = {.lex_state = 5, .external_lex_state = 7}, + [3945] = {.lex_state = 5, .external_lex_state = 6}, + [3946] = {.lex_state = 5, .external_lex_state = 7}, + [3947] = {.lex_state = 5, .external_lex_state = 7}, + [3948] = {.lex_state = 5, .external_lex_state = 6}, + [3949] = {.lex_state = 5, .external_lex_state = 6}, + [3950] = {.lex_state = 5, .external_lex_state = 6}, + [3951] = {.lex_state = 5, .external_lex_state = 6}, + [3952] = {.lex_state = 31, .external_lex_state = 2}, + [3953] = {.lex_state = 5, .external_lex_state = 7}, + [3954] = {.lex_state = 5, .external_lex_state = 7}, [3955] = {.lex_state = 5, .external_lex_state = 6}, - [3956] = {.lex_state = 5, .external_lex_state = 7}, - [3957] = {.lex_state = 31, .external_lex_state = 2}, - [3958] = {.lex_state = 5, .external_lex_state = 6}, + [3956] = {.lex_state = 5, .external_lex_state = 6}, + [3957] = {.lex_state = 5, .external_lex_state = 7}, + [3958] = {.lex_state = 5, .external_lex_state = 7}, [3959] = {.lex_state = 5, .external_lex_state = 7}, - [3960] = {.lex_state = 5, .external_lex_state = 6}, - [3961] = {.lex_state = 31, .external_lex_state = 2}, + [3960] = {.lex_state = 1, .external_lex_state = 4}, + [3961] = {.lex_state = 5, .external_lex_state = 7}, [3962] = {.lex_state = 1, .external_lex_state = 4}, - [3963] = {.lex_state = 31, .external_lex_state = 2}, + [3963] = {.lex_state = 1, .external_lex_state = 4}, [3964] = {.lex_state = 5, .external_lex_state = 6}, [3965] = {.lex_state = 5, .external_lex_state = 7}, [3966] = {.lex_state = 1, .external_lex_state = 4}, - [3967] = {.lex_state = 31, .external_lex_state = 2}, + [3967] = {.lex_state = 5, .external_lex_state = 6}, [3968] = {.lex_state = 31, .external_lex_state = 2}, [3969] = {.lex_state = 5, .external_lex_state = 6}, [3970] = {.lex_state = 1, .external_lex_state = 4}, - [3971] = {.lex_state = 5, .external_lex_state = 6}, + [3971] = {.lex_state = 1, .external_lex_state = 4}, [3972] = {.lex_state = 5, .external_lex_state = 6}, [3973] = {.lex_state = 5, .external_lex_state = 6}, - [3974] = {.lex_state = 5, .external_lex_state = 6}, - [3975] = {.lex_state = 5, .external_lex_state = 6}, - [3976] = {.lex_state = 5, .external_lex_state = 7}, - [3977] = {.lex_state = 31, .external_lex_state = 2}, - [3978] = {.lex_state = 5, .external_lex_state = 7}, + [3974] = {.lex_state = 31, .external_lex_state = 2}, + [3975] = {.lex_state = 5, .external_lex_state = 7}, + [3976] = {.lex_state = 1, .external_lex_state = 4}, + [3977] = {.lex_state = 1, .external_lex_state = 4}, + [3978] = {.lex_state = 5, .external_lex_state = 6}, [3979] = {.lex_state = 1, .external_lex_state = 4}, - [3980] = {.lex_state = 5, .external_lex_state = 6}, - [3981] = {.lex_state = 5, .external_lex_state = 7}, - [3982] = {.lex_state = 5, .external_lex_state = 6}, - [3983] = {.lex_state = 5, .external_lex_state = 7}, - [3984] = {.lex_state = 5, .external_lex_state = 7}, - [3985] = {.lex_state = 5, .external_lex_state = 7}, + [3980] = {.lex_state = 31, .external_lex_state = 2}, + [3981] = {.lex_state = 5, .external_lex_state = 6}, + [3982] = {.lex_state = 5, .external_lex_state = 7}, + [3983] = {.lex_state = 1, .external_lex_state = 4}, + [3984] = {.lex_state = 1, .external_lex_state = 4}, + [3985] = {.lex_state = 1, .external_lex_state = 4}, [3986] = {.lex_state = 5, .external_lex_state = 6}, - [3987] = {.lex_state = 5, .external_lex_state = 6}, - [3988] = {.lex_state = 5, .external_lex_state = 7}, + [3987] = {.lex_state = 1, .external_lex_state = 4}, + [3988] = {.lex_state = 1, .external_lex_state = 4}, [3989] = {.lex_state = 1, .external_lex_state = 4}, [3990] = {.lex_state = 5, .external_lex_state = 6}, - [3991] = {.lex_state = 5, .external_lex_state = 6}, - [3992] = {.lex_state = 31, .external_lex_state = 2}, - [3993] = {.lex_state = 5, .external_lex_state = 6}, - [3994] = {.lex_state = 5, .external_lex_state = 6}, - [3995] = {.lex_state = 5, .external_lex_state = 6}, - [3996] = {.lex_state = 31, .external_lex_state = 2}, + [3991] = {.lex_state = 1, .external_lex_state = 4}, + [3992] = {.lex_state = 1, .external_lex_state = 4}, + [3993] = {.lex_state = 5, .external_lex_state = 7}, + [3994] = {.lex_state = 5, .external_lex_state = 7}, + [3995] = {.lex_state = 5, .external_lex_state = 7}, + [3996] = {.lex_state = 5, .external_lex_state = 6}, [3997] = {.lex_state = 5, .external_lex_state = 7}, [3998] = {.lex_state = 5, .external_lex_state = 7}, - [3999] = {.lex_state = 5, .external_lex_state = 6}, - [4000] = {.lex_state = 31, .external_lex_state = 2}, - [4001] = {.lex_state = 1, .external_lex_state = 4}, - [4002] = {.lex_state = 1, .external_lex_state = 4}, - [4003] = {.lex_state = 1, .external_lex_state = 4}, + [3999] = {.lex_state = 5, .external_lex_state = 7}, + [4000] = {.lex_state = 5, .external_lex_state = 6}, + [4001] = {.lex_state = 31, .external_lex_state = 2}, + [4002] = {.lex_state = 31, .external_lex_state = 2}, + [4003] = {.lex_state = 31, .external_lex_state = 2}, [4004] = {.lex_state = 5, .external_lex_state = 7}, - [4005] = {.lex_state = 1, .external_lex_state = 4}, + [4005] = {.lex_state = 5, .external_lex_state = 7}, [4006] = {.lex_state = 5, .external_lex_state = 6}, - [4007] = {.lex_state = 5, .external_lex_state = 7}, - [4008] = {.lex_state = 5, .external_lex_state = 7}, - [4009] = {.lex_state = 5, .external_lex_state = 6}, + [4007] = {.lex_state = 31, .external_lex_state = 2}, + [4008] = {.lex_state = 31, .external_lex_state = 2}, + [4009] = {.lex_state = 1, .external_lex_state = 4}, [4010] = {.lex_state = 5, .external_lex_state = 7}, [4011] = {.lex_state = 5, .external_lex_state = 7}, - [4012] = {.lex_state = 5, .external_lex_state = 6}, - [4013] = {.lex_state = 5, .external_lex_state = 7}, - [4014] = {.lex_state = 5, .external_lex_state = 7}, - [4015] = {.lex_state = 1, .external_lex_state = 4}, - [4016] = {.lex_state = 5, .external_lex_state = 7}, + [4012] = {.lex_state = 5, .external_lex_state = 7}, + [4013] = {.lex_state = 5, .external_lex_state = 6}, + [4014] = {.lex_state = 31, .external_lex_state = 2}, + [4015] = {.lex_state = 31, .external_lex_state = 2}, + [4016] = {.lex_state = 5, .external_lex_state = 6}, [4017] = {.lex_state = 5, .external_lex_state = 6}, - [4018] = {.lex_state = 1, .external_lex_state = 4}, - [4019] = {.lex_state = 5, .external_lex_state = 7}, - [4020] = {.lex_state = 1, .external_lex_state = 4}, + [4018] = {.lex_state = 5, .external_lex_state = 6}, + [4019] = {.lex_state = 5, .external_lex_state = 6}, + [4020] = {.lex_state = 5, .external_lex_state = 6}, [4021] = {.lex_state = 5, .external_lex_state = 6}, [4022] = {.lex_state = 5, .external_lex_state = 7}, - [4023] = {.lex_state = 31, .external_lex_state = 2}, + [4023] = {.lex_state = 5, .external_lex_state = 6}, [4024] = {.lex_state = 5, .external_lex_state = 6}, - [4025] = {.lex_state = 1, .external_lex_state = 4}, - [4026] = {.lex_state = 1, .external_lex_state = 4}, - [4027] = {.lex_state = 1, .external_lex_state = 4}, + [4025] = {.lex_state = 5, .external_lex_state = 6}, + [4026] = {.lex_state = 5, .external_lex_state = 7}, + [4027] = {.lex_state = 5, .external_lex_state = 6}, [4028] = {.lex_state = 5, .external_lex_state = 7}, - [4029] = {.lex_state = 5, .external_lex_state = 7}, - [4030] = {.lex_state = 5, .external_lex_state = 6}, - [4031] = {.lex_state = 1, .external_lex_state = 4}, + [4029] = {.lex_state = 5, .external_lex_state = 6}, + [4030] = {.lex_state = 5, .external_lex_state = 7}, + [4031] = {.lex_state = 5, .external_lex_state = 6}, [4032] = {.lex_state = 5, .external_lex_state = 6}, [4033] = {.lex_state = 5, .external_lex_state = 7}, - [4034] = {.lex_state = 1, .external_lex_state = 4}, - [4035] = {.lex_state = 5, .external_lex_state = 6}, + [4034] = {.lex_state = 5, .external_lex_state = 7}, + [4035] = {.lex_state = 5, .external_lex_state = 7}, [4036] = {.lex_state = 5, .external_lex_state = 7}, - [4037] = {.lex_state = 1, .external_lex_state = 4}, - [4038] = {.lex_state = 1, .external_lex_state = 4}, - [4039] = {.lex_state = 1, .external_lex_state = 4}, - [4040] = {.lex_state = 5, .external_lex_state = 6}, + [4037] = {.lex_state = 5, .external_lex_state = 7}, + [4038] = {.lex_state = 5, .external_lex_state = 6}, + [4039] = {.lex_state = 5, .external_lex_state = 7}, + [4040] = {.lex_state = 5, .external_lex_state = 7}, [4041] = {.lex_state = 5, .external_lex_state = 6}, - [4042] = {.lex_state = 1, .external_lex_state = 4}, + [4042] = {.lex_state = 5, .external_lex_state = 6}, [4043] = {.lex_state = 5, .external_lex_state = 6}, - [4044] = {.lex_state = 5, .external_lex_state = 6}, - [4045] = {.lex_state = 1, .external_lex_state = 4}, - [4046] = {.lex_state = 5, .external_lex_state = 6}, - [4047] = {.lex_state = 5, .external_lex_state = 7}, + [4044] = {.lex_state = 5, .external_lex_state = 7}, + [4045] = {.lex_state = 5, .external_lex_state = 6}, + [4046] = {.lex_state = 1, .external_lex_state = 4}, + [4047] = {.lex_state = 5, .external_lex_state = 6}, [4048] = {.lex_state = 1, .external_lex_state = 4}, - [4049] = {.lex_state = 5, .external_lex_state = 6}, - [4050] = {.lex_state = 5, .external_lex_state = 7}, - [4051] = {.lex_state = 5, .external_lex_state = 6}, + [4049] = {.lex_state = 1, .external_lex_state = 4}, + [4050] = {.lex_state = 1, .external_lex_state = 4}, + [4051] = {.lex_state = 1, .external_lex_state = 4}, [4052] = {.lex_state = 5, .external_lex_state = 7}, - [4053] = {.lex_state = 5, .external_lex_state = 7}, - [4054] = {.lex_state = 5, .external_lex_state = 7}, - [4055] = {.lex_state = 5, .external_lex_state = 7}, - [4056] = {.lex_state = 5, .external_lex_state = 7}, - [4057] = {.lex_state = 5, .external_lex_state = 7}, - [4058] = {.lex_state = 5, .external_lex_state = 7}, + [4053] = {.lex_state = 5, .external_lex_state = 6}, + [4054] = {.lex_state = 1, .external_lex_state = 4}, + [4055] = {.lex_state = 1, .external_lex_state = 4}, + [4056] = {.lex_state = 5, .external_lex_state = 6}, + [4057] = {.lex_state = 5, .external_lex_state = 6}, + [4058] = {.lex_state = 5, .external_lex_state = 6}, [4059] = {.lex_state = 5, .external_lex_state = 7}, [4060] = {.lex_state = 5, .external_lex_state = 7}, [4061] = {.lex_state = 5, .external_lex_state = 7}, - [4062] = {.lex_state = 5, .external_lex_state = 7}, + [4062] = {.lex_state = 1, .external_lex_state = 4}, [4063] = {.lex_state = 5, .external_lex_state = 7}, - [4064] = {.lex_state = 5, .external_lex_state = 6}, - [4065] = {.lex_state = 5, .external_lex_state = 6}, + [4064] = {.lex_state = 5, .external_lex_state = 7}, + [4065] = {.lex_state = 5, .external_lex_state = 7}, [4066] = {.lex_state = 1, .external_lex_state = 4}, [4067] = {.lex_state = 5, .external_lex_state = 6}, [4068] = {.lex_state = 5, .external_lex_state = 7}, - [4069] = {.lex_state = 5, .external_lex_state = 7}, + [4069] = {.lex_state = 1, .external_lex_state = 4}, [4070] = {.lex_state = 5, .external_lex_state = 7}, [4071] = {.lex_state = 5, .external_lex_state = 7}, - [4072] = {.lex_state = 5, .external_lex_state = 7}, + [4072] = {.lex_state = 5, .external_lex_state = 6}, [4073] = {.lex_state = 5, .external_lex_state = 6}, [4074] = {.lex_state = 5, .external_lex_state = 7}, [4075] = {.lex_state = 5, .external_lex_state = 6}, - [4076] = {.lex_state = 1, .external_lex_state = 4}, - [4077] = {.lex_state = 5, .external_lex_state = 6}, - [4078] = {.lex_state = 1, .external_lex_state = 4}, + [4076] = {.lex_state = 5, .external_lex_state = 7}, + [4077] = {.lex_state = 5, .external_lex_state = 7}, + [4078] = {.lex_state = 5, .external_lex_state = 7}, [4079] = {.lex_state = 5, .external_lex_state = 7}, [4080] = {.lex_state = 5, .external_lex_state = 6}, - [4081] = {.lex_state = 1, .external_lex_state = 4}, - [4082] = {.lex_state = 5, .external_lex_state = 6}, + [4081] = {.lex_state = 5, .external_lex_state = 7}, + [4082] = {.lex_state = 5, .external_lex_state = 7}, [4083] = {.lex_state = 5, .external_lex_state = 6}, - [4084] = {.lex_state = 5, .external_lex_state = 6}, - [4085] = {.lex_state = 5, .external_lex_state = 6}, - [4086] = {.lex_state = 5, .external_lex_state = 6}, + [4084] = {.lex_state = 1, .external_lex_state = 4}, + [4085] = {.lex_state = 5, .external_lex_state = 7}, + [4086] = {.lex_state = 1, .external_lex_state = 4}, [4087] = {.lex_state = 5, .external_lex_state = 7}, [4088] = {.lex_state = 5, .external_lex_state = 6}, - [4089] = {.lex_state = 5, .external_lex_state = 7}, - [4090] = {.lex_state = 5, .external_lex_state = 6}, - [4091] = {.lex_state = 5, .external_lex_state = 6}, + [4089] = {.lex_state = 5, .external_lex_state = 6}, + [4090] = {.lex_state = 5, .external_lex_state = 7}, + [4091] = {.lex_state = 5, .external_lex_state = 7}, [4092] = {.lex_state = 5, .external_lex_state = 6}, - [4093] = {.lex_state = 5, .external_lex_state = 6}, - [4094] = {.lex_state = 5, .external_lex_state = 7}, - [4095] = {.lex_state = 5, .external_lex_state = 7}, + [4093] = {.lex_state = 1, .external_lex_state = 3}, + [4094] = {.lex_state = 1, .external_lex_state = 3}, + [4095] = {.lex_state = 5, .external_lex_state = 6}, [4096] = {.lex_state = 5, .external_lex_state = 6}, - [4097] = {.lex_state = 5, .external_lex_state = 7}, + [4097] = {.lex_state = 5, .external_lex_state = 6}, [4098] = {.lex_state = 5, .external_lex_state = 7}, - [4099] = {.lex_state = 5, .external_lex_state = 7}, + [4099] = {.lex_state = 5, .external_lex_state = 6}, [4100] = {.lex_state = 5, .external_lex_state = 7}, - [4101] = {.lex_state = 5, .external_lex_state = 7}, + [4101] = {.lex_state = 5, .external_lex_state = 6}, [4102] = {.lex_state = 5, .external_lex_state = 7}, [4103] = {.lex_state = 5, .external_lex_state = 7}, [4104] = {.lex_state = 5, .external_lex_state = 7}, - [4105] = {.lex_state = 5, .external_lex_state = 7}, + [4105] = {.lex_state = 5, .external_lex_state = 6}, [4106] = {.lex_state = 5, .external_lex_state = 7}, [4107] = {.lex_state = 5, .external_lex_state = 6}, - [4108] = {.lex_state = 1, .external_lex_state = 3}, - [4109] = {.lex_state = 5, .external_lex_state = 6}, - [4110] = {.lex_state = 1, .external_lex_state = 3}, + [4108] = {.lex_state = 5, .external_lex_state = 6}, + [4109] = {.lex_state = 5, .external_lex_state = 7}, + [4110] = {.lex_state = 5, .external_lex_state = 6}, [4111] = {.lex_state = 5, .external_lex_state = 7}, - [4112] = {.lex_state = 1, .external_lex_state = 4}, + [4112] = {.lex_state = 5, .external_lex_state = 7}, [4113] = {.lex_state = 5, .external_lex_state = 7}, - [4114] = {.lex_state = 5, .external_lex_state = 7}, + [4114] = {.lex_state = 5, .external_lex_state = 6}, [4115] = {.lex_state = 5, .external_lex_state = 7}, [4116] = {.lex_state = 5, .external_lex_state = 7}, [4117] = {.lex_state = 5, .external_lex_state = 7}, - [4118] = {.lex_state = 5, .external_lex_state = 7}, + [4118] = {.lex_state = 5, .external_lex_state = 6}, [4119] = {.lex_state = 5, .external_lex_state = 7}, [4120] = {.lex_state = 5, .external_lex_state = 7}, - [4121] = {.lex_state = 5, .external_lex_state = 7}, - [4122] = {.lex_state = 5, .external_lex_state = 7}, - [4123] = {.lex_state = 5, .external_lex_state = 7}, - [4124] = {.lex_state = 5, .external_lex_state = 7}, + [4121] = {.lex_state = 5, .external_lex_state = 6}, + [4122] = {.lex_state = 1, .external_lex_state = 4}, + [4123] = {.lex_state = 5, .external_lex_state = 6}, + [4124] = {.lex_state = 1, .external_lex_state = 4}, [4125] = {.lex_state = 5, .external_lex_state = 7}, [4126] = {.lex_state = 5, .external_lex_state = 7}, - [4127] = {.lex_state = 5, .external_lex_state = 7}, + [4127] = {.lex_state = 1, .external_lex_state = 4}, [4128] = {.lex_state = 5, .external_lex_state = 7}, - [4129] = {.lex_state = 5, .external_lex_state = 7}, + [4129] = {.lex_state = 1, .external_lex_state = 4}, [4130] = {.lex_state = 5, .external_lex_state = 7}, - [4131] = {.lex_state = 1, .external_lex_state = 4}, - [4132] = {.lex_state = 1, .external_lex_state = 4}, - [4133] = {.lex_state = 5, .external_lex_state = 7}, + [4131] = {.lex_state = 5, .external_lex_state = 7}, + [4132] = {.lex_state = 5, .external_lex_state = 7}, + [4133] = {.lex_state = 1, .external_lex_state = 4}, [4134] = {.lex_state = 5, .external_lex_state = 7}, [4135] = {.lex_state = 5, .external_lex_state = 7}, - [4136] = {.lex_state = 1, .external_lex_state = 4}, - [4137] = {.lex_state = 1, .external_lex_state = 4}, - [4138] = {.lex_state = 5, .external_lex_state = 6}, - [4139] = {.lex_state = 5, .external_lex_state = 7}, - [4140] = {.lex_state = 5, .external_lex_state = 6}, - [4141] = {.lex_state = 1, .external_lex_state = 4}, + [4136] = {.lex_state = 5, .external_lex_state = 7}, + [4137] = {.lex_state = 5, .external_lex_state = 7}, + [4138] = {.lex_state = 1, .external_lex_state = 4}, + [4139] = {.lex_state = 1, .external_lex_state = 4}, + [4140] = {.lex_state = 5, .external_lex_state = 7}, + [4141] = {.lex_state = 5, .external_lex_state = 7}, [4142] = {.lex_state = 5, .external_lex_state = 7}, [4143] = {.lex_state = 5, .external_lex_state = 7}, - [4144] = {.lex_state = 1, .external_lex_state = 4}, - [4145] = {.lex_state = 1, .external_lex_state = 4}, - [4146] = {.lex_state = 1, .external_lex_state = 4}, + [4144] = {.lex_state = 5, .external_lex_state = 7}, + [4145] = {.lex_state = 5, .external_lex_state = 7}, + [4146] = {.lex_state = 5, .external_lex_state = 7}, [4147] = {.lex_state = 5, .external_lex_state = 7}, [4148] = {.lex_state = 5, .external_lex_state = 7}, [4149] = {.lex_state = 5, .external_lex_state = 7}, [4150] = {.lex_state = 5, .external_lex_state = 7}, [4151] = {.lex_state = 5, .external_lex_state = 7}, [4152] = {.lex_state = 5, .external_lex_state = 7}, - [4153] = {.lex_state = 1, .external_lex_state = 4}, - [4154] = {.lex_state = 5, .external_lex_state = 7}, + [4153] = {.lex_state = 5, .external_lex_state = 7}, + [4154] = {.lex_state = 1, .external_lex_state = 4}, [4155] = {.lex_state = 5, .external_lex_state = 7}, - [4156] = {.lex_state = 5, .external_lex_state = 7}, - [4157] = {.lex_state = 5, .external_lex_state = 6}, - [4158] = {.lex_state = 5, .external_lex_state = 6}, - [4159] = {.lex_state = 5, .external_lex_state = 6}, - [4160] = {.lex_state = 5, .external_lex_state = 6}, + [4156] = {.lex_state = 1, .external_lex_state = 4}, + [4157] = {.lex_state = 1, .external_lex_state = 4}, + [4158] = {.lex_state = 5, .external_lex_state = 7}, + [4159] = {.lex_state = 5, .external_lex_state = 7}, + [4160] = {.lex_state = 5, .external_lex_state = 7}, [4161] = {.lex_state = 5, .external_lex_state = 7}, - [4162] = {.lex_state = 5, .external_lex_state = 6}, - [4163] = {.lex_state = 5, .external_lex_state = 6}, + [4162] = {.lex_state = 5, .external_lex_state = 7}, + [4163] = {.lex_state = 5, .external_lex_state = 7}, [4164] = {.lex_state = 5, .external_lex_state = 6}, - [4165] = {.lex_state = 5, .external_lex_state = 6}, + [4165] = {.lex_state = 5, .external_lex_state = 7}, [4166] = {.lex_state = 5, .external_lex_state = 6}, - [4167] = {.lex_state = 5, .external_lex_state = 6}, + [4167] = {.lex_state = 5, .external_lex_state = 7}, [4168] = {.lex_state = 5, .external_lex_state = 6}, [4169] = {.lex_state = 5, .external_lex_state = 6}, [4170] = {.lex_state = 5, .external_lex_state = 6}, - [4171] = {.lex_state = 5, .external_lex_state = 6}, - [4172] = {.lex_state = 5, .external_lex_state = 6}, - [4173] = {.lex_state = 5, .external_lex_state = 7}, + [4171] = {.lex_state = 5, .external_lex_state = 7}, + [4172] = {.lex_state = 5, .external_lex_state = 7}, + [4173] = {.lex_state = 5, .external_lex_state = 6}, [4174] = {.lex_state = 5, .external_lex_state = 7}, [4175] = {.lex_state = 5, .external_lex_state = 6}, - [4176] = {.lex_state = 5, .external_lex_state = 7}, - [4177] = {.lex_state = 5, .external_lex_state = 7}, - [4178] = {.lex_state = 5, .external_lex_state = 6}, + [4176] = {.lex_state = 5, .external_lex_state = 6}, + [4177] = {.lex_state = 5, .external_lex_state = 6}, + [4178] = {.lex_state = 5, .external_lex_state = 7}, [4179] = {.lex_state = 5, .external_lex_state = 7}, - [4180] = {.lex_state = 5, .external_lex_state = 7}, - [4181] = {.lex_state = 5, .external_lex_state = 7}, - [4182] = {.lex_state = 5, .external_lex_state = 7}, - [4183] = {.lex_state = 5, .external_lex_state = 7}, - [4184] = {.lex_state = 5, .external_lex_state = 7}, + [4180] = {.lex_state = 5, .external_lex_state = 6}, + [4181] = {.lex_state = 5, .external_lex_state = 6}, + [4182] = {.lex_state = 5, .external_lex_state = 6}, + [4183] = {.lex_state = 5, .external_lex_state = 6}, + [4184] = {.lex_state = 5, .external_lex_state = 6}, [4185] = {.lex_state = 5, .external_lex_state = 7}, [4186] = {.lex_state = 5, .external_lex_state = 6}, - [4187] = {.lex_state = 5, .external_lex_state = 7}, - [4188] = {.lex_state = 5, .external_lex_state = 7}, + [4187] = {.lex_state = 5, .external_lex_state = 6}, + [4188] = {.lex_state = 5, .external_lex_state = 6}, [4189] = {.lex_state = 5, .external_lex_state = 7}, - [4190] = {.lex_state = 5, .external_lex_state = 7}, + [4190] = {.lex_state = 5, .external_lex_state = 6}, [4191] = {.lex_state = 5, .external_lex_state = 7}, - [4192] = {.lex_state = 5, .external_lex_state = 6}, - [4193] = {.lex_state = 5, .external_lex_state = 6}, + [4192] = {.lex_state = 5, .external_lex_state = 7}, + [4193] = {.lex_state = 5, .external_lex_state = 7}, [4194] = {.lex_state = 5, .external_lex_state = 7}, - [4195] = {.lex_state = 5, .external_lex_state = 7}, + [4195] = {.lex_state = 5, .external_lex_state = 6}, [4196] = {.lex_state = 5, .external_lex_state = 7}, - [4197] = {.lex_state = 31, .external_lex_state = 2}, + [4197] = {.lex_state = 5, .external_lex_state = 7}, [4198] = {.lex_state = 5, .external_lex_state = 6}, - [4199] = {.lex_state = 5, .external_lex_state = 7}, + [4199] = {.lex_state = 31, .external_lex_state = 2}, [4200] = {.lex_state = 5, .external_lex_state = 7}, - [4201] = {.lex_state = 5, .external_lex_state = 6}, + [4201] = {.lex_state = 5, .external_lex_state = 7}, [4202] = {.lex_state = 5, .external_lex_state = 7}, [4203] = {.lex_state = 5, .external_lex_state = 6}, [4204] = {.lex_state = 5, .external_lex_state = 7}, [4205] = {.lex_state = 5, .external_lex_state = 6}, - [4206] = {.lex_state = 5, .external_lex_state = 6}, - [4207] = {.lex_state = 5, .external_lex_state = 6}, - [4208] = {.lex_state = 5, .external_lex_state = 6}, + [4206] = {.lex_state = 5, .external_lex_state = 7}, + [4207] = {.lex_state = 5, .external_lex_state = 7}, + [4208] = {.lex_state = 5, .external_lex_state = 7}, [4209] = {.lex_state = 5, .external_lex_state = 6}, [4210] = {.lex_state = 5, .external_lex_state = 7}, - [4211] = {.lex_state = 5, .external_lex_state = 6}, + [4211] = {.lex_state = 5, .external_lex_state = 7}, [4212] = {.lex_state = 5, .external_lex_state = 7}, - [4213] = {.lex_state = 5, .external_lex_state = 7}, - [4214] = {.lex_state = 5, .external_lex_state = 6}, + [4213] = {.lex_state = 5, .external_lex_state = 6}, + [4214] = {.lex_state = 5, .external_lex_state = 7}, [4215] = {.lex_state = 5, .external_lex_state = 6}, - [4216] = {.lex_state = 5, .external_lex_state = 7}, - [4217] = {.lex_state = 5, .external_lex_state = 6}, - [4218] = {.lex_state = 5, .external_lex_state = 7}, + [4216] = {.lex_state = 5, .external_lex_state = 6}, + [4217] = {.lex_state = 5, .external_lex_state = 7}, + [4218] = {.lex_state = 5, .external_lex_state = 6}, [4219] = {.lex_state = 5, .external_lex_state = 6}, [4220] = {.lex_state = 5, .external_lex_state = 6}, - [4221] = {.lex_state = 5, .external_lex_state = 7}, + [4221] = {.lex_state = 5, .external_lex_state = 6}, [4222] = {.lex_state = 5, .external_lex_state = 6}, - [4223] = {.lex_state = 7, .external_lex_state = 8}, - [4224] = {.lex_state = 7, .external_lex_state = 8}, - [4225] = {.lex_state = 7, .external_lex_state = 8}, - [4226] = {.lex_state = 7, .external_lex_state = 8}, - [4227] = {.lex_state = 7, .external_lex_state = 8}, - [4228] = {.lex_state = 7, .external_lex_state = 8}, - [4229] = {.lex_state = 5, .external_lex_state = 6}, - [4230] = {.lex_state = 7, .external_lex_state = 8}, - [4231] = {.lex_state = 5, .external_lex_state = 6}, + [4223] = {.lex_state = 5, .external_lex_state = 6}, + [4224] = {.lex_state = 5, .external_lex_state = 6}, + [4225] = {.lex_state = 5, .external_lex_state = 7}, + [4226] = {.lex_state = 5, .external_lex_state = 6}, + [4227] = {.lex_state = 5, .external_lex_state = 6}, + [4228] = {.lex_state = 5, .external_lex_state = 7}, + [4229] = {.lex_state = 5, .external_lex_state = 7}, + [4230] = {.lex_state = 5, .external_lex_state = 7}, + [4231] = {.lex_state = 7, .external_lex_state = 8}, [4232] = {.lex_state = 7, .external_lex_state = 8}, - [4233] = {.lex_state = 7, .external_lex_state = 8}, + [4233] = {.lex_state = 5, .external_lex_state = 6}, [4234] = {.lex_state = 7, .external_lex_state = 8}, - [4235] = {.lex_state = 7, .external_lex_state = 8}, + [4235] = {.lex_state = 5, .external_lex_state = 6}, [4236] = {.lex_state = 7, .external_lex_state = 8}, - [4237] = {.lex_state = 5, .external_lex_state = 6}, - [4238] = {.lex_state = 5, .external_lex_state = 6}, + [4237] = {.lex_state = 7, .external_lex_state = 8}, + [4238] = {.lex_state = 7, .external_lex_state = 8}, [4239] = {.lex_state = 7, .external_lex_state = 8}, - [4240] = {.lex_state = 7, .external_lex_state = 8}, + [4240] = {.lex_state = 5, .external_lex_state = 6}, [4241] = {.lex_state = 7, .external_lex_state = 8}, - [4242] = {.lex_state = 7, .external_lex_state = 8}, + [4242] = {.lex_state = 5, .external_lex_state = 6}, [4243] = {.lex_state = 7, .external_lex_state = 8}, [4244] = {.lex_state = 7, .external_lex_state = 8}, - [4245] = {.lex_state = 7, .external_lex_state = 8}, + [4245] = {.lex_state = 5, .external_lex_state = 6}, [4246] = {.lex_state = 7, .external_lex_state = 8}, [4247] = {.lex_state = 7, .external_lex_state = 8}, - [4248] = {.lex_state = 5, .external_lex_state = 6}, - [4249] = {.lex_state = 5, .external_lex_state = 6}, - [4250] = {.lex_state = 7, .external_lex_state = 8}, - [4251] = {.lex_state = 7, .external_lex_state = 8}, - [4252] = {.lex_state = 7, .external_lex_state = 8}, + [4248] = {.lex_state = 7, .external_lex_state = 8}, + [4249] = {.lex_state = 7, .external_lex_state = 8}, + [4250] = {.lex_state = 5, .external_lex_state = 6}, + [4251] = {.lex_state = 5, .external_lex_state = 6}, + [4252] = {.lex_state = 5, .external_lex_state = 6}, [4253] = {.lex_state = 7, .external_lex_state = 8}, - [4254] = {.lex_state = 7, .external_lex_state = 8}, + [4254] = {.lex_state = 5, .external_lex_state = 6}, [4255] = {.lex_state = 7, .external_lex_state = 8}, - [4256] = {.lex_state = 7, .external_lex_state = 8}, + [4256] = {.lex_state = 5, .external_lex_state = 6}, [4257] = {.lex_state = 7, .external_lex_state = 8}, - [4258] = {.lex_state = 5, .external_lex_state = 6}, - [4259] = {.lex_state = 5, .external_lex_state = 6}, + [4258] = {.lex_state = 7, .external_lex_state = 8}, + [4259] = {.lex_state = 7, .external_lex_state = 8}, [4260] = {.lex_state = 7, .external_lex_state = 8}, - [4261] = {.lex_state = 5, .external_lex_state = 6}, + [4261] = {.lex_state = 7, .external_lex_state = 8}, [4262] = {.lex_state = 7, .external_lex_state = 8}, - [4263] = {.lex_state = 5, .external_lex_state = 6}, + [4263] = {.lex_state = 7, .external_lex_state = 8}, [4264] = {.lex_state = 7, .external_lex_state = 8}, [4265] = {.lex_state = 7, .external_lex_state = 8}, - [4266] = {.lex_state = 5, .external_lex_state = 6}, + [4266] = {.lex_state = 7, .external_lex_state = 8}, [4267] = {.lex_state = 5, .external_lex_state = 6}, - [4268] = {.lex_state = 7, .external_lex_state = 8}, + [4268] = {.lex_state = 5, .external_lex_state = 6}, [4269] = {.lex_state = 7, .external_lex_state = 8}, - [4270] = {.lex_state = 7, .external_lex_state = 8}, + [4270] = {.lex_state = 5, .external_lex_state = 6}, [4271] = {.lex_state = 7, .external_lex_state = 8}, [4272] = {.lex_state = 7, .external_lex_state = 8}, [4273] = {.lex_state = 7, .external_lex_state = 8}, - [4274] = {.lex_state = 5, .external_lex_state = 6}, - [4275] = {.lex_state = 5, .external_lex_state = 6}, - [4276] = {.lex_state = 5, .external_lex_state = 6}, + [4274] = {.lex_state = 7, .external_lex_state = 8}, + [4275] = {.lex_state = 7, .external_lex_state = 8}, + [4276] = {.lex_state = 7, .external_lex_state = 8}, [4277] = {.lex_state = 7, .external_lex_state = 8}, [4278] = {.lex_state = 7, .external_lex_state = 8}, [4279] = {.lex_state = 7, .external_lex_state = 8}, - [4280] = {.lex_state = 7, .external_lex_state = 8}, + [4280] = {.lex_state = 5, .external_lex_state = 6}, [4281] = {.lex_state = 7, .external_lex_state = 8}, [4282] = {.lex_state = 7, .external_lex_state = 8}, [4283] = {.lex_state = 7, .external_lex_state = 8}, [4284] = {.lex_state = 7, .external_lex_state = 8}, - [4285] = {.lex_state = 7, .external_lex_state = 8}, + [4285] = {.lex_state = 5, .external_lex_state = 6}, [4286] = {.lex_state = 7, .external_lex_state = 8}, [4287] = {.lex_state = 7, .external_lex_state = 8}, - [4288] = {.lex_state = 5, .external_lex_state = 6}, + [4288] = {.lex_state = 7, .external_lex_state = 8}, [4289] = {.lex_state = 7, .external_lex_state = 8}, [4290] = {.lex_state = 7, .external_lex_state = 8}, [4291] = {.lex_state = 7, .external_lex_state = 8}, [4292] = {.lex_state = 7, .external_lex_state = 8}, [4293] = {.lex_state = 7, .external_lex_state = 8}, - [4294] = {.lex_state = 5, .external_lex_state = 6}, - [4295] = {.lex_state = 5, .external_lex_state = 6}, - [4296] = {.lex_state = 5, .external_lex_state = 6}, - [4297] = {.lex_state = 5, .external_lex_state = 6}, - [4298] = {.lex_state = 5, .external_lex_state = 6}, - [4299] = {.lex_state = 5, .external_lex_state = 6}, + [4294] = {.lex_state = 7, .external_lex_state = 8}, + [4295] = {.lex_state = 7, .external_lex_state = 8}, + [4296] = {.lex_state = 7, .external_lex_state = 8}, + [4297] = {.lex_state = 7, .external_lex_state = 8}, + [4298] = {.lex_state = 7, .external_lex_state = 8}, + [4299] = {.lex_state = 7, .external_lex_state = 8}, [4300] = {.lex_state = 5, .external_lex_state = 6}, - [4301] = {.lex_state = 5, .external_lex_state = 6}, + [4301] = {.lex_state = 7, .external_lex_state = 8}, [4302] = {.lex_state = 5, .external_lex_state = 6}, [4303] = {.lex_state = 5, .external_lex_state = 6}, [4304] = {.lex_state = 5, .external_lex_state = 6}, @@ -18583,16 +18637,16 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4420] = {.lex_state = 5, .external_lex_state = 6}, [4421] = {.lex_state = 5, .external_lex_state = 6}, [4422] = {.lex_state = 5, .external_lex_state = 6}, - [4423] = {.lex_state = 31, .external_lex_state = 2}, - [4424] = {.lex_state = 31, .external_lex_state = 2}, + [4423] = {.lex_state = 5, .external_lex_state = 6}, + [4424] = {.lex_state = 5, .external_lex_state = 6}, [4425] = {.lex_state = 5, .external_lex_state = 6}, [4426] = {.lex_state = 5, .external_lex_state = 6}, [4427] = {.lex_state = 5, .external_lex_state = 6}, [4428] = {.lex_state = 5, .external_lex_state = 6}, [4429] = {.lex_state = 5, .external_lex_state = 6}, [4430] = {.lex_state = 5, .external_lex_state = 6}, - [4431] = {.lex_state = 5, .external_lex_state = 6}, - [4432] = {.lex_state = 5, .external_lex_state = 6}, + [4431] = {.lex_state = 31, .external_lex_state = 2}, + [4432] = {.lex_state = 31, .external_lex_state = 2}, [4433] = {.lex_state = 5, .external_lex_state = 6}, [4434] = {.lex_state = 5, .external_lex_state = 6}, [4435] = {.lex_state = 5, .external_lex_state = 6}, @@ -18602,20 +18656,20 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4439] = {.lex_state = 5, .external_lex_state = 6}, [4440] = {.lex_state = 5, .external_lex_state = 6}, [4441] = {.lex_state = 5, .external_lex_state = 6}, - [4442] = {.lex_state = 5, .external_lex_state = 7}, + [4442] = {.lex_state = 5, .external_lex_state = 6}, [4443] = {.lex_state = 5, .external_lex_state = 6}, [4444] = {.lex_state = 5, .external_lex_state = 6}, [4445] = {.lex_state = 5, .external_lex_state = 6}, - [4446] = {.lex_state = 5, .external_lex_state = 7}, + [4446] = {.lex_state = 5, .external_lex_state = 6}, [4447] = {.lex_state = 5, .external_lex_state = 6}, [4448] = {.lex_state = 5, .external_lex_state = 6}, [4449] = {.lex_state = 5, .external_lex_state = 6}, [4450] = {.lex_state = 5, .external_lex_state = 6}, - [4451] = {.lex_state = 5, .external_lex_state = 6}, + [4451] = {.lex_state = 5, .external_lex_state = 7}, [4452] = {.lex_state = 5, .external_lex_state = 6}, [4453] = {.lex_state = 5, .external_lex_state = 6}, [4454] = {.lex_state = 5, .external_lex_state = 6}, - [4455] = {.lex_state = 5, .external_lex_state = 7}, + [4455] = {.lex_state = 5, .external_lex_state = 6}, [4456] = {.lex_state = 5, .external_lex_state = 7}, [4457] = {.lex_state = 5, .external_lex_state = 6}, [4458] = {.lex_state = 5, .external_lex_state = 6}, @@ -18627,15 +18681,15 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4464] = {.lex_state = 5, .external_lex_state = 6}, [4465] = {.lex_state = 5, .external_lex_state = 6}, [4466] = {.lex_state = 5, .external_lex_state = 6}, - [4467] = {.lex_state = 5, .external_lex_state = 6}, + [4467] = {.lex_state = 5, .external_lex_state = 7}, [4468] = {.lex_state = 5, .external_lex_state = 6}, [4469] = {.lex_state = 5, .external_lex_state = 6}, - [4470] = {.lex_state = 5, .external_lex_state = 6}, + [4470] = {.lex_state = 5, .external_lex_state = 7}, [4471] = {.lex_state = 5, .external_lex_state = 6}, [4472] = {.lex_state = 5, .external_lex_state = 6}, [4473] = {.lex_state = 5, .external_lex_state = 6}, [4474] = {.lex_state = 5, .external_lex_state = 6}, - [4475] = {.lex_state = 5, .external_lex_state = 7}, + [4475] = {.lex_state = 5, .external_lex_state = 6}, [4476] = {.lex_state = 5, .external_lex_state = 6}, [4477] = {.lex_state = 5, .external_lex_state = 6}, [4478] = {.lex_state = 5, .external_lex_state = 6}, @@ -18653,7 +18707,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4490] = {.lex_state = 5, .external_lex_state = 6}, [4491] = {.lex_state = 5, .external_lex_state = 6}, [4492] = {.lex_state = 5, .external_lex_state = 6}, - [4493] = {.lex_state = 5, .external_lex_state = 6}, + [4493] = {.lex_state = 5, .external_lex_state = 7}, [4494] = {.lex_state = 5, .external_lex_state = 6}, [4495] = {.lex_state = 5, .external_lex_state = 6}, [4496] = {.lex_state = 5, .external_lex_state = 6}, @@ -18667,7 +18721,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4504] = {.lex_state = 5, .external_lex_state = 6}, [4505] = {.lex_state = 5, .external_lex_state = 6}, [4506] = {.lex_state = 5, .external_lex_state = 6}, - [4507] = {.lex_state = 7, .external_lex_state = 8}, + [4507] = {.lex_state = 5, .external_lex_state = 6}, [4508] = {.lex_state = 5, .external_lex_state = 6}, [4509] = {.lex_state = 5, .external_lex_state = 6}, [4510] = {.lex_state = 5, .external_lex_state = 6}, @@ -18675,46 +18729,46 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4512] = {.lex_state = 5, .external_lex_state = 6}, [4513] = {.lex_state = 5, .external_lex_state = 6}, [4514] = {.lex_state = 5, .external_lex_state = 6}, - [4515] = {.lex_state = 5, .external_lex_state = 6}, - [4516] = {.lex_state = 5, .external_lex_state = 6}, + [4515] = {.lex_state = 5, .external_lex_state = 7}, + [4516] = {.lex_state = 5, .external_lex_state = 7}, [4517] = {.lex_state = 5, .external_lex_state = 6}, - [4518] = {.lex_state = 5, .external_lex_state = 6}, - [4519] = {.lex_state = 5, .external_lex_state = 6}, + [4518] = {.lex_state = 5, .external_lex_state = 7}, + [4519] = {.lex_state = 5, .external_lex_state = 7}, [4520] = {.lex_state = 5, .external_lex_state = 6}, [4521] = {.lex_state = 5, .external_lex_state = 6}, [4522] = {.lex_state = 5, .external_lex_state = 6}, - [4523] = {.lex_state = 5, .external_lex_state = 6}, + [4523] = {.lex_state = 5, .external_lex_state = 7}, [4524] = {.lex_state = 5, .external_lex_state = 6}, [4525] = {.lex_state = 5, .external_lex_state = 6}, [4526] = {.lex_state = 5, .external_lex_state = 6}, [4527] = {.lex_state = 5, .external_lex_state = 6}, [4528] = {.lex_state = 5, .external_lex_state = 6}, - [4529] = {.lex_state = 5, .external_lex_state = 7}, + [4529] = {.lex_state = 5, .external_lex_state = 6}, [4530] = {.lex_state = 5, .external_lex_state = 6}, [4531] = {.lex_state = 5, .external_lex_state = 6}, [4532] = {.lex_state = 5, .external_lex_state = 6}, - [4533] = {.lex_state = 5, .external_lex_state = 6}, + [4533] = {.lex_state = 7, .external_lex_state = 8}, [4534] = {.lex_state = 5, .external_lex_state = 6}, [4535] = {.lex_state = 5, .external_lex_state = 6}, - [4536] = {.lex_state = 5, .external_lex_state = 6}, - [4537] = {.lex_state = 5, .external_lex_state = 6}, + [4536] = {.lex_state = 5, .external_lex_state = 7}, + [4537] = {.lex_state = 4, .external_lex_state = 5}, [4538] = {.lex_state = 5, .external_lex_state = 6}, [4539] = {.lex_state = 5, .external_lex_state = 6}, [4540] = {.lex_state = 5, .external_lex_state = 6}, [4541] = {.lex_state = 5, .external_lex_state = 6}, - [4542] = {.lex_state = 4, .external_lex_state = 5}, - [4543] = {.lex_state = 5, .external_lex_state = 7}, - [4544] = {.lex_state = 5, .external_lex_state = 7}, + [4542] = {.lex_state = 5, .external_lex_state = 6}, + [4543] = {.lex_state = 5, .external_lex_state = 6}, + [4544] = {.lex_state = 5, .external_lex_state = 6}, [4545] = {.lex_state = 5, .external_lex_state = 6}, [4546] = {.lex_state = 5, .external_lex_state = 6}, - [4547] = {.lex_state = 5, .external_lex_state = 7}, - [4548] = {.lex_state = 4, .external_lex_state = 5}, - [4549] = {.lex_state = 5, .external_lex_state = 7}, + [4547] = {.lex_state = 5, .external_lex_state = 6}, + [4548] = {.lex_state = 5, .external_lex_state = 6}, + [4549] = {.lex_state = 5, .external_lex_state = 6}, [4550] = {.lex_state = 5, .external_lex_state = 6}, - [4551] = {.lex_state = 5, .external_lex_state = 7}, - [4552] = {.lex_state = 5, .external_lex_state = 7}, + [4551] = {.lex_state = 5, .external_lex_state = 6}, + [4552] = {.lex_state = 5, .external_lex_state = 6}, [4553] = {.lex_state = 5, .external_lex_state = 6}, - [4554] = {.lex_state = 5, .external_lex_state = 6}, + [4554] = {.lex_state = 4, .external_lex_state = 5}, [4555] = {.lex_state = 5, .external_lex_state = 6}, [4556] = {.lex_state = 5, .external_lex_state = 6}, [4557] = {.lex_state = 5, .external_lex_state = 6}, @@ -18726,18 +18780,18 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4563] = {.lex_state = 5, .external_lex_state = 6}, [4564] = {.lex_state = 5, .external_lex_state = 6}, [4565] = {.lex_state = 5, .external_lex_state = 6}, - [4566] = {.lex_state = 5, .external_lex_state = 6}, + [4566] = {.lex_state = 5, .external_lex_state = 7}, [4567] = {.lex_state = 5, .external_lex_state = 6}, [4568] = {.lex_state = 5, .external_lex_state = 6}, - [4569] = {.lex_state = 5, .external_lex_state = 7}, + [4569] = {.lex_state = 5, .external_lex_state = 6}, [4570] = {.lex_state = 5, .external_lex_state = 6}, - [4571] = {.lex_state = 4, .external_lex_state = 5}, - [4572] = {.lex_state = 5, .external_lex_state = 6}, + [4571] = {.lex_state = 5, .external_lex_state = 6}, + [4572] = {.lex_state = 4, .external_lex_state = 5}, [4573] = {.lex_state = 5, .external_lex_state = 6}, [4574] = {.lex_state = 5, .external_lex_state = 6}, [4575] = {.lex_state = 5, .external_lex_state = 6}, - [4576] = {.lex_state = 5, .external_lex_state = 6}, - [4577] = {.lex_state = 5, .external_lex_state = 6}, + [4576] = {.lex_state = 5, .external_lex_state = 7}, + [4577] = {.lex_state = 5, .external_lex_state = 7}, [4578] = {.lex_state = 5, .external_lex_state = 6}, [4579] = {.lex_state = 5, .external_lex_state = 6}, [4580] = {.lex_state = 5, .external_lex_state = 6}, @@ -18750,54 +18804,54 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4587] = {.lex_state = 5, .external_lex_state = 6}, [4588] = {.lex_state = 5, .external_lex_state = 6}, [4589] = {.lex_state = 5, .external_lex_state = 6}, - [4590] = {.lex_state = 5, .external_lex_state = 7}, + [4590] = {.lex_state = 5, .external_lex_state = 6}, [4591] = {.lex_state = 5, .external_lex_state = 6}, - [4592] = {.lex_state = 5, .external_lex_state = 7}, - [4593] = {.lex_state = 5, .external_lex_state = 7}, - [4594] = {.lex_state = 5, .external_lex_state = 7}, + [4592] = {.lex_state = 5, .external_lex_state = 6}, + [4593] = {.lex_state = 5, .external_lex_state = 6}, + [4594] = {.lex_state = 5, .external_lex_state = 6}, [4595] = {.lex_state = 5, .external_lex_state = 6}, - [4596] = {.lex_state = 5, .external_lex_state = 7}, + [4596] = {.lex_state = 5, .external_lex_state = 6}, [4597] = {.lex_state = 5, .external_lex_state = 6}, [4598] = {.lex_state = 5, .external_lex_state = 6}, [4599] = {.lex_state = 5, .external_lex_state = 6}, [4600] = {.lex_state = 5, .external_lex_state = 6}, [4601] = {.lex_state = 5, .external_lex_state = 6}, - [4602] = {.lex_state = 5, .external_lex_state = 7}, + [4602] = {.lex_state = 5, .external_lex_state = 6}, [4603] = {.lex_state = 5, .external_lex_state = 6}, - [4604] = {.lex_state = 5, .external_lex_state = 7}, - [4605] = {.lex_state = 5, .external_lex_state = 7}, + [4604] = {.lex_state = 5, .external_lex_state = 6}, + [4605] = {.lex_state = 5, .external_lex_state = 6}, [4606] = {.lex_state = 5, .external_lex_state = 6}, - [4607] = {.lex_state = 5, .external_lex_state = 7}, - [4608] = {.lex_state = 5, .external_lex_state = 7}, - [4609] = {.lex_state = 5, .external_lex_state = 7}, + [4607] = {.lex_state = 5, .external_lex_state = 6}, + [4608] = {.lex_state = 5, .external_lex_state = 6}, + [4609] = {.lex_state = 5, .external_lex_state = 6}, [4610] = {.lex_state = 5, .external_lex_state = 7}, - [4611] = {.lex_state = 5, .external_lex_state = 6}, - [4612] = {.lex_state = 5, .external_lex_state = 6}, + [4611] = {.lex_state = 5, .external_lex_state = 7}, + [4612] = {.lex_state = 5, .external_lex_state = 7}, [4613] = {.lex_state = 5, .external_lex_state = 6}, - [4614] = {.lex_state = 5, .external_lex_state = 6}, - [4615] = {.lex_state = 4, .external_lex_state = 5}, + [4614] = {.lex_state = 5, .external_lex_state = 7}, + [4615] = {.lex_state = 5, .external_lex_state = 7}, [4616] = {.lex_state = 5, .external_lex_state = 6}, [4617] = {.lex_state = 5, .external_lex_state = 6}, - [4618] = {.lex_state = 5, .external_lex_state = 7}, - [4619] = {.lex_state = 5, .external_lex_state = 7}, - [4620] = {.lex_state = 5, .external_lex_state = 6}, + [4618] = {.lex_state = 5, .external_lex_state = 6}, + [4619] = {.lex_state = 5, .external_lex_state = 6}, + [4620] = {.lex_state = 5, .external_lex_state = 7}, [4621] = {.lex_state = 5, .external_lex_state = 6}, [4622] = {.lex_state = 5, .external_lex_state = 6}, [4623] = {.lex_state = 5, .external_lex_state = 6}, - [4624] = {.lex_state = 5, .external_lex_state = 7}, - [4625] = {.lex_state = 4, .external_lex_state = 5}, + [4624] = {.lex_state = 5, .external_lex_state = 6}, + [4625] = {.lex_state = 5, .external_lex_state = 6}, [4626] = {.lex_state = 5, .external_lex_state = 7}, - [4627] = {.lex_state = 5, .external_lex_state = 6}, + [4627] = {.lex_state = 5, .external_lex_state = 7}, [4628] = {.lex_state = 5, .external_lex_state = 6}, - [4629] = {.lex_state = 5, .external_lex_state = 6}, + [4629] = {.lex_state = 5, .external_lex_state = 7}, [4630] = {.lex_state = 5, .external_lex_state = 6}, [4631] = {.lex_state = 5, .external_lex_state = 6}, - [4632] = {.lex_state = 5, .external_lex_state = 6}, + [4632] = {.lex_state = 5, .external_lex_state = 7}, [4633] = {.lex_state = 5, .external_lex_state = 6}, [4634] = {.lex_state = 5, .external_lex_state = 6}, [4635] = {.lex_state = 5, .external_lex_state = 6}, [4636] = {.lex_state = 5, .external_lex_state = 6}, - [4637] = {.lex_state = 5, .external_lex_state = 6}, + [4637] = {.lex_state = 4, .external_lex_state = 5}, [4638] = {.lex_state = 5, .external_lex_state = 6}, [4639] = {.lex_state = 5, .external_lex_state = 6}, [4640] = {.lex_state = 5, .external_lex_state = 6}, @@ -18818,37 +18872,37 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4655] = {.lex_state = 5, .external_lex_state = 6}, [4656] = {.lex_state = 5, .external_lex_state = 6}, [4657] = {.lex_state = 5, .external_lex_state = 6}, - [4658] = {.lex_state = 5, .external_lex_state = 7}, + [4658] = {.lex_state = 5, .external_lex_state = 6}, [4659] = {.lex_state = 5, .external_lex_state = 6}, - [4660] = {.lex_state = 5, .external_lex_state = 6}, + [4660] = {.lex_state = 4, .external_lex_state = 5}, [4661] = {.lex_state = 5, .external_lex_state = 6}, [4662] = {.lex_state = 5, .external_lex_state = 6}, [4663] = {.lex_state = 5, .external_lex_state = 6}, [4664] = {.lex_state = 5, .external_lex_state = 6}, [4665] = {.lex_state = 5, .external_lex_state = 6}, [4666] = {.lex_state = 5, .external_lex_state = 6}, - [4667] = {.lex_state = 5, .external_lex_state = 7}, + [4667] = {.lex_state = 5, .external_lex_state = 6}, [4668] = {.lex_state = 5, .external_lex_state = 6}, [4669] = {.lex_state = 5, .external_lex_state = 6}, [4670] = {.lex_state = 5, .external_lex_state = 6}, [4671] = {.lex_state = 5, .external_lex_state = 6}, - [4672] = {.lex_state = 5, .external_lex_state = 6}, - [4673] = {.lex_state = 5, .external_lex_state = 6}, - [4674] = {.lex_state = 5, .external_lex_state = 7}, + [4672] = {.lex_state = 5, .external_lex_state = 7}, + [4673] = {.lex_state = 5, .external_lex_state = 7}, + [4674] = {.lex_state = 5, .external_lex_state = 6}, [4675] = {.lex_state = 5, .external_lex_state = 6}, - [4676] = {.lex_state = 5, .external_lex_state = 7}, - [4677] = {.lex_state = 5, .external_lex_state = 6}, - [4678] = {.lex_state = 5, .external_lex_state = 6}, + [4676] = {.lex_state = 5, .external_lex_state = 6}, + [4677] = {.lex_state = 5, .external_lex_state = 7}, + [4678] = {.lex_state = 5, .external_lex_state = 7}, [4679] = {.lex_state = 5, .external_lex_state = 6}, - [4680] = {.lex_state = 5, .external_lex_state = 6}, + [4680] = {.lex_state = 5, .external_lex_state = 7}, [4681] = {.lex_state = 5, .external_lex_state = 6}, - [4682] = {.lex_state = 5, .external_lex_state = 7}, + [4682] = {.lex_state = 5, .external_lex_state = 6}, [4683] = {.lex_state = 5, .external_lex_state = 6}, [4684] = {.lex_state = 5, .external_lex_state = 7}, - [4685] = {.lex_state = 5, .external_lex_state = 7}, - [4686] = {.lex_state = 5, .external_lex_state = 6}, + [4685] = {.lex_state = 5, .external_lex_state = 6}, + [4686] = {.lex_state = 5, .external_lex_state = 7}, [4687] = {.lex_state = 5, .external_lex_state = 6}, - [4688] = {.lex_state = 5, .external_lex_state = 7}, + [4688] = {.lex_state = 5, .external_lex_state = 6}, [4689] = {.lex_state = 5, .external_lex_state = 6}, [4690] = {.lex_state = 5, .external_lex_state = 6}, [4691] = {.lex_state = 5, .external_lex_state = 6}, @@ -18856,7 +18910,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4693] = {.lex_state = 5, .external_lex_state = 6}, [4694] = {.lex_state = 5, .external_lex_state = 6}, [4695] = {.lex_state = 5, .external_lex_state = 6}, - [4696] = {.lex_state = 5, .external_lex_state = 7}, + [4696] = {.lex_state = 5, .external_lex_state = 6}, [4697] = {.lex_state = 5, .external_lex_state = 6}, [4698] = {.lex_state = 5, .external_lex_state = 6}, [4699] = {.lex_state = 5, .external_lex_state = 6}, @@ -18864,94 +18918,94 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4701] = {.lex_state = 5, .external_lex_state = 6}, [4702] = {.lex_state = 5, .external_lex_state = 6}, [4703] = {.lex_state = 5, .external_lex_state = 6}, - [4704] = {.lex_state = 5, .external_lex_state = 6}, + [4704] = {.lex_state = 5, .external_lex_state = 7}, [4705] = {.lex_state = 5, .external_lex_state = 6}, [4706] = {.lex_state = 5, .external_lex_state = 6}, - [4707] = {.lex_state = 5, .external_lex_state = 7}, + [4707] = {.lex_state = 5, .external_lex_state = 6}, [4708] = {.lex_state = 5, .external_lex_state = 6}, [4709] = {.lex_state = 5, .external_lex_state = 6}, - [4710] = {.lex_state = 5, .external_lex_state = 6}, - [4711] = {.lex_state = 5, .external_lex_state = 6}, - [4712] = {.lex_state = 5, .external_lex_state = 7}, - [4713] = {.lex_state = 5, .external_lex_state = 6}, + [4710] = {.lex_state = 5, .external_lex_state = 7}, + [4711] = {.lex_state = 5, .external_lex_state = 7}, + [4712] = {.lex_state = 5, .external_lex_state = 6}, + [4713] = {.lex_state = 5, .external_lex_state = 7}, [4714] = {.lex_state = 5, .external_lex_state = 6}, [4715] = {.lex_state = 5, .external_lex_state = 6}, - [4716] = {.lex_state = 5, .external_lex_state = 7}, + [4716] = {.lex_state = 5, .external_lex_state = 6}, [4717] = {.lex_state = 5, .external_lex_state = 6}, [4718] = {.lex_state = 5, .external_lex_state = 6}, [4719] = {.lex_state = 5, .external_lex_state = 6}, [4720] = {.lex_state = 5, .external_lex_state = 6}, - [4721] = {.lex_state = 5, .external_lex_state = 6}, + [4721] = {.lex_state = 5, .external_lex_state = 7}, [4722] = {.lex_state = 5, .external_lex_state = 6}, [4723] = {.lex_state = 5, .external_lex_state = 6}, [4724] = {.lex_state = 5, .external_lex_state = 6}, [4725] = {.lex_state = 5, .external_lex_state = 6}, [4726] = {.lex_state = 5, .external_lex_state = 6}, - [4727] = {.lex_state = 5, .external_lex_state = 7}, + [4727] = {.lex_state = 5, .external_lex_state = 6}, [4728] = {.lex_state = 5, .external_lex_state = 6}, [4729] = {.lex_state = 5, .external_lex_state = 6}, [4730] = {.lex_state = 5, .external_lex_state = 6}, - [4731] = {.lex_state = 5, .external_lex_state = 6}, + [4731] = {.lex_state = 5, .external_lex_state = 7}, [4732] = {.lex_state = 5, .external_lex_state = 6}, [4733] = {.lex_state = 5, .external_lex_state = 6}, [4734] = {.lex_state = 5, .external_lex_state = 6}, [4735] = {.lex_state = 5, .external_lex_state = 6}, [4736] = {.lex_state = 5, .external_lex_state = 6}, - [4737] = {.lex_state = 5, .external_lex_state = 6}, + [4737] = {.lex_state = 5, .external_lex_state = 7}, [4738] = {.lex_state = 5, .external_lex_state = 6}, [4739] = {.lex_state = 5, .external_lex_state = 6}, [4740] = {.lex_state = 5, .external_lex_state = 6}, - [4741] = {.lex_state = 5, .external_lex_state = 6}, + [4741] = {.lex_state = 5, .external_lex_state = 7}, [4742] = {.lex_state = 5, .external_lex_state = 6}, [4743] = {.lex_state = 5, .external_lex_state = 6}, - [4744] = {.lex_state = 5, .external_lex_state = 6}, + [4744] = {.lex_state = 5, .external_lex_state = 7}, [4745] = {.lex_state = 5, .external_lex_state = 6}, [4746] = {.lex_state = 5, .external_lex_state = 7}, - [4747] = {.lex_state = 5, .external_lex_state = 7}, - [4748] = {.lex_state = 4, .external_lex_state = 5}, - [4749] = {.lex_state = 5, .external_lex_state = 7}, - [4750] = {.lex_state = 4, .external_lex_state = 5}, - [4751] = {.lex_state = 5, .external_lex_state = 7}, - [4752] = {.lex_state = 5, .external_lex_state = 7}, - [4753] = {.lex_state = 4, .external_lex_state = 5}, - [4754] = {.lex_state = 5, .external_lex_state = 7}, - [4755] = {.lex_state = 4, .external_lex_state = 5}, - [4756] = {.lex_state = 5, .external_lex_state = 6}, - [4757] = {.lex_state = 5, .external_lex_state = 7}, + [4747] = {.lex_state = 5, .external_lex_state = 6}, + [4748] = {.lex_state = 5, .external_lex_state = 7}, + [4749] = {.lex_state = 5, .external_lex_state = 6}, + [4750] = {.lex_state = 5, .external_lex_state = 6}, + [4751] = {.lex_state = 5, .external_lex_state = 6}, + [4752] = {.lex_state = 5, .external_lex_state = 6}, + [4753] = {.lex_state = 5, .external_lex_state = 6}, + [4754] = {.lex_state = 5, .external_lex_state = 6}, + [4755] = {.lex_state = 5, .external_lex_state = 6}, + [4756] = {.lex_state = 4, .external_lex_state = 5}, + [4757] = {.lex_state = 4, .external_lex_state = 5}, [4758] = {.lex_state = 5, .external_lex_state = 7}, - [4759] = {.lex_state = 5, .external_lex_state = 6}, - [4760] = {.lex_state = 5, .external_lex_state = 6}, - [4761] = {.lex_state = 4, .external_lex_state = 5}, - [4762] = {.lex_state = 4, .external_lex_state = 5}, - [4763] = {.lex_state = 5, .external_lex_state = 7}, - [4764] = {.lex_state = 4, .external_lex_state = 5}, - [4765] = {.lex_state = 5, .external_lex_state = 6}, - [4766] = {.lex_state = 5, .external_lex_state = 6}, + [4759] = {.lex_state = 5, .external_lex_state = 7}, + [4760] = {.lex_state = 4, .external_lex_state = 5}, + [4761] = {.lex_state = 5, .external_lex_state = 7}, + [4762] = {.lex_state = 5, .external_lex_state = 6}, + [4763] = {.lex_state = 4, .external_lex_state = 5}, + [4764] = {.lex_state = 5, .external_lex_state = 7}, + [4765] = {.lex_state = 5, .external_lex_state = 7}, + [4766] = {.lex_state = 5, .external_lex_state = 7}, [4767] = {.lex_state = 4, .external_lex_state = 5}, - [4768] = {.lex_state = 4, .external_lex_state = 5}, - [4769] = {.lex_state = 5, .external_lex_state = 6}, - [4770] = {.lex_state = 5, .external_lex_state = 7}, + [4768] = {.lex_state = 5, .external_lex_state = 7}, + [4769] = {.lex_state = 4, .external_lex_state = 5}, + [4770] = {.lex_state = 5, .external_lex_state = 6}, [4771] = {.lex_state = 5, .external_lex_state = 7}, - [4772] = {.lex_state = 4, .external_lex_state = 5}, + [4772] = {.lex_state = 5, .external_lex_state = 7}, [4773] = {.lex_state = 5, .external_lex_state = 7}, - [4774] = {.lex_state = 4, .external_lex_state = 5}, - [4775] = {.lex_state = 4, .external_lex_state = 5}, + [4774] = {.lex_state = 5, .external_lex_state = 7}, + [4775] = {.lex_state = 5, .external_lex_state = 7}, [4776] = {.lex_state = 5, .external_lex_state = 7}, [4777] = {.lex_state = 5, .external_lex_state = 7}, - [4778] = {.lex_state = 4, .external_lex_state = 5}, + [4778] = {.lex_state = 5, .external_lex_state = 7}, [4779] = {.lex_state = 5, .external_lex_state = 7}, - [4780] = {.lex_state = 5, .external_lex_state = 7}, + [4780] = {.lex_state = 4, .external_lex_state = 5}, [4781] = {.lex_state = 5, .external_lex_state = 7}, [4782] = {.lex_state = 5, .external_lex_state = 7}, [4783] = {.lex_state = 5, .external_lex_state = 7}, - [4784] = {.lex_state = 5, .external_lex_state = 7}, + [4784] = {.lex_state = 4, .external_lex_state = 5}, [4785] = {.lex_state = 5, .external_lex_state = 7}, - [4786] = {.lex_state = 5, .external_lex_state = 7}, - [4787] = {.lex_state = 5, .external_lex_state = 7}, + [4786] = {.lex_state = 4, .external_lex_state = 5}, + [4787] = {.lex_state = 4, .external_lex_state = 5}, [4788] = {.lex_state = 4, .external_lex_state = 5}, [4789] = {.lex_state = 5, .external_lex_state = 7}, - [4790] = {.lex_state = 5, .external_lex_state = 7}, - [4791] = {.lex_state = 5, .external_lex_state = 6}, + [4790] = {.lex_state = 5, .external_lex_state = 6}, + [4791] = {.lex_state = 4, .external_lex_state = 5}, [4792] = {.lex_state = 5, .external_lex_state = 7}, [4793] = {.lex_state = 5, .external_lex_state = 7}, [4794] = {.lex_state = 5, .external_lex_state = 7}, @@ -18969,109 +19023,109 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4806] = {.lex_state = 5, .external_lex_state = 7}, [4807] = {.lex_state = 5, .external_lex_state = 7}, [4808] = {.lex_state = 5, .external_lex_state = 7}, - [4809] = {.lex_state = 5, .external_lex_state = 7}, - [4810] = {.lex_state = 5, .external_lex_state = 7}, - [4811] = {.lex_state = 5, .external_lex_state = 7}, - [4812] = {.lex_state = 5, .external_lex_state = 7}, - [4813] = {.lex_state = 5, .external_lex_state = 6}, - [4814] = {.lex_state = 5, .external_lex_state = 7}, + [4809] = {.lex_state = 5, .external_lex_state = 6}, + [4810] = {.lex_state = 5, .external_lex_state = 6}, + [4811] = {.lex_state = 5, .external_lex_state = 6}, + [4812] = {.lex_state = 4, .external_lex_state = 5}, + [4813] = {.lex_state = 5, .external_lex_state = 7}, + [4814] = {.lex_state = 4, .external_lex_state = 5}, [4815] = {.lex_state = 5, .external_lex_state = 7}, - [4816] = {.lex_state = 5, .external_lex_state = 7}, - [4817] = {.lex_state = 4, .external_lex_state = 5}, + [4816] = {.lex_state = 5, .external_lex_state = 6}, + [4817] = {.lex_state = 5, .external_lex_state = 7}, [4818] = {.lex_state = 5, .external_lex_state = 7}, - [4819] = {.lex_state = 5, .external_lex_state = 6}, + [4819] = {.lex_state = 5, .external_lex_state = 7}, [4820] = {.lex_state = 5, .external_lex_state = 7}, - [4821] = {.lex_state = 5, .external_lex_state = 7}, + [4821] = {.lex_state = 5, .external_lex_state = 6}, [4822] = {.lex_state = 5, .external_lex_state = 7}, - [4823] = {.lex_state = 5, .external_lex_state = 6}, + [4823] = {.lex_state = 5, .external_lex_state = 7}, [4824] = {.lex_state = 5, .external_lex_state = 7}, [4825] = {.lex_state = 5, .external_lex_state = 7}, - [4826] = {.lex_state = 5, .external_lex_state = 7}, + [4826] = {.lex_state = 5, .external_lex_state = 6}, [4827] = {.lex_state = 5, .external_lex_state = 7}, [4828] = {.lex_state = 5, .external_lex_state = 7}, - [4829] = {.lex_state = 5, .external_lex_state = 7}, + [4829] = {.lex_state = 4, .external_lex_state = 5}, [4830] = {.lex_state = 5, .external_lex_state = 6}, - [4831] = {.lex_state = 5, .external_lex_state = 7}, - [4832] = {.lex_state = 5, .external_lex_state = 7}, - [4833] = {.lex_state = 5, .external_lex_state = 7}, - [4834] = {.lex_state = 5, .external_lex_state = 7}, + [4831] = {.lex_state = 4, .external_lex_state = 5}, + [4832] = {.lex_state = 4, .external_lex_state = 5}, + [4833] = {.lex_state = 5, .external_lex_state = 6}, + [4834] = {.lex_state = 5, .external_lex_state = 6}, [4835] = {.lex_state = 5, .external_lex_state = 6}, [4836] = {.lex_state = 5, .external_lex_state = 7}, [4837] = {.lex_state = 5, .external_lex_state = 7}, - [4838] = {.lex_state = 5, .external_lex_state = 7}, + [4838] = {.lex_state = 4, .external_lex_state = 5}, [4839] = {.lex_state = 5, .external_lex_state = 7}, [4840] = {.lex_state = 5, .external_lex_state = 7}, [4841] = {.lex_state = 5, .external_lex_state = 7}, - [4842] = {.lex_state = 5, .external_lex_state = 6}, - [4843] = {.lex_state = 5, .external_lex_state = 6}, + [4842] = {.lex_state = 5, .external_lex_state = 7}, + [4843] = {.lex_state = 5, .external_lex_state = 7}, [4844] = {.lex_state = 5, .external_lex_state = 7}, [4845] = {.lex_state = 5, .external_lex_state = 7}, - [4846] = {.lex_state = 5, .external_lex_state = 7}, + [4846] = {.lex_state = 4, .external_lex_state = 5}, [4847] = {.lex_state = 5, .external_lex_state = 6}, - [4848] = {.lex_state = 5, .external_lex_state = 7}, - [4849] = {.lex_state = 5, .external_lex_state = 7}, + [4848] = {.lex_state = 5, .external_lex_state = 6}, + [4849] = {.lex_state = 5, .external_lex_state = 6}, [4850] = {.lex_state = 5, .external_lex_state = 7}, - [4851] = {.lex_state = 5, .external_lex_state = 7}, - [4852] = {.lex_state = 5, .external_lex_state = 7}, - [4853] = {.lex_state = 5, .external_lex_state = 6}, + [4851] = {.lex_state = 5, .external_lex_state = 6}, + [4852] = {.lex_state = 5, .external_lex_state = 6}, + [4853] = {.lex_state = 5, .external_lex_state = 7}, [4854] = {.lex_state = 5, .external_lex_state = 7}, [4855] = {.lex_state = 5, .external_lex_state = 7}, [4856] = {.lex_state = 5, .external_lex_state = 7}, - [4857] = {.lex_state = 5, .external_lex_state = 7}, - [4858] = {.lex_state = 5, .external_lex_state = 6}, - [4859] = {.lex_state = 5, .external_lex_state = 7}, + [4857] = {.lex_state = 5, .external_lex_state = 6}, + [4858] = {.lex_state = 5, .external_lex_state = 7}, + [4859] = {.lex_state = 5, .external_lex_state = 6}, [4860] = {.lex_state = 5, .external_lex_state = 7}, [4861] = {.lex_state = 5, .external_lex_state = 7}, - [4862] = {.lex_state = 5, .external_lex_state = 7}, - [4863] = {.lex_state = 5, .external_lex_state = 7}, + [4862] = {.lex_state = 5, .external_lex_state = 6}, + [4863] = {.lex_state = 5, .external_lex_state = 6}, [4864] = {.lex_state = 5, .external_lex_state = 7}, - [4865] = {.lex_state = 5, .external_lex_state = 6}, + [4865] = {.lex_state = 5, .external_lex_state = 7}, [4866] = {.lex_state = 5, .external_lex_state = 7}, [4867] = {.lex_state = 5, .external_lex_state = 7}, - [4868] = {.lex_state = 5, .external_lex_state = 6}, - [4869] = {.lex_state = 5, .external_lex_state = 6}, - [4870] = {.lex_state = 4, .external_lex_state = 5}, - [4871] = {.lex_state = 5, .external_lex_state = 6}, + [4868] = {.lex_state = 5, .external_lex_state = 7}, + [4869] = {.lex_state = 5, .external_lex_state = 7}, + [4870] = {.lex_state = 5, .external_lex_state = 6}, + [4871] = {.lex_state = 5, .external_lex_state = 7}, [4872] = {.lex_state = 5, .external_lex_state = 7}, - [4873] = {.lex_state = 5, .external_lex_state = 6}, + [4873] = {.lex_state = 5, .external_lex_state = 7}, [4874] = {.lex_state = 5, .external_lex_state = 6}, - [4875] = {.lex_state = 4, .external_lex_state = 5}, + [4875] = {.lex_state = 5, .external_lex_state = 7}, [4876] = {.lex_state = 5, .external_lex_state = 7}, [4877] = {.lex_state = 5, .external_lex_state = 7}, [4878] = {.lex_state = 5, .external_lex_state = 6}, - [4879] = {.lex_state = 5, .external_lex_state = 6}, + [4879] = {.lex_state = 5, .external_lex_state = 7}, [4880] = {.lex_state = 5, .external_lex_state = 7}, - [4881] = {.lex_state = 4, .external_lex_state = 5}, + [4881] = {.lex_state = 5, .external_lex_state = 7}, [4882] = {.lex_state = 5, .external_lex_state = 7}, [4883] = {.lex_state = 5, .external_lex_state = 7}, [4884] = {.lex_state = 5, .external_lex_state = 7}, - [4885] = {.lex_state = 5, .external_lex_state = 6}, - [4886] = {.lex_state = 4, .external_lex_state = 5}, - [4887] = {.lex_state = 5, .external_lex_state = 6}, - [4888] = {.lex_state = 5, .external_lex_state = 6}, - [4889] = {.lex_state = 5, .external_lex_state = 7}, + [4885] = {.lex_state = 5, .external_lex_state = 7}, + [4886] = {.lex_state = 5, .external_lex_state = 7}, + [4887] = {.lex_state = 5, .external_lex_state = 7}, + [4888] = {.lex_state = 5, .external_lex_state = 7}, + [4889] = {.lex_state = 5, .external_lex_state = 6}, [4890] = {.lex_state = 5, .external_lex_state = 7}, [4891] = {.lex_state = 5, .external_lex_state = 7}, [4892] = {.lex_state = 5, .external_lex_state = 7}, - [4893] = {.lex_state = 5, .external_lex_state = 7}, + [4893] = {.lex_state = 5, .external_lex_state = 6}, [4894] = {.lex_state = 5, .external_lex_state = 7}, [4895] = {.lex_state = 5, .external_lex_state = 7}, [4896] = {.lex_state = 5, .external_lex_state = 7}, - [4897] = {.lex_state = 5, .external_lex_state = 7}, + [4897] = {.lex_state = 5, .external_lex_state = 6}, [4898] = {.lex_state = 5, .external_lex_state = 7}, - [4899] = {.lex_state = 5, .external_lex_state = 7}, + [4899] = {.lex_state = 4, .external_lex_state = 5}, [4900] = {.lex_state = 5, .external_lex_state = 7}, [4901] = {.lex_state = 5, .external_lex_state = 7}, [4902] = {.lex_state = 5, .external_lex_state = 7}, - [4903] = {.lex_state = 5, .external_lex_state = 6}, - [4904] = {.lex_state = 4, .external_lex_state = 5}, + [4903] = {.lex_state = 5, .external_lex_state = 7}, + [4904] = {.lex_state = 5, .external_lex_state = 7}, [4905] = {.lex_state = 5, .external_lex_state = 7}, [4906] = {.lex_state = 5, .external_lex_state = 7}, [4907] = {.lex_state = 5, .external_lex_state = 7}, - [4908] = {.lex_state = 5, .external_lex_state = 7}, + [4908] = {.lex_state = 5, .external_lex_state = 6}, [4909] = {.lex_state = 5, .external_lex_state = 7}, [4910] = {.lex_state = 5, .external_lex_state = 7}, - [4911] = {.lex_state = 5, .external_lex_state = 7}, + [4911] = {.lex_state = 5, .external_lex_state = 6}, [4912] = {.lex_state = 5, .external_lex_state = 7}, [4913] = {.lex_state = 5, .external_lex_state = 7}, [4914] = {.lex_state = 5, .external_lex_state = 7}, @@ -19087,24 +19141,24 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4924] = {.lex_state = 5, .external_lex_state = 7}, [4925] = {.lex_state = 5, .external_lex_state = 7}, [4926] = {.lex_state = 5, .external_lex_state = 7}, - [4927] = {.lex_state = 5, .external_lex_state = 7}, + [4927] = {.lex_state = 5, .external_lex_state = 6}, [4928] = {.lex_state = 5, .external_lex_state = 7}, - [4929] = {.lex_state = 5, .external_lex_state = 7}, - [4930] = {.lex_state = 4, .external_lex_state = 5}, + [4929] = {.lex_state = 5, .external_lex_state = 6}, + [4930] = {.lex_state = 5, .external_lex_state = 7}, [4931] = {.lex_state = 5, .external_lex_state = 7}, [4932] = {.lex_state = 5, .external_lex_state = 7}, - [4933] = {.lex_state = 5, .external_lex_state = 7}, - [4934] = {.lex_state = 4, .external_lex_state = 5}, + [4933] = {.lex_state = 4, .external_lex_state = 5}, + [4934] = {.lex_state = 5, .external_lex_state = 7}, [4935] = {.lex_state = 5, .external_lex_state = 7}, [4936] = {.lex_state = 5, .external_lex_state = 7}, - [4937] = {.lex_state = 5, .external_lex_state = 7}, - [4938] = {.lex_state = 5, .external_lex_state = 6}, + [4937] = {.lex_state = 4, .external_lex_state = 5}, + [4938] = {.lex_state = 5, .external_lex_state = 7}, [4939] = {.lex_state = 5, .external_lex_state = 7}, [4940] = {.lex_state = 5, .external_lex_state = 7}, [4941] = {.lex_state = 5, .external_lex_state = 7}, - [4942] = {.lex_state = 4, .external_lex_state = 5}, + [4942] = {.lex_state = 5, .external_lex_state = 7}, [4943] = {.lex_state = 5, .external_lex_state = 7}, - [4944] = {.lex_state = 4, .external_lex_state = 5}, + [4944] = {.lex_state = 5, .external_lex_state = 7}, [4945] = {.lex_state = 5, .external_lex_state = 7}, [4946] = {.lex_state = 5, .external_lex_state = 7}, [4947] = {.lex_state = 5, .external_lex_state = 7}, @@ -19112,49 +19166,49 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4949] = {.lex_state = 5, .external_lex_state = 7}, [4950] = {.lex_state = 5, .external_lex_state = 7}, [4951] = {.lex_state = 5, .external_lex_state = 7}, - [4952] = {.lex_state = 5, .external_lex_state = 6}, + [4952] = {.lex_state = 5, .external_lex_state = 7}, [4953] = {.lex_state = 5, .external_lex_state = 7}, [4954] = {.lex_state = 5, .external_lex_state = 7}, [4955] = {.lex_state = 5, .external_lex_state = 7}, [4956] = {.lex_state = 5, .external_lex_state = 7}, - [4957] = {.lex_state = 5, .external_lex_state = 7}, + [4957] = {.lex_state = 5, .external_lex_state = 6}, [4958] = {.lex_state = 5, .external_lex_state = 7}, - [4959] = {.lex_state = 5, .external_lex_state = 7}, + [4959] = {.lex_state = 5, .external_lex_state = 6}, [4960] = {.lex_state = 5, .external_lex_state = 7}, [4961] = {.lex_state = 5, .external_lex_state = 7}, [4962] = {.lex_state = 5, .external_lex_state = 7}, - [4963] = {.lex_state = 5, .external_lex_state = 7}, + [4963] = {.lex_state = 5, .external_lex_state = 6}, [4964] = {.lex_state = 5, .external_lex_state = 7}, - [4965] = {.lex_state = 5, .external_lex_state = 7}, + [4965] = {.lex_state = 5, .external_lex_state = 6}, [4966] = {.lex_state = 5, .external_lex_state = 7}, [4967] = {.lex_state = 5, .external_lex_state = 7}, [4968] = {.lex_state = 5, .external_lex_state = 7}, [4969] = {.lex_state = 5, .external_lex_state = 7}, [4970] = {.lex_state = 5, .external_lex_state = 7}, [4971] = {.lex_state = 5, .external_lex_state = 7}, - [4972] = {.lex_state = 4, .external_lex_state = 5}, - [4973] = {.lex_state = 5, .external_lex_state = 6}, + [4972] = {.lex_state = 5, .external_lex_state = 7}, + [4973] = {.lex_state = 5, .external_lex_state = 7}, [4974] = {.lex_state = 5, .external_lex_state = 7}, [4975] = {.lex_state = 5, .external_lex_state = 7}, [4976] = {.lex_state = 5, .external_lex_state = 7}, [4977] = {.lex_state = 5, .external_lex_state = 7}, [4978] = {.lex_state = 5, .external_lex_state = 7}, - [4979] = {.lex_state = 5, .external_lex_state = 7}, - [4980] = {.lex_state = 5, .external_lex_state = 6}, + [4979] = {.lex_state = 5, .external_lex_state = 6}, + [4980] = {.lex_state = 5, .external_lex_state = 7}, [4981] = {.lex_state = 5, .external_lex_state = 7}, [4982] = {.lex_state = 5, .external_lex_state = 7}, - [4983] = {.lex_state = 5, .external_lex_state = 7}, + [4983] = {.lex_state = 5, .external_lex_state = 6}, [4984] = {.lex_state = 5, .external_lex_state = 7}, - [4985] = {.lex_state = 4, .external_lex_state = 5}, + [4985] = {.lex_state = 5, .external_lex_state = 7}, [4986] = {.lex_state = 5, .external_lex_state = 7}, [4987] = {.lex_state = 5, .external_lex_state = 7}, - [4988] = {.lex_state = 4, .external_lex_state = 5}, + [4988] = {.lex_state = 5, .external_lex_state = 7}, [4989] = {.lex_state = 5, .external_lex_state = 7}, [4990] = {.lex_state = 5, .external_lex_state = 7}, [4991] = {.lex_state = 5, .external_lex_state = 7}, - [4992] = {.lex_state = 5, .external_lex_state = 6}, + [4992] = {.lex_state = 5, .external_lex_state = 7}, [4993] = {.lex_state = 5, .external_lex_state = 7}, - [4994] = {.lex_state = 5, .external_lex_state = 6}, + [4994] = {.lex_state = 5, .external_lex_state = 7}, [4995] = {.lex_state = 5, .external_lex_state = 7}, [4996] = {.lex_state = 5, .external_lex_state = 7}, [4997] = {.lex_state = 5, .external_lex_state = 7}, @@ -19162,17 +19216,17 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4999] = {.lex_state = 5, .external_lex_state = 7}, [5000] = {.lex_state = 5, .external_lex_state = 7}, [5001] = {.lex_state = 5, .external_lex_state = 7}, - [5002] = {.lex_state = 4, .external_lex_state = 5}, + [5002] = {.lex_state = 5, .external_lex_state = 6}, [5003] = {.lex_state = 5, .external_lex_state = 6}, [5004] = {.lex_state = 5, .external_lex_state = 7}, - [5005] = {.lex_state = 5, .external_lex_state = 6}, + [5005] = {.lex_state = 4, .external_lex_state = 5}, [5006] = {.lex_state = 5, .external_lex_state = 7}, [5007] = {.lex_state = 5, .external_lex_state = 7}, [5008] = {.lex_state = 5, .external_lex_state = 7}, [5009] = {.lex_state = 5, .external_lex_state = 7}, [5010] = {.lex_state = 5, .external_lex_state = 7}, [5011] = {.lex_state = 5, .external_lex_state = 7}, - [5012] = {.lex_state = 5, .external_lex_state = 6}, + [5012] = {.lex_state = 5, .external_lex_state = 7}, [5013] = {.lex_state = 5, .external_lex_state = 7}, [5014] = {.lex_state = 5, .external_lex_state = 7}, [5015] = {.lex_state = 5, .external_lex_state = 7}, @@ -19180,580 +19234,580 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [5017] = {.lex_state = 5, .external_lex_state = 7}, [5018] = {.lex_state = 5, .external_lex_state = 7}, [5019] = {.lex_state = 5, .external_lex_state = 7}, - [5020] = {.lex_state = 5, .external_lex_state = 6}, + [5020] = {.lex_state = 5, .external_lex_state = 7}, [5021] = {.lex_state = 5, .external_lex_state = 7}, [5022] = {.lex_state = 5, .external_lex_state = 7}, - [5023] = {.lex_state = 5, .external_lex_state = 6}, + [5023] = {.lex_state = 5, .external_lex_state = 7}, [5024] = {.lex_state = 5, .external_lex_state = 7}, [5025] = {.lex_state = 5, .external_lex_state = 7}, [5026] = {.lex_state = 5, .external_lex_state = 7}, - [5027] = {.lex_state = 5, .external_lex_state = 7}, - [5028] = {.lex_state = 5, .external_lex_state = 7}, + [5027] = {.lex_state = 4, .external_lex_state = 5}, + [5028] = {.lex_state = 4, .external_lex_state = 5}, [5029] = {.lex_state = 5, .external_lex_state = 7}, - [5030] = {.lex_state = 5, .external_lex_state = 6}, + [5030] = {.lex_state = 5, .external_lex_state = 7}, [5031] = {.lex_state = 5, .external_lex_state = 7}, [5032] = {.lex_state = 5, .external_lex_state = 7}, - [5033] = {.lex_state = 4, .external_lex_state = 5}, - [5034] = {.lex_state = 5, .external_lex_state = 6}, - [5035] = {.lex_state = 5, .external_lex_state = 6}, + [5033] = {.lex_state = 5, .external_lex_state = 7}, + [5034] = {.lex_state = 5, .external_lex_state = 7}, + [5035] = {.lex_state = 5, .external_lex_state = 7}, [5036] = {.lex_state = 5, .external_lex_state = 7}, [5037] = {.lex_state = 5, .external_lex_state = 7}, [5038] = {.lex_state = 5, .external_lex_state = 7}, [5039] = {.lex_state = 5, .external_lex_state = 7}, [5040] = {.lex_state = 5, .external_lex_state = 7}, - [5041] = {.lex_state = 5, .external_lex_state = 7}, - [5042] = {.lex_state = 5, .external_lex_state = 7}, - [5043] = {.lex_state = 5, .external_lex_state = 7}, - [5044] = {.lex_state = 5, .external_lex_state = 7}, + [5041] = {.lex_state = 5, .external_lex_state = 6}, + [5042] = {.lex_state = 5, .external_lex_state = 6}, + [5043] = {.lex_state = 5, .external_lex_state = 6}, + [5044] = {.lex_state = 5, .external_lex_state = 6}, [5045] = {.lex_state = 5, .external_lex_state = 7}, - [5046] = {.lex_state = 5, .external_lex_state = 6}, + [5046] = {.lex_state = 4, .external_lex_state = 5}, [5047] = {.lex_state = 5, .external_lex_state = 7}, [5048] = {.lex_state = 5, .external_lex_state = 7}, [5049] = {.lex_state = 5, .external_lex_state = 7}, [5050] = {.lex_state = 5, .external_lex_state = 7}, [5051] = {.lex_state = 5, .external_lex_state = 7}, [5052] = {.lex_state = 5, .external_lex_state = 7}, - [5053] = {.lex_state = 5, .external_lex_state = 7}, - [5054] = {.lex_state = 5, .external_lex_state = 6}, + [5053] = {.lex_state = 5, .external_lex_state = 6}, + [5054] = {.lex_state = 5, .external_lex_state = 7}, [5055] = {.lex_state = 5, .external_lex_state = 7}, [5056] = {.lex_state = 5, .external_lex_state = 7}, [5057] = {.lex_state = 5, .external_lex_state = 7}, - [5058] = {.lex_state = 5, .external_lex_state = 6}, - [5059] = {.lex_state = 4, .external_lex_state = 5}, + [5058] = {.lex_state = 5, .external_lex_state = 7}, + [5059] = {.lex_state = 5, .external_lex_state = 7}, [5060] = {.lex_state = 5, .external_lex_state = 7}, [5061] = {.lex_state = 5, .external_lex_state = 7}, - [5062] = {.lex_state = 4, .external_lex_state = 5}, + [5062] = {.lex_state = 5, .external_lex_state = 7}, [5063] = {.lex_state = 5, .external_lex_state = 7}, [5064] = {.lex_state = 5, .external_lex_state = 7}, [5065] = {.lex_state = 5, .external_lex_state = 7}, [5066] = {.lex_state = 5, .external_lex_state = 7}, [5067] = {.lex_state = 5, .external_lex_state = 7}, - [5068] = {.lex_state = 5, .external_lex_state = 7}, + [5068] = {.lex_state = 4, .external_lex_state = 5}, [5069] = {.lex_state = 5, .external_lex_state = 7}, [5070] = {.lex_state = 5, .external_lex_state = 7}, [5071] = {.lex_state = 4, .external_lex_state = 5}, - [5072] = {.lex_state = 7, .external_lex_state = 8}, - [5073] = {.lex_state = 5, .external_lex_state = 6}, + [5072] = {.lex_state = 4, .external_lex_state = 5}, + [5073] = {.lex_state = 5, .external_lex_state = 7}, [5074] = {.lex_state = 5, .external_lex_state = 6}, [5075] = {.lex_state = 4, .external_lex_state = 5}, [5076] = {.lex_state = 4, .external_lex_state = 5}, - [5077] = {.lex_state = 4, .external_lex_state = 5}, - [5078] = {.lex_state = 4, .external_lex_state = 5}, + [5077] = {.lex_state = 5, .external_lex_state = 7}, + [5078] = {.lex_state = 5, .external_lex_state = 7}, [5079] = {.lex_state = 5, .external_lex_state = 7}, - [5080] = {.lex_state = 5, .external_lex_state = 6}, - [5081] = {.lex_state = 4, .external_lex_state = 5}, + [5080] = {.lex_state = 5, .external_lex_state = 7}, + [5081] = {.lex_state = 5, .external_lex_state = 7}, [5082] = {.lex_state = 5, .external_lex_state = 7}, - [5083] = {.lex_state = 4, .external_lex_state = 5}, - [5084] = {.lex_state = 5, .external_lex_state = 6}, + [5083] = {.lex_state = 7, .external_lex_state = 8}, + [5084] = {.lex_state = 4, .external_lex_state = 5}, [5085] = {.lex_state = 4, .external_lex_state = 5}, [5086] = {.lex_state = 4, .external_lex_state = 5}, - [5087] = {.lex_state = 4, .external_lex_state = 5}, - [5088] = {.lex_state = 5, .external_lex_state = 7}, + [5087] = {.lex_state = 5, .external_lex_state = 7}, + [5088] = {.lex_state = 4, .external_lex_state = 5}, [5089] = {.lex_state = 4, .external_lex_state = 5}, - [5090] = {.lex_state = 5, .external_lex_state = 6}, + [5090] = {.lex_state = 5, .external_lex_state = 7}, [5091] = {.lex_state = 4, .external_lex_state = 5}, - [5092] = {.lex_state = 5, .external_lex_state = 6}, - [5093] = {.lex_state = 7, .external_lex_state = 8}, + [5092] = {.lex_state = 4, .external_lex_state = 5}, + [5093] = {.lex_state = 5, .external_lex_state = 7}, [5094] = {.lex_state = 4, .external_lex_state = 5}, [5095] = {.lex_state = 4, .external_lex_state = 5}, [5096] = {.lex_state = 5, .external_lex_state = 6}, [5097] = {.lex_state = 5, .external_lex_state = 7}, [5098] = {.lex_state = 5, .external_lex_state = 6}, [5099] = {.lex_state = 5, .external_lex_state = 6}, - [5100] = {.lex_state = 4, .external_lex_state = 5}, - [5101] = {.lex_state = 4, .external_lex_state = 5}, + [5100] = {.lex_state = 5, .external_lex_state = 6}, + [5101] = {.lex_state = 5, .external_lex_state = 6}, [5102] = {.lex_state = 5, .external_lex_state = 6}, - [5103] = {.lex_state = 5, .external_lex_state = 6}, - [5104] = {.lex_state = 5, .external_lex_state = 6}, + [5103] = {.lex_state = 5, .external_lex_state = 7}, + [5104] = {.lex_state = 5, .external_lex_state = 7}, [5105] = {.lex_state = 5, .external_lex_state = 6}, - [5106] = {.lex_state = 5, .external_lex_state = 6}, + [5106] = {.lex_state = 4, .external_lex_state = 5}, [5107] = {.lex_state = 4, .external_lex_state = 5}, [5108] = {.lex_state = 4, .external_lex_state = 5}, [5109] = {.lex_state = 4, .external_lex_state = 5}, - [5110] = {.lex_state = 5, .external_lex_state = 6}, + [5110] = {.lex_state = 4, .external_lex_state = 5}, [5111] = {.lex_state = 4, .external_lex_state = 5}, - [5112] = {.lex_state = 4, .external_lex_state = 5}, + [5112] = {.lex_state = 7, .external_lex_state = 8}, [5113] = {.lex_state = 4, .external_lex_state = 5}, - [5114] = {.lex_state = 5, .external_lex_state = 7}, + [5114] = {.lex_state = 5, .external_lex_state = 6}, [5115] = {.lex_state = 4, .external_lex_state = 5}, [5116] = {.lex_state = 4, .external_lex_state = 5}, - [5117] = {.lex_state = 4, .external_lex_state = 5}, - [5118] = {.lex_state = 5, .external_lex_state = 7}, - [5119] = {.lex_state = 5, .external_lex_state = 7}, + [5117] = {.lex_state = 5, .external_lex_state = 6}, + [5118] = {.lex_state = 4, .external_lex_state = 5}, + [5119] = {.lex_state = 4, .external_lex_state = 5}, [5120] = {.lex_state = 5, .external_lex_state = 6}, - [5121] = {.lex_state = 4, .external_lex_state = 5}, + [5121] = {.lex_state = 5, .external_lex_state = 6}, [5122] = {.lex_state = 5, .external_lex_state = 6}, - [5123] = {.lex_state = 4, .external_lex_state = 5}, + [5123] = {.lex_state = 5, .external_lex_state = 7}, [5124] = {.lex_state = 4, .external_lex_state = 5}, - [5125] = {.lex_state = 4, .external_lex_state = 5}, - [5126] = {.lex_state = 5, .external_lex_state = 7}, + [5125] = {.lex_state = 5, .external_lex_state = 6}, + [5126] = {.lex_state = 4, .external_lex_state = 5}, [5127] = {.lex_state = 4, .external_lex_state = 5}, [5128] = {.lex_state = 5, .external_lex_state = 6}, - [5129] = {.lex_state = 5, .external_lex_state = 7}, - [5130] = {.lex_state = 5, .external_lex_state = 7}, + [5129] = {.lex_state = 5, .external_lex_state = 6}, + [5130] = {.lex_state = 5, .external_lex_state = 6}, [5131] = {.lex_state = 4, .external_lex_state = 5}, [5132] = {.lex_state = 5, .external_lex_state = 7}, [5133] = {.lex_state = 4, .external_lex_state = 5}, - [5134] = {.lex_state = 5, .external_lex_state = 7}, + [5134] = {.lex_state = 4, .external_lex_state = 5}, [5135] = {.lex_state = 5, .external_lex_state = 6}, [5136] = {.lex_state = 4, .external_lex_state = 5}, [5137] = {.lex_state = 4, .external_lex_state = 5}, - [5138] = {.lex_state = 5, .external_lex_state = 7}, - [5139] = {.lex_state = 5, .external_lex_state = 7}, - [5140] = {.lex_state = 5, .external_lex_state = 7}, - [5141] = {.lex_state = 5, .external_lex_state = 7}, - [5142] = {.lex_state = 5, .external_lex_state = 7}, - [5143] = {.lex_state = 4, .external_lex_state = 5}, + [5138] = {.lex_state = 5, .external_lex_state = 6}, + [5139] = {.lex_state = 4, .external_lex_state = 5}, + [5140] = {.lex_state = 4, .external_lex_state = 5}, + [5141] = {.lex_state = 4, .external_lex_state = 5}, + [5142] = {.lex_state = 4, .external_lex_state = 5}, + [5143] = {.lex_state = 5, .external_lex_state = 7}, [5144] = {.lex_state = 5, .external_lex_state = 6}, - [5145] = {.lex_state = 7, .external_lex_state = 9}, + [5145] = {.lex_state = 5, .external_lex_state = 6}, [5146] = {.lex_state = 5, .external_lex_state = 7}, - [5147] = {.lex_state = 4, .external_lex_state = 5}, - [5148] = {.lex_state = 4, .external_lex_state = 5}, - [5149] = {.lex_state = 4, .external_lex_state = 5}, - [5150] = {.lex_state = 5, .external_lex_state = 7}, - [5151] = {.lex_state = 5, .external_lex_state = 6}, - [5152] = {.lex_state = 4, .external_lex_state = 5}, - [5153] = {.lex_state = 5, .external_lex_state = 6}, + [5147] = {.lex_state = 5, .external_lex_state = 7}, + [5148] = {.lex_state = 5, .external_lex_state = 7}, + [5149] = {.lex_state = 5, .external_lex_state = 7}, + [5150] = {.lex_state = 5, .external_lex_state = 6}, + [5151] = {.lex_state = 7, .external_lex_state = 9}, + [5152] = {.lex_state = 7, .external_lex_state = 9}, + [5153] = {.lex_state = 4, .external_lex_state = 5}, [5154] = {.lex_state = 7, .external_lex_state = 9}, [5155] = {.lex_state = 5, .external_lex_state = 7}, [5156] = {.lex_state = 5, .external_lex_state = 7}, - [5157] = {.lex_state = 4, .external_lex_state = 5}, - [5158] = {.lex_state = 5, .external_lex_state = 7}, - [5159] = {.lex_state = 4, .external_lex_state = 5}, - [5160] = {.lex_state = 5, .external_lex_state = 7}, + [5157] = {.lex_state = 5, .external_lex_state = 7}, + [5158] = {.lex_state = 7, .external_lex_state = 9}, + [5159] = {.lex_state = 5, .external_lex_state = 6}, + [5160] = {.lex_state = 4, .external_lex_state = 5}, [5161] = {.lex_state = 5, .external_lex_state = 6}, [5162] = {.lex_state = 4, .external_lex_state = 5}, - [5163] = {.lex_state = 5, .external_lex_state = 7}, - [5164] = {.lex_state = 5, .external_lex_state = 6}, - [5165] = {.lex_state = 5, .external_lex_state = 7}, - [5166] = {.lex_state = 4, .external_lex_state = 5}, + [5163] = {.lex_state = 5, .external_lex_state = 6}, + [5164] = {.lex_state = 4, .external_lex_state = 5}, + [5165] = {.lex_state = 5, .external_lex_state = 6}, + [5166] = {.lex_state = 5, .external_lex_state = 7}, [5167] = {.lex_state = 5, .external_lex_state = 7}, [5168] = {.lex_state = 4, .external_lex_state = 5}, [5169] = {.lex_state = 4, .external_lex_state = 5}, - [5170] = {.lex_state = 7, .external_lex_state = 8}, - [5171] = {.lex_state = 5, .external_lex_state = 6}, + [5170] = {.lex_state = 5, .external_lex_state = 6}, + [5171] = {.lex_state = 5, .external_lex_state = 7}, [5172] = {.lex_state = 4, .external_lex_state = 5}, - [5173] = {.lex_state = 5, .external_lex_state = 6}, + [5173] = {.lex_state = 5, .external_lex_state = 7}, [5174] = {.lex_state = 5, .external_lex_state = 7}, - [5175] = {.lex_state = 7, .external_lex_state = 9}, + [5175] = {.lex_state = 5, .external_lex_state = 7}, [5176] = {.lex_state = 4, .external_lex_state = 5}, - [5177] = {.lex_state = 5, .external_lex_state = 7}, - [5178] = {.lex_state = 7, .external_lex_state = 9}, + [5177] = {.lex_state = 4, .external_lex_state = 5}, + [5178] = {.lex_state = 5, .external_lex_state = 7}, [5179] = {.lex_state = 4, .external_lex_state = 5}, - [5180] = {.lex_state = 5, .external_lex_state = 7}, + [5180] = {.lex_state = 4, .external_lex_state = 5}, [5181] = {.lex_state = 5, .external_lex_state = 7}, [5182] = {.lex_state = 4, .external_lex_state = 5}, - [5183] = {.lex_state = 5, .external_lex_state = 7}, - [5184] = {.lex_state = 7, .external_lex_state = 8}, + [5183] = {.lex_state = 4, .external_lex_state = 5}, + [5184] = {.lex_state = 5, .external_lex_state = 7}, [5185] = {.lex_state = 5, .external_lex_state = 7}, - [5186] = {.lex_state = 5, .external_lex_state = 7}, - [5187] = {.lex_state = 5, .external_lex_state = 6}, + [5186] = {.lex_state = 4, .external_lex_state = 5}, + [5187] = {.lex_state = 7, .external_lex_state = 8}, [5188] = {.lex_state = 5, .external_lex_state = 7}, - [5189] = {.lex_state = 7, .external_lex_state = 9}, + [5189] = {.lex_state = 5, .external_lex_state = 7}, [5190] = {.lex_state = 4, .external_lex_state = 5}, - [5191] = {.lex_state = 5, .external_lex_state = 6}, - [5192] = {.lex_state = 4, .external_lex_state = 5}, - [5193] = {.lex_state = 4, .external_lex_state = 5}, - [5194] = {.lex_state = 7, .external_lex_state = 9}, - [5195] = {.lex_state = 5, .external_lex_state = 6}, + [5191] = {.lex_state = 5, .external_lex_state = 7}, + [5192] = {.lex_state = 5, .external_lex_state = 7}, + [5193] = {.lex_state = 5, .external_lex_state = 7}, + [5194] = {.lex_state = 4, .external_lex_state = 5}, + [5195] = {.lex_state = 4, .external_lex_state = 5}, [5196] = {.lex_state = 5, .external_lex_state = 7}, - [5197] = {.lex_state = 5, .external_lex_state = 7}, - [5198] = {.lex_state = 5, .external_lex_state = 7}, + [5197] = {.lex_state = 5, .external_lex_state = 6}, + [5198] = {.lex_state = 4, .external_lex_state = 5}, [5199] = {.lex_state = 5, .external_lex_state = 7}, [5200] = {.lex_state = 5, .external_lex_state = 7}, - [5201] = {.lex_state = 5, .external_lex_state = 7}, - [5202] = {.lex_state = 7, .external_lex_state = 9}, + [5201] = {.lex_state = 4, .external_lex_state = 5}, + [5202] = {.lex_state = 5, .external_lex_state = 7}, [5203] = {.lex_state = 5, .external_lex_state = 7}, - [5204] = {.lex_state = 7, .external_lex_state = 9}, + [5204] = {.lex_state = 4, .external_lex_state = 5}, [5205] = {.lex_state = 5, .external_lex_state = 7}, - [5206] = {.lex_state = 7, .external_lex_state = 9}, - [5207] = {.lex_state = 4, .external_lex_state = 5}, - [5208] = {.lex_state = 5, .external_lex_state = 6}, - [5209] = {.lex_state = 5, .external_lex_state = 7}, - [5210] = {.lex_state = 4, .external_lex_state = 5}, - [5211] = {.lex_state = 7, .external_lex_state = 8}, - [5212] = {.lex_state = 5, .external_lex_state = 6}, + [5206] = {.lex_state = 5, .external_lex_state = 7}, + [5207] = {.lex_state = 5, .external_lex_state = 7}, + [5208] = {.lex_state = 5, .external_lex_state = 7}, + [5209] = {.lex_state = 4, .external_lex_state = 5}, + [5210] = {.lex_state = 5, .external_lex_state = 7}, + [5211] = {.lex_state = 5, .external_lex_state = 7}, + [5212] = {.lex_state = 5, .external_lex_state = 7}, [5213] = {.lex_state = 5, .external_lex_state = 7}, - [5214] = {.lex_state = 5, .external_lex_state = 6}, - [5215] = {.lex_state = 5, .external_lex_state = 6}, + [5214] = {.lex_state = 5, .external_lex_state = 7}, + [5215] = {.lex_state = 4, .external_lex_state = 5}, [5216] = {.lex_state = 5, .external_lex_state = 7}, [5217] = {.lex_state = 4, .external_lex_state = 5}, - [5218] = {.lex_state = 5, .external_lex_state = 7}, - [5219] = {.lex_state = 5, .external_lex_state = 6}, - [5220] = {.lex_state = 4, .external_lex_state = 5}, - [5221] = {.lex_state = 5, .external_lex_state = 7}, - [5222] = {.lex_state = 4, .external_lex_state = 5}, - [5223] = {.lex_state = 5, .external_lex_state = 6}, + [5218] = {.lex_state = 5, .external_lex_state = 6}, + [5219] = {.lex_state = 7, .external_lex_state = 9}, + [5220] = {.lex_state = 7, .external_lex_state = 9}, + [5221] = {.lex_state = 5, .external_lex_state = 6}, + [5222] = {.lex_state = 5, .external_lex_state = 6}, + [5223] = {.lex_state = 4, .external_lex_state = 5}, [5224] = {.lex_state = 4, .external_lex_state = 5}, - [5225] = {.lex_state = 4, .external_lex_state = 5}, + [5225] = {.lex_state = 5, .external_lex_state = 7}, [5226] = {.lex_state = 4, .external_lex_state = 5}, [5227] = {.lex_state = 4, .external_lex_state = 5}, [5228] = {.lex_state = 4, .external_lex_state = 5}, - [5229] = {.lex_state = 5, .external_lex_state = 7}, - [5230] = {.lex_state = 4, .external_lex_state = 5}, - [5231] = {.lex_state = 5, .external_lex_state = 6}, - [5232] = {.lex_state = 4, .external_lex_state = 5}, - [5233] = {.lex_state = 5, .external_lex_state = 7}, - [5234] = {.lex_state = 5, .external_lex_state = 7}, - [5235] = {.lex_state = 4, .external_lex_state = 5}, + [5229] = {.lex_state = 5, .external_lex_state = 6}, + [5230] = {.lex_state = 5, .external_lex_state = 6}, + [5231] = {.lex_state = 7, .external_lex_state = 8}, + [5232] = {.lex_state = 5, .external_lex_state = 6}, + [5233] = {.lex_state = 5, .external_lex_state = 6}, + [5234] = {.lex_state = 4, .external_lex_state = 5}, + [5235] = {.lex_state = 5, .external_lex_state = 6}, [5236] = {.lex_state = 5, .external_lex_state = 6}, [5237] = {.lex_state = 4, .external_lex_state = 5}, [5238] = {.lex_state = 4, .external_lex_state = 5}, - [5239] = {.lex_state = 4, .external_lex_state = 5}, - [5240] = {.lex_state = 4, .external_lex_state = 5}, + [5239] = {.lex_state = 5, .external_lex_state = 6}, + [5240] = {.lex_state = 5, .external_lex_state = 6}, [5241] = {.lex_state = 7, .external_lex_state = 8}, - [5242] = {.lex_state = 4, .external_lex_state = 5}, + [5242] = {.lex_state = 7, .external_lex_state = 9}, [5243] = {.lex_state = 5, .external_lex_state = 7}, - [5244] = {.lex_state = 5, .external_lex_state = 6}, - [5245] = {.lex_state = 7, .external_lex_state = 8}, - [5246] = {.lex_state = 5, .external_lex_state = 7}, - [5247] = {.lex_state = 4, .external_lex_state = 5}, - [5248] = {.lex_state = 5, .external_lex_state = 7}, - [5249] = {.lex_state = 5, .external_lex_state = 6}, + [5244] = {.lex_state = 4, .external_lex_state = 5}, + [5245] = {.lex_state = 5, .external_lex_state = 6}, + [5246] = {.lex_state = 7, .external_lex_state = 8}, + [5247] = {.lex_state = 5, .external_lex_state = 7}, + [5248] = {.lex_state = 4, .external_lex_state = 5}, + [5249] = {.lex_state = 5, .external_lex_state = 7}, [5250] = {.lex_state = 5, .external_lex_state = 7}, - [5251] = {.lex_state = 4, .external_lex_state = 5}, - [5252] = {.lex_state = 5, .external_lex_state = 6}, - [5253] = {.lex_state = 4, .external_lex_state = 5}, + [5251] = {.lex_state = 5, .external_lex_state = 6}, + [5252] = {.lex_state = 4, .external_lex_state = 5}, + [5253] = {.lex_state = 5, .external_lex_state = 6}, [5254] = {.lex_state = 5, .external_lex_state = 6}, - [5255] = {.lex_state = 5, .external_lex_state = 6}, - [5256] = {.lex_state = 5, .external_lex_state = 6}, + [5255] = {.lex_state = 4, .external_lex_state = 5}, + [5256] = {.lex_state = 4, .external_lex_state = 5}, [5257] = {.lex_state = 4, .external_lex_state = 5}, [5258] = {.lex_state = 4, .external_lex_state = 5}, - [5259] = {.lex_state = 5, .external_lex_state = 6}, - [5260] = {.lex_state = 4, .external_lex_state = 5}, - [5261] = {.lex_state = 4, .external_lex_state = 5}, + [5259] = {.lex_state = 5, .external_lex_state = 7}, + [5260] = {.lex_state = 5, .external_lex_state = 6}, + [5261] = {.lex_state = 7, .external_lex_state = 9}, [5262] = {.lex_state = 7, .external_lex_state = 8}, - [5263] = {.lex_state = 7, .external_lex_state = 8}, - [5264] = {.lex_state = 4, .external_lex_state = 5}, - [5265] = {.lex_state = 4, .external_lex_state = 5}, - [5266] = {.lex_state = 4, .external_lex_state = 5}, + [5263] = {.lex_state = 4, .external_lex_state = 5}, + [5264] = {.lex_state = 7, .external_lex_state = 9}, + [5265] = {.lex_state = 5, .external_lex_state = 7}, + [5266] = {.lex_state = 5, .external_lex_state = 7}, [5267] = {.lex_state = 4, .external_lex_state = 5}, [5268] = {.lex_state = 4, .external_lex_state = 5}, - [5269] = {.lex_state = 7, .external_lex_state = 8}, + [5269] = {.lex_state = 4, .external_lex_state = 5}, [5270] = {.lex_state = 4, .external_lex_state = 5}, - [5271] = {.lex_state = 4, .external_lex_state = 5}, + [5271] = {.lex_state = 5, .external_lex_state = 6}, [5272] = {.lex_state = 4, .external_lex_state = 5}, - [5273] = {.lex_state = 4, .external_lex_state = 5}, - [5274] = {.lex_state = 7, .external_lex_state = 8}, - [5275] = {.lex_state = 7, .external_lex_state = 9}, - [5276] = {.lex_state = 7, .external_lex_state = 9}, - [5277] = {.lex_state = 7, .external_lex_state = 8}, - [5278] = {.lex_state = 4, .external_lex_state = 5}, - [5279] = {.lex_state = 4, .external_lex_state = 5}, - [5280] = {.lex_state = 4, .external_lex_state = 5}, + [5273] = {.lex_state = 5, .external_lex_state = 6}, + [5274] = {.lex_state = 5, .external_lex_state = 6}, + [5275] = {.lex_state = 4, .external_lex_state = 5}, + [5276] = {.lex_state = 7, .external_lex_state = 8}, + [5277] = {.lex_state = 4, .external_lex_state = 5}, + [5278] = {.lex_state = 7, .external_lex_state = 8}, + [5279] = {.lex_state = 5, .external_lex_state = 7}, + [5280] = {.lex_state = 5, .external_lex_state = 6}, [5281] = {.lex_state = 4, .external_lex_state = 5}, - [5282] = {.lex_state = 4, .external_lex_state = 5}, - [5283] = {.lex_state = 7, .external_lex_state = 8}, - [5284] = {.lex_state = 5, .external_lex_state = 7}, + [5282] = {.lex_state = 5, .external_lex_state = 7}, + [5283] = {.lex_state = 7, .external_lex_state = 9}, + [5284] = {.lex_state = 7, .external_lex_state = 9}, [5285] = {.lex_state = 4, .external_lex_state = 5}, - [5286] = {.lex_state = 5, .external_lex_state = 6}, - [5287] = {.lex_state = 5, .external_lex_state = 7}, - [5288] = {.lex_state = 5, .external_lex_state = 7}, - [5289] = {.lex_state = 5, .external_lex_state = 7}, - [5290] = {.lex_state = 5, .external_lex_state = 6}, + [5286] = {.lex_state = 7, .external_lex_state = 8}, + [5287] = {.lex_state = 4, .external_lex_state = 5}, + [5288] = {.lex_state = 5, .external_lex_state = 6}, + [5289] = {.lex_state = 4, .external_lex_state = 5}, + [5290] = {.lex_state = 4, .external_lex_state = 5}, [5291] = {.lex_state = 4, .external_lex_state = 5}, - [5292] = {.lex_state = 7, .external_lex_state = 8}, + [5292] = {.lex_state = 5, .external_lex_state = 7}, [5293] = {.lex_state = 4, .external_lex_state = 5}, [5294] = {.lex_state = 4, .external_lex_state = 5}, - [5295] = {.lex_state = 4, .external_lex_state = 5}, - [5296] = {.lex_state = 5, .external_lex_state = 6}, - [5297] = {.lex_state = 7, .external_lex_state = 8}, + [5295] = {.lex_state = 5, .external_lex_state = 6}, + [5296] = {.lex_state = 4, .external_lex_state = 5}, + [5297] = {.lex_state = 5, .external_lex_state = 6}, [5298] = {.lex_state = 4, .external_lex_state = 5}, - [5299] = {.lex_state = 4, .external_lex_state = 5}, + [5299] = {.lex_state = 7, .external_lex_state = 8}, [5300] = {.lex_state = 4, .external_lex_state = 5}, - [5301] = {.lex_state = 4, .external_lex_state = 5}, + [5301] = {.lex_state = 5, .external_lex_state = 7}, [5302] = {.lex_state = 5, .external_lex_state = 6}, - [5303] = {.lex_state = 4, .external_lex_state = 5}, - [5304] = {.lex_state = 7, .external_lex_state = 8}, - [5305] = {.lex_state = 5, .external_lex_state = 7}, - [5306] = {.lex_state = 7, .external_lex_state = 8}, - [5307] = {.lex_state = 7, .external_lex_state = 8}, - [5308] = {.lex_state = 4, .external_lex_state = 5}, - [5309] = {.lex_state = 7, .external_lex_state = 8}, + [5303] = {.lex_state = 7, .external_lex_state = 8}, + [5304] = {.lex_state = 4, .external_lex_state = 5}, + [5305] = {.lex_state = 7, .external_lex_state = 8}, + [5306] = {.lex_state = 4, .external_lex_state = 5}, + [5307] = {.lex_state = 5, .external_lex_state = 7}, + [5308] = {.lex_state = 7, .external_lex_state = 8}, + [5309] = {.lex_state = 4, .external_lex_state = 5}, [5310] = {.lex_state = 7, .external_lex_state = 8}, - [5311] = {.lex_state = 31, .external_lex_state = 2}, - [5312] = {.lex_state = 4, .external_lex_state = 5}, - [5313] = {.lex_state = 4, .external_lex_state = 5}, + [5311] = {.lex_state = 4, .external_lex_state = 5}, + [5312] = {.lex_state = 5, .external_lex_state = 7}, + [5313] = {.lex_state = 5, .external_lex_state = 7}, [5314] = {.lex_state = 5, .external_lex_state = 7}, - [5315] = {.lex_state = 5, .external_lex_state = 7}, - [5316] = {.lex_state = 4, .external_lex_state = 5}, - [5317] = {.lex_state = 7, .external_lex_state = 8}, - [5318] = {.lex_state = 4, .external_lex_state = 5}, + [5315] = {.lex_state = 7, .external_lex_state = 8}, + [5316] = {.lex_state = 5, .external_lex_state = 7}, + [5317] = {.lex_state = 31, .external_lex_state = 2}, + [5318] = {.lex_state = 7, .external_lex_state = 8}, [5319] = {.lex_state = 4, .external_lex_state = 5}, [5320] = {.lex_state = 4, .external_lex_state = 5}, [5321] = {.lex_state = 4, .external_lex_state = 5}, [5322] = {.lex_state = 4, .external_lex_state = 5}, [5323] = {.lex_state = 4, .external_lex_state = 5}, - [5324] = {.lex_state = 5, .external_lex_state = 7}, + [5324] = {.lex_state = 4, .external_lex_state = 5}, [5325] = {.lex_state = 5, .external_lex_state = 7}, [5326] = {.lex_state = 4, .external_lex_state = 5}, [5327] = {.lex_state = 4, .external_lex_state = 5}, - [5328] = {.lex_state = 5, .external_lex_state = 7}, - [5329] = {.lex_state = 5, .external_lex_state = 6}, - [5330] = {.lex_state = 7, .external_lex_state = 8}, - [5331] = {.lex_state = 4, .external_lex_state = 5}, - [5332] = {.lex_state = 5, .external_lex_state = 6}, - [5333] = {.lex_state = 5, .external_lex_state = 6}, - [5334] = {.lex_state = 5, .external_lex_state = 7}, + [5328] = {.lex_state = 4, .external_lex_state = 5}, + [5329] = {.lex_state = 4, .external_lex_state = 5}, + [5330] = {.lex_state = 4, .external_lex_state = 5}, + [5331] = {.lex_state = 7, .external_lex_state = 8}, + [5332] = {.lex_state = 7, .external_lex_state = 8}, + [5333] = {.lex_state = 7, .external_lex_state = 8}, + [5334] = {.lex_state = 5, .external_lex_state = 6}, [5335] = {.lex_state = 4, .external_lex_state = 5}, - [5336] = {.lex_state = 5, .external_lex_state = 7}, - [5337] = {.lex_state = 4, .external_lex_state = 5}, - [5338] = {.lex_state = 4, .external_lex_state = 5}, - [5339] = {.lex_state = 5, .external_lex_state = 7}, - [5340] = {.lex_state = 4, .external_lex_state = 5}, - [5341] = {.lex_state = 5, .external_lex_state = 6}, + [5336] = {.lex_state = 4, .external_lex_state = 5}, + [5337] = {.lex_state = 5, .external_lex_state = 7}, + [5338] = {.lex_state = 5, .external_lex_state = 7}, + [5339] = {.lex_state = 4, .external_lex_state = 5}, + [5340] = {.lex_state = 5, .external_lex_state = 6}, + [5341] = {.lex_state = 4, .external_lex_state = 5}, [5342] = {.lex_state = 4, .external_lex_state = 5}, - [5343] = {.lex_state = 4, .external_lex_state = 5}, - [5344] = {.lex_state = 5, .external_lex_state = 6}, - [5345] = {.lex_state = 4, .external_lex_state = 5}, - [5346] = {.lex_state = 7, .external_lex_state = 9}, - [5347] = {.lex_state = 7, .external_lex_state = 9}, - [5348] = {.lex_state = 7, .external_lex_state = 8}, + [5343] = {.lex_state = 5, .external_lex_state = 6}, + [5344] = {.lex_state = 4, .external_lex_state = 5}, + [5345] = {.lex_state = 7, .external_lex_state = 8}, + [5346] = {.lex_state = 4, .external_lex_state = 5}, + [5347] = {.lex_state = 4, .external_lex_state = 5}, + [5348] = {.lex_state = 4, .external_lex_state = 5}, [5349] = {.lex_state = 4, .external_lex_state = 5}, - [5350] = {.lex_state = 4, .external_lex_state = 5}, + [5350] = {.lex_state = 7, .external_lex_state = 9}, [5351] = {.lex_state = 4, .external_lex_state = 5}, [5352] = {.lex_state = 4, .external_lex_state = 5}, - [5353] = {.lex_state = 7, .external_lex_state = 8}, - [5354] = {.lex_state = 5, .external_lex_state = 6}, + [5353] = {.lex_state = 4, .external_lex_state = 5}, + [5354] = {.lex_state = 4, .external_lex_state = 5}, [5355] = {.lex_state = 4, .external_lex_state = 5}, - [5356] = {.lex_state = 5, .external_lex_state = 7}, + [5356] = {.lex_state = 4, .external_lex_state = 5}, [5357] = {.lex_state = 4, .external_lex_state = 5}, - [5358] = {.lex_state = 4, .external_lex_state = 5}, + [5358] = {.lex_state = 5, .external_lex_state = 7}, [5359] = {.lex_state = 4, .external_lex_state = 5}, - [5360] = {.lex_state = 4, .external_lex_state = 5}, - [5361] = {.lex_state = 7, .external_lex_state = 8}, - [5362] = {.lex_state = 4, .external_lex_state = 5}, + [5360] = {.lex_state = 7, .external_lex_state = 8}, + [5361] = {.lex_state = 5, .external_lex_state = 7}, + [5362] = {.lex_state = 7, .external_lex_state = 9}, [5363] = {.lex_state = 4, .external_lex_state = 5}, [5364] = {.lex_state = 4, .external_lex_state = 5}, - [5365] = {.lex_state = 4, .external_lex_state = 5}, + [5365] = {.lex_state = 7, .external_lex_state = 8}, [5366] = {.lex_state = 4, .external_lex_state = 5}, - [5367] = {.lex_state = 7, .external_lex_state = 8}, + [5367] = {.lex_state = 4, .external_lex_state = 5}, [5368] = {.lex_state = 4, .external_lex_state = 5}, - [5369] = {.lex_state = 4, .external_lex_state = 5}, - [5370] = {.lex_state = 4, .external_lex_state = 5}, + [5369] = {.lex_state = 7, .external_lex_state = 8}, + [5370] = {.lex_state = 7, .external_lex_state = 8}, [5371] = {.lex_state = 4, .external_lex_state = 5}, [5372] = {.lex_state = 4, .external_lex_state = 5}, - [5373] = {.lex_state = 5, .external_lex_state = 7}, - [5374] = {.lex_state = 5, .external_lex_state = 7}, + [5373] = {.lex_state = 4, .external_lex_state = 5}, + [5374] = {.lex_state = 7, .external_lex_state = 8}, [5375] = {.lex_state = 4, .external_lex_state = 5}, - [5376] = {.lex_state = 5, .external_lex_state = 6}, - [5377] = {.lex_state = 4, .external_lex_state = 5}, + [5376] = {.lex_state = 4, .external_lex_state = 5}, + [5377] = {.lex_state = 5, .external_lex_state = 6}, [5378] = {.lex_state = 4, .external_lex_state = 5}, - [5379] = {.lex_state = 7, .external_lex_state = 8}, - [5380] = {.lex_state = 7, .external_lex_state = 8}, - [5381] = {.lex_state = 7, .external_lex_state = 8}, - [5382] = {.lex_state = 5, .external_lex_state = 7}, - [5383] = {.lex_state = 4, .external_lex_state = 2}, - [5384] = {.lex_state = 7, .external_lex_state = 8}, - [5385] = {.lex_state = 5, .external_lex_state = 7}, - [5386] = {.lex_state = 7, .external_lex_state = 8}, + [5379] = {.lex_state = 4, .external_lex_state = 5}, + [5380] = {.lex_state = 4, .external_lex_state = 5}, + [5381] = {.lex_state = 4, .external_lex_state = 5}, + [5382] = {.lex_state = 4, .external_lex_state = 5}, + [5383] = {.lex_state = 4, .external_lex_state = 5}, + [5384] = {.lex_state = 5, .external_lex_state = 7}, + [5385] = {.lex_state = 4, .external_lex_state = 5}, + [5386] = {.lex_state = 4, .external_lex_state = 5}, [5387] = {.lex_state = 5, .external_lex_state = 7}, - [5388] = {.lex_state = 7, .external_lex_state = 9}, - [5389] = {.lex_state = 7, .external_lex_state = 8}, - [5390] = {.lex_state = 7, .external_lex_state = 8}, - [5391] = {.lex_state = 7, .external_lex_state = 8}, - [5392] = {.lex_state = 7, .external_lex_state = 8}, - [5393] = {.lex_state = 7, .external_lex_state = 8}, - [5394] = {.lex_state = 4, .external_lex_state = 2}, + [5388] = {.lex_state = 4, .external_lex_state = 5}, + [5389] = {.lex_state = 4, .external_lex_state = 5}, + [5390] = {.lex_state = 4, .external_lex_state = 5}, + [5391] = {.lex_state = 4, .external_lex_state = 5}, + [5392] = {.lex_state = 4, .external_lex_state = 5}, + [5393] = {.lex_state = 7, .external_lex_state = 9}, + [5394] = {.lex_state = 7, .external_lex_state = 8}, [5395] = {.lex_state = 7, .external_lex_state = 8}, [5396] = {.lex_state = 5, .external_lex_state = 7}, - [5397] = {.lex_state = 7, .external_lex_state = 9}, + [5397] = {.lex_state = 4, .external_lex_state = 2}, [5398] = {.lex_state = 5, .external_lex_state = 7}, - [5399] = {.lex_state = 5, .external_lex_state = 6}, + [5399] = {.lex_state = 7, .external_lex_state = 8}, [5400] = {.lex_state = 7, .external_lex_state = 8}, [5401] = {.lex_state = 5, .external_lex_state = 7}, - [5402] = {.lex_state = 7, .external_lex_state = 8}, - [5403] = {.lex_state = 5, .external_lex_state = 6}, - [5404] = {.lex_state = 7, .external_lex_state = 8}, - [5405] = {.lex_state = 7, .external_lex_state = 8}, - [5406] = {.lex_state = 7, .external_lex_state = 8}, + [5402] = {.lex_state = 7, .external_lex_state = 9}, + [5403] = {.lex_state = 7, .external_lex_state = 8}, + [5404] = {.lex_state = 5, .external_lex_state = 7}, + [5405] = {.lex_state = 5, .external_lex_state = 7}, + [5406] = {.lex_state = 5, .external_lex_state = 7}, [5407] = {.lex_state = 7, .external_lex_state = 8}, - [5408] = {.lex_state = 5, .external_lex_state = 6}, + [5408] = {.lex_state = 5, .external_lex_state = 7}, [5409] = {.lex_state = 7, .external_lex_state = 8}, - [5410] = {.lex_state = 7, .external_lex_state = 8}, - [5411] = {.lex_state = 7, .external_lex_state = 8}, - [5412] = {.lex_state = 7, .external_lex_state = 8}, - [5413] = {.lex_state = 5, .external_lex_state = 6}, - [5414] = {.lex_state = 5, .external_lex_state = 6}, - [5415] = {.lex_state = 5, .external_lex_state = 7}, - [5416] = {.lex_state = 7, .external_lex_state = 8}, + [5410] = {.lex_state = 5, .external_lex_state = 7}, + [5411] = {.lex_state = 7, .external_lex_state = 9}, + [5412] = {.lex_state = 5, .external_lex_state = 7}, + [5413] = {.lex_state = 5, .external_lex_state = 7}, + [5414] = {.lex_state = 5, .external_lex_state = 7}, + [5415] = {.lex_state = 7, .external_lex_state = 8}, + [5416] = {.lex_state = 5, .external_lex_state = 6}, [5417] = {.lex_state = 7, .external_lex_state = 8}, - [5418] = {.lex_state = 5, .external_lex_state = 7}, + [5418] = {.lex_state = 5, .external_lex_state = 6}, [5419] = {.lex_state = 7, .external_lex_state = 8}, - [5420] = {.lex_state = 5, .external_lex_state = 6}, - [5421] = {.lex_state = 7, .external_lex_state = 9}, + [5420] = {.lex_state = 7, .external_lex_state = 8}, + [5421] = {.lex_state = 7, .external_lex_state = 8}, [5422] = {.lex_state = 7, .external_lex_state = 8}, - [5423] = {.lex_state = 5, .external_lex_state = 7}, - [5424] = {.lex_state = 7, .external_lex_state = 8}, + [5423] = {.lex_state = 7, .external_lex_state = 9}, + [5424] = {.lex_state = 5, .external_lex_state = 6}, [5425] = {.lex_state = 5, .external_lex_state = 7}, - [5426] = {.lex_state = 5, .external_lex_state = 7}, + [5426] = {.lex_state = 5, .external_lex_state = 6}, [5427] = {.lex_state = 7, .external_lex_state = 8}, - [5428] = {.lex_state = 5, .external_lex_state = 7}, - [5429] = {.lex_state = 7, .external_lex_state = 9}, + [5428] = {.lex_state = 5, .external_lex_state = 6}, + [5429] = {.lex_state = 7, .external_lex_state = 8}, [5430] = {.lex_state = 7, .external_lex_state = 8}, [5431] = {.lex_state = 7, .external_lex_state = 8}, [5432] = {.lex_state = 7, .external_lex_state = 8}, - [5433] = {.lex_state = 7, .external_lex_state = 8}, + [5433] = {.lex_state = 5, .external_lex_state = 6}, [5434] = {.lex_state = 5, .external_lex_state = 7}, - [5435] = {.lex_state = 5, .external_lex_state = 7}, + [5435] = {.lex_state = 4, .external_lex_state = 2}, [5436] = {.lex_state = 7, .external_lex_state = 8}, - [5437] = {.lex_state = 7, .external_lex_state = 9}, - [5438] = {.lex_state = 5, .external_lex_state = 7}, - [5439] = {.lex_state = 7, .external_lex_state = 8}, + [5437] = {.lex_state = 7, .external_lex_state = 8}, + [5438] = {.lex_state = 7, .external_lex_state = 8}, + [5439] = {.lex_state = 5, .external_lex_state = 7}, [5440] = {.lex_state = 7, .external_lex_state = 8}, - [5441] = {.lex_state = 7, .external_lex_state = 8}, - [5442] = {.lex_state = 5, .external_lex_state = 7}, + [5441] = {.lex_state = 7, .external_lex_state = 9}, + [5442] = {.lex_state = 7, .external_lex_state = 8}, [5443] = {.lex_state = 7, .external_lex_state = 8}, [5444] = {.lex_state = 7, .external_lex_state = 8}, - [5445] = {.lex_state = 5, .external_lex_state = 7}, + [5445] = {.lex_state = 7, .external_lex_state = 8}, [5446] = {.lex_state = 7, .external_lex_state = 8}, [5447] = {.lex_state = 7, .external_lex_state = 8}, - [5448] = {.lex_state = 7, .external_lex_state = 8}, + [5448] = {.lex_state = 5, .external_lex_state = 7}, [5449] = {.lex_state = 7, .external_lex_state = 8}, - [5450] = {.lex_state = 5, .external_lex_state = 7}, - [5451] = {.lex_state = 5, .external_lex_state = 7}, - [5452] = {.lex_state = 5, .external_lex_state = 7}, - [5453] = {.lex_state = 7, .external_lex_state = 8}, + [5450] = {.lex_state = 7, .external_lex_state = 8}, + [5451] = {.lex_state = 7, .external_lex_state = 8}, + [5452] = {.lex_state = 7, .external_lex_state = 8}, + [5453] = {.lex_state = 5, .external_lex_state = 7}, [5454] = {.lex_state = 5, .external_lex_state = 7}, - [5455] = {.lex_state = 7, .external_lex_state = 8}, - [5456] = {.lex_state = 5, .external_lex_state = 7}, + [5455] = {.lex_state = 5, .external_lex_state = 7}, + [5456] = {.lex_state = 7, .external_lex_state = 8}, [5457] = {.lex_state = 5, .external_lex_state = 7}, [5458] = {.lex_state = 7, .external_lex_state = 8}, - [5459] = {.lex_state = 5, .external_lex_state = 6}, - [5460] = {.lex_state = 5, .external_lex_state = 6}, - [5461] = {.lex_state = 5, .external_lex_state = 6}, - [5462] = {.lex_state = 5, .external_lex_state = 6}, + [5459] = {.lex_state = 7, .external_lex_state = 8}, + [5460] = {.lex_state = 5, .external_lex_state = 7}, + [5461] = {.lex_state = 5, .external_lex_state = 7}, + [5462] = {.lex_state = 7, .external_lex_state = 8}, [5463] = {.lex_state = 7, .external_lex_state = 8}, [5464] = {.lex_state = 7, .external_lex_state = 8}, - [5465] = {.lex_state = 5, .external_lex_state = 6}, - [5466] = {.lex_state = 5, .external_lex_state = 6}, + [5465] = {.lex_state = 7, .external_lex_state = 8}, + [5466] = {.lex_state = 7, .external_lex_state = 8}, [5467] = {.lex_state = 7, .external_lex_state = 8}, - [5468] = {.lex_state = 5, .external_lex_state = 7}, - [5469] = {.lex_state = 5, .external_lex_state = 7}, - [5470] = {.lex_state = 7, .external_lex_state = 9}, + [5468] = {.lex_state = 7, .external_lex_state = 8}, + [5469] = {.lex_state = 7, .external_lex_state = 8}, + [5470] = {.lex_state = 5, .external_lex_state = 7}, [5471] = {.lex_state = 5, .external_lex_state = 7}, - [5472] = {.lex_state = 7, .external_lex_state = 9}, - [5473] = {.lex_state = 5, .external_lex_state = 7}, - [5474] = {.lex_state = 5, .external_lex_state = 7}, - [5475] = {.lex_state = 7, .external_lex_state = 9}, - [5476] = {.lex_state = 7, .external_lex_state = 9}, - [5477] = {.lex_state = 7, .external_lex_state = 8}, - [5478] = {.lex_state = 7, .external_lex_state = 9}, - [5479] = {.lex_state = 7, .external_lex_state = 9}, - [5480] = {.lex_state = 5, .external_lex_state = 7}, + [5472] = {.lex_state = 5, .external_lex_state = 6}, + [5473] = {.lex_state = 5, .external_lex_state = 6}, + [5474] = {.lex_state = 5, .external_lex_state = 6}, + [5475] = {.lex_state = 7, .external_lex_state = 8}, + [5476] = {.lex_state = 5, .external_lex_state = 6}, + [5477] = {.lex_state = 5, .external_lex_state = 6}, + [5478] = {.lex_state = 7, .external_lex_state = 8}, + [5479] = {.lex_state = 7, .external_lex_state = 8}, + [5480] = {.lex_state = 5, .external_lex_state = 6}, [5481] = {.lex_state = 7, .external_lex_state = 8}, - [5482] = {.lex_state = 31, .external_lex_state = 5}, - [5483] = {.lex_state = 7, .external_lex_state = 9}, + [5482] = {.lex_state = 7, .external_lex_state = 9}, + [5483] = {.lex_state = 5, .external_lex_state = 7}, [5484] = {.lex_state = 7, .external_lex_state = 9}, - [5485] = {.lex_state = 5, .external_lex_state = 6}, - [5486] = {.lex_state = 7, .external_lex_state = 9}, - [5487] = {.lex_state = 5, .external_lex_state = 6}, - [5488] = {.lex_state = 7, .external_lex_state = 8}, + [5485] = {.lex_state = 5, .external_lex_state = 7}, + [5486] = {.lex_state = 5, .external_lex_state = 7}, + [5487] = {.lex_state = 7, .external_lex_state = 8}, + [5488] = {.lex_state = 5, .external_lex_state = 7}, [5489] = {.lex_state = 7, .external_lex_state = 9}, - [5490] = {.lex_state = 7, .external_lex_state = 8}, - [5491] = {.lex_state = 7, .external_lex_state = 8}, - [5492] = {.lex_state = 7, .external_lex_state = 8}, - [5493] = {.lex_state = 31, .external_lex_state = 5}, + [5490] = {.lex_state = 5, .external_lex_state = 7}, + [5491] = {.lex_state = 7, .external_lex_state = 9}, + [5492] = {.lex_state = 5, .external_lex_state = 7}, + [5493] = {.lex_state = 7, .external_lex_state = 9}, [5494] = {.lex_state = 7, .external_lex_state = 9}, - [5495] = {.lex_state = 5, .external_lex_state = 6}, - [5496] = {.lex_state = 7, .external_lex_state = 9}, - [5497] = {.lex_state = 7, .external_lex_state = 9}, - [5498] = {.lex_state = 7, .external_lex_state = 9}, - [5499] = {.lex_state = 7, .external_lex_state = 8}, + [5495] = {.lex_state = 7, .external_lex_state = 9}, + [5496] = {.lex_state = 7, .external_lex_state = 8}, + [5497] = {.lex_state = 7, .external_lex_state = 8}, + [5498] = {.lex_state = 7, .external_lex_state = 8}, + [5499] = {.lex_state = 5, .external_lex_state = 6}, [5500] = {.lex_state = 7, .external_lex_state = 8}, - [5501] = {.lex_state = 7, .external_lex_state = 8}, - [5502] = {.lex_state = 7, .external_lex_state = 8}, + [5501] = {.lex_state = 5, .external_lex_state = 6}, + [5502] = {.lex_state = 7, .external_lex_state = 9}, [5503] = {.lex_state = 7, .external_lex_state = 8}, [5504] = {.lex_state = 7, .external_lex_state = 8}, - [5505] = {.lex_state = 7, .external_lex_state = 8}, - [5506] = {.lex_state = 7, .external_lex_state = 8}, - [5507] = {.lex_state = 7, .external_lex_state = 8}, - [5508] = {.lex_state = 7, .external_lex_state = 8}, - [5509] = {.lex_state = 31, .external_lex_state = 2}, - [5510] = {.lex_state = 7, .external_lex_state = 8}, - [5511] = {.lex_state = 7, .external_lex_state = 8}, - [5512] = {.lex_state = 31, .external_lex_state = 2}, + [5505] = {.lex_state = 7, .external_lex_state = 9}, + [5506] = {.lex_state = 7, .external_lex_state = 9}, + [5507] = {.lex_state = 5, .external_lex_state = 6}, + [5508] = {.lex_state = 7, .external_lex_state = 9}, + [5509] = {.lex_state = 7, .external_lex_state = 9}, + [5510] = {.lex_state = 31, .external_lex_state = 5}, + [5511] = {.lex_state = 7, .external_lex_state = 9}, + [5512] = {.lex_state = 7, .external_lex_state = 9}, [5513] = {.lex_state = 7, .external_lex_state = 8}, - [5514] = {.lex_state = 7, .external_lex_state = 8}, - [5515] = {.lex_state = 7, .external_lex_state = 9}, - [5516] = {.lex_state = 7, .external_lex_state = 9}, + [5514] = {.lex_state = 31, .external_lex_state = 5}, + [5515] = {.lex_state = 7, .external_lex_state = 8}, + [5516] = {.lex_state = 7, .external_lex_state = 8}, [5517] = {.lex_state = 7, .external_lex_state = 8}, [5518] = {.lex_state = 7, .external_lex_state = 8}, - [5519] = {.lex_state = 7, .external_lex_state = 9}, + [5519] = {.lex_state = 7, .external_lex_state = 8}, [5520] = {.lex_state = 7, .external_lex_state = 8}, - [5521] = {.lex_state = 7, .external_lex_state = 9}, + [5521] = {.lex_state = 7, .external_lex_state = 8}, [5522] = {.lex_state = 7, .external_lex_state = 8}, [5523] = {.lex_state = 7, .external_lex_state = 8}, - [5524] = {.lex_state = 7, .external_lex_state = 8}, - [5525] = {.lex_state = 7, .external_lex_state = 8}, + [5524] = {.lex_state = 31, .external_lex_state = 2}, + [5525] = {.lex_state = 31, .external_lex_state = 2}, [5526] = {.lex_state = 7, .external_lex_state = 8}, [5527] = {.lex_state = 7, .external_lex_state = 8}, [5528] = {.lex_state = 7, .external_lex_state = 8}, [5529] = {.lex_state = 7, .external_lex_state = 8}, [5530] = {.lex_state = 7, .external_lex_state = 8}, - [5531] = {.lex_state = 7, .external_lex_state = 8}, - [5532] = {.lex_state = 7, .external_lex_state = 8}, + [5531] = {.lex_state = 7, .external_lex_state = 9}, + [5532] = {.lex_state = 7, .external_lex_state = 9}, [5533] = {.lex_state = 7, .external_lex_state = 8}, [5534] = {.lex_state = 7, .external_lex_state = 8}, [5535] = {.lex_state = 7, .external_lex_state = 8}, - [5536] = {.lex_state = 7, .external_lex_state = 8}, - [5537] = {.lex_state = 7, .external_lex_state = 8}, + [5536] = {.lex_state = 7, .external_lex_state = 9}, + [5537] = {.lex_state = 7, .external_lex_state = 9}, [5538] = {.lex_state = 7, .external_lex_state = 8}, - [5539] = {.lex_state = 7, .external_lex_state = 9}, - [5540] = {.lex_state = 8, .external_lex_state = 8}, - [5541] = {.lex_state = 8, .external_lex_state = 8}, - [5542] = {.lex_state = 7, .external_lex_state = 9}, - [5543] = {.lex_state = 7, .external_lex_state = 9}, - [5544] = {.lex_state = 7, .external_lex_state = 9}, + [5539] = {.lex_state = 7, .external_lex_state = 8}, + [5540] = {.lex_state = 7, .external_lex_state = 8}, + [5541] = {.lex_state = 7, .external_lex_state = 8}, + [5542] = {.lex_state = 7, .external_lex_state = 8}, + [5543] = {.lex_state = 7, .external_lex_state = 8}, + [5544] = {.lex_state = 7, .external_lex_state = 8}, [5545] = {.lex_state = 7, .external_lex_state = 8}, [5546] = {.lex_state = 7, .external_lex_state = 8}, [5547] = {.lex_state = 7, .external_lex_state = 8}, - [5548] = {.lex_state = 7, .external_lex_state = 9}, + [5548] = {.lex_state = 7, .external_lex_state = 8}, [5549] = {.lex_state = 7, .external_lex_state = 8}, [5550] = {.lex_state = 7, .external_lex_state = 8}, [5551] = {.lex_state = 7, .external_lex_state = 8}, [5552] = {.lex_state = 7, .external_lex_state = 8}, - [5553] = {.lex_state = 7, .external_lex_state = 8}, - [5554] = {.lex_state = 7, .external_lex_state = 8}, - [5555] = {.lex_state = 7, .external_lex_state = 8}, - [5556] = {.lex_state = 7, .external_lex_state = 9}, - [5557] = {.lex_state = 7, .external_lex_state = 8}, - [5558] = {.lex_state = 7, .external_lex_state = 8}, + [5553] = {.lex_state = 8, .external_lex_state = 8}, + [5554] = {.lex_state = 7, .external_lex_state = 9}, + [5555] = {.lex_state = 7, .external_lex_state = 9}, + [5556] = {.lex_state = 8, .external_lex_state = 8}, + [5557] = {.lex_state = 7, .external_lex_state = 9}, + [5558] = {.lex_state = 7, .external_lex_state = 9}, [5559] = {.lex_state = 7, .external_lex_state = 8}, [5560] = {.lex_state = 7, .external_lex_state = 8}, [5561] = {.lex_state = 7, .external_lex_state = 8}, [5562] = {.lex_state = 7, .external_lex_state = 8}, [5563] = {.lex_state = 7, .external_lex_state = 8}, - [5564] = {.lex_state = 7, .external_lex_state = 8}, - [5565] = {.lex_state = 7, .external_lex_state = 8}, + [5564] = {.lex_state = 7, .external_lex_state = 9}, + [5565] = {.lex_state = 7, .external_lex_state = 9}, [5566] = {.lex_state = 7, .external_lex_state = 9}, [5567] = {.lex_state = 7, .external_lex_state = 9}, [5568] = {.lex_state = 7, .external_lex_state = 8}, [5569] = {.lex_state = 7, .external_lex_state = 8}, [5570] = {.lex_state = 7, .external_lex_state = 8}, - [5571] = {.lex_state = 7, .external_lex_state = 9}, + [5571] = {.lex_state = 7, .external_lex_state = 8}, [5572] = {.lex_state = 7, .external_lex_state = 8}, [5573] = {.lex_state = 7, .external_lex_state = 8}, [5574] = {.lex_state = 7, .external_lex_state = 8}, [5575] = {.lex_state = 7, .external_lex_state = 8}, - [5576] = {.lex_state = 7, .external_lex_state = 9}, + [5576] = {.lex_state = 7, .external_lex_state = 8}, [5577] = {.lex_state = 7, .external_lex_state = 8}, [5578] = {.lex_state = 7, .external_lex_state = 8}, [5579] = {.lex_state = 7, .external_lex_state = 8}, [5580] = {.lex_state = 7, .external_lex_state = 8}, [5581] = {.lex_state = 7, .external_lex_state = 8}, - [5582] = {.lex_state = 7, .external_lex_state = 8}, + [5582] = {.lex_state = 7, .external_lex_state = 9}, [5583] = {.lex_state = 7, .external_lex_state = 9}, - [5584] = {.lex_state = 7, .external_lex_state = 9}, + [5584] = {.lex_state = 7, .external_lex_state = 8}, [5585] = {.lex_state = 7, .external_lex_state = 8}, [5586] = {.lex_state = 7, .external_lex_state = 8}, - [5587] = {.lex_state = 7, .external_lex_state = 8}, + [5587] = {.lex_state = 7, .external_lex_state = 9}, [5588] = {.lex_state = 7, .external_lex_state = 8}, [5589] = {.lex_state = 7, .external_lex_state = 8}, [5590] = {.lex_state = 7, .external_lex_state = 8}, - [5591] = {.lex_state = 7, .external_lex_state = 8}, - [5592] = {.lex_state = 7, .external_lex_state = 9}, - [5593] = {.lex_state = 7, .external_lex_state = 9}, + [5591] = {.lex_state = 7, .external_lex_state = 9}, + [5592] = {.lex_state = 7, .external_lex_state = 8}, + [5593] = {.lex_state = 7, .external_lex_state = 8}, [5594] = {.lex_state = 7, .external_lex_state = 8}, [5595] = {.lex_state = 7, .external_lex_state = 8}, [5596] = {.lex_state = 7, .external_lex_state = 8}, @@ -19767,66 +19821,66 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [5604] = {.lex_state = 7, .external_lex_state = 8}, [5605] = {.lex_state = 7, .external_lex_state = 8}, [5606] = {.lex_state = 7, .external_lex_state = 8}, - [5607] = {.lex_state = 7, .external_lex_state = 9}, + [5607] = {.lex_state = 7, .external_lex_state = 8}, [5608] = {.lex_state = 7, .external_lex_state = 8}, - [5609] = {.lex_state = 7, .external_lex_state = 9}, + [5609] = {.lex_state = 7, .external_lex_state = 8}, [5610] = {.lex_state = 7, .external_lex_state = 9}, - [5611] = {.lex_state = 7, .external_lex_state = 9}, - [5612] = {.lex_state = 7, .external_lex_state = 9}, - [5613] = {.lex_state = 7, .external_lex_state = 9}, - [5614] = {.lex_state = 7, .external_lex_state = 9}, - [5615] = {.lex_state = 7, .external_lex_state = 9}, - [5616] = {.lex_state = 7, .external_lex_state = 8}, - [5617] = {.lex_state = 7, .external_lex_state = 9}, + [5611] = {.lex_state = 7, .external_lex_state = 8}, + [5612] = {.lex_state = 7, .external_lex_state = 8}, + [5613] = {.lex_state = 7, .external_lex_state = 8}, + [5614] = {.lex_state = 7, .external_lex_state = 8}, + [5615] = {.lex_state = 7, .external_lex_state = 8}, + [5616] = {.lex_state = 7, .external_lex_state = 9}, + [5617] = {.lex_state = 7, .external_lex_state = 8}, [5618] = {.lex_state = 7, .external_lex_state = 8}, - [5619] = {.lex_state = 7, .external_lex_state = 8}, - [5620] = {.lex_state = 8, .external_lex_state = 8}, - [5621] = {.lex_state = 8, .external_lex_state = 8}, + [5619] = {.lex_state = 7, .external_lex_state = 9}, + [5620] = {.lex_state = 7, .external_lex_state = 8}, + [5621] = {.lex_state = 7, .external_lex_state = 8}, [5622] = {.lex_state = 7, .external_lex_state = 8}, - [5623] = {.lex_state = 7, .external_lex_state = 8}, + [5623] = {.lex_state = 7, .external_lex_state = 9}, [5624] = {.lex_state = 7, .external_lex_state = 9}, [5625] = {.lex_state = 7, .external_lex_state = 9}, - [5626] = {.lex_state = 7, .external_lex_state = 8}, - [5627] = {.lex_state = 7, .external_lex_state = 8}, - [5628] = {.lex_state = 7, .external_lex_state = 8}, - [5629] = {.lex_state = 7, .external_lex_state = 8}, - [5630] = {.lex_state = 7, .external_lex_state = 8}, - [5631] = {.lex_state = 7, .external_lex_state = 9}, + [5626] = {.lex_state = 7, .external_lex_state = 9}, + [5627] = {.lex_state = 7, .external_lex_state = 9}, + [5628] = {.lex_state = 7, .external_lex_state = 9}, + [5629] = {.lex_state = 7, .external_lex_state = 9}, + [5630] = {.lex_state = 7, .external_lex_state = 9}, + [5631] = {.lex_state = 7, .external_lex_state = 8}, [5632] = {.lex_state = 8, .external_lex_state = 8}, - [5633] = {.lex_state = 7, .external_lex_state = 8}, + [5633] = {.lex_state = 7, .external_lex_state = 9}, [5634] = {.lex_state = 8, .external_lex_state = 8}, - [5635] = {.lex_state = 8, .external_lex_state = 8}, + [5635] = {.lex_state = 7, .external_lex_state = 8}, [5636] = {.lex_state = 7, .external_lex_state = 8}, [5637] = {.lex_state = 7, .external_lex_state = 8}, - [5638] = {.lex_state = 8, .external_lex_state = 8}, - [5639] = {.lex_state = 7, .external_lex_state = 9}, - [5640] = {.lex_state = 8, .external_lex_state = 8}, - [5641] = {.lex_state = 8, .external_lex_state = 8}, - [5642] = {.lex_state = 8, .external_lex_state = 8}, - [5643] = {.lex_state = 8, .external_lex_state = 8}, - [5644] = {.lex_state = 8, .external_lex_state = 8}, - [5645] = {.lex_state = 8, .external_lex_state = 8}, + [5638] = {.lex_state = 7, .external_lex_state = 8}, + [5639] = {.lex_state = 7, .external_lex_state = 8}, + [5640] = {.lex_state = 7, .external_lex_state = 8}, + [5641] = {.lex_state = 7, .external_lex_state = 9}, + [5642] = {.lex_state = 7, .external_lex_state = 8}, + [5643] = {.lex_state = 7, .external_lex_state = 8}, + [5644] = {.lex_state = 7, .external_lex_state = 8}, + [5645] = {.lex_state = 7, .external_lex_state = 8}, [5646] = {.lex_state = 7, .external_lex_state = 8}, [5647] = {.lex_state = 7, .external_lex_state = 8}, - [5648] = {.lex_state = 7, .external_lex_state = 8}, - [5649] = {.lex_state = 7, .external_lex_state = 8}, - [5650] = {.lex_state = 7, .external_lex_state = 8}, - [5651] = {.lex_state = 7, .external_lex_state = 8}, - [5652] = {.lex_state = 7, .external_lex_state = 8}, - [5653] = {.lex_state = 7, .external_lex_state = 8}, - [5654] = {.lex_state = 7, .external_lex_state = 8}, - [5655] = {.lex_state = 7, .external_lex_state = 8}, + [5648] = {.lex_state = 8, .external_lex_state = 8}, + [5649] = {.lex_state = 7, .external_lex_state = 9}, + [5650] = {.lex_state = 8, .external_lex_state = 8}, + [5651] = {.lex_state = 8, .external_lex_state = 8}, + [5652] = {.lex_state = 8, .external_lex_state = 8}, + [5653] = {.lex_state = 7, .external_lex_state = 9}, + [5654] = {.lex_state = 8, .external_lex_state = 8}, + [5655] = {.lex_state = 8, .external_lex_state = 8}, [5656] = {.lex_state = 8, .external_lex_state = 8}, - [5657] = {.lex_state = 7, .external_lex_state = 8}, - [5658] = {.lex_state = 8, .external_lex_state = 8}, + [5657] = {.lex_state = 8, .external_lex_state = 8}, + [5658] = {.lex_state = 7, .external_lex_state = 8}, [5659] = {.lex_state = 8, .external_lex_state = 8}, - [5660] = {.lex_state = 8, .external_lex_state = 8}, - [5661] = {.lex_state = 8, .external_lex_state = 8}, - [5662] = {.lex_state = 8, .external_lex_state = 8}, + [5660] = {.lex_state = 7, .external_lex_state = 8}, + [5661] = {.lex_state = 7, .external_lex_state = 8}, + [5662] = {.lex_state = 7, .external_lex_state = 8}, [5663] = {.lex_state = 7, .external_lex_state = 8}, [5664] = {.lex_state = 7, .external_lex_state = 8}, - [5665] = {.lex_state = 8, .external_lex_state = 8}, - [5666] = {.lex_state = 7, .external_lex_state = 8}, + [5665] = {.lex_state = 7, .external_lex_state = 8}, + [5666] = {.lex_state = 8, .external_lex_state = 8}, [5667] = {.lex_state = 7, .external_lex_state = 8}, [5668] = {.lex_state = 7, .external_lex_state = 8}, [5669] = {.lex_state = 7, .external_lex_state = 8}, @@ -19839,19 +19893,19 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [5676] = {.lex_state = 7, .external_lex_state = 8}, [5677] = {.lex_state = 7, .external_lex_state = 8}, [5678] = {.lex_state = 7, .external_lex_state = 8}, - [5679] = {.lex_state = 8, .external_lex_state = 8}, + [5679] = {.lex_state = 7, .external_lex_state = 8}, [5680] = {.lex_state = 7, .external_lex_state = 8}, [5681] = {.lex_state = 7, .external_lex_state = 8}, [5682] = {.lex_state = 7, .external_lex_state = 8}, [5683] = {.lex_state = 7, .external_lex_state = 8}, [5684] = {.lex_state = 7, .external_lex_state = 8}, [5685] = {.lex_state = 7, .external_lex_state = 8}, - [5686] = {.lex_state = 7, .external_lex_state = 8}, + [5686] = {.lex_state = 8, .external_lex_state = 8}, [5687] = {.lex_state = 7, .external_lex_state = 8}, [5688] = {.lex_state = 7, .external_lex_state = 8}, - [5689] = {.lex_state = 7, .external_lex_state = 8}, + [5689] = {.lex_state = 8, .external_lex_state = 8}, [5690] = {.lex_state = 7, .external_lex_state = 8}, - [5691] = {.lex_state = 7, .external_lex_state = 8}, + [5691] = {.lex_state = 8, .external_lex_state = 8}, [5692] = {.lex_state = 7, .external_lex_state = 8}, [5693] = {.lex_state = 7, .external_lex_state = 8}, [5694] = {.lex_state = 7, .external_lex_state = 8}, @@ -19869,11 +19923,11 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [5706] = {.lex_state = 7, .external_lex_state = 8}, [5707] = {.lex_state = 7, .external_lex_state = 8}, [5708] = {.lex_state = 7, .external_lex_state = 8}, - [5709] = {.lex_state = 7, .external_lex_state = 8}, + [5709] = {.lex_state = 8, .external_lex_state = 8}, [5710] = {.lex_state = 7, .external_lex_state = 8}, [5711] = {.lex_state = 7, .external_lex_state = 8}, [5712] = {.lex_state = 7, .external_lex_state = 8}, - [5713] = {.lex_state = 7, .external_lex_state = 8}, + [5713] = {.lex_state = 8, .external_lex_state = 8}, [5714] = {.lex_state = 7, .external_lex_state = 8}, [5715] = {.lex_state = 7, .external_lex_state = 8}, [5716] = {.lex_state = 7, .external_lex_state = 8}, @@ -19884,16 +19938,16 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [5721] = {.lex_state = 7, .external_lex_state = 8}, [5722] = {.lex_state = 7, .external_lex_state = 8}, [5723] = {.lex_state = 7, .external_lex_state = 8}, - [5724] = {.lex_state = 7, .external_lex_state = 8}, + [5724] = {.lex_state = 8, .external_lex_state = 8}, [5725] = {.lex_state = 7, .external_lex_state = 8}, [5726] = {.lex_state = 7, .external_lex_state = 8}, [5727] = {.lex_state = 7, .external_lex_state = 8}, [5728] = {.lex_state = 7, .external_lex_state = 8}, [5729] = {.lex_state = 7, .external_lex_state = 8}, - [5730] = {.lex_state = 7, .external_lex_state = 8}, + [5730] = {.lex_state = 8, .external_lex_state = 8}, [5731] = {.lex_state = 7, .external_lex_state = 8}, [5732] = {.lex_state = 7, .external_lex_state = 8}, - [5733] = {.lex_state = 7, .external_lex_state = 8}, + [5733] = {.lex_state = 8, .external_lex_state = 8}, [5734] = {.lex_state = 7, .external_lex_state = 8}, [5735] = {.lex_state = 7, .external_lex_state = 8}, [5736] = {.lex_state = 7, .external_lex_state = 8}, @@ -20694,7 +20748,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [6531] = {.lex_state = 7, .external_lex_state = 8}, [6532] = {.lex_state = 7, .external_lex_state = 8}, [6533] = {.lex_state = 7, .external_lex_state = 8}, - [6534] = {.lex_state = 7, .external_lex_state = 8}, + [6534] = {.lex_state = 0, .external_lex_state = 6}, [6535] = {.lex_state = 7, .external_lex_state = 8}, [6536] = {.lex_state = 7, .external_lex_state = 8}, [6537] = {.lex_state = 7, .external_lex_state = 8}, @@ -20769,7 +20823,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [6606] = {.lex_state = 7, .external_lex_state = 8}, [6607] = {.lex_state = 7, .external_lex_state = 8}, [6608] = {.lex_state = 7, .external_lex_state = 8}, - [6609] = {.lex_state = 7, .external_lex_state = 8}, + [6609] = {.lex_state = 0, .external_lex_state = 6}, [6610] = {.lex_state = 7, .external_lex_state = 8}, [6611] = {.lex_state = 7, .external_lex_state = 8}, [6612] = {.lex_state = 7, .external_lex_state = 8}, @@ -20784,7 +20838,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [6621] = {.lex_state = 7, .external_lex_state = 8}, [6622] = {.lex_state = 7, .external_lex_state = 8}, [6623] = {.lex_state = 7, .external_lex_state = 8}, - [6624] = {.lex_state = 0, .external_lex_state = 6}, + [6624] = {.lex_state = 7, .external_lex_state = 8}, [6625] = {.lex_state = 7, .external_lex_state = 8}, [6626] = {.lex_state = 7, .external_lex_state = 8}, [6627] = {.lex_state = 7, .external_lex_state = 8}, @@ -20852,7 +20906,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [6689] = {.lex_state = 7, .external_lex_state = 8}, [6690] = {.lex_state = 7, .external_lex_state = 8}, [6691] = {.lex_state = 7, .external_lex_state = 8}, - [6692] = {.lex_state = 0, .external_lex_state = 6}, + [6692] = {.lex_state = 7, .external_lex_state = 8}, [6693] = {.lex_state = 7, .external_lex_state = 8}, [6694] = {.lex_state = 7, .external_lex_state = 8}, [6695] = {.lex_state = 7, .external_lex_state = 8}, @@ -21186,7 +21240,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [7023] = {.lex_state = 7, .external_lex_state = 8}, [7024] = {.lex_state = 7, .external_lex_state = 8}, [7025] = {.lex_state = 7, .external_lex_state = 8}, - [7026] = {.lex_state = 7, .external_lex_state = 9}, + [7026] = {.lex_state = 7, .external_lex_state = 8}, [7027] = {.lex_state = 7, .external_lex_state = 8}, [7028] = {.lex_state = 7, .external_lex_state = 8}, [7029] = {.lex_state = 7, .external_lex_state = 8}, @@ -21217,7 +21271,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [7054] = {.lex_state = 7, .external_lex_state = 8}, [7055] = {.lex_state = 7, .external_lex_state = 8}, [7056] = {.lex_state = 7, .external_lex_state = 8}, - [7057] = {.lex_state = 7, .external_lex_state = 9}, + [7057] = {.lex_state = 7, .external_lex_state = 8}, [7058] = {.lex_state = 7, .external_lex_state = 8}, [7059] = {.lex_state = 7, .external_lex_state = 8}, [7060] = {.lex_state = 7, .external_lex_state = 8}, @@ -21282,10 +21336,10 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [7119] = {.lex_state = 7, .external_lex_state = 8}, [7120] = {.lex_state = 7, .external_lex_state = 8}, [7121] = {.lex_state = 7, .external_lex_state = 8}, - [7122] = {.lex_state = 7, .external_lex_state = 8}, + [7122] = {.lex_state = 7, .external_lex_state = 9}, [7123] = {.lex_state = 7, .external_lex_state = 8}, [7124] = {.lex_state = 7, .external_lex_state = 8}, - [7125] = {.lex_state = 7, .external_lex_state = 8}, + [7125] = {.lex_state = 7, .external_lex_state = 9}, [7126] = {.lex_state = 7, .external_lex_state = 8}, [7127] = {.lex_state = 7, .external_lex_state = 8}, [7128] = {.lex_state = 7, .external_lex_state = 8}, @@ -21594,7 +21648,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [7431] = {.lex_state = 7, .external_lex_state = 8}, [7432] = {.lex_state = 7, .external_lex_state = 8}, [7433] = {.lex_state = 7, .external_lex_state = 8}, - [7434] = {.lex_state = 5, .external_lex_state = 8}, + [7434] = {.lex_state = 7, .external_lex_state = 8}, [7435] = {.lex_state = 7, .external_lex_state = 8}, [7436] = {.lex_state = 7, .external_lex_state = 8}, [7437] = {.lex_state = 7, .external_lex_state = 8}, @@ -21610,20 +21664,20 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [7447] = {.lex_state = 7, .external_lex_state = 8}, [7448] = {.lex_state = 7, .external_lex_state = 8}, [7449] = {.lex_state = 7, .external_lex_state = 8}, - [7450] = {.lex_state = 7, .external_lex_state = 9}, + [7450] = {.lex_state = 7, .external_lex_state = 8}, [7451] = {.lex_state = 7, .external_lex_state = 8}, - [7452] = {.lex_state = 5, .external_lex_state = 8}, + [7452] = {.lex_state = 7, .external_lex_state = 8}, [7453] = {.lex_state = 7, .external_lex_state = 8}, [7454] = {.lex_state = 7, .external_lex_state = 8}, [7455] = {.lex_state = 7, .external_lex_state = 8}, [7456] = {.lex_state = 7, .external_lex_state = 8}, - [7457] = {.lex_state = 7, .external_lex_state = 8}, + [7457] = {.lex_state = 7, .external_lex_state = 9}, [7458] = {.lex_state = 7, .external_lex_state = 8}, [7459] = {.lex_state = 7, .external_lex_state = 8}, [7460] = {.lex_state = 7, .external_lex_state = 8}, [7461] = {.lex_state = 7, .external_lex_state = 8}, [7462] = {.lex_state = 7, .external_lex_state = 8}, - [7463] = {.lex_state = 5, .external_lex_state = 8}, + [7463] = {.lex_state = 7, .external_lex_state = 8}, [7464] = {.lex_state = 7, .external_lex_state = 8}, [7465] = {.lex_state = 7, .external_lex_state = 8}, [7466] = {.lex_state = 7, .external_lex_state = 8}, @@ -21636,14 +21690,14 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [7473] = {.lex_state = 7, .external_lex_state = 8}, [7474] = {.lex_state = 7, .external_lex_state = 8}, [7475] = {.lex_state = 7, .external_lex_state = 8}, - [7476] = {.lex_state = 7, .external_lex_state = 9}, + [7476] = {.lex_state = 7, .external_lex_state = 8}, [7477] = {.lex_state = 7, .external_lex_state = 8}, [7478] = {.lex_state = 7, .external_lex_state = 8}, [7479] = {.lex_state = 7, .external_lex_state = 8}, [7480] = {.lex_state = 7, .external_lex_state = 8}, [7481] = {.lex_state = 7, .external_lex_state = 8}, [7482] = {.lex_state = 7, .external_lex_state = 8}, - [7483] = {.lex_state = 7, .external_lex_state = 8}, + [7483] = {.lex_state = 7, .external_lex_state = 9}, [7484] = {.lex_state = 7, .external_lex_state = 8}, [7485] = {.lex_state = 7, .external_lex_state = 8}, [7486] = {.lex_state = 7, .external_lex_state = 8}, @@ -21652,7 +21706,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [7489] = {.lex_state = 7, .external_lex_state = 8}, [7490] = {.lex_state = 7, .external_lex_state = 8}, [7491] = {.lex_state = 7, .external_lex_state = 8}, - [7492] = {.lex_state = 7, .external_lex_state = 8}, + [7492] = {.lex_state = 5, .external_lex_state = 8}, [7493] = {.lex_state = 7, .external_lex_state = 8}, [7494] = {.lex_state = 7, .external_lex_state = 8}, [7495] = {.lex_state = 7, .external_lex_state = 8}, @@ -21661,7 +21715,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [7498] = {.lex_state = 7, .external_lex_state = 8}, [7499] = {.lex_state = 7, .external_lex_state = 8}, [7500] = {.lex_state = 7, .external_lex_state = 8}, - [7501] = {.lex_state = 7, .external_lex_state = 8}, + [7501] = {.lex_state = 5, .external_lex_state = 8}, [7502] = {.lex_state = 7, .external_lex_state = 8}, [7503] = {.lex_state = 7, .external_lex_state = 8}, [7504] = {.lex_state = 7, .external_lex_state = 8}, @@ -21670,24 +21724,24 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [7507] = {.lex_state = 7, .external_lex_state = 8}, [7508] = {.lex_state = 7, .external_lex_state = 8}, [7509] = {.lex_state = 7, .external_lex_state = 8}, - [7510] = {.lex_state = 7, .external_lex_state = 8}, + [7510] = {.lex_state = 5, .external_lex_state = 8}, [7511] = {.lex_state = 7, .external_lex_state = 8}, - [7512] = {.lex_state = 5, .external_lex_state = 8}, + [7512] = {.lex_state = 7, .external_lex_state = 8}, [7513] = {.lex_state = 7, .external_lex_state = 8}, [7514] = {.lex_state = 7, .external_lex_state = 8}, [7515] = {.lex_state = 7, .external_lex_state = 8}, [7516] = {.lex_state = 7, .external_lex_state = 8}, - [7517] = {.lex_state = 7, .external_lex_state = 8}, + [7517] = {.lex_state = 7, .external_lex_state = 9}, [7518] = {.lex_state = 7, .external_lex_state = 8}, [7519] = {.lex_state = 7, .external_lex_state = 8}, [7520] = {.lex_state = 7, .external_lex_state = 8}, - [7521] = {.lex_state = 7, .external_lex_state = 9}, + [7521] = {.lex_state = 7, .external_lex_state = 8}, [7522] = {.lex_state = 7, .external_lex_state = 8}, [7523] = {.lex_state = 7, .external_lex_state = 8}, [7524] = {.lex_state = 7, .external_lex_state = 8}, [7525] = {.lex_state = 7, .external_lex_state = 8}, [7526] = {.lex_state = 7, .external_lex_state = 8}, - [7527] = {.lex_state = 5, .external_lex_state = 8}, + [7527] = {.lex_state = 7, .external_lex_state = 8}, [7528] = {.lex_state = 7, .external_lex_state = 8}, [7529] = {.lex_state = 7, .external_lex_state = 8}, [7530] = {.lex_state = 7, .external_lex_state = 8}, @@ -21711,19 +21765,19 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [7548] = {.lex_state = 7, .external_lex_state = 8}, [7549] = {.lex_state = 7, .external_lex_state = 8}, [7550] = {.lex_state = 7, .external_lex_state = 8}, - [7551] = {.lex_state = 7, .external_lex_state = 8}, + [7551] = {.lex_state = 5, .external_lex_state = 8}, [7552] = {.lex_state = 7, .external_lex_state = 8}, [7553] = {.lex_state = 7, .external_lex_state = 8}, [7554] = {.lex_state = 7, .external_lex_state = 8}, [7555] = {.lex_state = 7, .external_lex_state = 8}, [7556] = {.lex_state = 7, .external_lex_state = 8}, - [7557] = {.lex_state = 5, .external_lex_state = 8}, + [7557] = {.lex_state = 7, .external_lex_state = 8}, [7558] = {.lex_state = 7, .external_lex_state = 8}, [7559] = {.lex_state = 7, .external_lex_state = 8}, [7560] = {.lex_state = 7, .external_lex_state = 8}, [7561] = {.lex_state = 7, .external_lex_state = 8}, - [7562] = {.lex_state = 7, .external_lex_state = 8}, - [7563] = {.lex_state = 7, .external_lex_state = 8}, + [7562] = {.lex_state = 5, .external_lex_state = 8}, + [7563] = {.lex_state = 5, .external_lex_state = 8}, [7564] = {.lex_state = 7, .external_lex_state = 8}, [7565] = {.lex_state = 7, .external_lex_state = 8}, [7566] = {.lex_state = 7, .external_lex_state = 8}, @@ -22000,328 +22054,328 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [7837] = {.lex_state = 7, .external_lex_state = 8}, [7838] = {.lex_state = 7, .external_lex_state = 8}, [7839] = {.lex_state = 7, .external_lex_state = 8}, - [7840] = {.lex_state = 7, .external_lex_state = 9}, - [7841] = {.lex_state = 7, .external_lex_state = 9}, - [7842] = {.lex_state = 7, .external_lex_state = 9}, - [7843] = {.lex_state = 7, .external_lex_state = 9}, - [7844] = {.lex_state = 7, .external_lex_state = 9}, - [7845] = {.lex_state = 5, .external_lex_state = 8}, - [7846] = {.lex_state = 5, .external_lex_state = 8}, - [7847] = {.lex_state = 5, .external_lex_state = 8}, - [7848] = {.lex_state = 7, .external_lex_state = 9}, + [7840] = {.lex_state = 7, .external_lex_state = 8}, + [7841] = {.lex_state = 7, .external_lex_state = 8}, + [7842] = {.lex_state = 7, .external_lex_state = 8}, + [7843] = {.lex_state = 7, .external_lex_state = 8}, + [7844] = {.lex_state = 7, .external_lex_state = 8}, + [7845] = {.lex_state = 7, .external_lex_state = 8}, + [7846] = {.lex_state = 7, .external_lex_state = 8}, + [7847] = {.lex_state = 7, .external_lex_state = 8}, + [7848] = {.lex_state = 7, .external_lex_state = 8}, [7849] = {.lex_state = 7, .external_lex_state = 8}, - [7850] = {.lex_state = 7, .external_lex_state = 9}, + [7850] = {.lex_state = 7, .external_lex_state = 8}, [7851] = {.lex_state = 7, .external_lex_state = 8}, - [7852] = {.lex_state = 5, .external_lex_state = 8}, - [7853] = {.lex_state = 7, .external_lex_state = 9}, - [7854] = {.lex_state = 7, .external_lex_state = 9}, - [7855] = {.lex_state = 5, .external_lex_state = 8}, - [7856] = {.lex_state = 7, .external_lex_state = 9}, + [7852] = {.lex_state = 7, .external_lex_state = 8}, + [7853] = {.lex_state = 7, .external_lex_state = 8}, + [7854] = {.lex_state = 7, .external_lex_state = 8}, + [7855] = {.lex_state = 7, .external_lex_state = 8}, + [7856] = {.lex_state = 7, .external_lex_state = 8}, [7857] = {.lex_state = 7, .external_lex_state = 8}, - [7858] = {.lex_state = 5, .external_lex_state = 8}, - [7859] = {.lex_state = 7, .external_lex_state = 9}, + [7858] = {.lex_state = 7, .external_lex_state = 8}, + [7859] = {.lex_state = 7, .external_lex_state = 8}, [7860] = {.lex_state = 7, .external_lex_state = 8}, [7861] = {.lex_state = 7, .external_lex_state = 8}, [7862] = {.lex_state = 7, .external_lex_state = 8}, - [7863] = {.lex_state = 0, .external_lex_state = 8}, - [7864] = {.lex_state = 7, .external_lex_state = 9}, - [7865] = {.lex_state = 0, .external_lex_state = 8}, - [7866] = {.lex_state = 0, .external_lex_state = 8}, - [7867] = {.lex_state = 0, .external_lex_state = 8}, - [7868] = {.lex_state = 0, .external_lex_state = 8}, + [7863] = {.lex_state = 7, .external_lex_state = 8}, + [7864] = {.lex_state = 7, .external_lex_state = 8}, + [7865] = {.lex_state = 7, .external_lex_state = 8}, + [7866] = {.lex_state = 7, .external_lex_state = 8}, + [7867] = {.lex_state = 7, .external_lex_state = 8}, + [7868] = {.lex_state = 7, .external_lex_state = 8}, [7869] = {.lex_state = 7, .external_lex_state = 8}, - [7870] = {.lex_state = 0, .external_lex_state = 8}, + [7870] = {.lex_state = 7, .external_lex_state = 8}, [7871] = {.lex_state = 7, .external_lex_state = 9}, [7872] = {.lex_state = 7, .external_lex_state = 9}, - [7873] = {.lex_state = 0, .external_lex_state = 8}, + [7873] = {.lex_state = 7, .external_lex_state = 9}, [7874] = {.lex_state = 7, .external_lex_state = 8}, - [7875] = {.lex_state = 7, .external_lex_state = 8}, - [7876] = {.lex_state = 0, .external_lex_state = 8}, - [7877] = {.lex_state = 7, .external_lex_state = 9}, - [7878] = {.lex_state = 0, .external_lex_state = 8}, + [7875] = {.lex_state = 7, .external_lex_state = 9}, + [7876] = {.lex_state = 7, .external_lex_state = 9}, + [7877] = {.lex_state = 7, .external_lex_state = 8}, + [7878] = {.lex_state = 7, .external_lex_state = 8}, [7879] = {.lex_state = 7, .external_lex_state = 9}, - [7880] = {.lex_state = 0, .external_lex_state = 8}, - [7881] = {.lex_state = 0, .external_lex_state = 8}, - [7882] = {.lex_state = 0, .external_lex_state = 8}, - [7883] = {.lex_state = 0, .external_lex_state = 8}, - [7884] = {.lex_state = 7, .external_lex_state = 9}, - [7885] = {.lex_state = 0, .external_lex_state = 8}, - [7886] = {.lex_state = 0, .external_lex_state = 8}, - [7887] = {.lex_state = 7, .external_lex_state = 8}, - [7888] = {.lex_state = 0, .external_lex_state = 8}, - [7889] = {.lex_state = 0, .external_lex_state = 8}, - [7890] = {.lex_state = 0, .external_lex_state = 8}, - [7891] = {.lex_state = 31, .external_lex_state = 8}, - [7892] = {.lex_state = 5, .external_lex_state = 8}, - [7893] = {.lex_state = 0, .external_lex_state = 8}, - [7894] = {.lex_state = 31, .external_lex_state = 8}, + [7880] = {.lex_state = 5, .external_lex_state = 8}, + [7881] = {.lex_state = 7, .external_lex_state = 8}, + [7882] = {.lex_state = 7, .external_lex_state = 9}, + [7883] = {.lex_state = 5, .external_lex_state = 8}, + [7884] = {.lex_state = 7, .external_lex_state = 8}, + [7885] = {.lex_state = 7, .external_lex_state = 9}, + [7886] = {.lex_state = 7, .external_lex_state = 9}, + [7887] = {.lex_state = 5, .external_lex_state = 8}, + [7888] = {.lex_state = 7, .external_lex_state = 9}, + [7889] = {.lex_state = 5, .external_lex_state = 8}, + [7890] = {.lex_state = 5, .external_lex_state = 8}, + [7891] = {.lex_state = 7, .external_lex_state = 8}, + [7892] = {.lex_state = 7, .external_lex_state = 9}, + [7893] = {.lex_state = 5, .external_lex_state = 8}, + [7894] = {.lex_state = 0, .external_lex_state = 8}, [7895] = {.lex_state = 0, .external_lex_state = 8}, [7896] = {.lex_state = 0, .external_lex_state = 8}, [7897] = {.lex_state = 0, .external_lex_state = 8}, [7898] = {.lex_state = 0, .external_lex_state = 8}, - [7899] = {.lex_state = 0, .external_lex_state = 8}, - [7900] = {.lex_state = 7, .external_lex_state = 9}, - [7901] = {.lex_state = 0, .external_lex_state = 8}, + [7899] = {.lex_state = 7, .external_lex_state = 8}, + [7900] = {.lex_state = 0, .external_lex_state = 8}, + [7901] = {.lex_state = 7, .external_lex_state = 8}, [7902] = {.lex_state = 7, .external_lex_state = 8}, - [7903] = {.lex_state = 7, .external_lex_state = 9}, - [7904] = {.lex_state = 0, .external_lex_state = 8}, - [7905] = {.lex_state = 7, .external_lex_state = 8}, - [7906] = {.lex_state = 7, .external_lex_state = 9}, - [7907] = {.lex_state = 0, .external_lex_state = 9}, - [7908] = {.lex_state = 7, .external_lex_state = 9}, - [7909] = {.lex_state = 0, .external_lex_state = 10}, + [7903] = {.lex_state = 0, .external_lex_state = 8}, + [7904] = {.lex_state = 31, .external_lex_state = 8}, + [7905] = {.lex_state = 7, .external_lex_state = 9}, + [7906] = {.lex_state = 0, .external_lex_state = 8}, + [7907] = {.lex_state = 0, .external_lex_state = 8}, + [7908] = {.lex_state = 7, .external_lex_state = 8}, + [7909] = {.lex_state = 0, .external_lex_state = 8}, [7910] = {.lex_state = 7, .external_lex_state = 9}, - [7911] = {.lex_state = 7, .external_lex_state = 9}, - [7912] = {.lex_state = 0, .external_lex_state = 8}, + [7911] = {.lex_state = 0, .external_lex_state = 8}, + [7912] = {.lex_state = 7, .external_lex_state = 9}, [7913] = {.lex_state = 7, .external_lex_state = 9}, - [7914] = {.lex_state = 0, .external_lex_state = 10}, - [7915] = {.lex_state = 0, .external_lex_state = 9}, - [7916] = {.lex_state = 0, .external_lex_state = 9}, - [7917] = {.lex_state = 7, .external_lex_state = 9}, - [7918] = {.lex_state = 0, .external_lex_state = 10}, - [7919] = {.lex_state = 0, .external_lex_state = 9}, - [7920] = {.lex_state = 7, .external_lex_state = 9}, - [7921] = {.lex_state = 0, .external_lex_state = 10}, - [7922] = {.lex_state = 7, .external_lex_state = 9}, - [7923] = {.lex_state = 0, .external_lex_state = 10}, - [7924] = {.lex_state = 7, .external_lex_state = 9}, + [7914] = {.lex_state = 7, .external_lex_state = 9}, + [7915] = {.lex_state = 0, .external_lex_state = 8}, + [7916] = {.lex_state = 7, .external_lex_state = 9}, + [7917] = {.lex_state = 0, .external_lex_state = 8}, + [7918] = {.lex_state = 31, .external_lex_state = 8}, + [7919] = {.lex_state = 0, .external_lex_state = 8}, + [7920] = {.lex_state = 0, .external_lex_state = 8}, + [7921] = {.lex_state = 0, .external_lex_state = 8}, + [7922] = {.lex_state = 0, .external_lex_state = 8}, + [7923] = {.lex_state = 0, .external_lex_state = 8}, + [7924] = {.lex_state = 7, .external_lex_state = 8}, [7925] = {.lex_state = 7, .external_lex_state = 9}, - [7926] = {.lex_state = 7, .external_lex_state = 8}, - [7927] = {.lex_state = 0, .external_lex_state = 10}, - [7928] = {.lex_state = 0, .external_lex_state = 10}, - [7929] = {.lex_state = 7, .external_lex_state = 9}, - [7930] = {.lex_state = 7, .external_lex_state = 8}, - [7931] = {.lex_state = 0, .external_lex_state = 10}, - [7932] = {.lex_state = 0, .external_lex_state = 10}, - [7933] = {.lex_state = 0, .external_lex_state = 9}, - [7934] = {.lex_state = 7, .external_lex_state = 8}, - [7935] = {.lex_state = 7, .external_lex_state = 8}, - [7936] = {.lex_state = 0, .external_lex_state = 9}, + [7926] = {.lex_state = 0, .external_lex_state = 8}, + [7927] = {.lex_state = 7, .external_lex_state = 8}, + [7928] = {.lex_state = 0, .external_lex_state = 8}, + [7929] = {.lex_state = 0, .external_lex_state = 8}, + [7930] = {.lex_state = 0, .external_lex_state = 8}, + [7931] = {.lex_state = 0, .external_lex_state = 8}, + [7932] = {.lex_state = 5, .external_lex_state = 8}, + [7933] = {.lex_state = 0, .external_lex_state = 8}, + [7934] = {.lex_state = 7, .external_lex_state = 9}, + [7935] = {.lex_state = 0, .external_lex_state = 8}, + [7936] = {.lex_state = 0, .external_lex_state = 8}, [7937] = {.lex_state = 7, .external_lex_state = 9}, - [7938] = {.lex_state = 7, .external_lex_state = 9}, - [7939] = {.lex_state = 0, .external_lex_state = 10}, - [7940] = {.lex_state = 7, .external_lex_state = 8}, - [7941] = {.lex_state = 0, .external_lex_state = 9}, + [7938] = {.lex_state = 7, .external_lex_state = 8}, + [7939] = {.lex_state = 7, .external_lex_state = 8}, + [7940] = {.lex_state = 0, .external_lex_state = 10}, + [7941] = {.lex_state = 0, .external_lex_state = 10}, [7942] = {.lex_state = 7, .external_lex_state = 9}, - [7943] = {.lex_state = 0, .external_lex_state = 10}, - [7944] = {.lex_state = 0, .external_lex_state = 10}, + [7943] = {.lex_state = 0, .external_lex_state = 9}, + [7944] = {.lex_state = 7, .external_lex_state = 8}, [7945] = {.lex_state = 0, .external_lex_state = 9}, [7946] = {.lex_state = 7, .external_lex_state = 8}, - [7947] = {.lex_state = 7, .external_lex_state = 8}, - [7948] = {.lex_state = 7, .external_lex_state = 9}, + [7947] = {.lex_state = 0, .external_lex_state = 10}, + [7948] = {.lex_state = 0, .external_lex_state = 8}, [7949] = {.lex_state = 7, .external_lex_state = 9}, [7950] = {.lex_state = 7, .external_lex_state = 9}, - [7951] = {.lex_state = 0, .external_lex_state = 9}, - [7952] = {.lex_state = 0, .external_lex_state = 9}, - [7953] = {.lex_state = 7, .external_lex_state = 8}, - [7954] = {.lex_state = 7, .external_lex_state = 9}, + [7951] = {.lex_state = 7, .external_lex_state = 9}, + [7952] = {.lex_state = 0, .external_lex_state = 10}, + [7953] = {.lex_state = 0, .external_lex_state = 10}, + [7954] = {.lex_state = 7, .external_lex_state = 8}, [7955] = {.lex_state = 7, .external_lex_state = 9}, - [7956] = {.lex_state = 0, .external_lex_state = 10}, + [7956] = {.lex_state = 7, .external_lex_state = 8}, [7957] = {.lex_state = 7, .external_lex_state = 9}, - [7958] = {.lex_state = 0, .external_lex_state = 8}, - [7959] = {.lex_state = 0, .external_lex_state = 8}, - [7960] = {.lex_state = 0, .external_lex_state = 8}, - [7961] = {.lex_state = 0, .external_lex_state = 8}, - [7962] = {.lex_state = 7, .external_lex_state = 9}, - [7963] = {.lex_state = 0, .external_lex_state = 8}, - [7964] = {.lex_state = 0, .external_lex_state = 8}, - [7965] = {.lex_state = 0, .external_lex_state = 8}, - [7966] = {.lex_state = 7, .external_lex_state = 9}, - [7967] = {.lex_state = 0, .external_lex_state = 8}, - [7968] = {.lex_state = 11, .external_lex_state = 8}, - [7969] = {.lex_state = 0, .external_lex_state = 8}, - [7970] = {.lex_state = 0, .external_lex_state = 8}, - [7971] = {.lex_state = 0, .external_lex_state = 8}, - [7972] = {.lex_state = 0, .external_lex_state = 8}, - [7973] = {.lex_state = 0, .external_lex_state = 8}, + [7958] = {.lex_state = 0, .external_lex_state = 9}, + [7959] = {.lex_state = 7, .external_lex_state = 8}, + [7960] = {.lex_state = 0, .external_lex_state = 10}, + [7961] = {.lex_state = 7, .external_lex_state = 9}, + [7962] = {.lex_state = 0, .external_lex_state = 9}, + [7963] = {.lex_state = 0, .external_lex_state = 10}, + [7964] = {.lex_state = 0, .external_lex_state = 10}, + [7965] = {.lex_state = 7, .external_lex_state = 8}, + [7966] = {.lex_state = 0, .external_lex_state = 9}, + [7967] = {.lex_state = 0, .external_lex_state = 9}, + [7968] = {.lex_state = 0, .external_lex_state = 10}, + [7969] = {.lex_state = 0, .external_lex_state = 10}, + [7970] = {.lex_state = 0, .external_lex_state = 10}, + [7971] = {.lex_state = 0, .external_lex_state = 9}, + [7972] = {.lex_state = 7, .external_lex_state = 9}, + [7973] = {.lex_state = 7, .external_lex_state = 9}, [7974] = {.lex_state = 7, .external_lex_state = 9}, - [7975] = {.lex_state = 7, .external_lex_state = 8}, - [7976] = {.lex_state = 7, .external_lex_state = 8}, - [7977] = {.lex_state = 7, .external_lex_state = 8}, - [7978] = {.lex_state = 7, .external_lex_state = 8}, - [7979] = {.lex_state = 0, .external_lex_state = 8}, - [7980] = {.lex_state = 0, .external_lex_state = 8}, - [7981] = {.lex_state = 0, .external_lex_state = 8}, - [7982] = {.lex_state = 0, .external_lex_state = 8}, - [7983] = {.lex_state = 0, .external_lex_state = 8}, - [7984] = {.lex_state = 7, .external_lex_state = 8}, - [7985] = {.lex_state = 0, .external_lex_state = 8}, - [7986] = {.lex_state = 7, .external_lex_state = 8}, - [7987] = {.lex_state = 0, .external_lex_state = 8}, - [7988] = {.lex_state = 0, .external_lex_state = 8}, - [7989] = {.lex_state = 0, .external_lex_state = 8}, - [7990] = {.lex_state = 0, .external_lex_state = 8}, - [7991] = {.lex_state = 7, .external_lex_state = 9}, + [7975] = {.lex_state = 0, .external_lex_state = 10}, + [7976] = {.lex_state = 0, .external_lex_state = 9}, + [7977] = {.lex_state = 7, .external_lex_state = 9}, + [7978] = {.lex_state = 7, .external_lex_state = 9}, + [7979] = {.lex_state = 7, .external_lex_state = 9}, + [7980] = {.lex_state = 7, .external_lex_state = 9}, + [7981] = {.lex_state = 7, .external_lex_state = 9}, + [7982] = {.lex_state = 7, .external_lex_state = 9}, + [7983] = {.lex_state = 0, .external_lex_state = 9}, + [7984] = {.lex_state = 7, .external_lex_state = 9}, + [7985] = {.lex_state = 7, .external_lex_state = 8}, + [7986] = {.lex_state = 7, .external_lex_state = 9}, + [7987] = {.lex_state = 0, .external_lex_state = 9}, + [7988] = {.lex_state = 7, .external_lex_state = 9}, + [7989] = {.lex_state = 0, .external_lex_state = 10}, + [7990] = {.lex_state = 7, .external_lex_state = 8}, + [7991] = {.lex_state = 0, .external_lex_state = 8}, [7992] = {.lex_state = 0, .external_lex_state = 8}, - [7993] = {.lex_state = 7, .external_lex_state = 9}, - [7994] = {.lex_state = 0, .external_lex_state = 8}, - [7995] = {.lex_state = 7, .external_lex_state = 9}, + [7993] = {.lex_state = 0, .external_lex_state = 8}, + [7994] = {.lex_state = 7, .external_lex_state = 8}, + [7995] = {.lex_state = 0, .external_lex_state = 9}, [7996] = {.lex_state = 0, .external_lex_state = 8}, [7997] = {.lex_state = 0, .external_lex_state = 8}, [7998] = {.lex_state = 0, .external_lex_state = 8}, [7999] = {.lex_state = 0, .external_lex_state = 8}, [8000] = {.lex_state = 0, .external_lex_state = 8}, [8001] = {.lex_state = 0, .external_lex_state = 8}, - [8002] = {.lex_state = 0, .external_lex_state = 8}, + [8002] = {.lex_state = 7, .external_lex_state = 8}, [8003] = {.lex_state = 0, .external_lex_state = 8}, - [8004] = {.lex_state = 7, .external_lex_state = 8}, - [8005] = {.lex_state = 7, .external_lex_state = 8}, - [8006] = {.lex_state = 0, .external_lex_state = 8}, + [8004] = {.lex_state = 7, .external_lex_state = 9}, + [8005] = {.lex_state = 0, .external_lex_state = 8}, + [8006] = {.lex_state = 7, .external_lex_state = 9}, [8007] = {.lex_state = 0, .external_lex_state = 8}, - [8008] = {.lex_state = 7, .external_lex_state = 8}, - [8009] = {.lex_state = 11, .external_lex_state = 8}, - [8010] = {.lex_state = 0, .external_lex_state = 9}, - [8011] = {.lex_state = 11, .external_lex_state = 8}, - [8012] = {.lex_state = 0, .external_lex_state = 8}, + [8008] = {.lex_state = 0, .external_lex_state = 8}, + [8009] = {.lex_state = 7, .external_lex_state = 8}, + [8010] = {.lex_state = 0, .external_lex_state = 8}, + [8011] = {.lex_state = 0, .external_lex_state = 8}, + [8012] = {.lex_state = 7, .external_lex_state = 9}, [8013] = {.lex_state = 7, .external_lex_state = 8}, [8014] = {.lex_state = 0, .external_lex_state = 8}, - [8015] = {.lex_state = 11, .external_lex_state = 8}, - [8016] = {.lex_state = 7, .external_lex_state = 9}, - [8017] = {.lex_state = 7, .external_lex_state = 8}, - [8018] = {.lex_state = 0, .external_lex_state = 8}, + [8015] = {.lex_state = 0, .external_lex_state = 8}, + [8016] = {.lex_state = 7, .external_lex_state = 8}, + [8017] = {.lex_state = 0, .external_lex_state = 8}, + [8018] = {.lex_state = 7, .external_lex_state = 9}, [8019] = {.lex_state = 0, .external_lex_state = 8}, [8020] = {.lex_state = 0, .external_lex_state = 8}, [8021] = {.lex_state = 7, .external_lex_state = 8}, - [8022] = {.lex_state = 7, .external_lex_state = 8}, + [8022] = {.lex_state = 0, .external_lex_state = 8}, [8023] = {.lex_state = 0, .external_lex_state = 8}, - [8024] = {.lex_state = 7, .external_lex_state = 8}, + [8024] = {.lex_state = 7, .external_lex_state = 9}, [8025] = {.lex_state = 7, .external_lex_state = 8}, [8026] = {.lex_state = 0, .external_lex_state = 8}, [8027] = {.lex_state = 7, .external_lex_state = 8}, - [8028] = {.lex_state = 0, .external_lex_state = 8}, - [8029] = {.lex_state = 7, .external_lex_state = 8}, - [8030] = {.lex_state = 0, .external_lex_state = 8}, - [8031] = {.lex_state = 7, .external_lex_state = 9}, - [8032] = {.lex_state = 7, .external_lex_state = 9}, + [8028] = {.lex_state = 7, .external_lex_state = 8}, + [8029] = {.lex_state = 0, .external_lex_state = 8}, + [8030] = {.lex_state = 7, .external_lex_state = 9}, + [8031] = {.lex_state = 7, .external_lex_state = 8}, + [8032] = {.lex_state = 0, .external_lex_state = 8}, [8033] = {.lex_state = 0, .external_lex_state = 8}, [8034] = {.lex_state = 0, .external_lex_state = 8}, - [8035] = {.lex_state = 0, .external_lex_state = 8}, + [8035] = {.lex_state = 7, .external_lex_state = 8}, [8036] = {.lex_state = 0, .external_lex_state = 8}, - [8037] = {.lex_state = 7, .external_lex_state = 8}, - [8038] = {.lex_state = 0, .external_lex_state = 8}, - [8039] = {.lex_state = 0, .external_lex_state = 8}, + [8037] = {.lex_state = 7, .external_lex_state = 9}, + [8038] = {.lex_state = 7, .external_lex_state = 8}, + [8039] = {.lex_state = 7, .external_lex_state = 8}, [8040] = {.lex_state = 7, .external_lex_state = 9}, - [8041] = {.lex_state = 7, .external_lex_state = 9}, - [8042] = {.lex_state = 7, .external_lex_state = 9}, + [8041] = {.lex_state = 7, .external_lex_state = 8}, + [8042] = {.lex_state = 0, .external_lex_state = 8}, [8043] = {.lex_state = 7, .external_lex_state = 9}, - [8044] = {.lex_state = 7, .external_lex_state = 9}, - [8045] = {.lex_state = 0, .external_lex_state = 8}, - [8046] = {.lex_state = 7, .external_lex_state = 8}, + [8044] = {.lex_state = 0, .external_lex_state = 8}, + [8045] = {.lex_state = 7, .external_lex_state = 9}, + [8046] = {.lex_state = 7, .external_lex_state = 9}, [8047] = {.lex_state = 0, .external_lex_state = 8}, [8048] = {.lex_state = 0, .external_lex_state = 8}, [8049] = {.lex_state = 0, .external_lex_state = 8}, [8050] = {.lex_state = 0, .external_lex_state = 8}, [8051] = {.lex_state = 0, .external_lex_state = 8}, [8052] = {.lex_state = 0, .external_lex_state = 8}, - [8053] = {.lex_state = 0, .external_lex_state = 8}, - [8054] = {.lex_state = 0, .external_lex_state = 8}, + [8053] = {.lex_state = 7, .external_lex_state = 9}, + [8054] = {.lex_state = 11, .external_lex_state = 8}, [8055] = {.lex_state = 7, .external_lex_state = 9}, - [8056] = {.lex_state = 0, .external_lex_state = 8}, - [8057] = {.lex_state = 0, .external_lex_state = 8}, + [8056] = {.lex_state = 7, .external_lex_state = 9}, + [8057] = {.lex_state = 7, .external_lex_state = 9}, [8058] = {.lex_state = 7, .external_lex_state = 8}, - [8059] = {.lex_state = 0, .external_lex_state = 8}, + [8059] = {.lex_state = 7, .external_lex_state = 8}, [8060] = {.lex_state = 0, .external_lex_state = 8}, [8061] = {.lex_state = 0, .external_lex_state = 8}, - [8062] = {.lex_state = 7, .external_lex_state = 8}, + [8062] = {.lex_state = 0, .external_lex_state = 8}, [8063] = {.lex_state = 0, .external_lex_state = 8}, - [8064] = {.lex_state = 7, .external_lex_state = 8}, + [8064] = {.lex_state = 0, .external_lex_state = 8}, [8065] = {.lex_state = 0, .external_lex_state = 8}, [8066] = {.lex_state = 0, .external_lex_state = 8}, - [8067] = {.lex_state = 0, .external_lex_state = 8}, + [8067] = {.lex_state = 7, .external_lex_state = 8}, [8068] = {.lex_state = 0, .external_lex_state = 8}, - [8069] = {.lex_state = 0, .external_lex_state = 8}, + [8069] = {.lex_state = 11, .external_lex_state = 8}, [8070] = {.lex_state = 0, .external_lex_state = 8}, [8071] = {.lex_state = 0, .external_lex_state = 8}, - [8072] = {.lex_state = 11, .external_lex_state = 8}, + [8072] = {.lex_state = 0, .external_lex_state = 8}, [8073] = {.lex_state = 0, .external_lex_state = 8}, - [8074] = {.lex_state = 0, .external_lex_state = 8}, - [8075] = {.lex_state = 0, .external_lex_state = 8}, + [8074] = {.lex_state = 7, .external_lex_state = 8}, + [8075] = {.lex_state = 7, .external_lex_state = 8}, [8076] = {.lex_state = 7, .external_lex_state = 8}, - [8077] = {.lex_state = 0, .external_lex_state = 8}, - [8078] = {.lex_state = 7, .external_lex_state = 8}, - [8079] = {.lex_state = 11, .external_lex_state = 8}, - [8080] = {.lex_state = 0, .external_lex_state = 8}, - [8081] = {.lex_state = 0, .external_lex_state = 8}, - [8082] = {.lex_state = 0, .external_lex_state = 8}, - [8083] = {.lex_state = 0, .external_lex_state = 8}, + [8077] = {.lex_state = 7, .external_lex_state = 8}, + [8078] = {.lex_state = 0, .external_lex_state = 8}, + [8079] = {.lex_state = 0, .external_lex_state = 8}, + [8080] = {.lex_state = 11, .external_lex_state = 8}, + [8081] = {.lex_state = 7, .external_lex_state = 8}, + [8082] = {.lex_state = 7, .external_lex_state = 9}, + [8083] = {.lex_state = 7, .external_lex_state = 9}, [8084] = {.lex_state = 0, .external_lex_state = 8}, [8085] = {.lex_state = 0, .external_lex_state = 8}, - [8086] = {.lex_state = 7, .external_lex_state = 8}, - [8087] = {.lex_state = 0, .external_lex_state = 8}, + [8086] = {.lex_state = 0, .external_lex_state = 8}, + [8087] = {.lex_state = 7, .external_lex_state = 8}, [8088] = {.lex_state = 0, .external_lex_state = 8}, [8089] = {.lex_state = 0, .external_lex_state = 8}, - [8090] = {.lex_state = 0, .external_lex_state = 8}, - [8091] = {.lex_state = 0, .external_lex_state = 8}, + [8090] = {.lex_state = 7, .external_lex_state = 8}, + [8091] = {.lex_state = 7, .external_lex_state = 8}, [8092] = {.lex_state = 0, .external_lex_state = 8}, [8093] = {.lex_state = 0, .external_lex_state = 8}, - [8094] = {.lex_state = 7, .external_lex_state = 8}, + [8094] = {.lex_state = 0, .external_lex_state = 8}, [8095] = {.lex_state = 0, .external_lex_state = 8}, [8096] = {.lex_state = 0, .external_lex_state = 8}, [8097] = {.lex_state = 7, .external_lex_state = 8}, [8098] = {.lex_state = 0, .external_lex_state = 8}, - [8099] = {.lex_state = 0, .external_lex_state = 9}, - [8100] = {.lex_state = 0, .external_lex_state = 8}, + [8099] = {.lex_state = 7, .external_lex_state = 8}, + [8100] = {.lex_state = 7, .external_lex_state = 8}, [8101] = {.lex_state = 0, .external_lex_state = 8}, [8102] = {.lex_state = 0, .external_lex_state = 8}, [8103] = {.lex_state = 0, .external_lex_state = 8}, - [8104] = {.lex_state = 7, .external_lex_state = 8}, - [8105] = {.lex_state = 0, .external_lex_state = 8}, + [8104] = {.lex_state = 0, .external_lex_state = 8}, + [8105] = {.lex_state = 7, .external_lex_state = 8}, [8106] = {.lex_state = 7, .external_lex_state = 8}, - [8107] = {.lex_state = 0, .external_lex_state = 8}, + [8107] = {.lex_state = 7, .external_lex_state = 8}, [8108] = {.lex_state = 0, .external_lex_state = 8}, - [8109] = {.lex_state = 7, .external_lex_state = 8}, - [8110] = {.lex_state = 0, .external_lex_state = 8}, + [8109] = {.lex_state = 0, .external_lex_state = 8}, + [8110] = {.lex_state = 7, .external_lex_state = 8}, [8111] = {.lex_state = 0, .external_lex_state = 8}, - [8112] = {.lex_state = 0, .external_lex_state = 8}, + [8112] = {.lex_state = 7, .external_lex_state = 8}, [8113] = {.lex_state = 0, .external_lex_state = 8}, - [8114] = {.lex_state = 7, .external_lex_state = 8}, - [8115] = {.lex_state = 0, .external_lex_state = 8}, + [8114] = {.lex_state = 7, .external_lex_state = 9}, + [8115] = {.lex_state = 7, .external_lex_state = 8}, [8116] = {.lex_state = 0, .external_lex_state = 8}, [8117] = {.lex_state = 7, .external_lex_state = 8}, - [8118] = {.lex_state = 7, .external_lex_state = 8}, - [8119] = {.lex_state = 7, .external_lex_state = 8}, - [8120] = {.lex_state = 7, .external_lex_state = 8}, - [8121] = {.lex_state = 7, .external_lex_state = 9}, - [8122] = {.lex_state = 7, .external_lex_state = 9}, - [8123] = {.lex_state = 7, .external_lex_state = 8}, - [8124] = {.lex_state = 7, .external_lex_state = 8}, + [8118] = {.lex_state = 11, .external_lex_state = 8}, + [8119] = {.lex_state = 0, .external_lex_state = 8}, + [8120] = {.lex_state = 0, .external_lex_state = 8}, + [8121] = {.lex_state = 0, .external_lex_state = 8}, + [8122] = {.lex_state = 0, .external_lex_state = 9}, + [8123] = {.lex_state = 0, .external_lex_state = 8}, + [8124] = {.lex_state = 0, .external_lex_state = 8}, [8125] = {.lex_state = 0, .external_lex_state = 8}, [8126] = {.lex_state = 0, .external_lex_state = 8}, - [8127] = {.lex_state = 7, .external_lex_state = 8}, - [8128] = {.lex_state = 7, .external_lex_state = 9}, - [8129] = {.lex_state = 7, .external_lex_state = 8}, + [8127] = {.lex_state = 0, .external_lex_state = 8}, + [8128] = {.lex_state = 0, .external_lex_state = 8}, + [8129] = {.lex_state = 0, .external_lex_state = 8}, [8130] = {.lex_state = 0, .external_lex_state = 8}, [8131] = {.lex_state = 0, .external_lex_state = 8}, [8132] = {.lex_state = 0, .external_lex_state = 8}, [8133] = {.lex_state = 0, .external_lex_state = 8}, [8134] = {.lex_state = 0, .external_lex_state = 8}, - [8135] = {.lex_state = 0, .external_lex_state = 9}, + [8135] = {.lex_state = 0, .external_lex_state = 8}, [8136] = {.lex_state = 0, .external_lex_state = 8}, [8137] = {.lex_state = 0, .external_lex_state = 8}, [8138] = {.lex_state = 0, .external_lex_state = 8}, [8139] = {.lex_state = 0, .external_lex_state = 8}, [8140] = {.lex_state = 0, .external_lex_state = 8}, - [8141] = {.lex_state = 0, .external_lex_state = 9}, + [8141] = {.lex_state = 0, .external_lex_state = 8}, [8142] = {.lex_state = 7, .external_lex_state = 8}, - [8143] = {.lex_state = 7, .external_lex_state = 8}, - [8144] = {.lex_state = 7, .external_lex_state = 8}, + [8143] = {.lex_state = 11, .external_lex_state = 8}, + [8144] = {.lex_state = 0, .external_lex_state = 8}, [8145] = {.lex_state = 0, .external_lex_state = 8}, [8146] = {.lex_state = 0, .external_lex_state = 8}, [8147] = {.lex_state = 0, .external_lex_state = 8}, - [8148] = {.lex_state = 0, .external_lex_state = 9}, + [8148] = {.lex_state = 0, .external_lex_state = 8}, [8149] = {.lex_state = 7, .external_lex_state = 8}, [8150] = {.lex_state = 0, .external_lex_state = 8}, - [8151] = {.lex_state = 7, .external_lex_state = 11}, + [8151] = {.lex_state = 0, .external_lex_state = 8}, [8152] = {.lex_state = 0, .external_lex_state = 8}, - [8153] = {.lex_state = 0, .external_lex_state = 8}, + [8153] = {.lex_state = 11, .external_lex_state = 8}, [8154] = {.lex_state = 0, .external_lex_state = 8}, [8155] = {.lex_state = 0, .external_lex_state = 8}, [8156] = {.lex_state = 0, .external_lex_state = 8}, [8157] = {.lex_state = 0, .external_lex_state = 8}, - [8158] = {.lex_state = 0, .external_lex_state = 8}, + [8158] = {.lex_state = 7, .external_lex_state = 8}, [8159] = {.lex_state = 0, .external_lex_state = 8}, - [8160] = {.lex_state = 7, .external_lex_state = 8}, - [8161] = {.lex_state = 7, .external_lex_state = 8}, + [8160] = {.lex_state = 0, .external_lex_state = 8}, + [8161] = {.lex_state = 0, .external_lex_state = 8}, [8162] = {.lex_state = 0, .external_lex_state = 8}, [8163] = {.lex_state = 0, .external_lex_state = 8}, [8164] = {.lex_state = 0, .external_lex_state = 8}, @@ -22340,23 +22394,23 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [8177] = {.lex_state = 0, .external_lex_state = 8}, [8178] = {.lex_state = 0, .external_lex_state = 8}, [8179] = {.lex_state = 0, .external_lex_state = 8}, - [8180] = {.lex_state = 0, .external_lex_state = 8}, + [8180] = {.lex_state = 0, .external_lex_state = 9}, [8181] = {.lex_state = 0, .external_lex_state = 8}, [8182] = {.lex_state = 0, .external_lex_state = 8}, [8183] = {.lex_state = 0, .external_lex_state = 8}, [8184] = {.lex_state = 0, .external_lex_state = 8}, [8185] = {.lex_state = 0, .external_lex_state = 8}, - [8186] = {.lex_state = 0, .external_lex_state = 8}, - [8187] = {.lex_state = 0, .external_lex_state = 8}, + [8186] = {.lex_state = 0, .external_lex_state = 9}, + [8187] = {.lex_state = 7, .external_lex_state = 8}, [8188] = {.lex_state = 0, .external_lex_state = 8}, [8189] = {.lex_state = 0, .external_lex_state = 8}, - [8190] = {.lex_state = 7, .external_lex_state = 8}, - [8191] = {.lex_state = 0, .external_lex_state = 9}, - [8192] = {.lex_state = 0, .external_lex_state = 8}, + [8190] = {.lex_state = 0, .external_lex_state = 8}, + [8191] = {.lex_state = 0, .external_lex_state = 8}, + [8192] = {.lex_state = 0, .external_lex_state = 9}, [8193] = {.lex_state = 0, .external_lex_state = 8}, - [8194] = {.lex_state = 7, .external_lex_state = 8}, + [8194] = {.lex_state = 0, .external_lex_state = 8}, [8195] = {.lex_state = 0, .external_lex_state = 8}, - [8196] = {.lex_state = 0, .external_lex_state = 9}, + [8196] = {.lex_state = 0, .external_lex_state = 8}, [8197] = {.lex_state = 0, .external_lex_state = 8}, [8198] = {.lex_state = 0, .external_lex_state = 8}, [8199] = {.lex_state = 0, .external_lex_state = 8}, @@ -22364,152 +22418,152 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [8201] = {.lex_state = 0, .external_lex_state = 8}, [8202] = {.lex_state = 0, .external_lex_state = 8}, [8203] = {.lex_state = 0, .external_lex_state = 8}, - [8204] = {.lex_state = 0, .external_lex_state = 8}, + [8204] = {.lex_state = 0, .external_lex_state = 10}, [8205] = {.lex_state = 0, .external_lex_state = 8}, [8206] = {.lex_state = 0, .external_lex_state = 8}, - [8207] = {.lex_state = 0, .external_lex_state = 10}, - [8208] = {.lex_state = 0, .external_lex_state = 10}, - [8209] = {.lex_state = 7, .external_lex_state = 11}, + [8207] = {.lex_state = 0, .external_lex_state = 8}, + [8208] = {.lex_state = 0, .external_lex_state = 8}, + [8209] = {.lex_state = 0, .external_lex_state = 8}, [8210] = {.lex_state = 0, .external_lex_state = 8}, [8211] = {.lex_state = 0, .external_lex_state = 8}, [8212] = {.lex_state = 0, .external_lex_state = 8}, [8213] = {.lex_state = 0, .external_lex_state = 8}, - [8214] = {.lex_state = 7, .external_lex_state = 8}, - [8215] = {.lex_state = 0, .external_lex_state = 8}, + [8214] = {.lex_state = 0, .external_lex_state = 8}, + [8215] = {.lex_state = 7, .external_lex_state = 11}, [8216] = {.lex_state = 0, .external_lex_state = 8}, [8217] = {.lex_state = 0, .external_lex_state = 8}, [8218] = {.lex_state = 0, .external_lex_state = 8}, - [8219] = {.lex_state = 0, .external_lex_state = 9}, + [8219] = {.lex_state = 0, .external_lex_state = 8}, [8220] = {.lex_state = 0, .external_lex_state = 8}, - [8221] = {.lex_state = 0, .external_lex_state = 8}, - [8222] = {.lex_state = 0, .external_lex_state = 8}, + [8221] = {.lex_state = 7, .external_lex_state = 8}, + [8222] = {.lex_state = 0, .external_lex_state = 9}, [8223] = {.lex_state = 0, .external_lex_state = 8}, [8224] = {.lex_state = 0, .external_lex_state = 9}, - [8225] = {.lex_state = 0, .external_lex_state = 8}, - [8226] = {.lex_state = 0, .external_lex_state = 8}, - [8227] = {.lex_state = 0, .external_lex_state = 9}, - [8228] = {.lex_state = 7, .external_lex_state = 8}, + [8225] = {.lex_state = 0, .external_lex_state = 9}, + [8226] = {.lex_state = 7, .external_lex_state = 8}, + [8227] = {.lex_state = 7, .external_lex_state = 11}, + [8228] = {.lex_state = 0, .external_lex_state = 10}, [8229] = {.lex_state = 0, .external_lex_state = 8}, - [8230] = {.lex_state = 0, .external_lex_state = 8}, + [8230] = {.lex_state = 7, .external_lex_state = 8}, [8231] = {.lex_state = 7, .external_lex_state = 8}, - [8232] = {.lex_state = 7, .external_lex_state = 8}, - [8233] = {.lex_state = 0, .external_lex_state = 9}, + [8232] = {.lex_state = 0, .external_lex_state = 8}, + [8233] = {.lex_state = 0, .external_lex_state = 8}, [8234] = {.lex_state = 0, .external_lex_state = 8}, [8235] = {.lex_state = 0, .external_lex_state = 8}, - [8236] = {.lex_state = 0, .external_lex_state = 9}, + [8236] = {.lex_state = 0, .external_lex_state = 8}, [8237] = {.lex_state = 0, .external_lex_state = 8}, - [8238] = {.lex_state = 0, .external_lex_state = 9}, - [8239] = {.lex_state = 0, .external_lex_state = 8}, + [8238] = {.lex_state = 7, .external_lex_state = 8}, + [8239] = {.lex_state = 7, .external_lex_state = 8}, [8240] = {.lex_state = 0, .external_lex_state = 8}, - [8241] = {.lex_state = 0, .external_lex_state = 10}, - [8242] = {.lex_state = 0, .external_lex_state = 8}, - [8243] = {.lex_state = 0, .external_lex_state = 8}, + [8241] = {.lex_state = 7, .external_lex_state = 8}, + [8242] = {.lex_state = 7, .external_lex_state = 8}, + [8243] = {.lex_state = 0, .external_lex_state = 9}, [8244] = {.lex_state = 0, .external_lex_state = 8}, - [8245] = {.lex_state = 7, .external_lex_state = 8}, - [8246] = {.lex_state = 0, .external_lex_state = 9}, - [8247] = {.lex_state = 0, .external_lex_state = 8}, - [8248] = {.lex_state = 0, .external_lex_state = 9}, - [8249] = {.lex_state = 0, .external_lex_state = 9}, - [8250] = {.lex_state = 0, .external_lex_state = 9}, - [8251] = {.lex_state = 7, .external_lex_state = 9}, + [8245] = {.lex_state = 0, .external_lex_state = 8}, + [8246] = {.lex_state = 0, .external_lex_state = 8}, + [8247] = {.lex_state = 7, .external_lex_state = 9}, + [8248] = {.lex_state = 0, .external_lex_state = 8}, + [8249] = {.lex_state = 7, .external_lex_state = 8}, + [8250] = {.lex_state = 0, .external_lex_state = 8}, + [8251] = {.lex_state = 0, .external_lex_state = 8}, [8252] = {.lex_state = 0, .external_lex_state = 8}, - [8253] = {.lex_state = 7, .external_lex_state = 8}, + [8253] = {.lex_state = 0, .external_lex_state = 8}, [8254] = {.lex_state = 0, .external_lex_state = 8}, [8255] = {.lex_state = 0, .external_lex_state = 8}, [8256] = {.lex_state = 0, .external_lex_state = 8}, [8257] = {.lex_state = 0, .external_lex_state = 8}, - [8258] = {.lex_state = 0, .external_lex_state = 9}, + [8258] = {.lex_state = 7, .external_lex_state = 8}, [8259] = {.lex_state = 0, .external_lex_state = 8}, [8260] = {.lex_state = 0, .external_lex_state = 8}, [8261] = {.lex_state = 0, .external_lex_state = 9}, - [8262] = {.lex_state = 0, .external_lex_state = 9}, - [8263] = {.lex_state = 0, .external_lex_state = 9}, - [8264] = {.lex_state = 0, .external_lex_state = 9}, - [8265] = {.lex_state = 0, .external_lex_state = 8}, + [8262] = {.lex_state = 0, .external_lex_state = 8}, + [8263] = {.lex_state = 0, .external_lex_state = 8}, + [8264] = {.lex_state = 0, .external_lex_state = 8}, + [8265] = {.lex_state = 0, .external_lex_state = 9}, [8266] = {.lex_state = 0, .external_lex_state = 9}, [8267] = {.lex_state = 0, .external_lex_state = 8}, - [8268] = {.lex_state = 0, .external_lex_state = 8}, + [8268] = {.lex_state = 7, .external_lex_state = 8}, [8269] = {.lex_state = 0, .external_lex_state = 8}, [8270] = {.lex_state = 0, .external_lex_state = 8}, [8271] = {.lex_state = 0, .external_lex_state = 8}, - [8272] = {.lex_state = 0, .external_lex_state = 9}, - [8273] = {.lex_state = 0, .external_lex_state = 8}, - [8274] = {.lex_state = 0, .external_lex_state = 9}, - [8275] = {.lex_state = 0, .external_lex_state = 9}, - [8276] = {.lex_state = 0, .external_lex_state = 8}, - [8277] = {.lex_state = 7, .external_lex_state = 8}, - [8278] = {.lex_state = 7, .external_lex_state = 8}, - [8279] = {.lex_state = 0, .external_lex_state = 8}, + [8272] = {.lex_state = 0, .external_lex_state = 8}, + [8273] = {.lex_state = 7, .external_lex_state = 8}, + [8274] = {.lex_state = 0, .external_lex_state = 8}, + [8275] = {.lex_state = 0, .external_lex_state = 10}, + [8276] = {.lex_state = 0, .external_lex_state = 9}, + [8277] = {.lex_state = 0, .external_lex_state = 9}, + [8278] = {.lex_state = 0, .external_lex_state = 9}, + [8279] = {.lex_state = 0, .external_lex_state = 9}, [8280] = {.lex_state = 0, .external_lex_state = 8}, - [8281] = {.lex_state = 0, .external_lex_state = 9}, - [8282] = {.lex_state = 0, .external_lex_state = 8}, - [8283] = {.lex_state = 0, .external_lex_state = 9}, - [8284] = {.lex_state = 0, .external_lex_state = 8}, - [8285] = {.lex_state = 0, .external_lex_state = 9}, + [8281] = {.lex_state = 7, .external_lex_state = 8}, + [8282] = {.lex_state = 0, .external_lex_state = 9}, + [8283] = {.lex_state = 0, .external_lex_state = 8}, + [8284] = {.lex_state = 0, .external_lex_state = 9}, + [8285] = {.lex_state = 0, .external_lex_state = 8}, [8286] = {.lex_state = 0, .external_lex_state = 8}, [8287] = {.lex_state = 0, .external_lex_state = 8}, - [8288] = {.lex_state = 0, .external_lex_state = 8}, - [8289] = {.lex_state = 0, .external_lex_state = 8}, + [8288] = {.lex_state = 0, .external_lex_state = 9}, + [8289] = {.lex_state = 0, .external_lex_state = 9}, [8290] = {.lex_state = 0, .external_lex_state = 8}, [8291] = {.lex_state = 0, .external_lex_state = 8}, [8292] = {.lex_state = 0, .external_lex_state = 8}, - [8293] = {.lex_state = 0, .external_lex_state = 9}, - [8294] = {.lex_state = 0, .external_lex_state = 9}, + [8293] = {.lex_state = 0, .external_lex_state = 8}, + [8294] = {.lex_state = 0, .external_lex_state = 8}, [8295] = {.lex_state = 0, .external_lex_state = 8}, - [8296] = {.lex_state = 0, .external_lex_state = 9}, + [8296] = {.lex_state = 0, .external_lex_state = 8}, [8297] = {.lex_state = 0, .external_lex_state = 8}, - [8298] = {.lex_state = 31, .external_lex_state = 8}, - [8299] = {.lex_state = 0, .external_lex_state = 8}, - [8300] = {.lex_state = 0, .external_lex_state = 8}, - [8301] = {.lex_state = 0, .external_lex_state = 8}, - [8302] = {.lex_state = 31, .external_lex_state = 8}, + [8298] = {.lex_state = 0, .external_lex_state = 8}, + [8299] = {.lex_state = 0, .external_lex_state = 9}, + [8300] = {.lex_state = 7, .external_lex_state = 8}, + [8301] = {.lex_state = 0, .external_lex_state = 9}, + [8302] = {.lex_state = 0, .external_lex_state = 9}, [8303] = {.lex_state = 0, .external_lex_state = 8}, - [8304] = {.lex_state = 31, .external_lex_state = 8}, - [8305] = {.lex_state = 0, .external_lex_state = 8}, - [8306] = {.lex_state = 31, .external_lex_state = 8}, - [8307] = {.lex_state = 31, .external_lex_state = 8}, - [8308] = {.lex_state = 0, .external_lex_state = 8}, + [8304] = {.lex_state = 0, .external_lex_state = 9}, + [8305] = {.lex_state = 0, .external_lex_state = 9}, + [8306] = {.lex_state = 7, .external_lex_state = 8}, + [8307] = {.lex_state = 0, .external_lex_state = 8}, + [8308] = {.lex_state = 0, .external_lex_state = 9}, [8309] = {.lex_state = 0, .external_lex_state = 8}, [8310] = {.lex_state = 0, .external_lex_state = 8}, [8311] = {.lex_state = 0, .external_lex_state = 8}, [8312] = {.lex_state = 0, .external_lex_state = 8}, - [8313] = {.lex_state = 31, .external_lex_state = 8}, - [8314] = {.lex_state = 31, .external_lex_state = 8}, - [8315] = {.lex_state = 0, .external_lex_state = 8}, + [8313] = {.lex_state = 0, .external_lex_state = 8}, + [8314] = {.lex_state = 0, .external_lex_state = 9}, + [8315] = {.lex_state = 0, .external_lex_state = 9}, [8316] = {.lex_state = 0, .external_lex_state = 8}, - [8317] = {.lex_state = 7, .external_lex_state = 8}, - [8318] = {.lex_state = 0, .external_lex_state = 8}, - [8319] = {.lex_state = 7, .external_lex_state = 8}, - [8320] = {.lex_state = 7, .external_lex_state = 8}, - [8321] = {.lex_state = 7, .external_lex_state = 8}, + [8317] = {.lex_state = 0, .external_lex_state = 9}, + [8318] = {.lex_state = 0, .external_lex_state = 9}, + [8319] = {.lex_state = 0, .external_lex_state = 8}, + [8320] = {.lex_state = 0, .external_lex_state = 8}, + [8321] = {.lex_state = 0, .external_lex_state = 8}, [8322] = {.lex_state = 0, .external_lex_state = 8}, - [8323] = {.lex_state = 31, .external_lex_state = 8}, - [8324] = {.lex_state = 7, .external_lex_state = 8}, - [8325] = {.lex_state = 0, .external_lex_state = 8}, - [8326] = {.lex_state = 31, .external_lex_state = 8}, + [8323] = {.lex_state = 0, .external_lex_state = 8}, + [8324] = {.lex_state = 0, .external_lex_state = 9}, + [8325] = {.lex_state = 0, .external_lex_state = 9}, + [8326] = {.lex_state = 0, .external_lex_state = 8}, [8327] = {.lex_state = 0, .external_lex_state = 8}, - [8328] = {.lex_state = 31, .external_lex_state = 8}, + [8328] = {.lex_state = 0, .external_lex_state = 8}, [8329] = {.lex_state = 0, .external_lex_state = 8}, [8330] = {.lex_state = 0, .external_lex_state = 8}, [8331] = {.lex_state = 0, .external_lex_state = 8}, [8332] = {.lex_state = 7, .external_lex_state = 8}, - [8333] = {.lex_state = 0, .external_lex_state = 8}, - [8334] = {.lex_state = 0, .external_lex_state = 9}, - [8335] = {.lex_state = 0, .external_lex_state = 8}, + [8333] = {.lex_state = 31, .external_lex_state = 8}, + [8334] = {.lex_state = 0, .external_lex_state = 8}, + [8335] = {.lex_state = 31, .external_lex_state = 8}, [8336] = {.lex_state = 0, .external_lex_state = 8}, - [8337] = {.lex_state = 31, .external_lex_state = 8}, + [8337] = {.lex_state = 0, .external_lex_state = 8}, [8338] = {.lex_state = 0, .external_lex_state = 8}, [8339] = {.lex_state = 0, .external_lex_state = 8}, [8340] = {.lex_state = 0, .external_lex_state = 8}, [8341] = {.lex_state = 0, .external_lex_state = 8}, - [8342] = {.lex_state = 0, .external_lex_state = 8}, - [8343] = {.lex_state = 0, .external_lex_state = 8}, - [8344] = {.lex_state = 31, .external_lex_state = 8}, - [8345] = {.lex_state = 31, .external_lex_state = 8}, + [8342] = {.lex_state = 0, .external_lex_state = 9}, + [8343] = {.lex_state = 0, .external_lex_state = 9}, + [8344] = {.lex_state = 0, .external_lex_state = 9}, + [8345] = {.lex_state = 0, .external_lex_state = 8}, [8346] = {.lex_state = 31, .external_lex_state = 8}, - [8347] = {.lex_state = 31, .external_lex_state = 8}, - [8348] = {.lex_state = 0, .external_lex_state = 8}, - [8349] = {.lex_state = 0, .external_lex_state = 8}, + [8347] = {.lex_state = 7, .external_lex_state = 8}, + [8348] = {.lex_state = 0, .external_lex_state = 9}, + [8349] = {.lex_state = 0, .external_lex_state = 9}, [8350] = {.lex_state = 0, .external_lex_state = 8}, [8351] = {.lex_state = 0, .external_lex_state = 8}, [8352] = {.lex_state = 0, .external_lex_state = 8}, @@ -22518,259 +22572,259 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [8355] = {.lex_state = 0, .external_lex_state = 8}, [8356] = {.lex_state = 0, .external_lex_state = 8}, [8357] = {.lex_state = 0, .external_lex_state = 8}, - [8358] = {.lex_state = 7, .external_lex_state = 8}, + [8358] = {.lex_state = 0, .external_lex_state = 8}, [8359] = {.lex_state = 0, .external_lex_state = 8}, - [8360] = {.lex_state = 31, .external_lex_state = 8}, - [8361] = {.lex_state = 0, .external_lex_state = 8}, + [8360] = {.lex_state = 0, .external_lex_state = 8}, + [8361] = {.lex_state = 31, .external_lex_state = 8}, [8362] = {.lex_state = 0, .external_lex_state = 8}, - [8363] = {.lex_state = 31, .external_lex_state = 8}, - [8364] = {.lex_state = 0, .external_lex_state = 9}, - [8365] = {.lex_state = 0, .external_lex_state = 9}, - [8366] = {.lex_state = 0, .external_lex_state = 9}, - [8367] = {.lex_state = 0, .external_lex_state = 8}, + [8363] = {.lex_state = 0, .external_lex_state = 8}, + [8364] = {.lex_state = 31, .external_lex_state = 8}, + [8365] = {.lex_state = 7, .external_lex_state = 8}, + [8366] = {.lex_state = 0, .external_lex_state = 8}, + [8367] = {.lex_state = 7, .external_lex_state = 8}, [8368] = {.lex_state = 0, .external_lex_state = 8}, [8369] = {.lex_state = 0, .external_lex_state = 8}, [8370] = {.lex_state = 0, .external_lex_state = 8}, - [8371] = {.lex_state = 0, .external_lex_state = 8}, - [8372] = {.lex_state = 31, .external_lex_state = 8}, - [8373] = {.lex_state = 0, .external_lex_state = 9}, + [8371] = {.lex_state = 31, .external_lex_state = 8}, + [8372] = {.lex_state = 0, .external_lex_state = 8}, + [8373] = {.lex_state = 7, .external_lex_state = 8}, [8374] = {.lex_state = 0, .external_lex_state = 8}, - [8375] = {.lex_state = 31, .external_lex_state = 8}, - [8376] = {.lex_state = 0, .external_lex_state = 8}, - [8377] = {.lex_state = 0, .external_lex_state = 8}, - [8378] = {.lex_state = 31, .external_lex_state = 8}, - [8379] = {.lex_state = 31, .external_lex_state = 8}, - [8380] = {.lex_state = 0, .external_lex_state = 8}, + [8375] = {.lex_state = 7, .external_lex_state = 8}, + [8376] = {.lex_state = 0, .external_lex_state = 9}, + [8377] = {.lex_state = 7, .external_lex_state = 8}, + [8378] = {.lex_state = 7, .external_lex_state = 8}, + [8379] = {.lex_state = 0, .external_lex_state = 8}, + [8380] = {.lex_state = 7, .external_lex_state = 8}, [8381] = {.lex_state = 0, .external_lex_state = 8}, [8382] = {.lex_state = 0, .external_lex_state = 8}, - [8383] = {.lex_state = 31, .external_lex_state = 8}, - [8384] = {.lex_state = 31, .external_lex_state = 8}, + [8383] = {.lex_state = 0, .external_lex_state = 8}, + [8384] = {.lex_state = 0, .external_lex_state = 8}, [8385] = {.lex_state = 0, .external_lex_state = 8}, [8386] = {.lex_state = 0, .external_lex_state = 8}, [8387] = {.lex_state = 0, .external_lex_state = 8}, [8388] = {.lex_state = 0, .external_lex_state = 8}, [8389] = {.lex_state = 0, .external_lex_state = 8}, [8390] = {.lex_state = 7, .external_lex_state = 8}, - [8391] = {.lex_state = 7, .external_lex_state = 8}, + [8391] = {.lex_state = 0, .external_lex_state = 8}, [8392] = {.lex_state = 7, .external_lex_state = 8}, - [8393] = {.lex_state = 31, .external_lex_state = 8}, - [8394] = {.lex_state = 0, .external_lex_state = 8}, + [8393] = {.lex_state = 0, .external_lex_state = 8}, + [8394] = {.lex_state = 0, .external_lex_state = 9}, [8395] = {.lex_state = 0, .external_lex_state = 8}, - [8396] = {.lex_state = 0, .external_lex_state = 8}, - [8397] = {.lex_state = 0, .external_lex_state = 8}, - [8398] = {.lex_state = 0, .external_lex_state = 8}, - [8399] = {.lex_state = 7, .external_lex_state = 8}, + [8396] = {.lex_state = 7, .external_lex_state = 8}, + [8397] = {.lex_state = 31, .external_lex_state = 8}, + [8398] = {.lex_state = 31, .external_lex_state = 8}, + [8399] = {.lex_state = 31, .external_lex_state = 8}, [8400] = {.lex_state = 0, .external_lex_state = 8}, - [8401] = {.lex_state = 31, .external_lex_state = 8}, + [8401] = {.lex_state = 7, .external_lex_state = 8}, [8402] = {.lex_state = 0, .external_lex_state = 8}, - [8403] = {.lex_state = 31, .external_lex_state = 8}, - [8404] = {.lex_state = 0, .external_lex_state = 8}, + [8403] = {.lex_state = 0, .external_lex_state = 8}, + [8404] = {.lex_state = 7, .external_lex_state = 8}, [8405] = {.lex_state = 0, .external_lex_state = 8}, [8406] = {.lex_state = 7, .external_lex_state = 8}, - [8407] = {.lex_state = 7, .external_lex_state = 8}, - [8408] = {.lex_state = 7, .external_lex_state = 8}, - [8409] = {.lex_state = 7, .external_lex_state = 8}, - [8410] = {.lex_state = 0, .external_lex_state = 8}, - [8411] = {.lex_state = 31, .external_lex_state = 8}, - [8412] = {.lex_state = 0, .external_lex_state = 8}, - [8413] = {.lex_state = 7, .external_lex_state = 8}, + [8407] = {.lex_state = 31, .external_lex_state = 8}, + [8408] = {.lex_state = 31, .external_lex_state = 8}, + [8409] = {.lex_state = 0, .external_lex_state = 8}, + [8410] = {.lex_state = 7, .external_lex_state = 8}, + [8411] = {.lex_state = 7, .external_lex_state = 8}, + [8412] = {.lex_state = 7, .external_lex_state = 8}, + [8413] = {.lex_state = 0, .external_lex_state = 8}, [8414] = {.lex_state = 7, .external_lex_state = 8}, - [8415] = {.lex_state = 0, .external_lex_state = 9}, - [8416] = {.lex_state = 0, .external_lex_state = 8}, - [8417] = {.lex_state = 0, .external_lex_state = 8}, + [8415] = {.lex_state = 0, .external_lex_state = 8}, + [8416] = {.lex_state = 31, .external_lex_state = 8}, + [8417] = {.lex_state = 7, .external_lex_state = 8}, [8418] = {.lex_state = 0, .external_lex_state = 8}, - [8419] = {.lex_state = 0, .external_lex_state = 8}, - [8420] = {.lex_state = 0, .external_lex_state = 8}, + [8419] = {.lex_state = 31, .external_lex_state = 8}, + [8420] = {.lex_state = 31, .external_lex_state = 8}, [8421] = {.lex_state = 0, .external_lex_state = 8}, [8422] = {.lex_state = 0, .external_lex_state = 8}, [8423] = {.lex_state = 0, .external_lex_state = 8}, - [8424] = {.lex_state = 31, .external_lex_state = 8}, + [8424] = {.lex_state = 0, .external_lex_state = 8}, [8425] = {.lex_state = 0, .external_lex_state = 8}, - [8426] = {.lex_state = 7, .external_lex_state = 8}, - [8427] = {.lex_state = 0, .external_lex_state = 8}, + [8426] = {.lex_state = 0, .external_lex_state = 8}, + [8427] = {.lex_state = 31, .external_lex_state = 8}, [8428] = {.lex_state = 7, .external_lex_state = 8}, [8429] = {.lex_state = 0, .external_lex_state = 8}, [8430] = {.lex_state = 0, .external_lex_state = 8}, - [8431] = {.lex_state = 0, .external_lex_state = 8}, + [8431] = {.lex_state = 7, .external_lex_state = 8}, [8432] = {.lex_state = 0, .external_lex_state = 8}, - [8433] = {.lex_state = 31, .external_lex_state = 8}, - [8434] = {.lex_state = 0, .external_lex_state = 9}, - [8435] = {.lex_state = 0, .external_lex_state = 9}, + [8433] = {.lex_state = 7, .external_lex_state = 8}, + [8434] = {.lex_state = 7, .external_lex_state = 8}, + [8435] = {.lex_state = 0, .external_lex_state = 8}, [8436] = {.lex_state = 7, .external_lex_state = 8}, [8437] = {.lex_state = 7, .external_lex_state = 8}, - [8438] = {.lex_state = 0, .external_lex_state = 8}, - [8439] = {.lex_state = 0, .external_lex_state = 8}, + [8438] = {.lex_state = 31, .external_lex_state = 8}, + [8439] = {.lex_state = 7, .external_lex_state = 8}, [8440] = {.lex_state = 0, .external_lex_state = 8}, [8441] = {.lex_state = 0, .external_lex_state = 8}, - [8442] = {.lex_state = 31, .external_lex_state = 8}, + [8442] = {.lex_state = 0, .external_lex_state = 8}, [8443] = {.lex_state = 7, .external_lex_state = 8}, [8444] = {.lex_state = 0, .external_lex_state = 8}, [8445] = {.lex_state = 7, .external_lex_state = 8}, - [8446] = {.lex_state = 7, .external_lex_state = 8}, - [8447] = {.lex_state = 0, .external_lex_state = 8}, + [8446] = {.lex_state = 0, .external_lex_state = 8}, + [8447] = {.lex_state = 31, .external_lex_state = 8}, [8448] = {.lex_state = 0, .external_lex_state = 8}, [8449] = {.lex_state = 0, .external_lex_state = 8}, - [8450] = {.lex_state = 0, .external_lex_state = 8}, + [8450] = {.lex_state = 7, .external_lex_state = 8}, [8451] = {.lex_state = 7, .external_lex_state = 8}, - [8452] = {.lex_state = 0, .external_lex_state = 8}, + [8452] = {.lex_state = 7, .external_lex_state = 8}, [8453] = {.lex_state = 0, .external_lex_state = 8}, [8454] = {.lex_state = 7, .external_lex_state = 8}, [8455] = {.lex_state = 0, .external_lex_state = 8}, [8456] = {.lex_state = 0, .external_lex_state = 8}, [8457] = {.lex_state = 31, .external_lex_state = 8}, - [8458] = {.lex_state = 31, .external_lex_state = 8}, - [8459] = {.lex_state = 31, .external_lex_state = 8}, - [8460] = {.lex_state = 0, .external_lex_state = 8}, - [8461] = {.lex_state = 7, .external_lex_state = 8}, + [8458] = {.lex_state = 7, .external_lex_state = 8}, + [8459] = {.lex_state = 0, .external_lex_state = 8}, + [8460] = {.lex_state = 31, .external_lex_state = 8}, + [8461] = {.lex_state = 0, .external_lex_state = 8}, [8462] = {.lex_state = 0, .external_lex_state = 8}, [8463] = {.lex_state = 0, .external_lex_state = 8}, - [8464] = {.lex_state = 7, .external_lex_state = 8}, - [8465] = {.lex_state = 7, .external_lex_state = 8}, - [8466] = {.lex_state = 7, .external_lex_state = 8}, - [8467] = {.lex_state = 0, .external_lex_state = 9}, - [8468] = {.lex_state = 0, .external_lex_state = 9}, - [8469] = {.lex_state = 7, .external_lex_state = 8}, - [8470] = {.lex_state = 7, .external_lex_state = 8}, + [8464] = {.lex_state = 31, .external_lex_state = 8}, + [8465] = {.lex_state = 0, .external_lex_state = 8}, + [8466] = {.lex_state = 0, .external_lex_state = 8}, + [8467] = {.lex_state = 0, .external_lex_state = 8}, + [8468] = {.lex_state = 0, .external_lex_state = 8}, + [8469] = {.lex_state = 31, .external_lex_state = 8}, + [8470] = {.lex_state = 31, .external_lex_state = 8}, [8471] = {.lex_state = 7, .external_lex_state = 8}, - [8472] = {.lex_state = 7, .external_lex_state = 8}, + [8472] = {.lex_state = 0, .external_lex_state = 8}, [8473] = {.lex_state = 0, .external_lex_state = 8}, [8474] = {.lex_state = 0, .external_lex_state = 8}, - [8475] = {.lex_state = 7, .external_lex_state = 8}, + [8475] = {.lex_state = 0, .external_lex_state = 8}, [8476] = {.lex_state = 0, .external_lex_state = 8}, - [8477] = {.lex_state = 0, .external_lex_state = 8}, - [8478] = {.lex_state = 0, .external_lex_state = 8}, - [8479] = {.lex_state = 0, .external_lex_state = 9}, + [8477] = {.lex_state = 7, .external_lex_state = 8}, + [8478] = {.lex_state = 31, .external_lex_state = 8}, + [8479] = {.lex_state = 0, .external_lex_state = 8}, [8480] = {.lex_state = 0, .external_lex_state = 8}, [8481] = {.lex_state = 0, .external_lex_state = 8}, - [8482] = {.lex_state = 7, .external_lex_state = 8}, - [8483] = {.lex_state = 0, .external_lex_state = 8}, - [8484] = {.lex_state = 0, .external_lex_state = 8}, - [8485] = {.lex_state = 7, .external_lex_state = 8}, - [8486] = {.lex_state = 0, .external_lex_state = 8}, - [8487] = {.lex_state = 31, .external_lex_state = 8}, - [8488] = {.lex_state = 7, .external_lex_state = 8}, - [8489] = {.lex_state = 0, .external_lex_state = 8}, + [8482] = {.lex_state = 0, .external_lex_state = 8}, + [8483] = {.lex_state = 7, .external_lex_state = 8}, + [8484] = {.lex_state = 7, .external_lex_state = 8}, + [8485] = {.lex_state = 31, .external_lex_state = 8}, + [8486] = {.lex_state = 7, .external_lex_state = 8}, + [8487] = {.lex_state = 0, .external_lex_state = 8}, + [8488] = {.lex_state = 0, .external_lex_state = 8}, + [8489] = {.lex_state = 7, .external_lex_state = 8}, [8490] = {.lex_state = 0, .external_lex_state = 8}, - [8491] = {.lex_state = 31, .external_lex_state = 8}, - [8492] = {.lex_state = 7, .external_lex_state = 8}, - [8493] = {.lex_state = 0, .external_lex_state = 8}, - [8494] = {.lex_state = 31, .external_lex_state = 8}, + [8491] = {.lex_state = 0, .external_lex_state = 8}, + [8492] = {.lex_state = 0, .external_lex_state = 9}, + [8493] = {.lex_state = 7, .external_lex_state = 8}, + [8494] = {.lex_state = 0, .external_lex_state = 8}, [8495] = {.lex_state = 0, .external_lex_state = 8}, - [8496] = {.lex_state = 31, .external_lex_state = 8}, + [8496] = {.lex_state = 0, .external_lex_state = 8}, [8497] = {.lex_state = 0, .external_lex_state = 8}, [8498] = {.lex_state = 0, .external_lex_state = 8}, - [8499] = {.lex_state = 31, .external_lex_state = 8}, + [8499] = {.lex_state = 0, .external_lex_state = 8}, [8500] = {.lex_state = 0, .external_lex_state = 8}, - [8501] = {.lex_state = 31, .external_lex_state = 8}, - [8502] = {.lex_state = 0, .external_lex_state = 8}, + [8501] = {.lex_state = 0, .external_lex_state = 8}, + [8502] = {.lex_state = 31, .external_lex_state = 8}, [8503] = {.lex_state = 0, .external_lex_state = 8}, - [8504] = {.lex_state = 31, .external_lex_state = 8}, + [8504] = {.lex_state = 0, .external_lex_state = 8}, [8505] = {.lex_state = 0, .external_lex_state = 8}, - [8506] = {.lex_state = 31, .external_lex_state = 8}, - [8507] = {.lex_state = 0, .external_lex_state = 8}, - [8508] = {.lex_state = 0, .external_lex_state = 8}, - [8509] = {.lex_state = 7, .external_lex_state = 8}, - [8510] = {.lex_state = 0, .external_lex_state = 8}, - [8511] = {.lex_state = 7, .external_lex_state = 8}, + [8506] = {.lex_state = 7, .external_lex_state = 8}, + [8507] = {.lex_state = 31, .external_lex_state = 8}, + [8508] = {.lex_state = 31, .external_lex_state = 8}, + [8509] = {.lex_state = 0, .external_lex_state = 9}, + [8510] = {.lex_state = 7, .external_lex_state = 8}, + [8511] = {.lex_state = 0, .external_lex_state = 9}, [8512] = {.lex_state = 0, .external_lex_state = 8}, [8513] = {.lex_state = 0, .external_lex_state = 8}, [8514] = {.lex_state = 0, .external_lex_state = 8}, [8515] = {.lex_state = 0, .external_lex_state = 8}, [8516] = {.lex_state = 0, .external_lex_state = 8}, - [8517] = {.lex_state = 7, .external_lex_state = 8}, - [8518] = {.lex_state = 0, .external_lex_state = 8}, - [8519] = {.lex_state = 7, .external_lex_state = 8}, + [8517] = {.lex_state = 0, .external_lex_state = 8}, + [8518] = {.lex_state = 7, .external_lex_state = 8}, + [8519] = {.lex_state = 0, .external_lex_state = 8}, [8520] = {.lex_state = 31, .external_lex_state = 8}, - [8521] = {.lex_state = 0, .external_lex_state = 8}, + [8521] = {.lex_state = 31, .external_lex_state = 8}, [8522] = {.lex_state = 31, .external_lex_state = 8}, [8523] = {.lex_state = 0, .external_lex_state = 8}, - [8524] = {.lex_state = 7, .external_lex_state = 8}, + [8524] = {.lex_state = 0, .external_lex_state = 8}, [8525] = {.lex_state = 7, .external_lex_state = 8}, - [8526] = {.lex_state = 7, .external_lex_state = 8}, - [8527] = {.lex_state = 0, .external_lex_state = 8}, - [8528] = {.lex_state = 0, .external_lex_state = 8}, + [8526] = {.lex_state = 0, .external_lex_state = 8}, + [8527] = {.lex_state = 31, .external_lex_state = 8}, + [8528] = {.lex_state = 31, .external_lex_state = 8}, [8529] = {.lex_state = 7, .external_lex_state = 8}, [8530] = {.lex_state = 7, .external_lex_state = 8}, - [8531] = {.lex_state = 31, .external_lex_state = 8}, + [8531] = {.lex_state = 0, .external_lex_state = 8}, [8532] = {.lex_state = 0, .external_lex_state = 8}, - [8533] = {.lex_state = 7, .external_lex_state = 8}, - [8534] = {.lex_state = 7, .external_lex_state = 8}, - [8535] = {.lex_state = 7, .external_lex_state = 8}, + [8533] = {.lex_state = 0, .external_lex_state = 8}, + [8534] = {.lex_state = 0, .external_lex_state = 8}, + [8535] = {.lex_state = 0, .external_lex_state = 8}, [8536] = {.lex_state = 0, .external_lex_state = 8}, - [8537] = {.lex_state = 7, .external_lex_state = 8}, + [8537] = {.lex_state = 0, .external_lex_state = 8}, [8538] = {.lex_state = 0, .external_lex_state = 8}, - [8539] = {.lex_state = 31, .external_lex_state = 8}, + [8539] = {.lex_state = 0, .external_lex_state = 8}, [8540] = {.lex_state = 0, .external_lex_state = 8}, - [8541] = {.lex_state = 0, .external_lex_state = 9}, - [8542] = {.lex_state = 0, .external_lex_state = 8}, + [8541] = {.lex_state = 0, .external_lex_state = 8}, + [8542] = {.lex_state = 31, .external_lex_state = 8}, [8543] = {.lex_state = 0, .external_lex_state = 8}, - [8544] = {.lex_state = 0, .external_lex_state = 8}, + [8544] = {.lex_state = 31, .external_lex_state = 8}, [8545] = {.lex_state = 0, .external_lex_state = 8}, [8546] = {.lex_state = 0, .external_lex_state = 8}, [8547] = {.lex_state = 0, .external_lex_state = 9}, - [8548] = {.lex_state = 7, .external_lex_state = 8}, - [8549] = {.lex_state = 0, .external_lex_state = 8}, + [8548] = {.lex_state = 0, .external_lex_state = 8}, + [8549] = {.lex_state = 7, .external_lex_state = 8}, [8550] = {.lex_state = 0, .external_lex_state = 8}, - [8551] = {.lex_state = 0, .external_lex_state = 8}, - [8552] = {.lex_state = 0, .external_lex_state = 8}, + [8551] = {.lex_state = 31, .external_lex_state = 8}, + [8552] = {.lex_state = 31, .external_lex_state = 8}, [8553] = {.lex_state = 0, .external_lex_state = 8}, [8554] = {.lex_state = 0, .external_lex_state = 8}, - [8555] = {.lex_state = 0, .external_lex_state = 8}, - [8556] = {.lex_state = 0, .external_lex_state = 9}, + [8555] = {.lex_state = 31, .external_lex_state = 8}, + [8556] = {.lex_state = 0, .external_lex_state = 8}, [8557] = {.lex_state = 0, .external_lex_state = 8}, [8558] = {.lex_state = 0, .external_lex_state = 8}, - [8559] = {.lex_state = 0, .external_lex_state = 8}, - [8560] = {.lex_state = 7, .external_lex_state = 8}, - [8561] = {.lex_state = 0, .external_lex_state = 8}, + [8559] = {.lex_state = 31, .external_lex_state = 8}, + [8560] = {.lex_state = 0, .external_lex_state = 8}, + [8561] = {.lex_state = 31, .external_lex_state = 8}, [8562] = {.lex_state = 0, .external_lex_state = 8}, - [8563] = {.lex_state = 0, .external_lex_state = 8}, + [8563] = {.lex_state = 31, .external_lex_state = 8}, [8564] = {.lex_state = 0, .external_lex_state = 8}, [8565] = {.lex_state = 0, .external_lex_state = 8}, - [8566] = {.lex_state = 7, .external_lex_state = 8}, - [8567] = {.lex_state = 7, .external_lex_state = 8}, - [8568] = {.lex_state = 0, .external_lex_state = 8}, + [8566] = {.lex_state = 31, .external_lex_state = 8}, + [8567] = {.lex_state = 0, .external_lex_state = 8}, + [8568] = {.lex_state = 31, .external_lex_state = 8}, [8569] = {.lex_state = 0, .external_lex_state = 8}, - [8570] = {.lex_state = 0, .external_lex_state = 9}, - [8571] = {.lex_state = 0, .external_lex_state = 9}, - [8572] = {.lex_state = 7, .external_lex_state = 8}, - [8573] = {.lex_state = 0, .external_lex_state = 9}, + [8570] = {.lex_state = 0, .external_lex_state = 8}, + [8571] = {.lex_state = 7, .external_lex_state = 8}, + [8572] = {.lex_state = 0, .external_lex_state = 8}, + [8573] = {.lex_state = 0, .external_lex_state = 8}, [8574] = {.lex_state = 0, .external_lex_state = 8}, [8575] = {.lex_state = 0, .external_lex_state = 8}, [8576] = {.lex_state = 0, .external_lex_state = 8}, - [8577] = {.lex_state = 0, .external_lex_state = 8}, + [8577] = {.lex_state = 7, .external_lex_state = 8}, [8578] = {.lex_state = 0, .external_lex_state = 8}, [8579] = {.lex_state = 0, .external_lex_state = 8}, - [8580] = {.lex_state = 7, .external_lex_state = 8}, + [8580] = {.lex_state = 0, .external_lex_state = 8}, [8581] = {.lex_state = 0, .external_lex_state = 8}, - [8582] = {.lex_state = 7, .external_lex_state = 8}, - [8583] = {.lex_state = 0, .external_lex_state = 8}, - [8584] = {.lex_state = 0, .external_lex_state = 8}, + [8582] = {.lex_state = 31, .external_lex_state = 8}, + [8583] = {.lex_state = 7, .external_lex_state = 8}, + [8584] = {.lex_state = 31, .external_lex_state = 8}, [8585] = {.lex_state = 0, .external_lex_state = 8}, - [8586] = {.lex_state = 0, .external_lex_state = 8}, - [8587] = {.lex_state = 7, .external_lex_state = 8}, + [8586] = {.lex_state = 7, .external_lex_state = 8}, + [8587] = {.lex_state = 0, .external_lex_state = 8}, [8588] = {.lex_state = 0, .external_lex_state = 8}, - [8589] = {.lex_state = 7, .external_lex_state = 8}, + [8589] = {.lex_state = 31, .external_lex_state = 8}, [8590] = {.lex_state = 0, .external_lex_state = 8}, - [8591] = {.lex_state = 7, .external_lex_state = 11}, - [8592] = {.lex_state = 7, .external_lex_state = 8}, + [8591] = {.lex_state = 0, .external_lex_state = 8}, + [8592] = {.lex_state = 0, .external_lex_state = 8}, [8593] = {.lex_state = 0, .external_lex_state = 8}, [8594] = {.lex_state = 0, .external_lex_state = 8}, - [8595] = {.lex_state = 0, .external_lex_state = 8}, + [8595] = {.lex_state = 0, .external_lex_state = 9}, [8596] = {.lex_state = 0, .external_lex_state = 8}, [8597] = {.lex_state = 0, .external_lex_state = 8}, [8598] = {.lex_state = 0, .external_lex_state = 8}, [8599] = {.lex_state = 0, .external_lex_state = 8}, [8600] = {.lex_state = 0, .external_lex_state = 8}, - [8601] = {.lex_state = 0, .external_lex_state = 9}, + [8601] = {.lex_state = 0, .external_lex_state = 8}, [8602] = {.lex_state = 0, .external_lex_state = 8}, [8603] = {.lex_state = 0, .external_lex_state = 8}, - [8604] = {.lex_state = 7, .external_lex_state = 8}, + [8604] = {.lex_state = 0, .external_lex_state = 8}, [8605] = {.lex_state = 0, .external_lex_state = 9}, [8606] = {.lex_state = 0, .external_lex_state = 8}, [8607] = {.lex_state = 0, .external_lex_state = 8}, [8608] = {.lex_state = 0, .external_lex_state = 8}, - [8609] = {.lex_state = 7, .external_lex_state = 8}, - [8610] = {.lex_state = 0, .external_lex_state = 9}, + [8609] = {.lex_state = 0, .external_lex_state = 8}, + [8610] = {.lex_state = 0, .external_lex_state = 8}, [8611] = {.lex_state = 0, .external_lex_state = 8}, [8612] = {.lex_state = 0, .external_lex_state = 8}, [8613] = {.lex_state = 0, .external_lex_state = 8}, @@ -22778,26 +22832,26 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [8615] = {.lex_state = 0, .external_lex_state = 8}, [8616] = {.lex_state = 0, .external_lex_state = 8}, [8617] = {.lex_state = 0, .external_lex_state = 8}, - [8618] = {.lex_state = 7, .external_lex_state = 8}, + [8618] = {.lex_state = 0, .external_lex_state = 8}, [8619] = {.lex_state = 0, .external_lex_state = 8}, [8620] = {.lex_state = 0, .external_lex_state = 8}, [8621] = {.lex_state = 0, .external_lex_state = 8}, [8622] = {.lex_state = 0, .external_lex_state = 8}, [8623] = {.lex_state = 0, .external_lex_state = 8}, - [8624] = {.lex_state = 0, .external_lex_state = 9}, - [8625] = {.lex_state = 0, .external_lex_state = 8}, + [8624] = {.lex_state = 0, .external_lex_state = 8}, + [8625] = {.lex_state = 7, .external_lex_state = 8}, [8626] = {.lex_state = 0, .external_lex_state = 8}, - [8627] = {.lex_state = 0, .external_lex_state = 9}, + [8627] = {.lex_state = 0, .external_lex_state = 8}, [8628] = {.lex_state = 0, .external_lex_state = 8}, [8629] = {.lex_state = 0, .external_lex_state = 8}, [8630] = {.lex_state = 0, .external_lex_state = 8}, - [8631] = {.lex_state = 0, .external_lex_state = 8}, - [8632] = {.lex_state = 0, .external_lex_state = 9}, + [8631] = {.lex_state = 0, .external_lex_state = 9}, + [8632] = {.lex_state = 0, .external_lex_state = 8}, [8633] = {.lex_state = 0, .external_lex_state = 8}, [8634] = {.lex_state = 0, .external_lex_state = 8}, [8635] = {.lex_state = 0, .external_lex_state = 8}, [8636] = {.lex_state = 0, .external_lex_state = 8}, - [8637] = {.lex_state = 7, .external_lex_state = 8}, + [8637] = {.lex_state = 0, .external_lex_state = 8}, [8638] = {.lex_state = 0, .external_lex_state = 8}, [8639] = {.lex_state = 0, .external_lex_state = 8}, [8640] = {.lex_state = 0, .external_lex_state = 8}, @@ -22806,41 +22860,41 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [8643] = {.lex_state = 0, .external_lex_state = 8}, [8644] = {.lex_state = 0, .external_lex_state = 8}, [8645] = {.lex_state = 0, .external_lex_state = 8}, - [8646] = {.lex_state = 0, .external_lex_state = 8}, + [8646] = {.lex_state = 0, .external_lex_state = 9}, [8647] = {.lex_state = 0, .external_lex_state = 8}, - [8648] = {.lex_state = 0, .external_lex_state = 9}, + [8648] = {.lex_state = 0, .external_lex_state = 8}, [8649] = {.lex_state = 0, .external_lex_state = 8}, [8650] = {.lex_state = 0, .external_lex_state = 8}, [8651] = {.lex_state = 0, .external_lex_state = 8}, - [8652] = {.lex_state = 31, .external_lex_state = 8}, + [8652] = {.lex_state = 0, .external_lex_state = 8}, [8653] = {.lex_state = 0, .external_lex_state = 8}, [8654] = {.lex_state = 0, .external_lex_state = 8}, - [8655] = {.lex_state = 7, .external_lex_state = 8}, + [8655] = {.lex_state = 31, .external_lex_state = 8}, [8656] = {.lex_state = 0, .external_lex_state = 8}, [8657] = {.lex_state = 0, .external_lex_state = 8}, - [8658] = {.lex_state = 0, .external_lex_state = 8}, - [8659] = {.lex_state = 0, .external_lex_state = 8}, + [8658] = {.lex_state = 31, .external_lex_state = 8}, + [8659] = {.lex_state = 0, .external_lex_state = 9}, [8660] = {.lex_state = 0, .external_lex_state = 8}, [8661] = {.lex_state = 0, .external_lex_state = 8}, - [8662] = {.lex_state = 0, .external_lex_state = 9}, + [8662] = {.lex_state = 0, .external_lex_state = 8}, [8663] = {.lex_state = 0, .external_lex_state = 8}, [8664] = {.lex_state = 0, .external_lex_state = 9}, [8665] = {.lex_state = 0, .external_lex_state = 9}, - [8666] = {.lex_state = 7, .external_lex_state = 8}, + [8666] = {.lex_state = 0, .external_lex_state = 8}, [8667] = {.lex_state = 0, .external_lex_state = 8}, [8668] = {.lex_state = 0, .external_lex_state = 8}, - [8669] = {.lex_state = 0, .external_lex_state = 9}, - [8670] = {.lex_state = 0, .external_lex_state = 8}, - [8671] = {.lex_state = 0, .external_lex_state = 9}, + [8669] = {.lex_state = 0, .external_lex_state = 8}, + [8670] = {.lex_state = 7, .external_lex_state = 8}, + [8671] = {.lex_state = 0, .external_lex_state = 8}, [8672] = {.lex_state = 0, .external_lex_state = 8}, [8673] = {.lex_state = 0, .external_lex_state = 8}, [8674] = {.lex_state = 0, .external_lex_state = 8}, [8675] = {.lex_state = 0, .external_lex_state = 8}, [8676] = {.lex_state = 0, .external_lex_state = 8}, - [8677] = {.lex_state = 0, .external_lex_state = 8}, - [8678] = {.lex_state = 0, .external_lex_state = 8}, + [8677] = {.lex_state = 0, .external_lex_state = 9}, + [8678] = {.lex_state = 0, .external_lex_state = 9}, [8679] = {.lex_state = 0, .external_lex_state = 8}, - [8680] = {.lex_state = 0, .external_lex_state = 9}, + [8680] = {.lex_state = 0, .external_lex_state = 8}, [8681] = {.lex_state = 0, .external_lex_state = 8}, [8682] = {.lex_state = 0, .external_lex_state = 8}, [8683] = {.lex_state = 0, .external_lex_state = 8}, @@ -22849,54 +22903,54 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [8686] = {.lex_state = 0, .external_lex_state = 8}, [8687] = {.lex_state = 0, .external_lex_state = 8}, [8688] = {.lex_state = 0, .external_lex_state = 8}, - [8689] = {.lex_state = 0, .external_lex_state = 8}, - [8690] = {.lex_state = 7, .external_lex_state = 8}, + [8689] = {.lex_state = 7, .external_lex_state = 8}, + [8690] = {.lex_state = 0, .external_lex_state = 8}, [8691] = {.lex_state = 0, .external_lex_state = 8}, [8692] = {.lex_state = 0, .external_lex_state = 8}, [8693] = {.lex_state = 0, .external_lex_state = 8}, [8694] = {.lex_state = 0, .external_lex_state = 8}, [8695] = {.lex_state = 0, .external_lex_state = 8}, [8696] = {.lex_state = 0, .external_lex_state = 8}, - [8697] = {.lex_state = 0, .external_lex_state = 8}, + [8697] = {.lex_state = 0, .external_lex_state = 9}, [8698] = {.lex_state = 0, .external_lex_state = 8}, - [8699] = {.lex_state = 7, .external_lex_state = 8}, - [8700] = {.lex_state = 0, .external_lex_state = 8}, + [8699] = {.lex_state = 0, .external_lex_state = 8}, + [8700] = {.lex_state = 0, .external_lex_state = 9}, [8701] = {.lex_state = 0, .external_lex_state = 8}, - [8702] = {.lex_state = 0, .external_lex_state = 9}, + [8702] = {.lex_state = 0, .external_lex_state = 8}, [8703] = {.lex_state = 0, .external_lex_state = 8}, [8704] = {.lex_state = 0, .external_lex_state = 8}, [8705] = {.lex_state = 0, .external_lex_state = 8}, - [8706] = {.lex_state = 0, .external_lex_state = 9}, + [8706] = {.lex_state = 0, .external_lex_state = 8}, [8707] = {.lex_state = 0, .external_lex_state = 8}, - [8708] = {.lex_state = 7, .external_lex_state = 8}, + [8708] = {.lex_state = 0, .external_lex_state = 8}, [8709] = {.lex_state = 0, .external_lex_state = 8}, [8710] = {.lex_state = 0, .external_lex_state = 8}, - [8711] = {.lex_state = 31, .external_lex_state = 8}, + [8711] = {.lex_state = 0, .external_lex_state = 8}, [8712] = {.lex_state = 0, .external_lex_state = 8}, [8713] = {.lex_state = 0, .external_lex_state = 8}, [8714] = {.lex_state = 0, .external_lex_state = 8}, - [8715] = {.lex_state = 0, .external_lex_state = 8}, - [8716] = {.lex_state = 0, .external_lex_state = 8}, - [8717] = {.lex_state = 0, .external_lex_state = 9}, - [8718] = {.lex_state = 7, .external_lex_state = 8}, - [8719] = {.lex_state = 0, .external_lex_state = 9}, - [8720] = {.lex_state = 0, .external_lex_state = 9}, - [8721] = {.lex_state = 0, .external_lex_state = 8}, - [8722] = {.lex_state = 0, .external_lex_state = 8}, + [8715] = {.lex_state = 7, .external_lex_state = 8}, + [8716] = {.lex_state = 0, .external_lex_state = 9}, + [8717] = {.lex_state = 0, .external_lex_state = 8}, + [8718] = {.lex_state = 0, .external_lex_state = 8}, + [8719] = {.lex_state = 0, .external_lex_state = 8}, + [8720] = {.lex_state = 0, .external_lex_state = 8}, + [8721] = {.lex_state = 7, .external_lex_state = 8}, + [8722] = {.lex_state = 0, .external_lex_state = 9}, [8723] = {.lex_state = 0, .external_lex_state = 8}, [8724] = {.lex_state = 0, .external_lex_state = 8}, [8725] = {.lex_state = 0, .external_lex_state = 8}, [8726] = {.lex_state = 0, .external_lex_state = 8}, [8727] = {.lex_state = 0, .external_lex_state = 8}, - [8728] = {.lex_state = 0, .external_lex_state = 9}, + [8728] = {.lex_state = 7, .external_lex_state = 8}, [8729] = {.lex_state = 0, .external_lex_state = 8}, - [8730] = {.lex_state = 0, .external_lex_state = 8}, - [8731] = {.lex_state = 0, .external_lex_state = 8}, - [8732] = {.lex_state = 0, .external_lex_state = 8}, + [8730] = {.lex_state = 7, .external_lex_state = 8}, + [8731] = {.lex_state = 7, .external_lex_state = 8}, + [8732] = {.lex_state = 7, .external_lex_state = 8}, [8733] = {.lex_state = 0, .external_lex_state = 8}, - [8734] = {.lex_state = 0, .external_lex_state = 8}, + [8734] = {.lex_state = 0, .external_lex_state = 9}, [8735] = {.lex_state = 0, .external_lex_state = 8}, - [8736] = {.lex_state = 0, .external_lex_state = 8}, + [8736] = {.lex_state = 0, .external_lex_state = 9}, [8737] = {.lex_state = 0, .external_lex_state = 8}, [8738] = {.lex_state = 0, .external_lex_state = 8}, [8739] = {.lex_state = 0, .external_lex_state = 8}, @@ -22904,292 +22958,292 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [8741] = {.lex_state = 0, .external_lex_state = 8}, [8742] = {.lex_state = 0, .external_lex_state = 8}, [8743] = {.lex_state = 0, .external_lex_state = 8}, - [8744] = {.lex_state = 0, .external_lex_state = 9}, + [8744] = {.lex_state = 0, .external_lex_state = 8}, [8745] = {.lex_state = 0, .external_lex_state = 8}, - [8746] = {.lex_state = 0, .external_lex_state = 9}, - [8747] = {.lex_state = 0, .external_lex_state = 8}, + [8746] = {.lex_state = 0, .external_lex_state = 8}, + [8747] = {.lex_state = 7, .external_lex_state = 8}, [8748] = {.lex_state = 0, .external_lex_state = 8}, [8749] = {.lex_state = 0, .external_lex_state = 8}, [8750] = {.lex_state = 0, .external_lex_state = 8}, - [8751] = {.lex_state = 0, .external_lex_state = 9}, - [8752] = {.lex_state = 0, .external_lex_state = 8}, - [8753] = {.lex_state = 0, .external_lex_state = 8}, + [8751] = {.lex_state = 0, .external_lex_state = 8}, + [8752] = {.lex_state = 7, .external_lex_state = 8}, + [8753] = {.lex_state = 7, .external_lex_state = 8}, [8754] = {.lex_state = 0, .external_lex_state = 8}, [8755] = {.lex_state = 0, .external_lex_state = 8}, - [8756] = {.lex_state = 0, .external_lex_state = 9}, + [8756] = {.lex_state = 0, .external_lex_state = 8}, [8757] = {.lex_state = 0, .external_lex_state = 8}, - [8758] = {.lex_state = 7, .external_lex_state = 11}, + [8758] = {.lex_state = 0, .external_lex_state = 8}, [8759] = {.lex_state = 0, .external_lex_state = 8}, - [8760] = {.lex_state = 0, .external_lex_state = 8}, + [8760] = {.lex_state = 7, .external_lex_state = 8}, [8761] = {.lex_state = 0, .external_lex_state = 9}, - [8762] = {.lex_state = 0, .external_lex_state = 8}, + [8762] = {.lex_state = 7, .external_lex_state = 8}, [8763] = {.lex_state = 0, .external_lex_state = 8}, - [8764] = {.lex_state = 31, .external_lex_state = 8}, - [8765] = {.lex_state = 0, .external_lex_state = 9}, + [8764] = {.lex_state = 0, .external_lex_state = 8}, + [8765] = {.lex_state = 0, .external_lex_state = 8}, [8766] = {.lex_state = 0, .external_lex_state = 8}, - [8767] = {.lex_state = 7, .external_lex_state = 8}, + [8767] = {.lex_state = 31, .external_lex_state = 8}, [8768] = {.lex_state = 0, .external_lex_state = 8}, [8769] = {.lex_state = 0, .external_lex_state = 8}, [8770] = {.lex_state = 7, .external_lex_state = 8}, - [8771] = {.lex_state = 0, .external_lex_state = 9}, + [8771] = {.lex_state = 0, .external_lex_state = 8}, [8772] = {.lex_state = 0, .external_lex_state = 8}, [8773] = {.lex_state = 0, .external_lex_state = 8}, - [8774] = {.lex_state = 0, .external_lex_state = 8}, - [8775] = {.lex_state = 0, .external_lex_state = 9}, + [8774] = {.lex_state = 0, .external_lex_state = 9}, + [8775] = {.lex_state = 0, .external_lex_state = 8}, [8776] = {.lex_state = 0, .external_lex_state = 8}, [8777] = {.lex_state = 0, .external_lex_state = 8}, [8778] = {.lex_state = 0, .external_lex_state = 8}, [8779] = {.lex_state = 0, .external_lex_state = 8}, - [8780] = {.lex_state = 0, .external_lex_state = 8}, - [8781] = {.lex_state = 0, .external_lex_state = 9}, + [8780] = {.lex_state = 0, .external_lex_state = 9}, + [8781] = {.lex_state = 0, .external_lex_state = 8}, [8782] = {.lex_state = 0, .external_lex_state = 8}, [8783] = {.lex_state = 0, .external_lex_state = 9}, - [8784] = {.lex_state = 0, .external_lex_state = 8}, + [8784] = {.lex_state = 0, .external_lex_state = 9}, [8785] = {.lex_state = 0, .external_lex_state = 8}, [8786] = {.lex_state = 0, .external_lex_state = 8}, - [8787] = {.lex_state = 0, .external_lex_state = 8}, + [8787] = {.lex_state = 7, .external_lex_state = 8}, [8788] = {.lex_state = 0, .external_lex_state = 8}, - [8789] = {.lex_state = 0, .external_lex_state = 9}, - [8790] = {.lex_state = 0, .external_lex_state = 9}, - [8791] = {.lex_state = 0, .external_lex_state = 8}, - [8792] = {.lex_state = 0, .external_lex_state = 9}, + [8789] = {.lex_state = 0, .external_lex_state = 8}, + [8790] = {.lex_state = 0, .external_lex_state = 8}, + [8791] = {.lex_state = 7, .external_lex_state = 8}, + [8792] = {.lex_state = 0, .external_lex_state = 8}, [8793] = {.lex_state = 0, .external_lex_state = 9}, [8794] = {.lex_state = 0, .external_lex_state = 8}, - [8795] = {.lex_state = 0, .external_lex_state = 9}, + [8795] = {.lex_state = 0, .external_lex_state = 8}, [8796] = {.lex_state = 0, .external_lex_state = 8}, - [8797] = {.lex_state = 0, .external_lex_state = 8}, - [8798] = {.lex_state = 0, .external_lex_state = 8}, + [8797] = {.lex_state = 0, .external_lex_state = 9}, + [8798] = {.lex_state = 31, .external_lex_state = 8}, [8799] = {.lex_state = 0, .external_lex_state = 8}, [8800] = {.lex_state = 0, .external_lex_state = 8}, [8801] = {.lex_state = 0, .external_lex_state = 8}, [8802] = {.lex_state = 0, .external_lex_state = 8}, [8803] = {.lex_state = 0, .external_lex_state = 9}, [8804] = {.lex_state = 0, .external_lex_state = 8}, - [8805] = {.lex_state = 0, .external_lex_state = 9}, - [8806] = {.lex_state = 7, .external_lex_state = 8}, + [8805] = {.lex_state = 0, .external_lex_state = 8}, + [8806] = {.lex_state = 0, .external_lex_state = 9}, [8807] = {.lex_state = 0, .external_lex_state = 8}, - [8808] = {.lex_state = 0, .external_lex_state = 9}, - [8809] = {.lex_state = 0, .external_lex_state = 8}, - [8810] = {.lex_state = 0, .external_lex_state = 9}, - [8811] = {.lex_state = 0, .external_lex_state = 8}, - [8812] = {.lex_state = 0, .external_lex_state = 9}, - [8813] = {.lex_state = 0, .external_lex_state = 9}, + [8808] = {.lex_state = 7, .external_lex_state = 8}, + [8809] = {.lex_state = 7, .external_lex_state = 8}, + [8810] = {.lex_state = 0, .external_lex_state = 8}, + [8811] = {.lex_state = 7, .external_lex_state = 8}, + [8812] = {.lex_state = 0, .external_lex_state = 8}, + [8813] = {.lex_state = 0, .external_lex_state = 8}, [8814] = {.lex_state = 0, .external_lex_state = 9}, - [8815] = {.lex_state = 0, .external_lex_state = 8}, - [8816] = {.lex_state = 0, .external_lex_state = 8}, + [8815] = {.lex_state = 0, .external_lex_state = 9}, + [8816] = {.lex_state = 31, .external_lex_state = 8}, [8817] = {.lex_state = 0, .external_lex_state = 8}, - [8818] = {.lex_state = 7, .external_lex_state = 8}, - [8819] = {.lex_state = 0, .external_lex_state = 9}, + [8818] = {.lex_state = 0, .external_lex_state = 9}, + [8819] = {.lex_state = 7, .external_lex_state = 11}, [8820] = {.lex_state = 0, .external_lex_state = 9}, - [8821] = {.lex_state = 0, .external_lex_state = 8}, - [8822] = {.lex_state = 0, .external_lex_state = 8}, - [8823] = {.lex_state = 0, .external_lex_state = 8}, - [8824] = {.lex_state = 0, .external_lex_state = 8}, + [8821] = {.lex_state = 0, .external_lex_state = 9}, + [8822] = {.lex_state = 0, .external_lex_state = 9}, + [8823] = {.lex_state = 0, .external_lex_state = 9}, + [8824] = {.lex_state = 0, .external_lex_state = 9}, [8825] = {.lex_state = 0, .external_lex_state = 8}, - [8826] = {.lex_state = 0, .external_lex_state = 8}, + [8826] = {.lex_state = 0, .external_lex_state = 9}, [8827] = {.lex_state = 0, .external_lex_state = 8}, - [8828] = {.lex_state = 0, .external_lex_state = 9}, + [8828] = {.lex_state = 0, .external_lex_state = 8}, [8829] = {.lex_state = 0, .external_lex_state = 8}, - [8830] = {.lex_state = 7, .external_lex_state = 8}, - [8831] = {.lex_state = 0, .external_lex_state = 8}, - [8832] = {.lex_state = 0, .external_lex_state = 8}, - [8833] = {.lex_state = 0, .external_lex_state = 9}, + [8830] = {.lex_state = 0, .external_lex_state = 8}, + [8831] = {.lex_state = 0, .external_lex_state = 9}, + [8832] = {.lex_state = 0, .external_lex_state = 9}, + [8833] = {.lex_state = 0, .external_lex_state = 8}, [8834] = {.lex_state = 7, .external_lex_state = 8}, - [8835] = {.lex_state = 0, .external_lex_state = 8}, + [8835] = {.lex_state = 0, .external_lex_state = 9}, [8836] = {.lex_state = 0, .external_lex_state = 8}, - [8837] = {.lex_state = 0, .external_lex_state = 9}, + [8837] = {.lex_state = 0, .external_lex_state = 8}, [8838] = {.lex_state = 0, .external_lex_state = 9}, - [8839] = {.lex_state = 0, .external_lex_state = 9}, - [8840] = {.lex_state = 31, .external_lex_state = 8}, + [8839] = {.lex_state = 0, .external_lex_state = 8}, + [8840] = {.lex_state = 0, .external_lex_state = 8}, [8841] = {.lex_state = 0, .external_lex_state = 8}, - [8842] = {.lex_state = 0, .external_lex_state = 8}, - [8843] = {.lex_state = 0, .external_lex_state = 9}, + [8842] = {.lex_state = 0, .external_lex_state = 9}, + [8843] = {.lex_state = 0, .external_lex_state = 8}, [8844] = {.lex_state = 0, .external_lex_state = 9}, - [8845] = {.lex_state = 31, .external_lex_state = 8}, + [8845] = {.lex_state = 7, .external_lex_state = 8}, [8846] = {.lex_state = 0, .external_lex_state = 8}, [8847] = {.lex_state = 0, .external_lex_state = 9}, [8848] = {.lex_state = 0, .external_lex_state = 9}, - [8849] = {.lex_state = 0, .external_lex_state = 9}, + [8849] = {.lex_state = 0, .external_lex_state = 8}, [8850] = {.lex_state = 0, .external_lex_state = 9}, - [8851] = {.lex_state = 0, .external_lex_state = 8}, - [8852] = {.lex_state = 0, .external_lex_state = 9}, - [8853] = {.lex_state = 0, .external_lex_state = 9}, - [8854] = {.lex_state = 7, .external_lex_state = 8}, + [8851] = {.lex_state = 0, .external_lex_state = 9}, + [8852] = {.lex_state = 0, .external_lex_state = 8}, + [8853] = {.lex_state = 0, .external_lex_state = 8}, + [8854] = {.lex_state = 0, .external_lex_state = 8}, [8855] = {.lex_state = 0, .external_lex_state = 8}, [8856] = {.lex_state = 0, .external_lex_state = 9}, - [8857] = {.lex_state = 7, .external_lex_state = 8}, - [8858] = {.lex_state = 0, .external_lex_state = 8}, - [8859] = {.lex_state = 0, .external_lex_state = 8}, - [8860] = {.lex_state = 0, .external_lex_state = 9}, - [8861] = {.lex_state = 7, .external_lex_state = 8}, - [8862] = {.lex_state = 0, .external_lex_state = 9}, + [8857] = {.lex_state = 0, .external_lex_state = 9}, + [8858] = {.lex_state = 7, .external_lex_state = 11}, + [8859] = {.lex_state = 0, .external_lex_state = 9}, + [8860] = {.lex_state = 0, .external_lex_state = 8}, + [8861] = {.lex_state = 0, .external_lex_state = 9}, + [8862] = {.lex_state = 0, .external_lex_state = 8}, [8863] = {.lex_state = 0, .external_lex_state = 8}, - [8864] = {.lex_state = 0, .external_lex_state = 8}, + [8864] = {.lex_state = 7, .external_lex_state = 8}, [8865] = {.lex_state = 0, .external_lex_state = 8}, - [8866] = {.lex_state = 0, .external_lex_state = 9}, + [8866] = {.lex_state = 0, .external_lex_state = 8}, [8867] = {.lex_state = 0, .external_lex_state = 9}, [8868] = {.lex_state = 0, .external_lex_state = 8}, [8869] = {.lex_state = 0, .external_lex_state = 9}, - [8870] = {.lex_state = 31, .external_lex_state = 8}, - [8871] = {.lex_state = 0, .external_lex_state = 8}, - [8872] = {.lex_state = 0, .external_lex_state = 8}, - [8873] = {.lex_state = 0, .external_lex_state = 8}, + [8870] = {.lex_state = 0, .external_lex_state = 8}, + [8871] = {.lex_state = 0, .external_lex_state = 9}, + [8872] = {.lex_state = 7, .external_lex_state = 8}, + [8873] = {.lex_state = 0, .external_lex_state = 9}, [8874] = {.lex_state = 0, .external_lex_state = 8}, [8875] = {.lex_state = 0, .external_lex_state = 8}, - [8876] = {.lex_state = 0, .external_lex_state = 8}, + [8876] = {.lex_state = 0, .external_lex_state = 9}, [8877] = {.lex_state = 0, .external_lex_state = 8}, [8878] = {.lex_state = 0, .external_lex_state = 8}, [8879] = {.lex_state = 0, .external_lex_state = 8}, - [8880] = {.lex_state = 0, .external_lex_state = 9}, + [8880] = {.lex_state = 0, .external_lex_state = 8}, [8881] = {.lex_state = 0, .external_lex_state = 9}, - [8882] = {.lex_state = 0, .external_lex_state = 8}, - [8883] = {.lex_state = 7, .external_lex_state = 8}, - [8884] = {.lex_state = 0, .external_lex_state = 9}, + [8882] = {.lex_state = 0, .external_lex_state = 9}, + [8883] = {.lex_state = 0, .external_lex_state = 8}, + [8884] = {.lex_state = 7, .external_lex_state = 8}, [8885] = {.lex_state = 0, .external_lex_state = 8}, - [8886] = {.lex_state = 0, .external_lex_state = 8}, + [8886] = {.lex_state = 0, .external_lex_state = 9}, [8887] = {.lex_state = 7, .external_lex_state = 8}, - [8888] = {.lex_state = 0, .external_lex_state = 9}, + [8888] = {.lex_state = 0, .external_lex_state = 8}, [8889] = {.lex_state = 0, .external_lex_state = 8}, - [8890] = {.lex_state = 7, .external_lex_state = 8}, - [8891] = {.lex_state = 0, .external_lex_state = 8}, + [8890] = {.lex_state = 0, .external_lex_state = 9}, + [8891] = {.lex_state = 0, .external_lex_state = 9}, [8892] = {.lex_state = 0, .external_lex_state = 8}, [8893] = {.lex_state = 0, .external_lex_state = 8}, - [8894] = {.lex_state = 0, .external_lex_state = 8}, + [8894] = {.lex_state = 0, .external_lex_state = 9}, [8895] = {.lex_state = 0, .external_lex_state = 8}, - [8896] = {.lex_state = 0, .external_lex_state = 8}, - [8897] = {.lex_state = 7, .external_lex_state = 8}, + [8896] = {.lex_state = 31, .external_lex_state = 8}, + [8897] = {.lex_state = 0, .external_lex_state = 9}, [8898] = {.lex_state = 0, .external_lex_state = 8}, - [8899] = {.lex_state = 7, .external_lex_state = 8}, + [8899] = {.lex_state = 0, .external_lex_state = 9}, [8900] = {.lex_state = 0, .external_lex_state = 8}, [8901] = {.lex_state = 0, .external_lex_state = 8}, - [8902] = {.lex_state = 0, .external_lex_state = 8}, - [8903] = {.lex_state = 0, .external_lex_state = 8}, - [8904] = {.lex_state = 0, .external_lex_state = 8}, - [8905] = {.lex_state = 7, .external_lex_state = 8}, - [8906] = {.lex_state = 0, .external_lex_state = 8}, - [8907] = {.lex_state = 7, .external_lex_state = 8}, - [8908] = {.lex_state = 7, .external_lex_state = 8}, + [8902] = {.lex_state = 0, .external_lex_state = 9}, + [8903] = {.lex_state = 0, .external_lex_state = 9}, + [8904] = {.lex_state = 7, .external_lex_state = 8}, + [8905] = {.lex_state = 0, .external_lex_state = 9}, + [8906] = {.lex_state = 0, .external_lex_state = 9}, + [8907] = {.lex_state = 0, .external_lex_state = 8}, + [8908] = {.lex_state = 0, .external_lex_state = 8}, [8909] = {.lex_state = 0, .external_lex_state = 8}, [8910] = {.lex_state = 0, .external_lex_state = 8}, [8911] = {.lex_state = 0, .external_lex_state = 8}, - [8912] = {.lex_state = 7, .external_lex_state = 8}, + [8912] = {.lex_state = 0, .external_lex_state = 9}, [8913] = {.lex_state = 0, .external_lex_state = 8}, - [8914] = {.lex_state = 7, .external_lex_state = 8}, + [8914] = {.lex_state = 0, .external_lex_state = 9}, [8915] = {.lex_state = 7, .external_lex_state = 8}, - [8916] = {.lex_state = 7, .external_lex_state = 8}, - [8917] = {.lex_state = 0, .external_lex_state = 8}, - [8918] = {.lex_state = 0, .external_lex_state = 8}, + [8916] = {.lex_state = 0, .external_lex_state = 9}, + [8917] = {.lex_state = 7, .external_lex_state = 8}, + [8918] = {.lex_state = 0, .external_lex_state = 9}, [8919] = {.lex_state = 0, .external_lex_state = 8}, [8920] = {.lex_state = 0, .external_lex_state = 8}, [8921] = {.lex_state = 0, .external_lex_state = 8}, - [8922] = {.lex_state = 0, .external_lex_state = 8}, - [8923] = {.lex_state = 7, .external_lex_state = 8}, - [8924] = {.lex_state = 7, .external_lex_state = 8}, - [8925] = {.lex_state = 7, .external_lex_state = 8}, - [8926] = {.lex_state = 0, .external_lex_state = 8}, - [8927] = {.lex_state = 7, .external_lex_state = 8}, - [8928] = {.lex_state = 0, .external_lex_state = 8}, + [8922] = {.lex_state = 0, .external_lex_state = 9}, + [8923] = {.lex_state = 0, .external_lex_state = 8}, + [8924] = {.lex_state = 0, .external_lex_state = 8}, + [8925] = {.lex_state = 0, .external_lex_state = 8}, + [8926] = {.lex_state = 0, .external_lex_state = 9}, + [8927] = {.lex_state = 0, .external_lex_state = 8}, + [8928] = {.lex_state = 0, .external_lex_state = 9}, [8929] = {.lex_state = 0, .external_lex_state = 8}, [8930] = {.lex_state = 7, .external_lex_state = 8}, - [8931] = {.lex_state = 7, .external_lex_state = 8}, + [8931] = {.lex_state = 0, .external_lex_state = 8}, [8932] = {.lex_state = 0, .external_lex_state = 8}, - [8933] = {.lex_state = 7, .external_lex_state = 8}, + [8933] = {.lex_state = 0, .external_lex_state = 8}, [8934] = {.lex_state = 7, .external_lex_state = 8}, [8935] = {.lex_state = 0, .external_lex_state = 8}, [8936] = {.lex_state = 0, .external_lex_state = 8}, - [8937] = {.lex_state = 0, .external_lex_state = 8}, - [8938] = {.lex_state = 7, .external_lex_state = 8}, - [8939] = {.lex_state = 0, .external_lex_state = 8}, + [8937] = {.lex_state = 0, .external_lex_state = 9}, + [8938] = {.lex_state = 0, .external_lex_state = 8}, + [8939] = {.lex_state = 0, .external_lex_state = 9}, [8940] = {.lex_state = 0, .external_lex_state = 8}, - [8941] = {.lex_state = 7, .external_lex_state = 8}, - [8942] = {.lex_state = 7, .external_lex_state = 8}, + [8941] = {.lex_state = 0, .external_lex_state = 9}, + [8942] = {.lex_state = 0, .external_lex_state = 8}, [8943] = {.lex_state = 7, .external_lex_state = 8}, [8944] = {.lex_state = 0, .external_lex_state = 8}, - [8945] = {.lex_state = 0, .external_lex_state = 9}, + [8945] = {.lex_state = 0, .external_lex_state = 8}, [8946] = {.lex_state = 7, .external_lex_state = 8}, [8947] = {.lex_state = 0, .external_lex_state = 8}, - [8948] = {.lex_state = 7, .external_lex_state = 8}, - [8949] = {.lex_state = 0, .external_lex_state = 9}, - [8950] = {.lex_state = 0, .external_lex_state = 8}, - [8951] = {.lex_state = 0, .external_lex_state = 8}, - [8952] = {.lex_state = 0, .external_lex_state = 8}, - [8953] = {.lex_state = 0, .external_lex_state = 9}, - [8954] = {.lex_state = 7, .external_lex_state = 8}, + [8948] = {.lex_state = 0, .external_lex_state = 8}, + [8949] = {.lex_state = 0, .external_lex_state = 8}, + [8950] = {.lex_state = 7, .external_lex_state = 8}, + [8951] = {.lex_state = 7, .external_lex_state = 8}, + [8952] = {.lex_state = 0, .external_lex_state = 9}, + [8953] = {.lex_state = 0, .external_lex_state = 8}, + [8954] = {.lex_state = 0, .external_lex_state = 9}, [8955] = {.lex_state = 0, .external_lex_state = 8}, - [8956] = {.lex_state = 7, .external_lex_state = 8}, - [8957] = {.lex_state = 0, .external_lex_state = 8}, - [8958] = {.lex_state = 0, .external_lex_state = 8}, - [8959] = {.lex_state = 0, .external_lex_state = 8}, - [8960] = {.lex_state = 7, .external_lex_state = 8}, - [8961] = {.lex_state = 0, .external_lex_state = 8}, + [8956] = {.lex_state = 0, .external_lex_state = 9}, + [8957] = {.lex_state = 7, .external_lex_state = 8}, + [8958] = {.lex_state = 7, .external_lex_state = 8}, + [8959] = {.lex_state = 0, .external_lex_state = 9}, + [8960] = {.lex_state = 0, .external_lex_state = 9}, + [8961] = {.lex_state = 0, .external_lex_state = 9}, [8962] = {.lex_state = 0, .external_lex_state = 8}, - [8963] = {.lex_state = 0, .external_lex_state = 8}, - [8964] = {.lex_state = 0, .external_lex_state = 8}, - [8965] = {.lex_state = 7, .external_lex_state = 8}, + [8963] = {.lex_state = 7, .external_lex_state = 8}, + [8964] = {.lex_state = 7, .external_lex_state = 8}, + [8965] = {.lex_state = 0, .external_lex_state = 8}, [8966] = {.lex_state = 0, .external_lex_state = 8}, [8967] = {.lex_state = 0, .external_lex_state = 8}, - [8968] = {.lex_state = 7, .external_lex_state = 8}, + [8968] = {.lex_state = 0, .external_lex_state = 8}, [8969] = {.lex_state = 7, .external_lex_state = 8}, [8970] = {.lex_state = 0, .external_lex_state = 8}, - [8971] = {.lex_state = 0, .external_lex_state = 8}, - [8972] = {.lex_state = 0, .external_lex_state = 8}, - [8973] = {.lex_state = 7, .external_lex_state = 8}, + [8971] = {.lex_state = 0, .external_lex_state = 9}, + [8972] = {.lex_state = 0, .external_lex_state = 9}, + [8973] = {.lex_state = 0, .external_lex_state = 9}, [8974] = {.lex_state = 0, .external_lex_state = 8}, - [8975] = {.lex_state = 7, .external_lex_state = 8}, - [8976] = {.lex_state = 0, .external_lex_state = 8}, - [8977] = {.lex_state = 7, .external_lex_state = 8}, - [8978] = {.lex_state = 0, .external_lex_state = 8}, + [8975] = {.lex_state = 0, .external_lex_state = 8}, + [8976] = {.lex_state = 7, .external_lex_state = 8}, + [8977] = {.lex_state = 0, .external_lex_state = 8}, + [8978] = {.lex_state = 7, .external_lex_state = 8}, [8979] = {.lex_state = 0, .external_lex_state = 8}, [8980] = {.lex_state = 0, .external_lex_state = 8}, - [8981] = {.lex_state = 7, .external_lex_state = 8}, - [8982] = {.lex_state = 7, .external_lex_state = 8}, - [8983] = {.lex_state = 0, .external_lex_state = 8}, - [8984] = {.lex_state = 0, .external_lex_state = 8}, - [8985] = {.lex_state = 0, .external_lex_state = 8}, + [8981] = {.lex_state = 0, .external_lex_state = 8}, + [8982] = {.lex_state = 0, .external_lex_state = 8}, + [8983] = {.lex_state = 7, .external_lex_state = 8}, + [8984] = {.lex_state = 7, .external_lex_state = 8}, + [8985] = {.lex_state = 0, .external_lex_state = 9}, [8986] = {.lex_state = 7, .external_lex_state = 8}, [8987] = {.lex_state = 0, .external_lex_state = 8}, - [8988] = {.lex_state = 7, .external_lex_state = 8}, + [8988] = {.lex_state = 0, .external_lex_state = 8}, [8989] = {.lex_state = 0, .external_lex_state = 8}, [8990] = {.lex_state = 0, .external_lex_state = 8}, [8991] = {.lex_state = 7, .external_lex_state = 8}, - [8992] = {.lex_state = 0, .external_lex_state = 8}, + [8992] = {.lex_state = 7, .external_lex_state = 8}, [8993] = {.lex_state = 7, .external_lex_state = 8}, [8994] = {.lex_state = 0, .external_lex_state = 8}, [8995] = {.lex_state = 0, .external_lex_state = 8}, - [8996] = {.lex_state = 0, .external_lex_state = 8}, - [8997] = {.lex_state = 0, .external_lex_state = 8}, + [8996] = {.lex_state = 7, .external_lex_state = 8}, + [8997] = {.lex_state = 7, .external_lex_state = 8}, [8998] = {.lex_state = 7, .external_lex_state = 8}, [8999] = {.lex_state = 7, .external_lex_state = 8}, - [9000] = {.lex_state = 0, .external_lex_state = 8}, - [9001] = {.lex_state = 0, .external_lex_state = 8}, - [9002] = {.lex_state = 0, .external_lex_state = 8}, - [9003] = {.lex_state = 0, .external_lex_state = 8}, + [9000] = {.lex_state = 7, .external_lex_state = 8}, + [9001] = {.lex_state = 7, .external_lex_state = 8}, + [9002] = {.lex_state = 7, .external_lex_state = 8}, + [9003] = {.lex_state = 7, .external_lex_state = 8}, [9004] = {.lex_state = 0, .external_lex_state = 8}, - [9005] = {.lex_state = 0, .external_lex_state = 8}, + [9005] = {.lex_state = 7, .external_lex_state = 8}, [9006] = {.lex_state = 7, .external_lex_state = 8}, [9007] = {.lex_state = 7, .external_lex_state = 8}, - [9008] = {.lex_state = 0, .external_lex_state = 8}, + [9008] = {.lex_state = 7, .external_lex_state = 8}, [9009] = {.lex_state = 0, .external_lex_state = 8}, [9010] = {.lex_state = 0, .external_lex_state = 8}, - [9011] = {.lex_state = 7, .external_lex_state = 8}, + [9011] = {.lex_state = 0, .external_lex_state = 8}, [9012] = {.lex_state = 0, .external_lex_state = 8}, - [9013] = {.lex_state = 0, .external_lex_state = 9}, - [9014] = {.lex_state = 7, .external_lex_state = 8}, + [9013] = {.lex_state = 7, .external_lex_state = 8}, + [9014] = {.lex_state = 0, .external_lex_state = 8}, [9015] = {.lex_state = 7, .external_lex_state = 8}, [9016] = {.lex_state = 0, .external_lex_state = 8}, - [9017] = {.lex_state = 0, .external_lex_state = 8}, + [9017] = {.lex_state = 7, .external_lex_state = 8}, [9018] = {.lex_state = 7, .external_lex_state = 8}, [9019] = {.lex_state = 7, .external_lex_state = 8}, - [9020] = {.lex_state = 7, .external_lex_state = 8}, - [9021] = {.lex_state = 0, .external_lex_state = 8}, + [9020] = {.lex_state = 0, .external_lex_state = 8}, + [9021] = {.lex_state = 7, .external_lex_state = 8}, [9022] = {.lex_state = 0, .external_lex_state = 8}, [9023] = {.lex_state = 7, .external_lex_state = 8}, - [9024] = {.lex_state = 0, .external_lex_state = 8}, + [9024] = {.lex_state = 7, .external_lex_state = 8}, [9025] = {.lex_state = 0, .external_lex_state = 8}, - [9026] = {.lex_state = 0, .external_lex_state = 8}, + [9026] = {.lex_state = 7, .external_lex_state = 8}, [9027] = {.lex_state = 7, .external_lex_state = 8}, - [9028] = {.lex_state = 0, .external_lex_state = 8}, - [9029] = {.lex_state = 0, .external_lex_state = 8}, + [9028] = {.lex_state = 7, .external_lex_state = 8}, + [9029] = {.lex_state = 7, .external_lex_state = 8}, [9030] = {.lex_state = 7, .external_lex_state = 8}, [9031] = {.lex_state = 7, .external_lex_state = 8}, [9032] = {.lex_state = 7, .external_lex_state = 8}, @@ -23197,168 +23251,168 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [9034] = {.lex_state = 7, .external_lex_state = 8}, [9035] = {.lex_state = 7, .external_lex_state = 8}, [9036] = {.lex_state = 7, .external_lex_state = 8}, - [9037] = {.lex_state = 7, .external_lex_state = 8}, + [9037] = {.lex_state = 0, .external_lex_state = 9}, [9038] = {.lex_state = 7, .external_lex_state = 8}, - [9039] = {.lex_state = 0, .external_lex_state = 8}, + [9039] = {.lex_state = 0, .external_lex_state = 9}, [9040] = {.lex_state = 7, .external_lex_state = 8}, - [9041] = {.lex_state = 7, .external_lex_state = 8}, + [9041] = {.lex_state = 0, .external_lex_state = 8}, [9042] = {.lex_state = 7, .external_lex_state = 8}, [9043] = {.lex_state = 7, .external_lex_state = 8}, - [9044] = {.lex_state = 7, .external_lex_state = 8}, - [9045] = {.lex_state = 7, .external_lex_state = 8}, + [9044] = {.lex_state = 0, .external_lex_state = 8}, + [9045] = {.lex_state = 0, .external_lex_state = 8}, [9046] = {.lex_state = 0, .external_lex_state = 8}, [9047] = {.lex_state = 0, .external_lex_state = 8}, - [9048] = {.lex_state = 7, .external_lex_state = 8}, - [9049] = {.lex_state = 7, .external_lex_state = 8}, - [9050] = {.lex_state = 7, .external_lex_state = 8}, - [9051] = {.lex_state = 0, .external_lex_state = 8}, + [9048] = {.lex_state = 0, .external_lex_state = 8}, + [9049] = {.lex_state = 0, .external_lex_state = 8}, + [9050] = {.lex_state = 0, .external_lex_state = 8}, + [9051] = {.lex_state = 7, .external_lex_state = 8}, [9052] = {.lex_state = 0, .external_lex_state = 8}, - [9053] = {.lex_state = 0, .external_lex_state = 8}, - [9054] = {.lex_state = 0, .external_lex_state = 8}, + [9053] = {.lex_state = 7, .external_lex_state = 8}, + [9054] = {.lex_state = 7, .external_lex_state = 8}, [9055] = {.lex_state = 7, .external_lex_state = 8}, [9056] = {.lex_state = 0, .external_lex_state = 8}, - [9057] = {.lex_state = 7, .external_lex_state = 8}, - [9058] = {.lex_state = 7, .external_lex_state = 8}, + [9057] = {.lex_state = 0, .external_lex_state = 8}, + [9058] = {.lex_state = 0, .external_lex_state = 8}, [9059] = {.lex_state = 7, .external_lex_state = 8}, [9060] = {.lex_state = 0, .external_lex_state = 8}, - [9061] = {.lex_state = 0, .external_lex_state = 8}, + [9061] = {.lex_state = 7, .external_lex_state = 8}, [9062] = {.lex_state = 0, .external_lex_state = 8}, - [9063] = {.lex_state = 0, .external_lex_state = 8}, + [9063] = {.lex_state = 7, .external_lex_state = 8}, [9064] = {.lex_state = 7, .external_lex_state = 8}, [9065] = {.lex_state = 7, .external_lex_state = 8}, [9066] = {.lex_state = 0, .external_lex_state = 8}, [9067] = {.lex_state = 7, .external_lex_state = 8}, [9068] = {.lex_state = 0, .external_lex_state = 8}, - [9069] = {.lex_state = 7, .external_lex_state = 8}, + [9069] = {.lex_state = 0, .external_lex_state = 8}, [9070] = {.lex_state = 0, .external_lex_state = 8}, - [9071] = {.lex_state = 0, .external_lex_state = 8}, + [9071] = {.lex_state = 7, .external_lex_state = 8}, [9072] = {.lex_state = 7, .external_lex_state = 8}, - [9073] = {.lex_state = 0, .external_lex_state = 8}, + [9073] = {.lex_state = 7, .external_lex_state = 8}, [9074] = {.lex_state = 0, .external_lex_state = 8}, - [9075] = {.lex_state = 0, .external_lex_state = 8}, + [9075] = {.lex_state = 7, .external_lex_state = 8}, [9076] = {.lex_state = 0, .external_lex_state = 8}, [9077] = {.lex_state = 7, .external_lex_state = 8}, - [9078] = {.lex_state = 0, .external_lex_state = 8}, - [9079] = {.lex_state = 0, .external_lex_state = 8}, + [9078] = {.lex_state = 7, .external_lex_state = 8}, + [9079] = {.lex_state = 7, .external_lex_state = 8}, [9080] = {.lex_state = 7, .external_lex_state = 8}, - [9081] = {.lex_state = 7, .external_lex_state = 8}, - [9082] = {.lex_state = 0, .external_lex_state = 8}, + [9081] = {.lex_state = 0, .external_lex_state = 8}, + [9082] = {.lex_state = 7, .external_lex_state = 8}, [9083] = {.lex_state = 7, .external_lex_state = 8}, [9084] = {.lex_state = 7, .external_lex_state = 8}, - [9085] = {.lex_state = 7, .external_lex_state = 8}, + [9085] = {.lex_state = 0, .external_lex_state = 8}, [9086] = {.lex_state = 7, .external_lex_state = 8}, [9087] = {.lex_state = 7, .external_lex_state = 8}, - [9088] = {.lex_state = 0, .external_lex_state = 8}, - [9089] = {.lex_state = 0, .external_lex_state = 8}, - [9090] = {.lex_state = 0, .external_lex_state = 8}, + [9088] = {.lex_state = 7, .external_lex_state = 8}, + [9089] = {.lex_state = 7, .external_lex_state = 8}, + [9090] = {.lex_state = 7, .external_lex_state = 8}, [9091] = {.lex_state = 7, .external_lex_state = 8}, [9092] = {.lex_state = 7, .external_lex_state = 8}, [9093] = {.lex_state = 7, .external_lex_state = 8}, [9094] = {.lex_state = 7, .external_lex_state = 8}, [9095] = {.lex_state = 7, .external_lex_state = 8}, - [9096] = {.lex_state = 7, .external_lex_state = 8}, + [9096] = {.lex_state = 0, .external_lex_state = 8}, [9097] = {.lex_state = 7, .external_lex_state = 8}, - [9098] = {.lex_state = 0, .external_lex_state = 8}, - [9099] = {.lex_state = 0, .external_lex_state = 8}, - [9100] = {.lex_state = 0, .external_lex_state = 8}, - [9101] = {.lex_state = 0, .external_lex_state = 8}, + [9098] = {.lex_state = 7, .external_lex_state = 8}, + [9099] = {.lex_state = 7, .external_lex_state = 8}, + [9100] = {.lex_state = 7, .external_lex_state = 8}, + [9101] = {.lex_state = 7, .external_lex_state = 8}, [9102] = {.lex_state = 7, .external_lex_state = 8}, - [9103] = {.lex_state = 0, .external_lex_state = 8}, + [9103] = {.lex_state = 7, .external_lex_state = 8}, [9104] = {.lex_state = 0, .external_lex_state = 8}, - [9105] = {.lex_state = 7, .external_lex_state = 8}, - [9106] = {.lex_state = 0, .external_lex_state = 8}, - [9107] = {.lex_state = 7, .external_lex_state = 8}, - [9108] = {.lex_state = 0, .external_lex_state = 8}, - [9109] = {.lex_state = 7, .external_lex_state = 8}, + [9105] = {.lex_state = 0, .external_lex_state = 8}, + [9106] = {.lex_state = 7, .external_lex_state = 8}, + [9107] = {.lex_state = 0, .external_lex_state = 8}, + [9108] = {.lex_state = 7, .external_lex_state = 8}, + [9109] = {.lex_state = 0, .external_lex_state = 8}, [9110] = {.lex_state = 7, .external_lex_state = 8}, [9111] = {.lex_state = 7, .external_lex_state = 8}, - [9112] = {.lex_state = 0, .external_lex_state = 8}, + [9112] = {.lex_state = 7, .external_lex_state = 8}, [9113] = {.lex_state = 7, .external_lex_state = 8}, - [9114] = {.lex_state = 0, .external_lex_state = 8}, - [9115] = {.lex_state = 0, .external_lex_state = 8}, - [9116] = {.lex_state = 0, .external_lex_state = 8}, + [9114] = {.lex_state = 7, .external_lex_state = 8}, + [9115] = {.lex_state = 7, .external_lex_state = 8}, + [9116] = {.lex_state = 7, .external_lex_state = 8}, [9117] = {.lex_state = 7, .external_lex_state = 8}, [9118] = {.lex_state = 7, .external_lex_state = 8}, [9119] = {.lex_state = 7, .external_lex_state = 8}, - [9120] = {.lex_state = 0, .external_lex_state = 8}, - [9121] = {.lex_state = 0, .external_lex_state = 8}, + [9120] = {.lex_state = 7, .external_lex_state = 8}, + [9121] = {.lex_state = 7, .external_lex_state = 8}, [9122] = {.lex_state = 0, .external_lex_state = 8}, [9123] = {.lex_state = 7, .external_lex_state = 8}, [9124] = {.lex_state = 7, .external_lex_state = 8}, [9125] = {.lex_state = 0, .external_lex_state = 8}, - [9126] = {.lex_state = 0, .external_lex_state = 8}, + [9126] = {.lex_state = 7, .external_lex_state = 8}, [9127] = {.lex_state = 7, .external_lex_state = 8}, - [9128] = {.lex_state = 0, .external_lex_state = 8}, + [9128] = {.lex_state = 7, .external_lex_state = 8}, [9129] = {.lex_state = 0, .external_lex_state = 8}, - [9130] = {.lex_state = 0, .external_lex_state = 8}, - [9131] = {.lex_state = 0, .external_lex_state = 8}, - [9132] = {.lex_state = 7, .external_lex_state = 8}, + [9130] = {.lex_state = 7, .external_lex_state = 8}, + [9131] = {.lex_state = 7, .external_lex_state = 8}, + [9132] = {.lex_state = 0, .external_lex_state = 8}, [9133] = {.lex_state = 0, .external_lex_state = 8}, - [9134] = {.lex_state = 0, .external_lex_state = 8}, - [9135] = {.lex_state = 0, .external_lex_state = 8}, + [9134] = {.lex_state = 7, .external_lex_state = 8}, + [9135] = {.lex_state = 7, .external_lex_state = 8}, [9136] = {.lex_state = 0, .external_lex_state = 8}, [9137] = {.lex_state = 7, .external_lex_state = 8}, - [9138] = {.lex_state = 0, .external_lex_state = 8}, - [9139] = {.lex_state = 7, .external_lex_state = 8}, - [9140] = {.lex_state = 0, .external_lex_state = 8}, + [9138] = {.lex_state = 7, .external_lex_state = 8}, + [9139] = {.lex_state = 0, .external_lex_state = 8}, + [9140] = {.lex_state = 7, .external_lex_state = 8}, [9141] = {.lex_state = 7, .external_lex_state = 8}, [9142] = {.lex_state = 0, .external_lex_state = 8}, - [9143] = {.lex_state = 7, .external_lex_state = 8}, + [9143] = {.lex_state = 0, .external_lex_state = 8}, [9144] = {.lex_state = 0, .external_lex_state = 8}, [9145] = {.lex_state = 7, .external_lex_state = 8}, [9146] = {.lex_state = 0, .external_lex_state = 8}, - [9147] = {.lex_state = 0, .external_lex_state = 8}, - [9148] = {.lex_state = 0, .external_lex_state = 8}, - [9149] = {.lex_state = 0, .external_lex_state = 8}, + [9147] = {.lex_state = 7, .external_lex_state = 8}, + [9148] = {.lex_state = 7, .external_lex_state = 8}, + [9149] = {.lex_state = 7, .external_lex_state = 8}, [9150] = {.lex_state = 0, .external_lex_state = 8}, [9151] = {.lex_state = 0, .external_lex_state = 8}, [9152] = {.lex_state = 0, .external_lex_state = 8}, [9153] = {.lex_state = 0, .external_lex_state = 8}, - [9154] = {.lex_state = 0, .external_lex_state = 8}, + [9154] = {.lex_state = 7, .external_lex_state = 8}, [9155] = {.lex_state = 0, .external_lex_state = 8}, - [9156] = {.lex_state = 0, .external_lex_state = 8}, + [9156] = {.lex_state = 7, .external_lex_state = 8}, [9157] = {.lex_state = 7, .external_lex_state = 8}, - [9158] = {.lex_state = 0, .external_lex_state = 8}, - [9159] = {.lex_state = 0, .external_lex_state = 8}, + [9158] = {.lex_state = 7, .external_lex_state = 8}, + [9159] = {.lex_state = 7, .external_lex_state = 8}, [9160] = {.lex_state = 0, .external_lex_state = 8}, - [9161] = {.lex_state = 0, .external_lex_state = 8}, - [9162] = {.lex_state = 0, .external_lex_state = 8}, - [9163] = {.lex_state = 0, .external_lex_state = 8}, + [9161] = {.lex_state = 7, .external_lex_state = 8}, + [9162] = {.lex_state = 7, .external_lex_state = 8}, + [9163] = {.lex_state = 7, .external_lex_state = 8}, [9164] = {.lex_state = 7, .external_lex_state = 8}, - [9165] = {.lex_state = 0, .external_lex_state = 8}, - [9166] = {.lex_state = 0, .external_lex_state = 8}, - [9167] = {.lex_state = 0, .external_lex_state = 8}, - [9168] = {.lex_state = 0, .external_lex_state = 8}, + [9165] = {.lex_state = 7, .external_lex_state = 8}, + [9166] = {.lex_state = 7, .external_lex_state = 8}, + [9167] = {.lex_state = 7, .external_lex_state = 8}, + [9168] = {.lex_state = 7, .external_lex_state = 8}, [9169] = {.lex_state = 0, .external_lex_state = 8}, [9170] = {.lex_state = 7, .external_lex_state = 8}, [9171] = {.lex_state = 0, .external_lex_state = 8}, - [9172] = {.lex_state = 0, .external_lex_state = 8}, + [9172] = {.lex_state = 7, .external_lex_state = 8}, [9173] = {.lex_state = 0, .external_lex_state = 8}, [9174] = {.lex_state = 0, .external_lex_state = 8}, [9175] = {.lex_state = 0, .external_lex_state = 8}, [9176] = {.lex_state = 0, .external_lex_state = 8}, - [9177] = {.lex_state = 0, .external_lex_state = 9}, - [9178] = {.lex_state = 0, .external_lex_state = 9}, - [9179] = {.lex_state = 0, .external_lex_state = 9}, + [9177] = {.lex_state = 0, .external_lex_state = 8}, + [9178] = {.lex_state = 0, .external_lex_state = 8}, + [9179] = {.lex_state = 7, .external_lex_state = 8}, [9180] = {.lex_state = 7, .external_lex_state = 8}, [9181] = {.lex_state = 0, .external_lex_state = 8}, - [9182] = {.lex_state = 7, .external_lex_state = 8}, + [9182] = {.lex_state = 0, .external_lex_state = 9}, [9183] = {.lex_state = 0, .external_lex_state = 8}, [9184] = {.lex_state = 0, .external_lex_state = 8}, - [9185] = {.lex_state = 7, .external_lex_state = 8}, + [9185] = {.lex_state = 0, .external_lex_state = 8}, [9186] = {.lex_state = 0, .external_lex_state = 8}, [9187] = {.lex_state = 0, .external_lex_state = 8}, [9188] = {.lex_state = 0, .external_lex_state = 8}, - [9189] = {.lex_state = 0, .external_lex_state = 8}, + [9189] = {.lex_state = 7, .external_lex_state = 8}, [9190] = {.lex_state = 0, .external_lex_state = 8}, [9191] = {.lex_state = 0, .external_lex_state = 8}, - [9192] = {.lex_state = 0, .external_lex_state = 8}, - [9193] = {.lex_state = 0, .external_lex_state = 8}, + [9192] = {.lex_state = 7, .external_lex_state = 8}, + [9193] = {.lex_state = 7, .external_lex_state = 8}, [9194] = {.lex_state = 7, .external_lex_state = 8}, - [9195] = {.lex_state = 0, .external_lex_state = 8}, - [9196] = {.lex_state = 0, .external_lex_state = 8}, + [9195] = {.lex_state = 7, .external_lex_state = 8}, + [9196] = {.lex_state = 7, .external_lex_state = 8}, [9197] = {.lex_state = 0, .external_lex_state = 8}, - [9198] = {.lex_state = 7, .external_lex_state = 8}, + [9198] = {.lex_state = 0, .external_lex_state = 8}, [9199] = {.lex_state = 0, .external_lex_state = 8}, [9200] = {.lex_state = 0, .external_lex_state = 8}, [9201] = {.lex_state = 0, .external_lex_state = 8}, @@ -23369,62 +23423,62 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [9206] = {.lex_state = 0, .external_lex_state = 8}, [9207] = {.lex_state = 0, .external_lex_state = 8}, [9208] = {.lex_state = 0, .external_lex_state = 8}, - [9209] = {.lex_state = 0, .external_lex_state = 8}, + [9209] = {.lex_state = 7, .external_lex_state = 8}, [9210] = {.lex_state = 0, .external_lex_state = 8}, [9211] = {.lex_state = 0, .external_lex_state = 8}, - [9212] = {.lex_state = 0, .external_lex_state = 8}, - [9213] = {.lex_state = 0, .external_lex_state = 8}, - [9214] = {.lex_state = 0, .external_lex_state = 8}, + [9212] = {.lex_state = 7, .external_lex_state = 8}, + [9213] = {.lex_state = 7, .external_lex_state = 8}, + [9214] = {.lex_state = 7, .external_lex_state = 8}, [9215] = {.lex_state = 0, .external_lex_state = 8}, [9216] = {.lex_state = 0, .external_lex_state = 8}, - [9217] = {.lex_state = 0, .external_lex_state = 8}, + [9217] = {.lex_state = 7, .external_lex_state = 8}, [9218] = {.lex_state = 0, .external_lex_state = 8}, - [9219] = {.lex_state = 7, .external_lex_state = 8}, + [9219] = {.lex_state = 0, .external_lex_state = 8}, [9220] = {.lex_state = 0, .external_lex_state = 8}, [9221] = {.lex_state = 0, .external_lex_state = 8}, [9222] = {.lex_state = 0, .external_lex_state = 8}, - [9223] = {.lex_state = 0, .external_lex_state = 8}, + [9223] = {.lex_state = 7, .external_lex_state = 8}, [9224] = {.lex_state = 0, .external_lex_state = 8}, [9225] = {.lex_state = 0, .external_lex_state = 8}, [9226] = {.lex_state = 0, .external_lex_state = 8}, - [9227] = {.lex_state = 0, .external_lex_state = 8}, + [9227] = {.lex_state = 7, .external_lex_state = 8}, [9228] = {.lex_state = 0, .external_lex_state = 8}, [9229] = {.lex_state = 0, .external_lex_state = 8}, - [9230] = {.lex_state = 0, .external_lex_state = 8}, - [9231] = {.lex_state = 0, .external_lex_state = 8}, + [9230] = {.lex_state = 7, .external_lex_state = 8}, + [9231] = {.lex_state = 7, .external_lex_state = 8}, [9232] = {.lex_state = 0, .external_lex_state = 8}, - [9233] = {.lex_state = 0, .external_lex_state = 8}, + [9233] = {.lex_state = 0, .external_lex_state = 9}, [9234] = {.lex_state = 0, .external_lex_state = 8}, [9235] = {.lex_state = 0, .external_lex_state = 8}, [9236] = {.lex_state = 0, .external_lex_state = 8}, [9237] = {.lex_state = 0, .external_lex_state = 8}, - [9238] = {.lex_state = 0, .external_lex_state = 8}, + [9238] = {.lex_state = 7, .external_lex_state = 8}, [9239] = {.lex_state = 0, .external_lex_state = 8}, - [9240] = {.lex_state = 0, .external_lex_state = 8}, - [9241] = {.lex_state = 0, .external_lex_state = 8}, + [9240] = {.lex_state = 7, .external_lex_state = 8}, + [9241] = {.lex_state = 7, .external_lex_state = 8}, [9242] = {.lex_state = 0, .external_lex_state = 8}, [9243] = {.lex_state = 0, .external_lex_state = 8}, [9244] = {.lex_state = 0, .external_lex_state = 8}, - [9245] = {.lex_state = 0, .external_lex_state = 8}, + [9245] = {.lex_state = 7, .external_lex_state = 8}, [9246] = {.lex_state = 0, .external_lex_state = 8}, [9247] = {.lex_state = 0, .external_lex_state = 8}, - [9248] = {.lex_state = 0, .external_lex_state = 8}, - [9249] = {.lex_state = 7, .external_lex_state = 8}, + [9248] = {.lex_state = 7, .external_lex_state = 8}, + [9249] = {.lex_state = 0, .external_lex_state = 8}, [9250] = {.lex_state = 0, .external_lex_state = 8}, - [9251] = {.lex_state = 0, .external_lex_state = 8}, + [9251] = {.lex_state = 7, .external_lex_state = 8}, [9252] = {.lex_state = 0, .external_lex_state = 8}, [9253] = {.lex_state = 0, .external_lex_state = 8}, - [9254] = {.lex_state = 7, .external_lex_state = 8}, - [9255] = {.lex_state = 7, .external_lex_state = 8}, - [9256] = {.lex_state = 7, .external_lex_state = 8}, - [9257] = {.lex_state = 7, .external_lex_state = 8}, - [9258] = {.lex_state = 0, .external_lex_state = 8}, + [9254] = {.lex_state = 0, .external_lex_state = 8}, + [9255] = {.lex_state = 0, .external_lex_state = 8}, + [9256] = {.lex_state = 0, .external_lex_state = 8}, + [9257] = {.lex_state = 0, .external_lex_state = 8}, + [9258] = {.lex_state = 7, .external_lex_state = 8}, [9259] = {.lex_state = 0, .external_lex_state = 8}, [9260] = {.lex_state = 0, .external_lex_state = 8}, [9261] = {.lex_state = 0, .external_lex_state = 8}, [9262] = {.lex_state = 0, .external_lex_state = 8}, - [9263] = {.lex_state = 7, .external_lex_state = 8}, - [9264] = {.lex_state = 7, .external_lex_state = 8}, + [9263] = {.lex_state = 0, .external_lex_state = 8}, + [9264] = {.lex_state = 0, .external_lex_state = 8}, [9265] = {.lex_state = 0, .external_lex_state = 8}, [9266] = {.lex_state = 0, .external_lex_state = 8}, [9267] = {.lex_state = 0, .external_lex_state = 8}, @@ -23432,38 +23486,38 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [9269] = {.lex_state = 0, .external_lex_state = 8}, [9270] = {.lex_state = 0, .external_lex_state = 8}, [9271] = {.lex_state = 0, .external_lex_state = 8}, - [9272] = {.lex_state = 0, .external_lex_state = 9}, + [9272] = {.lex_state = 0, .external_lex_state = 8}, [9273] = {.lex_state = 0, .external_lex_state = 8}, [9274] = {.lex_state = 0, .external_lex_state = 8}, - [9275] = {.lex_state = 0, .external_lex_state = 9}, + [9275] = {.lex_state = 7, .external_lex_state = 8}, [9276] = {.lex_state = 0, .external_lex_state = 8}, - [9277] = {.lex_state = 0, .external_lex_state = 8}, + [9277] = {.lex_state = 7, .external_lex_state = 8}, [9278] = {.lex_state = 7, .external_lex_state = 8}, - [9279] = {.lex_state = 0, .external_lex_state = 9}, - [9280] = {.lex_state = 7, .external_lex_state = 8}, + [9279] = {.lex_state = 0, .external_lex_state = 8}, + [9280] = {.lex_state = 0, .external_lex_state = 8}, [9281] = {.lex_state = 0, .external_lex_state = 8}, [9282] = {.lex_state = 0, .external_lex_state = 8}, [9283] = {.lex_state = 0, .external_lex_state = 8}, [9284] = {.lex_state = 0, .external_lex_state = 8}, [9285] = {.lex_state = 0, .external_lex_state = 8}, - [9286] = {.lex_state = 0, .external_lex_state = 8}, - [9287] = {.lex_state = 0, .external_lex_state = 9}, - [9288] = {.lex_state = 0, .external_lex_state = 9}, - [9289] = {.lex_state = 7, .external_lex_state = 8}, - [9290] = {.lex_state = 0, .external_lex_state = 9}, + [9286] = {.lex_state = 7, .external_lex_state = 8}, + [9287] = {.lex_state = 0, .external_lex_state = 8}, + [9288] = {.lex_state = 0, .external_lex_state = 8}, + [9289] = {.lex_state = 0, .external_lex_state = 8}, + [9290] = {.lex_state = 0, .external_lex_state = 8}, [9291] = {.lex_state = 0, .external_lex_state = 8}, - [9292] = {.lex_state = 0, .external_lex_state = 8}, + [9292] = {.lex_state = 7, .external_lex_state = 8}, [9293] = {.lex_state = 0, .external_lex_state = 8}, [9294] = {.lex_state = 0, .external_lex_state = 8}, [9295] = {.lex_state = 0, .external_lex_state = 8}, - [9296] = {.lex_state = 0, .external_lex_state = 9}, - [9297] = {.lex_state = 7, .external_lex_state = 8}, - [9298] = {.lex_state = 0, .external_lex_state = 8}, + [9296] = {.lex_state = 0, .external_lex_state = 8}, + [9297] = {.lex_state = 0, .external_lex_state = 8}, + [9298] = {.lex_state = 7, .external_lex_state = 8}, [9299] = {.lex_state = 0, .external_lex_state = 8}, [9300] = {.lex_state = 0, .external_lex_state = 8}, [9301] = {.lex_state = 0, .external_lex_state = 8}, - [9302] = {.lex_state = 0, .external_lex_state = 8}, - [9303] = {.lex_state = 0, .external_lex_state = 8}, + [9302] = {.lex_state = 7, .external_lex_state = 8}, + [9303] = {.lex_state = 7, .external_lex_state = 8}, [9304] = {.lex_state = 0, .external_lex_state = 8}, [9305] = {.lex_state = 0, .external_lex_state = 8}, [9306] = {.lex_state = 0, .external_lex_state = 8}, @@ -23480,25 +23534,25 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [9317] = {.lex_state = 0, .external_lex_state = 8}, [9318] = {.lex_state = 0, .external_lex_state = 8}, [9319] = {.lex_state = 0, .external_lex_state = 8}, - [9320] = {.lex_state = 0, .external_lex_state = 8}, + [9320] = {.lex_state = 7, .external_lex_state = 8}, [9321] = {.lex_state = 0, .external_lex_state = 8}, [9322] = {.lex_state = 0, .external_lex_state = 8}, [9323] = {.lex_state = 0, .external_lex_state = 8}, - [9324] = {.lex_state = 0, .external_lex_state = 8}, + [9324] = {.lex_state = 7, .external_lex_state = 8}, [9325] = {.lex_state = 0, .external_lex_state = 8}, [9326] = {.lex_state = 0, .external_lex_state = 8}, - [9327] = {.lex_state = 0, .external_lex_state = 8}, + [9327] = {.lex_state = 7, .external_lex_state = 8}, [9328] = {.lex_state = 0, .external_lex_state = 8}, [9329] = {.lex_state = 0, .external_lex_state = 8}, [9330] = {.lex_state = 0, .external_lex_state = 8}, [9331] = {.lex_state = 0, .external_lex_state = 8}, - [9332] = {.lex_state = 7, .external_lex_state = 8}, + [9332] = {.lex_state = 0, .external_lex_state = 8}, [9333] = {.lex_state = 0, .external_lex_state = 8}, [9334] = {.lex_state = 0, .external_lex_state = 8}, [9335] = {.lex_state = 0, .external_lex_state = 8}, [9336] = {.lex_state = 0, .external_lex_state = 8}, [9337] = {.lex_state = 0, .external_lex_state = 8}, - [9338] = {.lex_state = 0, .external_lex_state = 8}, + [9338] = {.lex_state = 7, .external_lex_state = 8}, [9339] = {.lex_state = 0, .external_lex_state = 8}, [9340] = {.lex_state = 0, .external_lex_state = 8}, [9341] = {.lex_state = 0, .external_lex_state = 8}, @@ -23507,183 +23561,237 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [9344] = {.lex_state = 0, .external_lex_state = 8}, [9345] = {.lex_state = 0, .external_lex_state = 8}, [9346] = {.lex_state = 0, .external_lex_state = 8}, - [9347] = {.lex_state = 0, .external_lex_state = 8}, + [9347] = {.lex_state = 7, .external_lex_state = 8}, [9348] = {.lex_state = 0, .external_lex_state = 8}, [9349] = {.lex_state = 0, .external_lex_state = 8}, [9350] = {.lex_state = 0, .external_lex_state = 8}, - [9351] = {.lex_state = 7, .external_lex_state = 8}, - [9352] = {.lex_state = 0, .external_lex_state = 8}, + [9351] = {.lex_state = 0, .external_lex_state = 8}, + [9352] = {.lex_state = 7, .external_lex_state = 8}, [9353] = {.lex_state = 0, .external_lex_state = 8}, [9354] = {.lex_state = 0, .external_lex_state = 8}, - [9355] = {.lex_state = 7, .external_lex_state = 8}, - [9356] = {.lex_state = 7, .external_lex_state = 8}, - [9357] = {.lex_state = 0, .external_lex_state = 8}, + [9355] = {.lex_state = 0, .external_lex_state = 8}, + [9356] = {.lex_state = 0, .external_lex_state = 8}, + [9357] = {.lex_state = 7, .external_lex_state = 8}, [9358] = {.lex_state = 0, .external_lex_state = 8}, [9359] = {.lex_state = 0, .external_lex_state = 8}, [9360] = {.lex_state = 0, .external_lex_state = 8}, [9361] = {.lex_state = 0, .external_lex_state = 8}, [9362] = {.lex_state = 0, .external_lex_state = 8}, [9363] = {.lex_state = 0, .external_lex_state = 8}, - [9364] = {.lex_state = 7, .external_lex_state = 8}, - [9365] = {.lex_state = 7, .external_lex_state = 8}, + [9364] = {.lex_state = 0, .external_lex_state = 8}, + [9365] = {.lex_state = 0, .external_lex_state = 8}, [9366] = {.lex_state = 0, .external_lex_state = 8}, [9367] = {.lex_state = 0, .external_lex_state = 8}, - [9368] = {.lex_state = 10, .external_lex_state = 8}, + [9368] = {.lex_state = 0, .external_lex_state = 8}, [9369] = {.lex_state = 0, .external_lex_state = 8}, [9370] = {.lex_state = 0, .external_lex_state = 8}, - [9371] = {.lex_state = 7, .external_lex_state = 8}, + [9371] = {.lex_state = 0, .external_lex_state = 8}, [9372] = {.lex_state = 0, .external_lex_state = 8}, [9373] = {.lex_state = 0, .external_lex_state = 8}, [9374] = {.lex_state = 0, .external_lex_state = 8}, [9375] = {.lex_state = 0, .external_lex_state = 8}, - [9376] = {.lex_state = 7, .external_lex_state = 8}, - [9377] = {.lex_state = 7, .external_lex_state = 8}, - [9378] = {.lex_state = 7, .external_lex_state = 8}, + [9376] = {.lex_state = 0, .external_lex_state = 8}, + [9377] = {.lex_state = 0, .external_lex_state = 8}, + [9378] = {.lex_state = 0, .external_lex_state = 8}, [9379] = {.lex_state = 0, .external_lex_state = 8}, [9380] = {.lex_state = 7, .external_lex_state = 8}, - [9381] = {.lex_state = 7, .external_lex_state = 8}, + [9381] = {.lex_state = 0, .external_lex_state = 8}, [9382] = {.lex_state = 0, .external_lex_state = 8}, - [9383] = {.lex_state = 7, .external_lex_state = 8}, - [9384] = {.lex_state = 0, .external_lex_state = 8}, + [9383] = {.lex_state = 0, .external_lex_state = 8}, + [9384] = {.lex_state = 7, .external_lex_state = 8}, [9385] = {.lex_state = 0, .external_lex_state = 8}, - [9386] = {.lex_state = 7, .external_lex_state = 8}, + [9386] = {.lex_state = 0, .external_lex_state = 8}, [9387] = {.lex_state = 0, .external_lex_state = 8}, - [9388] = {.lex_state = 7, .external_lex_state = 8}, - [9389] = {.lex_state = 7, .external_lex_state = 8}, - [9390] = {.lex_state = 7, .external_lex_state = 8}, - [9391] = {.lex_state = 7, .external_lex_state = 8}, - [9392] = {.lex_state = 7, .external_lex_state = 8}, - [9393] = {.lex_state = 7, .external_lex_state = 8}, - [9394] = {.lex_state = 7, .external_lex_state = 8}, + [9388] = {.lex_state = 0, .external_lex_state = 8}, + [9389] = {.lex_state = 0, .external_lex_state = 8}, + [9390] = {.lex_state = 0, .external_lex_state = 8}, + [9391] = {.lex_state = 0, .external_lex_state = 8}, + [9392] = {.lex_state = 0, .external_lex_state = 8}, + [9393] = {.lex_state = 0, .external_lex_state = 8}, + [9394] = {.lex_state = 0, .external_lex_state = 8}, [9395] = {.lex_state = 0, .external_lex_state = 8}, [9396] = {.lex_state = 0, .external_lex_state = 8}, - [9397] = {.lex_state = 7, .external_lex_state = 8}, - [9398] = {.lex_state = 7, .external_lex_state = 8}, + [9397] = {.lex_state = 0, .external_lex_state = 8}, + [9398] = {.lex_state = 0, .external_lex_state = 8}, [9399] = {.lex_state = 7, .external_lex_state = 8}, - [9400] = {.lex_state = 7, .external_lex_state = 8}, - [9401] = {.lex_state = 7, .external_lex_state = 8}, + [9400] = {.lex_state = 0, .external_lex_state = 8}, + [9401] = {.lex_state = 0, .external_lex_state = 8}, [9402] = {.lex_state = 7, .external_lex_state = 8}, [9403] = {.lex_state = 0, .external_lex_state = 8}, - [9404] = {.lex_state = 7, .external_lex_state = 8}, + [9404] = {.lex_state = 0, .external_lex_state = 8}, [9405] = {.lex_state = 0, .external_lex_state = 8}, - [9406] = {.lex_state = 7, .external_lex_state = 8}, - [9407] = {.lex_state = 7, .external_lex_state = 8}, - [9408] = {.lex_state = 7, .external_lex_state = 8}, + [9406] = {.lex_state = 0, .external_lex_state = 8}, + [9407] = {.lex_state = 0, .external_lex_state = 8}, + [9408] = {.lex_state = 0, .external_lex_state = 8}, [9409] = {.lex_state = 0, .external_lex_state = 8}, [9410] = {.lex_state = 7, .external_lex_state = 8}, [9411] = {.lex_state = 7, .external_lex_state = 8}, - [9412] = {.lex_state = 7, .external_lex_state = 8}, - [9413] = {.lex_state = 7, .external_lex_state = 8}, - [9414] = {.lex_state = 7, .external_lex_state = 8}, - [9415] = {.lex_state = 7, .external_lex_state = 8}, + [9412] = {.lex_state = 0, .external_lex_state = 8}, + [9413] = {.lex_state = 0, .external_lex_state = 8}, + [9414] = {.lex_state = 0, .external_lex_state = 8}, + [9415] = {.lex_state = 0, .external_lex_state = 8}, [9416] = {.lex_state = 0, .external_lex_state = 8}, - [9417] = {.lex_state = 7, .external_lex_state = 8}, + [9417] = {.lex_state = 0, .external_lex_state = 8}, [9418] = {.lex_state = 0, .external_lex_state = 8}, - [9419] = {.lex_state = 7, .external_lex_state = 8}, + [9419] = {.lex_state = 0, .external_lex_state = 8}, [9420] = {.lex_state = 0, .external_lex_state = 8}, [9421] = {.lex_state = 0, .external_lex_state = 8}, - [9422] = {.lex_state = 0, .external_lex_state = 8}, - [9423] = {.lex_state = 0, .external_lex_state = 8}, - [9424] = {.lex_state = 7, .external_lex_state = 8}, - [9425] = {.lex_state = 7, .external_lex_state = 8}, - [9426] = {.lex_state = 7, .external_lex_state = 8}, - [9427] = {.lex_state = 0, .external_lex_state = 8}, - [9428] = {.lex_state = 7, .external_lex_state = 8}, + [9422] = {.lex_state = 7, .external_lex_state = 8}, + [9423] = {.lex_state = 7, .external_lex_state = 8}, + [9424] = {.lex_state = 0, .external_lex_state = 8}, + [9425] = {.lex_state = 0, .external_lex_state = 8}, + [9426] = {.lex_state = 0, .external_lex_state = 8}, + [9427] = {.lex_state = 7, .external_lex_state = 8}, + [9428] = {.lex_state = 0, .external_lex_state = 8}, [9429] = {.lex_state = 0, .external_lex_state = 8}, - [9430] = {.lex_state = 7, .external_lex_state = 8}, - [9431] = {.lex_state = 7, .external_lex_state = 8}, + [9430] = {.lex_state = 0, .external_lex_state = 8}, + [9431] = {.lex_state = 0, .external_lex_state = 8}, [9432] = {.lex_state = 0, .external_lex_state = 8}, - [9433] = {.lex_state = 7, .external_lex_state = 8}, - [9434] = {.lex_state = 7, .external_lex_state = 8}, - [9435] = {.lex_state = 7, .external_lex_state = 8}, - [9436] = {.lex_state = 7, .external_lex_state = 8}, + [9433] = {.lex_state = 0, .external_lex_state = 8}, + [9434] = {.lex_state = 0, .external_lex_state = 8}, + [9435] = {.lex_state = 0, .external_lex_state = 8}, + [9436] = {.lex_state = 0, .external_lex_state = 8}, [9437] = {.lex_state = 7, .external_lex_state = 8}, - [9438] = {.lex_state = 7, .external_lex_state = 8}, - [9439] = {.lex_state = 7, .external_lex_state = 8}, + [9438] = {.lex_state = 0, .external_lex_state = 8}, + [9439] = {.lex_state = 0, .external_lex_state = 8}, [9440] = {.lex_state = 0, .external_lex_state = 8}, - [9441] = {.lex_state = 7, .external_lex_state = 8}, + [9441] = {.lex_state = 0, .external_lex_state = 8}, [9442] = {.lex_state = 0, .external_lex_state = 8}, [9443] = {.lex_state = 0, .external_lex_state = 8}, [9444] = {.lex_state = 0, .external_lex_state = 8}, - [9445] = {.lex_state = 0, .external_lex_state = 8}, + [9445] = {.lex_state = 7, .external_lex_state = 8}, [9446] = {.lex_state = 0, .external_lex_state = 8}, [9447] = {.lex_state = 0, .external_lex_state = 8}, [9448] = {.lex_state = 0, .external_lex_state = 8}, - [9449] = {.lex_state = 7, .external_lex_state = 8}, + [9449] = {.lex_state = 0, .external_lex_state = 8}, [9450] = {.lex_state = 0, .external_lex_state = 8}, - [9451] = {.lex_state = 0, .external_lex_state = 8}, + [9451] = {.lex_state = 7, .external_lex_state = 8}, [9452] = {.lex_state = 0, .external_lex_state = 8}, [9453] = {.lex_state = 0, .external_lex_state = 8}, [9454] = {.lex_state = 7, .external_lex_state = 8}, [9455] = {.lex_state = 0, .external_lex_state = 8}, - [9456] = {.lex_state = 0, .external_lex_state = 8}, + [9456] = {.lex_state = 10, .external_lex_state = 8}, [9457] = {.lex_state = 0, .external_lex_state = 8}, - [9458] = {.lex_state = 7, .external_lex_state = 8}, + [9458] = {.lex_state = 0, .external_lex_state = 8}, [9459] = {.lex_state = 0, .external_lex_state = 8}, [9460] = {.lex_state = 7, .external_lex_state = 8}, - [9461] = {.lex_state = 0, .external_lex_state = 8}, - [9462] = {.lex_state = 7, .external_lex_state = 8}, - [9463] = {.lex_state = 7, .external_lex_state = 8}, + [9461] = {.lex_state = 7, .external_lex_state = 8}, + [9462] = {.lex_state = 0, .external_lex_state = 8}, + [9463] = {.lex_state = 0, .external_lex_state = 8}, [9464] = {.lex_state = 0, .external_lex_state = 8}, [9465] = {.lex_state = 0, .external_lex_state = 8}, [9466] = {.lex_state = 0, .external_lex_state = 8}, [9467] = {.lex_state = 7, .external_lex_state = 8}, - [9468] = {.lex_state = 7, .external_lex_state = 8}, - [9469] = {.lex_state = 0, .external_lex_state = 8}, + [9468] = {.lex_state = 0, .external_lex_state = 8}, + [9469] = {.lex_state = 7, .external_lex_state = 8}, [9470] = {.lex_state = 0, .external_lex_state = 8}, [9471] = {.lex_state = 0, .external_lex_state = 8}, - [9472] = {.lex_state = 7, .external_lex_state = 8}, + [9472] = {.lex_state = 0, .external_lex_state = 8}, [9473] = {.lex_state = 0, .external_lex_state = 8}, [9474] = {.lex_state = 0, .external_lex_state = 8}, [9475] = {.lex_state = 0, .external_lex_state = 8}, [9476] = {.lex_state = 7, .external_lex_state = 8}, - [9477] = {.lex_state = 0, .external_lex_state = 8}, + [9477] = {.lex_state = 7, .external_lex_state = 8}, [9478] = {.lex_state = 0, .external_lex_state = 8}, [9479] = {.lex_state = 0, .external_lex_state = 8}, - [9480] = {.lex_state = 0, .external_lex_state = 8}, - [9481] = {.lex_state = 7, .external_lex_state = 8}, + [9480] = {.lex_state = 7, .external_lex_state = 8}, + [9481] = {.lex_state = 0, .external_lex_state = 8}, [9482] = {.lex_state = 0, .external_lex_state = 8}, [9483] = {.lex_state = 0, .external_lex_state = 8}, [9484] = {.lex_state = 0, .external_lex_state = 8}, - [9485] = {.lex_state = 0, .external_lex_state = 8}, + [9485] = {.lex_state = 7, .external_lex_state = 8}, [9486] = {.lex_state = 0, .external_lex_state = 8}, - [9487] = {.lex_state = 7, .external_lex_state = 8}, - [9488] = {.lex_state = 7, .external_lex_state = 8}, - [9489] = {.lex_state = 0, .external_lex_state = 8}, + [9487] = {.lex_state = 0, .external_lex_state = 8}, + [9488] = {.lex_state = 0, .external_lex_state = 8}, + [9489] = {.lex_state = 7, .external_lex_state = 8}, [9490] = {.lex_state = 0, .external_lex_state = 8}, [9491] = {.lex_state = 0, .external_lex_state = 8}, [9492] = {.lex_state = 0, .external_lex_state = 8}, [9493] = {.lex_state = 0, .external_lex_state = 8}, - [9494] = {.lex_state = 7, .external_lex_state = 8}, - [9495] = {.lex_state = 7, .external_lex_state = 8}, + [9494] = {.lex_state = 0, .external_lex_state = 8}, + [9495] = {.lex_state = 0, .external_lex_state = 8}, [9496] = {.lex_state = 0, .external_lex_state = 8}, [9497] = {.lex_state = 0, .external_lex_state = 8}, - [9498] = {.lex_state = 7, .external_lex_state = 8}, - [9499] = {.lex_state = 7, .external_lex_state = 8}, + [9498] = {.lex_state = 0, .external_lex_state = 8}, + [9499] = {.lex_state = 0, .external_lex_state = 8}, [9500] = {.lex_state = 7, .external_lex_state = 8}, - [9501] = {.lex_state = 7, .external_lex_state = 8}, - [9502] = {.lex_state = 7, .external_lex_state = 8}, - [9503] = {.lex_state = 7, .external_lex_state = 8}, - [9504] = {.lex_state = 7, .external_lex_state = 8}, - [9505] = {.lex_state = 7, .external_lex_state = 8}, - [9506] = {.lex_state = 7, .external_lex_state = 8}, + [9501] = {.lex_state = 0, .external_lex_state = 8}, + [9502] = {.lex_state = 0, .external_lex_state = 8}, + [9503] = {.lex_state = 0, .external_lex_state = 8}, + [9504] = {.lex_state = 0, .external_lex_state = 8}, + [9505] = {.lex_state = 0, .external_lex_state = 8}, + [9506] = {.lex_state = 0, .external_lex_state = 8}, [9507] = {.lex_state = 0, .external_lex_state = 8}, [9508] = {.lex_state = 0, .external_lex_state = 8}, [9509] = {.lex_state = 0, .external_lex_state = 8}, [9510] = {.lex_state = 0, .external_lex_state = 8}, [9511] = {.lex_state = 0, .external_lex_state = 8}, - [9512] = {.lex_state = 7, .external_lex_state = 8}, - [9513] = {.lex_state = 7, .external_lex_state = 8}, + [9512] = {.lex_state = 0, .external_lex_state = 8}, + [9513] = {.lex_state = 0, .external_lex_state = 8}, [9514] = {.lex_state = 7, .external_lex_state = 8}, - [9515] = {.lex_state = 7, .external_lex_state = 8}, + [9515] = {.lex_state = 0, .external_lex_state = 8}, [9516] = {.lex_state = 0, .external_lex_state = 8}, [9517] = {.lex_state = 0, .external_lex_state = 8}, - [9518] = {.lex_state = 0, .external_lex_state = 8}, + [9518] = {.lex_state = 7, .external_lex_state = 8}, [9519] = {.lex_state = 0, .external_lex_state = 8}, [9520] = {.lex_state = 0, .external_lex_state = 8}, - [9521] = {.lex_state = 0, .external_lex_state = 8}, - [9522] = {.lex_state = 0, .external_lex_state = 8}, - [9523] = {.lex_state = 35, .external_lex_state = 8}, + [9521] = {.lex_state = 7, .external_lex_state = 8}, + [9522] = {.lex_state = 7, .external_lex_state = 8}, + [9523] = {.lex_state = 0, .external_lex_state = 8}, + [9524] = {.lex_state = 7, .external_lex_state = 8}, + [9525] = {.lex_state = 7, .external_lex_state = 8}, + [9526] = {.lex_state = 0, .external_lex_state = 8}, + [9527] = {.lex_state = 0, .external_lex_state = 8}, + [9528] = {.lex_state = 0, .external_lex_state = 8}, + [9529] = {.lex_state = 7, .external_lex_state = 8}, + [9530] = {.lex_state = 0, .external_lex_state = 8}, + [9531] = {.lex_state = 0, .external_lex_state = 8}, + [9532] = {.lex_state = 0, .external_lex_state = 8}, + [9533] = {.lex_state = 0, .external_lex_state = 8}, + [9534] = {.lex_state = 0, .external_lex_state = 8}, + [9535] = {.lex_state = 0, .external_lex_state = 8}, + [9536] = {.lex_state = 0, .external_lex_state = 8}, + [9537] = {.lex_state = 0, .external_lex_state = 8}, + [9538] = {.lex_state = 0, .external_lex_state = 8}, + [9539] = {.lex_state = 0, .external_lex_state = 8}, + [9540] = {.lex_state = 0, .external_lex_state = 8}, + [9541] = {.lex_state = 0, .external_lex_state = 8}, + [9542] = {.lex_state = 0, .external_lex_state = 8}, + [9543] = {.lex_state = 0, .external_lex_state = 8}, + [9544] = {.lex_state = 0, .external_lex_state = 8}, + [9545] = {.lex_state = 0, .external_lex_state = 8}, + [9546] = {.lex_state = 0, .external_lex_state = 8}, + [9547] = {.lex_state = 7, .external_lex_state = 8}, + [9548] = {.lex_state = 0, .external_lex_state = 8}, + [9549] = {.lex_state = 0, .external_lex_state = 8}, + [9550] = {.lex_state = 0, .external_lex_state = 8}, + [9551] = {.lex_state = 0, .external_lex_state = 8}, + [9552] = {.lex_state = 7, .external_lex_state = 8}, + [9553] = {.lex_state = 7, .external_lex_state = 8}, + [9554] = {.lex_state = 7, .external_lex_state = 8}, + [9555] = {.lex_state = 7, .external_lex_state = 8}, + [9556] = {.lex_state = 7, .external_lex_state = 8}, + [9557] = {.lex_state = 7, .external_lex_state = 8}, + [9558] = {.lex_state = 7, .external_lex_state = 8}, + [9559] = {.lex_state = 7, .external_lex_state = 8}, + [9560] = {.lex_state = 0, .external_lex_state = 8}, + [9561] = {.lex_state = 0, .external_lex_state = 8}, + [9562] = {.lex_state = 0, .external_lex_state = 8}, + [9563] = {.lex_state = 0, .external_lex_state = 8}, + [9564] = {.lex_state = 0, .external_lex_state = 8}, + [9565] = {.lex_state = 0, .external_lex_state = 8}, + [9566] = {.lex_state = 0, .external_lex_state = 8}, + [9567] = {.lex_state = 0, .external_lex_state = 8}, + [9568] = {.lex_state = 0, .external_lex_state = 8}, + [9569] = {.lex_state = 0, .external_lex_state = 8}, + [9570] = {.lex_state = 0, .external_lex_state = 8}, + [9571] = {.lex_state = 0, .external_lex_state = 8}, + [9572] = {.lex_state = 7, .external_lex_state = 8}, + [9573] = {.lex_state = 0, .external_lex_state = 8}, + [9574] = {.lex_state = 0, .external_lex_state = 8}, + [9575] = {.lex_state = 0, .external_lex_state = 8}, + [9576] = {.lex_state = 0, .external_lex_state = 8}, + [9577] = {.lex_state = 35, .external_lex_state = 8}, }; enum { @@ -23911,92 +24019,92 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_content] = ACTIONS(1), }, [1] = { - [sym_source_file] = STATE(9432), - [sym_shebang_line] = STATE(54), + [sym_source_file] = STATE(9502), + [sym_shebang_line] = STATE(52), [sym_file_annotation] = STATE(53), - [sym_package_header] = STATE(60), - [sym_import_list] = STATE(65), - [sym_import_header] = STATE(8151), - [sym_type_alias] = STATE(8541), - [sym__declaration] = STATE(8541), - [sym_class_declaration] = STATE(8541), - [sym_function_declaration] = STATE(8541), - [sym_property_declaration] = STATE(8541), - [sym_getter] = STATE(8541), - [sym_setter] = STATE(8541), - [sym_object_declaration] = STATE(8541), - [sym__statement] = STATE(8541), - [sym__loop_statement] = STATE(8541), - [sym_for_statement] = STATE(8541), - [sym_while_statement] = STATE(8541), - [sym_do_while_statement] = STATE(8541), - [sym_assignment] = STATE(8541), - [sym__expression] = STATE(4204), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4455), - [sym_parenthesized_expression] = STATE(4455), - [sym_collection_literal] = STATE(4455), - [sym__literal_constant] = STATE(4455), - [sym_string_literal] = STATE(4455), - [sym_lambda_literal] = STATE(4455), - [sym_anonymous_function] = STATE(4455), - [sym__function_literal] = STATE(4455), - [sym_object_literal] = STATE(4455), - [sym_this_expression] = STATE(4455), - [sym_super_expression] = STATE(4455), - [sym_if_expression] = STATE(4455), - [sym_when_expression] = STATE(4455), - [sym_try_expression] = STATE(4455), - [sym_jump_expression] = STATE(4455), - [sym_callable_reference] = STATE(4455), - [sym__prefix_unary_operator] = STATE(1637), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7901), - [sym_modifiers] = STATE(7684), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), + [sym_package_header] = STATE(66), + [sym_import_list] = STATE(62), + [sym_import_header] = STATE(8215), + [sym_type_alias] = STATE(8664), + [sym__declaration] = STATE(8664), + [sym_class_declaration] = STATE(8664), + [sym_function_declaration] = STATE(8664), + [sym_property_declaration] = STATE(8664), + [sym_getter] = STATE(8664), + [sym_setter] = STATE(8664), + [sym_object_declaration] = STATE(8664), + [sym__statement] = STATE(8664), + [sym__loop_statement] = STATE(8664), + [sym_for_statement] = STATE(8664), + [sym_while_statement] = STATE(8664), + [sym_do_while_statement] = STATE(8664), + [sym_assignment] = STATE(8664), + [sym__expression] = STATE(4196), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4470), + [sym_parenthesized_expression] = STATE(4470), + [sym_collection_literal] = STATE(4470), + [sym__literal_constant] = STATE(4470), + [sym_string_literal] = STATE(4470), + [sym_lambda_literal] = STATE(4470), + [sym_anonymous_function] = STATE(4470), + [sym__function_literal] = STATE(4470), + [sym_object_literal] = STATE(4470), + [sym_this_expression] = STATE(4470), + [sym_super_expression] = STATE(4470), + [sym_if_expression] = STATE(4470), + [sym_when_expression] = STATE(4470), + [sym_try_expression] = STATE(4470), + [sym_jump_expression] = STATE(4470), + [sym_callable_reference] = STATE(4470), + [sym__prefix_unary_operator] = STATE(1926), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7921), + [sym_modifiers] = STATE(7781), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), [sym_annotation] = STATE(338), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4990), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4455), - [sym_long_literal] = STATE(4455), - [sym_boolean_literal] = STATE(4455), - [sym_character_literal] = STATE(4455), - [sym__lexical_identifier] = STATE(4529), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4920), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4470), + [sym_long_literal] = STATE(4470), + [sym_boolean_literal] = STATE(4470), + [sym_character_literal] = STATE(4470), + [sym__lexical_identifier] = STATE(4566), [aux_sym_source_file_repeat1] = STATE(53), - [aux_sym_source_file_repeat2] = STATE(65), - [aux_sym_source_file_repeat3] = STATE(238), - [aux_sym_import_list_repeat1] = STATE(8151), - [aux_sym__statement_repeat1] = STATE(820), - [aux_sym_modifiers_repeat1] = STATE(5441), + [aux_sym_source_file_repeat2] = STATE(62), + [aux_sym_source_file_repeat3] = STATE(253), + [aux_sym_import_list_repeat1] = STATE(8215), + [aux_sym__statement_repeat1] = STATE(811), + [aux_sym_modifiers_repeat1] = STATE(5459), [ts_builtin_sym_end] = ACTIONS(5), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_POUND_BANG] = ACTIONS(9), @@ -24078,84 +24186,84 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(109), }, [2] = { - [sym_type_alias] = STATE(3259), - [sym__declaration] = STATE(3259), - [sym_class_declaration] = STATE(3259), - [sym_function_declaration] = STATE(3259), - [sym_property_declaration] = STATE(3259), - [sym_getter] = STATE(3259), - [sym_setter] = STATE(3259), - [sym_object_declaration] = STATE(3259), - [sym__statement] = STATE(3259), - [sym_control_structure_body] = STATE(3186), - [sym__block] = STATE(3259), - [sym__loop_statement] = STATE(3259), - [sym_for_statement] = STATE(3259), - [sym_while_statement] = STATE(3259), - [sym_do_while_statement] = STATE(3259), - [sym_assignment] = STATE(3259), - [sym__expression] = STATE(978), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(2736), - [sym_parenthesized_expression] = STATE(2736), - [sym_collection_literal] = STATE(2736), - [sym__literal_constant] = STATE(2736), - [sym_string_literal] = STATE(2736), - [sym_lambda_literal] = STATE(2736), - [sym_anonymous_function] = STATE(2736), - [sym__function_literal] = STATE(2736), - [sym_object_literal] = STATE(2736), - [sym_this_expression] = STATE(2736), - [sym_super_expression] = STATE(2736), - [sym_if_expression] = STATE(2736), - [sym_when_expression] = STATE(2736), - [sym_try_expression] = STATE(2736), - [sym_jump_expression] = STATE(2736), - [sym_callable_reference] = STATE(2736), - [sym__prefix_unary_operator] = STATE(1786), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7868), - [sym_modifiers] = STATE(7832), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(334), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3242), - [sym__return_at] = STATE(255), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(2736), - [sym_long_literal] = STATE(2736), - [sym_boolean_literal] = STATE(2736), - [sym_character_literal] = STATE(2736), - [sym__lexical_identifier] = STATE(2864), - [aux_sym__statement_repeat1] = STATE(807), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym_type_alias] = STATE(3371), + [sym__declaration] = STATE(3371), + [sym_class_declaration] = STATE(3371), + [sym_function_declaration] = STATE(3371), + [sym_property_declaration] = STATE(3371), + [sym_getter] = STATE(3371), + [sym_setter] = STATE(3371), + [sym_object_declaration] = STATE(3371), + [sym__statement] = STATE(3371), + [sym_control_structure_body] = STATE(3130), + [sym__block] = STATE(3371), + [sym__loop_statement] = STATE(3371), + [sym_for_statement] = STATE(3371), + [sym_while_statement] = STATE(3371), + [sym_do_while_statement] = STATE(3371), + [sym_assignment] = STATE(3371), + [sym__expression] = STATE(950), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(2753), + [sym_parenthesized_expression] = STATE(2753), + [sym_collection_literal] = STATE(2753), + [sym__literal_constant] = STATE(2753), + [sym_string_literal] = STATE(2753), + [sym_lambda_literal] = STATE(2753), + [sym_anonymous_function] = STATE(2753), + [sym__function_literal] = STATE(2753), + [sym_object_literal] = STATE(2753), + [sym_this_expression] = STATE(2753), + [sym_super_expression] = STATE(2753), + [sym_if_expression] = STATE(2753), + [sym_when_expression] = STATE(2753), + [sym_try_expression] = STATE(2753), + [sym_jump_expression] = STATE(2753), + [sym_callable_reference] = STATE(2753), + [sym__prefix_unary_operator] = STATE(1674), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7911), + [sym_modifiers] = STATE(7669), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(345), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3410), + [sym__return_at] = STATE(220), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(2753), + [sym_long_literal] = STATE(2753), + [sym_boolean_literal] = STATE(2753), + [sym_character_literal] = STATE(2753), + [sym__lexical_identifier] = STATE(2858), + [aux_sym__statement_repeat1] = STATE(797), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(111), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(115), @@ -24270,126 +24378,318 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(197), }, [3] = { - [sym_type_alias] = STATE(4620), - [sym__declaration] = STATE(4620), - [sym_class_declaration] = STATE(4620), - [sym_function_declaration] = STATE(4620), - [sym_property_declaration] = STATE(4620), - [sym_getter] = STATE(4620), - [sym_setter] = STATE(4620), - [sym_object_declaration] = STATE(4620), - [sym__statement] = STATE(4620), - [sym_control_structure_body] = STATE(4700), - [sym__block] = STATE(4620), - [sym__loop_statement] = STATE(4620), - [sym_for_statement] = STATE(4620), - [sym_while_statement] = STATE(4620), - [sym_do_while_statement] = STATE(4620), - [sym_assignment] = STATE(4620), - [sym__expression] = STATE(3056), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4426), - [sym_parenthesized_expression] = STATE(4426), - [sym_collection_literal] = STATE(4426), - [sym__literal_constant] = STATE(4426), - [sym_string_literal] = STATE(4426), - [sym_lambda_literal] = STATE(4426), - [sym_anonymous_function] = STATE(4426), - [sym__function_literal] = STATE(4426), - [sym_object_literal] = STATE(4426), - [sym_this_expression] = STATE(4426), - [sym_super_expression] = STATE(4426), - [sym_if_expression] = STATE(4426), - [sym_when_expression] = STATE(4426), - [sym_try_expression] = STATE(4426), - [sym_jump_expression] = STATE(4426), - [sym_callable_reference] = STATE(4426), - [sym__prefix_unary_operator] = STATE(1661), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7885), - [sym_modifiers] = STATE(7619), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(352), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4561), + [sym_type_alias] = STATE(3371), + [sym__declaration] = STATE(3371), + [sym_class_declaration] = STATE(3371), + [sym_function_declaration] = STATE(3371), + [sym_property_declaration] = STATE(3371), + [sym_getter] = STATE(3371), + [sym_setter] = STATE(3371), + [sym_object_declaration] = STATE(3371), + [sym__statement] = STATE(3371), + [sym_control_structure_body] = STATE(3204), + [sym__block] = STATE(3371), + [sym__loop_statement] = STATE(3371), + [sym_for_statement] = STATE(3371), + [sym_while_statement] = STATE(3371), + [sym_do_while_statement] = STATE(3371), + [sym_assignment] = STATE(3371), + [sym__expression] = STATE(950), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(2753), + [sym_parenthesized_expression] = STATE(2753), + [sym_collection_literal] = STATE(2753), + [sym__literal_constant] = STATE(2753), + [sym_string_literal] = STATE(2753), + [sym_lambda_literal] = STATE(2753), + [sym_anonymous_function] = STATE(2753), + [sym__function_literal] = STATE(2753), + [sym_object_literal] = STATE(2753), + [sym_this_expression] = STATE(2753), + [sym_super_expression] = STATE(2753), + [sym_if_expression] = STATE(2753), + [sym_when_expression] = STATE(2753), + [sym_try_expression] = STATE(2753), + [sym_jump_expression] = STATE(2753), + [sym_callable_reference] = STATE(2753), + [sym__prefix_unary_operator] = STATE(1674), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7911), + [sym_modifiers] = STATE(7669), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(345), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3410), + [sym__return_at] = STATE(220), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(2753), + [sym_long_literal] = STATE(2753), + [sym_boolean_literal] = STATE(2753), + [sym_character_literal] = STATE(2753), + [sym__lexical_identifier] = STATE(2858), + [aux_sym__statement_repeat1] = STATE(797), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(111), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_RBRACK] = ACTIONS(199), + [anon_sym_as] = ACTIONS(201), + [anon_sym_typealias] = ACTIONS(121), + [anon_sym_EQ] = ACTIONS(201), + [anon_sym_class] = ACTIONS(123), + [anon_sym_interface] = ACTIONS(123), + [anon_sym_enum] = ACTIONS(125), + [anon_sym_LBRACE] = ACTIONS(127), + [anon_sym_RBRACE] = ACTIONS(199), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_COMMA] = ACTIONS(199), + [anon_sym_RPAREN] = ACTIONS(199), + [anon_sym_val] = ACTIONS(131), + [anon_sym_var] = ACTIONS(131), + [anon_sym_LT] = ACTIONS(201), + [anon_sym_GT] = ACTIONS(201), + [anon_sym_where] = ACTIONS(201), + [anon_sym_object] = ACTIONS(133), + [anon_sym_fun] = ACTIONS(135), + [anon_sym_DOT] = ACTIONS(201), + [anon_sym_SEMI] = ACTIONS(199), + [anon_sym_get] = ACTIONS(137), + [anon_sym_set] = ACTIONS(139), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(145), + [anon_sym_DASH_GT] = ACTIONS(199), + [sym_label] = ACTIONS(147), + [anon_sym_for] = ACTIONS(149), + [anon_sym_in] = ACTIONS(201), + [anon_sym_while] = ACTIONS(151), + [anon_sym_do] = ACTIONS(153), + [anon_sym_DOT_DOT] = ACTIONS(199), + [anon_sym_QMARK_COLON] = ACTIONS(199), + [anon_sym_AMP_AMP] = ACTIONS(199), + [anon_sym_PIPE_PIPE] = ACTIONS(199), + [anon_sym_null] = ACTIONS(155), + [anon_sym_if] = ACTIONS(157), + [anon_sym_else] = ACTIONS(201), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(163), + [anon_sym_return] = ACTIONS(165), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS_EQ] = ACTIONS(199), + [anon_sym_DASH_EQ] = ACTIONS(199), + [anon_sym_STAR_EQ] = ACTIONS(199), + [anon_sym_SLASH_EQ] = ACTIONS(199), + [anon_sym_PERCENT_EQ] = ACTIONS(199), + [anon_sym_BANG_EQ] = ACTIONS(201), + [anon_sym_BANG_EQ_EQ] = ACTIONS(199), + [anon_sym_EQ_EQ] = ACTIONS(201), + [anon_sym_EQ_EQ_EQ] = ACTIONS(199), + [anon_sym_LT_EQ] = ACTIONS(199), + [anon_sym_GT_EQ] = ACTIONS(199), + [anon_sym_BANGin] = ACTIONS(199), + [anon_sym_is] = ACTIONS(201), + [anon_sym_BANGis] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(171), + [anon_sym_DASH] = ACTIONS(171), + [anon_sym_SLASH] = ACTIONS(201), + [anon_sym_PERCENT] = ACTIONS(201), + [anon_sym_as_QMARK] = ACTIONS(199), + [anon_sym_PLUS_PLUS] = ACTIONS(173), + [anon_sym_DASH_DASH] = ACTIONS(173), + [anon_sym_BANG] = ACTIONS(171), + [anon_sym_BANG_BANG] = ACTIONS(199), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(175), + [anon_sym_inner] = ACTIONS(175), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(177), + [anon_sym_actual] = ACTIONS(177), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(185), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), + [sym_safe_nav] = ACTIONS(199), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(197), + }, + [4] = { + [sym_type_alias] = STATE(4571), + [sym__declaration] = STATE(4571), + [sym_class_declaration] = STATE(4571), + [sym_function_declaration] = STATE(4571), + [sym_property_declaration] = STATE(4571), + [sym_getter] = STATE(4571), + [sym_setter] = STATE(4571), + [sym_object_declaration] = STATE(4571), + [sym__statement] = STATE(4571), + [sym_control_structure_body] = STATE(4650), + [sym__block] = STATE(4571), + [sym__loop_statement] = STATE(4571), + [sym_for_statement] = STATE(4571), + [sym_while_statement] = STATE(4571), + [sym_do_while_statement] = STATE(4571), + [sym_assignment] = STATE(4571), + [sym__expression] = STATE(3003), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4434), + [sym_parenthesized_expression] = STATE(4434), + [sym_collection_literal] = STATE(4434), + [sym__literal_constant] = STATE(4434), + [sym_string_literal] = STATE(4434), + [sym_lambda_literal] = STATE(4434), + [sym_anonymous_function] = STATE(4434), + [sym__function_literal] = STATE(4434), + [sym_object_literal] = STATE(4434), + [sym_this_expression] = STATE(4434), + [sym_super_expression] = STATE(4434), + [sym_if_expression] = STATE(4434), + [sym_when_expression] = STATE(4434), + [sym_try_expression] = STATE(4434), + [sym_jump_expression] = STATE(4434), + [sym_callable_reference] = STATE(4434), + [sym__prefix_unary_operator] = STATE(1893), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7930), + [sym_modifiers] = STATE(7790), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(344), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4608), [sym__return_at] = STATE(295), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4426), - [sym_long_literal] = STATE(4426), - [sym_boolean_literal] = STATE(4426), - [sym_character_literal] = STATE(4426), - [sym__lexical_identifier] = STATE(4440), - [aux_sym__statement_repeat1] = STATE(821), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_RBRACK] = ACTIONS(203), - [anon_sym_as] = ACTIONS(205), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4434), + [sym_long_literal] = STATE(4434), + [sym_boolean_literal] = STATE(4434), + [sym_character_literal] = STATE(4434), + [sym__lexical_identifier] = STATE(4461), + [aux_sym__statement_repeat1] = STATE(810), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_RBRACK] = ACTIONS(117), + [anon_sym_as] = ACTIONS(119), [anon_sym_typealias] = ACTIONS(207), - [anon_sym_EQ] = ACTIONS(205), + [anon_sym_EQ] = ACTIONS(119), [anon_sym_class] = ACTIONS(209), [anon_sym_interface] = ACTIONS(209), [anon_sym_enum] = ACTIONS(211), [anon_sym_LBRACE] = ACTIONS(213), - [anon_sym_RBRACE] = ACTIONS(203), + [anon_sym_RBRACE] = ACTIONS(117), [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_COMMA] = ACTIONS(203), - [anon_sym_RPAREN] = ACTIONS(203), + [anon_sym_COMMA] = ACTIONS(117), + [anon_sym_RPAREN] = ACTIONS(117), [anon_sym_val] = ACTIONS(217), [anon_sym_var] = ACTIONS(217), - [anon_sym_LT] = ACTIONS(205), - [anon_sym_GT] = ACTIONS(205), - [anon_sym_where] = ACTIONS(205), + [anon_sym_LT] = ACTIONS(119), + [anon_sym_GT] = ACTIONS(119), + [anon_sym_where] = ACTIONS(119), [anon_sym_object] = ACTIONS(219), [anon_sym_fun] = ACTIONS(221), - [anon_sym_DOT] = ACTIONS(205), - [anon_sym_SEMI] = ACTIONS(203), + [anon_sym_DOT] = ACTIONS(119), + [anon_sym_SEMI] = ACTIONS(117), [anon_sym_get] = ACTIONS(223), [anon_sym_set] = ACTIONS(225), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), [anon_sym_STAR] = ACTIONS(231), - [anon_sym_DASH_GT] = ACTIONS(203), + [anon_sym_DASH_GT] = ACTIONS(117), [sym_label] = ACTIONS(233), [anon_sym_for] = ACTIONS(235), - [anon_sym_in] = ACTIONS(205), + [anon_sym_in] = ACTIONS(119), [anon_sym_while] = ACTIONS(237), [anon_sym_do] = ACTIONS(239), - [anon_sym_DOT_DOT] = ACTIONS(203), - [anon_sym_QMARK_COLON] = ACTIONS(203), - [anon_sym_AMP_AMP] = ACTIONS(203), - [anon_sym_PIPE_PIPE] = ACTIONS(203), + [anon_sym_DOT_DOT] = ACTIONS(117), + [anon_sym_QMARK_COLON] = ACTIONS(117), + [anon_sym_AMP_AMP] = ACTIONS(117), + [anon_sym_PIPE_PIPE] = ACTIONS(117), [anon_sym_null] = ACTIONS(241), [anon_sym_if] = ACTIONS(243), - [anon_sym_else] = ACTIONS(205), + [anon_sym_else] = ACTIONS(119), [anon_sym_when] = ACTIONS(245), [anon_sym_try] = ACTIONS(247), [anon_sym_throw] = ACTIONS(249), @@ -24397,29 +24697,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS_EQ] = ACTIONS(203), - [anon_sym_DASH_EQ] = ACTIONS(203), - [anon_sym_STAR_EQ] = ACTIONS(203), - [anon_sym_SLASH_EQ] = ACTIONS(203), - [anon_sym_PERCENT_EQ] = ACTIONS(203), - [anon_sym_BANG_EQ] = ACTIONS(205), - [anon_sym_BANG_EQ_EQ] = ACTIONS(203), - [anon_sym_EQ_EQ] = ACTIONS(205), - [anon_sym_EQ_EQ_EQ] = ACTIONS(203), - [anon_sym_LT_EQ] = ACTIONS(203), - [anon_sym_GT_EQ] = ACTIONS(203), - [anon_sym_BANGin] = ACTIONS(203), - [anon_sym_is] = ACTIONS(205), - [anon_sym_BANGis] = ACTIONS(203), + [anon_sym_PLUS_EQ] = ACTIONS(117), + [anon_sym_DASH_EQ] = ACTIONS(117), + [anon_sym_STAR_EQ] = ACTIONS(117), + [anon_sym_SLASH_EQ] = ACTIONS(117), + [anon_sym_PERCENT_EQ] = ACTIONS(117), + [anon_sym_BANG_EQ] = ACTIONS(119), + [anon_sym_BANG_EQ_EQ] = ACTIONS(117), + [anon_sym_EQ_EQ] = ACTIONS(119), + [anon_sym_EQ_EQ_EQ] = ACTIONS(117), + [anon_sym_LT_EQ] = ACTIONS(117), + [anon_sym_GT_EQ] = ACTIONS(117), + [anon_sym_BANGin] = ACTIONS(117), + [anon_sym_is] = ACTIONS(119), + [anon_sym_BANGis] = ACTIONS(117), [anon_sym_PLUS] = ACTIONS(257), [anon_sym_DASH] = ACTIONS(257), - [anon_sym_SLASH] = ACTIONS(205), - [anon_sym_PERCENT] = ACTIONS(205), - [anon_sym_as_QMARK] = ACTIONS(203), + [anon_sym_SLASH] = ACTIONS(119), + [anon_sym_PERCENT] = ACTIONS(119), + [anon_sym_as_QMARK] = ACTIONS(117), [anon_sym_PLUS_PLUS] = ACTIONS(259), [anon_sym_DASH_DASH] = ACTIONS(259), [anon_sym_BANG] = ACTIONS(257), - [anon_sym_BANG_BANG] = ACTIONS(203), + [anon_sym_BANG_BANG] = ACTIONS(117), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -24457,131 +24757,131 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(277), [anon_sym_SQUOTE] = ACTIONS(279), [sym__backtick_identifier] = ACTIONS(281), - [sym_safe_nav] = ACTIONS(203), + [sym_safe_nav] = ACTIONS(117), [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [4] = { - [sym_type_alias] = STATE(4620), - [sym__declaration] = STATE(4620), - [sym_class_declaration] = STATE(4620), - [sym_function_declaration] = STATE(4620), - [sym_property_declaration] = STATE(4620), - [sym_getter] = STATE(4620), - [sym_setter] = STATE(4620), - [sym_object_declaration] = STATE(4620), - [sym__statement] = STATE(4620), - [sym_control_structure_body] = STATE(4627), - [sym__block] = STATE(4620), - [sym__loop_statement] = STATE(4620), - [sym_for_statement] = STATE(4620), - [sym_while_statement] = STATE(4620), - [sym_do_while_statement] = STATE(4620), - [sym_assignment] = STATE(4620), - [sym__expression] = STATE(3056), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4426), - [sym_parenthesized_expression] = STATE(4426), - [sym_collection_literal] = STATE(4426), - [sym__literal_constant] = STATE(4426), - [sym_string_literal] = STATE(4426), - [sym_lambda_literal] = STATE(4426), - [sym_anonymous_function] = STATE(4426), - [sym__function_literal] = STATE(4426), - [sym_object_literal] = STATE(4426), - [sym_this_expression] = STATE(4426), - [sym_super_expression] = STATE(4426), - [sym_if_expression] = STATE(4426), - [sym_when_expression] = STATE(4426), - [sym_try_expression] = STATE(4426), - [sym_jump_expression] = STATE(4426), - [sym_callable_reference] = STATE(4426), - [sym__prefix_unary_operator] = STATE(1661), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7885), - [sym_modifiers] = STATE(7619), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(352), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4561), + [5] = { + [sym_type_alias] = STATE(4571), + [sym__declaration] = STATE(4571), + [sym_class_declaration] = STATE(4571), + [sym_function_declaration] = STATE(4571), + [sym_property_declaration] = STATE(4571), + [sym_getter] = STATE(4571), + [sym_setter] = STATE(4571), + [sym_object_declaration] = STATE(4571), + [sym__statement] = STATE(4571), + [sym_control_structure_body] = STATE(4592), + [sym__block] = STATE(4571), + [sym__loop_statement] = STATE(4571), + [sym_for_statement] = STATE(4571), + [sym_while_statement] = STATE(4571), + [sym_do_while_statement] = STATE(4571), + [sym_assignment] = STATE(4571), + [sym__expression] = STATE(3003), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4434), + [sym_parenthesized_expression] = STATE(4434), + [sym_collection_literal] = STATE(4434), + [sym__literal_constant] = STATE(4434), + [sym_string_literal] = STATE(4434), + [sym_lambda_literal] = STATE(4434), + [sym_anonymous_function] = STATE(4434), + [sym__function_literal] = STATE(4434), + [sym_object_literal] = STATE(4434), + [sym_this_expression] = STATE(4434), + [sym_super_expression] = STATE(4434), + [sym_if_expression] = STATE(4434), + [sym_when_expression] = STATE(4434), + [sym_try_expression] = STATE(4434), + [sym_jump_expression] = STATE(4434), + [sym_callable_reference] = STATE(4434), + [sym__prefix_unary_operator] = STATE(1893), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7930), + [sym_modifiers] = STATE(7790), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(344), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4608), [sym__return_at] = STATE(295), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4426), - [sym_long_literal] = STATE(4426), - [sym_boolean_literal] = STATE(4426), - [sym_character_literal] = STATE(4426), - [sym__lexical_identifier] = STATE(4440), - [aux_sym__statement_repeat1] = STATE(821), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_RBRACK] = ACTIONS(117), - [anon_sym_as] = ACTIONS(119), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4434), + [sym_long_literal] = STATE(4434), + [sym_boolean_literal] = STATE(4434), + [sym_character_literal] = STATE(4434), + [sym__lexical_identifier] = STATE(4461), + [aux_sym__statement_repeat1] = STATE(810), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_RBRACK] = ACTIONS(199), + [anon_sym_as] = ACTIONS(201), [anon_sym_typealias] = ACTIONS(207), - [anon_sym_EQ] = ACTIONS(119), + [anon_sym_EQ] = ACTIONS(201), [anon_sym_class] = ACTIONS(209), [anon_sym_interface] = ACTIONS(209), [anon_sym_enum] = ACTIONS(211), [anon_sym_LBRACE] = ACTIONS(213), - [anon_sym_RBRACE] = ACTIONS(117), + [anon_sym_RBRACE] = ACTIONS(199), [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_COMMA] = ACTIONS(117), - [anon_sym_RPAREN] = ACTIONS(117), + [anon_sym_COMMA] = ACTIONS(199), + [anon_sym_RPAREN] = ACTIONS(199), [anon_sym_val] = ACTIONS(217), [anon_sym_var] = ACTIONS(217), - [anon_sym_LT] = ACTIONS(119), - [anon_sym_GT] = ACTIONS(119), - [anon_sym_where] = ACTIONS(119), + [anon_sym_LT] = ACTIONS(201), + [anon_sym_GT] = ACTIONS(201), + [anon_sym_where] = ACTIONS(201), [anon_sym_object] = ACTIONS(219), [anon_sym_fun] = ACTIONS(221), - [anon_sym_DOT] = ACTIONS(119), - [anon_sym_SEMI] = ACTIONS(117), + [anon_sym_DOT] = ACTIONS(201), + [anon_sym_SEMI] = ACTIONS(199), [anon_sym_get] = ACTIONS(223), [anon_sym_set] = ACTIONS(225), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), [anon_sym_STAR] = ACTIONS(231), - [anon_sym_DASH_GT] = ACTIONS(117), + [anon_sym_DASH_GT] = ACTIONS(199), [sym_label] = ACTIONS(233), [anon_sym_for] = ACTIONS(235), - [anon_sym_in] = ACTIONS(119), + [anon_sym_in] = ACTIONS(201), [anon_sym_while] = ACTIONS(237), [anon_sym_do] = ACTIONS(239), - [anon_sym_DOT_DOT] = ACTIONS(117), - [anon_sym_QMARK_COLON] = ACTIONS(117), - [anon_sym_AMP_AMP] = ACTIONS(117), - [anon_sym_PIPE_PIPE] = ACTIONS(117), + [anon_sym_DOT_DOT] = ACTIONS(199), + [anon_sym_QMARK_COLON] = ACTIONS(199), + [anon_sym_AMP_AMP] = ACTIONS(199), + [anon_sym_PIPE_PIPE] = ACTIONS(199), [anon_sym_null] = ACTIONS(241), [anon_sym_if] = ACTIONS(243), - [anon_sym_else] = ACTIONS(119), + [anon_sym_else] = ACTIONS(201), [anon_sym_when] = ACTIONS(245), [anon_sym_try] = ACTIONS(247), [anon_sym_throw] = ACTIONS(249), @@ -24589,29 +24889,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS_EQ] = ACTIONS(117), - [anon_sym_DASH_EQ] = ACTIONS(117), - [anon_sym_STAR_EQ] = ACTIONS(117), - [anon_sym_SLASH_EQ] = ACTIONS(117), - [anon_sym_PERCENT_EQ] = ACTIONS(117), - [anon_sym_BANG_EQ] = ACTIONS(119), - [anon_sym_BANG_EQ_EQ] = ACTIONS(117), - [anon_sym_EQ_EQ] = ACTIONS(119), - [anon_sym_EQ_EQ_EQ] = ACTIONS(117), - [anon_sym_LT_EQ] = ACTIONS(117), - [anon_sym_GT_EQ] = ACTIONS(117), - [anon_sym_BANGin] = ACTIONS(117), - [anon_sym_is] = ACTIONS(119), - [anon_sym_BANGis] = ACTIONS(117), + [anon_sym_PLUS_EQ] = ACTIONS(199), + [anon_sym_DASH_EQ] = ACTIONS(199), + [anon_sym_STAR_EQ] = ACTIONS(199), + [anon_sym_SLASH_EQ] = ACTIONS(199), + [anon_sym_PERCENT_EQ] = ACTIONS(199), + [anon_sym_BANG_EQ] = ACTIONS(201), + [anon_sym_BANG_EQ_EQ] = ACTIONS(199), + [anon_sym_EQ_EQ] = ACTIONS(201), + [anon_sym_EQ_EQ_EQ] = ACTIONS(199), + [anon_sym_LT_EQ] = ACTIONS(199), + [anon_sym_GT_EQ] = ACTIONS(199), + [anon_sym_BANGin] = ACTIONS(199), + [anon_sym_is] = ACTIONS(201), + [anon_sym_BANGis] = ACTIONS(199), [anon_sym_PLUS] = ACTIONS(257), [anon_sym_DASH] = ACTIONS(257), - [anon_sym_SLASH] = ACTIONS(119), - [anon_sym_PERCENT] = ACTIONS(119), - [anon_sym_as_QMARK] = ACTIONS(117), + [anon_sym_SLASH] = ACTIONS(201), + [anon_sym_PERCENT] = ACTIONS(201), + [anon_sym_as_QMARK] = ACTIONS(199), [anon_sym_PLUS_PLUS] = ACTIONS(259), [anon_sym_DASH_DASH] = ACTIONS(259), [anon_sym_BANG] = ACTIONS(257), - [anon_sym_BANG_BANG] = ACTIONS(117), + [anon_sym_BANG_BANG] = ACTIONS(199), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -24649,92 +24949,92 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(277), [anon_sym_SQUOTE] = ACTIONS(279), [sym__backtick_identifier] = ACTIONS(281), - [sym_safe_nav] = ACTIONS(117), + [sym_safe_nav] = ACTIONS(199), [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [5] = { - [sym_type_alias] = STATE(9378), - [sym__declaration] = STATE(9378), - [sym_class_declaration] = STATE(9378), - [sym_function_declaration] = STATE(9378), - [sym_property_declaration] = STATE(9378), - [sym_getter] = STATE(9378), - [sym_setter] = STATE(9378), - [sym_object_declaration] = STATE(9378), - [sym__statement] = STATE(9378), - [sym_control_structure_body] = STATE(9487), - [sym__block] = STATE(9378), - [sym__loop_statement] = STATE(9378), - [sym_for_statement] = STATE(9378), - [sym_while_statement] = STATE(9378), - [sym_do_while_statement] = STATE(9378), - [sym_assignment] = STATE(9378), - [sym__expression] = STATE(4166), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4428), - [sym_parenthesized_expression] = STATE(4428), - [sym_collection_literal] = STATE(4428), - [sym__literal_constant] = STATE(4428), - [sym_string_literal] = STATE(4428), - [sym_lambda_literal] = STATE(4428), - [sym_anonymous_function] = STATE(4428), - [sym__function_literal] = STATE(4428), - [sym_object_literal] = STATE(4428), - [sym_this_expression] = STATE(4428), - [sym_super_expression] = STATE(4428), - [sym_if_expression] = STATE(4428), - [sym_when_expression] = STATE(4428), - [sym_try_expression] = STATE(4428), - [sym_jump_expression] = STATE(4428), - [sym_callable_reference] = STATE(4428), - [sym__prefix_unary_operator] = STATE(2049), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7865), - [sym_modifiers] = STATE(7637), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(342), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4561), + [6] = { + [sym_type_alias] = STATE(9461), + [sym__declaration] = STATE(9461), + [sym_class_declaration] = STATE(9461), + [sym_function_declaration] = STATE(9461), + [sym_property_declaration] = STATE(9461), + [sym_getter] = STATE(9461), + [sym_setter] = STATE(9461), + [sym_object_declaration] = STATE(9461), + [sym__statement] = STATE(9461), + [sym_control_structure_body] = STATE(9063), + [sym__block] = STATE(9461), + [sym__loop_statement] = STATE(9461), + [sym_for_statement] = STATE(9461), + [sym_while_statement] = STATE(9461), + [sym_do_while_statement] = STATE(9461), + [sym_assignment] = STATE(9461), + [sym__expression] = STATE(4184), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4435), + [sym_parenthesized_expression] = STATE(4435), + [sym_collection_literal] = STATE(4435), + [sym__literal_constant] = STATE(4435), + [sym_string_literal] = STATE(4435), + [sym_lambda_literal] = STATE(4435), + [sym_anonymous_function] = STATE(4435), + [sym__function_literal] = STATE(4435), + [sym_object_literal] = STATE(4435), + [sym_this_expression] = STATE(4435), + [sym_super_expression] = STATE(4435), + [sym_if_expression] = STATE(4435), + [sym_when_expression] = STATE(4435), + [sym_try_expression] = STATE(4435), + [sym_jump_expression] = STATE(4435), + [sym_callable_reference] = STATE(4435), + [sym__prefix_unary_operator] = STATE(1903), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7894), + [sym_modifiers] = STATE(7813), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(351), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4608), [sym__return_at] = STATE(310), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4428), - [sym_long_literal] = STATE(4428), - [sym_boolean_literal] = STATE(4428), - [sym_character_literal] = STATE(4428), - [sym__lexical_identifier] = STATE(4440), - [aux_sym__statement_repeat1] = STATE(824), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(199), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4435), + [sym_long_literal] = STATE(4435), + [sym_boolean_literal] = STATE(4435), + [sym_character_literal] = STATE(4435), + [sym__lexical_identifier] = STATE(4461), + [aux_sym__statement_repeat1] = STATE(830), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(203), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_RBRACK] = ACTIONS(285), [anon_sym_as] = ACTIONS(287), [anon_sym_typealias] = ACTIONS(289), @@ -24845,299 +25145,107 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [6] = { - [sym_type_alias] = STATE(3259), - [sym__declaration] = STATE(3259), - [sym_class_declaration] = STATE(3259), - [sym_function_declaration] = STATE(3259), - [sym_property_declaration] = STATE(3259), - [sym_getter] = STATE(3259), - [sym_setter] = STATE(3259), - [sym_object_declaration] = STATE(3259), - [sym__statement] = STATE(3259), - [sym_control_structure_body] = STATE(3128), - [sym__block] = STATE(3259), - [sym__loop_statement] = STATE(3259), - [sym_for_statement] = STATE(3259), - [sym_while_statement] = STATE(3259), - [sym_do_while_statement] = STATE(3259), - [sym_assignment] = STATE(3259), - [sym__expression] = STATE(978), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(2736), - [sym_parenthesized_expression] = STATE(2736), - [sym_collection_literal] = STATE(2736), - [sym__literal_constant] = STATE(2736), - [sym_string_literal] = STATE(2736), - [sym_lambda_literal] = STATE(2736), - [sym_anonymous_function] = STATE(2736), - [sym__function_literal] = STATE(2736), - [sym_object_literal] = STATE(2736), - [sym_this_expression] = STATE(2736), - [sym_super_expression] = STATE(2736), - [sym_if_expression] = STATE(2736), - [sym_when_expression] = STATE(2736), - [sym_try_expression] = STATE(2736), - [sym_jump_expression] = STATE(2736), - [sym_callable_reference] = STATE(2736), - [sym__prefix_unary_operator] = STATE(1786), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7868), - [sym_modifiers] = STATE(7832), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(334), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3242), - [sym__return_at] = STATE(255), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(2736), - [sym_long_literal] = STATE(2736), - [sym_boolean_literal] = STATE(2736), - [sym_character_literal] = STATE(2736), - [sym__lexical_identifier] = STATE(2864), - [aux_sym__statement_repeat1] = STATE(807), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(111), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_RBRACK] = ACTIONS(203), - [anon_sym_as] = ACTIONS(205), - [anon_sym_typealias] = ACTIONS(121), - [anon_sym_EQ] = ACTIONS(205), - [anon_sym_class] = ACTIONS(123), - [anon_sym_interface] = ACTIONS(123), - [anon_sym_enum] = ACTIONS(125), - [anon_sym_LBRACE] = ACTIONS(127), - [anon_sym_RBRACE] = ACTIONS(203), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_COMMA] = ACTIONS(203), - [anon_sym_RPAREN] = ACTIONS(203), - [anon_sym_val] = ACTIONS(131), - [anon_sym_var] = ACTIONS(131), - [anon_sym_LT] = ACTIONS(205), - [anon_sym_GT] = ACTIONS(205), - [anon_sym_where] = ACTIONS(205), - [anon_sym_object] = ACTIONS(133), - [anon_sym_fun] = ACTIONS(135), - [anon_sym_DOT] = ACTIONS(205), - [anon_sym_SEMI] = ACTIONS(203), - [anon_sym_get] = ACTIONS(137), - [anon_sym_set] = ACTIONS(139), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(145), - [anon_sym_DASH_GT] = ACTIONS(203), - [sym_label] = ACTIONS(147), - [anon_sym_for] = ACTIONS(149), - [anon_sym_in] = ACTIONS(205), - [anon_sym_while] = ACTIONS(151), - [anon_sym_do] = ACTIONS(153), - [anon_sym_DOT_DOT] = ACTIONS(203), - [anon_sym_QMARK_COLON] = ACTIONS(203), - [anon_sym_AMP_AMP] = ACTIONS(203), - [anon_sym_PIPE_PIPE] = ACTIONS(203), - [anon_sym_null] = ACTIONS(155), - [anon_sym_if] = ACTIONS(157), - [anon_sym_else] = ACTIONS(205), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(163), - [anon_sym_return] = ACTIONS(165), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS_EQ] = ACTIONS(203), - [anon_sym_DASH_EQ] = ACTIONS(203), - [anon_sym_STAR_EQ] = ACTIONS(203), - [anon_sym_SLASH_EQ] = ACTIONS(203), - [anon_sym_PERCENT_EQ] = ACTIONS(203), - [anon_sym_BANG_EQ] = ACTIONS(205), - [anon_sym_BANG_EQ_EQ] = ACTIONS(203), - [anon_sym_EQ_EQ] = ACTIONS(205), - [anon_sym_EQ_EQ_EQ] = ACTIONS(203), - [anon_sym_LT_EQ] = ACTIONS(203), - [anon_sym_GT_EQ] = ACTIONS(203), - [anon_sym_BANGin] = ACTIONS(203), - [anon_sym_is] = ACTIONS(205), - [anon_sym_BANGis] = ACTIONS(203), - [anon_sym_PLUS] = ACTIONS(171), - [anon_sym_DASH] = ACTIONS(171), - [anon_sym_SLASH] = ACTIONS(205), - [anon_sym_PERCENT] = ACTIONS(205), - [anon_sym_as_QMARK] = ACTIONS(203), - [anon_sym_PLUS_PLUS] = ACTIONS(173), - [anon_sym_DASH_DASH] = ACTIONS(173), - [anon_sym_BANG] = ACTIONS(171), - [anon_sym_BANG_BANG] = ACTIONS(203), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(175), - [anon_sym_inner] = ACTIONS(175), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(177), - [anon_sym_actual] = ACTIONS(177), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(185), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), - [sym_safe_nav] = ACTIONS(203), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), - }, [7] = { - [sym_type_alias] = STATE(3281), - [sym__declaration] = STATE(3281), - [sym_class_declaration] = STATE(3281), - [sym_function_declaration] = STATE(3281), - [sym_property_declaration] = STATE(3281), - [sym_getter] = STATE(3281), - [sym_setter] = STATE(3281), - [sym_object_declaration] = STATE(3281), - [sym__statement] = STATE(3281), - [sym_control_structure_body] = STATE(3144), - [sym__block] = STATE(3281), - [sym__loop_statement] = STATE(3281), - [sym_for_statement] = STATE(3281), - [sym_while_statement] = STATE(3281), - [sym_do_while_statement] = STATE(3281), - [sym_assignment] = STATE(3281), - [sym__expression] = STATE(945), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(2728), - [sym_parenthesized_expression] = STATE(2728), - [sym_collection_literal] = STATE(2728), - [sym__literal_constant] = STATE(2728), - [sym_string_literal] = STATE(2728), - [sym_lambda_literal] = STATE(2728), - [sym_anonymous_function] = STATE(2728), - [sym__function_literal] = STATE(2728), - [sym_object_literal] = STATE(2728), - [sym_this_expression] = STATE(2728), - [sym_super_expression] = STATE(2728), - [sym_if_expression] = STATE(2728), - [sym_when_expression] = STATE(2728), - [sym_try_expression] = STATE(2728), - [sym_jump_expression] = STATE(2728), - [sym_callable_reference] = STATE(2728), - [sym__prefix_unary_operator] = STATE(1914), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7904), - [sym_modifiers] = STATE(7817), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(355), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3447), - [sym__return_at] = STATE(304), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(2728), - [sym_long_literal] = STATE(2728), - [sym_boolean_literal] = STATE(2728), - [sym_character_literal] = STATE(2728), - [sym__lexical_identifier] = STATE(2890), - [aux_sym__statement_repeat1] = STATE(794), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym_type_alias] = STATE(3456), + [sym__declaration] = STATE(3456), + [sym_class_declaration] = STATE(3456), + [sym_function_declaration] = STATE(3456), + [sym_property_declaration] = STATE(3456), + [sym_getter] = STATE(3456), + [sym_setter] = STATE(3456), + [sym_object_declaration] = STATE(3456), + [sym__statement] = STATE(3456), + [sym_control_structure_body] = STATE(3136), + [sym__block] = STATE(3456), + [sym__loop_statement] = STATE(3456), + [sym_for_statement] = STATE(3456), + [sym_while_statement] = STATE(3456), + [sym_do_while_statement] = STATE(3456), + [sym_assignment] = STATE(3456), + [sym__expression] = STATE(954), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(2760), + [sym_parenthesized_expression] = STATE(2760), + [sym_collection_literal] = STATE(2760), + [sym__literal_constant] = STATE(2760), + [sym_string_literal] = STATE(2760), + [sym_lambda_literal] = STATE(2760), + [sym_anonymous_function] = STATE(2760), + [sym__function_literal] = STATE(2760), + [sym_object_literal] = STATE(2760), + [sym_this_expression] = STATE(2760), + [sym_super_expression] = STATE(2760), + [sym_if_expression] = STATE(2760), + [sym_when_expression] = STATE(2760), + [sym_try_expression] = STATE(2760), + [sym_jump_expression] = STATE(2760), + [sym_callable_reference] = STATE(2760), + [sym__prefix_unary_operator] = STATE(1644), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7915), + [sym_modifiers] = STATE(7662), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(350), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3279), + [sym__return_at] = STATE(303), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(2760), + [sym_long_literal] = STATE(2760), + [sym_boolean_literal] = STATE(2760), + [sym_character_literal] = STATE(2760), + [sym__lexical_identifier] = STATE(2837), + [aux_sym__statement_repeat1] = STATE(801), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(333), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(335), - [anon_sym_as] = ACTIONS(205), + [anon_sym_as] = ACTIONS(119), [anon_sym_typealias] = ACTIONS(337), - [anon_sym_EQ] = ACTIONS(205), + [anon_sym_EQ] = ACTIONS(119), [anon_sym_class] = ACTIONS(339), [anon_sym_interface] = ACTIONS(339), [anon_sym_enum] = ACTIONS(341), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_RBRACE] = ACTIONS(203), + [anon_sym_RBRACE] = ACTIONS(117), [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_COMMA] = ACTIONS(203), + [anon_sym_COMMA] = ACTIONS(117), [anon_sym_val] = ACTIONS(347), [anon_sym_var] = ACTIONS(347), - [anon_sym_LT] = ACTIONS(205), - [anon_sym_GT] = ACTIONS(205), - [anon_sym_where] = ACTIONS(205), + [anon_sym_LT] = ACTIONS(119), + [anon_sym_GT] = ACTIONS(119), + [anon_sym_where] = ACTIONS(119), [anon_sym_object] = ACTIONS(349), [anon_sym_fun] = ACTIONS(351), - [anon_sym_DOT] = ACTIONS(205), - [anon_sym_SEMI] = ACTIONS(203), + [anon_sym_DOT] = ACTIONS(119), + [anon_sym_SEMI] = ACTIONS(117), [anon_sym_get] = ACTIONS(353), [anon_sym_set] = ACTIONS(355), [anon_sym_this] = ACTIONS(357), @@ -25145,16 +25253,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(361), [sym_label] = ACTIONS(363), [anon_sym_for] = ACTIONS(365), - [anon_sym_in] = ACTIONS(205), + [anon_sym_in] = ACTIONS(119), [anon_sym_while] = ACTIONS(367), [anon_sym_do] = ACTIONS(369), - [anon_sym_DOT_DOT] = ACTIONS(203), - [anon_sym_QMARK_COLON] = ACTIONS(203), - [anon_sym_AMP_AMP] = ACTIONS(203), - [anon_sym_PIPE_PIPE] = ACTIONS(203), + [anon_sym_DOT_DOT] = ACTIONS(117), + [anon_sym_QMARK_COLON] = ACTIONS(117), + [anon_sym_AMP_AMP] = ACTIONS(117), + [anon_sym_PIPE_PIPE] = ACTIONS(117), [anon_sym_null] = ACTIONS(371), [anon_sym_if] = ACTIONS(373), - [anon_sym_else] = ACTIONS(205), + [anon_sym_else] = ACTIONS(119), [anon_sym_when] = ACTIONS(375), [anon_sym_try] = ACTIONS(377), [anon_sym_throw] = ACTIONS(379), @@ -25162,29 +25270,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(383), [anon_sym_break] = ACTIONS(383), [anon_sym_COLON_COLON] = ACTIONS(385), - [anon_sym_PLUS_EQ] = ACTIONS(203), - [anon_sym_DASH_EQ] = ACTIONS(203), - [anon_sym_STAR_EQ] = ACTIONS(203), - [anon_sym_SLASH_EQ] = ACTIONS(203), - [anon_sym_PERCENT_EQ] = ACTIONS(203), - [anon_sym_BANG_EQ] = ACTIONS(205), - [anon_sym_BANG_EQ_EQ] = ACTIONS(203), - [anon_sym_EQ_EQ] = ACTIONS(205), - [anon_sym_EQ_EQ_EQ] = ACTIONS(203), - [anon_sym_LT_EQ] = ACTIONS(203), - [anon_sym_GT_EQ] = ACTIONS(203), - [anon_sym_BANGin] = ACTIONS(203), - [anon_sym_is] = ACTIONS(205), - [anon_sym_BANGis] = ACTIONS(203), + [anon_sym_PLUS_EQ] = ACTIONS(117), + [anon_sym_DASH_EQ] = ACTIONS(117), + [anon_sym_STAR_EQ] = ACTIONS(117), + [anon_sym_SLASH_EQ] = ACTIONS(117), + [anon_sym_PERCENT_EQ] = ACTIONS(117), + [anon_sym_BANG_EQ] = ACTIONS(119), + [anon_sym_BANG_EQ_EQ] = ACTIONS(117), + [anon_sym_EQ_EQ] = ACTIONS(119), + [anon_sym_EQ_EQ_EQ] = ACTIONS(117), + [anon_sym_LT_EQ] = ACTIONS(117), + [anon_sym_GT_EQ] = ACTIONS(117), + [anon_sym_BANGin] = ACTIONS(117), + [anon_sym_is] = ACTIONS(119), + [anon_sym_BANGis] = ACTIONS(117), [anon_sym_PLUS] = ACTIONS(387), [anon_sym_DASH] = ACTIONS(387), - [anon_sym_SLASH] = ACTIONS(205), - [anon_sym_PERCENT] = ACTIONS(205), - [anon_sym_as_QMARK] = ACTIONS(203), + [anon_sym_SLASH] = ACTIONS(119), + [anon_sym_PERCENT] = ACTIONS(119), + [anon_sym_as_QMARK] = ACTIONS(117), [anon_sym_PLUS_PLUS] = ACTIONS(389), [anon_sym_DASH_DASH] = ACTIONS(389), [anon_sym_BANG] = ACTIONS(387), - [anon_sym_BANG_BANG] = ACTIONS(203), + [anon_sym_BANG_BANG] = ACTIONS(117), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -25222,729 +25330,159 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(405), [anon_sym_SQUOTE] = ACTIONS(407), [sym__backtick_identifier] = ACTIONS(409), - [sym__automatic_semicolon] = ACTIONS(203), - [sym_safe_nav] = ACTIONS(203), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(411), - }, - [8] = { - [sym_type_alias] = STATE(9378), - [sym__declaration] = STATE(9378), - [sym_class_declaration] = STATE(9378), - [sym_function_declaration] = STATE(9378), - [sym_property_declaration] = STATE(9378), - [sym_getter] = STATE(9378), - [sym_setter] = STATE(9378), - [sym_object_declaration] = STATE(9378), - [sym__statement] = STATE(9378), - [sym_control_structure_body] = STATE(9487), - [sym__block] = STATE(9378), - [sym__loop_statement] = STATE(9378), - [sym_for_statement] = STATE(9378), - [sym_while_statement] = STATE(9378), - [sym_do_while_statement] = STATE(9378), - [sym_assignment] = STATE(9378), - [sym__expression] = STATE(4166), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4428), - [sym_parenthesized_expression] = STATE(4428), - [sym_collection_literal] = STATE(4428), - [sym__literal_constant] = STATE(4428), - [sym_string_literal] = STATE(4428), - [sym_lambda_literal] = STATE(4428), - [sym_anonymous_function] = STATE(4428), - [sym__function_literal] = STATE(4428), - [sym_object_literal] = STATE(4428), - [sym_this_expression] = STATE(4428), - [sym_super_expression] = STATE(4428), - [sym_if_expression] = STATE(4428), - [sym_when_expression] = STATE(4428), - [sym_try_expression] = STATE(4428), - [sym_jump_expression] = STATE(4428), - [sym_callable_reference] = STATE(4428), - [sym__prefix_unary_operator] = STATE(2049), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7865), - [sym_modifiers] = STATE(7637), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(342), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4561), - [sym__return_at] = STATE(310), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4428), - [sym_long_literal] = STATE(4428), - [sym_boolean_literal] = STATE(4428), - [sym_character_literal] = STATE(4428), - [sym__lexical_identifier] = STATE(4440), - [aux_sym__statement_repeat1] = STATE(824), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_as] = ACTIONS(287), - [anon_sym_typealias] = ACTIONS(289), - [anon_sym_EQ] = ACTIONS(287), - [anon_sym_class] = ACTIONS(291), - [anon_sym_interface] = ACTIONS(291), - [anon_sym_enum] = ACTIONS(293), - [anon_sym_LBRACE] = ACTIONS(295), - [anon_sym_RBRACE] = ACTIONS(285), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_COMMA] = ACTIONS(285), - [anon_sym_val] = ACTIONS(297), - [anon_sym_var] = ACTIONS(297), - [anon_sym_LT] = ACTIONS(287), - [anon_sym_GT] = ACTIONS(287), - [anon_sym_where] = ACTIONS(287), - [anon_sym_object] = ACTIONS(299), - [anon_sym_fun] = ACTIONS(301), - [anon_sym_DOT] = ACTIONS(287), - [anon_sym_SEMI] = ACTIONS(303), - [anon_sym_get] = ACTIONS(305), - [anon_sym_set] = ACTIONS(307), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(309), - [sym_label] = ACTIONS(311), - [anon_sym_for] = ACTIONS(313), - [anon_sym_in] = ACTIONS(287), - [anon_sym_while] = ACTIONS(315), - [anon_sym_do] = ACTIONS(317), - [anon_sym_DOT_DOT] = ACTIONS(285), - [anon_sym_QMARK_COLON] = ACTIONS(285), - [anon_sym_AMP_AMP] = ACTIONS(285), - [anon_sym_PIPE_PIPE] = ACTIONS(285), - [anon_sym_null] = ACTIONS(319), - [anon_sym_if] = ACTIONS(321), - [anon_sym_else] = ACTIONS(287), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(323), - [anon_sym_return] = ACTIONS(325), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS_EQ] = ACTIONS(285), - [anon_sym_DASH_EQ] = ACTIONS(285), - [anon_sym_STAR_EQ] = ACTIONS(285), - [anon_sym_SLASH_EQ] = ACTIONS(285), - [anon_sym_PERCENT_EQ] = ACTIONS(285), - [anon_sym_BANG_EQ] = ACTIONS(287), - [anon_sym_BANG_EQ_EQ] = ACTIONS(285), - [anon_sym_EQ_EQ] = ACTIONS(287), - [anon_sym_EQ_EQ_EQ] = ACTIONS(285), - [anon_sym_LT_EQ] = ACTIONS(285), - [anon_sym_GT_EQ] = ACTIONS(285), - [anon_sym_BANGin] = ACTIONS(285), - [anon_sym_is] = ACTIONS(287), - [anon_sym_BANGis] = ACTIONS(285), - [anon_sym_PLUS] = ACTIONS(327), - [anon_sym_DASH] = ACTIONS(327), - [anon_sym_SLASH] = ACTIONS(287), - [anon_sym_PERCENT] = ACTIONS(287), - [anon_sym_as_QMARK] = ACTIONS(285), - [anon_sym_PLUS_PLUS] = ACTIONS(329), - [anon_sym_DASH_DASH] = ACTIONS(329), - [anon_sym_BANG] = ACTIONS(327), - [anon_sym_BANG_BANG] = ACTIONS(285), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(261), - [anon_sym_inner] = ACTIONS(261), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(263), - [anon_sym_actual] = ACTIONS(263), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(331), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), - [sym__automatic_semicolon] = ACTIONS(285), - [sym_safe_nav] = ACTIONS(285), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), - }, - [9] = { - [sym_type_alias] = STATE(1152), - [sym__declaration] = STATE(1152), - [sym_class_declaration] = STATE(1152), - [sym_function_declaration] = STATE(1152), - [sym_property_declaration] = STATE(1152), - [sym_getter] = STATE(1152), - [sym_setter] = STATE(1152), - [sym_object_declaration] = STATE(1152), - [sym__statement] = STATE(1152), - [sym_control_structure_body] = STATE(1160), - [sym__block] = STATE(1152), - [sym__loop_statement] = STATE(1152), - [sym_for_statement] = STATE(1152), - [sym_while_statement] = STATE(1152), - [sym_do_while_statement] = STATE(1152), - [sym_assignment] = STATE(1152), - [sym__expression] = STATE(373), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(767), - [sym_parenthesized_expression] = STATE(767), - [sym_collection_literal] = STATE(767), - [sym__literal_constant] = STATE(767), - [sym_string_literal] = STATE(767), - [sym_lambda_literal] = STATE(767), - [sym_anonymous_function] = STATE(767), - [sym__function_literal] = STATE(767), - [sym_object_literal] = STATE(767), - [sym_this_expression] = STATE(767), - [sym_super_expression] = STATE(767), - [sym_if_expression] = STATE(767), - [sym_when_expression] = STATE(767), - [sym_try_expression] = STATE(767), - [sym_jump_expression] = STATE(767), - [sym_callable_reference] = STATE(767), - [sym__prefix_unary_operator] = STATE(2297), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7878), - [sym_modifiers] = STATE(7800), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(347), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1054), - [sym__return_at] = STATE(260), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(767), - [sym_long_literal] = STATE(767), - [sym_boolean_literal] = STATE(767), - [sym_character_literal] = STATE(767), - [sym__lexical_identifier] = STATE(866), - [aux_sym__statement_repeat1] = STATE(785), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_as] = ACTIONS(119), - [anon_sym_typealias] = ACTIONS(417), - [anon_sym_EQ] = ACTIONS(119), - [anon_sym_class] = ACTIONS(419), - [anon_sym_interface] = ACTIONS(419), - [anon_sym_enum] = ACTIONS(421), - [anon_sym_LBRACE] = ACTIONS(423), - [anon_sym_RBRACE] = ACTIONS(117), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_COMMA] = ACTIONS(117), - [anon_sym_val] = ACTIONS(427), - [anon_sym_var] = ACTIONS(427), - [anon_sym_LT] = ACTIONS(119), - [anon_sym_GT] = ACTIONS(119), - [anon_sym_where] = ACTIONS(119), - [anon_sym_object] = ACTIONS(429), - [anon_sym_fun] = ACTIONS(431), - [anon_sym_DOT] = ACTIONS(119), - [anon_sym_SEMI] = ACTIONS(117), - [anon_sym_get] = ACTIONS(433), - [anon_sym_set] = ACTIONS(435), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(441), - [sym_label] = ACTIONS(443), - [anon_sym_for] = ACTIONS(445), - [anon_sym_in] = ACTIONS(119), - [anon_sym_while] = ACTIONS(447), - [anon_sym_do] = ACTIONS(449), - [anon_sym_DOT_DOT] = ACTIONS(117), - [anon_sym_QMARK_COLON] = ACTIONS(117), - [anon_sym_AMP_AMP] = ACTIONS(117), - [anon_sym_PIPE_PIPE] = ACTIONS(117), - [anon_sym_null] = ACTIONS(451), - [anon_sym_if] = ACTIONS(453), - [anon_sym_else] = ACTIONS(119), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(459), - [anon_sym_return] = ACTIONS(461), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS_EQ] = ACTIONS(117), - [anon_sym_DASH_EQ] = ACTIONS(117), - [anon_sym_STAR_EQ] = ACTIONS(117), - [anon_sym_SLASH_EQ] = ACTIONS(117), - [anon_sym_PERCENT_EQ] = ACTIONS(117), - [anon_sym_BANG_EQ] = ACTIONS(119), - [anon_sym_BANG_EQ_EQ] = ACTIONS(117), - [anon_sym_EQ_EQ] = ACTIONS(119), - [anon_sym_EQ_EQ_EQ] = ACTIONS(117), - [anon_sym_LT_EQ] = ACTIONS(117), - [anon_sym_GT_EQ] = ACTIONS(117), - [anon_sym_BANGin] = ACTIONS(117), - [anon_sym_is] = ACTIONS(119), - [anon_sym_BANGis] = ACTIONS(117), - [anon_sym_PLUS] = ACTIONS(467), - [anon_sym_DASH] = ACTIONS(467), - [anon_sym_SLASH] = ACTIONS(119), - [anon_sym_PERCENT] = ACTIONS(119), - [anon_sym_as_QMARK] = ACTIONS(117), - [anon_sym_PLUS_PLUS] = ACTIONS(469), - [anon_sym_DASH_DASH] = ACTIONS(469), - [anon_sym_BANG] = ACTIONS(467), - [anon_sym_BANG_BANG] = ACTIONS(117), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(471), - [anon_sym_inner] = ACTIONS(471), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(473), - [anon_sym_actual] = ACTIONS(473), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(481), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), [sym__automatic_semicolon] = ACTIONS(117), [sym_safe_nav] = ACTIONS(117), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), - }, - [10] = { - [sym_type_alias] = STATE(1152), - [sym__declaration] = STATE(1152), - [sym_class_declaration] = STATE(1152), - [sym_function_declaration] = STATE(1152), - [sym_property_declaration] = STATE(1152), - [sym_getter] = STATE(1152), - [sym_setter] = STATE(1152), - [sym_object_declaration] = STATE(1152), - [sym__statement] = STATE(1152), - [sym_control_structure_body] = STATE(1121), - [sym__block] = STATE(1152), - [sym__loop_statement] = STATE(1152), - [sym_for_statement] = STATE(1152), - [sym_while_statement] = STATE(1152), - [sym_do_while_statement] = STATE(1152), - [sym_assignment] = STATE(1152), - [sym__expression] = STATE(373), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(767), - [sym_parenthesized_expression] = STATE(767), - [sym_collection_literal] = STATE(767), - [sym__literal_constant] = STATE(767), - [sym_string_literal] = STATE(767), - [sym_lambda_literal] = STATE(767), - [sym_anonymous_function] = STATE(767), - [sym__function_literal] = STATE(767), - [sym_object_literal] = STATE(767), - [sym_this_expression] = STATE(767), - [sym_super_expression] = STATE(767), - [sym_if_expression] = STATE(767), - [sym_when_expression] = STATE(767), - [sym_try_expression] = STATE(767), - [sym_jump_expression] = STATE(767), - [sym_callable_reference] = STATE(767), - [sym__prefix_unary_operator] = STATE(2297), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7878), - [sym_modifiers] = STATE(7800), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(347), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1054), - [sym__return_at] = STATE(260), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(767), - [sym_long_literal] = STATE(767), - [sym_boolean_literal] = STATE(767), - [sym_character_literal] = STATE(767), - [sym__lexical_identifier] = STATE(866), - [aux_sym__statement_repeat1] = STATE(785), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_as] = ACTIONS(205), - [anon_sym_typealias] = ACTIONS(417), - [anon_sym_EQ] = ACTIONS(205), - [anon_sym_class] = ACTIONS(419), - [anon_sym_interface] = ACTIONS(419), - [anon_sym_enum] = ACTIONS(421), - [anon_sym_LBRACE] = ACTIONS(423), - [anon_sym_RBRACE] = ACTIONS(203), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_COMMA] = ACTIONS(203), - [anon_sym_val] = ACTIONS(427), - [anon_sym_var] = ACTIONS(427), - [anon_sym_LT] = ACTIONS(205), - [anon_sym_GT] = ACTIONS(205), - [anon_sym_where] = ACTIONS(205), - [anon_sym_object] = ACTIONS(429), - [anon_sym_fun] = ACTIONS(431), - [anon_sym_DOT] = ACTIONS(205), - [anon_sym_SEMI] = ACTIONS(203), - [anon_sym_get] = ACTIONS(433), - [anon_sym_set] = ACTIONS(435), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(441), - [sym_label] = ACTIONS(443), - [anon_sym_for] = ACTIONS(445), - [anon_sym_in] = ACTIONS(205), - [anon_sym_while] = ACTIONS(447), - [anon_sym_do] = ACTIONS(449), - [anon_sym_DOT_DOT] = ACTIONS(203), - [anon_sym_QMARK_COLON] = ACTIONS(203), - [anon_sym_AMP_AMP] = ACTIONS(203), - [anon_sym_PIPE_PIPE] = ACTIONS(203), - [anon_sym_null] = ACTIONS(451), - [anon_sym_if] = ACTIONS(453), - [anon_sym_else] = ACTIONS(205), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(459), - [anon_sym_return] = ACTIONS(461), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS_EQ] = ACTIONS(203), - [anon_sym_DASH_EQ] = ACTIONS(203), - [anon_sym_STAR_EQ] = ACTIONS(203), - [anon_sym_SLASH_EQ] = ACTIONS(203), - [anon_sym_PERCENT_EQ] = ACTIONS(203), - [anon_sym_BANG_EQ] = ACTIONS(205), - [anon_sym_BANG_EQ_EQ] = ACTIONS(203), - [anon_sym_EQ_EQ] = ACTIONS(205), - [anon_sym_EQ_EQ_EQ] = ACTIONS(203), - [anon_sym_LT_EQ] = ACTIONS(203), - [anon_sym_GT_EQ] = ACTIONS(203), - [anon_sym_BANGin] = ACTIONS(203), - [anon_sym_is] = ACTIONS(205), - [anon_sym_BANGis] = ACTIONS(203), - [anon_sym_PLUS] = ACTIONS(467), - [anon_sym_DASH] = ACTIONS(467), - [anon_sym_SLASH] = ACTIONS(205), - [anon_sym_PERCENT] = ACTIONS(205), - [anon_sym_as_QMARK] = ACTIONS(203), - [anon_sym_PLUS_PLUS] = ACTIONS(469), - [anon_sym_DASH_DASH] = ACTIONS(469), - [anon_sym_BANG] = ACTIONS(467), - [anon_sym_BANG_BANG] = ACTIONS(203), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(471), - [anon_sym_inner] = ACTIONS(471), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(473), - [anon_sym_actual] = ACTIONS(473), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(481), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), - [sym__automatic_semicolon] = ACTIONS(203), - [sym_safe_nav] = ACTIONS(203), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), + [sym__string_start] = ACTIONS(411), }, - [11] = { - [sym_type_alias] = STATE(4921), - [sym__declaration] = STATE(4921), - [sym_class_declaration] = STATE(4921), - [sym_function_declaration] = STATE(4921), - [sym_property_declaration] = STATE(4921), - [sym_getter] = STATE(4921), - [sym_setter] = STATE(4921), - [sym_object_declaration] = STATE(4921), - [sym__statement] = STATE(4921), - [sym_control_structure_body] = STATE(4996), - [sym__block] = STATE(4921), - [sym__loop_statement] = STATE(4921), - [sym_for_statement] = STATE(4921), - [sym_while_statement] = STATE(4921), - [sym_do_while_statement] = STATE(4921), - [sym_assignment] = STATE(4921), - [sym__expression] = STATE(3646), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4446), - [sym_parenthesized_expression] = STATE(4446), - [sym_collection_literal] = STATE(4446), - [sym__literal_constant] = STATE(4446), - [sym_string_literal] = STATE(4446), - [sym_lambda_literal] = STATE(4446), - [sym_anonymous_function] = STATE(4446), - [sym__function_literal] = STATE(4446), - [sym_object_literal] = STATE(4446), - [sym_this_expression] = STATE(4446), - [sym_super_expression] = STATE(4446), - [sym_if_expression] = STATE(4446), - [sym_when_expression] = STATE(4446), - [sym_try_expression] = STATE(4446), - [sym_jump_expression] = STATE(4446), - [sym_callable_reference] = STATE(4446), - [sym__prefix_unary_operator] = STATE(2214), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7890), - [sym_modifiers] = STATE(7604), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(351), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4990), - [sym__return_at] = STATE(303), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4446), - [sym_long_literal] = STATE(4446), - [sym_boolean_literal] = STATE(4446), - [sym_character_literal] = STATE(4446), - [sym__lexical_identifier] = STATE(4529), - [aux_sym__statement_repeat1] = STATE(796), - [aux_sym_modifiers_repeat1] = STATE(5441), + [8] = { + [sym_type_alias] = STATE(5052), + [sym__declaration] = STATE(5052), + [sym_class_declaration] = STATE(5052), + [sym_function_declaration] = STATE(5052), + [sym_property_declaration] = STATE(5052), + [sym_getter] = STATE(5052), + [sym_setter] = STATE(5052), + [sym_object_declaration] = STATE(5052), + [sym__statement] = STATE(5052), + [sym_control_structure_body] = STATE(4906), + [sym__block] = STATE(5052), + [sym__loop_statement] = STATE(5052), + [sym_for_statement] = STATE(5052), + [sym_while_statement] = STATE(5052), + [sym_do_while_statement] = STATE(5052), + [sym_assignment] = STATE(5052), + [sym__expression] = STATE(3562), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4467), + [sym_parenthesized_expression] = STATE(4467), + [sym_collection_literal] = STATE(4467), + [sym__literal_constant] = STATE(4467), + [sym_string_literal] = STATE(4467), + [sym_lambda_literal] = STATE(4467), + [sym_anonymous_function] = STATE(4467), + [sym__function_literal] = STATE(4467), + [sym_object_literal] = STATE(4467), + [sym_this_expression] = STATE(4467), + [sym_super_expression] = STATE(4467), + [sym_if_expression] = STATE(4467), + [sym_when_expression] = STATE(4467), + [sym_try_expression] = STATE(4467), + [sym_jump_expression] = STATE(4467), + [sym_callable_reference] = STATE(4467), + [sym__prefix_unary_operator] = STATE(1801), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7898), + [sym_modifiers] = STATE(7725), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(343), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4920), + [sym__return_at] = STATE(298), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4467), + [sym_long_literal] = STATE(4467), + [sym_boolean_literal] = STATE(4467), + [sym_character_literal] = STATE(4467), + [sym__lexical_identifier] = STATE(4566), + [aux_sym__statement_repeat1] = STATE(799), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_as] = ACTIONS(205), - [anon_sym_typealias] = ACTIONS(495), - [anon_sym_EQ] = ACTIONS(205), - [anon_sym_class] = ACTIONS(497), - [anon_sym_interface] = ACTIONS(497), - [anon_sym_enum] = ACTIONS(499), - [anon_sym_LBRACE] = ACTIONS(501), - [anon_sym_RBRACE] = ACTIONS(203), + [anon_sym_as] = ACTIONS(201), + [anon_sym_typealias] = ACTIONS(413), + [anon_sym_EQ] = ACTIONS(201), + [anon_sym_class] = ACTIONS(415), + [anon_sym_interface] = ACTIONS(415), + [anon_sym_enum] = ACTIONS(417), + [anon_sym_LBRACE] = ACTIONS(419), + [anon_sym_RBRACE] = ACTIONS(199), [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_COMMA] = ACTIONS(203), - [anon_sym_val] = ACTIONS(503), - [anon_sym_var] = ACTIONS(503), - [anon_sym_LT] = ACTIONS(205), - [anon_sym_GT] = ACTIONS(205), - [anon_sym_where] = ACTIONS(205), - [anon_sym_object] = ACTIONS(505), - [anon_sym_fun] = ACTIONS(507), - [anon_sym_DOT] = ACTIONS(205), - [anon_sym_SEMI] = ACTIONS(203), - [anon_sym_get] = ACTIONS(509), - [anon_sym_set] = ACTIONS(511), + [anon_sym_COMMA] = ACTIONS(199), + [anon_sym_val] = ACTIONS(421), + [anon_sym_var] = ACTIONS(421), + [anon_sym_LT] = ACTIONS(201), + [anon_sym_GT] = ACTIONS(201), + [anon_sym_where] = ACTIONS(201), + [anon_sym_object] = ACTIONS(423), + [anon_sym_fun] = ACTIONS(425), + [anon_sym_DOT] = ACTIONS(201), + [anon_sym_SEMI] = ACTIONS(199), + [anon_sym_get] = ACTIONS(427), + [anon_sym_set] = ACTIONS(429), [anon_sym_this] = ACTIONS(39), [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(513), - [sym_label] = ACTIONS(515), - [anon_sym_for] = ACTIONS(517), - [anon_sym_in] = ACTIONS(205), - [anon_sym_while] = ACTIONS(519), - [anon_sym_do] = ACTIONS(521), - [anon_sym_DOT_DOT] = ACTIONS(203), - [anon_sym_QMARK_COLON] = ACTIONS(203), - [anon_sym_AMP_AMP] = ACTIONS(203), - [anon_sym_PIPE_PIPE] = ACTIONS(203), - [anon_sym_null] = ACTIONS(523), - [anon_sym_if] = ACTIONS(525), - [anon_sym_else] = ACTIONS(205), + [anon_sym_STAR] = ACTIONS(431), + [sym_label] = ACTIONS(433), + [anon_sym_for] = ACTIONS(435), + [anon_sym_in] = ACTIONS(201), + [anon_sym_while] = ACTIONS(437), + [anon_sym_do] = ACTIONS(439), + [anon_sym_DOT_DOT] = ACTIONS(199), + [anon_sym_QMARK_COLON] = ACTIONS(199), + [anon_sym_AMP_AMP] = ACTIONS(199), + [anon_sym_PIPE_PIPE] = ACTIONS(199), + [anon_sym_null] = ACTIONS(441), + [anon_sym_if] = ACTIONS(443), + [anon_sym_else] = ACTIONS(201), [anon_sym_when] = ACTIONS(57), [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(527), - [anon_sym_return] = ACTIONS(529), + [anon_sym_throw] = ACTIONS(445), + [anon_sym_return] = ACTIONS(447), [anon_sym_continue] = ACTIONS(65), [anon_sym_break] = ACTIONS(65), [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS_EQ] = ACTIONS(203), - [anon_sym_DASH_EQ] = ACTIONS(203), - [anon_sym_STAR_EQ] = ACTIONS(203), - [anon_sym_SLASH_EQ] = ACTIONS(203), - [anon_sym_PERCENT_EQ] = ACTIONS(203), - [anon_sym_BANG_EQ] = ACTIONS(205), - [anon_sym_BANG_EQ_EQ] = ACTIONS(203), - [anon_sym_EQ_EQ] = ACTIONS(205), - [anon_sym_EQ_EQ_EQ] = ACTIONS(203), - [anon_sym_LT_EQ] = ACTIONS(203), - [anon_sym_GT_EQ] = ACTIONS(203), - [anon_sym_BANGin] = ACTIONS(203), - [anon_sym_is] = ACTIONS(205), - [anon_sym_BANGis] = ACTIONS(203), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_DASH] = ACTIONS(531), - [anon_sym_SLASH] = ACTIONS(205), - [anon_sym_PERCENT] = ACTIONS(205), - [anon_sym_as_QMARK] = ACTIONS(203), - [anon_sym_PLUS_PLUS] = ACTIONS(533), - [anon_sym_DASH_DASH] = ACTIONS(533), - [anon_sym_BANG] = ACTIONS(531), - [anon_sym_BANG_BANG] = ACTIONS(203), + [anon_sym_PLUS_EQ] = ACTIONS(199), + [anon_sym_DASH_EQ] = ACTIONS(199), + [anon_sym_STAR_EQ] = ACTIONS(199), + [anon_sym_SLASH_EQ] = ACTIONS(199), + [anon_sym_PERCENT_EQ] = ACTIONS(199), + [anon_sym_BANG_EQ] = ACTIONS(201), + [anon_sym_BANG_EQ_EQ] = ACTIONS(199), + [anon_sym_EQ_EQ] = ACTIONS(201), + [anon_sym_EQ_EQ_EQ] = ACTIONS(199), + [anon_sym_LT_EQ] = ACTIONS(199), + [anon_sym_GT_EQ] = ACTIONS(199), + [anon_sym_BANGin] = ACTIONS(199), + [anon_sym_is] = ACTIONS(201), + [anon_sym_BANGis] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(449), + [anon_sym_DASH] = ACTIONS(449), + [anon_sym_SLASH] = ACTIONS(201), + [anon_sym_PERCENT] = ACTIONS(201), + [anon_sym_as_QMARK] = ACTIONS(199), + [anon_sym_PLUS_PLUS] = ACTIONS(451), + [anon_sym_DASH_DASH] = ACTIONS(451), + [anon_sym_BANG] = ACTIONS(449), + [anon_sym_BANG_BANG] = ACTIONS(199), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -25974,7 +25512,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(93), [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(535), + [sym_real_literal] = ACTIONS(453), [sym_integer_literal] = ACTIONS(99), [sym_hex_literal] = ACTIONS(101), [sym_bin_literal] = ACTIONS(101), @@ -25982,136 +25520,326 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(103), [anon_sym_SQUOTE] = ACTIONS(105), [sym__backtick_identifier] = ACTIONS(107), - [sym__automatic_semicolon] = ACTIONS(203), - [sym_safe_nav] = ACTIONS(203), + [sym__automatic_semicolon] = ACTIONS(199), + [sym_safe_nav] = ACTIONS(199), [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(109), }, - [12] = { - [sym_type_alias] = STATE(4921), - [sym__declaration] = STATE(4921), - [sym_class_declaration] = STATE(4921), - [sym_function_declaration] = STATE(4921), - [sym_property_declaration] = STATE(4921), - [sym_getter] = STATE(4921), - [sym_setter] = STATE(4921), - [sym_object_declaration] = STATE(4921), - [sym__statement] = STATE(4921), - [sym_control_structure_body] = STATE(4961), - [sym__block] = STATE(4921), - [sym__loop_statement] = STATE(4921), - [sym_for_statement] = STATE(4921), - [sym_while_statement] = STATE(4921), - [sym_do_while_statement] = STATE(4921), - [sym_assignment] = STATE(4921), - [sym__expression] = STATE(3646), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4446), - [sym_parenthesized_expression] = STATE(4446), - [sym_collection_literal] = STATE(4446), - [sym__literal_constant] = STATE(4446), - [sym_string_literal] = STATE(4446), - [sym_lambda_literal] = STATE(4446), - [sym_anonymous_function] = STATE(4446), - [sym__function_literal] = STATE(4446), - [sym_object_literal] = STATE(4446), - [sym_this_expression] = STATE(4446), - [sym_super_expression] = STATE(4446), - [sym_if_expression] = STATE(4446), - [sym_when_expression] = STATE(4446), - [sym_try_expression] = STATE(4446), - [sym_jump_expression] = STATE(4446), - [sym_callable_reference] = STATE(4446), - [sym__prefix_unary_operator] = STATE(2214), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7890), - [sym_modifiers] = STATE(7604), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(351), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4990), - [sym__return_at] = STATE(303), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4446), - [sym_long_literal] = STATE(4446), - [sym_boolean_literal] = STATE(4446), - [sym_character_literal] = STATE(4446), - [sym__lexical_identifier] = STATE(4529), - [aux_sym__statement_repeat1] = STATE(796), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(7), + [9] = { + [sym_type_alias] = STATE(3873), + [sym__declaration] = STATE(3873), + [sym_class_declaration] = STATE(3873), + [sym_function_declaration] = STATE(3873), + [sym_property_declaration] = STATE(3873), + [sym_getter] = STATE(3873), + [sym_setter] = STATE(3873), + [sym_object_declaration] = STATE(3873), + [sym__statement] = STATE(3873), + [sym_control_structure_body] = STATE(3856), + [sym__block] = STATE(3873), + [sym__loop_statement] = STATE(3873), + [sym_for_statement] = STATE(3873), + [sym_while_statement] = STATE(3873), + [sym_do_while_statement] = STATE(3873), + [sym_assignment] = STATE(3873), + [sym__expression] = STATE(1249), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(2895), + [sym_parenthesized_expression] = STATE(2895), + [sym_collection_literal] = STATE(2895), + [sym__literal_constant] = STATE(2895), + [sym_string_literal] = STATE(2895), + [sym_lambda_literal] = STATE(2895), + [sym_anonymous_function] = STATE(2895), + [sym__function_literal] = STATE(2895), + [sym_object_literal] = STATE(2895), + [sym_this_expression] = STATE(2895), + [sym_super_expression] = STATE(2895), + [sym_if_expression] = STATE(2895), + [sym_when_expression] = STATE(2895), + [sym_try_expression] = STATE(2895), + [sym_jump_expression] = STATE(2895), + [sym_callable_reference] = STATE(2895), + [sym__prefix_unary_operator] = STATE(1807), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7923), + [sym_modifiers] = STATE(7675), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(352), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3725), + [sym__return_at] = STATE(261), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(2895), + [sym_long_literal] = STATE(2895), + [sym_boolean_literal] = STATE(2895), + [sym_character_literal] = STATE(2895), + [sym__lexical_identifier] = STATE(3382), + [aux_sym__statement_repeat1] = STATE(815), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_as] = ACTIONS(201), + [anon_sym_typealias] = ACTIONS(459), + [anon_sym_EQ] = ACTIONS(201), + [anon_sym_class] = ACTIONS(461), + [anon_sym_interface] = ACTIONS(461), + [anon_sym_enum] = ACTIONS(463), + [anon_sym_LBRACE] = ACTIONS(465), + [anon_sym_RBRACE] = ACTIONS(199), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_COMMA] = ACTIONS(199), + [anon_sym_val] = ACTIONS(469), + [anon_sym_var] = ACTIONS(469), + [anon_sym_LT] = ACTIONS(201), + [anon_sym_GT] = ACTIONS(201), + [anon_sym_where] = ACTIONS(201), + [anon_sym_object] = ACTIONS(471), + [anon_sym_fun] = ACTIONS(473), + [anon_sym_DOT] = ACTIONS(201), + [anon_sym_SEMI] = ACTIONS(199), + [anon_sym_get] = ACTIONS(475), + [anon_sym_set] = ACTIONS(477), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(483), + [sym_label] = ACTIONS(485), + [anon_sym_for] = ACTIONS(487), + [anon_sym_in] = ACTIONS(201), + [anon_sym_while] = ACTIONS(489), + [anon_sym_do] = ACTIONS(491), + [anon_sym_DOT_DOT] = ACTIONS(199), + [anon_sym_QMARK_COLON] = ACTIONS(199), + [anon_sym_AMP_AMP] = ACTIONS(199), + [anon_sym_PIPE_PIPE] = ACTIONS(199), + [anon_sym_null] = ACTIONS(493), + [anon_sym_if] = ACTIONS(495), + [anon_sym_else] = ACTIONS(201), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(501), + [anon_sym_return] = ACTIONS(503), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS_EQ] = ACTIONS(199), + [anon_sym_DASH_EQ] = ACTIONS(199), + [anon_sym_STAR_EQ] = ACTIONS(199), + [anon_sym_SLASH_EQ] = ACTIONS(199), + [anon_sym_PERCENT_EQ] = ACTIONS(199), + [anon_sym_BANG_EQ] = ACTIONS(201), + [anon_sym_BANG_EQ_EQ] = ACTIONS(199), + [anon_sym_EQ_EQ] = ACTIONS(201), + [anon_sym_EQ_EQ_EQ] = ACTIONS(199), + [anon_sym_LT_EQ] = ACTIONS(199), + [anon_sym_GT_EQ] = ACTIONS(199), + [anon_sym_BANGin] = ACTIONS(199), + [anon_sym_is] = ACTIONS(201), + [anon_sym_BANGis] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(509), + [anon_sym_DASH] = ACTIONS(509), + [anon_sym_SLASH] = ACTIONS(201), + [anon_sym_PERCENT] = ACTIONS(201), + [anon_sym_as_QMARK] = ACTIONS(199), + [anon_sym_PLUS_PLUS] = ACTIONS(511), + [anon_sym_DASH_DASH] = ACTIONS(511), + [anon_sym_BANG] = ACTIONS(509), + [anon_sym_BANG_BANG] = ACTIONS(199), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(513), + [anon_sym_inner] = ACTIONS(513), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(515), + [anon_sym_actual] = ACTIONS(515), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(523), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym__automatic_semicolon] = ACTIONS(199), + [sym_safe_nav] = ACTIONS(199), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), + }, + [10] = { + [sym_type_alias] = STATE(1052), + [sym__declaration] = STATE(1052), + [sym_class_declaration] = STATE(1052), + [sym_function_declaration] = STATE(1052), + [sym_property_declaration] = STATE(1052), + [sym_getter] = STATE(1052), + [sym_setter] = STATE(1052), + [sym_object_declaration] = STATE(1052), + [sym__statement] = STATE(1052), + [sym_control_structure_body] = STATE(1151), + [sym__block] = STATE(1052), + [sym__loop_statement] = STATE(1052), + [sym_for_statement] = STATE(1052), + [sym_while_statement] = STATE(1052), + [sym_do_while_statement] = STATE(1052), + [sym_assignment] = STATE(1052), + [sym__expression] = STATE(370), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(765), + [sym_parenthesized_expression] = STATE(765), + [sym_collection_literal] = STATE(765), + [sym__literal_constant] = STATE(765), + [sym_string_literal] = STATE(765), + [sym_lambda_literal] = STATE(765), + [sym_anonymous_function] = STATE(765), + [sym__function_literal] = STATE(765), + [sym_object_literal] = STATE(765), + [sym_this_expression] = STATE(765), + [sym_super_expression] = STATE(765), + [sym_if_expression] = STATE(765), + [sym_when_expression] = STATE(765), + [sym_try_expression] = STATE(765), + [sym_jump_expression] = STATE(765), + [sym_callable_reference] = STATE(765), + [sym__prefix_unary_operator] = STATE(1703), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7900), + [sym_modifiers] = STATE(7653), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(342), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1103), + [sym__return_at] = STATE(260), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(765), + [sym_long_literal] = STATE(765), + [sym_boolean_literal] = STATE(765), + [sym_character_literal] = STATE(765), + [sym__lexical_identifier] = STATE(843), + [aux_sym__statement_repeat1] = STATE(804), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(537), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACK] = ACTIONS(539), [anon_sym_as] = ACTIONS(119), - [anon_sym_typealias] = ACTIONS(495), + [anon_sym_typealias] = ACTIONS(541), [anon_sym_EQ] = ACTIONS(119), - [anon_sym_class] = ACTIONS(497), - [anon_sym_interface] = ACTIONS(497), - [anon_sym_enum] = ACTIONS(499), - [anon_sym_LBRACE] = ACTIONS(501), + [anon_sym_class] = ACTIONS(543), + [anon_sym_interface] = ACTIONS(543), + [anon_sym_enum] = ACTIONS(545), + [anon_sym_LBRACE] = ACTIONS(547), [anon_sym_RBRACE] = ACTIONS(117), - [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_LPAREN] = ACTIONS(549), [anon_sym_COMMA] = ACTIONS(117), - [anon_sym_val] = ACTIONS(503), - [anon_sym_var] = ACTIONS(503), + [anon_sym_val] = ACTIONS(551), + [anon_sym_var] = ACTIONS(551), [anon_sym_LT] = ACTIONS(119), [anon_sym_GT] = ACTIONS(119), [anon_sym_where] = ACTIONS(119), - [anon_sym_object] = ACTIONS(505), - [anon_sym_fun] = ACTIONS(507), + [anon_sym_object] = ACTIONS(553), + [anon_sym_fun] = ACTIONS(555), [anon_sym_DOT] = ACTIONS(119), [anon_sym_SEMI] = ACTIONS(117), - [anon_sym_get] = ACTIONS(509), - [anon_sym_set] = ACTIONS(511), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(513), - [sym_label] = ACTIONS(515), - [anon_sym_for] = ACTIONS(517), + [anon_sym_get] = ACTIONS(557), + [anon_sym_set] = ACTIONS(559), + [anon_sym_this] = ACTIONS(561), + [anon_sym_super] = ACTIONS(563), + [anon_sym_STAR] = ACTIONS(565), + [sym_label] = ACTIONS(567), + [anon_sym_for] = ACTIONS(569), [anon_sym_in] = ACTIONS(119), - [anon_sym_while] = ACTIONS(519), - [anon_sym_do] = ACTIONS(521), + [anon_sym_while] = ACTIONS(571), + [anon_sym_do] = ACTIONS(573), [anon_sym_DOT_DOT] = ACTIONS(117), [anon_sym_QMARK_COLON] = ACTIONS(117), [anon_sym_AMP_AMP] = ACTIONS(117), [anon_sym_PIPE_PIPE] = ACTIONS(117), - [anon_sym_null] = ACTIONS(523), - [anon_sym_if] = ACTIONS(525), + [anon_sym_null] = ACTIONS(575), + [anon_sym_if] = ACTIONS(577), [anon_sym_else] = ACTIONS(119), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(527), - [anon_sym_return] = ACTIONS(529), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_when] = ACTIONS(579), + [anon_sym_try] = ACTIONS(581), + [anon_sym_throw] = ACTIONS(583), + [anon_sym_return] = ACTIONS(585), + [anon_sym_continue] = ACTIONS(587), + [anon_sym_break] = ACTIONS(587), + [anon_sym_COLON_COLON] = ACTIONS(589), [anon_sym_PLUS_EQ] = ACTIONS(117), [anon_sym_DASH_EQ] = ACTIONS(117), [anon_sym_STAR_EQ] = ACTIONS(117), @@ -26126,20 +25854,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BANGin] = ACTIONS(117), [anon_sym_is] = ACTIONS(119), [anon_sym_BANGis] = ACTIONS(117), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_DASH] = ACTIONS(531), + [anon_sym_PLUS] = ACTIONS(591), + [anon_sym_DASH] = ACTIONS(591), [anon_sym_SLASH] = ACTIONS(119), [anon_sym_PERCENT] = ACTIONS(119), [anon_sym_as_QMARK] = ACTIONS(117), - [anon_sym_PLUS_PLUS] = ACTIONS(533), - [anon_sym_DASH_DASH] = ACTIONS(533), - [anon_sym_BANG] = ACTIONS(531), + [anon_sym_PLUS_PLUS] = ACTIONS(593), + [anon_sym_DASH_DASH] = ACTIONS(593), + [anon_sym_BANG] = ACTIONS(591), [anon_sym_BANG_BANG] = ACTIONS(117), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(77), - [anon_sym_inner] = ACTIONS(77), + [anon_sym_data] = ACTIONS(595), + [anon_sym_inner] = ACTIONS(595), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -26158,150 +25886,150 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(89), - [anon_sym_actual] = ACTIONS(89), + [anon_sym_expect] = ACTIONS(597), + [anon_sym_actual] = ACTIONS(597), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(535), - [sym_integer_literal] = ACTIONS(99), - [sym_hex_literal] = ACTIONS(101), - [sym_bin_literal] = ACTIONS(101), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [anon_sym_SQUOTE] = ACTIONS(105), - [sym__backtick_identifier] = ACTIONS(107), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(599), + [anon_sym_break_AT] = ACTIONS(601), + [sym_real_literal] = ACTIONS(603), + [sym_integer_literal] = ACTIONS(605), + [sym_hex_literal] = ACTIONS(607), + [sym_bin_literal] = ACTIONS(607), + [anon_sym_true] = ACTIONS(609), + [anon_sym_false] = ACTIONS(609), + [anon_sym_SQUOTE] = ACTIONS(611), + [sym__backtick_identifier] = ACTIONS(613), [sym__automatic_semicolon] = ACTIONS(117), [sym_safe_nav] = ACTIONS(117), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(109), + [sym__string_start] = ACTIONS(615), }, - [13] = { - [sym_type_alias] = STATE(3281), - [sym__declaration] = STATE(3281), - [sym_class_declaration] = STATE(3281), - [sym_function_declaration] = STATE(3281), - [sym_property_declaration] = STATE(3281), - [sym_getter] = STATE(3281), - [sym_setter] = STATE(3281), - [sym_object_declaration] = STATE(3281), - [sym__statement] = STATE(3281), - [sym_control_structure_body] = STATE(3131), - [sym__block] = STATE(3281), - [sym__loop_statement] = STATE(3281), - [sym_for_statement] = STATE(3281), - [sym_while_statement] = STATE(3281), - [sym_do_while_statement] = STATE(3281), - [sym_assignment] = STATE(3281), - [sym__expression] = STATE(945), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(2728), - [sym_parenthesized_expression] = STATE(2728), - [sym_collection_literal] = STATE(2728), - [sym__literal_constant] = STATE(2728), - [sym_string_literal] = STATE(2728), - [sym_lambda_literal] = STATE(2728), - [sym_anonymous_function] = STATE(2728), - [sym__function_literal] = STATE(2728), - [sym_object_literal] = STATE(2728), - [sym_this_expression] = STATE(2728), - [sym_super_expression] = STATE(2728), - [sym_if_expression] = STATE(2728), - [sym_when_expression] = STATE(2728), - [sym_try_expression] = STATE(2728), - [sym_jump_expression] = STATE(2728), - [sym_callable_reference] = STATE(2728), - [sym__prefix_unary_operator] = STATE(1914), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7904), - [sym_modifiers] = STATE(7817), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(355), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3447), - [sym__return_at] = STATE(304), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(2728), - [sym_long_literal] = STATE(2728), - [sym_boolean_literal] = STATE(2728), - [sym_character_literal] = STATE(2728), - [sym__lexical_identifier] = STATE(2890), - [aux_sym__statement_repeat1] = STATE(794), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(333), + [11] = { + [sym_type_alias] = STATE(3873), + [sym__declaration] = STATE(3873), + [sym_class_declaration] = STATE(3873), + [sym_function_declaration] = STATE(3873), + [sym_property_declaration] = STATE(3873), + [sym_getter] = STATE(3873), + [sym_setter] = STATE(3873), + [sym_object_declaration] = STATE(3873), + [sym__statement] = STATE(3873), + [sym_control_structure_body] = STATE(3717), + [sym__block] = STATE(3873), + [sym__loop_statement] = STATE(3873), + [sym_for_statement] = STATE(3873), + [sym_while_statement] = STATE(3873), + [sym_do_while_statement] = STATE(3873), + [sym_assignment] = STATE(3873), + [sym__expression] = STATE(1249), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(2895), + [sym_parenthesized_expression] = STATE(2895), + [sym_collection_literal] = STATE(2895), + [sym__literal_constant] = STATE(2895), + [sym_string_literal] = STATE(2895), + [sym_lambda_literal] = STATE(2895), + [sym_anonymous_function] = STATE(2895), + [sym__function_literal] = STATE(2895), + [sym_object_literal] = STATE(2895), + [sym_this_expression] = STATE(2895), + [sym_super_expression] = STATE(2895), + [sym_if_expression] = STATE(2895), + [sym_when_expression] = STATE(2895), + [sym_try_expression] = STATE(2895), + [sym_jump_expression] = STATE(2895), + [sym_callable_reference] = STATE(2895), + [sym__prefix_unary_operator] = STATE(1807), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7923), + [sym_modifiers] = STATE(7675), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(352), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3725), + [sym__return_at] = STATE(261), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(2895), + [sym_long_literal] = STATE(2895), + [sym_boolean_literal] = STATE(2895), + [sym_character_literal] = STATE(2895), + [sym__lexical_identifier] = STATE(3382), + [aux_sym__statement_repeat1] = STATE(815), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(455), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(335), + [anon_sym_LBRACK] = ACTIONS(457), [anon_sym_as] = ACTIONS(119), - [anon_sym_typealias] = ACTIONS(337), + [anon_sym_typealias] = ACTIONS(459), [anon_sym_EQ] = ACTIONS(119), - [anon_sym_class] = ACTIONS(339), - [anon_sym_interface] = ACTIONS(339), - [anon_sym_enum] = ACTIONS(341), - [anon_sym_LBRACE] = ACTIONS(343), + [anon_sym_class] = ACTIONS(461), + [anon_sym_interface] = ACTIONS(461), + [anon_sym_enum] = ACTIONS(463), + [anon_sym_LBRACE] = ACTIONS(465), [anon_sym_RBRACE] = ACTIONS(117), - [anon_sym_LPAREN] = ACTIONS(345), + [anon_sym_LPAREN] = ACTIONS(467), [anon_sym_COMMA] = ACTIONS(117), - [anon_sym_val] = ACTIONS(347), - [anon_sym_var] = ACTIONS(347), + [anon_sym_val] = ACTIONS(469), + [anon_sym_var] = ACTIONS(469), [anon_sym_LT] = ACTIONS(119), [anon_sym_GT] = ACTIONS(119), [anon_sym_where] = ACTIONS(119), - [anon_sym_object] = ACTIONS(349), - [anon_sym_fun] = ACTIONS(351), + [anon_sym_object] = ACTIONS(471), + [anon_sym_fun] = ACTIONS(473), [anon_sym_DOT] = ACTIONS(119), [anon_sym_SEMI] = ACTIONS(117), - [anon_sym_get] = ACTIONS(353), - [anon_sym_set] = ACTIONS(355), - [anon_sym_this] = ACTIONS(357), - [anon_sym_super] = ACTIONS(359), - [anon_sym_STAR] = ACTIONS(361), - [sym_label] = ACTIONS(363), - [anon_sym_for] = ACTIONS(365), + [anon_sym_get] = ACTIONS(475), + [anon_sym_set] = ACTIONS(477), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(483), + [sym_label] = ACTIONS(485), + [anon_sym_for] = ACTIONS(487), [anon_sym_in] = ACTIONS(119), - [anon_sym_while] = ACTIONS(367), - [anon_sym_do] = ACTIONS(369), + [anon_sym_while] = ACTIONS(489), + [anon_sym_do] = ACTIONS(491), [anon_sym_DOT_DOT] = ACTIONS(117), [anon_sym_QMARK_COLON] = ACTIONS(117), [anon_sym_AMP_AMP] = ACTIONS(117), [anon_sym_PIPE_PIPE] = ACTIONS(117), - [anon_sym_null] = ACTIONS(371), - [anon_sym_if] = ACTIONS(373), + [anon_sym_null] = ACTIONS(493), + [anon_sym_if] = ACTIONS(495), [anon_sym_else] = ACTIONS(119), - [anon_sym_when] = ACTIONS(375), - [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(379), - [anon_sym_return] = ACTIONS(381), - [anon_sym_continue] = ACTIONS(383), - [anon_sym_break] = ACTIONS(383), - [anon_sym_COLON_COLON] = ACTIONS(385), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(501), + [anon_sym_return] = ACTIONS(503), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), [anon_sym_PLUS_EQ] = ACTIONS(117), [anon_sym_DASH_EQ] = ACTIONS(117), [anon_sym_STAR_EQ] = ACTIONS(117), @@ -26316,20 +26044,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BANGin] = ACTIONS(117), [anon_sym_is] = ACTIONS(119), [anon_sym_BANGis] = ACTIONS(117), - [anon_sym_PLUS] = ACTIONS(387), - [anon_sym_DASH] = ACTIONS(387), + [anon_sym_PLUS] = ACTIONS(509), + [anon_sym_DASH] = ACTIONS(509), [anon_sym_SLASH] = ACTIONS(119), [anon_sym_PERCENT] = ACTIONS(119), [anon_sym_as_QMARK] = ACTIONS(117), - [anon_sym_PLUS_PLUS] = ACTIONS(389), - [anon_sym_DASH_DASH] = ACTIONS(389), - [anon_sym_BANG] = ACTIONS(387), + [anon_sym_PLUS_PLUS] = ACTIONS(511), + [anon_sym_DASH_DASH] = ACTIONS(511), + [anon_sym_BANG] = ACTIONS(509), [anon_sym_BANG_BANG] = ACTIONS(117), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(391), - [anon_sym_inner] = ACTIONS(391), + [anon_sym_data] = ACTIONS(513), + [anon_sym_inner] = ACTIONS(513), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -26348,126 +26076,126 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(393), - [anon_sym_actual] = ACTIONS(393), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(395), - [anon_sym_break_AT] = ACTIONS(397), - [sym_real_literal] = ACTIONS(399), - [sym_integer_literal] = ACTIONS(401), - [sym_hex_literal] = ACTIONS(403), - [sym_bin_literal] = ACTIONS(403), - [anon_sym_true] = ACTIONS(405), - [anon_sym_false] = ACTIONS(405), - [anon_sym_SQUOTE] = ACTIONS(407), - [sym__backtick_identifier] = ACTIONS(409), + [anon_sym_expect] = ACTIONS(515), + [anon_sym_actual] = ACTIONS(515), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(523), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), [sym__automatic_semicolon] = ACTIONS(117), [sym_safe_nav] = ACTIONS(117), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(411), + [sym__string_start] = ACTIONS(535), }, - [14] = { - [sym_type_alias] = STATE(3848), - [sym__declaration] = STATE(3848), - [sym_class_declaration] = STATE(3848), - [sym_function_declaration] = STATE(3848), - [sym_property_declaration] = STATE(3848), - [sym_getter] = STATE(3848), - [sym_setter] = STATE(3848), - [sym_object_declaration] = STATE(3848), - [sym__statement] = STATE(3848), - [sym_control_structure_body] = STATE(3880), - [sym__block] = STATE(3848), - [sym__loop_statement] = STATE(3848), - [sym_for_statement] = STATE(3848), - [sym_while_statement] = STATE(3848), - [sym_do_while_statement] = STATE(3848), - [sym_assignment] = STATE(3848), - [sym__expression] = STATE(1264), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(2891), - [sym_parenthesized_expression] = STATE(2891), - [sym_collection_literal] = STATE(2891), - [sym__literal_constant] = STATE(2891), - [sym_string_literal] = STATE(2891), - [sym_lambda_literal] = STATE(2891), - [sym_anonymous_function] = STATE(2891), - [sym__function_literal] = STATE(2891), - [sym_object_literal] = STATE(2891), - [sym_this_expression] = STATE(2891), - [sym_super_expression] = STATE(2891), - [sym_if_expression] = STATE(2891), - [sym_when_expression] = STATE(2891), - [sym_try_expression] = STATE(2891), - [sym_jump_expression] = STATE(2891), - [sym_callable_reference] = STATE(2891), - [sym__prefix_unary_operator] = STATE(1620), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7889), - [sym_modifiers] = STATE(7809), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(335), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3755), - [sym__return_at] = STATE(261), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(2891), - [sym_long_literal] = STATE(2891), - [sym_boolean_literal] = STATE(2891), - [sym_character_literal] = STATE(2891), - [sym__lexical_identifier] = STATE(3263), - [aux_sym__statement_repeat1] = STATE(829), - [aux_sym_modifiers_repeat1] = STATE(5441), + [12] = { + [sym_type_alias] = STATE(1052), + [sym__declaration] = STATE(1052), + [sym_class_declaration] = STATE(1052), + [sym_function_declaration] = STATE(1052), + [sym_property_declaration] = STATE(1052), + [sym_getter] = STATE(1052), + [sym_setter] = STATE(1052), + [sym_object_declaration] = STATE(1052), + [sym__statement] = STATE(1052), + [sym_control_structure_body] = STATE(1133), + [sym__block] = STATE(1052), + [sym__loop_statement] = STATE(1052), + [sym_for_statement] = STATE(1052), + [sym_while_statement] = STATE(1052), + [sym_do_while_statement] = STATE(1052), + [sym_assignment] = STATE(1052), + [sym__expression] = STATE(370), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(765), + [sym_parenthesized_expression] = STATE(765), + [sym_collection_literal] = STATE(765), + [sym__literal_constant] = STATE(765), + [sym_string_literal] = STATE(765), + [sym_lambda_literal] = STATE(765), + [sym_anonymous_function] = STATE(765), + [sym__function_literal] = STATE(765), + [sym_object_literal] = STATE(765), + [sym_this_expression] = STATE(765), + [sym_super_expression] = STATE(765), + [sym_if_expression] = STATE(765), + [sym_when_expression] = STATE(765), + [sym_try_expression] = STATE(765), + [sym_jump_expression] = STATE(765), + [sym_callable_reference] = STATE(765), + [sym__prefix_unary_operator] = STATE(1703), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7900), + [sym_modifiers] = STATE(7653), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(342), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1103), + [sym__return_at] = STATE(260), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(765), + [sym_long_literal] = STATE(765), + [sym_boolean_literal] = STATE(765), + [sym_character_literal] = STATE(765), + [sym__lexical_identifier] = STATE(843), + [aux_sym__statement_repeat1] = STATE(804), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(537), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_as] = ACTIONS(205), + [anon_sym_as] = ACTIONS(201), [anon_sym_typealias] = ACTIONS(541), - [anon_sym_EQ] = ACTIONS(205), + [anon_sym_EQ] = ACTIONS(201), [anon_sym_class] = ACTIONS(543), [anon_sym_interface] = ACTIONS(543), [anon_sym_enum] = ACTIONS(545), [anon_sym_LBRACE] = ACTIONS(547), - [anon_sym_RBRACE] = ACTIONS(203), + [anon_sym_RBRACE] = ACTIONS(199), [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_COMMA] = ACTIONS(203), + [anon_sym_COMMA] = ACTIONS(199), [anon_sym_val] = ACTIONS(551), [anon_sym_var] = ACTIONS(551), - [anon_sym_LT] = ACTIONS(205), - [anon_sym_GT] = ACTIONS(205), - [anon_sym_where] = ACTIONS(205), + [anon_sym_LT] = ACTIONS(201), + [anon_sym_GT] = ACTIONS(201), + [anon_sym_where] = ACTIONS(201), [anon_sym_object] = ACTIONS(553), [anon_sym_fun] = ACTIONS(555), - [anon_sym_DOT] = ACTIONS(205), - [anon_sym_SEMI] = ACTIONS(203), + [anon_sym_DOT] = ACTIONS(201), + [anon_sym_SEMI] = ACTIONS(199), [anon_sym_get] = ACTIONS(557), [anon_sym_set] = ACTIONS(559), [anon_sym_this] = ACTIONS(561), @@ -26475,16 +26203,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(565), [sym_label] = ACTIONS(567), [anon_sym_for] = ACTIONS(569), - [anon_sym_in] = ACTIONS(205), + [anon_sym_in] = ACTIONS(201), [anon_sym_while] = ACTIONS(571), [anon_sym_do] = ACTIONS(573), - [anon_sym_DOT_DOT] = ACTIONS(203), - [anon_sym_QMARK_COLON] = ACTIONS(203), - [anon_sym_AMP_AMP] = ACTIONS(203), - [anon_sym_PIPE_PIPE] = ACTIONS(203), + [anon_sym_DOT_DOT] = ACTIONS(199), + [anon_sym_QMARK_COLON] = ACTIONS(199), + [anon_sym_AMP_AMP] = ACTIONS(199), + [anon_sym_PIPE_PIPE] = ACTIONS(199), [anon_sym_null] = ACTIONS(575), [anon_sym_if] = ACTIONS(577), - [anon_sym_else] = ACTIONS(205), + [anon_sym_else] = ACTIONS(201), [anon_sym_when] = ACTIONS(579), [anon_sym_try] = ACTIONS(581), [anon_sym_throw] = ACTIONS(583), @@ -26492,29 +26220,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(587), [anon_sym_break] = ACTIONS(587), [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS_EQ] = ACTIONS(203), - [anon_sym_DASH_EQ] = ACTIONS(203), - [anon_sym_STAR_EQ] = ACTIONS(203), - [anon_sym_SLASH_EQ] = ACTIONS(203), - [anon_sym_PERCENT_EQ] = ACTIONS(203), - [anon_sym_BANG_EQ] = ACTIONS(205), - [anon_sym_BANG_EQ_EQ] = ACTIONS(203), - [anon_sym_EQ_EQ] = ACTIONS(205), - [anon_sym_EQ_EQ_EQ] = ACTIONS(203), - [anon_sym_LT_EQ] = ACTIONS(203), - [anon_sym_GT_EQ] = ACTIONS(203), - [anon_sym_BANGin] = ACTIONS(203), - [anon_sym_is] = ACTIONS(205), - [anon_sym_BANGis] = ACTIONS(203), + [anon_sym_PLUS_EQ] = ACTIONS(199), + [anon_sym_DASH_EQ] = ACTIONS(199), + [anon_sym_STAR_EQ] = ACTIONS(199), + [anon_sym_SLASH_EQ] = ACTIONS(199), + [anon_sym_PERCENT_EQ] = ACTIONS(199), + [anon_sym_BANG_EQ] = ACTIONS(201), + [anon_sym_BANG_EQ_EQ] = ACTIONS(199), + [anon_sym_EQ_EQ] = ACTIONS(201), + [anon_sym_EQ_EQ_EQ] = ACTIONS(199), + [anon_sym_LT_EQ] = ACTIONS(199), + [anon_sym_GT_EQ] = ACTIONS(199), + [anon_sym_BANGin] = ACTIONS(199), + [anon_sym_is] = ACTIONS(201), + [anon_sym_BANGis] = ACTIONS(199), [anon_sym_PLUS] = ACTIONS(591), [anon_sym_DASH] = ACTIONS(591), - [anon_sym_SLASH] = ACTIONS(205), - [anon_sym_PERCENT] = ACTIONS(205), - [anon_sym_as_QMARK] = ACTIONS(203), + [anon_sym_SLASH] = ACTIONS(201), + [anon_sym_PERCENT] = ACTIONS(201), + [anon_sym_as_QMARK] = ACTIONS(199), [anon_sym_PLUS_PLUS] = ACTIONS(593), [anon_sym_DASH_DASH] = ACTIONS(593), [anon_sym_BANG] = ACTIONS(591), - [anon_sym_BANG_BANG] = ACTIONS(203), + [anon_sym_BANG_BANG] = ACTIONS(199), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -26541,7 +26269,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(597), [anon_sym_actual] = ACTIONS(597), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), + [anon_sym_return_AT] = ACTIONS(517), [anon_sym_continue_AT] = ACTIONS(599), [anon_sym_break_AT] = ACTIONS(601), [sym_real_literal] = ACTIONS(603), @@ -26552,164 +26280,164 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(609), [anon_sym_SQUOTE] = ACTIONS(611), [sym__backtick_identifier] = ACTIONS(613), - [sym__automatic_semicolon] = ACTIONS(203), - [sym_safe_nav] = ACTIONS(203), + [sym__automatic_semicolon] = ACTIONS(199), + [sym_safe_nav] = ACTIONS(199), [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(615), }, - [15] = { - [sym_type_alias] = STATE(3848), - [sym__declaration] = STATE(3848), - [sym_class_declaration] = STATE(3848), - [sym_function_declaration] = STATE(3848), - [sym_property_declaration] = STATE(3848), - [sym_getter] = STATE(3848), - [sym_setter] = STATE(3848), - [sym_object_declaration] = STATE(3848), - [sym__statement] = STATE(3848), - [sym_control_structure_body] = STATE(3779), - [sym__block] = STATE(3848), - [sym__loop_statement] = STATE(3848), - [sym_for_statement] = STATE(3848), - [sym_while_statement] = STATE(3848), - [sym_do_while_statement] = STATE(3848), - [sym_assignment] = STATE(3848), - [sym__expression] = STATE(1264), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(2891), - [sym_parenthesized_expression] = STATE(2891), - [sym_collection_literal] = STATE(2891), - [sym__literal_constant] = STATE(2891), - [sym_string_literal] = STATE(2891), - [sym_lambda_literal] = STATE(2891), - [sym_anonymous_function] = STATE(2891), - [sym__function_literal] = STATE(2891), - [sym_object_literal] = STATE(2891), - [sym_this_expression] = STATE(2891), - [sym_super_expression] = STATE(2891), - [sym_if_expression] = STATE(2891), - [sym_when_expression] = STATE(2891), - [sym_try_expression] = STATE(2891), - [sym_jump_expression] = STATE(2891), - [sym_callable_reference] = STATE(2891), - [sym__prefix_unary_operator] = STATE(1620), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7889), - [sym_modifiers] = STATE(7809), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(335), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3755), - [sym__return_at] = STATE(261), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(2891), - [sym_long_literal] = STATE(2891), - [sym_boolean_literal] = STATE(2891), - [sym_character_literal] = STATE(2891), - [sym__lexical_identifier] = STATE(3263), - [aux_sym__statement_repeat1] = STATE(829), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(537), + [13] = { + [sym_type_alias] = STATE(9461), + [sym__declaration] = STATE(9461), + [sym_class_declaration] = STATE(9461), + [sym_function_declaration] = STATE(9461), + [sym_property_declaration] = STATE(9461), + [sym_getter] = STATE(9461), + [sym_setter] = STATE(9461), + [sym_object_declaration] = STATE(9461), + [sym__statement] = STATE(9461), + [sym_control_structure_body] = STATE(9063), + [sym__block] = STATE(9461), + [sym__loop_statement] = STATE(9461), + [sym_for_statement] = STATE(9461), + [sym_while_statement] = STATE(9461), + [sym_do_while_statement] = STATE(9461), + [sym_assignment] = STATE(9461), + [sym__expression] = STATE(4184), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4435), + [sym_parenthesized_expression] = STATE(4435), + [sym_collection_literal] = STATE(4435), + [sym__literal_constant] = STATE(4435), + [sym_string_literal] = STATE(4435), + [sym_lambda_literal] = STATE(4435), + [sym_anonymous_function] = STATE(4435), + [sym__function_literal] = STATE(4435), + [sym_object_literal] = STATE(4435), + [sym_this_expression] = STATE(4435), + [sym_super_expression] = STATE(4435), + [sym_if_expression] = STATE(4435), + [sym_when_expression] = STATE(4435), + [sym_try_expression] = STATE(4435), + [sym_jump_expression] = STATE(4435), + [sym_callable_reference] = STATE(4435), + [sym__prefix_unary_operator] = STATE(1903), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7894), + [sym_modifiers] = STATE(7813), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(351), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4608), + [sym__return_at] = STATE(310), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4435), + [sym_long_literal] = STATE(4435), + [sym_boolean_literal] = STATE(4435), + [sym_character_literal] = STATE(4435), + [sym__lexical_identifier] = STATE(4461), + [aux_sym__statement_repeat1] = STATE(830), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(203), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_as] = ACTIONS(119), - [anon_sym_typealias] = ACTIONS(541), - [anon_sym_EQ] = ACTIONS(119), - [anon_sym_class] = ACTIONS(543), - [anon_sym_interface] = ACTIONS(543), - [anon_sym_enum] = ACTIONS(545), - [anon_sym_LBRACE] = ACTIONS(547), - [anon_sym_RBRACE] = ACTIONS(117), - [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_COMMA] = ACTIONS(117), - [anon_sym_val] = ACTIONS(551), - [anon_sym_var] = ACTIONS(551), - [anon_sym_LT] = ACTIONS(119), - [anon_sym_GT] = ACTIONS(119), - [anon_sym_where] = ACTIONS(119), - [anon_sym_object] = ACTIONS(553), - [anon_sym_fun] = ACTIONS(555), - [anon_sym_DOT] = ACTIONS(119), - [anon_sym_SEMI] = ACTIONS(117), - [anon_sym_get] = ACTIONS(557), - [anon_sym_set] = ACTIONS(559), - [anon_sym_this] = ACTIONS(561), - [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(565), - [sym_label] = ACTIONS(567), - [anon_sym_for] = ACTIONS(569), - [anon_sym_in] = ACTIONS(119), - [anon_sym_while] = ACTIONS(571), - [anon_sym_do] = ACTIONS(573), - [anon_sym_DOT_DOT] = ACTIONS(117), - [anon_sym_QMARK_COLON] = ACTIONS(117), - [anon_sym_AMP_AMP] = ACTIONS(117), - [anon_sym_PIPE_PIPE] = ACTIONS(117), - [anon_sym_null] = ACTIONS(575), - [anon_sym_if] = ACTIONS(577), - [anon_sym_else] = ACTIONS(119), - [anon_sym_when] = ACTIONS(579), - [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(583), - [anon_sym_return] = ACTIONS(585), - [anon_sym_continue] = ACTIONS(587), - [anon_sym_break] = ACTIONS(587), - [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS_EQ] = ACTIONS(117), - [anon_sym_DASH_EQ] = ACTIONS(117), - [anon_sym_STAR_EQ] = ACTIONS(117), - [anon_sym_SLASH_EQ] = ACTIONS(117), - [anon_sym_PERCENT_EQ] = ACTIONS(117), - [anon_sym_BANG_EQ] = ACTIONS(119), - [anon_sym_BANG_EQ_EQ] = ACTIONS(117), - [anon_sym_EQ_EQ] = ACTIONS(119), - [anon_sym_EQ_EQ_EQ] = ACTIONS(117), - [anon_sym_LT_EQ] = ACTIONS(117), - [anon_sym_GT_EQ] = ACTIONS(117), - [anon_sym_BANGin] = ACTIONS(117), - [anon_sym_is] = ACTIONS(119), - [anon_sym_BANGis] = ACTIONS(117), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_SLASH] = ACTIONS(119), - [anon_sym_PERCENT] = ACTIONS(119), - [anon_sym_as_QMARK] = ACTIONS(117), - [anon_sym_PLUS_PLUS] = ACTIONS(593), - [anon_sym_DASH_DASH] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(591), - [anon_sym_BANG_BANG] = ACTIONS(117), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_as] = ACTIONS(287), + [anon_sym_typealias] = ACTIONS(289), + [anon_sym_EQ] = ACTIONS(287), + [anon_sym_class] = ACTIONS(291), + [anon_sym_interface] = ACTIONS(291), + [anon_sym_enum] = ACTIONS(293), + [anon_sym_LBRACE] = ACTIONS(295), + [anon_sym_RBRACE] = ACTIONS(285), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_COMMA] = ACTIONS(285), + [anon_sym_val] = ACTIONS(297), + [anon_sym_var] = ACTIONS(297), + [anon_sym_LT] = ACTIONS(287), + [anon_sym_GT] = ACTIONS(287), + [anon_sym_where] = ACTIONS(287), + [anon_sym_object] = ACTIONS(299), + [anon_sym_fun] = ACTIONS(301), + [anon_sym_DOT] = ACTIONS(287), + [anon_sym_SEMI] = ACTIONS(303), + [anon_sym_get] = ACTIONS(305), + [anon_sym_set] = ACTIONS(307), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(309), + [sym_label] = ACTIONS(311), + [anon_sym_for] = ACTIONS(313), + [anon_sym_in] = ACTIONS(287), + [anon_sym_while] = ACTIONS(315), + [anon_sym_do] = ACTIONS(317), + [anon_sym_DOT_DOT] = ACTIONS(285), + [anon_sym_QMARK_COLON] = ACTIONS(285), + [anon_sym_AMP_AMP] = ACTIONS(285), + [anon_sym_PIPE_PIPE] = ACTIONS(285), + [anon_sym_null] = ACTIONS(319), + [anon_sym_if] = ACTIONS(321), + [anon_sym_else] = ACTIONS(287), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(323), + [anon_sym_return] = ACTIONS(325), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS_EQ] = ACTIONS(285), + [anon_sym_DASH_EQ] = ACTIONS(285), + [anon_sym_STAR_EQ] = ACTIONS(285), + [anon_sym_SLASH_EQ] = ACTIONS(285), + [anon_sym_PERCENT_EQ] = ACTIONS(285), + [anon_sym_BANG_EQ] = ACTIONS(287), + [anon_sym_BANG_EQ_EQ] = ACTIONS(285), + [anon_sym_EQ_EQ] = ACTIONS(287), + [anon_sym_EQ_EQ_EQ] = ACTIONS(285), + [anon_sym_LT_EQ] = ACTIONS(285), + [anon_sym_GT_EQ] = ACTIONS(285), + [anon_sym_BANGin] = ACTIONS(285), + [anon_sym_is] = ACTIONS(287), + [anon_sym_BANGis] = ACTIONS(285), + [anon_sym_PLUS] = ACTIONS(327), + [anon_sym_DASH] = ACTIONS(327), + [anon_sym_SLASH] = ACTIONS(287), + [anon_sym_PERCENT] = ACTIONS(287), + [anon_sym_as_QMARK] = ACTIONS(285), + [anon_sym_PLUS_PLUS] = ACTIONS(329), + [anon_sym_DASH_DASH] = ACTIONS(329), + [anon_sym_BANG] = ACTIONS(327), + [anon_sym_BANG_BANG] = ACTIONS(285), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(595), - [anon_sym_inner] = ACTIONS(595), + [anon_sym_data] = ACTIONS(261), + [anon_sym_inner] = ACTIONS(261), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -26728,145 +26456,337 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(597), - [anon_sym_actual] = ACTIONS(597), + [anon_sym_expect] = ACTIONS(263), + [anon_sym_actual] = ACTIONS(263), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(599), - [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(603), - [sym_integer_literal] = ACTIONS(605), - [sym_hex_literal] = ACTIONS(607), - [sym_bin_literal] = ACTIONS(607), - [anon_sym_true] = ACTIONS(609), - [anon_sym_false] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(611), - [sym__backtick_identifier] = ACTIONS(613), - [sym__automatic_semicolon] = ACTIONS(117), - [sym_safe_nav] = ACTIONS(117), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(331), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), + [sym__automatic_semicolon] = ACTIONS(285), + [sym_safe_nav] = ACTIONS(285), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(615), + [sym__string_start] = ACTIONS(283), }, - [16] = { - [sym_type_alias] = STATE(4921), - [sym__declaration] = STATE(4921), - [sym_class_declaration] = STATE(4921), - [sym_function_declaration] = STATE(4921), - [sym_property_declaration] = STATE(4921), - [sym_getter] = STATE(4921), - [sym_setter] = STATE(4921), - [sym_object_declaration] = STATE(4921), - [sym__statement] = STATE(4921), - [sym_control_structure_body] = STATE(4961), - [sym__block] = STATE(4921), - [sym__loop_statement] = STATE(4921), - [sym_for_statement] = STATE(4921), - [sym_while_statement] = STATE(4921), - [sym_do_while_statement] = STATE(4921), - [sym_assignment] = STATE(4921), - [sym__expression] = STATE(3956), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4446), - [sym_parenthesized_expression] = STATE(4446), - [sym_collection_literal] = STATE(4446), - [sym__literal_constant] = STATE(4446), - [sym_string_literal] = STATE(4446), - [sym_lambda_literal] = STATE(4446), - [sym_anonymous_function] = STATE(4446), - [sym__function_literal] = STATE(4446), - [sym_object_literal] = STATE(4446), - [sym_this_expression] = STATE(4446), - [sym_super_expression] = STATE(4446), - [sym_if_expression] = STATE(4446), - [sym_when_expression] = STATE(4446), - [sym_try_expression] = STATE(4446), - [sym_jump_expression] = STATE(4446), - [sym_callable_reference] = STATE(4446), - [sym__prefix_unary_operator] = STATE(2020), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7863), - [sym_modifiers] = STATE(7746), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(346), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4990), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4446), - [sym_long_literal] = STATE(4446), - [sym_boolean_literal] = STATE(4446), - [sym_character_literal] = STATE(4446), - [sym__lexical_identifier] = STATE(4529), - [aux_sym__statement_repeat1] = STATE(803), - [aux_sym_modifiers_repeat1] = STATE(5441), + [14] = { + [sym_type_alias] = STATE(3456), + [sym__declaration] = STATE(3456), + [sym_class_declaration] = STATE(3456), + [sym_function_declaration] = STATE(3456), + [sym_property_declaration] = STATE(3456), + [sym_getter] = STATE(3456), + [sym_setter] = STATE(3456), + [sym_object_declaration] = STATE(3456), + [sym__statement] = STATE(3456), + [sym_control_structure_body] = STATE(3155), + [sym__block] = STATE(3456), + [sym__loop_statement] = STATE(3456), + [sym_for_statement] = STATE(3456), + [sym_while_statement] = STATE(3456), + [sym_do_while_statement] = STATE(3456), + [sym_assignment] = STATE(3456), + [sym__expression] = STATE(954), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(2760), + [sym_parenthesized_expression] = STATE(2760), + [sym_collection_literal] = STATE(2760), + [sym__literal_constant] = STATE(2760), + [sym_string_literal] = STATE(2760), + [sym_lambda_literal] = STATE(2760), + [sym_anonymous_function] = STATE(2760), + [sym__function_literal] = STATE(2760), + [sym_object_literal] = STATE(2760), + [sym_this_expression] = STATE(2760), + [sym_super_expression] = STATE(2760), + [sym_if_expression] = STATE(2760), + [sym_when_expression] = STATE(2760), + [sym_try_expression] = STATE(2760), + [sym_jump_expression] = STATE(2760), + [sym_callable_reference] = STATE(2760), + [sym__prefix_unary_operator] = STATE(1644), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7915), + [sym_modifiers] = STATE(7662), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(350), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3279), + [sym__return_at] = STATE(303), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(2760), + [sym_long_literal] = STATE(2760), + [sym_boolean_literal] = STATE(2760), + [sym_character_literal] = STATE(2760), + [sym__lexical_identifier] = STATE(2837), + [aux_sym__statement_repeat1] = STATE(801), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(333), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(335), + [anon_sym_as] = ACTIONS(201), + [anon_sym_typealias] = ACTIONS(337), + [anon_sym_EQ] = ACTIONS(201), + [anon_sym_class] = ACTIONS(339), + [anon_sym_interface] = ACTIONS(339), + [anon_sym_enum] = ACTIONS(341), + [anon_sym_LBRACE] = ACTIONS(343), + [anon_sym_RBRACE] = ACTIONS(199), + [anon_sym_LPAREN] = ACTIONS(345), + [anon_sym_COMMA] = ACTIONS(199), + [anon_sym_val] = ACTIONS(347), + [anon_sym_var] = ACTIONS(347), + [anon_sym_LT] = ACTIONS(201), + [anon_sym_GT] = ACTIONS(201), + [anon_sym_where] = ACTIONS(201), + [anon_sym_object] = ACTIONS(349), + [anon_sym_fun] = ACTIONS(351), + [anon_sym_DOT] = ACTIONS(201), + [anon_sym_SEMI] = ACTIONS(199), + [anon_sym_get] = ACTIONS(353), + [anon_sym_set] = ACTIONS(355), + [anon_sym_this] = ACTIONS(357), + [anon_sym_super] = ACTIONS(359), + [anon_sym_STAR] = ACTIONS(361), + [sym_label] = ACTIONS(363), + [anon_sym_for] = ACTIONS(365), + [anon_sym_in] = ACTIONS(201), + [anon_sym_while] = ACTIONS(367), + [anon_sym_do] = ACTIONS(369), + [anon_sym_DOT_DOT] = ACTIONS(199), + [anon_sym_QMARK_COLON] = ACTIONS(199), + [anon_sym_AMP_AMP] = ACTIONS(199), + [anon_sym_PIPE_PIPE] = ACTIONS(199), + [anon_sym_null] = ACTIONS(371), + [anon_sym_if] = ACTIONS(373), + [anon_sym_else] = ACTIONS(201), + [anon_sym_when] = ACTIONS(375), + [anon_sym_try] = ACTIONS(377), + [anon_sym_throw] = ACTIONS(379), + [anon_sym_return] = ACTIONS(381), + [anon_sym_continue] = ACTIONS(383), + [anon_sym_break] = ACTIONS(383), + [anon_sym_COLON_COLON] = ACTIONS(385), + [anon_sym_PLUS_EQ] = ACTIONS(199), + [anon_sym_DASH_EQ] = ACTIONS(199), + [anon_sym_STAR_EQ] = ACTIONS(199), + [anon_sym_SLASH_EQ] = ACTIONS(199), + [anon_sym_PERCENT_EQ] = ACTIONS(199), + [anon_sym_BANG_EQ] = ACTIONS(201), + [anon_sym_BANG_EQ_EQ] = ACTIONS(199), + [anon_sym_EQ_EQ] = ACTIONS(201), + [anon_sym_EQ_EQ_EQ] = ACTIONS(199), + [anon_sym_LT_EQ] = ACTIONS(199), + [anon_sym_GT_EQ] = ACTIONS(199), + [anon_sym_BANGin] = ACTIONS(199), + [anon_sym_is] = ACTIONS(201), + [anon_sym_BANGis] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(387), + [anon_sym_DASH] = ACTIONS(387), + [anon_sym_SLASH] = ACTIONS(201), + [anon_sym_PERCENT] = ACTIONS(201), + [anon_sym_as_QMARK] = ACTIONS(199), + [anon_sym_PLUS_PLUS] = ACTIONS(389), + [anon_sym_DASH_DASH] = ACTIONS(389), + [anon_sym_BANG] = ACTIONS(387), + [anon_sym_BANG_BANG] = ACTIONS(199), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(391), + [anon_sym_inner] = ACTIONS(391), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(393), + [anon_sym_actual] = ACTIONS(393), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(395), + [anon_sym_break_AT] = ACTIONS(397), + [sym_real_literal] = ACTIONS(399), + [sym_integer_literal] = ACTIONS(401), + [sym_hex_literal] = ACTIONS(403), + [sym_bin_literal] = ACTIONS(403), + [anon_sym_true] = ACTIONS(405), + [anon_sym_false] = ACTIONS(405), + [anon_sym_SQUOTE] = ACTIONS(407), + [sym__backtick_identifier] = ACTIONS(409), + [sym__automatic_semicolon] = ACTIONS(199), + [sym_safe_nav] = ACTIONS(199), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(411), + }, + [15] = { + [sym_type_alias] = STATE(5052), + [sym__declaration] = STATE(5052), + [sym_class_declaration] = STATE(5052), + [sym_function_declaration] = STATE(5052), + [sym_property_declaration] = STATE(5052), + [sym_getter] = STATE(5052), + [sym_setter] = STATE(5052), + [sym_object_declaration] = STATE(5052), + [sym__statement] = STATE(5052), + [sym_control_structure_body] = STATE(5004), + [sym__block] = STATE(5052), + [sym__loop_statement] = STATE(5052), + [sym_for_statement] = STATE(5052), + [sym_while_statement] = STATE(5052), + [sym_do_while_statement] = STATE(5052), + [sym_assignment] = STATE(5052), + [sym__expression] = STATE(3562), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4467), + [sym_parenthesized_expression] = STATE(4467), + [sym_collection_literal] = STATE(4467), + [sym__literal_constant] = STATE(4467), + [sym_string_literal] = STATE(4467), + [sym_lambda_literal] = STATE(4467), + [sym_anonymous_function] = STATE(4467), + [sym__function_literal] = STATE(4467), + [sym_object_literal] = STATE(4467), + [sym_this_expression] = STATE(4467), + [sym_super_expression] = STATE(4467), + [sym_if_expression] = STATE(4467), + [sym_when_expression] = STATE(4467), + [sym_try_expression] = STATE(4467), + [sym_jump_expression] = STATE(4467), + [sym_callable_reference] = STATE(4467), + [sym__prefix_unary_operator] = STATE(1801), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7898), + [sym_modifiers] = STATE(7725), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(343), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4920), + [sym__return_at] = STATE(298), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4467), + [sym_long_literal] = STATE(4467), + [sym_boolean_literal] = STATE(4467), + [sym_character_literal] = STATE(4467), + [sym__lexical_identifier] = STATE(4566), + [aux_sym__statement_repeat1] = STATE(799), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(13), [anon_sym_as] = ACTIONS(119), - [anon_sym_typealias] = ACTIONS(495), + [anon_sym_typealias] = ACTIONS(413), [anon_sym_EQ] = ACTIONS(119), - [anon_sym_class] = ACTIONS(617), - [anon_sym_interface] = ACTIONS(617), - [anon_sym_enum] = ACTIONS(619), - [anon_sym_LBRACE] = ACTIONS(501), + [anon_sym_class] = ACTIONS(415), + [anon_sym_interface] = ACTIONS(415), + [anon_sym_enum] = ACTIONS(417), + [anon_sym_LBRACE] = ACTIONS(419), [anon_sym_RBRACE] = ACTIONS(117), [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_val] = ACTIONS(621), - [anon_sym_var] = ACTIONS(621), + [anon_sym_COMMA] = ACTIONS(117), + [anon_sym_val] = ACTIONS(421), + [anon_sym_var] = ACTIONS(421), [anon_sym_LT] = ACTIONS(119), [anon_sym_GT] = ACTIONS(119), - [anon_sym_object] = ACTIONS(623), - [anon_sym_fun] = ACTIONS(625), + [anon_sym_where] = ACTIONS(119), + [anon_sym_object] = ACTIONS(423), + [anon_sym_fun] = ACTIONS(425), [anon_sym_DOT] = ACTIONS(119), [anon_sym_SEMI] = ACTIONS(117), - [anon_sym_get] = ACTIONS(627), - [anon_sym_set] = ACTIONS(629), + [anon_sym_get] = ACTIONS(427), + [anon_sym_set] = ACTIONS(429), [anon_sym_this] = ACTIONS(39), [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(631), - [sym_label] = ACTIONS(633), - [anon_sym_for] = ACTIONS(635), + [anon_sym_STAR] = ACTIONS(431), + [sym_label] = ACTIONS(433), + [anon_sym_for] = ACTIONS(435), [anon_sym_in] = ACTIONS(119), - [anon_sym_while] = ACTIONS(637), - [anon_sym_do] = ACTIONS(521), + [anon_sym_while] = ACTIONS(437), + [anon_sym_do] = ACTIONS(439), [anon_sym_DOT_DOT] = ACTIONS(117), [anon_sym_QMARK_COLON] = ACTIONS(117), [anon_sym_AMP_AMP] = ACTIONS(117), [anon_sym_PIPE_PIPE] = ACTIONS(117), - [anon_sym_null] = ACTIONS(523), - [anon_sym_if] = ACTIONS(55), + [anon_sym_null] = ACTIONS(441), + [anon_sym_if] = ACTIONS(443), [anon_sym_else] = ACTIONS(119), [anon_sym_when] = ACTIONS(57), [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(61), - [anon_sym_return] = ACTIONS(63), + [anon_sym_throw] = ACTIONS(445), + [anon_sym_return] = ACTIONS(447), [anon_sym_continue] = ACTIONS(65), [anon_sym_break] = ACTIONS(65), [anon_sym_COLON_COLON] = ACTIONS(67), @@ -26884,14 +26804,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BANGin] = ACTIONS(117), [anon_sym_is] = ACTIONS(119), [anon_sym_BANGis] = ACTIONS(117), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), + [anon_sym_PLUS] = ACTIONS(449), + [anon_sym_DASH] = ACTIONS(449), [anon_sym_SLASH] = ACTIONS(119), [anon_sym_PERCENT] = ACTIONS(119), [anon_sym_as_QMARK] = ACTIONS(117), - [anon_sym_PLUS_PLUS] = ACTIONS(641), - [anon_sym_DASH_DASH] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(639), + [anon_sym_PLUS_PLUS] = ACTIONS(451), + [anon_sym_DASH_DASH] = ACTIONS(451), + [anon_sym_BANG] = ACTIONS(449), [anon_sym_BANG_BANG] = ACTIONS(117), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), @@ -26922,7 +26842,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(93), [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(535), + [sym_real_literal] = ACTIONS(453), [sym_integer_literal] = ACTIONS(99), [sym_hex_literal] = ACTIONS(101), [sym_bin_literal] = ACTIONS(101), @@ -26935,153 +26855,341 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(109), }, + [16] = { + [sym_type_alias] = STATE(1052), + [sym__declaration] = STATE(1052), + [sym_class_declaration] = STATE(1052), + [sym_function_declaration] = STATE(1052), + [sym_property_declaration] = STATE(1052), + [sym_getter] = STATE(1052), + [sym_setter] = STATE(1052), + [sym_object_declaration] = STATE(1052), + [sym__statement] = STATE(1052), + [sym_control_structure_body] = STATE(1133), + [sym__block] = STATE(1052), + [sym__loop_statement] = STATE(1052), + [sym_for_statement] = STATE(1052), + [sym_while_statement] = STATE(1052), + [sym_do_while_statement] = STATE(1052), + [sym_assignment] = STATE(1052), + [sym__expression] = STATE(378), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(765), + [sym_parenthesized_expression] = STATE(765), + [sym_collection_literal] = STATE(765), + [sym__literal_constant] = STATE(765), + [sym_string_literal] = STATE(765), + [sym_lambda_literal] = STATE(765), + [sym_anonymous_function] = STATE(765), + [sym__function_literal] = STATE(765), + [sym_object_literal] = STATE(765), + [sym_this_expression] = STATE(765), + [sym_super_expression] = STATE(765), + [sym_if_expression] = STATE(765), + [sym_when_expression] = STATE(765), + [sym_try_expression] = STATE(765), + [sym_jump_expression] = STATE(765), + [sym_callable_reference] = STATE(765), + [sym__prefix_unary_operator] = STATE(2198), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7895), + [sym_modifiers] = STATE(7750), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(341), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1103), + [sym__return_at] = STATE(264), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(765), + [sym_long_literal] = STATE(765), + [sym_boolean_literal] = STATE(765), + [sym_character_literal] = STATE(765), + [sym__lexical_identifier] = STATE(843), + [aux_sym__statement_repeat1] = STATE(818), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(537), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(539), + [anon_sym_as] = ACTIONS(201), + [anon_sym_typealias] = ACTIONS(541), + [anon_sym_EQ] = ACTIONS(201), + [anon_sym_class] = ACTIONS(617), + [anon_sym_interface] = ACTIONS(617), + [anon_sym_enum] = ACTIONS(619), + [anon_sym_LBRACE] = ACTIONS(547), + [anon_sym_RBRACE] = ACTIONS(199), + [anon_sym_LPAREN] = ACTIONS(549), + [anon_sym_val] = ACTIONS(621), + [anon_sym_var] = ACTIONS(621), + [anon_sym_LT] = ACTIONS(201), + [anon_sym_GT] = ACTIONS(201), + [anon_sym_object] = ACTIONS(623), + [anon_sym_fun] = ACTIONS(625), + [anon_sym_DOT] = ACTIONS(201), + [anon_sym_SEMI] = ACTIONS(199), + [anon_sym_get] = ACTIONS(627), + [anon_sym_set] = ACTIONS(629), + [anon_sym_this] = ACTIONS(561), + [anon_sym_super] = ACTIONS(563), + [anon_sym_STAR] = ACTIONS(631), + [sym_label] = ACTIONS(633), + [anon_sym_for] = ACTIONS(635), + [anon_sym_in] = ACTIONS(201), + [anon_sym_while] = ACTIONS(637), + [anon_sym_do] = ACTIONS(573), + [anon_sym_DOT_DOT] = ACTIONS(199), + [anon_sym_QMARK_COLON] = ACTIONS(199), + [anon_sym_AMP_AMP] = ACTIONS(199), + [anon_sym_PIPE_PIPE] = ACTIONS(199), + [anon_sym_null] = ACTIONS(575), + [anon_sym_if] = ACTIONS(639), + [anon_sym_else] = ACTIONS(201), + [anon_sym_when] = ACTIONS(579), + [anon_sym_try] = ACTIONS(581), + [anon_sym_throw] = ACTIONS(641), + [anon_sym_return] = ACTIONS(643), + [anon_sym_continue] = ACTIONS(587), + [anon_sym_break] = ACTIONS(587), + [anon_sym_COLON_COLON] = ACTIONS(589), + [anon_sym_PLUS_EQ] = ACTIONS(199), + [anon_sym_DASH_EQ] = ACTIONS(199), + [anon_sym_STAR_EQ] = ACTIONS(199), + [anon_sym_SLASH_EQ] = ACTIONS(199), + [anon_sym_PERCENT_EQ] = ACTIONS(199), + [anon_sym_BANG_EQ] = ACTIONS(201), + [anon_sym_BANG_EQ_EQ] = ACTIONS(199), + [anon_sym_EQ_EQ] = ACTIONS(201), + [anon_sym_EQ_EQ_EQ] = ACTIONS(199), + [anon_sym_LT_EQ] = ACTIONS(199), + [anon_sym_GT_EQ] = ACTIONS(199), + [anon_sym_BANGin] = ACTIONS(199), + [anon_sym_is] = ACTIONS(201), + [anon_sym_BANGis] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(645), + [anon_sym_DASH] = ACTIONS(645), + [anon_sym_SLASH] = ACTIONS(201), + [anon_sym_PERCENT] = ACTIONS(201), + [anon_sym_as_QMARK] = ACTIONS(199), + [anon_sym_PLUS_PLUS] = ACTIONS(647), + [anon_sym_DASH_DASH] = ACTIONS(647), + [anon_sym_BANG] = ACTIONS(645), + [anon_sym_BANG_BANG] = ACTIONS(199), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(595), + [anon_sym_inner] = ACTIONS(595), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(597), + [anon_sym_actual] = ACTIONS(597), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(599), + [anon_sym_break_AT] = ACTIONS(601), + [sym_real_literal] = ACTIONS(603), + [sym_integer_literal] = ACTIONS(605), + [sym_hex_literal] = ACTIONS(607), + [sym_bin_literal] = ACTIONS(607), + [anon_sym_true] = ACTIONS(609), + [anon_sym_false] = ACTIONS(609), + [anon_sym_SQUOTE] = ACTIONS(611), + [sym__backtick_identifier] = ACTIONS(613), + [sym__automatic_semicolon] = ACTIONS(199), + [sym_safe_nav] = ACTIONS(199), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(615), + }, [17] = { - [sym_type_alias] = STATE(3259), - [sym__declaration] = STATE(3259), - [sym_class_declaration] = STATE(3259), - [sym_function_declaration] = STATE(3259), - [sym_property_declaration] = STATE(3259), - [sym_getter] = STATE(3259), - [sym_setter] = STATE(3259), - [sym_object_declaration] = STATE(3259), - [sym__statement] = STATE(3259), - [sym_control_structure_body] = STATE(3128), - [sym__block] = STATE(3259), - [sym__loop_statement] = STATE(3259), - [sym_for_statement] = STATE(3259), - [sym_while_statement] = STATE(3259), - [sym_do_while_statement] = STATE(3259), - [sym_assignment] = STATE(3259), - [sym__expression] = STATE(1336), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(2736), - [sym_parenthesized_expression] = STATE(2736), - [sym_collection_literal] = STATE(2736), - [sym__literal_constant] = STATE(2736), - [sym_string_literal] = STATE(2736), - [sym_lambda_literal] = STATE(2736), - [sym_anonymous_function] = STATE(2736), - [sym__function_literal] = STATE(2736), - [sym_object_literal] = STATE(2736), - [sym_this_expression] = STATE(2736), - [sym_super_expression] = STATE(2736), - [sym_if_expression] = STATE(2736), - [sym_when_expression] = STATE(2736), - [sym_try_expression] = STATE(2736), - [sym_jump_expression] = STATE(2736), - [sym_callable_reference] = STATE(2736), - [sym__prefix_unary_operator] = STATE(2195), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7896), - [sym_modifiers] = STATE(7772), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(343), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3242), + [sym_type_alias] = STATE(3371), + [sym__declaration] = STATE(3371), + [sym_class_declaration] = STATE(3371), + [sym_function_declaration] = STATE(3371), + [sym_property_declaration] = STATE(3371), + [sym_getter] = STATE(3371), + [sym_setter] = STATE(3371), + [sym_object_declaration] = STATE(3371), + [sym__statement] = STATE(3371), + [sym_control_structure_body] = STATE(3204), + [sym__block] = STATE(3371), + [sym__loop_statement] = STATE(3371), + [sym_for_statement] = STATE(3371), + [sym_while_statement] = STATE(3371), + [sym_do_while_statement] = STATE(3371), + [sym_assignment] = STATE(3371), + [sym__expression] = STATE(1327), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(2753), + [sym_parenthesized_expression] = STATE(2753), + [sym_collection_literal] = STATE(2753), + [sym__literal_constant] = STATE(2753), + [sym_string_literal] = STATE(2753), + [sym_lambda_literal] = STATE(2753), + [sym_anonymous_function] = STATE(2753), + [sym__function_literal] = STATE(2753), + [sym_object_literal] = STATE(2753), + [sym_this_expression] = STATE(2753), + [sym_super_expression] = STATE(2753), + [sym_if_expression] = STATE(2753), + [sym_when_expression] = STATE(2753), + [sym_try_expression] = STATE(2753), + [sym_jump_expression] = STATE(2753), + [sym_callable_reference] = STATE(2753), + [sym__prefix_unary_operator] = STATE(2261), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7929), + [sym_modifiers] = STATE(7771), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(333), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3410), [sym__return_at] = STATE(262), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(2736), - [sym_long_literal] = STATE(2736), - [sym_boolean_literal] = STATE(2736), - [sym_character_literal] = STATE(2736), - [sym__lexical_identifier] = STATE(2864), - [aux_sym__statement_repeat1] = STATE(827), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(2753), + [sym_long_literal] = STATE(2753), + [sym_boolean_literal] = STATE(2753), + [sym_character_literal] = STATE(2753), + [sym__lexical_identifier] = STATE(2858), + [aux_sym__statement_repeat1] = STATE(829), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(111), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_as] = ACTIONS(205), + [anon_sym_as] = ACTIONS(201), [anon_sym_typealias] = ACTIONS(121), - [anon_sym_EQ] = ACTIONS(205), - [anon_sym_class] = ACTIONS(643), - [anon_sym_interface] = ACTIONS(643), - [anon_sym_enum] = ACTIONS(645), + [anon_sym_EQ] = ACTIONS(201), + [anon_sym_class] = ACTIONS(649), + [anon_sym_interface] = ACTIONS(649), + [anon_sym_enum] = ACTIONS(651), [anon_sym_LBRACE] = ACTIONS(127), - [anon_sym_RBRACE] = ACTIONS(203), + [anon_sym_RBRACE] = ACTIONS(199), [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_RPAREN] = ACTIONS(203), - [anon_sym_val] = ACTIONS(647), - [anon_sym_var] = ACTIONS(647), - [anon_sym_LT] = ACTIONS(205), - [anon_sym_GT] = ACTIONS(205), - [anon_sym_object] = ACTIONS(649), - [anon_sym_fun] = ACTIONS(651), - [anon_sym_DOT] = ACTIONS(205), - [anon_sym_SEMI] = ACTIONS(203), - [anon_sym_get] = ACTIONS(653), - [anon_sym_set] = ACTIONS(655), + [anon_sym_RPAREN] = ACTIONS(199), + [anon_sym_val] = ACTIONS(653), + [anon_sym_var] = ACTIONS(653), + [anon_sym_LT] = ACTIONS(201), + [anon_sym_GT] = ACTIONS(201), + [anon_sym_object] = ACTIONS(655), + [anon_sym_fun] = ACTIONS(657), + [anon_sym_DOT] = ACTIONS(201), + [anon_sym_SEMI] = ACTIONS(199), + [anon_sym_get] = ACTIONS(659), + [anon_sym_set] = ACTIONS(661), [anon_sym_this] = ACTIONS(141), [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(657), - [sym_label] = ACTIONS(659), - [anon_sym_for] = ACTIONS(661), - [anon_sym_in] = ACTIONS(205), - [anon_sym_while] = ACTIONS(663), + [anon_sym_STAR] = ACTIONS(663), + [sym_label] = ACTIONS(665), + [anon_sym_for] = ACTIONS(667), + [anon_sym_in] = ACTIONS(201), + [anon_sym_while] = ACTIONS(669), [anon_sym_do] = ACTIONS(153), - [anon_sym_DOT_DOT] = ACTIONS(203), - [anon_sym_QMARK_COLON] = ACTIONS(203), - [anon_sym_AMP_AMP] = ACTIONS(203), - [anon_sym_PIPE_PIPE] = ACTIONS(203), + [anon_sym_DOT_DOT] = ACTIONS(199), + [anon_sym_QMARK_COLON] = ACTIONS(199), + [anon_sym_AMP_AMP] = ACTIONS(199), + [anon_sym_PIPE_PIPE] = ACTIONS(199), [anon_sym_null] = ACTIONS(155), - [anon_sym_if] = ACTIONS(665), - [anon_sym_else] = ACTIONS(205), + [anon_sym_if] = ACTIONS(671), + [anon_sym_else] = ACTIONS(201), [anon_sym_when] = ACTIONS(159), [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(667), - [anon_sym_return] = ACTIONS(669), + [anon_sym_throw] = ACTIONS(673), + [anon_sym_return] = ACTIONS(675), [anon_sym_continue] = ACTIONS(167), [anon_sym_break] = ACTIONS(167), [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS_EQ] = ACTIONS(203), - [anon_sym_DASH_EQ] = ACTIONS(203), - [anon_sym_STAR_EQ] = ACTIONS(203), - [anon_sym_SLASH_EQ] = ACTIONS(203), - [anon_sym_PERCENT_EQ] = ACTIONS(203), - [anon_sym_BANG_EQ] = ACTIONS(205), - [anon_sym_BANG_EQ_EQ] = ACTIONS(203), - [anon_sym_EQ_EQ] = ACTIONS(205), - [anon_sym_EQ_EQ_EQ] = ACTIONS(203), - [anon_sym_LT_EQ] = ACTIONS(203), - [anon_sym_GT_EQ] = ACTIONS(203), - [anon_sym_BANGin] = ACTIONS(203), - [anon_sym_is] = ACTIONS(205), - [anon_sym_BANGis] = ACTIONS(203), - [anon_sym_PLUS] = ACTIONS(671), - [anon_sym_DASH] = ACTIONS(671), - [anon_sym_SLASH] = ACTIONS(205), - [anon_sym_PERCENT] = ACTIONS(205), - [anon_sym_as_QMARK] = ACTIONS(203), - [anon_sym_PLUS_PLUS] = ACTIONS(673), - [anon_sym_DASH_DASH] = ACTIONS(673), - [anon_sym_BANG] = ACTIONS(671), - [anon_sym_BANG_BANG] = ACTIONS(203), + [anon_sym_PLUS_EQ] = ACTIONS(199), + [anon_sym_DASH_EQ] = ACTIONS(199), + [anon_sym_STAR_EQ] = ACTIONS(199), + [anon_sym_SLASH_EQ] = ACTIONS(199), + [anon_sym_PERCENT_EQ] = ACTIONS(199), + [anon_sym_BANG_EQ] = ACTIONS(201), + [anon_sym_BANG_EQ_EQ] = ACTIONS(199), + [anon_sym_EQ_EQ] = ACTIONS(201), + [anon_sym_EQ_EQ_EQ] = ACTIONS(199), + [anon_sym_LT_EQ] = ACTIONS(199), + [anon_sym_GT_EQ] = ACTIONS(199), + [anon_sym_BANGin] = ACTIONS(199), + [anon_sym_is] = ACTIONS(201), + [anon_sym_BANGis] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(677), + [anon_sym_DASH] = ACTIONS(677), + [anon_sym_SLASH] = ACTIONS(201), + [anon_sym_PERCENT] = ACTIONS(201), + [anon_sym_as_QMARK] = ACTIONS(199), + [anon_sym_PLUS_PLUS] = ACTIONS(679), + [anon_sym_DASH_DASH] = ACTIONS(679), + [anon_sym_BANG] = ACTIONS(677), + [anon_sym_BANG_BANG] = ACTIONS(199), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -27119,156 +27227,156 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(191), [anon_sym_SQUOTE] = ACTIONS(193), [sym__backtick_identifier] = ACTIONS(195), - [sym_safe_nav] = ACTIONS(203), + [sym_safe_nav] = ACTIONS(199), [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(197), }, [18] = { - [sym_type_alias] = STATE(3281), - [sym__declaration] = STATE(3281), - [sym_class_declaration] = STATE(3281), - [sym_function_declaration] = STATE(3281), - [sym_property_declaration] = STATE(3281), - [sym_getter] = STATE(3281), - [sym_setter] = STATE(3281), - [sym_object_declaration] = STATE(3281), - [sym__statement] = STATE(3281), - [sym_control_structure_body] = STATE(3144), - [sym__block] = STATE(3281), - [sym__loop_statement] = STATE(3281), - [sym_for_statement] = STATE(3281), - [sym_while_statement] = STATE(3281), - [sym_do_while_statement] = STATE(3281), - [sym_assignment] = STATE(3281), - [sym__expression] = STATE(1212), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(2728), - [sym_parenthesized_expression] = STATE(2728), - [sym_collection_literal] = STATE(2728), - [sym__literal_constant] = STATE(2728), - [sym_string_literal] = STATE(2728), - [sym_lambda_literal] = STATE(2728), - [sym_anonymous_function] = STATE(2728), - [sym__function_literal] = STATE(2728), - [sym_object_literal] = STATE(2728), - [sym_this_expression] = STATE(2728), - [sym_super_expression] = STATE(2728), - [sym_if_expression] = STATE(2728), - [sym_when_expression] = STATE(2728), - [sym_try_expression] = STATE(2728), - [sym_jump_expression] = STATE(2728), - [sym_callable_reference] = STATE(2728), - [sym__prefix_unary_operator] = STATE(2185), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7898), - [sym_modifiers] = STATE(7788), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(332), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3447), - [sym__return_at] = STATE(323), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(2728), - [sym_long_literal] = STATE(2728), - [sym_boolean_literal] = STATE(2728), - [sym_character_literal] = STATE(2728), - [sym__lexical_identifier] = STATE(2890), - [aux_sym__statement_repeat1] = STATE(787), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym_type_alias] = STATE(3456), + [sym__declaration] = STATE(3456), + [sym_class_declaration] = STATE(3456), + [sym_function_declaration] = STATE(3456), + [sym_property_declaration] = STATE(3456), + [sym_getter] = STATE(3456), + [sym_setter] = STATE(3456), + [sym_object_declaration] = STATE(3456), + [sym__statement] = STATE(3456), + [sym_control_structure_body] = STATE(3155), + [sym__block] = STATE(3456), + [sym__loop_statement] = STATE(3456), + [sym_for_statement] = STATE(3456), + [sym_while_statement] = STATE(3456), + [sym_do_while_statement] = STATE(3456), + [sym_assignment] = STATE(3456), + [sym__expression] = STATE(1228), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(2760), + [sym_parenthesized_expression] = STATE(2760), + [sym_collection_literal] = STATE(2760), + [sym__literal_constant] = STATE(2760), + [sym_string_literal] = STATE(2760), + [sym_lambda_literal] = STATE(2760), + [sym_anonymous_function] = STATE(2760), + [sym__function_literal] = STATE(2760), + [sym_object_literal] = STATE(2760), + [sym_this_expression] = STATE(2760), + [sym_super_expression] = STATE(2760), + [sym_if_expression] = STATE(2760), + [sym_when_expression] = STATE(2760), + [sym_try_expression] = STATE(2760), + [sym_jump_expression] = STATE(2760), + [sym_callable_reference] = STATE(2760), + [sym__prefix_unary_operator] = STATE(2247), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7931), + [sym_modifiers] = STATE(7776), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(355), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3279), + [sym__return_at] = STATE(317), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(2760), + [sym_long_literal] = STATE(2760), + [sym_boolean_literal] = STATE(2760), + [sym_character_literal] = STATE(2760), + [sym__lexical_identifier] = STATE(2837), + [aux_sym__statement_repeat1] = STATE(798), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(333), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(335), - [anon_sym_as] = ACTIONS(205), + [anon_sym_as] = ACTIONS(201), [anon_sym_typealias] = ACTIONS(337), - [anon_sym_EQ] = ACTIONS(205), - [anon_sym_class] = ACTIONS(675), - [anon_sym_interface] = ACTIONS(675), - [anon_sym_enum] = ACTIONS(677), + [anon_sym_EQ] = ACTIONS(201), + [anon_sym_class] = ACTIONS(681), + [anon_sym_interface] = ACTIONS(681), + [anon_sym_enum] = ACTIONS(683), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_RBRACE] = ACTIONS(203), + [anon_sym_RBRACE] = ACTIONS(199), [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_val] = ACTIONS(679), - [anon_sym_var] = ACTIONS(679), - [anon_sym_LT] = ACTIONS(205), - [anon_sym_GT] = ACTIONS(205), - [anon_sym_object] = ACTIONS(681), - [anon_sym_fun] = ACTIONS(683), - [anon_sym_DOT] = ACTIONS(205), - [anon_sym_SEMI] = ACTIONS(203), - [anon_sym_get] = ACTIONS(685), - [anon_sym_set] = ACTIONS(687), + [anon_sym_val] = ACTIONS(685), + [anon_sym_var] = ACTIONS(685), + [anon_sym_LT] = ACTIONS(201), + [anon_sym_GT] = ACTIONS(201), + [anon_sym_object] = ACTIONS(687), + [anon_sym_fun] = ACTIONS(689), + [anon_sym_DOT] = ACTIONS(201), + [anon_sym_SEMI] = ACTIONS(199), + [anon_sym_get] = ACTIONS(691), + [anon_sym_set] = ACTIONS(693), [anon_sym_this] = ACTIONS(357), [anon_sym_super] = ACTIONS(359), - [anon_sym_STAR] = ACTIONS(689), - [sym_label] = ACTIONS(691), - [anon_sym_for] = ACTIONS(693), - [anon_sym_in] = ACTIONS(205), - [anon_sym_while] = ACTIONS(695), + [anon_sym_STAR] = ACTIONS(695), + [sym_label] = ACTIONS(697), + [anon_sym_for] = ACTIONS(699), + [anon_sym_in] = ACTIONS(201), + [anon_sym_while] = ACTIONS(701), [anon_sym_do] = ACTIONS(369), - [anon_sym_DOT_DOT] = ACTIONS(203), - [anon_sym_QMARK_COLON] = ACTIONS(203), - [anon_sym_AMP_AMP] = ACTIONS(203), - [anon_sym_PIPE_PIPE] = ACTIONS(203), + [anon_sym_DOT_DOT] = ACTIONS(199), + [anon_sym_QMARK_COLON] = ACTIONS(199), + [anon_sym_AMP_AMP] = ACTIONS(199), + [anon_sym_PIPE_PIPE] = ACTIONS(199), [anon_sym_null] = ACTIONS(371), - [anon_sym_if] = ACTIONS(697), - [anon_sym_else] = ACTIONS(205), + [anon_sym_if] = ACTIONS(703), + [anon_sym_else] = ACTIONS(201), [anon_sym_when] = ACTIONS(375), [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(699), - [anon_sym_return] = ACTIONS(701), + [anon_sym_throw] = ACTIONS(705), + [anon_sym_return] = ACTIONS(707), [anon_sym_continue] = ACTIONS(383), [anon_sym_break] = ACTIONS(383), [anon_sym_COLON_COLON] = ACTIONS(385), - [anon_sym_PLUS_EQ] = ACTIONS(203), - [anon_sym_DASH_EQ] = ACTIONS(203), - [anon_sym_STAR_EQ] = ACTIONS(203), - [anon_sym_SLASH_EQ] = ACTIONS(203), - [anon_sym_PERCENT_EQ] = ACTIONS(203), - [anon_sym_BANG_EQ] = ACTIONS(205), - [anon_sym_BANG_EQ_EQ] = ACTIONS(203), - [anon_sym_EQ_EQ] = ACTIONS(205), - [anon_sym_EQ_EQ_EQ] = ACTIONS(203), - [anon_sym_LT_EQ] = ACTIONS(203), - [anon_sym_GT_EQ] = ACTIONS(203), - [anon_sym_BANGin] = ACTIONS(203), - [anon_sym_is] = ACTIONS(205), - [anon_sym_BANGis] = ACTIONS(203), - [anon_sym_PLUS] = ACTIONS(703), - [anon_sym_DASH] = ACTIONS(703), - [anon_sym_SLASH] = ACTIONS(205), - [anon_sym_PERCENT] = ACTIONS(205), - [anon_sym_as_QMARK] = ACTIONS(203), - [anon_sym_PLUS_PLUS] = ACTIONS(705), - [anon_sym_DASH_DASH] = ACTIONS(705), - [anon_sym_BANG] = ACTIONS(703), - [anon_sym_BANG_BANG] = ACTIONS(203), + [anon_sym_PLUS_EQ] = ACTIONS(199), + [anon_sym_DASH_EQ] = ACTIONS(199), + [anon_sym_STAR_EQ] = ACTIONS(199), + [anon_sym_SLASH_EQ] = ACTIONS(199), + [anon_sym_PERCENT_EQ] = ACTIONS(199), + [anon_sym_BANG_EQ] = ACTIONS(201), + [anon_sym_BANG_EQ_EQ] = ACTIONS(199), + [anon_sym_EQ_EQ] = ACTIONS(201), + [anon_sym_EQ_EQ_EQ] = ACTIONS(199), + [anon_sym_LT_EQ] = ACTIONS(199), + [anon_sym_GT_EQ] = ACTIONS(199), + [anon_sym_BANGin] = ACTIONS(199), + [anon_sym_is] = ACTIONS(201), + [anon_sym_BANGis] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(709), + [anon_sym_DASH] = ACTIONS(709), + [anon_sym_SLASH] = ACTIONS(201), + [anon_sym_PERCENT] = ACTIONS(201), + [anon_sym_as_QMARK] = ACTIONS(199), + [anon_sym_PLUS_PLUS] = ACTIONS(711), + [anon_sym_DASH_DASH] = ACTIONS(711), + [anon_sym_BANG] = ACTIONS(709), + [anon_sym_BANG_BANG] = ACTIONS(199), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -27306,131 +27414,131 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(405), [anon_sym_SQUOTE] = ACTIONS(407), [sym__backtick_identifier] = ACTIONS(409), - [sym__automatic_semicolon] = ACTIONS(203), - [sym_safe_nav] = ACTIONS(203), + [sym__automatic_semicolon] = ACTIONS(199), + [sym_safe_nav] = ACTIONS(199), [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(411), }, [19] = { - [sym_type_alias] = STATE(3281), - [sym__declaration] = STATE(3281), - [sym_class_declaration] = STATE(3281), - [sym_function_declaration] = STATE(3281), - [sym_property_declaration] = STATE(3281), - [sym_getter] = STATE(3281), - [sym_setter] = STATE(3281), - [sym_object_declaration] = STATE(3281), - [sym__statement] = STATE(3281), - [sym_control_structure_body] = STATE(3131), - [sym__block] = STATE(3281), - [sym__loop_statement] = STATE(3281), - [sym_for_statement] = STATE(3281), - [sym_while_statement] = STATE(3281), - [sym_do_while_statement] = STATE(3281), - [sym_assignment] = STATE(3281), - [sym__expression] = STATE(1212), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(2728), - [sym_parenthesized_expression] = STATE(2728), - [sym_collection_literal] = STATE(2728), - [sym__literal_constant] = STATE(2728), - [sym_string_literal] = STATE(2728), - [sym_lambda_literal] = STATE(2728), - [sym_anonymous_function] = STATE(2728), - [sym__function_literal] = STATE(2728), - [sym_object_literal] = STATE(2728), - [sym_this_expression] = STATE(2728), - [sym_super_expression] = STATE(2728), - [sym_if_expression] = STATE(2728), - [sym_when_expression] = STATE(2728), - [sym_try_expression] = STATE(2728), - [sym_jump_expression] = STATE(2728), - [sym_callable_reference] = STATE(2728), - [sym__prefix_unary_operator] = STATE(2185), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7898), - [sym_modifiers] = STATE(7788), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(332), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3447), - [sym__return_at] = STATE(323), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(2728), - [sym_long_literal] = STATE(2728), - [sym_boolean_literal] = STATE(2728), - [sym_character_literal] = STATE(2728), - [sym__lexical_identifier] = STATE(2890), - [aux_sym__statement_repeat1] = STATE(787), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym_type_alias] = STATE(3456), + [sym__declaration] = STATE(3456), + [sym_class_declaration] = STATE(3456), + [sym_function_declaration] = STATE(3456), + [sym_property_declaration] = STATE(3456), + [sym_getter] = STATE(3456), + [sym_setter] = STATE(3456), + [sym_object_declaration] = STATE(3456), + [sym__statement] = STATE(3456), + [sym_control_structure_body] = STATE(3136), + [sym__block] = STATE(3456), + [sym__loop_statement] = STATE(3456), + [sym_for_statement] = STATE(3456), + [sym_while_statement] = STATE(3456), + [sym_do_while_statement] = STATE(3456), + [sym_assignment] = STATE(3456), + [sym__expression] = STATE(1228), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(2760), + [sym_parenthesized_expression] = STATE(2760), + [sym_collection_literal] = STATE(2760), + [sym__literal_constant] = STATE(2760), + [sym_string_literal] = STATE(2760), + [sym_lambda_literal] = STATE(2760), + [sym_anonymous_function] = STATE(2760), + [sym__function_literal] = STATE(2760), + [sym_object_literal] = STATE(2760), + [sym_this_expression] = STATE(2760), + [sym_super_expression] = STATE(2760), + [sym_if_expression] = STATE(2760), + [sym_when_expression] = STATE(2760), + [sym_try_expression] = STATE(2760), + [sym_jump_expression] = STATE(2760), + [sym_callable_reference] = STATE(2760), + [sym__prefix_unary_operator] = STATE(2247), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7931), + [sym_modifiers] = STATE(7776), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(355), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3279), + [sym__return_at] = STATE(317), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(2760), + [sym_long_literal] = STATE(2760), + [sym_boolean_literal] = STATE(2760), + [sym_character_literal] = STATE(2760), + [sym__lexical_identifier] = STATE(2837), + [aux_sym__statement_repeat1] = STATE(798), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(333), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(335), [anon_sym_as] = ACTIONS(119), [anon_sym_typealias] = ACTIONS(337), [anon_sym_EQ] = ACTIONS(119), - [anon_sym_class] = ACTIONS(675), - [anon_sym_interface] = ACTIONS(675), - [anon_sym_enum] = ACTIONS(677), + [anon_sym_class] = ACTIONS(681), + [anon_sym_interface] = ACTIONS(681), + [anon_sym_enum] = ACTIONS(683), [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_RBRACE] = ACTIONS(117), [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_val] = ACTIONS(679), - [anon_sym_var] = ACTIONS(679), + [anon_sym_val] = ACTIONS(685), + [anon_sym_var] = ACTIONS(685), [anon_sym_LT] = ACTIONS(119), [anon_sym_GT] = ACTIONS(119), - [anon_sym_object] = ACTIONS(681), - [anon_sym_fun] = ACTIONS(683), + [anon_sym_object] = ACTIONS(687), + [anon_sym_fun] = ACTIONS(689), [anon_sym_DOT] = ACTIONS(119), [anon_sym_SEMI] = ACTIONS(117), - [anon_sym_get] = ACTIONS(685), - [anon_sym_set] = ACTIONS(687), + [anon_sym_get] = ACTIONS(691), + [anon_sym_set] = ACTIONS(693), [anon_sym_this] = ACTIONS(357), [anon_sym_super] = ACTIONS(359), - [anon_sym_STAR] = ACTIONS(689), - [sym_label] = ACTIONS(691), - [anon_sym_for] = ACTIONS(693), + [anon_sym_STAR] = ACTIONS(695), + [sym_label] = ACTIONS(697), + [anon_sym_for] = ACTIONS(699), [anon_sym_in] = ACTIONS(119), - [anon_sym_while] = ACTIONS(695), + [anon_sym_while] = ACTIONS(701), [anon_sym_do] = ACTIONS(369), [anon_sym_DOT_DOT] = ACTIONS(117), [anon_sym_QMARK_COLON] = ACTIONS(117), [anon_sym_AMP_AMP] = ACTIONS(117), [anon_sym_PIPE_PIPE] = ACTIONS(117), [anon_sym_null] = ACTIONS(371), - [anon_sym_if] = ACTIONS(697), + [anon_sym_if] = ACTIONS(703), [anon_sym_else] = ACTIONS(119), [anon_sym_when] = ACTIONS(375), [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(699), - [anon_sym_return] = ACTIONS(701), + [anon_sym_throw] = ACTIONS(705), + [anon_sym_return] = ACTIONS(707), [anon_sym_continue] = ACTIONS(383), [anon_sym_break] = ACTIONS(383), [anon_sym_COLON_COLON] = ACTIONS(385), @@ -27448,14 +27556,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BANGin] = ACTIONS(117), [anon_sym_is] = ACTIONS(119), [anon_sym_BANGis] = ACTIONS(117), - [anon_sym_PLUS] = ACTIONS(703), - [anon_sym_DASH] = ACTIONS(703), + [anon_sym_PLUS] = ACTIONS(709), + [anon_sym_DASH] = ACTIONS(709), [anon_sym_SLASH] = ACTIONS(119), [anon_sym_PERCENT] = ACTIONS(119), [anon_sym_as_QMARK] = ACTIONS(117), - [anon_sym_PLUS_PLUS] = ACTIONS(705), - [anon_sym_DASH_DASH] = ACTIONS(705), - [anon_sym_BANG] = ACTIONS(703), + [anon_sym_PLUS_PLUS] = ACTIONS(711), + [anon_sym_DASH_DASH] = ACTIONS(711), + [anon_sym_BANG] = ACTIONS(709), [anon_sym_BANG_BANG] = ACTIONS(117), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), @@ -27500,122 +27608,122 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(411), }, [20] = { - [sym_type_alias] = STATE(4620), - [sym__declaration] = STATE(4620), - [sym_class_declaration] = STATE(4620), - [sym_function_declaration] = STATE(4620), - [sym_property_declaration] = STATE(4620), - [sym_getter] = STATE(4620), - [sym_setter] = STATE(4620), - [sym_object_declaration] = STATE(4620), - [sym__statement] = STATE(4620), - [sym_control_structure_body] = STATE(4700), - [sym__block] = STATE(4620), - [sym__loop_statement] = STATE(4620), - [sym_for_statement] = STATE(4620), - [sym_while_statement] = STATE(4620), - [sym_do_while_statement] = STATE(4620), - [sym_assignment] = STATE(4620), - [sym__expression] = STATE(3730), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4426), - [sym_parenthesized_expression] = STATE(4426), - [sym_collection_literal] = STATE(4426), - [sym__literal_constant] = STATE(4426), - [sym_string_literal] = STATE(4426), - [sym_lambda_literal] = STATE(4426), - [sym_anonymous_function] = STATE(4426), - [sym__function_literal] = STATE(4426), - [sym_object_literal] = STATE(4426), - [sym_this_expression] = STATE(4426), - [sym_super_expression] = STATE(4426), - [sym_if_expression] = STATE(4426), - [sym_when_expression] = STATE(4426), - [sym_try_expression] = STATE(4426), - [sym_jump_expression] = STATE(4426), - [sym_callable_reference] = STATE(4426), - [sym__prefix_unary_operator] = STATE(2343), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7895), - [sym_modifiers] = STATE(7620), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(337), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4561), + [sym_type_alias] = STATE(4571), + [sym__declaration] = STATE(4571), + [sym_class_declaration] = STATE(4571), + [sym_function_declaration] = STATE(4571), + [sym_property_declaration] = STATE(4571), + [sym_getter] = STATE(4571), + [sym_setter] = STATE(4571), + [sym_object_declaration] = STATE(4571), + [sym__statement] = STATE(4571), + [sym_control_structure_body] = STATE(4592), + [sym__block] = STATE(4571), + [sym__loop_statement] = STATE(4571), + [sym_for_statement] = STATE(4571), + [sym_while_statement] = STATE(4571), + [sym_do_while_statement] = STATE(4571), + [sym_assignment] = STATE(4571), + [sym__expression] = STATE(3863), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4434), + [sym_parenthesized_expression] = STATE(4434), + [sym_collection_literal] = STATE(4434), + [sym__literal_constant] = STATE(4434), + [sym_string_literal] = STATE(4434), + [sym_lambda_literal] = STATE(4434), + [sym_anonymous_function] = STATE(4434), + [sym__function_literal] = STATE(4434), + [sym_object_literal] = STATE(4434), + [sym_this_expression] = STATE(4434), + [sym_super_expression] = STATE(4434), + [sym_if_expression] = STATE(4434), + [sym_when_expression] = STATE(4434), + [sym_try_expression] = STATE(4434), + [sym_jump_expression] = STATE(4434), + [sym_callable_reference] = STATE(4434), + [sym__prefix_unary_operator] = STATE(1630), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7896), + [sym_modifiers] = STATE(7728), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(336), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4608), [sym__return_at] = STATE(310), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4426), - [sym_long_literal] = STATE(4426), - [sym_boolean_literal] = STATE(4426), - [sym_character_literal] = STATE(4426), - [sym__lexical_identifier] = STATE(4440), - [aux_sym__statement_repeat1] = STATE(806), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(199), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4434), + [sym_long_literal] = STATE(4434), + [sym_boolean_literal] = STATE(4434), + [sym_character_literal] = STATE(4434), + [sym__lexical_identifier] = STATE(4461), + [aux_sym__statement_repeat1] = STATE(795), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(203), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_as] = ACTIONS(205), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_as] = ACTIONS(201), [anon_sym_typealias] = ACTIONS(207), - [anon_sym_EQ] = ACTIONS(205), - [anon_sym_class] = ACTIONS(707), - [anon_sym_interface] = ACTIONS(707), - [anon_sym_enum] = ACTIONS(709), + [anon_sym_EQ] = ACTIONS(201), + [anon_sym_class] = ACTIONS(713), + [anon_sym_interface] = ACTIONS(713), + [anon_sym_enum] = ACTIONS(715), [anon_sym_LBRACE] = ACTIONS(213), - [anon_sym_RBRACE] = ACTIONS(203), + [anon_sym_RBRACE] = ACTIONS(199), [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_RPAREN] = ACTIONS(203), - [anon_sym_val] = ACTIONS(711), - [anon_sym_var] = ACTIONS(711), - [anon_sym_LT] = ACTIONS(205), - [anon_sym_GT] = ACTIONS(205), - [anon_sym_object] = ACTIONS(713), - [anon_sym_fun] = ACTIONS(715), - [anon_sym_DOT] = ACTIONS(205), - [anon_sym_SEMI] = ACTIONS(203), - [anon_sym_get] = ACTIONS(717), - [anon_sym_set] = ACTIONS(719), + [anon_sym_RPAREN] = ACTIONS(199), + [anon_sym_val] = ACTIONS(717), + [anon_sym_var] = ACTIONS(717), + [anon_sym_LT] = ACTIONS(201), + [anon_sym_GT] = ACTIONS(201), + [anon_sym_object] = ACTIONS(719), + [anon_sym_fun] = ACTIONS(721), + [anon_sym_DOT] = ACTIONS(201), + [anon_sym_SEMI] = ACTIONS(199), + [anon_sym_get] = ACTIONS(723), + [anon_sym_set] = ACTIONS(725), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(721), - [sym_label] = ACTIONS(723), - [anon_sym_for] = ACTIONS(725), - [anon_sym_in] = ACTIONS(205), - [anon_sym_while] = ACTIONS(727), + [anon_sym_STAR] = ACTIONS(727), + [sym_label] = ACTIONS(729), + [anon_sym_for] = ACTIONS(731), + [anon_sym_in] = ACTIONS(201), + [anon_sym_while] = ACTIONS(733), [anon_sym_do] = ACTIONS(239), - [anon_sym_DOT_DOT] = ACTIONS(203), - [anon_sym_QMARK_COLON] = ACTIONS(203), - [anon_sym_AMP_AMP] = ACTIONS(203), - [anon_sym_PIPE_PIPE] = ACTIONS(203), + [anon_sym_DOT_DOT] = ACTIONS(199), + [anon_sym_QMARK_COLON] = ACTIONS(199), + [anon_sym_AMP_AMP] = ACTIONS(199), + [anon_sym_PIPE_PIPE] = ACTIONS(199), [anon_sym_null] = ACTIONS(241), [anon_sym_if] = ACTIONS(321), - [anon_sym_else] = ACTIONS(205), + [anon_sym_else] = ACTIONS(201), [anon_sym_when] = ACTIONS(245), [anon_sym_try] = ACTIONS(247), [anon_sym_throw] = ACTIONS(323), @@ -27623,29 +27731,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS_EQ] = ACTIONS(203), - [anon_sym_DASH_EQ] = ACTIONS(203), - [anon_sym_STAR_EQ] = ACTIONS(203), - [anon_sym_SLASH_EQ] = ACTIONS(203), - [anon_sym_PERCENT_EQ] = ACTIONS(203), - [anon_sym_BANG_EQ] = ACTIONS(205), - [anon_sym_BANG_EQ_EQ] = ACTIONS(203), - [anon_sym_EQ_EQ] = ACTIONS(205), - [anon_sym_EQ_EQ_EQ] = ACTIONS(203), - [anon_sym_LT_EQ] = ACTIONS(203), - [anon_sym_GT_EQ] = ACTIONS(203), - [anon_sym_BANGin] = ACTIONS(203), - [anon_sym_is] = ACTIONS(205), - [anon_sym_BANGis] = ACTIONS(203), - [anon_sym_PLUS] = ACTIONS(729), - [anon_sym_DASH] = ACTIONS(729), - [anon_sym_SLASH] = ACTIONS(205), - [anon_sym_PERCENT] = ACTIONS(205), - [anon_sym_as_QMARK] = ACTIONS(203), - [anon_sym_PLUS_PLUS] = ACTIONS(731), - [anon_sym_DASH_DASH] = ACTIONS(731), - [anon_sym_BANG] = ACTIONS(729), - [anon_sym_BANG_BANG] = ACTIONS(203), + [anon_sym_PLUS_EQ] = ACTIONS(199), + [anon_sym_DASH_EQ] = ACTIONS(199), + [anon_sym_STAR_EQ] = ACTIONS(199), + [anon_sym_SLASH_EQ] = ACTIONS(199), + [anon_sym_PERCENT_EQ] = ACTIONS(199), + [anon_sym_BANG_EQ] = ACTIONS(201), + [anon_sym_BANG_EQ_EQ] = ACTIONS(199), + [anon_sym_EQ_EQ] = ACTIONS(201), + [anon_sym_EQ_EQ_EQ] = ACTIONS(199), + [anon_sym_LT_EQ] = ACTIONS(199), + [anon_sym_GT_EQ] = ACTIONS(199), + [anon_sym_BANGin] = ACTIONS(199), + [anon_sym_is] = ACTIONS(201), + [anon_sym_BANGis] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(735), + [anon_sym_DASH] = ACTIONS(735), + [anon_sym_SLASH] = ACTIONS(201), + [anon_sym_PERCENT] = ACTIONS(201), + [anon_sym_as_QMARK] = ACTIONS(199), + [anon_sym_PLUS_PLUS] = ACTIONS(737), + [anon_sym_DASH_DASH] = ACTIONS(737), + [anon_sym_BANG] = ACTIONS(735), + [anon_sym_BANG_BANG] = ACTIONS(199), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -27683,134 +27791,133 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(277), [anon_sym_SQUOTE] = ACTIONS(279), [sym__backtick_identifier] = ACTIONS(281), - [sym_safe_nav] = ACTIONS(203), + [sym_safe_nav] = ACTIONS(199), [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, [21] = { - [sym_type_alias] = STATE(3259), - [sym__declaration] = STATE(3259), - [sym_class_declaration] = STATE(3259), - [sym_function_declaration] = STATE(3259), - [sym_property_declaration] = STATE(3259), - [sym_getter] = STATE(3259), - [sym_setter] = STATE(3259), - [sym_object_declaration] = STATE(3259), - [sym__statement] = STATE(3259), - [sym_control_structure_body] = STATE(3186), - [sym__block] = STATE(3259), - [sym__loop_statement] = STATE(3259), - [sym_for_statement] = STATE(3259), - [sym_while_statement] = STATE(3259), - [sym_do_while_statement] = STATE(3259), - [sym_assignment] = STATE(3259), - [sym__expression] = STATE(1336), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(2736), - [sym_parenthesized_expression] = STATE(2736), - [sym_collection_literal] = STATE(2736), - [sym__literal_constant] = STATE(2736), - [sym_string_literal] = STATE(2736), - [sym_lambda_literal] = STATE(2736), - [sym_anonymous_function] = STATE(2736), - [sym__function_literal] = STATE(2736), - [sym_object_literal] = STATE(2736), - [sym_this_expression] = STATE(2736), - [sym_super_expression] = STATE(2736), - [sym_if_expression] = STATE(2736), - [sym_when_expression] = STATE(2736), - [sym_try_expression] = STATE(2736), - [sym_jump_expression] = STATE(2736), - [sym_callable_reference] = STATE(2736), - [sym__prefix_unary_operator] = STATE(2195), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7896), - [sym_modifiers] = STATE(7772), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(343), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3242), - [sym__return_at] = STATE(262), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(2736), - [sym_long_literal] = STATE(2736), - [sym_boolean_literal] = STATE(2736), - [sym_character_literal] = STATE(2736), - [sym__lexical_identifier] = STATE(2864), + [sym_type_alias] = STATE(3873), + [sym__declaration] = STATE(3873), + [sym_class_declaration] = STATE(3873), + [sym_function_declaration] = STATE(3873), + [sym_property_declaration] = STATE(3873), + [sym_getter] = STATE(3873), + [sym_setter] = STATE(3873), + [sym_object_declaration] = STATE(3873), + [sym__statement] = STATE(3873), + [sym_control_structure_body] = STATE(3717), + [sym__block] = STATE(3873), + [sym__loop_statement] = STATE(3873), + [sym_for_statement] = STATE(3873), + [sym_while_statement] = STATE(3873), + [sym_do_while_statement] = STATE(3873), + [sym_assignment] = STATE(3873), + [sym__expression] = STATE(1347), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(2895), + [sym_parenthesized_expression] = STATE(2895), + [sym_collection_literal] = STATE(2895), + [sym__literal_constant] = STATE(2895), + [sym_string_literal] = STATE(2895), + [sym_lambda_literal] = STATE(2895), + [sym_anonymous_function] = STATE(2895), + [sym__function_literal] = STATE(2895), + [sym_object_literal] = STATE(2895), + [sym_this_expression] = STATE(2895), + [sym_super_expression] = STATE(2895), + [sym_if_expression] = STATE(2895), + [sym_when_expression] = STATE(2895), + [sym_try_expression] = STATE(2895), + [sym_jump_expression] = STATE(2895), + [sym_callable_reference] = STATE(2895), + [sym__prefix_unary_operator] = STATE(1786), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7917), + [sym_modifiers] = STATE(7780), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(346), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3725), + [sym__return_at] = STATE(263), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(2895), + [sym_long_literal] = STATE(2895), + [sym_boolean_literal] = STATE(2895), + [sym_character_literal] = STATE(2895), + [sym__lexical_identifier] = STATE(3382), [aux_sym__statement_repeat1] = STATE(827), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(111), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(455), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_LBRACK] = ACTIONS(457), [anon_sym_as] = ACTIONS(119), - [anon_sym_typealias] = ACTIONS(121), + [anon_sym_typealias] = ACTIONS(459), [anon_sym_EQ] = ACTIONS(119), - [anon_sym_class] = ACTIONS(643), - [anon_sym_interface] = ACTIONS(643), - [anon_sym_enum] = ACTIONS(645), - [anon_sym_LBRACE] = ACTIONS(127), + [anon_sym_class] = ACTIONS(739), + [anon_sym_interface] = ACTIONS(739), + [anon_sym_enum] = ACTIONS(741), + [anon_sym_LBRACE] = ACTIONS(465), [anon_sym_RBRACE] = ACTIONS(117), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_RPAREN] = ACTIONS(117), - [anon_sym_val] = ACTIONS(647), - [anon_sym_var] = ACTIONS(647), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_val] = ACTIONS(743), + [anon_sym_var] = ACTIONS(743), [anon_sym_LT] = ACTIONS(119), [anon_sym_GT] = ACTIONS(119), - [anon_sym_object] = ACTIONS(649), - [anon_sym_fun] = ACTIONS(651), + [anon_sym_object] = ACTIONS(745), + [anon_sym_fun] = ACTIONS(747), [anon_sym_DOT] = ACTIONS(119), [anon_sym_SEMI] = ACTIONS(117), - [anon_sym_get] = ACTIONS(653), - [anon_sym_set] = ACTIONS(655), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(657), - [sym_label] = ACTIONS(659), - [anon_sym_for] = ACTIONS(661), + [anon_sym_get] = ACTIONS(749), + [anon_sym_set] = ACTIONS(751), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(753), + [sym_label] = ACTIONS(755), + [anon_sym_for] = ACTIONS(757), [anon_sym_in] = ACTIONS(119), - [anon_sym_while] = ACTIONS(663), - [anon_sym_do] = ACTIONS(153), + [anon_sym_while] = ACTIONS(759), + [anon_sym_do] = ACTIONS(491), [anon_sym_DOT_DOT] = ACTIONS(117), [anon_sym_QMARK_COLON] = ACTIONS(117), [anon_sym_AMP_AMP] = ACTIONS(117), [anon_sym_PIPE_PIPE] = ACTIONS(117), - [anon_sym_null] = ACTIONS(155), - [anon_sym_if] = ACTIONS(665), + [anon_sym_null] = ACTIONS(493), + [anon_sym_if] = ACTIONS(761), [anon_sym_else] = ACTIONS(119), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(667), - [anon_sym_return] = ACTIONS(669), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(763), + [anon_sym_return] = ACTIONS(765), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), [anon_sym_PLUS_EQ] = ACTIONS(117), [anon_sym_DASH_EQ] = ACTIONS(117), [anon_sym_STAR_EQ] = ACTIONS(117), @@ -27825,20 +27932,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BANGin] = ACTIONS(117), [anon_sym_is] = ACTIONS(119), [anon_sym_BANGis] = ACTIONS(117), - [anon_sym_PLUS] = ACTIONS(671), - [anon_sym_DASH] = ACTIONS(671), + [anon_sym_PLUS] = ACTIONS(767), + [anon_sym_DASH] = ACTIONS(767), [anon_sym_SLASH] = ACTIONS(119), [anon_sym_PERCENT] = ACTIONS(119), [anon_sym_as_QMARK] = ACTIONS(117), - [anon_sym_PLUS_PLUS] = ACTIONS(673), - [anon_sym_DASH_DASH] = ACTIONS(673), - [anon_sym_BANG] = ACTIONS(671), + [anon_sym_PLUS_PLUS] = ACTIONS(769), + [anon_sym_DASH_DASH] = ACTIONS(769), + [anon_sym_BANG] = ACTIONS(767), [anon_sym_BANG_BANG] = ACTIONS(117), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(175), - [anon_sym_inner] = ACTIONS(175), + [anon_sym_data] = ACTIONS(513), + [anon_sym_inner] = ACTIONS(513), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -27857,148 +27964,336 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(177), - [anon_sym_actual] = ACTIONS(177), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(185), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), + [anon_sym_expect] = ACTIONS(515), + [anon_sym_actual] = ACTIONS(515), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(523), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym__automatic_semicolon] = ACTIONS(117), [sym_safe_nav] = ACTIONS(117), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), + [sym__string_start] = ACTIONS(535), }, [22] = { - [sym_type_alias] = STATE(4620), - [sym__declaration] = STATE(4620), - [sym_class_declaration] = STATE(4620), - [sym_function_declaration] = STATE(4620), - [sym_property_declaration] = STATE(4620), - [sym_getter] = STATE(4620), - [sym_setter] = STATE(4620), - [sym_object_declaration] = STATE(4620), - [sym__statement] = STATE(4620), - [sym_control_structure_body] = STATE(4627), - [sym__block] = STATE(4620), - [sym__loop_statement] = STATE(4620), - [sym_for_statement] = STATE(4620), - [sym_while_statement] = STATE(4620), - [sym_do_while_statement] = STATE(4620), - [sym_assignment] = STATE(4620), - [sym__expression] = STATE(3730), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4426), - [sym_parenthesized_expression] = STATE(4426), - [sym_collection_literal] = STATE(4426), - [sym__literal_constant] = STATE(4426), - [sym_string_literal] = STATE(4426), - [sym_lambda_literal] = STATE(4426), - [sym_anonymous_function] = STATE(4426), - [sym__function_literal] = STATE(4426), - [sym_object_literal] = STATE(4426), - [sym_this_expression] = STATE(4426), - [sym_super_expression] = STATE(4426), - [sym_if_expression] = STATE(4426), - [sym_when_expression] = STATE(4426), - [sym_try_expression] = STATE(4426), - [sym_jump_expression] = STATE(4426), - [sym_callable_reference] = STATE(4426), - [sym__prefix_unary_operator] = STATE(2343), - [sym__postfix_unary_expression] = STATE(7912), + [sym_type_alias] = STATE(3873), + [sym__declaration] = STATE(3873), + [sym_class_declaration] = STATE(3873), + [sym_function_declaration] = STATE(3873), + [sym_property_declaration] = STATE(3873), + [sym_getter] = STATE(3873), + [sym_setter] = STATE(3873), + [sym_object_declaration] = STATE(3873), + [sym__statement] = STATE(3873), + [sym_control_structure_body] = STATE(3856), + [sym__block] = STATE(3873), + [sym__loop_statement] = STATE(3873), + [sym_for_statement] = STATE(3873), + [sym_while_statement] = STATE(3873), + [sym_do_while_statement] = STATE(3873), + [sym_assignment] = STATE(3873), + [sym__expression] = STATE(1347), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(2895), + [sym_parenthesized_expression] = STATE(2895), + [sym_collection_literal] = STATE(2895), + [sym__literal_constant] = STATE(2895), + [sym_string_literal] = STATE(2895), + [sym_lambda_literal] = STATE(2895), + [sym_anonymous_function] = STATE(2895), + [sym__function_literal] = STATE(2895), + [sym_object_literal] = STATE(2895), + [sym_this_expression] = STATE(2895), + [sym_super_expression] = STATE(2895), + [sym_if_expression] = STATE(2895), + [sym_when_expression] = STATE(2895), + [sym_try_expression] = STATE(2895), + [sym_jump_expression] = STATE(2895), + [sym_callable_reference] = STATE(2895), + [sym__prefix_unary_operator] = STATE(1786), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7917), + [sym_modifiers] = STATE(7780), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(346), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3725), + [sym__return_at] = STATE(263), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(2895), + [sym_long_literal] = STATE(2895), + [sym_boolean_literal] = STATE(2895), + [sym_character_literal] = STATE(2895), + [sym__lexical_identifier] = STATE(3382), + [aux_sym__statement_repeat1] = STATE(827), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_as] = ACTIONS(201), + [anon_sym_typealias] = ACTIONS(459), + [anon_sym_EQ] = ACTIONS(201), + [anon_sym_class] = ACTIONS(739), + [anon_sym_interface] = ACTIONS(739), + [anon_sym_enum] = ACTIONS(741), + [anon_sym_LBRACE] = ACTIONS(465), + [anon_sym_RBRACE] = ACTIONS(199), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_val] = ACTIONS(743), + [anon_sym_var] = ACTIONS(743), + [anon_sym_LT] = ACTIONS(201), + [anon_sym_GT] = ACTIONS(201), + [anon_sym_object] = ACTIONS(745), + [anon_sym_fun] = ACTIONS(747), + [anon_sym_DOT] = ACTIONS(201), + [anon_sym_SEMI] = ACTIONS(199), + [anon_sym_get] = ACTIONS(749), + [anon_sym_set] = ACTIONS(751), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(753), + [sym_label] = ACTIONS(755), + [anon_sym_for] = ACTIONS(757), + [anon_sym_in] = ACTIONS(201), + [anon_sym_while] = ACTIONS(759), + [anon_sym_do] = ACTIONS(491), + [anon_sym_DOT_DOT] = ACTIONS(199), + [anon_sym_QMARK_COLON] = ACTIONS(199), + [anon_sym_AMP_AMP] = ACTIONS(199), + [anon_sym_PIPE_PIPE] = ACTIONS(199), + [anon_sym_null] = ACTIONS(493), + [anon_sym_if] = ACTIONS(761), + [anon_sym_else] = ACTIONS(201), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(763), + [anon_sym_return] = ACTIONS(765), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS_EQ] = ACTIONS(199), + [anon_sym_DASH_EQ] = ACTIONS(199), + [anon_sym_STAR_EQ] = ACTIONS(199), + [anon_sym_SLASH_EQ] = ACTIONS(199), + [anon_sym_PERCENT_EQ] = ACTIONS(199), + [anon_sym_BANG_EQ] = ACTIONS(201), + [anon_sym_BANG_EQ_EQ] = ACTIONS(199), + [anon_sym_EQ_EQ] = ACTIONS(201), + [anon_sym_EQ_EQ_EQ] = ACTIONS(199), + [anon_sym_LT_EQ] = ACTIONS(199), + [anon_sym_GT_EQ] = ACTIONS(199), + [anon_sym_BANGin] = ACTIONS(199), + [anon_sym_is] = ACTIONS(201), + [anon_sym_BANGis] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(767), + [anon_sym_DASH] = ACTIONS(767), + [anon_sym_SLASH] = ACTIONS(201), + [anon_sym_PERCENT] = ACTIONS(201), + [anon_sym_as_QMARK] = ACTIONS(199), + [anon_sym_PLUS_PLUS] = ACTIONS(769), + [anon_sym_DASH_DASH] = ACTIONS(769), + [anon_sym_BANG] = ACTIONS(767), + [anon_sym_BANG_BANG] = ACTIONS(199), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(513), + [anon_sym_inner] = ACTIONS(513), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(515), + [anon_sym_actual] = ACTIONS(515), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(523), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym__automatic_semicolon] = ACTIONS(199), + [sym_safe_nav] = ACTIONS(199), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), + }, + [23] = { + [sym_type_alias] = STATE(1052), + [sym__declaration] = STATE(1052), + [sym_class_declaration] = STATE(1052), + [sym_function_declaration] = STATE(1052), + [sym_property_declaration] = STATE(1052), + [sym_getter] = STATE(1052), + [sym_setter] = STATE(1052), + [sym_object_declaration] = STATE(1052), + [sym__statement] = STATE(1052), + [sym_control_structure_body] = STATE(1151), + [sym__block] = STATE(1052), + [sym__loop_statement] = STATE(1052), + [sym_for_statement] = STATE(1052), + [sym_while_statement] = STATE(1052), + [sym_do_while_statement] = STATE(1052), + [sym_assignment] = STATE(1052), + [sym__expression] = STATE(378), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(765), + [sym_parenthesized_expression] = STATE(765), + [sym_collection_literal] = STATE(765), + [sym__literal_constant] = STATE(765), + [sym_string_literal] = STATE(765), + [sym_lambda_literal] = STATE(765), + [sym_anonymous_function] = STATE(765), + [sym__function_literal] = STATE(765), + [sym_object_literal] = STATE(765), + [sym_this_expression] = STATE(765), + [sym_super_expression] = STATE(765), + [sym_if_expression] = STATE(765), + [sym_when_expression] = STATE(765), + [sym_try_expression] = STATE(765), + [sym_jump_expression] = STATE(765), + [sym_callable_reference] = STATE(765), + [sym__prefix_unary_operator] = STATE(2198), + [sym__postfix_unary_expression] = STATE(7948), [sym_directly_assignable_expression] = STATE(7895), - [sym_modifiers] = STATE(7620), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(337), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4561), - [sym__return_at] = STATE(310), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4426), - [sym_long_literal] = STATE(4426), - [sym_boolean_literal] = STATE(4426), - [sym_character_literal] = STATE(4426), - [sym__lexical_identifier] = STATE(4440), - [aux_sym__statement_repeat1] = STATE(806), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(199), + [sym_modifiers] = STATE(7750), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(341), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1103), + [sym__return_at] = STATE(264), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(765), + [sym_long_literal] = STATE(765), + [sym_boolean_literal] = STATE(765), + [sym_character_literal] = STATE(765), + [sym__lexical_identifier] = STATE(843), + [aux_sym__statement_repeat1] = STATE(818), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(537), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [anon_sym_LBRACK] = ACTIONS(539), [anon_sym_as] = ACTIONS(119), - [anon_sym_typealias] = ACTIONS(207), + [anon_sym_typealias] = ACTIONS(541), [anon_sym_EQ] = ACTIONS(119), - [anon_sym_class] = ACTIONS(707), - [anon_sym_interface] = ACTIONS(707), - [anon_sym_enum] = ACTIONS(709), - [anon_sym_LBRACE] = ACTIONS(213), + [anon_sym_class] = ACTIONS(617), + [anon_sym_interface] = ACTIONS(617), + [anon_sym_enum] = ACTIONS(619), + [anon_sym_LBRACE] = ACTIONS(547), [anon_sym_RBRACE] = ACTIONS(117), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_RPAREN] = ACTIONS(117), - [anon_sym_val] = ACTIONS(711), - [anon_sym_var] = ACTIONS(711), + [anon_sym_LPAREN] = ACTIONS(549), + [anon_sym_val] = ACTIONS(621), + [anon_sym_var] = ACTIONS(621), [anon_sym_LT] = ACTIONS(119), [anon_sym_GT] = ACTIONS(119), - [anon_sym_object] = ACTIONS(713), - [anon_sym_fun] = ACTIONS(715), + [anon_sym_object] = ACTIONS(623), + [anon_sym_fun] = ACTIONS(625), [anon_sym_DOT] = ACTIONS(119), [anon_sym_SEMI] = ACTIONS(117), - [anon_sym_get] = ACTIONS(717), - [anon_sym_set] = ACTIONS(719), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(721), - [sym_label] = ACTIONS(723), - [anon_sym_for] = ACTIONS(725), + [anon_sym_get] = ACTIONS(627), + [anon_sym_set] = ACTIONS(629), + [anon_sym_this] = ACTIONS(561), + [anon_sym_super] = ACTIONS(563), + [anon_sym_STAR] = ACTIONS(631), + [sym_label] = ACTIONS(633), + [anon_sym_for] = ACTIONS(635), [anon_sym_in] = ACTIONS(119), - [anon_sym_while] = ACTIONS(727), - [anon_sym_do] = ACTIONS(239), + [anon_sym_while] = ACTIONS(637), + [anon_sym_do] = ACTIONS(573), [anon_sym_DOT_DOT] = ACTIONS(117), [anon_sym_QMARK_COLON] = ACTIONS(117), [anon_sym_AMP_AMP] = ACTIONS(117), [anon_sym_PIPE_PIPE] = ACTIONS(117), - [anon_sym_null] = ACTIONS(241), - [anon_sym_if] = ACTIONS(321), + [anon_sym_null] = ACTIONS(575), + [anon_sym_if] = ACTIONS(639), [anon_sym_else] = ACTIONS(119), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(323), - [anon_sym_return] = ACTIONS(325), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_when] = ACTIONS(579), + [anon_sym_try] = ACTIONS(581), + [anon_sym_throw] = ACTIONS(641), + [anon_sym_return] = ACTIONS(643), + [anon_sym_continue] = ACTIONS(587), + [anon_sym_break] = ACTIONS(587), + [anon_sym_COLON_COLON] = ACTIONS(589), [anon_sym_PLUS_EQ] = ACTIONS(117), [anon_sym_DASH_EQ] = ACTIONS(117), [anon_sym_STAR_EQ] = ACTIONS(117), @@ -28013,20 +28308,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BANGin] = ACTIONS(117), [anon_sym_is] = ACTIONS(119), [anon_sym_BANGis] = ACTIONS(117), - [anon_sym_PLUS] = ACTIONS(729), - [anon_sym_DASH] = ACTIONS(729), + [anon_sym_PLUS] = ACTIONS(645), + [anon_sym_DASH] = ACTIONS(645), [anon_sym_SLASH] = ACTIONS(119), [anon_sym_PERCENT] = ACTIONS(119), [anon_sym_as_QMARK] = ACTIONS(117), - [anon_sym_PLUS_PLUS] = ACTIONS(731), - [anon_sym_DASH_DASH] = ACTIONS(731), - [anon_sym_BANG] = ACTIONS(729), + [anon_sym_PLUS_PLUS] = ACTIONS(647), + [anon_sym_DASH_DASH] = ACTIONS(647), + [anon_sym_BANG] = ACTIONS(645), [anon_sym_BANG_BANG] = ACTIONS(117), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(261), - [anon_sym_inner] = ACTIONS(261), + [anon_sym_data] = ACTIONS(595), + [anon_sym_inner] = ACTIONS(595), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -28045,140 +28340,141 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(263), - [anon_sym_actual] = ACTIONS(263), + [anon_sym_expect] = ACTIONS(597), + [anon_sym_actual] = ACTIONS(597), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(271), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(599), + [anon_sym_break_AT] = ACTIONS(601), + [sym_real_literal] = ACTIONS(603), + [sym_integer_literal] = ACTIONS(605), + [sym_hex_literal] = ACTIONS(607), + [sym_bin_literal] = ACTIONS(607), + [anon_sym_true] = ACTIONS(609), + [anon_sym_false] = ACTIONS(609), + [anon_sym_SQUOTE] = ACTIONS(611), + [sym__backtick_identifier] = ACTIONS(613), + [sym__automatic_semicolon] = ACTIONS(117), [sym_safe_nav] = ACTIONS(117), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), + [sym__string_start] = ACTIONS(615), }, - [23] = { - [sym_type_alias] = STATE(4921), - [sym__declaration] = STATE(4921), - [sym_class_declaration] = STATE(4921), - [sym_function_declaration] = STATE(4921), - [sym_property_declaration] = STATE(4921), - [sym_getter] = STATE(4921), - [sym_setter] = STATE(4921), - [sym_object_declaration] = STATE(4921), - [sym__statement] = STATE(4921), - [sym_control_structure_body] = STATE(4996), - [sym__block] = STATE(4921), - [sym__loop_statement] = STATE(4921), - [sym_for_statement] = STATE(4921), - [sym_while_statement] = STATE(4921), - [sym_do_while_statement] = STATE(4921), - [sym_assignment] = STATE(4921), - [sym__expression] = STATE(3956), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4446), - [sym_parenthesized_expression] = STATE(4446), - [sym_collection_literal] = STATE(4446), - [sym__literal_constant] = STATE(4446), - [sym_string_literal] = STATE(4446), - [sym_lambda_literal] = STATE(4446), - [sym_anonymous_function] = STATE(4446), - [sym__function_literal] = STATE(4446), - [sym_object_literal] = STATE(4446), - [sym_this_expression] = STATE(4446), - [sym_super_expression] = STATE(4446), - [sym_if_expression] = STATE(4446), - [sym_when_expression] = STATE(4446), - [sym_try_expression] = STATE(4446), - [sym_jump_expression] = STATE(4446), - [sym_callable_reference] = STATE(4446), - [sym__prefix_unary_operator] = STATE(2020), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7863), - [sym_modifiers] = STATE(7746), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(346), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4990), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4446), - [sym_long_literal] = STATE(4446), - [sym_boolean_literal] = STATE(4446), - [sym_character_literal] = STATE(4446), - [sym__lexical_identifier] = STATE(4529), + [24] = { + [sym_type_alias] = STATE(5052), + [sym__declaration] = STATE(5052), + [sym_class_declaration] = STATE(5052), + [sym_function_declaration] = STATE(5052), + [sym_property_declaration] = STATE(5052), + [sym_getter] = STATE(5052), + [sym_setter] = STATE(5052), + [sym_object_declaration] = STATE(5052), + [sym__statement] = STATE(5052), + [sym_control_structure_body] = STATE(5004), + [sym__block] = STATE(5052), + [sym__loop_statement] = STATE(5052), + [sym_for_statement] = STATE(5052), + [sym_while_statement] = STATE(5052), + [sym_do_while_statement] = STATE(5052), + [sym_assignment] = STATE(5052), + [sym__expression] = STATE(3957), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4467), + [sym_parenthesized_expression] = STATE(4467), + [sym_collection_literal] = STATE(4467), + [sym__literal_constant] = STATE(4467), + [sym_string_literal] = STATE(4467), + [sym_lambda_literal] = STATE(4467), + [sym_anonymous_function] = STATE(4467), + [sym__function_literal] = STATE(4467), + [sym_object_literal] = STATE(4467), + [sym_this_expression] = STATE(4467), + [sym_super_expression] = STATE(4467), + [sym_if_expression] = STATE(4467), + [sym_when_expression] = STATE(4467), + [sym_try_expression] = STATE(4467), + [sym_jump_expression] = STATE(4467), + [sym_callable_reference] = STATE(4467), + [sym__prefix_unary_operator] = STATE(1665), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7907), + [sym_modifiers] = STATE(7741), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(348), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4920), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4467), + [sym_long_literal] = STATE(4467), + [sym_boolean_literal] = STATE(4467), + [sym_character_literal] = STATE(4467), + [sym__lexical_identifier] = STATE(4566), [aux_sym__statement_repeat1] = STATE(803), - [aux_sym_modifiers_repeat1] = STATE(5441), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_as] = ACTIONS(205), - [anon_sym_typealias] = ACTIONS(495), - [anon_sym_EQ] = ACTIONS(205), - [anon_sym_class] = ACTIONS(617), - [anon_sym_interface] = ACTIONS(617), - [anon_sym_enum] = ACTIONS(619), - [anon_sym_LBRACE] = ACTIONS(501), - [anon_sym_RBRACE] = ACTIONS(203), + [anon_sym_as] = ACTIONS(119), + [anon_sym_typealias] = ACTIONS(413), + [anon_sym_EQ] = ACTIONS(119), + [anon_sym_class] = ACTIONS(771), + [anon_sym_interface] = ACTIONS(771), + [anon_sym_enum] = ACTIONS(773), + [anon_sym_LBRACE] = ACTIONS(419), + [anon_sym_RBRACE] = ACTIONS(117), [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_val] = ACTIONS(621), - [anon_sym_var] = ACTIONS(621), - [anon_sym_LT] = ACTIONS(205), - [anon_sym_GT] = ACTIONS(205), - [anon_sym_object] = ACTIONS(623), - [anon_sym_fun] = ACTIONS(625), - [anon_sym_DOT] = ACTIONS(205), - [anon_sym_SEMI] = ACTIONS(203), - [anon_sym_get] = ACTIONS(627), - [anon_sym_set] = ACTIONS(629), + [anon_sym_val] = ACTIONS(775), + [anon_sym_var] = ACTIONS(775), + [anon_sym_LT] = ACTIONS(119), + [anon_sym_GT] = ACTIONS(119), + [anon_sym_object] = ACTIONS(777), + [anon_sym_fun] = ACTIONS(779), + [anon_sym_DOT] = ACTIONS(119), + [anon_sym_SEMI] = ACTIONS(117), + [anon_sym_get] = ACTIONS(781), + [anon_sym_set] = ACTIONS(783), [anon_sym_this] = ACTIONS(39), [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(631), - [sym_label] = ACTIONS(633), - [anon_sym_for] = ACTIONS(635), - [anon_sym_in] = ACTIONS(205), - [anon_sym_while] = ACTIONS(637), - [anon_sym_do] = ACTIONS(521), - [anon_sym_DOT_DOT] = ACTIONS(203), - [anon_sym_QMARK_COLON] = ACTIONS(203), - [anon_sym_AMP_AMP] = ACTIONS(203), - [anon_sym_PIPE_PIPE] = ACTIONS(203), - [anon_sym_null] = ACTIONS(523), + [anon_sym_STAR] = ACTIONS(785), + [sym_label] = ACTIONS(787), + [anon_sym_for] = ACTIONS(789), + [anon_sym_in] = ACTIONS(119), + [anon_sym_while] = ACTIONS(791), + [anon_sym_do] = ACTIONS(439), + [anon_sym_DOT_DOT] = ACTIONS(117), + [anon_sym_QMARK_COLON] = ACTIONS(117), + [anon_sym_AMP_AMP] = ACTIONS(117), + [anon_sym_PIPE_PIPE] = ACTIONS(117), + [anon_sym_null] = ACTIONS(441), [anon_sym_if] = ACTIONS(55), - [anon_sym_else] = ACTIONS(205), + [anon_sym_else] = ACTIONS(119), [anon_sym_when] = ACTIONS(57), [anon_sym_try] = ACTIONS(59), [anon_sym_throw] = ACTIONS(61), @@ -28186,29 +28482,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(65), [anon_sym_break] = ACTIONS(65), [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS_EQ] = ACTIONS(203), - [anon_sym_DASH_EQ] = ACTIONS(203), - [anon_sym_STAR_EQ] = ACTIONS(203), - [anon_sym_SLASH_EQ] = ACTIONS(203), - [anon_sym_PERCENT_EQ] = ACTIONS(203), - [anon_sym_BANG_EQ] = ACTIONS(205), - [anon_sym_BANG_EQ_EQ] = ACTIONS(203), - [anon_sym_EQ_EQ] = ACTIONS(205), - [anon_sym_EQ_EQ_EQ] = ACTIONS(203), - [anon_sym_LT_EQ] = ACTIONS(203), - [anon_sym_GT_EQ] = ACTIONS(203), - [anon_sym_BANGin] = ACTIONS(203), - [anon_sym_is] = ACTIONS(205), - [anon_sym_BANGis] = ACTIONS(203), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_SLASH] = ACTIONS(205), - [anon_sym_PERCENT] = ACTIONS(205), - [anon_sym_as_QMARK] = ACTIONS(203), - [anon_sym_PLUS_PLUS] = ACTIONS(641), - [anon_sym_DASH_DASH] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(639), - [anon_sym_BANG_BANG] = ACTIONS(203), + [anon_sym_PLUS_EQ] = ACTIONS(117), + [anon_sym_DASH_EQ] = ACTIONS(117), + [anon_sym_STAR_EQ] = ACTIONS(117), + [anon_sym_SLASH_EQ] = ACTIONS(117), + [anon_sym_PERCENT_EQ] = ACTIONS(117), + [anon_sym_BANG_EQ] = ACTIONS(119), + [anon_sym_BANG_EQ_EQ] = ACTIONS(117), + [anon_sym_EQ_EQ] = ACTIONS(119), + [anon_sym_EQ_EQ_EQ] = ACTIONS(117), + [anon_sym_LT_EQ] = ACTIONS(117), + [anon_sym_GT_EQ] = ACTIONS(117), + [anon_sym_BANGin] = ACTIONS(117), + [anon_sym_is] = ACTIONS(119), + [anon_sym_BANGis] = ACTIONS(117), + [anon_sym_PLUS] = ACTIONS(793), + [anon_sym_DASH] = ACTIONS(793), + [anon_sym_SLASH] = ACTIONS(119), + [anon_sym_PERCENT] = ACTIONS(119), + [anon_sym_as_QMARK] = ACTIONS(117), + [anon_sym_PLUS_PLUS] = ACTIONS(795), + [anon_sym_DASH_DASH] = ACTIONS(795), + [anon_sym_BANG] = ACTIONS(793), + [anon_sym_BANG_BANG] = ACTIONS(117), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -28238,7 +28534,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(93), [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(535), + [sym_real_literal] = ACTIONS(453), [sym_integer_literal] = ACTIONS(99), [sym_hex_literal] = ACTIONS(101), [sym_bin_literal] = ACTIONS(101), @@ -28246,322 +28542,135 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(103), [anon_sym_SQUOTE] = ACTIONS(105), [sym__backtick_identifier] = ACTIONS(107), - [sym__automatic_semicolon] = ACTIONS(203), - [sym_safe_nav] = ACTIONS(203), + [sym__automatic_semicolon] = ACTIONS(117), + [sym_safe_nav] = ACTIONS(117), [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(109), }, - [24] = { - [sym_type_alias] = STATE(3848), - [sym__declaration] = STATE(3848), - [sym_class_declaration] = STATE(3848), - [sym_function_declaration] = STATE(3848), - [sym_property_declaration] = STATE(3848), - [sym_getter] = STATE(3848), - [sym_setter] = STATE(3848), - [sym_object_declaration] = STATE(3848), - [sym__statement] = STATE(3848), - [sym_control_structure_body] = STATE(3880), - [sym__block] = STATE(3848), - [sym__loop_statement] = STATE(3848), - [sym_for_statement] = STATE(3848), - [sym_while_statement] = STATE(3848), - [sym_do_while_statement] = STATE(3848), - [sym_assignment] = STATE(3848), - [sym__expression] = STATE(1381), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(2891), - [sym_parenthesized_expression] = STATE(2891), - [sym_collection_literal] = STATE(2891), - [sym__literal_constant] = STATE(2891), - [sym_string_literal] = STATE(2891), - [sym_lambda_literal] = STATE(2891), - [sym_anonymous_function] = STATE(2891), - [sym__function_literal] = STATE(2891), - [sym_object_literal] = STATE(2891), - [sym_this_expression] = STATE(2891), - [sym_super_expression] = STATE(2891), - [sym_if_expression] = STATE(2891), - [sym_when_expression] = STATE(2891), - [sym_try_expression] = STATE(2891), - [sym_jump_expression] = STATE(2891), - [sym_callable_reference] = STATE(2891), - [sym__prefix_unary_operator] = STATE(2081), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7899), - [sym_modifiers] = STATE(7665), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(344), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3755), - [sym__return_at] = STATE(264), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(2891), - [sym_long_literal] = STATE(2891), - [sym_boolean_literal] = STATE(2891), - [sym_character_literal] = STATE(2891), - [sym__lexical_identifier] = STATE(3263), - [aux_sym__statement_repeat1] = STATE(817), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(537), + [25] = { + [sym_type_alias] = STATE(3371), + [sym__declaration] = STATE(3371), + [sym_class_declaration] = STATE(3371), + [sym_function_declaration] = STATE(3371), + [sym_property_declaration] = STATE(3371), + [sym_getter] = STATE(3371), + [sym_setter] = STATE(3371), + [sym_object_declaration] = STATE(3371), + [sym__statement] = STATE(3371), + [sym_control_structure_body] = STATE(3130), + [sym__block] = STATE(3371), + [sym__loop_statement] = STATE(3371), + [sym_for_statement] = STATE(3371), + [sym_while_statement] = STATE(3371), + [sym_do_while_statement] = STATE(3371), + [sym_assignment] = STATE(3371), + [sym__expression] = STATE(1327), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(2753), + [sym_parenthesized_expression] = STATE(2753), + [sym_collection_literal] = STATE(2753), + [sym__literal_constant] = STATE(2753), + [sym_string_literal] = STATE(2753), + [sym_lambda_literal] = STATE(2753), + [sym_anonymous_function] = STATE(2753), + [sym__function_literal] = STATE(2753), + [sym_object_literal] = STATE(2753), + [sym_this_expression] = STATE(2753), + [sym_super_expression] = STATE(2753), + [sym_if_expression] = STATE(2753), + [sym_when_expression] = STATE(2753), + [sym_try_expression] = STATE(2753), + [sym_jump_expression] = STATE(2753), + [sym_callable_reference] = STATE(2753), + [sym__prefix_unary_operator] = STATE(2261), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7929), + [sym_modifiers] = STATE(7771), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(333), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3410), + [sym__return_at] = STATE(262), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(2753), + [sym_long_literal] = STATE(2753), + [sym_boolean_literal] = STATE(2753), + [sym_character_literal] = STATE(2753), + [sym__lexical_identifier] = STATE(2858), + [aux_sym__statement_repeat1] = STATE(829), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(111), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_as] = ACTIONS(205), - [anon_sym_typealias] = ACTIONS(541), - [anon_sym_EQ] = ACTIONS(205), - [anon_sym_class] = ACTIONS(733), - [anon_sym_interface] = ACTIONS(733), - [anon_sym_enum] = ACTIONS(735), - [anon_sym_LBRACE] = ACTIONS(547), - [anon_sym_RBRACE] = ACTIONS(203), - [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_val] = ACTIONS(737), - [anon_sym_var] = ACTIONS(737), - [anon_sym_LT] = ACTIONS(205), - [anon_sym_GT] = ACTIONS(205), - [anon_sym_object] = ACTIONS(739), - [anon_sym_fun] = ACTIONS(741), - [anon_sym_DOT] = ACTIONS(205), - [anon_sym_SEMI] = ACTIONS(203), - [anon_sym_get] = ACTIONS(743), - [anon_sym_set] = ACTIONS(745), - [anon_sym_this] = ACTIONS(561), - [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(747), - [sym_label] = ACTIONS(749), - [anon_sym_for] = ACTIONS(751), - [anon_sym_in] = ACTIONS(205), - [anon_sym_while] = ACTIONS(753), - [anon_sym_do] = ACTIONS(573), - [anon_sym_DOT_DOT] = ACTIONS(203), - [anon_sym_QMARK_COLON] = ACTIONS(203), - [anon_sym_AMP_AMP] = ACTIONS(203), - [anon_sym_PIPE_PIPE] = ACTIONS(203), - [anon_sym_null] = ACTIONS(575), - [anon_sym_if] = ACTIONS(755), - [anon_sym_else] = ACTIONS(205), - [anon_sym_when] = ACTIONS(579), - [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(757), - [anon_sym_return] = ACTIONS(759), - [anon_sym_continue] = ACTIONS(587), - [anon_sym_break] = ACTIONS(587), - [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS_EQ] = ACTIONS(203), - [anon_sym_DASH_EQ] = ACTIONS(203), - [anon_sym_STAR_EQ] = ACTIONS(203), - [anon_sym_SLASH_EQ] = ACTIONS(203), - [anon_sym_PERCENT_EQ] = ACTIONS(203), - [anon_sym_BANG_EQ] = ACTIONS(205), - [anon_sym_BANG_EQ_EQ] = ACTIONS(203), - [anon_sym_EQ_EQ] = ACTIONS(205), - [anon_sym_EQ_EQ_EQ] = ACTIONS(203), - [anon_sym_LT_EQ] = ACTIONS(203), - [anon_sym_GT_EQ] = ACTIONS(203), - [anon_sym_BANGin] = ACTIONS(203), - [anon_sym_is] = ACTIONS(205), - [anon_sym_BANGis] = ACTIONS(203), - [anon_sym_PLUS] = ACTIONS(761), - [anon_sym_DASH] = ACTIONS(761), - [anon_sym_SLASH] = ACTIONS(205), - [anon_sym_PERCENT] = ACTIONS(205), - [anon_sym_as_QMARK] = ACTIONS(203), - [anon_sym_PLUS_PLUS] = ACTIONS(763), - [anon_sym_DASH_DASH] = ACTIONS(763), - [anon_sym_BANG] = ACTIONS(761), - [anon_sym_BANG_BANG] = ACTIONS(203), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(595), - [anon_sym_inner] = ACTIONS(595), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(597), - [anon_sym_actual] = ACTIONS(597), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(599), - [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(603), - [sym_integer_literal] = ACTIONS(605), - [sym_hex_literal] = ACTIONS(607), - [sym_bin_literal] = ACTIONS(607), - [anon_sym_true] = ACTIONS(609), - [anon_sym_false] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(611), - [sym__backtick_identifier] = ACTIONS(613), - [sym__automatic_semicolon] = ACTIONS(203), - [sym_safe_nav] = ACTIONS(203), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(615), - }, - [25] = { - [sym_type_alias] = STATE(3848), - [sym__declaration] = STATE(3848), - [sym_class_declaration] = STATE(3848), - [sym_function_declaration] = STATE(3848), - [sym_property_declaration] = STATE(3848), - [sym_getter] = STATE(3848), - [sym_setter] = STATE(3848), - [sym_object_declaration] = STATE(3848), - [sym__statement] = STATE(3848), - [sym_control_structure_body] = STATE(3779), - [sym__block] = STATE(3848), - [sym__loop_statement] = STATE(3848), - [sym_for_statement] = STATE(3848), - [sym_while_statement] = STATE(3848), - [sym_do_while_statement] = STATE(3848), - [sym_assignment] = STATE(3848), - [sym__expression] = STATE(1381), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(2891), - [sym_parenthesized_expression] = STATE(2891), - [sym_collection_literal] = STATE(2891), - [sym__literal_constant] = STATE(2891), - [sym_string_literal] = STATE(2891), - [sym_lambda_literal] = STATE(2891), - [sym_anonymous_function] = STATE(2891), - [sym__function_literal] = STATE(2891), - [sym_object_literal] = STATE(2891), - [sym_this_expression] = STATE(2891), - [sym_super_expression] = STATE(2891), - [sym_if_expression] = STATE(2891), - [sym_when_expression] = STATE(2891), - [sym_try_expression] = STATE(2891), - [sym_jump_expression] = STATE(2891), - [sym_callable_reference] = STATE(2891), - [sym__prefix_unary_operator] = STATE(2081), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7899), - [sym_modifiers] = STATE(7665), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(344), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3755), - [sym__return_at] = STATE(264), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(2891), - [sym_long_literal] = STATE(2891), - [sym_boolean_literal] = STATE(2891), - [sym_character_literal] = STATE(2891), - [sym__lexical_identifier] = STATE(3263), - [aux_sym__statement_repeat1] = STATE(817), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(537), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(539), + [anon_sym_LBRACK] = ACTIONS(115), [anon_sym_as] = ACTIONS(119), - [anon_sym_typealias] = ACTIONS(541), + [anon_sym_typealias] = ACTIONS(121), [anon_sym_EQ] = ACTIONS(119), - [anon_sym_class] = ACTIONS(733), - [anon_sym_interface] = ACTIONS(733), - [anon_sym_enum] = ACTIONS(735), - [anon_sym_LBRACE] = ACTIONS(547), + [anon_sym_class] = ACTIONS(649), + [anon_sym_interface] = ACTIONS(649), + [anon_sym_enum] = ACTIONS(651), + [anon_sym_LBRACE] = ACTIONS(127), [anon_sym_RBRACE] = ACTIONS(117), - [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_val] = ACTIONS(737), - [anon_sym_var] = ACTIONS(737), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_RPAREN] = ACTIONS(117), + [anon_sym_val] = ACTIONS(653), + [anon_sym_var] = ACTIONS(653), [anon_sym_LT] = ACTIONS(119), [anon_sym_GT] = ACTIONS(119), - [anon_sym_object] = ACTIONS(739), - [anon_sym_fun] = ACTIONS(741), + [anon_sym_object] = ACTIONS(655), + [anon_sym_fun] = ACTIONS(657), [anon_sym_DOT] = ACTIONS(119), [anon_sym_SEMI] = ACTIONS(117), - [anon_sym_get] = ACTIONS(743), - [anon_sym_set] = ACTIONS(745), - [anon_sym_this] = ACTIONS(561), - [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(747), - [sym_label] = ACTIONS(749), - [anon_sym_for] = ACTIONS(751), + [anon_sym_get] = ACTIONS(659), + [anon_sym_set] = ACTIONS(661), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(663), + [sym_label] = ACTIONS(665), + [anon_sym_for] = ACTIONS(667), [anon_sym_in] = ACTIONS(119), - [anon_sym_while] = ACTIONS(753), - [anon_sym_do] = ACTIONS(573), + [anon_sym_while] = ACTIONS(669), + [anon_sym_do] = ACTIONS(153), [anon_sym_DOT_DOT] = ACTIONS(117), [anon_sym_QMARK_COLON] = ACTIONS(117), [anon_sym_AMP_AMP] = ACTIONS(117), [anon_sym_PIPE_PIPE] = ACTIONS(117), - [anon_sym_null] = ACTIONS(575), - [anon_sym_if] = ACTIONS(755), + [anon_sym_null] = ACTIONS(155), + [anon_sym_if] = ACTIONS(671), [anon_sym_else] = ACTIONS(119), - [anon_sym_when] = ACTIONS(579), - [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(757), - [anon_sym_return] = ACTIONS(759), - [anon_sym_continue] = ACTIONS(587), - [anon_sym_break] = ACTIONS(587), - [anon_sym_COLON_COLON] = ACTIONS(589), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(673), + [anon_sym_return] = ACTIONS(675), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), [anon_sym_PLUS_EQ] = ACTIONS(117), [anon_sym_DASH_EQ] = ACTIONS(117), [anon_sym_STAR_EQ] = ACTIONS(117), @@ -28576,20 +28685,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BANGin] = ACTIONS(117), [anon_sym_is] = ACTIONS(119), [anon_sym_BANGis] = ACTIONS(117), - [anon_sym_PLUS] = ACTIONS(761), - [anon_sym_DASH] = ACTIONS(761), + [anon_sym_PLUS] = ACTIONS(677), + [anon_sym_DASH] = ACTIONS(677), [anon_sym_SLASH] = ACTIONS(119), [anon_sym_PERCENT] = ACTIONS(119), [anon_sym_as_QMARK] = ACTIONS(117), - [anon_sym_PLUS_PLUS] = ACTIONS(763), - [anon_sym_DASH_DASH] = ACTIONS(763), - [anon_sym_BANG] = ACTIONS(761), + [anon_sym_PLUS_PLUS] = ACTIONS(679), + [anon_sym_DASH_DASH] = ACTIONS(679), + [anon_sym_BANG] = ACTIONS(677), [anon_sym_BANG_BANG] = ACTIONS(117), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(595), - [anon_sym_inner] = ACTIONS(595), + [anon_sym_data] = ACTIONS(175), + [anon_sym_inner] = ACTIONS(175), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -28608,148 +28717,336 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(597), - [anon_sym_actual] = ACTIONS(597), + [anon_sym_expect] = ACTIONS(177), + [anon_sym_actual] = ACTIONS(177), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(599), - [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(603), - [sym_integer_literal] = ACTIONS(605), - [sym_hex_literal] = ACTIONS(607), - [sym_bin_literal] = ACTIONS(607), - [anon_sym_true] = ACTIONS(609), - [anon_sym_false] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(611), - [sym__backtick_identifier] = ACTIONS(613), - [sym__automatic_semicolon] = ACTIONS(117), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(185), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), [sym_safe_nav] = ACTIONS(117), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(615), + [sym__string_start] = ACTIONS(197), }, [26] = { - [sym_type_alias] = STATE(1152), - [sym__declaration] = STATE(1152), - [sym_class_declaration] = STATE(1152), - [sym_function_declaration] = STATE(1152), - [sym_property_declaration] = STATE(1152), - [sym_getter] = STATE(1152), - [sym_setter] = STATE(1152), - [sym_object_declaration] = STATE(1152), - [sym__statement] = STATE(1152), - [sym_control_structure_body] = STATE(1160), - [sym__block] = STATE(1152), - [sym__loop_statement] = STATE(1152), - [sym_for_statement] = STATE(1152), - [sym_while_statement] = STATE(1152), - [sym_do_while_statement] = STATE(1152), - [sym_assignment] = STATE(1152), - [sym__expression] = STATE(388), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(767), - [sym_parenthesized_expression] = STATE(767), - [sym_collection_literal] = STATE(767), - [sym__literal_constant] = STATE(767), - [sym_string_literal] = STATE(767), - [sym_lambda_literal] = STATE(767), - [sym_anonymous_function] = STATE(767), - [sym__function_literal] = STATE(767), - [sym_object_literal] = STATE(767), - [sym_this_expression] = STATE(767), - [sym_super_expression] = STATE(767), - [sym_if_expression] = STATE(767), - [sym_when_expression] = STATE(767), - [sym_try_expression] = STATE(767), - [sym_jump_expression] = STATE(767), - [sym_callable_reference] = STATE(767), - [sym__prefix_unary_operator] = STATE(2221), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7882), - [sym_modifiers] = STATE(7647), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(340), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1054), - [sym__return_at] = STATE(263), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(767), - [sym_long_literal] = STATE(767), - [sym_boolean_literal] = STATE(767), - [sym_character_literal] = STATE(767), - [sym__lexical_identifier] = STATE(866), - [aux_sym__statement_repeat1] = STATE(823), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), + [sym_type_alias] = STATE(5052), + [sym__declaration] = STATE(5052), + [sym_class_declaration] = STATE(5052), + [sym_function_declaration] = STATE(5052), + [sym_property_declaration] = STATE(5052), + [sym_getter] = STATE(5052), + [sym_setter] = STATE(5052), + [sym_object_declaration] = STATE(5052), + [sym__statement] = STATE(5052), + [sym_control_structure_body] = STATE(4906), + [sym__block] = STATE(5052), + [sym__loop_statement] = STATE(5052), + [sym_for_statement] = STATE(5052), + [sym_while_statement] = STATE(5052), + [sym_do_while_statement] = STATE(5052), + [sym_assignment] = STATE(5052), + [sym__expression] = STATE(3957), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4467), + [sym_parenthesized_expression] = STATE(4467), + [sym_collection_literal] = STATE(4467), + [sym__literal_constant] = STATE(4467), + [sym_string_literal] = STATE(4467), + [sym_lambda_literal] = STATE(4467), + [sym_anonymous_function] = STATE(4467), + [sym__function_literal] = STATE(4467), + [sym_object_literal] = STATE(4467), + [sym_this_expression] = STATE(4467), + [sym_super_expression] = STATE(4467), + [sym_if_expression] = STATE(4467), + [sym_when_expression] = STATE(4467), + [sym_try_expression] = STATE(4467), + [sym_jump_expression] = STATE(4467), + [sym_callable_reference] = STATE(4467), + [sym__prefix_unary_operator] = STATE(1665), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7907), + [sym_modifiers] = STATE(7741), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(348), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4920), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4467), + [sym_long_literal] = STATE(4467), + [sym_boolean_literal] = STATE(4467), + [sym_character_literal] = STATE(4467), + [sym__lexical_identifier] = STATE(4566), + [aux_sym__statement_repeat1] = STATE(803), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_as] = ACTIONS(201), + [anon_sym_typealias] = ACTIONS(413), + [anon_sym_EQ] = ACTIONS(201), + [anon_sym_class] = ACTIONS(771), + [anon_sym_interface] = ACTIONS(771), + [anon_sym_enum] = ACTIONS(773), + [anon_sym_LBRACE] = ACTIONS(419), + [anon_sym_RBRACE] = ACTIONS(199), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_val] = ACTIONS(775), + [anon_sym_var] = ACTIONS(775), + [anon_sym_LT] = ACTIONS(201), + [anon_sym_GT] = ACTIONS(201), + [anon_sym_object] = ACTIONS(777), + [anon_sym_fun] = ACTIONS(779), + [anon_sym_DOT] = ACTIONS(201), + [anon_sym_SEMI] = ACTIONS(199), + [anon_sym_get] = ACTIONS(781), + [anon_sym_set] = ACTIONS(783), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(785), + [sym_label] = ACTIONS(787), + [anon_sym_for] = ACTIONS(789), + [anon_sym_in] = ACTIONS(201), + [anon_sym_while] = ACTIONS(791), + [anon_sym_do] = ACTIONS(439), + [anon_sym_DOT_DOT] = ACTIONS(199), + [anon_sym_QMARK_COLON] = ACTIONS(199), + [anon_sym_AMP_AMP] = ACTIONS(199), + [anon_sym_PIPE_PIPE] = ACTIONS(199), + [anon_sym_null] = ACTIONS(441), + [anon_sym_if] = ACTIONS(55), + [anon_sym_else] = ACTIONS(201), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(61), + [anon_sym_return] = ACTIONS(63), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(199), + [anon_sym_DASH_EQ] = ACTIONS(199), + [anon_sym_STAR_EQ] = ACTIONS(199), + [anon_sym_SLASH_EQ] = ACTIONS(199), + [anon_sym_PERCENT_EQ] = ACTIONS(199), + [anon_sym_BANG_EQ] = ACTIONS(201), + [anon_sym_BANG_EQ_EQ] = ACTIONS(199), + [anon_sym_EQ_EQ] = ACTIONS(201), + [anon_sym_EQ_EQ_EQ] = ACTIONS(199), + [anon_sym_LT_EQ] = ACTIONS(199), + [anon_sym_GT_EQ] = ACTIONS(199), + [anon_sym_BANGin] = ACTIONS(199), + [anon_sym_is] = ACTIONS(201), + [anon_sym_BANGis] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(793), + [anon_sym_DASH] = ACTIONS(793), + [anon_sym_SLASH] = ACTIONS(201), + [anon_sym_PERCENT] = ACTIONS(201), + [anon_sym_as_QMARK] = ACTIONS(199), + [anon_sym_PLUS_PLUS] = ACTIONS(795), + [anon_sym_DASH_DASH] = ACTIONS(795), + [anon_sym_BANG] = ACTIONS(793), + [anon_sym_BANG_BANG] = ACTIONS(199), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(77), + [anon_sym_inner] = ACTIONS(77), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(89), + [anon_sym_actual] = ACTIONS(89), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [sym_real_literal] = ACTIONS(453), + [sym_integer_literal] = ACTIONS(99), + [sym_hex_literal] = ACTIONS(101), + [sym_bin_literal] = ACTIONS(101), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SQUOTE] = ACTIONS(105), + [sym__backtick_identifier] = ACTIONS(107), + [sym__automatic_semicolon] = ACTIONS(199), + [sym_safe_nav] = ACTIONS(199), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(109), + }, + [27] = { + [sym_type_alias] = STATE(4571), + [sym__declaration] = STATE(4571), + [sym_class_declaration] = STATE(4571), + [sym_function_declaration] = STATE(4571), + [sym_property_declaration] = STATE(4571), + [sym_getter] = STATE(4571), + [sym_setter] = STATE(4571), + [sym_object_declaration] = STATE(4571), + [sym__statement] = STATE(4571), + [sym_control_structure_body] = STATE(4650), + [sym__block] = STATE(4571), + [sym__loop_statement] = STATE(4571), + [sym_for_statement] = STATE(4571), + [sym_while_statement] = STATE(4571), + [sym_do_while_statement] = STATE(4571), + [sym_assignment] = STATE(4571), + [sym__expression] = STATE(3863), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4434), + [sym_parenthesized_expression] = STATE(4434), + [sym_collection_literal] = STATE(4434), + [sym__literal_constant] = STATE(4434), + [sym_string_literal] = STATE(4434), + [sym_lambda_literal] = STATE(4434), + [sym_anonymous_function] = STATE(4434), + [sym__function_literal] = STATE(4434), + [sym_object_literal] = STATE(4434), + [sym_this_expression] = STATE(4434), + [sym_super_expression] = STATE(4434), + [sym_if_expression] = STATE(4434), + [sym_when_expression] = STATE(4434), + [sym_try_expression] = STATE(4434), + [sym_jump_expression] = STATE(4434), + [sym_callable_reference] = STATE(4434), + [sym__prefix_unary_operator] = STATE(1630), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7896), + [sym_modifiers] = STATE(7728), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(336), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4608), + [sym__return_at] = STATE(310), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4434), + [sym_long_literal] = STATE(4434), + [sym_boolean_literal] = STATE(4434), + [sym_character_literal] = STATE(4434), + [sym__lexical_identifier] = STATE(4461), + [aux_sym__statement_repeat1] = STATE(795), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_as] = ACTIONS(119), - [anon_sym_typealias] = ACTIONS(417), + [anon_sym_typealias] = ACTIONS(207), [anon_sym_EQ] = ACTIONS(119), - [anon_sym_class] = ACTIONS(765), - [anon_sym_interface] = ACTIONS(765), - [anon_sym_enum] = ACTIONS(767), - [anon_sym_LBRACE] = ACTIONS(423), + [anon_sym_class] = ACTIONS(713), + [anon_sym_interface] = ACTIONS(713), + [anon_sym_enum] = ACTIONS(715), + [anon_sym_LBRACE] = ACTIONS(213), [anon_sym_RBRACE] = ACTIONS(117), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_val] = ACTIONS(769), - [anon_sym_var] = ACTIONS(769), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_RPAREN] = ACTIONS(117), + [anon_sym_val] = ACTIONS(717), + [anon_sym_var] = ACTIONS(717), [anon_sym_LT] = ACTIONS(119), [anon_sym_GT] = ACTIONS(119), - [anon_sym_object] = ACTIONS(771), - [anon_sym_fun] = ACTIONS(773), + [anon_sym_object] = ACTIONS(719), + [anon_sym_fun] = ACTIONS(721), [anon_sym_DOT] = ACTIONS(119), [anon_sym_SEMI] = ACTIONS(117), - [anon_sym_get] = ACTIONS(775), - [anon_sym_set] = ACTIONS(777), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(779), - [sym_label] = ACTIONS(781), - [anon_sym_for] = ACTIONS(783), + [anon_sym_get] = ACTIONS(723), + [anon_sym_set] = ACTIONS(725), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(727), + [sym_label] = ACTIONS(729), + [anon_sym_for] = ACTIONS(731), [anon_sym_in] = ACTIONS(119), - [anon_sym_while] = ACTIONS(785), - [anon_sym_do] = ACTIONS(449), + [anon_sym_while] = ACTIONS(733), + [anon_sym_do] = ACTIONS(239), [anon_sym_DOT_DOT] = ACTIONS(117), [anon_sym_QMARK_COLON] = ACTIONS(117), [anon_sym_AMP_AMP] = ACTIONS(117), [anon_sym_PIPE_PIPE] = ACTIONS(117), - [anon_sym_null] = ACTIONS(451), - [anon_sym_if] = ACTIONS(787), + [anon_sym_null] = ACTIONS(241), + [anon_sym_if] = ACTIONS(321), [anon_sym_else] = ACTIONS(119), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(789), - [anon_sym_return] = ACTIONS(791), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(323), + [anon_sym_return] = ACTIONS(325), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), [anon_sym_PLUS_EQ] = ACTIONS(117), [anon_sym_DASH_EQ] = ACTIONS(117), [anon_sym_STAR_EQ] = ACTIONS(117), @@ -28764,20 +29061,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BANGin] = ACTIONS(117), [anon_sym_is] = ACTIONS(119), [anon_sym_BANGis] = ACTIONS(117), - [anon_sym_PLUS] = ACTIONS(793), - [anon_sym_DASH] = ACTIONS(793), + [anon_sym_PLUS] = ACTIONS(735), + [anon_sym_DASH] = ACTIONS(735), [anon_sym_SLASH] = ACTIONS(119), [anon_sym_PERCENT] = ACTIONS(119), [anon_sym_as_QMARK] = ACTIONS(117), - [anon_sym_PLUS_PLUS] = ACTIONS(795), - [anon_sym_DASH_DASH] = ACTIONS(795), - [anon_sym_BANG] = ACTIONS(793), + [anon_sym_PLUS_PLUS] = ACTIONS(737), + [anon_sym_DASH_DASH] = ACTIONS(737), + [anon_sym_BANG] = ACTIONS(735), [anon_sym_BANG_BANG] = ACTIONS(117), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(471), - [anon_sym_inner] = ACTIONS(471), + [anon_sym_data] = ACTIONS(261), + [anon_sym_inner] = ACTIONS(261), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -28796,304 +29093,115 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(473), - [anon_sym_actual] = ACTIONS(473), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(481), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), - [sym__automatic_semicolon] = ACTIONS(117), + [anon_sym_expect] = ACTIONS(263), + [anon_sym_actual] = ACTIONS(263), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(271), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), [sym_safe_nav] = ACTIONS(117), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), - }, - [27] = { - [sym_type_alias] = STATE(1152), - [sym__declaration] = STATE(1152), - [sym_class_declaration] = STATE(1152), - [sym_function_declaration] = STATE(1152), - [sym_property_declaration] = STATE(1152), - [sym_getter] = STATE(1152), - [sym_setter] = STATE(1152), - [sym_object_declaration] = STATE(1152), - [sym__statement] = STATE(1152), - [sym_control_structure_body] = STATE(1121), - [sym__block] = STATE(1152), - [sym__loop_statement] = STATE(1152), - [sym_for_statement] = STATE(1152), - [sym_while_statement] = STATE(1152), - [sym_do_while_statement] = STATE(1152), - [sym_assignment] = STATE(1152), - [sym__expression] = STATE(388), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(767), - [sym_parenthesized_expression] = STATE(767), - [sym_collection_literal] = STATE(767), - [sym__literal_constant] = STATE(767), - [sym_string_literal] = STATE(767), - [sym_lambda_literal] = STATE(767), - [sym_anonymous_function] = STATE(767), - [sym__function_literal] = STATE(767), - [sym_object_literal] = STATE(767), - [sym_this_expression] = STATE(767), - [sym_super_expression] = STATE(767), - [sym_if_expression] = STATE(767), - [sym_when_expression] = STATE(767), - [sym_try_expression] = STATE(767), - [sym_jump_expression] = STATE(767), - [sym_callable_reference] = STATE(767), - [sym__prefix_unary_operator] = STATE(2221), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7882), - [sym_modifiers] = STATE(7647), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(340), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1054), - [sym__return_at] = STATE(263), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(767), - [sym_long_literal] = STATE(767), - [sym_boolean_literal] = STATE(767), - [sym_character_literal] = STATE(767), - [sym__lexical_identifier] = STATE(866), - [aux_sym__statement_repeat1] = STATE(823), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_as] = ACTIONS(205), - [anon_sym_typealias] = ACTIONS(417), - [anon_sym_EQ] = ACTIONS(205), - [anon_sym_class] = ACTIONS(765), - [anon_sym_interface] = ACTIONS(765), - [anon_sym_enum] = ACTIONS(767), - [anon_sym_LBRACE] = ACTIONS(423), - [anon_sym_RBRACE] = ACTIONS(203), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_val] = ACTIONS(769), - [anon_sym_var] = ACTIONS(769), - [anon_sym_LT] = ACTIONS(205), - [anon_sym_GT] = ACTIONS(205), - [anon_sym_object] = ACTIONS(771), - [anon_sym_fun] = ACTIONS(773), - [anon_sym_DOT] = ACTIONS(205), - [anon_sym_SEMI] = ACTIONS(203), - [anon_sym_get] = ACTIONS(775), - [anon_sym_set] = ACTIONS(777), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(779), - [sym_label] = ACTIONS(781), - [anon_sym_for] = ACTIONS(783), - [anon_sym_in] = ACTIONS(205), - [anon_sym_while] = ACTIONS(785), - [anon_sym_do] = ACTIONS(449), - [anon_sym_DOT_DOT] = ACTIONS(203), - [anon_sym_QMARK_COLON] = ACTIONS(203), - [anon_sym_AMP_AMP] = ACTIONS(203), - [anon_sym_PIPE_PIPE] = ACTIONS(203), - [anon_sym_null] = ACTIONS(451), - [anon_sym_if] = ACTIONS(787), - [anon_sym_else] = ACTIONS(205), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(789), - [anon_sym_return] = ACTIONS(791), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS_EQ] = ACTIONS(203), - [anon_sym_DASH_EQ] = ACTIONS(203), - [anon_sym_STAR_EQ] = ACTIONS(203), - [anon_sym_SLASH_EQ] = ACTIONS(203), - [anon_sym_PERCENT_EQ] = ACTIONS(203), - [anon_sym_BANG_EQ] = ACTIONS(205), - [anon_sym_BANG_EQ_EQ] = ACTIONS(203), - [anon_sym_EQ_EQ] = ACTIONS(205), - [anon_sym_EQ_EQ_EQ] = ACTIONS(203), - [anon_sym_LT_EQ] = ACTIONS(203), - [anon_sym_GT_EQ] = ACTIONS(203), - [anon_sym_BANGin] = ACTIONS(203), - [anon_sym_is] = ACTIONS(205), - [anon_sym_BANGis] = ACTIONS(203), - [anon_sym_PLUS] = ACTIONS(793), - [anon_sym_DASH] = ACTIONS(793), - [anon_sym_SLASH] = ACTIONS(205), - [anon_sym_PERCENT] = ACTIONS(205), - [anon_sym_as_QMARK] = ACTIONS(203), - [anon_sym_PLUS_PLUS] = ACTIONS(795), - [anon_sym_DASH_DASH] = ACTIONS(795), - [anon_sym_BANG] = ACTIONS(793), - [anon_sym_BANG_BANG] = ACTIONS(203), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(471), - [anon_sym_inner] = ACTIONS(471), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(473), - [anon_sym_actual] = ACTIONS(473), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(481), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), - [sym__automatic_semicolon] = ACTIONS(203), - [sym_safe_nav] = ACTIONS(203), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), + [sym__string_start] = ACTIONS(283), }, [28] = { - [sym_type_alias] = STATE(3259), - [sym__declaration] = STATE(3259), - [sym_class_declaration] = STATE(3259), - [sym_function_declaration] = STATE(3259), - [sym_property_declaration] = STATE(3259), - [sym_getter] = STATE(3259), - [sym_setter] = STATE(3259), - [sym_object_declaration] = STATE(3259), - [sym__statement] = STATE(3259), - [sym_control_structure_body] = STATE(3186), - [sym__block] = STATE(3259), - [sym__loop_statement] = STATE(3259), - [sym_for_statement] = STATE(3259), - [sym_while_statement] = STATE(3259), - [sym_do_while_statement] = STATE(3259), - [sym_assignment] = STATE(3259), - [sym__expression] = STATE(1527), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(2734), - [sym_parenthesized_expression] = STATE(2734), - [sym_collection_literal] = STATE(2734), - [sym__literal_constant] = STATE(2734), - [sym_string_literal] = STATE(2734), - [sym_lambda_literal] = STATE(2734), - [sym_anonymous_function] = STATE(2734), - [sym__function_literal] = STATE(2734), - [sym_object_literal] = STATE(2734), - [sym_this_expression] = STATE(2734), - [sym_super_expression] = STATE(2734), - [sym_if_expression] = STATE(2734), - [sym_when_expression] = STATE(2734), - [sym_try_expression] = STATE(2734), - [sym_jump_expression] = STATE(2734), - [sym_callable_reference] = STATE(2734), - [sym__prefix_unary_operator] = STATE(2135), - [sym__postfix_unary_expression] = STATE(7912), + [sym_type_alias] = STATE(4571), + [sym__declaration] = STATE(4571), + [sym_class_declaration] = STATE(4571), + [sym_function_declaration] = STATE(4571), + [sym_property_declaration] = STATE(4571), + [sym_getter] = STATE(4571), + [sym_setter] = STATE(4571), + [sym_object_declaration] = STATE(4571), + [sym__statement] = STATE(4571), + [sym_control_structure_body] = STATE(4650), + [sym__block] = STATE(4571), + [sym__loop_statement] = STATE(4571), + [sym_for_statement] = STATE(4571), + [sym_while_statement] = STATE(4571), + [sym_do_while_statement] = STATE(4571), + [sym_assignment] = STATE(4571), + [sym__expression] = STATE(4029), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4435), + [sym_parenthesized_expression] = STATE(4435), + [sym_collection_literal] = STATE(4435), + [sym__literal_constant] = STATE(4435), + [sym_string_literal] = STATE(4435), + [sym_lambda_literal] = STATE(4435), + [sym_anonymous_function] = STATE(4435), + [sym__function_literal] = STATE(4435), + [sym_object_literal] = STATE(4435), + [sym_this_expression] = STATE(4435), + [sym_super_expression] = STATE(4435), + [sym_if_expression] = STATE(4435), + [sym_when_expression] = STATE(4435), + [sym_try_expression] = STATE(4435), + [sym_jump_expression] = STATE(4435), + [sym_callable_reference] = STATE(4435), + [sym__prefix_unary_operator] = STATE(1897), + [sym__postfix_unary_expression] = STATE(7948), [sym_directly_assignable_expression] = STATE(7897), - [sym_modifiers] = STATE(7825), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(341), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3242), - [sym__return_at] = STATE(255), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(2734), - [sym_long_literal] = STATE(2734), - [sym_boolean_literal] = STATE(2734), - [sym_character_literal] = STATE(2734), - [sym__lexical_identifier] = STATE(2864), - [aux_sym__statement_repeat1] = STATE(819), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(111), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), + [sym_modifiers] = STATE(7821), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(339), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4608), + [sym__return_at] = STATE(295), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4435), + [sym_long_literal] = STATE(4435), + [sym_boolean_literal] = STATE(4435), + [sym_character_literal] = STATE(4435), + [sym__lexical_identifier] = STATE(4461), + [aux_sym__statement_repeat1] = STATE(790), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_RBRACK] = ACTIONS(117), [anon_sym_as] = ACTIONS(119), - [anon_sym_typealias] = ACTIONS(121), + [anon_sym_typealias] = ACTIONS(207), [anon_sym_class] = ACTIONS(797), [anon_sym_interface] = ACTIONS(797), [anon_sym_enum] = ACTIONS(799), [anon_sym_LBRACE] = ACTIONS(801), [anon_sym_RBRACE] = ACTIONS(117), - [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_COMMA] = ACTIONS(117), [anon_sym_RPAREN] = ACTIONS(117), [anon_sym_val] = ACTIONS(803), @@ -29107,29 +29215,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_SEMI] = ACTIONS(117), [anon_sym_get] = ACTIONS(809), [anon_sym_set] = ACTIONS(811), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), [anon_sym_STAR] = ACTIONS(813), [anon_sym_DASH_GT] = ACTIONS(117), [sym_label] = ACTIONS(815), [anon_sym_for] = ACTIONS(817), [anon_sym_in] = ACTIONS(119), [anon_sym_while] = ACTIONS(819), - [anon_sym_do] = ACTIONS(153), + [anon_sym_do] = ACTIONS(239), [anon_sym_DOT_DOT] = ACTIONS(117), [anon_sym_QMARK_COLON] = ACTIONS(117), [anon_sym_AMP_AMP] = ACTIONS(117), [anon_sym_PIPE_PIPE] = ACTIONS(117), - [anon_sym_null] = ACTIONS(821), - [anon_sym_if] = ACTIONS(157), + [anon_sym_null] = ACTIONS(319), + [anon_sym_if] = ACTIONS(243), [anon_sym_else] = ACTIONS(119), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(163), - [anon_sym_return] = ACTIONS(165), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(249), + [anon_sym_return] = ACTIONS(251), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), [anon_sym_BANG_EQ] = ACTIONS(119), [anon_sym_BANG_EQ_EQ] = ACTIONS(117), [anon_sym_EQ_EQ] = ACTIONS(119), @@ -29139,18 +29247,204 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BANGin] = ACTIONS(117), [anon_sym_is] = ACTIONS(119), [anon_sym_BANGis] = ACTIONS(117), - [anon_sym_PLUS] = ACTIONS(823), - [anon_sym_DASH] = ACTIONS(823), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), [anon_sym_SLASH] = ACTIONS(119), [anon_sym_PERCENT] = ACTIONS(117), [anon_sym_as_QMARK] = ACTIONS(117), - [anon_sym_PLUS_PLUS] = ACTIONS(825), - [anon_sym_DASH_DASH] = ACTIONS(825), - [anon_sym_BANG] = ACTIONS(823), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(821), [anon_sym_BANG_BANG] = ACTIONS(117), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(261), + [anon_sym_inner] = ACTIONS(261), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(263), + [anon_sym_actual] = ACTIONS(263), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(331), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), + [sym_safe_nav] = ACTIONS(117), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(283), + }, + [29] = { + [sym_type_alias] = STATE(3371), + [sym__declaration] = STATE(3371), + [sym_class_declaration] = STATE(3371), + [sym_function_declaration] = STATE(3371), + [sym_property_declaration] = STATE(3371), + [sym_getter] = STATE(3371), + [sym_setter] = STATE(3371), + [sym_object_declaration] = STATE(3371), + [sym__statement] = STATE(3371), + [sym_control_structure_body] = STATE(3204), + [sym__block] = STATE(3371), + [sym__loop_statement] = STATE(3371), + [sym_for_statement] = STATE(3371), + [sym_while_statement] = STATE(3371), + [sym_do_while_statement] = STATE(3371), + [sym_assignment] = STATE(3371), + [sym__expression] = STATE(1450), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(2727), + [sym_parenthesized_expression] = STATE(2727), + [sym_collection_literal] = STATE(2727), + [sym__literal_constant] = STATE(2727), + [sym_string_literal] = STATE(2727), + [sym_lambda_literal] = STATE(2727), + [sym_anonymous_function] = STATE(2727), + [sym__function_literal] = STATE(2727), + [sym_object_literal] = STATE(2727), + [sym_this_expression] = STATE(2727), + [sym_super_expression] = STATE(2727), + [sym_if_expression] = STATE(2727), + [sym_when_expression] = STATE(2727), + [sym_try_expression] = STATE(2727), + [sym_jump_expression] = STATE(2727), + [sym_callable_reference] = STATE(2727), + [sym__prefix_unary_operator] = STATE(2339), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7909), + [sym_modifiers] = STATE(7858), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(353), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3410), + [sym__return_at] = STATE(220), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(2727), + [sym_long_literal] = STATE(2727), + [sym_boolean_literal] = STATE(2727), + [sym_character_literal] = STATE(2727), + [sym__lexical_identifier] = STATE(2858), + [aux_sym__statement_repeat1] = STATE(786), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(111), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_RBRACK] = ACTIONS(199), + [anon_sym_as] = ACTIONS(201), + [anon_sym_typealias] = ACTIONS(121), + [anon_sym_class] = ACTIONS(825), + [anon_sym_interface] = ACTIONS(825), + [anon_sym_enum] = ACTIONS(827), + [anon_sym_LBRACE] = ACTIONS(829), + [anon_sym_RBRACE] = ACTIONS(199), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_COMMA] = ACTIONS(199), + [anon_sym_RPAREN] = ACTIONS(199), + [anon_sym_val] = ACTIONS(831), + [anon_sym_var] = ACTIONS(831), + [anon_sym_LT] = ACTIONS(201), + [anon_sym_GT] = ACTIONS(201), + [anon_sym_where] = ACTIONS(201), + [anon_sym_object] = ACTIONS(833), + [anon_sym_fun] = ACTIONS(835), + [anon_sym_DOT] = ACTIONS(201), + [anon_sym_SEMI] = ACTIONS(199), + [anon_sym_get] = ACTIONS(837), + [anon_sym_set] = ACTIONS(839), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(841), + [anon_sym_DASH_GT] = ACTIONS(199), + [sym_label] = ACTIONS(843), + [anon_sym_for] = ACTIONS(845), + [anon_sym_in] = ACTIONS(201), + [anon_sym_while] = ACTIONS(847), + [anon_sym_do] = ACTIONS(153), + [anon_sym_DOT_DOT] = ACTIONS(199), + [anon_sym_QMARK_COLON] = ACTIONS(199), + [anon_sym_AMP_AMP] = ACTIONS(199), + [anon_sym_PIPE_PIPE] = ACTIONS(199), + [anon_sym_null] = ACTIONS(849), + [anon_sym_if] = ACTIONS(157), + [anon_sym_else] = ACTIONS(201), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(163), + [anon_sym_return] = ACTIONS(165), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_BANG_EQ] = ACTIONS(201), + [anon_sym_BANG_EQ_EQ] = ACTIONS(199), + [anon_sym_EQ_EQ] = ACTIONS(201), + [anon_sym_EQ_EQ_EQ] = ACTIONS(199), + [anon_sym_LT_EQ] = ACTIONS(199), + [anon_sym_GT_EQ] = ACTIONS(199), + [anon_sym_BANGin] = ACTIONS(199), + [anon_sym_is] = ACTIONS(201), + [anon_sym_BANGis] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(851), + [anon_sym_DASH] = ACTIONS(851), + [anon_sym_SLASH] = ACTIONS(201), + [anon_sym_PERCENT] = ACTIONS(199), + [anon_sym_as_QMARK] = ACTIONS(199), + [anon_sym_PLUS_PLUS] = ACTIONS(853), + [anon_sym_DASH_DASH] = ACTIONS(853), + [anon_sym_BANG] = ACTIONS(851), + [anon_sym_BANG_BANG] = ACTIONS(199), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), [anon_sym_data] = ACTIONS(175), [anon_sym_inner] = ACTIONS(175), [anon_sym_override] = ACTIONS(79), @@ -29177,7 +29471,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(179), [anon_sym_continue_AT] = ACTIONS(181), [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(827), + [sym_real_literal] = ACTIONS(855), [sym_integer_literal] = ACTIONS(187), [sym_hex_literal] = ACTIONS(189), [sym_bin_literal] = ACTIONS(189), @@ -29185,130 +29479,130 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(191), [anon_sym_SQUOTE] = ACTIONS(193), [sym__backtick_identifier] = ACTIONS(195), - [sym_safe_nav] = ACTIONS(117), + [sym_safe_nav] = ACTIONS(199), [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(197), }, - [29] = { - [sym_type_alias] = STATE(4620), - [sym__declaration] = STATE(4620), - [sym_class_declaration] = STATE(4620), - [sym_function_declaration] = STATE(4620), - [sym_property_declaration] = STATE(4620), - [sym_getter] = STATE(4620), - [sym_setter] = STATE(4620), - [sym_object_declaration] = STATE(4620), - [sym__statement] = STATE(4620), - [sym_control_structure_body] = STATE(4700), - [sym__block] = STATE(4620), - [sym__loop_statement] = STATE(4620), - [sym_for_statement] = STATE(4620), - [sym_while_statement] = STATE(4620), - [sym_do_while_statement] = STATE(4620), - [sym_assignment] = STATE(4620), - [sym__expression] = STATE(3969), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4428), - [sym_parenthesized_expression] = STATE(4428), - [sym_collection_literal] = STATE(4428), - [sym__literal_constant] = STATE(4428), - [sym_string_literal] = STATE(4428), - [sym_lambda_literal] = STATE(4428), - [sym_anonymous_function] = STATE(4428), - [sym__function_literal] = STATE(4428), - [sym_object_literal] = STATE(4428), - [sym_this_expression] = STATE(4428), - [sym_super_expression] = STATE(4428), - [sym_if_expression] = STATE(4428), - [sym_when_expression] = STATE(4428), - [sym_try_expression] = STATE(4428), - [sym_jump_expression] = STATE(4428), - [sym_callable_reference] = STATE(4428), - [sym__prefix_unary_operator] = STATE(2296), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7873), - [sym_modifiers] = STATE(7803), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(345), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4561), + [30] = { + [sym_type_alias] = STATE(4571), + [sym__declaration] = STATE(4571), + [sym_class_declaration] = STATE(4571), + [sym_function_declaration] = STATE(4571), + [sym_property_declaration] = STATE(4571), + [sym_getter] = STATE(4571), + [sym_setter] = STATE(4571), + [sym_object_declaration] = STATE(4571), + [sym__statement] = STATE(4571), + [sym_control_structure_body] = STATE(4592), + [sym__block] = STATE(4571), + [sym__loop_statement] = STATE(4571), + [sym_for_statement] = STATE(4571), + [sym_while_statement] = STATE(4571), + [sym_do_while_statement] = STATE(4571), + [sym_assignment] = STATE(4571), + [sym__expression] = STATE(4029), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4435), + [sym_parenthesized_expression] = STATE(4435), + [sym_collection_literal] = STATE(4435), + [sym__literal_constant] = STATE(4435), + [sym_string_literal] = STATE(4435), + [sym_lambda_literal] = STATE(4435), + [sym_anonymous_function] = STATE(4435), + [sym__function_literal] = STATE(4435), + [sym_object_literal] = STATE(4435), + [sym_this_expression] = STATE(4435), + [sym_super_expression] = STATE(4435), + [sym_if_expression] = STATE(4435), + [sym_when_expression] = STATE(4435), + [sym_try_expression] = STATE(4435), + [sym_jump_expression] = STATE(4435), + [sym_callable_reference] = STATE(4435), + [sym__prefix_unary_operator] = STATE(1897), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7897), + [sym_modifiers] = STATE(7821), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(339), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4608), [sym__return_at] = STATE(295), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4428), - [sym_long_literal] = STATE(4428), - [sym_boolean_literal] = STATE(4428), - [sym_character_literal] = STATE(4428), - [sym__lexical_identifier] = STATE(4440), - [aux_sym__statement_repeat1] = STATE(825), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_RBRACK] = ACTIONS(203), - [anon_sym_as] = ACTIONS(205), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4435), + [sym_long_literal] = STATE(4435), + [sym_boolean_literal] = STATE(4435), + [sym_character_literal] = STATE(4435), + [sym__lexical_identifier] = STATE(4461), + [aux_sym__statement_repeat1] = STATE(790), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_RBRACK] = ACTIONS(199), + [anon_sym_as] = ACTIONS(201), [anon_sym_typealias] = ACTIONS(207), - [anon_sym_class] = ACTIONS(829), - [anon_sym_interface] = ACTIONS(829), - [anon_sym_enum] = ACTIONS(831), - [anon_sym_LBRACE] = ACTIONS(833), - [anon_sym_RBRACE] = ACTIONS(203), + [anon_sym_class] = ACTIONS(797), + [anon_sym_interface] = ACTIONS(797), + [anon_sym_enum] = ACTIONS(799), + [anon_sym_LBRACE] = ACTIONS(801), + [anon_sym_RBRACE] = ACTIONS(199), [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_COMMA] = ACTIONS(203), - [anon_sym_RPAREN] = ACTIONS(203), - [anon_sym_val] = ACTIONS(835), - [anon_sym_var] = ACTIONS(835), - [anon_sym_LT] = ACTIONS(205), - [anon_sym_GT] = ACTIONS(205), - [anon_sym_where] = ACTIONS(205), - [anon_sym_object] = ACTIONS(837), - [anon_sym_fun] = ACTIONS(839), - [anon_sym_DOT] = ACTIONS(205), - [anon_sym_SEMI] = ACTIONS(203), - [anon_sym_get] = ACTIONS(841), - [anon_sym_set] = ACTIONS(843), + [anon_sym_COMMA] = ACTIONS(199), + [anon_sym_RPAREN] = ACTIONS(199), + [anon_sym_val] = ACTIONS(803), + [anon_sym_var] = ACTIONS(803), + [anon_sym_LT] = ACTIONS(201), + [anon_sym_GT] = ACTIONS(201), + [anon_sym_where] = ACTIONS(201), + [anon_sym_object] = ACTIONS(805), + [anon_sym_fun] = ACTIONS(807), + [anon_sym_DOT] = ACTIONS(201), + [anon_sym_SEMI] = ACTIONS(199), + [anon_sym_get] = ACTIONS(809), + [anon_sym_set] = ACTIONS(811), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(845), - [anon_sym_DASH_GT] = ACTIONS(203), - [sym_label] = ACTIONS(847), - [anon_sym_for] = ACTIONS(849), - [anon_sym_in] = ACTIONS(205), - [anon_sym_while] = ACTIONS(851), + [anon_sym_STAR] = ACTIONS(813), + [anon_sym_DASH_GT] = ACTIONS(199), + [sym_label] = ACTIONS(815), + [anon_sym_for] = ACTIONS(817), + [anon_sym_in] = ACTIONS(201), + [anon_sym_while] = ACTIONS(819), [anon_sym_do] = ACTIONS(239), - [anon_sym_DOT_DOT] = ACTIONS(203), - [anon_sym_QMARK_COLON] = ACTIONS(203), - [anon_sym_AMP_AMP] = ACTIONS(203), - [anon_sym_PIPE_PIPE] = ACTIONS(203), + [anon_sym_DOT_DOT] = ACTIONS(199), + [anon_sym_QMARK_COLON] = ACTIONS(199), + [anon_sym_AMP_AMP] = ACTIONS(199), + [anon_sym_PIPE_PIPE] = ACTIONS(199), [anon_sym_null] = ACTIONS(319), [anon_sym_if] = ACTIONS(243), - [anon_sym_else] = ACTIONS(205), + [anon_sym_else] = ACTIONS(201), [anon_sym_when] = ACTIONS(245), [anon_sym_try] = ACTIONS(247), [anon_sym_throw] = ACTIONS(249), @@ -29316,24 +29610,24 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_BANG_EQ] = ACTIONS(205), - [anon_sym_BANG_EQ_EQ] = ACTIONS(203), - [anon_sym_EQ_EQ] = ACTIONS(205), - [anon_sym_EQ_EQ_EQ] = ACTIONS(203), - [anon_sym_LT_EQ] = ACTIONS(203), - [anon_sym_GT_EQ] = ACTIONS(203), - [anon_sym_BANGin] = ACTIONS(203), - [anon_sym_is] = ACTIONS(205), - [anon_sym_BANGis] = ACTIONS(203), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_SLASH] = ACTIONS(205), - [anon_sym_PERCENT] = ACTIONS(203), - [anon_sym_as_QMARK] = ACTIONS(203), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(853), - [anon_sym_BANG_BANG] = ACTIONS(203), + [anon_sym_BANG_EQ] = ACTIONS(201), + [anon_sym_BANG_EQ_EQ] = ACTIONS(199), + [anon_sym_EQ_EQ] = ACTIONS(201), + [anon_sym_EQ_EQ_EQ] = ACTIONS(199), + [anon_sym_LT_EQ] = ACTIONS(199), + [anon_sym_GT_EQ] = ACTIONS(199), + [anon_sym_BANGin] = ACTIONS(199), + [anon_sym_is] = ACTIONS(201), + [anon_sym_BANGis] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_SLASH] = ACTIONS(201), + [anon_sym_PERCENT] = ACTIONS(199), + [anon_sym_as_QMARK] = ACTIONS(199), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(821), + [anon_sym_BANG_BANG] = ACTIONS(199), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -29371,137 +29665,137 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(277), [anon_sym_SQUOTE] = ACTIONS(279), [sym__backtick_identifier] = ACTIONS(281), - [sym_safe_nav] = ACTIONS(203), + [sym_safe_nav] = ACTIONS(199), [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [30] = { - [sym_type_alias] = STATE(4620), - [sym__declaration] = STATE(4620), - [sym_class_declaration] = STATE(4620), - [sym_function_declaration] = STATE(4620), - [sym_property_declaration] = STATE(4620), - [sym_getter] = STATE(4620), - [sym_setter] = STATE(4620), - [sym_object_declaration] = STATE(4620), - [sym__statement] = STATE(4620), - [sym_control_structure_body] = STATE(4627), - [sym__block] = STATE(4620), - [sym__loop_statement] = STATE(4620), - [sym_for_statement] = STATE(4620), - [sym_while_statement] = STATE(4620), - [sym_do_while_statement] = STATE(4620), - [sym_assignment] = STATE(4620), - [sym__expression] = STATE(3969), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4428), - [sym_parenthesized_expression] = STATE(4428), - [sym_collection_literal] = STATE(4428), - [sym__literal_constant] = STATE(4428), - [sym_string_literal] = STATE(4428), - [sym_lambda_literal] = STATE(4428), - [sym_anonymous_function] = STATE(4428), - [sym__function_literal] = STATE(4428), - [sym_object_literal] = STATE(4428), - [sym_this_expression] = STATE(4428), - [sym_super_expression] = STATE(4428), - [sym_if_expression] = STATE(4428), - [sym_when_expression] = STATE(4428), - [sym_try_expression] = STATE(4428), - [sym_jump_expression] = STATE(4428), - [sym_callable_reference] = STATE(4428), - [sym__prefix_unary_operator] = STATE(2296), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7873), - [sym_modifiers] = STATE(7803), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(345), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4561), - [sym__return_at] = STATE(295), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4428), - [sym_long_literal] = STATE(4428), - [sym_boolean_literal] = STATE(4428), - [sym_character_literal] = STATE(4428), - [sym__lexical_identifier] = STATE(4440), - [aux_sym__statement_repeat1] = STATE(825), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [31] = { + [sym_type_alias] = STATE(3371), + [sym__declaration] = STATE(3371), + [sym_class_declaration] = STATE(3371), + [sym_function_declaration] = STATE(3371), + [sym_property_declaration] = STATE(3371), + [sym_getter] = STATE(3371), + [sym_setter] = STATE(3371), + [sym_object_declaration] = STATE(3371), + [sym__statement] = STATE(3371), + [sym_control_structure_body] = STATE(3130), + [sym__block] = STATE(3371), + [sym__loop_statement] = STATE(3371), + [sym_for_statement] = STATE(3371), + [sym_while_statement] = STATE(3371), + [sym_do_while_statement] = STATE(3371), + [sym_assignment] = STATE(3371), + [sym__expression] = STATE(1450), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(2727), + [sym_parenthesized_expression] = STATE(2727), + [sym_collection_literal] = STATE(2727), + [sym__literal_constant] = STATE(2727), + [sym_string_literal] = STATE(2727), + [sym_lambda_literal] = STATE(2727), + [sym_anonymous_function] = STATE(2727), + [sym__function_literal] = STATE(2727), + [sym_object_literal] = STATE(2727), + [sym_this_expression] = STATE(2727), + [sym_super_expression] = STATE(2727), + [sym_if_expression] = STATE(2727), + [sym_when_expression] = STATE(2727), + [sym_try_expression] = STATE(2727), + [sym_jump_expression] = STATE(2727), + [sym_callable_reference] = STATE(2727), + [sym__prefix_unary_operator] = STATE(2339), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7909), + [sym_modifiers] = STATE(7858), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(353), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3410), + [sym__return_at] = STATE(220), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(2727), + [sym_long_literal] = STATE(2727), + [sym_boolean_literal] = STATE(2727), + [sym_character_literal] = STATE(2727), + [sym__lexical_identifier] = STATE(2858), + [aux_sym__statement_repeat1] = STATE(786), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(111), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(115), [anon_sym_RBRACK] = ACTIONS(117), [anon_sym_as] = ACTIONS(119), - [anon_sym_typealias] = ACTIONS(207), - [anon_sym_class] = ACTIONS(829), - [anon_sym_interface] = ACTIONS(829), - [anon_sym_enum] = ACTIONS(831), - [anon_sym_LBRACE] = ACTIONS(833), + [anon_sym_typealias] = ACTIONS(121), + [anon_sym_class] = ACTIONS(825), + [anon_sym_interface] = ACTIONS(825), + [anon_sym_enum] = ACTIONS(827), + [anon_sym_LBRACE] = ACTIONS(829), [anon_sym_RBRACE] = ACTIONS(117), - [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_LPAREN] = ACTIONS(129), [anon_sym_COMMA] = ACTIONS(117), [anon_sym_RPAREN] = ACTIONS(117), - [anon_sym_val] = ACTIONS(835), - [anon_sym_var] = ACTIONS(835), + [anon_sym_val] = ACTIONS(831), + [anon_sym_var] = ACTIONS(831), [anon_sym_LT] = ACTIONS(119), [anon_sym_GT] = ACTIONS(119), [anon_sym_where] = ACTIONS(119), - [anon_sym_object] = ACTIONS(837), - [anon_sym_fun] = ACTIONS(839), + [anon_sym_object] = ACTIONS(833), + [anon_sym_fun] = ACTIONS(835), [anon_sym_DOT] = ACTIONS(119), [anon_sym_SEMI] = ACTIONS(117), - [anon_sym_get] = ACTIONS(841), - [anon_sym_set] = ACTIONS(843), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(845), + [anon_sym_get] = ACTIONS(837), + [anon_sym_set] = ACTIONS(839), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(841), [anon_sym_DASH_GT] = ACTIONS(117), - [sym_label] = ACTIONS(847), - [anon_sym_for] = ACTIONS(849), + [sym_label] = ACTIONS(843), + [anon_sym_for] = ACTIONS(845), [anon_sym_in] = ACTIONS(119), - [anon_sym_while] = ACTIONS(851), - [anon_sym_do] = ACTIONS(239), + [anon_sym_while] = ACTIONS(847), + [anon_sym_do] = ACTIONS(153), [anon_sym_DOT_DOT] = ACTIONS(117), [anon_sym_QMARK_COLON] = ACTIONS(117), [anon_sym_AMP_AMP] = ACTIONS(117), [anon_sym_PIPE_PIPE] = ACTIONS(117), - [anon_sym_null] = ACTIONS(319), - [anon_sym_if] = ACTIONS(243), + [anon_sym_null] = ACTIONS(849), + [anon_sym_if] = ACTIONS(157), [anon_sym_else] = ACTIONS(119), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(249), - [anon_sym_return] = ACTIONS(251), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(163), + [anon_sym_return] = ACTIONS(165), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), [anon_sym_BANG_EQ] = ACTIONS(119), [anon_sym_BANG_EQ_EQ] = ACTIONS(117), [anon_sym_EQ_EQ] = ACTIONS(119), @@ -29511,204 +29805,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BANGin] = ACTIONS(117), [anon_sym_is] = ACTIONS(119), [anon_sym_BANGis] = ACTIONS(117), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), + [anon_sym_PLUS] = ACTIONS(851), + [anon_sym_DASH] = ACTIONS(851), [anon_sym_SLASH] = ACTIONS(119), [anon_sym_PERCENT] = ACTIONS(117), [anon_sym_as_QMARK] = ACTIONS(117), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(853), + [anon_sym_PLUS_PLUS] = ACTIONS(853), + [anon_sym_DASH_DASH] = ACTIONS(853), + [anon_sym_BANG] = ACTIONS(851), [anon_sym_BANG_BANG] = ACTIONS(117), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(261), - [anon_sym_inner] = ACTIONS(261), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(263), - [anon_sym_actual] = ACTIONS(263), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(331), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), - [sym_safe_nav] = ACTIONS(117), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), - }, - [31] = { - [sym_type_alias] = STATE(3259), - [sym__declaration] = STATE(3259), - [sym_class_declaration] = STATE(3259), - [sym_function_declaration] = STATE(3259), - [sym_property_declaration] = STATE(3259), - [sym_getter] = STATE(3259), - [sym_setter] = STATE(3259), - [sym_object_declaration] = STATE(3259), - [sym__statement] = STATE(3259), - [sym_control_structure_body] = STATE(3128), - [sym__block] = STATE(3259), - [sym__loop_statement] = STATE(3259), - [sym_for_statement] = STATE(3259), - [sym_while_statement] = STATE(3259), - [sym_do_while_statement] = STATE(3259), - [sym_assignment] = STATE(3259), - [sym__expression] = STATE(1527), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(2734), - [sym_parenthesized_expression] = STATE(2734), - [sym_collection_literal] = STATE(2734), - [sym__literal_constant] = STATE(2734), - [sym_string_literal] = STATE(2734), - [sym_lambda_literal] = STATE(2734), - [sym_anonymous_function] = STATE(2734), - [sym__function_literal] = STATE(2734), - [sym_object_literal] = STATE(2734), - [sym_this_expression] = STATE(2734), - [sym_super_expression] = STATE(2734), - [sym_if_expression] = STATE(2734), - [sym_when_expression] = STATE(2734), - [sym_try_expression] = STATE(2734), - [sym_jump_expression] = STATE(2734), - [sym_callable_reference] = STATE(2734), - [sym__prefix_unary_operator] = STATE(2135), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7897), - [sym_modifiers] = STATE(7825), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(341), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3242), - [sym__return_at] = STATE(255), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(2734), - [sym_long_literal] = STATE(2734), - [sym_boolean_literal] = STATE(2734), - [sym_character_literal] = STATE(2734), - [sym__lexical_identifier] = STATE(2864), - [aux_sym__statement_repeat1] = STATE(819), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(111), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_RBRACK] = ACTIONS(203), - [anon_sym_as] = ACTIONS(205), - [anon_sym_typealias] = ACTIONS(121), - [anon_sym_class] = ACTIONS(797), - [anon_sym_interface] = ACTIONS(797), - [anon_sym_enum] = ACTIONS(799), - [anon_sym_LBRACE] = ACTIONS(801), - [anon_sym_RBRACE] = ACTIONS(203), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_COMMA] = ACTIONS(203), - [anon_sym_RPAREN] = ACTIONS(203), - [anon_sym_val] = ACTIONS(803), - [anon_sym_var] = ACTIONS(803), - [anon_sym_LT] = ACTIONS(205), - [anon_sym_GT] = ACTIONS(205), - [anon_sym_where] = ACTIONS(205), - [anon_sym_object] = ACTIONS(805), - [anon_sym_fun] = ACTIONS(807), - [anon_sym_DOT] = ACTIONS(205), - [anon_sym_SEMI] = ACTIONS(203), - [anon_sym_get] = ACTIONS(809), - [anon_sym_set] = ACTIONS(811), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(813), - [anon_sym_DASH_GT] = ACTIONS(203), - [sym_label] = ACTIONS(815), - [anon_sym_for] = ACTIONS(817), - [anon_sym_in] = ACTIONS(205), - [anon_sym_while] = ACTIONS(819), - [anon_sym_do] = ACTIONS(153), - [anon_sym_DOT_DOT] = ACTIONS(203), - [anon_sym_QMARK_COLON] = ACTIONS(203), - [anon_sym_AMP_AMP] = ACTIONS(203), - [anon_sym_PIPE_PIPE] = ACTIONS(203), - [anon_sym_null] = ACTIONS(821), - [anon_sym_if] = ACTIONS(157), - [anon_sym_else] = ACTIONS(205), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(163), - [anon_sym_return] = ACTIONS(165), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_BANG_EQ] = ACTIONS(205), - [anon_sym_BANG_EQ_EQ] = ACTIONS(203), - [anon_sym_EQ_EQ] = ACTIONS(205), - [anon_sym_EQ_EQ_EQ] = ACTIONS(203), - [anon_sym_LT_EQ] = ACTIONS(203), - [anon_sym_GT_EQ] = ACTIONS(203), - [anon_sym_BANGin] = ACTIONS(203), - [anon_sym_is] = ACTIONS(205), - [anon_sym_BANGis] = ACTIONS(203), - [anon_sym_PLUS] = ACTIONS(823), - [anon_sym_DASH] = ACTIONS(823), - [anon_sym_SLASH] = ACTIONS(205), - [anon_sym_PERCENT] = ACTIONS(203), - [anon_sym_as_QMARK] = ACTIONS(203), - [anon_sym_PLUS_PLUS] = ACTIONS(825), - [anon_sym_DASH_DASH] = ACTIONS(825), - [anon_sym_BANG] = ACTIONS(823), - [anon_sym_BANG_BANG] = ACTIONS(203), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), [anon_sym_data] = ACTIONS(175), [anon_sym_inner] = ACTIONS(175), [anon_sym_override] = ACTIONS(79), @@ -29735,7 +29843,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(179), [anon_sym_continue_AT] = ACTIONS(181), [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(827), + [sym_real_literal] = ACTIONS(855), [sym_integer_literal] = ACTIONS(187), [sym_hex_literal] = ACTIONS(189), [sym_bin_literal] = ACTIONS(189), @@ -29743,100 +29851,100 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(191), [anon_sym_SQUOTE] = ACTIONS(193), [sym__backtick_identifier] = ACTIONS(195), - [sym_safe_nav] = ACTIONS(203), + [sym_safe_nav] = ACTIONS(117), [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(197), }, [32] = { - [sym_type_alias] = STATE(4921), - [sym__declaration] = STATE(4921), - [sym_class_declaration] = STATE(4921), - [sym_function_declaration] = STATE(4921), - [sym_property_declaration] = STATE(4921), - [sym_getter] = STATE(4921), - [sym_setter] = STATE(4921), - [sym_object_declaration] = STATE(4921), - [sym__statement] = STATE(4921), - [sym_control_structure_body] = STATE(4961), - [sym__block] = STATE(4921), - [sym__loop_statement] = STATE(4921), - [sym_for_statement] = STATE(4921), - [sym_while_statement] = STATE(4921), - [sym_do_while_statement] = STATE(4921), - [sym_assignment] = STATE(4921), - [sym__expression] = STATE(4150), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4455), - [sym_parenthesized_expression] = STATE(4455), - [sym_collection_literal] = STATE(4455), - [sym__literal_constant] = STATE(4455), - [sym_string_literal] = STATE(4455), - [sym_lambda_literal] = STATE(4455), - [sym_anonymous_function] = STATE(4455), - [sym__function_literal] = STATE(4455), - [sym_object_literal] = STATE(4455), - [sym_this_expression] = STATE(4455), - [sym_super_expression] = STATE(4455), - [sym_if_expression] = STATE(4455), - [sym_when_expression] = STATE(4455), - [sym_try_expression] = STATE(4455), - [sym_jump_expression] = STATE(4455), - [sym_callable_reference] = STATE(4455), - [sym__prefix_unary_operator] = STATE(1611), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7881), - [sym_modifiers] = STATE(7567), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(353), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4990), - [sym__return_at] = STATE(303), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4455), - [sym_long_literal] = STATE(4455), - [sym_boolean_literal] = STATE(4455), - [sym_character_literal] = STATE(4455), - [sym__lexical_identifier] = STATE(4529), - [aux_sym__statement_repeat1] = STATE(828), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(13), + [sym_type_alias] = STATE(3873), + [sym__declaration] = STATE(3873), + [sym_class_declaration] = STATE(3873), + [sym_function_declaration] = STATE(3873), + [sym_property_declaration] = STATE(3873), + [sym_getter] = STATE(3873), + [sym_setter] = STATE(3873), + [sym_object_declaration] = STATE(3873), + [sym__statement] = STATE(3873), + [sym_control_structure_body] = STATE(3717), + [sym__block] = STATE(3873), + [sym__loop_statement] = STATE(3873), + [sym_for_statement] = STATE(3873), + [sym_while_statement] = STATE(3873), + [sym_do_while_statement] = STATE(3873), + [sym_assignment] = STATE(3873), + [sym__expression] = STATE(2383), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(2836), + [sym_parenthesized_expression] = STATE(2836), + [sym_collection_literal] = STATE(2836), + [sym__literal_constant] = STATE(2836), + [sym_string_literal] = STATE(2836), + [sym_lambda_literal] = STATE(2836), + [sym_anonymous_function] = STATE(2836), + [sym__function_literal] = STATE(2836), + [sym_object_literal] = STATE(2836), + [sym_this_expression] = STATE(2836), + [sym_super_expression] = STATE(2836), + [sym_if_expression] = STATE(2836), + [sym_when_expression] = STATE(2836), + [sym_try_expression] = STATE(2836), + [sym_jump_expression] = STATE(2836), + [sym_callable_reference] = STATE(2836), + [sym__prefix_unary_operator] = STATE(2143), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7928), + [sym_modifiers] = STATE(7615), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(347), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3725), + [sym__return_at] = STATE(261), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(2836), + [sym_long_literal] = STATE(2836), + [sym_boolean_literal] = STATE(2836), + [sym_character_literal] = STATE(2836), + [sym__lexical_identifier] = STATE(3382), + [aux_sym__statement_repeat1] = STATE(809), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), [anon_sym_as] = ACTIONS(119), - [anon_sym_typealias] = ACTIONS(495), + [anon_sym_typealias] = ACTIONS(459), [anon_sym_class] = ACTIONS(857), [anon_sym_interface] = ACTIONS(857), [anon_sym_enum] = ACTIONS(859), [anon_sym_LBRACE] = ACTIONS(861), [anon_sym_RBRACE] = ACTIONS(117), - [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_LPAREN] = ACTIONS(467), [anon_sym_COMMA] = ACTIONS(117), [anon_sym_val] = ACTIONS(863), [anon_sym_var] = ACTIONS(863), @@ -29849,28 +29957,28 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_SEMI] = ACTIONS(117), [anon_sym_get] = ACTIONS(869), [anon_sym_set] = ACTIONS(871), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), [anon_sym_STAR] = ACTIONS(873), [sym_label] = ACTIONS(875), [anon_sym_for] = ACTIONS(877), [anon_sym_in] = ACTIONS(119), [anon_sym_while] = ACTIONS(879), - [anon_sym_do] = ACTIONS(521), + [anon_sym_do] = ACTIONS(491), [anon_sym_DOT_DOT] = ACTIONS(117), [anon_sym_QMARK_COLON] = ACTIONS(117), [anon_sym_AMP_AMP] = ACTIONS(117), [anon_sym_PIPE_PIPE] = ACTIONS(117), - [anon_sym_null] = ACTIONS(53), - [anon_sym_if] = ACTIONS(525), + [anon_sym_null] = ACTIONS(881), + [anon_sym_if] = ACTIONS(495), [anon_sym_else] = ACTIONS(119), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(527), - [anon_sym_return] = ACTIONS(529), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(501), + [anon_sym_return] = ACTIONS(503), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), [anon_sym_BANG_EQ] = ACTIONS(119), [anon_sym_BANG_EQ_EQ] = ACTIONS(117), [anon_sym_EQ_EQ] = ACTIONS(119), @@ -29880,20 +29988,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BANGin] = ACTIONS(117), [anon_sym_is] = ACTIONS(119), [anon_sym_BANGis] = ACTIONS(117), - [anon_sym_PLUS] = ACTIONS(881), - [anon_sym_DASH] = ACTIONS(881), + [anon_sym_PLUS] = ACTIONS(883), + [anon_sym_DASH] = ACTIONS(883), [anon_sym_SLASH] = ACTIONS(119), [anon_sym_PERCENT] = ACTIONS(117), [anon_sym_as_QMARK] = ACTIONS(117), - [anon_sym_PLUS_PLUS] = ACTIONS(883), - [anon_sym_DASH_DASH] = ACTIONS(883), - [anon_sym_BANG] = ACTIONS(881), + [anon_sym_PLUS_PLUS] = ACTIONS(885), + [anon_sym_DASH_DASH] = ACTIONS(885), + [anon_sym_BANG] = ACTIONS(883), [anon_sym_BANG_BANG] = ACTIONS(117), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(77), - [anon_sym_inner] = ACTIONS(77), + [anon_sym_data] = ACTIONS(513), + [anon_sym_inner] = ACTIONS(513), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -29912,172 +30020,172 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(89), - [anon_sym_actual] = ACTIONS(89), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(97), - [sym_integer_literal] = ACTIONS(99), - [sym_hex_literal] = ACTIONS(101), - [sym_bin_literal] = ACTIONS(101), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [anon_sym_SQUOTE] = ACTIONS(105), - [sym__backtick_identifier] = ACTIONS(107), + [anon_sym_expect] = ACTIONS(515), + [anon_sym_actual] = ACTIONS(515), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(887), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), [sym__automatic_semicolon] = ACTIONS(117), [sym_safe_nav] = ACTIONS(117), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(109), + [sym__string_start] = ACTIONS(535), }, [33] = { - [sym_type_alias] = STATE(1152), - [sym__declaration] = STATE(1152), - [sym_class_declaration] = STATE(1152), - [sym_function_declaration] = STATE(1152), - [sym_property_declaration] = STATE(1152), - [sym_getter] = STATE(1152), - [sym_setter] = STATE(1152), - [sym_object_declaration] = STATE(1152), - [sym__statement] = STATE(1152), - [sym_control_structure_body] = STATE(1121), - [sym__block] = STATE(1152), - [sym__loop_statement] = STATE(1152), - [sym_for_statement] = STATE(1152), - [sym_while_statement] = STATE(1152), - [sym_do_while_statement] = STATE(1152), - [sym_assignment] = STATE(1152), - [sym__expression] = STATE(460), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(781), - [sym_parenthesized_expression] = STATE(781), - [sym_collection_literal] = STATE(781), - [sym__literal_constant] = STATE(781), - [sym_string_literal] = STATE(781), - [sym_lambda_literal] = STATE(781), - [sym_anonymous_function] = STATE(781), - [sym__function_literal] = STATE(781), - [sym_object_literal] = STATE(781), - [sym_this_expression] = STATE(781), - [sym_super_expression] = STATE(781), - [sym_if_expression] = STATE(781), - [sym_when_expression] = STATE(781), - [sym_try_expression] = STATE(781), - [sym_jump_expression] = STATE(781), - [sym_callable_reference] = STATE(781), - [sym__prefix_unary_operator] = STATE(2001), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7876), - [sym_modifiers] = STATE(7618), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(336), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1054), - [sym__return_at] = STATE(260), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(781), - [sym_long_literal] = STATE(781), - [sym_boolean_literal] = STATE(781), - [sym_character_literal] = STATE(781), - [sym__lexical_identifier] = STATE(866), - [aux_sym__statement_repeat1] = STATE(795), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_as] = ACTIONS(205), - [anon_sym_typealias] = ACTIONS(417), - [anon_sym_class] = ACTIONS(885), - [anon_sym_interface] = ACTIONS(885), - [anon_sym_enum] = ACTIONS(887), - [anon_sym_LBRACE] = ACTIONS(889), - [anon_sym_RBRACE] = ACTIONS(203), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_COMMA] = ACTIONS(203), - [anon_sym_val] = ACTIONS(891), - [anon_sym_var] = ACTIONS(891), - [anon_sym_LT] = ACTIONS(205), - [anon_sym_GT] = ACTIONS(205), - [anon_sym_where] = ACTIONS(205), - [anon_sym_object] = ACTIONS(893), - [anon_sym_fun] = ACTIONS(895), - [anon_sym_DOT] = ACTIONS(205), - [anon_sym_SEMI] = ACTIONS(203), - [anon_sym_get] = ACTIONS(897), - [anon_sym_set] = ACTIONS(899), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(901), - [sym_label] = ACTIONS(903), - [anon_sym_for] = ACTIONS(905), - [anon_sym_in] = ACTIONS(205), - [anon_sym_while] = ACTIONS(907), - [anon_sym_do] = ACTIONS(449), - [anon_sym_DOT_DOT] = ACTIONS(203), - [anon_sym_QMARK_COLON] = ACTIONS(203), - [anon_sym_AMP_AMP] = ACTIONS(203), - [anon_sym_PIPE_PIPE] = ACTIONS(203), - [anon_sym_null] = ACTIONS(909), - [anon_sym_if] = ACTIONS(453), - [anon_sym_else] = ACTIONS(205), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(459), - [anon_sym_return] = ACTIONS(461), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_BANG_EQ] = ACTIONS(205), - [anon_sym_BANG_EQ_EQ] = ACTIONS(203), - [anon_sym_EQ_EQ] = ACTIONS(205), - [anon_sym_EQ_EQ_EQ] = ACTIONS(203), - [anon_sym_LT_EQ] = ACTIONS(203), - [anon_sym_GT_EQ] = ACTIONS(203), - [anon_sym_BANGin] = ACTIONS(203), - [anon_sym_is] = ACTIONS(205), - [anon_sym_BANGis] = ACTIONS(203), - [anon_sym_PLUS] = ACTIONS(911), - [anon_sym_DASH] = ACTIONS(911), - [anon_sym_SLASH] = ACTIONS(205), - [anon_sym_PERCENT] = ACTIONS(203), - [anon_sym_as_QMARK] = ACTIONS(203), - [anon_sym_PLUS_PLUS] = ACTIONS(913), - [anon_sym_DASH_DASH] = ACTIONS(913), - [anon_sym_BANG] = ACTIONS(911), - [anon_sym_BANG_BANG] = ACTIONS(203), + [sym_type_alias] = STATE(3873), + [sym__declaration] = STATE(3873), + [sym_class_declaration] = STATE(3873), + [sym_function_declaration] = STATE(3873), + [sym_property_declaration] = STATE(3873), + [sym_getter] = STATE(3873), + [sym_setter] = STATE(3873), + [sym_object_declaration] = STATE(3873), + [sym__statement] = STATE(3873), + [sym_control_structure_body] = STATE(3856), + [sym__block] = STATE(3873), + [sym__loop_statement] = STATE(3873), + [sym_for_statement] = STATE(3873), + [sym_while_statement] = STATE(3873), + [sym_do_while_statement] = STATE(3873), + [sym_assignment] = STATE(3873), + [sym__expression] = STATE(2383), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(2836), + [sym_parenthesized_expression] = STATE(2836), + [sym_collection_literal] = STATE(2836), + [sym__literal_constant] = STATE(2836), + [sym_string_literal] = STATE(2836), + [sym_lambda_literal] = STATE(2836), + [sym_anonymous_function] = STATE(2836), + [sym__function_literal] = STATE(2836), + [sym_object_literal] = STATE(2836), + [sym_this_expression] = STATE(2836), + [sym_super_expression] = STATE(2836), + [sym_if_expression] = STATE(2836), + [sym_when_expression] = STATE(2836), + [sym_try_expression] = STATE(2836), + [sym_jump_expression] = STATE(2836), + [sym_callable_reference] = STATE(2836), + [sym__prefix_unary_operator] = STATE(2143), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7928), + [sym_modifiers] = STATE(7615), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(347), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3725), + [sym__return_at] = STATE(261), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(2836), + [sym_long_literal] = STATE(2836), + [sym_boolean_literal] = STATE(2836), + [sym_character_literal] = STATE(2836), + [sym__lexical_identifier] = STATE(3382), + [aux_sym__statement_repeat1] = STATE(809), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_as] = ACTIONS(201), + [anon_sym_typealias] = ACTIONS(459), + [anon_sym_class] = ACTIONS(857), + [anon_sym_interface] = ACTIONS(857), + [anon_sym_enum] = ACTIONS(859), + [anon_sym_LBRACE] = ACTIONS(861), + [anon_sym_RBRACE] = ACTIONS(199), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_COMMA] = ACTIONS(199), + [anon_sym_val] = ACTIONS(863), + [anon_sym_var] = ACTIONS(863), + [anon_sym_LT] = ACTIONS(201), + [anon_sym_GT] = ACTIONS(201), + [anon_sym_where] = ACTIONS(201), + [anon_sym_object] = ACTIONS(865), + [anon_sym_fun] = ACTIONS(867), + [anon_sym_DOT] = ACTIONS(201), + [anon_sym_SEMI] = ACTIONS(199), + [anon_sym_get] = ACTIONS(869), + [anon_sym_set] = ACTIONS(871), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(873), + [sym_label] = ACTIONS(875), + [anon_sym_for] = ACTIONS(877), + [anon_sym_in] = ACTIONS(201), + [anon_sym_while] = ACTIONS(879), + [anon_sym_do] = ACTIONS(491), + [anon_sym_DOT_DOT] = ACTIONS(199), + [anon_sym_QMARK_COLON] = ACTIONS(199), + [anon_sym_AMP_AMP] = ACTIONS(199), + [anon_sym_PIPE_PIPE] = ACTIONS(199), + [anon_sym_null] = ACTIONS(881), + [anon_sym_if] = ACTIONS(495), + [anon_sym_else] = ACTIONS(201), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(501), + [anon_sym_return] = ACTIONS(503), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_BANG_EQ] = ACTIONS(201), + [anon_sym_BANG_EQ_EQ] = ACTIONS(199), + [anon_sym_EQ_EQ] = ACTIONS(201), + [anon_sym_EQ_EQ_EQ] = ACTIONS(199), + [anon_sym_LT_EQ] = ACTIONS(199), + [anon_sym_GT_EQ] = ACTIONS(199), + [anon_sym_BANGin] = ACTIONS(199), + [anon_sym_is] = ACTIONS(201), + [anon_sym_BANGis] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(883), + [anon_sym_DASH] = ACTIONS(883), + [anon_sym_SLASH] = ACTIONS(201), + [anon_sym_PERCENT] = ACTIONS(199), + [anon_sym_as_QMARK] = ACTIONS(199), + [anon_sym_PLUS_PLUS] = ACTIONS(885), + [anon_sym_DASH_DASH] = ACTIONS(885), + [anon_sym_BANG] = ACTIONS(883), + [anon_sym_BANG_BANG] = ACTIONS(199), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(471), - [anon_sym_inner] = ACTIONS(471), + [anon_sym_data] = ACTIONS(513), + [anon_sym_inner] = ACTIONS(513), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -30096,172 +30204,172 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(473), - [anon_sym_actual] = ACTIONS(473), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(915), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), - [sym__automatic_semicolon] = ACTIONS(203), - [sym_safe_nav] = ACTIONS(203), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), + [anon_sym_expect] = ACTIONS(515), + [anon_sym_actual] = ACTIONS(515), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(887), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym__automatic_semicolon] = ACTIONS(199), + [sym_safe_nav] = ACTIONS(199), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), }, [34] = { - [sym_type_alias] = STATE(3281), - [sym__declaration] = STATE(3281), - [sym_class_declaration] = STATE(3281), - [sym_function_declaration] = STATE(3281), - [sym_property_declaration] = STATE(3281), - [sym_getter] = STATE(3281), - [sym_setter] = STATE(3281), - [sym_object_declaration] = STATE(3281), - [sym__statement] = STATE(3281), - [sym_control_structure_body] = STATE(3144), - [sym__block] = STATE(3281), - [sym__loop_statement] = STATE(3281), - [sym_for_statement] = STATE(3281), - [sym_while_statement] = STATE(3281), - [sym_do_while_statement] = STATE(3281), - [sym_assignment] = STATE(3281), - [sym__expression] = STATE(1504), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(2750), - [sym_parenthesized_expression] = STATE(2750), - [sym_collection_literal] = STATE(2750), - [sym__literal_constant] = STATE(2750), - [sym_string_literal] = STATE(2750), - [sym_lambda_literal] = STATE(2750), - [sym_anonymous_function] = STATE(2750), - [sym__function_literal] = STATE(2750), - [sym_object_literal] = STATE(2750), - [sym_this_expression] = STATE(2750), - [sym_super_expression] = STATE(2750), - [sym_if_expression] = STATE(2750), - [sym_when_expression] = STATE(2750), - [sym_try_expression] = STATE(2750), - [sym_jump_expression] = STATE(2750), - [sym_callable_reference] = STATE(2750), - [sym__prefix_unary_operator] = STATE(2071), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7888), - [sym_modifiers] = STATE(7724), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(354), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3447), - [sym__return_at] = STATE(304), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(2750), - [sym_long_literal] = STATE(2750), - [sym_boolean_literal] = STATE(2750), - [sym_character_literal] = STATE(2750), - [sym__lexical_identifier] = STATE(2890), - [aux_sym__statement_repeat1] = STATE(786), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(333), + [sym_type_alias] = STATE(1052), + [sym__declaration] = STATE(1052), + [sym_class_declaration] = STATE(1052), + [sym_function_declaration] = STATE(1052), + [sym_property_declaration] = STATE(1052), + [sym_getter] = STATE(1052), + [sym_setter] = STATE(1052), + [sym_object_declaration] = STATE(1052), + [sym__statement] = STATE(1052), + [sym_control_structure_body] = STATE(1133), + [sym__block] = STATE(1052), + [sym__loop_statement] = STATE(1052), + [sym_for_statement] = STATE(1052), + [sym_while_statement] = STATE(1052), + [sym_do_while_statement] = STATE(1052), + [sym_assignment] = STATE(1052), + [sym__expression] = STATE(460), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(777), + [sym_parenthesized_expression] = STATE(777), + [sym_collection_literal] = STATE(777), + [sym__literal_constant] = STATE(777), + [sym_string_literal] = STATE(777), + [sym_lambda_literal] = STATE(777), + [sym_anonymous_function] = STATE(777), + [sym__function_literal] = STATE(777), + [sym_object_literal] = STATE(777), + [sym_this_expression] = STATE(777), + [sym_super_expression] = STATE(777), + [sym_if_expression] = STATE(777), + [sym_when_expression] = STATE(777), + [sym_try_expression] = STATE(777), + [sym_jump_expression] = STATE(777), + [sym_callable_reference] = STATE(777), + [sym__prefix_unary_operator] = STATE(2340), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7935), + [sym_modifiers] = STATE(7845), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(334), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1103), + [sym__return_at] = STATE(260), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(777), + [sym_long_literal] = STATE(777), + [sym_boolean_literal] = STATE(777), + [sym_character_literal] = STATE(777), + [sym__lexical_identifier] = STATE(843), + [aux_sym__statement_repeat1] = STATE(800), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(537), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(335), - [anon_sym_as] = ACTIONS(205), - [anon_sym_typealias] = ACTIONS(337), - [anon_sym_class] = ACTIONS(917), - [anon_sym_interface] = ACTIONS(917), - [anon_sym_enum] = ACTIONS(919), - [anon_sym_LBRACE] = ACTIONS(921), - [anon_sym_RBRACE] = ACTIONS(203), - [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_COMMA] = ACTIONS(203), - [anon_sym_val] = ACTIONS(923), - [anon_sym_var] = ACTIONS(923), - [anon_sym_LT] = ACTIONS(205), - [anon_sym_GT] = ACTIONS(205), - [anon_sym_where] = ACTIONS(205), - [anon_sym_object] = ACTIONS(925), - [anon_sym_fun] = ACTIONS(927), - [anon_sym_DOT] = ACTIONS(205), - [anon_sym_SEMI] = ACTIONS(203), - [anon_sym_get] = ACTIONS(929), - [anon_sym_set] = ACTIONS(931), - [anon_sym_this] = ACTIONS(357), - [anon_sym_super] = ACTIONS(359), - [anon_sym_STAR] = ACTIONS(933), - [sym_label] = ACTIONS(935), - [anon_sym_for] = ACTIONS(937), - [anon_sym_in] = ACTIONS(205), - [anon_sym_while] = ACTIONS(939), - [anon_sym_do] = ACTIONS(369), - [anon_sym_DOT_DOT] = ACTIONS(203), - [anon_sym_QMARK_COLON] = ACTIONS(203), - [anon_sym_AMP_AMP] = ACTIONS(203), - [anon_sym_PIPE_PIPE] = ACTIONS(203), - [anon_sym_null] = ACTIONS(941), - [anon_sym_if] = ACTIONS(373), - [anon_sym_else] = ACTIONS(205), - [anon_sym_when] = ACTIONS(375), - [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(379), - [anon_sym_return] = ACTIONS(381), - [anon_sym_continue] = ACTIONS(383), - [anon_sym_break] = ACTIONS(383), - [anon_sym_COLON_COLON] = ACTIONS(385), - [anon_sym_BANG_EQ] = ACTIONS(205), - [anon_sym_BANG_EQ_EQ] = ACTIONS(203), - [anon_sym_EQ_EQ] = ACTIONS(205), - [anon_sym_EQ_EQ_EQ] = ACTIONS(203), - [anon_sym_LT_EQ] = ACTIONS(203), - [anon_sym_GT_EQ] = ACTIONS(203), - [anon_sym_BANGin] = ACTIONS(203), - [anon_sym_is] = ACTIONS(205), - [anon_sym_BANGis] = ACTIONS(203), - [anon_sym_PLUS] = ACTIONS(943), - [anon_sym_DASH] = ACTIONS(943), - [anon_sym_SLASH] = ACTIONS(205), - [anon_sym_PERCENT] = ACTIONS(203), - [anon_sym_as_QMARK] = ACTIONS(203), - [anon_sym_PLUS_PLUS] = ACTIONS(945), - [anon_sym_DASH_DASH] = ACTIONS(945), - [anon_sym_BANG] = ACTIONS(943), - [anon_sym_BANG_BANG] = ACTIONS(203), + [anon_sym_LBRACK] = ACTIONS(539), + [anon_sym_as] = ACTIONS(201), + [anon_sym_typealias] = ACTIONS(541), + [anon_sym_class] = ACTIONS(889), + [anon_sym_interface] = ACTIONS(889), + [anon_sym_enum] = ACTIONS(891), + [anon_sym_LBRACE] = ACTIONS(893), + [anon_sym_RBRACE] = ACTIONS(199), + [anon_sym_LPAREN] = ACTIONS(549), + [anon_sym_COMMA] = ACTIONS(199), + [anon_sym_val] = ACTIONS(895), + [anon_sym_var] = ACTIONS(895), + [anon_sym_LT] = ACTIONS(201), + [anon_sym_GT] = ACTIONS(201), + [anon_sym_where] = ACTIONS(201), + [anon_sym_object] = ACTIONS(897), + [anon_sym_fun] = ACTIONS(899), + [anon_sym_DOT] = ACTIONS(201), + [anon_sym_SEMI] = ACTIONS(199), + [anon_sym_get] = ACTIONS(901), + [anon_sym_set] = ACTIONS(903), + [anon_sym_this] = ACTIONS(561), + [anon_sym_super] = ACTIONS(563), + [anon_sym_STAR] = ACTIONS(905), + [sym_label] = ACTIONS(907), + [anon_sym_for] = ACTIONS(909), + [anon_sym_in] = ACTIONS(201), + [anon_sym_while] = ACTIONS(911), + [anon_sym_do] = ACTIONS(573), + [anon_sym_DOT_DOT] = ACTIONS(199), + [anon_sym_QMARK_COLON] = ACTIONS(199), + [anon_sym_AMP_AMP] = ACTIONS(199), + [anon_sym_PIPE_PIPE] = ACTIONS(199), + [anon_sym_null] = ACTIONS(913), + [anon_sym_if] = ACTIONS(577), + [anon_sym_else] = ACTIONS(201), + [anon_sym_when] = ACTIONS(579), + [anon_sym_try] = ACTIONS(581), + [anon_sym_throw] = ACTIONS(583), + [anon_sym_return] = ACTIONS(585), + [anon_sym_continue] = ACTIONS(587), + [anon_sym_break] = ACTIONS(587), + [anon_sym_COLON_COLON] = ACTIONS(589), + [anon_sym_BANG_EQ] = ACTIONS(201), + [anon_sym_BANG_EQ_EQ] = ACTIONS(199), + [anon_sym_EQ_EQ] = ACTIONS(201), + [anon_sym_EQ_EQ_EQ] = ACTIONS(199), + [anon_sym_LT_EQ] = ACTIONS(199), + [anon_sym_GT_EQ] = ACTIONS(199), + [anon_sym_BANGin] = ACTIONS(199), + [anon_sym_is] = ACTIONS(201), + [anon_sym_BANGis] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(915), + [anon_sym_DASH] = ACTIONS(915), + [anon_sym_SLASH] = ACTIONS(201), + [anon_sym_PERCENT] = ACTIONS(199), + [anon_sym_as_QMARK] = ACTIONS(199), + [anon_sym_PLUS_PLUS] = ACTIONS(917), + [anon_sym_DASH_DASH] = ACTIONS(917), + [anon_sym_BANG] = ACTIONS(915), + [anon_sym_BANG_BANG] = ACTIONS(199), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(391), - [anon_sym_inner] = ACTIONS(391), + [anon_sym_data] = ACTIONS(595), + [anon_sym_inner] = ACTIONS(595), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -30280,149 +30388,149 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(393), - [anon_sym_actual] = ACTIONS(393), + [anon_sym_expect] = ACTIONS(597), + [anon_sym_actual] = ACTIONS(597), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(395), - [anon_sym_break_AT] = ACTIONS(397), - [sym_real_literal] = ACTIONS(947), - [sym_integer_literal] = ACTIONS(401), - [sym_hex_literal] = ACTIONS(403), - [sym_bin_literal] = ACTIONS(403), - [anon_sym_true] = ACTIONS(405), - [anon_sym_false] = ACTIONS(405), - [anon_sym_SQUOTE] = ACTIONS(407), - [sym__backtick_identifier] = ACTIONS(409), - [sym__automatic_semicolon] = ACTIONS(203), - [sym_safe_nav] = ACTIONS(203), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(599), + [anon_sym_break_AT] = ACTIONS(601), + [sym_real_literal] = ACTIONS(919), + [sym_integer_literal] = ACTIONS(605), + [sym_hex_literal] = ACTIONS(607), + [sym_bin_literal] = ACTIONS(607), + [anon_sym_true] = ACTIONS(609), + [anon_sym_false] = ACTIONS(609), + [anon_sym_SQUOTE] = ACTIONS(611), + [sym__backtick_identifier] = ACTIONS(613), + [sym__automatic_semicolon] = ACTIONS(199), + [sym_safe_nav] = ACTIONS(199), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(411), + [sym__string_start] = ACTIONS(615), }, [35] = { - [sym_type_alias] = STATE(1152), - [sym__declaration] = STATE(1152), - [sym_class_declaration] = STATE(1152), - [sym_function_declaration] = STATE(1152), - [sym_property_declaration] = STATE(1152), - [sym_getter] = STATE(1152), - [sym_setter] = STATE(1152), - [sym_object_declaration] = STATE(1152), - [sym__statement] = STATE(1152), - [sym_control_structure_body] = STATE(1160), - [sym__block] = STATE(1152), - [sym__loop_statement] = STATE(1152), - [sym_for_statement] = STATE(1152), - [sym_while_statement] = STATE(1152), - [sym_do_while_statement] = STATE(1152), - [sym_assignment] = STATE(1152), + [sym_type_alias] = STATE(1052), + [sym__declaration] = STATE(1052), + [sym_class_declaration] = STATE(1052), + [sym_function_declaration] = STATE(1052), + [sym_property_declaration] = STATE(1052), + [sym_getter] = STATE(1052), + [sym_setter] = STATE(1052), + [sym_object_declaration] = STATE(1052), + [sym__statement] = STATE(1052), + [sym_control_structure_body] = STATE(1151), + [sym__block] = STATE(1052), + [sym__loop_statement] = STATE(1052), + [sym_for_statement] = STATE(1052), + [sym_while_statement] = STATE(1052), + [sym_do_while_statement] = STATE(1052), + [sym_assignment] = STATE(1052), [sym__expression] = STATE(460), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(781), - [sym_parenthesized_expression] = STATE(781), - [sym_collection_literal] = STATE(781), - [sym__literal_constant] = STATE(781), - [sym_string_literal] = STATE(781), - [sym_lambda_literal] = STATE(781), - [sym_anonymous_function] = STATE(781), - [sym__function_literal] = STATE(781), - [sym_object_literal] = STATE(781), - [sym_this_expression] = STATE(781), - [sym_super_expression] = STATE(781), - [sym_if_expression] = STATE(781), - [sym_when_expression] = STATE(781), - [sym_try_expression] = STATE(781), - [sym_jump_expression] = STATE(781), - [sym_callable_reference] = STATE(781), - [sym__prefix_unary_operator] = STATE(2001), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7876), - [sym_modifiers] = STATE(7618), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(336), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1054), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(777), + [sym_parenthesized_expression] = STATE(777), + [sym_collection_literal] = STATE(777), + [sym__literal_constant] = STATE(777), + [sym_string_literal] = STATE(777), + [sym_lambda_literal] = STATE(777), + [sym_anonymous_function] = STATE(777), + [sym__function_literal] = STATE(777), + [sym_object_literal] = STATE(777), + [sym_this_expression] = STATE(777), + [sym_super_expression] = STATE(777), + [sym_if_expression] = STATE(777), + [sym_when_expression] = STATE(777), + [sym_try_expression] = STATE(777), + [sym_jump_expression] = STATE(777), + [sym_callable_reference] = STATE(777), + [sym__prefix_unary_operator] = STATE(2340), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7935), + [sym_modifiers] = STATE(7845), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(334), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1103), [sym__return_at] = STATE(260), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(781), - [sym_long_literal] = STATE(781), - [sym_boolean_literal] = STATE(781), - [sym_character_literal] = STATE(781), - [sym__lexical_identifier] = STATE(866), - [aux_sym__statement_repeat1] = STATE(795), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(413), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(777), + [sym_long_literal] = STATE(777), + [sym_boolean_literal] = STATE(777), + [sym_character_literal] = STATE(777), + [sym__lexical_identifier] = STATE(843), + [aux_sym__statement_repeat1] = STATE(800), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(537), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), + [anon_sym_LBRACK] = ACTIONS(539), [anon_sym_as] = ACTIONS(119), - [anon_sym_typealias] = ACTIONS(417), - [anon_sym_class] = ACTIONS(885), - [anon_sym_interface] = ACTIONS(885), - [anon_sym_enum] = ACTIONS(887), - [anon_sym_LBRACE] = ACTIONS(889), + [anon_sym_typealias] = ACTIONS(541), + [anon_sym_class] = ACTIONS(889), + [anon_sym_interface] = ACTIONS(889), + [anon_sym_enum] = ACTIONS(891), + [anon_sym_LBRACE] = ACTIONS(893), [anon_sym_RBRACE] = ACTIONS(117), - [anon_sym_LPAREN] = ACTIONS(425), + [anon_sym_LPAREN] = ACTIONS(549), [anon_sym_COMMA] = ACTIONS(117), - [anon_sym_val] = ACTIONS(891), - [anon_sym_var] = ACTIONS(891), + [anon_sym_val] = ACTIONS(895), + [anon_sym_var] = ACTIONS(895), [anon_sym_LT] = ACTIONS(119), [anon_sym_GT] = ACTIONS(119), [anon_sym_where] = ACTIONS(119), - [anon_sym_object] = ACTIONS(893), - [anon_sym_fun] = ACTIONS(895), + [anon_sym_object] = ACTIONS(897), + [anon_sym_fun] = ACTIONS(899), [anon_sym_DOT] = ACTIONS(119), [anon_sym_SEMI] = ACTIONS(117), - [anon_sym_get] = ACTIONS(897), - [anon_sym_set] = ACTIONS(899), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(901), - [sym_label] = ACTIONS(903), - [anon_sym_for] = ACTIONS(905), + [anon_sym_get] = ACTIONS(901), + [anon_sym_set] = ACTIONS(903), + [anon_sym_this] = ACTIONS(561), + [anon_sym_super] = ACTIONS(563), + [anon_sym_STAR] = ACTIONS(905), + [sym_label] = ACTIONS(907), + [anon_sym_for] = ACTIONS(909), [anon_sym_in] = ACTIONS(119), - [anon_sym_while] = ACTIONS(907), - [anon_sym_do] = ACTIONS(449), + [anon_sym_while] = ACTIONS(911), + [anon_sym_do] = ACTIONS(573), [anon_sym_DOT_DOT] = ACTIONS(117), [anon_sym_QMARK_COLON] = ACTIONS(117), [anon_sym_AMP_AMP] = ACTIONS(117), [anon_sym_PIPE_PIPE] = ACTIONS(117), - [anon_sym_null] = ACTIONS(909), - [anon_sym_if] = ACTIONS(453), + [anon_sym_null] = ACTIONS(913), + [anon_sym_if] = ACTIONS(577), [anon_sym_else] = ACTIONS(119), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(459), - [anon_sym_return] = ACTIONS(461), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), + [anon_sym_when] = ACTIONS(579), + [anon_sym_try] = ACTIONS(581), + [anon_sym_throw] = ACTIONS(583), + [anon_sym_return] = ACTIONS(585), + [anon_sym_continue] = ACTIONS(587), + [anon_sym_break] = ACTIONS(587), + [anon_sym_COLON_COLON] = ACTIONS(589), [anon_sym_BANG_EQ] = ACTIONS(119), [anon_sym_BANG_EQ_EQ] = ACTIONS(117), [anon_sym_EQ_EQ] = ACTIONS(119), @@ -30432,20 +30540,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BANGin] = ACTIONS(117), [anon_sym_is] = ACTIONS(119), [anon_sym_BANGis] = ACTIONS(117), - [anon_sym_PLUS] = ACTIONS(911), - [anon_sym_DASH] = ACTIONS(911), + [anon_sym_PLUS] = ACTIONS(915), + [anon_sym_DASH] = ACTIONS(915), [anon_sym_SLASH] = ACTIONS(119), [anon_sym_PERCENT] = ACTIONS(117), [anon_sym_as_QMARK] = ACTIONS(117), - [anon_sym_PLUS_PLUS] = ACTIONS(913), - [anon_sym_DASH_DASH] = ACTIONS(913), - [anon_sym_BANG] = ACTIONS(911), + [anon_sym_PLUS_PLUS] = ACTIONS(917), + [anon_sym_DASH_DASH] = ACTIONS(917), + [anon_sym_BANG] = ACTIONS(915), [anon_sym_BANG_BANG] = ACTIONS(117), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(471), - [anon_sym_inner] = ACTIONS(471), + [anon_sym_data] = ACTIONS(595), + [anon_sym_inner] = ACTIONS(595), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -30464,140 +30572,324 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(473), - [anon_sym_actual] = ACTIONS(473), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(915), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), + [anon_sym_expect] = ACTIONS(597), + [anon_sym_actual] = ACTIONS(597), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(599), + [anon_sym_break_AT] = ACTIONS(601), + [sym_real_literal] = ACTIONS(919), + [sym_integer_literal] = ACTIONS(605), + [sym_hex_literal] = ACTIONS(607), + [sym_bin_literal] = ACTIONS(607), + [anon_sym_true] = ACTIONS(609), + [anon_sym_false] = ACTIONS(609), + [anon_sym_SQUOTE] = ACTIONS(611), + [sym__backtick_identifier] = ACTIONS(613), [sym__automatic_semicolon] = ACTIONS(117), [sym_safe_nav] = ACTIONS(117), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), + [sym__string_start] = ACTIONS(615), }, [36] = { - [sym_type_alias] = STATE(3281), - [sym__declaration] = STATE(3281), - [sym_class_declaration] = STATE(3281), - [sym_function_declaration] = STATE(3281), - [sym_property_declaration] = STATE(3281), - [sym_getter] = STATE(3281), - [sym_setter] = STATE(3281), - [sym_object_declaration] = STATE(3281), - [sym__statement] = STATE(3281), - [sym_control_structure_body] = STATE(3131), - [sym__block] = STATE(3281), - [sym__loop_statement] = STATE(3281), - [sym_for_statement] = STATE(3281), - [sym_while_statement] = STATE(3281), - [sym_do_while_statement] = STATE(3281), - [sym_assignment] = STATE(3281), - [sym__expression] = STATE(1504), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(2750), - [sym_parenthesized_expression] = STATE(2750), - [sym_collection_literal] = STATE(2750), - [sym__literal_constant] = STATE(2750), - [sym_string_literal] = STATE(2750), - [sym_lambda_literal] = STATE(2750), - [sym_anonymous_function] = STATE(2750), - [sym__function_literal] = STATE(2750), - [sym_object_literal] = STATE(2750), - [sym_this_expression] = STATE(2750), - [sym_super_expression] = STATE(2750), - [sym_if_expression] = STATE(2750), - [sym_when_expression] = STATE(2750), - [sym_try_expression] = STATE(2750), - [sym_jump_expression] = STATE(2750), - [sym_callable_reference] = STATE(2750), - [sym__prefix_unary_operator] = STATE(2071), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7888), - [sym_modifiers] = STATE(7724), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(354), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3447), - [sym__return_at] = STATE(304), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(2750), - [sym_long_literal] = STATE(2750), - [sym_boolean_literal] = STATE(2750), - [sym_character_literal] = STATE(2750), - [sym__lexical_identifier] = STATE(2890), - [aux_sym__statement_repeat1] = STATE(786), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym_type_alias] = STATE(5052), + [sym__declaration] = STATE(5052), + [sym_class_declaration] = STATE(5052), + [sym_function_declaration] = STATE(5052), + [sym_property_declaration] = STATE(5052), + [sym_getter] = STATE(5052), + [sym_setter] = STATE(5052), + [sym_object_declaration] = STATE(5052), + [sym__statement] = STATE(5052), + [sym_control_structure_body] = STATE(4906), + [sym__block] = STATE(5052), + [sym__loop_statement] = STATE(5052), + [sym_for_statement] = STATE(5052), + [sym_while_statement] = STATE(5052), + [sym_do_while_statement] = STATE(5052), + [sym_assignment] = STATE(5052), + [sym__expression] = STATE(4149), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4470), + [sym_parenthesized_expression] = STATE(4470), + [sym_collection_literal] = STATE(4470), + [sym__literal_constant] = STATE(4470), + [sym_string_literal] = STATE(4470), + [sym_lambda_literal] = STATE(4470), + [sym_anonymous_function] = STATE(4470), + [sym__function_literal] = STATE(4470), + [sym_object_literal] = STATE(4470), + [sym_this_expression] = STATE(4470), + [sym_super_expression] = STATE(4470), + [sym_if_expression] = STATE(4470), + [sym_when_expression] = STATE(4470), + [sym_try_expression] = STATE(4470), + [sym_jump_expression] = STATE(4470), + [sym_callable_reference] = STATE(4470), + [sym__prefix_unary_operator] = STATE(1988), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7903), + [sym_modifiers] = STATE(7613), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(335), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4920), + [sym__return_at] = STATE(298), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4470), + [sym_long_literal] = STATE(4470), + [sym_boolean_literal] = STATE(4470), + [sym_character_literal] = STATE(4470), + [sym__lexical_identifier] = STATE(4566), + [aux_sym__statement_repeat1] = STATE(813), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_as] = ACTIONS(201), + [anon_sym_typealias] = ACTIONS(413), + [anon_sym_class] = ACTIONS(921), + [anon_sym_interface] = ACTIONS(921), + [anon_sym_enum] = ACTIONS(923), + [anon_sym_LBRACE] = ACTIONS(925), + [anon_sym_RBRACE] = ACTIONS(199), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_COMMA] = ACTIONS(199), + [anon_sym_val] = ACTIONS(927), + [anon_sym_var] = ACTIONS(927), + [anon_sym_LT] = ACTIONS(201), + [anon_sym_GT] = ACTIONS(201), + [anon_sym_where] = ACTIONS(201), + [anon_sym_object] = ACTIONS(929), + [anon_sym_fun] = ACTIONS(931), + [anon_sym_DOT] = ACTIONS(201), + [anon_sym_SEMI] = ACTIONS(199), + [anon_sym_get] = ACTIONS(933), + [anon_sym_set] = ACTIONS(935), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(937), + [sym_label] = ACTIONS(939), + [anon_sym_for] = ACTIONS(941), + [anon_sym_in] = ACTIONS(201), + [anon_sym_while] = ACTIONS(943), + [anon_sym_do] = ACTIONS(439), + [anon_sym_DOT_DOT] = ACTIONS(199), + [anon_sym_QMARK_COLON] = ACTIONS(199), + [anon_sym_AMP_AMP] = ACTIONS(199), + [anon_sym_PIPE_PIPE] = ACTIONS(199), + [anon_sym_null] = ACTIONS(53), + [anon_sym_if] = ACTIONS(443), + [anon_sym_else] = ACTIONS(201), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(445), + [anon_sym_return] = ACTIONS(447), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_BANG_EQ] = ACTIONS(201), + [anon_sym_BANG_EQ_EQ] = ACTIONS(199), + [anon_sym_EQ_EQ] = ACTIONS(201), + [anon_sym_EQ_EQ_EQ] = ACTIONS(199), + [anon_sym_LT_EQ] = ACTIONS(199), + [anon_sym_GT_EQ] = ACTIONS(199), + [anon_sym_BANGin] = ACTIONS(199), + [anon_sym_is] = ACTIONS(201), + [anon_sym_BANGis] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(945), + [anon_sym_DASH] = ACTIONS(945), + [anon_sym_SLASH] = ACTIONS(201), + [anon_sym_PERCENT] = ACTIONS(199), + [anon_sym_as_QMARK] = ACTIONS(199), + [anon_sym_PLUS_PLUS] = ACTIONS(947), + [anon_sym_DASH_DASH] = ACTIONS(947), + [anon_sym_BANG] = ACTIONS(945), + [anon_sym_BANG_BANG] = ACTIONS(199), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(77), + [anon_sym_inner] = ACTIONS(77), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(89), + [anon_sym_actual] = ACTIONS(89), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [sym_real_literal] = ACTIONS(97), + [sym_integer_literal] = ACTIONS(99), + [sym_hex_literal] = ACTIONS(101), + [sym_bin_literal] = ACTIONS(101), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SQUOTE] = ACTIONS(105), + [sym__backtick_identifier] = ACTIONS(107), + [sym__automatic_semicolon] = ACTIONS(199), + [sym_safe_nav] = ACTIONS(199), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(109), + }, + [37] = { + [sym_type_alias] = STATE(3456), + [sym__declaration] = STATE(3456), + [sym_class_declaration] = STATE(3456), + [sym_function_declaration] = STATE(3456), + [sym_property_declaration] = STATE(3456), + [sym_getter] = STATE(3456), + [sym_setter] = STATE(3456), + [sym_object_declaration] = STATE(3456), + [sym__statement] = STATE(3456), + [sym_control_structure_body] = STATE(3136), + [sym__block] = STATE(3456), + [sym__loop_statement] = STATE(3456), + [sym_for_statement] = STATE(3456), + [sym_while_statement] = STATE(3456), + [sym_do_while_statement] = STATE(3456), + [sym_assignment] = STATE(3456), + [sym__expression] = STATE(1424), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(2743), + [sym_parenthesized_expression] = STATE(2743), + [sym_collection_literal] = STATE(2743), + [sym__literal_constant] = STATE(2743), + [sym_string_literal] = STATE(2743), + [sym_lambda_literal] = STATE(2743), + [sym_anonymous_function] = STATE(2743), + [sym__function_literal] = STATE(2743), + [sym_object_literal] = STATE(2743), + [sym_this_expression] = STATE(2743), + [sym_super_expression] = STATE(2743), + [sym_if_expression] = STATE(2743), + [sym_when_expression] = STATE(2743), + [sym_try_expression] = STATE(2743), + [sym_jump_expression] = STATE(2743), + [sym_callable_reference] = STATE(2743), + [sym__prefix_unary_operator] = STATE(1868), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7919), + [sym_modifiers] = STATE(7860), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(349), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3279), + [sym__return_at] = STATE(303), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(2743), + [sym_long_literal] = STATE(2743), + [sym_boolean_literal] = STATE(2743), + [sym_character_literal] = STATE(2743), + [sym__lexical_identifier] = STATE(2837), + [aux_sym__statement_repeat1] = STATE(826), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(333), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(335), [anon_sym_as] = ACTIONS(119), [anon_sym_typealias] = ACTIONS(337), - [anon_sym_class] = ACTIONS(917), - [anon_sym_interface] = ACTIONS(917), - [anon_sym_enum] = ACTIONS(919), - [anon_sym_LBRACE] = ACTIONS(921), + [anon_sym_class] = ACTIONS(949), + [anon_sym_interface] = ACTIONS(949), + [anon_sym_enum] = ACTIONS(951), + [anon_sym_LBRACE] = ACTIONS(953), [anon_sym_RBRACE] = ACTIONS(117), [anon_sym_LPAREN] = ACTIONS(345), [anon_sym_COMMA] = ACTIONS(117), - [anon_sym_val] = ACTIONS(923), - [anon_sym_var] = ACTIONS(923), + [anon_sym_val] = ACTIONS(955), + [anon_sym_var] = ACTIONS(955), [anon_sym_LT] = ACTIONS(119), [anon_sym_GT] = ACTIONS(119), [anon_sym_where] = ACTIONS(119), - [anon_sym_object] = ACTIONS(925), - [anon_sym_fun] = ACTIONS(927), + [anon_sym_object] = ACTIONS(957), + [anon_sym_fun] = ACTIONS(959), [anon_sym_DOT] = ACTIONS(119), [anon_sym_SEMI] = ACTIONS(117), - [anon_sym_get] = ACTIONS(929), - [anon_sym_set] = ACTIONS(931), + [anon_sym_get] = ACTIONS(961), + [anon_sym_set] = ACTIONS(963), [anon_sym_this] = ACTIONS(357), [anon_sym_super] = ACTIONS(359), - [anon_sym_STAR] = ACTIONS(933), - [sym_label] = ACTIONS(935), - [anon_sym_for] = ACTIONS(937), + [anon_sym_STAR] = ACTIONS(965), + [sym_label] = ACTIONS(967), + [anon_sym_for] = ACTIONS(969), [anon_sym_in] = ACTIONS(119), - [anon_sym_while] = ACTIONS(939), + [anon_sym_while] = ACTIONS(971), [anon_sym_do] = ACTIONS(369), [anon_sym_DOT_DOT] = ACTIONS(117), [anon_sym_QMARK_COLON] = ACTIONS(117), [anon_sym_AMP_AMP] = ACTIONS(117), [anon_sym_PIPE_PIPE] = ACTIONS(117), - [anon_sym_null] = ACTIONS(941), + [anon_sym_null] = ACTIONS(973), [anon_sym_if] = ACTIONS(373), [anon_sym_else] = ACTIONS(119), [anon_sym_when] = ACTIONS(375), @@ -30616,14 +30908,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BANGin] = ACTIONS(117), [anon_sym_is] = ACTIONS(119), [anon_sym_BANGis] = ACTIONS(117), - [anon_sym_PLUS] = ACTIONS(943), - [anon_sym_DASH] = ACTIONS(943), + [anon_sym_PLUS] = ACTIONS(975), + [anon_sym_DASH] = ACTIONS(975), [anon_sym_SLASH] = ACTIONS(119), [anon_sym_PERCENT] = ACTIONS(117), [anon_sym_as_QMARK] = ACTIONS(117), - [anon_sym_PLUS_PLUS] = ACTIONS(945), - [anon_sym_DASH_DASH] = ACTIONS(945), - [anon_sym_BANG] = ACTIONS(943), + [anon_sym_PLUS_PLUS] = ACTIONS(977), + [anon_sym_DASH_DASH] = ACTIONS(977), + [anon_sym_BANG] = ACTIONS(975), [anon_sym_BANG_BANG] = ACTIONS(117), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), @@ -30654,7 +30946,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(395), [anon_sym_break_AT] = ACTIONS(397), - [sym_real_literal] = ACTIONS(947), + [sym_real_literal] = ACTIONS(979), [sym_integer_literal] = ACTIONS(401), [sym_hex_literal] = ACTIONS(403), [sym_bin_literal] = ACTIONS(403), @@ -30667,130 +30959,130 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(411), }, - [37] = { - [sym_type_alias] = STATE(3848), - [sym__declaration] = STATE(3848), - [sym_class_declaration] = STATE(3848), - [sym_function_declaration] = STATE(3848), - [sym_property_declaration] = STATE(3848), - [sym_getter] = STATE(3848), - [sym_setter] = STATE(3848), - [sym_object_declaration] = STATE(3848), - [sym__statement] = STATE(3848), - [sym_control_structure_body] = STATE(3779), - [sym__block] = STATE(3848), - [sym__loop_statement] = STATE(3848), - [sym_for_statement] = STATE(3848), - [sym_while_statement] = STATE(3848), - [sym_do_while_statement] = STATE(3848), - [sym_assignment] = STATE(3848), - [sym__expression] = STATE(2406), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(2871), - [sym_parenthesized_expression] = STATE(2871), - [sym_collection_literal] = STATE(2871), - [sym__literal_constant] = STATE(2871), - [sym_string_literal] = STATE(2871), - [sym_lambda_literal] = STATE(2871), - [sym_anonymous_function] = STATE(2871), - [sym__function_literal] = STATE(2871), - [sym_object_literal] = STATE(2871), - [sym_this_expression] = STATE(2871), - [sym_super_expression] = STATE(2871), - [sym_if_expression] = STATE(2871), - [sym_when_expression] = STATE(2871), - [sym_try_expression] = STATE(2871), - [sym_jump_expression] = STATE(2871), - [sym_callable_reference] = STATE(2871), - [sym__prefix_unary_operator] = STATE(2280), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7880), - [sym_modifiers] = STATE(7632), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(333), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3755), - [sym__return_at] = STATE(261), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(2871), - [sym_long_literal] = STATE(2871), - [sym_boolean_literal] = STATE(2871), - [sym_character_literal] = STATE(2871), - [sym__lexical_identifier] = STATE(3263), - [aux_sym__statement_repeat1] = STATE(830), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(537), + [38] = { + [sym_type_alias] = STATE(5052), + [sym__declaration] = STATE(5052), + [sym_class_declaration] = STATE(5052), + [sym_function_declaration] = STATE(5052), + [sym_property_declaration] = STATE(5052), + [sym_getter] = STATE(5052), + [sym_setter] = STATE(5052), + [sym_object_declaration] = STATE(5052), + [sym__statement] = STATE(5052), + [sym_control_structure_body] = STATE(5004), + [sym__block] = STATE(5052), + [sym__loop_statement] = STATE(5052), + [sym_for_statement] = STATE(5052), + [sym_while_statement] = STATE(5052), + [sym_do_while_statement] = STATE(5052), + [sym_assignment] = STATE(5052), + [sym__expression] = STATE(4149), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4470), + [sym_parenthesized_expression] = STATE(4470), + [sym_collection_literal] = STATE(4470), + [sym__literal_constant] = STATE(4470), + [sym_string_literal] = STATE(4470), + [sym_lambda_literal] = STATE(4470), + [sym_anonymous_function] = STATE(4470), + [sym__function_literal] = STATE(4470), + [sym_object_literal] = STATE(4470), + [sym_this_expression] = STATE(4470), + [sym_super_expression] = STATE(4470), + [sym_if_expression] = STATE(4470), + [sym_when_expression] = STATE(4470), + [sym_try_expression] = STATE(4470), + [sym_jump_expression] = STATE(4470), + [sym_callable_reference] = STATE(4470), + [sym__prefix_unary_operator] = STATE(1988), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7903), + [sym_modifiers] = STATE(7613), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(335), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4920), + [sym__return_at] = STATE(298), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4470), + [sym_long_literal] = STATE(4470), + [sym_boolean_literal] = STATE(4470), + [sym_character_literal] = STATE(4470), + [sym__lexical_identifier] = STATE(4566), + [aux_sym__statement_repeat1] = STATE(813), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(539), + [anon_sym_LBRACK] = ACTIONS(13), [anon_sym_as] = ACTIONS(119), - [anon_sym_typealias] = ACTIONS(541), - [anon_sym_class] = ACTIONS(949), - [anon_sym_interface] = ACTIONS(949), - [anon_sym_enum] = ACTIONS(951), - [anon_sym_LBRACE] = ACTIONS(953), + [anon_sym_typealias] = ACTIONS(413), + [anon_sym_class] = ACTIONS(921), + [anon_sym_interface] = ACTIONS(921), + [anon_sym_enum] = ACTIONS(923), + [anon_sym_LBRACE] = ACTIONS(925), [anon_sym_RBRACE] = ACTIONS(117), - [anon_sym_LPAREN] = ACTIONS(549), + [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_COMMA] = ACTIONS(117), - [anon_sym_val] = ACTIONS(955), - [anon_sym_var] = ACTIONS(955), + [anon_sym_val] = ACTIONS(927), + [anon_sym_var] = ACTIONS(927), [anon_sym_LT] = ACTIONS(119), [anon_sym_GT] = ACTIONS(119), [anon_sym_where] = ACTIONS(119), - [anon_sym_object] = ACTIONS(957), - [anon_sym_fun] = ACTIONS(959), + [anon_sym_object] = ACTIONS(929), + [anon_sym_fun] = ACTIONS(931), [anon_sym_DOT] = ACTIONS(119), [anon_sym_SEMI] = ACTIONS(117), - [anon_sym_get] = ACTIONS(961), - [anon_sym_set] = ACTIONS(963), - [anon_sym_this] = ACTIONS(561), - [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(965), - [sym_label] = ACTIONS(967), - [anon_sym_for] = ACTIONS(969), + [anon_sym_get] = ACTIONS(933), + [anon_sym_set] = ACTIONS(935), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(937), + [sym_label] = ACTIONS(939), + [anon_sym_for] = ACTIONS(941), [anon_sym_in] = ACTIONS(119), - [anon_sym_while] = ACTIONS(971), - [anon_sym_do] = ACTIONS(573), + [anon_sym_while] = ACTIONS(943), + [anon_sym_do] = ACTIONS(439), [anon_sym_DOT_DOT] = ACTIONS(117), [anon_sym_QMARK_COLON] = ACTIONS(117), [anon_sym_AMP_AMP] = ACTIONS(117), [anon_sym_PIPE_PIPE] = ACTIONS(117), - [anon_sym_null] = ACTIONS(973), - [anon_sym_if] = ACTIONS(577), + [anon_sym_null] = ACTIONS(53), + [anon_sym_if] = ACTIONS(443), [anon_sym_else] = ACTIONS(119), - [anon_sym_when] = ACTIONS(579), - [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(583), - [anon_sym_return] = ACTIONS(585), - [anon_sym_continue] = ACTIONS(587), - [anon_sym_break] = ACTIONS(587), - [anon_sym_COLON_COLON] = ACTIONS(589), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(445), + [anon_sym_return] = ACTIONS(447), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), [anon_sym_BANG_EQ] = ACTIONS(119), [anon_sym_BANG_EQ_EQ] = ACTIONS(117), [anon_sym_EQ_EQ] = ACTIONS(119), @@ -30800,20 +31092,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BANGin] = ACTIONS(117), [anon_sym_is] = ACTIONS(119), [anon_sym_BANGis] = ACTIONS(117), - [anon_sym_PLUS] = ACTIONS(975), - [anon_sym_DASH] = ACTIONS(975), + [anon_sym_PLUS] = ACTIONS(945), + [anon_sym_DASH] = ACTIONS(945), [anon_sym_SLASH] = ACTIONS(119), [anon_sym_PERCENT] = ACTIONS(117), [anon_sym_as_QMARK] = ACTIONS(117), - [anon_sym_PLUS_PLUS] = ACTIONS(977), - [anon_sym_DASH_DASH] = ACTIONS(977), - [anon_sym_BANG] = ACTIONS(975), + [anon_sym_PLUS_PLUS] = ACTIONS(947), + [anon_sym_DASH_DASH] = ACTIONS(947), + [anon_sym_BANG] = ACTIONS(945), [anon_sym_BANG_BANG] = ACTIONS(117), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(595), - [anon_sym_inner] = ACTIONS(595), + [anon_sym_data] = ACTIONS(77), + [anon_sym_inner] = ACTIONS(77), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -30832,172 +31124,172 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(597), - [anon_sym_actual] = ACTIONS(597), + [anon_sym_expect] = ACTIONS(89), + [anon_sym_actual] = ACTIONS(89), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(599), - [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(979), - [sym_integer_literal] = ACTIONS(605), - [sym_hex_literal] = ACTIONS(607), - [sym_bin_literal] = ACTIONS(607), - [anon_sym_true] = ACTIONS(609), - [anon_sym_false] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(611), - [sym__backtick_identifier] = ACTIONS(613), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [sym_real_literal] = ACTIONS(97), + [sym_integer_literal] = ACTIONS(99), + [sym_hex_literal] = ACTIONS(101), + [sym_bin_literal] = ACTIONS(101), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SQUOTE] = ACTIONS(105), + [sym__backtick_identifier] = ACTIONS(107), [sym__automatic_semicolon] = ACTIONS(117), [sym_safe_nav] = ACTIONS(117), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(615), + [sym__string_start] = ACTIONS(109), }, - [38] = { - [sym_type_alias] = STATE(4921), - [sym__declaration] = STATE(4921), - [sym_class_declaration] = STATE(4921), - [sym_function_declaration] = STATE(4921), - [sym_property_declaration] = STATE(4921), - [sym_getter] = STATE(4921), - [sym_setter] = STATE(4921), - [sym_object_declaration] = STATE(4921), - [sym__statement] = STATE(4921), - [sym_control_structure_body] = STATE(4996), - [sym__block] = STATE(4921), - [sym__loop_statement] = STATE(4921), - [sym_for_statement] = STATE(4921), - [sym_while_statement] = STATE(4921), - [sym_do_while_statement] = STATE(4921), - [sym_assignment] = STATE(4921), - [sym__expression] = STATE(4150), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4455), - [sym_parenthesized_expression] = STATE(4455), - [sym_collection_literal] = STATE(4455), - [sym__literal_constant] = STATE(4455), - [sym_string_literal] = STATE(4455), - [sym_lambda_literal] = STATE(4455), - [sym_anonymous_function] = STATE(4455), - [sym__function_literal] = STATE(4455), - [sym_object_literal] = STATE(4455), - [sym_this_expression] = STATE(4455), - [sym_super_expression] = STATE(4455), - [sym_if_expression] = STATE(4455), - [sym_when_expression] = STATE(4455), - [sym_try_expression] = STATE(4455), - [sym_jump_expression] = STATE(4455), - [sym_callable_reference] = STATE(4455), - [sym__prefix_unary_operator] = STATE(1611), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7881), - [sym_modifiers] = STATE(7567), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(353), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4990), + [39] = { + [sym_type_alias] = STATE(3456), + [sym__declaration] = STATE(3456), + [sym_class_declaration] = STATE(3456), + [sym_function_declaration] = STATE(3456), + [sym_property_declaration] = STATE(3456), + [sym_getter] = STATE(3456), + [sym_setter] = STATE(3456), + [sym_object_declaration] = STATE(3456), + [sym__statement] = STATE(3456), + [sym_control_structure_body] = STATE(3155), + [sym__block] = STATE(3456), + [sym__loop_statement] = STATE(3456), + [sym_for_statement] = STATE(3456), + [sym_while_statement] = STATE(3456), + [sym_do_while_statement] = STATE(3456), + [sym_assignment] = STATE(3456), + [sym__expression] = STATE(1424), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(2743), + [sym_parenthesized_expression] = STATE(2743), + [sym_collection_literal] = STATE(2743), + [sym__literal_constant] = STATE(2743), + [sym_string_literal] = STATE(2743), + [sym_lambda_literal] = STATE(2743), + [sym_anonymous_function] = STATE(2743), + [sym__function_literal] = STATE(2743), + [sym_object_literal] = STATE(2743), + [sym_this_expression] = STATE(2743), + [sym_super_expression] = STATE(2743), + [sym_if_expression] = STATE(2743), + [sym_when_expression] = STATE(2743), + [sym_try_expression] = STATE(2743), + [sym_jump_expression] = STATE(2743), + [sym_callable_reference] = STATE(2743), + [sym__prefix_unary_operator] = STATE(1868), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7919), + [sym_modifiers] = STATE(7860), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(349), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3279), [sym__return_at] = STATE(303), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4455), - [sym_long_literal] = STATE(4455), - [sym_boolean_literal] = STATE(4455), - [sym_character_literal] = STATE(4455), - [sym__lexical_identifier] = STATE(4529), - [aux_sym__statement_repeat1] = STATE(828), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(7), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(2743), + [sym_long_literal] = STATE(2743), + [sym_boolean_literal] = STATE(2743), + [sym_character_literal] = STATE(2743), + [sym__lexical_identifier] = STATE(2837), + [aux_sym__statement_repeat1] = STATE(826), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(333), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_as] = ACTIONS(205), - [anon_sym_typealias] = ACTIONS(495), - [anon_sym_class] = ACTIONS(857), - [anon_sym_interface] = ACTIONS(857), - [anon_sym_enum] = ACTIONS(859), - [anon_sym_LBRACE] = ACTIONS(861), - [anon_sym_RBRACE] = ACTIONS(203), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_COMMA] = ACTIONS(203), - [anon_sym_val] = ACTIONS(863), - [anon_sym_var] = ACTIONS(863), - [anon_sym_LT] = ACTIONS(205), - [anon_sym_GT] = ACTIONS(205), - [anon_sym_where] = ACTIONS(205), - [anon_sym_object] = ACTIONS(865), - [anon_sym_fun] = ACTIONS(867), - [anon_sym_DOT] = ACTIONS(205), - [anon_sym_SEMI] = ACTIONS(203), - [anon_sym_get] = ACTIONS(869), - [anon_sym_set] = ACTIONS(871), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(873), - [sym_label] = ACTIONS(875), - [anon_sym_for] = ACTIONS(877), - [anon_sym_in] = ACTIONS(205), - [anon_sym_while] = ACTIONS(879), - [anon_sym_do] = ACTIONS(521), - [anon_sym_DOT_DOT] = ACTIONS(203), - [anon_sym_QMARK_COLON] = ACTIONS(203), - [anon_sym_AMP_AMP] = ACTIONS(203), - [anon_sym_PIPE_PIPE] = ACTIONS(203), - [anon_sym_null] = ACTIONS(53), - [anon_sym_if] = ACTIONS(525), - [anon_sym_else] = ACTIONS(205), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(527), - [anon_sym_return] = ACTIONS(529), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_BANG_EQ] = ACTIONS(205), - [anon_sym_BANG_EQ_EQ] = ACTIONS(203), - [anon_sym_EQ_EQ] = ACTIONS(205), - [anon_sym_EQ_EQ_EQ] = ACTIONS(203), - [anon_sym_LT_EQ] = ACTIONS(203), - [anon_sym_GT_EQ] = ACTIONS(203), - [anon_sym_BANGin] = ACTIONS(203), - [anon_sym_is] = ACTIONS(205), - [anon_sym_BANGis] = ACTIONS(203), - [anon_sym_PLUS] = ACTIONS(881), - [anon_sym_DASH] = ACTIONS(881), - [anon_sym_SLASH] = ACTIONS(205), - [anon_sym_PERCENT] = ACTIONS(203), - [anon_sym_as_QMARK] = ACTIONS(203), - [anon_sym_PLUS_PLUS] = ACTIONS(883), - [anon_sym_DASH_DASH] = ACTIONS(883), - [anon_sym_BANG] = ACTIONS(881), - [anon_sym_BANG_BANG] = ACTIONS(203), + [anon_sym_LBRACK] = ACTIONS(335), + [anon_sym_as] = ACTIONS(201), + [anon_sym_typealias] = ACTIONS(337), + [anon_sym_class] = ACTIONS(949), + [anon_sym_interface] = ACTIONS(949), + [anon_sym_enum] = ACTIONS(951), + [anon_sym_LBRACE] = ACTIONS(953), + [anon_sym_RBRACE] = ACTIONS(199), + [anon_sym_LPAREN] = ACTIONS(345), + [anon_sym_COMMA] = ACTIONS(199), + [anon_sym_val] = ACTIONS(955), + [anon_sym_var] = ACTIONS(955), + [anon_sym_LT] = ACTIONS(201), + [anon_sym_GT] = ACTIONS(201), + [anon_sym_where] = ACTIONS(201), + [anon_sym_object] = ACTIONS(957), + [anon_sym_fun] = ACTIONS(959), + [anon_sym_DOT] = ACTIONS(201), + [anon_sym_SEMI] = ACTIONS(199), + [anon_sym_get] = ACTIONS(961), + [anon_sym_set] = ACTIONS(963), + [anon_sym_this] = ACTIONS(357), + [anon_sym_super] = ACTIONS(359), + [anon_sym_STAR] = ACTIONS(965), + [sym_label] = ACTIONS(967), + [anon_sym_for] = ACTIONS(969), + [anon_sym_in] = ACTIONS(201), + [anon_sym_while] = ACTIONS(971), + [anon_sym_do] = ACTIONS(369), + [anon_sym_DOT_DOT] = ACTIONS(199), + [anon_sym_QMARK_COLON] = ACTIONS(199), + [anon_sym_AMP_AMP] = ACTIONS(199), + [anon_sym_PIPE_PIPE] = ACTIONS(199), + [anon_sym_null] = ACTIONS(973), + [anon_sym_if] = ACTIONS(373), + [anon_sym_else] = ACTIONS(201), + [anon_sym_when] = ACTIONS(375), + [anon_sym_try] = ACTIONS(377), + [anon_sym_throw] = ACTIONS(379), + [anon_sym_return] = ACTIONS(381), + [anon_sym_continue] = ACTIONS(383), + [anon_sym_break] = ACTIONS(383), + [anon_sym_COLON_COLON] = ACTIONS(385), + [anon_sym_BANG_EQ] = ACTIONS(201), + [anon_sym_BANG_EQ_EQ] = ACTIONS(199), + [anon_sym_EQ_EQ] = ACTIONS(201), + [anon_sym_EQ_EQ_EQ] = ACTIONS(199), + [anon_sym_LT_EQ] = ACTIONS(199), + [anon_sym_GT_EQ] = ACTIONS(199), + [anon_sym_BANGin] = ACTIONS(199), + [anon_sym_is] = ACTIONS(201), + [anon_sym_BANGis] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(975), + [anon_sym_DASH] = ACTIONS(975), + [anon_sym_SLASH] = ACTIONS(201), + [anon_sym_PERCENT] = ACTIONS(199), + [anon_sym_as_QMARK] = ACTIONS(199), + [anon_sym_PLUS_PLUS] = ACTIONS(977), + [anon_sym_DASH_DASH] = ACTIONS(977), + [anon_sym_BANG] = ACTIONS(975), + [anon_sym_BANG_BANG] = ACTIONS(199), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(77), - [anon_sym_inner] = ACTIONS(77), + [anon_sym_data] = ACTIONS(391), + [anon_sym_inner] = ACTIONS(391), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -31016,167 +31308,165 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(89), - [anon_sym_actual] = ACTIONS(89), + [anon_sym_expect] = ACTIONS(393), + [anon_sym_actual] = ACTIONS(393), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(97), - [sym_integer_literal] = ACTIONS(99), - [sym_hex_literal] = ACTIONS(101), - [sym_bin_literal] = ACTIONS(101), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [anon_sym_SQUOTE] = ACTIONS(105), - [sym__backtick_identifier] = ACTIONS(107), - [sym__automatic_semicolon] = ACTIONS(203), - [sym_safe_nav] = ACTIONS(203), + [anon_sym_continue_AT] = ACTIONS(395), + [anon_sym_break_AT] = ACTIONS(397), + [sym_real_literal] = ACTIONS(979), + [sym_integer_literal] = ACTIONS(401), + [sym_hex_literal] = ACTIONS(403), + [sym_bin_literal] = ACTIONS(403), + [anon_sym_true] = ACTIONS(405), + [anon_sym_false] = ACTIONS(405), + [anon_sym_SQUOTE] = ACTIONS(407), + [sym__backtick_identifier] = ACTIONS(409), + [sym__automatic_semicolon] = ACTIONS(199), + [sym_safe_nav] = ACTIONS(199), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(109), + [sym__string_start] = ACTIONS(411), }, - [39] = { - [sym_type_alias] = STATE(3848), - [sym__declaration] = STATE(3848), - [sym_class_declaration] = STATE(3848), - [sym_function_declaration] = STATE(3848), - [sym_property_declaration] = STATE(3848), - [sym_getter] = STATE(3848), - [sym_setter] = STATE(3848), - [sym_object_declaration] = STATE(3848), - [sym__statement] = STATE(3848), - [sym_control_structure_body] = STATE(3880), - [sym__block] = STATE(3848), - [sym__loop_statement] = STATE(3848), - [sym_for_statement] = STATE(3848), - [sym_while_statement] = STATE(3848), - [sym_do_while_statement] = STATE(3848), - [sym_assignment] = STATE(3848), - [sym__expression] = STATE(2406), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(2871), - [sym_parenthesized_expression] = STATE(2871), - [sym_collection_literal] = STATE(2871), - [sym__literal_constant] = STATE(2871), - [sym_string_literal] = STATE(2871), - [sym_lambda_literal] = STATE(2871), - [sym_anonymous_function] = STATE(2871), - [sym__function_literal] = STATE(2871), - [sym_object_literal] = STATE(2871), - [sym_this_expression] = STATE(2871), - [sym_super_expression] = STATE(2871), - [sym_if_expression] = STATE(2871), - [sym_when_expression] = STATE(2871), - [sym_try_expression] = STATE(2871), - [sym_jump_expression] = STATE(2871), - [sym_callable_reference] = STATE(2871), - [sym__prefix_unary_operator] = STATE(2280), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7880), - [sym_modifiers] = STATE(7632), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(333), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3755), - [sym__return_at] = STATE(261), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(2871), - [sym_long_literal] = STATE(2871), - [sym_boolean_literal] = STATE(2871), - [sym_character_literal] = STATE(2871), - [sym__lexical_identifier] = STATE(3263), - [aux_sym__statement_repeat1] = STATE(830), - [aux_sym_modifiers_repeat1] = STATE(5441), + [40] = { + [sym_type_alias] = STATE(1052), + [sym__declaration] = STATE(1052), + [sym_class_declaration] = STATE(1052), + [sym_function_declaration] = STATE(1052), + [sym_property_declaration] = STATE(1052), + [sym_getter] = STATE(1052), + [sym_setter] = STATE(1052), + [sym_object_declaration] = STATE(1052), + [sym__statement] = STATE(1052), + [sym_control_structure_body] = STATE(1133), + [sym__block] = STATE(1052), + [sym__loop_statement] = STATE(1052), + [sym_for_statement] = STATE(1052), + [sym_while_statement] = STATE(1052), + [sym_do_while_statement] = STATE(1052), + [sym_assignment] = STATE(1052), + [sym__expression] = STATE(522), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(777), + [sym_parenthesized_expression] = STATE(777), + [sym_collection_literal] = STATE(777), + [sym__literal_constant] = STATE(777), + [sym_string_literal] = STATE(777), + [sym_lambda_literal] = STATE(777), + [sym_anonymous_function] = STATE(777), + [sym__function_literal] = STATE(777), + [sym_object_literal] = STATE(777), + [sym_this_expression] = STATE(777), + [sym_super_expression] = STATE(777), + [sym_if_expression] = STATE(777), + [sym_when_expression] = STATE(777), + [sym_try_expression] = STATE(777), + [sym_jump_expression] = STATE(777), + [sym_callable_reference] = STATE(777), + [sym__prefix_unary_operator] = STATE(2117), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7933), + [sym_modifiers] = STATE(7721), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(332), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1103), + [sym__return_at] = STATE(264), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(777), + [sym_long_literal] = STATE(777), + [sym_boolean_literal] = STATE(777), + [sym_character_literal] = STATE(777), + [sym__lexical_identifier] = STATE(843), + [aux_sym__statement_repeat1] = STATE(806), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(537), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_as] = ACTIONS(205), + [anon_sym_as] = ACTIONS(201), [anon_sym_typealias] = ACTIONS(541), - [anon_sym_class] = ACTIONS(949), - [anon_sym_interface] = ACTIONS(949), - [anon_sym_enum] = ACTIONS(951), - [anon_sym_LBRACE] = ACTIONS(953), - [anon_sym_RBRACE] = ACTIONS(203), + [anon_sym_class] = ACTIONS(981), + [anon_sym_interface] = ACTIONS(981), + [anon_sym_enum] = ACTIONS(983), + [anon_sym_LBRACE] = ACTIONS(893), + [anon_sym_RBRACE] = ACTIONS(199), [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_COMMA] = ACTIONS(203), - [anon_sym_val] = ACTIONS(955), - [anon_sym_var] = ACTIONS(955), - [anon_sym_LT] = ACTIONS(205), - [anon_sym_GT] = ACTIONS(205), - [anon_sym_where] = ACTIONS(205), - [anon_sym_object] = ACTIONS(957), - [anon_sym_fun] = ACTIONS(959), - [anon_sym_DOT] = ACTIONS(205), - [anon_sym_SEMI] = ACTIONS(203), - [anon_sym_get] = ACTIONS(961), - [anon_sym_set] = ACTIONS(963), + [anon_sym_val] = ACTIONS(985), + [anon_sym_var] = ACTIONS(985), + [anon_sym_LT] = ACTIONS(201), + [anon_sym_GT] = ACTIONS(201), + [anon_sym_object] = ACTIONS(987), + [anon_sym_fun] = ACTIONS(989), + [anon_sym_DOT] = ACTIONS(201), + [anon_sym_SEMI] = ACTIONS(199), + [anon_sym_get] = ACTIONS(991), + [anon_sym_set] = ACTIONS(993), [anon_sym_this] = ACTIONS(561), [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(965), - [sym_label] = ACTIONS(967), - [anon_sym_for] = ACTIONS(969), - [anon_sym_in] = ACTIONS(205), - [anon_sym_while] = ACTIONS(971), + [anon_sym_STAR] = ACTIONS(995), + [sym_label] = ACTIONS(997), + [anon_sym_for] = ACTIONS(999), + [anon_sym_in] = ACTIONS(201), + [anon_sym_while] = ACTIONS(1001), [anon_sym_do] = ACTIONS(573), - [anon_sym_DOT_DOT] = ACTIONS(203), - [anon_sym_QMARK_COLON] = ACTIONS(203), - [anon_sym_AMP_AMP] = ACTIONS(203), - [anon_sym_PIPE_PIPE] = ACTIONS(203), - [anon_sym_null] = ACTIONS(973), - [anon_sym_if] = ACTIONS(577), - [anon_sym_else] = ACTIONS(205), + [anon_sym_DOT_DOT] = ACTIONS(199), + [anon_sym_QMARK_COLON] = ACTIONS(199), + [anon_sym_AMP_AMP] = ACTIONS(199), + [anon_sym_PIPE_PIPE] = ACTIONS(199), + [anon_sym_null] = ACTIONS(913), + [anon_sym_if] = ACTIONS(639), + [anon_sym_else] = ACTIONS(201), [anon_sym_when] = ACTIONS(579), [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(583), - [anon_sym_return] = ACTIONS(585), + [anon_sym_throw] = ACTIONS(641), + [anon_sym_return] = ACTIONS(643), [anon_sym_continue] = ACTIONS(587), [anon_sym_break] = ACTIONS(587), [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_BANG_EQ] = ACTIONS(205), - [anon_sym_BANG_EQ_EQ] = ACTIONS(203), - [anon_sym_EQ_EQ] = ACTIONS(205), - [anon_sym_EQ_EQ_EQ] = ACTIONS(203), - [anon_sym_LT_EQ] = ACTIONS(203), - [anon_sym_GT_EQ] = ACTIONS(203), - [anon_sym_BANGin] = ACTIONS(203), - [anon_sym_is] = ACTIONS(205), - [anon_sym_BANGis] = ACTIONS(203), - [anon_sym_PLUS] = ACTIONS(975), - [anon_sym_DASH] = ACTIONS(975), - [anon_sym_SLASH] = ACTIONS(205), - [anon_sym_PERCENT] = ACTIONS(203), - [anon_sym_as_QMARK] = ACTIONS(203), - [anon_sym_PLUS_PLUS] = ACTIONS(977), - [anon_sym_DASH_DASH] = ACTIONS(977), - [anon_sym_BANG] = ACTIONS(975), - [anon_sym_BANG_BANG] = ACTIONS(203), + [anon_sym_BANG_EQ] = ACTIONS(201), + [anon_sym_BANG_EQ_EQ] = ACTIONS(199), + [anon_sym_EQ_EQ] = ACTIONS(201), + [anon_sym_EQ_EQ_EQ] = ACTIONS(199), + [anon_sym_LT_EQ] = ACTIONS(199), + [anon_sym_GT_EQ] = ACTIONS(199), + [anon_sym_BANGin] = ACTIONS(199), + [anon_sym_is] = ACTIONS(201), + [anon_sym_BANGis] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(1003), + [anon_sym_DASH] = ACTIONS(1003), + [anon_sym_SLASH] = ACTIONS(201), + [anon_sym_PERCENT] = ACTIONS(199), + [anon_sym_as_QMARK] = ACTIONS(199), + [anon_sym_PLUS_PLUS] = ACTIONS(1005), + [anon_sym_DASH_DASH] = ACTIONS(1005), + [anon_sym_BANG] = ACTIONS(1003), + [anon_sym_BANG_BANG] = ACTIONS(199), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -31203,10 +31493,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(597), [anon_sym_actual] = ACTIONS(597), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), + [anon_sym_return_AT] = ACTIONS(517), [anon_sym_continue_AT] = ACTIONS(599), [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(979), + [sym_real_literal] = ACTIONS(919), [sym_integer_literal] = ACTIONS(605), [sym_hex_literal] = ACTIONS(607), [sym_bin_literal] = ACTIONS(607), @@ -31214,134 +31504,133 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(609), [anon_sym_SQUOTE] = ACTIONS(611), [sym__backtick_identifier] = ACTIONS(613), - [sym__automatic_semicolon] = ACTIONS(203), - [sym_safe_nav] = ACTIONS(203), + [sym__automatic_semicolon] = ACTIONS(199), + [sym_safe_nav] = ACTIONS(199), [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(615), }, - [40] = { - [sym_type_alias] = STATE(3259), - [sym__declaration] = STATE(3259), - [sym_class_declaration] = STATE(3259), - [sym_function_declaration] = STATE(3259), - [sym_property_declaration] = STATE(3259), - [sym_getter] = STATE(3259), - [sym_setter] = STATE(3259), - [sym_object_declaration] = STATE(3259), - [sym__statement] = STATE(3259), - [sym_control_structure_body] = STATE(3186), - [sym__block] = STATE(3259), - [sym__loop_statement] = STATE(3259), - [sym_for_statement] = STATE(3259), - [sym_while_statement] = STATE(3259), - [sym_do_while_statement] = STATE(3259), - [sym_assignment] = STATE(3259), - [sym__expression] = STATE(2429), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(2734), - [sym_parenthesized_expression] = STATE(2734), - [sym_collection_literal] = STATE(2734), - [sym__literal_constant] = STATE(2734), - [sym_string_literal] = STATE(2734), - [sym_lambda_literal] = STATE(2734), - [sym_anonymous_function] = STATE(2734), - [sym__function_literal] = STATE(2734), - [sym_object_literal] = STATE(2734), - [sym_this_expression] = STATE(2734), - [sym_super_expression] = STATE(2734), - [sym_if_expression] = STATE(2734), - [sym_when_expression] = STATE(2734), - [sym_try_expression] = STATE(2734), - [sym_jump_expression] = STATE(2734), - [sym_callable_reference] = STATE(2734), - [sym__prefix_unary_operator] = STATE(1697), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7893), - [sym_modifiers] = STATE(7727), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(350), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3242), - [sym__return_at] = STATE(262), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(2734), - [sym_long_literal] = STATE(2734), - [sym_boolean_literal] = STATE(2734), - [sym_character_literal] = STATE(2734), - [sym__lexical_identifier] = STATE(2864), - [aux_sym__statement_repeat1] = STATE(804), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(111), + [41] = { + [sym_type_alias] = STATE(3873), + [sym__declaration] = STATE(3873), + [sym_class_declaration] = STATE(3873), + [sym_function_declaration] = STATE(3873), + [sym_property_declaration] = STATE(3873), + [sym_getter] = STATE(3873), + [sym_setter] = STATE(3873), + [sym_object_declaration] = STATE(3873), + [sym__statement] = STATE(3873), + [sym_control_structure_body] = STATE(3717), + [sym__block] = STATE(3873), + [sym__loop_statement] = STATE(3873), + [sym_for_statement] = STATE(3873), + [sym_while_statement] = STATE(3873), + [sym_do_while_statement] = STATE(3873), + [sym_assignment] = STATE(3873), + [sym__expression] = STATE(2500), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(2836), + [sym_parenthesized_expression] = STATE(2836), + [sym_collection_literal] = STATE(2836), + [sym__literal_constant] = STATE(2836), + [sym_string_literal] = STATE(2836), + [sym_lambda_literal] = STATE(2836), + [sym_anonymous_function] = STATE(2836), + [sym__function_literal] = STATE(2836), + [sym_object_literal] = STATE(2836), + [sym_this_expression] = STATE(2836), + [sym_super_expression] = STATE(2836), + [sym_if_expression] = STATE(2836), + [sym_when_expression] = STATE(2836), + [sym_try_expression] = STATE(2836), + [sym_jump_expression] = STATE(2836), + [sym_callable_reference] = STATE(2836), + [sym__prefix_unary_operator] = STATE(2362), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7922), + [sym_modifiers] = STATE(7861), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(354), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3725), + [sym__return_at] = STATE(263), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(2836), + [sym_long_literal] = STATE(2836), + [sym_boolean_literal] = STATE(2836), + [sym_character_literal] = STATE(2836), + [sym__lexical_identifier] = STATE(3382), + [aux_sym__statement_repeat1] = STATE(824), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(455), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_LBRACK] = ACTIONS(457), [anon_sym_as] = ACTIONS(119), - [anon_sym_typealias] = ACTIONS(121), - [anon_sym_class] = ACTIONS(981), - [anon_sym_interface] = ACTIONS(981), - [anon_sym_enum] = ACTIONS(983), - [anon_sym_LBRACE] = ACTIONS(801), + [anon_sym_typealias] = ACTIONS(459), + [anon_sym_class] = ACTIONS(1007), + [anon_sym_interface] = ACTIONS(1007), + [anon_sym_enum] = ACTIONS(1009), + [anon_sym_LBRACE] = ACTIONS(861), [anon_sym_RBRACE] = ACTIONS(117), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_RPAREN] = ACTIONS(117), - [anon_sym_val] = ACTIONS(985), - [anon_sym_var] = ACTIONS(985), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_val] = ACTIONS(1011), + [anon_sym_var] = ACTIONS(1011), [anon_sym_LT] = ACTIONS(119), [anon_sym_GT] = ACTIONS(119), - [anon_sym_object] = ACTIONS(987), - [anon_sym_fun] = ACTIONS(989), + [anon_sym_object] = ACTIONS(1013), + [anon_sym_fun] = ACTIONS(1015), [anon_sym_DOT] = ACTIONS(119), [anon_sym_SEMI] = ACTIONS(117), - [anon_sym_get] = ACTIONS(991), - [anon_sym_set] = ACTIONS(993), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(995), - [sym_label] = ACTIONS(997), - [anon_sym_for] = ACTIONS(999), + [anon_sym_get] = ACTIONS(1017), + [anon_sym_set] = ACTIONS(1019), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1021), + [sym_label] = ACTIONS(1023), + [anon_sym_for] = ACTIONS(1025), [anon_sym_in] = ACTIONS(119), - [anon_sym_while] = ACTIONS(1001), - [anon_sym_do] = ACTIONS(153), + [anon_sym_while] = ACTIONS(1027), + [anon_sym_do] = ACTIONS(491), [anon_sym_DOT_DOT] = ACTIONS(117), [anon_sym_QMARK_COLON] = ACTIONS(117), [anon_sym_AMP_AMP] = ACTIONS(117), [anon_sym_PIPE_PIPE] = ACTIONS(117), - [anon_sym_null] = ACTIONS(821), - [anon_sym_if] = ACTIONS(665), + [anon_sym_null] = ACTIONS(881), + [anon_sym_if] = ACTIONS(761), [anon_sym_else] = ACTIONS(119), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(667), - [anon_sym_return] = ACTIONS(669), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(763), + [anon_sym_return] = ACTIONS(765), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), [anon_sym_BANG_EQ] = ACTIONS(119), [anon_sym_BANG_EQ_EQ] = ACTIONS(117), [anon_sym_EQ_EQ] = ACTIONS(119), @@ -31351,20 +31640,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BANGin] = ACTIONS(117), [anon_sym_is] = ACTIONS(119), [anon_sym_BANGis] = ACTIONS(117), - [anon_sym_PLUS] = ACTIONS(1003), - [anon_sym_DASH] = ACTIONS(1003), + [anon_sym_PLUS] = ACTIONS(1029), + [anon_sym_DASH] = ACTIONS(1029), [anon_sym_SLASH] = ACTIONS(119), [anon_sym_PERCENT] = ACTIONS(117), [anon_sym_as_QMARK] = ACTIONS(117), - [anon_sym_PLUS_PLUS] = ACTIONS(1005), - [anon_sym_DASH_DASH] = ACTIONS(1005), - [anon_sym_BANG] = ACTIONS(1003), + [anon_sym_PLUS_PLUS] = ACTIONS(1031), + [anon_sym_DASH_DASH] = ACTIONS(1031), + [anon_sym_BANG] = ACTIONS(1029), [anon_sym_BANG_BANG] = ACTIONS(117), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(175), - [anon_sym_inner] = ACTIONS(175), + [anon_sym_data] = ACTIONS(513), + [anon_sym_inner] = ACTIONS(513), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -31383,170 +31672,170 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(177), - [anon_sym_actual] = ACTIONS(177), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(827), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), + [anon_sym_expect] = ACTIONS(515), + [anon_sym_actual] = ACTIONS(515), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(887), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym__automatic_semicolon] = ACTIONS(117), [sym_safe_nav] = ACTIONS(117), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), + [sym__string_start] = ACTIONS(535), }, - [41] = { - [sym_type_alias] = STATE(3259), - [sym__declaration] = STATE(3259), - [sym_class_declaration] = STATE(3259), - [sym_function_declaration] = STATE(3259), - [sym_property_declaration] = STATE(3259), - [sym_getter] = STATE(3259), - [sym_setter] = STATE(3259), - [sym_object_declaration] = STATE(3259), - [sym__statement] = STATE(3259), - [sym_control_structure_body] = STATE(3128), - [sym__block] = STATE(3259), - [sym__loop_statement] = STATE(3259), - [sym_for_statement] = STATE(3259), - [sym_while_statement] = STATE(3259), - [sym_do_while_statement] = STATE(3259), - [sym_assignment] = STATE(3259), - [sym__expression] = STATE(2429), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(2734), - [sym_parenthesized_expression] = STATE(2734), - [sym_collection_literal] = STATE(2734), - [sym__literal_constant] = STATE(2734), - [sym_string_literal] = STATE(2734), - [sym_lambda_literal] = STATE(2734), - [sym_anonymous_function] = STATE(2734), - [sym__function_literal] = STATE(2734), - [sym_object_literal] = STATE(2734), - [sym_this_expression] = STATE(2734), - [sym_super_expression] = STATE(2734), - [sym_if_expression] = STATE(2734), - [sym_when_expression] = STATE(2734), - [sym_try_expression] = STATE(2734), - [sym_jump_expression] = STATE(2734), - [sym_callable_reference] = STATE(2734), - [sym__prefix_unary_operator] = STATE(1697), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7893), - [sym_modifiers] = STATE(7727), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(350), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3242), - [sym__return_at] = STATE(262), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(2734), - [sym_long_literal] = STATE(2734), - [sym_boolean_literal] = STATE(2734), - [sym_character_literal] = STATE(2734), - [sym__lexical_identifier] = STATE(2864), - [aux_sym__statement_repeat1] = STATE(804), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(111), + [42] = { + [sym_type_alias] = STATE(5052), + [sym__declaration] = STATE(5052), + [sym_class_declaration] = STATE(5052), + [sym_function_declaration] = STATE(5052), + [sym_property_declaration] = STATE(5052), + [sym_getter] = STATE(5052), + [sym_setter] = STATE(5052), + [sym_object_declaration] = STATE(5052), + [sym__statement] = STATE(5052), + [sym_control_structure_body] = STATE(4906), + [sym__block] = STATE(5052), + [sym__loop_statement] = STATE(5052), + [sym_for_statement] = STATE(5052), + [sym_while_statement] = STATE(5052), + [sym_do_while_statement] = STATE(5052), + [sym_assignment] = STATE(5052), + [sym__expression] = STATE(4196), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4470), + [sym_parenthesized_expression] = STATE(4470), + [sym_collection_literal] = STATE(4470), + [sym__literal_constant] = STATE(4470), + [sym_string_literal] = STATE(4470), + [sym_lambda_literal] = STATE(4470), + [sym_anonymous_function] = STATE(4470), + [sym__function_literal] = STATE(4470), + [sym_object_literal] = STATE(4470), + [sym_this_expression] = STATE(4470), + [sym_super_expression] = STATE(4470), + [sym_if_expression] = STATE(4470), + [sym_when_expression] = STATE(4470), + [sym_try_expression] = STATE(4470), + [sym_jump_expression] = STATE(4470), + [sym_callable_reference] = STATE(4470), + [sym__prefix_unary_operator] = STATE(1926), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7921), + [sym_modifiers] = STATE(7802), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(338), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4920), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4470), + [sym_long_literal] = STATE(4470), + [sym_boolean_literal] = STATE(4470), + [sym_character_literal] = STATE(4470), + [sym__lexical_identifier] = STATE(4566), + [aux_sym__statement_repeat1] = STATE(805), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_as] = ACTIONS(205), - [anon_sym_typealias] = ACTIONS(121), - [anon_sym_class] = ACTIONS(981), - [anon_sym_interface] = ACTIONS(981), - [anon_sym_enum] = ACTIONS(983), - [anon_sym_LBRACE] = ACTIONS(801), - [anon_sym_RBRACE] = ACTIONS(203), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_RPAREN] = ACTIONS(203), - [anon_sym_val] = ACTIONS(985), - [anon_sym_var] = ACTIONS(985), - [anon_sym_LT] = ACTIONS(205), - [anon_sym_GT] = ACTIONS(205), - [anon_sym_object] = ACTIONS(987), - [anon_sym_fun] = ACTIONS(989), - [anon_sym_DOT] = ACTIONS(205), - [anon_sym_SEMI] = ACTIONS(203), - [anon_sym_get] = ACTIONS(991), - [anon_sym_set] = ACTIONS(993), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(995), - [sym_label] = ACTIONS(997), - [anon_sym_for] = ACTIONS(999), - [anon_sym_in] = ACTIONS(205), - [anon_sym_while] = ACTIONS(1001), - [anon_sym_do] = ACTIONS(153), - [anon_sym_DOT_DOT] = ACTIONS(203), - [anon_sym_QMARK_COLON] = ACTIONS(203), - [anon_sym_AMP_AMP] = ACTIONS(203), - [anon_sym_PIPE_PIPE] = ACTIONS(203), - [anon_sym_null] = ACTIONS(821), - [anon_sym_if] = ACTIONS(665), - [anon_sym_else] = ACTIONS(205), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(667), - [anon_sym_return] = ACTIONS(669), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_BANG_EQ] = ACTIONS(205), - [anon_sym_BANG_EQ_EQ] = ACTIONS(203), - [anon_sym_EQ_EQ] = ACTIONS(205), - [anon_sym_EQ_EQ_EQ] = ACTIONS(203), - [anon_sym_LT_EQ] = ACTIONS(203), - [anon_sym_GT_EQ] = ACTIONS(203), - [anon_sym_BANGin] = ACTIONS(203), - [anon_sym_is] = ACTIONS(205), - [anon_sym_BANGis] = ACTIONS(203), - [anon_sym_PLUS] = ACTIONS(1003), - [anon_sym_DASH] = ACTIONS(1003), - [anon_sym_SLASH] = ACTIONS(205), - [anon_sym_PERCENT] = ACTIONS(203), - [anon_sym_as_QMARK] = ACTIONS(203), - [anon_sym_PLUS_PLUS] = ACTIONS(1005), - [anon_sym_DASH_DASH] = ACTIONS(1005), - [anon_sym_BANG] = ACTIONS(1003), - [anon_sym_BANG_BANG] = ACTIONS(203), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_as] = ACTIONS(201), + [anon_sym_typealias] = ACTIONS(413), + [anon_sym_class] = ACTIONS(1033), + [anon_sym_interface] = ACTIONS(1033), + [anon_sym_enum] = ACTIONS(1035), + [anon_sym_LBRACE] = ACTIONS(925), + [anon_sym_RBRACE] = ACTIONS(199), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_val] = ACTIONS(1037), + [anon_sym_var] = ACTIONS(1037), + [anon_sym_LT] = ACTIONS(201), + [anon_sym_GT] = ACTIONS(201), + [anon_sym_object] = ACTIONS(1039), + [anon_sym_fun] = ACTIONS(1041), + [anon_sym_DOT] = ACTIONS(201), + [anon_sym_SEMI] = ACTIONS(199), + [anon_sym_get] = ACTIONS(1043), + [anon_sym_set] = ACTIONS(1045), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(43), + [sym_label] = ACTIONS(45), + [anon_sym_for] = ACTIONS(1047), + [anon_sym_in] = ACTIONS(201), + [anon_sym_while] = ACTIONS(1049), + [anon_sym_do] = ACTIONS(439), + [anon_sym_DOT_DOT] = ACTIONS(199), + [anon_sym_QMARK_COLON] = ACTIONS(199), + [anon_sym_AMP_AMP] = ACTIONS(199), + [anon_sym_PIPE_PIPE] = ACTIONS(199), + [anon_sym_null] = ACTIONS(53), + [anon_sym_if] = ACTIONS(55), + [anon_sym_else] = ACTIONS(201), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(61), + [anon_sym_return] = ACTIONS(63), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_BANG_EQ] = ACTIONS(201), + [anon_sym_BANG_EQ_EQ] = ACTIONS(199), + [anon_sym_EQ_EQ] = ACTIONS(201), + [anon_sym_EQ_EQ_EQ] = ACTIONS(199), + [anon_sym_LT_EQ] = ACTIONS(199), + [anon_sym_GT_EQ] = ACTIONS(199), + [anon_sym_BANGin] = ACTIONS(199), + [anon_sym_is] = ACTIONS(201), + [anon_sym_BANGis] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(69), + [anon_sym_DASH] = ACTIONS(69), + [anon_sym_SLASH] = ACTIONS(201), + [anon_sym_PERCENT] = ACTIONS(199), + [anon_sym_as_QMARK] = ACTIONS(199), + [anon_sym_PLUS_PLUS] = ACTIONS(71), + [anon_sym_DASH_DASH] = ACTIONS(71), + [anon_sym_BANG] = ACTIONS(69), + [anon_sym_BANG_BANG] = ACTIONS(199), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(175), - [anon_sym_inner] = ACTIONS(175), + [anon_sym_data] = ACTIONS(77), + [anon_sym_inner] = ACTIONS(77), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -31565,169 +31854,171 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(177), - [anon_sym_actual] = ACTIONS(177), + [anon_sym_expect] = ACTIONS(89), + [anon_sym_actual] = ACTIONS(89), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(827), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), - [sym_safe_nav] = ACTIONS(203), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [sym_real_literal] = ACTIONS(97), + [sym_integer_literal] = ACTIONS(99), + [sym_hex_literal] = ACTIONS(101), + [sym_bin_literal] = ACTIONS(101), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SQUOTE] = ACTIONS(105), + [sym__backtick_identifier] = ACTIONS(107), + [sym__automatic_semicolon] = ACTIONS(199), + [sym_safe_nav] = ACTIONS(199), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), + [sym__string_start] = ACTIONS(109), }, - [42] = { - [sym_type_alias] = STATE(3848), - [sym__declaration] = STATE(3848), - [sym_class_declaration] = STATE(3848), - [sym_function_declaration] = STATE(3848), - [sym_property_declaration] = STATE(3848), - [sym_getter] = STATE(3848), - [sym_setter] = STATE(3848), - [sym_object_declaration] = STATE(3848), - [sym__statement] = STATE(3848), - [sym_control_structure_body] = STATE(3880), - [sym__block] = STATE(3848), - [sym__loop_statement] = STATE(3848), - [sym_for_statement] = STATE(3848), - [sym_while_statement] = STATE(3848), - [sym_do_while_statement] = STATE(3848), - [sym_assignment] = STATE(3848), - [sym__expression] = STATE(2556), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(2871), - [sym_parenthesized_expression] = STATE(2871), - [sym_collection_literal] = STATE(2871), - [sym__literal_constant] = STATE(2871), - [sym_string_literal] = STATE(2871), - [sym_lambda_literal] = STATE(2871), - [sym_anonymous_function] = STATE(2871), - [sym__function_literal] = STATE(2871), - [sym_object_literal] = STATE(2871), - [sym_this_expression] = STATE(2871), - [sym_super_expression] = STATE(2871), - [sym_if_expression] = STATE(2871), - [sym_when_expression] = STATE(2871), - [sym_try_expression] = STATE(2871), - [sym_jump_expression] = STATE(2871), - [sym_callable_reference] = STATE(2871), - [sym__prefix_unary_operator] = STATE(1643), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7866), - [sym_modifiers] = STATE(7722), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(348), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3755), - [sym__return_at] = STATE(264), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(2871), - [sym_long_literal] = STATE(2871), - [sym_boolean_literal] = STATE(2871), - [sym_character_literal] = STATE(2871), - [sym__lexical_identifier] = STATE(3263), - [aux_sym__statement_repeat1] = STATE(818), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(537), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_as] = ACTIONS(205), - [anon_sym_typealias] = ACTIONS(541), - [anon_sym_class] = ACTIONS(1007), - [anon_sym_interface] = ACTIONS(1007), - [anon_sym_enum] = ACTIONS(1009), - [anon_sym_LBRACE] = ACTIONS(953), - [anon_sym_RBRACE] = ACTIONS(203), - [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_val] = ACTIONS(1011), - [anon_sym_var] = ACTIONS(1011), - [anon_sym_LT] = ACTIONS(205), - [anon_sym_GT] = ACTIONS(205), - [anon_sym_object] = ACTIONS(1013), - [anon_sym_fun] = ACTIONS(1015), - [anon_sym_DOT] = ACTIONS(205), - [anon_sym_SEMI] = ACTIONS(203), - [anon_sym_get] = ACTIONS(1017), - [anon_sym_set] = ACTIONS(1019), - [anon_sym_this] = ACTIONS(561), - [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1021), - [sym_label] = ACTIONS(1023), - [anon_sym_for] = ACTIONS(1025), - [anon_sym_in] = ACTIONS(205), - [anon_sym_while] = ACTIONS(1027), - [anon_sym_do] = ACTIONS(573), - [anon_sym_DOT_DOT] = ACTIONS(203), - [anon_sym_QMARK_COLON] = ACTIONS(203), - [anon_sym_AMP_AMP] = ACTIONS(203), - [anon_sym_PIPE_PIPE] = ACTIONS(203), - [anon_sym_null] = ACTIONS(973), - [anon_sym_if] = ACTIONS(755), - [anon_sym_else] = ACTIONS(205), - [anon_sym_when] = ACTIONS(579), - [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(757), - [anon_sym_return] = ACTIONS(759), - [anon_sym_continue] = ACTIONS(587), - [anon_sym_break] = ACTIONS(587), - [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_BANG_EQ] = ACTIONS(205), - [anon_sym_BANG_EQ_EQ] = ACTIONS(203), - [anon_sym_EQ_EQ] = ACTIONS(205), - [anon_sym_EQ_EQ_EQ] = ACTIONS(203), - [anon_sym_LT_EQ] = ACTIONS(203), - [anon_sym_GT_EQ] = ACTIONS(203), - [anon_sym_BANGin] = ACTIONS(203), - [anon_sym_is] = ACTIONS(205), - [anon_sym_BANGis] = ACTIONS(203), - [anon_sym_PLUS] = ACTIONS(1029), - [anon_sym_DASH] = ACTIONS(1029), - [anon_sym_SLASH] = ACTIONS(205), - [anon_sym_PERCENT] = ACTIONS(203), - [anon_sym_as_QMARK] = ACTIONS(203), - [anon_sym_PLUS_PLUS] = ACTIONS(1031), - [anon_sym_DASH_DASH] = ACTIONS(1031), - [anon_sym_BANG] = ACTIONS(1029), - [anon_sym_BANG_BANG] = ACTIONS(203), + [43] = { + [sym_type_alias] = STATE(4571), + [sym__declaration] = STATE(4571), + [sym_class_declaration] = STATE(4571), + [sym_function_declaration] = STATE(4571), + [sym_property_declaration] = STATE(4571), + [sym_getter] = STATE(4571), + [sym_setter] = STATE(4571), + [sym_object_declaration] = STATE(4571), + [sym__statement] = STATE(4571), + [sym_control_structure_body] = STATE(4592), + [sym__block] = STATE(4571), + [sym__loop_statement] = STATE(4571), + [sym_for_statement] = STATE(4571), + [sym_while_statement] = STATE(4571), + [sym_do_while_statement] = STATE(4571), + [sym_assignment] = STATE(4571), + [sym__expression] = STATE(4184), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4435), + [sym_parenthesized_expression] = STATE(4435), + [sym_collection_literal] = STATE(4435), + [sym__literal_constant] = STATE(4435), + [sym_string_literal] = STATE(4435), + [sym_lambda_literal] = STATE(4435), + [sym_anonymous_function] = STATE(4435), + [sym__function_literal] = STATE(4435), + [sym_object_literal] = STATE(4435), + [sym_this_expression] = STATE(4435), + [sym_super_expression] = STATE(4435), + [sym_if_expression] = STATE(4435), + [sym_when_expression] = STATE(4435), + [sym_try_expression] = STATE(4435), + [sym_jump_expression] = STATE(4435), + [sym_callable_reference] = STATE(4435), + [sym__prefix_unary_operator] = STATE(1903), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7894), + [sym_modifiers] = STATE(7638), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(351), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4608), + [sym__return_at] = STATE(310), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4435), + [sym_long_literal] = STATE(4435), + [sym_boolean_literal] = STATE(4435), + [sym_character_literal] = STATE(4435), + [sym__lexical_identifier] = STATE(4461), + [aux_sym__statement_repeat1] = STATE(822), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_as] = ACTIONS(201), + [anon_sym_typealias] = ACTIONS(207), + [anon_sym_class] = ACTIONS(1051), + [anon_sym_interface] = ACTIONS(1051), + [anon_sym_enum] = ACTIONS(1053), + [anon_sym_LBRACE] = ACTIONS(801), + [anon_sym_RBRACE] = ACTIONS(199), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_RPAREN] = ACTIONS(199), + [anon_sym_val] = ACTIONS(1055), + [anon_sym_var] = ACTIONS(1055), + [anon_sym_LT] = ACTIONS(201), + [anon_sym_GT] = ACTIONS(201), + [anon_sym_object] = ACTIONS(1057), + [anon_sym_fun] = ACTIONS(1059), + [anon_sym_DOT] = ACTIONS(201), + [anon_sym_SEMI] = ACTIONS(199), + [anon_sym_get] = ACTIONS(1061), + [anon_sym_set] = ACTIONS(1063), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(1065), + [sym_label] = ACTIONS(311), + [anon_sym_for] = ACTIONS(1067), + [anon_sym_in] = ACTIONS(201), + [anon_sym_while] = ACTIONS(1069), + [anon_sym_do] = ACTIONS(239), + [anon_sym_DOT_DOT] = ACTIONS(199), + [anon_sym_QMARK_COLON] = ACTIONS(199), + [anon_sym_AMP_AMP] = ACTIONS(199), + [anon_sym_PIPE_PIPE] = ACTIONS(199), + [anon_sym_null] = ACTIONS(319), + [anon_sym_if] = ACTIONS(321), + [anon_sym_else] = ACTIONS(201), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(323), + [anon_sym_return] = ACTIONS(325), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_BANG_EQ] = ACTIONS(201), + [anon_sym_BANG_EQ_EQ] = ACTIONS(199), + [anon_sym_EQ_EQ] = ACTIONS(201), + [anon_sym_EQ_EQ_EQ] = ACTIONS(199), + [anon_sym_LT_EQ] = ACTIONS(199), + [anon_sym_GT_EQ] = ACTIONS(199), + [anon_sym_BANGin] = ACTIONS(199), + [anon_sym_is] = ACTIONS(201), + [anon_sym_BANGis] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(327), + [anon_sym_DASH] = ACTIONS(327), + [anon_sym_SLASH] = ACTIONS(201), + [anon_sym_PERCENT] = ACTIONS(199), + [anon_sym_as_QMARK] = ACTIONS(199), + [anon_sym_PLUS_PLUS] = ACTIONS(329), + [anon_sym_DASH_DASH] = ACTIONS(329), + [anon_sym_BANG] = ACTIONS(327), + [anon_sym_BANG_BANG] = ACTIONS(199), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(595), - [anon_sym_inner] = ACTIONS(595), + [anon_sym_data] = ACTIONS(261), + [anon_sym_inner] = ACTIONS(261), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -31746,297 +32037,114 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(597), - [anon_sym_actual] = ACTIONS(597), + [anon_sym_expect] = ACTIONS(263), + [anon_sym_actual] = ACTIONS(263), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(599), - [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(979), - [sym_integer_literal] = ACTIONS(605), - [sym_hex_literal] = ACTIONS(607), - [sym_bin_literal] = ACTIONS(607), - [anon_sym_true] = ACTIONS(609), - [anon_sym_false] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(611), - [sym__backtick_identifier] = ACTIONS(613), - [sym__automatic_semicolon] = ACTIONS(203), - [sym_safe_nav] = ACTIONS(203), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(331), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), + [sym_safe_nav] = ACTIONS(199), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(615), - }, - [43] = { - [sym_type_alias] = STATE(1152), - [sym__declaration] = STATE(1152), - [sym_class_declaration] = STATE(1152), - [sym_function_declaration] = STATE(1152), - [sym_property_declaration] = STATE(1152), - [sym_getter] = STATE(1152), - [sym_setter] = STATE(1152), - [sym_object_declaration] = STATE(1152), - [sym__statement] = STATE(1152), - [sym_control_structure_body] = STATE(1121), - [sym__block] = STATE(1152), - [sym__loop_statement] = STATE(1152), - [sym_for_statement] = STATE(1152), - [sym_while_statement] = STATE(1152), - [sym_do_while_statement] = STATE(1152), - [sym_assignment] = STATE(1152), - [sym__expression] = STATE(532), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(781), - [sym_parenthesized_expression] = STATE(781), - [sym_collection_literal] = STATE(781), - [sym__literal_constant] = STATE(781), - [sym_string_literal] = STATE(781), - [sym_lambda_literal] = STATE(781), - [sym_anonymous_function] = STATE(781), - [sym__function_literal] = STATE(781), - [sym_object_literal] = STATE(781), - [sym_this_expression] = STATE(781), - [sym_super_expression] = STATE(781), - [sym_if_expression] = STATE(781), - [sym_when_expression] = STATE(781), - [sym_try_expression] = STATE(781), - [sym_jump_expression] = STATE(781), - [sym_callable_reference] = STATE(781), - [sym__prefix_unary_operator] = STATE(2238), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7886), - [sym_modifiers] = STATE(7702), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(339), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1054), - [sym__return_at] = STATE(263), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(781), - [sym_long_literal] = STATE(781), - [sym_boolean_literal] = STATE(781), - [sym_character_literal] = STATE(781), - [sym__lexical_identifier] = STATE(866), - [aux_sym__statement_repeat1] = STATE(826), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_as] = ACTIONS(205), - [anon_sym_typealias] = ACTIONS(417), - [anon_sym_class] = ACTIONS(1033), - [anon_sym_interface] = ACTIONS(1033), - [anon_sym_enum] = ACTIONS(1035), - [anon_sym_LBRACE] = ACTIONS(889), - [anon_sym_RBRACE] = ACTIONS(203), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_val] = ACTIONS(1037), - [anon_sym_var] = ACTIONS(1037), - [anon_sym_LT] = ACTIONS(205), - [anon_sym_GT] = ACTIONS(205), - [anon_sym_object] = ACTIONS(1039), - [anon_sym_fun] = ACTIONS(1041), - [anon_sym_DOT] = ACTIONS(205), - [anon_sym_SEMI] = ACTIONS(203), - [anon_sym_get] = ACTIONS(1043), - [anon_sym_set] = ACTIONS(1045), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1047), - [sym_label] = ACTIONS(1049), - [anon_sym_for] = ACTIONS(1051), - [anon_sym_in] = ACTIONS(205), - [anon_sym_while] = ACTIONS(1053), - [anon_sym_do] = ACTIONS(449), - [anon_sym_DOT_DOT] = ACTIONS(203), - [anon_sym_QMARK_COLON] = ACTIONS(203), - [anon_sym_AMP_AMP] = ACTIONS(203), - [anon_sym_PIPE_PIPE] = ACTIONS(203), - [anon_sym_null] = ACTIONS(909), - [anon_sym_if] = ACTIONS(787), - [anon_sym_else] = ACTIONS(205), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(789), - [anon_sym_return] = ACTIONS(791), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_BANG_EQ] = ACTIONS(205), - [anon_sym_BANG_EQ_EQ] = ACTIONS(203), - [anon_sym_EQ_EQ] = ACTIONS(205), - [anon_sym_EQ_EQ_EQ] = ACTIONS(203), - [anon_sym_LT_EQ] = ACTIONS(203), - [anon_sym_GT_EQ] = ACTIONS(203), - [anon_sym_BANGin] = ACTIONS(203), - [anon_sym_is] = ACTIONS(205), - [anon_sym_BANGis] = ACTIONS(203), - [anon_sym_PLUS] = ACTIONS(1055), - [anon_sym_DASH] = ACTIONS(1055), - [anon_sym_SLASH] = ACTIONS(205), - [anon_sym_PERCENT] = ACTIONS(203), - [anon_sym_as_QMARK] = ACTIONS(203), - [anon_sym_PLUS_PLUS] = ACTIONS(1057), - [anon_sym_DASH_DASH] = ACTIONS(1057), - [anon_sym_BANG] = ACTIONS(1055), - [anon_sym_BANG_BANG] = ACTIONS(203), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(471), - [anon_sym_inner] = ACTIONS(471), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(473), - [anon_sym_actual] = ACTIONS(473), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(915), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), - [sym__automatic_semicolon] = ACTIONS(203), - [sym_safe_nav] = ACTIONS(203), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), + [sym__string_start] = ACTIONS(283), }, [44] = { - [sym_type_alias] = STATE(1152), - [sym__declaration] = STATE(1152), - [sym_class_declaration] = STATE(1152), - [sym_function_declaration] = STATE(1152), - [sym_property_declaration] = STATE(1152), - [sym_getter] = STATE(1152), - [sym_setter] = STATE(1152), - [sym_object_declaration] = STATE(1152), - [sym__statement] = STATE(1152), - [sym_control_structure_body] = STATE(1160), - [sym__block] = STATE(1152), - [sym__loop_statement] = STATE(1152), - [sym_for_statement] = STATE(1152), - [sym_while_statement] = STATE(1152), - [sym_do_while_statement] = STATE(1152), - [sym_assignment] = STATE(1152), - [sym__expression] = STATE(532), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(781), - [sym_parenthesized_expression] = STATE(781), - [sym_collection_literal] = STATE(781), - [sym__literal_constant] = STATE(781), - [sym_string_literal] = STATE(781), - [sym_lambda_literal] = STATE(781), - [sym_anonymous_function] = STATE(781), - [sym__function_literal] = STATE(781), - [sym_object_literal] = STATE(781), - [sym_this_expression] = STATE(781), - [sym_super_expression] = STATE(781), - [sym_if_expression] = STATE(781), - [sym_when_expression] = STATE(781), - [sym_try_expression] = STATE(781), - [sym_jump_expression] = STATE(781), - [sym_callable_reference] = STATE(781), - [sym__prefix_unary_operator] = STATE(2238), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7886), - [sym_modifiers] = STATE(7702), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(339), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1054), - [sym__return_at] = STATE(263), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(781), - [sym_long_literal] = STATE(781), - [sym_boolean_literal] = STATE(781), - [sym_character_literal] = STATE(781), - [sym__lexical_identifier] = STATE(866), - [aux_sym__statement_repeat1] = STATE(826), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(413), + [sym_type_alias] = STATE(5052), + [sym__declaration] = STATE(5052), + [sym_class_declaration] = STATE(5052), + [sym_function_declaration] = STATE(5052), + [sym_property_declaration] = STATE(5052), + [sym_getter] = STATE(5052), + [sym_setter] = STATE(5052), + [sym_object_declaration] = STATE(5052), + [sym__statement] = STATE(5052), + [sym_control_structure_body] = STATE(5004), + [sym__block] = STATE(5052), + [sym__loop_statement] = STATE(5052), + [sym_for_statement] = STATE(5052), + [sym_while_statement] = STATE(5052), + [sym_do_while_statement] = STATE(5052), + [sym_assignment] = STATE(5052), + [sym__expression] = STATE(4196), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4470), + [sym_parenthesized_expression] = STATE(4470), + [sym_collection_literal] = STATE(4470), + [sym__literal_constant] = STATE(4470), + [sym_string_literal] = STATE(4470), + [sym_lambda_literal] = STATE(4470), + [sym_anonymous_function] = STATE(4470), + [sym__function_literal] = STATE(4470), + [sym_object_literal] = STATE(4470), + [sym_this_expression] = STATE(4470), + [sym_super_expression] = STATE(4470), + [sym_if_expression] = STATE(4470), + [sym_when_expression] = STATE(4470), + [sym_try_expression] = STATE(4470), + [sym_jump_expression] = STATE(4470), + [sym_callable_reference] = STATE(4470), + [sym__prefix_unary_operator] = STATE(1926), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7921), + [sym_modifiers] = STATE(7802), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(338), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4920), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4470), + [sym_long_literal] = STATE(4470), + [sym_boolean_literal] = STATE(4470), + [sym_character_literal] = STATE(4470), + [sym__lexical_identifier] = STATE(4566), + [aux_sym__statement_repeat1] = STATE(805), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), + [anon_sym_LBRACK] = ACTIONS(13), [anon_sym_as] = ACTIONS(119), - [anon_sym_typealias] = ACTIONS(417), + [anon_sym_typealias] = ACTIONS(413), [anon_sym_class] = ACTIONS(1033), [anon_sym_interface] = ACTIONS(1033), [anon_sym_enum] = ACTIONS(1035), - [anon_sym_LBRACE] = ACTIONS(889), + [anon_sym_LBRACE] = ACTIONS(925), [anon_sym_RBRACE] = ACTIONS(117), - [anon_sym_LPAREN] = ACTIONS(425), + [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_val] = ACTIONS(1037), [anon_sym_var] = ACTIONS(1037), [anon_sym_LT] = ACTIONS(119), @@ -32047,28 +32155,28 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_SEMI] = ACTIONS(117), [anon_sym_get] = ACTIONS(1043), [anon_sym_set] = ACTIONS(1045), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1047), - [sym_label] = ACTIONS(1049), - [anon_sym_for] = ACTIONS(1051), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(43), + [sym_label] = ACTIONS(45), + [anon_sym_for] = ACTIONS(1047), [anon_sym_in] = ACTIONS(119), - [anon_sym_while] = ACTIONS(1053), - [anon_sym_do] = ACTIONS(449), + [anon_sym_while] = ACTIONS(1049), + [anon_sym_do] = ACTIONS(439), [anon_sym_DOT_DOT] = ACTIONS(117), [anon_sym_QMARK_COLON] = ACTIONS(117), [anon_sym_AMP_AMP] = ACTIONS(117), [anon_sym_PIPE_PIPE] = ACTIONS(117), - [anon_sym_null] = ACTIONS(909), - [anon_sym_if] = ACTIONS(787), + [anon_sym_null] = ACTIONS(53), + [anon_sym_if] = ACTIONS(55), [anon_sym_else] = ACTIONS(119), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(789), - [anon_sym_return] = ACTIONS(791), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(61), + [anon_sym_return] = ACTIONS(63), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), [anon_sym_BANG_EQ] = ACTIONS(119), [anon_sym_BANG_EQ_EQ] = ACTIONS(117), [anon_sym_EQ_EQ] = ACTIONS(119), @@ -32078,20 +32186,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BANGin] = ACTIONS(117), [anon_sym_is] = ACTIONS(119), [anon_sym_BANGis] = ACTIONS(117), - [anon_sym_PLUS] = ACTIONS(1055), - [anon_sym_DASH] = ACTIONS(1055), + [anon_sym_PLUS] = ACTIONS(69), + [anon_sym_DASH] = ACTIONS(69), [anon_sym_SLASH] = ACTIONS(119), [anon_sym_PERCENT] = ACTIONS(117), [anon_sym_as_QMARK] = ACTIONS(117), - [anon_sym_PLUS_PLUS] = ACTIONS(1057), - [anon_sym_DASH_DASH] = ACTIONS(1057), - [anon_sym_BANG] = ACTIONS(1055), + [anon_sym_PLUS_PLUS] = ACTIONS(71), + [anon_sym_DASH_DASH] = ACTIONS(71), + [anon_sym_BANG] = ACTIONS(69), [anon_sym_BANG_BANG] = ACTIONS(117), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(471), - [anon_sym_inner] = ACTIONS(471), + [anon_sym_data] = ACTIONS(77), + [anon_sym_inner] = ACTIONS(77), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -32110,144 +32218,144 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(473), - [anon_sym_actual] = ACTIONS(473), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(915), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), + [anon_sym_expect] = ACTIONS(89), + [anon_sym_actual] = ACTIONS(89), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [sym_real_literal] = ACTIONS(97), + [sym_integer_literal] = ACTIONS(99), + [sym_hex_literal] = ACTIONS(101), + [sym_bin_literal] = ACTIONS(101), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SQUOTE] = ACTIONS(105), + [sym__backtick_identifier] = ACTIONS(107), [sym__automatic_semicolon] = ACTIONS(117), [sym_safe_nav] = ACTIONS(117), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), + [sym__string_start] = ACTIONS(109), }, [45] = { - [sym_type_alias] = STATE(3848), - [sym__declaration] = STATE(3848), - [sym_class_declaration] = STATE(3848), - [sym_function_declaration] = STATE(3848), - [sym_property_declaration] = STATE(3848), - [sym_getter] = STATE(3848), - [sym_setter] = STATE(3848), - [sym_object_declaration] = STATE(3848), - [sym__statement] = STATE(3848), - [sym_control_structure_body] = STATE(3779), - [sym__block] = STATE(3848), - [sym__loop_statement] = STATE(3848), - [sym_for_statement] = STATE(3848), - [sym_while_statement] = STATE(3848), - [sym_do_while_statement] = STATE(3848), - [sym_assignment] = STATE(3848), - [sym__expression] = STATE(2556), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(2871), - [sym_parenthesized_expression] = STATE(2871), - [sym_collection_literal] = STATE(2871), - [sym__literal_constant] = STATE(2871), - [sym_string_literal] = STATE(2871), - [sym_lambda_literal] = STATE(2871), - [sym_anonymous_function] = STATE(2871), - [sym__function_literal] = STATE(2871), - [sym_object_literal] = STATE(2871), - [sym_this_expression] = STATE(2871), - [sym_super_expression] = STATE(2871), - [sym_if_expression] = STATE(2871), - [sym_when_expression] = STATE(2871), - [sym_try_expression] = STATE(2871), - [sym_jump_expression] = STATE(2871), - [sym_callable_reference] = STATE(2871), - [sym__prefix_unary_operator] = STATE(1643), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7866), - [sym_modifiers] = STATE(7722), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(348), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3755), + [sym_type_alias] = STATE(1052), + [sym__declaration] = STATE(1052), + [sym_class_declaration] = STATE(1052), + [sym_function_declaration] = STATE(1052), + [sym_property_declaration] = STATE(1052), + [sym_getter] = STATE(1052), + [sym_setter] = STATE(1052), + [sym_object_declaration] = STATE(1052), + [sym__statement] = STATE(1052), + [sym_control_structure_body] = STATE(1151), + [sym__block] = STATE(1052), + [sym__loop_statement] = STATE(1052), + [sym_for_statement] = STATE(1052), + [sym_while_statement] = STATE(1052), + [sym_do_while_statement] = STATE(1052), + [sym_assignment] = STATE(1052), + [sym__expression] = STATE(522), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(777), + [sym_parenthesized_expression] = STATE(777), + [sym_collection_literal] = STATE(777), + [sym__literal_constant] = STATE(777), + [sym_string_literal] = STATE(777), + [sym_lambda_literal] = STATE(777), + [sym_anonymous_function] = STATE(777), + [sym__function_literal] = STATE(777), + [sym_object_literal] = STATE(777), + [sym_this_expression] = STATE(777), + [sym_super_expression] = STATE(777), + [sym_if_expression] = STATE(777), + [sym_when_expression] = STATE(777), + [sym_try_expression] = STATE(777), + [sym_jump_expression] = STATE(777), + [sym_callable_reference] = STATE(777), + [sym__prefix_unary_operator] = STATE(2117), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7933), + [sym_modifiers] = STATE(7721), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(332), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1103), [sym__return_at] = STATE(264), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(2871), - [sym_long_literal] = STATE(2871), - [sym_boolean_literal] = STATE(2871), - [sym_character_literal] = STATE(2871), - [sym__lexical_identifier] = STATE(3263), - [aux_sym__statement_repeat1] = STATE(818), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(777), + [sym_long_literal] = STATE(777), + [sym_boolean_literal] = STATE(777), + [sym_character_literal] = STATE(777), + [sym__lexical_identifier] = STATE(843), + [aux_sym__statement_repeat1] = STATE(806), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(537), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(539), [anon_sym_as] = ACTIONS(119), [anon_sym_typealias] = ACTIONS(541), - [anon_sym_class] = ACTIONS(1007), - [anon_sym_interface] = ACTIONS(1007), - [anon_sym_enum] = ACTIONS(1009), - [anon_sym_LBRACE] = ACTIONS(953), + [anon_sym_class] = ACTIONS(981), + [anon_sym_interface] = ACTIONS(981), + [anon_sym_enum] = ACTIONS(983), + [anon_sym_LBRACE] = ACTIONS(893), [anon_sym_RBRACE] = ACTIONS(117), [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_val] = ACTIONS(1011), - [anon_sym_var] = ACTIONS(1011), + [anon_sym_val] = ACTIONS(985), + [anon_sym_var] = ACTIONS(985), [anon_sym_LT] = ACTIONS(119), [anon_sym_GT] = ACTIONS(119), - [anon_sym_object] = ACTIONS(1013), - [anon_sym_fun] = ACTIONS(1015), + [anon_sym_object] = ACTIONS(987), + [anon_sym_fun] = ACTIONS(989), [anon_sym_DOT] = ACTIONS(119), [anon_sym_SEMI] = ACTIONS(117), - [anon_sym_get] = ACTIONS(1017), - [anon_sym_set] = ACTIONS(1019), + [anon_sym_get] = ACTIONS(991), + [anon_sym_set] = ACTIONS(993), [anon_sym_this] = ACTIONS(561), [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1021), - [sym_label] = ACTIONS(1023), - [anon_sym_for] = ACTIONS(1025), + [anon_sym_STAR] = ACTIONS(995), + [sym_label] = ACTIONS(997), + [anon_sym_for] = ACTIONS(999), [anon_sym_in] = ACTIONS(119), - [anon_sym_while] = ACTIONS(1027), + [anon_sym_while] = ACTIONS(1001), [anon_sym_do] = ACTIONS(573), [anon_sym_DOT_DOT] = ACTIONS(117), [anon_sym_QMARK_COLON] = ACTIONS(117), [anon_sym_AMP_AMP] = ACTIONS(117), [anon_sym_PIPE_PIPE] = ACTIONS(117), - [anon_sym_null] = ACTIONS(973), - [anon_sym_if] = ACTIONS(755), + [anon_sym_null] = ACTIONS(913), + [anon_sym_if] = ACTIONS(639), [anon_sym_else] = ACTIONS(119), [anon_sym_when] = ACTIONS(579), [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(757), - [anon_sym_return] = ACTIONS(759), + [anon_sym_throw] = ACTIONS(641), + [anon_sym_return] = ACTIONS(643), [anon_sym_continue] = ACTIONS(587), [anon_sym_break] = ACTIONS(587), [anon_sym_COLON_COLON] = ACTIONS(589), @@ -32260,14 +32368,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BANGin] = ACTIONS(117), [anon_sym_is] = ACTIONS(119), [anon_sym_BANGis] = ACTIONS(117), - [anon_sym_PLUS] = ACTIONS(1029), - [anon_sym_DASH] = ACTIONS(1029), + [anon_sym_PLUS] = ACTIONS(1003), + [anon_sym_DASH] = ACTIONS(1003), [anon_sym_SLASH] = ACTIONS(119), [anon_sym_PERCENT] = ACTIONS(117), [anon_sym_as_QMARK] = ACTIONS(117), - [anon_sym_PLUS_PLUS] = ACTIONS(1031), - [anon_sym_DASH_DASH] = ACTIONS(1031), - [anon_sym_BANG] = ACTIONS(1029), + [anon_sym_PLUS_PLUS] = ACTIONS(1005), + [anon_sym_DASH_DASH] = ACTIONS(1005), + [anon_sym_BANG] = ACTIONS(1003), [anon_sym_BANG_BANG] = ACTIONS(117), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), @@ -32295,10 +32403,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(597), [anon_sym_actual] = ACTIONS(597), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), + [anon_sym_return_AT] = ACTIONS(517), [anon_sym_continue_AT] = ACTIONS(599), [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(979), + [sym_real_literal] = ACTIONS(919), [sym_integer_literal] = ACTIONS(605), [sym_hex_literal] = ACTIONS(607), [sym_bin_literal] = ACTIONS(607), @@ -32312,127 +32420,128 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(615), }, [46] = { - [sym_type_alias] = STATE(4921), - [sym__declaration] = STATE(4921), - [sym_class_declaration] = STATE(4921), - [sym_function_declaration] = STATE(4921), - [sym_property_declaration] = STATE(4921), - [sym_getter] = STATE(4921), - [sym_setter] = STATE(4921), - [sym_object_declaration] = STATE(4921), - [sym__statement] = STATE(4921), - [sym_control_structure_body] = STATE(4961), - [sym__block] = STATE(4921), - [sym__loop_statement] = STATE(4921), - [sym_for_statement] = STATE(4921), - [sym_while_statement] = STATE(4921), - [sym_do_while_statement] = STATE(4921), - [sym_assignment] = STATE(4921), - [sym__expression] = STATE(4204), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4455), - [sym_parenthesized_expression] = STATE(4455), - [sym_collection_literal] = STATE(4455), - [sym__literal_constant] = STATE(4455), - [sym_string_literal] = STATE(4455), - [sym_lambda_literal] = STATE(4455), - [sym_anonymous_function] = STATE(4455), - [sym__function_literal] = STATE(4455), - [sym_object_literal] = STATE(4455), - [sym_this_expression] = STATE(4455), - [sym_super_expression] = STATE(4455), - [sym_if_expression] = STATE(4455), - [sym_when_expression] = STATE(4455), - [sym_try_expression] = STATE(4455), - [sym_jump_expression] = STATE(4455), - [sym_callable_reference] = STATE(4455), - [sym__prefix_unary_operator] = STATE(1637), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7901), - [sym_modifiers] = STATE(7829), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(338), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4990), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4455), - [sym_long_literal] = STATE(4455), - [sym_boolean_literal] = STATE(4455), - [sym_character_literal] = STATE(4455), - [sym__lexical_identifier] = STATE(4529), - [aux_sym__statement_repeat1] = STATE(805), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(13), + [sym_type_alias] = STATE(4571), + [sym__declaration] = STATE(4571), + [sym_class_declaration] = STATE(4571), + [sym_function_declaration] = STATE(4571), + [sym_property_declaration] = STATE(4571), + [sym_getter] = STATE(4571), + [sym_setter] = STATE(4571), + [sym_object_declaration] = STATE(4571), + [sym__statement] = STATE(4571), + [sym_control_structure_body] = STATE(4650), + [sym__block] = STATE(4571), + [sym__loop_statement] = STATE(4571), + [sym_for_statement] = STATE(4571), + [sym_while_statement] = STATE(4571), + [sym_do_while_statement] = STATE(4571), + [sym_assignment] = STATE(4571), + [sym__expression] = STATE(4184), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4435), + [sym_parenthesized_expression] = STATE(4435), + [sym_collection_literal] = STATE(4435), + [sym__literal_constant] = STATE(4435), + [sym_string_literal] = STATE(4435), + [sym_lambda_literal] = STATE(4435), + [sym_anonymous_function] = STATE(4435), + [sym__function_literal] = STATE(4435), + [sym_object_literal] = STATE(4435), + [sym_this_expression] = STATE(4435), + [sym_super_expression] = STATE(4435), + [sym_if_expression] = STATE(4435), + [sym_when_expression] = STATE(4435), + [sym_try_expression] = STATE(4435), + [sym_jump_expression] = STATE(4435), + [sym_callable_reference] = STATE(4435), + [sym__prefix_unary_operator] = STATE(1903), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7894), + [sym_modifiers] = STATE(7638), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(351), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4608), + [sym__return_at] = STATE(310), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4435), + [sym_long_literal] = STATE(4435), + [sym_boolean_literal] = STATE(4435), + [sym_character_literal] = STATE(4435), + [sym__lexical_identifier] = STATE(4461), + [aux_sym__statement_repeat1] = STATE(822), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_as] = ACTIONS(119), - [anon_sym_typealias] = ACTIONS(495), - [anon_sym_class] = ACTIONS(1059), - [anon_sym_interface] = ACTIONS(1059), - [anon_sym_enum] = ACTIONS(1061), - [anon_sym_LBRACE] = ACTIONS(861), + [anon_sym_typealias] = ACTIONS(207), + [anon_sym_class] = ACTIONS(1051), + [anon_sym_interface] = ACTIONS(1051), + [anon_sym_enum] = ACTIONS(1053), + [anon_sym_LBRACE] = ACTIONS(801), [anon_sym_RBRACE] = ACTIONS(117), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_val] = ACTIONS(1063), - [anon_sym_var] = ACTIONS(1063), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_RPAREN] = ACTIONS(117), + [anon_sym_val] = ACTIONS(1055), + [anon_sym_var] = ACTIONS(1055), [anon_sym_LT] = ACTIONS(119), [anon_sym_GT] = ACTIONS(119), - [anon_sym_object] = ACTIONS(1065), - [anon_sym_fun] = ACTIONS(1067), + [anon_sym_object] = ACTIONS(1057), + [anon_sym_fun] = ACTIONS(1059), [anon_sym_DOT] = ACTIONS(119), [anon_sym_SEMI] = ACTIONS(117), - [anon_sym_get] = ACTIONS(1069), - [anon_sym_set] = ACTIONS(1071), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(43), - [sym_label] = ACTIONS(45), - [anon_sym_for] = ACTIONS(1073), + [anon_sym_get] = ACTIONS(1061), + [anon_sym_set] = ACTIONS(1063), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(1065), + [sym_label] = ACTIONS(311), + [anon_sym_for] = ACTIONS(1067), [anon_sym_in] = ACTIONS(119), - [anon_sym_while] = ACTIONS(1075), - [anon_sym_do] = ACTIONS(521), + [anon_sym_while] = ACTIONS(1069), + [anon_sym_do] = ACTIONS(239), [anon_sym_DOT_DOT] = ACTIONS(117), [anon_sym_QMARK_COLON] = ACTIONS(117), [anon_sym_AMP_AMP] = ACTIONS(117), [anon_sym_PIPE_PIPE] = ACTIONS(117), - [anon_sym_null] = ACTIONS(53), - [anon_sym_if] = ACTIONS(55), + [anon_sym_null] = ACTIONS(319), + [anon_sym_if] = ACTIONS(321), [anon_sym_else] = ACTIONS(119), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(61), - [anon_sym_return] = ACTIONS(63), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(323), + [anon_sym_return] = ACTIONS(325), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), [anon_sym_BANG_EQ] = ACTIONS(119), [anon_sym_BANG_EQ_EQ] = ACTIONS(117), [anon_sym_EQ_EQ] = ACTIONS(119), @@ -32442,20 +32551,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BANGin] = ACTIONS(117), [anon_sym_is] = ACTIONS(119), [anon_sym_BANGis] = ACTIONS(117), - [anon_sym_PLUS] = ACTIONS(69), - [anon_sym_DASH] = ACTIONS(69), + [anon_sym_PLUS] = ACTIONS(327), + [anon_sym_DASH] = ACTIONS(327), [anon_sym_SLASH] = ACTIONS(119), [anon_sym_PERCENT] = ACTIONS(117), [anon_sym_as_QMARK] = ACTIONS(117), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_BANG] = ACTIONS(69), + [anon_sym_PLUS_PLUS] = ACTIONS(329), + [anon_sym_DASH_DASH] = ACTIONS(329), + [anon_sym_BANG] = ACTIONS(327), [anon_sym_BANG_BANG] = ACTIONS(117), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(77), - [anon_sym_inner] = ACTIONS(77), + [anon_sym_data] = ACTIONS(261), + [anon_sym_inner] = ACTIONS(261), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -32474,170 +32583,170 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(89), - [anon_sym_actual] = ACTIONS(89), + [anon_sym_expect] = ACTIONS(263), + [anon_sym_actual] = ACTIONS(263), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(97), - [sym_integer_literal] = ACTIONS(99), - [sym_hex_literal] = ACTIONS(101), - [sym_bin_literal] = ACTIONS(101), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [anon_sym_SQUOTE] = ACTIONS(105), - [sym__backtick_identifier] = ACTIONS(107), - [sym__automatic_semicolon] = ACTIONS(117), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(331), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), [sym_safe_nav] = ACTIONS(117), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(109), + [sym__string_start] = ACTIONS(283), }, [47] = { - [sym_type_alias] = STATE(4921), - [sym__declaration] = STATE(4921), - [sym_class_declaration] = STATE(4921), - [sym_function_declaration] = STATE(4921), - [sym_property_declaration] = STATE(4921), - [sym_getter] = STATE(4921), - [sym_setter] = STATE(4921), - [sym_object_declaration] = STATE(4921), - [sym__statement] = STATE(4921), - [sym_control_structure_body] = STATE(4996), - [sym__block] = STATE(4921), - [sym__loop_statement] = STATE(4921), - [sym_for_statement] = STATE(4921), - [sym_while_statement] = STATE(4921), - [sym_do_while_statement] = STATE(4921), - [sym_assignment] = STATE(4921), - [sym__expression] = STATE(4204), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4455), - [sym_parenthesized_expression] = STATE(4455), - [sym_collection_literal] = STATE(4455), - [sym__literal_constant] = STATE(4455), - [sym_string_literal] = STATE(4455), - [sym_lambda_literal] = STATE(4455), - [sym_anonymous_function] = STATE(4455), - [sym__function_literal] = STATE(4455), - [sym_object_literal] = STATE(4455), - [sym_this_expression] = STATE(4455), - [sym_super_expression] = STATE(4455), - [sym_if_expression] = STATE(4455), - [sym_when_expression] = STATE(4455), - [sym_try_expression] = STATE(4455), - [sym_jump_expression] = STATE(4455), - [sym_callable_reference] = STATE(4455), - [sym__prefix_unary_operator] = STATE(1637), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7901), - [sym_modifiers] = STATE(7829), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(338), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4990), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4455), - [sym_long_literal] = STATE(4455), - [sym_boolean_literal] = STATE(4455), - [sym_character_literal] = STATE(4455), - [sym__lexical_identifier] = STATE(4529), - [aux_sym__statement_repeat1] = STATE(805), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(7), + [sym_type_alias] = STATE(3371), + [sym__declaration] = STATE(3371), + [sym_class_declaration] = STATE(3371), + [sym_function_declaration] = STATE(3371), + [sym_property_declaration] = STATE(3371), + [sym_getter] = STATE(3371), + [sym_setter] = STATE(3371), + [sym_object_declaration] = STATE(3371), + [sym__statement] = STATE(3371), + [sym_control_structure_body] = STATE(3204), + [sym__block] = STATE(3371), + [sym__loop_statement] = STATE(3371), + [sym_for_statement] = STATE(3371), + [sym_while_statement] = STATE(3371), + [sym_do_while_statement] = STATE(3371), + [sym_assignment] = STATE(3371), + [sym__expression] = STATE(2436), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(2727), + [sym_parenthesized_expression] = STATE(2727), + [sym_collection_literal] = STATE(2727), + [sym__literal_constant] = STATE(2727), + [sym_string_literal] = STATE(2727), + [sym_lambda_literal] = STATE(2727), + [sym_anonymous_function] = STATE(2727), + [sym__function_literal] = STATE(2727), + [sym_object_literal] = STATE(2727), + [sym_this_expression] = STATE(2727), + [sym_super_expression] = STATE(2727), + [sym_if_expression] = STATE(2727), + [sym_when_expression] = STATE(2727), + [sym_try_expression] = STATE(2727), + [sym_jump_expression] = STATE(2727), + [sym_callable_reference] = STATE(2727), + [sym__prefix_unary_operator] = STATE(1711), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7906), + [sym_modifiers] = STATE(7818), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(340), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3410), + [sym__return_at] = STATE(262), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(2727), + [sym_long_literal] = STATE(2727), + [sym_boolean_literal] = STATE(2727), + [sym_character_literal] = STATE(2727), + [sym__lexical_identifier] = STATE(2858), + [aux_sym__statement_repeat1] = STATE(808), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(111), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_as] = ACTIONS(205), - [anon_sym_typealias] = ACTIONS(495), - [anon_sym_class] = ACTIONS(1059), - [anon_sym_interface] = ACTIONS(1059), - [anon_sym_enum] = ACTIONS(1061), - [anon_sym_LBRACE] = ACTIONS(861), - [anon_sym_RBRACE] = ACTIONS(203), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_val] = ACTIONS(1063), - [anon_sym_var] = ACTIONS(1063), - [anon_sym_LT] = ACTIONS(205), - [anon_sym_GT] = ACTIONS(205), - [anon_sym_object] = ACTIONS(1065), - [anon_sym_fun] = ACTIONS(1067), - [anon_sym_DOT] = ACTIONS(205), - [anon_sym_SEMI] = ACTIONS(203), - [anon_sym_get] = ACTIONS(1069), - [anon_sym_set] = ACTIONS(1071), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(43), - [sym_label] = ACTIONS(45), - [anon_sym_for] = ACTIONS(1073), - [anon_sym_in] = ACTIONS(205), - [anon_sym_while] = ACTIONS(1075), - [anon_sym_do] = ACTIONS(521), - [anon_sym_DOT_DOT] = ACTIONS(203), - [anon_sym_QMARK_COLON] = ACTIONS(203), - [anon_sym_AMP_AMP] = ACTIONS(203), - [anon_sym_PIPE_PIPE] = ACTIONS(203), - [anon_sym_null] = ACTIONS(53), - [anon_sym_if] = ACTIONS(55), - [anon_sym_else] = ACTIONS(205), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(61), - [anon_sym_return] = ACTIONS(63), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_BANG_EQ] = ACTIONS(205), - [anon_sym_BANG_EQ_EQ] = ACTIONS(203), - [anon_sym_EQ_EQ] = ACTIONS(205), - [anon_sym_EQ_EQ_EQ] = ACTIONS(203), - [anon_sym_LT_EQ] = ACTIONS(203), - [anon_sym_GT_EQ] = ACTIONS(203), - [anon_sym_BANGin] = ACTIONS(203), - [anon_sym_is] = ACTIONS(205), - [anon_sym_BANGis] = ACTIONS(203), - [anon_sym_PLUS] = ACTIONS(69), - [anon_sym_DASH] = ACTIONS(69), - [anon_sym_SLASH] = ACTIONS(205), - [anon_sym_PERCENT] = ACTIONS(203), - [anon_sym_as_QMARK] = ACTIONS(203), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_BANG] = ACTIONS(69), - [anon_sym_BANG_BANG] = ACTIONS(203), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_as] = ACTIONS(201), + [anon_sym_typealias] = ACTIONS(121), + [anon_sym_class] = ACTIONS(1071), + [anon_sym_interface] = ACTIONS(1071), + [anon_sym_enum] = ACTIONS(1073), + [anon_sym_LBRACE] = ACTIONS(829), + [anon_sym_RBRACE] = ACTIONS(199), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_RPAREN] = ACTIONS(199), + [anon_sym_val] = ACTIONS(1075), + [anon_sym_var] = ACTIONS(1075), + [anon_sym_LT] = ACTIONS(201), + [anon_sym_GT] = ACTIONS(201), + [anon_sym_object] = ACTIONS(1077), + [anon_sym_fun] = ACTIONS(1079), + [anon_sym_DOT] = ACTIONS(201), + [anon_sym_SEMI] = ACTIONS(199), + [anon_sym_get] = ACTIONS(1081), + [anon_sym_set] = ACTIONS(1083), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(1085), + [sym_label] = ACTIONS(1087), + [anon_sym_for] = ACTIONS(1089), + [anon_sym_in] = ACTIONS(201), + [anon_sym_while] = ACTIONS(1091), + [anon_sym_do] = ACTIONS(153), + [anon_sym_DOT_DOT] = ACTIONS(199), + [anon_sym_QMARK_COLON] = ACTIONS(199), + [anon_sym_AMP_AMP] = ACTIONS(199), + [anon_sym_PIPE_PIPE] = ACTIONS(199), + [anon_sym_null] = ACTIONS(849), + [anon_sym_if] = ACTIONS(671), + [anon_sym_else] = ACTIONS(201), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(673), + [anon_sym_return] = ACTIONS(675), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_BANG_EQ] = ACTIONS(201), + [anon_sym_BANG_EQ_EQ] = ACTIONS(199), + [anon_sym_EQ_EQ] = ACTIONS(201), + [anon_sym_EQ_EQ_EQ] = ACTIONS(199), + [anon_sym_LT_EQ] = ACTIONS(199), + [anon_sym_GT_EQ] = ACTIONS(199), + [anon_sym_BANGin] = ACTIONS(199), + [anon_sym_is] = ACTIONS(201), + [anon_sym_BANGis] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(1093), + [anon_sym_DASH] = ACTIONS(1093), + [anon_sym_SLASH] = ACTIONS(201), + [anon_sym_PERCENT] = ACTIONS(199), + [anon_sym_as_QMARK] = ACTIONS(199), + [anon_sym_PLUS_PLUS] = ACTIONS(1095), + [anon_sym_DASH_DASH] = ACTIONS(1095), + [anon_sym_BANG] = ACTIONS(1093), + [anon_sym_BANG_BANG] = ACTIONS(199), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(77), - [anon_sym_inner] = ACTIONS(77), + [anon_sym_data] = ACTIONS(175), + [anon_sym_inner] = ACTIONS(175), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -32656,330 +32765,147 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(89), - [anon_sym_actual] = ACTIONS(89), + [anon_sym_expect] = ACTIONS(177), + [anon_sym_actual] = ACTIONS(177), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(97), - [sym_integer_literal] = ACTIONS(99), - [sym_hex_literal] = ACTIONS(101), - [sym_bin_literal] = ACTIONS(101), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [anon_sym_SQUOTE] = ACTIONS(105), - [sym__backtick_identifier] = ACTIONS(107), - [sym__automatic_semicolon] = ACTIONS(203), - [sym_safe_nav] = ACTIONS(203), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(855), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), + [sym_safe_nav] = ACTIONS(199), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(109), + [sym__string_start] = ACTIONS(197), }, [48] = { - [sym_type_alias] = STATE(4620), - [sym__declaration] = STATE(4620), - [sym_class_declaration] = STATE(4620), - [sym_function_declaration] = STATE(4620), - [sym_property_declaration] = STATE(4620), - [sym_getter] = STATE(4620), - [sym_setter] = STATE(4620), - [sym_object_declaration] = STATE(4620), - [sym__statement] = STATE(4620), - [sym_control_structure_body] = STATE(4700), - [sym__block] = STATE(4620), - [sym__loop_statement] = STATE(4620), - [sym_for_statement] = STATE(4620), - [sym_while_statement] = STATE(4620), - [sym_do_while_statement] = STATE(4620), - [sym_assignment] = STATE(4620), - [sym__expression] = STATE(4166), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4428), - [sym_parenthesized_expression] = STATE(4428), - [sym_collection_literal] = STATE(4428), - [sym__literal_constant] = STATE(4428), - [sym_string_literal] = STATE(4428), - [sym_lambda_literal] = STATE(4428), - [sym_anonymous_function] = STATE(4428), - [sym__function_literal] = STATE(4428), - [sym_object_literal] = STATE(4428), - [sym_this_expression] = STATE(4428), - [sym_super_expression] = STATE(4428), - [sym_if_expression] = STATE(4428), - [sym_when_expression] = STATE(4428), - [sym_try_expression] = STATE(4428), - [sym_jump_expression] = STATE(4428), - [sym_callable_reference] = STATE(4428), - [sym__prefix_unary_operator] = STATE(2049), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7865), - [sym_modifiers] = STATE(7643), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(342), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4561), - [sym__return_at] = STATE(310), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4428), - [sym_long_literal] = STATE(4428), - [sym_boolean_literal] = STATE(4428), - [sym_character_literal] = STATE(4428), - [sym__lexical_identifier] = STATE(4440), - [aux_sym__statement_repeat1] = STATE(814), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_as] = ACTIONS(205), - [anon_sym_typealias] = ACTIONS(207), - [anon_sym_class] = ACTIONS(1077), - [anon_sym_interface] = ACTIONS(1077), - [anon_sym_enum] = ACTIONS(1079), - [anon_sym_LBRACE] = ACTIONS(833), - [anon_sym_RBRACE] = ACTIONS(203), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_RPAREN] = ACTIONS(203), - [anon_sym_val] = ACTIONS(1081), - [anon_sym_var] = ACTIONS(1081), - [anon_sym_LT] = ACTIONS(205), - [anon_sym_GT] = ACTIONS(205), - [anon_sym_object] = ACTIONS(1083), - [anon_sym_fun] = ACTIONS(1085), - [anon_sym_DOT] = ACTIONS(205), - [anon_sym_SEMI] = ACTIONS(203), - [anon_sym_get] = ACTIONS(1087), - [anon_sym_set] = ACTIONS(1089), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), - [sym_label] = ACTIONS(311), - [anon_sym_for] = ACTIONS(1093), - [anon_sym_in] = ACTIONS(205), - [anon_sym_while] = ACTIONS(1095), - [anon_sym_do] = ACTIONS(239), - [anon_sym_DOT_DOT] = ACTIONS(203), - [anon_sym_QMARK_COLON] = ACTIONS(203), - [anon_sym_AMP_AMP] = ACTIONS(203), - [anon_sym_PIPE_PIPE] = ACTIONS(203), - [anon_sym_null] = ACTIONS(319), - [anon_sym_if] = ACTIONS(321), - [anon_sym_else] = ACTIONS(205), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(323), - [anon_sym_return] = ACTIONS(325), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_BANG_EQ] = ACTIONS(205), - [anon_sym_BANG_EQ_EQ] = ACTIONS(203), - [anon_sym_EQ_EQ] = ACTIONS(205), - [anon_sym_EQ_EQ_EQ] = ACTIONS(203), - [anon_sym_LT_EQ] = ACTIONS(203), - [anon_sym_GT_EQ] = ACTIONS(203), - [anon_sym_BANGin] = ACTIONS(203), - [anon_sym_is] = ACTIONS(205), - [anon_sym_BANGis] = ACTIONS(203), - [anon_sym_PLUS] = ACTIONS(327), - [anon_sym_DASH] = ACTIONS(327), - [anon_sym_SLASH] = ACTIONS(205), - [anon_sym_PERCENT] = ACTIONS(203), - [anon_sym_as_QMARK] = ACTIONS(203), - [anon_sym_PLUS_PLUS] = ACTIONS(329), - [anon_sym_DASH_DASH] = ACTIONS(329), - [anon_sym_BANG] = ACTIONS(327), - [anon_sym_BANG_BANG] = ACTIONS(203), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(261), - [anon_sym_inner] = ACTIONS(261), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(263), - [anon_sym_actual] = ACTIONS(263), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(331), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), - [sym_safe_nav] = ACTIONS(203), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), - }, - [49] = { - [sym_type_alias] = STATE(4620), - [sym__declaration] = STATE(4620), - [sym_class_declaration] = STATE(4620), - [sym_function_declaration] = STATE(4620), - [sym_property_declaration] = STATE(4620), - [sym_getter] = STATE(4620), - [sym_setter] = STATE(4620), - [sym_object_declaration] = STATE(4620), - [sym__statement] = STATE(4620), - [sym_control_structure_body] = STATE(4627), - [sym__block] = STATE(4620), - [sym__loop_statement] = STATE(4620), - [sym_for_statement] = STATE(4620), - [sym_while_statement] = STATE(4620), - [sym_do_while_statement] = STATE(4620), - [sym_assignment] = STATE(4620), - [sym__expression] = STATE(4166), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4428), - [sym_parenthesized_expression] = STATE(4428), - [sym_collection_literal] = STATE(4428), - [sym__literal_constant] = STATE(4428), - [sym_string_literal] = STATE(4428), - [sym_lambda_literal] = STATE(4428), - [sym_anonymous_function] = STATE(4428), - [sym__function_literal] = STATE(4428), - [sym_object_literal] = STATE(4428), - [sym_this_expression] = STATE(4428), - [sym_super_expression] = STATE(4428), - [sym_if_expression] = STATE(4428), - [sym_when_expression] = STATE(4428), - [sym_try_expression] = STATE(4428), - [sym_jump_expression] = STATE(4428), - [sym_callable_reference] = STATE(4428), - [sym__prefix_unary_operator] = STATE(2049), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7865), - [sym_modifiers] = STATE(7643), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(342), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4561), - [sym__return_at] = STATE(310), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4428), - [sym_long_literal] = STATE(4428), - [sym_boolean_literal] = STATE(4428), - [sym_character_literal] = STATE(4428), - [sym__lexical_identifier] = STATE(4440), - [aux_sym__statement_repeat1] = STATE(814), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym_type_alias] = STATE(3371), + [sym__declaration] = STATE(3371), + [sym_class_declaration] = STATE(3371), + [sym_function_declaration] = STATE(3371), + [sym_property_declaration] = STATE(3371), + [sym_getter] = STATE(3371), + [sym_setter] = STATE(3371), + [sym_object_declaration] = STATE(3371), + [sym__statement] = STATE(3371), + [sym_control_structure_body] = STATE(3130), + [sym__block] = STATE(3371), + [sym__loop_statement] = STATE(3371), + [sym_for_statement] = STATE(3371), + [sym_while_statement] = STATE(3371), + [sym_do_while_statement] = STATE(3371), + [sym_assignment] = STATE(3371), + [sym__expression] = STATE(2436), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(2727), + [sym_parenthesized_expression] = STATE(2727), + [sym_collection_literal] = STATE(2727), + [sym__literal_constant] = STATE(2727), + [sym_string_literal] = STATE(2727), + [sym_lambda_literal] = STATE(2727), + [sym_anonymous_function] = STATE(2727), + [sym__function_literal] = STATE(2727), + [sym_object_literal] = STATE(2727), + [sym_this_expression] = STATE(2727), + [sym_super_expression] = STATE(2727), + [sym_if_expression] = STATE(2727), + [sym_when_expression] = STATE(2727), + [sym_try_expression] = STATE(2727), + [sym_jump_expression] = STATE(2727), + [sym_callable_reference] = STATE(2727), + [sym__prefix_unary_operator] = STATE(1711), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7906), + [sym_modifiers] = STATE(7818), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(340), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3410), + [sym__return_at] = STATE(262), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(2727), + [sym_long_literal] = STATE(2727), + [sym_boolean_literal] = STATE(2727), + [sym_character_literal] = STATE(2727), + [sym__lexical_identifier] = STATE(2858), + [aux_sym__statement_repeat1] = STATE(808), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(111), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(115), [anon_sym_as] = ACTIONS(119), - [anon_sym_typealias] = ACTIONS(207), - [anon_sym_class] = ACTIONS(1077), - [anon_sym_interface] = ACTIONS(1077), - [anon_sym_enum] = ACTIONS(1079), - [anon_sym_LBRACE] = ACTIONS(833), + [anon_sym_typealias] = ACTIONS(121), + [anon_sym_class] = ACTIONS(1071), + [anon_sym_interface] = ACTIONS(1071), + [anon_sym_enum] = ACTIONS(1073), + [anon_sym_LBRACE] = ACTIONS(829), [anon_sym_RBRACE] = ACTIONS(117), - [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_LPAREN] = ACTIONS(129), [anon_sym_RPAREN] = ACTIONS(117), - [anon_sym_val] = ACTIONS(1081), - [anon_sym_var] = ACTIONS(1081), + [anon_sym_val] = ACTIONS(1075), + [anon_sym_var] = ACTIONS(1075), [anon_sym_LT] = ACTIONS(119), [anon_sym_GT] = ACTIONS(119), - [anon_sym_object] = ACTIONS(1083), - [anon_sym_fun] = ACTIONS(1085), + [anon_sym_object] = ACTIONS(1077), + [anon_sym_fun] = ACTIONS(1079), [anon_sym_DOT] = ACTIONS(119), [anon_sym_SEMI] = ACTIONS(117), - [anon_sym_get] = ACTIONS(1087), - [anon_sym_set] = ACTIONS(1089), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), - [sym_label] = ACTIONS(311), - [anon_sym_for] = ACTIONS(1093), + [anon_sym_get] = ACTIONS(1081), + [anon_sym_set] = ACTIONS(1083), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(1085), + [sym_label] = ACTIONS(1087), + [anon_sym_for] = ACTIONS(1089), [anon_sym_in] = ACTIONS(119), - [anon_sym_while] = ACTIONS(1095), - [anon_sym_do] = ACTIONS(239), + [anon_sym_while] = ACTIONS(1091), + [anon_sym_do] = ACTIONS(153), [anon_sym_DOT_DOT] = ACTIONS(117), [anon_sym_QMARK_COLON] = ACTIONS(117), [anon_sym_AMP_AMP] = ACTIONS(117), [anon_sym_PIPE_PIPE] = ACTIONS(117), - [anon_sym_null] = ACTIONS(319), - [anon_sym_if] = ACTIONS(321), + [anon_sym_null] = ACTIONS(849), + [anon_sym_if] = ACTIONS(671), [anon_sym_else] = ACTIONS(119), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(323), - [anon_sym_return] = ACTIONS(325), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(673), + [anon_sym_return] = ACTIONS(675), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), [anon_sym_BANG_EQ] = ACTIONS(119), [anon_sym_BANG_EQ_EQ] = ACTIONS(117), [anon_sym_EQ_EQ] = ACTIONS(119), @@ -32989,20 +32915,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BANGin] = ACTIONS(117), [anon_sym_is] = ACTIONS(119), [anon_sym_BANGis] = ACTIONS(117), - [anon_sym_PLUS] = ACTIONS(327), - [anon_sym_DASH] = ACTIONS(327), + [anon_sym_PLUS] = ACTIONS(1093), + [anon_sym_DASH] = ACTIONS(1093), [anon_sym_SLASH] = ACTIONS(119), [anon_sym_PERCENT] = ACTIONS(117), [anon_sym_as_QMARK] = ACTIONS(117), - [anon_sym_PLUS_PLUS] = ACTIONS(329), - [anon_sym_DASH_DASH] = ACTIONS(329), - [anon_sym_BANG] = ACTIONS(327), + [anon_sym_PLUS_PLUS] = ACTIONS(1095), + [anon_sym_DASH_DASH] = ACTIONS(1095), + [anon_sym_BANG] = ACTIONS(1093), [anon_sym_BANG_BANG] = ACTIONS(117), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(261), - [anon_sym_inner] = ACTIONS(261), + [anon_sym_data] = ACTIONS(175), + [anon_sym_inner] = ACTIONS(175), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -33021,122 +32947,122 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(263), - [anon_sym_actual] = ACTIONS(263), + [anon_sym_expect] = ACTIONS(177), + [anon_sym_actual] = ACTIONS(177), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(331), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(855), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), [sym_safe_nav] = ACTIONS(117), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), + [sym__string_start] = ACTIONS(197), }, - [50] = { - [sym_type_alias] = STATE(3281), - [sym__declaration] = STATE(3281), - [sym_class_declaration] = STATE(3281), - [sym_function_declaration] = STATE(3281), - [sym_property_declaration] = STATE(3281), - [sym_getter] = STATE(3281), - [sym_setter] = STATE(3281), - [sym_object_declaration] = STATE(3281), - [sym__statement] = STATE(3281), - [sym_control_structure_body] = STATE(3131), - [sym__block] = STATE(3281), - [sym__loop_statement] = STATE(3281), - [sym_for_statement] = STATE(3281), - [sym_while_statement] = STATE(3281), - [sym_do_while_statement] = STATE(3281), - [sym_assignment] = STATE(3281), - [sym__expression] = STATE(1696), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(2750), - [sym_parenthesized_expression] = STATE(2750), - [sym_collection_literal] = STATE(2750), - [sym__literal_constant] = STATE(2750), - [sym_string_literal] = STATE(2750), - [sym_lambda_literal] = STATE(2750), - [sym_anonymous_function] = STATE(2750), - [sym__function_literal] = STATE(2750), - [sym_object_literal] = STATE(2750), - [sym_this_expression] = STATE(2750), - [sym_super_expression] = STATE(2750), - [sym_if_expression] = STATE(2750), - [sym_when_expression] = STATE(2750), - [sym_try_expression] = STATE(2750), - [sym_jump_expression] = STATE(2750), - [sym_callable_reference] = STATE(2750), - [sym__prefix_unary_operator] = STATE(2054), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7883), - [sym_modifiers] = STATE(7811), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(349), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3447), - [sym__return_at] = STATE(323), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(2750), - [sym_long_literal] = STATE(2750), - [sym_boolean_literal] = STATE(2750), - [sym_character_literal] = STATE(2750), - [sym__lexical_identifier] = STATE(2890), - [aux_sym__statement_repeat1] = STATE(816), - [aux_sym_modifiers_repeat1] = STATE(5441), + [49] = { + [sym_type_alias] = STATE(3456), + [sym__declaration] = STATE(3456), + [sym_class_declaration] = STATE(3456), + [sym_function_declaration] = STATE(3456), + [sym_property_declaration] = STATE(3456), + [sym_getter] = STATE(3456), + [sym_setter] = STATE(3456), + [sym_object_declaration] = STATE(3456), + [sym__statement] = STATE(3456), + [sym_control_structure_body] = STATE(3155), + [sym__block] = STATE(3456), + [sym__loop_statement] = STATE(3456), + [sym_for_statement] = STATE(3456), + [sym_while_statement] = STATE(3456), + [sym_do_while_statement] = STATE(3456), + [sym_assignment] = STATE(3456), + [sym__expression] = STATE(2364), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(2743), + [sym_parenthesized_expression] = STATE(2743), + [sym_collection_literal] = STATE(2743), + [sym__literal_constant] = STATE(2743), + [sym_string_literal] = STATE(2743), + [sym_lambda_literal] = STATE(2743), + [sym_anonymous_function] = STATE(2743), + [sym__function_literal] = STATE(2743), + [sym_object_literal] = STATE(2743), + [sym_this_expression] = STATE(2743), + [sym_super_expression] = STATE(2743), + [sym_if_expression] = STATE(2743), + [sym_when_expression] = STATE(2743), + [sym_try_expression] = STATE(2743), + [sym_jump_expression] = STATE(2743), + [sym_callable_reference] = STATE(2743), + [sym__prefix_unary_operator] = STATE(2070), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7926), + [sym_modifiers] = STATE(7767), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(337), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3279), + [sym__return_at] = STATE(317), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(2743), + [sym_long_literal] = STATE(2743), + [sym_boolean_literal] = STATE(2743), + [sym_character_literal] = STATE(2743), + [sym__lexical_identifier] = STATE(2837), + [aux_sym__statement_repeat1] = STATE(787), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(333), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(335), - [anon_sym_as] = ACTIONS(119), + [anon_sym_as] = ACTIONS(201), [anon_sym_typealias] = ACTIONS(337), [anon_sym_class] = ACTIONS(1097), [anon_sym_interface] = ACTIONS(1097), [anon_sym_enum] = ACTIONS(1099), - [anon_sym_LBRACE] = ACTIONS(921), - [anon_sym_RBRACE] = ACTIONS(117), + [anon_sym_LBRACE] = ACTIONS(953), + [anon_sym_RBRACE] = ACTIONS(199), [anon_sym_LPAREN] = ACTIONS(345), [anon_sym_val] = ACTIONS(1101), [anon_sym_var] = ACTIONS(1101), - [anon_sym_LT] = ACTIONS(119), - [anon_sym_GT] = ACTIONS(119), + [anon_sym_LT] = ACTIONS(201), + [anon_sym_GT] = ACTIONS(201), [anon_sym_object] = ACTIONS(1103), [anon_sym_fun] = ACTIONS(1105), - [anon_sym_DOT] = ACTIONS(119), - [anon_sym_SEMI] = ACTIONS(117), + [anon_sym_DOT] = ACTIONS(201), + [anon_sym_SEMI] = ACTIONS(199), [anon_sym_get] = ACTIONS(1107), [anon_sym_set] = ACTIONS(1109), [anon_sym_this] = ACTIONS(357), @@ -33144,41 +33070,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(1111), [sym_label] = ACTIONS(1113), [anon_sym_for] = ACTIONS(1115), - [anon_sym_in] = ACTIONS(119), + [anon_sym_in] = ACTIONS(201), [anon_sym_while] = ACTIONS(1117), [anon_sym_do] = ACTIONS(369), - [anon_sym_DOT_DOT] = ACTIONS(117), - [anon_sym_QMARK_COLON] = ACTIONS(117), - [anon_sym_AMP_AMP] = ACTIONS(117), - [anon_sym_PIPE_PIPE] = ACTIONS(117), - [anon_sym_null] = ACTIONS(941), - [anon_sym_if] = ACTIONS(697), - [anon_sym_else] = ACTIONS(119), + [anon_sym_DOT_DOT] = ACTIONS(199), + [anon_sym_QMARK_COLON] = ACTIONS(199), + [anon_sym_AMP_AMP] = ACTIONS(199), + [anon_sym_PIPE_PIPE] = ACTIONS(199), + [anon_sym_null] = ACTIONS(973), + [anon_sym_if] = ACTIONS(703), + [anon_sym_else] = ACTIONS(201), [anon_sym_when] = ACTIONS(375), [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(699), - [anon_sym_return] = ACTIONS(701), + [anon_sym_throw] = ACTIONS(705), + [anon_sym_return] = ACTIONS(707), [anon_sym_continue] = ACTIONS(383), [anon_sym_break] = ACTIONS(383), [anon_sym_COLON_COLON] = ACTIONS(385), - [anon_sym_BANG_EQ] = ACTIONS(119), - [anon_sym_BANG_EQ_EQ] = ACTIONS(117), - [anon_sym_EQ_EQ] = ACTIONS(119), - [anon_sym_EQ_EQ_EQ] = ACTIONS(117), - [anon_sym_LT_EQ] = ACTIONS(117), - [anon_sym_GT_EQ] = ACTIONS(117), - [anon_sym_BANGin] = ACTIONS(117), - [anon_sym_is] = ACTIONS(119), - [anon_sym_BANGis] = ACTIONS(117), + [anon_sym_BANG_EQ] = ACTIONS(201), + [anon_sym_BANG_EQ_EQ] = ACTIONS(199), + [anon_sym_EQ_EQ] = ACTIONS(201), + [anon_sym_EQ_EQ_EQ] = ACTIONS(199), + [anon_sym_LT_EQ] = ACTIONS(199), + [anon_sym_GT_EQ] = ACTIONS(199), + [anon_sym_BANGin] = ACTIONS(199), + [anon_sym_is] = ACTIONS(201), + [anon_sym_BANGis] = ACTIONS(199), [anon_sym_PLUS] = ACTIONS(1119), [anon_sym_DASH] = ACTIONS(1119), - [anon_sym_SLASH] = ACTIONS(119), - [anon_sym_PERCENT] = ACTIONS(117), - [anon_sym_as_QMARK] = ACTIONS(117), + [anon_sym_SLASH] = ACTIONS(201), + [anon_sym_PERCENT] = ACTIONS(199), + [anon_sym_as_QMARK] = ACTIONS(199), [anon_sym_PLUS_PLUS] = ACTIONS(1121), [anon_sym_DASH_DASH] = ACTIONS(1121), [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_BANG_BANG] = ACTIONS(117), + [anon_sym_BANG_BANG] = ACTIONS(199), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -33208,7 +33134,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(395), [anon_sym_break_AT] = ACTIONS(397), - [sym_real_literal] = ACTIONS(947), + [sym_real_literal] = ACTIONS(979), [sym_integer_literal] = ACTIONS(401), [sym_hex_literal] = ACTIONS(403), [sym_bin_literal] = ACTIONS(403), @@ -33216,109 +33142,109 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(405), [anon_sym_SQUOTE] = ACTIONS(407), [sym__backtick_identifier] = ACTIONS(409), - [sym__automatic_semicolon] = ACTIONS(117), - [sym_safe_nav] = ACTIONS(117), + [sym__automatic_semicolon] = ACTIONS(199), + [sym_safe_nav] = ACTIONS(199), [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(411), }, - [51] = { - [sym_type_alias] = STATE(3281), - [sym__declaration] = STATE(3281), - [sym_class_declaration] = STATE(3281), - [sym_function_declaration] = STATE(3281), - [sym_property_declaration] = STATE(3281), - [sym_getter] = STATE(3281), - [sym_setter] = STATE(3281), - [sym_object_declaration] = STATE(3281), - [sym__statement] = STATE(3281), - [sym_control_structure_body] = STATE(3144), - [sym__block] = STATE(3281), - [sym__loop_statement] = STATE(3281), - [sym_for_statement] = STATE(3281), - [sym_while_statement] = STATE(3281), - [sym_do_while_statement] = STATE(3281), - [sym_assignment] = STATE(3281), - [sym__expression] = STATE(1696), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(2750), - [sym_parenthesized_expression] = STATE(2750), - [sym_collection_literal] = STATE(2750), - [sym__literal_constant] = STATE(2750), - [sym_string_literal] = STATE(2750), - [sym_lambda_literal] = STATE(2750), - [sym_anonymous_function] = STATE(2750), - [sym__function_literal] = STATE(2750), - [sym_object_literal] = STATE(2750), - [sym_this_expression] = STATE(2750), - [sym_super_expression] = STATE(2750), - [sym_if_expression] = STATE(2750), - [sym_when_expression] = STATE(2750), - [sym_try_expression] = STATE(2750), - [sym_jump_expression] = STATE(2750), - [sym_callable_reference] = STATE(2750), - [sym__prefix_unary_operator] = STATE(2054), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7883), - [sym_modifiers] = STATE(7811), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(349), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3447), - [sym__return_at] = STATE(323), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(2750), - [sym_long_literal] = STATE(2750), - [sym_boolean_literal] = STATE(2750), - [sym_character_literal] = STATE(2750), - [sym__lexical_identifier] = STATE(2890), - [aux_sym__statement_repeat1] = STATE(816), - [aux_sym_modifiers_repeat1] = STATE(5441), + [50] = { + [sym_type_alias] = STATE(3456), + [sym__declaration] = STATE(3456), + [sym_class_declaration] = STATE(3456), + [sym_function_declaration] = STATE(3456), + [sym_property_declaration] = STATE(3456), + [sym_getter] = STATE(3456), + [sym_setter] = STATE(3456), + [sym_object_declaration] = STATE(3456), + [sym__statement] = STATE(3456), + [sym_control_structure_body] = STATE(3136), + [sym__block] = STATE(3456), + [sym__loop_statement] = STATE(3456), + [sym_for_statement] = STATE(3456), + [sym_while_statement] = STATE(3456), + [sym_do_while_statement] = STATE(3456), + [sym_assignment] = STATE(3456), + [sym__expression] = STATE(2364), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(2743), + [sym_parenthesized_expression] = STATE(2743), + [sym_collection_literal] = STATE(2743), + [sym__literal_constant] = STATE(2743), + [sym_string_literal] = STATE(2743), + [sym_lambda_literal] = STATE(2743), + [sym_anonymous_function] = STATE(2743), + [sym__function_literal] = STATE(2743), + [sym_object_literal] = STATE(2743), + [sym_this_expression] = STATE(2743), + [sym_super_expression] = STATE(2743), + [sym_if_expression] = STATE(2743), + [sym_when_expression] = STATE(2743), + [sym_try_expression] = STATE(2743), + [sym_jump_expression] = STATE(2743), + [sym_callable_reference] = STATE(2743), + [sym__prefix_unary_operator] = STATE(2070), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7926), + [sym_modifiers] = STATE(7767), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(337), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3279), + [sym__return_at] = STATE(317), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(2743), + [sym_long_literal] = STATE(2743), + [sym_boolean_literal] = STATE(2743), + [sym_character_literal] = STATE(2743), + [sym__lexical_identifier] = STATE(2837), + [aux_sym__statement_repeat1] = STATE(787), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(333), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(335), - [anon_sym_as] = ACTIONS(205), + [anon_sym_as] = ACTIONS(119), [anon_sym_typealias] = ACTIONS(337), [anon_sym_class] = ACTIONS(1097), [anon_sym_interface] = ACTIONS(1097), [anon_sym_enum] = ACTIONS(1099), - [anon_sym_LBRACE] = ACTIONS(921), - [anon_sym_RBRACE] = ACTIONS(203), + [anon_sym_LBRACE] = ACTIONS(953), + [anon_sym_RBRACE] = ACTIONS(117), [anon_sym_LPAREN] = ACTIONS(345), [anon_sym_val] = ACTIONS(1101), [anon_sym_var] = ACTIONS(1101), - [anon_sym_LT] = ACTIONS(205), - [anon_sym_GT] = ACTIONS(205), + [anon_sym_LT] = ACTIONS(119), + [anon_sym_GT] = ACTIONS(119), [anon_sym_object] = ACTIONS(1103), [anon_sym_fun] = ACTIONS(1105), - [anon_sym_DOT] = ACTIONS(205), - [anon_sym_SEMI] = ACTIONS(203), + [anon_sym_DOT] = ACTIONS(119), + [anon_sym_SEMI] = ACTIONS(117), [anon_sym_get] = ACTIONS(1107), [anon_sym_set] = ACTIONS(1109), [anon_sym_this] = ACTIONS(357), @@ -33326,41 +33252,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(1111), [sym_label] = ACTIONS(1113), [anon_sym_for] = ACTIONS(1115), - [anon_sym_in] = ACTIONS(205), + [anon_sym_in] = ACTIONS(119), [anon_sym_while] = ACTIONS(1117), [anon_sym_do] = ACTIONS(369), - [anon_sym_DOT_DOT] = ACTIONS(203), - [anon_sym_QMARK_COLON] = ACTIONS(203), - [anon_sym_AMP_AMP] = ACTIONS(203), - [anon_sym_PIPE_PIPE] = ACTIONS(203), - [anon_sym_null] = ACTIONS(941), - [anon_sym_if] = ACTIONS(697), - [anon_sym_else] = ACTIONS(205), + [anon_sym_DOT_DOT] = ACTIONS(117), + [anon_sym_QMARK_COLON] = ACTIONS(117), + [anon_sym_AMP_AMP] = ACTIONS(117), + [anon_sym_PIPE_PIPE] = ACTIONS(117), + [anon_sym_null] = ACTIONS(973), + [anon_sym_if] = ACTIONS(703), + [anon_sym_else] = ACTIONS(119), [anon_sym_when] = ACTIONS(375), [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(699), - [anon_sym_return] = ACTIONS(701), + [anon_sym_throw] = ACTIONS(705), + [anon_sym_return] = ACTIONS(707), [anon_sym_continue] = ACTIONS(383), [anon_sym_break] = ACTIONS(383), [anon_sym_COLON_COLON] = ACTIONS(385), - [anon_sym_BANG_EQ] = ACTIONS(205), - [anon_sym_BANG_EQ_EQ] = ACTIONS(203), - [anon_sym_EQ_EQ] = ACTIONS(205), - [anon_sym_EQ_EQ_EQ] = ACTIONS(203), - [anon_sym_LT_EQ] = ACTIONS(203), - [anon_sym_GT_EQ] = ACTIONS(203), - [anon_sym_BANGin] = ACTIONS(203), - [anon_sym_is] = ACTIONS(205), - [anon_sym_BANGis] = ACTIONS(203), + [anon_sym_BANG_EQ] = ACTIONS(119), + [anon_sym_BANG_EQ_EQ] = ACTIONS(117), + [anon_sym_EQ_EQ] = ACTIONS(119), + [anon_sym_EQ_EQ_EQ] = ACTIONS(117), + [anon_sym_LT_EQ] = ACTIONS(117), + [anon_sym_GT_EQ] = ACTIONS(117), + [anon_sym_BANGin] = ACTIONS(117), + [anon_sym_is] = ACTIONS(119), + [anon_sym_BANGis] = ACTIONS(117), [anon_sym_PLUS] = ACTIONS(1119), [anon_sym_DASH] = ACTIONS(1119), - [anon_sym_SLASH] = ACTIONS(205), - [anon_sym_PERCENT] = ACTIONS(203), - [anon_sym_as_QMARK] = ACTIONS(203), + [anon_sym_SLASH] = ACTIONS(119), + [anon_sym_PERCENT] = ACTIONS(117), + [anon_sym_as_QMARK] = ACTIONS(117), [anon_sym_PLUS_PLUS] = ACTIONS(1121), [anon_sym_DASH_DASH] = ACTIONS(1121), [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_BANG_BANG] = ACTIONS(203), + [anon_sym_BANG_BANG] = ACTIONS(117), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -33390,7 +33316,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(395), [anon_sym_break_AT] = ACTIONS(397), - [sym_real_literal] = ACTIONS(947), + [sym_real_literal] = ACTIONS(979), [sym_integer_literal] = ACTIONS(401), [sym_hex_literal] = ACTIONS(403), [sym_bin_literal] = ACTIONS(403), @@ -33398,96 +33324,278 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(405), [anon_sym_SQUOTE] = ACTIONS(407), [sym__backtick_identifier] = ACTIONS(409), - [sym__automatic_semicolon] = ACTIONS(203), - [sym_safe_nav] = ACTIONS(203), + [sym__automatic_semicolon] = ACTIONS(117), + [sym_safe_nav] = ACTIONS(117), [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(411), }, + [51] = { + [sym_type_alias] = STATE(3873), + [sym__declaration] = STATE(3873), + [sym_class_declaration] = STATE(3873), + [sym_function_declaration] = STATE(3873), + [sym_property_declaration] = STATE(3873), + [sym_getter] = STATE(3873), + [sym_setter] = STATE(3873), + [sym_object_declaration] = STATE(3873), + [sym__statement] = STATE(3873), + [sym_control_structure_body] = STATE(3856), + [sym__block] = STATE(3873), + [sym__loop_statement] = STATE(3873), + [sym_for_statement] = STATE(3873), + [sym_while_statement] = STATE(3873), + [sym_do_while_statement] = STATE(3873), + [sym_assignment] = STATE(3873), + [sym__expression] = STATE(2500), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(2836), + [sym_parenthesized_expression] = STATE(2836), + [sym_collection_literal] = STATE(2836), + [sym__literal_constant] = STATE(2836), + [sym_string_literal] = STATE(2836), + [sym_lambda_literal] = STATE(2836), + [sym_anonymous_function] = STATE(2836), + [sym__function_literal] = STATE(2836), + [sym_object_literal] = STATE(2836), + [sym_this_expression] = STATE(2836), + [sym_super_expression] = STATE(2836), + [sym_if_expression] = STATE(2836), + [sym_when_expression] = STATE(2836), + [sym_try_expression] = STATE(2836), + [sym_jump_expression] = STATE(2836), + [sym_callable_reference] = STATE(2836), + [sym__prefix_unary_operator] = STATE(2362), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7922), + [sym_modifiers] = STATE(7861), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(354), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3725), + [sym__return_at] = STATE(263), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(2836), + [sym_long_literal] = STATE(2836), + [sym_boolean_literal] = STATE(2836), + [sym_character_literal] = STATE(2836), + [sym__lexical_identifier] = STATE(3382), + [aux_sym__statement_repeat1] = STATE(824), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_as] = ACTIONS(201), + [anon_sym_typealias] = ACTIONS(459), + [anon_sym_class] = ACTIONS(1007), + [anon_sym_interface] = ACTIONS(1007), + [anon_sym_enum] = ACTIONS(1009), + [anon_sym_LBRACE] = ACTIONS(861), + [anon_sym_RBRACE] = ACTIONS(199), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_val] = ACTIONS(1011), + [anon_sym_var] = ACTIONS(1011), + [anon_sym_LT] = ACTIONS(201), + [anon_sym_GT] = ACTIONS(201), + [anon_sym_object] = ACTIONS(1013), + [anon_sym_fun] = ACTIONS(1015), + [anon_sym_DOT] = ACTIONS(201), + [anon_sym_SEMI] = ACTIONS(199), + [anon_sym_get] = ACTIONS(1017), + [anon_sym_set] = ACTIONS(1019), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1021), + [sym_label] = ACTIONS(1023), + [anon_sym_for] = ACTIONS(1025), + [anon_sym_in] = ACTIONS(201), + [anon_sym_while] = ACTIONS(1027), + [anon_sym_do] = ACTIONS(491), + [anon_sym_DOT_DOT] = ACTIONS(199), + [anon_sym_QMARK_COLON] = ACTIONS(199), + [anon_sym_AMP_AMP] = ACTIONS(199), + [anon_sym_PIPE_PIPE] = ACTIONS(199), + [anon_sym_null] = ACTIONS(881), + [anon_sym_if] = ACTIONS(761), + [anon_sym_else] = ACTIONS(201), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(763), + [anon_sym_return] = ACTIONS(765), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_BANG_EQ] = ACTIONS(201), + [anon_sym_BANG_EQ_EQ] = ACTIONS(199), + [anon_sym_EQ_EQ] = ACTIONS(201), + [anon_sym_EQ_EQ_EQ] = ACTIONS(199), + [anon_sym_LT_EQ] = ACTIONS(199), + [anon_sym_GT_EQ] = ACTIONS(199), + [anon_sym_BANGin] = ACTIONS(199), + [anon_sym_is] = ACTIONS(201), + [anon_sym_BANGis] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(1029), + [anon_sym_DASH] = ACTIONS(1029), + [anon_sym_SLASH] = ACTIONS(201), + [anon_sym_PERCENT] = ACTIONS(199), + [anon_sym_as_QMARK] = ACTIONS(199), + [anon_sym_PLUS_PLUS] = ACTIONS(1031), + [anon_sym_DASH_DASH] = ACTIONS(1031), + [anon_sym_BANG] = ACTIONS(1029), + [anon_sym_BANG_BANG] = ACTIONS(199), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(513), + [anon_sym_inner] = ACTIONS(513), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(515), + [anon_sym_actual] = ACTIONS(515), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(887), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym__automatic_semicolon] = ACTIONS(199), + [sym_safe_nav] = ACTIONS(199), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), + }, [52] = { - [sym_file_annotation] = STATE(3300), - [sym_package_header] = STATE(72), - [sym_import_list] = STATE(74), - [sym_import_header] = STATE(8151), - [sym_type_alias] = STATE(8541), - [sym__declaration] = STATE(8541), - [sym_class_declaration] = STATE(8541), - [sym_function_declaration] = STATE(8541), - [sym_property_declaration] = STATE(8541), - [sym_getter] = STATE(8541), - [sym_setter] = STATE(8541), - [sym_object_declaration] = STATE(8541), - [sym__statement] = STATE(8541), - [sym__loop_statement] = STATE(8541), - [sym_for_statement] = STATE(8541), - [sym_while_statement] = STATE(8541), - [sym_do_while_statement] = STATE(8541), - [sym_assignment] = STATE(8541), - [sym__expression] = STATE(4204), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4455), - [sym_parenthesized_expression] = STATE(4455), - [sym_collection_literal] = STATE(4455), - [sym__literal_constant] = STATE(4455), - [sym_string_literal] = STATE(4455), - [sym_lambda_literal] = STATE(4455), - [sym_anonymous_function] = STATE(4455), - [sym__function_literal] = STATE(4455), - [sym_object_literal] = STATE(4455), - [sym_this_expression] = STATE(4455), - [sym_super_expression] = STATE(4455), - [sym_if_expression] = STATE(4455), - [sym_when_expression] = STATE(4455), - [sym_try_expression] = STATE(4455), - [sym_jump_expression] = STATE(4455), - [sym_callable_reference] = STATE(4455), - [sym__prefix_unary_operator] = STATE(1637), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7901), - [sym_modifiers] = STATE(7684), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), + [sym_file_annotation] = STATE(54), + [sym_package_header] = STATE(83), + [sym_import_list] = STATE(79), + [sym_import_header] = STATE(8215), + [sym_type_alias] = STATE(8664), + [sym__declaration] = STATE(8664), + [sym_class_declaration] = STATE(8664), + [sym_function_declaration] = STATE(8664), + [sym_property_declaration] = STATE(8664), + [sym_getter] = STATE(8664), + [sym_setter] = STATE(8664), + [sym_object_declaration] = STATE(8664), + [sym__statement] = STATE(8664), + [sym__loop_statement] = STATE(8664), + [sym_for_statement] = STATE(8664), + [sym_while_statement] = STATE(8664), + [sym_do_while_statement] = STATE(8664), + [sym_assignment] = STATE(8664), + [sym__expression] = STATE(4196), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4470), + [sym_parenthesized_expression] = STATE(4470), + [sym_collection_literal] = STATE(4470), + [sym__literal_constant] = STATE(4470), + [sym_string_literal] = STATE(4470), + [sym_lambda_literal] = STATE(4470), + [sym_anonymous_function] = STATE(4470), + [sym__function_literal] = STATE(4470), + [sym_object_literal] = STATE(4470), + [sym_this_expression] = STATE(4470), + [sym_super_expression] = STATE(4470), + [sym_if_expression] = STATE(4470), + [sym_when_expression] = STATE(4470), + [sym_try_expression] = STATE(4470), + [sym_jump_expression] = STATE(4470), + [sym_callable_reference] = STATE(4470), + [sym__prefix_unary_operator] = STATE(1926), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7921), + [sym_modifiers] = STATE(7781), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), [sym_annotation] = STATE(338), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4990), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4455), - [sym_long_literal] = STATE(4455), - [sym_boolean_literal] = STATE(4455), - [sym_character_literal] = STATE(4455), - [sym__lexical_identifier] = STATE(4529), - [aux_sym_source_file_repeat1] = STATE(3300), - [aux_sym_source_file_repeat2] = STATE(74), - [aux_sym_source_file_repeat3] = STATE(244), - [aux_sym_import_list_repeat1] = STATE(8151), - [aux_sym__statement_repeat1] = STATE(820), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4920), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4470), + [sym_long_literal] = STATE(4470), + [sym_boolean_literal] = STATE(4470), + [sym_character_literal] = STATE(4470), + [sym__lexical_identifier] = STATE(4566), + [aux_sym_source_file_repeat1] = STATE(54), + [aux_sym_source_file_repeat2] = STATE(79), + [aux_sym_source_file_repeat3] = STATE(237), + [aux_sym_import_list_repeat1] = STATE(8215), + [aux_sym__statement_repeat1] = STATE(811), + [aux_sym_modifiers_repeat1] = STATE(5459), [ts_builtin_sym_end] = ACTIONS(1123), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(11), @@ -33568,91 +33676,91 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(109), }, [53] = { - [sym_file_annotation] = STATE(3300), - [sym_package_header] = STATE(78), - [sym_import_list] = STATE(80), - [sym_import_header] = STATE(8151), - [sym_type_alias] = STATE(8541), - [sym__declaration] = STATE(8541), - [sym_class_declaration] = STATE(8541), - [sym_function_declaration] = STATE(8541), - [sym_property_declaration] = STATE(8541), - [sym_getter] = STATE(8541), - [sym_setter] = STATE(8541), - [sym_object_declaration] = STATE(8541), - [sym__statement] = STATE(8541), - [sym__loop_statement] = STATE(8541), - [sym_for_statement] = STATE(8541), - [sym_while_statement] = STATE(8541), - [sym_do_while_statement] = STATE(8541), - [sym_assignment] = STATE(8541), - [sym__expression] = STATE(4204), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4455), - [sym_parenthesized_expression] = STATE(4455), - [sym_collection_literal] = STATE(4455), - [sym__literal_constant] = STATE(4455), - [sym_string_literal] = STATE(4455), - [sym_lambda_literal] = STATE(4455), - [sym_anonymous_function] = STATE(4455), - [sym__function_literal] = STATE(4455), - [sym_object_literal] = STATE(4455), - [sym_this_expression] = STATE(4455), - [sym_super_expression] = STATE(4455), - [sym_if_expression] = STATE(4455), - [sym_when_expression] = STATE(4455), - [sym_try_expression] = STATE(4455), - [sym_jump_expression] = STATE(4455), - [sym_callable_reference] = STATE(4455), - [sym__prefix_unary_operator] = STATE(1637), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7901), - [sym_modifiers] = STATE(7684), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), + [sym_file_annotation] = STATE(3221), + [sym_package_header] = STATE(83), + [sym_import_list] = STATE(79), + [sym_import_header] = STATE(8215), + [sym_type_alias] = STATE(8664), + [sym__declaration] = STATE(8664), + [sym_class_declaration] = STATE(8664), + [sym_function_declaration] = STATE(8664), + [sym_property_declaration] = STATE(8664), + [sym_getter] = STATE(8664), + [sym_setter] = STATE(8664), + [sym_object_declaration] = STATE(8664), + [sym__statement] = STATE(8664), + [sym__loop_statement] = STATE(8664), + [sym_for_statement] = STATE(8664), + [sym_while_statement] = STATE(8664), + [sym_do_while_statement] = STATE(8664), + [sym_assignment] = STATE(8664), + [sym__expression] = STATE(4196), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4470), + [sym_parenthesized_expression] = STATE(4470), + [sym_collection_literal] = STATE(4470), + [sym__literal_constant] = STATE(4470), + [sym_string_literal] = STATE(4470), + [sym_lambda_literal] = STATE(4470), + [sym_anonymous_function] = STATE(4470), + [sym__function_literal] = STATE(4470), + [sym_object_literal] = STATE(4470), + [sym_this_expression] = STATE(4470), + [sym_super_expression] = STATE(4470), + [sym_if_expression] = STATE(4470), + [sym_when_expression] = STATE(4470), + [sym_try_expression] = STATE(4470), + [sym_jump_expression] = STATE(4470), + [sym_callable_reference] = STATE(4470), + [sym__prefix_unary_operator] = STATE(1926), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7921), + [sym_modifiers] = STATE(7781), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), [sym_annotation] = STATE(338), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4990), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4455), - [sym_long_literal] = STATE(4455), - [sym_boolean_literal] = STATE(4455), - [sym_character_literal] = STATE(4455), - [sym__lexical_identifier] = STATE(4529), - [aux_sym_source_file_repeat1] = STATE(3300), - [aux_sym_source_file_repeat2] = STATE(80), - [aux_sym_source_file_repeat3] = STATE(214), - [aux_sym_import_list_repeat1] = STATE(8151), - [aux_sym__statement_repeat1] = STATE(820), - [aux_sym_modifiers_repeat1] = STATE(5441), - [ts_builtin_sym_end] = ACTIONS(1125), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4920), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4470), + [sym_long_literal] = STATE(4470), + [sym_boolean_literal] = STATE(4470), + [sym_character_literal] = STATE(4470), + [sym__lexical_identifier] = STATE(4566), + [aux_sym_source_file_repeat1] = STATE(3221), + [aux_sym_source_file_repeat2] = STATE(79), + [aux_sym_source_file_repeat3] = STATE(237), + [aux_sym_import_list_repeat1] = STATE(8215), + [aux_sym__statement_repeat1] = STATE(811), + [aux_sym_modifiers_repeat1] = STATE(5459), + [ts_builtin_sym_end] = ACTIONS(1123), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(11), [anon_sym_LBRACK] = ACTIONS(13), @@ -33732,90 +33840,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(109), }, [54] = { - [sym_file_annotation] = STATE(52), + [sym_file_annotation] = STATE(3221), [sym_package_header] = STATE(78), - [sym_import_list] = STATE(80), - [sym_import_header] = STATE(8151), - [sym_type_alias] = STATE(8541), - [sym__declaration] = STATE(8541), - [sym_class_declaration] = STATE(8541), - [sym_function_declaration] = STATE(8541), - [sym_property_declaration] = STATE(8541), - [sym_getter] = STATE(8541), - [sym_setter] = STATE(8541), - [sym_object_declaration] = STATE(8541), - [sym__statement] = STATE(8541), - [sym__loop_statement] = STATE(8541), - [sym_for_statement] = STATE(8541), - [sym_while_statement] = STATE(8541), - [sym_do_while_statement] = STATE(8541), - [sym_assignment] = STATE(8541), - [sym__expression] = STATE(4204), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4455), - [sym_parenthesized_expression] = STATE(4455), - [sym_collection_literal] = STATE(4455), - [sym__literal_constant] = STATE(4455), - [sym_string_literal] = STATE(4455), - [sym_lambda_literal] = STATE(4455), - [sym_anonymous_function] = STATE(4455), - [sym__function_literal] = STATE(4455), - [sym_object_literal] = STATE(4455), - [sym_this_expression] = STATE(4455), - [sym_super_expression] = STATE(4455), - [sym_if_expression] = STATE(4455), - [sym_when_expression] = STATE(4455), - [sym_try_expression] = STATE(4455), - [sym_jump_expression] = STATE(4455), - [sym_callable_reference] = STATE(4455), - [sym__prefix_unary_operator] = STATE(1637), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7901), - [sym_modifiers] = STATE(7684), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), + [sym_import_list] = STATE(81), + [sym_import_header] = STATE(8215), + [sym_type_alias] = STATE(8664), + [sym__declaration] = STATE(8664), + [sym_class_declaration] = STATE(8664), + [sym_function_declaration] = STATE(8664), + [sym_property_declaration] = STATE(8664), + [sym_getter] = STATE(8664), + [sym_setter] = STATE(8664), + [sym_object_declaration] = STATE(8664), + [sym__statement] = STATE(8664), + [sym__loop_statement] = STATE(8664), + [sym_for_statement] = STATE(8664), + [sym_while_statement] = STATE(8664), + [sym_do_while_statement] = STATE(8664), + [sym_assignment] = STATE(8664), + [sym__expression] = STATE(4196), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4470), + [sym_parenthesized_expression] = STATE(4470), + [sym_collection_literal] = STATE(4470), + [sym__literal_constant] = STATE(4470), + [sym_string_literal] = STATE(4470), + [sym_lambda_literal] = STATE(4470), + [sym_anonymous_function] = STATE(4470), + [sym__function_literal] = STATE(4470), + [sym_object_literal] = STATE(4470), + [sym_this_expression] = STATE(4470), + [sym_super_expression] = STATE(4470), + [sym_if_expression] = STATE(4470), + [sym_when_expression] = STATE(4470), + [sym_try_expression] = STATE(4470), + [sym_jump_expression] = STATE(4470), + [sym_callable_reference] = STATE(4470), + [sym__prefix_unary_operator] = STATE(1926), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7921), + [sym_modifiers] = STATE(7781), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), [sym_annotation] = STATE(338), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4990), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4455), - [sym_long_literal] = STATE(4455), - [sym_boolean_literal] = STATE(4455), - [sym_character_literal] = STATE(4455), - [sym__lexical_identifier] = STATE(4529), - [aux_sym_source_file_repeat1] = STATE(52), - [aux_sym_source_file_repeat2] = STATE(80), - [aux_sym_source_file_repeat3] = STATE(214), - [aux_sym_import_list_repeat1] = STATE(8151), - [aux_sym__statement_repeat1] = STATE(820), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4920), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4470), + [sym_long_literal] = STATE(4470), + [sym_boolean_literal] = STATE(4470), + [sym_character_literal] = STATE(4470), + [sym__lexical_identifier] = STATE(4566), + [aux_sym_source_file_repeat1] = STATE(3221), + [aux_sym_source_file_repeat2] = STATE(81), + [aux_sym_source_file_repeat3] = STATE(222), + [aux_sym_import_list_repeat1] = STATE(8215), + [aux_sym__statement_repeat1] = STATE(811), + [aux_sym_modifiers_repeat1] = STATE(5459), [ts_builtin_sym_end] = ACTIONS(1125), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(11), @@ -33896,87 +34004,87 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(109), }, [55] = { - [sym_type_alias] = STATE(9378), - [sym__declaration] = STATE(9378), - [sym_class_declaration] = STATE(9378), - [sym_function_declaration] = STATE(9378), - [sym_property_declaration] = STATE(9378), - [sym_getter] = STATE(9378), - [sym_setter] = STATE(9378), - [sym_object_declaration] = STATE(9378), - [sym__statement] = STATE(9378), - [sym_control_structure_body] = STATE(9487), - [sym__block] = STATE(9378), - [sym__loop_statement] = STATE(9378), - [sym_for_statement] = STATE(9378), - [sym_while_statement] = STATE(9378), - [sym_do_while_statement] = STATE(9378), - [sym_assignment] = STATE(9378), - [sym__expression] = STATE(4166), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4428), - [sym_parenthesized_expression] = STATE(4428), - [sym_collection_literal] = STATE(4428), - [sym__literal_constant] = STATE(4428), - [sym_string_literal] = STATE(4428), - [sym_lambda_literal] = STATE(4428), - [sym_anonymous_function] = STATE(4428), - [sym__function_literal] = STATE(4428), - [sym_object_literal] = STATE(4428), - [sym_this_expression] = STATE(4428), - [sym_super_expression] = STATE(4428), - [sym_if_expression] = STATE(4428), - [sym_when_expression] = STATE(4428), - [sym_try_expression] = STATE(4428), - [sym_jump_expression] = STATE(4428), - [sym_callable_reference] = STATE(4428), - [sym__prefix_unary_operator] = STATE(2049), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7865), - [sym_modifiers] = STATE(7637), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(342), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4561), + [sym_type_alias] = STATE(9461), + [sym__declaration] = STATE(9461), + [sym_class_declaration] = STATE(9461), + [sym_function_declaration] = STATE(9461), + [sym_property_declaration] = STATE(9461), + [sym_getter] = STATE(9461), + [sym_setter] = STATE(9461), + [sym_object_declaration] = STATE(9461), + [sym__statement] = STATE(9461), + [sym_control_structure_body] = STATE(9063), + [sym__block] = STATE(9461), + [sym__loop_statement] = STATE(9461), + [sym_for_statement] = STATE(9461), + [sym_while_statement] = STATE(9461), + [sym_do_while_statement] = STATE(9461), + [sym_assignment] = STATE(9461), + [sym__expression] = STATE(4184), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4435), + [sym_parenthesized_expression] = STATE(4435), + [sym_collection_literal] = STATE(4435), + [sym__literal_constant] = STATE(4435), + [sym_string_literal] = STATE(4435), + [sym_lambda_literal] = STATE(4435), + [sym_anonymous_function] = STATE(4435), + [sym__function_literal] = STATE(4435), + [sym_object_literal] = STATE(4435), + [sym_this_expression] = STATE(4435), + [sym_super_expression] = STATE(4435), + [sym_if_expression] = STATE(4435), + [sym_when_expression] = STATE(4435), + [sym_try_expression] = STATE(4435), + [sym_jump_expression] = STATE(4435), + [sym_callable_reference] = STATE(4435), + [sym__prefix_unary_operator] = STATE(1903), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7894), + [sym_modifiers] = STATE(7813), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(351), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4608), [sym__return_at] = STATE(310), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4428), - [sym_long_literal] = STATE(4428), - [sym_boolean_literal] = STATE(4428), - [sym_character_literal] = STATE(4428), - [sym__lexical_identifier] = STATE(4440), - [aux_sym__statement_repeat1] = STATE(824), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(199), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4435), + [sym_long_literal] = STATE(4435), + [sym_boolean_literal] = STATE(4435), + [sym_character_literal] = STATE(4435), + [sym__lexical_identifier] = STATE(4461), + [aux_sym__statement_repeat1] = STATE(830), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(203), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_typealias] = ACTIONS(289), [anon_sym_class] = ACTIONS(291), [anon_sym_interface] = ACTIONS(291), @@ -33993,7 +34101,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(307), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), + [anon_sym_STAR] = ACTIONS(1065), [sym_label] = ACTIONS(311), [anon_sym_for] = ACTIONS(313), [anon_sym_in] = ACTIONS(287), @@ -34059,84 +34167,84 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(283), }, [56] = { - [sym_type_alias] = STATE(5371), - [sym__declaration] = STATE(5371), - [sym_class_declaration] = STATE(5371), - [sym_function_declaration] = STATE(5371), - [sym_property_declaration] = STATE(5371), - [sym_getter] = STATE(5371), - [sym_setter] = STATE(5371), - [sym_object_declaration] = STATE(5371), - [sym__statement] = STATE(5371), - [sym_control_structure_body] = STATE(5293), - [sym__block] = STATE(5371), - [sym__loop_statement] = STATE(5371), - [sym_for_statement] = STATE(5371), - [sym_while_statement] = STATE(5371), - [sym_do_while_statement] = STATE(5371), - [sym_assignment] = STATE(5371), - [sym__expression] = STATE(1696), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(2750), - [sym_parenthesized_expression] = STATE(2750), - [sym_collection_literal] = STATE(2750), - [sym__literal_constant] = STATE(2750), - [sym_string_literal] = STATE(2750), - [sym_lambda_literal] = STATE(2750), - [sym_anonymous_function] = STATE(2750), - [sym__function_literal] = STATE(2750), - [sym_object_literal] = STATE(2750), - [sym_this_expression] = STATE(2750), - [sym_super_expression] = STATE(2750), - [sym_if_expression] = STATE(2750), - [sym_when_expression] = STATE(2750), - [sym_try_expression] = STATE(2750), - [sym_jump_expression] = STATE(2750), - [sym_callable_reference] = STATE(2750), - [sym__prefix_unary_operator] = STATE(2054), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7883), - [sym_modifiers] = STATE(7595), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(349), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3447), - [sym__return_at] = STATE(323), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(2750), - [sym_long_literal] = STATE(2750), - [sym_boolean_literal] = STATE(2750), - [sym_character_literal] = STATE(2750), - [sym__lexical_identifier] = STATE(2890), - [aux_sym__statement_repeat1] = STATE(815), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym_type_alias] = STATE(5348), + [sym__declaration] = STATE(5348), + [sym_class_declaration] = STATE(5348), + [sym_function_declaration] = STATE(5348), + [sym_property_declaration] = STATE(5348), + [sym_getter] = STATE(5348), + [sym_setter] = STATE(5348), + [sym_object_declaration] = STATE(5348), + [sym__statement] = STATE(5348), + [sym_control_structure_body] = STATE(5389), + [sym__block] = STATE(5348), + [sym__loop_statement] = STATE(5348), + [sym_for_statement] = STATE(5348), + [sym_while_statement] = STATE(5348), + [sym_do_while_statement] = STATE(5348), + [sym_assignment] = STATE(5348), + [sym__expression] = STATE(2364), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(2743), + [sym_parenthesized_expression] = STATE(2743), + [sym_collection_literal] = STATE(2743), + [sym__literal_constant] = STATE(2743), + [sym_string_literal] = STATE(2743), + [sym_lambda_literal] = STATE(2743), + [sym_anonymous_function] = STATE(2743), + [sym__function_literal] = STATE(2743), + [sym_object_literal] = STATE(2743), + [sym_this_expression] = STATE(2743), + [sym_super_expression] = STATE(2743), + [sym_if_expression] = STATE(2743), + [sym_when_expression] = STATE(2743), + [sym_try_expression] = STATE(2743), + [sym_jump_expression] = STATE(2743), + [sym_callable_reference] = STATE(2743), + [sym__prefix_unary_operator] = STATE(2070), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7926), + [sym_modifiers] = STATE(7621), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(337), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3279), + [sym__return_at] = STATE(317), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(2743), + [sym_long_literal] = STATE(2743), + [sym_boolean_literal] = STATE(2743), + [sym_character_literal] = STATE(2743), + [sym__lexical_identifier] = STATE(2837), + [aux_sym__statement_repeat1] = STATE(791), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(333), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(335), @@ -34161,13 +34269,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_in] = ACTIONS(119), [anon_sym_while] = ACTIONS(1147), [anon_sym_do] = ACTIONS(1149), - [anon_sym_null] = ACTIONS(941), - [anon_sym_if] = ACTIONS(697), + [anon_sym_null] = ACTIONS(973), + [anon_sym_if] = ACTIONS(703), [anon_sym_else] = ACTIONS(119), [anon_sym_when] = ACTIONS(375), [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(699), - [anon_sym_return] = ACTIONS(701), + [anon_sym_throw] = ACTIONS(705), + [anon_sym_return] = ACTIONS(707), [anon_sym_continue] = ACTIONS(383), [anon_sym_break] = ACTIONS(383), [anon_sym_COLON_COLON] = ACTIONS(385), @@ -34208,7 +34316,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(395), [anon_sym_break_AT] = ACTIONS(397), - [sym_real_literal] = ACTIONS(947), + [sym_real_literal] = ACTIONS(979), [sym_integer_literal] = ACTIONS(401), [sym_hex_literal] = ACTIONS(403), [sym_bin_literal] = ACTIONS(403), @@ -34221,84 +34329,84 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(411), }, [57] = { - [sym_type_alias] = STATE(5371), - [sym__declaration] = STATE(5371), - [sym_class_declaration] = STATE(5371), - [sym_function_declaration] = STATE(5371), - [sym_property_declaration] = STATE(5371), - [sym_getter] = STATE(5371), - [sym_setter] = STATE(5371), - [sym_object_declaration] = STATE(5371), - [sym__statement] = STATE(5371), - [sym_control_structure_body] = STATE(5279), - [sym__block] = STATE(5371), - [sym__loop_statement] = STATE(5371), - [sym_for_statement] = STATE(5371), - [sym_while_statement] = STATE(5371), - [sym_do_while_statement] = STATE(5371), - [sym_assignment] = STATE(5371), - [sym__expression] = STATE(1696), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(2750), - [sym_parenthesized_expression] = STATE(2750), - [sym_collection_literal] = STATE(2750), - [sym__literal_constant] = STATE(2750), - [sym_string_literal] = STATE(2750), - [sym_lambda_literal] = STATE(2750), - [sym_anonymous_function] = STATE(2750), - [sym__function_literal] = STATE(2750), - [sym_object_literal] = STATE(2750), - [sym_this_expression] = STATE(2750), - [sym_super_expression] = STATE(2750), - [sym_if_expression] = STATE(2750), - [sym_when_expression] = STATE(2750), - [sym_try_expression] = STATE(2750), - [sym_jump_expression] = STATE(2750), - [sym_callable_reference] = STATE(2750), - [sym__prefix_unary_operator] = STATE(2054), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7883), - [sym_modifiers] = STATE(7595), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(349), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3447), - [sym__return_at] = STATE(323), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(2750), - [sym_long_literal] = STATE(2750), - [sym_boolean_literal] = STATE(2750), - [sym_character_literal] = STATE(2750), - [sym__lexical_identifier] = STATE(2890), - [aux_sym__statement_repeat1] = STATE(815), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym_type_alias] = STATE(5348), + [sym__declaration] = STATE(5348), + [sym_class_declaration] = STATE(5348), + [sym_function_declaration] = STATE(5348), + [sym_property_declaration] = STATE(5348), + [sym_getter] = STATE(5348), + [sym_setter] = STATE(5348), + [sym_object_declaration] = STATE(5348), + [sym__statement] = STATE(5348), + [sym_control_structure_body] = STATE(5342), + [sym__block] = STATE(5348), + [sym__loop_statement] = STATE(5348), + [sym_for_statement] = STATE(5348), + [sym_while_statement] = STATE(5348), + [sym_do_while_statement] = STATE(5348), + [sym_assignment] = STATE(5348), + [sym__expression] = STATE(2364), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(2743), + [sym_parenthesized_expression] = STATE(2743), + [sym_collection_literal] = STATE(2743), + [sym__literal_constant] = STATE(2743), + [sym_string_literal] = STATE(2743), + [sym_lambda_literal] = STATE(2743), + [sym_anonymous_function] = STATE(2743), + [sym__function_literal] = STATE(2743), + [sym_object_literal] = STATE(2743), + [sym_this_expression] = STATE(2743), + [sym_super_expression] = STATE(2743), + [sym_if_expression] = STATE(2743), + [sym_when_expression] = STATE(2743), + [sym_try_expression] = STATE(2743), + [sym_jump_expression] = STATE(2743), + [sym_callable_reference] = STATE(2743), + [sym__prefix_unary_operator] = STATE(2070), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7926), + [sym_modifiers] = STATE(7621), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(337), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3279), + [sym__return_at] = STATE(317), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(2743), + [sym_long_literal] = STATE(2743), + [sym_boolean_literal] = STATE(2743), + [sym_character_literal] = STATE(2743), + [sym__lexical_identifier] = STATE(2837), + [aux_sym__statement_repeat1] = STATE(791), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(333), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(335), @@ -34307,7 +34415,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_interface] = ACTIONS(1129), [anon_sym_enum] = ACTIONS(1131), [anon_sym_LBRACE] = ACTIONS(1133), - [anon_sym_RBRACE] = ACTIONS(203), + [anon_sym_RBRACE] = ACTIONS(199), [anon_sym_LPAREN] = ACTIONS(345), [anon_sym_val] = ACTIONS(1135), [anon_sym_var] = ACTIONS(1135), @@ -34320,22 +34428,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(1111), [sym_label] = ACTIONS(1113), [anon_sym_for] = ACTIONS(1145), - [anon_sym_in] = ACTIONS(205), + [anon_sym_in] = ACTIONS(201), [anon_sym_while] = ACTIONS(1147), [anon_sym_do] = ACTIONS(1149), - [anon_sym_null] = ACTIONS(941), - [anon_sym_if] = ACTIONS(697), - [anon_sym_else] = ACTIONS(205), + [anon_sym_null] = ACTIONS(973), + [anon_sym_if] = ACTIONS(703), + [anon_sym_else] = ACTIONS(201), [anon_sym_when] = ACTIONS(375), [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(699), - [anon_sym_return] = ACTIONS(701), + [anon_sym_throw] = ACTIONS(705), + [anon_sym_return] = ACTIONS(707), [anon_sym_continue] = ACTIONS(383), [anon_sym_break] = ACTIONS(383), [anon_sym_COLON_COLON] = ACTIONS(385), - [anon_sym_BANGin] = ACTIONS(203), - [anon_sym_is] = ACTIONS(205), - [anon_sym_BANGis] = ACTIONS(203), + [anon_sym_BANGin] = ACTIONS(199), + [anon_sym_is] = ACTIONS(201), + [anon_sym_BANGis] = ACTIONS(199), [anon_sym_PLUS] = ACTIONS(1119), [anon_sym_DASH] = ACTIONS(1119), [anon_sym_PLUS_PLUS] = ACTIONS(1121), @@ -34370,7 +34478,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(395), [anon_sym_break_AT] = ACTIONS(397), - [sym_real_literal] = ACTIONS(947), + [sym_real_literal] = ACTIONS(979), [sym_integer_literal] = ACTIONS(401), [sym_hex_literal] = ACTIONS(403), [sym_bin_literal] = ACTIONS(403), @@ -34378,92 +34486,92 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(405), [anon_sym_SQUOTE] = ACTIONS(407), [sym__backtick_identifier] = ACTIONS(409), - [sym__automatic_semicolon] = ACTIONS(203), + [sym__automatic_semicolon] = ACTIONS(199), [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(411), }, [58] = { - [sym_type_alias] = STATE(8135), - [sym__declaration] = STATE(8135), - [sym_class_declaration] = STATE(8135), - [sym_function_declaration] = STATE(8135), - [sym_variable_declaration] = STATE(8523), - [sym_property_declaration] = STATE(8135), - [sym_getter] = STATE(8135), - [sym_setter] = STATE(8135), - [sym_object_declaration] = STATE(8135), - [sym_statements] = STATE(9223), - [sym__statement] = STATE(8135), - [sym__loop_statement] = STATE(8135), - [sym_for_statement] = STATE(8135), - [sym_while_statement] = STATE(8135), - [sym_do_while_statement] = STATE(8135), - [sym_assignment] = STATE(8135), - [sym__expression] = STATE(4204), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4455), - [sym_parenthesized_expression] = STATE(4455), - [sym_collection_literal] = STATE(4455), - [sym__literal_constant] = STATE(4455), - [sym_string_literal] = STATE(4455), - [sym_lambda_literal] = STATE(4455), - [sym_multi_variable_declaration] = STATE(8523), - [sym_lambda_parameters] = STATE(9284), - [sym__lambda_parameter] = STATE(8523), - [sym_anonymous_function] = STATE(4455), - [sym__function_literal] = STATE(4455), - [sym_object_literal] = STATE(4455), - [sym_this_expression] = STATE(4455), - [sym_super_expression] = STATE(4455), - [sym_if_expression] = STATE(4455), - [sym_when_expression] = STATE(4455), - [sym_try_expression] = STATE(4455), - [sym_jump_expression] = STATE(4455), - [sym_callable_reference] = STATE(4455), - [sym__prefix_unary_operator] = STATE(1637), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7901), - [sym_modifiers] = STATE(7684), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), + [sym_type_alias] = STATE(8308), + [sym__declaration] = STATE(8308), + [sym_class_declaration] = STATE(8308), + [sym_function_declaration] = STATE(8308), + [sym_variable_declaration] = STATE(8372), + [sym_property_declaration] = STATE(8308), + [sym_getter] = STATE(8308), + [sym_setter] = STATE(8308), + [sym_object_declaration] = STATE(8308), + [sym_statements] = STATE(9169), + [sym__statement] = STATE(8308), + [sym__loop_statement] = STATE(8308), + [sym_for_statement] = STATE(8308), + [sym_while_statement] = STATE(8308), + [sym_do_while_statement] = STATE(8308), + [sym_assignment] = STATE(8308), + [sym__expression] = STATE(4196), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4470), + [sym_parenthesized_expression] = STATE(4470), + [sym_collection_literal] = STATE(4470), + [sym__literal_constant] = STATE(4470), + [sym_string_literal] = STATE(4470), + [sym_lambda_literal] = STATE(4470), + [sym_multi_variable_declaration] = STATE(8372), + [sym_lambda_parameters] = STATE(9432), + [sym__lambda_parameter] = STATE(8372), + [sym_anonymous_function] = STATE(4470), + [sym__function_literal] = STATE(4470), + [sym_object_literal] = STATE(4470), + [sym_this_expression] = STATE(4470), + [sym_super_expression] = STATE(4470), + [sym_if_expression] = STATE(4470), + [sym_when_expression] = STATE(4470), + [sym_try_expression] = STATE(4470), + [sym_jump_expression] = STATE(4470), + [sym_callable_reference] = STATE(4470), + [sym__prefix_unary_operator] = STATE(1926), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7921), + [sym_modifiers] = STATE(7781), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), [sym_annotation] = STATE(338), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5097), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4455), - [sym_long_literal] = STATE(4455), - [sym_boolean_literal] = STATE(4455), - [sym_character_literal] = STATE(4455), - [sym__lexical_identifier] = STATE(4529), - [aux_sym__statement_repeat1] = STATE(820), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(5132), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4470), + [sym_long_literal] = STATE(4470), + [sym_boolean_literal] = STATE(4470), + [sym_character_literal] = STATE(4470), + [sym__lexical_identifier] = STATE(4566), + [aux_sym__statement_repeat1] = STATE(811), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(13), @@ -34543,87 +34651,87 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(109), }, [59] = { - [sym_type_alias] = STATE(8135), - [sym__declaration] = STATE(8135), - [sym_class_declaration] = STATE(8135), - [sym_function_declaration] = STATE(8135), - [sym_variable_declaration] = STATE(8523), - [sym_property_declaration] = STATE(8135), - [sym_getter] = STATE(8135), - [sym_setter] = STATE(8135), - [sym_object_declaration] = STATE(8135), - [sym_statements] = STATE(9303), - [sym__statement] = STATE(8135), - [sym__loop_statement] = STATE(8135), - [sym_for_statement] = STATE(8135), - [sym_while_statement] = STATE(8135), - [sym_do_while_statement] = STATE(8135), - [sym_assignment] = STATE(8135), - [sym__expression] = STATE(4204), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4455), - [sym_parenthesized_expression] = STATE(4455), - [sym_collection_literal] = STATE(4455), - [sym__literal_constant] = STATE(4455), - [sym_string_literal] = STATE(4455), - [sym_lambda_literal] = STATE(4455), - [sym_multi_variable_declaration] = STATE(8523), - [sym_lambda_parameters] = STATE(9152), - [sym__lambda_parameter] = STATE(8523), - [sym_anonymous_function] = STATE(4455), - [sym__function_literal] = STATE(4455), - [sym_object_literal] = STATE(4455), - [sym_this_expression] = STATE(4455), - [sym_super_expression] = STATE(4455), - [sym_if_expression] = STATE(4455), - [sym_when_expression] = STATE(4455), - [sym_try_expression] = STATE(4455), - [sym_jump_expression] = STATE(4455), - [sym_callable_reference] = STATE(4455), - [sym__prefix_unary_operator] = STATE(1637), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7901), - [sym_modifiers] = STATE(7684), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), + [sym_type_alias] = STATE(8308), + [sym__declaration] = STATE(8308), + [sym_class_declaration] = STATE(8308), + [sym_function_declaration] = STATE(8308), + [sym_variable_declaration] = STATE(8372), + [sym_property_declaration] = STATE(8308), + [sym_getter] = STATE(8308), + [sym_setter] = STATE(8308), + [sym_object_declaration] = STATE(8308), + [sym_statements] = STATE(9312), + [sym__statement] = STATE(8308), + [sym__loop_statement] = STATE(8308), + [sym_for_statement] = STATE(8308), + [sym_while_statement] = STATE(8308), + [sym_do_while_statement] = STATE(8308), + [sym_assignment] = STATE(8308), + [sym__expression] = STATE(4196), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4470), + [sym_parenthesized_expression] = STATE(4470), + [sym_collection_literal] = STATE(4470), + [sym__literal_constant] = STATE(4470), + [sym_string_literal] = STATE(4470), + [sym_lambda_literal] = STATE(4470), + [sym_multi_variable_declaration] = STATE(8372), + [sym_lambda_parameters] = STATE(9479), + [sym__lambda_parameter] = STATE(8372), + [sym_anonymous_function] = STATE(4470), + [sym__function_literal] = STATE(4470), + [sym_object_literal] = STATE(4470), + [sym_this_expression] = STATE(4470), + [sym_super_expression] = STATE(4470), + [sym_if_expression] = STATE(4470), + [sym_when_expression] = STATE(4470), + [sym_try_expression] = STATE(4470), + [sym_jump_expression] = STATE(4470), + [sym_callable_reference] = STATE(4470), + [sym__prefix_unary_operator] = STATE(1926), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7921), + [sym_modifiers] = STATE(7781), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), [sym_annotation] = STATE(338), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5097), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4455), - [sym_long_literal] = STATE(4455), - [sym_boolean_literal] = STATE(4455), - [sym_character_literal] = STATE(4455), - [sym__lexical_identifier] = STATE(4529), - [aux_sym__statement_repeat1] = STATE(820), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(5132), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4470), + [sym_long_literal] = STATE(4470), + [sym_boolean_literal] = STATE(4470), + [sym_character_literal] = STATE(4470), + [sym__lexical_identifier] = STATE(4566), + [aux_sym__statement_repeat1] = STATE(811), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(13), @@ -34703,98 +34811,97 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(109), }, [60] = { - [sym_import_list] = STATE(80), - [sym_import_header] = STATE(8151), - [sym_type_alias] = STATE(8541), - [sym__declaration] = STATE(8541), - [sym_class_declaration] = STATE(8541), - [sym_function_declaration] = STATE(8541), - [sym_property_declaration] = STATE(8541), - [sym_getter] = STATE(8541), - [sym_setter] = STATE(8541), - [sym_object_declaration] = STATE(8541), - [sym__statement] = STATE(8541), - [sym__loop_statement] = STATE(8541), - [sym_for_statement] = STATE(8541), - [sym_while_statement] = STATE(8541), - [sym_do_while_statement] = STATE(8541), - [sym_assignment] = STATE(8541), - [sym__expression] = STATE(4204), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4455), - [sym_parenthesized_expression] = STATE(4455), - [sym_collection_literal] = STATE(4455), - [sym__literal_constant] = STATE(4455), - [sym_string_literal] = STATE(4455), - [sym_lambda_literal] = STATE(4455), - [sym_anonymous_function] = STATE(4455), - [sym__function_literal] = STATE(4455), - [sym_object_literal] = STATE(4455), - [sym_this_expression] = STATE(4455), - [sym_super_expression] = STATE(4455), - [sym_if_expression] = STATE(4455), - [sym_when_expression] = STATE(4455), - [sym_try_expression] = STATE(4455), - [sym_jump_expression] = STATE(4455), - [sym_callable_reference] = STATE(4455), - [sym__prefix_unary_operator] = STATE(1637), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7901), - [sym_modifiers] = STATE(7684), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), + [sym_type_alias] = STATE(8308), + [sym__declaration] = STATE(8308), + [sym_class_declaration] = STATE(8308), + [sym_function_declaration] = STATE(8308), + [sym_variable_declaration] = STATE(8372), + [sym_property_declaration] = STATE(8308), + [sym_getter] = STATE(8308), + [sym_setter] = STATE(8308), + [sym_object_declaration] = STATE(8308), + [sym_statements] = STATE(9383), + [sym__statement] = STATE(8308), + [sym__loop_statement] = STATE(8308), + [sym_for_statement] = STATE(8308), + [sym_while_statement] = STATE(8308), + [sym_do_while_statement] = STATE(8308), + [sym_assignment] = STATE(8308), + [sym__expression] = STATE(4196), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4470), + [sym_parenthesized_expression] = STATE(4470), + [sym_collection_literal] = STATE(4470), + [sym__literal_constant] = STATE(4470), + [sym_string_literal] = STATE(4470), + [sym_lambda_literal] = STATE(4470), + [sym_multi_variable_declaration] = STATE(8372), + [sym_lambda_parameters] = STATE(9282), + [sym__lambda_parameter] = STATE(8372), + [sym_anonymous_function] = STATE(4470), + [sym__function_literal] = STATE(4470), + [sym_object_literal] = STATE(4470), + [sym_this_expression] = STATE(4470), + [sym_super_expression] = STATE(4470), + [sym_if_expression] = STATE(4470), + [sym_when_expression] = STATE(4470), + [sym_try_expression] = STATE(4470), + [sym_jump_expression] = STATE(4470), + [sym_callable_reference] = STATE(4470), + [sym__prefix_unary_operator] = STATE(1926), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7921), + [sym_modifiers] = STATE(7781), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), [sym_annotation] = STATE(338), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4990), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4455), - [sym_long_literal] = STATE(4455), - [sym_boolean_literal] = STATE(4455), - [sym_character_literal] = STATE(4455), - [sym__lexical_identifier] = STATE(4529), - [aux_sym_source_file_repeat2] = STATE(80), - [aux_sym_source_file_repeat3] = STATE(214), - [aux_sym_import_list_repeat1] = STATE(8151), - [aux_sym__statement_repeat1] = STATE(820), - [aux_sym_modifiers_repeat1] = STATE(5441), - [ts_builtin_sym_end] = ACTIONS(1125), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(5132), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4470), + [sym_long_literal] = STATE(4470), + [sym_boolean_literal] = STATE(4470), + [sym_character_literal] = STATE(4470), + [sym__lexical_identifier] = STATE(4566), + [aux_sym__statement_repeat1] = STATE(811), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_import] = ACTIONS(17), [anon_sym_typealias] = ACTIONS(19), [anon_sym_class] = ACTIONS(21), [anon_sym_interface] = ACTIONS(21), [anon_sym_enum] = ACTIONS(23), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_RBRACE] = ACTIONS(1161), + [anon_sym_LPAREN] = ACTIONS(1153), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), [anon_sym_object] = ACTIONS(31), @@ -34804,6 +34911,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_this] = ACTIONS(39), [anon_sym_super] = ACTIONS(41), [anon_sym_STAR] = ACTIONS(43), + [anon_sym_DASH_GT] = ACTIONS(1163), [sym_label] = ACTIONS(45), [anon_sym_for] = ACTIONS(47), [anon_sym_while] = ACTIONS(49), @@ -34863,87 +34971,87 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(109), }, [61] = { - [sym_type_alias] = STATE(8135), - [sym__declaration] = STATE(8135), - [sym_class_declaration] = STATE(8135), - [sym_function_declaration] = STATE(8135), - [sym_variable_declaration] = STATE(8523), - [sym_property_declaration] = STATE(8135), - [sym_getter] = STATE(8135), - [sym_setter] = STATE(8135), - [sym_object_declaration] = STATE(8135), - [sym_statements] = STATE(9465), - [sym__statement] = STATE(8135), - [sym__loop_statement] = STATE(8135), - [sym_for_statement] = STATE(8135), - [sym_while_statement] = STATE(8135), - [sym_do_while_statement] = STATE(8135), - [sym_assignment] = STATE(8135), - [sym__expression] = STATE(4204), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4455), - [sym_parenthesized_expression] = STATE(4455), - [sym_collection_literal] = STATE(4455), - [sym__literal_constant] = STATE(4455), - [sym_string_literal] = STATE(4455), - [sym_lambda_literal] = STATE(4455), - [sym_multi_variable_declaration] = STATE(8523), - [sym_lambda_parameters] = STATE(9188), - [sym__lambda_parameter] = STATE(8523), - [sym_anonymous_function] = STATE(4455), - [sym__function_literal] = STATE(4455), - [sym_object_literal] = STATE(4455), - [sym_this_expression] = STATE(4455), - [sym_super_expression] = STATE(4455), - [sym_if_expression] = STATE(4455), - [sym_when_expression] = STATE(4455), - [sym_try_expression] = STATE(4455), - [sym_jump_expression] = STATE(4455), - [sym_callable_reference] = STATE(4455), - [sym__prefix_unary_operator] = STATE(1637), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7901), - [sym_modifiers] = STATE(7684), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), + [sym_type_alias] = STATE(8308), + [sym__declaration] = STATE(8308), + [sym_class_declaration] = STATE(8308), + [sym_function_declaration] = STATE(8308), + [sym_variable_declaration] = STATE(8372), + [sym_property_declaration] = STATE(8308), + [sym_getter] = STATE(8308), + [sym_setter] = STATE(8308), + [sym_object_declaration] = STATE(8308), + [sym_statements] = STATE(9340), + [sym__statement] = STATE(8308), + [sym__loop_statement] = STATE(8308), + [sym_for_statement] = STATE(8308), + [sym_while_statement] = STATE(8308), + [sym_do_while_statement] = STATE(8308), + [sym_assignment] = STATE(8308), + [sym__expression] = STATE(4196), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4470), + [sym_parenthesized_expression] = STATE(4470), + [sym_collection_literal] = STATE(4470), + [sym__literal_constant] = STATE(4470), + [sym_string_literal] = STATE(4470), + [sym_lambda_literal] = STATE(4470), + [sym_multi_variable_declaration] = STATE(8372), + [sym_lambda_parameters] = STATE(9282), + [sym__lambda_parameter] = STATE(8372), + [sym_anonymous_function] = STATE(4470), + [sym__function_literal] = STATE(4470), + [sym_object_literal] = STATE(4470), + [sym_this_expression] = STATE(4470), + [sym_super_expression] = STATE(4470), + [sym_if_expression] = STATE(4470), + [sym_when_expression] = STATE(4470), + [sym_try_expression] = STATE(4470), + [sym_jump_expression] = STATE(4470), + [sym_callable_reference] = STATE(4470), + [sym__prefix_unary_operator] = STATE(1926), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7921), + [sym_modifiers] = STATE(7781), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), [sym_annotation] = STATE(338), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5097), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4455), - [sym_long_literal] = STATE(4455), - [sym_boolean_literal] = STATE(4455), - [sym_character_literal] = STATE(4455), - [sym__lexical_identifier] = STATE(4529), - [aux_sym__statement_repeat1] = STATE(820), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(5132), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4470), + [sym_long_literal] = STATE(4470), + [sym_boolean_literal] = STATE(4470), + [sym_character_literal] = STATE(4470), + [sym__lexical_identifier] = STATE(4566), + [aux_sym__statement_repeat1] = STATE(811), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(13), @@ -34952,7 +35060,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_interface] = ACTIONS(21), [anon_sym_enum] = ACTIONS(23), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(1161), + [anon_sym_RBRACE] = ACTIONS(1165), [anon_sym_LPAREN] = ACTIONS(1153), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), @@ -35023,97 +35131,98 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(109), }, [62] = { - [sym_type_alias] = STATE(8135), - [sym__declaration] = STATE(8135), - [sym_class_declaration] = STATE(8135), - [sym_function_declaration] = STATE(8135), - [sym_variable_declaration] = STATE(8523), - [sym_property_declaration] = STATE(8135), - [sym_getter] = STATE(8135), - [sym_setter] = STATE(8135), - [sym_object_declaration] = STATE(8135), - [sym_statements] = STATE(9202), - [sym__statement] = STATE(8135), - [sym__loop_statement] = STATE(8135), - [sym_for_statement] = STATE(8135), - [sym_while_statement] = STATE(8135), - [sym_do_while_statement] = STATE(8135), - [sym_assignment] = STATE(8135), - [sym__expression] = STATE(4204), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4455), - [sym_parenthesized_expression] = STATE(4455), - [sym_collection_literal] = STATE(4455), - [sym__literal_constant] = STATE(4455), - [sym_string_literal] = STATE(4455), - [sym_lambda_literal] = STATE(4455), - [sym_multi_variable_declaration] = STATE(8523), - [sym_lambda_parameters] = STATE(9089), - [sym__lambda_parameter] = STATE(8523), - [sym_anonymous_function] = STATE(4455), - [sym__function_literal] = STATE(4455), - [sym_object_literal] = STATE(4455), - [sym_this_expression] = STATE(4455), - [sym_super_expression] = STATE(4455), - [sym_if_expression] = STATE(4455), - [sym_when_expression] = STATE(4455), - [sym_try_expression] = STATE(4455), - [sym_jump_expression] = STATE(4455), - [sym_callable_reference] = STATE(4455), - [sym__prefix_unary_operator] = STATE(1637), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7901), - [sym_modifiers] = STATE(7684), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), + [sym_import_list] = STATE(3082), + [sym_import_header] = STATE(8215), + [sym_type_alias] = STATE(8664), + [sym__declaration] = STATE(8664), + [sym_class_declaration] = STATE(8664), + [sym_function_declaration] = STATE(8664), + [sym_property_declaration] = STATE(8664), + [sym_getter] = STATE(8664), + [sym_setter] = STATE(8664), + [sym_object_declaration] = STATE(8664), + [sym__statement] = STATE(8664), + [sym__loop_statement] = STATE(8664), + [sym_for_statement] = STATE(8664), + [sym_while_statement] = STATE(8664), + [sym_do_while_statement] = STATE(8664), + [sym_assignment] = STATE(8664), + [sym__expression] = STATE(4196), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4470), + [sym_parenthesized_expression] = STATE(4470), + [sym_collection_literal] = STATE(4470), + [sym__literal_constant] = STATE(4470), + [sym_string_literal] = STATE(4470), + [sym_lambda_literal] = STATE(4470), + [sym_anonymous_function] = STATE(4470), + [sym__function_literal] = STATE(4470), + [sym_object_literal] = STATE(4470), + [sym_this_expression] = STATE(4470), + [sym_super_expression] = STATE(4470), + [sym_if_expression] = STATE(4470), + [sym_when_expression] = STATE(4470), + [sym_try_expression] = STATE(4470), + [sym_jump_expression] = STATE(4470), + [sym_callable_reference] = STATE(4470), + [sym__prefix_unary_operator] = STATE(1926), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7921), + [sym_modifiers] = STATE(7781), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), [sym_annotation] = STATE(338), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5097), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4455), - [sym_long_literal] = STATE(4455), - [sym_boolean_literal] = STATE(4455), - [sym_character_literal] = STATE(4455), - [sym__lexical_identifier] = STATE(4529), - [aux_sym__statement_repeat1] = STATE(820), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4920), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4470), + [sym_long_literal] = STATE(4470), + [sym_boolean_literal] = STATE(4470), + [sym_character_literal] = STATE(4470), + [sym__lexical_identifier] = STATE(4566), + [aux_sym_source_file_repeat2] = STATE(3082), + [aux_sym_source_file_repeat3] = STATE(237), + [aux_sym_import_list_repeat1] = STATE(8215), + [aux_sym__statement_repeat1] = STATE(811), + [aux_sym_modifiers_repeat1] = STATE(5459), + [ts_builtin_sym_end] = ACTIONS(1123), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_import] = ACTIONS(17), [anon_sym_typealias] = ACTIONS(19), [anon_sym_class] = ACTIONS(21), [anon_sym_interface] = ACTIONS(21), [anon_sym_enum] = ACTIONS(23), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(1165), - [anon_sym_LPAREN] = ACTIONS(1153), + [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), [anon_sym_object] = ACTIONS(31), @@ -35123,7 +35232,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_this] = ACTIONS(39), [anon_sym_super] = ACTIONS(41), [anon_sym_STAR] = ACTIONS(43), - [anon_sym_DASH_GT] = ACTIONS(1167), [sym_label] = ACTIONS(45), [anon_sym_for] = ACTIONS(47), [anon_sym_while] = ACTIONS(49), @@ -35183,87 +35291,87 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(109), }, [63] = { - [sym_type_alias] = STATE(8135), - [sym__declaration] = STATE(8135), - [sym_class_declaration] = STATE(8135), - [sym_function_declaration] = STATE(8135), - [sym_variable_declaration] = STATE(8523), - [sym_property_declaration] = STATE(8135), - [sym_getter] = STATE(8135), - [sym_setter] = STATE(8135), - [sym_object_declaration] = STATE(8135), - [sym_statements] = STATE(9209), - [sym__statement] = STATE(8135), - [sym__loop_statement] = STATE(8135), - [sym_for_statement] = STATE(8135), - [sym_while_statement] = STATE(8135), - [sym_do_while_statement] = STATE(8135), - [sym_assignment] = STATE(8135), - [sym__expression] = STATE(4204), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4455), - [sym_parenthesized_expression] = STATE(4455), - [sym_collection_literal] = STATE(4455), - [sym__literal_constant] = STATE(4455), - [sym_string_literal] = STATE(4455), - [sym_lambda_literal] = STATE(4455), - [sym_multi_variable_declaration] = STATE(8523), - [sym_lambda_parameters] = STATE(9284), - [sym__lambda_parameter] = STATE(8523), - [sym_anonymous_function] = STATE(4455), - [sym__function_literal] = STATE(4455), - [sym_object_literal] = STATE(4455), - [sym_this_expression] = STATE(4455), - [sym_super_expression] = STATE(4455), - [sym_if_expression] = STATE(4455), - [sym_when_expression] = STATE(4455), - [sym_try_expression] = STATE(4455), - [sym_jump_expression] = STATE(4455), - [sym_callable_reference] = STATE(4455), - [sym__prefix_unary_operator] = STATE(1637), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7901), - [sym_modifiers] = STATE(7684), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), + [sym_type_alias] = STATE(8308), + [sym__declaration] = STATE(8308), + [sym_class_declaration] = STATE(8308), + [sym_function_declaration] = STATE(8308), + [sym_variable_declaration] = STATE(8372), + [sym_property_declaration] = STATE(8308), + [sym_getter] = STATE(8308), + [sym_setter] = STATE(8308), + [sym_object_declaration] = STATE(8308), + [sym_statements] = STATE(9429), + [sym__statement] = STATE(8308), + [sym__loop_statement] = STATE(8308), + [sym_for_statement] = STATE(8308), + [sym_while_statement] = STATE(8308), + [sym_do_while_statement] = STATE(8308), + [sym_assignment] = STATE(8308), + [sym__expression] = STATE(4196), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4470), + [sym_parenthesized_expression] = STATE(4470), + [sym_collection_literal] = STATE(4470), + [sym__literal_constant] = STATE(4470), + [sym_string_literal] = STATE(4470), + [sym_lambda_literal] = STATE(4470), + [sym_multi_variable_declaration] = STATE(8372), + [sym_lambda_parameters] = STATE(9432), + [sym__lambda_parameter] = STATE(8372), + [sym_anonymous_function] = STATE(4470), + [sym__function_literal] = STATE(4470), + [sym_object_literal] = STATE(4470), + [sym_this_expression] = STATE(4470), + [sym_super_expression] = STATE(4470), + [sym_if_expression] = STATE(4470), + [sym_when_expression] = STATE(4470), + [sym_try_expression] = STATE(4470), + [sym_jump_expression] = STATE(4470), + [sym_callable_reference] = STATE(4470), + [sym__prefix_unary_operator] = STATE(1926), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7921), + [sym_modifiers] = STATE(7781), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), [sym_annotation] = STATE(338), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5097), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4455), - [sym_long_literal] = STATE(4455), - [sym_boolean_literal] = STATE(4455), - [sym_character_literal] = STATE(4455), - [sym__lexical_identifier] = STATE(4529), - [aux_sym__statement_repeat1] = STATE(820), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(5132), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4470), + [sym_long_literal] = STATE(4470), + [sym_boolean_literal] = STATE(4470), + [sym_character_literal] = STATE(4470), + [sym__lexical_identifier] = STATE(4566), + [aux_sym__statement_repeat1] = STATE(811), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(13), @@ -35272,7 +35380,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_interface] = ACTIONS(21), [anon_sym_enum] = ACTIONS(23), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(1169), + [anon_sym_RBRACE] = ACTIONS(1167), [anon_sym_LPAREN] = ACTIONS(1153), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), @@ -35343,87 +35451,87 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(109), }, [64] = { - [sym_type_alias] = STATE(8135), - [sym__declaration] = STATE(8135), - [sym_class_declaration] = STATE(8135), - [sym_function_declaration] = STATE(8135), - [sym_variable_declaration] = STATE(8523), - [sym_property_declaration] = STATE(8135), - [sym_getter] = STATE(8135), - [sym_setter] = STATE(8135), - [sym_object_declaration] = STATE(8135), - [sym_statements] = STATE(9385), - [sym__statement] = STATE(8135), - [sym__loop_statement] = STATE(8135), - [sym_for_statement] = STATE(8135), - [sym_while_statement] = STATE(8135), - [sym_do_while_statement] = STATE(8135), - [sym_assignment] = STATE(8135), - [sym__expression] = STATE(4204), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4455), - [sym_parenthesized_expression] = STATE(4455), - [sym_collection_literal] = STATE(4455), - [sym__literal_constant] = STATE(4455), - [sym_string_literal] = STATE(4455), - [sym_lambda_literal] = STATE(4455), - [sym_multi_variable_declaration] = STATE(8523), - [sym_lambda_parameters] = STATE(9114), - [sym__lambda_parameter] = STATE(8523), - [sym_anonymous_function] = STATE(4455), - [sym__function_literal] = STATE(4455), - [sym_object_literal] = STATE(4455), - [sym_this_expression] = STATE(4455), - [sym_super_expression] = STATE(4455), - [sym_if_expression] = STATE(4455), - [sym_when_expression] = STATE(4455), - [sym_try_expression] = STATE(4455), - [sym_jump_expression] = STATE(4455), - [sym_callable_reference] = STATE(4455), - [sym__prefix_unary_operator] = STATE(1637), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7901), - [sym_modifiers] = STATE(7684), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), + [sym_type_alias] = STATE(8308), + [sym__declaration] = STATE(8308), + [sym_class_declaration] = STATE(8308), + [sym_function_declaration] = STATE(8308), + [sym_variable_declaration] = STATE(8372), + [sym_property_declaration] = STATE(8308), + [sym_getter] = STATE(8308), + [sym_setter] = STATE(8308), + [sym_object_declaration] = STATE(8308), + [sym_statements] = STATE(9481), + [sym__statement] = STATE(8308), + [sym__loop_statement] = STATE(8308), + [sym_for_statement] = STATE(8308), + [sym_while_statement] = STATE(8308), + [sym_do_while_statement] = STATE(8308), + [sym_assignment] = STATE(8308), + [sym__expression] = STATE(4196), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4470), + [sym_parenthesized_expression] = STATE(4470), + [sym_collection_literal] = STATE(4470), + [sym__literal_constant] = STATE(4470), + [sym_string_literal] = STATE(4470), + [sym_lambda_literal] = STATE(4470), + [sym_multi_variable_declaration] = STATE(8372), + [sym_lambda_parameters] = STATE(9479), + [sym__lambda_parameter] = STATE(8372), + [sym_anonymous_function] = STATE(4470), + [sym__function_literal] = STATE(4470), + [sym_object_literal] = STATE(4470), + [sym_this_expression] = STATE(4470), + [sym_super_expression] = STATE(4470), + [sym_if_expression] = STATE(4470), + [sym_when_expression] = STATE(4470), + [sym_try_expression] = STATE(4470), + [sym_jump_expression] = STATE(4470), + [sym_callable_reference] = STATE(4470), + [sym__prefix_unary_operator] = STATE(1926), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7921), + [sym_modifiers] = STATE(7781), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), [sym_annotation] = STATE(338), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5097), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4455), - [sym_long_literal] = STATE(4455), - [sym_boolean_literal] = STATE(4455), - [sym_character_literal] = STATE(4455), - [sym__lexical_identifier] = STATE(4529), - [aux_sym__statement_repeat1] = STATE(820), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(5132), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4470), + [sym_long_literal] = STATE(4470), + [sym_boolean_literal] = STATE(4470), + [sym_character_literal] = STATE(4470), + [sym__lexical_identifier] = STATE(4566), + [aux_sym__statement_repeat1] = STATE(811), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(13), @@ -35432,7 +35540,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_interface] = ACTIONS(21), [anon_sym_enum] = ACTIONS(23), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(1171), + [anon_sym_RBRACE] = ACTIONS(1169), [anon_sym_LPAREN] = ACTIONS(1153), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), @@ -35443,7 +35551,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_this] = ACTIONS(39), [anon_sym_super] = ACTIONS(41), [anon_sym_STAR] = ACTIONS(43), - [anon_sym_DASH_GT] = ACTIONS(1173), + [anon_sym_DASH_GT] = ACTIONS(1159), [sym_label] = ACTIONS(45), [anon_sym_for] = ACTIONS(47), [anon_sym_while] = ACTIONS(49), @@ -35503,98 +35611,97 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(109), }, [65] = { - [sym_import_list] = STATE(3045), - [sym_import_header] = STATE(8151), - [sym_type_alias] = STATE(8541), - [sym__declaration] = STATE(8541), - [sym_class_declaration] = STATE(8541), - [sym_function_declaration] = STATE(8541), - [sym_property_declaration] = STATE(8541), - [sym_getter] = STATE(8541), - [sym_setter] = STATE(8541), - [sym_object_declaration] = STATE(8541), - [sym__statement] = STATE(8541), - [sym__loop_statement] = STATE(8541), - [sym_for_statement] = STATE(8541), - [sym_while_statement] = STATE(8541), - [sym_do_while_statement] = STATE(8541), - [sym_assignment] = STATE(8541), - [sym__expression] = STATE(4204), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4455), - [sym_parenthesized_expression] = STATE(4455), - [sym_collection_literal] = STATE(4455), - [sym__literal_constant] = STATE(4455), - [sym_string_literal] = STATE(4455), - [sym_lambda_literal] = STATE(4455), - [sym_anonymous_function] = STATE(4455), - [sym__function_literal] = STATE(4455), - [sym_object_literal] = STATE(4455), - [sym_this_expression] = STATE(4455), - [sym_super_expression] = STATE(4455), - [sym_if_expression] = STATE(4455), - [sym_when_expression] = STATE(4455), - [sym_try_expression] = STATE(4455), - [sym_jump_expression] = STATE(4455), - [sym_callable_reference] = STATE(4455), - [sym__prefix_unary_operator] = STATE(1637), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7901), - [sym_modifiers] = STATE(7684), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), + [sym_type_alias] = STATE(8308), + [sym__declaration] = STATE(8308), + [sym_class_declaration] = STATE(8308), + [sym_function_declaration] = STATE(8308), + [sym_variable_declaration] = STATE(8372), + [sym_property_declaration] = STATE(8308), + [sym_getter] = STATE(8308), + [sym_setter] = STATE(8308), + [sym_object_declaration] = STATE(8308), + [sym_statements] = STATE(9300), + [sym__statement] = STATE(8308), + [sym__loop_statement] = STATE(8308), + [sym_for_statement] = STATE(8308), + [sym_while_statement] = STATE(8308), + [sym_do_while_statement] = STATE(8308), + [sym_assignment] = STATE(8308), + [sym__expression] = STATE(4196), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4470), + [sym_parenthesized_expression] = STATE(4470), + [sym_collection_literal] = STATE(4470), + [sym__literal_constant] = STATE(4470), + [sym_string_literal] = STATE(4470), + [sym_lambda_literal] = STATE(4470), + [sym_multi_variable_declaration] = STATE(8372), + [sym_lambda_parameters] = STATE(9358), + [sym__lambda_parameter] = STATE(8372), + [sym_anonymous_function] = STATE(4470), + [sym__function_literal] = STATE(4470), + [sym_object_literal] = STATE(4470), + [sym_this_expression] = STATE(4470), + [sym_super_expression] = STATE(4470), + [sym_if_expression] = STATE(4470), + [sym_when_expression] = STATE(4470), + [sym_try_expression] = STATE(4470), + [sym_jump_expression] = STATE(4470), + [sym_callable_reference] = STATE(4470), + [sym__prefix_unary_operator] = STATE(1926), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7921), + [sym_modifiers] = STATE(7781), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), [sym_annotation] = STATE(338), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4990), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4455), - [sym_long_literal] = STATE(4455), - [sym_boolean_literal] = STATE(4455), - [sym_character_literal] = STATE(4455), - [sym__lexical_identifier] = STATE(4529), - [aux_sym_source_file_repeat2] = STATE(3045), - [aux_sym_source_file_repeat3] = STATE(214), - [aux_sym_import_list_repeat1] = STATE(8151), - [aux_sym__statement_repeat1] = STATE(820), - [aux_sym_modifiers_repeat1] = STATE(5441), - [ts_builtin_sym_end] = ACTIONS(1125), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(5132), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4470), + [sym_long_literal] = STATE(4470), + [sym_boolean_literal] = STATE(4470), + [sym_character_literal] = STATE(4470), + [sym__lexical_identifier] = STATE(4566), + [aux_sym__statement_repeat1] = STATE(811), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_import] = ACTIONS(17), [anon_sym_typealias] = ACTIONS(19), [anon_sym_class] = ACTIONS(21), [anon_sym_interface] = ACTIONS(21), [anon_sym_enum] = ACTIONS(23), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_RBRACE] = ACTIONS(1171), + [anon_sym_LPAREN] = ACTIONS(1153), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), [anon_sym_object] = ACTIONS(31), @@ -35604,6 +35711,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_this] = ACTIONS(39), [anon_sym_super] = ACTIONS(41), [anon_sym_STAR] = ACTIONS(43), + [anon_sym_DASH_GT] = ACTIONS(1173), [sym_label] = ACTIONS(45), [anon_sym_for] = ACTIONS(47), [anon_sym_while] = ACTIONS(49), @@ -35663,97 +35771,98 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(109), }, [66] = { - [sym_type_alias] = STATE(8135), - [sym__declaration] = STATE(8135), - [sym_class_declaration] = STATE(8135), - [sym_function_declaration] = STATE(8135), - [sym_variable_declaration] = STATE(8523), - [sym_property_declaration] = STATE(8135), - [sym_getter] = STATE(8135), - [sym_setter] = STATE(8135), - [sym_object_declaration] = STATE(8135), - [sym_statements] = STATE(9174), - [sym__statement] = STATE(8135), - [sym__loop_statement] = STATE(8135), - [sym_for_statement] = STATE(8135), - [sym_while_statement] = STATE(8135), - [sym_do_while_statement] = STATE(8135), - [sym_assignment] = STATE(8135), - [sym__expression] = STATE(4204), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4455), - [sym_parenthesized_expression] = STATE(4455), - [sym_collection_literal] = STATE(4455), - [sym__literal_constant] = STATE(4455), - [sym_string_literal] = STATE(4455), - [sym_lambda_literal] = STATE(4455), - [sym_multi_variable_declaration] = STATE(8523), - [sym_lambda_parameters] = STATE(9188), - [sym__lambda_parameter] = STATE(8523), - [sym_anonymous_function] = STATE(4455), - [sym__function_literal] = STATE(4455), - [sym_object_literal] = STATE(4455), - [sym_this_expression] = STATE(4455), - [sym_super_expression] = STATE(4455), - [sym_if_expression] = STATE(4455), - [sym_when_expression] = STATE(4455), - [sym_try_expression] = STATE(4455), - [sym_jump_expression] = STATE(4455), - [sym_callable_reference] = STATE(4455), - [sym__prefix_unary_operator] = STATE(1637), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7901), - [sym_modifiers] = STATE(7684), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), + [sym_import_list] = STATE(79), + [sym_import_header] = STATE(8215), + [sym_type_alias] = STATE(8664), + [sym__declaration] = STATE(8664), + [sym_class_declaration] = STATE(8664), + [sym_function_declaration] = STATE(8664), + [sym_property_declaration] = STATE(8664), + [sym_getter] = STATE(8664), + [sym_setter] = STATE(8664), + [sym_object_declaration] = STATE(8664), + [sym__statement] = STATE(8664), + [sym__loop_statement] = STATE(8664), + [sym_for_statement] = STATE(8664), + [sym_while_statement] = STATE(8664), + [sym_do_while_statement] = STATE(8664), + [sym_assignment] = STATE(8664), + [sym__expression] = STATE(4196), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4470), + [sym_parenthesized_expression] = STATE(4470), + [sym_collection_literal] = STATE(4470), + [sym__literal_constant] = STATE(4470), + [sym_string_literal] = STATE(4470), + [sym_lambda_literal] = STATE(4470), + [sym_anonymous_function] = STATE(4470), + [sym__function_literal] = STATE(4470), + [sym_object_literal] = STATE(4470), + [sym_this_expression] = STATE(4470), + [sym_super_expression] = STATE(4470), + [sym_if_expression] = STATE(4470), + [sym_when_expression] = STATE(4470), + [sym_try_expression] = STATE(4470), + [sym_jump_expression] = STATE(4470), + [sym_callable_reference] = STATE(4470), + [sym__prefix_unary_operator] = STATE(1926), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7921), + [sym_modifiers] = STATE(7781), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), [sym_annotation] = STATE(338), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5097), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4455), - [sym_long_literal] = STATE(4455), - [sym_boolean_literal] = STATE(4455), - [sym_character_literal] = STATE(4455), - [sym__lexical_identifier] = STATE(4529), - [aux_sym__statement_repeat1] = STATE(820), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4920), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4470), + [sym_long_literal] = STATE(4470), + [sym_boolean_literal] = STATE(4470), + [sym_character_literal] = STATE(4470), + [sym__lexical_identifier] = STATE(4566), + [aux_sym_source_file_repeat2] = STATE(79), + [aux_sym_source_file_repeat3] = STATE(237), + [aux_sym_import_list_repeat1] = STATE(8215), + [aux_sym__statement_repeat1] = STATE(811), + [aux_sym_modifiers_repeat1] = STATE(5459), + [ts_builtin_sym_end] = ACTIONS(1123), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_import] = ACTIONS(17), [anon_sym_typealias] = ACTIONS(19), [anon_sym_class] = ACTIONS(21), [anon_sym_interface] = ACTIONS(21), [anon_sym_enum] = ACTIONS(23), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(1175), - [anon_sym_LPAREN] = ACTIONS(1153), + [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), [anon_sym_object] = ACTIONS(31), @@ -35763,7 +35872,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_this] = ACTIONS(39), [anon_sym_super] = ACTIONS(41), [anon_sym_STAR] = ACTIONS(43), - [anon_sym_DASH_GT] = ACTIONS(1163), [sym_label] = ACTIONS(45), [anon_sym_for] = ACTIONS(47), [anon_sym_while] = ACTIONS(49), @@ -35823,87 +35931,87 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(109), }, [67] = { - [sym_type_alias] = STATE(8135), - [sym__declaration] = STATE(8135), - [sym_class_declaration] = STATE(8135), - [sym_function_declaration] = STATE(8135), - [sym_variable_declaration] = STATE(8523), - [sym_property_declaration] = STATE(8135), - [sym_getter] = STATE(8135), - [sym_setter] = STATE(8135), - [sym_object_declaration] = STATE(8135), - [sym_statements] = STATE(9136), - [sym__statement] = STATE(8135), - [sym__loop_statement] = STATE(8135), - [sym_for_statement] = STATE(8135), - [sym_while_statement] = STATE(8135), - [sym_do_while_statement] = STATE(8135), - [sym_assignment] = STATE(8135), - [sym__expression] = STATE(4204), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4455), - [sym_parenthesized_expression] = STATE(4455), - [sym_collection_literal] = STATE(4455), - [sym__literal_constant] = STATE(4455), - [sym_string_literal] = STATE(4455), - [sym_lambda_literal] = STATE(4455), - [sym_multi_variable_declaration] = STATE(8523), - [sym_lambda_parameters] = STATE(9284), - [sym__lambda_parameter] = STATE(8523), - [sym_anonymous_function] = STATE(4455), - [sym__function_literal] = STATE(4455), - [sym_object_literal] = STATE(4455), - [sym_this_expression] = STATE(4455), - [sym_super_expression] = STATE(4455), - [sym_if_expression] = STATE(4455), - [sym_when_expression] = STATE(4455), - [sym_try_expression] = STATE(4455), - [sym_jump_expression] = STATE(4455), - [sym_callable_reference] = STATE(4455), - [sym__prefix_unary_operator] = STATE(1637), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7901), - [sym_modifiers] = STATE(7684), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), + [sym_type_alias] = STATE(8308), + [sym__declaration] = STATE(8308), + [sym_class_declaration] = STATE(8308), + [sym_function_declaration] = STATE(8308), + [sym_variable_declaration] = STATE(8372), + [sym_property_declaration] = STATE(8308), + [sym_getter] = STATE(8308), + [sym_setter] = STATE(8308), + [sym_object_declaration] = STATE(8308), + [sym_statements] = STATE(9332), + [sym__statement] = STATE(8308), + [sym__loop_statement] = STATE(8308), + [sym_for_statement] = STATE(8308), + [sym_while_statement] = STATE(8308), + [sym_do_while_statement] = STATE(8308), + [sym_assignment] = STATE(8308), + [sym__expression] = STATE(4196), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4470), + [sym_parenthesized_expression] = STATE(4470), + [sym_collection_literal] = STATE(4470), + [sym__literal_constant] = STATE(4470), + [sym_string_literal] = STATE(4470), + [sym_lambda_literal] = STATE(4470), + [sym_multi_variable_declaration] = STATE(8372), + [sym_lambda_parameters] = STATE(9318), + [sym__lambda_parameter] = STATE(8372), + [sym_anonymous_function] = STATE(4470), + [sym__function_literal] = STATE(4470), + [sym_object_literal] = STATE(4470), + [sym_this_expression] = STATE(4470), + [sym_super_expression] = STATE(4470), + [sym_if_expression] = STATE(4470), + [sym_when_expression] = STATE(4470), + [sym_try_expression] = STATE(4470), + [sym_jump_expression] = STATE(4470), + [sym_callable_reference] = STATE(4470), + [sym__prefix_unary_operator] = STATE(1926), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7921), + [sym_modifiers] = STATE(7781), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), [sym_annotation] = STATE(338), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5097), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4455), - [sym_long_literal] = STATE(4455), - [sym_boolean_literal] = STATE(4455), - [sym_character_literal] = STATE(4455), - [sym__lexical_identifier] = STATE(4529), - [aux_sym__statement_repeat1] = STATE(820), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(5132), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4470), + [sym_long_literal] = STATE(4470), + [sym_boolean_literal] = STATE(4470), + [sym_character_literal] = STATE(4470), + [sym__lexical_identifier] = STATE(4566), + [aux_sym__statement_repeat1] = STATE(811), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(13), @@ -35912,7 +36020,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_interface] = ACTIONS(21), [anon_sym_enum] = ACTIONS(23), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(1177), + [anon_sym_RBRACE] = ACTIONS(1175), [anon_sym_LPAREN] = ACTIONS(1153), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), @@ -35923,7 +36031,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_this] = ACTIONS(39), [anon_sym_super] = ACTIONS(41), [anon_sym_STAR] = ACTIONS(43), - [anon_sym_DASH_GT] = ACTIONS(1155), + [anon_sym_DASH_GT] = ACTIONS(1177), [sym_label] = ACTIONS(45), [anon_sym_for] = ACTIONS(47), [anon_sym_while] = ACTIONS(49), @@ -35983,87 +36091,87 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(109), }, [68] = { - [sym_type_alias] = STATE(8135), - [sym__declaration] = STATE(8135), - [sym_class_declaration] = STATE(8135), - [sym_function_declaration] = STATE(8135), - [sym_variable_declaration] = STATE(8523), - [sym_property_declaration] = STATE(8135), - [sym_getter] = STATE(8135), - [sym_setter] = STATE(8135), - [sym_object_declaration] = STATE(8135), - [sym_statements] = STATE(9405), - [sym__statement] = STATE(8135), - [sym__loop_statement] = STATE(8135), - [sym_for_statement] = STATE(8135), - [sym_while_statement] = STATE(8135), - [sym_do_while_statement] = STATE(8135), - [sym_assignment] = STATE(8135), - [sym__expression] = STATE(4204), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4455), - [sym_parenthesized_expression] = STATE(4455), - [sym_collection_literal] = STATE(4455), - [sym__literal_constant] = STATE(4455), - [sym_string_literal] = STATE(4455), - [sym_lambda_literal] = STATE(4455), - [sym_multi_variable_declaration] = STATE(8523), - [sym_lambda_parameters] = STATE(9403), - [sym__lambda_parameter] = STATE(8523), - [sym_anonymous_function] = STATE(4455), - [sym__function_literal] = STATE(4455), - [sym_object_literal] = STATE(4455), - [sym_this_expression] = STATE(4455), - [sym_super_expression] = STATE(4455), - [sym_if_expression] = STATE(4455), - [sym_when_expression] = STATE(4455), - [sym_try_expression] = STATE(4455), - [sym_jump_expression] = STATE(4455), - [sym_callable_reference] = STATE(4455), - [sym__prefix_unary_operator] = STATE(1637), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7901), - [sym_modifiers] = STATE(7684), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), + [sym_type_alias] = STATE(8308), + [sym__declaration] = STATE(8308), + [sym_class_declaration] = STATE(8308), + [sym_function_declaration] = STATE(8308), + [sym_variable_declaration] = STATE(8372), + [sym_property_declaration] = STATE(8308), + [sym_getter] = STATE(8308), + [sym_setter] = STATE(8308), + [sym_object_declaration] = STATE(8308), + [sym_statements] = STATE(9459), + [sym__statement] = STATE(8308), + [sym__loop_statement] = STATE(8308), + [sym_for_statement] = STATE(8308), + [sym_while_statement] = STATE(8308), + [sym_do_while_statement] = STATE(8308), + [sym_assignment] = STATE(8308), + [sym__expression] = STATE(4196), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4470), + [sym_parenthesized_expression] = STATE(4470), + [sym_collection_literal] = STATE(4470), + [sym__literal_constant] = STATE(4470), + [sym_string_literal] = STATE(4470), + [sym_lambda_literal] = STATE(4470), + [sym_multi_variable_declaration] = STATE(8372), + [sym_lambda_parameters] = STATE(9253), + [sym__lambda_parameter] = STATE(8372), + [sym_anonymous_function] = STATE(4470), + [sym__function_literal] = STATE(4470), + [sym_object_literal] = STATE(4470), + [sym_this_expression] = STATE(4470), + [sym_super_expression] = STATE(4470), + [sym_if_expression] = STATE(4470), + [sym_when_expression] = STATE(4470), + [sym_try_expression] = STATE(4470), + [sym_jump_expression] = STATE(4470), + [sym_callable_reference] = STATE(4470), + [sym__prefix_unary_operator] = STATE(1926), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7921), + [sym_modifiers] = STATE(7781), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), [sym_annotation] = STATE(338), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5097), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4455), - [sym_long_literal] = STATE(4455), - [sym_boolean_literal] = STATE(4455), - [sym_character_literal] = STATE(4455), - [sym__lexical_identifier] = STATE(4529), - [aux_sym__statement_repeat1] = STATE(820), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(5132), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4470), + [sym_long_literal] = STATE(4470), + [sym_boolean_literal] = STATE(4470), + [sym_character_literal] = STATE(4470), + [sym__lexical_identifier] = STATE(4566), + [aux_sym__statement_repeat1] = STATE(811), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(13), @@ -36143,98 +36251,97 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(109), }, [69] = { - [sym_import_list] = STATE(3045), - [sym_import_header] = STATE(8151), - [sym_type_alias] = STATE(8541), - [sym__declaration] = STATE(8541), - [sym_class_declaration] = STATE(8541), - [sym_function_declaration] = STATE(8541), - [sym_property_declaration] = STATE(8541), - [sym_getter] = STATE(8541), - [sym_setter] = STATE(8541), - [sym_object_declaration] = STATE(8541), - [sym__statement] = STATE(8541), - [sym__loop_statement] = STATE(8541), - [sym_for_statement] = STATE(8541), - [sym_while_statement] = STATE(8541), - [sym_do_while_statement] = STATE(8541), - [sym_assignment] = STATE(8541), - [sym__expression] = STATE(4204), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4455), - [sym_parenthesized_expression] = STATE(4455), - [sym_collection_literal] = STATE(4455), - [sym__literal_constant] = STATE(4455), - [sym_string_literal] = STATE(4455), - [sym_lambda_literal] = STATE(4455), - [sym_anonymous_function] = STATE(4455), - [sym__function_literal] = STATE(4455), - [sym_object_literal] = STATE(4455), - [sym_this_expression] = STATE(4455), - [sym_super_expression] = STATE(4455), - [sym_if_expression] = STATE(4455), - [sym_when_expression] = STATE(4455), - [sym_try_expression] = STATE(4455), - [sym_jump_expression] = STATE(4455), - [sym_callable_reference] = STATE(4455), - [sym__prefix_unary_operator] = STATE(1637), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7901), - [sym_modifiers] = STATE(7684), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), + [sym_type_alias] = STATE(8308), + [sym__declaration] = STATE(8308), + [sym_class_declaration] = STATE(8308), + [sym_function_declaration] = STATE(8308), + [sym_variable_declaration] = STATE(8372), + [sym_property_declaration] = STATE(8308), + [sym_getter] = STATE(8308), + [sym_setter] = STATE(8308), + [sym_object_declaration] = STATE(8308), + [sym_statements] = STATE(9561), + [sym__statement] = STATE(8308), + [sym__loop_statement] = STATE(8308), + [sym_for_statement] = STATE(8308), + [sym_while_statement] = STATE(8308), + [sym_do_while_statement] = STATE(8308), + [sym_assignment] = STATE(8308), + [sym__expression] = STATE(4196), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4470), + [sym_parenthesized_expression] = STATE(4470), + [sym_collection_literal] = STATE(4470), + [sym__literal_constant] = STATE(4470), + [sym_string_literal] = STATE(4470), + [sym_lambda_literal] = STATE(4470), + [sym_multi_variable_declaration] = STATE(8372), + [sym_lambda_parameters] = STATE(9282), + [sym__lambda_parameter] = STATE(8372), + [sym_anonymous_function] = STATE(4470), + [sym__function_literal] = STATE(4470), + [sym_object_literal] = STATE(4470), + [sym_this_expression] = STATE(4470), + [sym_super_expression] = STATE(4470), + [sym_if_expression] = STATE(4470), + [sym_when_expression] = STATE(4470), + [sym_try_expression] = STATE(4470), + [sym_jump_expression] = STATE(4470), + [sym_callable_reference] = STATE(4470), + [sym__prefix_unary_operator] = STATE(1926), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7921), + [sym_modifiers] = STATE(7781), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), [sym_annotation] = STATE(338), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4990), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4455), - [sym_long_literal] = STATE(4455), - [sym_boolean_literal] = STATE(4455), - [sym_character_literal] = STATE(4455), - [sym__lexical_identifier] = STATE(4529), - [aux_sym_source_file_repeat2] = STATE(3045), - [aux_sym_source_file_repeat3] = STATE(224), - [aux_sym_import_list_repeat1] = STATE(8151), - [aux_sym__statement_repeat1] = STATE(820), - [aux_sym_modifiers_repeat1] = STATE(5441), - [ts_builtin_sym_end] = ACTIONS(1183), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(5132), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4470), + [sym_long_literal] = STATE(4470), + [sym_boolean_literal] = STATE(4470), + [sym_character_literal] = STATE(4470), + [sym__lexical_identifier] = STATE(4566), + [aux_sym__statement_repeat1] = STATE(811), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_import] = ACTIONS(17), [anon_sym_typealias] = ACTIONS(19), [anon_sym_class] = ACTIONS(21), [anon_sym_interface] = ACTIONS(21), [anon_sym_enum] = ACTIONS(23), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_RBRACE] = ACTIONS(1183), + [anon_sym_LPAREN] = ACTIONS(1153), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), [anon_sym_object] = ACTIONS(31), @@ -36244,6 +36351,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_this] = ACTIONS(39), [anon_sym_super] = ACTIONS(41), [anon_sym_STAR] = ACTIONS(43), + [anon_sym_DASH_GT] = ACTIONS(1163), [sym_label] = ACTIONS(45), [anon_sym_for] = ACTIONS(47), [anon_sym_while] = ACTIONS(49), @@ -36303,87 +36411,87 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(109), }, [70] = { - [sym_type_alias] = STATE(8135), - [sym__declaration] = STATE(8135), - [sym_class_declaration] = STATE(8135), - [sym_function_declaration] = STATE(8135), - [sym_variable_declaration] = STATE(8523), - [sym_property_declaration] = STATE(8135), - [sym_getter] = STATE(8135), - [sym_setter] = STATE(8135), - [sym_object_declaration] = STATE(8135), - [sym_statements] = STATE(9362), - [sym__statement] = STATE(8135), - [sym__loop_statement] = STATE(8135), - [sym_for_statement] = STATE(8135), - [sym_while_statement] = STATE(8135), - [sym_do_while_statement] = STATE(8135), - [sym_assignment] = STATE(8135), - [sym__expression] = STATE(4204), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4455), - [sym_parenthesized_expression] = STATE(4455), - [sym_collection_literal] = STATE(4455), - [sym__literal_constant] = STATE(4455), - [sym_string_literal] = STATE(4455), - [sym_lambda_literal] = STATE(4455), - [sym_multi_variable_declaration] = STATE(8523), - [sym_lambda_parameters] = STATE(9114), - [sym__lambda_parameter] = STATE(8523), - [sym_anonymous_function] = STATE(4455), - [sym__function_literal] = STATE(4455), - [sym_object_literal] = STATE(4455), - [sym_this_expression] = STATE(4455), - [sym_super_expression] = STATE(4455), - [sym_if_expression] = STATE(4455), - [sym_when_expression] = STATE(4455), - [sym_try_expression] = STATE(4455), - [sym_jump_expression] = STATE(4455), - [sym_callable_reference] = STATE(4455), - [sym__prefix_unary_operator] = STATE(1637), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7901), - [sym_modifiers] = STATE(7684), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), + [sym_type_alias] = STATE(8308), + [sym__declaration] = STATE(8308), + [sym_class_declaration] = STATE(8308), + [sym_function_declaration] = STATE(8308), + [sym_variable_declaration] = STATE(8372), + [sym_property_declaration] = STATE(8308), + [sym_getter] = STATE(8308), + [sym_setter] = STATE(8308), + [sym_object_declaration] = STATE(8308), + [sym_statements] = STATE(9472), + [sym__statement] = STATE(8308), + [sym__loop_statement] = STATE(8308), + [sym_for_statement] = STATE(8308), + [sym_while_statement] = STATE(8308), + [sym_do_while_statement] = STATE(8308), + [sym_assignment] = STATE(8308), + [sym__expression] = STATE(4196), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4470), + [sym_parenthesized_expression] = STATE(4470), + [sym_collection_literal] = STATE(4470), + [sym__literal_constant] = STATE(4470), + [sym_string_literal] = STATE(4470), + [sym_lambda_literal] = STATE(4470), + [sym_multi_variable_declaration] = STATE(8372), + [sym_lambda_parameters] = STATE(9479), + [sym__lambda_parameter] = STATE(8372), + [sym_anonymous_function] = STATE(4470), + [sym__function_literal] = STATE(4470), + [sym_object_literal] = STATE(4470), + [sym_this_expression] = STATE(4470), + [sym_super_expression] = STATE(4470), + [sym_if_expression] = STATE(4470), + [sym_when_expression] = STATE(4470), + [sym_try_expression] = STATE(4470), + [sym_jump_expression] = STATE(4470), + [sym_callable_reference] = STATE(4470), + [sym__prefix_unary_operator] = STATE(1926), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7921), + [sym_modifiers] = STATE(7781), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), [sym_annotation] = STATE(338), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5097), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4455), - [sym_long_literal] = STATE(4455), - [sym_boolean_literal] = STATE(4455), - [sym_character_literal] = STATE(4455), - [sym__lexical_identifier] = STATE(4529), - [aux_sym__statement_repeat1] = STATE(820), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(5132), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4470), + [sym_long_literal] = STATE(4470), + [sym_boolean_literal] = STATE(4470), + [sym_character_literal] = STATE(4470), + [sym__lexical_identifier] = STATE(4566), + [aux_sym__statement_repeat1] = STATE(811), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(13), @@ -36403,7 +36511,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_this] = ACTIONS(39), [anon_sym_super] = ACTIONS(41), [anon_sym_STAR] = ACTIONS(43), - [anon_sym_DASH_GT] = ACTIONS(1173), + [anon_sym_DASH_GT] = ACTIONS(1159), [sym_label] = ACTIONS(45), [anon_sym_for] = ACTIONS(47), [anon_sym_while] = ACTIONS(49), @@ -36463,97 +36571,98 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(109), }, [71] = { - [sym_type_alias] = STATE(8135), - [sym__declaration] = STATE(8135), - [sym_class_declaration] = STATE(8135), - [sym_function_declaration] = STATE(8135), - [sym_variable_declaration] = STATE(8523), - [sym_property_declaration] = STATE(8135), - [sym_getter] = STATE(8135), - [sym_setter] = STATE(8135), - [sym_object_declaration] = STATE(8135), - [sym_statements] = STATE(9213), - [sym__statement] = STATE(8135), - [sym__loop_statement] = STATE(8135), - [sym_for_statement] = STATE(8135), - [sym_while_statement] = STATE(8135), - [sym_do_while_statement] = STATE(8135), - [sym_assignment] = STATE(8135), - [sym__expression] = STATE(4204), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4455), - [sym_parenthesized_expression] = STATE(4455), - [sym_collection_literal] = STATE(4455), - [sym__literal_constant] = STATE(4455), - [sym_string_literal] = STATE(4455), - [sym_lambda_literal] = STATE(4455), - [sym_multi_variable_declaration] = STATE(8523), - [sym_lambda_parameters] = STATE(9403), - [sym__lambda_parameter] = STATE(8523), - [sym_anonymous_function] = STATE(4455), - [sym__function_literal] = STATE(4455), - [sym_object_literal] = STATE(4455), - [sym_this_expression] = STATE(4455), - [sym_super_expression] = STATE(4455), - [sym_if_expression] = STATE(4455), - [sym_when_expression] = STATE(4455), - [sym_try_expression] = STATE(4455), - [sym_jump_expression] = STATE(4455), - [sym_callable_reference] = STATE(4455), - [sym__prefix_unary_operator] = STATE(1637), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7901), - [sym_modifiers] = STATE(7684), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), + [sym_import_list] = STATE(3082), + [sym_import_header] = STATE(8215), + [sym_type_alias] = STATE(8664), + [sym__declaration] = STATE(8664), + [sym_class_declaration] = STATE(8664), + [sym_function_declaration] = STATE(8664), + [sym_property_declaration] = STATE(8664), + [sym_getter] = STATE(8664), + [sym_setter] = STATE(8664), + [sym_object_declaration] = STATE(8664), + [sym__statement] = STATE(8664), + [sym__loop_statement] = STATE(8664), + [sym_for_statement] = STATE(8664), + [sym_while_statement] = STATE(8664), + [sym_do_while_statement] = STATE(8664), + [sym_assignment] = STATE(8664), + [sym__expression] = STATE(4196), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4470), + [sym_parenthesized_expression] = STATE(4470), + [sym_collection_literal] = STATE(4470), + [sym__literal_constant] = STATE(4470), + [sym_string_literal] = STATE(4470), + [sym_lambda_literal] = STATE(4470), + [sym_anonymous_function] = STATE(4470), + [sym__function_literal] = STATE(4470), + [sym_object_literal] = STATE(4470), + [sym_this_expression] = STATE(4470), + [sym_super_expression] = STATE(4470), + [sym_if_expression] = STATE(4470), + [sym_when_expression] = STATE(4470), + [sym_try_expression] = STATE(4470), + [sym_jump_expression] = STATE(4470), + [sym_callable_reference] = STATE(4470), + [sym__prefix_unary_operator] = STATE(1926), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7921), + [sym_modifiers] = STATE(7781), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), [sym_annotation] = STATE(338), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5097), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4455), - [sym_long_literal] = STATE(4455), - [sym_boolean_literal] = STATE(4455), - [sym_character_literal] = STATE(4455), - [sym__lexical_identifier] = STATE(4529), - [aux_sym__statement_repeat1] = STATE(820), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4920), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4470), + [sym_long_literal] = STATE(4470), + [sym_boolean_literal] = STATE(4470), + [sym_character_literal] = STATE(4470), + [sym__lexical_identifier] = STATE(4566), + [aux_sym_source_file_repeat2] = STATE(3082), + [aux_sym_source_file_repeat3] = STATE(246), + [aux_sym_import_list_repeat1] = STATE(8215), + [aux_sym__statement_repeat1] = STATE(811), + [aux_sym_modifiers_repeat1] = STATE(5459), + [ts_builtin_sym_end] = ACTIONS(1187), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_import] = ACTIONS(17), [anon_sym_typealias] = ACTIONS(19), [anon_sym_class] = ACTIONS(21), [anon_sym_interface] = ACTIONS(21), [anon_sym_enum] = ACTIONS(23), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(1187), - [anon_sym_LPAREN] = ACTIONS(1153), + [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), [anon_sym_object] = ACTIONS(31), @@ -36563,7 +36672,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_this] = ACTIONS(39), [anon_sym_super] = ACTIONS(41), [anon_sym_STAR] = ACTIONS(43), - [anon_sym_DASH_GT] = ACTIONS(1181), [sym_label] = ACTIONS(45), [anon_sym_for] = ACTIONS(47), [anon_sym_while] = ACTIONS(49), @@ -36623,98 +36731,97 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(109), }, [72] = { - [sym_import_list] = STATE(69), - [sym_import_header] = STATE(8151), - [sym_type_alias] = STATE(8541), - [sym__declaration] = STATE(8541), - [sym_class_declaration] = STATE(8541), - [sym_function_declaration] = STATE(8541), - [sym_property_declaration] = STATE(8541), - [sym_getter] = STATE(8541), - [sym_setter] = STATE(8541), - [sym_object_declaration] = STATE(8541), - [sym__statement] = STATE(8541), - [sym__loop_statement] = STATE(8541), - [sym_for_statement] = STATE(8541), - [sym_while_statement] = STATE(8541), - [sym_do_while_statement] = STATE(8541), - [sym_assignment] = STATE(8541), - [sym__expression] = STATE(4204), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4455), - [sym_parenthesized_expression] = STATE(4455), - [sym_collection_literal] = STATE(4455), - [sym__literal_constant] = STATE(4455), - [sym_string_literal] = STATE(4455), - [sym_lambda_literal] = STATE(4455), - [sym_anonymous_function] = STATE(4455), - [sym__function_literal] = STATE(4455), - [sym_object_literal] = STATE(4455), - [sym_this_expression] = STATE(4455), - [sym_super_expression] = STATE(4455), - [sym_if_expression] = STATE(4455), - [sym_when_expression] = STATE(4455), - [sym_try_expression] = STATE(4455), - [sym_jump_expression] = STATE(4455), - [sym_callable_reference] = STATE(4455), - [sym__prefix_unary_operator] = STATE(1637), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7901), - [sym_modifiers] = STATE(7684), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), + [sym_type_alias] = STATE(8308), + [sym__declaration] = STATE(8308), + [sym_class_declaration] = STATE(8308), + [sym_function_declaration] = STATE(8308), + [sym_variable_declaration] = STATE(8372), + [sym_property_declaration] = STATE(8308), + [sym_getter] = STATE(8308), + [sym_setter] = STATE(8308), + [sym_object_declaration] = STATE(8308), + [sym_statements] = STATE(9541), + [sym__statement] = STATE(8308), + [sym__loop_statement] = STATE(8308), + [sym_for_statement] = STATE(8308), + [sym_while_statement] = STATE(8308), + [sym_do_while_statement] = STATE(8308), + [sym_assignment] = STATE(8308), + [sym__expression] = STATE(4196), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4470), + [sym_parenthesized_expression] = STATE(4470), + [sym_collection_literal] = STATE(4470), + [sym__literal_constant] = STATE(4470), + [sym_string_literal] = STATE(4470), + [sym_lambda_literal] = STATE(4470), + [sym_multi_variable_declaration] = STATE(8372), + [sym_lambda_parameters] = STATE(9318), + [sym__lambda_parameter] = STATE(8372), + [sym_anonymous_function] = STATE(4470), + [sym__function_literal] = STATE(4470), + [sym_object_literal] = STATE(4470), + [sym_this_expression] = STATE(4470), + [sym_super_expression] = STATE(4470), + [sym_if_expression] = STATE(4470), + [sym_when_expression] = STATE(4470), + [sym_try_expression] = STATE(4470), + [sym_jump_expression] = STATE(4470), + [sym_callable_reference] = STATE(4470), + [sym__prefix_unary_operator] = STATE(1926), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7921), + [sym_modifiers] = STATE(7781), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), [sym_annotation] = STATE(338), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4990), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4455), - [sym_long_literal] = STATE(4455), - [sym_boolean_literal] = STATE(4455), - [sym_character_literal] = STATE(4455), - [sym__lexical_identifier] = STATE(4529), - [aux_sym_source_file_repeat2] = STATE(69), - [aux_sym_source_file_repeat3] = STATE(235), - [aux_sym_import_list_repeat1] = STATE(8151), - [aux_sym__statement_repeat1] = STATE(820), - [aux_sym_modifiers_repeat1] = STATE(5441), - [ts_builtin_sym_end] = ACTIONS(1189), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(5132), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4470), + [sym_long_literal] = STATE(4470), + [sym_boolean_literal] = STATE(4470), + [sym_character_literal] = STATE(4470), + [sym__lexical_identifier] = STATE(4566), + [aux_sym__statement_repeat1] = STATE(811), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_import] = ACTIONS(17), [anon_sym_typealias] = ACTIONS(19), [anon_sym_class] = ACTIONS(21), [anon_sym_interface] = ACTIONS(21), [anon_sym_enum] = ACTIONS(23), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_RBRACE] = ACTIONS(1189), + [anon_sym_LPAREN] = ACTIONS(1153), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), [anon_sym_object] = ACTIONS(31), @@ -36724,6 +36831,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_this] = ACTIONS(39), [anon_sym_super] = ACTIONS(41), [anon_sym_STAR] = ACTIONS(43), + [anon_sym_DASH_GT] = ACTIONS(1177), [sym_label] = ACTIONS(45), [anon_sym_for] = ACTIONS(47), [anon_sym_while] = ACTIONS(49), @@ -36783,87 +36891,87 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(109), }, [73] = { - [sym_type_alias] = STATE(8135), - [sym__declaration] = STATE(8135), - [sym_class_declaration] = STATE(8135), - [sym_function_declaration] = STATE(8135), - [sym_variable_declaration] = STATE(8523), - [sym_property_declaration] = STATE(8135), - [sym_getter] = STATE(8135), - [sym_setter] = STATE(8135), - [sym_object_declaration] = STATE(8135), - [sym_statements] = STATE(9155), - [sym__statement] = STATE(8135), - [sym__loop_statement] = STATE(8135), - [sym_for_statement] = STATE(8135), - [sym_while_statement] = STATE(8135), - [sym_do_while_statement] = STATE(8135), - [sym_assignment] = STATE(8135), - [sym__expression] = STATE(4204), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4455), - [sym_parenthesized_expression] = STATE(4455), - [sym_collection_literal] = STATE(4455), - [sym__literal_constant] = STATE(4455), - [sym_string_literal] = STATE(4455), - [sym_lambda_literal] = STATE(4455), - [sym_multi_variable_declaration] = STATE(8523), - [sym_lambda_parameters] = STATE(9403), - [sym__lambda_parameter] = STATE(8523), - [sym_anonymous_function] = STATE(4455), - [sym__function_literal] = STATE(4455), - [sym_object_literal] = STATE(4455), - [sym_this_expression] = STATE(4455), - [sym_super_expression] = STATE(4455), - [sym_if_expression] = STATE(4455), - [sym_when_expression] = STATE(4455), - [sym_try_expression] = STATE(4455), - [sym_jump_expression] = STATE(4455), - [sym_callable_reference] = STATE(4455), - [sym__prefix_unary_operator] = STATE(1637), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7901), - [sym_modifiers] = STATE(7684), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), + [sym_type_alias] = STATE(8308), + [sym__declaration] = STATE(8308), + [sym_class_declaration] = STATE(8308), + [sym_function_declaration] = STATE(8308), + [sym_variable_declaration] = STATE(8372), + [sym_property_declaration] = STATE(8308), + [sym_getter] = STATE(8308), + [sym_setter] = STATE(8308), + [sym_object_declaration] = STATE(8308), + [sym_statements] = STATE(9484), + [sym__statement] = STATE(8308), + [sym__loop_statement] = STATE(8308), + [sym_for_statement] = STATE(8308), + [sym_while_statement] = STATE(8308), + [sym_do_while_statement] = STATE(8308), + [sym_assignment] = STATE(8308), + [sym__expression] = STATE(4196), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4470), + [sym_parenthesized_expression] = STATE(4470), + [sym_collection_literal] = STATE(4470), + [sym__literal_constant] = STATE(4470), + [sym_string_literal] = STATE(4470), + [sym_lambda_literal] = STATE(4470), + [sym_multi_variable_declaration] = STATE(8372), + [sym_lambda_parameters] = STATE(9358), + [sym__lambda_parameter] = STATE(8372), + [sym_anonymous_function] = STATE(4470), + [sym__function_literal] = STATE(4470), + [sym_object_literal] = STATE(4470), + [sym_this_expression] = STATE(4470), + [sym_super_expression] = STATE(4470), + [sym_if_expression] = STATE(4470), + [sym_when_expression] = STATE(4470), + [sym_try_expression] = STATE(4470), + [sym_jump_expression] = STATE(4470), + [sym_callable_reference] = STATE(4470), + [sym__prefix_unary_operator] = STATE(1926), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7921), + [sym_modifiers] = STATE(7781), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), [sym_annotation] = STATE(338), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5097), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4455), - [sym_long_literal] = STATE(4455), - [sym_boolean_literal] = STATE(4455), - [sym_character_literal] = STATE(4455), - [sym__lexical_identifier] = STATE(4529), - [aux_sym__statement_repeat1] = STATE(820), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(5132), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4470), + [sym_long_literal] = STATE(4470), + [sym_boolean_literal] = STATE(4470), + [sym_character_literal] = STATE(4470), + [sym__lexical_identifier] = STATE(4566), + [aux_sym__statement_repeat1] = STATE(811), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(13), @@ -36883,7 +36991,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_this] = ACTIONS(39), [anon_sym_super] = ACTIONS(41), [anon_sym_STAR] = ACTIONS(43), - [anon_sym_DASH_GT] = ACTIONS(1181), + [anon_sym_DASH_GT] = ACTIONS(1173), [sym_label] = ACTIONS(45), [anon_sym_for] = ACTIONS(47), [anon_sym_while] = ACTIONS(49), @@ -36943,98 +37051,97 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(109), }, [74] = { - [sym_import_list] = STATE(3045), - [sym_import_header] = STATE(8151), - [sym_type_alias] = STATE(8541), - [sym__declaration] = STATE(8541), - [sym_class_declaration] = STATE(8541), - [sym_function_declaration] = STATE(8541), - [sym_property_declaration] = STATE(8541), - [sym_getter] = STATE(8541), - [sym_setter] = STATE(8541), - [sym_object_declaration] = STATE(8541), - [sym__statement] = STATE(8541), - [sym__loop_statement] = STATE(8541), - [sym_for_statement] = STATE(8541), - [sym_while_statement] = STATE(8541), - [sym_do_while_statement] = STATE(8541), - [sym_assignment] = STATE(8541), - [sym__expression] = STATE(4204), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4455), - [sym_parenthesized_expression] = STATE(4455), - [sym_collection_literal] = STATE(4455), - [sym__literal_constant] = STATE(4455), - [sym_string_literal] = STATE(4455), - [sym_lambda_literal] = STATE(4455), - [sym_anonymous_function] = STATE(4455), - [sym__function_literal] = STATE(4455), - [sym_object_literal] = STATE(4455), - [sym_this_expression] = STATE(4455), - [sym_super_expression] = STATE(4455), - [sym_if_expression] = STATE(4455), - [sym_when_expression] = STATE(4455), - [sym_try_expression] = STATE(4455), - [sym_jump_expression] = STATE(4455), - [sym_callable_reference] = STATE(4455), - [sym__prefix_unary_operator] = STATE(1637), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7901), - [sym_modifiers] = STATE(7684), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), + [sym_type_alias] = STATE(8308), + [sym__declaration] = STATE(8308), + [sym_class_declaration] = STATE(8308), + [sym_function_declaration] = STATE(8308), + [sym_variable_declaration] = STATE(8372), + [sym_property_declaration] = STATE(8308), + [sym_getter] = STATE(8308), + [sym_setter] = STATE(8308), + [sym_object_declaration] = STATE(8308), + [sym_statements] = STATE(9453), + [sym__statement] = STATE(8308), + [sym__loop_statement] = STATE(8308), + [sym_for_statement] = STATE(8308), + [sym_while_statement] = STATE(8308), + [sym_do_while_statement] = STATE(8308), + [sym_assignment] = STATE(8308), + [sym__expression] = STATE(4196), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4470), + [sym_parenthesized_expression] = STATE(4470), + [sym_collection_literal] = STATE(4470), + [sym__literal_constant] = STATE(4470), + [sym_string_literal] = STATE(4470), + [sym_lambda_literal] = STATE(4470), + [sym_multi_variable_declaration] = STATE(8372), + [sym_lambda_parameters] = STATE(9253), + [sym__lambda_parameter] = STATE(8372), + [sym_anonymous_function] = STATE(4470), + [sym__function_literal] = STATE(4470), + [sym_object_literal] = STATE(4470), + [sym_this_expression] = STATE(4470), + [sym_super_expression] = STATE(4470), + [sym_if_expression] = STATE(4470), + [sym_when_expression] = STATE(4470), + [sym_try_expression] = STATE(4470), + [sym_jump_expression] = STATE(4470), + [sym_callable_reference] = STATE(4470), + [sym__prefix_unary_operator] = STATE(1926), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7921), + [sym_modifiers] = STATE(7781), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), [sym_annotation] = STATE(338), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4990), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4455), - [sym_long_literal] = STATE(4455), - [sym_boolean_literal] = STATE(4455), - [sym_character_literal] = STATE(4455), - [sym__lexical_identifier] = STATE(4529), - [aux_sym_source_file_repeat2] = STATE(3045), - [aux_sym_source_file_repeat3] = STATE(235), - [aux_sym_import_list_repeat1] = STATE(8151), - [aux_sym__statement_repeat1] = STATE(820), - [aux_sym_modifiers_repeat1] = STATE(5441), - [ts_builtin_sym_end] = ACTIONS(1189), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(5132), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4470), + [sym_long_literal] = STATE(4470), + [sym_boolean_literal] = STATE(4470), + [sym_character_literal] = STATE(4470), + [sym__lexical_identifier] = STATE(4566), + [aux_sym__statement_repeat1] = STATE(811), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_import] = ACTIONS(17), [anon_sym_typealias] = ACTIONS(19), [anon_sym_class] = ACTIONS(21), [anon_sym_interface] = ACTIONS(21), [anon_sym_enum] = ACTIONS(23), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_RBRACE] = ACTIONS(1193), + [anon_sym_LPAREN] = ACTIONS(1153), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), [anon_sym_object] = ACTIONS(31), @@ -37044,6 +37151,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_this] = ACTIONS(39), [anon_sym_super] = ACTIONS(41), [anon_sym_STAR] = ACTIONS(43), + [anon_sym_DASH_GT] = ACTIONS(1181), [sym_label] = ACTIONS(45), [anon_sym_for] = ACTIONS(47), [anon_sym_while] = ACTIONS(49), @@ -37103,87 +37211,87 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(109), }, [75] = { - [sym_type_alias] = STATE(8135), - [sym__declaration] = STATE(8135), - [sym_class_declaration] = STATE(8135), - [sym_function_declaration] = STATE(8135), - [sym_variable_declaration] = STATE(8523), - [sym_property_declaration] = STATE(8135), - [sym_getter] = STATE(8135), - [sym_setter] = STATE(8135), - [sym_object_declaration] = STATE(8135), - [sym_statements] = STATE(9349), - [sym__statement] = STATE(8135), - [sym__loop_statement] = STATE(8135), - [sym_for_statement] = STATE(8135), - [sym_while_statement] = STATE(8135), - [sym_do_while_statement] = STATE(8135), - [sym_assignment] = STATE(8135), - [sym__expression] = STATE(4204), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4455), - [sym_parenthesized_expression] = STATE(4455), - [sym_collection_literal] = STATE(4455), - [sym__literal_constant] = STATE(4455), - [sym_string_literal] = STATE(4455), - [sym_lambda_literal] = STATE(4455), - [sym_multi_variable_declaration] = STATE(8523), - [sym_lambda_parameters] = STATE(9188), - [sym__lambda_parameter] = STATE(8523), - [sym_anonymous_function] = STATE(4455), - [sym__function_literal] = STATE(4455), - [sym_object_literal] = STATE(4455), - [sym_this_expression] = STATE(4455), - [sym_super_expression] = STATE(4455), - [sym_if_expression] = STATE(4455), - [sym_when_expression] = STATE(4455), - [sym_try_expression] = STATE(4455), - [sym_jump_expression] = STATE(4455), - [sym_callable_reference] = STATE(4455), - [sym__prefix_unary_operator] = STATE(1637), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7901), - [sym_modifiers] = STATE(7684), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), + [sym_type_alias] = STATE(8308), + [sym__declaration] = STATE(8308), + [sym_class_declaration] = STATE(8308), + [sym_function_declaration] = STATE(8308), + [sym_variable_declaration] = STATE(8372), + [sym_property_declaration] = STATE(8308), + [sym_getter] = STATE(8308), + [sym_setter] = STATE(8308), + [sym_object_declaration] = STATE(8308), + [sym_statements] = STATE(9527), + [sym__statement] = STATE(8308), + [sym__loop_statement] = STATE(8308), + [sym_for_statement] = STATE(8308), + [sym_while_statement] = STATE(8308), + [sym_do_while_statement] = STATE(8308), + [sym_assignment] = STATE(8308), + [sym__expression] = STATE(4196), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4470), + [sym_parenthesized_expression] = STATE(4470), + [sym_collection_literal] = STATE(4470), + [sym__literal_constant] = STATE(4470), + [sym_string_literal] = STATE(4470), + [sym_lambda_literal] = STATE(4470), + [sym_multi_variable_declaration] = STATE(8372), + [sym_lambda_parameters] = STATE(9282), + [sym__lambda_parameter] = STATE(8372), + [sym_anonymous_function] = STATE(4470), + [sym__function_literal] = STATE(4470), + [sym_object_literal] = STATE(4470), + [sym_this_expression] = STATE(4470), + [sym_super_expression] = STATE(4470), + [sym_if_expression] = STATE(4470), + [sym_when_expression] = STATE(4470), + [sym_try_expression] = STATE(4470), + [sym_jump_expression] = STATE(4470), + [sym_callable_reference] = STATE(4470), + [sym__prefix_unary_operator] = STATE(1926), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7921), + [sym_modifiers] = STATE(7781), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), [sym_annotation] = STATE(338), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5097), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4455), - [sym_long_literal] = STATE(4455), - [sym_boolean_literal] = STATE(4455), - [sym_character_literal] = STATE(4455), - [sym__lexical_identifier] = STATE(4529), - [aux_sym__statement_repeat1] = STATE(820), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(5132), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4470), + [sym_long_literal] = STATE(4470), + [sym_boolean_literal] = STATE(4470), + [sym_character_literal] = STATE(4470), + [sym__lexical_identifier] = STATE(4566), + [aux_sym__statement_repeat1] = STATE(811), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(13), @@ -37192,7 +37300,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_interface] = ACTIONS(21), [anon_sym_enum] = ACTIONS(23), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(1193), + [anon_sym_RBRACE] = ACTIONS(1195), [anon_sym_LPAREN] = ACTIONS(1153), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), @@ -37263,87 +37371,87 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(109), }, [76] = { - [sym_type_alias] = STATE(8135), - [sym__declaration] = STATE(8135), - [sym_class_declaration] = STATE(8135), - [sym_function_declaration] = STATE(8135), - [sym_variable_declaration] = STATE(8523), - [sym_property_declaration] = STATE(8135), - [sym_getter] = STATE(8135), - [sym_setter] = STATE(8135), - [sym_object_declaration] = STATE(8135), - [sym_statements] = STATE(9336), - [sym__statement] = STATE(8135), - [sym__loop_statement] = STATE(8135), - [sym_for_statement] = STATE(8135), - [sym_while_statement] = STATE(8135), - [sym_do_while_statement] = STATE(8135), - [sym_assignment] = STATE(8135), - [sym__expression] = STATE(4204), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4455), - [sym_parenthesized_expression] = STATE(4455), - [sym_collection_literal] = STATE(4455), - [sym__literal_constant] = STATE(4455), - [sym_string_literal] = STATE(4455), - [sym_lambda_literal] = STATE(4455), - [sym_multi_variable_declaration] = STATE(8523), - [sym_lambda_parameters] = STATE(9403), - [sym__lambda_parameter] = STATE(8523), - [sym_anonymous_function] = STATE(4455), - [sym__function_literal] = STATE(4455), - [sym_object_literal] = STATE(4455), - [sym_this_expression] = STATE(4455), - [sym_super_expression] = STATE(4455), - [sym_if_expression] = STATE(4455), - [sym_when_expression] = STATE(4455), - [sym_try_expression] = STATE(4455), - [sym_jump_expression] = STATE(4455), - [sym_callable_reference] = STATE(4455), - [sym__prefix_unary_operator] = STATE(1637), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7901), - [sym_modifiers] = STATE(7684), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), + [sym_type_alias] = STATE(8308), + [sym__declaration] = STATE(8308), + [sym_class_declaration] = STATE(8308), + [sym_function_declaration] = STATE(8308), + [sym_variable_declaration] = STATE(8372), + [sym_property_declaration] = STATE(8308), + [sym_getter] = STATE(8308), + [sym_setter] = STATE(8308), + [sym_object_declaration] = STATE(8308), + [sym_statements] = STATE(9441), + [sym__statement] = STATE(8308), + [sym__loop_statement] = STATE(8308), + [sym_for_statement] = STATE(8308), + [sym_while_statement] = STATE(8308), + [sym_do_while_statement] = STATE(8308), + [sym_assignment] = STATE(8308), + [sym__expression] = STATE(4196), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4470), + [sym_parenthesized_expression] = STATE(4470), + [sym_collection_literal] = STATE(4470), + [sym__literal_constant] = STATE(4470), + [sym_string_literal] = STATE(4470), + [sym_lambda_literal] = STATE(4470), + [sym_multi_variable_declaration] = STATE(8372), + [sym_lambda_parameters] = STATE(9318), + [sym__lambda_parameter] = STATE(8372), + [sym_anonymous_function] = STATE(4470), + [sym__function_literal] = STATE(4470), + [sym_object_literal] = STATE(4470), + [sym_this_expression] = STATE(4470), + [sym_super_expression] = STATE(4470), + [sym_if_expression] = STATE(4470), + [sym_when_expression] = STATE(4470), + [sym_try_expression] = STATE(4470), + [sym_jump_expression] = STATE(4470), + [sym_callable_reference] = STATE(4470), + [sym__prefix_unary_operator] = STATE(1926), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7921), + [sym_modifiers] = STATE(7781), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), [sym_annotation] = STATE(338), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5097), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4455), - [sym_long_literal] = STATE(4455), - [sym_boolean_literal] = STATE(4455), - [sym_character_literal] = STATE(4455), - [sym__lexical_identifier] = STATE(4529), - [aux_sym__statement_repeat1] = STATE(820), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(5132), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4470), + [sym_long_literal] = STATE(4470), + [sym_boolean_literal] = STATE(4470), + [sym_character_literal] = STATE(4470), + [sym__lexical_identifier] = STATE(4566), + [aux_sym__statement_repeat1] = STATE(811), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(13), @@ -37352,7 +37460,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_interface] = ACTIONS(21), [anon_sym_enum] = ACTIONS(23), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(1195), + [anon_sym_RBRACE] = ACTIONS(1197), [anon_sym_LPAREN] = ACTIONS(1153), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), @@ -37363,7 +37471,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_this] = ACTIONS(39), [anon_sym_super] = ACTIONS(41), [anon_sym_STAR] = ACTIONS(43), - [anon_sym_DASH_GT] = ACTIONS(1181), + [anon_sym_DASH_GT] = ACTIONS(1177), [sym_label] = ACTIONS(45), [anon_sym_for] = ACTIONS(47), [anon_sym_while] = ACTIONS(49), @@ -37423,87 +37531,87 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(109), }, [77] = { - [sym_type_alias] = STATE(8135), - [sym__declaration] = STATE(8135), - [sym_class_declaration] = STATE(8135), - [sym_function_declaration] = STATE(8135), - [sym_variable_declaration] = STATE(8523), - [sym_property_declaration] = STATE(8135), - [sym_getter] = STATE(8135), - [sym_setter] = STATE(8135), - [sym_object_declaration] = STATE(8135), - [sym_statements] = STATE(8963), - [sym__statement] = STATE(8135), - [sym__loop_statement] = STATE(8135), - [sym_for_statement] = STATE(8135), - [sym_while_statement] = STATE(8135), - [sym_do_while_statement] = STATE(8135), - [sym_assignment] = STATE(8135), - [sym__expression] = STATE(4204), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4455), - [sym_parenthesized_expression] = STATE(4455), - [sym_collection_literal] = STATE(4455), - [sym__literal_constant] = STATE(4455), - [sym_string_literal] = STATE(4455), - [sym_lambda_literal] = STATE(4455), - [sym_multi_variable_declaration] = STATE(8523), - [sym_lambda_parameters] = STATE(9114), - [sym__lambda_parameter] = STATE(8523), - [sym_anonymous_function] = STATE(4455), - [sym__function_literal] = STATE(4455), - [sym_object_literal] = STATE(4455), - [sym_this_expression] = STATE(4455), - [sym_super_expression] = STATE(4455), - [sym_if_expression] = STATE(4455), - [sym_when_expression] = STATE(4455), - [sym_try_expression] = STATE(4455), - [sym_jump_expression] = STATE(4455), - [sym_callable_reference] = STATE(4455), - [sym__prefix_unary_operator] = STATE(1637), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7901), - [sym_modifiers] = STATE(7684), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), + [sym_type_alias] = STATE(8308), + [sym__declaration] = STATE(8308), + [sym_class_declaration] = STATE(8308), + [sym_function_declaration] = STATE(8308), + [sym_variable_declaration] = STATE(8372), + [sym_property_declaration] = STATE(8308), + [sym_getter] = STATE(8308), + [sym_setter] = STATE(8308), + [sym_object_declaration] = STATE(8308), + [sym_statements] = STATE(9438), + [sym__statement] = STATE(8308), + [sym__loop_statement] = STATE(8308), + [sym_for_statement] = STATE(8308), + [sym_while_statement] = STATE(8308), + [sym_do_while_statement] = STATE(8308), + [sym_assignment] = STATE(8308), + [sym__expression] = STATE(4196), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4470), + [sym_parenthesized_expression] = STATE(4470), + [sym_collection_literal] = STATE(4470), + [sym__literal_constant] = STATE(4470), + [sym_string_literal] = STATE(4470), + [sym_lambda_literal] = STATE(4470), + [sym_multi_variable_declaration] = STATE(8372), + [sym_lambda_parameters] = STATE(9253), + [sym__lambda_parameter] = STATE(8372), + [sym_anonymous_function] = STATE(4470), + [sym__function_literal] = STATE(4470), + [sym_object_literal] = STATE(4470), + [sym_this_expression] = STATE(4470), + [sym_super_expression] = STATE(4470), + [sym_if_expression] = STATE(4470), + [sym_when_expression] = STATE(4470), + [sym_try_expression] = STATE(4470), + [sym_jump_expression] = STATE(4470), + [sym_callable_reference] = STATE(4470), + [sym__prefix_unary_operator] = STATE(1926), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7921), + [sym_modifiers] = STATE(7781), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), [sym_annotation] = STATE(338), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5097), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4455), - [sym_long_literal] = STATE(4455), - [sym_boolean_literal] = STATE(4455), - [sym_character_literal] = STATE(4455), - [sym__lexical_identifier] = STATE(4529), - [aux_sym__statement_repeat1] = STATE(820), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(5132), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4470), + [sym_long_literal] = STATE(4470), + [sym_boolean_literal] = STATE(4470), + [sym_character_literal] = STATE(4470), + [sym__lexical_identifier] = STATE(4566), + [aux_sym__statement_repeat1] = STATE(811), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(13), @@ -37512,7 +37620,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_interface] = ACTIONS(21), [anon_sym_enum] = ACTIONS(23), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(1197), + [anon_sym_RBRACE] = ACTIONS(1199), [anon_sym_LPAREN] = ACTIONS(1153), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), @@ -37523,7 +37631,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_this] = ACTIONS(39), [anon_sym_super] = ACTIONS(41), [anon_sym_STAR] = ACTIONS(43), - [anon_sym_DASH_GT] = ACTIONS(1173), + [anon_sym_DASH_GT] = ACTIONS(1181), [sym_label] = ACTIONS(45), [anon_sym_for] = ACTIONS(47), [anon_sym_while] = ACTIONS(49), @@ -37583,88 +37691,88 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(109), }, [78] = { - [sym_import_list] = STATE(74), - [sym_import_header] = STATE(8151), - [sym_type_alias] = STATE(8541), - [sym__declaration] = STATE(8541), - [sym_class_declaration] = STATE(8541), - [sym_function_declaration] = STATE(8541), - [sym_property_declaration] = STATE(8541), - [sym_getter] = STATE(8541), - [sym_setter] = STATE(8541), - [sym_object_declaration] = STATE(8541), - [sym__statement] = STATE(8541), - [sym__loop_statement] = STATE(8541), - [sym_for_statement] = STATE(8541), - [sym_while_statement] = STATE(8541), - [sym_do_while_statement] = STATE(8541), - [sym_assignment] = STATE(8541), - [sym__expression] = STATE(4204), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4455), - [sym_parenthesized_expression] = STATE(4455), - [sym_collection_literal] = STATE(4455), - [sym__literal_constant] = STATE(4455), - [sym_string_literal] = STATE(4455), - [sym_lambda_literal] = STATE(4455), - [sym_anonymous_function] = STATE(4455), - [sym__function_literal] = STATE(4455), - [sym_object_literal] = STATE(4455), - [sym_this_expression] = STATE(4455), - [sym_super_expression] = STATE(4455), - [sym_if_expression] = STATE(4455), - [sym_when_expression] = STATE(4455), - [sym_try_expression] = STATE(4455), - [sym_jump_expression] = STATE(4455), - [sym_callable_reference] = STATE(4455), - [sym__prefix_unary_operator] = STATE(1637), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7901), - [sym_modifiers] = STATE(7684), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), + [sym_import_list] = STATE(71), + [sym_import_header] = STATE(8215), + [sym_type_alias] = STATE(8664), + [sym__declaration] = STATE(8664), + [sym_class_declaration] = STATE(8664), + [sym_function_declaration] = STATE(8664), + [sym_property_declaration] = STATE(8664), + [sym_getter] = STATE(8664), + [sym_setter] = STATE(8664), + [sym_object_declaration] = STATE(8664), + [sym__statement] = STATE(8664), + [sym__loop_statement] = STATE(8664), + [sym_for_statement] = STATE(8664), + [sym_while_statement] = STATE(8664), + [sym_do_while_statement] = STATE(8664), + [sym_assignment] = STATE(8664), + [sym__expression] = STATE(4196), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4470), + [sym_parenthesized_expression] = STATE(4470), + [sym_collection_literal] = STATE(4470), + [sym__literal_constant] = STATE(4470), + [sym_string_literal] = STATE(4470), + [sym_lambda_literal] = STATE(4470), + [sym_anonymous_function] = STATE(4470), + [sym__function_literal] = STATE(4470), + [sym_object_literal] = STATE(4470), + [sym_this_expression] = STATE(4470), + [sym_super_expression] = STATE(4470), + [sym_if_expression] = STATE(4470), + [sym_when_expression] = STATE(4470), + [sym_try_expression] = STATE(4470), + [sym_jump_expression] = STATE(4470), + [sym_callable_reference] = STATE(4470), + [sym__prefix_unary_operator] = STATE(1926), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7921), + [sym_modifiers] = STATE(7781), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), [sym_annotation] = STATE(338), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4990), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4455), - [sym_long_literal] = STATE(4455), - [sym_boolean_literal] = STATE(4455), - [sym_character_literal] = STATE(4455), - [sym__lexical_identifier] = STATE(4529), - [aux_sym_source_file_repeat2] = STATE(74), - [aux_sym_source_file_repeat3] = STATE(244), - [aux_sym_import_list_repeat1] = STATE(8151), - [aux_sym__statement_repeat1] = STATE(820), - [aux_sym_modifiers_repeat1] = STATE(5441), - [ts_builtin_sym_end] = ACTIONS(1123), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4920), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4470), + [sym_long_literal] = STATE(4470), + [sym_boolean_literal] = STATE(4470), + [sym_character_literal] = STATE(4470), + [sym__lexical_identifier] = STATE(4566), + [aux_sym_source_file_repeat2] = STATE(71), + [aux_sym_source_file_repeat3] = STATE(224), + [aux_sym_import_list_repeat1] = STATE(8215), + [aux_sym__statement_repeat1] = STATE(811), + [aux_sym_modifiers_repeat1] = STATE(5459), + [ts_builtin_sym_end] = ACTIONS(1201), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(13), @@ -37743,248 +37851,88 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(109), }, [79] = { - [sym_type_alias] = STATE(8135), - [sym__declaration] = STATE(8135), - [sym_class_declaration] = STATE(8135), - [sym_function_declaration] = STATE(8135), - [sym_variable_declaration] = STATE(8523), - [sym_property_declaration] = STATE(8135), - [sym_getter] = STATE(8135), - [sym_setter] = STATE(8135), - [sym_object_declaration] = STATE(8135), - [sym_statements] = STATE(8932), - [sym__statement] = STATE(8135), - [sym__loop_statement] = STATE(8135), - [sym_for_statement] = STATE(8135), - [sym_while_statement] = STATE(8135), - [sym_do_while_statement] = STATE(8135), - [sym_assignment] = STATE(8135), - [sym__expression] = STATE(4204), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4455), - [sym_parenthesized_expression] = STATE(4455), - [sym_collection_literal] = STATE(4455), - [sym__literal_constant] = STATE(4455), - [sym_string_literal] = STATE(4455), - [sym_lambda_literal] = STATE(4455), - [sym_multi_variable_declaration] = STATE(8523), - [sym_lambda_parameters] = STATE(9152), - [sym__lambda_parameter] = STATE(8523), - [sym_anonymous_function] = STATE(4455), - [sym__function_literal] = STATE(4455), - [sym_object_literal] = STATE(4455), - [sym_this_expression] = STATE(4455), - [sym_super_expression] = STATE(4455), - [sym_if_expression] = STATE(4455), - [sym_when_expression] = STATE(4455), - [sym_try_expression] = STATE(4455), - [sym_jump_expression] = STATE(4455), - [sym_callable_reference] = STATE(4455), - [sym__prefix_unary_operator] = STATE(1637), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7901), - [sym_modifiers] = STATE(7684), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(338), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5097), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4455), - [sym_long_literal] = STATE(4455), - [sym_boolean_literal] = STATE(4455), - [sym_character_literal] = STATE(4455), - [sym__lexical_identifier] = STATE(4529), - [aux_sym__statement_repeat1] = STATE(820), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_typealias] = ACTIONS(19), - [anon_sym_class] = ACTIONS(21), - [anon_sym_interface] = ACTIONS(21), - [anon_sym_enum] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(1199), - [anon_sym_LPAREN] = ACTIONS(1153), - [anon_sym_val] = ACTIONS(29), - [anon_sym_var] = ACTIONS(29), - [anon_sym_object] = ACTIONS(31), - [anon_sym_fun] = ACTIONS(33), - [anon_sym_get] = ACTIONS(35), - [anon_sym_set] = ACTIONS(37), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(43), - [anon_sym_DASH_GT] = ACTIONS(1159), - [sym_label] = ACTIONS(45), - [anon_sym_for] = ACTIONS(47), - [anon_sym_while] = ACTIONS(49), - [anon_sym_do] = ACTIONS(51), - [anon_sym_null] = ACTIONS(53), - [anon_sym_if] = ACTIONS(55), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(61), - [anon_sym_return] = ACTIONS(63), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(69), - [anon_sym_DASH] = ACTIONS(69), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_BANG] = ACTIONS(71), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(77), - [anon_sym_inner] = ACTIONS(77), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(89), - [anon_sym_actual] = ACTIONS(89), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(97), - [sym_integer_literal] = ACTIONS(99), - [sym_hex_literal] = ACTIONS(101), - [sym_bin_literal] = ACTIONS(101), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [anon_sym_SQUOTE] = ACTIONS(105), - [sym__backtick_identifier] = ACTIONS(107), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(109), - }, - [80] = { - [sym_import_list] = STATE(3045), - [sym_import_header] = STATE(8151), - [sym_type_alias] = STATE(8541), - [sym__declaration] = STATE(8541), - [sym_class_declaration] = STATE(8541), - [sym_function_declaration] = STATE(8541), - [sym_property_declaration] = STATE(8541), - [sym_getter] = STATE(8541), - [sym_setter] = STATE(8541), - [sym_object_declaration] = STATE(8541), - [sym__statement] = STATE(8541), - [sym__loop_statement] = STATE(8541), - [sym_for_statement] = STATE(8541), - [sym_while_statement] = STATE(8541), - [sym_do_while_statement] = STATE(8541), - [sym_assignment] = STATE(8541), - [sym__expression] = STATE(4204), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4455), - [sym_parenthesized_expression] = STATE(4455), - [sym_collection_literal] = STATE(4455), - [sym__literal_constant] = STATE(4455), - [sym_string_literal] = STATE(4455), - [sym_lambda_literal] = STATE(4455), - [sym_anonymous_function] = STATE(4455), - [sym__function_literal] = STATE(4455), - [sym_object_literal] = STATE(4455), - [sym_this_expression] = STATE(4455), - [sym_super_expression] = STATE(4455), - [sym_if_expression] = STATE(4455), - [sym_when_expression] = STATE(4455), - [sym_try_expression] = STATE(4455), - [sym_jump_expression] = STATE(4455), - [sym_callable_reference] = STATE(4455), - [sym__prefix_unary_operator] = STATE(1637), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7901), - [sym_modifiers] = STATE(7684), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), + [sym_import_list] = STATE(3082), + [sym_import_header] = STATE(8215), + [sym_type_alias] = STATE(8664), + [sym__declaration] = STATE(8664), + [sym_class_declaration] = STATE(8664), + [sym_function_declaration] = STATE(8664), + [sym_property_declaration] = STATE(8664), + [sym_getter] = STATE(8664), + [sym_setter] = STATE(8664), + [sym_object_declaration] = STATE(8664), + [sym__statement] = STATE(8664), + [sym__loop_statement] = STATE(8664), + [sym_for_statement] = STATE(8664), + [sym_while_statement] = STATE(8664), + [sym_do_while_statement] = STATE(8664), + [sym_assignment] = STATE(8664), + [sym__expression] = STATE(4196), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4470), + [sym_parenthesized_expression] = STATE(4470), + [sym_collection_literal] = STATE(4470), + [sym__literal_constant] = STATE(4470), + [sym_string_literal] = STATE(4470), + [sym_lambda_literal] = STATE(4470), + [sym_anonymous_function] = STATE(4470), + [sym__function_literal] = STATE(4470), + [sym_object_literal] = STATE(4470), + [sym_this_expression] = STATE(4470), + [sym_super_expression] = STATE(4470), + [sym_if_expression] = STATE(4470), + [sym_when_expression] = STATE(4470), + [sym_try_expression] = STATE(4470), + [sym_jump_expression] = STATE(4470), + [sym_callable_reference] = STATE(4470), + [sym__prefix_unary_operator] = STATE(1926), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7921), + [sym_modifiers] = STATE(7781), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), [sym_annotation] = STATE(338), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4990), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4455), - [sym_long_literal] = STATE(4455), - [sym_boolean_literal] = STATE(4455), - [sym_character_literal] = STATE(4455), - [sym__lexical_identifier] = STATE(4529), - [aux_sym_source_file_repeat2] = STATE(3045), - [aux_sym_source_file_repeat3] = STATE(244), - [aux_sym_import_list_repeat1] = STATE(8151), - [aux_sym__statement_repeat1] = STATE(820), - [aux_sym_modifiers_repeat1] = STATE(5441), - [ts_builtin_sym_end] = ACTIONS(1123), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4920), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4470), + [sym_long_literal] = STATE(4470), + [sym_boolean_literal] = STATE(4470), + [sym_character_literal] = STATE(4470), + [sym__lexical_identifier] = STATE(4566), + [aux_sym_source_file_repeat2] = STATE(3082), + [aux_sym_source_file_repeat3] = STATE(222), + [aux_sym_import_list_repeat1] = STATE(8215), + [aux_sym__statement_repeat1] = STATE(811), + [aux_sym_modifiers_repeat1] = STATE(5459), + [ts_builtin_sym_end] = ACTIONS(1125), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(13), @@ -38062,248 +38010,88 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(109), }, - [81] = { - [sym_type_alias] = STATE(8135), - [sym__declaration] = STATE(8135), - [sym_class_declaration] = STATE(8135), - [sym_function_declaration] = STATE(8135), - [sym_variable_declaration] = STATE(8523), - [sym_property_declaration] = STATE(8135), - [sym_getter] = STATE(8135), - [sym_setter] = STATE(8135), - [sym_object_declaration] = STATE(8135), - [sym_statements] = STATE(9333), - [sym__statement] = STATE(8135), - [sym__loop_statement] = STATE(8135), - [sym_for_statement] = STATE(8135), - [sym_while_statement] = STATE(8135), - [sym_do_while_statement] = STATE(8135), - [sym_assignment] = STATE(8135), - [sym__expression] = STATE(4204), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4455), - [sym_parenthesized_expression] = STATE(4455), - [sym_collection_literal] = STATE(4455), - [sym__literal_constant] = STATE(4455), - [sym_string_literal] = STATE(4455), - [sym_lambda_literal] = STATE(4455), - [sym_multi_variable_declaration] = STATE(8523), - [sym_lambda_parameters] = STATE(9089), - [sym__lambda_parameter] = STATE(8523), - [sym_anonymous_function] = STATE(4455), - [sym__function_literal] = STATE(4455), - [sym_object_literal] = STATE(4455), - [sym_this_expression] = STATE(4455), - [sym_super_expression] = STATE(4455), - [sym_if_expression] = STATE(4455), - [sym_when_expression] = STATE(4455), - [sym_try_expression] = STATE(4455), - [sym_jump_expression] = STATE(4455), - [sym_callable_reference] = STATE(4455), - [sym__prefix_unary_operator] = STATE(1637), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7901), - [sym_modifiers] = STATE(7684), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(338), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5097), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4455), - [sym_long_literal] = STATE(4455), - [sym_boolean_literal] = STATE(4455), - [sym_character_literal] = STATE(4455), - [sym__lexical_identifier] = STATE(4529), - [aux_sym__statement_repeat1] = STATE(820), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_typealias] = ACTIONS(19), - [anon_sym_class] = ACTIONS(21), - [anon_sym_interface] = ACTIONS(21), - [anon_sym_enum] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(1201), - [anon_sym_LPAREN] = ACTIONS(1153), - [anon_sym_val] = ACTIONS(29), - [anon_sym_var] = ACTIONS(29), - [anon_sym_object] = ACTIONS(31), - [anon_sym_fun] = ACTIONS(33), - [anon_sym_get] = ACTIONS(35), - [anon_sym_set] = ACTIONS(37), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(43), - [anon_sym_DASH_GT] = ACTIONS(1167), - [sym_label] = ACTIONS(45), - [anon_sym_for] = ACTIONS(47), - [anon_sym_while] = ACTIONS(49), - [anon_sym_do] = ACTIONS(51), - [anon_sym_null] = ACTIONS(53), - [anon_sym_if] = ACTIONS(55), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(61), - [anon_sym_return] = ACTIONS(63), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(69), - [anon_sym_DASH] = ACTIONS(69), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_BANG] = ACTIONS(71), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(77), - [anon_sym_inner] = ACTIONS(77), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(89), - [anon_sym_actual] = ACTIONS(89), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(97), - [sym_integer_literal] = ACTIONS(99), - [sym_hex_literal] = ACTIONS(101), - [sym_bin_literal] = ACTIONS(101), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [anon_sym_SQUOTE] = ACTIONS(105), - [sym__backtick_identifier] = ACTIONS(107), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(109), - }, - [82] = { - [sym_type_alias] = STATE(8135), - [sym__declaration] = STATE(8135), - [sym_class_declaration] = STATE(8135), - [sym_function_declaration] = STATE(8135), - [sym_variable_declaration] = STATE(8523), - [sym_property_declaration] = STATE(8135), - [sym_getter] = STATE(8135), - [sym_setter] = STATE(8135), - [sym_object_declaration] = STATE(8135), - [sym_statements] = STATE(9510), - [sym__statement] = STATE(8135), - [sym__loop_statement] = STATE(8135), - [sym_for_statement] = STATE(8135), - [sym_while_statement] = STATE(8135), - [sym_do_while_statement] = STATE(8135), - [sym_assignment] = STATE(8135), - [sym__expression] = STATE(4204), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4455), - [sym_parenthesized_expression] = STATE(4455), - [sym_collection_literal] = STATE(4455), - [sym__literal_constant] = STATE(4455), - [sym_string_literal] = STATE(4455), - [sym_lambda_literal] = STATE(4455), - [sym_multi_variable_declaration] = STATE(8523), - [sym_lambda_parameters] = STATE(9284), - [sym__lambda_parameter] = STATE(8523), - [sym_anonymous_function] = STATE(4455), - [sym__function_literal] = STATE(4455), - [sym_object_literal] = STATE(4455), - [sym_this_expression] = STATE(4455), - [sym_super_expression] = STATE(4455), - [sym_if_expression] = STATE(4455), - [sym_when_expression] = STATE(4455), - [sym_try_expression] = STATE(4455), - [sym_jump_expression] = STATE(4455), - [sym_callable_reference] = STATE(4455), - [sym__prefix_unary_operator] = STATE(1637), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7901), - [sym_modifiers] = STATE(7684), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), + [80] = { + [sym_type_alias] = STATE(8308), + [sym__declaration] = STATE(8308), + [sym_class_declaration] = STATE(8308), + [sym_function_declaration] = STATE(8308), + [sym_variable_declaration] = STATE(8372), + [sym_property_declaration] = STATE(8308), + [sym_getter] = STATE(8308), + [sym_setter] = STATE(8308), + [sym_object_declaration] = STATE(8308), + [sym_statements] = STATE(9507), + [sym__statement] = STATE(8308), + [sym__loop_statement] = STATE(8308), + [sym_for_statement] = STATE(8308), + [sym_while_statement] = STATE(8308), + [sym_do_while_statement] = STATE(8308), + [sym_assignment] = STATE(8308), + [sym__expression] = STATE(4196), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4470), + [sym_parenthesized_expression] = STATE(4470), + [sym_collection_literal] = STATE(4470), + [sym__literal_constant] = STATE(4470), + [sym_string_literal] = STATE(4470), + [sym_lambda_literal] = STATE(4470), + [sym_multi_variable_declaration] = STATE(8372), + [sym_lambda_parameters] = STATE(9358), + [sym__lambda_parameter] = STATE(8372), + [sym_anonymous_function] = STATE(4470), + [sym__function_literal] = STATE(4470), + [sym_object_literal] = STATE(4470), + [sym_this_expression] = STATE(4470), + [sym_super_expression] = STATE(4470), + [sym_if_expression] = STATE(4470), + [sym_when_expression] = STATE(4470), + [sym_try_expression] = STATE(4470), + [sym_jump_expression] = STATE(4470), + [sym_callable_reference] = STATE(4470), + [sym__prefix_unary_operator] = STATE(1926), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7921), + [sym_modifiers] = STATE(7781), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), [sym_annotation] = STATE(338), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5097), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4455), - [sym_long_literal] = STATE(4455), - [sym_boolean_literal] = STATE(4455), - [sym_character_literal] = STATE(4455), - [sym__lexical_identifier] = STATE(4529), - [aux_sym__statement_repeat1] = STATE(820), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(5132), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4470), + [sym_long_literal] = STATE(4470), + [sym_boolean_literal] = STATE(4470), + [sym_character_literal] = STATE(4470), + [sym__lexical_identifier] = STATE(4566), + [aux_sym__statement_repeat1] = STATE(811), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(13), @@ -38323,7 +38111,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_this] = ACTIONS(39), [anon_sym_super] = ACTIONS(41), [anon_sym_STAR] = ACTIONS(43), - [anon_sym_DASH_GT] = ACTIONS(1155), + [anon_sym_DASH_GT] = ACTIONS(1173), [sym_label] = ACTIONS(45), [anon_sym_for] = ACTIONS(47), [anon_sym_while] = ACTIONS(49), @@ -38382,88 +38170,248 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(109), }, - [83] = { - [sym_type_alias] = STATE(8135), - [sym__declaration] = STATE(8135), - [sym_class_declaration] = STATE(8135), - [sym_function_declaration] = STATE(8135), - [sym_variable_declaration] = STATE(8523), - [sym_property_declaration] = STATE(8135), - [sym_getter] = STATE(8135), - [sym_setter] = STATE(8135), - [sym_object_declaration] = STATE(8135), - [sym_statements] = STATE(9295), - [sym__statement] = STATE(8135), - [sym__loop_statement] = STATE(8135), - [sym_for_statement] = STATE(8135), - [sym_while_statement] = STATE(8135), - [sym_do_while_statement] = STATE(8135), - [sym_assignment] = STATE(8135), - [sym__expression] = STATE(4204), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4455), - [sym_parenthesized_expression] = STATE(4455), - [sym_collection_literal] = STATE(4455), - [sym__literal_constant] = STATE(4455), - [sym_string_literal] = STATE(4455), - [sym_lambda_literal] = STATE(4455), - [sym_multi_variable_declaration] = STATE(8523), - [sym_lambda_parameters] = STATE(9089), - [sym__lambda_parameter] = STATE(8523), - [sym_anonymous_function] = STATE(4455), - [sym__function_literal] = STATE(4455), - [sym_object_literal] = STATE(4455), - [sym_this_expression] = STATE(4455), - [sym_super_expression] = STATE(4455), - [sym_if_expression] = STATE(4455), - [sym_when_expression] = STATE(4455), - [sym_try_expression] = STATE(4455), - [sym_jump_expression] = STATE(4455), - [sym_callable_reference] = STATE(4455), - [sym__prefix_unary_operator] = STATE(1637), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7901), - [sym_modifiers] = STATE(7684), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), + [81] = { + [sym_import_list] = STATE(3082), + [sym_import_header] = STATE(8215), + [sym_type_alias] = STATE(8664), + [sym__declaration] = STATE(8664), + [sym_class_declaration] = STATE(8664), + [sym_function_declaration] = STATE(8664), + [sym_property_declaration] = STATE(8664), + [sym_getter] = STATE(8664), + [sym_setter] = STATE(8664), + [sym_object_declaration] = STATE(8664), + [sym__statement] = STATE(8664), + [sym__loop_statement] = STATE(8664), + [sym_for_statement] = STATE(8664), + [sym_while_statement] = STATE(8664), + [sym_do_while_statement] = STATE(8664), + [sym_assignment] = STATE(8664), + [sym__expression] = STATE(4196), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4470), + [sym_parenthesized_expression] = STATE(4470), + [sym_collection_literal] = STATE(4470), + [sym__literal_constant] = STATE(4470), + [sym_string_literal] = STATE(4470), + [sym_lambda_literal] = STATE(4470), + [sym_anonymous_function] = STATE(4470), + [sym__function_literal] = STATE(4470), + [sym_object_literal] = STATE(4470), + [sym_this_expression] = STATE(4470), + [sym_super_expression] = STATE(4470), + [sym_if_expression] = STATE(4470), + [sym_when_expression] = STATE(4470), + [sym_try_expression] = STATE(4470), + [sym_jump_expression] = STATE(4470), + [sym_callable_reference] = STATE(4470), + [sym__prefix_unary_operator] = STATE(1926), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7921), + [sym_modifiers] = STATE(7781), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(338), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4920), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4470), + [sym_long_literal] = STATE(4470), + [sym_boolean_literal] = STATE(4470), + [sym_character_literal] = STATE(4470), + [sym__lexical_identifier] = STATE(4566), + [aux_sym_source_file_repeat2] = STATE(3082), + [aux_sym_source_file_repeat3] = STATE(224), + [aux_sym_import_list_repeat1] = STATE(8215), + [aux_sym__statement_repeat1] = STATE(811), + [aux_sym_modifiers_repeat1] = STATE(5459), + [ts_builtin_sym_end] = ACTIONS(1201), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_import] = ACTIONS(17), + [anon_sym_typealias] = ACTIONS(19), + [anon_sym_class] = ACTIONS(21), + [anon_sym_interface] = ACTIONS(21), + [anon_sym_enum] = ACTIONS(23), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_val] = ACTIONS(29), + [anon_sym_var] = ACTIONS(29), + [anon_sym_object] = ACTIONS(31), + [anon_sym_fun] = ACTIONS(33), + [anon_sym_get] = ACTIONS(35), + [anon_sym_set] = ACTIONS(37), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(43), + [sym_label] = ACTIONS(45), + [anon_sym_for] = ACTIONS(47), + [anon_sym_while] = ACTIONS(49), + [anon_sym_do] = ACTIONS(51), + [anon_sym_null] = ACTIONS(53), + [anon_sym_if] = ACTIONS(55), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(61), + [anon_sym_return] = ACTIONS(63), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(69), + [anon_sym_DASH] = ACTIONS(69), + [anon_sym_PLUS_PLUS] = ACTIONS(71), + [anon_sym_DASH_DASH] = ACTIONS(71), + [anon_sym_BANG] = ACTIONS(71), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(77), + [anon_sym_inner] = ACTIONS(77), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(89), + [anon_sym_actual] = ACTIONS(89), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [sym_real_literal] = ACTIONS(97), + [sym_integer_literal] = ACTIONS(99), + [sym_hex_literal] = ACTIONS(101), + [sym_bin_literal] = ACTIONS(101), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SQUOTE] = ACTIONS(105), + [sym__backtick_identifier] = ACTIONS(107), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(109), + }, + [82] = { + [sym_type_alias] = STATE(8308), + [sym__declaration] = STATE(8308), + [sym_class_declaration] = STATE(8308), + [sym_function_declaration] = STATE(8308), + [sym_variable_declaration] = STATE(8372), + [sym_property_declaration] = STATE(8308), + [sym_getter] = STATE(8308), + [sym_setter] = STATE(8308), + [sym_object_declaration] = STATE(8308), + [sym_statements] = STATE(9494), + [sym__statement] = STATE(8308), + [sym__loop_statement] = STATE(8308), + [sym_for_statement] = STATE(8308), + [sym_while_statement] = STATE(8308), + [sym_do_while_statement] = STATE(8308), + [sym_assignment] = STATE(8308), + [sym__expression] = STATE(4196), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4470), + [sym_parenthesized_expression] = STATE(4470), + [sym_collection_literal] = STATE(4470), + [sym__literal_constant] = STATE(4470), + [sym_string_literal] = STATE(4470), + [sym_lambda_literal] = STATE(4470), + [sym_multi_variable_declaration] = STATE(8372), + [sym_lambda_parameters] = STATE(9432), + [sym__lambda_parameter] = STATE(8372), + [sym_anonymous_function] = STATE(4470), + [sym__function_literal] = STATE(4470), + [sym_object_literal] = STATE(4470), + [sym_this_expression] = STATE(4470), + [sym_super_expression] = STATE(4470), + [sym_if_expression] = STATE(4470), + [sym_when_expression] = STATE(4470), + [sym_try_expression] = STATE(4470), + [sym_jump_expression] = STATE(4470), + [sym_callable_reference] = STATE(4470), + [sym__prefix_unary_operator] = STATE(1926), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7921), + [sym_modifiers] = STATE(7781), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), [sym_annotation] = STATE(338), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5097), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4455), - [sym_long_literal] = STATE(4455), - [sym_boolean_literal] = STATE(4455), - [sym_character_literal] = STATE(4455), - [sym__lexical_identifier] = STATE(4529), - [aux_sym__statement_repeat1] = STATE(820), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(5132), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4470), + [sym_long_literal] = STATE(4470), + [sym_boolean_literal] = STATE(4470), + [sym_character_literal] = STATE(4470), + [sym__lexical_identifier] = STATE(4566), + [aux_sym__statement_repeat1] = STATE(811), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(13), @@ -38483,7 +38431,167 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_this] = ACTIONS(39), [anon_sym_super] = ACTIONS(41), [anon_sym_STAR] = ACTIONS(43), - [anon_sym_DASH_GT] = ACTIONS(1167), + [anon_sym_DASH_GT] = ACTIONS(1155), + [sym_label] = ACTIONS(45), + [anon_sym_for] = ACTIONS(47), + [anon_sym_while] = ACTIONS(49), + [anon_sym_do] = ACTIONS(51), + [anon_sym_null] = ACTIONS(53), + [anon_sym_if] = ACTIONS(55), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(61), + [anon_sym_return] = ACTIONS(63), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(69), + [anon_sym_DASH] = ACTIONS(69), + [anon_sym_PLUS_PLUS] = ACTIONS(71), + [anon_sym_DASH_DASH] = ACTIONS(71), + [anon_sym_BANG] = ACTIONS(71), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(77), + [anon_sym_inner] = ACTIONS(77), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(89), + [anon_sym_actual] = ACTIONS(89), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [sym_real_literal] = ACTIONS(97), + [sym_integer_literal] = ACTIONS(99), + [sym_hex_literal] = ACTIONS(101), + [sym_bin_literal] = ACTIONS(101), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SQUOTE] = ACTIONS(105), + [sym__backtick_identifier] = ACTIONS(107), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(109), + }, + [83] = { + [sym_import_list] = STATE(81), + [sym_import_header] = STATE(8215), + [sym_type_alias] = STATE(8664), + [sym__declaration] = STATE(8664), + [sym_class_declaration] = STATE(8664), + [sym_function_declaration] = STATE(8664), + [sym_property_declaration] = STATE(8664), + [sym_getter] = STATE(8664), + [sym_setter] = STATE(8664), + [sym_object_declaration] = STATE(8664), + [sym__statement] = STATE(8664), + [sym__loop_statement] = STATE(8664), + [sym_for_statement] = STATE(8664), + [sym_while_statement] = STATE(8664), + [sym_do_while_statement] = STATE(8664), + [sym_assignment] = STATE(8664), + [sym__expression] = STATE(4196), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4470), + [sym_parenthesized_expression] = STATE(4470), + [sym_collection_literal] = STATE(4470), + [sym__literal_constant] = STATE(4470), + [sym_string_literal] = STATE(4470), + [sym_lambda_literal] = STATE(4470), + [sym_anonymous_function] = STATE(4470), + [sym__function_literal] = STATE(4470), + [sym_object_literal] = STATE(4470), + [sym_this_expression] = STATE(4470), + [sym_super_expression] = STATE(4470), + [sym_if_expression] = STATE(4470), + [sym_when_expression] = STATE(4470), + [sym_try_expression] = STATE(4470), + [sym_jump_expression] = STATE(4470), + [sym_callable_reference] = STATE(4470), + [sym__prefix_unary_operator] = STATE(1926), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7921), + [sym_modifiers] = STATE(7781), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(338), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4920), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4470), + [sym_long_literal] = STATE(4470), + [sym_boolean_literal] = STATE(4470), + [sym_character_literal] = STATE(4470), + [sym__lexical_identifier] = STATE(4566), + [aux_sym_source_file_repeat2] = STATE(81), + [aux_sym_source_file_repeat3] = STATE(222), + [aux_sym_import_list_repeat1] = STATE(8215), + [aux_sym__statement_repeat1] = STATE(811), + [aux_sym_modifiers_repeat1] = STATE(5459), + [ts_builtin_sym_end] = ACTIONS(1125), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_import] = ACTIONS(17), + [anon_sym_typealias] = ACTIONS(19), + [anon_sym_class] = ACTIONS(21), + [anon_sym_interface] = ACTIONS(21), + [anon_sym_enum] = ACTIONS(23), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_val] = ACTIONS(29), + [anon_sym_var] = ACTIONS(29), + [anon_sym_object] = ACTIONS(31), + [anon_sym_fun] = ACTIONS(33), + [anon_sym_get] = ACTIONS(35), + [anon_sym_set] = ACTIONS(37), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(43), [sym_label] = ACTIONS(45), [anon_sym_for] = ACTIONS(47), [anon_sym_while] = ACTIONS(49), @@ -38543,87 +38651,87 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(109), }, [84] = { - [sym_type_alias] = STATE(8135), - [sym__declaration] = STATE(8135), - [sym_class_declaration] = STATE(8135), - [sym_function_declaration] = STATE(8135), - [sym_variable_declaration] = STATE(8523), - [sym_property_declaration] = STATE(8135), - [sym_getter] = STATE(8135), - [sym_setter] = STATE(8135), - [sym_object_declaration] = STATE(8135), - [sym_statements] = STATE(9423), - [sym__statement] = STATE(8135), - [sym__loop_statement] = STATE(8135), - [sym_for_statement] = STATE(8135), - [sym_while_statement] = STATE(8135), - [sym_do_while_statement] = STATE(8135), - [sym_assignment] = STATE(8135), - [sym__expression] = STATE(4204), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4455), - [sym_parenthesized_expression] = STATE(4455), - [sym_collection_literal] = STATE(4455), - [sym__literal_constant] = STATE(4455), - [sym_string_literal] = STATE(4455), - [sym_lambda_literal] = STATE(4455), - [sym_multi_variable_declaration] = STATE(8523), - [sym_lambda_parameters] = STATE(9152), - [sym__lambda_parameter] = STATE(8523), - [sym_anonymous_function] = STATE(4455), - [sym__function_literal] = STATE(4455), - [sym_object_literal] = STATE(4455), - [sym_this_expression] = STATE(4455), - [sym_super_expression] = STATE(4455), - [sym_if_expression] = STATE(4455), - [sym_when_expression] = STATE(4455), - [sym_try_expression] = STATE(4455), - [sym_jump_expression] = STATE(4455), - [sym_callable_reference] = STATE(4455), - [sym__prefix_unary_operator] = STATE(1637), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7901), - [sym_modifiers] = STATE(7684), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), + [sym_type_alias] = STATE(8308), + [sym__declaration] = STATE(8308), + [sym_class_declaration] = STATE(8308), + [sym_function_declaration] = STATE(8308), + [sym_variable_declaration] = STATE(8372), + [sym_property_declaration] = STATE(8308), + [sym_getter] = STATE(8308), + [sym_setter] = STATE(8308), + [sym_object_declaration] = STATE(8308), + [sym_statements] = STATE(9185), + [sym__statement] = STATE(8308), + [sym__loop_statement] = STATE(8308), + [sym_for_statement] = STATE(8308), + [sym_while_statement] = STATE(8308), + [sym_do_while_statement] = STATE(8308), + [sym_assignment] = STATE(8308), + [sym__expression] = STATE(4196), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4470), + [sym_parenthesized_expression] = STATE(4470), + [sym_collection_literal] = STATE(4470), + [sym__literal_constant] = STATE(4470), + [sym_string_literal] = STATE(4470), + [sym_lambda_literal] = STATE(4470), + [sym_multi_variable_declaration] = STATE(8372), + [sym_lambda_parameters] = STATE(9479), + [sym__lambda_parameter] = STATE(8372), + [sym_anonymous_function] = STATE(4470), + [sym__function_literal] = STATE(4470), + [sym_object_literal] = STATE(4470), + [sym_this_expression] = STATE(4470), + [sym_super_expression] = STATE(4470), + [sym_if_expression] = STATE(4470), + [sym_when_expression] = STATE(4470), + [sym_try_expression] = STATE(4470), + [sym_jump_expression] = STATE(4470), + [sym_callable_reference] = STATE(4470), + [sym__prefix_unary_operator] = STATE(1926), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7921), + [sym_modifiers] = STATE(7781), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), [sym_annotation] = STATE(338), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5097), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4455), - [sym_long_literal] = STATE(4455), - [sym_boolean_literal] = STATE(4455), - [sym_character_literal] = STATE(4455), - [sym__lexical_identifier] = STATE(4529), - [aux_sym__statement_repeat1] = STATE(820), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(5132), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4470), + [sym_long_literal] = STATE(4470), + [sym_boolean_literal] = STATE(4470), + [sym_character_literal] = STATE(4470), + [sym__lexical_identifier] = STATE(4566), + [aux_sym__statement_repeat1] = STATE(811), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(13), @@ -38703,87 +38811,87 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(109), }, [85] = { - [sym_type_alias] = STATE(8135), - [sym__declaration] = STATE(8135), - [sym_class_declaration] = STATE(8135), - [sym_function_declaration] = STATE(8135), - [sym_variable_declaration] = STATE(8523), - [sym_property_declaration] = STATE(8135), - [sym_getter] = STATE(8135), - [sym_setter] = STATE(8135), - [sym_object_declaration] = STATE(8135), - [sym_statements] = STATE(9122), - [sym__statement] = STATE(8135), - [sym__loop_statement] = STATE(8135), - [sym_for_statement] = STATE(8135), - [sym_while_statement] = STATE(8135), - [sym_do_while_statement] = STATE(8135), - [sym_assignment] = STATE(8135), - [sym__expression] = STATE(4204), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4455), - [sym_parenthesized_expression] = STATE(4455), - [sym_collection_literal] = STATE(4455), - [sym__literal_constant] = STATE(4455), - [sym_string_literal] = STATE(4455), - [sym_lambda_literal] = STATE(4455), - [sym_multi_variable_declaration] = STATE(8523), - [sym_lambda_parameters] = STATE(9114), - [sym__lambda_parameter] = STATE(8523), - [sym_anonymous_function] = STATE(4455), - [sym__function_literal] = STATE(4455), - [sym_object_literal] = STATE(4455), - [sym_this_expression] = STATE(4455), - [sym_super_expression] = STATE(4455), - [sym_if_expression] = STATE(4455), - [sym_when_expression] = STATE(4455), - [sym_try_expression] = STATE(4455), - [sym_jump_expression] = STATE(4455), - [sym_callable_reference] = STATE(4455), - [sym__prefix_unary_operator] = STATE(1637), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7901), - [sym_modifiers] = STATE(7684), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), + [sym_type_alias] = STATE(8308), + [sym__declaration] = STATE(8308), + [sym_class_declaration] = STATE(8308), + [sym_function_declaration] = STATE(8308), + [sym_variable_declaration] = STATE(8372), + [sym_property_declaration] = STATE(8308), + [sym_getter] = STATE(8308), + [sym_setter] = STATE(8308), + [sym_object_declaration] = STATE(8308), + [sym_statements] = STATE(9274), + [sym__statement] = STATE(8308), + [sym__loop_statement] = STATE(8308), + [sym_for_statement] = STATE(8308), + [sym_while_statement] = STATE(8308), + [sym_do_while_statement] = STATE(8308), + [sym_assignment] = STATE(8308), + [sym__expression] = STATE(4196), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4470), + [sym_parenthesized_expression] = STATE(4470), + [sym_collection_literal] = STATE(4470), + [sym__literal_constant] = STATE(4470), + [sym_string_literal] = STATE(4470), + [sym_lambda_literal] = STATE(4470), + [sym_multi_variable_declaration] = STATE(8372), + [sym_lambda_parameters] = STATE(9432), + [sym__lambda_parameter] = STATE(8372), + [sym_anonymous_function] = STATE(4470), + [sym__function_literal] = STATE(4470), + [sym_object_literal] = STATE(4470), + [sym_this_expression] = STATE(4470), + [sym_super_expression] = STATE(4470), + [sym_if_expression] = STATE(4470), + [sym_when_expression] = STATE(4470), + [sym_try_expression] = STATE(4470), + [sym_jump_expression] = STATE(4470), + [sym_callable_reference] = STATE(4470), + [sym__prefix_unary_operator] = STATE(1926), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7921), + [sym_modifiers] = STATE(7781), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), [sym_annotation] = STATE(338), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5097), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4455), - [sym_long_literal] = STATE(4455), - [sym_boolean_literal] = STATE(4455), - [sym_character_literal] = STATE(4455), - [sym__lexical_identifier] = STATE(4529), - [aux_sym__statement_repeat1] = STATE(820), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(5132), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4470), + [sym_long_literal] = STATE(4470), + [sym_boolean_literal] = STATE(4470), + [sym_character_literal] = STATE(4470), + [sym__lexical_identifier] = STATE(4566), + [aux_sym__statement_repeat1] = STATE(811), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(13), @@ -38803,7 +38911,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_this] = ACTIONS(39), [anon_sym_super] = ACTIONS(41), [anon_sym_STAR] = ACTIONS(43), - [anon_sym_DASH_GT] = ACTIONS(1173), + [anon_sym_DASH_GT] = ACTIONS(1155), [sym_label] = ACTIONS(45), [anon_sym_for] = ACTIONS(47), [anon_sym_while] = ACTIONS(49), @@ -38863,87 +38971,87 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(109), }, [86] = { - [sym_type_alias] = STATE(9378), - [sym__declaration] = STATE(9378), - [sym_class_declaration] = STATE(9378), - [sym_function_declaration] = STATE(9378), - [sym_property_declaration] = STATE(9378), - [sym_getter] = STATE(9378), - [sym_setter] = STATE(9378), - [sym_object_declaration] = STATE(9378), - [sym__statement] = STATE(9378), - [sym_control_structure_body] = STATE(9487), - [sym__block] = STATE(9378), - [sym__loop_statement] = STATE(9378), - [sym_for_statement] = STATE(9378), - [sym_while_statement] = STATE(9378), - [sym_do_while_statement] = STATE(9378), - [sym_assignment] = STATE(9378), - [sym__expression] = STATE(4166), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4428), - [sym_parenthesized_expression] = STATE(4428), - [sym_collection_literal] = STATE(4428), - [sym__literal_constant] = STATE(4428), - [sym_string_literal] = STATE(4428), - [sym_lambda_literal] = STATE(4428), - [sym_anonymous_function] = STATE(4428), - [sym__function_literal] = STATE(4428), - [sym_object_literal] = STATE(4428), - [sym_this_expression] = STATE(4428), - [sym_super_expression] = STATE(4428), - [sym_if_expression] = STATE(4428), - [sym_when_expression] = STATE(4428), - [sym_try_expression] = STATE(4428), - [sym_jump_expression] = STATE(4428), - [sym_callable_reference] = STATE(4428), - [sym__prefix_unary_operator] = STATE(2049), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7865), - [sym_modifiers] = STATE(7637), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(342), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4561), + [sym_type_alias] = STATE(9461), + [sym__declaration] = STATE(9461), + [sym_class_declaration] = STATE(9461), + [sym_function_declaration] = STATE(9461), + [sym_property_declaration] = STATE(9461), + [sym_getter] = STATE(9461), + [sym_setter] = STATE(9461), + [sym_object_declaration] = STATE(9461), + [sym__statement] = STATE(9461), + [sym_control_structure_body] = STATE(9063), + [sym__block] = STATE(9461), + [sym__loop_statement] = STATE(9461), + [sym_for_statement] = STATE(9461), + [sym_while_statement] = STATE(9461), + [sym_do_while_statement] = STATE(9461), + [sym_assignment] = STATE(9461), + [sym__expression] = STATE(4184), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4435), + [sym_parenthesized_expression] = STATE(4435), + [sym_collection_literal] = STATE(4435), + [sym__literal_constant] = STATE(4435), + [sym_string_literal] = STATE(4435), + [sym_lambda_literal] = STATE(4435), + [sym_anonymous_function] = STATE(4435), + [sym__function_literal] = STATE(4435), + [sym_object_literal] = STATE(4435), + [sym_this_expression] = STATE(4435), + [sym_super_expression] = STATE(4435), + [sym_if_expression] = STATE(4435), + [sym_when_expression] = STATE(4435), + [sym_try_expression] = STATE(4435), + [sym_jump_expression] = STATE(4435), + [sym_callable_reference] = STATE(4435), + [sym__prefix_unary_operator] = STATE(1903), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7894), + [sym_modifiers] = STATE(7813), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(351), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4608), [sym__return_at] = STATE(310), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4428), - [sym_long_literal] = STATE(4428), - [sym_boolean_literal] = STATE(4428), - [sym_character_literal] = STATE(4428), - [sym__lexical_identifier] = STATE(4440), - [aux_sym__statement_repeat1] = STATE(824), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(199), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4435), + [sym_long_literal] = STATE(4435), + [sym_boolean_literal] = STATE(4435), + [sym_character_literal] = STATE(4435), + [sym__lexical_identifier] = STATE(4461), + [aux_sym__statement_repeat1] = STATE(830), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(203), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_typealias] = ACTIONS(289), [anon_sym_class] = ACTIONS(291), [anon_sym_interface] = ACTIONS(291), @@ -38960,7 +39068,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(307), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), + [anon_sym_STAR] = ACTIONS(1065), [sym_label] = ACTIONS(311), [anon_sym_for] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), @@ -39021,110 +39129,109 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(283), }, [87] = { - [sym_type_alias] = STATE(4921), - [sym__declaration] = STATE(4921), - [sym_class_declaration] = STATE(4921), - [sym_function_declaration] = STATE(4921), - [sym_property_declaration] = STATE(4921), - [sym_getter] = STATE(4921), - [sym_setter] = STATE(4921), - [sym_object_declaration] = STATE(4921), - [sym__statement] = STATE(4921), - [sym_control_structure_body] = STATE(5165), - [sym__block] = STATE(4921), - [sym__loop_statement] = STATE(4921), - [sym_for_statement] = STATE(4921), - [sym_while_statement] = STATE(4921), - [sym_do_while_statement] = STATE(4921), - [sym_assignment] = STATE(4921), - [sym__expression] = STATE(3956), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4446), - [sym_parenthesized_expression] = STATE(4446), - [sym_collection_literal] = STATE(4446), - [sym__literal_constant] = STATE(4446), - [sym_string_literal] = STATE(4446), - [sym_lambda_literal] = STATE(4446), - [sym_anonymous_function] = STATE(4446), - [sym__function_literal] = STATE(4446), - [sym_object_literal] = STATE(4446), - [sym_this_expression] = STATE(4446), - [sym_super_expression] = STATE(4446), - [sym_if_expression] = STATE(4446), - [sym_when_expression] = STATE(4446), - [sym_try_expression] = STATE(4446), - [sym_jump_expression] = STATE(4446), - [sym_callable_reference] = STATE(4446), - [sym__prefix_unary_operator] = STATE(2020), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7863), - [sym_modifiers] = STATE(7746), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(346), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4990), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4446), - [sym_long_literal] = STATE(4446), - [sym_boolean_literal] = STATE(4446), - [sym_character_literal] = STATE(4446), - [sym__lexical_identifier] = STATE(4529), - [aux_sym__statement_repeat1] = STATE(803), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym_type_alias] = STATE(8815), + [sym__declaration] = STATE(8815), + [sym_class_declaration] = STATE(8815), + [sym_function_declaration] = STATE(8815), + [sym_property_declaration] = STATE(8815), + [sym_getter] = STATE(8815), + [sym_setter] = STATE(8815), + [sym_object_declaration] = STATE(8815), + [sym__statement] = STATE(8815), + [sym_control_structure_body] = STATE(8890), + [sym__block] = STATE(8815), + [sym__loop_statement] = STATE(8815), + [sym_for_statement] = STATE(8815), + [sym_while_statement] = STATE(8815), + [sym_do_while_statement] = STATE(8815), + [sym_assignment] = STATE(8815), + [sym__expression] = STATE(4196), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4470), + [sym_parenthesized_expression] = STATE(4470), + [sym_collection_literal] = STATE(4470), + [sym__literal_constant] = STATE(4470), + [sym_string_literal] = STATE(4470), + [sym_lambda_literal] = STATE(4470), + [sym_anonymous_function] = STATE(4470), + [sym__function_literal] = STATE(4470), + [sym_object_literal] = STATE(4470), + [sym_this_expression] = STATE(4470), + [sym_super_expression] = STATE(4470), + [sym_if_expression] = STATE(4470), + [sym_when_expression] = STATE(4470), + [sym_try_expression] = STATE(4470), + [sym_jump_expression] = STATE(4470), + [sym_callable_reference] = STATE(4470), + [sym__prefix_unary_operator] = STATE(1926), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7921), + [sym_modifiers] = STATE(7781), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(338), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4920), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4470), + [sym_long_literal] = STATE(4470), + [sym_boolean_literal] = STATE(4470), + [sym_character_literal] = STATE(4470), + [sym__lexical_identifier] = STATE(4566), + [aux_sym__statement_repeat1] = STATE(811), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_typealias] = ACTIONS(495), - [anon_sym_class] = ACTIONS(617), - [anon_sym_interface] = ACTIONS(617), - [anon_sym_enum] = ACTIONS(619), - [anon_sym_LBRACE] = ACTIONS(501), + [anon_sym_typealias] = ACTIONS(19), + [anon_sym_class] = ACTIONS(21), + [anon_sym_interface] = ACTIONS(21), + [anon_sym_enum] = ACTIONS(23), + [anon_sym_LBRACE] = ACTIONS(1211), + [anon_sym_RBRACE] = ACTIONS(117), [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_val] = ACTIONS(621), - [anon_sym_var] = ACTIONS(621), - [anon_sym_object] = ACTIONS(623), - [anon_sym_fun] = ACTIONS(625), - [anon_sym_SEMI] = ACTIONS(1211), - [anon_sym_get] = ACTIONS(627), - [anon_sym_set] = ACTIONS(629), + [anon_sym_val] = ACTIONS(29), + [anon_sym_var] = ACTIONS(29), + [anon_sym_object] = ACTIONS(31), + [anon_sym_fun] = ACTIONS(33), + [anon_sym_get] = ACTIONS(35), + [anon_sym_set] = ACTIONS(37), [anon_sym_this] = ACTIONS(39), [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(1213), - [sym_label] = ACTIONS(633), - [anon_sym_for] = ACTIONS(635), - [anon_sym_while] = ACTIONS(637), - [anon_sym_do] = ACTIONS(521), - [anon_sym_null] = ACTIONS(523), + [anon_sym_STAR] = ACTIONS(43), + [sym_label] = ACTIONS(45), + [anon_sym_for] = ACTIONS(47), + [anon_sym_while] = ACTIONS(49), + [anon_sym_do] = ACTIONS(51), + [anon_sym_null] = ACTIONS(53), [anon_sym_if] = ACTIONS(55), - [anon_sym_else] = ACTIONS(1215), [anon_sym_when] = ACTIONS(57), [anon_sym_try] = ACTIONS(59), [anon_sym_throw] = ACTIONS(61), @@ -39132,11 +39239,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(65), [anon_sym_break] = ACTIONS(65), [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_PLUS_PLUS] = ACTIONS(641), - [anon_sym_DASH_DASH] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), + [anon_sym_PLUS] = ACTIONS(69), + [anon_sym_DASH] = ACTIONS(69), + [anon_sym_PLUS_PLUS] = ACTIONS(71), + [anon_sym_DASH_DASH] = ACTIONS(71), + [anon_sym_BANG] = ACTIONS(71), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -39166,7 +39273,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(93), [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(535), + [sym_real_literal] = ACTIONS(97), [sym_integer_literal] = ACTIONS(99), [sym_hex_literal] = ACTIONS(101), [sym_bin_literal] = ACTIONS(101), @@ -39174,126 +39281,127 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(103), [anon_sym_SQUOTE] = ACTIONS(105), [sym__backtick_identifier] = ACTIONS(107), + [sym__automatic_semicolon] = ACTIONS(117), [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(109), }, [88] = { - [sym_type_alias] = STATE(3848), - [sym__declaration] = STATE(3848), - [sym_class_declaration] = STATE(3848), - [sym_function_declaration] = STATE(3848), - [sym_property_declaration] = STATE(3848), - [sym_getter] = STATE(3848), - [sym_setter] = STATE(3848), - [sym_object_declaration] = STATE(3848), - [sym__statement] = STATE(3848), - [sym_control_structure_body] = STATE(4213), - [sym__block] = STATE(3848), - [sym__loop_statement] = STATE(3848), - [sym_for_statement] = STATE(3848), - [sym_while_statement] = STATE(3848), - [sym_do_while_statement] = STATE(3848), - [sym_assignment] = STATE(3848), - [sym__expression] = STATE(2556), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(2871), - [sym_parenthesized_expression] = STATE(2871), - [sym_collection_literal] = STATE(2871), - [sym__literal_constant] = STATE(2871), - [sym_string_literal] = STATE(2871), - [sym_lambda_literal] = STATE(2871), - [sym_anonymous_function] = STATE(2871), - [sym__function_literal] = STATE(2871), - [sym_object_literal] = STATE(2871), - [sym_this_expression] = STATE(2871), - [sym_super_expression] = STATE(2871), - [sym_if_expression] = STATE(2871), - [sym_when_expression] = STATE(2871), - [sym_try_expression] = STATE(2871), - [sym_jump_expression] = STATE(2871), - [sym_callable_reference] = STATE(2871), - [sym__prefix_unary_operator] = STATE(1643), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7866), - [sym_modifiers] = STATE(7722), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(348), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3755), + [sym_type_alias] = STATE(1052), + [sym__declaration] = STATE(1052), + [sym_class_declaration] = STATE(1052), + [sym_function_declaration] = STATE(1052), + [sym_property_declaration] = STATE(1052), + [sym_getter] = STATE(1052), + [sym_setter] = STATE(1052), + [sym_object_declaration] = STATE(1052), + [sym__statement] = STATE(1052), + [sym_control_structure_body] = STATE(2397), + [sym__block] = STATE(1052), + [sym__loop_statement] = STATE(1052), + [sym_for_statement] = STATE(1052), + [sym_while_statement] = STATE(1052), + [sym_do_while_statement] = STATE(1052), + [sym_assignment] = STATE(1052), + [sym__expression] = STATE(522), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(777), + [sym_parenthesized_expression] = STATE(777), + [sym_collection_literal] = STATE(777), + [sym__literal_constant] = STATE(777), + [sym_string_literal] = STATE(777), + [sym_lambda_literal] = STATE(777), + [sym_anonymous_function] = STATE(777), + [sym__function_literal] = STATE(777), + [sym_object_literal] = STATE(777), + [sym_this_expression] = STATE(777), + [sym_super_expression] = STATE(777), + [sym_if_expression] = STATE(777), + [sym_when_expression] = STATE(777), + [sym_try_expression] = STATE(777), + [sym_jump_expression] = STATE(777), + [sym_callable_reference] = STATE(777), + [sym__prefix_unary_operator] = STATE(2117), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7933), + [sym_modifiers] = STATE(7721), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(332), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1103), [sym__return_at] = STATE(264), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(2871), - [sym_long_literal] = STATE(2871), - [sym_boolean_literal] = STATE(2871), - [sym_character_literal] = STATE(2871), - [sym__lexical_identifier] = STATE(3263), - [aux_sym__statement_repeat1] = STATE(818), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(777), + [sym_long_literal] = STATE(777), + [sym_boolean_literal] = STATE(777), + [sym_character_literal] = STATE(777), + [sym__lexical_identifier] = STATE(843), + [aux_sym__statement_repeat1] = STATE(806), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(537), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(539), [anon_sym_typealias] = ACTIONS(541), - [anon_sym_class] = ACTIONS(1007), - [anon_sym_interface] = ACTIONS(1007), - [anon_sym_enum] = ACTIONS(1009), - [anon_sym_LBRACE] = ACTIONS(953), + [anon_sym_class] = ACTIONS(981), + [anon_sym_interface] = ACTIONS(981), + [anon_sym_enum] = ACTIONS(983), + [anon_sym_LBRACE] = ACTIONS(893), [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_val] = ACTIONS(1011), - [anon_sym_var] = ACTIONS(1011), - [anon_sym_object] = ACTIONS(1013), - [anon_sym_fun] = ACTIONS(1015), - [anon_sym_SEMI] = ACTIONS(1217), - [anon_sym_get] = ACTIONS(1017), - [anon_sym_set] = ACTIONS(1019), + [anon_sym_val] = ACTIONS(985), + [anon_sym_var] = ACTIONS(985), + [anon_sym_object] = ACTIONS(987), + [anon_sym_fun] = ACTIONS(989), + [anon_sym_SEMI] = ACTIONS(1213), + [anon_sym_get] = ACTIONS(991), + [anon_sym_set] = ACTIONS(993), [anon_sym_this] = ACTIONS(561), [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1021), - [sym_label] = ACTIONS(1023), - [anon_sym_for] = ACTIONS(1025), - [anon_sym_while] = ACTIONS(1027), + [anon_sym_STAR] = ACTIONS(995), + [sym_label] = ACTIONS(997), + [anon_sym_for] = ACTIONS(999), + [anon_sym_while] = ACTIONS(1001), [anon_sym_do] = ACTIONS(573), - [anon_sym_null] = ACTIONS(973), - [anon_sym_if] = ACTIONS(755), - [anon_sym_else] = ACTIONS(1219), + [anon_sym_null] = ACTIONS(913), + [anon_sym_if] = ACTIONS(639), + [anon_sym_else] = ACTIONS(1215), [anon_sym_when] = ACTIONS(579), [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(757), - [anon_sym_return] = ACTIONS(759), + [anon_sym_throw] = ACTIONS(641), + [anon_sym_return] = ACTIONS(643), [anon_sym_continue] = ACTIONS(587), [anon_sym_break] = ACTIONS(587), [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(1029), - [anon_sym_DASH] = ACTIONS(1029), - [anon_sym_PLUS_PLUS] = ACTIONS(1031), - [anon_sym_DASH_DASH] = ACTIONS(1031), - [anon_sym_BANG] = ACTIONS(1031), + [anon_sym_PLUS] = ACTIONS(1003), + [anon_sym_DASH] = ACTIONS(1003), + [anon_sym_PLUS_PLUS] = ACTIONS(1005), + [anon_sym_DASH_DASH] = ACTIONS(1005), + [anon_sym_BANG] = ACTIONS(1005), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -39320,10 +39428,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(597), [anon_sym_actual] = ACTIONS(597), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), + [anon_sym_return_AT] = ACTIONS(517), [anon_sym_continue_AT] = ACTIONS(599), [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(979), + [sym_real_literal] = ACTIONS(919), [sym_integer_literal] = ACTIONS(605), [sym_hex_literal] = ACTIONS(607), [sym_bin_literal] = ACTIONS(607), @@ -39335,127 +39443,127 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(615), }, [89] = { - [sym_type_alias] = STATE(3259), - [sym__declaration] = STATE(3259), - [sym_class_declaration] = STATE(3259), - [sym_function_declaration] = STATE(3259), - [sym_property_declaration] = STATE(3259), - [sym_getter] = STATE(3259), - [sym_setter] = STATE(3259), - [sym_object_declaration] = STATE(3259), - [sym__statement] = STATE(3259), - [sym_control_structure_body] = STATE(4064), - [sym__block] = STATE(3259), - [sym__loop_statement] = STATE(3259), - [sym_for_statement] = STATE(3259), - [sym_while_statement] = STATE(3259), - [sym_do_while_statement] = STATE(3259), - [sym_assignment] = STATE(3259), - [sym__expression] = STATE(1527), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(2734), - [sym_parenthesized_expression] = STATE(2734), - [sym_collection_literal] = STATE(2734), - [sym__literal_constant] = STATE(2734), - [sym_string_literal] = STATE(2734), - [sym_lambda_literal] = STATE(2734), - [sym_anonymous_function] = STATE(2734), - [sym__function_literal] = STATE(2734), - [sym_object_literal] = STATE(2734), - [sym_this_expression] = STATE(2734), - [sym_super_expression] = STATE(2734), - [sym_if_expression] = STATE(2734), - [sym_when_expression] = STATE(2734), - [sym_try_expression] = STATE(2734), - [sym_jump_expression] = STATE(2734), - [sym_callable_reference] = STATE(2734), - [sym__prefix_unary_operator] = STATE(2135), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7897), - [sym_modifiers] = STATE(7825), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(341), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3242), - [sym__return_at] = STATE(255), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(2734), - [sym_long_literal] = STATE(2734), - [sym_boolean_literal] = STATE(2734), - [sym_character_literal] = STATE(2734), - [sym__lexical_identifier] = STATE(2864), - [aux_sym__statement_repeat1] = STATE(819), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(111), + [sym_type_alias] = STATE(1052), + [sym__declaration] = STATE(1052), + [sym_class_declaration] = STATE(1052), + [sym_function_declaration] = STATE(1052), + [sym_property_declaration] = STATE(1052), + [sym_getter] = STATE(1052), + [sym_setter] = STATE(1052), + [sym_object_declaration] = STATE(1052), + [sym__statement] = STATE(1052), + [sym_control_structure_body] = STATE(1550), + [sym__block] = STATE(1052), + [sym__loop_statement] = STATE(1052), + [sym_for_statement] = STATE(1052), + [sym_while_statement] = STATE(1052), + [sym_do_while_statement] = STATE(1052), + [sym_assignment] = STATE(1052), + [sym__expression] = STATE(460), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(777), + [sym_parenthesized_expression] = STATE(777), + [sym_collection_literal] = STATE(777), + [sym__literal_constant] = STATE(777), + [sym_string_literal] = STATE(777), + [sym_lambda_literal] = STATE(777), + [sym_anonymous_function] = STATE(777), + [sym__function_literal] = STATE(777), + [sym_object_literal] = STATE(777), + [sym_this_expression] = STATE(777), + [sym_super_expression] = STATE(777), + [sym_if_expression] = STATE(777), + [sym_when_expression] = STATE(777), + [sym_try_expression] = STATE(777), + [sym_jump_expression] = STATE(777), + [sym_callable_reference] = STATE(777), + [sym__prefix_unary_operator] = STATE(2340), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7935), + [sym_modifiers] = STATE(7845), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(334), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1103), + [sym__return_at] = STATE(260), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(777), + [sym_long_literal] = STATE(777), + [sym_boolean_literal] = STATE(777), + [sym_character_literal] = STATE(777), + [sym__lexical_identifier] = STATE(843), + [aux_sym__statement_repeat1] = STATE(800), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(537), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_typealias] = ACTIONS(121), - [anon_sym_class] = ACTIONS(797), - [anon_sym_interface] = ACTIONS(797), - [anon_sym_enum] = ACTIONS(799), - [anon_sym_LBRACE] = ACTIONS(801), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_val] = ACTIONS(803), - [anon_sym_var] = ACTIONS(803), - [anon_sym_object] = ACTIONS(805), - [anon_sym_fun] = ACTIONS(807), - [anon_sym_SEMI] = ACTIONS(1221), - [anon_sym_get] = ACTIONS(809), - [anon_sym_set] = ACTIONS(811), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(813), - [sym_label] = ACTIONS(815), - [anon_sym_for] = ACTIONS(817), - [anon_sym_while] = ACTIONS(819), - [anon_sym_do] = ACTIONS(153), - [anon_sym_null] = ACTIONS(821), - [anon_sym_if] = ACTIONS(157), - [anon_sym_else] = ACTIONS(1223), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(163), - [anon_sym_return] = ACTIONS(165), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(823), - [anon_sym_DASH] = ACTIONS(823), - [anon_sym_PLUS_PLUS] = ACTIONS(825), - [anon_sym_DASH_DASH] = ACTIONS(825), - [anon_sym_BANG] = ACTIONS(825), + [anon_sym_LBRACK] = ACTIONS(539), + [anon_sym_typealias] = ACTIONS(541), + [anon_sym_class] = ACTIONS(889), + [anon_sym_interface] = ACTIONS(889), + [anon_sym_enum] = ACTIONS(891), + [anon_sym_LBRACE] = ACTIONS(893), + [anon_sym_LPAREN] = ACTIONS(549), + [anon_sym_val] = ACTIONS(895), + [anon_sym_var] = ACTIONS(895), + [anon_sym_object] = ACTIONS(897), + [anon_sym_fun] = ACTIONS(899), + [anon_sym_SEMI] = ACTIONS(1217), + [anon_sym_get] = ACTIONS(901), + [anon_sym_set] = ACTIONS(903), + [anon_sym_this] = ACTIONS(561), + [anon_sym_super] = ACTIONS(563), + [anon_sym_STAR] = ACTIONS(905), + [sym_label] = ACTIONS(907), + [anon_sym_for] = ACTIONS(909), + [anon_sym_while] = ACTIONS(911), + [anon_sym_do] = ACTIONS(573), + [anon_sym_null] = ACTIONS(913), + [anon_sym_if] = ACTIONS(577), + [anon_sym_else] = ACTIONS(1219), + [anon_sym_when] = ACTIONS(579), + [anon_sym_try] = ACTIONS(581), + [anon_sym_throw] = ACTIONS(583), + [anon_sym_return] = ACTIONS(585), + [anon_sym_continue] = ACTIONS(587), + [anon_sym_break] = ACTIONS(587), + [anon_sym_COLON_COLON] = ACTIONS(589), + [anon_sym_PLUS] = ACTIONS(915), + [anon_sym_DASH] = ACTIONS(915), + [anon_sym_PLUS_PLUS] = ACTIONS(917), + [anon_sym_DASH_DASH] = ACTIONS(917), + [anon_sym_BANG] = ACTIONS(917), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(175), - [anon_sym_inner] = ACTIONS(175), + [anon_sym_data] = ACTIONS(595), + [anon_sym_inner] = ACTIONS(595), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -39474,140 +39582,139 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(177), - [anon_sym_actual] = ACTIONS(177), + [anon_sym_expect] = ACTIONS(597), + [anon_sym_actual] = ACTIONS(597), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(827), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(599), + [anon_sym_break_AT] = ACTIONS(601), + [sym_real_literal] = ACTIONS(919), + [sym_integer_literal] = ACTIONS(605), + [sym_hex_literal] = ACTIONS(607), + [sym_bin_literal] = ACTIONS(607), + [anon_sym_true] = ACTIONS(609), + [anon_sym_false] = ACTIONS(609), + [anon_sym_SQUOTE] = ACTIONS(611), + [sym__backtick_identifier] = ACTIONS(613), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), + [sym__string_start] = ACTIONS(615), }, [90] = { - [sym_type_alias] = STATE(4921), - [sym__declaration] = STATE(4921), - [sym_class_declaration] = STATE(4921), - [sym_function_declaration] = STATE(4921), - [sym_property_declaration] = STATE(4921), - [sym_getter] = STATE(4921), - [sym_setter] = STATE(4921), - [sym_object_declaration] = STATE(4921), - [sym__statement] = STATE(4921), - [sym_control_structure_body] = STATE(5442), - [sym__block] = STATE(4921), - [sym__loop_statement] = STATE(4921), - [sym_for_statement] = STATE(4921), - [sym_while_statement] = STATE(4921), - [sym_do_while_statement] = STATE(4921), - [sym_assignment] = STATE(4921), - [sym__expression] = STATE(4150), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4455), - [sym_parenthesized_expression] = STATE(4455), - [sym_collection_literal] = STATE(4455), - [sym__literal_constant] = STATE(4455), - [sym_string_literal] = STATE(4455), - [sym_lambda_literal] = STATE(4455), - [sym_anonymous_function] = STATE(4455), - [sym__function_literal] = STATE(4455), - [sym_object_literal] = STATE(4455), - [sym_this_expression] = STATE(4455), - [sym_super_expression] = STATE(4455), - [sym_if_expression] = STATE(4455), - [sym_when_expression] = STATE(4455), - [sym_try_expression] = STATE(4455), - [sym_jump_expression] = STATE(4455), - [sym_callable_reference] = STATE(4455), - [sym__prefix_unary_operator] = STATE(1611), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7881), - [sym_modifiers] = STATE(7567), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(353), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4990), - [sym__return_at] = STATE(303), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4455), - [sym_long_literal] = STATE(4455), - [sym_boolean_literal] = STATE(4455), - [sym_character_literal] = STATE(4455), - [sym__lexical_identifier] = STATE(4529), - [aux_sym__statement_repeat1] = STATE(828), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym_type_alias] = STATE(8815), + [sym__declaration] = STATE(8815), + [sym_class_declaration] = STATE(8815), + [sym_function_declaration] = STATE(8815), + [sym_property_declaration] = STATE(8815), + [sym_getter] = STATE(8815), + [sym_setter] = STATE(8815), + [sym_object_declaration] = STATE(8815), + [sym__statement] = STATE(8815), + [sym_control_structure_body] = STATE(8859), + [sym__block] = STATE(8815), + [sym__loop_statement] = STATE(8815), + [sym_for_statement] = STATE(8815), + [sym_while_statement] = STATE(8815), + [sym_do_while_statement] = STATE(8815), + [sym_assignment] = STATE(8815), + [sym__expression] = STATE(4196), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4470), + [sym_parenthesized_expression] = STATE(4470), + [sym_collection_literal] = STATE(4470), + [sym__literal_constant] = STATE(4470), + [sym_string_literal] = STATE(4470), + [sym_lambda_literal] = STATE(4470), + [sym_anonymous_function] = STATE(4470), + [sym__function_literal] = STATE(4470), + [sym_object_literal] = STATE(4470), + [sym_this_expression] = STATE(4470), + [sym_super_expression] = STATE(4470), + [sym_if_expression] = STATE(4470), + [sym_when_expression] = STATE(4470), + [sym_try_expression] = STATE(4470), + [sym_jump_expression] = STATE(4470), + [sym_callable_reference] = STATE(4470), + [sym__prefix_unary_operator] = STATE(1926), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7921), + [sym_modifiers] = STATE(7781), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(338), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4920), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4470), + [sym_long_literal] = STATE(4470), + [sym_boolean_literal] = STATE(4470), + [sym_character_literal] = STATE(4470), + [sym__lexical_identifier] = STATE(4566), + [aux_sym__statement_repeat1] = STATE(811), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_typealias] = ACTIONS(495), - [anon_sym_class] = ACTIONS(857), - [anon_sym_interface] = ACTIONS(857), - [anon_sym_enum] = ACTIONS(859), - [anon_sym_LBRACE] = ACTIONS(861), + [anon_sym_typealias] = ACTIONS(19), + [anon_sym_class] = ACTIONS(21), + [anon_sym_interface] = ACTIONS(21), + [anon_sym_enum] = ACTIONS(23), + [anon_sym_LBRACE] = ACTIONS(1211), + [anon_sym_RBRACE] = ACTIONS(199), [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_val] = ACTIONS(863), - [anon_sym_var] = ACTIONS(863), - [anon_sym_object] = ACTIONS(865), - [anon_sym_fun] = ACTIONS(867), - [anon_sym_SEMI] = ACTIONS(1225), - [anon_sym_get] = ACTIONS(869), - [anon_sym_set] = ACTIONS(871), + [anon_sym_val] = ACTIONS(29), + [anon_sym_var] = ACTIONS(29), + [anon_sym_object] = ACTIONS(31), + [anon_sym_fun] = ACTIONS(33), + [anon_sym_get] = ACTIONS(35), + [anon_sym_set] = ACTIONS(37), [anon_sym_this] = ACTIONS(39), [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(873), - [sym_label] = ACTIONS(875), - [anon_sym_for] = ACTIONS(877), - [anon_sym_while] = ACTIONS(879), - [anon_sym_do] = ACTIONS(521), + [anon_sym_STAR] = ACTIONS(43), + [sym_label] = ACTIONS(45), + [anon_sym_for] = ACTIONS(47), + [anon_sym_while] = ACTIONS(49), + [anon_sym_do] = ACTIONS(51), [anon_sym_null] = ACTIONS(53), - [anon_sym_if] = ACTIONS(525), - [anon_sym_else] = ACTIONS(1227), + [anon_sym_if] = ACTIONS(55), [anon_sym_when] = ACTIONS(57), [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(527), - [anon_sym_return] = ACTIONS(529), + [anon_sym_throw] = ACTIONS(61), + [anon_sym_return] = ACTIONS(63), [anon_sym_continue] = ACTIONS(65), [anon_sym_break] = ACTIONS(65), [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(881), - [anon_sym_DASH] = ACTIONS(881), - [anon_sym_PLUS_PLUS] = ACTIONS(883), - [anon_sym_DASH_DASH] = ACTIONS(883), - [anon_sym_BANG] = ACTIONS(883), + [anon_sym_PLUS] = ACTIONS(69), + [anon_sym_DASH] = ACTIONS(69), + [anon_sym_PLUS_PLUS] = ACTIONS(71), + [anon_sym_DASH_DASH] = ACTIONS(71), + [anon_sym_BANG] = ACTIONS(71), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -39645,131 +39752,132 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(103), [anon_sym_SQUOTE] = ACTIONS(105), [sym__backtick_identifier] = ACTIONS(107), + [sym__automatic_semicolon] = ACTIONS(199), [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(109), }, [91] = { - [sym_type_alias] = STATE(4620), - [sym__declaration] = STATE(4620), - [sym_class_declaration] = STATE(4620), - [sym_function_declaration] = STATE(4620), - [sym_property_declaration] = STATE(4620), - [sym_getter] = STATE(4620), - [sym_setter] = STATE(4620), - [sym_object_declaration] = STATE(4620), - [sym__statement] = STATE(4620), - [sym_control_structure_body] = STATE(5074), - [sym__block] = STATE(4620), - [sym__loop_statement] = STATE(4620), - [sym_for_statement] = STATE(4620), - [sym_while_statement] = STATE(4620), - [sym_do_while_statement] = STATE(4620), - [sym_assignment] = STATE(4620), - [sym__expression] = STATE(3730), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4426), - [sym_parenthesized_expression] = STATE(4426), - [sym_collection_literal] = STATE(4426), - [sym__literal_constant] = STATE(4426), - [sym_string_literal] = STATE(4426), - [sym_lambda_literal] = STATE(4426), - [sym_anonymous_function] = STATE(4426), - [sym__function_literal] = STATE(4426), - [sym_object_literal] = STATE(4426), - [sym_this_expression] = STATE(4426), - [sym_super_expression] = STATE(4426), - [sym_if_expression] = STATE(4426), - [sym_when_expression] = STATE(4426), - [sym_try_expression] = STATE(4426), - [sym_jump_expression] = STATE(4426), - [sym_callable_reference] = STATE(4426), - [sym__prefix_unary_operator] = STATE(2343), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7895), - [sym_modifiers] = STATE(7620), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(337), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4561), - [sym__return_at] = STATE(310), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4426), - [sym_long_literal] = STATE(4426), - [sym_boolean_literal] = STATE(4426), - [sym_character_literal] = STATE(4426), - [sym__lexical_identifier] = STATE(4440), - [aux_sym__statement_repeat1] = STATE(806), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(199), + [sym_type_alias] = STATE(5052), + [sym__declaration] = STATE(5052), + [sym_class_declaration] = STATE(5052), + [sym_function_declaration] = STATE(5052), + [sym_property_declaration] = STATE(5052), + [sym_getter] = STATE(5052), + [sym_setter] = STATE(5052), + [sym_object_declaration] = STATE(5052), + [sym__statement] = STATE(5052), + [sym_control_structure_body] = STATE(4944), + [sym__block] = STATE(5052), + [sym__loop_statement] = STATE(5052), + [sym_for_statement] = STATE(5052), + [sym_while_statement] = STATE(5052), + [sym_do_while_statement] = STATE(5052), + [sym_assignment] = STATE(5052), + [sym__expression] = STATE(3562), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4467), + [sym_parenthesized_expression] = STATE(4467), + [sym_collection_literal] = STATE(4467), + [sym__literal_constant] = STATE(4467), + [sym_string_literal] = STATE(4467), + [sym_lambda_literal] = STATE(4467), + [sym_anonymous_function] = STATE(4467), + [sym__function_literal] = STATE(4467), + [sym_object_literal] = STATE(4467), + [sym_this_expression] = STATE(4467), + [sym_super_expression] = STATE(4467), + [sym_if_expression] = STATE(4467), + [sym_when_expression] = STATE(4467), + [sym_try_expression] = STATE(4467), + [sym_jump_expression] = STATE(4467), + [sym_callable_reference] = STATE(4467), + [sym__prefix_unary_operator] = STATE(1801), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7898), + [sym_modifiers] = STATE(7725), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(343), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4920), + [sym__return_at] = STATE(298), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4467), + [sym_long_literal] = STATE(4467), + [sym_boolean_literal] = STATE(4467), + [sym_character_literal] = STATE(4467), + [sym__lexical_identifier] = STATE(4566), + [aux_sym__statement_repeat1] = STATE(799), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_typealias] = ACTIONS(207), - [anon_sym_class] = ACTIONS(707), - [anon_sym_interface] = ACTIONS(707), - [anon_sym_enum] = ACTIONS(709), - [anon_sym_LBRACE] = ACTIONS(213), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_val] = ACTIONS(711), - [anon_sym_var] = ACTIONS(711), - [anon_sym_object] = ACTIONS(713), - [anon_sym_fun] = ACTIONS(715), - [anon_sym_SEMI] = ACTIONS(1229), - [anon_sym_get] = ACTIONS(717), - [anon_sym_set] = ACTIONS(719), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1231), - [sym_label] = ACTIONS(723), - [anon_sym_for] = ACTIONS(725), - [anon_sym_while] = ACTIONS(727), - [anon_sym_do] = ACTIONS(239), - [anon_sym_null] = ACTIONS(241), - [anon_sym_if] = ACTIONS(321), - [anon_sym_else] = ACTIONS(1233), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(323), - [anon_sym_return] = ACTIONS(325), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(729), - [anon_sym_DASH] = ACTIONS(729), - [anon_sym_PLUS_PLUS] = ACTIONS(731), - [anon_sym_DASH_DASH] = ACTIONS(731), - [anon_sym_BANG] = ACTIONS(731), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_typealias] = ACTIONS(413), + [anon_sym_class] = ACTIONS(415), + [anon_sym_interface] = ACTIONS(415), + [anon_sym_enum] = ACTIONS(417), + [anon_sym_LBRACE] = ACTIONS(419), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_val] = ACTIONS(421), + [anon_sym_var] = ACTIONS(421), + [anon_sym_object] = ACTIONS(423), + [anon_sym_fun] = ACTIONS(425), + [anon_sym_SEMI] = ACTIONS(1221), + [anon_sym_get] = ACTIONS(427), + [anon_sym_set] = ACTIONS(429), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(1223), + [sym_label] = ACTIONS(433), + [anon_sym_for] = ACTIONS(435), + [anon_sym_while] = ACTIONS(437), + [anon_sym_do] = ACTIONS(439), + [anon_sym_null] = ACTIONS(441), + [anon_sym_if] = ACTIONS(443), + [anon_sym_else] = ACTIONS(1225), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(445), + [anon_sym_return] = ACTIONS(447), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(449), + [anon_sym_DASH] = ACTIONS(449), + [anon_sym_PLUS_PLUS] = ACTIONS(451), + [anon_sym_DASH_DASH] = ACTIONS(451), + [anon_sym_BANG] = ACTIONS(451), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(261), - [anon_sym_inner] = ACTIONS(261), + [anon_sym_data] = ACTIONS(77), + [anon_sym_inner] = ACTIONS(77), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -39788,128 +39896,128 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(263), - [anon_sym_actual] = ACTIONS(263), + [anon_sym_expect] = ACTIONS(89), + [anon_sym_actual] = ACTIONS(89), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(271), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [sym_real_literal] = ACTIONS(453), + [sym_integer_literal] = ACTIONS(99), + [sym_hex_literal] = ACTIONS(101), + [sym_bin_literal] = ACTIONS(101), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SQUOTE] = ACTIONS(105), + [sym__backtick_identifier] = ACTIONS(107), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), + [sym__string_start] = ACTIONS(109), }, [92] = { - [sym_type_alias] = STATE(3848), - [sym__declaration] = STATE(3848), - [sym_class_declaration] = STATE(3848), - [sym_function_declaration] = STATE(3848), - [sym_property_declaration] = STATE(3848), - [sym_getter] = STATE(3848), - [sym_setter] = STATE(3848), - [sym_object_declaration] = STATE(3848), - [sym__statement] = STATE(3848), - [sym_control_structure_body] = STATE(4156), - [sym__block] = STATE(3848), - [sym__loop_statement] = STATE(3848), - [sym_for_statement] = STATE(3848), - [sym_while_statement] = STATE(3848), - [sym_do_while_statement] = STATE(3848), - [sym_assignment] = STATE(3848), - [sym__expression] = STATE(2406), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(2871), - [sym_parenthesized_expression] = STATE(2871), - [sym_collection_literal] = STATE(2871), - [sym__literal_constant] = STATE(2871), - [sym_string_literal] = STATE(2871), - [sym_lambda_literal] = STATE(2871), - [sym_anonymous_function] = STATE(2871), - [sym__function_literal] = STATE(2871), - [sym_object_literal] = STATE(2871), - [sym_this_expression] = STATE(2871), - [sym_super_expression] = STATE(2871), - [sym_if_expression] = STATE(2871), - [sym_when_expression] = STATE(2871), - [sym_try_expression] = STATE(2871), - [sym_jump_expression] = STATE(2871), - [sym_callable_reference] = STATE(2871), - [sym__prefix_unary_operator] = STATE(2280), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7880), - [sym_modifiers] = STATE(7632), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(333), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3755), - [sym__return_at] = STATE(261), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(2871), - [sym_long_literal] = STATE(2871), - [sym_boolean_literal] = STATE(2871), - [sym_character_literal] = STATE(2871), - [sym__lexical_identifier] = STATE(3263), - [aux_sym__statement_repeat1] = STATE(830), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym_type_alias] = STATE(1052), + [sym__declaration] = STATE(1052), + [sym_class_declaration] = STATE(1052), + [sym_function_declaration] = STATE(1052), + [sym_property_declaration] = STATE(1052), + [sym_getter] = STATE(1052), + [sym_setter] = STATE(1052), + [sym_object_declaration] = STATE(1052), + [sym__statement] = STATE(1052), + [sym_control_structure_body] = STATE(1073), + [sym__block] = STATE(1052), + [sym__loop_statement] = STATE(1052), + [sym_for_statement] = STATE(1052), + [sym_while_statement] = STATE(1052), + [sym_do_while_statement] = STATE(1052), + [sym_assignment] = STATE(1052), + [sym__expression] = STATE(370), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(765), + [sym_parenthesized_expression] = STATE(765), + [sym_collection_literal] = STATE(765), + [sym__literal_constant] = STATE(765), + [sym_string_literal] = STATE(765), + [sym_lambda_literal] = STATE(765), + [sym_anonymous_function] = STATE(765), + [sym__function_literal] = STATE(765), + [sym_object_literal] = STATE(765), + [sym_this_expression] = STATE(765), + [sym_super_expression] = STATE(765), + [sym_if_expression] = STATE(765), + [sym_when_expression] = STATE(765), + [sym_try_expression] = STATE(765), + [sym_jump_expression] = STATE(765), + [sym_callable_reference] = STATE(765), + [sym__prefix_unary_operator] = STATE(1703), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7900), + [sym_modifiers] = STATE(7653), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(342), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1103), + [sym__return_at] = STATE(260), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(765), + [sym_long_literal] = STATE(765), + [sym_boolean_literal] = STATE(765), + [sym_character_literal] = STATE(765), + [sym__lexical_identifier] = STATE(843), + [aux_sym__statement_repeat1] = STATE(804), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(537), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(539), [anon_sym_typealias] = ACTIONS(541), - [anon_sym_class] = ACTIONS(949), - [anon_sym_interface] = ACTIONS(949), - [anon_sym_enum] = ACTIONS(951), - [anon_sym_LBRACE] = ACTIONS(953), + [anon_sym_class] = ACTIONS(543), + [anon_sym_interface] = ACTIONS(543), + [anon_sym_enum] = ACTIONS(545), + [anon_sym_LBRACE] = ACTIONS(547), [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_val] = ACTIONS(955), - [anon_sym_var] = ACTIONS(955), - [anon_sym_object] = ACTIONS(957), - [anon_sym_fun] = ACTIONS(959), - [anon_sym_SEMI] = ACTIONS(1235), - [anon_sym_get] = ACTIONS(961), - [anon_sym_set] = ACTIONS(963), + [anon_sym_val] = ACTIONS(551), + [anon_sym_var] = ACTIONS(551), + [anon_sym_object] = ACTIONS(553), + [anon_sym_fun] = ACTIONS(555), + [anon_sym_SEMI] = ACTIONS(1227), + [anon_sym_get] = ACTIONS(557), + [anon_sym_set] = ACTIONS(559), [anon_sym_this] = ACTIONS(561), [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(965), - [sym_label] = ACTIONS(967), - [anon_sym_for] = ACTIONS(969), - [anon_sym_while] = ACTIONS(971), + [anon_sym_STAR] = ACTIONS(1229), + [sym_label] = ACTIONS(567), + [anon_sym_for] = ACTIONS(569), + [anon_sym_while] = ACTIONS(571), [anon_sym_do] = ACTIONS(573), - [anon_sym_null] = ACTIONS(973), + [anon_sym_null] = ACTIONS(575), [anon_sym_if] = ACTIONS(577), - [anon_sym_else] = ACTIONS(1237), + [anon_sym_else] = ACTIONS(1231), [anon_sym_when] = ACTIONS(579), [anon_sym_try] = ACTIONS(581), [anon_sym_throw] = ACTIONS(583), @@ -39917,11 +40025,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(587), [anon_sym_break] = ACTIONS(587), [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(975), - [anon_sym_DASH] = ACTIONS(975), - [anon_sym_PLUS_PLUS] = ACTIONS(977), - [anon_sym_DASH_DASH] = ACTIONS(977), - [anon_sym_BANG] = ACTIONS(977), + [anon_sym_PLUS] = ACTIONS(591), + [anon_sym_DASH] = ACTIONS(591), + [anon_sym_PLUS_PLUS] = ACTIONS(593), + [anon_sym_DASH_DASH] = ACTIONS(593), + [anon_sym_BANG] = ACTIONS(593), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -39948,10 +40056,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(597), [anon_sym_actual] = ACTIONS(597), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), + [anon_sym_return_AT] = ACTIONS(517), [anon_sym_continue_AT] = ACTIONS(599), [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(979), + [sym_real_literal] = ACTIONS(603), [sym_integer_literal] = ACTIONS(605), [sym_hex_literal] = ACTIONS(607), [sym_bin_literal] = ACTIONS(607), @@ -39963,109 +40071,110 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(615), }, [93] = { - [sym_type_alias] = STATE(8765), - [sym__declaration] = STATE(8765), - [sym_class_declaration] = STATE(8765), - [sym_function_declaration] = STATE(8765), - [sym_property_declaration] = STATE(8765), - [sym_getter] = STATE(8765), - [sym_setter] = STATE(8765), - [sym_object_declaration] = STATE(8765), - [sym__statement] = STATE(8765), - [sym_control_structure_body] = STATE(8793), - [sym__block] = STATE(8765), - [sym__loop_statement] = STATE(8765), - [sym_for_statement] = STATE(8765), - [sym_while_statement] = STATE(8765), - [sym_do_while_statement] = STATE(8765), - [sym_assignment] = STATE(8765), - [sym__expression] = STATE(4204), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4455), - [sym_parenthesized_expression] = STATE(4455), - [sym_collection_literal] = STATE(4455), - [sym__literal_constant] = STATE(4455), - [sym_string_literal] = STATE(4455), - [sym_lambda_literal] = STATE(4455), - [sym_anonymous_function] = STATE(4455), - [sym__function_literal] = STATE(4455), - [sym_object_literal] = STATE(4455), - [sym_this_expression] = STATE(4455), - [sym_super_expression] = STATE(4455), - [sym_if_expression] = STATE(4455), - [sym_when_expression] = STATE(4455), - [sym_try_expression] = STATE(4455), - [sym_jump_expression] = STATE(4455), - [sym_callable_reference] = STATE(4455), - [sym__prefix_unary_operator] = STATE(1637), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7901), - [sym_modifiers] = STATE(7684), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), + [sym_type_alias] = STATE(5052), + [sym__declaration] = STATE(5052), + [sym_class_declaration] = STATE(5052), + [sym_function_declaration] = STATE(5052), + [sym_property_declaration] = STATE(5052), + [sym_getter] = STATE(5052), + [sym_setter] = STATE(5052), + [sym_object_declaration] = STATE(5052), + [sym__statement] = STATE(5052), + [sym_control_structure_body] = STATE(5492), + [sym__block] = STATE(5052), + [sym__loop_statement] = STATE(5052), + [sym_for_statement] = STATE(5052), + [sym_while_statement] = STATE(5052), + [sym_do_while_statement] = STATE(5052), + [sym_assignment] = STATE(5052), + [sym__expression] = STATE(4196), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4470), + [sym_parenthesized_expression] = STATE(4470), + [sym_collection_literal] = STATE(4470), + [sym__literal_constant] = STATE(4470), + [sym_string_literal] = STATE(4470), + [sym_lambda_literal] = STATE(4470), + [sym_anonymous_function] = STATE(4470), + [sym__function_literal] = STATE(4470), + [sym_object_literal] = STATE(4470), + [sym_this_expression] = STATE(4470), + [sym_super_expression] = STATE(4470), + [sym_if_expression] = STATE(4470), + [sym_when_expression] = STATE(4470), + [sym_try_expression] = STATE(4470), + [sym_jump_expression] = STATE(4470), + [sym_callable_reference] = STATE(4470), + [sym__prefix_unary_operator] = STATE(1926), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7921), + [sym_modifiers] = STATE(7802), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), [sym_annotation] = STATE(338), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4990), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4455), - [sym_long_literal] = STATE(4455), - [sym_boolean_literal] = STATE(4455), - [sym_character_literal] = STATE(4455), - [sym__lexical_identifier] = STATE(4529), - [aux_sym__statement_repeat1] = STATE(820), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4920), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4470), + [sym_long_literal] = STATE(4470), + [sym_boolean_literal] = STATE(4470), + [sym_character_literal] = STATE(4470), + [sym__lexical_identifier] = STATE(4566), + [aux_sym__statement_repeat1] = STATE(805), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_typealias] = ACTIONS(19), - [anon_sym_class] = ACTIONS(21), - [anon_sym_interface] = ACTIONS(21), - [anon_sym_enum] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(1239), - [anon_sym_RBRACE] = ACTIONS(203), + [anon_sym_typealias] = ACTIONS(413), + [anon_sym_class] = ACTIONS(1033), + [anon_sym_interface] = ACTIONS(1033), + [anon_sym_enum] = ACTIONS(1035), + [anon_sym_LBRACE] = ACTIONS(925), [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_val] = ACTIONS(29), - [anon_sym_var] = ACTIONS(29), - [anon_sym_object] = ACTIONS(31), - [anon_sym_fun] = ACTIONS(33), - [anon_sym_get] = ACTIONS(35), - [anon_sym_set] = ACTIONS(37), + [anon_sym_val] = ACTIONS(1037), + [anon_sym_var] = ACTIONS(1037), + [anon_sym_object] = ACTIONS(1039), + [anon_sym_fun] = ACTIONS(1041), + [anon_sym_SEMI] = ACTIONS(1233), + [anon_sym_get] = ACTIONS(1043), + [anon_sym_set] = ACTIONS(1045), [anon_sym_this] = ACTIONS(39), [anon_sym_super] = ACTIONS(41), [anon_sym_STAR] = ACTIONS(43), [sym_label] = ACTIONS(45), - [anon_sym_for] = ACTIONS(47), - [anon_sym_while] = ACTIONS(49), - [anon_sym_do] = ACTIONS(51), + [anon_sym_for] = ACTIONS(1047), + [anon_sym_while] = ACTIONS(1049), + [anon_sym_do] = ACTIONS(439), [anon_sym_null] = ACTIONS(53), [anon_sym_if] = ACTIONS(55), + [anon_sym_else] = ACTIONS(1235), [anon_sym_when] = ACTIONS(57), [anon_sym_try] = ACTIONS(59), [anon_sym_throw] = ACTIONS(61), @@ -40115,127 +40224,126 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(103), [anon_sym_SQUOTE] = ACTIONS(105), [sym__backtick_identifier] = ACTIONS(107), - [sym__automatic_semicolon] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(109), }, [94] = { - [sym_type_alias] = STATE(4620), - [sym__declaration] = STATE(4620), - [sym_class_declaration] = STATE(4620), - [sym_function_declaration] = STATE(4620), - [sym_property_declaration] = STATE(4620), - [sym_getter] = STATE(4620), - [sym_setter] = STATE(4620), - [sym_object_declaration] = STATE(4620), - [sym__statement] = STATE(4620), - [sym_control_structure_body] = STATE(5461), - [sym__block] = STATE(4620), - [sym__loop_statement] = STATE(4620), - [sym_for_statement] = STATE(4620), - [sym_while_statement] = STATE(4620), - [sym_do_while_statement] = STATE(4620), - [sym_assignment] = STATE(4620), - [sym__expression] = STATE(4166), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4428), - [sym_parenthesized_expression] = STATE(4428), - [sym_collection_literal] = STATE(4428), - [sym__literal_constant] = STATE(4428), - [sym_string_literal] = STATE(4428), - [sym_lambda_literal] = STATE(4428), - [sym_anonymous_function] = STATE(4428), - [sym__function_literal] = STATE(4428), - [sym_object_literal] = STATE(4428), - [sym_this_expression] = STATE(4428), - [sym_super_expression] = STATE(4428), - [sym_if_expression] = STATE(4428), - [sym_when_expression] = STATE(4428), - [sym_try_expression] = STATE(4428), - [sym_jump_expression] = STATE(4428), - [sym_callable_reference] = STATE(4428), - [sym__prefix_unary_operator] = STATE(2049), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7865), - [sym_modifiers] = STATE(7643), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(342), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4561), - [sym__return_at] = STATE(310), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4428), - [sym_long_literal] = STATE(4428), - [sym_boolean_literal] = STATE(4428), - [sym_character_literal] = STATE(4428), - [sym__lexical_identifier] = STATE(4440), - [aux_sym__statement_repeat1] = STATE(814), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym_type_alias] = STATE(4571), + [sym__declaration] = STATE(4571), + [sym_class_declaration] = STATE(4571), + [sym_function_declaration] = STATE(4571), + [sym_property_declaration] = STATE(4571), + [sym_getter] = STATE(4571), + [sym_setter] = STATE(4571), + [sym_object_declaration] = STATE(4571), + [sym__statement] = STATE(4571), + [sym_control_structure_body] = STATE(5245), + [sym__block] = STATE(4571), + [sym__loop_statement] = STATE(4571), + [sym_for_statement] = STATE(4571), + [sym_while_statement] = STATE(4571), + [sym_do_while_statement] = STATE(4571), + [sym_assignment] = STATE(4571), + [sym__expression] = STATE(4029), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4435), + [sym_parenthesized_expression] = STATE(4435), + [sym_collection_literal] = STATE(4435), + [sym__literal_constant] = STATE(4435), + [sym_string_literal] = STATE(4435), + [sym_lambda_literal] = STATE(4435), + [sym_anonymous_function] = STATE(4435), + [sym__function_literal] = STATE(4435), + [sym_object_literal] = STATE(4435), + [sym_this_expression] = STATE(4435), + [sym_super_expression] = STATE(4435), + [sym_if_expression] = STATE(4435), + [sym_when_expression] = STATE(4435), + [sym_try_expression] = STATE(4435), + [sym_jump_expression] = STATE(4435), + [sym_callable_reference] = STATE(4435), + [sym__prefix_unary_operator] = STATE(1897), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7897), + [sym_modifiers] = STATE(7821), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(339), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4608), + [sym__return_at] = STATE(295), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4435), + [sym_long_literal] = STATE(4435), + [sym_boolean_literal] = STATE(4435), + [sym_character_literal] = STATE(4435), + [sym__lexical_identifier] = STATE(4461), + [aux_sym__statement_repeat1] = STATE(790), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_typealias] = ACTIONS(207), - [anon_sym_class] = ACTIONS(1077), - [anon_sym_interface] = ACTIONS(1077), - [anon_sym_enum] = ACTIONS(1079), - [anon_sym_LBRACE] = ACTIONS(833), + [anon_sym_class] = ACTIONS(797), + [anon_sym_interface] = ACTIONS(797), + [anon_sym_enum] = ACTIONS(799), + [anon_sym_LBRACE] = ACTIONS(801), [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_val] = ACTIONS(1081), - [anon_sym_var] = ACTIONS(1081), - [anon_sym_object] = ACTIONS(1083), - [anon_sym_fun] = ACTIONS(1085), - [anon_sym_SEMI] = ACTIONS(1241), - [anon_sym_get] = ACTIONS(1087), - [anon_sym_set] = ACTIONS(1089), + [anon_sym_val] = ACTIONS(803), + [anon_sym_var] = ACTIONS(803), + [anon_sym_object] = ACTIONS(805), + [anon_sym_fun] = ACTIONS(807), + [anon_sym_SEMI] = ACTIONS(1237), + [anon_sym_get] = ACTIONS(809), + [anon_sym_set] = ACTIONS(811), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), - [sym_label] = ACTIONS(311), - [anon_sym_for] = ACTIONS(1093), - [anon_sym_while] = ACTIONS(1095), + [anon_sym_STAR] = ACTIONS(813), + [sym_label] = ACTIONS(815), + [anon_sym_for] = ACTIONS(817), + [anon_sym_while] = ACTIONS(819), [anon_sym_do] = ACTIONS(239), [anon_sym_null] = ACTIONS(319), - [anon_sym_if] = ACTIONS(321), - [anon_sym_else] = ACTIONS(1243), + [anon_sym_if] = ACTIONS(243), + [anon_sym_else] = ACTIONS(1239), [anon_sym_when] = ACTIONS(245), [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(323), - [anon_sym_return] = ACTIONS(325), + [anon_sym_throw] = ACTIONS(249), + [anon_sym_return] = ACTIONS(251), [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(327), - [anon_sym_DASH] = ACTIONS(327), - [anon_sym_PLUS_PLUS] = ACTIONS(329), - [anon_sym_DASH_DASH] = ACTIONS(329), - [anon_sym_BANG] = ACTIONS(329), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(823), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -40277,109 +40385,110 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(283), }, [95] = { - [sym_type_alias] = STATE(8765), - [sym__declaration] = STATE(8765), - [sym_class_declaration] = STATE(8765), - [sym_function_declaration] = STATE(8765), - [sym_property_declaration] = STATE(8765), - [sym_getter] = STATE(8765), - [sym_setter] = STATE(8765), - [sym_object_declaration] = STATE(8765), - [sym__statement] = STATE(8765), - [sym_control_structure_body] = STATE(8839), - [sym__block] = STATE(8765), - [sym__loop_statement] = STATE(8765), - [sym_for_statement] = STATE(8765), - [sym_while_statement] = STATE(8765), - [sym_do_while_statement] = STATE(8765), - [sym_assignment] = STATE(8765), - [sym__expression] = STATE(4204), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4455), - [sym_parenthesized_expression] = STATE(4455), - [sym_collection_literal] = STATE(4455), - [sym__literal_constant] = STATE(4455), - [sym_string_literal] = STATE(4455), - [sym_lambda_literal] = STATE(4455), - [sym_anonymous_function] = STATE(4455), - [sym__function_literal] = STATE(4455), - [sym_object_literal] = STATE(4455), - [sym_this_expression] = STATE(4455), - [sym_super_expression] = STATE(4455), - [sym_if_expression] = STATE(4455), - [sym_when_expression] = STATE(4455), - [sym_try_expression] = STATE(4455), - [sym_jump_expression] = STATE(4455), - [sym_callable_reference] = STATE(4455), - [sym__prefix_unary_operator] = STATE(1637), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7901), - [sym_modifiers] = STATE(7684), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(338), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4990), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4455), - [sym_long_literal] = STATE(4455), - [sym_boolean_literal] = STATE(4455), - [sym_character_literal] = STATE(4455), - [sym__lexical_identifier] = STATE(4529), - [aux_sym__statement_repeat1] = STATE(820), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym_type_alias] = STATE(5052), + [sym__declaration] = STATE(5052), + [sym_class_declaration] = STATE(5052), + [sym_function_declaration] = STATE(5052), + [sym_property_declaration] = STATE(5052), + [sym_getter] = STATE(5052), + [sym_setter] = STATE(5052), + [sym_object_declaration] = STATE(5052), + [sym__statement] = STATE(5052), + [sym_control_structure_body] = STATE(5148), + [sym__block] = STATE(5052), + [sym__loop_statement] = STATE(5052), + [sym_for_statement] = STATE(5052), + [sym_while_statement] = STATE(5052), + [sym_do_while_statement] = STATE(5052), + [sym_assignment] = STATE(5052), + [sym__expression] = STATE(3957), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4467), + [sym_parenthesized_expression] = STATE(4467), + [sym_collection_literal] = STATE(4467), + [sym__literal_constant] = STATE(4467), + [sym_string_literal] = STATE(4467), + [sym_lambda_literal] = STATE(4467), + [sym_anonymous_function] = STATE(4467), + [sym__function_literal] = STATE(4467), + [sym_object_literal] = STATE(4467), + [sym_this_expression] = STATE(4467), + [sym_super_expression] = STATE(4467), + [sym_if_expression] = STATE(4467), + [sym_when_expression] = STATE(4467), + [sym_try_expression] = STATE(4467), + [sym_jump_expression] = STATE(4467), + [sym_callable_reference] = STATE(4467), + [sym__prefix_unary_operator] = STATE(1665), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7907), + [sym_modifiers] = STATE(7741), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(348), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4920), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4467), + [sym_long_literal] = STATE(4467), + [sym_boolean_literal] = STATE(4467), + [sym_character_literal] = STATE(4467), + [sym__lexical_identifier] = STATE(4566), + [aux_sym__statement_repeat1] = STATE(803), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_typealias] = ACTIONS(19), - [anon_sym_class] = ACTIONS(21), - [anon_sym_interface] = ACTIONS(21), - [anon_sym_enum] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(1239), - [anon_sym_RBRACE] = ACTIONS(117), + [anon_sym_typealias] = ACTIONS(413), + [anon_sym_class] = ACTIONS(771), + [anon_sym_interface] = ACTIONS(771), + [anon_sym_enum] = ACTIONS(773), + [anon_sym_LBRACE] = ACTIONS(419), [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_val] = ACTIONS(29), - [anon_sym_var] = ACTIONS(29), - [anon_sym_object] = ACTIONS(31), - [anon_sym_fun] = ACTIONS(33), - [anon_sym_get] = ACTIONS(35), - [anon_sym_set] = ACTIONS(37), + [anon_sym_val] = ACTIONS(775), + [anon_sym_var] = ACTIONS(775), + [anon_sym_object] = ACTIONS(777), + [anon_sym_fun] = ACTIONS(779), + [anon_sym_SEMI] = ACTIONS(1241), + [anon_sym_get] = ACTIONS(781), + [anon_sym_set] = ACTIONS(783), [anon_sym_this] = ACTIONS(39), [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(43), - [sym_label] = ACTIONS(45), - [anon_sym_for] = ACTIONS(47), - [anon_sym_while] = ACTIONS(49), - [anon_sym_do] = ACTIONS(51), - [anon_sym_null] = ACTIONS(53), + [anon_sym_STAR] = ACTIONS(1243), + [sym_label] = ACTIONS(787), + [anon_sym_for] = ACTIONS(789), + [anon_sym_while] = ACTIONS(791), + [anon_sym_do] = ACTIONS(439), + [anon_sym_null] = ACTIONS(441), [anon_sym_if] = ACTIONS(55), + [anon_sym_else] = ACTIONS(1245), [anon_sym_when] = ACTIONS(57), [anon_sym_try] = ACTIONS(59), [anon_sym_throw] = ACTIONS(61), @@ -40387,11 +40496,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(65), [anon_sym_break] = ACTIONS(65), [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(69), - [anon_sym_DASH] = ACTIONS(69), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_BANG] = ACTIONS(71), + [anon_sym_PLUS] = ACTIONS(793), + [anon_sym_DASH] = ACTIONS(793), + [anon_sym_PLUS_PLUS] = ACTIONS(795), + [anon_sym_DASH_DASH] = ACTIONS(795), + [anon_sym_BANG] = ACTIONS(795), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -40421,7 +40530,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(93), [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(97), + [sym_real_literal] = ACTIONS(453), [sym_integer_literal] = ACTIONS(99), [sym_hex_literal] = ACTIONS(101), [sym_bin_literal] = ACTIONS(101), @@ -40429,132 +40538,131 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(103), [anon_sym_SQUOTE] = ACTIONS(105), [sym__backtick_identifier] = ACTIONS(107), - [sym__automatic_semicolon] = ACTIONS(117), [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(109), }, [96] = { - [sym_type_alias] = STATE(3281), - [sym__declaration] = STATE(3281), - [sym_class_declaration] = STATE(3281), - [sym_function_declaration] = STATE(3281), - [sym_property_declaration] = STATE(3281), - [sym_getter] = STATE(3281), - [sym_setter] = STATE(3281), - [sym_object_declaration] = STATE(3281), - [sym__statement] = STATE(3281), - [sym_control_structure_body] = STATE(4031), - [sym__block] = STATE(3281), - [sym__loop_statement] = STATE(3281), - [sym_for_statement] = STATE(3281), - [sym_while_statement] = STATE(3281), - [sym_do_while_statement] = STATE(3281), - [sym_assignment] = STATE(3281), - [sym__expression] = STATE(1504), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(2750), - [sym_parenthesized_expression] = STATE(2750), - [sym_collection_literal] = STATE(2750), - [sym__literal_constant] = STATE(2750), - [sym_string_literal] = STATE(2750), - [sym_lambda_literal] = STATE(2750), - [sym_anonymous_function] = STATE(2750), - [sym__function_literal] = STATE(2750), - [sym_object_literal] = STATE(2750), - [sym_this_expression] = STATE(2750), - [sym_super_expression] = STATE(2750), - [sym_if_expression] = STATE(2750), - [sym_when_expression] = STATE(2750), - [sym_try_expression] = STATE(2750), - [sym_jump_expression] = STATE(2750), - [sym_callable_reference] = STATE(2750), - [sym__prefix_unary_operator] = STATE(2071), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7888), - [sym_modifiers] = STATE(7724), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(354), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3447), - [sym__return_at] = STATE(304), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(2750), - [sym_long_literal] = STATE(2750), - [sym_boolean_literal] = STATE(2750), - [sym_character_literal] = STATE(2750), - [sym__lexical_identifier] = STATE(2890), - [aux_sym__statement_repeat1] = STATE(786), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(333), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(335), - [anon_sym_typealias] = ACTIONS(337), - [anon_sym_class] = ACTIONS(917), - [anon_sym_interface] = ACTIONS(917), - [anon_sym_enum] = ACTIONS(919), - [anon_sym_LBRACE] = ACTIONS(921), - [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_val] = ACTIONS(923), - [anon_sym_var] = ACTIONS(923), - [anon_sym_object] = ACTIONS(925), - [anon_sym_fun] = ACTIONS(927), - [anon_sym_SEMI] = ACTIONS(1245), - [anon_sym_get] = ACTIONS(929), - [anon_sym_set] = ACTIONS(931), - [anon_sym_this] = ACTIONS(357), - [anon_sym_super] = ACTIONS(359), - [anon_sym_STAR] = ACTIONS(933), - [sym_label] = ACTIONS(935), - [anon_sym_for] = ACTIONS(937), - [anon_sym_while] = ACTIONS(939), - [anon_sym_do] = ACTIONS(369), - [anon_sym_null] = ACTIONS(941), - [anon_sym_if] = ACTIONS(373), - [anon_sym_else] = ACTIONS(1247), - [anon_sym_when] = ACTIONS(375), - [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(379), - [anon_sym_return] = ACTIONS(381), - [anon_sym_continue] = ACTIONS(383), - [anon_sym_break] = ACTIONS(383), - [anon_sym_COLON_COLON] = ACTIONS(385), - [anon_sym_PLUS] = ACTIONS(943), - [anon_sym_DASH] = ACTIONS(943), - [anon_sym_PLUS_PLUS] = ACTIONS(945), - [anon_sym_DASH_DASH] = ACTIONS(945), - [anon_sym_BANG] = ACTIONS(945), + [sym_type_alias] = STATE(4571), + [sym__declaration] = STATE(4571), + [sym_class_declaration] = STATE(4571), + [sym_function_declaration] = STATE(4571), + [sym_property_declaration] = STATE(4571), + [sym_getter] = STATE(4571), + [sym_setter] = STATE(4571), + [sym_object_declaration] = STATE(4571), + [sym__statement] = STATE(4571), + [sym_control_structure_body] = STATE(5474), + [sym__block] = STATE(4571), + [sym__loop_statement] = STATE(4571), + [sym_for_statement] = STATE(4571), + [sym_while_statement] = STATE(4571), + [sym_do_while_statement] = STATE(4571), + [sym_assignment] = STATE(4571), + [sym__expression] = STATE(4184), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4435), + [sym_parenthesized_expression] = STATE(4435), + [sym_collection_literal] = STATE(4435), + [sym__literal_constant] = STATE(4435), + [sym_string_literal] = STATE(4435), + [sym_lambda_literal] = STATE(4435), + [sym_anonymous_function] = STATE(4435), + [sym__function_literal] = STATE(4435), + [sym_object_literal] = STATE(4435), + [sym_this_expression] = STATE(4435), + [sym_super_expression] = STATE(4435), + [sym_if_expression] = STATE(4435), + [sym_when_expression] = STATE(4435), + [sym_try_expression] = STATE(4435), + [sym_jump_expression] = STATE(4435), + [sym_callable_reference] = STATE(4435), + [sym__prefix_unary_operator] = STATE(1903), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7894), + [sym_modifiers] = STATE(7638), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(351), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4608), + [sym__return_at] = STATE(310), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4435), + [sym_long_literal] = STATE(4435), + [sym_boolean_literal] = STATE(4435), + [sym_character_literal] = STATE(4435), + [sym__lexical_identifier] = STATE(4461), + [aux_sym__statement_repeat1] = STATE(822), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_typealias] = ACTIONS(207), + [anon_sym_class] = ACTIONS(1051), + [anon_sym_interface] = ACTIONS(1051), + [anon_sym_enum] = ACTIONS(1053), + [anon_sym_LBRACE] = ACTIONS(801), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_val] = ACTIONS(1055), + [anon_sym_var] = ACTIONS(1055), + [anon_sym_object] = ACTIONS(1057), + [anon_sym_fun] = ACTIONS(1059), + [anon_sym_SEMI] = ACTIONS(1247), + [anon_sym_get] = ACTIONS(1061), + [anon_sym_set] = ACTIONS(1063), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(1065), + [sym_label] = ACTIONS(311), + [anon_sym_for] = ACTIONS(1067), + [anon_sym_while] = ACTIONS(1069), + [anon_sym_do] = ACTIONS(239), + [anon_sym_null] = ACTIONS(319), + [anon_sym_if] = ACTIONS(321), + [anon_sym_else] = ACTIONS(1249), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(323), + [anon_sym_return] = ACTIONS(325), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(327), + [anon_sym_DASH] = ACTIONS(327), + [anon_sym_PLUS_PLUS] = ACTIONS(329), + [anon_sym_DASH_DASH] = ACTIONS(329), + [anon_sym_BANG] = ACTIONS(329), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(391), - [anon_sym_inner] = ACTIONS(391), + [anon_sym_data] = ACTIONS(261), + [anon_sym_inner] = ACTIONS(261), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -40573,140 +40681,140 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(393), - [anon_sym_actual] = ACTIONS(393), + [anon_sym_expect] = ACTIONS(263), + [anon_sym_actual] = ACTIONS(263), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(395), - [anon_sym_break_AT] = ACTIONS(397), - [sym_real_literal] = ACTIONS(947), - [sym_integer_literal] = ACTIONS(401), - [sym_hex_literal] = ACTIONS(403), - [sym_bin_literal] = ACTIONS(403), - [anon_sym_true] = ACTIONS(405), - [anon_sym_false] = ACTIONS(405), - [anon_sym_SQUOTE] = ACTIONS(407), - [sym__backtick_identifier] = ACTIONS(409), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(331), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(411), + [sym__string_start] = ACTIONS(283), }, [97] = { - [sym_type_alias] = STATE(3259), - [sym__declaration] = STATE(3259), - [sym_class_declaration] = STATE(3259), - [sym_function_declaration] = STATE(3259), - [sym_property_declaration] = STATE(3259), - [sym_getter] = STATE(3259), - [sym_setter] = STATE(3259), - [sym_object_declaration] = STATE(3259), - [sym__statement] = STATE(3259), - [sym_control_structure_body] = STATE(3908), - [sym__block] = STATE(3259), - [sym__loop_statement] = STATE(3259), - [sym_for_statement] = STATE(3259), - [sym_while_statement] = STATE(3259), - [sym_do_while_statement] = STATE(3259), - [sym_assignment] = STATE(3259), - [sym__expression] = STATE(1336), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(2736), - [sym_parenthesized_expression] = STATE(2736), - [sym_collection_literal] = STATE(2736), - [sym__literal_constant] = STATE(2736), - [sym_string_literal] = STATE(2736), - [sym_lambda_literal] = STATE(2736), - [sym_anonymous_function] = STATE(2736), - [sym__function_literal] = STATE(2736), - [sym_object_literal] = STATE(2736), - [sym_this_expression] = STATE(2736), - [sym_super_expression] = STATE(2736), - [sym_if_expression] = STATE(2736), - [sym_when_expression] = STATE(2736), - [sym_try_expression] = STATE(2736), - [sym_jump_expression] = STATE(2736), - [sym_callable_reference] = STATE(2736), - [sym__prefix_unary_operator] = STATE(2195), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7896), - [sym_modifiers] = STATE(7772), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(343), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3242), + [sym_type_alias] = STATE(3371), + [sym__declaration] = STATE(3371), + [sym_class_declaration] = STATE(3371), + [sym_function_declaration] = STATE(3371), + [sym_property_declaration] = STATE(3371), + [sym_getter] = STATE(3371), + [sym_setter] = STATE(3371), + [sym_object_declaration] = STATE(3371), + [sym__statement] = STATE(3371), + [sym_control_structure_body] = STATE(3951), + [sym__block] = STATE(3371), + [sym__loop_statement] = STATE(3371), + [sym_for_statement] = STATE(3371), + [sym_while_statement] = STATE(3371), + [sym_do_while_statement] = STATE(3371), + [sym_assignment] = STATE(3371), + [sym__expression] = STATE(1327), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(2753), + [sym_parenthesized_expression] = STATE(2753), + [sym_collection_literal] = STATE(2753), + [sym__literal_constant] = STATE(2753), + [sym_string_literal] = STATE(2753), + [sym_lambda_literal] = STATE(2753), + [sym_anonymous_function] = STATE(2753), + [sym__function_literal] = STATE(2753), + [sym_object_literal] = STATE(2753), + [sym_this_expression] = STATE(2753), + [sym_super_expression] = STATE(2753), + [sym_if_expression] = STATE(2753), + [sym_when_expression] = STATE(2753), + [sym_try_expression] = STATE(2753), + [sym_jump_expression] = STATE(2753), + [sym_callable_reference] = STATE(2753), + [sym__prefix_unary_operator] = STATE(2261), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7929), + [sym_modifiers] = STATE(7771), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(333), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3410), [sym__return_at] = STATE(262), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(2736), - [sym_long_literal] = STATE(2736), - [sym_boolean_literal] = STATE(2736), - [sym_character_literal] = STATE(2736), - [sym__lexical_identifier] = STATE(2864), - [aux_sym__statement_repeat1] = STATE(827), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(2753), + [sym_long_literal] = STATE(2753), + [sym_boolean_literal] = STATE(2753), + [sym_character_literal] = STATE(2753), + [sym__lexical_identifier] = STATE(2858), + [aux_sym__statement_repeat1] = STATE(829), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(111), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(115), [anon_sym_typealias] = ACTIONS(121), - [anon_sym_class] = ACTIONS(643), - [anon_sym_interface] = ACTIONS(643), - [anon_sym_enum] = ACTIONS(645), + [anon_sym_class] = ACTIONS(649), + [anon_sym_interface] = ACTIONS(649), + [anon_sym_enum] = ACTIONS(651), [anon_sym_LBRACE] = ACTIONS(127), [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_val] = ACTIONS(647), - [anon_sym_var] = ACTIONS(647), - [anon_sym_object] = ACTIONS(649), - [anon_sym_fun] = ACTIONS(651), - [anon_sym_SEMI] = ACTIONS(1249), - [anon_sym_get] = ACTIONS(653), - [anon_sym_set] = ACTIONS(655), + [anon_sym_val] = ACTIONS(653), + [anon_sym_var] = ACTIONS(653), + [anon_sym_object] = ACTIONS(655), + [anon_sym_fun] = ACTIONS(657), + [anon_sym_SEMI] = ACTIONS(1251), + [anon_sym_get] = ACTIONS(659), + [anon_sym_set] = ACTIONS(661), [anon_sym_this] = ACTIONS(141), [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(1251), - [sym_label] = ACTIONS(659), - [anon_sym_for] = ACTIONS(661), - [anon_sym_while] = ACTIONS(663), + [anon_sym_STAR] = ACTIONS(1253), + [sym_label] = ACTIONS(665), + [anon_sym_for] = ACTIONS(667), + [anon_sym_while] = ACTIONS(669), [anon_sym_do] = ACTIONS(153), [anon_sym_null] = ACTIONS(155), - [anon_sym_if] = ACTIONS(665), - [anon_sym_else] = ACTIONS(1253), + [anon_sym_if] = ACTIONS(671), + [anon_sym_else] = ACTIONS(1255), [anon_sym_when] = ACTIONS(159), [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(667), - [anon_sym_return] = ACTIONS(669), + [anon_sym_throw] = ACTIONS(673), + [anon_sym_return] = ACTIONS(675), [anon_sym_continue] = ACTIONS(167), [anon_sym_break] = ACTIONS(167), [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(671), - [anon_sym_DASH] = ACTIONS(671), - [anon_sym_PLUS_PLUS] = ACTIONS(673), - [anon_sym_DASH_DASH] = ACTIONS(673), - [anon_sym_BANG] = ACTIONS(673), + [anon_sym_PLUS] = ACTIONS(677), + [anon_sym_DASH] = ACTIONS(677), + [anon_sym_PLUS_PLUS] = ACTIONS(679), + [anon_sym_DASH_DASH] = ACTIONS(679), + [anon_sym_BANG] = ACTIONS(679), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -40748,127 +40856,127 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(197), }, [98] = { - [sym_type_alias] = STATE(1152), - [sym__declaration] = STATE(1152), - [sym_class_declaration] = STATE(1152), - [sym_function_declaration] = STATE(1152), - [sym_property_declaration] = STATE(1152), - [sym_getter] = STATE(1152), - [sym_setter] = STATE(1152), - [sym_object_declaration] = STATE(1152), - [sym__statement] = STATE(1152), - [sym_control_structure_body] = STATE(1234), - [sym__block] = STATE(1152), - [sym__loop_statement] = STATE(1152), - [sym_for_statement] = STATE(1152), - [sym_while_statement] = STATE(1152), - [sym_do_while_statement] = STATE(1152), - [sym_assignment] = STATE(1152), - [sym__expression] = STATE(388), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(767), - [sym_parenthesized_expression] = STATE(767), - [sym_collection_literal] = STATE(767), - [sym__literal_constant] = STATE(767), - [sym_string_literal] = STATE(767), - [sym_lambda_literal] = STATE(767), - [sym_anonymous_function] = STATE(767), - [sym__function_literal] = STATE(767), - [sym_object_literal] = STATE(767), - [sym_this_expression] = STATE(767), - [sym_super_expression] = STATE(767), - [sym_if_expression] = STATE(767), - [sym_when_expression] = STATE(767), - [sym_try_expression] = STATE(767), - [sym_jump_expression] = STATE(767), - [sym_callable_reference] = STATE(767), - [sym__prefix_unary_operator] = STATE(2221), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7882), - [sym_modifiers] = STATE(7647), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(340), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1054), - [sym__return_at] = STATE(263), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(767), - [sym_long_literal] = STATE(767), - [sym_boolean_literal] = STATE(767), - [sym_character_literal] = STATE(767), - [sym__lexical_identifier] = STATE(866), - [aux_sym__statement_repeat1] = STATE(823), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_typealias] = ACTIONS(417), - [anon_sym_class] = ACTIONS(765), - [anon_sym_interface] = ACTIONS(765), - [anon_sym_enum] = ACTIONS(767), - [anon_sym_LBRACE] = ACTIONS(423), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_val] = ACTIONS(769), - [anon_sym_var] = ACTIONS(769), - [anon_sym_object] = ACTIONS(771), - [anon_sym_fun] = ACTIONS(773), - [anon_sym_SEMI] = ACTIONS(1255), - [anon_sym_get] = ACTIONS(775), - [anon_sym_set] = ACTIONS(777), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1257), - [sym_label] = ACTIONS(781), - [anon_sym_for] = ACTIONS(783), - [anon_sym_while] = ACTIONS(785), - [anon_sym_do] = ACTIONS(449), - [anon_sym_null] = ACTIONS(451), - [anon_sym_if] = ACTIONS(787), - [anon_sym_else] = ACTIONS(1259), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(789), - [anon_sym_return] = ACTIONS(791), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(793), - [anon_sym_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(795), - [anon_sym_DASH_DASH] = ACTIONS(795), - [anon_sym_BANG] = ACTIONS(795), + [sym_type_alias] = STATE(1052), + [sym__declaration] = STATE(1052), + [sym_class_declaration] = STATE(1052), + [sym_function_declaration] = STATE(1052), + [sym_property_declaration] = STATE(1052), + [sym_getter] = STATE(1052), + [sym_setter] = STATE(1052), + [sym_object_declaration] = STATE(1052), + [sym__statement] = STATE(1052), + [sym_control_structure_body] = STATE(1237), + [sym__block] = STATE(1052), + [sym__loop_statement] = STATE(1052), + [sym_for_statement] = STATE(1052), + [sym_while_statement] = STATE(1052), + [sym_do_while_statement] = STATE(1052), + [sym_assignment] = STATE(1052), + [sym__expression] = STATE(378), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(765), + [sym_parenthesized_expression] = STATE(765), + [sym_collection_literal] = STATE(765), + [sym__literal_constant] = STATE(765), + [sym_string_literal] = STATE(765), + [sym_lambda_literal] = STATE(765), + [sym_anonymous_function] = STATE(765), + [sym__function_literal] = STATE(765), + [sym_object_literal] = STATE(765), + [sym_this_expression] = STATE(765), + [sym_super_expression] = STATE(765), + [sym_if_expression] = STATE(765), + [sym_when_expression] = STATE(765), + [sym_try_expression] = STATE(765), + [sym_jump_expression] = STATE(765), + [sym_callable_reference] = STATE(765), + [sym__prefix_unary_operator] = STATE(2198), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7895), + [sym_modifiers] = STATE(7750), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(341), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1103), + [sym__return_at] = STATE(264), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(765), + [sym_long_literal] = STATE(765), + [sym_boolean_literal] = STATE(765), + [sym_character_literal] = STATE(765), + [sym__lexical_identifier] = STATE(843), + [aux_sym__statement_repeat1] = STATE(818), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(537), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(539), + [anon_sym_typealias] = ACTIONS(541), + [anon_sym_class] = ACTIONS(617), + [anon_sym_interface] = ACTIONS(617), + [anon_sym_enum] = ACTIONS(619), + [anon_sym_LBRACE] = ACTIONS(547), + [anon_sym_LPAREN] = ACTIONS(549), + [anon_sym_val] = ACTIONS(621), + [anon_sym_var] = ACTIONS(621), + [anon_sym_object] = ACTIONS(623), + [anon_sym_fun] = ACTIONS(625), + [anon_sym_SEMI] = ACTIONS(1257), + [anon_sym_get] = ACTIONS(627), + [anon_sym_set] = ACTIONS(629), + [anon_sym_this] = ACTIONS(561), + [anon_sym_super] = ACTIONS(563), + [anon_sym_STAR] = ACTIONS(1259), + [sym_label] = ACTIONS(633), + [anon_sym_for] = ACTIONS(635), + [anon_sym_while] = ACTIONS(637), + [anon_sym_do] = ACTIONS(573), + [anon_sym_null] = ACTIONS(575), + [anon_sym_if] = ACTIONS(639), + [anon_sym_else] = ACTIONS(1261), + [anon_sym_when] = ACTIONS(579), + [anon_sym_try] = ACTIONS(581), + [anon_sym_throw] = ACTIONS(641), + [anon_sym_return] = ACTIONS(643), + [anon_sym_continue] = ACTIONS(587), + [anon_sym_break] = ACTIONS(587), + [anon_sym_COLON_COLON] = ACTIONS(589), + [anon_sym_PLUS] = ACTIONS(645), + [anon_sym_DASH] = ACTIONS(645), + [anon_sym_PLUS_PLUS] = ACTIONS(647), + [anon_sym_DASH_DASH] = ACTIONS(647), + [anon_sym_BANG] = ACTIONS(647), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(471), - [anon_sym_inner] = ACTIONS(471), + [anon_sym_data] = ACTIONS(595), + [anon_sym_inner] = ACTIONS(595), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -40887,145 +40995,145 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(473), - [anon_sym_actual] = ACTIONS(473), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(481), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), + [anon_sym_expect] = ACTIONS(597), + [anon_sym_actual] = ACTIONS(597), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(599), + [anon_sym_break_AT] = ACTIONS(601), + [sym_real_literal] = ACTIONS(603), + [sym_integer_literal] = ACTIONS(605), + [sym_hex_literal] = ACTIONS(607), + [sym_bin_literal] = ACTIONS(607), + [anon_sym_true] = ACTIONS(609), + [anon_sym_false] = ACTIONS(609), + [anon_sym_SQUOTE] = ACTIONS(611), + [sym__backtick_identifier] = ACTIONS(613), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(615), }, [99] = { - [sym_type_alias] = STATE(4620), - [sym__declaration] = STATE(4620), - [sym_class_declaration] = STATE(4620), - [sym_function_declaration] = STATE(4620), - [sym_property_declaration] = STATE(4620), - [sym_getter] = STATE(4620), - [sym_setter] = STATE(4620), - [sym_object_declaration] = STATE(4620), - [sym__statement] = STATE(4620), - [sym_control_structure_body] = STATE(5255), - [sym__block] = STATE(4620), - [sym__loop_statement] = STATE(4620), - [sym_for_statement] = STATE(4620), - [sym_while_statement] = STATE(4620), - [sym_do_while_statement] = STATE(4620), - [sym_assignment] = STATE(4620), - [sym__expression] = STATE(3969), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4428), - [sym_parenthesized_expression] = STATE(4428), - [sym_collection_literal] = STATE(4428), - [sym__literal_constant] = STATE(4428), - [sym_string_literal] = STATE(4428), - [sym_lambda_literal] = STATE(4428), - [sym_anonymous_function] = STATE(4428), - [sym__function_literal] = STATE(4428), - [sym_object_literal] = STATE(4428), - [sym_this_expression] = STATE(4428), - [sym_super_expression] = STATE(4428), - [sym_if_expression] = STATE(4428), - [sym_when_expression] = STATE(4428), - [sym_try_expression] = STATE(4428), - [sym_jump_expression] = STATE(4428), - [sym_callable_reference] = STATE(4428), - [sym__prefix_unary_operator] = STATE(2296), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7873), - [sym_modifiers] = STATE(7803), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(345), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4561), - [sym__return_at] = STATE(295), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4428), - [sym_long_literal] = STATE(4428), - [sym_boolean_literal] = STATE(4428), - [sym_character_literal] = STATE(4428), - [sym__lexical_identifier] = STATE(4440), - [aux_sym__statement_repeat1] = STATE(825), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_typealias] = ACTIONS(207), - [anon_sym_class] = ACTIONS(829), - [anon_sym_interface] = ACTIONS(829), - [anon_sym_enum] = ACTIONS(831), - [anon_sym_LBRACE] = ACTIONS(833), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_val] = ACTIONS(835), - [anon_sym_var] = ACTIONS(835), - [anon_sym_object] = ACTIONS(837), - [anon_sym_fun] = ACTIONS(839), - [anon_sym_SEMI] = ACTIONS(1261), - [anon_sym_get] = ACTIONS(841), - [anon_sym_set] = ACTIONS(843), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(845), - [sym_label] = ACTIONS(847), - [anon_sym_for] = ACTIONS(849), - [anon_sym_while] = ACTIONS(851), - [anon_sym_do] = ACTIONS(239), - [anon_sym_null] = ACTIONS(319), - [anon_sym_if] = ACTIONS(243), - [anon_sym_else] = ACTIONS(1263), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(249), - [anon_sym_return] = ACTIONS(251), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(855), + [sym_type_alias] = STATE(3371), + [sym__declaration] = STATE(3371), + [sym_class_declaration] = STATE(3371), + [sym_function_declaration] = STATE(3371), + [sym_property_declaration] = STATE(3371), + [sym_getter] = STATE(3371), + [sym_setter] = STATE(3371), + [sym_object_declaration] = STATE(3371), + [sym__statement] = STATE(3371), + [sym_control_structure_body] = STATE(4205), + [sym__block] = STATE(3371), + [sym__loop_statement] = STATE(3371), + [sym_for_statement] = STATE(3371), + [sym_while_statement] = STATE(3371), + [sym_do_while_statement] = STATE(3371), + [sym_assignment] = STATE(3371), + [sym__expression] = STATE(2436), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(2727), + [sym_parenthesized_expression] = STATE(2727), + [sym_collection_literal] = STATE(2727), + [sym__literal_constant] = STATE(2727), + [sym_string_literal] = STATE(2727), + [sym_lambda_literal] = STATE(2727), + [sym_anonymous_function] = STATE(2727), + [sym__function_literal] = STATE(2727), + [sym_object_literal] = STATE(2727), + [sym_this_expression] = STATE(2727), + [sym_super_expression] = STATE(2727), + [sym_if_expression] = STATE(2727), + [sym_when_expression] = STATE(2727), + [sym_try_expression] = STATE(2727), + [sym_jump_expression] = STATE(2727), + [sym_callable_reference] = STATE(2727), + [sym__prefix_unary_operator] = STATE(1711), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7906), + [sym_modifiers] = STATE(7818), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(340), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3410), + [sym__return_at] = STATE(262), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(2727), + [sym_long_literal] = STATE(2727), + [sym_boolean_literal] = STATE(2727), + [sym_character_literal] = STATE(2727), + [sym__lexical_identifier] = STATE(2858), + [aux_sym__statement_repeat1] = STATE(808), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(111), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_typealias] = ACTIONS(121), + [anon_sym_class] = ACTIONS(1071), + [anon_sym_interface] = ACTIONS(1071), + [anon_sym_enum] = ACTIONS(1073), + [anon_sym_LBRACE] = ACTIONS(829), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_val] = ACTIONS(1075), + [anon_sym_var] = ACTIONS(1075), + [anon_sym_object] = ACTIONS(1077), + [anon_sym_fun] = ACTIONS(1079), + [anon_sym_SEMI] = ACTIONS(1263), + [anon_sym_get] = ACTIONS(1081), + [anon_sym_set] = ACTIONS(1083), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(1085), + [sym_label] = ACTIONS(1087), + [anon_sym_for] = ACTIONS(1089), + [anon_sym_while] = ACTIONS(1091), + [anon_sym_do] = ACTIONS(153), + [anon_sym_null] = ACTIONS(849), + [anon_sym_if] = ACTIONS(671), + [anon_sym_else] = ACTIONS(1265), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(673), + [anon_sym_return] = ACTIONS(675), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(1093), + [anon_sym_DASH] = ACTIONS(1093), + [anon_sym_PLUS_PLUS] = ACTIONS(1095), + [anon_sym_DASH_DASH] = ACTIONS(1095), + [anon_sym_BANG] = ACTIONS(1095), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(261), - [anon_sym_inner] = ACTIONS(261), + [anon_sym_data] = ACTIONS(175), + [anon_sym_inner] = ACTIONS(175), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -41044,145 +41152,145 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(263), - [anon_sym_actual] = ACTIONS(263), + [anon_sym_expect] = ACTIONS(177), + [anon_sym_actual] = ACTIONS(177), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(331), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(855), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), + [sym__string_start] = ACTIONS(197), }, [100] = { - [sym_type_alias] = STATE(4921), - [sym__declaration] = STATE(4921), - [sym_class_declaration] = STATE(4921), - [sym_function_declaration] = STATE(4921), - [sym_property_declaration] = STATE(4921), - [sym_getter] = STATE(4921), - [sym_setter] = STATE(4921), - [sym_object_declaration] = STATE(4921), - [sym__statement] = STATE(4921), - [sym_control_structure_body] = STATE(5069), - [sym__block] = STATE(4921), - [sym__loop_statement] = STATE(4921), - [sym_for_statement] = STATE(4921), - [sym_while_statement] = STATE(4921), - [sym_do_while_statement] = STATE(4921), - [sym_assignment] = STATE(4921), - [sym__expression] = STATE(3646), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4446), - [sym_parenthesized_expression] = STATE(4446), - [sym_collection_literal] = STATE(4446), - [sym__literal_constant] = STATE(4446), - [sym_string_literal] = STATE(4446), - [sym_lambda_literal] = STATE(4446), - [sym_anonymous_function] = STATE(4446), - [sym__function_literal] = STATE(4446), - [sym_object_literal] = STATE(4446), - [sym_this_expression] = STATE(4446), - [sym_super_expression] = STATE(4446), - [sym_if_expression] = STATE(4446), - [sym_when_expression] = STATE(4446), - [sym_try_expression] = STATE(4446), - [sym_jump_expression] = STATE(4446), - [sym_callable_reference] = STATE(4446), - [sym__prefix_unary_operator] = STATE(2214), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7890), - [sym_modifiers] = STATE(7604), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(351), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4990), - [sym__return_at] = STATE(303), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4446), - [sym_long_literal] = STATE(4446), - [sym_boolean_literal] = STATE(4446), - [sym_character_literal] = STATE(4446), - [sym__lexical_identifier] = STATE(4529), - [aux_sym__statement_repeat1] = STATE(796), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_typealias] = ACTIONS(495), - [anon_sym_class] = ACTIONS(497), - [anon_sym_interface] = ACTIONS(497), - [anon_sym_enum] = ACTIONS(499), - [anon_sym_LBRACE] = ACTIONS(501), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_val] = ACTIONS(503), - [anon_sym_var] = ACTIONS(503), - [anon_sym_object] = ACTIONS(505), - [anon_sym_fun] = ACTIONS(507), - [anon_sym_SEMI] = ACTIONS(1265), - [anon_sym_get] = ACTIONS(509), - [anon_sym_set] = ACTIONS(511), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(1267), - [sym_label] = ACTIONS(515), - [anon_sym_for] = ACTIONS(517), - [anon_sym_while] = ACTIONS(519), - [anon_sym_do] = ACTIONS(521), - [anon_sym_null] = ACTIONS(523), - [anon_sym_if] = ACTIONS(525), + [sym_type_alias] = STATE(3873), + [sym__declaration] = STATE(3873), + [sym_class_declaration] = STATE(3873), + [sym_function_declaration] = STATE(3873), + [sym_property_declaration] = STATE(3873), + [sym_getter] = STATE(3873), + [sym_setter] = STATE(3873), + [sym_object_declaration] = STATE(3873), + [sym__statement] = STATE(3873), + [sym_control_structure_body] = STATE(4171), + [sym__block] = STATE(3873), + [sym__loop_statement] = STATE(3873), + [sym_for_statement] = STATE(3873), + [sym_while_statement] = STATE(3873), + [sym_do_while_statement] = STATE(3873), + [sym_assignment] = STATE(3873), + [sym__expression] = STATE(2383), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(2836), + [sym_parenthesized_expression] = STATE(2836), + [sym_collection_literal] = STATE(2836), + [sym__literal_constant] = STATE(2836), + [sym_string_literal] = STATE(2836), + [sym_lambda_literal] = STATE(2836), + [sym_anonymous_function] = STATE(2836), + [sym__function_literal] = STATE(2836), + [sym_object_literal] = STATE(2836), + [sym_this_expression] = STATE(2836), + [sym_super_expression] = STATE(2836), + [sym_if_expression] = STATE(2836), + [sym_when_expression] = STATE(2836), + [sym_try_expression] = STATE(2836), + [sym_jump_expression] = STATE(2836), + [sym_callable_reference] = STATE(2836), + [sym__prefix_unary_operator] = STATE(2143), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7928), + [sym_modifiers] = STATE(7615), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(347), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3725), + [sym__return_at] = STATE(261), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(2836), + [sym_long_literal] = STATE(2836), + [sym_boolean_literal] = STATE(2836), + [sym_character_literal] = STATE(2836), + [sym__lexical_identifier] = STATE(3382), + [aux_sym__statement_repeat1] = STATE(809), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_typealias] = ACTIONS(459), + [anon_sym_class] = ACTIONS(857), + [anon_sym_interface] = ACTIONS(857), + [anon_sym_enum] = ACTIONS(859), + [anon_sym_LBRACE] = ACTIONS(861), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_val] = ACTIONS(863), + [anon_sym_var] = ACTIONS(863), + [anon_sym_object] = ACTIONS(865), + [anon_sym_fun] = ACTIONS(867), + [anon_sym_SEMI] = ACTIONS(1267), + [anon_sym_get] = ACTIONS(869), + [anon_sym_set] = ACTIONS(871), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(873), + [sym_label] = ACTIONS(875), + [anon_sym_for] = ACTIONS(877), + [anon_sym_while] = ACTIONS(879), + [anon_sym_do] = ACTIONS(491), + [anon_sym_null] = ACTIONS(881), + [anon_sym_if] = ACTIONS(495), [anon_sym_else] = ACTIONS(1269), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(527), - [anon_sym_return] = ACTIONS(529), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_DASH] = ACTIONS(531), - [anon_sym_PLUS_PLUS] = ACTIONS(533), - [anon_sym_DASH_DASH] = ACTIONS(533), - [anon_sym_BANG] = ACTIONS(533), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(501), + [anon_sym_return] = ACTIONS(503), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(883), + [anon_sym_DASH] = ACTIONS(883), + [anon_sym_PLUS_PLUS] = ACTIONS(885), + [anon_sym_DASH_DASH] = ACTIONS(885), + [anon_sym_BANG] = ACTIONS(885), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(77), - [anon_sym_inner] = ACTIONS(77), + [anon_sym_data] = ACTIONS(513), + [anon_sym_inner] = ACTIONS(513), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -41201,140 +41309,140 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(89), - [anon_sym_actual] = ACTIONS(89), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(535), - [sym_integer_literal] = ACTIONS(99), - [sym_hex_literal] = ACTIONS(101), - [sym_bin_literal] = ACTIONS(101), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [anon_sym_SQUOTE] = ACTIONS(105), - [sym__backtick_identifier] = ACTIONS(107), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(109), + [anon_sym_expect] = ACTIONS(515), + [anon_sym_actual] = ACTIONS(515), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(887), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), }, [101] = { - [sym_type_alias] = STATE(3281), - [sym__declaration] = STATE(3281), - [sym_class_declaration] = STATE(3281), - [sym_function_declaration] = STATE(3281), - [sym_property_declaration] = STATE(3281), - [sym_getter] = STATE(3281), - [sym_setter] = STATE(3281), - [sym_object_declaration] = STATE(3281), - [sym__statement] = STATE(3281), - [sym_control_structure_body] = STATE(3354), - [sym__block] = STATE(3281), - [sym__loop_statement] = STATE(3281), - [sym_for_statement] = STATE(3281), - [sym_while_statement] = STATE(3281), - [sym_do_while_statement] = STATE(3281), - [sym_assignment] = STATE(3281), - [sym__expression] = STATE(945), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(2728), - [sym_parenthesized_expression] = STATE(2728), - [sym_collection_literal] = STATE(2728), - [sym__literal_constant] = STATE(2728), - [sym_string_literal] = STATE(2728), - [sym_lambda_literal] = STATE(2728), - [sym_anonymous_function] = STATE(2728), - [sym__function_literal] = STATE(2728), - [sym_object_literal] = STATE(2728), - [sym_this_expression] = STATE(2728), - [sym_super_expression] = STATE(2728), - [sym_if_expression] = STATE(2728), - [sym_when_expression] = STATE(2728), - [sym_try_expression] = STATE(2728), - [sym_jump_expression] = STATE(2728), - [sym_callable_reference] = STATE(2728), - [sym__prefix_unary_operator] = STATE(1914), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7904), - [sym_modifiers] = STATE(7817), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), + [sym_type_alias] = STATE(3456), + [sym__declaration] = STATE(3456), + [sym_class_declaration] = STATE(3456), + [sym_function_declaration] = STATE(3456), + [sym_property_declaration] = STATE(3456), + [sym_getter] = STATE(3456), + [sym_setter] = STATE(3456), + [sym_object_declaration] = STATE(3456), + [sym__statement] = STATE(3456), + [sym_control_structure_body] = STATE(3621), + [sym__block] = STATE(3456), + [sym__loop_statement] = STATE(3456), + [sym_for_statement] = STATE(3456), + [sym_while_statement] = STATE(3456), + [sym_do_while_statement] = STATE(3456), + [sym_assignment] = STATE(3456), + [sym__expression] = STATE(1228), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(2760), + [sym_parenthesized_expression] = STATE(2760), + [sym_collection_literal] = STATE(2760), + [sym__literal_constant] = STATE(2760), + [sym_string_literal] = STATE(2760), + [sym_lambda_literal] = STATE(2760), + [sym_anonymous_function] = STATE(2760), + [sym__function_literal] = STATE(2760), + [sym_object_literal] = STATE(2760), + [sym_this_expression] = STATE(2760), + [sym_super_expression] = STATE(2760), + [sym_if_expression] = STATE(2760), + [sym_when_expression] = STATE(2760), + [sym_try_expression] = STATE(2760), + [sym_jump_expression] = STATE(2760), + [sym_callable_reference] = STATE(2760), + [sym__prefix_unary_operator] = STATE(2247), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7931), + [sym_modifiers] = STATE(7776), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), [sym_annotation] = STATE(355), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3447), - [sym__return_at] = STATE(304), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(2728), - [sym_long_literal] = STATE(2728), - [sym_boolean_literal] = STATE(2728), - [sym_character_literal] = STATE(2728), - [sym__lexical_identifier] = STATE(2890), - [aux_sym__statement_repeat1] = STATE(794), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3279), + [sym__return_at] = STATE(317), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(2760), + [sym_long_literal] = STATE(2760), + [sym_boolean_literal] = STATE(2760), + [sym_character_literal] = STATE(2760), + [sym__lexical_identifier] = STATE(2837), + [aux_sym__statement_repeat1] = STATE(798), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(333), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(335), [anon_sym_typealias] = ACTIONS(337), - [anon_sym_class] = ACTIONS(339), - [anon_sym_interface] = ACTIONS(339), - [anon_sym_enum] = ACTIONS(341), + [anon_sym_class] = ACTIONS(681), + [anon_sym_interface] = ACTIONS(681), + [anon_sym_enum] = ACTIONS(683), [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_val] = ACTIONS(347), - [anon_sym_var] = ACTIONS(347), - [anon_sym_object] = ACTIONS(349), - [anon_sym_fun] = ACTIONS(351), + [anon_sym_val] = ACTIONS(685), + [anon_sym_var] = ACTIONS(685), + [anon_sym_object] = ACTIONS(687), + [anon_sym_fun] = ACTIONS(689), [anon_sym_SEMI] = ACTIONS(1271), - [anon_sym_get] = ACTIONS(353), - [anon_sym_set] = ACTIONS(355), + [anon_sym_get] = ACTIONS(691), + [anon_sym_set] = ACTIONS(693), [anon_sym_this] = ACTIONS(357), [anon_sym_super] = ACTIONS(359), [anon_sym_STAR] = ACTIONS(1273), - [sym_label] = ACTIONS(363), - [anon_sym_for] = ACTIONS(365), - [anon_sym_while] = ACTIONS(367), + [sym_label] = ACTIONS(697), + [anon_sym_for] = ACTIONS(699), + [anon_sym_while] = ACTIONS(701), [anon_sym_do] = ACTIONS(369), [anon_sym_null] = ACTIONS(371), - [anon_sym_if] = ACTIONS(373), + [anon_sym_if] = ACTIONS(703), [anon_sym_else] = ACTIONS(1275), [anon_sym_when] = ACTIONS(375), [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(379), - [anon_sym_return] = ACTIONS(381), + [anon_sym_throw] = ACTIONS(705), + [anon_sym_return] = ACTIONS(707), [anon_sym_continue] = ACTIONS(383), [anon_sym_break] = ACTIONS(383), [anon_sym_COLON_COLON] = ACTIONS(385), - [anon_sym_PLUS] = ACTIONS(387), - [anon_sym_DASH] = ACTIONS(387), - [anon_sym_PLUS_PLUS] = ACTIONS(389), - [anon_sym_DASH_DASH] = ACTIONS(389), - [anon_sym_BANG] = ACTIONS(389), + [anon_sym_PLUS] = ACTIONS(709), + [anon_sym_DASH] = ACTIONS(709), + [anon_sym_PLUS_PLUS] = ACTIONS(711), + [anon_sym_DASH_DASH] = ACTIONS(711), + [anon_sym_BANG] = ACTIONS(711), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -41376,127 +41484,127 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(411), }, [102] = { - [sym_type_alias] = STATE(3848), - [sym__declaration] = STATE(3848), - [sym_class_declaration] = STATE(3848), - [sym_function_declaration] = STATE(3848), - [sym_property_declaration] = STATE(3848), - [sym_getter] = STATE(3848), - [sym_setter] = STATE(3848), - [sym_object_declaration] = STATE(3848), - [sym__statement] = STATE(3848), - [sym_control_structure_body] = STATE(3678), - [sym__block] = STATE(3848), - [sym__loop_statement] = STATE(3848), - [sym_for_statement] = STATE(3848), - [sym_while_statement] = STATE(3848), - [sym_do_while_statement] = STATE(3848), - [sym_assignment] = STATE(3848), - [sym__expression] = STATE(1264), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(2891), - [sym_parenthesized_expression] = STATE(2891), - [sym_collection_literal] = STATE(2891), - [sym__literal_constant] = STATE(2891), - [sym_string_literal] = STATE(2891), - [sym_lambda_literal] = STATE(2891), - [sym_anonymous_function] = STATE(2891), - [sym__function_literal] = STATE(2891), - [sym_object_literal] = STATE(2891), - [sym_this_expression] = STATE(2891), - [sym_super_expression] = STATE(2891), - [sym_if_expression] = STATE(2891), - [sym_when_expression] = STATE(2891), - [sym_try_expression] = STATE(2891), - [sym_jump_expression] = STATE(2891), - [sym_callable_reference] = STATE(2891), - [sym__prefix_unary_operator] = STATE(1620), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7889), - [sym_modifiers] = STATE(7809), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(335), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3755), - [sym__return_at] = STATE(261), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(2891), - [sym_long_literal] = STATE(2891), - [sym_boolean_literal] = STATE(2891), - [sym_character_literal] = STATE(2891), - [sym__lexical_identifier] = STATE(3263), - [aux_sym__statement_repeat1] = STATE(829), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(537), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_typealias] = ACTIONS(541), - [anon_sym_class] = ACTIONS(543), - [anon_sym_interface] = ACTIONS(543), - [anon_sym_enum] = ACTIONS(545), - [anon_sym_LBRACE] = ACTIONS(547), - [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_val] = ACTIONS(551), - [anon_sym_var] = ACTIONS(551), - [anon_sym_object] = ACTIONS(553), - [anon_sym_fun] = ACTIONS(555), + [sym_type_alias] = STATE(3873), + [sym__declaration] = STATE(3873), + [sym_class_declaration] = STATE(3873), + [sym_function_declaration] = STATE(3873), + [sym_property_declaration] = STATE(3873), + [sym_getter] = STATE(3873), + [sym_setter] = STATE(3873), + [sym_object_declaration] = STATE(3873), + [sym__statement] = STATE(3873), + [sym_control_structure_body] = STATE(3965), + [sym__block] = STATE(3873), + [sym__loop_statement] = STATE(3873), + [sym_for_statement] = STATE(3873), + [sym_while_statement] = STATE(3873), + [sym_do_while_statement] = STATE(3873), + [sym_assignment] = STATE(3873), + [sym__expression] = STATE(1347), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(2895), + [sym_parenthesized_expression] = STATE(2895), + [sym_collection_literal] = STATE(2895), + [sym__literal_constant] = STATE(2895), + [sym_string_literal] = STATE(2895), + [sym_lambda_literal] = STATE(2895), + [sym_anonymous_function] = STATE(2895), + [sym__function_literal] = STATE(2895), + [sym_object_literal] = STATE(2895), + [sym_this_expression] = STATE(2895), + [sym_super_expression] = STATE(2895), + [sym_if_expression] = STATE(2895), + [sym_when_expression] = STATE(2895), + [sym_try_expression] = STATE(2895), + [sym_jump_expression] = STATE(2895), + [sym_callable_reference] = STATE(2895), + [sym__prefix_unary_operator] = STATE(1786), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7917), + [sym_modifiers] = STATE(7780), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(346), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3725), + [sym__return_at] = STATE(263), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(2895), + [sym_long_literal] = STATE(2895), + [sym_boolean_literal] = STATE(2895), + [sym_character_literal] = STATE(2895), + [sym__lexical_identifier] = STATE(3382), + [aux_sym__statement_repeat1] = STATE(827), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_typealias] = ACTIONS(459), + [anon_sym_class] = ACTIONS(739), + [anon_sym_interface] = ACTIONS(739), + [anon_sym_enum] = ACTIONS(741), + [anon_sym_LBRACE] = ACTIONS(465), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_val] = ACTIONS(743), + [anon_sym_var] = ACTIONS(743), + [anon_sym_object] = ACTIONS(745), + [anon_sym_fun] = ACTIONS(747), [anon_sym_SEMI] = ACTIONS(1277), - [anon_sym_get] = ACTIONS(557), - [anon_sym_set] = ACTIONS(559), - [anon_sym_this] = ACTIONS(561), - [anon_sym_super] = ACTIONS(563), + [anon_sym_get] = ACTIONS(749), + [anon_sym_set] = ACTIONS(751), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), [anon_sym_STAR] = ACTIONS(1279), - [sym_label] = ACTIONS(567), - [anon_sym_for] = ACTIONS(569), - [anon_sym_while] = ACTIONS(571), - [anon_sym_do] = ACTIONS(573), - [anon_sym_null] = ACTIONS(575), - [anon_sym_if] = ACTIONS(577), + [sym_label] = ACTIONS(755), + [anon_sym_for] = ACTIONS(757), + [anon_sym_while] = ACTIONS(759), + [anon_sym_do] = ACTIONS(491), + [anon_sym_null] = ACTIONS(493), + [anon_sym_if] = ACTIONS(761), [anon_sym_else] = ACTIONS(1281), - [anon_sym_when] = ACTIONS(579), - [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(583), - [anon_sym_return] = ACTIONS(585), - [anon_sym_continue] = ACTIONS(587), - [anon_sym_break] = ACTIONS(587), - [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_PLUS_PLUS] = ACTIONS(593), - [anon_sym_DASH_DASH] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(763), + [anon_sym_return] = ACTIONS(765), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(767), + [anon_sym_DASH] = ACTIONS(767), + [anon_sym_PLUS_PLUS] = ACTIONS(769), + [anon_sym_DASH_DASH] = ACTIONS(769), + [anon_sym_BANG] = ACTIONS(769), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(595), - [anon_sym_inner] = ACTIONS(595), + [anon_sym_data] = ACTIONS(513), + [anon_sym_inner] = ACTIONS(513), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -41515,145 +41623,145 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(597), - [anon_sym_actual] = ACTIONS(597), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(599), - [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(603), - [sym_integer_literal] = ACTIONS(605), - [sym_hex_literal] = ACTIONS(607), - [sym_bin_literal] = ACTIONS(607), - [anon_sym_true] = ACTIONS(609), - [anon_sym_false] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(611), - [sym__backtick_identifier] = ACTIONS(613), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(615), + [anon_sym_expect] = ACTIONS(515), + [anon_sym_actual] = ACTIONS(515), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(523), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), }, [103] = { - [sym_type_alias] = STATE(1152), - [sym__declaration] = STATE(1152), - [sym_class_declaration] = STATE(1152), - [sym_function_declaration] = STATE(1152), - [sym_property_declaration] = STATE(1152), - [sym_getter] = STATE(1152), - [sym_setter] = STATE(1152), - [sym_object_declaration] = STATE(1152), - [sym__statement] = STATE(1152), - [sym_control_structure_body] = STATE(2376), - [sym__block] = STATE(1152), - [sym__loop_statement] = STATE(1152), - [sym_for_statement] = STATE(1152), - [sym_while_statement] = STATE(1152), - [sym_do_while_statement] = STATE(1152), - [sym_assignment] = STATE(1152), - [sym__expression] = STATE(532), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(781), - [sym_parenthesized_expression] = STATE(781), - [sym_collection_literal] = STATE(781), - [sym__literal_constant] = STATE(781), - [sym_string_literal] = STATE(781), - [sym_lambda_literal] = STATE(781), - [sym_anonymous_function] = STATE(781), - [sym__function_literal] = STATE(781), - [sym_object_literal] = STATE(781), - [sym_this_expression] = STATE(781), - [sym_super_expression] = STATE(781), - [sym_if_expression] = STATE(781), - [sym_when_expression] = STATE(781), - [sym_try_expression] = STATE(781), - [sym_jump_expression] = STATE(781), - [sym_callable_reference] = STATE(781), - [sym__prefix_unary_operator] = STATE(2238), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7886), - [sym_modifiers] = STATE(7702), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(339), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1054), + [sym_type_alias] = STATE(3873), + [sym__declaration] = STATE(3873), + [sym_class_declaration] = STATE(3873), + [sym_function_declaration] = STATE(3873), + [sym_property_declaration] = STATE(3873), + [sym_getter] = STATE(3873), + [sym_setter] = STATE(3873), + [sym_object_declaration] = STATE(3873), + [sym__statement] = STATE(3873), + [sym_control_structure_body] = STATE(4228), + [sym__block] = STATE(3873), + [sym__loop_statement] = STATE(3873), + [sym_for_statement] = STATE(3873), + [sym_while_statement] = STATE(3873), + [sym_do_while_statement] = STATE(3873), + [sym_assignment] = STATE(3873), + [sym__expression] = STATE(2500), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(2836), + [sym_parenthesized_expression] = STATE(2836), + [sym_collection_literal] = STATE(2836), + [sym__literal_constant] = STATE(2836), + [sym_string_literal] = STATE(2836), + [sym_lambda_literal] = STATE(2836), + [sym_anonymous_function] = STATE(2836), + [sym__function_literal] = STATE(2836), + [sym_object_literal] = STATE(2836), + [sym_this_expression] = STATE(2836), + [sym_super_expression] = STATE(2836), + [sym_if_expression] = STATE(2836), + [sym_when_expression] = STATE(2836), + [sym_try_expression] = STATE(2836), + [sym_jump_expression] = STATE(2836), + [sym_callable_reference] = STATE(2836), + [sym__prefix_unary_operator] = STATE(2362), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7922), + [sym_modifiers] = STATE(7861), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(354), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3725), [sym__return_at] = STATE(263), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(781), - [sym_long_literal] = STATE(781), - [sym_boolean_literal] = STATE(781), - [sym_character_literal] = STATE(781), - [sym__lexical_identifier] = STATE(866), - [aux_sym__statement_repeat1] = STATE(826), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(413), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(2836), + [sym_long_literal] = STATE(2836), + [sym_boolean_literal] = STATE(2836), + [sym_character_literal] = STATE(2836), + [sym__lexical_identifier] = STATE(3382), + [aux_sym__statement_repeat1] = STATE(824), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(455), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_typealias] = ACTIONS(417), - [anon_sym_class] = ACTIONS(1033), - [anon_sym_interface] = ACTIONS(1033), - [anon_sym_enum] = ACTIONS(1035), - [anon_sym_LBRACE] = ACTIONS(889), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_val] = ACTIONS(1037), - [anon_sym_var] = ACTIONS(1037), - [anon_sym_object] = ACTIONS(1039), - [anon_sym_fun] = ACTIONS(1041), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_typealias] = ACTIONS(459), + [anon_sym_class] = ACTIONS(1007), + [anon_sym_interface] = ACTIONS(1007), + [anon_sym_enum] = ACTIONS(1009), + [anon_sym_LBRACE] = ACTIONS(861), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_val] = ACTIONS(1011), + [anon_sym_var] = ACTIONS(1011), + [anon_sym_object] = ACTIONS(1013), + [anon_sym_fun] = ACTIONS(1015), [anon_sym_SEMI] = ACTIONS(1283), - [anon_sym_get] = ACTIONS(1043), - [anon_sym_set] = ACTIONS(1045), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1047), - [sym_label] = ACTIONS(1049), - [anon_sym_for] = ACTIONS(1051), - [anon_sym_while] = ACTIONS(1053), - [anon_sym_do] = ACTIONS(449), - [anon_sym_null] = ACTIONS(909), - [anon_sym_if] = ACTIONS(787), + [anon_sym_get] = ACTIONS(1017), + [anon_sym_set] = ACTIONS(1019), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1021), + [sym_label] = ACTIONS(1023), + [anon_sym_for] = ACTIONS(1025), + [anon_sym_while] = ACTIONS(1027), + [anon_sym_do] = ACTIONS(491), + [anon_sym_null] = ACTIONS(881), + [anon_sym_if] = ACTIONS(761), [anon_sym_else] = ACTIONS(1285), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(789), - [anon_sym_return] = ACTIONS(791), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(1055), - [anon_sym_DASH] = ACTIONS(1055), - [anon_sym_PLUS_PLUS] = ACTIONS(1057), - [anon_sym_DASH_DASH] = ACTIONS(1057), - [anon_sym_BANG] = ACTIONS(1057), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(763), + [anon_sym_return] = ACTIONS(765), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(1029), + [anon_sym_DASH] = ACTIONS(1029), + [anon_sym_PLUS_PLUS] = ACTIONS(1031), + [anon_sym_DASH_DASH] = ACTIONS(1031), + [anon_sym_BANG] = ACTIONS(1031), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(471), - [anon_sym_inner] = ACTIONS(471), + [anon_sym_data] = ACTIONS(513), + [anon_sym_inner] = ACTIONS(513), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -41672,454 +41780,140 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(473), - [anon_sym_actual] = ACTIONS(473), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(915), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), + [anon_sym_expect] = ACTIONS(515), + [anon_sym_actual] = ACTIONS(515), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(887), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), }, [104] = { - [sym_type_alias] = STATE(4620), - [sym__declaration] = STATE(4620), - [sym_class_declaration] = STATE(4620), - [sym_function_declaration] = STATE(4620), - [sym_property_declaration] = STATE(4620), - [sym_getter] = STATE(4620), - [sym_setter] = STATE(4620), - [sym_object_declaration] = STATE(4620), - [sym__statement] = STATE(4620), - [sym_control_structure_body] = STATE(4586), - [sym__block] = STATE(4620), - [sym__loop_statement] = STATE(4620), - [sym_for_statement] = STATE(4620), - [sym_while_statement] = STATE(4620), - [sym_do_while_statement] = STATE(4620), - [sym_assignment] = STATE(4620), - [sym__expression] = STATE(3056), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4426), - [sym_parenthesized_expression] = STATE(4426), - [sym_collection_literal] = STATE(4426), - [sym__literal_constant] = STATE(4426), - [sym_string_literal] = STATE(4426), - [sym_lambda_literal] = STATE(4426), - [sym_anonymous_function] = STATE(4426), - [sym__function_literal] = STATE(4426), - [sym_object_literal] = STATE(4426), - [sym_this_expression] = STATE(4426), - [sym_super_expression] = STATE(4426), - [sym_if_expression] = STATE(4426), - [sym_when_expression] = STATE(4426), - [sym_try_expression] = STATE(4426), - [sym_jump_expression] = STATE(4426), - [sym_callable_reference] = STATE(4426), - [sym__prefix_unary_operator] = STATE(1661), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7885), - [sym_modifiers] = STATE(7619), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(352), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4561), - [sym__return_at] = STATE(295), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4426), - [sym_long_literal] = STATE(4426), - [sym_boolean_literal] = STATE(4426), - [sym_character_literal] = STATE(4426), - [sym__lexical_identifier] = STATE(4440), - [aux_sym__statement_repeat1] = STATE(821), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_typealias] = ACTIONS(207), - [anon_sym_class] = ACTIONS(209), - [anon_sym_interface] = ACTIONS(209), - [anon_sym_enum] = ACTIONS(211), - [anon_sym_LBRACE] = ACTIONS(213), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_val] = ACTIONS(217), - [anon_sym_var] = ACTIONS(217), - [anon_sym_object] = ACTIONS(219), - [anon_sym_fun] = ACTIONS(221), + [sym_type_alias] = STATE(3456), + [sym__declaration] = STATE(3456), + [sym_class_declaration] = STATE(3456), + [sym_function_declaration] = STATE(3456), + [sym_property_declaration] = STATE(3456), + [sym_getter] = STATE(3456), + [sym_setter] = STATE(3456), + [sym_object_declaration] = STATE(3456), + [sym__statement] = STATE(3456), + [sym_control_structure_body] = STATE(4062), + [sym__block] = STATE(3456), + [sym__loop_statement] = STATE(3456), + [sym_for_statement] = STATE(3456), + [sym_while_statement] = STATE(3456), + [sym_do_while_statement] = STATE(3456), + [sym_assignment] = STATE(3456), + [sym__expression] = STATE(1424), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(2743), + [sym_parenthesized_expression] = STATE(2743), + [sym_collection_literal] = STATE(2743), + [sym__literal_constant] = STATE(2743), + [sym_string_literal] = STATE(2743), + [sym_lambda_literal] = STATE(2743), + [sym_anonymous_function] = STATE(2743), + [sym__function_literal] = STATE(2743), + [sym_object_literal] = STATE(2743), + [sym_this_expression] = STATE(2743), + [sym_super_expression] = STATE(2743), + [sym_if_expression] = STATE(2743), + [sym_when_expression] = STATE(2743), + [sym_try_expression] = STATE(2743), + [sym_jump_expression] = STATE(2743), + [sym_callable_reference] = STATE(2743), + [sym__prefix_unary_operator] = STATE(1868), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7919), + [sym_modifiers] = STATE(7860), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(349), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3279), + [sym__return_at] = STATE(303), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(2743), + [sym_long_literal] = STATE(2743), + [sym_boolean_literal] = STATE(2743), + [sym_character_literal] = STATE(2743), + [sym__lexical_identifier] = STATE(2837), + [aux_sym__statement_repeat1] = STATE(826), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(333), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(335), + [anon_sym_typealias] = ACTIONS(337), + [anon_sym_class] = ACTIONS(949), + [anon_sym_interface] = ACTIONS(949), + [anon_sym_enum] = ACTIONS(951), + [anon_sym_LBRACE] = ACTIONS(953), + [anon_sym_LPAREN] = ACTIONS(345), + [anon_sym_val] = ACTIONS(955), + [anon_sym_var] = ACTIONS(955), + [anon_sym_object] = ACTIONS(957), + [anon_sym_fun] = ACTIONS(959), [anon_sym_SEMI] = ACTIONS(1287), - [anon_sym_get] = ACTIONS(223), - [anon_sym_set] = ACTIONS(225), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1289), - [sym_label] = ACTIONS(233), - [anon_sym_for] = ACTIONS(235), - [anon_sym_while] = ACTIONS(237), - [anon_sym_do] = ACTIONS(239), - [anon_sym_null] = ACTIONS(241), - [anon_sym_if] = ACTIONS(243), - [anon_sym_else] = ACTIONS(1291), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(249), - [anon_sym_return] = ACTIONS(251), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(257), - [anon_sym_DASH] = ACTIONS(257), - [anon_sym_PLUS_PLUS] = ACTIONS(259), - [anon_sym_DASH_DASH] = ACTIONS(259), - [anon_sym_BANG] = ACTIONS(259), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(261), - [anon_sym_inner] = ACTIONS(261), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(263), - [anon_sym_actual] = ACTIONS(263), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(271), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), - }, - [105] = { - [sym_type_alias] = STATE(1152), - [sym__declaration] = STATE(1152), - [sym_class_declaration] = STATE(1152), - [sym_function_declaration] = STATE(1152), - [sym_property_declaration] = STATE(1152), - [sym_getter] = STATE(1152), - [sym_setter] = STATE(1152), - [sym_object_declaration] = STATE(1152), - [sym__statement] = STATE(1152), - [sym_control_structure_body] = STATE(1179), - [sym__block] = STATE(1152), - [sym__loop_statement] = STATE(1152), - [sym_for_statement] = STATE(1152), - [sym_while_statement] = STATE(1152), - [sym_do_while_statement] = STATE(1152), - [sym_assignment] = STATE(1152), - [sym__expression] = STATE(373), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(767), - [sym_parenthesized_expression] = STATE(767), - [sym_collection_literal] = STATE(767), - [sym__literal_constant] = STATE(767), - [sym_string_literal] = STATE(767), - [sym_lambda_literal] = STATE(767), - [sym_anonymous_function] = STATE(767), - [sym__function_literal] = STATE(767), - [sym_object_literal] = STATE(767), - [sym_this_expression] = STATE(767), - [sym_super_expression] = STATE(767), - [sym_if_expression] = STATE(767), - [sym_when_expression] = STATE(767), - [sym_try_expression] = STATE(767), - [sym_jump_expression] = STATE(767), - [sym_callable_reference] = STATE(767), - [sym__prefix_unary_operator] = STATE(2297), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7878), - [sym_modifiers] = STATE(7800), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(347), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1054), - [sym__return_at] = STATE(260), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(767), - [sym_long_literal] = STATE(767), - [sym_boolean_literal] = STATE(767), - [sym_character_literal] = STATE(767), - [sym__lexical_identifier] = STATE(866), - [aux_sym__statement_repeat1] = STATE(785), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_typealias] = ACTIONS(417), - [anon_sym_class] = ACTIONS(419), - [anon_sym_interface] = ACTIONS(419), - [anon_sym_enum] = ACTIONS(421), - [anon_sym_LBRACE] = ACTIONS(423), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_val] = ACTIONS(427), - [anon_sym_var] = ACTIONS(427), - [anon_sym_object] = ACTIONS(429), - [anon_sym_fun] = ACTIONS(431), - [anon_sym_SEMI] = ACTIONS(1293), - [anon_sym_get] = ACTIONS(433), - [anon_sym_set] = ACTIONS(435), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1295), - [sym_label] = ACTIONS(443), - [anon_sym_for] = ACTIONS(445), - [anon_sym_while] = ACTIONS(447), - [anon_sym_do] = ACTIONS(449), - [anon_sym_null] = ACTIONS(451), - [anon_sym_if] = ACTIONS(453), - [anon_sym_else] = ACTIONS(1297), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(459), - [anon_sym_return] = ACTIONS(461), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(467), - [anon_sym_DASH] = ACTIONS(467), - [anon_sym_PLUS_PLUS] = ACTIONS(469), - [anon_sym_DASH_DASH] = ACTIONS(469), - [anon_sym_BANG] = ACTIONS(469), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(471), - [anon_sym_inner] = ACTIONS(471), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(473), - [anon_sym_actual] = ACTIONS(473), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(481), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), - }, - [106] = { - [sym_type_alias] = STATE(3281), - [sym__declaration] = STATE(3281), - [sym_class_declaration] = STATE(3281), - [sym_function_declaration] = STATE(3281), - [sym_property_declaration] = STATE(3281), - [sym_getter] = STATE(3281), - [sym_setter] = STATE(3281), - [sym_object_declaration] = STATE(3281), - [sym__statement] = STATE(3281), - [sym_control_structure_body] = STATE(4131), - [sym__block] = STATE(3281), - [sym__loop_statement] = STATE(3281), - [sym_for_statement] = STATE(3281), - [sym_while_statement] = STATE(3281), - [sym_do_while_statement] = STATE(3281), - [sym_assignment] = STATE(3281), - [sym__expression] = STATE(1696), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(2750), - [sym_parenthesized_expression] = STATE(2750), - [sym_collection_literal] = STATE(2750), - [sym__literal_constant] = STATE(2750), - [sym_string_literal] = STATE(2750), - [sym_lambda_literal] = STATE(2750), - [sym_anonymous_function] = STATE(2750), - [sym__function_literal] = STATE(2750), - [sym_object_literal] = STATE(2750), - [sym_this_expression] = STATE(2750), - [sym_super_expression] = STATE(2750), - [sym_if_expression] = STATE(2750), - [sym_when_expression] = STATE(2750), - [sym_try_expression] = STATE(2750), - [sym_jump_expression] = STATE(2750), - [sym_callable_reference] = STATE(2750), - [sym__prefix_unary_operator] = STATE(2054), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7883), - [sym_modifiers] = STATE(7811), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(349), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3447), - [sym__return_at] = STATE(323), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(2750), - [sym_long_literal] = STATE(2750), - [sym_boolean_literal] = STATE(2750), - [sym_character_literal] = STATE(2750), - [sym__lexical_identifier] = STATE(2890), - [aux_sym__statement_repeat1] = STATE(816), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(333), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(335), - [anon_sym_typealias] = ACTIONS(337), - [anon_sym_class] = ACTIONS(1097), - [anon_sym_interface] = ACTIONS(1097), - [anon_sym_enum] = ACTIONS(1099), - [anon_sym_LBRACE] = ACTIONS(921), - [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_val] = ACTIONS(1101), - [anon_sym_var] = ACTIONS(1101), - [anon_sym_object] = ACTIONS(1103), - [anon_sym_fun] = ACTIONS(1105), - [anon_sym_SEMI] = ACTIONS(1299), - [anon_sym_get] = ACTIONS(1107), - [anon_sym_set] = ACTIONS(1109), + [anon_sym_get] = ACTIONS(961), + [anon_sym_set] = ACTIONS(963), [anon_sym_this] = ACTIONS(357), [anon_sym_super] = ACTIONS(359), - [anon_sym_STAR] = ACTIONS(1111), - [sym_label] = ACTIONS(1113), - [anon_sym_for] = ACTIONS(1115), - [anon_sym_while] = ACTIONS(1117), + [anon_sym_STAR] = ACTIONS(965), + [sym_label] = ACTIONS(967), + [anon_sym_for] = ACTIONS(969), + [anon_sym_while] = ACTIONS(971), [anon_sym_do] = ACTIONS(369), - [anon_sym_null] = ACTIONS(941), - [anon_sym_if] = ACTIONS(697), - [anon_sym_else] = ACTIONS(1301), + [anon_sym_null] = ACTIONS(973), + [anon_sym_if] = ACTIONS(373), + [anon_sym_else] = ACTIONS(1289), [anon_sym_when] = ACTIONS(375), [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(699), - [anon_sym_return] = ACTIONS(701), + [anon_sym_throw] = ACTIONS(379), + [anon_sym_return] = ACTIONS(381), [anon_sym_continue] = ACTIONS(383), [anon_sym_break] = ACTIONS(383), [anon_sym_COLON_COLON] = ACTIONS(385), - [anon_sym_PLUS] = ACTIONS(1119), - [anon_sym_DASH] = ACTIONS(1119), - [anon_sym_PLUS_PLUS] = ACTIONS(1121), - [anon_sym_DASH_DASH] = ACTIONS(1121), - [anon_sym_BANG] = ACTIONS(1121), + [anon_sym_PLUS] = ACTIONS(975), + [anon_sym_DASH] = ACTIONS(975), + [anon_sym_PLUS_PLUS] = ACTIONS(977), + [anon_sym_DASH_DASH] = ACTIONS(977), + [anon_sym_BANG] = ACTIONS(977), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -42149,7 +41943,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(395), [anon_sym_break_AT] = ACTIONS(397), - [sym_real_literal] = ACTIONS(947), + [sym_real_literal] = ACTIONS(979), [sym_integer_literal] = ACTIONS(401), [sym_hex_literal] = ACTIONS(403), [sym_bin_literal] = ACTIONS(403), @@ -42160,128 +41954,128 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(411), }, - [107] = { - [sym_type_alias] = STATE(4921), - [sym__declaration] = STATE(4921), - [sym_class_declaration] = STATE(4921), - [sym_function_declaration] = STATE(4921), - [sym_property_declaration] = STATE(4921), - [sym_getter] = STATE(4921), - [sym_setter] = STATE(4921), - [sym_object_declaration] = STATE(4921), - [sym__statement] = STATE(4921), - [sym_control_structure_body] = STATE(5468), - [sym__block] = STATE(4921), - [sym__loop_statement] = STATE(4921), - [sym_for_statement] = STATE(4921), - [sym_while_statement] = STATE(4921), - [sym_do_while_statement] = STATE(4921), - [sym_assignment] = STATE(4921), - [sym__expression] = STATE(4204), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4455), - [sym_parenthesized_expression] = STATE(4455), - [sym_collection_literal] = STATE(4455), - [sym__literal_constant] = STATE(4455), - [sym_string_literal] = STATE(4455), - [sym_lambda_literal] = STATE(4455), - [sym_anonymous_function] = STATE(4455), - [sym__function_literal] = STATE(4455), - [sym_object_literal] = STATE(4455), - [sym_this_expression] = STATE(4455), - [sym_super_expression] = STATE(4455), - [sym_if_expression] = STATE(4455), - [sym_when_expression] = STATE(4455), - [sym_try_expression] = STATE(4455), - [sym_jump_expression] = STATE(4455), - [sym_callable_reference] = STATE(4455), - [sym__prefix_unary_operator] = STATE(1637), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7901), - [sym_modifiers] = STATE(7829), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(338), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4990), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4455), - [sym_long_literal] = STATE(4455), - [sym_boolean_literal] = STATE(4455), - [sym_character_literal] = STATE(4455), - [sym__lexical_identifier] = STATE(4529), - [aux_sym__statement_repeat1] = STATE(805), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(7), + [105] = { + [sym_type_alias] = STATE(4571), + [sym__declaration] = STATE(4571), + [sym_class_declaration] = STATE(4571), + [sym_function_declaration] = STATE(4571), + [sym_property_declaration] = STATE(4571), + [sym_getter] = STATE(4571), + [sym_setter] = STATE(4571), + [sym_object_declaration] = STATE(4571), + [sym__statement] = STATE(4571), + [sym_control_structure_body] = STATE(5121), + [sym__block] = STATE(4571), + [sym__loop_statement] = STATE(4571), + [sym_for_statement] = STATE(4571), + [sym_while_statement] = STATE(4571), + [sym_do_while_statement] = STATE(4571), + [sym_assignment] = STATE(4571), + [sym__expression] = STATE(3863), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4434), + [sym_parenthesized_expression] = STATE(4434), + [sym_collection_literal] = STATE(4434), + [sym__literal_constant] = STATE(4434), + [sym_string_literal] = STATE(4434), + [sym_lambda_literal] = STATE(4434), + [sym_anonymous_function] = STATE(4434), + [sym__function_literal] = STATE(4434), + [sym_object_literal] = STATE(4434), + [sym_this_expression] = STATE(4434), + [sym_super_expression] = STATE(4434), + [sym_if_expression] = STATE(4434), + [sym_when_expression] = STATE(4434), + [sym_try_expression] = STATE(4434), + [sym_jump_expression] = STATE(4434), + [sym_callable_reference] = STATE(4434), + [sym__prefix_unary_operator] = STATE(1630), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7896), + [sym_modifiers] = STATE(7728), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(336), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4608), + [sym__return_at] = STATE(310), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4434), + [sym_long_literal] = STATE(4434), + [sym_boolean_literal] = STATE(4434), + [sym_character_literal] = STATE(4434), + [sym__lexical_identifier] = STATE(4461), + [aux_sym__statement_repeat1] = STATE(795), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(203), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_typealias] = ACTIONS(495), - [anon_sym_class] = ACTIONS(1059), - [anon_sym_interface] = ACTIONS(1059), - [anon_sym_enum] = ACTIONS(1061), - [anon_sym_LBRACE] = ACTIONS(861), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_val] = ACTIONS(1063), - [anon_sym_var] = ACTIONS(1063), - [anon_sym_object] = ACTIONS(1065), - [anon_sym_fun] = ACTIONS(1067), - [anon_sym_SEMI] = ACTIONS(1303), - [anon_sym_get] = ACTIONS(1069), - [anon_sym_set] = ACTIONS(1071), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(43), - [sym_label] = ACTIONS(45), - [anon_sym_for] = ACTIONS(1073), - [anon_sym_while] = ACTIONS(1075), - [anon_sym_do] = ACTIONS(521), - [anon_sym_null] = ACTIONS(53), - [anon_sym_if] = ACTIONS(55), - [anon_sym_else] = ACTIONS(1305), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(61), - [anon_sym_return] = ACTIONS(63), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(69), - [anon_sym_DASH] = ACTIONS(69), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_BANG] = ACTIONS(71), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_typealias] = ACTIONS(207), + [anon_sym_class] = ACTIONS(713), + [anon_sym_interface] = ACTIONS(713), + [anon_sym_enum] = ACTIONS(715), + [anon_sym_LBRACE] = ACTIONS(213), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_val] = ACTIONS(717), + [anon_sym_var] = ACTIONS(717), + [anon_sym_object] = ACTIONS(719), + [anon_sym_fun] = ACTIONS(721), + [anon_sym_SEMI] = ACTIONS(1291), + [anon_sym_get] = ACTIONS(723), + [anon_sym_set] = ACTIONS(725), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(1293), + [sym_label] = ACTIONS(729), + [anon_sym_for] = ACTIONS(731), + [anon_sym_while] = ACTIONS(733), + [anon_sym_do] = ACTIONS(239), + [anon_sym_null] = ACTIONS(241), + [anon_sym_if] = ACTIONS(321), + [anon_sym_else] = ACTIONS(1295), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(323), + [anon_sym_return] = ACTIONS(325), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(735), + [anon_sym_DASH] = ACTIONS(735), + [anon_sym_PLUS_PLUS] = ACTIONS(737), + [anon_sym_DASH_DASH] = ACTIONS(737), + [anon_sym_BANG] = ACTIONS(737), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(77), - [anon_sym_inner] = ACTIONS(77), + [anon_sym_data] = ACTIONS(261), + [anon_sym_inner] = ACTIONS(261), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -42300,145 +42094,145 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(89), - [anon_sym_actual] = ACTIONS(89), + [anon_sym_expect] = ACTIONS(263), + [anon_sym_actual] = ACTIONS(263), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(97), - [sym_integer_literal] = ACTIONS(99), - [sym_hex_literal] = ACTIONS(101), - [sym_bin_literal] = ACTIONS(101), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [anon_sym_SQUOTE] = ACTIONS(105), - [sym__backtick_identifier] = ACTIONS(107), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(271), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(109), + [sym__string_start] = ACTIONS(283), }, - [108] = { - [sym_type_alias] = STATE(1152), - [sym__declaration] = STATE(1152), - [sym_class_declaration] = STATE(1152), - [sym_function_declaration] = STATE(1152), - [sym_property_declaration] = STATE(1152), - [sym_getter] = STATE(1152), - [sym_setter] = STATE(1152), - [sym_object_declaration] = STATE(1152), - [sym__statement] = STATE(1152), - [sym_control_structure_body] = STATE(1598), - [sym__block] = STATE(1152), - [sym__loop_statement] = STATE(1152), - [sym_for_statement] = STATE(1152), - [sym_while_statement] = STATE(1152), - [sym_do_while_statement] = STATE(1152), - [sym_assignment] = STATE(1152), - [sym__expression] = STATE(460), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(781), - [sym_parenthesized_expression] = STATE(781), - [sym_collection_literal] = STATE(781), - [sym__literal_constant] = STATE(781), - [sym_string_literal] = STATE(781), - [sym_lambda_literal] = STATE(781), - [sym_anonymous_function] = STATE(781), - [sym__function_literal] = STATE(781), - [sym_object_literal] = STATE(781), - [sym_this_expression] = STATE(781), - [sym_super_expression] = STATE(781), - [sym_if_expression] = STATE(781), - [sym_when_expression] = STATE(781), - [sym_try_expression] = STATE(781), - [sym_jump_expression] = STATE(781), - [sym_callable_reference] = STATE(781), - [sym__prefix_unary_operator] = STATE(2001), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7876), - [sym_modifiers] = STATE(7618), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(336), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1054), - [sym__return_at] = STATE(260), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(781), - [sym_long_literal] = STATE(781), - [sym_boolean_literal] = STATE(781), - [sym_character_literal] = STATE(781), - [sym__lexical_identifier] = STATE(866), - [aux_sym__statement_repeat1] = STATE(795), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_typealias] = ACTIONS(417), - [anon_sym_class] = ACTIONS(885), - [anon_sym_interface] = ACTIONS(885), - [anon_sym_enum] = ACTIONS(887), - [anon_sym_LBRACE] = ACTIONS(889), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_val] = ACTIONS(891), - [anon_sym_var] = ACTIONS(891), - [anon_sym_object] = ACTIONS(893), - [anon_sym_fun] = ACTIONS(895), - [anon_sym_SEMI] = ACTIONS(1307), - [anon_sym_get] = ACTIONS(897), - [anon_sym_set] = ACTIONS(899), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(901), - [sym_label] = ACTIONS(903), - [anon_sym_for] = ACTIONS(905), - [anon_sym_while] = ACTIONS(907), - [anon_sym_do] = ACTIONS(449), - [anon_sym_null] = ACTIONS(909), - [anon_sym_if] = ACTIONS(453), - [anon_sym_else] = ACTIONS(1309), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(459), - [anon_sym_return] = ACTIONS(461), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(911), - [anon_sym_DASH] = ACTIONS(911), - [anon_sym_PLUS_PLUS] = ACTIONS(913), - [anon_sym_DASH_DASH] = ACTIONS(913), - [anon_sym_BANG] = ACTIONS(913), + [106] = { + [sym_type_alias] = STATE(3456), + [sym__declaration] = STATE(3456), + [sym_class_declaration] = STATE(3456), + [sym_function_declaration] = STATE(3456), + [sym_property_declaration] = STATE(3456), + [sym_getter] = STATE(3456), + [sym_setter] = STATE(3456), + [sym_object_declaration] = STATE(3456), + [sym__statement] = STATE(3456), + [sym_control_structure_body] = STATE(3128), + [sym__block] = STATE(3456), + [sym__loop_statement] = STATE(3456), + [sym_for_statement] = STATE(3456), + [sym_while_statement] = STATE(3456), + [sym_do_while_statement] = STATE(3456), + [sym_assignment] = STATE(3456), + [sym__expression] = STATE(954), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(2760), + [sym_parenthesized_expression] = STATE(2760), + [sym_collection_literal] = STATE(2760), + [sym__literal_constant] = STATE(2760), + [sym_string_literal] = STATE(2760), + [sym_lambda_literal] = STATE(2760), + [sym_anonymous_function] = STATE(2760), + [sym__function_literal] = STATE(2760), + [sym_object_literal] = STATE(2760), + [sym_this_expression] = STATE(2760), + [sym_super_expression] = STATE(2760), + [sym_if_expression] = STATE(2760), + [sym_when_expression] = STATE(2760), + [sym_try_expression] = STATE(2760), + [sym_jump_expression] = STATE(2760), + [sym_callable_reference] = STATE(2760), + [sym__prefix_unary_operator] = STATE(1644), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7915), + [sym_modifiers] = STATE(7662), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(350), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3279), + [sym__return_at] = STATE(303), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(2760), + [sym_long_literal] = STATE(2760), + [sym_boolean_literal] = STATE(2760), + [sym_character_literal] = STATE(2760), + [sym__lexical_identifier] = STATE(2837), + [aux_sym__statement_repeat1] = STATE(801), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(333), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(335), + [anon_sym_typealias] = ACTIONS(337), + [anon_sym_class] = ACTIONS(339), + [anon_sym_interface] = ACTIONS(339), + [anon_sym_enum] = ACTIONS(341), + [anon_sym_LBRACE] = ACTIONS(343), + [anon_sym_LPAREN] = ACTIONS(345), + [anon_sym_val] = ACTIONS(347), + [anon_sym_var] = ACTIONS(347), + [anon_sym_object] = ACTIONS(349), + [anon_sym_fun] = ACTIONS(351), + [anon_sym_SEMI] = ACTIONS(1297), + [anon_sym_get] = ACTIONS(353), + [anon_sym_set] = ACTIONS(355), + [anon_sym_this] = ACTIONS(357), + [anon_sym_super] = ACTIONS(359), + [anon_sym_STAR] = ACTIONS(1299), + [sym_label] = ACTIONS(363), + [anon_sym_for] = ACTIONS(365), + [anon_sym_while] = ACTIONS(367), + [anon_sym_do] = ACTIONS(369), + [anon_sym_null] = ACTIONS(371), + [anon_sym_if] = ACTIONS(373), + [anon_sym_else] = ACTIONS(1301), + [anon_sym_when] = ACTIONS(375), + [anon_sym_try] = ACTIONS(377), + [anon_sym_throw] = ACTIONS(379), + [anon_sym_return] = ACTIONS(381), + [anon_sym_continue] = ACTIONS(383), + [anon_sym_break] = ACTIONS(383), + [anon_sym_COLON_COLON] = ACTIONS(385), + [anon_sym_PLUS] = ACTIONS(387), + [anon_sym_DASH] = ACTIONS(387), + [anon_sym_PLUS_PLUS] = ACTIONS(389), + [anon_sym_DASH_DASH] = ACTIONS(389), + [anon_sym_BANG] = ACTIONS(389), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(471), - [anon_sym_inner] = ACTIONS(471), + [anon_sym_data] = ACTIONS(391), + [anon_sym_inner] = ACTIONS(391), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -42457,102 +42251,102 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(473), - [anon_sym_actual] = ACTIONS(473), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(915), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), + [anon_sym_expect] = ACTIONS(393), + [anon_sym_actual] = ACTIONS(393), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(395), + [anon_sym_break_AT] = ACTIONS(397), + [sym_real_literal] = ACTIONS(399), + [sym_integer_literal] = ACTIONS(401), + [sym_hex_literal] = ACTIONS(403), + [sym_bin_literal] = ACTIONS(403), + [anon_sym_true] = ACTIONS(405), + [anon_sym_false] = ACTIONS(405), + [anon_sym_SQUOTE] = ACTIONS(407), + [sym__backtick_identifier] = ACTIONS(409), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(411), }, - [109] = { - [sym_type_alias] = STATE(3259), - [sym__declaration] = STATE(3259), - [sym_class_declaration] = STATE(3259), - [sym_function_declaration] = STATE(3259), - [sym_property_declaration] = STATE(3259), - [sym_getter] = STATE(3259), - [sym_setter] = STATE(3259), - [sym_object_declaration] = STATE(3259), - [sym__statement] = STATE(3259), - [sym_control_structure_body] = STATE(3210), - [sym__block] = STATE(3259), - [sym__loop_statement] = STATE(3259), - [sym_for_statement] = STATE(3259), - [sym_while_statement] = STATE(3259), - [sym_do_while_statement] = STATE(3259), - [sym_assignment] = STATE(3259), - [sym__expression] = STATE(978), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(2736), - [sym_parenthesized_expression] = STATE(2736), - [sym_collection_literal] = STATE(2736), - [sym__literal_constant] = STATE(2736), - [sym_string_literal] = STATE(2736), - [sym_lambda_literal] = STATE(2736), - [sym_anonymous_function] = STATE(2736), - [sym__function_literal] = STATE(2736), - [sym_object_literal] = STATE(2736), - [sym_this_expression] = STATE(2736), - [sym_super_expression] = STATE(2736), - [sym_if_expression] = STATE(2736), - [sym_when_expression] = STATE(2736), - [sym_try_expression] = STATE(2736), - [sym_jump_expression] = STATE(2736), - [sym_callable_reference] = STATE(2736), - [sym__prefix_unary_operator] = STATE(1786), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7868), - [sym_modifiers] = STATE(7832), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(334), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3242), - [sym__return_at] = STATE(255), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(2736), - [sym_long_literal] = STATE(2736), - [sym_boolean_literal] = STATE(2736), - [sym_character_literal] = STATE(2736), - [sym__lexical_identifier] = STATE(2864), - [aux_sym__statement_repeat1] = STATE(807), - [aux_sym_modifiers_repeat1] = STATE(5441), + [107] = { + [sym_type_alias] = STATE(3371), + [sym__declaration] = STATE(3371), + [sym_class_declaration] = STATE(3371), + [sym_function_declaration] = STATE(3371), + [sym_property_declaration] = STATE(3371), + [sym_getter] = STATE(3371), + [sym_setter] = STATE(3371), + [sym_object_declaration] = STATE(3371), + [sym__statement] = STATE(3371), + [sym_control_structure_body] = STATE(3354), + [sym__block] = STATE(3371), + [sym__loop_statement] = STATE(3371), + [sym_for_statement] = STATE(3371), + [sym_while_statement] = STATE(3371), + [sym_do_while_statement] = STATE(3371), + [sym_assignment] = STATE(3371), + [sym__expression] = STATE(950), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(2753), + [sym_parenthesized_expression] = STATE(2753), + [sym_collection_literal] = STATE(2753), + [sym__literal_constant] = STATE(2753), + [sym_string_literal] = STATE(2753), + [sym_lambda_literal] = STATE(2753), + [sym_anonymous_function] = STATE(2753), + [sym__function_literal] = STATE(2753), + [sym_object_literal] = STATE(2753), + [sym_this_expression] = STATE(2753), + [sym_super_expression] = STATE(2753), + [sym_if_expression] = STATE(2753), + [sym_when_expression] = STATE(2753), + [sym_try_expression] = STATE(2753), + [sym_jump_expression] = STATE(2753), + [sym_callable_reference] = STATE(2753), + [sym__prefix_unary_operator] = STATE(1674), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7911), + [sym_modifiers] = STATE(7669), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(345), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3410), + [sym__return_at] = STATE(220), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(2753), + [sym_long_literal] = STATE(2753), + [sym_boolean_literal] = STATE(2753), + [sym_character_literal] = STATE(2753), + [sym__lexical_identifier] = STATE(2858), + [aux_sym__statement_repeat1] = STATE(797), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(111), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(115), @@ -42566,19 +42360,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_var] = ACTIONS(131), [anon_sym_object] = ACTIONS(133), [anon_sym_fun] = ACTIONS(135), - [anon_sym_SEMI] = ACTIONS(1311), + [anon_sym_SEMI] = ACTIONS(1303), [anon_sym_get] = ACTIONS(137), [anon_sym_set] = ACTIONS(139), [anon_sym_this] = ACTIONS(141), [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(1313), + [anon_sym_STAR] = ACTIONS(1305), [sym_label] = ACTIONS(147), [anon_sym_for] = ACTIONS(149), [anon_sym_while] = ACTIONS(151), [anon_sym_do] = ACTIONS(153), [anon_sym_null] = ACTIONS(155), [anon_sym_if] = ACTIONS(157), - [anon_sym_else] = ACTIONS(1315), + [anon_sym_else] = ACTIONS(1307), [anon_sym_when] = ACTIONS(159), [anon_sym_try] = ACTIONS(161), [anon_sym_throw] = ACTIONS(163), @@ -42631,123 +42425,437 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(197), }, + [108] = { + [sym_type_alias] = STATE(3873), + [sym__declaration] = STATE(3873), + [sym_class_declaration] = STATE(3873), + [sym_function_declaration] = STATE(3873), + [sym_property_declaration] = STATE(3873), + [sym_getter] = STATE(3873), + [sym_setter] = STATE(3873), + [sym_object_declaration] = STATE(3873), + [sym__statement] = STATE(3873), + [sym_control_structure_body] = STATE(3843), + [sym__block] = STATE(3873), + [sym__loop_statement] = STATE(3873), + [sym_for_statement] = STATE(3873), + [sym_while_statement] = STATE(3873), + [sym_do_while_statement] = STATE(3873), + [sym_assignment] = STATE(3873), + [sym__expression] = STATE(1249), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(2895), + [sym_parenthesized_expression] = STATE(2895), + [sym_collection_literal] = STATE(2895), + [sym__literal_constant] = STATE(2895), + [sym_string_literal] = STATE(2895), + [sym_lambda_literal] = STATE(2895), + [sym_anonymous_function] = STATE(2895), + [sym__function_literal] = STATE(2895), + [sym_object_literal] = STATE(2895), + [sym_this_expression] = STATE(2895), + [sym_super_expression] = STATE(2895), + [sym_if_expression] = STATE(2895), + [sym_when_expression] = STATE(2895), + [sym_try_expression] = STATE(2895), + [sym_jump_expression] = STATE(2895), + [sym_callable_reference] = STATE(2895), + [sym__prefix_unary_operator] = STATE(1807), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7923), + [sym_modifiers] = STATE(7675), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(352), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3725), + [sym__return_at] = STATE(261), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(2895), + [sym_long_literal] = STATE(2895), + [sym_boolean_literal] = STATE(2895), + [sym_character_literal] = STATE(2895), + [sym__lexical_identifier] = STATE(3382), + [aux_sym__statement_repeat1] = STATE(815), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_typealias] = ACTIONS(459), + [anon_sym_class] = ACTIONS(461), + [anon_sym_interface] = ACTIONS(461), + [anon_sym_enum] = ACTIONS(463), + [anon_sym_LBRACE] = ACTIONS(465), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_val] = ACTIONS(469), + [anon_sym_var] = ACTIONS(469), + [anon_sym_object] = ACTIONS(471), + [anon_sym_fun] = ACTIONS(473), + [anon_sym_SEMI] = ACTIONS(1309), + [anon_sym_get] = ACTIONS(475), + [anon_sym_set] = ACTIONS(477), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1311), + [sym_label] = ACTIONS(485), + [anon_sym_for] = ACTIONS(487), + [anon_sym_while] = ACTIONS(489), + [anon_sym_do] = ACTIONS(491), + [anon_sym_null] = ACTIONS(493), + [anon_sym_if] = ACTIONS(495), + [anon_sym_else] = ACTIONS(1313), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(501), + [anon_sym_return] = ACTIONS(503), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(509), + [anon_sym_DASH] = ACTIONS(509), + [anon_sym_PLUS_PLUS] = ACTIONS(511), + [anon_sym_DASH_DASH] = ACTIONS(511), + [anon_sym_BANG] = ACTIONS(511), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(513), + [anon_sym_inner] = ACTIONS(513), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(515), + [anon_sym_actual] = ACTIONS(515), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(523), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), + }, + [109] = { + [sym_type_alias] = STATE(4571), + [sym__declaration] = STATE(4571), + [sym_class_declaration] = STATE(4571), + [sym_function_declaration] = STATE(4571), + [sym_property_declaration] = STATE(4571), + [sym_getter] = STATE(4571), + [sym_setter] = STATE(4571), + [sym_object_declaration] = STATE(4571), + [sym__statement] = STATE(4571), + [sym_control_structure_body] = STATE(4722), + [sym__block] = STATE(4571), + [sym__loop_statement] = STATE(4571), + [sym_for_statement] = STATE(4571), + [sym_while_statement] = STATE(4571), + [sym_do_while_statement] = STATE(4571), + [sym_assignment] = STATE(4571), + [sym__expression] = STATE(3003), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4434), + [sym_parenthesized_expression] = STATE(4434), + [sym_collection_literal] = STATE(4434), + [sym__literal_constant] = STATE(4434), + [sym_string_literal] = STATE(4434), + [sym_lambda_literal] = STATE(4434), + [sym_anonymous_function] = STATE(4434), + [sym__function_literal] = STATE(4434), + [sym_object_literal] = STATE(4434), + [sym_this_expression] = STATE(4434), + [sym_super_expression] = STATE(4434), + [sym_if_expression] = STATE(4434), + [sym_when_expression] = STATE(4434), + [sym_try_expression] = STATE(4434), + [sym_jump_expression] = STATE(4434), + [sym_callable_reference] = STATE(4434), + [sym__prefix_unary_operator] = STATE(1893), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7930), + [sym_modifiers] = STATE(7790), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(344), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4608), + [sym__return_at] = STATE(295), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4434), + [sym_long_literal] = STATE(4434), + [sym_boolean_literal] = STATE(4434), + [sym_character_literal] = STATE(4434), + [sym__lexical_identifier] = STATE(4461), + [aux_sym__statement_repeat1] = STATE(810), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_typealias] = ACTIONS(207), + [anon_sym_class] = ACTIONS(209), + [anon_sym_interface] = ACTIONS(209), + [anon_sym_enum] = ACTIONS(211), + [anon_sym_LBRACE] = ACTIONS(213), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_val] = ACTIONS(217), + [anon_sym_var] = ACTIONS(217), + [anon_sym_object] = ACTIONS(219), + [anon_sym_fun] = ACTIONS(221), + [anon_sym_SEMI] = ACTIONS(1315), + [anon_sym_get] = ACTIONS(223), + [anon_sym_set] = ACTIONS(225), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(1317), + [sym_label] = ACTIONS(233), + [anon_sym_for] = ACTIONS(235), + [anon_sym_while] = ACTIONS(237), + [anon_sym_do] = ACTIONS(239), + [anon_sym_null] = ACTIONS(241), + [anon_sym_if] = ACTIONS(243), + [anon_sym_else] = ACTIONS(1319), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(249), + [anon_sym_return] = ACTIONS(251), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(257), + [anon_sym_DASH] = ACTIONS(257), + [anon_sym_PLUS_PLUS] = ACTIONS(259), + [anon_sym_DASH_DASH] = ACTIONS(259), + [anon_sym_BANG] = ACTIONS(259), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(261), + [anon_sym_inner] = ACTIONS(261), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(263), + [anon_sym_actual] = ACTIONS(263), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(271), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(283), + }, [110] = { - [sym_type_alias] = STATE(3281), - [sym__declaration] = STATE(3281), - [sym_class_declaration] = STATE(3281), - [sym_function_declaration] = STATE(3281), - [sym_property_declaration] = STATE(3281), - [sym_getter] = STATE(3281), - [sym_setter] = STATE(3281), - [sym_object_declaration] = STATE(3281), - [sym__statement] = STATE(3281), - [sym_control_structure_body] = STATE(3563), - [sym__block] = STATE(3281), - [sym__loop_statement] = STATE(3281), - [sym_for_statement] = STATE(3281), - [sym_while_statement] = STATE(3281), - [sym_do_while_statement] = STATE(3281), - [sym_assignment] = STATE(3281), - [sym__expression] = STATE(1212), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(2728), - [sym_parenthesized_expression] = STATE(2728), - [sym_collection_literal] = STATE(2728), - [sym__literal_constant] = STATE(2728), - [sym_string_literal] = STATE(2728), - [sym_lambda_literal] = STATE(2728), - [sym_anonymous_function] = STATE(2728), - [sym__function_literal] = STATE(2728), - [sym_object_literal] = STATE(2728), - [sym_this_expression] = STATE(2728), - [sym_super_expression] = STATE(2728), - [sym_if_expression] = STATE(2728), - [sym_when_expression] = STATE(2728), - [sym_try_expression] = STATE(2728), - [sym_jump_expression] = STATE(2728), - [sym_callable_reference] = STATE(2728), - [sym__prefix_unary_operator] = STATE(2185), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7898), - [sym_modifiers] = STATE(7788), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(332), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3447), - [sym__return_at] = STATE(323), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(2728), - [sym_long_literal] = STATE(2728), - [sym_boolean_literal] = STATE(2728), - [sym_character_literal] = STATE(2728), - [sym__lexical_identifier] = STATE(2890), + [sym_type_alias] = STATE(3456), + [sym__declaration] = STATE(3456), + [sym_class_declaration] = STATE(3456), + [sym_function_declaration] = STATE(3456), + [sym_property_declaration] = STATE(3456), + [sym_getter] = STATE(3456), + [sym_setter] = STATE(3456), + [sym_object_declaration] = STATE(3456), + [sym__statement] = STATE(3456), + [sym_control_structure_body] = STATE(4139), + [sym__block] = STATE(3456), + [sym__loop_statement] = STATE(3456), + [sym_for_statement] = STATE(3456), + [sym_while_statement] = STATE(3456), + [sym_do_while_statement] = STATE(3456), + [sym_assignment] = STATE(3456), + [sym__expression] = STATE(2364), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(2743), + [sym_parenthesized_expression] = STATE(2743), + [sym_collection_literal] = STATE(2743), + [sym__literal_constant] = STATE(2743), + [sym_string_literal] = STATE(2743), + [sym_lambda_literal] = STATE(2743), + [sym_anonymous_function] = STATE(2743), + [sym__function_literal] = STATE(2743), + [sym_object_literal] = STATE(2743), + [sym_this_expression] = STATE(2743), + [sym_super_expression] = STATE(2743), + [sym_if_expression] = STATE(2743), + [sym_when_expression] = STATE(2743), + [sym_try_expression] = STATE(2743), + [sym_jump_expression] = STATE(2743), + [sym_callable_reference] = STATE(2743), + [sym__prefix_unary_operator] = STATE(2070), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7926), + [sym_modifiers] = STATE(7767), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(337), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3279), + [sym__return_at] = STATE(317), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(2743), + [sym_long_literal] = STATE(2743), + [sym_boolean_literal] = STATE(2743), + [sym_character_literal] = STATE(2743), + [sym__lexical_identifier] = STATE(2837), [aux_sym__statement_repeat1] = STATE(787), - [aux_sym_modifiers_repeat1] = STATE(5441), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(333), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(335), [anon_sym_typealias] = ACTIONS(337), - [anon_sym_class] = ACTIONS(675), - [anon_sym_interface] = ACTIONS(675), - [anon_sym_enum] = ACTIONS(677), - [anon_sym_LBRACE] = ACTIONS(343), + [anon_sym_class] = ACTIONS(1097), + [anon_sym_interface] = ACTIONS(1097), + [anon_sym_enum] = ACTIONS(1099), + [anon_sym_LBRACE] = ACTIONS(953), [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_val] = ACTIONS(679), - [anon_sym_var] = ACTIONS(679), - [anon_sym_object] = ACTIONS(681), - [anon_sym_fun] = ACTIONS(683), - [anon_sym_SEMI] = ACTIONS(1317), - [anon_sym_get] = ACTIONS(685), - [anon_sym_set] = ACTIONS(687), + [anon_sym_val] = ACTIONS(1101), + [anon_sym_var] = ACTIONS(1101), + [anon_sym_object] = ACTIONS(1103), + [anon_sym_fun] = ACTIONS(1105), + [anon_sym_SEMI] = ACTIONS(1321), + [anon_sym_get] = ACTIONS(1107), + [anon_sym_set] = ACTIONS(1109), [anon_sym_this] = ACTIONS(357), [anon_sym_super] = ACTIONS(359), - [anon_sym_STAR] = ACTIONS(1319), - [sym_label] = ACTIONS(691), - [anon_sym_for] = ACTIONS(693), - [anon_sym_while] = ACTIONS(695), + [anon_sym_STAR] = ACTIONS(1111), + [sym_label] = ACTIONS(1113), + [anon_sym_for] = ACTIONS(1115), + [anon_sym_while] = ACTIONS(1117), [anon_sym_do] = ACTIONS(369), - [anon_sym_null] = ACTIONS(371), - [anon_sym_if] = ACTIONS(697), - [anon_sym_else] = ACTIONS(1321), + [anon_sym_null] = ACTIONS(973), + [anon_sym_if] = ACTIONS(703), + [anon_sym_else] = ACTIONS(1323), [anon_sym_when] = ACTIONS(375), [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(699), - [anon_sym_return] = ACTIONS(701), + [anon_sym_throw] = ACTIONS(705), + [anon_sym_return] = ACTIONS(707), [anon_sym_continue] = ACTIONS(383), [anon_sym_break] = ACTIONS(383), [anon_sym_COLON_COLON] = ACTIONS(385), - [anon_sym_PLUS] = ACTIONS(703), - [anon_sym_DASH] = ACTIONS(703), - [anon_sym_PLUS_PLUS] = ACTIONS(705), - [anon_sym_DASH_DASH] = ACTIONS(705), - [anon_sym_BANG] = ACTIONS(705), + [anon_sym_PLUS] = ACTIONS(1119), + [anon_sym_DASH] = ACTIONS(1119), + [anon_sym_PLUS_PLUS] = ACTIONS(1121), + [anon_sym_DASH_DASH] = ACTIONS(1121), + [anon_sym_BANG] = ACTIONS(1121), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -42777,7 +42885,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(395), [anon_sym_break_AT] = ACTIONS(397), - [sym_real_literal] = ACTIONS(399), + [sym_real_literal] = ACTIONS(979), [sym_integer_literal] = ACTIONS(401), [sym_hex_literal] = ACTIONS(403), [sym_bin_literal] = ACTIONS(403), @@ -42789,122 +42897,122 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(411), }, [111] = { - [sym_type_alias] = STATE(3259), - [sym__declaration] = STATE(3259), - [sym_class_declaration] = STATE(3259), - [sym_function_declaration] = STATE(3259), - [sym_property_declaration] = STATE(3259), - [sym_getter] = STATE(3259), - [sym_setter] = STATE(3259), - [sym_object_declaration] = STATE(3259), - [sym__statement] = STATE(3259), - [sym_control_structure_body] = STATE(4203), - [sym__block] = STATE(3259), - [sym__loop_statement] = STATE(3259), - [sym_for_statement] = STATE(3259), - [sym_while_statement] = STATE(3259), - [sym_do_while_statement] = STATE(3259), - [sym_assignment] = STATE(3259), - [sym__expression] = STATE(2429), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(2734), - [sym_parenthesized_expression] = STATE(2734), - [sym_collection_literal] = STATE(2734), - [sym__literal_constant] = STATE(2734), - [sym_string_literal] = STATE(2734), - [sym_lambda_literal] = STATE(2734), - [sym_anonymous_function] = STATE(2734), - [sym__function_literal] = STATE(2734), - [sym_object_literal] = STATE(2734), - [sym_this_expression] = STATE(2734), - [sym_super_expression] = STATE(2734), - [sym_if_expression] = STATE(2734), - [sym_when_expression] = STATE(2734), - [sym_try_expression] = STATE(2734), - [sym_jump_expression] = STATE(2734), - [sym_callable_reference] = STATE(2734), - [sym__prefix_unary_operator] = STATE(1697), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7893), - [sym_modifiers] = STATE(7727), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(350), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3242), - [sym__return_at] = STATE(262), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(2734), - [sym_long_literal] = STATE(2734), - [sym_boolean_literal] = STATE(2734), - [sym_character_literal] = STATE(2734), - [sym__lexical_identifier] = STATE(2864), - [aux_sym__statement_repeat1] = STATE(804), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym_type_alias] = STATE(3371), + [sym__declaration] = STATE(3371), + [sym_class_declaration] = STATE(3371), + [sym_function_declaration] = STATE(3371), + [sym_property_declaration] = STATE(3371), + [sym_getter] = STATE(3371), + [sym_setter] = STATE(3371), + [sym_object_declaration] = STATE(3371), + [sym__statement] = STATE(3371), + [sym_control_structure_body] = STATE(4047), + [sym__block] = STATE(3371), + [sym__loop_statement] = STATE(3371), + [sym_for_statement] = STATE(3371), + [sym_while_statement] = STATE(3371), + [sym_do_while_statement] = STATE(3371), + [sym_assignment] = STATE(3371), + [sym__expression] = STATE(1450), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(2727), + [sym_parenthesized_expression] = STATE(2727), + [sym_collection_literal] = STATE(2727), + [sym__literal_constant] = STATE(2727), + [sym_string_literal] = STATE(2727), + [sym_lambda_literal] = STATE(2727), + [sym_anonymous_function] = STATE(2727), + [sym__function_literal] = STATE(2727), + [sym_object_literal] = STATE(2727), + [sym_this_expression] = STATE(2727), + [sym_super_expression] = STATE(2727), + [sym_if_expression] = STATE(2727), + [sym_when_expression] = STATE(2727), + [sym_try_expression] = STATE(2727), + [sym_jump_expression] = STATE(2727), + [sym_callable_reference] = STATE(2727), + [sym__prefix_unary_operator] = STATE(2339), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7909), + [sym_modifiers] = STATE(7858), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(353), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3410), + [sym__return_at] = STATE(220), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(2727), + [sym_long_literal] = STATE(2727), + [sym_boolean_literal] = STATE(2727), + [sym_character_literal] = STATE(2727), + [sym__lexical_identifier] = STATE(2858), + [aux_sym__statement_repeat1] = STATE(786), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(111), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(115), [anon_sym_typealias] = ACTIONS(121), - [anon_sym_class] = ACTIONS(981), - [anon_sym_interface] = ACTIONS(981), - [anon_sym_enum] = ACTIONS(983), - [anon_sym_LBRACE] = ACTIONS(801), + [anon_sym_class] = ACTIONS(825), + [anon_sym_interface] = ACTIONS(825), + [anon_sym_enum] = ACTIONS(827), + [anon_sym_LBRACE] = ACTIONS(829), [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_val] = ACTIONS(985), - [anon_sym_var] = ACTIONS(985), - [anon_sym_object] = ACTIONS(987), - [anon_sym_fun] = ACTIONS(989), - [anon_sym_SEMI] = ACTIONS(1323), - [anon_sym_get] = ACTIONS(991), - [anon_sym_set] = ACTIONS(993), + [anon_sym_val] = ACTIONS(831), + [anon_sym_var] = ACTIONS(831), + [anon_sym_object] = ACTIONS(833), + [anon_sym_fun] = ACTIONS(835), + [anon_sym_SEMI] = ACTIONS(1325), + [anon_sym_get] = ACTIONS(837), + [anon_sym_set] = ACTIONS(839), [anon_sym_this] = ACTIONS(141), [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(995), - [sym_label] = ACTIONS(997), - [anon_sym_for] = ACTIONS(999), - [anon_sym_while] = ACTIONS(1001), + [anon_sym_STAR] = ACTIONS(841), + [sym_label] = ACTIONS(843), + [anon_sym_for] = ACTIONS(845), + [anon_sym_while] = ACTIONS(847), [anon_sym_do] = ACTIONS(153), - [anon_sym_null] = ACTIONS(821), - [anon_sym_if] = ACTIONS(665), - [anon_sym_else] = ACTIONS(1325), + [anon_sym_null] = ACTIONS(849), + [anon_sym_if] = ACTIONS(157), + [anon_sym_else] = ACTIONS(1327), [anon_sym_when] = ACTIONS(159), [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(667), - [anon_sym_return] = ACTIONS(669), + [anon_sym_throw] = ACTIONS(163), + [anon_sym_return] = ACTIONS(165), [anon_sym_continue] = ACTIONS(167), [anon_sym_break] = ACTIONS(167), [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(1003), - [anon_sym_DASH] = ACTIONS(1003), - [anon_sym_PLUS_PLUS] = ACTIONS(1005), - [anon_sym_DASH_DASH] = ACTIONS(1005), - [anon_sym_BANG] = ACTIONS(1005), + [anon_sym_PLUS] = ACTIONS(851), + [anon_sym_DASH] = ACTIONS(851), + [anon_sym_PLUS_PLUS] = ACTIONS(853), + [anon_sym_DASH_DASH] = ACTIONS(853), + [anon_sym_BANG] = ACTIONS(853), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -42934,7 +43042,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(179), [anon_sym_continue_AT] = ACTIONS(181), [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(827), + [sym_real_literal] = ACTIONS(855), [sym_integer_literal] = ACTIONS(187), [sym_hex_literal] = ACTIONS(189), [sym_bin_literal] = ACTIONS(189), @@ -42946,127 +43054,127 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(197), }, [112] = { - [sym_type_alias] = STATE(3848), - [sym__declaration] = STATE(3848), - [sym_class_declaration] = STATE(3848), - [sym_function_declaration] = STATE(3848), - [sym_property_declaration] = STATE(3848), - [sym_getter] = STATE(3848), - [sym_setter] = STATE(3848), - [sym_object_declaration] = STATE(3848), - [sym__statement] = STATE(3848), - [sym_control_structure_body] = STATE(3983), - [sym__block] = STATE(3848), - [sym__loop_statement] = STATE(3848), - [sym_for_statement] = STATE(3848), - [sym_while_statement] = STATE(3848), - [sym_do_while_statement] = STATE(3848), - [sym_assignment] = STATE(3848), - [sym__expression] = STATE(1381), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(2891), - [sym_parenthesized_expression] = STATE(2891), - [sym_collection_literal] = STATE(2891), - [sym__literal_constant] = STATE(2891), - [sym_string_literal] = STATE(2891), - [sym_lambda_literal] = STATE(2891), - [sym_anonymous_function] = STATE(2891), - [sym__function_literal] = STATE(2891), - [sym_object_literal] = STATE(2891), - [sym_this_expression] = STATE(2891), - [sym_super_expression] = STATE(2891), - [sym_if_expression] = STATE(2891), - [sym_when_expression] = STATE(2891), - [sym_try_expression] = STATE(2891), - [sym_jump_expression] = STATE(2891), - [sym_callable_reference] = STATE(2891), - [sym__prefix_unary_operator] = STATE(2081), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7899), - [sym_modifiers] = STATE(7665), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(344), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3755), - [sym__return_at] = STATE(264), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(2891), - [sym_long_literal] = STATE(2891), - [sym_boolean_literal] = STATE(2891), - [sym_character_literal] = STATE(2891), - [sym__lexical_identifier] = STATE(3263), - [aux_sym__statement_repeat1] = STATE(817), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(537), + [sym_type_alias] = STATE(5052), + [sym__declaration] = STATE(5052), + [sym_class_declaration] = STATE(5052), + [sym_function_declaration] = STATE(5052), + [sym_property_declaration] = STATE(5052), + [sym_getter] = STATE(5052), + [sym_setter] = STATE(5052), + [sym_object_declaration] = STATE(5052), + [sym__statement] = STATE(5052), + [sym_control_structure_body] = STATE(5455), + [sym__block] = STATE(5052), + [sym__loop_statement] = STATE(5052), + [sym_for_statement] = STATE(5052), + [sym_while_statement] = STATE(5052), + [sym_do_while_statement] = STATE(5052), + [sym_assignment] = STATE(5052), + [sym__expression] = STATE(4149), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4470), + [sym_parenthesized_expression] = STATE(4470), + [sym_collection_literal] = STATE(4470), + [sym__literal_constant] = STATE(4470), + [sym_string_literal] = STATE(4470), + [sym_lambda_literal] = STATE(4470), + [sym_anonymous_function] = STATE(4470), + [sym__function_literal] = STATE(4470), + [sym_object_literal] = STATE(4470), + [sym_this_expression] = STATE(4470), + [sym_super_expression] = STATE(4470), + [sym_if_expression] = STATE(4470), + [sym_when_expression] = STATE(4470), + [sym_try_expression] = STATE(4470), + [sym_jump_expression] = STATE(4470), + [sym_callable_reference] = STATE(4470), + [sym__prefix_unary_operator] = STATE(1988), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7903), + [sym_modifiers] = STATE(7613), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(335), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4920), + [sym__return_at] = STATE(298), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4470), + [sym_long_literal] = STATE(4470), + [sym_boolean_literal] = STATE(4470), + [sym_character_literal] = STATE(4470), + [sym__lexical_identifier] = STATE(4566), + [aux_sym__statement_repeat1] = STATE(813), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_typealias] = ACTIONS(541), - [anon_sym_class] = ACTIONS(733), - [anon_sym_interface] = ACTIONS(733), - [anon_sym_enum] = ACTIONS(735), - [anon_sym_LBRACE] = ACTIONS(547), - [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_val] = ACTIONS(737), - [anon_sym_var] = ACTIONS(737), - [anon_sym_object] = ACTIONS(739), - [anon_sym_fun] = ACTIONS(741), - [anon_sym_SEMI] = ACTIONS(1327), - [anon_sym_get] = ACTIONS(743), - [anon_sym_set] = ACTIONS(745), - [anon_sym_this] = ACTIONS(561), - [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1329), - [sym_label] = ACTIONS(749), - [anon_sym_for] = ACTIONS(751), - [anon_sym_while] = ACTIONS(753), - [anon_sym_do] = ACTIONS(573), - [anon_sym_null] = ACTIONS(575), - [anon_sym_if] = ACTIONS(755), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_typealias] = ACTIONS(413), + [anon_sym_class] = ACTIONS(921), + [anon_sym_interface] = ACTIONS(921), + [anon_sym_enum] = ACTIONS(923), + [anon_sym_LBRACE] = ACTIONS(925), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_val] = ACTIONS(927), + [anon_sym_var] = ACTIONS(927), + [anon_sym_object] = ACTIONS(929), + [anon_sym_fun] = ACTIONS(931), + [anon_sym_SEMI] = ACTIONS(1329), + [anon_sym_get] = ACTIONS(933), + [anon_sym_set] = ACTIONS(935), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(937), + [sym_label] = ACTIONS(939), + [anon_sym_for] = ACTIONS(941), + [anon_sym_while] = ACTIONS(943), + [anon_sym_do] = ACTIONS(439), + [anon_sym_null] = ACTIONS(53), + [anon_sym_if] = ACTIONS(443), [anon_sym_else] = ACTIONS(1331), - [anon_sym_when] = ACTIONS(579), - [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(757), - [anon_sym_return] = ACTIONS(759), - [anon_sym_continue] = ACTIONS(587), - [anon_sym_break] = ACTIONS(587), - [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(761), - [anon_sym_DASH] = ACTIONS(761), - [anon_sym_PLUS_PLUS] = ACTIONS(763), - [anon_sym_DASH_DASH] = ACTIONS(763), - [anon_sym_BANG] = ACTIONS(763), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(445), + [anon_sym_return] = ACTIONS(447), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(945), + [anon_sym_DASH] = ACTIONS(945), + [anon_sym_PLUS_PLUS] = ACTIONS(947), + [anon_sym_DASH_DASH] = ACTIONS(947), + [anon_sym_BANG] = ACTIONS(947), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(595), - [anon_sym_inner] = ACTIONS(595), + [anon_sym_data] = ACTIONS(77), + [anon_sym_inner] = ACTIONS(77), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -43085,144 +43193,144 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(597), - [anon_sym_actual] = ACTIONS(597), + [anon_sym_expect] = ACTIONS(89), + [anon_sym_actual] = ACTIONS(89), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(599), - [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(603), - [sym_integer_literal] = ACTIONS(605), - [sym_hex_literal] = ACTIONS(607), - [sym_bin_literal] = ACTIONS(607), - [anon_sym_true] = ACTIONS(609), - [anon_sym_false] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(611), - [sym__backtick_identifier] = ACTIONS(613), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [sym_real_literal] = ACTIONS(97), + [sym_integer_literal] = ACTIONS(99), + [sym_hex_literal] = ACTIONS(101), + [sym_bin_literal] = ACTIONS(101), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SQUOTE] = ACTIONS(105), + [sym__backtick_identifier] = ACTIONS(107), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(615), + [sym__string_start] = ACTIONS(109), }, [113] = { - [sym_type_alias] = STATE(4921), - [sym__declaration] = STATE(4921), - [sym_class_declaration] = STATE(4921), - [sym_function_declaration] = STATE(4921), - [sym_property_declaration] = STATE(4921), - [sym_getter] = STATE(4921), - [sym_setter] = STATE(4921), - [sym_object_declaration] = STATE(4921), - [sym__statement] = STATE(4921), - [sym_control_structure_body] = STATE(4986), - [sym__block] = STATE(4921), - [sym__loop_statement] = STATE(4921), - [sym_for_statement] = STATE(4921), - [sym_while_statement] = STATE(4921), - [sym_do_while_statement] = STATE(4921), - [sym_assignment] = STATE(4921), - [sym__expression] = STATE(4204), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4455), - [sym_parenthesized_expression] = STATE(4455), - [sym_collection_literal] = STATE(4455), - [sym__literal_constant] = STATE(4455), - [sym_string_literal] = STATE(4455), - [sym_lambda_literal] = STATE(4455), - [sym_anonymous_function] = STATE(4455), - [sym__function_literal] = STATE(4455), - [sym_object_literal] = STATE(4455), - [sym_this_expression] = STATE(4455), - [sym_super_expression] = STATE(4455), - [sym_if_expression] = STATE(4455), - [sym_when_expression] = STATE(4455), - [sym_try_expression] = STATE(4455), - [sym_jump_expression] = STATE(4455), - [sym_callable_reference] = STATE(4455), - [sym__prefix_unary_operator] = STATE(1637), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7901), - [sym_modifiers] = STATE(7829), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(338), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4990), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4455), - [sym_long_literal] = STATE(4455), - [sym_boolean_literal] = STATE(4455), - [sym_character_literal] = STATE(4455), - [sym__lexical_identifier] = STATE(4529), - [aux_sym__statement_repeat1] = STATE(805), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(7), + [sym_type_alias] = STATE(3371), + [sym__declaration] = STATE(3371), + [sym_class_declaration] = STATE(3371), + [sym_function_declaration] = STATE(3371), + [sym_property_declaration] = STATE(3371), + [sym_getter] = STATE(3371), + [sym_setter] = STATE(3371), + [sym_object_declaration] = STATE(3371), + [sym__statement] = STATE(3371), + [sym_control_structure_body] = STATE(3241), + [sym__block] = STATE(3371), + [sym__loop_statement] = STATE(3371), + [sym_for_statement] = STATE(3371), + [sym_while_statement] = STATE(3371), + [sym_do_while_statement] = STATE(3371), + [sym_assignment] = STATE(3371), + [sym__expression] = STATE(950), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(2753), + [sym_parenthesized_expression] = STATE(2753), + [sym_collection_literal] = STATE(2753), + [sym__literal_constant] = STATE(2753), + [sym_string_literal] = STATE(2753), + [sym_lambda_literal] = STATE(2753), + [sym_anonymous_function] = STATE(2753), + [sym__function_literal] = STATE(2753), + [sym_object_literal] = STATE(2753), + [sym_this_expression] = STATE(2753), + [sym_super_expression] = STATE(2753), + [sym_if_expression] = STATE(2753), + [sym_when_expression] = STATE(2753), + [sym_try_expression] = STATE(2753), + [sym_jump_expression] = STATE(2753), + [sym_callable_reference] = STATE(2753), + [sym__prefix_unary_operator] = STATE(1674), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7911), + [sym_modifiers] = STATE(7669), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(345), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3410), + [sym__return_at] = STATE(220), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(2753), + [sym_long_literal] = STATE(2753), + [sym_boolean_literal] = STATE(2753), + [sym_character_literal] = STATE(2753), + [sym__lexical_identifier] = STATE(2858), + [aux_sym__statement_repeat1] = STATE(797), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(111), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_typealias] = ACTIONS(495), - [anon_sym_class] = ACTIONS(1059), - [anon_sym_interface] = ACTIONS(1059), - [anon_sym_enum] = ACTIONS(1061), - [anon_sym_LBRACE] = ACTIONS(861), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_val] = ACTIONS(1063), - [anon_sym_var] = ACTIONS(1063), - [anon_sym_object] = ACTIONS(1065), - [anon_sym_fun] = ACTIONS(1067), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_typealias] = ACTIONS(121), + [anon_sym_class] = ACTIONS(123), + [anon_sym_interface] = ACTIONS(123), + [anon_sym_enum] = ACTIONS(125), + [anon_sym_LBRACE] = ACTIONS(127), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_val] = ACTIONS(131), + [anon_sym_var] = ACTIONS(131), + [anon_sym_object] = ACTIONS(133), + [anon_sym_fun] = ACTIONS(135), [anon_sym_SEMI] = ACTIONS(1333), - [anon_sym_get] = ACTIONS(1069), - [anon_sym_set] = ACTIONS(1071), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(43), - [sym_label] = ACTIONS(45), - [anon_sym_for] = ACTIONS(1073), - [anon_sym_while] = ACTIONS(1075), - [anon_sym_do] = ACTIONS(521), - [anon_sym_null] = ACTIONS(53), - [anon_sym_if] = ACTIONS(55), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(61), - [anon_sym_return] = ACTIONS(63), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(69), - [anon_sym_DASH] = ACTIONS(69), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_BANG] = ACTIONS(71), + [anon_sym_get] = ACTIONS(137), + [anon_sym_set] = ACTIONS(139), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(1305), + [sym_label] = ACTIONS(147), + [anon_sym_for] = ACTIONS(149), + [anon_sym_while] = ACTIONS(151), + [anon_sym_do] = ACTIONS(153), + [anon_sym_null] = ACTIONS(155), + [anon_sym_if] = ACTIONS(157), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(163), + [anon_sym_return] = ACTIONS(165), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(171), + [anon_sym_DASH] = ACTIONS(171), + [anon_sym_PLUS_PLUS] = ACTIONS(173), + [anon_sym_DASH_DASH] = ACTIONS(173), + [anon_sym_BANG] = ACTIONS(173), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(77), - [anon_sym_inner] = ACTIONS(77), + [anon_sym_data] = ACTIONS(175), + [anon_sym_inner] = ACTIONS(175), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -43241,144 +43349,144 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(89), - [anon_sym_actual] = ACTIONS(89), + [anon_sym_expect] = ACTIONS(177), + [anon_sym_actual] = ACTIONS(177), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(97), - [sym_integer_literal] = ACTIONS(99), - [sym_hex_literal] = ACTIONS(101), - [sym_bin_literal] = ACTIONS(101), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [anon_sym_SQUOTE] = ACTIONS(105), - [sym__backtick_identifier] = ACTIONS(107), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(185), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(109), + [sym__string_start] = ACTIONS(197), }, [114] = { - [sym_type_alias] = STATE(3848), - [sym__declaration] = STATE(3848), - [sym_class_declaration] = STATE(3848), - [sym_function_declaration] = STATE(3848), - [sym_property_declaration] = STATE(3848), - [sym_getter] = STATE(3848), - [sym_setter] = STATE(3848), - [sym_object_declaration] = STATE(3848), - [sym__statement] = STATE(3848), - [sym_control_structure_body] = STATE(3795), - [sym__block] = STATE(3848), - [sym__loop_statement] = STATE(3848), - [sym_for_statement] = STATE(3848), - [sym_while_statement] = STATE(3848), - [sym_do_while_statement] = STATE(3848), - [sym_assignment] = STATE(3848), - [sym__expression] = STATE(1264), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(2891), - [sym_parenthesized_expression] = STATE(2891), - [sym_collection_literal] = STATE(2891), - [sym__literal_constant] = STATE(2891), - [sym_string_literal] = STATE(2891), - [sym_lambda_literal] = STATE(2891), - [sym_anonymous_function] = STATE(2891), - [sym__function_literal] = STATE(2891), - [sym_object_literal] = STATE(2891), - [sym_this_expression] = STATE(2891), - [sym_super_expression] = STATE(2891), - [sym_if_expression] = STATE(2891), - [sym_when_expression] = STATE(2891), - [sym_try_expression] = STATE(2891), - [sym_jump_expression] = STATE(2891), - [sym_callable_reference] = STATE(2891), - [sym__prefix_unary_operator] = STATE(1620), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7889), - [sym_modifiers] = STATE(7809), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(335), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3755), - [sym__return_at] = STATE(261), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(2891), - [sym_long_literal] = STATE(2891), - [sym_boolean_literal] = STATE(2891), - [sym_character_literal] = STATE(2891), - [sym__lexical_identifier] = STATE(3263), - [aux_sym__statement_repeat1] = STATE(829), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(537), + [sym_type_alias] = STATE(3371), + [sym__declaration] = STATE(3371), + [sym_class_declaration] = STATE(3371), + [sym_function_declaration] = STATE(3371), + [sym_property_declaration] = STATE(3371), + [sym_getter] = STATE(3371), + [sym_setter] = STATE(3371), + [sym_object_declaration] = STATE(3371), + [sym__statement] = STATE(3371), + [sym_control_structure_body] = STATE(3367), + [sym__block] = STATE(3371), + [sym__loop_statement] = STATE(3371), + [sym_for_statement] = STATE(3371), + [sym_while_statement] = STATE(3371), + [sym_do_while_statement] = STATE(3371), + [sym_assignment] = STATE(3371), + [sym__expression] = STATE(950), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(2753), + [sym_parenthesized_expression] = STATE(2753), + [sym_collection_literal] = STATE(2753), + [sym__literal_constant] = STATE(2753), + [sym_string_literal] = STATE(2753), + [sym_lambda_literal] = STATE(2753), + [sym_anonymous_function] = STATE(2753), + [sym__function_literal] = STATE(2753), + [sym_object_literal] = STATE(2753), + [sym_this_expression] = STATE(2753), + [sym_super_expression] = STATE(2753), + [sym_if_expression] = STATE(2753), + [sym_when_expression] = STATE(2753), + [sym_try_expression] = STATE(2753), + [sym_jump_expression] = STATE(2753), + [sym_callable_reference] = STATE(2753), + [sym__prefix_unary_operator] = STATE(1674), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7911), + [sym_modifiers] = STATE(7669), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(345), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3410), + [sym__return_at] = STATE(220), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(2753), + [sym_long_literal] = STATE(2753), + [sym_boolean_literal] = STATE(2753), + [sym_character_literal] = STATE(2753), + [sym__lexical_identifier] = STATE(2858), + [aux_sym__statement_repeat1] = STATE(797), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(111), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_typealias] = ACTIONS(541), - [anon_sym_class] = ACTIONS(543), - [anon_sym_interface] = ACTIONS(543), - [anon_sym_enum] = ACTIONS(545), - [anon_sym_LBRACE] = ACTIONS(547), - [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_val] = ACTIONS(551), - [anon_sym_var] = ACTIONS(551), - [anon_sym_object] = ACTIONS(553), - [anon_sym_fun] = ACTIONS(555), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_typealias] = ACTIONS(121), + [anon_sym_class] = ACTIONS(123), + [anon_sym_interface] = ACTIONS(123), + [anon_sym_enum] = ACTIONS(125), + [anon_sym_LBRACE] = ACTIONS(127), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_val] = ACTIONS(131), + [anon_sym_var] = ACTIONS(131), + [anon_sym_object] = ACTIONS(133), + [anon_sym_fun] = ACTIONS(135), [anon_sym_SEMI] = ACTIONS(1335), - [anon_sym_get] = ACTIONS(557), - [anon_sym_set] = ACTIONS(559), - [anon_sym_this] = ACTIONS(561), - [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1279), - [sym_label] = ACTIONS(567), - [anon_sym_for] = ACTIONS(569), - [anon_sym_while] = ACTIONS(571), - [anon_sym_do] = ACTIONS(573), - [anon_sym_null] = ACTIONS(575), - [anon_sym_if] = ACTIONS(577), - [anon_sym_when] = ACTIONS(579), - [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(583), - [anon_sym_return] = ACTIONS(585), - [anon_sym_continue] = ACTIONS(587), - [anon_sym_break] = ACTIONS(587), - [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_PLUS_PLUS] = ACTIONS(593), - [anon_sym_DASH_DASH] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), + [anon_sym_get] = ACTIONS(137), + [anon_sym_set] = ACTIONS(139), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(1305), + [sym_label] = ACTIONS(147), + [anon_sym_for] = ACTIONS(149), + [anon_sym_while] = ACTIONS(151), + [anon_sym_do] = ACTIONS(153), + [anon_sym_null] = ACTIONS(155), + [anon_sym_if] = ACTIONS(157), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(163), + [anon_sym_return] = ACTIONS(165), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(171), + [anon_sym_DASH] = ACTIONS(171), + [anon_sym_PLUS_PLUS] = ACTIONS(173), + [anon_sym_DASH_DASH] = ACTIONS(173), + [anon_sym_BANG] = ACTIONS(173), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(595), - [anon_sym_inner] = ACTIONS(595), + [anon_sym_data] = ACTIONS(175), + [anon_sym_inner] = ACTIONS(175), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -43397,144 +43505,144 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(597), - [anon_sym_actual] = ACTIONS(597), + [anon_sym_expect] = ACTIONS(177), + [anon_sym_actual] = ACTIONS(177), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(599), - [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(603), - [sym_integer_literal] = ACTIONS(605), - [sym_hex_literal] = ACTIONS(607), - [sym_bin_literal] = ACTIONS(607), - [anon_sym_true] = ACTIONS(609), - [anon_sym_false] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(611), - [sym__backtick_identifier] = ACTIONS(613), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(185), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(615), + [sym__string_start] = ACTIONS(197), }, [115] = { - [sym_type_alias] = STATE(1152), - [sym__declaration] = STATE(1152), - [sym_class_declaration] = STATE(1152), - [sym_function_declaration] = STATE(1152), - [sym_property_declaration] = STATE(1152), - [sym_getter] = STATE(1152), - [sym_setter] = STATE(1152), - [sym_object_declaration] = STATE(1152), - [sym__statement] = STATE(1152), - [sym_control_structure_body] = STATE(1058), - [sym__block] = STATE(1152), - [sym__loop_statement] = STATE(1152), - [sym_for_statement] = STATE(1152), - [sym_while_statement] = STATE(1152), - [sym_do_while_statement] = STATE(1152), - [sym_assignment] = STATE(1152), - [sym__expression] = STATE(388), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(767), - [sym_parenthesized_expression] = STATE(767), - [sym_collection_literal] = STATE(767), - [sym__literal_constant] = STATE(767), - [sym_string_literal] = STATE(767), - [sym_lambda_literal] = STATE(767), - [sym_anonymous_function] = STATE(767), - [sym__function_literal] = STATE(767), - [sym_object_literal] = STATE(767), - [sym_this_expression] = STATE(767), - [sym_super_expression] = STATE(767), - [sym_if_expression] = STATE(767), - [sym_when_expression] = STATE(767), - [sym_try_expression] = STATE(767), - [sym_jump_expression] = STATE(767), - [sym_callable_reference] = STATE(767), - [sym__prefix_unary_operator] = STATE(2221), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7882), - [sym_modifiers] = STATE(7647), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(340), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1054), - [sym__return_at] = STATE(263), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(767), - [sym_long_literal] = STATE(767), - [sym_boolean_literal] = STATE(767), - [sym_character_literal] = STATE(767), - [sym__lexical_identifier] = STATE(866), - [aux_sym__statement_repeat1] = STATE(823), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_typealias] = ACTIONS(417), - [anon_sym_class] = ACTIONS(765), - [anon_sym_interface] = ACTIONS(765), - [anon_sym_enum] = ACTIONS(767), - [anon_sym_LBRACE] = ACTIONS(423), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_val] = ACTIONS(769), - [anon_sym_var] = ACTIONS(769), - [anon_sym_object] = ACTIONS(771), - [anon_sym_fun] = ACTIONS(773), + [sym_type_alias] = STATE(4571), + [sym__declaration] = STATE(4571), + [sym_class_declaration] = STATE(4571), + [sym_function_declaration] = STATE(4571), + [sym_property_declaration] = STATE(4571), + [sym_getter] = STATE(4571), + [sym_setter] = STATE(4571), + [sym_object_declaration] = STATE(4571), + [sym__statement] = STATE(4571), + [sym_control_structure_body] = STATE(4595), + [sym__block] = STATE(4571), + [sym__loop_statement] = STATE(4571), + [sym_for_statement] = STATE(4571), + [sym_while_statement] = STATE(4571), + [sym_do_while_statement] = STATE(4571), + [sym_assignment] = STATE(4571), + [sym__expression] = STATE(3003), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4434), + [sym_parenthesized_expression] = STATE(4434), + [sym_collection_literal] = STATE(4434), + [sym__literal_constant] = STATE(4434), + [sym_string_literal] = STATE(4434), + [sym_lambda_literal] = STATE(4434), + [sym_anonymous_function] = STATE(4434), + [sym__function_literal] = STATE(4434), + [sym_object_literal] = STATE(4434), + [sym_this_expression] = STATE(4434), + [sym_super_expression] = STATE(4434), + [sym_if_expression] = STATE(4434), + [sym_when_expression] = STATE(4434), + [sym_try_expression] = STATE(4434), + [sym_jump_expression] = STATE(4434), + [sym_callable_reference] = STATE(4434), + [sym__prefix_unary_operator] = STATE(1893), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7930), + [sym_modifiers] = STATE(7790), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(344), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4608), + [sym__return_at] = STATE(295), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4434), + [sym_long_literal] = STATE(4434), + [sym_boolean_literal] = STATE(4434), + [sym_character_literal] = STATE(4434), + [sym__lexical_identifier] = STATE(4461), + [aux_sym__statement_repeat1] = STATE(810), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_typealias] = ACTIONS(207), + [anon_sym_class] = ACTIONS(209), + [anon_sym_interface] = ACTIONS(209), + [anon_sym_enum] = ACTIONS(211), + [anon_sym_LBRACE] = ACTIONS(213), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_val] = ACTIONS(217), + [anon_sym_var] = ACTIONS(217), + [anon_sym_object] = ACTIONS(219), + [anon_sym_fun] = ACTIONS(221), [anon_sym_SEMI] = ACTIONS(1337), - [anon_sym_get] = ACTIONS(775), - [anon_sym_set] = ACTIONS(777), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1257), - [sym_label] = ACTIONS(781), - [anon_sym_for] = ACTIONS(783), - [anon_sym_while] = ACTIONS(785), - [anon_sym_do] = ACTIONS(449), - [anon_sym_null] = ACTIONS(451), - [anon_sym_if] = ACTIONS(787), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(789), - [anon_sym_return] = ACTIONS(791), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(793), - [anon_sym_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(795), - [anon_sym_DASH_DASH] = ACTIONS(795), - [anon_sym_BANG] = ACTIONS(795), + [anon_sym_get] = ACTIONS(223), + [anon_sym_set] = ACTIONS(225), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(1317), + [sym_label] = ACTIONS(233), + [anon_sym_for] = ACTIONS(235), + [anon_sym_while] = ACTIONS(237), + [anon_sym_do] = ACTIONS(239), + [anon_sym_null] = ACTIONS(241), + [anon_sym_if] = ACTIONS(243), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(249), + [anon_sym_return] = ACTIONS(251), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(257), + [anon_sym_DASH] = ACTIONS(257), + [anon_sym_PLUS_PLUS] = ACTIONS(259), + [anon_sym_DASH_DASH] = ACTIONS(259), + [anon_sym_BANG] = ACTIONS(259), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(471), - [anon_sym_inner] = ACTIONS(471), + [anon_sym_data] = ACTIONS(261), + [anon_sym_inner] = ACTIONS(261), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -43553,144 +43661,144 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(473), - [anon_sym_actual] = ACTIONS(473), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(481), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), + [anon_sym_expect] = ACTIONS(263), + [anon_sym_actual] = ACTIONS(263), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(271), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(283), }, [116] = { - [sym_type_alias] = STATE(3848), - [sym__declaration] = STATE(3848), - [sym_class_declaration] = STATE(3848), - [sym_function_declaration] = STATE(3848), - [sym_property_declaration] = STATE(3848), - [sym_getter] = STATE(3848), - [sym_setter] = STATE(3848), - [sym_object_declaration] = STATE(3848), - [sym__statement] = STATE(3848), - [sym_control_structure_body] = STATE(3746), - [sym__block] = STATE(3848), - [sym__loop_statement] = STATE(3848), - [sym_for_statement] = STATE(3848), - [sym_while_statement] = STATE(3848), - [sym_do_while_statement] = STATE(3848), - [sym_assignment] = STATE(3848), - [sym__expression] = STATE(1381), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(2891), - [sym_parenthesized_expression] = STATE(2891), - [sym_collection_literal] = STATE(2891), - [sym__literal_constant] = STATE(2891), - [sym_string_literal] = STATE(2891), - [sym_lambda_literal] = STATE(2891), - [sym_anonymous_function] = STATE(2891), - [sym__function_literal] = STATE(2891), - [sym_object_literal] = STATE(2891), - [sym_this_expression] = STATE(2891), - [sym_super_expression] = STATE(2891), - [sym_if_expression] = STATE(2891), - [sym_when_expression] = STATE(2891), - [sym_try_expression] = STATE(2891), - [sym_jump_expression] = STATE(2891), - [sym_callable_reference] = STATE(2891), - [sym__prefix_unary_operator] = STATE(2081), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7899), - [sym_modifiers] = STATE(7665), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), + [sym_type_alias] = STATE(4571), + [sym__declaration] = STATE(4571), + [sym_class_declaration] = STATE(4571), + [sym_function_declaration] = STATE(4571), + [sym_property_declaration] = STATE(4571), + [sym_getter] = STATE(4571), + [sym_setter] = STATE(4571), + [sym_object_declaration] = STATE(4571), + [sym__statement] = STATE(4571), + [sym_control_structure_body] = STATE(4599), + [sym__block] = STATE(4571), + [sym__loop_statement] = STATE(4571), + [sym_for_statement] = STATE(4571), + [sym_while_statement] = STATE(4571), + [sym_do_while_statement] = STATE(4571), + [sym_assignment] = STATE(4571), + [sym__expression] = STATE(3003), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4434), + [sym_parenthesized_expression] = STATE(4434), + [sym_collection_literal] = STATE(4434), + [sym__literal_constant] = STATE(4434), + [sym_string_literal] = STATE(4434), + [sym_lambda_literal] = STATE(4434), + [sym_anonymous_function] = STATE(4434), + [sym__function_literal] = STATE(4434), + [sym_object_literal] = STATE(4434), + [sym_this_expression] = STATE(4434), + [sym_super_expression] = STATE(4434), + [sym_if_expression] = STATE(4434), + [sym_when_expression] = STATE(4434), + [sym_try_expression] = STATE(4434), + [sym_jump_expression] = STATE(4434), + [sym_callable_reference] = STATE(4434), + [sym__prefix_unary_operator] = STATE(1893), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7930), + [sym_modifiers] = STATE(7790), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), [sym_annotation] = STATE(344), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3755), - [sym__return_at] = STATE(264), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(2891), - [sym_long_literal] = STATE(2891), - [sym_boolean_literal] = STATE(2891), - [sym_character_literal] = STATE(2891), - [sym__lexical_identifier] = STATE(3263), - [aux_sym__statement_repeat1] = STATE(817), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(537), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_typealias] = ACTIONS(541), - [anon_sym_class] = ACTIONS(733), - [anon_sym_interface] = ACTIONS(733), - [anon_sym_enum] = ACTIONS(735), - [anon_sym_LBRACE] = ACTIONS(547), - [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_val] = ACTIONS(737), - [anon_sym_var] = ACTIONS(737), - [anon_sym_object] = ACTIONS(739), - [anon_sym_fun] = ACTIONS(741), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4608), + [sym__return_at] = STATE(295), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4434), + [sym_long_literal] = STATE(4434), + [sym_boolean_literal] = STATE(4434), + [sym_character_literal] = STATE(4434), + [sym__lexical_identifier] = STATE(4461), + [aux_sym__statement_repeat1] = STATE(810), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_typealias] = ACTIONS(207), + [anon_sym_class] = ACTIONS(209), + [anon_sym_interface] = ACTIONS(209), + [anon_sym_enum] = ACTIONS(211), + [anon_sym_LBRACE] = ACTIONS(213), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_val] = ACTIONS(217), + [anon_sym_var] = ACTIONS(217), + [anon_sym_object] = ACTIONS(219), + [anon_sym_fun] = ACTIONS(221), [anon_sym_SEMI] = ACTIONS(1339), - [anon_sym_get] = ACTIONS(743), - [anon_sym_set] = ACTIONS(745), - [anon_sym_this] = ACTIONS(561), - [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1329), - [sym_label] = ACTIONS(749), - [anon_sym_for] = ACTIONS(751), - [anon_sym_while] = ACTIONS(753), - [anon_sym_do] = ACTIONS(573), - [anon_sym_null] = ACTIONS(575), - [anon_sym_if] = ACTIONS(755), - [anon_sym_when] = ACTIONS(579), - [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(757), - [anon_sym_return] = ACTIONS(759), - [anon_sym_continue] = ACTIONS(587), - [anon_sym_break] = ACTIONS(587), - [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(761), - [anon_sym_DASH] = ACTIONS(761), - [anon_sym_PLUS_PLUS] = ACTIONS(763), - [anon_sym_DASH_DASH] = ACTIONS(763), - [anon_sym_BANG] = ACTIONS(763), + [anon_sym_get] = ACTIONS(223), + [anon_sym_set] = ACTIONS(225), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(1317), + [sym_label] = ACTIONS(233), + [anon_sym_for] = ACTIONS(235), + [anon_sym_while] = ACTIONS(237), + [anon_sym_do] = ACTIONS(239), + [anon_sym_null] = ACTIONS(241), + [anon_sym_if] = ACTIONS(243), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(249), + [anon_sym_return] = ACTIONS(251), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(257), + [anon_sym_DASH] = ACTIONS(257), + [anon_sym_PLUS_PLUS] = ACTIONS(259), + [anon_sym_DASH_DASH] = ACTIONS(259), + [anon_sym_BANG] = ACTIONS(259), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(595), - [anon_sym_inner] = ACTIONS(595), + [anon_sym_data] = ACTIONS(261), + [anon_sym_inner] = ACTIONS(261), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -43709,126 +43817,126 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(597), - [anon_sym_actual] = ACTIONS(597), + [anon_sym_expect] = ACTIONS(263), + [anon_sym_actual] = ACTIONS(263), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(599), - [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(603), - [sym_integer_literal] = ACTIONS(605), - [sym_hex_literal] = ACTIONS(607), - [sym_bin_literal] = ACTIONS(607), - [anon_sym_true] = ACTIONS(609), - [anon_sym_false] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(611), - [sym__backtick_identifier] = ACTIONS(613), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(271), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(615), + [sym__string_start] = ACTIONS(283), }, [117] = { - [sym_type_alias] = STATE(4620), - [sym__declaration] = STATE(4620), - [sym_class_declaration] = STATE(4620), - [sym_function_declaration] = STATE(4620), - [sym_property_declaration] = STATE(4620), - [sym_getter] = STATE(4620), - [sym_setter] = STATE(4620), - [sym_object_declaration] = STATE(4620), - [sym__statement] = STATE(4620), - [sym_control_structure_body] = STATE(4722), - [sym__block] = STATE(4620), - [sym__loop_statement] = STATE(4620), - [sym_for_statement] = STATE(4620), - [sym_while_statement] = STATE(4620), - [sym_do_while_statement] = STATE(4620), - [sym_assignment] = STATE(4620), - [sym__expression] = STATE(3969), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4428), - [sym_parenthesized_expression] = STATE(4428), - [sym_collection_literal] = STATE(4428), - [sym__literal_constant] = STATE(4428), - [sym_string_literal] = STATE(4428), - [sym_lambda_literal] = STATE(4428), - [sym_anonymous_function] = STATE(4428), - [sym__function_literal] = STATE(4428), - [sym_object_literal] = STATE(4428), - [sym_this_expression] = STATE(4428), - [sym_super_expression] = STATE(4428), - [sym_if_expression] = STATE(4428), - [sym_when_expression] = STATE(4428), - [sym_try_expression] = STATE(4428), - [sym_jump_expression] = STATE(4428), - [sym_callable_reference] = STATE(4428), - [sym__prefix_unary_operator] = STATE(2296), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7873), - [sym_modifiers] = STATE(7803), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(345), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4561), + [sym_type_alias] = STATE(4571), + [sym__declaration] = STATE(4571), + [sym_class_declaration] = STATE(4571), + [sym_function_declaration] = STATE(4571), + [sym_property_declaration] = STATE(4571), + [sym_getter] = STATE(4571), + [sym_setter] = STATE(4571), + [sym_object_declaration] = STATE(4571), + [sym__statement] = STATE(4571), + [sym_control_structure_body] = STATE(4625), + [sym__block] = STATE(4571), + [sym__loop_statement] = STATE(4571), + [sym_for_statement] = STATE(4571), + [sym_while_statement] = STATE(4571), + [sym_do_while_statement] = STATE(4571), + [sym_assignment] = STATE(4571), + [sym__expression] = STATE(3003), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4434), + [sym_parenthesized_expression] = STATE(4434), + [sym_collection_literal] = STATE(4434), + [sym__literal_constant] = STATE(4434), + [sym_string_literal] = STATE(4434), + [sym_lambda_literal] = STATE(4434), + [sym_anonymous_function] = STATE(4434), + [sym__function_literal] = STATE(4434), + [sym_object_literal] = STATE(4434), + [sym_this_expression] = STATE(4434), + [sym_super_expression] = STATE(4434), + [sym_if_expression] = STATE(4434), + [sym_when_expression] = STATE(4434), + [sym_try_expression] = STATE(4434), + [sym_jump_expression] = STATE(4434), + [sym_callable_reference] = STATE(4434), + [sym__prefix_unary_operator] = STATE(1893), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7930), + [sym_modifiers] = STATE(7790), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(344), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4608), [sym__return_at] = STATE(295), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4428), - [sym_long_literal] = STATE(4428), - [sym_boolean_literal] = STATE(4428), - [sym_character_literal] = STATE(4428), - [sym__lexical_identifier] = STATE(4440), - [aux_sym__statement_repeat1] = STATE(825), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4434), + [sym_long_literal] = STATE(4434), + [sym_boolean_literal] = STATE(4434), + [sym_character_literal] = STATE(4434), + [sym__lexical_identifier] = STATE(4461), + [aux_sym__statement_repeat1] = STATE(810), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_typealias] = ACTIONS(207), - [anon_sym_class] = ACTIONS(829), - [anon_sym_interface] = ACTIONS(829), - [anon_sym_enum] = ACTIONS(831), - [anon_sym_LBRACE] = ACTIONS(833), + [anon_sym_class] = ACTIONS(209), + [anon_sym_interface] = ACTIONS(209), + [anon_sym_enum] = ACTIONS(211), + [anon_sym_LBRACE] = ACTIONS(213), [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_val] = ACTIONS(835), - [anon_sym_var] = ACTIONS(835), - [anon_sym_object] = ACTIONS(837), - [anon_sym_fun] = ACTIONS(839), + [anon_sym_val] = ACTIONS(217), + [anon_sym_var] = ACTIONS(217), + [anon_sym_object] = ACTIONS(219), + [anon_sym_fun] = ACTIONS(221), [anon_sym_SEMI] = ACTIONS(1341), - [anon_sym_get] = ACTIONS(841), - [anon_sym_set] = ACTIONS(843), + [anon_sym_get] = ACTIONS(223), + [anon_sym_set] = ACTIONS(225), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(845), - [sym_label] = ACTIONS(847), - [anon_sym_for] = ACTIONS(849), - [anon_sym_while] = ACTIONS(851), + [anon_sym_STAR] = ACTIONS(1317), + [sym_label] = ACTIONS(233), + [anon_sym_for] = ACTIONS(235), + [anon_sym_while] = ACTIONS(237), [anon_sym_do] = ACTIONS(239), - [anon_sym_null] = ACTIONS(319), + [anon_sym_null] = ACTIONS(241), [anon_sym_if] = ACTIONS(243), [anon_sym_when] = ACTIONS(245), [anon_sym_try] = ACTIONS(247), @@ -43837,11 +43945,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(855), + [anon_sym_PLUS] = ACTIONS(257), + [anon_sym_DASH] = ACTIONS(257), + [anon_sym_PLUS_PLUS] = ACTIONS(259), + [anon_sym_DASH_DASH] = ACTIONS(259), + [anon_sym_BANG] = ACTIONS(259), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -43871,7 +43979,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(331), + [sym_real_literal] = ACTIONS(271), [sym_integer_literal] = ACTIONS(273), [sym_hex_literal] = ACTIONS(275), [sym_bin_literal] = ACTIONS(275), @@ -43883,84 +43991,84 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(283), }, [118] = { - [sym_type_alias] = STATE(3259), - [sym__declaration] = STATE(3259), - [sym_class_declaration] = STATE(3259), - [sym_function_declaration] = STATE(3259), - [sym_property_declaration] = STATE(3259), - [sym_getter] = STATE(3259), - [sym_setter] = STATE(3259), - [sym_object_declaration] = STATE(3259), - [sym__statement] = STATE(3259), - [sym_control_structure_body] = STATE(3196), - [sym__block] = STATE(3259), - [sym__loop_statement] = STATE(3259), - [sym_for_statement] = STATE(3259), - [sym_while_statement] = STATE(3259), - [sym_do_while_statement] = STATE(3259), - [sym_assignment] = STATE(3259), - [sym__expression] = STATE(978), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(2736), - [sym_parenthesized_expression] = STATE(2736), - [sym_collection_literal] = STATE(2736), - [sym__literal_constant] = STATE(2736), - [sym_string_literal] = STATE(2736), - [sym_lambda_literal] = STATE(2736), - [sym_anonymous_function] = STATE(2736), - [sym__function_literal] = STATE(2736), - [sym_object_literal] = STATE(2736), - [sym_this_expression] = STATE(2736), - [sym_super_expression] = STATE(2736), - [sym_if_expression] = STATE(2736), - [sym_when_expression] = STATE(2736), - [sym_try_expression] = STATE(2736), - [sym_jump_expression] = STATE(2736), - [sym_callable_reference] = STATE(2736), - [sym__prefix_unary_operator] = STATE(1786), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7868), - [sym_modifiers] = STATE(7832), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(334), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3242), - [sym__return_at] = STATE(255), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(2736), - [sym_long_literal] = STATE(2736), - [sym_boolean_literal] = STATE(2736), - [sym_character_literal] = STATE(2736), - [sym__lexical_identifier] = STATE(2864), - [aux_sym__statement_repeat1] = STATE(807), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym_type_alias] = STATE(3371), + [sym__declaration] = STATE(3371), + [sym_class_declaration] = STATE(3371), + [sym_function_declaration] = STATE(3371), + [sym_property_declaration] = STATE(3371), + [sym_getter] = STATE(3371), + [sym_setter] = STATE(3371), + [sym_object_declaration] = STATE(3371), + [sym__statement] = STATE(3371), + [sym_control_structure_body] = STATE(3394), + [sym__block] = STATE(3371), + [sym__loop_statement] = STATE(3371), + [sym_for_statement] = STATE(3371), + [sym_while_statement] = STATE(3371), + [sym_do_while_statement] = STATE(3371), + [sym_assignment] = STATE(3371), + [sym__expression] = STATE(950), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(2753), + [sym_parenthesized_expression] = STATE(2753), + [sym_collection_literal] = STATE(2753), + [sym__literal_constant] = STATE(2753), + [sym_string_literal] = STATE(2753), + [sym_lambda_literal] = STATE(2753), + [sym_anonymous_function] = STATE(2753), + [sym__function_literal] = STATE(2753), + [sym_object_literal] = STATE(2753), + [sym_this_expression] = STATE(2753), + [sym_super_expression] = STATE(2753), + [sym_if_expression] = STATE(2753), + [sym_when_expression] = STATE(2753), + [sym_try_expression] = STATE(2753), + [sym_jump_expression] = STATE(2753), + [sym_callable_reference] = STATE(2753), + [sym__prefix_unary_operator] = STATE(1674), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7911), + [sym_modifiers] = STATE(7669), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(345), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3410), + [sym__return_at] = STATE(220), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(2753), + [sym_long_literal] = STATE(2753), + [sym_boolean_literal] = STATE(2753), + [sym_character_literal] = STATE(2753), + [sym__lexical_identifier] = STATE(2858), + [aux_sym__statement_repeat1] = STATE(797), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(111), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(115), @@ -43979,7 +44087,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(139), [anon_sym_this] = ACTIONS(141), [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(1313), + [anon_sym_STAR] = ACTIONS(1305), [sym_label] = ACTIONS(147), [anon_sym_for] = ACTIONS(149), [anon_sym_while] = ACTIONS(151), @@ -44039,126 +44147,126 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(197), }, [119] = { - [sym_type_alias] = STATE(1152), - [sym__declaration] = STATE(1152), - [sym_class_declaration] = STATE(1152), - [sym_function_declaration] = STATE(1152), - [sym_property_declaration] = STATE(1152), - [sym_getter] = STATE(1152), - [sym_setter] = STATE(1152), - [sym_object_declaration] = STATE(1152), - [sym__statement] = STATE(1152), - [sym_control_structure_body] = STATE(1198), - [sym__block] = STATE(1152), - [sym__loop_statement] = STATE(1152), - [sym_for_statement] = STATE(1152), - [sym_while_statement] = STATE(1152), - [sym_do_while_statement] = STATE(1152), - [sym_assignment] = STATE(1152), - [sym__expression] = STATE(373), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(767), - [sym_parenthesized_expression] = STATE(767), - [sym_collection_literal] = STATE(767), - [sym__literal_constant] = STATE(767), - [sym_string_literal] = STATE(767), - [sym_lambda_literal] = STATE(767), - [sym_anonymous_function] = STATE(767), - [sym__function_literal] = STATE(767), - [sym_object_literal] = STATE(767), - [sym_this_expression] = STATE(767), - [sym_super_expression] = STATE(767), - [sym_if_expression] = STATE(767), - [sym_when_expression] = STATE(767), - [sym_try_expression] = STATE(767), - [sym_jump_expression] = STATE(767), - [sym_callable_reference] = STATE(767), - [sym__prefix_unary_operator] = STATE(2297), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7878), - [sym_modifiers] = STATE(7800), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(347), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1054), - [sym__return_at] = STATE(260), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(767), - [sym_long_literal] = STATE(767), - [sym_boolean_literal] = STATE(767), - [sym_character_literal] = STATE(767), - [sym__lexical_identifier] = STATE(866), - [aux_sym__statement_repeat1] = STATE(785), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_typealias] = ACTIONS(417), - [anon_sym_class] = ACTIONS(419), - [anon_sym_interface] = ACTIONS(419), - [anon_sym_enum] = ACTIONS(421), - [anon_sym_LBRACE] = ACTIONS(423), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_val] = ACTIONS(427), - [anon_sym_var] = ACTIONS(427), - [anon_sym_object] = ACTIONS(429), - [anon_sym_fun] = ACTIONS(431), - [anon_sym_SEMI] = ACTIONS(1345), - [anon_sym_get] = ACTIONS(433), - [anon_sym_set] = ACTIONS(435), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1295), - [sym_label] = ACTIONS(443), - [anon_sym_for] = ACTIONS(445), - [anon_sym_while] = ACTIONS(447), - [anon_sym_do] = ACTIONS(449), - [anon_sym_null] = ACTIONS(451), - [anon_sym_if] = ACTIONS(453), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(459), - [anon_sym_return] = ACTIONS(461), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(467), - [anon_sym_DASH] = ACTIONS(467), - [anon_sym_PLUS_PLUS] = ACTIONS(469), - [anon_sym_DASH_DASH] = ACTIONS(469), - [anon_sym_BANG] = ACTIONS(469), + [sym_type_alias] = STATE(3371), + [sym__declaration] = STATE(3371), + [sym_class_declaration] = STATE(3371), + [sym_function_declaration] = STATE(3371), + [sym_property_declaration] = STATE(3371), + [sym_getter] = STATE(3371), + [sym_setter] = STATE(3371), + [sym_object_declaration] = STATE(3371), + [sym__statement] = STATE(3371), + [sym_control_structure_body] = STATE(3394), + [sym__block] = STATE(3371), + [sym__loop_statement] = STATE(3371), + [sym_for_statement] = STATE(3371), + [sym_while_statement] = STATE(3371), + [sym_do_while_statement] = STATE(3371), + [sym_assignment] = STATE(3371), + [sym__expression] = STATE(1327), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(2753), + [sym_parenthesized_expression] = STATE(2753), + [sym_collection_literal] = STATE(2753), + [sym__literal_constant] = STATE(2753), + [sym_string_literal] = STATE(2753), + [sym_lambda_literal] = STATE(2753), + [sym_anonymous_function] = STATE(2753), + [sym__function_literal] = STATE(2753), + [sym_object_literal] = STATE(2753), + [sym_this_expression] = STATE(2753), + [sym_super_expression] = STATE(2753), + [sym_if_expression] = STATE(2753), + [sym_when_expression] = STATE(2753), + [sym_try_expression] = STATE(2753), + [sym_jump_expression] = STATE(2753), + [sym_callable_reference] = STATE(2753), + [sym__prefix_unary_operator] = STATE(2261), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7929), + [sym_modifiers] = STATE(7771), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(333), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3410), + [sym__return_at] = STATE(262), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(2753), + [sym_long_literal] = STATE(2753), + [sym_boolean_literal] = STATE(2753), + [sym_character_literal] = STATE(2753), + [sym__lexical_identifier] = STATE(2858), + [aux_sym__statement_repeat1] = STATE(829), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(111), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_typealias] = ACTIONS(121), + [anon_sym_class] = ACTIONS(649), + [anon_sym_interface] = ACTIONS(649), + [anon_sym_enum] = ACTIONS(651), + [anon_sym_LBRACE] = ACTIONS(127), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_val] = ACTIONS(653), + [anon_sym_var] = ACTIONS(653), + [anon_sym_object] = ACTIONS(655), + [anon_sym_fun] = ACTIONS(657), + [anon_sym_SEMI] = ACTIONS(1343), + [anon_sym_get] = ACTIONS(659), + [anon_sym_set] = ACTIONS(661), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(1253), + [sym_label] = ACTIONS(665), + [anon_sym_for] = ACTIONS(667), + [anon_sym_while] = ACTIONS(669), + [anon_sym_do] = ACTIONS(153), + [anon_sym_null] = ACTIONS(155), + [anon_sym_if] = ACTIONS(671), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(673), + [anon_sym_return] = ACTIONS(675), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(677), + [anon_sym_DASH] = ACTIONS(677), + [anon_sym_PLUS_PLUS] = ACTIONS(679), + [anon_sym_DASH_DASH] = ACTIONS(679), + [anon_sym_BANG] = ACTIONS(679), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(471), - [anon_sym_inner] = ACTIONS(471), + [anon_sym_data] = ACTIONS(175), + [anon_sym_inner] = ACTIONS(175), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -44177,144 +44285,144 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(473), - [anon_sym_actual] = ACTIONS(473), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(481), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), + [anon_sym_expect] = ACTIONS(177), + [anon_sym_actual] = ACTIONS(177), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(185), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(197), }, [120] = { - [sym_type_alias] = STATE(4921), - [sym__declaration] = STATE(4921), - [sym_class_declaration] = STATE(4921), - [sym_function_declaration] = STATE(4921), - [sym_property_declaration] = STATE(4921), - [sym_getter] = STATE(4921), - [sym_setter] = STATE(4921), - [sym_object_declaration] = STATE(4921), - [sym__statement] = STATE(4921), - [sym_control_structure_body] = STATE(5051), - [sym__block] = STATE(4921), - [sym__loop_statement] = STATE(4921), - [sym_for_statement] = STATE(4921), - [sym_while_statement] = STATE(4921), - [sym_do_while_statement] = STATE(4921), - [sym_assignment] = STATE(4921), - [sym__expression] = STATE(4204), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4455), - [sym_parenthesized_expression] = STATE(4455), - [sym_collection_literal] = STATE(4455), - [sym__literal_constant] = STATE(4455), - [sym_string_literal] = STATE(4455), - [sym_lambda_literal] = STATE(4455), - [sym_anonymous_function] = STATE(4455), - [sym__function_literal] = STATE(4455), - [sym_object_literal] = STATE(4455), - [sym_this_expression] = STATE(4455), - [sym_super_expression] = STATE(4455), - [sym_if_expression] = STATE(4455), - [sym_when_expression] = STATE(4455), - [sym_try_expression] = STATE(4455), - [sym_jump_expression] = STATE(4455), - [sym_callable_reference] = STATE(4455), - [sym__prefix_unary_operator] = STATE(1637), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7901), - [sym_modifiers] = STATE(7829), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(338), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4990), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4455), - [sym_long_literal] = STATE(4455), - [sym_boolean_literal] = STATE(4455), - [sym_character_literal] = STATE(4455), - [sym__lexical_identifier] = STATE(4529), - [aux_sym__statement_repeat1] = STATE(805), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(7), + [sym_type_alias] = STATE(3371), + [sym__declaration] = STATE(3371), + [sym_class_declaration] = STATE(3371), + [sym_function_declaration] = STATE(3371), + [sym_property_declaration] = STATE(3371), + [sym_getter] = STATE(3371), + [sym_setter] = STATE(3371), + [sym_object_declaration] = STATE(3371), + [sym__statement] = STATE(3371), + [sym_control_structure_body] = STATE(3241), + [sym__block] = STATE(3371), + [sym__loop_statement] = STATE(3371), + [sym_for_statement] = STATE(3371), + [sym_while_statement] = STATE(3371), + [sym_do_while_statement] = STATE(3371), + [sym_assignment] = STATE(3371), + [sym__expression] = STATE(1327), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(2753), + [sym_parenthesized_expression] = STATE(2753), + [sym_collection_literal] = STATE(2753), + [sym__literal_constant] = STATE(2753), + [sym_string_literal] = STATE(2753), + [sym_lambda_literal] = STATE(2753), + [sym_anonymous_function] = STATE(2753), + [sym__function_literal] = STATE(2753), + [sym_object_literal] = STATE(2753), + [sym_this_expression] = STATE(2753), + [sym_super_expression] = STATE(2753), + [sym_if_expression] = STATE(2753), + [sym_when_expression] = STATE(2753), + [sym_try_expression] = STATE(2753), + [sym_jump_expression] = STATE(2753), + [sym_callable_reference] = STATE(2753), + [sym__prefix_unary_operator] = STATE(2261), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7929), + [sym_modifiers] = STATE(7771), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(333), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3410), + [sym__return_at] = STATE(262), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(2753), + [sym_long_literal] = STATE(2753), + [sym_boolean_literal] = STATE(2753), + [sym_character_literal] = STATE(2753), + [sym__lexical_identifier] = STATE(2858), + [aux_sym__statement_repeat1] = STATE(829), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(111), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_typealias] = ACTIONS(495), - [anon_sym_class] = ACTIONS(1059), - [anon_sym_interface] = ACTIONS(1059), - [anon_sym_enum] = ACTIONS(1061), - [anon_sym_LBRACE] = ACTIONS(861), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_val] = ACTIONS(1063), - [anon_sym_var] = ACTIONS(1063), - [anon_sym_object] = ACTIONS(1065), - [anon_sym_fun] = ACTIONS(1067), - [anon_sym_SEMI] = ACTIONS(1347), - [anon_sym_get] = ACTIONS(1069), - [anon_sym_set] = ACTIONS(1071), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(43), - [sym_label] = ACTIONS(45), - [anon_sym_for] = ACTIONS(1073), - [anon_sym_while] = ACTIONS(1075), - [anon_sym_do] = ACTIONS(521), - [anon_sym_null] = ACTIONS(53), - [anon_sym_if] = ACTIONS(55), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(61), - [anon_sym_return] = ACTIONS(63), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(69), - [anon_sym_DASH] = ACTIONS(69), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_BANG] = ACTIONS(71), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_typealias] = ACTIONS(121), + [anon_sym_class] = ACTIONS(649), + [anon_sym_interface] = ACTIONS(649), + [anon_sym_enum] = ACTIONS(651), + [anon_sym_LBRACE] = ACTIONS(127), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_val] = ACTIONS(653), + [anon_sym_var] = ACTIONS(653), + [anon_sym_object] = ACTIONS(655), + [anon_sym_fun] = ACTIONS(657), + [anon_sym_SEMI] = ACTIONS(1333), + [anon_sym_get] = ACTIONS(659), + [anon_sym_set] = ACTIONS(661), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(1253), + [sym_label] = ACTIONS(665), + [anon_sym_for] = ACTIONS(667), + [anon_sym_while] = ACTIONS(669), + [anon_sym_do] = ACTIONS(153), + [anon_sym_null] = ACTIONS(155), + [anon_sym_if] = ACTIONS(671), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(673), + [anon_sym_return] = ACTIONS(675), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(677), + [anon_sym_DASH] = ACTIONS(677), + [anon_sym_PLUS_PLUS] = ACTIONS(679), + [anon_sym_DASH_DASH] = ACTIONS(679), + [anon_sym_BANG] = ACTIONS(679), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(77), - [anon_sym_inner] = ACTIONS(77), + [anon_sym_data] = ACTIONS(175), + [anon_sym_inner] = ACTIONS(175), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -44333,144 +44441,144 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(89), - [anon_sym_actual] = ACTIONS(89), + [anon_sym_expect] = ACTIONS(177), + [anon_sym_actual] = ACTIONS(177), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(97), - [sym_integer_literal] = ACTIONS(99), - [sym_hex_literal] = ACTIONS(101), - [sym_bin_literal] = ACTIONS(101), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [anon_sym_SQUOTE] = ACTIONS(105), - [sym__backtick_identifier] = ACTIONS(107), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(185), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(109), + [sym__string_start] = ACTIONS(197), }, [121] = { - [sym_type_alias] = STATE(3281), - [sym__declaration] = STATE(3281), - [sym_class_declaration] = STATE(3281), - [sym_function_declaration] = STATE(3281), - [sym_property_declaration] = STATE(3281), - [sym_getter] = STATE(3281), - [sym_setter] = STATE(3281), - [sym_object_declaration] = STATE(3281), - [sym__statement] = STATE(3281), - [sym_control_structure_body] = STATE(3350), - [sym__block] = STATE(3281), - [sym__loop_statement] = STATE(3281), - [sym_for_statement] = STATE(3281), - [sym_while_statement] = STATE(3281), - [sym_do_while_statement] = STATE(3281), - [sym_assignment] = STATE(3281), - [sym__expression] = STATE(1212), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(2728), - [sym_parenthesized_expression] = STATE(2728), - [sym_collection_literal] = STATE(2728), - [sym__literal_constant] = STATE(2728), - [sym_string_literal] = STATE(2728), - [sym_lambda_literal] = STATE(2728), - [sym_anonymous_function] = STATE(2728), - [sym__function_literal] = STATE(2728), - [sym_object_literal] = STATE(2728), - [sym_this_expression] = STATE(2728), - [sym_super_expression] = STATE(2728), - [sym_if_expression] = STATE(2728), - [sym_when_expression] = STATE(2728), - [sym_try_expression] = STATE(2728), - [sym_jump_expression] = STATE(2728), - [sym_callable_reference] = STATE(2728), - [sym__prefix_unary_operator] = STATE(2185), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7898), - [sym_modifiers] = STATE(7788), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(332), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3447), - [sym__return_at] = STATE(323), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(2728), - [sym_long_literal] = STATE(2728), - [sym_boolean_literal] = STATE(2728), - [sym_character_literal] = STATE(2728), - [sym__lexical_identifier] = STATE(2890), - [aux_sym__statement_repeat1] = STATE(787), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(333), + [sym_type_alias] = STATE(4571), + [sym__declaration] = STATE(4571), + [sym_class_declaration] = STATE(4571), + [sym_function_declaration] = STATE(4571), + [sym_property_declaration] = STATE(4571), + [sym_getter] = STATE(4571), + [sym_setter] = STATE(4571), + [sym_object_declaration] = STATE(4571), + [sym__statement] = STATE(4571), + [sym_control_structure_body] = STATE(4725), + [sym__block] = STATE(4571), + [sym__loop_statement] = STATE(4571), + [sym_for_statement] = STATE(4571), + [sym_while_statement] = STATE(4571), + [sym_do_while_statement] = STATE(4571), + [sym_assignment] = STATE(4571), + [sym__expression] = STATE(3863), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4434), + [sym_parenthesized_expression] = STATE(4434), + [sym_collection_literal] = STATE(4434), + [sym__literal_constant] = STATE(4434), + [sym_string_literal] = STATE(4434), + [sym_lambda_literal] = STATE(4434), + [sym_anonymous_function] = STATE(4434), + [sym__function_literal] = STATE(4434), + [sym_object_literal] = STATE(4434), + [sym_this_expression] = STATE(4434), + [sym_super_expression] = STATE(4434), + [sym_if_expression] = STATE(4434), + [sym_when_expression] = STATE(4434), + [sym_try_expression] = STATE(4434), + [sym_jump_expression] = STATE(4434), + [sym_callable_reference] = STATE(4434), + [sym__prefix_unary_operator] = STATE(1630), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7896), + [sym_modifiers] = STATE(7728), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(336), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4608), + [sym__return_at] = STATE(310), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4434), + [sym_long_literal] = STATE(4434), + [sym_boolean_literal] = STATE(4434), + [sym_character_literal] = STATE(4434), + [sym__lexical_identifier] = STATE(4461), + [aux_sym__statement_repeat1] = STATE(795), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(203), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(335), - [anon_sym_typealias] = ACTIONS(337), - [anon_sym_class] = ACTIONS(675), - [anon_sym_interface] = ACTIONS(675), - [anon_sym_enum] = ACTIONS(677), - [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_val] = ACTIONS(679), - [anon_sym_var] = ACTIONS(679), - [anon_sym_object] = ACTIONS(681), - [anon_sym_fun] = ACTIONS(683), - [anon_sym_SEMI] = ACTIONS(1349), - [anon_sym_get] = ACTIONS(685), - [anon_sym_set] = ACTIONS(687), - [anon_sym_this] = ACTIONS(357), - [anon_sym_super] = ACTIONS(359), - [anon_sym_STAR] = ACTIONS(1319), - [sym_label] = ACTIONS(691), - [anon_sym_for] = ACTIONS(693), - [anon_sym_while] = ACTIONS(695), - [anon_sym_do] = ACTIONS(369), - [anon_sym_null] = ACTIONS(371), - [anon_sym_if] = ACTIONS(697), - [anon_sym_when] = ACTIONS(375), - [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(699), - [anon_sym_return] = ACTIONS(701), - [anon_sym_continue] = ACTIONS(383), - [anon_sym_break] = ACTIONS(383), - [anon_sym_COLON_COLON] = ACTIONS(385), - [anon_sym_PLUS] = ACTIONS(703), - [anon_sym_DASH] = ACTIONS(703), - [anon_sym_PLUS_PLUS] = ACTIONS(705), - [anon_sym_DASH_DASH] = ACTIONS(705), - [anon_sym_BANG] = ACTIONS(705), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_typealias] = ACTIONS(207), + [anon_sym_class] = ACTIONS(713), + [anon_sym_interface] = ACTIONS(713), + [anon_sym_enum] = ACTIONS(715), + [anon_sym_LBRACE] = ACTIONS(213), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_val] = ACTIONS(717), + [anon_sym_var] = ACTIONS(717), + [anon_sym_object] = ACTIONS(719), + [anon_sym_fun] = ACTIONS(721), + [anon_sym_SEMI] = ACTIONS(1345), + [anon_sym_get] = ACTIONS(723), + [anon_sym_set] = ACTIONS(725), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(1293), + [sym_label] = ACTIONS(729), + [anon_sym_for] = ACTIONS(731), + [anon_sym_while] = ACTIONS(733), + [anon_sym_do] = ACTIONS(239), + [anon_sym_null] = ACTIONS(241), + [anon_sym_if] = ACTIONS(321), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(323), + [anon_sym_return] = ACTIONS(325), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(735), + [anon_sym_DASH] = ACTIONS(735), + [anon_sym_PLUS_PLUS] = ACTIONS(737), + [anon_sym_DASH_DASH] = ACTIONS(737), + [anon_sym_BANG] = ACTIONS(737), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(391), - [anon_sym_inner] = ACTIONS(391), + [anon_sym_data] = ACTIONS(261), + [anon_sym_inner] = ACTIONS(261), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -44489,750 +44597,126 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(393), - [anon_sym_actual] = ACTIONS(393), + [anon_sym_expect] = ACTIONS(263), + [anon_sym_actual] = ACTIONS(263), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(395), - [anon_sym_break_AT] = ACTIONS(397), - [sym_real_literal] = ACTIONS(399), - [sym_integer_literal] = ACTIONS(401), - [sym_hex_literal] = ACTIONS(403), - [sym_bin_literal] = ACTIONS(403), - [anon_sym_true] = ACTIONS(405), - [anon_sym_false] = ACTIONS(405), - [anon_sym_SQUOTE] = ACTIONS(407), - [sym__backtick_identifier] = ACTIONS(409), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(271), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(411), + [sym__string_start] = ACTIONS(283), }, [122] = { - [sym_type_alias] = STATE(1152), - [sym__declaration] = STATE(1152), - [sym_class_declaration] = STATE(1152), - [sym_function_declaration] = STATE(1152), - [sym_property_declaration] = STATE(1152), - [sym_getter] = STATE(1152), - [sym_setter] = STATE(1152), - [sym_object_declaration] = STATE(1152), - [sym__statement] = STATE(1152), - [sym_control_structure_body] = STATE(1168), - [sym__block] = STATE(1152), - [sym__loop_statement] = STATE(1152), - [sym_for_statement] = STATE(1152), - [sym_while_statement] = STATE(1152), - [sym_do_while_statement] = STATE(1152), - [sym_assignment] = STATE(1152), - [sym__expression] = STATE(373), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(767), - [sym_parenthesized_expression] = STATE(767), - [sym_collection_literal] = STATE(767), - [sym__literal_constant] = STATE(767), - [sym_string_literal] = STATE(767), - [sym_lambda_literal] = STATE(767), - [sym_anonymous_function] = STATE(767), - [sym__function_literal] = STATE(767), - [sym_object_literal] = STATE(767), - [sym_this_expression] = STATE(767), - [sym_super_expression] = STATE(767), - [sym_if_expression] = STATE(767), - [sym_when_expression] = STATE(767), - [sym_try_expression] = STATE(767), - [sym_jump_expression] = STATE(767), - [sym_callable_reference] = STATE(767), - [sym__prefix_unary_operator] = STATE(2297), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7878), - [sym_modifiers] = STATE(7800), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(347), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1054), - [sym__return_at] = STATE(260), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(767), - [sym_long_literal] = STATE(767), - [sym_boolean_literal] = STATE(767), - [sym_character_literal] = STATE(767), - [sym__lexical_identifier] = STATE(866), - [aux_sym__statement_repeat1] = STATE(785), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_typealias] = ACTIONS(417), - [anon_sym_class] = ACTIONS(419), - [anon_sym_interface] = ACTIONS(419), - [anon_sym_enum] = ACTIONS(421), - [anon_sym_LBRACE] = ACTIONS(423), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_val] = ACTIONS(427), - [anon_sym_var] = ACTIONS(427), - [anon_sym_object] = ACTIONS(429), - [anon_sym_fun] = ACTIONS(431), - [anon_sym_SEMI] = ACTIONS(1351), - [anon_sym_get] = ACTIONS(433), - [anon_sym_set] = ACTIONS(435), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1295), - [sym_label] = ACTIONS(443), - [anon_sym_for] = ACTIONS(445), - [anon_sym_while] = ACTIONS(447), - [anon_sym_do] = ACTIONS(449), - [anon_sym_null] = ACTIONS(451), - [anon_sym_if] = ACTIONS(453), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(459), - [anon_sym_return] = ACTIONS(461), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(467), - [anon_sym_DASH] = ACTIONS(467), - [anon_sym_PLUS_PLUS] = ACTIONS(469), - [anon_sym_DASH_DASH] = ACTIONS(469), - [anon_sym_BANG] = ACTIONS(469), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(471), - [anon_sym_inner] = ACTIONS(471), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(473), - [anon_sym_actual] = ACTIONS(473), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(481), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), - }, - [123] = { - [sym_type_alias] = STATE(3848), - [sym__declaration] = STATE(3848), - [sym_class_declaration] = STATE(3848), - [sym_function_declaration] = STATE(3848), - [sym_property_declaration] = STATE(3848), - [sym_getter] = STATE(3848), - [sym_setter] = STATE(3848), - [sym_object_declaration] = STATE(3848), - [sym__statement] = STATE(3848), - [sym_control_structure_body] = STATE(3754), - [sym__block] = STATE(3848), - [sym__loop_statement] = STATE(3848), - [sym_for_statement] = STATE(3848), - [sym_while_statement] = STATE(3848), - [sym_do_while_statement] = STATE(3848), - [sym_assignment] = STATE(3848), - [sym__expression] = STATE(2556), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(2871), - [sym_parenthesized_expression] = STATE(2871), - [sym_collection_literal] = STATE(2871), - [sym__literal_constant] = STATE(2871), - [sym_string_literal] = STATE(2871), - [sym_lambda_literal] = STATE(2871), - [sym_anonymous_function] = STATE(2871), - [sym__function_literal] = STATE(2871), - [sym_object_literal] = STATE(2871), - [sym_this_expression] = STATE(2871), - [sym_super_expression] = STATE(2871), - [sym_if_expression] = STATE(2871), - [sym_when_expression] = STATE(2871), - [sym_try_expression] = STATE(2871), - [sym_jump_expression] = STATE(2871), - [sym_callable_reference] = STATE(2871), - [sym__prefix_unary_operator] = STATE(1643), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7866), - [sym_modifiers] = STATE(7722), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(348), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3755), - [sym__return_at] = STATE(264), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(2871), - [sym_long_literal] = STATE(2871), - [sym_boolean_literal] = STATE(2871), - [sym_character_literal] = STATE(2871), - [sym__lexical_identifier] = STATE(3263), - [aux_sym__statement_repeat1] = STATE(818), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(537), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_typealias] = ACTIONS(541), - [anon_sym_class] = ACTIONS(1007), - [anon_sym_interface] = ACTIONS(1007), - [anon_sym_enum] = ACTIONS(1009), - [anon_sym_LBRACE] = ACTIONS(953), - [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_val] = ACTIONS(1011), - [anon_sym_var] = ACTIONS(1011), - [anon_sym_object] = ACTIONS(1013), - [anon_sym_fun] = ACTIONS(1015), - [anon_sym_SEMI] = ACTIONS(1353), - [anon_sym_get] = ACTIONS(1017), - [anon_sym_set] = ACTIONS(1019), - [anon_sym_this] = ACTIONS(561), - [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1021), - [sym_label] = ACTIONS(1023), - [anon_sym_for] = ACTIONS(1025), - [anon_sym_while] = ACTIONS(1027), - [anon_sym_do] = ACTIONS(573), - [anon_sym_null] = ACTIONS(973), - [anon_sym_if] = ACTIONS(755), - [anon_sym_when] = ACTIONS(579), - [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(757), - [anon_sym_return] = ACTIONS(759), - [anon_sym_continue] = ACTIONS(587), - [anon_sym_break] = ACTIONS(587), - [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(1029), - [anon_sym_DASH] = ACTIONS(1029), - [anon_sym_PLUS_PLUS] = ACTIONS(1031), - [anon_sym_DASH_DASH] = ACTIONS(1031), - [anon_sym_BANG] = ACTIONS(1031), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(595), - [anon_sym_inner] = ACTIONS(595), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(597), - [anon_sym_actual] = ACTIONS(597), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(599), - [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(979), - [sym_integer_literal] = ACTIONS(605), - [sym_hex_literal] = ACTIONS(607), - [sym_bin_literal] = ACTIONS(607), - [anon_sym_true] = ACTIONS(609), - [anon_sym_false] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(611), - [sym__backtick_identifier] = ACTIONS(613), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(615), - }, - [124] = { - [sym_type_alias] = STATE(1152), - [sym__declaration] = STATE(1152), - [sym_class_declaration] = STATE(1152), - [sym_function_declaration] = STATE(1152), - [sym_property_declaration] = STATE(1152), - [sym_getter] = STATE(1152), - [sym_setter] = STATE(1152), - [sym_object_declaration] = STATE(1152), - [sym__statement] = STATE(1152), - [sym_control_structure_body] = STATE(1165), - [sym__block] = STATE(1152), - [sym__loop_statement] = STATE(1152), - [sym_for_statement] = STATE(1152), - [sym_while_statement] = STATE(1152), - [sym_do_while_statement] = STATE(1152), - [sym_assignment] = STATE(1152), - [sym__expression] = STATE(373), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(767), - [sym_parenthesized_expression] = STATE(767), - [sym_collection_literal] = STATE(767), - [sym__literal_constant] = STATE(767), - [sym_string_literal] = STATE(767), - [sym_lambda_literal] = STATE(767), - [sym_anonymous_function] = STATE(767), - [sym__function_literal] = STATE(767), - [sym_object_literal] = STATE(767), - [sym_this_expression] = STATE(767), - [sym_super_expression] = STATE(767), - [sym_if_expression] = STATE(767), - [sym_when_expression] = STATE(767), - [sym_try_expression] = STATE(767), - [sym_jump_expression] = STATE(767), - [sym_callable_reference] = STATE(767), - [sym__prefix_unary_operator] = STATE(2297), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7878), - [sym_modifiers] = STATE(7800), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(347), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1054), - [sym__return_at] = STATE(260), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(767), - [sym_long_literal] = STATE(767), - [sym_boolean_literal] = STATE(767), - [sym_character_literal] = STATE(767), - [sym__lexical_identifier] = STATE(866), - [aux_sym__statement_repeat1] = STATE(785), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_typealias] = ACTIONS(417), - [anon_sym_class] = ACTIONS(419), - [anon_sym_interface] = ACTIONS(419), - [anon_sym_enum] = ACTIONS(421), - [anon_sym_LBRACE] = ACTIONS(423), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_val] = ACTIONS(427), - [anon_sym_var] = ACTIONS(427), - [anon_sym_object] = ACTIONS(429), - [anon_sym_fun] = ACTIONS(431), - [anon_sym_SEMI] = ACTIONS(1355), - [anon_sym_get] = ACTIONS(433), - [anon_sym_set] = ACTIONS(435), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1295), - [sym_label] = ACTIONS(443), - [anon_sym_for] = ACTIONS(445), - [anon_sym_while] = ACTIONS(447), - [anon_sym_do] = ACTIONS(449), - [anon_sym_null] = ACTIONS(451), - [anon_sym_if] = ACTIONS(453), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(459), - [anon_sym_return] = ACTIONS(461), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(467), - [anon_sym_DASH] = ACTIONS(467), - [anon_sym_PLUS_PLUS] = ACTIONS(469), - [anon_sym_DASH_DASH] = ACTIONS(469), - [anon_sym_BANG] = ACTIONS(469), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(471), - [anon_sym_inner] = ACTIONS(471), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(473), - [anon_sym_actual] = ACTIONS(473), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(481), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), - }, - [125] = { - [sym_type_alias] = STATE(3259), - [sym__declaration] = STATE(3259), - [sym_class_declaration] = STATE(3259), - [sym_function_declaration] = STATE(3259), - [sym_property_declaration] = STATE(3259), - [sym_getter] = STATE(3259), - [sym_setter] = STATE(3259), - [sym_object_declaration] = STATE(3259), - [sym__statement] = STATE(3259), - [sym_control_structure_body] = STATE(3239), - [sym__block] = STATE(3259), - [sym__loop_statement] = STATE(3259), - [sym_for_statement] = STATE(3259), - [sym_while_statement] = STATE(3259), - [sym_do_while_statement] = STATE(3259), - [sym_assignment] = STATE(3259), - [sym__expression] = STATE(1336), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(2736), - [sym_parenthesized_expression] = STATE(2736), - [sym_collection_literal] = STATE(2736), - [sym__literal_constant] = STATE(2736), - [sym_string_literal] = STATE(2736), - [sym_lambda_literal] = STATE(2736), - [sym_anonymous_function] = STATE(2736), - [sym__function_literal] = STATE(2736), - [sym_object_literal] = STATE(2736), - [sym_this_expression] = STATE(2736), - [sym_super_expression] = STATE(2736), - [sym_if_expression] = STATE(2736), - [sym_when_expression] = STATE(2736), - [sym_try_expression] = STATE(2736), - [sym_jump_expression] = STATE(2736), - [sym_callable_reference] = STATE(2736), - [sym__prefix_unary_operator] = STATE(2195), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7896), - [sym_modifiers] = STATE(7772), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(343), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3242), - [sym__return_at] = STATE(262), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(2736), - [sym_long_literal] = STATE(2736), - [sym_boolean_literal] = STATE(2736), - [sym_character_literal] = STATE(2736), - [sym__lexical_identifier] = STATE(2864), - [aux_sym__statement_repeat1] = STATE(827), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(111), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_typealias] = ACTIONS(121), - [anon_sym_class] = ACTIONS(643), - [anon_sym_interface] = ACTIONS(643), - [anon_sym_enum] = ACTIONS(645), - [anon_sym_LBRACE] = ACTIONS(127), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_val] = ACTIONS(647), - [anon_sym_var] = ACTIONS(647), - [anon_sym_object] = ACTIONS(649), - [anon_sym_fun] = ACTIONS(651), - [anon_sym_SEMI] = ACTIONS(1357), - [anon_sym_get] = ACTIONS(653), - [anon_sym_set] = ACTIONS(655), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(1251), - [sym_label] = ACTIONS(659), - [anon_sym_for] = ACTIONS(661), - [anon_sym_while] = ACTIONS(663), - [anon_sym_do] = ACTIONS(153), - [anon_sym_null] = ACTIONS(155), - [anon_sym_if] = ACTIONS(665), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(667), - [anon_sym_return] = ACTIONS(669), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(671), - [anon_sym_DASH] = ACTIONS(671), - [anon_sym_PLUS_PLUS] = ACTIONS(673), - [anon_sym_DASH_DASH] = ACTIONS(673), - [anon_sym_BANG] = ACTIONS(673), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(175), - [anon_sym_inner] = ACTIONS(175), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(177), - [anon_sym_actual] = ACTIONS(177), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(185), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), - }, - [126] = { - [sym_type_alias] = STATE(3281), - [sym__declaration] = STATE(3281), - [sym_class_declaration] = STATE(3281), - [sym_function_declaration] = STATE(3281), - [sym_property_declaration] = STATE(3281), - [sym_getter] = STATE(3281), - [sym_setter] = STATE(3281), - [sym_object_declaration] = STATE(3281), - [sym__statement] = STATE(3281), - [sym_control_structure_body] = STATE(3272), - [sym__block] = STATE(3281), - [sym__loop_statement] = STATE(3281), - [sym_for_statement] = STATE(3281), - [sym_while_statement] = STATE(3281), - [sym_do_while_statement] = STATE(3281), - [sym_assignment] = STATE(3281), - [sym__expression] = STATE(1504), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(2750), - [sym_parenthesized_expression] = STATE(2750), - [sym_collection_literal] = STATE(2750), - [sym__literal_constant] = STATE(2750), - [sym_string_literal] = STATE(2750), - [sym_lambda_literal] = STATE(2750), - [sym_anonymous_function] = STATE(2750), - [sym__function_literal] = STATE(2750), - [sym_object_literal] = STATE(2750), - [sym_this_expression] = STATE(2750), - [sym_super_expression] = STATE(2750), - [sym_if_expression] = STATE(2750), - [sym_when_expression] = STATE(2750), - [sym_try_expression] = STATE(2750), - [sym_jump_expression] = STATE(2750), - [sym_callable_reference] = STATE(2750), - [sym__prefix_unary_operator] = STATE(2071), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7888), - [sym_modifiers] = STATE(7724), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(354), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3447), - [sym__return_at] = STATE(304), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(2750), - [sym_long_literal] = STATE(2750), - [sym_boolean_literal] = STATE(2750), - [sym_character_literal] = STATE(2750), - [sym__lexical_identifier] = STATE(2890), - [aux_sym__statement_repeat1] = STATE(786), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym_type_alias] = STATE(3456), + [sym__declaration] = STATE(3456), + [sym_class_declaration] = STATE(3456), + [sym_function_declaration] = STATE(3456), + [sym_property_declaration] = STATE(3456), + [sym_getter] = STATE(3456), + [sym_setter] = STATE(3456), + [sym_object_declaration] = STATE(3456), + [sym__statement] = STATE(3456), + [sym_control_structure_body] = STATE(3258), + [sym__block] = STATE(3456), + [sym__loop_statement] = STATE(3456), + [sym_for_statement] = STATE(3456), + [sym_while_statement] = STATE(3456), + [sym_do_while_statement] = STATE(3456), + [sym_assignment] = STATE(3456), + [sym__expression] = STATE(954), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(2760), + [sym_parenthesized_expression] = STATE(2760), + [sym_collection_literal] = STATE(2760), + [sym__literal_constant] = STATE(2760), + [sym_string_literal] = STATE(2760), + [sym_lambda_literal] = STATE(2760), + [sym_anonymous_function] = STATE(2760), + [sym__function_literal] = STATE(2760), + [sym_object_literal] = STATE(2760), + [sym_this_expression] = STATE(2760), + [sym_super_expression] = STATE(2760), + [sym_if_expression] = STATE(2760), + [sym_when_expression] = STATE(2760), + [sym_try_expression] = STATE(2760), + [sym_jump_expression] = STATE(2760), + [sym_callable_reference] = STATE(2760), + [sym__prefix_unary_operator] = STATE(1644), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7915), + [sym_modifiers] = STATE(7662), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(350), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3279), + [sym__return_at] = STATE(303), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(2760), + [sym_long_literal] = STATE(2760), + [sym_boolean_literal] = STATE(2760), + [sym_character_literal] = STATE(2760), + [sym__lexical_identifier] = STATE(2837), + [aux_sym__statement_repeat1] = STATE(801), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(333), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(335), [anon_sym_typealias] = ACTIONS(337), - [anon_sym_class] = ACTIONS(917), - [anon_sym_interface] = ACTIONS(917), - [anon_sym_enum] = ACTIONS(919), - [anon_sym_LBRACE] = ACTIONS(921), + [anon_sym_class] = ACTIONS(339), + [anon_sym_interface] = ACTIONS(339), + [anon_sym_enum] = ACTIONS(341), + [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_val] = ACTIONS(923), - [anon_sym_var] = ACTIONS(923), - [anon_sym_object] = ACTIONS(925), - [anon_sym_fun] = ACTIONS(927), - [anon_sym_SEMI] = ACTIONS(1359), - [anon_sym_get] = ACTIONS(929), - [anon_sym_set] = ACTIONS(931), + [anon_sym_val] = ACTIONS(347), + [anon_sym_var] = ACTIONS(347), + [anon_sym_object] = ACTIONS(349), + [anon_sym_fun] = ACTIONS(351), + [anon_sym_SEMI] = ACTIONS(1347), + [anon_sym_get] = ACTIONS(353), + [anon_sym_set] = ACTIONS(355), [anon_sym_this] = ACTIONS(357), [anon_sym_super] = ACTIONS(359), - [anon_sym_STAR] = ACTIONS(933), - [sym_label] = ACTIONS(935), - [anon_sym_for] = ACTIONS(937), - [anon_sym_while] = ACTIONS(939), + [anon_sym_STAR] = ACTIONS(1299), + [sym_label] = ACTIONS(363), + [anon_sym_for] = ACTIONS(365), + [anon_sym_while] = ACTIONS(367), [anon_sym_do] = ACTIONS(369), - [anon_sym_null] = ACTIONS(941), + [anon_sym_null] = ACTIONS(371), [anon_sym_if] = ACTIONS(373), [anon_sym_when] = ACTIONS(375), [anon_sym_try] = ACTIONS(377), @@ -45241,11 +44725,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(383), [anon_sym_break] = ACTIONS(383), [anon_sym_COLON_COLON] = ACTIONS(385), - [anon_sym_PLUS] = ACTIONS(943), - [anon_sym_DASH] = ACTIONS(943), - [anon_sym_PLUS_PLUS] = ACTIONS(945), - [anon_sym_DASH_DASH] = ACTIONS(945), - [anon_sym_BANG] = ACTIONS(945), + [anon_sym_PLUS] = ACTIONS(387), + [anon_sym_DASH] = ACTIONS(387), + [anon_sym_PLUS_PLUS] = ACTIONS(389), + [anon_sym_DASH_DASH] = ACTIONS(389), + [anon_sym_BANG] = ACTIONS(389), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -45275,7 +44759,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(395), [anon_sym_break_AT] = ACTIONS(397), - [sym_real_literal] = ACTIONS(947), + [sym_real_literal] = ACTIONS(399), [sym_integer_literal] = ACTIONS(401), [sym_hex_literal] = ACTIONS(403), [sym_bin_literal] = ACTIONS(403), @@ -45286,127 +44770,127 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(411), }, - [127] = { - [sym_type_alias] = STATE(3848), - [sym__declaration] = STATE(3848), - [sym_class_declaration] = STATE(3848), - [sym_function_declaration] = STATE(3848), - [sym_property_declaration] = STATE(3848), - [sym_getter] = STATE(3848), - [sym_setter] = STATE(3848), - [sym_object_declaration] = STATE(3848), - [sym__statement] = STATE(3848), - [sym_control_structure_body] = STATE(3764), - [sym__block] = STATE(3848), - [sym__loop_statement] = STATE(3848), - [sym_for_statement] = STATE(3848), - [sym_while_statement] = STATE(3848), - [sym_do_while_statement] = STATE(3848), - [sym_assignment] = STATE(3848), - [sym__expression] = STATE(1264), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(2891), - [sym_parenthesized_expression] = STATE(2891), - [sym_collection_literal] = STATE(2891), - [sym__literal_constant] = STATE(2891), - [sym_string_literal] = STATE(2891), - [sym_lambda_literal] = STATE(2891), - [sym_anonymous_function] = STATE(2891), - [sym__function_literal] = STATE(2891), - [sym_object_literal] = STATE(2891), - [sym_this_expression] = STATE(2891), - [sym_super_expression] = STATE(2891), - [sym_if_expression] = STATE(2891), - [sym_when_expression] = STATE(2891), - [sym_try_expression] = STATE(2891), - [sym_jump_expression] = STATE(2891), - [sym_callable_reference] = STATE(2891), - [sym__prefix_unary_operator] = STATE(1620), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7889), - [sym_modifiers] = STATE(7809), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(335), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3755), + [123] = { + [sym_type_alias] = STATE(3873), + [sym__declaration] = STATE(3873), + [sym_class_declaration] = STATE(3873), + [sym_function_declaration] = STATE(3873), + [sym_property_declaration] = STATE(3873), + [sym_getter] = STATE(3873), + [sym_setter] = STATE(3873), + [sym_object_declaration] = STATE(3873), + [sym__statement] = STATE(3873), + [sym_control_structure_body] = STATE(3781), + [sym__block] = STATE(3873), + [sym__loop_statement] = STATE(3873), + [sym_for_statement] = STATE(3873), + [sym_while_statement] = STATE(3873), + [sym_do_while_statement] = STATE(3873), + [sym_assignment] = STATE(3873), + [sym__expression] = STATE(1249), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(2895), + [sym_parenthesized_expression] = STATE(2895), + [sym_collection_literal] = STATE(2895), + [sym__literal_constant] = STATE(2895), + [sym_string_literal] = STATE(2895), + [sym_lambda_literal] = STATE(2895), + [sym_anonymous_function] = STATE(2895), + [sym__function_literal] = STATE(2895), + [sym_object_literal] = STATE(2895), + [sym_this_expression] = STATE(2895), + [sym_super_expression] = STATE(2895), + [sym_if_expression] = STATE(2895), + [sym_when_expression] = STATE(2895), + [sym_try_expression] = STATE(2895), + [sym_jump_expression] = STATE(2895), + [sym_callable_reference] = STATE(2895), + [sym__prefix_unary_operator] = STATE(1807), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7923), + [sym_modifiers] = STATE(7675), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(352), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3725), [sym__return_at] = STATE(261), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(2891), - [sym_long_literal] = STATE(2891), - [sym_boolean_literal] = STATE(2891), - [sym_character_literal] = STATE(2891), - [sym__lexical_identifier] = STATE(3263), - [aux_sym__statement_repeat1] = STATE(829), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(537), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_typealias] = ACTIONS(541), - [anon_sym_class] = ACTIONS(543), - [anon_sym_interface] = ACTIONS(543), - [anon_sym_enum] = ACTIONS(545), - [anon_sym_LBRACE] = ACTIONS(547), - [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_val] = ACTIONS(551), - [anon_sym_var] = ACTIONS(551), - [anon_sym_object] = ACTIONS(553), - [anon_sym_fun] = ACTIONS(555), - [anon_sym_SEMI] = ACTIONS(1361), - [anon_sym_get] = ACTIONS(557), - [anon_sym_set] = ACTIONS(559), - [anon_sym_this] = ACTIONS(561), - [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1279), - [sym_label] = ACTIONS(567), - [anon_sym_for] = ACTIONS(569), - [anon_sym_while] = ACTIONS(571), - [anon_sym_do] = ACTIONS(573), - [anon_sym_null] = ACTIONS(575), - [anon_sym_if] = ACTIONS(577), - [anon_sym_when] = ACTIONS(579), - [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(583), - [anon_sym_return] = ACTIONS(585), - [anon_sym_continue] = ACTIONS(587), - [anon_sym_break] = ACTIONS(587), - [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_PLUS_PLUS] = ACTIONS(593), - [anon_sym_DASH_DASH] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(2895), + [sym_long_literal] = STATE(2895), + [sym_boolean_literal] = STATE(2895), + [sym_character_literal] = STATE(2895), + [sym__lexical_identifier] = STATE(3382), + [aux_sym__statement_repeat1] = STATE(815), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_typealias] = ACTIONS(459), + [anon_sym_class] = ACTIONS(461), + [anon_sym_interface] = ACTIONS(461), + [anon_sym_enum] = ACTIONS(463), + [anon_sym_LBRACE] = ACTIONS(465), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_val] = ACTIONS(469), + [anon_sym_var] = ACTIONS(469), + [anon_sym_object] = ACTIONS(471), + [anon_sym_fun] = ACTIONS(473), + [anon_sym_SEMI] = ACTIONS(1349), + [anon_sym_get] = ACTIONS(475), + [anon_sym_set] = ACTIONS(477), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1311), + [sym_label] = ACTIONS(485), + [anon_sym_for] = ACTIONS(487), + [anon_sym_while] = ACTIONS(489), + [anon_sym_do] = ACTIONS(491), + [anon_sym_null] = ACTIONS(493), + [anon_sym_if] = ACTIONS(495), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(501), + [anon_sym_return] = ACTIONS(503), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(509), + [anon_sym_DASH] = ACTIONS(509), + [anon_sym_PLUS_PLUS] = ACTIONS(511), + [anon_sym_DASH_DASH] = ACTIONS(511), + [anon_sym_BANG] = ACTIONS(511), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(595), - [anon_sym_inner] = ACTIONS(595), + [anon_sym_data] = ACTIONS(513), + [anon_sym_inner] = ACTIONS(513), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -45425,139 +44909,139 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(597), - [anon_sym_actual] = ACTIONS(597), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(599), - [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(603), - [sym_integer_literal] = ACTIONS(605), - [sym_hex_literal] = ACTIONS(607), - [sym_bin_literal] = ACTIONS(607), - [anon_sym_true] = ACTIONS(609), - [anon_sym_false] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(611), - [sym__backtick_identifier] = ACTIONS(613), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(615), + [anon_sym_expect] = ACTIONS(515), + [anon_sym_actual] = ACTIONS(515), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(523), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), }, - [128] = { - [sym_type_alias] = STATE(3281), - [sym__declaration] = STATE(3281), - [sym_class_declaration] = STATE(3281), - [sym_function_declaration] = STATE(3281), - [sym_property_declaration] = STATE(3281), - [sym_getter] = STATE(3281), - [sym_setter] = STATE(3281), - [sym_object_declaration] = STATE(3281), - [sym__statement] = STATE(3281), - [sym_control_structure_body] = STATE(3168), - [sym__block] = STATE(3281), - [sym__loop_statement] = STATE(3281), - [sym_for_statement] = STATE(3281), - [sym_while_statement] = STATE(3281), - [sym_do_while_statement] = STATE(3281), - [sym_assignment] = STATE(3281), - [sym__expression] = STATE(1504), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(2750), - [sym_parenthesized_expression] = STATE(2750), - [sym_collection_literal] = STATE(2750), - [sym__literal_constant] = STATE(2750), - [sym_string_literal] = STATE(2750), - [sym_lambda_literal] = STATE(2750), - [sym_anonymous_function] = STATE(2750), - [sym__function_literal] = STATE(2750), - [sym_object_literal] = STATE(2750), - [sym_this_expression] = STATE(2750), - [sym_super_expression] = STATE(2750), - [sym_if_expression] = STATE(2750), - [sym_when_expression] = STATE(2750), - [sym_try_expression] = STATE(2750), - [sym_jump_expression] = STATE(2750), - [sym_callable_reference] = STATE(2750), - [sym__prefix_unary_operator] = STATE(2071), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7888), - [sym_modifiers] = STATE(7724), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(354), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3447), - [sym__return_at] = STATE(304), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(2750), - [sym_long_literal] = STATE(2750), - [sym_boolean_literal] = STATE(2750), - [sym_character_literal] = STATE(2750), - [sym__lexical_identifier] = STATE(2890), - [aux_sym__statement_repeat1] = STATE(786), - [aux_sym_modifiers_repeat1] = STATE(5441), + [124] = { + [sym_type_alias] = STATE(3456), + [sym__declaration] = STATE(3456), + [sym_class_declaration] = STATE(3456), + [sym_function_declaration] = STATE(3456), + [sym_property_declaration] = STATE(3456), + [sym_getter] = STATE(3456), + [sym_setter] = STATE(3456), + [sym_object_declaration] = STATE(3456), + [sym__statement] = STATE(3456), + [sym_control_structure_body] = STATE(3199), + [sym__block] = STATE(3456), + [sym__loop_statement] = STATE(3456), + [sym_for_statement] = STATE(3456), + [sym_while_statement] = STATE(3456), + [sym_do_while_statement] = STATE(3456), + [sym_assignment] = STATE(3456), + [sym__expression] = STATE(2364), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(2743), + [sym_parenthesized_expression] = STATE(2743), + [sym_collection_literal] = STATE(2743), + [sym__literal_constant] = STATE(2743), + [sym_string_literal] = STATE(2743), + [sym_lambda_literal] = STATE(2743), + [sym_anonymous_function] = STATE(2743), + [sym__function_literal] = STATE(2743), + [sym_object_literal] = STATE(2743), + [sym_this_expression] = STATE(2743), + [sym_super_expression] = STATE(2743), + [sym_if_expression] = STATE(2743), + [sym_when_expression] = STATE(2743), + [sym_try_expression] = STATE(2743), + [sym_jump_expression] = STATE(2743), + [sym_callable_reference] = STATE(2743), + [sym__prefix_unary_operator] = STATE(2070), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7926), + [sym_modifiers] = STATE(7767), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(337), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3279), + [sym__return_at] = STATE(317), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(2743), + [sym_long_literal] = STATE(2743), + [sym_boolean_literal] = STATE(2743), + [sym_character_literal] = STATE(2743), + [sym__lexical_identifier] = STATE(2837), + [aux_sym__statement_repeat1] = STATE(787), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(333), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(335), [anon_sym_typealias] = ACTIONS(337), - [anon_sym_class] = ACTIONS(917), - [anon_sym_interface] = ACTIONS(917), - [anon_sym_enum] = ACTIONS(919), - [anon_sym_LBRACE] = ACTIONS(921), + [anon_sym_class] = ACTIONS(1097), + [anon_sym_interface] = ACTIONS(1097), + [anon_sym_enum] = ACTIONS(1099), + [anon_sym_LBRACE] = ACTIONS(953), [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_val] = ACTIONS(923), - [anon_sym_var] = ACTIONS(923), - [anon_sym_object] = ACTIONS(925), - [anon_sym_fun] = ACTIONS(927), - [anon_sym_SEMI] = ACTIONS(1363), - [anon_sym_get] = ACTIONS(929), - [anon_sym_set] = ACTIONS(931), + [anon_sym_val] = ACTIONS(1101), + [anon_sym_var] = ACTIONS(1101), + [anon_sym_object] = ACTIONS(1103), + [anon_sym_fun] = ACTIONS(1105), + [anon_sym_SEMI] = ACTIONS(1351), + [anon_sym_get] = ACTIONS(1107), + [anon_sym_set] = ACTIONS(1109), [anon_sym_this] = ACTIONS(357), [anon_sym_super] = ACTIONS(359), - [anon_sym_STAR] = ACTIONS(933), - [sym_label] = ACTIONS(935), - [anon_sym_for] = ACTIONS(937), - [anon_sym_while] = ACTIONS(939), + [anon_sym_STAR] = ACTIONS(1111), + [sym_label] = ACTIONS(1113), + [anon_sym_for] = ACTIONS(1115), + [anon_sym_while] = ACTIONS(1117), [anon_sym_do] = ACTIONS(369), - [anon_sym_null] = ACTIONS(941), - [anon_sym_if] = ACTIONS(373), + [anon_sym_null] = ACTIONS(973), + [anon_sym_if] = ACTIONS(703), [anon_sym_when] = ACTIONS(375), [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(379), - [anon_sym_return] = ACTIONS(381), + [anon_sym_throw] = ACTIONS(705), + [anon_sym_return] = ACTIONS(707), [anon_sym_continue] = ACTIONS(383), [anon_sym_break] = ACTIONS(383), [anon_sym_COLON_COLON] = ACTIONS(385), - [anon_sym_PLUS] = ACTIONS(943), - [anon_sym_DASH] = ACTIONS(943), - [anon_sym_PLUS_PLUS] = ACTIONS(945), - [anon_sym_DASH_DASH] = ACTIONS(945), - [anon_sym_BANG] = ACTIONS(945), + [anon_sym_PLUS] = ACTIONS(1119), + [anon_sym_DASH] = ACTIONS(1119), + [anon_sym_PLUS_PLUS] = ACTIONS(1121), + [anon_sym_DASH_DASH] = ACTIONS(1121), + [anon_sym_BANG] = ACTIONS(1121), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -45587,7 +45071,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(395), [anon_sym_break_AT] = ACTIONS(397), - [sym_real_literal] = ACTIONS(947), + [sym_real_literal] = ACTIONS(979), [sym_integer_literal] = ACTIONS(401), [sym_hex_literal] = ACTIONS(403), [sym_bin_literal] = ACTIONS(403), @@ -45598,127 +45082,127 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(411), }, - [129] = { - [sym_type_alias] = STATE(3848), - [sym__declaration] = STATE(3848), - [sym_class_declaration] = STATE(3848), - [sym_function_declaration] = STATE(3848), - [sym_property_declaration] = STATE(3848), - [sym_getter] = STATE(3848), - [sym_setter] = STATE(3848), - [sym_object_declaration] = STATE(3848), - [sym__statement] = STATE(3848), - [sym_control_structure_body] = STATE(3795), - [sym__block] = STATE(3848), - [sym__loop_statement] = STATE(3848), - [sym_for_statement] = STATE(3848), - [sym_while_statement] = STATE(3848), - [sym_do_while_statement] = STATE(3848), - [sym_assignment] = STATE(3848), - [sym__expression] = STATE(2556), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(2871), - [sym_parenthesized_expression] = STATE(2871), - [sym_collection_literal] = STATE(2871), - [sym__literal_constant] = STATE(2871), - [sym_string_literal] = STATE(2871), - [sym_lambda_literal] = STATE(2871), - [sym_anonymous_function] = STATE(2871), - [sym__function_literal] = STATE(2871), - [sym_object_literal] = STATE(2871), - [sym_this_expression] = STATE(2871), - [sym_super_expression] = STATE(2871), - [sym_if_expression] = STATE(2871), - [sym_when_expression] = STATE(2871), - [sym_try_expression] = STATE(2871), - [sym_jump_expression] = STATE(2871), - [sym_callable_reference] = STATE(2871), - [sym__prefix_unary_operator] = STATE(1643), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7866), - [sym_modifiers] = STATE(7722), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(348), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3755), - [sym__return_at] = STATE(264), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(2871), - [sym_long_literal] = STATE(2871), - [sym_boolean_literal] = STATE(2871), - [sym_character_literal] = STATE(2871), - [sym__lexical_identifier] = STATE(3263), - [aux_sym__statement_repeat1] = STATE(818), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(537), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_typealias] = ACTIONS(541), - [anon_sym_class] = ACTIONS(1007), - [anon_sym_interface] = ACTIONS(1007), - [anon_sym_enum] = ACTIONS(1009), - [anon_sym_LBRACE] = ACTIONS(953), - [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_val] = ACTIONS(1011), - [anon_sym_var] = ACTIONS(1011), - [anon_sym_object] = ACTIONS(1013), - [anon_sym_fun] = ACTIONS(1015), - [anon_sym_SEMI] = ACTIONS(1335), - [anon_sym_get] = ACTIONS(1017), - [anon_sym_set] = ACTIONS(1019), - [anon_sym_this] = ACTIONS(561), - [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1021), - [sym_label] = ACTIONS(1023), - [anon_sym_for] = ACTIONS(1025), - [anon_sym_while] = ACTIONS(1027), - [anon_sym_do] = ACTIONS(573), - [anon_sym_null] = ACTIONS(973), - [anon_sym_if] = ACTIONS(755), - [anon_sym_when] = ACTIONS(579), - [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(757), - [anon_sym_return] = ACTIONS(759), - [anon_sym_continue] = ACTIONS(587), - [anon_sym_break] = ACTIONS(587), - [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(1029), - [anon_sym_DASH] = ACTIONS(1029), - [anon_sym_PLUS_PLUS] = ACTIONS(1031), - [anon_sym_DASH_DASH] = ACTIONS(1031), - [anon_sym_BANG] = ACTIONS(1031), + [125] = { + [sym_type_alias] = STATE(3873), + [sym__declaration] = STATE(3873), + [sym_class_declaration] = STATE(3873), + [sym_function_declaration] = STATE(3873), + [sym_property_declaration] = STATE(3873), + [sym_getter] = STATE(3873), + [sym_setter] = STATE(3873), + [sym_object_declaration] = STATE(3873), + [sym__statement] = STATE(3873), + [sym_control_structure_body] = STATE(3747), + [sym__block] = STATE(3873), + [sym__loop_statement] = STATE(3873), + [sym_for_statement] = STATE(3873), + [sym_while_statement] = STATE(3873), + [sym_do_while_statement] = STATE(3873), + [sym_assignment] = STATE(3873), + [sym__expression] = STATE(1249), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(2895), + [sym_parenthesized_expression] = STATE(2895), + [sym_collection_literal] = STATE(2895), + [sym__literal_constant] = STATE(2895), + [sym_string_literal] = STATE(2895), + [sym_lambda_literal] = STATE(2895), + [sym_anonymous_function] = STATE(2895), + [sym__function_literal] = STATE(2895), + [sym_object_literal] = STATE(2895), + [sym_this_expression] = STATE(2895), + [sym_super_expression] = STATE(2895), + [sym_if_expression] = STATE(2895), + [sym_when_expression] = STATE(2895), + [sym_try_expression] = STATE(2895), + [sym_jump_expression] = STATE(2895), + [sym_callable_reference] = STATE(2895), + [sym__prefix_unary_operator] = STATE(1807), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7923), + [sym_modifiers] = STATE(7675), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(352), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3725), + [sym__return_at] = STATE(261), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(2895), + [sym_long_literal] = STATE(2895), + [sym_boolean_literal] = STATE(2895), + [sym_character_literal] = STATE(2895), + [sym__lexical_identifier] = STATE(3382), + [aux_sym__statement_repeat1] = STATE(815), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_typealias] = ACTIONS(459), + [anon_sym_class] = ACTIONS(461), + [anon_sym_interface] = ACTIONS(461), + [anon_sym_enum] = ACTIONS(463), + [anon_sym_LBRACE] = ACTIONS(465), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_val] = ACTIONS(469), + [anon_sym_var] = ACTIONS(469), + [anon_sym_object] = ACTIONS(471), + [anon_sym_fun] = ACTIONS(473), + [anon_sym_SEMI] = ACTIONS(1353), + [anon_sym_get] = ACTIONS(475), + [anon_sym_set] = ACTIONS(477), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1311), + [sym_label] = ACTIONS(485), + [anon_sym_for] = ACTIONS(487), + [anon_sym_while] = ACTIONS(489), + [anon_sym_do] = ACTIONS(491), + [anon_sym_null] = ACTIONS(493), + [anon_sym_if] = ACTIONS(495), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(501), + [anon_sym_return] = ACTIONS(503), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(509), + [anon_sym_DASH] = ACTIONS(509), + [anon_sym_PLUS_PLUS] = ACTIONS(511), + [anon_sym_DASH_DASH] = ACTIONS(511), + [anon_sym_BANG] = ACTIONS(511), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(595), - [anon_sym_inner] = ACTIONS(595), + [anon_sym_data] = ACTIONS(513), + [anon_sym_inner] = ACTIONS(513), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -45737,144 +45221,144 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(597), - [anon_sym_actual] = ACTIONS(597), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(599), - [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(979), - [sym_integer_literal] = ACTIONS(605), - [sym_hex_literal] = ACTIONS(607), - [sym_bin_literal] = ACTIONS(607), - [anon_sym_true] = ACTIONS(609), - [anon_sym_false] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(611), - [sym__backtick_identifier] = ACTIONS(613), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(615), + [anon_sym_expect] = ACTIONS(515), + [anon_sym_actual] = ACTIONS(515), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(523), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), }, - [130] = { - [sym_type_alias] = STATE(3281), - [sym__declaration] = STATE(3281), - [sym_class_declaration] = STATE(3281), - [sym_function_declaration] = STATE(3281), - [sym_property_declaration] = STATE(3281), - [sym_getter] = STATE(3281), - [sym_setter] = STATE(3281), - [sym_object_declaration] = STATE(3281), - [sym__statement] = STATE(3281), - [sym_control_structure_body] = STATE(3188), - [sym__block] = STATE(3281), - [sym__loop_statement] = STATE(3281), - [sym_for_statement] = STATE(3281), - [sym_while_statement] = STATE(3281), - [sym_do_while_statement] = STATE(3281), - [sym_assignment] = STATE(3281), - [sym__expression] = STATE(1212), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(2728), - [sym_parenthesized_expression] = STATE(2728), - [sym_collection_literal] = STATE(2728), - [sym__literal_constant] = STATE(2728), - [sym_string_literal] = STATE(2728), - [sym_lambda_literal] = STATE(2728), - [sym_anonymous_function] = STATE(2728), - [sym__function_literal] = STATE(2728), - [sym_object_literal] = STATE(2728), - [sym_this_expression] = STATE(2728), - [sym_super_expression] = STATE(2728), - [sym_if_expression] = STATE(2728), - [sym_when_expression] = STATE(2728), - [sym_try_expression] = STATE(2728), - [sym_jump_expression] = STATE(2728), - [sym_callable_reference] = STATE(2728), - [sym__prefix_unary_operator] = STATE(2185), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7898), - [sym_modifiers] = STATE(7788), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(332), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3447), - [sym__return_at] = STATE(323), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(2728), - [sym_long_literal] = STATE(2728), - [sym_boolean_literal] = STATE(2728), - [sym_character_literal] = STATE(2728), - [sym__lexical_identifier] = STATE(2890), - [aux_sym__statement_repeat1] = STATE(787), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(333), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(335), - [anon_sym_typealias] = ACTIONS(337), - [anon_sym_class] = ACTIONS(675), - [anon_sym_interface] = ACTIONS(675), - [anon_sym_enum] = ACTIONS(677), - [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_val] = ACTIONS(679), - [anon_sym_var] = ACTIONS(679), - [anon_sym_object] = ACTIONS(681), - [anon_sym_fun] = ACTIONS(683), - [anon_sym_SEMI] = ACTIONS(1365), - [anon_sym_get] = ACTIONS(685), - [anon_sym_set] = ACTIONS(687), - [anon_sym_this] = ACTIONS(357), - [anon_sym_super] = ACTIONS(359), - [anon_sym_STAR] = ACTIONS(1319), - [sym_label] = ACTIONS(691), - [anon_sym_for] = ACTIONS(693), - [anon_sym_while] = ACTIONS(695), - [anon_sym_do] = ACTIONS(369), - [anon_sym_null] = ACTIONS(371), - [anon_sym_if] = ACTIONS(697), - [anon_sym_when] = ACTIONS(375), - [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(699), - [anon_sym_return] = ACTIONS(701), - [anon_sym_continue] = ACTIONS(383), - [anon_sym_break] = ACTIONS(383), - [anon_sym_COLON_COLON] = ACTIONS(385), - [anon_sym_PLUS] = ACTIONS(703), - [anon_sym_DASH] = ACTIONS(703), - [anon_sym_PLUS_PLUS] = ACTIONS(705), - [anon_sym_DASH_DASH] = ACTIONS(705), - [anon_sym_BANG] = ACTIONS(705), + [126] = { + [sym_type_alias] = STATE(3873), + [sym__declaration] = STATE(3873), + [sym_class_declaration] = STATE(3873), + [sym_function_declaration] = STATE(3873), + [sym_property_declaration] = STATE(3873), + [sym_getter] = STATE(3873), + [sym_setter] = STATE(3873), + [sym_object_declaration] = STATE(3873), + [sym__statement] = STATE(3873), + [sym_control_structure_body] = STATE(3683), + [sym__block] = STATE(3873), + [sym__loop_statement] = STATE(3873), + [sym_for_statement] = STATE(3873), + [sym_while_statement] = STATE(3873), + [sym_do_while_statement] = STATE(3873), + [sym_assignment] = STATE(3873), + [sym__expression] = STATE(1249), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(2895), + [sym_parenthesized_expression] = STATE(2895), + [sym_collection_literal] = STATE(2895), + [sym__literal_constant] = STATE(2895), + [sym_string_literal] = STATE(2895), + [sym_lambda_literal] = STATE(2895), + [sym_anonymous_function] = STATE(2895), + [sym__function_literal] = STATE(2895), + [sym_object_literal] = STATE(2895), + [sym_this_expression] = STATE(2895), + [sym_super_expression] = STATE(2895), + [sym_if_expression] = STATE(2895), + [sym_when_expression] = STATE(2895), + [sym_try_expression] = STATE(2895), + [sym_jump_expression] = STATE(2895), + [sym_callable_reference] = STATE(2895), + [sym__prefix_unary_operator] = STATE(1807), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7923), + [sym_modifiers] = STATE(7675), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(352), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3725), + [sym__return_at] = STATE(261), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(2895), + [sym_long_literal] = STATE(2895), + [sym_boolean_literal] = STATE(2895), + [sym_character_literal] = STATE(2895), + [sym__lexical_identifier] = STATE(3382), + [aux_sym__statement_repeat1] = STATE(815), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_typealias] = ACTIONS(459), + [anon_sym_class] = ACTIONS(461), + [anon_sym_interface] = ACTIONS(461), + [anon_sym_enum] = ACTIONS(463), + [anon_sym_LBRACE] = ACTIONS(465), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_val] = ACTIONS(469), + [anon_sym_var] = ACTIONS(469), + [anon_sym_object] = ACTIONS(471), + [anon_sym_fun] = ACTIONS(473), + [anon_sym_SEMI] = ACTIONS(1355), + [anon_sym_get] = ACTIONS(475), + [anon_sym_set] = ACTIONS(477), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1311), + [sym_label] = ACTIONS(485), + [anon_sym_for] = ACTIONS(487), + [anon_sym_while] = ACTIONS(489), + [anon_sym_do] = ACTIONS(491), + [anon_sym_null] = ACTIONS(493), + [anon_sym_if] = ACTIONS(495), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(501), + [anon_sym_return] = ACTIONS(503), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(509), + [anon_sym_DASH] = ACTIONS(509), + [anon_sym_PLUS_PLUS] = ACTIONS(511), + [anon_sym_DASH_DASH] = ACTIONS(511), + [anon_sym_BANG] = ACTIONS(511), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(391), - [anon_sym_inner] = ACTIONS(391), + [anon_sym_data] = ACTIONS(513), + [anon_sym_inner] = ACTIONS(513), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -45893,144 +45377,144 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(393), - [anon_sym_actual] = ACTIONS(393), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(395), - [anon_sym_break_AT] = ACTIONS(397), - [sym_real_literal] = ACTIONS(399), - [sym_integer_literal] = ACTIONS(401), - [sym_hex_literal] = ACTIONS(403), - [sym_bin_literal] = ACTIONS(403), - [anon_sym_true] = ACTIONS(405), - [anon_sym_false] = ACTIONS(405), - [anon_sym_SQUOTE] = ACTIONS(407), - [sym__backtick_identifier] = ACTIONS(409), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(411), + [anon_sym_expect] = ACTIONS(515), + [anon_sym_actual] = ACTIONS(515), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(523), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), }, - [131] = { - [sym_type_alias] = STATE(3848), - [sym__declaration] = STATE(3848), - [sym_class_declaration] = STATE(3848), - [sym_function_declaration] = STATE(3848), - [sym_property_declaration] = STATE(3848), - [sym_getter] = STATE(3848), - [sym_setter] = STATE(3848), - [sym_object_declaration] = STATE(3848), - [sym__statement] = STATE(3848), - [sym_control_structure_body] = STATE(3795), - [sym__block] = STATE(3848), - [sym__loop_statement] = STATE(3848), - [sym_for_statement] = STATE(3848), - [sym_while_statement] = STATE(3848), - [sym_do_while_statement] = STATE(3848), - [sym_assignment] = STATE(3848), - [sym__expression] = STATE(1381), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(2891), - [sym_parenthesized_expression] = STATE(2891), - [sym_collection_literal] = STATE(2891), - [sym__literal_constant] = STATE(2891), - [sym_string_literal] = STATE(2891), - [sym_lambda_literal] = STATE(2891), - [sym_anonymous_function] = STATE(2891), - [sym__function_literal] = STATE(2891), - [sym_object_literal] = STATE(2891), - [sym_this_expression] = STATE(2891), - [sym_super_expression] = STATE(2891), - [sym_if_expression] = STATE(2891), - [sym_when_expression] = STATE(2891), - [sym_try_expression] = STATE(2891), - [sym_jump_expression] = STATE(2891), - [sym_callable_reference] = STATE(2891), - [sym__prefix_unary_operator] = STATE(2081), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7899), - [sym_modifiers] = STATE(7665), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(344), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3755), - [sym__return_at] = STATE(264), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(2891), - [sym_long_literal] = STATE(2891), - [sym_boolean_literal] = STATE(2891), - [sym_character_literal] = STATE(2891), - [sym__lexical_identifier] = STATE(3263), - [aux_sym__statement_repeat1] = STATE(817), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(537), + [127] = { + [sym_type_alias] = STATE(3873), + [sym__declaration] = STATE(3873), + [sym_class_declaration] = STATE(3873), + [sym_function_declaration] = STATE(3873), + [sym_property_declaration] = STATE(3873), + [sym_getter] = STATE(3873), + [sym_setter] = STATE(3873), + [sym_object_declaration] = STATE(3873), + [sym__statement] = STATE(3873), + [sym_control_structure_body] = STATE(3763), + [sym__block] = STATE(3873), + [sym__loop_statement] = STATE(3873), + [sym_for_statement] = STATE(3873), + [sym_while_statement] = STATE(3873), + [sym_do_while_statement] = STATE(3873), + [sym_assignment] = STATE(3873), + [sym__expression] = STATE(2500), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(2836), + [sym_parenthesized_expression] = STATE(2836), + [sym_collection_literal] = STATE(2836), + [sym__literal_constant] = STATE(2836), + [sym_string_literal] = STATE(2836), + [sym_lambda_literal] = STATE(2836), + [sym_anonymous_function] = STATE(2836), + [sym__function_literal] = STATE(2836), + [sym_object_literal] = STATE(2836), + [sym_this_expression] = STATE(2836), + [sym_super_expression] = STATE(2836), + [sym_if_expression] = STATE(2836), + [sym_when_expression] = STATE(2836), + [sym_try_expression] = STATE(2836), + [sym_jump_expression] = STATE(2836), + [sym_callable_reference] = STATE(2836), + [sym__prefix_unary_operator] = STATE(2362), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7922), + [sym_modifiers] = STATE(7861), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(354), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3725), + [sym__return_at] = STATE(263), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(2836), + [sym_long_literal] = STATE(2836), + [sym_boolean_literal] = STATE(2836), + [sym_character_literal] = STATE(2836), + [sym__lexical_identifier] = STATE(3382), + [aux_sym__statement_repeat1] = STATE(824), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(455), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_typealias] = ACTIONS(541), - [anon_sym_class] = ACTIONS(733), - [anon_sym_interface] = ACTIONS(733), - [anon_sym_enum] = ACTIONS(735), - [anon_sym_LBRACE] = ACTIONS(547), - [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_val] = ACTIONS(737), - [anon_sym_var] = ACTIONS(737), - [anon_sym_object] = ACTIONS(739), - [anon_sym_fun] = ACTIONS(741), - [anon_sym_SEMI] = ACTIONS(1335), - [anon_sym_get] = ACTIONS(743), - [anon_sym_set] = ACTIONS(745), - [anon_sym_this] = ACTIONS(561), - [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1329), - [sym_label] = ACTIONS(749), - [anon_sym_for] = ACTIONS(751), - [anon_sym_while] = ACTIONS(753), - [anon_sym_do] = ACTIONS(573), - [anon_sym_null] = ACTIONS(575), - [anon_sym_if] = ACTIONS(755), - [anon_sym_when] = ACTIONS(579), - [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(757), - [anon_sym_return] = ACTIONS(759), - [anon_sym_continue] = ACTIONS(587), - [anon_sym_break] = ACTIONS(587), - [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(761), - [anon_sym_DASH] = ACTIONS(761), - [anon_sym_PLUS_PLUS] = ACTIONS(763), - [anon_sym_DASH_DASH] = ACTIONS(763), - [anon_sym_BANG] = ACTIONS(763), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_typealias] = ACTIONS(459), + [anon_sym_class] = ACTIONS(1007), + [anon_sym_interface] = ACTIONS(1007), + [anon_sym_enum] = ACTIONS(1009), + [anon_sym_LBRACE] = ACTIONS(861), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_val] = ACTIONS(1011), + [anon_sym_var] = ACTIONS(1011), + [anon_sym_object] = ACTIONS(1013), + [anon_sym_fun] = ACTIONS(1015), + [anon_sym_SEMI] = ACTIONS(1357), + [anon_sym_get] = ACTIONS(1017), + [anon_sym_set] = ACTIONS(1019), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1021), + [sym_label] = ACTIONS(1023), + [anon_sym_for] = ACTIONS(1025), + [anon_sym_while] = ACTIONS(1027), + [anon_sym_do] = ACTIONS(491), + [anon_sym_null] = ACTIONS(881), + [anon_sym_if] = ACTIONS(761), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(763), + [anon_sym_return] = ACTIONS(765), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(1029), + [anon_sym_DASH] = ACTIONS(1029), + [anon_sym_PLUS_PLUS] = ACTIONS(1031), + [anon_sym_DASH_DASH] = ACTIONS(1031), + [anon_sym_BANG] = ACTIONS(1031), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(595), - [anon_sym_inner] = ACTIONS(595), + [anon_sym_data] = ACTIONS(513), + [anon_sym_inner] = ACTIONS(513), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -46049,139 +45533,139 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(597), - [anon_sym_actual] = ACTIONS(597), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(599), - [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(603), - [sym_integer_literal] = ACTIONS(605), - [sym_hex_literal] = ACTIONS(607), - [sym_bin_literal] = ACTIONS(607), - [anon_sym_true] = ACTIONS(609), - [anon_sym_false] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(611), - [sym__backtick_identifier] = ACTIONS(613), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(615), + [anon_sym_expect] = ACTIONS(515), + [anon_sym_actual] = ACTIONS(515), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(887), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), }, - [132] = { - [sym_type_alias] = STATE(4620), - [sym__declaration] = STATE(4620), - [sym_class_declaration] = STATE(4620), - [sym_function_declaration] = STATE(4620), - [sym_property_declaration] = STATE(4620), - [sym_getter] = STATE(4620), - [sym_setter] = STATE(4620), - [sym_object_declaration] = STATE(4620), - [sym__statement] = STATE(4620), - [sym_control_structure_body] = STATE(4689), - [sym__block] = STATE(4620), - [sym__loop_statement] = STATE(4620), - [sym_for_statement] = STATE(4620), - [sym_while_statement] = STATE(4620), - [sym_do_while_statement] = STATE(4620), - [sym_assignment] = STATE(4620), - [sym__expression] = STATE(3730), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4426), - [sym_parenthesized_expression] = STATE(4426), - [sym_collection_literal] = STATE(4426), - [sym__literal_constant] = STATE(4426), - [sym_string_literal] = STATE(4426), - [sym_lambda_literal] = STATE(4426), - [sym_anonymous_function] = STATE(4426), - [sym__function_literal] = STATE(4426), - [sym_object_literal] = STATE(4426), - [sym_this_expression] = STATE(4426), - [sym_super_expression] = STATE(4426), - [sym_if_expression] = STATE(4426), - [sym_when_expression] = STATE(4426), - [sym_try_expression] = STATE(4426), - [sym_jump_expression] = STATE(4426), - [sym_callable_reference] = STATE(4426), - [sym__prefix_unary_operator] = STATE(2343), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7895), - [sym_modifiers] = STATE(7620), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(337), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4561), - [sym__return_at] = STATE(310), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4426), - [sym_long_literal] = STATE(4426), - [sym_boolean_literal] = STATE(4426), - [sym_character_literal] = STATE(4426), - [sym__lexical_identifier] = STATE(4440), - [aux_sym__statement_repeat1] = STATE(806), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [128] = { + [sym_type_alias] = STATE(4571), + [sym__declaration] = STATE(4571), + [sym_class_declaration] = STATE(4571), + [sym_function_declaration] = STATE(4571), + [sym_property_declaration] = STATE(4571), + [sym_getter] = STATE(4571), + [sym_setter] = STATE(4571), + [sym_object_declaration] = STATE(4571), + [sym__statement] = STATE(4571), + [sym_control_structure_body] = STATE(4725), + [sym__block] = STATE(4571), + [sym__loop_statement] = STATE(4571), + [sym_for_statement] = STATE(4571), + [sym_while_statement] = STATE(4571), + [sym_do_while_statement] = STATE(4571), + [sym_assignment] = STATE(4571), + [sym__expression] = STATE(3003), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4434), + [sym_parenthesized_expression] = STATE(4434), + [sym_collection_literal] = STATE(4434), + [sym__literal_constant] = STATE(4434), + [sym_string_literal] = STATE(4434), + [sym_lambda_literal] = STATE(4434), + [sym_anonymous_function] = STATE(4434), + [sym__function_literal] = STATE(4434), + [sym_object_literal] = STATE(4434), + [sym_this_expression] = STATE(4434), + [sym_super_expression] = STATE(4434), + [sym_if_expression] = STATE(4434), + [sym_when_expression] = STATE(4434), + [sym_try_expression] = STATE(4434), + [sym_jump_expression] = STATE(4434), + [sym_callable_reference] = STATE(4434), + [sym__prefix_unary_operator] = STATE(1893), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7930), + [sym_modifiers] = STATE(7790), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(344), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4608), + [sym__return_at] = STATE(295), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4434), + [sym_long_literal] = STATE(4434), + [sym_boolean_literal] = STATE(4434), + [sym_character_literal] = STATE(4434), + [sym__lexical_identifier] = STATE(4461), + [aux_sym__statement_repeat1] = STATE(810), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_typealias] = ACTIONS(207), - [anon_sym_class] = ACTIONS(707), - [anon_sym_interface] = ACTIONS(707), - [anon_sym_enum] = ACTIONS(709), + [anon_sym_class] = ACTIONS(209), + [anon_sym_interface] = ACTIONS(209), + [anon_sym_enum] = ACTIONS(211), [anon_sym_LBRACE] = ACTIONS(213), [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_val] = ACTIONS(711), - [anon_sym_var] = ACTIONS(711), - [anon_sym_object] = ACTIONS(713), - [anon_sym_fun] = ACTIONS(715), - [anon_sym_SEMI] = ACTIONS(1367), - [anon_sym_get] = ACTIONS(717), - [anon_sym_set] = ACTIONS(719), + [anon_sym_val] = ACTIONS(217), + [anon_sym_var] = ACTIONS(217), + [anon_sym_object] = ACTIONS(219), + [anon_sym_fun] = ACTIONS(221), + [anon_sym_SEMI] = ACTIONS(1345), + [anon_sym_get] = ACTIONS(223), + [anon_sym_set] = ACTIONS(225), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1231), - [sym_label] = ACTIONS(723), - [anon_sym_for] = ACTIONS(725), - [anon_sym_while] = ACTIONS(727), + [anon_sym_STAR] = ACTIONS(1317), + [sym_label] = ACTIONS(233), + [anon_sym_for] = ACTIONS(235), + [anon_sym_while] = ACTIONS(237), [anon_sym_do] = ACTIONS(239), [anon_sym_null] = ACTIONS(241), - [anon_sym_if] = ACTIONS(321), + [anon_sym_if] = ACTIONS(243), [anon_sym_when] = ACTIONS(245), [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(323), - [anon_sym_return] = ACTIONS(325), + [anon_sym_throw] = ACTIONS(249), + [anon_sym_return] = ACTIONS(251), [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(729), - [anon_sym_DASH] = ACTIONS(729), - [anon_sym_PLUS_PLUS] = ACTIONS(731), - [anon_sym_DASH_DASH] = ACTIONS(731), - [anon_sym_BANG] = ACTIONS(731), + [anon_sym_PLUS] = ACTIONS(257), + [anon_sym_DASH] = ACTIONS(257), + [anon_sym_PLUS_PLUS] = ACTIONS(259), + [anon_sym_DASH_DASH] = ACTIONS(259), + [anon_sym_BANG] = ACTIONS(259), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -46222,122 +45706,122 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [133] = { - [sym_type_alias] = STATE(3281), - [sym__declaration] = STATE(3281), - [sym_class_declaration] = STATE(3281), - [sym_function_declaration] = STATE(3281), - [sym_property_declaration] = STATE(3281), - [sym_getter] = STATE(3281), - [sym_setter] = STATE(3281), - [sym_object_declaration] = STATE(3281), - [sym__statement] = STATE(3281), - [sym_control_structure_body] = STATE(3168), - [sym__block] = STATE(3281), - [sym__loop_statement] = STATE(3281), - [sym_for_statement] = STATE(3281), - [sym_while_statement] = STATE(3281), - [sym_do_while_statement] = STATE(3281), - [sym_assignment] = STATE(3281), - [sym__expression] = STATE(1212), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(2728), - [sym_parenthesized_expression] = STATE(2728), - [sym_collection_literal] = STATE(2728), - [sym__literal_constant] = STATE(2728), - [sym_string_literal] = STATE(2728), - [sym_lambda_literal] = STATE(2728), - [sym_anonymous_function] = STATE(2728), - [sym__function_literal] = STATE(2728), - [sym_object_literal] = STATE(2728), - [sym_this_expression] = STATE(2728), - [sym_super_expression] = STATE(2728), - [sym_if_expression] = STATE(2728), - [sym_when_expression] = STATE(2728), - [sym_try_expression] = STATE(2728), - [sym_jump_expression] = STATE(2728), - [sym_callable_reference] = STATE(2728), - [sym__prefix_unary_operator] = STATE(2185), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7898), - [sym_modifiers] = STATE(7788), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(332), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3447), - [sym__return_at] = STATE(323), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(2728), - [sym_long_literal] = STATE(2728), - [sym_boolean_literal] = STATE(2728), - [sym_character_literal] = STATE(2728), - [sym__lexical_identifier] = STATE(2890), - [aux_sym__statement_repeat1] = STATE(787), - [aux_sym_modifiers_repeat1] = STATE(5441), + [129] = { + [sym_type_alias] = STATE(3456), + [sym__declaration] = STATE(3456), + [sym_class_declaration] = STATE(3456), + [sym_function_declaration] = STATE(3456), + [sym_property_declaration] = STATE(3456), + [sym_getter] = STATE(3456), + [sym_setter] = STATE(3456), + [sym_object_declaration] = STATE(3456), + [sym__statement] = STATE(3456), + [sym_control_structure_body] = STATE(3199), + [sym__block] = STATE(3456), + [sym__loop_statement] = STATE(3456), + [sym_for_statement] = STATE(3456), + [sym_while_statement] = STATE(3456), + [sym_do_while_statement] = STATE(3456), + [sym_assignment] = STATE(3456), + [sym__expression] = STATE(1424), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(2743), + [sym_parenthesized_expression] = STATE(2743), + [sym_collection_literal] = STATE(2743), + [sym__literal_constant] = STATE(2743), + [sym_string_literal] = STATE(2743), + [sym_lambda_literal] = STATE(2743), + [sym_anonymous_function] = STATE(2743), + [sym__function_literal] = STATE(2743), + [sym_object_literal] = STATE(2743), + [sym_this_expression] = STATE(2743), + [sym_super_expression] = STATE(2743), + [sym_if_expression] = STATE(2743), + [sym_when_expression] = STATE(2743), + [sym_try_expression] = STATE(2743), + [sym_jump_expression] = STATE(2743), + [sym_callable_reference] = STATE(2743), + [sym__prefix_unary_operator] = STATE(1868), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7919), + [sym_modifiers] = STATE(7860), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(349), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3279), + [sym__return_at] = STATE(303), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(2743), + [sym_long_literal] = STATE(2743), + [sym_boolean_literal] = STATE(2743), + [sym_character_literal] = STATE(2743), + [sym__lexical_identifier] = STATE(2837), + [aux_sym__statement_repeat1] = STATE(826), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(333), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(335), [anon_sym_typealias] = ACTIONS(337), - [anon_sym_class] = ACTIONS(675), - [anon_sym_interface] = ACTIONS(675), - [anon_sym_enum] = ACTIONS(677), - [anon_sym_LBRACE] = ACTIONS(343), + [anon_sym_class] = ACTIONS(949), + [anon_sym_interface] = ACTIONS(949), + [anon_sym_enum] = ACTIONS(951), + [anon_sym_LBRACE] = ACTIONS(953), [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_val] = ACTIONS(679), - [anon_sym_var] = ACTIONS(679), - [anon_sym_object] = ACTIONS(681), - [anon_sym_fun] = ACTIONS(683), - [anon_sym_SEMI] = ACTIONS(1363), - [anon_sym_get] = ACTIONS(685), - [anon_sym_set] = ACTIONS(687), + [anon_sym_val] = ACTIONS(955), + [anon_sym_var] = ACTIONS(955), + [anon_sym_object] = ACTIONS(957), + [anon_sym_fun] = ACTIONS(959), + [anon_sym_SEMI] = ACTIONS(1351), + [anon_sym_get] = ACTIONS(961), + [anon_sym_set] = ACTIONS(963), [anon_sym_this] = ACTIONS(357), [anon_sym_super] = ACTIONS(359), - [anon_sym_STAR] = ACTIONS(1319), - [sym_label] = ACTIONS(691), - [anon_sym_for] = ACTIONS(693), - [anon_sym_while] = ACTIONS(695), + [anon_sym_STAR] = ACTIONS(965), + [sym_label] = ACTIONS(967), + [anon_sym_for] = ACTIONS(969), + [anon_sym_while] = ACTIONS(971), [anon_sym_do] = ACTIONS(369), - [anon_sym_null] = ACTIONS(371), - [anon_sym_if] = ACTIONS(697), + [anon_sym_null] = ACTIONS(973), + [anon_sym_if] = ACTIONS(373), [anon_sym_when] = ACTIONS(375), [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(699), - [anon_sym_return] = ACTIONS(701), + [anon_sym_throw] = ACTIONS(379), + [anon_sym_return] = ACTIONS(381), [anon_sym_continue] = ACTIONS(383), [anon_sym_break] = ACTIONS(383), [anon_sym_COLON_COLON] = ACTIONS(385), - [anon_sym_PLUS] = ACTIONS(703), - [anon_sym_DASH] = ACTIONS(703), - [anon_sym_PLUS_PLUS] = ACTIONS(705), - [anon_sym_DASH_DASH] = ACTIONS(705), - [anon_sym_BANG] = ACTIONS(705), + [anon_sym_PLUS] = ACTIONS(975), + [anon_sym_DASH] = ACTIONS(975), + [anon_sym_PLUS_PLUS] = ACTIONS(977), + [anon_sym_DASH_DASH] = ACTIONS(977), + [anon_sym_BANG] = ACTIONS(977), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -46367,7 +45851,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(395), [anon_sym_break_AT] = ACTIONS(397), - [sym_real_literal] = ACTIONS(399), + [sym_real_literal] = ACTIONS(979), [sym_integer_literal] = ACTIONS(401), [sym_hex_literal] = ACTIONS(403), [sym_bin_literal] = ACTIONS(403), @@ -46378,283 +45862,127 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(411), }, - [134] = { - [sym_type_alias] = STATE(1152), - [sym__declaration] = STATE(1152), - [sym_class_declaration] = STATE(1152), - [sym_function_declaration] = STATE(1152), - [sym_property_declaration] = STATE(1152), - [sym_getter] = STATE(1152), - [sym_setter] = STATE(1152), - [sym_object_declaration] = STATE(1152), - [sym__statement] = STATE(1152), - [sym_control_structure_body] = STATE(1058), - [sym__block] = STATE(1152), - [sym__loop_statement] = STATE(1152), - [sym_for_statement] = STATE(1152), - [sym_while_statement] = STATE(1152), - [sym_do_while_statement] = STATE(1152), - [sym_assignment] = STATE(1152), - [sym__expression] = STATE(460), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(781), - [sym_parenthesized_expression] = STATE(781), - [sym_collection_literal] = STATE(781), - [sym__literal_constant] = STATE(781), - [sym_string_literal] = STATE(781), - [sym_lambda_literal] = STATE(781), - [sym_anonymous_function] = STATE(781), - [sym__function_literal] = STATE(781), - [sym_object_literal] = STATE(781), - [sym_this_expression] = STATE(781), - [sym_super_expression] = STATE(781), - [sym_if_expression] = STATE(781), - [sym_when_expression] = STATE(781), - [sym_try_expression] = STATE(781), - [sym_jump_expression] = STATE(781), - [sym_callable_reference] = STATE(781), - [sym__prefix_unary_operator] = STATE(2001), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7876), - [sym_modifiers] = STATE(7618), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(336), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1054), - [sym__return_at] = STATE(260), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(781), - [sym_long_literal] = STATE(781), - [sym_boolean_literal] = STATE(781), - [sym_character_literal] = STATE(781), - [sym__lexical_identifier] = STATE(866), - [aux_sym__statement_repeat1] = STATE(795), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_typealias] = ACTIONS(417), - [anon_sym_class] = ACTIONS(885), - [anon_sym_interface] = ACTIONS(885), - [anon_sym_enum] = ACTIONS(887), - [anon_sym_LBRACE] = ACTIONS(889), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_val] = ACTIONS(891), - [anon_sym_var] = ACTIONS(891), - [anon_sym_object] = ACTIONS(893), - [anon_sym_fun] = ACTIONS(895), - [anon_sym_SEMI] = ACTIONS(1337), - [anon_sym_get] = ACTIONS(897), - [anon_sym_set] = ACTIONS(899), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(901), - [sym_label] = ACTIONS(903), - [anon_sym_for] = ACTIONS(905), - [anon_sym_while] = ACTIONS(907), - [anon_sym_do] = ACTIONS(449), - [anon_sym_null] = ACTIONS(909), - [anon_sym_if] = ACTIONS(453), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(459), - [anon_sym_return] = ACTIONS(461), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(911), - [anon_sym_DASH] = ACTIONS(911), - [anon_sym_PLUS_PLUS] = ACTIONS(913), - [anon_sym_DASH_DASH] = ACTIONS(913), - [anon_sym_BANG] = ACTIONS(913), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(471), - [anon_sym_inner] = ACTIONS(471), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(473), - [anon_sym_actual] = ACTIONS(473), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(915), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), - }, - [135] = { - [sym_type_alias] = STATE(4921), - [sym__declaration] = STATE(4921), - [sym_class_declaration] = STATE(4921), - [sym_function_declaration] = STATE(4921), - [sym_property_declaration] = STATE(4921), - [sym_getter] = STATE(4921), - [sym_setter] = STATE(4921), - [sym_object_declaration] = STATE(4921), - [sym__statement] = STATE(4921), - [sym_control_structure_body] = STATE(5051), - [sym__block] = STATE(4921), - [sym__loop_statement] = STATE(4921), - [sym_for_statement] = STATE(4921), - [sym_while_statement] = STATE(4921), - [sym_do_while_statement] = STATE(4921), - [sym_assignment] = STATE(4921), - [sym__expression] = STATE(3646), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4446), - [sym_parenthesized_expression] = STATE(4446), - [sym_collection_literal] = STATE(4446), - [sym__literal_constant] = STATE(4446), - [sym_string_literal] = STATE(4446), - [sym_lambda_literal] = STATE(4446), - [sym_anonymous_function] = STATE(4446), - [sym__function_literal] = STATE(4446), - [sym_object_literal] = STATE(4446), - [sym_this_expression] = STATE(4446), - [sym_super_expression] = STATE(4446), - [sym_if_expression] = STATE(4446), - [sym_when_expression] = STATE(4446), - [sym_try_expression] = STATE(4446), - [sym_jump_expression] = STATE(4446), - [sym_callable_reference] = STATE(4446), - [sym__prefix_unary_operator] = STATE(2214), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7890), - [sym_modifiers] = STATE(7604), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(351), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4990), + [130] = { + [sym_type_alias] = STATE(3456), + [sym__declaration] = STATE(3456), + [sym_class_declaration] = STATE(3456), + [sym_function_declaration] = STATE(3456), + [sym_property_declaration] = STATE(3456), + [sym_getter] = STATE(3456), + [sym_setter] = STATE(3456), + [sym_object_declaration] = STATE(3456), + [sym__statement] = STATE(3456), + [sym_control_structure_body] = STATE(3450), + [sym__block] = STATE(3456), + [sym__loop_statement] = STATE(3456), + [sym_for_statement] = STATE(3456), + [sym_while_statement] = STATE(3456), + [sym_do_while_statement] = STATE(3456), + [sym_assignment] = STATE(3456), + [sym__expression] = STATE(1424), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(2743), + [sym_parenthesized_expression] = STATE(2743), + [sym_collection_literal] = STATE(2743), + [sym__literal_constant] = STATE(2743), + [sym_string_literal] = STATE(2743), + [sym_lambda_literal] = STATE(2743), + [sym_anonymous_function] = STATE(2743), + [sym__function_literal] = STATE(2743), + [sym_object_literal] = STATE(2743), + [sym_this_expression] = STATE(2743), + [sym_super_expression] = STATE(2743), + [sym_if_expression] = STATE(2743), + [sym_when_expression] = STATE(2743), + [sym_try_expression] = STATE(2743), + [sym_jump_expression] = STATE(2743), + [sym_callable_reference] = STATE(2743), + [sym__prefix_unary_operator] = STATE(1868), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7919), + [sym_modifiers] = STATE(7860), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(349), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3279), [sym__return_at] = STATE(303), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4446), - [sym_long_literal] = STATE(4446), - [sym_boolean_literal] = STATE(4446), - [sym_character_literal] = STATE(4446), - [sym__lexical_identifier] = STATE(4529), - [aux_sym__statement_repeat1] = STATE(796), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(7), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(2743), + [sym_long_literal] = STATE(2743), + [sym_boolean_literal] = STATE(2743), + [sym_character_literal] = STATE(2743), + [sym__lexical_identifier] = STATE(2837), + [aux_sym__statement_repeat1] = STATE(826), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(333), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_typealias] = ACTIONS(495), - [anon_sym_class] = ACTIONS(497), - [anon_sym_interface] = ACTIONS(497), - [anon_sym_enum] = ACTIONS(499), - [anon_sym_LBRACE] = ACTIONS(501), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_val] = ACTIONS(503), - [anon_sym_var] = ACTIONS(503), - [anon_sym_object] = ACTIONS(505), - [anon_sym_fun] = ACTIONS(507), - [anon_sym_SEMI] = ACTIONS(1347), - [anon_sym_get] = ACTIONS(509), - [anon_sym_set] = ACTIONS(511), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(1267), - [sym_label] = ACTIONS(515), - [anon_sym_for] = ACTIONS(517), - [anon_sym_while] = ACTIONS(519), - [anon_sym_do] = ACTIONS(521), - [anon_sym_null] = ACTIONS(523), - [anon_sym_if] = ACTIONS(525), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(527), - [anon_sym_return] = ACTIONS(529), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_DASH] = ACTIONS(531), - [anon_sym_PLUS_PLUS] = ACTIONS(533), - [anon_sym_DASH_DASH] = ACTIONS(533), - [anon_sym_BANG] = ACTIONS(533), + [anon_sym_LBRACK] = ACTIONS(335), + [anon_sym_typealias] = ACTIONS(337), + [anon_sym_class] = ACTIONS(949), + [anon_sym_interface] = ACTIONS(949), + [anon_sym_enum] = ACTIONS(951), + [anon_sym_LBRACE] = ACTIONS(953), + [anon_sym_LPAREN] = ACTIONS(345), + [anon_sym_val] = ACTIONS(955), + [anon_sym_var] = ACTIONS(955), + [anon_sym_object] = ACTIONS(957), + [anon_sym_fun] = ACTIONS(959), + [anon_sym_SEMI] = ACTIONS(1359), + [anon_sym_get] = ACTIONS(961), + [anon_sym_set] = ACTIONS(963), + [anon_sym_this] = ACTIONS(357), + [anon_sym_super] = ACTIONS(359), + [anon_sym_STAR] = ACTIONS(965), + [sym_label] = ACTIONS(967), + [anon_sym_for] = ACTIONS(969), + [anon_sym_while] = ACTIONS(971), + [anon_sym_do] = ACTIONS(369), + [anon_sym_null] = ACTIONS(973), + [anon_sym_if] = ACTIONS(373), + [anon_sym_when] = ACTIONS(375), + [anon_sym_try] = ACTIONS(377), + [anon_sym_throw] = ACTIONS(379), + [anon_sym_return] = ACTIONS(381), + [anon_sym_continue] = ACTIONS(383), + [anon_sym_break] = ACTIONS(383), + [anon_sym_COLON_COLON] = ACTIONS(385), + [anon_sym_PLUS] = ACTIONS(975), + [anon_sym_DASH] = ACTIONS(975), + [anon_sym_PLUS_PLUS] = ACTIONS(977), + [anon_sym_DASH_DASH] = ACTIONS(977), + [anon_sym_BANG] = ACTIONS(977), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(77), - [anon_sym_inner] = ACTIONS(77), + [anon_sym_data] = ACTIONS(391), + [anon_sym_inner] = ACTIONS(391), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -46673,139 +46001,139 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(89), - [anon_sym_actual] = ACTIONS(89), + [anon_sym_expect] = ACTIONS(393), + [anon_sym_actual] = ACTIONS(393), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(535), - [sym_integer_literal] = ACTIONS(99), - [sym_hex_literal] = ACTIONS(101), - [sym_bin_literal] = ACTIONS(101), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [anon_sym_SQUOTE] = ACTIONS(105), - [sym__backtick_identifier] = ACTIONS(107), + [anon_sym_continue_AT] = ACTIONS(395), + [anon_sym_break_AT] = ACTIONS(397), + [sym_real_literal] = ACTIONS(979), + [sym_integer_literal] = ACTIONS(401), + [sym_hex_literal] = ACTIONS(403), + [sym_bin_literal] = ACTIONS(403), + [anon_sym_true] = ACTIONS(405), + [anon_sym_false] = ACTIONS(405), + [anon_sym_SQUOTE] = ACTIONS(407), + [sym__backtick_identifier] = ACTIONS(409), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(109), + [sym__string_start] = ACTIONS(411), }, - [136] = { - [sym_type_alias] = STATE(3281), - [sym__declaration] = STATE(3281), - [sym_class_declaration] = STATE(3281), - [sym_function_declaration] = STATE(3281), - [sym_property_declaration] = STATE(3281), - [sym_getter] = STATE(3281), - [sym_setter] = STATE(3281), - [sym_object_declaration] = STATE(3281), - [sym__statement] = STATE(3281), - [sym_control_structure_body] = STATE(3188), - [sym__block] = STATE(3281), - [sym__loop_statement] = STATE(3281), - [sym_for_statement] = STATE(3281), - [sym_while_statement] = STATE(3281), - [sym_do_while_statement] = STATE(3281), - [sym_assignment] = STATE(3281), - [sym__expression] = STATE(1504), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(2750), - [sym_parenthesized_expression] = STATE(2750), - [sym_collection_literal] = STATE(2750), - [sym__literal_constant] = STATE(2750), - [sym_string_literal] = STATE(2750), - [sym_lambda_literal] = STATE(2750), - [sym_anonymous_function] = STATE(2750), - [sym__function_literal] = STATE(2750), - [sym_object_literal] = STATE(2750), - [sym_this_expression] = STATE(2750), - [sym_super_expression] = STATE(2750), - [sym_if_expression] = STATE(2750), - [sym_when_expression] = STATE(2750), - [sym_try_expression] = STATE(2750), - [sym_jump_expression] = STATE(2750), - [sym_callable_reference] = STATE(2750), - [sym__prefix_unary_operator] = STATE(2071), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7888), - [sym_modifiers] = STATE(7724), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(354), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3447), - [sym__return_at] = STATE(304), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(2750), - [sym_long_literal] = STATE(2750), - [sym_boolean_literal] = STATE(2750), - [sym_character_literal] = STATE(2750), - [sym__lexical_identifier] = STATE(2890), - [aux_sym__statement_repeat1] = STATE(786), - [aux_sym_modifiers_repeat1] = STATE(5441), + [131] = { + [sym_type_alias] = STATE(3456), + [sym__declaration] = STATE(3456), + [sym_class_declaration] = STATE(3456), + [sym_function_declaration] = STATE(3456), + [sym_property_declaration] = STATE(3456), + [sym_getter] = STATE(3456), + [sym_setter] = STATE(3456), + [sym_object_declaration] = STATE(3456), + [sym__statement] = STATE(3456), + [sym_control_structure_body] = STATE(3450), + [sym__block] = STATE(3456), + [sym__loop_statement] = STATE(3456), + [sym_for_statement] = STATE(3456), + [sym_while_statement] = STATE(3456), + [sym_do_while_statement] = STATE(3456), + [sym_assignment] = STATE(3456), + [sym__expression] = STATE(2364), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(2743), + [sym_parenthesized_expression] = STATE(2743), + [sym_collection_literal] = STATE(2743), + [sym__literal_constant] = STATE(2743), + [sym_string_literal] = STATE(2743), + [sym_lambda_literal] = STATE(2743), + [sym_anonymous_function] = STATE(2743), + [sym__function_literal] = STATE(2743), + [sym_object_literal] = STATE(2743), + [sym_this_expression] = STATE(2743), + [sym_super_expression] = STATE(2743), + [sym_if_expression] = STATE(2743), + [sym_when_expression] = STATE(2743), + [sym_try_expression] = STATE(2743), + [sym_jump_expression] = STATE(2743), + [sym_callable_reference] = STATE(2743), + [sym__prefix_unary_operator] = STATE(2070), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7926), + [sym_modifiers] = STATE(7767), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(337), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3279), + [sym__return_at] = STATE(317), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(2743), + [sym_long_literal] = STATE(2743), + [sym_boolean_literal] = STATE(2743), + [sym_character_literal] = STATE(2743), + [sym__lexical_identifier] = STATE(2837), + [aux_sym__statement_repeat1] = STATE(787), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(333), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(335), [anon_sym_typealias] = ACTIONS(337), - [anon_sym_class] = ACTIONS(917), - [anon_sym_interface] = ACTIONS(917), - [anon_sym_enum] = ACTIONS(919), - [anon_sym_LBRACE] = ACTIONS(921), + [anon_sym_class] = ACTIONS(1097), + [anon_sym_interface] = ACTIONS(1097), + [anon_sym_enum] = ACTIONS(1099), + [anon_sym_LBRACE] = ACTIONS(953), [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_val] = ACTIONS(923), - [anon_sym_var] = ACTIONS(923), - [anon_sym_object] = ACTIONS(925), - [anon_sym_fun] = ACTIONS(927), - [anon_sym_SEMI] = ACTIONS(1365), - [anon_sym_get] = ACTIONS(929), - [anon_sym_set] = ACTIONS(931), + [anon_sym_val] = ACTIONS(1101), + [anon_sym_var] = ACTIONS(1101), + [anon_sym_object] = ACTIONS(1103), + [anon_sym_fun] = ACTIONS(1105), + [anon_sym_SEMI] = ACTIONS(1359), + [anon_sym_get] = ACTIONS(1107), + [anon_sym_set] = ACTIONS(1109), [anon_sym_this] = ACTIONS(357), [anon_sym_super] = ACTIONS(359), - [anon_sym_STAR] = ACTIONS(933), - [sym_label] = ACTIONS(935), - [anon_sym_for] = ACTIONS(937), - [anon_sym_while] = ACTIONS(939), + [anon_sym_STAR] = ACTIONS(1111), + [sym_label] = ACTIONS(1113), + [anon_sym_for] = ACTIONS(1115), + [anon_sym_while] = ACTIONS(1117), [anon_sym_do] = ACTIONS(369), - [anon_sym_null] = ACTIONS(941), - [anon_sym_if] = ACTIONS(373), + [anon_sym_null] = ACTIONS(973), + [anon_sym_if] = ACTIONS(703), [anon_sym_when] = ACTIONS(375), [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(379), - [anon_sym_return] = ACTIONS(381), + [anon_sym_throw] = ACTIONS(705), + [anon_sym_return] = ACTIONS(707), [anon_sym_continue] = ACTIONS(383), [anon_sym_break] = ACTIONS(383), [anon_sym_COLON_COLON] = ACTIONS(385), - [anon_sym_PLUS] = ACTIONS(943), - [anon_sym_DASH] = ACTIONS(943), - [anon_sym_PLUS_PLUS] = ACTIONS(945), - [anon_sym_DASH_DASH] = ACTIONS(945), - [anon_sym_BANG] = ACTIONS(945), + [anon_sym_PLUS] = ACTIONS(1119), + [anon_sym_DASH] = ACTIONS(1119), + [anon_sym_PLUS_PLUS] = ACTIONS(1121), + [anon_sym_DASH_DASH] = ACTIONS(1121), + [anon_sym_BANG] = ACTIONS(1121), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -46835,7 +46163,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(395), [anon_sym_break_AT] = ACTIONS(397), - [sym_real_literal] = ACTIONS(947), + [sym_real_literal] = ACTIONS(979), [sym_integer_literal] = ACTIONS(401), [sym_hex_literal] = ACTIONS(403), [sym_bin_literal] = ACTIONS(403), @@ -46846,127 +46174,127 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(411), }, - [137] = { - [sym_type_alias] = STATE(4620), - [sym__declaration] = STATE(4620), - [sym_class_declaration] = STATE(4620), - [sym_function_declaration] = STATE(4620), - [sym_property_declaration] = STATE(4620), - [sym_getter] = STATE(4620), - [sym_setter] = STATE(4620), - [sym_object_declaration] = STATE(4620), - [sym__statement] = STATE(4620), - [sym_control_structure_body] = STATE(4698), - [sym__block] = STATE(4620), - [sym__loop_statement] = STATE(4620), - [sym_for_statement] = STATE(4620), - [sym_while_statement] = STATE(4620), - [sym_do_while_statement] = STATE(4620), - [sym_assignment] = STATE(4620), - [sym__expression] = STATE(3969), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4428), - [sym_parenthesized_expression] = STATE(4428), - [sym_collection_literal] = STATE(4428), - [sym__literal_constant] = STATE(4428), - [sym_string_literal] = STATE(4428), - [sym_lambda_literal] = STATE(4428), - [sym_anonymous_function] = STATE(4428), - [sym__function_literal] = STATE(4428), - [sym_object_literal] = STATE(4428), - [sym_this_expression] = STATE(4428), - [sym_super_expression] = STATE(4428), - [sym_if_expression] = STATE(4428), - [sym_when_expression] = STATE(4428), - [sym_try_expression] = STATE(4428), - [sym_jump_expression] = STATE(4428), - [sym_callable_reference] = STATE(4428), - [sym__prefix_unary_operator] = STATE(2296), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7873), - [sym_modifiers] = STATE(7803), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(345), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4561), - [sym__return_at] = STATE(295), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4428), - [sym_long_literal] = STATE(4428), - [sym_boolean_literal] = STATE(4428), - [sym_character_literal] = STATE(4428), - [sym__lexical_identifier] = STATE(4440), - [aux_sym__statement_repeat1] = STATE(825), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_typealias] = ACTIONS(207), - [anon_sym_class] = ACTIONS(829), - [anon_sym_interface] = ACTIONS(829), - [anon_sym_enum] = ACTIONS(831), - [anon_sym_LBRACE] = ACTIONS(833), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_val] = ACTIONS(835), - [anon_sym_var] = ACTIONS(835), - [anon_sym_object] = ACTIONS(837), - [anon_sym_fun] = ACTIONS(839), - [anon_sym_SEMI] = ACTIONS(1369), - [anon_sym_get] = ACTIONS(841), - [anon_sym_set] = ACTIONS(843), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(845), - [sym_label] = ACTIONS(847), - [anon_sym_for] = ACTIONS(849), - [anon_sym_while] = ACTIONS(851), - [anon_sym_do] = ACTIONS(239), - [anon_sym_null] = ACTIONS(319), - [anon_sym_if] = ACTIONS(243), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(249), - [anon_sym_return] = ACTIONS(251), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(855), + [132] = { + [sym_type_alias] = STATE(5348), + [sym__declaration] = STATE(5348), + [sym_class_declaration] = STATE(5348), + [sym_function_declaration] = STATE(5348), + [sym_property_declaration] = STATE(5348), + [sym_getter] = STATE(5348), + [sym_setter] = STATE(5348), + [sym_object_declaration] = STATE(5348), + [sym__statement] = STATE(5348), + [sym_control_structure_body] = STATE(5367), + [sym__block] = STATE(5348), + [sym__loop_statement] = STATE(5348), + [sym_for_statement] = STATE(5348), + [sym_while_statement] = STATE(5348), + [sym_do_while_statement] = STATE(5348), + [sym_assignment] = STATE(5348), + [sym__expression] = STATE(2364), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(2743), + [sym_parenthesized_expression] = STATE(2743), + [sym_collection_literal] = STATE(2743), + [sym__literal_constant] = STATE(2743), + [sym_string_literal] = STATE(2743), + [sym_lambda_literal] = STATE(2743), + [sym_anonymous_function] = STATE(2743), + [sym__function_literal] = STATE(2743), + [sym_object_literal] = STATE(2743), + [sym_this_expression] = STATE(2743), + [sym_super_expression] = STATE(2743), + [sym_if_expression] = STATE(2743), + [sym_when_expression] = STATE(2743), + [sym_try_expression] = STATE(2743), + [sym_jump_expression] = STATE(2743), + [sym_callable_reference] = STATE(2743), + [sym__prefix_unary_operator] = STATE(2070), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7926), + [sym_modifiers] = STATE(7621), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(337), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3279), + [sym__return_at] = STATE(317), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(2743), + [sym_long_literal] = STATE(2743), + [sym_boolean_literal] = STATE(2743), + [sym_character_literal] = STATE(2743), + [sym__lexical_identifier] = STATE(2837), + [aux_sym__statement_repeat1] = STATE(791), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(333), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(335), + [anon_sym_typealias] = ACTIONS(1127), + [anon_sym_class] = ACTIONS(1129), + [anon_sym_interface] = ACTIONS(1129), + [anon_sym_enum] = ACTIONS(1131), + [anon_sym_LBRACE] = ACTIONS(1133), + [anon_sym_LPAREN] = ACTIONS(345), + [anon_sym_val] = ACTIONS(1135), + [anon_sym_var] = ACTIONS(1135), + [anon_sym_object] = ACTIONS(1137), + [anon_sym_fun] = ACTIONS(1139), + [anon_sym_SEMI] = ACTIONS(1361), + [anon_sym_get] = ACTIONS(1141), + [anon_sym_set] = ACTIONS(1143), + [anon_sym_this] = ACTIONS(357), + [anon_sym_super] = ACTIONS(359), + [anon_sym_STAR] = ACTIONS(1111), + [sym_label] = ACTIONS(1113), + [anon_sym_for] = ACTIONS(1145), + [anon_sym_while] = ACTIONS(1147), + [anon_sym_do] = ACTIONS(1149), + [anon_sym_null] = ACTIONS(973), + [anon_sym_if] = ACTIONS(703), + [anon_sym_when] = ACTIONS(375), + [anon_sym_try] = ACTIONS(377), + [anon_sym_throw] = ACTIONS(705), + [anon_sym_return] = ACTIONS(707), + [anon_sym_continue] = ACTIONS(383), + [anon_sym_break] = ACTIONS(383), + [anon_sym_COLON_COLON] = ACTIONS(385), + [anon_sym_PLUS] = ACTIONS(1119), + [anon_sym_DASH] = ACTIONS(1119), + [anon_sym_PLUS_PLUS] = ACTIONS(1121), + [anon_sym_DASH_DASH] = ACTIONS(1121), + [anon_sym_BANG] = ACTIONS(1121), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(261), - [anon_sym_inner] = ACTIONS(261), + [anon_sym_data] = ACTIONS(391), + [anon_sym_inner] = ACTIONS(391), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -46985,144 +46313,144 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(263), - [anon_sym_actual] = ACTIONS(263), + [anon_sym_expect] = ACTIONS(393), + [anon_sym_actual] = ACTIONS(393), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(331), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(395), + [anon_sym_break_AT] = ACTIONS(397), + [sym_real_literal] = ACTIONS(979), + [sym_integer_literal] = ACTIONS(401), + [sym_hex_literal] = ACTIONS(403), + [sym_bin_literal] = ACTIONS(403), + [anon_sym_true] = ACTIONS(405), + [anon_sym_false] = ACTIONS(405), + [anon_sym_SQUOTE] = ACTIONS(407), + [sym__backtick_identifier] = ACTIONS(409), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), + [sym__string_start] = ACTIONS(411), }, - [138] = { - [sym_type_alias] = STATE(4921), - [sym__declaration] = STATE(4921), - [sym_class_declaration] = STATE(4921), - [sym_function_declaration] = STATE(4921), - [sym_property_declaration] = STATE(4921), - [sym_getter] = STATE(4921), - [sym_setter] = STATE(4921), - [sym_object_declaration] = STATE(4921), - [sym__statement] = STATE(4921), - [sym_control_structure_body] = STATE(4977), - [sym__block] = STATE(4921), - [sym__loop_statement] = STATE(4921), - [sym_for_statement] = STATE(4921), - [sym_while_statement] = STATE(4921), - [sym_do_while_statement] = STATE(4921), - [sym_assignment] = STATE(4921), - [sym__expression] = STATE(4204), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4455), - [sym_parenthesized_expression] = STATE(4455), - [sym_collection_literal] = STATE(4455), - [sym__literal_constant] = STATE(4455), - [sym_string_literal] = STATE(4455), - [sym_lambda_literal] = STATE(4455), - [sym_anonymous_function] = STATE(4455), - [sym__function_literal] = STATE(4455), - [sym_object_literal] = STATE(4455), - [sym_this_expression] = STATE(4455), - [sym_super_expression] = STATE(4455), - [sym_if_expression] = STATE(4455), - [sym_when_expression] = STATE(4455), - [sym_try_expression] = STATE(4455), - [sym_jump_expression] = STATE(4455), - [sym_callable_reference] = STATE(4455), - [sym__prefix_unary_operator] = STATE(1637), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7901), - [sym_modifiers] = STATE(7829), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(338), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4990), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4455), - [sym_long_literal] = STATE(4455), - [sym_boolean_literal] = STATE(4455), - [sym_character_literal] = STATE(4455), - [sym__lexical_identifier] = STATE(4529), - [aux_sym__statement_repeat1] = STATE(805), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(7), + [133] = { + [sym_type_alias] = STATE(3456), + [sym__declaration] = STATE(3456), + [sym_class_declaration] = STATE(3456), + [sym_function_declaration] = STATE(3456), + [sym_property_declaration] = STATE(3456), + [sym_getter] = STATE(3456), + [sym_setter] = STATE(3456), + [sym_object_declaration] = STATE(3456), + [sym__statement] = STATE(3456), + [sym_control_structure_body] = STATE(3348), + [sym__block] = STATE(3456), + [sym__loop_statement] = STATE(3456), + [sym_for_statement] = STATE(3456), + [sym_while_statement] = STATE(3456), + [sym_do_while_statement] = STATE(3456), + [sym_assignment] = STATE(3456), + [sym__expression] = STATE(1424), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(2743), + [sym_parenthesized_expression] = STATE(2743), + [sym_collection_literal] = STATE(2743), + [sym__literal_constant] = STATE(2743), + [sym_string_literal] = STATE(2743), + [sym_lambda_literal] = STATE(2743), + [sym_anonymous_function] = STATE(2743), + [sym__function_literal] = STATE(2743), + [sym_object_literal] = STATE(2743), + [sym_this_expression] = STATE(2743), + [sym_super_expression] = STATE(2743), + [sym_if_expression] = STATE(2743), + [sym_when_expression] = STATE(2743), + [sym_try_expression] = STATE(2743), + [sym_jump_expression] = STATE(2743), + [sym_callable_reference] = STATE(2743), + [sym__prefix_unary_operator] = STATE(1868), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7919), + [sym_modifiers] = STATE(7860), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(349), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3279), + [sym__return_at] = STATE(303), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(2743), + [sym_long_literal] = STATE(2743), + [sym_boolean_literal] = STATE(2743), + [sym_character_literal] = STATE(2743), + [sym__lexical_identifier] = STATE(2837), + [aux_sym__statement_repeat1] = STATE(826), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(333), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_typealias] = ACTIONS(495), - [anon_sym_class] = ACTIONS(1059), - [anon_sym_interface] = ACTIONS(1059), - [anon_sym_enum] = ACTIONS(1061), - [anon_sym_LBRACE] = ACTIONS(861), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_val] = ACTIONS(1063), - [anon_sym_var] = ACTIONS(1063), - [anon_sym_object] = ACTIONS(1065), - [anon_sym_fun] = ACTIONS(1067), - [anon_sym_SEMI] = ACTIONS(1371), - [anon_sym_get] = ACTIONS(1069), - [anon_sym_set] = ACTIONS(1071), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(43), - [sym_label] = ACTIONS(45), - [anon_sym_for] = ACTIONS(1073), - [anon_sym_while] = ACTIONS(1075), - [anon_sym_do] = ACTIONS(521), - [anon_sym_null] = ACTIONS(53), - [anon_sym_if] = ACTIONS(55), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(61), - [anon_sym_return] = ACTIONS(63), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(69), - [anon_sym_DASH] = ACTIONS(69), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_BANG] = ACTIONS(71), + [anon_sym_LBRACK] = ACTIONS(335), + [anon_sym_typealias] = ACTIONS(337), + [anon_sym_class] = ACTIONS(949), + [anon_sym_interface] = ACTIONS(949), + [anon_sym_enum] = ACTIONS(951), + [anon_sym_LBRACE] = ACTIONS(953), + [anon_sym_LPAREN] = ACTIONS(345), + [anon_sym_val] = ACTIONS(955), + [anon_sym_var] = ACTIONS(955), + [anon_sym_object] = ACTIONS(957), + [anon_sym_fun] = ACTIONS(959), + [anon_sym_SEMI] = ACTIONS(1363), + [anon_sym_get] = ACTIONS(961), + [anon_sym_set] = ACTIONS(963), + [anon_sym_this] = ACTIONS(357), + [anon_sym_super] = ACTIONS(359), + [anon_sym_STAR] = ACTIONS(965), + [sym_label] = ACTIONS(967), + [anon_sym_for] = ACTIONS(969), + [anon_sym_while] = ACTIONS(971), + [anon_sym_do] = ACTIONS(369), + [anon_sym_null] = ACTIONS(973), + [anon_sym_if] = ACTIONS(373), + [anon_sym_when] = ACTIONS(375), + [anon_sym_try] = ACTIONS(377), + [anon_sym_throw] = ACTIONS(379), + [anon_sym_return] = ACTIONS(381), + [anon_sym_continue] = ACTIONS(383), + [anon_sym_break] = ACTIONS(383), + [anon_sym_COLON_COLON] = ACTIONS(385), + [anon_sym_PLUS] = ACTIONS(975), + [anon_sym_DASH] = ACTIONS(975), + [anon_sym_PLUS_PLUS] = ACTIONS(977), + [anon_sym_DASH_DASH] = ACTIONS(977), + [anon_sym_BANG] = ACTIONS(977), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(77), - [anon_sym_inner] = ACTIONS(77), + [anon_sym_data] = ACTIONS(391), + [anon_sym_inner] = ACTIONS(391), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -47141,144 +46469,144 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(89), - [anon_sym_actual] = ACTIONS(89), + [anon_sym_expect] = ACTIONS(393), + [anon_sym_actual] = ACTIONS(393), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(97), - [sym_integer_literal] = ACTIONS(99), - [sym_hex_literal] = ACTIONS(101), - [sym_bin_literal] = ACTIONS(101), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [anon_sym_SQUOTE] = ACTIONS(105), - [sym__backtick_identifier] = ACTIONS(107), + [anon_sym_continue_AT] = ACTIONS(395), + [anon_sym_break_AT] = ACTIONS(397), + [sym_real_literal] = ACTIONS(979), + [sym_integer_literal] = ACTIONS(401), + [sym_hex_literal] = ACTIONS(403), + [sym_bin_literal] = ACTIONS(403), + [anon_sym_true] = ACTIONS(405), + [anon_sym_false] = ACTIONS(405), + [anon_sym_SQUOTE] = ACTIONS(407), + [sym__backtick_identifier] = ACTIONS(409), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(109), + [sym__string_start] = ACTIONS(411), }, - [139] = { - [sym_type_alias] = STATE(4620), - [sym__declaration] = STATE(4620), - [sym_class_declaration] = STATE(4620), - [sym_function_declaration] = STATE(4620), - [sym_property_declaration] = STATE(4620), - [sym_getter] = STATE(4620), - [sym_setter] = STATE(4620), - [sym_object_declaration] = STATE(4620), - [sym__statement] = STATE(4620), - [sym_control_structure_body] = STATE(4698), - [sym__block] = STATE(4620), - [sym__loop_statement] = STATE(4620), - [sym_for_statement] = STATE(4620), - [sym_while_statement] = STATE(4620), - [sym_do_while_statement] = STATE(4620), - [sym_assignment] = STATE(4620), - [sym__expression] = STATE(3730), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4426), - [sym_parenthesized_expression] = STATE(4426), - [sym_collection_literal] = STATE(4426), - [sym__literal_constant] = STATE(4426), - [sym_string_literal] = STATE(4426), - [sym_lambda_literal] = STATE(4426), - [sym_anonymous_function] = STATE(4426), - [sym__function_literal] = STATE(4426), - [sym_object_literal] = STATE(4426), - [sym_this_expression] = STATE(4426), - [sym_super_expression] = STATE(4426), - [sym_if_expression] = STATE(4426), - [sym_when_expression] = STATE(4426), - [sym_try_expression] = STATE(4426), - [sym_jump_expression] = STATE(4426), - [sym_callable_reference] = STATE(4426), - [sym__prefix_unary_operator] = STATE(2343), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7895), - [sym_modifiers] = STATE(7620), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(337), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4561), - [sym__return_at] = STATE(310), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4426), - [sym_long_literal] = STATE(4426), - [sym_boolean_literal] = STATE(4426), - [sym_character_literal] = STATE(4426), - [sym__lexical_identifier] = STATE(4440), - [aux_sym__statement_repeat1] = STATE(806), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(199), + [134] = { + [sym_type_alias] = STATE(3371), + [sym__declaration] = STATE(3371), + [sym_class_declaration] = STATE(3371), + [sym_function_declaration] = STATE(3371), + [sym_property_declaration] = STATE(3371), + [sym_getter] = STATE(3371), + [sym_setter] = STATE(3371), + [sym_object_declaration] = STATE(3371), + [sym__statement] = STATE(3371), + [sym_control_structure_body] = STATE(3367), + [sym__block] = STATE(3371), + [sym__loop_statement] = STATE(3371), + [sym_for_statement] = STATE(3371), + [sym_while_statement] = STATE(3371), + [sym_do_while_statement] = STATE(3371), + [sym_assignment] = STATE(3371), + [sym__expression] = STATE(1327), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(2753), + [sym_parenthesized_expression] = STATE(2753), + [sym_collection_literal] = STATE(2753), + [sym__literal_constant] = STATE(2753), + [sym_string_literal] = STATE(2753), + [sym_lambda_literal] = STATE(2753), + [sym_anonymous_function] = STATE(2753), + [sym__function_literal] = STATE(2753), + [sym_object_literal] = STATE(2753), + [sym_this_expression] = STATE(2753), + [sym_super_expression] = STATE(2753), + [sym_if_expression] = STATE(2753), + [sym_when_expression] = STATE(2753), + [sym_try_expression] = STATE(2753), + [sym_jump_expression] = STATE(2753), + [sym_callable_reference] = STATE(2753), + [sym__prefix_unary_operator] = STATE(2261), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7929), + [sym_modifiers] = STATE(7771), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(333), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3410), + [sym__return_at] = STATE(262), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(2753), + [sym_long_literal] = STATE(2753), + [sym_boolean_literal] = STATE(2753), + [sym_character_literal] = STATE(2753), + [sym__lexical_identifier] = STATE(2858), + [aux_sym__statement_repeat1] = STATE(829), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(111), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_typealias] = ACTIONS(207), - [anon_sym_class] = ACTIONS(707), - [anon_sym_interface] = ACTIONS(707), - [anon_sym_enum] = ACTIONS(709), - [anon_sym_LBRACE] = ACTIONS(213), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_val] = ACTIONS(711), - [anon_sym_var] = ACTIONS(711), - [anon_sym_object] = ACTIONS(713), - [anon_sym_fun] = ACTIONS(715), - [anon_sym_SEMI] = ACTIONS(1369), - [anon_sym_get] = ACTIONS(717), - [anon_sym_set] = ACTIONS(719), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1231), - [sym_label] = ACTIONS(723), - [anon_sym_for] = ACTIONS(725), - [anon_sym_while] = ACTIONS(727), - [anon_sym_do] = ACTIONS(239), - [anon_sym_null] = ACTIONS(241), - [anon_sym_if] = ACTIONS(321), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(323), - [anon_sym_return] = ACTIONS(325), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(729), - [anon_sym_DASH] = ACTIONS(729), - [anon_sym_PLUS_PLUS] = ACTIONS(731), - [anon_sym_DASH_DASH] = ACTIONS(731), - [anon_sym_BANG] = ACTIONS(731), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_typealias] = ACTIONS(121), + [anon_sym_class] = ACTIONS(649), + [anon_sym_interface] = ACTIONS(649), + [anon_sym_enum] = ACTIONS(651), + [anon_sym_LBRACE] = ACTIONS(127), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_val] = ACTIONS(653), + [anon_sym_var] = ACTIONS(653), + [anon_sym_object] = ACTIONS(655), + [anon_sym_fun] = ACTIONS(657), + [anon_sym_SEMI] = ACTIONS(1335), + [anon_sym_get] = ACTIONS(659), + [anon_sym_set] = ACTIONS(661), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(1253), + [sym_label] = ACTIONS(665), + [anon_sym_for] = ACTIONS(667), + [anon_sym_while] = ACTIONS(669), + [anon_sym_do] = ACTIONS(153), + [anon_sym_null] = ACTIONS(155), + [anon_sym_if] = ACTIONS(671), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(673), + [anon_sym_return] = ACTIONS(675), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(677), + [anon_sym_DASH] = ACTIONS(677), + [anon_sym_PLUS_PLUS] = ACTIONS(679), + [anon_sym_DASH_DASH] = ACTIONS(679), + [anon_sym_BANG] = ACTIONS(679), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(261), - [anon_sym_inner] = ACTIONS(261), + [anon_sym_data] = ACTIONS(175), + [anon_sym_inner] = ACTIONS(175), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -47297,144 +46625,144 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(263), - [anon_sym_actual] = ACTIONS(263), + [anon_sym_expect] = ACTIONS(177), + [anon_sym_actual] = ACTIONS(177), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(271), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(185), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), + [sym__string_start] = ACTIONS(197), }, - [140] = { - [sym_type_alias] = STATE(4620), - [sym__declaration] = STATE(4620), - [sym_class_declaration] = STATE(4620), - [sym_function_declaration] = STATE(4620), - [sym_property_declaration] = STATE(4620), - [sym_getter] = STATE(4620), - [sym_setter] = STATE(4620), - [sym_object_declaration] = STATE(4620), - [sym__statement] = STATE(4620), - [sym_control_structure_body] = STATE(4728), - [sym__block] = STATE(4620), - [sym__loop_statement] = STATE(4620), - [sym_for_statement] = STATE(4620), - [sym_while_statement] = STATE(4620), - [sym_do_while_statement] = STATE(4620), - [sym_assignment] = STATE(4620), - [sym__expression] = STATE(3969), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4428), - [sym_parenthesized_expression] = STATE(4428), - [sym_collection_literal] = STATE(4428), - [sym__literal_constant] = STATE(4428), - [sym_string_literal] = STATE(4428), - [sym_lambda_literal] = STATE(4428), - [sym_anonymous_function] = STATE(4428), - [sym__function_literal] = STATE(4428), - [sym_object_literal] = STATE(4428), - [sym_this_expression] = STATE(4428), - [sym_super_expression] = STATE(4428), - [sym_if_expression] = STATE(4428), - [sym_when_expression] = STATE(4428), - [sym_try_expression] = STATE(4428), - [sym_jump_expression] = STATE(4428), - [sym_callable_reference] = STATE(4428), - [sym__prefix_unary_operator] = STATE(2296), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7873), - [sym_modifiers] = STATE(7803), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(345), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4561), - [sym__return_at] = STATE(295), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4428), - [sym_long_literal] = STATE(4428), - [sym_boolean_literal] = STATE(4428), - [sym_character_literal] = STATE(4428), - [sym__lexical_identifier] = STATE(4440), - [aux_sym__statement_repeat1] = STATE(825), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_typealias] = ACTIONS(207), - [anon_sym_class] = ACTIONS(829), - [anon_sym_interface] = ACTIONS(829), - [anon_sym_enum] = ACTIONS(831), - [anon_sym_LBRACE] = ACTIONS(833), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_val] = ACTIONS(835), - [anon_sym_var] = ACTIONS(835), - [anon_sym_object] = ACTIONS(837), - [anon_sym_fun] = ACTIONS(839), - [anon_sym_SEMI] = ACTIONS(1373), - [anon_sym_get] = ACTIONS(841), - [anon_sym_set] = ACTIONS(843), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(845), - [sym_label] = ACTIONS(847), - [anon_sym_for] = ACTIONS(849), - [anon_sym_while] = ACTIONS(851), - [anon_sym_do] = ACTIONS(239), - [anon_sym_null] = ACTIONS(319), - [anon_sym_if] = ACTIONS(243), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(249), - [anon_sym_return] = ACTIONS(251), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(855), + [135] = { + [sym_type_alias] = STATE(3873), + [sym__declaration] = STATE(3873), + [sym_class_declaration] = STATE(3873), + [sym_function_declaration] = STATE(3873), + [sym_property_declaration] = STATE(3873), + [sym_getter] = STATE(3873), + [sym_setter] = STATE(3873), + [sym_object_declaration] = STATE(3873), + [sym__statement] = STATE(3873), + [sym_control_structure_body] = STATE(3763), + [sym__block] = STATE(3873), + [sym__loop_statement] = STATE(3873), + [sym_for_statement] = STATE(3873), + [sym_while_statement] = STATE(3873), + [sym_do_while_statement] = STATE(3873), + [sym_assignment] = STATE(3873), + [sym__expression] = STATE(1249), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(2895), + [sym_parenthesized_expression] = STATE(2895), + [sym_collection_literal] = STATE(2895), + [sym__literal_constant] = STATE(2895), + [sym_string_literal] = STATE(2895), + [sym_lambda_literal] = STATE(2895), + [sym_anonymous_function] = STATE(2895), + [sym__function_literal] = STATE(2895), + [sym_object_literal] = STATE(2895), + [sym_this_expression] = STATE(2895), + [sym_super_expression] = STATE(2895), + [sym_if_expression] = STATE(2895), + [sym_when_expression] = STATE(2895), + [sym_try_expression] = STATE(2895), + [sym_jump_expression] = STATE(2895), + [sym_callable_reference] = STATE(2895), + [sym__prefix_unary_operator] = STATE(1807), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7923), + [sym_modifiers] = STATE(7675), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(352), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3725), + [sym__return_at] = STATE(261), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(2895), + [sym_long_literal] = STATE(2895), + [sym_boolean_literal] = STATE(2895), + [sym_character_literal] = STATE(2895), + [sym__lexical_identifier] = STATE(3382), + [aux_sym__statement_repeat1] = STATE(815), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_typealias] = ACTIONS(459), + [anon_sym_class] = ACTIONS(461), + [anon_sym_interface] = ACTIONS(461), + [anon_sym_enum] = ACTIONS(463), + [anon_sym_LBRACE] = ACTIONS(465), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_val] = ACTIONS(469), + [anon_sym_var] = ACTIONS(469), + [anon_sym_object] = ACTIONS(471), + [anon_sym_fun] = ACTIONS(473), + [anon_sym_SEMI] = ACTIONS(1357), + [anon_sym_get] = ACTIONS(475), + [anon_sym_set] = ACTIONS(477), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1311), + [sym_label] = ACTIONS(485), + [anon_sym_for] = ACTIONS(487), + [anon_sym_while] = ACTIONS(489), + [anon_sym_do] = ACTIONS(491), + [anon_sym_null] = ACTIONS(493), + [anon_sym_if] = ACTIONS(495), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(501), + [anon_sym_return] = ACTIONS(503), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(509), + [anon_sym_DASH] = ACTIONS(509), + [anon_sym_PLUS_PLUS] = ACTIONS(511), + [anon_sym_DASH_DASH] = ACTIONS(511), + [anon_sym_BANG] = ACTIONS(511), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(261), - [anon_sym_inner] = ACTIONS(261), + [anon_sym_data] = ACTIONS(513), + [anon_sym_inner] = ACTIONS(513), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -47453,139 +46781,139 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(263), - [anon_sym_actual] = ACTIONS(263), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(331), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), + [anon_sym_expect] = ACTIONS(515), + [anon_sym_actual] = ACTIONS(515), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(523), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), }, - [141] = { - [sym_type_alias] = STATE(3281), - [sym__declaration] = STATE(3281), - [sym_class_declaration] = STATE(3281), - [sym_function_declaration] = STATE(3281), - [sym_property_declaration] = STATE(3281), - [sym_getter] = STATE(3281), - [sym_setter] = STATE(3281), - [sym_object_declaration] = STATE(3281), - [sym__statement] = STATE(3281), - [sym_control_structure_body] = STATE(3350), - [sym__block] = STATE(3281), - [sym__loop_statement] = STATE(3281), - [sym_for_statement] = STATE(3281), - [sym_while_statement] = STATE(3281), - [sym_do_while_statement] = STATE(3281), - [sym_assignment] = STATE(3281), - [sym__expression] = STATE(1504), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(2750), - [sym_parenthesized_expression] = STATE(2750), - [sym_collection_literal] = STATE(2750), - [sym__literal_constant] = STATE(2750), - [sym_string_literal] = STATE(2750), - [sym_lambda_literal] = STATE(2750), - [sym_anonymous_function] = STATE(2750), - [sym__function_literal] = STATE(2750), - [sym_object_literal] = STATE(2750), - [sym_this_expression] = STATE(2750), - [sym_super_expression] = STATE(2750), - [sym_if_expression] = STATE(2750), - [sym_when_expression] = STATE(2750), - [sym_try_expression] = STATE(2750), - [sym_jump_expression] = STATE(2750), - [sym_callable_reference] = STATE(2750), - [sym__prefix_unary_operator] = STATE(2071), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7888), - [sym_modifiers] = STATE(7724), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(354), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3447), - [sym__return_at] = STATE(304), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(2750), - [sym_long_literal] = STATE(2750), - [sym_boolean_literal] = STATE(2750), - [sym_character_literal] = STATE(2750), - [sym__lexical_identifier] = STATE(2890), - [aux_sym__statement_repeat1] = STATE(786), - [aux_sym_modifiers_repeat1] = STATE(5441), + [136] = { + [sym_type_alias] = STATE(3456), + [sym__declaration] = STATE(3456), + [sym_class_declaration] = STATE(3456), + [sym_function_declaration] = STATE(3456), + [sym_property_declaration] = STATE(3456), + [sym_getter] = STATE(3456), + [sym_setter] = STATE(3456), + [sym_object_declaration] = STATE(3456), + [sym__statement] = STATE(3456), + [sym_control_structure_body] = STATE(3258), + [sym__block] = STATE(3456), + [sym__loop_statement] = STATE(3456), + [sym_for_statement] = STATE(3456), + [sym_while_statement] = STATE(3456), + [sym_do_while_statement] = STATE(3456), + [sym_assignment] = STATE(3456), + [sym__expression] = STATE(1228), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(2760), + [sym_parenthesized_expression] = STATE(2760), + [sym_collection_literal] = STATE(2760), + [sym__literal_constant] = STATE(2760), + [sym_string_literal] = STATE(2760), + [sym_lambda_literal] = STATE(2760), + [sym_anonymous_function] = STATE(2760), + [sym__function_literal] = STATE(2760), + [sym_object_literal] = STATE(2760), + [sym_this_expression] = STATE(2760), + [sym_super_expression] = STATE(2760), + [sym_if_expression] = STATE(2760), + [sym_when_expression] = STATE(2760), + [sym_try_expression] = STATE(2760), + [sym_jump_expression] = STATE(2760), + [sym_callable_reference] = STATE(2760), + [sym__prefix_unary_operator] = STATE(2247), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7931), + [sym_modifiers] = STATE(7776), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(355), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3279), + [sym__return_at] = STATE(317), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(2760), + [sym_long_literal] = STATE(2760), + [sym_boolean_literal] = STATE(2760), + [sym_character_literal] = STATE(2760), + [sym__lexical_identifier] = STATE(2837), + [aux_sym__statement_repeat1] = STATE(798), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(333), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(335), [anon_sym_typealias] = ACTIONS(337), - [anon_sym_class] = ACTIONS(917), - [anon_sym_interface] = ACTIONS(917), - [anon_sym_enum] = ACTIONS(919), - [anon_sym_LBRACE] = ACTIONS(921), + [anon_sym_class] = ACTIONS(681), + [anon_sym_interface] = ACTIONS(681), + [anon_sym_enum] = ACTIONS(683), + [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_val] = ACTIONS(923), - [anon_sym_var] = ACTIONS(923), - [anon_sym_object] = ACTIONS(925), - [anon_sym_fun] = ACTIONS(927), - [anon_sym_SEMI] = ACTIONS(1349), - [anon_sym_get] = ACTIONS(929), - [anon_sym_set] = ACTIONS(931), + [anon_sym_val] = ACTIONS(685), + [anon_sym_var] = ACTIONS(685), + [anon_sym_object] = ACTIONS(687), + [anon_sym_fun] = ACTIONS(689), + [anon_sym_SEMI] = ACTIONS(1347), + [anon_sym_get] = ACTIONS(691), + [anon_sym_set] = ACTIONS(693), [anon_sym_this] = ACTIONS(357), [anon_sym_super] = ACTIONS(359), - [anon_sym_STAR] = ACTIONS(933), - [sym_label] = ACTIONS(935), - [anon_sym_for] = ACTIONS(937), - [anon_sym_while] = ACTIONS(939), + [anon_sym_STAR] = ACTIONS(1273), + [sym_label] = ACTIONS(697), + [anon_sym_for] = ACTIONS(699), + [anon_sym_while] = ACTIONS(701), [anon_sym_do] = ACTIONS(369), - [anon_sym_null] = ACTIONS(941), - [anon_sym_if] = ACTIONS(373), + [anon_sym_null] = ACTIONS(371), + [anon_sym_if] = ACTIONS(703), [anon_sym_when] = ACTIONS(375), [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(379), - [anon_sym_return] = ACTIONS(381), + [anon_sym_throw] = ACTIONS(705), + [anon_sym_return] = ACTIONS(707), [anon_sym_continue] = ACTIONS(383), [anon_sym_break] = ACTIONS(383), [anon_sym_COLON_COLON] = ACTIONS(385), - [anon_sym_PLUS] = ACTIONS(943), - [anon_sym_DASH] = ACTIONS(943), - [anon_sym_PLUS_PLUS] = ACTIONS(945), - [anon_sym_DASH_DASH] = ACTIONS(945), - [anon_sym_BANG] = ACTIONS(945), + [anon_sym_PLUS] = ACTIONS(709), + [anon_sym_DASH] = ACTIONS(709), + [anon_sym_PLUS_PLUS] = ACTIONS(711), + [anon_sym_DASH_DASH] = ACTIONS(711), + [anon_sym_BANG] = ACTIONS(711), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -47615,7 +46943,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(395), [anon_sym_break_AT] = ACTIONS(397), - [sym_real_literal] = ACTIONS(947), + [sym_real_literal] = ACTIONS(399), [sym_integer_literal] = ACTIONS(401), [sym_hex_literal] = ACTIONS(403), [sym_bin_literal] = ACTIONS(403), @@ -47626,127 +46954,127 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(411), }, - [142] = { - [sym_type_alias] = STATE(4921), - [sym__declaration] = STATE(4921), - [sym_class_declaration] = STATE(4921), - [sym_function_declaration] = STATE(4921), - [sym_property_declaration] = STATE(4921), - [sym_getter] = STATE(4921), - [sym_setter] = STATE(4921), - [sym_object_declaration] = STATE(4921), - [sym__statement] = STATE(4921), - [sym_control_structure_body] = STATE(5024), - [sym__block] = STATE(4921), - [sym__loop_statement] = STATE(4921), - [sym_for_statement] = STATE(4921), - [sym_while_statement] = STATE(4921), - [sym_do_while_statement] = STATE(4921), - [sym_assignment] = STATE(4921), - [sym__expression] = STATE(3646), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4446), - [sym_parenthesized_expression] = STATE(4446), - [sym_collection_literal] = STATE(4446), - [sym__literal_constant] = STATE(4446), - [sym_string_literal] = STATE(4446), - [sym_lambda_literal] = STATE(4446), - [sym_anonymous_function] = STATE(4446), - [sym__function_literal] = STATE(4446), - [sym_object_literal] = STATE(4446), - [sym_this_expression] = STATE(4446), - [sym_super_expression] = STATE(4446), - [sym_if_expression] = STATE(4446), - [sym_when_expression] = STATE(4446), - [sym_try_expression] = STATE(4446), - [sym_jump_expression] = STATE(4446), - [sym_callable_reference] = STATE(4446), - [sym__prefix_unary_operator] = STATE(2214), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7890), - [sym_modifiers] = STATE(7604), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(351), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4990), - [sym__return_at] = STATE(303), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4446), - [sym_long_literal] = STATE(4446), - [sym_boolean_literal] = STATE(4446), - [sym_character_literal] = STATE(4446), - [sym__lexical_identifier] = STATE(4529), - [aux_sym__statement_repeat1] = STATE(796), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(7), + [137] = { + [sym_type_alias] = STATE(3371), + [sym__declaration] = STATE(3371), + [sym_class_declaration] = STATE(3371), + [sym_function_declaration] = STATE(3371), + [sym_property_declaration] = STATE(3371), + [sym_getter] = STATE(3371), + [sym_setter] = STATE(3371), + [sym_object_declaration] = STATE(3371), + [sym__statement] = STATE(3371), + [sym_control_structure_body] = STATE(3245), + [sym__block] = STATE(3371), + [sym__loop_statement] = STATE(3371), + [sym_for_statement] = STATE(3371), + [sym_while_statement] = STATE(3371), + [sym_do_while_statement] = STATE(3371), + [sym_assignment] = STATE(3371), + [sym__expression] = STATE(1450), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(2727), + [sym_parenthesized_expression] = STATE(2727), + [sym_collection_literal] = STATE(2727), + [sym__literal_constant] = STATE(2727), + [sym_string_literal] = STATE(2727), + [sym_lambda_literal] = STATE(2727), + [sym_anonymous_function] = STATE(2727), + [sym__function_literal] = STATE(2727), + [sym_object_literal] = STATE(2727), + [sym_this_expression] = STATE(2727), + [sym_super_expression] = STATE(2727), + [sym_if_expression] = STATE(2727), + [sym_when_expression] = STATE(2727), + [sym_try_expression] = STATE(2727), + [sym_jump_expression] = STATE(2727), + [sym_callable_reference] = STATE(2727), + [sym__prefix_unary_operator] = STATE(2339), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7909), + [sym_modifiers] = STATE(7858), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(353), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3410), + [sym__return_at] = STATE(220), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(2727), + [sym_long_literal] = STATE(2727), + [sym_boolean_literal] = STATE(2727), + [sym_character_literal] = STATE(2727), + [sym__lexical_identifier] = STATE(2858), + [aux_sym__statement_repeat1] = STATE(786), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(111), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_typealias] = ACTIONS(495), - [anon_sym_class] = ACTIONS(497), - [anon_sym_interface] = ACTIONS(497), - [anon_sym_enum] = ACTIONS(499), - [anon_sym_LBRACE] = ACTIONS(501), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_val] = ACTIONS(503), - [anon_sym_var] = ACTIONS(503), - [anon_sym_object] = ACTIONS(505), - [anon_sym_fun] = ACTIONS(507), - [anon_sym_SEMI] = ACTIONS(1375), - [anon_sym_get] = ACTIONS(509), - [anon_sym_set] = ACTIONS(511), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(1267), - [sym_label] = ACTIONS(515), - [anon_sym_for] = ACTIONS(517), - [anon_sym_while] = ACTIONS(519), - [anon_sym_do] = ACTIONS(521), - [anon_sym_null] = ACTIONS(523), - [anon_sym_if] = ACTIONS(525), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(527), - [anon_sym_return] = ACTIONS(529), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_DASH] = ACTIONS(531), - [anon_sym_PLUS_PLUS] = ACTIONS(533), - [anon_sym_DASH_DASH] = ACTIONS(533), - [anon_sym_BANG] = ACTIONS(533), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_typealias] = ACTIONS(121), + [anon_sym_class] = ACTIONS(825), + [anon_sym_interface] = ACTIONS(825), + [anon_sym_enum] = ACTIONS(827), + [anon_sym_LBRACE] = ACTIONS(829), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_val] = ACTIONS(831), + [anon_sym_var] = ACTIONS(831), + [anon_sym_object] = ACTIONS(833), + [anon_sym_fun] = ACTIONS(835), + [anon_sym_SEMI] = ACTIONS(1365), + [anon_sym_get] = ACTIONS(837), + [anon_sym_set] = ACTIONS(839), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(841), + [sym_label] = ACTIONS(843), + [anon_sym_for] = ACTIONS(845), + [anon_sym_while] = ACTIONS(847), + [anon_sym_do] = ACTIONS(153), + [anon_sym_null] = ACTIONS(849), + [anon_sym_if] = ACTIONS(157), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(163), + [anon_sym_return] = ACTIONS(165), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(851), + [anon_sym_DASH] = ACTIONS(851), + [anon_sym_PLUS_PLUS] = ACTIONS(853), + [anon_sym_DASH_DASH] = ACTIONS(853), + [anon_sym_BANG] = ACTIONS(853), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(77), - [anon_sym_inner] = ACTIONS(77), + [anon_sym_data] = ACTIONS(175), + [anon_sym_inner] = ACTIONS(175), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -47765,144 +47093,144 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(89), - [anon_sym_actual] = ACTIONS(89), + [anon_sym_expect] = ACTIONS(177), + [anon_sym_actual] = ACTIONS(177), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(535), - [sym_integer_literal] = ACTIONS(99), - [sym_hex_literal] = ACTIONS(101), - [sym_bin_literal] = ACTIONS(101), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [anon_sym_SQUOTE] = ACTIONS(105), - [sym__backtick_identifier] = ACTIONS(107), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(855), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(109), + [sym__string_start] = ACTIONS(197), }, - [143] = { - [sym_type_alias] = STATE(4921), - [sym__declaration] = STATE(4921), - [sym_class_declaration] = STATE(4921), - [sym_function_declaration] = STATE(4921), - [sym_property_declaration] = STATE(4921), - [sym_getter] = STATE(4921), - [sym_setter] = STATE(4921), - [sym_object_declaration] = STATE(4921), - [sym__statement] = STATE(4921), - [sym_control_structure_body] = STATE(4977), - [sym__block] = STATE(4921), - [sym__loop_statement] = STATE(4921), - [sym_for_statement] = STATE(4921), - [sym_while_statement] = STATE(4921), - [sym_do_while_statement] = STATE(4921), - [sym_assignment] = STATE(4921), - [sym__expression] = STATE(3646), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4446), - [sym_parenthesized_expression] = STATE(4446), - [sym_collection_literal] = STATE(4446), - [sym__literal_constant] = STATE(4446), - [sym_string_literal] = STATE(4446), - [sym_lambda_literal] = STATE(4446), - [sym_anonymous_function] = STATE(4446), - [sym__function_literal] = STATE(4446), - [sym_object_literal] = STATE(4446), - [sym_this_expression] = STATE(4446), - [sym_super_expression] = STATE(4446), - [sym_if_expression] = STATE(4446), - [sym_when_expression] = STATE(4446), - [sym_try_expression] = STATE(4446), - [sym_jump_expression] = STATE(4446), - [sym_callable_reference] = STATE(4446), - [sym__prefix_unary_operator] = STATE(2214), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7890), - [sym_modifiers] = STATE(7604), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(351), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4990), - [sym__return_at] = STATE(303), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4446), - [sym_long_literal] = STATE(4446), - [sym_boolean_literal] = STATE(4446), - [sym_character_literal] = STATE(4446), - [sym__lexical_identifier] = STATE(4529), - [aux_sym__statement_repeat1] = STATE(796), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(7), + [138] = { + [sym_type_alias] = STATE(1052), + [sym__declaration] = STATE(1052), + [sym_class_declaration] = STATE(1052), + [sym_function_declaration] = STATE(1052), + [sym_property_declaration] = STATE(1052), + [sym_getter] = STATE(1052), + [sym_setter] = STATE(1052), + [sym_object_declaration] = STATE(1052), + [sym__statement] = STATE(1052), + [sym_control_structure_body] = STATE(1184), + [sym__block] = STATE(1052), + [sym__loop_statement] = STATE(1052), + [sym_for_statement] = STATE(1052), + [sym_while_statement] = STATE(1052), + [sym_do_while_statement] = STATE(1052), + [sym_assignment] = STATE(1052), + [sym__expression] = STATE(460), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(777), + [sym_parenthesized_expression] = STATE(777), + [sym_collection_literal] = STATE(777), + [sym__literal_constant] = STATE(777), + [sym_string_literal] = STATE(777), + [sym_lambda_literal] = STATE(777), + [sym_anonymous_function] = STATE(777), + [sym__function_literal] = STATE(777), + [sym_object_literal] = STATE(777), + [sym_this_expression] = STATE(777), + [sym_super_expression] = STATE(777), + [sym_if_expression] = STATE(777), + [sym_when_expression] = STATE(777), + [sym_try_expression] = STATE(777), + [sym_jump_expression] = STATE(777), + [sym_callable_reference] = STATE(777), + [sym__prefix_unary_operator] = STATE(2340), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7935), + [sym_modifiers] = STATE(7845), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(334), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1103), + [sym__return_at] = STATE(260), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(777), + [sym_long_literal] = STATE(777), + [sym_boolean_literal] = STATE(777), + [sym_character_literal] = STATE(777), + [sym__lexical_identifier] = STATE(843), + [aux_sym__statement_repeat1] = STATE(800), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(537), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_typealias] = ACTIONS(495), - [anon_sym_class] = ACTIONS(497), - [anon_sym_interface] = ACTIONS(497), - [anon_sym_enum] = ACTIONS(499), - [anon_sym_LBRACE] = ACTIONS(501), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_val] = ACTIONS(503), - [anon_sym_var] = ACTIONS(503), - [anon_sym_object] = ACTIONS(505), - [anon_sym_fun] = ACTIONS(507), - [anon_sym_SEMI] = ACTIONS(1371), - [anon_sym_get] = ACTIONS(509), - [anon_sym_set] = ACTIONS(511), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(1267), - [sym_label] = ACTIONS(515), - [anon_sym_for] = ACTIONS(517), - [anon_sym_while] = ACTIONS(519), - [anon_sym_do] = ACTIONS(521), - [anon_sym_null] = ACTIONS(523), - [anon_sym_if] = ACTIONS(525), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(527), - [anon_sym_return] = ACTIONS(529), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_DASH] = ACTIONS(531), - [anon_sym_PLUS_PLUS] = ACTIONS(533), - [anon_sym_DASH_DASH] = ACTIONS(533), - [anon_sym_BANG] = ACTIONS(533), + [anon_sym_LBRACK] = ACTIONS(539), + [anon_sym_typealias] = ACTIONS(541), + [anon_sym_class] = ACTIONS(889), + [anon_sym_interface] = ACTIONS(889), + [anon_sym_enum] = ACTIONS(891), + [anon_sym_LBRACE] = ACTIONS(893), + [anon_sym_LPAREN] = ACTIONS(549), + [anon_sym_val] = ACTIONS(895), + [anon_sym_var] = ACTIONS(895), + [anon_sym_object] = ACTIONS(897), + [anon_sym_fun] = ACTIONS(899), + [anon_sym_SEMI] = ACTIONS(1367), + [anon_sym_get] = ACTIONS(901), + [anon_sym_set] = ACTIONS(903), + [anon_sym_this] = ACTIONS(561), + [anon_sym_super] = ACTIONS(563), + [anon_sym_STAR] = ACTIONS(905), + [sym_label] = ACTIONS(907), + [anon_sym_for] = ACTIONS(909), + [anon_sym_while] = ACTIONS(911), + [anon_sym_do] = ACTIONS(573), + [anon_sym_null] = ACTIONS(913), + [anon_sym_if] = ACTIONS(577), + [anon_sym_when] = ACTIONS(579), + [anon_sym_try] = ACTIONS(581), + [anon_sym_throw] = ACTIONS(583), + [anon_sym_return] = ACTIONS(585), + [anon_sym_continue] = ACTIONS(587), + [anon_sym_break] = ACTIONS(587), + [anon_sym_COLON_COLON] = ACTIONS(589), + [anon_sym_PLUS] = ACTIONS(915), + [anon_sym_DASH] = ACTIONS(915), + [anon_sym_PLUS_PLUS] = ACTIONS(917), + [anon_sym_DASH_DASH] = ACTIONS(917), + [anon_sym_BANG] = ACTIONS(917), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(77), - [anon_sym_inner] = ACTIONS(77), + [anon_sym_data] = ACTIONS(595), + [anon_sym_inner] = ACTIONS(595), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -47921,144 +47249,144 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(89), - [anon_sym_actual] = ACTIONS(89), + [anon_sym_expect] = ACTIONS(597), + [anon_sym_actual] = ACTIONS(597), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(535), - [sym_integer_literal] = ACTIONS(99), - [sym_hex_literal] = ACTIONS(101), - [sym_bin_literal] = ACTIONS(101), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [anon_sym_SQUOTE] = ACTIONS(105), - [sym__backtick_identifier] = ACTIONS(107), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(599), + [anon_sym_break_AT] = ACTIONS(601), + [sym_real_literal] = ACTIONS(919), + [sym_integer_literal] = ACTIONS(605), + [sym_hex_literal] = ACTIONS(607), + [sym_bin_literal] = ACTIONS(607), + [anon_sym_true] = ACTIONS(609), + [anon_sym_false] = ACTIONS(609), + [anon_sym_SQUOTE] = ACTIONS(611), + [sym__backtick_identifier] = ACTIONS(613), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(109), + [sym__string_start] = ACTIONS(615), }, - [144] = { - [sym_type_alias] = STATE(4620), - [sym__declaration] = STATE(4620), - [sym_class_declaration] = STATE(4620), - [sym_function_declaration] = STATE(4620), - [sym_property_declaration] = STATE(4620), - [sym_getter] = STATE(4620), - [sym_setter] = STATE(4620), - [sym_object_declaration] = STATE(4620), - [sym__statement] = STATE(4620), - [sym_control_structure_body] = STATE(4722), - [sym__block] = STATE(4620), - [sym__loop_statement] = STATE(4620), - [sym_for_statement] = STATE(4620), - [sym_while_statement] = STATE(4620), - [sym_do_while_statement] = STATE(4620), - [sym_assignment] = STATE(4620), - [sym__expression] = STATE(3056), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4426), - [sym_parenthesized_expression] = STATE(4426), - [sym_collection_literal] = STATE(4426), - [sym__literal_constant] = STATE(4426), - [sym_string_literal] = STATE(4426), - [sym_lambda_literal] = STATE(4426), - [sym_anonymous_function] = STATE(4426), - [sym__function_literal] = STATE(4426), - [sym_object_literal] = STATE(4426), - [sym_this_expression] = STATE(4426), - [sym_super_expression] = STATE(4426), - [sym_if_expression] = STATE(4426), - [sym_when_expression] = STATE(4426), - [sym_try_expression] = STATE(4426), - [sym_jump_expression] = STATE(4426), - [sym_callable_reference] = STATE(4426), - [sym__prefix_unary_operator] = STATE(1661), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7885), - [sym_modifiers] = STATE(7619), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(352), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4561), - [sym__return_at] = STATE(295), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4426), - [sym_long_literal] = STATE(4426), - [sym_boolean_literal] = STATE(4426), - [sym_character_literal] = STATE(4426), - [sym__lexical_identifier] = STATE(4440), - [aux_sym__statement_repeat1] = STATE(821), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_typealias] = ACTIONS(207), - [anon_sym_class] = ACTIONS(209), - [anon_sym_interface] = ACTIONS(209), - [anon_sym_enum] = ACTIONS(211), - [anon_sym_LBRACE] = ACTIONS(213), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_val] = ACTIONS(217), - [anon_sym_var] = ACTIONS(217), - [anon_sym_object] = ACTIONS(219), - [anon_sym_fun] = ACTIONS(221), - [anon_sym_SEMI] = ACTIONS(1341), - [anon_sym_get] = ACTIONS(223), - [anon_sym_set] = ACTIONS(225), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1289), - [sym_label] = ACTIONS(233), - [anon_sym_for] = ACTIONS(235), - [anon_sym_while] = ACTIONS(237), - [anon_sym_do] = ACTIONS(239), - [anon_sym_null] = ACTIONS(241), - [anon_sym_if] = ACTIONS(243), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(249), - [anon_sym_return] = ACTIONS(251), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(257), - [anon_sym_DASH] = ACTIONS(257), - [anon_sym_PLUS_PLUS] = ACTIONS(259), - [anon_sym_DASH_DASH] = ACTIONS(259), - [anon_sym_BANG] = ACTIONS(259), + [139] = { + [sym_type_alias] = STATE(1052), + [sym__declaration] = STATE(1052), + [sym_class_declaration] = STATE(1052), + [sym_function_declaration] = STATE(1052), + [sym_property_declaration] = STATE(1052), + [sym_getter] = STATE(1052), + [sym_setter] = STATE(1052), + [sym_object_declaration] = STATE(1052), + [sym__statement] = STATE(1052), + [sym_control_structure_body] = STATE(1199), + [sym__block] = STATE(1052), + [sym__loop_statement] = STATE(1052), + [sym_for_statement] = STATE(1052), + [sym_while_statement] = STATE(1052), + [sym_do_while_statement] = STATE(1052), + [sym_assignment] = STATE(1052), + [sym__expression] = STATE(370), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(765), + [sym_parenthesized_expression] = STATE(765), + [sym_collection_literal] = STATE(765), + [sym__literal_constant] = STATE(765), + [sym_string_literal] = STATE(765), + [sym_lambda_literal] = STATE(765), + [sym_anonymous_function] = STATE(765), + [sym__function_literal] = STATE(765), + [sym_object_literal] = STATE(765), + [sym_this_expression] = STATE(765), + [sym_super_expression] = STATE(765), + [sym_if_expression] = STATE(765), + [sym_when_expression] = STATE(765), + [sym_try_expression] = STATE(765), + [sym_jump_expression] = STATE(765), + [sym_callable_reference] = STATE(765), + [sym__prefix_unary_operator] = STATE(1703), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7900), + [sym_modifiers] = STATE(7653), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(342), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1103), + [sym__return_at] = STATE(260), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(765), + [sym_long_literal] = STATE(765), + [sym_boolean_literal] = STATE(765), + [sym_character_literal] = STATE(765), + [sym__lexical_identifier] = STATE(843), + [aux_sym__statement_repeat1] = STATE(804), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(537), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(539), + [anon_sym_typealias] = ACTIONS(541), + [anon_sym_class] = ACTIONS(543), + [anon_sym_interface] = ACTIONS(543), + [anon_sym_enum] = ACTIONS(545), + [anon_sym_LBRACE] = ACTIONS(547), + [anon_sym_LPAREN] = ACTIONS(549), + [anon_sym_val] = ACTIONS(551), + [anon_sym_var] = ACTIONS(551), + [anon_sym_object] = ACTIONS(553), + [anon_sym_fun] = ACTIONS(555), + [anon_sym_SEMI] = ACTIONS(1369), + [anon_sym_get] = ACTIONS(557), + [anon_sym_set] = ACTIONS(559), + [anon_sym_this] = ACTIONS(561), + [anon_sym_super] = ACTIONS(563), + [anon_sym_STAR] = ACTIONS(1229), + [sym_label] = ACTIONS(567), + [anon_sym_for] = ACTIONS(569), + [anon_sym_while] = ACTIONS(571), + [anon_sym_do] = ACTIONS(573), + [anon_sym_null] = ACTIONS(575), + [anon_sym_if] = ACTIONS(577), + [anon_sym_when] = ACTIONS(579), + [anon_sym_try] = ACTIONS(581), + [anon_sym_throw] = ACTIONS(583), + [anon_sym_return] = ACTIONS(585), + [anon_sym_continue] = ACTIONS(587), + [anon_sym_break] = ACTIONS(587), + [anon_sym_COLON_COLON] = ACTIONS(589), + [anon_sym_PLUS] = ACTIONS(591), + [anon_sym_DASH] = ACTIONS(591), + [anon_sym_PLUS_PLUS] = ACTIONS(593), + [anon_sym_DASH_DASH] = ACTIONS(593), + [anon_sym_BANG] = ACTIONS(593), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(261), - [anon_sym_inner] = ACTIONS(261), + [anon_sym_data] = ACTIONS(595), + [anon_sym_inner] = ACTIONS(595), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -48077,144 +47405,144 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(263), - [anon_sym_actual] = ACTIONS(263), + [anon_sym_expect] = ACTIONS(597), + [anon_sym_actual] = ACTIONS(597), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(271), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(599), + [anon_sym_break_AT] = ACTIONS(601), + [sym_real_literal] = ACTIONS(603), + [sym_integer_literal] = ACTIONS(605), + [sym_hex_literal] = ACTIONS(607), + [sym_bin_literal] = ACTIONS(607), + [anon_sym_true] = ACTIONS(609), + [anon_sym_false] = ACTIONS(609), + [anon_sym_SQUOTE] = ACTIONS(611), + [sym__backtick_identifier] = ACTIONS(613), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), + [sym__string_start] = ACTIONS(615), }, - [145] = { - [sym_type_alias] = STATE(3259), - [sym__declaration] = STATE(3259), - [sym_class_declaration] = STATE(3259), - [sym_function_declaration] = STATE(3259), - [sym_property_declaration] = STATE(3259), - [sym_getter] = STATE(3259), - [sym_setter] = STATE(3259), - [sym_object_declaration] = STATE(3259), - [sym__statement] = STATE(3259), - [sym_control_structure_body] = STATE(3201), - [sym__block] = STATE(3259), - [sym__loop_statement] = STATE(3259), - [sym_for_statement] = STATE(3259), - [sym_while_statement] = STATE(3259), - [sym_do_while_statement] = STATE(3259), - [sym_assignment] = STATE(3259), - [sym__expression] = STATE(978), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(2736), - [sym_parenthesized_expression] = STATE(2736), - [sym_collection_literal] = STATE(2736), - [sym__literal_constant] = STATE(2736), - [sym_string_literal] = STATE(2736), - [sym_lambda_literal] = STATE(2736), - [sym_anonymous_function] = STATE(2736), - [sym__function_literal] = STATE(2736), - [sym_object_literal] = STATE(2736), - [sym_this_expression] = STATE(2736), - [sym_super_expression] = STATE(2736), - [sym_if_expression] = STATE(2736), - [sym_when_expression] = STATE(2736), - [sym_try_expression] = STATE(2736), - [sym_jump_expression] = STATE(2736), - [sym_callable_reference] = STATE(2736), - [sym__prefix_unary_operator] = STATE(1786), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7868), - [sym_modifiers] = STATE(7832), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), + [140] = { + [sym_type_alias] = STATE(1052), + [sym__declaration] = STATE(1052), + [sym_class_declaration] = STATE(1052), + [sym_function_declaration] = STATE(1052), + [sym_property_declaration] = STATE(1052), + [sym_getter] = STATE(1052), + [sym_setter] = STATE(1052), + [sym_object_declaration] = STATE(1052), + [sym__statement] = STATE(1052), + [sym_control_structure_body] = STATE(1152), + [sym__block] = STATE(1052), + [sym__loop_statement] = STATE(1052), + [sym_for_statement] = STATE(1052), + [sym_while_statement] = STATE(1052), + [sym_do_while_statement] = STATE(1052), + [sym_assignment] = STATE(1052), + [sym__expression] = STATE(460), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(777), + [sym_parenthesized_expression] = STATE(777), + [sym_collection_literal] = STATE(777), + [sym__literal_constant] = STATE(777), + [sym_string_literal] = STATE(777), + [sym_lambda_literal] = STATE(777), + [sym_anonymous_function] = STATE(777), + [sym__function_literal] = STATE(777), + [sym_object_literal] = STATE(777), + [sym_this_expression] = STATE(777), + [sym_super_expression] = STATE(777), + [sym_if_expression] = STATE(777), + [sym_when_expression] = STATE(777), + [sym_try_expression] = STATE(777), + [sym_jump_expression] = STATE(777), + [sym_callable_reference] = STATE(777), + [sym__prefix_unary_operator] = STATE(2340), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7935), + [sym_modifiers] = STATE(7845), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), [sym_annotation] = STATE(334), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3242), - [sym__return_at] = STATE(255), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(2736), - [sym_long_literal] = STATE(2736), - [sym_boolean_literal] = STATE(2736), - [sym_character_literal] = STATE(2736), - [sym__lexical_identifier] = STATE(2864), - [aux_sym__statement_repeat1] = STATE(807), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(111), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1103), + [sym__return_at] = STATE(260), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(777), + [sym_long_literal] = STATE(777), + [sym_boolean_literal] = STATE(777), + [sym_character_literal] = STATE(777), + [sym__lexical_identifier] = STATE(843), + [aux_sym__statement_repeat1] = STATE(800), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(537), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_typealias] = ACTIONS(121), - [anon_sym_class] = ACTIONS(123), - [anon_sym_interface] = ACTIONS(123), - [anon_sym_enum] = ACTIONS(125), - [anon_sym_LBRACE] = ACTIONS(127), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_val] = ACTIONS(131), - [anon_sym_var] = ACTIONS(131), - [anon_sym_object] = ACTIONS(133), - [anon_sym_fun] = ACTIONS(135), - [anon_sym_SEMI] = ACTIONS(1377), - [anon_sym_get] = ACTIONS(137), - [anon_sym_set] = ACTIONS(139), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(1313), - [sym_label] = ACTIONS(147), - [anon_sym_for] = ACTIONS(149), - [anon_sym_while] = ACTIONS(151), - [anon_sym_do] = ACTIONS(153), - [anon_sym_null] = ACTIONS(155), - [anon_sym_if] = ACTIONS(157), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(163), - [anon_sym_return] = ACTIONS(165), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(171), - [anon_sym_DASH] = ACTIONS(171), - [anon_sym_PLUS_PLUS] = ACTIONS(173), - [anon_sym_DASH_DASH] = ACTIONS(173), - [anon_sym_BANG] = ACTIONS(173), + [anon_sym_LBRACK] = ACTIONS(539), + [anon_sym_typealias] = ACTIONS(541), + [anon_sym_class] = ACTIONS(889), + [anon_sym_interface] = ACTIONS(889), + [anon_sym_enum] = ACTIONS(891), + [anon_sym_LBRACE] = ACTIONS(893), + [anon_sym_LPAREN] = ACTIONS(549), + [anon_sym_val] = ACTIONS(895), + [anon_sym_var] = ACTIONS(895), + [anon_sym_object] = ACTIONS(897), + [anon_sym_fun] = ACTIONS(899), + [anon_sym_SEMI] = ACTIONS(1371), + [anon_sym_get] = ACTIONS(901), + [anon_sym_set] = ACTIONS(903), + [anon_sym_this] = ACTIONS(561), + [anon_sym_super] = ACTIONS(563), + [anon_sym_STAR] = ACTIONS(905), + [sym_label] = ACTIONS(907), + [anon_sym_for] = ACTIONS(909), + [anon_sym_while] = ACTIONS(911), + [anon_sym_do] = ACTIONS(573), + [anon_sym_null] = ACTIONS(913), + [anon_sym_if] = ACTIONS(577), + [anon_sym_when] = ACTIONS(579), + [anon_sym_try] = ACTIONS(581), + [anon_sym_throw] = ACTIONS(583), + [anon_sym_return] = ACTIONS(585), + [anon_sym_continue] = ACTIONS(587), + [anon_sym_break] = ACTIONS(587), + [anon_sym_COLON_COLON] = ACTIONS(589), + [anon_sym_PLUS] = ACTIONS(915), + [anon_sym_DASH] = ACTIONS(915), + [anon_sym_PLUS_PLUS] = ACTIONS(917), + [anon_sym_DASH_DASH] = ACTIONS(917), + [anon_sym_BANG] = ACTIONS(917), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(175), - [anon_sym_inner] = ACTIONS(175), + [anon_sym_data] = ACTIONS(595), + [anon_sym_inner] = ACTIONS(595), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -48233,144 +47561,144 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(177), - [anon_sym_actual] = ACTIONS(177), + [anon_sym_expect] = ACTIONS(597), + [anon_sym_actual] = ACTIONS(597), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(185), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(599), + [anon_sym_break_AT] = ACTIONS(601), + [sym_real_literal] = ACTIONS(919), + [sym_integer_literal] = ACTIONS(605), + [sym_hex_literal] = ACTIONS(607), + [sym_bin_literal] = ACTIONS(607), + [anon_sym_true] = ACTIONS(609), + [anon_sym_false] = ACTIONS(609), + [anon_sym_SQUOTE] = ACTIONS(611), + [sym__backtick_identifier] = ACTIONS(613), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), + [sym__string_start] = ACTIONS(615), }, - [146] = { - [sym_type_alias] = STATE(1152), - [sym__declaration] = STATE(1152), - [sym_class_declaration] = STATE(1152), - [sym_function_declaration] = STATE(1152), - [sym_property_declaration] = STATE(1152), - [sym_getter] = STATE(1152), - [sym_setter] = STATE(1152), - [sym_object_declaration] = STATE(1152), - [sym__statement] = STATE(1152), - [sym_control_structure_body] = STATE(1058), - [sym__block] = STATE(1152), - [sym__loop_statement] = STATE(1152), - [sym_for_statement] = STATE(1152), - [sym_while_statement] = STATE(1152), - [sym_do_while_statement] = STATE(1152), - [sym_assignment] = STATE(1152), - [sym__expression] = STATE(373), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(767), - [sym_parenthesized_expression] = STATE(767), - [sym_collection_literal] = STATE(767), - [sym__literal_constant] = STATE(767), - [sym_string_literal] = STATE(767), - [sym_lambda_literal] = STATE(767), - [sym_anonymous_function] = STATE(767), - [sym__function_literal] = STATE(767), - [sym_object_literal] = STATE(767), - [sym_this_expression] = STATE(767), - [sym_super_expression] = STATE(767), - [sym_if_expression] = STATE(767), - [sym_when_expression] = STATE(767), - [sym_try_expression] = STATE(767), - [sym_jump_expression] = STATE(767), - [sym_callable_reference] = STATE(767), - [sym__prefix_unary_operator] = STATE(2297), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7878), - [sym_modifiers] = STATE(7800), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(347), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1054), - [sym__return_at] = STATE(260), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(767), - [sym_long_literal] = STATE(767), - [sym_boolean_literal] = STATE(767), - [sym_character_literal] = STATE(767), - [sym__lexical_identifier] = STATE(866), - [aux_sym__statement_repeat1] = STATE(785), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_typealias] = ACTIONS(417), - [anon_sym_class] = ACTIONS(419), - [anon_sym_interface] = ACTIONS(419), - [anon_sym_enum] = ACTIONS(421), - [anon_sym_LBRACE] = ACTIONS(423), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_val] = ACTIONS(427), - [anon_sym_var] = ACTIONS(427), - [anon_sym_object] = ACTIONS(429), - [anon_sym_fun] = ACTIONS(431), - [anon_sym_SEMI] = ACTIONS(1337), - [anon_sym_get] = ACTIONS(433), - [anon_sym_set] = ACTIONS(435), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1295), - [sym_label] = ACTIONS(443), - [anon_sym_for] = ACTIONS(445), - [anon_sym_while] = ACTIONS(447), - [anon_sym_do] = ACTIONS(449), - [anon_sym_null] = ACTIONS(451), - [anon_sym_if] = ACTIONS(453), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(459), - [anon_sym_return] = ACTIONS(461), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(467), - [anon_sym_DASH] = ACTIONS(467), - [anon_sym_PLUS_PLUS] = ACTIONS(469), - [anon_sym_DASH_DASH] = ACTIONS(469), - [anon_sym_BANG] = ACTIONS(469), + [141] = { + [sym_type_alias] = STATE(3873), + [sym__declaration] = STATE(3873), + [sym_class_declaration] = STATE(3873), + [sym_function_declaration] = STATE(3873), + [sym_property_declaration] = STATE(3873), + [sym_getter] = STATE(3873), + [sym_setter] = STATE(3873), + [sym_object_declaration] = STATE(3873), + [sym__statement] = STATE(3873), + [sym_control_structure_body] = STATE(3781), + [sym__block] = STATE(3873), + [sym__loop_statement] = STATE(3873), + [sym_for_statement] = STATE(3873), + [sym_while_statement] = STATE(3873), + [sym_do_while_statement] = STATE(3873), + [sym_assignment] = STATE(3873), + [sym__expression] = STATE(1347), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(2895), + [sym_parenthesized_expression] = STATE(2895), + [sym_collection_literal] = STATE(2895), + [sym__literal_constant] = STATE(2895), + [sym_string_literal] = STATE(2895), + [sym_lambda_literal] = STATE(2895), + [sym_anonymous_function] = STATE(2895), + [sym__function_literal] = STATE(2895), + [sym_object_literal] = STATE(2895), + [sym_this_expression] = STATE(2895), + [sym_super_expression] = STATE(2895), + [sym_if_expression] = STATE(2895), + [sym_when_expression] = STATE(2895), + [sym_try_expression] = STATE(2895), + [sym_jump_expression] = STATE(2895), + [sym_callable_reference] = STATE(2895), + [sym__prefix_unary_operator] = STATE(1786), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7917), + [sym_modifiers] = STATE(7780), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(346), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3725), + [sym__return_at] = STATE(263), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(2895), + [sym_long_literal] = STATE(2895), + [sym_boolean_literal] = STATE(2895), + [sym_character_literal] = STATE(2895), + [sym__lexical_identifier] = STATE(3382), + [aux_sym__statement_repeat1] = STATE(827), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_typealias] = ACTIONS(459), + [anon_sym_class] = ACTIONS(739), + [anon_sym_interface] = ACTIONS(739), + [anon_sym_enum] = ACTIONS(741), + [anon_sym_LBRACE] = ACTIONS(465), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_val] = ACTIONS(743), + [anon_sym_var] = ACTIONS(743), + [anon_sym_object] = ACTIONS(745), + [anon_sym_fun] = ACTIONS(747), + [anon_sym_SEMI] = ACTIONS(1349), + [anon_sym_get] = ACTIONS(749), + [anon_sym_set] = ACTIONS(751), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1279), + [sym_label] = ACTIONS(755), + [anon_sym_for] = ACTIONS(757), + [anon_sym_while] = ACTIONS(759), + [anon_sym_do] = ACTIONS(491), + [anon_sym_null] = ACTIONS(493), + [anon_sym_if] = ACTIONS(761), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(763), + [anon_sym_return] = ACTIONS(765), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(767), + [anon_sym_DASH] = ACTIONS(767), + [anon_sym_PLUS_PLUS] = ACTIONS(769), + [anon_sym_DASH_DASH] = ACTIONS(769), + [anon_sym_BANG] = ACTIONS(769), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(471), - [anon_sym_inner] = ACTIONS(471), + [anon_sym_data] = ACTIONS(513), + [anon_sym_inner] = ACTIONS(513), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -48389,144 +47717,144 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(473), - [anon_sym_actual] = ACTIONS(473), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(481), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), + [anon_sym_expect] = ACTIONS(515), + [anon_sym_actual] = ACTIONS(515), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(523), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), }, - [147] = { - [sym_type_alias] = STATE(9378), - [sym__declaration] = STATE(9378), - [sym_class_declaration] = STATE(9378), - [sym_function_declaration] = STATE(9378), - [sym_property_declaration] = STATE(9378), - [sym_getter] = STATE(9378), - [sym_setter] = STATE(9378), - [sym_object_declaration] = STATE(9378), - [sym__statement] = STATE(9378), - [sym_control_structure_body] = STATE(9487), - [sym__block] = STATE(9378), - [sym__loop_statement] = STATE(9378), - [sym_for_statement] = STATE(9378), - [sym_while_statement] = STATE(9378), - [sym_do_while_statement] = STATE(9378), - [sym_assignment] = STATE(9378), - [sym__expression] = STATE(4166), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4428), - [sym_parenthesized_expression] = STATE(4428), - [sym_collection_literal] = STATE(4428), - [sym__literal_constant] = STATE(4428), - [sym_string_literal] = STATE(4428), - [sym_lambda_literal] = STATE(4428), - [sym_anonymous_function] = STATE(4428), - [sym__function_literal] = STATE(4428), - [sym_object_literal] = STATE(4428), - [sym_this_expression] = STATE(4428), - [sym_super_expression] = STATE(4428), - [sym_if_expression] = STATE(4428), - [sym_when_expression] = STATE(4428), - [sym_try_expression] = STATE(4428), - [sym_jump_expression] = STATE(4428), - [sym_callable_reference] = STATE(4428), - [sym__prefix_unary_operator] = STATE(2049), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7865), - [sym_modifiers] = STATE(7637), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(342), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4561), - [sym__return_at] = STATE(310), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4428), - [sym_long_literal] = STATE(4428), - [sym_boolean_literal] = STATE(4428), - [sym_character_literal] = STATE(4428), - [sym__lexical_identifier] = STATE(4440), - [aux_sym__statement_repeat1] = STATE(824), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(199), + [142] = { + [sym_type_alias] = STATE(1052), + [sym__declaration] = STATE(1052), + [sym_class_declaration] = STATE(1052), + [sym_function_declaration] = STATE(1052), + [sym_property_declaration] = STATE(1052), + [sym_getter] = STATE(1052), + [sym_setter] = STATE(1052), + [sym_object_declaration] = STATE(1052), + [sym__statement] = STATE(1052), + [sym_control_structure_body] = STATE(1199), + [sym__block] = STATE(1052), + [sym__loop_statement] = STATE(1052), + [sym_for_statement] = STATE(1052), + [sym_while_statement] = STATE(1052), + [sym_do_while_statement] = STATE(1052), + [sym_assignment] = STATE(1052), + [sym__expression] = STATE(460), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(777), + [sym_parenthesized_expression] = STATE(777), + [sym_collection_literal] = STATE(777), + [sym__literal_constant] = STATE(777), + [sym_string_literal] = STATE(777), + [sym_lambda_literal] = STATE(777), + [sym_anonymous_function] = STATE(777), + [sym__function_literal] = STATE(777), + [sym_object_literal] = STATE(777), + [sym_this_expression] = STATE(777), + [sym_super_expression] = STATE(777), + [sym_if_expression] = STATE(777), + [sym_when_expression] = STATE(777), + [sym_try_expression] = STATE(777), + [sym_jump_expression] = STATE(777), + [sym_callable_reference] = STATE(777), + [sym__prefix_unary_operator] = STATE(2340), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7935), + [sym_modifiers] = STATE(7845), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(334), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1103), + [sym__return_at] = STATE(260), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(777), + [sym_long_literal] = STATE(777), + [sym_boolean_literal] = STATE(777), + [sym_character_literal] = STATE(777), + [sym__lexical_identifier] = STATE(843), + [aux_sym__statement_repeat1] = STATE(800), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(537), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_typealias] = ACTIONS(289), - [anon_sym_class] = ACTIONS(291), - [anon_sym_interface] = ACTIONS(291), - [anon_sym_enum] = ACTIONS(293), - [anon_sym_LBRACE] = ACTIONS(295), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_val] = ACTIONS(297), - [anon_sym_var] = ACTIONS(297), - [anon_sym_object] = ACTIONS(299), - [anon_sym_fun] = ACTIONS(301), - [anon_sym_SEMI] = ACTIONS(303), - [anon_sym_get] = ACTIONS(305), - [anon_sym_set] = ACTIONS(307), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), - [sym_label] = ACTIONS(311), - [anon_sym_for] = ACTIONS(313), - [anon_sym_while] = ACTIONS(315), - [anon_sym_do] = ACTIONS(317), - [anon_sym_null] = ACTIONS(319), - [anon_sym_if] = ACTIONS(321), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(323), - [anon_sym_return] = ACTIONS(325), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(327), - [anon_sym_DASH] = ACTIONS(327), - [anon_sym_PLUS_PLUS] = ACTIONS(329), - [anon_sym_DASH_DASH] = ACTIONS(329), - [anon_sym_BANG] = ACTIONS(329), + [anon_sym_LBRACK] = ACTIONS(539), + [anon_sym_typealias] = ACTIONS(541), + [anon_sym_class] = ACTIONS(889), + [anon_sym_interface] = ACTIONS(889), + [anon_sym_enum] = ACTIONS(891), + [anon_sym_LBRACE] = ACTIONS(893), + [anon_sym_LPAREN] = ACTIONS(549), + [anon_sym_val] = ACTIONS(895), + [anon_sym_var] = ACTIONS(895), + [anon_sym_object] = ACTIONS(897), + [anon_sym_fun] = ACTIONS(899), + [anon_sym_SEMI] = ACTIONS(1369), + [anon_sym_get] = ACTIONS(901), + [anon_sym_set] = ACTIONS(903), + [anon_sym_this] = ACTIONS(561), + [anon_sym_super] = ACTIONS(563), + [anon_sym_STAR] = ACTIONS(905), + [sym_label] = ACTIONS(907), + [anon_sym_for] = ACTIONS(909), + [anon_sym_while] = ACTIONS(911), + [anon_sym_do] = ACTIONS(573), + [anon_sym_null] = ACTIONS(913), + [anon_sym_if] = ACTIONS(577), + [anon_sym_when] = ACTIONS(579), + [anon_sym_try] = ACTIONS(581), + [anon_sym_throw] = ACTIONS(583), + [anon_sym_return] = ACTIONS(585), + [anon_sym_continue] = ACTIONS(587), + [anon_sym_break] = ACTIONS(587), + [anon_sym_COLON_COLON] = ACTIONS(589), + [anon_sym_PLUS] = ACTIONS(915), + [anon_sym_DASH] = ACTIONS(915), + [anon_sym_PLUS_PLUS] = ACTIONS(917), + [anon_sym_DASH_DASH] = ACTIONS(917), + [anon_sym_BANG] = ACTIONS(917), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(261), - [anon_sym_inner] = ACTIONS(261), + [anon_sym_data] = ACTIONS(595), + [anon_sym_inner] = ACTIONS(595), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -48545,102 +47873,102 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(263), - [anon_sym_actual] = ACTIONS(263), + [anon_sym_expect] = ACTIONS(597), + [anon_sym_actual] = ACTIONS(597), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(331), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(599), + [anon_sym_break_AT] = ACTIONS(601), + [sym_real_literal] = ACTIONS(919), + [sym_integer_literal] = ACTIONS(605), + [sym_hex_literal] = ACTIONS(607), + [sym_bin_literal] = ACTIONS(607), + [anon_sym_true] = ACTIONS(609), + [anon_sym_false] = ACTIONS(609), + [anon_sym_SQUOTE] = ACTIONS(611), + [sym__backtick_identifier] = ACTIONS(613), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), + [sym__string_start] = ACTIONS(615), }, - [148] = { - [sym_type_alias] = STATE(3281), - [sym__declaration] = STATE(3281), - [sym_class_declaration] = STATE(3281), - [sym_function_declaration] = STATE(3281), - [sym_property_declaration] = STATE(3281), - [sym_getter] = STATE(3281), - [sym_setter] = STATE(3281), - [sym_object_declaration] = STATE(3281), - [sym__statement] = STATE(3281), - [sym_control_structure_body] = STATE(3272), - [sym__block] = STATE(3281), - [sym__loop_statement] = STATE(3281), - [sym_for_statement] = STATE(3281), - [sym_while_statement] = STATE(3281), - [sym_do_while_statement] = STATE(3281), - [sym_assignment] = STATE(3281), - [sym__expression] = STATE(1696), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(2750), - [sym_parenthesized_expression] = STATE(2750), - [sym_collection_literal] = STATE(2750), - [sym__literal_constant] = STATE(2750), - [sym_string_literal] = STATE(2750), - [sym_lambda_literal] = STATE(2750), - [sym_anonymous_function] = STATE(2750), - [sym__function_literal] = STATE(2750), - [sym_object_literal] = STATE(2750), - [sym_this_expression] = STATE(2750), - [sym_super_expression] = STATE(2750), - [sym_if_expression] = STATE(2750), - [sym_when_expression] = STATE(2750), - [sym_try_expression] = STATE(2750), - [sym_jump_expression] = STATE(2750), - [sym_callable_reference] = STATE(2750), - [sym__prefix_unary_operator] = STATE(2054), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7883), - [sym_modifiers] = STATE(7811), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(349), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3447), - [sym__return_at] = STATE(323), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(2750), - [sym_long_literal] = STATE(2750), - [sym_boolean_literal] = STATE(2750), - [sym_character_literal] = STATE(2750), - [sym__lexical_identifier] = STATE(2890), - [aux_sym__statement_repeat1] = STATE(816), - [aux_sym_modifiers_repeat1] = STATE(5441), + [143] = { + [sym_type_alias] = STATE(3456), + [sym__declaration] = STATE(3456), + [sym_class_declaration] = STATE(3456), + [sym_function_declaration] = STATE(3456), + [sym_property_declaration] = STATE(3456), + [sym_getter] = STATE(3456), + [sym_setter] = STATE(3456), + [sym_object_declaration] = STATE(3456), + [sym__statement] = STATE(3456), + [sym_control_structure_body] = STATE(3348), + [sym__block] = STATE(3456), + [sym__loop_statement] = STATE(3456), + [sym_for_statement] = STATE(3456), + [sym_while_statement] = STATE(3456), + [sym_do_while_statement] = STATE(3456), + [sym_assignment] = STATE(3456), + [sym__expression] = STATE(2364), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(2743), + [sym_parenthesized_expression] = STATE(2743), + [sym_collection_literal] = STATE(2743), + [sym__literal_constant] = STATE(2743), + [sym_string_literal] = STATE(2743), + [sym_lambda_literal] = STATE(2743), + [sym_anonymous_function] = STATE(2743), + [sym__function_literal] = STATE(2743), + [sym_object_literal] = STATE(2743), + [sym_this_expression] = STATE(2743), + [sym_super_expression] = STATE(2743), + [sym_if_expression] = STATE(2743), + [sym_when_expression] = STATE(2743), + [sym_try_expression] = STATE(2743), + [sym_jump_expression] = STATE(2743), + [sym_callable_reference] = STATE(2743), + [sym__prefix_unary_operator] = STATE(2070), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7926), + [sym_modifiers] = STATE(7767), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(337), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3279), + [sym__return_at] = STATE(317), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(2743), + [sym_long_literal] = STATE(2743), + [sym_boolean_literal] = STATE(2743), + [sym_character_literal] = STATE(2743), + [sym__lexical_identifier] = STATE(2837), + [aux_sym__statement_repeat1] = STATE(787), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(333), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(335), @@ -48648,13 +47976,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(1097), [anon_sym_interface] = ACTIONS(1097), [anon_sym_enum] = ACTIONS(1099), - [anon_sym_LBRACE] = ACTIONS(921), + [anon_sym_LBRACE] = ACTIONS(953), [anon_sym_LPAREN] = ACTIONS(345), [anon_sym_val] = ACTIONS(1101), [anon_sym_var] = ACTIONS(1101), [anon_sym_object] = ACTIONS(1103), [anon_sym_fun] = ACTIONS(1105), - [anon_sym_SEMI] = ACTIONS(1359), + [anon_sym_SEMI] = ACTIONS(1363), [anon_sym_get] = ACTIONS(1107), [anon_sym_set] = ACTIONS(1109), [anon_sym_this] = ACTIONS(357), @@ -48664,12 +47992,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_for] = ACTIONS(1115), [anon_sym_while] = ACTIONS(1117), [anon_sym_do] = ACTIONS(369), - [anon_sym_null] = ACTIONS(941), - [anon_sym_if] = ACTIONS(697), + [anon_sym_null] = ACTIONS(973), + [anon_sym_if] = ACTIONS(703), [anon_sym_when] = ACTIONS(375), [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(699), - [anon_sym_return] = ACTIONS(701), + [anon_sym_throw] = ACTIONS(705), + [anon_sym_return] = ACTIONS(707), [anon_sym_continue] = ACTIONS(383), [anon_sym_break] = ACTIONS(383), [anon_sym_COLON_COLON] = ACTIONS(385), @@ -48707,7 +48035,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(395), [anon_sym_break_AT] = ACTIONS(397), - [sym_real_literal] = ACTIONS(947), + [sym_real_literal] = ACTIONS(979), [sym_integer_literal] = ACTIONS(401), [sym_hex_literal] = ACTIONS(403), [sym_bin_literal] = ACTIONS(403), @@ -48718,127 +48046,127 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(411), }, - [149] = { - [sym_type_alias] = STATE(3281), - [sym__declaration] = STATE(3281), - [sym_class_declaration] = STATE(3281), - [sym_function_declaration] = STATE(3281), - [sym_property_declaration] = STATE(3281), - [sym_getter] = STATE(3281), - [sym_setter] = STATE(3281), - [sym_object_declaration] = STATE(3281), - [sym__statement] = STATE(3281), - [sym_control_structure_body] = STATE(3272), - [sym__block] = STATE(3281), - [sym__loop_statement] = STATE(3281), - [sym_for_statement] = STATE(3281), - [sym_while_statement] = STATE(3281), - [sym_do_while_statement] = STATE(3281), - [sym_assignment] = STATE(3281), - [sym__expression] = STATE(1212), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(2728), - [sym_parenthesized_expression] = STATE(2728), - [sym_collection_literal] = STATE(2728), - [sym__literal_constant] = STATE(2728), - [sym_string_literal] = STATE(2728), - [sym_lambda_literal] = STATE(2728), - [sym_anonymous_function] = STATE(2728), - [sym__function_literal] = STATE(2728), - [sym_object_literal] = STATE(2728), - [sym_this_expression] = STATE(2728), - [sym_super_expression] = STATE(2728), - [sym_if_expression] = STATE(2728), - [sym_when_expression] = STATE(2728), - [sym_try_expression] = STATE(2728), - [sym_jump_expression] = STATE(2728), - [sym_callable_reference] = STATE(2728), - [sym__prefix_unary_operator] = STATE(2185), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7898), - [sym_modifiers] = STATE(7788), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(332), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3447), - [sym__return_at] = STATE(323), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(2728), - [sym_long_literal] = STATE(2728), - [sym_boolean_literal] = STATE(2728), - [sym_character_literal] = STATE(2728), - [sym__lexical_identifier] = STATE(2890), - [aux_sym__statement_repeat1] = STATE(787), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(333), + [144] = { + [sym_type_alias] = STATE(5052), + [sym__declaration] = STATE(5052), + [sym_class_declaration] = STATE(5052), + [sym_function_declaration] = STATE(5052), + [sym_property_declaration] = STATE(5052), + [sym_getter] = STATE(5052), + [sym_setter] = STATE(5052), + [sym_object_declaration] = STATE(5052), + [sym__statement] = STATE(5052), + [sym_control_structure_body] = STATE(5025), + [sym__block] = STATE(5052), + [sym__loop_statement] = STATE(5052), + [sym_for_statement] = STATE(5052), + [sym_while_statement] = STATE(5052), + [sym_do_while_statement] = STATE(5052), + [sym_assignment] = STATE(5052), + [sym__expression] = STATE(3957), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4467), + [sym_parenthesized_expression] = STATE(4467), + [sym_collection_literal] = STATE(4467), + [sym__literal_constant] = STATE(4467), + [sym_string_literal] = STATE(4467), + [sym_lambda_literal] = STATE(4467), + [sym_anonymous_function] = STATE(4467), + [sym__function_literal] = STATE(4467), + [sym_object_literal] = STATE(4467), + [sym_this_expression] = STATE(4467), + [sym_super_expression] = STATE(4467), + [sym_if_expression] = STATE(4467), + [sym_when_expression] = STATE(4467), + [sym_try_expression] = STATE(4467), + [sym_jump_expression] = STATE(4467), + [sym_callable_reference] = STATE(4467), + [sym__prefix_unary_operator] = STATE(1665), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7907), + [sym_modifiers] = STATE(7741), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(348), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4920), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4467), + [sym_long_literal] = STATE(4467), + [sym_boolean_literal] = STATE(4467), + [sym_character_literal] = STATE(4467), + [sym__lexical_identifier] = STATE(4566), + [aux_sym__statement_repeat1] = STATE(803), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(335), - [anon_sym_typealias] = ACTIONS(337), - [anon_sym_class] = ACTIONS(675), - [anon_sym_interface] = ACTIONS(675), - [anon_sym_enum] = ACTIONS(677), - [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_val] = ACTIONS(679), - [anon_sym_var] = ACTIONS(679), - [anon_sym_object] = ACTIONS(681), - [anon_sym_fun] = ACTIONS(683), - [anon_sym_SEMI] = ACTIONS(1359), - [anon_sym_get] = ACTIONS(685), - [anon_sym_set] = ACTIONS(687), - [anon_sym_this] = ACTIONS(357), - [anon_sym_super] = ACTIONS(359), - [anon_sym_STAR] = ACTIONS(1319), - [sym_label] = ACTIONS(691), - [anon_sym_for] = ACTIONS(693), - [anon_sym_while] = ACTIONS(695), - [anon_sym_do] = ACTIONS(369), - [anon_sym_null] = ACTIONS(371), - [anon_sym_if] = ACTIONS(697), - [anon_sym_when] = ACTIONS(375), - [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(699), - [anon_sym_return] = ACTIONS(701), - [anon_sym_continue] = ACTIONS(383), - [anon_sym_break] = ACTIONS(383), - [anon_sym_COLON_COLON] = ACTIONS(385), - [anon_sym_PLUS] = ACTIONS(703), - [anon_sym_DASH] = ACTIONS(703), - [anon_sym_PLUS_PLUS] = ACTIONS(705), - [anon_sym_DASH_DASH] = ACTIONS(705), - [anon_sym_BANG] = ACTIONS(705), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_typealias] = ACTIONS(413), + [anon_sym_class] = ACTIONS(771), + [anon_sym_interface] = ACTIONS(771), + [anon_sym_enum] = ACTIONS(773), + [anon_sym_LBRACE] = ACTIONS(419), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_val] = ACTIONS(775), + [anon_sym_var] = ACTIONS(775), + [anon_sym_object] = ACTIONS(777), + [anon_sym_fun] = ACTIONS(779), + [anon_sym_SEMI] = ACTIONS(1373), + [anon_sym_get] = ACTIONS(781), + [anon_sym_set] = ACTIONS(783), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(1243), + [sym_label] = ACTIONS(787), + [anon_sym_for] = ACTIONS(789), + [anon_sym_while] = ACTIONS(791), + [anon_sym_do] = ACTIONS(439), + [anon_sym_null] = ACTIONS(441), + [anon_sym_if] = ACTIONS(55), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(61), + [anon_sym_return] = ACTIONS(63), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(793), + [anon_sym_DASH] = ACTIONS(793), + [anon_sym_PLUS_PLUS] = ACTIONS(795), + [anon_sym_DASH_DASH] = ACTIONS(795), + [anon_sym_BANG] = ACTIONS(795), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(391), - [anon_sym_inner] = ACTIONS(391), + [anon_sym_data] = ACTIONS(77), + [anon_sym_inner] = ACTIONS(77), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -48857,144 +48185,300 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(393), - [anon_sym_actual] = ACTIONS(393), + [anon_sym_expect] = ACTIONS(89), + [anon_sym_actual] = ACTIONS(89), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(395), - [anon_sym_break_AT] = ACTIONS(397), - [sym_real_literal] = ACTIONS(399), - [sym_integer_literal] = ACTIONS(401), - [sym_hex_literal] = ACTIONS(403), - [sym_bin_literal] = ACTIONS(403), - [anon_sym_true] = ACTIONS(405), - [anon_sym_false] = ACTIONS(405), - [anon_sym_SQUOTE] = ACTIONS(407), - [sym__backtick_identifier] = ACTIONS(409), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [sym_real_literal] = ACTIONS(453), + [sym_integer_literal] = ACTIONS(99), + [sym_hex_literal] = ACTIONS(101), + [sym_bin_literal] = ACTIONS(101), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SQUOTE] = ACTIONS(105), + [sym__backtick_identifier] = ACTIONS(107), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(411), + [sym__string_start] = ACTIONS(109), }, - [150] = { - [sym_type_alias] = STATE(3259), - [sym__declaration] = STATE(3259), - [sym_class_declaration] = STATE(3259), - [sym_function_declaration] = STATE(3259), - [sym_property_declaration] = STATE(3259), - [sym_getter] = STATE(3259), - [sym_setter] = STATE(3259), - [sym_object_declaration] = STATE(3259), - [sym__statement] = STATE(3259), - [sym_control_structure_body] = STATE(3217), - [sym__block] = STATE(3259), - [sym__loop_statement] = STATE(3259), - [sym_for_statement] = STATE(3259), - [sym_while_statement] = STATE(3259), - [sym_do_while_statement] = STATE(3259), - [sym_assignment] = STATE(3259), - [sym__expression] = STATE(978), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(2736), - [sym_parenthesized_expression] = STATE(2736), - [sym_collection_literal] = STATE(2736), - [sym__literal_constant] = STATE(2736), - [sym_string_literal] = STATE(2736), - [sym_lambda_literal] = STATE(2736), - [sym_anonymous_function] = STATE(2736), - [sym__function_literal] = STATE(2736), - [sym_object_literal] = STATE(2736), - [sym_this_expression] = STATE(2736), - [sym_super_expression] = STATE(2736), - [sym_if_expression] = STATE(2736), - [sym_when_expression] = STATE(2736), - [sym_try_expression] = STATE(2736), - [sym_jump_expression] = STATE(2736), - [sym_callable_reference] = STATE(2736), - [sym__prefix_unary_operator] = STATE(1786), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7868), - [sym_modifiers] = STATE(7832), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(334), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3242), - [sym__return_at] = STATE(255), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(2736), - [sym_long_literal] = STATE(2736), - [sym_boolean_literal] = STATE(2736), - [sym_character_literal] = STATE(2736), - [sym__lexical_identifier] = STATE(2864), - [aux_sym__statement_repeat1] = STATE(807), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(111), + [145] = { + [sym_type_alias] = STATE(3873), + [sym__declaration] = STATE(3873), + [sym_class_declaration] = STATE(3873), + [sym_function_declaration] = STATE(3873), + [sym_property_declaration] = STATE(3873), + [sym_getter] = STATE(3873), + [sym_setter] = STATE(3873), + [sym_object_declaration] = STATE(3873), + [sym__statement] = STATE(3873), + [sym_control_structure_body] = STATE(3763), + [sym__block] = STATE(3873), + [sym__loop_statement] = STATE(3873), + [sym_for_statement] = STATE(3873), + [sym_while_statement] = STATE(3873), + [sym_do_while_statement] = STATE(3873), + [sym_assignment] = STATE(3873), + [sym__expression] = STATE(2383), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(2836), + [sym_parenthesized_expression] = STATE(2836), + [sym_collection_literal] = STATE(2836), + [sym__literal_constant] = STATE(2836), + [sym_string_literal] = STATE(2836), + [sym_lambda_literal] = STATE(2836), + [sym_anonymous_function] = STATE(2836), + [sym__function_literal] = STATE(2836), + [sym_object_literal] = STATE(2836), + [sym_this_expression] = STATE(2836), + [sym_super_expression] = STATE(2836), + [sym_if_expression] = STATE(2836), + [sym_when_expression] = STATE(2836), + [sym_try_expression] = STATE(2836), + [sym_jump_expression] = STATE(2836), + [sym_callable_reference] = STATE(2836), + [sym__prefix_unary_operator] = STATE(2143), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7928), + [sym_modifiers] = STATE(7615), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(347), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3725), + [sym__return_at] = STATE(261), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(2836), + [sym_long_literal] = STATE(2836), + [sym_boolean_literal] = STATE(2836), + [sym_character_literal] = STATE(2836), + [sym__lexical_identifier] = STATE(3382), + [aux_sym__statement_repeat1] = STATE(809), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_typealias] = ACTIONS(459), + [anon_sym_class] = ACTIONS(857), + [anon_sym_interface] = ACTIONS(857), + [anon_sym_enum] = ACTIONS(859), + [anon_sym_LBRACE] = ACTIONS(861), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_val] = ACTIONS(863), + [anon_sym_var] = ACTIONS(863), + [anon_sym_object] = ACTIONS(865), + [anon_sym_fun] = ACTIONS(867), + [anon_sym_SEMI] = ACTIONS(1357), + [anon_sym_get] = ACTIONS(869), + [anon_sym_set] = ACTIONS(871), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(873), + [sym_label] = ACTIONS(875), + [anon_sym_for] = ACTIONS(877), + [anon_sym_while] = ACTIONS(879), + [anon_sym_do] = ACTIONS(491), + [anon_sym_null] = ACTIONS(881), + [anon_sym_if] = ACTIONS(495), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(501), + [anon_sym_return] = ACTIONS(503), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(883), + [anon_sym_DASH] = ACTIONS(883), + [anon_sym_PLUS_PLUS] = ACTIONS(885), + [anon_sym_DASH_DASH] = ACTIONS(885), + [anon_sym_BANG] = ACTIONS(885), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(513), + [anon_sym_inner] = ACTIONS(513), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(515), + [anon_sym_actual] = ACTIONS(515), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(887), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), + }, + [146] = { + [sym_type_alias] = STATE(1052), + [sym__declaration] = STATE(1052), + [sym_class_declaration] = STATE(1052), + [sym_function_declaration] = STATE(1052), + [sym_property_declaration] = STATE(1052), + [sym_getter] = STATE(1052), + [sym_setter] = STATE(1052), + [sym_object_declaration] = STATE(1052), + [sym__statement] = STATE(1052), + [sym_control_structure_body] = STATE(1152), + [sym__block] = STATE(1052), + [sym__loop_statement] = STATE(1052), + [sym_for_statement] = STATE(1052), + [sym_while_statement] = STATE(1052), + [sym_do_while_statement] = STATE(1052), + [sym_assignment] = STATE(1052), + [sym__expression] = STATE(370), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(765), + [sym_parenthesized_expression] = STATE(765), + [sym_collection_literal] = STATE(765), + [sym__literal_constant] = STATE(765), + [sym_string_literal] = STATE(765), + [sym_lambda_literal] = STATE(765), + [sym_anonymous_function] = STATE(765), + [sym__function_literal] = STATE(765), + [sym_object_literal] = STATE(765), + [sym_this_expression] = STATE(765), + [sym_super_expression] = STATE(765), + [sym_if_expression] = STATE(765), + [sym_when_expression] = STATE(765), + [sym_try_expression] = STATE(765), + [sym_jump_expression] = STATE(765), + [sym_callable_reference] = STATE(765), + [sym__prefix_unary_operator] = STATE(1703), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7900), + [sym_modifiers] = STATE(7653), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(342), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1103), + [sym__return_at] = STATE(260), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(765), + [sym_long_literal] = STATE(765), + [sym_boolean_literal] = STATE(765), + [sym_character_literal] = STATE(765), + [sym__lexical_identifier] = STATE(843), + [aux_sym__statement_repeat1] = STATE(804), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(537), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_typealias] = ACTIONS(121), - [anon_sym_class] = ACTIONS(123), - [anon_sym_interface] = ACTIONS(123), - [anon_sym_enum] = ACTIONS(125), - [anon_sym_LBRACE] = ACTIONS(127), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_val] = ACTIONS(131), - [anon_sym_var] = ACTIONS(131), - [anon_sym_object] = ACTIONS(133), - [anon_sym_fun] = ACTIONS(135), - [anon_sym_SEMI] = ACTIONS(1379), - [anon_sym_get] = ACTIONS(137), - [anon_sym_set] = ACTIONS(139), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(1313), - [sym_label] = ACTIONS(147), - [anon_sym_for] = ACTIONS(149), - [anon_sym_while] = ACTIONS(151), - [anon_sym_do] = ACTIONS(153), - [anon_sym_null] = ACTIONS(155), - [anon_sym_if] = ACTIONS(157), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(163), - [anon_sym_return] = ACTIONS(165), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(171), - [anon_sym_DASH] = ACTIONS(171), - [anon_sym_PLUS_PLUS] = ACTIONS(173), - [anon_sym_DASH_DASH] = ACTIONS(173), - [anon_sym_BANG] = ACTIONS(173), + [anon_sym_LBRACK] = ACTIONS(539), + [anon_sym_typealias] = ACTIONS(541), + [anon_sym_class] = ACTIONS(543), + [anon_sym_interface] = ACTIONS(543), + [anon_sym_enum] = ACTIONS(545), + [anon_sym_LBRACE] = ACTIONS(547), + [anon_sym_LPAREN] = ACTIONS(549), + [anon_sym_val] = ACTIONS(551), + [anon_sym_var] = ACTIONS(551), + [anon_sym_object] = ACTIONS(553), + [anon_sym_fun] = ACTIONS(555), + [anon_sym_SEMI] = ACTIONS(1371), + [anon_sym_get] = ACTIONS(557), + [anon_sym_set] = ACTIONS(559), + [anon_sym_this] = ACTIONS(561), + [anon_sym_super] = ACTIONS(563), + [anon_sym_STAR] = ACTIONS(1229), + [sym_label] = ACTIONS(567), + [anon_sym_for] = ACTIONS(569), + [anon_sym_while] = ACTIONS(571), + [anon_sym_do] = ACTIONS(573), + [anon_sym_null] = ACTIONS(575), + [anon_sym_if] = ACTIONS(577), + [anon_sym_when] = ACTIONS(579), + [anon_sym_try] = ACTIONS(581), + [anon_sym_throw] = ACTIONS(583), + [anon_sym_return] = ACTIONS(585), + [anon_sym_continue] = ACTIONS(587), + [anon_sym_break] = ACTIONS(587), + [anon_sym_COLON_COLON] = ACTIONS(589), + [anon_sym_PLUS] = ACTIONS(591), + [anon_sym_DASH] = ACTIONS(591), + [anon_sym_PLUS_PLUS] = ACTIONS(593), + [anon_sym_DASH_DASH] = ACTIONS(593), + [anon_sym_BANG] = ACTIONS(593), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(175), - [anon_sym_inner] = ACTIONS(175), + [anon_sym_data] = ACTIONS(595), + [anon_sym_inner] = ACTIONS(595), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -49013,144 +48497,300 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(177), - [anon_sym_actual] = ACTIONS(177), + [anon_sym_expect] = ACTIONS(597), + [anon_sym_actual] = ACTIONS(597), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(185), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(599), + [anon_sym_break_AT] = ACTIONS(601), + [sym_real_literal] = ACTIONS(603), + [sym_integer_literal] = ACTIONS(605), + [sym_hex_literal] = ACTIONS(607), + [sym_bin_literal] = ACTIONS(607), + [anon_sym_true] = ACTIONS(609), + [anon_sym_false] = ACTIONS(609), + [anon_sym_SQUOTE] = ACTIONS(611), + [sym__backtick_identifier] = ACTIONS(613), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), + [sym__string_start] = ACTIONS(615), }, - [151] = { - [sym_type_alias] = STATE(4620), - [sym__declaration] = STATE(4620), - [sym_class_declaration] = STATE(4620), - [sym_function_declaration] = STATE(4620), - [sym_property_declaration] = STATE(4620), - [sym_getter] = STATE(4620), - [sym_setter] = STATE(4620), - [sym_object_declaration] = STATE(4620), - [sym__statement] = STATE(4620), - [sym_control_structure_body] = STATE(4689), - [sym__block] = STATE(4620), - [sym__loop_statement] = STATE(4620), - [sym_for_statement] = STATE(4620), - [sym_while_statement] = STATE(4620), - [sym_do_while_statement] = STATE(4620), - [sym_assignment] = STATE(4620), - [sym__expression] = STATE(3969), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4428), - [sym_parenthesized_expression] = STATE(4428), - [sym_collection_literal] = STATE(4428), - [sym__literal_constant] = STATE(4428), - [sym_string_literal] = STATE(4428), - [sym_lambda_literal] = STATE(4428), - [sym_anonymous_function] = STATE(4428), - [sym__function_literal] = STATE(4428), - [sym_object_literal] = STATE(4428), - [sym_this_expression] = STATE(4428), - [sym_super_expression] = STATE(4428), - [sym_if_expression] = STATE(4428), - [sym_when_expression] = STATE(4428), - [sym_try_expression] = STATE(4428), - [sym_jump_expression] = STATE(4428), - [sym_callable_reference] = STATE(4428), - [sym__prefix_unary_operator] = STATE(2296), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7873), - [sym_modifiers] = STATE(7803), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(345), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4561), - [sym__return_at] = STATE(295), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4428), - [sym_long_literal] = STATE(4428), - [sym_boolean_literal] = STATE(4428), - [sym_character_literal] = STATE(4428), - [sym__lexical_identifier] = STATE(4440), - [aux_sym__statement_repeat1] = STATE(825), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_typealias] = ACTIONS(207), - [anon_sym_class] = ACTIONS(829), - [anon_sym_interface] = ACTIONS(829), - [anon_sym_enum] = ACTIONS(831), - [anon_sym_LBRACE] = ACTIONS(833), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_val] = ACTIONS(835), - [anon_sym_var] = ACTIONS(835), - [anon_sym_object] = ACTIONS(837), - [anon_sym_fun] = ACTIONS(839), + [147] = { + [sym_type_alias] = STATE(3873), + [sym__declaration] = STATE(3873), + [sym_class_declaration] = STATE(3873), + [sym_function_declaration] = STATE(3873), + [sym_property_declaration] = STATE(3873), + [sym_getter] = STATE(3873), + [sym_setter] = STATE(3873), + [sym_object_declaration] = STATE(3873), + [sym__statement] = STATE(3873), + [sym_control_structure_body] = STATE(3747), + [sym__block] = STATE(3873), + [sym__loop_statement] = STATE(3873), + [sym_for_statement] = STATE(3873), + [sym_while_statement] = STATE(3873), + [sym_do_while_statement] = STATE(3873), + [sym_assignment] = STATE(3873), + [sym__expression] = STATE(1347), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(2895), + [sym_parenthesized_expression] = STATE(2895), + [sym_collection_literal] = STATE(2895), + [sym__literal_constant] = STATE(2895), + [sym_string_literal] = STATE(2895), + [sym_lambda_literal] = STATE(2895), + [sym_anonymous_function] = STATE(2895), + [sym__function_literal] = STATE(2895), + [sym_object_literal] = STATE(2895), + [sym_this_expression] = STATE(2895), + [sym_super_expression] = STATE(2895), + [sym_if_expression] = STATE(2895), + [sym_when_expression] = STATE(2895), + [sym_try_expression] = STATE(2895), + [sym_jump_expression] = STATE(2895), + [sym_callable_reference] = STATE(2895), + [sym__prefix_unary_operator] = STATE(1786), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7917), + [sym_modifiers] = STATE(7780), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(346), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3725), + [sym__return_at] = STATE(263), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(2895), + [sym_long_literal] = STATE(2895), + [sym_boolean_literal] = STATE(2895), + [sym_character_literal] = STATE(2895), + [sym__lexical_identifier] = STATE(3382), + [aux_sym__statement_repeat1] = STATE(827), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_typealias] = ACTIONS(459), + [anon_sym_class] = ACTIONS(739), + [anon_sym_interface] = ACTIONS(739), + [anon_sym_enum] = ACTIONS(741), + [anon_sym_LBRACE] = ACTIONS(465), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_val] = ACTIONS(743), + [anon_sym_var] = ACTIONS(743), + [anon_sym_object] = ACTIONS(745), + [anon_sym_fun] = ACTIONS(747), + [anon_sym_SEMI] = ACTIONS(1353), + [anon_sym_get] = ACTIONS(749), + [anon_sym_set] = ACTIONS(751), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1279), + [sym_label] = ACTIONS(755), + [anon_sym_for] = ACTIONS(757), + [anon_sym_while] = ACTIONS(759), + [anon_sym_do] = ACTIONS(491), + [anon_sym_null] = ACTIONS(493), + [anon_sym_if] = ACTIONS(761), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(763), + [anon_sym_return] = ACTIONS(765), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(767), + [anon_sym_DASH] = ACTIONS(767), + [anon_sym_PLUS_PLUS] = ACTIONS(769), + [anon_sym_DASH_DASH] = ACTIONS(769), + [anon_sym_BANG] = ACTIONS(769), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(513), + [anon_sym_inner] = ACTIONS(513), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(515), + [anon_sym_actual] = ACTIONS(515), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(523), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), + }, + [148] = { + [sym_type_alias] = STATE(1052), + [sym__declaration] = STATE(1052), + [sym_class_declaration] = STATE(1052), + [sym_function_declaration] = STATE(1052), + [sym_property_declaration] = STATE(1052), + [sym_getter] = STATE(1052), + [sym_setter] = STATE(1052), + [sym_object_declaration] = STATE(1052), + [sym__statement] = STATE(1052), + [sym_control_structure_body] = STATE(1184), + [sym__block] = STATE(1052), + [sym__loop_statement] = STATE(1052), + [sym_for_statement] = STATE(1052), + [sym_while_statement] = STATE(1052), + [sym_do_while_statement] = STATE(1052), + [sym_assignment] = STATE(1052), + [sym__expression] = STATE(370), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(765), + [sym_parenthesized_expression] = STATE(765), + [sym_collection_literal] = STATE(765), + [sym__literal_constant] = STATE(765), + [sym_string_literal] = STATE(765), + [sym_lambda_literal] = STATE(765), + [sym_anonymous_function] = STATE(765), + [sym__function_literal] = STATE(765), + [sym_object_literal] = STATE(765), + [sym_this_expression] = STATE(765), + [sym_super_expression] = STATE(765), + [sym_if_expression] = STATE(765), + [sym_when_expression] = STATE(765), + [sym_try_expression] = STATE(765), + [sym_jump_expression] = STATE(765), + [sym_callable_reference] = STATE(765), + [sym__prefix_unary_operator] = STATE(1703), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7900), + [sym_modifiers] = STATE(7653), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(342), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1103), + [sym__return_at] = STATE(260), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(765), + [sym_long_literal] = STATE(765), + [sym_boolean_literal] = STATE(765), + [sym_character_literal] = STATE(765), + [sym__lexical_identifier] = STATE(843), + [aux_sym__statement_repeat1] = STATE(804), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(537), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(539), + [anon_sym_typealias] = ACTIONS(541), + [anon_sym_class] = ACTIONS(543), + [anon_sym_interface] = ACTIONS(543), + [anon_sym_enum] = ACTIONS(545), + [anon_sym_LBRACE] = ACTIONS(547), + [anon_sym_LPAREN] = ACTIONS(549), + [anon_sym_val] = ACTIONS(551), + [anon_sym_var] = ACTIONS(551), + [anon_sym_object] = ACTIONS(553), + [anon_sym_fun] = ACTIONS(555), [anon_sym_SEMI] = ACTIONS(1367), - [anon_sym_get] = ACTIONS(841), - [anon_sym_set] = ACTIONS(843), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(845), - [sym_label] = ACTIONS(847), - [anon_sym_for] = ACTIONS(849), - [anon_sym_while] = ACTIONS(851), - [anon_sym_do] = ACTIONS(239), - [anon_sym_null] = ACTIONS(319), - [anon_sym_if] = ACTIONS(243), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(249), - [anon_sym_return] = ACTIONS(251), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(855), + [anon_sym_get] = ACTIONS(557), + [anon_sym_set] = ACTIONS(559), + [anon_sym_this] = ACTIONS(561), + [anon_sym_super] = ACTIONS(563), + [anon_sym_STAR] = ACTIONS(1229), + [sym_label] = ACTIONS(567), + [anon_sym_for] = ACTIONS(569), + [anon_sym_while] = ACTIONS(571), + [anon_sym_do] = ACTIONS(573), + [anon_sym_null] = ACTIONS(575), + [anon_sym_if] = ACTIONS(577), + [anon_sym_when] = ACTIONS(579), + [anon_sym_try] = ACTIONS(581), + [anon_sym_throw] = ACTIONS(583), + [anon_sym_return] = ACTIONS(585), + [anon_sym_continue] = ACTIONS(587), + [anon_sym_break] = ACTIONS(587), + [anon_sym_COLON_COLON] = ACTIONS(589), + [anon_sym_PLUS] = ACTIONS(591), + [anon_sym_DASH] = ACTIONS(591), + [anon_sym_PLUS_PLUS] = ACTIONS(593), + [anon_sym_DASH_DASH] = ACTIONS(593), + [anon_sym_BANG] = ACTIONS(593), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(261), - [anon_sym_inner] = ACTIONS(261), + [anon_sym_data] = ACTIONS(595), + [anon_sym_inner] = ACTIONS(595), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -49169,102 +48809,102 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(263), - [anon_sym_actual] = ACTIONS(263), + [anon_sym_expect] = ACTIONS(597), + [anon_sym_actual] = ACTIONS(597), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(331), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(599), + [anon_sym_break_AT] = ACTIONS(601), + [sym_real_literal] = ACTIONS(603), + [sym_integer_literal] = ACTIONS(605), + [sym_hex_literal] = ACTIONS(607), + [sym_bin_literal] = ACTIONS(607), + [anon_sym_true] = ACTIONS(609), + [anon_sym_false] = ACTIONS(609), + [anon_sym_SQUOTE] = ACTIONS(611), + [sym__backtick_identifier] = ACTIONS(613), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), + [sym__string_start] = ACTIONS(615), }, - [152] = { - [sym_type_alias] = STATE(3259), - [sym__declaration] = STATE(3259), - [sym_class_declaration] = STATE(3259), - [sym_function_declaration] = STATE(3259), - [sym_property_declaration] = STATE(3259), - [sym_getter] = STATE(3259), - [sym_setter] = STATE(3259), - [sym_object_declaration] = STATE(3259), - [sym__statement] = STATE(3259), - [sym_control_structure_body] = STATE(3239), - [sym__block] = STATE(3259), - [sym__loop_statement] = STATE(3259), - [sym_for_statement] = STATE(3259), - [sym_while_statement] = STATE(3259), - [sym_do_while_statement] = STATE(3259), - [sym_assignment] = STATE(3259), - [sym__expression] = STATE(978), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(2736), - [sym_parenthesized_expression] = STATE(2736), - [sym_collection_literal] = STATE(2736), - [sym__literal_constant] = STATE(2736), - [sym_string_literal] = STATE(2736), - [sym_lambda_literal] = STATE(2736), - [sym_anonymous_function] = STATE(2736), - [sym__function_literal] = STATE(2736), - [sym_object_literal] = STATE(2736), - [sym_this_expression] = STATE(2736), - [sym_super_expression] = STATE(2736), - [sym_if_expression] = STATE(2736), - [sym_when_expression] = STATE(2736), - [sym_try_expression] = STATE(2736), - [sym_jump_expression] = STATE(2736), - [sym_callable_reference] = STATE(2736), - [sym__prefix_unary_operator] = STATE(1786), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7868), - [sym_modifiers] = STATE(7832), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(334), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3242), - [sym__return_at] = STATE(255), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(2736), - [sym_long_literal] = STATE(2736), - [sym_boolean_literal] = STATE(2736), - [sym_character_literal] = STATE(2736), - [sym__lexical_identifier] = STATE(2864), - [aux_sym__statement_repeat1] = STATE(807), - [aux_sym_modifiers_repeat1] = STATE(5441), + [149] = { + [sym_type_alias] = STATE(3371), + [sym__declaration] = STATE(3371), + [sym_class_declaration] = STATE(3371), + [sym_function_declaration] = STATE(3371), + [sym_property_declaration] = STATE(3371), + [sym_getter] = STATE(3371), + [sym_setter] = STATE(3371), + [sym_object_declaration] = STATE(3371), + [sym__statement] = STATE(3371), + [sym_control_structure_body] = STATE(3245), + [sym__block] = STATE(3371), + [sym__loop_statement] = STATE(3371), + [sym_for_statement] = STATE(3371), + [sym_while_statement] = STATE(3371), + [sym_do_while_statement] = STATE(3371), + [sym_assignment] = STATE(3371), + [sym__expression] = STATE(950), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(2753), + [sym_parenthesized_expression] = STATE(2753), + [sym_collection_literal] = STATE(2753), + [sym__literal_constant] = STATE(2753), + [sym_string_literal] = STATE(2753), + [sym_lambda_literal] = STATE(2753), + [sym_anonymous_function] = STATE(2753), + [sym__function_literal] = STATE(2753), + [sym_object_literal] = STATE(2753), + [sym_this_expression] = STATE(2753), + [sym_super_expression] = STATE(2753), + [sym_if_expression] = STATE(2753), + [sym_when_expression] = STATE(2753), + [sym_try_expression] = STATE(2753), + [sym_jump_expression] = STATE(2753), + [sym_callable_reference] = STATE(2753), + [sym__prefix_unary_operator] = STATE(1674), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7911), + [sym_modifiers] = STATE(7669), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(345), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3410), + [sym__return_at] = STATE(220), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(2753), + [sym_long_literal] = STATE(2753), + [sym_boolean_literal] = STATE(2753), + [sym_character_literal] = STATE(2753), + [sym__lexical_identifier] = STATE(2858), + [aux_sym__statement_repeat1] = STATE(797), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(111), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(115), @@ -49278,12 +48918,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_var] = ACTIONS(131), [anon_sym_object] = ACTIONS(133), [anon_sym_fun] = ACTIONS(135), - [anon_sym_SEMI] = ACTIONS(1357), + [anon_sym_SEMI] = ACTIONS(1365), [anon_sym_get] = ACTIONS(137), [anon_sym_set] = ACTIONS(139), [anon_sym_this] = ACTIONS(141), [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(1313), + [anon_sym_STAR] = ACTIONS(1305), [sym_label] = ACTIONS(147), [anon_sym_for] = ACTIONS(149), [anon_sym_while] = ACTIONS(151), @@ -49342,127 +48982,127 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(197), }, - [153] = { - [sym_type_alias] = STATE(4921), - [sym__declaration] = STATE(4921), - [sym_class_declaration] = STATE(4921), - [sym_function_declaration] = STATE(4921), - [sym_property_declaration] = STATE(4921), - [sym_getter] = STATE(4921), - [sym_setter] = STATE(4921), - [sym_object_declaration] = STATE(4921), - [sym__statement] = STATE(4921), - [sym_control_structure_body] = STATE(4986), - [sym__block] = STATE(4921), - [sym__loop_statement] = STATE(4921), - [sym_for_statement] = STATE(4921), - [sym_while_statement] = STATE(4921), - [sym_do_while_statement] = STATE(4921), - [sym_assignment] = STATE(4921), - [sym__expression] = STATE(3646), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4446), - [sym_parenthesized_expression] = STATE(4446), - [sym_collection_literal] = STATE(4446), - [sym__literal_constant] = STATE(4446), - [sym_string_literal] = STATE(4446), - [sym_lambda_literal] = STATE(4446), - [sym_anonymous_function] = STATE(4446), - [sym__function_literal] = STATE(4446), - [sym_object_literal] = STATE(4446), - [sym_this_expression] = STATE(4446), - [sym_super_expression] = STATE(4446), - [sym_if_expression] = STATE(4446), - [sym_when_expression] = STATE(4446), - [sym_try_expression] = STATE(4446), - [sym_jump_expression] = STATE(4446), - [sym_callable_reference] = STATE(4446), - [sym__prefix_unary_operator] = STATE(2214), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7890), - [sym_modifiers] = STATE(7604), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(351), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4990), + [150] = { + [sym_type_alias] = STATE(3456), + [sym__declaration] = STATE(3456), + [sym_class_declaration] = STATE(3456), + [sym_function_declaration] = STATE(3456), + [sym_property_declaration] = STATE(3456), + [sym_getter] = STATE(3456), + [sym_setter] = STATE(3456), + [sym_object_declaration] = STATE(3456), + [sym__statement] = STATE(3456), + [sym_control_structure_body] = STATE(3348), + [sym__block] = STATE(3456), + [sym__loop_statement] = STATE(3456), + [sym_for_statement] = STATE(3456), + [sym_while_statement] = STATE(3456), + [sym_do_while_statement] = STATE(3456), + [sym_assignment] = STATE(3456), + [sym__expression] = STATE(954), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(2760), + [sym_parenthesized_expression] = STATE(2760), + [sym_collection_literal] = STATE(2760), + [sym__literal_constant] = STATE(2760), + [sym_string_literal] = STATE(2760), + [sym_lambda_literal] = STATE(2760), + [sym_anonymous_function] = STATE(2760), + [sym__function_literal] = STATE(2760), + [sym_object_literal] = STATE(2760), + [sym_this_expression] = STATE(2760), + [sym_super_expression] = STATE(2760), + [sym_if_expression] = STATE(2760), + [sym_when_expression] = STATE(2760), + [sym_try_expression] = STATE(2760), + [sym_jump_expression] = STATE(2760), + [sym_callable_reference] = STATE(2760), + [sym__prefix_unary_operator] = STATE(1644), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7915), + [sym_modifiers] = STATE(7662), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(350), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3279), [sym__return_at] = STATE(303), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4446), - [sym_long_literal] = STATE(4446), - [sym_boolean_literal] = STATE(4446), - [sym_character_literal] = STATE(4446), - [sym__lexical_identifier] = STATE(4529), - [aux_sym__statement_repeat1] = STATE(796), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(7), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(2760), + [sym_long_literal] = STATE(2760), + [sym_boolean_literal] = STATE(2760), + [sym_character_literal] = STATE(2760), + [sym__lexical_identifier] = STATE(2837), + [aux_sym__statement_repeat1] = STATE(801), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(333), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_typealias] = ACTIONS(495), - [anon_sym_class] = ACTIONS(497), - [anon_sym_interface] = ACTIONS(497), - [anon_sym_enum] = ACTIONS(499), - [anon_sym_LBRACE] = ACTIONS(501), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_val] = ACTIONS(503), - [anon_sym_var] = ACTIONS(503), - [anon_sym_object] = ACTIONS(505), - [anon_sym_fun] = ACTIONS(507), - [anon_sym_SEMI] = ACTIONS(1333), - [anon_sym_get] = ACTIONS(509), - [anon_sym_set] = ACTIONS(511), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(1267), - [sym_label] = ACTIONS(515), - [anon_sym_for] = ACTIONS(517), - [anon_sym_while] = ACTIONS(519), - [anon_sym_do] = ACTIONS(521), - [anon_sym_null] = ACTIONS(523), - [anon_sym_if] = ACTIONS(525), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(527), - [anon_sym_return] = ACTIONS(529), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_DASH] = ACTIONS(531), - [anon_sym_PLUS_PLUS] = ACTIONS(533), - [anon_sym_DASH_DASH] = ACTIONS(533), - [anon_sym_BANG] = ACTIONS(533), + [anon_sym_LBRACK] = ACTIONS(335), + [anon_sym_typealias] = ACTIONS(337), + [anon_sym_class] = ACTIONS(339), + [anon_sym_interface] = ACTIONS(339), + [anon_sym_enum] = ACTIONS(341), + [anon_sym_LBRACE] = ACTIONS(343), + [anon_sym_LPAREN] = ACTIONS(345), + [anon_sym_val] = ACTIONS(347), + [anon_sym_var] = ACTIONS(347), + [anon_sym_object] = ACTIONS(349), + [anon_sym_fun] = ACTIONS(351), + [anon_sym_SEMI] = ACTIONS(1363), + [anon_sym_get] = ACTIONS(353), + [anon_sym_set] = ACTIONS(355), + [anon_sym_this] = ACTIONS(357), + [anon_sym_super] = ACTIONS(359), + [anon_sym_STAR] = ACTIONS(1299), + [sym_label] = ACTIONS(363), + [anon_sym_for] = ACTIONS(365), + [anon_sym_while] = ACTIONS(367), + [anon_sym_do] = ACTIONS(369), + [anon_sym_null] = ACTIONS(371), + [anon_sym_if] = ACTIONS(373), + [anon_sym_when] = ACTIONS(375), + [anon_sym_try] = ACTIONS(377), + [anon_sym_throw] = ACTIONS(379), + [anon_sym_return] = ACTIONS(381), + [anon_sym_continue] = ACTIONS(383), + [anon_sym_break] = ACTIONS(383), + [anon_sym_COLON_COLON] = ACTIONS(385), + [anon_sym_PLUS] = ACTIONS(387), + [anon_sym_DASH] = ACTIONS(387), + [anon_sym_PLUS_PLUS] = ACTIONS(389), + [anon_sym_DASH_DASH] = ACTIONS(389), + [anon_sym_BANG] = ACTIONS(389), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(77), - [anon_sym_inner] = ACTIONS(77), + [anon_sym_data] = ACTIONS(391), + [anon_sym_inner] = ACTIONS(391), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -49481,144 +49121,144 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(89), - [anon_sym_actual] = ACTIONS(89), + [anon_sym_expect] = ACTIONS(393), + [anon_sym_actual] = ACTIONS(393), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(535), - [sym_integer_literal] = ACTIONS(99), - [sym_hex_literal] = ACTIONS(101), - [sym_bin_literal] = ACTIONS(101), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [anon_sym_SQUOTE] = ACTIONS(105), - [sym__backtick_identifier] = ACTIONS(107), + [anon_sym_continue_AT] = ACTIONS(395), + [anon_sym_break_AT] = ACTIONS(397), + [sym_real_literal] = ACTIONS(399), + [sym_integer_literal] = ACTIONS(401), + [sym_hex_literal] = ACTIONS(403), + [sym_bin_literal] = ACTIONS(403), + [anon_sym_true] = ACTIONS(405), + [anon_sym_false] = ACTIONS(405), + [anon_sym_SQUOTE] = ACTIONS(407), + [sym__backtick_identifier] = ACTIONS(409), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(109), + [sym__string_start] = ACTIONS(411), }, - [154] = { - [sym_type_alias] = STATE(9378), - [sym__declaration] = STATE(9378), - [sym_class_declaration] = STATE(9378), - [sym_function_declaration] = STATE(9378), - [sym_property_declaration] = STATE(9378), - [sym_getter] = STATE(9378), - [sym_setter] = STATE(9378), - [sym_object_declaration] = STATE(9378), - [sym__statement] = STATE(9378), - [sym_control_structure_body] = STATE(9487), - [sym__block] = STATE(9378), - [sym__loop_statement] = STATE(9378), - [sym_for_statement] = STATE(9378), - [sym_while_statement] = STATE(9378), - [sym_do_while_statement] = STATE(9378), - [sym_assignment] = STATE(9378), - [sym__expression] = STATE(4166), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4428), - [sym_parenthesized_expression] = STATE(4428), - [sym_collection_literal] = STATE(4428), - [sym__literal_constant] = STATE(4428), - [sym_string_literal] = STATE(4428), - [sym_lambda_literal] = STATE(4428), - [sym_anonymous_function] = STATE(4428), - [sym__function_literal] = STATE(4428), - [sym_object_literal] = STATE(4428), - [sym_this_expression] = STATE(4428), - [sym_super_expression] = STATE(4428), - [sym_if_expression] = STATE(4428), - [sym_when_expression] = STATE(4428), - [sym_try_expression] = STATE(4428), - [sym_jump_expression] = STATE(4428), - [sym_callable_reference] = STATE(4428), - [sym__prefix_unary_operator] = STATE(2049), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7865), - [sym_modifiers] = STATE(7637), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(342), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4561), - [sym__return_at] = STATE(310), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4428), - [sym_long_literal] = STATE(4428), - [sym_boolean_literal] = STATE(4428), - [sym_character_literal] = STATE(4428), - [sym__lexical_identifier] = STATE(4440), - [aux_sym__statement_repeat1] = STATE(824), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_typealias] = ACTIONS(289), - [anon_sym_class] = ACTIONS(291), - [anon_sym_interface] = ACTIONS(291), - [anon_sym_enum] = ACTIONS(293), - [anon_sym_LBRACE] = ACTIONS(295), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_val] = ACTIONS(297), - [anon_sym_var] = ACTIONS(297), - [anon_sym_object] = ACTIONS(299), - [anon_sym_fun] = ACTIONS(301), - [anon_sym_SEMI] = ACTIONS(303), - [anon_sym_get] = ACTIONS(305), - [anon_sym_set] = ACTIONS(307), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), - [sym_label] = ACTIONS(311), - [anon_sym_for] = ACTIONS(313), - [anon_sym_while] = ACTIONS(315), - [anon_sym_do] = ACTIONS(317), - [anon_sym_null] = ACTIONS(319), - [anon_sym_if] = ACTIONS(321), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(323), - [anon_sym_return] = ACTIONS(325), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(327), - [anon_sym_DASH] = ACTIONS(327), - [anon_sym_PLUS_PLUS] = ACTIONS(329), - [anon_sym_DASH_DASH] = ACTIONS(329), - [anon_sym_BANG] = ACTIONS(329), + [151] = { + [sym_type_alias] = STATE(3873), + [sym__declaration] = STATE(3873), + [sym_class_declaration] = STATE(3873), + [sym_function_declaration] = STATE(3873), + [sym_property_declaration] = STATE(3873), + [sym_getter] = STATE(3873), + [sym_setter] = STATE(3873), + [sym_object_declaration] = STATE(3873), + [sym__statement] = STATE(3873), + [sym_control_structure_body] = STATE(3763), + [sym__block] = STATE(3873), + [sym__loop_statement] = STATE(3873), + [sym_for_statement] = STATE(3873), + [sym_while_statement] = STATE(3873), + [sym_do_while_statement] = STATE(3873), + [sym_assignment] = STATE(3873), + [sym__expression] = STATE(1347), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(2895), + [sym_parenthesized_expression] = STATE(2895), + [sym_collection_literal] = STATE(2895), + [sym__literal_constant] = STATE(2895), + [sym_string_literal] = STATE(2895), + [sym_lambda_literal] = STATE(2895), + [sym_anonymous_function] = STATE(2895), + [sym__function_literal] = STATE(2895), + [sym_object_literal] = STATE(2895), + [sym_this_expression] = STATE(2895), + [sym_super_expression] = STATE(2895), + [sym_if_expression] = STATE(2895), + [sym_when_expression] = STATE(2895), + [sym_try_expression] = STATE(2895), + [sym_jump_expression] = STATE(2895), + [sym_callable_reference] = STATE(2895), + [sym__prefix_unary_operator] = STATE(1786), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7917), + [sym_modifiers] = STATE(7780), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(346), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3725), + [sym__return_at] = STATE(263), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(2895), + [sym_long_literal] = STATE(2895), + [sym_boolean_literal] = STATE(2895), + [sym_character_literal] = STATE(2895), + [sym__lexical_identifier] = STATE(3382), + [aux_sym__statement_repeat1] = STATE(827), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_typealias] = ACTIONS(459), + [anon_sym_class] = ACTIONS(739), + [anon_sym_interface] = ACTIONS(739), + [anon_sym_enum] = ACTIONS(741), + [anon_sym_LBRACE] = ACTIONS(465), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_val] = ACTIONS(743), + [anon_sym_var] = ACTIONS(743), + [anon_sym_object] = ACTIONS(745), + [anon_sym_fun] = ACTIONS(747), + [anon_sym_SEMI] = ACTIONS(1357), + [anon_sym_get] = ACTIONS(749), + [anon_sym_set] = ACTIONS(751), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1279), + [sym_label] = ACTIONS(755), + [anon_sym_for] = ACTIONS(757), + [anon_sym_while] = ACTIONS(759), + [anon_sym_do] = ACTIONS(491), + [anon_sym_null] = ACTIONS(493), + [anon_sym_if] = ACTIONS(761), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(763), + [anon_sym_return] = ACTIONS(765), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(767), + [anon_sym_DASH] = ACTIONS(767), + [anon_sym_PLUS_PLUS] = ACTIONS(769), + [anon_sym_DASH_DASH] = ACTIONS(769), + [anon_sym_BANG] = ACTIONS(769), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(261), - [anon_sym_inner] = ACTIONS(261), + [anon_sym_data] = ACTIONS(513), + [anon_sym_inner] = ACTIONS(513), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -49637,144 +49277,144 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(263), - [anon_sym_actual] = ACTIONS(263), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(331), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), + [anon_sym_expect] = ACTIONS(515), + [anon_sym_actual] = ACTIONS(515), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(523), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), }, - [155] = { - [sym_type_alias] = STATE(4921), - [sym__declaration] = STATE(4921), - [sym_class_declaration] = STATE(4921), - [sym_function_declaration] = STATE(4921), - [sym_property_declaration] = STATE(4921), - [sym_getter] = STATE(4921), - [sym_setter] = STATE(4921), - [sym_object_declaration] = STATE(4921), - [sym__statement] = STATE(4921), - [sym_control_structure_body] = STATE(4986), - [sym__block] = STATE(4921), - [sym__loop_statement] = STATE(4921), - [sym_for_statement] = STATE(4921), - [sym_while_statement] = STATE(4921), - [sym_do_while_statement] = STATE(4921), - [sym_assignment] = STATE(4921), - [sym__expression] = STATE(4150), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4455), - [sym_parenthesized_expression] = STATE(4455), - [sym_collection_literal] = STATE(4455), - [sym__literal_constant] = STATE(4455), - [sym_string_literal] = STATE(4455), - [sym_lambda_literal] = STATE(4455), - [sym_anonymous_function] = STATE(4455), - [sym__function_literal] = STATE(4455), - [sym_object_literal] = STATE(4455), - [sym_this_expression] = STATE(4455), - [sym_super_expression] = STATE(4455), - [sym_if_expression] = STATE(4455), - [sym_when_expression] = STATE(4455), - [sym_try_expression] = STATE(4455), - [sym_jump_expression] = STATE(4455), - [sym_callable_reference] = STATE(4455), - [sym__prefix_unary_operator] = STATE(1611), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7881), - [sym_modifiers] = STATE(7567), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(353), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4990), - [sym__return_at] = STATE(303), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4455), - [sym_long_literal] = STATE(4455), - [sym_boolean_literal] = STATE(4455), - [sym_character_literal] = STATE(4455), - [sym__lexical_identifier] = STATE(4529), - [aux_sym__statement_repeat1] = STATE(828), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_typealias] = ACTIONS(495), - [anon_sym_class] = ACTIONS(857), - [anon_sym_interface] = ACTIONS(857), - [anon_sym_enum] = ACTIONS(859), - [anon_sym_LBRACE] = ACTIONS(861), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_val] = ACTIONS(863), - [anon_sym_var] = ACTIONS(863), - [anon_sym_object] = ACTIONS(865), - [anon_sym_fun] = ACTIONS(867), - [anon_sym_SEMI] = ACTIONS(1333), - [anon_sym_get] = ACTIONS(869), - [anon_sym_set] = ACTIONS(871), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(873), - [sym_label] = ACTIONS(875), - [anon_sym_for] = ACTIONS(877), - [anon_sym_while] = ACTIONS(879), - [anon_sym_do] = ACTIONS(521), - [anon_sym_null] = ACTIONS(53), - [anon_sym_if] = ACTIONS(525), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(527), - [anon_sym_return] = ACTIONS(529), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(881), - [anon_sym_DASH] = ACTIONS(881), - [anon_sym_PLUS_PLUS] = ACTIONS(883), - [anon_sym_DASH_DASH] = ACTIONS(883), - [anon_sym_BANG] = ACTIONS(883), + [152] = { + [sym_type_alias] = STATE(3873), + [sym__declaration] = STATE(3873), + [sym_class_declaration] = STATE(3873), + [sym_function_declaration] = STATE(3873), + [sym_property_declaration] = STATE(3873), + [sym_getter] = STATE(3873), + [sym_setter] = STATE(3873), + [sym_object_declaration] = STATE(3873), + [sym__statement] = STATE(3873), + [sym_control_structure_body] = STATE(3683), + [sym__block] = STATE(3873), + [sym__loop_statement] = STATE(3873), + [sym_for_statement] = STATE(3873), + [sym_while_statement] = STATE(3873), + [sym_do_while_statement] = STATE(3873), + [sym_assignment] = STATE(3873), + [sym__expression] = STATE(1347), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(2895), + [sym_parenthesized_expression] = STATE(2895), + [sym_collection_literal] = STATE(2895), + [sym__literal_constant] = STATE(2895), + [sym_string_literal] = STATE(2895), + [sym_lambda_literal] = STATE(2895), + [sym_anonymous_function] = STATE(2895), + [sym__function_literal] = STATE(2895), + [sym_object_literal] = STATE(2895), + [sym_this_expression] = STATE(2895), + [sym_super_expression] = STATE(2895), + [sym_if_expression] = STATE(2895), + [sym_when_expression] = STATE(2895), + [sym_try_expression] = STATE(2895), + [sym_jump_expression] = STATE(2895), + [sym_callable_reference] = STATE(2895), + [sym__prefix_unary_operator] = STATE(1786), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7917), + [sym_modifiers] = STATE(7780), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(346), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3725), + [sym__return_at] = STATE(263), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(2895), + [sym_long_literal] = STATE(2895), + [sym_boolean_literal] = STATE(2895), + [sym_character_literal] = STATE(2895), + [sym__lexical_identifier] = STATE(3382), + [aux_sym__statement_repeat1] = STATE(827), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_typealias] = ACTIONS(459), + [anon_sym_class] = ACTIONS(739), + [anon_sym_interface] = ACTIONS(739), + [anon_sym_enum] = ACTIONS(741), + [anon_sym_LBRACE] = ACTIONS(465), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_val] = ACTIONS(743), + [anon_sym_var] = ACTIONS(743), + [anon_sym_object] = ACTIONS(745), + [anon_sym_fun] = ACTIONS(747), + [anon_sym_SEMI] = ACTIONS(1355), + [anon_sym_get] = ACTIONS(749), + [anon_sym_set] = ACTIONS(751), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1279), + [sym_label] = ACTIONS(755), + [anon_sym_for] = ACTIONS(757), + [anon_sym_while] = ACTIONS(759), + [anon_sym_do] = ACTIONS(491), + [anon_sym_null] = ACTIONS(493), + [anon_sym_if] = ACTIONS(761), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(763), + [anon_sym_return] = ACTIONS(765), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(767), + [anon_sym_DASH] = ACTIONS(767), + [anon_sym_PLUS_PLUS] = ACTIONS(769), + [anon_sym_DASH_DASH] = ACTIONS(769), + [anon_sym_BANG] = ACTIONS(769), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(77), - [anon_sym_inner] = ACTIONS(77), + [anon_sym_data] = ACTIONS(513), + [anon_sym_inner] = ACTIONS(513), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -49793,139 +49433,139 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(89), - [anon_sym_actual] = ACTIONS(89), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(97), - [sym_integer_literal] = ACTIONS(99), - [sym_hex_literal] = ACTIONS(101), - [sym_bin_literal] = ACTIONS(101), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [anon_sym_SQUOTE] = ACTIONS(105), - [sym__backtick_identifier] = ACTIONS(107), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(109), + [anon_sym_expect] = ACTIONS(515), + [anon_sym_actual] = ACTIONS(515), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(523), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), }, - [156] = { - [sym_type_alias] = STATE(4921), - [sym__declaration] = STATE(4921), - [sym_class_declaration] = STATE(4921), - [sym_function_declaration] = STATE(4921), - [sym_property_declaration] = STATE(4921), - [sym_getter] = STATE(4921), - [sym_setter] = STATE(4921), - [sym_object_declaration] = STATE(4921), - [sym__statement] = STATE(4921), - [sym_control_structure_body] = STATE(4977), - [sym__block] = STATE(4921), - [sym__loop_statement] = STATE(4921), - [sym_for_statement] = STATE(4921), - [sym_while_statement] = STATE(4921), - [sym_do_while_statement] = STATE(4921), - [sym_assignment] = STATE(4921), - [sym__expression] = STATE(4150), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4455), - [sym_parenthesized_expression] = STATE(4455), - [sym_collection_literal] = STATE(4455), - [sym__literal_constant] = STATE(4455), - [sym_string_literal] = STATE(4455), - [sym_lambda_literal] = STATE(4455), - [sym_anonymous_function] = STATE(4455), - [sym__function_literal] = STATE(4455), - [sym_object_literal] = STATE(4455), - [sym_this_expression] = STATE(4455), - [sym_super_expression] = STATE(4455), - [sym_if_expression] = STATE(4455), - [sym_when_expression] = STATE(4455), - [sym_try_expression] = STATE(4455), - [sym_jump_expression] = STATE(4455), - [sym_callable_reference] = STATE(4455), - [sym__prefix_unary_operator] = STATE(1611), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7881), - [sym_modifiers] = STATE(7567), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(353), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4990), - [sym__return_at] = STATE(303), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4455), - [sym_long_literal] = STATE(4455), - [sym_boolean_literal] = STATE(4455), - [sym_character_literal] = STATE(4455), - [sym__lexical_identifier] = STATE(4529), - [aux_sym__statement_repeat1] = STATE(828), - [aux_sym_modifiers_repeat1] = STATE(5441), + [153] = { + [sym_type_alias] = STATE(5052), + [sym__declaration] = STATE(5052), + [sym_class_declaration] = STATE(5052), + [sym_function_declaration] = STATE(5052), + [sym_property_declaration] = STATE(5052), + [sym_getter] = STATE(5052), + [sym_setter] = STATE(5052), + [sym_object_declaration] = STATE(5052), + [sym__statement] = STATE(5052), + [sym_control_structure_body] = STATE(5065), + [sym__block] = STATE(5052), + [sym__loop_statement] = STATE(5052), + [sym_for_statement] = STATE(5052), + [sym_while_statement] = STATE(5052), + [sym_do_while_statement] = STATE(5052), + [sym_assignment] = STATE(5052), + [sym__expression] = STATE(3562), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4467), + [sym_parenthesized_expression] = STATE(4467), + [sym_collection_literal] = STATE(4467), + [sym__literal_constant] = STATE(4467), + [sym_string_literal] = STATE(4467), + [sym_lambda_literal] = STATE(4467), + [sym_anonymous_function] = STATE(4467), + [sym__function_literal] = STATE(4467), + [sym_object_literal] = STATE(4467), + [sym_this_expression] = STATE(4467), + [sym_super_expression] = STATE(4467), + [sym_if_expression] = STATE(4467), + [sym_when_expression] = STATE(4467), + [sym_try_expression] = STATE(4467), + [sym_jump_expression] = STATE(4467), + [sym_callable_reference] = STATE(4467), + [sym__prefix_unary_operator] = STATE(1801), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7898), + [sym_modifiers] = STATE(7725), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(343), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4920), + [sym__return_at] = STATE(298), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4467), + [sym_long_literal] = STATE(4467), + [sym_boolean_literal] = STATE(4467), + [sym_character_literal] = STATE(4467), + [sym__lexical_identifier] = STATE(4566), + [aux_sym__statement_repeat1] = STATE(799), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_typealias] = ACTIONS(495), - [anon_sym_class] = ACTIONS(857), - [anon_sym_interface] = ACTIONS(857), - [anon_sym_enum] = ACTIONS(859), - [anon_sym_LBRACE] = ACTIONS(861), + [anon_sym_typealias] = ACTIONS(413), + [anon_sym_class] = ACTIONS(415), + [anon_sym_interface] = ACTIONS(415), + [anon_sym_enum] = ACTIONS(417), + [anon_sym_LBRACE] = ACTIONS(419), [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_val] = ACTIONS(863), - [anon_sym_var] = ACTIONS(863), - [anon_sym_object] = ACTIONS(865), - [anon_sym_fun] = ACTIONS(867), - [anon_sym_SEMI] = ACTIONS(1371), - [anon_sym_get] = ACTIONS(869), - [anon_sym_set] = ACTIONS(871), + [anon_sym_val] = ACTIONS(421), + [anon_sym_var] = ACTIONS(421), + [anon_sym_object] = ACTIONS(423), + [anon_sym_fun] = ACTIONS(425), + [anon_sym_SEMI] = ACTIONS(1375), + [anon_sym_get] = ACTIONS(427), + [anon_sym_set] = ACTIONS(429), [anon_sym_this] = ACTIONS(39), [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(873), - [sym_label] = ACTIONS(875), - [anon_sym_for] = ACTIONS(877), - [anon_sym_while] = ACTIONS(879), - [anon_sym_do] = ACTIONS(521), - [anon_sym_null] = ACTIONS(53), - [anon_sym_if] = ACTIONS(525), + [anon_sym_STAR] = ACTIONS(1223), + [sym_label] = ACTIONS(433), + [anon_sym_for] = ACTIONS(435), + [anon_sym_while] = ACTIONS(437), + [anon_sym_do] = ACTIONS(439), + [anon_sym_null] = ACTIONS(441), + [anon_sym_if] = ACTIONS(443), [anon_sym_when] = ACTIONS(57), [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(527), - [anon_sym_return] = ACTIONS(529), + [anon_sym_throw] = ACTIONS(445), + [anon_sym_return] = ACTIONS(447), [anon_sym_continue] = ACTIONS(65), [anon_sym_break] = ACTIONS(65), [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(881), - [anon_sym_DASH] = ACTIONS(881), - [anon_sym_PLUS_PLUS] = ACTIONS(883), - [anon_sym_DASH_DASH] = ACTIONS(883), - [anon_sym_BANG] = ACTIONS(883), + [anon_sym_PLUS] = ACTIONS(449), + [anon_sym_DASH] = ACTIONS(449), + [anon_sym_PLUS_PLUS] = ACTIONS(451), + [anon_sym_DASH_DASH] = ACTIONS(451), + [anon_sym_BANG] = ACTIONS(451), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -49955,7 +49595,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(93), [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(97), + [sym_real_literal] = ACTIONS(453), [sym_integer_literal] = ACTIONS(99), [sym_hex_literal] = ACTIONS(101), [sym_bin_literal] = ACTIONS(101), @@ -49966,127 +49606,127 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(109), }, - [157] = { - [sym_type_alias] = STATE(4921), - [sym__declaration] = STATE(4921), - [sym_class_declaration] = STATE(4921), - [sym_function_declaration] = STATE(4921), - [sym_property_declaration] = STATE(4921), - [sym_getter] = STATE(4921), - [sym_setter] = STATE(4921), - [sym_object_declaration] = STATE(4921), - [sym__statement] = STATE(4921), - [sym_control_structure_body] = STATE(5024), - [sym__block] = STATE(4921), - [sym__loop_statement] = STATE(4921), - [sym_for_statement] = STATE(4921), - [sym_while_statement] = STATE(4921), - [sym_do_while_statement] = STATE(4921), - [sym_assignment] = STATE(4921), - [sym__expression] = STATE(4150), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4455), - [sym_parenthesized_expression] = STATE(4455), - [sym_collection_literal] = STATE(4455), - [sym__literal_constant] = STATE(4455), - [sym_string_literal] = STATE(4455), - [sym_lambda_literal] = STATE(4455), - [sym_anonymous_function] = STATE(4455), - [sym__function_literal] = STATE(4455), - [sym_object_literal] = STATE(4455), - [sym_this_expression] = STATE(4455), - [sym_super_expression] = STATE(4455), - [sym_if_expression] = STATE(4455), - [sym_when_expression] = STATE(4455), - [sym_try_expression] = STATE(4455), - [sym_jump_expression] = STATE(4455), - [sym_callable_reference] = STATE(4455), - [sym__prefix_unary_operator] = STATE(1611), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7881), - [sym_modifiers] = STATE(7567), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(353), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4990), - [sym__return_at] = STATE(303), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4455), - [sym_long_literal] = STATE(4455), - [sym_boolean_literal] = STATE(4455), - [sym_character_literal] = STATE(4455), - [sym__lexical_identifier] = STATE(4529), - [aux_sym__statement_repeat1] = STATE(828), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(7), + [154] = { + [sym_type_alias] = STATE(1052), + [sym__declaration] = STATE(1052), + [sym_class_declaration] = STATE(1052), + [sym_function_declaration] = STATE(1052), + [sym_property_declaration] = STATE(1052), + [sym_getter] = STATE(1052), + [sym_setter] = STATE(1052), + [sym_object_declaration] = STATE(1052), + [sym__statement] = STATE(1052), + [sym_control_structure_body] = STATE(1199), + [sym__block] = STATE(1052), + [sym__loop_statement] = STATE(1052), + [sym_for_statement] = STATE(1052), + [sym_while_statement] = STATE(1052), + [sym_do_while_statement] = STATE(1052), + [sym_assignment] = STATE(1052), + [sym__expression] = STATE(378), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(765), + [sym_parenthesized_expression] = STATE(765), + [sym_collection_literal] = STATE(765), + [sym__literal_constant] = STATE(765), + [sym_string_literal] = STATE(765), + [sym_lambda_literal] = STATE(765), + [sym_anonymous_function] = STATE(765), + [sym__function_literal] = STATE(765), + [sym_object_literal] = STATE(765), + [sym_this_expression] = STATE(765), + [sym_super_expression] = STATE(765), + [sym_if_expression] = STATE(765), + [sym_when_expression] = STATE(765), + [sym_try_expression] = STATE(765), + [sym_jump_expression] = STATE(765), + [sym_callable_reference] = STATE(765), + [sym__prefix_unary_operator] = STATE(2198), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7895), + [sym_modifiers] = STATE(7750), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(341), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1103), + [sym__return_at] = STATE(264), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(765), + [sym_long_literal] = STATE(765), + [sym_boolean_literal] = STATE(765), + [sym_character_literal] = STATE(765), + [sym__lexical_identifier] = STATE(843), + [aux_sym__statement_repeat1] = STATE(818), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(537), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_typealias] = ACTIONS(495), - [anon_sym_class] = ACTIONS(857), - [anon_sym_interface] = ACTIONS(857), - [anon_sym_enum] = ACTIONS(859), - [anon_sym_LBRACE] = ACTIONS(861), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_val] = ACTIONS(863), - [anon_sym_var] = ACTIONS(863), - [anon_sym_object] = ACTIONS(865), - [anon_sym_fun] = ACTIONS(867), - [anon_sym_SEMI] = ACTIONS(1375), - [anon_sym_get] = ACTIONS(869), - [anon_sym_set] = ACTIONS(871), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(873), - [sym_label] = ACTIONS(875), - [anon_sym_for] = ACTIONS(877), - [anon_sym_while] = ACTIONS(879), - [anon_sym_do] = ACTIONS(521), - [anon_sym_null] = ACTIONS(53), - [anon_sym_if] = ACTIONS(525), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(527), - [anon_sym_return] = ACTIONS(529), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(881), - [anon_sym_DASH] = ACTIONS(881), - [anon_sym_PLUS_PLUS] = ACTIONS(883), - [anon_sym_DASH_DASH] = ACTIONS(883), - [anon_sym_BANG] = ACTIONS(883), + [anon_sym_LBRACK] = ACTIONS(539), + [anon_sym_typealias] = ACTIONS(541), + [anon_sym_class] = ACTIONS(617), + [anon_sym_interface] = ACTIONS(617), + [anon_sym_enum] = ACTIONS(619), + [anon_sym_LBRACE] = ACTIONS(547), + [anon_sym_LPAREN] = ACTIONS(549), + [anon_sym_val] = ACTIONS(621), + [anon_sym_var] = ACTIONS(621), + [anon_sym_object] = ACTIONS(623), + [anon_sym_fun] = ACTIONS(625), + [anon_sym_SEMI] = ACTIONS(1369), + [anon_sym_get] = ACTIONS(627), + [anon_sym_set] = ACTIONS(629), + [anon_sym_this] = ACTIONS(561), + [anon_sym_super] = ACTIONS(563), + [anon_sym_STAR] = ACTIONS(1259), + [sym_label] = ACTIONS(633), + [anon_sym_for] = ACTIONS(635), + [anon_sym_while] = ACTIONS(637), + [anon_sym_do] = ACTIONS(573), + [anon_sym_null] = ACTIONS(575), + [anon_sym_if] = ACTIONS(639), + [anon_sym_when] = ACTIONS(579), + [anon_sym_try] = ACTIONS(581), + [anon_sym_throw] = ACTIONS(641), + [anon_sym_return] = ACTIONS(643), + [anon_sym_continue] = ACTIONS(587), + [anon_sym_break] = ACTIONS(587), + [anon_sym_COLON_COLON] = ACTIONS(589), + [anon_sym_PLUS] = ACTIONS(645), + [anon_sym_DASH] = ACTIONS(645), + [anon_sym_PLUS_PLUS] = ACTIONS(647), + [anon_sym_DASH_DASH] = ACTIONS(647), + [anon_sym_BANG] = ACTIONS(647), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(77), - [anon_sym_inner] = ACTIONS(77), + [anon_sym_data] = ACTIONS(595), + [anon_sym_inner] = ACTIONS(595), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -50105,139 +49745,139 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(89), - [anon_sym_actual] = ACTIONS(89), + [anon_sym_expect] = ACTIONS(597), + [anon_sym_actual] = ACTIONS(597), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(97), - [sym_integer_literal] = ACTIONS(99), - [sym_hex_literal] = ACTIONS(101), - [sym_bin_literal] = ACTIONS(101), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [anon_sym_SQUOTE] = ACTIONS(105), - [sym__backtick_identifier] = ACTIONS(107), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(599), + [anon_sym_break_AT] = ACTIONS(601), + [sym_real_literal] = ACTIONS(603), + [sym_integer_literal] = ACTIONS(605), + [sym_hex_literal] = ACTIONS(607), + [sym_bin_literal] = ACTIONS(607), + [anon_sym_true] = ACTIONS(609), + [anon_sym_false] = ACTIONS(609), + [anon_sym_SQUOTE] = ACTIONS(611), + [sym__backtick_identifier] = ACTIONS(613), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(109), + [sym__string_start] = ACTIONS(615), }, - [158] = { - [sym_type_alias] = STATE(4921), - [sym__declaration] = STATE(4921), - [sym_class_declaration] = STATE(4921), - [sym_function_declaration] = STATE(4921), - [sym_property_declaration] = STATE(4921), - [sym_getter] = STATE(4921), - [sym_setter] = STATE(4921), - [sym_object_declaration] = STATE(4921), - [sym__statement] = STATE(4921), - [sym_control_structure_body] = STATE(5051), - [sym__block] = STATE(4921), - [sym__loop_statement] = STATE(4921), - [sym_for_statement] = STATE(4921), - [sym_while_statement] = STATE(4921), - [sym_do_while_statement] = STATE(4921), - [sym_assignment] = STATE(4921), - [sym__expression] = STATE(4150), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4455), - [sym_parenthesized_expression] = STATE(4455), - [sym_collection_literal] = STATE(4455), - [sym__literal_constant] = STATE(4455), - [sym_string_literal] = STATE(4455), - [sym_lambda_literal] = STATE(4455), - [sym_anonymous_function] = STATE(4455), - [sym__function_literal] = STATE(4455), - [sym_object_literal] = STATE(4455), - [sym_this_expression] = STATE(4455), - [sym_super_expression] = STATE(4455), - [sym_if_expression] = STATE(4455), - [sym_when_expression] = STATE(4455), - [sym_try_expression] = STATE(4455), - [sym_jump_expression] = STATE(4455), - [sym_callable_reference] = STATE(4455), - [sym__prefix_unary_operator] = STATE(1611), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7881), - [sym_modifiers] = STATE(7567), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(353), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4990), - [sym__return_at] = STATE(303), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4455), - [sym_long_literal] = STATE(4455), - [sym_boolean_literal] = STATE(4455), - [sym_character_literal] = STATE(4455), - [sym__lexical_identifier] = STATE(4529), - [aux_sym__statement_repeat1] = STATE(828), - [aux_sym_modifiers_repeat1] = STATE(5441), + [155] = { + [sym_type_alias] = STATE(5052), + [sym__declaration] = STATE(5052), + [sym_class_declaration] = STATE(5052), + [sym_function_declaration] = STATE(5052), + [sym_property_declaration] = STATE(5052), + [sym_getter] = STATE(5052), + [sym_setter] = STATE(5052), + [sym_object_declaration] = STATE(5052), + [sym__statement] = STATE(5052), + [sym_control_structure_body] = STATE(5080), + [sym__block] = STATE(5052), + [sym__loop_statement] = STATE(5052), + [sym_for_statement] = STATE(5052), + [sym_while_statement] = STATE(5052), + [sym_do_while_statement] = STATE(5052), + [sym_assignment] = STATE(5052), + [sym__expression] = STATE(3562), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4467), + [sym_parenthesized_expression] = STATE(4467), + [sym_collection_literal] = STATE(4467), + [sym__literal_constant] = STATE(4467), + [sym_string_literal] = STATE(4467), + [sym_lambda_literal] = STATE(4467), + [sym_anonymous_function] = STATE(4467), + [sym__function_literal] = STATE(4467), + [sym_object_literal] = STATE(4467), + [sym_this_expression] = STATE(4467), + [sym_super_expression] = STATE(4467), + [sym_if_expression] = STATE(4467), + [sym_when_expression] = STATE(4467), + [sym_try_expression] = STATE(4467), + [sym_jump_expression] = STATE(4467), + [sym_callable_reference] = STATE(4467), + [sym__prefix_unary_operator] = STATE(1801), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7898), + [sym_modifiers] = STATE(7725), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(343), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4920), + [sym__return_at] = STATE(298), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4467), + [sym_long_literal] = STATE(4467), + [sym_boolean_literal] = STATE(4467), + [sym_character_literal] = STATE(4467), + [sym__lexical_identifier] = STATE(4566), + [aux_sym__statement_repeat1] = STATE(799), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_typealias] = ACTIONS(495), - [anon_sym_class] = ACTIONS(857), - [anon_sym_interface] = ACTIONS(857), - [anon_sym_enum] = ACTIONS(859), - [anon_sym_LBRACE] = ACTIONS(861), + [anon_sym_typealias] = ACTIONS(413), + [anon_sym_class] = ACTIONS(415), + [anon_sym_interface] = ACTIONS(415), + [anon_sym_enum] = ACTIONS(417), + [anon_sym_LBRACE] = ACTIONS(419), [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_val] = ACTIONS(863), - [anon_sym_var] = ACTIONS(863), - [anon_sym_object] = ACTIONS(865), - [anon_sym_fun] = ACTIONS(867), - [anon_sym_SEMI] = ACTIONS(1347), - [anon_sym_get] = ACTIONS(869), - [anon_sym_set] = ACTIONS(871), + [anon_sym_val] = ACTIONS(421), + [anon_sym_var] = ACTIONS(421), + [anon_sym_object] = ACTIONS(423), + [anon_sym_fun] = ACTIONS(425), + [anon_sym_SEMI] = ACTIONS(1377), + [anon_sym_get] = ACTIONS(427), + [anon_sym_set] = ACTIONS(429), [anon_sym_this] = ACTIONS(39), [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(873), - [sym_label] = ACTIONS(875), - [anon_sym_for] = ACTIONS(877), - [anon_sym_while] = ACTIONS(879), - [anon_sym_do] = ACTIONS(521), - [anon_sym_null] = ACTIONS(53), - [anon_sym_if] = ACTIONS(525), + [anon_sym_STAR] = ACTIONS(1223), + [sym_label] = ACTIONS(433), + [anon_sym_for] = ACTIONS(435), + [anon_sym_while] = ACTIONS(437), + [anon_sym_do] = ACTIONS(439), + [anon_sym_null] = ACTIONS(441), + [anon_sym_if] = ACTIONS(443), [anon_sym_when] = ACTIONS(57), [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(527), - [anon_sym_return] = ACTIONS(529), + [anon_sym_throw] = ACTIONS(445), + [anon_sym_return] = ACTIONS(447), [anon_sym_continue] = ACTIONS(65), [anon_sym_break] = ACTIONS(65), [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(881), - [anon_sym_DASH] = ACTIONS(881), - [anon_sym_PLUS_PLUS] = ACTIONS(883), - [anon_sym_DASH_DASH] = ACTIONS(883), - [anon_sym_BANG] = ACTIONS(883), + [anon_sym_PLUS] = ACTIONS(449), + [anon_sym_DASH] = ACTIONS(449), + [anon_sym_PLUS_PLUS] = ACTIONS(451), + [anon_sym_DASH_DASH] = ACTIONS(451), + [anon_sym_BANG] = ACTIONS(451), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -50267,7 +49907,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(93), [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(97), + [sym_real_literal] = ACTIONS(453), [sym_integer_literal] = ACTIONS(99), [sym_hex_literal] = ACTIONS(101), [sym_bin_literal] = ACTIONS(101), @@ -50278,127 +49918,127 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(109), }, - [159] = { - [sym_type_alias] = STATE(3259), - [sym__declaration] = STATE(3259), - [sym_class_declaration] = STATE(3259), - [sym_function_declaration] = STATE(3259), - [sym_property_declaration] = STATE(3259), - [sym_getter] = STATE(3259), - [sym_setter] = STATE(3259), - [sym_object_declaration] = STATE(3259), - [sym__statement] = STATE(3259), - [sym_control_structure_body] = STATE(3201), - [sym__block] = STATE(3259), - [sym__loop_statement] = STATE(3259), - [sym_for_statement] = STATE(3259), - [sym_while_statement] = STATE(3259), - [sym_do_while_statement] = STATE(3259), - [sym_assignment] = STATE(3259), - [sym__expression] = STATE(2429), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(2734), - [sym_parenthesized_expression] = STATE(2734), - [sym_collection_literal] = STATE(2734), - [sym__literal_constant] = STATE(2734), - [sym_string_literal] = STATE(2734), - [sym_lambda_literal] = STATE(2734), - [sym_anonymous_function] = STATE(2734), - [sym__function_literal] = STATE(2734), - [sym_object_literal] = STATE(2734), - [sym_this_expression] = STATE(2734), - [sym_super_expression] = STATE(2734), - [sym_if_expression] = STATE(2734), - [sym_when_expression] = STATE(2734), - [sym_try_expression] = STATE(2734), - [sym_jump_expression] = STATE(2734), - [sym_callable_reference] = STATE(2734), - [sym__prefix_unary_operator] = STATE(1697), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7893), - [sym_modifiers] = STATE(7727), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(350), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3242), - [sym__return_at] = STATE(262), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(2734), - [sym_long_literal] = STATE(2734), - [sym_boolean_literal] = STATE(2734), - [sym_character_literal] = STATE(2734), - [sym__lexical_identifier] = STATE(2864), - [aux_sym__statement_repeat1] = STATE(804), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(111), + [156] = { + [sym_type_alias] = STATE(1052), + [sym__declaration] = STATE(1052), + [sym_class_declaration] = STATE(1052), + [sym_function_declaration] = STATE(1052), + [sym_property_declaration] = STATE(1052), + [sym_getter] = STATE(1052), + [sym_setter] = STATE(1052), + [sym_object_declaration] = STATE(1052), + [sym__statement] = STATE(1052), + [sym_control_structure_body] = STATE(1152), + [sym__block] = STATE(1052), + [sym__loop_statement] = STATE(1052), + [sym_for_statement] = STATE(1052), + [sym_while_statement] = STATE(1052), + [sym_do_while_statement] = STATE(1052), + [sym_assignment] = STATE(1052), + [sym__expression] = STATE(378), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(765), + [sym_parenthesized_expression] = STATE(765), + [sym_collection_literal] = STATE(765), + [sym__literal_constant] = STATE(765), + [sym_string_literal] = STATE(765), + [sym_lambda_literal] = STATE(765), + [sym_anonymous_function] = STATE(765), + [sym__function_literal] = STATE(765), + [sym_object_literal] = STATE(765), + [sym_this_expression] = STATE(765), + [sym_super_expression] = STATE(765), + [sym_if_expression] = STATE(765), + [sym_when_expression] = STATE(765), + [sym_try_expression] = STATE(765), + [sym_jump_expression] = STATE(765), + [sym_callable_reference] = STATE(765), + [sym__prefix_unary_operator] = STATE(2198), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7895), + [sym_modifiers] = STATE(7750), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(341), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1103), + [sym__return_at] = STATE(264), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(765), + [sym_long_literal] = STATE(765), + [sym_boolean_literal] = STATE(765), + [sym_character_literal] = STATE(765), + [sym__lexical_identifier] = STATE(843), + [aux_sym__statement_repeat1] = STATE(818), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(537), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_typealias] = ACTIONS(121), - [anon_sym_class] = ACTIONS(981), - [anon_sym_interface] = ACTIONS(981), - [anon_sym_enum] = ACTIONS(983), - [anon_sym_LBRACE] = ACTIONS(801), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_val] = ACTIONS(985), - [anon_sym_var] = ACTIONS(985), - [anon_sym_object] = ACTIONS(987), - [anon_sym_fun] = ACTIONS(989), - [anon_sym_SEMI] = ACTIONS(1377), - [anon_sym_get] = ACTIONS(991), - [anon_sym_set] = ACTIONS(993), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(995), - [sym_label] = ACTIONS(997), - [anon_sym_for] = ACTIONS(999), - [anon_sym_while] = ACTIONS(1001), - [anon_sym_do] = ACTIONS(153), - [anon_sym_null] = ACTIONS(821), - [anon_sym_if] = ACTIONS(665), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(667), - [anon_sym_return] = ACTIONS(669), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(1003), - [anon_sym_DASH] = ACTIONS(1003), - [anon_sym_PLUS_PLUS] = ACTIONS(1005), - [anon_sym_DASH_DASH] = ACTIONS(1005), - [anon_sym_BANG] = ACTIONS(1005), + [anon_sym_LBRACK] = ACTIONS(539), + [anon_sym_typealias] = ACTIONS(541), + [anon_sym_class] = ACTIONS(617), + [anon_sym_interface] = ACTIONS(617), + [anon_sym_enum] = ACTIONS(619), + [anon_sym_LBRACE] = ACTIONS(547), + [anon_sym_LPAREN] = ACTIONS(549), + [anon_sym_val] = ACTIONS(621), + [anon_sym_var] = ACTIONS(621), + [anon_sym_object] = ACTIONS(623), + [anon_sym_fun] = ACTIONS(625), + [anon_sym_SEMI] = ACTIONS(1371), + [anon_sym_get] = ACTIONS(627), + [anon_sym_set] = ACTIONS(629), + [anon_sym_this] = ACTIONS(561), + [anon_sym_super] = ACTIONS(563), + [anon_sym_STAR] = ACTIONS(1259), + [sym_label] = ACTIONS(633), + [anon_sym_for] = ACTIONS(635), + [anon_sym_while] = ACTIONS(637), + [anon_sym_do] = ACTIONS(573), + [anon_sym_null] = ACTIONS(575), + [anon_sym_if] = ACTIONS(639), + [anon_sym_when] = ACTIONS(579), + [anon_sym_try] = ACTIONS(581), + [anon_sym_throw] = ACTIONS(641), + [anon_sym_return] = ACTIONS(643), + [anon_sym_continue] = ACTIONS(587), + [anon_sym_break] = ACTIONS(587), + [anon_sym_COLON_COLON] = ACTIONS(589), + [anon_sym_PLUS] = ACTIONS(645), + [anon_sym_DASH] = ACTIONS(645), + [anon_sym_PLUS_PLUS] = ACTIONS(647), + [anon_sym_DASH_DASH] = ACTIONS(647), + [anon_sym_BANG] = ACTIONS(647), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(175), - [anon_sym_inner] = ACTIONS(175), + [anon_sym_data] = ACTIONS(595), + [anon_sym_inner] = ACTIONS(595), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -50417,126 +50057,126 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(177), - [anon_sym_actual] = ACTIONS(177), + [anon_sym_expect] = ACTIONS(597), + [anon_sym_actual] = ACTIONS(597), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(827), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(599), + [anon_sym_break_AT] = ACTIONS(601), + [sym_real_literal] = ACTIONS(603), + [sym_integer_literal] = ACTIONS(605), + [sym_hex_literal] = ACTIONS(607), + [sym_bin_literal] = ACTIONS(607), + [anon_sym_true] = ACTIONS(609), + [anon_sym_false] = ACTIONS(609), + [anon_sym_SQUOTE] = ACTIONS(611), + [sym__backtick_identifier] = ACTIONS(613), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), + [sym__string_start] = ACTIONS(615), }, - [160] = { - [sym_type_alias] = STATE(4921), - [sym__declaration] = STATE(4921), - [sym_class_declaration] = STATE(4921), - [sym_function_declaration] = STATE(4921), - [sym_property_declaration] = STATE(4921), - [sym_getter] = STATE(4921), - [sym_setter] = STATE(4921), - [sym_object_declaration] = STATE(4921), - [sym__statement] = STATE(4921), - [sym_control_structure_body] = STATE(5024), - [sym__block] = STATE(4921), - [sym__loop_statement] = STATE(4921), - [sym_for_statement] = STATE(4921), - [sym_while_statement] = STATE(4921), - [sym_do_while_statement] = STATE(4921), - [sym_assignment] = STATE(4921), - [sym__expression] = STATE(3956), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4446), - [sym_parenthesized_expression] = STATE(4446), - [sym_collection_literal] = STATE(4446), - [sym__literal_constant] = STATE(4446), - [sym_string_literal] = STATE(4446), - [sym_lambda_literal] = STATE(4446), - [sym_anonymous_function] = STATE(4446), - [sym__function_literal] = STATE(4446), - [sym_object_literal] = STATE(4446), - [sym_this_expression] = STATE(4446), - [sym_super_expression] = STATE(4446), - [sym_if_expression] = STATE(4446), - [sym_when_expression] = STATE(4446), - [sym_try_expression] = STATE(4446), - [sym_jump_expression] = STATE(4446), - [sym_callable_reference] = STATE(4446), - [sym__prefix_unary_operator] = STATE(2020), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7863), - [sym_modifiers] = STATE(7746), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(346), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4990), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4446), - [sym_long_literal] = STATE(4446), - [sym_boolean_literal] = STATE(4446), - [sym_character_literal] = STATE(4446), - [sym__lexical_identifier] = STATE(4529), - [aux_sym__statement_repeat1] = STATE(803), - [aux_sym_modifiers_repeat1] = STATE(5441), + [157] = { + [sym_type_alias] = STATE(5052), + [sym__declaration] = STATE(5052), + [sym_class_declaration] = STATE(5052), + [sym_function_declaration] = STATE(5052), + [sym_property_declaration] = STATE(5052), + [sym_getter] = STATE(5052), + [sym_setter] = STATE(5052), + [sym_object_declaration] = STATE(5052), + [sym__statement] = STATE(5052), + [sym_control_structure_body] = STATE(5048), + [sym__block] = STATE(5052), + [sym__loop_statement] = STATE(5052), + [sym_for_statement] = STATE(5052), + [sym_while_statement] = STATE(5052), + [sym_do_while_statement] = STATE(5052), + [sym_assignment] = STATE(5052), + [sym__expression] = STATE(4196), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4470), + [sym_parenthesized_expression] = STATE(4470), + [sym_collection_literal] = STATE(4470), + [sym__literal_constant] = STATE(4470), + [sym_string_literal] = STATE(4470), + [sym_lambda_literal] = STATE(4470), + [sym_anonymous_function] = STATE(4470), + [sym__function_literal] = STATE(4470), + [sym_object_literal] = STATE(4470), + [sym_this_expression] = STATE(4470), + [sym_super_expression] = STATE(4470), + [sym_if_expression] = STATE(4470), + [sym_when_expression] = STATE(4470), + [sym_try_expression] = STATE(4470), + [sym_jump_expression] = STATE(4470), + [sym_callable_reference] = STATE(4470), + [sym__prefix_unary_operator] = STATE(1926), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7921), + [sym_modifiers] = STATE(7802), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(338), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4920), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4470), + [sym_long_literal] = STATE(4470), + [sym_boolean_literal] = STATE(4470), + [sym_character_literal] = STATE(4470), + [sym__lexical_identifier] = STATE(4566), + [aux_sym__statement_repeat1] = STATE(805), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_typealias] = ACTIONS(495), - [anon_sym_class] = ACTIONS(617), - [anon_sym_interface] = ACTIONS(617), - [anon_sym_enum] = ACTIONS(619), - [anon_sym_LBRACE] = ACTIONS(501), + [anon_sym_typealias] = ACTIONS(413), + [anon_sym_class] = ACTIONS(1033), + [anon_sym_interface] = ACTIONS(1033), + [anon_sym_enum] = ACTIONS(1035), + [anon_sym_LBRACE] = ACTIONS(925), [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_val] = ACTIONS(621), - [anon_sym_var] = ACTIONS(621), - [anon_sym_object] = ACTIONS(623), - [anon_sym_fun] = ACTIONS(625), - [anon_sym_SEMI] = ACTIONS(1375), - [anon_sym_get] = ACTIONS(627), - [anon_sym_set] = ACTIONS(629), + [anon_sym_val] = ACTIONS(1037), + [anon_sym_var] = ACTIONS(1037), + [anon_sym_object] = ACTIONS(1039), + [anon_sym_fun] = ACTIONS(1041), + [anon_sym_SEMI] = ACTIONS(1379), + [anon_sym_get] = ACTIONS(1043), + [anon_sym_set] = ACTIONS(1045), [anon_sym_this] = ACTIONS(39), [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(1213), - [sym_label] = ACTIONS(633), - [anon_sym_for] = ACTIONS(635), - [anon_sym_while] = ACTIONS(637), - [anon_sym_do] = ACTIONS(521), - [anon_sym_null] = ACTIONS(523), + [anon_sym_STAR] = ACTIONS(43), + [sym_label] = ACTIONS(45), + [anon_sym_for] = ACTIONS(1047), + [anon_sym_while] = ACTIONS(1049), + [anon_sym_do] = ACTIONS(439), + [anon_sym_null] = ACTIONS(53), [anon_sym_if] = ACTIONS(55), [anon_sym_when] = ACTIONS(57), [anon_sym_try] = ACTIONS(59), @@ -50545,11 +50185,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(65), [anon_sym_break] = ACTIONS(65), [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_PLUS_PLUS] = ACTIONS(641), - [anon_sym_DASH_DASH] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), + [anon_sym_PLUS] = ACTIONS(69), + [anon_sym_DASH] = ACTIONS(69), + [anon_sym_PLUS_PLUS] = ACTIONS(71), + [anon_sym_DASH_DASH] = ACTIONS(71), + [anon_sym_BANG] = ACTIONS(71), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -50579,7 +50219,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(93), [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(535), + [sym_real_literal] = ACTIONS(97), [sym_integer_literal] = ACTIONS(99), [sym_hex_literal] = ACTIONS(101), [sym_bin_literal] = ACTIONS(101), @@ -50590,85 +50230,241 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(109), }, - [161] = { - [sym_type_alias] = STATE(3281), - [sym__declaration] = STATE(3281), - [sym_class_declaration] = STATE(3281), - [sym_function_declaration] = STATE(3281), - [sym_property_declaration] = STATE(3281), - [sym_getter] = STATE(3281), - [sym_setter] = STATE(3281), - [sym_object_declaration] = STATE(3281), - [sym__statement] = STATE(3281), - [sym_control_structure_body] = STATE(3272), - [sym__block] = STATE(3281), - [sym__loop_statement] = STATE(3281), - [sym_for_statement] = STATE(3281), - [sym_while_statement] = STATE(3281), - [sym_do_while_statement] = STATE(3281), - [sym_assignment] = STATE(3281), - [sym__expression] = STATE(945), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(2728), - [sym_parenthesized_expression] = STATE(2728), - [sym_collection_literal] = STATE(2728), - [sym__literal_constant] = STATE(2728), - [sym_string_literal] = STATE(2728), - [sym_lambda_literal] = STATE(2728), - [sym_anonymous_function] = STATE(2728), - [sym__function_literal] = STATE(2728), - [sym_object_literal] = STATE(2728), - [sym_this_expression] = STATE(2728), - [sym_super_expression] = STATE(2728), - [sym_if_expression] = STATE(2728), - [sym_when_expression] = STATE(2728), - [sym_try_expression] = STATE(2728), - [sym_jump_expression] = STATE(2728), - [sym_callable_reference] = STATE(2728), - [sym__prefix_unary_operator] = STATE(1914), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7904), - [sym_modifiers] = STATE(7817), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(355), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3447), - [sym__return_at] = STATE(304), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(2728), - [sym_long_literal] = STATE(2728), - [sym_boolean_literal] = STATE(2728), - [sym_character_literal] = STATE(2728), - [sym__lexical_identifier] = STATE(2890), - [aux_sym__statement_repeat1] = STATE(794), - [aux_sym_modifiers_repeat1] = STATE(5441), + [158] = { + [sym_type_alias] = STATE(1052), + [sym__declaration] = STATE(1052), + [sym_class_declaration] = STATE(1052), + [sym_function_declaration] = STATE(1052), + [sym_property_declaration] = STATE(1052), + [sym_getter] = STATE(1052), + [sym_setter] = STATE(1052), + [sym_object_declaration] = STATE(1052), + [sym__statement] = STATE(1052), + [sym_control_structure_body] = STATE(1184), + [sym__block] = STATE(1052), + [sym__loop_statement] = STATE(1052), + [sym_for_statement] = STATE(1052), + [sym_while_statement] = STATE(1052), + [sym_do_while_statement] = STATE(1052), + [sym_assignment] = STATE(1052), + [sym__expression] = STATE(378), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(765), + [sym_parenthesized_expression] = STATE(765), + [sym_collection_literal] = STATE(765), + [sym__literal_constant] = STATE(765), + [sym_string_literal] = STATE(765), + [sym_lambda_literal] = STATE(765), + [sym_anonymous_function] = STATE(765), + [sym__function_literal] = STATE(765), + [sym_object_literal] = STATE(765), + [sym_this_expression] = STATE(765), + [sym_super_expression] = STATE(765), + [sym_if_expression] = STATE(765), + [sym_when_expression] = STATE(765), + [sym_try_expression] = STATE(765), + [sym_jump_expression] = STATE(765), + [sym_callable_reference] = STATE(765), + [sym__prefix_unary_operator] = STATE(2198), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7895), + [sym_modifiers] = STATE(7750), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(341), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1103), + [sym__return_at] = STATE(264), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(765), + [sym_long_literal] = STATE(765), + [sym_boolean_literal] = STATE(765), + [sym_character_literal] = STATE(765), + [sym__lexical_identifier] = STATE(843), + [aux_sym__statement_repeat1] = STATE(818), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(537), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(539), + [anon_sym_typealias] = ACTIONS(541), + [anon_sym_class] = ACTIONS(617), + [anon_sym_interface] = ACTIONS(617), + [anon_sym_enum] = ACTIONS(619), + [anon_sym_LBRACE] = ACTIONS(547), + [anon_sym_LPAREN] = ACTIONS(549), + [anon_sym_val] = ACTIONS(621), + [anon_sym_var] = ACTIONS(621), + [anon_sym_object] = ACTIONS(623), + [anon_sym_fun] = ACTIONS(625), + [anon_sym_SEMI] = ACTIONS(1367), + [anon_sym_get] = ACTIONS(627), + [anon_sym_set] = ACTIONS(629), + [anon_sym_this] = ACTIONS(561), + [anon_sym_super] = ACTIONS(563), + [anon_sym_STAR] = ACTIONS(1259), + [sym_label] = ACTIONS(633), + [anon_sym_for] = ACTIONS(635), + [anon_sym_while] = ACTIONS(637), + [anon_sym_do] = ACTIONS(573), + [anon_sym_null] = ACTIONS(575), + [anon_sym_if] = ACTIONS(639), + [anon_sym_when] = ACTIONS(579), + [anon_sym_try] = ACTIONS(581), + [anon_sym_throw] = ACTIONS(641), + [anon_sym_return] = ACTIONS(643), + [anon_sym_continue] = ACTIONS(587), + [anon_sym_break] = ACTIONS(587), + [anon_sym_COLON_COLON] = ACTIONS(589), + [anon_sym_PLUS] = ACTIONS(645), + [anon_sym_DASH] = ACTIONS(645), + [anon_sym_PLUS_PLUS] = ACTIONS(647), + [anon_sym_DASH_DASH] = ACTIONS(647), + [anon_sym_BANG] = ACTIONS(647), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(595), + [anon_sym_inner] = ACTIONS(595), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(597), + [anon_sym_actual] = ACTIONS(597), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(599), + [anon_sym_break_AT] = ACTIONS(601), + [sym_real_literal] = ACTIONS(603), + [sym_integer_literal] = ACTIONS(605), + [sym_hex_literal] = ACTIONS(607), + [sym_bin_literal] = ACTIONS(607), + [anon_sym_true] = ACTIONS(609), + [anon_sym_false] = ACTIONS(609), + [anon_sym_SQUOTE] = ACTIONS(611), + [sym__backtick_identifier] = ACTIONS(613), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(615), + }, + [159] = { + [sym_type_alias] = STATE(3456), + [sym__declaration] = STATE(3456), + [sym_class_declaration] = STATE(3456), + [sym_function_declaration] = STATE(3456), + [sym_property_declaration] = STATE(3456), + [sym_getter] = STATE(3456), + [sym_setter] = STATE(3456), + [sym_object_declaration] = STATE(3456), + [sym__statement] = STATE(3456), + [sym_control_structure_body] = STATE(3450), + [sym__block] = STATE(3456), + [sym__loop_statement] = STATE(3456), + [sym_for_statement] = STATE(3456), + [sym_while_statement] = STATE(3456), + [sym_do_while_statement] = STATE(3456), + [sym_assignment] = STATE(3456), + [sym__expression] = STATE(954), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(2760), + [sym_parenthesized_expression] = STATE(2760), + [sym_collection_literal] = STATE(2760), + [sym__literal_constant] = STATE(2760), + [sym_string_literal] = STATE(2760), + [sym_lambda_literal] = STATE(2760), + [sym_anonymous_function] = STATE(2760), + [sym__function_literal] = STATE(2760), + [sym_object_literal] = STATE(2760), + [sym_this_expression] = STATE(2760), + [sym_super_expression] = STATE(2760), + [sym_if_expression] = STATE(2760), + [sym_when_expression] = STATE(2760), + [sym_try_expression] = STATE(2760), + [sym_jump_expression] = STATE(2760), + [sym_callable_reference] = STATE(2760), + [sym__prefix_unary_operator] = STATE(1644), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7915), + [sym_modifiers] = STATE(7662), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(350), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3279), + [sym__return_at] = STATE(303), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(2760), + [sym_long_literal] = STATE(2760), + [sym_boolean_literal] = STATE(2760), + [sym_character_literal] = STATE(2760), + [sym__lexical_identifier] = STATE(2837), + [aux_sym__statement_repeat1] = STATE(801), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(333), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(335), @@ -50687,7 +50483,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(355), [anon_sym_this] = ACTIONS(357), [anon_sym_super] = ACTIONS(359), - [anon_sym_STAR] = ACTIONS(1273), + [anon_sym_STAR] = ACTIONS(1299), [sym_label] = ACTIONS(363), [anon_sym_for] = ACTIONS(365), [anon_sym_while] = ACTIONS(367), @@ -50746,283 +50542,127 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(411), }, - [162] = { - [sym_type_alias] = STATE(3848), - [sym__declaration] = STATE(3848), - [sym_class_declaration] = STATE(3848), - [sym_function_declaration] = STATE(3848), - [sym_property_declaration] = STATE(3848), - [sym_getter] = STATE(3848), - [sym_setter] = STATE(3848), - [sym_object_declaration] = STATE(3848), - [sym__statement] = STATE(3848), - [sym_control_structure_body] = STATE(3754), - [sym__block] = STATE(3848), - [sym__loop_statement] = STATE(3848), - [sym_for_statement] = STATE(3848), - [sym_while_statement] = STATE(3848), - [sym_do_while_statement] = STATE(3848), - [sym_assignment] = STATE(3848), - [sym__expression] = STATE(1381), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(2891), - [sym_parenthesized_expression] = STATE(2891), - [sym_collection_literal] = STATE(2891), - [sym__literal_constant] = STATE(2891), - [sym_string_literal] = STATE(2891), - [sym_lambda_literal] = STATE(2891), - [sym_anonymous_function] = STATE(2891), - [sym__function_literal] = STATE(2891), - [sym_object_literal] = STATE(2891), - [sym_this_expression] = STATE(2891), - [sym_super_expression] = STATE(2891), - [sym_if_expression] = STATE(2891), - [sym_when_expression] = STATE(2891), - [sym_try_expression] = STATE(2891), - [sym_jump_expression] = STATE(2891), - [sym_callable_reference] = STATE(2891), - [sym__prefix_unary_operator] = STATE(2081), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7899), - [sym_modifiers] = STATE(7665), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(344), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3755), - [sym__return_at] = STATE(264), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(2891), - [sym_long_literal] = STATE(2891), - [sym_boolean_literal] = STATE(2891), - [sym_character_literal] = STATE(2891), - [sym__lexical_identifier] = STATE(3263), - [aux_sym__statement_repeat1] = STATE(817), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(537), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_typealias] = ACTIONS(541), - [anon_sym_class] = ACTIONS(733), - [anon_sym_interface] = ACTIONS(733), - [anon_sym_enum] = ACTIONS(735), - [anon_sym_LBRACE] = ACTIONS(547), - [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_val] = ACTIONS(737), - [anon_sym_var] = ACTIONS(737), - [anon_sym_object] = ACTIONS(739), - [anon_sym_fun] = ACTIONS(741), - [anon_sym_SEMI] = ACTIONS(1353), - [anon_sym_get] = ACTIONS(743), - [anon_sym_set] = ACTIONS(745), - [anon_sym_this] = ACTIONS(561), - [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1329), - [sym_label] = ACTIONS(749), - [anon_sym_for] = ACTIONS(751), - [anon_sym_while] = ACTIONS(753), - [anon_sym_do] = ACTIONS(573), - [anon_sym_null] = ACTIONS(575), - [anon_sym_if] = ACTIONS(755), - [anon_sym_when] = ACTIONS(579), - [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(757), - [anon_sym_return] = ACTIONS(759), - [anon_sym_continue] = ACTIONS(587), - [anon_sym_break] = ACTIONS(587), - [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(761), - [anon_sym_DASH] = ACTIONS(761), - [anon_sym_PLUS_PLUS] = ACTIONS(763), - [anon_sym_DASH_DASH] = ACTIONS(763), - [anon_sym_BANG] = ACTIONS(763), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(595), - [anon_sym_inner] = ACTIONS(595), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(597), - [anon_sym_actual] = ACTIONS(597), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(599), - [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(603), - [sym_integer_literal] = ACTIONS(605), - [sym_hex_literal] = ACTIONS(607), - [sym_bin_literal] = ACTIONS(607), - [anon_sym_true] = ACTIONS(609), - [anon_sym_false] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(611), - [sym__backtick_identifier] = ACTIONS(613), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(615), - }, - [163] = { - [sym_type_alias] = STATE(3848), - [sym__declaration] = STATE(3848), - [sym_class_declaration] = STATE(3848), - [sym_function_declaration] = STATE(3848), - [sym_property_declaration] = STATE(3848), - [sym_getter] = STATE(3848), - [sym_setter] = STATE(3848), - [sym_object_declaration] = STATE(3848), - [sym__statement] = STATE(3848), - [sym_control_structure_body] = STATE(3754), - [sym__block] = STATE(3848), - [sym__loop_statement] = STATE(3848), - [sym_for_statement] = STATE(3848), - [sym_while_statement] = STATE(3848), - [sym_do_while_statement] = STATE(3848), - [sym_assignment] = STATE(3848), - [sym__expression] = STATE(1264), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(2891), - [sym_parenthesized_expression] = STATE(2891), - [sym_collection_literal] = STATE(2891), - [sym__literal_constant] = STATE(2891), - [sym_string_literal] = STATE(2891), - [sym_lambda_literal] = STATE(2891), - [sym_anonymous_function] = STATE(2891), - [sym__function_literal] = STATE(2891), - [sym_object_literal] = STATE(2891), - [sym_this_expression] = STATE(2891), - [sym_super_expression] = STATE(2891), - [sym_if_expression] = STATE(2891), - [sym_when_expression] = STATE(2891), - [sym_try_expression] = STATE(2891), - [sym_jump_expression] = STATE(2891), - [sym_callable_reference] = STATE(2891), - [sym__prefix_unary_operator] = STATE(1620), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7889), - [sym_modifiers] = STATE(7809), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(335), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3755), - [sym__return_at] = STATE(261), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(2891), - [sym_long_literal] = STATE(2891), - [sym_boolean_literal] = STATE(2891), - [sym_character_literal] = STATE(2891), - [sym__lexical_identifier] = STATE(3263), - [aux_sym__statement_repeat1] = STATE(829), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(537), + [160] = { + [sym_type_alias] = STATE(5052), + [sym__declaration] = STATE(5052), + [sym_class_declaration] = STATE(5052), + [sym_function_declaration] = STATE(5052), + [sym_property_declaration] = STATE(5052), + [sym_getter] = STATE(5052), + [sym_setter] = STATE(5052), + [sym_object_declaration] = STATE(5052), + [sym__statement] = STATE(5052), + [sym_control_structure_body] = STATE(5025), + [sym__block] = STATE(5052), + [sym__loop_statement] = STATE(5052), + [sym_for_statement] = STATE(5052), + [sym_while_statement] = STATE(5052), + [sym_do_while_statement] = STATE(5052), + [sym_assignment] = STATE(5052), + [sym__expression] = STATE(3562), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4467), + [sym_parenthesized_expression] = STATE(4467), + [sym_collection_literal] = STATE(4467), + [sym__literal_constant] = STATE(4467), + [sym_string_literal] = STATE(4467), + [sym_lambda_literal] = STATE(4467), + [sym_anonymous_function] = STATE(4467), + [sym__function_literal] = STATE(4467), + [sym_object_literal] = STATE(4467), + [sym_this_expression] = STATE(4467), + [sym_super_expression] = STATE(4467), + [sym_if_expression] = STATE(4467), + [sym_when_expression] = STATE(4467), + [sym_try_expression] = STATE(4467), + [sym_jump_expression] = STATE(4467), + [sym_callable_reference] = STATE(4467), + [sym__prefix_unary_operator] = STATE(1801), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7898), + [sym_modifiers] = STATE(7725), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(343), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4920), + [sym__return_at] = STATE(298), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4467), + [sym_long_literal] = STATE(4467), + [sym_boolean_literal] = STATE(4467), + [sym_character_literal] = STATE(4467), + [sym__lexical_identifier] = STATE(4566), + [aux_sym__statement_repeat1] = STATE(799), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_typealias] = ACTIONS(541), - [anon_sym_class] = ACTIONS(543), - [anon_sym_interface] = ACTIONS(543), - [anon_sym_enum] = ACTIONS(545), - [anon_sym_LBRACE] = ACTIONS(547), - [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_val] = ACTIONS(551), - [anon_sym_var] = ACTIONS(551), - [anon_sym_object] = ACTIONS(553), - [anon_sym_fun] = ACTIONS(555), - [anon_sym_SEMI] = ACTIONS(1353), - [anon_sym_get] = ACTIONS(557), - [anon_sym_set] = ACTIONS(559), - [anon_sym_this] = ACTIONS(561), - [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1279), - [sym_label] = ACTIONS(567), - [anon_sym_for] = ACTIONS(569), - [anon_sym_while] = ACTIONS(571), - [anon_sym_do] = ACTIONS(573), - [anon_sym_null] = ACTIONS(575), - [anon_sym_if] = ACTIONS(577), - [anon_sym_when] = ACTIONS(579), - [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(583), - [anon_sym_return] = ACTIONS(585), - [anon_sym_continue] = ACTIONS(587), - [anon_sym_break] = ACTIONS(587), - [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_PLUS_PLUS] = ACTIONS(593), - [anon_sym_DASH_DASH] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_typealias] = ACTIONS(413), + [anon_sym_class] = ACTIONS(415), + [anon_sym_interface] = ACTIONS(415), + [anon_sym_enum] = ACTIONS(417), + [anon_sym_LBRACE] = ACTIONS(419), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_val] = ACTIONS(421), + [anon_sym_var] = ACTIONS(421), + [anon_sym_object] = ACTIONS(423), + [anon_sym_fun] = ACTIONS(425), + [anon_sym_SEMI] = ACTIONS(1373), + [anon_sym_get] = ACTIONS(427), + [anon_sym_set] = ACTIONS(429), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(1223), + [sym_label] = ACTIONS(433), + [anon_sym_for] = ACTIONS(435), + [anon_sym_while] = ACTIONS(437), + [anon_sym_do] = ACTIONS(439), + [anon_sym_null] = ACTIONS(441), + [anon_sym_if] = ACTIONS(443), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(445), + [anon_sym_return] = ACTIONS(447), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(449), + [anon_sym_DASH] = ACTIONS(449), + [anon_sym_PLUS_PLUS] = ACTIONS(451), + [anon_sym_DASH_DASH] = ACTIONS(451), + [anon_sym_BANG] = ACTIONS(451), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(595), - [anon_sym_inner] = ACTIONS(595), + [anon_sym_data] = ACTIONS(77), + [anon_sym_inner] = ACTIONS(77), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -51041,144 +50681,144 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(597), - [anon_sym_actual] = ACTIONS(597), + [anon_sym_expect] = ACTIONS(89), + [anon_sym_actual] = ACTIONS(89), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(599), - [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(603), - [sym_integer_literal] = ACTIONS(605), - [sym_hex_literal] = ACTIONS(607), - [sym_bin_literal] = ACTIONS(607), - [anon_sym_true] = ACTIONS(609), - [anon_sym_false] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(611), - [sym__backtick_identifier] = ACTIONS(613), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [sym_real_literal] = ACTIONS(453), + [sym_integer_literal] = ACTIONS(99), + [sym_hex_literal] = ACTIONS(101), + [sym_bin_literal] = ACTIONS(101), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SQUOTE] = ACTIONS(105), + [sym__backtick_identifier] = ACTIONS(107), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(615), + [sym__string_start] = ACTIONS(109), }, - [164] = { - [sym_type_alias] = STATE(3848), - [sym__declaration] = STATE(3848), - [sym_class_declaration] = STATE(3848), - [sym_function_declaration] = STATE(3848), - [sym_property_declaration] = STATE(3848), - [sym_getter] = STATE(3848), - [sym_setter] = STATE(3848), - [sym_object_declaration] = STATE(3848), - [sym__statement] = STATE(3848), - [sym_control_structure_body] = STATE(3746), - [sym__block] = STATE(3848), - [sym__loop_statement] = STATE(3848), - [sym_for_statement] = STATE(3848), - [sym_while_statement] = STATE(3848), - [sym_do_while_statement] = STATE(3848), - [sym_assignment] = STATE(3848), - [sym__expression] = STATE(1264), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(2891), - [sym_parenthesized_expression] = STATE(2891), - [sym_collection_literal] = STATE(2891), - [sym__literal_constant] = STATE(2891), - [sym_string_literal] = STATE(2891), - [sym_lambda_literal] = STATE(2891), - [sym_anonymous_function] = STATE(2891), - [sym__function_literal] = STATE(2891), - [sym_object_literal] = STATE(2891), - [sym_this_expression] = STATE(2891), - [sym_super_expression] = STATE(2891), - [sym_if_expression] = STATE(2891), - [sym_when_expression] = STATE(2891), - [sym_try_expression] = STATE(2891), - [sym_jump_expression] = STATE(2891), - [sym_callable_reference] = STATE(2891), - [sym__prefix_unary_operator] = STATE(1620), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7889), - [sym_modifiers] = STATE(7809), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(335), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3755), - [sym__return_at] = STATE(261), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(2891), - [sym_long_literal] = STATE(2891), - [sym_boolean_literal] = STATE(2891), - [sym_character_literal] = STATE(2891), - [sym__lexical_identifier] = STATE(3263), - [aux_sym__statement_repeat1] = STATE(829), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(537), + [161] = { + [sym_type_alias] = STATE(3456), + [sym__declaration] = STATE(3456), + [sym_class_declaration] = STATE(3456), + [sym_function_declaration] = STATE(3456), + [sym_property_declaration] = STATE(3456), + [sym_getter] = STATE(3456), + [sym_setter] = STATE(3456), + [sym_object_declaration] = STATE(3456), + [sym__statement] = STATE(3456), + [sym_control_structure_body] = STATE(3199), + [sym__block] = STATE(3456), + [sym__loop_statement] = STATE(3456), + [sym_for_statement] = STATE(3456), + [sym_while_statement] = STATE(3456), + [sym_do_while_statement] = STATE(3456), + [sym_assignment] = STATE(3456), + [sym__expression] = STATE(954), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(2760), + [sym_parenthesized_expression] = STATE(2760), + [sym_collection_literal] = STATE(2760), + [sym__literal_constant] = STATE(2760), + [sym_string_literal] = STATE(2760), + [sym_lambda_literal] = STATE(2760), + [sym_anonymous_function] = STATE(2760), + [sym__function_literal] = STATE(2760), + [sym_object_literal] = STATE(2760), + [sym_this_expression] = STATE(2760), + [sym_super_expression] = STATE(2760), + [sym_if_expression] = STATE(2760), + [sym_when_expression] = STATE(2760), + [sym_try_expression] = STATE(2760), + [sym_jump_expression] = STATE(2760), + [sym_callable_reference] = STATE(2760), + [sym__prefix_unary_operator] = STATE(1644), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7915), + [sym_modifiers] = STATE(7662), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(350), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3279), + [sym__return_at] = STATE(303), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(2760), + [sym_long_literal] = STATE(2760), + [sym_boolean_literal] = STATE(2760), + [sym_character_literal] = STATE(2760), + [sym__lexical_identifier] = STATE(2837), + [aux_sym__statement_repeat1] = STATE(801), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(333), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_typealias] = ACTIONS(541), - [anon_sym_class] = ACTIONS(543), - [anon_sym_interface] = ACTIONS(543), - [anon_sym_enum] = ACTIONS(545), - [anon_sym_LBRACE] = ACTIONS(547), - [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_val] = ACTIONS(551), - [anon_sym_var] = ACTIONS(551), - [anon_sym_object] = ACTIONS(553), - [anon_sym_fun] = ACTIONS(555), - [anon_sym_SEMI] = ACTIONS(1339), - [anon_sym_get] = ACTIONS(557), - [anon_sym_set] = ACTIONS(559), - [anon_sym_this] = ACTIONS(561), - [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1279), - [sym_label] = ACTIONS(567), - [anon_sym_for] = ACTIONS(569), - [anon_sym_while] = ACTIONS(571), - [anon_sym_do] = ACTIONS(573), - [anon_sym_null] = ACTIONS(575), - [anon_sym_if] = ACTIONS(577), - [anon_sym_when] = ACTIONS(579), - [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(583), - [anon_sym_return] = ACTIONS(585), - [anon_sym_continue] = ACTIONS(587), - [anon_sym_break] = ACTIONS(587), - [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_PLUS_PLUS] = ACTIONS(593), - [anon_sym_DASH_DASH] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), + [anon_sym_LBRACK] = ACTIONS(335), + [anon_sym_typealias] = ACTIONS(337), + [anon_sym_class] = ACTIONS(339), + [anon_sym_interface] = ACTIONS(339), + [anon_sym_enum] = ACTIONS(341), + [anon_sym_LBRACE] = ACTIONS(343), + [anon_sym_LPAREN] = ACTIONS(345), + [anon_sym_val] = ACTIONS(347), + [anon_sym_var] = ACTIONS(347), + [anon_sym_object] = ACTIONS(349), + [anon_sym_fun] = ACTIONS(351), + [anon_sym_SEMI] = ACTIONS(1351), + [anon_sym_get] = ACTIONS(353), + [anon_sym_set] = ACTIONS(355), + [anon_sym_this] = ACTIONS(357), + [anon_sym_super] = ACTIONS(359), + [anon_sym_STAR] = ACTIONS(1299), + [sym_label] = ACTIONS(363), + [anon_sym_for] = ACTIONS(365), + [anon_sym_while] = ACTIONS(367), + [anon_sym_do] = ACTIONS(369), + [anon_sym_null] = ACTIONS(371), + [anon_sym_if] = ACTIONS(373), + [anon_sym_when] = ACTIONS(375), + [anon_sym_try] = ACTIONS(377), + [anon_sym_throw] = ACTIONS(379), + [anon_sym_return] = ACTIONS(381), + [anon_sym_continue] = ACTIONS(383), + [anon_sym_break] = ACTIONS(383), + [anon_sym_COLON_COLON] = ACTIONS(385), + [anon_sym_PLUS] = ACTIONS(387), + [anon_sym_DASH] = ACTIONS(387), + [anon_sym_PLUS_PLUS] = ACTIONS(389), + [anon_sym_DASH_DASH] = ACTIONS(389), + [anon_sym_BANG] = ACTIONS(389), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(595), - [anon_sym_inner] = ACTIONS(595), + [anon_sym_data] = ACTIONS(391), + [anon_sym_inner] = ACTIONS(391), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -51197,139 +50837,139 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(597), - [anon_sym_actual] = ACTIONS(597), + [anon_sym_expect] = ACTIONS(393), + [anon_sym_actual] = ACTIONS(393), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(599), - [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(603), - [sym_integer_literal] = ACTIONS(605), - [sym_hex_literal] = ACTIONS(607), - [sym_bin_literal] = ACTIONS(607), - [anon_sym_true] = ACTIONS(609), - [anon_sym_false] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(611), - [sym__backtick_identifier] = ACTIONS(613), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(395), + [anon_sym_break_AT] = ACTIONS(397), + [sym_real_literal] = ACTIONS(399), + [sym_integer_literal] = ACTIONS(401), + [sym_hex_literal] = ACTIONS(403), + [sym_bin_literal] = ACTIONS(403), + [anon_sym_true] = ACTIONS(405), + [anon_sym_false] = ACTIONS(405), + [anon_sym_SQUOTE] = ACTIONS(407), + [sym__backtick_identifier] = ACTIONS(409), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(615), + [sym__string_start] = ACTIONS(411), }, - [165] = { - [sym_type_alias] = STATE(8765), - [sym__declaration] = STATE(8765), - [sym_class_declaration] = STATE(8765), - [sym_function_declaration] = STATE(8765), - [sym_property_declaration] = STATE(8765), - [sym_getter] = STATE(8765), - [sym_setter] = STATE(8765), - [sym_object_declaration] = STATE(8765), - [sym__statement] = STATE(8765), - [sym_control_structure_body] = STATE(8756), - [sym__block] = STATE(8765), - [sym__loop_statement] = STATE(8765), - [sym_for_statement] = STATE(8765), - [sym_while_statement] = STATE(8765), - [sym_do_while_statement] = STATE(8765), - [sym_assignment] = STATE(8765), - [sym__expression] = STATE(4204), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4455), - [sym_parenthesized_expression] = STATE(4455), - [sym_collection_literal] = STATE(4455), - [sym__literal_constant] = STATE(4455), - [sym_string_literal] = STATE(4455), - [sym_lambda_literal] = STATE(4455), - [sym_anonymous_function] = STATE(4455), - [sym__function_literal] = STATE(4455), - [sym_object_literal] = STATE(4455), - [sym_this_expression] = STATE(4455), - [sym_super_expression] = STATE(4455), - [sym_if_expression] = STATE(4455), - [sym_when_expression] = STATE(4455), - [sym_try_expression] = STATE(4455), - [sym_jump_expression] = STATE(4455), - [sym_callable_reference] = STATE(4455), - [sym__prefix_unary_operator] = STATE(1637), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7901), - [sym_modifiers] = STATE(7684), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(338), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4990), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4455), - [sym_long_literal] = STATE(4455), - [sym_boolean_literal] = STATE(4455), - [sym_character_literal] = STATE(4455), - [sym__lexical_identifier] = STATE(4529), - [aux_sym__statement_repeat1] = STATE(820), - [aux_sym_modifiers_repeat1] = STATE(5441), + [162] = { + [sym_type_alias] = STATE(5052), + [sym__declaration] = STATE(5052), + [sym_class_declaration] = STATE(5052), + [sym_function_declaration] = STATE(5052), + [sym_property_declaration] = STATE(5052), + [sym_getter] = STATE(5052), + [sym_setter] = STATE(5052), + [sym_object_declaration] = STATE(5052), + [sym__statement] = STATE(5052), + [sym_control_structure_body] = STATE(5048), + [sym__block] = STATE(5052), + [sym__loop_statement] = STATE(5052), + [sym_for_statement] = STATE(5052), + [sym_while_statement] = STATE(5052), + [sym_do_while_statement] = STATE(5052), + [sym_assignment] = STATE(5052), + [sym__expression] = STATE(3562), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4467), + [sym_parenthesized_expression] = STATE(4467), + [sym_collection_literal] = STATE(4467), + [sym__literal_constant] = STATE(4467), + [sym_string_literal] = STATE(4467), + [sym_lambda_literal] = STATE(4467), + [sym_anonymous_function] = STATE(4467), + [sym__function_literal] = STATE(4467), + [sym_object_literal] = STATE(4467), + [sym_this_expression] = STATE(4467), + [sym_super_expression] = STATE(4467), + [sym_if_expression] = STATE(4467), + [sym_when_expression] = STATE(4467), + [sym_try_expression] = STATE(4467), + [sym_jump_expression] = STATE(4467), + [sym_callable_reference] = STATE(4467), + [sym__prefix_unary_operator] = STATE(1801), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7898), + [sym_modifiers] = STATE(7725), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(343), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4920), + [sym__return_at] = STATE(298), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4467), + [sym_long_literal] = STATE(4467), + [sym_boolean_literal] = STATE(4467), + [sym_character_literal] = STATE(4467), + [sym__lexical_identifier] = STATE(4566), + [aux_sym__statement_repeat1] = STATE(799), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_typealias] = ACTIONS(19), - [anon_sym_class] = ACTIONS(21), - [anon_sym_interface] = ACTIONS(21), - [anon_sym_enum] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(1239), + [anon_sym_typealias] = ACTIONS(413), + [anon_sym_class] = ACTIONS(415), + [anon_sym_interface] = ACTIONS(415), + [anon_sym_enum] = ACTIONS(417), + [anon_sym_LBRACE] = ACTIONS(419), [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_val] = ACTIONS(29), - [anon_sym_var] = ACTIONS(29), - [anon_sym_object] = ACTIONS(31), - [anon_sym_fun] = ACTIONS(33), - [anon_sym_SEMI] = ACTIONS(1381), - [anon_sym_get] = ACTIONS(35), - [anon_sym_set] = ACTIONS(37), + [anon_sym_val] = ACTIONS(421), + [anon_sym_var] = ACTIONS(421), + [anon_sym_object] = ACTIONS(423), + [anon_sym_fun] = ACTIONS(425), + [anon_sym_SEMI] = ACTIONS(1379), + [anon_sym_get] = ACTIONS(427), + [anon_sym_set] = ACTIONS(429), [anon_sym_this] = ACTIONS(39), [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(43), - [sym_label] = ACTIONS(45), - [anon_sym_for] = ACTIONS(47), - [anon_sym_while] = ACTIONS(49), - [anon_sym_do] = ACTIONS(51), - [anon_sym_null] = ACTIONS(53), - [anon_sym_if] = ACTIONS(55), + [anon_sym_STAR] = ACTIONS(1223), + [sym_label] = ACTIONS(433), + [anon_sym_for] = ACTIONS(435), + [anon_sym_while] = ACTIONS(437), + [anon_sym_do] = ACTIONS(439), + [anon_sym_null] = ACTIONS(441), + [anon_sym_if] = ACTIONS(443), [anon_sym_when] = ACTIONS(57), [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(61), - [anon_sym_return] = ACTIONS(63), + [anon_sym_throw] = ACTIONS(445), + [anon_sym_return] = ACTIONS(447), [anon_sym_continue] = ACTIONS(65), [anon_sym_break] = ACTIONS(65), [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(69), - [anon_sym_DASH] = ACTIONS(69), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_BANG] = ACTIONS(71), + [anon_sym_PLUS] = ACTIONS(449), + [anon_sym_DASH] = ACTIONS(449), + [anon_sym_PLUS_PLUS] = ACTIONS(451), + [anon_sym_DASH_DASH] = ACTIONS(451), + [anon_sym_BANG] = ACTIONS(451), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -51359,7 +50999,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(93), [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(97), + [sym_real_literal] = ACTIONS(453), [sym_integer_literal] = ACTIONS(99), [sym_hex_literal] = ACTIONS(101), [sym_bin_literal] = ACTIONS(101), @@ -51370,122 +51010,122 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(109), }, - [166] = { - [sym_type_alias] = STATE(4620), - [sym__declaration] = STATE(4620), - [sym_class_declaration] = STATE(4620), - [sym_function_declaration] = STATE(4620), - [sym_property_declaration] = STATE(4620), - [sym_getter] = STATE(4620), - [sym_setter] = STATE(4620), - [sym_object_declaration] = STATE(4620), - [sym__statement] = STATE(4620), - [sym_control_structure_body] = STATE(4689), - [sym__block] = STATE(4620), - [sym__loop_statement] = STATE(4620), - [sym_for_statement] = STATE(4620), - [sym_while_statement] = STATE(4620), - [sym_do_while_statement] = STATE(4620), - [sym_assignment] = STATE(4620), - [sym__expression] = STATE(3056), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4426), - [sym_parenthesized_expression] = STATE(4426), - [sym_collection_literal] = STATE(4426), - [sym__literal_constant] = STATE(4426), - [sym_string_literal] = STATE(4426), - [sym_lambda_literal] = STATE(4426), - [sym_anonymous_function] = STATE(4426), - [sym__function_literal] = STATE(4426), - [sym_object_literal] = STATE(4426), - [sym_this_expression] = STATE(4426), - [sym_super_expression] = STATE(4426), - [sym_if_expression] = STATE(4426), - [sym_when_expression] = STATE(4426), - [sym_try_expression] = STATE(4426), - [sym_jump_expression] = STATE(4426), - [sym_callable_reference] = STATE(4426), - [sym__prefix_unary_operator] = STATE(1661), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7885), - [sym_modifiers] = STATE(7619), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(352), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4561), - [sym__return_at] = STATE(295), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4426), - [sym_long_literal] = STATE(4426), - [sym_boolean_literal] = STATE(4426), - [sym_character_literal] = STATE(4426), - [sym__lexical_identifier] = STATE(4440), - [aux_sym__statement_repeat1] = STATE(821), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [163] = { + [sym_type_alias] = STATE(4571), + [sym__declaration] = STATE(4571), + [sym_class_declaration] = STATE(4571), + [sym_function_declaration] = STATE(4571), + [sym_property_declaration] = STATE(4571), + [sym_getter] = STATE(4571), + [sym_setter] = STATE(4571), + [sym_object_declaration] = STATE(4571), + [sym__statement] = STATE(4571), + [sym_control_structure_body] = STATE(4725), + [sym__block] = STATE(4571), + [sym__loop_statement] = STATE(4571), + [sym_for_statement] = STATE(4571), + [sym_while_statement] = STATE(4571), + [sym_do_while_statement] = STATE(4571), + [sym_assignment] = STATE(4571), + [sym__expression] = STATE(4184), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4435), + [sym_parenthesized_expression] = STATE(4435), + [sym_collection_literal] = STATE(4435), + [sym__literal_constant] = STATE(4435), + [sym_string_literal] = STATE(4435), + [sym_lambda_literal] = STATE(4435), + [sym_anonymous_function] = STATE(4435), + [sym__function_literal] = STATE(4435), + [sym_object_literal] = STATE(4435), + [sym_this_expression] = STATE(4435), + [sym_super_expression] = STATE(4435), + [sym_if_expression] = STATE(4435), + [sym_when_expression] = STATE(4435), + [sym_try_expression] = STATE(4435), + [sym_jump_expression] = STATE(4435), + [sym_callable_reference] = STATE(4435), + [sym__prefix_unary_operator] = STATE(1903), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7894), + [sym_modifiers] = STATE(7638), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(351), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4608), + [sym__return_at] = STATE(310), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4435), + [sym_long_literal] = STATE(4435), + [sym_boolean_literal] = STATE(4435), + [sym_character_literal] = STATE(4435), + [sym__lexical_identifier] = STATE(4461), + [aux_sym__statement_repeat1] = STATE(822), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_typealias] = ACTIONS(207), - [anon_sym_class] = ACTIONS(209), - [anon_sym_interface] = ACTIONS(209), - [anon_sym_enum] = ACTIONS(211), - [anon_sym_LBRACE] = ACTIONS(213), + [anon_sym_class] = ACTIONS(1051), + [anon_sym_interface] = ACTIONS(1051), + [anon_sym_enum] = ACTIONS(1053), + [anon_sym_LBRACE] = ACTIONS(801), [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_val] = ACTIONS(217), - [anon_sym_var] = ACTIONS(217), - [anon_sym_object] = ACTIONS(219), - [anon_sym_fun] = ACTIONS(221), - [anon_sym_SEMI] = ACTIONS(1367), - [anon_sym_get] = ACTIONS(223), - [anon_sym_set] = ACTIONS(225), + [anon_sym_val] = ACTIONS(1055), + [anon_sym_var] = ACTIONS(1055), + [anon_sym_object] = ACTIONS(1057), + [anon_sym_fun] = ACTIONS(1059), + [anon_sym_SEMI] = ACTIONS(1345), + [anon_sym_get] = ACTIONS(1061), + [anon_sym_set] = ACTIONS(1063), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1289), - [sym_label] = ACTIONS(233), - [anon_sym_for] = ACTIONS(235), - [anon_sym_while] = ACTIONS(237), + [anon_sym_STAR] = ACTIONS(1065), + [sym_label] = ACTIONS(311), + [anon_sym_for] = ACTIONS(1067), + [anon_sym_while] = ACTIONS(1069), [anon_sym_do] = ACTIONS(239), - [anon_sym_null] = ACTIONS(241), - [anon_sym_if] = ACTIONS(243), + [anon_sym_null] = ACTIONS(319), + [anon_sym_if] = ACTIONS(321), [anon_sym_when] = ACTIONS(245), [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(249), - [anon_sym_return] = ACTIONS(251), + [anon_sym_throw] = ACTIONS(323), + [anon_sym_return] = ACTIONS(325), [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(257), - [anon_sym_DASH] = ACTIONS(257), - [anon_sym_PLUS_PLUS] = ACTIONS(259), - [anon_sym_DASH_DASH] = ACTIONS(259), - [anon_sym_BANG] = ACTIONS(259), + [anon_sym_PLUS] = ACTIONS(327), + [anon_sym_DASH] = ACTIONS(327), + [anon_sym_PLUS_PLUS] = ACTIONS(329), + [anon_sym_DASH_DASH] = ACTIONS(329), + [anon_sym_BANG] = ACTIONS(329), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -51515,7 +51155,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(271), + [sym_real_literal] = ACTIONS(331), [sym_integer_literal] = ACTIONS(273), [sym_hex_literal] = ACTIONS(275), [sym_bin_literal] = ACTIONS(275), @@ -51526,127 +51166,127 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [167] = { - [sym_type_alias] = STATE(4620), - [sym__declaration] = STATE(4620), - [sym_class_declaration] = STATE(4620), - [sym_function_declaration] = STATE(4620), - [sym_property_declaration] = STATE(4620), - [sym_getter] = STATE(4620), - [sym_setter] = STATE(4620), - [sym_object_declaration] = STATE(4620), - [sym__statement] = STATE(4620), - [sym_control_structure_body] = STATE(4698), - [sym__block] = STATE(4620), - [sym__loop_statement] = STATE(4620), - [sym_for_statement] = STATE(4620), - [sym_while_statement] = STATE(4620), - [sym_do_while_statement] = STATE(4620), - [sym_assignment] = STATE(4620), - [sym__expression] = STATE(3056), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4426), - [sym_parenthesized_expression] = STATE(4426), - [sym_collection_literal] = STATE(4426), - [sym__literal_constant] = STATE(4426), - [sym_string_literal] = STATE(4426), - [sym_lambda_literal] = STATE(4426), - [sym_anonymous_function] = STATE(4426), - [sym__function_literal] = STATE(4426), - [sym_object_literal] = STATE(4426), - [sym_this_expression] = STATE(4426), - [sym_super_expression] = STATE(4426), - [sym_if_expression] = STATE(4426), - [sym_when_expression] = STATE(4426), - [sym_try_expression] = STATE(4426), - [sym_jump_expression] = STATE(4426), - [sym_callable_reference] = STATE(4426), - [sym__prefix_unary_operator] = STATE(1661), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7885), - [sym_modifiers] = STATE(7619), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(352), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4561), - [sym__return_at] = STATE(295), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4426), - [sym_long_literal] = STATE(4426), - [sym_boolean_literal] = STATE(4426), - [sym_character_literal] = STATE(4426), - [sym__lexical_identifier] = STATE(4440), - [aux_sym__statement_repeat1] = STATE(821), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_typealias] = ACTIONS(207), - [anon_sym_class] = ACTIONS(209), - [anon_sym_interface] = ACTIONS(209), - [anon_sym_enum] = ACTIONS(211), - [anon_sym_LBRACE] = ACTIONS(213), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_val] = ACTIONS(217), - [anon_sym_var] = ACTIONS(217), - [anon_sym_object] = ACTIONS(219), - [anon_sym_fun] = ACTIONS(221), - [anon_sym_SEMI] = ACTIONS(1369), - [anon_sym_get] = ACTIONS(223), - [anon_sym_set] = ACTIONS(225), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1289), - [sym_label] = ACTIONS(233), - [anon_sym_for] = ACTIONS(235), - [anon_sym_while] = ACTIONS(237), - [anon_sym_do] = ACTIONS(239), - [anon_sym_null] = ACTIONS(241), - [anon_sym_if] = ACTIONS(243), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(249), - [anon_sym_return] = ACTIONS(251), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(257), - [anon_sym_DASH] = ACTIONS(257), - [anon_sym_PLUS_PLUS] = ACTIONS(259), - [anon_sym_DASH_DASH] = ACTIONS(259), - [anon_sym_BANG] = ACTIONS(259), + [164] = { + [sym_type_alias] = STATE(3371), + [sym__declaration] = STATE(3371), + [sym_class_declaration] = STATE(3371), + [sym_function_declaration] = STATE(3371), + [sym_property_declaration] = STATE(3371), + [sym_getter] = STATE(3371), + [sym_setter] = STATE(3371), + [sym_object_declaration] = STATE(3371), + [sym__statement] = STATE(3371), + [sym_control_structure_body] = STATE(3241), + [sym__block] = STATE(3371), + [sym__loop_statement] = STATE(3371), + [sym_for_statement] = STATE(3371), + [sym_while_statement] = STATE(3371), + [sym_do_while_statement] = STATE(3371), + [sym_assignment] = STATE(3371), + [sym__expression] = STATE(1450), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(2727), + [sym_parenthesized_expression] = STATE(2727), + [sym_collection_literal] = STATE(2727), + [sym__literal_constant] = STATE(2727), + [sym_string_literal] = STATE(2727), + [sym_lambda_literal] = STATE(2727), + [sym_anonymous_function] = STATE(2727), + [sym__function_literal] = STATE(2727), + [sym_object_literal] = STATE(2727), + [sym_this_expression] = STATE(2727), + [sym_super_expression] = STATE(2727), + [sym_if_expression] = STATE(2727), + [sym_when_expression] = STATE(2727), + [sym_try_expression] = STATE(2727), + [sym_jump_expression] = STATE(2727), + [sym_callable_reference] = STATE(2727), + [sym__prefix_unary_operator] = STATE(2339), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7909), + [sym_modifiers] = STATE(7858), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(353), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3410), + [sym__return_at] = STATE(220), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(2727), + [sym_long_literal] = STATE(2727), + [sym_boolean_literal] = STATE(2727), + [sym_character_literal] = STATE(2727), + [sym__lexical_identifier] = STATE(2858), + [aux_sym__statement_repeat1] = STATE(786), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(111), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_typealias] = ACTIONS(121), + [anon_sym_class] = ACTIONS(825), + [anon_sym_interface] = ACTIONS(825), + [anon_sym_enum] = ACTIONS(827), + [anon_sym_LBRACE] = ACTIONS(829), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_val] = ACTIONS(831), + [anon_sym_var] = ACTIONS(831), + [anon_sym_object] = ACTIONS(833), + [anon_sym_fun] = ACTIONS(835), + [anon_sym_SEMI] = ACTIONS(1333), + [anon_sym_get] = ACTIONS(837), + [anon_sym_set] = ACTIONS(839), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(841), + [sym_label] = ACTIONS(843), + [anon_sym_for] = ACTIONS(845), + [anon_sym_while] = ACTIONS(847), + [anon_sym_do] = ACTIONS(153), + [anon_sym_null] = ACTIONS(849), + [anon_sym_if] = ACTIONS(157), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(163), + [anon_sym_return] = ACTIONS(165), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(851), + [anon_sym_DASH] = ACTIONS(851), + [anon_sym_PLUS_PLUS] = ACTIONS(853), + [anon_sym_DASH_DASH] = ACTIONS(853), + [anon_sym_BANG] = ACTIONS(853), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(261), - [anon_sym_inner] = ACTIONS(261), + [anon_sym_data] = ACTIONS(175), + [anon_sym_inner] = ACTIONS(175), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -51665,144 +51305,144 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(263), - [anon_sym_actual] = ACTIONS(263), + [anon_sym_expect] = ACTIONS(177), + [anon_sym_actual] = ACTIONS(177), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(271), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(855), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), + [sym__string_start] = ACTIONS(197), }, - [168] = { - [sym_type_alias] = STATE(4620), - [sym__declaration] = STATE(4620), - [sym_class_declaration] = STATE(4620), - [sym_function_declaration] = STATE(4620), - [sym_property_declaration] = STATE(4620), - [sym_getter] = STATE(4620), - [sym_setter] = STATE(4620), - [sym_object_declaration] = STATE(4620), - [sym__statement] = STATE(4620), - [sym_control_structure_body] = STATE(4728), - [sym__block] = STATE(4620), - [sym__loop_statement] = STATE(4620), - [sym_for_statement] = STATE(4620), - [sym_while_statement] = STATE(4620), - [sym_do_while_statement] = STATE(4620), - [sym_assignment] = STATE(4620), - [sym__expression] = STATE(3056), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4426), - [sym_parenthesized_expression] = STATE(4426), - [sym_collection_literal] = STATE(4426), - [sym__literal_constant] = STATE(4426), - [sym_string_literal] = STATE(4426), - [sym_lambda_literal] = STATE(4426), - [sym_anonymous_function] = STATE(4426), - [sym__function_literal] = STATE(4426), - [sym_object_literal] = STATE(4426), - [sym_this_expression] = STATE(4426), - [sym_super_expression] = STATE(4426), - [sym_if_expression] = STATE(4426), - [sym_when_expression] = STATE(4426), - [sym_try_expression] = STATE(4426), - [sym_jump_expression] = STATE(4426), - [sym_callable_reference] = STATE(4426), - [sym__prefix_unary_operator] = STATE(1661), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7885), - [sym_modifiers] = STATE(7619), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(352), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4561), - [sym__return_at] = STATE(295), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4426), - [sym_long_literal] = STATE(4426), - [sym_boolean_literal] = STATE(4426), - [sym_character_literal] = STATE(4426), - [sym__lexical_identifier] = STATE(4440), - [aux_sym__statement_repeat1] = STATE(821), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_typealias] = ACTIONS(207), - [anon_sym_class] = ACTIONS(209), - [anon_sym_interface] = ACTIONS(209), - [anon_sym_enum] = ACTIONS(211), - [anon_sym_LBRACE] = ACTIONS(213), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_val] = ACTIONS(217), - [anon_sym_var] = ACTIONS(217), - [anon_sym_object] = ACTIONS(219), - [anon_sym_fun] = ACTIONS(221), - [anon_sym_SEMI] = ACTIONS(1373), - [anon_sym_get] = ACTIONS(223), - [anon_sym_set] = ACTIONS(225), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1289), - [sym_label] = ACTIONS(233), - [anon_sym_for] = ACTIONS(235), - [anon_sym_while] = ACTIONS(237), - [anon_sym_do] = ACTIONS(239), - [anon_sym_null] = ACTIONS(241), - [anon_sym_if] = ACTIONS(243), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(249), - [anon_sym_return] = ACTIONS(251), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(257), - [anon_sym_DASH] = ACTIONS(257), - [anon_sym_PLUS_PLUS] = ACTIONS(259), - [anon_sym_DASH_DASH] = ACTIONS(259), - [anon_sym_BANG] = ACTIONS(259), + [165] = { + [sym_type_alias] = STATE(3371), + [sym__declaration] = STATE(3371), + [sym_class_declaration] = STATE(3371), + [sym_function_declaration] = STATE(3371), + [sym_property_declaration] = STATE(3371), + [sym_getter] = STATE(3371), + [sym_setter] = STATE(3371), + [sym_object_declaration] = STATE(3371), + [sym__statement] = STATE(3371), + [sym_control_structure_body] = STATE(3394), + [sym__block] = STATE(3371), + [sym__loop_statement] = STATE(3371), + [sym_for_statement] = STATE(3371), + [sym_while_statement] = STATE(3371), + [sym_do_while_statement] = STATE(3371), + [sym_assignment] = STATE(3371), + [sym__expression] = STATE(1450), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(2727), + [sym_parenthesized_expression] = STATE(2727), + [sym_collection_literal] = STATE(2727), + [sym__literal_constant] = STATE(2727), + [sym_string_literal] = STATE(2727), + [sym_lambda_literal] = STATE(2727), + [sym_anonymous_function] = STATE(2727), + [sym__function_literal] = STATE(2727), + [sym_object_literal] = STATE(2727), + [sym_this_expression] = STATE(2727), + [sym_super_expression] = STATE(2727), + [sym_if_expression] = STATE(2727), + [sym_when_expression] = STATE(2727), + [sym_try_expression] = STATE(2727), + [sym_jump_expression] = STATE(2727), + [sym_callable_reference] = STATE(2727), + [sym__prefix_unary_operator] = STATE(2339), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7909), + [sym_modifiers] = STATE(7858), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(353), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3410), + [sym__return_at] = STATE(220), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(2727), + [sym_long_literal] = STATE(2727), + [sym_boolean_literal] = STATE(2727), + [sym_character_literal] = STATE(2727), + [sym__lexical_identifier] = STATE(2858), + [aux_sym__statement_repeat1] = STATE(786), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(111), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_typealias] = ACTIONS(121), + [anon_sym_class] = ACTIONS(825), + [anon_sym_interface] = ACTIONS(825), + [anon_sym_enum] = ACTIONS(827), + [anon_sym_LBRACE] = ACTIONS(829), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_val] = ACTIONS(831), + [anon_sym_var] = ACTIONS(831), + [anon_sym_object] = ACTIONS(833), + [anon_sym_fun] = ACTIONS(835), + [anon_sym_SEMI] = ACTIONS(1343), + [anon_sym_get] = ACTIONS(837), + [anon_sym_set] = ACTIONS(839), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(841), + [sym_label] = ACTIONS(843), + [anon_sym_for] = ACTIONS(845), + [anon_sym_while] = ACTIONS(847), + [anon_sym_do] = ACTIONS(153), + [anon_sym_null] = ACTIONS(849), + [anon_sym_if] = ACTIONS(157), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(163), + [anon_sym_return] = ACTIONS(165), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(851), + [anon_sym_DASH] = ACTIONS(851), + [anon_sym_PLUS_PLUS] = ACTIONS(853), + [anon_sym_DASH_DASH] = ACTIONS(853), + [anon_sym_BANG] = ACTIONS(853), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(261), - [anon_sym_inner] = ACTIONS(261), + [anon_sym_data] = ACTIONS(175), + [anon_sym_inner] = ACTIONS(175), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -51821,144 +51461,300 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(263), - [anon_sym_actual] = ACTIONS(263), + [anon_sym_expect] = ACTIONS(177), + [anon_sym_actual] = ACTIONS(177), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(271), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(855), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), + [sym__string_start] = ACTIONS(197), }, - [169] = { - [sym_type_alias] = STATE(4921), - [sym__declaration] = STATE(4921), - [sym_class_declaration] = STATE(4921), - [sym_function_declaration] = STATE(4921), - [sym_property_declaration] = STATE(4921), - [sym_getter] = STATE(4921), - [sym_setter] = STATE(4921), - [sym_object_declaration] = STATE(4921), - [sym__statement] = STATE(4921), - [sym_control_structure_body] = STATE(5051), - [sym__block] = STATE(4921), - [sym__loop_statement] = STATE(4921), - [sym_for_statement] = STATE(4921), - [sym_while_statement] = STATE(4921), - [sym_do_while_statement] = STATE(4921), - [sym_assignment] = STATE(4921), - [sym__expression] = STATE(3956), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4446), - [sym_parenthesized_expression] = STATE(4446), - [sym_collection_literal] = STATE(4446), - [sym__literal_constant] = STATE(4446), - [sym_string_literal] = STATE(4446), - [sym_lambda_literal] = STATE(4446), - [sym_anonymous_function] = STATE(4446), - [sym__function_literal] = STATE(4446), - [sym_object_literal] = STATE(4446), - [sym_this_expression] = STATE(4446), - [sym_super_expression] = STATE(4446), - [sym_if_expression] = STATE(4446), - [sym_when_expression] = STATE(4446), - [sym_try_expression] = STATE(4446), - [sym_jump_expression] = STATE(4446), - [sym_callable_reference] = STATE(4446), - [sym__prefix_unary_operator] = STATE(2020), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7863), - [sym_modifiers] = STATE(7746), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(346), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4990), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4446), - [sym_long_literal] = STATE(4446), - [sym_boolean_literal] = STATE(4446), - [sym_character_literal] = STATE(4446), - [sym__lexical_identifier] = STATE(4529), - [aux_sym__statement_repeat1] = STATE(803), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(7), + [166] = { + [sym_type_alias] = STATE(3371), + [sym__declaration] = STATE(3371), + [sym_class_declaration] = STATE(3371), + [sym_function_declaration] = STATE(3371), + [sym_property_declaration] = STATE(3371), + [sym_getter] = STATE(3371), + [sym_setter] = STATE(3371), + [sym_object_declaration] = STATE(3371), + [sym__statement] = STATE(3371), + [sym_control_structure_body] = STATE(3245), + [sym__block] = STATE(3371), + [sym__loop_statement] = STATE(3371), + [sym_for_statement] = STATE(3371), + [sym_while_statement] = STATE(3371), + [sym_do_while_statement] = STATE(3371), + [sym_assignment] = STATE(3371), + [sym__expression] = STATE(1327), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(2753), + [sym_parenthesized_expression] = STATE(2753), + [sym_collection_literal] = STATE(2753), + [sym__literal_constant] = STATE(2753), + [sym_string_literal] = STATE(2753), + [sym_lambda_literal] = STATE(2753), + [sym_anonymous_function] = STATE(2753), + [sym__function_literal] = STATE(2753), + [sym_object_literal] = STATE(2753), + [sym_this_expression] = STATE(2753), + [sym_super_expression] = STATE(2753), + [sym_if_expression] = STATE(2753), + [sym_when_expression] = STATE(2753), + [sym_try_expression] = STATE(2753), + [sym_jump_expression] = STATE(2753), + [sym_callable_reference] = STATE(2753), + [sym__prefix_unary_operator] = STATE(2261), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7929), + [sym_modifiers] = STATE(7771), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(333), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3410), + [sym__return_at] = STATE(262), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(2753), + [sym_long_literal] = STATE(2753), + [sym_boolean_literal] = STATE(2753), + [sym_character_literal] = STATE(2753), + [sym__lexical_identifier] = STATE(2858), + [aux_sym__statement_repeat1] = STATE(829), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(111), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_typealias] = ACTIONS(495), - [anon_sym_class] = ACTIONS(617), - [anon_sym_interface] = ACTIONS(617), - [anon_sym_enum] = ACTIONS(619), - [anon_sym_LBRACE] = ACTIONS(501), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_val] = ACTIONS(621), - [anon_sym_var] = ACTIONS(621), - [anon_sym_object] = ACTIONS(623), - [anon_sym_fun] = ACTIONS(625), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_typealias] = ACTIONS(121), + [anon_sym_class] = ACTIONS(649), + [anon_sym_interface] = ACTIONS(649), + [anon_sym_enum] = ACTIONS(651), + [anon_sym_LBRACE] = ACTIONS(127), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_val] = ACTIONS(653), + [anon_sym_var] = ACTIONS(653), + [anon_sym_object] = ACTIONS(655), + [anon_sym_fun] = ACTIONS(657), + [anon_sym_SEMI] = ACTIONS(1365), + [anon_sym_get] = ACTIONS(659), + [anon_sym_set] = ACTIONS(661), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(1253), + [sym_label] = ACTIONS(665), + [anon_sym_for] = ACTIONS(667), + [anon_sym_while] = ACTIONS(669), + [anon_sym_do] = ACTIONS(153), + [anon_sym_null] = ACTIONS(155), + [anon_sym_if] = ACTIONS(671), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(673), + [anon_sym_return] = ACTIONS(675), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(677), + [anon_sym_DASH] = ACTIONS(677), + [anon_sym_PLUS_PLUS] = ACTIONS(679), + [anon_sym_DASH_DASH] = ACTIONS(679), + [anon_sym_BANG] = ACTIONS(679), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(175), + [anon_sym_inner] = ACTIONS(175), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(177), + [anon_sym_actual] = ACTIONS(177), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(185), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(197), + }, + [167] = { + [sym_type_alias] = STATE(3456), + [sym__declaration] = STATE(3456), + [sym_class_declaration] = STATE(3456), + [sym_function_declaration] = STATE(3456), + [sym_property_declaration] = STATE(3456), + [sym_getter] = STATE(3456), + [sym_setter] = STATE(3456), + [sym_object_declaration] = STATE(3456), + [sym__statement] = STATE(3456), + [sym_control_structure_body] = STATE(3258), + [sym__block] = STATE(3456), + [sym__loop_statement] = STATE(3456), + [sym_for_statement] = STATE(3456), + [sym_while_statement] = STATE(3456), + [sym_do_while_statement] = STATE(3456), + [sym_assignment] = STATE(3456), + [sym__expression] = STATE(1424), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(2743), + [sym_parenthesized_expression] = STATE(2743), + [sym_collection_literal] = STATE(2743), + [sym__literal_constant] = STATE(2743), + [sym_string_literal] = STATE(2743), + [sym_lambda_literal] = STATE(2743), + [sym_anonymous_function] = STATE(2743), + [sym__function_literal] = STATE(2743), + [sym_object_literal] = STATE(2743), + [sym_this_expression] = STATE(2743), + [sym_super_expression] = STATE(2743), + [sym_if_expression] = STATE(2743), + [sym_when_expression] = STATE(2743), + [sym_try_expression] = STATE(2743), + [sym_jump_expression] = STATE(2743), + [sym_callable_reference] = STATE(2743), + [sym__prefix_unary_operator] = STATE(1868), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7919), + [sym_modifiers] = STATE(7860), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(349), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3279), + [sym__return_at] = STATE(303), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(2743), + [sym_long_literal] = STATE(2743), + [sym_boolean_literal] = STATE(2743), + [sym_character_literal] = STATE(2743), + [sym__lexical_identifier] = STATE(2837), + [aux_sym__statement_repeat1] = STATE(826), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(333), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(335), + [anon_sym_typealias] = ACTIONS(337), + [anon_sym_class] = ACTIONS(949), + [anon_sym_interface] = ACTIONS(949), + [anon_sym_enum] = ACTIONS(951), + [anon_sym_LBRACE] = ACTIONS(953), + [anon_sym_LPAREN] = ACTIONS(345), + [anon_sym_val] = ACTIONS(955), + [anon_sym_var] = ACTIONS(955), + [anon_sym_object] = ACTIONS(957), + [anon_sym_fun] = ACTIONS(959), [anon_sym_SEMI] = ACTIONS(1347), - [anon_sym_get] = ACTIONS(627), - [anon_sym_set] = ACTIONS(629), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(1213), - [sym_label] = ACTIONS(633), - [anon_sym_for] = ACTIONS(635), - [anon_sym_while] = ACTIONS(637), - [anon_sym_do] = ACTIONS(521), - [anon_sym_null] = ACTIONS(523), - [anon_sym_if] = ACTIONS(55), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(61), - [anon_sym_return] = ACTIONS(63), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_PLUS_PLUS] = ACTIONS(641), - [anon_sym_DASH_DASH] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), + [anon_sym_get] = ACTIONS(961), + [anon_sym_set] = ACTIONS(963), + [anon_sym_this] = ACTIONS(357), + [anon_sym_super] = ACTIONS(359), + [anon_sym_STAR] = ACTIONS(965), + [sym_label] = ACTIONS(967), + [anon_sym_for] = ACTIONS(969), + [anon_sym_while] = ACTIONS(971), + [anon_sym_do] = ACTIONS(369), + [anon_sym_null] = ACTIONS(973), + [anon_sym_if] = ACTIONS(373), + [anon_sym_when] = ACTIONS(375), + [anon_sym_try] = ACTIONS(377), + [anon_sym_throw] = ACTIONS(379), + [anon_sym_return] = ACTIONS(381), + [anon_sym_continue] = ACTIONS(383), + [anon_sym_break] = ACTIONS(383), + [anon_sym_COLON_COLON] = ACTIONS(385), + [anon_sym_PLUS] = ACTIONS(975), + [anon_sym_DASH] = ACTIONS(975), + [anon_sym_PLUS_PLUS] = ACTIONS(977), + [anon_sym_DASH_DASH] = ACTIONS(977), + [anon_sym_BANG] = ACTIONS(977), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(77), - [anon_sym_inner] = ACTIONS(77), + [anon_sym_data] = ACTIONS(391), + [anon_sym_inner] = ACTIONS(391), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -51977,126 +51773,126 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(89), - [anon_sym_actual] = ACTIONS(89), + [anon_sym_expect] = ACTIONS(393), + [anon_sym_actual] = ACTIONS(393), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(535), - [sym_integer_literal] = ACTIONS(99), - [sym_hex_literal] = ACTIONS(101), - [sym_bin_literal] = ACTIONS(101), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [anon_sym_SQUOTE] = ACTIONS(105), - [sym__backtick_identifier] = ACTIONS(107), + [anon_sym_continue_AT] = ACTIONS(395), + [anon_sym_break_AT] = ACTIONS(397), + [sym_real_literal] = ACTIONS(979), + [sym_integer_literal] = ACTIONS(401), + [sym_hex_literal] = ACTIONS(403), + [sym_bin_literal] = ACTIONS(403), + [anon_sym_true] = ACTIONS(405), + [anon_sym_false] = ACTIONS(405), + [anon_sym_SQUOTE] = ACTIONS(407), + [sym__backtick_identifier] = ACTIONS(409), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(109), + [sym__string_start] = ACTIONS(411), }, - [170] = { - [sym_type_alias] = STATE(4921), - [sym__declaration] = STATE(4921), - [sym_class_declaration] = STATE(4921), - [sym_function_declaration] = STATE(4921), - [sym_property_declaration] = STATE(4921), - [sym_getter] = STATE(4921), - [sym_setter] = STATE(4921), - [sym_object_declaration] = STATE(4921), - [sym__statement] = STATE(4921), - [sym_control_structure_body] = STATE(4977), - [sym__block] = STATE(4921), - [sym__loop_statement] = STATE(4921), - [sym_for_statement] = STATE(4921), - [sym_while_statement] = STATE(4921), - [sym_do_while_statement] = STATE(4921), - [sym_assignment] = STATE(4921), - [sym__expression] = STATE(3956), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4446), - [sym_parenthesized_expression] = STATE(4446), - [sym_collection_literal] = STATE(4446), - [sym__literal_constant] = STATE(4446), - [sym_string_literal] = STATE(4446), - [sym_lambda_literal] = STATE(4446), - [sym_anonymous_function] = STATE(4446), - [sym__function_literal] = STATE(4446), - [sym_object_literal] = STATE(4446), - [sym_this_expression] = STATE(4446), - [sym_super_expression] = STATE(4446), - [sym_if_expression] = STATE(4446), - [sym_when_expression] = STATE(4446), - [sym_try_expression] = STATE(4446), - [sym_jump_expression] = STATE(4446), - [sym_callable_reference] = STATE(4446), - [sym__prefix_unary_operator] = STATE(2020), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7863), - [sym_modifiers] = STATE(7746), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(346), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4990), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4446), - [sym_long_literal] = STATE(4446), - [sym_boolean_literal] = STATE(4446), - [sym_character_literal] = STATE(4446), - [sym__lexical_identifier] = STATE(4529), + [168] = { + [sym_type_alias] = STATE(5052), + [sym__declaration] = STATE(5052), + [sym_class_declaration] = STATE(5052), + [sym_function_declaration] = STATE(5052), + [sym_property_declaration] = STATE(5052), + [sym_getter] = STATE(5052), + [sym_setter] = STATE(5052), + [sym_object_declaration] = STATE(5052), + [sym__statement] = STATE(5052), + [sym_control_structure_body] = STATE(5080), + [sym__block] = STATE(5052), + [sym__loop_statement] = STATE(5052), + [sym_for_statement] = STATE(5052), + [sym_while_statement] = STATE(5052), + [sym_do_while_statement] = STATE(5052), + [sym_assignment] = STATE(5052), + [sym__expression] = STATE(3957), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4467), + [sym_parenthesized_expression] = STATE(4467), + [sym_collection_literal] = STATE(4467), + [sym__literal_constant] = STATE(4467), + [sym_string_literal] = STATE(4467), + [sym_lambda_literal] = STATE(4467), + [sym_anonymous_function] = STATE(4467), + [sym__function_literal] = STATE(4467), + [sym_object_literal] = STATE(4467), + [sym_this_expression] = STATE(4467), + [sym_super_expression] = STATE(4467), + [sym_if_expression] = STATE(4467), + [sym_when_expression] = STATE(4467), + [sym_try_expression] = STATE(4467), + [sym_jump_expression] = STATE(4467), + [sym_callable_reference] = STATE(4467), + [sym__prefix_unary_operator] = STATE(1665), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7907), + [sym_modifiers] = STATE(7741), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(348), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4920), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4467), + [sym_long_literal] = STATE(4467), + [sym_boolean_literal] = STATE(4467), + [sym_character_literal] = STATE(4467), + [sym__lexical_identifier] = STATE(4566), [aux_sym__statement_repeat1] = STATE(803), - [aux_sym_modifiers_repeat1] = STATE(5441), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_typealias] = ACTIONS(495), - [anon_sym_class] = ACTIONS(617), - [anon_sym_interface] = ACTIONS(617), - [anon_sym_enum] = ACTIONS(619), - [anon_sym_LBRACE] = ACTIONS(501), + [anon_sym_typealias] = ACTIONS(413), + [anon_sym_class] = ACTIONS(771), + [anon_sym_interface] = ACTIONS(771), + [anon_sym_enum] = ACTIONS(773), + [anon_sym_LBRACE] = ACTIONS(419), [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_val] = ACTIONS(621), - [anon_sym_var] = ACTIONS(621), - [anon_sym_object] = ACTIONS(623), - [anon_sym_fun] = ACTIONS(625), - [anon_sym_SEMI] = ACTIONS(1371), - [anon_sym_get] = ACTIONS(627), - [anon_sym_set] = ACTIONS(629), + [anon_sym_val] = ACTIONS(775), + [anon_sym_var] = ACTIONS(775), + [anon_sym_object] = ACTIONS(777), + [anon_sym_fun] = ACTIONS(779), + [anon_sym_SEMI] = ACTIONS(1377), + [anon_sym_get] = ACTIONS(781), + [anon_sym_set] = ACTIONS(783), [anon_sym_this] = ACTIONS(39), [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(1213), - [sym_label] = ACTIONS(633), - [anon_sym_for] = ACTIONS(635), - [anon_sym_while] = ACTIONS(637), - [anon_sym_do] = ACTIONS(521), - [anon_sym_null] = ACTIONS(523), + [anon_sym_STAR] = ACTIONS(1243), + [sym_label] = ACTIONS(787), + [anon_sym_for] = ACTIONS(789), + [anon_sym_while] = ACTIONS(791), + [anon_sym_do] = ACTIONS(439), + [anon_sym_null] = ACTIONS(441), [anon_sym_if] = ACTIONS(55), [anon_sym_when] = ACTIONS(57), [anon_sym_try] = ACTIONS(59), @@ -52105,11 +51901,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(65), [anon_sym_break] = ACTIONS(65), [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_PLUS_PLUS] = ACTIONS(641), - [anon_sym_DASH_DASH] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), + [anon_sym_PLUS] = ACTIONS(793), + [anon_sym_DASH] = ACTIONS(793), + [anon_sym_PLUS_PLUS] = ACTIONS(795), + [anon_sym_DASH_DASH] = ACTIONS(795), + [anon_sym_BANG] = ACTIONS(795), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -52139,7 +51935,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(93), [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(535), + [sym_real_literal] = ACTIONS(453), [sym_integer_literal] = ACTIONS(99), [sym_hex_literal] = ACTIONS(101), [sym_bin_literal] = ACTIONS(101), @@ -52150,122 +51946,122 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(109), }, - [171] = { - [sym_type_alias] = STATE(3259), - [sym__declaration] = STATE(3259), - [sym_class_declaration] = STATE(3259), - [sym_function_declaration] = STATE(3259), - [sym_property_declaration] = STATE(3259), - [sym_getter] = STATE(3259), - [sym_setter] = STATE(3259), - [sym_object_declaration] = STATE(3259), - [sym__statement] = STATE(3259), - [sym_control_structure_body] = STATE(3196), - [sym__block] = STATE(3259), - [sym__loop_statement] = STATE(3259), - [sym_for_statement] = STATE(3259), - [sym_while_statement] = STATE(3259), - [sym_do_while_statement] = STATE(3259), - [sym_assignment] = STATE(3259), - [sym__expression] = STATE(1336), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(2736), - [sym_parenthesized_expression] = STATE(2736), - [sym_collection_literal] = STATE(2736), - [sym__literal_constant] = STATE(2736), - [sym_string_literal] = STATE(2736), - [sym_lambda_literal] = STATE(2736), - [sym_anonymous_function] = STATE(2736), - [sym__function_literal] = STATE(2736), - [sym_object_literal] = STATE(2736), - [sym_this_expression] = STATE(2736), - [sym_super_expression] = STATE(2736), - [sym_if_expression] = STATE(2736), - [sym_when_expression] = STATE(2736), - [sym_try_expression] = STATE(2736), - [sym_jump_expression] = STATE(2736), - [sym_callable_reference] = STATE(2736), - [sym__prefix_unary_operator] = STATE(2195), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7896), - [sym_modifiers] = STATE(7772), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(343), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3242), - [sym__return_at] = STATE(262), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(2736), - [sym_long_literal] = STATE(2736), - [sym_boolean_literal] = STATE(2736), - [sym_character_literal] = STATE(2736), - [sym__lexical_identifier] = STATE(2864), - [aux_sym__statement_repeat1] = STATE(827), - [aux_sym_modifiers_repeat1] = STATE(5441), + [169] = { + [sym_type_alias] = STATE(3371), + [sym__declaration] = STATE(3371), + [sym_class_declaration] = STATE(3371), + [sym_function_declaration] = STATE(3371), + [sym_property_declaration] = STATE(3371), + [sym_getter] = STATE(3371), + [sym_setter] = STATE(3371), + [sym_object_declaration] = STATE(3371), + [sym__statement] = STATE(3371), + [sym_control_structure_body] = STATE(3367), + [sym__block] = STATE(3371), + [sym__loop_statement] = STATE(3371), + [sym_for_statement] = STATE(3371), + [sym_while_statement] = STATE(3371), + [sym_do_while_statement] = STATE(3371), + [sym_assignment] = STATE(3371), + [sym__expression] = STATE(1450), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(2727), + [sym_parenthesized_expression] = STATE(2727), + [sym_collection_literal] = STATE(2727), + [sym__literal_constant] = STATE(2727), + [sym_string_literal] = STATE(2727), + [sym_lambda_literal] = STATE(2727), + [sym_anonymous_function] = STATE(2727), + [sym__function_literal] = STATE(2727), + [sym_object_literal] = STATE(2727), + [sym_this_expression] = STATE(2727), + [sym_super_expression] = STATE(2727), + [sym_if_expression] = STATE(2727), + [sym_when_expression] = STATE(2727), + [sym_try_expression] = STATE(2727), + [sym_jump_expression] = STATE(2727), + [sym_callable_reference] = STATE(2727), + [sym__prefix_unary_operator] = STATE(2339), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7909), + [sym_modifiers] = STATE(7858), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(353), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3410), + [sym__return_at] = STATE(220), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(2727), + [sym_long_literal] = STATE(2727), + [sym_boolean_literal] = STATE(2727), + [sym_character_literal] = STATE(2727), + [sym__lexical_identifier] = STATE(2858), + [aux_sym__statement_repeat1] = STATE(786), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(111), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(115), [anon_sym_typealias] = ACTIONS(121), - [anon_sym_class] = ACTIONS(643), - [anon_sym_interface] = ACTIONS(643), - [anon_sym_enum] = ACTIONS(645), - [anon_sym_LBRACE] = ACTIONS(127), + [anon_sym_class] = ACTIONS(825), + [anon_sym_interface] = ACTIONS(825), + [anon_sym_enum] = ACTIONS(827), + [anon_sym_LBRACE] = ACTIONS(829), [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_val] = ACTIONS(647), - [anon_sym_var] = ACTIONS(647), - [anon_sym_object] = ACTIONS(649), - [anon_sym_fun] = ACTIONS(651), - [anon_sym_SEMI] = ACTIONS(1343), - [anon_sym_get] = ACTIONS(653), - [anon_sym_set] = ACTIONS(655), + [anon_sym_val] = ACTIONS(831), + [anon_sym_var] = ACTIONS(831), + [anon_sym_object] = ACTIONS(833), + [anon_sym_fun] = ACTIONS(835), + [anon_sym_SEMI] = ACTIONS(1335), + [anon_sym_get] = ACTIONS(837), + [anon_sym_set] = ACTIONS(839), [anon_sym_this] = ACTIONS(141), [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(1251), - [sym_label] = ACTIONS(659), - [anon_sym_for] = ACTIONS(661), - [anon_sym_while] = ACTIONS(663), + [anon_sym_STAR] = ACTIONS(841), + [sym_label] = ACTIONS(843), + [anon_sym_for] = ACTIONS(845), + [anon_sym_while] = ACTIONS(847), [anon_sym_do] = ACTIONS(153), - [anon_sym_null] = ACTIONS(155), - [anon_sym_if] = ACTIONS(665), + [anon_sym_null] = ACTIONS(849), + [anon_sym_if] = ACTIONS(157), [anon_sym_when] = ACTIONS(159), [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(667), - [anon_sym_return] = ACTIONS(669), + [anon_sym_throw] = ACTIONS(163), + [anon_sym_return] = ACTIONS(165), [anon_sym_continue] = ACTIONS(167), [anon_sym_break] = ACTIONS(167), [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(671), - [anon_sym_DASH] = ACTIONS(671), - [anon_sym_PLUS_PLUS] = ACTIONS(673), - [anon_sym_DASH_DASH] = ACTIONS(673), - [anon_sym_BANG] = ACTIONS(673), + [anon_sym_PLUS] = ACTIONS(851), + [anon_sym_DASH] = ACTIONS(851), + [anon_sym_PLUS_PLUS] = ACTIONS(853), + [anon_sym_DASH_DASH] = ACTIONS(853), + [anon_sym_BANG] = ACTIONS(853), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -52295,7 +52091,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(179), [anon_sym_continue_AT] = ACTIONS(181), [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(185), + [sym_real_literal] = ACTIONS(855), [sym_integer_literal] = ACTIONS(187), [sym_hex_literal] = ACTIONS(189), [sym_bin_literal] = ACTIONS(189), @@ -52306,122 +52102,278 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(197), }, - [172] = { - [sym_type_alias] = STATE(4921), - [sym__declaration] = STATE(4921), - [sym_class_declaration] = STATE(4921), - [sym_function_declaration] = STATE(4921), - [sym_property_declaration] = STATE(4921), - [sym_getter] = STATE(4921), - [sym_setter] = STATE(4921), - [sym_object_declaration] = STATE(4921), - [sym__statement] = STATE(4921), - [sym_control_structure_body] = STATE(5024), - [sym__block] = STATE(4921), - [sym__loop_statement] = STATE(4921), - [sym_for_statement] = STATE(4921), - [sym_while_statement] = STATE(4921), - [sym_do_while_statement] = STATE(4921), - [sym_assignment] = STATE(4921), - [sym__expression] = STATE(4204), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4455), - [sym_parenthesized_expression] = STATE(4455), - [sym_collection_literal] = STATE(4455), - [sym__literal_constant] = STATE(4455), - [sym_string_literal] = STATE(4455), - [sym_lambda_literal] = STATE(4455), - [sym_anonymous_function] = STATE(4455), - [sym__function_literal] = STATE(4455), - [sym_object_literal] = STATE(4455), - [sym_this_expression] = STATE(4455), - [sym_super_expression] = STATE(4455), - [sym_if_expression] = STATE(4455), - [sym_when_expression] = STATE(4455), - [sym_try_expression] = STATE(4455), - [sym_jump_expression] = STATE(4455), - [sym_callable_reference] = STATE(4455), - [sym__prefix_unary_operator] = STATE(1637), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7901), - [sym_modifiers] = STATE(7829), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(338), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4990), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4455), - [sym_long_literal] = STATE(4455), - [sym_boolean_literal] = STATE(4455), - [sym_character_literal] = STATE(4455), - [sym__lexical_identifier] = STATE(4529), - [aux_sym__statement_repeat1] = STATE(805), - [aux_sym_modifiers_repeat1] = STATE(5441), + [170] = { + [sym_type_alias] = STATE(1052), + [sym__declaration] = STATE(1052), + [sym_class_declaration] = STATE(1052), + [sym_function_declaration] = STATE(1052), + [sym_property_declaration] = STATE(1052), + [sym_getter] = STATE(1052), + [sym_setter] = STATE(1052), + [sym_object_declaration] = STATE(1052), + [sym__statement] = STATE(1052), + [sym_control_structure_body] = STATE(1196), + [sym__block] = STATE(1052), + [sym__loop_statement] = STATE(1052), + [sym_for_statement] = STATE(1052), + [sym_while_statement] = STATE(1052), + [sym_do_while_statement] = STATE(1052), + [sym_assignment] = STATE(1052), + [sym__expression] = STATE(460), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(777), + [sym_parenthesized_expression] = STATE(777), + [sym_collection_literal] = STATE(777), + [sym__literal_constant] = STATE(777), + [sym_string_literal] = STATE(777), + [sym_lambda_literal] = STATE(777), + [sym_anonymous_function] = STATE(777), + [sym__function_literal] = STATE(777), + [sym_object_literal] = STATE(777), + [sym_this_expression] = STATE(777), + [sym_super_expression] = STATE(777), + [sym_if_expression] = STATE(777), + [sym_when_expression] = STATE(777), + [sym_try_expression] = STATE(777), + [sym_jump_expression] = STATE(777), + [sym_callable_reference] = STATE(777), + [sym__prefix_unary_operator] = STATE(2340), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7935), + [sym_modifiers] = STATE(7845), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(334), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1103), + [sym__return_at] = STATE(260), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(777), + [sym_long_literal] = STATE(777), + [sym_boolean_literal] = STATE(777), + [sym_character_literal] = STATE(777), + [sym__lexical_identifier] = STATE(843), + [aux_sym__statement_repeat1] = STATE(800), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(537), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(539), + [anon_sym_typealias] = ACTIONS(541), + [anon_sym_class] = ACTIONS(889), + [anon_sym_interface] = ACTIONS(889), + [anon_sym_enum] = ACTIONS(891), + [anon_sym_LBRACE] = ACTIONS(893), + [anon_sym_LPAREN] = ACTIONS(549), + [anon_sym_val] = ACTIONS(895), + [anon_sym_var] = ACTIONS(895), + [anon_sym_object] = ACTIONS(897), + [anon_sym_fun] = ACTIONS(899), + [anon_sym_SEMI] = ACTIONS(1381), + [anon_sym_get] = ACTIONS(901), + [anon_sym_set] = ACTIONS(903), + [anon_sym_this] = ACTIONS(561), + [anon_sym_super] = ACTIONS(563), + [anon_sym_STAR] = ACTIONS(905), + [sym_label] = ACTIONS(907), + [anon_sym_for] = ACTIONS(909), + [anon_sym_while] = ACTIONS(911), + [anon_sym_do] = ACTIONS(573), + [anon_sym_null] = ACTIONS(913), + [anon_sym_if] = ACTIONS(577), + [anon_sym_when] = ACTIONS(579), + [anon_sym_try] = ACTIONS(581), + [anon_sym_throw] = ACTIONS(583), + [anon_sym_return] = ACTIONS(585), + [anon_sym_continue] = ACTIONS(587), + [anon_sym_break] = ACTIONS(587), + [anon_sym_COLON_COLON] = ACTIONS(589), + [anon_sym_PLUS] = ACTIONS(915), + [anon_sym_DASH] = ACTIONS(915), + [anon_sym_PLUS_PLUS] = ACTIONS(917), + [anon_sym_DASH_DASH] = ACTIONS(917), + [anon_sym_BANG] = ACTIONS(917), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(595), + [anon_sym_inner] = ACTIONS(595), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(597), + [anon_sym_actual] = ACTIONS(597), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(599), + [anon_sym_break_AT] = ACTIONS(601), + [sym_real_literal] = ACTIONS(919), + [sym_integer_literal] = ACTIONS(605), + [sym_hex_literal] = ACTIONS(607), + [sym_bin_literal] = ACTIONS(607), + [anon_sym_true] = ACTIONS(609), + [anon_sym_false] = ACTIONS(609), + [anon_sym_SQUOTE] = ACTIONS(611), + [sym__backtick_identifier] = ACTIONS(613), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(615), + }, + [171] = { + [sym_type_alias] = STATE(5052), + [sym__declaration] = STATE(5052), + [sym_class_declaration] = STATE(5052), + [sym_function_declaration] = STATE(5052), + [sym_property_declaration] = STATE(5052), + [sym_getter] = STATE(5052), + [sym_setter] = STATE(5052), + [sym_object_declaration] = STATE(5052), + [sym__statement] = STATE(5052), + [sym_control_structure_body] = STATE(5065), + [sym__block] = STATE(5052), + [sym__loop_statement] = STATE(5052), + [sym_for_statement] = STATE(5052), + [sym_while_statement] = STATE(5052), + [sym_do_while_statement] = STATE(5052), + [sym_assignment] = STATE(5052), + [sym__expression] = STATE(4149), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4470), + [sym_parenthesized_expression] = STATE(4470), + [sym_collection_literal] = STATE(4470), + [sym__literal_constant] = STATE(4470), + [sym_string_literal] = STATE(4470), + [sym_lambda_literal] = STATE(4470), + [sym_anonymous_function] = STATE(4470), + [sym__function_literal] = STATE(4470), + [sym_object_literal] = STATE(4470), + [sym_this_expression] = STATE(4470), + [sym_super_expression] = STATE(4470), + [sym_if_expression] = STATE(4470), + [sym_when_expression] = STATE(4470), + [sym_try_expression] = STATE(4470), + [sym_jump_expression] = STATE(4470), + [sym_callable_reference] = STATE(4470), + [sym__prefix_unary_operator] = STATE(1988), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7903), + [sym_modifiers] = STATE(7613), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(335), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4920), + [sym__return_at] = STATE(298), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4470), + [sym_long_literal] = STATE(4470), + [sym_boolean_literal] = STATE(4470), + [sym_character_literal] = STATE(4470), + [sym__lexical_identifier] = STATE(4566), + [aux_sym__statement_repeat1] = STATE(813), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_typealias] = ACTIONS(495), - [anon_sym_class] = ACTIONS(1059), - [anon_sym_interface] = ACTIONS(1059), - [anon_sym_enum] = ACTIONS(1061), - [anon_sym_LBRACE] = ACTIONS(861), + [anon_sym_typealias] = ACTIONS(413), + [anon_sym_class] = ACTIONS(921), + [anon_sym_interface] = ACTIONS(921), + [anon_sym_enum] = ACTIONS(923), + [anon_sym_LBRACE] = ACTIONS(925), [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_val] = ACTIONS(1063), - [anon_sym_var] = ACTIONS(1063), - [anon_sym_object] = ACTIONS(1065), - [anon_sym_fun] = ACTIONS(1067), + [anon_sym_val] = ACTIONS(927), + [anon_sym_var] = ACTIONS(927), + [anon_sym_object] = ACTIONS(929), + [anon_sym_fun] = ACTIONS(931), [anon_sym_SEMI] = ACTIONS(1375), - [anon_sym_get] = ACTIONS(1069), - [anon_sym_set] = ACTIONS(1071), + [anon_sym_get] = ACTIONS(933), + [anon_sym_set] = ACTIONS(935), [anon_sym_this] = ACTIONS(39), [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(43), - [sym_label] = ACTIONS(45), - [anon_sym_for] = ACTIONS(1073), - [anon_sym_while] = ACTIONS(1075), - [anon_sym_do] = ACTIONS(521), + [anon_sym_STAR] = ACTIONS(937), + [sym_label] = ACTIONS(939), + [anon_sym_for] = ACTIONS(941), + [anon_sym_while] = ACTIONS(943), + [anon_sym_do] = ACTIONS(439), [anon_sym_null] = ACTIONS(53), - [anon_sym_if] = ACTIONS(55), + [anon_sym_if] = ACTIONS(443), [anon_sym_when] = ACTIONS(57), [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(61), - [anon_sym_return] = ACTIONS(63), + [anon_sym_throw] = ACTIONS(445), + [anon_sym_return] = ACTIONS(447), [anon_sym_continue] = ACTIONS(65), [anon_sym_break] = ACTIONS(65), [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(69), - [anon_sym_DASH] = ACTIONS(69), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_BANG] = ACTIONS(71), + [anon_sym_PLUS] = ACTIONS(945), + [anon_sym_DASH] = ACTIONS(945), + [anon_sym_PLUS_PLUS] = ACTIONS(947), + [anon_sym_DASH_DASH] = ACTIONS(947), + [anon_sym_BANG] = ACTIONS(947), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -52462,107 +52414,107 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(109), }, - [173] = { - [sym_type_alias] = STATE(4620), - [sym__declaration] = STATE(4620), - [sym_class_declaration] = STATE(4620), - [sym_function_declaration] = STATE(4620), - [sym_property_declaration] = STATE(4620), - [sym_getter] = STATE(4620), - [sym_setter] = STATE(4620), - [sym_object_declaration] = STATE(4620), - [sym__statement] = STATE(4620), - [sym_control_structure_body] = STATE(4728), - [sym__block] = STATE(4620), - [sym__loop_statement] = STATE(4620), - [sym_for_statement] = STATE(4620), - [sym_while_statement] = STATE(4620), - [sym_do_while_statement] = STATE(4620), - [sym_assignment] = STATE(4620), - [sym__expression] = STATE(3730), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4426), - [sym_parenthesized_expression] = STATE(4426), - [sym_collection_literal] = STATE(4426), - [sym__literal_constant] = STATE(4426), - [sym_string_literal] = STATE(4426), - [sym_lambda_literal] = STATE(4426), - [sym_anonymous_function] = STATE(4426), - [sym__function_literal] = STATE(4426), - [sym_object_literal] = STATE(4426), - [sym_this_expression] = STATE(4426), - [sym_super_expression] = STATE(4426), - [sym_if_expression] = STATE(4426), - [sym_when_expression] = STATE(4426), - [sym_try_expression] = STATE(4426), - [sym_jump_expression] = STATE(4426), - [sym_callable_reference] = STATE(4426), - [sym__prefix_unary_operator] = STATE(2343), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7895), - [sym_modifiers] = STATE(7620), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(337), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4561), + [172] = { + [sym_type_alias] = STATE(4571), + [sym__declaration] = STATE(4571), + [sym_class_declaration] = STATE(4571), + [sym_function_declaration] = STATE(4571), + [sym_property_declaration] = STATE(4571), + [sym_getter] = STATE(4571), + [sym_setter] = STATE(4571), + [sym_object_declaration] = STATE(4571), + [sym__statement] = STATE(4571), + [sym_control_structure_body] = STATE(4595), + [sym__block] = STATE(4571), + [sym__loop_statement] = STATE(4571), + [sym_for_statement] = STATE(4571), + [sym_while_statement] = STATE(4571), + [sym_do_while_statement] = STATE(4571), + [sym_assignment] = STATE(4571), + [sym__expression] = STATE(3863), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4434), + [sym_parenthesized_expression] = STATE(4434), + [sym_collection_literal] = STATE(4434), + [sym__literal_constant] = STATE(4434), + [sym_string_literal] = STATE(4434), + [sym_lambda_literal] = STATE(4434), + [sym_anonymous_function] = STATE(4434), + [sym__function_literal] = STATE(4434), + [sym_object_literal] = STATE(4434), + [sym_this_expression] = STATE(4434), + [sym_super_expression] = STATE(4434), + [sym_if_expression] = STATE(4434), + [sym_when_expression] = STATE(4434), + [sym_try_expression] = STATE(4434), + [sym_jump_expression] = STATE(4434), + [sym_callable_reference] = STATE(4434), + [sym__prefix_unary_operator] = STATE(1630), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7896), + [sym_modifiers] = STATE(7728), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(336), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4608), [sym__return_at] = STATE(310), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4426), - [sym_long_literal] = STATE(4426), - [sym_boolean_literal] = STATE(4426), - [sym_character_literal] = STATE(4426), - [sym__lexical_identifier] = STATE(4440), - [aux_sym__statement_repeat1] = STATE(806), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(199), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4434), + [sym_long_literal] = STATE(4434), + [sym_boolean_literal] = STATE(4434), + [sym_character_literal] = STATE(4434), + [sym__lexical_identifier] = STATE(4461), + [aux_sym__statement_repeat1] = STATE(795), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(203), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_typealias] = ACTIONS(207), - [anon_sym_class] = ACTIONS(707), - [anon_sym_interface] = ACTIONS(707), - [anon_sym_enum] = ACTIONS(709), + [anon_sym_class] = ACTIONS(713), + [anon_sym_interface] = ACTIONS(713), + [anon_sym_enum] = ACTIONS(715), [anon_sym_LBRACE] = ACTIONS(213), [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_val] = ACTIONS(711), - [anon_sym_var] = ACTIONS(711), - [anon_sym_object] = ACTIONS(713), - [anon_sym_fun] = ACTIONS(715), - [anon_sym_SEMI] = ACTIONS(1373), - [anon_sym_get] = ACTIONS(717), - [anon_sym_set] = ACTIONS(719), + [anon_sym_val] = ACTIONS(717), + [anon_sym_var] = ACTIONS(717), + [anon_sym_object] = ACTIONS(719), + [anon_sym_fun] = ACTIONS(721), + [anon_sym_SEMI] = ACTIONS(1337), + [anon_sym_get] = ACTIONS(723), + [anon_sym_set] = ACTIONS(725), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1231), - [sym_label] = ACTIONS(723), - [anon_sym_for] = ACTIONS(725), - [anon_sym_while] = ACTIONS(727), + [anon_sym_STAR] = ACTIONS(1293), + [sym_label] = ACTIONS(729), + [anon_sym_for] = ACTIONS(731), + [anon_sym_while] = ACTIONS(733), [anon_sym_do] = ACTIONS(239), [anon_sym_null] = ACTIONS(241), [anon_sym_if] = ACTIONS(321), @@ -52573,11 +52525,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(729), - [anon_sym_DASH] = ACTIONS(729), - [anon_sym_PLUS_PLUS] = ACTIONS(731), - [anon_sym_DASH_DASH] = ACTIONS(731), - [anon_sym_BANG] = ACTIONS(731), + [anon_sym_PLUS] = ACTIONS(735), + [anon_sym_DASH] = ACTIONS(735), + [anon_sym_PLUS_PLUS] = ACTIONS(737), + [anon_sym_DASH_DASH] = ACTIONS(737), + [anon_sym_BANG] = ACTIONS(737), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -52618,122 +52570,278 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, + [173] = { + [sym_type_alias] = STATE(3873), + [sym__declaration] = STATE(3873), + [sym_class_declaration] = STATE(3873), + [sym_function_declaration] = STATE(3873), + [sym_property_declaration] = STATE(3873), + [sym_getter] = STATE(3873), + [sym_setter] = STATE(3873), + [sym_object_declaration] = STATE(3873), + [sym__statement] = STATE(3873), + [sym_control_structure_body] = STATE(3781), + [sym__block] = STATE(3873), + [sym__loop_statement] = STATE(3873), + [sym_for_statement] = STATE(3873), + [sym_while_statement] = STATE(3873), + [sym_do_while_statement] = STATE(3873), + [sym_assignment] = STATE(3873), + [sym__expression] = STATE(2383), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(2836), + [sym_parenthesized_expression] = STATE(2836), + [sym_collection_literal] = STATE(2836), + [sym__literal_constant] = STATE(2836), + [sym_string_literal] = STATE(2836), + [sym_lambda_literal] = STATE(2836), + [sym_anonymous_function] = STATE(2836), + [sym__function_literal] = STATE(2836), + [sym_object_literal] = STATE(2836), + [sym_this_expression] = STATE(2836), + [sym_super_expression] = STATE(2836), + [sym_if_expression] = STATE(2836), + [sym_when_expression] = STATE(2836), + [sym_try_expression] = STATE(2836), + [sym_jump_expression] = STATE(2836), + [sym_callable_reference] = STATE(2836), + [sym__prefix_unary_operator] = STATE(2143), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7928), + [sym_modifiers] = STATE(7615), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(347), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3725), + [sym__return_at] = STATE(261), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(2836), + [sym_long_literal] = STATE(2836), + [sym_boolean_literal] = STATE(2836), + [sym_character_literal] = STATE(2836), + [sym__lexical_identifier] = STATE(3382), + [aux_sym__statement_repeat1] = STATE(809), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_typealias] = ACTIONS(459), + [anon_sym_class] = ACTIONS(857), + [anon_sym_interface] = ACTIONS(857), + [anon_sym_enum] = ACTIONS(859), + [anon_sym_LBRACE] = ACTIONS(861), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_val] = ACTIONS(863), + [anon_sym_var] = ACTIONS(863), + [anon_sym_object] = ACTIONS(865), + [anon_sym_fun] = ACTIONS(867), + [anon_sym_SEMI] = ACTIONS(1349), + [anon_sym_get] = ACTIONS(869), + [anon_sym_set] = ACTIONS(871), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(873), + [sym_label] = ACTIONS(875), + [anon_sym_for] = ACTIONS(877), + [anon_sym_while] = ACTIONS(879), + [anon_sym_do] = ACTIONS(491), + [anon_sym_null] = ACTIONS(881), + [anon_sym_if] = ACTIONS(495), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(501), + [anon_sym_return] = ACTIONS(503), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(883), + [anon_sym_DASH] = ACTIONS(883), + [anon_sym_PLUS_PLUS] = ACTIONS(885), + [anon_sym_DASH_DASH] = ACTIONS(885), + [anon_sym_BANG] = ACTIONS(885), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(513), + [anon_sym_inner] = ACTIONS(513), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(515), + [anon_sym_actual] = ACTIONS(515), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(887), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), + }, [174] = { - [sym_type_alias] = STATE(4921), - [sym__declaration] = STATE(4921), - [sym_class_declaration] = STATE(4921), - [sym_function_declaration] = STATE(4921), - [sym_property_declaration] = STATE(4921), - [sym_getter] = STATE(4921), - [sym_setter] = STATE(4921), - [sym_object_declaration] = STATE(4921), - [sym__statement] = STATE(4921), - [sym_control_structure_body] = STATE(4986), - [sym__block] = STATE(4921), - [sym__loop_statement] = STATE(4921), - [sym_for_statement] = STATE(4921), - [sym_while_statement] = STATE(4921), - [sym_do_while_statement] = STATE(4921), - [sym_assignment] = STATE(4921), - [sym__expression] = STATE(3956), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4446), - [sym_parenthesized_expression] = STATE(4446), - [sym_collection_literal] = STATE(4446), - [sym__literal_constant] = STATE(4446), - [sym_string_literal] = STATE(4446), - [sym_lambda_literal] = STATE(4446), - [sym_anonymous_function] = STATE(4446), - [sym__function_literal] = STATE(4446), - [sym_object_literal] = STATE(4446), - [sym_this_expression] = STATE(4446), - [sym_super_expression] = STATE(4446), - [sym_if_expression] = STATE(4446), - [sym_when_expression] = STATE(4446), - [sym_try_expression] = STATE(4446), - [sym_jump_expression] = STATE(4446), - [sym_callable_reference] = STATE(4446), - [sym__prefix_unary_operator] = STATE(2020), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7863), - [sym_modifiers] = STATE(7746), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(346), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4990), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4446), - [sym_long_literal] = STATE(4446), - [sym_boolean_literal] = STATE(4446), - [sym_character_literal] = STATE(4446), - [sym__lexical_identifier] = STATE(4529), - [aux_sym__statement_repeat1] = STATE(803), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym_type_alias] = STATE(5052), + [sym__declaration] = STATE(5052), + [sym_class_declaration] = STATE(5052), + [sym_function_declaration] = STATE(5052), + [sym_property_declaration] = STATE(5052), + [sym_getter] = STATE(5052), + [sym_setter] = STATE(5052), + [sym_object_declaration] = STATE(5052), + [sym__statement] = STATE(5052), + [sym_control_structure_body] = STATE(5080), + [sym__block] = STATE(5052), + [sym__loop_statement] = STATE(5052), + [sym_for_statement] = STATE(5052), + [sym_while_statement] = STATE(5052), + [sym_do_while_statement] = STATE(5052), + [sym_assignment] = STATE(5052), + [sym__expression] = STATE(4149), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4470), + [sym_parenthesized_expression] = STATE(4470), + [sym_collection_literal] = STATE(4470), + [sym__literal_constant] = STATE(4470), + [sym_string_literal] = STATE(4470), + [sym_lambda_literal] = STATE(4470), + [sym_anonymous_function] = STATE(4470), + [sym__function_literal] = STATE(4470), + [sym_object_literal] = STATE(4470), + [sym_this_expression] = STATE(4470), + [sym_super_expression] = STATE(4470), + [sym_if_expression] = STATE(4470), + [sym_when_expression] = STATE(4470), + [sym_try_expression] = STATE(4470), + [sym_jump_expression] = STATE(4470), + [sym_callable_reference] = STATE(4470), + [sym__prefix_unary_operator] = STATE(1988), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7903), + [sym_modifiers] = STATE(7613), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(335), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4920), + [sym__return_at] = STATE(298), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4470), + [sym_long_literal] = STATE(4470), + [sym_boolean_literal] = STATE(4470), + [sym_character_literal] = STATE(4470), + [sym__lexical_identifier] = STATE(4566), + [aux_sym__statement_repeat1] = STATE(813), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_typealias] = ACTIONS(495), - [anon_sym_class] = ACTIONS(617), - [anon_sym_interface] = ACTIONS(617), - [anon_sym_enum] = ACTIONS(619), - [anon_sym_LBRACE] = ACTIONS(501), + [anon_sym_typealias] = ACTIONS(413), + [anon_sym_class] = ACTIONS(921), + [anon_sym_interface] = ACTIONS(921), + [anon_sym_enum] = ACTIONS(923), + [anon_sym_LBRACE] = ACTIONS(925), [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_val] = ACTIONS(621), - [anon_sym_var] = ACTIONS(621), - [anon_sym_object] = ACTIONS(623), - [anon_sym_fun] = ACTIONS(625), - [anon_sym_SEMI] = ACTIONS(1333), - [anon_sym_get] = ACTIONS(627), - [anon_sym_set] = ACTIONS(629), + [anon_sym_val] = ACTIONS(927), + [anon_sym_var] = ACTIONS(927), + [anon_sym_object] = ACTIONS(929), + [anon_sym_fun] = ACTIONS(931), + [anon_sym_SEMI] = ACTIONS(1377), + [anon_sym_get] = ACTIONS(933), + [anon_sym_set] = ACTIONS(935), [anon_sym_this] = ACTIONS(39), [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(1213), - [sym_label] = ACTIONS(633), - [anon_sym_for] = ACTIONS(635), - [anon_sym_while] = ACTIONS(637), - [anon_sym_do] = ACTIONS(521), - [anon_sym_null] = ACTIONS(523), - [anon_sym_if] = ACTIONS(55), + [anon_sym_STAR] = ACTIONS(937), + [sym_label] = ACTIONS(939), + [anon_sym_for] = ACTIONS(941), + [anon_sym_while] = ACTIONS(943), + [anon_sym_do] = ACTIONS(439), + [anon_sym_null] = ACTIONS(53), + [anon_sym_if] = ACTIONS(443), [anon_sym_when] = ACTIONS(57), [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(61), - [anon_sym_return] = ACTIONS(63), + [anon_sym_throw] = ACTIONS(445), + [anon_sym_return] = ACTIONS(447), [anon_sym_continue] = ACTIONS(65), [anon_sym_break] = ACTIONS(65), [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_PLUS_PLUS] = ACTIONS(641), - [anon_sym_DASH_DASH] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), + [anon_sym_PLUS] = ACTIONS(945), + [anon_sym_DASH] = ACTIONS(945), + [anon_sym_PLUS_PLUS] = ACTIONS(947), + [anon_sym_DASH_DASH] = ACTIONS(947), + [anon_sym_BANG] = ACTIONS(947), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -52763,7 +52871,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(93), [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(535), + [sym_real_literal] = ACTIONS(97), [sym_integer_literal] = ACTIONS(99), [sym_hex_literal] = ACTIONS(101), [sym_bin_literal] = ACTIONS(101), @@ -52775,126 +52883,126 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(109), }, [175] = { - [sym_type_alias] = STATE(3259), - [sym__declaration] = STATE(3259), - [sym_class_declaration] = STATE(3259), - [sym_function_declaration] = STATE(3259), - [sym_property_declaration] = STATE(3259), - [sym_getter] = STATE(3259), - [sym_setter] = STATE(3259), - [sym_object_declaration] = STATE(3259), - [sym__statement] = STATE(3259), - [sym_control_structure_body] = STATE(3217), - [sym__block] = STATE(3259), - [sym__loop_statement] = STATE(3259), - [sym_for_statement] = STATE(3259), - [sym_while_statement] = STATE(3259), - [sym_do_while_statement] = STATE(3259), - [sym_assignment] = STATE(3259), - [sym__expression] = STATE(2429), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(2734), - [sym_parenthesized_expression] = STATE(2734), - [sym_collection_literal] = STATE(2734), - [sym__literal_constant] = STATE(2734), - [sym_string_literal] = STATE(2734), - [sym_lambda_literal] = STATE(2734), - [sym_anonymous_function] = STATE(2734), - [sym__function_literal] = STATE(2734), - [sym_object_literal] = STATE(2734), - [sym_this_expression] = STATE(2734), - [sym_super_expression] = STATE(2734), - [sym_if_expression] = STATE(2734), - [sym_when_expression] = STATE(2734), - [sym_try_expression] = STATE(2734), - [sym_jump_expression] = STATE(2734), - [sym_callable_reference] = STATE(2734), - [sym__prefix_unary_operator] = STATE(1697), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7893), - [sym_modifiers] = STATE(7727), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(350), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3242), - [sym__return_at] = STATE(262), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(2734), - [sym_long_literal] = STATE(2734), - [sym_boolean_literal] = STATE(2734), - [sym_character_literal] = STATE(2734), - [sym__lexical_identifier] = STATE(2864), - [aux_sym__statement_repeat1] = STATE(804), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(111), + [sym_type_alias] = STATE(4571), + [sym__declaration] = STATE(4571), + [sym_class_declaration] = STATE(4571), + [sym_function_declaration] = STATE(4571), + [sym_property_declaration] = STATE(4571), + [sym_getter] = STATE(4571), + [sym_setter] = STATE(4571), + [sym_object_declaration] = STATE(4571), + [sym__statement] = STATE(4571), + [sym_control_structure_body] = STATE(4599), + [sym__block] = STATE(4571), + [sym__loop_statement] = STATE(4571), + [sym_for_statement] = STATE(4571), + [sym_while_statement] = STATE(4571), + [sym_do_while_statement] = STATE(4571), + [sym_assignment] = STATE(4571), + [sym__expression] = STATE(3863), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4434), + [sym_parenthesized_expression] = STATE(4434), + [sym_collection_literal] = STATE(4434), + [sym__literal_constant] = STATE(4434), + [sym_string_literal] = STATE(4434), + [sym_lambda_literal] = STATE(4434), + [sym_anonymous_function] = STATE(4434), + [sym__function_literal] = STATE(4434), + [sym_object_literal] = STATE(4434), + [sym_this_expression] = STATE(4434), + [sym_super_expression] = STATE(4434), + [sym_if_expression] = STATE(4434), + [sym_when_expression] = STATE(4434), + [sym_try_expression] = STATE(4434), + [sym_jump_expression] = STATE(4434), + [sym_callable_reference] = STATE(4434), + [sym__prefix_unary_operator] = STATE(1630), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7896), + [sym_modifiers] = STATE(7728), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(336), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4608), + [sym__return_at] = STATE(310), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4434), + [sym_long_literal] = STATE(4434), + [sym_boolean_literal] = STATE(4434), + [sym_character_literal] = STATE(4434), + [sym__lexical_identifier] = STATE(4461), + [aux_sym__statement_repeat1] = STATE(795), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(203), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_typealias] = ACTIONS(121), - [anon_sym_class] = ACTIONS(981), - [anon_sym_interface] = ACTIONS(981), - [anon_sym_enum] = ACTIONS(983), - [anon_sym_LBRACE] = ACTIONS(801), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_val] = ACTIONS(985), - [anon_sym_var] = ACTIONS(985), - [anon_sym_object] = ACTIONS(987), - [anon_sym_fun] = ACTIONS(989), - [anon_sym_SEMI] = ACTIONS(1379), - [anon_sym_get] = ACTIONS(991), - [anon_sym_set] = ACTIONS(993), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(995), - [sym_label] = ACTIONS(997), - [anon_sym_for] = ACTIONS(999), - [anon_sym_while] = ACTIONS(1001), - [anon_sym_do] = ACTIONS(153), - [anon_sym_null] = ACTIONS(821), - [anon_sym_if] = ACTIONS(665), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(667), - [anon_sym_return] = ACTIONS(669), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(1003), - [anon_sym_DASH] = ACTIONS(1003), - [anon_sym_PLUS_PLUS] = ACTIONS(1005), - [anon_sym_DASH_DASH] = ACTIONS(1005), - [anon_sym_BANG] = ACTIONS(1005), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_typealias] = ACTIONS(207), + [anon_sym_class] = ACTIONS(713), + [anon_sym_interface] = ACTIONS(713), + [anon_sym_enum] = ACTIONS(715), + [anon_sym_LBRACE] = ACTIONS(213), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_val] = ACTIONS(717), + [anon_sym_var] = ACTIONS(717), + [anon_sym_object] = ACTIONS(719), + [anon_sym_fun] = ACTIONS(721), + [anon_sym_SEMI] = ACTIONS(1339), + [anon_sym_get] = ACTIONS(723), + [anon_sym_set] = ACTIONS(725), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(1293), + [sym_label] = ACTIONS(729), + [anon_sym_for] = ACTIONS(731), + [anon_sym_while] = ACTIONS(733), + [anon_sym_do] = ACTIONS(239), + [anon_sym_null] = ACTIONS(241), + [anon_sym_if] = ACTIONS(321), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(323), + [anon_sym_return] = ACTIONS(325), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(735), + [anon_sym_DASH] = ACTIONS(735), + [anon_sym_PLUS_PLUS] = ACTIONS(737), + [anon_sym_DASH_DASH] = ACTIONS(737), + [anon_sym_BANG] = ACTIONS(737), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(175), - [anon_sym_inner] = ACTIONS(175), + [anon_sym_data] = ACTIONS(261), + [anon_sym_inner] = ACTIONS(261), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -52913,144 +53021,144 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(177), - [anon_sym_actual] = ACTIONS(177), + [anon_sym_expect] = ACTIONS(263), + [anon_sym_actual] = ACTIONS(263), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(827), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(271), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), + [sym__string_start] = ACTIONS(283), }, [176] = { - [sym_type_alias] = STATE(1152), - [sym__declaration] = STATE(1152), - [sym_class_declaration] = STATE(1152), - [sym_function_declaration] = STATE(1152), - [sym_property_declaration] = STATE(1152), - [sym_getter] = STATE(1152), - [sym_setter] = STATE(1152), - [sym_object_declaration] = STATE(1152), - [sym__statement] = STATE(1152), - [sym_control_structure_body] = STATE(1198), - [sym__block] = STATE(1152), - [sym__loop_statement] = STATE(1152), - [sym_for_statement] = STATE(1152), - [sym_while_statement] = STATE(1152), - [sym_do_while_statement] = STATE(1152), - [sym_assignment] = STATE(1152), - [sym__expression] = STATE(388), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(767), - [sym_parenthesized_expression] = STATE(767), - [sym_collection_literal] = STATE(767), - [sym__literal_constant] = STATE(767), - [sym_string_literal] = STATE(767), - [sym_lambda_literal] = STATE(767), - [sym_anonymous_function] = STATE(767), - [sym__function_literal] = STATE(767), - [sym_object_literal] = STATE(767), - [sym_this_expression] = STATE(767), - [sym_super_expression] = STATE(767), - [sym_if_expression] = STATE(767), - [sym_when_expression] = STATE(767), - [sym_try_expression] = STATE(767), - [sym_jump_expression] = STATE(767), - [sym_callable_reference] = STATE(767), - [sym__prefix_unary_operator] = STATE(2221), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7882), - [sym_modifiers] = STATE(7647), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(340), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1054), - [sym__return_at] = STATE(263), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(767), - [sym_long_literal] = STATE(767), - [sym_boolean_literal] = STATE(767), - [sym_character_literal] = STATE(767), - [sym__lexical_identifier] = STATE(866), - [aux_sym__statement_repeat1] = STATE(823), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_typealias] = ACTIONS(417), - [anon_sym_class] = ACTIONS(765), - [anon_sym_interface] = ACTIONS(765), - [anon_sym_enum] = ACTIONS(767), - [anon_sym_LBRACE] = ACTIONS(423), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_val] = ACTIONS(769), - [anon_sym_var] = ACTIONS(769), - [anon_sym_object] = ACTIONS(771), - [anon_sym_fun] = ACTIONS(773), - [anon_sym_SEMI] = ACTIONS(1345), - [anon_sym_get] = ACTIONS(775), - [anon_sym_set] = ACTIONS(777), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1257), - [sym_label] = ACTIONS(781), - [anon_sym_for] = ACTIONS(783), - [anon_sym_while] = ACTIONS(785), - [anon_sym_do] = ACTIONS(449), - [anon_sym_null] = ACTIONS(451), - [anon_sym_if] = ACTIONS(787), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(789), - [anon_sym_return] = ACTIONS(791), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(793), - [anon_sym_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(795), - [anon_sym_DASH_DASH] = ACTIONS(795), - [anon_sym_BANG] = ACTIONS(795), + [sym_type_alias] = STATE(3873), + [sym__declaration] = STATE(3873), + [sym_class_declaration] = STATE(3873), + [sym_function_declaration] = STATE(3873), + [sym_property_declaration] = STATE(3873), + [sym_getter] = STATE(3873), + [sym_setter] = STATE(3873), + [sym_object_declaration] = STATE(3873), + [sym__statement] = STATE(3873), + [sym_control_structure_body] = STATE(3747), + [sym__block] = STATE(3873), + [sym__loop_statement] = STATE(3873), + [sym_for_statement] = STATE(3873), + [sym_while_statement] = STATE(3873), + [sym_do_while_statement] = STATE(3873), + [sym_assignment] = STATE(3873), + [sym__expression] = STATE(2383), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(2836), + [sym_parenthesized_expression] = STATE(2836), + [sym_collection_literal] = STATE(2836), + [sym__literal_constant] = STATE(2836), + [sym_string_literal] = STATE(2836), + [sym_lambda_literal] = STATE(2836), + [sym_anonymous_function] = STATE(2836), + [sym__function_literal] = STATE(2836), + [sym_object_literal] = STATE(2836), + [sym_this_expression] = STATE(2836), + [sym_super_expression] = STATE(2836), + [sym_if_expression] = STATE(2836), + [sym_when_expression] = STATE(2836), + [sym_try_expression] = STATE(2836), + [sym_jump_expression] = STATE(2836), + [sym_callable_reference] = STATE(2836), + [sym__prefix_unary_operator] = STATE(2143), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7928), + [sym_modifiers] = STATE(7615), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(347), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3725), + [sym__return_at] = STATE(261), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(2836), + [sym_long_literal] = STATE(2836), + [sym_boolean_literal] = STATE(2836), + [sym_character_literal] = STATE(2836), + [sym__lexical_identifier] = STATE(3382), + [aux_sym__statement_repeat1] = STATE(809), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_typealias] = ACTIONS(459), + [anon_sym_class] = ACTIONS(857), + [anon_sym_interface] = ACTIONS(857), + [anon_sym_enum] = ACTIONS(859), + [anon_sym_LBRACE] = ACTIONS(861), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_val] = ACTIONS(863), + [anon_sym_var] = ACTIONS(863), + [anon_sym_object] = ACTIONS(865), + [anon_sym_fun] = ACTIONS(867), + [anon_sym_SEMI] = ACTIONS(1353), + [anon_sym_get] = ACTIONS(869), + [anon_sym_set] = ACTIONS(871), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(873), + [sym_label] = ACTIONS(875), + [anon_sym_for] = ACTIONS(877), + [anon_sym_while] = ACTIONS(879), + [anon_sym_do] = ACTIONS(491), + [anon_sym_null] = ACTIONS(881), + [anon_sym_if] = ACTIONS(495), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(501), + [anon_sym_return] = ACTIONS(503), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(883), + [anon_sym_DASH] = ACTIONS(883), + [anon_sym_PLUS_PLUS] = ACTIONS(885), + [anon_sym_DASH_DASH] = ACTIONS(885), + [anon_sym_BANG] = ACTIONS(885), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(471), - [anon_sym_inner] = ACTIONS(471), + [anon_sym_data] = ACTIONS(513), + [anon_sym_inner] = ACTIONS(513), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -53069,139 +53177,139 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(473), - [anon_sym_actual] = ACTIONS(473), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(481), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), + [anon_sym_expect] = ACTIONS(515), + [anon_sym_actual] = ACTIONS(515), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(887), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), }, [177] = { - [sym_type_alias] = STATE(3259), - [sym__declaration] = STATE(3259), - [sym_class_declaration] = STATE(3259), - [sym_function_declaration] = STATE(3259), - [sym_property_declaration] = STATE(3259), - [sym_getter] = STATE(3259), - [sym_setter] = STATE(3259), - [sym_object_declaration] = STATE(3259), - [sym__statement] = STATE(3259), - [sym_control_structure_body] = STATE(3239), - [sym__block] = STATE(3259), - [sym__loop_statement] = STATE(3259), - [sym_for_statement] = STATE(3259), - [sym_while_statement] = STATE(3259), - [sym_do_while_statement] = STATE(3259), - [sym_assignment] = STATE(3259), - [sym__expression] = STATE(2429), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(2734), - [sym_parenthesized_expression] = STATE(2734), - [sym_collection_literal] = STATE(2734), - [sym__literal_constant] = STATE(2734), - [sym_string_literal] = STATE(2734), - [sym_lambda_literal] = STATE(2734), - [sym_anonymous_function] = STATE(2734), - [sym__function_literal] = STATE(2734), - [sym_object_literal] = STATE(2734), - [sym_this_expression] = STATE(2734), - [sym_super_expression] = STATE(2734), - [sym_if_expression] = STATE(2734), - [sym_when_expression] = STATE(2734), - [sym_try_expression] = STATE(2734), - [sym_jump_expression] = STATE(2734), - [sym_callable_reference] = STATE(2734), - [sym__prefix_unary_operator] = STATE(1697), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7893), - [sym_modifiers] = STATE(7727), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(350), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3242), + [sym_type_alias] = STATE(3371), + [sym__declaration] = STATE(3371), + [sym_class_declaration] = STATE(3371), + [sym_function_declaration] = STATE(3371), + [sym_property_declaration] = STATE(3371), + [sym_getter] = STATE(3371), + [sym_setter] = STATE(3371), + [sym_object_declaration] = STATE(3371), + [sym__statement] = STATE(3371), + [sym_control_structure_body] = STATE(3367), + [sym__block] = STATE(3371), + [sym__loop_statement] = STATE(3371), + [sym_for_statement] = STATE(3371), + [sym_while_statement] = STATE(3371), + [sym_do_while_statement] = STATE(3371), + [sym_assignment] = STATE(3371), + [sym__expression] = STATE(2436), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(2727), + [sym_parenthesized_expression] = STATE(2727), + [sym_collection_literal] = STATE(2727), + [sym__literal_constant] = STATE(2727), + [sym_string_literal] = STATE(2727), + [sym_lambda_literal] = STATE(2727), + [sym_anonymous_function] = STATE(2727), + [sym__function_literal] = STATE(2727), + [sym_object_literal] = STATE(2727), + [sym_this_expression] = STATE(2727), + [sym_super_expression] = STATE(2727), + [sym_if_expression] = STATE(2727), + [sym_when_expression] = STATE(2727), + [sym_try_expression] = STATE(2727), + [sym_jump_expression] = STATE(2727), + [sym_callable_reference] = STATE(2727), + [sym__prefix_unary_operator] = STATE(1711), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7906), + [sym_modifiers] = STATE(7818), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(340), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3410), [sym__return_at] = STATE(262), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(2734), - [sym_long_literal] = STATE(2734), - [sym_boolean_literal] = STATE(2734), - [sym_character_literal] = STATE(2734), - [sym__lexical_identifier] = STATE(2864), - [aux_sym__statement_repeat1] = STATE(804), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(2727), + [sym_long_literal] = STATE(2727), + [sym_boolean_literal] = STATE(2727), + [sym_character_literal] = STATE(2727), + [sym__lexical_identifier] = STATE(2858), + [aux_sym__statement_repeat1] = STATE(808), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(111), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(115), [anon_sym_typealias] = ACTIONS(121), - [anon_sym_class] = ACTIONS(981), - [anon_sym_interface] = ACTIONS(981), - [anon_sym_enum] = ACTIONS(983), - [anon_sym_LBRACE] = ACTIONS(801), + [anon_sym_class] = ACTIONS(1071), + [anon_sym_interface] = ACTIONS(1071), + [anon_sym_enum] = ACTIONS(1073), + [anon_sym_LBRACE] = ACTIONS(829), [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_val] = ACTIONS(985), - [anon_sym_var] = ACTIONS(985), - [anon_sym_object] = ACTIONS(987), - [anon_sym_fun] = ACTIONS(989), - [anon_sym_SEMI] = ACTIONS(1357), - [anon_sym_get] = ACTIONS(991), - [anon_sym_set] = ACTIONS(993), + [anon_sym_val] = ACTIONS(1075), + [anon_sym_var] = ACTIONS(1075), + [anon_sym_object] = ACTIONS(1077), + [anon_sym_fun] = ACTIONS(1079), + [anon_sym_SEMI] = ACTIONS(1335), + [anon_sym_get] = ACTIONS(1081), + [anon_sym_set] = ACTIONS(1083), [anon_sym_this] = ACTIONS(141), [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(995), - [sym_label] = ACTIONS(997), - [anon_sym_for] = ACTIONS(999), - [anon_sym_while] = ACTIONS(1001), + [anon_sym_STAR] = ACTIONS(1085), + [sym_label] = ACTIONS(1087), + [anon_sym_for] = ACTIONS(1089), + [anon_sym_while] = ACTIONS(1091), [anon_sym_do] = ACTIONS(153), - [anon_sym_null] = ACTIONS(821), - [anon_sym_if] = ACTIONS(665), + [anon_sym_null] = ACTIONS(849), + [anon_sym_if] = ACTIONS(671), [anon_sym_when] = ACTIONS(159), [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(667), - [anon_sym_return] = ACTIONS(669), + [anon_sym_throw] = ACTIONS(673), + [anon_sym_return] = ACTIONS(675), [anon_sym_continue] = ACTIONS(167), [anon_sym_break] = ACTIONS(167), [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(1003), - [anon_sym_DASH] = ACTIONS(1003), - [anon_sym_PLUS_PLUS] = ACTIONS(1005), - [anon_sym_DASH_DASH] = ACTIONS(1005), - [anon_sym_BANG] = ACTIONS(1005), + [anon_sym_PLUS] = ACTIONS(1093), + [anon_sym_DASH] = ACTIONS(1093), + [anon_sym_PLUS_PLUS] = ACTIONS(1095), + [anon_sym_DASH_DASH] = ACTIONS(1095), + [anon_sym_BANG] = ACTIONS(1095), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -53231,7 +53339,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(179), [anon_sym_continue_AT] = ACTIONS(181), [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(827), + [sym_real_literal] = ACTIONS(855), [sym_integer_literal] = ACTIONS(187), [sym_hex_literal] = ACTIONS(189), [sym_bin_literal] = ACTIONS(189), @@ -53243,126 +53351,126 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(197), }, [178] = { - [sym_type_alias] = STATE(1152), - [sym__declaration] = STATE(1152), - [sym_class_declaration] = STATE(1152), - [sym_function_declaration] = STATE(1152), - [sym_property_declaration] = STATE(1152), - [sym_getter] = STATE(1152), - [sym_setter] = STATE(1152), - [sym_object_declaration] = STATE(1152), - [sym__statement] = STATE(1152), - [sym_control_structure_body] = STATE(1058), - [sym__block] = STATE(1152), - [sym__loop_statement] = STATE(1152), - [sym_for_statement] = STATE(1152), - [sym_while_statement] = STATE(1152), - [sym_do_while_statement] = STATE(1152), - [sym_assignment] = STATE(1152), - [sym__expression] = STATE(532), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(781), - [sym_parenthesized_expression] = STATE(781), - [sym_collection_literal] = STATE(781), - [sym__literal_constant] = STATE(781), - [sym_string_literal] = STATE(781), - [sym_lambda_literal] = STATE(781), - [sym_anonymous_function] = STATE(781), - [sym__function_literal] = STATE(781), - [sym_object_literal] = STATE(781), - [sym_this_expression] = STATE(781), - [sym_super_expression] = STATE(781), - [sym_if_expression] = STATE(781), - [sym_when_expression] = STATE(781), - [sym_try_expression] = STATE(781), - [sym_jump_expression] = STATE(781), - [sym_callable_reference] = STATE(781), - [sym__prefix_unary_operator] = STATE(2238), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7886), - [sym_modifiers] = STATE(7702), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(339), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1054), - [sym__return_at] = STATE(263), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(781), - [sym_long_literal] = STATE(781), - [sym_boolean_literal] = STATE(781), - [sym_character_literal] = STATE(781), - [sym__lexical_identifier] = STATE(866), - [aux_sym__statement_repeat1] = STATE(826), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(413), + [sym_type_alias] = STATE(4571), + [sym__declaration] = STATE(4571), + [sym_class_declaration] = STATE(4571), + [sym_function_declaration] = STATE(4571), + [sym_property_declaration] = STATE(4571), + [sym_getter] = STATE(4571), + [sym_setter] = STATE(4571), + [sym_object_declaration] = STATE(4571), + [sym__statement] = STATE(4571), + [sym_control_structure_body] = STATE(4625), + [sym__block] = STATE(4571), + [sym__loop_statement] = STATE(4571), + [sym_for_statement] = STATE(4571), + [sym_while_statement] = STATE(4571), + [sym_do_while_statement] = STATE(4571), + [sym_assignment] = STATE(4571), + [sym__expression] = STATE(3863), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4434), + [sym_parenthesized_expression] = STATE(4434), + [sym_collection_literal] = STATE(4434), + [sym__literal_constant] = STATE(4434), + [sym_string_literal] = STATE(4434), + [sym_lambda_literal] = STATE(4434), + [sym_anonymous_function] = STATE(4434), + [sym__function_literal] = STATE(4434), + [sym_object_literal] = STATE(4434), + [sym_this_expression] = STATE(4434), + [sym_super_expression] = STATE(4434), + [sym_if_expression] = STATE(4434), + [sym_when_expression] = STATE(4434), + [sym_try_expression] = STATE(4434), + [sym_jump_expression] = STATE(4434), + [sym_callable_reference] = STATE(4434), + [sym__prefix_unary_operator] = STATE(1630), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7896), + [sym_modifiers] = STATE(7728), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(336), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4608), + [sym__return_at] = STATE(310), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4434), + [sym_long_literal] = STATE(4434), + [sym_boolean_literal] = STATE(4434), + [sym_character_literal] = STATE(4434), + [sym__lexical_identifier] = STATE(4461), + [aux_sym__statement_repeat1] = STATE(795), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(203), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_typealias] = ACTIONS(417), - [anon_sym_class] = ACTIONS(1033), - [anon_sym_interface] = ACTIONS(1033), - [anon_sym_enum] = ACTIONS(1035), - [anon_sym_LBRACE] = ACTIONS(889), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_val] = ACTIONS(1037), - [anon_sym_var] = ACTIONS(1037), - [anon_sym_object] = ACTIONS(1039), - [anon_sym_fun] = ACTIONS(1041), - [anon_sym_SEMI] = ACTIONS(1337), - [anon_sym_get] = ACTIONS(1043), - [anon_sym_set] = ACTIONS(1045), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1047), - [sym_label] = ACTIONS(1049), - [anon_sym_for] = ACTIONS(1051), - [anon_sym_while] = ACTIONS(1053), - [anon_sym_do] = ACTIONS(449), - [anon_sym_null] = ACTIONS(909), - [anon_sym_if] = ACTIONS(787), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(789), - [anon_sym_return] = ACTIONS(791), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(1055), - [anon_sym_DASH] = ACTIONS(1055), - [anon_sym_PLUS_PLUS] = ACTIONS(1057), - [anon_sym_DASH_DASH] = ACTIONS(1057), - [anon_sym_BANG] = ACTIONS(1057), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_typealias] = ACTIONS(207), + [anon_sym_class] = ACTIONS(713), + [anon_sym_interface] = ACTIONS(713), + [anon_sym_enum] = ACTIONS(715), + [anon_sym_LBRACE] = ACTIONS(213), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_val] = ACTIONS(717), + [anon_sym_var] = ACTIONS(717), + [anon_sym_object] = ACTIONS(719), + [anon_sym_fun] = ACTIONS(721), + [anon_sym_SEMI] = ACTIONS(1341), + [anon_sym_get] = ACTIONS(723), + [anon_sym_set] = ACTIONS(725), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(1293), + [sym_label] = ACTIONS(729), + [anon_sym_for] = ACTIONS(731), + [anon_sym_while] = ACTIONS(733), + [anon_sym_do] = ACTIONS(239), + [anon_sym_null] = ACTIONS(241), + [anon_sym_if] = ACTIONS(321), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(323), + [anon_sym_return] = ACTIONS(325), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(735), + [anon_sym_DASH] = ACTIONS(735), + [anon_sym_PLUS_PLUS] = ACTIONS(737), + [anon_sym_DASH_DASH] = ACTIONS(737), + [anon_sym_BANG] = ACTIONS(737), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(471), - [anon_sym_inner] = ACTIONS(471), + [anon_sym_data] = ACTIONS(261), + [anon_sym_inner] = ACTIONS(261), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -53381,144 +53489,144 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(473), - [anon_sym_actual] = ACTIONS(473), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(915), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), + [anon_sym_expect] = ACTIONS(263), + [anon_sym_actual] = ACTIONS(263), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(271), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(283), }, [179] = { - [sym_type_alias] = STATE(3259), - [sym__declaration] = STATE(3259), - [sym_class_declaration] = STATE(3259), - [sym_function_declaration] = STATE(3259), - [sym_property_declaration] = STATE(3259), - [sym_getter] = STATE(3259), - [sym_setter] = STATE(3259), - [sym_object_declaration] = STATE(3259), - [sym__statement] = STATE(3259), - [sym_control_structure_body] = STATE(3196), - [sym__block] = STATE(3259), - [sym__loop_statement] = STATE(3259), - [sym_for_statement] = STATE(3259), - [sym_while_statement] = STATE(3259), - [sym_do_while_statement] = STATE(3259), - [sym_assignment] = STATE(3259), - [sym__expression] = STATE(1527), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(2734), - [sym_parenthesized_expression] = STATE(2734), - [sym_collection_literal] = STATE(2734), - [sym__literal_constant] = STATE(2734), - [sym_string_literal] = STATE(2734), - [sym_lambda_literal] = STATE(2734), - [sym_anonymous_function] = STATE(2734), - [sym__function_literal] = STATE(2734), - [sym_object_literal] = STATE(2734), - [sym_this_expression] = STATE(2734), - [sym_super_expression] = STATE(2734), - [sym_if_expression] = STATE(2734), - [sym_when_expression] = STATE(2734), - [sym_try_expression] = STATE(2734), - [sym_jump_expression] = STATE(2734), - [sym_callable_reference] = STATE(2734), - [sym__prefix_unary_operator] = STATE(2135), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7897), - [sym_modifiers] = STATE(7825), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(341), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3242), - [sym__return_at] = STATE(255), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(2734), - [sym_long_literal] = STATE(2734), - [sym_boolean_literal] = STATE(2734), - [sym_character_literal] = STATE(2734), - [sym__lexical_identifier] = STATE(2864), - [aux_sym__statement_repeat1] = STATE(819), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(111), + [sym_type_alias] = STATE(5052), + [sym__declaration] = STATE(5052), + [sym_class_declaration] = STATE(5052), + [sym_function_declaration] = STATE(5052), + [sym_property_declaration] = STATE(5052), + [sym_getter] = STATE(5052), + [sym_setter] = STATE(5052), + [sym_object_declaration] = STATE(5052), + [sym__statement] = STATE(5052), + [sym_control_structure_body] = STATE(5025), + [sym__block] = STATE(5052), + [sym__loop_statement] = STATE(5052), + [sym_for_statement] = STATE(5052), + [sym_while_statement] = STATE(5052), + [sym_do_while_statement] = STATE(5052), + [sym_assignment] = STATE(5052), + [sym__expression] = STATE(4196), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4470), + [sym_parenthesized_expression] = STATE(4470), + [sym_collection_literal] = STATE(4470), + [sym__literal_constant] = STATE(4470), + [sym_string_literal] = STATE(4470), + [sym_lambda_literal] = STATE(4470), + [sym_anonymous_function] = STATE(4470), + [sym__function_literal] = STATE(4470), + [sym_object_literal] = STATE(4470), + [sym_this_expression] = STATE(4470), + [sym_super_expression] = STATE(4470), + [sym_if_expression] = STATE(4470), + [sym_when_expression] = STATE(4470), + [sym_try_expression] = STATE(4470), + [sym_jump_expression] = STATE(4470), + [sym_callable_reference] = STATE(4470), + [sym__prefix_unary_operator] = STATE(1926), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7921), + [sym_modifiers] = STATE(7802), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(338), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4920), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4470), + [sym_long_literal] = STATE(4470), + [sym_boolean_literal] = STATE(4470), + [sym_character_literal] = STATE(4470), + [sym__lexical_identifier] = STATE(4566), + [aux_sym__statement_repeat1] = STATE(805), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_typealias] = ACTIONS(121), - [anon_sym_class] = ACTIONS(797), - [anon_sym_interface] = ACTIONS(797), - [anon_sym_enum] = ACTIONS(799), - [anon_sym_LBRACE] = ACTIONS(801), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_val] = ACTIONS(803), - [anon_sym_var] = ACTIONS(803), - [anon_sym_object] = ACTIONS(805), - [anon_sym_fun] = ACTIONS(807), - [anon_sym_SEMI] = ACTIONS(1343), - [anon_sym_get] = ACTIONS(809), - [anon_sym_set] = ACTIONS(811), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(813), - [sym_label] = ACTIONS(815), - [anon_sym_for] = ACTIONS(817), - [anon_sym_while] = ACTIONS(819), - [anon_sym_do] = ACTIONS(153), - [anon_sym_null] = ACTIONS(821), - [anon_sym_if] = ACTIONS(157), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(163), - [anon_sym_return] = ACTIONS(165), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(823), - [anon_sym_DASH] = ACTIONS(823), - [anon_sym_PLUS_PLUS] = ACTIONS(825), - [anon_sym_DASH_DASH] = ACTIONS(825), - [anon_sym_BANG] = ACTIONS(825), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_typealias] = ACTIONS(413), + [anon_sym_class] = ACTIONS(1033), + [anon_sym_interface] = ACTIONS(1033), + [anon_sym_enum] = ACTIONS(1035), + [anon_sym_LBRACE] = ACTIONS(925), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_val] = ACTIONS(1037), + [anon_sym_var] = ACTIONS(1037), + [anon_sym_object] = ACTIONS(1039), + [anon_sym_fun] = ACTIONS(1041), + [anon_sym_SEMI] = ACTIONS(1373), + [anon_sym_get] = ACTIONS(1043), + [anon_sym_set] = ACTIONS(1045), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(43), + [sym_label] = ACTIONS(45), + [anon_sym_for] = ACTIONS(1047), + [anon_sym_while] = ACTIONS(1049), + [anon_sym_do] = ACTIONS(439), + [anon_sym_null] = ACTIONS(53), + [anon_sym_if] = ACTIONS(55), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(61), + [anon_sym_return] = ACTIONS(63), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(69), + [anon_sym_DASH] = ACTIONS(69), + [anon_sym_PLUS_PLUS] = ACTIONS(71), + [anon_sym_DASH_DASH] = ACTIONS(71), + [anon_sym_BANG] = ACTIONS(71), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(175), - [anon_sym_inner] = ACTIONS(175), + [anon_sym_data] = ACTIONS(77), + [anon_sym_inner] = ACTIONS(77), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -53537,144 +53645,144 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(177), - [anon_sym_actual] = ACTIONS(177), + [anon_sym_expect] = ACTIONS(89), + [anon_sym_actual] = ACTIONS(89), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(827), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [sym_real_literal] = ACTIONS(97), + [sym_integer_literal] = ACTIONS(99), + [sym_hex_literal] = ACTIONS(101), + [sym_bin_literal] = ACTIONS(101), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SQUOTE] = ACTIONS(105), + [sym__backtick_identifier] = ACTIONS(107), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), + [sym__string_start] = ACTIONS(109), }, [180] = { - [sym_type_alias] = STATE(1152), - [sym__declaration] = STATE(1152), - [sym_class_declaration] = STATE(1152), - [sym_function_declaration] = STATE(1152), - [sym_property_declaration] = STATE(1152), - [sym_getter] = STATE(1152), - [sym_setter] = STATE(1152), - [sym_object_declaration] = STATE(1152), - [sym__statement] = STATE(1152), - [sym_control_structure_body] = STATE(1198), - [sym__block] = STATE(1152), - [sym__loop_statement] = STATE(1152), - [sym_for_statement] = STATE(1152), - [sym_while_statement] = STATE(1152), - [sym_do_while_statement] = STATE(1152), - [sym_assignment] = STATE(1152), - [sym__expression] = STATE(460), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(781), - [sym_parenthesized_expression] = STATE(781), - [sym_collection_literal] = STATE(781), - [sym__literal_constant] = STATE(781), - [sym_string_literal] = STATE(781), - [sym_lambda_literal] = STATE(781), - [sym_anonymous_function] = STATE(781), - [sym__function_literal] = STATE(781), - [sym_object_literal] = STATE(781), - [sym_this_expression] = STATE(781), - [sym_super_expression] = STATE(781), - [sym_if_expression] = STATE(781), - [sym_when_expression] = STATE(781), - [sym_try_expression] = STATE(781), - [sym_jump_expression] = STATE(781), - [sym_callable_reference] = STATE(781), - [sym__prefix_unary_operator] = STATE(2001), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7876), - [sym_modifiers] = STATE(7618), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(336), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1054), - [sym__return_at] = STATE(260), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(781), - [sym_long_literal] = STATE(781), - [sym_boolean_literal] = STATE(781), - [sym_character_literal] = STATE(781), - [sym__lexical_identifier] = STATE(866), - [aux_sym__statement_repeat1] = STATE(795), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_typealias] = ACTIONS(417), - [anon_sym_class] = ACTIONS(885), - [anon_sym_interface] = ACTIONS(885), - [anon_sym_enum] = ACTIONS(887), - [anon_sym_LBRACE] = ACTIONS(889), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_val] = ACTIONS(891), - [anon_sym_var] = ACTIONS(891), - [anon_sym_object] = ACTIONS(893), - [anon_sym_fun] = ACTIONS(895), - [anon_sym_SEMI] = ACTIONS(1345), - [anon_sym_get] = ACTIONS(897), - [anon_sym_set] = ACTIONS(899), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(901), - [sym_label] = ACTIONS(903), - [anon_sym_for] = ACTIONS(905), - [anon_sym_while] = ACTIONS(907), - [anon_sym_do] = ACTIONS(449), - [anon_sym_null] = ACTIONS(909), - [anon_sym_if] = ACTIONS(453), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(459), - [anon_sym_return] = ACTIONS(461), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(911), - [anon_sym_DASH] = ACTIONS(911), - [anon_sym_PLUS_PLUS] = ACTIONS(913), - [anon_sym_DASH_DASH] = ACTIONS(913), - [anon_sym_BANG] = ACTIONS(913), + [sym_type_alias] = STATE(3873), + [sym__declaration] = STATE(3873), + [sym_class_declaration] = STATE(3873), + [sym_function_declaration] = STATE(3873), + [sym_property_declaration] = STATE(3873), + [sym_getter] = STATE(3873), + [sym_setter] = STATE(3873), + [sym_object_declaration] = STATE(3873), + [sym__statement] = STATE(3873), + [sym_control_structure_body] = STATE(3683), + [sym__block] = STATE(3873), + [sym__loop_statement] = STATE(3873), + [sym_for_statement] = STATE(3873), + [sym_while_statement] = STATE(3873), + [sym_do_while_statement] = STATE(3873), + [sym_assignment] = STATE(3873), + [sym__expression] = STATE(2383), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(2836), + [sym_parenthesized_expression] = STATE(2836), + [sym_collection_literal] = STATE(2836), + [sym__literal_constant] = STATE(2836), + [sym_string_literal] = STATE(2836), + [sym_lambda_literal] = STATE(2836), + [sym_anonymous_function] = STATE(2836), + [sym__function_literal] = STATE(2836), + [sym_object_literal] = STATE(2836), + [sym_this_expression] = STATE(2836), + [sym_super_expression] = STATE(2836), + [sym_if_expression] = STATE(2836), + [sym_when_expression] = STATE(2836), + [sym_try_expression] = STATE(2836), + [sym_jump_expression] = STATE(2836), + [sym_callable_reference] = STATE(2836), + [sym__prefix_unary_operator] = STATE(2143), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7928), + [sym_modifiers] = STATE(7615), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(347), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3725), + [sym__return_at] = STATE(261), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(2836), + [sym_long_literal] = STATE(2836), + [sym_boolean_literal] = STATE(2836), + [sym_character_literal] = STATE(2836), + [sym__lexical_identifier] = STATE(3382), + [aux_sym__statement_repeat1] = STATE(809), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_typealias] = ACTIONS(459), + [anon_sym_class] = ACTIONS(857), + [anon_sym_interface] = ACTIONS(857), + [anon_sym_enum] = ACTIONS(859), + [anon_sym_LBRACE] = ACTIONS(861), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_val] = ACTIONS(863), + [anon_sym_var] = ACTIONS(863), + [anon_sym_object] = ACTIONS(865), + [anon_sym_fun] = ACTIONS(867), + [anon_sym_SEMI] = ACTIONS(1355), + [anon_sym_get] = ACTIONS(869), + [anon_sym_set] = ACTIONS(871), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(873), + [sym_label] = ACTIONS(875), + [anon_sym_for] = ACTIONS(877), + [anon_sym_while] = ACTIONS(879), + [anon_sym_do] = ACTIONS(491), + [anon_sym_null] = ACTIONS(881), + [anon_sym_if] = ACTIONS(495), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(501), + [anon_sym_return] = ACTIONS(503), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(883), + [anon_sym_DASH] = ACTIONS(883), + [anon_sym_PLUS_PLUS] = ACTIONS(885), + [anon_sym_DASH_DASH] = ACTIONS(885), + [anon_sym_BANG] = ACTIONS(885), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(471), - [anon_sym_inner] = ACTIONS(471), + [anon_sym_data] = ACTIONS(513), + [anon_sym_inner] = ACTIONS(513), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -53693,144 +53801,144 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(473), - [anon_sym_actual] = ACTIONS(473), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(915), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), + [anon_sym_expect] = ACTIONS(515), + [anon_sym_actual] = ACTIONS(515), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(887), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), }, [181] = { - [sym_type_alias] = STATE(5371), - [sym__declaration] = STATE(5371), - [sym_class_declaration] = STATE(5371), - [sym_function_declaration] = STATE(5371), - [sym_property_declaration] = STATE(5371), - [sym_getter] = STATE(5371), - [sym_setter] = STATE(5371), - [sym_object_declaration] = STATE(5371), - [sym__statement] = STATE(5371), - [sym_control_structure_body] = STATE(5362), - [sym__block] = STATE(5371), - [sym__loop_statement] = STATE(5371), - [sym_for_statement] = STATE(5371), - [sym_while_statement] = STATE(5371), - [sym_do_while_statement] = STATE(5371), - [sym_assignment] = STATE(5371), - [sym__expression] = STATE(1696), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(2750), - [sym_parenthesized_expression] = STATE(2750), - [sym_collection_literal] = STATE(2750), - [sym__literal_constant] = STATE(2750), - [sym_string_literal] = STATE(2750), - [sym_lambda_literal] = STATE(2750), - [sym_anonymous_function] = STATE(2750), - [sym__function_literal] = STATE(2750), - [sym_object_literal] = STATE(2750), - [sym_this_expression] = STATE(2750), - [sym_super_expression] = STATE(2750), - [sym_if_expression] = STATE(2750), - [sym_when_expression] = STATE(2750), - [sym_try_expression] = STATE(2750), - [sym_jump_expression] = STATE(2750), - [sym_callable_reference] = STATE(2750), - [sym__prefix_unary_operator] = STATE(2054), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7883), - [sym_modifiers] = STATE(7595), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(349), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3447), - [sym__return_at] = STATE(323), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(2750), - [sym_long_literal] = STATE(2750), - [sym_boolean_literal] = STATE(2750), - [sym_character_literal] = STATE(2750), - [sym__lexical_identifier] = STATE(2890), - [aux_sym__statement_repeat1] = STATE(815), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(333), + [sym_type_alias] = STATE(1052), + [sym__declaration] = STATE(1052), + [sym_class_declaration] = STATE(1052), + [sym_function_declaration] = STATE(1052), + [sym_property_declaration] = STATE(1052), + [sym_getter] = STATE(1052), + [sym_setter] = STATE(1052), + [sym_object_declaration] = STATE(1052), + [sym__statement] = STATE(1052), + [sym_control_structure_body] = STATE(1196), + [sym__block] = STATE(1052), + [sym__loop_statement] = STATE(1052), + [sym_for_statement] = STATE(1052), + [sym_while_statement] = STATE(1052), + [sym_do_while_statement] = STATE(1052), + [sym_assignment] = STATE(1052), + [sym__expression] = STATE(370), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(765), + [sym_parenthesized_expression] = STATE(765), + [sym_collection_literal] = STATE(765), + [sym__literal_constant] = STATE(765), + [sym_string_literal] = STATE(765), + [sym_lambda_literal] = STATE(765), + [sym_anonymous_function] = STATE(765), + [sym__function_literal] = STATE(765), + [sym_object_literal] = STATE(765), + [sym_this_expression] = STATE(765), + [sym_super_expression] = STATE(765), + [sym_if_expression] = STATE(765), + [sym_when_expression] = STATE(765), + [sym_try_expression] = STATE(765), + [sym_jump_expression] = STATE(765), + [sym_callable_reference] = STATE(765), + [sym__prefix_unary_operator] = STATE(1703), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7900), + [sym_modifiers] = STATE(7653), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(342), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1103), + [sym__return_at] = STATE(260), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(765), + [sym_long_literal] = STATE(765), + [sym_boolean_literal] = STATE(765), + [sym_character_literal] = STATE(765), + [sym__lexical_identifier] = STATE(843), + [aux_sym__statement_repeat1] = STATE(804), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(537), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(335), - [anon_sym_typealias] = ACTIONS(1127), - [anon_sym_class] = ACTIONS(1129), - [anon_sym_interface] = ACTIONS(1129), - [anon_sym_enum] = ACTIONS(1131), - [anon_sym_LBRACE] = ACTIONS(1133), - [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_val] = ACTIONS(1135), - [anon_sym_var] = ACTIONS(1135), - [anon_sym_object] = ACTIONS(1137), - [anon_sym_fun] = ACTIONS(1139), - [anon_sym_SEMI] = ACTIONS(1383), - [anon_sym_get] = ACTIONS(1141), - [anon_sym_set] = ACTIONS(1143), - [anon_sym_this] = ACTIONS(357), - [anon_sym_super] = ACTIONS(359), - [anon_sym_STAR] = ACTIONS(1111), - [sym_label] = ACTIONS(1113), - [anon_sym_for] = ACTIONS(1145), - [anon_sym_while] = ACTIONS(1147), - [anon_sym_do] = ACTIONS(1149), - [anon_sym_null] = ACTIONS(941), - [anon_sym_if] = ACTIONS(697), - [anon_sym_when] = ACTIONS(375), - [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(699), - [anon_sym_return] = ACTIONS(701), - [anon_sym_continue] = ACTIONS(383), - [anon_sym_break] = ACTIONS(383), - [anon_sym_COLON_COLON] = ACTIONS(385), - [anon_sym_PLUS] = ACTIONS(1119), - [anon_sym_DASH] = ACTIONS(1119), - [anon_sym_PLUS_PLUS] = ACTIONS(1121), - [anon_sym_DASH_DASH] = ACTIONS(1121), - [anon_sym_BANG] = ACTIONS(1121), + [anon_sym_LBRACK] = ACTIONS(539), + [anon_sym_typealias] = ACTIONS(541), + [anon_sym_class] = ACTIONS(543), + [anon_sym_interface] = ACTIONS(543), + [anon_sym_enum] = ACTIONS(545), + [anon_sym_LBRACE] = ACTIONS(547), + [anon_sym_LPAREN] = ACTIONS(549), + [anon_sym_val] = ACTIONS(551), + [anon_sym_var] = ACTIONS(551), + [anon_sym_object] = ACTIONS(553), + [anon_sym_fun] = ACTIONS(555), + [anon_sym_SEMI] = ACTIONS(1381), + [anon_sym_get] = ACTIONS(557), + [anon_sym_set] = ACTIONS(559), + [anon_sym_this] = ACTIONS(561), + [anon_sym_super] = ACTIONS(563), + [anon_sym_STAR] = ACTIONS(1229), + [sym_label] = ACTIONS(567), + [anon_sym_for] = ACTIONS(569), + [anon_sym_while] = ACTIONS(571), + [anon_sym_do] = ACTIONS(573), + [anon_sym_null] = ACTIONS(575), + [anon_sym_if] = ACTIONS(577), + [anon_sym_when] = ACTIONS(579), + [anon_sym_try] = ACTIONS(581), + [anon_sym_throw] = ACTIONS(583), + [anon_sym_return] = ACTIONS(585), + [anon_sym_continue] = ACTIONS(587), + [anon_sym_break] = ACTIONS(587), + [anon_sym_COLON_COLON] = ACTIONS(589), + [anon_sym_PLUS] = ACTIONS(591), + [anon_sym_DASH] = ACTIONS(591), + [anon_sym_PLUS_PLUS] = ACTIONS(593), + [anon_sym_DASH_DASH] = ACTIONS(593), + [anon_sym_BANG] = ACTIONS(593), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(391), - [anon_sym_inner] = ACTIONS(391), + [anon_sym_data] = ACTIONS(595), + [anon_sym_inner] = ACTIONS(595), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -53849,124 +53957,124 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(393), - [anon_sym_actual] = ACTIONS(393), + [anon_sym_expect] = ACTIONS(597), + [anon_sym_actual] = ACTIONS(597), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(395), - [anon_sym_break_AT] = ACTIONS(397), - [sym_real_literal] = ACTIONS(947), - [sym_integer_literal] = ACTIONS(401), - [sym_hex_literal] = ACTIONS(403), - [sym_bin_literal] = ACTIONS(403), - [anon_sym_true] = ACTIONS(405), - [anon_sym_false] = ACTIONS(405), - [anon_sym_SQUOTE] = ACTIONS(407), - [sym__backtick_identifier] = ACTIONS(409), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(599), + [anon_sym_break_AT] = ACTIONS(601), + [sym_real_literal] = ACTIONS(603), + [sym_integer_literal] = ACTIONS(605), + [sym_hex_literal] = ACTIONS(607), + [sym_bin_literal] = ACTIONS(607), + [anon_sym_true] = ACTIONS(609), + [anon_sym_false] = ACTIONS(609), + [anon_sym_SQUOTE] = ACTIONS(611), + [sym__backtick_identifier] = ACTIONS(613), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(411), + [sym__string_start] = ACTIONS(615), }, [182] = { - [sym_type_alias] = STATE(4620), - [sym__declaration] = STATE(4620), - [sym_class_declaration] = STATE(4620), - [sym_function_declaration] = STATE(4620), - [sym_property_declaration] = STATE(4620), - [sym_getter] = STATE(4620), - [sym_setter] = STATE(4620), - [sym_object_declaration] = STATE(4620), - [sym__statement] = STATE(4620), - [sym_control_structure_body] = STATE(4728), - [sym__block] = STATE(4620), - [sym__loop_statement] = STATE(4620), - [sym_for_statement] = STATE(4620), - [sym_while_statement] = STATE(4620), - [sym_do_while_statement] = STATE(4620), - [sym_assignment] = STATE(4620), - [sym__expression] = STATE(4166), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4428), - [sym_parenthesized_expression] = STATE(4428), - [sym_collection_literal] = STATE(4428), - [sym__literal_constant] = STATE(4428), - [sym_string_literal] = STATE(4428), - [sym_lambda_literal] = STATE(4428), - [sym_anonymous_function] = STATE(4428), - [sym__function_literal] = STATE(4428), - [sym_object_literal] = STATE(4428), - [sym_this_expression] = STATE(4428), - [sym_super_expression] = STATE(4428), - [sym_if_expression] = STATE(4428), - [sym_when_expression] = STATE(4428), - [sym_try_expression] = STATE(4428), - [sym_jump_expression] = STATE(4428), - [sym_callable_reference] = STATE(4428), - [sym__prefix_unary_operator] = STATE(2049), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7865), - [sym_modifiers] = STATE(7643), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(342), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4561), + [sym_type_alias] = STATE(4571), + [sym__declaration] = STATE(4571), + [sym_class_declaration] = STATE(4571), + [sym_function_declaration] = STATE(4571), + [sym_property_declaration] = STATE(4571), + [sym_getter] = STATE(4571), + [sym_setter] = STATE(4571), + [sym_object_declaration] = STATE(4571), + [sym__statement] = STATE(4571), + [sym_control_structure_body] = STATE(4595), + [sym__block] = STATE(4571), + [sym__loop_statement] = STATE(4571), + [sym_for_statement] = STATE(4571), + [sym_while_statement] = STATE(4571), + [sym_do_while_statement] = STATE(4571), + [sym_assignment] = STATE(4571), + [sym__expression] = STATE(4184), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4435), + [sym_parenthesized_expression] = STATE(4435), + [sym_collection_literal] = STATE(4435), + [sym__literal_constant] = STATE(4435), + [sym_string_literal] = STATE(4435), + [sym_lambda_literal] = STATE(4435), + [sym_anonymous_function] = STATE(4435), + [sym__function_literal] = STATE(4435), + [sym_object_literal] = STATE(4435), + [sym_this_expression] = STATE(4435), + [sym_super_expression] = STATE(4435), + [sym_if_expression] = STATE(4435), + [sym_when_expression] = STATE(4435), + [sym_try_expression] = STATE(4435), + [sym_jump_expression] = STATE(4435), + [sym_callable_reference] = STATE(4435), + [sym__prefix_unary_operator] = STATE(1903), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7894), + [sym_modifiers] = STATE(7638), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(351), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4608), [sym__return_at] = STATE(310), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4428), - [sym_long_literal] = STATE(4428), - [sym_boolean_literal] = STATE(4428), - [sym_character_literal] = STATE(4428), - [sym__lexical_identifier] = STATE(4440), - [aux_sym__statement_repeat1] = STATE(814), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4435), + [sym_long_literal] = STATE(4435), + [sym_boolean_literal] = STATE(4435), + [sym_character_literal] = STATE(4435), + [sym__lexical_identifier] = STATE(4461), + [aux_sym__statement_repeat1] = STATE(822), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_typealias] = ACTIONS(207), - [anon_sym_class] = ACTIONS(1077), - [anon_sym_interface] = ACTIONS(1077), - [anon_sym_enum] = ACTIONS(1079), - [anon_sym_LBRACE] = ACTIONS(833), + [anon_sym_class] = ACTIONS(1051), + [anon_sym_interface] = ACTIONS(1051), + [anon_sym_enum] = ACTIONS(1053), + [anon_sym_LBRACE] = ACTIONS(801), [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_val] = ACTIONS(1081), - [anon_sym_var] = ACTIONS(1081), - [anon_sym_object] = ACTIONS(1083), - [anon_sym_fun] = ACTIONS(1085), - [anon_sym_SEMI] = ACTIONS(1373), - [anon_sym_get] = ACTIONS(1087), - [anon_sym_set] = ACTIONS(1089), + [anon_sym_val] = ACTIONS(1055), + [anon_sym_var] = ACTIONS(1055), + [anon_sym_object] = ACTIONS(1057), + [anon_sym_fun] = ACTIONS(1059), + [anon_sym_SEMI] = ACTIONS(1337), + [anon_sym_get] = ACTIONS(1061), + [anon_sym_set] = ACTIONS(1063), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), + [anon_sym_STAR] = ACTIONS(1065), [sym_label] = ACTIONS(311), - [anon_sym_for] = ACTIONS(1093), - [anon_sym_while] = ACTIONS(1095), + [anon_sym_for] = ACTIONS(1067), + [anon_sym_while] = ACTIONS(1069), [anon_sym_do] = ACTIONS(239), [anon_sym_null] = ACTIONS(319), [anon_sym_if] = ACTIONS(321), @@ -54023,106 +54131,262 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(283), }, [183] = { - [sym_type_alias] = STATE(4620), - [sym__declaration] = STATE(4620), - [sym_class_declaration] = STATE(4620), - [sym_function_declaration] = STATE(4620), - [sym_property_declaration] = STATE(4620), - [sym_getter] = STATE(4620), - [sym_setter] = STATE(4620), - [sym_object_declaration] = STATE(4620), - [sym__statement] = STATE(4620), - [sym_control_structure_body] = STATE(4698), - [sym__block] = STATE(4620), - [sym__loop_statement] = STATE(4620), - [sym_for_statement] = STATE(4620), - [sym_while_statement] = STATE(4620), - [sym_do_while_statement] = STATE(4620), - [sym_assignment] = STATE(4620), - [sym__expression] = STATE(4166), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4428), - [sym_parenthesized_expression] = STATE(4428), - [sym_collection_literal] = STATE(4428), - [sym__literal_constant] = STATE(4428), - [sym_string_literal] = STATE(4428), - [sym_lambda_literal] = STATE(4428), - [sym_anonymous_function] = STATE(4428), - [sym__function_literal] = STATE(4428), - [sym_object_literal] = STATE(4428), - [sym_this_expression] = STATE(4428), - [sym_super_expression] = STATE(4428), - [sym_if_expression] = STATE(4428), - [sym_when_expression] = STATE(4428), - [sym_try_expression] = STATE(4428), - [sym_jump_expression] = STATE(4428), - [sym_callable_reference] = STATE(4428), - [sym__prefix_unary_operator] = STATE(2049), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7865), - [sym_modifiers] = STATE(7643), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(342), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4561), + [sym_type_alias] = STATE(3371), + [sym__declaration] = STATE(3371), + [sym_class_declaration] = STATE(3371), + [sym_function_declaration] = STATE(3371), + [sym_property_declaration] = STATE(3371), + [sym_getter] = STATE(3371), + [sym_setter] = STATE(3371), + [sym_object_declaration] = STATE(3371), + [sym__statement] = STATE(3371), + [sym_control_structure_body] = STATE(3394), + [sym__block] = STATE(3371), + [sym__loop_statement] = STATE(3371), + [sym_for_statement] = STATE(3371), + [sym_while_statement] = STATE(3371), + [sym_do_while_statement] = STATE(3371), + [sym_assignment] = STATE(3371), + [sym__expression] = STATE(2436), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(2727), + [sym_parenthesized_expression] = STATE(2727), + [sym_collection_literal] = STATE(2727), + [sym__literal_constant] = STATE(2727), + [sym_string_literal] = STATE(2727), + [sym_lambda_literal] = STATE(2727), + [sym_anonymous_function] = STATE(2727), + [sym__function_literal] = STATE(2727), + [sym_object_literal] = STATE(2727), + [sym_this_expression] = STATE(2727), + [sym_super_expression] = STATE(2727), + [sym_if_expression] = STATE(2727), + [sym_when_expression] = STATE(2727), + [sym_try_expression] = STATE(2727), + [sym_jump_expression] = STATE(2727), + [sym_callable_reference] = STATE(2727), + [sym__prefix_unary_operator] = STATE(1711), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7906), + [sym_modifiers] = STATE(7818), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(340), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3410), + [sym__return_at] = STATE(262), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(2727), + [sym_long_literal] = STATE(2727), + [sym_boolean_literal] = STATE(2727), + [sym_character_literal] = STATE(2727), + [sym__lexical_identifier] = STATE(2858), + [aux_sym__statement_repeat1] = STATE(808), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(111), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_typealias] = ACTIONS(121), + [anon_sym_class] = ACTIONS(1071), + [anon_sym_interface] = ACTIONS(1071), + [anon_sym_enum] = ACTIONS(1073), + [anon_sym_LBRACE] = ACTIONS(829), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_val] = ACTIONS(1075), + [anon_sym_var] = ACTIONS(1075), + [anon_sym_object] = ACTIONS(1077), + [anon_sym_fun] = ACTIONS(1079), + [anon_sym_SEMI] = ACTIONS(1343), + [anon_sym_get] = ACTIONS(1081), + [anon_sym_set] = ACTIONS(1083), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(1085), + [sym_label] = ACTIONS(1087), + [anon_sym_for] = ACTIONS(1089), + [anon_sym_while] = ACTIONS(1091), + [anon_sym_do] = ACTIONS(153), + [anon_sym_null] = ACTIONS(849), + [anon_sym_if] = ACTIONS(671), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(673), + [anon_sym_return] = ACTIONS(675), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(1093), + [anon_sym_DASH] = ACTIONS(1093), + [anon_sym_PLUS_PLUS] = ACTIONS(1095), + [anon_sym_DASH_DASH] = ACTIONS(1095), + [anon_sym_BANG] = ACTIONS(1095), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(175), + [anon_sym_inner] = ACTIONS(175), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(177), + [anon_sym_actual] = ACTIONS(177), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(855), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(197), + }, + [184] = { + [sym_type_alias] = STATE(4571), + [sym__declaration] = STATE(4571), + [sym_class_declaration] = STATE(4571), + [sym_function_declaration] = STATE(4571), + [sym_property_declaration] = STATE(4571), + [sym_getter] = STATE(4571), + [sym_setter] = STATE(4571), + [sym_object_declaration] = STATE(4571), + [sym__statement] = STATE(4571), + [sym_control_structure_body] = STATE(4599), + [sym__block] = STATE(4571), + [sym__loop_statement] = STATE(4571), + [sym_for_statement] = STATE(4571), + [sym_while_statement] = STATE(4571), + [sym_do_while_statement] = STATE(4571), + [sym_assignment] = STATE(4571), + [sym__expression] = STATE(4184), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4435), + [sym_parenthesized_expression] = STATE(4435), + [sym_collection_literal] = STATE(4435), + [sym__literal_constant] = STATE(4435), + [sym_string_literal] = STATE(4435), + [sym_lambda_literal] = STATE(4435), + [sym_anonymous_function] = STATE(4435), + [sym__function_literal] = STATE(4435), + [sym_object_literal] = STATE(4435), + [sym_this_expression] = STATE(4435), + [sym_super_expression] = STATE(4435), + [sym_if_expression] = STATE(4435), + [sym_when_expression] = STATE(4435), + [sym_try_expression] = STATE(4435), + [sym_jump_expression] = STATE(4435), + [sym_callable_reference] = STATE(4435), + [sym__prefix_unary_operator] = STATE(1903), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7894), + [sym_modifiers] = STATE(7638), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(351), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4608), [sym__return_at] = STATE(310), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4428), - [sym_long_literal] = STATE(4428), - [sym_boolean_literal] = STATE(4428), - [sym_character_literal] = STATE(4428), - [sym__lexical_identifier] = STATE(4440), - [aux_sym__statement_repeat1] = STATE(814), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4435), + [sym_long_literal] = STATE(4435), + [sym_boolean_literal] = STATE(4435), + [sym_character_literal] = STATE(4435), + [sym__lexical_identifier] = STATE(4461), + [aux_sym__statement_repeat1] = STATE(822), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_typealias] = ACTIONS(207), - [anon_sym_class] = ACTIONS(1077), - [anon_sym_interface] = ACTIONS(1077), - [anon_sym_enum] = ACTIONS(1079), - [anon_sym_LBRACE] = ACTIONS(833), + [anon_sym_class] = ACTIONS(1051), + [anon_sym_interface] = ACTIONS(1051), + [anon_sym_enum] = ACTIONS(1053), + [anon_sym_LBRACE] = ACTIONS(801), [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_val] = ACTIONS(1081), - [anon_sym_var] = ACTIONS(1081), - [anon_sym_object] = ACTIONS(1083), - [anon_sym_fun] = ACTIONS(1085), - [anon_sym_SEMI] = ACTIONS(1369), - [anon_sym_get] = ACTIONS(1087), - [anon_sym_set] = ACTIONS(1089), + [anon_sym_val] = ACTIONS(1055), + [anon_sym_var] = ACTIONS(1055), + [anon_sym_object] = ACTIONS(1057), + [anon_sym_fun] = ACTIONS(1059), + [anon_sym_SEMI] = ACTIONS(1339), + [anon_sym_get] = ACTIONS(1061), + [anon_sym_set] = ACTIONS(1063), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), + [anon_sym_STAR] = ACTIONS(1065), [sym_label] = ACTIONS(311), - [anon_sym_for] = ACTIONS(1093), - [anon_sym_while] = ACTIONS(1095), + [anon_sym_for] = ACTIONS(1067), + [anon_sym_while] = ACTIONS(1069), [anon_sym_do] = ACTIONS(239), [anon_sym_null] = ACTIONS(319), [anon_sym_if] = ACTIONS(321), @@ -54178,283 +54442,127 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [184] = { - [sym_type_alias] = STATE(1152), - [sym__declaration] = STATE(1152), - [sym_class_declaration] = STATE(1152), - [sym_function_declaration] = STATE(1152), - [sym_property_declaration] = STATE(1152), - [sym_getter] = STATE(1152), - [sym_setter] = STATE(1152), - [sym_object_declaration] = STATE(1152), - [sym__statement] = STATE(1152), - [sym_control_structure_body] = STATE(1168), - [sym__block] = STATE(1152), - [sym__loop_statement] = STATE(1152), - [sym_for_statement] = STATE(1152), - [sym_while_statement] = STATE(1152), - [sym_do_while_statement] = STATE(1152), - [sym_assignment] = STATE(1152), - [sym__expression] = STATE(388), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(767), - [sym_parenthesized_expression] = STATE(767), - [sym_collection_literal] = STATE(767), - [sym__literal_constant] = STATE(767), - [sym_string_literal] = STATE(767), - [sym_lambda_literal] = STATE(767), - [sym_anonymous_function] = STATE(767), - [sym__function_literal] = STATE(767), - [sym_object_literal] = STATE(767), - [sym_this_expression] = STATE(767), - [sym_super_expression] = STATE(767), - [sym_if_expression] = STATE(767), - [sym_when_expression] = STATE(767), - [sym_try_expression] = STATE(767), - [sym_jump_expression] = STATE(767), - [sym_callable_reference] = STATE(767), - [sym__prefix_unary_operator] = STATE(2221), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7882), - [sym_modifiers] = STATE(7647), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(340), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1054), - [sym__return_at] = STATE(263), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(767), - [sym_long_literal] = STATE(767), - [sym_boolean_literal] = STATE(767), - [sym_character_literal] = STATE(767), - [sym__lexical_identifier] = STATE(866), - [aux_sym__statement_repeat1] = STATE(823), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_typealias] = ACTIONS(417), - [anon_sym_class] = ACTIONS(765), - [anon_sym_interface] = ACTIONS(765), - [anon_sym_enum] = ACTIONS(767), - [anon_sym_LBRACE] = ACTIONS(423), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_val] = ACTIONS(769), - [anon_sym_var] = ACTIONS(769), - [anon_sym_object] = ACTIONS(771), - [anon_sym_fun] = ACTIONS(773), - [anon_sym_SEMI] = ACTIONS(1351), - [anon_sym_get] = ACTIONS(775), - [anon_sym_set] = ACTIONS(777), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1257), - [sym_label] = ACTIONS(781), - [anon_sym_for] = ACTIONS(783), - [anon_sym_while] = ACTIONS(785), - [anon_sym_do] = ACTIONS(449), - [anon_sym_null] = ACTIONS(451), - [anon_sym_if] = ACTIONS(787), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(789), - [anon_sym_return] = ACTIONS(791), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(793), - [anon_sym_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(795), - [anon_sym_DASH_DASH] = ACTIONS(795), - [anon_sym_BANG] = ACTIONS(795), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(471), - [anon_sym_inner] = ACTIONS(471), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(473), - [anon_sym_actual] = ACTIONS(473), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(481), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), - }, [185] = { - [sym_type_alias] = STATE(1152), - [sym__declaration] = STATE(1152), - [sym_class_declaration] = STATE(1152), - [sym_function_declaration] = STATE(1152), - [sym_property_declaration] = STATE(1152), - [sym_getter] = STATE(1152), - [sym_setter] = STATE(1152), - [sym_object_declaration] = STATE(1152), - [sym__statement] = STATE(1152), - [sym_control_structure_body] = STATE(1168), - [sym__block] = STATE(1152), - [sym__loop_statement] = STATE(1152), - [sym_for_statement] = STATE(1152), - [sym_while_statement] = STATE(1152), - [sym_do_while_statement] = STATE(1152), - [sym_assignment] = STATE(1152), - [sym__expression] = STATE(460), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(781), - [sym_parenthesized_expression] = STATE(781), - [sym_collection_literal] = STATE(781), - [sym__literal_constant] = STATE(781), - [sym_string_literal] = STATE(781), - [sym_lambda_literal] = STATE(781), - [sym_anonymous_function] = STATE(781), - [sym__function_literal] = STATE(781), - [sym_object_literal] = STATE(781), - [sym_this_expression] = STATE(781), - [sym_super_expression] = STATE(781), - [sym_if_expression] = STATE(781), - [sym_when_expression] = STATE(781), - [sym_try_expression] = STATE(781), - [sym_jump_expression] = STATE(781), - [sym_callable_reference] = STATE(781), - [sym__prefix_unary_operator] = STATE(2001), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7876), - [sym_modifiers] = STATE(7618), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(336), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1054), - [sym__return_at] = STATE(260), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(781), - [sym_long_literal] = STATE(781), - [sym_boolean_literal] = STATE(781), - [sym_character_literal] = STATE(781), - [sym__lexical_identifier] = STATE(866), - [aux_sym__statement_repeat1] = STATE(795), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_typealias] = ACTIONS(417), - [anon_sym_class] = ACTIONS(885), - [anon_sym_interface] = ACTIONS(885), - [anon_sym_enum] = ACTIONS(887), - [anon_sym_LBRACE] = ACTIONS(889), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_val] = ACTIONS(891), - [anon_sym_var] = ACTIONS(891), - [anon_sym_object] = ACTIONS(893), - [anon_sym_fun] = ACTIONS(895), - [anon_sym_SEMI] = ACTIONS(1351), - [anon_sym_get] = ACTIONS(897), - [anon_sym_set] = ACTIONS(899), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(901), - [sym_label] = ACTIONS(903), - [anon_sym_for] = ACTIONS(905), - [anon_sym_while] = ACTIONS(907), - [anon_sym_do] = ACTIONS(449), - [anon_sym_null] = ACTIONS(909), - [anon_sym_if] = ACTIONS(453), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(459), - [anon_sym_return] = ACTIONS(461), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(911), - [anon_sym_DASH] = ACTIONS(911), - [anon_sym_PLUS_PLUS] = ACTIONS(913), - [anon_sym_DASH_DASH] = ACTIONS(913), - [anon_sym_BANG] = ACTIONS(913), + [sym_type_alias] = STATE(5052), + [sym__declaration] = STATE(5052), + [sym_class_declaration] = STATE(5052), + [sym_function_declaration] = STATE(5052), + [sym_property_declaration] = STATE(5052), + [sym_getter] = STATE(5052), + [sym_setter] = STATE(5052), + [sym_object_declaration] = STATE(5052), + [sym__statement] = STATE(5052), + [sym_control_structure_body] = STATE(5025), + [sym__block] = STATE(5052), + [sym__loop_statement] = STATE(5052), + [sym_for_statement] = STATE(5052), + [sym_while_statement] = STATE(5052), + [sym_do_while_statement] = STATE(5052), + [sym_assignment] = STATE(5052), + [sym__expression] = STATE(4149), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4470), + [sym_parenthesized_expression] = STATE(4470), + [sym_collection_literal] = STATE(4470), + [sym__literal_constant] = STATE(4470), + [sym_string_literal] = STATE(4470), + [sym_lambda_literal] = STATE(4470), + [sym_anonymous_function] = STATE(4470), + [sym__function_literal] = STATE(4470), + [sym_object_literal] = STATE(4470), + [sym_this_expression] = STATE(4470), + [sym_super_expression] = STATE(4470), + [sym_if_expression] = STATE(4470), + [sym_when_expression] = STATE(4470), + [sym_try_expression] = STATE(4470), + [sym_jump_expression] = STATE(4470), + [sym_callable_reference] = STATE(4470), + [sym__prefix_unary_operator] = STATE(1988), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7903), + [sym_modifiers] = STATE(7613), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(335), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4920), + [sym__return_at] = STATE(298), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4470), + [sym_long_literal] = STATE(4470), + [sym_boolean_literal] = STATE(4470), + [sym_character_literal] = STATE(4470), + [sym__lexical_identifier] = STATE(4566), + [aux_sym__statement_repeat1] = STATE(813), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_typealias] = ACTIONS(413), + [anon_sym_class] = ACTIONS(921), + [anon_sym_interface] = ACTIONS(921), + [anon_sym_enum] = ACTIONS(923), + [anon_sym_LBRACE] = ACTIONS(925), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_val] = ACTIONS(927), + [anon_sym_var] = ACTIONS(927), + [anon_sym_object] = ACTIONS(929), + [anon_sym_fun] = ACTIONS(931), + [anon_sym_SEMI] = ACTIONS(1373), + [anon_sym_get] = ACTIONS(933), + [anon_sym_set] = ACTIONS(935), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(937), + [sym_label] = ACTIONS(939), + [anon_sym_for] = ACTIONS(941), + [anon_sym_while] = ACTIONS(943), + [anon_sym_do] = ACTIONS(439), + [anon_sym_null] = ACTIONS(53), + [anon_sym_if] = ACTIONS(443), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(445), + [anon_sym_return] = ACTIONS(447), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(945), + [anon_sym_DASH] = ACTIONS(945), + [anon_sym_PLUS_PLUS] = ACTIONS(947), + [anon_sym_DASH_DASH] = ACTIONS(947), + [anon_sym_BANG] = ACTIONS(947), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(471), - [anon_sym_inner] = ACTIONS(471), + [anon_sym_data] = ACTIONS(77), + [anon_sym_inner] = ACTIONS(77), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -54473,144 +54581,144 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(473), - [anon_sym_actual] = ACTIONS(473), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(915), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), + [anon_sym_expect] = ACTIONS(89), + [anon_sym_actual] = ACTIONS(89), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [sym_real_literal] = ACTIONS(97), + [sym_integer_literal] = ACTIONS(99), + [sym_hex_literal] = ACTIONS(101), + [sym_bin_literal] = ACTIONS(101), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SQUOTE] = ACTIONS(105), + [sym__backtick_identifier] = ACTIONS(107), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(109), }, [186] = { - [sym_type_alias] = STATE(3259), - [sym__declaration] = STATE(3259), - [sym_class_declaration] = STATE(3259), - [sym_function_declaration] = STATE(3259), - [sym_property_declaration] = STATE(3259), - [sym_getter] = STATE(3259), - [sym_setter] = STATE(3259), - [sym_object_declaration] = STATE(3259), - [sym__statement] = STATE(3259), - [sym_control_structure_body] = STATE(3196), - [sym__block] = STATE(3259), - [sym__loop_statement] = STATE(3259), - [sym_for_statement] = STATE(3259), - [sym_while_statement] = STATE(3259), - [sym_do_while_statement] = STATE(3259), - [sym_assignment] = STATE(3259), - [sym__expression] = STATE(2429), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(2734), - [sym_parenthesized_expression] = STATE(2734), - [sym_collection_literal] = STATE(2734), - [sym__literal_constant] = STATE(2734), - [sym_string_literal] = STATE(2734), - [sym_lambda_literal] = STATE(2734), - [sym_anonymous_function] = STATE(2734), - [sym__function_literal] = STATE(2734), - [sym_object_literal] = STATE(2734), - [sym_this_expression] = STATE(2734), - [sym_super_expression] = STATE(2734), - [sym_if_expression] = STATE(2734), - [sym_when_expression] = STATE(2734), - [sym_try_expression] = STATE(2734), - [sym_jump_expression] = STATE(2734), - [sym_callable_reference] = STATE(2734), - [sym__prefix_unary_operator] = STATE(1697), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7893), - [sym_modifiers] = STATE(7727), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(350), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3242), - [sym__return_at] = STATE(262), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(2734), - [sym_long_literal] = STATE(2734), - [sym_boolean_literal] = STATE(2734), - [sym_character_literal] = STATE(2734), - [sym__lexical_identifier] = STATE(2864), - [aux_sym__statement_repeat1] = STATE(804), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(111), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_typealias] = ACTIONS(121), - [anon_sym_class] = ACTIONS(981), - [anon_sym_interface] = ACTIONS(981), - [anon_sym_enum] = ACTIONS(983), + [sym_type_alias] = STATE(4571), + [sym__declaration] = STATE(4571), + [sym_class_declaration] = STATE(4571), + [sym_function_declaration] = STATE(4571), + [sym_property_declaration] = STATE(4571), + [sym_getter] = STATE(4571), + [sym_setter] = STATE(4571), + [sym_object_declaration] = STATE(4571), + [sym__statement] = STATE(4571), + [sym_control_structure_body] = STATE(4625), + [sym__block] = STATE(4571), + [sym__loop_statement] = STATE(4571), + [sym_for_statement] = STATE(4571), + [sym_while_statement] = STATE(4571), + [sym_do_while_statement] = STATE(4571), + [sym_assignment] = STATE(4571), + [sym__expression] = STATE(4184), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4435), + [sym_parenthesized_expression] = STATE(4435), + [sym_collection_literal] = STATE(4435), + [sym__literal_constant] = STATE(4435), + [sym_string_literal] = STATE(4435), + [sym_lambda_literal] = STATE(4435), + [sym_anonymous_function] = STATE(4435), + [sym__function_literal] = STATE(4435), + [sym_object_literal] = STATE(4435), + [sym_this_expression] = STATE(4435), + [sym_super_expression] = STATE(4435), + [sym_if_expression] = STATE(4435), + [sym_when_expression] = STATE(4435), + [sym_try_expression] = STATE(4435), + [sym_jump_expression] = STATE(4435), + [sym_callable_reference] = STATE(4435), + [sym__prefix_unary_operator] = STATE(1903), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7894), + [sym_modifiers] = STATE(7638), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(351), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4608), + [sym__return_at] = STATE(310), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4435), + [sym_long_literal] = STATE(4435), + [sym_boolean_literal] = STATE(4435), + [sym_character_literal] = STATE(4435), + [sym__lexical_identifier] = STATE(4461), + [aux_sym__statement_repeat1] = STATE(822), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_typealias] = ACTIONS(207), + [anon_sym_class] = ACTIONS(1051), + [anon_sym_interface] = ACTIONS(1051), + [anon_sym_enum] = ACTIONS(1053), [anon_sym_LBRACE] = ACTIONS(801), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_val] = ACTIONS(985), - [anon_sym_var] = ACTIONS(985), - [anon_sym_object] = ACTIONS(987), - [anon_sym_fun] = ACTIONS(989), - [anon_sym_SEMI] = ACTIONS(1343), - [anon_sym_get] = ACTIONS(991), - [anon_sym_set] = ACTIONS(993), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(995), - [sym_label] = ACTIONS(997), - [anon_sym_for] = ACTIONS(999), - [anon_sym_while] = ACTIONS(1001), - [anon_sym_do] = ACTIONS(153), - [anon_sym_null] = ACTIONS(821), - [anon_sym_if] = ACTIONS(665), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(667), - [anon_sym_return] = ACTIONS(669), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(1003), - [anon_sym_DASH] = ACTIONS(1003), - [anon_sym_PLUS_PLUS] = ACTIONS(1005), - [anon_sym_DASH_DASH] = ACTIONS(1005), - [anon_sym_BANG] = ACTIONS(1005), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_val] = ACTIONS(1055), + [anon_sym_var] = ACTIONS(1055), + [anon_sym_object] = ACTIONS(1057), + [anon_sym_fun] = ACTIONS(1059), + [anon_sym_SEMI] = ACTIONS(1341), + [anon_sym_get] = ACTIONS(1061), + [anon_sym_set] = ACTIONS(1063), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(1065), + [sym_label] = ACTIONS(311), + [anon_sym_for] = ACTIONS(1067), + [anon_sym_while] = ACTIONS(1069), + [anon_sym_do] = ACTIONS(239), + [anon_sym_null] = ACTIONS(319), + [anon_sym_if] = ACTIONS(321), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(323), + [anon_sym_return] = ACTIONS(325), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(327), + [anon_sym_DASH] = ACTIONS(327), + [anon_sym_PLUS_PLUS] = ACTIONS(329), + [anon_sym_DASH_DASH] = ACTIONS(329), + [anon_sym_BANG] = ACTIONS(329), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(175), - [anon_sym_inner] = ACTIONS(175), + [anon_sym_data] = ACTIONS(261), + [anon_sym_inner] = ACTIONS(261), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -54629,144 +54737,144 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(177), - [anon_sym_actual] = ACTIONS(177), + [anon_sym_expect] = ACTIONS(263), + [anon_sym_actual] = ACTIONS(263), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(827), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(331), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), + [sym__string_start] = ACTIONS(283), }, [187] = { - [sym_type_alias] = STATE(1152), - [sym__declaration] = STATE(1152), - [sym_class_declaration] = STATE(1152), - [sym_function_declaration] = STATE(1152), - [sym_property_declaration] = STATE(1152), - [sym_getter] = STATE(1152), - [sym_setter] = STATE(1152), - [sym_object_declaration] = STATE(1152), - [sym__statement] = STATE(1152), - [sym_control_structure_body] = STATE(1198), - [sym__block] = STATE(1152), - [sym__loop_statement] = STATE(1152), - [sym_for_statement] = STATE(1152), - [sym_while_statement] = STATE(1152), - [sym_do_while_statement] = STATE(1152), - [sym_assignment] = STATE(1152), - [sym__expression] = STATE(532), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(781), - [sym_parenthesized_expression] = STATE(781), - [sym_collection_literal] = STATE(781), - [sym__literal_constant] = STATE(781), - [sym_string_literal] = STATE(781), - [sym_lambda_literal] = STATE(781), - [sym_anonymous_function] = STATE(781), - [sym__function_literal] = STATE(781), - [sym_object_literal] = STATE(781), - [sym_this_expression] = STATE(781), - [sym_super_expression] = STATE(781), - [sym_if_expression] = STATE(781), - [sym_when_expression] = STATE(781), - [sym_try_expression] = STATE(781), - [sym_jump_expression] = STATE(781), - [sym_callable_reference] = STATE(781), - [sym__prefix_unary_operator] = STATE(2238), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7886), - [sym_modifiers] = STATE(7702), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(339), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1054), - [sym__return_at] = STATE(263), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(781), - [sym_long_literal] = STATE(781), - [sym_boolean_literal] = STATE(781), - [sym_character_literal] = STATE(781), - [sym__lexical_identifier] = STATE(866), - [aux_sym__statement_repeat1] = STATE(826), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(413), + [sym_type_alias] = STATE(5052), + [sym__declaration] = STATE(5052), + [sym_class_declaration] = STATE(5052), + [sym_function_declaration] = STATE(5052), + [sym_property_declaration] = STATE(5052), + [sym_getter] = STATE(5052), + [sym_setter] = STATE(5052), + [sym_object_declaration] = STATE(5052), + [sym__statement] = STATE(5052), + [sym_control_structure_body] = STATE(5080), + [sym__block] = STATE(5052), + [sym__loop_statement] = STATE(5052), + [sym_for_statement] = STATE(5052), + [sym_while_statement] = STATE(5052), + [sym_do_while_statement] = STATE(5052), + [sym_assignment] = STATE(5052), + [sym__expression] = STATE(4196), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4470), + [sym_parenthesized_expression] = STATE(4470), + [sym_collection_literal] = STATE(4470), + [sym__literal_constant] = STATE(4470), + [sym_string_literal] = STATE(4470), + [sym_lambda_literal] = STATE(4470), + [sym_anonymous_function] = STATE(4470), + [sym__function_literal] = STATE(4470), + [sym_object_literal] = STATE(4470), + [sym_this_expression] = STATE(4470), + [sym_super_expression] = STATE(4470), + [sym_if_expression] = STATE(4470), + [sym_when_expression] = STATE(4470), + [sym_try_expression] = STATE(4470), + [sym_jump_expression] = STATE(4470), + [sym_callable_reference] = STATE(4470), + [sym__prefix_unary_operator] = STATE(1926), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7921), + [sym_modifiers] = STATE(7802), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(338), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4920), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4470), + [sym_long_literal] = STATE(4470), + [sym_boolean_literal] = STATE(4470), + [sym_character_literal] = STATE(4470), + [sym__lexical_identifier] = STATE(4566), + [aux_sym__statement_repeat1] = STATE(805), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_typealias] = ACTIONS(417), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_typealias] = ACTIONS(413), [anon_sym_class] = ACTIONS(1033), [anon_sym_interface] = ACTIONS(1033), [anon_sym_enum] = ACTIONS(1035), - [anon_sym_LBRACE] = ACTIONS(889), - [anon_sym_LPAREN] = ACTIONS(425), + [anon_sym_LBRACE] = ACTIONS(925), + [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_val] = ACTIONS(1037), [anon_sym_var] = ACTIONS(1037), [anon_sym_object] = ACTIONS(1039), [anon_sym_fun] = ACTIONS(1041), - [anon_sym_SEMI] = ACTIONS(1345), + [anon_sym_SEMI] = ACTIONS(1377), [anon_sym_get] = ACTIONS(1043), [anon_sym_set] = ACTIONS(1045), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1047), - [sym_label] = ACTIONS(1049), - [anon_sym_for] = ACTIONS(1051), - [anon_sym_while] = ACTIONS(1053), - [anon_sym_do] = ACTIONS(449), - [anon_sym_null] = ACTIONS(909), - [anon_sym_if] = ACTIONS(787), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(789), - [anon_sym_return] = ACTIONS(791), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(1055), - [anon_sym_DASH] = ACTIONS(1055), - [anon_sym_PLUS_PLUS] = ACTIONS(1057), - [anon_sym_DASH_DASH] = ACTIONS(1057), - [anon_sym_BANG] = ACTIONS(1057), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(43), + [sym_label] = ACTIONS(45), + [anon_sym_for] = ACTIONS(1047), + [anon_sym_while] = ACTIONS(1049), + [anon_sym_do] = ACTIONS(439), + [anon_sym_null] = ACTIONS(53), + [anon_sym_if] = ACTIONS(55), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(61), + [anon_sym_return] = ACTIONS(63), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(69), + [anon_sym_DASH] = ACTIONS(69), + [anon_sym_PLUS_PLUS] = ACTIONS(71), + [anon_sym_DASH_DASH] = ACTIONS(71), + [anon_sym_BANG] = ACTIONS(71), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(471), - [anon_sym_inner] = ACTIONS(471), + [anon_sym_data] = ACTIONS(77), + [anon_sym_inner] = ACTIONS(77), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -54785,125 +54893,125 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(473), - [anon_sym_actual] = ACTIONS(473), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(915), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), + [anon_sym_expect] = ACTIONS(89), + [anon_sym_actual] = ACTIONS(89), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [sym_real_literal] = ACTIONS(97), + [sym_integer_literal] = ACTIONS(99), + [sym_hex_literal] = ACTIONS(101), + [sym_bin_literal] = ACTIONS(101), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SQUOTE] = ACTIONS(105), + [sym__backtick_identifier] = ACTIONS(107), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(109), }, [188] = { - [sym_type_alias] = STATE(4620), - [sym__declaration] = STATE(4620), - [sym_class_declaration] = STATE(4620), - [sym_function_declaration] = STATE(4620), - [sym_property_declaration] = STATE(4620), - [sym_getter] = STATE(4620), - [sym_setter] = STATE(4620), - [sym_object_declaration] = STATE(4620), - [sym__statement] = STATE(4620), - [sym_control_structure_body] = STATE(4689), - [sym__block] = STATE(4620), - [sym__loop_statement] = STATE(4620), - [sym_for_statement] = STATE(4620), - [sym_while_statement] = STATE(4620), - [sym_do_while_statement] = STATE(4620), - [sym_assignment] = STATE(4620), - [sym__expression] = STATE(4166), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4428), - [sym_parenthesized_expression] = STATE(4428), - [sym_collection_literal] = STATE(4428), - [sym__literal_constant] = STATE(4428), - [sym_string_literal] = STATE(4428), - [sym_lambda_literal] = STATE(4428), - [sym_anonymous_function] = STATE(4428), - [sym__function_literal] = STATE(4428), - [sym_object_literal] = STATE(4428), - [sym_this_expression] = STATE(4428), - [sym_super_expression] = STATE(4428), - [sym_if_expression] = STATE(4428), - [sym_when_expression] = STATE(4428), - [sym_try_expression] = STATE(4428), - [sym_jump_expression] = STATE(4428), - [sym_callable_reference] = STATE(4428), - [sym__prefix_unary_operator] = STATE(2049), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7865), - [sym_modifiers] = STATE(7643), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(342), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4561), + [sym_type_alias] = STATE(9461), + [sym__declaration] = STATE(9461), + [sym_class_declaration] = STATE(9461), + [sym_function_declaration] = STATE(9461), + [sym_property_declaration] = STATE(9461), + [sym_getter] = STATE(9461), + [sym_setter] = STATE(9461), + [sym_object_declaration] = STATE(9461), + [sym__statement] = STATE(9461), + [sym_control_structure_body] = STATE(9063), + [sym__block] = STATE(9461), + [sym__loop_statement] = STATE(9461), + [sym_for_statement] = STATE(9461), + [sym_while_statement] = STATE(9461), + [sym_do_while_statement] = STATE(9461), + [sym_assignment] = STATE(9461), + [sym__expression] = STATE(4184), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4435), + [sym_parenthesized_expression] = STATE(4435), + [sym_collection_literal] = STATE(4435), + [sym__literal_constant] = STATE(4435), + [sym_string_literal] = STATE(4435), + [sym_lambda_literal] = STATE(4435), + [sym_anonymous_function] = STATE(4435), + [sym__function_literal] = STATE(4435), + [sym_object_literal] = STATE(4435), + [sym_this_expression] = STATE(4435), + [sym_super_expression] = STATE(4435), + [sym_if_expression] = STATE(4435), + [sym_when_expression] = STATE(4435), + [sym_try_expression] = STATE(4435), + [sym_jump_expression] = STATE(4435), + [sym_callable_reference] = STATE(4435), + [sym__prefix_unary_operator] = STATE(1903), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7894), + [sym_modifiers] = STATE(7813), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(351), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4608), [sym__return_at] = STATE(310), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4428), - [sym_long_literal] = STATE(4428), - [sym_boolean_literal] = STATE(4428), - [sym_character_literal] = STATE(4428), - [sym__lexical_identifier] = STATE(4440), - [aux_sym__statement_repeat1] = STATE(814), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_typealias] = ACTIONS(207), - [anon_sym_class] = ACTIONS(1077), - [anon_sym_interface] = ACTIONS(1077), - [anon_sym_enum] = ACTIONS(1079), - [anon_sym_LBRACE] = ACTIONS(833), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4435), + [sym_long_literal] = STATE(4435), + [sym_boolean_literal] = STATE(4435), + [sym_character_literal] = STATE(4435), + [sym__lexical_identifier] = STATE(4461), + [aux_sym__statement_repeat1] = STATE(830), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_typealias] = ACTIONS(289), + [anon_sym_class] = ACTIONS(291), + [anon_sym_interface] = ACTIONS(291), + [anon_sym_enum] = ACTIONS(293), + [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_val] = ACTIONS(1081), - [anon_sym_var] = ACTIONS(1081), - [anon_sym_object] = ACTIONS(1083), - [anon_sym_fun] = ACTIONS(1085), - [anon_sym_SEMI] = ACTIONS(1367), - [anon_sym_get] = ACTIONS(1087), - [anon_sym_set] = ACTIONS(1089), + [anon_sym_val] = ACTIONS(297), + [anon_sym_var] = ACTIONS(297), + [anon_sym_object] = ACTIONS(299), + [anon_sym_fun] = ACTIONS(301), + [anon_sym_SEMI] = ACTIONS(303), + [anon_sym_get] = ACTIONS(305), + [anon_sym_set] = ACTIONS(307), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), + [anon_sym_STAR] = ACTIONS(1065), [sym_label] = ACTIONS(311), - [anon_sym_for] = ACTIONS(1093), - [anon_sym_while] = ACTIONS(1095), - [anon_sym_do] = ACTIONS(239), + [anon_sym_for] = ACTIONS(313), + [anon_sym_while] = ACTIONS(315), + [anon_sym_do] = ACTIONS(317), [anon_sym_null] = ACTIONS(319), [anon_sym_if] = ACTIONS(321), [anon_sym_when] = ACTIONS(245), @@ -54959,126 +55067,126 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(283), }, [189] = { - [sym_type_alias] = STATE(3848), - [sym__declaration] = STATE(3848), - [sym_class_declaration] = STATE(3848), - [sym_function_declaration] = STATE(3848), - [sym_property_declaration] = STATE(3848), - [sym_getter] = STATE(3848), - [sym_setter] = STATE(3848), - [sym_object_declaration] = STATE(3848), - [sym__statement] = STATE(3848), - [sym_control_structure_body] = STATE(3746), - [sym__block] = STATE(3848), - [sym__loop_statement] = STATE(3848), - [sym_for_statement] = STATE(3848), - [sym_while_statement] = STATE(3848), - [sym_do_while_statement] = STATE(3848), - [sym_assignment] = STATE(3848), - [sym__expression] = STATE(2556), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(2871), - [sym_parenthesized_expression] = STATE(2871), - [sym_collection_literal] = STATE(2871), - [sym__literal_constant] = STATE(2871), - [sym_string_literal] = STATE(2871), - [sym_lambda_literal] = STATE(2871), - [sym_anonymous_function] = STATE(2871), - [sym__function_literal] = STATE(2871), - [sym_object_literal] = STATE(2871), - [sym_this_expression] = STATE(2871), - [sym_super_expression] = STATE(2871), - [sym_if_expression] = STATE(2871), - [sym_when_expression] = STATE(2871), - [sym_try_expression] = STATE(2871), - [sym_jump_expression] = STATE(2871), - [sym_callable_reference] = STATE(2871), - [sym__prefix_unary_operator] = STATE(1643), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7866), - [sym_modifiers] = STATE(7722), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(348), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3755), - [sym__return_at] = STATE(264), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(2871), - [sym_long_literal] = STATE(2871), - [sym_boolean_literal] = STATE(2871), - [sym_character_literal] = STATE(2871), - [sym__lexical_identifier] = STATE(3263), - [aux_sym__statement_repeat1] = STATE(818), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(537), + [sym_type_alias] = STATE(5052), + [sym__declaration] = STATE(5052), + [sym_class_declaration] = STATE(5052), + [sym_function_declaration] = STATE(5052), + [sym_property_declaration] = STATE(5052), + [sym_getter] = STATE(5052), + [sym_setter] = STATE(5052), + [sym_object_declaration] = STATE(5052), + [sym__statement] = STATE(5052), + [sym_control_structure_body] = STATE(5048), + [sym__block] = STATE(5052), + [sym__loop_statement] = STATE(5052), + [sym_for_statement] = STATE(5052), + [sym_while_statement] = STATE(5052), + [sym_do_while_statement] = STATE(5052), + [sym_assignment] = STATE(5052), + [sym__expression] = STATE(4149), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4470), + [sym_parenthesized_expression] = STATE(4470), + [sym_collection_literal] = STATE(4470), + [sym__literal_constant] = STATE(4470), + [sym_string_literal] = STATE(4470), + [sym_lambda_literal] = STATE(4470), + [sym_anonymous_function] = STATE(4470), + [sym__function_literal] = STATE(4470), + [sym_object_literal] = STATE(4470), + [sym_this_expression] = STATE(4470), + [sym_super_expression] = STATE(4470), + [sym_if_expression] = STATE(4470), + [sym_when_expression] = STATE(4470), + [sym_try_expression] = STATE(4470), + [sym_jump_expression] = STATE(4470), + [sym_callable_reference] = STATE(4470), + [sym__prefix_unary_operator] = STATE(1988), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7903), + [sym_modifiers] = STATE(7613), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(335), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4920), + [sym__return_at] = STATE(298), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4470), + [sym_long_literal] = STATE(4470), + [sym_boolean_literal] = STATE(4470), + [sym_character_literal] = STATE(4470), + [sym__lexical_identifier] = STATE(4566), + [aux_sym__statement_repeat1] = STATE(813), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_typealias] = ACTIONS(541), - [anon_sym_class] = ACTIONS(1007), - [anon_sym_interface] = ACTIONS(1007), - [anon_sym_enum] = ACTIONS(1009), - [anon_sym_LBRACE] = ACTIONS(953), - [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_val] = ACTIONS(1011), - [anon_sym_var] = ACTIONS(1011), - [anon_sym_object] = ACTIONS(1013), - [anon_sym_fun] = ACTIONS(1015), - [anon_sym_SEMI] = ACTIONS(1339), - [anon_sym_get] = ACTIONS(1017), - [anon_sym_set] = ACTIONS(1019), - [anon_sym_this] = ACTIONS(561), - [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1021), - [sym_label] = ACTIONS(1023), - [anon_sym_for] = ACTIONS(1025), - [anon_sym_while] = ACTIONS(1027), - [anon_sym_do] = ACTIONS(573), - [anon_sym_null] = ACTIONS(973), - [anon_sym_if] = ACTIONS(755), - [anon_sym_when] = ACTIONS(579), - [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(757), - [anon_sym_return] = ACTIONS(759), - [anon_sym_continue] = ACTIONS(587), - [anon_sym_break] = ACTIONS(587), - [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(1029), - [anon_sym_DASH] = ACTIONS(1029), - [anon_sym_PLUS_PLUS] = ACTIONS(1031), - [anon_sym_DASH_DASH] = ACTIONS(1031), - [anon_sym_BANG] = ACTIONS(1031), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_typealias] = ACTIONS(413), + [anon_sym_class] = ACTIONS(921), + [anon_sym_interface] = ACTIONS(921), + [anon_sym_enum] = ACTIONS(923), + [anon_sym_LBRACE] = ACTIONS(925), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_val] = ACTIONS(927), + [anon_sym_var] = ACTIONS(927), + [anon_sym_object] = ACTIONS(929), + [anon_sym_fun] = ACTIONS(931), + [anon_sym_SEMI] = ACTIONS(1379), + [anon_sym_get] = ACTIONS(933), + [anon_sym_set] = ACTIONS(935), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(937), + [sym_label] = ACTIONS(939), + [anon_sym_for] = ACTIONS(941), + [anon_sym_while] = ACTIONS(943), + [anon_sym_do] = ACTIONS(439), + [anon_sym_null] = ACTIONS(53), + [anon_sym_if] = ACTIONS(443), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(445), + [anon_sym_return] = ACTIONS(447), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(945), + [anon_sym_DASH] = ACTIONS(945), + [anon_sym_PLUS_PLUS] = ACTIONS(947), + [anon_sym_DASH_DASH] = ACTIONS(947), + [anon_sym_BANG] = ACTIONS(947), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(595), - [anon_sym_inner] = ACTIONS(595), + [anon_sym_data] = ACTIONS(77), + [anon_sym_inner] = ACTIONS(77), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -55097,144 +55205,144 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(597), - [anon_sym_actual] = ACTIONS(597), + [anon_sym_expect] = ACTIONS(89), + [anon_sym_actual] = ACTIONS(89), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(599), - [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(979), - [sym_integer_literal] = ACTIONS(605), - [sym_hex_literal] = ACTIONS(607), - [sym_bin_literal] = ACTIONS(607), - [anon_sym_true] = ACTIONS(609), - [anon_sym_false] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(611), - [sym__backtick_identifier] = ACTIONS(613), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [sym_real_literal] = ACTIONS(97), + [sym_integer_literal] = ACTIONS(99), + [sym_hex_literal] = ACTIONS(101), + [sym_bin_literal] = ACTIONS(101), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SQUOTE] = ACTIONS(105), + [sym__backtick_identifier] = ACTIONS(107), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(615), + [sym__string_start] = ACTIONS(109), }, [190] = { - [sym_type_alias] = STATE(1152), - [sym__declaration] = STATE(1152), - [sym_class_declaration] = STATE(1152), - [sym_function_declaration] = STATE(1152), - [sym_property_declaration] = STATE(1152), - [sym_getter] = STATE(1152), - [sym_setter] = STATE(1152), - [sym_object_declaration] = STATE(1152), - [sym__statement] = STATE(1152), - [sym_control_structure_body] = STATE(1165), - [sym__block] = STATE(1152), - [sym__loop_statement] = STATE(1152), - [sym_for_statement] = STATE(1152), - [sym_while_statement] = STATE(1152), - [sym_do_while_statement] = STATE(1152), - [sym_assignment] = STATE(1152), - [sym__expression] = STATE(388), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(767), - [sym_parenthesized_expression] = STATE(767), - [sym_collection_literal] = STATE(767), - [sym__literal_constant] = STATE(767), - [sym_string_literal] = STATE(767), - [sym_lambda_literal] = STATE(767), - [sym_anonymous_function] = STATE(767), - [sym__function_literal] = STATE(767), - [sym_object_literal] = STATE(767), - [sym_this_expression] = STATE(767), - [sym_super_expression] = STATE(767), - [sym_if_expression] = STATE(767), - [sym_when_expression] = STATE(767), - [sym_try_expression] = STATE(767), - [sym_jump_expression] = STATE(767), - [sym_callable_reference] = STATE(767), - [sym__prefix_unary_operator] = STATE(2221), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7882), - [sym_modifiers] = STATE(7647), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(340), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1054), - [sym__return_at] = STATE(263), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(767), - [sym_long_literal] = STATE(767), - [sym_boolean_literal] = STATE(767), - [sym_character_literal] = STATE(767), - [sym__lexical_identifier] = STATE(866), - [aux_sym__statement_repeat1] = STATE(823), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_typealias] = ACTIONS(417), - [anon_sym_class] = ACTIONS(765), - [anon_sym_interface] = ACTIONS(765), - [anon_sym_enum] = ACTIONS(767), - [anon_sym_LBRACE] = ACTIONS(423), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_val] = ACTIONS(769), - [anon_sym_var] = ACTIONS(769), - [anon_sym_object] = ACTIONS(771), - [anon_sym_fun] = ACTIONS(773), - [anon_sym_SEMI] = ACTIONS(1355), - [anon_sym_get] = ACTIONS(775), - [anon_sym_set] = ACTIONS(777), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1257), - [sym_label] = ACTIONS(781), - [anon_sym_for] = ACTIONS(783), - [anon_sym_while] = ACTIONS(785), - [anon_sym_do] = ACTIONS(449), - [anon_sym_null] = ACTIONS(451), - [anon_sym_if] = ACTIONS(787), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(789), - [anon_sym_return] = ACTIONS(791), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(793), - [anon_sym_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(795), - [anon_sym_DASH_DASH] = ACTIONS(795), - [anon_sym_BANG] = ACTIONS(795), + [sym_type_alias] = STATE(5052), + [sym__declaration] = STATE(5052), + [sym_class_declaration] = STATE(5052), + [sym_function_declaration] = STATE(5052), + [sym_property_declaration] = STATE(5052), + [sym_getter] = STATE(5052), + [sym_setter] = STATE(5052), + [sym_object_declaration] = STATE(5052), + [sym__statement] = STATE(5052), + [sym_control_structure_body] = STATE(5065), + [sym__block] = STATE(5052), + [sym__loop_statement] = STATE(5052), + [sym_for_statement] = STATE(5052), + [sym_while_statement] = STATE(5052), + [sym_do_while_statement] = STATE(5052), + [sym_assignment] = STATE(5052), + [sym__expression] = STATE(4196), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4470), + [sym_parenthesized_expression] = STATE(4470), + [sym_collection_literal] = STATE(4470), + [sym__literal_constant] = STATE(4470), + [sym_string_literal] = STATE(4470), + [sym_lambda_literal] = STATE(4470), + [sym_anonymous_function] = STATE(4470), + [sym__function_literal] = STATE(4470), + [sym_object_literal] = STATE(4470), + [sym_this_expression] = STATE(4470), + [sym_super_expression] = STATE(4470), + [sym_if_expression] = STATE(4470), + [sym_when_expression] = STATE(4470), + [sym_try_expression] = STATE(4470), + [sym_jump_expression] = STATE(4470), + [sym_callable_reference] = STATE(4470), + [sym__prefix_unary_operator] = STATE(1926), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7921), + [sym_modifiers] = STATE(7802), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(338), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4920), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4470), + [sym_long_literal] = STATE(4470), + [sym_boolean_literal] = STATE(4470), + [sym_character_literal] = STATE(4470), + [sym__lexical_identifier] = STATE(4566), + [aux_sym__statement_repeat1] = STATE(805), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_typealias] = ACTIONS(413), + [anon_sym_class] = ACTIONS(1033), + [anon_sym_interface] = ACTIONS(1033), + [anon_sym_enum] = ACTIONS(1035), + [anon_sym_LBRACE] = ACTIONS(925), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_val] = ACTIONS(1037), + [anon_sym_var] = ACTIONS(1037), + [anon_sym_object] = ACTIONS(1039), + [anon_sym_fun] = ACTIONS(1041), + [anon_sym_SEMI] = ACTIONS(1375), + [anon_sym_get] = ACTIONS(1043), + [anon_sym_set] = ACTIONS(1045), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(43), + [sym_label] = ACTIONS(45), + [anon_sym_for] = ACTIONS(1047), + [anon_sym_while] = ACTIONS(1049), + [anon_sym_do] = ACTIONS(439), + [anon_sym_null] = ACTIONS(53), + [anon_sym_if] = ACTIONS(55), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(61), + [anon_sym_return] = ACTIONS(63), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(69), + [anon_sym_DASH] = ACTIONS(69), + [anon_sym_PLUS_PLUS] = ACTIONS(71), + [anon_sym_DASH_DASH] = ACTIONS(71), + [anon_sym_BANG] = ACTIONS(71), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(471), - [anon_sym_inner] = ACTIONS(471), + [anon_sym_data] = ACTIONS(77), + [anon_sym_inner] = ACTIONS(77), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -55253,144 +55361,144 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(473), - [anon_sym_actual] = ACTIONS(473), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(481), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), + [anon_sym_expect] = ACTIONS(89), + [anon_sym_actual] = ACTIONS(89), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [sym_real_literal] = ACTIONS(97), + [sym_integer_literal] = ACTIONS(99), + [sym_hex_literal] = ACTIONS(101), + [sym_bin_literal] = ACTIONS(101), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SQUOTE] = ACTIONS(105), + [sym__backtick_identifier] = ACTIONS(107), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(109), }, [191] = { - [sym_type_alias] = STATE(3848), - [sym__declaration] = STATE(3848), - [sym_class_declaration] = STATE(3848), - [sym_function_declaration] = STATE(3848), - [sym_property_declaration] = STATE(3848), - [sym_getter] = STATE(3848), - [sym_setter] = STATE(3848), - [sym_object_declaration] = STATE(3848), - [sym__statement] = STATE(3848), - [sym_control_structure_body] = STATE(3746), - [sym__block] = STATE(3848), - [sym__loop_statement] = STATE(3848), - [sym_for_statement] = STATE(3848), - [sym_while_statement] = STATE(3848), - [sym_do_while_statement] = STATE(3848), - [sym_assignment] = STATE(3848), - [sym__expression] = STATE(2406), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(2871), - [sym_parenthesized_expression] = STATE(2871), - [sym_collection_literal] = STATE(2871), - [sym__literal_constant] = STATE(2871), - [sym_string_literal] = STATE(2871), - [sym_lambda_literal] = STATE(2871), - [sym_anonymous_function] = STATE(2871), - [sym__function_literal] = STATE(2871), - [sym_object_literal] = STATE(2871), - [sym_this_expression] = STATE(2871), - [sym_super_expression] = STATE(2871), - [sym_if_expression] = STATE(2871), - [sym_when_expression] = STATE(2871), - [sym_try_expression] = STATE(2871), - [sym_jump_expression] = STATE(2871), - [sym_callable_reference] = STATE(2871), - [sym__prefix_unary_operator] = STATE(2280), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7880), - [sym_modifiers] = STATE(7632), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(333), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3755), - [sym__return_at] = STATE(261), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(2871), - [sym_long_literal] = STATE(2871), - [sym_boolean_literal] = STATE(2871), - [sym_character_literal] = STATE(2871), - [sym__lexical_identifier] = STATE(3263), + [sym_type_alias] = STATE(9461), + [sym__declaration] = STATE(9461), + [sym_class_declaration] = STATE(9461), + [sym_function_declaration] = STATE(9461), + [sym_property_declaration] = STATE(9461), + [sym_getter] = STATE(9461), + [sym_setter] = STATE(9461), + [sym_object_declaration] = STATE(9461), + [sym__statement] = STATE(9461), + [sym_control_structure_body] = STATE(9063), + [sym__block] = STATE(9461), + [sym__loop_statement] = STATE(9461), + [sym_for_statement] = STATE(9461), + [sym_while_statement] = STATE(9461), + [sym_do_while_statement] = STATE(9461), + [sym_assignment] = STATE(9461), + [sym__expression] = STATE(4184), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4435), + [sym_parenthesized_expression] = STATE(4435), + [sym_collection_literal] = STATE(4435), + [sym__literal_constant] = STATE(4435), + [sym_string_literal] = STATE(4435), + [sym_lambda_literal] = STATE(4435), + [sym_anonymous_function] = STATE(4435), + [sym__function_literal] = STATE(4435), + [sym_object_literal] = STATE(4435), + [sym_this_expression] = STATE(4435), + [sym_super_expression] = STATE(4435), + [sym_if_expression] = STATE(4435), + [sym_when_expression] = STATE(4435), + [sym_try_expression] = STATE(4435), + [sym_jump_expression] = STATE(4435), + [sym_callable_reference] = STATE(4435), + [sym__prefix_unary_operator] = STATE(1903), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7894), + [sym_modifiers] = STATE(7813), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(351), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4608), + [sym__return_at] = STATE(310), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4435), + [sym_long_literal] = STATE(4435), + [sym_boolean_literal] = STATE(4435), + [sym_character_literal] = STATE(4435), + [sym__lexical_identifier] = STATE(4461), [aux_sym__statement_repeat1] = STATE(830), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(537), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(203), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_typealias] = ACTIONS(541), - [anon_sym_class] = ACTIONS(949), - [anon_sym_interface] = ACTIONS(949), - [anon_sym_enum] = ACTIONS(951), - [anon_sym_LBRACE] = ACTIONS(953), - [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_val] = ACTIONS(955), - [anon_sym_var] = ACTIONS(955), - [anon_sym_object] = ACTIONS(957), - [anon_sym_fun] = ACTIONS(959), - [anon_sym_SEMI] = ACTIONS(1339), - [anon_sym_get] = ACTIONS(961), - [anon_sym_set] = ACTIONS(963), - [anon_sym_this] = ACTIONS(561), - [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(965), - [sym_label] = ACTIONS(967), - [anon_sym_for] = ACTIONS(969), - [anon_sym_while] = ACTIONS(971), - [anon_sym_do] = ACTIONS(573), - [anon_sym_null] = ACTIONS(973), - [anon_sym_if] = ACTIONS(577), - [anon_sym_when] = ACTIONS(579), - [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(583), - [anon_sym_return] = ACTIONS(585), - [anon_sym_continue] = ACTIONS(587), - [anon_sym_break] = ACTIONS(587), - [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(975), - [anon_sym_DASH] = ACTIONS(975), - [anon_sym_PLUS_PLUS] = ACTIONS(977), - [anon_sym_DASH_DASH] = ACTIONS(977), - [anon_sym_BANG] = ACTIONS(977), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_typealias] = ACTIONS(289), + [anon_sym_class] = ACTIONS(291), + [anon_sym_interface] = ACTIONS(291), + [anon_sym_enum] = ACTIONS(293), + [anon_sym_LBRACE] = ACTIONS(295), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_val] = ACTIONS(297), + [anon_sym_var] = ACTIONS(297), + [anon_sym_object] = ACTIONS(299), + [anon_sym_fun] = ACTIONS(301), + [anon_sym_SEMI] = ACTIONS(303), + [anon_sym_get] = ACTIONS(305), + [anon_sym_set] = ACTIONS(307), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(1065), + [sym_label] = ACTIONS(311), + [anon_sym_for] = ACTIONS(313), + [anon_sym_while] = ACTIONS(315), + [anon_sym_do] = ACTIONS(317), + [anon_sym_null] = ACTIONS(319), + [anon_sym_if] = ACTIONS(321), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(323), + [anon_sym_return] = ACTIONS(325), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(327), + [anon_sym_DASH] = ACTIONS(327), + [anon_sym_PLUS_PLUS] = ACTIONS(329), + [anon_sym_DASH_DASH] = ACTIONS(329), + [anon_sym_BANG] = ACTIONS(329), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(595), - [anon_sym_inner] = ACTIONS(595), + [anon_sym_data] = ACTIONS(261), + [anon_sym_inner] = ACTIONS(261), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -55409,144 +55517,144 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(597), - [anon_sym_actual] = ACTIONS(597), + [anon_sym_expect] = ACTIONS(263), + [anon_sym_actual] = ACTIONS(263), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(599), - [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(979), - [sym_integer_literal] = ACTIONS(605), - [sym_hex_literal] = ACTIONS(607), - [sym_bin_literal] = ACTIONS(607), - [anon_sym_true] = ACTIONS(609), - [anon_sym_false] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(611), - [sym__backtick_identifier] = ACTIONS(613), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(331), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(615), + [sym__string_start] = ACTIONS(283), }, [192] = { - [sym_type_alias] = STATE(1152), - [sym__declaration] = STATE(1152), - [sym_class_declaration] = STATE(1152), - [sym_function_declaration] = STATE(1152), - [sym_property_declaration] = STATE(1152), - [sym_getter] = STATE(1152), - [sym_setter] = STATE(1152), - [sym_object_declaration] = STATE(1152), - [sym__statement] = STATE(1152), - [sym_control_structure_body] = STATE(1168), - [sym__block] = STATE(1152), - [sym__loop_statement] = STATE(1152), - [sym_for_statement] = STATE(1152), - [sym_while_statement] = STATE(1152), - [sym_do_while_statement] = STATE(1152), - [sym_assignment] = STATE(1152), - [sym__expression] = STATE(532), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(781), - [sym_parenthesized_expression] = STATE(781), - [sym_collection_literal] = STATE(781), - [sym__literal_constant] = STATE(781), - [sym_string_literal] = STATE(781), - [sym_lambda_literal] = STATE(781), - [sym_anonymous_function] = STATE(781), - [sym__function_literal] = STATE(781), - [sym_object_literal] = STATE(781), - [sym_this_expression] = STATE(781), - [sym_super_expression] = STATE(781), - [sym_if_expression] = STATE(781), - [sym_when_expression] = STATE(781), - [sym_try_expression] = STATE(781), - [sym_jump_expression] = STATE(781), - [sym_callable_reference] = STATE(781), - [sym__prefix_unary_operator] = STATE(2238), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7886), - [sym_modifiers] = STATE(7702), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), + [sym_type_alias] = STATE(4571), + [sym__declaration] = STATE(4571), + [sym_class_declaration] = STATE(4571), + [sym_function_declaration] = STATE(4571), + [sym_property_declaration] = STATE(4571), + [sym_getter] = STATE(4571), + [sym_setter] = STATE(4571), + [sym_object_declaration] = STATE(4571), + [sym__statement] = STATE(4571), + [sym_control_structure_body] = STATE(4625), + [sym__block] = STATE(4571), + [sym__loop_statement] = STATE(4571), + [sym_for_statement] = STATE(4571), + [sym_while_statement] = STATE(4571), + [sym_do_while_statement] = STATE(4571), + [sym_assignment] = STATE(4571), + [sym__expression] = STATE(4029), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4435), + [sym_parenthesized_expression] = STATE(4435), + [sym_collection_literal] = STATE(4435), + [sym__literal_constant] = STATE(4435), + [sym_string_literal] = STATE(4435), + [sym_lambda_literal] = STATE(4435), + [sym_anonymous_function] = STATE(4435), + [sym__function_literal] = STATE(4435), + [sym_object_literal] = STATE(4435), + [sym_this_expression] = STATE(4435), + [sym_super_expression] = STATE(4435), + [sym_if_expression] = STATE(4435), + [sym_when_expression] = STATE(4435), + [sym_try_expression] = STATE(4435), + [sym_jump_expression] = STATE(4435), + [sym_callable_reference] = STATE(4435), + [sym__prefix_unary_operator] = STATE(1897), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7897), + [sym_modifiers] = STATE(7821), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), [sym_annotation] = STATE(339), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1054), - [sym__return_at] = STATE(263), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(781), - [sym_long_literal] = STATE(781), - [sym_boolean_literal] = STATE(781), - [sym_character_literal] = STATE(781), - [sym__lexical_identifier] = STATE(866), - [aux_sym__statement_repeat1] = STATE(826), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_typealias] = ACTIONS(417), - [anon_sym_class] = ACTIONS(1033), - [anon_sym_interface] = ACTIONS(1033), - [anon_sym_enum] = ACTIONS(1035), - [anon_sym_LBRACE] = ACTIONS(889), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_val] = ACTIONS(1037), - [anon_sym_var] = ACTIONS(1037), - [anon_sym_object] = ACTIONS(1039), - [anon_sym_fun] = ACTIONS(1041), - [anon_sym_SEMI] = ACTIONS(1351), - [anon_sym_get] = ACTIONS(1043), - [anon_sym_set] = ACTIONS(1045), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1047), - [sym_label] = ACTIONS(1049), - [anon_sym_for] = ACTIONS(1051), - [anon_sym_while] = ACTIONS(1053), - [anon_sym_do] = ACTIONS(449), - [anon_sym_null] = ACTIONS(909), - [anon_sym_if] = ACTIONS(787), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(789), - [anon_sym_return] = ACTIONS(791), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(1055), - [anon_sym_DASH] = ACTIONS(1055), - [anon_sym_PLUS_PLUS] = ACTIONS(1057), - [anon_sym_DASH_DASH] = ACTIONS(1057), - [anon_sym_BANG] = ACTIONS(1057), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4608), + [sym__return_at] = STATE(295), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4435), + [sym_long_literal] = STATE(4435), + [sym_boolean_literal] = STATE(4435), + [sym_character_literal] = STATE(4435), + [sym__lexical_identifier] = STATE(4461), + [aux_sym__statement_repeat1] = STATE(790), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_typealias] = ACTIONS(207), + [anon_sym_class] = ACTIONS(797), + [anon_sym_interface] = ACTIONS(797), + [anon_sym_enum] = ACTIONS(799), + [anon_sym_LBRACE] = ACTIONS(801), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_val] = ACTIONS(803), + [anon_sym_var] = ACTIONS(803), + [anon_sym_object] = ACTIONS(805), + [anon_sym_fun] = ACTIONS(807), + [anon_sym_SEMI] = ACTIONS(1341), + [anon_sym_get] = ACTIONS(809), + [anon_sym_set] = ACTIONS(811), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(813), + [sym_label] = ACTIONS(815), + [anon_sym_for] = ACTIONS(817), + [anon_sym_while] = ACTIONS(819), + [anon_sym_do] = ACTIONS(239), + [anon_sym_null] = ACTIONS(319), + [anon_sym_if] = ACTIONS(243), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(249), + [anon_sym_return] = ACTIONS(251), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(823), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(471), - [anon_sym_inner] = ACTIONS(471), + [anon_sym_data] = ACTIONS(261), + [anon_sym_inner] = ACTIONS(261), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -55565,144 +55673,144 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(473), - [anon_sym_actual] = ACTIONS(473), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(915), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), + [anon_sym_expect] = ACTIONS(263), + [anon_sym_actual] = ACTIONS(263), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(331), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(283), }, [193] = { - [sym_type_alias] = STATE(3848), - [sym__declaration] = STATE(3848), - [sym_class_declaration] = STATE(3848), - [sym_function_declaration] = STATE(3848), - [sym_property_declaration] = STATE(3848), - [sym_getter] = STATE(3848), - [sym_setter] = STATE(3848), - [sym_object_declaration] = STATE(3848), - [sym__statement] = STATE(3848), - [sym_control_structure_body] = STATE(3754), - [sym__block] = STATE(3848), - [sym__loop_statement] = STATE(3848), - [sym_for_statement] = STATE(3848), - [sym_while_statement] = STATE(3848), - [sym_do_while_statement] = STATE(3848), - [sym_assignment] = STATE(3848), - [sym__expression] = STATE(2406), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(2871), - [sym_parenthesized_expression] = STATE(2871), - [sym_collection_literal] = STATE(2871), - [sym__literal_constant] = STATE(2871), - [sym_string_literal] = STATE(2871), - [sym_lambda_literal] = STATE(2871), - [sym_anonymous_function] = STATE(2871), - [sym__function_literal] = STATE(2871), - [sym_object_literal] = STATE(2871), - [sym_this_expression] = STATE(2871), - [sym_super_expression] = STATE(2871), - [sym_if_expression] = STATE(2871), - [sym_when_expression] = STATE(2871), - [sym_try_expression] = STATE(2871), - [sym_jump_expression] = STATE(2871), - [sym_callable_reference] = STATE(2871), - [sym__prefix_unary_operator] = STATE(2280), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7880), - [sym_modifiers] = STATE(7632), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(333), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3755), - [sym__return_at] = STATE(261), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(2871), - [sym_long_literal] = STATE(2871), - [sym_boolean_literal] = STATE(2871), - [sym_character_literal] = STATE(2871), - [sym__lexical_identifier] = STATE(3263), - [aux_sym__statement_repeat1] = STATE(830), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(537), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_typealias] = ACTIONS(541), - [anon_sym_class] = ACTIONS(949), - [anon_sym_interface] = ACTIONS(949), - [anon_sym_enum] = ACTIONS(951), - [anon_sym_LBRACE] = ACTIONS(953), - [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_val] = ACTIONS(955), - [anon_sym_var] = ACTIONS(955), - [anon_sym_object] = ACTIONS(957), - [anon_sym_fun] = ACTIONS(959), - [anon_sym_SEMI] = ACTIONS(1353), - [anon_sym_get] = ACTIONS(961), - [anon_sym_set] = ACTIONS(963), - [anon_sym_this] = ACTIONS(561), - [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(965), - [sym_label] = ACTIONS(967), - [anon_sym_for] = ACTIONS(969), - [anon_sym_while] = ACTIONS(971), - [anon_sym_do] = ACTIONS(573), - [anon_sym_null] = ACTIONS(973), - [anon_sym_if] = ACTIONS(577), - [anon_sym_when] = ACTIONS(579), - [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(583), - [anon_sym_return] = ACTIONS(585), - [anon_sym_continue] = ACTIONS(587), - [anon_sym_break] = ACTIONS(587), - [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(975), - [anon_sym_DASH] = ACTIONS(975), - [anon_sym_PLUS_PLUS] = ACTIONS(977), - [anon_sym_DASH_DASH] = ACTIONS(977), - [anon_sym_BANG] = ACTIONS(977), + [sym_type_alias] = STATE(4571), + [sym__declaration] = STATE(4571), + [sym_class_declaration] = STATE(4571), + [sym_function_declaration] = STATE(4571), + [sym_property_declaration] = STATE(4571), + [sym_getter] = STATE(4571), + [sym_setter] = STATE(4571), + [sym_object_declaration] = STATE(4571), + [sym__statement] = STATE(4571), + [sym_control_structure_body] = STATE(4599), + [sym__block] = STATE(4571), + [sym__loop_statement] = STATE(4571), + [sym_for_statement] = STATE(4571), + [sym_while_statement] = STATE(4571), + [sym_do_while_statement] = STATE(4571), + [sym_assignment] = STATE(4571), + [sym__expression] = STATE(4029), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4435), + [sym_parenthesized_expression] = STATE(4435), + [sym_collection_literal] = STATE(4435), + [sym__literal_constant] = STATE(4435), + [sym_string_literal] = STATE(4435), + [sym_lambda_literal] = STATE(4435), + [sym_anonymous_function] = STATE(4435), + [sym__function_literal] = STATE(4435), + [sym_object_literal] = STATE(4435), + [sym_this_expression] = STATE(4435), + [sym_super_expression] = STATE(4435), + [sym_if_expression] = STATE(4435), + [sym_when_expression] = STATE(4435), + [sym_try_expression] = STATE(4435), + [sym_jump_expression] = STATE(4435), + [sym_callable_reference] = STATE(4435), + [sym__prefix_unary_operator] = STATE(1897), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7897), + [sym_modifiers] = STATE(7821), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(339), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4608), + [sym__return_at] = STATE(295), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4435), + [sym_long_literal] = STATE(4435), + [sym_boolean_literal] = STATE(4435), + [sym_character_literal] = STATE(4435), + [sym__lexical_identifier] = STATE(4461), + [aux_sym__statement_repeat1] = STATE(790), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_typealias] = ACTIONS(207), + [anon_sym_class] = ACTIONS(797), + [anon_sym_interface] = ACTIONS(797), + [anon_sym_enum] = ACTIONS(799), + [anon_sym_LBRACE] = ACTIONS(801), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_val] = ACTIONS(803), + [anon_sym_var] = ACTIONS(803), + [anon_sym_object] = ACTIONS(805), + [anon_sym_fun] = ACTIONS(807), + [anon_sym_SEMI] = ACTIONS(1339), + [anon_sym_get] = ACTIONS(809), + [anon_sym_set] = ACTIONS(811), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(813), + [sym_label] = ACTIONS(815), + [anon_sym_for] = ACTIONS(817), + [anon_sym_while] = ACTIONS(819), + [anon_sym_do] = ACTIONS(239), + [anon_sym_null] = ACTIONS(319), + [anon_sym_if] = ACTIONS(243), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(249), + [anon_sym_return] = ACTIONS(251), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(823), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(595), - [anon_sym_inner] = ACTIONS(595), + [anon_sym_data] = ACTIONS(261), + [anon_sym_inner] = ACTIONS(261), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -55721,144 +55829,144 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(597), - [anon_sym_actual] = ACTIONS(597), + [anon_sym_expect] = ACTIONS(263), + [anon_sym_actual] = ACTIONS(263), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(599), - [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(979), - [sym_integer_literal] = ACTIONS(605), - [sym_hex_literal] = ACTIONS(607), - [sym_bin_literal] = ACTIONS(607), - [anon_sym_true] = ACTIONS(609), - [anon_sym_false] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(611), - [sym__backtick_identifier] = ACTIONS(613), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(331), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(615), + [sym__string_start] = ACTIONS(283), }, [194] = { - [sym_type_alias] = STATE(3848), - [sym__declaration] = STATE(3848), - [sym_class_declaration] = STATE(3848), - [sym_function_declaration] = STATE(3848), - [sym_property_declaration] = STATE(3848), - [sym_getter] = STATE(3848), - [sym_setter] = STATE(3848), - [sym_object_declaration] = STATE(3848), - [sym__statement] = STATE(3848), - [sym_control_structure_body] = STATE(3795), - [sym__block] = STATE(3848), - [sym__loop_statement] = STATE(3848), - [sym_for_statement] = STATE(3848), - [sym_while_statement] = STATE(3848), - [sym_do_while_statement] = STATE(3848), - [sym_assignment] = STATE(3848), - [sym__expression] = STATE(2406), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(2871), - [sym_parenthesized_expression] = STATE(2871), - [sym_collection_literal] = STATE(2871), - [sym__literal_constant] = STATE(2871), - [sym_string_literal] = STATE(2871), - [sym_lambda_literal] = STATE(2871), - [sym_anonymous_function] = STATE(2871), - [sym__function_literal] = STATE(2871), - [sym_object_literal] = STATE(2871), - [sym_this_expression] = STATE(2871), - [sym_super_expression] = STATE(2871), - [sym_if_expression] = STATE(2871), - [sym_when_expression] = STATE(2871), - [sym_try_expression] = STATE(2871), - [sym_jump_expression] = STATE(2871), - [sym_callable_reference] = STATE(2871), - [sym__prefix_unary_operator] = STATE(2280), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7880), - [sym_modifiers] = STATE(7632), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(333), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3755), - [sym__return_at] = STATE(261), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(2871), - [sym_long_literal] = STATE(2871), - [sym_boolean_literal] = STATE(2871), - [sym_character_literal] = STATE(2871), - [sym__lexical_identifier] = STATE(3263), - [aux_sym__statement_repeat1] = STATE(830), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(537), + [sym_type_alias] = STATE(3371), + [sym__declaration] = STATE(3371), + [sym_class_declaration] = STATE(3371), + [sym_function_declaration] = STATE(3371), + [sym_property_declaration] = STATE(3371), + [sym_getter] = STATE(3371), + [sym_setter] = STATE(3371), + [sym_object_declaration] = STATE(3371), + [sym__statement] = STATE(3371), + [sym_control_structure_body] = STATE(3241), + [sym__block] = STATE(3371), + [sym__loop_statement] = STATE(3371), + [sym_for_statement] = STATE(3371), + [sym_while_statement] = STATE(3371), + [sym_do_while_statement] = STATE(3371), + [sym_assignment] = STATE(3371), + [sym__expression] = STATE(2436), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(2727), + [sym_parenthesized_expression] = STATE(2727), + [sym_collection_literal] = STATE(2727), + [sym__literal_constant] = STATE(2727), + [sym_string_literal] = STATE(2727), + [sym_lambda_literal] = STATE(2727), + [sym_anonymous_function] = STATE(2727), + [sym__function_literal] = STATE(2727), + [sym_object_literal] = STATE(2727), + [sym_this_expression] = STATE(2727), + [sym_super_expression] = STATE(2727), + [sym_if_expression] = STATE(2727), + [sym_when_expression] = STATE(2727), + [sym_try_expression] = STATE(2727), + [sym_jump_expression] = STATE(2727), + [sym_callable_reference] = STATE(2727), + [sym__prefix_unary_operator] = STATE(1711), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7906), + [sym_modifiers] = STATE(7818), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(340), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3410), + [sym__return_at] = STATE(262), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(2727), + [sym_long_literal] = STATE(2727), + [sym_boolean_literal] = STATE(2727), + [sym_character_literal] = STATE(2727), + [sym__lexical_identifier] = STATE(2858), + [aux_sym__statement_repeat1] = STATE(808), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(111), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_typealias] = ACTIONS(541), - [anon_sym_class] = ACTIONS(949), - [anon_sym_interface] = ACTIONS(949), - [anon_sym_enum] = ACTIONS(951), - [anon_sym_LBRACE] = ACTIONS(953), - [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_val] = ACTIONS(955), - [anon_sym_var] = ACTIONS(955), - [anon_sym_object] = ACTIONS(957), - [anon_sym_fun] = ACTIONS(959), - [anon_sym_SEMI] = ACTIONS(1335), - [anon_sym_get] = ACTIONS(961), - [anon_sym_set] = ACTIONS(963), - [anon_sym_this] = ACTIONS(561), - [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(965), - [sym_label] = ACTIONS(967), - [anon_sym_for] = ACTIONS(969), - [anon_sym_while] = ACTIONS(971), - [anon_sym_do] = ACTIONS(573), - [anon_sym_null] = ACTIONS(973), - [anon_sym_if] = ACTIONS(577), - [anon_sym_when] = ACTIONS(579), - [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(583), - [anon_sym_return] = ACTIONS(585), - [anon_sym_continue] = ACTIONS(587), - [anon_sym_break] = ACTIONS(587), - [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(975), - [anon_sym_DASH] = ACTIONS(975), - [anon_sym_PLUS_PLUS] = ACTIONS(977), - [anon_sym_DASH_DASH] = ACTIONS(977), - [anon_sym_BANG] = ACTIONS(977), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_typealias] = ACTIONS(121), + [anon_sym_class] = ACTIONS(1071), + [anon_sym_interface] = ACTIONS(1071), + [anon_sym_enum] = ACTIONS(1073), + [anon_sym_LBRACE] = ACTIONS(829), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_val] = ACTIONS(1075), + [anon_sym_var] = ACTIONS(1075), + [anon_sym_object] = ACTIONS(1077), + [anon_sym_fun] = ACTIONS(1079), + [anon_sym_SEMI] = ACTIONS(1333), + [anon_sym_get] = ACTIONS(1081), + [anon_sym_set] = ACTIONS(1083), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(1085), + [sym_label] = ACTIONS(1087), + [anon_sym_for] = ACTIONS(1089), + [anon_sym_while] = ACTIONS(1091), + [anon_sym_do] = ACTIONS(153), + [anon_sym_null] = ACTIONS(849), + [anon_sym_if] = ACTIONS(671), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(673), + [anon_sym_return] = ACTIONS(675), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(1093), + [anon_sym_DASH] = ACTIONS(1093), + [anon_sym_PLUS_PLUS] = ACTIONS(1095), + [anon_sym_DASH_DASH] = ACTIONS(1095), + [anon_sym_BANG] = ACTIONS(1095), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(595), - [anon_sym_inner] = ACTIONS(595), + [anon_sym_data] = ACTIONS(175), + [anon_sym_inner] = ACTIONS(175), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -55877,144 +55985,144 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(597), - [anon_sym_actual] = ACTIONS(597), + [anon_sym_expect] = ACTIONS(177), + [anon_sym_actual] = ACTIONS(177), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(599), - [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(979), - [sym_integer_literal] = ACTIONS(605), - [sym_hex_literal] = ACTIONS(607), - [sym_bin_literal] = ACTIONS(607), - [anon_sym_true] = ACTIONS(609), - [anon_sym_false] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(611), - [sym__backtick_identifier] = ACTIONS(613), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(855), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(615), + [sym__string_start] = ACTIONS(197), }, [195] = { - [sym_type_alias] = STATE(3848), - [sym__declaration] = STATE(3848), - [sym_class_declaration] = STATE(3848), - [sym_function_declaration] = STATE(3848), - [sym_property_declaration] = STATE(3848), - [sym_getter] = STATE(3848), - [sym_setter] = STATE(3848), - [sym_object_declaration] = STATE(3848), - [sym__statement] = STATE(3848), - [sym_control_structure_body] = STATE(3764), - [sym__block] = STATE(3848), - [sym__loop_statement] = STATE(3848), - [sym_for_statement] = STATE(3848), - [sym_while_statement] = STATE(3848), - [sym_do_while_statement] = STATE(3848), - [sym_assignment] = STATE(3848), - [sym__expression] = STATE(1381), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(2891), - [sym_parenthesized_expression] = STATE(2891), - [sym_collection_literal] = STATE(2891), - [sym__literal_constant] = STATE(2891), - [sym_string_literal] = STATE(2891), - [sym_lambda_literal] = STATE(2891), - [sym_anonymous_function] = STATE(2891), - [sym__function_literal] = STATE(2891), - [sym_object_literal] = STATE(2891), - [sym_this_expression] = STATE(2891), - [sym_super_expression] = STATE(2891), - [sym_if_expression] = STATE(2891), - [sym_when_expression] = STATE(2891), - [sym_try_expression] = STATE(2891), - [sym_jump_expression] = STATE(2891), - [sym_callable_reference] = STATE(2891), - [sym__prefix_unary_operator] = STATE(2081), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7899), - [sym_modifiers] = STATE(7665), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(344), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3755), - [sym__return_at] = STATE(264), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(2891), - [sym_long_literal] = STATE(2891), - [sym_boolean_literal] = STATE(2891), - [sym_character_literal] = STATE(2891), - [sym__lexical_identifier] = STATE(3263), - [aux_sym__statement_repeat1] = STATE(817), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(537), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_typealias] = ACTIONS(541), - [anon_sym_class] = ACTIONS(733), - [anon_sym_interface] = ACTIONS(733), - [anon_sym_enum] = ACTIONS(735), - [anon_sym_LBRACE] = ACTIONS(547), - [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_val] = ACTIONS(737), - [anon_sym_var] = ACTIONS(737), - [anon_sym_object] = ACTIONS(739), - [anon_sym_fun] = ACTIONS(741), - [anon_sym_SEMI] = ACTIONS(1361), - [anon_sym_get] = ACTIONS(743), - [anon_sym_set] = ACTIONS(745), - [anon_sym_this] = ACTIONS(561), - [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1329), - [sym_label] = ACTIONS(749), - [anon_sym_for] = ACTIONS(751), - [anon_sym_while] = ACTIONS(753), - [anon_sym_do] = ACTIONS(573), - [anon_sym_null] = ACTIONS(575), - [anon_sym_if] = ACTIONS(755), - [anon_sym_when] = ACTIONS(579), - [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(757), - [anon_sym_return] = ACTIONS(759), - [anon_sym_continue] = ACTIONS(587), - [anon_sym_break] = ACTIONS(587), - [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(761), - [anon_sym_DASH] = ACTIONS(761), - [anon_sym_PLUS_PLUS] = ACTIONS(763), - [anon_sym_DASH_DASH] = ACTIONS(763), - [anon_sym_BANG] = ACTIONS(763), + [sym_type_alias] = STATE(4571), + [sym__declaration] = STATE(4571), + [sym_class_declaration] = STATE(4571), + [sym_function_declaration] = STATE(4571), + [sym_property_declaration] = STATE(4571), + [sym_getter] = STATE(4571), + [sym_setter] = STATE(4571), + [sym_object_declaration] = STATE(4571), + [sym__statement] = STATE(4571), + [sym_control_structure_body] = STATE(4595), + [sym__block] = STATE(4571), + [sym__loop_statement] = STATE(4571), + [sym_for_statement] = STATE(4571), + [sym_while_statement] = STATE(4571), + [sym_do_while_statement] = STATE(4571), + [sym_assignment] = STATE(4571), + [sym__expression] = STATE(4029), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4435), + [sym_parenthesized_expression] = STATE(4435), + [sym_collection_literal] = STATE(4435), + [sym__literal_constant] = STATE(4435), + [sym_string_literal] = STATE(4435), + [sym_lambda_literal] = STATE(4435), + [sym_anonymous_function] = STATE(4435), + [sym__function_literal] = STATE(4435), + [sym_object_literal] = STATE(4435), + [sym_this_expression] = STATE(4435), + [sym_super_expression] = STATE(4435), + [sym_if_expression] = STATE(4435), + [sym_when_expression] = STATE(4435), + [sym_try_expression] = STATE(4435), + [sym_jump_expression] = STATE(4435), + [sym_callable_reference] = STATE(4435), + [sym__prefix_unary_operator] = STATE(1897), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7897), + [sym_modifiers] = STATE(7821), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(339), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4608), + [sym__return_at] = STATE(295), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4435), + [sym_long_literal] = STATE(4435), + [sym_boolean_literal] = STATE(4435), + [sym_character_literal] = STATE(4435), + [sym__lexical_identifier] = STATE(4461), + [aux_sym__statement_repeat1] = STATE(790), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_typealias] = ACTIONS(207), + [anon_sym_class] = ACTIONS(797), + [anon_sym_interface] = ACTIONS(797), + [anon_sym_enum] = ACTIONS(799), + [anon_sym_LBRACE] = ACTIONS(801), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_val] = ACTIONS(803), + [anon_sym_var] = ACTIONS(803), + [anon_sym_object] = ACTIONS(805), + [anon_sym_fun] = ACTIONS(807), + [anon_sym_SEMI] = ACTIONS(1337), + [anon_sym_get] = ACTIONS(809), + [anon_sym_set] = ACTIONS(811), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(813), + [sym_label] = ACTIONS(815), + [anon_sym_for] = ACTIONS(817), + [anon_sym_while] = ACTIONS(819), + [anon_sym_do] = ACTIONS(239), + [anon_sym_null] = ACTIONS(319), + [anon_sym_if] = ACTIONS(243), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(249), + [anon_sym_return] = ACTIONS(251), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(823), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(595), - [anon_sym_inner] = ACTIONS(595), + [anon_sym_data] = ACTIONS(261), + [anon_sym_inner] = ACTIONS(261), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -56033,144 +56141,144 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(597), - [anon_sym_actual] = ACTIONS(597), + [anon_sym_expect] = ACTIONS(263), + [anon_sym_actual] = ACTIONS(263), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(599), - [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(603), - [sym_integer_literal] = ACTIONS(605), - [sym_hex_literal] = ACTIONS(607), - [sym_bin_literal] = ACTIONS(607), - [anon_sym_true] = ACTIONS(609), - [anon_sym_false] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(611), - [sym__backtick_identifier] = ACTIONS(613), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(331), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(615), + [sym__string_start] = ACTIONS(283), }, [196] = { - [sym_type_alias] = STATE(1152), - [sym__declaration] = STATE(1152), - [sym_class_declaration] = STATE(1152), - [sym_function_declaration] = STATE(1152), - [sym_property_declaration] = STATE(1152), - [sym_getter] = STATE(1152), - [sym_setter] = STATE(1152), - [sym_object_declaration] = STATE(1152), - [sym__statement] = STATE(1152), - [sym_control_structure_body] = STATE(1165), - [sym__block] = STATE(1152), - [sym__loop_statement] = STATE(1152), - [sym_for_statement] = STATE(1152), - [sym_while_statement] = STATE(1152), - [sym_do_while_statement] = STATE(1152), - [sym_assignment] = STATE(1152), - [sym__expression] = STATE(532), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(781), - [sym_parenthesized_expression] = STATE(781), - [sym_collection_literal] = STATE(781), - [sym__literal_constant] = STATE(781), - [sym_string_literal] = STATE(781), - [sym_lambda_literal] = STATE(781), - [sym_anonymous_function] = STATE(781), - [sym__function_literal] = STATE(781), - [sym_object_literal] = STATE(781), - [sym_this_expression] = STATE(781), - [sym_super_expression] = STATE(781), - [sym_if_expression] = STATE(781), - [sym_when_expression] = STATE(781), - [sym_try_expression] = STATE(781), - [sym_jump_expression] = STATE(781), - [sym_callable_reference] = STATE(781), - [sym__prefix_unary_operator] = STATE(2238), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7886), - [sym_modifiers] = STATE(7702), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(339), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1054), - [sym__return_at] = STATE(263), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(781), - [sym_long_literal] = STATE(781), - [sym_boolean_literal] = STATE(781), - [sym_character_literal] = STATE(781), - [sym__lexical_identifier] = STATE(866), - [aux_sym__statement_repeat1] = STATE(826), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(413), + [sym_type_alias] = STATE(5052), + [sym__declaration] = STATE(5052), + [sym_class_declaration] = STATE(5052), + [sym_function_declaration] = STATE(5052), + [sym_property_declaration] = STATE(5052), + [sym_getter] = STATE(5052), + [sym_setter] = STATE(5052), + [sym_object_declaration] = STATE(5052), + [sym__statement] = STATE(5052), + [sym_control_structure_body] = STATE(5065), + [sym__block] = STATE(5052), + [sym__loop_statement] = STATE(5052), + [sym_for_statement] = STATE(5052), + [sym_while_statement] = STATE(5052), + [sym_do_while_statement] = STATE(5052), + [sym_assignment] = STATE(5052), + [sym__expression] = STATE(3957), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4467), + [sym_parenthesized_expression] = STATE(4467), + [sym_collection_literal] = STATE(4467), + [sym__literal_constant] = STATE(4467), + [sym_string_literal] = STATE(4467), + [sym_lambda_literal] = STATE(4467), + [sym_anonymous_function] = STATE(4467), + [sym__function_literal] = STATE(4467), + [sym_object_literal] = STATE(4467), + [sym_this_expression] = STATE(4467), + [sym_super_expression] = STATE(4467), + [sym_if_expression] = STATE(4467), + [sym_when_expression] = STATE(4467), + [sym_try_expression] = STATE(4467), + [sym_jump_expression] = STATE(4467), + [sym_callable_reference] = STATE(4467), + [sym__prefix_unary_operator] = STATE(1665), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7907), + [sym_modifiers] = STATE(7741), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(348), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4920), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4467), + [sym_long_literal] = STATE(4467), + [sym_boolean_literal] = STATE(4467), + [sym_character_literal] = STATE(4467), + [sym__lexical_identifier] = STATE(4566), + [aux_sym__statement_repeat1] = STATE(803), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_typealias] = ACTIONS(417), - [anon_sym_class] = ACTIONS(1033), - [anon_sym_interface] = ACTIONS(1033), - [anon_sym_enum] = ACTIONS(1035), - [anon_sym_LBRACE] = ACTIONS(889), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_val] = ACTIONS(1037), - [anon_sym_var] = ACTIONS(1037), - [anon_sym_object] = ACTIONS(1039), - [anon_sym_fun] = ACTIONS(1041), - [anon_sym_SEMI] = ACTIONS(1355), - [anon_sym_get] = ACTIONS(1043), - [anon_sym_set] = ACTIONS(1045), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1047), - [sym_label] = ACTIONS(1049), - [anon_sym_for] = ACTIONS(1051), - [anon_sym_while] = ACTIONS(1053), - [anon_sym_do] = ACTIONS(449), - [anon_sym_null] = ACTIONS(909), - [anon_sym_if] = ACTIONS(787), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(789), - [anon_sym_return] = ACTIONS(791), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(1055), - [anon_sym_DASH] = ACTIONS(1055), - [anon_sym_PLUS_PLUS] = ACTIONS(1057), - [anon_sym_DASH_DASH] = ACTIONS(1057), - [anon_sym_BANG] = ACTIONS(1057), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_typealias] = ACTIONS(413), + [anon_sym_class] = ACTIONS(771), + [anon_sym_interface] = ACTIONS(771), + [anon_sym_enum] = ACTIONS(773), + [anon_sym_LBRACE] = ACTIONS(419), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_val] = ACTIONS(775), + [anon_sym_var] = ACTIONS(775), + [anon_sym_object] = ACTIONS(777), + [anon_sym_fun] = ACTIONS(779), + [anon_sym_SEMI] = ACTIONS(1375), + [anon_sym_get] = ACTIONS(781), + [anon_sym_set] = ACTIONS(783), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(1243), + [sym_label] = ACTIONS(787), + [anon_sym_for] = ACTIONS(789), + [anon_sym_while] = ACTIONS(791), + [anon_sym_do] = ACTIONS(439), + [anon_sym_null] = ACTIONS(441), + [anon_sym_if] = ACTIONS(55), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(61), + [anon_sym_return] = ACTIONS(63), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(793), + [anon_sym_DASH] = ACTIONS(793), + [anon_sym_PLUS_PLUS] = ACTIONS(795), + [anon_sym_DASH_DASH] = ACTIONS(795), + [anon_sym_BANG] = ACTIONS(795), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(471), - [anon_sym_inner] = ACTIONS(471), + [anon_sym_data] = ACTIONS(77), + [anon_sym_inner] = ACTIONS(77), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -56189,144 +56297,144 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(473), - [anon_sym_actual] = ACTIONS(473), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(915), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), + [anon_sym_expect] = ACTIONS(89), + [anon_sym_actual] = ACTIONS(89), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [sym_real_literal] = ACTIONS(453), + [sym_integer_literal] = ACTIONS(99), + [sym_hex_literal] = ACTIONS(101), + [sym_bin_literal] = ACTIONS(101), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SQUOTE] = ACTIONS(105), + [sym__backtick_identifier] = ACTIONS(107), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(109), }, [197] = { - [sym_type_alias] = STATE(3281), - [sym__declaration] = STATE(3281), - [sym_class_declaration] = STATE(3281), - [sym_function_declaration] = STATE(3281), - [sym_property_declaration] = STATE(3281), - [sym_getter] = STATE(3281), - [sym_setter] = STATE(3281), - [sym_object_declaration] = STATE(3281), - [sym__statement] = STATE(3281), - [sym_control_structure_body] = STATE(3168), - [sym__block] = STATE(3281), - [sym__loop_statement] = STATE(3281), - [sym_for_statement] = STATE(3281), - [sym_while_statement] = STATE(3281), - [sym_do_while_statement] = STATE(3281), - [sym_assignment] = STATE(3281), - [sym__expression] = STATE(1696), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(2750), - [sym_parenthesized_expression] = STATE(2750), - [sym_collection_literal] = STATE(2750), - [sym__literal_constant] = STATE(2750), - [sym_string_literal] = STATE(2750), - [sym_lambda_literal] = STATE(2750), - [sym_anonymous_function] = STATE(2750), - [sym__function_literal] = STATE(2750), - [sym_object_literal] = STATE(2750), - [sym_this_expression] = STATE(2750), - [sym_super_expression] = STATE(2750), - [sym_if_expression] = STATE(2750), - [sym_when_expression] = STATE(2750), - [sym_try_expression] = STATE(2750), - [sym_jump_expression] = STATE(2750), - [sym_callable_reference] = STATE(2750), - [sym__prefix_unary_operator] = STATE(2054), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7883), - [sym_modifiers] = STATE(7811), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(349), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3447), - [sym__return_at] = STATE(323), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(2750), - [sym_long_literal] = STATE(2750), - [sym_boolean_literal] = STATE(2750), - [sym_character_literal] = STATE(2750), - [sym__lexical_identifier] = STATE(2890), - [aux_sym__statement_repeat1] = STATE(816), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(333), + [sym_type_alias] = STATE(8815), + [sym__declaration] = STATE(8815), + [sym_class_declaration] = STATE(8815), + [sym_function_declaration] = STATE(8815), + [sym_property_declaration] = STATE(8815), + [sym_getter] = STATE(8815), + [sym_setter] = STATE(8815), + [sym_object_declaration] = STATE(8815), + [sym__statement] = STATE(8815), + [sym_control_structure_body] = STATE(8722), + [sym__block] = STATE(8815), + [sym__loop_statement] = STATE(8815), + [sym_for_statement] = STATE(8815), + [sym_while_statement] = STATE(8815), + [sym_do_while_statement] = STATE(8815), + [sym_assignment] = STATE(8815), + [sym__expression] = STATE(4196), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4470), + [sym_parenthesized_expression] = STATE(4470), + [sym_collection_literal] = STATE(4470), + [sym__literal_constant] = STATE(4470), + [sym_string_literal] = STATE(4470), + [sym_lambda_literal] = STATE(4470), + [sym_anonymous_function] = STATE(4470), + [sym__function_literal] = STATE(4470), + [sym_object_literal] = STATE(4470), + [sym_this_expression] = STATE(4470), + [sym_super_expression] = STATE(4470), + [sym_if_expression] = STATE(4470), + [sym_when_expression] = STATE(4470), + [sym_try_expression] = STATE(4470), + [sym_jump_expression] = STATE(4470), + [sym_callable_reference] = STATE(4470), + [sym__prefix_unary_operator] = STATE(1926), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7921), + [sym_modifiers] = STATE(7781), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(338), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4920), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4470), + [sym_long_literal] = STATE(4470), + [sym_boolean_literal] = STATE(4470), + [sym_character_literal] = STATE(4470), + [sym__lexical_identifier] = STATE(4566), + [aux_sym__statement_repeat1] = STATE(811), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(335), - [anon_sym_typealias] = ACTIONS(337), - [anon_sym_class] = ACTIONS(1097), - [anon_sym_interface] = ACTIONS(1097), - [anon_sym_enum] = ACTIONS(1099), - [anon_sym_LBRACE] = ACTIONS(921), - [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_val] = ACTIONS(1101), - [anon_sym_var] = ACTIONS(1101), - [anon_sym_object] = ACTIONS(1103), - [anon_sym_fun] = ACTIONS(1105), - [anon_sym_SEMI] = ACTIONS(1363), - [anon_sym_get] = ACTIONS(1107), - [anon_sym_set] = ACTIONS(1109), - [anon_sym_this] = ACTIONS(357), - [anon_sym_super] = ACTIONS(359), - [anon_sym_STAR] = ACTIONS(1111), - [sym_label] = ACTIONS(1113), - [anon_sym_for] = ACTIONS(1115), - [anon_sym_while] = ACTIONS(1117), - [anon_sym_do] = ACTIONS(369), - [anon_sym_null] = ACTIONS(941), - [anon_sym_if] = ACTIONS(697), - [anon_sym_when] = ACTIONS(375), - [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(699), - [anon_sym_return] = ACTIONS(701), - [anon_sym_continue] = ACTIONS(383), - [anon_sym_break] = ACTIONS(383), - [anon_sym_COLON_COLON] = ACTIONS(385), - [anon_sym_PLUS] = ACTIONS(1119), - [anon_sym_DASH] = ACTIONS(1119), - [anon_sym_PLUS_PLUS] = ACTIONS(1121), - [anon_sym_DASH_DASH] = ACTIONS(1121), - [anon_sym_BANG] = ACTIONS(1121), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_typealias] = ACTIONS(19), + [anon_sym_class] = ACTIONS(21), + [anon_sym_interface] = ACTIONS(21), + [anon_sym_enum] = ACTIONS(23), + [anon_sym_LBRACE] = ACTIONS(1211), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_val] = ACTIONS(29), + [anon_sym_var] = ACTIONS(29), + [anon_sym_object] = ACTIONS(31), + [anon_sym_fun] = ACTIONS(33), + [anon_sym_SEMI] = ACTIONS(1383), + [anon_sym_get] = ACTIONS(35), + [anon_sym_set] = ACTIONS(37), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(43), + [sym_label] = ACTIONS(45), + [anon_sym_for] = ACTIONS(47), + [anon_sym_while] = ACTIONS(49), + [anon_sym_do] = ACTIONS(51), + [anon_sym_null] = ACTIONS(53), + [anon_sym_if] = ACTIONS(55), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(61), + [anon_sym_return] = ACTIONS(63), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(69), + [anon_sym_DASH] = ACTIONS(69), + [anon_sym_PLUS_PLUS] = ACTIONS(71), + [anon_sym_DASH_DASH] = ACTIONS(71), + [anon_sym_BANG] = ACTIONS(71), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(391), - [anon_sym_inner] = ACTIONS(391), + [anon_sym_data] = ACTIONS(77), + [anon_sym_inner] = ACTIONS(77), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -56345,144 +56453,144 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(393), - [anon_sym_actual] = ACTIONS(393), + [anon_sym_expect] = ACTIONS(89), + [anon_sym_actual] = ACTIONS(89), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(395), - [anon_sym_break_AT] = ACTIONS(397), - [sym_real_literal] = ACTIONS(947), - [sym_integer_literal] = ACTIONS(401), - [sym_hex_literal] = ACTIONS(403), - [sym_bin_literal] = ACTIONS(403), - [anon_sym_true] = ACTIONS(405), - [anon_sym_false] = ACTIONS(405), - [anon_sym_SQUOTE] = ACTIONS(407), - [sym__backtick_identifier] = ACTIONS(409), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [sym_real_literal] = ACTIONS(97), + [sym_integer_literal] = ACTIONS(99), + [sym_hex_literal] = ACTIONS(101), + [sym_bin_literal] = ACTIONS(101), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SQUOTE] = ACTIONS(105), + [sym__backtick_identifier] = ACTIONS(107), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(411), + [sym__string_start] = ACTIONS(109), }, [198] = { - [sym_type_alias] = STATE(3259), - [sym__declaration] = STATE(3259), - [sym_class_declaration] = STATE(3259), - [sym_function_declaration] = STATE(3259), - [sym_property_declaration] = STATE(3259), - [sym_getter] = STATE(3259), - [sym_setter] = STATE(3259), - [sym_object_declaration] = STATE(3259), - [sym__statement] = STATE(3259), - [sym_control_structure_body] = STATE(3239), - [sym__block] = STATE(3259), - [sym__loop_statement] = STATE(3259), - [sym_for_statement] = STATE(3259), - [sym_while_statement] = STATE(3259), - [sym_do_while_statement] = STATE(3259), - [sym_assignment] = STATE(3259), - [sym__expression] = STATE(1527), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(2734), - [sym_parenthesized_expression] = STATE(2734), - [sym_collection_literal] = STATE(2734), - [sym__literal_constant] = STATE(2734), - [sym_string_literal] = STATE(2734), - [sym_lambda_literal] = STATE(2734), - [sym_anonymous_function] = STATE(2734), - [sym__function_literal] = STATE(2734), - [sym_object_literal] = STATE(2734), - [sym_this_expression] = STATE(2734), - [sym_super_expression] = STATE(2734), - [sym_if_expression] = STATE(2734), - [sym_when_expression] = STATE(2734), - [sym_try_expression] = STATE(2734), - [sym_jump_expression] = STATE(2734), - [sym_callable_reference] = STATE(2734), - [sym__prefix_unary_operator] = STATE(2135), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7897), - [sym_modifiers] = STATE(7825), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), + [sym_type_alias] = STATE(1052), + [sym__declaration] = STATE(1052), + [sym_class_declaration] = STATE(1052), + [sym_function_declaration] = STATE(1052), + [sym_property_declaration] = STATE(1052), + [sym_getter] = STATE(1052), + [sym_setter] = STATE(1052), + [sym_object_declaration] = STATE(1052), + [sym__statement] = STATE(1052), + [sym_control_structure_body] = STATE(1196), + [sym__block] = STATE(1052), + [sym__loop_statement] = STATE(1052), + [sym_for_statement] = STATE(1052), + [sym_while_statement] = STATE(1052), + [sym_do_while_statement] = STATE(1052), + [sym_assignment] = STATE(1052), + [sym__expression] = STATE(378), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(765), + [sym_parenthesized_expression] = STATE(765), + [sym_collection_literal] = STATE(765), + [sym__literal_constant] = STATE(765), + [sym_string_literal] = STATE(765), + [sym_lambda_literal] = STATE(765), + [sym_anonymous_function] = STATE(765), + [sym__function_literal] = STATE(765), + [sym_object_literal] = STATE(765), + [sym_this_expression] = STATE(765), + [sym_super_expression] = STATE(765), + [sym_if_expression] = STATE(765), + [sym_when_expression] = STATE(765), + [sym_try_expression] = STATE(765), + [sym_jump_expression] = STATE(765), + [sym_callable_reference] = STATE(765), + [sym__prefix_unary_operator] = STATE(2198), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7895), + [sym_modifiers] = STATE(7750), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), [sym_annotation] = STATE(341), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3242), - [sym__return_at] = STATE(255), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(2734), - [sym_long_literal] = STATE(2734), - [sym_boolean_literal] = STATE(2734), - [sym_character_literal] = STATE(2734), - [sym__lexical_identifier] = STATE(2864), - [aux_sym__statement_repeat1] = STATE(819), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(111), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1103), + [sym__return_at] = STATE(264), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(765), + [sym_long_literal] = STATE(765), + [sym_boolean_literal] = STATE(765), + [sym_character_literal] = STATE(765), + [sym__lexical_identifier] = STATE(843), + [aux_sym__statement_repeat1] = STATE(818), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(537), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_typealias] = ACTIONS(121), - [anon_sym_class] = ACTIONS(797), - [anon_sym_interface] = ACTIONS(797), - [anon_sym_enum] = ACTIONS(799), - [anon_sym_LBRACE] = ACTIONS(801), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_val] = ACTIONS(803), - [anon_sym_var] = ACTIONS(803), - [anon_sym_object] = ACTIONS(805), - [anon_sym_fun] = ACTIONS(807), - [anon_sym_SEMI] = ACTIONS(1357), - [anon_sym_get] = ACTIONS(809), - [anon_sym_set] = ACTIONS(811), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(813), - [sym_label] = ACTIONS(815), - [anon_sym_for] = ACTIONS(817), - [anon_sym_while] = ACTIONS(819), - [anon_sym_do] = ACTIONS(153), - [anon_sym_null] = ACTIONS(821), - [anon_sym_if] = ACTIONS(157), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(163), - [anon_sym_return] = ACTIONS(165), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(823), - [anon_sym_DASH] = ACTIONS(823), - [anon_sym_PLUS_PLUS] = ACTIONS(825), - [anon_sym_DASH_DASH] = ACTIONS(825), - [anon_sym_BANG] = ACTIONS(825), + [anon_sym_LBRACK] = ACTIONS(539), + [anon_sym_typealias] = ACTIONS(541), + [anon_sym_class] = ACTIONS(617), + [anon_sym_interface] = ACTIONS(617), + [anon_sym_enum] = ACTIONS(619), + [anon_sym_LBRACE] = ACTIONS(547), + [anon_sym_LPAREN] = ACTIONS(549), + [anon_sym_val] = ACTIONS(621), + [anon_sym_var] = ACTIONS(621), + [anon_sym_object] = ACTIONS(623), + [anon_sym_fun] = ACTIONS(625), + [anon_sym_SEMI] = ACTIONS(1381), + [anon_sym_get] = ACTIONS(627), + [anon_sym_set] = ACTIONS(629), + [anon_sym_this] = ACTIONS(561), + [anon_sym_super] = ACTIONS(563), + [anon_sym_STAR] = ACTIONS(1259), + [sym_label] = ACTIONS(633), + [anon_sym_for] = ACTIONS(635), + [anon_sym_while] = ACTIONS(637), + [anon_sym_do] = ACTIONS(573), + [anon_sym_null] = ACTIONS(575), + [anon_sym_if] = ACTIONS(639), + [anon_sym_when] = ACTIONS(579), + [anon_sym_try] = ACTIONS(581), + [anon_sym_throw] = ACTIONS(641), + [anon_sym_return] = ACTIONS(643), + [anon_sym_continue] = ACTIONS(587), + [anon_sym_break] = ACTIONS(587), + [anon_sym_COLON_COLON] = ACTIONS(589), + [anon_sym_PLUS] = ACTIONS(645), + [anon_sym_DASH] = ACTIONS(645), + [anon_sym_PLUS_PLUS] = ACTIONS(647), + [anon_sym_DASH_DASH] = ACTIONS(647), + [anon_sym_BANG] = ACTIONS(647), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(175), - [anon_sym_inner] = ACTIONS(175), + [anon_sym_data] = ACTIONS(595), + [anon_sym_inner] = ACTIONS(595), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -56501,144 +56609,144 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(177), - [anon_sym_actual] = ACTIONS(177), + [anon_sym_expect] = ACTIONS(597), + [anon_sym_actual] = ACTIONS(597), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(827), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(599), + [anon_sym_break_AT] = ACTIONS(601), + [sym_real_literal] = ACTIONS(603), + [sym_integer_literal] = ACTIONS(605), + [sym_hex_literal] = ACTIONS(607), + [sym_bin_literal] = ACTIONS(607), + [anon_sym_true] = ACTIONS(609), + [anon_sym_false] = ACTIONS(609), + [anon_sym_SQUOTE] = ACTIONS(611), + [sym__backtick_identifier] = ACTIONS(613), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), + [sym__string_start] = ACTIONS(615), }, [199] = { - [sym_type_alias] = STATE(3259), - [sym__declaration] = STATE(3259), - [sym_class_declaration] = STATE(3259), - [sym_function_declaration] = STATE(3259), - [sym_property_declaration] = STATE(3259), - [sym_getter] = STATE(3259), - [sym_setter] = STATE(3259), - [sym_object_declaration] = STATE(3259), - [sym__statement] = STATE(3259), - [sym_control_structure_body] = STATE(3217), - [sym__block] = STATE(3259), - [sym__loop_statement] = STATE(3259), - [sym_for_statement] = STATE(3259), - [sym_while_statement] = STATE(3259), - [sym_do_while_statement] = STATE(3259), - [sym_assignment] = STATE(3259), - [sym__expression] = STATE(1527), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(2734), - [sym_parenthesized_expression] = STATE(2734), - [sym_collection_literal] = STATE(2734), - [sym__literal_constant] = STATE(2734), - [sym_string_literal] = STATE(2734), - [sym_lambda_literal] = STATE(2734), - [sym_anonymous_function] = STATE(2734), - [sym__function_literal] = STATE(2734), - [sym_object_literal] = STATE(2734), - [sym_this_expression] = STATE(2734), - [sym_super_expression] = STATE(2734), - [sym_if_expression] = STATE(2734), - [sym_when_expression] = STATE(2734), - [sym_try_expression] = STATE(2734), - [sym_jump_expression] = STATE(2734), - [sym_callable_reference] = STATE(2734), - [sym__prefix_unary_operator] = STATE(2135), - [sym__postfix_unary_expression] = STATE(7912), + [sym_type_alias] = STATE(4571), + [sym__declaration] = STATE(4571), + [sym_class_declaration] = STATE(4571), + [sym_function_declaration] = STATE(4571), + [sym_property_declaration] = STATE(4571), + [sym_getter] = STATE(4571), + [sym_setter] = STATE(4571), + [sym_object_declaration] = STATE(4571), + [sym__statement] = STATE(4571), + [sym_control_structure_body] = STATE(4725), + [sym__block] = STATE(4571), + [sym__loop_statement] = STATE(4571), + [sym_for_statement] = STATE(4571), + [sym_while_statement] = STATE(4571), + [sym_do_while_statement] = STATE(4571), + [sym_assignment] = STATE(4571), + [sym__expression] = STATE(4029), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4435), + [sym_parenthesized_expression] = STATE(4435), + [sym_collection_literal] = STATE(4435), + [sym__literal_constant] = STATE(4435), + [sym_string_literal] = STATE(4435), + [sym_lambda_literal] = STATE(4435), + [sym_anonymous_function] = STATE(4435), + [sym__function_literal] = STATE(4435), + [sym_object_literal] = STATE(4435), + [sym_this_expression] = STATE(4435), + [sym_super_expression] = STATE(4435), + [sym_if_expression] = STATE(4435), + [sym_when_expression] = STATE(4435), + [sym_try_expression] = STATE(4435), + [sym_jump_expression] = STATE(4435), + [sym_callable_reference] = STATE(4435), + [sym__prefix_unary_operator] = STATE(1897), + [sym__postfix_unary_expression] = STATE(7948), [sym_directly_assignable_expression] = STATE(7897), - [sym_modifiers] = STATE(7825), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(341), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3242), - [sym__return_at] = STATE(255), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(2734), - [sym_long_literal] = STATE(2734), - [sym_boolean_literal] = STATE(2734), - [sym_character_literal] = STATE(2734), - [sym__lexical_identifier] = STATE(2864), - [aux_sym__statement_repeat1] = STATE(819), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(111), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_typealias] = ACTIONS(121), + [sym_modifiers] = STATE(7821), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(339), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4608), + [sym__return_at] = STATE(295), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4435), + [sym_long_literal] = STATE(4435), + [sym_boolean_literal] = STATE(4435), + [sym_character_literal] = STATE(4435), + [sym__lexical_identifier] = STATE(4461), + [aux_sym__statement_repeat1] = STATE(790), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_typealias] = ACTIONS(207), [anon_sym_class] = ACTIONS(797), [anon_sym_interface] = ACTIONS(797), [anon_sym_enum] = ACTIONS(799), [anon_sym_LBRACE] = ACTIONS(801), - [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_val] = ACTIONS(803), [anon_sym_var] = ACTIONS(803), [anon_sym_object] = ACTIONS(805), [anon_sym_fun] = ACTIONS(807), - [anon_sym_SEMI] = ACTIONS(1379), + [anon_sym_SEMI] = ACTIONS(1345), [anon_sym_get] = ACTIONS(809), [anon_sym_set] = ACTIONS(811), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), [anon_sym_STAR] = ACTIONS(813), [sym_label] = ACTIONS(815), [anon_sym_for] = ACTIONS(817), [anon_sym_while] = ACTIONS(819), - [anon_sym_do] = ACTIONS(153), - [anon_sym_null] = ACTIONS(821), - [anon_sym_if] = ACTIONS(157), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(163), - [anon_sym_return] = ACTIONS(165), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(823), - [anon_sym_DASH] = ACTIONS(823), - [anon_sym_PLUS_PLUS] = ACTIONS(825), - [anon_sym_DASH_DASH] = ACTIONS(825), - [anon_sym_BANG] = ACTIONS(825), + [anon_sym_do] = ACTIONS(239), + [anon_sym_null] = ACTIONS(319), + [anon_sym_if] = ACTIONS(243), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(249), + [anon_sym_return] = ACTIONS(251), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(823), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(175), - [anon_sym_inner] = ACTIONS(175), + [anon_sym_data] = ACTIONS(261), + [anon_sym_inner] = ACTIONS(261), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -56657,102 +56765,258 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(177), - [anon_sym_actual] = ACTIONS(177), + [anon_sym_expect] = ACTIONS(263), + [anon_sym_actual] = ACTIONS(263), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(827), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(331), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), + [sym__string_start] = ACTIONS(283), }, [200] = { - [sym_type_alias] = STATE(3281), - [sym__declaration] = STATE(3281), - [sym_class_declaration] = STATE(3281), - [sym_function_declaration] = STATE(3281), - [sym_property_declaration] = STATE(3281), - [sym_getter] = STATE(3281), - [sym_setter] = STATE(3281), - [sym_object_declaration] = STATE(3281), - [sym__statement] = STATE(3281), - [sym_control_structure_body] = STATE(3188), - [sym__block] = STATE(3281), - [sym__loop_statement] = STATE(3281), - [sym_for_statement] = STATE(3281), - [sym_while_statement] = STATE(3281), - [sym_do_while_statement] = STATE(3281), - [sym_assignment] = STATE(3281), - [sym__expression] = STATE(1696), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(2750), - [sym_parenthesized_expression] = STATE(2750), - [sym_collection_literal] = STATE(2750), - [sym__literal_constant] = STATE(2750), - [sym_string_literal] = STATE(2750), - [sym_lambda_literal] = STATE(2750), - [sym_anonymous_function] = STATE(2750), - [sym__function_literal] = STATE(2750), - [sym_object_literal] = STATE(2750), - [sym_this_expression] = STATE(2750), - [sym_super_expression] = STATE(2750), - [sym_if_expression] = STATE(2750), - [sym_when_expression] = STATE(2750), - [sym_try_expression] = STATE(2750), - [sym_jump_expression] = STATE(2750), - [sym_callable_reference] = STATE(2750), - [sym__prefix_unary_operator] = STATE(2054), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7883), - [sym_modifiers] = STATE(7811), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(349), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3447), - [sym__return_at] = STATE(323), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(2750), - [sym_long_literal] = STATE(2750), - [sym_boolean_literal] = STATE(2750), - [sym_character_literal] = STATE(2750), - [sym__lexical_identifier] = STATE(2890), - [aux_sym__statement_repeat1] = STATE(816), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym_type_alias] = STATE(5052), + [sym__declaration] = STATE(5052), + [sym_class_declaration] = STATE(5052), + [sym_function_declaration] = STATE(5052), + [sym_property_declaration] = STATE(5052), + [sym_getter] = STATE(5052), + [sym_setter] = STATE(5052), + [sym_object_declaration] = STATE(5052), + [sym__statement] = STATE(5052), + [sym_control_structure_body] = STATE(5048), + [sym__block] = STATE(5052), + [sym__loop_statement] = STATE(5052), + [sym_for_statement] = STATE(5052), + [sym_while_statement] = STATE(5052), + [sym_do_while_statement] = STATE(5052), + [sym_assignment] = STATE(5052), + [sym__expression] = STATE(3957), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4467), + [sym_parenthesized_expression] = STATE(4467), + [sym_collection_literal] = STATE(4467), + [sym__literal_constant] = STATE(4467), + [sym_string_literal] = STATE(4467), + [sym_lambda_literal] = STATE(4467), + [sym_anonymous_function] = STATE(4467), + [sym__function_literal] = STATE(4467), + [sym_object_literal] = STATE(4467), + [sym_this_expression] = STATE(4467), + [sym_super_expression] = STATE(4467), + [sym_if_expression] = STATE(4467), + [sym_when_expression] = STATE(4467), + [sym_try_expression] = STATE(4467), + [sym_jump_expression] = STATE(4467), + [sym_callable_reference] = STATE(4467), + [sym__prefix_unary_operator] = STATE(1665), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7907), + [sym_modifiers] = STATE(7741), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(348), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4920), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4467), + [sym_long_literal] = STATE(4467), + [sym_boolean_literal] = STATE(4467), + [sym_character_literal] = STATE(4467), + [sym__lexical_identifier] = STATE(4566), + [aux_sym__statement_repeat1] = STATE(803), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_typealias] = ACTIONS(413), + [anon_sym_class] = ACTIONS(771), + [anon_sym_interface] = ACTIONS(771), + [anon_sym_enum] = ACTIONS(773), + [anon_sym_LBRACE] = ACTIONS(419), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_val] = ACTIONS(775), + [anon_sym_var] = ACTIONS(775), + [anon_sym_object] = ACTIONS(777), + [anon_sym_fun] = ACTIONS(779), + [anon_sym_SEMI] = ACTIONS(1379), + [anon_sym_get] = ACTIONS(781), + [anon_sym_set] = ACTIONS(783), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(1243), + [sym_label] = ACTIONS(787), + [anon_sym_for] = ACTIONS(789), + [anon_sym_while] = ACTIONS(791), + [anon_sym_do] = ACTIONS(439), + [anon_sym_null] = ACTIONS(441), + [anon_sym_if] = ACTIONS(55), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(61), + [anon_sym_return] = ACTIONS(63), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(793), + [anon_sym_DASH] = ACTIONS(793), + [anon_sym_PLUS_PLUS] = ACTIONS(795), + [anon_sym_DASH_DASH] = ACTIONS(795), + [anon_sym_BANG] = ACTIONS(795), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(77), + [anon_sym_inner] = ACTIONS(77), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(89), + [anon_sym_actual] = ACTIONS(89), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [sym_real_literal] = ACTIONS(453), + [sym_integer_literal] = ACTIONS(99), + [sym_hex_literal] = ACTIONS(101), + [sym_bin_literal] = ACTIONS(101), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SQUOTE] = ACTIONS(105), + [sym__backtick_identifier] = ACTIONS(107), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(109), + }, + [201] = { + [sym_type_alias] = STATE(3456), + [sym__declaration] = STATE(3456), + [sym_class_declaration] = STATE(3456), + [sym_function_declaration] = STATE(3456), + [sym_property_declaration] = STATE(3456), + [sym_getter] = STATE(3456), + [sym_setter] = STATE(3456), + [sym_object_declaration] = STATE(3456), + [sym__statement] = STATE(3456), + [sym_control_structure_body] = STATE(3258), + [sym__block] = STATE(3456), + [sym__loop_statement] = STATE(3456), + [sym_for_statement] = STATE(3456), + [sym_while_statement] = STATE(3456), + [sym_do_while_statement] = STATE(3456), + [sym_assignment] = STATE(3456), + [sym__expression] = STATE(2364), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(2743), + [sym_parenthesized_expression] = STATE(2743), + [sym_collection_literal] = STATE(2743), + [sym__literal_constant] = STATE(2743), + [sym_string_literal] = STATE(2743), + [sym_lambda_literal] = STATE(2743), + [sym_anonymous_function] = STATE(2743), + [sym__function_literal] = STATE(2743), + [sym_object_literal] = STATE(2743), + [sym_this_expression] = STATE(2743), + [sym_super_expression] = STATE(2743), + [sym_if_expression] = STATE(2743), + [sym_when_expression] = STATE(2743), + [sym_try_expression] = STATE(2743), + [sym_jump_expression] = STATE(2743), + [sym_callable_reference] = STATE(2743), + [sym__prefix_unary_operator] = STATE(2070), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7926), + [sym_modifiers] = STATE(7767), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(337), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3279), + [sym__return_at] = STATE(317), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(2743), + [sym_long_literal] = STATE(2743), + [sym_boolean_literal] = STATE(2743), + [sym_character_literal] = STATE(2743), + [sym__lexical_identifier] = STATE(2837), + [aux_sym__statement_repeat1] = STATE(787), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(333), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(335), @@ -56760,13 +57024,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_class] = ACTIONS(1097), [anon_sym_interface] = ACTIONS(1097), [anon_sym_enum] = ACTIONS(1099), - [anon_sym_LBRACE] = ACTIONS(921), + [anon_sym_LBRACE] = ACTIONS(953), [anon_sym_LPAREN] = ACTIONS(345), [anon_sym_val] = ACTIONS(1101), [anon_sym_var] = ACTIONS(1101), [anon_sym_object] = ACTIONS(1103), [anon_sym_fun] = ACTIONS(1105), - [anon_sym_SEMI] = ACTIONS(1365), + [anon_sym_SEMI] = ACTIONS(1347), [anon_sym_get] = ACTIONS(1107), [anon_sym_set] = ACTIONS(1109), [anon_sym_this] = ACTIONS(357), @@ -56776,12 +57040,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_for] = ACTIONS(1115), [anon_sym_while] = ACTIONS(1117), [anon_sym_do] = ACTIONS(369), - [anon_sym_null] = ACTIONS(941), - [anon_sym_if] = ACTIONS(697), + [anon_sym_null] = ACTIONS(973), + [anon_sym_if] = ACTIONS(703), [anon_sym_when] = ACTIONS(375), [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(699), - [anon_sym_return] = ACTIONS(701), + [anon_sym_throw] = ACTIONS(705), + [anon_sym_return] = ACTIONS(707), [anon_sym_continue] = ACTIONS(383), [anon_sym_break] = ACTIONS(383), [anon_sym_COLON_COLON] = ACTIONS(385), @@ -56819,7 +57083,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(395), [anon_sym_break_AT] = ACTIONS(397), - [sym_real_literal] = ACTIONS(947), + [sym_real_literal] = ACTIONS(979), [sym_integer_literal] = ACTIONS(401), [sym_hex_literal] = ACTIONS(403), [sym_bin_literal] = ACTIONS(403), @@ -56830,127 +57094,127 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(411), }, - [201] = { - [sym_type_alias] = STATE(3848), - [sym__declaration] = STATE(3848), - [sym_class_declaration] = STATE(3848), - [sym_function_declaration] = STATE(3848), - [sym_property_declaration] = STATE(3848), - [sym_getter] = STATE(3848), - [sym_setter] = STATE(3848), - [sym_object_declaration] = STATE(3848), - [sym__statement] = STATE(3848), - [sym_control_structure_body] = STATE(3764), - [sym__block] = STATE(3848), - [sym__loop_statement] = STATE(3848), - [sym_for_statement] = STATE(3848), - [sym_while_statement] = STATE(3848), - [sym_do_while_statement] = STATE(3848), - [sym_assignment] = STATE(3848), - [sym__expression] = STATE(2556), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(2871), - [sym_parenthesized_expression] = STATE(2871), - [sym_collection_literal] = STATE(2871), - [sym__literal_constant] = STATE(2871), - [sym_string_literal] = STATE(2871), - [sym_lambda_literal] = STATE(2871), - [sym_anonymous_function] = STATE(2871), - [sym__function_literal] = STATE(2871), - [sym_object_literal] = STATE(2871), - [sym_this_expression] = STATE(2871), - [sym_super_expression] = STATE(2871), - [sym_if_expression] = STATE(2871), - [sym_when_expression] = STATE(2871), - [sym_try_expression] = STATE(2871), - [sym_jump_expression] = STATE(2871), - [sym_callable_reference] = STATE(2871), - [sym__prefix_unary_operator] = STATE(1643), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7866), - [sym_modifiers] = STATE(7722), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(348), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3755), - [sym__return_at] = STATE(264), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(2871), - [sym_long_literal] = STATE(2871), - [sym_boolean_literal] = STATE(2871), - [sym_character_literal] = STATE(2871), - [sym__lexical_identifier] = STATE(3263), - [aux_sym__statement_repeat1] = STATE(818), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(537), + [202] = { + [sym_type_alias] = STATE(3456), + [sym__declaration] = STATE(3456), + [sym_class_declaration] = STATE(3456), + [sym_function_declaration] = STATE(3456), + [sym_property_declaration] = STATE(3456), + [sym_getter] = STATE(3456), + [sym_setter] = STATE(3456), + [sym_object_declaration] = STATE(3456), + [sym__statement] = STATE(3456), + [sym_control_structure_body] = STATE(3199), + [sym__block] = STATE(3456), + [sym__loop_statement] = STATE(3456), + [sym_for_statement] = STATE(3456), + [sym_while_statement] = STATE(3456), + [sym_do_while_statement] = STATE(3456), + [sym_assignment] = STATE(3456), + [sym__expression] = STATE(1228), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(2760), + [sym_parenthesized_expression] = STATE(2760), + [sym_collection_literal] = STATE(2760), + [sym__literal_constant] = STATE(2760), + [sym_string_literal] = STATE(2760), + [sym_lambda_literal] = STATE(2760), + [sym_anonymous_function] = STATE(2760), + [sym__function_literal] = STATE(2760), + [sym_object_literal] = STATE(2760), + [sym_this_expression] = STATE(2760), + [sym_super_expression] = STATE(2760), + [sym_if_expression] = STATE(2760), + [sym_when_expression] = STATE(2760), + [sym_try_expression] = STATE(2760), + [sym_jump_expression] = STATE(2760), + [sym_callable_reference] = STATE(2760), + [sym__prefix_unary_operator] = STATE(2247), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7931), + [sym_modifiers] = STATE(7776), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(355), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3279), + [sym__return_at] = STATE(317), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(2760), + [sym_long_literal] = STATE(2760), + [sym_boolean_literal] = STATE(2760), + [sym_character_literal] = STATE(2760), + [sym__lexical_identifier] = STATE(2837), + [aux_sym__statement_repeat1] = STATE(798), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(333), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_typealias] = ACTIONS(541), - [anon_sym_class] = ACTIONS(1007), - [anon_sym_interface] = ACTIONS(1007), - [anon_sym_enum] = ACTIONS(1009), - [anon_sym_LBRACE] = ACTIONS(953), - [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_val] = ACTIONS(1011), - [anon_sym_var] = ACTIONS(1011), - [anon_sym_object] = ACTIONS(1013), - [anon_sym_fun] = ACTIONS(1015), - [anon_sym_SEMI] = ACTIONS(1361), - [anon_sym_get] = ACTIONS(1017), - [anon_sym_set] = ACTIONS(1019), - [anon_sym_this] = ACTIONS(561), - [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1021), - [sym_label] = ACTIONS(1023), - [anon_sym_for] = ACTIONS(1025), - [anon_sym_while] = ACTIONS(1027), - [anon_sym_do] = ACTIONS(573), - [anon_sym_null] = ACTIONS(973), - [anon_sym_if] = ACTIONS(755), - [anon_sym_when] = ACTIONS(579), - [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(757), - [anon_sym_return] = ACTIONS(759), - [anon_sym_continue] = ACTIONS(587), - [anon_sym_break] = ACTIONS(587), - [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(1029), - [anon_sym_DASH] = ACTIONS(1029), - [anon_sym_PLUS_PLUS] = ACTIONS(1031), - [anon_sym_DASH_DASH] = ACTIONS(1031), - [anon_sym_BANG] = ACTIONS(1031), + [anon_sym_LBRACK] = ACTIONS(335), + [anon_sym_typealias] = ACTIONS(337), + [anon_sym_class] = ACTIONS(681), + [anon_sym_interface] = ACTIONS(681), + [anon_sym_enum] = ACTIONS(683), + [anon_sym_LBRACE] = ACTIONS(343), + [anon_sym_LPAREN] = ACTIONS(345), + [anon_sym_val] = ACTIONS(685), + [anon_sym_var] = ACTIONS(685), + [anon_sym_object] = ACTIONS(687), + [anon_sym_fun] = ACTIONS(689), + [anon_sym_SEMI] = ACTIONS(1351), + [anon_sym_get] = ACTIONS(691), + [anon_sym_set] = ACTIONS(693), + [anon_sym_this] = ACTIONS(357), + [anon_sym_super] = ACTIONS(359), + [anon_sym_STAR] = ACTIONS(1273), + [sym_label] = ACTIONS(697), + [anon_sym_for] = ACTIONS(699), + [anon_sym_while] = ACTIONS(701), + [anon_sym_do] = ACTIONS(369), + [anon_sym_null] = ACTIONS(371), + [anon_sym_if] = ACTIONS(703), + [anon_sym_when] = ACTIONS(375), + [anon_sym_try] = ACTIONS(377), + [anon_sym_throw] = ACTIONS(705), + [anon_sym_return] = ACTIONS(707), + [anon_sym_continue] = ACTIONS(383), + [anon_sym_break] = ACTIONS(383), + [anon_sym_COLON_COLON] = ACTIONS(385), + [anon_sym_PLUS] = ACTIONS(709), + [anon_sym_DASH] = ACTIONS(709), + [anon_sym_PLUS_PLUS] = ACTIONS(711), + [anon_sym_DASH_DASH] = ACTIONS(711), + [anon_sym_BANG] = ACTIONS(711), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(595), - [anon_sym_inner] = ACTIONS(595), + [anon_sym_data] = ACTIONS(391), + [anon_sym_inner] = ACTIONS(391), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -56969,139 +57233,139 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(597), - [anon_sym_actual] = ACTIONS(597), + [anon_sym_expect] = ACTIONS(393), + [anon_sym_actual] = ACTIONS(393), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(599), - [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(979), - [sym_integer_literal] = ACTIONS(605), - [sym_hex_literal] = ACTIONS(607), - [sym_bin_literal] = ACTIONS(607), - [anon_sym_true] = ACTIONS(609), - [anon_sym_false] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(611), - [sym__backtick_identifier] = ACTIONS(613), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(395), + [anon_sym_break_AT] = ACTIONS(397), + [sym_real_literal] = ACTIONS(399), + [sym_integer_literal] = ACTIONS(401), + [sym_hex_literal] = ACTIONS(403), + [sym_bin_literal] = ACTIONS(403), + [anon_sym_true] = ACTIONS(405), + [anon_sym_false] = ACTIONS(405), + [anon_sym_SQUOTE] = ACTIONS(407), + [sym__backtick_identifier] = ACTIONS(409), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(615), + [sym__string_start] = ACTIONS(411), }, - [202] = { - [sym_type_alias] = STATE(3281), - [sym__declaration] = STATE(3281), - [sym_class_declaration] = STATE(3281), - [sym_function_declaration] = STATE(3281), - [sym_property_declaration] = STATE(3281), - [sym_getter] = STATE(3281), - [sym_setter] = STATE(3281), - [sym_object_declaration] = STATE(3281), - [sym__statement] = STATE(3281), - [sym_control_structure_body] = STATE(3350), - [sym__block] = STATE(3281), - [sym__loop_statement] = STATE(3281), - [sym_for_statement] = STATE(3281), - [sym_while_statement] = STATE(3281), - [sym_do_while_statement] = STATE(3281), - [sym_assignment] = STATE(3281), - [sym__expression] = STATE(1696), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(2750), - [sym_parenthesized_expression] = STATE(2750), - [sym_collection_literal] = STATE(2750), - [sym__literal_constant] = STATE(2750), - [sym_string_literal] = STATE(2750), - [sym_lambda_literal] = STATE(2750), - [sym_anonymous_function] = STATE(2750), - [sym__function_literal] = STATE(2750), - [sym_object_literal] = STATE(2750), - [sym_this_expression] = STATE(2750), - [sym_super_expression] = STATE(2750), - [sym_if_expression] = STATE(2750), - [sym_when_expression] = STATE(2750), - [sym_try_expression] = STATE(2750), - [sym_jump_expression] = STATE(2750), - [sym_callable_reference] = STATE(2750), - [sym__prefix_unary_operator] = STATE(2054), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7883), - [sym_modifiers] = STATE(7811), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(349), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3447), - [sym__return_at] = STATE(323), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(2750), - [sym_long_literal] = STATE(2750), - [sym_boolean_literal] = STATE(2750), - [sym_character_literal] = STATE(2750), - [sym__lexical_identifier] = STATE(2890), - [aux_sym__statement_repeat1] = STATE(816), - [aux_sym_modifiers_repeat1] = STATE(5441), + [203] = { + [sym_type_alias] = STATE(3456), + [sym__declaration] = STATE(3456), + [sym_class_declaration] = STATE(3456), + [sym_function_declaration] = STATE(3456), + [sym_property_declaration] = STATE(3456), + [sym_getter] = STATE(3456), + [sym_setter] = STATE(3456), + [sym_object_declaration] = STATE(3456), + [sym__statement] = STATE(3456), + [sym_control_structure_body] = STATE(3450), + [sym__block] = STATE(3456), + [sym__loop_statement] = STATE(3456), + [sym_for_statement] = STATE(3456), + [sym_while_statement] = STATE(3456), + [sym_do_while_statement] = STATE(3456), + [sym_assignment] = STATE(3456), + [sym__expression] = STATE(1228), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(2760), + [sym_parenthesized_expression] = STATE(2760), + [sym_collection_literal] = STATE(2760), + [sym__literal_constant] = STATE(2760), + [sym_string_literal] = STATE(2760), + [sym_lambda_literal] = STATE(2760), + [sym_anonymous_function] = STATE(2760), + [sym__function_literal] = STATE(2760), + [sym_object_literal] = STATE(2760), + [sym_this_expression] = STATE(2760), + [sym_super_expression] = STATE(2760), + [sym_if_expression] = STATE(2760), + [sym_when_expression] = STATE(2760), + [sym_try_expression] = STATE(2760), + [sym_jump_expression] = STATE(2760), + [sym_callable_reference] = STATE(2760), + [sym__prefix_unary_operator] = STATE(2247), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7931), + [sym_modifiers] = STATE(7776), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(355), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3279), + [sym__return_at] = STATE(317), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(2760), + [sym_long_literal] = STATE(2760), + [sym_boolean_literal] = STATE(2760), + [sym_character_literal] = STATE(2760), + [sym__lexical_identifier] = STATE(2837), + [aux_sym__statement_repeat1] = STATE(798), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(333), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(335), [anon_sym_typealias] = ACTIONS(337), - [anon_sym_class] = ACTIONS(1097), - [anon_sym_interface] = ACTIONS(1097), - [anon_sym_enum] = ACTIONS(1099), - [anon_sym_LBRACE] = ACTIONS(921), + [anon_sym_class] = ACTIONS(681), + [anon_sym_interface] = ACTIONS(681), + [anon_sym_enum] = ACTIONS(683), + [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_val] = ACTIONS(1101), - [anon_sym_var] = ACTIONS(1101), - [anon_sym_object] = ACTIONS(1103), - [anon_sym_fun] = ACTIONS(1105), - [anon_sym_SEMI] = ACTIONS(1349), - [anon_sym_get] = ACTIONS(1107), - [anon_sym_set] = ACTIONS(1109), + [anon_sym_val] = ACTIONS(685), + [anon_sym_var] = ACTIONS(685), + [anon_sym_object] = ACTIONS(687), + [anon_sym_fun] = ACTIONS(689), + [anon_sym_SEMI] = ACTIONS(1359), + [anon_sym_get] = ACTIONS(691), + [anon_sym_set] = ACTIONS(693), [anon_sym_this] = ACTIONS(357), [anon_sym_super] = ACTIONS(359), - [anon_sym_STAR] = ACTIONS(1111), - [sym_label] = ACTIONS(1113), - [anon_sym_for] = ACTIONS(1115), - [anon_sym_while] = ACTIONS(1117), + [anon_sym_STAR] = ACTIONS(1273), + [sym_label] = ACTIONS(697), + [anon_sym_for] = ACTIONS(699), + [anon_sym_while] = ACTIONS(701), [anon_sym_do] = ACTIONS(369), - [anon_sym_null] = ACTIONS(941), - [anon_sym_if] = ACTIONS(697), + [anon_sym_null] = ACTIONS(371), + [anon_sym_if] = ACTIONS(703), [anon_sym_when] = ACTIONS(375), [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(699), - [anon_sym_return] = ACTIONS(701), + [anon_sym_throw] = ACTIONS(705), + [anon_sym_return] = ACTIONS(707), [anon_sym_continue] = ACTIONS(383), [anon_sym_break] = ACTIONS(383), [anon_sym_COLON_COLON] = ACTIONS(385), - [anon_sym_PLUS] = ACTIONS(1119), - [anon_sym_DASH] = ACTIONS(1119), - [anon_sym_PLUS_PLUS] = ACTIONS(1121), - [anon_sym_DASH_DASH] = ACTIONS(1121), - [anon_sym_BANG] = ACTIONS(1121), + [anon_sym_PLUS] = ACTIONS(709), + [anon_sym_DASH] = ACTIONS(709), + [anon_sym_PLUS_PLUS] = ACTIONS(711), + [anon_sym_DASH_DASH] = ACTIONS(711), + [anon_sym_BANG] = ACTIONS(711), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -57131,7 +57395,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(395), [anon_sym_break_AT] = ACTIONS(397), - [sym_real_literal] = ACTIONS(947), + [sym_real_literal] = ACTIONS(399), [sym_integer_literal] = ACTIONS(401), [sym_hex_literal] = ACTIONS(403), [sym_bin_literal] = ACTIONS(403), @@ -57142,127 +57406,127 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(411), }, - [203] = { - [sym_type_alias] = STATE(1152), - [sym__declaration] = STATE(1152), - [sym_class_declaration] = STATE(1152), - [sym_function_declaration] = STATE(1152), - [sym_property_declaration] = STATE(1152), - [sym_getter] = STATE(1152), - [sym_setter] = STATE(1152), - [sym_object_declaration] = STATE(1152), - [sym__statement] = STATE(1152), - [sym_control_structure_body] = STATE(1165), - [sym__block] = STATE(1152), - [sym__loop_statement] = STATE(1152), - [sym_for_statement] = STATE(1152), - [sym_while_statement] = STATE(1152), - [sym_do_while_statement] = STATE(1152), - [sym_assignment] = STATE(1152), - [sym__expression] = STATE(460), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(781), - [sym_parenthesized_expression] = STATE(781), - [sym_collection_literal] = STATE(781), - [sym__literal_constant] = STATE(781), - [sym_string_literal] = STATE(781), - [sym_lambda_literal] = STATE(781), - [sym_anonymous_function] = STATE(781), - [sym__function_literal] = STATE(781), - [sym_object_literal] = STATE(781), - [sym_this_expression] = STATE(781), - [sym_super_expression] = STATE(781), - [sym_if_expression] = STATE(781), - [sym_when_expression] = STATE(781), - [sym_try_expression] = STATE(781), - [sym_jump_expression] = STATE(781), - [sym_callable_reference] = STATE(781), - [sym__prefix_unary_operator] = STATE(2001), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7876), - [sym_modifiers] = STATE(7618), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(336), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1054), - [sym__return_at] = STATE(260), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(781), - [sym_long_literal] = STATE(781), - [sym_boolean_literal] = STATE(781), - [sym_character_literal] = STATE(781), - [sym__lexical_identifier] = STATE(866), - [aux_sym__statement_repeat1] = STATE(795), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_typealias] = ACTIONS(417), - [anon_sym_class] = ACTIONS(885), - [anon_sym_interface] = ACTIONS(885), - [anon_sym_enum] = ACTIONS(887), - [anon_sym_LBRACE] = ACTIONS(889), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_val] = ACTIONS(891), - [anon_sym_var] = ACTIONS(891), - [anon_sym_object] = ACTIONS(893), - [anon_sym_fun] = ACTIONS(895), - [anon_sym_SEMI] = ACTIONS(1355), - [anon_sym_get] = ACTIONS(897), - [anon_sym_set] = ACTIONS(899), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(901), - [sym_label] = ACTIONS(903), - [anon_sym_for] = ACTIONS(905), - [anon_sym_while] = ACTIONS(907), - [anon_sym_do] = ACTIONS(449), - [anon_sym_null] = ACTIONS(909), - [anon_sym_if] = ACTIONS(453), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(459), - [anon_sym_return] = ACTIONS(461), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(911), - [anon_sym_DASH] = ACTIONS(911), - [anon_sym_PLUS_PLUS] = ACTIONS(913), - [anon_sym_DASH_DASH] = ACTIONS(913), - [anon_sym_BANG] = ACTIONS(913), + [204] = { + [sym_type_alias] = STATE(3456), + [sym__declaration] = STATE(3456), + [sym_class_declaration] = STATE(3456), + [sym_function_declaration] = STATE(3456), + [sym_property_declaration] = STATE(3456), + [sym_getter] = STATE(3456), + [sym_setter] = STATE(3456), + [sym_object_declaration] = STATE(3456), + [sym__statement] = STATE(3456), + [sym_control_structure_body] = STATE(3348), + [sym__block] = STATE(3456), + [sym__loop_statement] = STATE(3456), + [sym_for_statement] = STATE(3456), + [sym_while_statement] = STATE(3456), + [sym_do_while_statement] = STATE(3456), + [sym_assignment] = STATE(3456), + [sym__expression] = STATE(1228), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(2760), + [sym_parenthesized_expression] = STATE(2760), + [sym_collection_literal] = STATE(2760), + [sym__literal_constant] = STATE(2760), + [sym_string_literal] = STATE(2760), + [sym_lambda_literal] = STATE(2760), + [sym_anonymous_function] = STATE(2760), + [sym__function_literal] = STATE(2760), + [sym_object_literal] = STATE(2760), + [sym_this_expression] = STATE(2760), + [sym_super_expression] = STATE(2760), + [sym_if_expression] = STATE(2760), + [sym_when_expression] = STATE(2760), + [sym_try_expression] = STATE(2760), + [sym_jump_expression] = STATE(2760), + [sym_callable_reference] = STATE(2760), + [sym__prefix_unary_operator] = STATE(2247), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7931), + [sym_modifiers] = STATE(7776), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(355), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3279), + [sym__return_at] = STATE(317), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(2760), + [sym_long_literal] = STATE(2760), + [sym_boolean_literal] = STATE(2760), + [sym_character_literal] = STATE(2760), + [sym__lexical_identifier] = STATE(2837), + [aux_sym__statement_repeat1] = STATE(798), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(333), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(335), + [anon_sym_typealias] = ACTIONS(337), + [anon_sym_class] = ACTIONS(681), + [anon_sym_interface] = ACTIONS(681), + [anon_sym_enum] = ACTIONS(683), + [anon_sym_LBRACE] = ACTIONS(343), + [anon_sym_LPAREN] = ACTIONS(345), + [anon_sym_val] = ACTIONS(685), + [anon_sym_var] = ACTIONS(685), + [anon_sym_object] = ACTIONS(687), + [anon_sym_fun] = ACTIONS(689), + [anon_sym_SEMI] = ACTIONS(1363), + [anon_sym_get] = ACTIONS(691), + [anon_sym_set] = ACTIONS(693), + [anon_sym_this] = ACTIONS(357), + [anon_sym_super] = ACTIONS(359), + [anon_sym_STAR] = ACTIONS(1273), + [sym_label] = ACTIONS(697), + [anon_sym_for] = ACTIONS(699), + [anon_sym_while] = ACTIONS(701), + [anon_sym_do] = ACTIONS(369), + [anon_sym_null] = ACTIONS(371), + [anon_sym_if] = ACTIONS(703), + [anon_sym_when] = ACTIONS(375), + [anon_sym_try] = ACTIONS(377), + [anon_sym_throw] = ACTIONS(705), + [anon_sym_return] = ACTIONS(707), + [anon_sym_continue] = ACTIONS(383), + [anon_sym_break] = ACTIONS(383), + [anon_sym_COLON_COLON] = ACTIONS(385), + [anon_sym_PLUS] = ACTIONS(709), + [anon_sym_DASH] = ACTIONS(709), + [anon_sym_PLUS_PLUS] = ACTIONS(711), + [anon_sym_DASH_DASH] = ACTIONS(711), + [anon_sym_BANG] = ACTIONS(711), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(471), - [anon_sym_inner] = ACTIONS(471), + [anon_sym_data] = ACTIONS(391), + [anon_sym_inner] = ACTIONS(391), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -57281,144 +57545,144 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(473), - [anon_sym_actual] = ACTIONS(473), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(915), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), + [anon_sym_expect] = ACTIONS(393), + [anon_sym_actual] = ACTIONS(393), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(395), + [anon_sym_break_AT] = ACTIONS(397), + [sym_real_literal] = ACTIONS(399), + [sym_integer_literal] = ACTIONS(401), + [sym_hex_literal] = ACTIONS(403), + [sym_bin_literal] = ACTIONS(403), + [anon_sym_true] = ACTIONS(405), + [anon_sym_false] = ACTIONS(405), + [anon_sym_SQUOTE] = ACTIONS(407), + [sym__backtick_identifier] = ACTIONS(409), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(411), }, - [204] = { - [sym_type_alias] = STATE(4620), - [sym__declaration] = STATE(4620), - [sym_class_declaration] = STATE(4620), - [sym_function_declaration] = STATE(4620), - [sym_property_declaration] = STATE(4620), - [sym_getter] = STATE(4620), - [sym_setter] = STATE(4620), - [sym_object_declaration] = STATE(4620), - [sym__statement] = STATE(4620), - [sym_control_structure_body] = STATE(4722), - [sym__block] = STATE(4620), - [sym__loop_statement] = STATE(4620), - [sym_for_statement] = STATE(4620), - [sym_while_statement] = STATE(4620), - [sym_do_while_statement] = STATE(4620), - [sym_assignment] = STATE(4620), - [sym__expression] = STATE(3730), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4426), - [sym_parenthesized_expression] = STATE(4426), - [sym_collection_literal] = STATE(4426), - [sym__literal_constant] = STATE(4426), - [sym_string_literal] = STATE(4426), - [sym_lambda_literal] = STATE(4426), - [sym_anonymous_function] = STATE(4426), - [sym__function_literal] = STATE(4426), - [sym_object_literal] = STATE(4426), - [sym_this_expression] = STATE(4426), - [sym_super_expression] = STATE(4426), - [sym_if_expression] = STATE(4426), - [sym_when_expression] = STATE(4426), - [sym_try_expression] = STATE(4426), - [sym_jump_expression] = STATE(4426), - [sym_callable_reference] = STATE(4426), - [sym__prefix_unary_operator] = STATE(2343), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7895), - [sym_modifiers] = STATE(7620), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(337), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4561), - [sym__return_at] = STATE(310), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4426), - [sym_long_literal] = STATE(4426), - [sym_boolean_literal] = STATE(4426), - [sym_character_literal] = STATE(4426), - [sym__lexical_identifier] = STATE(4440), - [aux_sym__statement_repeat1] = STATE(806), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(199), + [205] = { + [sym_type_alias] = STATE(3371), + [sym__declaration] = STATE(3371), + [sym_class_declaration] = STATE(3371), + [sym_function_declaration] = STATE(3371), + [sym_property_declaration] = STATE(3371), + [sym_getter] = STATE(3371), + [sym_setter] = STATE(3371), + [sym_object_declaration] = STATE(3371), + [sym__statement] = STATE(3371), + [sym_control_structure_body] = STATE(3245), + [sym__block] = STATE(3371), + [sym__loop_statement] = STATE(3371), + [sym_for_statement] = STATE(3371), + [sym_while_statement] = STATE(3371), + [sym_do_while_statement] = STATE(3371), + [sym_assignment] = STATE(3371), + [sym__expression] = STATE(2436), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(2727), + [sym_parenthesized_expression] = STATE(2727), + [sym_collection_literal] = STATE(2727), + [sym__literal_constant] = STATE(2727), + [sym_string_literal] = STATE(2727), + [sym_lambda_literal] = STATE(2727), + [sym_anonymous_function] = STATE(2727), + [sym__function_literal] = STATE(2727), + [sym_object_literal] = STATE(2727), + [sym_this_expression] = STATE(2727), + [sym_super_expression] = STATE(2727), + [sym_if_expression] = STATE(2727), + [sym_when_expression] = STATE(2727), + [sym_try_expression] = STATE(2727), + [sym_jump_expression] = STATE(2727), + [sym_callable_reference] = STATE(2727), + [sym__prefix_unary_operator] = STATE(1711), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7906), + [sym_modifiers] = STATE(7818), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(340), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3410), + [sym__return_at] = STATE(262), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(2727), + [sym_long_literal] = STATE(2727), + [sym_boolean_literal] = STATE(2727), + [sym_character_literal] = STATE(2727), + [sym__lexical_identifier] = STATE(2858), + [aux_sym__statement_repeat1] = STATE(808), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(111), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_typealias] = ACTIONS(207), - [anon_sym_class] = ACTIONS(707), - [anon_sym_interface] = ACTIONS(707), - [anon_sym_enum] = ACTIONS(709), - [anon_sym_LBRACE] = ACTIONS(213), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_val] = ACTIONS(711), - [anon_sym_var] = ACTIONS(711), - [anon_sym_object] = ACTIONS(713), - [anon_sym_fun] = ACTIONS(715), - [anon_sym_SEMI] = ACTIONS(1341), - [anon_sym_get] = ACTIONS(717), - [anon_sym_set] = ACTIONS(719), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1231), - [sym_label] = ACTIONS(723), - [anon_sym_for] = ACTIONS(725), - [anon_sym_while] = ACTIONS(727), - [anon_sym_do] = ACTIONS(239), - [anon_sym_null] = ACTIONS(241), - [anon_sym_if] = ACTIONS(321), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(323), - [anon_sym_return] = ACTIONS(325), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(729), - [anon_sym_DASH] = ACTIONS(729), - [anon_sym_PLUS_PLUS] = ACTIONS(731), - [anon_sym_DASH_DASH] = ACTIONS(731), - [anon_sym_BANG] = ACTIONS(731), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_typealias] = ACTIONS(121), + [anon_sym_class] = ACTIONS(1071), + [anon_sym_interface] = ACTIONS(1071), + [anon_sym_enum] = ACTIONS(1073), + [anon_sym_LBRACE] = ACTIONS(829), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_val] = ACTIONS(1075), + [anon_sym_var] = ACTIONS(1075), + [anon_sym_object] = ACTIONS(1077), + [anon_sym_fun] = ACTIONS(1079), + [anon_sym_SEMI] = ACTIONS(1365), + [anon_sym_get] = ACTIONS(1081), + [anon_sym_set] = ACTIONS(1083), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(1085), + [sym_label] = ACTIONS(1087), + [anon_sym_for] = ACTIONS(1089), + [anon_sym_while] = ACTIONS(1091), + [anon_sym_do] = ACTIONS(153), + [anon_sym_null] = ACTIONS(849), + [anon_sym_if] = ACTIONS(671), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(673), + [anon_sym_return] = ACTIONS(675), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(1093), + [anon_sym_DASH] = ACTIONS(1093), + [anon_sym_PLUS_PLUS] = ACTIONS(1095), + [anon_sym_DASH_DASH] = ACTIONS(1095), + [anon_sym_BANG] = ACTIONS(1095), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(261), - [anon_sym_inner] = ACTIONS(261), + [anon_sym_data] = ACTIONS(175), + [anon_sym_inner] = ACTIONS(175), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -57437,169 +57701,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(263), - [anon_sym_actual] = ACTIONS(263), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(271), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), - }, - [205] = { - [sym_type_alias] = STATE(3259), - [sym__declaration] = STATE(3259), - [sym_class_declaration] = STATE(3259), - [sym_function_declaration] = STATE(3259), - [sym_property_declaration] = STATE(3259), - [sym_getter] = STATE(3259), - [sym_setter] = STATE(3259), - [sym_object_declaration] = STATE(3259), - [sym__statement] = STATE(3259), - [sym_control_structure_body] = STATE(3201), - [sym__block] = STATE(3259), - [sym__loop_statement] = STATE(3259), - [sym_for_statement] = STATE(3259), - [sym_while_statement] = STATE(3259), - [sym_do_while_statement] = STATE(3259), - [sym_assignment] = STATE(3259), - [sym__expression] = STATE(1527), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(2734), - [sym_parenthesized_expression] = STATE(2734), - [sym_collection_literal] = STATE(2734), - [sym__literal_constant] = STATE(2734), - [sym_string_literal] = STATE(2734), - [sym_lambda_literal] = STATE(2734), - [sym_anonymous_function] = STATE(2734), - [sym__function_literal] = STATE(2734), - [sym_object_literal] = STATE(2734), - [sym_this_expression] = STATE(2734), - [sym_super_expression] = STATE(2734), - [sym_if_expression] = STATE(2734), - [sym_when_expression] = STATE(2734), - [sym_try_expression] = STATE(2734), - [sym_jump_expression] = STATE(2734), - [sym_callable_reference] = STATE(2734), - [sym__prefix_unary_operator] = STATE(2135), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7897), - [sym_modifiers] = STATE(7825), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(341), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3242), - [sym__return_at] = STATE(255), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(2734), - [sym_long_literal] = STATE(2734), - [sym_boolean_literal] = STATE(2734), - [sym_character_literal] = STATE(2734), - [sym__lexical_identifier] = STATE(2864), - [aux_sym__statement_repeat1] = STATE(819), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(111), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_typealias] = ACTIONS(121), - [anon_sym_class] = ACTIONS(797), - [anon_sym_interface] = ACTIONS(797), - [anon_sym_enum] = ACTIONS(799), - [anon_sym_LBRACE] = ACTIONS(801), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_val] = ACTIONS(803), - [anon_sym_var] = ACTIONS(803), - [anon_sym_object] = ACTIONS(805), - [anon_sym_fun] = ACTIONS(807), - [anon_sym_SEMI] = ACTIONS(1377), - [anon_sym_get] = ACTIONS(809), - [anon_sym_set] = ACTIONS(811), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(813), - [sym_label] = ACTIONS(815), - [anon_sym_for] = ACTIONS(817), - [anon_sym_while] = ACTIONS(819), - [anon_sym_do] = ACTIONS(153), - [anon_sym_null] = ACTIONS(821), - [anon_sym_if] = ACTIONS(157), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(163), - [anon_sym_return] = ACTIONS(165), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(823), - [anon_sym_DASH] = ACTIONS(823), - [anon_sym_PLUS_PLUS] = ACTIONS(825), - [anon_sym_DASH_DASH] = ACTIONS(825), - [anon_sym_BANG] = ACTIONS(825), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(175), - [anon_sym_inner] = ACTIONS(175), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(177), - [anon_sym_actual] = ACTIONS(177), + [anon_sym_expect] = ACTIONS(177), + [anon_sym_actual] = ACTIONS(177), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(179), [anon_sym_continue_AT] = ACTIONS(181), [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(827), + [sym_real_literal] = ACTIONS(855), [sym_integer_literal] = ACTIONS(187), [sym_hex_literal] = ACTIONS(189), [sym_bin_literal] = ACTIONS(189), @@ -57611,121 +57719,121 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(197), }, [206] = { - [sym_type_alias] = STATE(3848), - [sym__declaration] = STATE(3848), - [sym_class_declaration] = STATE(3848), - [sym_function_declaration] = STATE(3848), - [sym_property_declaration] = STATE(3848), - [sym_getter] = STATE(3848), - [sym_setter] = STATE(3848), - [sym_object_declaration] = STATE(3848), - [sym__statement] = STATE(3848), - [sym_control_structure_body] = STATE(3764), - [sym__block] = STATE(3848), - [sym__loop_statement] = STATE(3848), - [sym_for_statement] = STATE(3848), - [sym_while_statement] = STATE(3848), - [sym_do_while_statement] = STATE(3848), - [sym_assignment] = STATE(3848), - [sym__expression] = STATE(2406), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(2871), - [sym_parenthesized_expression] = STATE(2871), - [sym_collection_literal] = STATE(2871), - [sym__literal_constant] = STATE(2871), - [sym_string_literal] = STATE(2871), - [sym_lambda_literal] = STATE(2871), - [sym_anonymous_function] = STATE(2871), - [sym__function_literal] = STATE(2871), - [sym_object_literal] = STATE(2871), - [sym_this_expression] = STATE(2871), - [sym_super_expression] = STATE(2871), - [sym_if_expression] = STATE(2871), - [sym_when_expression] = STATE(2871), - [sym_try_expression] = STATE(2871), - [sym_jump_expression] = STATE(2871), - [sym_callable_reference] = STATE(2871), - [sym__prefix_unary_operator] = STATE(2280), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7880), - [sym_modifiers] = STATE(7632), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(333), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3755), - [sym__return_at] = STATE(261), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(2871), - [sym_long_literal] = STATE(2871), - [sym_boolean_literal] = STATE(2871), - [sym_character_literal] = STATE(2871), - [sym__lexical_identifier] = STATE(3263), - [aux_sym__statement_repeat1] = STATE(830), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym_type_alias] = STATE(1052), + [sym__declaration] = STATE(1052), + [sym_class_declaration] = STATE(1052), + [sym_function_declaration] = STATE(1052), + [sym_property_declaration] = STATE(1052), + [sym_getter] = STATE(1052), + [sym_setter] = STATE(1052), + [sym_object_declaration] = STATE(1052), + [sym__statement] = STATE(1052), + [sym_control_structure_body] = STATE(1184), + [sym__block] = STATE(1052), + [sym__loop_statement] = STATE(1052), + [sym_for_statement] = STATE(1052), + [sym_while_statement] = STATE(1052), + [sym_do_while_statement] = STATE(1052), + [sym_assignment] = STATE(1052), + [sym__expression] = STATE(522), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(777), + [sym_parenthesized_expression] = STATE(777), + [sym_collection_literal] = STATE(777), + [sym__literal_constant] = STATE(777), + [sym_string_literal] = STATE(777), + [sym_lambda_literal] = STATE(777), + [sym_anonymous_function] = STATE(777), + [sym__function_literal] = STATE(777), + [sym_object_literal] = STATE(777), + [sym_this_expression] = STATE(777), + [sym_super_expression] = STATE(777), + [sym_if_expression] = STATE(777), + [sym_when_expression] = STATE(777), + [sym_try_expression] = STATE(777), + [sym_jump_expression] = STATE(777), + [sym_callable_reference] = STATE(777), + [sym__prefix_unary_operator] = STATE(2117), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7933), + [sym_modifiers] = STATE(7721), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(332), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1103), + [sym__return_at] = STATE(264), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(777), + [sym_long_literal] = STATE(777), + [sym_boolean_literal] = STATE(777), + [sym_character_literal] = STATE(777), + [sym__lexical_identifier] = STATE(843), + [aux_sym__statement_repeat1] = STATE(806), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(537), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(539), [anon_sym_typealias] = ACTIONS(541), - [anon_sym_class] = ACTIONS(949), - [anon_sym_interface] = ACTIONS(949), - [anon_sym_enum] = ACTIONS(951), - [anon_sym_LBRACE] = ACTIONS(953), + [anon_sym_class] = ACTIONS(981), + [anon_sym_interface] = ACTIONS(981), + [anon_sym_enum] = ACTIONS(983), + [anon_sym_LBRACE] = ACTIONS(893), [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_val] = ACTIONS(955), - [anon_sym_var] = ACTIONS(955), - [anon_sym_object] = ACTIONS(957), - [anon_sym_fun] = ACTIONS(959), - [anon_sym_SEMI] = ACTIONS(1361), - [anon_sym_get] = ACTIONS(961), - [anon_sym_set] = ACTIONS(963), + [anon_sym_val] = ACTIONS(985), + [anon_sym_var] = ACTIONS(985), + [anon_sym_object] = ACTIONS(987), + [anon_sym_fun] = ACTIONS(989), + [anon_sym_SEMI] = ACTIONS(1367), + [anon_sym_get] = ACTIONS(991), + [anon_sym_set] = ACTIONS(993), [anon_sym_this] = ACTIONS(561), [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(965), - [sym_label] = ACTIONS(967), - [anon_sym_for] = ACTIONS(969), - [anon_sym_while] = ACTIONS(971), + [anon_sym_STAR] = ACTIONS(995), + [sym_label] = ACTIONS(997), + [anon_sym_for] = ACTIONS(999), + [anon_sym_while] = ACTIONS(1001), [anon_sym_do] = ACTIONS(573), - [anon_sym_null] = ACTIONS(973), - [anon_sym_if] = ACTIONS(577), + [anon_sym_null] = ACTIONS(913), + [anon_sym_if] = ACTIONS(639), [anon_sym_when] = ACTIONS(579), [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(583), - [anon_sym_return] = ACTIONS(585), + [anon_sym_throw] = ACTIONS(641), + [anon_sym_return] = ACTIONS(643), [anon_sym_continue] = ACTIONS(587), [anon_sym_break] = ACTIONS(587), [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(975), - [anon_sym_DASH] = ACTIONS(975), - [anon_sym_PLUS_PLUS] = ACTIONS(977), - [anon_sym_DASH_DASH] = ACTIONS(977), - [anon_sym_BANG] = ACTIONS(977), + [anon_sym_PLUS] = ACTIONS(1003), + [anon_sym_DASH] = ACTIONS(1003), + [anon_sym_PLUS_PLUS] = ACTIONS(1005), + [anon_sym_DASH_DASH] = ACTIONS(1005), + [anon_sym_BANG] = ACTIONS(1005), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -57752,10 +57860,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(597), [anon_sym_actual] = ACTIONS(597), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), + [anon_sym_return_AT] = ACTIONS(517), [anon_sym_continue_AT] = ACTIONS(599), [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(979), + [sym_real_literal] = ACTIONS(919), [sym_integer_literal] = ACTIONS(605), [sym_hex_literal] = ACTIONS(607), [sym_bin_literal] = ACTIONS(607), @@ -57767,126 +57875,126 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(615), }, [207] = { - [sym_type_alias] = STATE(4620), - [sym__declaration] = STATE(4620), - [sym_class_declaration] = STATE(4620), - [sym_function_declaration] = STATE(4620), - [sym_property_declaration] = STATE(4620), - [sym_getter] = STATE(4620), - [sym_setter] = STATE(4620), - [sym_object_declaration] = STATE(4620), - [sym__statement] = STATE(4620), - [sym_control_structure_body] = STATE(4722), - [sym__block] = STATE(4620), - [sym__loop_statement] = STATE(4620), - [sym_for_statement] = STATE(4620), - [sym_while_statement] = STATE(4620), - [sym_do_while_statement] = STATE(4620), - [sym_assignment] = STATE(4620), - [sym__expression] = STATE(4166), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4428), - [sym_parenthesized_expression] = STATE(4428), - [sym_collection_literal] = STATE(4428), - [sym__literal_constant] = STATE(4428), - [sym_string_literal] = STATE(4428), - [sym_lambda_literal] = STATE(4428), - [sym_anonymous_function] = STATE(4428), - [sym__function_literal] = STATE(4428), - [sym_object_literal] = STATE(4428), - [sym_this_expression] = STATE(4428), - [sym_super_expression] = STATE(4428), - [sym_if_expression] = STATE(4428), - [sym_when_expression] = STATE(4428), - [sym_try_expression] = STATE(4428), - [sym_jump_expression] = STATE(4428), - [sym_callable_reference] = STATE(4428), - [sym__prefix_unary_operator] = STATE(2049), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7865), - [sym_modifiers] = STATE(7643), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(342), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4561), - [sym__return_at] = STATE(310), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4428), - [sym_long_literal] = STATE(4428), - [sym_boolean_literal] = STATE(4428), - [sym_character_literal] = STATE(4428), - [sym__lexical_identifier] = STATE(4440), - [aux_sym__statement_repeat1] = STATE(814), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_typealias] = ACTIONS(207), - [anon_sym_class] = ACTIONS(1077), - [anon_sym_interface] = ACTIONS(1077), - [anon_sym_enum] = ACTIONS(1079), - [anon_sym_LBRACE] = ACTIONS(833), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_val] = ACTIONS(1081), - [anon_sym_var] = ACTIONS(1081), - [anon_sym_object] = ACTIONS(1083), - [anon_sym_fun] = ACTIONS(1085), - [anon_sym_SEMI] = ACTIONS(1341), - [anon_sym_get] = ACTIONS(1087), - [anon_sym_set] = ACTIONS(1089), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), - [sym_label] = ACTIONS(311), - [anon_sym_for] = ACTIONS(1093), - [anon_sym_while] = ACTIONS(1095), - [anon_sym_do] = ACTIONS(239), - [anon_sym_null] = ACTIONS(319), - [anon_sym_if] = ACTIONS(321), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(323), - [anon_sym_return] = ACTIONS(325), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(327), - [anon_sym_DASH] = ACTIONS(327), - [anon_sym_PLUS_PLUS] = ACTIONS(329), - [anon_sym_DASH_DASH] = ACTIONS(329), - [anon_sym_BANG] = ACTIONS(329), + [sym_type_alias] = STATE(3873), + [sym__declaration] = STATE(3873), + [sym_class_declaration] = STATE(3873), + [sym_function_declaration] = STATE(3873), + [sym_property_declaration] = STATE(3873), + [sym_getter] = STATE(3873), + [sym_setter] = STATE(3873), + [sym_object_declaration] = STATE(3873), + [sym__statement] = STATE(3873), + [sym_control_structure_body] = STATE(3747), + [sym__block] = STATE(3873), + [sym__loop_statement] = STATE(3873), + [sym_for_statement] = STATE(3873), + [sym_while_statement] = STATE(3873), + [sym_do_while_statement] = STATE(3873), + [sym_assignment] = STATE(3873), + [sym__expression] = STATE(2500), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(2836), + [sym_parenthesized_expression] = STATE(2836), + [sym_collection_literal] = STATE(2836), + [sym__literal_constant] = STATE(2836), + [sym_string_literal] = STATE(2836), + [sym_lambda_literal] = STATE(2836), + [sym_anonymous_function] = STATE(2836), + [sym__function_literal] = STATE(2836), + [sym_object_literal] = STATE(2836), + [sym_this_expression] = STATE(2836), + [sym_super_expression] = STATE(2836), + [sym_if_expression] = STATE(2836), + [sym_when_expression] = STATE(2836), + [sym_try_expression] = STATE(2836), + [sym_jump_expression] = STATE(2836), + [sym_callable_reference] = STATE(2836), + [sym__prefix_unary_operator] = STATE(2362), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7922), + [sym_modifiers] = STATE(7861), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(354), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3725), + [sym__return_at] = STATE(263), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(2836), + [sym_long_literal] = STATE(2836), + [sym_boolean_literal] = STATE(2836), + [sym_character_literal] = STATE(2836), + [sym__lexical_identifier] = STATE(3382), + [aux_sym__statement_repeat1] = STATE(824), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_typealias] = ACTIONS(459), + [anon_sym_class] = ACTIONS(1007), + [anon_sym_interface] = ACTIONS(1007), + [anon_sym_enum] = ACTIONS(1009), + [anon_sym_LBRACE] = ACTIONS(861), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_val] = ACTIONS(1011), + [anon_sym_var] = ACTIONS(1011), + [anon_sym_object] = ACTIONS(1013), + [anon_sym_fun] = ACTIONS(1015), + [anon_sym_SEMI] = ACTIONS(1353), + [anon_sym_get] = ACTIONS(1017), + [anon_sym_set] = ACTIONS(1019), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1021), + [sym_label] = ACTIONS(1023), + [anon_sym_for] = ACTIONS(1025), + [anon_sym_while] = ACTIONS(1027), + [anon_sym_do] = ACTIONS(491), + [anon_sym_null] = ACTIONS(881), + [anon_sym_if] = ACTIONS(761), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(763), + [anon_sym_return] = ACTIONS(765), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(1029), + [anon_sym_DASH] = ACTIONS(1029), + [anon_sym_PLUS_PLUS] = ACTIONS(1031), + [anon_sym_DASH_DASH] = ACTIONS(1031), + [anon_sym_BANG] = ACTIONS(1031), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(261), - [anon_sym_inner] = ACTIONS(261), + [anon_sym_data] = ACTIONS(513), + [anon_sym_inner] = ACTIONS(513), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -57905,144 +58013,144 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(263), - [anon_sym_actual] = ACTIONS(263), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(331), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), + [anon_sym_expect] = ACTIONS(515), + [anon_sym_actual] = ACTIONS(515), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(887), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), }, [208] = { - [sym_type_alias] = STATE(3281), - [sym__declaration] = STATE(3281), - [sym_class_declaration] = STATE(3281), - [sym_function_declaration] = STATE(3281), - [sym_property_declaration] = STATE(3281), - [sym_getter] = STATE(3281), - [sym_setter] = STATE(3281), - [sym_object_declaration] = STATE(3281), - [sym__statement] = STATE(3281), - [sym_control_structure_body] = STATE(3168), - [sym__block] = STATE(3281), - [sym__loop_statement] = STATE(3281), - [sym_for_statement] = STATE(3281), - [sym_while_statement] = STATE(3281), - [sym_do_while_statement] = STATE(3281), - [sym_assignment] = STATE(3281), - [sym__expression] = STATE(945), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(2728), - [sym_parenthesized_expression] = STATE(2728), - [sym_collection_literal] = STATE(2728), - [sym__literal_constant] = STATE(2728), - [sym_string_literal] = STATE(2728), - [sym_lambda_literal] = STATE(2728), - [sym_anonymous_function] = STATE(2728), - [sym__function_literal] = STATE(2728), - [sym_object_literal] = STATE(2728), - [sym_this_expression] = STATE(2728), - [sym_super_expression] = STATE(2728), - [sym_if_expression] = STATE(2728), - [sym_when_expression] = STATE(2728), - [sym_try_expression] = STATE(2728), - [sym_jump_expression] = STATE(2728), - [sym_callable_reference] = STATE(2728), - [sym__prefix_unary_operator] = STATE(1914), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7904), - [sym_modifiers] = STATE(7817), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(355), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3447), - [sym__return_at] = STATE(304), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(2728), - [sym_long_literal] = STATE(2728), - [sym_boolean_literal] = STATE(2728), - [sym_character_literal] = STATE(2728), - [sym__lexical_identifier] = STATE(2890), - [aux_sym__statement_repeat1] = STATE(794), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(333), + [sym_type_alias] = STATE(1052), + [sym__declaration] = STATE(1052), + [sym_class_declaration] = STATE(1052), + [sym_function_declaration] = STATE(1052), + [sym_property_declaration] = STATE(1052), + [sym_getter] = STATE(1052), + [sym_setter] = STATE(1052), + [sym_object_declaration] = STATE(1052), + [sym__statement] = STATE(1052), + [sym_control_structure_body] = STATE(1152), + [sym__block] = STATE(1052), + [sym__loop_statement] = STATE(1052), + [sym_for_statement] = STATE(1052), + [sym_while_statement] = STATE(1052), + [sym_do_while_statement] = STATE(1052), + [sym_assignment] = STATE(1052), + [sym__expression] = STATE(522), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(777), + [sym_parenthesized_expression] = STATE(777), + [sym_collection_literal] = STATE(777), + [sym__literal_constant] = STATE(777), + [sym_string_literal] = STATE(777), + [sym_lambda_literal] = STATE(777), + [sym_anonymous_function] = STATE(777), + [sym__function_literal] = STATE(777), + [sym_object_literal] = STATE(777), + [sym_this_expression] = STATE(777), + [sym_super_expression] = STATE(777), + [sym_if_expression] = STATE(777), + [sym_when_expression] = STATE(777), + [sym_try_expression] = STATE(777), + [sym_jump_expression] = STATE(777), + [sym_callable_reference] = STATE(777), + [sym__prefix_unary_operator] = STATE(2117), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7933), + [sym_modifiers] = STATE(7721), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(332), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1103), + [sym__return_at] = STATE(264), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(777), + [sym_long_literal] = STATE(777), + [sym_boolean_literal] = STATE(777), + [sym_character_literal] = STATE(777), + [sym__lexical_identifier] = STATE(843), + [aux_sym__statement_repeat1] = STATE(806), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(537), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(335), - [anon_sym_typealias] = ACTIONS(337), - [anon_sym_class] = ACTIONS(339), - [anon_sym_interface] = ACTIONS(339), - [anon_sym_enum] = ACTIONS(341), - [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_val] = ACTIONS(347), - [anon_sym_var] = ACTIONS(347), - [anon_sym_object] = ACTIONS(349), - [anon_sym_fun] = ACTIONS(351), - [anon_sym_SEMI] = ACTIONS(1363), - [anon_sym_get] = ACTIONS(353), - [anon_sym_set] = ACTIONS(355), - [anon_sym_this] = ACTIONS(357), - [anon_sym_super] = ACTIONS(359), - [anon_sym_STAR] = ACTIONS(1273), - [sym_label] = ACTIONS(363), - [anon_sym_for] = ACTIONS(365), - [anon_sym_while] = ACTIONS(367), - [anon_sym_do] = ACTIONS(369), - [anon_sym_null] = ACTIONS(371), - [anon_sym_if] = ACTIONS(373), - [anon_sym_when] = ACTIONS(375), - [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(379), - [anon_sym_return] = ACTIONS(381), - [anon_sym_continue] = ACTIONS(383), - [anon_sym_break] = ACTIONS(383), - [anon_sym_COLON_COLON] = ACTIONS(385), - [anon_sym_PLUS] = ACTIONS(387), - [anon_sym_DASH] = ACTIONS(387), - [anon_sym_PLUS_PLUS] = ACTIONS(389), - [anon_sym_DASH_DASH] = ACTIONS(389), - [anon_sym_BANG] = ACTIONS(389), + [anon_sym_LBRACK] = ACTIONS(539), + [anon_sym_typealias] = ACTIONS(541), + [anon_sym_class] = ACTIONS(981), + [anon_sym_interface] = ACTIONS(981), + [anon_sym_enum] = ACTIONS(983), + [anon_sym_LBRACE] = ACTIONS(893), + [anon_sym_LPAREN] = ACTIONS(549), + [anon_sym_val] = ACTIONS(985), + [anon_sym_var] = ACTIONS(985), + [anon_sym_object] = ACTIONS(987), + [anon_sym_fun] = ACTIONS(989), + [anon_sym_SEMI] = ACTIONS(1371), + [anon_sym_get] = ACTIONS(991), + [anon_sym_set] = ACTIONS(993), + [anon_sym_this] = ACTIONS(561), + [anon_sym_super] = ACTIONS(563), + [anon_sym_STAR] = ACTIONS(995), + [sym_label] = ACTIONS(997), + [anon_sym_for] = ACTIONS(999), + [anon_sym_while] = ACTIONS(1001), + [anon_sym_do] = ACTIONS(573), + [anon_sym_null] = ACTIONS(913), + [anon_sym_if] = ACTIONS(639), + [anon_sym_when] = ACTIONS(579), + [anon_sym_try] = ACTIONS(581), + [anon_sym_throw] = ACTIONS(641), + [anon_sym_return] = ACTIONS(643), + [anon_sym_continue] = ACTIONS(587), + [anon_sym_break] = ACTIONS(587), + [anon_sym_COLON_COLON] = ACTIONS(589), + [anon_sym_PLUS] = ACTIONS(1003), + [anon_sym_DASH] = ACTIONS(1003), + [anon_sym_PLUS_PLUS] = ACTIONS(1005), + [anon_sym_DASH_DASH] = ACTIONS(1005), + [anon_sym_BANG] = ACTIONS(1005), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(391), - [anon_sym_inner] = ACTIONS(391), + [anon_sym_data] = ACTIONS(595), + [anon_sym_inner] = ACTIONS(595), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -58061,144 +58169,144 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(393), - [anon_sym_actual] = ACTIONS(393), + [anon_sym_expect] = ACTIONS(597), + [anon_sym_actual] = ACTIONS(597), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(395), - [anon_sym_break_AT] = ACTIONS(397), - [sym_real_literal] = ACTIONS(399), - [sym_integer_literal] = ACTIONS(401), - [sym_hex_literal] = ACTIONS(403), - [sym_bin_literal] = ACTIONS(403), - [anon_sym_true] = ACTIONS(405), - [anon_sym_false] = ACTIONS(405), - [anon_sym_SQUOTE] = ACTIONS(407), - [sym__backtick_identifier] = ACTIONS(409), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(599), + [anon_sym_break_AT] = ACTIONS(601), + [sym_real_literal] = ACTIONS(919), + [sym_integer_literal] = ACTIONS(605), + [sym_hex_literal] = ACTIONS(607), + [sym_bin_literal] = ACTIONS(607), + [anon_sym_true] = ACTIONS(609), + [anon_sym_false] = ACTIONS(609), + [anon_sym_SQUOTE] = ACTIONS(611), + [sym__backtick_identifier] = ACTIONS(613), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(411), + [sym__string_start] = ACTIONS(615), }, [209] = { - [sym_type_alias] = STATE(3259), - [sym__declaration] = STATE(3259), - [sym_class_declaration] = STATE(3259), - [sym_function_declaration] = STATE(3259), - [sym_property_declaration] = STATE(3259), - [sym_getter] = STATE(3259), - [sym_setter] = STATE(3259), - [sym_object_declaration] = STATE(3259), - [sym__statement] = STATE(3259), - [sym_control_structure_body] = STATE(3201), - [sym__block] = STATE(3259), - [sym__loop_statement] = STATE(3259), - [sym_for_statement] = STATE(3259), - [sym_while_statement] = STATE(3259), - [sym_do_while_statement] = STATE(3259), - [sym_assignment] = STATE(3259), - [sym__expression] = STATE(1336), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(2736), - [sym_parenthesized_expression] = STATE(2736), - [sym_collection_literal] = STATE(2736), - [sym__literal_constant] = STATE(2736), - [sym_string_literal] = STATE(2736), - [sym_lambda_literal] = STATE(2736), - [sym_anonymous_function] = STATE(2736), - [sym__function_literal] = STATE(2736), - [sym_object_literal] = STATE(2736), - [sym_this_expression] = STATE(2736), - [sym_super_expression] = STATE(2736), - [sym_if_expression] = STATE(2736), - [sym_when_expression] = STATE(2736), - [sym_try_expression] = STATE(2736), - [sym_jump_expression] = STATE(2736), - [sym_callable_reference] = STATE(2736), - [sym__prefix_unary_operator] = STATE(2195), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7896), - [sym_modifiers] = STATE(7772), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(343), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3242), - [sym__return_at] = STATE(262), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(2736), - [sym_long_literal] = STATE(2736), - [sym_boolean_literal] = STATE(2736), - [sym_character_literal] = STATE(2736), - [sym__lexical_identifier] = STATE(2864), - [aux_sym__statement_repeat1] = STATE(827), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(111), + [sym_type_alias] = STATE(3873), + [sym__declaration] = STATE(3873), + [sym_class_declaration] = STATE(3873), + [sym_function_declaration] = STATE(3873), + [sym_property_declaration] = STATE(3873), + [sym_getter] = STATE(3873), + [sym_setter] = STATE(3873), + [sym_object_declaration] = STATE(3873), + [sym__statement] = STATE(3873), + [sym_control_structure_body] = STATE(3781), + [sym__block] = STATE(3873), + [sym__loop_statement] = STATE(3873), + [sym_for_statement] = STATE(3873), + [sym_while_statement] = STATE(3873), + [sym_do_while_statement] = STATE(3873), + [sym_assignment] = STATE(3873), + [sym__expression] = STATE(2500), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(2836), + [sym_parenthesized_expression] = STATE(2836), + [sym_collection_literal] = STATE(2836), + [sym__literal_constant] = STATE(2836), + [sym_string_literal] = STATE(2836), + [sym_lambda_literal] = STATE(2836), + [sym_anonymous_function] = STATE(2836), + [sym__function_literal] = STATE(2836), + [sym_object_literal] = STATE(2836), + [sym_this_expression] = STATE(2836), + [sym_super_expression] = STATE(2836), + [sym_if_expression] = STATE(2836), + [sym_when_expression] = STATE(2836), + [sym_try_expression] = STATE(2836), + [sym_jump_expression] = STATE(2836), + [sym_callable_reference] = STATE(2836), + [sym__prefix_unary_operator] = STATE(2362), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7922), + [sym_modifiers] = STATE(7861), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(354), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3725), + [sym__return_at] = STATE(263), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(2836), + [sym_long_literal] = STATE(2836), + [sym_boolean_literal] = STATE(2836), + [sym_character_literal] = STATE(2836), + [sym__lexical_identifier] = STATE(3382), + [aux_sym__statement_repeat1] = STATE(824), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(455), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_typealias] = ACTIONS(121), - [anon_sym_class] = ACTIONS(643), - [anon_sym_interface] = ACTIONS(643), - [anon_sym_enum] = ACTIONS(645), - [anon_sym_LBRACE] = ACTIONS(127), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_val] = ACTIONS(647), - [anon_sym_var] = ACTIONS(647), - [anon_sym_object] = ACTIONS(649), - [anon_sym_fun] = ACTIONS(651), - [anon_sym_SEMI] = ACTIONS(1377), - [anon_sym_get] = ACTIONS(653), - [anon_sym_set] = ACTIONS(655), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(1251), - [sym_label] = ACTIONS(659), - [anon_sym_for] = ACTIONS(661), - [anon_sym_while] = ACTIONS(663), - [anon_sym_do] = ACTIONS(153), - [anon_sym_null] = ACTIONS(155), - [anon_sym_if] = ACTIONS(665), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(667), - [anon_sym_return] = ACTIONS(669), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(671), - [anon_sym_DASH] = ACTIONS(671), - [anon_sym_PLUS_PLUS] = ACTIONS(673), - [anon_sym_DASH_DASH] = ACTIONS(673), - [anon_sym_BANG] = ACTIONS(673), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_typealias] = ACTIONS(459), + [anon_sym_class] = ACTIONS(1007), + [anon_sym_interface] = ACTIONS(1007), + [anon_sym_enum] = ACTIONS(1009), + [anon_sym_LBRACE] = ACTIONS(861), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_val] = ACTIONS(1011), + [anon_sym_var] = ACTIONS(1011), + [anon_sym_object] = ACTIONS(1013), + [anon_sym_fun] = ACTIONS(1015), + [anon_sym_SEMI] = ACTIONS(1349), + [anon_sym_get] = ACTIONS(1017), + [anon_sym_set] = ACTIONS(1019), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1021), + [sym_label] = ACTIONS(1023), + [anon_sym_for] = ACTIONS(1025), + [anon_sym_while] = ACTIONS(1027), + [anon_sym_do] = ACTIONS(491), + [anon_sym_null] = ACTIONS(881), + [anon_sym_if] = ACTIONS(761), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(763), + [anon_sym_return] = ACTIONS(765), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(1029), + [anon_sym_DASH] = ACTIONS(1029), + [anon_sym_PLUS_PLUS] = ACTIONS(1031), + [anon_sym_DASH_DASH] = ACTIONS(1031), + [anon_sym_BANG] = ACTIONS(1031), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(175), - [anon_sym_inner] = ACTIONS(175), + [anon_sym_data] = ACTIONS(513), + [anon_sym_inner] = ACTIONS(513), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -58217,144 +58325,144 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(177), - [anon_sym_actual] = ACTIONS(177), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(185), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), + [anon_sym_expect] = ACTIONS(515), + [anon_sym_actual] = ACTIONS(515), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(887), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), }, [210] = { - [sym_type_alias] = STATE(3259), - [sym__declaration] = STATE(3259), - [sym_class_declaration] = STATE(3259), - [sym_function_declaration] = STATE(3259), - [sym_property_declaration] = STATE(3259), - [sym_getter] = STATE(3259), - [sym_setter] = STATE(3259), - [sym_object_declaration] = STATE(3259), - [sym__statement] = STATE(3259), - [sym_control_structure_body] = STATE(3217), - [sym__block] = STATE(3259), - [sym__loop_statement] = STATE(3259), - [sym_for_statement] = STATE(3259), - [sym_while_statement] = STATE(3259), - [sym_do_while_statement] = STATE(3259), - [sym_assignment] = STATE(3259), - [sym__expression] = STATE(1336), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(2736), - [sym_parenthesized_expression] = STATE(2736), - [sym_collection_literal] = STATE(2736), - [sym__literal_constant] = STATE(2736), - [sym_string_literal] = STATE(2736), - [sym_lambda_literal] = STATE(2736), - [sym_anonymous_function] = STATE(2736), - [sym__function_literal] = STATE(2736), - [sym_object_literal] = STATE(2736), - [sym_this_expression] = STATE(2736), - [sym_super_expression] = STATE(2736), - [sym_if_expression] = STATE(2736), - [sym_when_expression] = STATE(2736), - [sym_try_expression] = STATE(2736), - [sym_jump_expression] = STATE(2736), - [sym_callable_reference] = STATE(2736), - [sym__prefix_unary_operator] = STATE(2195), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7896), - [sym_modifiers] = STATE(7772), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(343), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3242), - [sym__return_at] = STATE(262), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(2736), - [sym_long_literal] = STATE(2736), - [sym_boolean_literal] = STATE(2736), - [sym_character_literal] = STATE(2736), - [sym__lexical_identifier] = STATE(2864), - [aux_sym__statement_repeat1] = STATE(827), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(111), + [sym_type_alias] = STATE(1052), + [sym__declaration] = STATE(1052), + [sym_class_declaration] = STATE(1052), + [sym_function_declaration] = STATE(1052), + [sym_property_declaration] = STATE(1052), + [sym_getter] = STATE(1052), + [sym_setter] = STATE(1052), + [sym_object_declaration] = STATE(1052), + [sym__statement] = STATE(1052), + [sym_control_structure_body] = STATE(1199), + [sym__block] = STATE(1052), + [sym__loop_statement] = STATE(1052), + [sym_for_statement] = STATE(1052), + [sym_while_statement] = STATE(1052), + [sym_do_while_statement] = STATE(1052), + [sym_assignment] = STATE(1052), + [sym__expression] = STATE(522), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(777), + [sym_parenthesized_expression] = STATE(777), + [sym_collection_literal] = STATE(777), + [sym__literal_constant] = STATE(777), + [sym_string_literal] = STATE(777), + [sym_lambda_literal] = STATE(777), + [sym_anonymous_function] = STATE(777), + [sym__function_literal] = STATE(777), + [sym_object_literal] = STATE(777), + [sym_this_expression] = STATE(777), + [sym_super_expression] = STATE(777), + [sym_if_expression] = STATE(777), + [sym_when_expression] = STATE(777), + [sym_try_expression] = STATE(777), + [sym_jump_expression] = STATE(777), + [sym_callable_reference] = STATE(777), + [sym__prefix_unary_operator] = STATE(2117), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7933), + [sym_modifiers] = STATE(7721), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(332), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1103), + [sym__return_at] = STATE(264), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(777), + [sym_long_literal] = STATE(777), + [sym_boolean_literal] = STATE(777), + [sym_character_literal] = STATE(777), + [sym__lexical_identifier] = STATE(843), + [aux_sym__statement_repeat1] = STATE(806), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(537), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_typealias] = ACTIONS(121), - [anon_sym_class] = ACTIONS(643), - [anon_sym_interface] = ACTIONS(643), - [anon_sym_enum] = ACTIONS(645), - [anon_sym_LBRACE] = ACTIONS(127), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_val] = ACTIONS(647), - [anon_sym_var] = ACTIONS(647), - [anon_sym_object] = ACTIONS(649), - [anon_sym_fun] = ACTIONS(651), - [anon_sym_SEMI] = ACTIONS(1379), - [anon_sym_get] = ACTIONS(653), - [anon_sym_set] = ACTIONS(655), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(1251), - [sym_label] = ACTIONS(659), - [anon_sym_for] = ACTIONS(661), - [anon_sym_while] = ACTIONS(663), - [anon_sym_do] = ACTIONS(153), - [anon_sym_null] = ACTIONS(155), - [anon_sym_if] = ACTIONS(665), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(667), - [anon_sym_return] = ACTIONS(669), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(671), - [anon_sym_DASH] = ACTIONS(671), - [anon_sym_PLUS_PLUS] = ACTIONS(673), - [anon_sym_DASH_DASH] = ACTIONS(673), - [anon_sym_BANG] = ACTIONS(673), + [anon_sym_LBRACK] = ACTIONS(539), + [anon_sym_typealias] = ACTIONS(541), + [anon_sym_class] = ACTIONS(981), + [anon_sym_interface] = ACTIONS(981), + [anon_sym_enum] = ACTIONS(983), + [anon_sym_LBRACE] = ACTIONS(893), + [anon_sym_LPAREN] = ACTIONS(549), + [anon_sym_val] = ACTIONS(985), + [anon_sym_var] = ACTIONS(985), + [anon_sym_object] = ACTIONS(987), + [anon_sym_fun] = ACTIONS(989), + [anon_sym_SEMI] = ACTIONS(1369), + [anon_sym_get] = ACTIONS(991), + [anon_sym_set] = ACTIONS(993), + [anon_sym_this] = ACTIONS(561), + [anon_sym_super] = ACTIONS(563), + [anon_sym_STAR] = ACTIONS(995), + [sym_label] = ACTIONS(997), + [anon_sym_for] = ACTIONS(999), + [anon_sym_while] = ACTIONS(1001), + [anon_sym_do] = ACTIONS(573), + [anon_sym_null] = ACTIONS(913), + [anon_sym_if] = ACTIONS(639), + [anon_sym_when] = ACTIONS(579), + [anon_sym_try] = ACTIONS(581), + [anon_sym_throw] = ACTIONS(641), + [anon_sym_return] = ACTIONS(643), + [anon_sym_continue] = ACTIONS(587), + [anon_sym_break] = ACTIONS(587), + [anon_sym_COLON_COLON] = ACTIONS(589), + [anon_sym_PLUS] = ACTIONS(1003), + [anon_sym_DASH] = ACTIONS(1003), + [anon_sym_PLUS_PLUS] = ACTIONS(1005), + [anon_sym_DASH_DASH] = ACTIONS(1005), + [anon_sym_BANG] = ACTIONS(1005), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(175), - [anon_sym_inner] = ACTIONS(175), + [anon_sym_data] = ACTIONS(595), + [anon_sym_inner] = ACTIONS(595), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -58373,144 +58481,144 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(177), - [anon_sym_actual] = ACTIONS(177), + [anon_sym_expect] = ACTIONS(597), + [anon_sym_actual] = ACTIONS(597), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(185), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(599), + [anon_sym_break_AT] = ACTIONS(601), + [sym_real_literal] = ACTIONS(919), + [sym_integer_literal] = ACTIONS(605), + [sym_hex_literal] = ACTIONS(607), + [sym_bin_literal] = ACTIONS(607), + [anon_sym_true] = ACTIONS(609), + [anon_sym_false] = ACTIONS(609), + [anon_sym_SQUOTE] = ACTIONS(611), + [sym__backtick_identifier] = ACTIONS(613), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), + [sym__string_start] = ACTIONS(615), }, [211] = { - [sym_type_alias] = STATE(3281), - [sym__declaration] = STATE(3281), - [sym_class_declaration] = STATE(3281), - [sym_function_declaration] = STATE(3281), - [sym_property_declaration] = STATE(3281), - [sym_getter] = STATE(3281), - [sym_setter] = STATE(3281), - [sym_object_declaration] = STATE(3281), - [sym__statement] = STATE(3281), - [sym_control_structure_body] = STATE(3350), - [sym__block] = STATE(3281), - [sym__loop_statement] = STATE(3281), - [sym_for_statement] = STATE(3281), - [sym_while_statement] = STATE(3281), - [sym_do_while_statement] = STATE(3281), - [sym_assignment] = STATE(3281), - [sym__expression] = STATE(945), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(2728), - [sym_parenthesized_expression] = STATE(2728), - [sym_collection_literal] = STATE(2728), - [sym__literal_constant] = STATE(2728), - [sym_string_literal] = STATE(2728), - [sym_lambda_literal] = STATE(2728), - [sym_anonymous_function] = STATE(2728), - [sym__function_literal] = STATE(2728), - [sym_object_literal] = STATE(2728), - [sym_this_expression] = STATE(2728), - [sym_super_expression] = STATE(2728), - [sym_if_expression] = STATE(2728), - [sym_when_expression] = STATE(2728), - [sym_try_expression] = STATE(2728), - [sym_jump_expression] = STATE(2728), - [sym_callable_reference] = STATE(2728), - [sym__prefix_unary_operator] = STATE(1914), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7904), - [sym_modifiers] = STATE(7817), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(355), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3447), - [sym__return_at] = STATE(304), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(2728), - [sym_long_literal] = STATE(2728), - [sym_boolean_literal] = STATE(2728), - [sym_character_literal] = STATE(2728), - [sym__lexical_identifier] = STATE(2890), - [aux_sym__statement_repeat1] = STATE(794), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(333), + [sym_type_alias] = STATE(1052), + [sym__declaration] = STATE(1052), + [sym_class_declaration] = STATE(1052), + [sym_function_declaration] = STATE(1052), + [sym_property_declaration] = STATE(1052), + [sym_getter] = STATE(1052), + [sym_setter] = STATE(1052), + [sym_object_declaration] = STATE(1052), + [sym__statement] = STATE(1052), + [sym_control_structure_body] = STATE(1196), + [sym__block] = STATE(1052), + [sym__loop_statement] = STATE(1052), + [sym_for_statement] = STATE(1052), + [sym_while_statement] = STATE(1052), + [sym_do_while_statement] = STATE(1052), + [sym_assignment] = STATE(1052), + [sym__expression] = STATE(522), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(777), + [sym_parenthesized_expression] = STATE(777), + [sym_collection_literal] = STATE(777), + [sym__literal_constant] = STATE(777), + [sym_string_literal] = STATE(777), + [sym_lambda_literal] = STATE(777), + [sym_anonymous_function] = STATE(777), + [sym__function_literal] = STATE(777), + [sym_object_literal] = STATE(777), + [sym_this_expression] = STATE(777), + [sym_super_expression] = STATE(777), + [sym_if_expression] = STATE(777), + [sym_when_expression] = STATE(777), + [sym_try_expression] = STATE(777), + [sym_jump_expression] = STATE(777), + [sym_callable_reference] = STATE(777), + [sym__prefix_unary_operator] = STATE(2117), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7933), + [sym_modifiers] = STATE(7721), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(332), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1103), + [sym__return_at] = STATE(264), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(777), + [sym_long_literal] = STATE(777), + [sym_boolean_literal] = STATE(777), + [sym_character_literal] = STATE(777), + [sym__lexical_identifier] = STATE(843), + [aux_sym__statement_repeat1] = STATE(806), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(537), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(335), - [anon_sym_typealias] = ACTIONS(337), - [anon_sym_class] = ACTIONS(339), - [anon_sym_interface] = ACTIONS(339), - [anon_sym_enum] = ACTIONS(341), - [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_val] = ACTIONS(347), - [anon_sym_var] = ACTIONS(347), - [anon_sym_object] = ACTIONS(349), - [anon_sym_fun] = ACTIONS(351), - [anon_sym_SEMI] = ACTIONS(1349), - [anon_sym_get] = ACTIONS(353), - [anon_sym_set] = ACTIONS(355), - [anon_sym_this] = ACTIONS(357), - [anon_sym_super] = ACTIONS(359), - [anon_sym_STAR] = ACTIONS(1273), - [sym_label] = ACTIONS(363), - [anon_sym_for] = ACTIONS(365), - [anon_sym_while] = ACTIONS(367), - [anon_sym_do] = ACTIONS(369), - [anon_sym_null] = ACTIONS(371), - [anon_sym_if] = ACTIONS(373), - [anon_sym_when] = ACTIONS(375), - [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(379), - [anon_sym_return] = ACTIONS(381), - [anon_sym_continue] = ACTIONS(383), - [anon_sym_break] = ACTIONS(383), - [anon_sym_COLON_COLON] = ACTIONS(385), - [anon_sym_PLUS] = ACTIONS(387), - [anon_sym_DASH] = ACTIONS(387), - [anon_sym_PLUS_PLUS] = ACTIONS(389), - [anon_sym_DASH_DASH] = ACTIONS(389), - [anon_sym_BANG] = ACTIONS(389), + [anon_sym_LBRACK] = ACTIONS(539), + [anon_sym_typealias] = ACTIONS(541), + [anon_sym_class] = ACTIONS(981), + [anon_sym_interface] = ACTIONS(981), + [anon_sym_enum] = ACTIONS(983), + [anon_sym_LBRACE] = ACTIONS(893), + [anon_sym_LPAREN] = ACTIONS(549), + [anon_sym_val] = ACTIONS(985), + [anon_sym_var] = ACTIONS(985), + [anon_sym_object] = ACTIONS(987), + [anon_sym_fun] = ACTIONS(989), + [anon_sym_SEMI] = ACTIONS(1381), + [anon_sym_get] = ACTIONS(991), + [anon_sym_set] = ACTIONS(993), + [anon_sym_this] = ACTIONS(561), + [anon_sym_super] = ACTIONS(563), + [anon_sym_STAR] = ACTIONS(995), + [sym_label] = ACTIONS(997), + [anon_sym_for] = ACTIONS(999), + [anon_sym_while] = ACTIONS(1001), + [anon_sym_do] = ACTIONS(573), + [anon_sym_null] = ACTIONS(913), + [anon_sym_if] = ACTIONS(639), + [anon_sym_when] = ACTIONS(579), + [anon_sym_try] = ACTIONS(581), + [anon_sym_throw] = ACTIONS(641), + [anon_sym_return] = ACTIONS(643), + [anon_sym_continue] = ACTIONS(587), + [anon_sym_break] = ACTIONS(587), + [anon_sym_COLON_COLON] = ACTIONS(589), + [anon_sym_PLUS] = ACTIONS(1003), + [anon_sym_DASH] = ACTIONS(1003), + [anon_sym_PLUS_PLUS] = ACTIONS(1005), + [anon_sym_DASH_DASH] = ACTIONS(1005), + [anon_sym_BANG] = ACTIONS(1005), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(391), - [anon_sym_inner] = ACTIONS(391), + [anon_sym_data] = ACTIONS(595), + [anon_sym_inner] = ACTIONS(595), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -58529,144 +58637,144 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(393), - [anon_sym_actual] = ACTIONS(393), + [anon_sym_expect] = ACTIONS(597), + [anon_sym_actual] = ACTIONS(597), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(395), - [anon_sym_break_AT] = ACTIONS(397), - [sym_real_literal] = ACTIONS(399), - [sym_integer_literal] = ACTIONS(401), - [sym_hex_literal] = ACTIONS(403), - [sym_bin_literal] = ACTIONS(403), - [anon_sym_true] = ACTIONS(405), - [anon_sym_false] = ACTIONS(405), - [anon_sym_SQUOTE] = ACTIONS(407), - [sym__backtick_identifier] = ACTIONS(409), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(599), + [anon_sym_break_AT] = ACTIONS(601), + [sym_real_literal] = ACTIONS(919), + [sym_integer_literal] = ACTIONS(605), + [sym_hex_literal] = ACTIONS(607), + [sym_bin_literal] = ACTIONS(607), + [anon_sym_true] = ACTIONS(609), + [anon_sym_false] = ACTIONS(609), + [anon_sym_SQUOTE] = ACTIONS(611), + [sym__backtick_identifier] = ACTIONS(613), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(411), + [sym__string_start] = ACTIONS(615), }, [212] = { - [sym_type_alias] = STATE(3281), - [sym__declaration] = STATE(3281), - [sym_class_declaration] = STATE(3281), - [sym_function_declaration] = STATE(3281), - [sym_property_declaration] = STATE(3281), - [sym_getter] = STATE(3281), - [sym_setter] = STATE(3281), - [sym_object_declaration] = STATE(3281), - [sym__statement] = STATE(3281), - [sym_control_structure_body] = STATE(3188), - [sym__block] = STATE(3281), - [sym__loop_statement] = STATE(3281), - [sym_for_statement] = STATE(3281), - [sym_while_statement] = STATE(3281), - [sym_do_while_statement] = STATE(3281), - [sym_assignment] = STATE(3281), - [sym__expression] = STATE(945), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(2728), - [sym_parenthesized_expression] = STATE(2728), - [sym_collection_literal] = STATE(2728), - [sym__literal_constant] = STATE(2728), - [sym_string_literal] = STATE(2728), - [sym_lambda_literal] = STATE(2728), - [sym_anonymous_function] = STATE(2728), - [sym__function_literal] = STATE(2728), - [sym_object_literal] = STATE(2728), - [sym_this_expression] = STATE(2728), - [sym_super_expression] = STATE(2728), - [sym_if_expression] = STATE(2728), - [sym_when_expression] = STATE(2728), - [sym_try_expression] = STATE(2728), - [sym_jump_expression] = STATE(2728), - [sym_callable_reference] = STATE(2728), - [sym__prefix_unary_operator] = STATE(1914), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7904), - [sym_modifiers] = STATE(7817), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(355), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3447), - [sym__return_at] = STATE(304), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(2728), - [sym_long_literal] = STATE(2728), - [sym_boolean_literal] = STATE(2728), - [sym_character_literal] = STATE(2728), - [sym__lexical_identifier] = STATE(2890), - [aux_sym__statement_repeat1] = STATE(794), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(333), + [sym_type_alias] = STATE(3873), + [sym__declaration] = STATE(3873), + [sym_class_declaration] = STATE(3873), + [sym_function_declaration] = STATE(3873), + [sym_property_declaration] = STATE(3873), + [sym_getter] = STATE(3873), + [sym_setter] = STATE(3873), + [sym_object_declaration] = STATE(3873), + [sym__statement] = STATE(3873), + [sym_control_structure_body] = STATE(3683), + [sym__block] = STATE(3873), + [sym__loop_statement] = STATE(3873), + [sym_for_statement] = STATE(3873), + [sym_while_statement] = STATE(3873), + [sym_do_while_statement] = STATE(3873), + [sym_assignment] = STATE(3873), + [sym__expression] = STATE(2500), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(2836), + [sym_parenthesized_expression] = STATE(2836), + [sym_collection_literal] = STATE(2836), + [sym__literal_constant] = STATE(2836), + [sym_string_literal] = STATE(2836), + [sym_lambda_literal] = STATE(2836), + [sym_anonymous_function] = STATE(2836), + [sym__function_literal] = STATE(2836), + [sym_object_literal] = STATE(2836), + [sym_this_expression] = STATE(2836), + [sym_super_expression] = STATE(2836), + [sym_if_expression] = STATE(2836), + [sym_when_expression] = STATE(2836), + [sym_try_expression] = STATE(2836), + [sym_jump_expression] = STATE(2836), + [sym_callable_reference] = STATE(2836), + [sym__prefix_unary_operator] = STATE(2362), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7922), + [sym_modifiers] = STATE(7861), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(354), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3725), + [sym__return_at] = STATE(263), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(2836), + [sym_long_literal] = STATE(2836), + [sym_boolean_literal] = STATE(2836), + [sym_character_literal] = STATE(2836), + [sym__lexical_identifier] = STATE(3382), + [aux_sym__statement_repeat1] = STATE(824), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(455), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(335), - [anon_sym_typealias] = ACTIONS(337), - [anon_sym_class] = ACTIONS(339), - [anon_sym_interface] = ACTIONS(339), - [anon_sym_enum] = ACTIONS(341), - [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_val] = ACTIONS(347), - [anon_sym_var] = ACTIONS(347), - [anon_sym_object] = ACTIONS(349), - [anon_sym_fun] = ACTIONS(351), - [anon_sym_SEMI] = ACTIONS(1365), - [anon_sym_get] = ACTIONS(353), - [anon_sym_set] = ACTIONS(355), - [anon_sym_this] = ACTIONS(357), - [anon_sym_super] = ACTIONS(359), - [anon_sym_STAR] = ACTIONS(1273), - [sym_label] = ACTIONS(363), - [anon_sym_for] = ACTIONS(365), - [anon_sym_while] = ACTIONS(367), - [anon_sym_do] = ACTIONS(369), - [anon_sym_null] = ACTIONS(371), - [anon_sym_if] = ACTIONS(373), - [anon_sym_when] = ACTIONS(375), - [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(379), - [anon_sym_return] = ACTIONS(381), - [anon_sym_continue] = ACTIONS(383), - [anon_sym_break] = ACTIONS(383), - [anon_sym_COLON_COLON] = ACTIONS(385), - [anon_sym_PLUS] = ACTIONS(387), - [anon_sym_DASH] = ACTIONS(387), - [anon_sym_PLUS_PLUS] = ACTIONS(389), - [anon_sym_DASH_DASH] = ACTIONS(389), - [anon_sym_BANG] = ACTIONS(389), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_typealias] = ACTIONS(459), + [anon_sym_class] = ACTIONS(1007), + [anon_sym_interface] = ACTIONS(1007), + [anon_sym_enum] = ACTIONS(1009), + [anon_sym_LBRACE] = ACTIONS(861), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_val] = ACTIONS(1011), + [anon_sym_var] = ACTIONS(1011), + [anon_sym_object] = ACTIONS(1013), + [anon_sym_fun] = ACTIONS(1015), + [anon_sym_SEMI] = ACTIONS(1355), + [anon_sym_get] = ACTIONS(1017), + [anon_sym_set] = ACTIONS(1019), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1021), + [sym_label] = ACTIONS(1023), + [anon_sym_for] = ACTIONS(1025), + [anon_sym_while] = ACTIONS(1027), + [anon_sym_do] = ACTIONS(491), + [anon_sym_null] = ACTIONS(881), + [anon_sym_if] = ACTIONS(761), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(763), + [anon_sym_return] = ACTIONS(765), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(1029), + [anon_sym_DASH] = ACTIONS(1029), + [anon_sym_PLUS_PLUS] = ACTIONS(1031), + [anon_sym_DASH_DASH] = ACTIONS(1031), + [anon_sym_BANG] = ACTIONS(1031), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(391), - [anon_sym_inner] = ACTIONS(391), + [anon_sym_data] = ACTIONS(513), + [anon_sym_inner] = ACTIONS(513), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -58685,143 +58793,143 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(393), - [anon_sym_actual] = ACTIONS(393), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(395), - [anon_sym_break_AT] = ACTIONS(397), - [sym_real_literal] = ACTIONS(399), - [sym_integer_literal] = ACTIONS(401), - [sym_hex_literal] = ACTIONS(403), - [sym_bin_literal] = ACTIONS(403), - [anon_sym_true] = ACTIONS(405), - [anon_sym_false] = ACTIONS(405), - [anon_sym_SQUOTE] = ACTIONS(407), - [sym__backtick_identifier] = ACTIONS(409), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(411), + [anon_sym_expect] = ACTIONS(515), + [anon_sym_actual] = ACTIONS(515), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(887), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), }, [213] = { - [sym_type_alias] = STATE(9378), - [sym__declaration] = STATE(9378), - [sym_class_declaration] = STATE(9378), - [sym_function_declaration] = STATE(9378), - [sym_property_declaration] = STATE(9378), - [sym_getter] = STATE(9378), - [sym_setter] = STATE(9378), - [sym_object_declaration] = STATE(9378), - [sym__statement] = STATE(9378), - [sym_control_structure_body] = STATE(9400), - [sym__block] = STATE(9378), - [sym__loop_statement] = STATE(9378), - [sym_for_statement] = STATE(9378), - [sym_while_statement] = STATE(9378), - [sym_do_while_statement] = STATE(9378), - [sym_assignment] = STATE(9378), - [sym__expression] = STATE(4166), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4428), - [sym_parenthesized_expression] = STATE(4428), - [sym_collection_literal] = STATE(4428), - [sym__literal_constant] = STATE(4428), - [sym_string_literal] = STATE(4428), - [sym_lambda_literal] = STATE(4428), - [sym_anonymous_function] = STATE(4428), - [sym__function_literal] = STATE(4428), - [sym_object_literal] = STATE(4428), - [sym_this_expression] = STATE(4428), - [sym_super_expression] = STATE(4428), - [sym_if_expression] = STATE(4428), - [sym_when_expression] = STATE(4428), - [sym_try_expression] = STATE(4428), - [sym_jump_expression] = STATE(4428), - [sym_callable_reference] = STATE(4428), - [sym__prefix_unary_operator] = STATE(2049), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7865), - [sym_modifiers] = STATE(7637), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(342), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4561), - [sym__return_at] = STATE(310), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4428), - [sym_long_literal] = STATE(4428), - [sym_boolean_literal] = STATE(4428), - [sym_character_literal] = STATE(4428), - [sym__lexical_identifier] = STATE(4440), - [aux_sym__statement_repeat1] = STATE(824), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(199), + [sym_type_alias] = STATE(8308), + [sym__declaration] = STATE(8308), + [sym_class_declaration] = STATE(8308), + [sym_function_declaration] = STATE(8308), + [sym_property_declaration] = STATE(8308), + [sym_getter] = STATE(8308), + [sym_setter] = STATE(8308), + [sym_object_declaration] = STATE(8308), + [sym_statements] = STATE(9308), + [sym__statement] = STATE(8308), + [sym__loop_statement] = STATE(8308), + [sym_for_statement] = STATE(8308), + [sym_while_statement] = STATE(8308), + [sym_do_while_statement] = STATE(8308), + [sym_assignment] = STATE(8308), + [sym__expression] = STATE(4196), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4470), + [sym_parenthesized_expression] = STATE(4470), + [sym_collection_literal] = STATE(4470), + [sym__literal_constant] = STATE(4470), + [sym_string_literal] = STATE(4470), + [sym_lambda_literal] = STATE(4470), + [sym_anonymous_function] = STATE(4470), + [sym__function_literal] = STATE(4470), + [sym_object_literal] = STATE(4470), + [sym_this_expression] = STATE(4470), + [sym_super_expression] = STATE(4470), + [sym_if_expression] = STATE(4470), + [sym_when_expression] = STATE(4470), + [sym_try_expression] = STATE(4470), + [sym_jump_expression] = STATE(4470), + [sym_callable_reference] = STATE(4470), + [sym__prefix_unary_operator] = STATE(1926), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7921), + [sym_modifiers] = STATE(7781), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(338), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4920), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4470), + [sym_long_literal] = STATE(4470), + [sym_boolean_literal] = STATE(4470), + [sym_character_literal] = STATE(4470), + [sym__lexical_identifier] = STATE(4566), + [aux_sym__statement_repeat1] = STATE(811), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_typealias] = ACTIONS(289), - [anon_sym_class] = ACTIONS(291), - [anon_sym_interface] = ACTIONS(291), - [anon_sym_enum] = ACTIONS(293), - [anon_sym_LBRACE] = ACTIONS(295), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_val] = ACTIONS(297), - [anon_sym_var] = ACTIONS(297), - [anon_sym_object] = ACTIONS(299), - [anon_sym_fun] = ACTIONS(301), - [anon_sym_get] = ACTIONS(305), - [anon_sym_set] = ACTIONS(307), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), - [sym_label] = ACTIONS(311), - [anon_sym_for] = ACTIONS(313), - [anon_sym_while] = ACTIONS(315), - [anon_sym_do] = ACTIONS(317), - [anon_sym_null] = ACTIONS(319), - [anon_sym_if] = ACTIONS(321), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(323), - [anon_sym_return] = ACTIONS(325), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(327), - [anon_sym_DASH] = ACTIONS(327), - [anon_sym_PLUS_PLUS] = ACTIONS(329), - [anon_sym_DASH_DASH] = ACTIONS(329), - [anon_sym_BANG] = ACTIONS(329), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_typealias] = ACTIONS(19), + [anon_sym_class] = ACTIONS(21), + [anon_sym_interface] = ACTIONS(21), + [anon_sym_enum] = ACTIONS(23), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_RBRACE] = ACTIONS(1385), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_val] = ACTIONS(29), + [anon_sym_var] = ACTIONS(29), + [anon_sym_object] = ACTIONS(31), + [anon_sym_fun] = ACTIONS(33), + [anon_sym_get] = ACTIONS(35), + [anon_sym_set] = ACTIONS(37), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(43), + [sym_label] = ACTIONS(45), + [anon_sym_for] = ACTIONS(47), + [anon_sym_while] = ACTIONS(49), + [anon_sym_do] = ACTIONS(51), + [anon_sym_null] = ACTIONS(53), + [anon_sym_if] = ACTIONS(55), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(61), + [anon_sym_return] = ACTIONS(63), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(69), + [anon_sym_DASH] = ACTIONS(69), + [anon_sym_PLUS_PLUS] = ACTIONS(71), + [anon_sym_DASH_DASH] = ACTIONS(71), + [anon_sym_BANG] = ACTIONS(71), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(261), - [anon_sym_inner] = ACTIONS(261), + [anon_sym_data] = ACTIONS(77), + [anon_sym_inner] = ACTIONS(77), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -58840,102 +58948,101 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(263), - [anon_sym_actual] = ACTIONS(263), + [anon_sym_expect] = ACTIONS(89), + [anon_sym_actual] = ACTIONS(89), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(331), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [sym_real_literal] = ACTIONS(97), + [sym_integer_literal] = ACTIONS(99), + [sym_hex_literal] = ACTIONS(101), + [sym_bin_literal] = ACTIONS(101), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SQUOTE] = ACTIONS(105), + [sym__backtick_identifier] = ACTIONS(107), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), + [sym__string_start] = ACTIONS(109), }, [214] = { - [sym_type_alias] = STATE(8541), - [sym__declaration] = STATE(8541), - [sym_class_declaration] = STATE(8541), - [sym_function_declaration] = STATE(8541), - [sym_property_declaration] = STATE(8541), - [sym_getter] = STATE(8541), - [sym_setter] = STATE(8541), - [sym_object_declaration] = STATE(8541), - [sym__statement] = STATE(8541), - [sym__loop_statement] = STATE(8541), - [sym_for_statement] = STATE(8541), - [sym_while_statement] = STATE(8541), - [sym_do_while_statement] = STATE(8541), - [sym_assignment] = STATE(8541), - [sym__expression] = STATE(4204), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4455), - [sym_parenthesized_expression] = STATE(4455), - [sym_collection_literal] = STATE(4455), - [sym__literal_constant] = STATE(4455), - [sym_string_literal] = STATE(4455), - [sym_lambda_literal] = STATE(4455), - [sym_anonymous_function] = STATE(4455), - [sym__function_literal] = STATE(4455), - [sym_object_literal] = STATE(4455), - [sym_this_expression] = STATE(4455), - [sym_super_expression] = STATE(4455), - [sym_if_expression] = STATE(4455), - [sym_when_expression] = STATE(4455), - [sym_try_expression] = STATE(4455), - [sym_jump_expression] = STATE(4455), - [sym_callable_reference] = STATE(4455), - [sym__prefix_unary_operator] = STATE(1637), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7901), - [sym_modifiers] = STATE(7684), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), + [sym_type_alias] = STATE(8308), + [sym__declaration] = STATE(8308), + [sym_class_declaration] = STATE(8308), + [sym_function_declaration] = STATE(8308), + [sym_property_declaration] = STATE(8308), + [sym_getter] = STATE(8308), + [sym_setter] = STATE(8308), + [sym_object_declaration] = STATE(8308), + [sym_statements] = STATE(9466), + [sym__statement] = STATE(8308), + [sym__loop_statement] = STATE(8308), + [sym_for_statement] = STATE(8308), + [sym_while_statement] = STATE(8308), + [sym_do_while_statement] = STATE(8308), + [sym_assignment] = STATE(8308), + [sym__expression] = STATE(4196), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4470), + [sym_parenthesized_expression] = STATE(4470), + [sym_collection_literal] = STATE(4470), + [sym__literal_constant] = STATE(4470), + [sym_string_literal] = STATE(4470), + [sym_lambda_literal] = STATE(4470), + [sym_anonymous_function] = STATE(4470), + [sym__function_literal] = STATE(4470), + [sym_object_literal] = STATE(4470), + [sym_this_expression] = STATE(4470), + [sym_super_expression] = STATE(4470), + [sym_if_expression] = STATE(4470), + [sym_when_expression] = STATE(4470), + [sym_try_expression] = STATE(4470), + [sym_jump_expression] = STATE(4470), + [sym_callable_reference] = STATE(4470), + [sym__prefix_unary_operator] = STATE(1926), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7921), + [sym_modifiers] = STATE(7781), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), [sym_annotation] = STATE(338), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4990), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4455), - [sym_long_literal] = STATE(4455), - [sym_boolean_literal] = STATE(4455), - [sym_character_literal] = STATE(4455), - [sym__lexical_identifier] = STATE(4529), - [aux_sym_source_file_repeat3] = STATE(228), - [aux_sym__statement_repeat1] = STATE(820), - [aux_sym_modifiers_repeat1] = STATE(5441), - [ts_builtin_sym_end] = ACTIONS(1123), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4920), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4470), + [sym_long_literal] = STATE(4470), + [sym_boolean_literal] = STATE(4470), + [sym_character_literal] = STATE(4470), + [sym__lexical_identifier] = STATE(4566), + [aux_sym__statement_repeat1] = STATE(811), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(13), @@ -58944,6 +59051,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_interface] = ACTIONS(21), [anon_sym_enum] = ACTIONS(23), [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_RBRACE] = ACTIONS(1387), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), @@ -59013,83 +59121,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(109), }, [215] = { - [sym_type_alias] = STATE(8135), - [sym__declaration] = STATE(8135), - [sym_class_declaration] = STATE(8135), - [sym_function_declaration] = STATE(8135), - [sym_property_declaration] = STATE(8135), - [sym_getter] = STATE(8135), - [sym_setter] = STATE(8135), - [sym_object_declaration] = STATE(8135), - [sym_statements] = STATE(9337), - [sym__statement] = STATE(8135), - [sym__loop_statement] = STATE(8135), - [sym_for_statement] = STATE(8135), - [sym_while_statement] = STATE(8135), - [sym_do_while_statement] = STATE(8135), - [sym_assignment] = STATE(8135), - [sym__expression] = STATE(4204), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4455), - [sym_parenthesized_expression] = STATE(4455), - [sym_collection_literal] = STATE(4455), - [sym__literal_constant] = STATE(4455), - [sym_string_literal] = STATE(4455), - [sym_lambda_literal] = STATE(4455), - [sym_anonymous_function] = STATE(4455), - [sym__function_literal] = STATE(4455), - [sym_object_literal] = STATE(4455), - [sym_this_expression] = STATE(4455), - [sym_super_expression] = STATE(4455), - [sym_if_expression] = STATE(4455), - [sym_when_expression] = STATE(4455), - [sym_try_expression] = STATE(4455), - [sym_jump_expression] = STATE(4455), - [sym_callable_reference] = STATE(4455), - [sym__prefix_unary_operator] = STATE(1637), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7901), - [sym_modifiers] = STATE(7684), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), + [sym_type_alias] = STATE(8308), + [sym__declaration] = STATE(8308), + [sym_class_declaration] = STATE(8308), + [sym_function_declaration] = STATE(8308), + [sym_property_declaration] = STATE(8308), + [sym_getter] = STATE(8308), + [sym_setter] = STATE(8308), + [sym_object_declaration] = STATE(8308), + [sym_statements] = STATE(9317), + [sym__statement] = STATE(8308), + [sym__loop_statement] = STATE(8308), + [sym_for_statement] = STATE(8308), + [sym_while_statement] = STATE(8308), + [sym_do_while_statement] = STATE(8308), + [sym_assignment] = STATE(8308), + [sym__expression] = STATE(4196), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4470), + [sym_parenthesized_expression] = STATE(4470), + [sym_collection_literal] = STATE(4470), + [sym__literal_constant] = STATE(4470), + [sym_string_literal] = STATE(4470), + [sym_lambda_literal] = STATE(4470), + [sym_anonymous_function] = STATE(4470), + [sym__function_literal] = STATE(4470), + [sym_object_literal] = STATE(4470), + [sym_this_expression] = STATE(4470), + [sym_super_expression] = STATE(4470), + [sym_if_expression] = STATE(4470), + [sym_when_expression] = STATE(4470), + [sym_try_expression] = STATE(4470), + [sym_jump_expression] = STATE(4470), + [sym_callable_reference] = STATE(4470), + [sym__prefix_unary_operator] = STATE(1926), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7921), + [sym_modifiers] = STATE(7781), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), [sym_annotation] = STATE(338), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4990), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4455), - [sym_long_literal] = STATE(4455), - [sym_boolean_literal] = STATE(4455), - [sym_character_literal] = STATE(4455), - [sym__lexical_identifier] = STATE(4529), - [aux_sym__statement_repeat1] = STATE(820), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4920), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4470), + [sym_long_literal] = STATE(4470), + [sym_boolean_literal] = STATE(4470), + [sym_character_literal] = STATE(4470), + [sym__lexical_identifier] = STATE(4566), + [aux_sym__statement_repeat1] = STATE(811), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(13), @@ -59098,7 +59206,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_interface] = ACTIONS(21), [anon_sym_enum] = ACTIONS(23), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(1385), + [anon_sym_RBRACE] = ACTIONS(1389), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), @@ -59168,238 +59276,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(109), }, [216] = { - [sym_type_alias] = STATE(9378), - [sym__declaration] = STATE(9378), - [sym_class_declaration] = STATE(9378), - [sym_function_declaration] = STATE(9378), - [sym_property_declaration] = STATE(9378), - [sym_getter] = STATE(9378), - [sym_setter] = STATE(9378), - [sym_object_declaration] = STATE(9378), - [sym__statement] = STATE(9378), - [sym_control_structure_body] = STATE(9512), - [sym__block] = STATE(9378), - [sym__loop_statement] = STATE(9378), - [sym_for_statement] = STATE(9378), - [sym_while_statement] = STATE(9378), - [sym_do_while_statement] = STATE(9378), - [sym_assignment] = STATE(9378), - [sym__expression] = STATE(4166), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4428), - [sym_parenthesized_expression] = STATE(4428), - [sym_collection_literal] = STATE(4428), - [sym__literal_constant] = STATE(4428), - [sym_string_literal] = STATE(4428), - [sym_lambda_literal] = STATE(4428), - [sym_anonymous_function] = STATE(4428), - [sym__function_literal] = STATE(4428), - [sym_object_literal] = STATE(4428), - [sym_this_expression] = STATE(4428), - [sym_super_expression] = STATE(4428), - [sym_if_expression] = STATE(4428), - [sym_when_expression] = STATE(4428), - [sym_try_expression] = STATE(4428), - [sym_jump_expression] = STATE(4428), - [sym_callable_reference] = STATE(4428), - [sym__prefix_unary_operator] = STATE(2049), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7865), - [sym_modifiers] = STATE(7637), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(342), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4561), - [sym__return_at] = STATE(310), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4428), - [sym_long_literal] = STATE(4428), - [sym_boolean_literal] = STATE(4428), - [sym_character_literal] = STATE(4428), - [sym__lexical_identifier] = STATE(4440), - [aux_sym__statement_repeat1] = STATE(824), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_typealias] = ACTIONS(289), - [anon_sym_class] = ACTIONS(291), - [anon_sym_interface] = ACTIONS(291), - [anon_sym_enum] = ACTIONS(293), - [anon_sym_LBRACE] = ACTIONS(295), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_val] = ACTIONS(297), - [anon_sym_var] = ACTIONS(297), - [anon_sym_object] = ACTIONS(299), - [anon_sym_fun] = ACTIONS(301), - [anon_sym_get] = ACTIONS(305), - [anon_sym_set] = ACTIONS(307), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), - [sym_label] = ACTIONS(311), - [anon_sym_for] = ACTIONS(313), - [anon_sym_while] = ACTIONS(1387), - [anon_sym_do] = ACTIONS(317), - [anon_sym_null] = ACTIONS(319), - [anon_sym_if] = ACTIONS(321), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(323), - [anon_sym_return] = ACTIONS(325), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(327), - [anon_sym_DASH] = ACTIONS(327), - [anon_sym_PLUS_PLUS] = ACTIONS(329), - [anon_sym_DASH_DASH] = ACTIONS(329), - [anon_sym_BANG] = ACTIONS(329), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(261), - [anon_sym_inner] = ACTIONS(261), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(263), - [anon_sym_actual] = ACTIONS(263), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(331), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), - }, - [217] = { - [sym_type_alias] = STATE(8135), - [sym__declaration] = STATE(8135), - [sym_class_declaration] = STATE(8135), - [sym_function_declaration] = STATE(8135), - [sym_property_declaration] = STATE(8135), - [sym_getter] = STATE(8135), - [sym_setter] = STATE(8135), - [sym_object_declaration] = STATE(8135), - [sym_statements] = STATE(9509), - [sym__statement] = STATE(8135), - [sym__loop_statement] = STATE(8135), - [sym_for_statement] = STATE(8135), - [sym_while_statement] = STATE(8135), - [sym_do_while_statement] = STATE(8135), - [sym_assignment] = STATE(8135), - [sym__expression] = STATE(4204), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4455), - [sym_parenthesized_expression] = STATE(4455), - [sym_collection_literal] = STATE(4455), - [sym__literal_constant] = STATE(4455), - [sym_string_literal] = STATE(4455), - [sym_lambda_literal] = STATE(4455), - [sym_anonymous_function] = STATE(4455), - [sym__function_literal] = STATE(4455), - [sym_object_literal] = STATE(4455), - [sym_this_expression] = STATE(4455), - [sym_super_expression] = STATE(4455), - [sym_if_expression] = STATE(4455), - [sym_when_expression] = STATE(4455), - [sym_try_expression] = STATE(4455), - [sym_jump_expression] = STATE(4455), - [sym_callable_reference] = STATE(4455), - [sym__prefix_unary_operator] = STATE(1637), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7901), - [sym_modifiers] = STATE(7684), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), + [sym_type_alias] = STATE(8308), + [sym__declaration] = STATE(8308), + [sym_class_declaration] = STATE(8308), + [sym_function_declaration] = STATE(8308), + [sym_property_declaration] = STATE(8308), + [sym_getter] = STATE(8308), + [sym_setter] = STATE(8308), + [sym_object_declaration] = STATE(8308), + [sym_statements] = STATE(9346), + [sym__statement] = STATE(8308), + [sym__loop_statement] = STATE(8308), + [sym_for_statement] = STATE(8308), + [sym_while_statement] = STATE(8308), + [sym_do_while_statement] = STATE(8308), + [sym_assignment] = STATE(8308), + [sym__expression] = STATE(4196), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4470), + [sym_parenthesized_expression] = STATE(4470), + [sym_collection_literal] = STATE(4470), + [sym__literal_constant] = STATE(4470), + [sym_string_literal] = STATE(4470), + [sym_lambda_literal] = STATE(4470), + [sym_anonymous_function] = STATE(4470), + [sym__function_literal] = STATE(4470), + [sym_object_literal] = STATE(4470), + [sym_this_expression] = STATE(4470), + [sym_super_expression] = STATE(4470), + [sym_if_expression] = STATE(4470), + [sym_when_expression] = STATE(4470), + [sym_try_expression] = STATE(4470), + [sym_jump_expression] = STATE(4470), + [sym_callable_reference] = STATE(4470), + [sym__prefix_unary_operator] = STATE(1926), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7921), + [sym_modifiers] = STATE(7781), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), [sym_annotation] = STATE(338), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4990), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4455), - [sym_long_literal] = STATE(4455), - [sym_boolean_literal] = STATE(4455), - [sym_character_literal] = STATE(4455), - [sym__lexical_identifier] = STATE(4529), - [aux_sym__statement_repeat1] = STATE(820), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4920), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4470), + [sym_long_literal] = STATE(4470), + [sym_boolean_literal] = STATE(4470), + [sym_character_literal] = STATE(4470), + [sym__lexical_identifier] = STATE(4566), + [aux_sym__statement_repeat1] = STATE(811), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(13), @@ -59408,7 +59361,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_interface] = ACTIONS(21), [anon_sym_enum] = ACTIONS(23), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(1389), + [anon_sym_RBRACE] = ACTIONS(1391), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), @@ -59477,84 +59430,239 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(109), }, + [217] = { + [sym_type_alias] = STATE(9461), + [sym__declaration] = STATE(9461), + [sym_class_declaration] = STATE(9461), + [sym_function_declaration] = STATE(9461), + [sym_property_declaration] = STATE(9461), + [sym_getter] = STATE(9461), + [sym_setter] = STATE(9461), + [sym_object_declaration] = STATE(9461), + [sym__statement] = STATE(9461), + [sym_control_structure_body] = STATE(9518), + [sym__block] = STATE(9461), + [sym__loop_statement] = STATE(9461), + [sym_for_statement] = STATE(9461), + [sym_while_statement] = STATE(9461), + [sym_do_while_statement] = STATE(9461), + [sym_assignment] = STATE(9461), + [sym__expression] = STATE(4184), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4435), + [sym_parenthesized_expression] = STATE(4435), + [sym_collection_literal] = STATE(4435), + [sym__literal_constant] = STATE(4435), + [sym_string_literal] = STATE(4435), + [sym_lambda_literal] = STATE(4435), + [sym_anonymous_function] = STATE(4435), + [sym__function_literal] = STATE(4435), + [sym_object_literal] = STATE(4435), + [sym_this_expression] = STATE(4435), + [sym_super_expression] = STATE(4435), + [sym_if_expression] = STATE(4435), + [sym_when_expression] = STATE(4435), + [sym_try_expression] = STATE(4435), + [sym_jump_expression] = STATE(4435), + [sym_callable_reference] = STATE(4435), + [sym__prefix_unary_operator] = STATE(1903), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7894), + [sym_modifiers] = STATE(7813), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(351), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4608), + [sym__return_at] = STATE(310), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4435), + [sym_long_literal] = STATE(4435), + [sym_boolean_literal] = STATE(4435), + [sym_character_literal] = STATE(4435), + [sym__lexical_identifier] = STATE(4461), + [aux_sym__statement_repeat1] = STATE(830), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_typealias] = ACTIONS(289), + [anon_sym_class] = ACTIONS(291), + [anon_sym_interface] = ACTIONS(291), + [anon_sym_enum] = ACTIONS(293), + [anon_sym_LBRACE] = ACTIONS(295), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_val] = ACTIONS(297), + [anon_sym_var] = ACTIONS(297), + [anon_sym_object] = ACTIONS(299), + [anon_sym_fun] = ACTIONS(301), + [anon_sym_get] = ACTIONS(305), + [anon_sym_set] = ACTIONS(307), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(1065), + [sym_label] = ACTIONS(311), + [anon_sym_for] = ACTIONS(313), + [anon_sym_while] = ACTIONS(1393), + [anon_sym_do] = ACTIONS(317), + [anon_sym_null] = ACTIONS(319), + [anon_sym_if] = ACTIONS(321), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(323), + [anon_sym_return] = ACTIONS(325), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(327), + [anon_sym_DASH] = ACTIONS(327), + [anon_sym_PLUS_PLUS] = ACTIONS(329), + [anon_sym_DASH_DASH] = ACTIONS(329), + [anon_sym_BANG] = ACTIONS(329), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(261), + [anon_sym_inner] = ACTIONS(261), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(263), + [anon_sym_actual] = ACTIONS(263), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(331), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(283), + }, [218] = { - [sym_type_alias] = STATE(8135), - [sym__declaration] = STATE(8135), - [sym_class_declaration] = STATE(8135), - [sym_function_declaration] = STATE(8135), - [sym_property_declaration] = STATE(8135), - [sym_getter] = STATE(8135), - [sym_setter] = STATE(8135), - [sym_object_declaration] = STATE(8135), - [sym_statements] = STATE(9232), - [sym__statement] = STATE(8135), - [sym__loop_statement] = STATE(8135), - [sym_for_statement] = STATE(8135), - [sym_while_statement] = STATE(8135), - [sym_do_while_statement] = STATE(8135), - [sym_assignment] = STATE(8135), - [sym__expression] = STATE(4204), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4455), - [sym_parenthesized_expression] = STATE(4455), - [sym_collection_literal] = STATE(4455), - [sym__literal_constant] = STATE(4455), - [sym_string_literal] = STATE(4455), - [sym_lambda_literal] = STATE(4455), - [sym_anonymous_function] = STATE(4455), - [sym__function_literal] = STATE(4455), - [sym_object_literal] = STATE(4455), - [sym_this_expression] = STATE(4455), - [sym_super_expression] = STATE(4455), - [sym_if_expression] = STATE(4455), - [sym_when_expression] = STATE(4455), - [sym_try_expression] = STATE(4455), - [sym_jump_expression] = STATE(4455), - [sym_callable_reference] = STATE(4455), - [sym__prefix_unary_operator] = STATE(1637), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7901), - [sym_modifiers] = STATE(7684), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), + [sym_type_alias] = STATE(8308), + [sym__declaration] = STATE(8308), + [sym_class_declaration] = STATE(8308), + [sym_function_declaration] = STATE(8308), + [sym_property_declaration] = STATE(8308), + [sym_getter] = STATE(8308), + [sym_setter] = STATE(8308), + [sym_object_declaration] = STATE(8308), + [sym_statements] = STATE(9313), + [sym__statement] = STATE(8308), + [sym__loop_statement] = STATE(8308), + [sym_for_statement] = STATE(8308), + [sym_while_statement] = STATE(8308), + [sym_do_while_statement] = STATE(8308), + [sym_assignment] = STATE(8308), + [sym__expression] = STATE(4196), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4470), + [sym_parenthesized_expression] = STATE(4470), + [sym_collection_literal] = STATE(4470), + [sym__literal_constant] = STATE(4470), + [sym_string_literal] = STATE(4470), + [sym_lambda_literal] = STATE(4470), + [sym_anonymous_function] = STATE(4470), + [sym__function_literal] = STATE(4470), + [sym_object_literal] = STATE(4470), + [sym_this_expression] = STATE(4470), + [sym_super_expression] = STATE(4470), + [sym_if_expression] = STATE(4470), + [sym_when_expression] = STATE(4470), + [sym_try_expression] = STATE(4470), + [sym_jump_expression] = STATE(4470), + [sym_callable_reference] = STATE(4470), + [sym__prefix_unary_operator] = STATE(1926), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7921), + [sym_modifiers] = STATE(7781), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), [sym_annotation] = STATE(338), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4990), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4455), - [sym_long_literal] = STATE(4455), - [sym_boolean_literal] = STATE(4455), - [sym_character_literal] = STATE(4455), - [sym__lexical_identifier] = STATE(4529), - [aux_sym__statement_repeat1] = STATE(820), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4920), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4470), + [sym_long_literal] = STATE(4470), + [sym_boolean_literal] = STATE(4470), + [sym_character_literal] = STATE(4470), + [sym__lexical_identifier] = STATE(4566), + [aux_sym__statement_repeat1] = STATE(811), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(13), @@ -59563,7 +59671,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_interface] = ACTIONS(21), [anon_sym_enum] = ACTIONS(23), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(1391), + [anon_sym_RBRACE] = ACTIONS(1395), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), @@ -59633,83 +59741,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(109), }, [219] = { - [sym_type_alias] = STATE(8135), - [sym__declaration] = STATE(8135), - [sym_class_declaration] = STATE(8135), - [sym_function_declaration] = STATE(8135), - [sym_property_declaration] = STATE(8135), - [sym_getter] = STATE(8135), - [sym_setter] = STATE(8135), - [sym_object_declaration] = STATE(8135), - [sym_statements] = STATE(9210), - [sym__statement] = STATE(8135), - [sym__loop_statement] = STATE(8135), - [sym_for_statement] = STATE(8135), - [sym_while_statement] = STATE(8135), - [sym_do_while_statement] = STATE(8135), - [sym_assignment] = STATE(8135), - [sym__expression] = STATE(4204), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4455), - [sym_parenthesized_expression] = STATE(4455), - [sym_collection_literal] = STATE(4455), - [sym__literal_constant] = STATE(4455), - [sym_string_literal] = STATE(4455), - [sym_lambda_literal] = STATE(4455), - [sym_anonymous_function] = STATE(4455), - [sym__function_literal] = STATE(4455), - [sym_object_literal] = STATE(4455), - [sym_this_expression] = STATE(4455), - [sym_super_expression] = STATE(4455), - [sym_if_expression] = STATE(4455), - [sym_when_expression] = STATE(4455), - [sym_try_expression] = STATE(4455), - [sym_jump_expression] = STATE(4455), - [sym_callable_reference] = STATE(4455), - [sym__prefix_unary_operator] = STATE(1637), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7901), - [sym_modifiers] = STATE(7684), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), + [sym_type_alias] = STATE(8308), + [sym__declaration] = STATE(8308), + [sym_class_declaration] = STATE(8308), + [sym_function_declaration] = STATE(8308), + [sym_property_declaration] = STATE(8308), + [sym_getter] = STATE(8308), + [sym_setter] = STATE(8308), + [sym_object_declaration] = STATE(8308), + [sym_statements] = STATE(9560), + [sym__statement] = STATE(8308), + [sym__loop_statement] = STATE(8308), + [sym_for_statement] = STATE(8308), + [sym_while_statement] = STATE(8308), + [sym_do_while_statement] = STATE(8308), + [sym_assignment] = STATE(8308), + [sym__expression] = STATE(4196), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4470), + [sym_parenthesized_expression] = STATE(4470), + [sym_collection_literal] = STATE(4470), + [sym__literal_constant] = STATE(4470), + [sym_string_literal] = STATE(4470), + [sym_lambda_literal] = STATE(4470), + [sym_anonymous_function] = STATE(4470), + [sym__function_literal] = STATE(4470), + [sym_object_literal] = STATE(4470), + [sym_this_expression] = STATE(4470), + [sym_super_expression] = STATE(4470), + [sym_if_expression] = STATE(4470), + [sym_when_expression] = STATE(4470), + [sym_try_expression] = STATE(4470), + [sym_jump_expression] = STATE(4470), + [sym_callable_reference] = STATE(4470), + [sym__prefix_unary_operator] = STATE(1926), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7921), + [sym_modifiers] = STATE(7781), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), [sym_annotation] = STATE(338), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4990), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4455), - [sym_long_literal] = STATE(4455), - [sym_boolean_literal] = STATE(4455), - [sym_character_literal] = STATE(4455), - [sym__lexical_identifier] = STATE(4529), - [aux_sym__statement_repeat1] = STATE(820), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4920), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4470), + [sym_long_literal] = STATE(4470), + [sym_boolean_literal] = STATE(4470), + [sym_character_literal] = STATE(4470), + [sym__lexical_identifier] = STATE(4566), + [aux_sym__statement_repeat1] = STATE(811), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(13), @@ -59718,7 +59826,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_interface] = ACTIONS(21), [anon_sym_enum] = ACTIONS(23), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(1393), + [anon_sym_RBRACE] = ACTIONS(1397), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), @@ -59788,84 +59896,239 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(109), }, [220] = { - [sym_type_alias] = STATE(5371), - [sym__declaration] = STATE(5371), - [sym_class_declaration] = STATE(5371), - [sym_function_declaration] = STATE(5371), - [sym_property_declaration] = STATE(5371), - [sym_getter] = STATE(5371), - [sym_setter] = STATE(5371), - [sym_object_declaration] = STATE(5371), - [sym__statement] = STATE(5371), - [sym_control_structure_body] = STATE(5207), - [sym__block] = STATE(5371), - [sym__loop_statement] = STATE(5371), - [sym_for_statement] = STATE(5371), - [sym_while_statement] = STATE(5371), - [sym_do_while_statement] = STATE(5371), - [sym_assignment] = STATE(5371), - [sym__expression] = STATE(1696), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(2750), - [sym_parenthesized_expression] = STATE(2750), - [sym_collection_literal] = STATE(2750), - [sym__literal_constant] = STATE(2750), - [sym_string_literal] = STATE(2750), - [sym_lambda_literal] = STATE(2750), - [sym_anonymous_function] = STATE(2750), - [sym__function_literal] = STATE(2750), - [sym_object_literal] = STATE(2750), - [sym_this_expression] = STATE(2750), - [sym_super_expression] = STATE(2750), - [sym_if_expression] = STATE(2750), - [sym_when_expression] = STATE(2750), - [sym_try_expression] = STATE(2750), - [sym_jump_expression] = STATE(2750), - [sym_callable_reference] = STATE(2750), - [sym__prefix_unary_operator] = STATE(2054), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7883), - [sym_modifiers] = STATE(7595), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(349), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3447), - [sym__return_at] = STATE(323), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(2750), - [sym_long_literal] = STATE(2750), - [sym_boolean_literal] = STATE(2750), - [sym_character_literal] = STATE(2750), - [sym__lexical_identifier] = STATE(2890), - [aux_sym__statement_repeat1] = STATE(815), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym__expression] = STATE(984), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(1674), + [sym_annotation] = STATE(1674), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(220), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), + [sym__alpha_identifier] = ACTIONS(111), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_RBRACK] = ACTIONS(1399), + [anon_sym_as] = ACTIONS(1401), + [anon_sym_EQ] = ACTIONS(1401), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(1399), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_COMMA] = ACTIONS(1399), + [anon_sym_RPAREN] = ACTIONS(1399), + [anon_sym_LT] = ACTIONS(1401), + [anon_sym_GT] = ACTIONS(1401), + [anon_sym_where] = ACTIONS(1401), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1407), + [anon_sym_DOT] = ACTIONS(1401), + [anon_sym_SEMI] = ACTIONS(1399), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(145), + [anon_sym_DASH_GT] = ACTIONS(1399), + [sym_label] = ACTIONS(171), + [anon_sym_in] = ACTIONS(1401), + [anon_sym_while] = ACTIONS(1401), + [anon_sym_DOT_DOT] = ACTIONS(1399), + [anon_sym_QMARK_COLON] = ACTIONS(1399), + [anon_sym_AMP_AMP] = ACTIONS(1399), + [anon_sym_PIPE_PIPE] = ACTIONS(1399), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(157), + [anon_sym_else] = ACTIONS(1401), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(163), + [anon_sym_return] = ACTIONS(165), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS_EQ] = ACTIONS(1399), + [anon_sym_DASH_EQ] = ACTIONS(1399), + [anon_sym_STAR_EQ] = ACTIONS(1399), + [anon_sym_SLASH_EQ] = ACTIONS(1399), + [anon_sym_PERCENT_EQ] = ACTIONS(1399), + [anon_sym_BANG_EQ] = ACTIONS(1401), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1399), + [anon_sym_EQ_EQ] = ACTIONS(1401), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1399), + [anon_sym_LT_EQ] = ACTIONS(1399), + [anon_sym_GT_EQ] = ACTIONS(1399), + [anon_sym_BANGin] = ACTIONS(1399), + [anon_sym_is] = ACTIONS(1401), + [anon_sym_BANGis] = ACTIONS(1399), + [anon_sym_PLUS] = ACTIONS(171), + [anon_sym_DASH] = ACTIONS(171), + [anon_sym_SLASH] = ACTIONS(1401), + [anon_sym_PERCENT] = ACTIONS(1401), + [anon_sym_as_QMARK] = ACTIONS(1399), + [anon_sym_PLUS_PLUS] = ACTIONS(173), + [anon_sym_DASH_DASH] = ACTIONS(173), + [anon_sym_BANG] = ACTIONS(171), + [anon_sym_BANG_BANG] = ACTIONS(1399), + [anon_sym_suspend] = ACTIONS(1401), + [anon_sym_sealed] = ACTIONS(1401), + [anon_sym_annotation] = ACTIONS(1401), + [anon_sym_data] = ACTIONS(111), + [anon_sym_inner] = ACTIONS(111), + [anon_sym_override] = ACTIONS(1401), + [anon_sym_lateinit] = ACTIONS(1401), + [anon_sym_public] = ACTIONS(1401), + [anon_sym_private] = ACTIONS(1401), + [anon_sym_internal] = ACTIONS(1401), + [anon_sym_protected] = ACTIONS(1401), + [anon_sym_tailrec] = ACTIONS(1401), + [anon_sym_operator] = ACTIONS(1401), + [anon_sym_infix] = ACTIONS(1401), + [anon_sym_inline] = ACTIONS(1401), + [anon_sym_external] = ACTIONS(1401), + [sym_property_modifier] = ACTIONS(1401), + [anon_sym_abstract] = ACTIONS(1401), + [anon_sym_final] = ACTIONS(1401), + [anon_sym_open] = ACTIONS(1401), + [anon_sym_vararg] = ACTIONS(1401), + [anon_sym_noinline] = ACTIONS(1401), + [anon_sym_crossinline] = ACTIONS(1401), + [anon_sym_expect] = ACTIONS(111), + [anon_sym_actual] = ACTIONS(111), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(1411), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), + [sym_safe_nav] = ACTIONS(1399), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(197), + }, + [221] = { + [sym_type_alias] = STATE(5348), + [sym__declaration] = STATE(5348), + [sym_class_declaration] = STATE(5348), + [sym_function_declaration] = STATE(5348), + [sym_property_declaration] = STATE(5348), + [sym_getter] = STATE(5348), + [sym_setter] = STATE(5348), + [sym_object_declaration] = STATE(5348), + [sym__statement] = STATE(5348), + [sym_control_structure_body] = STATE(5258), + [sym__block] = STATE(5348), + [sym__loop_statement] = STATE(5348), + [sym_for_statement] = STATE(5348), + [sym_while_statement] = STATE(5348), + [sym_do_while_statement] = STATE(5348), + [sym_assignment] = STATE(5348), + [sym__expression] = STATE(2364), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(2743), + [sym_parenthesized_expression] = STATE(2743), + [sym_collection_literal] = STATE(2743), + [sym__literal_constant] = STATE(2743), + [sym_string_literal] = STATE(2743), + [sym_lambda_literal] = STATE(2743), + [sym_anonymous_function] = STATE(2743), + [sym__function_literal] = STATE(2743), + [sym_object_literal] = STATE(2743), + [sym_this_expression] = STATE(2743), + [sym_super_expression] = STATE(2743), + [sym_if_expression] = STATE(2743), + [sym_when_expression] = STATE(2743), + [sym_try_expression] = STATE(2743), + [sym_jump_expression] = STATE(2743), + [sym_callable_reference] = STATE(2743), + [sym__prefix_unary_operator] = STATE(2070), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7926), + [sym_modifiers] = STATE(7621), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(337), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3279), + [sym__return_at] = STATE(317), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(2743), + [sym_long_literal] = STATE(2743), + [sym_boolean_literal] = STATE(2743), + [sym_character_literal] = STATE(2743), + [sym__lexical_identifier] = STATE(2837), + [aux_sym__statement_repeat1] = STATE(791), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(333), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(335), @@ -59888,12 +60151,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_for] = ACTIONS(1145), [anon_sym_while] = ACTIONS(1147), [anon_sym_do] = ACTIONS(1149), - [anon_sym_null] = ACTIONS(941), - [anon_sym_if] = ACTIONS(697), + [anon_sym_null] = ACTIONS(973), + [anon_sym_if] = ACTIONS(703), [anon_sym_when] = ACTIONS(375), [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(699), - [anon_sym_return] = ACTIONS(701), + [anon_sym_throw] = ACTIONS(705), + [anon_sym_return] = ACTIONS(707), [anon_sym_continue] = ACTIONS(383), [anon_sym_break] = ACTIONS(383), [anon_sym_COLON_COLON] = ACTIONS(385), @@ -59931,7 +60194,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(395), [anon_sym_break_AT] = ACTIONS(397), - [sym_real_literal] = ACTIONS(947), + [sym_real_literal] = ACTIONS(979), [sym_integer_literal] = ACTIONS(401), [sym_hex_literal] = ACTIONS(403), [sym_bin_literal] = ACTIONS(403), @@ -59942,126 +60205,126 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(411), }, - [221] = { - [sym_type_alias] = STATE(9378), - [sym__declaration] = STATE(9378), - [sym_class_declaration] = STATE(9378), - [sym_function_declaration] = STATE(9378), - [sym_property_declaration] = STATE(9378), - [sym_getter] = STATE(9378), - [sym_setter] = STATE(9378), - [sym_object_declaration] = STATE(9378), - [sym__statement] = STATE(9378), - [sym_control_structure_body] = STATE(9431), - [sym__block] = STATE(9378), - [sym__loop_statement] = STATE(9378), - [sym_for_statement] = STATE(9378), - [sym_while_statement] = STATE(9378), - [sym_do_while_statement] = STATE(9378), - [sym_assignment] = STATE(9378), - [sym__expression] = STATE(4166), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4428), - [sym_parenthesized_expression] = STATE(4428), - [sym_collection_literal] = STATE(4428), - [sym__literal_constant] = STATE(4428), - [sym_string_literal] = STATE(4428), - [sym_lambda_literal] = STATE(4428), - [sym_anonymous_function] = STATE(4428), - [sym__function_literal] = STATE(4428), - [sym_object_literal] = STATE(4428), - [sym_this_expression] = STATE(4428), - [sym_super_expression] = STATE(4428), - [sym_if_expression] = STATE(4428), - [sym_when_expression] = STATE(4428), - [sym_try_expression] = STATE(4428), - [sym_jump_expression] = STATE(4428), - [sym_callable_reference] = STATE(4428), - [sym__prefix_unary_operator] = STATE(2049), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7865), - [sym_modifiers] = STATE(7637), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(342), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4561), - [sym__return_at] = STATE(310), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4428), - [sym_long_literal] = STATE(4428), - [sym_boolean_literal] = STATE(4428), - [sym_character_literal] = STATE(4428), - [sym__lexical_identifier] = STATE(4440), - [aux_sym__statement_repeat1] = STATE(824), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(199), + [222] = { + [sym_type_alias] = STATE(8664), + [sym__declaration] = STATE(8664), + [sym_class_declaration] = STATE(8664), + [sym_function_declaration] = STATE(8664), + [sym_property_declaration] = STATE(8664), + [sym_getter] = STATE(8664), + [sym_setter] = STATE(8664), + [sym_object_declaration] = STATE(8664), + [sym__statement] = STATE(8664), + [sym__loop_statement] = STATE(8664), + [sym_for_statement] = STATE(8664), + [sym_while_statement] = STATE(8664), + [sym_do_while_statement] = STATE(8664), + [sym_assignment] = STATE(8664), + [sym__expression] = STATE(4196), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4470), + [sym_parenthesized_expression] = STATE(4470), + [sym_collection_literal] = STATE(4470), + [sym__literal_constant] = STATE(4470), + [sym_string_literal] = STATE(4470), + [sym_lambda_literal] = STATE(4470), + [sym_anonymous_function] = STATE(4470), + [sym__function_literal] = STATE(4470), + [sym_object_literal] = STATE(4470), + [sym_this_expression] = STATE(4470), + [sym_super_expression] = STATE(4470), + [sym_if_expression] = STATE(4470), + [sym_when_expression] = STATE(4470), + [sym_try_expression] = STATE(4470), + [sym_jump_expression] = STATE(4470), + [sym_callable_reference] = STATE(4470), + [sym__prefix_unary_operator] = STATE(1926), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7921), + [sym_modifiers] = STATE(7781), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(338), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4920), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4470), + [sym_long_literal] = STATE(4470), + [sym_boolean_literal] = STATE(4470), + [sym_character_literal] = STATE(4470), + [sym__lexical_identifier] = STATE(4566), + [aux_sym_source_file_repeat3] = STATE(227), + [aux_sym__statement_repeat1] = STATE(811), + [aux_sym_modifiers_repeat1] = STATE(5459), + [ts_builtin_sym_end] = ACTIONS(1201), + [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_typealias] = ACTIONS(289), - [anon_sym_class] = ACTIONS(291), - [anon_sym_interface] = ACTIONS(291), - [anon_sym_enum] = ACTIONS(293), - [anon_sym_LBRACE] = ACTIONS(295), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_val] = ACTIONS(297), - [anon_sym_var] = ACTIONS(297), - [anon_sym_object] = ACTIONS(299), - [anon_sym_fun] = ACTIONS(301), - [anon_sym_get] = ACTIONS(305), - [anon_sym_set] = ACTIONS(307), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), - [sym_label] = ACTIONS(311), - [anon_sym_for] = ACTIONS(313), - [anon_sym_while] = ACTIONS(1387), - [anon_sym_do] = ACTIONS(317), - [anon_sym_null] = ACTIONS(319), - [anon_sym_if] = ACTIONS(321), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(323), - [anon_sym_return] = ACTIONS(325), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(327), - [anon_sym_DASH] = ACTIONS(327), - [anon_sym_PLUS_PLUS] = ACTIONS(329), - [anon_sym_DASH_DASH] = ACTIONS(329), - [anon_sym_BANG] = ACTIONS(329), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_typealias] = ACTIONS(19), + [anon_sym_class] = ACTIONS(21), + [anon_sym_interface] = ACTIONS(21), + [anon_sym_enum] = ACTIONS(23), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_val] = ACTIONS(29), + [anon_sym_var] = ACTIONS(29), + [anon_sym_object] = ACTIONS(31), + [anon_sym_fun] = ACTIONS(33), + [anon_sym_get] = ACTIONS(35), + [anon_sym_set] = ACTIONS(37), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(43), + [sym_label] = ACTIONS(45), + [anon_sym_for] = ACTIONS(47), + [anon_sym_while] = ACTIONS(49), + [anon_sym_do] = ACTIONS(51), + [anon_sym_null] = ACTIONS(53), + [anon_sym_if] = ACTIONS(55), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(61), + [anon_sym_return] = ACTIONS(63), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(69), + [anon_sym_DASH] = ACTIONS(69), + [anon_sym_PLUS_PLUS] = ACTIONS(71), + [anon_sym_DASH_DASH] = ACTIONS(71), + [anon_sym_BANG] = ACTIONS(71), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(261), - [anon_sym_inner] = ACTIONS(261), + [anon_sym_data] = ACTIONS(77), + [anon_sym_inner] = ACTIONS(77), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -60080,105 +60343,105 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(263), - [anon_sym_actual] = ACTIONS(263), + [anon_sym_expect] = ACTIONS(89), + [anon_sym_actual] = ACTIONS(89), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(331), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [sym_real_literal] = ACTIONS(97), + [sym_integer_literal] = ACTIONS(99), + [sym_hex_literal] = ACTIONS(101), + [sym_bin_literal] = ACTIONS(101), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SQUOTE] = ACTIONS(105), + [sym__backtick_identifier] = ACTIONS(107), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), + [sym__string_start] = ACTIONS(109), }, - [222] = { - [sym_type_alias] = STATE(9378), - [sym__declaration] = STATE(9378), - [sym_class_declaration] = STATE(9378), - [sym_function_declaration] = STATE(9378), - [sym_property_declaration] = STATE(9378), - [sym_getter] = STATE(9378), - [sym_setter] = STATE(9378), - [sym_object_declaration] = STATE(9378), - [sym__statement] = STATE(9378), - [sym_control_structure_body] = STATE(9514), - [sym__block] = STATE(9378), - [sym__loop_statement] = STATE(9378), - [sym_for_statement] = STATE(9378), - [sym_while_statement] = STATE(9378), - [sym_do_while_statement] = STATE(9378), - [sym_assignment] = STATE(9378), - [sym__expression] = STATE(4166), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4428), - [sym_parenthesized_expression] = STATE(4428), - [sym_collection_literal] = STATE(4428), - [sym__literal_constant] = STATE(4428), - [sym_string_literal] = STATE(4428), - [sym_lambda_literal] = STATE(4428), - [sym_anonymous_function] = STATE(4428), - [sym__function_literal] = STATE(4428), - [sym_object_literal] = STATE(4428), - [sym_this_expression] = STATE(4428), - [sym_super_expression] = STATE(4428), - [sym_if_expression] = STATE(4428), - [sym_when_expression] = STATE(4428), - [sym_try_expression] = STATE(4428), - [sym_jump_expression] = STATE(4428), - [sym_callable_reference] = STATE(4428), - [sym__prefix_unary_operator] = STATE(2049), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7865), - [sym_modifiers] = STATE(7637), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(342), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4561), + [223] = { + [sym_type_alias] = STATE(9461), + [sym__declaration] = STATE(9461), + [sym_class_declaration] = STATE(9461), + [sym_function_declaration] = STATE(9461), + [sym_property_declaration] = STATE(9461), + [sym_getter] = STATE(9461), + [sym_setter] = STATE(9461), + [sym_object_declaration] = STATE(9461), + [sym__statement] = STATE(9461), + [sym_control_structure_body] = STATE(9460), + [sym__block] = STATE(9461), + [sym__loop_statement] = STATE(9461), + [sym_for_statement] = STATE(9461), + [sym_while_statement] = STATE(9461), + [sym_do_while_statement] = STATE(9461), + [sym_assignment] = STATE(9461), + [sym__expression] = STATE(4184), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4435), + [sym_parenthesized_expression] = STATE(4435), + [sym_collection_literal] = STATE(4435), + [sym__literal_constant] = STATE(4435), + [sym_string_literal] = STATE(4435), + [sym_lambda_literal] = STATE(4435), + [sym_anonymous_function] = STATE(4435), + [sym__function_literal] = STATE(4435), + [sym_object_literal] = STATE(4435), + [sym_this_expression] = STATE(4435), + [sym_super_expression] = STATE(4435), + [sym_if_expression] = STATE(4435), + [sym_when_expression] = STATE(4435), + [sym_try_expression] = STATE(4435), + [sym_jump_expression] = STATE(4435), + [sym_callable_reference] = STATE(4435), + [sym__prefix_unary_operator] = STATE(1903), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7894), + [sym_modifiers] = STATE(7813), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(351), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4608), [sym__return_at] = STATE(310), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4428), - [sym_long_literal] = STATE(4428), - [sym_boolean_literal] = STATE(4428), - [sym_character_literal] = STATE(4428), - [sym__lexical_identifier] = STATE(4440), - [aux_sym__statement_repeat1] = STATE(824), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(199), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4435), + [sym_long_literal] = STATE(4435), + [sym_boolean_literal] = STATE(4435), + [sym_character_literal] = STATE(4435), + [sym__lexical_identifier] = STATE(4461), + [aux_sym__statement_repeat1] = STATE(830), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(203), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_typealias] = ACTIONS(289), [anon_sym_class] = ACTIONS(291), [anon_sym_interface] = ACTIONS(291), @@ -60193,10 +60456,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(307), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), + [anon_sym_STAR] = ACTIONS(1065), [sym_label] = ACTIONS(311), [anon_sym_for] = ACTIONS(313), - [anon_sym_while] = ACTIONS(1395), + [anon_sym_while] = ACTIONS(1413), [anon_sym_do] = ACTIONS(317), [anon_sym_null] = ACTIONS(319), [anon_sym_if] = ACTIONS(321), @@ -60252,240 +60515,85 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [223] = { - [sym_type_alias] = STATE(8135), - [sym__declaration] = STATE(8135), - [sym_class_declaration] = STATE(8135), - [sym_function_declaration] = STATE(8135), - [sym_property_declaration] = STATE(8135), - [sym_getter] = STATE(8135), - [sym_setter] = STATE(8135), - [sym_object_declaration] = STATE(8135), - [sym_statements] = STATE(9366), - [sym__statement] = STATE(8135), - [sym__loop_statement] = STATE(8135), - [sym_for_statement] = STATE(8135), - [sym_while_statement] = STATE(8135), - [sym_do_while_statement] = STATE(8135), - [sym_assignment] = STATE(8135), - [sym__expression] = STATE(4204), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4455), - [sym_parenthesized_expression] = STATE(4455), - [sym_collection_literal] = STATE(4455), - [sym__literal_constant] = STATE(4455), - [sym_string_literal] = STATE(4455), - [sym_lambda_literal] = STATE(4455), - [sym_anonymous_function] = STATE(4455), - [sym__function_literal] = STATE(4455), - [sym_object_literal] = STATE(4455), - [sym_this_expression] = STATE(4455), - [sym_super_expression] = STATE(4455), - [sym_if_expression] = STATE(4455), - [sym_when_expression] = STATE(4455), - [sym_try_expression] = STATE(4455), - [sym_jump_expression] = STATE(4455), - [sym_callable_reference] = STATE(4455), - [sym__prefix_unary_operator] = STATE(1637), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7901), - [sym_modifiers] = STATE(7684), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(338), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4990), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4455), - [sym_long_literal] = STATE(4455), - [sym_boolean_literal] = STATE(4455), - [sym_character_literal] = STATE(4455), - [sym__lexical_identifier] = STATE(4529), - [aux_sym__statement_repeat1] = STATE(820), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_typealias] = ACTIONS(19), - [anon_sym_class] = ACTIONS(21), - [anon_sym_interface] = ACTIONS(21), - [anon_sym_enum] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(1397), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_val] = ACTIONS(29), - [anon_sym_var] = ACTIONS(29), - [anon_sym_object] = ACTIONS(31), - [anon_sym_fun] = ACTIONS(33), - [anon_sym_get] = ACTIONS(35), - [anon_sym_set] = ACTIONS(37), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(43), - [sym_label] = ACTIONS(45), - [anon_sym_for] = ACTIONS(47), - [anon_sym_while] = ACTIONS(49), - [anon_sym_do] = ACTIONS(51), - [anon_sym_null] = ACTIONS(53), - [anon_sym_if] = ACTIONS(55), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(61), - [anon_sym_return] = ACTIONS(63), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(69), - [anon_sym_DASH] = ACTIONS(69), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_BANG] = ACTIONS(71), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(77), - [anon_sym_inner] = ACTIONS(77), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(89), - [anon_sym_actual] = ACTIONS(89), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(97), - [sym_integer_literal] = ACTIONS(99), - [sym_hex_literal] = ACTIONS(101), - [sym_bin_literal] = ACTIONS(101), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [anon_sym_SQUOTE] = ACTIONS(105), - [sym__backtick_identifier] = ACTIONS(107), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(109), - }, [224] = { - [sym_type_alias] = STATE(8541), - [sym__declaration] = STATE(8541), - [sym_class_declaration] = STATE(8541), - [sym_function_declaration] = STATE(8541), - [sym_property_declaration] = STATE(8541), - [sym_getter] = STATE(8541), - [sym_setter] = STATE(8541), - [sym_object_declaration] = STATE(8541), - [sym__statement] = STATE(8541), - [sym__loop_statement] = STATE(8541), - [sym_for_statement] = STATE(8541), - [sym_while_statement] = STATE(8541), - [sym_do_while_statement] = STATE(8541), - [sym_assignment] = STATE(8541), - [sym__expression] = STATE(4204), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4455), - [sym_parenthesized_expression] = STATE(4455), - [sym_collection_literal] = STATE(4455), - [sym__literal_constant] = STATE(4455), - [sym_string_literal] = STATE(4455), - [sym_lambda_literal] = STATE(4455), - [sym_anonymous_function] = STATE(4455), - [sym__function_literal] = STATE(4455), - [sym_object_literal] = STATE(4455), - [sym_this_expression] = STATE(4455), - [sym_super_expression] = STATE(4455), - [sym_if_expression] = STATE(4455), - [sym_when_expression] = STATE(4455), - [sym_try_expression] = STATE(4455), - [sym_jump_expression] = STATE(4455), - [sym_callable_reference] = STATE(4455), - [sym__prefix_unary_operator] = STATE(1637), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7901), - [sym_modifiers] = STATE(7684), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), + [sym_type_alias] = STATE(8664), + [sym__declaration] = STATE(8664), + [sym_class_declaration] = STATE(8664), + [sym_function_declaration] = STATE(8664), + [sym_property_declaration] = STATE(8664), + [sym_getter] = STATE(8664), + [sym_setter] = STATE(8664), + [sym_object_declaration] = STATE(8664), + [sym__statement] = STATE(8664), + [sym__loop_statement] = STATE(8664), + [sym_for_statement] = STATE(8664), + [sym_while_statement] = STATE(8664), + [sym_do_while_statement] = STATE(8664), + [sym_assignment] = STATE(8664), + [sym__expression] = STATE(4196), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4470), + [sym_parenthesized_expression] = STATE(4470), + [sym_collection_literal] = STATE(4470), + [sym__literal_constant] = STATE(4470), + [sym_string_literal] = STATE(4470), + [sym_lambda_literal] = STATE(4470), + [sym_anonymous_function] = STATE(4470), + [sym__function_literal] = STATE(4470), + [sym_object_literal] = STATE(4470), + [sym_this_expression] = STATE(4470), + [sym_super_expression] = STATE(4470), + [sym_if_expression] = STATE(4470), + [sym_when_expression] = STATE(4470), + [sym_try_expression] = STATE(4470), + [sym_jump_expression] = STATE(4470), + [sym_callable_reference] = STATE(4470), + [sym__prefix_unary_operator] = STATE(1926), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7921), + [sym_modifiers] = STATE(7781), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), [sym_annotation] = STATE(338), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4990), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4455), - [sym_long_literal] = STATE(4455), - [sym_boolean_literal] = STATE(4455), - [sym_character_literal] = STATE(4455), - [sym__lexical_identifier] = STATE(4529), - [aux_sym_source_file_repeat3] = STATE(228), - [aux_sym__statement_repeat1] = STATE(820), - [aux_sym_modifiers_repeat1] = STATE(5441), - [ts_builtin_sym_end] = ACTIONS(1399), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4920), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4470), + [sym_long_literal] = STATE(4470), + [sym_boolean_literal] = STATE(4470), + [sym_character_literal] = STATE(4470), + [sym__lexical_identifier] = STATE(4566), + [aux_sym_source_file_repeat3] = STATE(227), + [aux_sym__statement_repeat1] = STATE(811), + [aux_sym_modifiers_repeat1] = STATE(5459), + [ts_builtin_sym_end] = ACTIONS(1187), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(13), @@ -60563,83 +60671,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(109), }, [225] = { - [sym_type_alias] = STATE(8135), - [sym__declaration] = STATE(8135), - [sym_class_declaration] = STATE(8135), - [sym_function_declaration] = STATE(8135), - [sym_property_declaration] = STATE(8135), - [sym_getter] = STATE(8135), - [sym_setter] = STATE(8135), - [sym_object_declaration] = STATE(8135), - [sym_statements] = STATE(9187), - [sym__statement] = STATE(8135), - [sym__loop_statement] = STATE(8135), - [sym_for_statement] = STATE(8135), - [sym_while_statement] = STATE(8135), - [sym_do_while_statement] = STATE(8135), - [sym_assignment] = STATE(8135), - [sym__expression] = STATE(4204), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4455), - [sym_parenthesized_expression] = STATE(4455), - [sym_collection_literal] = STATE(4455), - [sym__literal_constant] = STATE(4455), - [sym_string_literal] = STATE(4455), - [sym_lambda_literal] = STATE(4455), - [sym_anonymous_function] = STATE(4455), - [sym__function_literal] = STATE(4455), - [sym_object_literal] = STATE(4455), - [sym_this_expression] = STATE(4455), - [sym_super_expression] = STATE(4455), - [sym_if_expression] = STATE(4455), - [sym_when_expression] = STATE(4455), - [sym_try_expression] = STATE(4455), - [sym_jump_expression] = STATE(4455), - [sym_callable_reference] = STATE(4455), - [sym__prefix_unary_operator] = STATE(1637), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7901), - [sym_modifiers] = STATE(7684), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), + [sym_type_alias] = STATE(8308), + [sym__declaration] = STATE(8308), + [sym_class_declaration] = STATE(8308), + [sym_function_declaration] = STATE(8308), + [sym_property_declaration] = STATE(8308), + [sym_getter] = STATE(8308), + [sym_setter] = STATE(8308), + [sym_object_declaration] = STATE(8308), + [sym_statements] = STATE(9178), + [sym__statement] = STATE(8308), + [sym__loop_statement] = STATE(8308), + [sym_for_statement] = STATE(8308), + [sym_while_statement] = STATE(8308), + [sym_do_while_statement] = STATE(8308), + [sym_assignment] = STATE(8308), + [sym__expression] = STATE(4196), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4470), + [sym_parenthesized_expression] = STATE(4470), + [sym_collection_literal] = STATE(4470), + [sym__literal_constant] = STATE(4470), + [sym_string_literal] = STATE(4470), + [sym_lambda_literal] = STATE(4470), + [sym_anonymous_function] = STATE(4470), + [sym__function_literal] = STATE(4470), + [sym_object_literal] = STATE(4470), + [sym_this_expression] = STATE(4470), + [sym_super_expression] = STATE(4470), + [sym_if_expression] = STATE(4470), + [sym_when_expression] = STATE(4470), + [sym_try_expression] = STATE(4470), + [sym_jump_expression] = STATE(4470), + [sym_callable_reference] = STATE(4470), + [sym__prefix_unary_operator] = STATE(1926), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7921), + [sym_modifiers] = STATE(7781), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), [sym_annotation] = STATE(338), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4990), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4455), - [sym_long_literal] = STATE(4455), - [sym_boolean_literal] = STATE(4455), - [sym_character_literal] = STATE(4455), - [sym__lexical_identifier] = STATE(4529), - [aux_sym__statement_repeat1] = STATE(820), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4920), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4470), + [sym_long_literal] = STATE(4470), + [sym_boolean_literal] = STATE(4470), + [sym_character_literal] = STATE(4470), + [sym__lexical_identifier] = STATE(4566), + [aux_sym__statement_repeat1] = STATE(811), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(13), @@ -60648,7 +60756,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_interface] = ACTIONS(21), [anon_sym_enum] = ACTIONS(23), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(1401), + [anon_sym_RBRACE] = ACTIONS(1415), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), @@ -60718,87 +60826,87 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(109), }, [226] = { - [sym_type_alias] = STATE(9378), - [sym__declaration] = STATE(9378), - [sym_class_declaration] = STATE(9378), - [sym_function_declaration] = STATE(9378), - [sym_property_declaration] = STATE(9378), - [sym_getter] = STATE(9378), - [sym_setter] = STATE(9378), - [sym_object_declaration] = STATE(9378), - [sym__statement] = STATE(9378), - [sym_control_structure_body] = STATE(9513), - [sym__block] = STATE(9378), - [sym__loop_statement] = STATE(9378), - [sym_for_statement] = STATE(9378), - [sym_while_statement] = STATE(9378), - [sym_do_while_statement] = STATE(9378), - [sym_assignment] = STATE(9378), - [sym__expression] = STATE(4166), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4428), - [sym_parenthesized_expression] = STATE(4428), - [sym_collection_literal] = STATE(4428), - [sym__literal_constant] = STATE(4428), - [sym_string_literal] = STATE(4428), - [sym_lambda_literal] = STATE(4428), - [sym_anonymous_function] = STATE(4428), - [sym__function_literal] = STATE(4428), - [sym_object_literal] = STATE(4428), - [sym_this_expression] = STATE(4428), - [sym_super_expression] = STATE(4428), - [sym_if_expression] = STATE(4428), - [sym_when_expression] = STATE(4428), - [sym_try_expression] = STATE(4428), - [sym_jump_expression] = STATE(4428), - [sym_callable_reference] = STATE(4428), - [sym__prefix_unary_operator] = STATE(2049), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7865), - [sym_modifiers] = STATE(7637), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(342), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4561), + [sym_type_alias] = STATE(9461), + [sym__declaration] = STATE(9461), + [sym_class_declaration] = STATE(9461), + [sym_function_declaration] = STATE(9461), + [sym_property_declaration] = STATE(9461), + [sym_getter] = STATE(9461), + [sym_setter] = STATE(9461), + [sym_object_declaration] = STATE(9461), + [sym__statement] = STATE(9461), + [sym_control_structure_body] = STATE(9213), + [sym__block] = STATE(9461), + [sym__loop_statement] = STATE(9461), + [sym_for_statement] = STATE(9461), + [sym_while_statement] = STATE(9461), + [sym_do_while_statement] = STATE(9461), + [sym_assignment] = STATE(9461), + [sym__expression] = STATE(4184), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4435), + [sym_parenthesized_expression] = STATE(4435), + [sym_collection_literal] = STATE(4435), + [sym__literal_constant] = STATE(4435), + [sym_string_literal] = STATE(4435), + [sym_lambda_literal] = STATE(4435), + [sym_anonymous_function] = STATE(4435), + [sym__function_literal] = STATE(4435), + [sym_object_literal] = STATE(4435), + [sym_this_expression] = STATE(4435), + [sym_super_expression] = STATE(4435), + [sym_if_expression] = STATE(4435), + [sym_when_expression] = STATE(4435), + [sym_try_expression] = STATE(4435), + [sym_jump_expression] = STATE(4435), + [sym_callable_reference] = STATE(4435), + [sym__prefix_unary_operator] = STATE(1903), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7894), + [sym_modifiers] = STATE(7813), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(351), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4608), [sym__return_at] = STATE(310), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4428), - [sym_long_literal] = STATE(4428), - [sym_boolean_literal] = STATE(4428), - [sym_character_literal] = STATE(4428), - [sym__lexical_identifier] = STATE(4440), - [aux_sym__statement_repeat1] = STATE(824), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(199), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4435), + [sym_long_literal] = STATE(4435), + [sym_boolean_literal] = STATE(4435), + [sym_character_literal] = STATE(4435), + [sym__lexical_identifier] = STATE(4461), + [aux_sym__statement_repeat1] = STATE(830), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(203), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_typealias] = ACTIONS(289), [anon_sym_class] = ACTIONS(291), [anon_sym_interface] = ACTIONS(291), @@ -60813,10 +60921,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(307), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), + [anon_sym_STAR] = ACTIONS(1065), [sym_label] = ACTIONS(311), [anon_sym_for] = ACTIONS(313), - [anon_sym_while] = ACTIONS(1395), + [anon_sym_while] = ACTIONS(1393), [anon_sym_do] = ACTIONS(317), [anon_sym_null] = ACTIONS(319), [anon_sym_if] = ACTIONS(321), @@ -60873,87 +60981,397 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(283), }, [227] = { - [sym_type_alias] = STATE(9378), - [sym__declaration] = STATE(9378), - [sym_class_declaration] = STATE(9378), - [sym_function_declaration] = STATE(9378), - [sym_property_declaration] = STATE(9378), - [sym_getter] = STATE(9378), - [sym_setter] = STATE(9378), - [sym_object_declaration] = STATE(9378), - [sym__statement] = STATE(9378), - [sym_control_structure_body] = STATE(9143), - [sym__block] = STATE(9378), - [sym__loop_statement] = STATE(9378), - [sym_for_statement] = STATE(9378), - [sym_while_statement] = STATE(9378), - [sym_do_while_statement] = STATE(9378), - [sym_assignment] = STATE(9378), - [sym__expression] = STATE(4166), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4428), - [sym_parenthesized_expression] = STATE(4428), - [sym_collection_literal] = STATE(4428), - [sym__literal_constant] = STATE(4428), - [sym_string_literal] = STATE(4428), - [sym_lambda_literal] = STATE(4428), - [sym_anonymous_function] = STATE(4428), - [sym__function_literal] = STATE(4428), - [sym_object_literal] = STATE(4428), - [sym_this_expression] = STATE(4428), - [sym_super_expression] = STATE(4428), - [sym_if_expression] = STATE(4428), - [sym_when_expression] = STATE(4428), - [sym_try_expression] = STATE(4428), - [sym_jump_expression] = STATE(4428), - [sym_callable_reference] = STATE(4428), - [sym__prefix_unary_operator] = STATE(2049), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7865), - [sym_modifiers] = STATE(7637), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(342), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4561), + [sym_type_alias] = STATE(8664), + [sym__declaration] = STATE(8664), + [sym_class_declaration] = STATE(8664), + [sym_function_declaration] = STATE(8664), + [sym_property_declaration] = STATE(8664), + [sym_getter] = STATE(8664), + [sym_setter] = STATE(8664), + [sym_object_declaration] = STATE(8664), + [sym__statement] = STATE(8664), + [sym__loop_statement] = STATE(8664), + [sym_for_statement] = STATE(8664), + [sym_while_statement] = STATE(8664), + [sym_do_while_statement] = STATE(8664), + [sym_assignment] = STATE(8664), + [sym__expression] = STATE(4196), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4470), + [sym_parenthesized_expression] = STATE(4470), + [sym_collection_literal] = STATE(4470), + [sym__literal_constant] = STATE(4470), + [sym_string_literal] = STATE(4470), + [sym_lambda_literal] = STATE(4470), + [sym_anonymous_function] = STATE(4470), + [sym__function_literal] = STATE(4470), + [sym_object_literal] = STATE(4470), + [sym_this_expression] = STATE(4470), + [sym_super_expression] = STATE(4470), + [sym_if_expression] = STATE(4470), + [sym_when_expression] = STATE(4470), + [sym_try_expression] = STATE(4470), + [sym_jump_expression] = STATE(4470), + [sym_callable_reference] = STATE(4470), + [sym__prefix_unary_operator] = STATE(1926), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7921), + [sym_modifiers] = STATE(7781), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(338), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4920), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4470), + [sym_long_literal] = STATE(4470), + [sym_boolean_literal] = STATE(4470), + [sym_character_literal] = STATE(4470), + [sym__lexical_identifier] = STATE(4566), + [aux_sym_source_file_repeat3] = STATE(227), + [aux_sym__statement_repeat1] = STATE(811), + [aux_sym_modifiers_repeat1] = STATE(5459), + [ts_builtin_sym_end] = ACTIONS(1417), + [sym__alpha_identifier] = ACTIONS(1419), + [anon_sym_AT] = ACTIONS(1422), + [anon_sym_LBRACK] = ACTIONS(1425), + [anon_sym_typealias] = ACTIONS(1428), + [anon_sym_class] = ACTIONS(1431), + [anon_sym_interface] = ACTIONS(1431), + [anon_sym_enum] = ACTIONS(1434), + [anon_sym_LBRACE] = ACTIONS(1437), + [anon_sym_LPAREN] = ACTIONS(1440), + [anon_sym_val] = ACTIONS(1443), + [anon_sym_var] = ACTIONS(1443), + [anon_sym_object] = ACTIONS(1446), + [anon_sym_fun] = ACTIONS(1449), + [anon_sym_get] = ACTIONS(1452), + [anon_sym_set] = ACTIONS(1455), + [anon_sym_this] = ACTIONS(1458), + [anon_sym_super] = ACTIONS(1461), + [anon_sym_STAR] = ACTIONS(1464), + [sym_label] = ACTIONS(1467), + [anon_sym_for] = ACTIONS(1470), + [anon_sym_while] = ACTIONS(1473), + [anon_sym_do] = ACTIONS(1476), + [anon_sym_null] = ACTIONS(1479), + [anon_sym_if] = ACTIONS(1482), + [anon_sym_when] = ACTIONS(1485), + [anon_sym_try] = ACTIONS(1488), + [anon_sym_throw] = ACTIONS(1491), + [anon_sym_return] = ACTIONS(1494), + [anon_sym_continue] = ACTIONS(1497), + [anon_sym_break] = ACTIONS(1497), + [anon_sym_COLON_COLON] = ACTIONS(1500), + [anon_sym_PLUS] = ACTIONS(1503), + [anon_sym_DASH] = ACTIONS(1503), + [anon_sym_PLUS_PLUS] = ACTIONS(1506), + [anon_sym_DASH_DASH] = ACTIONS(1506), + [anon_sym_BANG] = ACTIONS(1506), + [anon_sym_suspend] = ACTIONS(1509), + [anon_sym_sealed] = ACTIONS(1512), + [anon_sym_annotation] = ACTIONS(1512), + [anon_sym_data] = ACTIONS(1515), + [anon_sym_inner] = ACTIONS(1515), + [anon_sym_override] = ACTIONS(1518), + [anon_sym_lateinit] = ACTIONS(1518), + [anon_sym_public] = ACTIONS(1521), + [anon_sym_private] = ACTIONS(1521), + [anon_sym_internal] = ACTIONS(1521), + [anon_sym_protected] = ACTIONS(1521), + [anon_sym_tailrec] = ACTIONS(1509), + [anon_sym_operator] = ACTIONS(1509), + [anon_sym_infix] = ACTIONS(1509), + [anon_sym_inline] = ACTIONS(1509), + [anon_sym_external] = ACTIONS(1509), + [sym_property_modifier] = ACTIONS(1524), + [anon_sym_abstract] = ACTIONS(1527), + [anon_sym_final] = ACTIONS(1527), + [anon_sym_open] = ACTIONS(1527), + [anon_sym_vararg] = ACTIONS(1530), + [anon_sym_noinline] = ACTIONS(1530), + [anon_sym_crossinline] = ACTIONS(1530), + [anon_sym_expect] = ACTIONS(1533), + [anon_sym_actual] = ACTIONS(1533), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1536), + [anon_sym_continue_AT] = ACTIONS(1539), + [anon_sym_break_AT] = ACTIONS(1542), + [sym_real_literal] = ACTIONS(1545), + [sym_integer_literal] = ACTIONS(1548), + [sym_hex_literal] = ACTIONS(1551), + [sym_bin_literal] = ACTIONS(1551), + [anon_sym_true] = ACTIONS(1554), + [anon_sym_false] = ACTIONS(1554), + [anon_sym_SQUOTE] = ACTIONS(1557), + [sym__backtick_identifier] = ACTIONS(1560), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1563), + }, + [228] = { + [sym_type_alias] = STATE(8308), + [sym__declaration] = STATE(8308), + [sym_class_declaration] = STATE(8308), + [sym_function_declaration] = STATE(8308), + [sym_property_declaration] = STATE(8308), + [sym_getter] = STATE(8308), + [sym_setter] = STATE(8308), + [sym_object_declaration] = STATE(8308), + [sym_statements] = STATE(9407), + [sym__statement] = STATE(8308), + [sym__loop_statement] = STATE(8308), + [sym_for_statement] = STATE(8308), + [sym_while_statement] = STATE(8308), + [sym_do_while_statement] = STATE(8308), + [sym_assignment] = STATE(8308), + [sym__expression] = STATE(4196), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4470), + [sym_parenthesized_expression] = STATE(4470), + [sym_collection_literal] = STATE(4470), + [sym__literal_constant] = STATE(4470), + [sym_string_literal] = STATE(4470), + [sym_lambda_literal] = STATE(4470), + [sym_anonymous_function] = STATE(4470), + [sym__function_literal] = STATE(4470), + [sym_object_literal] = STATE(4470), + [sym_this_expression] = STATE(4470), + [sym_super_expression] = STATE(4470), + [sym_if_expression] = STATE(4470), + [sym_when_expression] = STATE(4470), + [sym_try_expression] = STATE(4470), + [sym_jump_expression] = STATE(4470), + [sym_callable_reference] = STATE(4470), + [sym__prefix_unary_operator] = STATE(1926), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7921), + [sym_modifiers] = STATE(7781), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(338), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4920), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4470), + [sym_long_literal] = STATE(4470), + [sym_boolean_literal] = STATE(4470), + [sym_character_literal] = STATE(4470), + [sym__lexical_identifier] = STATE(4566), + [aux_sym__statement_repeat1] = STATE(811), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_typealias] = ACTIONS(19), + [anon_sym_class] = ACTIONS(21), + [anon_sym_interface] = ACTIONS(21), + [anon_sym_enum] = ACTIONS(23), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_RBRACE] = ACTIONS(1566), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_val] = ACTIONS(29), + [anon_sym_var] = ACTIONS(29), + [anon_sym_object] = ACTIONS(31), + [anon_sym_fun] = ACTIONS(33), + [anon_sym_get] = ACTIONS(35), + [anon_sym_set] = ACTIONS(37), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(43), + [sym_label] = ACTIONS(45), + [anon_sym_for] = ACTIONS(47), + [anon_sym_while] = ACTIONS(49), + [anon_sym_do] = ACTIONS(51), + [anon_sym_null] = ACTIONS(53), + [anon_sym_if] = ACTIONS(55), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(61), + [anon_sym_return] = ACTIONS(63), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(69), + [anon_sym_DASH] = ACTIONS(69), + [anon_sym_PLUS_PLUS] = ACTIONS(71), + [anon_sym_DASH_DASH] = ACTIONS(71), + [anon_sym_BANG] = ACTIONS(71), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(77), + [anon_sym_inner] = ACTIONS(77), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(89), + [anon_sym_actual] = ACTIONS(89), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [sym_real_literal] = ACTIONS(97), + [sym_integer_literal] = ACTIONS(99), + [sym_hex_literal] = ACTIONS(101), + [sym_bin_literal] = ACTIONS(101), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SQUOTE] = ACTIONS(105), + [sym__backtick_identifier] = ACTIONS(107), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(109), + }, + [229] = { + [sym_type_alias] = STATE(9461), + [sym__declaration] = STATE(9461), + [sym_class_declaration] = STATE(9461), + [sym_function_declaration] = STATE(9461), + [sym_property_declaration] = STATE(9461), + [sym_getter] = STATE(9461), + [sym_setter] = STATE(9461), + [sym_object_declaration] = STATE(9461), + [sym__statement] = STATE(9461), + [sym_control_structure_body] = STATE(9384), + [sym__block] = STATE(9461), + [sym__loop_statement] = STATE(9461), + [sym_for_statement] = STATE(9461), + [sym_while_statement] = STATE(9461), + [sym_do_while_statement] = STATE(9461), + [sym_assignment] = STATE(9461), + [sym__expression] = STATE(4184), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4435), + [sym_parenthesized_expression] = STATE(4435), + [sym_collection_literal] = STATE(4435), + [sym__literal_constant] = STATE(4435), + [sym_string_literal] = STATE(4435), + [sym_lambda_literal] = STATE(4435), + [sym_anonymous_function] = STATE(4435), + [sym__function_literal] = STATE(4435), + [sym_object_literal] = STATE(4435), + [sym_this_expression] = STATE(4435), + [sym_super_expression] = STATE(4435), + [sym_if_expression] = STATE(4435), + [sym_when_expression] = STATE(4435), + [sym_try_expression] = STATE(4435), + [sym_jump_expression] = STATE(4435), + [sym_callable_reference] = STATE(4435), + [sym__prefix_unary_operator] = STATE(1903), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7894), + [sym_modifiers] = STATE(7813), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(351), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4608), [sym__return_at] = STATE(310), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4428), - [sym_long_literal] = STATE(4428), - [sym_boolean_literal] = STATE(4428), - [sym_character_literal] = STATE(4428), - [sym__lexical_identifier] = STATE(4440), - [aux_sym__statement_repeat1] = STATE(824), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(199), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4435), + [sym_long_literal] = STATE(4435), + [sym_boolean_literal] = STATE(4435), + [sym_character_literal] = STATE(4435), + [sym__lexical_identifier] = STATE(4461), + [aux_sym__statement_repeat1] = STATE(830), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(203), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_typealias] = ACTIONS(289), [anon_sym_class] = ACTIONS(291), [anon_sym_interface] = ACTIONS(291), @@ -60968,10 +61386,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(307), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), + [anon_sym_STAR] = ACTIONS(1065), [sym_label] = ACTIONS(311), [anon_sym_for] = ACTIONS(313), - [anon_sym_while] = ACTIONS(1403), + [anon_sym_while] = ACTIONS(1568), [anon_sym_do] = ACTIONS(317), [anon_sym_null] = ACTIONS(319), [anon_sym_if] = ACTIONS(321), @@ -61027,394 +61445,84 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [228] = { - [sym_type_alias] = STATE(8541), - [sym__declaration] = STATE(8541), - [sym_class_declaration] = STATE(8541), - [sym_function_declaration] = STATE(8541), - [sym_property_declaration] = STATE(8541), - [sym_getter] = STATE(8541), - [sym_setter] = STATE(8541), - [sym_object_declaration] = STATE(8541), - [sym__statement] = STATE(8541), - [sym__loop_statement] = STATE(8541), - [sym_for_statement] = STATE(8541), - [sym_while_statement] = STATE(8541), - [sym_do_while_statement] = STATE(8541), - [sym_assignment] = STATE(8541), - [sym__expression] = STATE(4204), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4455), - [sym_parenthesized_expression] = STATE(4455), - [sym_collection_literal] = STATE(4455), - [sym__literal_constant] = STATE(4455), - [sym_string_literal] = STATE(4455), - [sym_lambda_literal] = STATE(4455), - [sym_anonymous_function] = STATE(4455), - [sym__function_literal] = STATE(4455), - [sym_object_literal] = STATE(4455), - [sym_this_expression] = STATE(4455), - [sym_super_expression] = STATE(4455), - [sym_if_expression] = STATE(4455), - [sym_when_expression] = STATE(4455), - [sym_try_expression] = STATE(4455), - [sym_jump_expression] = STATE(4455), - [sym_callable_reference] = STATE(4455), - [sym__prefix_unary_operator] = STATE(1637), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7901), - [sym_modifiers] = STATE(7684), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(338), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4990), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4455), - [sym_long_literal] = STATE(4455), - [sym_boolean_literal] = STATE(4455), - [sym_character_literal] = STATE(4455), - [sym__lexical_identifier] = STATE(4529), - [aux_sym_source_file_repeat3] = STATE(228), - [aux_sym__statement_repeat1] = STATE(820), - [aux_sym_modifiers_repeat1] = STATE(5441), - [ts_builtin_sym_end] = ACTIONS(1405), - [sym__alpha_identifier] = ACTIONS(1407), - [anon_sym_AT] = ACTIONS(1410), - [anon_sym_LBRACK] = ACTIONS(1413), - [anon_sym_typealias] = ACTIONS(1416), - [anon_sym_class] = ACTIONS(1419), - [anon_sym_interface] = ACTIONS(1419), - [anon_sym_enum] = ACTIONS(1422), - [anon_sym_LBRACE] = ACTIONS(1425), - [anon_sym_LPAREN] = ACTIONS(1428), - [anon_sym_val] = ACTIONS(1431), - [anon_sym_var] = ACTIONS(1431), - [anon_sym_object] = ACTIONS(1434), - [anon_sym_fun] = ACTIONS(1437), - [anon_sym_get] = ACTIONS(1440), - [anon_sym_set] = ACTIONS(1443), - [anon_sym_this] = ACTIONS(1446), - [anon_sym_super] = ACTIONS(1449), - [anon_sym_STAR] = ACTIONS(1452), - [sym_label] = ACTIONS(1455), - [anon_sym_for] = ACTIONS(1458), - [anon_sym_while] = ACTIONS(1461), - [anon_sym_do] = ACTIONS(1464), - [anon_sym_null] = ACTIONS(1467), - [anon_sym_if] = ACTIONS(1470), - [anon_sym_when] = ACTIONS(1473), - [anon_sym_try] = ACTIONS(1476), - [anon_sym_throw] = ACTIONS(1479), - [anon_sym_return] = ACTIONS(1482), - [anon_sym_continue] = ACTIONS(1485), - [anon_sym_break] = ACTIONS(1485), - [anon_sym_COLON_COLON] = ACTIONS(1488), - [anon_sym_PLUS] = ACTIONS(1491), - [anon_sym_DASH] = ACTIONS(1491), - [anon_sym_PLUS_PLUS] = ACTIONS(1494), - [anon_sym_DASH_DASH] = ACTIONS(1494), - [anon_sym_BANG] = ACTIONS(1494), - [anon_sym_suspend] = ACTIONS(1497), - [anon_sym_sealed] = ACTIONS(1500), - [anon_sym_annotation] = ACTIONS(1500), - [anon_sym_data] = ACTIONS(1503), - [anon_sym_inner] = ACTIONS(1503), - [anon_sym_override] = ACTIONS(1506), - [anon_sym_lateinit] = ACTIONS(1506), - [anon_sym_public] = ACTIONS(1509), - [anon_sym_private] = ACTIONS(1509), - [anon_sym_internal] = ACTIONS(1509), - [anon_sym_protected] = ACTIONS(1509), - [anon_sym_tailrec] = ACTIONS(1497), - [anon_sym_operator] = ACTIONS(1497), - [anon_sym_infix] = ACTIONS(1497), - [anon_sym_inline] = ACTIONS(1497), - [anon_sym_external] = ACTIONS(1497), - [sym_property_modifier] = ACTIONS(1512), - [anon_sym_abstract] = ACTIONS(1515), - [anon_sym_final] = ACTIONS(1515), - [anon_sym_open] = ACTIONS(1515), - [anon_sym_vararg] = ACTIONS(1518), - [anon_sym_noinline] = ACTIONS(1518), - [anon_sym_crossinline] = ACTIONS(1518), - [anon_sym_expect] = ACTIONS(1521), - [anon_sym_actual] = ACTIONS(1521), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1524), - [anon_sym_continue_AT] = ACTIONS(1527), - [anon_sym_break_AT] = ACTIONS(1530), - [sym_real_literal] = ACTIONS(1533), - [sym_integer_literal] = ACTIONS(1536), - [sym_hex_literal] = ACTIONS(1539), - [sym_bin_literal] = ACTIONS(1539), - [anon_sym_true] = ACTIONS(1542), - [anon_sym_false] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1545), - [sym__backtick_identifier] = ACTIONS(1548), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1551), - }, - [229] = { - [sym_type_alias] = STATE(5371), - [sym__declaration] = STATE(5371), - [sym_class_declaration] = STATE(5371), - [sym_function_declaration] = STATE(5371), - [sym_property_declaration] = STATE(5371), - [sym_getter] = STATE(5371), - [sym_setter] = STATE(5371), - [sym_object_declaration] = STATE(5371), - [sym__statement] = STATE(5371), - [sym_control_structure_body] = STATE(5242), - [sym__block] = STATE(5371), - [sym__loop_statement] = STATE(5371), - [sym_for_statement] = STATE(5371), - [sym_while_statement] = STATE(5371), - [sym_do_while_statement] = STATE(5371), - [sym_assignment] = STATE(5371), - [sym__expression] = STATE(1696), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(2750), - [sym_parenthesized_expression] = STATE(2750), - [sym_collection_literal] = STATE(2750), - [sym__literal_constant] = STATE(2750), - [sym_string_literal] = STATE(2750), - [sym_lambda_literal] = STATE(2750), - [sym_anonymous_function] = STATE(2750), - [sym__function_literal] = STATE(2750), - [sym_object_literal] = STATE(2750), - [sym_this_expression] = STATE(2750), - [sym_super_expression] = STATE(2750), - [sym_if_expression] = STATE(2750), - [sym_when_expression] = STATE(2750), - [sym_try_expression] = STATE(2750), - [sym_jump_expression] = STATE(2750), - [sym_callable_reference] = STATE(2750), - [sym__prefix_unary_operator] = STATE(2054), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7883), - [sym_modifiers] = STATE(7595), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(349), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3447), - [sym__return_at] = STATE(323), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(2750), - [sym_long_literal] = STATE(2750), - [sym_boolean_literal] = STATE(2750), - [sym_character_literal] = STATE(2750), - [sym__lexical_identifier] = STATE(2890), - [aux_sym__statement_repeat1] = STATE(815), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(333), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(335), - [anon_sym_typealias] = ACTIONS(1127), - [anon_sym_class] = ACTIONS(1129), - [anon_sym_interface] = ACTIONS(1129), - [anon_sym_enum] = ACTIONS(1131), - [anon_sym_LBRACE] = ACTIONS(1133), - [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_val] = ACTIONS(1135), - [anon_sym_var] = ACTIONS(1135), - [anon_sym_object] = ACTIONS(1137), - [anon_sym_fun] = ACTIONS(1139), - [anon_sym_get] = ACTIONS(1141), - [anon_sym_set] = ACTIONS(1143), - [anon_sym_this] = ACTIONS(357), - [anon_sym_super] = ACTIONS(359), - [anon_sym_STAR] = ACTIONS(1111), - [sym_label] = ACTIONS(1113), - [anon_sym_for] = ACTIONS(1145), - [anon_sym_while] = ACTIONS(1147), - [anon_sym_do] = ACTIONS(1149), - [anon_sym_null] = ACTIONS(941), - [anon_sym_if] = ACTIONS(697), - [anon_sym_when] = ACTIONS(375), - [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(699), - [anon_sym_return] = ACTIONS(701), - [anon_sym_continue] = ACTIONS(383), - [anon_sym_break] = ACTIONS(383), - [anon_sym_COLON_COLON] = ACTIONS(385), - [anon_sym_PLUS] = ACTIONS(1119), - [anon_sym_DASH] = ACTIONS(1119), - [anon_sym_PLUS_PLUS] = ACTIONS(1121), - [anon_sym_DASH_DASH] = ACTIONS(1121), - [anon_sym_BANG] = ACTIONS(1121), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(391), - [anon_sym_inner] = ACTIONS(391), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(393), - [anon_sym_actual] = ACTIONS(393), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(395), - [anon_sym_break_AT] = ACTIONS(397), - [sym_real_literal] = ACTIONS(947), - [sym_integer_literal] = ACTIONS(401), - [sym_hex_literal] = ACTIONS(403), - [sym_bin_literal] = ACTIONS(403), - [anon_sym_true] = ACTIONS(405), - [anon_sym_false] = ACTIONS(405), - [anon_sym_SQUOTE] = ACTIONS(407), - [sym__backtick_identifier] = ACTIONS(409), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(411), - }, [230] = { - [sym_type_alias] = STATE(8135), - [sym__declaration] = STATE(8135), - [sym_class_declaration] = STATE(8135), - [sym_function_declaration] = STATE(8135), - [sym_property_declaration] = STATE(8135), - [sym_getter] = STATE(8135), - [sym_setter] = STATE(8135), - [sym_object_declaration] = STATE(8135), - [sym_statements] = STATE(9144), - [sym__statement] = STATE(8135), - [sym__loop_statement] = STATE(8135), - [sym_for_statement] = STATE(8135), - [sym_while_statement] = STATE(8135), - [sym_do_while_statement] = STATE(8135), - [sym_assignment] = STATE(8135), - [sym__expression] = STATE(4204), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4455), - [sym_parenthesized_expression] = STATE(4455), - [sym_collection_literal] = STATE(4455), - [sym__literal_constant] = STATE(4455), - [sym_string_literal] = STATE(4455), - [sym_lambda_literal] = STATE(4455), - [sym_anonymous_function] = STATE(4455), - [sym__function_literal] = STATE(4455), - [sym_object_literal] = STATE(4455), - [sym_this_expression] = STATE(4455), - [sym_super_expression] = STATE(4455), - [sym_if_expression] = STATE(4455), - [sym_when_expression] = STATE(4455), - [sym_try_expression] = STATE(4455), - [sym_jump_expression] = STATE(4455), - [sym_callable_reference] = STATE(4455), - [sym__prefix_unary_operator] = STATE(1637), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7901), - [sym_modifiers] = STATE(7684), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), + [sym_type_alias] = STATE(8308), + [sym__declaration] = STATE(8308), + [sym_class_declaration] = STATE(8308), + [sym_function_declaration] = STATE(8308), + [sym_property_declaration] = STATE(8308), + [sym_getter] = STATE(8308), + [sym_setter] = STATE(8308), + [sym_object_declaration] = STATE(8308), + [sym_statements] = STATE(9341), + [sym__statement] = STATE(8308), + [sym__loop_statement] = STATE(8308), + [sym_for_statement] = STATE(8308), + [sym_while_statement] = STATE(8308), + [sym_do_while_statement] = STATE(8308), + [sym_assignment] = STATE(8308), + [sym__expression] = STATE(4196), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4470), + [sym_parenthesized_expression] = STATE(4470), + [sym_collection_literal] = STATE(4470), + [sym__literal_constant] = STATE(4470), + [sym_string_literal] = STATE(4470), + [sym_lambda_literal] = STATE(4470), + [sym_anonymous_function] = STATE(4470), + [sym__function_literal] = STATE(4470), + [sym_object_literal] = STATE(4470), + [sym_this_expression] = STATE(4470), + [sym_super_expression] = STATE(4470), + [sym_if_expression] = STATE(4470), + [sym_when_expression] = STATE(4470), + [sym_try_expression] = STATE(4470), + [sym_jump_expression] = STATE(4470), + [sym_callable_reference] = STATE(4470), + [sym__prefix_unary_operator] = STATE(1926), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7921), + [sym_modifiers] = STATE(7781), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), [sym_annotation] = STATE(338), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4990), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4455), - [sym_long_literal] = STATE(4455), - [sym_boolean_literal] = STATE(4455), - [sym_character_literal] = STATE(4455), - [sym__lexical_identifier] = STATE(4529), - [aux_sym__statement_repeat1] = STATE(820), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4920), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4470), + [sym_long_literal] = STATE(4470), + [sym_boolean_literal] = STATE(4470), + [sym_character_literal] = STATE(4470), + [sym__lexical_identifier] = STATE(4566), + [aux_sym__statement_repeat1] = STATE(811), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(13), @@ -61423,7 +61531,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_interface] = ACTIONS(21), [anon_sym_enum] = ACTIONS(23), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(1554), + [anon_sym_RBRACE] = ACTIONS(1570), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), @@ -61493,83 +61601,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(109), }, [231] = { - [sym_type_alias] = STATE(8135), - [sym__declaration] = STATE(8135), - [sym_class_declaration] = STATE(8135), - [sym_function_declaration] = STATE(8135), - [sym_property_declaration] = STATE(8135), - [sym_getter] = STATE(8135), - [sym_setter] = STATE(8135), - [sym_object_declaration] = STATE(8135), - [sym_statements] = STATE(9154), - [sym__statement] = STATE(8135), - [sym__loop_statement] = STATE(8135), - [sym_for_statement] = STATE(8135), - [sym_while_statement] = STATE(8135), - [sym_do_while_statement] = STATE(8135), - [sym_assignment] = STATE(8135), - [sym__expression] = STATE(4204), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4455), - [sym_parenthesized_expression] = STATE(4455), - [sym_collection_literal] = STATE(4455), - [sym__literal_constant] = STATE(4455), - [sym_string_literal] = STATE(4455), - [sym_lambda_literal] = STATE(4455), - [sym_anonymous_function] = STATE(4455), - [sym__function_literal] = STATE(4455), - [sym_object_literal] = STATE(4455), - [sym_this_expression] = STATE(4455), - [sym_super_expression] = STATE(4455), - [sym_if_expression] = STATE(4455), - [sym_when_expression] = STATE(4455), - [sym_try_expression] = STATE(4455), - [sym_jump_expression] = STATE(4455), - [sym_callable_reference] = STATE(4455), - [sym__prefix_unary_operator] = STATE(1637), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7901), - [sym_modifiers] = STATE(7684), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), + [sym_type_alias] = STATE(8308), + [sym__declaration] = STATE(8308), + [sym_class_declaration] = STATE(8308), + [sym_function_declaration] = STATE(8308), + [sym_property_declaration] = STATE(8308), + [sym_getter] = STATE(8308), + [sym_setter] = STATE(8308), + [sym_object_declaration] = STATE(8308), + [sym_statements] = STATE(9431), + [sym__statement] = STATE(8308), + [sym__loop_statement] = STATE(8308), + [sym_for_statement] = STATE(8308), + [sym_while_statement] = STATE(8308), + [sym_do_while_statement] = STATE(8308), + [sym_assignment] = STATE(8308), + [sym__expression] = STATE(4196), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4470), + [sym_parenthesized_expression] = STATE(4470), + [sym_collection_literal] = STATE(4470), + [sym__literal_constant] = STATE(4470), + [sym_string_literal] = STATE(4470), + [sym_lambda_literal] = STATE(4470), + [sym_anonymous_function] = STATE(4470), + [sym__function_literal] = STATE(4470), + [sym_object_literal] = STATE(4470), + [sym_this_expression] = STATE(4470), + [sym_super_expression] = STATE(4470), + [sym_if_expression] = STATE(4470), + [sym_when_expression] = STATE(4470), + [sym_try_expression] = STATE(4470), + [sym_jump_expression] = STATE(4470), + [sym_callable_reference] = STATE(4470), + [sym__prefix_unary_operator] = STATE(1926), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7921), + [sym_modifiers] = STATE(7781), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), [sym_annotation] = STATE(338), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4990), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4455), - [sym_long_literal] = STATE(4455), - [sym_boolean_literal] = STATE(4455), - [sym_character_literal] = STATE(4455), - [sym__lexical_identifier] = STATE(4529), - [aux_sym__statement_repeat1] = STATE(820), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4920), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4470), + [sym_long_literal] = STATE(4470), + [sym_boolean_literal] = STATE(4470), + [sym_character_literal] = STATE(4470), + [sym__lexical_identifier] = STATE(4566), + [aux_sym__statement_repeat1] = STATE(811), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(13), @@ -61578,7 +61686,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_interface] = ACTIONS(21), [anon_sym_enum] = ACTIONS(23), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(1556), + [anon_sym_RBRACE] = ACTIONS(1572), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), @@ -61648,87 +61756,87 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(109), }, [232] = { - [sym_type_alias] = STATE(9378), - [sym__declaration] = STATE(9378), - [sym_class_declaration] = STATE(9378), - [sym_function_declaration] = STATE(9378), - [sym_property_declaration] = STATE(9378), - [sym_getter] = STATE(9378), - [sym_setter] = STATE(9378), - [sym_object_declaration] = STATE(9378), - [sym__statement] = STATE(9378), - [sym_control_structure_body] = STATE(9365), - [sym__block] = STATE(9378), - [sym__loop_statement] = STATE(9378), - [sym_for_statement] = STATE(9378), - [sym_while_statement] = STATE(9378), - [sym_do_while_statement] = STATE(9378), - [sym_assignment] = STATE(9378), - [sym__expression] = STATE(4166), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4428), - [sym_parenthesized_expression] = STATE(4428), - [sym_collection_literal] = STATE(4428), - [sym__literal_constant] = STATE(4428), - [sym_string_literal] = STATE(4428), - [sym_lambda_literal] = STATE(4428), - [sym_anonymous_function] = STATE(4428), - [sym__function_literal] = STATE(4428), - [sym_object_literal] = STATE(4428), - [sym_this_expression] = STATE(4428), - [sym_super_expression] = STATE(4428), - [sym_if_expression] = STATE(4428), - [sym_when_expression] = STATE(4428), - [sym_try_expression] = STATE(4428), - [sym_jump_expression] = STATE(4428), - [sym_callable_reference] = STATE(4428), - [sym__prefix_unary_operator] = STATE(2049), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7865), - [sym_modifiers] = STATE(7637), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(342), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4561), + [sym_type_alias] = STATE(9461), + [sym__declaration] = STATE(9461), + [sym_class_declaration] = STATE(9461), + [sym_function_declaration] = STATE(9461), + [sym_property_declaration] = STATE(9461), + [sym_getter] = STATE(9461), + [sym_setter] = STATE(9461), + [sym_object_declaration] = STATE(9461), + [sym__statement] = STATE(9461), + [sym_control_structure_body] = STATE(9154), + [sym__block] = STATE(9461), + [sym__loop_statement] = STATE(9461), + [sym_for_statement] = STATE(9461), + [sym_while_statement] = STATE(9461), + [sym_do_while_statement] = STATE(9461), + [sym_assignment] = STATE(9461), + [sym__expression] = STATE(4184), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4435), + [sym_parenthesized_expression] = STATE(4435), + [sym_collection_literal] = STATE(4435), + [sym__literal_constant] = STATE(4435), + [sym_string_literal] = STATE(4435), + [sym_lambda_literal] = STATE(4435), + [sym_anonymous_function] = STATE(4435), + [sym__function_literal] = STATE(4435), + [sym_object_literal] = STATE(4435), + [sym_this_expression] = STATE(4435), + [sym_super_expression] = STATE(4435), + [sym_if_expression] = STATE(4435), + [sym_when_expression] = STATE(4435), + [sym_try_expression] = STATE(4435), + [sym_jump_expression] = STATE(4435), + [sym_callable_reference] = STATE(4435), + [sym__prefix_unary_operator] = STATE(1903), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7894), + [sym_modifiers] = STATE(7813), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(351), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4608), [sym__return_at] = STATE(310), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4428), - [sym_long_literal] = STATE(4428), - [sym_boolean_literal] = STATE(4428), - [sym_character_literal] = STATE(4428), - [sym__lexical_identifier] = STATE(4440), - [aux_sym__statement_repeat1] = STATE(824), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(199), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4435), + [sym_long_literal] = STATE(4435), + [sym_boolean_literal] = STATE(4435), + [sym_character_literal] = STATE(4435), + [sym__lexical_identifier] = STATE(4461), + [aux_sym__statement_repeat1] = STATE(830), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(203), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_typealias] = ACTIONS(289), [anon_sym_class] = ACTIONS(291), [anon_sym_interface] = ACTIONS(291), @@ -61743,10 +61851,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(307), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), + [anon_sym_STAR] = ACTIONS(1065), [sym_label] = ACTIONS(311), [anon_sym_for] = ACTIONS(313), - [anon_sym_while] = ACTIONS(1558), + [anon_sym_while] = ACTIONS(1574), [anon_sym_do] = ACTIONS(317), [anon_sym_null] = ACTIONS(319), [anon_sym_if] = ACTIONS(321), @@ -61803,83 +61911,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(283), }, [233] = { - [sym_type_alias] = STATE(8135), - [sym__declaration] = STATE(8135), - [sym_class_declaration] = STATE(8135), - [sym_function_declaration] = STATE(8135), - [sym_property_declaration] = STATE(8135), - [sym_getter] = STATE(8135), - [sym_setter] = STATE(8135), - [sym_object_declaration] = STATE(8135), - [sym_statements] = STATE(9220), - [sym__statement] = STATE(8135), - [sym__loop_statement] = STATE(8135), - [sym_for_statement] = STATE(8135), - [sym_while_statement] = STATE(8135), - [sym_do_while_statement] = STATE(8135), - [sym_assignment] = STATE(8135), - [sym__expression] = STATE(4204), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4455), - [sym_parenthesized_expression] = STATE(4455), - [sym_collection_literal] = STATE(4455), - [sym__literal_constant] = STATE(4455), - [sym_string_literal] = STATE(4455), - [sym_lambda_literal] = STATE(4455), - [sym_anonymous_function] = STATE(4455), - [sym__function_literal] = STATE(4455), - [sym_object_literal] = STATE(4455), - [sym_this_expression] = STATE(4455), - [sym_super_expression] = STATE(4455), - [sym_if_expression] = STATE(4455), - [sym_when_expression] = STATE(4455), - [sym_try_expression] = STATE(4455), - [sym_jump_expression] = STATE(4455), - [sym_callable_reference] = STATE(4455), - [sym__prefix_unary_operator] = STATE(1637), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7901), - [sym_modifiers] = STATE(7684), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), + [sym_type_alias] = STATE(8308), + [sym__declaration] = STATE(8308), + [sym_class_declaration] = STATE(8308), + [sym_function_declaration] = STATE(8308), + [sym_property_declaration] = STATE(8308), + [sym_getter] = STATE(8308), + [sym_setter] = STATE(8308), + [sym_object_declaration] = STATE(8308), + [sym_statements] = STATE(9336), + [sym__statement] = STATE(8308), + [sym__loop_statement] = STATE(8308), + [sym_for_statement] = STATE(8308), + [sym_while_statement] = STATE(8308), + [sym_do_while_statement] = STATE(8308), + [sym_assignment] = STATE(8308), + [sym__expression] = STATE(4196), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4470), + [sym_parenthesized_expression] = STATE(4470), + [sym_collection_literal] = STATE(4470), + [sym__literal_constant] = STATE(4470), + [sym_string_literal] = STATE(4470), + [sym_lambda_literal] = STATE(4470), + [sym_anonymous_function] = STATE(4470), + [sym__function_literal] = STATE(4470), + [sym_object_literal] = STATE(4470), + [sym_this_expression] = STATE(4470), + [sym_super_expression] = STATE(4470), + [sym_if_expression] = STATE(4470), + [sym_when_expression] = STATE(4470), + [sym_try_expression] = STATE(4470), + [sym_jump_expression] = STATE(4470), + [sym_callable_reference] = STATE(4470), + [sym__prefix_unary_operator] = STATE(1926), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7921), + [sym_modifiers] = STATE(7781), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), [sym_annotation] = STATE(338), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4990), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4455), - [sym_long_literal] = STATE(4455), - [sym_boolean_literal] = STATE(4455), - [sym_character_literal] = STATE(4455), - [sym__lexical_identifier] = STATE(4529), - [aux_sym__statement_repeat1] = STATE(820), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4920), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4470), + [sym_long_literal] = STATE(4470), + [sym_boolean_literal] = STATE(4470), + [sym_character_literal] = STATE(4470), + [sym__lexical_identifier] = STATE(4566), + [aux_sym__statement_repeat1] = STATE(811), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(13), @@ -61888,7 +61996,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_interface] = ACTIONS(21), [anon_sym_enum] = ACTIONS(23), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(1560), + [anon_sym_RBRACE] = ACTIONS(1576), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), @@ -61958,83 +62066,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(109), }, [234] = { - [sym_type_alias] = STATE(8135), - [sym__declaration] = STATE(8135), - [sym_class_declaration] = STATE(8135), - [sym_function_declaration] = STATE(8135), - [sym_property_declaration] = STATE(8135), - [sym_getter] = STATE(8135), - [sym_setter] = STATE(8135), - [sym_object_declaration] = STATE(8135), - [sym_statements] = STATE(9169), - [sym__statement] = STATE(8135), - [sym__loop_statement] = STATE(8135), - [sym_for_statement] = STATE(8135), - [sym_while_statement] = STATE(8135), - [sym_do_while_statement] = STATE(8135), - [sym_assignment] = STATE(8135), - [sym__expression] = STATE(4204), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4455), - [sym_parenthesized_expression] = STATE(4455), - [sym_collection_literal] = STATE(4455), - [sym__literal_constant] = STATE(4455), - [sym_string_literal] = STATE(4455), - [sym_lambda_literal] = STATE(4455), - [sym_anonymous_function] = STATE(4455), - [sym__function_literal] = STATE(4455), - [sym_object_literal] = STATE(4455), - [sym_this_expression] = STATE(4455), - [sym_super_expression] = STATE(4455), - [sym_if_expression] = STATE(4455), - [sym_when_expression] = STATE(4455), - [sym_try_expression] = STATE(4455), - [sym_jump_expression] = STATE(4455), - [sym_callable_reference] = STATE(4455), - [sym__prefix_unary_operator] = STATE(1637), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7901), - [sym_modifiers] = STATE(7684), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), + [sym_type_alias] = STATE(8308), + [sym__declaration] = STATE(8308), + [sym_class_declaration] = STATE(8308), + [sym_function_declaration] = STATE(8308), + [sym_property_declaration] = STATE(8308), + [sym_getter] = STATE(8308), + [sym_setter] = STATE(8308), + [sym_object_declaration] = STATE(8308), + [sym_statements] = STATE(9447), + [sym__statement] = STATE(8308), + [sym__loop_statement] = STATE(8308), + [sym_for_statement] = STATE(8308), + [sym_while_statement] = STATE(8308), + [sym_do_while_statement] = STATE(8308), + [sym_assignment] = STATE(8308), + [sym__expression] = STATE(4196), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4470), + [sym_parenthesized_expression] = STATE(4470), + [sym_collection_literal] = STATE(4470), + [sym__literal_constant] = STATE(4470), + [sym_string_literal] = STATE(4470), + [sym_lambda_literal] = STATE(4470), + [sym_anonymous_function] = STATE(4470), + [sym__function_literal] = STATE(4470), + [sym_object_literal] = STATE(4470), + [sym_this_expression] = STATE(4470), + [sym_super_expression] = STATE(4470), + [sym_if_expression] = STATE(4470), + [sym_when_expression] = STATE(4470), + [sym_try_expression] = STATE(4470), + [sym_jump_expression] = STATE(4470), + [sym_callable_reference] = STATE(4470), + [sym__prefix_unary_operator] = STATE(1926), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7921), + [sym_modifiers] = STATE(7781), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), [sym_annotation] = STATE(338), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4990), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4455), - [sym_long_literal] = STATE(4455), - [sym_boolean_literal] = STATE(4455), - [sym_character_literal] = STATE(4455), - [sym__lexical_identifier] = STATE(4529), - [aux_sym__statement_repeat1] = STATE(820), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4920), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4470), + [sym_long_literal] = STATE(4470), + [sym_boolean_literal] = STATE(4470), + [sym_character_literal] = STATE(4470), + [sym__lexical_identifier] = STATE(4566), + [aux_sym__statement_repeat1] = STATE(811), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(13), @@ -62043,7 +62151,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_interface] = ACTIONS(21), [anon_sym_enum] = ACTIONS(23), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(1562), + [anon_sym_RBRACE] = ACTIONS(1578), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), @@ -62113,84 +62221,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(109), }, [235] = { - [sym_type_alias] = STATE(8541), - [sym__declaration] = STATE(8541), - [sym_class_declaration] = STATE(8541), - [sym_function_declaration] = STATE(8541), - [sym_property_declaration] = STATE(8541), - [sym_getter] = STATE(8541), - [sym_setter] = STATE(8541), - [sym_object_declaration] = STATE(8541), - [sym__statement] = STATE(8541), - [sym__loop_statement] = STATE(8541), - [sym_for_statement] = STATE(8541), - [sym_while_statement] = STATE(8541), - [sym_do_while_statement] = STATE(8541), - [sym_assignment] = STATE(8541), - [sym__expression] = STATE(4204), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4455), - [sym_parenthesized_expression] = STATE(4455), - [sym_collection_literal] = STATE(4455), - [sym__literal_constant] = STATE(4455), - [sym_string_literal] = STATE(4455), - [sym_lambda_literal] = STATE(4455), - [sym_anonymous_function] = STATE(4455), - [sym__function_literal] = STATE(4455), - [sym_object_literal] = STATE(4455), - [sym_this_expression] = STATE(4455), - [sym_super_expression] = STATE(4455), - [sym_if_expression] = STATE(4455), - [sym_when_expression] = STATE(4455), - [sym_try_expression] = STATE(4455), - [sym_jump_expression] = STATE(4455), - [sym_callable_reference] = STATE(4455), - [sym__prefix_unary_operator] = STATE(1637), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7901), - [sym_modifiers] = STATE(7684), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), + [sym_type_alias] = STATE(8308), + [sym__declaration] = STATE(8308), + [sym_class_declaration] = STATE(8308), + [sym_function_declaration] = STATE(8308), + [sym_property_declaration] = STATE(8308), + [sym_getter] = STATE(8308), + [sym_setter] = STATE(8308), + [sym_object_declaration] = STATE(8308), + [sym_statements] = STATE(9526), + [sym__statement] = STATE(8308), + [sym__loop_statement] = STATE(8308), + [sym_for_statement] = STATE(8308), + [sym_while_statement] = STATE(8308), + [sym_do_while_statement] = STATE(8308), + [sym_assignment] = STATE(8308), + [sym__expression] = STATE(4196), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4470), + [sym_parenthesized_expression] = STATE(4470), + [sym_collection_literal] = STATE(4470), + [sym__literal_constant] = STATE(4470), + [sym_string_literal] = STATE(4470), + [sym_lambda_literal] = STATE(4470), + [sym_anonymous_function] = STATE(4470), + [sym__function_literal] = STATE(4470), + [sym_object_literal] = STATE(4470), + [sym_this_expression] = STATE(4470), + [sym_super_expression] = STATE(4470), + [sym_if_expression] = STATE(4470), + [sym_when_expression] = STATE(4470), + [sym_try_expression] = STATE(4470), + [sym_jump_expression] = STATE(4470), + [sym_callable_reference] = STATE(4470), + [sym__prefix_unary_operator] = STATE(1926), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7921), + [sym_modifiers] = STATE(7781), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), [sym_annotation] = STATE(338), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4990), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4455), - [sym_long_literal] = STATE(4455), - [sym_boolean_literal] = STATE(4455), - [sym_character_literal] = STATE(4455), - [sym__lexical_identifier] = STATE(4529), - [aux_sym_source_file_repeat3] = STATE(228), - [aux_sym__statement_repeat1] = STATE(820), - [aux_sym_modifiers_repeat1] = STATE(5441), - [ts_builtin_sym_end] = ACTIONS(1183), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4920), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4470), + [sym_long_literal] = STATE(4470), + [sym_boolean_literal] = STATE(4470), + [sym_character_literal] = STATE(4470), + [sym__lexical_identifier] = STATE(4566), + [aux_sym__statement_repeat1] = STATE(811), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(13), @@ -62199,6 +62306,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_interface] = ACTIONS(21), [anon_sym_enum] = ACTIONS(23), [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_RBRACE] = ACTIONS(1580), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), @@ -62268,83 +62376,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(109), }, [236] = { - [sym_type_alias] = STATE(8135), - [sym__declaration] = STATE(8135), - [sym_class_declaration] = STATE(8135), - [sym_function_declaration] = STATE(8135), - [sym_property_declaration] = STATE(8135), - [sym_getter] = STATE(8135), - [sym_setter] = STATE(8135), - [sym_object_declaration] = STATE(8135), - [sym_statements] = STATE(9361), - [sym__statement] = STATE(8135), - [sym__loop_statement] = STATE(8135), - [sym_for_statement] = STATE(8135), - [sym_while_statement] = STATE(8135), - [sym_do_while_statement] = STATE(8135), - [sym_assignment] = STATE(8135), - [sym__expression] = STATE(4204), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4455), - [sym_parenthesized_expression] = STATE(4455), - [sym_collection_literal] = STATE(4455), - [sym__literal_constant] = STATE(4455), - [sym_string_literal] = STATE(4455), - [sym_lambda_literal] = STATE(4455), - [sym_anonymous_function] = STATE(4455), - [sym__function_literal] = STATE(4455), - [sym_object_literal] = STATE(4455), - [sym_this_expression] = STATE(4455), - [sym_super_expression] = STATE(4455), - [sym_if_expression] = STATE(4455), - [sym_when_expression] = STATE(4455), - [sym_try_expression] = STATE(4455), - [sym_jump_expression] = STATE(4455), - [sym_callable_reference] = STATE(4455), - [sym__prefix_unary_operator] = STATE(1637), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7901), - [sym_modifiers] = STATE(7684), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), + [sym_type_alias] = STATE(8308), + [sym__declaration] = STATE(8308), + [sym_class_declaration] = STATE(8308), + [sym_function_declaration] = STATE(8308), + [sym_property_declaration] = STATE(8308), + [sym_getter] = STATE(8308), + [sym_setter] = STATE(8308), + [sym_object_declaration] = STATE(8308), + [sym_statements] = STATE(9508), + [sym__statement] = STATE(8308), + [sym__loop_statement] = STATE(8308), + [sym_for_statement] = STATE(8308), + [sym_while_statement] = STATE(8308), + [sym_do_while_statement] = STATE(8308), + [sym_assignment] = STATE(8308), + [sym__expression] = STATE(4196), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4470), + [sym_parenthesized_expression] = STATE(4470), + [sym_collection_literal] = STATE(4470), + [sym__literal_constant] = STATE(4470), + [sym_string_literal] = STATE(4470), + [sym_lambda_literal] = STATE(4470), + [sym_anonymous_function] = STATE(4470), + [sym__function_literal] = STATE(4470), + [sym_object_literal] = STATE(4470), + [sym_this_expression] = STATE(4470), + [sym_super_expression] = STATE(4470), + [sym_if_expression] = STATE(4470), + [sym_when_expression] = STATE(4470), + [sym_try_expression] = STATE(4470), + [sym_jump_expression] = STATE(4470), + [sym_callable_reference] = STATE(4470), + [sym__prefix_unary_operator] = STATE(1926), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7921), + [sym_modifiers] = STATE(7781), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), [sym_annotation] = STATE(338), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4990), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4455), - [sym_long_literal] = STATE(4455), - [sym_boolean_literal] = STATE(4455), - [sym_character_literal] = STATE(4455), - [sym__lexical_identifier] = STATE(4529), - [aux_sym__statement_repeat1] = STATE(820), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4920), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4470), + [sym_long_literal] = STATE(4470), + [sym_boolean_literal] = STATE(4470), + [sym_character_literal] = STATE(4470), + [sym__lexical_identifier] = STATE(4566), + [aux_sym__statement_repeat1] = STATE(811), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(13), @@ -62353,7 +62461,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_interface] = ACTIONS(21), [anon_sym_enum] = ACTIONS(23), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(1564), + [anon_sym_RBRACE] = ACTIONS(1582), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), @@ -62423,83 +62531,84 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(109), }, [237] = { - [sym_type_alias] = STATE(8135), - [sym__declaration] = STATE(8135), - [sym_class_declaration] = STATE(8135), - [sym_function_declaration] = STATE(8135), - [sym_property_declaration] = STATE(8135), - [sym_getter] = STATE(8135), - [sym_setter] = STATE(8135), - [sym_object_declaration] = STATE(8135), - [sym_statements] = STATE(9212), - [sym__statement] = STATE(8135), - [sym__loop_statement] = STATE(8135), - [sym_for_statement] = STATE(8135), - [sym_while_statement] = STATE(8135), - [sym_do_while_statement] = STATE(8135), - [sym_assignment] = STATE(8135), - [sym__expression] = STATE(4204), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4455), - [sym_parenthesized_expression] = STATE(4455), - [sym_collection_literal] = STATE(4455), - [sym__literal_constant] = STATE(4455), - [sym_string_literal] = STATE(4455), - [sym_lambda_literal] = STATE(4455), - [sym_anonymous_function] = STATE(4455), - [sym__function_literal] = STATE(4455), - [sym_object_literal] = STATE(4455), - [sym_this_expression] = STATE(4455), - [sym_super_expression] = STATE(4455), - [sym_if_expression] = STATE(4455), - [sym_when_expression] = STATE(4455), - [sym_try_expression] = STATE(4455), - [sym_jump_expression] = STATE(4455), - [sym_callable_reference] = STATE(4455), - [sym__prefix_unary_operator] = STATE(1637), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7901), - [sym_modifiers] = STATE(7684), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), + [sym_type_alias] = STATE(8664), + [sym__declaration] = STATE(8664), + [sym_class_declaration] = STATE(8664), + [sym_function_declaration] = STATE(8664), + [sym_property_declaration] = STATE(8664), + [sym_getter] = STATE(8664), + [sym_setter] = STATE(8664), + [sym_object_declaration] = STATE(8664), + [sym__statement] = STATE(8664), + [sym__loop_statement] = STATE(8664), + [sym_for_statement] = STATE(8664), + [sym_while_statement] = STATE(8664), + [sym_do_while_statement] = STATE(8664), + [sym_assignment] = STATE(8664), + [sym__expression] = STATE(4196), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4470), + [sym_parenthesized_expression] = STATE(4470), + [sym_collection_literal] = STATE(4470), + [sym__literal_constant] = STATE(4470), + [sym_string_literal] = STATE(4470), + [sym_lambda_literal] = STATE(4470), + [sym_anonymous_function] = STATE(4470), + [sym__function_literal] = STATE(4470), + [sym_object_literal] = STATE(4470), + [sym_this_expression] = STATE(4470), + [sym_super_expression] = STATE(4470), + [sym_if_expression] = STATE(4470), + [sym_when_expression] = STATE(4470), + [sym_try_expression] = STATE(4470), + [sym_jump_expression] = STATE(4470), + [sym_callable_reference] = STATE(4470), + [sym__prefix_unary_operator] = STATE(1926), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7921), + [sym_modifiers] = STATE(7781), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), [sym_annotation] = STATE(338), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4990), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4455), - [sym_long_literal] = STATE(4455), - [sym_boolean_literal] = STATE(4455), - [sym_character_literal] = STATE(4455), - [sym__lexical_identifier] = STATE(4529), - [aux_sym__statement_repeat1] = STATE(820), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4920), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4470), + [sym_long_literal] = STATE(4470), + [sym_boolean_literal] = STATE(4470), + [sym_character_literal] = STATE(4470), + [sym__lexical_identifier] = STATE(4566), + [aux_sym_source_file_repeat3] = STATE(227), + [aux_sym__statement_repeat1] = STATE(811), + [aux_sym_modifiers_repeat1] = STATE(5459), + [ts_builtin_sym_end] = ACTIONS(1125), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(13), @@ -62508,7 +62617,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_interface] = ACTIONS(21), [anon_sym_enum] = ACTIONS(23), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(1566), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), @@ -62578,84 +62686,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(109), }, [238] = { - [sym_type_alias] = STATE(8541), - [sym__declaration] = STATE(8541), - [sym_class_declaration] = STATE(8541), - [sym_function_declaration] = STATE(8541), - [sym_property_declaration] = STATE(8541), - [sym_getter] = STATE(8541), - [sym_setter] = STATE(8541), - [sym_object_declaration] = STATE(8541), - [sym__statement] = STATE(8541), - [sym__loop_statement] = STATE(8541), - [sym_for_statement] = STATE(8541), - [sym_while_statement] = STATE(8541), - [sym_do_while_statement] = STATE(8541), - [sym_assignment] = STATE(8541), - [sym__expression] = STATE(4204), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4455), - [sym_parenthesized_expression] = STATE(4455), - [sym_collection_literal] = STATE(4455), - [sym__literal_constant] = STATE(4455), - [sym_string_literal] = STATE(4455), - [sym_lambda_literal] = STATE(4455), - [sym_anonymous_function] = STATE(4455), - [sym__function_literal] = STATE(4455), - [sym_object_literal] = STATE(4455), - [sym_this_expression] = STATE(4455), - [sym_super_expression] = STATE(4455), - [sym_if_expression] = STATE(4455), - [sym_when_expression] = STATE(4455), - [sym_try_expression] = STATE(4455), - [sym_jump_expression] = STATE(4455), - [sym_callable_reference] = STATE(4455), - [sym__prefix_unary_operator] = STATE(1637), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7901), - [sym_modifiers] = STATE(7684), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), + [sym_type_alias] = STATE(8308), + [sym__declaration] = STATE(8308), + [sym_class_declaration] = STATE(8308), + [sym_function_declaration] = STATE(8308), + [sym_property_declaration] = STATE(8308), + [sym_getter] = STATE(8308), + [sym_setter] = STATE(8308), + [sym_object_declaration] = STATE(8308), + [sym_statements] = STATE(9483), + [sym__statement] = STATE(8308), + [sym__loop_statement] = STATE(8308), + [sym_for_statement] = STATE(8308), + [sym_while_statement] = STATE(8308), + [sym_do_while_statement] = STATE(8308), + [sym_assignment] = STATE(8308), + [sym__expression] = STATE(4196), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4470), + [sym_parenthesized_expression] = STATE(4470), + [sym_collection_literal] = STATE(4470), + [sym__literal_constant] = STATE(4470), + [sym_string_literal] = STATE(4470), + [sym_lambda_literal] = STATE(4470), + [sym_anonymous_function] = STATE(4470), + [sym__function_literal] = STATE(4470), + [sym_object_literal] = STATE(4470), + [sym_this_expression] = STATE(4470), + [sym_super_expression] = STATE(4470), + [sym_if_expression] = STATE(4470), + [sym_when_expression] = STATE(4470), + [sym_try_expression] = STATE(4470), + [sym_jump_expression] = STATE(4470), + [sym_callable_reference] = STATE(4470), + [sym__prefix_unary_operator] = STATE(1926), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7921), + [sym_modifiers] = STATE(7781), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), [sym_annotation] = STATE(338), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4990), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4455), - [sym_long_literal] = STATE(4455), - [sym_boolean_literal] = STATE(4455), - [sym_character_literal] = STATE(4455), - [sym__lexical_identifier] = STATE(4529), - [aux_sym_source_file_repeat3] = STATE(228), - [aux_sym__statement_repeat1] = STATE(820), - [aux_sym_modifiers_repeat1] = STATE(5441), - [ts_builtin_sym_end] = ACTIONS(1125), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4920), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4470), + [sym_long_literal] = STATE(4470), + [sym_boolean_literal] = STATE(4470), + [sym_character_literal] = STATE(4470), + [sym__lexical_identifier] = STATE(4566), + [aux_sym__statement_repeat1] = STATE(811), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(13), @@ -62664,6 +62771,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_interface] = ACTIONS(21), [anon_sym_enum] = ACTIONS(23), [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_RBRACE] = ACTIONS(1584), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), @@ -62733,125 +62841,125 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(109), }, [239] = { - [sym_type_alias] = STATE(8135), - [sym__declaration] = STATE(8135), - [sym_class_declaration] = STATE(8135), - [sym_function_declaration] = STATE(8135), - [sym_property_declaration] = STATE(8135), - [sym_getter] = STATE(8135), - [sym_setter] = STATE(8135), - [sym_object_declaration] = STATE(8135), - [sym_statements] = STATE(9384), - [sym__statement] = STATE(8135), - [sym__loop_statement] = STATE(8135), - [sym_for_statement] = STATE(8135), - [sym_while_statement] = STATE(8135), - [sym_do_while_statement] = STATE(8135), - [sym_assignment] = STATE(8135), - [sym__expression] = STATE(4204), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4455), - [sym_parenthesized_expression] = STATE(4455), - [sym_collection_literal] = STATE(4455), - [sym__literal_constant] = STATE(4455), - [sym_string_literal] = STATE(4455), - [sym_lambda_literal] = STATE(4455), - [sym_anonymous_function] = STATE(4455), - [sym__function_literal] = STATE(4455), - [sym_object_literal] = STATE(4455), - [sym_this_expression] = STATE(4455), - [sym_super_expression] = STATE(4455), - [sym_if_expression] = STATE(4455), - [sym_when_expression] = STATE(4455), - [sym_try_expression] = STATE(4455), - [sym_jump_expression] = STATE(4455), - [sym_callable_reference] = STATE(4455), - [sym__prefix_unary_operator] = STATE(1637), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7901), - [sym_modifiers] = STATE(7684), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(338), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4990), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4455), - [sym_long_literal] = STATE(4455), - [sym_boolean_literal] = STATE(4455), - [sym_character_literal] = STATE(4455), - [sym__lexical_identifier] = STATE(4529), - [aux_sym__statement_repeat1] = STATE(820), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(7), + [sym_type_alias] = STATE(9461), + [sym__declaration] = STATE(9461), + [sym_class_declaration] = STATE(9461), + [sym_function_declaration] = STATE(9461), + [sym_property_declaration] = STATE(9461), + [sym_getter] = STATE(9461), + [sym_setter] = STATE(9461), + [sym_object_declaration] = STATE(9461), + [sym__statement] = STATE(9461), + [sym_control_structure_body] = STATE(9217), + [sym__block] = STATE(9461), + [sym__loop_statement] = STATE(9461), + [sym_for_statement] = STATE(9461), + [sym_while_statement] = STATE(9461), + [sym_do_while_statement] = STATE(9461), + [sym_assignment] = STATE(9461), + [sym__expression] = STATE(4184), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4435), + [sym_parenthesized_expression] = STATE(4435), + [sym_collection_literal] = STATE(4435), + [sym__literal_constant] = STATE(4435), + [sym_string_literal] = STATE(4435), + [sym_lambda_literal] = STATE(4435), + [sym_anonymous_function] = STATE(4435), + [sym__function_literal] = STATE(4435), + [sym_object_literal] = STATE(4435), + [sym_this_expression] = STATE(4435), + [sym_super_expression] = STATE(4435), + [sym_if_expression] = STATE(4435), + [sym_when_expression] = STATE(4435), + [sym_try_expression] = STATE(4435), + [sym_jump_expression] = STATE(4435), + [sym_callable_reference] = STATE(4435), + [sym__prefix_unary_operator] = STATE(1903), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7894), + [sym_modifiers] = STATE(7813), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(351), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4608), + [sym__return_at] = STATE(310), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4435), + [sym_long_literal] = STATE(4435), + [sym_boolean_literal] = STATE(4435), + [sym_character_literal] = STATE(4435), + [sym__lexical_identifier] = STATE(4461), + [aux_sym__statement_repeat1] = STATE(830), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(203), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_typealias] = ACTIONS(19), - [anon_sym_class] = ACTIONS(21), - [anon_sym_interface] = ACTIONS(21), - [anon_sym_enum] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(1568), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_val] = ACTIONS(29), - [anon_sym_var] = ACTIONS(29), - [anon_sym_object] = ACTIONS(31), - [anon_sym_fun] = ACTIONS(33), - [anon_sym_get] = ACTIONS(35), - [anon_sym_set] = ACTIONS(37), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(43), - [sym_label] = ACTIONS(45), - [anon_sym_for] = ACTIONS(47), - [anon_sym_while] = ACTIONS(49), - [anon_sym_do] = ACTIONS(51), - [anon_sym_null] = ACTIONS(53), - [anon_sym_if] = ACTIONS(55), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(61), - [anon_sym_return] = ACTIONS(63), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(69), - [anon_sym_DASH] = ACTIONS(69), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_BANG] = ACTIONS(71), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_typealias] = ACTIONS(289), + [anon_sym_class] = ACTIONS(291), + [anon_sym_interface] = ACTIONS(291), + [anon_sym_enum] = ACTIONS(293), + [anon_sym_LBRACE] = ACTIONS(295), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_val] = ACTIONS(297), + [anon_sym_var] = ACTIONS(297), + [anon_sym_object] = ACTIONS(299), + [anon_sym_fun] = ACTIONS(301), + [anon_sym_get] = ACTIONS(305), + [anon_sym_set] = ACTIONS(307), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(1065), + [sym_label] = ACTIONS(311), + [anon_sym_for] = ACTIONS(313), + [anon_sym_while] = ACTIONS(1393), + [anon_sym_do] = ACTIONS(317), + [anon_sym_null] = ACTIONS(319), + [anon_sym_if] = ACTIONS(321), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(323), + [anon_sym_return] = ACTIONS(325), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(327), + [anon_sym_DASH] = ACTIONS(327), + [anon_sym_PLUS_PLUS] = ACTIONS(329), + [anon_sym_DASH_DASH] = ACTIONS(329), + [anon_sym_BANG] = ACTIONS(329), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(77), - [anon_sym_inner] = ACTIONS(77), + [anon_sym_data] = ACTIONS(261), + [anon_sym_inner] = ACTIONS(261), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -62870,105 +62978,105 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(89), - [anon_sym_actual] = ACTIONS(89), + [anon_sym_expect] = ACTIONS(263), + [anon_sym_actual] = ACTIONS(263), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(97), - [sym_integer_literal] = ACTIONS(99), - [sym_hex_literal] = ACTIONS(101), - [sym_bin_literal] = ACTIONS(101), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [anon_sym_SQUOTE] = ACTIONS(105), - [sym__backtick_identifier] = ACTIONS(107), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(331), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(109), + [sym__string_start] = ACTIONS(283), }, [240] = { - [sym_type_alias] = STATE(9378), - [sym__declaration] = STATE(9378), - [sym_class_declaration] = STATE(9378), - [sym_function_declaration] = STATE(9378), - [sym_property_declaration] = STATE(9378), - [sym_getter] = STATE(9378), - [sym_setter] = STATE(9378), - [sym_object_declaration] = STATE(9378), - [sym__statement] = STATE(9378), - [sym_control_structure_body] = STATE(9377), - [sym__block] = STATE(9378), - [sym__loop_statement] = STATE(9378), - [sym_for_statement] = STATE(9378), - [sym_while_statement] = STATE(9378), - [sym_do_while_statement] = STATE(9378), - [sym_assignment] = STATE(9378), - [sym__expression] = STATE(4166), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4428), - [sym_parenthesized_expression] = STATE(4428), - [sym_collection_literal] = STATE(4428), - [sym__literal_constant] = STATE(4428), - [sym_string_literal] = STATE(4428), - [sym_lambda_literal] = STATE(4428), - [sym_anonymous_function] = STATE(4428), - [sym__function_literal] = STATE(4428), - [sym_object_literal] = STATE(4428), - [sym_this_expression] = STATE(4428), - [sym_super_expression] = STATE(4428), - [sym_if_expression] = STATE(4428), - [sym_when_expression] = STATE(4428), - [sym_try_expression] = STATE(4428), - [sym_jump_expression] = STATE(4428), - [sym_callable_reference] = STATE(4428), - [sym__prefix_unary_operator] = STATE(2049), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7865), - [sym_modifiers] = STATE(7637), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(342), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4561), + [sym_type_alias] = STATE(9461), + [sym__declaration] = STATE(9461), + [sym_class_declaration] = STATE(9461), + [sym_function_declaration] = STATE(9461), + [sym_property_declaration] = STATE(9461), + [sym_getter] = STATE(9461), + [sym_setter] = STATE(9461), + [sym_object_declaration] = STATE(9461), + [sym__statement] = STATE(9461), + [sym_control_structure_body] = STATE(9214), + [sym__block] = STATE(9461), + [sym__loop_statement] = STATE(9461), + [sym_for_statement] = STATE(9461), + [sym_while_statement] = STATE(9461), + [sym_do_while_statement] = STATE(9461), + [sym_assignment] = STATE(9461), + [sym__expression] = STATE(4184), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4435), + [sym_parenthesized_expression] = STATE(4435), + [sym_collection_literal] = STATE(4435), + [sym__literal_constant] = STATE(4435), + [sym_string_literal] = STATE(4435), + [sym_lambda_literal] = STATE(4435), + [sym_anonymous_function] = STATE(4435), + [sym__function_literal] = STATE(4435), + [sym_object_literal] = STATE(4435), + [sym_this_expression] = STATE(4435), + [sym_super_expression] = STATE(4435), + [sym_if_expression] = STATE(4435), + [sym_when_expression] = STATE(4435), + [sym_try_expression] = STATE(4435), + [sym_jump_expression] = STATE(4435), + [sym_callable_reference] = STATE(4435), + [sym__prefix_unary_operator] = STATE(1903), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7894), + [sym_modifiers] = STATE(7813), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(351), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4608), [sym__return_at] = STATE(310), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4428), - [sym_long_literal] = STATE(4428), - [sym_boolean_literal] = STATE(4428), - [sym_character_literal] = STATE(4428), - [sym__lexical_identifier] = STATE(4440), - [aux_sym__statement_repeat1] = STATE(824), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(199), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4435), + [sym_long_literal] = STATE(4435), + [sym_boolean_literal] = STATE(4435), + [sym_character_literal] = STATE(4435), + [sym__lexical_identifier] = STATE(4461), + [aux_sym__statement_repeat1] = STATE(830), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(203), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_typealias] = ACTIONS(289), [anon_sym_class] = ACTIONS(291), [anon_sym_interface] = ACTIONS(291), @@ -62983,10 +63091,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(307), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), + [anon_sym_STAR] = ACTIONS(1065), [sym_label] = ACTIONS(311), [anon_sym_for] = ACTIONS(313), - [anon_sym_while] = ACTIONS(1570), + [anon_sym_while] = ACTIONS(1586), [anon_sym_do] = ACTIONS(317), [anon_sym_null] = ACTIONS(319), [anon_sym_if] = ACTIONS(321), @@ -63043,83 +63151,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(283), }, [241] = { - [sym_type_alias] = STATE(8135), - [sym__declaration] = STATE(8135), - [sym_class_declaration] = STATE(8135), - [sym_function_declaration] = STATE(8135), - [sym_property_declaration] = STATE(8135), - [sym_getter] = STATE(8135), - [sym_setter] = STATE(8135), - [sym_object_declaration] = STATE(8135), - [sym_statements] = STATE(8983), - [sym__statement] = STATE(8135), - [sym__loop_statement] = STATE(8135), - [sym_for_statement] = STATE(8135), - [sym_while_statement] = STATE(8135), - [sym_do_while_statement] = STATE(8135), - [sym_assignment] = STATE(8135), - [sym__expression] = STATE(4204), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4455), - [sym_parenthesized_expression] = STATE(4455), - [sym_collection_literal] = STATE(4455), - [sym__literal_constant] = STATE(4455), - [sym_string_literal] = STATE(4455), - [sym_lambda_literal] = STATE(4455), - [sym_anonymous_function] = STATE(4455), - [sym__function_literal] = STATE(4455), - [sym_object_literal] = STATE(4455), - [sym_this_expression] = STATE(4455), - [sym_super_expression] = STATE(4455), - [sym_if_expression] = STATE(4455), - [sym_when_expression] = STATE(4455), - [sym_try_expression] = STATE(4455), - [sym_jump_expression] = STATE(4455), - [sym_callable_reference] = STATE(4455), - [sym__prefix_unary_operator] = STATE(1637), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7901), - [sym_modifiers] = STATE(7684), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), + [sym_type_alias] = STATE(8308), + [sym__declaration] = STATE(8308), + [sym_class_declaration] = STATE(8308), + [sym_function_declaration] = STATE(8308), + [sym_property_declaration] = STATE(8308), + [sym_getter] = STATE(8308), + [sym_setter] = STATE(8308), + [sym_object_declaration] = STATE(8308), + [sym_statements] = STATE(9265), + [sym__statement] = STATE(8308), + [sym__loop_statement] = STATE(8308), + [sym_for_statement] = STATE(8308), + [sym_while_statement] = STATE(8308), + [sym_do_while_statement] = STATE(8308), + [sym_assignment] = STATE(8308), + [sym__expression] = STATE(4196), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4470), + [sym_parenthesized_expression] = STATE(4470), + [sym_collection_literal] = STATE(4470), + [sym__literal_constant] = STATE(4470), + [sym_string_literal] = STATE(4470), + [sym_lambda_literal] = STATE(4470), + [sym_anonymous_function] = STATE(4470), + [sym__function_literal] = STATE(4470), + [sym_object_literal] = STATE(4470), + [sym_this_expression] = STATE(4470), + [sym_super_expression] = STATE(4470), + [sym_if_expression] = STATE(4470), + [sym_when_expression] = STATE(4470), + [sym_try_expression] = STATE(4470), + [sym_jump_expression] = STATE(4470), + [sym_callable_reference] = STATE(4470), + [sym__prefix_unary_operator] = STATE(1926), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7921), + [sym_modifiers] = STATE(7781), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), [sym_annotation] = STATE(338), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4990), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4455), - [sym_long_literal] = STATE(4455), - [sym_boolean_literal] = STATE(4455), - [sym_character_literal] = STATE(4455), - [sym__lexical_identifier] = STATE(4529), - [aux_sym__statement_repeat1] = STATE(820), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4920), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4470), + [sym_long_literal] = STATE(4470), + [sym_boolean_literal] = STATE(4470), + [sym_character_literal] = STATE(4470), + [sym__lexical_identifier] = STATE(4566), + [aux_sym__statement_repeat1] = STATE(811), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(13), @@ -63128,7 +63236,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_interface] = ACTIONS(21), [anon_sym_enum] = ACTIONS(23), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(1572), + [anon_sym_RBRACE] = ACTIONS(1588), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), @@ -63198,83 +63306,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(109), }, [242] = { - [sym_type_alias] = STATE(8135), - [sym__declaration] = STATE(8135), - [sym_class_declaration] = STATE(8135), - [sym_function_declaration] = STATE(8135), - [sym_property_declaration] = STATE(8135), - [sym_getter] = STATE(8135), - [sym_setter] = STATE(8135), - [sym_object_declaration] = STATE(8135), - [sym_statements] = STATE(8992), - [sym__statement] = STATE(8135), - [sym__loop_statement] = STATE(8135), - [sym_for_statement] = STATE(8135), - [sym_while_statement] = STATE(8135), - [sym_do_while_statement] = STATE(8135), - [sym_assignment] = STATE(8135), - [sym__expression] = STATE(4204), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4455), - [sym_parenthesized_expression] = STATE(4455), - [sym_collection_literal] = STATE(4455), - [sym__literal_constant] = STATE(4455), - [sym_string_literal] = STATE(4455), - [sym_lambda_literal] = STATE(4455), - [sym_anonymous_function] = STATE(4455), - [sym__function_literal] = STATE(4455), - [sym_object_literal] = STATE(4455), - [sym_this_expression] = STATE(4455), - [sym_super_expression] = STATE(4455), - [sym_if_expression] = STATE(4455), - [sym_when_expression] = STATE(4455), - [sym_try_expression] = STATE(4455), - [sym_jump_expression] = STATE(4455), - [sym_callable_reference] = STATE(4455), - [sym__prefix_unary_operator] = STATE(1637), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7901), - [sym_modifiers] = STATE(7684), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), + [sym_type_alias] = STATE(8308), + [sym__declaration] = STATE(8308), + [sym_class_declaration] = STATE(8308), + [sym_function_declaration] = STATE(8308), + [sym_property_declaration] = STATE(8308), + [sym_getter] = STATE(8308), + [sym_setter] = STATE(8308), + [sym_object_declaration] = STATE(8308), + [sym_statements] = STATE(9203), + [sym__statement] = STATE(8308), + [sym__loop_statement] = STATE(8308), + [sym_for_statement] = STATE(8308), + [sym_while_statement] = STATE(8308), + [sym_do_while_statement] = STATE(8308), + [sym_assignment] = STATE(8308), + [sym__expression] = STATE(4196), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4470), + [sym_parenthesized_expression] = STATE(4470), + [sym_collection_literal] = STATE(4470), + [sym__literal_constant] = STATE(4470), + [sym_string_literal] = STATE(4470), + [sym_lambda_literal] = STATE(4470), + [sym_anonymous_function] = STATE(4470), + [sym__function_literal] = STATE(4470), + [sym_object_literal] = STATE(4470), + [sym_this_expression] = STATE(4470), + [sym_super_expression] = STATE(4470), + [sym_if_expression] = STATE(4470), + [sym_when_expression] = STATE(4470), + [sym_try_expression] = STATE(4470), + [sym_jump_expression] = STATE(4470), + [sym_callable_reference] = STATE(4470), + [sym__prefix_unary_operator] = STATE(1926), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7921), + [sym_modifiers] = STATE(7781), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), [sym_annotation] = STATE(338), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4990), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4455), - [sym_long_literal] = STATE(4455), - [sym_boolean_literal] = STATE(4455), - [sym_character_literal] = STATE(4455), - [sym__lexical_identifier] = STATE(4529), - [aux_sym__statement_repeat1] = STATE(820), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4920), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4470), + [sym_long_literal] = STATE(4470), + [sym_boolean_literal] = STATE(4470), + [sym_character_literal] = STATE(4470), + [sym__lexical_identifier] = STATE(4566), + [aux_sym__statement_repeat1] = STATE(811), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(13), @@ -63283,7 +63391,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_interface] = ACTIONS(21), [anon_sym_enum] = ACTIONS(23), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(1574), + [anon_sym_RBRACE] = ACTIONS(1590), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), @@ -63353,83 +63461,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(109), }, [243] = { - [sym_type_alias] = STATE(8135), - [sym__declaration] = STATE(8135), - [sym_class_declaration] = STATE(8135), - [sym_function_declaration] = STATE(8135), - [sym_property_declaration] = STATE(8135), - [sym_getter] = STATE(8135), - [sym_setter] = STATE(8135), - [sym_object_declaration] = STATE(8135), - [sym_statements] = STATE(9126), - [sym__statement] = STATE(8135), - [sym__loop_statement] = STATE(8135), - [sym_for_statement] = STATE(8135), - [sym_while_statement] = STATE(8135), - [sym_do_while_statement] = STATE(8135), - [sym_assignment] = STATE(8135), - [sym__expression] = STATE(4204), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4455), - [sym_parenthesized_expression] = STATE(4455), - [sym_collection_literal] = STATE(4455), - [sym__literal_constant] = STATE(4455), - [sym_string_literal] = STATE(4455), - [sym_lambda_literal] = STATE(4455), - [sym_anonymous_function] = STATE(4455), - [sym__function_literal] = STATE(4455), - [sym_object_literal] = STATE(4455), - [sym_this_expression] = STATE(4455), - [sym_super_expression] = STATE(4455), - [sym_if_expression] = STATE(4455), - [sym_when_expression] = STATE(4455), - [sym_try_expression] = STATE(4455), - [sym_jump_expression] = STATE(4455), - [sym_callable_reference] = STATE(4455), - [sym__prefix_unary_operator] = STATE(1637), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7901), - [sym_modifiers] = STATE(7684), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), + [sym_type_alias] = STATE(8308), + [sym__declaration] = STATE(8308), + [sym_class_declaration] = STATE(8308), + [sym_function_declaration] = STATE(8308), + [sym_property_declaration] = STATE(8308), + [sym_getter] = STATE(8308), + [sym_setter] = STATE(8308), + [sym_object_declaration] = STATE(8308), + [sym_statements] = STATE(9186), + [sym__statement] = STATE(8308), + [sym__loop_statement] = STATE(8308), + [sym_for_statement] = STATE(8308), + [sym_while_statement] = STATE(8308), + [sym_do_while_statement] = STATE(8308), + [sym_assignment] = STATE(8308), + [sym__expression] = STATE(4196), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4470), + [sym_parenthesized_expression] = STATE(4470), + [sym_collection_literal] = STATE(4470), + [sym__literal_constant] = STATE(4470), + [sym_string_literal] = STATE(4470), + [sym_lambda_literal] = STATE(4470), + [sym_anonymous_function] = STATE(4470), + [sym__function_literal] = STATE(4470), + [sym_object_literal] = STATE(4470), + [sym_this_expression] = STATE(4470), + [sym_super_expression] = STATE(4470), + [sym_if_expression] = STATE(4470), + [sym_when_expression] = STATE(4470), + [sym_try_expression] = STATE(4470), + [sym_jump_expression] = STATE(4470), + [sym_callable_reference] = STATE(4470), + [sym__prefix_unary_operator] = STATE(1926), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7921), + [sym_modifiers] = STATE(7781), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), [sym_annotation] = STATE(338), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4990), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4455), - [sym_long_literal] = STATE(4455), - [sym_boolean_literal] = STATE(4455), - [sym_character_literal] = STATE(4455), - [sym__lexical_identifier] = STATE(4529), - [aux_sym__statement_repeat1] = STATE(820), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4920), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4470), + [sym_long_literal] = STATE(4470), + [sym_boolean_literal] = STATE(4470), + [sym_character_literal] = STATE(4470), + [sym__lexical_identifier] = STATE(4566), + [aux_sym__statement_repeat1] = STATE(811), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(13), @@ -63438,7 +63546,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_interface] = ACTIONS(21), [anon_sym_enum] = ACTIONS(23), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(1576), + [anon_sym_RBRACE] = ACTIONS(1592), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), @@ -63508,84 +63616,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(109), }, [244] = { - [sym_type_alias] = STATE(8541), - [sym__declaration] = STATE(8541), - [sym_class_declaration] = STATE(8541), - [sym_function_declaration] = STATE(8541), - [sym_property_declaration] = STATE(8541), - [sym_getter] = STATE(8541), - [sym_setter] = STATE(8541), - [sym_object_declaration] = STATE(8541), - [sym__statement] = STATE(8541), - [sym__loop_statement] = STATE(8541), - [sym_for_statement] = STATE(8541), - [sym_while_statement] = STATE(8541), - [sym_do_while_statement] = STATE(8541), - [sym_assignment] = STATE(8541), - [sym__expression] = STATE(4204), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4455), - [sym_parenthesized_expression] = STATE(4455), - [sym_collection_literal] = STATE(4455), - [sym__literal_constant] = STATE(4455), - [sym_string_literal] = STATE(4455), - [sym_lambda_literal] = STATE(4455), - [sym_anonymous_function] = STATE(4455), - [sym__function_literal] = STATE(4455), - [sym_object_literal] = STATE(4455), - [sym_this_expression] = STATE(4455), - [sym_super_expression] = STATE(4455), - [sym_if_expression] = STATE(4455), - [sym_when_expression] = STATE(4455), - [sym_try_expression] = STATE(4455), - [sym_jump_expression] = STATE(4455), - [sym_callable_reference] = STATE(4455), - [sym__prefix_unary_operator] = STATE(1637), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7901), - [sym_modifiers] = STATE(7684), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), + [sym_type_alias] = STATE(8308), + [sym__declaration] = STATE(8308), + [sym_class_declaration] = STATE(8308), + [sym_function_declaration] = STATE(8308), + [sym_property_declaration] = STATE(8308), + [sym_getter] = STATE(8308), + [sym_setter] = STATE(8308), + [sym_object_declaration] = STATE(8308), + [sym_statements] = STATE(9153), + [sym__statement] = STATE(8308), + [sym__loop_statement] = STATE(8308), + [sym_for_statement] = STATE(8308), + [sym_while_statement] = STATE(8308), + [sym_do_while_statement] = STATE(8308), + [sym_assignment] = STATE(8308), + [sym__expression] = STATE(4196), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4470), + [sym_parenthesized_expression] = STATE(4470), + [sym_collection_literal] = STATE(4470), + [sym__literal_constant] = STATE(4470), + [sym_string_literal] = STATE(4470), + [sym_lambda_literal] = STATE(4470), + [sym_anonymous_function] = STATE(4470), + [sym__function_literal] = STATE(4470), + [sym_object_literal] = STATE(4470), + [sym_this_expression] = STATE(4470), + [sym_super_expression] = STATE(4470), + [sym_if_expression] = STATE(4470), + [sym_when_expression] = STATE(4470), + [sym_try_expression] = STATE(4470), + [sym_jump_expression] = STATE(4470), + [sym_callable_reference] = STATE(4470), + [sym__prefix_unary_operator] = STATE(1926), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7921), + [sym_modifiers] = STATE(7781), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), [sym_annotation] = STATE(338), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4990), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4455), - [sym_long_literal] = STATE(4455), - [sym_boolean_literal] = STATE(4455), - [sym_character_literal] = STATE(4455), - [sym__lexical_identifier] = STATE(4529), - [aux_sym_source_file_repeat3] = STATE(228), - [aux_sym__statement_repeat1] = STATE(820), - [aux_sym_modifiers_repeat1] = STATE(5441), - [ts_builtin_sym_end] = ACTIONS(1189), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4920), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4470), + [sym_long_literal] = STATE(4470), + [sym_boolean_literal] = STATE(4470), + [sym_character_literal] = STATE(4470), + [sym__lexical_identifier] = STATE(4566), + [aux_sym__statement_repeat1] = STATE(811), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(13), @@ -63594,6 +63701,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_interface] = ACTIONS(21), [anon_sym_enum] = ACTIONS(23), [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_RBRACE] = ACTIONS(1594), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), @@ -63663,125 +63771,125 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(109), }, [245] = { - [sym_type_alias] = STATE(9378), - [sym__declaration] = STATE(9378), - [sym_class_declaration] = STATE(9378), - [sym_function_declaration] = STATE(9378), - [sym_property_declaration] = STATE(9378), - [sym_getter] = STATE(9378), - [sym_setter] = STATE(9378), - [sym_object_declaration] = STATE(9378), - [sym__statement] = STATE(9378), - [sym_control_structure_body] = STATE(9264), - [sym__block] = STATE(9378), - [sym__loop_statement] = STATE(9378), - [sym_for_statement] = STATE(9378), - [sym_while_statement] = STATE(9378), - [sym_do_while_statement] = STATE(9378), - [sym_assignment] = STATE(9378), - [sym__expression] = STATE(4166), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4428), - [sym_parenthesized_expression] = STATE(4428), - [sym_collection_literal] = STATE(4428), - [sym__literal_constant] = STATE(4428), - [sym_string_literal] = STATE(4428), - [sym_lambda_literal] = STATE(4428), - [sym_anonymous_function] = STATE(4428), - [sym__function_literal] = STATE(4428), - [sym_object_literal] = STATE(4428), - [sym_this_expression] = STATE(4428), - [sym_super_expression] = STATE(4428), - [sym_if_expression] = STATE(4428), - [sym_when_expression] = STATE(4428), - [sym_try_expression] = STATE(4428), - [sym_jump_expression] = STATE(4428), - [sym_callable_reference] = STATE(4428), - [sym__prefix_unary_operator] = STATE(2049), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7865), - [sym_modifiers] = STATE(7637), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(342), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4561), - [sym__return_at] = STATE(310), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4428), - [sym_long_literal] = STATE(4428), - [sym_boolean_literal] = STATE(4428), - [sym_character_literal] = STATE(4428), - [sym__lexical_identifier] = STATE(4440), - [aux_sym__statement_repeat1] = STATE(824), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(199), + [sym_type_alias] = STATE(5348), + [sym__declaration] = STATE(5348), + [sym_class_declaration] = STATE(5348), + [sym_function_declaration] = STATE(5348), + [sym_property_declaration] = STATE(5348), + [sym_getter] = STATE(5348), + [sym_setter] = STATE(5348), + [sym_object_declaration] = STATE(5348), + [sym__statement] = STATE(5348), + [sym_control_structure_body] = STATE(5198), + [sym__block] = STATE(5348), + [sym__loop_statement] = STATE(5348), + [sym_for_statement] = STATE(5348), + [sym_while_statement] = STATE(5348), + [sym_do_while_statement] = STATE(5348), + [sym_assignment] = STATE(5348), + [sym__expression] = STATE(2364), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(2743), + [sym_parenthesized_expression] = STATE(2743), + [sym_collection_literal] = STATE(2743), + [sym__literal_constant] = STATE(2743), + [sym_string_literal] = STATE(2743), + [sym_lambda_literal] = STATE(2743), + [sym_anonymous_function] = STATE(2743), + [sym__function_literal] = STATE(2743), + [sym_object_literal] = STATE(2743), + [sym_this_expression] = STATE(2743), + [sym_super_expression] = STATE(2743), + [sym_if_expression] = STATE(2743), + [sym_when_expression] = STATE(2743), + [sym_try_expression] = STATE(2743), + [sym_jump_expression] = STATE(2743), + [sym_callable_reference] = STATE(2743), + [sym__prefix_unary_operator] = STATE(2070), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7926), + [sym_modifiers] = STATE(7621), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(337), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3279), + [sym__return_at] = STATE(317), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(2743), + [sym_long_literal] = STATE(2743), + [sym_boolean_literal] = STATE(2743), + [sym_character_literal] = STATE(2743), + [sym__lexical_identifier] = STATE(2837), + [aux_sym__statement_repeat1] = STATE(791), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(333), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_typealias] = ACTIONS(289), - [anon_sym_class] = ACTIONS(291), - [anon_sym_interface] = ACTIONS(291), - [anon_sym_enum] = ACTIONS(293), - [anon_sym_LBRACE] = ACTIONS(295), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_val] = ACTIONS(297), - [anon_sym_var] = ACTIONS(297), - [anon_sym_object] = ACTIONS(299), - [anon_sym_fun] = ACTIONS(301), - [anon_sym_get] = ACTIONS(305), - [anon_sym_set] = ACTIONS(307), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), - [sym_label] = ACTIONS(311), - [anon_sym_for] = ACTIONS(313), - [anon_sym_while] = ACTIONS(1395), - [anon_sym_do] = ACTIONS(317), - [anon_sym_null] = ACTIONS(319), - [anon_sym_if] = ACTIONS(321), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(323), - [anon_sym_return] = ACTIONS(325), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(327), - [anon_sym_DASH] = ACTIONS(327), - [anon_sym_PLUS_PLUS] = ACTIONS(329), - [anon_sym_DASH_DASH] = ACTIONS(329), - [anon_sym_BANG] = ACTIONS(329), + [anon_sym_LBRACK] = ACTIONS(335), + [anon_sym_typealias] = ACTIONS(1127), + [anon_sym_class] = ACTIONS(1129), + [anon_sym_interface] = ACTIONS(1129), + [anon_sym_enum] = ACTIONS(1131), + [anon_sym_LBRACE] = ACTIONS(1133), + [anon_sym_LPAREN] = ACTIONS(345), + [anon_sym_val] = ACTIONS(1135), + [anon_sym_var] = ACTIONS(1135), + [anon_sym_object] = ACTIONS(1137), + [anon_sym_fun] = ACTIONS(1139), + [anon_sym_get] = ACTIONS(1141), + [anon_sym_set] = ACTIONS(1143), + [anon_sym_this] = ACTIONS(357), + [anon_sym_super] = ACTIONS(359), + [anon_sym_STAR] = ACTIONS(1111), + [sym_label] = ACTIONS(1113), + [anon_sym_for] = ACTIONS(1145), + [anon_sym_while] = ACTIONS(1147), + [anon_sym_do] = ACTIONS(1149), + [anon_sym_null] = ACTIONS(973), + [anon_sym_if] = ACTIONS(703), + [anon_sym_when] = ACTIONS(375), + [anon_sym_try] = ACTIONS(377), + [anon_sym_throw] = ACTIONS(705), + [anon_sym_return] = ACTIONS(707), + [anon_sym_continue] = ACTIONS(383), + [anon_sym_break] = ACTIONS(383), + [anon_sym_COLON_COLON] = ACTIONS(385), + [anon_sym_PLUS] = ACTIONS(1119), + [anon_sym_DASH] = ACTIONS(1119), + [anon_sym_PLUS_PLUS] = ACTIONS(1121), + [anon_sym_DASH_DASH] = ACTIONS(1121), + [anon_sym_BANG] = ACTIONS(1121), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(261), - [anon_sym_inner] = ACTIONS(261), + [anon_sym_data] = ACTIONS(391), + [anon_sym_inner] = ACTIONS(391), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -63800,101 +63908,102 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(263), - [anon_sym_actual] = ACTIONS(263), + [anon_sym_expect] = ACTIONS(393), + [anon_sym_actual] = ACTIONS(393), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(331), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(395), + [anon_sym_break_AT] = ACTIONS(397), + [sym_real_literal] = ACTIONS(979), + [sym_integer_literal] = ACTIONS(401), + [sym_hex_literal] = ACTIONS(403), + [sym_bin_literal] = ACTIONS(403), + [anon_sym_true] = ACTIONS(405), + [anon_sym_false] = ACTIONS(405), + [anon_sym_SQUOTE] = ACTIONS(407), + [sym__backtick_identifier] = ACTIONS(409), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), + [sym__string_start] = ACTIONS(411), }, [246] = { - [sym_type_alias] = STATE(8135), - [sym__declaration] = STATE(8135), - [sym_class_declaration] = STATE(8135), - [sym_function_declaration] = STATE(8135), - [sym_property_declaration] = STATE(8135), - [sym_getter] = STATE(8135), - [sym_setter] = STATE(8135), - [sym_object_declaration] = STATE(8135), - [sym_statements] = STATE(9348), - [sym__statement] = STATE(8135), - [sym__loop_statement] = STATE(8135), - [sym_for_statement] = STATE(8135), - [sym_while_statement] = STATE(8135), - [sym_do_while_statement] = STATE(8135), - [sym_assignment] = STATE(8135), - [sym__expression] = STATE(4204), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4455), - [sym_parenthesized_expression] = STATE(4455), - [sym_collection_literal] = STATE(4455), - [sym__literal_constant] = STATE(4455), - [sym_string_literal] = STATE(4455), - [sym_lambda_literal] = STATE(4455), - [sym_anonymous_function] = STATE(4455), - [sym__function_literal] = STATE(4455), - [sym_object_literal] = STATE(4455), - [sym_this_expression] = STATE(4455), - [sym_super_expression] = STATE(4455), - [sym_if_expression] = STATE(4455), - [sym_when_expression] = STATE(4455), - [sym_try_expression] = STATE(4455), - [sym_jump_expression] = STATE(4455), - [sym_callable_reference] = STATE(4455), - [sym__prefix_unary_operator] = STATE(1637), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7901), - [sym_modifiers] = STATE(7684), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), + [sym_type_alias] = STATE(8664), + [sym__declaration] = STATE(8664), + [sym_class_declaration] = STATE(8664), + [sym_function_declaration] = STATE(8664), + [sym_property_declaration] = STATE(8664), + [sym_getter] = STATE(8664), + [sym_setter] = STATE(8664), + [sym_object_declaration] = STATE(8664), + [sym__statement] = STATE(8664), + [sym__loop_statement] = STATE(8664), + [sym_for_statement] = STATE(8664), + [sym_while_statement] = STATE(8664), + [sym_do_while_statement] = STATE(8664), + [sym_assignment] = STATE(8664), + [sym__expression] = STATE(4196), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4470), + [sym_parenthesized_expression] = STATE(4470), + [sym_collection_literal] = STATE(4470), + [sym__literal_constant] = STATE(4470), + [sym_string_literal] = STATE(4470), + [sym_lambda_literal] = STATE(4470), + [sym_anonymous_function] = STATE(4470), + [sym__function_literal] = STATE(4470), + [sym_object_literal] = STATE(4470), + [sym_this_expression] = STATE(4470), + [sym_super_expression] = STATE(4470), + [sym_if_expression] = STATE(4470), + [sym_when_expression] = STATE(4470), + [sym_try_expression] = STATE(4470), + [sym_jump_expression] = STATE(4470), + [sym_callable_reference] = STATE(4470), + [sym__prefix_unary_operator] = STATE(1926), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7921), + [sym_modifiers] = STATE(7781), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), [sym_annotation] = STATE(338), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4990), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4455), - [sym_long_literal] = STATE(4455), - [sym_boolean_literal] = STATE(4455), - [sym_character_literal] = STATE(4455), - [sym__lexical_identifier] = STATE(4529), - [aux_sym__statement_repeat1] = STATE(820), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4920), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4470), + [sym_long_literal] = STATE(4470), + [sym_boolean_literal] = STATE(4470), + [sym_character_literal] = STATE(4470), + [sym__lexical_identifier] = STATE(4566), + [aux_sym_source_file_repeat3] = STATE(227), + [aux_sym__statement_repeat1] = STATE(811), + [aux_sym_modifiers_repeat1] = STATE(5459), + [ts_builtin_sym_end] = ACTIONS(1596), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(13), @@ -63903,7 +64012,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_interface] = ACTIONS(21), [anon_sym_enum] = ACTIONS(23), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(1578), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), @@ -63973,83 +64081,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(109), }, [247] = { - [sym_type_alias] = STATE(8135), - [sym__declaration] = STATE(8135), - [sym_class_declaration] = STATE(8135), - [sym_function_declaration] = STATE(8135), - [sym_property_declaration] = STATE(8135), - [sym_getter] = STATE(8135), - [sym_setter] = STATE(8135), - [sym_object_declaration] = STATE(8135), - [sym_statements] = STATE(9200), - [sym__statement] = STATE(8135), - [sym__loop_statement] = STATE(8135), - [sym_for_statement] = STATE(8135), - [sym_while_statement] = STATE(8135), - [sym_do_while_statement] = STATE(8135), - [sym_assignment] = STATE(8135), - [sym__expression] = STATE(4204), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4455), - [sym_parenthesized_expression] = STATE(4455), - [sym_collection_literal] = STATE(4455), - [sym__literal_constant] = STATE(4455), - [sym_string_literal] = STATE(4455), - [sym_lambda_literal] = STATE(4455), - [sym_anonymous_function] = STATE(4455), - [sym__function_literal] = STATE(4455), - [sym_object_literal] = STATE(4455), - [sym_this_expression] = STATE(4455), - [sym_super_expression] = STATE(4455), - [sym_if_expression] = STATE(4455), - [sym_when_expression] = STATE(4455), - [sym_try_expression] = STATE(4455), - [sym_jump_expression] = STATE(4455), - [sym_callable_reference] = STATE(4455), - [sym__prefix_unary_operator] = STATE(1637), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7901), - [sym_modifiers] = STATE(7684), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), + [sym_type_alias] = STATE(8308), + [sym__declaration] = STATE(8308), + [sym_class_declaration] = STATE(8308), + [sym_function_declaration] = STATE(8308), + [sym_property_declaration] = STATE(8308), + [sym_getter] = STATE(8308), + [sym_setter] = STATE(8308), + [sym_object_declaration] = STATE(8308), + [sym_statements] = STATE(9408), + [sym__statement] = STATE(8308), + [sym__loop_statement] = STATE(8308), + [sym_for_statement] = STATE(8308), + [sym_while_statement] = STATE(8308), + [sym_do_while_statement] = STATE(8308), + [sym_assignment] = STATE(8308), + [sym__expression] = STATE(4196), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4470), + [sym_parenthesized_expression] = STATE(4470), + [sym_collection_literal] = STATE(4470), + [sym__literal_constant] = STATE(4470), + [sym_string_literal] = STATE(4470), + [sym_lambda_literal] = STATE(4470), + [sym_anonymous_function] = STATE(4470), + [sym__function_literal] = STATE(4470), + [sym_object_literal] = STATE(4470), + [sym_this_expression] = STATE(4470), + [sym_super_expression] = STATE(4470), + [sym_if_expression] = STATE(4470), + [sym_when_expression] = STATE(4470), + [sym_try_expression] = STATE(4470), + [sym_jump_expression] = STATE(4470), + [sym_callable_reference] = STATE(4470), + [sym__prefix_unary_operator] = STATE(1926), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7921), + [sym_modifiers] = STATE(7781), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), [sym_annotation] = STATE(338), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4990), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4455), - [sym_long_literal] = STATE(4455), - [sym_boolean_literal] = STATE(4455), - [sym_character_literal] = STATE(4455), - [sym__lexical_identifier] = STATE(4529), - [aux_sym__statement_repeat1] = STATE(820), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4920), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4470), + [sym_long_literal] = STATE(4470), + [sym_boolean_literal] = STATE(4470), + [sym_character_literal] = STATE(4470), + [sym__lexical_identifier] = STATE(4566), + [aux_sym__statement_repeat1] = STATE(811), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(13), @@ -64058,7 +64166,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_interface] = ACTIONS(21), [anon_sym_enum] = ACTIONS(23), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(1580), + [anon_sym_RBRACE] = ACTIONS(1598), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), @@ -64128,87 +64236,87 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(109), }, [248] = { - [sym_type_alias] = STATE(9378), - [sym__declaration] = STATE(9378), - [sym_class_declaration] = STATE(9378), - [sym_function_declaration] = STATE(9378), - [sym_property_declaration] = STATE(9378), - [sym_getter] = STATE(9378), - [sym_setter] = STATE(9378), - [sym_object_declaration] = STATE(9378), - [sym__statement] = STATE(9378), - [sym_control_structure_body] = STATE(9515), - [sym__block] = STATE(9378), - [sym__loop_statement] = STATE(9378), - [sym_for_statement] = STATE(9378), - [sym_while_statement] = STATE(9378), - [sym_do_while_statement] = STATE(9378), - [sym_assignment] = STATE(9378), - [sym__expression] = STATE(4166), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4428), - [sym_parenthesized_expression] = STATE(4428), - [sym_collection_literal] = STATE(4428), - [sym__literal_constant] = STATE(4428), - [sym_string_literal] = STATE(4428), - [sym_lambda_literal] = STATE(4428), - [sym_anonymous_function] = STATE(4428), - [sym__function_literal] = STATE(4428), - [sym_object_literal] = STATE(4428), - [sym_this_expression] = STATE(4428), - [sym_super_expression] = STATE(4428), - [sym_if_expression] = STATE(4428), - [sym_when_expression] = STATE(4428), - [sym_try_expression] = STATE(4428), - [sym_jump_expression] = STATE(4428), - [sym_callable_reference] = STATE(4428), - [sym__prefix_unary_operator] = STATE(2049), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7865), - [sym_modifiers] = STATE(7637), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(342), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4561), + [sym_type_alias] = STATE(9461), + [sym__declaration] = STATE(9461), + [sym_class_declaration] = STATE(9461), + [sym_function_declaration] = STATE(9461), + [sym_property_declaration] = STATE(9461), + [sym_getter] = STATE(9461), + [sym_setter] = STATE(9461), + [sym_object_declaration] = STATE(9461), + [sym__statement] = STATE(9461), + [sym_control_structure_body] = STATE(9193), + [sym__block] = STATE(9461), + [sym__loop_statement] = STATE(9461), + [sym_for_statement] = STATE(9461), + [sym_while_statement] = STATE(9461), + [sym_do_while_statement] = STATE(9461), + [sym_assignment] = STATE(9461), + [sym__expression] = STATE(4184), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4435), + [sym_parenthesized_expression] = STATE(4435), + [sym_collection_literal] = STATE(4435), + [sym__literal_constant] = STATE(4435), + [sym_string_literal] = STATE(4435), + [sym_lambda_literal] = STATE(4435), + [sym_anonymous_function] = STATE(4435), + [sym__function_literal] = STATE(4435), + [sym_object_literal] = STATE(4435), + [sym_this_expression] = STATE(4435), + [sym_super_expression] = STATE(4435), + [sym_if_expression] = STATE(4435), + [sym_when_expression] = STATE(4435), + [sym_try_expression] = STATE(4435), + [sym_jump_expression] = STATE(4435), + [sym_callable_reference] = STATE(4435), + [sym__prefix_unary_operator] = STATE(1903), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7894), + [sym_modifiers] = STATE(7813), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(351), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4608), [sym__return_at] = STATE(310), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4428), - [sym_long_literal] = STATE(4428), - [sym_boolean_literal] = STATE(4428), - [sym_character_literal] = STATE(4428), - [sym__lexical_identifier] = STATE(4440), - [aux_sym__statement_repeat1] = STATE(824), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(199), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4435), + [sym_long_literal] = STATE(4435), + [sym_boolean_literal] = STATE(4435), + [sym_character_literal] = STATE(4435), + [sym__lexical_identifier] = STATE(4461), + [aux_sym__statement_repeat1] = STATE(830), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(203), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_typealias] = ACTIONS(289), [anon_sym_class] = ACTIONS(291), [anon_sym_interface] = ACTIONS(291), @@ -64223,10 +64331,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(307), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), + [anon_sym_STAR] = ACTIONS(1065), [sym_label] = ACTIONS(311), [anon_sym_for] = ACTIONS(313), - [anon_sym_while] = ACTIONS(1395), + [anon_sym_while] = ACTIONS(1586), [anon_sym_do] = ACTIONS(317), [anon_sym_null] = ACTIONS(319), [anon_sym_if] = ACTIONS(321), @@ -64283,83 +64391,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(283), }, [249] = { - [sym_type_alias] = STATE(8135), - [sym__declaration] = STATE(8135), - [sym_class_declaration] = STATE(8135), - [sym_function_declaration] = STATE(8135), - [sym_property_declaration] = STATE(8135), - [sym_getter] = STATE(8135), - [sym_setter] = STATE(8135), - [sym_object_declaration] = STATE(8135), - [sym_statements] = STATE(9395), - [sym__statement] = STATE(8135), - [sym__loop_statement] = STATE(8135), - [sym_for_statement] = STATE(8135), - [sym_while_statement] = STATE(8135), - [sym_do_while_statement] = STATE(8135), - [sym_assignment] = STATE(8135), - [sym__expression] = STATE(4204), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4455), - [sym_parenthesized_expression] = STATE(4455), - [sym_collection_literal] = STATE(4455), - [sym__literal_constant] = STATE(4455), - [sym_string_literal] = STATE(4455), - [sym_lambda_literal] = STATE(4455), - [sym_anonymous_function] = STATE(4455), - [sym__function_literal] = STATE(4455), - [sym_object_literal] = STATE(4455), - [sym_this_expression] = STATE(4455), - [sym_super_expression] = STATE(4455), - [sym_if_expression] = STATE(4455), - [sym_when_expression] = STATE(4455), - [sym_try_expression] = STATE(4455), - [sym_jump_expression] = STATE(4455), - [sym_callable_reference] = STATE(4455), - [sym__prefix_unary_operator] = STATE(1637), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7901), - [sym_modifiers] = STATE(7684), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), + [sym_type_alias] = STATE(8308), + [sym__declaration] = STATE(8308), + [sym_class_declaration] = STATE(8308), + [sym_function_declaration] = STATE(8308), + [sym_property_declaration] = STATE(8308), + [sym_getter] = STATE(8308), + [sym_setter] = STATE(8308), + [sym_object_declaration] = STATE(8308), + [sym_statements] = STATE(9542), + [sym__statement] = STATE(8308), + [sym__loop_statement] = STATE(8308), + [sym_for_statement] = STATE(8308), + [sym_while_statement] = STATE(8308), + [sym_do_while_statement] = STATE(8308), + [sym_assignment] = STATE(8308), + [sym__expression] = STATE(4196), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4470), + [sym_parenthesized_expression] = STATE(4470), + [sym_collection_literal] = STATE(4470), + [sym__literal_constant] = STATE(4470), + [sym_string_literal] = STATE(4470), + [sym_lambda_literal] = STATE(4470), + [sym_anonymous_function] = STATE(4470), + [sym__function_literal] = STATE(4470), + [sym_object_literal] = STATE(4470), + [sym_this_expression] = STATE(4470), + [sym_super_expression] = STATE(4470), + [sym_if_expression] = STATE(4470), + [sym_when_expression] = STATE(4470), + [sym_try_expression] = STATE(4470), + [sym_jump_expression] = STATE(4470), + [sym_callable_reference] = STATE(4470), + [sym__prefix_unary_operator] = STATE(1926), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7921), + [sym_modifiers] = STATE(7781), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), [sym_annotation] = STATE(338), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4990), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4455), - [sym_long_literal] = STATE(4455), - [sym_boolean_literal] = STATE(4455), - [sym_character_literal] = STATE(4455), - [sym__lexical_identifier] = STATE(4529), - [aux_sym__statement_repeat1] = STATE(820), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4920), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4470), + [sym_long_literal] = STATE(4470), + [sym_boolean_literal] = STATE(4470), + [sym_character_literal] = STATE(4470), + [sym__lexical_identifier] = STATE(4566), + [aux_sym__statement_repeat1] = STATE(811), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(13), @@ -64368,7 +64476,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_interface] = ACTIONS(21), [anon_sym_enum] = ACTIONS(23), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(1582), + [anon_sym_RBRACE] = ACTIONS(1600), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), @@ -64438,83 +64546,238 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(109), }, [250] = { - [sym_type_alias] = STATE(8135), - [sym__declaration] = STATE(8135), - [sym_class_declaration] = STATE(8135), - [sym_function_declaration] = STATE(8135), - [sym_property_declaration] = STATE(8135), - [sym_getter] = STATE(8135), - [sym_setter] = STATE(8135), - [sym_object_declaration] = STATE(8135), - [sym_statements] = STATE(8964), - [sym__statement] = STATE(8135), - [sym__loop_statement] = STATE(8135), - [sym_for_statement] = STATE(8135), - [sym_while_statement] = STATE(8135), - [sym_do_while_statement] = STATE(8135), - [sym_assignment] = STATE(8135), - [sym__expression] = STATE(4204), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4455), - [sym_parenthesized_expression] = STATE(4455), - [sym_collection_literal] = STATE(4455), - [sym__literal_constant] = STATE(4455), - [sym_string_literal] = STATE(4455), - [sym_lambda_literal] = STATE(4455), - [sym_anonymous_function] = STATE(4455), - [sym__function_literal] = STATE(4455), - [sym_object_literal] = STATE(4455), - [sym_this_expression] = STATE(4455), - [sym_super_expression] = STATE(4455), - [sym_if_expression] = STATE(4455), - [sym_when_expression] = STATE(4455), - [sym_try_expression] = STATE(4455), - [sym_jump_expression] = STATE(4455), - [sym_callable_reference] = STATE(4455), - [sym__prefix_unary_operator] = STATE(1637), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7901), - [sym_modifiers] = STATE(7684), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), + [sym_type_alias] = STATE(9461), + [sym__declaration] = STATE(9461), + [sym_class_declaration] = STATE(9461), + [sym_function_declaration] = STATE(9461), + [sym_property_declaration] = STATE(9461), + [sym_getter] = STATE(9461), + [sym_setter] = STATE(9461), + [sym_object_declaration] = STATE(9461), + [sym__statement] = STATE(9461), + [sym_control_structure_body] = STATE(9099), + [sym__block] = STATE(9461), + [sym__loop_statement] = STATE(9461), + [sym_for_statement] = STATE(9461), + [sym_while_statement] = STATE(9461), + [sym_do_while_statement] = STATE(9461), + [sym_assignment] = STATE(9461), + [sym__expression] = STATE(4184), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4435), + [sym_parenthesized_expression] = STATE(4435), + [sym_collection_literal] = STATE(4435), + [sym__literal_constant] = STATE(4435), + [sym_string_literal] = STATE(4435), + [sym_lambda_literal] = STATE(4435), + [sym_anonymous_function] = STATE(4435), + [sym__function_literal] = STATE(4435), + [sym_object_literal] = STATE(4435), + [sym_this_expression] = STATE(4435), + [sym_super_expression] = STATE(4435), + [sym_if_expression] = STATE(4435), + [sym_when_expression] = STATE(4435), + [sym_try_expression] = STATE(4435), + [sym_jump_expression] = STATE(4435), + [sym_callable_reference] = STATE(4435), + [sym__prefix_unary_operator] = STATE(1903), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7894), + [sym_modifiers] = STATE(7813), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(351), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4608), + [sym__return_at] = STATE(310), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4435), + [sym_long_literal] = STATE(4435), + [sym_boolean_literal] = STATE(4435), + [sym_character_literal] = STATE(4435), + [sym__lexical_identifier] = STATE(4461), + [aux_sym__statement_repeat1] = STATE(830), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_typealias] = ACTIONS(289), + [anon_sym_class] = ACTIONS(291), + [anon_sym_interface] = ACTIONS(291), + [anon_sym_enum] = ACTIONS(293), + [anon_sym_LBRACE] = ACTIONS(295), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_val] = ACTIONS(297), + [anon_sym_var] = ACTIONS(297), + [anon_sym_object] = ACTIONS(299), + [anon_sym_fun] = ACTIONS(301), + [anon_sym_get] = ACTIONS(305), + [anon_sym_set] = ACTIONS(307), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(1065), + [sym_label] = ACTIONS(311), + [anon_sym_for] = ACTIONS(313), + [anon_sym_while] = ACTIONS(315), + [anon_sym_do] = ACTIONS(317), + [anon_sym_null] = ACTIONS(319), + [anon_sym_if] = ACTIONS(321), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(323), + [anon_sym_return] = ACTIONS(325), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(327), + [anon_sym_DASH] = ACTIONS(327), + [anon_sym_PLUS_PLUS] = ACTIONS(329), + [anon_sym_DASH_DASH] = ACTIONS(329), + [anon_sym_BANG] = ACTIONS(329), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(261), + [anon_sym_inner] = ACTIONS(261), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(263), + [anon_sym_actual] = ACTIONS(263), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(331), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(283), + }, + [251] = { + [sym_type_alias] = STATE(8308), + [sym__declaration] = STATE(8308), + [sym_class_declaration] = STATE(8308), + [sym_function_declaration] = STATE(8308), + [sym_property_declaration] = STATE(8308), + [sym_getter] = STATE(8308), + [sym_setter] = STATE(8308), + [sym_object_declaration] = STATE(8308), + [sym_statements] = STATE(9473), + [sym__statement] = STATE(8308), + [sym__loop_statement] = STATE(8308), + [sym_for_statement] = STATE(8308), + [sym_while_statement] = STATE(8308), + [sym_do_while_statement] = STATE(8308), + [sym_assignment] = STATE(8308), + [sym__expression] = STATE(4196), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4470), + [sym_parenthesized_expression] = STATE(4470), + [sym_collection_literal] = STATE(4470), + [sym__literal_constant] = STATE(4470), + [sym_string_literal] = STATE(4470), + [sym_lambda_literal] = STATE(4470), + [sym_anonymous_function] = STATE(4470), + [sym__function_literal] = STATE(4470), + [sym_object_literal] = STATE(4470), + [sym_this_expression] = STATE(4470), + [sym_super_expression] = STATE(4470), + [sym_if_expression] = STATE(4470), + [sym_when_expression] = STATE(4470), + [sym_try_expression] = STATE(4470), + [sym_jump_expression] = STATE(4470), + [sym_callable_reference] = STATE(4470), + [sym__prefix_unary_operator] = STATE(1926), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7921), + [sym_modifiers] = STATE(7781), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), [sym_annotation] = STATE(338), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4990), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4455), - [sym_long_literal] = STATE(4455), - [sym_boolean_literal] = STATE(4455), - [sym_character_literal] = STATE(4455), - [sym__lexical_identifier] = STATE(4529), - [aux_sym__statement_repeat1] = STATE(820), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4920), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4470), + [sym_long_literal] = STATE(4470), + [sym_boolean_literal] = STATE(4470), + [sym_character_literal] = STATE(4470), + [sym__lexical_identifier] = STATE(4566), + [aux_sym__statement_repeat1] = STATE(811), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(13), @@ -64523,7 +64786,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_interface] = ACTIONS(21), [anon_sym_enum] = ACTIONS(23), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(1584), + [anon_sym_RBRACE] = ACTIONS(1602), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), @@ -64592,84 +64855,84 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(109), }, - [251] = { - [sym_type_alias] = STATE(8135), - [sym__declaration] = STATE(8135), - [sym_class_declaration] = STATE(8135), - [sym_function_declaration] = STATE(8135), - [sym_property_declaration] = STATE(8135), - [sym_getter] = STATE(8135), - [sym_setter] = STATE(8135), - [sym_object_declaration] = STATE(8135), - [sym_statements] = STATE(9291), - [sym__statement] = STATE(8135), - [sym__loop_statement] = STATE(8135), - [sym_for_statement] = STATE(8135), - [sym_while_statement] = STATE(8135), - [sym_do_while_statement] = STATE(8135), - [sym_assignment] = STATE(8135), - [sym__expression] = STATE(4204), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4455), - [sym_parenthesized_expression] = STATE(4455), - [sym_collection_literal] = STATE(4455), - [sym__literal_constant] = STATE(4455), - [sym_string_literal] = STATE(4455), - [sym_lambda_literal] = STATE(4455), - [sym_anonymous_function] = STATE(4455), - [sym__function_literal] = STATE(4455), - [sym_object_literal] = STATE(4455), - [sym_this_expression] = STATE(4455), - [sym_super_expression] = STATE(4455), - [sym_if_expression] = STATE(4455), - [sym_when_expression] = STATE(4455), - [sym_try_expression] = STATE(4455), - [sym_jump_expression] = STATE(4455), - [sym_callable_reference] = STATE(4455), - [sym__prefix_unary_operator] = STATE(1637), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7901), - [sym_modifiers] = STATE(7684), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), + [252] = { + [sym_type_alias] = STATE(8308), + [sym__declaration] = STATE(8308), + [sym_class_declaration] = STATE(8308), + [sym_function_declaration] = STATE(8308), + [sym_property_declaration] = STATE(8308), + [sym_getter] = STATE(8308), + [sym_setter] = STATE(8308), + [sym_object_declaration] = STATE(8308), + [sym_statements] = STATE(9478), + [sym__statement] = STATE(8308), + [sym__loop_statement] = STATE(8308), + [sym_for_statement] = STATE(8308), + [sym_while_statement] = STATE(8308), + [sym_do_while_statement] = STATE(8308), + [sym_assignment] = STATE(8308), + [sym__expression] = STATE(4196), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4470), + [sym_parenthesized_expression] = STATE(4470), + [sym_collection_literal] = STATE(4470), + [sym__literal_constant] = STATE(4470), + [sym_string_literal] = STATE(4470), + [sym_lambda_literal] = STATE(4470), + [sym_anonymous_function] = STATE(4470), + [sym__function_literal] = STATE(4470), + [sym_object_literal] = STATE(4470), + [sym_this_expression] = STATE(4470), + [sym_super_expression] = STATE(4470), + [sym_if_expression] = STATE(4470), + [sym_when_expression] = STATE(4470), + [sym_try_expression] = STATE(4470), + [sym_jump_expression] = STATE(4470), + [sym_callable_reference] = STATE(4470), + [sym__prefix_unary_operator] = STATE(1926), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7921), + [sym_modifiers] = STATE(7781), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), [sym_annotation] = STATE(338), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4990), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4455), - [sym_long_literal] = STATE(4455), - [sym_boolean_literal] = STATE(4455), - [sym_character_literal] = STATE(4455), - [sym__lexical_identifier] = STATE(4529), - [aux_sym__statement_repeat1] = STATE(820), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4920), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4470), + [sym_long_literal] = STATE(4470), + [sym_boolean_literal] = STATE(4470), + [sym_character_literal] = STATE(4470), + [sym__lexical_identifier] = STATE(4566), + [aux_sym__statement_repeat1] = STATE(811), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(13), @@ -64678,7 +64941,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_interface] = ACTIONS(21), [anon_sym_enum] = ACTIONS(23), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(1586), + [anon_sym_RBRACE] = ACTIONS(1604), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), @@ -64747,239 +65010,85 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(109), }, - [252] = { - [sym_type_alias] = STATE(9378), - [sym__declaration] = STATE(9378), - [sym_class_declaration] = STATE(9378), - [sym_function_declaration] = STATE(9378), - [sym_property_declaration] = STATE(9378), - [sym_getter] = STATE(9378), - [sym_setter] = STATE(9378), - [sym_object_declaration] = STATE(9378), - [sym__statement] = STATE(9378), - [sym_control_structure_body] = STATE(9413), - [sym__block] = STATE(9378), - [sym__loop_statement] = STATE(9378), - [sym_for_statement] = STATE(9378), - [sym_while_statement] = STATE(9378), - [sym_do_while_statement] = STATE(9378), - [sym_assignment] = STATE(9378), - [sym__expression] = STATE(4166), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4428), - [sym_parenthesized_expression] = STATE(4428), - [sym_collection_literal] = STATE(4428), - [sym__literal_constant] = STATE(4428), - [sym_string_literal] = STATE(4428), - [sym_lambda_literal] = STATE(4428), - [sym_anonymous_function] = STATE(4428), - [sym__function_literal] = STATE(4428), - [sym_object_literal] = STATE(4428), - [sym_this_expression] = STATE(4428), - [sym_super_expression] = STATE(4428), - [sym_if_expression] = STATE(4428), - [sym_when_expression] = STATE(4428), - [sym_try_expression] = STATE(4428), - [sym_jump_expression] = STATE(4428), - [sym_callable_reference] = STATE(4428), - [sym__prefix_unary_operator] = STATE(2049), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7865), - [sym_modifiers] = STATE(7637), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(342), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4561), - [sym__return_at] = STATE(310), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4428), - [sym_long_literal] = STATE(4428), - [sym_boolean_literal] = STATE(4428), - [sym_character_literal] = STATE(4428), - [sym__lexical_identifier] = STATE(4440), - [aux_sym__statement_repeat1] = STATE(824), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_typealias] = ACTIONS(289), - [anon_sym_class] = ACTIONS(291), - [anon_sym_interface] = ACTIONS(291), - [anon_sym_enum] = ACTIONS(293), - [anon_sym_LBRACE] = ACTIONS(295), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_val] = ACTIONS(297), - [anon_sym_var] = ACTIONS(297), - [anon_sym_object] = ACTIONS(299), - [anon_sym_fun] = ACTIONS(301), - [anon_sym_get] = ACTIONS(305), - [anon_sym_set] = ACTIONS(307), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), - [sym_label] = ACTIONS(311), - [anon_sym_for] = ACTIONS(313), - [anon_sym_while] = ACTIONS(315), - [anon_sym_do] = ACTIONS(317), - [anon_sym_null] = ACTIONS(319), - [anon_sym_if] = ACTIONS(321), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(323), - [anon_sym_return] = ACTIONS(325), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(327), - [anon_sym_DASH] = ACTIONS(327), - [anon_sym_PLUS_PLUS] = ACTIONS(329), - [anon_sym_DASH_DASH] = ACTIONS(329), - [anon_sym_BANG] = ACTIONS(329), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(261), - [anon_sym_inner] = ACTIONS(261), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(263), - [anon_sym_actual] = ACTIONS(263), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(331), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), - }, [253] = { - [sym_type_alias] = STATE(8135), - [sym__declaration] = STATE(8135), - [sym_class_declaration] = STATE(8135), - [sym_function_declaration] = STATE(8135), - [sym_property_declaration] = STATE(8135), - [sym_getter] = STATE(8135), - [sym_setter] = STATE(8135), - [sym_object_declaration] = STATE(8135), - [sym_statements] = STATE(9214), - [sym__statement] = STATE(8135), - [sym__loop_statement] = STATE(8135), - [sym_for_statement] = STATE(8135), - [sym_while_statement] = STATE(8135), - [sym_do_while_statement] = STATE(8135), - [sym_assignment] = STATE(8135), - [sym__expression] = STATE(4204), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4455), - [sym_parenthesized_expression] = STATE(4455), - [sym_collection_literal] = STATE(4455), - [sym__literal_constant] = STATE(4455), - [sym_string_literal] = STATE(4455), - [sym_lambda_literal] = STATE(4455), - [sym_anonymous_function] = STATE(4455), - [sym__function_literal] = STATE(4455), - [sym_object_literal] = STATE(4455), - [sym_this_expression] = STATE(4455), - [sym_super_expression] = STATE(4455), - [sym_if_expression] = STATE(4455), - [sym_when_expression] = STATE(4455), - [sym_try_expression] = STATE(4455), - [sym_jump_expression] = STATE(4455), - [sym_callable_reference] = STATE(4455), - [sym__prefix_unary_operator] = STATE(1637), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7901), - [sym_modifiers] = STATE(7684), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), + [sym_type_alias] = STATE(8664), + [sym__declaration] = STATE(8664), + [sym_class_declaration] = STATE(8664), + [sym_function_declaration] = STATE(8664), + [sym_property_declaration] = STATE(8664), + [sym_getter] = STATE(8664), + [sym_setter] = STATE(8664), + [sym_object_declaration] = STATE(8664), + [sym__statement] = STATE(8664), + [sym__loop_statement] = STATE(8664), + [sym_for_statement] = STATE(8664), + [sym_while_statement] = STATE(8664), + [sym_do_while_statement] = STATE(8664), + [sym_assignment] = STATE(8664), + [sym__expression] = STATE(4196), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4470), + [sym_parenthesized_expression] = STATE(4470), + [sym_collection_literal] = STATE(4470), + [sym__literal_constant] = STATE(4470), + [sym_string_literal] = STATE(4470), + [sym_lambda_literal] = STATE(4470), + [sym_anonymous_function] = STATE(4470), + [sym__function_literal] = STATE(4470), + [sym_object_literal] = STATE(4470), + [sym_this_expression] = STATE(4470), + [sym_super_expression] = STATE(4470), + [sym_if_expression] = STATE(4470), + [sym_when_expression] = STATE(4470), + [sym_try_expression] = STATE(4470), + [sym_jump_expression] = STATE(4470), + [sym_callable_reference] = STATE(4470), + [sym__prefix_unary_operator] = STATE(1926), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7921), + [sym_modifiers] = STATE(7781), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), [sym_annotation] = STATE(338), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4990), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4455), - [sym_long_literal] = STATE(4455), - [sym_boolean_literal] = STATE(4455), - [sym_character_literal] = STATE(4455), - [sym__lexical_identifier] = STATE(4529), - [aux_sym__statement_repeat1] = STATE(820), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4920), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4470), + [sym_long_literal] = STATE(4470), + [sym_boolean_literal] = STATE(4470), + [sym_character_literal] = STATE(4470), + [sym__lexical_identifier] = STATE(4566), + [aux_sym_source_file_repeat3] = STATE(227), + [aux_sym__statement_repeat1] = STATE(811), + [aux_sym_modifiers_repeat1] = STATE(5459), + [ts_builtin_sym_end] = ACTIONS(1123), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(13), @@ -64988,7 +65097,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_interface] = ACTIONS(21), [anon_sym_enum] = ACTIONS(23), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(1588), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), @@ -65058,83 +65166,238 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(109), }, [254] = { - [sym_type_alias] = STATE(8135), - [sym__declaration] = STATE(8135), - [sym_class_declaration] = STATE(8135), - [sym_function_declaration] = STATE(8135), - [sym_property_declaration] = STATE(8135), - [sym_getter] = STATE(8135), - [sym_setter] = STATE(8135), - [sym_object_declaration] = STATE(8135), - [sym_statements] = STATE(9421), - [sym__statement] = STATE(8135), - [sym__loop_statement] = STATE(8135), - [sym_for_statement] = STATE(8135), - [sym_while_statement] = STATE(8135), - [sym_do_while_statement] = STATE(8135), - [sym_assignment] = STATE(8135), - [sym__expression] = STATE(4204), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4455), - [sym_parenthesized_expression] = STATE(4455), - [sym_collection_literal] = STATE(4455), - [sym__literal_constant] = STATE(4455), - [sym_string_literal] = STATE(4455), - [sym_lambda_literal] = STATE(4455), - [sym_anonymous_function] = STATE(4455), - [sym__function_literal] = STATE(4455), - [sym_object_literal] = STATE(4455), - [sym_this_expression] = STATE(4455), - [sym_super_expression] = STATE(4455), - [sym_if_expression] = STATE(4455), - [sym_when_expression] = STATE(4455), - [sym_try_expression] = STATE(4455), - [sym_jump_expression] = STATE(4455), - [sym_callable_reference] = STATE(4455), - [sym__prefix_unary_operator] = STATE(1637), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7901), - [sym_modifiers] = STATE(7684), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), + [sym_type_alias] = STATE(9461), + [sym__declaration] = STATE(9461), + [sym_class_declaration] = STATE(9461), + [sym_function_declaration] = STATE(9461), + [sym_property_declaration] = STATE(9461), + [sym_getter] = STATE(9461), + [sym_setter] = STATE(9461), + [sym_object_declaration] = STATE(9461), + [sym__statement] = STATE(9461), + [sym_control_structure_body] = STATE(9212), + [sym__block] = STATE(9461), + [sym__loop_statement] = STATE(9461), + [sym_for_statement] = STATE(9461), + [sym_while_statement] = STATE(9461), + [sym_do_while_statement] = STATE(9461), + [sym_assignment] = STATE(9461), + [sym__expression] = STATE(4184), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4435), + [sym_parenthesized_expression] = STATE(4435), + [sym_collection_literal] = STATE(4435), + [sym__literal_constant] = STATE(4435), + [sym_string_literal] = STATE(4435), + [sym_lambda_literal] = STATE(4435), + [sym_anonymous_function] = STATE(4435), + [sym__function_literal] = STATE(4435), + [sym_object_literal] = STATE(4435), + [sym_this_expression] = STATE(4435), + [sym_super_expression] = STATE(4435), + [sym_if_expression] = STATE(4435), + [sym_when_expression] = STATE(4435), + [sym_try_expression] = STATE(4435), + [sym_jump_expression] = STATE(4435), + [sym_callable_reference] = STATE(4435), + [sym__prefix_unary_operator] = STATE(1903), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7894), + [sym_modifiers] = STATE(7813), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(351), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4608), + [sym__return_at] = STATE(310), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4435), + [sym_long_literal] = STATE(4435), + [sym_boolean_literal] = STATE(4435), + [sym_character_literal] = STATE(4435), + [sym__lexical_identifier] = STATE(4461), + [aux_sym__statement_repeat1] = STATE(830), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_typealias] = ACTIONS(289), + [anon_sym_class] = ACTIONS(291), + [anon_sym_interface] = ACTIONS(291), + [anon_sym_enum] = ACTIONS(293), + [anon_sym_LBRACE] = ACTIONS(295), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_val] = ACTIONS(297), + [anon_sym_var] = ACTIONS(297), + [anon_sym_object] = ACTIONS(299), + [anon_sym_fun] = ACTIONS(301), + [anon_sym_get] = ACTIONS(305), + [anon_sym_set] = ACTIONS(307), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(1065), + [sym_label] = ACTIONS(311), + [anon_sym_for] = ACTIONS(313), + [anon_sym_while] = ACTIONS(1393), + [anon_sym_do] = ACTIONS(317), + [anon_sym_null] = ACTIONS(319), + [anon_sym_if] = ACTIONS(321), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(323), + [anon_sym_return] = ACTIONS(325), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(327), + [anon_sym_DASH] = ACTIONS(327), + [anon_sym_PLUS_PLUS] = ACTIONS(329), + [anon_sym_DASH_DASH] = ACTIONS(329), + [anon_sym_BANG] = ACTIONS(329), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(261), + [anon_sym_inner] = ACTIONS(261), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(263), + [anon_sym_actual] = ACTIONS(263), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(331), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(283), + }, + [255] = { + [sym_type_alias] = STATE(8308), + [sym__declaration] = STATE(8308), + [sym_class_declaration] = STATE(8308), + [sym_function_declaration] = STATE(8308), + [sym_property_declaration] = STATE(8308), + [sym_getter] = STATE(8308), + [sym_setter] = STATE(8308), + [sym_object_declaration] = STATE(8308), + [sym_statements] = STATE(9495), + [sym__statement] = STATE(8308), + [sym__loop_statement] = STATE(8308), + [sym_for_statement] = STATE(8308), + [sym_while_statement] = STATE(8308), + [sym_do_while_statement] = STATE(8308), + [sym_assignment] = STATE(8308), + [sym__expression] = STATE(4196), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4470), + [sym_parenthesized_expression] = STATE(4470), + [sym_collection_literal] = STATE(4470), + [sym__literal_constant] = STATE(4470), + [sym_string_literal] = STATE(4470), + [sym_lambda_literal] = STATE(4470), + [sym_anonymous_function] = STATE(4470), + [sym__function_literal] = STATE(4470), + [sym_object_literal] = STATE(4470), + [sym_this_expression] = STATE(4470), + [sym_super_expression] = STATE(4470), + [sym_if_expression] = STATE(4470), + [sym_when_expression] = STATE(4470), + [sym_try_expression] = STATE(4470), + [sym_jump_expression] = STATE(4470), + [sym_callable_reference] = STATE(4470), + [sym__prefix_unary_operator] = STATE(1926), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7921), + [sym_modifiers] = STATE(7781), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), [sym_annotation] = STATE(338), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4990), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4455), - [sym_long_literal] = STATE(4455), - [sym_boolean_literal] = STATE(4455), - [sym_character_literal] = STATE(4455), - [sym__lexical_identifier] = STATE(4529), - [aux_sym__statement_repeat1] = STATE(820), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4920), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4470), + [sym_long_literal] = STATE(4470), + [sym_boolean_literal] = STATE(4470), + [sym_character_literal] = STATE(4470), + [sym__lexical_identifier] = STATE(4566), + [aux_sym__statement_repeat1] = STATE(811), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(13), @@ -65143,7 +65406,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_interface] = ACTIONS(21), [anon_sym_enum] = ACTIONS(23), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(1590), + [anon_sym_RBRACE] = ACTIONS(1606), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), @@ -65212,281 +65475,126 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(109), }, - [255] = { - [sym__expression] = STATE(1016), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(1786), - [sym_annotation] = STATE(1786), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(255), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), - [sym__alpha_identifier] = ACTIONS(111), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_RBRACK] = ACTIONS(1592), - [anon_sym_as] = ACTIONS(1594), - [anon_sym_EQ] = ACTIONS(1594), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(1592), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_COMMA] = ACTIONS(1592), - [anon_sym_RPAREN] = ACTIONS(1592), - [anon_sym_LT] = ACTIONS(1594), - [anon_sym_GT] = ACTIONS(1594), - [anon_sym_where] = ACTIONS(1594), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1600), - [anon_sym_DOT] = ACTIONS(1594), - [anon_sym_SEMI] = ACTIONS(1592), - [anon_sym_get] = ACTIONS(111), - [anon_sym_set] = ACTIONS(111), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(145), - [anon_sym_DASH_GT] = ACTIONS(1592), - [sym_label] = ACTIONS(171), - [anon_sym_in] = ACTIONS(1594), - [anon_sym_while] = ACTIONS(1594), - [anon_sym_DOT_DOT] = ACTIONS(1592), - [anon_sym_QMARK_COLON] = ACTIONS(1592), - [anon_sym_AMP_AMP] = ACTIONS(1592), - [anon_sym_PIPE_PIPE] = ACTIONS(1592), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(157), - [anon_sym_else] = ACTIONS(1594), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(163), - [anon_sym_return] = ACTIONS(165), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS_EQ] = ACTIONS(1592), - [anon_sym_DASH_EQ] = ACTIONS(1592), - [anon_sym_STAR_EQ] = ACTIONS(1592), - [anon_sym_SLASH_EQ] = ACTIONS(1592), - [anon_sym_PERCENT_EQ] = ACTIONS(1592), - [anon_sym_BANG_EQ] = ACTIONS(1594), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1592), - [anon_sym_EQ_EQ] = ACTIONS(1594), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1592), - [anon_sym_LT_EQ] = ACTIONS(1592), - [anon_sym_GT_EQ] = ACTIONS(1592), - [anon_sym_BANGin] = ACTIONS(1592), - [anon_sym_is] = ACTIONS(1594), - [anon_sym_BANGis] = ACTIONS(1592), - [anon_sym_PLUS] = ACTIONS(171), - [anon_sym_DASH] = ACTIONS(171), - [anon_sym_SLASH] = ACTIONS(1594), - [anon_sym_PERCENT] = ACTIONS(1594), - [anon_sym_as_QMARK] = ACTIONS(1592), - [anon_sym_PLUS_PLUS] = ACTIONS(173), - [anon_sym_DASH_DASH] = ACTIONS(173), - [anon_sym_BANG] = ACTIONS(171), - [anon_sym_BANG_BANG] = ACTIONS(1592), - [anon_sym_suspend] = ACTIONS(1594), - [anon_sym_sealed] = ACTIONS(1594), - [anon_sym_annotation] = ACTIONS(1594), - [anon_sym_data] = ACTIONS(111), - [anon_sym_inner] = ACTIONS(111), - [anon_sym_override] = ACTIONS(1594), - [anon_sym_lateinit] = ACTIONS(1594), - [anon_sym_public] = ACTIONS(1594), - [anon_sym_private] = ACTIONS(1594), - [anon_sym_internal] = ACTIONS(1594), - [anon_sym_protected] = ACTIONS(1594), - [anon_sym_tailrec] = ACTIONS(1594), - [anon_sym_operator] = ACTIONS(1594), - [anon_sym_infix] = ACTIONS(1594), - [anon_sym_inline] = ACTIONS(1594), - [anon_sym_external] = ACTIONS(1594), - [sym_property_modifier] = ACTIONS(1594), - [anon_sym_abstract] = ACTIONS(1594), - [anon_sym_final] = ACTIONS(1594), - [anon_sym_open] = ACTIONS(1594), - [anon_sym_vararg] = ACTIONS(1594), - [anon_sym_noinline] = ACTIONS(1594), - [anon_sym_crossinline] = ACTIONS(1594), - [anon_sym_expect] = ACTIONS(111), - [anon_sym_actual] = ACTIONS(111), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), - [sym_safe_nav] = ACTIONS(1592), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), - }, [256] = { - [sym_type_alias] = STATE(8135), - [sym__declaration] = STATE(8135), - [sym_class_declaration] = STATE(8135), - [sym_function_declaration] = STATE(8135), - [sym_property_declaration] = STATE(8135), - [sym_getter] = STATE(8135), - [sym_setter] = STATE(8135), - [sym_object_declaration] = STATE(8135), - [sym_statements] = STATE(8951), - [sym__statement] = STATE(8135), - [sym__loop_statement] = STATE(8135), - [sym_for_statement] = STATE(8135), - [sym_while_statement] = STATE(8135), - [sym_do_while_statement] = STATE(8135), - [sym_assignment] = STATE(8135), - [sym__expression] = STATE(4204), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4455), - [sym_parenthesized_expression] = STATE(4455), - [sym_collection_literal] = STATE(4455), - [sym__literal_constant] = STATE(4455), - [sym_string_literal] = STATE(4455), - [sym_lambda_literal] = STATE(4455), - [sym_anonymous_function] = STATE(4455), - [sym__function_literal] = STATE(4455), - [sym_object_literal] = STATE(4455), - [sym_this_expression] = STATE(4455), - [sym_super_expression] = STATE(4455), - [sym_if_expression] = STATE(4455), - [sym_when_expression] = STATE(4455), - [sym_try_expression] = STATE(4455), - [sym_jump_expression] = STATE(4455), - [sym_callable_reference] = STATE(4455), - [sym__prefix_unary_operator] = STATE(1637), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7901), - [sym_modifiers] = STATE(7684), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(338), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4990), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4455), - [sym_long_literal] = STATE(4455), - [sym_boolean_literal] = STATE(4455), - [sym_character_literal] = STATE(4455), - [sym__lexical_identifier] = STATE(4529), - [aux_sym__statement_repeat1] = STATE(820), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(7), + [sym_type_alias] = STATE(9461), + [sym__declaration] = STATE(9461), + [sym_class_declaration] = STATE(9461), + [sym_function_declaration] = STATE(9461), + [sym_property_declaration] = STATE(9461), + [sym_getter] = STATE(9461), + [sym_setter] = STATE(9461), + [sym_object_declaration] = STATE(9461), + [sym__statement] = STATE(9461), + [sym_control_structure_body] = STATE(9108), + [sym__block] = STATE(9461), + [sym__loop_statement] = STATE(9461), + [sym_for_statement] = STATE(9461), + [sym_while_statement] = STATE(9461), + [sym_do_while_statement] = STATE(9461), + [sym_assignment] = STATE(9461), + [sym__expression] = STATE(4184), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4435), + [sym_parenthesized_expression] = STATE(4435), + [sym_collection_literal] = STATE(4435), + [sym__literal_constant] = STATE(4435), + [sym_string_literal] = STATE(4435), + [sym_lambda_literal] = STATE(4435), + [sym_anonymous_function] = STATE(4435), + [sym__function_literal] = STATE(4435), + [sym_object_literal] = STATE(4435), + [sym_this_expression] = STATE(4435), + [sym_super_expression] = STATE(4435), + [sym_if_expression] = STATE(4435), + [sym_when_expression] = STATE(4435), + [sym_try_expression] = STATE(4435), + [sym_jump_expression] = STATE(4435), + [sym_callable_reference] = STATE(4435), + [sym__prefix_unary_operator] = STATE(1903), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7894), + [sym_modifiers] = STATE(7813), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(351), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4608), + [sym__return_at] = STATE(310), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4435), + [sym_long_literal] = STATE(4435), + [sym_boolean_literal] = STATE(4435), + [sym_character_literal] = STATE(4435), + [sym__lexical_identifier] = STATE(4461), + [aux_sym__statement_repeat1] = STATE(830), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(203), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_typealias] = ACTIONS(19), - [anon_sym_class] = ACTIONS(21), - [anon_sym_interface] = ACTIONS(21), - [anon_sym_enum] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(1606), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_val] = ACTIONS(29), - [anon_sym_var] = ACTIONS(29), - [anon_sym_object] = ACTIONS(31), - [anon_sym_fun] = ACTIONS(33), - [anon_sym_get] = ACTIONS(35), - [anon_sym_set] = ACTIONS(37), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(43), - [sym_label] = ACTIONS(45), - [anon_sym_for] = ACTIONS(47), - [anon_sym_while] = ACTIONS(49), - [anon_sym_do] = ACTIONS(51), - [anon_sym_null] = ACTIONS(53), - [anon_sym_if] = ACTIONS(55), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(61), - [anon_sym_return] = ACTIONS(63), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(69), - [anon_sym_DASH] = ACTIONS(69), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_BANG] = ACTIONS(71), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_typealias] = ACTIONS(289), + [anon_sym_class] = ACTIONS(291), + [anon_sym_interface] = ACTIONS(291), + [anon_sym_enum] = ACTIONS(293), + [anon_sym_LBRACE] = ACTIONS(295), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_val] = ACTIONS(297), + [anon_sym_var] = ACTIONS(297), + [anon_sym_object] = ACTIONS(299), + [anon_sym_fun] = ACTIONS(301), + [anon_sym_get] = ACTIONS(305), + [anon_sym_set] = ACTIONS(307), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(1065), + [sym_label] = ACTIONS(311), + [anon_sym_for] = ACTIONS(313), + [anon_sym_while] = ACTIONS(315), + [anon_sym_do] = ACTIONS(317), + [anon_sym_null] = ACTIONS(319), + [anon_sym_if] = ACTIONS(321), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(323), + [anon_sym_return] = ACTIONS(325), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(327), + [anon_sym_DASH] = ACTIONS(327), + [anon_sym_PLUS_PLUS] = ACTIONS(329), + [anon_sym_DASH_DASH] = ACTIONS(329), + [anon_sym_BANG] = ACTIONS(329), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(77), - [anon_sym_inner] = ACTIONS(77), + [anon_sym_data] = ACTIONS(261), + [anon_sym_inner] = ACTIONS(261), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -65505,100 +65613,100 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(89), - [anon_sym_actual] = ACTIONS(89), + [anon_sym_expect] = ACTIONS(263), + [anon_sym_actual] = ACTIONS(263), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(97), - [sym_integer_literal] = ACTIONS(99), - [sym_hex_literal] = ACTIONS(101), - [sym_bin_literal] = ACTIONS(101), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [anon_sym_SQUOTE] = ACTIONS(105), - [sym__backtick_identifier] = ACTIONS(107), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(331), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(109), + [sym__string_start] = ACTIONS(283), }, [257] = { - [sym_type_alias] = STATE(8789), - [sym__declaration] = STATE(8789), - [sym_class_declaration] = STATE(8789), - [sym_function_declaration] = STATE(8789), - [sym_property_declaration] = STATE(8789), - [sym_getter] = STATE(8789), - [sym_setter] = STATE(8789), - [sym_object_declaration] = STATE(8789), - [sym__statement] = STATE(8789), - [sym__loop_statement] = STATE(8789), - [sym_for_statement] = STATE(8789), - [sym_while_statement] = STATE(8789), - [sym_do_while_statement] = STATE(8789), - [sym_assignment] = STATE(8789), - [sym__expression] = STATE(4204), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4455), - [sym_parenthesized_expression] = STATE(4455), - [sym_collection_literal] = STATE(4455), - [sym__literal_constant] = STATE(4455), - [sym_string_literal] = STATE(4455), - [sym_lambda_literal] = STATE(4455), - [sym_anonymous_function] = STATE(4455), - [sym__function_literal] = STATE(4455), - [sym_object_literal] = STATE(4455), - [sym_this_expression] = STATE(4455), - [sym_super_expression] = STATE(4455), - [sym_if_expression] = STATE(4455), - [sym_when_expression] = STATE(4455), - [sym_try_expression] = STATE(4455), - [sym_jump_expression] = STATE(4455), - [sym_callable_reference] = STATE(4455), - [sym__prefix_unary_operator] = STATE(1637), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7901), - [sym_modifiers] = STATE(7684), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), + [sym_type_alias] = STATE(8761), + [sym__declaration] = STATE(8761), + [sym_class_declaration] = STATE(8761), + [sym_function_declaration] = STATE(8761), + [sym_property_declaration] = STATE(8761), + [sym_getter] = STATE(8761), + [sym_setter] = STATE(8761), + [sym_object_declaration] = STATE(8761), + [sym__statement] = STATE(8761), + [sym__loop_statement] = STATE(8761), + [sym_for_statement] = STATE(8761), + [sym_while_statement] = STATE(8761), + [sym_do_while_statement] = STATE(8761), + [sym_assignment] = STATE(8761), + [sym__expression] = STATE(4196), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4470), + [sym_parenthesized_expression] = STATE(4470), + [sym_collection_literal] = STATE(4470), + [sym__literal_constant] = STATE(4470), + [sym_string_literal] = STATE(4470), + [sym_lambda_literal] = STATE(4470), + [sym_anonymous_function] = STATE(4470), + [sym__function_literal] = STATE(4470), + [sym_object_literal] = STATE(4470), + [sym_this_expression] = STATE(4470), + [sym_super_expression] = STATE(4470), + [sym_if_expression] = STATE(4470), + [sym_when_expression] = STATE(4470), + [sym_try_expression] = STATE(4470), + [sym_jump_expression] = STATE(4470), + [sym_callable_reference] = STATE(4470), + [sym__prefix_unary_operator] = STATE(1926), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7921), + [sym_modifiers] = STATE(7781), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), [sym_annotation] = STATE(338), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4990), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4455), - [sym_long_literal] = STATE(4455), - [sym_boolean_literal] = STATE(4455), - [sym_character_literal] = STATE(4455), - [sym__lexical_identifier] = STATE(4529), - [aux_sym__statement_repeat1] = STATE(820), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4920), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4470), + [sym_long_literal] = STATE(4470), + [sym_boolean_literal] = STATE(4470), + [sym_character_literal] = STATE(4470), + [sym__lexical_identifier] = STATE(4566), + [aux_sym__statement_repeat1] = STATE(811), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(13), @@ -65677,82 +65785,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(109), }, [258] = { - [sym_type_alias] = STATE(8789), - [sym__declaration] = STATE(8789), - [sym_class_declaration] = STATE(8789), - [sym_function_declaration] = STATE(8789), - [sym_property_declaration] = STATE(8789), - [sym_getter] = STATE(8789), - [sym_setter] = STATE(8789), - [sym_object_declaration] = STATE(8789), - [sym__statement] = STATE(8789), - [sym__loop_statement] = STATE(8789), - [sym_for_statement] = STATE(8789), - [sym_while_statement] = STATE(8789), - [sym_do_while_statement] = STATE(8789), - [sym_assignment] = STATE(8789), - [sym__expression] = STATE(4204), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4455), - [sym_parenthesized_expression] = STATE(4455), - [sym_collection_literal] = STATE(4455), - [sym__literal_constant] = STATE(4455), - [sym_string_literal] = STATE(4455), - [sym_lambda_literal] = STATE(4455), - [sym_anonymous_function] = STATE(4455), - [sym__function_literal] = STATE(4455), - [sym_object_literal] = STATE(4455), - [sym_this_expression] = STATE(4455), - [sym_super_expression] = STATE(4455), - [sym_if_expression] = STATE(4455), - [sym_when_expression] = STATE(4455), - [sym_try_expression] = STATE(4455), - [sym_jump_expression] = STATE(4455), - [sym_callable_reference] = STATE(4455), - [sym__prefix_unary_operator] = STATE(1637), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7901), - [sym_modifiers] = STATE(7684), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), + [sym_type_alias] = STATE(8761), + [sym__declaration] = STATE(8761), + [sym_class_declaration] = STATE(8761), + [sym_function_declaration] = STATE(8761), + [sym_property_declaration] = STATE(8761), + [sym_getter] = STATE(8761), + [sym_setter] = STATE(8761), + [sym_object_declaration] = STATE(8761), + [sym__statement] = STATE(8761), + [sym__loop_statement] = STATE(8761), + [sym_for_statement] = STATE(8761), + [sym_while_statement] = STATE(8761), + [sym_do_while_statement] = STATE(8761), + [sym_assignment] = STATE(8761), + [sym__expression] = STATE(4196), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4470), + [sym_parenthesized_expression] = STATE(4470), + [sym_collection_literal] = STATE(4470), + [sym__literal_constant] = STATE(4470), + [sym_string_literal] = STATE(4470), + [sym_lambda_literal] = STATE(4470), + [sym_anonymous_function] = STATE(4470), + [sym__function_literal] = STATE(4470), + [sym_object_literal] = STATE(4470), + [sym_this_expression] = STATE(4470), + [sym_super_expression] = STATE(4470), + [sym_if_expression] = STATE(4470), + [sym_when_expression] = STATE(4470), + [sym_try_expression] = STATE(4470), + [sym_jump_expression] = STATE(4470), + [sym_callable_reference] = STATE(4470), + [sym__prefix_unary_operator] = STATE(1926), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7921), + [sym_modifiers] = STATE(7781), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), [sym_annotation] = STATE(338), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4990), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4455), - [sym_long_literal] = STATE(4455), - [sym_boolean_literal] = STATE(4455), - [sym_character_literal] = STATE(4455), - [sym__lexical_identifier] = STATE(4529), - [aux_sym__statement_repeat1] = STATE(820), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4920), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4470), + [sym_long_literal] = STATE(4470), + [sym_boolean_literal] = STATE(4470), + [sym_character_literal] = STATE(4470), + [sym__lexical_identifier] = STATE(4566), + [aux_sym__statement_repeat1] = STATE(811), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(13), @@ -65831,82 +65939,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(109), }, [259] = { - [sym_type_alias] = STATE(8789), - [sym__declaration] = STATE(8789), - [sym_class_declaration] = STATE(8789), - [sym_function_declaration] = STATE(8789), - [sym_property_declaration] = STATE(8789), - [sym_getter] = STATE(8789), - [sym_setter] = STATE(8789), - [sym_object_declaration] = STATE(8789), - [sym__statement] = STATE(8789), - [sym__loop_statement] = STATE(8789), - [sym_for_statement] = STATE(8789), - [sym_while_statement] = STATE(8789), - [sym_do_while_statement] = STATE(8789), - [sym_assignment] = STATE(8789), - [sym__expression] = STATE(4204), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4455), - [sym_parenthesized_expression] = STATE(4455), - [sym_collection_literal] = STATE(4455), - [sym__literal_constant] = STATE(4455), - [sym_string_literal] = STATE(4455), - [sym_lambda_literal] = STATE(4455), - [sym_anonymous_function] = STATE(4455), - [sym__function_literal] = STATE(4455), - [sym_object_literal] = STATE(4455), - [sym_this_expression] = STATE(4455), - [sym_super_expression] = STATE(4455), - [sym_if_expression] = STATE(4455), - [sym_when_expression] = STATE(4455), - [sym_try_expression] = STATE(4455), - [sym_jump_expression] = STATE(4455), - [sym_callable_reference] = STATE(4455), - [sym__prefix_unary_operator] = STATE(1637), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7901), - [sym_modifiers] = STATE(7684), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), + [sym_type_alias] = STATE(8761), + [sym__declaration] = STATE(8761), + [sym_class_declaration] = STATE(8761), + [sym_function_declaration] = STATE(8761), + [sym_property_declaration] = STATE(8761), + [sym_getter] = STATE(8761), + [sym_setter] = STATE(8761), + [sym_object_declaration] = STATE(8761), + [sym__statement] = STATE(8761), + [sym__loop_statement] = STATE(8761), + [sym_for_statement] = STATE(8761), + [sym_while_statement] = STATE(8761), + [sym_do_while_statement] = STATE(8761), + [sym_assignment] = STATE(8761), + [sym__expression] = STATE(4196), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4470), + [sym_parenthesized_expression] = STATE(4470), + [sym_collection_literal] = STATE(4470), + [sym__literal_constant] = STATE(4470), + [sym_string_literal] = STATE(4470), + [sym_lambda_literal] = STATE(4470), + [sym_anonymous_function] = STATE(4470), + [sym__function_literal] = STATE(4470), + [sym_object_literal] = STATE(4470), + [sym_this_expression] = STATE(4470), + [sym_super_expression] = STATE(4470), + [sym_if_expression] = STATE(4470), + [sym_when_expression] = STATE(4470), + [sym_try_expression] = STATE(4470), + [sym_jump_expression] = STATE(4470), + [sym_callable_reference] = STATE(4470), + [sym__prefix_unary_operator] = STATE(1926), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7921), + [sym_modifiers] = STATE(7781), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), [sym_annotation] = STATE(338), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4990), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4455), - [sym_long_literal] = STATE(4455), - [sym_boolean_literal] = STATE(4455), - [sym_character_literal] = STATE(4455), - [sym__lexical_identifier] = STATE(4529), - [aux_sym__statement_repeat1] = STATE(820), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4920), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4470), + [sym_long_literal] = STATE(4470), + [sym_boolean_literal] = STATE(4470), + [sym_character_literal] = STATE(4470), + [sym__lexical_identifier] = STATE(4566), + [aux_sym__statement_repeat1] = STATE(811), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(13), @@ -65984,237 +66092,85 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(109), }, [260] = { - [sym__expression] = STATE(368), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2297), - [sym_annotation] = STATE(2297), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), + [sym__expression] = STATE(373), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(1703), + [sym_annotation] = STATE(1703), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), [sym__return_at] = STATE(260), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_as] = ACTIONS(1594), - [anon_sym_EQ] = ACTIONS(1594), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(1592), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_COMMA] = ACTIONS(1592), - [anon_sym_LT] = ACTIONS(1594), - [anon_sym_GT] = ACTIONS(1594), - [anon_sym_where] = ACTIONS(1594), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1616), - [anon_sym_DOT] = ACTIONS(1594), - [anon_sym_SEMI] = ACTIONS(1592), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(441), - [sym_label] = ACTIONS(467), - [anon_sym_in] = ACTIONS(1594), - [anon_sym_DOT_DOT] = ACTIONS(1592), - [anon_sym_QMARK_COLON] = ACTIONS(1592), - [anon_sym_AMP_AMP] = ACTIONS(1592), - [anon_sym_PIPE_PIPE] = ACTIONS(1592), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(453), - [anon_sym_else] = ACTIONS(1594), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(459), - [anon_sym_return] = ACTIONS(461), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS_EQ] = ACTIONS(1592), - [anon_sym_DASH_EQ] = ACTIONS(1592), - [anon_sym_STAR_EQ] = ACTIONS(1592), - [anon_sym_SLASH_EQ] = ACTIONS(1592), - [anon_sym_PERCENT_EQ] = ACTIONS(1592), - [anon_sym_BANG_EQ] = ACTIONS(1594), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1592), - [anon_sym_EQ_EQ] = ACTIONS(1594), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1592), - [anon_sym_LT_EQ] = ACTIONS(1592), - [anon_sym_GT_EQ] = ACTIONS(1592), - [anon_sym_BANGin] = ACTIONS(1592), - [anon_sym_is] = ACTIONS(1594), - [anon_sym_BANGis] = ACTIONS(1592), - [anon_sym_PLUS] = ACTIONS(467), - [anon_sym_DASH] = ACTIONS(467), - [anon_sym_SLASH] = ACTIONS(1594), - [anon_sym_PERCENT] = ACTIONS(1594), - [anon_sym_as_QMARK] = ACTIONS(1592), - [anon_sym_PLUS_PLUS] = ACTIONS(469), - [anon_sym_DASH_DASH] = ACTIONS(469), - [anon_sym_BANG] = ACTIONS(467), - [anon_sym_BANG_BANG] = ACTIONS(1592), - [anon_sym_suspend] = ACTIONS(1594), - [anon_sym_sealed] = ACTIONS(1594), - [anon_sym_annotation] = ACTIONS(1594), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_override] = ACTIONS(1594), - [anon_sym_lateinit] = ACTIONS(1594), - [anon_sym_public] = ACTIONS(1594), - [anon_sym_private] = ACTIONS(1594), - [anon_sym_internal] = ACTIONS(1594), - [anon_sym_protected] = ACTIONS(1594), - [anon_sym_tailrec] = ACTIONS(1594), - [anon_sym_operator] = ACTIONS(1594), - [anon_sym_infix] = ACTIONS(1594), - [anon_sym_inline] = ACTIONS(1594), - [anon_sym_external] = ACTIONS(1594), - [sym_property_modifier] = ACTIONS(1594), - [anon_sym_abstract] = ACTIONS(1594), - [anon_sym_final] = ACTIONS(1594), - [anon_sym_open] = ACTIONS(1594), - [anon_sym_vararg] = ACTIONS(1594), - [anon_sym_noinline] = ACTIONS(1594), - [anon_sym_crossinline] = ACTIONS(1594), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), - [sym__automatic_semicolon] = ACTIONS(1592), - [sym_safe_nav] = ACTIONS(1592), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), - }, - [261] = { - [sym__expression] = STATE(1237), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(1620), - [sym_annotation] = STATE(1620), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(261), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), [sym__alpha_identifier] = ACTIONS(537), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_as] = ACTIONS(1594), - [anon_sym_EQ] = ACTIONS(1594), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(1592), + [anon_sym_as] = ACTIONS(1401), + [anon_sym_EQ] = ACTIONS(1401), + [anon_sym_LBRACE] = ACTIONS(1612), + [anon_sym_RBRACE] = ACTIONS(1399), [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_COMMA] = ACTIONS(1592), - [anon_sym_LT] = ACTIONS(1594), - [anon_sym_GT] = ACTIONS(1594), - [anon_sym_where] = ACTIONS(1594), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1626), - [anon_sym_DOT] = ACTIONS(1594), - [anon_sym_SEMI] = ACTIONS(1592), + [anon_sym_COMMA] = ACTIONS(1399), + [anon_sym_LT] = ACTIONS(1401), + [anon_sym_GT] = ACTIONS(1401), + [anon_sym_where] = ACTIONS(1401), + [anon_sym_object] = ACTIONS(1614), + [anon_sym_fun] = ACTIONS(1616), + [anon_sym_DOT] = ACTIONS(1401), + [anon_sym_SEMI] = ACTIONS(1399), [anon_sym_get] = ACTIONS(537), [anon_sym_set] = ACTIONS(537), [anon_sym_this] = ACTIONS(561), [anon_sym_super] = ACTIONS(563), [anon_sym_STAR] = ACTIONS(565), [sym_label] = ACTIONS(591), - [anon_sym_in] = ACTIONS(1594), - [anon_sym_DOT_DOT] = ACTIONS(1592), - [anon_sym_QMARK_COLON] = ACTIONS(1592), - [anon_sym_AMP_AMP] = ACTIONS(1592), - [anon_sym_PIPE_PIPE] = ACTIONS(1592), - [anon_sym_null] = ACTIONS(1628), + [anon_sym_in] = ACTIONS(1401), + [anon_sym_DOT_DOT] = ACTIONS(1399), + [anon_sym_QMARK_COLON] = ACTIONS(1399), + [anon_sym_AMP_AMP] = ACTIONS(1399), + [anon_sym_PIPE_PIPE] = ACTIONS(1399), + [anon_sym_null] = ACTIONS(1618), [anon_sym_if] = ACTIONS(577), - [anon_sym_else] = ACTIONS(1594), + [anon_sym_else] = ACTIONS(1401), [anon_sym_when] = ACTIONS(579), [anon_sym_try] = ACTIONS(581), [anon_sym_throw] = ACTIONS(583), @@ -66222,59 +66178,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(587), [anon_sym_break] = ACTIONS(587), [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS_EQ] = ACTIONS(1592), - [anon_sym_DASH_EQ] = ACTIONS(1592), - [anon_sym_STAR_EQ] = ACTIONS(1592), - [anon_sym_SLASH_EQ] = ACTIONS(1592), - [anon_sym_PERCENT_EQ] = ACTIONS(1592), - [anon_sym_BANG_EQ] = ACTIONS(1594), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1592), - [anon_sym_EQ_EQ] = ACTIONS(1594), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1592), - [anon_sym_LT_EQ] = ACTIONS(1592), - [anon_sym_GT_EQ] = ACTIONS(1592), - [anon_sym_BANGin] = ACTIONS(1592), - [anon_sym_is] = ACTIONS(1594), - [anon_sym_BANGis] = ACTIONS(1592), + [anon_sym_PLUS_EQ] = ACTIONS(1399), + [anon_sym_DASH_EQ] = ACTIONS(1399), + [anon_sym_STAR_EQ] = ACTIONS(1399), + [anon_sym_SLASH_EQ] = ACTIONS(1399), + [anon_sym_PERCENT_EQ] = ACTIONS(1399), + [anon_sym_BANG_EQ] = ACTIONS(1401), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1399), + [anon_sym_EQ_EQ] = ACTIONS(1401), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1399), + [anon_sym_LT_EQ] = ACTIONS(1399), + [anon_sym_GT_EQ] = ACTIONS(1399), + [anon_sym_BANGin] = ACTIONS(1399), + [anon_sym_is] = ACTIONS(1401), + [anon_sym_BANGis] = ACTIONS(1399), [anon_sym_PLUS] = ACTIONS(591), [anon_sym_DASH] = ACTIONS(591), - [anon_sym_SLASH] = ACTIONS(1594), - [anon_sym_PERCENT] = ACTIONS(1594), - [anon_sym_as_QMARK] = ACTIONS(1592), + [anon_sym_SLASH] = ACTIONS(1401), + [anon_sym_PERCENT] = ACTIONS(1401), + [anon_sym_as_QMARK] = ACTIONS(1399), [anon_sym_PLUS_PLUS] = ACTIONS(593), [anon_sym_DASH_DASH] = ACTIONS(593), [anon_sym_BANG] = ACTIONS(591), - [anon_sym_BANG_BANG] = ACTIONS(1592), - [anon_sym_suspend] = ACTIONS(1594), - [anon_sym_sealed] = ACTIONS(1594), - [anon_sym_annotation] = ACTIONS(1594), + [anon_sym_BANG_BANG] = ACTIONS(1399), + [anon_sym_suspend] = ACTIONS(1401), + [anon_sym_sealed] = ACTIONS(1401), + [anon_sym_annotation] = ACTIONS(1401), [anon_sym_data] = ACTIONS(537), [anon_sym_inner] = ACTIONS(537), - [anon_sym_override] = ACTIONS(1594), - [anon_sym_lateinit] = ACTIONS(1594), - [anon_sym_public] = ACTIONS(1594), - [anon_sym_private] = ACTIONS(1594), - [anon_sym_internal] = ACTIONS(1594), - [anon_sym_protected] = ACTIONS(1594), - [anon_sym_tailrec] = ACTIONS(1594), - [anon_sym_operator] = ACTIONS(1594), - [anon_sym_infix] = ACTIONS(1594), - [anon_sym_inline] = ACTIONS(1594), - [anon_sym_external] = ACTIONS(1594), - [sym_property_modifier] = ACTIONS(1594), - [anon_sym_abstract] = ACTIONS(1594), - [anon_sym_final] = ACTIONS(1594), - [anon_sym_open] = ACTIONS(1594), - [anon_sym_vararg] = ACTIONS(1594), - [anon_sym_noinline] = ACTIONS(1594), - [anon_sym_crossinline] = ACTIONS(1594), + [anon_sym_override] = ACTIONS(1401), + [anon_sym_lateinit] = ACTIONS(1401), + [anon_sym_public] = ACTIONS(1401), + [anon_sym_private] = ACTIONS(1401), + [anon_sym_internal] = ACTIONS(1401), + [anon_sym_protected] = ACTIONS(1401), + [anon_sym_tailrec] = ACTIONS(1401), + [anon_sym_operator] = ACTIONS(1401), + [anon_sym_infix] = ACTIONS(1401), + [anon_sym_inline] = ACTIONS(1401), + [anon_sym_external] = ACTIONS(1401), + [sym_property_modifier] = ACTIONS(1401), + [anon_sym_abstract] = ACTIONS(1401), + [anon_sym_final] = ACTIONS(1401), + [anon_sym_open] = ACTIONS(1401), + [anon_sym_vararg] = ACTIONS(1401), + [anon_sym_noinline] = ACTIONS(1401), + [anon_sym_crossinline] = ACTIONS(1401), [anon_sym_expect] = ACTIONS(537), [anon_sym_actual] = ACTIONS(537), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), + [anon_sym_return_AT] = ACTIONS(517), [anon_sym_continue_AT] = ACTIONS(599), [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), + [sym_real_literal] = ACTIONS(1620), [sym_integer_literal] = ACTIONS(605), [sym_hex_literal] = ACTIONS(607), [sym_bin_literal] = ACTIONS(607), @@ -66282,151 +66238,303 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(609), [anon_sym_SQUOTE] = ACTIONS(611), [sym__backtick_identifier] = ACTIONS(613), - [sym__automatic_semicolon] = ACTIONS(1592), - [sym_safe_nav] = ACTIONS(1592), + [sym__automatic_semicolon] = ACTIONS(1399), + [sym_safe_nav] = ACTIONS(1399), [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(615), }, + [261] = { + [sym__expression] = STATE(1269), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(1807), + [sym_annotation] = STATE(1807), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(261), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_as] = ACTIONS(1401), + [anon_sym_EQ] = ACTIONS(1401), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_RBRACE] = ACTIONS(1399), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_COMMA] = ACTIONS(1399), + [anon_sym_LT] = ACTIONS(1401), + [anon_sym_GT] = ACTIONS(1401), + [anon_sym_where] = ACTIONS(1401), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1626), + [anon_sym_DOT] = ACTIONS(1401), + [anon_sym_SEMI] = ACTIONS(1399), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(483), + [sym_label] = ACTIONS(509), + [anon_sym_in] = ACTIONS(1401), + [anon_sym_DOT_DOT] = ACTIONS(1399), + [anon_sym_QMARK_COLON] = ACTIONS(1399), + [anon_sym_AMP_AMP] = ACTIONS(1399), + [anon_sym_PIPE_PIPE] = ACTIONS(1399), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(495), + [anon_sym_else] = ACTIONS(1401), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(501), + [anon_sym_return] = ACTIONS(503), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS_EQ] = ACTIONS(1399), + [anon_sym_DASH_EQ] = ACTIONS(1399), + [anon_sym_STAR_EQ] = ACTIONS(1399), + [anon_sym_SLASH_EQ] = ACTIONS(1399), + [anon_sym_PERCENT_EQ] = ACTIONS(1399), + [anon_sym_BANG_EQ] = ACTIONS(1401), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1399), + [anon_sym_EQ_EQ] = ACTIONS(1401), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1399), + [anon_sym_LT_EQ] = ACTIONS(1399), + [anon_sym_GT_EQ] = ACTIONS(1399), + [anon_sym_BANGin] = ACTIONS(1399), + [anon_sym_is] = ACTIONS(1401), + [anon_sym_BANGis] = ACTIONS(1399), + [anon_sym_PLUS] = ACTIONS(509), + [anon_sym_DASH] = ACTIONS(509), + [anon_sym_SLASH] = ACTIONS(1401), + [anon_sym_PERCENT] = ACTIONS(1401), + [anon_sym_as_QMARK] = ACTIONS(1399), + [anon_sym_PLUS_PLUS] = ACTIONS(511), + [anon_sym_DASH_DASH] = ACTIONS(511), + [anon_sym_BANG] = ACTIONS(509), + [anon_sym_BANG_BANG] = ACTIONS(1399), + [anon_sym_suspend] = ACTIONS(1401), + [anon_sym_sealed] = ACTIONS(1401), + [anon_sym_annotation] = ACTIONS(1401), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_override] = ACTIONS(1401), + [anon_sym_lateinit] = ACTIONS(1401), + [anon_sym_public] = ACTIONS(1401), + [anon_sym_private] = ACTIONS(1401), + [anon_sym_internal] = ACTIONS(1401), + [anon_sym_protected] = ACTIONS(1401), + [anon_sym_tailrec] = ACTIONS(1401), + [anon_sym_operator] = ACTIONS(1401), + [anon_sym_infix] = ACTIONS(1401), + [anon_sym_inline] = ACTIONS(1401), + [anon_sym_external] = ACTIONS(1401), + [sym_property_modifier] = ACTIONS(1401), + [anon_sym_abstract] = ACTIONS(1401), + [anon_sym_final] = ACTIONS(1401), + [anon_sym_open] = ACTIONS(1401), + [anon_sym_vararg] = ACTIONS(1401), + [anon_sym_noinline] = ACTIONS(1401), + [anon_sym_crossinline] = ACTIONS(1401), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym__automatic_semicolon] = ACTIONS(1399), + [sym_safe_nav] = ACTIONS(1399), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), + }, [262] = { [sym__expression] = STATE(1291), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(2195), - [sym_annotation] = STATE(2195), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(2261), + [sym_annotation] = STATE(2261), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), [sym__return_at] = STATE(262), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), [sym__alpha_identifier] = ACTIONS(111), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_as] = ACTIONS(1594), - [anon_sym_EQ] = ACTIONS(1594), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(1592), + [anon_sym_as] = ACTIONS(1401), + [anon_sym_EQ] = ACTIONS(1401), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(1399), [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_RPAREN] = ACTIONS(1592), - [anon_sym_LT] = ACTIONS(1594), - [anon_sym_GT] = ACTIONS(1594), - [anon_sym_object] = ACTIONS(1598), + [anon_sym_RPAREN] = ACTIONS(1399), + [anon_sym_LT] = ACTIONS(1401), + [anon_sym_GT] = ACTIONS(1401), + [anon_sym_object] = ACTIONS(1405), [anon_sym_fun] = ACTIONS(1632), - [anon_sym_DOT] = ACTIONS(1594), - [anon_sym_SEMI] = ACTIONS(1592), + [anon_sym_DOT] = ACTIONS(1401), + [anon_sym_SEMI] = ACTIONS(1399), [anon_sym_get] = ACTIONS(111), [anon_sym_set] = ACTIONS(111), [anon_sym_this] = ACTIONS(141), [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(657), - [sym_label] = ACTIONS(671), - [anon_sym_in] = ACTIONS(1594), - [anon_sym_while] = ACTIONS(1594), - [anon_sym_DOT_DOT] = ACTIONS(1592), - [anon_sym_QMARK_COLON] = ACTIONS(1592), - [anon_sym_AMP_AMP] = ACTIONS(1592), - [anon_sym_PIPE_PIPE] = ACTIONS(1592), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(665), - [anon_sym_else] = ACTIONS(1594), + [anon_sym_STAR] = ACTIONS(663), + [sym_label] = ACTIONS(677), + [anon_sym_in] = ACTIONS(1401), + [anon_sym_while] = ACTIONS(1401), + [anon_sym_DOT_DOT] = ACTIONS(1399), + [anon_sym_QMARK_COLON] = ACTIONS(1399), + [anon_sym_AMP_AMP] = ACTIONS(1399), + [anon_sym_PIPE_PIPE] = ACTIONS(1399), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(671), + [anon_sym_else] = ACTIONS(1401), [anon_sym_when] = ACTIONS(159), [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(667), - [anon_sym_return] = ACTIONS(669), + [anon_sym_throw] = ACTIONS(673), + [anon_sym_return] = ACTIONS(675), [anon_sym_continue] = ACTIONS(167), [anon_sym_break] = ACTIONS(167), [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS_EQ] = ACTIONS(1592), - [anon_sym_DASH_EQ] = ACTIONS(1592), - [anon_sym_STAR_EQ] = ACTIONS(1592), - [anon_sym_SLASH_EQ] = ACTIONS(1592), - [anon_sym_PERCENT_EQ] = ACTIONS(1592), - [anon_sym_BANG_EQ] = ACTIONS(1594), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1592), - [anon_sym_EQ_EQ] = ACTIONS(1594), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1592), - [anon_sym_LT_EQ] = ACTIONS(1592), - [anon_sym_GT_EQ] = ACTIONS(1592), - [anon_sym_BANGin] = ACTIONS(1592), - [anon_sym_is] = ACTIONS(1594), - [anon_sym_BANGis] = ACTIONS(1592), - [anon_sym_PLUS] = ACTIONS(671), - [anon_sym_DASH] = ACTIONS(671), - [anon_sym_SLASH] = ACTIONS(1594), - [anon_sym_PERCENT] = ACTIONS(1594), - [anon_sym_as_QMARK] = ACTIONS(1592), - [anon_sym_PLUS_PLUS] = ACTIONS(673), - [anon_sym_DASH_DASH] = ACTIONS(673), - [anon_sym_BANG] = ACTIONS(671), - [anon_sym_BANG_BANG] = ACTIONS(1592), - [anon_sym_suspend] = ACTIONS(1594), - [anon_sym_sealed] = ACTIONS(1594), - [anon_sym_annotation] = ACTIONS(1594), + [anon_sym_PLUS_EQ] = ACTIONS(1399), + [anon_sym_DASH_EQ] = ACTIONS(1399), + [anon_sym_STAR_EQ] = ACTIONS(1399), + [anon_sym_SLASH_EQ] = ACTIONS(1399), + [anon_sym_PERCENT_EQ] = ACTIONS(1399), + [anon_sym_BANG_EQ] = ACTIONS(1401), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1399), + [anon_sym_EQ_EQ] = ACTIONS(1401), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1399), + [anon_sym_LT_EQ] = ACTIONS(1399), + [anon_sym_GT_EQ] = ACTIONS(1399), + [anon_sym_BANGin] = ACTIONS(1399), + [anon_sym_is] = ACTIONS(1401), + [anon_sym_BANGis] = ACTIONS(1399), + [anon_sym_PLUS] = ACTIONS(677), + [anon_sym_DASH] = ACTIONS(677), + [anon_sym_SLASH] = ACTIONS(1401), + [anon_sym_PERCENT] = ACTIONS(1401), + [anon_sym_as_QMARK] = ACTIONS(1399), + [anon_sym_PLUS_PLUS] = ACTIONS(679), + [anon_sym_DASH_DASH] = ACTIONS(679), + [anon_sym_BANG] = ACTIONS(677), + [anon_sym_BANG_BANG] = ACTIONS(1399), + [anon_sym_suspend] = ACTIONS(1401), + [anon_sym_sealed] = ACTIONS(1401), + [anon_sym_annotation] = ACTIONS(1401), [anon_sym_data] = ACTIONS(111), [anon_sym_inner] = ACTIONS(111), - [anon_sym_override] = ACTIONS(1594), - [anon_sym_lateinit] = ACTIONS(1594), - [anon_sym_public] = ACTIONS(1594), - [anon_sym_private] = ACTIONS(1594), - [anon_sym_internal] = ACTIONS(1594), - [anon_sym_protected] = ACTIONS(1594), - [anon_sym_tailrec] = ACTIONS(1594), - [anon_sym_operator] = ACTIONS(1594), - [anon_sym_infix] = ACTIONS(1594), - [anon_sym_inline] = ACTIONS(1594), - [anon_sym_external] = ACTIONS(1594), - [sym_property_modifier] = ACTIONS(1594), - [anon_sym_abstract] = ACTIONS(1594), - [anon_sym_final] = ACTIONS(1594), - [anon_sym_open] = ACTIONS(1594), - [anon_sym_vararg] = ACTIONS(1594), - [anon_sym_noinline] = ACTIONS(1594), - [anon_sym_crossinline] = ACTIONS(1594), + [anon_sym_override] = ACTIONS(1401), + [anon_sym_lateinit] = ACTIONS(1401), + [anon_sym_public] = ACTIONS(1401), + [anon_sym_private] = ACTIONS(1401), + [anon_sym_internal] = ACTIONS(1401), + [anon_sym_protected] = ACTIONS(1401), + [anon_sym_tailrec] = ACTIONS(1401), + [anon_sym_operator] = ACTIONS(1401), + [anon_sym_infix] = ACTIONS(1401), + [anon_sym_inline] = ACTIONS(1401), + [anon_sym_external] = ACTIONS(1401), + [sym_property_modifier] = ACTIONS(1401), + [anon_sym_abstract] = ACTIONS(1401), + [anon_sym_final] = ACTIONS(1401), + [anon_sym_open] = ACTIONS(1401), + [anon_sym_vararg] = ACTIONS(1401), + [anon_sym_noinline] = ACTIONS(1401), + [anon_sym_crossinline] = ACTIONS(1401), [anon_sym_expect] = ACTIONS(111), [anon_sym_actual] = ACTIONS(111), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(179), [anon_sym_continue_AT] = ACTIONS(181), [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), + [sym_real_literal] = ACTIONS(1411), [sym_integer_literal] = ACTIONS(187), [sym_hex_literal] = ACTIONS(189), [sym_bin_literal] = ACTIONS(189), @@ -66434,298 +66542,298 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(191), [anon_sym_SQUOTE] = ACTIONS(193), [sym__backtick_identifier] = ACTIONS(195), - [sym_safe_nav] = ACTIONS(1592), + [sym_safe_nav] = ACTIONS(1399), [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(197), }, [263] = { - [sym__expression] = STATE(381), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2221), - [sym_annotation] = STATE(2221), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), + [sym__expression] = STATE(1360), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(1786), + [sym_annotation] = STATE(1786), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), [sym__return_at] = STATE(263), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_as] = ACTIONS(1594), - [anon_sym_EQ] = ACTIONS(1594), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(1592), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_LT] = ACTIONS(1594), - [anon_sym_GT] = ACTIONS(1594), - [anon_sym_object] = ACTIONS(1614), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_as] = ACTIONS(1401), + [anon_sym_EQ] = ACTIONS(1401), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_RBRACE] = ACTIONS(1399), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_LT] = ACTIONS(1401), + [anon_sym_GT] = ACTIONS(1401), + [anon_sym_object] = ACTIONS(1624), [anon_sym_fun] = ACTIONS(1634), - [anon_sym_DOT] = ACTIONS(1594), - [anon_sym_SEMI] = ACTIONS(1592), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(779), - [sym_label] = ACTIONS(793), - [anon_sym_in] = ACTIONS(1594), - [anon_sym_DOT_DOT] = ACTIONS(1592), - [anon_sym_QMARK_COLON] = ACTIONS(1592), - [anon_sym_AMP_AMP] = ACTIONS(1592), - [anon_sym_PIPE_PIPE] = ACTIONS(1592), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(787), - [anon_sym_else] = ACTIONS(1594), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(789), - [anon_sym_return] = ACTIONS(791), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS_EQ] = ACTIONS(1592), - [anon_sym_DASH_EQ] = ACTIONS(1592), - [anon_sym_STAR_EQ] = ACTIONS(1592), - [anon_sym_SLASH_EQ] = ACTIONS(1592), - [anon_sym_PERCENT_EQ] = ACTIONS(1592), - [anon_sym_BANG_EQ] = ACTIONS(1594), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1592), - [anon_sym_EQ_EQ] = ACTIONS(1594), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1592), - [anon_sym_LT_EQ] = ACTIONS(1592), - [anon_sym_GT_EQ] = ACTIONS(1592), - [anon_sym_BANGin] = ACTIONS(1592), - [anon_sym_is] = ACTIONS(1594), - [anon_sym_BANGis] = ACTIONS(1592), - [anon_sym_PLUS] = ACTIONS(793), - [anon_sym_DASH] = ACTIONS(793), - [anon_sym_SLASH] = ACTIONS(1594), - [anon_sym_PERCENT] = ACTIONS(1594), - [anon_sym_as_QMARK] = ACTIONS(1592), - [anon_sym_PLUS_PLUS] = ACTIONS(795), - [anon_sym_DASH_DASH] = ACTIONS(795), - [anon_sym_BANG] = ACTIONS(793), - [anon_sym_BANG_BANG] = ACTIONS(1592), - [anon_sym_suspend] = ACTIONS(1594), - [anon_sym_sealed] = ACTIONS(1594), - [anon_sym_annotation] = ACTIONS(1594), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_override] = ACTIONS(1594), - [anon_sym_lateinit] = ACTIONS(1594), - [anon_sym_public] = ACTIONS(1594), - [anon_sym_private] = ACTIONS(1594), - [anon_sym_internal] = ACTIONS(1594), - [anon_sym_protected] = ACTIONS(1594), - [anon_sym_tailrec] = ACTIONS(1594), - [anon_sym_operator] = ACTIONS(1594), - [anon_sym_infix] = ACTIONS(1594), - [anon_sym_inline] = ACTIONS(1594), - [anon_sym_external] = ACTIONS(1594), - [sym_property_modifier] = ACTIONS(1594), - [anon_sym_abstract] = ACTIONS(1594), - [anon_sym_final] = ACTIONS(1594), - [anon_sym_open] = ACTIONS(1594), - [anon_sym_vararg] = ACTIONS(1594), - [anon_sym_noinline] = ACTIONS(1594), - [anon_sym_crossinline] = ACTIONS(1594), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), - [sym__automatic_semicolon] = ACTIONS(1592), - [sym_safe_nav] = ACTIONS(1592), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), + [anon_sym_DOT] = ACTIONS(1401), + [anon_sym_SEMI] = ACTIONS(1399), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(753), + [sym_label] = ACTIONS(767), + [anon_sym_in] = ACTIONS(1401), + [anon_sym_DOT_DOT] = ACTIONS(1399), + [anon_sym_QMARK_COLON] = ACTIONS(1399), + [anon_sym_AMP_AMP] = ACTIONS(1399), + [anon_sym_PIPE_PIPE] = ACTIONS(1399), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(761), + [anon_sym_else] = ACTIONS(1401), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(763), + [anon_sym_return] = ACTIONS(765), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS_EQ] = ACTIONS(1399), + [anon_sym_DASH_EQ] = ACTIONS(1399), + [anon_sym_STAR_EQ] = ACTIONS(1399), + [anon_sym_SLASH_EQ] = ACTIONS(1399), + [anon_sym_PERCENT_EQ] = ACTIONS(1399), + [anon_sym_BANG_EQ] = ACTIONS(1401), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1399), + [anon_sym_EQ_EQ] = ACTIONS(1401), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1399), + [anon_sym_LT_EQ] = ACTIONS(1399), + [anon_sym_GT_EQ] = ACTIONS(1399), + [anon_sym_BANGin] = ACTIONS(1399), + [anon_sym_is] = ACTIONS(1401), + [anon_sym_BANGis] = ACTIONS(1399), + [anon_sym_PLUS] = ACTIONS(767), + [anon_sym_DASH] = ACTIONS(767), + [anon_sym_SLASH] = ACTIONS(1401), + [anon_sym_PERCENT] = ACTIONS(1401), + [anon_sym_as_QMARK] = ACTIONS(1399), + [anon_sym_PLUS_PLUS] = ACTIONS(769), + [anon_sym_DASH_DASH] = ACTIONS(769), + [anon_sym_BANG] = ACTIONS(767), + [anon_sym_BANG_BANG] = ACTIONS(1399), + [anon_sym_suspend] = ACTIONS(1401), + [anon_sym_sealed] = ACTIONS(1401), + [anon_sym_annotation] = ACTIONS(1401), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_override] = ACTIONS(1401), + [anon_sym_lateinit] = ACTIONS(1401), + [anon_sym_public] = ACTIONS(1401), + [anon_sym_private] = ACTIONS(1401), + [anon_sym_internal] = ACTIONS(1401), + [anon_sym_protected] = ACTIONS(1401), + [anon_sym_tailrec] = ACTIONS(1401), + [anon_sym_operator] = ACTIONS(1401), + [anon_sym_infix] = ACTIONS(1401), + [anon_sym_inline] = ACTIONS(1401), + [anon_sym_external] = ACTIONS(1401), + [sym_property_modifier] = ACTIONS(1401), + [anon_sym_abstract] = ACTIONS(1401), + [anon_sym_final] = ACTIONS(1401), + [anon_sym_open] = ACTIONS(1401), + [anon_sym_vararg] = ACTIONS(1401), + [anon_sym_noinline] = ACTIONS(1401), + [anon_sym_crossinline] = ACTIONS(1401), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym__automatic_semicolon] = ACTIONS(1399), + [sym_safe_nav] = ACTIONS(1399), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), }, [264] = { - [sym__expression] = STATE(1361), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(2081), - [sym_annotation] = STATE(2081), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), + [sym__expression] = STATE(396), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2198), + [sym_annotation] = STATE(2198), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), [sym__return_at] = STATE(264), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), [sym__alpha_identifier] = ACTIONS(537), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_as] = ACTIONS(1594), - [anon_sym_EQ] = ACTIONS(1594), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(1592), + [anon_sym_as] = ACTIONS(1401), + [anon_sym_EQ] = ACTIONS(1401), + [anon_sym_LBRACE] = ACTIONS(1612), + [anon_sym_RBRACE] = ACTIONS(1399), [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_LT] = ACTIONS(1594), - [anon_sym_GT] = ACTIONS(1594), - [anon_sym_object] = ACTIONS(1624), + [anon_sym_LT] = ACTIONS(1401), + [anon_sym_GT] = ACTIONS(1401), + [anon_sym_object] = ACTIONS(1614), [anon_sym_fun] = ACTIONS(1636), - [anon_sym_DOT] = ACTIONS(1594), - [anon_sym_SEMI] = ACTIONS(1592), + [anon_sym_DOT] = ACTIONS(1401), + [anon_sym_SEMI] = ACTIONS(1399), [anon_sym_get] = ACTIONS(537), [anon_sym_set] = ACTIONS(537), [anon_sym_this] = ACTIONS(561), [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(747), - [sym_label] = ACTIONS(761), - [anon_sym_in] = ACTIONS(1594), - [anon_sym_DOT_DOT] = ACTIONS(1592), - [anon_sym_QMARK_COLON] = ACTIONS(1592), - [anon_sym_AMP_AMP] = ACTIONS(1592), - [anon_sym_PIPE_PIPE] = ACTIONS(1592), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(755), - [anon_sym_else] = ACTIONS(1594), + [anon_sym_STAR] = ACTIONS(631), + [sym_label] = ACTIONS(645), + [anon_sym_in] = ACTIONS(1401), + [anon_sym_DOT_DOT] = ACTIONS(1399), + [anon_sym_QMARK_COLON] = ACTIONS(1399), + [anon_sym_AMP_AMP] = ACTIONS(1399), + [anon_sym_PIPE_PIPE] = ACTIONS(1399), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(639), + [anon_sym_else] = ACTIONS(1401), [anon_sym_when] = ACTIONS(579), [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(757), - [anon_sym_return] = ACTIONS(759), + [anon_sym_throw] = ACTIONS(641), + [anon_sym_return] = ACTIONS(643), [anon_sym_continue] = ACTIONS(587), [anon_sym_break] = ACTIONS(587), [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS_EQ] = ACTIONS(1592), - [anon_sym_DASH_EQ] = ACTIONS(1592), - [anon_sym_STAR_EQ] = ACTIONS(1592), - [anon_sym_SLASH_EQ] = ACTIONS(1592), - [anon_sym_PERCENT_EQ] = ACTIONS(1592), - [anon_sym_BANG_EQ] = ACTIONS(1594), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1592), - [anon_sym_EQ_EQ] = ACTIONS(1594), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1592), - [anon_sym_LT_EQ] = ACTIONS(1592), - [anon_sym_GT_EQ] = ACTIONS(1592), - [anon_sym_BANGin] = ACTIONS(1592), - [anon_sym_is] = ACTIONS(1594), - [anon_sym_BANGis] = ACTIONS(1592), - [anon_sym_PLUS] = ACTIONS(761), - [anon_sym_DASH] = ACTIONS(761), - [anon_sym_SLASH] = ACTIONS(1594), - [anon_sym_PERCENT] = ACTIONS(1594), - [anon_sym_as_QMARK] = ACTIONS(1592), - [anon_sym_PLUS_PLUS] = ACTIONS(763), - [anon_sym_DASH_DASH] = ACTIONS(763), - [anon_sym_BANG] = ACTIONS(761), - [anon_sym_BANG_BANG] = ACTIONS(1592), - [anon_sym_suspend] = ACTIONS(1594), - [anon_sym_sealed] = ACTIONS(1594), - [anon_sym_annotation] = ACTIONS(1594), + [anon_sym_PLUS_EQ] = ACTIONS(1399), + [anon_sym_DASH_EQ] = ACTIONS(1399), + [anon_sym_STAR_EQ] = ACTIONS(1399), + [anon_sym_SLASH_EQ] = ACTIONS(1399), + [anon_sym_PERCENT_EQ] = ACTIONS(1399), + [anon_sym_BANG_EQ] = ACTIONS(1401), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1399), + [anon_sym_EQ_EQ] = ACTIONS(1401), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1399), + [anon_sym_LT_EQ] = ACTIONS(1399), + [anon_sym_GT_EQ] = ACTIONS(1399), + [anon_sym_BANGin] = ACTIONS(1399), + [anon_sym_is] = ACTIONS(1401), + [anon_sym_BANGis] = ACTIONS(1399), + [anon_sym_PLUS] = ACTIONS(645), + [anon_sym_DASH] = ACTIONS(645), + [anon_sym_SLASH] = ACTIONS(1401), + [anon_sym_PERCENT] = ACTIONS(1401), + [anon_sym_as_QMARK] = ACTIONS(1399), + [anon_sym_PLUS_PLUS] = ACTIONS(647), + [anon_sym_DASH_DASH] = ACTIONS(647), + [anon_sym_BANG] = ACTIONS(645), + [anon_sym_BANG_BANG] = ACTIONS(1399), + [anon_sym_suspend] = ACTIONS(1401), + [anon_sym_sealed] = ACTIONS(1401), + [anon_sym_annotation] = ACTIONS(1401), [anon_sym_data] = ACTIONS(537), [anon_sym_inner] = ACTIONS(537), - [anon_sym_override] = ACTIONS(1594), - [anon_sym_lateinit] = ACTIONS(1594), - [anon_sym_public] = ACTIONS(1594), - [anon_sym_private] = ACTIONS(1594), - [anon_sym_internal] = ACTIONS(1594), - [anon_sym_protected] = ACTIONS(1594), - [anon_sym_tailrec] = ACTIONS(1594), - [anon_sym_operator] = ACTIONS(1594), - [anon_sym_infix] = ACTIONS(1594), - [anon_sym_inline] = ACTIONS(1594), - [anon_sym_external] = ACTIONS(1594), - [sym_property_modifier] = ACTIONS(1594), - [anon_sym_abstract] = ACTIONS(1594), - [anon_sym_final] = ACTIONS(1594), - [anon_sym_open] = ACTIONS(1594), - [anon_sym_vararg] = ACTIONS(1594), - [anon_sym_noinline] = ACTIONS(1594), - [anon_sym_crossinline] = ACTIONS(1594), + [anon_sym_override] = ACTIONS(1401), + [anon_sym_lateinit] = ACTIONS(1401), + [anon_sym_public] = ACTIONS(1401), + [anon_sym_private] = ACTIONS(1401), + [anon_sym_internal] = ACTIONS(1401), + [anon_sym_protected] = ACTIONS(1401), + [anon_sym_tailrec] = ACTIONS(1401), + [anon_sym_operator] = ACTIONS(1401), + [anon_sym_infix] = ACTIONS(1401), + [anon_sym_inline] = ACTIONS(1401), + [anon_sym_external] = ACTIONS(1401), + [sym_property_modifier] = ACTIONS(1401), + [anon_sym_abstract] = ACTIONS(1401), + [anon_sym_final] = ACTIONS(1401), + [anon_sym_open] = ACTIONS(1401), + [anon_sym_vararg] = ACTIONS(1401), + [anon_sym_noinline] = ACTIONS(1401), + [anon_sym_crossinline] = ACTIONS(1401), [anon_sym_expect] = ACTIONS(537), [anon_sym_actual] = ACTIONS(537), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), + [anon_sym_return_AT] = ACTIONS(517), [anon_sym_continue_AT] = ACTIONS(599), [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), + [sym_real_literal] = ACTIONS(1620), [sym_integer_literal] = ACTIONS(605), [sym_hex_literal] = ACTIONS(607), [sym_bin_literal] = ACTIONS(607), @@ -66733,94 +66841,94 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(609), [anon_sym_SQUOTE] = ACTIONS(611), [sym__backtick_identifier] = ACTIONS(613), - [sym__automatic_semicolon] = ACTIONS(1592), - [sym_safe_nav] = ACTIONS(1592), + [sym__automatic_semicolon] = ACTIONS(1399), + [sym_safe_nav] = ACTIONS(1399), [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(615), }, [265] = { - [sym__expression] = STATE(1452), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(2135), - [sym_annotation] = STATE(2135), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), + [sym__expression] = STATE(1487), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(2339), + [sym_annotation] = STATE(2339), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), [sym__return_at] = STATE(265), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), [sym__alpha_identifier] = ACTIONS(111), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_RBRACK] = ACTIONS(1592), - [anon_sym_as] = ACTIONS(1594), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(1592), + [anon_sym_RBRACK] = ACTIONS(1399), + [anon_sym_as] = ACTIONS(1401), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(1399), [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_COMMA] = ACTIONS(1592), - [anon_sym_RPAREN] = ACTIONS(1592), - [anon_sym_LT] = ACTIONS(1594), - [anon_sym_GT] = ACTIONS(1594), - [anon_sym_where] = ACTIONS(1594), - [anon_sym_object] = ACTIONS(1598), + [anon_sym_COMMA] = ACTIONS(1399), + [anon_sym_RPAREN] = ACTIONS(1399), + [anon_sym_LT] = ACTIONS(1401), + [anon_sym_GT] = ACTIONS(1401), + [anon_sym_where] = ACTIONS(1401), + [anon_sym_object] = ACTIONS(1405), [anon_sym_fun] = ACTIONS(1638), - [anon_sym_DOT] = ACTIONS(1594), - [anon_sym_SEMI] = ACTIONS(1592), + [anon_sym_DOT] = ACTIONS(1401), + [anon_sym_SEMI] = ACTIONS(1399), [anon_sym_get] = ACTIONS(111), [anon_sym_set] = ACTIONS(111), [anon_sym_this] = ACTIONS(141), [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(813), - [anon_sym_DASH_GT] = ACTIONS(1592), - [sym_label] = ACTIONS(823), - [anon_sym_in] = ACTIONS(1594), - [anon_sym_while] = ACTIONS(1594), - [anon_sym_DOT_DOT] = ACTIONS(1592), - [anon_sym_QMARK_COLON] = ACTIONS(1592), - [anon_sym_AMP_AMP] = ACTIONS(1592), - [anon_sym_PIPE_PIPE] = ACTIONS(1592), - [anon_sym_null] = ACTIONS(1602), + [anon_sym_STAR] = ACTIONS(841), + [anon_sym_DASH_GT] = ACTIONS(1399), + [sym_label] = ACTIONS(851), + [anon_sym_in] = ACTIONS(1401), + [anon_sym_while] = ACTIONS(1401), + [anon_sym_DOT_DOT] = ACTIONS(1399), + [anon_sym_QMARK_COLON] = ACTIONS(1399), + [anon_sym_AMP_AMP] = ACTIONS(1399), + [anon_sym_PIPE_PIPE] = ACTIONS(1399), + [anon_sym_null] = ACTIONS(1409), [anon_sym_if] = ACTIONS(1640), - [anon_sym_else] = ACTIONS(1594), + [anon_sym_else] = ACTIONS(1401), [anon_sym_when] = ACTIONS(159), [anon_sym_try] = ACTIONS(161), [anon_sym_throw] = ACTIONS(1642), @@ -66828,54 +66936,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(167), [anon_sym_break] = ACTIONS(167), [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_BANG_EQ] = ACTIONS(1594), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1592), - [anon_sym_EQ_EQ] = ACTIONS(1594), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1592), - [anon_sym_LT_EQ] = ACTIONS(1592), - [anon_sym_GT_EQ] = ACTIONS(1592), - [anon_sym_BANGin] = ACTIONS(1592), - [anon_sym_is] = ACTIONS(1594), - [anon_sym_BANGis] = ACTIONS(1592), - [anon_sym_PLUS] = ACTIONS(823), - [anon_sym_DASH] = ACTIONS(823), - [anon_sym_SLASH] = ACTIONS(1594), - [anon_sym_PERCENT] = ACTIONS(1592), - [anon_sym_as_QMARK] = ACTIONS(1592), - [anon_sym_PLUS_PLUS] = ACTIONS(825), - [anon_sym_DASH_DASH] = ACTIONS(825), - [anon_sym_BANG] = ACTIONS(823), - [anon_sym_BANG_BANG] = ACTIONS(1592), - [anon_sym_suspend] = ACTIONS(1594), - [anon_sym_sealed] = ACTIONS(1594), - [anon_sym_annotation] = ACTIONS(1594), + [anon_sym_BANG_EQ] = ACTIONS(1401), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1399), + [anon_sym_EQ_EQ] = ACTIONS(1401), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1399), + [anon_sym_LT_EQ] = ACTIONS(1399), + [anon_sym_GT_EQ] = ACTIONS(1399), + [anon_sym_BANGin] = ACTIONS(1399), + [anon_sym_is] = ACTIONS(1401), + [anon_sym_BANGis] = ACTIONS(1399), + [anon_sym_PLUS] = ACTIONS(851), + [anon_sym_DASH] = ACTIONS(851), + [anon_sym_SLASH] = ACTIONS(1401), + [anon_sym_PERCENT] = ACTIONS(1399), + [anon_sym_as_QMARK] = ACTIONS(1399), + [anon_sym_PLUS_PLUS] = ACTIONS(853), + [anon_sym_DASH_DASH] = ACTIONS(853), + [anon_sym_BANG] = ACTIONS(851), + [anon_sym_BANG_BANG] = ACTIONS(1399), + [anon_sym_suspend] = ACTIONS(1401), + [anon_sym_sealed] = ACTIONS(1401), + [anon_sym_annotation] = ACTIONS(1401), [anon_sym_data] = ACTIONS(111), [anon_sym_inner] = ACTIONS(111), - [anon_sym_override] = ACTIONS(1594), - [anon_sym_lateinit] = ACTIONS(1594), - [anon_sym_public] = ACTIONS(1594), - [anon_sym_private] = ACTIONS(1594), - [anon_sym_internal] = ACTIONS(1594), - [anon_sym_protected] = ACTIONS(1594), - [anon_sym_tailrec] = ACTIONS(1594), - [anon_sym_operator] = ACTIONS(1594), - [anon_sym_infix] = ACTIONS(1594), - [anon_sym_inline] = ACTIONS(1594), - [anon_sym_external] = ACTIONS(1594), - [sym_property_modifier] = ACTIONS(1594), - [anon_sym_abstract] = ACTIONS(1594), - [anon_sym_final] = ACTIONS(1594), - [anon_sym_open] = ACTIONS(1594), - [anon_sym_vararg] = ACTIONS(1594), - [anon_sym_noinline] = ACTIONS(1594), - [anon_sym_crossinline] = ACTIONS(1594), + [anon_sym_override] = ACTIONS(1401), + [anon_sym_lateinit] = ACTIONS(1401), + [anon_sym_public] = ACTIONS(1401), + [anon_sym_private] = ACTIONS(1401), + [anon_sym_internal] = ACTIONS(1401), + [anon_sym_protected] = ACTIONS(1401), + [anon_sym_tailrec] = ACTIONS(1401), + [anon_sym_operator] = ACTIONS(1401), + [anon_sym_infix] = ACTIONS(1401), + [anon_sym_inline] = ACTIONS(1401), + [anon_sym_external] = ACTIONS(1401), + [sym_property_modifier] = ACTIONS(1401), + [anon_sym_abstract] = ACTIONS(1401), + [anon_sym_final] = ACTIONS(1401), + [anon_sym_open] = ACTIONS(1401), + [anon_sym_vararg] = ACTIONS(1401), + [anon_sym_noinline] = ACTIONS(1401), + [anon_sym_crossinline] = ACTIONS(1401), [anon_sym_expect] = ACTIONS(111), [anon_sym_actual] = ACTIONS(111), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(179), [anon_sym_continue_AT] = ACTIONS(181), [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), + [sym_real_literal] = ACTIONS(1411), [sym_integer_literal] = ACTIONS(187), [sym_hex_literal] = ACTIONS(189), [sym_bin_literal] = ACTIONS(189), @@ -66883,290 +66991,144 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(191), [anon_sym_SQUOTE] = ACTIONS(193), [sym__backtick_identifier] = ACTIONS(195), - [sym_safe_nav] = ACTIONS(1592), + [sym_safe_nav] = ACTIONS(1399), [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(197), }, [266] = { - [sym__expression] = STATE(466), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2001), - [sym_annotation] = STATE(2001), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), + [sym__expression] = STATE(467), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2340), + [sym_annotation] = STATE(2340), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), [sym__return_at] = STATE(266), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_as] = ACTIONS(1594), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(1592), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_COMMA] = ACTIONS(1592), - [anon_sym_LT] = ACTIONS(1594), - [anon_sym_GT] = ACTIONS(1594), - [anon_sym_where] = ACTIONS(1594), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1646), - [anon_sym_DOT] = ACTIONS(1594), - [anon_sym_SEMI] = ACTIONS(1592), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(901), - [sym_label] = ACTIONS(911), - [anon_sym_in] = ACTIONS(1594), - [anon_sym_DOT_DOT] = ACTIONS(1592), - [anon_sym_QMARK_COLON] = ACTIONS(1592), - [anon_sym_AMP_AMP] = ACTIONS(1592), - [anon_sym_PIPE_PIPE] = ACTIONS(1592), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(1648), - [anon_sym_else] = ACTIONS(1594), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(1650), - [anon_sym_return] = ACTIONS(1652), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_BANG_EQ] = ACTIONS(1594), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1592), - [anon_sym_EQ_EQ] = ACTIONS(1594), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1592), - [anon_sym_LT_EQ] = ACTIONS(1592), - [anon_sym_GT_EQ] = ACTIONS(1592), - [anon_sym_BANGin] = ACTIONS(1592), - [anon_sym_is] = ACTIONS(1594), - [anon_sym_BANGis] = ACTIONS(1592), - [anon_sym_PLUS] = ACTIONS(911), - [anon_sym_DASH] = ACTIONS(911), - [anon_sym_SLASH] = ACTIONS(1594), - [anon_sym_PERCENT] = ACTIONS(1592), - [anon_sym_as_QMARK] = ACTIONS(1592), - [anon_sym_PLUS_PLUS] = ACTIONS(913), - [anon_sym_DASH_DASH] = ACTIONS(913), - [anon_sym_BANG] = ACTIONS(911), - [anon_sym_BANG_BANG] = ACTIONS(1592), - [anon_sym_suspend] = ACTIONS(1594), - [anon_sym_sealed] = ACTIONS(1594), - [anon_sym_annotation] = ACTIONS(1594), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_override] = ACTIONS(1594), - [anon_sym_lateinit] = ACTIONS(1594), - [anon_sym_public] = ACTIONS(1594), - [anon_sym_private] = ACTIONS(1594), - [anon_sym_internal] = ACTIONS(1594), - [anon_sym_protected] = ACTIONS(1594), - [anon_sym_tailrec] = ACTIONS(1594), - [anon_sym_operator] = ACTIONS(1594), - [anon_sym_infix] = ACTIONS(1594), - [anon_sym_inline] = ACTIONS(1594), - [anon_sym_external] = ACTIONS(1594), - [sym_property_modifier] = ACTIONS(1594), - [anon_sym_abstract] = ACTIONS(1594), - [anon_sym_final] = ACTIONS(1594), - [anon_sym_open] = ACTIONS(1594), - [anon_sym_vararg] = ACTIONS(1594), - [anon_sym_noinline] = ACTIONS(1594), - [anon_sym_crossinline] = ACTIONS(1594), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), - [sym__automatic_semicolon] = ACTIONS(1592), - [sym_safe_nav] = ACTIONS(1592), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), - }, - [267] = { - [sym__expression] = STATE(2415), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(2280), - [sym_annotation] = STATE(2280), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(267), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), [sym__alpha_identifier] = ACTIONS(537), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_as] = ACTIONS(1594), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(1592), + [anon_sym_as] = ACTIONS(1401), + [anon_sym_LBRACE] = ACTIONS(1612), + [anon_sym_RBRACE] = ACTIONS(1399), [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_COMMA] = ACTIONS(1592), - [anon_sym_LT] = ACTIONS(1594), - [anon_sym_GT] = ACTIONS(1594), - [anon_sym_where] = ACTIONS(1594), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1654), - [anon_sym_DOT] = ACTIONS(1594), - [anon_sym_SEMI] = ACTIONS(1592), + [anon_sym_COMMA] = ACTIONS(1399), + [anon_sym_LT] = ACTIONS(1401), + [anon_sym_GT] = ACTIONS(1401), + [anon_sym_where] = ACTIONS(1401), + [anon_sym_object] = ACTIONS(1614), + [anon_sym_fun] = ACTIONS(1646), + [anon_sym_DOT] = ACTIONS(1401), + [anon_sym_SEMI] = ACTIONS(1399), [anon_sym_get] = ACTIONS(537), [anon_sym_set] = ACTIONS(537), [anon_sym_this] = ACTIONS(561), [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(965), - [sym_label] = ACTIONS(975), - [anon_sym_in] = ACTIONS(1594), - [anon_sym_DOT_DOT] = ACTIONS(1592), - [anon_sym_QMARK_COLON] = ACTIONS(1592), - [anon_sym_AMP_AMP] = ACTIONS(1592), - [anon_sym_PIPE_PIPE] = ACTIONS(1592), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(1656), - [anon_sym_else] = ACTIONS(1594), + [anon_sym_STAR] = ACTIONS(905), + [sym_label] = ACTIONS(915), + [anon_sym_in] = ACTIONS(1401), + [anon_sym_DOT_DOT] = ACTIONS(1399), + [anon_sym_QMARK_COLON] = ACTIONS(1399), + [anon_sym_AMP_AMP] = ACTIONS(1399), + [anon_sym_PIPE_PIPE] = ACTIONS(1399), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(1648), + [anon_sym_else] = ACTIONS(1401), [anon_sym_when] = ACTIONS(579), [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(1658), - [anon_sym_return] = ACTIONS(1660), + [anon_sym_throw] = ACTIONS(1650), + [anon_sym_return] = ACTIONS(1652), [anon_sym_continue] = ACTIONS(587), [anon_sym_break] = ACTIONS(587), [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_BANG_EQ] = ACTIONS(1594), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1592), - [anon_sym_EQ_EQ] = ACTIONS(1594), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1592), - [anon_sym_LT_EQ] = ACTIONS(1592), - [anon_sym_GT_EQ] = ACTIONS(1592), - [anon_sym_BANGin] = ACTIONS(1592), - [anon_sym_is] = ACTIONS(1594), - [anon_sym_BANGis] = ACTIONS(1592), - [anon_sym_PLUS] = ACTIONS(975), - [anon_sym_DASH] = ACTIONS(975), - [anon_sym_SLASH] = ACTIONS(1594), - [anon_sym_PERCENT] = ACTIONS(1592), - [anon_sym_as_QMARK] = ACTIONS(1592), - [anon_sym_PLUS_PLUS] = ACTIONS(977), - [anon_sym_DASH_DASH] = ACTIONS(977), - [anon_sym_BANG] = ACTIONS(975), - [anon_sym_BANG_BANG] = ACTIONS(1592), - [anon_sym_suspend] = ACTIONS(1594), - [anon_sym_sealed] = ACTIONS(1594), - [anon_sym_annotation] = ACTIONS(1594), + [anon_sym_BANG_EQ] = ACTIONS(1401), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1399), + [anon_sym_EQ_EQ] = ACTIONS(1401), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1399), + [anon_sym_LT_EQ] = ACTIONS(1399), + [anon_sym_GT_EQ] = ACTIONS(1399), + [anon_sym_BANGin] = ACTIONS(1399), + [anon_sym_is] = ACTIONS(1401), + [anon_sym_BANGis] = ACTIONS(1399), + [anon_sym_PLUS] = ACTIONS(915), + [anon_sym_DASH] = ACTIONS(915), + [anon_sym_SLASH] = ACTIONS(1401), + [anon_sym_PERCENT] = ACTIONS(1399), + [anon_sym_as_QMARK] = ACTIONS(1399), + [anon_sym_PLUS_PLUS] = ACTIONS(917), + [anon_sym_DASH_DASH] = ACTIONS(917), + [anon_sym_BANG] = ACTIONS(915), + [anon_sym_BANG_BANG] = ACTIONS(1399), + [anon_sym_suspend] = ACTIONS(1401), + [anon_sym_sealed] = ACTIONS(1401), + [anon_sym_annotation] = ACTIONS(1401), [anon_sym_data] = ACTIONS(537), [anon_sym_inner] = ACTIONS(537), - [anon_sym_override] = ACTIONS(1594), - [anon_sym_lateinit] = ACTIONS(1594), - [anon_sym_public] = ACTIONS(1594), - [anon_sym_private] = ACTIONS(1594), - [anon_sym_internal] = ACTIONS(1594), - [anon_sym_protected] = ACTIONS(1594), - [anon_sym_tailrec] = ACTIONS(1594), - [anon_sym_operator] = ACTIONS(1594), - [anon_sym_infix] = ACTIONS(1594), - [anon_sym_inline] = ACTIONS(1594), - [anon_sym_external] = ACTIONS(1594), - [sym_property_modifier] = ACTIONS(1594), - [anon_sym_abstract] = ACTIONS(1594), - [anon_sym_final] = ACTIONS(1594), - [anon_sym_open] = ACTIONS(1594), - [anon_sym_vararg] = ACTIONS(1594), - [anon_sym_noinline] = ACTIONS(1594), - [anon_sym_crossinline] = ACTIONS(1594), + [anon_sym_override] = ACTIONS(1401), + [anon_sym_lateinit] = ACTIONS(1401), + [anon_sym_public] = ACTIONS(1401), + [anon_sym_private] = ACTIONS(1401), + [anon_sym_internal] = ACTIONS(1401), + [anon_sym_protected] = ACTIONS(1401), + [anon_sym_tailrec] = ACTIONS(1401), + [anon_sym_operator] = ACTIONS(1401), + [anon_sym_infix] = ACTIONS(1401), + [anon_sym_inline] = ACTIONS(1401), + [anon_sym_external] = ACTIONS(1401), + [sym_property_modifier] = ACTIONS(1401), + [anon_sym_abstract] = ACTIONS(1401), + [anon_sym_final] = ACTIONS(1401), + [anon_sym_open] = ACTIONS(1401), + [anon_sym_vararg] = ACTIONS(1401), + [anon_sym_noinline] = ACTIONS(1401), + [anon_sym_crossinline] = ACTIONS(1401), [anon_sym_expect] = ACTIONS(537), [anon_sym_actual] = ACTIONS(537), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), + [anon_sym_return_AT] = ACTIONS(517), [anon_sym_continue_AT] = ACTIONS(599), [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), + [sym_real_literal] = ACTIONS(1620), [sym_integer_literal] = ACTIONS(605), [sym_hex_literal] = ACTIONS(607), [sym_bin_literal] = ACTIONS(607), @@ -67174,90 +67136,236 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(609), [anon_sym_SQUOTE] = ACTIONS(611), [sym__backtick_identifier] = ACTIONS(613), - [sym__automatic_semicolon] = ACTIONS(1592), - [sym_safe_nav] = ACTIONS(1592), + [sym__automatic_semicolon] = ACTIONS(1399), + [sym_safe_nav] = ACTIONS(1399), [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(615), }, + [267] = { + [sym__expression] = STATE(2418), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(2143), + [sym_annotation] = STATE(2143), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(267), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_as] = ACTIONS(1401), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_RBRACE] = ACTIONS(1399), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_COMMA] = ACTIONS(1399), + [anon_sym_LT] = ACTIONS(1401), + [anon_sym_GT] = ACTIONS(1401), + [anon_sym_where] = ACTIONS(1401), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1654), + [anon_sym_DOT] = ACTIONS(1401), + [anon_sym_SEMI] = ACTIONS(1399), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(873), + [sym_label] = ACTIONS(883), + [anon_sym_in] = ACTIONS(1401), + [anon_sym_DOT_DOT] = ACTIONS(1399), + [anon_sym_QMARK_COLON] = ACTIONS(1399), + [anon_sym_AMP_AMP] = ACTIONS(1399), + [anon_sym_PIPE_PIPE] = ACTIONS(1399), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(1656), + [anon_sym_else] = ACTIONS(1401), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(1658), + [anon_sym_return] = ACTIONS(1660), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_BANG_EQ] = ACTIONS(1401), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1399), + [anon_sym_EQ_EQ] = ACTIONS(1401), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1399), + [anon_sym_LT_EQ] = ACTIONS(1399), + [anon_sym_GT_EQ] = ACTIONS(1399), + [anon_sym_BANGin] = ACTIONS(1399), + [anon_sym_is] = ACTIONS(1401), + [anon_sym_BANGis] = ACTIONS(1399), + [anon_sym_PLUS] = ACTIONS(883), + [anon_sym_DASH] = ACTIONS(883), + [anon_sym_SLASH] = ACTIONS(1401), + [anon_sym_PERCENT] = ACTIONS(1399), + [anon_sym_as_QMARK] = ACTIONS(1399), + [anon_sym_PLUS_PLUS] = ACTIONS(885), + [anon_sym_DASH_DASH] = ACTIONS(885), + [anon_sym_BANG] = ACTIONS(883), + [anon_sym_BANG_BANG] = ACTIONS(1399), + [anon_sym_suspend] = ACTIONS(1401), + [anon_sym_sealed] = ACTIONS(1401), + [anon_sym_annotation] = ACTIONS(1401), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_override] = ACTIONS(1401), + [anon_sym_lateinit] = ACTIONS(1401), + [anon_sym_public] = ACTIONS(1401), + [anon_sym_private] = ACTIONS(1401), + [anon_sym_internal] = ACTIONS(1401), + [anon_sym_protected] = ACTIONS(1401), + [anon_sym_tailrec] = ACTIONS(1401), + [anon_sym_operator] = ACTIONS(1401), + [anon_sym_infix] = ACTIONS(1401), + [anon_sym_inline] = ACTIONS(1401), + [anon_sym_external] = ACTIONS(1401), + [sym_property_modifier] = ACTIONS(1401), + [anon_sym_abstract] = ACTIONS(1401), + [anon_sym_final] = ACTIONS(1401), + [anon_sym_open] = ACTIONS(1401), + [anon_sym_vararg] = ACTIONS(1401), + [anon_sym_noinline] = ACTIONS(1401), + [anon_sym_crossinline] = ACTIONS(1401), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym__automatic_semicolon] = ACTIONS(1399), + [sym_safe_nav] = ACTIONS(1399), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), + }, [268] = { - [sym__expression] = STATE(2487), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(1697), - [sym_annotation] = STATE(1697), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), + [sym__expression] = STATE(2485), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(1711), + [sym_annotation] = STATE(1711), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), [sym__return_at] = STATE(268), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), [sym__alpha_identifier] = ACTIONS(111), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_as] = ACTIONS(1594), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(1592), + [anon_sym_as] = ACTIONS(1401), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(1399), [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_RPAREN] = ACTIONS(1592), - [anon_sym_LT] = ACTIONS(1594), - [anon_sym_GT] = ACTIONS(1594), - [anon_sym_object] = ACTIONS(1598), + [anon_sym_RPAREN] = ACTIONS(1399), + [anon_sym_LT] = ACTIONS(1401), + [anon_sym_GT] = ACTIONS(1401), + [anon_sym_object] = ACTIONS(1405), [anon_sym_fun] = ACTIONS(1662), - [anon_sym_DOT] = ACTIONS(1594), - [anon_sym_SEMI] = ACTIONS(1592), + [anon_sym_DOT] = ACTIONS(1401), + [anon_sym_SEMI] = ACTIONS(1399), [anon_sym_get] = ACTIONS(111), [anon_sym_set] = ACTIONS(111), [anon_sym_this] = ACTIONS(141), [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(995), - [sym_label] = ACTIONS(1003), - [anon_sym_in] = ACTIONS(1594), - [anon_sym_while] = ACTIONS(1594), - [anon_sym_DOT_DOT] = ACTIONS(1592), - [anon_sym_QMARK_COLON] = ACTIONS(1592), - [anon_sym_AMP_AMP] = ACTIONS(1592), - [anon_sym_PIPE_PIPE] = ACTIONS(1592), - [anon_sym_null] = ACTIONS(1602), + [anon_sym_STAR] = ACTIONS(1085), + [sym_label] = ACTIONS(1093), + [anon_sym_in] = ACTIONS(1401), + [anon_sym_while] = ACTIONS(1401), + [anon_sym_DOT_DOT] = ACTIONS(1399), + [anon_sym_QMARK_COLON] = ACTIONS(1399), + [anon_sym_AMP_AMP] = ACTIONS(1399), + [anon_sym_PIPE_PIPE] = ACTIONS(1399), + [anon_sym_null] = ACTIONS(1409), [anon_sym_if] = ACTIONS(1664), - [anon_sym_else] = ACTIONS(1594), + [anon_sym_else] = ACTIONS(1401), [anon_sym_when] = ACTIONS(159), [anon_sym_try] = ACTIONS(161), [anon_sym_throw] = ACTIONS(1666), @@ -67265,54 +67373,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(167), [anon_sym_break] = ACTIONS(167), [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_BANG_EQ] = ACTIONS(1594), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1592), - [anon_sym_EQ_EQ] = ACTIONS(1594), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1592), - [anon_sym_LT_EQ] = ACTIONS(1592), - [anon_sym_GT_EQ] = ACTIONS(1592), - [anon_sym_BANGin] = ACTIONS(1592), - [anon_sym_is] = ACTIONS(1594), - [anon_sym_BANGis] = ACTIONS(1592), - [anon_sym_PLUS] = ACTIONS(1003), - [anon_sym_DASH] = ACTIONS(1003), - [anon_sym_SLASH] = ACTIONS(1594), - [anon_sym_PERCENT] = ACTIONS(1592), - [anon_sym_as_QMARK] = ACTIONS(1592), - [anon_sym_PLUS_PLUS] = ACTIONS(1005), - [anon_sym_DASH_DASH] = ACTIONS(1005), - [anon_sym_BANG] = ACTIONS(1003), - [anon_sym_BANG_BANG] = ACTIONS(1592), - [anon_sym_suspend] = ACTIONS(1594), - [anon_sym_sealed] = ACTIONS(1594), - [anon_sym_annotation] = ACTIONS(1594), + [anon_sym_BANG_EQ] = ACTIONS(1401), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1399), + [anon_sym_EQ_EQ] = ACTIONS(1401), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1399), + [anon_sym_LT_EQ] = ACTIONS(1399), + [anon_sym_GT_EQ] = ACTIONS(1399), + [anon_sym_BANGin] = ACTIONS(1399), + [anon_sym_is] = ACTIONS(1401), + [anon_sym_BANGis] = ACTIONS(1399), + [anon_sym_PLUS] = ACTIONS(1093), + [anon_sym_DASH] = ACTIONS(1093), + [anon_sym_SLASH] = ACTIONS(1401), + [anon_sym_PERCENT] = ACTIONS(1399), + [anon_sym_as_QMARK] = ACTIONS(1399), + [anon_sym_PLUS_PLUS] = ACTIONS(1095), + [anon_sym_DASH_DASH] = ACTIONS(1095), + [anon_sym_BANG] = ACTIONS(1093), + [anon_sym_BANG_BANG] = ACTIONS(1399), + [anon_sym_suspend] = ACTIONS(1401), + [anon_sym_sealed] = ACTIONS(1401), + [anon_sym_annotation] = ACTIONS(1401), [anon_sym_data] = ACTIONS(111), [anon_sym_inner] = ACTIONS(111), - [anon_sym_override] = ACTIONS(1594), - [anon_sym_lateinit] = ACTIONS(1594), - [anon_sym_public] = ACTIONS(1594), - [anon_sym_private] = ACTIONS(1594), - [anon_sym_internal] = ACTIONS(1594), - [anon_sym_protected] = ACTIONS(1594), - [anon_sym_tailrec] = ACTIONS(1594), - [anon_sym_operator] = ACTIONS(1594), - [anon_sym_infix] = ACTIONS(1594), - [anon_sym_inline] = ACTIONS(1594), - [anon_sym_external] = ACTIONS(1594), - [sym_property_modifier] = ACTIONS(1594), - [anon_sym_abstract] = ACTIONS(1594), - [anon_sym_final] = ACTIONS(1594), - [anon_sym_open] = ACTIONS(1594), - [anon_sym_vararg] = ACTIONS(1594), - [anon_sym_noinline] = ACTIONS(1594), - [anon_sym_crossinline] = ACTIONS(1594), + [anon_sym_override] = ACTIONS(1401), + [anon_sym_lateinit] = ACTIONS(1401), + [anon_sym_public] = ACTIONS(1401), + [anon_sym_private] = ACTIONS(1401), + [anon_sym_internal] = ACTIONS(1401), + [anon_sym_protected] = ACTIONS(1401), + [anon_sym_tailrec] = ACTIONS(1401), + [anon_sym_operator] = ACTIONS(1401), + [anon_sym_infix] = ACTIONS(1401), + [anon_sym_inline] = ACTIONS(1401), + [anon_sym_external] = ACTIONS(1401), + [sym_property_modifier] = ACTIONS(1401), + [anon_sym_abstract] = ACTIONS(1401), + [anon_sym_final] = ACTIONS(1401), + [anon_sym_open] = ACTIONS(1401), + [anon_sym_vararg] = ACTIONS(1401), + [anon_sym_noinline] = ACTIONS(1401), + [anon_sym_crossinline] = ACTIONS(1401), [anon_sym_expect] = ACTIONS(111), [anon_sym_actual] = ACTIONS(111), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(179), [anon_sym_continue_AT] = ACTIONS(181), [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), + [sym_real_literal] = ACTIONS(1411), [sym_integer_literal] = ACTIONS(187), [sym_hex_literal] = ACTIONS(189), [sym_bin_literal] = ACTIONS(189), @@ -67320,231 +67428,231 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(191), [anon_sym_SQUOTE] = ACTIONS(193), [sym__backtick_identifier] = ACTIONS(195), - [sym_safe_nav] = ACTIONS(1592), + [sym_safe_nav] = ACTIONS(1399), [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(197), }, [269] = { - [sym__expression] = STATE(535), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2238), - [sym_annotation] = STATE(2238), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), + [sym__expression] = STATE(2510), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(2362), + [sym_annotation] = STATE(2362), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), [sym__return_at] = STATE(269), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_as] = ACTIONS(1594), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(1592), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_LT] = ACTIONS(1594), - [anon_sym_GT] = ACTIONS(1594), - [anon_sym_object] = ACTIONS(1614), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_as] = ACTIONS(1401), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_RBRACE] = ACTIONS(1399), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_LT] = ACTIONS(1401), + [anon_sym_GT] = ACTIONS(1401), + [anon_sym_object] = ACTIONS(1624), [anon_sym_fun] = ACTIONS(1670), - [anon_sym_DOT] = ACTIONS(1594), - [anon_sym_SEMI] = ACTIONS(1592), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1047), - [sym_label] = ACTIONS(1055), - [anon_sym_in] = ACTIONS(1594), - [anon_sym_DOT_DOT] = ACTIONS(1592), - [anon_sym_QMARK_COLON] = ACTIONS(1592), - [anon_sym_AMP_AMP] = ACTIONS(1592), - [anon_sym_PIPE_PIPE] = ACTIONS(1592), - [anon_sym_null] = ACTIONS(1618), + [anon_sym_DOT] = ACTIONS(1401), + [anon_sym_SEMI] = ACTIONS(1399), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1021), + [sym_label] = ACTIONS(1029), + [anon_sym_in] = ACTIONS(1401), + [anon_sym_DOT_DOT] = ACTIONS(1399), + [anon_sym_QMARK_COLON] = ACTIONS(1399), + [anon_sym_AMP_AMP] = ACTIONS(1399), + [anon_sym_PIPE_PIPE] = ACTIONS(1399), + [anon_sym_null] = ACTIONS(1628), [anon_sym_if] = ACTIONS(1672), - [anon_sym_else] = ACTIONS(1594), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), + [anon_sym_else] = ACTIONS(1401), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), [anon_sym_throw] = ACTIONS(1674), [anon_sym_return] = ACTIONS(1676), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_BANG_EQ] = ACTIONS(1594), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1592), - [anon_sym_EQ_EQ] = ACTIONS(1594), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1592), - [anon_sym_LT_EQ] = ACTIONS(1592), - [anon_sym_GT_EQ] = ACTIONS(1592), - [anon_sym_BANGin] = ACTIONS(1592), - [anon_sym_is] = ACTIONS(1594), - [anon_sym_BANGis] = ACTIONS(1592), - [anon_sym_PLUS] = ACTIONS(1055), - [anon_sym_DASH] = ACTIONS(1055), - [anon_sym_SLASH] = ACTIONS(1594), - [anon_sym_PERCENT] = ACTIONS(1592), - [anon_sym_as_QMARK] = ACTIONS(1592), - [anon_sym_PLUS_PLUS] = ACTIONS(1057), - [anon_sym_DASH_DASH] = ACTIONS(1057), - [anon_sym_BANG] = ACTIONS(1055), - [anon_sym_BANG_BANG] = ACTIONS(1592), - [anon_sym_suspend] = ACTIONS(1594), - [anon_sym_sealed] = ACTIONS(1594), - [anon_sym_annotation] = ACTIONS(1594), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_override] = ACTIONS(1594), - [anon_sym_lateinit] = ACTIONS(1594), - [anon_sym_public] = ACTIONS(1594), - [anon_sym_private] = ACTIONS(1594), - [anon_sym_internal] = ACTIONS(1594), - [anon_sym_protected] = ACTIONS(1594), - [anon_sym_tailrec] = ACTIONS(1594), - [anon_sym_operator] = ACTIONS(1594), - [anon_sym_infix] = ACTIONS(1594), - [anon_sym_inline] = ACTIONS(1594), - [anon_sym_external] = ACTIONS(1594), - [sym_property_modifier] = ACTIONS(1594), - [anon_sym_abstract] = ACTIONS(1594), - [anon_sym_final] = ACTIONS(1594), - [anon_sym_open] = ACTIONS(1594), - [anon_sym_vararg] = ACTIONS(1594), - [anon_sym_noinline] = ACTIONS(1594), - [anon_sym_crossinline] = ACTIONS(1594), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), - [sym__automatic_semicolon] = ACTIONS(1592), - [sym_safe_nav] = ACTIONS(1592), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_BANG_EQ] = ACTIONS(1401), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1399), + [anon_sym_EQ_EQ] = ACTIONS(1401), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1399), + [anon_sym_LT_EQ] = ACTIONS(1399), + [anon_sym_GT_EQ] = ACTIONS(1399), + [anon_sym_BANGin] = ACTIONS(1399), + [anon_sym_is] = ACTIONS(1401), + [anon_sym_BANGis] = ACTIONS(1399), + [anon_sym_PLUS] = ACTIONS(1029), + [anon_sym_DASH] = ACTIONS(1029), + [anon_sym_SLASH] = ACTIONS(1401), + [anon_sym_PERCENT] = ACTIONS(1399), + [anon_sym_as_QMARK] = ACTIONS(1399), + [anon_sym_PLUS_PLUS] = ACTIONS(1031), + [anon_sym_DASH_DASH] = ACTIONS(1031), + [anon_sym_BANG] = ACTIONS(1029), + [anon_sym_BANG_BANG] = ACTIONS(1399), + [anon_sym_suspend] = ACTIONS(1401), + [anon_sym_sealed] = ACTIONS(1401), + [anon_sym_annotation] = ACTIONS(1401), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_override] = ACTIONS(1401), + [anon_sym_lateinit] = ACTIONS(1401), + [anon_sym_public] = ACTIONS(1401), + [anon_sym_private] = ACTIONS(1401), + [anon_sym_internal] = ACTIONS(1401), + [anon_sym_protected] = ACTIONS(1401), + [anon_sym_tailrec] = ACTIONS(1401), + [anon_sym_operator] = ACTIONS(1401), + [anon_sym_infix] = ACTIONS(1401), + [anon_sym_inline] = ACTIONS(1401), + [anon_sym_external] = ACTIONS(1401), + [sym_property_modifier] = ACTIONS(1401), + [anon_sym_abstract] = ACTIONS(1401), + [anon_sym_final] = ACTIONS(1401), + [anon_sym_open] = ACTIONS(1401), + [anon_sym_vararg] = ACTIONS(1401), + [anon_sym_noinline] = ACTIONS(1401), + [anon_sym_crossinline] = ACTIONS(1401), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym__automatic_semicolon] = ACTIONS(1399), + [sym_safe_nav] = ACTIONS(1399), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), }, [270] = { - [sym__expression] = STATE(2542), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(1643), - [sym_annotation] = STATE(1643), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), + [sym__expression] = STATE(542), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2117), + [sym_annotation] = STATE(2117), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), [sym__return_at] = STATE(270), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), [sym__alpha_identifier] = ACTIONS(537), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_as] = ACTIONS(1594), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(1592), + [anon_sym_as] = ACTIONS(1401), + [anon_sym_LBRACE] = ACTIONS(1612), + [anon_sym_RBRACE] = ACTIONS(1399), [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_LT] = ACTIONS(1594), - [anon_sym_GT] = ACTIONS(1594), - [anon_sym_object] = ACTIONS(1624), + [anon_sym_LT] = ACTIONS(1401), + [anon_sym_GT] = ACTIONS(1401), + [anon_sym_object] = ACTIONS(1614), [anon_sym_fun] = ACTIONS(1678), - [anon_sym_DOT] = ACTIONS(1594), - [anon_sym_SEMI] = ACTIONS(1592), + [anon_sym_DOT] = ACTIONS(1401), + [anon_sym_SEMI] = ACTIONS(1399), [anon_sym_get] = ACTIONS(537), [anon_sym_set] = ACTIONS(537), [anon_sym_this] = ACTIONS(561), [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1021), - [sym_label] = ACTIONS(1029), - [anon_sym_in] = ACTIONS(1594), - [anon_sym_DOT_DOT] = ACTIONS(1592), - [anon_sym_QMARK_COLON] = ACTIONS(1592), - [anon_sym_AMP_AMP] = ACTIONS(1592), - [anon_sym_PIPE_PIPE] = ACTIONS(1592), - [anon_sym_null] = ACTIONS(1628), + [anon_sym_STAR] = ACTIONS(995), + [sym_label] = ACTIONS(1003), + [anon_sym_in] = ACTIONS(1401), + [anon_sym_DOT_DOT] = ACTIONS(1399), + [anon_sym_QMARK_COLON] = ACTIONS(1399), + [anon_sym_AMP_AMP] = ACTIONS(1399), + [anon_sym_PIPE_PIPE] = ACTIONS(1399), + [anon_sym_null] = ACTIONS(1618), [anon_sym_if] = ACTIONS(1680), - [anon_sym_else] = ACTIONS(1594), + [anon_sym_else] = ACTIONS(1401), [anon_sym_when] = ACTIONS(579), [anon_sym_try] = ACTIONS(581), [anon_sym_throw] = ACTIONS(1682), @@ -67552,54 +67660,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(587), [anon_sym_break] = ACTIONS(587), [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_BANG_EQ] = ACTIONS(1594), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1592), - [anon_sym_EQ_EQ] = ACTIONS(1594), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1592), - [anon_sym_LT_EQ] = ACTIONS(1592), - [anon_sym_GT_EQ] = ACTIONS(1592), - [anon_sym_BANGin] = ACTIONS(1592), - [anon_sym_is] = ACTIONS(1594), - [anon_sym_BANGis] = ACTIONS(1592), - [anon_sym_PLUS] = ACTIONS(1029), - [anon_sym_DASH] = ACTIONS(1029), - [anon_sym_SLASH] = ACTIONS(1594), - [anon_sym_PERCENT] = ACTIONS(1592), - [anon_sym_as_QMARK] = ACTIONS(1592), - [anon_sym_PLUS_PLUS] = ACTIONS(1031), - [anon_sym_DASH_DASH] = ACTIONS(1031), - [anon_sym_BANG] = ACTIONS(1029), - [anon_sym_BANG_BANG] = ACTIONS(1592), - [anon_sym_suspend] = ACTIONS(1594), - [anon_sym_sealed] = ACTIONS(1594), - [anon_sym_annotation] = ACTIONS(1594), + [anon_sym_BANG_EQ] = ACTIONS(1401), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1399), + [anon_sym_EQ_EQ] = ACTIONS(1401), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1399), + [anon_sym_LT_EQ] = ACTIONS(1399), + [anon_sym_GT_EQ] = ACTIONS(1399), + [anon_sym_BANGin] = ACTIONS(1399), + [anon_sym_is] = ACTIONS(1401), + [anon_sym_BANGis] = ACTIONS(1399), + [anon_sym_PLUS] = ACTIONS(1003), + [anon_sym_DASH] = ACTIONS(1003), + [anon_sym_SLASH] = ACTIONS(1401), + [anon_sym_PERCENT] = ACTIONS(1399), + [anon_sym_as_QMARK] = ACTIONS(1399), + [anon_sym_PLUS_PLUS] = ACTIONS(1005), + [anon_sym_DASH_DASH] = ACTIONS(1005), + [anon_sym_BANG] = ACTIONS(1003), + [anon_sym_BANG_BANG] = ACTIONS(1399), + [anon_sym_suspend] = ACTIONS(1401), + [anon_sym_sealed] = ACTIONS(1401), + [anon_sym_annotation] = ACTIONS(1401), [anon_sym_data] = ACTIONS(537), [anon_sym_inner] = ACTIONS(537), - [anon_sym_override] = ACTIONS(1594), - [anon_sym_lateinit] = ACTIONS(1594), - [anon_sym_public] = ACTIONS(1594), - [anon_sym_private] = ACTIONS(1594), - [anon_sym_internal] = ACTIONS(1594), - [anon_sym_protected] = ACTIONS(1594), - [anon_sym_tailrec] = ACTIONS(1594), - [anon_sym_operator] = ACTIONS(1594), - [anon_sym_infix] = ACTIONS(1594), - [anon_sym_inline] = ACTIONS(1594), - [anon_sym_external] = ACTIONS(1594), - [sym_property_modifier] = ACTIONS(1594), - [anon_sym_abstract] = ACTIONS(1594), - [anon_sym_final] = ACTIONS(1594), - [anon_sym_open] = ACTIONS(1594), - [anon_sym_vararg] = ACTIONS(1594), - [anon_sym_noinline] = ACTIONS(1594), - [anon_sym_crossinline] = ACTIONS(1594), + [anon_sym_override] = ACTIONS(1401), + [anon_sym_lateinit] = ACTIONS(1401), + [anon_sym_public] = ACTIONS(1401), + [anon_sym_private] = ACTIONS(1401), + [anon_sym_internal] = ACTIONS(1401), + [anon_sym_protected] = ACTIONS(1401), + [anon_sym_tailrec] = ACTIONS(1401), + [anon_sym_operator] = ACTIONS(1401), + [anon_sym_infix] = ACTIONS(1401), + [anon_sym_inline] = ACTIONS(1401), + [anon_sym_external] = ACTIONS(1401), + [sym_property_modifier] = ACTIONS(1401), + [anon_sym_abstract] = ACTIONS(1401), + [anon_sym_final] = ACTIONS(1401), + [anon_sym_open] = ACTIONS(1401), + [anon_sym_vararg] = ACTIONS(1401), + [anon_sym_noinline] = ACTIONS(1401), + [anon_sym_crossinline] = ACTIONS(1401), [anon_sym_expect] = ACTIONS(537), [anon_sym_actual] = ACTIONS(537), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), + [anon_sym_return_AT] = ACTIONS(517), [anon_sym_continue_AT] = ACTIONS(599), [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), + [sym_real_literal] = ACTIONS(1620), [sym_integer_literal] = ACTIONS(605), [sym_hex_literal] = ACTIONS(607), [sym_bin_literal] = ACTIONS(607), @@ -67607,46 +67715,46 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(609), [anon_sym_SQUOTE] = ACTIONS(611), [sym__backtick_identifier] = ACTIONS(613), - [sym__automatic_semicolon] = ACTIONS(1592), - [sym_safe_nav] = ACTIONS(1592), + [sym__automatic_semicolon] = ACTIONS(1399), + [sym_safe_nav] = ACTIONS(1399), [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(615), }, [271] = { - [sym_getter] = STATE(1069), - [sym_setter] = STATE(1069), - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(2231), - [sym__comparison_operator] = STATE(2164), - [sym__in_operator] = STATE(2134), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(2130), - [sym__multiplicative_operator] = STATE(2129), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_modifiers] = STATE(8548), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2125), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym_getter] = STATE(3184), + [sym_setter] = STATE(3184), + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(1710), + [sym__comparison_operator] = STATE(1714), + [sym__in_operator] = STATE(1717), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(1718), + [sym__multiplicative_operator] = STATE(1721), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_modifiers] = STATE(8689), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1722), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), @@ -67750,40 +67858,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(1696), }, [272] = { - [sym_getter] = STATE(1164), - [sym_setter] = STATE(1164), - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(2231), - [sym__comparison_operator] = STATE(2164), - [sym__in_operator] = STATE(2134), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(2130), - [sym__multiplicative_operator] = STATE(2129), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_modifiers] = STATE(8548), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2125), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym_getter] = STATE(3129), + [sym_setter] = STATE(3129), + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(1710), + [sym__comparison_operator] = STATE(1714), + [sym__in_operator] = STATE(1717), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(1718), + [sym__multiplicative_operator] = STATE(1721), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_modifiers] = STATE(8689), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1722), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), @@ -67887,60 +67995,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(1754), }, [273] = { - [sym_getter] = STATE(3334), - [sym_setter] = STATE(3334), - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(2231), - [sym__comparison_operator] = STATE(2164), - [sym__in_operator] = STATE(2134), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(2130), - [sym__multiplicative_operator] = STATE(2129), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_modifiers] = STATE(8582), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2125), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym_getter] = STATE(1155), + [sym_setter] = STATE(1155), + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(1710), + [sym__comparison_operator] = STATE(1714), + [sym__in_operator] = STATE(1717), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(1718), + [sym__multiplicative_operator] = STATE(1721), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_modifiers] = STATE(8845), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1722), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), - [anon_sym_EQ] = ACTIONS(1694), + [anon_sym_EQ] = ACTIONS(1752), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(1696), + [anon_sym_RBRACE] = ACTIONS(1754), [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_COMMA] = ACTIONS(1696), + [anon_sym_COMMA] = ACTIONS(1754), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(1702), - [anon_sym_where] = ACTIONS(1694), - [anon_sym_object] = ACTIONS(1694), - [anon_sym_fun] = ACTIONS(1694), + [anon_sym_where] = ACTIONS(1752), + [anon_sym_object] = ACTIONS(1752), + [anon_sym_fun] = ACTIONS(1752), [anon_sym_DOT] = ACTIONS(1704), [anon_sym_SEMI] = ACTIONS(1758), [anon_sym_get] = ACTIONS(1760), [anon_sym_set] = ACTIONS(1762), - [anon_sym_this] = ACTIONS(1694), - [anon_sym_super] = ACTIONS(1694), + [anon_sym_this] = ACTIONS(1752), + [anon_sym_super] = ACTIONS(1752), [anon_sym_STAR] = ACTIONS(1712), [sym_label] = ACTIONS(1714), [anon_sym_in] = ACTIONS(1716), @@ -67948,21 +68056,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1720), [anon_sym_AMP_AMP] = ACTIONS(1722), [anon_sym_PIPE_PIPE] = ACTIONS(1724), - [anon_sym_null] = ACTIONS(1694), - [anon_sym_if] = ACTIONS(1694), - [anon_sym_else] = ACTIONS(1694), - [anon_sym_when] = ACTIONS(1694), - [anon_sym_try] = ACTIONS(1694), - [anon_sym_throw] = ACTIONS(1694), - [anon_sym_return] = ACTIONS(1694), - [anon_sym_continue] = ACTIONS(1694), - [anon_sym_break] = ACTIONS(1694), + [anon_sym_null] = ACTIONS(1752), + [anon_sym_if] = ACTIONS(1752), + [anon_sym_else] = ACTIONS(1752), + [anon_sym_when] = ACTIONS(1752), + [anon_sym_try] = ACTIONS(1752), + [anon_sym_throw] = ACTIONS(1752), + [anon_sym_return] = ACTIONS(1752), + [anon_sym_continue] = ACTIONS(1752), + [anon_sym_break] = ACTIONS(1752), [anon_sym_COLON_COLON] = ACTIONS(1726), - [anon_sym_PLUS_EQ] = ACTIONS(1696), - [anon_sym_DASH_EQ] = ACTIONS(1696), - [anon_sym_STAR_EQ] = ACTIONS(1696), - [anon_sym_SLASH_EQ] = ACTIONS(1696), - [anon_sym_PERCENT_EQ] = ACTIONS(1696), + [anon_sym_PLUS_EQ] = ACTIONS(1754), + [anon_sym_DASH_EQ] = ACTIONS(1754), + [anon_sym_STAR_EQ] = ACTIONS(1754), + [anon_sym_SLASH_EQ] = ACTIONS(1754), + [anon_sym_PERCENT_EQ] = ACTIONS(1754), [anon_sym_BANG_EQ] = ACTIONS(1728), [anon_sym_BANG_EQ_EQ] = ACTIONS(1730), [anon_sym_EQ_EQ] = ACTIONS(1728), @@ -67979,7 +68087,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(1694), + [anon_sym_BANG] = ACTIONS(1752), [anon_sym_BANG_BANG] = ACTIONS(1744), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), @@ -68007,57 +68115,57 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(1748), [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1696), - [anon_sym_continue_AT] = ACTIONS(1696), - [anon_sym_break_AT] = ACTIONS(1696), - [sym_real_literal] = ACTIONS(1696), - [sym_integer_literal] = ACTIONS(1694), - [sym_hex_literal] = ACTIONS(1696), - [sym_bin_literal] = ACTIONS(1696), - [anon_sym_true] = ACTIONS(1694), - [anon_sym_false] = ACTIONS(1694), - [anon_sym_SQUOTE] = ACTIONS(1696), + [anon_sym_return_AT] = ACTIONS(1754), + [anon_sym_continue_AT] = ACTIONS(1754), + [anon_sym_break_AT] = ACTIONS(1754), + [sym_real_literal] = ACTIONS(1754), + [sym_integer_literal] = ACTIONS(1752), + [sym_hex_literal] = ACTIONS(1754), + [sym_bin_literal] = ACTIONS(1754), + [anon_sym_true] = ACTIONS(1752), + [anon_sym_false] = ACTIONS(1752), + [anon_sym_SQUOTE] = ACTIONS(1754), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(1696), + [sym__automatic_semicolon] = ACTIONS(1754), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1696), + [sym__string_start] = ACTIONS(1754), }, [274] = { - [sym_getter] = STATE(3228), - [sym_setter] = STATE(3228), - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(2231), - [sym__comparison_operator] = STATE(2164), - [sym__in_operator] = STATE(2134), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(2130), - [sym__multiplicative_operator] = STATE(2129), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_modifiers] = STATE(8582), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2125), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym_getter] = STATE(3151), + [sym_setter] = STATE(3151), + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(1710), + [sym__comparison_operator] = STATE(1714), + [sym__in_operator] = STATE(1717), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(1718), + [sym__multiplicative_operator] = STATE(1721), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_modifiers] = STATE(8689), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1722), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), @@ -68074,8 +68182,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_fun] = ACTIONS(1764), [anon_sym_DOT] = ACTIONS(1704), [anon_sym_SEMI] = ACTIONS(1768), - [anon_sym_get] = ACTIONS(1760), - [anon_sym_set] = ACTIONS(1762), + [anon_sym_get] = ACTIONS(1708), + [anon_sym_set] = ACTIONS(1710), [anon_sym_this] = ACTIONS(1764), [anon_sym_super] = ACTIONS(1764), [anon_sym_STAR] = ACTIONS(1712), @@ -68161,40 +68269,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(1766), }, [275] = { - [sym_getter] = STATE(1143), - [sym_setter] = STATE(1143), - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(2231), - [sym__comparison_operator] = STATE(2164), - [sym__in_operator] = STATE(2134), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(2130), - [sym__multiplicative_operator] = STATE(2129), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_modifiers] = STATE(8548), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2125), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym_getter] = STATE(3163), + [sym_setter] = STATE(3163), + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(1710), + [sym__comparison_operator] = STATE(1714), + [sym__in_operator] = STATE(1717), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(1718), + [sym__multiplicative_operator] = STATE(1721), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_modifiers] = STATE(8689), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1722), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), @@ -68298,60 +68406,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(1772), }, [276] = { - [sym_getter] = STATE(1110), - [sym_setter] = STATE(1110), - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(2231), - [sym__comparison_operator] = STATE(2164), - [sym__in_operator] = STATE(2134), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(2130), - [sym__multiplicative_operator] = STATE(2129), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_modifiers] = STATE(8548), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2125), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym_getter] = STATE(1138), + [sym_setter] = STATE(1138), + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(1710), + [sym__comparison_operator] = STATE(1714), + [sym__in_operator] = STATE(1717), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(1718), + [sym__multiplicative_operator] = STATE(1721), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_modifiers] = STATE(8845), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1722), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), - [anon_sym_EQ] = ACTIONS(1776), + [anon_sym_EQ] = ACTIONS(1764), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(1778), + [anon_sym_RBRACE] = ACTIONS(1766), [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_COMMA] = ACTIONS(1778), + [anon_sym_COMMA] = ACTIONS(1766), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(1702), - [anon_sym_where] = ACTIONS(1776), - [anon_sym_object] = ACTIONS(1776), - [anon_sym_fun] = ACTIONS(1776), + [anon_sym_where] = ACTIONS(1764), + [anon_sym_object] = ACTIONS(1764), + [anon_sym_fun] = ACTIONS(1764), [anon_sym_DOT] = ACTIONS(1704), - [anon_sym_SEMI] = ACTIONS(1780), - [anon_sym_get] = ACTIONS(1708), - [anon_sym_set] = ACTIONS(1710), - [anon_sym_this] = ACTIONS(1776), - [anon_sym_super] = ACTIONS(1776), + [anon_sym_SEMI] = ACTIONS(1776), + [anon_sym_get] = ACTIONS(1760), + [anon_sym_set] = ACTIONS(1762), + [anon_sym_this] = ACTIONS(1764), + [anon_sym_super] = ACTIONS(1764), [anon_sym_STAR] = ACTIONS(1712), [sym_label] = ACTIONS(1714), [anon_sym_in] = ACTIONS(1716), @@ -68359,21 +68467,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1720), [anon_sym_AMP_AMP] = ACTIONS(1722), [anon_sym_PIPE_PIPE] = ACTIONS(1724), - [anon_sym_null] = ACTIONS(1776), - [anon_sym_if] = ACTIONS(1776), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_when] = ACTIONS(1776), - [anon_sym_try] = ACTIONS(1776), - [anon_sym_throw] = ACTIONS(1776), - [anon_sym_return] = ACTIONS(1776), - [anon_sym_continue] = ACTIONS(1776), - [anon_sym_break] = ACTIONS(1776), + [anon_sym_null] = ACTIONS(1764), + [anon_sym_if] = ACTIONS(1764), + [anon_sym_else] = ACTIONS(1764), + [anon_sym_when] = ACTIONS(1764), + [anon_sym_try] = ACTIONS(1764), + [anon_sym_throw] = ACTIONS(1764), + [anon_sym_return] = ACTIONS(1764), + [anon_sym_continue] = ACTIONS(1764), + [anon_sym_break] = ACTIONS(1764), [anon_sym_COLON_COLON] = ACTIONS(1726), - [anon_sym_PLUS_EQ] = ACTIONS(1778), - [anon_sym_DASH_EQ] = ACTIONS(1778), - [anon_sym_STAR_EQ] = ACTIONS(1778), - [anon_sym_SLASH_EQ] = ACTIONS(1778), - [anon_sym_PERCENT_EQ] = ACTIONS(1778), + [anon_sym_PLUS_EQ] = ACTIONS(1766), + [anon_sym_DASH_EQ] = ACTIONS(1766), + [anon_sym_STAR_EQ] = ACTIONS(1766), + [anon_sym_SLASH_EQ] = ACTIONS(1766), + [anon_sym_PERCENT_EQ] = ACTIONS(1766), [anon_sym_BANG_EQ] = ACTIONS(1728), [anon_sym_BANG_EQ_EQ] = ACTIONS(1730), [anon_sym_EQ_EQ] = ACTIONS(1728), @@ -68390,7 +68498,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(1776), + [anon_sym_BANG] = ACTIONS(1764), [anon_sym_BANG_BANG] = ACTIONS(1744), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), @@ -68418,77 +68526,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(1748), [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1778), - [anon_sym_continue_AT] = ACTIONS(1778), - [anon_sym_break_AT] = ACTIONS(1778), - [sym_real_literal] = ACTIONS(1778), - [sym_integer_literal] = ACTIONS(1776), - [sym_hex_literal] = ACTIONS(1778), - [sym_bin_literal] = ACTIONS(1778), - [anon_sym_true] = ACTIONS(1776), - [anon_sym_false] = ACTIONS(1776), - [anon_sym_SQUOTE] = ACTIONS(1778), + [anon_sym_return_AT] = ACTIONS(1766), + [anon_sym_continue_AT] = ACTIONS(1766), + [anon_sym_break_AT] = ACTIONS(1766), + [sym_real_literal] = ACTIONS(1766), + [sym_integer_literal] = ACTIONS(1764), + [sym_hex_literal] = ACTIONS(1766), + [sym_bin_literal] = ACTIONS(1766), + [anon_sym_true] = ACTIONS(1764), + [anon_sym_false] = ACTIONS(1764), + [anon_sym_SQUOTE] = ACTIONS(1766), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(1778), + [sym__automatic_semicolon] = ACTIONS(1766), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1778), + [sym__string_start] = ACTIONS(1766), }, [277] = { - [sym_getter] = STATE(3146), - [sym_setter] = STATE(3146), - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(2231), - [sym__comparison_operator] = STATE(2164), - [sym__in_operator] = STATE(2134), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(2130), - [sym__multiplicative_operator] = STATE(2129), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_modifiers] = STATE(8582), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2125), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym_getter] = STATE(3170), + [sym_setter] = STATE(3170), + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(1710), + [sym__comparison_operator] = STATE(1714), + [sym__in_operator] = STATE(1717), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(1718), + [sym__multiplicative_operator] = STATE(1721), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_modifiers] = STATE(8689), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1722), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), - [anon_sym_EQ] = ACTIONS(1782), + [anon_sym_EQ] = ACTIONS(1778), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(1784), + [anon_sym_RBRACE] = ACTIONS(1780), [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_COMMA] = ACTIONS(1784), + [anon_sym_COMMA] = ACTIONS(1780), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(1702), - [anon_sym_where] = ACTIONS(1782), - [anon_sym_object] = ACTIONS(1782), - [anon_sym_fun] = ACTIONS(1782), + [anon_sym_where] = ACTIONS(1778), + [anon_sym_object] = ACTIONS(1778), + [anon_sym_fun] = ACTIONS(1778), [anon_sym_DOT] = ACTIONS(1704), - [anon_sym_SEMI] = ACTIONS(1786), - [anon_sym_get] = ACTIONS(1760), - [anon_sym_set] = ACTIONS(1762), - [anon_sym_this] = ACTIONS(1782), - [anon_sym_super] = ACTIONS(1782), + [anon_sym_SEMI] = ACTIONS(1782), + [anon_sym_get] = ACTIONS(1708), + [anon_sym_set] = ACTIONS(1710), + [anon_sym_this] = ACTIONS(1778), + [anon_sym_super] = ACTIONS(1778), [anon_sym_STAR] = ACTIONS(1712), [sym_label] = ACTIONS(1714), [anon_sym_in] = ACTIONS(1716), @@ -68496,21 +68604,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1720), [anon_sym_AMP_AMP] = ACTIONS(1722), [anon_sym_PIPE_PIPE] = ACTIONS(1724), - [anon_sym_null] = ACTIONS(1782), - [anon_sym_if] = ACTIONS(1782), - [anon_sym_else] = ACTIONS(1782), - [anon_sym_when] = ACTIONS(1782), - [anon_sym_try] = ACTIONS(1782), - [anon_sym_throw] = ACTIONS(1782), - [anon_sym_return] = ACTIONS(1782), - [anon_sym_continue] = ACTIONS(1782), - [anon_sym_break] = ACTIONS(1782), + [anon_sym_null] = ACTIONS(1778), + [anon_sym_if] = ACTIONS(1778), + [anon_sym_else] = ACTIONS(1778), + [anon_sym_when] = ACTIONS(1778), + [anon_sym_try] = ACTIONS(1778), + [anon_sym_throw] = ACTIONS(1778), + [anon_sym_return] = ACTIONS(1778), + [anon_sym_continue] = ACTIONS(1778), + [anon_sym_break] = ACTIONS(1778), [anon_sym_COLON_COLON] = ACTIONS(1726), - [anon_sym_PLUS_EQ] = ACTIONS(1784), - [anon_sym_DASH_EQ] = ACTIONS(1784), - [anon_sym_STAR_EQ] = ACTIONS(1784), - [anon_sym_SLASH_EQ] = ACTIONS(1784), - [anon_sym_PERCENT_EQ] = ACTIONS(1784), + [anon_sym_PLUS_EQ] = ACTIONS(1780), + [anon_sym_DASH_EQ] = ACTIONS(1780), + [anon_sym_STAR_EQ] = ACTIONS(1780), + [anon_sym_SLASH_EQ] = ACTIONS(1780), + [anon_sym_PERCENT_EQ] = ACTIONS(1780), [anon_sym_BANG_EQ] = ACTIONS(1728), [anon_sym_BANG_EQ_EQ] = ACTIONS(1730), [anon_sym_EQ_EQ] = ACTIONS(1728), @@ -68527,7 +68635,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(1782), + [anon_sym_BANG] = ACTIONS(1778), [anon_sym_BANG_BANG] = ACTIONS(1744), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), @@ -68555,77 +68663,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(1748), [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1784), - [anon_sym_continue_AT] = ACTIONS(1784), - [anon_sym_break_AT] = ACTIONS(1784), - [sym_real_literal] = ACTIONS(1784), - [sym_integer_literal] = ACTIONS(1782), - [sym_hex_literal] = ACTIONS(1784), - [sym_bin_literal] = ACTIONS(1784), - [anon_sym_true] = ACTIONS(1782), - [anon_sym_false] = ACTIONS(1782), - [anon_sym_SQUOTE] = ACTIONS(1784), + [anon_sym_return_AT] = ACTIONS(1780), + [anon_sym_continue_AT] = ACTIONS(1780), + [anon_sym_break_AT] = ACTIONS(1780), + [sym_real_literal] = ACTIONS(1780), + [sym_integer_literal] = ACTIONS(1778), + [sym_hex_literal] = ACTIONS(1780), + [sym_bin_literal] = ACTIONS(1780), + [anon_sym_true] = ACTIONS(1778), + [anon_sym_false] = ACTIONS(1778), + [anon_sym_SQUOTE] = ACTIONS(1780), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(1784), + [sym__automatic_semicolon] = ACTIONS(1780), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1784), + [sym__string_start] = ACTIONS(1780), }, [278] = { - [sym_getter] = STATE(3139), - [sym_setter] = STATE(3139), - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(2231), - [sym__comparison_operator] = STATE(2164), - [sym__in_operator] = STATE(2134), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(2130), - [sym__multiplicative_operator] = STATE(2129), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_modifiers] = STATE(8582), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2125), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym_getter] = STATE(3288), + [sym_setter] = STATE(3288), + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(1710), + [sym__comparison_operator] = STATE(1714), + [sym__in_operator] = STATE(1717), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(1718), + [sym__multiplicative_operator] = STATE(1721), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_modifiers] = STATE(8689), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1722), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), - [anon_sym_EQ] = ACTIONS(1752), + [anon_sym_EQ] = ACTIONS(1784), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_RBRACE] = ACTIONS(1786), [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_COMMA] = ACTIONS(1754), + [anon_sym_COMMA] = ACTIONS(1786), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(1702), - [anon_sym_where] = ACTIONS(1752), - [anon_sym_object] = ACTIONS(1752), - [anon_sym_fun] = ACTIONS(1752), + [anon_sym_where] = ACTIONS(1784), + [anon_sym_object] = ACTIONS(1784), + [anon_sym_fun] = ACTIONS(1784), [anon_sym_DOT] = ACTIONS(1704), [anon_sym_SEMI] = ACTIONS(1788), - [anon_sym_get] = ACTIONS(1760), - [anon_sym_set] = ACTIONS(1762), - [anon_sym_this] = ACTIONS(1752), - [anon_sym_super] = ACTIONS(1752), + [anon_sym_get] = ACTIONS(1708), + [anon_sym_set] = ACTIONS(1710), + [anon_sym_this] = ACTIONS(1784), + [anon_sym_super] = ACTIONS(1784), [anon_sym_STAR] = ACTIONS(1712), [sym_label] = ACTIONS(1714), [anon_sym_in] = ACTIONS(1716), @@ -68633,21 +68741,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1720), [anon_sym_AMP_AMP] = ACTIONS(1722), [anon_sym_PIPE_PIPE] = ACTIONS(1724), - [anon_sym_null] = ACTIONS(1752), - [anon_sym_if] = ACTIONS(1752), - [anon_sym_else] = ACTIONS(1752), - [anon_sym_when] = ACTIONS(1752), - [anon_sym_try] = ACTIONS(1752), - [anon_sym_throw] = ACTIONS(1752), - [anon_sym_return] = ACTIONS(1752), - [anon_sym_continue] = ACTIONS(1752), - [anon_sym_break] = ACTIONS(1752), + [anon_sym_null] = ACTIONS(1784), + [anon_sym_if] = ACTIONS(1784), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_when] = ACTIONS(1784), + [anon_sym_try] = ACTIONS(1784), + [anon_sym_throw] = ACTIONS(1784), + [anon_sym_return] = ACTIONS(1784), + [anon_sym_continue] = ACTIONS(1784), + [anon_sym_break] = ACTIONS(1784), [anon_sym_COLON_COLON] = ACTIONS(1726), - [anon_sym_PLUS_EQ] = ACTIONS(1754), - [anon_sym_DASH_EQ] = ACTIONS(1754), - [anon_sym_STAR_EQ] = ACTIONS(1754), - [anon_sym_SLASH_EQ] = ACTIONS(1754), - [anon_sym_PERCENT_EQ] = ACTIONS(1754), + [anon_sym_PLUS_EQ] = ACTIONS(1786), + [anon_sym_DASH_EQ] = ACTIONS(1786), + [anon_sym_STAR_EQ] = ACTIONS(1786), + [anon_sym_SLASH_EQ] = ACTIONS(1786), + [anon_sym_PERCENT_EQ] = ACTIONS(1786), [anon_sym_BANG_EQ] = ACTIONS(1728), [anon_sym_BANG_EQ_EQ] = ACTIONS(1730), [anon_sym_EQ_EQ] = ACTIONS(1728), @@ -68664,7 +68772,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(1752), + [anon_sym_BANG] = ACTIONS(1784), [anon_sym_BANG_BANG] = ACTIONS(1744), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), @@ -68692,77 +68800,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(1748), [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1754), - [anon_sym_continue_AT] = ACTIONS(1754), - [anon_sym_break_AT] = ACTIONS(1754), - [sym_real_literal] = ACTIONS(1754), - [sym_integer_literal] = ACTIONS(1752), - [sym_hex_literal] = ACTIONS(1754), - [sym_bin_literal] = ACTIONS(1754), - [anon_sym_true] = ACTIONS(1752), - [anon_sym_false] = ACTIONS(1752), - [anon_sym_SQUOTE] = ACTIONS(1754), + [anon_sym_return_AT] = ACTIONS(1786), + [anon_sym_continue_AT] = ACTIONS(1786), + [anon_sym_break_AT] = ACTIONS(1786), + [sym_real_literal] = ACTIONS(1786), + [sym_integer_literal] = ACTIONS(1784), + [sym_hex_literal] = ACTIONS(1786), + [sym_bin_literal] = ACTIONS(1786), + [anon_sym_true] = ACTIONS(1784), + [anon_sym_false] = ACTIONS(1784), + [anon_sym_SQUOTE] = ACTIONS(1786), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(1754), + [sym__automatic_semicolon] = ACTIONS(1786), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1754), + [sym__string_start] = ACTIONS(1786), }, [279] = { - [sym_getter] = STATE(3127), - [sym_setter] = STATE(3127), - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(2231), - [sym__comparison_operator] = STATE(2164), - [sym__in_operator] = STATE(2134), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(2130), - [sym__multiplicative_operator] = STATE(2129), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_modifiers] = STATE(8582), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2125), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym_getter] = STATE(1188), + [sym_setter] = STATE(1188), + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(1710), + [sym__comparison_operator] = STATE(1714), + [sym__in_operator] = STATE(1717), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(1718), + [sym__multiplicative_operator] = STATE(1721), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_modifiers] = STATE(8845), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1722), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), - [anon_sym_EQ] = ACTIONS(1770), + [anon_sym_EQ] = ACTIONS(1784), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(1772), + [anon_sym_RBRACE] = ACTIONS(1786), [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_COMMA] = ACTIONS(1772), + [anon_sym_COMMA] = ACTIONS(1786), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(1702), - [anon_sym_where] = ACTIONS(1770), - [anon_sym_object] = ACTIONS(1770), - [anon_sym_fun] = ACTIONS(1770), + [anon_sym_where] = ACTIONS(1784), + [anon_sym_object] = ACTIONS(1784), + [anon_sym_fun] = ACTIONS(1784), [anon_sym_DOT] = ACTIONS(1704), [anon_sym_SEMI] = ACTIONS(1790), [anon_sym_get] = ACTIONS(1760), [anon_sym_set] = ACTIONS(1762), - [anon_sym_this] = ACTIONS(1770), - [anon_sym_super] = ACTIONS(1770), + [anon_sym_this] = ACTIONS(1784), + [anon_sym_super] = ACTIONS(1784), [anon_sym_STAR] = ACTIONS(1712), [sym_label] = ACTIONS(1714), [anon_sym_in] = ACTIONS(1716), @@ -68770,21 +68878,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1720), [anon_sym_AMP_AMP] = ACTIONS(1722), [anon_sym_PIPE_PIPE] = ACTIONS(1724), - [anon_sym_null] = ACTIONS(1770), - [anon_sym_if] = ACTIONS(1770), - [anon_sym_else] = ACTIONS(1770), - [anon_sym_when] = ACTIONS(1770), - [anon_sym_try] = ACTIONS(1770), - [anon_sym_throw] = ACTIONS(1770), - [anon_sym_return] = ACTIONS(1770), - [anon_sym_continue] = ACTIONS(1770), - [anon_sym_break] = ACTIONS(1770), + [anon_sym_null] = ACTIONS(1784), + [anon_sym_if] = ACTIONS(1784), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_when] = ACTIONS(1784), + [anon_sym_try] = ACTIONS(1784), + [anon_sym_throw] = ACTIONS(1784), + [anon_sym_return] = ACTIONS(1784), + [anon_sym_continue] = ACTIONS(1784), + [anon_sym_break] = ACTIONS(1784), [anon_sym_COLON_COLON] = ACTIONS(1726), - [anon_sym_PLUS_EQ] = ACTIONS(1772), - [anon_sym_DASH_EQ] = ACTIONS(1772), - [anon_sym_STAR_EQ] = ACTIONS(1772), - [anon_sym_SLASH_EQ] = ACTIONS(1772), - [anon_sym_PERCENT_EQ] = ACTIONS(1772), + [anon_sym_PLUS_EQ] = ACTIONS(1786), + [anon_sym_DASH_EQ] = ACTIONS(1786), + [anon_sym_STAR_EQ] = ACTIONS(1786), + [anon_sym_SLASH_EQ] = ACTIONS(1786), + [anon_sym_PERCENT_EQ] = ACTIONS(1786), [anon_sym_BANG_EQ] = ACTIONS(1728), [anon_sym_BANG_EQ_EQ] = ACTIONS(1730), [anon_sym_EQ_EQ] = ACTIONS(1728), @@ -68801,7 +68909,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(1770), + [anon_sym_BANG] = ACTIONS(1784), [anon_sym_BANG_BANG] = ACTIONS(1744), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), @@ -68829,77 +68937,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(1748), [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1772), - [anon_sym_continue_AT] = ACTIONS(1772), - [anon_sym_break_AT] = ACTIONS(1772), - [sym_real_literal] = ACTIONS(1772), - [sym_integer_literal] = ACTIONS(1770), - [sym_hex_literal] = ACTIONS(1772), - [sym_bin_literal] = ACTIONS(1772), - [anon_sym_true] = ACTIONS(1770), - [anon_sym_false] = ACTIONS(1770), - [anon_sym_SQUOTE] = ACTIONS(1772), + [anon_sym_return_AT] = ACTIONS(1786), + [anon_sym_continue_AT] = ACTIONS(1786), + [anon_sym_break_AT] = ACTIONS(1786), + [sym_real_literal] = ACTIONS(1786), + [sym_integer_literal] = ACTIONS(1784), + [sym_hex_literal] = ACTIONS(1786), + [sym_bin_literal] = ACTIONS(1786), + [anon_sym_true] = ACTIONS(1784), + [anon_sym_false] = ACTIONS(1784), + [anon_sym_SQUOTE] = ACTIONS(1786), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(1772), + [sym__automatic_semicolon] = ACTIONS(1786), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1772), + [sym__string_start] = ACTIONS(1786), }, [280] = { - [sym_getter] = STATE(3166), - [sym_setter] = STATE(3166), - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(2231), - [sym__comparison_operator] = STATE(2164), - [sym__in_operator] = STATE(2134), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(2130), - [sym__multiplicative_operator] = STATE(2129), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_modifiers] = STATE(8582), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2125), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym_getter] = STATE(1182), + [sym_setter] = STATE(1182), + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(1710), + [sym__comparison_operator] = STATE(1714), + [sym__in_operator] = STATE(1717), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(1718), + [sym__multiplicative_operator] = STATE(1721), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_modifiers] = STATE(8845), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1722), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), - [anon_sym_EQ] = ACTIONS(1776), + [anon_sym_EQ] = ACTIONS(1694), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(1778), + [anon_sym_RBRACE] = ACTIONS(1696), [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_COMMA] = ACTIONS(1778), + [anon_sym_COMMA] = ACTIONS(1696), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(1702), - [anon_sym_where] = ACTIONS(1776), - [anon_sym_object] = ACTIONS(1776), - [anon_sym_fun] = ACTIONS(1776), + [anon_sym_where] = ACTIONS(1694), + [anon_sym_object] = ACTIONS(1694), + [anon_sym_fun] = ACTIONS(1694), [anon_sym_DOT] = ACTIONS(1704), [anon_sym_SEMI] = ACTIONS(1792), [anon_sym_get] = ACTIONS(1760), [anon_sym_set] = ACTIONS(1762), - [anon_sym_this] = ACTIONS(1776), - [anon_sym_super] = ACTIONS(1776), + [anon_sym_this] = ACTIONS(1694), + [anon_sym_super] = ACTIONS(1694), [anon_sym_STAR] = ACTIONS(1712), [sym_label] = ACTIONS(1714), [anon_sym_in] = ACTIONS(1716), @@ -68907,21 +69015,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1720), [anon_sym_AMP_AMP] = ACTIONS(1722), [anon_sym_PIPE_PIPE] = ACTIONS(1724), - [anon_sym_null] = ACTIONS(1776), - [anon_sym_if] = ACTIONS(1776), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_when] = ACTIONS(1776), - [anon_sym_try] = ACTIONS(1776), - [anon_sym_throw] = ACTIONS(1776), - [anon_sym_return] = ACTIONS(1776), - [anon_sym_continue] = ACTIONS(1776), - [anon_sym_break] = ACTIONS(1776), + [anon_sym_null] = ACTIONS(1694), + [anon_sym_if] = ACTIONS(1694), + [anon_sym_else] = ACTIONS(1694), + [anon_sym_when] = ACTIONS(1694), + [anon_sym_try] = ACTIONS(1694), + [anon_sym_throw] = ACTIONS(1694), + [anon_sym_return] = ACTIONS(1694), + [anon_sym_continue] = ACTIONS(1694), + [anon_sym_break] = ACTIONS(1694), [anon_sym_COLON_COLON] = ACTIONS(1726), - [anon_sym_PLUS_EQ] = ACTIONS(1778), - [anon_sym_DASH_EQ] = ACTIONS(1778), - [anon_sym_STAR_EQ] = ACTIONS(1778), - [anon_sym_SLASH_EQ] = ACTIONS(1778), - [anon_sym_PERCENT_EQ] = ACTIONS(1778), + [anon_sym_PLUS_EQ] = ACTIONS(1696), + [anon_sym_DASH_EQ] = ACTIONS(1696), + [anon_sym_STAR_EQ] = ACTIONS(1696), + [anon_sym_SLASH_EQ] = ACTIONS(1696), + [anon_sym_PERCENT_EQ] = ACTIONS(1696), [anon_sym_BANG_EQ] = ACTIONS(1728), [anon_sym_BANG_EQ_EQ] = ACTIONS(1730), [anon_sym_EQ_EQ] = ACTIONS(1728), @@ -68938,7 +69046,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(1776), + [anon_sym_BANG] = ACTIONS(1694), [anon_sym_BANG_BANG] = ACTIONS(1744), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), @@ -68966,77 +69074,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(1748), [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1778), - [anon_sym_continue_AT] = ACTIONS(1778), - [anon_sym_break_AT] = ACTIONS(1778), - [sym_real_literal] = ACTIONS(1778), - [sym_integer_literal] = ACTIONS(1776), - [sym_hex_literal] = ACTIONS(1778), - [sym_bin_literal] = ACTIONS(1778), - [anon_sym_true] = ACTIONS(1776), - [anon_sym_false] = ACTIONS(1776), - [anon_sym_SQUOTE] = ACTIONS(1778), + [anon_sym_return_AT] = ACTIONS(1696), + [anon_sym_continue_AT] = ACTIONS(1696), + [anon_sym_break_AT] = ACTIONS(1696), + [sym_real_literal] = ACTIONS(1696), + [sym_integer_literal] = ACTIONS(1694), + [sym_hex_literal] = ACTIONS(1696), + [sym_bin_literal] = ACTIONS(1696), + [anon_sym_true] = ACTIONS(1694), + [anon_sym_false] = ACTIONS(1694), + [anon_sym_SQUOTE] = ACTIONS(1696), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(1778), + [sym__automatic_semicolon] = ACTIONS(1696), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1778), + [sym__string_start] = ACTIONS(1696), }, [281] = { - [sym_getter] = STATE(1052), - [sym_setter] = STATE(1052), - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(2231), - [sym__comparison_operator] = STATE(2164), - [sym__in_operator] = STATE(2134), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(2130), - [sym__multiplicative_operator] = STATE(2129), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_modifiers] = STATE(8548), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2125), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym_getter] = STATE(1120), + [sym_setter] = STATE(1120), + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(1710), + [sym__comparison_operator] = STATE(1714), + [sym__in_operator] = STATE(1717), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(1718), + [sym__multiplicative_operator] = STATE(1721), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_modifiers] = STATE(8845), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1722), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), - [anon_sym_EQ] = ACTIONS(1764), + [anon_sym_EQ] = ACTIONS(1778), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(1766), + [anon_sym_RBRACE] = ACTIONS(1780), [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_COMMA] = ACTIONS(1766), + [anon_sym_COMMA] = ACTIONS(1780), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(1702), - [anon_sym_where] = ACTIONS(1764), - [anon_sym_object] = ACTIONS(1764), - [anon_sym_fun] = ACTIONS(1764), + [anon_sym_where] = ACTIONS(1778), + [anon_sym_object] = ACTIONS(1778), + [anon_sym_fun] = ACTIONS(1778), [anon_sym_DOT] = ACTIONS(1704), [anon_sym_SEMI] = ACTIONS(1794), - [anon_sym_get] = ACTIONS(1708), - [anon_sym_set] = ACTIONS(1710), - [anon_sym_this] = ACTIONS(1764), - [anon_sym_super] = ACTIONS(1764), + [anon_sym_get] = ACTIONS(1760), + [anon_sym_set] = ACTIONS(1762), + [anon_sym_this] = ACTIONS(1778), + [anon_sym_super] = ACTIONS(1778), [anon_sym_STAR] = ACTIONS(1712), [sym_label] = ACTIONS(1714), [anon_sym_in] = ACTIONS(1716), @@ -69044,21 +69152,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1720), [anon_sym_AMP_AMP] = ACTIONS(1722), [anon_sym_PIPE_PIPE] = ACTIONS(1724), - [anon_sym_null] = ACTIONS(1764), - [anon_sym_if] = ACTIONS(1764), - [anon_sym_else] = ACTIONS(1764), - [anon_sym_when] = ACTIONS(1764), - [anon_sym_try] = ACTIONS(1764), - [anon_sym_throw] = ACTIONS(1764), - [anon_sym_return] = ACTIONS(1764), - [anon_sym_continue] = ACTIONS(1764), - [anon_sym_break] = ACTIONS(1764), + [anon_sym_null] = ACTIONS(1778), + [anon_sym_if] = ACTIONS(1778), + [anon_sym_else] = ACTIONS(1778), + [anon_sym_when] = ACTIONS(1778), + [anon_sym_try] = ACTIONS(1778), + [anon_sym_throw] = ACTIONS(1778), + [anon_sym_return] = ACTIONS(1778), + [anon_sym_continue] = ACTIONS(1778), + [anon_sym_break] = ACTIONS(1778), [anon_sym_COLON_COLON] = ACTIONS(1726), - [anon_sym_PLUS_EQ] = ACTIONS(1766), - [anon_sym_DASH_EQ] = ACTIONS(1766), - [anon_sym_STAR_EQ] = ACTIONS(1766), - [anon_sym_SLASH_EQ] = ACTIONS(1766), - [anon_sym_PERCENT_EQ] = ACTIONS(1766), + [anon_sym_PLUS_EQ] = ACTIONS(1780), + [anon_sym_DASH_EQ] = ACTIONS(1780), + [anon_sym_STAR_EQ] = ACTIONS(1780), + [anon_sym_SLASH_EQ] = ACTIONS(1780), + [anon_sym_PERCENT_EQ] = ACTIONS(1780), [anon_sym_BANG_EQ] = ACTIONS(1728), [anon_sym_BANG_EQ_EQ] = ACTIONS(1730), [anon_sym_EQ_EQ] = ACTIONS(1728), @@ -69075,7 +69183,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(1764), + [anon_sym_BANG] = ACTIONS(1778), [anon_sym_BANG_BANG] = ACTIONS(1744), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), @@ -69103,77 +69211,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(1748), [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1766), - [anon_sym_continue_AT] = ACTIONS(1766), - [anon_sym_break_AT] = ACTIONS(1766), - [sym_real_literal] = ACTIONS(1766), - [sym_integer_literal] = ACTIONS(1764), - [sym_hex_literal] = ACTIONS(1766), - [sym_bin_literal] = ACTIONS(1766), - [anon_sym_true] = ACTIONS(1764), - [anon_sym_false] = ACTIONS(1764), - [anon_sym_SQUOTE] = ACTIONS(1766), + [anon_sym_return_AT] = ACTIONS(1780), + [anon_sym_continue_AT] = ACTIONS(1780), + [anon_sym_break_AT] = ACTIONS(1780), + [sym_real_literal] = ACTIONS(1780), + [sym_integer_literal] = ACTIONS(1778), + [sym_hex_literal] = ACTIONS(1780), + [sym_bin_literal] = ACTIONS(1780), + [anon_sym_true] = ACTIONS(1778), + [anon_sym_false] = ACTIONS(1778), + [anon_sym_SQUOTE] = ACTIONS(1780), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(1766), + [sym__automatic_semicolon] = ACTIONS(1780), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1766), + [sym__string_start] = ACTIONS(1780), }, [282] = { - [sym_getter] = STATE(1170), - [sym_setter] = STATE(1170), - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(2231), - [sym__comparison_operator] = STATE(2164), - [sym__in_operator] = STATE(2134), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(2130), - [sym__multiplicative_operator] = STATE(2129), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_modifiers] = STATE(8548), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2125), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym_getter] = STATE(1128), + [sym_setter] = STATE(1128), + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(1710), + [sym__comparison_operator] = STATE(1714), + [sym__in_operator] = STATE(1717), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(1718), + [sym__multiplicative_operator] = STATE(1721), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_modifiers] = STATE(8845), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1722), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), - [anon_sym_EQ] = ACTIONS(1782), + [anon_sym_EQ] = ACTIONS(1770), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(1784), + [anon_sym_RBRACE] = ACTIONS(1772), [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_COMMA] = ACTIONS(1784), + [anon_sym_COMMA] = ACTIONS(1772), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(1702), - [anon_sym_where] = ACTIONS(1782), - [anon_sym_object] = ACTIONS(1782), - [anon_sym_fun] = ACTIONS(1782), + [anon_sym_where] = ACTIONS(1770), + [anon_sym_object] = ACTIONS(1770), + [anon_sym_fun] = ACTIONS(1770), [anon_sym_DOT] = ACTIONS(1704), [anon_sym_SEMI] = ACTIONS(1796), - [anon_sym_get] = ACTIONS(1708), - [anon_sym_set] = ACTIONS(1710), - [anon_sym_this] = ACTIONS(1782), - [anon_sym_super] = ACTIONS(1782), + [anon_sym_get] = ACTIONS(1760), + [anon_sym_set] = ACTIONS(1762), + [anon_sym_this] = ACTIONS(1770), + [anon_sym_super] = ACTIONS(1770), [anon_sym_STAR] = ACTIONS(1712), [sym_label] = ACTIONS(1714), [anon_sym_in] = ACTIONS(1716), @@ -69181,21 +69289,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1720), [anon_sym_AMP_AMP] = ACTIONS(1722), [anon_sym_PIPE_PIPE] = ACTIONS(1724), - [anon_sym_null] = ACTIONS(1782), - [anon_sym_if] = ACTIONS(1782), - [anon_sym_else] = ACTIONS(1782), - [anon_sym_when] = ACTIONS(1782), - [anon_sym_try] = ACTIONS(1782), - [anon_sym_throw] = ACTIONS(1782), - [anon_sym_return] = ACTIONS(1782), - [anon_sym_continue] = ACTIONS(1782), - [anon_sym_break] = ACTIONS(1782), + [anon_sym_null] = ACTIONS(1770), + [anon_sym_if] = ACTIONS(1770), + [anon_sym_else] = ACTIONS(1770), + [anon_sym_when] = ACTIONS(1770), + [anon_sym_try] = ACTIONS(1770), + [anon_sym_throw] = ACTIONS(1770), + [anon_sym_return] = ACTIONS(1770), + [anon_sym_continue] = ACTIONS(1770), + [anon_sym_break] = ACTIONS(1770), [anon_sym_COLON_COLON] = ACTIONS(1726), - [anon_sym_PLUS_EQ] = ACTIONS(1784), - [anon_sym_DASH_EQ] = ACTIONS(1784), - [anon_sym_STAR_EQ] = ACTIONS(1784), - [anon_sym_SLASH_EQ] = ACTIONS(1784), - [anon_sym_PERCENT_EQ] = ACTIONS(1784), + [anon_sym_PLUS_EQ] = ACTIONS(1772), + [anon_sym_DASH_EQ] = ACTIONS(1772), + [anon_sym_STAR_EQ] = ACTIONS(1772), + [anon_sym_SLASH_EQ] = ACTIONS(1772), + [anon_sym_PERCENT_EQ] = ACTIONS(1772), [anon_sym_BANG_EQ] = ACTIONS(1728), [anon_sym_BANG_EQ_EQ] = ACTIONS(1730), [anon_sym_EQ_EQ] = ACTIONS(1728), @@ -69212,7 +69320,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(1782), + [anon_sym_BANG] = ACTIONS(1770), [anon_sym_BANG_BANG] = ACTIONS(1744), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), @@ -69240,75 +69348,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(1748), [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1784), - [anon_sym_continue_AT] = ACTIONS(1784), - [anon_sym_break_AT] = ACTIONS(1784), - [sym_real_literal] = ACTIONS(1784), - [sym_integer_literal] = ACTIONS(1782), - [sym_hex_literal] = ACTIONS(1784), - [sym_bin_literal] = ACTIONS(1784), - [anon_sym_true] = ACTIONS(1782), - [anon_sym_false] = ACTIONS(1782), - [anon_sym_SQUOTE] = ACTIONS(1784), + [anon_sym_return_AT] = ACTIONS(1772), + [anon_sym_continue_AT] = ACTIONS(1772), + [anon_sym_break_AT] = ACTIONS(1772), + [sym_real_literal] = ACTIONS(1772), + [sym_integer_literal] = ACTIONS(1770), + [sym_hex_literal] = ACTIONS(1772), + [sym_bin_literal] = ACTIONS(1772), + [anon_sym_true] = ACTIONS(1770), + [anon_sym_false] = ACTIONS(1770), + [anon_sym_SQUOTE] = ACTIONS(1772), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(1784), + [sym__automatic_semicolon] = ACTIONS(1772), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1784), + [sym__string_start] = ACTIONS(1772), }, [283] = { - [sym_getter] = STATE(3139), - [sym_setter] = STATE(3139), - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(2232), - [sym__comparison_operator] = STATE(2233), - [sym__in_operator] = STATE(2234), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(2236), - [sym__multiplicative_operator] = STATE(2239), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_modifiers] = STATE(8566), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2240), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym_getter] = STATE(1120), + [sym_setter] = STATE(1120), + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(2189), + [sym__comparison_operator] = STATE(2187), + [sym__in_operator] = STATE(2185), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(2184), + [sym__multiplicative_operator] = STATE(2151), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_modifiers] = STATE(8864), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2122), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), - [anon_sym_EQ] = ACTIONS(1752), + [anon_sym_EQ] = ACTIONS(1778), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_RBRACE] = ACTIONS(1780), [anon_sym_LPAREN] = ACTIONS(1698), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(1798), - [anon_sym_object] = ACTIONS(1752), - [anon_sym_fun] = ACTIONS(1752), + [anon_sym_object] = ACTIONS(1778), + [anon_sym_fun] = ACTIONS(1778), [anon_sym_DOT] = ACTIONS(1704), [anon_sym_SEMI] = ACTIONS(1800), [anon_sym_get] = ACTIONS(1802), [anon_sym_set] = ACTIONS(1804), - [anon_sym_this] = ACTIONS(1752), - [anon_sym_super] = ACTIONS(1752), + [anon_sym_this] = ACTIONS(1778), + [anon_sym_super] = ACTIONS(1778), [anon_sym_STAR] = ACTIONS(1806), [sym_label] = ACTIONS(1714), [anon_sym_in] = ACTIONS(1808), @@ -69316,21 +69424,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1812), [anon_sym_AMP_AMP] = ACTIONS(1814), [anon_sym_PIPE_PIPE] = ACTIONS(1816), - [anon_sym_null] = ACTIONS(1752), - [anon_sym_if] = ACTIONS(1752), - [anon_sym_else] = ACTIONS(1752), - [anon_sym_when] = ACTIONS(1752), - [anon_sym_try] = ACTIONS(1752), - [anon_sym_throw] = ACTIONS(1752), - [anon_sym_return] = ACTIONS(1752), - [anon_sym_continue] = ACTIONS(1752), - [anon_sym_break] = ACTIONS(1752), + [anon_sym_null] = ACTIONS(1778), + [anon_sym_if] = ACTIONS(1778), + [anon_sym_else] = ACTIONS(1778), + [anon_sym_when] = ACTIONS(1778), + [anon_sym_try] = ACTIONS(1778), + [anon_sym_throw] = ACTIONS(1778), + [anon_sym_return] = ACTIONS(1778), + [anon_sym_continue] = ACTIONS(1778), + [anon_sym_break] = ACTIONS(1778), [anon_sym_COLON_COLON] = ACTIONS(1726), - [anon_sym_PLUS_EQ] = ACTIONS(1754), - [anon_sym_DASH_EQ] = ACTIONS(1754), - [anon_sym_STAR_EQ] = ACTIONS(1754), - [anon_sym_SLASH_EQ] = ACTIONS(1754), - [anon_sym_PERCENT_EQ] = ACTIONS(1754), + [anon_sym_PLUS_EQ] = ACTIONS(1780), + [anon_sym_DASH_EQ] = ACTIONS(1780), + [anon_sym_STAR_EQ] = ACTIONS(1780), + [anon_sym_SLASH_EQ] = ACTIONS(1780), + [anon_sym_PERCENT_EQ] = ACTIONS(1780), [anon_sym_BANG_EQ] = ACTIONS(1818), [anon_sym_BANG_EQ_EQ] = ACTIONS(1820), [anon_sym_EQ_EQ] = ACTIONS(1818), @@ -69347,7 +69455,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(1752), + [anon_sym_BANG] = ACTIONS(1778), [anon_sym_BANG_BANG] = ACTIONS(1744), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), @@ -69375,75 +69483,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(1748), [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1754), - [anon_sym_continue_AT] = ACTIONS(1754), - [anon_sym_break_AT] = ACTIONS(1754), - [sym_real_literal] = ACTIONS(1754), - [sym_integer_literal] = ACTIONS(1752), - [sym_hex_literal] = ACTIONS(1754), - [sym_bin_literal] = ACTIONS(1754), - [anon_sym_true] = ACTIONS(1752), - [anon_sym_false] = ACTIONS(1752), - [anon_sym_SQUOTE] = ACTIONS(1754), + [anon_sym_return_AT] = ACTIONS(1780), + [anon_sym_continue_AT] = ACTIONS(1780), + [anon_sym_break_AT] = ACTIONS(1780), + [sym_real_literal] = ACTIONS(1780), + [sym_integer_literal] = ACTIONS(1778), + [sym_hex_literal] = ACTIONS(1780), + [sym_bin_literal] = ACTIONS(1780), + [anon_sym_true] = ACTIONS(1778), + [anon_sym_false] = ACTIONS(1778), + [anon_sym_SQUOTE] = ACTIONS(1780), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(1754), + [sym__automatic_semicolon] = ACTIONS(1780), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1754), + [sym__string_start] = ACTIONS(1780), }, [284] = { - [sym_getter] = STATE(1170), - [sym_setter] = STATE(1170), - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(2232), - [sym__comparison_operator] = STATE(2233), - [sym__in_operator] = STATE(2234), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(2236), - [sym__multiplicative_operator] = STATE(2239), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_modifiers] = STATE(8830), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2240), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym_getter] = STATE(3170), + [sym_setter] = STATE(3170), + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(2189), + [sym__comparison_operator] = STATE(2187), + [sym__in_operator] = STATE(2185), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(2184), + [sym__multiplicative_operator] = STATE(2151), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_modifiers] = STATE(8760), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2122), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), - [anon_sym_EQ] = ACTIONS(1782), + [anon_sym_EQ] = ACTIONS(1778), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(1784), + [anon_sym_RBRACE] = ACTIONS(1780), [anon_sym_LPAREN] = ACTIONS(1698), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(1798), - [anon_sym_object] = ACTIONS(1782), - [anon_sym_fun] = ACTIONS(1782), + [anon_sym_object] = ACTIONS(1778), + [anon_sym_fun] = ACTIONS(1778), [anon_sym_DOT] = ACTIONS(1704), [anon_sym_SEMI] = ACTIONS(1828), [anon_sym_get] = ACTIONS(1830), [anon_sym_set] = ACTIONS(1832), - [anon_sym_this] = ACTIONS(1782), - [anon_sym_super] = ACTIONS(1782), + [anon_sym_this] = ACTIONS(1778), + [anon_sym_super] = ACTIONS(1778), [anon_sym_STAR] = ACTIONS(1806), [sym_label] = ACTIONS(1714), [anon_sym_in] = ACTIONS(1808), @@ -69451,21 +69559,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1812), [anon_sym_AMP_AMP] = ACTIONS(1814), [anon_sym_PIPE_PIPE] = ACTIONS(1816), - [anon_sym_null] = ACTIONS(1782), - [anon_sym_if] = ACTIONS(1782), - [anon_sym_else] = ACTIONS(1782), - [anon_sym_when] = ACTIONS(1782), - [anon_sym_try] = ACTIONS(1782), - [anon_sym_throw] = ACTIONS(1782), - [anon_sym_return] = ACTIONS(1782), - [anon_sym_continue] = ACTIONS(1782), - [anon_sym_break] = ACTIONS(1782), + [anon_sym_null] = ACTIONS(1778), + [anon_sym_if] = ACTIONS(1778), + [anon_sym_else] = ACTIONS(1778), + [anon_sym_when] = ACTIONS(1778), + [anon_sym_try] = ACTIONS(1778), + [anon_sym_throw] = ACTIONS(1778), + [anon_sym_return] = ACTIONS(1778), + [anon_sym_continue] = ACTIONS(1778), + [anon_sym_break] = ACTIONS(1778), [anon_sym_COLON_COLON] = ACTIONS(1726), - [anon_sym_PLUS_EQ] = ACTIONS(1784), - [anon_sym_DASH_EQ] = ACTIONS(1784), - [anon_sym_STAR_EQ] = ACTIONS(1784), - [anon_sym_SLASH_EQ] = ACTIONS(1784), - [anon_sym_PERCENT_EQ] = ACTIONS(1784), + [anon_sym_PLUS_EQ] = ACTIONS(1780), + [anon_sym_DASH_EQ] = ACTIONS(1780), + [anon_sym_STAR_EQ] = ACTIONS(1780), + [anon_sym_SLASH_EQ] = ACTIONS(1780), + [anon_sym_PERCENT_EQ] = ACTIONS(1780), [anon_sym_BANG_EQ] = ACTIONS(1818), [anon_sym_BANG_EQ_EQ] = ACTIONS(1820), [anon_sym_EQ_EQ] = ACTIONS(1818), @@ -69482,7 +69590,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(1782), + [anon_sym_BANG] = ACTIONS(1778), [anon_sym_BANG_BANG] = ACTIONS(1744), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), @@ -69510,75 +69618,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(1748), [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1784), - [anon_sym_continue_AT] = ACTIONS(1784), - [anon_sym_break_AT] = ACTIONS(1784), - [sym_real_literal] = ACTIONS(1784), - [sym_integer_literal] = ACTIONS(1782), - [sym_hex_literal] = ACTIONS(1784), - [sym_bin_literal] = ACTIONS(1784), - [anon_sym_true] = ACTIONS(1782), - [anon_sym_false] = ACTIONS(1782), - [anon_sym_SQUOTE] = ACTIONS(1784), + [anon_sym_return_AT] = ACTIONS(1780), + [anon_sym_continue_AT] = ACTIONS(1780), + [anon_sym_break_AT] = ACTIONS(1780), + [sym_real_literal] = ACTIONS(1780), + [sym_integer_literal] = ACTIONS(1778), + [sym_hex_literal] = ACTIONS(1780), + [sym_bin_literal] = ACTIONS(1780), + [anon_sym_true] = ACTIONS(1778), + [anon_sym_false] = ACTIONS(1778), + [anon_sym_SQUOTE] = ACTIONS(1780), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(1784), + [sym__automatic_semicolon] = ACTIONS(1780), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1784), + [sym__string_start] = ACTIONS(1780), }, [285] = { - [sym_getter] = STATE(3228), - [sym_setter] = STATE(3228), - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(2232), - [sym__comparison_operator] = STATE(2233), - [sym__in_operator] = STATE(2234), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(2236), - [sym__multiplicative_operator] = STATE(2239), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_modifiers] = STATE(8566), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2240), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym_getter] = STATE(1128), + [sym_setter] = STATE(1128), + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(2189), + [sym__comparison_operator] = STATE(2187), + [sym__in_operator] = STATE(2185), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(2184), + [sym__multiplicative_operator] = STATE(2151), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_modifiers] = STATE(8864), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2122), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), - [anon_sym_EQ] = ACTIONS(1764), + [anon_sym_EQ] = ACTIONS(1770), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(1766), + [anon_sym_RBRACE] = ACTIONS(1772), [anon_sym_LPAREN] = ACTIONS(1698), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(1798), - [anon_sym_object] = ACTIONS(1764), - [anon_sym_fun] = ACTIONS(1764), + [anon_sym_object] = ACTIONS(1770), + [anon_sym_fun] = ACTIONS(1770), [anon_sym_DOT] = ACTIONS(1704), [anon_sym_SEMI] = ACTIONS(1834), [anon_sym_get] = ACTIONS(1802), [anon_sym_set] = ACTIONS(1804), - [anon_sym_this] = ACTIONS(1764), - [anon_sym_super] = ACTIONS(1764), + [anon_sym_this] = ACTIONS(1770), + [anon_sym_super] = ACTIONS(1770), [anon_sym_STAR] = ACTIONS(1806), [sym_label] = ACTIONS(1714), [anon_sym_in] = ACTIONS(1808), @@ -69586,21 +69694,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1812), [anon_sym_AMP_AMP] = ACTIONS(1814), [anon_sym_PIPE_PIPE] = ACTIONS(1816), - [anon_sym_null] = ACTIONS(1764), - [anon_sym_if] = ACTIONS(1764), - [anon_sym_else] = ACTIONS(1764), - [anon_sym_when] = ACTIONS(1764), - [anon_sym_try] = ACTIONS(1764), - [anon_sym_throw] = ACTIONS(1764), - [anon_sym_return] = ACTIONS(1764), - [anon_sym_continue] = ACTIONS(1764), - [anon_sym_break] = ACTIONS(1764), + [anon_sym_null] = ACTIONS(1770), + [anon_sym_if] = ACTIONS(1770), + [anon_sym_else] = ACTIONS(1770), + [anon_sym_when] = ACTIONS(1770), + [anon_sym_try] = ACTIONS(1770), + [anon_sym_throw] = ACTIONS(1770), + [anon_sym_return] = ACTIONS(1770), + [anon_sym_continue] = ACTIONS(1770), + [anon_sym_break] = ACTIONS(1770), [anon_sym_COLON_COLON] = ACTIONS(1726), - [anon_sym_PLUS_EQ] = ACTIONS(1766), - [anon_sym_DASH_EQ] = ACTIONS(1766), - [anon_sym_STAR_EQ] = ACTIONS(1766), - [anon_sym_SLASH_EQ] = ACTIONS(1766), - [anon_sym_PERCENT_EQ] = ACTIONS(1766), + [anon_sym_PLUS_EQ] = ACTIONS(1772), + [anon_sym_DASH_EQ] = ACTIONS(1772), + [anon_sym_STAR_EQ] = ACTIONS(1772), + [anon_sym_SLASH_EQ] = ACTIONS(1772), + [anon_sym_PERCENT_EQ] = ACTIONS(1772), [anon_sym_BANG_EQ] = ACTIONS(1818), [anon_sym_BANG_EQ_EQ] = ACTIONS(1820), [anon_sym_EQ_EQ] = ACTIONS(1818), @@ -69617,7 +69725,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(1764), + [anon_sym_BANG] = ACTIONS(1770), [anon_sym_BANG_BANG] = ACTIONS(1744), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), @@ -69645,75 +69753,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(1748), [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1766), - [anon_sym_continue_AT] = ACTIONS(1766), - [anon_sym_break_AT] = ACTIONS(1766), - [sym_real_literal] = ACTIONS(1766), - [sym_integer_literal] = ACTIONS(1764), - [sym_hex_literal] = ACTIONS(1766), - [sym_bin_literal] = ACTIONS(1766), - [anon_sym_true] = ACTIONS(1764), - [anon_sym_false] = ACTIONS(1764), - [anon_sym_SQUOTE] = ACTIONS(1766), + [anon_sym_return_AT] = ACTIONS(1772), + [anon_sym_continue_AT] = ACTIONS(1772), + [anon_sym_break_AT] = ACTIONS(1772), + [sym_real_literal] = ACTIONS(1772), + [sym_integer_literal] = ACTIONS(1770), + [sym_hex_literal] = ACTIONS(1772), + [sym_bin_literal] = ACTIONS(1772), + [anon_sym_true] = ACTIONS(1770), + [anon_sym_false] = ACTIONS(1770), + [anon_sym_SQUOTE] = ACTIONS(1772), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(1766), + [sym__automatic_semicolon] = ACTIONS(1772), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1766), + [sym__string_start] = ACTIONS(1772), }, [286] = { - [sym_getter] = STATE(3334), - [sym_setter] = STATE(3334), - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(2232), - [sym__comparison_operator] = STATE(2233), - [sym__in_operator] = STATE(2234), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(2236), - [sym__multiplicative_operator] = STATE(2239), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_modifiers] = STATE(8566), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2240), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym_getter] = STATE(1138), + [sym_setter] = STATE(1138), + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(2189), + [sym__comparison_operator] = STATE(2187), + [sym__in_operator] = STATE(2185), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(2184), + [sym__multiplicative_operator] = STATE(2151), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_modifiers] = STATE(8864), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2122), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), - [anon_sym_EQ] = ACTIONS(1694), + [anon_sym_EQ] = ACTIONS(1764), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(1696), + [anon_sym_RBRACE] = ACTIONS(1766), [anon_sym_LPAREN] = ACTIONS(1698), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(1798), - [anon_sym_object] = ACTIONS(1694), - [anon_sym_fun] = ACTIONS(1694), + [anon_sym_object] = ACTIONS(1764), + [anon_sym_fun] = ACTIONS(1764), [anon_sym_DOT] = ACTIONS(1704), [anon_sym_SEMI] = ACTIONS(1836), [anon_sym_get] = ACTIONS(1802), [anon_sym_set] = ACTIONS(1804), - [anon_sym_this] = ACTIONS(1694), - [anon_sym_super] = ACTIONS(1694), + [anon_sym_this] = ACTIONS(1764), + [anon_sym_super] = ACTIONS(1764), [anon_sym_STAR] = ACTIONS(1806), [sym_label] = ACTIONS(1714), [anon_sym_in] = ACTIONS(1808), @@ -69721,21 +69829,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1812), [anon_sym_AMP_AMP] = ACTIONS(1814), [anon_sym_PIPE_PIPE] = ACTIONS(1816), - [anon_sym_null] = ACTIONS(1694), - [anon_sym_if] = ACTIONS(1694), - [anon_sym_else] = ACTIONS(1694), - [anon_sym_when] = ACTIONS(1694), - [anon_sym_try] = ACTIONS(1694), - [anon_sym_throw] = ACTIONS(1694), - [anon_sym_return] = ACTIONS(1694), - [anon_sym_continue] = ACTIONS(1694), - [anon_sym_break] = ACTIONS(1694), + [anon_sym_null] = ACTIONS(1764), + [anon_sym_if] = ACTIONS(1764), + [anon_sym_else] = ACTIONS(1764), + [anon_sym_when] = ACTIONS(1764), + [anon_sym_try] = ACTIONS(1764), + [anon_sym_throw] = ACTIONS(1764), + [anon_sym_return] = ACTIONS(1764), + [anon_sym_continue] = ACTIONS(1764), + [anon_sym_break] = ACTIONS(1764), [anon_sym_COLON_COLON] = ACTIONS(1726), - [anon_sym_PLUS_EQ] = ACTIONS(1696), - [anon_sym_DASH_EQ] = ACTIONS(1696), - [anon_sym_STAR_EQ] = ACTIONS(1696), - [anon_sym_SLASH_EQ] = ACTIONS(1696), - [anon_sym_PERCENT_EQ] = ACTIONS(1696), + [anon_sym_PLUS_EQ] = ACTIONS(1766), + [anon_sym_DASH_EQ] = ACTIONS(1766), + [anon_sym_STAR_EQ] = ACTIONS(1766), + [anon_sym_SLASH_EQ] = ACTIONS(1766), + [anon_sym_PERCENT_EQ] = ACTIONS(1766), [anon_sym_BANG_EQ] = ACTIONS(1818), [anon_sym_BANG_EQ_EQ] = ACTIONS(1820), [anon_sym_EQ_EQ] = ACTIONS(1818), @@ -69752,7 +69860,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(1694), + [anon_sym_BANG] = ACTIONS(1764), [anon_sym_BANG_BANG] = ACTIONS(1744), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), @@ -69780,75 +69888,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(1748), [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1696), - [anon_sym_continue_AT] = ACTIONS(1696), - [anon_sym_break_AT] = ACTIONS(1696), - [sym_real_literal] = ACTIONS(1696), - [sym_integer_literal] = ACTIONS(1694), - [sym_hex_literal] = ACTIONS(1696), - [sym_bin_literal] = ACTIONS(1696), - [anon_sym_true] = ACTIONS(1694), - [anon_sym_false] = ACTIONS(1694), - [anon_sym_SQUOTE] = ACTIONS(1696), + [anon_sym_return_AT] = ACTIONS(1766), + [anon_sym_continue_AT] = ACTIONS(1766), + [anon_sym_break_AT] = ACTIONS(1766), + [sym_real_literal] = ACTIONS(1766), + [sym_integer_literal] = ACTIONS(1764), + [sym_hex_literal] = ACTIONS(1766), + [sym_bin_literal] = ACTIONS(1766), + [anon_sym_true] = ACTIONS(1764), + [anon_sym_false] = ACTIONS(1764), + [anon_sym_SQUOTE] = ACTIONS(1766), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(1696), + [sym__automatic_semicolon] = ACTIONS(1766), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1696), + [sym__string_start] = ACTIONS(1766), }, [287] = { - [sym_getter] = STATE(1069), - [sym_setter] = STATE(1069), - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(2232), - [sym__comparison_operator] = STATE(2233), - [sym__in_operator] = STATE(2234), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(2236), - [sym__multiplicative_operator] = STATE(2239), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_modifiers] = STATE(8830), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2240), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym_getter] = STATE(1155), + [sym_setter] = STATE(1155), + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(2189), + [sym__comparison_operator] = STATE(2187), + [sym__in_operator] = STATE(2185), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(2184), + [sym__multiplicative_operator] = STATE(2151), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_modifiers] = STATE(8864), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2122), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), - [anon_sym_EQ] = ACTIONS(1694), + [anon_sym_EQ] = ACTIONS(1752), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(1696), + [anon_sym_RBRACE] = ACTIONS(1754), [anon_sym_LPAREN] = ACTIONS(1698), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(1798), - [anon_sym_object] = ACTIONS(1694), - [anon_sym_fun] = ACTIONS(1694), + [anon_sym_object] = ACTIONS(1752), + [anon_sym_fun] = ACTIONS(1752), [anon_sym_DOT] = ACTIONS(1704), [anon_sym_SEMI] = ACTIONS(1838), - [anon_sym_get] = ACTIONS(1830), - [anon_sym_set] = ACTIONS(1832), - [anon_sym_this] = ACTIONS(1694), - [anon_sym_super] = ACTIONS(1694), + [anon_sym_get] = ACTIONS(1802), + [anon_sym_set] = ACTIONS(1804), + [anon_sym_this] = ACTIONS(1752), + [anon_sym_super] = ACTIONS(1752), [anon_sym_STAR] = ACTIONS(1806), [sym_label] = ACTIONS(1714), [anon_sym_in] = ACTIONS(1808), @@ -69856,21 +69964,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1812), [anon_sym_AMP_AMP] = ACTIONS(1814), [anon_sym_PIPE_PIPE] = ACTIONS(1816), - [anon_sym_null] = ACTIONS(1694), - [anon_sym_if] = ACTIONS(1694), - [anon_sym_else] = ACTIONS(1694), - [anon_sym_when] = ACTIONS(1694), - [anon_sym_try] = ACTIONS(1694), - [anon_sym_throw] = ACTIONS(1694), - [anon_sym_return] = ACTIONS(1694), - [anon_sym_continue] = ACTIONS(1694), - [anon_sym_break] = ACTIONS(1694), + [anon_sym_null] = ACTIONS(1752), + [anon_sym_if] = ACTIONS(1752), + [anon_sym_else] = ACTIONS(1752), + [anon_sym_when] = ACTIONS(1752), + [anon_sym_try] = ACTIONS(1752), + [anon_sym_throw] = ACTIONS(1752), + [anon_sym_return] = ACTIONS(1752), + [anon_sym_continue] = ACTIONS(1752), + [anon_sym_break] = ACTIONS(1752), [anon_sym_COLON_COLON] = ACTIONS(1726), - [anon_sym_PLUS_EQ] = ACTIONS(1696), - [anon_sym_DASH_EQ] = ACTIONS(1696), - [anon_sym_STAR_EQ] = ACTIONS(1696), - [anon_sym_SLASH_EQ] = ACTIONS(1696), - [anon_sym_PERCENT_EQ] = ACTIONS(1696), + [anon_sym_PLUS_EQ] = ACTIONS(1754), + [anon_sym_DASH_EQ] = ACTIONS(1754), + [anon_sym_STAR_EQ] = ACTIONS(1754), + [anon_sym_SLASH_EQ] = ACTIONS(1754), + [anon_sym_PERCENT_EQ] = ACTIONS(1754), [anon_sym_BANG_EQ] = ACTIONS(1818), [anon_sym_BANG_EQ_EQ] = ACTIONS(1820), [anon_sym_EQ_EQ] = ACTIONS(1818), @@ -69887,7 +69995,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(1694), + [anon_sym_BANG] = ACTIONS(1752), [anon_sym_BANG_BANG] = ACTIONS(1744), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), @@ -69915,75 +70023,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(1748), [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1696), - [anon_sym_continue_AT] = ACTIONS(1696), - [anon_sym_break_AT] = ACTIONS(1696), - [sym_real_literal] = ACTIONS(1696), - [sym_integer_literal] = ACTIONS(1694), - [sym_hex_literal] = ACTIONS(1696), - [sym_bin_literal] = ACTIONS(1696), - [anon_sym_true] = ACTIONS(1694), - [anon_sym_false] = ACTIONS(1694), - [anon_sym_SQUOTE] = ACTIONS(1696), + [anon_sym_return_AT] = ACTIONS(1754), + [anon_sym_continue_AT] = ACTIONS(1754), + [anon_sym_break_AT] = ACTIONS(1754), + [sym_real_literal] = ACTIONS(1754), + [sym_integer_literal] = ACTIONS(1752), + [sym_hex_literal] = ACTIONS(1754), + [sym_bin_literal] = ACTIONS(1754), + [anon_sym_true] = ACTIONS(1752), + [anon_sym_false] = ACTIONS(1752), + [anon_sym_SQUOTE] = ACTIONS(1754), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(1696), + [sym__automatic_semicolon] = ACTIONS(1754), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1696), + [sym__string_start] = ACTIONS(1754), }, [288] = { - [sym_getter] = STATE(3166), - [sym_setter] = STATE(3166), - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(2232), - [sym__comparison_operator] = STATE(2233), - [sym__in_operator] = STATE(2234), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(2236), - [sym__multiplicative_operator] = STATE(2239), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_modifiers] = STATE(8566), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2240), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym_getter] = STATE(1182), + [sym_setter] = STATE(1182), + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(2189), + [sym__comparison_operator] = STATE(2187), + [sym__in_operator] = STATE(2185), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(2184), + [sym__multiplicative_operator] = STATE(2151), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_modifiers] = STATE(8864), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2122), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), - [anon_sym_EQ] = ACTIONS(1776), + [anon_sym_EQ] = ACTIONS(1694), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(1778), + [anon_sym_RBRACE] = ACTIONS(1696), [anon_sym_LPAREN] = ACTIONS(1698), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(1798), - [anon_sym_object] = ACTIONS(1776), - [anon_sym_fun] = ACTIONS(1776), + [anon_sym_object] = ACTIONS(1694), + [anon_sym_fun] = ACTIONS(1694), [anon_sym_DOT] = ACTIONS(1704), [anon_sym_SEMI] = ACTIONS(1840), [anon_sym_get] = ACTIONS(1802), [anon_sym_set] = ACTIONS(1804), - [anon_sym_this] = ACTIONS(1776), - [anon_sym_super] = ACTIONS(1776), + [anon_sym_this] = ACTIONS(1694), + [anon_sym_super] = ACTIONS(1694), [anon_sym_STAR] = ACTIONS(1806), [sym_label] = ACTIONS(1714), [anon_sym_in] = ACTIONS(1808), @@ -69991,21 +70099,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1812), [anon_sym_AMP_AMP] = ACTIONS(1814), [anon_sym_PIPE_PIPE] = ACTIONS(1816), - [anon_sym_null] = ACTIONS(1776), - [anon_sym_if] = ACTIONS(1776), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_when] = ACTIONS(1776), - [anon_sym_try] = ACTIONS(1776), - [anon_sym_throw] = ACTIONS(1776), - [anon_sym_return] = ACTIONS(1776), - [anon_sym_continue] = ACTIONS(1776), - [anon_sym_break] = ACTIONS(1776), + [anon_sym_null] = ACTIONS(1694), + [anon_sym_if] = ACTIONS(1694), + [anon_sym_else] = ACTIONS(1694), + [anon_sym_when] = ACTIONS(1694), + [anon_sym_try] = ACTIONS(1694), + [anon_sym_throw] = ACTIONS(1694), + [anon_sym_return] = ACTIONS(1694), + [anon_sym_continue] = ACTIONS(1694), + [anon_sym_break] = ACTIONS(1694), [anon_sym_COLON_COLON] = ACTIONS(1726), - [anon_sym_PLUS_EQ] = ACTIONS(1778), - [anon_sym_DASH_EQ] = ACTIONS(1778), - [anon_sym_STAR_EQ] = ACTIONS(1778), - [anon_sym_SLASH_EQ] = ACTIONS(1778), - [anon_sym_PERCENT_EQ] = ACTIONS(1778), + [anon_sym_PLUS_EQ] = ACTIONS(1696), + [anon_sym_DASH_EQ] = ACTIONS(1696), + [anon_sym_STAR_EQ] = ACTIONS(1696), + [anon_sym_SLASH_EQ] = ACTIONS(1696), + [anon_sym_PERCENT_EQ] = ACTIONS(1696), [anon_sym_BANG_EQ] = ACTIONS(1818), [anon_sym_BANG_EQ_EQ] = ACTIONS(1820), [anon_sym_EQ_EQ] = ACTIONS(1818), @@ -70022,7 +70130,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(1776), + [anon_sym_BANG] = ACTIONS(1694), [anon_sym_BANG_BANG] = ACTIONS(1744), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), @@ -70050,75 +70158,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(1748), [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1778), - [anon_sym_continue_AT] = ACTIONS(1778), - [anon_sym_break_AT] = ACTIONS(1778), - [sym_real_literal] = ACTIONS(1778), - [sym_integer_literal] = ACTIONS(1776), - [sym_hex_literal] = ACTIONS(1778), - [sym_bin_literal] = ACTIONS(1778), - [anon_sym_true] = ACTIONS(1776), - [anon_sym_false] = ACTIONS(1776), - [anon_sym_SQUOTE] = ACTIONS(1778), + [anon_sym_return_AT] = ACTIONS(1696), + [anon_sym_continue_AT] = ACTIONS(1696), + [anon_sym_break_AT] = ACTIONS(1696), + [sym_real_literal] = ACTIONS(1696), + [sym_integer_literal] = ACTIONS(1694), + [sym_hex_literal] = ACTIONS(1696), + [sym_bin_literal] = ACTIONS(1696), + [anon_sym_true] = ACTIONS(1694), + [anon_sym_false] = ACTIONS(1694), + [anon_sym_SQUOTE] = ACTIONS(1696), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(1778), + [sym__automatic_semicolon] = ACTIONS(1696), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1778), + [sym__string_start] = ACTIONS(1696), }, [289] = { - [sym_getter] = STATE(1164), - [sym_setter] = STATE(1164), - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(2232), - [sym__comparison_operator] = STATE(2233), - [sym__in_operator] = STATE(2234), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(2236), - [sym__multiplicative_operator] = STATE(2239), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_modifiers] = STATE(8830), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2240), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym_getter] = STATE(1188), + [sym_setter] = STATE(1188), + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(2189), + [sym__comparison_operator] = STATE(2187), + [sym__in_operator] = STATE(2185), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(2184), + [sym__multiplicative_operator] = STATE(2151), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_modifiers] = STATE(8864), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2122), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), - [anon_sym_EQ] = ACTIONS(1752), + [anon_sym_EQ] = ACTIONS(1784), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_RBRACE] = ACTIONS(1786), [anon_sym_LPAREN] = ACTIONS(1698), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(1798), - [anon_sym_object] = ACTIONS(1752), - [anon_sym_fun] = ACTIONS(1752), + [anon_sym_object] = ACTIONS(1784), + [anon_sym_fun] = ACTIONS(1784), [anon_sym_DOT] = ACTIONS(1704), [anon_sym_SEMI] = ACTIONS(1842), - [anon_sym_get] = ACTIONS(1830), - [anon_sym_set] = ACTIONS(1832), - [anon_sym_this] = ACTIONS(1752), - [anon_sym_super] = ACTIONS(1752), + [anon_sym_get] = ACTIONS(1802), + [anon_sym_set] = ACTIONS(1804), + [anon_sym_this] = ACTIONS(1784), + [anon_sym_super] = ACTIONS(1784), [anon_sym_STAR] = ACTIONS(1806), [sym_label] = ACTIONS(1714), [anon_sym_in] = ACTIONS(1808), @@ -70126,21 +70234,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1812), [anon_sym_AMP_AMP] = ACTIONS(1814), [anon_sym_PIPE_PIPE] = ACTIONS(1816), - [anon_sym_null] = ACTIONS(1752), - [anon_sym_if] = ACTIONS(1752), - [anon_sym_else] = ACTIONS(1752), - [anon_sym_when] = ACTIONS(1752), - [anon_sym_try] = ACTIONS(1752), - [anon_sym_throw] = ACTIONS(1752), - [anon_sym_return] = ACTIONS(1752), - [anon_sym_continue] = ACTIONS(1752), - [anon_sym_break] = ACTIONS(1752), + [anon_sym_null] = ACTIONS(1784), + [anon_sym_if] = ACTIONS(1784), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_when] = ACTIONS(1784), + [anon_sym_try] = ACTIONS(1784), + [anon_sym_throw] = ACTIONS(1784), + [anon_sym_return] = ACTIONS(1784), + [anon_sym_continue] = ACTIONS(1784), + [anon_sym_break] = ACTIONS(1784), [anon_sym_COLON_COLON] = ACTIONS(1726), - [anon_sym_PLUS_EQ] = ACTIONS(1754), - [anon_sym_DASH_EQ] = ACTIONS(1754), - [anon_sym_STAR_EQ] = ACTIONS(1754), - [anon_sym_SLASH_EQ] = ACTIONS(1754), - [anon_sym_PERCENT_EQ] = ACTIONS(1754), + [anon_sym_PLUS_EQ] = ACTIONS(1786), + [anon_sym_DASH_EQ] = ACTIONS(1786), + [anon_sym_STAR_EQ] = ACTIONS(1786), + [anon_sym_SLASH_EQ] = ACTIONS(1786), + [anon_sym_PERCENT_EQ] = ACTIONS(1786), [anon_sym_BANG_EQ] = ACTIONS(1818), [anon_sym_BANG_EQ_EQ] = ACTIONS(1820), [anon_sym_EQ_EQ] = ACTIONS(1818), @@ -70157,7 +70265,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(1752), + [anon_sym_BANG] = ACTIONS(1784), [anon_sym_BANG_BANG] = ACTIONS(1744), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), @@ -70185,75 +70293,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(1748), [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1754), - [anon_sym_continue_AT] = ACTIONS(1754), - [anon_sym_break_AT] = ACTIONS(1754), - [sym_real_literal] = ACTIONS(1754), - [sym_integer_literal] = ACTIONS(1752), - [sym_hex_literal] = ACTIONS(1754), - [sym_bin_literal] = ACTIONS(1754), - [anon_sym_true] = ACTIONS(1752), - [anon_sym_false] = ACTIONS(1752), - [anon_sym_SQUOTE] = ACTIONS(1754), + [anon_sym_return_AT] = ACTIONS(1786), + [anon_sym_continue_AT] = ACTIONS(1786), + [anon_sym_break_AT] = ACTIONS(1786), + [sym_real_literal] = ACTIONS(1786), + [sym_integer_literal] = ACTIONS(1784), + [sym_hex_literal] = ACTIONS(1786), + [sym_bin_literal] = ACTIONS(1786), + [anon_sym_true] = ACTIONS(1784), + [anon_sym_false] = ACTIONS(1784), + [anon_sym_SQUOTE] = ACTIONS(1786), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(1754), + [sym__automatic_semicolon] = ACTIONS(1786), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1754), + [sym__string_start] = ACTIONS(1786), }, [290] = { - [sym_getter] = STATE(3127), - [sym_setter] = STATE(3127), - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(2232), - [sym__comparison_operator] = STATE(2233), - [sym__in_operator] = STATE(2234), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(2236), - [sym__multiplicative_operator] = STATE(2239), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_modifiers] = STATE(8566), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2240), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym_getter] = STATE(3288), + [sym_setter] = STATE(3288), + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(2189), + [sym__comparison_operator] = STATE(2187), + [sym__in_operator] = STATE(2185), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(2184), + [sym__multiplicative_operator] = STATE(2151), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_modifiers] = STATE(8760), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2122), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), - [anon_sym_EQ] = ACTIONS(1770), + [anon_sym_EQ] = ACTIONS(1784), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(1772), + [anon_sym_RBRACE] = ACTIONS(1786), [anon_sym_LPAREN] = ACTIONS(1698), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(1798), - [anon_sym_object] = ACTIONS(1770), - [anon_sym_fun] = ACTIONS(1770), + [anon_sym_object] = ACTIONS(1784), + [anon_sym_fun] = ACTIONS(1784), [anon_sym_DOT] = ACTIONS(1704), [anon_sym_SEMI] = ACTIONS(1844), - [anon_sym_get] = ACTIONS(1802), - [anon_sym_set] = ACTIONS(1804), - [anon_sym_this] = ACTIONS(1770), - [anon_sym_super] = ACTIONS(1770), + [anon_sym_get] = ACTIONS(1830), + [anon_sym_set] = ACTIONS(1832), + [anon_sym_this] = ACTIONS(1784), + [anon_sym_super] = ACTIONS(1784), [anon_sym_STAR] = ACTIONS(1806), [sym_label] = ACTIONS(1714), [anon_sym_in] = ACTIONS(1808), @@ -70261,21 +70369,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1812), [anon_sym_AMP_AMP] = ACTIONS(1814), [anon_sym_PIPE_PIPE] = ACTIONS(1816), - [anon_sym_null] = ACTIONS(1770), - [anon_sym_if] = ACTIONS(1770), - [anon_sym_else] = ACTIONS(1770), - [anon_sym_when] = ACTIONS(1770), - [anon_sym_try] = ACTIONS(1770), - [anon_sym_throw] = ACTIONS(1770), - [anon_sym_return] = ACTIONS(1770), - [anon_sym_continue] = ACTIONS(1770), - [anon_sym_break] = ACTIONS(1770), + [anon_sym_null] = ACTIONS(1784), + [anon_sym_if] = ACTIONS(1784), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_when] = ACTIONS(1784), + [anon_sym_try] = ACTIONS(1784), + [anon_sym_throw] = ACTIONS(1784), + [anon_sym_return] = ACTIONS(1784), + [anon_sym_continue] = ACTIONS(1784), + [anon_sym_break] = ACTIONS(1784), [anon_sym_COLON_COLON] = ACTIONS(1726), - [anon_sym_PLUS_EQ] = ACTIONS(1772), - [anon_sym_DASH_EQ] = ACTIONS(1772), - [anon_sym_STAR_EQ] = ACTIONS(1772), - [anon_sym_SLASH_EQ] = ACTIONS(1772), - [anon_sym_PERCENT_EQ] = ACTIONS(1772), + [anon_sym_PLUS_EQ] = ACTIONS(1786), + [anon_sym_DASH_EQ] = ACTIONS(1786), + [anon_sym_STAR_EQ] = ACTIONS(1786), + [anon_sym_SLASH_EQ] = ACTIONS(1786), + [anon_sym_PERCENT_EQ] = ACTIONS(1786), [anon_sym_BANG_EQ] = ACTIONS(1818), [anon_sym_BANG_EQ_EQ] = ACTIONS(1820), [anon_sym_EQ_EQ] = ACTIONS(1818), @@ -70292,7 +70400,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(1770), + [anon_sym_BANG] = ACTIONS(1784), [anon_sym_BANG_BANG] = ACTIONS(1744), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), @@ -70320,57 +70428,57 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(1748), [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1772), - [anon_sym_continue_AT] = ACTIONS(1772), - [anon_sym_break_AT] = ACTIONS(1772), - [sym_real_literal] = ACTIONS(1772), - [sym_integer_literal] = ACTIONS(1770), - [sym_hex_literal] = ACTIONS(1772), - [sym_bin_literal] = ACTIONS(1772), - [anon_sym_true] = ACTIONS(1770), - [anon_sym_false] = ACTIONS(1770), - [anon_sym_SQUOTE] = ACTIONS(1772), + [anon_sym_return_AT] = ACTIONS(1786), + [anon_sym_continue_AT] = ACTIONS(1786), + [anon_sym_break_AT] = ACTIONS(1786), + [sym_real_literal] = ACTIONS(1786), + [sym_integer_literal] = ACTIONS(1784), + [sym_hex_literal] = ACTIONS(1786), + [sym_bin_literal] = ACTIONS(1786), + [anon_sym_true] = ACTIONS(1784), + [anon_sym_false] = ACTIONS(1784), + [anon_sym_SQUOTE] = ACTIONS(1786), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(1772), + [sym__automatic_semicolon] = ACTIONS(1786), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1772), + [sym__string_start] = ACTIONS(1786), }, [291] = { - [sym_getter] = STATE(1143), - [sym_setter] = STATE(1143), - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(2232), - [sym__comparison_operator] = STATE(2233), - [sym__in_operator] = STATE(2234), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(2236), - [sym__multiplicative_operator] = STATE(2239), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_modifiers] = STATE(8830), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2240), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym_getter] = STATE(3163), + [sym_setter] = STATE(3163), + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(2189), + [sym__comparison_operator] = STATE(2187), + [sym__in_operator] = STATE(2185), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(2184), + [sym__multiplicative_operator] = STATE(2151), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_modifiers] = STATE(8760), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2122), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), @@ -70472,58 +70580,58 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(1772), }, [292] = { - [sym_getter] = STATE(1110), - [sym_setter] = STATE(1110), - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(2232), - [sym__comparison_operator] = STATE(2233), - [sym__in_operator] = STATE(2234), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(2236), - [sym__multiplicative_operator] = STATE(2239), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_modifiers] = STATE(8830), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2240), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym_getter] = STATE(3151), + [sym_setter] = STATE(3151), + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(2189), + [sym__comparison_operator] = STATE(2187), + [sym__in_operator] = STATE(2185), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(2184), + [sym__multiplicative_operator] = STATE(2151), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_modifiers] = STATE(8760), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2122), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), - [anon_sym_EQ] = ACTIONS(1776), + [anon_sym_EQ] = ACTIONS(1764), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(1778), + [anon_sym_RBRACE] = ACTIONS(1766), [anon_sym_LPAREN] = ACTIONS(1698), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(1798), - [anon_sym_object] = ACTIONS(1776), - [anon_sym_fun] = ACTIONS(1776), + [anon_sym_object] = ACTIONS(1764), + [anon_sym_fun] = ACTIONS(1764), [anon_sym_DOT] = ACTIONS(1704), [anon_sym_SEMI] = ACTIONS(1848), [anon_sym_get] = ACTIONS(1830), [anon_sym_set] = ACTIONS(1832), - [anon_sym_this] = ACTIONS(1776), - [anon_sym_super] = ACTIONS(1776), + [anon_sym_this] = ACTIONS(1764), + [anon_sym_super] = ACTIONS(1764), [anon_sym_STAR] = ACTIONS(1806), [sym_label] = ACTIONS(1714), [anon_sym_in] = ACTIONS(1808), @@ -70531,21 +70639,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1812), [anon_sym_AMP_AMP] = ACTIONS(1814), [anon_sym_PIPE_PIPE] = ACTIONS(1816), - [anon_sym_null] = ACTIONS(1776), - [anon_sym_if] = ACTIONS(1776), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_when] = ACTIONS(1776), - [anon_sym_try] = ACTIONS(1776), - [anon_sym_throw] = ACTIONS(1776), - [anon_sym_return] = ACTIONS(1776), - [anon_sym_continue] = ACTIONS(1776), - [anon_sym_break] = ACTIONS(1776), + [anon_sym_null] = ACTIONS(1764), + [anon_sym_if] = ACTIONS(1764), + [anon_sym_else] = ACTIONS(1764), + [anon_sym_when] = ACTIONS(1764), + [anon_sym_try] = ACTIONS(1764), + [anon_sym_throw] = ACTIONS(1764), + [anon_sym_return] = ACTIONS(1764), + [anon_sym_continue] = ACTIONS(1764), + [anon_sym_break] = ACTIONS(1764), [anon_sym_COLON_COLON] = ACTIONS(1726), - [anon_sym_PLUS_EQ] = ACTIONS(1778), - [anon_sym_DASH_EQ] = ACTIONS(1778), - [anon_sym_STAR_EQ] = ACTIONS(1778), - [anon_sym_SLASH_EQ] = ACTIONS(1778), - [anon_sym_PERCENT_EQ] = ACTIONS(1778), + [anon_sym_PLUS_EQ] = ACTIONS(1766), + [anon_sym_DASH_EQ] = ACTIONS(1766), + [anon_sym_STAR_EQ] = ACTIONS(1766), + [anon_sym_SLASH_EQ] = ACTIONS(1766), + [anon_sym_PERCENT_EQ] = ACTIONS(1766), [anon_sym_BANG_EQ] = ACTIONS(1818), [anon_sym_BANG_EQ_EQ] = ACTIONS(1820), [anon_sym_EQ_EQ] = ACTIONS(1818), @@ -70562,7 +70670,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(1776), + [anon_sym_BANG] = ACTIONS(1764), [anon_sym_BANG_BANG] = ACTIONS(1744), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), @@ -70590,75 +70698,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(1748), [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1778), - [anon_sym_continue_AT] = ACTIONS(1778), - [anon_sym_break_AT] = ACTIONS(1778), - [sym_real_literal] = ACTIONS(1778), - [sym_integer_literal] = ACTIONS(1776), - [sym_hex_literal] = ACTIONS(1778), - [sym_bin_literal] = ACTIONS(1778), - [anon_sym_true] = ACTIONS(1776), - [anon_sym_false] = ACTIONS(1776), - [anon_sym_SQUOTE] = ACTIONS(1778), + [anon_sym_return_AT] = ACTIONS(1766), + [anon_sym_continue_AT] = ACTIONS(1766), + [anon_sym_break_AT] = ACTIONS(1766), + [sym_real_literal] = ACTIONS(1766), + [sym_integer_literal] = ACTIONS(1764), + [sym_hex_literal] = ACTIONS(1766), + [sym_bin_literal] = ACTIONS(1766), + [anon_sym_true] = ACTIONS(1764), + [anon_sym_false] = ACTIONS(1764), + [anon_sym_SQUOTE] = ACTIONS(1766), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(1778), + [sym__automatic_semicolon] = ACTIONS(1766), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1778), + [sym__string_start] = ACTIONS(1766), }, [293] = { - [sym_getter] = STATE(3146), - [sym_setter] = STATE(3146), - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(2232), - [sym__comparison_operator] = STATE(2233), - [sym__in_operator] = STATE(2234), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(2236), - [sym__multiplicative_operator] = STATE(2239), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_modifiers] = STATE(8566), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2240), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym_getter] = STATE(3129), + [sym_setter] = STATE(3129), + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(2189), + [sym__comparison_operator] = STATE(2187), + [sym__in_operator] = STATE(2185), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(2184), + [sym__multiplicative_operator] = STATE(2151), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_modifiers] = STATE(8760), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2122), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), - [anon_sym_EQ] = ACTIONS(1782), + [anon_sym_EQ] = ACTIONS(1752), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(1784), + [anon_sym_RBRACE] = ACTIONS(1754), [anon_sym_LPAREN] = ACTIONS(1698), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(1798), - [anon_sym_object] = ACTIONS(1782), - [anon_sym_fun] = ACTIONS(1782), + [anon_sym_object] = ACTIONS(1752), + [anon_sym_fun] = ACTIONS(1752), [anon_sym_DOT] = ACTIONS(1704), [anon_sym_SEMI] = ACTIONS(1850), - [anon_sym_get] = ACTIONS(1802), - [anon_sym_set] = ACTIONS(1804), - [anon_sym_this] = ACTIONS(1782), - [anon_sym_super] = ACTIONS(1782), + [anon_sym_get] = ACTIONS(1830), + [anon_sym_set] = ACTIONS(1832), + [anon_sym_this] = ACTIONS(1752), + [anon_sym_super] = ACTIONS(1752), [anon_sym_STAR] = ACTIONS(1806), [sym_label] = ACTIONS(1714), [anon_sym_in] = ACTIONS(1808), @@ -70666,21 +70774,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1812), [anon_sym_AMP_AMP] = ACTIONS(1814), [anon_sym_PIPE_PIPE] = ACTIONS(1816), - [anon_sym_null] = ACTIONS(1782), - [anon_sym_if] = ACTIONS(1782), - [anon_sym_else] = ACTIONS(1782), - [anon_sym_when] = ACTIONS(1782), - [anon_sym_try] = ACTIONS(1782), - [anon_sym_throw] = ACTIONS(1782), - [anon_sym_return] = ACTIONS(1782), - [anon_sym_continue] = ACTIONS(1782), - [anon_sym_break] = ACTIONS(1782), + [anon_sym_null] = ACTIONS(1752), + [anon_sym_if] = ACTIONS(1752), + [anon_sym_else] = ACTIONS(1752), + [anon_sym_when] = ACTIONS(1752), + [anon_sym_try] = ACTIONS(1752), + [anon_sym_throw] = ACTIONS(1752), + [anon_sym_return] = ACTIONS(1752), + [anon_sym_continue] = ACTIONS(1752), + [anon_sym_break] = ACTIONS(1752), [anon_sym_COLON_COLON] = ACTIONS(1726), - [anon_sym_PLUS_EQ] = ACTIONS(1784), - [anon_sym_DASH_EQ] = ACTIONS(1784), - [anon_sym_STAR_EQ] = ACTIONS(1784), - [anon_sym_SLASH_EQ] = ACTIONS(1784), - [anon_sym_PERCENT_EQ] = ACTIONS(1784), + [anon_sym_PLUS_EQ] = ACTIONS(1754), + [anon_sym_DASH_EQ] = ACTIONS(1754), + [anon_sym_STAR_EQ] = ACTIONS(1754), + [anon_sym_SLASH_EQ] = ACTIONS(1754), + [anon_sym_PERCENT_EQ] = ACTIONS(1754), [anon_sym_BANG_EQ] = ACTIONS(1818), [anon_sym_BANG_EQ_EQ] = ACTIONS(1820), [anon_sym_EQ_EQ] = ACTIONS(1818), @@ -70697,7 +70805,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(1782), + [anon_sym_BANG] = ACTIONS(1752), [anon_sym_BANG_BANG] = ACTIONS(1744), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), @@ -70725,75 +70833,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(1748), [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1784), - [anon_sym_continue_AT] = ACTIONS(1784), - [anon_sym_break_AT] = ACTIONS(1784), - [sym_real_literal] = ACTIONS(1784), - [sym_integer_literal] = ACTIONS(1782), - [sym_hex_literal] = ACTIONS(1784), - [sym_bin_literal] = ACTIONS(1784), - [anon_sym_true] = ACTIONS(1782), - [anon_sym_false] = ACTIONS(1782), - [anon_sym_SQUOTE] = ACTIONS(1784), + [anon_sym_return_AT] = ACTIONS(1754), + [anon_sym_continue_AT] = ACTIONS(1754), + [anon_sym_break_AT] = ACTIONS(1754), + [sym_real_literal] = ACTIONS(1754), + [sym_integer_literal] = ACTIONS(1752), + [sym_hex_literal] = ACTIONS(1754), + [sym_bin_literal] = ACTIONS(1754), + [anon_sym_true] = ACTIONS(1752), + [anon_sym_false] = ACTIONS(1752), + [anon_sym_SQUOTE] = ACTIONS(1754), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(1784), + [sym__automatic_semicolon] = ACTIONS(1754), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1784), + [sym__string_start] = ACTIONS(1754), }, [294] = { - [sym_getter] = STATE(1052), - [sym_setter] = STATE(1052), - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(2232), - [sym__comparison_operator] = STATE(2233), - [sym__in_operator] = STATE(2234), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(2236), - [sym__multiplicative_operator] = STATE(2239), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_modifiers] = STATE(8830), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2240), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym_getter] = STATE(3184), + [sym_setter] = STATE(3184), + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(2189), + [sym__comparison_operator] = STATE(2187), + [sym__in_operator] = STATE(2185), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(2184), + [sym__multiplicative_operator] = STATE(2151), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_modifiers] = STATE(8760), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2122), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), - [anon_sym_EQ] = ACTIONS(1764), + [anon_sym_EQ] = ACTIONS(1694), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(1766), + [anon_sym_RBRACE] = ACTIONS(1696), [anon_sym_LPAREN] = ACTIONS(1698), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(1798), - [anon_sym_object] = ACTIONS(1764), - [anon_sym_fun] = ACTIONS(1764), + [anon_sym_object] = ACTIONS(1694), + [anon_sym_fun] = ACTIONS(1694), [anon_sym_DOT] = ACTIONS(1704), [anon_sym_SEMI] = ACTIONS(1852), [anon_sym_get] = ACTIONS(1830), [anon_sym_set] = ACTIONS(1832), - [anon_sym_this] = ACTIONS(1764), - [anon_sym_super] = ACTIONS(1764), + [anon_sym_this] = ACTIONS(1694), + [anon_sym_super] = ACTIONS(1694), [anon_sym_STAR] = ACTIONS(1806), [sym_label] = ACTIONS(1714), [anon_sym_in] = ACTIONS(1808), @@ -70801,21 +70909,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1812), [anon_sym_AMP_AMP] = ACTIONS(1814), [anon_sym_PIPE_PIPE] = ACTIONS(1816), - [anon_sym_null] = ACTIONS(1764), - [anon_sym_if] = ACTIONS(1764), - [anon_sym_else] = ACTIONS(1764), - [anon_sym_when] = ACTIONS(1764), - [anon_sym_try] = ACTIONS(1764), - [anon_sym_throw] = ACTIONS(1764), - [anon_sym_return] = ACTIONS(1764), - [anon_sym_continue] = ACTIONS(1764), - [anon_sym_break] = ACTIONS(1764), + [anon_sym_null] = ACTIONS(1694), + [anon_sym_if] = ACTIONS(1694), + [anon_sym_else] = ACTIONS(1694), + [anon_sym_when] = ACTIONS(1694), + [anon_sym_try] = ACTIONS(1694), + [anon_sym_throw] = ACTIONS(1694), + [anon_sym_return] = ACTIONS(1694), + [anon_sym_continue] = ACTIONS(1694), + [anon_sym_break] = ACTIONS(1694), [anon_sym_COLON_COLON] = ACTIONS(1726), - [anon_sym_PLUS_EQ] = ACTIONS(1766), - [anon_sym_DASH_EQ] = ACTIONS(1766), - [anon_sym_STAR_EQ] = ACTIONS(1766), - [anon_sym_SLASH_EQ] = ACTIONS(1766), - [anon_sym_PERCENT_EQ] = ACTIONS(1766), + [anon_sym_PLUS_EQ] = ACTIONS(1696), + [anon_sym_DASH_EQ] = ACTIONS(1696), + [anon_sym_STAR_EQ] = ACTIONS(1696), + [anon_sym_SLASH_EQ] = ACTIONS(1696), + [anon_sym_PERCENT_EQ] = ACTIONS(1696), [anon_sym_BANG_EQ] = ACTIONS(1818), [anon_sym_BANG_EQ_EQ] = ACTIONS(1820), [anon_sym_EQ_EQ] = ACTIONS(1818), @@ -70832,7 +70940,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(1764), + [anon_sym_BANG] = ACTIONS(1694), [anon_sym_BANG_BANG] = ACTIONS(1744), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), @@ -70860,106 +70968,106 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(1748), [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1766), - [anon_sym_continue_AT] = ACTIONS(1766), - [anon_sym_break_AT] = ACTIONS(1766), - [sym_real_literal] = ACTIONS(1766), - [sym_integer_literal] = ACTIONS(1764), - [sym_hex_literal] = ACTIONS(1766), - [sym_bin_literal] = ACTIONS(1766), - [anon_sym_true] = ACTIONS(1764), - [anon_sym_false] = ACTIONS(1764), - [anon_sym_SQUOTE] = ACTIONS(1766), + [anon_sym_return_AT] = ACTIONS(1696), + [anon_sym_continue_AT] = ACTIONS(1696), + [anon_sym_break_AT] = ACTIONS(1696), + [sym_real_literal] = ACTIONS(1696), + [sym_integer_literal] = ACTIONS(1694), + [sym_hex_literal] = ACTIONS(1696), + [sym_bin_literal] = ACTIONS(1696), + [anon_sym_true] = ACTIONS(1694), + [anon_sym_false] = ACTIONS(1694), + [anon_sym_SQUOTE] = ACTIONS(1696), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(1766), + [sym__automatic_semicolon] = ACTIONS(1696), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1766), + [sym__string_start] = ACTIONS(1696), }, [295] = { - [sym__expression] = STATE(3057), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(1661), - [sym_annotation] = STATE(1661), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [sym__expression] = STATE(3007), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1893), + [sym_annotation] = STATE(1893), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(295), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_RBRACK] = ACTIONS(1592), - [anon_sym_as] = ACTIONS(1594), - [anon_sym_EQ] = ACTIONS(1594), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_RBRACK] = ACTIONS(1399), + [anon_sym_as] = ACTIONS(1401), + [anon_sym_EQ] = ACTIONS(1401), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(1592), + [anon_sym_RBRACE] = ACTIONS(1399), [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_COMMA] = ACTIONS(1592), - [anon_sym_RPAREN] = ACTIONS(1592), - [anon_sym_LT] = ACTIONS(1594), - [anon_sym_GT] = ACTIONS(1594), - [anon_sym_where] = ACTIONS(1594), + [anon_sym_COMMA] = ACTIONS(1399), + [anon_sym_RPAREN] = ACTIONS(1399), + [anon_sym_LT] = ACTIONS(1401), + [anon_sym_GT] = ACTIONS(1401), + [anon_sym_where] = ACTIONS(1401), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(1858), - [anon_sym_DOT] = ACTIONS(1594), - [anon_sym_SEMI] = ACTIONS(1592), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_DOT] = ACTIONS(1401), + [anon_sym_SEMI] = ACTIONS(1399), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), [anon_sym_STAR] = ACTIONS(231), - [anon_sym_DASH_GT] = ACTIONS(1592), + [anon_sym_DASH_GT] = ACTIONS(1399), [sym_label] = ACTIONS(257), - [anon_sym_in] = ACTIONS(1594), - [anon_sym_while] = ACTIONS(1594), - [anon_sym_DOT_DOT] = ACTIONS(1592), - [anon_sym_QMARK_COLON] = ACTIONS(1592), - [anon_sym_AMP_AMP] = ACTIONS(1592), - [anon_sym_PIPE_PIPE] = ACTIONS(1592), + [anon_sym_in] = ACTIONS(1401), + [anon_sym_while] = ACTIONS(1401), + [anon_sym_DOT_DOT] = ACTIONS(1399), + [anon_sym_QMARK_COLON] = ACTIONS(1399), + [anon_sym_AMP_AMP] = ACTIONS(1399), + [anon_sym_PIPE_PIPE] = ACTIONS(1399), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(243), - [anon_sym_else] = ACTIONS(1594), + [anon_sym_else] = ACTIONS(1401), [anon_sym_when] = ACTIONS(245), [anon_sym_try] = ACTIONS(247), [anon_sym_throw] = ACTIONS(249), @@ -70967,33 +71075,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS_EQ] = ACTIONS(1592), - [anon_sym_DASH_EQ] = ACTIONS(1592), - [anon_sym_STAR_EQ] = ACTIONS(1592), - [anon_sym_SLASH_EQ] = ACTIONS(1592), - [anon_sym_PERCENT_EQ] = ACTIONS(1592), - [anon_sym_BANG_EQ] = ACTIONS(1594), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1592), - [anon_sym_EQ_EQ] = ACTIONS(1594), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1592), - [anon_sym_LT_EQ] = ACTIONS(1592), - [anon_sym_GT_EQ] = ACTIONS(1592), - [anon_sym_BANGin] = ACTIONS(1592), - [anon_sym_is] = ACTIONS(1594), - [anon_sym_BANGis] = ACTIONS(1592), + [anon_sym_PLUS_EQ] = ACTIONS(1399), + [anon_sym_DASH_EQ] = ACTIONS(1399), + [anon_sym_STAR_EQ] = ACTIONS(1399), + [anon_sym_SLASH_EQ] = ACTIONS(1399), + [anon_sym_PERCENT_EQ] = ACTIONS(1399), + [anon_sym_BANG_EQ] = ACTIONS(1401), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1399), + [anon_sym_EQ_EQ] = ACTIONS(1401), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1399), + [anon_sym_LT_EQ] = ACTIONS(1399), + [anon_sym_GT_EQ] = ACTIONS(1399), + [anon_sym_BANGin] = ACTIONS(1399), + [anon_sym_is] = ACTIONS(1401), + [anon_sym_BANGis] = ACTIONS(1399), [anon_sym_PLUS] = ACTIONS(257), [anon_sym_DASH] = ACTIONS(257), - [anon_sym_SLASH] = ACTIONS(1594), - [anon_sym_PERCENT] = ACTIONS(1594), - [anon_sym_as_QMARK] = ACTIONS(1592), + [anon_sym_SLASH] = ACTIONS(1401), + [anon_sym_PERCENT] = ACTIONS(1401), + [anon_sym_as_QMARK] = ACTIONS(1399), [anon_sym_PLUS_PLUS] = ACTIONS(259), [anon_sym_DASH_DASH] = ACTIONS(259), [anon_sym_BANG] = ACTIONS(257), - [anon_sym_BANG_BANG] = ACTIONS(1592), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_BANG_BANG] = ACTIONS(1399), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -71006,64 +71114,64 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(277), [anon_sym_SQUOTE] = ACTIONS(279), [sym__backtick_identifier] = ACTIONS(281), - [sym_safe_nav] = ACTIONS(1592), + [sym_safe_nav] = ACTIONS(1399), [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, [296] = { - [sym_getter] = STATE(1143), - [sym_setter] = STATE(1143), - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(1995), - [sym__comparison_operator] = STATE(1991), - [sym__in_operator] = STATE(1990), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(1987), - [sym__multiplicative_operator] = STATE(1986), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_modifiers] = STATE(8806), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1985), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym_getter] = STATE(1138), + [sym_setter] = STATE(1138), + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(2315), + [sym__comparison_operator] = STATE(2313), + [sym__in_operator] = STATE(2311), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(2308), + [sym__multiplicative_operator] = STATE(2301), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_modifiers] = STATE(8715), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2300), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(1772), + [anon_sym_RBRACE] = ACTIONS(1766), [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_COMMA] = ACTIONS(1772), + [anon_sym_COMMA] = ACTIONS(1766), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(1864), - [anon_sym_where] = ACTIONS(1770), - [anon_sym_object] = ACTIONS(1770), - [anon_sym_fun] = ACTIONS(1770), + [anon_sym_where] = ACTIONS(1764), + [anon_sym_object] = ACTIONS(1764), + [anon_sym_fun] = ACTIONS(1764), [anon_sym_DOT] = ACTIONS(1704), [anon_sym_SEMI] = ACTIONS(1866), [anon_sym_get] = ACTIONS(1868), [anon_sym_set] = ACTIONS(1870), - [anon_sym_this] = ACTIONS(1770), - [anon_sym_super] = ACTIONS(1770), + [anon_sym_this] = ACTIONS(1764), + [anon_sym_super] = ACTIONS(1764), [anon_sym_STAR] = ACTIONS(1872), [sym_label] = ACTIONS(1714), [anon_sym_in] = ACTIONS(1874), @@ -71071,15 +71179,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1878), [anon_sym_AMP_AMP] = ACTIONS(1880), [anon_sym_PIPE_PIPE] = ACTIONS(1882), - [anon_sym_null] = ACTIONS(1770), - [anon_sym_if] = ACTIONS(1770), - [anon_sym_else] = ACTIONS(1770), - [anon_sym_when] = ACTIONS(1770), - [anon_sym_try] = ACTIONS(1770), - [anon_sym_throw] = ACTIONS(1770), - [anon_sym_return] = ACTIONS(1770), - [anon_sym_continue] = ACTIONS(1770), - [anon_sym_break] = ACTIONS(1770), + [anon_sym_null] = ACTIONS(1764), + [anon_sym_if] = ACTIONS(1764), + [anon_sym_else] = ACTIONS(1764), + [anon_sym_when] = ACTIONS(1764), + [anon_sym_try] = ACTIONS(1764), + [anon_sym_throw] = ACTIONS(1764), + [anon_sym_return] = ACTIONS(1764), + [anon_sym_continue] = ACTIONS(1764), + [anon_sym_break] = ACTIONS(1764), [anon_sym_COLON_COLON] = ACTIONS(1726), [anon_sym_BANG_EQ] = ACTIONS(1884), [anon_sym_BANG_EQ_EQ] = ACTIONS(1886), @@ -71097,7 +71205,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(1770), + [anon_sym_BANG] = ACTIONS(1764), [anon_sym_BANG_BANG] = ACTIONS(1744), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), @@ -71125,76 +71233,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(1748), [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1772), - [anon_sym_continue_AT] = ACTIONS(1772), - [anon_sym_break_AT] = ACTIONS(1772), - [sym_real_literal] = ACTIONS(1772), - [sym_integer_literal] = ACTIONS(1770), - [sym_hex_literal] = ACTIONS(1772), - [sym_bin_literal] = ACTIONS(1772), - [anon_sym_true] = ACTIONS(1770), - [anon_sym_false] = ACTIONS(1770), - [anon_sym_SQUOTE] = ACTIONS(1772), + [anon_sym_return_AT] = ACTIONS(1766), + [anon_sym_continue_AT] = ACTIONS(1766), + [anon_sym_break_AT] = ACTIONS(1766), + [sym_real_literal] = ACTIONS(1766), + [sym_integer_literal] = ACTIONS(1764), + [sym_hex_literal] = ACTIONS(1766), + [sym_bin_literal] = ACTIONS(1766), + [anon_sym_true] = ACTIONS(1764), + [anon_sym_false] = ACTIONS(1764), + [anon_sym_SQUOTE] = ACTIONS(1766), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(1772), + [sym__automatic_semicolon] = ACTIONS(1766), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1772), + [sym__string_start] = ACTIONS(1766), }, [297] = { - [sym_getter] = STATE(3139), - [sym_setter] = STATE(3139), - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(1995), - [sym__comparison_operator] = STATE(1991), - [sym__in_operator] = STATE(1990), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(1987), - [sym__multiplicative_operator] = STATE(1986), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_modifiers] = STATE(8834), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1985), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym_getter] = STATE(3170), + [sym_setter] = STATE(3170), + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(2315), + [sym__comparison_operator] = STATE(2313), + [sym__in_operator] = STATE(2311), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(2308), + [sym__multiplicative_operator] = STATE(2301), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_modifiers] = STATE(8787), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2300), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_RBRACE] = ACTIONS(1780), [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_COMMA] = ACTIONS(1754), + [anon_sym_COMMA] = ACTIONS(1780), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(1864), - [anon_sym_where] = ACTIONS(1752), - [anon_sym_object] = ACTIONS(1752), - [anon_sym_fun] = ACTIONS(1752), + [anon_sym_where] = ACTIONS(1778), + [anon_sym_object] = ACTIONS(1778), + [anon_sym_fun] = ACTIONS(1778), [anon_sym_DOT] = ACTIONS(1704), [anon_sym_SEMI] = ACTIONS(1896), [anon_sym_get] = ACTIONS(1898), [anon_sym_set] = ACTIONS(1900), - [anon_sym_this] = ACTIONS(1752), - [anon_sym_super] = ACTIONS(1752), + [anon_sym_this] = ACTIONS(1778), + [anon_sym_super] = ACTIONS(1778), [anon_sym_STAR] = ACTIONS(1872), [sym_label] = ACTIONS(1714), [anon_sym_in] = ACTIONS(1874), @@ -71202,15 +71310,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1878), [anon_sym_AMP_AMP] = ACTIONS(1880), [anon_sym_PIPE_PIPE] = ACTIONS(1882), - [anon_sym_null] = ACTIONS(1752), - [anon_sym_if] = ACTIONS(1752), - [anon_sym_else] = ACTIONS(1752), - [anon_sym_when] = ACTIONS(1752), - [anon_sym_try] = ACTIONS(1752), - [anon_sym_throw] = ACTIONS(1752), - [anon_sym_return] = ACTIONS(1752), - [anon_sym_continue] = ACTIONS(1752), - [anon_sym_break] = ACTIONS(1752), + [anon_sym_null] = ACTIONS(1778), + [anon_sym_if] = ACTIONS(1778), + [anon_sym_else] = ACTIONS(1778), + [anon_sym_when] = ACTIONS(1778), + [anon_sym_try] = ACTIONS(1778), + [anon_sym_throw] = ACTIONS(1778), + [anon_sym_return] = ACTIONS(1778), + [anon_sym_continue] = ACTIONS(1778), + [anon_sym_break] = ACTIONS(1778), [anon_sym_COLON_COLON] = ACTIONS(1726), [anon_sym_BANG_EQ] = ACTIONS(1884), [anon_sym_BANG_EQ_EQ] = ACTIONS(1886), @@ -71228,7 +71336,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(1752), + [anon_sym_BANG] = ACTIONS(1778), [anon_sym_BANG_BANG] = ACTIONS(1744), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), @@ -71256,76 +71364,207 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(1748), [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1754), - [anon_sym_continue_AT] = ACTIONS(1754), - [anon_sym_break_AT] = ACTIONS(1754), - [sym_real_literal] = ACTIONS(1754), - [sym_integer_literal] = ACTIONS(1752), - [sym_hex_literal] = ACTIONS(1754), - [sym_bin_literal] = ACTIONS(1754), - [anon_sym_true] = ACTIONS(1752), - [anon_sym_false] = ACTIONS(1752), - [anon_sym_SQUOTE] = ACTIONS(1754), + [anon_sym_return_AT] = ACTIONS(1780), + [anon_sym_continue_AT] = ACTIONS(1780), + [anon_sym_break_AT] = ACTIONS(1780), + [sym_real_literal] = ACTIONS(1780), + [sym_integer_literal] = ACTIONS(1778), + [sym_hex_literal] = ACTIONS(1780), + [sym_bin_literal] = ACTIONS(1780), + [anon_sym_true] = ACTIONS(1778), + [anon_sym_false] = ACTIONS(1778), + [anon_sym_SQUOTE] = ACTIONS(1780), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(1754), + [sym__automatic_semicolon] = ACTIONS(1780), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1754), + [sym__string_start] = ACTIONS(1780), }, [298] = { - [sym_getter] = STATE(1170), - [sym_setter] = STATE(1170), - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(1995), - [sym__comparison_operator] = STATE(1991), - [sym__in_operator] = STATE(1990), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(1987), - [sym__multiplicative_operator] = STATE(1986), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_modifiers] = STATE(8806), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1985), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym__expression] = STATE(3624), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4931), + [sym_parenthesized_expression] = STATE(4931), + [sym_collection_literal] = STATE(4931), + [sym__literal_constant] = STATE(4931), + [sym_string_literal] = STATE(4931), + [sym_lambda_literal] = STATE(4931), + [sym_anonymous_function] = STATE(4931), + [sym__function_literal] = STATE(4931), + [sym_object_literal] = STATE(4931), + [sym_this_expression] = STATE(4931), + [sym_super_expression] = STATE(4931), + [sym_if_expression] = STATE(4931), + [sym_when_expression] = STATE(4931), + [sym_try_expression] = STATE(4931), + [sym_jump_expression] = STATE(4931), + [sym_callable_reference] = STATE(4931), + [sym__prefix_unary_operator] = STATE(1801), + [sym_annotation] = STATE(1801), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4928), + [sym__return_at] = STATE(298), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4931), + [sym_long_literal] = STATE(4931), + [sym_boolean_literal] = STATE(4931), + [sym_character_literal] = STATE(4931), + [sym__lexical_identifier] = STATE(4566), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_as] = ACTIONS(1401), + [anon_sym_EQ] = ACTIONS(1401), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_RBRACE] = ACTIONS(1399), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_COMMA] = ACTIONS(1399), + [anon_sym_LT] = ACTIONS(1401), + [anon_sym_GT] = ACTIONS(1401), + [anon_sym_where] = ACTIONS(1401), + [anon_sym_object] = ACTIONS(1902), + [anon_sym_fun] = ACTIONS(1904), + [anon_sym_DOT] = ACTIONS(1401), + [anon_sym_SEMI] = ACTIONS(1399), + [anon_sym_get] = ACTIONS(7), + [anon_sym_set] = ACTIONS(7), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(431), + [sym_label] = ACTIONS(449), + [anon_sym_in] = ACTIONS(1401), + [anon_sym_DOT_DOT] = ACTIONS(1399), + [anon_sym_QMARK_COLON] = ACTIONS(1399), + [anon_sym_AMP_AMP] = ACTIONS(1399), + [anon_sym_PIPE_PIPE] = ACTIONS(1399), + [anon_sym_null] = ACTIONS(1906), + [anon_sym_if] = ACTIONS(443), + [anon_sym_else] = ACTIONS(1401), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(445), + [anon_sym_return] = ACTIONS(447), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(1399), + [anon_sym_DASH_EQ] = ACTIONS(1399), + [anon_sym_STAR_EQ] = ACTIONS(1399), + [anon_sym_SLASH_EQ] = ACTIONS(1399), + [anon_sym_PERCENT_EQ] = ACTIONS(1399), + [anon_sym_BANG_EQ] = ACTIONS(1401), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1399), + [anon_sym_EQ_EQ] = ACTIONS(1401), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1399), + [anon_sym_LT_EQ] = ACTIONS(1399), + [anon_sym_GT_EQ] = ACTIONS(1399), + [anon_sym_BANGin] = ACTIONS(1399), + [anon_sym_is] = ACTIONS(1401), + [anon_sym_BANGis] = ACTIONS(1399), + [anon_sym_PLUS] = ACTIONS(449), + [anon_sym_DASH] = ACTIONS(449), + [anon_sym_SLASH] = ACTIONS(1401), + [anon_sym_PERCENT] = ACTIONS(1401), + [anon_sym_as_QMARK] = ACTIONS(1399), + [anon_sym_PLUS_PLUS] = ACTIONS(451), + [anon_sym_DASH_DASH] = ACTIONS(451), + [anon_sym_BANG] = ACTIONS(449), + [anon_sym_BANG_BANG] = ACTIONS(1399), + [anon_sym_data] = ACTIONS(7), + [anon_sym_inner] = ACTIONS(7), + [anon_sym_expect] = ACTIONS(7), + [anon_sym_actual] = ACTIONS(7), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [sym_real_literal] = ACTIONS(1908), + [sym_integer_literal] = ACTIONS(99), + [sym_hex_literal] = ACTIONS(101), + [sym_bin_literal] = ACTIONS(101), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SQUOTE] = ACTIONS(105), + [sym__backtick_identifier] = ACTIONS(107), + [sym__automatic_semicolon] = ACTIONS(1399), + [sym_safe_nav] = ACTIONS(1399), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(109), + }, + [299] = { + [sym_getter] = STATE(1182), + [sym_setter] = STATE(1182), + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(2315), + [sym__comparison_operator] = STATE(2313), + [sym__in_operator] = STATE(2311), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(2308), + [sym__multiplicative_operator] = STATE(2301), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_modifiers] = STATE(8715), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2300), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(1784), + [anon_sym_RBRACE] = ACTIONS(1696), [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_COMMA] = ACTIONS(1784), + [anon_sym_COMMA] = ACTIONS(1696), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(1864), - [anon_sym_where] = ACTIONS(1782), - [anon_sym_object] = ACTIONS(1782), - [anon_sym_fun] = ACTIONS(1782), + [anon_sym_where] = ACTIONS(1694), + [anon_sym_object] = ACTIONS(1694), + [anon_sym_fun] = ACTIONS(1694), [anon_sym_DOT] = ACTIONS(1704), - [anon_sym_SEMI] = ACTIONS(1902), + [anon_sym_SEMI] = ACTIONS(1910), [anon_sym_get] = ACTIONS(1868), [anon_sym_set] = ACTIONS(1870), - [anon_sym_this] = ACTIONS(1782), - [anon_sym_super] = ACTIONS(1782), + [anon_sym_this] = ACTIONS(1694), + [anon_sym_super] = ACTIONS(1694), [anon_sym_STAR] = ACTIONS(1872), [sym_label] = ACTIONS(1714), [anon_sym_in] = ACTIONS(1874), @@ -71333,15 +71572,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1878), [anon_sym_AMP_AMP] = ACTIONS(1880), [anon_sym_PIPE_PIPE] = ACTIONS(1882), - [anon_sym_null] = ACTIONS(1782), - [anon_sym_if] = ACTIONS(1782), - [anon_sym_else] = ACTIONS(1782), - [anon_sym_when] = ACTIONS(1782), - [anon_sym_try] = ACTIONS(1782), - [anon_sym_throw] = ACTIONS(1782), - [anon_sym_return] = ACTIONS(1782), - [anon_sym_continue] = ACTIONS(1782), - [anon_sym_break] = ACTIONS(1782), + [anon_sym_null] = ACTIONS(1694), + [anon_sym_if] = ACTIONS(1694), + [anon_sym_else] = ACTIONS(1694), + [anon_sym_when] = ACTIONS(1694), + [anon_sym_try] = ACTIONS(1694), + [anon_sym_throw] = ACTIONS(1694), + [anon_sym_return] = ACTIONS(1694), + [anon_sym_continue] = ACTIONS(1694), + [anon_sym_break] = ACTIONS(1694), [anon_sym_COLON_COLON] = ACTIONS(1726), [anon_sym_BANG_EQ] = ACTIONS(1884), [anon_sym_BANG_EQ_EQ] = ACTIONS(1886), @@ -71359,7 +71598,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(1782), + [anon_sym_BANG] = ACTIONS(1694), [anon_sym_BANG_BANG] = ACTIONS(1744), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), @@ -71387,57 +71626,57 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(1748), [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1784), - [anon_sym_continue_AT] = ACTIONS(1784), - [anon_sym_break_AT] = ACTIONS(1784), - [sym_real_literal] = ACTIONS(1784), - [sym_integer_literal] = ACTIONS(1782), - [sym_hex_literal] = ACTIONS(1784), - [sym_bin_literal] = ACTIONS(1784), - [anon_sym_true] = ACTIONS(1782), - [anon_sym_false] = ACTIONS(1782), - [anon_sym_SQUOTE] = ACTIONS(1784), + [anon_sym_return_AT] = ACTIONS(1696), + [anon_sym_continue_AT] = ACTIONS(1696), + [anon_sym_break_AT] = ACTIONS(1696), + [sym_real_literal] = ACTIONS(1696), + [sym_integer_literal] = ACTIONS(1694), + [sym_hex_literal] = ACTIONS(1696), + [sym_bin_literal] = ACTIONS(1696), + [anon_sym_true] = ACTIONS(1694), + [anon_sym_false] = ACTIONS(1694), + [anon_sym_SQUOTE] = ACTIONS(1696), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(1784), + [sym__automatic_semicolon] = ACTIONS(1696), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1784), + [sym__string_start] = ACTIONS(1696), }, - [299] = { - [sym_getter] = STATE(1164), - [sym_setter] = STATE(1164), - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(1995), - [sym__comparison_operator] = STATE(1991), - [sym__in_operator] = STATE(1990), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(1987), - [sym__multiplicative_operator] = STATE(1986), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_modifiers] = STATE(8806), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1985), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), - [aux_sym_modifiers_repeat1] = STATE(5441), + [300] = { + [sym_getter] = STATE(1155), + [sym_setter] = STATE(1155), + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(2315), + [sym__comparison_operator] = STATE(2313), + [sym__in_operator] = STATE(2311), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(2308), + [sym__multiplicative_operator] = STATE(2301), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_modifiers] = STATE(8715), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2300), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), @@ -71452,7 +71691,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_object] = ACTIONS(1752), [anon_sym_fun] = ACTIONS(1752), [anon_sym_DOT] = ACTIONS(1704), - [anon_sym_SEMI] = ACTIONS(1904), + [anon_sym_SEMI] = ACTIONS(1912), [anon_sym_get] = ACTIONS(1868), [anon_sym_set] = ACTIONS(1870), [anon_sym_this] = ACTIONS(1752), @@ -71534,60 +71773,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(1754), }, - [300] = { - [sym_getter] = STATE(1110), - [sym_setter] = STATE(1110), - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(1995), - [sym__comparison_operator] = STATE(1991), - [sym__in_operator] = STATE(1990), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(1987), - [sym__multiplicative_operator] = STATE(1986), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_modifiers] = STATE(8806), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1985), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), - [aux_sym_modifiers_repeat1] = STATE(5441), + [301] = { + [sym_getter] = STATE(1128), + [sym_setter] = STATE(1128), + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(2315), + [sym__comparison_operator] = STATE(2313), + [sym__in_operator] = STATE(2311), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(2308), + [sym__multiplicative_operator] = STATE(2301), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_modifiers] = STATE(8715), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2300), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(1778), + [anon_sym_RBRACE] = ACTIONS(1772), [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_COMMA] = ACTIONS(1778), + [anon_sym_COMMA] = ACTIONS(1772), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(1864), - [anon_sym_where] = ACTIONS(1776), - [anon_sym_object] = ACTIONS(1776), - [anon_sym_fun] = ACTIONS(1776), + [anon_sym_where] = ACTIONS(1770), + [anon_sym_object] = ACTIONS(1770), + [anon_sym_fun] = ACTIONS(1770), [anon_sym_DOT] = ACTIONS(1704), - [anon_sym_SEMI] = ACTIONS(1906), + [anon_sym_SEMI] = ACTIONS(1914), [anon_sym_get] = ACTIONS(1868), [anon_sym_set] = ACTIONS(1870), - [anon_sym_this] = ACTIONS(1776), - [anon_sym_super] = ACTIONS(1776), + [anon_sym_this] = ACTIONS(1770), + [anon_sym_super] = ACTIONS(1770), [anon_sym_STAR] = ACTIONS(1872), [sym_label] = ACTIONS(1714), [anon_sym_in] = ACTIONS(1874), @@ -71595,15 +71834,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1878), [anon_sym_AMP_AMP] = ACTIONS(1880), [anon_sym_PIPE_PIPE] = ACTIONS(1882), - [anon_sym_null] = ACTIONS(1776), - [anon_sym_if] = ACTIONS(1776), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_when] = ACTIONS(1776), - [anon_sym_try] = ACTIONS(1776), - [anon_sym_throw] = ACTIONS(1776), - [anon_sym_return] = ACTIONS(1776), - [anon_sym_continue] = ACTIONS(1776), - [anon_sym_break] = ACTIONS(1776), + [anon_sym_null] = ACTIONS(1770), + [anon_sym_if] = ACTIONS(1770), + [anon_sym_else] = ACTIONS(1770), + [anon_sym_when] = ACTIONS(1770), + [anon_sym_try] = ACTIONS(1770), + [anon_sym_throw] = ACTIONS(1770), + [anon_sym_return] = ACTIONS(1770), + [anon_sym_continue] = ACTIONS(1770), + [anon_sym_break] = ACTIONS(1770), [anon_sym_COLON_COLON] = ACTIONS(1726), [anon_sym_BANG_EQ] = ACTIONS(1884), [anon_sym_BANG_EQ_EQ] = ACTIONS(1886), @@ -71621,7 +71860,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(1776), + [anon_sym_BANG] = ACTIONS(1770), [anon_sym_BANG_BANG] = ACTIONS(1744), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), @@ -71649,76 +71888,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(1748), [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1778), - [anon_sym_continue_AT] = ACTIONS(1778), - [anon_sym_break_AT] = ACTIONS(1778), - [sym_real_literal] = ACTIONS(1778), - [sym_integer_literal] = ACTIONS(1776), - [sym_hex_literal] = ACTIONS(1778), - [sym_bin_literal] = ACTIONS(1778), - [anon_sym_true] = ACTIONS(1776), - [anon_sym_false] = ACTIONS(1776), - [anon_sym_SQUOTE] = ACTIONS(1778), + [anon_sym_return_AT] = ACTIONS(1772), + [anon_sym_continue_AT] = ACTIONS(1772), + [anon_sym_break_AT] = ACTIONS(1772), + [sym_real_literal] = ACTIONS(1772), + [sym_integer_literal] = ACTIONS(1770), + [sym_hex_literal] = ACTIONS(1772), + [sym_bin_literal] = ACTIONS(1772), + [anon_sym_true] = ACTIONS(1770), + [anon_sym_false] = ACTIONS(1770), + [anon_sym_SQUOTE] = ACTIONS(1772), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(1778), + [sym__automatic_semicolon] = ACTIONS(1772), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1778), + [sym__string_start] = ACTIONS(1772), }, - [301] = { - [sym_getter] = STATE(1052), - [sym_setter] = STATE(1052), - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(1995), - [sym__comparison_operator] = STATE(1991), - [sym__in_operator] = STATE(1990), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(1987), - [sym__multiplicative_operator] = STATE(1986), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_modifiers] = STATE(8806), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1985), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), - [aux_sym_modifiers_repeat1] = STATE(5441), + [302] = { + [sym_getter] = STATE(3288), + [sym_setter] = STATE(3288), + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(2315), + [sym__comparison_operator] = STATE(2313), + [sym__in_operator] = STATE(2311), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(2308), + [sym__multiplicative_operator] = STATE(2301), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_modifiers] = STATE(8787), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2300), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(1766), + [anon_sym_RBRACE] = ACTIONS(1786), [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_COMMA] = ACTIONS(1766), + [anon_sym_COMMA] = ACTIONS(1786), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(1864), - [anon_sym_where] = ACTIONS(1764), - [anon_sym_object] = ACTIONS(1764), - [anon_sym_fun] = ACTIONS(1764), + [anon_sym_where] = ACTIONS(1784), + [anon_sym_object] = ACTIONS(1784), + [anon_sym_fun] = ACTIONS(1784), [anon_sym_DOT] = ACTIONS(1704), - [anon_sym_SEMI] = ACTIONS(1908), - [anon_sym_get] = ACTIONS(1868), - [anon_sym_set] = ACTIONS(1870), - [anon_sym_this] = ACTIONS(1764), - [anon_sym_super] = ACTIONS(1764), + [anon_sym_SEMI] = ACTIONS(1916), + [anon_sym_get] = ACTIONS(1898), + [anon_sym_set] = ACTIONS(1900), + [anon_sym_this] = ACTIONS(1784), + [anon_sym_super] = ACTIONS(1784), [anon_sym_STAR] = ACTIONS(1872), [sym_label] = ACTIONS(1714), [anon_sym_in] = ACTIONS(1874), @@ -71726,15 +71965,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1878), [anon_sym_AMP_AMP] = ACTIONS(1880), [anon_sym_PIPE_PIPE] = ACTIONS(1882), - [anon_sym_null] = ACTIONS(1764), - [anon_sym_if] = ACTIONS(1764), - [anon_sym_else] = ACTIONS(1764), - [anon_sym_when] = ACTIONS(1764), - [anon_sym_try] = ACTIONS(1764), - [anon_sym_throw] = ACTIONS(1764), - [anon_sym_return] = ACTIONS(1764), - [anon_sym_continue] = ACTIONS(1764), - [anon_sym_break] = ACTIONS(1764), + [anon_sym_null] = ACTIONS(1784), + [anon_sym_if] = ACTIONS(1784), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_when] = ACTIONS(1784), + [anon_sym_try] = ACTIONS(1784), + [anon_sym_throw] = ACTIONS(1784), + [anon_sym_return] = ACTIONS(1784), + [anon_sym_continue] = ACTIONS(1784), + [anon_sym_break] = ACTIONS(1784), [anon_sym_COLON_COLON] = ACTIONS(1726), [anon_sym_BANG_EQ] = ACTIONS(1884), [anon_sym_BANG_EQ_EQ] = ACTIONS(1886), @@ -71752,7 +71991,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(1764), + [anon_sym_BANG] = ACTIONS(1784), [anon_sym_BANG_BANG] = ACTIONS(1744), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), @@ -71780,76 +72019,207 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(1748), [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1766), - [anon_sym_continue_AT] = ACTIONS(1766), - [anon_sym_break_AT] = ACTIONS(1766), - [sym_real_literal] = ACTIONS(1766), - [sym_integer_literal] = ACTIONS(1764), - [sym_hex_literal] = ACTIONS(1766), - [sym_bin_literal] = ACTIONS(1766), - [anon_sym_true] = ACTIONS(1764), - [anon_sym_false] = ACTIONS(1764), - [anon_sym_SQUOTE] = ACTIONS(1766), + [anon_sym_return_AT] = ACTIONS(1786), + [anon_sym_continue_AT] = ACTIONS(1786), + [anon_sym_break_AT] = ACTIONS(1786), + [sym_real_literal] = ACTIONS(1786), + [sym_integer_literal] = ACTIONS(1784), + [sym_hex_literal] = ACTIONS(1786), + [sym_bin_literal] = ACTIONS(1786), + [anon_sym_true] = ACTIONS(1784), + [anon_sym_false] = ACTIONS(1784), + [anon_sym_SQUOTE] = ACTIONS(1786), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(1766), + [sym__automatic_semicolon] = ACTIONS(1786), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1766), + [sym__string_start] = ACTIONS(1786), }, - [302] = { - [sym_getter] = STATE(1069), - [sym_setter] = STATE(1069), - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(1995), - [sym__comparison_operator] = STATE(1991), - [sym__in_operator] = STATE(1990), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(1987), - [sym__multiplicative_operator] = STATE(1986), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_modifiers] = STATE(8806), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1985), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), - [aux_sym_modifiers_repeat1] = STATE(5441), + [303] = { + [sym__expression] = STATE(1025), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(3399), + [sym_parenthesized_expression] = STATE(3399), + [sym_collection_literal] = STATE(3399), + [sym__literal_constant] = STATE(3399), + [sym_string_literal] = STATE(3399), + [sym_lambda_literal] = STATE(3399), + [sym_anonymous_function] = STATE(3399), + [sym__function_literal] = STATE(3399), + [sym_object_literal] = STATE(3399), + [sym_this_expression] = STATE(3399), + [sym_super_expression] = STATE(3399), + [sym_if_expression] = STATE(3399), + [sym_when_expression] = STATE(3399), + [sym_try_expression] = STATE(3399), + [sym_jump_expression] = STATE(3399), + [sym_callable_reference] = STATE(3399), + [sym__prefix_unary_operator] = STATE(1644), + [sym_annotation] = STATE(1644), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3347), + [sym__return_at] = STATE(303), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(3399), + [sym_long_literal] = STATE(3399), + [sym_boolean_literal] = STATE(3399), + [sym_character_literal] = STATE(3399), + [sym__lexical_identifier] = STATE(2837), + [sym__alpha_identifier] = ACTIONS(333), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(335), + [anon_sym_as] = ACTIONS(1401), + [anon_sym_EQ] = ACTIONS(1401), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_RBRACE] = ACTIONS(1399), + [anon_sym_LPAREN] = ACTIONS(345), + [anon_sym_COMMA] = ACTIONS(1399), + [anon_sym_LT] = ACTIONS(1401), + [anon_sym_GT] = ACTIONS(1401), + [anon_sym_where] = ACTIONS(1401), + [anon_sym_object] = ACTIONS(1920), + [anon_sym_fun] = ACTIONS(1922), + [anon_sym_DOT] = ACTIONS(1401), + [anon_sym_SEMI] = ACTIONS(1399), + [anon_sym_get] = ACTIONS(333), + [anon_sym_set] = ACTIONS(333), + [anon_sym_this] = ACTIONS(357), + [anon_sym_super] = ACTIONS(359), + [anon_sym_STAR] = ACTIONS(361), + [sym_label] = ACTIONS(387), + [anon_sym_in] = ACTIONS(1401), + [anon_sym_DOT_DOT] = ACTIONS(1399), + [anon_sym_QMARK_COLON] = ACTIONS(1399), + [anon_sym_AMP_AMP] = ACTIONS(1399), + [anon_sym_PIPE_PIPE] = ACTIONS(1399), + [anon_sym_null] = ACTIONS(1924), + [anon_sym_if] = ACTIONS(373), + [anon_sym_else] = ACTIONS(1401), + [anon_sym_when] = ACTIONS(375), + [anon_sym_try] = ACTIONS(377), + [anon_sym_throw] = ACTIONS(379), + [anon_sym_return] = ACTIONS(381), + [anon_sym_continue] = ACTIONS(383), + [anon_sym_break] = ACTIONS(383), + [anon_sym_COLON_COLON] = ACTIONS(385), + [anon_sym_PLUS_EQ] = ACTIONS(1399), + [anon_sym_DASH_EQ] = ACTIONS(1399), + [anon_sym_STAR_EQ] = ACTIONS(1399), + [anon_sym_SLASH_EQ] = ACTIONS(1399), + [anon_sym_PERCENT_EQ] = ACTIONS(1399), + [anon_sym_BANG_EQ] = ACTIONS(1401), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1399), + [anon_sym_EQ_EQ] = ACTIONS(1401), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1399), + [anon_sym_LT_EQ] = ACTIONS(1399), + [anon_sym_GT_EQ] = ACTIONS(1399), + [anon_sym_BANGin] = ACTIONS(1399), + [anon_sym_is] = ACTIONS(1401), + [anon_sym_BANGis] = ACTIONS(1399), + [anon_sym_PLUS] = ACTIONS(387), + [anon_sym_DASH] = ACTIONS(387), + [anon_sym_SLASH] = ACTIONS(1401), + [anon_sym_PERCENT] = ACTIONS(1401), + [anon_sym_as_QMARK] = ACTIONS(1399), + [anon_sym_PLUS_PLUS] = ACTIONS(389), + [anon_sym_DASH_DASH] = ACTIONS(389), + [anon_sym_BANG] = ACTIONS(387), + [anon_sym_BANG_BANG] = ACTIONS(1399), + [anon_sym_data] = ACTIONS(333), + [anon_sym_inner] = ACTIONS(333), + [anon_sym_expect] = ACTIONS(333), + [anon_sym_actual] = ACTIONS(333), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(395), + [anon_sym_break_AT] = ACTIONS(397), + [sym_real_literal] = ACTIONS(1926), + [sym_integer_literal] = ACTIONS(401), + [sym_hex_literal] = ACTIONS(403), + [sym_bin_literal] = ACTIONS(403), + [anon_sym_true] = ACTIONS(405), + [anon_sym_false] = ACTIONS(405), + [anon_sym_SQUOTE] = ACTIONS(407), + [sym__backtick_identifier] = ACTIONS(409), + [sym__automatic_semicolon] = ACTIONS(1399), + [sym_safe_nav] = ACTIONS(1399), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(411), + }, + [304] = { + [sym_getter] = STATE(1188), + [sym_setter] = STATE(1188), + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(2315), + [sym__comparison_operator] = STATE(2313), + [sym__in_operator] = STATE(2311), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(2308), + [sym__multiplicative_operator] = STATE(2301), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_modifiers] = STATE(8715), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2300), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(1696), + [anon_sym_RBRACE] = ACTIONS(1786), [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_COMMA] = ACTIONS(1696), + [anon_sym_COMMA] = ACTIONS(1786), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(1864), - [anon_sym_where] = ACTIONS(1694), - [anon_sym_object] = ACTIONS(1694), - [anon_sym_fun] = ACTIONS(1694), + [anon_sym_where] = ACTIONS(1784), + [anon_sym_object] = ACTIONS(1784), + [anon_sym_fun] = ACTIONS(1784), [anon_sym_DOT] = ACTIONS(1704), - [anon_sym_SEMI] = ACTIONS(1910), + [anon_sym_SEMI] = ACTIONS(1928), [anon_sym_get] = ACTIONS(1868), [anon_sym_set] = ACTIONS(1870), - [anon_sym_this] = ACTIONS(1694), - [anon_sym_super] = ACTIONS(1694), + [anon_sym_this] = ACTIONS(1784), + [anon_sym_super] = ACTIONS(1784), [anon_sym_STAR] = ACTIONS(1872), [sym_label] = ACTIONS(1714), [anon_sym_in] = ACTIONS(1874), @@ -71857,15 +72227,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1878), [anon_sym_AMP_AMP] = ACTIONS(1880), [anon_sym_PIPE_PIPE] = ACTIONS(1882), - [anon_sym_null] = ACTIONS(1694), - [anon_sym_if] = ACTIONS(1694), - [anon_sym_else] = ACTIONS(1694), - [anon_sym_when] = ACTIONS(1694), - [anon_sym_try] = ACTIONS(1694), - [anon_sym_throw] = ACTIONS(1694), - [anon_sym_return] = ACTIONS(1694), - [anon_sym_continue] = ACTIONS(1694), - [anon_sym_break] = ACTIONS(1694), + [anon_sym_null] = ACTIONS(1784), + [anon_sym_if] = ACTIONS(1784), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_when] = ACTIONS(1784), + [anon_sym_try] = ACTIONS(1784), + [anon_sym_throw] = ACTIONS(1784), + [anon_sym_return] = ACTIONS(1784), + [anon_sym_continue] = ACTIONS(1784), + [anon_sym_break] = ACTIONS(1784), [anon_sym_COLON_COLON] = ACTIONS(1726), [anon_sym_BANG_EQ] = ACTIONS(1884), [anon_sym_BANG_EQ_EQ] = ACTIONS(1886), @@ -71883,7 +72253,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(1694), + [anon_sym_BANG] = ACTIONS(1784), [anon_sym_BANG_BANG] = ACTIONS(1744), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), @@ -71911,338 +72281,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(1748), [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1696), - [anon_sym_continue_AT] = ACTIONS(1696), - [anon_sym_break_AT] = ACTIONS(1696), - [sym_real_literal] = ACTIONS(1696), - [sym_integer_literal] = ACTIONS(1694), - [sym_hex_literal] = ACTIONS(1696), - [sym_bin_literal] = ACTIONS(1696), - [anon_sym_true] = ACTIONS(1694), - [anon_sym_false] = ACTIONS(1694), - [anon_sym_SQUOTE] = ACTIONS(1696), + [anon_sym_return_AT] = ACTIONS(1786), + [anon_sym_continue_AT] = ACTIONS(1786), + [anon_sym_break_AT] = ACTIONS(1786), + [sym_real_literal] = ACTIONS(1786), + [sym_integer_literal] = ACTIONS(1784), + [sym_hex_literal] = ACTIONS(1786), + [sym_bin_literal] = ACTIONS(1786), + [anon_sym_true] = ACTIONS(1784), + [anon_sym_false] = ACTIONS(1784), + [anon_sym_SQUOTE] = ACTIONS(1786), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(1696), + [sym__automatic_semicolon] = ACTIONS(1786), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1696), - }, - [303] = { - [sym__expression] = STATE(3550), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4941), - [sym_parenthesized_expression] = STATE(4941), - [sym_collection_literal] = STATE(4941), - [sym__literal_constant] = STATE(4941), - [sym_string_literal] = STATE(4941), - [sym_lambda_literal] = STATE(4941), - [sym_anonymous_function] = STATE(4941), - [sym__function_literal] = STATE(4941), - [sym_object_literal] = STATE(4941), - [sym_this_expression] = STATE(4941), - [sym_super_expression] = STATE(4941), - [sym_if_expression] = STATE(4941), - [sym_when_expression] = STATE(4941), - [sym_try_expression] = STATE(4941), - [sym_jump_expression] = STATE(4941), - [sym_callable_reference] = STATE(4941), - [sym__prefix_unary_operator] = STATE(2214), - [sym_annotation] = STATE(2214), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5029), - [sym__return_at] = STATE(303), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4941), - [sym_long_literal] = STATE(4941), - [sym_boolean_literal] = STATE(4941), - [sym_character_literal] = STATE(4941), - [sym__lexical_identifier] = STATE(4529), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_as] = ACTIONS(1594), - [anon_sym_EQ] = ACTIONS(1594), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(1592), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_COMMA] = ACTIONS(1592), - [anon_sym_LT] = ACTIONS(1594), - [anon_sym_GT] = ACTIONS(1594), - [anon_sym_where] = ACTIONS(1594), - [anon_sym_object] = ACTIONS(1912), - [anon_sym_fun] = ACTIONS(1914), - [anon_sym_DOT] = ACTIONS(1594), - [anon_sym_SEMI] = ACTIONS(1592), - [anon_sym_get] = ACTIONS(7), - [anon_sym_set] = ACTIONS(7), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(513), - [sym_label] = ACTIONS(531), - [anon_sym_in] = ACTIONS(1594), - [anon_sym_DOT_DOT] = ACTIONS(1592), - [anon_sym_QMARK_COLON] = ACTIONS(1592), - [anon_sym_AMP_AMP] = ACTIONS(1592), - [anon_sym_PIPE_PIPE] = ACTIONS(1592), - [anon_sym_null] = ACTIONS(1916), - [anon_sym_if] = ACTIONS(525), - [anon_sym_else] = ACTIONS(1594), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(527), - [anon_sym_return] = ACTIONS(529), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS_EQ] = ACTIONS(1592), - [anon_sym_DASH_EQ] = ACTIONS(1592), - [anon_sym_STAR_EQ] = ACTIONS(1592), - [anon_sym_SLASH_EQ] = ACTIONS(1592), - [anon_sym_PERCENT_EQ] = ACTIONS(1592), - [anon_sym_BANG_EQ] = ACTIONS(1594), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1592), - [anon_sym_EQ_EQ] = ACTIONS(1594), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1592), - [anon_sym_LT_EQ] = ACTIONS(1592), - [anon_sym_GT_EQ] = ACTIONS(1592), - [anon_sym_BANGin] = ACTIONS(1592), - [anon_sym_is] = ACTIONS(1594), - [anon_sym_BANGis] = ACTIONS(1592), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_DASH] = ACTIONS(531), - [anon_sym_SLASH] = ACTIONS(1594), - [anon_sym_PERCENT] = ACTIONS(1594), - [anon_sym_as_QMARK] = ACTIONS(1592), - [anon_sym_PLUS_PLUS] = ACTIONS(533), - [anon_sym_DASH_DASH] = ACTIONS(533), - [anon_sym_BANG] = ACTIONS(531), - [anon_sym_BANG_BANG] = ACTIONS(1592), - [anon_sym_data] = ACTIONS(7), - [anon_sym_inner] = ACTIONS(7), - [anon_sym_expect] = ACTIONS(7), - [anon_sym_actual] = ACTIONS(7), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(1918), - [sym_integer_literal] = ACTIONS(99), - [sym_hex_literal] = ACTIONS(101), - [sym_bin_literal] = ACTIONS(101), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [anon_sym_SQUOTE] = ACTIONS(105), - [sym__backtick_identifier] = ACTIONS(107), - [sym__automatic_semicolon] = ACTIONS(1592), - [sym_safe_nav] = ACTIONS(1592), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(109), - }, - [304] = { - [sym__expression] = STATE(1021), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(3231), - [sym_parenthesized_expression] = STATE(3231), - [sym_collection_literal] = STATE(3231), - [sym__literal_constant] = STATE(3231), - [sym_string_literal] = STATE(3231), - [sym_lambda_literal] = STATE(3231), - [sym_anonymous_function] = STATE(3231), - [sym__function_literal] = STATE(3231), - [sym_object_literal] = STATE(3231), - [sym_this_expression] = STATE(3231), - [sym_super_expression] = STATE(3231), - [sym_if_expression] = STATE(3231), - [sym_when_expression] = STATE(3231), - [sym_try_expression] = STATE(3231), - [sym_jump_expression] = STATE(3231), - [sym_callable_reference] = STATE(3231), - [sym__prefix_unary_operator] = STATE(1914), - [sym_annotation] = STATE(1914), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3311), - [sym__return_at] = STATE(304), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(3231), - [sym_long_literal] = STATE(3231), - [sym_boolean_literal] = STATE(3231), - [sym_character_literal] = STATE(3231), - [sym__lexical_identifier] = STATE(2890), - [sym__alpha_identifier] = ACTIONS(333), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(335), - [anon_sym_as] = ACTIONS(1594), - [anon_sym_EQ] = ACTIONS(1594), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_RBRACE] = ACTIONS(1592), - [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_COMMA] = ACTIONS(1592), - [anon_sym_LT] = ACTIONS(1594), - [anon_sym_GT] = ACTIONS(1594), - [anon_sym_where] = ACTIONS(1594), - [anon_sym_object] = ACTIONS(1922), - [anon_sym_fun] = ACTIONS(1924), - [anon_sym_DOT] = ACTIONS(1594), - [anon_sym_SEMI] = ACTIONS(1592), - [anon_sym_get] = ACTIONS(333), - [anon_sym_set] = ACTIONS(333), - [anon_sym_this] = ACTIONS(357), - [anon_sym_super] = ACTIONS(359), - [anon_sym_STAR] = ACTIONS(361), - [sym_label] = ACTIONS(387), - [anon_sym_in] = ACTIONS(1594), - [anon_sym_DOT_DOT] = ACTIONS(1592), - [anon_sym_QMARK_COLON] = ACTIONS(1592), - [anon_sym_AMP_AMP] = ACTIONS(1592), - [anon_sym_PIPE_PIPE] = ACTIONS(1592), - [anon_sym_null] = ACTIONS(1926), - [anon_sym_if] = ACTIONS(373), - [anon_sym_else] = ACTIONS(1594), - [anon_sym_when] = ACTIONS(375), - [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(379), - [anon_sym_return] = ACTIONS(381), - [anon_sym_continue] = ACTIONS(383), - [anon_sym_break] = ACTIONS(383), - [anon_sym_COLON_COLON] = ACTIONS(385), - [anon_sym_PLUS_EQ] = ACTIONS(1592), - [anon_sym_DASH_EQ] = ACTIONS(1592), - [anon_sym_STAR_EQ] = ACTIONS(1592), - [anon_sym_SLASH_EQ] = ACTIONS(1592), - [anon_sym_PERCENT_EQ] = ACTIONS(1592), - [anon_sym_BANG_EQ] = ACTIONS(1594), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1592), - [anon_sym_EQ_EQ] = ACTIONS(1594), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1592), - [anon_sym_LT_EQ] = ACTIONS(1592), - [anon_sym_GT_EQ] = ACTIONS(1592), - [anon_sym_BANGin] = ACTIONS(1592), - [anon_sym_is] = ACTIONS(1594), - [anon_sym_BANGis] = ACTIONS(1592), - [anon_sym_PLUS] = ACTIONS(387), - [anon_sym_DASH] = ACTIONS(387), - [anon_sym_SLASH] = ACTIONS(1594), - [anon_sym_PERCENT] = ACTIONS(1594), - [anon_sym_as_QMARK] = ACTIONS(1592), - [anon_sym_PLUS_PLUS] = ACTIONS(389), - [anon_sym_DASH_DASH] = ACTIONS(389), - [anon_sym_BANG] = ACTIONS(387), - [anon_sym_BANG_BANG] = ACTIONS(1592), - [anon_sym_data] = ACTIONS(333), - [anon_sym_inner] = ACTIONS(333), - [anon_sym_expect] = ACTIONS(333), - [anon_sym_actual] = ACTIONS(333), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(395), - [anon_sym_break_AT] = ACTIONS(397), - [sym_real_literal] = ACTIONS(1928), - [sym_integer_literal] = ACTIONS(401), - [sym_hex_literal] = ACTIONS(403), - [sym_bin_literal] = ACTIONS(403), - [anon_sym_true] = ACTIONS(405), - [anon_sym_false] = ACTIONS(405), - [anon_sym_SQUOTE] = ACTIONS(407), - [sym__backtick_identifier] = ACTIONS(409), - [sym__automatic_semicolon] = ACTIONS(1592), - [sym_safe_nav] = ACTIONS(1592), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(411), + [sym__string_start] = ACTIONS(1786), }, [305] = { - [sym_getter] = STATE(3146), - [sym_setter] = STATE(3146), - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(1995), - [sym__comparison_operator] = STATE(1991), - [sym__in_operator] = STATE(1990), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(1987), - [sym__multiplicative_operator] = STATE(1986), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_modifiers] = STATE(8834), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1985), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym_getter] = STATE(1120), + [sym_setter] = STATE(1120), + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(2315), + [sym__comparison_operator] = STATE(2313), + [sym__in_operator] = STATE(2311), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(2308), + [sym__multiplicative_operator] = STATE(2301), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_modifiers] = STATE(8715), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2300), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(1784), + [anon_sym_RBRACE] = ACTIONS(1780), [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_COMMA] = ACTIONS(1784), + [anon_sym_COMMA] = ACTIONS(1780), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(1864), - [anon_sym_where] = ACTIONS(1782), - [anon_sym_object] = ACTIONS(1782), - [anon_sym_fun] = ACTIONS(1782), + [anon_sym_where] = ACTIONS(1778), + [anon_sym_object] = ACTIONS(1778), + [anon_sym_fun] = ACTIONS(1778), [anon_sym_DOT] = ACTIONS(1704), [anon_sym_SEMI] = ACTIONS(1930), - [anon_sym_get] = ACTIONS(1898), - [anon_sym_set] = ACTIONS(1900), - [anon_sym_this] = ACTIONS(1782), - [anon_sym_super] = ACTIONS(1782), + [anon_sym_get] = ACTIONS(1868), + [anon_sym_set] = ACTIONS(1870), + [anon_sym_this] = ACTIONS(1778), + [anon_sym_super] = ACTIONS(1778), [anon_sym_STAR] = ACTIONS(1872), [sym_label] = ACTIONS(1714), [anon_sym_in] = ACTIONS(1874), @@ -72250,15 +72358,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1878), [anon_sym_AMP_AMP] = ACTIONS(1880), [anon_sym_PIPE_PIPE] = ACTIONS(1882), - [anon_sym_null] = ACTIONS(1782), - [anon_sym_if] = ACTIONS(1782), - [anon_sym_else] = ACTIONS(1782), - [anon_sym_when] = ACTIONS(1782), - [anon_sym_try] = ACTIONS(1782), - [anon_sym_throw] = ACTIONS(1782), - [anon_sym_return] = ACTIONS(1782), - [anon_sym_continue] = ACTIONS(1782), - [anon_sym_break] = ACTIONS(1782), + [anon_sym_null] = ACTIONS(1778), + [anon_sym_if] = ACTIONS(1778), + [anon_sym_else] = ACTIONS(1778), + [anon_sym_when] = ACTIONS(1778), + [anon_sym_try] = ACTIONS(1778), + [anon_sym_throw] = ACTIONS(1778), + [anon_sym_return] = ACTIONS(1778), + [anon_sym_continue] = ACTIONS(1778), + [anon_sym_break] = ACTIONS(1778), [anon_sym_COLON_COLON] = ACTIONS(1726), [anon_sym_BANG_EQ] = ACTIONS(1884), [anon_sym_BANG_EQ_EQ] = ACTIONS(1886), @@ -72276,7 +72384,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(1782), + [anon_sym_BANG] = ACTIONS(1778), [anon_sym_BANG_BANG] = ACTIONS(1744), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), @@ -72304,76 +72412,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(1748), [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1784), - [anon_sym_continue_AT] = ACTIONS(1784), - [anon_sym_break_AT] = ACTIONS(1784), - [sym_real_literal] = ACTIONS(1784), - [sym_integer_literal] = ACTIONS(1782), - [sym_hex_literal] = ACTIONS(1784), - [sym_bin_literal] = ACTIONS(1784), - [anon_sym_true] = ACTIONS(1782), - [anon_sym_false] = ACTIONS(1782), - [anon_sym_SQUOTE] = ACTIONS(1784), + [anon_sym_return_AT] = ACTIONS(1780), + [anon_sym_continue_AT] = ACTIONS(1780), + [anon_sym_break_AT] = ACTIONS(1780), + [sym_real_literal] = ACTIONS(1780), + [sym_integer_literal] = ACTIONS(1778), + [sym_hex_literal] = ACTIONS(1780), + [sym_bin_literal] = ACTIONS(1780), + [anon_sym_true] = ACTIONS(1778), + [anon_sym_false] = ACTIONS(1778), + [anon_sym_SQUOTE] = ACTIONS(1780), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(1784), + [sym__automatic_semicolon] = ACTIONS(1780), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1784), + [sym__string_start] = ACTIONS(1780), }, [306] = { - [sym_getter] = STATE(3228), - [sym_setter] = STATE(3228), - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(1995), - [sym__comparison_operator] = STATE(1991), - [sym__in_operator] = STATE(1990), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(1987), - [sym__multiplicative_operator] = STATE(1986), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_modifiers] = STATE(8834), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1985), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym_getter] = STATE(3184), + [sym_setter] = STATE(3184), + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(2315), + [sym__comparison_operator] = STATE(2313), + [sym__in_operator] = STATE(2311), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(2308), + [sym__multiplicative_operator] = STATE(2301), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_modifiers] = STATE(8787), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2300), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(1766), + [anon_sym_RBRACE] = ACTIONS(1696), [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_COMMA] = ACTIONS(1766), + [anon_sym_COMMA] = ACTIONS(1696), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(1864), - [anon_sym_where] = ACTIONS(1764), - [anon_sym_object] = ACTIONS(1764), - [anon_sym_fun] = ACTIONS(1764), + [anon_sym_where] = ACTIONS(1694), + [anon_sym_object] = ACTIONS(1694), + [anon_sym_fun] = ACTIONS(1694), [anon_sym_DOT] = ACTIONS(1704), [anon_sym_SEMI] = ACTIONS(1932), [anon_sym_get] = ACTIONS(1898), [anon_sym_set] = ACTIONS(1900), - [anon_sym_this] = ACTIONS(1764), - [anon_sym_super] = ACTIONS(1764), + [anon_sym_this] = ACTIONS(1694), + [anon_sym_super] = ACTIONS(1694), [anon_sym_STAR] = ACTIONS(1872), [sym_label] = ACTIONS(1714), [anon_sym_in] = ACTIONS(1874), @@ -72381,15 +72489,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1878), [anon_sym_AMP_AMP] = ACTIONS(1880), [anon_sym_PIPE_PIPE] = ACTIONS(1882), - [anon_sym_null] = ACTIONS(1764), - [anon_sym_if] = ACTIONS(1764), - [anon_sym_else] = ACTIONS(1764), - [anon_sym_when] = ACTIONS(1764), - [anon_sym_try] = ACTIONS(1764), - [anon_sym_throw] = ACTIONS(1764), - [anon_sym_return] = ACTIONS(1764), - [anon_sym_continue] = ACTIONS(1764), - [anon_sym_break] = ACTIONS(1764), + [anon_sym_null] = ACTIONS(1694), + [anon_sym_if] = ACTIONS(1694), + [anon_sym_else] = ACTIONS(1694), + [anon_sym_when] = ACTIONS(1694), + [anon_sym_try] = ACTIONS(1694), + [anon_sym_throw] = ACTIONS(1694), + [anon_sym_return] = ACTIONS(1694), + [anon_sym_continue] = ACTIONS(1694), + [anon_sym_break] = ACTIONS(1694), [anon_sym_COLON_COLON] = ACTIONS(1726), [anon_sym_BANG_EQ] = ACTIONS(1884), [anon_sym_BANG_EQ_EQ] = ACTIONS(1886), @@ -72407,7 +72515,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(1764), + [anon_sym_BANG] = ACTIONS(1694), [anon_sym_BANG_BANG] = ACTIONS(1744), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), @@ -72435,76 +72543,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(1748), [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1766), - [anon_sym_continue_AT] = ACTIONS(1766), - [anon_sym_break_AT] = ACTIONS(1766), - [sym_real_literal] = ACTIONS(1766), - [sym_integer_literal] = ACTIONS(1764), - [sym_hex_literal] = ACTIONS(1766), - [sym_bin_literal] = ACTIONS(1766), - [anon_sym_true] = ACTIONS(1764), - [anon_sym_false] = ACTIONS(1764), - [anon_sym_SQUOTE] = ACTIONS(1766), + [anon_sym_return_AT] = ACTIONS(1696), + [anon_sym_continue_AT] = ACTIONS(1696), + [anon_sym_break_AT] = ACTIONS(1696), + [sym_real_literal] = ACTIONS(1696), + [sym_integer_literal] = ACTIONS(1694), + [sym_hex_literal] = ACTIONS(1696), + [sym_bin_literal] = ACTIONS(1696), + [anon_sym_true] = ACTIONS(1694), + [anon_sym_false] = ACTIONS(1694), + [anon_sym_SQUOTE] = ACTIONS(1696), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(1766), + [sym__automatic_semicolon] = ACTIONS(1696), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1766), + [sym__string_start] = ACTIONS(1696), }, [307] = { - [sym_getter] = STATE(3166), - [sym_setter] = STATE(3166), - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(1995), - [sym__comparison_operator] = STATE(1991), - [sym__in_operator] = STATE(1990), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(1987), - [sym__multiplicative_operator] = STATE(1986), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_modifiers] = STATE(8834), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1985), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym_getter] = STATE(3129), + [sym_setter] = STATE(3129), + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(2315), + [sym__comparison_operator] = STATE(2313), + [sym__in_operator] = STATE(2311), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(2308), + [sym__multiplicative_operator] = STATE(2301), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_modifiers] = STATE(8787), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2300), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(1778), + [anon_sym_RBRACE] = ACTIONS(1754), [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_COMMA] = ACTIONS(1778), + [anon_sym_COMMA] = ACTIONS(1754), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(1864), - [anon_sym_where] = ACTIONS(1776), - [anon_sym_object] = ACTIONS(1776), - [anon_sym_fun] = ACTIONS(1776), + [anon_sym_where] = ACTIONS(1752), + [anon_sym_object] = ACTIONS(1752), + [anon_sym_fun] = ACTIONS(1752), [anon_sym_DOT] = ACTIONS(1704), [anon_sym_SEMI] = ACTIONS(1934), [anon_sym_get] = ACTIONS(1898), [anon_sym_set] = ACTIONS(1900), - [anon_sym_this] = ACTIONS(1776), - [anon_sym_super] = ACTIONS(1776), + [anon_sym_this] = ACTIONS(1752), + [anon_sym_super] = ACTIONS(1752), [anon_sym_STAR] = ACTIONS(1872), [sym_label] = ACTIONS(1714), [anon_sym_in] = ACTIONS(1874), @@ -72512,15 +72620,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1878), [anon_sym_AMP_AMP] = ACTIONS(1880), [anon_sym_PIPE_PIPE] = ACTIONS(1882), - [anon_sym_null] = ACTIONS(1776), - [anon_sym_if] = ACTIONS(1776), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_when] = ACTIONS(1776), - [anon_sym_try] = ACTIONS(1776), - [anon_sym_throw] = ACTIONS(1776), - [anon_sym_return] = ACTIONS(1776), - [anon_sym_continue] = ACTIONS(1776), - [anon_sym_break] = ACTIONS(1776), + [anon_sym_null] = ACTIONS(1752), + [anon_sym_if] = ACTIONS(1752), + [anon_sym_else] = ACTIONS(1752), + [anon_sym_when] = ACTIONS(1752), + [anon_sym_try] = ACTIONS(1752), + [anon_sym_throw] = ACTIONS(1752), + [anon_sym_return] = ACTIONS(1752), + [anon_sym_continue] = ACTIONS(1752), + [anon_sym_break] = ACTIONS(1752), [anon_sym_COLON_COLON] = ACTIONS(1726), [anon_sym_BANG_EQ] = ACTIONS(1884), [anon_sym_BANG_EQ_EQ] = ACTIONS(1886), @@ -72538,7 +72646,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(1776), + [anon_sym_BANG] = ACTIONS(1752), [anon_sym_BANG_BANG] = ACTIONS(1744), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), @@ -72566,76 +72674,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(1748), [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1778), - [anon_sym_continue_AT] = ACTIONS(1778), - [anon_sym_break_AT] = ACTIONS(1778), - [sym_real_literal] = ACTIONS(1778), - [sym_integer_literal] = ACTIONS(1776), - [sym_hex_literal] = ACTIONS(1778), - [sym_bin_literal] = ACTIONS(1778), - [anon_sym_true] = ACTIONS(1776), - [anon_sym_false] = ACTIONS(1776), - [anon_sym_SQUOTE] = ACTIONS(1778), + [anon_sym_return_AT] = ACTIONS(1754), + [anon_sym_continue_AT] = ACTIONS(1754), + [anon_sym_break_AT] = ACTIONS(1754), + [sym_real_literal] = ACTIONS(1754), + [sym_integer_literal] = ACTIONS(1752), + [sym_hex_literal] = ACTIONS(1754), + [sym_bin_literal] = ACTIONS(1754), + [anon_sym_true] = ACTIONS(1752), + [anon_sym_false] = ACTIONS(1752), + [anon_sym_SQUOTE] = ACTIONS(1754), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(1778), + [sym__automatic_semicolon] = ACTIONS(1754), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1778), + [sym__string_start] = ACTIONS(1754), }, [308] = { - [sym_getter] = STATE(3127), - [sym_setter] = STATE(3127), - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(1995), - [sym__comparison_operator] = STATE(1991), - [sym__in_operator] = STATE(1990), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(1987), - [sym__multiplicative_operator] = STATE(1986), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_modifiers] = STATE(8834), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1985), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym_getter] = STATE(3151), + [sym_setter] = STATE(3151), + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(2315), + [sym__comparison_operator] = STATE(2313), + [sym__in_operator] = STATE(2311), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(2308), + [sym__multiplicative_operator] = STATE(2301), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_modifiers] = STATE(8787), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2300), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(1772), + [anon_sym_RBRACE] = ACTIONS(1766), [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_COMMA] = ACTIONS(1772), + [anon_sym_COMMA] = ACTIONS(1766), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(1864), - [anon_sym_where] = ACTIONS(1770), - [anon_sym_object] = ACTIONS(1770), - [anon_sym_fun] = ACTIONS(1770), + [anon_sym_where] = ACTIONS(1764), + [anon_sym_object] = ACTIONS(1764), + [anon_sym_fun] = ACTIONS(1764), [anon_sym_DOT] = ACTIONS(1704), [anon_sym_SEMI] = ACTIONS(1936), [anon_sym_get] = ACTIONS(1898), [anon_sym_set] = ACTIONS(1900), - [anon_sym_this] = ACTIONS(1770), - [anon_sym_super] = ACTIONS(1770), + [anon_sym_this] = ACTIONS(1764), + [anon_sym_super] = ACTIONS(1764), [anon_sym_STAR] = ACTIONS(1872), [sym_label] = ACTIONS(1714), [anon_sym_in] = ACTIONS(1874), @@ -72643,15 +72751,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1878), [anon_sym_AMP_AMP] = ACTIONS(1880), [anon_sym_PIPE_PIPE] = ACTIONS(1882), - [anon_sym_null] = ACTIONS(1770), - [anon_sym_if] = ACTIONS(1770), - [anon_sym_else] = ACTIONS(1770), - [anon_sym_when] = ACTIONS(1770), - [anon_sym_try] = ACTIONS(1770), - [anon_sym_throw] = ACTIONS(1770), - [anon_sym_return] = ACTIONS(1770), - [anon_sym_continue] = ACTIONS(1770), - [anon_sym_break] = ACTIONS(1770), + [anon_sym_null] = ACTIONS(1764), + [anon_sym_if] = ACTIONS(1764), + [anon_sym_else] = ACTIONS(1764), + [anon_sym_when] = ACTIONS(1764), + [anon_sym_try] = ACTIONS(1764), + [anon_sym_throw] = ACTIONS(1764), + [anon_sym_return] = ACTIONS(1764), + [anon_sym_continue] = ACTIONS(1764), + [anon_sym_break] = ACTIONS(1764), [anon_sym_COLON_COLON] = ACTIONS(1726), [anon_sym_BANG_EQ] = ACTIONS(1884), [anon_sym_BANG_EQ_EQ] = ACTIONS(1886), @@ -72669,7 +72777,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(1770), + [anon_sym_BANG] = ACTIONS(1764), [anon_sym_BANG_BANG] = ACTIONS(1744), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), @@ -72697,76 +72805,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(1748), [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1772), - [anon_sym_continue_AT] = ACTIONS(1772), - [anon_sym_break_AT] = ACTIONS(1772), - [sym_real_literal] = ACTIONS(1772), - [sym_integer_literal] = ACTIONS(1770), - [sym_hex_literal] = ACTIONS(1772), - [sym_bin_literal] = ACTIONS(1772), - [anon_sym_true] = ACTIONS(1770), - [anon_sym_false] = ACTIONS(1770), - [anon_sym_SQUOTE] = ACTIONS(1772), + [anon_sym_return_AT] = ACTIONS(1766), + [anon_sym_continue_AT] = ACTIONS(1766), + [anon_sym_break_AT] = ACTIONS(1766), + [sym_real_literal] = ACTIONS(1766), + [sym_integer_literal] = ACTIONS(1764), + [sym_hex_literal] = ACTIONS(1766), + [sym_bin_literal] = ACTIONS(1766), + [anon_sym_true] = ACTIONS(1764), + [anon_sym_false] = ACTIONS(1764), + [anon_sym_SQUOTE] = ACTIONS(1766), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(1772), + [sym__automatic_semicolon] = ACTIONS(1766), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1772), + [sym__string_start] = ACTIONS(1766), }, [309] = { - [sym_getter] = STATE(3334), - [sym_setter] = STATE(3334), - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(1995), - [sym__comparison_operator] = STATE(1991), - [sym__in_operator] = STATE(1990), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(1987), - [sym__multiplicative_operator] = STATE(1986), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_modifiers] = STATE(8834), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1985), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym_getter] = STATE(3163), + [sym_setter] = STATE(3163), + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(2315), + [sym__comparison_operator] = STATE(2313), + [sym__in_operator] = STATE(2311), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(2308), + [sym__multiplicative_operator] = STATE(2301), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_modifiers] = STATE(8787), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2300), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(1696), + [anon_sym_RBRACE] = ACTIONS(1772), [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_COMMA] = ACTIONS(1696), + [anon_sym_COMMA] = ACTIONS(1772), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(1864), - [anon_sym_where] = ACTIONS(1694), - [anon_sym_object] = ACTIONS(1694), - [anon_sym_fun] = ACTIONS(1694), + [anon_sym_where] = ACTIONS(1770), + [anon_sym_object] = ACTIONS(1770), + [anon_sym_fun] = ACTIONS(1770), [anon_sym_DOT] = ACTIONS(1704), [anon_sym_SEMI] = ACTIONS(1938), [anon_sym_get] = ACTIONS(1898), [anon_sym_set] = ACTIONS(1900), - [anon_sym_this] = ACTIONS(1694), - [anon_sym_super] = ACTIONS(1694), + [anon_sym_this] = ACTIONS(1770), + [anon_sym_super] = ACTIONS(1770), [anon_sym_STAR] = ACTIONS(1872), [sym_label] = ACTIONS(1714), [anon_sym_in] = ACTIONS(1874), @@ -72774,15 +72882,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1878), [anon_sym_AMP_AMP] = ACTIONS(1880), [anon_sym_PIPE_PIPE] = ACTIONS(1882), - [anon_sym_null] = ACTIONS(1694), - [anon_sym_if] = ACTIONS(1694), - [anon_sym_else] = ACTIONS(1694), - [anon_sym_when] = ACTIONS(1694), - [anon_sym_try] = ACTIONS(1694), - [anon_sym_throw] = ACTIONS(1694), - [anon_sym_return] = ACTIONS(1694), - [anon_sym_continue] = ACTIONS(1694), - [anon_sym_break] = ACTIONS(1694), + [anon_sym_null] = ACTIONS(1770), + [anon_sym_if] = ACTIONS(1770), + [anon_sym_else] = ACTIONS(1770), + [anon_sym_when] = ACTIONS(1770), + [anon_sym_try] = ACTIONS(1770), + [anon_sym_throw] = ACTIONS(1770), + [anon_sym_return] = ACTIONS(1770), + [anon_sym_continue] = ACTIONS(1770), + [anon_sym_break] = ACTIONS(1770), [anon_sym_COLON_COLON] = ACTIONS(1726), [anon_sym_BANG_EQ] = ACTIONS(1884), [anon_sym_BANG_EQ_EQ] = ACTIONS(1886), @@ -72800,7 +72908,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(1694), + [anon_sym_BANG] = ACTIONS(1770), [anon_sym_BANG_BANG] = ACTIONS(1744), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), @@ -72828,102 +72936,102 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(1748), [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1696), - [anon_sym_continue_AT] = ACTIONS(1696), - [anon_sym_break_AT] = ACTIONS(1696), - [sym_real_literal] = ACTIONS(1696), - [sym_integer_literal] = ACTIONS(1694), - [sym_hex_literal] = ACTIONS(1696), - [sym_bin_literal] = ACTIONS(1696), - [anon_sym_true] = ACTIONS(1694), - [anon_sym_false] = ACTIONS(1694), - [anon_sym_SQUOTE] = ACTIONS(1696), + [anon_sym_return_AT] = ACTIONS(1772), + [anon_sym_continue_AT] = ACTIONS(1772), + [anon_sym_break_AT] = ACTIONS(1772), + [sym_real_literal] = ACTIONS(1772), + [sym_integer_literal] = ACTIONS(1770), + [sym_hex_literal] = ACTIONS(1772), + [sym_bin_literal] = ACTIONS(1772), + [anon_sym_true] = ACTIONS(1770), + [anon_sym_false] = ACTIONS(1770), + [anon_sym_SQUOTE] = ACTIONS(1772), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(1696), + [sym__automatic_semicolon] = ACTIONS(1772), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1696), + [sym__string_start] = ACTIONS(1772), }, [310] = { - [sym__expression] = STATE(3736), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2343), - [sym_annotation] = STATE(2343), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [sym__expression] = STATE(3723), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1630), + [sym_annotation] = STATE(1630), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(310), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_as] = ACTIONS(1594), - [anon_sym_EQ] = ACTIONS(1594), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_as] = ACTIONS(1401), + [anon_sym_EQ] = ACTIONS(1401), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(1592), + [anon_sym_RBRACE] = ACTIONS(1399), [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_RPAREN] = ACTIONS(1592), - [anon_sym_LT] = ACTIONS(1594), - [anon_sym_GT] = ACTIONS(1594), + [anon_sym_RPAREN] = ACTIONS(1399), + [anon_sym_LT] = ACTIONS(1401), + [anon_sym_GT] = ACTIONS(1401), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(1940), - [anon_sym_DOT] = ACTIONS(1594), - [anon_sym_SEMI] = ACTIONS(1592), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_DOT] = ACTIONS(1401), + [anon_sym_SEMI] = ACTIONS(1399), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(721), - [sym_label] = ACTIONS(729), - [anon_sym_in] = ACTIONS(1594), - [anon_sym_while] = ACTIONS(1594), - [anon_sym_DOT_DOT] = ACTIONS(1592), - [anon_sym_QMARK_COLON] = ACTIONS(1592), - [anon_sym_AMP_AMP] = ACTIONS(1592), - [anon_sym_PIPE_PIPE] = ACTIONS(1592), + [anon_sym_STAR] = ACTIONS(727), + [sym_label] = ACTIONS(735), + [anon_sym_in] = ACTIONS(1401), + [anon_sym_while] = ACTIONS(1401), + [anon_sym_DOT_DOT] = ACTIONS(1399), + [anon_sym_QMARK_COLON] = ACTIONS(1399), + [anon_sym_AMP_AMP] = ACTIONS(1399), + [anon_sym_PIPE_PIPE] = ACTIONS(1399), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(321), - [anon_sym_else] = ACTIONS(1594), + [anon_sym_else] = ACTIONS(1401), [anon_sym_when] = ACTIONS(245), [anon_sym_try] = ACTIONS(247), [anon_sym_throw] = ACTIONS(323), @@ -72931,33 +73039,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS_EQ] = ACTIONS(1592), - [anon_sym_DASH_EQ] = ACTIONS(1592), - [anon_sym_STAR_EQ] = ACTIONS(1592), - [anon_sym_SLASH_EQ] = ACTIONS(1592), - [anon_sym_PERCENT_EQ] = ACTIONS(1592), - [anon_sym_BANG_EQ] = ACTIONS(1594), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1592), - [anon_sym_EQ_EQ] = ACTIONS(1594), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1592), - [anon_sym_LT_EQ] = ACTIONS(1592), - [anon_sym_GT_EQ] = ACTIONS(1592), - [anon_sym_BANGin] = ACTIONS(1592), - [anon_sym_is] = ACTIONS(1594), - [anon_sym_BANGis] = ACTIONS(1592), - [anon_sym_PLUS] = ACTIONS(729), - [anon_sym_DASH] = ACTIONS(729), - [anon_sym_SLASH] = ACTIONS(1594), - [anon_sym_PERCENT] = ACTIONS(1594), - [anon_sym_as_QMARK] = ACTIONS(1592), - [anon_sym_PLUS_PLUS] = ACTIONS(731), - [anon_sym_DASH_DASH] = ACTIONS(731), - [anon_sym_BANG] = ACTIONS(729), - [anon_sym_BANG_BANG] = ACTIONS(1592), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS_EQ] = ACTIONS(1399), + [anon_sym_DASH_EQ] = ACTIONS(1399), + [anon_sym_STAR_EQ] = ACTIONS(1399), + [anon_sym_SLASH_EQ] = ACTIONS(1399), + [anon_sym_PERCENT_EQ] = ACTIONS(1399), + [anon_sym_BANG_EQ] = ACTIONS(1401), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1399), + [anon_sym_EQ_EQ] = ACTIONS(1401), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1399), + [anon_sym_LT_EQ] = ACTIONS(1399), + [anon_sym_GT_EQ] = ACTIONS(1399), + [anon_sym_BANGin] = ACTIONS(1399), + [anon_sym_is] = ACTIONS(1401), + [anon_sym_BANGis] = ACTIONS(1399), + [anon_sym_PLUS] = ACTIONS(735), + [anon_sym_DASH] = ACTIONS(735), + [anon_sym_SLASH] = ACTIONS(1401), + [anon_sym_PERCENT] = ACTIONS(1401), + [anon_sym_as_QMARK] = ACTIONS(1399), + [anon_sym_PLUS_PLUS] = ACTIONS(737), + [anon_sym_DASH_DASH] = ACTIONS(737), + [anon_sym_BANG] = ACTIONS(735), + [anon_sym_BANG_BANG] = ACTIONS(1399), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -72970,62 +73078,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(277), [anon_sym_SQUOTE] = ACTIONS(279), [sym__backtick_identifier] = ACTIONS(281), - [sym_safe_nav] = ACTIONS(1592), + [sym_safe_nav] = ACTIONS(1399), [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, [311] = { - [sym_getter] = STATE(1110), - [sym_setter] = STATE(1110), - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(2018), - [sym__comparison_operator] = STATE(2000), - [sym__in_operator] = STATE(1968), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(1946), - [sym__multiplicative_operator] = STATE(1930), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_modifiers] = STATE(8560), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1927), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym_getter] = STATE(5339), + [sym_setter] = STATE(5339), + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(2016), + [sym__comparison_operator] = STATE(2015), + [sym__in_operator] = STATE(1967), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(1961), + [sym__multiplicative_operator] = STATE(1948), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_modifiers] = STATE(8811), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1921), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(1778), + [anon_sym_RBRACE] = ACTIONS(1766), [anon_sym_LPAREN] = ACTIONS(1698), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(1942), - [anon_sym_object] = ACTIONS(1776), - [anon_sym_fun] = ACTIONS(1776), + [anon_sym_object] = ACTIONS(1764), + [anon_sym_fun] = ACTIONS(1764), [anon_sym_DOT] = ACTIONS(1704), [anon_sym_SEMI] = ACTIONS(1944), [anon_sym_get] = ACTIONS(1946), [anon_sym_set] = ACTIONS(1948), - [anon_sym_this] = ACTIONS(1776), - [anon_sym_super] = ACTIONS(1776), + [anon_sym_this] = ACTIONS(1764), + [anon_sym_super] = ACTIONS(1764), [anon_sym_STAR] = ACTIONS(1950), [sym_label] = ACTIONS(1714), [anon_sym_in] = ACTIONS(1952), @@ -73033,15 +73141,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1956), [anon_sym_AMP_AMP] = ACTIONS(1958), [anon_sym_PIPE_PIPE] = ACTIONS(1960), - [anon_sym_null] = ACTIONS(1776), - [anon_sym_if] = ACTIONS(1776), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_when] = ACTIONS(1776), - [anon_sym_try] = ACTIONS(1776), - [anon_sym_throw] = ACTIONS(1776), - [anon_sym_return] = ACTIONS(1776), - [anon_sym_continue] = ACTIONS(1776), - [anon_sym_break] = ACTIONS(1776), + [anon_sym_null] = ACTIONS(1764), + [anon_sym_if] = ACTIONS(1764), + [anon_sym_else] = ACTIONS(1764), + [anon_sym_when] = ACTIONS(1764), + [anon_sym_try] = ACTIONS(1764), + [anon_sym_throw] = ACTIONS(1764), + [anon_sym_return] = ACTIONS(1764), + [anon_sym_continue] = ACTIONS(1764), + [anon_sym_break] = ACTIONS(1764), [anon_sym_COLON_COLON] = ACTIONS(1726), [anon_sym_BANG_EQ] = ACTIONS(1962), [anon_sym_BANG_EQ_EQ] = ACTIONS(1964), @@ -73059,7 +73167,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(1776), + [anon_sym_BANG] = ACTIONS(1764), [anon_sym_BANG_BANG] = ACTIONS(1744), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), @@ -73087,203 +73195,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(1748), [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1778), - [anon_sym_continue_AT] = ACTIONS(1778), - [anon_sym_break_AT] = ACTIONS(1778), - [sym_real_literal] = ACTIONS(1778), - [sym_integer_literal] = ACTIONS(1776), - [sym_hex_literal] = ACTIONS(1778), - [sym_bin_literal] = ACTIONS(1778), - [anon_sym_true] = ACTIONS(1776), - [anon_sym_false] = ACTIONS(1776), - [anon_sym_SQUOTE] = ACTIONS(1778), + [anon_sym_return_AT] = ACTIONS(1766), + [anon_sym_continue_AT] = ACTIONS(1766), + [anon_sym_break_AT] = ACTIONS(1766), + [sym_real_literal] = ACTIONS(1766), + [sym_integer_literal] = ACTIONS(1764), + [sym_hex_literal] = ACTIONS(1766), + [sym_bin_literal] = ACTIONS(1766), + [anon_sym_true] = ACTIONS(1764), + [anon_sym_false] = ACTIONS(1764), + [anon_sym_SQUOTE] = ACTIONS(1766), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(1778), + [sym__automatic_semicolon] = ACTIONS(1766), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1778), + [sym__string_start] = ACTIONS(1766), }, [312] = { - [sym__expression] = STATE(3938), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4941), - [sym_parenthesized_expression] = STATE(4941), - [sym_collection_literal] = STATE(4941), - [sym__literal_constant] = STATE(4941), - [sym_string_literal] = STATE(4941), - [sym_lambda_literal] = STATE(4941), - [sym_anonymous_function] = STATE(4941), - [sym__function_literal] = STATE(4941), - [sym_object_literal] = STATE(4941), - [sym_this_expression] = STATE(4941), - [sym_super_expression] = STATE(4941), - [sym_if_expression] = STATE(4941), - [sym_when_expression] = STATE(4941), - [sym_try_expression] = STATE(4941), - [sym_jump_expression] = STATE(4941), - [sym_callable_reference] = STATE(4941), - [sym__prefix_unary_operator] = STATE(2020), - [sym_annotation] = STATE(2020), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5029), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4941), - [sym_long_literal] = STATE(4941), - [sym_boolean_literal] = STATE(4941), - [sym_character_literal] = STATE(4941), - [sym__lexical_identifier] = STATE(4529), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_as] = ACTIONS(1594), - [anon_sym_EQ] = ACTIONS(1594), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(1592), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(1594), - [anon_sym_GT] = ACTIONS(1594), - [anon_sym_object] = ACTIONS(1912), - [anon_sym_fun] = ACTIONS(1974), - [anon_sym_DOT] = ACTIONS(1594), - [anon_sym_SEMI] = ACTIONS(1592), - [anon_sym_get] = ACTIONS(7), - [anon_sym_set] = ACTIONS(7), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(631), - [sym_label] = ACTIONS(639), - [anon_sym_in] = ACTIONS(1594), - [anon_sym_DOT_DOT] = ACTIONS(1592), - [anon_sym_QMARK_COLON] = ACTIONS(1592), - [anon_sym_AMP_AMP] = ACTIONS(1592), - [anon_sym_PIPE_PIPE] = ACTIONS(1592), - [anon_sym_null] = ACTIONS(1916), - [anon_sym_if] = ACTIONS(55), - [anon_sym_else] = ACTIONS(1594), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(61), - [anon_sym_return] = ACTIONS(63), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS_EQ] = ACTIONS(1592), - [anon_sym_DASH_EQ] = ACTIONS(1592), - [anon_sym_STAR_EQ] = ACTIONS(1592), - [anon_sym_SLASH_EQ] = ACTIONS(1592), - [anon_sym_PERCENT_EQ] = ACTIONS(1592), - [anon_sym_BANG_EQ] = ACTIONS(1594), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1592), - [anon_sym_EQ_EQ] = ACTIONS(1594), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1592), - [anon_sym_LT_EQ] = ACTIONS(1592), - [anon_sym_GT_EQ] = ACTIONS(1592), - [anon_sym_BANGin] = ACTIONS(1592), - [anon_sym_is] = ACTIONS(1594), - [anon_sym_BANGis] = ACTIONS(1592), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_SLASH] = ACTIONS(1594), - [anon_sym_PERCENT] = ACTIONS(1594), - [anon_sym_as_QMARK] = ACTIONS(1592), - [anon_sym_PLUS_PLUS] = ACTIONS(641), - [anon_sym_DASH_DASH] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(639), - [anon_sym_BANG_BANG] = ACTIONS(1592), - [anon_sym_data] = ACTIONS(7), - [anon_sym_inner] = ACTIONS(7), - [anon_sym_expect] = ACTIONS(7), - [anon_sym_actual] = ACTIONS(7), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(1918), - [sym_integer_literal] = ACTIONS(99), - [sym_hex_literal] = ACTIONS(101), - [sym_bin_literal] = ACTIONS(101), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [anon_sym_SQUOTE] = ACTIONS(105), - [sym__backtick_identifier] = ACTIONS(107), - [sym__automatic_semicolon] = ACTIONS(1592), - [sym_safe_nav] = ACTIONS(1592), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(109), - }, - [313] = { - [sym_getter] = STATE(1069), - [sym_setter] = STATE(1069), - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(2018), - [sym__comparison_operator] = STATE(2000), - [sym__in_operator] = STATE(1968), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(1946), - [sym__multiplicative_operator] = STATE(1930), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_modifiers] = STATE(8560), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1927), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym_getter] = STATE(5383), + [sym_setter] = STATE(5383), + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(2016), + [sym__comparison_operator] = STATE(2015), + [sym__in_operator] = STATE(1967), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(1961), + [sym__multiplicative_operator] = STATE(1948), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_modifiers] = STATE(8811), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1921), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(1696), + [anon_sym_RBRACE] = ACTIONS(1786), [anon_sym_LPAREN] = ACTIONS(1698), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(1942), - [anon_sym_object] = ACTIONS(1694), - [anon_sym_fun] = ACTIONS(1694), + [anon_sym_object] = ACTIONS(1784), + [anon_sym_fun] = ACTIONS(1784), [anon_sym_DOT] = ACTIONS(1704), - [anon_sym_SEMI] = ACTIONS(1976), + [anon_sym_SEMI] = ACTIONS(1974), [anon_sym_get] = ACTIONS(1946), [anon_sym_set] = ACTIONS(1948), - [anon_sym_this] = ACTIONS(1694), - [anon_sym_super] = ACTIONS(1694), + [anon_sym_this] = ACTIONS(1784), + [anon_sym_super] = ACTIONS(1784), [anon_sym_STAR] = ACTIONS(1950), [sym_label] = ACTIONS(1714), [anon_sym_in] = ACTIONS(1952), @@ -73291,15 +73270,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1956), [anon_sym_AMP_AMP] = ACTIONS(1958), [anon_sym_PIPE_PIPE] = ACTIONS(1960), - [anon_sym_null] = ACTIONS(1694), - [anon_sym_if] = ACTIONS(1694), - [anon_sym_else] = ACTIONS(1694), - [anon_sym_when] = ACTIONS(1694), - [anon_sym_try] = ACTIONS(1694), - [anon_sym_throw] = ACTIONS(1694), - [anon_sym_return] = ACTIONS(1694), - [anon_sym_continue] = ACTIONS(1694), - [anon_sym_break] = ACTIONS(1694), + [anon_sym_null] = ACTIONS(1784), + [anon_sym_if] = ACTIONS(1784), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_when] = ACTIONS(1784), + [anon_sym_try] = ACTIONS(1784), + [anon_sym_throw] = ACTIONS(1784), + [anon_sym_return] = ACTIONS(1784), + [anon_sym_continue] = ACTIONS(1784), + [anon_sym_break] = ACTIONS(1784), [anon_sym_COLON_COLON] = ACTIONS(1726), [anon_sym_BANG_EQ] = ACTIONS(1962), [anon_sym_BANG_EQ_EQ] = ACTIONS(1964), @@ -73317,7 +73296,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(1694), + [anon_sym_BANG] = ACTIONS(1784), [anon_sym_BANG_BANG] = ACTIONS(1744), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), @@ -73345,74 +73324,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(1748), [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1696), - [anon_sym_continue_AT] = ACTIONS(1696), - [anon_sym_break_AT] = ACTIONS(1696), - [sym_real_literal] = ACTIONS(1696), - [sym_integer_literal] = ACTIONS(1694), - [sym_hex_literal] = ACTIONS(1696), - [sym_bin_literal] = ACTIONS(1696), - [anon_sym_true] = ACTIONS(1694), - [anon_sym_false] = ACTIONS(1694), - [anon_sym_SQUOTE] = ACTIONS(1696), + [anon_sym_return_AT] = ACTIONS(1786), + [anon_sym_continue_AT] = ACTIONS(1786), + [anon_sym_break_AT] = ACTIONS(1786), + [sym_real_literal] = ACTIONS(1786), + [sym_integer_literal] = ACTIONS(1784), + [sym_hex_literal] = ACTIONS(1786), + [sym_bin_literal] = ACTIONS(1786), + [anon_sym_true] = ACTIONS(1784), + [anon_sym_false] = ACTIONS(1784), + [anon_sym_SQUOTE] = ACTIONS(1786), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(1696), + [sym__automatic_semicolon] = ACTIONS(1786), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1696), + [sym__string_start] = ACTIONS(1786), }, - [314] = { - [sym_getter] = STATE(1052), - [sym_setter] = STATE(1052), - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(2018), - [sym__comparison_operator] = STATE(2000), - [sym__in_operator] = STATE(1968), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(1946), - [sym__multiplicative_operator] = STATE(1930), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_modifiers] = STATE(8560), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1927), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), - [aux_sym_modifiers_repeat1] = STATE(5441), + [313] = { + [sym_getter] = STATE(3170), + [sym_setter] = STATE(3170), + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(2016), + [sym__comparison_operator] = STATE(2015), + [sym__in_operator] = STATE(1967), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(1961), + [sym__multiplicative_operator] = STATE(1948), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_modifiers] = STATE(8884), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1921), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(1766), + [anon_sym_RBRACE] = ACTIONS(1780), [anon_sym_LPAREN] = ACTIONS(1698), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(1942), - [anon_sym_object] = ACTIONS(1764), - [anon_sym_fun] = ACTIONS(1764), + [anon_sym_object] = ACTIONS(1778), + [anon_sym_fun] = ACTIONS(1778), [anon_sym_DOT] = ACTIONS(1704), - [anon_sym_SEMI] = ACTIONS(1978), - [anon_sym_get] = ACTIONS(1946), - [anon_sym_set] = ACTIONS(1948), - [anon_sym_this] = ACTIONS(1764), - [anon_sym_super] = ACTIONS(1764), + [anon_sym_SEMI] = ACTIONS(1976), + [anon_sym_get] = ACTIONS(1978), + [anon_sym_set] = ACTIONS(1980), + [anon_sym_this] = ACTIONS(1778), + [anon_sym_super] = ACTIONS(1778), [anon_sym_STAR] = ACTIONS(1950), [sym_label] = ACTIONS(1714), [anon_sym_in] = ACTIONS(1952), @@ -73420,15 +73399,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1956), [anon_sym_AMP_AMP] = ACTIONS(1958), [anon_sym_PIPE_PIPE] = ACTIONS(1960), - [anon_sym_null] = ACTIONS(1764), - [anon_sym_if] = ACTIONS(1764), - [anon_sym_else] = ACTIONS(1764), - [anon_sym_when] = ACTIONS(1764), - [anon_sym_try] = ACTIONS(1764), - [anon_sym_throw] = ACTIONS(1764), - [anon_sym_return] = ACTIONS(1764), - [anon_sym_continue] = ACTIONS(1764), - [anon_sym_break] = ACTIONS(1764), + [anon_sym_null] = ACTIONS(1778), + [anon_sym_if] = ACTIONS(1778), + [anon_sym_else] = ACTIONS(1778), + [anon_sym_when] = ACTIONS(1778), + [anon_sym_try] = ACTIONS(1778), + [anon_sym_throw] = ACTIONS(1778), + [anon_sym_return] = ACTIONS(1778), + [anon_sym_continue] = ACTIONS(1778), + [anon_sym_break] = ACTIONS(1778), [anon_sym_COLON_COLON] = ACTIONS(1726), [anon_sym_BANG_EQ] = ACTIONS(1962), [anon_sym_BANG_EQ_EQ] = ACTIONS(1964), @@ -73446,7 +73425,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(1764), + [anon_sym_BANG] = ACTIONS(1778), [anon_sym_BANG_BANG] = ACTIONS(1744), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), @@ -73474,74 +73453,203 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(1748), [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1766), - [anon_sym_continue_AT] = ACTIONS(1766), - [anon_sym_break_AT] = ACTIONS(1766), - [sym_real_literal] = ACTIONS(1766), - [sym_integer_literal] = ACTIONS(1764), - [sym_hex_literal] = ACTIONS(1766), - [sym_bin_literal] = ACTIONS(1766), - [anon_sym_true] = ACTIONS(1764), - [anon_sym_false] = ACTIONS(1764), - [anon_sym_SQUOTE] = ACTIONS(1766), + [anon_sym_return_AT] = ACTIONS(1780), + [anon_sym_continue_AT] = ACTIONS(1780), + [anon_sym_break_AT] = ACTIONS(1780), + [sym_real_literal] = ACTIONS(1780), + [sym_integer_literal] = ACTIONS(1778), + [sym_hex_literal] = ACTIONS(1780), + [sym_bin_literal] = ACTIONS(1780), + [anon_sym_true] = ACTIONS(1778), + [anon_sym_false] = ACTIONS(1778), + [anon_sym_SQUOTE] = ACTIONS(1780), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(1766), + [sym__automatic_semicolon] = ACTIONS(1780), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1766), + [sym__string_start] = ACTIONS(1780), + }, + [314] = { + [sym__expression] = STATE(3916), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4931), + [sym_parenthesized_expression] = STATE(4931), + [sym_collection_literal] = STATE(4931), + [sym__literal_constant] = STATE(4931), + [sym_string_literal] = STATE(4931), + [sym_lambda_literal] = STATE(4931), + [sym_anonymous_function] = STATE(4931), + [sym__function_literal] = STATE(4931), + [sym_object_literal] = STATE(4931), + [sym_this_expression] = STATE(4931), + [sym_super_expression] = STATE(4931), + [sym_if_expression] = STATE(4931), + [sym_when_expression] = STATE(4931), + [sym_try_expression] = STATE(4931), + [sym_jump_expression] = STATE(4931), + [sym_callable_reference] = STATE(4931), + [sym__prefix_unary_operator] = STATE(1665), + [sym_annotation] = STATE(1665), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4928), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4931), + [sym_long_literal] = STATE(4931), + [sym_boolean_literal] = STATE(4931), + [sym_character_literal] = STATE(4931), + [sym__lexical_identifier] = STATE(4566), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_as] = ACTIONS(1401), + [anon_sym_EQ] = ACTIONS(1401), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_RBRACE] = ACTIONS(1399), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(1401), + [anon_sym_GT] = ACTIONS(1401), + [anon_sym_object] = ACTIONS(1902), + [anon_sym_fun] = ACTIONS(1982), + [anon_sym_DOT] = ACTIONS(1401), + [anon_sym_SEMI] = ACTIONS(1399), + [anon_sym_get] = ACTIONS(7), + [anon_sym_set] = ACTIONS(7), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(785), + [sym_label] = ACTIONS(793), + [anon_sym_in] = ACTIONS(1401), + [anon_sym_DOT_DOT] = ACTIONS(1399), + [anon_sym_QMARK_COLON] = ACTIONS(1399), + [anon_sym_AMP_AMP] = ACTIONS(1399), + [anon_sym_PIPE_PIPE] = ACTIONS(1399), + [anon_sym_null] = ACTIONS(1906), + [anon_sym_if] = ACTIONS(55), + [anon_sym_else] = ACTIONS(1401), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(61), + [anon_sym_return] = ACTIONS(63), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(1399), + [anon_sym_DASH_EQ] = ACTIONS(1399), + [anon_sym_STAR_EQ] = ACTIONS(1399), + [anon_sym_SLASH_EQ] = ACTIONS(1399), + [anon_sym_PERCENT_EQ] = ACTIONS(1399), + [anon_sym_BANG_EQ] = ACTIONS(1401), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1399), + [anon_sym_EQ_EQ] = ACTIONS(1401), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1399), + [anon_sym_LT_EQ] = ACTIONS(1399), + [anon_sym_GT_EQ] = ACTIONS(1399), + [anon_sym_BANGin] = ACTIONS(1399), + [anon_sym_is] = ACTIONS(1401), + [anon_sym_BANGis] = ACTIONS(1399), + [anon_sym_PLUS] = ACTIONS(793), + [anon_sym_DASH] = ACTIONS(793), + [anon_sym_SLASH] = ACTIONS(1401), + [anon_sym_PERCENT] = ACTIONS(1401), + [anon_sym_as_QMARK] = ACTIONS(1399), + [anon_sym_PLUS_PLUS] = ACTIONS(795), + [anon_sym_DASH_DASH] = ACTIONS(795), + [anon_sym_BANG] = ACTIONS(793), + [anon_sym_BANG_BANG] = ACTIONS(1399), + [anon_sym_data] = ACTIONS(7), + [anon_sym_inner] = ACTIONS(7), + [anon_sym_expect] = ACTIONS(7), + [anon_sym_actual] = ACTIONS(7), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [sym_real_literal] = ACTIONS(1908), + [sym_integer_literal] = ACTIONS(99), + [sym_hex_literal] = ACTIONS(101), + [sym_bin_literal] = ACTIONS(101), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SQUOTE] = ACTIONS(105), + [sym__backtick_identifier] = ACTIONS(107), + [sym__automatic_semicolon] = ACTIONS(1399), + [sym_safe_nav] = ACTIONS(1399), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(109), }, [315] = { - [sym_getter] = STATE(3228), - [sym_setter] = STATE(3228), - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(2018), - [sym__comparison_operator] = STATE(2000), - [sym__in_operator] = STATE(1968), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(1946), - [sym__multiplicative_operator] = STATE(1930), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_modifiers] = STATE(8857), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1927), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym_getter] = STATE(1120), + [sym_setter] = STATE(1120), + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(2016), + [sym__comparison_operator] = STATE(2015), + [sym__in_operator] = STATE(1967), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(1961), + [sym__multiplicative_operator] = STATE(1948), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_modifiers] = STATE(8753), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1921), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(1766), + [anon_sym_RBRACE] = ACTIONS(1780), [anon_sym_LPAREN] = ACTIONS(1698), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(1942), - [anon_sym_object] = ACTIONS(1764), - [anon_sym_fun] = ACTIONS(1764), + [anon_sym_object] = ACTIONS(1778), + [anon_sym_fun] = ACTIONS(1778), [anon_sym_DOT] = ACTIONS(1704), - [anon_sym_SEMI] = ACTIONS(1980), - [anon_sym_get] = ACTIONS(1982), - [anon_sym_set] = ACTIONS(1984), - [anon_sym_this] = ACTIONS(1764), - [anon_sym_super] = ACTIONS(1764), + [anon_sym_SEMI] = ACTIONS(1984), + [anon_sym_get] = ACTIONS(1986), + [anon_sym_set] = ACTIONS(1988), + [anon_sym_this] = ACTIONS(1778), + [anon_sym_super] = ACTIONS(1778), [anon_sym_STAR] = ACTIONS(1950), [sym_label] = ACTIONS(1714), [anon_sym_in] = ACTIONS(1952), @@ -73549,15 +73657,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1956), [anon_sym_AMP_AMP] = ACTIONS(1958), [anon_sym_PIPE_PIPE] = ACTIONS(1960), - [anon_sym_null] = ACTIONS(1764), - [anon_sym_if] = ACTIONS(1764), - [anon_sym_else] = ACTIONS(1764), - [anon_sym_when] = ACTIONS(1764), - [anon_sym_try] = ACTIONS(1764), - [anon_sym_throw] = ACTIONS(1764), - [anon_sym_return] = ACTIONS(1764), - [anon_sym_continue] = ACTIONS(1764), - [anon_sym_break] = ACTIONS(1764), + [anon_sym_null] = ACTIONS(1778), + [anon_sym_if] = ACTIONS(1778), + [anon_sym_else] = ACTIONS(1778), + [anon_sym_when] = ACTIONS(1778), + [anon_sym_try] = ACTIONS(1778), + [anon_sym_throw] = ACTIONS(1778), + [anon_sym_return] = ACTIONS(1778), + [anon_sym_continue] = ACTIONS(1778), + [anon_sym_break] = ACTIONS(1778), [anon_sym_COLON_COLON] = ACTIONS(1726), [anon_sym_BANG_EQ] = ACTIONS(1962), [anon_sym_BANG_EQ_EQ] = ACTIONS(1964), @@ -73575,7 +73683,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(1764), + [anon_sym_BANG] = ACTIONS(1778), [anon_sym_BANG_BANG] = ACTIONS(1744), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), @@ -73603,57 +73711,57 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(1748), [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1766), - [anon_sym_continue_AT] = ACTIONS(1766), - [anon_sym_break_AT] = ACTIONS(1766), - [sym_real_literal] = ACTIONS(1766), - [sym_integer_literal] = ACTIONS(1764), - [sym_hex_literal] = ACTIONS(1766), - [sym_bin_literal] = ACTIONS(1766), - [anon_sym_true] = ACTIONS(1764), - [anon_sym_false] = ACTIONS(1764), - [anon_sym_SQUOTE] = ACTIONS(1766), + [anon_sym_return_AT] = ACTIONS(1780), + [anon_sym_continue_AT] = ACTIONS(1780), + [anon_sym_break_AT] = ACTIONS(1780), + [sym_real_literal] = ACTIONS(1780), + [sym_integer_literal] = ACTIONS(1778), + [sym_hex_literal] = ACTIONS(1780), + [sym_bin_literal] = ACTIONS(1780), + [anon_sym_true] = ACTIONS(1778), + [anon_sym_false] = ACTIONS(1778), + [anon_sym_SQUOTE] = ACTIONS(1780), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(1766), + [sym__automatic_semicolon] = ACTIONS(1780), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1766), + [sym__string_start] = ACTIONS(1780), }, [316] = { - [sym_getter] = STATE(5349), - [sym_setter] = STATE(5349), - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(2018), - [sym__comparison_operator] = STATE(2000), - [sym__in_operator] = STATE(1968), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(1946), - [sym__multiplicative_operator] = STATE(1930), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_modifiers] = STATE(8883), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1927), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym_getter] = STATE(5277), + [sym_setter] = STATE(5277), + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(2016), + [sym__comparison_operator] = STATE(2015), + [sym__in_operator] = STATE(1967), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(1961), + [sym__multiplicative_operator] = STATE(1948), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_modifiers] = STATE(8811), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1921), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), @@ -73666,9 +73774,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_object] = ACTIONS(1694), [anon_sym_fun] = ACTIONS(1694), [anon_sym_DOT] = ACTIONS(1704), - [anon_sym_SEMI] = ACTIONS(1986), - [anon_sym_get] = ACTIONS(1988), - [anon_sym_set] = ACTIONS(1990), + [anon_sym_SEMI] = ACTIONS(1990), + [anon_sym_get] = ACTIONS(1946), + [anon_sym_set] = ACTIONS(1948), [anon_sym_this] = ACTIONS(1694), [anon_sym_super] = ACTIONS(1694), [anon_sym_STAR] = ACTIONS(1950), @@ -73749,57 +73857,186 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(1696), }, [317] = { - [sym_getter] = STATE(5260), - [sym_setter] = STATE(5260), - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(2018), - [sym__comparison_operator] = STATE(2000), - [sym__in_operator] = STATE(1968), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(1946), - [sym__multiplicative_operator] = STATE(1930), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_modifiers] = STATE(8883), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1927), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym__expression] = STATE(1229), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(3399), + [sym_parenthesized_expression] = STATE(3399), + [sym_collection_literal] = STATE(3399), + [sym__literal_constant] = STATE(3399), + [sym_string_literal] = STATE(3399), + [sym_lambda_literal] = STATE(3399), + [sym_anonymous_function] = STATE(3399), + [sym__function_literal] = STATE(3399), + [sym_object_literal] = STATE(3399), + [sym_this_expression] = STATE(3399), + [sym_super_expression] = STATE(3399), + [sym_if_expression] = STATE(3399), + [sym_when_expression] = STATE(3399), + [sym_try_expression] = STATE(3399), + [sym_jump_expression] = STATE(3399), + [sym_callable_reference] = STATE(3399), + [sym__prefix_unary_operator] = STATE(2247), + [sym_annotation] = STATE(2247), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3347), + [sym__return_at] = STATE(317), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(3399), + [sym_long_literal] = STATE(3399), + [sym_boolean_literal] = STATE(3399), + [sym_character_literal] = STATE(3399), + [sym__lexical_identifier] = STATE(2837), + [sym__alpha_identifier] = ACTIONS(333), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(335), + [anon_sym_as] = ACTIONS(1401), + [anon_sym_EQ] = ACTIONS(1401), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_RBRACE] = ACTIONS(1399), + [anon_sym_LPAREN] = ACTIONS(345), + [anon_sym_LT] = ACTIONS(1401), + [anon_sym_GT] = ACTIONS(1401), + [anon_sym_object] = ACTIONS(1920), + [anon_sym_fun] = ACTIONS(1992), + [anon_sym_DOT] = ACTIONS(1401), + [anon_sym_SEMI] = ACTIONS(1399), + [anon_sym_get] = ACTIONS(333), + [anon_sym_set] = ACTIONS(333), + [anon_sym_this] = ACTIONS(357), + [anon_sym_super] = ACTIONS(359), + [anon_sym_STAR] = ACTIONS(695), + [sym_label] = ACTIONS(709), + [anon_sym_in] = ACTIONS(1401), + [anon_sym_DOT_DOT] = ACTIONS(1399), + [anon_sym_QMARK_COLON] = ACTIONS(1399), + [anon_sym_AMP_AMP] = ACTIONS(1399), + [anon_sym_PIPE_PIPE] = ACTIONS(1399), + [anon_sym_null] = ACTIONS(1924), + [anon_sym_if] = ACTIONS(703), + [anon_sym_else] = ACTIONS(1401), + [anon_sym_when] = ACTIONS(375), + [anon_sym_try] = ACTIONS(377), + [anon_sym_throw] = ACTIONS(705), + [anon_sym_return] = ACTIONS(707), + [anon_sym_continue] = ACTIONS(383), + [anon_sym_break] = ACTIONS(383), + [anon_sym_COLON_COLON] = ACTIONS(385), + [anon_sym_PLUS_EQ] = ACTIONS(1399), + [anon_sym_DASH_EQ] = ACTIONS(1399), + [anon_sym_STAR_EQ] = ACTIONS(1399), + [anon_sym_SLASH_EQ] = ACTIONS(1399), + [anon_sym_PERCENT_EQ] = ACTIONS(1399), + [anon_sym_BANG_EQ] = ACTIONS(1401), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1399), + [anon_sym_EQ_EQ] = ACTIONS(1401), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1399), + [anon_sym_LT_EQ] = ACTIONS(1399), + [anon_sym_GT_EQ] = ACTIONS(1399), + [anon_sym_BANGin] = ACTIONS(1399), + [anon_sym_is] = ACTIONS(1401), + [anon_sym_BANGis] = ACTIONS(1399), + [anon_sym_PLUS] = ACTIONS(709), + [anon_sym_DASH] = ACTIONS(709), + [anon_sym_SLASH] = ACTIONS(1401), + [anon_sym_PERCENT] = ACTIONS(1401), + [anon_sym_as_QMARK] = ACTIONS(1399), + [anon_sym_PLUS_PLUS] = ACTIONS(711), + [anon_sym_DASH_DASH] = ACTIONS(711), + [anon_sym_BANG] = ACTIONS(709), + [anon_sym_BANG_BANG] = ACTIONS(1399), + [anon_sym_data] = ACTIONS(333), + [anon_sym_inner] = ACTIONS(333), + [anon_sym_expect] = ACTIONS(333), + [anon_sym_actual] = ACTIONS(333), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(395), + [anon_sym_break_AT] = ACTIONS(397), + [sym_real_literal] = ACTIONS(1926), + [sym_integer_literal] = ACTIONS(401), + [sym_hex_literal] = ACTIONS(403), + [sym_bin_literal] = ACTIONS(403), + [anon_sym_true] = ACTIONS(405), + [anon_sym_false] = ACTIONS(405), + [anon_sym_SQUOTE] = ACTIONS(407), + [sym__backtick_identifier] = ACTIONS(409), + [sym__automatic_semicolon] = ACTIONS(1399), + [sym_safe_nav] = ACTIONS(1399), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(411), + }, + [318] = { + [sym_getter] = STATE(5392), + [sym_setter] = STATE(5392), + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(2016), + [sym__comparison_operator] = STATE(2015), + [sym__in_operator] = STATE(1967), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(1961), + [sym__multiplicative_operator] = STATE(1948), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_modifiers] = STATE(8811), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1921), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(1772), + [anon_sym_RBRACE] = ACTIONS(1754), [anon_sym_LPAREN] = ACTIONS(1698), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(1942), - [anon_sym_object] = ACTIONS(1770), - [anon_sym_fun] = ACTIONS(1770), + [anon_sym_object] = ACTIONS(1752), + [anon_sym_fun] = ACTIONS(1752), [anon_sym_DOT] = ACTIONS(1704), - [anon_sym_SEMI] = ACTIONS(1992), - [anon_sym_get] = ACTIONS(1988), - [anon_sym_set] = ACTIONS(1990), - [anon_sym_this] = ACTIONS(1770), - [anon_sym_super] = ACTIONS(1770), + [anon_sym_SEMI] = ACTIONS(1994), + [anon_sym_get] = ACTIONS(1946), + [anon_sym_set] = ACTIONS(1948), + [anon_sym_this] = ACTIONS(1752), + [anon_sym_super] = ACTIONS(1752), [anon_sym_STAR] = ACTIONS(1950), [sym_label] = ACTIONS(1714), [anon_sym_in] = ACTIONS(1952), @@ -73807,15 +74044,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1956), [anon_sym_AMP_AMP] = ACTIONS(1958), [anon_sym_PIPE_PIPE] = ACTIONS(1960), - [anon_sym_null] = ACTIONS(1770), - [anon_sym_if] = ACTIONS(1770), - [anon_sym_else] = ACTIONS(1770), - [anon_sym_when] = ACTIONS(1770), - [anon_sym_try] = ACTIONS(1770), - [anon_sym_throw] = ACTIONS(1770), - [anon_sym_return] = ACTIONS(1770), - [anon_sym_continue] = ACTIONS(1770), - [anon_sym_break] = ACTIONS(1770), + [anon_sym_null] = ACTIONS(1752), + [anon_sym_if] = ACTIONS(1752), + [anon_sym_else] = ACTIONS(1752), + [anon_sym_when] = ACTIONS(1752), + [anon_sym_try] = ACTIONS(1752), + [anon_sym_throw] = ACTIONS(1752), + [anon_sym_return] = ACTIONS(1752), + [anon_sym_continue] = ACTIONS(1752), + [anon_sym_break] = ACTIONS(1752), [anon_sym_COLON_COLON] = ACTIONS(1726), [anon_sym_BANG_EQ] = ACTIONS(1962), [anon_sym_BANG_EQ_EQ] = ACTIONS(1964), @@ -73833,7 +74070,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(1770), + [anon_sym_BANG] = ACTIONS(1752), [anon_sym_BANG_BANG] = ACTIONS(1744), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), @@ -73861,74 +74098,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(1748), [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1772), - [anon_sym_continue_AT] = ACTIONS(1772), - [anon_sym_break_AT] = ACTIONS(1772), - [sym_real_literal] = ACTIONS(1772), - [sym_integer_literal] = ACTIONS(1770), - [sym_hex_literal] = ACTIONS(1772), - [sym_bin_literal] = ACTIONS(1772), - [anon_sym_true] = ACTIONS(1770), - [anon_sym_false] = ACTIONS(1770), - [anon_sym_SQUOTE] = ACTIONS(1772), + [anon_sym_return_AT] = ACTIONS(1754), + [anon_sym_continue_AT] = ACTIONS(1754), + [anon_sym_break_AT] = ACTIONS(1754), + [sym_real_literal] = ACTIONS(1754), + [sym_integer_literal] = ACTIONS(1752), + [sym_hex_literal] = ACTIONS(1754), + [sym_bin_literal] = ACTIONS(1754), + [anon_sym_true] = ACTIONS(1752), + [anon_sym_false] = ACTIONS(1752), + [anon_sym_SQUOTE] = ACTIONS(1754), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(1772), + [sym__automatic_semicolon] = ACTIONS(1754), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1772), + [sym__string_start] = ACTIONS(1754), }, - [318] = { - [sym_getter] = STATE(5351), - [sym_setter] = STATE(5351), - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(2018), - [sym__comparison_operator] = STATE(2000), - [sym__in_operator] = STATE(1968), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(1946), - [sym__multiplicative_operator] = STATE(1930), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_modifiers] = STATE(8883), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1927), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), - [aux_sym_modifiers_repeat1] = STATE(5441), + [319] = { + [sym_getter] = STATE(3288), + [sym_setter] = STATE(3288), + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(2016), + [sym__comparison_operator] = STATE(2015), + [sym__in_operator] = STATE(1967), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(1961), + [sym__multiplicative_operator] = STATE(1948), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_modifiers] = STATE(8884), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1921), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(1784), + [anon_sym_RBRACE] = ACTIONS(1786), [anon_sym_LPAREN] = ACTIONS(1698), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(1942), - [anon_sym_object] = ACTIONS(1782), - [anon_sym_fun] = ACTIONS(1782), + [anon_sym_object] = ACTIONS(1784), + [anon_sym_fun] = ACTIONS(1784), [anon_sym_DOT] = ACTIONS(1704), - [anon_sym_SEMI] = ACTIONS(1994), - [anon_sym_get] = ACTIONS(1988), - [anon_sym_set] = ACTIONS(1990), - [anon_sym_this] = ACTIONS(1782), - [anon_sym_super] = ACTIONS(1782), + [anon_sym_SEMI] = ACTIONS(1996), + [anon_sym_get] = ACTIONS(1978), + [anon_sym_set] = ACTIONS(1980), + [anon_sym_this] = ACTIONS(1784), + [anon_sym_super] = ACTIONS(1784), [anon_sym_STAR] = ACTIONS(1950), [sym_label] = ACTIONS(1714), [anon_sym_in] = ACTIONS(1952), @@ -73936,15 +74173,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1956), [anon_sym_AMP_AMP] = ACTIONS(1958), [anon_sym_PIPE_PIPE] = ACTIONS(1960), - [anon_sym_null] = ACTIONS(1782), - [anon_sym_if] = ACTIONS(1782), - [anon_sym_else] = ACTIONS(1782), - [anon_sym_when] = ACTIONS(1782), - [anon_sym_try] = ACTIONS(1782), - [anon_sym_throw] = ACTIONS(1782), - [anon_sym_return] = ACTIONS(1782), - [anon_sym_continue] = ACTIONS(1782), - [anon_sym_break] = ACTIONS(1782), + [anon_sym_null] = ACTIONS(1784), + [anon_sym_if] = ACTIONS(1784), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_when] = ACTIONS(1784), + [anon_sym_try] = ACTIONS(1784), + [anon_sym_throw] = ACTIONS(1784), + [anon_sym_return] = ACTIONS(1784), + [anon_sym_continue] = ACTIONS(1784), + [anon_sym_break] = ACTIONS(1784), [anon_sym_COLON_COLON] = ACTIONS(1726), [anon_sym_BANG_EQ] = ACTIONS(1962), [anon_sym_BANG_EQ_EQ] = ACTIONS(1964), @@ -73962,7 +74199,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(1782), + [anon_sym_BANG] = ACTIONS(1784), [anon_sym_BANG_BANG] = ACTIONS(1744), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), @@ -73990,74 +74227,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(1748), [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1784), - [anon_sym_continue_AT] = ACTIONS(1784), - [anon_sym_break_AT] = ACTIONS(1784), - [sym_real_literal] = ACTIONS(1784), - [sym_integer_literal] = ACTIONS(1782), - [sym_hex_literal] = ACTIONS(1784), - [sym_bin_literal] = ACTIONS(1784), - [anon_sym_true] = ACTIONS(1782), - [anon_sym_false] = ACTIONS(1782), - [anon_sym_SQUOTE] = ACTIONS(1784), + [anon_sym_return_AT] = ACTIONS(1786), + [anon_sym_continue_AT] = ACTIONS(1786), + [anon_sym_break_AT] = ACTIONS(1786), + [sym_real_literal] = ACTIONS(1786), + [sym_integer_literal] = ACTIONS(1784), + [sym_hex_literal] = ACTIONS(1786), + [sym_bin_literal] = ACTIONS(1786), + [anon_sym_true] = ACTIONS(1784), + [anon_sym_false] = ACTIONS(1784), + [anon_sym_SQUOTE] = ACTIONS(1786), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(1784), + [sym__automatic_semicolon] = ACTIONS(1786), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1784), + [sym__string_start] = ACTIONS(1786), }, - [319] = { - [sym_getter] = STATE(5285), - [sym_setter] = STATE(5285), - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(2018), - [sym__comparison_operator] = STATE(2000), - [sym__in_operator] = STATE(1968), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(1946), - [sym__multiplicative_operator] = STATE(1930), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_modifiers] = STATE(8883), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1927), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), - [aux_sym_modifiers_repeat1] = STATE(5441), + [320] = { + [sym_getter] = STATE(5327), + [sym_setter] = STATE(5327), + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(2016), + [sym__comparison_operator] = STATE(2015), + [sym__in_operator] = STATE(1967), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(1961), + [sym__multiplicative_operator] = STATE(1948), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_modifiers] = STATE(8811), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1921), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(1778), + [anon_sym_RBRACE] = ACTIONS(1780), [anon_sym_LPAREN] = ACTIONS(1698), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(1942), - [anon_sym_object] = ACTIONS(1776), - [anon_sym_fun] = ACTIONS(1776), + [anon_sym_object] = ACTIONS(1778), + [anon_sym_fun] = ACTIONS(1778), [anon_sym_DOT] = ACTIONS(1704), - [anon_sym_SEMI] = ACTIONS(1996), - [anon_sym_get] = ACTIONS(1988), - [anon_sym_set] = ACTIONS(1990), - [anon_sym_this] = ACTIONS(1776), - [anon_sym_super] = ACTIONS(1776), + [anon_sym_SEMI] = ACTIONS(1998), + [anon_sym_get] = ACTIONS(1946), + [anon_sym_set] = ACTIONS(1948), + [anon_sym_this] = ACTIONS(1778), + [anon_sym_super] = ACTIONS(1778), [anon_sym_STAR] = ACTIONS(1950), [sym_label] = ACTIONS(1714), [anon_sym_in] = ACTIONS(1952), @@ -74065,15 +74302,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1956), [anon_sym_AMP_AMP] = ACTIONS(1958), [anon_sym_PIPE_PIPE] = ACTIONS(1960), - [anon_sym_null] = ACTIONS(1776), - [anon_sym_if] = ACTIONS(1776), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_when] = ACTIONS(1776), - [anon_sym_try] = ACTIONS(1776), - [anon_sym_throw] = ACTIONS(1776), - [anon_sym_return] = ACTIONS(1776), - [anon_sym_continue] = ACTIONS(1776), - [anon_sym_break] = ACTIONS(1776), + [anon_sym_null] = ACTIONS(1778), + [anon_sym_if] = ACTIONS(1778), + [anon_sym_else] = ACTIONS(1778), + [anon_sym_when] = ACTIONS(1778), + [anon_sym_try] = ACTIONS(1778), + [anon_sym_throw] = ACTIONS(1778), + [anon_sym_return] = ACTIONS(1778), + [anon_sym_continue] = ACTIONS(1778), + [anon_sym_break] = ACTIONS(1778), [anon_sym_COLON_COLON] = ACTIONS(1726), [anon_sym_BANG_EQ] = ACTIONS(1962), [anon_sym_BANG_EQ_EQ] = ACTIONS(1964), @@ -74091,7 +74328,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(1776), + [anon_sym_BANG] = ACTIONS(1778), [anon_sym_BANG_BANG] = ACTIONS(1744), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), @@ -74119,74 +74356,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(1748), [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1778), - [anon_sym_continue_AT] = ACTIONS(1778), - [anon_sym_break_AT] = ACTIONS(1778), - [sym_real_literal] = ACTIONS(1778), - [sym_integer_literal] = ACTIONS(1776), - [sym_hex_literal] = ACTIONS(1778), - [sym_bin_literal] = ACTIONS(1778), - [anon_sym_true] = ACTIONS(1776), - [anon_sym_false] = ACTIONS(1776), - [anon_sym_SQUOTE] = ACTIONS(1778), + [anon_sym_return_AT] = ACTIONS(1780), + [anon_sym_continue_AT] = ACTIONS(1780), + [anon_sym_break_AT] = ACTIONS(1780), + [sym_real_literal] = ACTIONS(1780), + [sym_integer_literal] = ACTIONS(1778), + [sym_hex_literal] = ACTIONS(1780), + [sym_bin_literal] = ACTIONS(1780), + [anon_sym_true] = ACTIONS(1778), + [anon_sym_false] = ACTIONS(1778), + [anon_sym_SQUOTE] = ACTIONS(1780), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(1778), + [sym__automatic_semicolon] = ACTIONS(1780), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1778), + [sym__string_start] = ACTIONS(1780), }, - [320] = { - [sym_getter] = STATE(1143), - [sym_setter] = STATE(1143), - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(2018), - [sym__comparison_operator] = STATE(2000), - [sym__in_operator] = STATE(1968), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(1946), - [sym__multiplicative_operator] = STATE(1930), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_modifiers] = STATE(8560), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1927), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), - [aux_sym_modifiers_repeat1] = STATE(5441), + [321] = { + [sym_getter] = STATE(3184), + [sym_setter] = STATE(3184), + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(2016), + [sym__comparison_operator] = STATE(2015), + [sym__in_operator] = STATE(1967), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(1961), + [sym__multiplicative_operator] = STATE(1948), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_modifiers] = STATE(8884), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1921), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(1772), + [anon_sym_RBRACE] = ACTIONS(1696), [anon_sym_LPAREN] = ACTIONS(1698), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(1942), - [anon_sym_object] = ACTIONS(1770), - [anon_sym_fun] = ACTIONS(1770), + [anon_sym_object] = ACTIONS(1694), + [anon_sym_fun] = ACTIONS(1694), [anon_sym_DOT] = ACTIONS(1704), - [anon_sym_SEMI] = ACTIONS(1998), - [anon_sym_get] = ACTIONS(1946), - [anon_sym_set] = ACTIONS(1948), - [anon_sym_this] = ACTIONS(1770), - [anon_sym_super] = ACTIONS(1770), + [anon_sym_SEMI] = ACTIONS(2000), + [anon_sym_get] = ACTIONS(1978), + [anon_sym_set] = ACTIONS(1980), + [anon_sym_this] = ACTIONS(1694), + [anon_sym_super] = ACTIONS(1694), [anon_sym_STAR] = ACTIONS(1950), [sym_label] = ACTIONS(1714), [anon_sym_in] = ACTIONS(1952), @@ -74194,15 +74431,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1956), [anon_sym_AMP_AMP] = ACTIONS(1958), [anon_sym_PIPE_PIPE] = ACTIONS(1960), - [anon_sym_null] = ACTIONS(1770), - [anon_sym_if] = ACTIONS(1770), - [anon_sym_else] = ACTIONS(1770), - [anon_sym_when] = ACTIONS(1770), - [anon_sym_try] = ACTIONS(1770), - [anon_sym_throw] = ACTIONS(1770), - [anon_sym_return] = ACTIONS(1770), - [anon_sym_continue] = ACTIONS(1770), - [anon_sym_break] = ACTIONS(1770), + [anon_sym_null] = ACTIONS(1694), + [anon_sym_if] = ACTIONS(1694), + [anon_sym_else] = ACTIONS(1694), + [anon_sym_when] = ACTIONS(1694), + [anon_sym_try] = ACTIONS(1694), + [anon_sym_throw] = ACTIONS(1694), + [anon_sym_return] = ACTIONS(1694), + [anon_sym_continue] = ACTIONS(1694), + [anon_sym_break] = ACTIONS(1694), [anon_sym_COLON_COLON] = ACTIONS(1726), [anon_sym_BANG_EQ] = ACTIONS(1962), [anon_sym_BANG_EQ_EQ] = ACTIONS(1964), @@ -74220,7 +74457,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(1770), + [anon_sym_BANG] = ACTIONS(1694), [anon_sym_BANG_BANG] = ACTIONS(1744), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), @@ -74248,74 +74485,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(1748), [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1772), - [anon_sym_continue_AT] = ACTIONS(1772), - [anon_sym_break_AT] = ACTIONS(1772), - [sym_real_literal] = ACTIONS(1772), - [sym_integer_literal] = ACTIONS(1770), - [sym_hex_literal] = ACTIONS(1772), - [sym_bin_literal] = ACTIONS(1772), - [anon_sym_true] = ACTIONS(1770), - [anon_sym_false] = ACTIONS(1770), - [anon_sym_SQUOTE] = ACTIONS(1772), + [anon_sym_return_AT] = ACTIONS(1696), + [anon_sym_continue_AT] = ACTIONS(1696), + [anon_sym_break_AT] = ACTIONS(1696), + [sym_real_literal] = ACTIONS(1696), + [sym_integer_literal] = ACTIONS(1694), + [sym_hex_literal] = ACTIONS(1696), + [sym_bin_literal] = ACTIONS(1696), + [anon_sym_true] = ACTIONS(1694), + [anon_sym_false] = ACTIONS(1694), + [anon_sym_SQUOTE] = ACTIONS(1696), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(1772), + [sym__automatic_semicolon] = ACTIONS(1696), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1772), + [sym__string_start] = ACTIONS(1696), }, - [321] = { - [sym_getter] = STATE(3146), - [sym_setter] = STATE(3146), - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(2018), - [sym__comparison_operator] = STATE(2000), - [sym__in_operator] = STATE(1968), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(1946), - [sym__multiplicative_operator] = STATE(1930), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_modifiers] = STATE(8857), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1927), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), - [aux_sym_modifiers_repeat1] = STATE(5441), + [322] = { + [sym_getter] = STATE(1188), + [sym_setter] = STATE(1188), + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(2016), + [sym__comparison_operator] = STATE(2015), + [sym__in_operator] = STATE(1967), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(1961), + [sym__multiplicative_operator] = STATE(1948), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_modifiers] = STATE(8753), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1921), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(1784), + [anon_sym_RBRACE] = ACTIONS(1786), [anon_sym_LPAREN] = ACTIONS(1698), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(1942), - [anon_sym_object] = ACTIONS(1782), - [anon_sym_fun] = ACTIONS(1782), + [anon_sym_object] = ACTIONS(1784), + [anon_sym_fun] = ACTIONS(1784), [anon_sym_DOT] = ACTIONS(1704), - [anon_sym_SEMI] = ACTIONS(2000), - [anon_sym_get] = ACTIONS(1982), - [anon_sym_set] = ACTIONS(1984), - [anon_sym_this] = ACTIONS(1782), - [anon_sym_super] = ACTIONS(1782), + [anon_sym_SEMI] = ACTIONS(2002), + [anon_sym_get] = ACTIONS(1986), + [anon_sym_set] = ACTIONS(1988), + [anon_sym_this] = ACTIONS(1784), + [anon_sym_super] = ACTIONS(1784), [anon_sym_STAR] = ACTIONS(1950), [sym_label] = ACTIONS(1714), [anon_sym_in] = ACTIONS(1952), @@ -74323,15 +74560,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1956), [anon_sym_AMP_AMP] = ACTIONS(1958), [anon_sym_PIPE_PIPE] = ACTIONS(1960), - [anon_sym_null] = ACTIONS(1782), - [anon_sym_if] = ACTIONS(1782), - [anon_sym_else] = ACTIONS(1782), - [anon_sym_when] = ACTIONS(1782), - [anon_sym_try] = ACTIONS(1782), - [anon_sym_throw] = ACTIONS(1782), - [anon_sym_return] = ACTIONS(1782), - [anon_sym_continue] = ACTIONS(1782), - [anon_sym_break] = ACTIONS(1782), + [anon_sym_null] = ACTIONS(1784), + [anon_sym_if] = ACTIONS(1784), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_when] = ACTIONS(1784), + [anon_sym_try] = ACTIONS(1784), + [anon_sym_throw] = ACTIONS(1784), + [anon_sym_return] = ACTIONS(1784), + [anon_sym_continue] = ACTIONS(1784), + [anon_sym_break] = ACTIONS(1784), [anon_sym_COLON_COLON] = ACTIONS(1726), [anon_sym_BANG_EQ] = ACTIONS(1962), [anon_sym_BANG_EQ_EQ] = ACTIONS(1964), @@ -74349,7 +74586,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(1782), + [anon_sym_BANG] = ACTIONS(1784), [anon_sym_BANG_BANG] = ACTIONS(1744), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), @@ -74377,74 +74614,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(1748), [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1784), - [anon_sym_continue_AT] = ACTIONS(1784), - [anon_sym_break_AT] = ACTIONS(1784), - [sym_real_literal] = ACTIONS(1784), - [sym_integer_literal] = ACTIONS(1782), - [sym_hex_literal] = ACTIONS(1784), - [sym_bin_literal] = ACTIONS(1784), - [anon_sym_true] = ACTIONS(1782), - [anon_sym_false] = ACTIONS(1782), - [anon_sym_SQUOTE] = ACTIONS(1784), + [anon_sym_return_AT] = ACTIONS(1786), + [anon_sym_continue_AT] = ACTIONS(1786), + [anon_sym_break_AT] = ACTIONS(1786), + [sym_real_literal] = ACTIONS(1786), + [sym_integer_literal] = ACTIONS(1784), + [sym_hex_literal] = ACTIONS(1786), + [sym_bin_literal] = ACTIONS(1786), + [anon_sym_true] = ACTIONS(1784), + [anon_sym_false] = ACTIONS(1784), + [anon_sym_SQUOTE] = ACTIONS(1786), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(1784), + [sym__automatic_semicolon] = ACTIONS(1786), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1784), + [sym__string_start] = ACTIONS(1786), }, - [322] = { - [sym_getter] = STATE(1164), - [sym_setter] = STATE(1164), - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(2018), - [sym__comparison_operator] = STATE(2000), - [sym__in_operator] = STATE(1968), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(1946), - [sym__multiplicative_operator] = STATE(1930), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_modifiers] = STATE(8560), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1927), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), - [aux_sym_modifiers_repeat1] = STATE(5441), + [323] = { + [sym_getter] = STATE(5311), + [sym_setter] = STATE(5311), + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(2016), + [sym__comparison_operator] = STATE(2015), + [sym__in_operator] = STATE(1967), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(1961), + [sym__multiplicative_operator] = STATE(1948), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_modifiers] = STATE(8811), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1921), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_RBRACE] = ACTIONS(1772), [anon_sym_LPAREN] = ACTIONS(1698), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(1942), - [anon_sym_object] = ACTIONS(1752), - [anon_sym_fun] = ACTIONS(1752), + [anon_sym_object] = ACTIONS(1770), + [anon_sym_fun] = ACTIONS(1770), [anon_sym_DOT] = ACTIONS(1704), - [anon_sym_SEMI] = ACTIONS(2002), + [anon_sym_SEMI] = ACTIONS(2004), [anon_sym_get] = ACTIONS(1946), [anon_sym_set] = ACTIONS(1948), - [anon_sym_this] = ACTIONS(1752), - [anon_sym_super] = ACTIONS(1752), + [anon_sym_this] = ACTIONS(1770), + [anon_sym_super] = ACTIONS(1770), [anon_sym_STAR] = ACTIONS(1950), [sym_label] = ACTIONS(1714), [anon_sym_in] = ACTIONS(1952), @@ -74452,15 +74689,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1956), [anon_sym_AMP_AMP] = ACTIONS(1958), [anon_sym_PIPE_PIPE] = ACTIONS(1960), - [anon_sym_null] = ACTIONS(1752), - [anon_sym_if] = ACTIONS(1752), - [anon_sym_else] = ACTIONS(1752), - [anon_sym_when] = ACTIONS(1752), - [anon_sym_try] = ACTIONS(1752), - [anon_sym_throw] = ACTIONS(1752), - [anon_sym_return] = ACTIONS(1752), - [anon_sym_continue] = ACTIONS(1752), - [anon_sym_break] = ACTIONS(1752), + [anon_sym_null] = ACTIONS(1770), + [anon_sym_if] = ACTIONS(1770), + [anon_sym_else] = ACTIONS(1770), + [anon_sym_when] = ACTIONS(1770), + [anon_sym_try] = ACTIONS(1770), + [anon_sym_throw] = ACTIONS(1770), + [anon_sym_return] = ACTIONS(1770), + [anon_sym_continue] = ACTIONS(1770), + [anon_sym_break] = ACTIONS(1770), [anon_sym_COLON_COLON] = ACTIONS(1726), [anon_sym_BANG_EQ] = ACTIONS(1962), [anon_sym_BANG_EQ_EQ] = ACTIONS(1964), @@ -74478,7 +74715,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(1752), + [anon_sym_BANG] = ACTIONS(1770), [anon_sym_BANG_BANG] = ACTIONS(1744), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), @@ -74506,203 +74743,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(1748), [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1754), - [anon_sym_continue_AT] = ACTIONS(1754), - [anon_sym_break_AT] = ACTIONS(1754), - [sym_real_literal] = ACTIONS(1754), - [sym_integer_literal] = ACTIONS(1752), - [sym_hex_literal] = ACTIONS(1754), - [sym_bin_literal] = ACTIONS(1754), - [anon_sym_true] = ACTIONS(1752), - [anon_sym_false] = ACTIONS(1752), - [anon_sym_SQUOTE] = ACTIONS(1754), + [anon_sym_return_AT] = ACTIONS(1772), + [anon_sym_continue_AT] = ACTIONS(1772), + [anon_sym_break_AT] = ACTIONS(1772), + [sym_real_literal] = ACTIONS(1772), + [sym_integer_literal] = ACTIONS(1770), + [sym_hex_literal] = ACTIONS(1772), + [sym_bin_literal] = ACTIONS(1772), + [anon_sym_true] = ACTIONS(1770), + [anon_sym_false] = ACTIONS(1770), + [anon_sym_SQUOTE] = ACTIONS(1772), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(1754), + [sym__automatic_semicolon] = ACTIONS(1772), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1754), - }, - [323] = { - [sym__expression] = STATE(1211), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(3231), - [sym_parenthesized_expression] = STATE(3231), - [sym_collection_literal] = STATE(3231), - [sym__literal_constant] = STATE(3231), - [sym_string_literal] = STATE(3231), - [sym_lambda_literal] = STATE(3231), - [sym_anonymous_function] = STATE(3231), - [sym__function_literal] = STATE(3231), - [sym_object_literal] = STATE(3231), - [sym_this_expression] = STATE(3231), - [sym_super_expression] = STATE(3231), - [sym_if_expression] = STATE(3231), - [sym_when_expression] = STATE(3231), - [sym_try_expression] = STATE(3231), - [sym_jump_expression] = STATE(3231), - [sym_callable_reference] = STATE(3231), - [sym__prefix_unary_operator] = STATE(2185), - [sym_annotation] = STATE(2185), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3311), - [sym__return_at] = STATE(323), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(3231), - [sym_long_literal] = STATE(3231), - [sym_boolean_literal] = STATE(3231), - [sym_character_literal] = STATE(3231), - [sym__lexical_identifier] = STATE(2890), - [sym__alpha_identifier] = ACTIONS(333), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(335), - [anon_sym_as] = ACTIONS(1594), - [anon_sym_EQ] = ACTIONS(1594), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_RBRACE] = ACTIONS(1592), - [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_LT] = ACTIONS(1594), - [anon_sym_GT] = ACTIONS(1594), - [anon_sym_object] = ACTIONS(1922), - [anon_sym_fun] = ACTIONS(2004), - [anon_sym_DOT] = ACTIONS(1594), - [anon_sym_SEMI] = ACTIONS(1592), - [anon_sym_get] = ACTIONS(333), - [anon_sym_set] = ACTIONS(333), - [anon_sym_this] = ACTIONS(357), - [anon_sym_super] = ACTIONS(359), - [anon_sym_STAR] = ACTIONS(689), - [sym_label] = ACTIONS(703), - [anon_sym_in] = ACTIONS(1594), - [anon_sym_DOT_DOT] = ACTIONS(1592), - [anon_sym_QMARK_COLON] = ACTIONS(1592), - [anon_sym_AMP_AMP] = ACTIONS(1592), - [anon_sym_PIPE_PIPE] = ACTIONS(1592), - [anon_sym_null] = ACTIONS(1926), - [anon_sym_if] = ACTIONS(697), - [anon_sym_else] = ACTIONS(1594), - [anon_sym_when] = ACTIONS(375), - [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(699), - [anon_sym_return] = ACTIONS(701), - [anon_sym_continue] = ACTIONS(383), - [anon_sym_break] = ACTIONS(383), - [anon_sym_COLON_COLON] = ACTIONS(385), - [anon_sym_PLUS_EQ] = ACTIONS(1592), - [anon_sym_DASH_EQ] = ACTIONS(1592), - [anon_sym_STAR_EQ] = ACTIONS(1592), - [anon_sym_SLASH_EQ] = ACTIONS(1592), - [anon_sym_PERCENT_EQ] = ACTIONS(1592), - [anon_sym_BANG_EQ] = ACTIONS(1594), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1592), - [anon_sym_EQ_EQ] = ACTIONS(1594), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1592), - [anon_sym_LT_EQ] = ACTIONS(1592), - [anon_sym_GT_EQ] = ACTIONS(1592), - [anon_sym_BANGin] = ACTIONS(1592), - [anon_sym_is] = ACTIONS(1594), - [anon_sym_BANGis] = ACTIONS(1592), - [anon_sym_PLUS] = ACTIONS(703), - [anon_sym_DASH] = ACTIONS(703), - [anon_sym_SLASH] = ACTIONS(1594), - [anon_sym_PERCENT] = ACTIONS(1594), - [anon_sym_as_QMARK] = ACTIONS(1592), - [anon_sym_PLUS_PLUS] = ACTIONS(705), - [anon_sym_DASH_DASH] = ACTIONS(705), - [anon_sym_BANG] = ACTIONS(703), - [anon_sym_BANG_BANG] = ACTIONS(1592), - [anon_sym_data] = ACTIONS(333), - [anon_sym_inner] = ACTIONS(333), - [anon_sym_expect] = ACTIONS(333), - [anon_sym_actual] = ACTIONS(333), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(395), - [anon_sym_break_AT] = ACTIONS(397), - [sym_real_literal] = ACTIONS(1928), - [sym_integer_literal] = ACTIONS(401), - [sym_hex_literal] = ACTIONS(403), - [sym_bin_literal] = ACTIONS(403), - [anon_sym_true] = ACTIONS(405), - [anon_sym_false] = ACTIONS(405), - [anon_sym_SQUOTE] = ACTIONS(407), - [sym__backtick_identifier] = ACTIONS(409), - [sym__automatic_semicolon] = ACTIONS(1592), - [sym_safe_nav] = ACTIONS(1592), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(411), + [sym__string_start] = ACTIONS(1772), }, [324] = { - [sym_getter] = STATE(3166), - [sym_setter] = STATE(3166), - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(2018), - [sym__comparison_operator] = STATE(2000), - [sym__in_operator] = STATE(1968), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(1946), - [sym__multiplicative_operator] = STATE(1930), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_modifiers] = STATE(8857), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1927), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym_getter] = STATE(3129), + [sym_setter] = STATE(3129), + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(2016), + [sym__comparison_operator] = STATE(2015), + [sym__in_operator] = STATE(1967), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(1961), + [sym__multiplicative_operator] = STATE(1948), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_modifiers] = STATE(8884), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1921), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(1778), + [anon_sym_RBRACE] = ACTIONS(1754), [anon_sym_LPAREN] = ACTIONS(1698), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(1942), - [anon_sym_object] = ACTIONS(1776), - [anon_sym_fun] = ACTIONS(1776), + [anon_sym_object] = ACTIONS(1752), + [anon_sym_fun] = ACTIONS(1752), [anon_sym_DOT] = ACTIONS(1704), [anon_sym_SEMI] = ACTIONS(2006), - [anon_sym_get] = ACTIONS(1982), - [anon_sym_set] = ACTIONS(1984), - [anon_sym_this] = ACTIONS(1776), - [anon_sym_super] = ACTIONS(1776), + [anon_sym_get] = ACTIONS(1978), + [anon_sym_set] = ACTIONS(1980), + [anon_sym_this] = ACTIONS(1752), + [anon_sym_super] = ACTIONS(1752), [anon_sym_STAR] = ACTIONS(1950), [sym_label] = ACTIONS(1714), [anon_sym_in] = ACTIONS(1952), @@ -74710,15 +74818,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1956), [anon_sym_AMP_AMP] = ACTIONS(1958), [anon_sym_PIPE_PIPE] = ACTIONS(1960), - [anon_sym_null] = ACTIONS(1776), - [anon_sym_if] = ACTIONS(1776), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_when] = ACTIONS(1776), - [anon_sym_try] = ACTIONS(1776), - [anon_sym_throw] = ACTIONS(1776), - [anon_sym_return] = ACTIONS(1776), - [anon_sym_continue] = ACTIONS(1776), - [anon_sym_break] = ACTIONS(1776), + [anon_sym_null] = ACTIONS(1752), + [anon_sym_if] = ACTIONS(1752), + [anon_sym_else] = ACTIONS(1752), + [anon_sym_when] = ACTIONS(1752), + [anon_sym_try] = ACTIONS(1752), + [anon_sym_throw] = ACTIONS(1752), + [anon_sym_return] = ACTIONS(1752), + [anon_sym_continue] = ACTIONS(1752), + [anon_sym_break] = ACTIONS(1752), [anon_sym_COLON_COLON] = ACTIONS(1726), [anon_sym_BANG_EQ] = ACTIONS(1962), [anon_sym_BANG_EQ_EQ] = ACTIONS(1964), @@ -74736,7 +74844,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(1776), + [anon_sym_BANG] = ACTIONS(1752), [anon_sym_BANG_BANG] = ACTIONS(1744), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), @@ -74764,57 +74872,57 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(1748), [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1778), - [anon_sym_continue_AT] = ACTIONS(1778), - [anon_sym_break_AT] = ACTIONS(1778), - [sym_real_literal] = ACTIONS(1778), - [sym_integer_literal] = ACTIONS(1776), - [sym_hex_literal] = ACTIONS(1778), - [sym_bin_literal] = ACTIONS(1778), - [anon_sym_true] = ACTIONS(1776), - [anon_sym_false] = ACTIONS(1776), - [anon_sym_SQUOTE] = ACTIONS(1778), + [anon_sym_return_AT] = ACTIONS(1754), + [anon_sym_continue_AT] = ACTIONS(1754), + [anon_sym_break_AT] = ACTIONS(1754), + [sym_real_literal] = ACTIONS(1754), + [sym_integer_literal] = ACTIONS(1752), + [sym_hex_literal] = ACTIONS(1754), + [sym_bin_literal] = ACTIONS(1754), + [anon_sym_true] = ACTIONS(1752), + [anon_sym_false] = ACTIONS(1752), + [anon_sym_SQUOTE] = ACTIONS(1754), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(1778), + [sym__automatic_semicolon] = ACTIONS(1754), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1778), + [sym__string_start] = ACTIONS(1754), }, [325] = { - [sym_getter] = STATE(3334), - [sym_setter] = STATE(3334), - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(2018), - [sym__comparison_operator] = STATE(2000), - [sym__in_operator] = STATE(1968), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(1946), - [sym__multiplicative_operator] = STATE(1930), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_modifiers] = STATE(8857), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1927), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym_getter] = STATE(1182), + [sym_setter] = STATE(1182), + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(2016), + [sym__comparison_operator] = STATE(2015), + [sym__in_operator] = STATE(1967), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(1961), + [sym__multiplicative_operator] = STATE(1948), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_modifiers] = STATE(8753), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1921), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), @@ -74828,8 +74936,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_fun] = ACTIONS(1694), [anon_sym_DOT] = ACTIONS(1704), [anon_sym_SEMI] = ACTIONS(2008), - [anon_sym_get] = ACTIONS(1982), - [anon_sym_set] = ACTIONS(1984), + [anon_sym_get] = ACTIONS(1986), + [anon_sym_set] = ACTIONS(1988), [anon_sym_this] = ACTIONS(1694), [anon_sym_super] = ACTIONS(1694), [anon_sym_STAR] = ACTIONS(1950), @@ -74910,57 +75018,57 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(1696), }, [326] = { - [sym_getter] = STATE(3127), - [sym_setter] = STATE(3127), - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(2018), - [sym__comparison_operator] = STATE(2000), - [sym__in_operator] = STATE(1968), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(1946), - [sym__multiplicative_operator] = STATE(1930), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_modifiers] = STATE(8857), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1927), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym_getter] = STATE(3151), + [sym_setter] = STATE(3151), + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(2016), + [sym__comparison_operator] = STATE(2015), + [sym__in_operator] = STATE(1967), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(1961), + [sym__multiplicative_operator] = STATE(1948), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_modifiers] = STATE(8884), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1921), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(1772), + [anon_sym_RBRACE] = ACTIONS(1766), [anon_sym_LPAREN] = ACTIONS(1698), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(1942), - [anon_sym_object] = ACTIONS(1770), - [anon_sym_fun] = ACTIONS(1770), + [anon_sym_object] = ACTIONS(1764), + [anon_sym_fun] = ACTIONS(1764), [anon_sym_DOT] = ACTIONS(1704), [anon_sym_SEMI] = ACTIONS(2010), - [anon_sym_get] = ACTIONS(1982), - [anon_sym_set] = ACTIONS(1984), - [anon_sym_this] = ACTIONS(1770), - [anon_sym_super] = ACTIONS(1770), + [anon_sym_get] = ACTIONS(1978), + [anon_sym_set] = ACTIONS(1980), + [anon_sym_this] = ACTIONS(1764), + [anon_sym_super] = ACTIONS(1764), [anon_sym_STAR] = ACTIONS(1950), [sym_label] = ACTIONS(1714), [anon_sym_in] = ACTIONS(1952), @@ -74968,15 +75076,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1956), [anon_sym_AMP_AMP] = ACTIONS(1958), [anon_sym_PIPE_PIPE] = ACTIONS(1960), - [anon_sym_null] = ACTIONS(1770), - [anon_sym_if] = ACTIONS(1770), - [anon_sym_else] = ACTIONS(1770), - [anon_sym_when] = ACTIONS(1770), - [anon_sym_try] = ACTIONS(1770), - [anon_sym_throw] = ACTIONS(1770), - [anon_sym_return] = ACTIONS(1770), - [anon_sym_continue] = ACTIONS(1770), - [anon_sym_break] = ACTIONS(1770), + [anon_sym_null] = ACTIONS(1764), + [anon_sym_if] = ACTIONS(1764), + [anon_sym_else] = ACTIONS(1764), + [anon_sym_when] = ACTIONS(1764), + [anon_sym_try] = ACTIONS(1764), + [anon_sym_throw] = ACTIONS(1764), + [anon_sym_return] = ACTIONS(1764), + [anon_sym_continue] = ACTIONS(1764), + [anon_sym_break] = ACTIONS(1764), [anon_sym_COLON_COLON] = ACTIONS(1726), [anon_sym_BANG_EQ] = ACTIONS(1962), [anon_sym_BANG_EQ_EQ] = ACTIONS(1964), @@ -74994,7 +75102,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(1770), + [anon_sym_BANG] = ACTIONS(1764), [anon_sym_BANG_BANG] = ACTIONS(1744), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), @@ -75022,57 +75130,57 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(1748), [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1772), - [anon_sym_continue_AT] = ACTIONS(1772), - [anon_sym_break_AT] = ACTIONS(1772), - [sym_real_literal] = ACTIONS(1772), - [sym_integer_literal] = ACTIONS(1770), - [sym_hex_literal] = ACTIONS(1772), - [sym_bin_literal] = ACTIONS(1772), - [anon_sym_true] = ACTIONS(1770), - [anon_sym_false] = ACTIONS(1770), - [anon_sym_SQUOTE] = ACTIONS(1772), + [anon_sym_return_AT] = ACTIONS(1766), + [anon_sym_continue_AT] = ACTIONS(1766), + [anon_sym_break_AT] = ACTIONS(1766), + [sym_real_literal] = ACTIONS(1766), + [sym_integer_literal] = ACTIONS(1764), + [sym_hex_literal] = ACTIONS(1766), + [sym_bin_literal] = ACTIONS(1766), + [anon_sym_true] = ACTIONS(1764), + [anon_sym_false] = ACTIONS(1764), + [anon_sym_SQUOTE] = ACTIONS(1766), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(1772), + [sym__automatic_semicolon] = ACTIONS(1766), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1772), + [sym__string_start] = ACTIONS(1766), }, [327] = { - [sym_getter] = STATE(5303), - [sym_setter] = STATE(5303), - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(2018), - [sym__comparison_operator] = STATE(2000), - [sym__in_operator] = STATE(1968), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(1946), - [sym__multiplicative_operator] = STATE(1930), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_modifiers] = STATE(8883), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1927), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym_getter] = STATE(1155), + [sym_setter] = STATE(1155), + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(2016), + [sym__comparison_operator] = STATE(2015), + [sym__in_operator] = STATE(1967), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(1961), + [sym__multiplicative_operator] = STATE(1948), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_modifiers] = STATE(8753), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1921), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), @@ -75086,8 +75194,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_fun] = ACTIONS(1752), [anon_sym_DOT] = ACTIONS(1704), [anon_sym_SEMI] = ACTIONS(2012), - [anon_sym_get] = ACTIONS(1988), - [anon_sym_set] = ACTIONS(1990), + [anon_sym_get] = ACTIONS(1986), + [anon_sym_set] = ACTIONS(1988), [anon_sym_this] = ACTIONS(1752), [anon_sym_super] = ACTIONS(1752), [anon_sym_STAR] = ACTIONS(1950), @@ -75168,57 +75276,57 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(1754), }, [328] = { - [sym_getter] = STATE(1170), - [sym_setter] = STATE(1170), - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(2018), - [sym__comparison_operator] = STATE(2000), - [sym__in_operator] = STATE(1968), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(1946), - [sym__multiplicative_operator] = STATE(1930), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_modifiers] = STATE(8560), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1927), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym_getter] = STATE(3163), + [sym_setter] = STATE(3163), + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(2016), + [sym__comparison_operator] = STATE(2015), + [sym__in_operator] = STATE(1967), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(1961), + [sym__multiplicative_operator] = STATE(1948), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_modifiers] = STATE(8884), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1921), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(1784), + [anon_sym_RBRACE] = ACTIONS(1772), [anon_sym_LPAREN] = ACTIONS(1698), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(1942), - [anon_sym_object] = ACTIONS(1782), - [anon_sym_fun] = ACTIONS(1782), + [anon_sym_object] = ACTIONS(1770), + [anon_sym_fun] = ACTIONS(1770), [anon_sym_DOT] = ACTIONS(1704), [anon_sym_SEMI] = ACTIONS(2014), - [anon_sym_get] = ACTIONS(1946), - [anon_sym_set] = ACTIONS(1948), - [anon_sym_this] = ACTIONS(1782), - [anon_sym_super] = ACTIONS(1782), + [anon_sym_get] = ACTIONS(1978), + [anon_sym_set] = ACTIONS(1980), + [anon_sym_this] = ACTIONS(1770), + [anon_sym_super] = ACTIONS(1770), [anon_sym_STAR] = ACTIONS(1950), [sym_label] = ACTIONS(1714), [anon_sym_in] = ACTIONS(1952), @@ -75226,15 +75334,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1956), [anon_sym_AMP_AMP] = ACTIONS(1958), [anon_sym_PIPE_PIPE] = ACTIONS(1960), - [anon_sym_null] = ACTIONS(1782), - [anon_sym_if] = ACTIONS(1782), - [anon_sym_else] = ACTIONS(1782), - [anon_sym_when] = ACTIONS(1782), - [anon_sym_try] = ACTIONS(1782), - [anon_sym_throw] = ACTIONS(1782), - [anon_sym_return] = ACTIONS(1782), - [anon_sym_continue] = ACTIONS(1782), - [anon_sym_break] = ACTIONS(1782), + [anon_sym_null] = ACTIONS(1770), + [anon_sym_if] = ACTIONS(1770), + [anon_sym_else] = ACTIONS(1770), + [anon_sym_when] = ACTIONS(1770), + [anon_sym_try] = ACTIONS(1770), + [anon_sym_throw] = ACTIONS(1770), + [anon_sym_return] = ACTIONS(1770), + [anon_sym_continue] = ACTIONS(1770), + [anon_sym_break] = ACTIONS(1770), [anon_sym_COLON_COLON] = ACTIONS(1726), [anon_sym_BANG_EQ] = ACTIONS(1962), [anon_sym_BANG_EQ_EQ] = ACTIONS(1964), @@ -75252,7 +75360,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(1782), + [anon_sym_BANG] = ACTIONS(1770), [anon_sym_BANG_BANG] = ACTIONS(1744), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), @@ -75280,74 +75388,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(1748), [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1784), - [anon_sym_continue_AT] = ACTIONS(1784), - [anon_sym_break_AT] = ACTIONS(1784), - [sym_real_literal] = ACTIONS(1784), - [sym_integer_literal] = ACTIONS(1782), - [sym_hex_literal] = ACTIONS(1784), - [sym_bin_literal] = ACTIONS(1784), - [anon_sym_true] = ACTIONS(1782), - [anon_sym_false] = ACTIONS(1782), - [anon_sym_SQUOTE] = ACTIONS(1784), + [anon_sym_return_AT] = ACTIONS(1772), + [anon_sym_continue_AT] = ACTIONS(1772), + [anon_sym_break_AT] = ACTIONS(1772), + [sym_real_literal] = ACTIONS(1772), + [sym_integer_literal] = ACTIONS(1770), + [sym_hex_literal] = ACTIONS(1772), + [sym_bin_literal] = ACTIONS(1772), + [anon_sym_true] = ACTIONS(1770), + [anon_sym_false] = ACTIONS(1770), + [anon_sym_SQUOTE] = ACTIONS(1772), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(1784), + [sym__automatic_semicolon] = ACTIONS(1772), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1784), + [sym__string_start] = ACTIONS(1772), }, [329] = { - [sym_getter] = STATE(3139), - [sym_setter] = STATE(3139), - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(2018), - [sym__comparison_operator] = STATE(2000), - [sym__in_operator] = STATE(1968), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(1946), - [sym__multiplicative_operator] = STATE(1930), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_modifiers] = STATE(8857), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1927), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym_getter] = STATE(1138), + [sym_setter] = STATE(1138), + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(2016), + [sym__comparison_operator] = STATE(2015), + [sym__in_operator] = STATE(1967), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(1961), + [sym__multiplicative_operator] = STATE(1948), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_modifiers] = STATE(8753), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1921), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_RBRACE] = ACTIONS(1766), [anon_sym_LPAREN] = ACTIONS(1698), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(1942), - [anon_sym_object] = ACTIONS(1752), - [anon_sym_fun] = ACTIONS(1752), + [anon_sym_object] = ACTIONS(1764), + [anon_sym_fun] = ACTIONS(1764), [anon_sym_DOT] = ACTIONS(1704), [anon_sym_SEMI] = ACTIONS(2016), - [anon_sym_get] = ACTIONS(1982), - [anon_sym_set] = ACTIONS(1984), - [anon_sym_this] = ACTIONS(1752), - [anon_sym_super] = ACTIONS(1752), + [anon_sym_get] = ACTIONS(1986), + [anon_sym_set] = ACTIONS(1988), + [anon_sym_this] = ACTIONS(1764), + [anon_sym_super] = ACTIONS(1764), [anon_sym_STAR] = ACTIONS(1950), [sym_label] = ACTIONS(1714), [anon_sym_in] = ACTIONS(1952), @@ -75355,15 +75463,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1956), [anon_sym_AMP_AMP] = ACTIONS(1958), [anon_sym_PIPE_PIPE] = ACTIONS(1960), - [anon_sym_null] = ACTIONS(1752), - [anon_sym_if] = ACTIONS(1752), - [anon_sym_else] = ACTIONS(1752), - [anon_sym_when] = ACTIONS(1752), - [anon_sym_try] = ACTIONS(1752), - [anon_sym_throw] = ACTIONS(1752), - [anon_sym_return] = ACTIONS(1752), - [anon_sym_continue] = ACTIONS(1752), - [anon_sym_break] = ACTIONS(1752), + [anon_sym_null] = ACTIONS(1764), + [anon_sym_if] = ACTIONS(1764), + [anon_sym_else] = ACTIONS(1764), + [anon_sym_when] = ACTIONS(1764), + [anon_sym_try] = ACTIONS(1764), + [anon_sym_throw] = ACTIONS(1764), + [anon_sym_return] = ACTIONS(1764), + [anon_sym_continue] = ACTIONS(1764), + [anon_sym_break] = ACTIONS(1764), [anon_sym_COLON_COLON] = ACTIONS(1726), [anon_sym_BANG_EQ] = ACTIONS(1962), [anon_sym_BANG_EQ_EQ] = ACTIONS(1964), @@ -75381,7 +75489,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(1752), + [anon_sym_BANG] = ACTIONS(1764), [anon_sym_BANG_BANG] = ACTIONS(1744), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), @@ -75409,74 +75517,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(1748), [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1754), - [anon_sym_continue_AT] = ACTIONS(1754), - [anon_sym_break_AT] = ACTIONS(1754), - [sym_real_literal] = ACTIONS(1754), - [sym_integer_literal] = ACTIONS(1752), - [sym_hex_literal] = ACTIONS(1754), - [sym_bin_literal] = ACTIONS(1754), - [anon_sym_true] = ACTIONS(1752), - [anon_sym_false] = ACTIONS(1752), - [anon_sym_SQUOTE] = ACTIONS(1754), + [anon_sym_return_AT] = ACTIONS(1766), + [anon_sym_continue_AT] = ACTIONS(1766), + [anon_sym_break_AT] = ACTIONS(1766), + [sym_real_literal] = ACTIONS(1766), + [sym_integer_literal] = ACTIONS(1764), + [sym_hex_literal] = ACTIONS(1766), + [sym_bin_literal] = ACTIONS(1766), + [anon_sym_true] = ACTIONS(1764), + [anon_sym_false] = ACTIONS(1764), + [anon_sym_SQUOTE] = ACTIONS(1766), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(1754), + [sym__automatic_semicolon] = ACTIONS(1766), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1754), + [sym__string_start] = ACTIONS(1766), }, [330] = { - [sym_getter] = STATE(5363), - [sym_setter] = STATE(5363), - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(2018), - [sym__comparison_operator] = STATE(2000), - [sym__in_operator] = STATE(1968), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(1946), - [sym__multiplicative_operator] = STATE(1930), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_modifiers] = STATE(8883), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1927), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym_getter] = STATE(1128), + [sym_setter] = STATE(1128), + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(2016), + [sym__comparison_operator] = STATE(2015), + [sym__in_operator] = STATE(1967), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(1961), + [sym__multiplicative_operator] = STATE(1948), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_modifiers] = STATE(8753), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1921), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(1766), + [anon_sym_RBRACE] = ACTIONS(1772), [anon_sym_LPAREN] = ACTIONS(1698), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(1942), - [anon_sym_object] = ACTIONS(1764), - [anon_sym_fun] = ACTIONS(1764), + [anon_sym_object] = ACTIONS(1770), + [anon_sym_fun] = ACTIONS(1770), [anon_sym_DOT] = ACTIONS(1704), [anon_sym_SEMI] = ACTIONS(2018), - [anon_sym_get] = ACTIONS(1988), - [anon_sym_set] = ACTIONS(1990), - [anon_sym_this] = ACTIONS(1764), - [anon_sym_super] = ACTIONS(1764), + [anon_sym_get] = ACTIONS(1986), + [anon_sym_set] = ACTIONS(1988), + [anon_sym_this] = ACTIONS(1770), + [anon_sym_super] = ACTIONS(1770), [anon_sym_STAR] = ACTIONS(1950), [sym_label] = ACTIONS(1714), [anon_sym_in] = ACTIONS(1952), @@ -75484,15 +75592,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1956), [anon_sym_AMP_AMP] = ACTIONS(1958), [anon_sym_PIPE_PIPE] = ACTIONS(1960), - [anon_sym_null] = ACTIONS(1764), - [anon_sym_if] = ACTIONS(1764), - [anon_sym_else] = ACTIONS(1764), - [anon_sym_when] = ACTIONS(1764), - [anon_sym_try] = ACTIONS(1764), - [anon_sym_throw] = ACTIONS(1764), - [anon_sym_return] = ACTIONS(1764), - [anon_sym_continue] = ACTIONS(1764), - [anon_sym_break] = ACTIONS(1764), + [anon_sym_null] = ACTIONS(1770), + [anon_sym_if] = ACTIONS(1770), + [anon_sym_else] = ACTIONS(1770), + [anon_sym_when] = ACTIONS(1770), + [anon_sym_try] = ACTIONS(1770), + [anon_sym_throw] = ACTIONS(1770), + [anon_sym_return] = ACTIONS(1770), + [anon_sym_continue] = ACTIONS(1770), + [anon_sym_break] = ACTIONS(1770), [anon_sym_COLON_COLON] = ACTIONS(1726), [anon_sym_BANG_EQ] = ACTIONS(1962), [anon_sym_BANG_EQ_EQ] = ACTIONS(1964), @@ -75510,7 +75618,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(1764), + [anon_sym_BANG] = ACTIONS(1770), [anon_sym_BANG_BANG] = ACTIONS(1744), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), @@ -75538,105 +75646,105 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(1748), [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1766), - [anon_sym_continue_AT] = ACTIONS(1766), - [anon_sym_break_AT] = ACTIONS(1766), - [sym_real_literal] = ACTIONS(1766), - [sym_integer_literal] = ACTIONS(1764), - [sym_hex_literal] = ACTIONS(1766), - [sym_bin_literal] = ACTIONS(1766), - [anon_sym_true] = ACTIONS(1764), - [anon_sym_false] = ACTIONS(1764), - [anon_sym_SQUOTE] = ACTIONS(1766), + [anon_sym_return_AT] = ACTIONS(1772), + [anon_sym_continue_AT] = ACTIONS(1772), + [anon_sym_break_AT] = ACTIONS(1772), + [sym_real_literal] = ACTIONS(1772), + [sym_integer_literal] = ACTIONS(1770), + [sym_hex_literal] = ACTIONS(1772), + [sym_bin_literal] = ACTIONS(1772), + [anon_sym_true] = ACTIONS(1770), + [anon_sym_false] = ACTIONS(1770), + [anon_sym_SQUOTE] = ACTIONS(1772), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(1766), + [sym__automatic_semicolon] = ACTIONS(1772), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1766), + [sym__string_start] = ACTIONS(1772), }, [331] = { - [sym__expression] = STATE(4024), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(2296), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [sym__expression] = STATE(4006), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(1897), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_RBRACK] = ACTIONS(1592), - [anon_sym_as] = ACTIONS(1594), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_RBRACK] = ACTIONS(1399), + [anon_sym_as] = ACTIONS(1401), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(1592), + [anon_sym_RBRACE] = ACTIONS(1399), [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_COMMA] = ACTIONS(1592), - [anon_sym_RPAREN] = ACTIONS(1592), - [anon_sym_LT] = ACTIONS(1594), - [anon_sym_GT] = ACTIONS(1594), - [anon_sym_where] = ACTIONS(1594), + [anon_sym_COMMA] = ACTIONS(1399), + [anon_sym_RPAREN] = ACTIONS(1399), + [anon_sym_LT] = ACTIONS(1401), + [anon_sym_GT] = ACTIONS(1401), + [anon_sym_where] = ACTIONS(1401), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(2020), - [anon_sym_DOT] = ACTIONS(1594), - [anon_sym_SEMI] = ACTIONS(1592), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_DOT] = ACTIONS(1401), + [anon_sym_SEMI] = ACTIONS(1399), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(845), - [anon_sym_DASH_GT] = ACTIONS(1592), - [sym_label] = ACTIONS(853), - [anon_sym_in] = ACTIONS(1594), - [anon_sym_while] = ACTIONS(1594), - [anon_sym_DOT_DOT] = ACTIONS(1592), - [anon_sym_QMARK_COLON] = ACTIONS(1592), - [anon_sym_AMP_AMP] = ACTIONS(1592), - [anon_sym_PIPE_PIPE] = ACTIONS(1592), + [anon_sym_STAR] = ACTIONS(813), + [anon_sym_DASH_GT] = ACTIONS(1399), + [sym_label] = ACTIONS(821), + [anon_sym_in] = ACTIONS(1401), + [anon_sym_while] = ACTIONS(1401), + [anon_sym_DOT_DOT] = ACTIONS(1399), + [anon_sym_QMARK_COLON] = ACTIONS(1399), + [anon_sym_AMP_AMP] = ACTIONS(1399), + [anon_sym_PIPE_PIPE] = ACTIONS(1399), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(2022), - [anon_sym_else] = ACTIONS(1594), + [anon_sym_else] = ACTIONS(1401), [anon_sym_when] = ACTIONS(245), [anon_sym_try] = ACTIONS(247), [anon_sym_throw] = ACTIONS(2024), @@ -75644,28 +75752,28 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_BANG_EQ] = ACTIONS(1594), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1592), - [anon_sym_EQ_EQ] = ACTIONS(1594), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1592), - [anon_sym_LT_EQ] = ACTIONS(1592), - [anon_sym_GT_EQ] = ACTIONS(1592), - [anon_sym_BANGin] = ACTIONS(1592), - [anon_sym_is] = ACTIONS(1594), - [anon_sym_BANGis] = ACTIONS(1592), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_SLASH] = ACTIONS(1594), - [anon_sym_PERCENT] = ACTIONS(1592), - [anon_sym_as_QMARK] = ACTIONS(1592), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(853), - [anon_sym_BANG_BANG] = ACTIONS(1592), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_BANG_EQ] = ACTIONS(1401), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1399), + [anon_sym_EQ_EQ] = ACTIONS(1401), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1399), + [anon_sym_LT_EQ] = ACTIONS(1399), + [anon_sym_GT_EQ] = ACTIONS(1399), + [anon_sym_BANGin] = ACTIONS(1399), + [anon_sym_is] = ACTIONS(1401), + [anon_sym_BANGis] = ACTIONS(1399), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_SLASH] = ACTIONS(1401), + [anon_sym_PERCENT] = ACTIONS(1399), + [anon_sym_as_QMARK] = ACTIONS(1399), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(821), + [anon_sym_BANG_BANG] = ACTIONS(1399), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -75678,60 +75786,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(277), [anon_sym_SQUOTE] = ACTIONS(279), [sym__backtick_identifier] = ACTIONS(281), - [sym_safe_nav] = ACTIONS(1592), + [sym_safe_nav] = ACTIONS(1399), [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, [332] = { - [sym__expression] = STATE(1205), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(3231), - [sym_parenthesized_expression] = STATE(3231), - [sym_collection_literal] = STATE(3231), - [sym__literal_constant] = STATE(3231), - [sym_string_literal] = STATE(3231), - [sym_lambda_literal] = STATE(3231), - [sym_anonymous_function] = STATE(3231), - [sym__function_literal] = STATE(3231), - [sym_object_literal] = STATE(3231), - [sym_this_expression] = STATE(3231), - [sym_super_expression] = STATE(3231), - [sym_if_expression] = STATE(3231), - [sym_when_expression] = STATE(3231), - [sym_try_expression] = STATE(3231), - [sym_jump_expression] = STATE(3231), - [sym_callable_reference] = STATE(3231), - [sym__prefix_unary_operator] = STATE(2185), - [sym_annotation] = STATE(2185), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3311), - [sym__return_at] = STATE(323), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(3231), - [sym_long_literal] = STATE(3231), - [sym_boolean_literal] = STATE(3231), - [sym_character_literal] = STATE(3231), - [sym__lexical_identifier] = STATE(2890), + [sym__expression] = STATE(526), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2117), + [sym_annotation] = STATE(2117), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(270), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), [sym__alpha_identifier] = ACTIONS(2028), [anon_sym_AT] = ACTIONS(2031), [anon_sym_LBRACK] = ACTIONS(2035), @@ -75809,55 +75917,55 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(2126), }, [333] = { - [sym__expression] = STATE(2414), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(2280), - [sym_annotation] = STATE(2280), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(267), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), + [sym__expression] = STATE(1290), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(2261), + [sym_annotation] = STATE(2261), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(262), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), [sym__alpha_identifier] = ACTIONS(2129), [anon_sym_AT] = ACTIONS(2031), [anon_sym_LBRACK] = ACTIONS(2132), @@ -75935,96 +76043,96 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(2219), }, [334] = { - [sym__expression] = STATE(1012), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(1786), - [sym_annotation] = STATE(1786), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(255), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), - [sym__alpha_identifier] = ACTIONS(2222), + [sym__expression] = STATE(468), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2340), + [sym_annotation] = STATE(2340), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(266), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), + [sym__alpha_identifier] = ACTIONS(2028), [anon_sym_AT] = ACTIONS(2031), - [anon_sym_LBRACK] = ACTIONS(2225), + [anon_sym_LBRACK] = ACTIONS(2035), [anon_sym_typealias] = ACTIONS(2038), [anon_sym_class] = ACTIONS(2038), [anon_sym_interface] = ACTIONS(2038), [anon_sym_enum] = ACTIONS(2038), - [anon_sym_LBRACE] = ACTIONS(2228), - [anon_sym_LPAREN] = ACTIONS(2231), + [anon_sym_LBRACE] = ACTIONS(2040), + [anon_sym_LPAREN] = ACTIONS(2043), [anon_sym_val] = ACTIONS(2038), [anon_sym_var] = ACTIONS(2038), - [anon_sym_object] = ACTIONS(2234), - [anon_sym_fun] = ACTIONS(2238), - [anon_sym_get] = ACTIONS(2242), - [anon_sym_set] = ACTIONS(2242), - [anon_sym_this] = ACTIONS(2246), - [anon_sym_super] = ACTIONS(2249), - [anon_sym_STAR] = ACTIONS(2252), - [sym_label] = ACTIONS(2255), + [anon_sym_object] = ACTIONS(2046), + [anon_sym_fun] = ACTIONS(2222), + [anon_sym_get] = ACTIONS(2054), + [anon_sym_set] = ACTIONS(2054), + [anon_sym_this] = ACTIONS(2058), + [anon_sym_super] = ACTIONS(2061), + [anon_sym_STAR] = ACTIONS(2226), + [sym_label] = ACTIONS(2229), [anon_sym_for] = ACTIONS(2070), [anon_sym_while] = ACTIONS(2070), [anon_sym_do] = ACTIONS(2070), - [anon_sym_null] = ACTIONS(2258), - [anon_sym_if] = ACTIONS(2261), - [anon_sym_when] = ACTIONS(2264), - [anon_sym_try] = ACTIONS(2267), - [anon_sym_throw] = ACTIONS(2270), - [anon_sym_return] = ACTIONS(2273), - [anon_sym_continue] = ACTIONS(2276), - [anon_sym_break] = ACTIONS(2276), - [anon_sym_COLON_COLON] = ACTIONS(2279), - [anon_sym_PLUS] = ACTIONS(2255), - [anon_sym_DASH] = ACTIONS(2255), - [anon_sym_PLUS_PLUS] = ACTIONS(2282), - [anon_sym_DASH_DASH] = ACTIONS(2282), - [anon_sym_BANG] = ACTIONS(2282), + [anon_sym_null] = ACTIONS(2072), + [anon_sym_if] = ACTIONS(2232), + [anon_sym_when] = ACTIONS(2078), + [anon_sym_try] = ACTIONS(2081), + [anon_sym_throw] = ACTIONS(2235), + [anon_sym_return] = ACTIONS(2238), + [anon_sym_continue] = ACTIONS(2090), + [anon_sym_break] = ACTIONS(2090), + [anon_sym_COLON_COLON] = ACTIONS(2093), + [anon_sym_PLUS] = ACTIONS(2229), + [anon_sym_DASH] = ACTIONS(2229), + [anon_sym_PLUS_PLUS] = ACTIONS(2241), + [anon_sym_DASH_DASH] = ACTIONS(2241), + [anon_sym_BANG] = ACTIONS(2241), [anon_sym_suspend] = ACTIONS(2038), [anon_sym_sealed] = ACTIONS(2038), [anon_sym_annotation] = ACTIONS(2038), - [anon_sym_data] = ACTIONS(2242), - [anon_sym_inner] = ACTIONS(2242), + [anon_sym_data] = ACTIONS(2054), + [anon_sym_inner] = ACTIONS(2054), [anon_sym_override] = ACTIONS(2038), [anon_sym_lateinit] = ACTIONS(2038), [anon_sym_public] = ACTIONS(2038), @@ -76043,114 +76151,114 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(2038), [anon_sym_noinline] = ACTIONS(2038), [anon_sym_crossinline] = ACTIONS(2038), - [anon_sym_expect] = ACTIONS(2242), - [anon_sym_actual] = ACTIONS(2242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(2285), - [anon_sym_continue_AT] = ACTIONS(2288), - [anon_sym_break_AT] = ACTIONS(2291), - [sym_real_literal] = ACTIONS(2294), - [sym_integer_literal] = ACTIONS(2297), - [sym_hex_literal] = ACTIONS(2300), - [sym_bin_literal] = ACTIONS(2300), - [anon_sym_true] = ACTIONS(2303), - [anon_sym_false] = ACTIONS(2303), - [anon_sym_SQUOTE] = ACTIONS(2306), - [sym__backtick_identifier] = ACTIONS(2309), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2312), + [anon_sym_expect] = ACTIONS(2054), + [anon_sym_actual] = ACTIONS(2054), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(2099), + [anon_sym_continue_AT] = ACTIONS(2102), + [anon_sym_break_AT] = ACTIONS(2105), + [sym_real_literal] = ACTIONS(2108), + [sym_integer_literal] = ACTIONS(2111), + [sym_hex_literal] = ACTIONS(2114), + [sym_bin_literal] = ACTIONS(2114), + [anon_sym_true] = ACTIONS(2117), + [anon_sym_false] = ACTIONS(2117), + [anon_sym_SQUOTE] = ACTIONS(2120), + [sym__backtick_identifier] = ACTIONS(2123), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(2126), }, [335] = { - [sym__expression] = STATE(1238), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(1620), - [sym_annotation] = STATE(1620), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(261), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), - [sym__alpha_identifier] = ACTIONS(2129), + [sym__expression] = STATE(4151), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4931), + [sym_parenthesized_expression] = STATE(4931), + [sym_collection_literal] = STATE(4931), + [sym__literal_constant] = STATE(4931), + [sym_string_literal] = STATE(4931), + [sym_lambda_literal] = STATE(4931), + [sym_anonymous_function] = STATE(4931), + [sym__function_literal] = STATE(4931), + [sym_object_literal] = STATE(4931), + [sym_this_expression] = STATE(4931), + [sym_super_expression] = STATE(4931), + [sym_if_expression] = STATE(4931), + [sym_when_expression] = STATE(4931), + [sym_try_expression] = STATE(4931), + [sym_jump_expression] = STATE(4931), + [sym_callable_reference] = STATE(4931), + [sym__prefix_unary_operator] = STATE(1988), + [sym_annotation] = STATE(1988), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4928), + [sym__return_at] = STATE(376), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4931), + [sym_long_literal] = STATE(4931), + [sym_boolean_literal] = STATE(4931), + [sym_character_literal] = STATE(4931), + [sym__lexical_identifier] = STATE(4566), + [sym__alpha_identifier] = ACTIONS(2244), [anon_sym_AT] = ACTIONS(2031), - [anon_sym_LBRACK] = ACTIONS(2132), + [anon_sym_LBRACK] = ACTIONS(2247), [anon_sym_typealias] = ACTIONS(2038), [anon_sym_class] = ACTIONS(2038), [anon_sym_interface] = ACTIONS(2038), [anon_sym_enum] = ACTIONS(2038), - [anon_sym_LBRACE] = ACTIONS(2135), - [anon_sym_LPAREN] = ACTIONS(2138), + [anon_sym_LBRACE] = ACTIONS(2250), + [anon_sym_LPAREN] = ACTIONS(2253), [anon_sym_val] = ACTIONS(2038), [anon_sym_var] = ACTIONS(2038), - [anon_sym_object] = ACTIONS(2141), - [anon_sym_fun] = ACTIONS(2315), - [anon_sym_get] = ACTIONS(2149), - [anon_sym_set] = ACTIONS(2149), - [anon_sym_this] = ACTIONS(2153), - [anon_sym_super] = ACTIONS(2156), - [anon_sym_STAR] = ACTIONS(2319), - [sym_label] = ACTIONS(2322), + [anon_sym_object] = ACTIONS(2256), + [anon_sym_fun] = ACTIONS(2260), + [anon_sym_get] = ACTIONS(2264), + [anon_sym_set] = ACTIONS(2264), + [anon_sym_this] = ACTIONS(2268), + [anon_sym_super] = ACTIONS(2271), + [anon_sym_STAR] = ACTIONS(2274), + [sym_label] = ACTIONS(2277), [anon_sym_for] = ACTIONS(2070), [anon_sym_while] = ACTIONS(2070), [anon_sym_do] = ACTIONS(2070), - [anon_sym_null] = ACTIONS(2165), - [anon_sym_if] = ACTIONS(2325), - [anon_sym_when] = ACTIONS(2171), - [anon_sym_try] = ACTIONS(2174), - [anon_sym_throw] = ACTIONS(2328), - [anon_sym_return] = ACTIONS(2331), - [anon_sym_continue] = ACTIONS(2183), - [anon_sym_break] = ACTIONS(2183), - [anon_sym_COLON_COLON] = ACTIONS(2186), - [anon_sym_PLUS] = ACTIONS(2322), - [anon_sym_DASH] = ACTIONS(2322), - [anon_sym_PLUS_PLUS] = ACTIONS(2334), - [anon_sym_DASH_DASH] = ACTIONS(2334), - [anon_sym_BANG] = ACTIONS(2334), + [anon_sym_null] = ACTIONS(2280), + [anon_sym_if] = ACTIONS(2283), + [anon_sym_when] = ACTIONS(2286), + [anon_sym_try] = ACTIONS(2289), + [anon_sym_throw] = ACTIONS(2292), + [anon_sym_return] = ACTIONS(2295), + [anon_sym_continue] = ACTIONS(2298), + [anon_sym_break] = ACTIONS(2298), + [anon_sym_COLON_COLON] = ACTIONS(2301), + [anon_sym_PLUS] = ACTIONS(2277), + [anon_sym_DASH] = ACTIONS(2277), + [anon_sym_PLUS_PLUS] = ACTIONS(2304), + [anon_sym_DASH_DASH] = ACTIONS(2304), + [anon_sym_BANG] = ACTIONS(2304), [anon_sym_suspend] = ACTIONS(2038), [anon_sym_sealed] = ACTIONS(2038), [anon_sym_annotation] = ACTIONS(2038), - [anon_sym_data] = ACTIONS(2149), - [anon_sym_inner] = ACTIONS(2149), + [anon_sym_data] = ACTIONS(2264), + [anon_sym_inner] = ACTIONS(2264), [anon_sym_override] = ACTIONS(2038), [anon_sym_lateinit] = ACTIONS(2038), [anon_sym_public] = ACTIONS(2038), @@ -76169,73 +76277,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(2038), [anon_sym_noinline] = ACTIONS(2038), [anon_sym_crossinline] = ACTIONS(2038), - [anon_sym_expect] = ACTIONS(2149), - [anon_sym_actual] = ACTIONS(2149), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(2192), - [anon_sym_continue_AT] = ACTIONS(2195), - [anon_sym_break_AT] = ACTIONS(2198), - [sym_real_literal] = ACTIONS(2201), - [sym_integer_literal] = ACTIONS(2204), - [sym_hex_literal] = ACTIONS(2207), - [sym_bin_literal] = ACTIONS(2207), - [anon_sym_true] = ACTIONS(2210), - [anon_sym_false] = ACTIONS(2210), - [anon_sym_SQUOTE] = ACTIONS(2213), - [sym__backtick_identifier] = ACTIONS(2216), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2219), + [anon_sym_expect] = ACTIONS(2264), + [anon_sym_actual] = ACTIONS(2264), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(2307), + [anon_sym_continue_AT] = ACTIONS(2310), + [anon_sym_break_AT] = ACTIONS(2313), + [sym_real_literal] = ACTIONS(2316), + [sym_integer_literal] = ACTIONS(2319), + [sym_hex_literal] = ACTIONS(2322), + [sym_bin_literal] = ACTIONS(2322), + [anon_sym_true] = ACTIONS(2325), + [anon_sym_false] = ACTIONS(2325), + [anon_sym_SQUOTE] = ACTIONS(2328), + [sym__backtick_identifier] = ACTIONS(2331), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(2334), }, [336] = { - [sym__expression] = STATE(475), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2001), - [sym_annotation] = STATE(2001), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(266), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), + [sym__expression] = STATE(3885), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1630), + [sym_annotation] = STATE(1630), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(310), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), [sym__alpha_identifier] = ACTIONS(2337), [anon_sym_AT] = ACTIONS(2031), [anon_sym_LBRACK] = ACTIONS(2340), @@ -76298,111 +76406,111 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(2357), [anon_sym_actual] = ACTIONS(2357), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(2192), - [anon_sym_continue_AT] = ACTIONS(2400), - [anon_sym_break_AT] = ACTIONS(2403), - [sym_real_literal] = ACTIONS(2406), - [sym_integer_literal] = ACTIONS(2409), - [sym_hex_literal] = ACTIONS(2412), - [sym_bin_literal] = ACTIONS(2412), - [anon_sym_true] = ACTIONS(2415), - [anon_sym_false] = ACTIONS(2415), - [anon_sym_SQUOTE] = ACTIONS(2418), - [sym__backtick_identifier] = ACTIONS(2421), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2424), + [anon_sym_return_AT] = ACTIONS(2400), + [anon_sym_continue_AT] = ACTIONS(2403), + [anon_sym_break_AT] = ACTIONS(2406), + [sym_real_literal] = ACTIONS(2409), + [sym_integer_literal] = ACTIONS(2412), + [sym_hex_literal] = ACTIONS(2415), + [sym_bin_literal] = ACTIONS(2415), + [anon_sym_true] = ACTIONS(2418), + [anon_sym_false] = ACTIONS(2418), + [anon_sym_SQUOTE] = ACTIONS(2421), + [sym__backtick_identifier] = ACTIONS(2424), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(2427), }, [337] = { - [sym__expression] = STATE(3733), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2343), - [sym_annotation] = STATE(2343), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(310), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(2427), + [sym__expression] = STATE(2090), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(3399), + [sym_parenthesized_expression] = STATE(3399), + [sym_collection_literal] = STATE(3399), + [sym__literal_constant] = STATE(3399), + [sym_string_literal] = STATE(3399), + [sym_lambda_literal] = STATE(3399), + [sym_anonymous_function] = STATE(3399), + [sym__function_literal] = STATE(3399), + [sym_object_literal] = STATE(3399), + [sym_this_expression] = STATE(3399), + [sym_super_expression] = STATE(3399), + [sym_if_expression] = STATE(3399), + [sym_when_expression] = STATE(3399), + [sym_try_expression] = STATE(3399), + [sym_jump_expression] = STATE(3399), + [sym_callable_reference] = STATE(3399), + [sym__prefix_unary_operator] = STATE(2070), + [sym_annotation] = STATE(2070), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3347), + [sym__return_at] = STATE(401), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(3399), + [sym_long_literal] = STATE(3399), + [sym_boolean_literal] = STATE(3399), + [sym_character_literal] = STATE(3399), + [sym__lexical_identifier] = STATE(2837), + [sym__alpha_identifier] = ACTIONS(2430), [anon_sym_AT] = ACTIONS(2031), - [anon_sym_LBRACK] = ACTIONS(2430), + [anon_sym_LBRACK] = ACTIONS(2433), [anon_sym_typealias] = ACTIONS(2038), [anon_sym_class] = ACTIONS(2038), [anon_sym_interface] = ACTIONS(2038), [anon_sym_enum] = ACTIONS(2038), - [anon_sym_LBRACE] = ACTIONS(2433), - [anon_sym_LPAREN] = ACTIONS(2436), + [anon_sym_LBRACE] = ACTIONS(2436), + [anon_sym_LPAREN] = ACTIONS(2439), [anon_sym_val] = ACTIONS(2038), [anon_sym_var] = ACTIONS(2038), - [anon_sym_object] = ACTIONS(2439), - [anon_sym_fun] = ACTIONS(2443), - [anon_sym_get] = ACTIONS(2447), - [anon_sym_set] = ACTIONS(2447), - [anon_sym_this] = ACTIONS(2451), - [anon_sym_super] = ACTIONS(2454), - [anon_sym_STAR] = ACTIONS(2457), - [sym_label] = ACTIONS(2460), + [anon_sym_object] = ACTIONS(2442), + [anon_sym_fun] = ACTIONS(2446), + [anon_sym_get] = ACTIONS(2450), + [anon_sym_set] = ACTIONS(2450), + [anon_sym_this] = ACTIONS(2454), + [anon_sym_super] = ACTIONS(2457), + [anon_sym_STAR] = ACTIONS(2460), + [sym_label] = ACTIONS(2463), [anon_sym_for] = ACTIONS(2070), [anon_sym_while] = ACTIONS(2070), [anon_sym_do] = ACTIONS(2070), - [anon_sym_null] = ACTIONS(2463), - [anon_sym_if] = ACTIONS(2466), - [anon_sym_when] = ACTIONS(2469), - [anon_sym_try] = ACTIONS(2472), - [anon_sym_throw] = ACTIONS(2475), - [anon_sym_return] = ACTIONS(2478), - [anon_sym_continue] = ACTIONS(2481), - [anon_sym_break] = ACTIONS(2481), - [anon_sym_COLON_COLON] = ACTIONS(2484), - [anon_sym_PLUS] = ACTIONS(2460), - [anon_sym_DASH] = ACTIONS(2460), - [anon_sym_PLUS_PLUS] = ACTIONS(2487), - [anon_sym_DASH_DASH] = ACTIONS(2487), - [anon_sym_BANG] = ACTIONS(2487), + [anon_sym_null] = ACTIONS(2466), + [anon_sym_if] = ACTIONS(2469), + [anon_sym_when] = ACTIONS(2472), + [anon_sym_try] = ACTIONS(2475), + [anon_sym_throw] = ACTIONS(2478), + [anon_sym_return] = ACTIONS(2481), + [anon_sym_continue] = ACTIONS(2484), + [anon_sym_break] = ACTIONS(2484), + [anon_sym_COLON_COLON] = ACTIONS(2487), + [anon_sym_PLUS] = ACTIONS(2463), + [anon_sym_DASH] = ACTIONS(2463), + [anon_sym_PLUS_PLUS] = ACTIONS(2490), + [anon_sym_DASH_DASH] = ACTIONS(2490), + [anon_sym_BANG] = ACTIONS(2490), [anon_sym_suspend] = ACTIONS(2038), [anon_sym_sealed] = ACTIONS(2038), [anon_sym_annotation] = ACTIONS(2038), - [anon_sym_data] = ACTIONS(2447), - [anon_sym_inner] = ACTIONS(2447), + [anon_sym_data] = ACTIONS(2450), + [anon_sym_inner] = ACTIONS(2450), [anon_sym_override] = ACTIONS(2038), [anon_sym_lateinit] = ACTIONS(2038), [anon_sym_public] = ACTIONS(2038), @@ -76421,10 +76529,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(2038), [anon_sym_noinline] = ACTIONS(2038), [anon_sym_crossinline] = ACTIONS(2038), - [anon_sym_expect] = ACTIONS(2447), - [anon_sym_actual] = ACTIONS(2447), + [anon_sym_expect] = ACTIONS(2450), + [anon_sym_actual] = ACTIONS(2450), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(2490), + [anon_sym_return_AT] = ACTIONS(2307), [anon_sym_continue_AT] = ACTIONS(2493), [anon_sym_break_AT] = ACTIONS(2496), [sym_real_literal] = ACTIONS(2499), @@ -76439,96 +76547,96 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(2517), }, [338] = { - [sym__expression] = STATE(4190), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4941), - [sym_parenthesized_expression] = STATE(4941), - [sym_collection_literal] = STATE(4941), - [sym__literal_constant] = STATE(4941), - [sym_string_literal] = STATE(4941), - [sym_lambda_literal] = STATE(4941), - [sym_anonymous_function] = STATE(4941), - [sym__function_literal] = STATE(4941), - [sym_object_literal] = STATE(4941), - [sym_this_expression] = STATE(4941), - [sym_super_expression] = STATE(4941), - [sym_if_expression] = STATE(4941), - [sym_when_expression] = STATE(4941), - [sym_try_expression] = STATE(4941), - [sym_jump_expression] = STATE(4941), - [sym_callable_reference] = STATE(4941), - [sym__prefix_unary_operator] = STATE(1637), - [sym_annotation] = STATE(1637), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5029), - [sym__return_at] = STATE(402), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4941), - [sym_long_literal] = STATE(4941), - [sym_boolean_literal] = STATE(4941), - [sym_character_literal] = STATE(4941), - [sym__lexical_identifier] = STATE(4529), - [sym__alpha_identifier] = ACTIONS(2520), + [sym__expression] = STATE(4197), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4931), + [sym_parenthesized_expression] = STATE(4931), + [sym_collection_literal] = STATE(4931), + [sym__literal_constant] = STATE(4931), + [sym_string_literal] = STATE(4931), + [sym_lambda_literal] = STATE(4931), + [sym_anonymous_function] = STATE(4931), + [sym__function_literal] = STATE(4931), + [sym_object_literal] = STATE(4931), + [sym_this_expression] = STATE(4931), + [sym_super_expression] = STATE(4931), + [sym_if_expression] = STATE(4931), + [sym_when_expression] = STATE(4931), + [sym_try_expression] = STATE(4931), + [sym_jump_expression] = STATE(4931), + [sym_callable_reference] = STATE(4931), + [sym__prefix_unary_operator] = STATE(1926), + [sym_annotation] = STATE(1926), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4928), + [sym__return_at] = STATE(399), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4931), + [sym_long_literal] = STATE(4931), + [sym_boolean_literal] = STATE(4931), + [sym_character_literal] = STATE(4931), + [sym__lexical_identifier] = STATE(4566), + [sym__alpha_identifier] = ACTIONS(2244), [anon_sym_AT] = ACTIONS(2031), - [anon_sym_LBRACK] = ACTIONS(2523), + [anon_sym_LBRACK] = ACTIONS(2247), [anon_sym_typealias] = ACTIONS(2038), [anon_sym_class] = ACTIONS(2038), [anon_sym_interface] = ACTIONS(2038), [anon_sym_enum] = ACTIONS(2038), - [anon_sym_LBRACE] = ACTIONS(2526), - [anon_sym_LPAREN] = ACTIONS(2529), + [anon_sym_LBRACE] = ACTIONS(2250), + [anon_sym_LPAREN] = ACTIONS(2253), [anon_sym_val] = ACTIONS(2038), [anon_sym_var] = ACTIONS(2038), - [anon_sym_object] = ACTIONS(2532), - [anon_sym_fun] = ACTIONS(2536), - [anon_sym_get] = ACTIONS(2540), - [anon_sym_set] = ACTIONS(2540), - [anon_sym_this] = ACTIONS(2544), - [anon_sym_super] = ACTIONS(2547), - [anon_sym_STAR] = ACTIONS(2550), - [sym_label] = ACTIONS(2553), + [anon_sym_object] = ACTIONS(2256), + [anon_sym_fun] = ACTIONS(2520), + [anon_sym_get] = ACTIONS(2264), + [anon_sym_set] = ACTIONS(2264), + [anon_sym_this] = ACTIONS(2268), + [anon_sym_super] = ACTIONS(2271), + [anon_sym_STAR] = ACTIONS(2524), + [sym_label] = ACTIONS(2527), [anon_sym_for] = ACTIONS(2070), [anon_sym_while] = ACTIONS(2070), [anon_sym_do] = ACTIONS(2070), - [anon_sym_null] = ACTIONS(2556), - [anon_sym_if] = ACTIONS(2559), - [anon_sym_when] = ACTIONS(2562), - [anon_sym_try] = ACTIONS(2565), - [anon_sym_throw] = ACTIONS(2568), - [anon_sym_return] = ACTIONS(2571), - [anon_sym_continue] = ACTIONS(2574), - [anon_sym_break] = ACTIONS(2574), - [anon_sym_COLON_COLON] = ACTIONS(2577), - [anon_sym_PLUS] = ACTIONS(2553), - [anon_sym_DASH] = ACTIONS(2553), - [anon_sym_PLUS_PLUS] = ACTIONS(2580), - [anon_sym_DASH_DASH] = ACTIONS(2580), - [anon_sym_BANG] = ACTIONS(2580), + [anon_sym_null] = ACTIONS(2280), + [anon_sym_if] = ACTIONS(2530), + [anon_sym_when] = ACTIONS(2286), + [anon_sym_try] = ACTIONS(2289), + [anon_sym_throw] = ACTIONS(2533), + [anon_sym_return] = ACTIONS(2536), + [anon_sym_continue] = ACTIONS(2298), + [anon_sym_break] = ACTIONS(2298), + [anon_sym_COLON_COLON] = ACTIONS(2301), + [anon_sym_PLUS] = ACTIONS(2527), + [anon_sym_DASH] = ACTIONS(2527), + [anon_sym_PLUS_PLUS] = ACTIONS(2539), + [anon_sym_DASH_DASH] = ACTIONS(2539), + [anon_sym_BANG] = ACTIONS(2539), [anon_sym_suspend] = ACTIONS(2038), [anon_sym_sealed] = ACTIONS(2038), [anon_sym_annotation] = ACTIONS(2038), - [anon_sym_data] = ACTIONS(2540), - [anon_sym_inner] = ACTIONS(2540), + [anon_sym_data] = ACTIONS(2264), + [anon_sym_inner] = ACTIONS(2264), [anon_sym_override] = ACTIONS(2038), [anon_sym_lateinit] = ACTIONS(2038), [anon_sym_public] = ACTIONS(2038), @@ -76547,73 +76655,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(2038), [anon_sym_noinline] = ACTIONS(2038), [anon_sym_crossinline] = ACTIONS(2038), - [anon_sym_expect] = ACTIONS(2540), - [anon_sym_actual] = ACTIONS(2540), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(2099), - [anon_sym_continue_AT] = ACTIONS(2583), - [anon_sym_break_AT] = ACTIONS(2586), - [sym_real_literal] = ACTIONS(2589), - [sym_integer_literal] = ACTIONS(2592), - [sym_hex_literal] = ACTIONS(2595), - [sym_bin_literal] = ACTIONS(2595), - [anon_sym_true] = ACTIONS(2598), - [anon_sym_false] = ACTIONS(2598), - [anon_sym_SQUOTE] = ACTIONS(2601), - [sym__backtick_identifier] = ACTIONS(2604), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2607), + [anon_sym_expect] = ACTIONS(2264), + [anon_sym_actual] = ACTIONS(2264), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(2307), + [anon_sym_continue_AT] = ACTIONS(2310), + [anon_sym_break_AT] = ACTIONS(2313), + [sym_real_literal] = ACTIONS(2316), + [sym_integer_literal] = ACTIONS(2319), + [sym_hex_literal] = ACTIONS(2322), + [sym_bin_literal] = ACTIONS(2322), + [anon_sym_true] = ACTIONS(2325), + [anon_sym_false] = ACTIONS(2325), + [anon_sym_SQUOTE] = ACTIONS(2328), + [sym__backtick_identifier] = ACTIONS(2331), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(2334), }, [339] = { - [sym__expression] = STATE(534), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2238), - [sym_annotation] = STATE(2238), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(269), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), + [sym__expression] = STATE(3996), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(1897), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(331), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), [sym__alpha_identifier] = ACTIONS(2337), [anon_sym_AT] = ACTIONS(2031), [anon_sym_LBRACK] = ACTIONS(2340), @@ -76626,30 +76734,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_val] = ACTIONS(2038), [anon_sym_var] = ACTIONS(2038), [anon_sym_object] = ACTIONS(2349), - [anon_sym_fun] = ACTIONS(2610), + [anon_sym_fun] = ACTIONS(2542), [anon_sym_get] = ACTIONS(2357), [anon_sym_set] = ACTIONS(2357), [anon_sym_this] = ACTIONS(2361), [anon_sym_super] = ACTIONS(2364), - [anon_sym_STAR] = ACTIONS(2614), - [sym_label] = ACTIONS(2617), + [anon_sym_STAR] = ACTIONS(2546), + [sym_label] = ACTIONS(2549), [anon_sym_for] = ACTIONS(2070), [anon_sym_while] = ACTIONS(2070), [anon_sym_do] = ACTIONS(2070), [anon_sym_null] = ACTIONS(2373), - [anon_sym_if] = ACTIONS(2620), + [anon_sym_if] = ACTIONS(2552), [anon_sym_when] = ACTIONS(2379), [anon_sym_try] = ACTIONS(2382), - [anon_sym_throw] = ACTIONS(2623), - [anon_sym_return] = ACTIONS(2626), + [anon_sym_throw] = ACTIONS(2555), + [anon_sym_return] = ACTIONS(2558), [anon_sym_continue] = ACTIONS(2391), [anon_sym_break] = ACTIONS(2391), [anon_sym_COLON_COLON] = ACTIONS(2394), - [anon_sym_PLUS] = ACTIONS(2617), - [anon_sym_DASH] = ACTIONS(2617), - [anon_sym_PLUS_PLUS] = ACTIONS(2629), - [anon_sym_DASH_DASH] = ACTIONS(2629), - [anon_sym_BANG] = ACTIONS(2629), + [anon_sym_PLUS] = ACTIONS(2549), + [anon_sym_DASH] = ACTIONS(2549), + [anon_sym_PLUS_PLUS] = ACTIONS(2561), + [anon_sym_DASH_DASH] = ACTIONS(2561), + [anon_sym_BANG] = ACTIONS(2561), [anon_sym_suspend] = ACTIONS(2038), [anon_sym_sealed] = ACTIONS(2038), [anon_sym_annotation] = ACTIONS(2038), @@ -76676,111 +76784,111 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(2357), [anon_sym_actual] = ACTIONS(2357), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(2192), - [anon_sym_continue_AT] = ACTIONS(2400), - [anon_sym_break_AT] = ACTIONS(2403), - [sym_real_literal] = ACTIONS(2406), - [sym_integer_literal] = ACTIONS(2409), - [sym_hex_literal] = ACTIONS(2412), - [sym_bin_literal] = ACTIONS(2412), - [anon_sym_true] = ACTIONS(2415), - [anon_sym_false] = ACTIONS(2415), - [anon_sym_SQUOTE] = ACTIONS(2418), - [sym__backtick_identifier] = ACTIONS(2421), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2424), + [anon_sym_return_AT] = ACTIONS(2400), + [anon_sym_continue_AT] = ACTIONS(2403), + [anon_sym_break_AT] = ACTIONS(2406), + [sym_real_literal] = ACTIONS(2409), + [sym_integer_literal] = ACTIONS(2412), + [sym_hex_literal] = ACTIONS(2415), + [sym_bin_literal] = ACTIONS(2415), + [anon_sym_true] = ACTIONS(2418), + [anon_sym_false] = ACTIONS(2418), + [anon_sym_SQUOTE] = ACTIONS(2421), + [sym__backtick_identifier] = ACTIONS(2424), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(2427), }, [340] = { - [sym__expression] = STATE(389), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2221), - [sym_annotation] = STATE(2221), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(263), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(2337), + [sym__expression] = STATE(2486), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(1711), + [sym_annotation] = STATE(1711), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(268), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), + [sym__alpha_identifier] = ACTIONS(2129), [anon_sym_AT] = ACTIONS(2031), - [anon_sym_LBRACK] = ACTIONS(2340), + [anon_sym_LBRACK] = ACTIONS(2132), [anon_sym_typealias] = ACTIONS(2038), [anon_sym_class] = ACTIONS(2038), [anon_sym_interface] = ACTIONS(2038), [anon_sym_enum] = ACTIONS(2038), - [anon_sym_LBRACE] = ACTIONS(2343), - [anon_sym_LPAREN] = ACTIONS(2346), + [anon_sym_LBRACE] = ACTIONS(2135), + [anon_sym_LPAREN] = ACTIONS(2138), [anon_sym_val] = ACTIONS(2038), [anon_sym_var] = ACTIONS(2038), - [anon_sym_object] = ACTIONS(2349), - [anon_sym_fun] = ACTIONS(2632), - [anon_sym_get] = ACTIONS(2357), - [anon_sym_set] = ACTIONS(2357), - [anon_sym_this] = ACTIONS(2361), - [anon_sym_super] = ACTIONS(2364), - [anon_sym_STAR] = ACTIONS(2636), - [sym_label] = ACTIONS(2639), + [anon_sym_object] = ACTIONS(2141), + [anon_sym_fun] = ACTIONS(2564), + [anon_sym_get] = ACTIONS(2149), + [anon_sym_set] = ACTIONS(2149), + [anon_sym_this] = ACTIONS(2153), + [anon_sym_super] = ACTIONS(2156), + [anon_sym_STAR] = ACTIONS(2568), + [sym_label] = ACTIONS(2571), [anon_sym_for] = ACTIONS(2070), [anon_sym_while] = ACTIONS(2070), [anon_sym_do] = ACTIONS(2070), - [anon_sym_null] = ACTIONS(2373), - [anon_sym_if] = ACTIONS(2642), - [anon_sym_when] = ACTIONS(2379), - [anon_sym_try] = ACTIONS(2382), - [anon_sym_throw] = ACTIONS(2645), - [anon_sym_return] = ACTIONS(2648), - [anon_sym_continue] = ACTIONS(2391), - [anon_sym_break] = ACTIONS(2391), - [anon_sym_COLON_COLON] = ACTIONS(2394), - [anon_sym_PLUS] = ACTIONS(2639), - [anon_sym_DASH] = ACTIONS(2639), - [anon_sym_PLUS_PLUS] = ACTIONS(2651), - [anon_sym_DASH_DASH] = ACTIONS(2651), - [anon_sym_BANG] = ACTIONS(2651), + [anon_sym_null] = ACTIONS(2165), + [anon_sym_if] = ACTIONS(2574), + [anon_sym_when] = ACTIONS(2171), + [anon_sym_try] = ACTIONS(2174), + [anon_sym_throw] = ACTIONS(2577), + [anon_sym_return] = ACTIONS(2580), + [anon_sym_continue] = ACTIONS(2183), + [anon_sym_break] = ACTIONS(2183), + [anon_sym_COLON_COLON] = ACTIONS(2186), + [anon_sym_PLUS] = ACTIONS(2571), + [anon_sym_DASH] = ACTIONS(2571), + [anon_sym_PLUS_PLUS] = ACTIONS(2583), + [anon_sym_DASH_DASH] = ACTIONS(2583), + [anon_sym_BANG] = ACTIONS(2583), [anon_sym_suspend] = ACTIONS(2038), [anon_sym_sealed] = ACTIONS(2038), [anon_sym_annotation] = ACTIONS(2038), - [anon_sym_data] = ACTIONS(2357), - [anon_sym_inner] = ACTIONS(2357), + [anon_sym_data] = ACTIONS(2149), + [anon_sym_inner] = ACTIONS(2149), [anon_sym_override] = ACTIONS(2038), [anon_sym_lateinit] = ACTIONS(2038), [anon_sym_public] = ACTIONS(2038), @@ -76799,114 +76907,114 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(2038), [anon_sym_noinline] = ACTIONS(2038), [anon_sym_crossinline] = ACTIONS(2038), - [anon_sym_expect] = ACTIONS(2357), - [anon_sym_actual] = ACTIONS(2357), + [anon_sym_expect] = ACTIONS(2149), + [anon_sym_actual] = ACTIONS(2149), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(2192), - [anon_sym_continue_AT] = ACTIONS(2400), - [anon_sym_break_AT] = ACTIONS(2403), - [sym_real_literal] = ACTIONS(2406), - [sym_integer_literal] = ACTIONS(2409), - [sym_hex_literal] = ACTIONS(2412), - [sym_bin_literal] = ACTIONS(2412), - [anon_sym_true] = ACTIONS(2415), - [anon_sym_false] = ACTIONS(2415), - [anon_sym_SQUOTE] = ACTIONS(2418), - [sym__backtick_identifier] = ACTIONS(2421), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2424), + [anon_sym_continue_AT] = ACTIONS(2195), + [anon_sym_break_AT] = ACTIONS(2198), + [sym_real_literal] = ACTIONS(2201), + [sym_integer_literal] = ACTIONS(2204), + [sym_hex_literal] = ACTIONS(2207), + [sym_bin_literal] = ACTIONS(2207), + [anon_sym_true] = ACTIONS(2210), + [anon_sym_false] = ACTIONS(2210), + [anon_sym_SQUOTE] = ACTIONS(2213), + [sym__backtick_identifier] = ACTIONS(2216), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(2219), }, [341] = { - [sym__expression] = STATE(1502), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(2135), - [sym_annotation] = STATE(2135), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(265), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), - [sym__alpha_identifier] = ACTIONS(2222), + [sym__expression] = STATE(397), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2198), + [sym_annotation] = STATE(2198), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(264), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), + [sym__alpha_identifier] = ACTIONS(2028), [anon_sym_AT] = ACTIONS(2031), - [anon_sym_LBRACK] = ACTIONS(2225), + [anon_sym_LBRACK] = ACTIONS(2035), [anon_sym_typealias] = ACTIONS(2038), [anon_sym_class] = ACTIONS(2038), [anon_sym_interface] = ACTIONS(2038), [anon_sym_enum] = ACTIONS(2038), - [anon_sym_LBRACE] = ACTIONS(2228), - [anon_sym_LPAREN] = ACTIONS(2231), + [anon_sym_LBRACE] = ACTIONS(2040), + [anon_sym_LPAREN] = ACTIONS(2043), [anon_sym_val] = ACTIONS(2038), [anon_sym_var] = ACTIONS(2038), - [anon_sym_object] = ACTIONS(2234), - [anon_sym_fun] = ACTIONS(2654), - [anon_sym_get] = ACTIONS(2242), - [anon_sym_set] = ACTIONS(2242), - [anon_sym_this] = ACTIONS(2246), - [anon_sym_super] = ACTIONS(2249), - [anon_sym_STAR] = ACTIONS(2658), - [sym_label] = ACTIONS(2661), + [anon_sym_object] = ACTIONS(2046), + [anon_sym_fun] = ACTIONS(2586), + [anon_sym_get] = ACTIONS(2054), + [anon_sym_set] = ACTIONS(2054), + [anon_sym_this] = ACTIONS(2058), + [anon_sym_super] = ACTIONS(2061), + [anon_sym_STAR] = ACTIONS(2590), + [sym_label] = ACTIONS(2593), [anon_sym_for] = ACTIONS(2070), [anon_sym_while] = ACTIONS(2070), [anon_sym_do] = ACTIONS(2070), - [anon_sym_null] = ACTIONS(2258), - [anon_sym_if] = ACTIONS(2664), - [anon_sym_when] = ACTIONS(2264), - [anon_sym_try] = ACTIONS(2267), - [anon_sym_throw] = ACTIONS(2667), - [anon_sym_return] = ACTIONS(2670), - [anon_sym_continue] = ACTIONS(2276), - [anon_sym_break] = ACTIONS(2276), - [anon_sym_COLON_COLON] = ACTIONS(2279), - [anon_sym_PLUS] = ACTIONS(2661), - [anon_sym_DASH] = ACTIONS(2661), - [anon_sym_PLUS_PLUS] = ACTIONS(2673), - [anon_sym_DASH_DASH] = ACTIONS(2673), - [anon_sym_BANG] = ACTIONS(2673), + [anon_sym_null] = ACTIONS(2072), + [anon_sym_if] = ACTIONS(2596), + [anon_sym_when] = ACTIONS(2078), + [anon_sym_try] = ACTIONS(2081), + [anon_sym_throw] = ACTIONS(2599), + [anon_sym_return] = ACTIONS(2602), + [anon_sym_continue] = ACTIONS(2090), + [anon_sym_break] = ACTIONS(2090), + [anon_sym_COLON_COLON] = ACTIONS(2093), + [anon_sym_PLUS] = ACTIONS(2593), + [anon_sym_DASH] = ACTIONS(2593), + [anon_sym_PLUS_PLUS] = ACTIONS(2605), + [anon_sym_DASH_DASH] = ACTIONS(2605), + [anon_sym_BANG] = ACTIONS(2605), [anon_sym_suspend] = ACTIONS(2038), [anon_sym_sealed] = ACTIONS(2038), [anon_sym_annotation] = ACTIONS(2038), - [anon_sym_data] = ACTIONS(2242), - [anon_sym_inner] = ACTIONS(2242), + [anon_sym_data] = ACTIONS(2054), + [anon_sym_inner] = ACTIONS(2054), [anon_sym_override] = ACTIONS(2038), [anon_sym_lateinit] = ACTIONS(2038), [anon_sym_public] = ACTIONS(2038), @@ -76925,114 +77033,114 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(2038), [anon_sym_noinline] = ACTIONS(2038), [anon_sym_crossinline] = ACTIONS(2038), - [anon_sym_expect] = ACTIONS(2242), - [anon_sym_actual] = ACTIONS(2242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(2285), - [anon_sym_continue_AT] = ACTIONS(2288), - [anon_sym_break_AT] = ACTIONS(2291), - [sym_real_literal] = ACTIONS(2294), - [sym_integer_literal] = ACTIONS(2297), - [sym_hex_literal] = ACTIONS(2300), - [sym_bin_literal] = ACTIONS(2300), - [anon_sym_true] = ACTIONS(2303), - [anon_sym_false] = ACTIONS(2303), - [anon_sym_SQUOTE] = ACTIONS(2306), - [sym__backtick_identifier] = ACTIONS(2309), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2312), + [anon_sym_expect] = ACTIONS(2054), + [anon_sym_actual] = ACTIONS(2054), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(2099), + [anon_sym_continue_AT] = ACTIONS(2102), + [anon_sym_break_AT] = ACTIONS(2105), + [sym_real_literal] = ACTIONS(2108), + [sym_integer_literal] = ACTIONS(2111), + [sym_hex_literal] = ACTIONS(2114), + [sym_bin_literal] = ACTIONS(2114), + [anon_sym_true] = ACTIONS(2117), + [anon_sym_false] = ACTIONS(2117), + [anon_sym_SQUOTE] = ACTIONS(2120), + [sym__backtick_identifier] = ACTIONS(2123), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(2126), }, [342] = { - [sym__expression] = STATE(4170), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(2427), + [sym__expression] = STATE(372), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(1703), + [sym_annotation] = STATE(1703), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(260), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), + [sym__alpha_identifier] = ACTIONS(2028), [anon_sym_AT] = ACTIONS(2031), - [anon_sym_LBRACK] = ACTIONS(2430), + [anon_sym_LBRACK] = ACTIONS(2035), [anon_sym_typealias] = ACTIONS(2038), [anon_sym_class] = ACTIONS(2038), [anon_sym_interface] = ACTIONS(2038), [anon_sym_enum] = ACTIONS(2038), - [anon_sym_LBRACE] = ACTIONS(2433), - [anon_sym_LPAREN] = ACTIONS(2436), + [anon_sym_LBRACE] = ACTIONS(2040), + [anon_sym_LPAREN] = ACTIONS(2043), [anon_sym_val] = ACTIONS(2038), [anon_sym_var] = ACTIONS(2038), - [anon_sym_object] = ACTIONS(2439), - [anon_sym_fun] = ACTIONS(2676), - [anon_sym_get] = ACTIONS(2447), - [anon_sym_set] = ACTIONS(2447), - [anon_sym_this] = ACTIONS(2451), - [anon_sym_super] = ACTIONS(2454), - [anon_sym_STAR] = ACTIONS(2680), - [sym_label] = ACTIONS(2683), + [anon_sym_object] = ACTIONS(2046), + [anon_sym_fun] = ACTIONS(2608), + [anon_sym_get] = ACTIONS(2054), + [anon_sym_set] = ACTIONS(2054), + [anon_sym_this] = ACTIONS(2058), + [anon_sym_super] = ACTIONS(2061), + [anon_sym_STAR] = ACTIONS(2612), + [sym_label] = ACTIONS(2615), [anon_sym_for] = ACTIONS(2070), [anon_sym_while] = ACTIONS(2070), [anon_sym_do] = ACTIONS(2070), - [anon_sym_null] = ACTIONS(2463), - [anon_sym_if] = ACTIONS(2686), - [anon_sym_when] = ACTIONS(2469), - [anon_sym_try] = ACTIONS(2472), - [anon_sym_throw] = ACTIONS(2689), - [anon_sym_return] = ACTIONS(2692), - [anon_sym_continue] = ACTIONS(2481), - [anon_sym_break] = ACTIONS(2481), - [anon_sym_COLON_COLON] = ACTIONS(2484), - [anon_sym_PLUS] = ACTIONS(2683), - [anon_sym_DASH] = ACTIONS(2683), - [anon_sym_PLUS_PLUS] = ACTIONS(2695), - [anon_sym_DASH_DASH] = ACTIONS(2695), - [anon_sym_BANG] = ACTIONS(2695), + [anon_sym_null] = ACTIONS(2072), + [anon_sym_if] = ACTIONS(2618), + [anon_sym_when] = ACTIONS(2078), + [anon_sym_try] = ACTIONS(2081), + [anon_sym_throw] = ACTIONS(2621), + [anon_sym_return] = ACTIONS(2624), + [anon_sym_continue] = ACTIONS(2090), + [anon_sym_break] = ACTIONS(2090), + [anon_sym_COLON_COLON] = ACTIONS(2093), + [anon_sym_PLUS] = ACTIONS(2615), + [anon_sym_DASH] = ACTIONS(2615), + [anon_sym_PLUS_PLUS] = ACTIONS(2627), + [anon_sym_DASH_DASH] = ACTIONS(2627), + [anon_sym_BANG] = ACTIONS(2627), [anon_sym_suspend] = ACTIONS(2038), [anon_sym_sealed] = ACTIONS(2038), [anon_sym_annotation] = ACTIONS(2038), - [anon_sym_data] = ACTIONS(2447), - [anon_sym_inner] = ACTIONS(2447), + [anon_sym_data] = ACTIONS(2054), + [anon_sym_inner] = ACTIONS(2054), [anon_sym_override] = ACTIONS(2038), [anon_sym_lateinit] = ACTIONS(2038), [anon_sym_public] = ACTIONS(2038), @@ -77051,114 +77159,114 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(2038), [anon_sym_noinline] = ACTIONS(2038), [anon_sym_crossinline] = ACTIONS(2038), - [anon_sym_expect] = ACTIONS(2447), - [anon_sym_actual] = ACTIONS(2447), + [anon_sym_expect] = ACTIONS(2054), + [anon_sym_actual] = ACTIONS(2054), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(2490), - [anon_sym_continue_AT] = ACTIONS(2493), - [anon_sym_break_AT] = ACTIONS(2496), - [sym_real_literal] = ACTIONS(2499), - [sym_integer_literal] = ACTIONS(2502), - [sym_hex_literal] = ACTIONS(2505), - [sym_bin_literal] = ACTIONS(2505), - [anon_sym_true] = ACTIONS(2508), - [anon_sym_false] = ACTIONS(2508), - [anon_sym_SQUOTE] = ACTIONS(2511), - [sym__backtick_identifier] = ACTIONS(2514), + [anon_sym_return_AT] = ACTIONS(2099), + [anon_sym_continue_AT] = ACTIONS(2102), + [anon_sym_break_AT] = ACTIONS(2105), + [sym_real_literal] = ACTIONS(2108), + [sym_integer_literal] = ACTIONS(2111), + [sym_hex_literal] = ACTIONS(2114), + [sym_bin_literal] = ACTIONS(2114), + [anon_sym_true] = ACTIONS(2117), + [anon_sym_false] = ACTIONS(2117), + [anon_sym_SQUOTE] = ACTIONS(2120), + [sym__backtick_identifier] = ACTIONS(2123), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2517), + [sym__string_start] = ACTIONS(2126), }, [343] = { - [sym__expression] = STATE(1290), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(2195), - [sym_annotation] = STATE(2195), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(262), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), - [sym__alpha_identifier] = ACTIONS(2222), + [sym__expression] = STATE(3565), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4931), + [sym_parenthesized_expression] = STATE(4931), + [sym_collection_literal] = STATE(4931), + [sym__literal_constant] = STATE(4931), + [sym_string_literal] = STATE(4931), + [sym_lambda_literal] = STATE(4931), + [sym_anonymous_function] = STATE(4931), + [sym__function_literal] = STATE(4931), + [sym_object_literal] = STATE(4931), + [sym_this_expression] = STATE(4931), + [sym_super_expression] = STATE(4931), + [sym_if_expression] = STATE(4931), + [sym_when_expression] = STATE(4931), + [sym_try_expression] = STATE(4931), + [sym_jump_expression] = STATE(4931), + [sym_callable_reference] = STATE(4931), + [sym__prefix_unary_operator] = STATE(1801), + [sym_annotation] = STATE(1801), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4928), + [sym__return_at] = STATE(298), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4931), + [sym_long_literal] = STATE(4931), + [sym_boolean_literal] = STATE(4931), + [sym_character_literal] = STATE(4931), + [sym__lexical_identifier] = STATE(4566), + [sym__alpha_identifier] = ACTIONS(2244), [anon_sym_AT] = ACTIONS(2031), - [anon_sym_LBRACK] = ACTIONS(2225), + [anon_sym_LBRACK] = ACTIONS(2247), [anon_sym_typealias] = ACTIONS(2038), [anon_sym_class] = ACTIONS(2038), [anon_sym_interface] = ACTIONS(2038), [anon_sym_enum] = ACTIONS(2038), - [anon_sym_LBRACE] = ACTIONS(2228), - [anon_sym_LPAREN] = ACTIONS(2231), + [anon_sym_LBRACE] = ACTIONS(2250), + [anon_sym_LPAREN] = ACTIONS(2253), [anon_sym_val] = ACTIONS(2038), [anon_sym_var] = ACTIONS(2038), - [anon_sym_object] = ACTIONS(2234), - [anon_sym_fun] = ACTIONS(2698), - [anon_sym_get] = ACTIONS(2242), - [anon_sym_set] = ACTIONS(2242), - [anon_sym_this] = ACTIONS(2246), - [anon_sym_super] = ACTIONS(2249), - [anon_sym_STAR] = ACTIONS(2702), - [sym_label] = ACTIONS(2705), + [anon_sym_object] = ACTIONS(2256), + [anon_sym_fun] = ACTIONS(2630), + [anon_sym_get] = ACTIONS(2264), + [anon_sym_set] = ACTIONS(2264), + [anon_sym_this] = ACTIONS(2268), + [anon_sym_super] = ACTIONS(2271), + [anon_sym_STAR] = ACTIONS(2634), + [sym_label] = ACTIONS(2637), [anon_sym_for] = ACTIONS(2070), [anon_sym_while] = ACTIONS(2070), [anon_sym_do] = ACTIONS(2070), - [anon_sym_null] = ACTIONS(2258), - [anon_sym_if] = ACTIONS(2708), - [anon_sym_when] = ACTIONS(2264), - [anon_sym_try] = ACTIONS(2267), - [anon_sym_throw] = ACTIONS(2711), - [anon_sym_return] = ACTIONS(2714), - [anon_sym_continue] = ACTIONS(2276), - [anon_sym_break] = ACTIONS(2276), - [anon_sym_COLON_COLON] = ACTIONS(2279), - [anon_sym_PLUS] = ACTIONS(2705), - [anon_sym_DASH] = ACTIONS(2705), - [anon_sym_PLUS_PLUS] = ACTIONS(2717), - [anon_sym_DASH_DASH] = ACTIONS(2717), - [anon_sym_BANG] = ACTIONS(2717), + [anon_sym_null] = ACTIONS(2280), + [anon_sym_if] = ACTIONS(2640), + [anon_sym_when] = ACTIONS(2286), + [anon_sym_try] = ACTIONS(2289), + [anon_sym_throw] = ACTIONS(2643), + [anon_sym_return] = ACTIONS(2646), + [anon_sym_continue] = ACTIONS(2298), + [anon_sym_break] = ACTIONS(2298), + [anon_sym_COLON_COLON] = ACTIONS(2301), + [anon_sym_PLUS] = ACTIONS(2637), + [anon_sym_DASH] = ACTIONS(2637), + [anon_sym_PLUS_PLUS] = ACTIONS(2649), + [anon_sym_DASH_DASH] = ACTIONS(2649), + [anon_sym_BANG] = ACTIONS(2649), [anon_sym_suspend] = ACTIONS(2038), [anon_sym_sealed] = ACTIONS(2038), [anon_sym_annotation] = ACTIONS(2038), - [anon_sym_data] = ACTIONS(2242), - [anon_sym_inner] = ACTIONS(2242), + [anon_sym_data] = ACTIONS(2264), + [anon_sym_inner] = ACTIONS(2264), [anon_sym_override] = ACTIONS(2038), [anon_sym_lateinit] = ACTIONS(2038), [anon_sym_public] = ACTIONS(2038), @@ -77177,73 +77285,199 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(2038), [anon_sym_noinline] = ACTIONS(2038), [anon_sym_crossinline] = ACTIONS(2038), - [anon_sym_expect] = ACTIONS(2242), - [anon_sym_actual] = ACTIONS(2242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(2285), - [anon_sym_continue_AT] = ACTIONS(2288), - [anon_sym_break_AT] = ACTIONS(2291), - [sym_real_literal] = ACTIONS(2294), - [sym_integer_literal] = ACTIONS(2297), - [sym_hex_literal] = ACTIONS(2300), - [sym_bin_literal] = ACTIONS(2300), - [anon_sym_true] = ACTIONS(2303), - [anon_sym_false] = ACTIONS(2303), - [anon_sym_SQUOTE] = ACTIONS(2306), - [sym__backtick_identifier] = ACTIONS(2309), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2312), + [anon_sym_expect] = ACTIONS(2264), + [anon_sym_actual] = ACTIONS(2264), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(2307), + [anon_sym_continue_AT] = ACTIONS(2310), + [anon_sym_break_AT] = ACTIONS(2313), + [sym_real_literal] = ACTIONS(2316), + [sym_integer_literal] = ACTIONS(2319), + [sym_hex_literal] = ACTIONS(2322), + [sym_bin_literal] = ACTIONS(2322), + [anon_sym_true] = ACTIONS(2325), + [anon_sym_false] = ACTIONS(2325), + [anon_sym_SQUOTE] = ACTIONS(2328), + [sym__backtick_identifier] = ACTIONS(2331), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(2334), }, [344] = { - [sym__expression] = STATE(1360), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(2081), - [sym_annotation] = STATE(2081), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(264), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), + [sym__expression] = STATE(3006), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1893), + [sym_annotation] = STATE(1893), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(295), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(2337), + [anon_sym_AT] = ACTIONS(2031), + [anon_sym_LBRACK] = ACTIONS(2340), + [anon_sym_typealias] = ACTIONS(2038), + [anon_sym_class] = ACTIONS(2038), + [anon_sym_interface] = ACTIONS(2038), + [anon_sym_enum] = ACTIONS(2038), + [anon_sym_LBRACE] = ACTIONS(2343), + [anon_sym_LPAREN] = ACTIONS(2346), + [anon_sym_val] = ACTIONS(2038), + [anon_sym_var] = ACTIONS(2038), + [anon_sym_object] = ACTIONS(2349), + [anon_sym_fun] = ACTIONS(2652), + [anon_sym_get] = ACTIONS(2357), + [anon_sym_set] = ACTIONS(2357), + [anon_sym_this] = ACTIONS(2361), + [anon_sym_super] = ACTIONS(2364), + [anon_sym_STAR] = ACTIONS(2656), + [sym_label] = ACTIONS(2659), + [anon_sym_for] = ACTIONS(2070), + [anon_sym_while] = ACTIONS(2070), + [anon_sym_do] = ACTIONS(2070), + [anon_sym_null] = ACTIONS(2373), + [anon_sym_if] = ACTIONS(2662), + [anon_sym_when] = ACTIONS(2379), + [anon_sym_try] = ACTIONS(2382), + [anon_sym_throw] = ACTIONS(2665), + [anon_sym_return] = ACTIONS(2668), + [anon_sym_continue] = ACTIONS(2391), + [anon_sym_break] = ACTIONS(2391), + [anon_sym_COLON_COLON] = ACTIONS(2394), + [anon_sym_PLUS] = ACTIONS(2659), + [anon_sym_DASH] = ACTIONS(2659), + [anon_sym_PLUS_PLUS] = ACTIONS(2671), + [anon_sym_DASH_DASH] = ACTIONS(2671), + [anon_sym_BANG] = ACTIONS(2671), + [anon_sym_suspend] = ACTIONS(2038), + [anon_sym_sealed] = ACTIONS(2038), + [anon_sym_annotation] = ACTIONS(2038), + [anon_sym_data] = ACTIONS(2357), + [anon_sym_inner] = ACTIONS(2357), + [anon_sym_override] = ACTIONS(2038), + [anon_sym_lateinit] = ACTIONS(2038), + [anon_sym_public] = ACTIONS(2038), + [anon_sym_private] = ACTIONS(2038), + [anon_sym_internal] = ACTIONS(2038), + [anon_sym_protected] = ACTIONS(2038), + [anon_sym_tailrec] = ACTIONS(2038), + [anon_sym_operator] = ACTIONS(2038), + [anon_sym_infix] = ACTIONS(2038), + [anon_sym_inline] = ACTIONS(2038), + [anon_sym_external] = ACTIONS(2038), + [sym_property_modifier] = ACTIONS(2038), + [anon_sym_abstract] = ACTIONS(2038), + [anon_sym_final] = ACTIONS(2038), + [anon_sym_open] = ACTIONS(2038), + [anon_sym_vararg] = ACTIONS(2038), + [anon_sym_noinline] = ACTIONS(2038), + [anon_sym_crossinline] = ACTIONS(2038), + [anon_sym_expect] = ACTIONS(2357), + [anon_sym_actual] = ACTIONS(2357), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(2400), + [anon_sym_continue_AT] = ACTIONS(2403), + [anon_sym_break_AT] = ACTIONS(2406), + [sym_real_literal] = ACTIONS(2409), + [sym_integer_literal] = ACTIONS(2412), + [sym_hex_literal] = ACTIONS(2415), + [sym_bin_literal] = ACTIONS(2415), + [anon_sym_true] = ACTIONS(2418), + [anon_sym_false] = ACTIONS(2418), + [anon_sym_SQUOTE] = ACTIONS(2421), + [sym__backtick_identifier] = ACTIONS(2424), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(2427), + }, + [345] = { + [sym__expression] = STATE(979), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(1674), + [sym_annotation] = STATE(1674), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(220), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), [sym__alpha_identifier] = ACTIONS(2129), [anon_sym_AT] = ACTIONS(2031), [anon_sym_LBRACK] = ACTIONS(2132), @@ -77256,30 +77490,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_val] = ACTIONS(2038), [anon_sym_var] = ACTIONS(2038), [anon_sym_object] = ACTIONS(2141), - [anon_sym_fun] = ACTIONS(2720), + [anon_sym_fun] = ACTIONS(2674), [anon_sym_get] = ACTIONS(2149), [anon_sym_set] = ACTIONS(2149), [anon_sym_this] = ACTIONS(2153), [anon_sym_super] = ACTIONS(2156), - [anon_sym_STAR] = ACTIONS(2724), - [sym_label] = ACTIONS(2727), + [anon_sym_STAR] = ACTIONS(2678), + [sym_label] = ACTIONS(2681), [anon_sym_for] = ACTIONS(2070), [anon_sym_while] = ACTIONS(2070), [anon_sym_do] = ACTIONS(2070), [anon_sym_null] = ACTIONS(2165), - [anon_sym_if] = ACTIONS(2730), + [anon_sym_if] = ACTIONS(2684), [anon_sym_when] = ACTIONS(2171), [anon_sym_try] = ACTIONS(2174), - [anon_sym_throw] = ACTIONS(2733), - [anon_sym_return] = ACTIONS(2736), + [anon_sym_throw] = ACTIONS(2687), + [anon_sym_return] = ACTIONS(2690), [anon_sym_continue] = ACTIONS(2183), [anon_sym_break] = ACTIONS(2183), [anon_sym_COLON_COLON] = ACTIONS(2186), - [anon_sym_PLUS] = ACTIONS(2727), - [anon_sym_DASH] = ACTIONS(2727), - [anon_sym_PLUS_PLUS] = ACTIONS(2739), - [anon_sym_DASH_DASH] = ACTIONS(2739), - [anon_sym_BANG] = ACTIONS(2739), + [anon_sym_PLUS] = ACTIONS(2681), + [anon_sym_DASH] = ACTIONS(2681), + [anon_sym_PLUS_PLUS] = ACTIONS(2693), + [anon_sym_DASH_DASH] = ACTIONS(2693), + [anon_sym_BANG] = ACTIONS(2693), [anon_sym_suspend] = ACTIONS(2038), [anon_sym_sealed] = ACTIONS(2038), [anon_sym_annotation] = ACTIONS(2038), @@ -77320,223 +77554,97 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(2219), }, - [345] = { - [sym__expression] = STATE(3975), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(2296), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(2427), - [anon_sym_AT] = ACTIONS(2031), - [anon_sym_LBRACK] = ACTIONS(2430), - [anon_sym_typealias] = ACTIONS(2038), - [anon_sym_class] = ACTIONS(2038), - [anon_sym_interface] = ACTIONS(2038), - [anon_sym_enum] = ACTIONS(2038), - [anon_sym_LBRACE] = ACTIONS(2433), - [anon_sym_LPAREN] = ACTIONS(2436), - [anon_sym_val] = ACTIONS(2038), - [anon_sym_var] = ACTIONS(2038), - [anon_sym_object] = ACTIONS(2439), - [anon_sym_fun] = ACTIONS(2742), - [anon_sym_get] = ACTIONS(2447), - [anon_sym_set] = ACTIONS(2447), - [anon_sym_this] = ACTIONS(2451), - [anon_sym_super] = ACTIONS(2454), - [anon_sym_STAR] = ACTIONS(2746), - [sym_label] = ACTIONS(2749), - [anon_sym_for] = ACTIONS(2070), - [anon_sym_while] = ACTIONS(2070), - [anon_sym_do] = ACTIONS(2070), - [anon_sym_null] = ACTIONS(2463), - [anon_sym_if] = ACTIONS(2752), - [anon_sym_when] = ACTIONS(2469), - [anon_sym_try] = ACTIONS(2472), - [anon_sym_throw] = ACTIONS(2755), - [anon_sym_return] = ACTIONS(2758), - [anon_sym_continue] = ACTIONS(2481), - [anon_sym_break] = ACTIONS(2481), - [anon_sym_COLON_COLON] = ACTIONS(2484), - [anon_sym_PLUS] = ACTIONS(2749), - [anon_sym_DASH] = ACTIONS(2749), - [anon_sym_PLUS_PLUS] = ACTIONS(2761), - [anon_sym_DASH_DASH] = ACTIONS(2761), - [anon_sym_BANG] = ACTIONS(2761), - [anon_sym_suspend] = ACTIONS(2038), - [anon_sym_sealed] = ACTIONS(2038), - [anon_sym_annotation] = ACTIONS(2038), - [anon_sym_data] = ACTIONS(2447), - [anon_sym_inner] = ACTIONS(2447), - [anon_sym_override] = ACTIONS(2038), - [anon_sym_lateinit] = ACTIONS(2038), - [anon_sym_public] = ACTIONS(2038), - [anon_sym_private] = ACTIONS(2038), - [anon_sym_internal] = ACTIONS(2038), - [anon_sym_protected] = ACTIONS(2038), - [anon_sym_tailrec] = ACTIONS(2038), - [anon_sym_operator] = ACTIONS(2038), - [anon_sym_infix] = ACTIONS(2038), - [anon_sym_inline] = ACTIONS(2038), - [anon_sym_external] = ACTIONS(2038), - [sym_property_modifier] = ACTIONS(2038), - [anon_sym_abstract] = ACTIONS(2038), - [anon_sym_final] = ACTIONS(2038), - [anon_sym_open] = ACTIONS(2038), - [anon_sym_vararg] = ACTIONS(2038), - [anon_sym_noinline] = ACTIONS(2038), - [anon_sym_crossinline] = ACTIONS(2038), - [anon_sym_expect] = ACTIONS(2447), - [anon_sym_actual] = ACTIONS(2447), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(2490), - [anon_sym_continue_AT] = ACTIONS(2493), - [anon_sym_break_AT] = ACTIONS(2496), - [sym_real_literal] = ACTIONS(2499), - [sym_integer_literal] = ACTIONS(2502), - [sym_hex_literal] = ACTIONS(2505), - [sym_bin_literal] = ACTIONS(2505), - [anon_sym_true] = ACTIONS(2508), - [anon_sym_false] = ACTIONS(2508), - [anon_sym_SQUOTE] = ACTIONS(2511), - [sym__backtick_identifier] = ACTIONS(2514), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2517), - }, [346] = { - [sym__expression] = STATE(3950), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4941), - [sym_parenthesized_expression] = STATE(4941), - [sym_collection_literal] = STATE(4941), - [sym__literal_constant] = STATE(4941), - [sym_string_literal] = STATE(4941), - [sym_lambda_literal] = STATE(4941), - [sym_anonymous_function] = STATE(4941), - [sym__function_literal] = STATE(4941), - [sym_object_literal] = STATE(4941), - [sym_this_expression] = STATE(4941), - [sym_super_expression] = STATE(4941), - [sym_if_expression] = STATE(4941), - [sym_when_expression] = STATE(4941), - [sym_try_expression] = STATE(4941), - [sym_jump_expression] = STATE(4941), - [sym_callable_reference] = STATE(4941), - [sym__prefix_unary_operator] = STATE(2020), - [sym_annotation] = STATE(2020), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5029), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4941), - [sym_long_literal] = STATE(4941), - [sym_boolean_literal] = STATE(4941), - [sym_character_literal] = STATE(4941), - [sym__lexical_identifier] = STATE(4529), - [sym__alpha_identifier] = ACTIONS(2520), + [sym__expression] = STATE(1359), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(1786), + [sym_annotation] = STATE(1786), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(263), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(2696), [anon_sym_AT] = ACTIONS(2031), - [anon_sym_LBRACK] = ACTIONS(2523), + [anon_sym_LBRACK] = ACTIONS(2699), [anon_sym_typealias] = ACTIONS(2038), [anon_sym_class] = ACTIONS(2038), [anon_sym_interface] = ACTIONS(2038), [anon_sym_enum] = ACTIONS(2038), - [anon_sym_LBRACE] = ACTIONS(2526), - [anon_sym_LPAREN] = ACTIONS(2529), + [anon_sym_LBRACE] = ACTIONS(2702), + [anon_sym_LPAREN] = ACTIONS(2705), [anon_sym_val] = ACTIONS(2038), [anon_sym_var] = ACTIONS(2038), - [anon_sym_object] = ACTIONS(2532), - [anon_sym_fun] = ACTIONS(2764), - [anon_sym_get] = ACTIONS(2540), - [anon_sym_set] = ACTIONS(2540), - [anon_sym_this] = ACTIONS(2544), - [anon_sym_super] = ACTIONS(2547), - [anon_sym_STAR] = ACTIONS(2768), - [sym_label] = ACTIONS(2771), + [anon_sym_object] = ACTIONS(2708), + [anon_sym_fun] = ACTIONS(2712), + [anon_sym_get] = ACTIONS(2716), + [anon_sym_set] = ACTIONS(2716), + [anon_sym_this] = ACTIONS(2720), + [anon_sym_super] = ACTIONS(2723), + [anon_sym_STAR] = ACTIONS(2726), + [sym_label] = ACTIONS(2729), [anon_sym_for] = ACTIONS(2070), [anon_sym_while] = ACTIONS(2070), [anon_sym_do] = ACTIONS(2070), - [anon_sym_null] = ACTIONS(2556), - [anon_sym_if] = ACTIONS(2774), - [anon_sym_when] = ACTIONS(2562), - [anon_sym_try] = ACTIONS(2565), - [anon_sym_throw] = ACTIONS(2777), - [anon_sym_return] = ACTIONS(2780), - [anon_sym_continue] = ACTIONS(2574), - [anon_sym_break] = ACTIONS(2574), - [anon_sym_COLON_COLON] = ACTIONS(2577), - [anon_sym_PLUS] = ACTIONS(2771), - [anon_sym_DASH] = ACTIONS(2771), - [anon_sym_PLUS_PLUS] = ACTIONS(2783), - [anon_sym_DASH_DASH] = ACTIONS(2783), - [anon_sym_BANG] = ACTIONS(2783), + [anon_sym_null] = ACTIONS(2732), + [anon_sym_if] = ACTIONS(2735), + [anon_sym_when] = ACTIONS(2738), + [anon_sym_try] = ACTIONS(2741), + [anon_sym_throw] = ACTIONS(2744), + [anon_sym_return] = ACTIONS(2747), + [anon_sym_continue] = ACTIONS(2750), + [anon_sym_break] = ACTIONS(2750), + [anon_sym_COLON_COLON] = ACTIONS(2753), + [anon_sym_PLUS] = ACTIONS(2729), + [anon_sym_DASH] = ACTIONS(2729), + [anon_sym_PLUS_PLUS] = ACTIONS(2756), + [anon_sym_DASH_DASH] = ACTIONS(2756), + [anon_sym_BANG] = ACTIONS(2756), [anon_sym_suspend] = ACTIONS(2038), [anon_sym_sealed] = ACTIONS(2038), [anon_sym_annotation] = ACTIONS(2038), - [anon_sym_data] = ACTIONS(2540), - [anon_sym_inner] = ACTIONS(2540), + [anon_sym_data] = ACTIONS(2716), + [anon_sym_inner] = ACTIONS(2716), [anon_sym_override] = ACTIONS(2038), [anon_sym_lateinit] = ACTIONS(2038), [anon_sym_public] = ACTIONS(2038), @@ -77555,104 +77663,104 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(2038), [anon_sym_noinline] = ACTIONS(2038), [anon_sym_crossinline] = ACTIONS(2038), - [anon_sym_expect] = ACTIONS(2540), - [anon_sym_actual] = ACTIONS(2540), + [anon_sym_expect] = ACTIONS(2716), + [anon_sym_actual] = ACTIONS(2716), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(2099), - [anon_sym_continue_AT] = ACTIONS(2583), - [anon_sym_break_AT] = ACTIONS(2586), - [sym_real_literal] = ACTIONS(2589), - [sym_integer_literal] = ACTIONS(2592), - [sym_hex_literal] = ACTIONS(2595), - [sym_bin_literal] = ACTIONS(2595), - [anon_sym_true] = ACTIONS(2598), - [anon_sym_false] = ACTIONS(2598), - [anon_sym_SQUOTE] = ACTIONS(2601), - [sym__backtick_identifier] = ACTIONS(2604), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2607), + [anon_sym_continue_AT] = ACTIONS(2759), + [anon_sym_break_AT] = ACTIONS(2762), + [sym_real_literal] = ACTIONS(2765), + [sym_integer_literal] = ACTIONS(2768), + [sym_hex_literal] = ACTIONS(2771), + [sym_bin_literal] = ACTIONS(2771), + [anon_sym_true] = ACTIONS(2774), + [anon_sym_false] = ACTIONS(2774), + [anon_sym_SQUOTE] = ACTIONS(2777), + [sym__backtick_identifier] = ACTIONS(2780), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(2783), }, [347] = { - [sym__expression] = STATE(370), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2297), - [sym_annotation] = STATE(2297), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(260), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(2337), + [sym__expression] = STATE(2417), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(2143), + [sym_annotation] = STATE(2143), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(267), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(2696), [anon_sym_AT] = ACTIONS(2031), - [anon_sym_LBRACK] = ACTIONS(2340), + [anon_sym_LBRACK] = ACTIONS(2699), [anon_sym_typealias] = ACTIONS(2038), [anon_sym_class] = ACTIONS(2038), [anon_sym_interface] = ACTIONS(2038), [anon_sym_enum] = ACTIONS(2038), - [anon_sym_LBRACE] = ACTIONS(2343), - [anon_sym_LPAREN] = ACTIONS(2346), + [anon_sym_LBRACE] = ACTIONS(2702), + [anon_sym_LPAREN] = ACTIONS(2705), [anon_sym_val] = ACTIONS(2038), [anon_sym_var] = ACTIONS(2038), - [anon_sym_object] = ACTIONS(2349), + [anon_sym_object] = ACTIONS(2708), [anon_sym_fun] = ACTIONS(2786), - [anon_sym_get] = ACTIONS(2357), - [anon_sym_set] = ACTIONS(2357), - [anon_sym_this] = ACTIONS(2361), - [anon_sym_super] = ACTIONS(2364), + [anon_sym_get] = ACTIONS(2716), + [anon_sym_set] = ACTIONS(2716), + [anon_sym_this] = ACTIONS(2720), + [anon_sym_super] = ACTIONS(2723), [anon_sym_STAR] = ACTIONS(2790), [sym_label] = ACTIONS(2793), [anon_sym_for] = ACTIONS(2070), [anon_sym_while] = ACTIONS(2070), [anon_sym_do] = ACTIONS(2070), - [anon_sym_null] = ACTIONS(2373), + [anon_sym_null] = ACTIONS(2732), [anon_sym_if] = ACTIONS(2796), - [anon_sym_when] = ACTIONS(2379), - [anon_sym_try] = ACTIONS(2382), + [anon_sym_when] = ACTIONS(2738), + [anon_sym_try] = ACTIONS(2741), [anon_sym_throw] = ACTIONS(2799), [anon_sym_return] = ACTIONS(2802), - [anon_sym_continue] = ACTIONS(2391), - [anon_sym_break] = ACTIONS(2391), - [anon_sym_COLON_COLON] = ACTIONS(2394), + [anon_sym_continue] = ACTIONS(2750), + [anon_sym_break] = ACTIONS(2750), + [anon_sym_COLON_COLON] = ACTIONS(2753), [anon_sym_PLUS] = ACTIONS(2793), [anon_sym_DASH] = ACTIONS(2793), [anon_sym_PLUS_PLUS] = ACTIONS(2805), @@ -77661,8 +77769,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_suspend] = ACTIONS(2038), [anon_sym_sealed] = ACTIONS(2038), [anon_sym_annotation] = ACTIONS(2038), - [anon_sym_data] = ACTIONS(2357), - [anon_sym_inner] = ACTIONS(2357), + [anon_sym_data] = ACTIONS(2716), + [anon_sym_inner] = ACTIONS(2716), [anon_sym_override] = ACTIONS(2038), [anon_sym_lateinit] = ACTIONS(2038), [anon_sym_public] = ACTIONS(2038), @@ -77681,104 +77789,104 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(2038), [anon_sym_noinline] = ACTIONS(2038), [anon_sym_crossinline] = ACTIONS(2038), - [anon_sym_expect] = ACTIONS(2357), - [anon_sym_actual] = ACTIONS(2357), + [anon_sym_expect] = ACTIONS(2716), + [anon_sym_actual] = ACTIONS(2716), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(2192), - [anon_sym_continue_AT] = ACTIONS(2400), - [anon_sym_break_AT] = ACTIONS(2403), - [sym_real_literal] = ACTIONS(2406), - [sym_integer_literal] = ACTIONS(2409), - [sym_hex_literal] = ACTIONS(2412), - [sym_bin_literal] = ACTIONS(2412), - [anon_sym_true] = ACTIONS(2415), - [anon_sym_false] = ACTIONS(2415), - [anon_sym_SQUOTE] = ACTIONS(2418), - [sym__backtick_identifier] = ACTIONS(2421), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2424), + [anon_sym_return_AT] = ACTIONS(2099), + [anon_sym_continue_AT] = ACTIONS(2759), + [anon_sym_break_AT] = ACTIONS(2762), + [sym_real_literal] = ACTIONS(2765), + [sym_integer_literal] = ACTIONS(2768), + [sym_hex_literal] = ACTIONS(2771), + [sym_bin_literal] = ACTIONS(2771), + [anon_sym_true] = ACTIONS(2774), + [anon_sym_false] = ACTIONS(2774), + [anon_sym_SQUOTE] = ACTIONS(2777), + [sym__backtick_identifier] = ACTIONS(2780), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(2783), }, [348] = { - [sym__expression] = STATE(2526), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(1643), - [sym_annotation] = STATE(1643), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(270), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), - [sym__alpha_identifier] = ACTIONS(2129), + [sym__expression] = STATE(3959), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4931), + [sym_parenthesized_expression] = STATE(4931), + [sym_collection_literal] = STATE(4931), + [sym__literal_constant] = STATE(4931), + [sym_string_literal] = STATE(4931), + [sym_lambda_literal] = STATE(4931), + [sym_anonymous_function] = STATE(4931), + [sym__function_literal] = STATE(4931), + [sym_object_literal] = STATE(4931), + [sym_this_expression] = STATE(4931), + [sym_super_expression] = STATE(4931), + [sym_if_expression] = STATE(4931), + [sym_when_expression] = STATE(4931), + [sym_try_expression] = STATE(4931), + [sym_jump_expression] = STATE(4931), + [sym_callable_reference] = STATE(4931), + [sym__prefix_unary_operator] = STATE(1665), + [sym_annotation] = STATE(1665), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4928), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4931), + [sym_long_literal] = STATE(4931), + [sym_boolean_literal] = STATE(4931), + [sym_character_literal] = STATE(4931), + [sym__lexical_identifier] = STATE(4566), + [sym__alpha_identifier] = ACTIONS(2244), [anon_sym_AT] = ACTIONS(2031), - [anon_sym_LBRACK] = ACTIONS(2132), + [anon_sym_LBRACK] = ACTIONS(2247), [anon_sym_typealias] = ACTIONS(2038), [anon_sym_class] = ACTIONS(2038), [anon_sym_interface] = ACTIONS(2038), [anon_sym_enum] = ACTIONS(2038), - [anon_sym_LBRACE] = ACTIONS(2135), - [anon_sym_LPAREN] = ACTIONS(2138), + [anon_sym_LBRACE] = ACTIONS(2250), + [anon_sym_LPAREN] = ACTIONS(2253), [anon_sym_val] = ACTIONS(2038), [anon_sym_var] = ACTIONS(2038), - [anon_sym_object] = ACTIONS(2141), + [anon_sym_object] = ACTIONS(2256), [anon_sym_fun] = ACTIONS(2808), - [anon_sym_get] = ACTIONS(2149), - [anon_sym_set] = ACTIONS(2149), - [anon_sym_this] = ACTIONS(2153), - [anon_sym_super] = ACTIONS(2156), + [anon_sym_get] = ACTIONS(2264), + [anon_sym_set] = ACTIONS(2264), + [anon_sym_this] = ACTIONS(2268), + [anon_sym_super] = ACTIONS(2271), [anon_sym_STAR] = ACTIONS(2812), [sym_label] = ACTIONS(2815), [anon_sym_for] = ACTIONS(2070), [anon_sym_while] = ACTIONS(2070), [anon_sym_do] = ACTIONS(2070), - [anon_sym_null] = ACTIONS(2165), + [anon_sym_null] = ACTIONS(2280), [anon_sym_if] = ACTIONS(2818), - [anon_sym_when] = ACTIONS(2171), - [anon_sym_try] = ACTIONS(2174), + [anon_sym_when] = ACTIONS(2286), + [anon_sym_try] = ACTIONS(2289), [anon_sym_throw] = ACTIONS(2821), [anon_sym_return] = ACTIONS(2824), - [anon_sym_continue] = ACTIONS(2183), - [anon_sym_break] = ACTIONS(2183), - [anon_sym_COLON_COLON] = ACTIONS(2186), + [anon_sym_continue] = ACTIONS(2298), + [anon_sym_break] = ACTIONS(2298), + [anon_sym_COLON_COLON] = ACTIONS(2301), [anon_sym_PLUS] = ACTIONS(2815), [anon_sym_DASH] = ACTIONS(2815), [anon_sym_PLUS_PLUS] = ACTIONS(2827), @@ -77787,8 +77895,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_suspend] = ACTIONS(2038), [anon_sym_sealed] = ACTIONS(2038), [anon_sym_annotation] = ACTIONS(2038), - [anon_sym_data] = ACTIONS(2149), - [anon_sym_inner] = ACTIONS(2149), + [anon_sym_data] = ACTIONS(2264), + [anon_sym_inner] = ACTIONS(2264), [anon_sym_override] = ACTIONS(2038), [anon_sym_lateinit] = ACTIONS(2038), [anon_sym_public] = ACTIONS(2038), @@ -77807,104 +77915,104 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(2038), [anon_sym_noinline] = ACTIONS(2038), [anon_sym_crossinline] = ACTIONS(2038), - [anon_sym_expect] = ACTIONS(2149), - [anon_sym_actual] = ACTIONS(2149), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(2192), - [anon_sym_continue_AT] = ACTIONS(2195), - [anon_sym_break_AT] = ACTIONS(2198), - [sym_real_literal] = ACTIONS(2201), - [sym_integer_literal] = ACTIONS(2204), - [sym_hex_literal] = ACTIONS(2207), - [sym_bin_literal] = ACTIONS(2207), - [anon_sym_true] = ACTIONS(2210), - [anon_sym_false] = ACTIONS(2210), - [anon_sym_SQUOTE] = ACTIONS(2213), - [sym__backtick_identifier] = ACTIONS(2216), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2219), + [anon_sym_expect] = ACTIONS(2264), + [anon_sym_actual] = ACTIONS(2264), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(2307), + [anon_sym_continue_AT] = ACTIONS(2310), + [anon_sym_break_AT] = ACTIONS(2313), + [sym_real_literal] = ACTIONS(2316), + [sym_integer_literal] = ACTIONS(2319), + [sym_hex_literal] = ACTIONS(2322), + [sym_bin_literal] = ACTIONS(2322), + [anon_sym_true] = ACTIONS(2325), + [anon_sym_false] = ACTIONS(2325), + [anon_sym_SQUOTE] = ACTIONS(2328), + [sym__backtick_identifier] = ACTIONS(2331), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(2334), }, [349] = { - [sym__expression] = STATE(2074), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(3231), - [sym_parenthesized_expression] = STATE(3231), - [sym_collection_literal] = STATE(3231), - [sym__literal_constant] = STATE(3231), - [sym_string_literal] = STATE(3231), - [sym_lambda_literal] = STATE(3231), - [sym_anonymous_function] = STATE(3231), - [sym__function_literal] = STATE(3231), - [sym_object_literal] = STATE(3231), - [sym_this_expression] = STATE(3231), - [sym_super_expression] = STATE(3231), - [sym_if_expression] = STATE(3231), - [sym_when_expression] = STATE(3231), - [sym_try_expression] = STATE(3231), - [sym_jump_expression] = STATE(3231), - [sym_callable_reference] = STATE(3231), - [sym__prefix_unary_operator] = STATE(2054), - [sym_annotation] = STATE(2054), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3311), - [sym__return_at] = STATE(398), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(3231), - [sym_long_literal] = STATE(3231), - [sym_boolean_literal] = STATE(3231), - [sym_character_literal] = STATE(3231), - [sym__lexical_identifier] = STATE(2890), - [sym__alpha_identifier] = ACTIONS(2028), + [sym__expression] = STATE(1471), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(3399), + [sym_parenthesized_expression] = STATE(3399), + [sym_collection_literal] = STATE(3399), + [sym__literal_constant] = STATE(3399), + [sym_string_literal] = STATE(3399), + [sym_lambda_literal] = STATE(3399), + [sym_anonymous_function] = STATE(3399), + [sym__function_literal] = STATE(3399), + [sym_object_literal] = STATE(3399), + [sym_this_expression] = STATE(3399), + [sym_super_expression] = STATE(3399), + [sym_if_expression] = STATE(3399), + [sym_when_expression] = STATE(3399), + [sym_try_expression] = STATE(3399), + [sym_jump_expression] = STATE(3399), + [sym_callable_reference] = STATE(3399), + [sym__prefix_unary_operator] = STATE(1868), + [sym_annotation] = STATE(1868), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3347), + [sym__return_at] = STATE(356), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(3399), + [sym_long_literal] = STATE(3399), + [sym_boolean_literal] = STATE(3399), + [sym_character_literal] = STATE(3399), + [sym__lexical_identifier] = STATE(2837), + [sym__alpha_identifier] = ACTIONS(2430), [anon_sym_AT] = ACTIONS(2031), - [anon_sym_LBRACK] = ACTIONS(2035), + [anon_sym_LBRACK] = ACTIONS(2433), [anon_sym_typealias] = ACTIONS(2038), [anon_sym_class] = ACTIONS(2038), [anon_sym_interface] = ACTIONS(2038), [anon_sym_enum] = ACTIONS(2038), - [anon_sym_LBRACE] = ACTIONS(2040), - [anon_sym_LPAREN] = ACTIONS(2043), + [anon_sym_LBRACE] = ACTIONS(2436), + [anon_sym_LPAREN] = ACTIONS(2439), [anon_sym_val] = ACTIONS(2038), [anon_sym_var] = ACTIONS(2038), - [anon_sym_object] = ACTIONS(2046), + [anon_sym_object] = ACTIONS(2442), [anon_sym_fun] = ACTIONS(2830), - [anon_sym_get] = ACTIONS(2054), - [anon_sym_set] = ACTIONS(2054), - [anon_sym_this] = ACTIONS(2058), - [anon_sym_super] = ACTIONS(2061), + [anon_sym_get] = ACTIONS(2450), + [anon_sym_set] = ACTIONS(2450), + [anon_sym_this] = ACTIONS(2454), + [anon_sym_super] = ACTIONS(2457), [anon_sym_STAR] = ACTIONS(2834), [sym_label] = ACTIONS(2837), [anon_sym_for] = ACTIONS(2070), [anon_sym_while] = ACTIONS(2070), [anon_sym_do] = ACTIONS(2070), - [anon_sym_null] = ACTIONS(2072), + [anon_sym_null] = ACTIONS(2466), [anon_sym_if] = ACTIONS(2840), - [anon_sym_when] = ACTIONS(2078), - [anon_sym_try] = ACTIONS(2081), + [anon_sym_when] = ACTIONS(2472), + [anon_sym_try] = ACTIONS(2475), [anon_sym_throw] = ACTIONS(2843), [anon_sym_return] = ACTIONS(2846), - [anon_sym_continue] = ACTIONS(2090), - [anon_sym_break] = ACTIONS(2090), - [anon_sym_COLON_COLON] = ACTIONS(2093), + [anon_sym_continue] = ACTIONS(2484), + [anon_sym_break] = ACTIONS(2484), + [anon_sym_COLON_COLON] = ACTIONS(2487), [anon_sym_PLUS] = ACTIONS(2837), [anon_sym_DASH] = ACTIONS(2837), [anon_sym_PLUS_PLUS] = ACTIONS(2849), @@ -77913,8 +78021,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_suspend] = ACTIONS(2038), [anon_sym_sealed] = ACTIONS(2038), [anon_sym_annotation] = ACTIONS(2038), - [anon_sym_data] = ACTIONS(2054), - [anon_sym_inner] = ACTIONS(2054), + [anon_sym_data] = ACTIONS(2450), + [anon_sym_inner] = ACTIONS(2450), [anon_sym_override] = ACTIONS(2038), [anon_sym_lateinit] = ACTIONS(2038), [anon_sym_public] = ACTIONS(2038), @@ -77933,104 +78041,104 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(2038), [anon_sym_noinline] = ACTIONS(2038), [anon_sym_crossinline] = ACTIONS(2038), - [anon_sym_expect] = ACTIONS(2054), - [anon_sym_actual] = ACTIONS(2054), + [anon_sym_expect] = ACTIONS(2450), + [anon_sym_actual] = ACTIONS(2450), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(2099), - [anon_sym_continue_AT] = ACTIONS(2102), - [anon_sym_break_AT] = ACTIONS(2105), - [sym_real_literal] = ACTIONS(2108), - [sym_integer_literal] = ACTIONS(2111), - [sym_hex_literal] = ACTIONS(2114), - [sym_bin_literal] = ACTIONS(2114), - [anon_sym_true] = ACTIONS(2117), - [anon_sym_false] = ACTIONS(2117), - [anon_sym_SQUOTE] = ACTIONS(2120), - [sym__backtick_identifier] = ACTIONS(2123), + [anon_sym_return_AT] = ACTIONS(2307), + [anon_sym_continue_AT] = ACTIONS(2493), + [anon_sym_break_AT] = ACTIONS(2496), + [sym_real_literal] = ACTIONS(2499), + [sym_integer_literal] = ACTIONS(2502), + [sym_hex_literal] = ACTIONS(2505), + [sym_bin_literal] = ACTIONS(2505), + [anon_sym_true] = ACTIONS(2508), + [anon_sym_false] = ACTIONS(2508), + [anon_sym_SQUOTE] = ACTIONS(2511), + [sym__backtick_identifier] = ACTIONS(2514), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2126), + [sym__string_start] = ACTIONS(2517), }, [350] = { - [sym__expression] = STATE(2488), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(1697), - [sym_annotation] = STATE(1697), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(268), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), - [sym__alpha_identifier] = ACTIONS(2222), + [sym__expression] = STATE(986), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(3399), + [sym_parenthesized_expression] = STATE(3399), + [sym_collection_literal] = STATE(3399), + [sym__literal_constant] = STATE(3399), + [sym_string_literal] = STATE(3399), + [sym_lambda_literal] = STATE(3399), + [sym_anonymous_function] = STATE(3399), + [sym__function_literal] = STATE(3399), + [sym_object_literal] = STATE(3399), + [sym_this_expression] = STATE(3399), + [sym_super_expression] = STATE(3399), + [sym_if_expression] = STATE(3399), + [sym_when_expression] = STATE(3399), + [sym_try_expression] = STATE(3399), + [sym_jump_expression] = STATE(3399), + [sym_callable_reference] = STATE(3399), + [sym__prefix_unary_operator] = STATE(1644), + [sym_annotation] = STATE(1644), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3347), + [sym__return_at] = STATE(303), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(3399), + [sym_long_literal] = STATE(3399), + [sym_boolean_literal] = STATE(3399), + [sym_character_literal] = STATE(3399), + [sym__lexical_identifier] = STATE(2837), + [sym__alpha_identifier] = ACTIONS(2430), [anon_sym_AT] = ACTIONS(2031), - [anon_sym_LBRACK] = ACTIONS(2225), + [anon_sym_LBRACK] = ACTIONS(2433), [anon_sym_typealias] = ACTIONS(2038), [anon_sym_class] = ACTIONS(2038), [anon_sym_interface] = ACTIONS(2038), [anon_sym_enum] = ACTIONS(2038), - [anon_sym_LBRACE] = ACTIONS(2228), - [anon_sym_LPAREN] = ACTIONS(2231), + [anon_sym_LBRACE] = ACTIONS(2436), + [anon_sym_LPAREN] = ACTIONS(2439), [anon_sym_val] = ACTIONS(2038), [anon_sym_var] = ACTIONS(2038), - [anon_sym_object] = ACTIONS(2234), + [anon_sym_object] = ACTIONS(2442), [anon_sym_fun] = ACTIONS(2852), - [anon_sym_get] = ACTIONS(2242), - [anon_sym_set] = ACTIONS(2242), - [anon_sym_this] = ACTIONS(2246), - [anon_sym_super] = ACTIONS(2249), + [anon_sym_get] = ACTIONS(2450), + [anon_sym_set] = ACTIONS(2450), + [anon_sym_this] = ACTIONS(2454), + [anon_sym_super] = ACTIONS(2457), [anon_sym_STAR] = ACTIONS(2856), [sym_label] = ACTIONS(2859), [anon_sym_for] = ACTIONS(2070), [anon_sym_while] = ACTIONS(2070), [anon_sym_do] = ACTIONS(2070), - [anon_sym_null] = ACTIONS(2258), + [anon_sym_null] = ACTIONS(2466), [anon_sym_if] = ACTIONS(2862), - [anon_sym_when] = ACTIONS(2264), - [anon_sym_try] = ACTIONS(2267), + [anon_sym_when] = ACTIONS(2472), + [anon_sym_try] = ACTIONS(2475), [anon_sym_throw] = ACTIONS(2865), [anon_sym_return] = ACTIONS(2868), - [anon_sym_continue] = ACTIONS(2276), - [anon_sym_break] = ACTIONS(2276), - [anon_sym_COLON_COLON] = ACTIONS(2279), + [anon_sym_continue] = ACTIONS(2484), + [anon_sym_break] = ACTIONS(2484), + [anon_sym_COLON_COLON] = ACTIONS(2487), [anon_sym_PLUS] = ACTIONS(2859), [anon_sym_DASH] = ACTIONS(2859), [anon_sym_PLUS_PLUS] = ACTIONS(2871), @@ -78039,8 +78147,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_suspend] = ACTIONS(2038), [anon_sym_sealed] = ACTIONS(2038), [anon_sym_annotation] = ACTIONS(2038), - [anon_sym_data] = ACTIONS(2242), - [anon_sym_inner] = ACTIONS(2242), + [anon_sym_data] = ACTIONS(2450), + [anon_sym_inner] = ACTIONS(2450), [anon_sym_override] = ACTIONS(2038), [anon_sym_lateinit] = ACTIONS(2038), [anon_sym_public] = ACTIONS(2038), @@ -78059,104 +78167,104 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(2038), [anon_sym_noinline] = ACTIONS(2038), [anon_sym_crossinline] = ACTIONS(2038), - [anon_sym_expect] = ACTIONS(2242), - [anon_sym_actual] = ACTIONS(2242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(2285), - [anon_sym_continue_AT] = ACTIONS(2288), - [anon_sym_break_AT] = ACTIONS(2291), - [sym_real_literal] = ACTIONS(2294), - [sym_integer_literal] = ACTIONS(2297), - [sym_hex_literal] = ACTIONS(2300), - [sym_bin_literal] = ACTIONS(2300), - [anon_sym_true] = ACTIONS(2303), - [anon_sym_false] = ACTIONS(2303), - [anon_sym_SQUOTE] = ACTIONS(2306), - [sym__backtick_identifier] = ACTIONS(2309), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2312), + [anon_sym_expect] = ACTIONS(2450), + [anon_sym_actual] = ACTIONS(2450), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(2307), + [anon_sym_continue_AT] = ACTIONS(2493), + [anon_sym_break_AT] = ACTIONS(2496), + [sym_real_literal] = ACTIONS(2499), + [sym_integer_literal] = ACTIONS(2502), + [sym_hex_literal] = ACTIONS(2505), + [sym_bin_literal] = ACTIONS(2505), + [anon_sym_true] = ACTIONS(2508), + [anon_sym_false] = ACTIONS(2508), + [anon_sym_SQUOTE] = ACTIONS(2511), + [sym__backtick_identifier] = ACTIONS(2514), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(2517), }, [351] = { - [sym__expression] = STATE(3666), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4941), - [sym_parenthesized_expression] = STATE(4941), - [sym_collection_literal] = STATE(4941), - [sym__literal_constant] = STATE(4941), - [sym_string_literal] = STATE(4941), - [sym_lambda_literal] = STATE(4941), - [sym_anonymous_function] = STATE(4941), - [sym__function_literal] = STATE(4941), - [sym_object_literal] = STATE(4941), - [sym_this_expression] = STATE(4941), - [sym_super_expression] = STATE(4941), - [sym_if_expression] = STATE(4941), - [sym_when_expression] = STATE(4941), - [sym_try_expression] = STATE(4941), - [sym_jump_expression] = STATE(4941), - [sym_callable_reference] = STATE(4941), - [sym__prefix_unary_operator] = STATE(2214), - [sym_annotation] = STATE(2214), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5029), - [sym__return_at] = STATE(303), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4941), - [sym_long_literal] = STATE(4941), - [sym_boolean_literal] = STATE(4941), - [sym_character_literal] = STATE(4941), - [sym__lexical_identifier] = STATE(4529), - [sym__alpha_identifier] = ACTIONS(2520), + [sym__expression] = STATE(4176), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(377), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(2337), [anon_sym_AT] = ACTIONS(2031), - [anon_sym_LBRACK] = ACTIONS(2523), + [anon_sym_LBRACK] = ACTIONS(2340), [anon_sym_typealias] = ACTIONS(2038), [anon_sym_class] = ACTIONS(2038), [anon_sym_interface] = ACTIONS(2038), [anon_sym_enum] = ACTIONS(2038), - [anon_sym_LBRACE] = ACTIONS(2526), - [anon_sym_LPAREN] = ACTIONS(2529), + [anon_sym_LBRACE] = ACTIONS(2343), + [anon_sym_LPAREN] = ACTIONS(2346), [anon_sym_val] = ACTIONS(2038), [anon_sym_var] = ACTIONS(2038), - [anon_sym_object] = ACTIONS(2532), + [anon_sym_object] = ACTIONS(2349), [anon_sym_fun] = ACTIONS(2874), - [anon_sym_get] = ACTIONS(2540), - [anon_sym_set] = ACTIONS(2540), - [anon_sym_this] = ACTIONS(2544), - [anon_sym_super] = ACTIONS(2547), + [anon_sym_get] = ACTIONS(2357), + [anon_sym_set] = ACTIONS(2357), + [anon_sym_this] = ACTIONS(2361), + [anon_sym_super] = ACTIONS(2364), [anon_sym_STAR] = ACTIONS(2878), [sym_label] = ACTIONS(2881), [anon_sym_for] = ACTIONS(2070), [anon_sym_while] = ACTIONS(2070), [anon_sym_do] = ACTIONS(2070), - [anon_sym_null] = ACTIONS(2556), + [anon_sym_null] = ACTIONS(2373), [anon_sym_if] = ACTIONS(2884), - [anon_sym_when] = ACTIONS(2562), - [anon_sym_try] = ACTIONS(2565), + [anon_sym_when] = ACTIONS(2379), + [anon_sym_try] = ACTIONS(2382), [anon_sym_throw] = ACTIONS(2887), [anon_sym_return] = ACTIONS(2890), - [anon_sym_continue] = ACTIONS(2574), - [anon_sym_break] = ACTIONS(2574), - [anon_sym_COLON_COLON] = ACTIONS(2577), + [anon_sym_continue] = ACTIONS(2391), + [anon_sym_break] = ACTIONS(2391), + [anon_sym_COLON_COLON] = ACTIONS(2394), [anon_sym_PLUS] = ACTIONS(2881), [anon_sym_DASH] = ACTIONS(2881), [anon_sym_PLUS_PLUS] = ACTIONS(2893), @@ -78165,8 +78273,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_suspend] = ACTIONS(2038), [anon_sym_sealed] = ACTIONS(2038), [anon_sym_annotation] = ACTIONS(2038), - [anon_sym_data] = ACTIONS(2540), - [anon_sym_inner] = ACTIONS(2540), + [anon_sym_data] = ACTIONS(2357), + [anon_sym_inner] = ACTIONS(2357), [anon_sym_override] = ACTIONS(2038), [anon_sym_lateinit] = ACTIONS(2038), [anon_sym_public] = ACTIONS(2038), @@ -78185,104 +78293,104 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(2038), [anon_sym_noinline] = ACTIONS(2038), [anon_sym_crossinline] = ACTIONS(2038), - [anon_sym_expect] = ACTIONS(2540), - [anon_sym_actual] = ACTIONS(2540), + [anon_sym_expect] = ACTIONS(2357), + [anon_sym_actual] = ACTIONS(2357), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(2099), - [anon_sym_continue_AT] = ACTIONS(2583), - [anon_sym_break_AT] = ACTIONS(2586), - [sym_real_literal] = ACTIONS(2589), - [sym_integer_literal] = ACTIONS(2592), - [sym_hex_literal] = ACTIONS(2595), - [sym_bin_literal] = ACTIONS(2595), - [anon_sym_true] = ACTIONS(2598), - [anon_sym_false] = ACTIONS(2598), - [anon_sym_SQUOTE] = ACTIONS(2601), - [sym__backtick_identifier] = ACTIONS(2604), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2607), + [anon_sym_return_AT] = ACTIONS(2400), + [anon_sym_continue_AT] = ACTIONS(2403), + [anon_sym_break_AT] = ACTIONS(2406), + [sym_real_literal] = ACTIONS(2409), + [sym_integer_literal] = ACTIONS(2412), + [sym_hex_literal] = ACTIONS(2415), + [sym_bin_literal] = ACTIONS(2415), + [anon_sym_true] = ACTIONS(2418), + [anon_sym_false] = ACTIONS(2418), + [anon_sym_SQUOTE] = ACTIONS(2421), + [sym__backtick_identifier] = ACTIONS(2424), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(2427), }, [352] = { - [sym__expression] = STATE(3053), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(1661), - [sym_annotation] = STATE(1661), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(295), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(2427), + [sym__expression] = STATE(1268), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(1807), + [sym_annotation] = STATE(1807), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(261), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(2696), [anon_sym_AT] = ACTIONS(2031), - [anon_sym_LBRACK] = ACTIONS(2430), + [anon_sym_LBRACK] = ACTIONS(2699), [anon_sym_typealias] = ACTIONS(2038), [anon_sym_class] = ACTIONS(2038), [anon_sym_interface] = ACTIONS(2038), [anon_sym_enum] = ACTIONS(2038), - [anon_sym_LBRACE] = ACTIONS(2433), - [anon_sym_LPAREN] = ACTIONS(2436), + [anon_sym_LBRACE] = ACTIONS(2702), + [anon_sym_LPAREN] = ACTIONS(2705), [anon_sym_val] = ACTIONS(2038), [anon_sym_var] = ACTIONS(2038), - [anon_sym_object] = ACTIONS(2439), + [anon_sym_object] = ACTIONS(2708), [anon_sym_fun] = ACTIONS(2896), - [anon_sym_get] = ACTIONS(2447), - [anon_sym_set] = ACTIONS(2447), - [anon_sym_this] = ACTIONS(2451), - [anon_sym_super] = ACTIONS(2454), + [anon_sym_get] = ACTIONS(2716), + [anon_sym_set] = ACTIONS(2716), + [anon_sym_this] = ACTIONS(2720), + [anon_sym_super] = ACTIONS(2723), [anon_sym_STAR] = ACTIONS(2900), [sym_label] = ACTIONS(2903), [anon_sym_for] = ACTIONS(2070), [anon_sym_while] = ACTIONS(2070), [anon_sym_do] = ACTIONS(2070), - [anon_sym_null] = ACTIONS(2463), + [anon_sym_null] = ACTIONS(2732), [anon_sym_if] = ACTIONS(2906), - [anon_sym_when] = ACTIONS(2469), - [anon_sym_try] = ACTIONS(2472), + [anon_sym_when] = ACTIONS(2738), + [anon_sym_try] = ACTIONS(2741), [anon_sym_throw] = ACTIONS(2909), [anon_sym_return] = ACTIONS(2912), - [anon_sym_continue] = ACTIONS(2481), - [anon_sym_break] = ACTIONS(2481), - [anon_sym_COLON_COLON] = ACTIONS(2484), + [anon_sym_continue] = ACTIONS(2750), + [anon_sym_break] = ACTIONS(2750), + [anon_sym_COLON_COLON] = ACTIONS(2753), [anon_sym_PLUS] = ACTIONS(2903), [anon_sym_DASH] = ACTIONS(2903), [anon_sym_PLUS_PLUS] = ACTIONS(2915), @@ -78291,8 +78399,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_suspend] = ACTIONS(2038), [anon_sym_sealed] = ACTIONS(2038), [anon_sym_annotation] = ACTIONS(2038), - [anon_sym_data] = ACTIONS(2447), - [anon_sym_inner] = ACTIONS(2447), + [anon_sym_data] = ACTIONS(2716), + [anon_sym_inner] = ACTIONS(2716), [anon_sym_override] = ACTIONS(2038), [anon_sym_lateinit] = ACTIONS(2038), [anon_sym_public] = ACTIONS(2038), @@ -78311,104 +78419,104 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(2038), [anon_sym_noinline] = ACTIONS(2038), [anon_sym_crossinline] = ACTIONS(2038), - [anon_sym_expect] = ACTIONS(2447), - [anon_sym_actual] = ACTIONS(2447), + [anon_sym_expect] = ACTIONS(2716), + [anon_sym_actual] = ACTIONS(2716), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(2490), - [anon_sym_continue_AT] = ACTIONS(2493), - [anon_sym_break_AT] = ACTIONS(2496), - [sym_real_literal] = ACTIONS(2499), - [sym_integer_literal] = ACTIONS(2502), - [sym_hex_literal] = ACTIONS(2505), - [sym_bin_literal] = ACTIONS(2505), - [anon_sym_true] = ACTIONS(2508), - [anon_sym_false] = ACTIONS(2508), - [anon_sym_SQUOTE] = ACTIONS(2511), - [sym__backtick_identifier] = ACTIONS(2514), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2517), + [anon_sym_return_AT] = ACTIONS(2099), + [anon_sym_continue_AT] = ACTIONS(2759), + [anon_sym_break_AT] = ACTIONS(2762), + [sym_real_literal] = ACTIONS(2765), + [sym_integer_literal] = ACTIONS(2768), + [sym_hex_literal] = ACTIONS(2771), + [sym_bin_literal] = ACTIONS(2771), + [anon_sym_true] = ACTIONS(2774), + [anon_sym_false] = ACTIONS(2774), + [anon_sym_SQUOTE] = ACTIONS(2777), + [sym__backtick_identifier] = ACTIONS(2780), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(2783), }, [353] = { - [sym__expression] = STATE(4155), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4941), - [sym_parenthesized_expression] = STATE(4941), - [sym_collection_literal] = STATE(4941), - [sym__literal_constant] = STATE(4941), - [sym_string_literal] = STATE(4941), - [sym_lambda_literal] = STATE(4941), - [sym_anonymous_function] = STATE(4941), - [sym__function_literal] = STATE(4941), - [sym_object_literal] = STATE(4941), - [sym_this_expression] = STATE(4941), - [sym_super_expression] = STATE(4941), - [sym_if_expression] = STATE(4941), - [sym_when_expression] = STATE(4941), - [sym_try_expression] = STATE(4941), - [sym_jump_expression] = STATE(4941), - [sym_callable_reference] = STATE(4941), - [sym__prefix_unary_operator] = STATE(1611), - [sym_annotation] = STATE(1611), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5029), - [sym__return_at] = STATE(360), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4941), - [sym_long_literal] = STATE(4941), - [sym_boolean_literal] = STATE(4941), - [sym_character_literal] = STATE(4941), - [sym__lexical_identifier] = STATE(4529), - [sym__alpha_identifier] = ACTIONS(2520), + [sym__expression] = STATE(1488), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(2339), + [sym_annotation] = STATE(2339), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(265), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), + [sym__alpha_identifier] = ACTIONS(2129), [anon_sym_AT] = ACTIONS(2031), - [anon_sym_LBRACK] = ACTIONS(2523), + [anon_sym_LBRACK] = ACTIONS(2132), [anon_sym_typealias] = ACTIONS(2038), [anon_sym_class] = ACTIONS(2038), [anon_sym_interface] = ACTIONS(2038), [anon_sym_enum] = ACTIONS(2038), - [anon_sym_LBRACE] = ACTIONS(2526), - [anon_sym_LPAREN] = ACTIONS(2529), + [anon_sym_LBRACE] = ACTIONS(2135), + [anon_sym_LPAREN] = ACTIONS(2138), [anon_sym_val] = ACTIONS(2038), [anon_sym_var] = ACTIONS(2038), - [anon_sym_object] = ACTIONS(2532), + [anon_sym_object] = ACTIONS(2141), [anon_sym_fun] = ACTIONS(2918), - [anon_sym_get] = ACTIONS(2540), - [anon_sym_set] = ACTIONS(2540), - [anon_sym_this] = ACTIONS(2544), - [anon_sym_super] = ACTIONS(2547), + [anon_sym_get] = ACTIONS(2149), + [anon_sym_set] = ACTIONS(2149), + [anon_sym_this] = ACTIONS(2153), + [anon_sym_super] = ACTIONS(2156), [anon_sym_STAR] = ACTIONS(2922), [sym_label] = ACTIONS(2925), [anon_sym_for] = ACTIONS(2070), [anon_sym_while] = ACTIONS(2070), [anon_sym_do] = ACTIONS(2070), - [anon_sym_null] = ACTIONS(2556), + [anon_sym_null] = ACTIONS(2165), [anon_sym_if] = ACTIONS(2928), - [anon_sym_when] = ACTIONS(2562), - [anon_sym_try] = ACTIONS(2565), + [anon_sym_when] = ACTIONS(2171), + [anon_sym_try] = ACTIONS(2174), [anon_sym_throw] = ACTIONS(2931), [anon_sym_return] = ACTIONS(2934), - [anon_sym_continue] = ACTIONS(2574), - [anon_sym_break] = ACTIONS(2574), - [anon_sym_COLON_COLON] = ACTIONS(2577), + [anon_sym_continue] = ACTIONS(2183), + [anon_sym_break] = ACTIONS(2183), + [anon_sym_COLON_COLON] = ACTIONS(2186), [anon_sym_PLUS] = ACTIONS(2925), [anon_sym_DASH] = ACTIONS(2925), [anon_sym_PLUS_PLUS] = ACTIONS(2937), @@ -78417,8 +78525,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_suspend] = ACTIONS(2038), [anon_sym_sealed] = ACTIONS(2038), [anon_sym_annotation] = ACTIONS(2038), - [anon_sym_data] = ACTIONS(2540), - [anon_sym_inner] = ACTIONS(2540), + [anon_sym_data] = ACTIONS(2149), + [anon_sym_inner] = ACTIONS(2149), [anon_sym_override] = ACTIONS(2038), [anon_sym_lateinit] = ACTIONS(2038), [anon_sym_public] = ACTIONS(2038), @@ -78437,104 +78545,104 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(2038), [anon_sym_noinline] = ACTIONS(2038), [anon_sym_crossinline] = ACTIONS(2038), - [anon_sym_expect] = ACTIONS(2540), - [anon_sym_actual] = ACTIONS(2540), + [anon_sym_expect] = ACTIONS(2149), + [anon_sym_actual] = ACTIONS(2149), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(2099), - [anon_sym_continue_AT] = ACTIONS(2583), - [anon_sym_break_AT] = ACTIONS(2586), - [sym_real_literal] = ACTIONS(2589), - [sym_integer_literal] = ACTIONS(2592), - [sym_hex_literal] = ACTIONS(2595), - [sym_bin_literal] = ACTIONS(2595), - [anon_sym_true] = ACTIONS(2598), - [anon_sym_false] = ACTIONS(2598), - [anon_sym_SQUOTE] = ACTIONS(2601), - [sym__backtick_identifier] = ACTIONS(2604), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2607), + [anon_sym_return_AT] = ACTIONS(2192), + [anon_sym_continue_AT] = ACTIONS(2195), + [anon_sym_break_AT] = ACTIONS(2198), + [sym_real_literal] = ACTIONS(2201), + [sym_integer_literal] = ACTIONS(2204), + [sym_hex_literal] = ACTIONS(2207), + [sym_bin_literal] = ACTIONS(2207), + [anon_sym_true] = ACTIONS(2210), + [anon_sym_false] = ACTIONS(2210), + [anon_sym_SQUOTE] = ACTIONS(2213), + [sym__backtick_identifier] = ACTIONS(2216), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(2219), }, [354] = { - [sym__expression] = STATE(1439), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(3231), - [sym_parenthesized_expression] = STATE(3231), - [sym_collection_literal] = STATE(3231), - [sym__literal_constant] = STATE(3231), - [sym_string_literal] = STATE(3231), - [sym_lambda_literal] = STATE(3231), - [sym_anonymous_function] = STATE(3231), - [sym__function_literal] = STATE(3231), - [sym_object_literal] = STATE(3231), - [sym_this_expression] = STATE(3231), - [sym_super_expression] = STATE(3231), - [sym_if_expression] = STATE(3231), - [sym_when_expression] = STATE(3231), - [sym_try_expression] = STATE(3231), - [sym_jump_expression] = STATE(3231), - [sym_callable_reference] = STATE(3231), - [sym__prefix_unary_operator] = STATE(2071), - [sym_annotation] = STATE(2071), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3311), - [sym__return_at] = STATE(367), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(3231), - [sym_long_literal] = STATE(3231), - [sym_boolean_literal] = STATE(3231), - [sym_character_literal] = STATE(3231), - [sym__lexical_identifier] = STATE(2890), - [sym__alpha_identifier] = ACTIONS(2028), + [sym__expression] = STATE(2516), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(2362), + [sym_annotation] = STATE(2362), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(269), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(2696), [anon_sym_AT] = ACTIONS(2031), - [anon_sym_LBRACK] = ACTIONS(2035), + [anon_sym_LBRACK] = ACTIONS(2699), [anon_sym_typealias] = ACTIONS(2038), [anon_sym_class] = ACTIONS(2038), [anon_sym_interface] = ACTIONS(2038), [anon_sym_enum] = ACTIONS(2038), - [anon_sym_LBRACE] = ACTIONS(2040), - [anon_sym_LPAREN] = ACTIONS(2043), + [anon_sym_LBRACE] = ACTIONS(2702), + [anon_sym_LPAREN] = ACTIONS(2705), [anon_sym_val] = ACTIONS(2038), [anon_sym_var] = ACTIONS(2038), - [anon_sym_object] = ACTIONS(2046), + [anon_sym_object] = ACTIONS(2708), [anon_sym_fun] = ACTIONS(2940), - [anon_sym_get] = ACTIONS(2054), - [anon_sym_set] = ACTIONS(2054), - [anon_sym_this] = ACTIONS(2058), - [anon_sym_super] = ACTIONS(2061), + [anon_sym_get] = ACTIONS(2716), + [anon_sym_set] = ACTIONS(2716), + [anon_sym_this] = ACTIONS(2720), + [anon_sym_super] = ACTIONS(2723), [anon_sym_STAR] = ACTIONS(2944), [sym_label] = ACTIONS(2947), [anon_sym_for] = ACTIONS(2070), [anon_sym_while] = ACTIONS(2070), [anon_sym_do] = ACTIONS(2070), - [anon_sym_null] = ACTIONS(2072), + [anon_sym_null] = ACTIONS(2732), [anon_sym_if] = ACTIONS(2950), - [anon_sym_when] = ACTIONS(2078), - [anon_sym_try] = ACTIONS(2081), + [anon_sym_when] = ACTIONS(2738), + [anon_sym_try] = ACTIONS(2741), [anon_sym_throw] = ACTIONS(2953), [anon_sym_return] = ACTIONS(2956), - [anon_sym_continue] = ACTIONS(2090), - [anon_sym_break] = ACTIONS(2090), - [anon_sym_COLON_COLON] = ACTIONS(2093), + [anon_sym_continue] = ACTIONS(2750), + [anon_sym_break] = ACTIONS(2750), + [anon_sym_COLON_COLON] = ACTIONS(2753), [anon_sym_PLUS] = ACTIONS(2947), [anon_sym_DASH] = ACTIONS(2947), [anon_sym_PLUS_PLUS] = ACTIONS(2959), @@ -78543,8 +78651,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_suspend] = ACTIONS(2038), [anon_sym_sealed] = ACTIONS(2038), [anon_sym_annotation] = ACTIONS(2038), - [anon_sym_data] = ACTIONS(2054), - [anon_sym_inner] = ACTIONS(2054), + [anon_sym_data] = ACTIONS(2716), + [anon_sym_inner] = ACTIONS(2716), [anon_sym_override] = ACTIONS(2038), [anon_sym_lateinit] = ACTIONS(2038), [anon_sym_public] = ACTIONS(2038), @@ -78563,104 +78671,104 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(2038), [anon_sym_noinline] = ACTIONS(2038), [anon_sym_crossinline] = ACTIONS(2038), - [anon_sym_expect] = ACTIONS(2054), - [anon_sym_actual] = ACTIONS(2054), + [anon_sym_expect] = ACTIONS(2716), + [anon_sym_actual] = ACTIONS(2716), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(2099), - [anon_sym_continue_AT] = ACTIONS(2102), - [anon_sym_break_AT] = ACTIONS(2105), - [sym_real_literal] = ACTIONS(2108), - [sym_integer_literal] = ACTIONS(2111), - [sym_hex_literal] = ACTIONS(2114), - [sym_bin_literal] = ACTIONS(2114), - [anon_sym_true] = ACTIONS(2117), - [anon_sym_false] = ACTIONS(2117), - [anon_sym_SQUOTE] = ACTIONS(2120), - [sym__backtick_identifier] = ACTIONS(2123), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2126), + [anon_sym_continue_AT] = ACTIONS(2759), + [anon_sym_break_AT] = ACTIONS(2762), + [sym_real_literal] = ACTIONS(2765), + [sym_integer_literal] = ACTIONS(2768), + [sym_hex_literal] = ACTIONS(2771), + [sym_bin_literal] = ACTIONS(2771), + [anon_sym_true] = ACTIONS(2774), + [anon_sym_false] = ACTIONS(2774), + [anon_sym_SQUOTE] = ACTIONS(2777), + [sym__backtick_identifier] = ACTIONS(2780), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(2783), }, [355] = { - [sym__expression] = STATE(1020), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(3231), - [sym_parenthesized_expression] = STATE(3231), - [sym_collection_literal] = STATE(3231), - [sym__literal_constant] = STATE(3231), - [sym_string_literal] = STATE(3231), - [sym_lambda_literal] = STATE(3231), - [sym_anonymous_function] = STATE(3231), - [sym__function_literal] = STATE(3231), - [sym_object_literal] = STATE(3231), - [sym_this_expression] = STATE(3231), - [sym_super_expression] = STATE(3231), - [sym_if_expression] = STATE(3231), - [sym_when_expression] = STATE(3231), - [sym_try_expression] = STATE(3231), - [sym_jump_expression] = STATE(3231), - [sym_callable_reference] = STATE(3231), - [sym__prefix_unary_operator] = STATE(1914), - [sym_annotation] = STATE(1914), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3311), - [sym__return_at] = STATE(304), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(3231), - [sym_long_literal] = STATE(3231), - [sym_boolean_literal] = STATE(3231), - [sym_character_literal] = STATE(3231), - [sym__lexical_identifier] = STATE(2890), - [sym__alpha_identifier] = ACTIONS(2028), + [sym__expression] = STATE(1223), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(3399), + [sym_parenthesized_expression] = STATE(3399), + [sym_collection_literal] = STATE(3399), + [sym__literal_constant] = STATE(3399), + [sym_string_literal] = STATE(3399), + [sym_lambda_literal] = STATE(3399), + [sym_anonymous_function] = STATE(3399), + [sym__function_literal] = STATE(3399), + [sym_object_literal] = STATE(3399), + [sym_this_expression] = STATE(3399), + [sym_super_expression] = STATE(3399), + [sym_if_expression] = STATE(3399), + [sym_when_expression] = STATE(3399), + [sym_try_expression] = STATE(3399), + [sym_jump_expression] = STATE(3399), + [sym_callable_reference] = STATE(3399), + [sym__prefix_unary_operator] = STATE(2247), + [sym_annotation] = STATE(2247), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3347), + [sym__return_at] = STATE(317), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(3399), + [sym_long_literal] = STATE(3399), + [sym_boolean_literal] = STATE(3399), + [sym_character_literal] = STATE(3399), + [sym__lexical_identifier] = STATE(2837), + [sym__alpha_identifier] = ACTIONS(2430), [anon_sym_AT] = ACTIONS(2031), - [anon_sym_LBRACK] = ACTIONS(2035), + [anon_sym_LBRACK] = ACTIONS(2433), [anon_sym_typealias] = ACTIONS(2038), [anon_sym_class] = ACTIONS(2038), [anon_sym_interface] = ACTIONS(2038), [anon_sym_enum] = ACTIONS(2038), - [anon_sym_LBRACE] = ACTIONS(2040), - [anon_sym_LPAREN] = ACTIONS(2043), + [anon_sym_LBRACE] = ACTIONS(2436), + [anon_sym_LPAREN] = ACTIONS(2439), [anon_sym_val] = ACTIONS(2038), [anon_sym_var] = ACTIONS(2038), - [anon_sym_object] = ACTIONS(2046), + [anon_sym_object] = ACTIONS(2442), [anon_sym_fun] = ACTIONS(2962), - [anon_sym_get] = ACTIONS(2054), - [anon_sym_set] = ACTIONS(2054), - [anon_sym_this] = ACTIONS(2058), - [anon_sym_super] = ACTIONS(2061), + [anon_sym_get] = ACTIONS(2450), + [anon_sym_set] = ACTIONS(2450), + [anon_sym_this] = ACTIONS(2454), + [anon_sym_super] = ACTIONS(2457), [anon_sym_STAR] = ACTIONS(2966), [sym_label] = ACTIONS(2969), [anon_sym_for] = ACTIONS(2070), [anon_sym_while] = ACTIONS(2070), [anon_sym_do] = ACTIONS(2070), - [anon_sym_null] = ACTIONS(2072), + [anon_sym_null] = ACTIONS(2466), [anon_sym_if] = ACTIONS(2972), - [anon_sym_when] = ACTIONS(2078), - [anon_sym_try] = ACTIONS(2081), + [anon_sym_when] = ACTIONS(2472), + [anon_sym_try] = ACTIONS(2475), [anon_sym_throw] = ACTIONS(2975), [anon_sym_return] = ACTIONS(2978), - [anon_sym_continue] = ACTIONS(2090), - [anon_sym_break] = ACTIONS(2090), - [anon_sym_COLON_COLON] = ACTIONS(2093), + [anon_sym_continue] = ACTIONS(2484), + [anon_sym_break] = ACTIONS(2484), + [anon_sym_COLON_COLON] = ACTIONS(2487), [anon_sym_PLUS] = ACTIONS(2969), [anon_sym_DASH] = ACTIONS(2969), [anon_sym_PLUS_PLUS] = ACTIONS(2981), @@ -78669,8 +78777,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_suspend] = ACTIONS(2038), [anon_sym_sealed] = ACTIONS(2038), [anon_sym_annotation] = ACTIONS(2038), - [anon_sym_data] = ACTIONS(2054), - [anon_sym_inner] = ACTIONS(2054), + [anon_sym_data] = ACTIONS(2450), + [anon_sym_inner] = ACTIONS(2450), [anon_sym_override] = ACTIONS(2038), [anon_sym_lateinit] = ACTIONS(2038), [anon_sym_public] = ACTIONS(2038), @@ -78689,97 +78797,222 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(2038), [anon_sym_noinline] = ACTIONS(2038), [anon_sym_crossinline] = ACTIONS(2038), - [anon_sym_expect] = ACTIONS(2054), - [anon_sym_actual] = ACTIONS(2054), + [anon_sym_expect] = ACTIONS(2450), + [anon_sym_actual] = ACTIONS(2450), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(2099), - [anon_sym_continue_AT] = ACTIONS(2102), - [anon_sym_break_AT] = ACTIONS(2105), - [sym_real_literal] = ACTIONS(2108), - [sym_integer_literal] = ACTIONS(2111), - [sym_hex_literal] = ACTIONS(2114), - [sym_bin_literal] = ACTIONS(2114), - [anon_sym_true] = ACTIONS(2117), - [anon_sym_false] = ACTIONS(2117), - [anon_sym_SQUOTE] = ACTIONS(2120), - [sym__backtick_identifier] = ACTIONS(2123), + [anon_sym_return_AT] = ACTIONS(2307), + [anon_sym_continue_AT] = ACTIONS(2493), + [anon_sym_break_AT] = ACTIONS(2496), + [sym_real_literal] = ACTIONS(2499), + [sym_integer_literal] = ACTIONS(2502), + [sym_hex_literal] = ACTIONS(2505), + [sym_bin_literal] = ACTIONS(2505), + [anon_sym_true] = ACTIONS(2508), + [anon_sym_false] = ACTIONS(2508), + [anon_sym_SQUOTE] = ACTIONS(2511), + [sym__backtick_identifier] = ACTIONS(2514), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2126), + [sym__string_start] = ACTIONS(2517), }, [356] = { - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(2231), - [sym__comparison_operator] = STATE(2164), - [sym__in_operator] = STATE(2134), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(2130), - [sym__multiplicative_operator] = STATE(2129), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_annotation] = STATE(7858), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2125), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), - [sym__alpha_identifier] = ACTIONS(2984), + [sym__expression] = STATE(1469), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(3399), + [sym_parenthesized_expression] = STATE(3399), + [sym_collection_literal] = STATE(3399), + [sym__literal_constant] = STATE(3399), + [sym_string_literal] = STATE(3399), + [sym_lambda_literal] = STATE(3399), + [sym_anonymous_function] = STATE(3399), + [sym__function_literal] = STATE(3399), + [sym_object_literal] = STATE(3399), + [sym_this_expression] = STATE(3399), + [sym_super_expression] = STATE(3399), + [sym_if_expression] = STATE(3399), + [sym_when_expression] = STATE(3399), + [sym_try_expression] = STATE(3399), + [sym_jump_expression] = STATE(3399), + [sym_callable_reference] = STATE(3399), + [sym__prefix_unary_operator] = STATE(1868), + [sym_annotation] = STATE(1868), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3347), + [sym__return_at] = STATE(356), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(3399), + [sym_long_literal] = STATE(3399), + [sym_boolean_literal] = STATE(3399), + [sym_character_literal] = STATE(3399), + [sym__lexical_identifier] = STATE(2837), + [sym__alpha_identifier] = ACTIONS(333), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(335), + [anon_sym_as] = ACTIONS(1401), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_RBRACE] = ACTIONS(1399), + [anon_sym_LPAREN] = ACTIONS(345), + [anon_sym_COMMA] = ACTIONS(1399), + [anon_sym_LT] = ACTIONS(1401), + [anon_sym_GT] = ACTIONS(1401), + [anon_sym_where] = ACTIONS(1401), + [anon_sym_object] = ACTIONS(1920), + [anon_sym_fun] = ACTIONS(2984), + [anon_sym_DOT] = ACTIONS(1401), + [anon_sym_SEMI] = ACTIONS(1399), + [anon_sym_get] = ACTIONS(333), + [anon_sym_set] = ACTIONS(333), + [anon_sym_this] = ACTIONS(357), + [anon_sym_super] = ACTIONS(359), + [anon_sym_STAR] = ACTIONS(965), + [sym_label] = ACTIONS(975), + [anon_sym_in] = ACTIONS(1401), + [anon_sym_DOT_DOT] = ACTIONS(1399), + [anon_sym_QMARK_COLON] = ACTIONS(1399), + [anon_sym_AMP_AMP] = ACTIONS(1399), + [anon_sym_PIPE_PIPE] = ACTIONS(1399), + [anon_sym_null] = ACTIONS(1924), + [anon_sym_if] = ACTIONS(2986), + [anon_sym_else] = ACTIONS(1401), + [anon_sym_when] = ACTIONS(375), + [anon_sym_try] = ACTIONS(377), + [anon_sym_throw] = ACTIONS(2988), + [anon_sym_return] = ACTIONS(2990), + [anon_sym_continue] = ACTIONS(383), + [anon_sym_break] = ACTIONS(383), + [anon_sym_COLON_COLON] = ACTIONS(385), + [anon_sym_BANG_EQ] = ACTIONS(1401), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1399), + [anon_sym_EQ_EQ] = ACTIONS(1401), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1399), + [anon_sym_LT_EQ] = ACTIONS(1399), + [anon_sym_GT_EQ] = ACTIONS(1399), + [anon_sym_BANGin] = ACTIONS(1399), + [anon_sym_is] = ACTIONS(1401), + [anon_sym_BANGis] = ACTIONS(1399), + [anon_sym_PLUS] = ACTIONS(975), + [anon_sym_DASH] = ACTIONS(975), + [anon_sym_SLASH] = ACTIONS(1401), + [anon_sym_PERCENT] = ACTIONS(1399), + [anon_sym_as_QMARK] = ACTIONS(1399), + [anon_sym_PLUS_PLUS] = ACTIONS(977), + [anon_sym_DASH_DASH] = ACTIONS(977), + [anon_sym_BANG] = ACTIONS(975), + [anon_sym_BANG_BANG] = ACTIONS(1399), + [anon_sym_data] = ACTIONS(333), + [anon_sym_inner] = ACTIONS(333), + [anon_sym_expect] = ACTIONS(333), + [anon_sym_actual] = ACTIONS(333), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(395), + [anon_sym_break_AT] = ACTIONS(397), + [sym_real_literal] = ACTIONS(1926), + [sym_integer_literal] = ACTIONS(401), + [sym_hex_literal] = ACTIONS(403), + [sym_bin_literal] = ACTIONS(403), + [anon_sym_true] = ACTIONS(405), + [anon_sym_false] = ACTIONS(405), + [anon_sym_SQUOTE] = ACTIONS(407), + [sym__backtick_identifier] = ACTIONS(409), + [sym__automatic_semicolon] = ACTIONS(1399), + [sym_safe_nav] = ACTIONS(1399), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(411), + }, + [357] = { + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(1710), + [sym__comparison_operator] = STATE(1714), + [sym__in_operator] = STATE(1717), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(1718), + [sym__multiplicative_operator] = STATE(1721), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_annotation] = STATE(7880), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1722), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), + [sym__alpha_identifier] = ACTIONS(2992), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), - [anon_sym_EQ] = ACTIONS(2984), + [anon_sym_EQ] = ACTIONS(2992), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(2986), + [anon_sym_RBRACE] = ACTIONS(2994), [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_COMMA] = ACTIONS(2986), - [anon_sym_LT] = ACTIONS(2988), - [anon_sym_GT] = ACTIONS(2984), - [anon_sym_where] = ACTIONS(2984), - [anon_sym_object] = ACTIONS(2984), - [anon_sym_fun] = ACTIONS(2984), + [anon_sym_COMMA] = ACTIONS(2994), + [anon_sym_LT] = ACTIONS(2996), + [anon_sym_GT] = ACTIONS(2992), + [anon_sym_where] = ACTIONS(2992), + [anon_sym_object] = ACTIONS(2992), + [anon_sym_fun] = ACTIONS(2992), [anon_sym_DOT] = ACTIONS(1704), - [anon_sym_SEMI] = ACTIONS(2986), - [anon_sym_get] = ACTIONS(2984), - [anon_sym_set] = ACTIONS(2984), - [anon_sym_this] = ACTIONS(2984), - [anon_sym_super] = ACTIONS(2984), + [anon_sym_SEMI] = ACTIONS(2994), + [anon_sym_get] = ACTIONS(2992), + [anon_sym_set] = ACTIONS(2992), + [anon_sym_this] = ACTIONS(2992), + [anon_sym_super] = ACTIONS(2992), [anon_sym_STAR] = ACTIONS(1712), [sym_label] = ACTIONS(1714), - [anon_sym_in] = ACTIONS(2984), - [anon_sym_DOT_DOT] = ACTIONS(2986), - [anon_sym_QMARK_COLON] = ACTIONS(2986), - [anon_sym_AMP_AMP] = ACTIONS(2986), - [anon_sym_PIPE_PIPE] = ACTIONS(2986), - [anon_sym_null] = ACTIONS(2984), - [anon_sym_if] = ACTIONS(2984), - [anon_sym_else] = ACTIONS(2984), - [anon_sym_when] = ACTIONS(2984), - [anon_sym_try] = ACTIONS(2984), - [anon_sym_throw] = ACTIONS(2984), - [anon_sym_return] = ACTIONS(2984), - [anon_sym_continue] = ACTIONS(2984), - [anon_sym_break] = ACTIONS(2984), + [anon_sym_in] = ACTIONS(2992), + [anon_sym_DOT_DOT] = ACTIONS(1718), + [anon_sym_QMARK_COLON] = ACTIONS(2994), + [anon_sym_AMP_AMP] = ACTIONS(2994), + [anon_sym_PIPE_PIPE] = ACTIONS(2994), + [anon_sym_null] = ACTIONS(2992), + [anon_sym_if] = ACTIONS(2992), + [anon_sym_else] = ACTIONS(2992), + [anon_sym_when] = ACTIONS(2992), + [anon_sym_try] = ACTIONS(2992), + [anon_sym_throw] = ACTIONS(2992), + [anon_sym_return] = ACTIONS(2992), + [anon_sym_continue] = ACTIONS(2992), + [anon_sym_break] = ACTIONS(2992), [anon_sym_COLON_COLON] = ACTIONS(1726), - [anon_sym_PLUS_EQ] = ACTIONS(2986), - [anon_sym_DASH_EQ] = ACTIONS(2986), - [anon_sym_STAR_EQ] = ACTIONS(2986), - [anon_sym_SLASH_EQ] = ACTIONS(2986), - [anon_sym_PERCENT_EQ] = ACTIONS(2986), - [anon_sym_BANG_EQ] = ACTIONS(2984), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2986), - [anon_sym_EQ_EQ] = ACTIONS(2984), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2986), - [anon_sym_LT_EQ] = ACTIONS(2986), - [anon_sym_GT_EQ] = ACTIONS(2986), - [anon_sym_BANGin] = ACTIONS(2986), - [anon_sym_is] = ACTIONS(2984), - [anon_sym_BANGis] = ACTIONS(2986), + [anon_sym_PLUS_EQ] = ACTIONS(2994), + [anon_sym_DASH_EQ] = ACTIONS(2994), + [anon_sym_STAR_EQ] = ACTIONS(2994), + [anon_sym_SLASH_EQ] = ACTIONS(2994), + [anon_sym_PERCENT_EQ] = ACTIONS(2994), + [anon_sym_BANG_EQ] = ACTIONS(2992), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2994), + [anon_sym_EQ_EQ] = ACTIONS(2992), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2994), + [anon_sym_LT_EQ] = ACTIONS(2994), + [anon_sym_GT_EQ] = ACTIONS(2994), + [anon_sym_BANGin] = ACTIONS(2994), + [anon_sym_is] = ACTIONS(2992), + [anon_sym_BANGis] = ACTIONS(2994), [anon_sym_PLUS] = ACTIONS(1740), [anon_sym_DASH] = ACTIONS(1740), [anon_sym_SLASH] = ACTIONS(1712), @@ -78787,115 +79020,115 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(2984), + [anon_sym_BANG] = ACTIONS(2992), [anon_sym_BANG_BANG] = ACTIONS(1744), - [anon_sym_suspend] = ACTIONS(2984), - [anon_sym_sealed] = ACTIONS(2984), - [anon_sym_annotation] = ACTIONS(2984), - [anon_sym_data] = ACTIONS(2984), - [anon_sym_inner] = ACTIONS(2984), - [anon_sym_override] = ACTIONS(2984), - [anon_sym_lateinit] = ACTIONS(2984), - [anon_sym_public] = ACTIONS(2984), - [anon_sym_private] = ACTIONS(2984), - [anon_sym_internal] = ACTIONS(2984), - [anon_sym_protected] = ACTIONS(2984), - [anon_sym_tailrec] = ACTIONS(2984), - [anon_sym_operator] = ACTIONS(2984), - [anon_sym_infix] = ACTIONS(2984), - [anon_sym_inline] = ACTIONS(2984), - [anon_sym_external] = ACTIONS(2984), - [sym_property_modifier] = ACTIONS(2984), - [anon_sym_abstract] = ACTIONS(2984), - [anon_sym_final] = ACTIONS(2984), - [anon_sym_open] = ACTIONS(2984), - [anon_sym_vararg] = ACTIONS(2984), - [anon_sym_noinline] = ACTIONS(2984), - [anon_sym_crossinline] = ACTIONS(2984), - [anon_sym_expect] = ACTIONS(2984), - [anon_sym_actual] = ACTIONS(2984), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(2986), - [anon_sym_continue_AT] = ACTIONS(2986), - [anon_sym_break_AT] = ACTIONS(2986), - [sym_real_literal] = ACTIONS(2986), - [sym_integer_literal] = ACTIONS(2984), - [sym_hex_literal] = ACTIONS(2986), - [sym_bin_literal] = ACTIONS(2986), - [anon_sym_true] = ACTIONS(2984), - [anon_sym_false] = ACTIONS(2984), - [anon_sym_SQUOTE] = ACTIONS(2986), - [sym__backtick_identifier] = ACTIONS(2986), - [sym__automatic_semicolon] = ACTIONS(2986), + [anon_sym_suspend] = ACTIONS(2992), + [anon_sym_sealed] = ACTIONS(2992), + [anon_sym_annotation] = ACTIONS(2992), + [anon_sym_data] = ACTIONS(2992), + [anon_sym_inner] = ACTIONS(2992), + [anon_sym_override] = ACTIONS(2992), + [anon_sym_lateinit] = ACTIONS(2992), + [anon_sym_public] = ACTIONS(2992), + [anon_sym_private] = ACTIONS(2992), + [anon_sym_internal] = ACTIONS(2992), + [anon_sym_protected] = ACTIONS(2992), + [anon_sym_tailrec] = ACTIONS(2992), + [anon_sym_operator] = ACTIONS(2992), + [anon_sym_infix] = ACTIONS(2992), + [anon_sym_inline] = ACTIONS(2992), + [anon_sym_external] = ACTIONS(2992), + [sym_property_modifier] = ACTIONS(2992), + [anon_sym_abstract] = ACTIONS(2992), + [anon_sym_final] = ACTIONS(2992), + [anon_sym_open] = ACTIONS(2992), + [anon_sym_vararg] = ACTIONS(2992), + [anon_sym_noinline] = ACTIONS(2992), + [anon_sym_crossinline] = ACTIONS(2992), + [anon_sym_expect] = ACTIONS(2992), + [anon_sym_actual] = ACTIONS(2992), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(2994), + [anon_sym_continue_AT] = ACTIONS(2994), + [anon_sym_break_AT] = ACTIONS(2994), + [sym_real_literal] = ACTIONS(2994), + [sym_integer_literal] = ACTIONS(2992), + [sym_hex_literal] = ACTIONS(2994), + [sym_bin_literal] = ACTIONS(2994), + [anon_sym_true] = ACTIONS(2992), + [anon_sym_false] = ACTIONS(2992), + [anon_sym_SQUOTE] = ACTIONS(2994), + [sym__backtick_identifier] = ACTIONS(2994), + [sym__automatic_semicolon] = ACTIONS(2994), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2986), + [sym__string_start] = ACTIONS(2994), }, - [357] = { - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(2231), - [sym__comparison_operator] = STATE(2164), - [sym__in_operator] = STATE(2134), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(2130), - [sym__multiplicative_operator] = STATE(2129), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_annotation] = STATE(7858), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2125), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), + [358] = { + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(1710), + [sym__comparison_operator] = STATE(1714), + [sym__in_operator] = STATE(1717), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(1718), + [sym__multiplicative_operator] = STATE(1721), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_annotation] = STATE(7880), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1722), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), - [anon_sym_EQ] = ACTIONS(2991), + [anon_sym_EQ] = ACTIONS(2999), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(2993), + [anon_sym_RBRACE] = ACTIONS(3001), [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_COMMA] = ACTIONS(2993), + [anon_sym_COMMA] = ACTIONS(3001), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(1702), - [anon_sym_where] = ACTIONS(2991), - [anon_sym_object] = ACTIONS(2991), - [anon_sym_fun] = ACTIONS(2991), + [anon_sym_where] = ACTIONS(2999), + [anon_sym_object] = ACTIONS(2999), + [anon_sym_fun] = ACTIONS(2999), [anon_sym_DOT] = ACTIONS(1704), - [anon_sym_SEMI] = ACTIONS(2993), + [anon_sym_SEMI] = ACTIONS(3001), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(2991), - [anon_sym_super] = ACTIONS(2991), + [anon_sym_this] = ACTIONS(2999), + [anon_sym_super] = ACTIONS(2999), [anon_sym_STAR] = ACTIONS(1712), [sym_label] = ACTIONS(1714), [anon_sym_in] = ACTIONS(1716), [anon_sym_DOT_DOT] = ACTIONS(1718), [anon_sym_QMARK_COLON] = ACTIONS(1720), - [anon_sym_AMP_AMP] = ACTIONS(2993), - [anon_sym_PIPE_PIPE] = ACTIONS(2993), - [anon_sym_null] = ACTIONS(2991), - [anon_sym_if] = ACTIONS(2991), - [anon_sym_else] = ACTIONS(2991), - [anon_sym_when] = ACTIONS(2991), - [anon_sym_try] = ACTIONS(2991), - [anon_sym_throw] = ACTIONS(2991), - [anon_sym_return] = ACTIONS(2991), - [anon_sym_continue] = ACTIONS(2991), - [anon_sym_break] = ACTIONS(2991), + [anon_sym_AMP_AMP] = ACTIONS(1722), + [anon_sym_PIPE_PIPE] = ACTIONS(1724), + [anon_sym_null] = ACTIONS(2999), + [anon_sym_if] = ACTIONS(2999), + [anon_sym_else] = ACTIONS(2999), + [anon_sym_when] = ACTIONS(2999), + [anon_sym_try] = ACTIONS(2999), + [anon_sym_throw] = ACTIONS(2999), + [anon_sym_return] = ACTIONS(2999), + [anon_sym_continue] = ACTIONS(2999), + [anon_sym_break] = ACTIONS(2999), [anon_sym_COLON_COLON] = ACTIONS(1726), - [anon_sym_PLUS_EQ] = ACTIONS(2993), - [anon_sym_DASH_EQ] = ACTIONS(2993), - [anon_sym_STAR_EQ] = ACTIONS(2993), - [anon_sym_SLASH_EQ] = ACTIONS(2993), - [anon_sym_PERCENT_EQ] = ACTIONS(2993), + [anon_sym_PLUS_EQ] = ACTIONS(3001), + [anon_sym_DASH_EQ] = ACTIONS(3001), + [anon_sym_STAR_EQ] = ACTIONS(3001), + [anon_sym_SLASH_EQ] = ACTIONS(3001), + [anon_sym_PERCENT_EQ] = ACTIONS(3001), [anon_sym_BANG_EQ] = ACTIONS(1728), [anon_sym_BANG_EQ_EQ] = ACTIONS(1730), [anon_sym_EQ_EQ] = ACTIONS(1728), @@ -78912,119 +79145,119 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(2991), + [anon_sym_BANG] = ACTIONS(2999), [anon_sym_BANG_BANG] = ACTIONS(1744), - [anon_sym_suspend] = ACTIONS(2991), - [anon_sym_sealed] = ACTIONS(2991), - [anon_sym_annotation] = ACTIONS(2991), + [anon_sym_suspend] = ACTIONS(2999), + [anon_sym_sealed] = ACTIONS(2999), + [anon_sym_annotation] = ACTIONS(2999), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(2991), - [anon_sym_lateinit] = ACTIONS(2991), - [anon_sym_public] = ACTIONS(2991), - [anon_sym_private] = ACTIONS(2991), - [anon_sym_internal] = ACTIONS(2991), - [anon_sym_protected] = ACTIONS(2991), - [anon_sym_tailrec] = ACTIONS(2991), - [anon_sym_operator] = ACTIONS(2991), - [anon_sym_infix] = ACTIONS(2991), - [anon_sym_inline] = ACTIONS(2991), - [anon_sym_external] = ACTIONS(2991), - [sym_property_modifier] = ACTIONS(2991), - [anon_sym_abstract] = ACTIONS(2991), - [anon_sym_final] = ACTIONS(2991), - [anon_sym_open] = ACTIONS(2991), - [anon_sym_vararg] = ACTIONS(2991), - [anon_sym_noinline] = ACTIONS(2991), - [anon_sym_crossinline] = ACTIONS(2991), + [anon_sym_override] = ACTIONS(2999), + [anon_sym_lateinit] = ACTIONS(2999), + [anon_sym_public] = ACTIONS(2999), + [anon_sym_private] = ACTIONS(2999), + [anon_sym_internal] = ACTIONS(2999), + [anon_sym_protected] = ACTIONS(2999), + [anon_sym_tailrec] = ACTIONS(2999), + [anon_sym_operator] = ACTIONS(2999), + [anon_sym_infix] = ACTIONS(2999), + [anon_sym_inline] = ACTIONS(2999), + [anon_sym_external] = ACTIONS(2999), + [sym_property_modifier] = ACTIONS(2999), + [anon_sym_abstract] = ACTIONS(2999), + [anon_sym_final] = ACTIONS(2999), + [anon_sym_open] = ACTIONS(2999), + [anon_sym_vararg] = ACTIONS(2999), + [anon_sym_noinline] = ACTIONS(2999), + [anon_sym_crossinline] = ACTIONS(2999), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(2993), - [anon_sym_continue_AT] = ACTIONS(2993), - [anon_sym_break_AT] = ACTIONS(2993), - [sym_real_literal] = ACTIONS(2993), - [sym_integer_literal] = ACTIONS(2991), - [sym_hex_literal] = ACTIONS(2993), - [sym_bin_literal] = ACTIONS(2993), - [anon_sym_true] = ACTIONS(2991), - [anon_sym_false] = ACTIONS(2991), - [anon_sym_SQUOTE] = ACTIONS(2993), + [anon_sym_return_AT] = ACTIONS(3001), + [anon_sym_continue_AT] = ACTIONS(3001), + [anon_sym_break_AT] = ACTIONS(3001), + [sym_real_literal] = ACTIONS(3001), + [sym_integer_literal] = ACTIONS(2999), + [sym_hex_literal] = ACTIONS(3001), + [sym_bin_literal] = ACTIONS(3001), + [anon_sym_true] = ACTIONS(2999), + [anon_sym_false] = ACTIONS(2999), + [anon_sym_SQUOTE] = ACTIONS(3001), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(2993), + [sym__automatic_semicolon] = ACTIONS(3001), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2993), + [sym__string_start] = ACTIONS(3001), }, - [358] = { - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(2231), - [sym__comparison_operator] = STATE(2164), - [sym__in_operator] = STATE(2134), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(2130), - [sym__multiplicative_operator] = STATE(2129), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_annotation] = STATE(7858), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2125), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), + [359] = { + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(1710), + [sym__comparison_operator] = STATE(1714), + [sym__in_operator] = STATE(1717), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(1718), + [sym__multiplicative_operator] = STATE(1721), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_annotation] = STATE(7880), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1722), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), - [anon_sym_EQ] = ACTIONS(2995), + [anon_sym_EQ] = ACTIONS(3003), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(2997), + [anon_sym_RBRACE] = ACTIONS(3005), [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_COMMA] = ACTIONS(2997), + [anon_sym_COMMA] = ACTIONS(3005), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(1702), - [anon_sym_where] = ACTIONS(2995), - [anon_sym_object] = ACTIONS(2995), - [anon_sym_fun] = ACTIONS(2995), + [anon_sym_where] = ACTIONS(3003), + [anon_sym_object] = ACTIONS(3003), + [anon_sym_fun] = ACTIONS(3003), [anon_sym_DOT] = ACTIONS(1704), - [anon_sym_SEMI] = ACTIONS(2997), + [anon_sym_SEMI] = ACTIONS(3005), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(2995), - [anon_sym_super] = ACTIONS(2995), + [anon_sym_this] = ACTIONS(3003), + [anon_sym_super] = ACTIONS(3003), [anon_sym_STAR] = ACTIONS(1712), [sym_label] = ACTIONS(1714), [anon_sym_in] = ACTIONS(1716), [anon_sym_DOT_DOT] = ACTIONS(1718), [anon_sym_QMARK_COLON] = ACTIONS(1720), - [anon_sym_AMP_AMP] = ACTIONS(2997), - [anon_sym_PIPE_PIPE] = ACTIONS(2997), - [anon_sym_null] = ACTIONS(2995), - [anon_sym_if] = ACTIONS(2995), - [anon_sym_else] = ACTIONS(2995), - [anon_sym_when] = ACTIONS(2995), - [anon_sym_try] = ACTIONS(2995), - [anon_sym_throw] = ACTIONS(2995), - [anon_sym_return] = ACTIONS(2995), - [anon_sym_continue] = ACTIONS(2995), - [anon_sym_break] = ACTIONS(2995), + [anon_sym_AMP_AMP] = ACTIONS(1722), + [anon_sym_PIPE_PIPE] = ACTIONS(1724), + [anon_sym_null] = ACTIONS(3003), + [anon_sym_if] = ACTIONS(3003), + [anon_sym_else] = ACTIONS(3003), + [anon_sym_when] = ACTIONS(3003), + [anon_sym_try] = ACTIONS(3003), + [anon_sym_throw] = ACTIONS(3003), + [anon_sym_return] = ACTIONS(3003), + [anon_sym_continue] = ACTIONS(3003), + [anon_sym_break] = ACTIONS(3003), [anon_sym_COLON_COLON] = ACTIONS(1726), - [anon_sym_PLUS_EQ] = ACTIONS(2997), - [anon_sym_DASH_EQ] = ACTIONS(2997), - [anon_sym_STAR_EQ] = ACTIONS(2997), - [anon_sym_SLASH_EQ] = ACTIONS(2997), - [anon_sym_PERCENT_EQ] = ACTIONS(2997), - [anon_sym_BANG_EQ] = ACTIONS(2995), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2997), - [anon_sym_EQ_EQ] = ACTIONS(2995), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2997), + [anon_sym_PLUS_EQ] = ACTIONS(3005), + [anon_sym_DASH_EQ] = ACTIONS(3005), + [anon_sym_STAR_EQ] = ACTIONS(3005), + [anon_sym_SLASH_EQ] = ACTIONS(3005), + [anon_sym_PERCENT_EQ] = ACTIONS(3005), + [anon_sym_BANG_EQ] = ACTIONS(1728), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1730), + [anon_sym_EQ_EQ] = ACTIONS(1728), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1730), [anon_sym_LT_EQ] = ACTIONS(1732), [anon_sym_GT_EQ] = ACTIONS(1732), [anon_sym_BANGin] = ACTIONS(1734), @@ -79037,93 +79270,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(2995), + [anon_sym_BANG] = ACTIONS(3003), [anon_sym_BANG_BANG] = ACTIONS(1744), - [anon_sym_suspend] = ACTIONS(2995), - [anon_sym_sealed] = ACTIONS(2995), - [anon_sym_annotation] = ACTIONS(2995), + [anon_sym_suspend] = ACTIONS(3003), + [anon_sym_sealed] = ACTIONS(3003), + [anon_sym_annotation] = ACTIONS(3003), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(2995), - [anon_sym_lateinit] = ACTIONS(2995), - [anon_sym_public] = ACTIONS(2995), - [anon_sym_private] = ACTIONS(2995), - [anon_sym_internal] = ACTIONS(2995), - [anon_sym_protected] = ACTIONS(2995), - [anon_sym_tailrec] = ACTIONS(2995), - [anon_sym_operator] = ACTIONS(2995), - [anon_sym_infix] = ACTIONS(2995), - [anon_sym_inline] = ACTIONS(2995), - [anon_sym_external] = ACTIONS(2995), - [sym_property_modifier] = ACTIONS(2995), - [anon_sym_abstract] = ACTIONS(2995), - [anon_sym_final] = ACTIONS(2995), - [anon_sym_open] = ACTIONS(2995), - [anon_sym_vararg] = ACTIONS(2995), - [anon_sym_noinline] = ACTIONS(2995), - [anon_sym_crossinline] = ACTIONS(2995), + [anon_sym_override] = ACTIONS(3003), + [anon_sym_lateinit] = ACTIONS(3003), + [anon_sym_public] = ACTIONS(3003), + [anon_sym_private] = ACTIONS(3003), + [anon_sym_internal] = ACTIONS(3003), + [anon_sym_protected] = ACTIONS(3003), + [anon_sym_tailrec] = ACTIONS(3003), + [anon_sym_operator] = ACTIONS(3003), + [anon_sym_infix] = ACTIONS(3003), + [anon_sym_inline] = ACTIONS(3003), + [anon_sym_external] = ACTIONS(3003), + [sym_property_modifier] = ACTIONS(3003), + [anon_sym_abstract] = ACTIONS(3003), + [anon_sym_final] = ACTIONS(3003), + [anon_sym_open] = ACTIONS(3003), + [anon_sym_vararg] = ACTIONS(3003), + [anon_sym_noinline] = ACTIONS(3003), + [anon_sym_crossinline] = ACTIONS(3003), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(2997), - [anon_sym_continue_AT] = ACTIONS(2997), - [anon_sym_break_AT] = ACTIONS(2997), - [sym_real_literal] = ACTIONS(2997), - [sym_integer_literal] = ACTIONS(2995), - [sym_hex_literal] = ACTIONS(2997), - [sym_bin_literal] = ACTIONS(2997), - [anon_sym_true] = ACTIONS(2995), - [anon_sym_false] = ACTIONS(2995), - [anon_sym_SQUOTE] = ACTIONS(2997), + [anon_sym_return_AT] = ACTIONS(3005), + [anon_sym_continue_AT] = ACTIONS(3005), + [anon_sym_break_AT] = ACTIONS(3005), + [sym_real_literal] = ACTIONS(3005), + [sym_integer_literal] = ACTIONS(3003), + [sym_hex_literal] = ACTIONS(3005), + [sym_bin_literal] = ACTIONS(3005), + [anon_sym_true] = ACTIONS(3003), + [anon_sym_false] = ACTIONS(3003), + [anon_sym_SQUOTE] = ACTIONS(3005), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(2997), + [sym__automatic_semicolon] = ACTIONS(3005), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2997), + [sym__string_start] = ACTIONS(3005), }, - [359] = { - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(2231), - [sym__comparison_operator] = STATE(2164), - [sym__in_operator] = STATE(2134), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(2130), - [sym__multiplicative_operator] = STATE(2129), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_annotation] = STATE(7858), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2125), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), + [360] = { + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(1710), + [sym__comparison_operator] = STATE(1714), + [sym__in_operator] = STATE(1717), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(1718), + [sym__multiplicative_operator] = STATE(1721), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_annotation] = STATE(7880), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1722), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), - [anon_sym_EQ] = ACTIONS(2999), + [anon_sym_EQ] = ACTIONS(3007), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(3001), + [anon_sym_RBRACE] = ACTIONS(3009), [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_COMMA] = ACTIONS(3001), + [anon_sym_COMMA] = ACTIONS(3009), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(1702), - [anon_sym_where] = ACTIONS(2999), - [anon_sym_object] = ACTIONS(2999), - [anon_sym_fun] = ACTIONS(2999), + [anon_sym_where] = ACTIONS(3007), + [anon_sym_object] = ACTIONS(3007), + [anon_sym_fun] = ACTIONS(3007), [anon_sym_DOT] = ACTIONS(1704), - [anon_sym_SEMI] = ACTIONS(3001), + [anon_sym_SEMI] = ACTIONS(3009), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(2999), - [anon_sym_super] = ACTIONS(2999), + [anon_sym_this] = ACTIONS(3007), + [anon_sym_super] = ACTIONS(3007), [anon_sym_STAR] = ACTIONS(1712), [sym_label] = ACTIONS(1714), [anon_sym_in] = ACTIONS(1716), @@ -79131,21 +79364,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1720), [anon_sym_AMP_AMP] = ACTIONS(1722), [anon_sym_PIPE_PIPE] = ACTIONS(1724), - [anon_sym_null] = ACTIONS(2999), - [anon_sym_if] = ACTIONS(2999), - [anon_sym_else] = ACTIONS(2999), - [anon_sym_when] = ACTIONS(2999), - [anon_sym_try] = ACTIONS(2999), - [anon_sym_throw] = ACTIONS(2999), - [anon_sym_return] = ACTIONS(2999), - [anon_sym_continue] = ACTIONS(2999), - [anon_sym_break] = ACTIONS(2999), + [anon_sym_null] = ACTIONS(3007), + [anon_sym_if] = ACTIONS(3007), + [anon_sym_else] = ACTIONS(3007), + [anon_sym_when] = ACTIONS(3007), + [anon_sym_try] = ACTIONS(3007), + [anon_sym_throw] = ACTIONS(3007), + [anon_sym_return] = ACTIONS(3007), + [anon_sym_continue] = ACTIONS(3007), + [anon_sym_break] = ACTIONS(3007), [anon_sym_COLON_COLON] = ACTIONS(1726), - [anon_sym_PLUS_EQ] = ACTIONS(3001), - [anon_sym_DASH_EQ] = ACTIONS(3001), - [anon_sym_STAR_EQ] = ACTIONS(3001), - [anon_sym_SLASH_EQ] = ACTIONS(3001), - [anon_sym_PERCENT_EQ] = ACTIONS(3001), + [anon_sym_PLUS_EQ] = ACTIONS(3009), + [anon_sym_DASH_EQ] = ACTIONS(3009), + [anon_sym_STAR_EQ] = ACTIONS(3009), + [anon_sym_SLASH_EQ] = ACTIONS(3009), + [anon_sym_PERCENT_EQ] = ACTIONS(3009), [anon_sym_BANG_EQ] = ACTIONS(1728), [anon_sym_BANG_EQ_EQ] = ACTIONS(1730), [anon_sym_EQ_EQ] = ACTIONS(1728), @@ -79162,199 +79395,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(2999), + [anon_sym_BANG] = ACTIONS(3007), [anon_sym_BANG_BANG] = ACTIONS(1744), - [anon_sym_suspend] = ACTIONS(2999), - [anon_sym_sealed] = ACTIONS(2999), - [anon_sym_annotation] = ACTIONS(2999), + [anon_sym_suspend] = ACTIONS(3007), + [anon_sym_sealed] = ACTIONS(3007), + [anon_sym_annotation] = ACTIONS(3007), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(2999), - [anon_sym_lateinit] = ACTIONS(2999), - [anon_sym_public] = ACTIONS(2999), - [anon_sym_private] = ACTIONS(2999), - [anon_sym_internal] = ACTIONS(2999), - [anon_sym_protected] = ACTIONS(2999), - [anon_sym_tailrec] = ACTIONS(2999), - [anon_sym_operator] = ACTIONS(2999), - [anon_sym_infix] = ACTIONS(2999), - [anon_sym_inline] = ACTIONS(2999), - [anon_sym_external] = ACTIONS(2999), - [sym_property_modifier] = ACTIONS(2999), - [anon_sym_abstract] = ACTIONS(2999), - [anon_sym_final] = ACTIONS(2999), - [anon_sym_open] = ACTIONS(2999), - [anon_sym_vararg] = ACTIONS(2999), - [anon_sym_noinline] = ACTIONS(2999), - [anon_sym_crossinline] = ACTIONS(2999), + [anon_sym_override] = ACTIONS(3007), + [anon_sym_lateinit] = ACTIONS(3007), + [anon_sym_public] = ACTIONS(3007), + [anon_sym_private] = ACTIONS(3007), + [anon_sym_internal] = ACTIONS(3007), + [anon_sym_protected] = ACTIONS(3007), + [anon_sym_tailrec] = ACTIONS(3007), + [anon_sym_operator] = ACTIONS(3007), + [anon_sym_infix] = ACTIONS(3007), + [anon_sym_inline] = ACTIONS(3007), + [anon_sym_external] = ACTIONS(3007), + [sym_property_modifier] = ACTIONS(3007), + [anon_sym_abstract] = ACTIONS(3007), + [anon_sym_final] = ACTIONS(3007), + [anon_sym_open] = ACTIONS(3007), + [anon_sym_vararg] = ACTIONS(3007), + [anon_sym_noinline] = ACTIONS(3007), + [anon_sym_crossinline] = ACTIONS(3007), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3001), - [anon_sym_continue_AT] = ACTIONS(3001), - [anon_sym_break_AT] = ACTIONS(3001), - [sym_real_literal] = ACTIONS(3001), - [sym_integer_literal] = ACTIONS(2999), - [sym_hex_literal] = ACTIONS(3001), - [sym_bin_literal] = ACTIONS(3001), - [anon_sym_true] = ACTIONS(2999), - [anon_sym_false] = ACTIONS(2999), - [anon_sym_SQUOTE] = ACTIONS(3001), + [anon_sym_return_AT] = ACTIONS(3009), + [anon_sym_continue_AT] = ACTIONS(3009), + [anon_sym_break_AT] = ACTIONS(3009), + [sym_real_literal] = ACTIONS(3009), + [sym_integer_literal] = ACTIONS(3007), + [sym_hex_literal] = ACTIONS(3009), + [sym_bin_literal] = ACTIONS(3009), + [anon_sym_true] = ACTIONS(3007), + [anon_sym_false] = ACTIONS(3007), + [anon_sym_SQUOTE] = ACTIONS(3009), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3001), + [sym__automatic_semicolon] = ACTIONS(3009), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3001), - }, - [360] = { - [sym__expression] = STATE(4127), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4941), - [sym_parenthesized_expression] = STATE(4941), - [sym_collection_literal] = STATE(4941), - [sym__literal_constant] = STATE(4941), - [sym_string_literal] = STATE(4941), - [sym_lambda_literal] = STATE(4941), - [sym_anonymous_function] = STATE(4941), - [sym__function_literal] = STATE(4941), - [sym_object_literal] = STATE(4941), - [sym_this_expression] = STATE(4941), - [sym_super_expression] = STATE(4941), - [sym_if_expression] = STATE(4941), - [sym_when_expression] = STATE(4941), - [sym_try_expression] = STATE(4941), - [sym_jump_expression] = STATE(4941), - [sym_callable_reference] = STATE(4941), - [sym__prefix_unary_operator] = STATE(1611), - [sym_annotation] = STATE(1611), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5029), - [sym__return_at] = STATE(360), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4941), - [sym_long_literal] = STATE(4941), - [sym_boolean_literal] = STATE(4941), - [sym_character_literal] = STATE(4941), - [sym__lexical_identifier] = STATE(4529), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_as] = ACTIONS(1594), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(1592), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_COMMA] = ACTIONS(1592), - [anon_sym_LT] = ACTIONS(1594), - [anon_sym_GT] = ACTIONS(1594), - [anon_sym_where] = ACTIONS(1594), - [anon_sym_object] = ACTIONS(1912), - [anon_sym_fun] = ACTIONS(3003), - [anon_sym_DOT] = ACTIONS(1594), - [anon_sym_SEMI] = ACTIONS(1592), - [anon_sym_get] = ACTIONS(7), - [anon_sym_set] = ACTIONS(7), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(873), - [sym_label] = ACTIONS(881), - [anon_sym_in] = ACTIONS(1594), - [anon_sym_DOT_DOT] = ACTIONS(1592), - [anon_sym_QMARK_COLON] = ACTIONS(1592), - [anon_sym_AMP_AMP] = ACTIONS(1592), - [anon_sym_PIPE_PIPE] = ACTIONS(1592), - [anon_sym_null] = ACTIONS(1916), - [anon_sym_if] = ACTIONS(3005), - [anon_sym_else] = ACTIONS(1594), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(3007), - [anon_sym_return] = ACTIONS(3009), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_BANG_EQ] = ACTIONS(1594), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1592), - [anon_sym_EQ_EQ] = ACTIONS(1594), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1592), - [anon_sym_LT_EQ] = ACTIONS(1592), - [anon_sym_GT_EQ] = ACTIONS(1592), - [anon_sym_BANGin] = ACTIONS(1592), - [anon_sym_is] = ACTIONS(1594), - [anon_sym_BANGis] = ACTIONS(1592), - [anon_sym_PLUS] = ACTIONS(881), - [anon_sym_DASH] = ACTIONS(881), - [anon_sym_SLASH] = ACTIONS(1594), - [anon_sym_PERCENT] = ACTIONS(1592), - [anon_sym_as_QMARK] = ACTIONS(1592), - [anon_sym_PLUS_PLUS] = ACTIONS(883), - [anon_sym_DASH_DASH] = ACTIONS(883), - [anon_sym_BANG] = ACTIONS(881), - [anon_sym_BANG_BANG] = ACTIONS(1592), - [anon_sym_data] = ACTIONS(7), - [anon_sym_inner] = ACTIONS(7), - [anon_sym_expect] = ACTIONS(7), - [anon_sym_actual] = ACTIONS(7), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(1918), - [sym_integer_literal] = ACTIONS(99), - [sym_hex_literal] = ACTIONS(101), - [sym_bin_literal] = ACTIONS(101), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [anon_sym_SQUOTE] = ACTIONS(105), - [sym__backtick_identifier] = ACTIONS(107), - [sym__automatic_semicolon] = ACTIONS(1592), - [sym_safe_nav] = ACTIONS(1592), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(109), + [sym__string_start] = ACTIONS(3009), }, [361] = { - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(2231), - [sym__comparison_operator] = STATE(2164), - [sym__in_operator] = STATE(2134), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(2130), - [sym__multiplicative_operator] = STATE(2129), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_annotation] = STATE(7858), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2125), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), - [sym__alpha_identifier] = ACTIONS(1686), + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(1710), + [sym__comparison_operator] = STATE(1714), + [sym__in_operator] = STATE(1717), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(1718), + [sym__multiplicative_operator] = STATE(1721), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_annotation] = STATE(7880), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1722), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), + [sym__alpha_identifier] = ACTIONS(3011), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), @@ -79363,23 +79471,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_RBRACE] = ACTIONS(3013), [anon_sym_LPAREN] = ACTIONS(1698), [anon_sym_COMMA] = ACTIONS(3013), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(1702), + [anon_sym_LT] = ACTIONS(3015), + [anon_sym_GT] = ACTIONS(3011), [anon_sym_where] = ACTIONS(3011), [anon_sym_object] = ACTIONS(3011), [anon_sym_fun] = ACTIONS(3011), [anon_sym_DOT] = ACTIONS(1704), [anon_sym_SEMI] = ACTIONS(3013), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), + [anon_sym_get] = ACTIONS(3011), + [anon_sym_set] = ACTIONS(3011), [anon_sym_this] = ACTIONS(3011), [anon_sym_super] = ACTIONS(3011), - [anon_sym_STAR] = ACTIONS(1712), + [anon_sym_STAR] = ACTIONS(3011), [sym_label] = ACTIONS(1714), - [anon_sym_in] = ACTIONS(1716), - [anon_sym_DOT_DOT] = ACTIONS(1718), - [anon_sym_QMARK_COLON] = ACTIONS(1720), - [anon_sym_AMP_AMP] = ACTIONS(1722), + [anon_sym_in] = ACTIONS(3011), + [anon_sym_DOT_DOT] = ACTIONS(3013), + [anon_sym_QMARK_COLON] = ACTIONS(3013), + [anon_sym_AMP_AMP] = ACTIONS(3013), [anon_sym_PIPE_PIPE] = ACTIONS(3013), [anon_sym_null] = ACTIONS(3011), [anon_sym_if] = ACTIONS(3011), @@ -79396,19 +79504,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR_EQ] = ACTIONS(3013), [anon_sym_SLASH_EQ] = ACTIONS(3013), [anon_sym_PERCENT_EQ] = ACTIONS(3013), - [anon_sym_BANG_EQ] = ACTIONS(1728), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1730), - [anon_sym_EQ_EQ] = ACTIONS(1728), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1730), - [anon_sym_LT_EQ] = ACTIONS(1732), - [anon_sym_GT_EQ] = ACTIONS(1732), - [anon_sym_BANGin] = ACTIONS(1734), - [anon_sym_is] = ACTIONS(1736), - [anon_sym_BANGis] = ACTIONS(1738), - [anon_sym_PLUS] = ACTIONS(1740), - [anon_sym_DASH] = ACTIONS(1740), - [anon_sym_SLASH] = ACTIONS(1712), - [anon_sym_PERCENT] = ACTIONS(1712), + [anon_sym_BANG_EQ] = ACTIONS(3011), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3013), + [anon_sym_EQ_EQ] = ACTIONS(3011), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3013), + [anon_sym_LT_EQ] = ACTIONS(3013), + [anon_sym_GT_EQ] = ACTIONS(3013), + [anon_sym_BANGin] = ACTIONS(3013), + [anon_sym_is] = ACTIONS(3011), + [anon_sym_BANGis] = ACTIONS(3013), + [anon_sym_PLUS] = ACTIONS(3011), + [anon_sym_DASH] = ACTIONS(3011), + [anon_sym_SLASH] = ACTIONS(3011), + [anon_sym_PERCENT] = ACTIONS(3011), [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), @@ -79417,8 +79525,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_suspend] = ACTIONS(3011), [anon_sym_sealed] = ACTIONS(3011), [anon_sym_annotation] = ACTIONS(3011), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), + [anon_sym_data] = ACTIONS(3011), + [anon_sym_inner] = ACTIONS(3011), [anon_sym_override] = ACTIONS(3011), [anon_sym_lateinit] = ACTIONS(3011), [anon_sym_public] = ACTIONS(3011), @@ -79437,8 +79545,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(3011), [anon_sym_noinline] = ACTIONS(3011), [anon_sym_crossinline] = ACTIONS(3011), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), + [anon_sym_expect] = ACTIONS(3011), + [anon_sym_actual] = ACTIONS(3011), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(3013), [anon_sym_continue_AT] = ACTIONS(3013), @@ -79450,55 +79558,55 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_true] = ACTIONS(3011), [anon_sym_false] = ACTIONS(3011), [anon_sym_SQUOTE] = ACTIONS(3013), - [sym__backtick_identifier] = ACTIONS(1750), + [sym__backtick_identifier] = ACTIONS(3013), [sym__automatic_semicolon] = ACTIONS(3013), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(3013), }, [362] = { - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(2231), - [sym__comparison_operator] = STATE(2164), - [sym__in_operator] = STATE(2134), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(2130), - [sym__multiplicative_operator] = STATE(2129), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_annotation] = STATE(7858), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2125), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(1710), + [sym__comparison_operator] = STATE(1714), + [sym__in_operator] = STATE(1717), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(1718), + [sym__multiplicative_operator] = STATE(1721), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_annotation] = STATE(7880), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1722), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), - [anon_sym_EQ] = ACTIONS(3015), + [anon_sym_EQ] = ACTIONS(3018), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(3017), + [anon_sym_RBRACE] = ACTIONS(3020), [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_COMMA] = ACTIONS(3017), + [anon_sym_COMMA] = ACTIONS(3020), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(1702), - [anon_sym_where] = ACTIONS(3015), - [anon_sym_object] = ACTIONS(3015), - [anon_sym_fun] = ACTIONS(3015), + [anon_sym_where] = ACTIONS(3018), + [anon_sym_object] = ACTIONS(3018), + [anon_sym_fun] = ACTIONS(3018), [anon_sym_DOT] = ACTIONS(1704), - [anon_sym_SEMI] = ACTIONS(3017), + [anon_sym_SEMI] = ACTIONS(3020), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(3015), - [anon_sym_super] = ACTIONS(3015), + [anon_sym_this] = ACTIONS(3018), + [anon_sym_super] = ACTIONS(3018), [anon_sym_STAR] = ACTIONS(1712), [sym_label] = ACTIONS(1714), [anon_sym_in] = ACTIONS(1716), @@ -79506,21 +79614,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1720), [anon_sym_AMP_AMP] = ACTIONS(1722), [anon_sym_PIPE_PIPE] = ACTIONS(1724), - [anon_sym_null] = ACTIONS(3015), - [anon_sym_if] = ACTIONS(3015), - [anon_sym_else] = ACTIONS(3015), - [anon_sym_when] = ACTIONS(3015), - [anon_sym_try] = ACTIONS(3015), - [anon_sym_throw] = ACTIONS(3015), - [anon_sym_return] = ACTIONS(3015), - [anon_sym_continue] = ACTIONS(3015), - [anon_sym_break] = ACTIONS(3015), + [anon_sym_null] = ACTIONS(3018), + [anon_sym_if] = ACTIONS(3018), + [anon_sym_else] = ACTIONS(3018), + [anon_sym_when] = ACTIONS(3018), + [anon_sym_try] = ACTIONS(3018), + [anon_sym_throw] = ACTIONS(3018), + [anon_sym_return] = ACTIONS(3018), + [anon_sym_continue] = ACTIONS(3018), + [anon_sym_break] = ACTIONS(3018), [anon_sym_COLON_COLON] = ACTIONS(1726), - [anon_sym_PLUS_EQ] = ACTIONS(3017), - [anon_sym_DASH_EQ] = ACTIONS(3017), - [anon_sym_STAR_EQ] = ACTIONS(3017), - [anon_sym_SLASH_EQ] = ACTIONS(3017), - [anon_sym_PERCENT_EQ] = ACTIONS(3017), + [anon_sym_PLUS_EQ] = ACTIONS(3020), + [anon_sym_DASH_EQ] = ACTIONS(3020), + [anon_sym_STAR_EQ] = ACTIONS(3020), + [anon_sym_SLASH_EQ] = ACTIONS(3020), + [anon_sym_PERCENT_EQ] = ACTIONS(3020), [anon_sym_BANG_EQ] = ACTIONS(1728), [anon_sym_BANG_EQ_EQ] = ACTIONS(1730), [anon_sym_EQ_EQ] = ACTIONS(1728), @@ -79537,124 +79645,249 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(3015), + [anon_sym_BANG] = ACTIONS(3018), [anon_sym_BANG_BANG] = ACTIONS(1744), - [anon_sym_suspend] = ACTIONS(3015), - [anon_sym_sealed] = ACTIONS(3015), - [anon_sym_annotation] = ACTIONS(3015), + [anon_sym_suspend] = ACTIONS(3018), + [anon_sym_sealed] = ACTIONS(3018), + [anon_sym_annotation] = ACTIONS(3018), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3015), - [anon_sym_lateinit] = ACTIONS(3015), - [anon_sym_public] = ACTIONS(3015), - [anon_sym_private] = ACTIONS(3015), - [anon_sym_internal] = ACTIONS(3015), - [anon_sym_protected] = ACTIONS(3015), - [anon_sym_tailrec] = ACTIONS(3015), - [anon_sym_operator] = ACTIONS(3015), - [anon_sym_infix] = ACTIONS(3015), - [anon_sym_inline] = ACTIONS(3015), - [anon_sym_external] = ACTIONS(3015), - [sym_property_modifier] = ACTIONS(3015), - [anon_sym_abstract] = ACTIONS(3015), - [anon_sym_final] = ACTIONS(3015), - [anon_sym_open] = ACTIONS(3015), - [anon_sym_vararg] = ACTIONS(3015), - [anon_sym_noinline] = ACTIONS(3015), - [anon_sym_crossinline] = ACTIONS(3015), + [anon_sym_override] = ACTIONS(3018), + [anon_sym_lateinit] = ACTIONS(3018), + [anon_sym_public] = ACTIONS(3018), + [anon_sym_private] = ACTIONS(3018), + [anon_sym_internal] = ACTIONS(3018), + [anon_sym_protected] = ACTIONS(3018), + [anon_sym_tailrec] = ACTIONS(3018), + [anon_sym_operator] = ACTIONS(3018), + [anon_sym_infix] = ACTIONS(3018), + [anon_sym_inline] = ACTIONS(3018), + [anon_sym_external] = ACTIONS(3018), + [sym_property_modifier] = ACTIONS(3018), + [anon_sym_abstract] = ACTIONS(3018), + [anon_sym_final] = ACTIONS(3018), + [anon_sym_open] = ACTIONS(3018), + [anon_sym_vararg] = ACTIONS(3018), + [anon_sym_noinline] = ACTIONS(3018), + [anon_sym_crossinline] = ACTIONS(3018), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3017), - [anon_sym_continue_AT] = ACTIONS(3017), - [anon_sym_break_AT] = ACTIONS(3017), - [sym_real_literal] = ACTIONS(3017), - [sym_integer_literal] = ACTIONS(3015), - [sym_hex_literal] = ACTIONS(3017), - [sym_bin_literal] = ACTIONS(3017), - [anon_sym_true] = ACTIONS(3015), - [anon_sym_false] = ACTIONS(3015), - [anon_sym_SQUOTE] = ACTIONS(3017), + [anon_sym_return_AT] = ACTIONS(3020), + [anon_sym_continue_AT] = ACTIONS(3020), + [anon_sym_break_AT] = ACTIONS(3020), + [sym_real_literal] = ACTIONS(3020), + [sym_integer_literal] = ACTIONS(3018), + [sym_hex_literal] = ACTIONS(3020), + [sym_bin_literal] = ACTIONS(3020), + [anon_sym_true] = ACTIONS(3018), + [anon_sym_false] = ACTIONS(3018), + [anon_sym_SQUOTE] = ACTIONS(3020), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3017), + [sym__automatic_semicolon] = ACTIONS(3020), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3017), + [sym__string_start] = ACTIONS(3020), }, [363] = { - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(2231), - [sym__comparison_operator] = STATE(2164), - [sym__in_operator] = STATE(2134), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(2130), - [sym__multiplicative_operator] = STATE(2129), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_annotation] = STATE(7858), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2125), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(1710), + [sym__comparison_operator] = STATE(1714), + [sym__in_operator] = STATE(1717), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(1718), + [sym__multiplicative_operator] = STATE(1721), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_annotation] = STATE(7880), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1722), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), + [sym__alpha_identifier] = ACTIONS(3022), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(1690), + [anon_sym_as] = ACTIONS(1692), + [anon_sym_EQ] = ACTIONS(3022), + [anon_sym_LBRACE] = ACTIONS(1612), + [anon_sym_RBRACE] = ACTIONS(3024), + [anon_sym_LPAREN] = ACTIONS(1698), + [anon_sym_COMMA] = ACTIONS(3024), + [anon_sym_LT] = ACTIONS(3026), + [anon_sym_GT] = ACTIONS(3022), + [anon_sym_where] = ACTIONS(3022), + [anon_sym_object] = ACTIONS(3022), + [anon_sym_fun] = ACTIONS(3022), + [anon_sym_DOT] = ACTIONS(1704), + [anon_sym_SEMI] = ACTIONS(3024), + [anon_sym_get] = ACTIONS(3022), + [anon_sym_set] = ACTIONS(3022), + [anon_sym_this] = ACTIONS(3022), + [anon_sym_super] = ACTIONS(3022), + [anon_sym_STAR] = ACTIONS(1712), + [sym_label] = ACTIONS(1714), + [anon_sym_in] = ACTIONS(3022), + [anon_sym_DOT_DOT] = ACTIONS(3024), + [anon_sym_QMARK_COLON] = ACTIONS(3024), + [anon_sym_AMP_AMP] = ACTIONS(3024), + [anon_sym_PIPE_PIPE] = ACTIONS(3024), + [anon_sym_null] = ACTIONS(3022), + [anon_sym_if] = ACTIONS(3022), + [anon_sym_else] = ACTIONS(3022), + [anon_sym_when] = ACTIONS(3022), + [anon_sym_try] = ACTIONS(3022), + [anon_sym_throw] = ACTIONS(3022), + [anon_sym_return] = ACTIONS(3022), + [anon_sym_continue] = ACTIONS(3022), + [anon_sym_break] = ACTIONS(3022), + [anon_sym_COLON_COLON] = ACTIONS(1726), + [anon_sym_PLUS_EQ] = ACTIONS(3024), + [anon_sym_DASH_EQ] = ACTIONS(3024), + [anon_sym_STAR_EQ] = ACTIONS(3024), + [anon_sym_SLASH_EQ] = ACTIONS(3024), + [anon_sym_PERCENT_EQ] = ACTIONS(3024), + [anon_sym_BANG_EQ] = ACTIONS(3022), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3024), + [anon_sym_EQ_EQ] = ACTIONS(3022), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3024), + [anon_sym_LT_EQ] = ACTIONS(3024), + [anon_sym_GT_EQ] = ACTIONS(3024), + [anon_sym_BANGin] = ACTIONS(3024), + [anon_sym_is] = ACTIONS(3022), + [anon_sym_BANGis] = ACTIONS(3024), + [anon_sym_PLUS] = ACTIONS(3022), + [anon_sym_DASH] = ACTIONS(3022), + [anon_sym_SLASH] = ACTIONS(1712), + [anon_sym_PERCENT] = ACTIONS(1712), + [anon_sym_as_QMARK] = ACTIONS(1742), + [anon_sym_PLUS_PLUS] = ACTIONS(1744), + [anon_sym_DASH_DASH] = ACTIONS(1744), + [anon_sym_BANG] = ACTIONS(3022), + [anon_sym_BANG_BANG] = ACTIONS(1744), + [anon_sym_suspend] = ACTIONS(3022), + [anon_sym_sealed] = ACTIONS(3022), + [anon_sym_annotation] = ACTIONS(3022), + [anon_sym_data] = ACTIONS(3022), + [anon_sym_inner] = ACTIONS(3022), + [anon_sym_override] = ACTIONS(3022), + [anon_sym_lateinit] = ACTIONS(3022), + [anon_sym_public] = ACTIONS(3022), + [anon_sym_private] = ACTIONS(3022), + [anon_sym_internal] = ACTIONS(3022), + [anon_sym_protected] = ACTIONS(3022), + [anon_sym_tailrec] = ACTIONS(3022), + [anon_sym_operator] = ACTIONS(3022), + [anon_sym_infix] = ACTIONS(3022), + [anon_sym_inline] = ACTIONS(3022), + [anon_sym_external] = ACTIONS(3022), + [sym_property_modifier] = ACTIONS(3022), + [anon_sym_abstract] = ACTIONS(3022), + [anon_sym_final] = ACTIONS(3022), + [anon_sym_open] = ACTIONS(3022), + [anon_sym_vararg] = ACTIONS(3022), + [anon_sym_noinline] = ACTIONS(3022), + [anon_sym_crossinline] = ACTIONS(3022), + [anon_sym_expect] = ACTIONS(3022), + [anon_sym_actual] = ACTIONS(3022), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3024), + [anon_sym_continue_AT] = ACTIONS(3024), + [anon_sym_break_AT] = ACTIONS(3024), + [sym_real_literal] = ACTIONS(3024), + [sym_integer_literal] = ACTIONS(3022), + [sym_hex_literal] = ACTIONS(3024), + [sym_bin_literal] = ACTIONS(3024), + [anon_sym_true] = ACTIONS(3022), + [anon_sym_false] = ACTIONS(3022), + [anon_sym_SQUOTE] = ACTIONS(3024), + [sym__backtick_identifier] = ACTIONS(3024), + [sym__automatic_semicolon] = ACTIONS(3024), + [sym_safe_nav] = ACTIONS(1726), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3024), + }, + [364] = { + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(1710), + [sym__comparison_operator] = STATE(1714), + [sym__in_operator] = STATE(1717), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(1718), + [sym__multiplicative_operator] = STATE(1721), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_annotation] = STATE(7880), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1722), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), - [anon_sym_EQ] = ACTIONS(3019), + [anon_sym_EQ] = ACTIONS(3029), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(3021), + [anon_sym_RBRACE] = ACTIONS(3031), [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_COMMA] = ACTIONS(3021), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(1702), - [anon_sym_where] = ACTIONS(3019), - [anon_sym_object] = ACTIONS(3019), - [anon_sym_fun] = ACTIONS(3019), + [anon_sym_COMMA] = ACTIONS(3031), + [anon_sym_LT] = ACTIONS(3033), + [anon_sym_GT] = ACTIONS(3029), + [anon_sym_where] = ACTIONS(3029), + [anon_sym_object] = ACTIONS(3029), + [anon_sym_fun] = ACTIONS(3029), [anon_sym_DOT] = ACTIONS(1704), - [anon_sym_SEMI] = ACTIONS(3021), + [anon_sym_SEMI] = ACTIONS(3031), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(3019), - [anon_sym_super] = ACTIONS(3019), + [anon_sym_this] = ACTIONS(3029), + [anon_sym_super] = ACTIONS(3029), [anon_sym_STAR] = ACTIONS(1712), [sym_label] = ACTIONS(1714), - [anon_sym_in] = ACTIONS(1716), + [anon_sym_in] = ACTIONS(3029), [anon_sym_DOT_DOT] = ACTIONS(1718), [anon_sym_QMARK_COLON] = ACTIONS(1720), - [anon_sym_AMP_AMP] = ACTIONS(1722), - [anon_sym_PIPE_PIPE] = ACTIONS(1724), - [anon_sym_null] = ACTIONS(3019), - [anon_sym_if] = ACTIONS(3019), - [anon_sym_else] = ACTIONS(3019), - [anon_sym_when] = ACTIONS(3019), - [anon_sym_try] = ACTIONS(3019), - [anon_sym_throw] = ACTIONS(3019), - [anon_sym_return] = ACTIONS(3019), - [anon_sym_continue] = ACTIONS(3019), - [anon_sym_break] = ACTIONS(3019), + [anon_sym_AMP_AMP] = ACTIONS(3031), + [anon_sym_PIPE_PIPE] = ACTIONS(3031), + [anon_sym_null] = ACTIONS(3029), + [anon_sym_if] = ACTIONS(3029), + [anon_sym_else] = ACTIONS(3029), + [anon_sym_when] = ACTIONS(3029), + [anon_sym_try] = ACTIONS(3029), + [anon_sym_throw] = ACTIONS(3029), + [anon_sym_return] = ACTIONS(3029), + [anon_sym_continue] = ACTIONS(3029), + [anon_sym_break] = ACTIONS(3029), [anon_sym_COLON_COLON] = ACTIONS(1726), - [anon_sym_PLUS_EQ] = ACTIONS(3021), - [anon_sym_DASH_EQ] = ACTIONS(3021), - [anon_sym_STAR_EQ] = ACTIONS(3021), - [anon_sym_SLASH_EQ] = ACTIONS(3021), - [anon_sym_PERCENT_EQ] = ACTIONS(3021), - [anon_sym_BANG_EQ] = ACTIONS(1728), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1730), - [anon_sym_EQ_EQ] = ACTIONS(1728), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1730), - [anon_sym_LT_EQ] = ACTIONS(1732), - [anon_sym_GT_EQ] = ACTIONS(1732), - [anon_sym_BANGin] = ACTIONS(1734), - [anon_sym_is] = ACTIONS(1736), - [anon_sym_BANGis] = ACTIONS(1738), + [anon_sym_PLUS_EQ] = ACTIONS(3031), + [anon_sym_DASH_EQ] = ACTIONS(3031), + [anon_sym_STAR_EQ] = ACTIONS(3031), + [anon_sym_SLASH_EQ] = ACTIONS(3031), + [anon_sym_PERCENT_EQ] = ACTIONS(3031), + [anon_sym_BANG_EQ] = ACTIONS(3029), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3031), + [anon_sym_EQ_EQ] = ACTIONS(3029), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3031), + [anon_sym_LT_EQ] = ACTIONS(3031), + [anon_sym_GT_EQ] = ACTIONS(3031), + [anon_sym_BANGin] = ACTIONS(3031), + [anon_sym_is] = ACTIONS(3029), + [anon_sym_BANGis] = ACTIONS(3031), [anon_sym_PLUS] = ACTIONS(1740), [anon_sym_DASH] = ACTIONS(1740), [anon_sym_SLASH] = ACTIONS(1712), @@ -79662,121 +79895,121 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(3019), + [anon_sym_BANG] = ACTIONS(3029), [anon_sym_BANG_BANG] = ACTIONS(1744), - [anon_sym_suspend] = ACTIONS(3019), - [anon_sym_sealed] = ACTIONS(3019), - [anon_sym_annotation] = ACTIONS(3019), + [anon_sym_suspend] = ACTIONS(3029), + [anon_sym_sealed] = ACTIONS(3029), + [anon_sym_annotation] = ACTIONS(3029), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3019), - [anon_sym_lateinit] = ACTIONS(3019), - [anon_sym_public] = ACTIONS(3019), - [anon_sym_private] = ACTIONS(3019), - [anon_sym_internal] = ACTIONS(3019), - [anon_sym_protected] = ACTIONS(3019), - [anon_sym_tailrec] = ACTIONS(3019), - [anon_sym_operator] = ACTIONS(3019), - [anon_sym_infix] = ACTIONS(3019), - [anon_sym_inline] = ACTIONS(3019), - [anon_sym_external] = ACTIONS(3019), - [sym_property_modifier] = ACTIONS(3019), - [anon_sym_abstract] = ACTIONS(3019), - [anon_sym_final] = ACTIONS(3019), - [anon_sym_open] = ACTIONS(3019), - [anon_sym_vararg] = ACTIONS(3019), - [anon_sym_noinline] = ACTIONS(3019), - [anon_sym_crossinline] = ACTIONS(3019), + [anon_sym_override] = ACTIONS(3029), + [anon_sym_lateinit] = ACTIONS(3029), + [anon_sym_public] = ACTIONS(3029), + [anon_sym_private] = ACTIONS(3029), + [anon_sym_internal] = ACTIONS(3029), + [anon_sym_protected] = ACTIONS(3029), + [anon_sym_tailrec] = ACTIONS(3029), + [anon_sym_operator] = ACTIONS(3029), + [anon_sym_infix] = ACTIONS(3029), + [anon_sym_inline] = ACTIONS(3029), + [anon_sym_external] = ACTIONS(3029), + [sym_property_modifier] = ACTIONS(3029), + [anon_sym_abstract] = ACTIONS(3029), + [anon_sym_final] = ACTIONS(3029), + [anon_sym_open] = ACTIONS(3029), + [anon_sym_vararg] = ACTIONS(3029), + [anon_sym_noinline] = ACTIONS(3029), + [anon_sym_crossinline] = ACTIONS(3029), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3021), - [anon_sym_continue_AT] = ACTIONS(3021), - [anon_sym_break_AT] = ACTIONS(3021), - [sym_real_literal] = ACTIONS(3021), - [sym_integer_literal] = ACTIONS(3019), - [sym_hex_literal] = ACTIONS(3021), - [sym_bin_literal] = ACTIONS(3021), - [anon_sym_true] = ACTIONS(3019), - [anon_sym_false] = ACTIONS(3019), - [anon_sym_SQUOTE] = ACTIONS(3021), + [anon_sym_return_AT] = ACTIONS(3031), + [anon_sym_continue_AT] = ACTIONS(3031), + [anon_sym_break_AT] = ACTIONS(3031), + [sym_real_literal] = ACTIONS(3031), + [sym_integer_literal] = ACTIONS(3029), + [sym_hex_literal] = ACTIONS(3031), + [sym_bin_literal] = ACTIONS(3031), + [anon_sym_true] = ACTIONS(3029), + [anon_sym_false] = ACTIONS(3029), + [anon_sym_SQUOTE] = ACTIONS(3031), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3021), + [sym__automatic_semicolon] = ACTIONS(3031), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3021), + [sym__string_start] = ACTIONS(3031), }, - [364] = { - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(2231), - [sym__comparison_operator] = STATE(2164), - [sym__in_operator] = STATE(2134), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(2130), - [sym__multiplicative_operator] = STATE(2129), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_annotation] = STATE(7858), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2125), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), + [365] = { + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(1710), + [sym__comparison_operator] = STATE(1714), + [sym__in_operator] = STATE(1717), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(1718), + [sym__multiplicative_operator] = STATE(1721), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_annotation] = STATE(7880), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1722), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), - [anon_sym_EQ] = ACTIONS(3023), + [anon_sym_EQ] = ACTIONS(3036), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(3025), + [anon_sym_RBRACE] = ACTIONS(3038), [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_COMMA] = ACTIONS(3025), + [anon_sym_COMMA] = ACTIONS(3038), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3023), - [anon_sym_where] = ACTIONS(3023), - [anon_sym_object] = ACTIONS(3023), - [anon_sym_fun] = ACTIONS(3023), + [anon_sym_GT] = ACTIONS(3036), + [anon_sym_where] = ACTIONS(3036), + [anon_sym_object] = ACTIONS(3036), + [anon_sym_fun] = ACTIONS(3036), [anon_sym_DOT] = ACTIONS(1704), - [anon_sym_SEMI] = ACTIONS(3025), + [anon_sym_SEMI] = ACTIONS(3038), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(3023), - [anon_sym_super] = ACTIONS(3023), + [anon_sym_this] = ACTIONS(3036), + [anon_sym_super] = ACTIONS(3036), [anon_sym_STAR] = ACTIONS(1712), [sym_label] = ACTIONS(1714), [anon_sym_in] = ACTIONS(1716), [anon_sym_DOT_DOT] = ACTIONS(1718), [anon_sym_QMARK_COLON] = ACTIONS(1720), - [anon_sym_AMP_AMP] = ACTIONS(3025), - [anon_sym_PIPE_PIPE] = ACTIONS(3025), - [anon_sym_null] = ACTIONS(3023), - [anon_sym_if] = ACTIONS(3023), - [anon_sym_else] = ACTIONS(3023), - [anon_sym_when] = ACTIONS(3023), - [anon_sym_try] = ACTIONS(3023), - [anon_sym_throw] = ACTIONS(3023), - [anon_sym_return] = ACTIONS(3023), - [anon_sym_continue] = ACTIONS(3023), - [anon_sym_break] = ACTIONS(3023), + [anon_sym_AMP_AMP] = ACTIONS(3038), + [anon_sym_PIPE_PIPE] = ACTIONS(3038), + [anon_sym_null] = ACTIONS(3036), + [anon_sym_if] = ACTIONS(3036), + [anon_sym_else] = ACTIONS(3036), + [anon_sym_when] = ACTIONS(3036), + [anon_sym_try] = ACTIONS(3036), + [anon_sym_throw] = ACTIONS(3036), + [anon_sym_return] = ACTIONS(3036), + [anon_sym_continue] = ACTIONS(3036), + [anon_sym_break] = ACTIONS(3036), [anon_sym_COLON_COLON] = ACTIONS(1726), - [anon_sym_PLUS_EQ] = ACTIONS(3025), - [anon_sym_DASH_EQ] = ACTIONS(3025), - [anon_sym_STAR_EQ] = ACTIONS(3025), - [anon_sym_SLASH_EQ] = ACTIONS(3025), - [anon_sym_PERCENT_EQ] = ACTIONS(3025), - [anon_sym_BANG_EQ] = ACTIONS(3023), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3025), - [anon_sym_EQ_EQ] = ACTIONS(3023), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3025), - [anon_sym_LT_EQ] = ACTIONS(3025), - [anon_sym_GT_EQ] = ACTIONS(3025), + [anon_sym_PLUS_EQ] = ACTIONS(3038), + [anon_sym_DASH_EQ] = ACTIONS(3038), + [anon_sym_STAR_EQ] = ACTIONS(3038), + [anon_sym_SLASH_EQ] = ACTIONS(3038), + [anon_sym_PERCENT_EQ] = ACTIONS(3038), + [anon_sym_BANG_EQ] = ACTIONS(3036), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3038), + [anon_sym_EQ_EQ] = ACTIONS(3036), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3038), + [anon_sym_LT_EQ] = ACTIONS(3038), + [anon_sym_GT_EQ] = ACTIONS(3038), [anon_sym_BANGin] = ACTIONS(1734), [anon_sym_is] = ACTIONS(1736), [anon_sym_BANGis] = ACTIONS(1738), @@ -79787,124 +80020,124 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(3023), + [anon_sym_BANG] = ACTIONS(3036), [anon_sym_BANG_BANG] = ACTIONS(1744), - [anon_sym_suspend] = ACTIONS(3023), - [anon_sym_sealed] = ACTIONS(3023), - [anon_sym_annotation] = ACTIONS(3023), + [anon_sym_suspend] = ACTIONS(3036), + [anon_sym_sealed] = ACTIONS(3036), + [anon_sym_annotation] = ACTIONS(3036), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3023), - [anon_sym_lateinit] = ACTIONS(3023), - [anon_sym_public] = ACTIONS(3023), - [anon_sym_private] = ACTIONS(3023), - [anon_sym_internal] = ACTIONS(3023), - [anon_sym_protected] = ACTIONS(3023), - [anon_sym_tailrec] = ACTIONS(3023), - [anon_sym_operator] = ACTIONS(3023), - [anon_sym_infix] = ACTIONS(3023), - [anon_sym_inline] = ACTIONS(3023), - [anon_sym_external] = ACTIONS(3023), - [sym_property_modifier] = ACTIONS(3023), - [anon_sym_abstract] = ACTIONS(3023), - [anon_sym_final] = ACTIONS(3023), - [anon_sym_open] = ACTIONS(3023), - [anon_sym_vararg] = ACTIONS(3023), - [anon_sym_noinline] = ACTIONS(3023), - [anon_sym_crossinline] = ACTIONS(3023), + [anon_sym_override] = ACTIONS(3036), + [anon_sym_lateinit] = ACTIONS(3036), + [anon_sym_public] = ACTIONS(3036), + [anon_sym_private] = ACTIONS(3036), + [anon_sym_internal] = ACTIONS(3036), + [anon_sym_protected] = ACTIONS(3036), + [anon_sym_tailrec] = ACTIONS(3036), + [anon_sym_operator] = ACTIONS(3036), + [anon_sym_infix] = ACTIONS(3036), + [anon_sym_inline] = ACTIONS(3036), + [anon_sym_external] = ACTIONS(3036), + [sym_property_modifier] = ACTIONS(3036), + [anon_sym_abstract] = ACTIONS(3036), + [anon_sym_final] = ACTIONS(3036), + [anon_sym_open] = ACTIONS(3036), + [anon_sym_vararg] = ACTIONS(3036), + [anon_sym_noinline] = ACTIONS(3036), + [anon_sym_crossinline] = ACTIONS(3036), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3025), - [anon_sym_continue_AT] = ACTIONS(3025), - [anon_sym_break_AT] = ACTIONS(3025), - [sym_real_literal] = ACTIONS(3025), - [sym_integer_literal] = ACTIONS(3023), - [sym_hex_literal] = ACTIONS(3025), - [sym_bin_literal] = ACTIONS(3025), - [anon_sym_true] = ACTIONS(3023), - [anon_sym_false] = ACTIONS(3023), - [anon_sym_SQUOTE] = ACTIONS(3025), + [anon_sym_return_AT] = ACTIONS(3038), + [anon_sym_continue_AT] = ACTIONS(3038), + [anon_sym_break_AT] = ACTIONS(3038), + [sym_real_literal] = ACTIONS(3038), + [sym_integer_literal] = ACTIONS(3036), + [sym_hex_literal] = ACTIONS(3038), + [sym_bin_literal] = ACTIONS(3038), + [anon_sym_true] = ACTIONS(3036), + [anon_sym_false] = ACTIONS(3036), + [anon_sym_SQUOTE] = ACTIONS(3038), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3025), + [sym__automatic_semicolon] = ACTIONS(3038), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3025), + [sym__string_start] = ACTIONS(3038), }, - [365] = { - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(2231), - [sym__comparison_operator] = STATE(2164), - [sym__in_operator] = STATE(2134), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(2130), - [sym__multiplicative_operator] = STATE(2129), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_annotation] = STATE(7858), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2125), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), + [366] = { + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(1710), + [sym__comparison_operator] = STATE(1714), + [sym__in_operator] = STATE(1717), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(1718), + [sym__multiplicative_operator] = STATE(1721), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_annotation] = STATE(7880), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1722), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), - [anon_sym_EQ] = ACTIONS(3027), + [anon_sym_EQ] = ACTIONS(3040), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(3029), + [anon_sym_RBRACE] = ACTIONS(3042), [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_COMMA] = ACTIONS(3029), - [anon_sym_LT] = ACTIONS(3031), - [anon_sym_GT] = ACTIONS(3027), - [anon_sym_where] = ACTIONS(3027), - [anon_sym_object] = ACTIONS(3027), - [anon_sym_fun] = ACTIONS(3027), + [anon_sym_COMMA] = ACTIONS(3042), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(1702), + [anon_sym_where] = ACTIONS(3040), + [anon_sym_object] = ACTIONS(3040), + [anon_sym_fun] = ACTIONS(3040), [anon_sym_DOT] = ACTIONS(1704), - [anon_sym_SEMI] = ACTIONS(3029), + [anon_sym_SEMI] = ACTIONS(3042), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(3027), - [anon_sym_super] = ACTIONS(3027), + [anon_sym_this] = ACTIONS(3040), + [anon_sym_super] = ACTIONS(3040), [anon_sym_STAR] = ACTIONS(1712), [sym_label] = ACTIONS(1714), - [anon_sym_in] = ACTIONS(3027), + [anon_sym_in] = ACTIONS(1716), [anon_sym_DOT_DOT] = ACTIONS(1718), [anon_sym_QMARK_COLON] = ACTIONS(1720), - [anon_sym_AMP_AMP] = ACTIONS(3029), - [anon_sym_PIPE_PIPE] = ACTIONS(3029), - [anon_sym_null] = ACTIONS(3027), - [anon_sym_if] = ACTIONS(3027), - [anon_sym_else] = ACTIONS(3027), - [anon_sym_when] = ACTIONS(3027), - [anon_sym_try] = ACTIONS(3027), - [anon_sym_throw] = ACTIONS(3027), - [anon_sym_return] = ACTIONS(3027), - [anon_sym_continue] = ACTIONS(3027), - [anon_sym_break] = ACTIONS(3027), + [anon_sym_AMP_AMP] = ACTIONS(3042), + [anon_sym_PIPE_PIPE] = ACTIONS(3042), + [anon_sym_null] = ACTIONS(3040), + [anon_sym_if] = ACTIONS(3040), + [anon_sym_else] = ACTIONS(3040), + [anon_sym_when] = ACTIONS(3040), + [anon_sym_try] = ACTIONS(3040), + [anon_sym_throw] = ACTIONS(3040), + [anon_sym_return] = ACTIONS(3040), + [anon_sym_continue] = ACTIONS(3040), + [anon_sym_break] = ACTIONS(3040), [anon_sym_COLON_COLON] = ACTIONS(1726), - [anon_sym_PLUS_EQ] = ACTIONS(3029), - [anon_sym_DASH_EQ] = ACTIONS(3029), - [anon_sym_STAR_EQ] = ACTIONS(3029), - [anon_sym_SLASH_EQ] = ACTIONS(3029), - [anon_sym_PERCENT_EQ] = ACTIONS(3029), - [anon_sym_BANG_EQ] = ACTIONS(3027), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3029), - [anon_sym_EQ_EQ] = ACTIONS(3027), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3029), - [anon_sym_LT_EQ] = ACTIONS(3029), - [anon_sym_GT_EQ] = ACTIONS(3029), - [anon_sym_BANGin] = ACTIONS(3029), - [anon_sym_is] = ACTIONS(3027), - [anon_sym_BANGis] = ACTIONS(3029), + [anon_sym_PLUS_EQ] = ACTIONS(3042), + [anon_sym_DASH_EQ] = ACTIONS(3042), + [anon_sym_STAR_EQ] = ACTIONS(3042), + [anon_sym_SLASH_EQ] = ACTIONS(3042), + [anon_sym_PERCENT_EQ] = ACTIONS(3042), + [anon_sym_BANG_EQ] = ACTIONS(3040), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3042), + [anon_sym_EQ_EQ] = ACTIONS(3040), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3042), + [anon_sym_LT_EQ] = ACTIONS(1732), + [anon_sym_GT_EQ] = ACTIONS(1732), + [anon_sym_BANGin] = ACTIONS(1734), + [anon_sym_is] = ACTIONS(1736), + [anon_sym_BANGis] = ACTIONS(1738), [anon_sym_PLUS] = ACTIONS(1740), [anon_sym_DASH] = ACTIONS(1740), [anon_sym_SLASH] = ACTIONS(1712), @@ -79912,365 +80145,240 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(3027), + [anon_sym_BANG] = ACTIONS(3040), [anon_sym_BANG_BANG] = ACTIONS(1744), - [anon_sym_suspend] = ACTIONS(3027), - [anon_sym_sealed] = ACTIONS(3027), - [anon_sym_annotation] = ACTIONS(3027), + [anon_sym_suspend] = ACTIONS(3040), + [anon_sym_sealed] = ACTIONS(3040), + [anon_sym_annotation] = ACTIONS(3040), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3027), - [anon_sym_lateinit] = ACTIONS(3027), - [anon_sym_public] = ACTIONS(3027), - [anon_sym_private] = ACTIONS(3027), - [anon_sym_internal] = ACTIONS(3027), - [anon_sym_protected] = ACTIONS(3027), - [anon_sym_tailrec] = ACTIONS(3027), - [anon_sym_operator] = ACTIONS(3027), - [anon_sym_infix] = ACTIONS(3027), - [anon_sym_inline] = ACTIONS(3027), - [anon_sym_external] = ACTIONS(3027), - [sym_property_modifier] = ACTIONS(3027), - [anon_sym_abstract] = ACTIONS(3027), - [anon_sym_final] = ACTIONS(3027), - [anon_sym_open] = ACTIONS(3027), - [anon_sym_vararg] = ACTIONS(3027), - [anon_sym_noinline] = ACTIONS(3027), - [anon_sym_crossinline] = ACTIONS(3027), + [anon_sym_override] = ACTIONS(3040), + [anon_sym_lateinit] = ACTIONS(3040), + [anon_sym_public] = ACTIONS(3040), + [anon_sym_private] = ACTIONS(3040), + [anon_sym_internal] = ACTIONS(3040), + [anon_sym_protected] = ACTIONS(3040), + [anon_sym_tailrec] = ACTIONS(3040), + [anon_sym_operator] = ACTIONS(3040), + [anon_sym_infix] = ACTIONS(3040), + [anon_sym_inline] = ACTIONS(3040), + [anon_sym_external] = ACTIONS(3040), + [sym_property_modifier] = ACTIONS(3040), + [anon_sym_abstract] = ACTIONS(3040), + [anon_sym_final] = ACTIONS(3040), + [anon_sym_open] = ACTIONS(3040), + [anon_sym_vararg] = ACTIONS(3040), + [anon_sym_noinline] = ACTIONS(3040), + [anon_sym_crossinline] = ACTIONS(3040), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3029), - [anon_sym_continue_AT] = ACTIONS(3029), - [anon_sym_break_AT] = ACTIONS(3029), - [sym_real_literal] = ACTIONS(3029), - [sym_integer_literal] = ACTIONS(3027), - [sym_hex_literal] = ACTIONS(3029), - [sym_bin_literal] = ACTIONS(3029), - [anon_sym_true] = ACTIONS(3027), - [anon_sym_false] = ACTIONS(3027), - [anon_sym_SQUOTE] = ACTIONS(3029), + [anon_sym_return_AT] = ACTIONS(3042), + [anon_sym_continue_AT] = ACTIONS(3042), + [anon_sym_break_AT] = ACTIONS(3042), + [sym_real_literal] = ACTIONS(3042), + [sym_integer_literal] = ACTIONS(3040), + [sym_hex_literal] = ACTIONS(3042), + [sym_bin_literal] = ACTIONS(3042), + [anon_sym_true] = ACTIONS(3040), + [anon_sym_false] = ACTIONS(3040), + [anon_sym_SQUOTE] = ACTIONS(3042), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3029), + [sym__automatic_semicolon] = ACTIONS(3042), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3029), + [sym__string_start] = ACTIONS(3042), }, - [366] = { - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(2231), - [sym__comparison_operator] = STATE(2164), - [sym__in_operator] = STATE(2134), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(2130), - [sym__multiplicative_operator] = STATE(2129), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_annotation] = STATE(7858), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2125), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), - [sym__alpha_identifier] = ACTIONS(3034), + [367] = { + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(1710), + [sym__comparison_operator] = STATE(1714), + [sym__in_operator] = STATE(1717), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(1718), + [sym__multiplicative_operator] = STATE(1721), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_annotation] = STATE(7880), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1722), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), + [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), - [anon_sym_EQ] = ACTIONS(3034), + [anon_sym_EQ] = ACTIONS(3044), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(3036), + [anon_sym_RBRACE] = ACTIONS(3046), [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_COMMA] = ACTIONS(3036), - [anon_sym_LT] = ACTIONS(3038), - [anon_sym_GT] = ACTIONS(3034), - [anon_sym_where] = ACTIONS(3034), - [anon_sym_object] = ACTIONS(3034), - [anon_sym_fun] = ACTIONS(3034), + [anon_sym_COMMA] = ACTIONS(3046), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(1702), + [anon_sym_where] = ACTIONS(3044), + [anon_sym_object] = ACTIONS(3044), + [anon_sym_fun] = ACTIONS(3044), [anon_sym_DOT] = ACTIONS(1704), - [anon_sym_SEMI] = ACTIONS(3036), - [anon_sym_get] = ACTIONS(3034), - [anon_sym_set] = ACTIONS(3034), - [anon_sym_this] = ACTIONS(3034), - [anon_sym_super] = ACTIONS(3034), + [anon_sym_SEMI] = ACTIONS(3046), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_this] = ACTIONS(3044), + [anon_sym_super] = ACTIONS(3044), [anon_sym_STAR] = ACTIONS(1712), [sym_label] = ACTIONS(1714), - [anon_sym_in] = ACTIONS(3034), - [anon_sym_DOT_DOT] = ACTIONS(3036), - [anon_sym_QMARK_COLON] = ACTIONS(3036), - [anon_sym_AMP_AMP] = ACTIONS(3036), - [anon_sym_PIPE_PIPE] = ACTIONS(3036), - [anon_sym_null] = ACTIONS(3034), - [anon_sym_if] = ACTIONS(3034), - [anon_sym_else] = ACTIONS(3034), - [anon_sym_when] = ACTIONS(3034), - [anon_sym_try] = ACTIONS(3034), - [anon_sym_throw] = ACTIONS(3034), - [anon_sym_return] = ACTIONS(3034), - [anon_sym_continue] = ACTIONS(3034), - [anon_sym_break] = ACTIONS(3034), + [anon_sym_in] = ACTIONS(1716), + [anon_sym_DOT_DOT] = ACTIONS(1718), + [anon_sym_QMARK_COLON] = ACTIONS(1720), + [anon_sym_AMP_AMP] = ACTIONS(1722), + [anon_sym_PIPE_PIPE] = ACTIONS(3046), + [anon_sym_null] = ACTIONS(3044), + [anon_sym_if] = ACTIONS(3044), + [anon_sym_else] = ACTIONS(3044), + [anon_sym_when] = ACTIONS(3044), + [anon_sym_try] = ACTIONS(3044), + [anon_sym_throw] = ACTIONS(3044), + [anon_sym_return] = ACTIONS(3044), + [anon_sym_continue] = ACTIONS(3044), + [anon_sym_break] = ACTIONS(3044), [anon_sym_COLON_COLON] = ACTIONS(1726), - [anon_sym_PLUS_EQ] = ACTIONS(3036), - [anon_sym_DASH_EQ] = ACTIONS(3036), - [anon_sym_STAR_EQ] = ACTIONS(3036), - [anon_sym_SLASH_EQ] = ACTIONS(3036), - [anon_sym_PERCENT_EQ] = ACTIONS(3036), - [anon_sym_BANG_EQ] = ACTIONS(3034), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3036), - [anon_sym_EQ_EQ] = ACTIONS(3034), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3036), - [anon_sym_LT_EQ] = ACTIONS(3036), - [anon_sym_GT_EQ] = ACTIONS(3036), - [anon_sym_BANGin] = ACTIONS(3036), - [anon_sym_is] = ACTIONS(3034), - [anon_sym_BANGis] = ACTIONS(3036), - [anon_sym_PLUS] = ACTIONS(3034), - [anon_sym_DASH] = ACTIONS(3034), + [anon_sym_PLUS_EQ] = ACTIONS(3046), + [anon_sym_DASH_EQ] = ACTIONS(3046), + [anon_sym_STAR_EQ] = ACTIONS(3046), + [anon_sym_SLASH_EQ] = ACTIONS(3046), + [anon_sym_PERCENT_EQ] = ACTIONS(3046), + [anon_sym_BANG_EQ] = ACTIONS(1728), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1730), + [anon_sym_EQ_EQ] = ACTIONS(1728), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1730), + [anon_sym_LT_EQ] = ACTIONS(1732), + [anon_sym_GT_EQ] = ACTIONS(1732), + [anon_sym_BANGin] = ACTIONS(1734), + [anon_sym_is] = ACTIONS(1736), + [anon_sym_BANGis] = ACTIONS(1738), + [anon_sym_PLUS] = ACTIONS(1740), + [anon_sym_DASH] = ACTIONS(1740), [anon_sym_SLASH] = ACTIONS(1712), [anon_sym_PERCENT] = ACTIONS(1712), [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(3034), + [anon_sym_BANG] = ACTIONS(3044), [anon_sym_BANG_BANG] = ACTIONS(1744), - [anon_sym_suspend] = ACTIONS(3034), - [anon_sym_sealed] = ACTIONS(3034), - [anon_sym_annotation] = ACTIONS(3034), - [anon_sym_data] = ACTIONS(3034), - [anon_sym_inner] = ACTIONS(3034), - [anon_sym_override] = ACTIONS(3034), - [anon_sym_lateinit] = ACTIONS(3034), - [anon_sym_public] = ACTIONS(3034), - [anon_sym_private] = ACTIONS(3034), - [anon_sym_internal] = ACTIONS(3034), - [anon_sym_protected] = ACTIONS(3034), - [anon_sym_tailrec] = ACTIONS(3034), - [anon_sym_operator] = ACTIONS(3034), - [anon_sym_infix] = ACTIONS(3034), - [anon_sym_inline] = ACTIONS(3034), - [anon_sym_external] = ACTIONS(3034), - [sym_property_modifier] = ACTIONS(3034), - [anon_sym_abstract] = ACTIONS(3034), - [anon_sym_final] = ACTIONS(3034), - [anon_sym_open] = ACTIONS(3034), - [anon_sym_vararg] = ACTIONS(3034), - [anon_sym_noinline] = ACTIONS(3034), - [anon_sym_crossinline] = ACTIONS(3034), - [anon_sym_expect] = ACTIONS(3034), - [anon_sym_actual] = ACTIONS(3034), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3036), - [anon_sym_continue_AT] = ACTIONS(3036), - [anon_sym_break_AT] = ACTIONS(3036), - [sym_real_literal] = ACTIONS(3036), - [sym_integer_literal] = ACTIONS(3034), - [sym_hex_literal] = ACTIONS(3036), - [sym_bin_literal] = ACTIONS(3036), - [anon_sym_true] = ACTIONS(3034), - [anon_sym_false] = ACTIONS(3034), - [anon_sym_SQUOTE] = ACTIONS(3036), - [sym__backtick_identifier] = ACTIONS(3036), - [sym__automatic_semicolon] = ACTIONS(3036), - [sym_safe_nav] = ACTIONS(1726), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3036), - }, - [367] = { - [sym__expression] = STATE(1443), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(3231), - [sym_parenthesized_expression] = STATE(3231), - [sym_collection_literal] = STATE(3231), - [sym__literal_constant] = STATE(3231), - [sym_string_literal] = STATE(3231), - [sym_lambda_literal] = STATE(3231), - [sym_anonymous_function] = STATE(3231), - [sym__function_literal] = STATE(3231), - [sym_object_literal] = STATE(3231), - [sym_this_expression] = STATE(3231), - [sym_super_expression] = STATE(3231), - [sym_if_expression] = STATE(3231), - [sym_when_expression] = STATE(3231), - [sym_try_expression] = STATE(3231), - [sym_jump_expression] = STATE(3231), - [sym_callable_reference] = STATE(3231), - [sym__prefix_unary_operator] = STATE(2071), - [sym_annotation] = STATE(2071), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3311), - [sym__return_at] = STATE(367), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(3231), - [sym_long_literal] = STATE(3231), - [sym_boolean_literal] = STATE(3231), - [sym_character_literal] = STATE(3231), - [sym__lexical_identifier] = STATE(2890), - [sym__alpha_identifier] = ACTIONS(333), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(335), - [anon_sym_as] = ACTIONS(1594), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_RBRACE] = ACTIONS(1592), - [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_COMMA] = ACTIONS(1592), - [anon_sym_LT] = ACTIONS(1594), - [anon_sym_GT] = ACTIONS(1594), - [anon_sym_where] = ACTIONS(1594), - [anon_sym_object] = ACTIONS(1922), - [anon_sym_fun] = ACTIONS(3041), - [anon_sym_DOT] = ACTIONS(1594), - [anon_sym_SEMI] = ACTIONS(1592), - [anon_sym_get] = ACTIONS(333), - [anon_sym_set] = ACTIONS(333), - [anon_sym_this] = ACTIONS(357), - [anon_sym_super] = ACTIONS(359), - [anon_sym_STAR] = ACTIONS(933), - [sym_label] = ACTIONS(943), - [anon_sym_in] = ACTIONS(1594), - [anon_sym_DOT_DOT] = ACTIONS(1592), - [anon_sym_QMARK_COLON] = ACTIONS(1592), - [anon_sym_AMP_AMP] = ACTIONS(1592), - [anon_sym_PIPE_PIPE] = ACTIONS(1592), - [anon_sym_null] = ACTIONS(1926), - [anon_sym_if] = ACTIONS(3043), - [anon_sym_else] = ACTIONS(1594), - [anon_sym_when] = ACTIONS(375), - [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(3045), - [anon_sym_return] = ACTIONS(3047), - [anon_sym_continue] = ACTIONS(383), - [anon_sym_break] = ACTIONS(383), - [anon_sym_COLON_COLON] = ACTIONS(385), - [anon_sym_BANG_EQ] = ACTIONS(1594), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1592), - [anon_sym_EQ_EQ] = ACTIONS(1594), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1592), - [anon_sym_LT_EQ] = ACTIONS(1592), - [anon_sym_GT_EQ] = ACTIONS(1592), - [anon_sym_BANGin] = ACTIONS(1592), - [anon_sym_is] = ACTIONS(1594), - [anon_sym_BANGis] = ACTIONS(1592), - [anon_sym_PLUS] = ACTIONS(943), - [anon_sym_DASH] = ACTIONS(943), - [anon_sym_SLASH] = ACTIONS(1594), - [anon_sym_PERCENT] = ACTIONS(1592), - [anon_sym_as_QMARK] = ACTIONS(1592), - [anon_sym_PLUS_PLUS] = ACTIONS(945), - [anon_sym_DASH_DASH] = ACTIONS(945), - [anon_sym_BANG] = ACTIONS(943), - [anon_sym_BANG_BANG] = ACTIONS(1592), - [anon_sym_data] = ACTIONS(333), - [anon_sym_inner] = ACTIONS(333), - [anon_sym_expect] = ACTIONS(333), - [anon_sym_actual] = ACTIONS(333), + [anon_sym_suspend] = ACTIONS(3044), + [anon_sym_sealed] = ACTIONS(3044), + [anon_sym_annotation] = ACTIONS(3044), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_override] = ACTIONS(3044), + [anon_sym_lateinit] = ACTIONS(3044), + [anon_sym_public] = ACTIONS(3044), + [anon_sym_private] = ACTIONS(3044), + [anon_sym_internal] = ACTIONS(3044), + [anon_sym_protected] = ACTIONS(3044), + [anon_sym_tailrec] = ACTIONS(3044), + [anon_sym_operator] = ACTIONS(3044), + [anon_sym_infix] = ACTIONS(3044), + [anon_sym_inline] = ACTIONS(3044), + [anon_sym_external] = ACTIONS(3044), + [sym_property_modifier] = ACTIONS(3044), + [anon_sym_abstract] = ACTIONS(3044), + [anon_sym_final] = ACTIONS(3044), + [anon_sym_open] = ACTIONS(3044), + [anon_sym_vararg] = ACTIONS(3044), + [anon_sym_noinline] = ACTIONS(3044), + [anon_sym_crossinline] = ACTIONS(3044), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(395), - [anon_sym_break_AT] = ACTIONS(397), - [sym_real_literal] = ACTIONS(1928), - [sym_integer_literal] = ACTIONS(401), - [sym_hex_literal] = ACTIONS(403), - [sym_bin_literal] = ACTIONS(403), - [anon_sym_true] = ACTIONS(405), - [anon_sym_false] = ACTIONS(405), - [anon_sym_SQUOTE] = ACTIONS(407), - [sym__backtick_identifier] = ACTIONS(409), - [sym__automatic_semicolon] = ACTIONS(1592), - [sym_safe_nav] = ACTIONS(1592), + [anon_sym_return_AT] = ACTIONS(3046), + [anon_sym_continue_AT] = ACTIONS(3046), + [anon_sym_break_AT] = ACTIONS(3046), + [sym_real_literal] = ACTIONS(3046), + [sym_integer_literal] = ACTIONS(3044), + [sym_hex_literal] = ACTIONS(3046), + [sym_bin_literal] = ACTIONS(3046), + [anon_sym_true] = ACTIONS(3044), + [anon_sym_false] = ACTIONS(3044), + [anon_sym_SQUOTE] = ACTIONS(3046), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(3046), + [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(411), + [sym__string_start] = ACTIONS(3046), }, [368] = { - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(2231), - [sym__comparison_operator] = STATE(2164), - [sym__in_operator] = STATE(2134), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(2130), - [sym__multiplicative_operator] = STATE(2129), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_annotation] = STATE(7858), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2125), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(1710), + [sym__comparison_operator] = STATE(1714), + [sym__in_operator] = STATE(1717), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(1718), + [sym__multiplicative_operator] = STATE(1721), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_annotation] = STATE(7880), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1722), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), - [anon_sym_EQ] = ACTIONS(3049), + [anon_sym_EQ] = ACTIONS(3048), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(3051), + [anon_sym_RBRACE] = ACTIONS(3050), [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_COMMA] = ACTIONS(3051), + [anon_sym_COMMA] = ACTIONS(3050), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(1702), - [anon_sym_where] = ACTIONS(3049), - [anon_sym_object] = ACTIONS(3049), - [anon_sym_fun] = ACTIONS(3049), + [anon_sym_where] = ACTIONS(3048), + [anon_sym_object] = ACTIONS(3048), + [anon_sym_fun] = ACTIONS(3048), [anon_sym_DOT] = ACTIONS(1704), - [anon_sym_SEMI] = ACTIONS(3051), + [anon_sym_SEMI] = ACTIONS(3050), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(3049), - [anon_sym_super] = ACTIONS(3049), + [anon_sym_this] = ACTIONS(3048), + [anon_sym_super] = ACTIONS(3048), [anon_sym_STAR] = ACTIONS(1712), [sym_label] = ACTIONS(1714), [anon_sym_in] = ACTIONS(1716), [anon_sym_DOT_DOT] = ACTIONS(1718), [anon_sym_QMARK_COLON] = ACTIONS(1720), - [anon_sym_AMP_AMP] = ACTIONS(1722), - [anon_sym_PIPE_PIPE] = ACTIONS(1724), - [anon_sym_null] = ACTIONS(3049), - [anon_sym_if] = ACTIONS(3049), - [anon_sym_else] = ACTIONS(3049), - [anon_sym_when] = ACTIONS(3049), - [anon_sym_try] = ACTIONS(3049), - [anon_sym_throw] = ACTIONS(3049), - [anon_sym_return] = ACTIONS(3049), - [anon_sym_continue] = ACTIONS(3049), - [anon_sym_break] = ACTIONS(3049), + [anon_sym_AMP_AMP] = ACTIONS(3050), + [anon_sym_PIPE_PIPE] = ACTIONS(3050), + [anon_sym_null] = ACTIONS(3048), + [anon_sym_if] = ACTIONS(3048), + [anon_sym_else] = ACTIONS(3048), + [anon_sym_when] = ACTIONS(3048), + [anon_sym_try] = ACTIONS(3048), + [anon_sym_throw] = ACTIONS(3048), + [anon_sym_return] = ACTIONS(3048), + [anon_sym_continue] = ACTIONS(3048), + [anon_sym_break] = ACTIONS(3048), [anon_sym_COLON_COLON] = ACTIONS(1726), - [anon_sym_PLUS_EQ] = ACTIONS(3051), - [anon_sym_DASH_EQ] = ACTIONS(3051), - [anon_sym_STAR_EQ] = ACTIONS(3051), - [anon_sym_SLASH_EQ] = ACTIONS(3051), - [anon_sym_PERCENT_EQ] = ACTIONS(3051), + [anon_sym_PLUS_EQ] = ACTIONS(3050), + [anon_sym_DASH_EQ] = ACTIONS(3050), + [anon_sym_STAR_EQ] = ACTIONS(3050), + [anon_sym_SLASH_EQ] = ACTIONS(3050), + [anon_sym_PERCENT_EQ] = ACTIONS(3050), [anon_sym_BANG_EQ] = ACTIONS(1728), [anon_sym_BANG_EQ_EQ] = ACTIONS(1730), [anon_sym_EQ_EQ] = ACTIONS(1728), @@ -80287,124 +80395,124 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(3049), + [anon_sym_BANG] = ACTIONS(3048), [anon_sym_BANG_BANG] = ACTIONS(1744), - [anon_sym_suspend] = ACTIONS(3049), - [anon_sym_sealed] = ACTIONS(3049), - [anon_sym_annotation] = ACTIONS(3049), + [anon_sym_suspend] = ACTIONS(3048), + [anon_sym_sealed] = ACTIONS(3048), + [anon_sym_annotation] = ACTIONS(3048), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3049), - [anon_sym_lateinit] = ACTIONS(3049), - [anon_sym_public] = ACTIONS(3049), - [anon_sym_private] = ACTIONS(3049), - [anon_sym_internal] = ACTIONS(3049), - [anon_sym_protected] = ACTIONS(3049), - [anon_sym_tailrec] = ACTIONS(3049), - [anon_sym_operator] = ACTIONS(3049), - [anon_sym_infix] = ACTIONS(3049), - [anon_sym_inline] = ACTIONS(3049), - [anon_sym_external] = ACTIONS(3049), - [sym_property_modifier] = ACTIONS(3049), - [anon_sym_abstract] = ACTIONS(3049), - [anon_sym_final] = ACTIONS(3049), - [anon_sym_open] = ACTIONS(3049), - [anon_sym_vararg] = ACTIONS(3049), - [anon_sym_noinline] = ACTIONS(3049), - [anon_sym_crossinline] = ACTIONS(3049), + [anon_sym_override] = ACTIONS(3048), + [anon_sym_lateinit] = ACTIONS(3048), + [anon_sym_public] = ACTIONS(3048), + [anon_sym_private] = ACTIONS(3048), + [anon_sym_internal] = ACTIONS(3048), + [anon_sym_protected] = ACTIONS(3048), + [anon_sym_tailrec] = ACTIONS(3048), + [anon_sym_operator] = ACTIONS(3048), + [anon_sym_infix] = ACTIONS(3048), + [anon_sym_inline] = ACTIONS(3048), + [anon_sym_external] = ACTIONS(3048), + [sym_property_modifier] = ACTIONS(3048), + [anon_sym_abstract] = ACTIONS(3048), + [anon_sym_final] = ACTIONS(3048), + [anon_sym_open] = ACTIONS(3048), + [anon_sym_vararg] = ACTIONS(3048), + [anon_sym_noinline] = ACTIONS(3048), + [anon_sym_crossinline] = ACTIONS(3048), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3051), - [anon_sym_continue_AT] = ACTIONS(3051), - [anon_sym_break_AT] = ACTIONS(3051), - [sym_real_literal] = ACTIONS(3051), - [sym_integer_literal] = ACTIONS(3049), - [sym_hex_literal] = ACTIONS(3051), - [sym_bin_literal] = ACTIONS(3051), - [anon_sym_true] = ACTIONS(3049), - [anon_sym_false] = ACTIONS(3049), - [anon_sym_SQUOTE] = ACTIONS(3051), + [anon_sym_return_AT] = ACTIONS(3050), + [anon_sym_continue_AT] = ACTIONS(3050), + [anon_sym_break_AT] = ACTIONS(3050), + [sym_real_literal] = ACTIONS(3050), + [sym_integer_literal] = ACTIONS(3048), + [sym_hex_literal] = ACTIONS(3050), + [sym_bin_literal] = ACTIONS(3050), + [anon_sym_true] = ACTIONS(3048), + [anon_sym_false] = ACTIONS(3048), + [anon_sym_SQUOTE] = ACTIONS(3050), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3051), + [sym__automatic_semicolon] = ACTIONS(3050), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3051), + [sym__string_start] = ACTIONS(3050), }, [369] = { - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(2231), - [sym__comparison_operator] = STATE(2164), - [sym__in_operator] = STATE(2134), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(2130), - [sym__multiplicative_operator] = STATE(2129), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_annotation] = STATE(7858), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2125), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(1710), + [sym__comparison_operator] = STATE(1714), + [sym__in_operator] = STATE(1717), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(1718), + [sym__multiplicative_operator] = STATE(1721), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_annotation] = STATE(7880), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1722), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), - [anon_sym_EQ] = ACTIONS(3053), + [anon_sym_EQ] = ACTIONS(3052), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(3055), + [anon_sym_RBRACE] = ACTIONS(3054), [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_COMMA] = ACTIONS(3055), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(1702), - [anon_sym_where] = ACTIONS(3053), - [anon_sym_object] = ACTIONS(3053), - [anon_sym_fun] = ACTIONS(3053), + [anon_sym_COMMA] = ACTIONS(3054), + [anon_sym_LT] = ACTIONS(3056), + [anon_sym_GT] = ACTIONS(3052), + [anon_sym_where] = ACTIONS(3052), + [anon_sym_object] = ACTIONS(3052), + [anon_sym_fun] = ACTIONS(3052), [anon_sym_DOT] = ACTIONS(1704), - [anon_sym_SEMI] = ACTIONS(3055), + [anon_sym_SEMI] = ACTIONS(3054), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(3053), - [anon_sym_super] = ACTIONS(3053), + [anon_sym_this] = ACTIONS(3052), + [anon_sym_super] = ACTIONS(3052), [anon_sym_STAR] = ACTIONS(1712), [sym_label] = ACTIONS(1714), - [anon_sym_in] = ACTIONS(1716), + [anon_sym_in] = ACTIONS(3052), [anon_sym_DOT_DOT] = ACTIONS(1718), - [anon_sym_QMARK_COLON] = ACTIONS(1720), - [anon_sym_AMP_AMP] = ACTIONS(1722), - [anon_sym_PIPE_PIPE] = ACTIONS(1724), - [anon_sym_null] = ACTIONS(3053), - [anon_sym_if] = ACTIONS(3053), - [anon_sym_else] = ACTIONS(3053), - [anon_sym_when] = ACTIONS(3053), - [anon_sym_try] = ACTIONS(3053), - [anon_sym_throw] = ACTIONS(3053), - [anon_sym_return] = ACTIONS(3053), - [anon_sym_continue] = ACTIONS(3053), - [anon_sym_break] = ACTIONS(3053), + [anon_sym_QMARK_COLON] = ACTIONS(3054), + [anon_sym_AMP_AMP] = ACTIONS(3054), + [anon_sym_PIPE_PIPE] = ACTIONS(3054), + [anon_sym_null] = ACTIONS(3052), + [anon_sym_if] = ACTIONS(3052), + [anon_sym_else] = ACTIONS(3052), + [anon_sym_when] = ACTIONS(3052), + [anon_sym_try] = ACTIONS(3052), + [anon_sym_throw] = ACTIONS(3052), + [anon_sym_return] = ACTIONS(3052), + [anon_sym_continue] = ACTIONS(3052), + [anon_sym_break] = ACTIONS(3052), [anon_sym_COLON_COLON] = ACTIONS(1726), - [anon_sym_PLUS_EQ] = ACTIONS(3055), - [anon_sym_DASH_EQ] = ACTIONS(3055), - [anon_sym_STAR_EQ] = ACTIONS(3055), - [anon_sym_SLASH_EQ] = ACTIONS(3055), - [anon_sym_PERCENT_EQ] = ACTIONS(3055), - [anon_sym_BANG_EQ] = ACTIONS(1728), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1730), - [anon_sym_EQ_EQ] = ACTIONS(1728), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1730), - [anon_sym_LT_EQ] = ACTIONS(1732), - [anon_sym_GT_EQ] = ACTIONS(1732), - [anon_sym_BANGin] = ACTIONS(1734), - [anon_sym_is] = ACTIONS(1736), - [anon_sym_BANGis] = ACTIONS(1738), + [anon_sym_PLUS_EQ] = ACTIONS(3054), + [anon_sym_DASH_EQ] = ACTIONS(3054), + [anon_sym_STAR_EQ] = ACTIONS(3054), + [anon_sym_SLASH_EQ] = ACTIONS(3054), + [anon_sym_PERCENT_EQ] = ACTIONS(3054), + [anon_sym_BANG_EQ] = ACTIONS(3052), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3054), + [anon_sym_EQ_EQ] = ACTIONS(3052), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3054), + [anon_sym_LT_EQ] = ACTIONS(3054), + [anon_sym_GT_EQ] = ACTIONS(3054), + [anon_sym_BANGin] = ACTIONS(3054), + [anon_sym_is] = ACTIONS(3052), + [anon_sym_BANGis] = ACTIONS(3054), [anon_sym_PLUS] = ACTIONS(1740), [anon_sym_DASH] = ACTIONS(1740), [anon_sym_SLASH] = ACTIONS(1712), @@ -80412,93 +80520,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(3053), + [anon_sym_BANG] = ACTIONS(3052), [anon_sym_BANG_BANG] = ACTIONS(1744), - [anon_sym_suspend] = ACTIONS(3053), - [anon_sym_sealed] = ACTIONS(3053), - [anon_sym_annotation] = ACTIONS(3053), + [anon_sym_suspend] = ACTIONS(3052), + [anon_sym_sealed] = ACTIONS(3052), + [anon_sym_annotation] = ACTIONS(3052), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3053), - [anon_sym_lateinit] = ACTIONS(3053), - [anon_sym_public] = ACTIONS(3053), - [anon_sym_private] = ACTIONS(3053), - [anon_sym_internal] = ACTIONS(3053), - [anon_sym_protected] = ACTIONS(3053), - [anon_sym_tailrec] = ACTIONS(3053), - [anon_sym_operator] = ACTIONS(3053), - [anon_sym_infix] = ACTIONS(3053), - [anon_sym_inline] = ACTIONS(3053), - [anon_sym_external] = ACTIONS(3053), - [sym_property_modifier] = ACTIONS(3053), - [anon_sym_abstract] = ACTIONS(3053), - [anon_sym_final] = ACTIONS(3053), - [anon_sym_open] = ACTIONS(3053), - [anon_sym_vararg] = ACTIONS(3053), - [anon_sym_noinline] = ACTIONS(3053), - [anon_sym_crossinline] = ACTIONS(3053), + [anon_sym_override] = ACTIONS(3052), + [anon_sym_lateinit] = ACTIONS(3052), + [anon_sym_public] = ACTIONS(3052), + [anon_sym_private] = ACTIONS(3052), + [anon_sym_internal] = ACTIONS(3052), + [anon_sym_protected] = ACTIONS(3052), + [anon_sym_tailrec] = ACTIONS(3052), + [anon_sym_operator] = ACTIONS(3052), + [anon_sym_infix] = ACTIONS(3052), + [anon_sym_inline] = ACTIONS(3052), + [anon_sym_external] = ACTIONS(3052), + [sym_property_modifier] = ACTIONS(3052), + [anon_sym_abstract] = ACTIONS(3052), + [anon_sym_final] = ACTIONS(3052), + [anon_sym_open] = ACTIONS(3052), + [anon_sym_vararg] = ACTIONS(3052), + [anon_sym_noinline] = ACTIONS(3052), + [anon_sym_crossinline] = ACTIONS(3052), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3055), - [anon_sym_continue_AT] = ACTIONS(3055), - [anon_sym_break_AT] = ACTIONS(3055), - [sym_real_literal] = ACTIONS(3055), - [sym_integer_literal] = ACTIONS(3053), - [sym_hex_literal] = ACTIONS(3055), - [sym_bin_literal] = ACTIONS(3055), - [anon_sym_true] = ACTIONS(3053), - [anon_sym_false] = ACTIONS(3053), - [anon_sym_SQUOTE] = ACTIONS(3055), + [anon_sym_return_AT] = ACTIONS(3054), + [anon_sym_continue_AT] = ACTIONS(3054), + [anon_sym_break_AT] = ACTIONS(3054), + [sym_real_literal] = ACTIONS(3054), + [sym_integer_literal] = ACTIONS(3052), + [sym_hex_literal] = ACTIONS(3054), + [sym_bin_literal] = ACTIONS(3054), + [anon_sym_true] = ACTIONS(3052), + [anon_sym_false] = ACTIONS(3052), + [anon_sym_SQUOTE] = ACTIONS(3054), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3055), + [sym__automatic_semicolon] = ACTIONS(3054), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3055), + [sym__string_start] = ACTIONS(3054), }, [370] = { - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(2231), - [sym__comparison_operator] = STATE(2164), - [sym__in_operator] = STATE(2134), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(2130), - [sym__multiplicative_operator] = STATE(2129), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_annotation] = STATE(7858), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2125), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(1710), + [sym__comparison_operator] = STATE(1714), + [sym__in_operator] = STATE(1717), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(1718), + [sym__multiplicative_operator] = STATE(1721), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_annotation] = STATE(7880), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1722), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), - [anon_sym_EQ] = ACTIONS(3057), + [anon_sym_EQ] = ACTIONS(3059), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(3059), + [anon_sym_RBRACE] = ACTIONS(3061), [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_COMMA] = ACTIONS(3059), + [anon_sym_COMMA] = ACTIONS(3061), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(1702), - [anon_sym_where] = ACTIONS(3057), - [anon_sym_object] = ACTIONS(3057), - [anon_sym_fun] = ACTIONS(3057), + [anon_sym_where] = ACTIONS(3059), + [anon_sym_object] = ACTIONS(3059), + [anon_sym_fun] = ACTIONS(3059), [anon_sym_DOT] = ACTIONS(1704), - [anon_sym_SEMI] = ACTIONS(3059), + [anon_sym_SEMI] = ACTIONS(3061), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(3057), - [anon_sym_super] = ACTIONS(3057), + [anon_sym_this] = ACTIONS(3059), + [anon_sym_super] = ACTIONS(3059), [anon_sym_STAR] = ACTIONS(1712), [sym_label] = ACTIONS(1714), [anon_sym_in] = ACTIONS(1716), @@ -80506,21 +80614,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1720), [anon_sym_AMP_AMP] = ACTIONS(1722), [anon_sym_PIPE_PIPE] = ACTIONS(1724), - [anon_sym_null] = ACTIONS(3057), - [anon_sym_if] = ACTIONS(3057), - [anon_sym_else] = ACTIONS(3057), - [anon_sym_when] = ACTIONS(3057), - [anon_sym_try] = ACTIONS(3057), - [anon_sym_throw] = ACTIONS(3057), - [anon_sym_return] = ACTIONS(3057), - [anon_sym_continue] = ACTIONS(3057), - [anon_sym_break] = ACTIONS(3057), + [anon_sym_null] = ACTIONS(3059), + [anon_sym_if] = ACTIONS(3059), + [anon_sym_else] = ACTIONS(3059), + [anon_sym_when] = ACTIONS(3059), + [anon_sym_try] = ACTIONS(3059), + [anon_sym_throw] = ACTIONS(3059), + [anon_sym_return] = ACTIONS(3059), + [anon_sym_continue] = ACTIONS(3059), + [anon_sym_break] = ACTIONS(3059), [anon_sym_COLON_COLON] = ACTIONS(1726), - [anon_sym_PLUS_EQ] = ACTIONS(3059), - [anon_sym_DASH_EQ] = ACTIONS(3059), - [anon_sym_STAR_EQ] = ACTIONS(3059), - [anon_sym_SLASH_EQ] = ACTIONS(3059), - [anon_sym_PERCENT_EQ] = ACTIONS(3059), + [anon_sym_PLUS_EQ] = ACTIONS(3061), + [anon_sym_DASH_EQ] = ACTIONS(3061), + [anon_sym_STAR_EQ] = ACTIONS(3061), + [anon_sym_SLASH_EQ] = ACTIONS(3061), + [anon_sym_PERCENT_EQ] = ACTIONS(3061), [anon_sym_BANG_EQ] = ACTIONS(1728), [anon_sym_BANG_EQ_EQ] = ACTIONS(1730), [anon_sym_EQ_EQ] = ACTIONS(1728), @@ -80537,93 +80645,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(3057), + [anon_sym_BANG] = ACTIONS(3059), [anon_sym_BANG_BANG] = ACTIONS(1744), - [anon_sym_suspend] = ACTIONS(3057), - [anon_sym_sealed] = ACTIONS(3057), - [anon_sym_annotation] = ACTIONS(3057), + [anon_sym_suspend] = ACTIONS(3059), + [anon_sym_sealed] = ACTIONS(3059), + [anon_sym_annotation] = ACTIONS(3059), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3057), - [anon_sym_lateinit] = ACTIONS(3057), - [anon_sym_public] = ACTIONS(3057), - [anon_sym_private] = ACTIONS(3057), - [anon_sym_internal] = ACTIONS(3057), - [anon_sym_protected] = ACTIONS(3057), - [anon_sym_tailrec] = ACTIONS(3057), - [anon_sym_operator] = ACTIONS(3057), - [anon_sym_infix] = ACTIONS(3057), - [anon_sym_inline] = ACTIONS(3057), - [anon_sym_external] = ACTIONS(3057), - [sym_property_modifier] = ACTIONS(3057), - [anon_sym_abstract] = ACTIONS(3057), - [anon_sym_final] = ACTIONS(3057), - [anon_sym_open] = ACTIONS(3057), - [anon_sym_vararg] = ACTIONS(3057), - [anon_sym_noinline] = ACTIONS(3057), - [anon_sym_crossinline] = ACTIONS(3057), + [anon_sym_override] = ACTIONS(3059), + [anon_sym_lateinit] = ACTIONS(3059), + [anon_sym_public] = ACTIONS(3059), + [anon_sym_private] = ACTIONS(3059), + [anon_sym_internal] = ACTIONS(3059), + [anon_sym_protected] = ACTIONS(3059), + [anon_sym_tailrec] = ACTIONS(3059), + [anon_sym_operator] = ACTIONS(3059), + [anon_sym_infix] = ACTIONS(3059), + [anon_sym_inline] = ACTIONS(3059), + [anon_sym_external] = ACTIONS(3059), + [sym_property_modifier] = ACTIONS(3059), + [anon_sym_abstract] = ACTIONS(3059), + [anon_sym_final] = ACTIONS(3059), + [anon_sym_open] = ACTIONS(3059), + [anon_sym_vararg] = ACTIONS(3059), + [anon_sym_noinline] = ACTIONS(3059), + [anon_sym_crossinline] = ACTIONS(3059), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3059), - [anon_sym_continue_AT] = ACTIONS(3059), - [anon_sym_break_AT] = ACTIONS(3059), - [sym_real_literal] = ACTIONS(3059), - [sym_integer_literal] = ACTIONS(3057), - [sym_hex_literal] = ACTIONS(3059), - [sym_bin_literal] = ACTIONS(3059), - [anon_sym_true] = ACTIONS(3057), - [anon_sym_false] = ACTIONS(3057), - [anon_sym_SQUOTE] = ACTIONS(3059), + [anon_sym_return_AT] = ACTIONS(3061), + [anon_sym_continue_AT] = ACTIONS(3061), + [anon_sym_break_AT] = ACTIONS(3061), + [sym_real_literal] = ACTIONS(3061), + [sym_integer_literal] = ACTIONS(3059), + [sym_hex_literal] = ACTIONS(3061), + [sym_bin_literal] = ACTIONS(3061), + [anon_sym_true] = ACTIONS(3059), + [anon_sym_false] = ACTIONS(3059), + [anon_sym_SQUOTE] = ACTIONS(3061), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3059), + [sym__automatic_semicolon] = ACTIONS(3061), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3059), + [sym__string_start] = ACTIONS(3061), }, [371] = { - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(2231), - [sym__comparison_operator] = STATE(2164), - [sym__in_operator] = STATE(2134), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(2130), - [sym__multiplicative_operator] = STATE(2129), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_annotation] = STATE(7858), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2125), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(1710), + [sym__comparison_operator] = STATE(1714), + [sym__in_operator] = STATE(1717), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(1718), + [sym__multiplicative_operator] = STATE(1721), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_annotation] = STATE(7880), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1722), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), - [anon_sym_EQ] = ACTIONS(3061), + [anon_sym_EQ] = ACTIONS(3063), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(3063), + [anon_sym_RBRACE] = ACTIONS(3065), [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_COMMA] = ACTIONS(3063), + [anon_sym_COMMA] = ACTIONS(3065), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(1702), - [anon_sym_where] = ACTIONS(3061), - [anon_sym_object] = ACTIONS(3061), - [anon_sym_fun] = ACTIONS(3061), + [anon_sym_where] = ACTIONS(3063), + [anon_sym_object] = ACTIONS(3063), + [anon_sym_fun] = ACTIONS(3063), [anon_sym_DOT] = ACTIONS(1704), - [anon_sym_SEMI] = ACTIONS(3063), + [anon_sym_SEMI] = ACTIONS(3065), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(3061), - [anon_sym_super] = ACTIONS(3061), + [anon_sym_this] = ACTIONS(3063), + [anon_sym_super] = ACTIONS(3063), [anon_sym_STAR] = ACTIONS(1712), [sym_label] = ACTIONS(1714), [anon_sym_in] = ACTIONS(1716), @@ -80631,21 +80739,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1720), [anon_sym_AMP_AMP] = ACTIONS(1722), [anon_sym_PIPE_PIPE] = ACTIONS(1724), - [anon_sym_null] = ACTIONS(3061), - [anon_sym_if] = ACTIONS(3061), - [anon_sym_else] = ACTIONS(3061), - [anon_sym_when] = ACTIONS(3061), - [anon_sym_try] = ACTIONS(3061), - [anon_sym_throw] = ACTIONS(3061), - [anon_sym_return] = ACTIONS(3061), - [anon_sym_continue] = ACTIONS(3061), - [anon_sym_break] = ACTIONS(3061), + [anon_sym_null] = ACTIONS(3063), + [anon_sym_if] = ACTIONS(3063), + [anon_sym_else] = ACTIONS(3063), + [anon_sym_when] = ACTIONS(3063), + [anon_sym_try] = ACTIONS(3063), + [anon_sym_throw] = ACTIONS(3063), + [anon_sym_return] = ACTIONS(3063), + [anon_sym_continue] = ACTIONS(3063), + [anon_sym_break] = ACTIONS(3063), [anon_sym_COLON_COLON] = ACTIONS(1726), - [anon_sym_PLUS_EQ] = ACTIONS(3063), - [anon_sym_DASH_EQ] = ACTIONS(3063), - [anon_sym_STAR_EQ] = ACTIONS(3063), - [anon_sym_SLASH_EQ] = ACTIONS(3063), - [anon_sym_PERCENT_EQ] = ACTIONS(3063), + [anon_sym_PLUS_EQ] = ACTIONS(3065), + [anon_sym_DASH_EQ] = ACTIONS(3065), + [anon_sym_STAR_EQ] = ACTIONS(3065), + [anon_sym_SLASH_EQ] = ACTIONS(3065), + [anon_sym_PERCENT_EQ] = ACTIONS(3065), [anon_sym_BANG_EQ] = ACTIONS(1728), [anon_sym_BANG_EQ_EQ] = ACTIONS(1730), [anon_sym_EQ_EQ] = ACTIONS(1728), @@ -80662,218 +80770,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(3061), + [anon_sym_BANG] = ACTIONS(3063), [anon_sym_BANG_BANG] = ACTIONS(1744), - [anon_sym_suspend] = ACTIONS(3061), - [anon_sym_sealed] = ACTIONS(3061), - [anon_sym_annotation] = ACTIONS(3061), + [anon_sym_suspend] = ACTIONS(3063), + [anon_sym_sealed] = ACTIONS(3063), + [anon_sym_annotation] = ACTIONS(3063), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3061), - [anon_sym_lateinit] = ACTIONS(3061), - [anon_sym_public] = ACTIONS(3061), - [anon_sym_private] = ACTIONS(3061), - [anon_sym_internal] = ACTIONS(3061), - [anon_sym_protected] = ACTIONS(3061), - [anon_sym_tailrec] = ACTIONS(3061), - [anon_sym_operator] = ACTIONS(3061), - [anon_sym_infix] = ACTIONS(3061), - [anon_sym_inline] = ACTIONS(3061), - [anon_sym_external] = ACTIONS(3061), - [sym_property_modifier] = ACTIONS(3061), - [anon_sym_abstract] = ACTIONS(3061), - [anon_sym_final] = ACTIONS(3061), - [anon_sym_open] = ACTIONS(3061), - [anon_sym_vararg] = ACTIONS(3061), - [anon_sym_noinline] = ACTIONS(3061), - [anon_sym_crossinline] = ACTIONS(3061), + [anon_sym_override] = ACTIONS(3063), + [anon_sym_lateinit] = ACTIONS(3063), + [anon_sym_public] = ACTIONS(3063), + [anon_sym_private] = ACTIONS(3063), + [anon_sym_internal] = ACTIONS(3063), + [anon_sym_protected] = ACTIONS(3063), + [anon_sym_tailrec] = ACTIONS(3063), + [anon_sym_operator] = ACTIONS(3063), + [anon_sym_infix] = ACTIONS(3063), + [anon_sym_inline] = ACTIONS(3063), + [anon_sym_external] = ACTIONS(3063), + [sym_property_modifier] = ACTIONS(3063), + [anon_sym_abstract] = ACTIONS(3063), + [anon_sym_final] = ACTIONS(3063), + [anon_sym_open] = ACTIONS(3063), + [anon_sym_vararg] = ACTIONS(3063), + [anon_sym_noinline] = ACTIONS(3063), + [anon_sym_crossinline] = ACTIONS(3063), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3063), - [anon_sym_continue_AT] = ACTIONS(3063), - [anon_sym_break_AT] = ACTIONS(3063), - [sym_real_literal] = ACTIONS(3063), - [sym_integer_literal] = ACTIONS(3061), - [sym_hex_literal] = ACTIONS(3063), - [sym_bin_literal] = ACTIONS(3063), - [anon_sym_true] = ACTIONS(3061), - [anon_sym_false] = ACTIONS(3061), - [anon_sym_SQUOTE] = ACTIONS(3063), + [anon_sym_return_AT] = ACTIONS(3065), + [anon_sym_continue_AT] = ACTIONS(3065), + [anon_sym_break_AT] = ACTIONS(3065), + [sym_real_literal] = ACTIONS(3065), + [sym_integer_literal] = ACTIONS(3063), + [sym_hex_literal] = ACTIONS(3065), + [sym_bin_literal] = ACTIONS(3065), + [anon_sym_true] = ACTIONS(3063), + [anon_sym_false] = ACTIONS(3063), + [anon_sym_SQUOTE] = ACTIONS(3065), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3063), + [sym__automatic_semicolon] = ACTIONS(3065), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3063), + [sym__string_start] = ACTIONS(3065), }, [372] = { - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(2231), - [sym__comparison_operator] = STATE(2164), - [sym__in_operator] = STATE(2134), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(2130), - [sym__multiplicative_operator] = STATE(2129), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_annotation] = STATE(7858), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2125), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), - [sym__alpha_identifier] = ACTIONS(3065), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(1690), - [anon_sym_as] = ACTIONS(1692), - [anon_sym_EQ] = ACTIONS(3065), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(3067), - [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_COMMA] = ACTIONS(3067), - [anon_sym_LT] = ACTIONS(3069), - [anon_sym_GT] = ACTIONS(3065), - [anon_sym_where] = ACTIONS(3065), - [anon_sym_object] = ACTIONS(3065), - [anon_sym_fun] = ACTIONS(3065), - [anon_sym_DOT] = ACTIONS(1704), - [anon_sym_SEMI] = ACTIONS(3067), - [anon_sym_get] = ACTIONS(3065), - [anon_sym_set] = ACTIONS(3065), - [anon_sym_this] = ACTIONS(3065), - [anon_sym_super] = ACTIONS(3065), - [anon_sym_STAR] = ACTIONS(3065), - [sym_label] = ACTIONS(1714), - [anon_sym_in] = ACTIONS(3065), - [anon_sym_DOT_DOT] = ACTIONS(3067), - [anon_sym_QMARK_COLON] = ACTIONS(3067), - [anon_sym_AMP_AMP] = ACTIONS(3067), - [anon_sym_PIPE_PIPE] = ACTIONS(3067), - [anon_sym_null] = ACTIONS(3065), - [anon_sym_if] = ACTIONS(3065), - [anon_sym_else] = ACTIONS(3065), - [anon_sym_when] = ACTIONS(3065), - [anon_sym_try] = ACTIONS(3065), - [anon_sym_throw] = ACTIONS(3065), - [anon_sym_return] = ACTIONS(3065), - [anon_sym_continue] = ACTIONS(3065), - [anon_sym_break] = ACTIONS(3065), - [anon_sym_COLON_COLON] = ACTIONS(1726), - [anon_sym_PLUS_EQ] = ACTIONS(3067), - [anon_sym_DASH_EQ] = ACTIONS(3067), - [anon_sym_STAR_EQ] = ACTIONS(3067), - [anon_sym_SLASH_EQ] = ACTIONS(3067), - [anon_sym_PERCENT_EQ] = ACTIONS(3067), - [anon_sym_BANG_EQ] = ACTIONS(3065), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3067), - [anon_sym_EQ_EQ] = ACTIONS(3065), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3067), - [anon_sym_LT_EQ] = ACTIONS(3067), - [anon_sym_GT_EQ] = ACTIONS(3067), - [anon_sym_BANGin] = ACTIONS(3067), - [anon_sym_is] = ACTIONS(3065), - [anon_sym_BANGis] = ACTIONS(3067), - [anon_sym_PLUS] = ACTIONS(3065), - [anon_sym_DASH] = ACTIONS(3065), - [anon_sym_SLASH] = ACTIONS(3065), - [anon_sym_PERCENT] = ACTIONS(3065), - [anon_sym_as_QMARK] = ACTIONS(1742), - [anon_sym_PLUS_PLUS] = ACTIONS(1744), - [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(3065), - [anon_sym_BANG_BANG] = ACTIONS(1744), - [anon_sym_suspend] = ACTIONS(3065), - [anon_sym_sealed] = ACTIONS(3065), - [anon_sym_annotation] = ACTIONS(3065), - [anon_sym_data] = ACTIONS(3065), - [anon_sym_inner] = ACTIONS(3065), - [anon_sym_override] = ACTIONS(3065), - [anon_sym_lateinit] = ACTIONS(3065), - [anon_sym_public] = ACTIONS(3065), - [anon_sym_private] = ACTIONS(3065), - [anon_sym_internal] = ACTIONS(3065), - [anon_sym_protected] = ACTIONS(3065), - [anon_sym_tailrec] = ACTIONS(3065), - [anon_sym_operator] = ACTIONS(3065), - [anon_sym_infix] = ACTIONS(3065), - [anon_sym_inline] = ACTIONS(3065), - [anon_sym_external] = ACTIONS(3065), - [sym_property_modifier] = ACTIONS(3065), - [anon_sym_abstract] = ACTIONS(3065), - [anon_sym_final] = ACTIONS(3065), - [anon_sym_open] = ACTIONS(3065), - [anon_sym_vararg] = ACTIONS(3065), - [anon_sym_noinline] = ACTIONS(3065), - [anon_sym_crossinline] = ACTIONS(3065), - [anon_sym_expect] = ACTIONS(3065), - [anon_sym_actual] = ACTIONS(3065), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3067), - [anon_sym_continue_AT] = ACTIONS(3067), - [anon_sym_break_AT] = ACTIONS(3067), - [sym_real_literal] = ACTIONS(3067), - [sym_integer_literal] = ACTIONS(3065), - [sym_hex_literal] = ACTIONS(3067), - [sym_bin_literal] = ACTIONS(3067), - [anon_sym_true] = ACTIONS(3065), - [anon_sym_false] = ACTIONS(3065), - [anon_sym_SQUOTE] = ACTIONS(3067), - [sym__backtick_identifier] = ACTIONS(3067), - [sym__automatic_semicolon] = ACTIONS(3067), - [sym_safe_nav] = ACTIONS(1726), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3067), - }, - [373] = { - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(2231), - [sym__comparison_operator] = STATE(2164), - [sym__in_operator] = STATE(2134), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(2130), - [sym__multiplicative_operator] = STATE(2129), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_annotation] = STATE(7858), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2125), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(1710), + [sym__comparison_operator] = STATE(1714), + [sym__in_operator] = STATE(1717), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(1718), + [sym__multiplicative_operator] = STATE(1721), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_annotation] = STATE(7880), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1722), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), - [anon_sym_EQ] = ACTIONS(3072), + [anon_sym_EQ] = ACTIONS(3067), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(3074), + [anon_sym_RBRACE] = ACTIONS(3069), [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_COMMA] = ACTIONS(3074), + [anon_sym_COMMA] = ACTIONS(3069), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(1702), - [anon_sym_where] = ACTIONS(3072), - [anon_sym_object] = ACTIONS(3072), - [anon_sym_fun] = ACTIONS(3072), + [anon_sym_where] = ACTIONS(3067), + [anon_sym_object] = ACTIONS(3067), + [anon_sym_fun] = ACTIONS(3067), [anon_sym_DOT] = ACTIONS(1704), - [anon_sym_SEMI] = ACTIONS(3074), + [anon_sym_SEMI] = ACTIONS(3069), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(3072), - [anon_sym_super] = ACTIONS(3072), + [anon_sym_this] = ACTIONS(3067), + [anon_sym_super] = ACTIONS(3067), [anon_sym_STAR] = ACTIONS(1712), [sym_label] = ACTIONS(1714), [anon_sym_in] = ACTIONS(1716), @@ -80881,21 +80864,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1720), [anon_sym_AMP_AMP] = ACTIONS(1722), [anon_sym_PIPE_PIPE] = ACTIONS(1724), - [anon_sym_null] = ACTIONS(3072), - [anon_sym_if] = ACTIONS(3072), - [anon_sym_else] = ACTIONS(3072), - [anon_sym_when] = ACTIONS(3072), - [anon_sym_try] = ACTIONS(3072), - [anon_sym_throw] = ACTIONS(3072), - [anon_sym_return] = ACTIONS(3072), - [anon_sym_continue] = ACTIONS(3072), - [anon_sym_break] = ACTIONS(3072), + [anon_sym_null] = ACTIONS(3067), + [anon_sym_if] = ACTIONS(3067), + [anon_sym_else] = ACTIONS(3067), + [anon_sym_when] = ACTIONS(3067), + [anon_sym_try] = ACTIONS(3067), + [anon_sym_throw] = ACTIONS(3067), + [anon_sym_return] = ACTIONS(3067), + [anon_sym_continue] = ACTIONS(3067), + [anon_sym_break] = ACTIONS(3067), [anon_sym_COLON_COLON] = ACTIONS(1726), - [anon_sym_PLUS_EQ] = ACTIONS(3074), - [anon_sym_DASH_EQ] = ACTIONS(3074), - [anon_sym_STAR_EQ] = ACTIONS(3074), - [anon_sym_SLASH_EQ] = ACTIONS(3074), - [anon_sym_PERCENT_EQ] = ACTIONS(3074), + [anon_sym_PLUS_EQ] = ACTIONS(3069), + [anon_sym_DASH_EQ] = ACTIONS(3069), + [anon_sym_STAR_EQ] = ACTIONS(3069), + [anon_sym_SLASH_EQ] = ACTIONS(3069), + [anon_sym_PERCENT_EQ] = ACTIONS(3069), [anon_sym_BANG_EQ] = ACTIONS(1728), [anon_sym_BANG_EQ_EQ] = ACTIONS(1730), [anon_sym_EQ_EQ] = ACTIONS(1728), @@ -80912,124 +80895,124 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(3072), + [anon_sym_BANG] = ACTIONS(3067), [anon_sym_BANG_BANG] = ACTIONS(1744), - [anon_sym_suspend] = ACTIONS(3072), - [anon_sym_sealed] = ACTIONS(3072), - [anon_sym_annotation] = ACTIONS(3072), + [anon_sym_suspend] = ACTIONS(3067), + [anon_sym_sealed] = ACTIONS(3067), + [anon_sym_annotation] = ACTIONS(3067), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3072), - [anon_sym_lateinit] = ACTIONS(3072), - [anon_sym_public] = ACTIONS(3072), - [anon_sym_private] = ACTIONS(3072), - [anon_sym_internal] = ACTIONS(3072), - [anon_sym_protected] = ACTIONS(3072), - [anon_sym_tailrec] = ACTIONS(3072), - [anon_sym_operator] = ACTIONS(3072), - [anon_sym_infix] = ACTIONS(3072), - [anon_sym_inline] = ACTIONS(3072), - [anon_sym_external] = ACTIONS(3072), - [sym_property_modifier] = ACTIONS(3072), - [anon_sym_abstract] = ACTIONS(3072), - [anon_sym_final] = ACTIONS(3072), - [anon_sym_open] = ACTIONS(3072), - [anon_sym_vararg] = ACTIONS(3072), - [anon_sym_noinline] = ACTIONS(3072), - [anon_sym_crossinline] = ACTIONS(3072), + [anon_sym_override] = ACTIONS(3067), + [anon_sym_lateinit] = ACTIONS(3067), + [anon_sym_public] = ACTIONS(3067), + [anon_sym_private] = ACTIONS(3067), + [anon_sym_internal] = ACTIONS(3067), + [anon_sym_protected] = ACTIONS(3067), + [anon_sym_tailrec] = ACTIONS(3067), + [anon_sym_operator] = ACTIONS(3067), + [anon_sym_infix] = ACTIONS(3067), + [anon_sym_inline] = ACTIONS(3067), + [anon_sym_external] = ACTIONS(3067), + [sym_property_modifier] = ACTIONS(3067), + [anon_sym_abstract] = ACTIONS(3067), + [anon_sym_final] = ACTIONS(3067), + [anon_sym_open] = ACTIONS(3067), + [anon_sym_vararg] = ACTIONS(3067), + [anon_sym_noinline] = ACTIONS(3067), + [anon_sym_crossinline] = ACTIONS(3067), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3074), - [anon_sym_continue_AT] = ACTIONS(3074), - [anon_sym_break_AT] = ACTIONS(3074), - [sym_real_literal] = ACTIONS(3074), - [sym_integer_literal] = ACTIONS(3072), - [sym_hex_literal] = ACTIONS(3074), - [sym_bin_literal] = ACTIONS(3074), - [anon_sym_true] = ACTIONS(3072), - [anon_sym_false] = ACTIONS(3072), - [anon_sym_SQUOTE] = ACTIONS(3074), + [anon_sym_return_AT] = ACTIONS(3069), + [anon_sym_continue_AT] = ACTIONS(3069), + [anon_sym_break_AT] = ACTIONS(3069), + [sym_real_literal] = ACTIONS(3069), + [sym_integer_literal] = ACTIONS(3067), + [sym_hex_literal] = ACTIONS(3069), + [sym_bin_literal] = ACTIONS(3069), + [anon_sym_true] = ACTIONS(3067), + [anon_sym_false] = ACTIONS(3067), + [anon_sym_SQUOTE] = ACTIONS(3069), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3074), + [sym__automatic_semicolon] = ACTIONS(3069), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3074), + [sym__string_start] = ACTIONS(3069), }, - [374] = { - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(2231), - [sym__comparison_operator] = STATE(2164), - [sym__in_operator] = STATE(2134), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(2130), - [sym__multiplicative_operator] = STATE(2129), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_annotation] = STATE(7858), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2125), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), - [sym__alpha_identifier] = ACTIONS(3076), + [373] = { + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(1710), + [sym__comparison_operator] = STATE(1714), + [sym__in_operator] = STATE(1717), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(1718), + [sym__multiplicative_operator] = STATE(1721), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_annotation] = STATE(7880), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1722), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), + [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), - [anon_sym_EQ] = ACTIONS(3076), + [anon_sym_EQ] = ACTIONS(3071), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(3078), + [anon_sym_RBRACE] = ACTIONS(3073), [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_COMMA] = ACTIONS(3078), - [anon_sym_LT] = ACTIONS(3080), - [anon_sym_GT] = ACTIONS(3076), - [anon_sym_where] = ACTIONS(3076), - [anon_sym_object] = ACTIONS(3076), - [anon_sym_fun] = ACTIONS(3076), + [anon_sym_COMMA] = ACTIONS(3073), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(1702), + [anon_sym_where] = ACTIONS(3071), + [anon_sym_object] = ACTIONS(3071), + [anon_sym_fun] = ACTIONS(3071), [anon_sym_DOT] = ACTIONS(1704), - [anon_sym_SEMI] = ACTIONS(3078), - [anon_sym_get] = ACTIONS(3076), - [anon_sym_set] = ACTIONS(3076), - [anon_sym_this] = ACTIONS(3076), - [anon_sym_super] = ACTIONS(3076), + [anon_sym_SEMI] = ACTIONS(3073), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_this] = ACTIONS(3071), + [anon_sym_super] = ACTIONS(3071), [anon_sym_STAR] = ACTIONS(1712), [sym_label] = ACTIONS(1714), - [anon_sym_in] = ACTIONS(3076), + [anon_sym_in] = ACTIONS(1716), [anon_sym_DOT_DOT] = ACTIONS(1718), - [anon_sym_QMARK_COLON] = ACTIONS(3078), - [anon_sym_AMP_AMP] = ACTIONS(3078), - [anon_sym_PIPE_PIPE] = ACTIONS(3078), - [anon_sym_null] = ACTIONS(3076), - [anon_sym_if] = ACTIONS(3076), - [anon_sym_else] = ACTIONS(3076), - [anon_sym_when] = ACTIONS(3076), - [anon_sym_try] = ACTIONS(3076), - [anon_sym_throw] = ACTIONS(3076), - [anon_sym_return] = ACTIONS(3076), - [anon_sym_continue] = ACTIONS(3076), - [anon_sym_break] = ACTIONS(3076), + [anon_sym_QMARK_COLON] = ACTIONS(1720), + [anon_sym_AMP_AMP] = ACTIONS(1722), + [anon_sym_PIPE_PIPE] = ACTIONS(1724), + [anon_sym_null] = ACTIONS(3071), + [anon_sym_if] = ACTIONS(3071), + [anon_sym_else] = ACTIONS(3071), + [anon_sym_when] = ACTIONS(3071), + [anon_sym_try] = ACTIONS(3071), + [anon_sym_throw] = ACTIONS(3071), + [anon_sym_return] = ACTIONS(3071), + [anon_sym_continue] = ACTIONS(3071), + [anon_sym_break] = ACTIONS(3071), [anon_sym_COLON_COLON] = ACTIONS(1726), - [anon_sym_PLUS_EQ] = ACTIONS(3078), - [anon_sym_DASH_EQ] = ACTIONS(3078), - [anon_sym_STAR_EQ] = ACTIONS(3078), - [anon_sym_SLASH_EQ] = ACTIONS(3078), - [anon_sym_PERCENT_EQ] = ACTIONS(3078), - [anon_sym_BANG_EQ] = ACTIONS(3076), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3078), - [anon_sym_EQ_EQ] = ACTIONS(3076), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3078), - [anon_sym_LT_EQ] = ACTIONS(3078), - [anon_sym_GT_EQ] = ACTIONS(3078), - [anon_sym_BANGin] = ACTIONS(3078), - [anon_sym_is] = ACTIONS(3076), - [anon_sym_BANGis] = ACTIONS(3078), + [anon_sym_PLUS_EQ] = ACTIONS(3073), + [anon_sym_DASH_EQ] = ACTIONS(3073), + [anon_sym_STAR_EQ] = ACTIONS(3073), + [anon_sym_SLASH_EQ] = ACTIONS(3073), + [anon_sym_PERCENT_EQ] = ACTIONS(3073), + [anon_sym_BANG_EQ] = ACTIONS(1728), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1730), + [anon_sym_EQ_EQ] = ACTIONS(1728), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1730), + [anon_sym_LT_EQ] = ACTIONS(1732), + [anon_sym_GT_EQ] = ACTIONS(1732), + [anon_sym_BANGin] = ACTIONS(1734), + [anon_sym_is] = ACTIONS(1736), + [anon_sym_BANGis] = ACTIONS(1738), [anon_sym_PLUS] = ACTIONS(1740), [anon_sym_DASH] = ACTIONS(1740), [anon_sym_SLASH] = ACTIONS(1712), @@ -81037,124 +81020,124 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(3076), + [anon_sym_BANG] = ACTIONS(3071), [anon_sym_BANG_BANG] = ACTIONS(1744), - [anon_sym_suspend] = ACTIONS(3076), - [anon_sym_sealed] = ACTIONS(3076), - [anon_sym_annotation] = ACTIONS(3076), - [anon_sym_data] = ACTIONS(3076), - [anon_sym_inner] = ACTIONS(3076), - [anon_sym_override] = ACTIONS(3076), - [anon_sym_lateinit] = ACTIONS(3076), - [anon_sym_public] = ACTIONS(3076), - [anon_sym_private] = ACTIONS(3076), - [anon_sym_internal] = ACTIONS(3076), - [anon_sym_protected] = ACTIONS(3076), - [anon_sym_tailrec] = ACTIONS(3076), - [anon_sym_operator] = ACTIONS(3076), - [anon_sym_infix] = ACTIONS(3076), - [anon_sym_inline] = ACTIONS(3076), - [anon_sym_external] = ACTIONS(3076), - [sym_property_modifier] = ACTIONS(3076), - [anon_sym_abstract] = ACTIONS(3076), - [anon_sym_final] = ACTIONS(3076), - [anon_sym_open] = ACTIONS(3076), - [anon_sym_vararg] = ACTIONS(3076), - [anon_sym_noinline] = ACTIONS(3076), - [anon_sym_crossinline] = ACTIONS(3076), - [anon_sym_expect] = ACTIONS(3076), - [anon_sym_actual] = ACTIONS(3076), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3078), - [anon_sym_continue_AT] = ACTIONS(3078), - [anon_sym_break_AT] = ACTIONS(3078), - [sym_real_literal] = ACTIONS(3078), - [sym_integer_literal] = ACTIONS(3076), - [sym_hex_literal] = ACTIONS(3078), - [sym_bin_literal] = ACTIONS(3078), - [anon_sym_true] = ACTIONS(3076), - [anon_sym_false] = ACTIONS(3076), - [anon_sym_SQUOTE] = ACTIONS(3078), - [sym__backtick_identifier] = ACTIONS(3078), - [sym__automatic_semicolon] = ACTIONS(3078), + [anon_sym_suspend] = ACTIONS(3071), + [anon_sym_sealed] = ACTIONS(3071), + [anon_sym_annotation] = ACTIONS(3071), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_override] = ACTIONS(3071), + [anon_sym_lateinit] = ACTIONS(3071), + [anon_sym_public] = ACTIONS(3071), + [anon_sym_private] = ACTIONS(3071), + [anon_sym_internal] = ACTIONS(3071), + [anon_sym_protected] = ACTIONS(3071), + [anon_sym_tailrec] = ACTIONS(3071), + [anon_sym_operator] = ACTIONS(3071), + [anon_sym_infix] = ACTIONS(3071), + [anon_sym_inline] = ACTIONS(3071), + [anon_sym_external] = ACTIONS(3071), + [sym_property_modifier] = ACTIONS(3071), + [anon_sym_abstract] = ACTIONS(3071), + [anon_sym_final] = ACTIONS(3071), + [anon_sym_open] = ACTIONS(3071), + [anon_sym_vararg] = ACTIONS(3071), + [anon_sym_noinline] = ACTIONS(3071), + [anon_sym_crossinline] = ACTIONS(3071), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3073), + [anon_sym_continue_AT] = ACTIONS(3073), + [anon_sym_break_AT] = ACTIONS(3073), + [sym_real_literal] = ACTIONS(3073), + [sym_integer_literal] = ACTIONS(3071), + [sym_hex_literal] = ACTIONS(3073), + [sym_bin_literal] = ACTIONS(3073), + [anon_sym_true] = ACTIONS(3071), + [anon_sym_false] = ACTIONS(3071), + [anon_sym_SQUOTE] = ACTIONS(3073), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(3073), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3078), + [sym__string_start] = ACTIONS(3073), }, - [375] = { - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(2231), - [sym__comparison_operator] = STATE(2164), - [sym__in_operator] = STATE(2134), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(2130), - [sym__multiplicative_operator] = STATE(2129), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_annotation] = STATE(7858), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2125), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), - [sym__alpha_identifier] = ACTIONS(1686), + [374] = { + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(1710), + [sym__comparison_operator] = STATE(1714), + [sym__in_operator] = STATE(1717), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(1718), + [sym__multiplicative_operator] = STATE(1721), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_annotation] = STATE(7880), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1722), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), + [sym__alpha_identifier] = ACTIONS(3075), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), - [anon_sym_EQ] = ACTIONS(3083), + [anon_sym_EQ] = ACTIONS(3075), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(3085), + [anon_sym_RBRACE] = ACTIONS(3077), [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_COMMA] = ACTIONS(3085), - [anon_sym_LT] = ACTIONS(3087), - [anon_sym_GT] = ACTIONS(3083), - [anon_sym_where] = ACTIONS(3083), - [anon_sym_object] = ACTIONS(3083), - [anon_sym_fun] = ACTIONS(3083), + [anon_sym_COMMA] = ACTIONS(3077), + [anon_sym_LT] = ACTIONS(3079), + [anon_sym_GT] = ACTIONS(3075), + [anon_sym_where] = ACTIONS(3075), + [anon_sym_object] = ACTIONS(3075), + [anon_sym_fun] = ACTIONS(3075), [anon_sym_DOT] = ACTIONS(1704), - [anon_sym_SEMI] = ACTIONS(3085), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(3083), - [anon_sym_super] = ACTIONS(3083), + [anon_sym_SEMI] = ACTIONS(3077), + [anon_sym_get] = ACTIONS(3075), + [anon_sym_set] = ACTIONS(3075), + [anon_sym_this] = ACTIONS(3075), + [anon_sym_super] = ACTIONS(3075), [anon_sym_STAR] = ACTIONS(1712), [sym_label] = ACTIONS(1714), - [anon_sym_in] = ACTIONS(3083), - [anon_sym_DOT_DOT] = ACTIONS(1718), - [anon_sym_QMARK_COLON] = ACTIONS(3085), - [anon_sym_AMP_AMP] = ACTIONS(3085), - [anon_sym_PIPE_PIPE] = ACTIONS(3085), - [anon_sym_null] = ACTIONS(3083), - [anon_sym_if] = ACTIONS(3083), - [anon_sym_else] = ACTIONS(3083), - [anon_sym_when] = ACTIONS(3083), - [anon_sym_try] = ACTIONS(3083), - [anon_sym_throw] = ACTIONS(3083), - [anon_sym_return] = ACTIONS(3083), - [anon_sym_continue] = ACTIONS(3083), - [anon_sym_break] = ACTIONS(3083), + [anon_sym_in] = ACTIONS(3075), + [anon_sym_DOT_DOT] = ACTIONS(3077), + [anon_sym_QMARK_COLON] = ACTIONS(3077), + [anon_sym_AMP_AMP] = ACTIONS(3077), + [anon_sym_PIPE_PIPE] = ACTIONS(3077), + [anon_sym_null] = ACTIONS(3075), + [anon_sym_if] = ACTIONS(3075), + [anon_sym_else] = ACTIONS(3075), + [anon_sym_when] = ACTIONS(3075), + [anon_sym_try] = ACTIONS(3075), + [anon_sym_throw] = ACTIONS(3075), + [anon_sym_return] = ACTIONS(3075), + [anon_sym_continue] = ACTIONS(3075), + [anon_sym_break] = ACTIONS(3075), [anon_sym_COLON_COLON] = ACTIONS(1726), - [anon_sym_PLUS_EQ] = ACTIONS(3085), - [anon_sym_DASH_EQ] = ACTIONS(3085), - [anon_sym_STAR_EQ] = ACTIONS(3085), - [anon_sym_SLASH_EQ] = ACTIONS(3085), - [anon_sym_PERCENT_EQ] = ACTIONS(3085), - [anon_sym_BANG_EQ] = ACTIONS(3083), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3085), - [anon_sym_EQ_EQ] = ACTIONS(3083), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3085), - [anon_sym_LT_EQ] = ACTIONS(3085), - [anon_sym_GT_EQ] = ACTIONS(3085), - [anon_sym_BANGin] = ACTIONS(3085), - [anon_sym_is] = ACTIONS(3083), - [anon_sym_BANGis] = ACTIONS(3085), + [anon_sym_PLUS_EQ] = ACTIONS(3077), + [anon_sym_DASH_EQ] = ACTIONS(3077), + [anon_sym_STAR_EQ] = ACTIONS(3077), + [anon_sym_SLASH_EQ] = ACTIONS(3077), + [anon_sym_PERCENT_EQ] = ACTIONS(3077), + [anon_sym_BANG_EQ] = ACTIONS(3075), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3077), + [anon_sym_EQ_EQ] = ACTIONS(3075), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3077), + [anon_sym_LT_EQ] = ACTIONS(3077), + [anon_sym_GT_EQ] = ACTIONS(3077), + [anon_sym_BANGin] = ACTIONS(3077), + [anon_sym_is] = ACTIONS(3075), + [anon_sym_BANGis] = ACTIONS(3077), [anon_sym_PLUS] = ACTIONS(1740), [anon_sym_DASH] = ACTIONS(1740), [anon_sym_SLASH] = ACTIONS(1712), @@ -81162,93 +81145,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(3083), + [anon_sym_BANG] = ACTIONS(3075), [anon_sym_BANG_BANG] = ACTIONS(1744), - [anon_sym_suspend] = ACTIONS(3083), - [anon_sym_sealed] = ACTIONS(3083), - [anon_sym_annotation] = ACTIONS(3083), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3083), - [anon_sym_lateinit] = ACTIONS(3083), - [anon_sym_public] = ACTIONS(3083), - [anon_sym_private] = ACTIONS(3083), - [anon_sym_internal] = ACTIONS(3083), - [anon_sym_protected] = ACTIONS(3083), - [anon_sym_tailrec] = ACTIONS(3083), - [anon_sym_operator] = ACTIONS(3083), - [anon_sym_infix] = ACTIONS(3083), - [anon_sym_inline] = ACTIONS(3083), - [anon_sym_external] = ACTIONS(3083), - [sym_property_modifier] = ACTIONS(3083), - [anon_sym_abstract] = ACTIONS(3083), - [anon_sym_final] = ACTIONS(3083), - [anon_sym_open] = ACTIONS(3083), - [anon_sym_vararg] = ACTIONS(3083), - [anon_sym_noinline] = ACTIONS(3083), - [anon_sym_crossinline] = ACTIONS(3083), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3085), - [anon_sym_continue_AT] = ACTIONS(3085), - [anon_sym_break_AT] = ACTIONS(3085), - [sym_real_literal] = ACTIONS(3085), - [sym_integer_literal] = ACTIONS(3083), - [sym_hex_literal] = ACTIONS(3085), - [sym_bin_literal] = ACTIONS(3085), - [anon_sym_true] = ACTIONS(3083), - [anon_sym_false] = ACTIONS(3083), - [anon_sym_SQUOTE] = ACTIONS(3085), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3085), + [anon_sym_suspend] = ACTIONS(3075), + [anon_sym_sealed] = ACTIONS(3075), + [anon_sym_annotation] = ACTIONS(3075), + [anon_sym_data] = ACTIONS(3075), + [anon_sym_inner] = ACTIONS(3075), + [anon_sym_override] = ACTIONS(3075), + [anon_sym_lateinit] = ACTIONS(3075), + [anon_sym_public] = ACTIONS(3075), + [anon_sym_private] = ACTIONS(3075), + [anon_sym_internal] = ACTIONS(3075), + [anon_sym_protected] = ACTIONS(3075), + [anon_sym_tailrec] = ACTIONS(3075), + [anon_sym_operator] = ACTIONS(3075), + [anon_sym_infix] = ACTIONS(3075), + [anon_sym_inline] = ACTIONS(3075), + [anon_sym_external] = ACTIONS(3075), + [sym_property_modifier] = ACTIONS(3075), + [anon_sym_abstract] = ACTIONS(3075), + [anon_sym_final] = ACTIONS(3075), + [anon_sym_open] = ACTIONS(3075), + [anon_sym_vararg] = ACTIONS(3075), + [anon_sym_noinline] = ACTIONS(3075), + [anon_sym_crossinline] = ACTIONS(3075), + [anon_sym_expect] = ACTIONS(3075), + [anon_sym_actual] = ACTIONS(3075), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3077), + [anon_sym_continue_AT] = ACTIONS(3077), + [anon_sym_break_AT] = ACTIONS(3077), + [sym_real_literal] = ACTIONS(3077), + [sym_integer_literal] = ACTIONS(3075), + [sym_hex_literal] = ACTIONS(3077), + [sym_bin_literal] = ACTIONS(3077), + [anon_sym_true] = ACTIONS(3075), + [anon_sym_false] = ACTIONS(3075), + [anon_sym_SQUOTE] = ACTIONS(3077), + [sym__backtick_identifier] = ACTIONS(3077), + [sym__automatic_semicolon] = ACTIONS(3077), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3085), + [sym__string_start] = ACTIONS(3077), }, - [376] = { - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(2231), - [sym__comparison_operator] = STATE(2164), - [sym__in_operator] = STATE(2134), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(2130), - [sym__multiplicative_operator] = STATE(2129), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_annotation] = STATE(7858), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2125), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), + [375] = { + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(1710), + [sym__comparison_operator] = STATE(1714), + [sym__in_operator] = STATE(1717), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(1718), + [sym__multiplicative_operator] = STATE(1721), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_annotation] = STATE(7880), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1722), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), - [anon_sym_EQ] = ACTIONS(3090), + [anon_sym_EQ] = ACTIONS(3082), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(3092), + [anon_sym_RBRACE] = ACTIONS(3084), [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_COMMA] = ACTIONS(3092), + [anon_sym_COMMA] = ACTIONS(3084), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(1702), - [anon_sym_where] = ACTIONS(3090), - [anon_sym_object] = ACTIONS(3090), - [anon_sym_fun] = ACTIONS(3090), + [anon_sym_where] = ACTIONS(3082), + [anon_sym_object] = ACTIONS(3082), + [anon_sym_fun] = ACTIONS(3082), [anon_sym_DOT] = ACTIONS(1704), - [anon_sym_SEMI] = ACTIONS(3092), + [anon_sym_SEMI] = ACTIONS(3084), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(3090), - [anon_sym_super] = ACTIONS(3090), + [anon_sym_this] = ACTIONS(3082), + [anon_sym_super] = ACTIONS(3082), [anon_sym_STAR] = ACTIONS(1712), [sym_label] = ACTIONS(1714), [anon_sym_in] = ACTIONS(1716), @@ -81256,21 +81239,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1720), [anon_sym_AMP_AMP] = ACTIONS(1722), [anon_sym_PIPE_PIPE] = ACTIONS(1724), - [anon_sym_null] = ACTIONS(3090), - [anon_sym_if] = ACTIONS(3090), - [anon_sym_else] = ACTIONS(3090), - [anon_sym_when] = ACTIONS(3090), - [anon_sym_try] = ACTIONS(3090), - [anon_sym_throw] = ACTIONS(3090), - [anon_sym_return] = ACTIONS(3090), - [anon_sym_continue] = ACTIONS(3090), - [anon_sym_break] = ACTIONS(3090), + [anon_sym_null] = ACTIONS(3082), + [anon_sym_if] = ACTIONS(3082), + [anon_sym_else] = ACTIONS(3082), + [anon_sym_when] = ACTIONS(3082), + [anon_sym_try] = ACTIONS(3082), + [anon_sym_throw] = ACTIONS(3082), + [anon_sym_return] = ACTIONS(3082), + [anon_sym_continue] = ACTIONS(3082), + [anon_sym_break] = ACTIONS(3082), [anon_sym_COLON_COLON] = ACTIONS(1726), - [anon_sym_PLUS_EQ] = ACTIONS(3092), - [anon_sym_DASH_EQ] = ACTIONS(3092), - [anon_sym_STAR_EQ] = ACTIONS(3092), - [anon_sym_SLASH_EQ] = ACTIONS(3092), - [anon_sym_PERCENT_EQ] = ACTIONS(3092), + [anon_sym_PLUS_EQ] = ACTIONS(3084), + [anon_sym_DASH_EQ] = ACTIONS(3084), + [anon_sym_STAR_EQ] = ACTIONS(3084), + [anon_sym_SLASH_EQ] = ACTIONS(3084), + [anon_sym_PERCENT_EQ] = ACTIONS(3084), [anon_sym_BANG_EQ] = ACTIONS(1728), [anon_sym_BANG_EQ_EQ] = ACTIONS(1730), [anon_sym_EQ_EQ] = ACTIONS(1728), @@ -81287,129 +81270,254 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(3090), + [anon_sym_BANG] = ACTIONS(3082), [anon_sym_BANG_BANG] = ACTIONS(1744), - [anon_sym_suspend] = ACTIONS(3090), - [anon_sym_sealed] = ACTIONS(3090), - [anon_sym_annotation] = ACTIONS(3090), + [anon_sym_suspend] = ACTIONS(3082), + [anon_sym_sealed] = ACTIONS(3082), + [anon_sym_annotation] = ACTIONS(3082), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3090), - [anon_sym_lateinit] = ACTIONS(3090), - [anon_sym_public] = ACTIONS(3090), - [anon_sym_private] = ACTIONS(3090), - [anon_sym_internal] = ACTIONS(3090), - [anon_sym_protected] = ACTIONS(3090), - [anon_sym_tailrec] = ACTIONS(3090), - [anon_sym_operator] = ACTIONS(3090), - [anon_sym_infix] = ACTIONS(3090), - [anon_sym_inline] = ACTIONS(3090), - [anon_sym_external] = ACTIONS(3090), - [sym_property_modifier] = ACTIONS(3090), - [anon_sym_abstract] = ACTIONS(3090), - [anon_sym_final] = ACTIONS(3090), - [anon_sym_open] = ACTIONS(3090), - [anon_sym_vararg] = ACTIONS(3090), - [anon_sym_noinline] = ACTIONS(3090), - [anon_sym_crossinline] = ACTIONS(3090), + [anon_sym_override] = ACTIONS(3082), + [anon_sym_lateinit] = ACTIONS(3082), + [anon_sym_public] = ACTIONS(3082), + [anon_sym_private] = ACTIONS(3082), + [anon_sym_internal] = ACTIONS(3082), + [anon_sym_protected] = ACTIONS(3082), + [anon_sym_tailrec] = ACTIONS(3082), + [anon_sym_operator] = ACTIONS(3082), + [anon_sym_infix] = ACTIONS(3082), + [anon_sym_inline] = ACTIONS(3082), + [anon_sym_external] = ACTIONS(3082), + [sym_property_modifier] = ACTIONS(3082), + [anon_sym_abstract] = ACTIONS(3082), + [anon_sym_final] = ACTIONS(3082), + [anon_sym_open] = ACTIONS(3082), + [anon_sym_vararg] = ACTIONS(3082), + [anon_sym_noinline] = ACTIONS(3082), + [anon_sym_crossinline] = ACTIONS(3082), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3092), - [anon_sym_continue_AT] = ACTIONS(3092), - [anon_sym_break_AT] = ACTIONS(3092), - [sym_real_literal] = ACTIONS(3092), - [sym_integer_literal] = ACTIONS(3090), - [sym_hex_literal] = ACTIONS(3092), - [sym_bin_literal] = ACTIONS(3092), - [anon_sym_true] = ACTIONS(3090), - [anon_sym_false] = ACTIONS(3090), - [anon_sym_SQUOTE] = ACTIONS(3092), + [anon_sym_return_AT] = ACTIONS(3084), + [anon_sym_continue_AT] = ACTIONS(3084), + [anon_sym_break_AT] = ACTIONS(3084), + [sym_real_literal] = ACTIONS(3084), + [sym_integer_literal] = ACTIONS(3082), + [sym_hex_literal] = ACTIONS(3084), + [sym_bin_literal] = ACTIONS(3084), + [anon_sym_true] = ACTIONS(3082), + [anon_sym_false] = ACTIONS(3082), + [anon_sym_SQUOTE] = ACTIONS(3084), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3092), + [sym__automatic_semicolon] = ACTIONS(3084), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3092), + [sym__string_start] = ACTIONS(3084), + }, + [376] = { + [sym__expression] = STATE(4143), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4931), + [sym_parenthesized_expression] = STATE(4931), + [sym_collection_literal] = STATE(4931), + [sym__literal_constant] = STATE(4931), + [sym_string_literal] = STATE(4931), + [sym_lambda_literal] = STATE(4931), + [sym_anonymous_function] = STATE(4931), + [sym__function_literal] = STATE(4931), + [sym_object_literal] = STATE(4931), + [sym_this_expression] = STATE(4931), + [sym_super_expression] = STATE(4931), + [sym_if_expression] = STATE(4931), + [sym_when_expression] = STATE(4931), + [sym_try_expression] = STATE(4931), + [sym_jump_expression] = STATE(4931), + [sym_callable_reference] = STATE(4931), + [sym__prefix_unary_operator] = STATE(1988), + [sym_annotation] = STATE(1988), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4928), + [sym__return_at] = STATE(376), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4931), + [sym_long_literal] = STATE(4931), + [sym_boolean_literal] = STATE(4931), + [sym_character_literal] = STATE(4931), + [sym__lexical_identifier] = STATE(4566), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_as] = ACTIONS(1401), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_RBRACE] = ACTIONS(1399), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_COMMA] = ACTIONS(1399), + [anon_sym_LT] = ACTIONS(1401), + [anon_sym_GT] = ACTIONS(1401), + [anon_sym_where] = ACTIONS(1401), + [anon_sym_object] = ACTIONS(1902), + [anon_sym_fun] = ACTIONS(3086), + [anon_sym_DOT] = ACTIONS(1401), + [anon_sym_SEMI] = ACTIONS(1399), + [anon_sym_get] = ACTIONS(7), + [anon_sym_set] = ACTIONS(7), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(937), + [sym_label] = ACTIONS(945), + [anon_sym_in] = ACTIONS(1401), + [anon_sym_DOT_DOT] = ACTIONS(1399), + [anon_sym_QMARK_COLON] = ACTIONS(1399), + [anon_sym_AMP_AMP] = ACTIONS(1399), + [anon_sym_PIPE_PIPE] = ACTIONS(1399), + [anon_sym_null] = ACTIONS(1906), + [anon_sym_if] = ACTIONS(3088), + [anon_sym_else] = ACTIONS(1401), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(3090), + [anon_sym_return] = ACTIONS(3092), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_BANG_EQ] = ACTIONS(1401), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1399), + [anon_sym_EQ_EQ] = ACTIONS(1401), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1399), + [anon_sym_LT_EQ] = ACTIONS(1399), + [anon_sym_GT_EQ] = ACTIONS(1399), + [anon_sym_BANGin] = ACTIONS(1399), + [anon_sym_is] = ACTIONS(1401), + [anon_sym_BANGis] = ACTIONS(1399), + [anon_sym_PLUS] = ACTIONS(945), + [anon_sym_DASH] = ACTIONS(945), + [anon_sym_SLASH] = ACTIONS(1401), + [anon_sym_PERCENT] = ACTIONS(1399), + [anon_sym_as_QMARK] = ACTIONS(1399), + [anon_sym_PLUS_PLUS] = ACTIONS(947), + [anon_sym_DASH_DASH] = ACTIONS(947), + [anon_sym_BANG] = ACTIONS(945), + [anon_sym_BANG_BANG] = ACTIONS(1399), + [anon_sym_data] = ACTIONS(7), + [anon_sym_inner] = ACTIONS(7), + [anon_sym_expect] = ACTIONS(7), + [anon_sym_actual] = ACTIONS(7), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [sym_real_literal] = ACTIONS(1908), + [sym_integer_literal] = ACTIONS(99), + [sym_hex_literal] = ACTIONS(101), + [sym_bin_literal] = ACTIONS(101), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SQUOTE] = ACTIONS(105), + [sym__backtick_identifier] = ACTIONS(107), + [sym__automatic_semicolon] = ACTIONS(1399), + [sym_safe_nav] = ACTIONS(1399), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(109), }, [377] = { [sym__expression] = STATE(4175), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_as] = ACTIONS(1594), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_as] = ACTIONS(1401), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(1592), + [anon_sym_RBRACE] = ACTIONS(1399), [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_RPAREN] = ACTIONS(1592), - [anon_sym_LT] = ACTIONS(1594), - [anon_sym_GT] = ACTIONS(1594), + [anon_sym_RPAREN] = ACTIONS(1399), + [anon_sym_LT] = ACTIONS(1401), + [anon_sym_GT] = ACTIONS(1401), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(3094), - [anon_sym_DOT] = ACTIONS(1594), - [anon_sym_SEMI] = ACTIONS(1592), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_DOT] = ACTIONS(1401), + [anon_sym_SEMI] = ACTIONS(1399), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), + [anon_sym_STAR] = ACTIONS(1065), [sym_label] = ACTIONS(327), - [anon_sym_in] = ACTIONS(1594), - [anon_sym_while] = ACTIONS(1594), - [anon_sym_DOT_DOT] = ACTIONS(1592), - [anon_sym_QMARK_COLON] = ACTIONS(1592), - [anon_sym_AMP_AMP] = ACTIONS(1592), - [anon_sym_PIPE_PIPE] = ACTIONS(1592), + [anon_sym_in] = ACTIONS(1401), + [anon_sym_while] = ACTIONS(1401), + [anon_sym_DOT_DOT] = ACTIONS(1399), + [anon_sym_QMARK_COLON] = ACTIONS(1399), + [anon_sym_AMP_AMP] = ACTIONS(1399), + [anon_sym_PIPE_PIPE] = ACTIONS(1399), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(3096), - [anon_sym_else] = ACTIONS(1594), + [anon_sym_else] = ACTIONS(1401), [anon_sym_when] = ACTIONS(245), [anon_sym_try] = ACTIONS(247), [anon_sym_throw] = ACTIONS(3098), @@ -81417,28 +81525,28 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_BANG_EQ] = ACTIONS(1594), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1592), - [anon_sym_EQ_EQ] = ACTIONS(1594), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1592), - [anon_sym_LT_EQ] = ACTIONS(1592), - [anon_sym_GT_EQ] = ACTIONS(1592), - [anon_sym_BANGin] = ACTIONS(1592), - [anon_sym_is] = ACTIONS(1594), - [anon_sym_BANGis] = ACTIONS(1592), + [anon_sym_BANG_EQ] = ACTIONS(1401), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1399), + [anon_sym_EQ_EQ] = ACTIONS(1401), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1399), + [anon_sym_LT_EQ] = ACTIONS(1399), + [anon_sym_GT_EQ] = ACTIONS(1399), + [anon_sym_BANGin] = ACTIONS(1399), + [anon_sym_is] = ACTIONS(1401), + [anon_sym_BANGis] = ACTIONS(1399), [anon_sym_PLUS] = ACTIONS(327), [anon_sym_DASH] = ACTIONS(327), - [anon_sym_SLASH] = ACTIONS(1594), - [anon_sym_PERCENT] = ACTIONS(1592), - [anon_sym_as_QMARK] = ACTIONS(1592), + [anon_sym_SLASH] = ACTIONS(1401), + [anon_sym_PERCENT] = ACTIONS(1399), + [anon_sym_as_QMARK] = ACTIONS(1399), [anon_sym_PLUS_PLUS] = ACTIONS(329), [anon_sym_DASH_DASH] = ACTIONS(329), [anon_sym_BANG] = ACTIONS(327), - [anon_sym_BANG_BANG] = ACTIONS(1592), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_BANG_BANG] = ACTIONS(1399), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -81451,29 +81559,152 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(277), [anon_sym_SQUOTE] = ACTIONS(279), [sym__backtick_identifier] = ACTIONS(281), - [sym_safe_nav] = ACTIONS(1592), + [sym_safe_nav] = ACTIONS(1399), [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, [378] = { - [sym_primary_constructor] = STATE(2892), - [sym_class_body] = STATE(3436), - [sym__class_parameters] = STATE(3036), - [sym_type_parameters] = STATE(408), - [sym_type_constraints] = STATE(3021), - [sym_modifiers] = STATE(9011), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(2189), + [sym__comparison_operator] = STATE(2187), + [sym__in_operator] = STATE(2185), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(2184), + [sym__multiplicative_operator] = STATE(2151), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_annotation] = STATE(7880), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2122), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(1690), + [anon_sym_as] = ACTIONS(1692), + [anon_sym_EQ] = ACTIONS(3059), + [anon_sym_LBRACE] = ACTIONS(1612), + [anon_sym_RBRACE] = ACTIONS(3061), + [anon_sym_LPAREN] = ACTIONS(1698), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(1798), + [anon_sym_object] = ACTIONS(3059), + [anon_sym_fun] = ACTIONS(3059), + [anon_sym_DOT] = ACTIONS(1704), + [anon_sym_SEMI] = ACTIONS(3061), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_this] = ACTIONS(3059), + [anon_sym_super] = ACTIONS(3059), + [anon_sym_STAR] = ACTIONS(1806), + [sym_label] = ACTIONS(1714), + [anon_sym_in] = ACTIONS(1808), + [anon_sym_DOT_DOT] = ACTIONS(1810), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1814), + [anon_sym_PIPE_PIPE] = ACTIONS(1816), + [anon_sym_null] = ACTIONS(3059), + [anon_sym_if] = ACTIONS(3059), + [anon_sym_else] = ACTIONS(3059), + [anon_sym_when] = ACTIONS(3059), + [anon_sym_try] = ACTIONS(3059), + [anon_sym_throw] = ACTIONS(3059), + [anon_sym_return] = ACTIONS(3059), + [anon_sym_continue] = ACTIONS(3059), + [anon_sym_break] = ACTIONS(3059), + [anon_sym_COLON_COLON] = ACTIONS(1726), + [anon_sym_PLUS_EQ] = ACTIONS(3061), + [anon_sym_DASH_EQ] = ACTIONS(3061), + [anon_sym_STAR_EQ] = ACTIONS(3061), + [anon_sym_SLASH_EQ] = ACTIONS(3061), + [anon_sym_PERCENT_EQ] = ACTIONS(3061), + [anon_sym_BANG_EQ] = ACTIONS(1818), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1820), + [anon_sym_EQ_EQ] = ACTIONS(1818), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1820), + [anon_sym_LT_EQ] = ACTIONS(1822), + [anon_sym_GT_EQ] = ACTIONS(1822), + [anon_sym_BANGin] = ACTIONS(1824), + [anon_sym_is] = ACTIONS(1736), + [anon_sym_BANGis] = ACTIONS(1738), + [anon_sym_PLUS] = ACTIONS(1826), + [anon_sym_DASH] = ACTIONS(1826), + [anon_sym_SLASH] = ACTIONS(1806), + [anon_sym_PERCENT] = ACTIONS(1806), + [anon_sym_as_QMARK] = ACTIONS(1742), + [anon_sym_PLUS_PLUS] = ACTIONS(1744), + [anon_sym_DASH_DASH] = ACTIONS(1744), + [anon_sym_BANG] = ACTIONS(3059), + [anon_sym_BANG_BANG] = ACTIONS(1744), + [anon_sym_suspend] = ACTIONS(3059), + [anon_sym_sealed] = ACTIONS(3059), + [anon_sym_annotation] = ACTIONS(3059), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_override] = ACTIONS(3059), + [anon_sym_lateinit] = ACTIONS(3059), + [anon_sym_public] = ACTIONS(3059), + [anon_sym_private] = ACTIONS(3059), + [anon_sym_internal] = ACTIONS(3059), + [anon_sym_protected] = ACTIONS(3059), + [anon_sym_tailrec] = ACTIONS(3059), + [anon_sym_operator] = ACTIONS(3059), + [anon_sym_infix] = ACTIONS(3059), + [anon_sym_inline] = ACTIONS(3059), + [anon_sym_external] = ACTIONS(3059), + [sym_property_modifier] = ACTIONS(3059), + [anon_sym_abstract] = ACTIONS(3059), + [anon_sym_final] = ACTIONS(3059), + [anon_sym_open] = ACTIONS(3059), + [anon_sym_vararg] = ACTIONS(3059), + [anon_sym_noinline] = ACTIONS(3059), + [anon_sym_crossinline] = ACTIONS(3059), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3061), + [anon_sym_continue_AT] = ACTIONS(3061), + [anon_sym_break_AT] = ACTIONS(3061), + [sym_real_literal] = ACTIONS(3061), + [sym_integer_literal] = ACTIONS(3059), + [sym_hex_literal] = ACTIONS(3061), + [sym_bin_literal] = ACTIONS(3061), + [anon_sym_true] = ACTIONS(3059), + [anon_sym_false] = ACTIONS(3059), + [anon_sym_SQUOTE] = ACTIONS(3061), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(3061), + [sym_safe_nav] = ACTIONS(1726), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3061), + }, + [379] = { + [sym_primary_constructor] = STATE(2854), + [sym__class_parameters] = STATE(3113), + [sym_type_parameters] = STATE(420), + [sym_type_constraints] = STATE(3081), + [sym_enum_class_body] = STATE(3223), + [sym_modifiers] = STATE(9209), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), [sym__alpha_identifier] = ACTIONS(3102), [anon_sym_AT] = ACTIONS(3104), [anon_sym_COLON] = ACTIONS(3106), @@ -81578,47 +81809,47 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(3108), }, - [379] = { - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(2232), - [sym__comparison_operator] = STATE(2233), - [sym__in_operator] = STATE(2234), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(2236), - [sym__multiplicative_operator] = STATE(2239), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_annotation] = STATE(7858), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2240), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), + [380] = { + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(2189), + [sym__comparison_operator] = STATE(2187), + [sym__in_operator] = STATE(2185), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(2184), + [sym__multiplicative_operator] = STATE(2151), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_annotation] = STATE(7880), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2122), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), - [anon_sym_EQ] = ACTIONS(3061), + [anon_sym_EQ] = ACTIONS(3003), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(3063), + [anon_sym_RBRACE] = ACTIONS(3005), [anon_sym_LPAREN] = ACTIONS(1698), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(1798), - [anon_sym_object] = ACTIONS(3061), - [anon_sym_fun] = ACTIONS(3061), + [anon_sym_object] = ACTIONS(3003), + [anon_sym_fun] = ACTIONS(3003), [anon_sym_DOT] = ACTIONS(1704), - [anon_sym_SEMI] = ACTIONS(3063), + [anon_sym_SEMI] = ACTIONS(3005), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(3061), - [anon_sym_super] = ACTIONS(3061), + [anon_sym_this] = ACTIONS(3003), + [anon_sym_super] = ACTIONS(3003), [anon_sym_STAR] = ACTIONS(1806), [sym_label] = ACTIONS(1714), [anon_sym_in] = ACTIONS(1808), @@ -81626,21 +81857,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1812), [anon_sym_AMP_AMP] = ACTIONS(1814), [anon_sym_PIPE_PIPE] = ACTIONS(1816), - [anon_sym_null] = ACTIONS(3061), - [anon_sym_if] = ACTIONS(3061), - [anon_sym_else] = ACTIONS(3061), - [anon_sym_when] = ACTIONS(3061), - [anon_sym_try] = ACTIONS(3061), - [anon_sym_throw] = ACTIONS(3061), - [anon_sym_return] = ACTIONS(3061), - [anon_sym_continue] = ACTIONS(3061), - [anon_sym_break] = ACTIONS(3061), + [anon_sym_null] = ACTIONS(3003), + [anon_sym_if] = ACTIONS(3003), + [anon_sym_else] = ACTIONS(3003), + [anon_sym_when] = ACTIONS(3003), + [anon_sym_try] = ACTIONS(3003), + [anon_sym_throw] = ACTIONS(3003), + [anon_sym_return] = ACTIONS(3003), + [anon_sym_continue] = ACTIONS(3003), + [anon_sym_break] = ACTIONS(3003), [anon_sym_COLON_COLON] = ACTIONS(1726), - [anon_sym_PLUS_EQ] = ACTIONS(3063), - [anon_sym_DASH_EQ] = ACTIONS(3063), - [anon_sym_STAR_EQ] = ACTIONS(3063), - [anon_sym_SLASH_EQ] = ACTIONS(3063), - [anon_sym_PERCENT_EQ] = ACTIONS(3063), + [anon_sym_PLUS_EQ] = ACTIONS(3005), + [anon_sym_DASH_EQ] = ACTIONS(3005), + [anon_sym_STAR_EQ] = ACTIONS(3005), + [anon_sym_SLASH_EQ] = ACTIONS(3005), + [anon_sym_PERCENT_EQ] = ACTIONS(3005), [anon_sym_BANG_EQ] = ACTIONS(1818), [anon_sym_BANG_EQ_EQ] = ACTIONS(1820), [anon_sym_EQ_EQ] = ACTIONS(1818), @@ -81657,83 +81888,329 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(3061), + [anon_sym_BANG] = ACTIONS(3003), [anon_sym_BANG_BANG] = ACTIONS(1744), - [anon_sym_suspend] = ACTIONS(3061), - [anon_sym_sealed] = ACTIONS(3061), - [anon_sym_annotation] = ACTIONS(3061), + [anon_sym_suspend] = ACTIONS(3003), + [anon_sym_sealed] = ACTIONS(3003), + [anon_sym_annotation] = ACTIONS(3003), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3061), - [anon_sym_lateinit] = ACTIONS(3061), - [anon_sym_public] = ACTIONS(3061), - [anon_sym_private] = ACTIONS(3061), - [anon_sym_internal] = ACTIONS(3061), - [anon_sym_protected] = ACTIONS(3061), - [anon_sym_tailrec] = ACTIONS(3061), - [anon_sym_operator] = ACTIONS(3061), - [anon_sym_infix] = ACTIONS(3061), - [anon_sym_inline] = ACTIONS(3061), - [anon_sym_external] = ACTIONS(3061), - [sym_property_modifier] = ACTIONS(3061), - [anon_sym_abstract] = ACTIONS(3061), - [anon_sym_final] = ACTIONS(3061), - [anon_sym_open] = ACTIONS(3061), - [anon_sym_vararg] = ACTIONS(3061), - [anon_sym_noinline] = ACTIONS(3061), - [anon_sym_crossinline] = ACTIONS(3061), + [anon_sym_override] = ACTIONS(3003), + [anon_sym_lateinit] = ACTIONS(3003), + [anon_sym_public] = ACTIONS(3003), + [anon_sym_private] = ACTIONS(3003), + [anon_sym_internal] = ACTIONS(3003), + [anon_sym_protected] = ACTIONS(3003), + [anon_sym_tailrec] = ACTIONS(3003), + [anon_sym_operator] = ACTIONS(3003), + [anon_sym_infix] = ACTIONS(3003), + [anon_sym_inline] = ACTIONS(3003), + [anon_sym_external] = ACTIONS(3003), + [sym_property_modifier] = ACTIONS(3003), + [anon_sym_abstract] = ACTIONS(3003), + [anon_sym_final] = ACTIONS(3003), + [anon_sym_open] = ACTIONS(3003), + [anon_sym_vararg] = ACTIONS(3003), + [anon_sym_noinline] = ACTIONS(3003), + [anon_sym_crossinline] = ACTIONS(3003), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3063), - [anon_sym_continue_AT] = ACTIONS(3063), - [anon_sym_break_AT] = ACTIONS(3063), - [sym_real_literal] = ACTIONS(3063), - [sym_integer_literal] = ACTIONS(3061), - [sym_hex_literal] = ACTIONS(3063), - [sym_bin_literal] = ACTIONS(3063), - [anon_sym_true] = ACTIONS(3061), - [anon_sym_false] = ACTIONS(3061), - [anon_sym_SQUOTE] = ACTIONS(3063), + [anon_sym_return_AT] = ACTIONS(3005), + [anon_sym_continue_AT] = ACTIONS(3005), + [anon_sym_break_AT] = ACTIONS(3005), + [sym_real_literal] = ACTIONS(3005), + [sym_integer_literal] = ACTIONS(3003), + [sym_hex_literal] = ACTIONS(3005), + [sym_bin_literal] = ACTIONS(3005), + [anon_sym_true] = ACTIONS(3003), + [anon_sym_false] = ACTIONS(3003), + [anon_sym_SQUOTE] = ACTIONS(3005), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3063), + [sym__automatic_semicolon] = ACTIONS(3005), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3063), + [sym__string_start] = ACTIONS(3005), }, - [380] = { - [sym_primary_constructor] = STATE(842), - [sym__class_parameters] = STATE(963), - [sym_type_parameters] = STATE(418), - [sym_type_constraints] = STATE(1033), - [sym_enum_class_body] = STATE(1051), - [sym_modifiers] = STATE(9048), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), + [381] = { + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(2189), + [sym__comparison_operator] = STATE(2187), + [sym__in_operator] = STATE(2185), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(2184), + [sym__multiplicative_operator] = STATE(2151), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_annotation] = STATE(7880), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2122), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(1690), + [anon_sym_as] = ACTIONS(1692), + [anon_sym_EQ] = ACTIONS(3063), + [anon_sym_LBRACE] = ACTIONS(1612), + [anon_sym_RBRACE] = ACTIONS(3065), + [anon_sym_LPAREN] = ACTIONS(1698), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(1798), + [anon_sym_object] = ACTIONS(3063), + [anon_sym_fun] = ACTIONS(3063), + [anon_sym_DOT] = ACTIONS(1704), + [anon_sym_SEMI] = ACTIONS(3065), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_this] = ACTIONS(3063), + [anon_sym_super] = ACTIONS(3063), + [anon_sym_STAR] = ACTIONS(1806), + [sym_label] = ACTIONS(1714), + [anon_sym_in] = ACTIONS(1808), + [anon_sym_DOT_DOT] = ACTIONS(1810), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1814), + [anon_sym_PIPE_PIPE] = ACTIONS(1816), + [anon_sym_null] = ACTIONS(3063), + [anon_sym_if] = ACTIONS(3063), + [anon_sym_else] = ACTIONS(3063), + [anon_sym_when] = ACTIONS(3063), + [anon_sym_try] = ACTIONS(3063), + [anon_sym_throw] = ACTIONS(3063), + [anon_sym_return] = ACTIONS(3063), + [anon_sym_continue] = ACTIONS(3063), + [anon_sym_break] = ACTIONS(3063), + [anon_sym_COLON_COLON] = ACTIONS(1726), + [anon_sym_PLUS_EQ] = ACTIONS(3065), + [anon_sym_DASH_EQ] = ACTIONS(3065), + [anon_sym_STAR_EQ] = ACTIONS(3065), + [anon_sym_SLASH_EQ] = ACTIONS(3065), + [anon_sym_PERCENT_EQ] = ACTIONS(3065), + [anon_sym_BANG_EQ] = ACTIONS(1818), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1820), + [anon_sym_EQ_EQ] = ACTIONS(1818), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1820), + [anon_sym_LT_EQ] = ACTIONS(1822), + [anon_sym_GT_EQ] = ACTIONS(1822), + [anon_sym_BANGin] = ACTIONS(1824), + [anon_sym_is] = ACTIONS(1736), + [anon_sym_BANGis] = ACTIONS(1738), + [anon_sym_PLUS] = ACTIONS(1826), + [anon_sym_DASH] = ACTIONS(1826), + [anon_sym_SLASH] = ACTIONS(1806), + [anon_sym_PERCENT] = ACTIONS(1806), + [anon_sym_as_QMARK] = ACTIONS(1742), + [anon_sym_PLUS_PLUS] = ACTIONS(1744), + [anon_sym_DASH_DASH] = ACTIONS(1744), + [anon_sym_BANG] = ACTIONS(3063), + [anon_sym_BANG_BANG] = ACTIONS(1744), + [anon_sym_suspend] = ACTIONS(3063), + [anon_sym_sealed] = ACTIONS(3063), + [anon_sym_annotation] = ACTIONS(3063), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_override] = ACTIONS(3063), + [anon_sym_lateinit] = ACTIONS(3063), + [anon_sym_public] = ACTIONS(3063), + [anon_sym_private] = ACTIONS(3063), + [anon_sym_internal] = ACTIONS(3063), + [anon_sym_protected] = ACTIONS(3063), + [anon_sym_tailrec] = ACTIONS(3063), + [anon_sym_operator] = ACTIONS(3063), + [anon_sym_infix] = ACTIONS(3063), + [anon_sym_inline] = ACTIONS(3063), + [anon_sym_external] = ACTIONS(3063), + [sym_property_modifier] = ACTIONS(3063), + [anon_sym_abstract] = ACTIONS(3063), + [anon_sym_final] = ACTIONS(3063), + [anon_sym_open] = ACTIONS(3063), + [anon_sym_vararg] = ACTIONS(3063), + [anon_sym_noinline] = ACTIONS(3063), + [anon_sym_crossinline] = ACTIONS(3063), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3065), + [anon_sym_continue_AT] = ACTIONS(3065), + [anon_sym_break_AT] = ACTIONS(3065), + [sym_real_literal] = ACTIONS(3065), + [sym_integer_literal] = ACTIONS(3063), + [sym_hex_literal] = ACTIONS(3065), + [sym_bin_literal] = ACTIONS(3065), + [anon_sym_true] = ACTIONS(3063), + [anon_sym_false] = ACTIONS(3063), + [anon_sym_SQUOTE] = ACTIONS(3065), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(3065), + [sym_safe_nav] = ACTIONS(1726), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3065), + }, + [382] = { + [sym_primary_constructor] = STATE(2841), + [sym__class_parameters] = STATE(3113), + [sym_type_parameters] = STATE(406), + [sym_type_constraints] = STATE(2992), + [sym_enum_class_body] = STATE(3459), + [sym_modifiers] = STATE(9209), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), [sym__alpha_identifier] = ACTIONS(3136), [anon_sym_AT] = ACTIONS(3104), [anon_sym_COLON] = ACTIONS(3138), [anon_sym_LBRACK] = ACTIONS(3140), [anon_sym_as] = ACTIONS(3136), [anon_sym_EQ] = ACTIONS(3136), - [anon_sym_constructor] = ACTIONS(3142), + [anon_sym_constructor] = ACTIONS(3110), + [anon_sym_LBRACE] = ACTIONS(3112), + [anon_sym_RBRACE] = ACTIONS(3140), + [anon_sym_LPAREN] = ACTIONS(3114), + [anon_sym_COMMA] = ACTIONS(3140), + [anon_sym_LT] = ACTIONS(3116), + [anon_sym_GT] = ACTIONS(3136), + [anon_sym_where] = ACTIONS(3118), + [anon_sym_object] = ACTIONS(3136), + [anon_sym_fun] = ACTIONS(3136), + [anon_sym_DOT] = ACTIONS(3136), + [anon_sym_SEMI] = ACTIONS(3140), + [anon_sym_get] = ACTIONS(3136), + [anon_sym_set] = ACTIONS(3136), + [anon_sym_this] = ACTIONS(3136), + [anon_sym_super] = ACTIONS(3136), + [anon_sym_STAR] = ACTIONS(3136), + [sym_label] = ACTIONS(3136), + [anon_sym_in] = ACTIONS(3136), + [anon_sym_DOT_DOT] = ACTIONS(3140), + [anon_sym_QMARK_COLON] = ACTIONS(3140), + [anon_sym_AMP_AMP] = ACTIONS(3140), + [anon_sym_PIPE_PIPE] = ACTIONS(3140), + [anon_sym_null] = ACTIONS(3136), + [anon_sym_if] = ACTIONS(3136), + [anon_sym_else] = ACTIONS(3136), + [anon_sym_when] = ACTIONS(3136), + [anon_sym_try] = ACTIONS(3136), + [anon_sym_throw] = ACTIONS(3136), + [anon_sym_return] = ACTIONS(3136), + [anon_sym_continue] = ACTIONS(3136), + [anon_sym_break] = ACTIONS(3136), + [anon_sym_COLON_COLON] = ACTIONS(3140), + [anon_sym_PLUS_EQ] = ACTIONS(3140), + [anon_sym_DASH_EQ] = ACTIONS(3140), + [anon_sym_STAR_EQ] = ACTIONS(3140), + [anon_sym_SLASH_EQ] = ACTIONS(3140), + [anon_sym_PERCENT_EQ] = ACTIONS(3140), + [anon_sym_BANG_EQ] = ACTIONS(3136), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3140), + [anon_sym_EQ_EQ] = ACTIONS(3136), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3140), + [anon_sym_LT_EQ] = ACTIONS(3140), + [anon_sym_GT_EQ] = ACTIONS(3140), + [anon_sym_BANGin] = ACTIONS(3140), + [anon_sym_is] = ACTIONS(3136), + [anon_sym_BANGis] = ACTIONS(3140), + [anon_sym_PLUS] = ACTIONS(3136), + [anon_sym_DASH] = ACTIONS(3136), + [anon_sym_SLASH] = ACTIONS(3136), + [anon_sym_PERCENT] = ACTIONS(3136), + [anon_sym_as_QMARK] = ACTIONS(3140), + [anon_sym_PLUS_PLUS] = ACTIONS(3140), + [anon_sym_DASH_DASH] = ACTIONS(3140), + [anon_sym_BANG] = ACTIONS(3136), + [anon_sym_BANG_BANG] = ACTIONS(3140), + [anon_sym_suspend] = ACTIONS(3120), + [anon_sym_sealed] = ACTIONS(3122), + [anon_sym_annotation] = ACTIONS(3122), + [anon_sym_data] = ACTIONS(3122), + [anon_sym_inner] = ACTIONS(3122), + [anon_sym_override] = ACTIONS(3124), + [anon_sym_lateinit] = ACTIONS(3124), + [anon_sym_public] = ACTIONS(3126), + [anon_sym_private] = ACTIONS(3126), + [anon_sym_internal] = ACTIONS(3126), + [anon_sym_protected] = ACTIONS(3126), + [anon_sym_tailrec] = ACTIONS(3120), + [anon_sym_operator] = ACTIONS(3120), + [anon_sym_infix] = ACTIONS(3120), + [anon_sym_inline] = ACTIONS(3120), + [anon_sym_external] = ACTIONS(3120), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3130), + [anon_sym_final] = ACTIONS(3130), + [anon_sym_open] = ACTIONS(3130), + [anon_sym_vararg] = ACTIONS(3132), + [anon_sym_noinline] = ACTIONS(3132), + [anon_sym_crossinline] = ACTIONS(3132), + [anon_sym_expect] = ACTIONS(3134), + [anon_sym_actual] = ACTIONS(3134), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3140), + [anon_sym_continue_AT] = ACTIONS(3140), + [anon_sym_break_AT] = ACTIONS(3140), + [sym_real_literal] = ACTIONS(3140), + [sym_integer_literal] = ACTIONS(3136), + [sym_hex_literal] = ACTIONS(3140), + [sym_bin_literal] = ACTIONS(3140), + [anon_sym_true] = ACTIONS(3136), + [anon_sym_false] = ACTIONS(3136), + [anon_sym_SQUOTE] = ACTIONS(3140), + [sym__backtick_identifier] = ACTIONS(3140), + [sym__automatic_semicolon] = ACTIONS(3140), + [sym_safe_nav] = ACTIONS(3140), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3140), + }, + [383] = { + [sym_primary_constructor] = STATE(2842), + [sym_class_body] = STATE(3459), + [sym__class_parameters] = STATE(3113), + [sym_type_parameters] = STATE(421), + [sym_type_constraints] = STATE(3043), + [sym_modifiers] = STATE(9209), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3136), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_COLON] = ACTIONS(3142), + [anon_sym_LBRACK] = ACTIONS(3140), + [anon_sym_as] = ACTIONS(3136), + [anon_sym_EQ] = ACTIONS(3136), + [anon_sym_constructor] = ACTIONS(3110), [anon_sym_LBRACE] = ACTIONS(3144), [anon_sym_RBRACE] = ACTIONS(3140), - [anon_sym_LPAREN] = ACTIONS(3146), + [anon_sym_LPAREN] = ACTIONS(3114), [anon_sym_COMMA] = ACTIONS(3140), [anon_sym_LT] = ACTIONS(3116), [anon_sym_GT] = ACTIONS(3136), - [anon_sym_where] = ACTIONS(3148), + [anon_sym_where] = ACTIONS(3118), [anon_sym_object] = ACTIONS(3136), [anon_sym_fun] = ACTIONS(3136), [anon_sym_DOT] = ACTIONS(3136), @@ -81824,73 +82301,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(3140), }, - [381] = { - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(2232), - [sym__comparison_operator] = STATE(2233), - [sym__in_operator] = STATE(2234), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(2236), - [sym__multiplicative_operator] = STATE(2239), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_annotation] = STATE(7858), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2240), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), + [384] = { + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(2189), + [sym__comparison_operator] = STATE(2187), + [sym__in_operator] = STATE(2185), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(2184), + [sym__multiplicative_operator] = STATE(2151), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_annotation] = STATE(7880), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2122), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), - [anon_sym_EQ] = ACTIONS(3049), + [anon_sym_EQ] = ACTIONS(3040), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(3051), + [anon_sym_RBRACE] = ACTIONS(3042), [anon_sym_LPAREN] = ACTIONS(1698), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(1798), - [anon_sym_object] = ACTIONS(3049), - [anon_sym_fun] = ACTIONS(3049), + [anon_sym_object] = ACTIONS(3040), + [anon_sym_fun] = ACTIONS(3040), [anon_sym_DOT] = ACTIONS(1704), - [anon_sym_SEMI] = ACTIONS(3051), + [anon_sym_SEMI] = ACTIONS(3042), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(3049), - [anon_sym_super] = ACTIONS(3049), + [anon_sym_this] = ACTIONS(3040), + [anon_sym_super] = ACTIONS(3040), [anon_sym_STAR] = ACTIONS(1806), [sym_label] = ACTIONS(1714), [anon_sym_in] = ACTIONS(1808), [anon_sym_DOT_DOT] = ACTIONS(1810), [anon_sym_QMARK_COLON] = ACTIONS(1812), - [anon_sym_AMP_AMP] = ACTIONS(1814), - [anon_sym_PIPE_PIPE] = ACTIONS(1816), - [anon_sym_null] = ACTIONS(3049), - [anon_sym_if] = ACTIONS(3049), - [anon_sym_else] = ACTIONS(3049), - [anon_sym_when] = ACTIONS(3049), - [anon_sym_try] = ACTIONS(3049), - [anon_sym_throw] = ACTIONS(3049), - [anon_sym_return] = ACTIONS(3049), - [anon_sym_continue] = ACTIONS(3049), - [anon_sym_break] = ACTIONS(3049), + [anon_sym_AMP_AMP] = ACTIONS(3042), + [anon_sym_PIPE_PIPE] = ACTIONS(3042), + [anon_sym_null] = ACTIONS(3040), + [anon_sym_if] = ACTIONS(3040), + [anon_sym_else] = ACTIONS(3040), + [anon_sym_when] = ACTIONS(3040), + [anon_sym_try] = ACTIONS(3040), + [anon_sym_throw] = ACTIONS(3040), + [anon_sym_return] = ACTIONS(3040), + [anon_sym_continue] = ACTIONS(3040), + [anon_sym_break] = ACTIONS(3040), [anon_sym_COLON_COLON] = ACTIONS(1726), - [anon_sym_PLUS_EQ] = ACTIONS(3051), - [anon_sym_DASH_EQ] = ACTIONS(3051), - [anon_sym_STAR_EQ] = ACTIONS(3051), - [anon_sym_SLASH_EQ] = ACTIONS(3051), - [anon_sym_PERCENT_EQ] = ACTIONS(3051), - [anon_sym_BANG_EQ] = ACTIONS(1818), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1820), - [anon_sym_EQ_EQ] = ACTIONS(1818), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1820), + [anon_sym_PLUS_EQ] = ACTIONS(3042), + [anon_sym_DASH_EQ] = ACTIONS(3042), + [anon_sym_STAR_EQ] = ACTIONS(3042), + [anon_sym_SLASH_EQ] = ACTIONS(3042), + [anon_sym_PERCENT_EQ] = ACTIONS(3042), + [anon_sym_BANG_EQ] = ACTIONS(3040), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3042), + [anon_sym_EQ_EQ] = ACTIONS(3040), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3042), [anon_sym_LT_EQ] = ACTIONS(1822), [anon_sym_GT_EQ] = ACTIONS(1822), [anon_sym_BANGin] = ACTIONS(1824), @@ -81903,131 +82380,623 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(3049), + [anon_sym_BANG] = ACTIONS(3040), [anon_sym_BANG_BANG] = ACTIONS(1744), - [anon_sym_suspend] = ACTIONS(3049), - [anon_sym_sealed] = ACTIONS(3049), - [anon_sym_annotation] = ACTIONS(3049), + [anon_sym_suspend] = ACTIONS(3040), + [anon_sym_sealed] = ACTIONS(3040), + [anon_sym_annotation] = ACTIONS(3040), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3049), - [anon_sym_lateinit] = ACTIONS(3049), - [anon_sym_public] = ACTIONS(3049), - [anon_sym_private] = ACTIONS(3049), - [anon_sym_internal] = ACTIONS(3049), - [anon_sym_protected] = ACTIONS(3049), - [anon_sym_tailrec] = ACTIONS(3049), - [anon_sym_operator] = ACTIONS(3049), - [anon_sym_infix] = ACTIONS(3049), - [anon_sym_inline] = ACTIONS(3049), - [anon_sym_external] = ACTIONS(3049), - [sym_property_modifier] = ACTIONS(3049), - [anon_sym_abstract] = ACTIONS(3049), - [anon_sym_final] = ACTIONS(3049), - [anon_sym_open] = ACTIONS(3049), - [anon_sym_vararg] = ACTIONS(3049), - [anon_sym_noinline] = ACTIONS(3049), - [anon_sym_crossinline] = ACTIONS(3049), + [anon_sym_override] = ACTIONS(3040), + [anon_sym_lateinit] = ACTIONS(3040), + [anon_sym_public] = ACTIONS(3040), + [anon_sym_private] = ACTIONS(3040), + [anon_sym_internal] = ACTIONS(3040), + [anon_sym_protected] = ACTIONS(3040), + [anon_sym_tailrec] = ACTIONS(3040), + [anon_sym_operator] = ACTIONS(3040), + [anon_sym_infix] = ACTIONS(3040), + [anon_sym_inline] = ACTIONS(3040), + [anon_sym_external] = ACTIONS(3040), + [sym_property_modifier] = ACTIONS(3040), + [anon_sym_abstract] = ACTIONS(3040), + [anon_sym_final] = ACTIONS(3040), + [anon_sym_open] = ACTIONS(3040), + [anon_sym_vararg] = ACTIONS(3040), + [anon_sym_noinline] = ACTIONS(3040), + [anon_sym_crossinline] = ACTIONS(3040), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3051), - [anon_sym_continue_AT] = ACTIONS(3051), - [anon_sym_break_AT] = ACTIONS(3051), - [sym_real_literal] = ACTIONS(3051), - [sym_integer_literal] = ACTIONS(3049), - [sym_hex_literal] = ACTIONS(3051), - [sym_bin_literal] = ACTIONS(3051), - [anon_sym_true] = ACTIONS(3049), - [anon_sym_false] = ACTIONS(3049), - [anon_sym_SQUOTE] = ACTIONS(3051), + [anon_sym_return_AT] = ACTIONS(3042), + [anon_sym_continue_AT] = ACTIONS(3042), + [anon_sym_break_AT] = ACTIONS(3042), + [sym_real_literal] = ACTIONS(3042), + [sym_integer_literal] = ACTIONS(3040), + [sym_hex_literal] = ACTIONS(3042), + [sym_bin_literal] = ACTIONS(3042), + [anon_sym_true] = ACTIONS(3040), + [anon_sym_false] = ACTIONS(3040), + [anon_sym_SQUOTE] = ACTIONS(3042), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3051), + [sym__automatic_semicolon] = ACTIONS(3042), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3051), + [sym__string_start] = ACTIONS(3042), }, - [382] = { - [sym_primary_constructor] = STATE(2887), - [sym__class_parameters] = STATE(3036), - [sym_type_parameters] = STATE(412), - [sym_type_constraints] = STATE(3001), - [sym_enum_class_body] = STATE(3436), - [sym_modifiers] = STATE(9011), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3102), + [385] = { + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(2189), + [sym__comparison_operator] = STATE(2187), + [sym__in_operator] = STATE(2185), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(2184), + [sym__multiplicative_operator] = STATE(2151), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_annotation] = STATE(7880), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2122), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(1690), + [anon_sym_as] = ACTIONS(1692), + [anon_sym_EQ] = ACTIONS(3036), + [anon_sym_LBRACE] = ACTIONS(1612), + [anon_sym_RBRACE] = ACTIONS(3038), + [anon_sym_LPAREN] = ACTIONS(1698), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(3036), + [anon_sym_object] = ACTIONS(3036), + [anon_sym_fun] = ACTIONS(3036), + [anon_sym_DOT] = ACTIONS(1704), + [anon_sym_SEMI] = ACTIONS(3038), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_this] = ACTIONS(3036), + [anon_sym_super] = ACTIONS(3036), + [anon_sym_STAR] = ACTIONS(1806), + [sym_label] = ACTIONS(1714), + [anon_sym_in] = ACTIONS(1808), + [anon_sym_DOT_DOT] = ACTIONS(1810), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(3038), + [anon_sym_PIPE_PIPE] = ACTIONS(3038), + [anon_sym_null] = ACTIONS(3036), + [anon_sym_if] = ACTIONS(3036), + [anon_sym_else] = ACTIONS(3036), + [anon_sym_when] = ACTIONS(3036), + [anon_sym_try] = ACTIONS(3036), + [anon_sym_throw] = ACTIONS(3036), + [anon_sym_return] = ACTIONS(3036), + [anon_sym_continue] = ACTIONS(3036), + [anon_sym_break] = ACTIONS(3036), + [anon_sym_COLON_COLON] = ACTIONS(1726), + [anon_sym_PLUS_EQ] = ACTIONS(3038), + [anon_sym_DASH_EQ] = ACTIONS(3038), + [anon_sym_STAR_EQ] = ACTIONS(3038), + [anon_sym_SLASH_EQ] = ACTIONS(3038), + [anon_sym_PERCENT_EQ] = ACTIONS(3038), + [anon_sym_BANG_EQ] = ACTIONS(3036), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3038), + [anon_sym_EQ_EQ] = ACTIONS(3036), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3038), + [anon_sym_LT_EQ] = ACTIONS(3038), + [anon_sym_GT_EQ] = ACTIONS(3038), + [anon_sym_BANGin] = ACTIONS(1824), + [anon_sym_is] = ACTIONS(1736), + [anon_sym_BANGis] = ACTIONS(1738), + [anon_sym_PLUS] = ACTIONS(1826), + [anon_sym_DASH] = ACTIONS(1826), + [anon_sym_SLASH] = ACTIONS(1806), + [anon_sym_PERCENT] = ACTIONS(1806), + [anon_sym_as_QMARK] = ACTIONS(1742), + [anon_sym_PLUS_PLUS] = ACTIONS(1744), + [anon_sym_DASH_DASH] = ACTIONS(1744), + [anon_sym_BANG] = ACTIONS(3036), + [anon_sym_BANG_BANG] = ACTIONS(1744), + [anon_sym_suspend] = ACTIONS(3036), + [anon_sym_sealed] = ACTIONS(3036), + [anon_sym_annotation] = ACTIONS(3036), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_override] = ACTIONS(3036), + [anon_sym_lateinit] = ACTIONS(3036), + [anon_sym_public] = ACTIONS(3036), + [anon_sym_private] = ACTIONS(3036), + [anon_sym_internal] = ACTIONS(3036), + [anon_sym_protected] = ACTIONS(3036), + [anon_sym_tailrec] = ACTIONS(3036), + [anon_sym_operator] = ACTIONS(3036), + [anon_sym_infix] = ACTIONS(3036), + [anon_sym_inline] = ACTIONS(3036), + [anon_sym_external] = ACTIONS(3036), + [sym_property_modifier] = ACTIONS(3036), + [anon_sym_abstract] = ACTIONS(3036), + [anon_sym_final] = ACTIONS(3036), + [anon_sym_open] = ACTIONS(3036), + [anon_sym_vararg] = ACTIONS(3036), + [anon_sym_noinline] = ACTIONS(3036), + [anon_sym_crossinline] = ACTIONS(3036), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3038), + [anon_sym_continue_AT] = ACTIONS(3038), + [anon_sym_break_AT] = ACTIONS(3038), + [sym_real_literal] = ACTIONS(3038), + [sym_integer_literal] = ACTIONS(3036), + [sym_hex_literal] = ACTIONS(3038), + [sym_bin_literal] = ACTIONS(3038), + [anon_sym_true] = ACTIONS(3036), + [anon_sym_false] = ACTIONS(3036), + [anon_sym_SQUOTE] = ACTIONS(3038), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(3038), + [sym_safe_nav] = ACTIONS(1726), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3038), + }, + [386] = { + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(2189), + [sym__comparison_operator] = STATE(2187), + [sym__in_operator] = STATE(2185), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(2184), + [sym__multiplicative_operator] = STATE(2151), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_annotation] = STATE(7880), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2122), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(1690), + [anon_sym_as] = ACTIONS(1692), + [anon_sym_EQ] = ACTIONS(3029), + [anon_sym_LBRACE] = ACTIONS(1612), + [anon_sym_RBRACE] = ACTIONS(3031), + [anon_sym_LPAREN] = ACTIONS(1698), + [anon_sym_LT] = ACTIONS(3033), + [anon_sym_GT] = ACTIONS(3029), + [anon_sym_object] = ACTIONS(3029), + [anon_sym_fun] = ACTIONS(3029), + [anon_sym_DOT] = ACTIONS(1704), + [anon_sym_SEMI] = ACTIONS(3031), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_this] = ACTIONS(3029), + [anon_sym_super] = ACTIONS(3029), + [anon_sym_STAR] = ACTIONS(1806), + [sym_label] = ACTIONS(1714), + [anon_sym_in] = ACTIONS(3029), + [anon_sym_DOT_DOT] = ACTIONS(1810), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(3031), + [anon_sym_PIPE_PIPE] = ACTIONS(3031), + [anon_sym_null] = ACTIONS(3029), + [anon_sym_if] = ACTIONS(3029), + [anon_sym_else] = ACTIONS(3029), + [anon_sym_when] = ACTIONS(3029), + [anon_sym_try] = ACTIONS(3029), + [anon_sym_throw] = ACTIONS(3029), + [anon_sym_return] = ACTIONS(3029), + [anon_sym_continue] = ACTIONS(3029), + [anon_sym_break] = ACTIONS(3029), + [anon_sym_COLON_COLON] = ACTIONS(1726), + [anon_sym_PLUS_EQ] = ACTIONS(3031), + [anon_sym_DASH_EQ] = ACTIONS(3031), + [anon_sym_STAR_EQ] = ACTIONS(3031), + [anon_sym_SLASH_EQ] = ACTIONS(3031), + [anon_sym_PERCENT_EQ] = ACTIONS(3031), + [anon_sym_BANG_EQ] = ACTIONS(3029), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3031), + [anon_sym_EQ_EQ] = ACTIONS(3029), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3031), + [anon_sym_LT_EQ] = ACTIONS(3031), + [anon_sym_GT_EQ] = ACTIONS(3031), + [anon_sym_BANGin] = ACTIONS(3031), + [anon_sym_is] = ACTIONS(3029), + [anon_sym_BANGis] = ACTIONS(3031), + [anon_sym_PLUS] = ACTIONS(1826), + [anon_sym_DASH] = ACTIONS(1826), + [anon_sym_SLASH] = ACTIONS(1806), + [anon_sym_PERCENT] = ACTIONS(1806), + [anon_sym_as_QMARK] = ACTIONS(1742), + [anon_sym_PLUS_PLUS] = ACTIONS(1744), + [anon_sym_DASH_DASH] = ACTIONS(1744), + [anon_sym_BANG] = ACTIONS(3029), + [anon_sym_BANG_BANG] = ACTIONS(1744), + [anon_sym_suspend] = ACTIONS(3029), + [anon_sym_sealed] = ACTIONS(3029), + [anon_sym_annotation] = ACTIONS(3029), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_override] = ACTIONS(3029), + [anon_sym_lateinit] = ACTIONS(3029), + [anon_sym_public] = ACTIONS(3029), + [anon_sym_private] = ACTIONS(3029), + [anon_sym_internal] = ACTIONS(3029), + [anon_sym_protected] = ACTIONS(3029), + [anon_sym_tailrec] = ACTIONS(3029), + [anon_sym_operator] = ACTIONS(3029), + [anon_sym_infix] = ACTIONS(3029), + [anon_sym_inline] = ACTIONS(3029), + [anon_sym_external] = ACTIONS(3029), + [sym_property_modifier] = ACTIONS(3029), + [anon_sym_abstract] = ACTIONS(3029), + [anon_sym_final] = ACTIONS(3029), + [anon_sym_open] = ACTIONS(3029), + [anon_sym_vararg] = ACTIONS(3029), + [anon_sym_noinline] = ACTIONS(3029), + [anon_sym_crossinline] = ACTIONS(3029), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3031), + [anon_sym_continue_AT] = ACTIONS(3031), + [anon_sym_break_AT] = ACTIONS(3031), + [sym_real_literal] = ACTIONS(3031), + [sym_integer_literal] = ACTIONS(3029), + [sym_hex_literal] = ACTIONS(3031), + [sym_bin_literal] = ACTIONS(3031), + [anon_sym_true] = ACTIONS(3029), + [anon_sym_false] = ACTIONS(3029), + [anon_sym_SQUOTE] = ACTIONS(3031), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(3031), + [sym_safe_nav] = ACTIONS(1726), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3031), + }, + [387] = { + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(2189), + [sym__comparison_operator] = STATE(2187), + [sym__in_operator] = STATE(2185), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(2184), + [sym__multiplicative_operator] = STATE(2151), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_annotation] = STATE(7880), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2122), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), + [sym__alpha_identifier] = ACTIONS(3022), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(1690), + [anon_sym_as] = ACTIONS(1692), + [anon_sym_EQ] = ACTIONS(3022), + [anon_sym_LBRACE] = ACTIONS(1612), + [anon_sym_RBRACE] = ACTIONS(3024), + [anon_sym_LPAREN] = ACTIONS(1698), + [anon_sym_LT] = ACTIONS(3026), + [anon_sym_GT] = ACTIONS(3022), + [anon_sym_object] = ACTIONS(3022), + [anon_sym_fun] = ACTIONS(3022), + [anon_sym_DOT] = ACTIONS(1704), + [anon_sym_SEMI] = ACTIONS(3024), + [anon_sym_get] = ACTIONS(3022), + [anon_sym_set] = ACTIONS(3022), + [anon_sym_this] = ACTIONS(3022), + [anon_sym_super] = ACTIONS(3022), + [anon_sym_STAR] = ACTIONS(1806), + [sym_label] = ACTIONS(1714), + [anon_sym_in] = ACTIONS(3022), + [anon_sym_DOT_DOT] = ACTIONS(3024), + [anon_sym_QMARK_COLON] = ACTIONS(3024), + [anon_sym_AMP_AMP] = ACTIONS(3024), + [anon_sym_PIPE_PIPE] = ACTIONS(3024), + [anon_sym_null] = ACTIONS(3022), + [anon_sym_if] = ACTIONS(3022), + [anon_sym_else] = ACTIONS(3022), + [anon_sym_when] = ACTIONS(3022), + [anon_sym_try] = ACTIONS(3022), + [anon_sym_throw] = ACTIONS(3022), + [anon_sym_return] = ACTIONS(3022), + [anon_sym_continue] = ACTIONS(3022), + [anon_sym_break] = ACTIONS(3022), + [anon_sym_COLON_COLON] = ACTIONS(1726), + [anon_sym_PLUS_EQ] = ACTIONS(3024), + [anon_sym_DASH_EQ] = ACTIONS(3024), + [anon_sym_STAR_EQ] = ACTIONS(3024), + [anon_sym_SLASH_EQ] = ACTIONS(3024), + [anon_sym_PERCENT_EQ] = ACTIONS(3024), + [anon_sym_BANG_EQ] = ACTIONS(3022), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3024), + [anon_sym_EQ_EQ] = ACTIONS(3022), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3024), + [anon_sym_LT_EQ] = ACTIONS(3024), + [anon_sym_GT_EQ] = ACTIONS(3024), + [anon_sym_BANGin] = ACTIONS(3024), + [anon_sym_is] = ACTIONS(3022), + [anon_sym_BANGis] = ACTIONS(3024), + [anon_sym_PLUS] = ACTIONS(3022), + [anon_sym_DASH] = ACTIONS(3022), + [anon_sym_SLASH] = ACTIONS(1806), + [anon_sym_PERCENT] = ACTIONS(1806), + [anon_sym_as_QMARK] = ACTIONS(1742), + [anon_sym_PLUS_PLUS] = ACTIONS(1744), + [anon_sym_DASH_DASH] = ACTIONS(1744), + [anon_sym_BANG] = ACTIONS(3022), + [anon_sym_BANG_BANG] = ACTIONS(1744), + [anon_sym_suspend] = ACTIONS(3022), + [anon_sym_sealed] = ACTIONS(3022), + [anon_sym_annotation] = ACTIONS(3022), + [anon_sym_data] = ACTIONS(3022), + [anon_sym_inner] = ACTIONS(3022), + [anon_sym_override] = ACTIONS(3022), + [anon_sym_lateinit] = ACTIONS(3022), + [anon_sym_public] = ACTIONS(3022), + [anon_sym_private] = ACTIONS(3022), + [anon_sym_internal] = ACTIONS(3022), + [anon_sym_protected] = ACTIONS(3022), + [anon_sym_tailrec] = ACTIONS(3022), + [anon_sym_operator] = ACTIONS(3022), + [anon_sym_infix] = ACTIONS(3022), + [anon_sym_inline] = ACTIONS(3022), + [anon_sym_external] = ACTIONS(3022), + [sym_property_modifier] = ACTIONS(3022), + [anon_sym_abstract] = ACTIONS(3022), + [anon_sym_final] = ACTIONS(3022), + [anon_sym_open] = ACTIONS(3022), + [anon_sym_vararg] = ACTIONS(3022), + [anon_sym_noinline] = ACTIONS(3022), + [anon_sym_crossinline] = ACTIONS(3022), + [anon_sym_expect] = ACTIONS(3022), + [anon_sym_actual] = ACTIONS(3022), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3024), + [anon_sym_continue_AT] = ACTIONS(3024), + [anon_sym_break_AT] = ACTIONS(3024), + [sym_real_literal] = ACTIONS(3024), + [sym_integer_literal] = ACTIONS(3022), + [sym_hex_literal] = ACTIONS(3024), + [sym_bin_literal] = ACTIONS(3024), + [anon_sym_true] = ACTIONS(3022), + [anon_sym_false] = ACTIONS(3022), + [anon_sym_SQUOTE] = ACTIONS(3024), + [sym__backtick_identifier] = ACTIONS(3024), + [sym__automatic_semicolon] = ACTIONS(3024), + [sym_safe_nav] = ACTIONS(1726), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3024), + }, + [388] = { + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(2189), + [sym__comparison_operator] = STATE(2187), + [sym__in_operator] = STATE(2185), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(2184), + [sym__multiplicative_operator] = STATE(2151), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_annotation] = STATE(7880), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2122), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), + [sym__alpha_identifier] = ACTIONS(3011), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(1690), + [anon_sym_as] = ACTIONS(1692), + [anon_sym_EQ] = ACTIONS(3011), + [anon_sym_LBRACE] = ACTIONS(1612), + [anon_sym_RBRACE] = ACTIONS(3013), + [anon_sym_LPAREN] = ACTIONS(1698), + [anon_sym_LT] = ACTIONS(3015), + [anon_sym_GT] = ACTIONS(3011), + [anon_sym_object] = ACTIONS(3011), + [anon_sym_fun] = ACTIONS(3011), + [anon_sym_DOT] = ACTIONS(1704), + [anon_sym_SEMI] = ACTIONS(3013), + [anon_sym_get] = ACTIONS(3011), + [anon_sym_set] = ACTIONS(3011), + [anon_sym_this] = ACTIONS(3011), + [anon_sym_super] = ACTIONS(3011), + [anon_sym_STAR] = ACTIONS(3011), + [sym_label] = ACTIONS(1714), + [anon_sym_in] = ACTIONS(3011), + [anon_sym_DOT_DOT] = ACTIONS(3013), + [anon_sym_QMARK_COLON] = ACTIONS(3013), + [anon_sym_AMP_AMP] = ACTIONS(3013), + [anon_sym_PIPE_PIPE] = ACTIONS(3013), + [anon_sym_null] = ACTIONS(3011), + [anon_sym_if] = ACTIONS(3011), + [anon_sym_else] = ACTIONS(3011), + [anon_sym_when] = ACTIONS(3011), + [anon_sym_try] = ACTIONS(3011), + [anon_sym_throw] = ACTIONS(3011), + [anon_sym_return] = ACTIONS(3011), + [anon_sym_continue] = ACTIONS(3011), + [anon_sym_break] = ACTIONS(3011), + [anon_sym_COLON_COLON] = ACTIONS(1726), + [anon_sym_PLUS_EQ] = ACTIONS(3013), + [anon_sym_DASH_EQ] = ACTIONS(3013), + [anon_sym_STAR_EQ] = ACTIONS(3013), + [anon_sym_SLASH_EQ] = ACTIONS(3013), + [anon_sym_PERCENT_EQ] = ACTIONS(3013), + [anon_sym_BANG_EQ] = ACTIONS(3011), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3013), + [anon_sym_EQ_EQ] = ACTIONS(3011), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3013), + [anon_sym_LT_EQ] = ACTIONS(3013), + [anon_sym_GT_EQ] = ACTIONS(3013), + [anon_sym_BANGin] = ACTIONS(3013), + [anon_sym_is] = ACTIONS(3011), + [anon_sym_BANGis] = ACTIONS(3013), + [anon_sym_PLUS] = ACTIONS(3011), + [anon_sym_DASH] = ACTIONS(3011), + [anon_sym_SLASH] = ACTIONS(3011), + [anon_sym_PERCENT] = ACTIONS(3011), + [anon_sym_as_QMARK] = ACTIONS(1742), + [anon_sym_PLUS_PLUS] = ACTIONS(1744), + [anon_sym_DASH_DASH] = ACTIONS(1744), + [anon_sym_BANG] = ACTIONS(3011), + [anon_sym_BANG_BANG] = ACTIONS(1744), + [anon_sym_suspend] = ACTIONS(3011), + [anon_sym_sealed] = ACTIONS(3011), + [anon_sym_annotation] = ACTIONS(3011), + [anon_sym_data] = ACTIONS(3011), + [anon_sym_inner] = ACTIONS(3011), + [anon_sym_override] = ACTIONS(3011), + [anon_sym_lateinit] = ACTIONS(3011), + [anon_sym_public] = ACTIONS(3011), + [anon_sym_private] = ACTIONS(3011), + [anon_sym_internal] = ACTIONS(3011), + [anon_sym_protected] = ACTIONS(3011), + [anon_sym_tailrec] = ACTIONS(3011), + [anon_sym_operator] = ACTIONS(3011), + [anon_sym_infix] = ACTIONS(3011), + [anon_sym_inline] = ACTIONS(3011), + [anon_sym_external] = ACTIONS(3011), + [sym_property_modifier] = ACTIONS(3011), + [anon_sym_abstract] = ACTIONS(3011), + [anon_sym_final] = ACTIONS(3011), + [anon_sym_open] = ACTIONS(3011), + [anon_sym_vararg] = ACTIONS(3011), + [anon_sym_noinline] = ACTIONS(3011), + [anon_sym_crossinline] = ACTIONS(3011), + [anon_sym_expect] = ACTIONS(3011), + [anon_sym_actual] = ACTIONS(3011), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3013), + [anon_sym_continue_AT] = ACTIONS(3013), + [anon_sym_break_AT] = ACTIONS(3013), + [sym_real_literal] = ACTIONS(3013), + [sym_integer_literal] = ACTIONS(3011), + [sym_hex_literal] = ACTIONS(3013), + [sym_bin_literal] = ACTIONS(3013), + [anon_sym_true] = ACTIONS(3011), + [anon_sym_false] = ACTIONS(3011), + [anon_sym_SQUOTE] = ACTIONS(3013), + [sym__backtick_identifier] = ACTIONS(3013), + [sym__automatic_semicolon] = ACTIONS(3013), + [sym_safe_nav] = ACTIONS(1726), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3013), + }, + [389] = { + [sym_primary_constructor] = STATE(2861), + [sym_class_body] = STATE(3465), + [sym__class_parameters] = STATE(3113), + [sym_type_parameters] = STATE(416), + [sym_type_constraints] = STATE(2994), + [sym_modifiers] = STATE(9209), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3146), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(3150), - [anon_sym_LBRACK] = ACTIONS(3108), - [anon_sym_as] = ACTIONS(3102), - [anon_sym_EQ] = ACTIONS(3102), + [anon_sym_COLON] = ACTIONS(3148), + [anon_sym_LBRACK] = ACTIONS(3150), + [anon_sym_as] = ACTIONS(3146), + [anon_sym_EQ] = ACTIONS(3146), [anon_sym_constructor] = ACTIONS(3110), - [anon_sym_LBRACE] = ACTIONS(3152), - [anon_sym_RBRACE] = ACTIONS(3108), + [anon_sym_LBRACE] = ACTIONS(3144), + [anon_sym_RBRACE] = ACTIONS(3150), [anon_sym_LPAREN] = ACTIONS(3114), - [anon_sym_COMMA] = ACTIONS(3108), + [anon_sym_COMMA] = ACTIONS(3150), [anon_sym_LT] = ACTIONS(3116), - [anon_sym_GT] = ACTIONS(3102), + [anon_sym_GT] = ACTIONS(3146), [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(3102), - [anon_sym_fun] = ACTIONS(3102), - [anon_sym_DOT] = ACTIONS(3102), - [anon_sym_SEMI] = ACTIONS(3108), - [anon_sym_get] = ACTIONS(3102), - [anon_sym_set] = ACTIONS(3102), - [anon_sym_this] = ACTIONS(3102), - [anon_sym_super] = ACTIONS(3102), - [anon_sym_STAR] = ACTIONS(3102), - [sym_label] = ACTIONS(3102), - [anon_sym_in] = ACTIONS(3102), - [anon_sym_DOT_DOT] = ACTIONS(3108), - [anon_sym_QMARK_COLON] = ACTIONS(3108), - [anon_sym_AMP_AMP] = ACTIONS(3108), - [anon_sym_PIPE_PIPE] = ACTIONS(3108), - [anon_sym_null] = ACTIONS(3102), - [anon_sym_if] = ACTIONS(3102), - [anon_sym_else] = ACTIONS(3102), - [anon_sym_when] = ACTIONS(3102), - [anon_sym_try] = ACTIONS(3102), - [anon_sym_throw] = ACTIONS(3102), - [anon_sym_return] = ACTIONS(3102), - [anon_sym_continue] = ACTIONS(3102), - [anon_sym_break] = ACTIONS(3102), - [anon_sym_COLON_COLON] = ACTIONS(3108), - [anon_sym_PLUS_EQ] = ACTIONS(3108), - [anon_sym_DASH_EQ] = ACTIONS(3108), - [anon_sym_STAR_EQ] = ACTIONS(3108), - [anon_sym_SLASH_EQ] = ACTIONS(3108), - [anon_sym_PERCENT_EQ] = ACTIONS(3108), - [anon_sym_BANG_EQ] = ACTIONS(3102), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3108), - [anon_sym_EQ_EQ] = ACTIONS(3102), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3108), - [anon_sym_LT_EQ] = ACTIONS(3108), - [anon_sym_GT_EQ] = ACTIONS(3108), - [anon_sym_BANGin] = ACTIONS(3108), - [anon_sym_is] = ACTIONS(3102), - [anon_sym_BANGis] = ACTIONS(3108), - [anon_sym_PLUS] = ACTIONS(3102), - [anon_sym_DASH] = ACTIONS(3102), - [anon_sym_SLASH] = ACTIONS(3102), - [anon_sym_PERCENT] = ACTIONS(3102), - [anon_sym_as_QMARK] = ACTIONS(3108), - [anon_sym_PLUS_PLUS] = ACTIONS(3108), - [anon_sym_DASH_DASH] = ACTIONS(3108), - [anon_sym_BANG] = ACTIONS(3102), - [anon_sym_BANG_BANG] = ACTIONS(3108), + [anon_sym_object] = ACTIONS(3146), + [anon_sym_fun] = ACTIONS(3146), + [anon_sym_DOT] = ACTIONS(3146), + [anon_sym_SEMI] = ACTIONS(3150), + [anon_sym_get] = ACTIONS(3146), + [anon_sym_set] = ACTIONS(3146), + [anon_sym_this] = ACTIONS(3146), + [anon_sym_super] = ACTIONS(3146), + [anon_sym_STAR] = ACTIONS(3146), + [sym_label] = ACTIONS(3146), + [anon_sym_in] = ACTIONS(3146), + [anon_sym_DOT_DOT] = ACTIONS(3150), + [anon_sym_QMARK_COLON] = ACTIONS(3150), + [anon_sym_AMP_AMP] = ACTIONS(3150), + [anon_sym_PIPE_PIPE] = ACTIONS(3150), + [anon_sym_null] = ACTIONS(3146), + [anon_sym_if] = ACTIONS(3146), + [anon_sym_else] = ACTIONS(3146), + [anon_sym_when] = ACTIONS(3146), + [anon_sym_try] = ACTIONS(3146), + [anon_sym_throw] = ACTIONS(3146), + [anon_sym_return] = ACTIONS(3146), + [anon_sym_continue] = ACTIONS(3146), + [anon_sym_break] = ACTIONS(3146), + [anon_sym_COLON_COLON] = ACTIONS(3150), + [anon_sym_PLUS_EQ] = ACTIONS(3150), + [anon_sym_DASH_EQ] = ACTIONS(3150), + [anon_sym_STAR_EQ] = ACTIONS(3150), + [anon_sym_SLASH_EQ] = ACTIONS(3150), + [anon_sym_PERCENT_EQ] = ACTIONS(3150), + [anon_sym_BANG_EQ] = ACTIONS(3146), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3150), + [anon_sym_EQ_EQ] = ACTIONS(3146), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3150), + [anon_sym_LT_EQ] = ACTIONS(3150), + [anon_sym_GT_EQ] = ACTIONS(3150), + [anon_sym_BANGin] = ACTIONS(3150), + [anon_sym_is] = ACTIONS(3146), + [anon_sym_BANGis] = ACTIONS(3150), + [anon_sym_PLUS] = ACTIONS(3146), + [anon_sym_DASH] = ACTIONS(3146), + [anon_sym_SLASH] = ACTIONS(3146), + [anon_sym_PERCENT] = ACTIONS(3146), + [anon_sym_as_QMARK] = ACTIONS(3150), + [anon_sym_PLUS_PLUS] = ACTIONS(3150), + [anon_sym_DASH_DASH] = ACTIONS(3150), + [anon_sym_BANG] = ACTIONS(3146), + [anon_sym_BANG_BANG] = ACTIONS(3150), [anon_sym_suspend] = ACTIONS(3120), [anon_sym_sealed] = ACTIONS(3122), [anon_sym_annotation] = ACTIONS(3122), @@ -82054,178 +83023,178 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3134), [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3108), - [anon_sym_continue_AT] = ACTIONS(3108), - [anon_sym_break_AT] = ACTIONS(3108), - [sym_real_literal] = ACTIONS(3108), - [sym_integer_literal] = ACTIONS(3102), - [sym_hex_literal] = ACTIONS(3108), - [sym_bin_literal] = ACTIONS(3108), - [anon_sym_true] = ACTIONS(3102), - [anon_sym_false] = ACTIONS(3102), - [anon_sym_SQUOTE] = ACTIONS(3108), - [sym__backtick_identifier] = ACTIONS(3108), - [sym__automatic_semicolon] = ACTIONS(3108), - [sym_safe_nav] = ACTIONS(3108), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3108), + [anon_sym_return_AT] = ACTIONS(3150), + [anon_sym_continue_AT] = ACTIONS(3150), + [anon_sym_break_AT] = ACTIONS(3150), + [sym_real_literal] = ACTIONS(3150), + [sym_integer_literal] = ACTIONS(3146), + [sym_hex_literal] = ACTIONS(3150), + [sym_bin_literal] = ACTIONS(3150), + [anon_sym_true] = ACTIONS(3146), + [anon_sym_false] = ACTIONS(3146), + [anon_sym_SQUOTE] = ACTIONS(3150), + [sym__backtick_identifier] = ACTIONS(3150), + [sym__automatic_semicolon] = ACTIONS(3150), + [sym_safe_nav] = ACTIONS(3150), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3150), }, - [383] = { - [sym_primary_constructor] = STATE(836), - [sym_class_body] = STATE(1115), - [sym__class_parameters] = STATE(963), - [sym_type_parameters] = STATE(411), - [sym_type_constraints] = STATE(1004), - [sym_modifiers] = STATE(9048), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3102), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(3154), - [anon_sym_LBRACK] = ACTIONS(3108), - [anon_sym_as] = ACTIONS(3102), - [anon_sym_EQ] = ACTIONS(3102), - [anon_sym_constructor] = ACTIONS(3142), - [anon_sym_LBRACE] = ACTIONS(3156), - [anon_sym_RBRACE] = ACTIONS(3108), - [anon_sym_LPAREN] = ACTIONS(3146), - [anon_sym_COMMA] = ACTIONS(3108), - [anon_sym_LT] = ACTIONS(3116), - [anon_sym_GT] = ACTIONS(3102), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(3102), - [anon_sym_fun] = ACTIONS(3102), - [anon_sym_DOT] = ACTIONS(3102), - [anon_sym_SEMI] = ACTIONS(3108), - [anon_sym_get] = ACTIONS(3102), - [anon_sym_set] = ACTIONS(3102), - [anon_sym_this] = ACTIONS(3102), - [anon_sym_super] = ACTIONS(3102), - [anon_sym_STAR] = ACTIONS(3102), - [sym_label] = ACTIONS(3102), - [anon_sym_in] = ACTIONS(3102), - [anon_sym_DOT_DOT] = ACTIONS(3108), - [anon_sym_QMARK_COLON] = ACTIONS(3108), - [anon_sym_AMP_AMP] = ACTIONS(3108), - [anon_sym_PIPE_PIPE] = ACTIONS(3108), - [anon_sym_null] = ACTIONS(3102), - [anon_sym_if] = ACTIONS(3102), - [anon_sym_else] = ACTIONS(3102), - [anon_sym_when] = ACTIONS(3102), - [anon_sym_try] = ACTIONS(3102), - [anon_sym_throw] = ACTIONS(3102), - [anon_sym_return] = ACTIONS(3102), - [anon_sym_continue] = ACTIONS(3102), - [anon_sym_break] = ACTIONS(3102), - [anon_sym_COLON_COLON] = ACTIONS(3108), - [anon_sym_PLUS_EQ] = ACTIONS(3108), - [anon_sym_DASH_EQ] = ACTIONS(3108), - [anon_sym_STAR_EQ] = ACTIONS(3108), - [anon_sym_SLASH_EQ] = ACTIONS(3108), - [anon_sym_PERCENT_EQ] = ACTIONS(3108), - [anon_sym_BANG_EQ] = ACTIONS(3102), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3108), - [anon_sym_EQ_EQ] = ACTIONS(3102), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3108), - [anon_sym_LT_EQ] = ACTIONS(3108), - [anon_sym_GT_EQ] = ACTIONS(3108), - [anon_sym_BANGin] = ACTIONS(3108), - [anon_sym_is] = ACTIONS(3102), - [anon_sym_BANGis] = ACTIONS(3108), - [anon_sym_PLUS] = ACTIONS(3102), - [anon_sym_DASH] = ACTIONS(3102), - [anon_sym_SLASH] = ACTIONS(3102), - [anon_sym_PERCENT] = ACTIONS(3102), - [anon_sym_as_QMARK] = ACTIONS(3108), - [anon_sym_PLUS_PLUS] = ACTIONS(3108), - [anon_sym_DASH_DASH] = ACTIONS(3108), - [anon_sym_BANG] = ACTIONS(3102), - [anon_sym_BANG_BANG] = ACTIONS(3108), - [anon_sym_suspend] = ACTIONS(3120), - [anon_sym_sealed] = ACTIONS(3122), - [anon_sym_annotation] = ACTIONS(3122), - [anon_sym_data] = ACTIONS(3122), - [anon_sym_inner] = ACTIONS(3122), - [anon_sym_override] = ACTIONS(3124), - [anon_sym_lateinit] = ACTIONS(3124), - [anon_sym_public] = ACTIONS(3126), - [anon_sym_private] = ACTIONS(3126), - [anon_sym_internal] = ACTIONS(3126), - [anon_sym_protected] = ACTIONS(3126), - [anon_sym_tailrec] = ACTIONS(3120), - [anon_sym_operator] = ACTIONS(3120), - [anon_sym_infix] = ACTIONS(3120), - [anon_sym_inline] = ACTIONS(3120), - [anon_sym_external] = ACTIONS(3120), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(3130), - [anon_sym_final] = ACTIONS(3130), - [anon_sym_open] = ACTIONS(3130), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3134), - [anon_sym_actual] = ACTIONS(3134), + [390] = { + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(2189), + [sym__comparison_operator] = STATE(2187), + [sym__in_operator] = STATE(2185), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(2184), + [sym__multiplicative_operator] = STATE(2151), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_annotation] = STATE(7880), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2122), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(1690), + [anon_sym_as] = ACTIONS(1692), + [anon_sym_EQ] = ACTIONS(3018), + [anon_sym_LBRACE] = ACTIONS(1612), + [anon_sym_RBRACE] = ACTIONS(3020), + [anon_sym_LPAREN] = ACTIONS(1698), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(1798), + [anon_sym_object] = ACTIONS(3018), + [anon_sym_fun] = ACTIONS(3018), + [anon_sym_DOT] = ACTIONS(1704), + [anon_sym_SEMI] = ACTIONS(3020), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_this] = ACTIONS(3018), + [anon_sym_super] = ACTIONS(3018), + [anon_sym_STAR] = ACTIONS(1806), + [sym_label] = ACTIONS(1714), + [anon_sym_in] = ACTIONS(1808), + [anon_sym_DOT_DOT] = ACTIONS(1810), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1814), + [anon_sym_PIPE_PIPE] = ACTIONS(1816), + [anon_sym_null] = ACTIONS(3018), + [anon_sym_if] = ACTIONS(3018), + [anon_sym_else] = ACTIONS(3018), + [anon_sym_when] = ACTIONS(3018), + [anon_sym_try] = ACTIONS(3018), + [anon_sym_throw] = ACTIONS(3018), + [anon_sym_return] = ACTIONS(3018), + [anon_sym_continue] = ACTIONS(3018), + [anon_sym_break] = ACTIONS(3018), + [anon_sym_COLON_COLON] = ACTIONS(1726), + [anon_sym_PLUS_EQ] = ACTIONS(3020), + [anon_sym_DASH_EQ] = ACTIONS(3020), + [anon_sym_STAR_EQ] = ACTIONS(3020), + [anon_sym_SLASH_EQ] = ACTIONS(3020), + [anon_sym_PERCENT_EQ] = ACTIONS(3020), + [anon_sym_BANG_EQ] = ACTIONS(1818), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1820), + [anon_sym_EQ_EQ] = ACTIONS(1818), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1820), + [anon_sym_LT_EQ] = ACTIONS(1822), + [anon_sym_GT_EQ] = ACTIONS(1822), + [anon_sym_BANGin] = ACTIONS(1824), + [anon_sym_is] = ACTIONS(1736), + [anon_sym_BANGis] = ACTIONS(1738), + [anon_sym_PLUS] = ACTIONS(1826), + [anon_sym_DASH] = ACTIONS(1826), + [anon_sym_SLASH] = ACTIONS(1806), + [anon_sym_PERCENT] = ACTIONS(1806), + [anon_sym_as_QMARK] = ACTIONS(1742), + [anon_sym_PLUS_PLUS] = ACTIONS(1744), + [anon_sym_DASH_DASH] = ACTIONS(1744), + [anon_sym_BANG] = ACTIONS(3018), + [anon_sym_BANG_BANG] = ACTIONS(1744), + [anon_sym_suspend] = ACTIONS(3018), + [anon_sym_sealed] = ACTIONS(3018), + [anon_sym_annotation] = ACTIONS(3018), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_override] = ACTIONS(3018), + [anon_sym_lateinit] = ACTIONS(3018), + [anon_sym_public] = ACTIONS(3018), + [anon_sym_private] = ACTIONS(3018), + [anon_sym_internal] = ACTIONS(3018), + [anon_sym_protected] = ACTIONS(3018), + [anon_sym_tailrec] = ACTIONS(3018), + [anon_sym_operator] = ACTIONS(3018), + [anon_sym_infix] = ACTIONS(3018), + [anon_sym_inline] = ACTIONS(3018), + [anon_sym_external] = ACTIONS(3018), + [sym_property_modifier] = ACTIONS(3018), + [anon_sym_abstract] = ACTIONS(3018), + [anon_sym_final] = ACTIONS(3018), + [anon_sym_open] = ACTIONS(3018), + [anon_sym_vararg] = ACTIONS(3018), + [anon_sym_noinline] = ACTIONS(3018), + [anon_sym_crossinline] = ACTIONS(3018), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3108), - [anon_sym_continue_AT] = ACTIONS(3108), - [anon_sym_break_AT] = ACTIONS(3108), - [sym_real_literal] = ACTIONS(3108), - [sym_integer_literal] = ACTIONS(3102), - [sym_hex_literal] = ACTIONS(3108), - [sym_bin_literal] = ACTIONS(3108), - [anon_sym_true] = ACTIONS(3102), - [anon_sym_false] = ACTIONS(3102), - [anon_sym_SQUOTE] = ACTIONS(3108), - [sym__backtick_identifier] = ACTIONS(3108), - [sym__automatic_semicolon] = ACTIONS(3108), - [sym_safe_nav] = ACTIONS(3108), + [anon_sym_return_AT] = ACTIONS(3020), + [anon_sym_continue_AT] = ACTIONS(3020), + [anon_sym_break_AT] = ACTIONS(3020), + [sym_real_literal] = ACTIONS(3020), + [sym_integer_literal] = ACTIONS(3018), + [sym_hex_literal] = ACTIONS(3020), + [sym_bin_literal] = ACTIONS(3020), + [anon_sym_true] = ACTIONS(3018), + [anon_sym_false] = ACTIONS(3018), + [anon_sym_SQUOTE] = ACTIONS(3020), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(3020), + [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3108), + [sym__string_start] = ACTIONS(3020), }, - [384] = { - [sym_primary_constructor] = STATE(834), - [sym__class_parameters] = STATE(963), - [sym_type_parameters] = STATE(421), - [sym_type_constraints] = STATE(989), - [sym_enum_class_body] = STATE(1115), - [sym_modifiers] = STATE(9048), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), + [391] = { + [sym_primary_constructor] = STATE(862), + [sym__class_parameters] = STATE(976), + [sym_type_parameters] = STATE(415), + [sym_type_constraints] = STATE(1026), + [sym_enum_class_body] = STATE(1192), + [sym_modifiers] = STATE(9192), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), [sym__alpha_identifier] = ACTIONS(3102), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(3158), + [anon_sym_COLON] = ACTIONS(3152), [anon_sym_LBRACK] = ACTIONS(3108), [anon_sym_as] = ACTIONS(3102), [anon_sym_EQ] = ACTIONS(3102), - [anon_sym_constructor] = ACTIONS(3142), - [anon_sym_LBRACE] = ACTIONS(3144), + [anon_sym_constructor] = ACTIONS(3154), + [anon_sym_LBRACE] = ACTIONS(3156), [anon_sym_RBRACE] = ACTIONS(3108), - [anon_sym_LPAREN] = ACTIONS(3146), + [anon_sym_LPAREN] = ACTIONS(3158), [anon_sym_COMMA] = ACTIONS(3108), [anon_sym_LT] = ACTIONS(3116), [anon_sym_GT] = ACTIONS(3102), - [anon_sym_where] = ACTIONS(3148), + [anon_sym_where] = ACTIONS(3160), [anon_sym_object] = ACTIONS(3102), [anon_sym_fun] = ACTIONS(3102), [anon_sym_DOT] = ACTIONS(3102), @@ -82316,78 +83285,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(3108), }, - [385] = { - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(2232), - [sym__comparison_operator] = STATE(2233), - [sym__in_operator] = STATE(2234), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(2236), - [sym__multiplicative_operator] = STATE(2239), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_annotation] = STATE(7858), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2240), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), - [sym__alpha_identifier] = ACTIONS(1686), + [392] = { + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(2189), + [sym__comparison_operator] = STATE(2187), + [sym__in_operator] = STATE(2185), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(2184), + [sym__multiplicative_operator] = STATE(2151), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_annotation] = STATE(7880), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2122), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), + [sym__alpha_identifier] = ACTIONS(3075), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), - [anon_sym_EQ] = ACTIONS(3019), + [anon_sym_EQ] = ACTIONS(3075), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(3021), + [anon_sym_RBRACE] = ACTIONS(3077), [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(1798), - [anon_sym_object] = ACTIONS(3019), - [anon_sym_fun] = ACTIONS(3019), + [anon_sym_LT] = ACTIONS(3079), + [anon_sym_GT] = ACTIONS(3075), + [anon_sym_object] = ACTIONS(3075), + [anon_sym_fun] = ACTIONS(3075), [anon_sym_DOT] = ACTIONS(1704), - [anon_sym_SEMI] = ACTIONS(3021), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(3019), - [anon_sym_super] = ACTIONS(3019), + [anon_sym_SEMI] = ACTIONS(3077), + [anon_sym_get] = ACTIONS(3075), + [anon_sym_set] = ACTIONS(3075), + [anon_sym_this] = ACTIONS(3075), + [anon_sym_super] = ACTIONS(3075), [anon_sym_STAR] = ACTIONS(1806), [sym_label] = ACTIONS(1714), - [anon_sym_in] = ACTIONS(1808), - [anon_sym_DOT_DOT] = ACTIONS(1810), - [anon_sym_QMARK_COLON] = ACTIONS(1812), - [anon_sym_AMP_AMP] = ACTIONS(1814), - [anon_sym_PIPE_PIPE] = ACTIONS(1816), - [anon_sym_null] = ACTIONS(3019), - [anon_sym_if] = ACTIONS(3019), - [anon_sym_else] = ACTIONS(3019), - [anon_sym_when] = ACTIONS(3019), - [anon_sym_try] = ACTIONS(3019), - [anon_sym_throw] = ACTIONS(3019), - [anon_sym_return] = ACTIONS(3019), - [anon_sym_continue] = ACTIONS(3019), - [anon_sym_break] = ACTIONS(3019), + [anon_sym_in] = ACTIONS(3075), + [anon_sym_DOT_DOT] = ACTIONS(3077), + [anon_sym_QMARK_COLON] = ACTIONS(3077), + [anon_sym_AMP_AMP] = ACTIONS(3077), + [anon_sym_PIPE_PIPE] = ACTIONS(3077), + [anon_sym_null] = ACTIONS(3075), + [anon_sym_if] = ACTIONS(3075), + [anon_sym_else] = ACTIONS(3075), + [anon_sym_when] = ACTIONS(3075), + [anon_sym_try] = ACTIONS(3075), + [anon_sym_throw] = ACTIONS(3075), + [anon_sym_return] = ACTIONS(3075), + [anon_sym_continue] = ACTIONS(3075), + [anon_sym_break] = ACTIONS(3075), [anon_sym_COLON_COLON] = ACTIONS(1726), - [anon_sym_PLUS_EQ] = ACTIONS(3021), - [anon_sym_DASH_EQ] = ACTIONS(3021), - [anon_sym_STAR_EQ] = ACTIONS(3021), - [anon_sym_SLASH_EQ] = ACTIONS(3021), - [anon_sym_PERCENT_EQ] = ACTIONS(3021), - [anon_sym_BANG_EQ] = ACTIONS(1818), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1820), - [anon_sym_EQ_EQ] = ACTIONS(1818), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1820), - [anon_sym_LT_EQ] = ACTIONS(1822), - [anon_sym_GT_EQ] = ACTIONS(1822), - [anon_sym_BANGin] = ACTIONS(1824), - [anon_sym_is] = ACTIONS(1736), - [anon_sym_BANGis] = ACTIONS(1738), + [anon_sym_PLUS_EQ] = ACTIONS(3077), + [anon_sym_DASH_EQ] = ACTIONS(3077), + [anon_sym_STAR_EQ] = ACTIONS(3077), + [anon_sym_SLASH_EQ] = ACTIONS(3077), + [anon_sym_PERCENT_EQ] = ACTIONS(3077), + [anon_sym_BANG_EQ] = ACTIONS(3075), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3077), + [anon_sym_EQ_EQ] = ACTIONS(3075), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3077), + [anon_sym_LT_EQ] = ACTIONS(3077), + [anon_sym_GT_EQ] = ACTIONS(3077), + [anon_sym_BANGin] = ACTIONS(3077), + [anon_sym_is] = ACTIONS(3075), + [anon_sym_BANGis] = ACTIONS(3077), [anon_sym_PLUS] = ACTIONS(1826), [anon_sym_DASH] = ACTIONS(1826), [anon_sym_SLASH] = ACTIONS(1806), @@ -82395,113 +83364,113 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(3019), + [anon_sym_BANG] = ACTIONS(3075), [anon_sym_BANG_BANG] = ACTIONS(1744), - [anon_sym_suspend] = ACTIONS(3019), - [anon_sym_sealed] = ACTIONS(3019), - [anon_sym_annotation] = ACTIONS(3019), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3019), - [anon_sym_lateinit] = ACTIONS(3019), - [anon_sym_public] = ACTIONS(3019), - [anon_sym_private] = ACTIONS(3019), - [anon_sym_internal] = ACTIONS(3019), - [anon_sym_protected] = ACTIONS(3019), - [anon_sym_tailrec] = ACTIONS(3019), - [anon_sym_operator] = ACTIONS(3019), - [anon_sym_infix] = ACTIONS(3019), - [anon_sym_inline] = ACTIONS(3019), - [anon_sym_external] = ACTIONS(3019), - [sym_property_modifier] = ACTIONS(3019), - [anon_sym_abstract] = ACTIONS(3019), - [anon_sym_final] = ACTIONS(3019), - [anon_sym_open] = ACTIONS(3019), - [anon_sym_vararg] = ACTIONS(3019), - [anon_sym_noinline] = ACTIONS(3019), - [anon_sym_crossinline] = ACTIONS(3019), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3021), - [anon_sym_continue_AT] = ACTIONS(3021), - [anon_sym_break_AT] = ACTIONS(3021), - [sym_real_literal] = ACTIONS(3021), - [sym_integer_literal] = ACTIONS(3019), - [sym_hex_literal] = ACTIONS(3021), - [sym_bin_literal] = ACTIONS(3021), - [anon_sym_true] = ACTIONS(3019), - [anon_sym_false] = ACTIONS(3019), - [anon_sym_SQUOTE] = ACTIONS(3021), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3021), + [anon_sym_suspend] = ACTIONS(3075), + [anon_sym_sealed] = ACTIONS(3075), + [anon_sym_annotation] = ACTIONS(3075), + [anon_sym_data] = ACTIONS(3075), + [anon_sym_inner] = ACTIONS(3075), + [anon_sym_override] = ACTIONS(3075), + [anon_sym_lateinit] = ACTIONS(3075), + [anon_sym_public] = ACTIONS(3075), + [anon_sym_private] = ACTIONS(3075), + [anon_sym_internal] = ACTIONS(3075), + [anon_sym_protected] = ACTIONS(3075), + [anon_sym_tailrec] = ACTIONS(3075), + [anon_sym_operator] = ACTIONS(3075), + [anon_sym_infix] = ACTIONS(3075), + [anon_sym_inline] = ACTIONS(3075), + [anon_sym_external] = ACTIONS(3075), + [sym_property_modifier] = ACTIONS(3075), + [anon_sym_abstract] = ACTIONS(3075), + [anon_sym_final] = ACTIONS(3075), + [anon_sym_open] = ACTIONS(3075), + [anon_sym_vararg] = ACTIONS(3075), + [anon_sym_noinline] = ACTIONS(3075), + [anon_sym_crossinline] = ACTIONS(3075), + [anon_sym_expect] = ACTIONS(3075), + [anon_sym_actual] = ACTIONS(3075), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3077), + [anon_sym_continue_AT] = ACTIONS(3077), + [anon_sym_break_AT] = ACTIONS(3077), + [sym_real_literal] = ACTIONS(3077), + [sym_integer_literal] = ACTIONS(3075), + [sym_hex_literal] = ACTIONS(3077), + [sym_bin_literal] = ACTIONS(3077), + [anon_sym_true] = ACTIONS(3075), + [anon_sym_false] = ACTIONS(3075), + [anon_sym_SQUOTE] = ACTIONS(3077), + [sym__backtick_identifier] = ACTIONS(3077), + [sym__automatic_semicolon] = ACTIONS(3077), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3021), + [sym__string_start] = ACTIONS(3077), }, - [386] = { - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(2232), - [sym__comparison_operator] = STATE(2233), - [sym__in_operator] = STATE(2234), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(2236), - [sym__multiplicative_operator] = STATE(2239), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_annotation] = STATE(7858), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2240), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), + [393] = { + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(2189), + [sym__comparison_operator] = STATE(2187), + [sym__in_operator] = STATE(2185), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(2184), + [sym__multiplicative_operator] = STATE(2151), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_annotation] = STATE(7880), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2122), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), - [anon_sym_EQ] = ACTIONS(3053), + [anon_sym_EQ] = ACTIONS(3048), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(3055), + [anon_sym_RBRACE] = ACTIONS(3050), [anon_sym_LPAREN] = ACTIONS(1698), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(1798), - [anon_sym_object] = ACTIONS(3053), - [anon_sym_fun] = ACTIONS(3053), + [anon_sym_object] = ACTIONS(3048), + [anon_sym_fun] = ACTIONS(3048), [anon_sym_DOT] = ACTIONS(1704), - [anon_sym_SEMI] = ACTIONS(3055), + [anon_sym_SEMI] = ACTIONS(3050), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(3053), - [anon_sym_super] = ACTIONS(3053), + [anon_sym_this] = ACTIONS(3048), + [anon_sym_super] = ACTIONS(3048), [anon_sym_STAR] = ACTIONS(1806), [sym_label] = ACTIONS(1714), [anon_sym_in] = ACTIONS(1808), [anon_sym_DOT_DOT] = ACTIONS(1810), [anon_sym_QMARK_COLON] = ACTIONS(1812), - [anon_sym_AMP_AMP] = ACTIONS(1814), - [anon_sym_PIPE_PIPE] = ACTIONS(1816), - [anon_sym_null] = ACTIONS(3053), - [anon_sym_if] = ACTIONS(3053), - [anon_sym_else] = ACTIONS(3053), - [anon_sym_when] = ACTIONS(3053), - [anon_sym_try] = ACTIONS(3053), - [anon_sym_throw] = ACTIONS(3053), - [anon_sym_return] = ACTIONS(3053), - [anon_sym_continue] = ACTIONS(3053), - [anon_sym_break] = ACTIONS(3053), + [anon_sym_AMP_AMP] = ACTIONS(3050), + [anon_sym_PIPE_PIPE] = ACTIONS(3050), + [anon_sym_null] = ACTIONS(3048), + [anon_sym_if] = ACTIONS(3048), + [anon_sym_else] = ACTIONS(3048), + [anon_sym_when] = ACTIONS(3048), + [anon_sym_try] = ACTIONS(3048), + [anon_sym_throw] = ACTIONS(3048), + [anon_sym_return] = ACTIONS(3048), + [anon_sym_continue] = ACTIONS(3048), + [anon_sym_break] = ACTIONS(3048), [anon_sym_COLON_COLON] = ACTIONS(1726), - [anon_sym_PLUS_EQ] = ACTIONS(3055), - [anon_sym_DASH_EQ] = ACTIONS(3055), - [anon_sym_STAR_EQ] = ACTIONS(3055), - [anon_sym_SLASH_EQ] = ACTIONS(3055), - [anon_sym_PERCENT_EQ] = ACTIONS(3055), + [anon_sym_PLUS_EQ] = ACTIONS(3050), + [anon_sym_DASH_EQ] = ACTIONS(3050), + [anon_sym_STAR_EQ] = ACTIONS(3050), + [anon_sym_SLASH_EQ] = ACTIONS(3050), + [anon_sym_PERCENT_EQ] = ACTIONS(3050), [anon_sym_BANG_EQ] = ACTIONS(1818), [anon_sym_BANG_EQ_EQ] = ACTIONS(1820), [anon_sym_EQ_EQ] = ACTIONS(1818), @@ -82518,245 +83487,122 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(3053), + [anon_sym_BANG] = ACTIONS(3048), [anon_sym_BANG_BANG] = ACTIONS(1744), - [anon_sym_suspend] = ACTIONS(3053), - [anon_sym_sealed] = ACTIONS(3053), - [anon_sym_annotation] = ACTIONS(3053), + [anon_sym_suspend] = ACTIONS(3048), + [anon_sym_sealed] = ACTIONS(3048), + [anon_sym_annotation] = ACTIONS(3048), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3053), - [anon_sym_lateinit] = ACTIONS(3053), - [anon_sym_public] = ACTIONS(3053), - [anon_sym_private] = ACTIONS(3053), - [anon_sym_internal] = ACTIONS(3053), - [anon_sym_protected] = ACTIONS(3053), - [anon_sym_tailrec] = ACTIONS(3053), - [anon_sym_operator] = ACTIONS(3053), - [anon_sym_infix] = ACTIONS(3053), - [anon_sym_inline] = ACTIONS(3053), - [anon_sym_external] = ACTIONS(3053), - [sym_property_modifier] = ACTIONS(3053), - [anon_sym_abstract] = ACTIONS(3053), - [anon_sym_final] = ACTIONS(3053), - [anon_sym_open] = ACTIONS(3053), - [anon_sym_vararg] = ACTIONS(3053), - [anon_sym_noinline] = ACTIONS(3053), - [anon_sym_crossinline] = ACTIONS(3053), + [anon_sym_override] = ACTIONS(3048), + [anon_sym_lateinit] = ACTIONS(3048), + [anon_sym_public] = ACTIONS(3048), + [anon_sym_private] = ACTIONS(3048), + [anon_sym_internal] = ACTIONS(3048), + [anon_sym_protected] = ACTIONS(3048), + [anon_sym_tailrec] = ACTIONS(3048), + [anon_sym_operator] = ACTIONS(3048), + [anon_sym_infix] = ACTIONS(3048), + [anon_sym_inline] = ACTIONS(3048), + [anon_sym_external] = ACTIONS(3048), + [sym_property_modifier] = ACTIONS(3048), + [anon_sym_abstract] = ACTIONS(3048), + [anon_sym_final] = ACTIONS(3048), + [anon_sym_open] = ACTIONS(3048), + [anon_sym_vararg] = ACTIONS(3048), + [anon_sym_noinline] = ACTIONS(3048), + [anon_sym_crossinline] = ACTIONS(3048), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3055), - [anon_sym_continue_AT] = ACTIONS(3055), - [anon_sym_break_AT] = ACTIONS(3055), - [sym_real_literal] = ACTIONS(3055), - [sym_integer_literal] = ACTIONS(3053), - [sym_hex_literal] = ACTIONS(3055), - [sym_bin_literal] = ACTIONS(3055), - [anon_sym_true] = ACTIONS(3053), - [anon_sym_false] = ACTIONS(3053), - [anon_sym_SQUOTE] = ACTIONS(3055), + [anon_sym_return_AT] = ACTIONS(3050), + [anon_sym_continue_AT] = ACTIONS(3050), + [anon_sym_break_AT] = ACTIONS(3050), + [sym_real_literal] = ACTIONS(3050), + [sym_integer_literal] = ACTIONS(3048), + [sym_hex_literal] = ACTIONS(3050), + [sym_bin_literal] = ACTIONS(3050), + [anon_sym_true] = ACTIONS(3048), + [anon_sym_false] = ACTIONS(3048), + [anon_sym_SQUOTE] = ACTIONS(3050), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3055), + [sym__automatic_semicolon] = ACTIONS(3050), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3055), - }, - [387] = { - [sym_primary_constructor] = STATE(833), - [sym_class_body] = STATE(1148), - [sym__class_parameters] = STATE(963), - [sym_type_parameters] = STATE(416), - [sym_type_constraints] = STATE(964), - [sym_modifiers] = STATE(9048), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3160), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(3162), - [anon_sym_LBRACK] = ACTIONS(3164), - [anon_sym_as] = ACTIONS(3160), - [anon_sym_EQ] = ACTIONS(3160), - [anon_sym_constructor] = ACTIONS(3142), - [anon_sym_LBRACE] = ACTIONS(3156), - [anon_sym_RBRACE] = ACTIONS(3164), - [anon_sym_LPAREN] = ACTIONS(3146), - [anon_sym_COMMA] = ACTIONS(3164), - [anon_sym_LT] = ACTIONS(3116), - [anon_sym_GT] = ACTIONS(3160), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(3160), - [anon_sym_fun] = ACTIONS(3160), - [anon_sym_DOT] = ACTIONS(3160), - [anon_sym_SEMI] = ACTIONS(3164), - [anon_sym_get] = ACTIONS(3160), - [anon_sym_set] = ACTIONS(3160), - [anon_sym_this] = ACTIONS(3160), - [anon_sym_super] = ACTIONS(3160), - [anon_sym_STAR] = ACTIONS(3160), - [sym_label] = ACTIONS(3160), - [anon_sym_in] = ACTIONS(3160), - [anon_sym_DOT_DOT] = ACTIONS(3164), - [anon_sym_QMARK_COLON] = ACTIONS(3164), - [anon_sym_AMP_AMP] = ACTIONS(3164), - [anon_sym_PIPE_PIPE] = ACTIONS(3164), - [anon_sym_null] = ACTIONS(3160), - [anon_sym_if] = ACTIONS(3160), - [anon_sym_else] = ACTIONS(3160), - [anon_sym_when] = ACTIONS(3160), - [anon_sym_try] = ACTIONS(3160), - [anon_sym_throw] = ACTIONS(3160), - [anon_sym_return] = ACTIONS(3160), - [anon_sym_continue] = ACTIONS(3160), - [anon_sym_break] = ACTIONS(3160), - [anon_sym_COLON_COLON] = ACTIONS(3164), - [anon_sym_PLUS_EQ] = ACTIONS(3164), - [anon_sym_DASH_EQ] = ACTIONS(3164), - [anon_sym_STAR_EQ] = ACTIONS(3164), - [anon_sym_SLASH_EQ] = ACTIONS(3164), - [anon_sym_PERCENT_EQ] = ACTIONS(3164), - [anon_sym_BANG_EQ] = ACTIONS(3160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3164), - [anon_sym_EQ_EQ] = ACTIONS(3160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3164), - [anon_sym_LT_EQ] = ACTIONS(3164), - [anon_sym_GT_EQ] = ACTIONS(3164), - [anon_sym_BANGin] = ACTIONS(3164), - [anon_sym_is] = ACTIONS(3160), - [anon_sym_BANGis] = ACTIONS(3164), - [anon_sym_PLUS] = ACTIONS(3160), - [anon_sym_DASH] = ACTIONS(3160), - [anon_sym_SLASH] = ACTIONS(3160), - [anon_sym_PERCENT] = ACTIONS(3160), - [anon_sym_as_QMARK] = ACTIONS(3164), - [anon_sym_PLUS_PLUS] = ACTIONS(3164), - [anon_sym_DASH_DASH] = ACTIONS(3164), - [anon_sym_BANG] = ACTIONS(3160), - [anon_sym_BANG_BANG] = ACTIONS(3164), - [anon_sym_suspend] = ACTIONS(3120), - [anon_sym_sealed] = ACTIONS(3122), - [anon_sym_annotation] = ACTIONS(3122), - [anon_sym_data] = ACTIONS(3122), - [anon_sym_inner] = ACTIONS(3122), - [anon_sym_override] = ACTIONS(3124), - [anon_sym_lateinit] = ACTIONS(3124), - [anon_sym_public] = ACTIONS(3126), - [anon_sym_private] = ACTIONS(3126), - [anon_sym_internal] = ACTIONS(3126), - [anon_sym_protected] = ACTIONS(3126), - [anon_sym_tailrec] = ACTIONS(3120), - [anon_sym_operator] = ACTIONS(3120), - [anon_sym_infix] = ACTIONS(3120), - [anon_sym_inline] = ACTIONS(3120), - [anon_sym_external] = ACTIONS(3120), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(3130), - [anon_sym_final] = ACTIONS(3130), - [anon_sym_open] = ACTIONS(3130), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3134), - [anon_sym_actual] = ACTIONS(3134), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3164), - [anon_sym_continue_AT] = ACTIONS(3164), - [anon_sym_break_AT] = ACTIONS(3164), - [sym_real_literal] = ACTIONS(3164), - [sym_integer_literal] = ACTIONS(3160), - [sym_hex_literal] = ACTIONS(3164), - [sym_bin_literal] = ACTIONS(3164), - [anon_sym_true] = ACTIONS(3160), - [anon_sym_false] = ACTIONS(3160), - [anon_sym_SQUOTE] = ACTIONS(3164), - [sym__backtick_identifier] = ACTIONS(3164), - [sym__automatic_semicolon] = ACTIONS(3164), - [sym_safe_nav] = ACTIONS(3164), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3164), + [sym__string_start] = ACTIONS(3050), }, - [388] = { - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(2232), - [sym__comparison_operator] = STATE(2233), - [sym__in_operator] = STATE(2234), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(2236), - [sym__multiplicative_operator] = STATE(2239), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_annotation] = STATE(7858), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2240), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), + [394] = { + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(2189), + [sym__comparison_operator] = STATE(2187), + [sym__in_operator] = STATE(2185), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(2184), + [sym__multiplicative_operator] = STATE(2151), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_annotation] = STATE(7880), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2122), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), - [anon_sym_EQ] = ACTIONS(3072), + [anon_sym_EQ] = ACTIONS(3052), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(3074), + [anon_sym_RBRACE] = ACTIONS(3054), [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(1798), - [anon_sym_object] = ACTIONS(3072), - [anon_sym_fun] = ACTIONS(3072), + [anon_sym_LT] = ACTIONS(3056), + [anon_sym_GT] = ACTIONS(3052), + [anon_sym_object] = ACTIONS(3052), + [anon_sym_fun] = ACTIONS(3052), [anon_sym_DOT] = ACTIONS(1704), - [anon_sym_SEMI] = ACTIONS(3074), + [anon_sym_SEMI] = ACTIONS(3054), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(3072), - [anon_sym_super] = ACTIONS(3072), + [anon_sym_this] = ACTIONS(3052), + [anon_sym_super] = ACTIONS(3052), [anon_sym_STAR] = ACTIONS(1806), [sym_label] = ACTIONS(1714), - [anon_sym_in] = ACTIONS(1808), + [anon_sym_in] = ACTIONS(3052), [anon_sym_DOT_DOT] = ACTIONS(1810), - [anon_sym_QMARK_COLON] = ACTIONS(1812), - [anon_sym_AMP_AMP] = ACTIONS(1814), - [anon_sym_PIPE_PIPE] = ACTIONS(1816), - [anon_sym_null] = ACTIONS(3072), - [anon_sym_if] = ACTIONS(3072), - [anon_sym_else] = ACTIONS(3072), - [anon_sym_when] = ACTIONS(3072), - [anon_sym_try] = ACTIONS(3072), - [anon_sym_throw] = ACTIONS(3072), - [anon_sym_return] = ACTIONS(3072), - [anon_sym_continue] = ACTIONS(3072), - [anon_sym_break] = ACTIONS(3072), + [anon_sym_QMARK_COLON] = ACTIONS(3054), + [anon_sym_AMP_AMP] = ACTIONS(3054), + [anon_sym_PIPE_PIPE] = ACTIONS(3054), + [anon_sym_null] = ACTIONS(3052), + [anon_sym_if] = ACTIONS(3052), + [anon_sym_else] = ACTIONS(3052), + [anon_sym_when] = ACTIONS(3052), + [anon_sym_try] = ACTIONS(3052), + [anon_sym_throw] = ACTIONS(3052), + [anon_sym_return] = ACTIONS(3052), + [anon_sym_continue] = ACTIONS(3052), + [anon_sym_break] = ACTIONS(3052), [anon_sym_COLON_COLON] = ACTIONS(1726), - [anon_sym_PLUS_EQ] = ACTIONS(3074), - [anon_sym_DASH_EQ] = ACTIONS(3074), - [anon_sym_STAR_EQ] = ACTIONS(3074), - [anon_sym_SLASH_EQ] = ACTIONS(3074), - [anon_sym_PERCENT_EQ] = ACTIONS(3074), - [anon_sym_BANG_EQ] = ACTIONS(1818), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1820), - [anon_sym_EQ_EQ] = ACTIONS(1818), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1820), - [anon_sym_LT_EQ] = ACTIONS(1822), - [anon_sym_GT_EQ] = ACTIONS(1822), - [anon_sym_BANGin] = ACTIONS(1824), - [anon_sym_is] = ACTIONS(1736), - [anon_sym_BANGis] = ACTIONS(1738), + [anon_sym_PLUS_EQ] = ACTIONS(3054), + [anon_sym_DASH_EQ] = ACTIONS(3054), + [anon_sym_STAR_EQ] = ACTIONS(3054), + [anon_sym_SLASH_EQ] = ACTIONS(3054), + [anon_sym_PERCENT_EQ] = ACTIONS(3054), + [anon_sym_BANG_EQ] = ACTIONS(3052), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3054), + [anon_sym_EQ_EQ] = ACTIONS(3052), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3054), + [anon_sym_LT_EQ] = ACTIONS(3054), + [anon_sym_GT_EQ] = ACTIONS(3054), + [anon_sym_BANGin] = ACTIONS(3054), + [anon_sym_is] = ACTIONS(3052), + [anon_sym_BANGis] = ACTIONS(3054), [anon_sym_PLUS] = ACTIONS(1826), [anon_sym_DASH] = ACTIONS(1826), [anon_sym_SLASH] = ACTIONS(1806), @@ -82764,91 +83610,91 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(3072), + [anon_sym_BANG] = ACTIONS(3052), [anon_sym_BANG_BANG] = ACTIONS(1744), - [anon_sym_suspend] = ACTIONS(3072), - [anon_sym_sealed] = ACTIONS(3072), - [anon_sym_annotation] = ACTIONS(3072), + [anon_sym_suspend] = ACTIONS(3052), + [anon_sym_sealed] = ACTIONS(3052), + [anon_sym_annotation] = ACTIONS(3052), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3072), - [anon_sym_lateinit] = ACTIONS(3072), - [anon_sym_public] = ACTIONS(3072), - [anon_sym_private] = ACTIONS(3072), - [anon_sym_internal] = ACTIONS(3072), - [anon_sym_protected] = ACTIONS(3072), - [anon_sym_tailrec] = ACTIONS(3072), - [anon_sym_operator] = ACTIONS(3072), - [anon_sym_infix] = ACTIONS(3072), - [anon_sym_inline] = ACTIONS(3072), - [anon_sym_external] = ACTIONS(3072), - [sym_property_modifier] = ACTIONS(3072), - [anon_sym_abstract] = ACTIONS(3072), - [anon_sym_final] = ACTIONS(3072), - [anon_sym_open] = ACTIONS(3072), - [anon_sym_vararg] = ACTIONS(3072), - [anon_sym_noinline] = ACTIONS(3072), - [anon_sym_crossinline] = ACTIONS(3072), + [anon_sym_override] = ACTIONS(3052), + [anon_sym_lateinit] = ACTIONS(3052), + [anon_sym_public] = ACTIONS(3052), + [anon_sym_private] = ACTIONS(3052), + [anon_sym_internal] = ACTIONS(3052), + [anon_sym_protected] = ACTIONS(3052), + [anon_sym_tailrec] = ACTIONS(3052), + [anon_sym_operator] = ACTIONS(3052), + [anon_sym_infix] = ACTIONS(3052), + [anon_sym_inline] = ACTIONS(3052), + [anon_sym_external] = ACTIONS(3052), + [sym_property_modifier] = ACTIONS(3052), + [anon_sym_abstract] = ACTIONS(3052), + [anon_sym_final] = ACTIONS(3052), + [anon_sym_open] = ACTIONS(3052), + [anon_sym_vararg] = ACTIONS(3052), + [anon_sym_noinline] = ACTIONS(3052), + [anon_sym_crossinline] = ACTIONS(3052), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3074), - [anon_sym_continue_AT] = ACTIONS(3074), - [anon_sym_break_AT] = ACTIONS(3074), - [sym_real_literal] = ACTIONS(3074), - [sym_integer_literal] = ACTIONS(3072), - [sym_hex_literal] = ACTIONS(3074), - [sym_bin_literal] = ACTIONS(3074), - [anon_sym_true] = ACTIONS(3072), - [anon_sym_false] = ACTIONS(3072), - [anon_sym_SQUOTE] = ACTIONS(3074), + [anon_sym_return_AT] = ACTIONS(3054), + [anon_sym_continue_AT] = ACTIONS(3054), + [anon_sym_break_AT] = ACTIONS(3054), + [sym_real_literal] = ACTIONS(3054), + [sym_integer_literal] = ACTIONS(3052), + [sym_hex_literal] = ACTIONS(3054), + [sym_bin_literal] = ACTIONS(3054), + [anon_sym_true] = ACTIONS(3052), + [anon_sym_false] = ACTIONS(3052), + [anon_sym_SQUOTE] = ACTIONS(3054), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3074), + [sym__automatic_semicolon] = ACTIONS(3054), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3074), + [sym__string_start] = ACTIONS(3054), }, - [389] = { - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(2232), - [sym__comparison_operator] = STATE(2233), - [sym__in_operator] = STATE(2234), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(2236), - [sym__multiplicative_operator] = STATE(2239), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_annotation] = STATE(7858), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2240), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), + [395] = { + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(2189), + [sym__comparison_operator] = STATE(2187), + [sym__in_operator] = STATE(2185), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(2184), + [sym__multiplicative_operator] = STATE(2151), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_annotation] = STATE(7880), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2122), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), - [anon_sym_EQ] = ACTIONS(3057), + [anon_sym_EQ] = ACTIONS(3082), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(3059), + [anon_sym_RBRACE] = ACTIONS(3084), [anon_sym_LPAREN] = ACTIONS(1698), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(1798), - [anon_sym_object] = ACTIONS(3057), - [anon_sym_fun] = ACTIONS(3057), + [anon_sym_object] = ACTIONS(3082), + [anon_sym_fun] = ACTIONS(3082), [anon_sym_DOT] = ACTIONS(1704), - [anon_sym_SEMI] = ACTIONS(3059), + [anon_sym_SEMI] = ACTIONS(3084), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(3057), - [anon_sym_super] = ACTIONS(3057), + [anon_sym_this] = ACTIONS(3082), + [anon_sym_super] = ACTIONS(3082), [anon_sym_STAR] = ACTIONS(1806), [sym_label] = ACTIONS(1714), [anon_sym_in] = ACTIONS(1808), @@ -82856,21 +83702,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1812), [anon_sym_AMP_AMP] = ACTIONS(1814), [anon_sym_PIPE_PIPE] = ACTIONS(1816), - [anon_sym_null] = ACTIONS(3057), - [anon_sym_if] = ACTIONS(3057), - [anon_sym_else] = ACTIONS(3057), - [anon_sym_when] = ACTIONS(3057), - [anon_sym_try] = ACTIONS(3057), - [anon_sym_throw] = ACTIONS(3057), - [anon_sym_return] = ACTIONS(3057), - [anon_sym_continue] = ACTIONS(3057), - [anon_sym_break] = ACTIONS(3057), + [anon_sym_null] = ACTIONS(3082), + [anon_sym_if] = ACTIONS(3082), + [anon_sym_else] = ACTIONS(3082), + [anon_sym_when] = ACTIONS(3082), + [anon_sym_try] = ACTIONS(3082), + [anon_sym_throw] = ACTIONS(3082), + [anon_sym_return] = ACTIONS(3082), + [anon_sym_continue] = ACTIONS(3082), + [anon_sym_break] = ACTIONS(3082), [anon_sym_COLON_COLON] = ACTIONS(1726), - [anon_sym_PLUS_EQ] = ACTIONS(3059), - [anon_sym_DASH_EQ] = ACTIONS(3059), - [anon_sym_STAR_EQ] = ACTIONS(3059), - [anon_sym_SLASH_EQ] = ACTIONS(3059), - [anon_sym_PERCENT_EQ] = ACTIONS(3059), + [anon_sym_PLUS_EQ] = ACTIONS(3084), + [anon_sym_DASH_EQ] = ACTIONS(3084), + [anon_sym_STAR_EQ] = ACTIONS(3084), + [anon_sym_SLASH_EQ] = ACTIONS(3084), + [anon_sym_PERCENT_EQ] = ACTIONS(3084), [anon_sym_BANG_EQ] = ACTIONS(1818), [anon_sym_BANG_EQ_EQ] = ACTIONS(1820), [anon_sym_EQ_EQ] = ACTIONS(1818), @@ -82887,91 +83733,91 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(3057), + [anon_sym_BANG] = ACTIONS(3082), [anon_sym_BANG_BANG] = ACTIONS(1744), - [anon_sym_suspend] = ACTIONS(3057), - [anon_sym_sealed] = ACTIONS(3057), - [anon_sym_annotation] = ACTIONS(3057), + [anon_sym_suspend] = ACTIONS(3082), + [anon_sym_sealed] = ACTIONS(3082), + [anon_sym_annotation] = ACTIONS(3082), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3057), - [anon_sym_lateinit] = ACTIONS(3057), - [anon_sym_public] = ACTIONS(3057), - [anon_sym_private] = ACTIONS(3057), - [anon_sym_internal] = ACTIONS(3057), - [anon_sym_protected] = ACTIONS(3057), - [anon_sym_tailrec] = ACTIONS(3057), - [anon_sym_operator] = ACTIONS(3057), - [anon_sym_infix] = ACTIONS(3057), - [anon_sym_inline] = ACTIONS(3057), - [anon_sym_external] = ACTIONS(3057), - [sym_property_modifier] = ACTIONS(3057), - [anon_sym_abstract] = ACTIONS(3057), - [anon_sym_final] = ACTIONS(3057), - [anon_sym_open] = ACTIONS(3057), - [anon_sym_vararg] = ACTIONS(3057), - [anon_sym_noinline] = ACTIONS(3057), - [anon_sym_crossinline] = ACTIONS(3057), + [anon_sym_override] = ACTIONS(3082), + [anon_sym_lateinit] = ACTIONS(3082), + [anon_sym_public] = ACTIONS(3082), + [anon_sym_private] = ACTIONS(3082), + [anon_sym_internal] = ACTIONS(3082), + [anon_sym_protected] = ACTIONS(3082), + [anon_sym_tailrec] = ACTIONS(3082), + [anon_sym_operator] = ACTIONS(3082), + [anon_sym_infix] = ACTIONS(3082), + [anon_sym_inline] = ACTIONS(3082), + [anon_sym_external] = ACTIONS(3082), + [sym_property_modifier] = ACTIONS(3082), + [anon_sym_abstract] = ACTIONS(3082), + [anon_sym_final] = ACTIONS(3082), + [anon_sym_open] = ACTIONS(3082), + [anon_sym_vararg] = ACTIONS(3082), + [anon_sym_noinline] = ACTIONS(3082), + [anon_sym_crossinline] = ACTIONS(3082), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3059), - [anon_sym_continue_AT] = ACTIONS(3059), - [anon_sym_break_AT] = ACTIONS(3059), - [sym_real_literal] = ACTIONS(3059), - [sym_integer_literal] = ACTIONS(3057), - [sym_hex_literal] = ACTIONS(3059), - [sym_bin_literal] = ACTIONS(3059), - [anon_sym_true] = ACTIONS(3057), - [anon_sym_false] = ACTIONS(3057), - [anon_sym_SQUOTE] = ACTIONS(3059), + [anon_sym_return_AT] = ACTIONS(3084), + [anon_sym_continue_AT] = ACTIONS(3084), + [anon_sym_break_AT] = ACTIONS(3084), + [sym_real_literal] = ACTIONS(3084), + [sym_integer_literal] = ACTIONS(3082), + [sym_hex_literal] = ACTIONS(3084), + [sym_bin_literal] = ACTIONS(3084), + [anon_sym_true] = ACTIONS(3082), + [anon_sym_false] = ACTIONS(3082), + [anon_sym_SQUOTE] = ACTIONS(3084), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3059), + [sym__automatic_semicolon] = ACTIONS(3084), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3059), + [sym__string_start] = ACTIONS(3084), }, - [390] = { - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(2232), - [sym__comparison_operator] = STATE(2233), - [sym__in_operator] = STATE(2234), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(2236), - [sym__multiplicative_operator] = STATE(2239), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_annotation] = STATE(7858), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2240), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), + [396] = { + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(2189), + [sym__comparison_operator] = STATE(2187), + [sym__in_operator] = STATE(2185), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(2184), + [sym__multiplicative_operator] = STATE(2151), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_annotation] = STATE(7880), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2122), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), - [anon_sym_EQ] = ACTIONS(3090), + [anon_sym_EQ] = ACTIONS(3071), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(3092), + [anon_sym_RBRACE] = ACTIONS(3073), [anon_sym_LPAREN] = ACTIONS(1698), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(1798), - [anon_sym_object] = ACTIONS(3090), - [anon_sym_fun] = ACTIONS(3090), + [anon_sym_object] = ACTIONS(3071), + [anon_sym_fun] = ACTIONS(3071), [anon_sym_DOT] = ACTIONS(1704), - [anon_sym_SEMI] = ACTIONS(3092), + [anon_sym_SEMI] = ACTIONS(3073), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(3090), - [anon_sym_super] = ACTIONS(3090), + [anon_sym_this] = ACTIONS(3071), + [anon_sym_super] = ACTIONS(3071), [anon_sym_STAR] = ACTIONS(1806), [sym_label] = ACTIONS(1714), [anon_sym_in] = ACTIONS(1808), @@ -82979,21 +83825,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1812), [anon_sym_AMP_AMP] = ACTIONS(1814), [anon_sym_PIPE_PIPE] = ACTIONS(1816), - [anon_sym_null] = ACTIONS(3090), - [anon_sym_if] = ACTIONS(3090), - [anon_sym_else] = ACTIONS(3090), - [anon_sym_when] = ACTIONS(3090), - [anon_sym_try] = ACTIONS(3090), - [anon_sym_throw] = ACTIONS(3090), - [anon_sym_return] = ACTIONS(3090), - [anon_sym_continue] = ACTIONS(3090), - [anon_sym_break] = ACTIONS(3090), + [anon_sym_null] = ACTIONS(3071), + [anon_sym_if] = ACTIONS(3071), + [anon_sym_else] = ACTIONS(3071), + [anon_sym_when] = ACTIONS(3071), + [anon_sym_try] = ACTIONS(3071), + [anon_sym_throw] = ACTIONS(3071), + [anon_sym_return] = ACTIONS(3071), + [anon_sym_continue] = ACTIONS(3071), + [anon_sym_break] = ACTIONS(3071), [anon_sym_COLON_COLON] = ACTIONS(1726), - [anon_sym_PLUS_EQ] = ACTIONS(3092), - [anon_sym_DASH_EQ] = ACTIONS(3092), - [anon_sym_STAR_EQ] = ACTIONS(3092), - [anon_sym_SLASH_EQ] = ACTIONS(3092), - [anon_sym_PERCENT_EQ] = ACTIONS(3092), + [anon_sym_PLUS_EQ] = ACTIONS(3073), + [anon_sym_DASH_EQ] = ACTIONS(3073), + [anon_sym_STAR_EQ] = ACTIONS(3073), + [anon_sym_SLASH_EQ] = ACTIONS(3073), + [anon_sym_PERCENT_EQ] = ACTIONS(3073), [anon_sym_BANG_EQ] = ACTIONS(1818), [anon_sym_BANG_EQ_EQ] = ACTIONS(1820), [anon_sym_EQ_EQ] = ACTIONS(1818), @@ -83010,91 +83856,91 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(3090), + [anon_sym_BANG] = ACTIONS(3071), [anon_sym_BANG_BANG] = ACTIONS(1744), - [anon_sym_suspend] = ACTIONS(3090), - [anon_sym_sealed] = ACTIONS(3090), - [anon_sym_annotation] = ACTIONS(3090), + [anon_sym_suspend] = ACTIONS(3071), + [anon_sym_sealed] = ACTIONS(3071), + [anon_sym_annotation] = ACTIONS(3071), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3090), - [anon_sym_lateinit] = ACTIONS(3090), - [anon_sym_public] = ACTIONS(3090), - [anon_sym_private] = ACTIONS(3090), - [anon_sym_internal] = ACTIONS(3090), - [anon_sym_protected] = ACTIONS(3090), - [anon_sym_tailrec] = ACTIONS(3090), - [anon_sym_operator] = ACTIONS(3090), - [anon_sym_infix] = ACTIONS(3090), - [anon_sym_inline] = ACTIONS(3090), - [anon_sym_external] = ACTIONS(3090), - [sym_property_modifier] = ACTIONS(3090), - [anon_sym_abstract] = ACTIONS(3090), - [anon_sym_final] = ACTIONS(3090), - [anon_sym_open] = ACTIONS(3090), - [anon_sym_vararg] = ACTIONS(3090), - [anon_sym_noinline] = ACTIONS(3090), - [anon_sym_crossinline] = ACTIONS(3090), + [anon_sym_override] = ACTIONS(3071), + [anon_sym_lateinit] = ACTIONS(3071), + [anon_sym_public] = ACTIONS(3071), + [anon_sym_private] = ACTIONS(3071), + [anon_sym_internal] = ACTIONS(3071), + [anon_sym_protected] = ACTIONS(3071), + [anon_sym_tailrec] = ACTIONS(3071), + [anon_sym_operator] = ACTIONS(3071), + [anon_sym_infix] = ACTIONS(3071), + [anon_sym_inline] = ACTIONS(3071), + [anon_sym_external] = ACTIONS(3071), + [sym_property_modifier] = ACTIONS(3071), + [anon_sym_abstract] = ACTIONS(3071), + [anon_sym_final] = ACTIONS(3071), + [anon_sym_open] = ACTIONS(3071), + [anon_sym_vararg] = ACTIONS(3071), + [anon_sym_noinline] = ACTIONS(3071), + [anon_sym_crossinline] = ACTIONS(3071), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3092), - [anon_sym_continue_AT] = ACTIONS(3092), - [anon_sym_break_AT] = ACTIONS(3092), - [sym_real_literal] = ACTIONS(3092), - [sym_integer_literal] = ACTIONS(3090), - [sym_hex_literal] = ACTIONS(3092), - [sym_bin_literal] = ACTIONS(3092), - [anon_sym_true] = ACTIONS(3090), - [anon_sym_false] = ACTIONS(3090), - [anon_sym_SQUOTE] = ACTIONS(3092), + [anon_sym_return_AT] = ACTIONS(3073), + [anon_sym_continue_AT] = ACTIONS(3073), + [anon_sym_break_AT] = ACTIONS(3073), + [sym_real_literal] = ACTIONS(3073), + [sym_integer_literal] = ACTIONS(3071), + [sym_hex_literal] = ACTIONS(3073), + [sym_bin_literal] = ACTIONS(3073), + [anon_sym_true] = ACTIONS(3071), + [anon_sym_false] = ACTIONS(3071), + [anon_sym_SQUOTE] = ACTIONS(3073), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3092), + [sym__automatic_semicolon] = ACTIONS(3073), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3092), + [sym__string_start] = ACTIONS(3073), }, - [391] = { - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(2232), - [sym__comparison_operator] = STATE(2233), - [sym__in_operator] = STATE(2234), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(2236), - [sym__multiplicative_operator] = STATE(2239), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_annotation] = STATE(7858), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2240), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), + [397] = { + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(2189), + [sym__comparison_operator] = STATE(2187), + [sym__in_operator] = STATE(2185), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(2184), + [sym__multiplicative_operator] = STATE(2151), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_annotation] = STATE(7880), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2122), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), - [anon_sym_EQ] = ACTIONS(2999), + [anon_sym_EQ] = ACTIONS(3067), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(3001), + [anon_sym_RBRACE] = ACTIONS(3069), [anon_sym_LPAREN] = ACTIONS(1698), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(1798), - [anon_sym_object] = ACTIONS(2999), - [anon_sym_fun] = ACTIONS(2999), + [anon_sym_object] = ACTIONS(3067), + [anon_sym_fun] = ACTIONS(3067), [anon_sym_DOT] = ACTIONS(1704), - [anon_sym_SEMI] = ACTIONS(3001), + [anon_sym_SEMI] = ACTIONS(3069), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(2999), - [anon_sym_super] = ACTIONS(2999), + [anon_sym_this] = ACTIONS(3067), + [anon_sym_super] = ACTIONS(3067), [anon_sym_STAR] = ACTIONS(1806), [sym_label] = ACTIONS(1714), [anon_sym_in] = ACTIONS(1808), @@ -83102,390 +83948,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1812), [anon_sym_AMP_AMP] = ACTIONS(1814), [anon_sym_PIPE_PIPE] = ACTIONS(1816), - [anon_sym_null] = ACTIONS(2999), - [anon_sym_if] = ACTIONS(2999), - [anon_sym_else] = ACTIONS(2999), - [anon_sym_when] = ACTIONS(2999), - [anon_sym_try] = ACTIONS(2999), - [anon_sym_throw] = ACTIONS(2999), - [anon_sym_return] = ACTIONS(2999), - [anon_sym_continue] = ACTIONS(2999), - [anon_sym_break] = ACTIONS(2999), - [anon_sym_COLON_COLON] = ACTIONS(1726), - [anon_sym_PLUS_EQ] = ACTIONS(3001), - [anon_sym_DASH_EQ] = ACTIONS(3001), - [anon_sym_STAR_EQ] = ACTIONS(3001), - [anon_sym_SLASH_EQ] = ACTIONS(3001), - [anon_sym_PERCENT_EQ] = ACTIONS(3001), - [anon_sym_BANG_EQ] = ACTIONS(1818), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1820), - [anon_sym_EQ_EQ] = ACTIONS(1818), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1820), - [anon_sym_LT_EQ] = ACTIONS(1822), - [anon_sym_GT_EQ] = ACTIONS(1822), - [anon_sym_BANGin] = ACTIONS(1824), - [anon_sym_is] = ACTIONS(1736), - [anon_sym_BANGis] = ACTIONS(1738), - [anon_sym_PLUS] = ACTIONS(1826), - [anon_sym_DASH] = ACTIONS(1826), - [anon_sym_SLASH] = ACTIONS(1806), - [anon_sym_PERCENT] = ACTIONS(1806), - [anon_sym_as_QMARK] = ACTIONS(1742), - [anon_sym_PLUS_PLUS] = ACTIONS(1744), - [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(2999), - [anon_sym_BANG_BANG] = ACTIONS(1744), - [anon_sym_suspend] = ACTIONS(2999), - [anon_sym_sealed] = ACTIONS(2999), - [anon_sym_annotation] = ACTIONS(2999), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(2999), - [anon_sym_lateinit] = ACTIONS(2999), - [anon_sym_public] = ACTIONS(2999), - [anon_sym_private] = ACTIONS(2999), - [anon_sym_internal] = ACTIONS(2999), - [anon_sym_protected] = ACTIONS(2999), - [anon_sym_tailrec] = ACTIONS(2999), - [anon_sym_operator] = ACTIONS(2999), - [anon_sym_infix] = ACTIONS(2999), - [anon_sym_inline] = ACTIONS(2999), - [anon_sym_external] = ACTIONS(2999), - [sym_property_modifier] = ACTIONS(2999), - [anon_sym_abstract] = ACTIONS(2999), - [anon_sym_final] = ACTIONS(2999), - [anon_sym_open] = ACTIONS(2999), - [anon_sym_vararg] = ACTIONS(2999), - [anon_sym_noinline] = ACTIONS(2999), - [anon_sym_crossinline] = ACTIONS(2999), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3001), - [anon_sym_continue_AT] = ACTIONS(3001), - [anon_sym_break_AT] = ACTIONS(3001), - [sym_real_literal] = ACTIONS(3001), - [sym_integer_literal] = ACTIONS(2999), - [sym_hex_literal] = ACTIONS(3001), - [sym_bin_literal] = ACTIONS(3001), - [anon_sym_true] = ACTIONS(2999), - [anon_sym_false] = ACTIONS(2999), - [anon_sym_SQUOTE] = ACTIONS(3001), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3001), - [sym_safe_nav] = ACTIONS(1726), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3001), - }, - [392] = { - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(2232), - [sym__comparison_operator] = STATE(2233), - [sym__in_operator] = STATE(2234), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(2236), - [sym__multiplicative_operator] = STATE(2239), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_annotation] = STATE(7858), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2240), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), - [sym__alpha_identifier] = ACTIONS(2984), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(1690), - [anon_sym_as] = ACTIONS(1692), - [anon_sym_EQ] = ACTIONS(2984), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(2986), - [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_LT] = ACTIONS(2988), - [anon_sym_GT] = ACTIONS(2984), - [anon_sym_object] = ACTIONS(2984), - [anon_sym_fun] = ACTIONS(2984), - [anon_sym_DOT] = ACTIONS(1704), - [anon_sym_SEMI] = ACTIONS(2986), - [anon_sym_get] = ACTIONS(2984), - [anon_sym_set] = ACTIONS(2984), - [anon_sym_this] = ACTIONS(2984), - [anon_sym_super] = ACTIONS(2984), - [anon_sym_STAR] = ACTIONS(1806), - [sym_label] = ACTIONS(1714), - [anon_sym_in] = ACTIONS(2984), - [anon_sym_DOT_DOT] = ACTIONS(2986), - [anon_sym_QMARK_COLON] = ACTIONS(2986), - [anon_sym_AMP_AMP] = ACTIONS(2986), - [anon_sym_PIPE_PIPE] = ACTIONS(2986), - [anon_sym_null] = ACTIONS(2984), - [anon_sym_if] = ACTIONS(2984), - [anon_sym_else] = ACTIONS(2984), - [anon_sym_when] = ACTIONS(2984), - [anon_sym_try] = ACTIONS(2984), - [anon_sym_throw] = ACTIONS(2984), - [anon_sym_return] = ACTIONS(2984), - [anon_sym_continue] = ACTIONS(2984), - [anon_sym_break] = ACTIONS(2984), - [anon_sym_COLON_COLON] = ACTIONS(1726), - [anon_sym_PLUS_EQ] = ACTIONS(2986), - [anon_sym_DASH_EQ] = ACTIONS(2986), - [anon_sym_STAR_EQ] = ACTIONS(2986), - [anon_sym_SLASH_EQ] = ACTIONS(2986), - [anon_sym_PERCENT_EQ] = ACTIONS(2986), - [anon_sym_BANG_EQ] = ACTIONS(2984), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2986), - [anon_sym_EQ_EQ] = ACTIONS(2984), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2986), - [anon_sym_LT_EQ] = ACTIONS(2986), - [anon_sym_GT_EQ] = ACTIONS(2986), - [anon_sym_BANGin] = ACTIONS(2986), - [anon_sym_is] = ACTIONS(2984), - [anon_sym_BANGis] = ACTIONS(2986), - [anon_sym_PLUS] = ACTIONS(1826), - [anon_sym_DASH] = ACTIONS(1826), - [anon_sym_SLASH] = ACTIONS(1806), - [anon_sym_PERCENT] = ACTIONS(1806), - [anon_sym_as_QMARK] = ACTIONS(1742), - [anon_sym_PLUS_PLUS] = ACTIONS(1744), - [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(2984), - [anon_sym_BANG_BANG] = ACTIONS(1744), - [anon_sym_suspend] = ACTIONS(2984), - [anon_sym_sealed] = ACTIONS(2984), - [anon_sym_annotation] = ACTIONS(2984), - [anon_sym_data] = ACTIONS(2984), - [anon_sym_inner] = ACTIONS(2984), - [anon_sym_override] = ACTIONS(2984), - [anon_sym_lateinit] = ACTIONS(2984), - [anon_sym_public] = ACTIONS(2984), - [anon_sym_private] = ACTIONS(2984), - [anon_sym_internal] = ACTIONS(2984), - [anon_sym_protected] = ACTIONS(2984), - [anon_sym_tailrec] = ACTIONS(2984), - [anon_sym_operator] = ACTIONS(2984), - [anon_sym_infix] = ACTIONS(2984), - [anon_sym_inline] = ACTIONS(2984), - [anon_sym_external] = ACTIONS(2984), - [sym_property_modifier] = ACTIONS(2984), - [anon_sym_abstract] = ACTIONS(2984), - [anon_sym_final] = ACTIONS(2984), - [anon_sym_open] = ACTIONS(2984), - [anon_sym_vararg] = ACTIONS(2984), - [anon_sym_noinline] = ACTIONS(2984), - [anon_sym_crossinline] = ACTIONS(2984), - [anon_sym_expect] = ACTIONS(2984), - [anon_sym_actual] = ACTIONS(2984), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(2986), - [anon_sym_continue_AT] = ACTIONS(2986), - [anon_sym_break_AT] = ACTIONS(2986), - [sym_real_literal] = ACTIONS(2986), - [sym_integer_literal] = ACTIONS(2984), - [sym_hex_literal] = ACTIONS(2986), - [sym_bin_literal] = ACTIONS(2986), - [anon_sym_true] = ACTIONS(2984), - [anon_sym_false] = ACTIONS(2984), - [anon_sym_SQUOTE] = ACTIONS(2986), - [sym__backtick_identifier] = ACTIONS(2986), - [sym__automatic_semicolon] = ACTIONS(2986), - [sym_safe_nav] = ACTIONS(1726), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2986), - }, - [393] = { - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(2232), - [sym__comparison_operator] = STATE(2233), - [sym__in_operator] = STATE(2234), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(2236), - [sym__multiplicative_operator] = STATE(2239), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_annotation] = STATE(7858), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2240), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(1690), - [anon_sym_as] = ACTIONS(1692), - [anon_sym_EQ] = ACTIONS(3083), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(3085), - [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_LT] = ACTIONS(3087), - [anon_sym_GT] = ACTIONS(3083), - [anon_sym_object] = ACTIONS(3083), - [anon_sym_fun] = ACTIONS(3083), - [anon_sym_DOT] = ACTIONS(1704), - [anon_sym_SEMI] = ACTIONS(3085), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(3083), - [anon_sym_super] = ACTIONS(3083), - [anon_sym_STAR] = ACTIONS(1806), - [sym_label] = ACTIONS(1714), - [anon_sym_in] = ACTIONS(3083), - [anon_sym_DOT_DOT] = ACTIONS(1810), - [anon_sym_QMARK_COLON] = ACTIONS(3085), - [anon_sym_AMP_AMP] = ACTIONS(3085), - [anon_sym_PIPE_PIPE] = ACTIONS(3085), - [anon_sym_null] = ACTIONS(3083), - [anon_sym_if] = ACTIONS(3083), - [anon_sym_else] = ACTIONS(3083), - [anon_sym_when] = ACTIONS(3083), - [anon_sym_try] = ACTIONS(3083), - [anon_sym_throw] = ACTIONS(3083), - [anon_sym_return] = ACTIONS(3083), - [anon_sym_continue] = ACTIONS(3083), - [anon_sym_break] = ACTIONS(3083), - [anon_sym_COLON_COLON] = ACTIONS(1726), - [anon_sym_PLUS_EQ] = ACTIONS(3085), - [anon_sym_DASH_EQ] = ACTIONS(3085), - [anon_sym_STAR_EQ] = ACTIONS(3085), - [anon_sym_SLASH_EQ] = ACTIONS(3085), - [anon_sym_PERCENT_EQ] = ACTIONS(3085), - [anon_sym_BANG_EQ] = ACTIONS(3083), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3085), - [anon_sym_EQ_EQ] = ACTIONS(3083), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3085), - [anon_sym_LT_EQ] = ACTIONS(3085), - [anon_sym_GT_EQ] = ACTIONS(3085), - [anon_sym_BANGin] = ACTIONS(3085), - [anon_sym_is] = ACTIONS(3083), - [anon_sym_BANGis] = ACTIONS(3085), - [anon_sym_PLUS] = ACTIONS(1826), - [anon_sym_DASH] = ACTIONS(1826), - [anon_sym_SLASH] = ACTIONS(1806), - [anon_sym_PERCENT] = ACTIONS(1806), - [anon_sym_as_QMARK] = ACTIONS(1742), - [anon_sym_PLUS_PLUS] = ACTIONS(1744), - [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(3083), - [anon_sym_BANG_BANG] = ACTIONS(1744), - [anon_sym_suspend] = ACTIONS(3083), - [anon_sym_sealed] = ACTIONS(3083), - [anon_sym_annotation] = ACTIONS(3083), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3083), - [anon_sym_lateinit] = ACTIONS(3083), - [anon_sym_public] = ACTIONS(3083), - [anon_sym_private] = ACTIONS(3083), - [anon_sym_internal] = ACTIONS(3083), - [anon_sym_protected] = ACTIONS(3083), - [anon_sym_tailrec] = ACTIONS(3083), - [anon_sym_operator] = ACTIONS(3083), - [anon_sym_infix] = ACTIONS(3083), - [anon_sym_inline] = ACTIONS(3083), - [anon_sym_external] = ACTIONS(3083), - [sym_property_modifier] = ACTIONS(3083), - [anon_sym_abstract] = ACTIONS(3083), - [anon_sym_final] = ACTIONS(3083), - [anon_sym_open] = ACTIONS(3083), - [anon_sym_vararg] = ACTIONS(3083), - [anon_sym_noinline] = ACTIONS(3083), - [anon_sym_crossinline] = ACTIONS(3083), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3085), - [anon_sym_continue_AT] = ACTIONS(3085), - [anon_sym_break_AT] = ACTIONS(3085), - [sym_real_literal] = ACTIONS(3085), - [sym_integer_literal] = ACTIONS(3083), - [sym_hex_literal] = ACTIONS(3085), - [sym_bin_literal] = ACTIONS(3085), - [anon_sym_true] = ACTIONS(3083), - [anon_sym_false] = ACTIONS(3083), - [anon_sym_SQUOTE] = ACTIONS(3085), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3085), - [sym_safe_nav] = ACTIONS(1726), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3085), - }, - [394] = { - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(2232), - [sym__comparison_operator] = STATE(2233), - [sym__in_operator] = STATE(2234), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(2236), - [sym__multiplicative_operator] = STATE(2239), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_annotation] = STATE(7858), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2240), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(1690), - [anon_sym_as] = ACTIONS(1692), - [anon_sym_EQ] = ACTIONS(2991), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(2993), - [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(1798), - [anon_sym_object] = ACTIONS(2991), - [anon_sym_fun] = ACTIONS(2991), - [anon_sym_DOT] = ACTIONS(1704), - [anon_sym_SEMI] = ACTIONS(2993), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(2991), - [anon_sym_super] = ACTIONS(2991), - [anon_sym_STAR] = ACTIONS(1806), - [sym_label] = ACTIONS(1714), - [anon_sym_in] = ACTIONS(1808), - [anon_sym_DOT_DOT] = ACTIONS(1810), - [anon_sym_QMARK_COLON] = ACTIONS(1812), - [anon_sym_AMP_AMP] = ACTIONS(2993), - [anon_sym_PIPE_PIPE] = ACTIONS(2993), - [anon_sym_null] = ACTIONS(2991), - [anon_sym_if] = ACTIONS(2991), - [anon_sym_else] = ACTIONS(2991), - [anon_sym_when] = ACTIONS(2991), - [anon_sym_try] = ACTIONS(2991), - [anon_sym_throw] = ACTIONS(2991), - [anon_sym_return] = ACTIONS(2991), - [anon_sym_continue] = ACTIONS(2991), - [anon_sym_break] = ACTIONS(2991), + [anon_sym_null] = ACTIONS(3067), + [anon_sym_if] = ACTIONS(3067), + [anon_sym_else] = ACTIONS(3067), + [anon_sym_when] = ACTIONS(3067), + [anon_sym_try] = ACTIONS(3067), + [anon_sym_throw] = ACTIONS(3067), + [anon_sym_return] = ACTIONS(3067), + [anon_sym_continue] = ACTIONS(3067), + [anon_sym_break] = ACTIONS(3067), [anon_sym_COLON_COLON] = ACTIONS(1726), - [anon_sym_PLUS_EQ] = ACTIONS(2993), - [anon_sym_DASH_EQ] = ACTIONS(2993), - [anon_sym_STAR_EQ] = ACTIONS(2993), - [anon_sym_SLASH_EQ] = ACTIONS(2993), - [anon_sym_PERCENT_EQ] = ACTIONS(2993), + [anon_sym_PLUS_EQ] = ACTIONS(3069), + [anon_sym_DASH_EQ] = ACTIONS(3069), + [anon_sym_STAR_EQ] = ACTIONS(3069), + [anon_sym_SLASH_EQ] = ACTIONS(3069), + [anon_sym_PERCENT_EQ] = ACTIONS(3069), [anon_sym_BANG_EQ] = ACTIONS(1818), [anon_sym_BANG_EQ_EQ] = ACTIONS(1820), [anon_sym_EQ_EQ] = ACTIONS(1818), @@ -83502,113 +83979,113 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(2991), + [anon_sym_BANG] = ACTIONS(3067), [anon_sym_BANG_BANG] = ACTIONS(1744), - [anon_sym_suspend] = ACTIONS(2991), - [anon_sym_sealed] = ACTIONS(2991), - [anon_sym_annotation] = ACTIONS(2991), + [anon_sym_suspend] = ACTIONS(3067), + [anon_sym_sealed] = ACTIONS(3067), + [anon_sym_annotation] = ACTIONS(3067), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(2991), - [anon_sym_lateinit] = ACTIONS(2991), - [anon_sym_public] = ACTIONS(2991), - [anon_sym_private] = ACTIONS(2991), - [anon_sym_internal] = ACTIONS(2991), - [anon_sym_protected] = ACTIONS(2991), - [anon_sym_tailrec] = ACTIONS(2991), - [anon_sym_operator] = ACTIONS(2991), - [anon_sym_infix] = ACTIONS(2991), - [anon_sym_inline] = ACTIONS(2991), - [anon_sym_external] = ACTIONS(2991), - [sym_property_modifier] = ACTIONS(2991), - [anon_sym_abstract] = ACTIONS(2991), - [anon_sym_final] = ACTIONS(2991), - [anon_sym_open] = ACTIONS(2991), - [anon_sym_vararg] = ACTIONS(2991), - [anon_sym_noinline] = ACTIONS(2991), - [anon_sym_crossinline] = ACTIONS(2991), + [anon_sym_override] = ACTIONS(3067), + [anon_sym_lateinit] = ACTIONS(3067), + [anon_sym_public] = ACTIONS(3067), + [anon_sym_private] = ACTIONS(3067), + [anon_sym_internal] = ACTIONS(3067), + [anon_sym_protected] = ACTIONS(3067), + [anon_sym_tailrec] = ACTIONS(3067), + [anon_sym_operator] = ACTIONS(3067), + [anon_sym_infix] = ACTIONS(3067), + [anon_sym_inline] = ACTIONS(3067), + [anon_sym_external] = ACTIONS(3067), + [sym_property_modifier] = ACTIONS(3067), + [anon_sym_abstract] = ACTIONS(3067), + [anon_sym_final] = ACTIONS(3067), + [anon_sym_open] = ACTIONS(3067), + [anon_sym_vararg] = ACTIONS(3067), + [anon_sym_noinline] = ACTIONS(3067), + [anon_sym_crossinline] = ACTIONS(3067), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(2993), - [anon_sym_continue_AT] = ACTIONS(2993), - [anon_sym_break_AT] = ACTIONS(2993), - [sym_real_literal] = ACTIONS(2993), - [sym_integer_literal] = ACTIONS(2991), - [sym_hex_literal] = ACTIONS(2993), - [sym_bin_literal] = ACTIONS(2993), - [anon_sym_true] = ACTIONS(2991), - [anon_sym_false] = ACTIONS(2991), - [anon_sym_SQUOTE] = ACTIONS(2993), + [anon_sym_return_AT] = ACTIONS(3069), + [anon_sym_continue_AT] = ACTIONS(3069), + [anon_sym_break_AT] = ACTIONS(3069), + [sym_real_literal] = ACTIONS(3069), + [sym_integer_literal] = ACTIONS(3067), + [sym_hex_literal] = ACTIONS(3069), + [sym_bin_literal] = ACTIONS(3069), + [anon_sym_true] = ACTIONS(3067), + [anon_sym_false] = ACTIONS(3067), + [anon_sym_SQUOTE] = ACTIONS(3069), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(2993), + [sym__automatic_semicolon] = ACTIONS(3069), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2993), + [sym__string_start] = ACTIONS(3069), }, - [395] = { - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(2232), - [sym__comparison_operator] = STATE(2233), - [sym__in_operator] = STATE(2234), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(2236), - [sym__multiplicative_operator] = STATE(2239), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_annotation] = STATE(7858), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2240), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), + [398] = { + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(2189), + [sym__comparison_operator] = STATE(2187), + [sym__in_operator] = STATE(2185), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(2184), + [sym__multiplicative_operator] = STATE(2151), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_annotation] = STATE(7880), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2122), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), - [anon_sym_EQ] = ACTIONS(3011), + [anon_sym_EQ] = ACTIONS(3044), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(3013), + [anon_sym_RBRACE] = ACTIONS(3046), [anon_sym_LPAREN] = ACTIONS(1698), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(1798), - [anon_sym_object] = ACTIONS(3011), - [anon_sym_fun] = ACTIONS(3011), + [anon_sym_object] = ACTIONS(3044), + [anon_sym_fun] = ACTIONS(3044), [anon_sym_DOT] = ACTIONS(1704), - [anon_sym_SEMI] = ACTIONS(3013), + [anon_sym_SEMI] = ACTIONS(3046), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(3011), - [anon_sym_super] = ACTIONS(3011), + [anon_sym_this] = ACTIONS(3044), + [anon_sym_super] = ACTIONS(3044), [anon_sym_STAR] = ACTIONS(1806), [sym_label] = ACTIONS(1714), [anon_sym_in] = ACTIONS(1808), [anon_sym_DOT_DOT] = ACTIONS(1810), [anon_sym_QMARK_COLON] = ACTIONS(1812), [anon_sym_AMP_AMP] = ACTIONS(1814), - [anon_sym_PIPE_PIPE] = ACTIONS(3013), - [anon_sym_null] = ACTIONS(3011), - [anon_sym_if] = ACTIONS(3011), - [anon_sym_else] = ACTIONS(3011), - [anon_sym_when] = ACTIONS(3011), - [anon_sym_try] = ACTIONS(3011), - [anon_sym_throw] = ACTIONS(3011), - [anon_sym_return] = ACTIONS(3011), - [anon_sym_continue] = ACTIONS(3011), - [anon_sym_break] = ACTIONS(3011), + [anon_sym_PIPE_PIPE] = ACTIONS(3046), + [anon_sym_null] = ACTIONS(3044), + [anon_sym_if] = ACTIONS(3044), + [anon_sym_else] = ACTIONS(3044), + [anon_sym_when] = ACTIONS(3044), + [anon_sym_try] = ACTIONS(3044), + [anon_sym_throw] = ACTIONS(3044), + [anon_sym_return] = ACTIONS(3044), + [anon_sym_continue] = ACTIONS(3044), + [anon_sym_break] = ACTIONS(3044), [anon_sym_COLON_COLON] = ACTIONS(1726), - [anon_sym_PLUS_EQ] = ACTIONS(3013), - [anon_sym_DASH_EQ] = ACTIONS(3013), - [anon_sym_STAR_EQ] = ACTIONS(3013), - [anon_sym_SLASH_EQ] = ACTIONS(3013), - [anon_sym_PERCENT_EQ] = ACTIONS(3013), + [anon_sym_PLUS_EQ] = ACTIONS(3046), + [anon_sym_DASH_EQ] = ACTIONS(3046), + [anon_sym_STAR_EQ] = ACTIONS(3046), + [anon_sym_SLASH_EQ] = ACTIONS(3046), + [anon_sym_PERCENT_EQ] = ACTIONS(3046), [anon_sym_BANG_EQ] = ACTIONS(1818), [anon_sym_BANG_EQ_EQ] = ACTIONS(1820), [anon_sym_EQ_EQ] = ACTIONS(1818), @@ -83625,245 +84102,245 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(3011), + [anon_sym_BANG] = ACTIONS(3044), [anon_sym_BANG_BANG] = ACTIONS(1744), - [anon_sym_suspend] = ACTIONS(3011), - [anon_sym_sealed] = ACTIONS(3011), - [anon_sym_annotation] = ACTIONS(3011), + [anon_sym_suspend] = ACTIONS(3044), + [anon_sym_sealed] = ACTIONS(3044), + [anon_sym_annotation] = ACTIONS(3044), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3011), - [anon_sym_lateinit] = ACTIONS(3011), - [anon_sym_public] = ACTIONS(3011), - [anon_sym_private] = ACTIONS(3011), - [anon_sym_internal] = ACTIONS(3011), - [anon_sym_protected] = ACTIONS(3011), - [anon_sym_tailrec] = ACTIONS(3011), - [anon_sym_operator] = ACTIONS(3011), - [anon_sym_infix] = ACTIONS(3011), - [anon_sym_inline] = ACTIONS(3011), - [anon_sym_external] = ACTIONS(3011), - [sym_property_modifier] = ACTIONS(3011), - [anon_sym_abstract] = ACTIONS(3011), - [anon_sym_final] = ACTIONS(3011), - [anon_sym_open] = ACTIONS(3011), - [anon_sym_vararg] = ACTIONS(3011), - [anon_sym_noinline] = ACTIONS(3011), - [anon_sym_crossinline] = ACTIONS(3011), + [anon_sym_override] = ACTIONS(3044), + [anon_sym_lateinit] = ACTIONS(3044), + [anon_sym_public] = ACTIONS(3044), + [anon_sym_private] = ACTIONS(3044), + [anon_sym_internal] = ACTIONS(3044), + [anon_sym_protected] = ACTIONS(3044), + [anon_sym_tailrec] = ACTIONS(3044), + [anon_sym_operator] = ACTIONS(3044), + [anon_sym_infix] = ACTIONS(3044), + [anon_sym_inline] = ACTIONS(3044), + [anon_sym_external] = ACTIONS(3044), + [sym_property_modifier] = ACTIONS(3044), + [anon_sym_abstract] = ACTIONS(3044), + [anon_sym_final] = ACTIONS(3044), + [anon_sym_open] = ACTIONS(3044), + [anon_sym_vararg] = ACTIONS(3044), + [anon_sym_noinline] = ACTIONS(3044), + [anon_sym_crossinline] = ACTIONS(3044), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3013), - [anon_sym_continue_AT] = ACTIONS(3013), - [anon_sym_break_AT] = ACTIONS(3013), - [sym_real_literal] = ACTIONS(3013), - [sym_integer_literal] = ACTIONS(3011), - [sym_hex_literal] = ACTIONS(3013), - [sym_bin_literal] = ACTIONS(3013), - [anon_sym_true] = ACTIONS(3011), - [anon_sym_false] = ACTIONS(3011), - [anon_sym_SQUOTE] = ACTIONS(3013), + [anon_sym_return_AT] = ACTIONS(3046), + [anon_sym_continue_AT] = ACTIONS(3046), + [anon_sym_break_AT] = ACTIONS(3046), + [sym_real_literal] = ACTIONS(3046), + [sym_integer_literal] = ACTIONS(3044), + [sym_hex_literal] = ACTIONS(3046), + [sym_bin_literal] = ACTIONS(3046), + [anon_sym_true] = ACTIONS(3044), + [anon_sym_false] = ACTIONS(3044), + [anon_sym_SQUOTE] = ACTIONS(3046), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3013), + [sym__automatic_semicolon] = ACTIONS(3046), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3013), + [sym__string_start] = ACTIONS(3046), }, - [396] = { - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(2232), - [sym__comparison_operator] = STATE(2233), - [sym__in_operator] = STATE(2234), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(2236), - [sym__multiplicative_operator] = STATE(2239), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_annotation] = STATE(7858), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2240), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(1690), - [anon_sym_as] = ACTIONS(1692), - [anon_sym_EQ] = ACTIONS(2995), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(2997), - [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(1798), - [anon_sym_object] = ACTIONS(2995), - [anon_sym_fun] = ACTIONS(2995), - [anon_sym_DOT] = ACTIONS(1704), - [anon_sym_SEMI] = ACTIONS(2997), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(2995), - [anon_sym_super] = ACTIONS(2995), - [anon_sym_STAR] = ACTIONS(1806), - [sym_label] = ACTIONS(1714), - [anon_sym_in] = ACTIONS(1808), - [anon_sym_DOT_DOT] = ACTIONS(1810), - [anon_sym_QMARK_COLON] = ACTIONS(1812), - [anon_sym_AMP_AMP] = ACTIONS(2997), - [anon_sym_PIPE_PIPE] = ACTIONS(2997), - [anon_sym_null] = ACTIONS(2995), - [anon_sym_if] = ACTIONS(2995), - [anon_sym_else] = ACTIONS(2995), - [anon_sym_when] = ACTIONS(2995), - [anon_sym_try] = ACTIONS(2995), - [anon_sym_throw] = ACTIONS(2995), - [anon_sym_return] = ACTIONS(2995), - [anon_sym_continue] = ACTIONS(2995), - [anon_sym_break] = ACTIONS(2995), - [anon_sym_COLON_COLON] = ACTIONS(1726), - [anon_sym_PLUS_EQ] = ACTIONS(2997), - [anon_sym_DASH_EQ] = ACTIONS(2997), - [anon_sym_STAR_EQ] = ACTIONS(2997), - [anon_sym_SLASH_EQ] = ACTIONS(2997), - [anon_sym_PERCENT_EQ] = ACTIONS(2997), - [anon_sym_BANG_EQ] = ACTIONS(2995), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2997), - [anon_sym_EQ_EQ] = ACTIONS(2995), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2997), - [anon_sym_LT_EQ] = ACTIONS(1822), - [anon_sym_GT_EQ] = ACTIONS(1822), - [anon_sym_BANGin] = ACTIONS(1824), - [anon_sym_is] = ACTIONS(1736), - [anon_sym_BANGis] = ACTIONS(1738), - [anon_sym_PLUS] = ACTIONS(1826), - [anon_sym_DASH] = ACTIONS(1826), - [anon_sym_SLASH] = ACTIONS(1806), - [anon_sym_PERCENT] = ACTIONS(1806), - [anon_sym_as_QMARK] = ACTIONS(1742), - [anon_sym_PLUS_PLUS] = ACTIONS(1744), - [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(2995), - [anon_sym_BANG_BANG] = ACTIONS(1744), - [anon_sym_suspend] = ACTIONS(2995), - [anon_sym_sealed] = ACTIONS(2995), - [anon_sym_annotation] = ACTIONS(2995), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(2995), - [anon_sym_lateinit] = ACTIONS(2995), - [anon_sym_public] = ACTIONS(2995), - [anon_sym_private] = ACTIONS(2995), - [anon_sym_internal] = ACTIONS(2995), - [anon_sym_protected] = ACTIONS(2995), - [anon_sym_tailrec] = ACTIONS(2995), - [anon_sym_operator] = ACTIONS(2995), - [anon_sym_infix] = ACTIONS(2995), - [anon_sym_inline] = ACTIONS(2995), - [anon_sym_external] = ACTIONS(2995), - [sym_property_modifier] = ACTIONS(2995), - [anon_sym_abstract] = ACTIONS(2995), - [anon_sym_final] = ACTIONS(2995), - [anon_sym_open] = ACTIONS(2995), - [anon_sym_vararg] = ACTIONS(2995), - [anon_sym_noinline] = ACTIONS(2995), - [anon_sym_crossinline] = ACTIONS(2995), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), + [399] = { + [sym__expression] = STATE(4202), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4931), + [sym_parenthesized_expression] = STATE(4931), + [sym_collection_literal] = STATE(4931), + [sym__literal_constant] = STATE(4931), + [sym_string_literal] = STATE(4931), + [sym_lambda_literal] = STATE(4931), + [sym_anonymous_function] = STATE(4931), + [sym__function_literal] = STATE(4931), + [sym_object_literal] = STATE(4931), + [sym_this_expression] = STATE(4931), + [sym_super_expression] = STATE(4931), + [sym_if_expression] = STATE(4931), + [sym_when_expression] = STATE(4931), + [sym_try_expression] = STATE(4931), + [sym_jump_expression] = STATE(4931), + [sym_callable_reference] = STATE(4931), + [sym__prefix_unary_operator] = STATE(1926), + [sym_annotation] = STATE(1926), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4928), + [sym__return_at] = STATE(399), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4931), + [sym_long_literal] = STATE(4931), + [sym_boolean_literal] = STATE(4931), + [sym_character_literal] = STATE(4931), + [sym__lexical_identifier] = STATE(4566), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_as] = ACTIONS(1401), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_RBRACE] = ACTIONS(1399), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(1401), + [anon_sym_GT] = ACTIONS(1401), + [anon_sym_object] = ACTIONS(1902), + [anon_sym_fun] = ACTIONS(3162), + [anon_sym_DOT] = ACTIONS(1401), + [anon_sym_SEMI] = ACTIONS(1399), + [anon_sym_get] = ACTIONS(7), + [anon_sym_set] = ACTIONS(7), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(43), + [sym_label] = ACTIONS(69), + [anon_sym_in] = ACTIONS(1401), + [anon_sym_DOT_DOT] = ACTIONS(1399), + [anon_sym_QMARK_COLON] = ACTIONS(1399), + [anon_sym_AMP_AMP] = ACTIONS(1399), + [anon_sym_PIPE_PIPE] = ACTIONS(1399), + [anon_sym_null] = ACTIONS(1906), + [anon_sym_if] = ACTIONS(3164), + [anon_sym_else] = ACTIONS(1401), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(3166), + [anon_sym_return] = ACTIONS(3168), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_BANG_EQ] = ACTIONS(1401), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1399), + [anon_sym_EQ_EQ] = ACTIONS(1401), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1399), + [anon_sym_LT_EQ] = ACTIONS(1399), + [anon_sym_GT_EQ] = ACTIONS(1399), + [anon_sym_BANGin] = ACTIONS(1399), + [anon_sym_is] = ACTIONS(1401), + [anon_sym_BANGis] = ACTIONS(1399), + [anon_sym_PLUS] = ACTIONS(69), + [anon_sym_DASH] = ACTIONS(69), + [anon_sym_SLASH] = ACTIONS(1401), + [anon_sym_PERCENT] = ACTIONS(1399), + [anon_sym_as_QMARK] = ACTIONS(1399), + [anon_sym_PLUS_PLUS] = ACTIONS(71), + [anon_sym_DASH_DASH] = ACTIONS(71), + [anon_sym_BANG] = ACTIONS(69), + [anon_sym_BANG_BANG] = ACTIONS(1399), + [anon_sym_data] = ACTIONS(7), + [anon_sym_inner] = ACTIONS(7), + [anon_sym_expect] = ACTIONS(7), + [anon_sym_actual] = ACTIONS(7), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(2997), - [anon_sym_continue_AT] = ACTIONS(2997), - [anon_sym_break_AT] = ACTIONS(2997), - [sym_real_literal] = ACTIONS(2997), - [sym_integer_literal] = ACTIONS(2995), - [sym_hex_literal] = ACTIONS(2997), - [sym_bin_literal] = ACTIONS(2997), - [anon_sym_true] = ACTIONS(2995), - [anon_sym_false] = ACTIONS(2995), - [anon_sym_SQUOTE] = ACTIONS(2997), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(2997), - [sym_safe_nav] = ACTIONS(1726), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [sym_real_literal] = ACTIONS(1908), + [sym_integer_literal] = ACTIONS(99), + [sym_hex_literal] = ACTIONS(101), + [sym_bin_literal] = ACTIONS(101), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SQUOTE] = ACTIONS(105), + [sym__backtick_identifier] = ACTIONS(107), + [sym__automatic_semicolon] = ACTIONS(1399), + [sym_safe_nav] = ACTIONS(1399), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2997), + [sym__string_start] = ACTIONS(109), }, - [397] = { - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(2232), - [sym__comparison_operator] = STATE(2233), - [sym__in_operator] = STATE(2234), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(2236), - [sym__multiplicative_operator] = STATE(2239), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_annotation] = STATE(7858), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2240), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), - [sym__alpha_identifier] = ACTIONS(3076), + [400] = { + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(2189), + [sym__comparison_operator] = STATE(2187), + [sym__in_operator] = STATE(2185), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(2184), + [sym__multiplicative_operator] = STATE(2151), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_annotation] = STATE(7880), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2122), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), + [sym__alpha_identifier] = ACTIONS(2992), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), - [anon_sym_EQ] = ACTIONS(3076), + [anon_sym_EQ] = ACTIONS(2992), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(3078), + [anon_sym_RBRACE] = ACTIONS(2994), [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_LT] = ACTIONS(3080), - [anon_sym_GT] = ACTIONS(3076), - [anon_sym_object] = ACTIONS(3076), - [anon_sym_fun] = ACTIONS(3076), + [anon_sym_LT] = ACTIONS(2996), + [anon_sym_GT] = ACTIONS(2992), + [anon_sym_object] = ACTIONS(2992), + [anon_sym_fun] = ACTIONS(2992), [anon_sym_DOT] = ACTIONS(1704), - [anon_sym_SEMI] = ACTIONS(3078), - [anon_sym_get] = ACTIONS(3076), - [anon_sym_set] = ACTIONS(3076), - [anon_sym_this] = ACTIONS(3076), - [anon_sym_super] = ACTIONS(3076), + [anon_sym_SEMI] = ACTIONS(2994), + [anon_sym_get] = ACTIONS(2992), + [anon_sym_set] = ACTIONS(2992), + [anon_sym_this] = ACTIONS(2992), + [anon_sym_super] = ACTIONS(2992), [anon_sym_STAR] = ACTIONS(1806), [sym_label] = ACTIONS(1714), - [anon_sym_in] = ACTIONS(3076), + [anon_sym_in] = ACTIONS(2992), [anon_sym_DOT_DOT] = ACTIONS(1810), - [anon_sym_QMARK_COLON] = ACTIONS(3078), - [anon_sym_AMP_AMP] = ACTIONS(3078), - [anon_sym_PIPE_PIPE] = ACTIONS(3078), - [anon_sym_null] = ACTIONS(3076), - [anon_sym_if] = ACTIONS(3076), - [anon_sym_else] = ACTIONS(3076), - [anon_sym_when] = ACTIONS(3076), - [anon_sym_try] = ACTIONS(3076), - [anon_sym_throw] = ACTIONS(3076), - [anon_sym_return] = ACTIONS(3076), - [anon_sym_continue] = ACTIONS(3076), - [anon_sym_break] = ACTIONS(3076), + [anon_sym_QMARK_COLON] = ACTIONS(2994), + [anon_sym_AMP_AMP] = ACTIONS(2994), + [anon_sym_PIPE_PIPE] = ACTIONS(2994), + [anon_sym_null] = ACTIONS(2992), + [anon_sym_if] = ACTIONS(2992), + [anon_sym_else] = ACTIONS(2992), + [anon_sym_when] = ACTIONS(2992), + [anon_sym_try] = ACTIONS(2992), + [anon_sym_throw] = ACTIONS(2992), + [anon_sym_return] = ACTIONS(2992), + [anon_sym_continue] = ACTIONS(2992), + [anon_sym_break] = ACTIONS(2992), [anon_sym_COLON_COLON] = ACTIONS(1726), - [anon_sym_PLUS_EQ] = ACTIONS(3078), - [anon_sym_DASH_EQ] = ACTIONS(3078), - [anon_sym_STAR_EQ] = ACTIONS(3078), - [anon_sym_SLASH_EQ] = ACTIONS(3078), - [anon_sym_PERCENT_EQ] = ACTIONS(3078), - [anon_sym_BANG_EQ] = ACTIONS(3076), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3078), - [anon_sym_EQ_EQ] = ACTIONS(3076), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3078), - [anon_sym_LT_EQ] = ACTIONS(3078), - [anon_sym_GT_EQ] = ACTIONS(3078), - [anon_sym_BANGin] = ACTIONS(3078), - [anon_sym_is] = ACTIONS(3076), - [anon_sym_BANGis] = ACTIONS(3078), + [anon_sym_PLUS_EQ] = ACTIONS(2994), + [anon_sym_DASH_EQ] = ACTIONS(2994), + [anon_sym_STAR_EQ] = ACTIONS(2994), + [anon_sym_SLASH_EQ] = ACTIONS(2994), + [anon_sym_PERCENT_EQ] = ACTIONS(2994), + [anon_sym_BANG_EQ] = ACTIONS(2992), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2994), + [anon_sym_EQ_EQ] = ACTIONS(2992), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2994), + [anon_sym_LT_EQ] = ACTIONS(2994), + [anon_sym_GT_EQ] = ACTIONS(2994), + [anon_sym_BANGin] = ACTIONS(2994), + [anon_sym_is] = ACTIONS(2992), + [anon_sym_BANGis] = ACTIONS(2994), [anon_sym_PLUS] = ACTIONS(1826), [anon_sym_DASH] = ACTIONS(1826), [anon_sym_SLASH] = ACTIONS(1806), @@ -83871,152 +84348,152 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(3076), + [anon_sym_BANG] = ACTIONS(2992), [anon_sym_BANG_BANG] = ACTIONS(1744), - [anon_sym_suspend] = ACTIONS(3076), - [anon_sym_sealed] = ACTIONS(3076), - [anon_sym_annotation] = ACTIONS(3076), - [anon_sym_data] = ACTIONS(3076), - [anon_sym_inner] = ACTIONS(3076), - [anon_sym_override] = ACTIONS(3076), - [anon_sym_lateinit] = ACTIONS(3076), - [anon_sym_public] = ACTIONS(3076), - [anon_sym_private] = ACTIONS(3076), - [anon_sym_internal] = ACTIONS(3076), - [anon_sym_protected] = ACTIONS(3076), - [anon_sym_tailrec] = ACTIONS(3076), - [anon_sym_operator] = ACTIONS(3076), - [anon_sym_infix] = ACTIONS(3076), - [anon_sym_inline] = ACTIONS(3076), - [anon_sym_external] = ACTIONS(3076), - [sym_property_modifier] = ACTIONS(3076), - [anon_sym_abstract] = ACTIONS(3076), - [anon_sym_final] = ACTIONS(3076), - [anon_sym_open] = ACTIONS(3076), - [anon_sym_vararg] = ACTIONS(3076), - [anon_sym_noinline] = ACTIONS(3076), - [anon_sym_crossinline] = ACTIONS(3076), - [anon_sym_expect] = ACTIONS(3076), - [anon_sym_actual] = ACTIONS(3076), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3078), - [anon_sym_continue_AT] = ACTIONS(3078), - [anon_sym_break_AT] = ACTIONS(3078), - [sym_real_literal] = ACTIONS(3078), - [sym_integer_literal] = ACTIONS(3076), - [sym_hex_literal] = ACTIONS(3078), - [sym_bin_literal] = ACTIONS(3078), - [anon_sym_true] = ACTIONS(3076), - [anon_sym_false] = ACTIONS(3076), - [anon_sym_SQUOTE] = ACTIONS(3078), - [sym__backtick_identifier] = ACTIONS(3078), - [sym__automatic_semicolon] = ACTIONS(3078), + [anon_sym_suspend] = ACTIONS(2992), + [anon_sym_sealed] = ACTIONS(2992), + [anon_sym_annotation] = ACTIONS(2992), + [anon_sym_data] = ACTIONS(2992), + [anon_sym_inner] = ACTIONS(2992), + [anon_sym_override] = ACTIONS(2992), + [anon_sym_lateinit] = ACTIONS(2992), + [anon_sym_public] = ACTIONS(2992), + [anon_sym_private] = ACTIONS(2992), + [anon_sym_internal] = ACTIONS(2992), + [anon_sym_protected] = ACTIONS(2992), + [anon_sym_tailrec] = ACTIONS(2992), + [anon_sym_operator] = ACTIONS(2992), + [anon_sym_infix] = ACTIONS(2992), + [anon_sym_inline] = ACTIONS(2992), + [anon_sym_external] = ACTIONS(2992), + [sym_property_modifier] = ACTIONS(2992), + [anon_sym_abstract] = ACTIONS(2992), + [anon_sym_final] = ACTIONS(2992), + [anon_sym_open] = ACTIONS(2992), + [anon_sym_vararg] = ACTIONS(2992), + [anon_sym_noinline] = ACTIONS(2992), + [anon_sym_crossinline] = ACTIONS(2992), + [anon_sym_expect] = ACTIONS(2992), + [anon_sym_actual] = ACTIONS(2992), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(2994), + [anon_sym_continue_AT] = ACTIONS(2994), + [anon_sym_break_AT] = ACTIONS(2994), + [sym_real_literal] = ACTIONS(2994), + [sym_integer_literal] = ACTIONS(2992), + [sym_hex_literal] = ACTIONS(2994), + [sym_bin_literal] = ACTIONS(2994), + [anon_sym_true] = ACTIONS(2992), + [anon_sym_false] = ACTIONS(2992), + [anon_sym_SQUOTE] = ACTIONS(2994), + [sym__backtick_identifier] = ACTIONS(2994), + [sym__automatic_semicolon] = ACTIONS(2994), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3078), + [sym__string_start] = ACTIONS(2994), }, - [398] = { - [sym__expression] = STATE(2324), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(3231), - [sym_parenthesized_expression] = STATE(3231), - [sym_collection_literal] = STATE(3231), - [sym__literal_constant] = STATE(3231), - [sym_string_literal] = STATE(3231), - [sym_lambda_literal] = STATE(3231), - [sym_anonymous_function] = STATE(3231), - [sym__function_literal] = STATE(3231), - [sym_object_literal] = STATE(3231), - [sym_this_expression] = STATE(3231), - [sym_super_expression] = STATE(3231), - [sym_if_expression] = STATE(3231), - [sym_when_expression] = STATE(3231), - [sym_try_expression] = STATE(3231), - [sym_jump_expression] = STATE(3231), - [sym_callable_reference] = STATE(3231), - [sym__prefix_unary_operator] = STATE(2054), - [sym_annotation] = STATE(2054), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3311), - [sym__return_at] = STATE(398), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(3231), - [sym_long_literal] = STATE(3231), - [sym_boolean_literal] = STATE(3231), - [sym_character_literal] = STATE(3231), - [sym__lexical_identifier] = STATE(2890), + [401] = { + [sym__expression] = STATE(2068), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(3399), + [sym_parenthesized_expression] = STATE(3399), + [sym_collection_literal] = STATE(3399), + [sym__literal_constant] = STATE(3399), + [sym_string_literal] = STATE(3399), + [sym_lambda_literal] = STATE(3399), + [sym_anonymous_function] = STATE(3399), + [sym__function_literal] = STATE(3399), + [sym_object_literal] = STATE(3399), + [sym_this_expression] = STATE(3399), + [sym_super_expression] = STATE(3399), + [sym_if_expression] = STATE(3399), + [sym_when_expression] = STATE(3399), + [sym_try_expression] = STATE(3399), + [sym_jump_expression] = STATE(3399), + [sym_callable_reference] = STATE(3399), + [sym__prefix_unary_operator] = STATE(2070), + [sym_annotation] = STATE(2070), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3347), + [sym__return_at] = STATE(401), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(3399), + [sym_long_literal] = STATE(3399), + [sym_boolean_literal] = STATE(3399), + [sym_character_literal] = STATE(3399), + [sym__lexical_identifier] = STATE(2837), [sym__alpha_identifier] = ACTIONS(333), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(335), - [anon_sym_as] = ACTIONS(1594), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_RBRACE] = ACTIONS(1592), + [anon_sym_as] = ACTIONS(1401), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_RBRACE] = ACTIONS(1399), [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_LT] = ACTIONS(1594), - [anon_sym_GT] = ACTIONS(1594), - [anon_sym_object] = ACTIONS(1922), - [anon_sym_fun] = ACTIONS(3166), - [anon_sym_DOT] = ACTIONS(1594), - [anon_sym_SEMI] = ACTIONS(1592), + [anon_sym_LT] = ACTIONS(1401), + [anon_sym_GT] = ACTIONS(1401), + [anon_sym_object] = ACTIONS(1920), + [anon_sym_fun] = ACTIONS(3170), + [anon_sym_DOT] = ACTIONS(1401), + [anon_sym_SEMI] = ACTIONS(1399), [anon_sym_get] = ACTIONS(333), [anon_sym_set] = ACTIONS(333), [anon_sym_this] = ACTIONS(357), [anon_sym_super] = ACTIONS(359), [anon_sym_STAR] = ACTIONS(1111), [sym_label] = ACTIONS(1119), - [anon_sym_in] = ACTIONS(1594), - [anon_sym_DOT_DOT] = ACTIONS(1592), - [anon_sym_QMARK_COLON] = ACTIONS(1592), - [anon_sym_AMP_AMP] = ACTIONS(1592), - [anon_sym_PIPE_PIPE] = ACTIONS(1592), - [anon_sym_null] = ACTIONS(1926), - [anon_sym_if] = ACTIONS(3168), - [anon_sym_else] = ACTIONS(1594), + [anon_sym_in] = ACTIONS(1401), + [anon_sym_DOT_DOT] = ACTIONS(1399), + [anon_sym_QMARK_COLON] = ACTIONS(1399), + [anon_sym_AMP_AMP] = ACTIONS(1399), + [anon_sym_PIPE_PIPE] = ACTIONS(1399), + [anon_sym_null] = ACTIONS(1924), + [anon_sym_if] = ACTIONS(3172), + [anon_sym_else] = ACTIONS(1401), [anon_sym_when] = ACTIONS(375), [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(3170), - [anon_sym_return] = ACTIONS(3172), + [anon_sym_throw] = ACTIONS(3174), + [anon_sym_return] = ACTIONS(3176), [anon_sym_continue] = ACTIONS(383), [anon_sym_break] = ACTIONS(383), [anon_sym_COLON_COLON] = ACTIONS(385), - [anon_sym_BANG_EQ] = ACTIONS(1594), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1592), - [anon_sym_EQ_EQ] = ACTIONS(1594), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1592), - [anon_sym_LT_EQ] = ACTIONS(1592), - [anon_sym_GT_EQ] = ACTIONS(1592), - [anon_sym_BANGin] = ACTIONS(1592), - [anon_sym_is] = ACTIONS(1594), - [anon_sym_BANGis] = ACTIONS(1592), + [anon_sym_BANG_EQ] = ACTIONS(1401), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1399), + [anon_sym_EQ_EQ] = ACTIONS(1401), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1399), + [anon_sym_LT_EQ] = ACTIONS(1399), + [anon_sym_GT_EQ] = ACTIONS(1399), + [anon_sym_BANGin] = ACTIONS(1399), + [anon_sym_is] = ACTIONS(1401), + [anon_sym_BANGis] = ACTIONS(1399), [anon_sym_PLUS] = ACTIONS(1119), [anon_sym_DASH] = ACTIONS(1119), - [anon_sym_SLASH] = ACTIONS(1594), - [anon_sym_PERCENT] = ACTIONS(1592), - [anon_sym_as_QMARK] = ACTIONS(1592), + [anon_sym_SLASH] = ACTIONS(1401), + [anon_sym_PERCENT] = ACTIONS(1399), + [anon_sym_as_QMARK] = ACTIONS(1399), [anon_sym_PLUS_PLUS] = ACTIONS(1121), [anon_sym_DASH_DASH] = ACTIONS(1121), [anon_sym_BANG] = ACTIONS(1119), - [anon_sym_BANG_BANG] = ACTIONS(1592), + [anon_sym_BANG_BANG] = ACTIONS(1399), [anon_sym_data] = ACTIONS(333), [anon_sym_inner] = ACTIONS(333), [anon_sym_expect] = ACTIONS(333), @@ -84025,7 +84502,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(395), [anon_sym_break_AT] = ACTIONS(397), - [sym_real_literal] = ACTIONS(1928), + [sym_real_literal] = ACTIONS(1926), [sym_integer_literal] = ACTIONS(401), [sym_hex_literal] = ACTIONS(403), [sym_bin_literal] = ACTIONS(403), @@ -84033,203 +84510,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(405), [anon_sym_SQUOTE] = ACTIONS(407), [sym__backtick_identifier] = ACTIONS(409), - [sym__automatic_semicolon] = ACTIONS(1592), - [sym_safe_nav] = ACTIONS(1592), + [sym__automatic_semicolon] = ACTIONS(1399), + [sym_safe_nav] = ACTIONS(1399), [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(411), }, - [399] = { - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(2232), - [sym__comparison_operator] = STATE(2233), - [sym__in_operator] = STATE(2234), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(2236), - [sym__multiplicative_operator] = STATE(2239), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_annotation] = STATE(7858), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2240), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), - [sym__alpha_identifier] = ACTIONS(3065), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(1690), - [anon_sym_as] = ACTIONS(1692), - [anon_sym_EQ] = ACTIONS(3065), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(3067), - [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_LT] = ACTIONS(3069), - [anon_sym_GT] = ACTIONS(3065), - [anon_sym_object] = ACTIONS(3065), - [anon_sym_fun] = ACTIONS(3065), - [anon_sym_DOT] = ACTIONS(1704), - [anon_sym_SEMI] = ACTIONS(3067), - [anon_sym_get] = ACTIONS(3065), - [anon_sym_set] = ACTIONS(3065), - [anon_sym_this] = ACTIONS(3065), - [anon_sym_super] = ACTIONS(3065), - [anon_sym_STAR] = ACTIONS(3065), - [sym_label] = ACTIONS(1714), - [anon_sym_in] = ACTIONS(3065), - [anon_sym_DOT_DOT] = ACTIONS(3067), - [anon_sym_QMARK_COLON] = ACTIONS(3067), - [anon_sym_AMP_AMP] = ACTIONS(3067), - [anon_sym_PIPE_PIPE] = ACTIONS(3067), - [anon_sym_null] = ACTIONS(3065), - [anon_sym_if] = ACTIONS(3065), - [anon_sym_else] = ACTIONS(3065), - [anon_sym_when] = ACTIONS(3065), - [anon_sym_try] = ACTIONS(3065), - [anon_sym_throw] = ACTIONS(3065), - [anon_sym_return] = ACTIONS(3065), - [anon_sym_continue] = ACTIONS(3065), - [anon_sym_break] = ACTIONS(3065), - [anon_sym_COLON_COLON] = ACTIONS(1726), - [anon_sym_PLUS_EQ] = ACTIONS(3067), - [anon_sym_DASH_EQ] = ACTIONS(3067), - [anon_sym_STAR_EQ] = ACTIONS(3067), - [anon_sym_SLASH_EQ] = ACTIONS(3067), - [anon_sym_PERCENT_EQ] = ACTIONS(3067), - [anon_sym_BANG_EQ] = ACTIONS(3065), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3067), - [anon_sym_EQ_EQ] = ACTIONS(3065), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3067), - [anon_sym_LT_EQ] = ACTIONS(3067), - [anon_sym_GT_EQ] = ACTIONS(3067), - [anon_sym_BANGin] = ACTIONS(3067), - [anon_sym_is] = ACTIONS(3065), - [anon_sym_BANGis] = ACTIONS(3067), - [anon_sym_PLUS] = ACTIONS(3065), - [anon_sym_DASH] = ACTIONS(3065), - [anon_sym_SLASH] = ACTIONS(3065), - [anon_sym_PERCENT] = ACTIONS(3065), - [anon_sym_as_QMARK] = ACTIONS(1742), - [anon_sym_PLUS_PLUS] = ACTIONS(1744), - [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(3065), - [anon_sym_BANG_BANG] = ACTIONS(1744), - [anon_sym_suspend] = ACTIONS(3065), - [anon_sym_sealed] = ACTIONS(3065), - [anon_sym_annotation] = ACTIONS(3065), - [anon_sym_data] = ACTIONS(3065), - [anon_sym_inner] = ACTIONS(3065), - [anon_sym_override] = ACTIONS(3065), - [anon_sym_lateinit] = ACTIONS(3065), - [anon_sym_public] = ACTIONS(3065), - [anon_sym_private] = ACTIONS(3065), - [anon_sym_internal] = ACTIONS(3065), - [anon_sym_protected] = ACTIONS(3065), - [anon_sym_tailrec] = ACTIONS(3065), - [anon_sym_operator] = ACTIONS(3065), - [anon_sym_infix] = ACTIONS(3065), - [anon_sym_inline] = ACTIONS(3065), - [anon_sym_external] = ACTIONS(3065), - [sym_property_modifier] = ACTIONS(3065), - [anon_sym_abstract] = ACTIONS(3065), - [anon_sym_final] = ACTIONS(3065), - [anon_sym_open] = ACTIONS(3065), - [anon_sym_vararg] = ACTIONS(3065), - [anon_sym_noinline] = ACTIONS(3065), - [anon_sym_crossinline] = ACTIONS(3065), - [anon_sym_expect] = ACTIONS(3065), - [anon_sym_actual] = ACTIONS(3065), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3067), - [anon_sym_continue_AT] = ACTIONS(3067), - [anon_sym_break_AT] = ACTIONS(3067), - [sym_real_literal] = ACTIONS(3067), - [sym_integer_literal] = ACTIONS(3065), - [sym_hex_literal] = ACTIONS(3067), - [sym_bin_literal] = ACTIONS(3067), - [anon_sym_true] = ACTIONS(3065), - [anon_sym_false] = ACTIONS(3065), - [anon_sym_SQUOTE] = ACTIONS(3067), - [sym__backtick_identifier] = ACTIONS(3067), - [sym__automatic_semicolon] = ACTIONS(3067), - [sym_safe_nav] = ACTIONS(1726), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3067), - }, - [400] = { - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(2232), - [sym__comparison_operator] = STATE(2233), - [sym__in_operator] = STATE(2234), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(2236), - [sym__multiplicative_operator] = STATE(2239), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_annotation] = STATE(7858), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2240), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), + [402] = { + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(2189), + [sym__comparison_operator] = STATE(2187), + [sym__in_operator] = STATE(2185), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(2184), + [sym__multiplicative_operator] = STATE(2151), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_annotation] = STATE(7880), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2122), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), - [anon_sym_EQ] = ACTIONS(3023), + [anon_sym_EQ] = ACTIONS(3007), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(3025), + [anon_sym_RBRACE] = ACTIONS(3009), [anon_sym_LPAREN] = ACTIONS(1698), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3023), - [anon_sym_object] = ACTIONS(3023), - [anon_sym_fun] = ACTIONS(3023), + [anon_sym_GT] = ACTIONS(1798), + [anon_sym_object] = ACTIONS(3007), + [anon_sym_fun] = ACTIONS(3007), [anon_sym_DOT] = ACTIONS(1704), - [anon_sym_SEMI] = ACTIONS(3025), + [anon_sym_SEMI] = ACTIONS(3009), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(3023), - [anon_sym_super] = ACTIONS(3023), + [anon_sym_this] = ACTIONS(3007), + [anon_sym_super] = ACTIONS(3007), [anon_sym_STAR] = ACTIONS(1806), [sym_label] = ACTIONS(1714), [anon_sym_in] = ACTIONS(1808), [anon_sym_DOT_DOT] = ACTIONS(1810), [anon_sym_QMARK_COLON] = ACTIONS(1812), - [anon_sym_AMP_AMP] = ACTIONS(3025), - [anon_sym_PIPE_PIPE] = ACTIONS(3025), - [anon_sym_null] = ACTIONS(3023), - [anon_sym_if] = ACTIONS(3023), - [anon_sym_else] = ACTIONS(3023), - [anon_sym_when] = ACTIONS(3023), - [anon_sym_try] = ACTIONS(3023), - [anon_sym_throw] = ACTIONS(3023), - [anon_sym_return] = ACTIONS(3023), - [anon_sym_continue] = ACTIONS(3023), - [anon_sym_break] = ACTIONS(3023), + [anon_sym_AMP_AMP] = ACTIONS(1814), + [anon_sym_PIPE_PIPE] = ACTIONS(1816), + [anon_sym_null] = ACTIONS(3007), + [anon_sym_if] = ACTIONS(3007), + [anon_sym_else] = ACTIONS(3007), + [anon_sym_when] = ACTIONS(3007), + [anon_sym_try] = ACTIONS(3007), + [anon_sym_throw] = ACTIONS(3007), + [anon_sym_return] = ACTIONS(3007), + [anon_sym_continue] = ACTIONS(3007), + [anon_sym_break] = ACTIONS(3007), [anon_sym_COLON_COLON] = ACTIONS(1726), - [anon_sym_PLUS_EQ] = ACTIONS(3025), - [anon_sym_DASH_EQ] = ACTIONS(3025), - [anon_sym_STAR_EQ] = ACTIONS(3025), - [anon_sym_SLASH_EQ] = ACTIONS(3025), - [anon_sym_PERCENT_EQ] = ACTIONS(3025), - [anon_sym_BANG_EQ] = ACTIONS(3023), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3025), - [anon_sym_EQ_EQ] = ACTIONS(3023), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3025), - [anon_sym_LT_EQ] = ACTIONS(3025), - [anon_sym_GT_EQ] = ACTIONS(3025), + [anon_sym_PLUS_EQ] = ACTIONS(3009), + [anon_sym_DASH_EQ] = ACTIONS(3009), + [anon_sym_STAR_EQ] = ACTIONS(3009), + [anon_sym_SLASH_EQ] = ACTIONS(3009), + [anon_sym_PERCENT_EQ] = ACTIONS(3009), + [anon_sym_BANG_EQ] = ACTIONS(1818), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1820), + [anon_sym_EQ_EQ] = ACTIONS(1818), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1820), + [anon_sym_LT_EQ] = ACTIONS(1822), + [anon_sym_GT_EQ] = ACTIONS(1822), [anon_sym_BANGin] = ACTIONS(1824), [anon_sym_is] = ACTIONS(1736), [anon_sym_BANGis] = ACTIONS(1738), @@ -84240,131 +84594,131 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(3023), + [anon_sym_BANG] = ACTIONS(3007), [anon_sym_BANG_BANG] = ACTIONS(1744), - [anon_sym_suspend] = ACTIONS(3023), - [anon_sym_sealed] = ACTIONS(3023), - [anon_sym_annotation] = ACTIONS(3023), + [anon_sym_suspend] = ACTIONS(3007), + [anon_sym_sealed] = ACTIONS(3007), + [anon_sym_annotation] = ACTIONS(3007), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3023), - [anon_sym_lateinit] = ACTIONS(3023), - [anon_sym_public] = ACTIONS(3023), - [anon_sym_private] = ACTIONS(3023), - [anon_sym_internal] = ACTIONS(3023), - [anon_sym_protected] = ACTIONS(3023), - [anon_sym_tailrec] = ACTIONS(3023), - [anon_sym_operator] = ACTIONS(3023), - [anon_sym_infix] = ACTIONS(3023), - [anon_sym_inline] = ACTIONS(3023), - [anon_sym_external] = ACTIONS(3023), - [sym_property_modifier] = ACTIONS(3023), - [anon_sym_abstract] = ACTIONS(3023), - [anon_sym_final] = ACTIONS(3023), - [anon_sym_open] = ACTIONS(3023), - [anon_sym_vararg] = ACTIONS(3023), - [anon_sym_noinline] = ACTIONS(3023), - [anon_sym_crossinline] = ACTIONS(3023), + [anon_sym_override] = ACTIONS(3007), + [anon_sym_lateinit] = ACTIONS(3007), + [anon_sym_public] = ACTIONS(3007), + [anon_sym_private] = ACTIONS(3007), + [anon_sym_internal] = ACTIONS(3007), + [anon_sym_protected] = ACTIONS(3007), + [anon_sym_tailrec] = ACTIONS(3007), + [anon_sym_operator] = ACTIONS(3007), + [anon_sym_infix] = ACTIONS(3007), + [anon_sym_inline] = ACTIONS(3007), + [anon_sym_external] = ACTIONS(3007), + [sym_property_modifier] = ACTIONS(3007), + [anon_sym_abstract] = ACTIONS(3007), + [anon_sym_final] = ACTIONS(3007), + [anon_sym_open] = ACTIONS(3007), + [anon_sym_vararg] = ACTIONS(3007), + [anon_sym_noinline] = ACTIONS(3007), + [anon_sym_crossinline] = ACTIONS(3007), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3025), - [anon_sym_continue_AT] = ACTIONS(3025), - [anon_sym_break_AT] = ACTIONS(3025), - [sym_real_literal] = ACTIONS(3025), - [sym_integer_literal] = ACTIONS(3023), - [sym_hex_literal] = ACTIONS(3025), - [sym_bin_literal] = ACTIONS(3025), - [anon_sym_true] = ACTIONS(3023), - [anon_sym_false] = ACTIONS(3023), - [anon_sym_SQUOTE] = ACTIONS(3025), + [anon_sym_return_AT] = ACTIONS(3009), + [anon_sym_continue_AT] = ACTIONS(3009), + [anon_sym_break_AT] = ACTIONS(3009), + [sym_real_literal] = ACTIONS(3009), + [sym_integer_literal] = ACTIONS(3007), + [sym_hex_literal] = ACTIONS(3009), + [sym_bin_literal] = ACTIONS(3009), + [anon_sym_true] = ACTIONS(3007), + [anon_sym_false] = ACTIONS(3007), + [anon_sym_SQUOTE] = ACTIONS(3009), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3025), + [sym__automatic_semicolon] = ACTIONS(3009), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3025), + [sym__string_start] = ACTIONS(3009), }, - [401] = { - [sym_primary_constructor] = STATE(2873), - [sym_class_body] = STATE(3359), - [sym__class_parameters] = STATE(3036), - [sym_type_parameters] = STATE(420), - [sym_type_constraints] = STATE(3035), - [sym_modifiers] = STATE(9011), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3160), + [403] = { + [sym_primary_constructor] = STATE(869), + [sym_class_body] = STATE(1069), + [sym__class_parameters] = STATE(976), + [sym_type_parameters] = STATE(409), + [sym_type_constraints] = STATE(966), + [sym_modifiers] = STATE(9192), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3146), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(3174), - [anon_sym_LBRACK] = ACTIONS(3164), - [anon_sym_as] = ACTIONS(3160), - [anon_sym_EQ] = ACTIONS(3160), - [anon_sym_constructor] = ACTIONS(3110), - [anon_sym_LBRACE] = ACTIONS(3112), - [anon_sym_RBRACE] = ACTIONS(3164), - [anon_sym_LPAREN] = ACTIONS(3114), - [anon_sym_COMMA] = ACTIONS(3164), + [anon_sym_COLON] = ACTIONS(3178), + [anon_sym_LBRACK] = ACTIONS(3150), + [anon_sym_as] = ACTIONS(3146), + [anon_sym_EQ] = ACTIONS(3146), + [anon_sym_constructor] = ACTIONS(3154), + [anon_sym_LBRACE] = ACTIONS(3180), + [anon_sym_RBRACE] = ACTIONS(3150), + [anon_sym_LPAREN] = ACTIONS(3158), + [anon_sym_COMMA] = ACTIONS(3150), [anon_sym_LT] = ACTIONS(3116), - [anon_sym_GT] = ACTIONS(3160), - [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(3160), - [anon_sym_fun] = ACTIONS(3160), - [anon_sym_DOT] = ACTIONS(3160), - [anon_sym_SEMI] = ACTIONS(3164), - [anon_sym_get] = ACTIONS(3160), - [anon_sym_set] = ACTIONS(3160), - [anon_sym_this] = ACTIONS(3160), - [anon_sym_super] = ACTIONS(3160), - [anon_sym_STAR] = ACTIONS(3160), - [sym_label] = ACTIONS(3160), - [anon_sym_in] = ACTIONS(3160), - [anon_sym_DOT_DOT] = ACTIONS(3164), - [anon_sym_QMARK_COLON] = ACTIONS(3164), - [anon_sym_AMP_AMP] = ACTIONS(3164), - [anon_sym_PIPE_PIPE] = ACTIONS(3164), - [anon_sym_null] = ACTIONS(3160), - [anon_sym_if] = ACTIONS(3160), - [anon_sym_else] = ACTIONS(3160), - [anon_sym_when] = ACTIONS(3160), - [anon_sym_try] = ACTIONS(3160), - [anon_sym_throw] = ACTIONS(3160), - [anon_sym_return] = ACTIONS(3160), - [anon_sym_continue] = ACTIONS(3160), - [anon_sym_break] = ACTIONS(3160), - [anon_sym_COLON_COLON] = ACTIONS(3164), - [anon_sym_PLUS_EQ] = ACTIONS(3164), - [anon_sym_DASH_EQ] = ACTIONS(3164), - [anon_sym_STAR_EQ] = ACTIONS(3164), - [anon_sym_SLASH_EQ] = ACTIONS(3164), - [anon_sym_PERCENT_EQ] = ACTIONS(3164), - [anon_sym_BANG_EQ] = ACTIONS(3160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3164), - [anon_sym_EQ_EQ] = ACTIONS(3160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3164), - [anon_sym_LT_EQ] = ACTIONS(3164), - [anon_sym_GT_EQ] = ACTIONS(3164), - [anon_sym_BANGin] = ACTIONS(3164), - [anon_sym_is] = ACTIONS(3160), - [anon_sym_BANGis] = ACTIONS(3164), - [anon_sym_PLUS] = ACTIONS(3160), - [anon_sym_DASH] = ACTIONS(3160), - [anon_sym_SLASH] = ACTIONS(3160), - [anon_sym_PERCENT] = ACTIONS(3160), - [anon_sym_as_QMARK] = ACTIONS(3164), - [anon_sym_PLUS_PLUS] = ACTIONS(3164), - [anon_sym_DASH_DASH] = ACTIONS(3164), - [anon_sym_BANG] = ACTIONS(3160), - [anon_sym_BANG_BANG] = ACTIONS(3164), + [anon_sym_GT] = ACTIONS(3146), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(3146), + [anon_sym_fun] = ACTIONS(3146), + [anon_sym_DOT] = ACTIONS(3146), + [anon_sym_SEMI] = ACTIONS(3150), + [anon_sym_get] = ACTIONS(3146), + [anon_sym_set] = ACTIONS(3146), + [anon_sym_this] = ACTIONS(3146), + [anon_sym_super] = ACTIONS(3146), + [anon_sym_STAR] = ACTIONS(3146), + [sym_label] = ACTIONS(3146), + [anon_sym_in] = ACTIONS(3146), + [anon_sym_DOT_DOT] = ACTIONS(3150), + [anon_sym_QMARK_COLON] = ACTIONS(3150), + [anon_sym_AMP_AMP] = ACTIONS(3150), + [anon_sym_PIPE_PIPE] = ACTIONS(3150), + [anon_sym_null] = ACTIONS(3146), + [anon_sym_if] = ACTIONS(3146), + [anon_sym_else] = ACTIONS(3146), + [anon_sym_when] = ACTIONS(3146), + [anon_sym_try] = ACTIONS(3146), + [anon_sym_throw] = ACTIONS(3146), + [anon_sym_return] = ACTIONS(3146), + [anon_sym_continue] = ACTIONS(3146), + [anon_sym_break] = ACTIONS(3146), + [anon_sym_COLON_COLON] = ACTIONS(3150), + [anon_sym_PLUS_EQ] = ACTIONS(3150), + [anon_sym_DASH_EQ] = ACTIONS(3150), + [anon_sym_STAR_EQ] = ACTIONS(3150), + [anon_sym_SLASH_EQ] = ACTIONS(3150), + [anon_sym_PERCENT_EQ] = ACTIONS(3150), + [anon_sym_BANG_EQ] = ACTIONS(3146), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3150), + [anon_sym_EQ_EQ] = ACTIONS(3146), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3150), + [anon_sym_LT_EQ] = ACTIONS(3150), + [anon_sym_GT_EQ] = ACTIONS(3150), + [anon_sym_BANGin] = ACTIONS(3150), + [anon_sym_is] = ACTIONS(3146), + [anon_sym_BANGis] = ACTIONS(3150), + [anon_sym_PLUS] = ACTIONS(3146), + [anon_sym_DASH] = ACTIONS(3146), + [anon_sym_SLASH] = ACTIONS(3146), + [anon_sym_PERCENT] = ACTIONS(3146), + [anon_sym_as_QMARK] = ACTIONS(3150), + [anon_sym_PLUS_PLUS] = ACTIONS(3150), + [anon_sym_DASH_DASH] = ACTIONS(3150), + [anon_sym_BANG] = ACTIONS(3146), + [anon_sym_BANG_BANG] = ACTIONS(3150), [anon_sym_suspend] = ACTIONS(3120), [anon_sym_sealed] = ACTIONS(3122), [anon_sym_annotation] = ACTIONS(3122), @@ -84391,424 +84745,55 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3134), [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3164), - [anon_sym_continue_AT] = ACTIONS(3164), - [anon_sym_break_AT] = ACTIONS(3164), - [sym_real_literal] = ACTIONS(3164), - [sym_integer_literal] = ACTIONS(3160), - [sym_hex_literal] = ACTIONS(3164), - [sym_bin_literal] = ACTIONS(3164), - [anon_sym_true] = ACTIONS(3160), - [anon_sym_false] = ACTIONS(3160), - [anon_sym_SQUOTE] = ACTIONS(3164), - [sym__backtick_identifier] = ACTIONS(3164), - [sym__automatic_semicolon] = ACTIONS(3164), - [sym_safe_nav] = ACTIONS(3164), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3164), - }, - [402] = { - [sym__expression] = STATE(4202), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4941), - [sym_parenthesized_expression] = STATE(4941), - [sym_collection_literal] = STATE(4941), - [sym__literal_constant] = STATE(4941), - [sym_string_literal] = STATE(4941), - [sym_lambda_literal] = STATE(4941), - [sym_anonymous_function] = STATE(4941), - [sym__function_literal] = STATE(4941), - [sym_object_literal] = STATE(4941), - [sym_this_expression] = STATE(4941), - [sym_super_expression] = STATE(4941), - [sym_if_expression] = STATE(4941), - [sym_when_expression] = STATE(4941), - [sym_try_expression] = STATE(4941), - [sym_jump_expression] = STATE(4941), - [sym_callable_reference] = STATE(4941), - [sym__prefix_unary_operator] = STATE(1637), - [sym_annotation] = STATE(1637), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5029), - [sym__return_at] = STATE(402), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4941), - [sym_long_literal] = STATE(4941), - [sym_boolean_literal] = STATE(4941), - [sym_character_literal] = STATE(4941), - [sym__lexical_identifier] = STATE(4529), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_as] = ACTIONS(1594), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(1592), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(1594), - [anon_sym_GT] = ACTIONS(1594), - [anon_sym_object] = ACTIONS(1912), - [anon_sym_fun] = ACTIONS(3176), - [anon_sym_DOT] = ACTIONS(1594), - [anon_sym_SEMI] = ACTIONS(1592), - [anon_sym_get] = ACTIONS(7), - [anon_sym_set] = ACTIONS(7), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(43), - [sym_label] = ACTIONS(69), - [anon_sym_in] = ACTIONS(1594), - [anon_sym_DOT_DOT] = ACTIONS(1592), - [anon_sym_QMARK_COLON] = ACTIONS(1592), - [anon_sym_AMP_AMP] = ACTIONS(1592), - [anon_sym_PIPE_PIPE] = ACTIONS(1592), - [anon_sym_null] = ACTIONS(1916), - [anon_sym_if] = ACTIONS(3178), - [anon_sym_else] = ACTIONS(1594), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(3180), - [anon_sym_return] = ACTIONS(3182), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_BANG_EQ] = ACTIONS(1594), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1592), - [anon_sym_EQ_EQ] = ACTIONS(1594), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1592), - [anon_sym_LT_EQ] = ACTIONS(1592), - [anon_sym_GT_EQ] = ACTIONS(1592), - [anon_sym_BANGin] = ACTIONS(1592), - [anon_sym_is] = ACTIONS(1594), - [anon_sym_BANGis] = ACTIONS(1592), - [anon_sym_PLUS] = ACTIONS(69), - [anon_sym_DASH] = ACTIONS(69), - [anon_sym_SLASH] = ACTIONS(1594), - [anon_sym_PERCENT] = ACTIONS(1592), - [anon_sym_as_QMARK] = ACTIONS(1592), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_BANG] = ACTIONS(69), - [anon_sym_BANG_BANG] = ACTIONS(1592), - [anon_sym_data] = ACTIONS(7), - [anon_sym_inner] = ACTIONS(7), - [anon_sym_expect] = ACTIONS(7), - [anon_sym_actual] = ACTIONS(7), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(1918), - [sym_integer_literal] = ACTIONS(99), - [sym_hex_literal] = ACTIONS(101), - [sym_bin_literal] = ACTIONS(101), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [anon_sym_SQUOTE] = ACTIONS(105), - [sym__backtick_identifier] = ACTIONS(107), - [sym__automatic_semicolon] = ACTIONS(1592), - [sym_safe_nav] = ACTIONS(1592), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(109), - }, - [403] = { - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(2232), - [sym__comparison_operator] = STATE(2233), - [sym__in_operator] = STATE(2234), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(2236), - [sym__multiplicative_operator] = STATE(2239), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_annotation] = STATE(7858), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2240), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(1690), - [anon_sym_as] = ACTIONS(1692), - [anon_sym_EQ] = ACTIONS(3027), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(3029), - [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_LT] = ACTIONS(3031), - [anon_sym_GT] = ACTIONS(3027), - [anon_sym_object] = ACTIONS(3027), - [anon_sym_fun] = ACTIONS(3027), - [anon_sym_DOT] = ACTIONS(1704), - [anon_sym_SEMI] = ACTIONS(3029), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(3027), - [anon_sym_super] = ACTIONS(3027), - [anon_sym_STAR] = ACTIONS(1806), - [sym_label] = ACTIONS(1714), - [anon_sym_in] = ACTIONS(3027), - [anon_sym_DOT_DOT] = ACTIONS(1810), - [anon_sym_QMARK_COLON] = ACTIONS(1812), - [anon_sym_AMP_AMP] = ACTIONS(3029), - [anon_sym_PIPE_PIPE] = ACTIONS(3029), - [anon_sym_null] = ACTIONS(3027), - [anon_sym_if] = ACTIONS(3027), - [anon_sym_else] = ACTIONS(3027), - [anon_sym_when] = ACTIONS(3027), - [anon_sym_try] = ACTIONS(3027), - [anon_sym_throw] = ACTIONS(3027), - [anon_sym_return] = ACTIONS(3027), - [anon_sym_continue] = ACTIONS(3027), - [anon_sym_break] = ACTIONS(3027), - [anon_sym_COLON_COLON] = ACTIONS(1726), - [anon_sym_PLUS_EQ] = ACTIONS(3029), - [anon_sym_DASH_EQ] = ACTIONS(3029), - [anon_sym_STAR_EQ] = ACTIONS(3029), - [anon_sym_SLASH_EQ] = ACTIONS(3029), - [anon_sym_PERCENT_EQ] = ACTIONS(3029), - [anon_sym_BANG_EQ] = ACTIONS(3027), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3029), - [anon_sym_EQ_EQ] = ACTIONS(3027), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3029), - [anon_sym_LT_EQ] = ACTIONS(3029), - [anon_sym_GT_EQ] = ACTIONS(3029), - [anon_sym_BANGin] = ACTIONS(3029), - [anon_sym_is] = ACTIONS(3027), - [anon_sym_BANGis] = ACTIONS(3029), - [anon_sym_PLUS] = ACTIONS(1826), - [anon_sym_DASH] = ACTIONS(1826), - [anon_sym_SLASH] = ACTIONS(1806), - [anon_sym_PERCENT] = ACTIONS(1806), - [anon_sym_as_QMARK] = ACTIONS(1742), - [anon_sym_PLUS_PLUS] = ACTIONS(1744), - [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(3027), - [anon_sym_BANG_BANG] = ACTIONS(1744), - [anon_sym_suspend] = ACTIONS(3027), - [anon_sym_sealed] = ACTIONS(3027), - [anon_sym_annotation] = ACTIONS(3027), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3027), - [anon_sym_lateinit] = ACTIONS(3027), - [anon_sym_public] = ACTIONS(3027), - [anon_sym_private] = ACTIONS(3027), - [anon_sym_internal] = ACTIONS(3027), - [anon_sym_protected] = ACTIONS(3027), - [anon_sym_tailrec] = ACTIONS(3027), - [anon_sym_operator] = ACTIONS(3027), - [anon_sym_infix] = ACTIONS(3027), - [anon_sym_inline] = ACTIONS(3027), - [anon_sym_external] = ACTIONS(3027), - [sym_property_modifier] = ACTIONS(3027), - [anon_sym_abstract] = ACTIONS(3027), - [anon_sym_final] = ACTIONS(3027), - [anon_sym_open] = ACTIONS(3027), - [anon_sym_vararg] = ACTIONS(3027), - [anon_sym_noinline] = ACTIONS(3027), - [anon_sym_crossinline] = ACTIONS(3027), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3029), - [anon_sym_continue_AT] = ACTIONS(3029), - [anon_sym_break_AT] = ACTIONS(3029), - [sym_real_literal] = ACTIONS(3029), - [sym_integer_literal] = ACTIONS(3027), - [sym_hex_literal] = ACTIONS(3029), - [sym_bin_literal] = ACTIONS(3029), - [anon_sym_true] = ACTIONS(3027), - [anon_sym_false] = ACTIONS(3027), - [anon_sym_SQUOTE] = ACTIONS(3029), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3029), - [sym_safe_nav] = ACTIONS(1726), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3029), + [anon_sym_return_AT] = ACTIONS(3150), + [anon_sym_continue_AT] = ACTIONS(3150), + [anon_sym_break_AT] = ACTIONS(3150), + [sym_real_literal] = ACTIONS(3150), + [sym_integer_literal] = ACTIONS(3146), + [sym_hex_literal] = ACTIONS(3150), + [sym_bin_literal] = ACTIONS(3150), + [anon_sym_true] = ACTIONS(3146), + [anon_sym_false] = ACTIONS(3146), + [anon_sym_SQUOTE] = ACTIONS(3150), + [sym__backtick_identifier] = ACTIONS(3150), + [sym__automatic_semicolon] = ACTIONS(3150), + [sym_safe_nav] = ACTIONS(3150), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3150), }, [404] = { - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(2232), - [sym__comparison_operator] = STATE(2233), - [sym__in_operator] = STATE(2234), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(2236), - [sym__multiplicative_operator] = STATE(2239), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_annotation] = STATE(7858), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2240), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), - [sym__alpha_identifier] = ACTIONS(3034), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(1690), - [anon_sym_as] = ACTIONS(1692), - [anon_sym_EQ] = ACTIONS(3034), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(3036), - [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_LT] = ACTIONS(3038), - [anon_sym_GT] = ACTIONS(3034), - [anon_sym_object] = ACTIONS(3034), - [anon_sym_fun] = ACTIONS(3034), - [anon_sym_DOT] = ACTIONS(1704), - [anon_sym_SEMI] = ACTIONS(3036), - [anon_sym_get] = ACTIONS(3034), - [anon_sym_set] = ACTIONS(3034), - [anon_sym_this] = ACTIONS(3034), - [anon_sym_super] = ACTIONS(3034), - [anon_sym_STAR] = ACTIONS(1806), - [sym_label] = ACTIONS(1714), - [anon_sym_in] = ACTIONS(3034), - [anon_sym_DOT_DOT] = ACTIONS(3036), - [anon_sym_QMARK_COLON] = ACTIONS(3036), - [anon_sym_AMP_AMP] = ACTIONS(3036), - [anon_sym_PIPE_PIPE] = ACTIONS(3036), - [anon_sym_null] = ACTIONS(3034), - [anon_sym_if] = ACTIONS(3034), - [anon_sym_else] = ACTIONS(3034), - [anon_sym_when] = ACTIONS(3034), - [anon_sym_try] = ACTIONS(3034), - [anon_sym_throw] = ACTIONS(3034), - [anon_sym_return] = ACTIONS(3034), - [anon_sym_continue] = ACTIONS(3034), - [anon_sym_break] = ACTIONS(3034), - [anon_sym_COLON_COLON] = ACTIONS(1726), - [anon_sym_PLUS_EQ] = ACTIONS(3036), - [anon_sym_DASH_EQ] = ACTIONS(3036), - [anon_sym_STAR_EQ] = ACTIONS(3036), - [anon_sym_SLASH_EQ] = ACTIONS(3036), - [anon_sym_PERCENT_EQ] = ACTIONS(3036), - [anon_sym_BANG_EQ] = ACTIONS(3034), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3036), - [anon_sym_EQ_EQ] = ACTIONS(3034), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3036), - [anon_sym_LT_EQ] = ACTIONS(3036), - [anon_sym_GT_EQ] = ACTIONS(3036), - [anon_sym_BANGin] = ACTIONS(3036), - [anon_sym_is] = ACTIONS(3034), - [anon_sym_BANGis] = ACTIONS(3036), - [anon_sym_PLUS] = ACTIONS(3034), - [anon_sym_DASH] = ACTIONS(3034), - [anon_sym_SLASH] = ACTIONS(1806), - [anon_sym_PERCENT] = ACTIONS(1806), - [anon_sym_as_QMARK] = ACTIONS(1742), - [anon_sym_PLUS_PLUS] = ACTIONS(1744), - [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(3034), - [anon_sym_BANG_BANG] = ACTIONS(1744), - [anon_sym_suspend] = ACTIONS(3034), - [anon_sym_sealed] = ACTIONS(3034), - [anon_sym_annotation] = ACTIONS(3034), - [anon_sym_data] = ACTIONS(3034), - [anon_sym_inner] = ACTIONS(3034), - [anon_sym_override] = ACTIONS(3034), - [anon_sym_lateinit] = ACTIONS(3034), - [anon_sym_public] = ACTIONS(3034), - [anon_sym_private] = ACTIONS(3034), - [anon_sym_internal] = ACTIONS(3034), - [anon_sym_protected] = ACTIONS(3034), - [anon_sym_tailrec] = ACTIONS(3034), - [anon_sym_operator] = ACTIONS(3034), - [anon_sym_infix] = ACTIONS(3034), - [anon_sym_inline] = ACTIONS(3034), - [anon_sym_external] = ACTIONS(3034), - [sym_property_modifier] = ACTIONS(3034), - [anon_sym_abstract] = ACTIONS(3034), - [anon_sym_final] = ACTIONS(3034), - [anon_sym_open] = ACTIONS(3034), - [anon_sym_vararg] = ACTIONS(3034), - [anon_sym_noinline] = ACTIONS(3034), - [anon_sym_crossinline] = ACTIONS(3034), - [anon_sym_expect] = ACTIONS(3034), - [anon_sym_actual] = ACTIONS(3034), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3036), - [anon_sym_continue_AT] = ACTIONS(3036), - [anon_sym_break_AT] = ACTIONS(3036), - [sym_real_literal] = ACTIONS(3036), - [sym_integer_literal] = ACTIONS(3034), - [sym_hex_literal] = ACTIONS(3036), - [sym_bin_literal] = ACTIONS(3036), - [anon_sym_true] = ACTIONS(3034), - [anon_sym_false] = ACTIONS(3034), - [anon_sym_SQUOTE] = ACTIONS(3036), - [sym__backtick_identifier] = ACTIONS(3036), - [sym__automatic_semicolon] = ACTIONS(3036), - [sym_safe_nav] = ACTIONS(1726), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3036), - }, - [405] = { - [sym_primary_constructor] = STATE(2874), - [sym__class_parameters] = STATE(3036), - [sym_type_parameters] = STATE(413), - [sym_type_constraints] = STATE(3058), - [sym_enum_class_body] = STATE(3257), - [sym_modifiers] = STATE(9011), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), + [sym_primary_constructor] = STATE(856), + [sym__class_parameters] = STATE(976), + [sym_type_parameters] = STATE(412), + [sym_type_constraints] = STATE(955), + [sym_enum_class_body] = STATE(1140), + [sym_modifiers] = STATE(9192), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), [sym__alpha_identifier] = ACTIONS(3136), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(3184), + [anon_sym_COLON] = ACTIONS(3182), [anon_sym_LBRACK] = ACTIONS(3140), [anon_sym_as] = ACTIONS(3136), [anon_sym_EQ] = ACTIONS(3136), - [anon_sym_constructor] = ACTIONS(3110), - [anon_sym_LBRACE] = ACTIONS(3152), + [anon_sym_constructor] = ACTIONS(3154), + [anon_sym_LBRACE] = ACTIONS(3156), [anon_sym_RBRACE] = ACTIONS(3140), - [anon_sym_LPAREN] = ACTIONS(3114), + [anon_sym_LPAREN] = ACTIONS(3158), [anon_sym_COMMA] = ACTIONS(3140), [anon_sym_LT] = ACTIONS(3116), [anon_sym_GT] = ACTIONS(3136), - [anon_sym_where] = ACTIONS(3118), + [anon_sym_where] = ACTIONS(3160), [anon_sym_object] = ACTIONS(3136), [anon_sym_fun] = ACTIONS(3136), [anon_sym_DOT] = ACTIONS(3136), @@ -84899,86 +84884,87 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(3140), }, - [406] = { - [sym_primary_constructor] = STATE(920), - [sym_class_body] = STATE(1115), - [sym__class_parameters] = STATE(963), - [sym_type_parameters] = STATE(437), - [sym_type_constraints] = STATE(1004), - [sym_modifiers] = STATE(9048), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3102), + [405] = { + [sym_primary_constructor] = STATE(875), + [sym_class_body] = STATE(1140), + [sym__class_parameters] = STATE(976), + [sym_type_parameters] = STATE(413), + [sym_type_constraints] = STATE(991), + [sym_modifiers] = STATE(9192), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3136), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(3186), - [anon_sym_LBRACK] = ACTIONS(3108), - [anon_sym_as] = ACTIONS(3102), - [anon_sym_EQ] = ACTIONS(3102), - [anon_sym_constructor] = ACTIONS(3142), - [anon_sym_LBRACE] = ACTIONS(3156), - [anon_sym_RBRACE] = ACTIONS(3108), - [anon_sym_LPAREN] = ACTIONS(3146), + [anon_sym_COLON] = ACTIONS(3184), + [anon_sym_LBRACK] = ACTIONS(3140), + [anon_sym_as] = ACTIONS(3136), + [anon_sym_EQ] = ACTIONS(3136), + [anon_sym_constructor] = ACTIONS(3154), + [anon_sym_LBRACE] = ACTIONS(3180), + [anon_sym_RBRACE] = ACTIONS(3140), + [anon_sym_LPAREN] = ACTIONS(3158), + [anon_sym_COMMA] = ACTIONS(3140), [anon_sym_LT] = ACTIONS(3116), - [anon_sym_GT] = ACTIONS(3102), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(3102), - [anon_sym_fun] = ACTIONS(3102), - [anon_sym_DOT] = ACTIONS(3102), - [anon_sym_SEMI] = ACTIONS(3108), - [anon_sym_get] = ACTIONS(3102), - [anon_sym_set] = ACTIONS(3102), - [anon_sym_this] = ACTIONS(3102), - [anon_sym_super] = ACTIONS(3102), - [anon_sym_STAR] = ACTIONS(3102), - [sym_label] = ACTIONS(3102), - [anon_sym_in] = ACTIONS(3102), - [anon_sym_DOT_DOT] = ACTIONS(3108), - [anon_sym_QMARK_COLON] = ACTIONS(3108), - [anon_sym_AMP_AMP] = ACTIONS(3108), - [anon_sym_PIPE_PIPE] = ACTIONS(3108), - [anon_sym_null] = ACTIONS(3102), - [anon_sym_if] = ACTIONS(3102), - [anon_sym_else] = ACTIONS(3102), - [anon_sym_when] = ACTIONS(3102), - [anon_sym_try] = ACTIONS(3102), - [anon_sym_throw] = ACTIONS(3102), - [anon_sym_return] = ACTIONS(3102), - [anon_sym_continue] = ACTIONS(3102), - [anon_sym_break] = ACTIONS(3102), - [anon_sym_COLON_COLON] = ACTIONS(3108), - [anon_sym_PLUS_EQ] = ACTIONS(3108), - [anon_sym_DASH_EQ] = ACTIONS(3108), - [anon_sym_STAR_EQ] = ACTIONS(3108), - [anon_sym_SLASH_EQ] = ACTIONS(3108), - [anon_sym_PERCENT_EQ] = ACTIONS(3108), - [anon_sym_BANG_EQ] = ACTIONS(3102), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3108), - [anon_sym_EQ_EQ] = ACTIONS(3102), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3108), - [anon_sym_LT_EQ] = ACTIONS(3108), - [anon_sym_GT_EQ] = ACTIONS(3108), - [anon_sym_BANGin] = ACTIONS(3108), - [anon_sym_is] = ACTIONS(3102), - [anon_sym_BANGis] = ACTIONS(3108), - [anon_sym_PLUS] = ACTIONS(3102), - [anon_sym_DASH] = ACTIONS(3102), - [anon_sym_SLASH] = ACTIONS(3102), - [anon_sym_PERCENT] = ACTIONS(3102), - [anon_sym_as_QMARK] = ACTIONS(3108), - [anon_sym_PLUS_PLUS] = ACTIONS(3108), - [anon_sym_DASH_DASH] = ACTIONS(3108), - [anon_sym_BANG] = ACTIONS(3102), - [anon_sym_BANG_BANG] = ACTIONS(3108), + [anon_sym_GT] = ACTIONS(3136), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(3136), + [anon_sym_fun] = ACTIONS(3136), + [anon_sym_DOT] = ACTIONS(3136), + [anon_sym_SEMI] = ACTIONS(3140), + [anon_sym_get] = ACTIONS(3136), + [anon_sym_set] = ACTIONS(3136), + [anon_sym_this] = ACTIONS(3136), + [anon_sym_super] = ACTIONS(3136), + [anon_sym_STAR] = ACTIONS(3136), + [sym_label] = ACTIONS(3136), + [anon_sym_in] = ACTIONS(3136), + [anon_sym_DOT_DOT] = ACTIONS(3140), + [anon_sym_QMARK_COLON] = ACTIONS(3140), + [anon_sym_AMP_AMP] = ACTIONS(3140), + [anon_sym_PIPE_PIPE] = ACTIONS(3140), + [anon_sym_null] = ACTIONS(3136), + [anon_sym_if] = ACTIONS(3136), + [anon_sym_else] = ACTIONS(3136), + [anon_sym_when] = ACTIONS(3136), + [anon_sym_try] = ACTIONS(3136), + [anon_sym_throw] = ACTIONS(3136), + [anon_sym_return] = ACTIONS(3136), + [anon_sym_continue] = ACTIONS(3136), + [anon_sym_break] = ACTIONS(3136), + [anon_sym_COLON_COLON] = ACTIONS(3140), + [anon_sym_PLUS_EQ] = ACTIONS(3140), + [anon_sym_DASH_EQ] = ACTIONS(3140), + [anon_sym_STAR_EQ] = ACTIONS(3140), + [anon_sym_SLASH_EQ] = ACTIONS(3140), + [anon_sym_PERCENT_EQ] = ACTIONS(3140), + [anon_sym_BANG_EQ] = ACTIONS(3136), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3140), + [anon_sym_EQ_EQ] = ACTIONS(3136), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3140), + [anon_sym_LT_EQ] = ACTIONS(3140), + [anon_sym_GT_EQ] = ACTIONS(3140), + [anon_sym_BANGin] = ACTIONS(3140), + [anon_sym_is] = ACTIONS(3136), + [anon_sym_BANGis] = ACTIONS(3140), + [anon_sym_PLUS] = ACTIONS(3136), + [anon_sym_DASH] = ACTIONS(3136), + [anon_sym_SLASH] = ACTIONS(3136), + [anon_sym_PERCENT] = ACTIONS(3136), + [anon_sym_as_QMARK] = ACTIONS(3140), + [anon_sym_PLUS_PLUS] = ACTIONS(3140), + [anon_sym_DASH_DASH] = ACTIONS(3140), + [anon_sym_BANG] = ACTIONS(3136), + [anon_sym_BANG_BANG] = ACTIONS(3140), [anon_sym_suspend] = ACTIONS(3120), [anon_sym_sealed] = ACTIONS(3122), [anon_sym_annotation] = ACTIONS(3122), @@ -85005,102 +84991,102 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3134), [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3108), - [anon_sym_continue_AT] = ACTIONS(3108), - [anon_sym_break_AT] = ACTIONS(3108), - [sym_real_literal] = ACTIONS(3108), - [sym_integer_literal] = ACTIONS(3102), - [sym_hex_literal] = ACTIONS(3108), - [sym_bin_literal] = ACTIONS(3108), - [anon_sym_true] = ACTIONS(3102), - [anon_sym_false] = ACTIONS(3102), - [anon_sym_SQUOTE] = ACTIONS(3108), - [sym__backtick_identifier] = ACTIONS(3108), - [sym__automatic_semicolon] = ACTIONS(3108), - [sym_safe_nav] = ACTIONS(3108), + [anon_sym_return_AT] = ACTIONS(3140), + [anon_sym_continue_AT] = ACTIONS(3140), + [anon_sym_break_AT] = ACTIONS(3140), + [sym_real_literal] = ACTIONS(3140), + [sym_integer_literal] = ACTIONS(3136), + [sym_hex_literal] = ACTIONS(3140), + [sym_bin_literal] = ACTIONS(3140), + [anon_sym_true] = ACTIONS(3136), + [anon_sym_false] = ACTIONS(3136), + [anon_sym_SQUOTE] = ACTIONS(3140), + [sym__backtick_identifier] = ACTIONS(3140), + [sym__automatic_semicolon] = ACTIONS(3140), + [sym_safe_nav] = ACTIONS(3140), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3108), + [sym__string_start] = ACTIONS(3140), }, - [407] = { - [sym_primary_constructor] = STATE(926), - [sym_class_body] = STATE(1148), - [sym__class_parameters] = STATE(963), - [sym_type_parameters] = STATE(436), - [sym_type_constraints] = STATE(964), - [sym_modifiers] = STATE(9048), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3160), + [406] = { + [sym_primary_constructor] = STATE(2847), + [sym__class_parameters] = STATE(3113), + [sym_type_constraints] = STATE(3054), + [sym_enum_class_body] = STATE(3322), + [sym_modifiers] = STATE(9209), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3186), [anon_sym_AT] = ACTIONS(3104), [anon_sym_COLON] = ACTIONS(3188), - [anon_sym_LBRACK] = ACTIONS(3164), - [anon_sym_as] = ACTIONS(3160), - [anon_sym_EQ] = ACTIONS(3160), - [anon_sym_constructor] = ACTIONS(3142), - [anon_sym_LBRACE] = ACTIONS(3156), - [anon_sym_RBRACE] = ACTIONS(3164), - [anon_sym_LPAREN] = ACTIONS(3146), - [anon_sym_LT] = ACTIONS(3116), - [anon_sym_GT] = ACTIONS(3160), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(3160), - [anon_sym_fun] = ACTIONS(3160), - [anon_sym_DOT] = ACTIONS(3160), - [anon_sym_SEMI] = ACTIONS(3164), - [anon_sym_get] = ACTIONS(3160), - [anon_sym_set] = ACTIONS(3160), - [anon_sym_this] = ACTIONS(3160), - [anon_sym_super] = ACTIONS(3160), - [anon_sym_STAR] = ACTIONS(3160), - [sym_label] = ACTIONS(3160), - [anon_sym_in] = ACTIONS(3160), - [anon_sym_DOT_DOT] = ACTIONS(3164), - [anon_sym_QMARK_COLON] = ACTIONS(3164), - [anon_sym_AMP_AMP] = ACTIONS(3164), - [anon_sym_PIPE_PIPE] = ACTIONS(3164), - [anon_sym_null] = ACTIONS(3160), - [anon_sym_if] = ACTIONS(3160), - [anon_sym_else] = ACTIONS(3160), - [anon_sym_when] = ACTIONS(3160), - [anon_sym_try] = ACTIONS(3160), - [anon_sym_throw] = ACTIONS(3160), - [anon_sym_return] = ACTIONS(3160), - [anon_sym_continue] = ACTIONS(3160), - [anon_sym_break] = ACTIONS(3160), - [anon_sym_COLON_COLON] = ACTIONS(3164), - [anon_sym_PLUS_EQ] = ACTIONS(3164), - [anon_sym_DASH_EQ] = ACTIONS(3164), - [anon_sym_STAR_EQ] = ACTIONS(3164), - [anon_sym_SLASH_EQ] = ACTIONS(3164), - [anon_sym_PERCENT_EQ] = ACTIONS(3164), - [anon_sym_BANG_EQ] = ACTIONS(3160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3164), - [anon_sym_EQ_EQ] = ACTIONS(3160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3164), - [anon_sym_LT_EQ] = ACTIONS(3164), - [anon_sym_GT_EQ] = ACTIONS(3164), - [anon_sym_BANGin] = ACTIONS(3164), - [anon_sym_is] = ACTIONS(3160), - [anon_sym_BANGis] = ACTIONS(3164), - [anon_sym_PLUS] = ACTIONS(3160), - [anon_sym_DASH] = ACTIONS(3160), - [anon_sym_SLASH] = ACTIONS(3160), - [anon_sym_PERCENT] = ACTIONS(3160), - [anon_sym_as_QMARK] = ACTIONS(3164), - [anon_sym_PLUS_PLUS] = ACTIONS(3164), - [anon_sym_DASH_DASH] = ACTIONS(3164), - [anon_sym_BANG] = ACTIONS(3160), - [anon_sym_BANG_BANG] = ACTIONS(3164), + [anon_sym_LBRACK] = ACTIONS(3190), + [anon_sym_as] = ACTIONS(3186), + [anon_sym_EQ] = ACTIONS(3186), + [anon_sym_constructor] = ACTIONS(3110), + [anon_sym_LBRACE] = ACTIONS(3112), + [anon_sym_RBRACE] = ACTIONS(3190), + [anon_sym_LPAREN] = ACTIONS(3114), + [anon_sym_COMMA] = ACTIONS(3190), + [anon_sym_LT] = ACTIONS(3186), + [anon_sym_GT] = ACTIONS(3186), + [anon_sym_where] = ACTIONS(3118), + [anon_sym_object] = ACTIONS(3186), + [anon_sym_fun] = ACTIONS(3186), + [anon_sym_DOT] = ACTIONS(3186), + [anon_sym_SEMI] = ACTIONS(3190), + [anon_sym_get] = ACTIONS(3186), + [anon_sym_set] = ACTIONS(3186), + [anon_sym_this] = ACTIONS(3186), + [anon_sym_super] = ACTIONS(3186), + [anon_sym_STAR] = ACTIONS(3186), + [sym_label] = ACTIONS(3186), + [anon_sym_in] = ACTIONS(3186), + [anon_sym_DOT_DOT] = ACTIONS(3190), + [anon_sym_QMARK_COLON] = ACTIONS(3190), + [anon_sym_AMP_AMP] = ACTIONS(3190), + [anon_sym_PIPE_PIPE] = ACTIONS(3190), + [anon_sym_null] = ACTIONS(3186), + [anon_sym_if] = ACTIONS(3186), + [anon_sym_else] = ACTIONS(3186), + [anon_sym_when] = ACTIONS(3186), + [anon_sym_try] = ACTIONS(3186), + [anon_sym_throw] = ACTIONS(3186), + [anon_sym_return] = ACTIONS(3186), + [anon_sym_continue] = ACTIONS(3186), + [anon_sym_break] = ACTIONS(3186), + [anon_sym_COLON_COLON] = ACTIONS(3190), + [anon_sym_PLUS_EQ] = ACTIONS(3190), + [anon_sym_DASH_EQ] = ACTIONS(3190), + [anon_sym_STAR_EQ] = ACTIONS(3190), + [anon_sym_SLASH_EQ] = ACTIONS(3190), + [anon_sym_PERCENT_EQ] = ACTIONS(3190), + [anon_sym_BANG_EQ] = ACTIONS(3186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3190), + [anon_sym_EQ_EQ] = ACTIONS(3186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3190), + [anon_sym_LT_EQ] = ACTIONS(3190), + [anon_sym_GT_EQ] = ACTIONS(3190), + [anon_sym_BANGin] = ACTIONS(3190), + [anon_sym_is] = ACTIONS(3186), + [anon_sym_BANGis] = ACTIONS(3190), + [anon_sym_PLUS] = ACTIONS(3186), + [anon_sym_DASH] = ACTIONS(3186), + [anon_sym_SLASH] = ACTIONS(3186), + [anon_sym_PERCENT] = ACTIONS(3186), + [anon_sym_as_QMARK] = ACTIONS(3190), + [anon_sym_PLUS_PLUS] = ACTIONS(3190), + [anon_sym_DASH_DASH] = ACTIONS(3190), + [anon_sym_BANG] = ACTIONS(3186), + [anon_sym_BANG_BANG] = ACTIONS(3190), [anon_sym_suspend] = ACTIONS(3120), [anon_sym_sealed] = ACTIONS(3122), [anon_sym_annotation] = ACTIONS(3122), @@ -85127,102 +85113,102 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3134), [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3164), - [anon_sym_continue_AT] = ACTIONS(3164), - [anon_sym_break_AT] = ACTIONS(3164), - [sym_real_literal] = ACTIONS(3164), - [sym_integer_literal] = ACTIONS(3160), - [sym_hex_literal] = ACTIONS(3164), - [sym_bin_literal] = ACTIONS(3164), - [anon_sym_true] = ACTIONS(3160), - [anon_sym_false] = ACTIONS(3160), - [anon_sym_SQUOTE] = ACTIONS(3164), - [sym__backtick_identifier] = ACTIONS(3164), - [sym__automatic_semicolon] = ACTIONS(3164), - [sym_safe_nav] = ACTIONS(3164), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3164), + [anon_sym_return_AT] = ACTIONS(3190), + [anon_sym_continue_AT] = ACTIONS(3190), + [anon_sym_break_AT] = ACTIONS(3190), + [sym_real_literal] = ACTIONS(3190), + [sym_integer_literal] = ACTIONS(3186), + [sym_hex_literal] = ACTIONS(3190), + [sym_bin_literal] = ACTIONS(3190), + [anon_sym_true] = ACTIONS(3186), + [anon_sym_false] = ACTIONS(3186), + [anon_sym_SQUOTE] = ACTIONS(3190), + [sym__backtick_identifier] = ACTIONS(3190), + [sym__automatic_semicolon] = ACTIONS(3190), + [sym_safe_nav] = ACTIONS(3190), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3190), }, - [408] = { - [sym_primary_constructor] = STATE(2834), - [sym_class_body] = STATE(3366), - [sym__class_parameters] = STATE(3036), - [sym_type_constraints] = STATE(3055), - [sym_modifiers] = STATE(9011), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3190), + [407] = { + [sym_primary_constructor] = STATE(2965), + [sym_class_body] = STATE(3459), + [sym__class_parameters] = STATE(3113), + [sym_type_parameters] = STATE(428), + [sym_type_constraints] = STATE(3043), + [sym_modifiers] = STATE(9209), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3136), [anon_sym_AT] = ACTIONS(3104), [anon_sym_COLON] = ACTIONS(3192), - [anon_sym_LBRACK] = ACTIONS(3194), - [anon_sym_as] = ACTIONS(3190), - [anon_sym_EQ] = ACTIONS(3190), + [anon_sym_LBRACK] = ACTIONS(3140), + [anon_sym_as] = ACTIONS(3136), + [anon_sym_EQ] = ACTIONS(3136), [anon_sym_constructor] = ACTIONS(3110), - [anon_sym_LBRACE] = ACTIONS(3112), - [anon_sym_RBRACE] = ACTIONS(3194), + [anon_sym_LBRACE] = ACTIONS(3144), + [anon_sym_RBRACE] = ACTIONS(3140), [anon_sym_LPAREN] = ACTIONS(3114), - [anon_sym_COMMA] = ACTIONS(3194), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3190), + [anon_sym_LT] = ACTIONS(3116), + [anon_sym_GT] = ACTIONS(3136), [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(3190), - [anon_sym_fun] = ACTIONS(3190), - [anon_sym_DOT] = ACTIONS(3190), - [anon_sym_SEMI] = ACTIONS(3194), - [anon_sym_get] = ACTIONS(3190), - [anon_sym_set] = ACTIONS(3190), - [anon_sym_this] = ACTIONS(3190), - [anon_sym_super] = ACTIONS(3190), - [anon_sym_STAR] = ACTIONS(3190), - [sym_label] = ACTIONS(3190), - [anon_sym_in] = ACTIONS(3190), - [anon_sym_DOT_DOT] = ACTIONS(3194), - [anon_sym_QMARK_COLON] = ACTIONS(3194), - [anon_sym_AMP_AMP] = ACTIONS(3194), - [anon_sym_PIPE_PIPE] = ACTIONS(3194), - [anon_sym_null] = ACTIONS(3190), - [anon_sym_if] = ACTIONS(3190), - [anon_sym_else] = ACTIONS(3190), - [anon_sym_when] = ACTIONS(3190), - [anon_sym_try] = ACTIONS(3190), - [anon_sym_throw] = ACTIONS(3190), - [anon_sym_return] = ACTIONS(3190), - [anon_sym_continue] = ACTIONS(3190), - [anon_sym_break] = ACTIONS(3190), - [anon_sym_COLON_COLON] = ACTIONS(3194), - [anon_sym_PLUS_EQ] = ACTIONS(3194), - [anon_sym_DASH_EQ] = ACTIONS(3194), - [anon_sym_STAR_EQ] = ACTIONS(3194), - [anon_sym_SLASH_EQ] = ACTIONS(3194), - [anon_sym_PERCENT_EQ] = ACTIONS(3194), - [anon_sym_BANG_EQ] = ACTIONS(3190), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3194), - [anon_sym_EQ_EQ] = ACTIONS(3190), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3194), - [anon_sym_LT_EQ] = ACTIONS(3194), - [anon_sym_GT_EQ] = ACTIONS(3194), - [anon_sym_BANGin] = ACTIONS(3194), - [anon_sym_is] = ACTIONS(3190), - [anon_sym_BANGis] = ACTIONS(3194), - [anon_sym_PLUS] = ACTIONS(3190), - [anon_sym_DASH] = ACTIONS(3190), - [anon_sym_SLASH] = ACTIONS(3190), - [anon_sym_PERCENT] = ACTIONS(3190), - [anon_sym_as_QMARK] = ACTIONS(3194), - [anon_sym_PLUS_PLUS] = ACTIONS(3194), - [anon_sym_DASH_DASH] = ACTIONS(3194), - [anon_sym_BANG] = ACTIONS(3190), - [anon_sym_BANG_BANG] = ACTIONS(3194), + [anon_sym_object] = ACTIONS(3136), + [anon_sym_fun] = ACTIONS(3136), + [anon_sym_DOT] = ACTIONS(3136), + [anon_sym_SEMI] = ACTIONS(3140), + [anon_sym_get] = ACTIONS(3136), + [anon_sym_set] = ACTIONS(3136), + [anon_sym_this] = ACTIONS(3136), + [anon_sym_super] = ACTIONS(3136), + [anon_sym_STAR] = ACTIONS(3136), + [sym_label] = ACTIONS(3136), + [anon_sym_in] = ACTIONS(3136), + [anon_sym_DOT_DOT] = ACTIONS(3140), + [anon_sym_QMARK_COLON] = ACTIONS(3140), + [anon_sym_AMP_AMP] = ACTIONS(3140), + [anon_sym_PIPE_PIPE] = ACTIONS(3140), + [anon_sym_null] = ACTIONS(3136), + [anon_sym_if] = ACTIONS(3136), + [anon_sym_else] = ACTIONS(3136), + [anon_sym_when] = ACTIONS(3136), + [anon_sym_try] = ACTIONS(3136), + [anon_sym_throw] = ACTIONS(3136), + [anon_sym_return] = ACTIONS(3136), + [anon_sym_continue] = ACTIONS(3136), + [anon_sym_break] = ACTIONS(3136), + [anon_sym_COLON_COLON] = ACTIONS(3140), + [anon_sym_PLUS_EQ] = ACTIONS(3140), + [anon_sym_DASH_EQ] = ACTIONS(3140), + [anon_sym_STAR_EQ] = ACTIONS(3140), + [anon_sym_SLASH_EQ] = ACTIONS(3140), + [anon_sym_PERCENT_EQ] = ACTIONS(3140), + [anon_sym_BANG_EQ] = ACTIONS(3136), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3140), + [anon_sym_EQ_EQ] = ACTIONS(3136), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3140), + [anon_sym_LT_EQ] = ACTIONS(3140), + [anon_sym_GT_EQ] = ACTIONS(3140), + [anon_sym_BANGin] = ACTIONS(3140), + [anon_sym_is] = ACTIONS(3136), + [anon_sym_BANGis] = ACTIONS(3140), + [anon_sym_PLUS] = ACTIONS(3136), + [anon_sym_DASH] = ACTIONS(3136), + [anon_sym_SLASH] = ACTIONS(3136), + [anon_sym_PERCENT] = ACTIONS(3136), + [anon_sym_as_QMARK] = ACTIONS(3140), + [anon_sym_PLUS_PLUS] = ACTIONS(3140), + [anon_sym_DASH_DASH] = ACTIONS(3140), + [anon_sym_BANG] = ACTIONS(3136), + [anon_sym_BANG_BANG] = ACTIONS(3140), [anon_sym_suspend] = ACTIONS(3120), [anon_sym_sealed] = ACTIONS(3122), [anon_sym_annotation] = ACTIONS(3122), @@ -85249,54 +85235,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3134), [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3194), - [anon_sym_continue_AT] = ACTIONS(3194), - [anon_sym_break_AT] = ACTIONS(3194), - [sym_real_literal] = ACTIONS(3194), - [sym_integer_literal] = ACTIONS(3190), - [sym_hex_literal] = ACTIONS(3194), - [sym_bin_literal] = ACTIONS(3194), - [anon_sym_true] = ACTIONS(3190), - [anon_sym_false] = ACTIONS(3190), - [anon_sym_SQUOTE] = ACTIONS(3194), - [sym__backtick_identifier] = ACTIONS(3194), - [sym__automatic_semicolon] = ACTIONS(3194), - [sym_safe_nav] = ACTIONS(3194), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3194), + [anon_sym_return_AT] = ACTIONS(3140), + [anon_sym_continue_AT] = ACTIONS(3140), + [anon_sym_break_AT] = ACTIONS(3140), + [sym_real_literal] = ACTIONS(3140), + [sym_integer_literal] = ACTIONS(3136), + [sym_hex_literal] = ACTIONS(3140), + [sym_bin_literal] = ACTIONS(3140), + [anon_sym_true] = ACTIONS(3136), + [anon_sym_false] = ACTIONS(3136), + [anon_sym_SQUOTE] = ACTIONS(3140), + [sym__backtick_identifier] = ACTIONS(3140), + [sym__automatic_semicolon] = ACTIONS(3140), + [sym_safe_nav] = ACTIONS(3140), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3140), }, - [409] = { - [sym_primary_constructor] = STATE(2973), - [sym_class_body] = STATE(3436), - [sym__class_parameters] = STATE(3036), - [sym_type_parameters] = STATE(431), - [sym_type_constraints] = STATE(3021), - [sym_modifiers] = STATE(9011), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), + [408] = { + [sym_primary_constructor] = STATE(911), + [sym__class_parameters] = STATE(976), + [sym_type_parameters] = STATE(432), + [sym_type_constraints] = STATE(1026), + [sym_enum_class_body] = STATE(1192), + [sym_modifiers] = STATE(9192), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), [sym__alpha_identifier] = ACTIONS(3102), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(3196), + [anon_sym_COLON] = ACTIONS(3194), [anon_sym_LBRACK] = ACTIONS(3108), [anon_sym_as] = ACTIONS(3102), [anon_sym_EQ] = ACTIONS(3102), - [anon_sym_constructor] = ACTIONS(3110), - [anon_sym_LBRACE] = ACTIONS(3112), + [anon_sym_constructor] = ACTIONS(3154), + [anon_sym_LBRACE] = ACTIONS(3156), [anon_sym_RBRACE] = ACTIONS(3108), - [anon_sym_LPAREN] = ACTIONS(3114), + [anon_sym_LPAREN] = ACTIONS(3158), [anon_sym_LT] = ACTIONS(3116), [anon_sym_GT] = ACTIONS(3102), - [anon_sym_where] = ACTIONS(3118), + [anon_sym_where] = ACTIONS(3160), [anon_sym_object] = ACTIONS(3102), [anon_sym_fun] = ACTIONS(3102), [anon_sym_DOT] = ACTIONS(3102), @@ -85387,38 +85373,282 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(3108), }, + [409] = { + [sym_primary_constructor] = STATE(861), + [sym_class_body] = STATE(1139), + [sym__class_parameters] = STATE(976), + [sym_type_constraints] = STATE(957), + [sym_modifiers] = STATE(9192), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3196), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_COLON] = ACTIONS(3198), + [anon_sym_LBRACK] = ACTIONS(3200), + [anon_sym_as] = ACTIONS(3196), + [anon_sym_EQ] = ACTIONS(3196), + [anon_sym_constructor] = ACTIONS(3154), + [anon_sym_LBRACE] = ACTIONS(3180), + [anon_sym_RBRACE] = ACTIONS(3200), + [anon_sym_LPAREN] = ACTIONS(3158), + [anon_sym_COMMA] = ACTIONS(3200), + [anon_sym_LT] = ACTIONS(3196), + [anon_sym_GT] = ACTIONS(3196), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(3196), + [anon_sym_fun] = ACTIONS(3196), + [anon_sym_DOT] = ACTIONS(3196), + [anon_sym_SEMI] = ACTIONS(3200), + [anon_sym_get] = ACTIONS(3196), + [anon_sym_set] = ACTIONS(3196), + [anon_sym_this] = ACTIONS(3196), + [anon_sym_super] = ACTIONS(3196), + [anon_sym_STAR] = ACTIONS(3196), + [sym_label] = ACTIONS(3196), + [anon_sym_in] = ACTIONS(3196), + [anon_sym_DOT_DOT] = ACTIONS(3200), + [anon_sym_QMARK_COLON] = ACTIONS(3200), + [anon_sym_AMP_AMP] = ACTIONS(3200), + [anon_sym_PIPE_PIPE] = ACTIONS(3200), + [anon_sym_null] = ACTIONS(3196), + [anon_sym_if] = ACTIONS(3196), + [anon_sym_else] = ACTIONS(3196), + [anon_sym_when] = ACTIONS(3196), + [anon_sym_try] = ACTIONS(3196), + [anon_sym_throw] = ACTIONS(3196), + [anon_sym_return] = ACTIONS(3196), + [anon_sym_continue] = ACTIONS(3196), + [anon_sym_break] = ACTIONS(3196), + [anon_sym_COLON_COLON] = ACTIONS(3200), + [anon_sym_PLUS_EQ] = ACTIONS(3200), + [anon_sym_DASH_EQ] = ACTIONS(3200), + [anon_sym_STAR_EQ] = ACTIONS(3200), + [anon_sym_SLASH_EQ] = ACTIONS(3200), + [anon_sym_PERCENT_EQ] = ACTIONS(3200), + [anon_sym_BANG_EQ] = ACTIONS(3196), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3200), + [anon_sym_EQ_EQ] = ACTIONS(3196), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3200), + [anon_sym_LT_EQ] = ACTIONS(3200), + [anon_sym_GT_EQ] = ACTIONS(3200), + [anon_sym_BANGin] = ACTIONS(3200), + [anon_sym_is] = ACTIONS(3196), + [anon_sym_BANGis] = ACTIONS(3200), + [anon_sym_PLUS] = ACTIONS(3196), + [anon_sym_DASH] = ACTIONS(3196), + [anon_sym_SLASH] = ACTIONS(3196), + [anon_sym_PERCENT] = ACTIONS(3196), + [anon_sym_as_QMARK] = ACTIONS(3200), + [anon_sym_PLUS_PLUS] = ACTIONS(3200), + [anon_sym_DASH_DASH] = ACTIONS(3200), + [anon_sym_BANG] = ACTIONS(3196), + [anon_sym_BANG_BANG] = ACTIONS(3200), + [anon_sym_suspend] = ACTIONS(3120), + [anon_sym_sealed] = ACTIONS(3122), + [anon_sym_annotation] = ACTIONS(3122), + [anon_sym_data] = ACTIONS(3122), + [anon_sym_inner] = ACTIONS(3122), + [anon_sym_override] = ACTIONS(3124), + [anon_sym_lateinit] = ACTIONS(3124), + [anon_sym_public] = ACTIONS(3126), + [anon_sym_private] = ACTIONS(3126), + [anon_sym_internal] = ACTIONS(3126), + [anon_sym_protected] = ACTIONS(3126), + [anon_sym_tailrec] = ACTIONS(3120), + [anon_sym_operator] = ACTIONS(3120), + [anon_sym_infix] = ACTIONS(3120), + [anon_sym_inline] = ACTIONS(3120), + [anon_sym_external] = ACTIONS(3120), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3130), + [anon_sym_final] = ACTIONS(3130), + [anon_sym_open] = ACTIONS(3130), + [anon_sym_vararg] = ACTIONS(3132), + [anon_sym_noinline] = ACTIONS(3132), + [anon_sym_crossinline] = ACTIONS(3132), + [anon_sym_expect] = ACTIONS(3134), + [anon_sym_actual] = ACTIONS(3134), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3200), + [anon_sym_continue_AT] = ACTIONS(3200), + [anon_sym_break_AT] = ACTIONS(3200), + [sym_real_literal] = ACTIONS(3200), + [sym_integer_literal] = ACTIONS(3196), + [sym_hex_literal] = ACTIONS(3200), + [sym_bin_literal] = ACTIONS(3200), + [anon_sym_true] = ACTIONS(3196), + [anon_sym_false] = ACTIONS(3196), + [anon_sym_SQUOTE] = ACTIONS(3200), + [sym__backtick_identifier] = ACTIONS(3200), + [sym__automatic_semicolon] = ACTIONS(3200), + [sym_safe_nav] = ACTIONS(3200), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3200), + }, [410] = { - [sym_primary_constructor] = STATE(2941), - [sym__class_parameters] = STATE(3036), - [sym_type_parameters] = STATE(422), - [sym_type_constraints] = STATE(3058), - [sym_enum_class_body] = STATE(3257), - [sym_modifiers] = STATE(9011), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), + [sym_primary_constructor] = STATE(2981), + [sym_class_body] = STATE(3465), + [sym__class_parameters] = STATE(3113), + [sym_type_parameters] = STATE(430), + [sym_type_constraints] = STATE(2994), + [sym_modifiers] = STATE(9209), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3146), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_COLON] = ACTIONS(3202), + [anon_sym_LBRACK] = ACTIONS(3150), + [anon_sym_as] = ACTIONS(3146), + [anon_sym_EQ] = ACTIONS(3146), + [anon_sym_constructor] = ACTIONS(3110), + [anon_sym_LBRACE] = ACTIONS(3144), + [anon_sym_RBRACE] = ACTIONS(3150), + [anon_sym_LPAREN] = ACTIONS(3114), + [anon_sym_LT] = ACTIONS(3116), + [anon_sym_GT] = ACTIONS(3146), + [anon_sym_where] = ACTIONS(3118), + [anon_sym_object] = ACTIONS(3146), + [anon_sym_fun] = ACTIONS(3146), + [anon_sym_DOT] = ACTIONS(3146), + [anon_sym_SEMI] = ACTIONS(3150), + [anon_sym_get] = ACTIONS(3146), + [anon_sym_set] = ACTIONS(3146), + [anon_sym_this] = ACTIONS(3146), + [anon_sym_super] = ACTIONS(3146), + [anon_sym_STAR] = ACTIONS(3146), + [sym_label] = ACTIONS(3146), + [anon_sym_in] = ACTIONS(3146), + [anon_sym_DOT_DOT] = ACTIONS(3150), + [anon_sym_QMARK_COLON] = ACTIONS(3150), + [anon_sym_AMP_AMP] = ACTIONS(3150), + [anon_sym_PIPE_PIPE] = ACTIONS(3150), + [anon_sym_null] = ACTIONS(3146), + [anon_sym_if] = ACTIONS(3146), + [anon_sym_else] = ACTIONS(3146), + [anon_sym_when] = ACTIONS(3146), + [anon_sym_try] = ACTIONS(3146), + [anon_sym_throw] = ACTIONS(3146), + [anon_sym_return] = ACTIONS(3146), + [anon_sym_continue] = ACTIONS(3146), + [anon_sym_break] = ACTIONS(3146), + [anon_sym_COLON_COLON] = ACTIONS(3150), + [anon_sym_PLUS_EQ] = ACTIONS(3150), + [anon_sym_DASH_EQ] = ACTIONS(3150), + [anon_sym_STAR_EQ] = ACTIONS(3150), + [anon_sym_SLASH_EQ] = ACTIONS(3150), + [anon_sym_PERCENT_EQ] = ACTIONS(3150), + [anon_sym_BANG_EQ] = ACTIONS(3146), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3150), + [anon_sym_EQ_EQ] = ACTIONS(3146), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3150), + [anon_sym_LT_EQ] = ACTIONS(3150), + [anon_sym_GT_EQ] = ACTIONS(3150), + [anon_sym_BANGin] = ACTIONS(3150), + [anon_sym_is] = ACTIONS(3146), + [anon_sym_BANGis] = ACTIONS(3150), + [anon_sym_PLUS] = ACTIONS(3146), + [anon_sym_DASH] = ACTIONS(3146), + [anon_sym_SLASH] = ACTIONS(3146), + [anon_sym_PERCENT] = ACTIONS(3146), + [anon_sym_as_QMARK] = ACTIONS(3150), + [anon_sym_PLUS_PLUS] = ACTIONS(3150), + [anon_sym_DASH_DASH] = ACTIONS(3150), + [anon_sym_BANG] = ACTIONS(3146), + [anon_sym_BANG_BANG] = ACTIONS(3150), + [anon_sym_suspend] = ACTIONS(3120), + [anon_sym_sealed] = ACTIONS(3122), + [anon_sym_annotation] = ACTIONS(3122), + [anon_sym_data] = ACTIONS(3122), + [anon_sym_inner] = ACTIONS(3122), + [anon_sym_override] = ACTIONS(3124), + [anon_sym_lateinit] = ACTIONS(3124), + [anon_sym_public] = ACTIONS(3126), + [anon_sym_private] = ACTIONS(3126), + [anon_sym_internal] = ACTIONS(3126), + [anon_sym_protected] = ACTIONS(3126), + [anon_sym_tailrec] = ACTIONS(3120), + [anon_sym_operator] = ACTIONS(3120), + [anon_sym_infix] = ACTIONS(3120), + [anon_sym_inline] = ACTIONS(3120), + [anon_sym_external] = ACTIONS(3120), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3130), + [anon_sym_final] = ACTIONS(3130), + [anon_sym_open] = ACTIONS(3130), + [anon_sym_vararg] = ACTIONS(3132), + [anon_sym_noinline] = ACTIONS(3132), + [anon_sym_crossinline] = ACTIONS(3132), + [anon_sym_expect] = ACTIONS(3134), + [anon_sym_actual] = ACTIONS(3134), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3150), + [anon_sym_continue_AT] = ACTIONS(3150), + [anon_sym_break_AT] = ACTIONS(3150), + [sym_real_literal] = ACTIONS(3150), + [sym_integer_literal] = ACTIONS(3146), + [sym_hex_literal] = ACTIONS(3150), + [sym_bin_literal] = ACTIONS(3150), + [anon_sym_true] = ACTIONS(3146), + [anon_sym_false] = ACTIONS(3146), + [anon_sym_SQUOTE] = ACTIONS(3150), + [sym__backtick_identifier] = ACTIONS(3150), + [sym__automatic_semicolon] = ACTIONS(3150), + [sym_safe_nav] = ACTIONS(3150), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3150), + }, + [411] = { + [sym_primary_constructor] = STATE(927), + [sym_class_body] = STATE(1140), + [sym__class_parameters] = STATE(976), + [sym_type_parameters] = STATE(424), + [sym_type_constraints] = STATE(991), + [sym_modifiers] = STATE(9192), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), [sym__alpha_identifier] = ACTIONS(3136), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(3198), + [anon_sym_COLON] = ACTIONS(3204), [anon_sym_LBRACK] = ACTIONS(3140), [anon_sym_as] = ACTIONS(3136), [anon_sym_EQ] = ACTIONS(3136), - [anon_sym_constructor] = ACTIONS(3110), - [anon_sym_LBRACE] = ACTIONS(3152), + [anon_sym_constructor] = ACTIONS(3154), + [anon_sym_LBRACE] = ACTIONS(3180), [anon_sym_RBRACE] = ACTIONS(3140), - [anon_sym_LPAREN] = ACTIONS(3114), + [anon_sym_LPAREN] = ACTIONS(3158), [anon_sym_LT] = ACTIONS(3116), [anon_sym_GT] = ACTIONS(3136), - [anon_sym_where] = ACTIONS(3118), + [anon_sym_where] = ACTIONS(3160), [anon_sym_object] = ACTIONS(3136), [anon_sym_fun] = ACTIONS(3136), [anon_sym_DOT] = ACTIONS(3136), @@ -85509,208 +85739,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(3140), }, - [411] = { - [sym_primary_constructor] = STATE(840), - [sym_class_body] = STATE(1076), - [sym__class_parameters] = STATE(963), - [sym_type_constraints] = STATE(1034), - [sym_modifiers] = STATE(9048), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3190), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(3200), - [anon_sym_LBRACK] = ACTIONS(3194), - [anon_sym_as] = ACTIONS(3190), - [anon_sym_EQ] = ACTIONS(3190), - [anon_sym_constructor] = ACTIONS(3142), - [anon_sym_LBRACE] = ACTIONS(3156), - [anon_sym_RBRACE] = ACTIONS(3194), - [anon_sym_LPAREN] = ACTIONS(3146), - [anon_sym_COMMA] = ACTIONS(3194), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3190), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(3190), - [anon_sym_fun] = ACTIONS(3190), - [anon_sym_DOT] = ACTIONS(3190), - [anon_sym_SEMI] = ACTIONS(3194), - [anon_sym_get] = ACTIONS(3190), - [anon_sym_set] = ACTIONS(3190), - [anon_sym_this] = ACTIONS(3190), - [anon_sym_super] = ACTIONS(3190), - [anon_sym_STAR] = ACTIONS(3190), - [sym_label] = ACTIONS(3190), - [anon_sym_in] = ACTIONS(3190), - [anon_sym_DOT_DOT] = ACTIONS(3194), - [anon_sym_QMARK_COLON] = ACTIONS(3194), - [anon_sym_AMP_AMP] = ACTIONS(3194), - [anon_sym_PIPE_PIPE] = ACTIONS(3194), - [anon_sym_null] = ACTIONS(3190), - [anon_sym_if] = ACTIONS(3190), - [anon_sym_else] = ACTIONS(3190), - [anon_sym_when] = ACTIONS(3190), - [anon_sym_try] = ACTIONS(3190), - [anon_sym_throw] = ACTIONS(3190), - [anon_sym_return] = ACTIONS(3190), - [anon_sym_continue] = ACTIONS(3190), - [anon_sym_break] = ACTIONS(3190), - [anon_sym_COLON_COLON] = ACTIONS(3194), - [anon_sym_PLUS_EQ] = ACTIONS(3194), - [anon_sym_DASH_EQ] = ACTIONS(3194), - [anon_sym_STAR_EQ] = ACTIONS(3194), - [anon_sym_SLASH_EQ] = ACTIONS(3194), - [anon_sym_PERCENT_EQ] = ACTIONS(3194), - [anon_sym_BANG_EQ] = ACTIONS(3190), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3194), - [anon_sym_EQ_EQ] = ACTIONS(3190), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3194), - [anon_sym_LT_EQ] = ACTIONS(3194), - [anon_sym_GT_EQ] = ACTIONS(3194), - [anon_sym_BANGin] = ACTIONS(3194), - [anon_sym_is] = ACTIONS(3190), - [anon_sym_BANGis] = ACTIONS(3194), - [anon_sym_PLUS] = ACTIONS(3190), - [anon_sym_DASH] = ACTIONS(3190), - [anon_sym_SLASH] = ACTIONS(3190), - [anon_sym_PERCENT] = ACTIONS(3190), - [anon_sym_as_QMARK] = ACTIONS(3194), - [anon_sym_PLUS_PLUS] = ACTIONS(3194), - [anon_sym_DASH_DASH] = ACTIONS(3194), - [anon_sym_BANG] = ACTIONS(3190), - [anon_sym_BANG_BANG] = ACTIONS(3194), - [anon_sym_suspend] = ACTIONS(3120), - [anon_sym_sealed] = ACTIONS(3122), - [anon_sym_annotation] = ACTIONS(3122), - [anon_sym_data] = ACTIONS(3122), - [anon_sym_inner] = ACTIONS(3122), - [anon_sym_override] = ACTIONS(3124), - [anon_sym_lateinit] = ACTIONS(3124), - [anon_sym_public] = ACTIONS(3126), - [anon_sym_private] = ACTIONS(3126), - [anon_sym_internal] = ACTIONS(3126), - [anon_sym_protected] = ACTIONS(3126), - [anon_sym_tailrec] = ACTIONS(3120), - [anon_sym_operator] = ACTIONS(3120), - [anon_sym_infix] = ACTIONS(3120), - [anon_sym_inline] = ACTIONS(3120), - [anon_sym_external] = ACTIONS(3120), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(3130), - [anon_sym_final] = ACTIONS(3130), - [anon_sym_open] = ACTIONS(3130), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3134), - [anon_sym_actual] = ACTIONS(3134), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3194), - [anon_sym_continue_AT] = ACTIONS(3194), - [anon_sym_break_AT] = ACTIONS(3194), - [sym_real_literal] = ACTIONS(3194), - [sym_integer_literal] = ACTIONS(3190), - [sym_hex_literal] = ACTIONS(3194), - [sym_bin_literal] = ACTIONS(3194), - [anon_sym_true] = ACTIONS(3190), - [anon_sym_false] = ACTIONS(3190), - [anon_sym_SQUOTE] = ACTIONS(3194), - [sym__backtick_identifier] = ACTIONS(3194), - [sym__automatic_semicolon] = ACTIONS(3194), - [sym_safe_nav] = ACTIONS(3194), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3194), - }, [412] = { - [sym_primary_constructor] = STATE(2883), - [sym__class_parameters] = STATE(3036), - [sym_type_constraints] = STATE(3031), - [sym_enum_class_body] = STATE(3366), - [sym_modifiers] = STATE(9011), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3190), + [sym_primary_constructor] = STATE(833), + [sym__class_parameters] = STATE(976), + [sym_type_constraints] = STATE(971), + [sym_enum_class_body] = STATE(1181), + [sym_modifiers] = STATE(9192), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3186), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(3202), - [anon_sym_LBRACK] = ACTIONS(3194), - [anon_sym_as] = ACTIONS(3190), - [anon_sym_EQ] = ACTIONS(3190), - [anon_sym_constructor] = ACTIONS(3110), - [anon_sym_LBRACE] = ACTIONS(3152), - [anon_sym_RBRACE] = ACTIONS(3194), - [anon_sym_LPAREN] = ACTIONS(3114), - [anon_sym_COMMA] = ACTIONS(3194), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3190), - [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(3190), - [anon_sym_fun] = ACTIONS(3190), - [anon_sym_DOT] = ACTIONS(3190), - [anon_sym_SEMI] = ACTIONS(3194), - [anon_sym_get] = ACTIONS(3190), - [anon_sym_set] = ACTIONS(3190), - [anon_sym_this] = ACTIONS(3190), - [anon_sym_super] = ACTIONS(3190), - [anon_sym_STAR] = ACTIONS(3190), - [sym_label] = ACTIONS(3190), - [anon_sym_in] = ACTIONS(3190), - [anon_sym_DOT_DOT] = ACTIONS(3194), - [anon_sym_QMARK_COLON] = ACTIONS(3194), - [anon_sym_AMP_AMP] = ACTIONS(3194), - [anon_sym_PIPE_PIPE] = ACTIONS(3194), - [anon_sym_null] = ACTIONS(3190), - [anon_sym_if] = ACTIONS(3190), - [anon_sym_else] = ACTIONS(3190), - [anon_sym_when] = ACTIONS(3190), - [anon_sym_try] = ACTIONS(3190), - [anon_sym_throw] = ACTIONS(3190), - [anon_sym_return] = ACTIONS(3190), - [anon_sym_continue] = ACTIONS(3190), - [anon_sym_break] = ACTIONS(3190), - [anon_sym_COLON_COLON] = ACTIONS(3194), - [anon_sym_PLUS_EQ] = ACTIONS(3194), - [anon_sym_DASH_EQ] = ACTIONS(3194), - [anon_sym_STAR_EQ] = ACTIONS(3194), - [anon_sym_SLASH_EQ] = ACTIONS(3194), - [anon_sym_PERCENT_EQ] = ACTIONS(3194), - [anon_sym_BANG_EQ] = ACTIONS(3190), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3194), - [anon_sym_EQ_EQ] = ACTIONS(3190), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3194), - [anon_sym_LT_EQ] = ACTIONS(3194), - [anon_sym_GT_EQ] = ACTIONS(3194), - [anon_sym_BANGin] = ACTIONS(3194), - [anon_sym_is] = ACTIONS(3190), - [anon_sym_BANGis] = ACTIONS(3194), - [anon_sym_PLUS] = ACTIONS(3190), - [anon_sym_DASH] = ACTIONS(3190), - [anon_sym_SLASH] = ACTIONS(3190), - [anon_sym_PERCENT] = ACTIONS(3190), - [anon_sym_as_QMARK] = ACTIONS(3194), - [anon_sym_PLUS_PLUS] = ACTIONS(3194), - [anon_sym_DASH_DASH] = ACTIONS(3194), - [anon_sym_BANG] = ACTIONS(3190), - [anon_sym_BANG_BANG] = ACTIONS(3194), + [anon_sym_COLON] = ACTIONS(3206), + [anon_sym_LBRACK] = ACTIONS(3190), + [anon_sym_as] = ACTIONS(3186), + [anon_sym_EQ] = ACTIONS(3186), + [anon_sym_constructor] = ACTIONS(3154), + [anon_sym_LBRACE] = ACTIONS(3156), + [anon_sym_RBRACE] = ACTIONS(3190), + [anon_sym_LPAREN] = ACTIONS(3158), + [anon_sym_COMMA] = ACTIONS(3190), + [anon_sym_LT] = ACTIONS(3186), + [anon_sym_GT] = ACTIONS(3186), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(3186), + [anon_sym_fun] = ACTIONS(3186), + [anon_sym_DOT] = ACTIONS(3186), + [anon_sym_SEMI] = ACTIONS(3190), + [anon_sym_get] = ACTIONS(3186), + [anon_sym_set] = ACTIONS(3186), + [anon_sym_this] = ACTIONS(3186), + [anon_sym_super] = ACTIONS(3186), + [anon_sym_STAR] = ACTIONS(3186), + [sym_label] = ACTIONS(3186), + [anon_sym_in] = ACTIONS(3186), + [anon_sym_DOT_DOT] = ACTIONS(3190), + [anon_sym_QMARK_COLON] = ACTIONS(3190), + [anon_sym_AMP_AMP] = ACTIONS(3190), + [anon_sym_PIPE_PIPE] = ACTIONS(3190), + [anon_sym_null] = ACTIONS(3186), + [anon_sym_if] = ACTIONS(3186), + [anon_sym_else] = ACTIONS(3186), + [anon_sym_when] = ACTIONS(3186), + [anon_sym_try] = ACTIONS(3186), + [anon_sym_throw] = ACTIONS(3186), + [anon_sym_return] = ACTIONS(3186), + [anon_sym_continue] = ACTIONS(3186), + [anon_sym_break] = ACTIONS(3186), + [anon_sym_COLON_COLON] = ACTIONS(3190), + [anon_sym_PLUS_EQ] = ACTIONS(3190), + [anon_sym_DASH_EQ] = ACTIONS(3190), + [anon_sym_STAR_EQ] = ACTIONS(3190), + [anon_sym_SLASH_EQ] = ACTIONS(3190), + [anon_sym_PERCENT_EQ] = ACTIONS(3190), + [anon_sym_BANG_EQ] = ACTIONS(3186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3190), + [anon_sym_EQ_EQ] = ACTIONS(3186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3190), + [anon_sym_LT_EQ] = ACTIONS(3190), + [anon_sym_GT_EQ] = ACTIONS(3190), + [anon_sym_BANGin] = ACTIONS(3190), + [anon_sym_is] = ACTIONS(3186), + [anon_sym_BANGis] = ACTIONS(3190), + [anon_sym_PLUS] = ACTIONS(3186), + [anon_sym_DASH] = ACTIONS(3186), + [anon_sym_SLASH] = ACTIONS(3186), + [anon_sym_PERCENT] = ACTIONS(3186), + [anon_sym_as_QMARK] = ACTIONS(3190), + [anon_sym_PLUS_PLUS] = ACTIONS(3190), + [anon_sym_DASH_DASH] = ACTIONS(3190), + [anon_sym_BANG] = ACTIONS(3186), + [anon_sym_BANG_BANG] = ACTIONS(3190), [anon_sym_suspend] = ACTIONS(3120), [anon_sym_sealed] = ACTIONS(3122), [anon_sym_annotation] = ACTIONS(3122), @@ -85737,102 +85845,102 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3134), [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3194), - [anon_sym_continue_AT] = ACTIONS(3194), - [anon_sym_break_AT] = ACTIONS(3194), - [sym_real_literal] = ACTIONS(3194), - [sym_integer_literal] = ACTIONS(3190), - [sym_hex_literal] = ACTIONS(3194), - [sym_bin_literal] = ACTIONS(3194), - [anon_sym_true] = ACTIONS(3190), - [anon_sym_false] = ACTIONS(3190), - [anon_sym_SQUOTE] = ACTIONS(3194), - [sym__backtick_identifier] = ACTIONS(3194), - [sym__automatic_semicolon] = ACTIONS(3194), - [sym_safe_nav] = ACTIONS(3194), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3194), + [anon_sym_return_AT] = ACTIONS(3190), + [anon_sym_continue_AT] = ACTIONS(3190), + [anon_sym_break_AT] = ACTIONS(3190), + [sym_real_literal] = ACTIONS(3190), + [sym_integer_literal] = ACTIONS(3186), + [sym_hex_literal] = ACTIONS(3190), + [sym_bin_literal] = ACTIONS(3190), + [anon_sym_true] = ACTIONS(3186), + [anon_sym_false] = ACTIONS(3186), + [anon_sym_SQUOTE] = ACTIONS(3190), + [sym__backtick_identifier] = ACTIONS(3190), + [sym__automatic_semicolon] = ACTIONS(3190), + [sym_safe_nav] = ACTIONS(3190), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3190), }, [413] = { - [sym_primary_constructor] = STATE(2872), - [sym__class_parameters] = STATE(3036), - [sym_type_constraints] = STATE(3090), - [sym_enum_class_body] = STATE(3190), - [sym_modifiers] = STATE(9011), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3204), + [sym_primary_constructor] = STATE(874), + [sym_class_body] = STATE(1181), + [sym__class_parameters] = STATE(976), + [sym_type_constraints] = STATE(1022), + [sym_modifiers] = STATE(9192), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3186), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(3206), - [anon_sym_LBRACK] = ACTIONS(3208), - [anon_sym_as] = ACTIONS(3204), - [anon_sym_EQ] = ACTIONS(3204), - [anon_sym_constructor] = ACTIONS(3110), - [anon_sym_LBRACE] = ACTIONS(3152), - [anon_sym_RBRACE] = ACTIONS(3208), - [anon_sym_LPAREN] = ACTIONS(3114), - [anon_sym_COMMA] = ACTIONS(3208), - [anon_sym_LT] = ACTIONS(3204), - [anon_sym_GT] = ACTIONS(3204), - [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(3204), - [anon_sym_fun] = ACTIONS(3204), - [anon_sym_DOT] = ACTIONS(3204), - [anon_sym_SEMI] = ACTIONS(3208), - [anon_sym_get] = ACTIONS(3204), - [anon_sym_set] = ACTIONS(3204), - [anon_sym_this] = ACTIONS(3204), - [anon_sym_super] = ACTIONS(3204), - [anon_sym_STAR] = ACTIONS(3204), - [sym_label] = ACTIONS(3204), - [anon_sym_in] = ACTIONS(3204), - [anon_sym_DOT_DOT] = ACTIONS(3208), - [anon_sym_QMARK_COLON] = ACTIONS(3208), - [anon_sym_AMP_AMP] = ACTIONS(3208), - [anon_sym_PIPE_PIPE] = ACTIONS(3208), - [anon_sym_null] = ACTIONS(3204), - [anon_sym_if] = ACTIONS(3204), - [anon_sym_else] = ACTIONS(3204), - [anon_sym_when] = ACTIONS(3204), - [anon_sym_try] = ACTIONS(3204), - [anon_sym_throw] = ACTIONS(3204), - [anon_sym_return] = ACTIONS(3204), - [anon_sym_continue] = ACTIONS(3204), - [anon_sym_break] = ACTIONS(3204), - [anon_sym_COLON_COLON] = ACTIONS(3208), - [anon_sym_PLUS_EQ] = ACTIONS(3208), - [anon_sym_DASH_EQ] = ACTIONS(3208), - [anon_sym_STAR_EQ] = ACTIONS(3208), - [anon_sym_SLASH_EQ] = ACTIONS(3208), - [anon_sym_PERCENT_EQ] = ACTIONS(3208), - [anon_sym_BANG_EQ] = ACTIONS(3204), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3208), - [anon_sym_EQ_EQ] = ACTIONS(3204), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3208), - [anon_sym_LT_EQ] = ACTIONS(3208), - [anon_sym_GT_EQ] = ACTIONS(3208), - [anon_sym_BANGin] = ACTIONS(3208), - [anon_sym_is] = ACTIONS(3204), - [anon_sym_BANGis] = ACTIONS(3208), - [anon_sym_PLUS] = ACTIONS(3204), - [anon_sym_DASH] = ACTIONS(3204), - [anon_sym_SLASH] = ACTIONS(3204), - [anon_sym_PERCENT] = ACTIONS(3204), - [anon_sym_as_QMARK] = ACTIONS(3208), - [anon_sym_PLUS_PLUS] = ACTIONS(3208), - [anon_sym_DASH_DASH] = ACTIONS(3208), - [anon_sym_BANG] = ACTIONS(3204), - [anon_sym_BANG_BANG] = ACTIONS(3208), + [anon_sym_COLON] = ACTIONS(3208), + [anon_sym_LBRACK] = ACTIONS(3190), + [anon_sym_as] = ACTIONS(3186), + [anon_sym_EQ] = ACTIONS(3186), + [anon_sym_constructor] = ACTIONS(3154), + [anon_sym_LBRACE] = ACTIONS(3180), + [anon_sym_RBRACE] = ACTIONS(3190), + [anon_sym_LPAREN] = ACTIONS(3158), + [anon_sym_COMMA] = ACTIONS(3190), + [anon_sym_LT] = ACTIONS(3186), + [anon_sym_GT] = ACTIONS(3186), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(3186), + [anon_sym_fun] = ACTIONS(3186), + [anon_sym_DOT] = ACTIONS(3186), + [anon_sym_SEMI] = ACTIONS(3190), + [anon_sym_get] = ACTIONS(3186), + [anon_sym_set] = ACTIONS(3186), + [anon_sym_this] = ACTIONS(3186), + [anon_sym_super] = ACTIONS(3186), + [anon_sym_STAR] = ACTIONS(3186), + [sym_label] = ACTIONS(3186), + [anon_sym_in] = ACTIONS(3186), + [anon_sym_DOT_DOT] = ACTIONS(3190), + [anon_sym_QMARK_COLON] = ACTIONS(3190), + [anon_sym_AMP_AMP] = ACTIONS(3190), + [anon_sym_PIPE_PIPE] = ACTIONS(3190), + [anon_sym_null] = ACTIONS(3186), + [anon_sym_if] = ACTIONS(3186), + [anon_sym_else] = ACTIONS(3186), + [anon_sym_when] = ACTIONS(3186), + [anon_sym_try] = ACTIONS(3186), + [anon_sym_throw] = ACTIONS(3186), + [anon_sym_return] = ACTIONS(3186), + [anon_sym_continue] = ACTIONS(3186), + [anon_sym_break] = ACTIONS(3186), + [anon_sym_COLON_COLON] = ACTIONS(3190), + [anon_sym_PLUS_EQ] = ACTIONS(3190), + [anon_sym_DASH_EQ] = ACTIONS(3190), + [anon_sym_STAR_EQ] = ACTIONS(3190), + [anon_sym_SLASH_EQ] = ACTIONS(3190), + [anon_sym_PERCENT_EQ] = ACTIONS(3190), + [anon_sym_BANG_EQ] = ACTIONS(3186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3190), + [anon_sym_EQ_EQ] = ACTIONS(3186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3190), + [anon_sym_LT_EQ] = ACTIONS(3190), + [anon_sym_GT_EQ] = ACTIONS(3190), + [anon_sym_BANGin] = ACTIONS(3190), + [anon_sym_is] = ACTIONS(3186), + [anon_sym_BANGis] = ACTIONS(3190), + [anon_sym_PLUS] = ACTIONS(3186), + [anon_sym_DASH] = ACTIONS(3186), + [anon_sym_SLASH] = ACTIONS(3186), + [anon_sym_PERCENT] = ACTIONS(3186), + [anon_sym_as_QMARK] = ACTIONS(3190), + [anon_sym_PLUS_PLUS] = ACTIONS(3190), + [anon_sym_DASH_DASH] = ACTIONS(3190), + [anon_sym_BANG] = ACTIONS(3186), + [anon_sym_BANG_BANG] = ACTIONS(3190), [anon_sym_suspend] = ACTIONS(3120), [anon_sym_sealed] = ACTIONS(3122), [anon_sym_annotation] = ACTIONS(3122), @@ -85859,224 +85967,102 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3134), [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3208), - [anon_sym_continue_AT] = ACTIONS(3208), - [anon_sym_break_AT] = ACTIONS(3208), - [sym_real_literal] = ACTIONS(3208), - [sym_integer_literal] = ACTIONS(3204), - [sym_hex_literal] = ACTIONS(3208), - [sym_bin_literal] = ACTIONS(3208), - [anon_sym_true] = ACTIONS(3204), - [anon_sym_false] = ACTIONS(3204), - [anon_sym_SQUOTE] = ACTIONS(3208), - [sym__backtick_identifier] = ACTIONS(3208), - [sym__automatic_semicolon] = ACTIONS(3208), - [sym_safe_nav] = ACTIONS(3208), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3208), + [anon_sym_return_AT] = ACTIONS(3190), + [anon_sym_continue_AT] = ACTIONS(3190), + [anon_sym_break_AT] = ACTIONS(3190), + [sym_real_literal] = ACTIONS(3190), + [sym_integer_literal] = ACTIONS(3186), + [sym_hex_literal] = ACTIONS(3190), + [sym_bin_literal] = ACTIONS(3190), + [anon_sym_true] = ACTIONS(3186), + [anon_sym_false] = ACTIONS(3186), + [anon_sym_SQUOTE] = ACTIONS(3190), + [sym__backtick_identifier] = ACTIONS(3190), + [sym__automatic_semicolon] = ACTIONS(3190), + [sym_safe_nav] = ACTIONS(3190), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3190), }, [414] = { - [sym_primary_constructor] = STATE(922), - [sym__class_parameters] = STATE(963), - [sym_type_parameters] = STATE(434), - [sym_type_constraints] = STATE(989), - [sym_enum_class_body] = STATE(1115), - [sym_modifiers] = STATE(9048), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3102), + [sym_primary_constructor] = STATE(2978), + [sym__class_parameters] = STATE(3113), + [sym_type_parameters] = STATE(429), + [sym_type_constraints] = STATE(2992), + [sym_enum_class_body] = STATE(3459), + [sym_modifiers] = STATE(9209), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3136), [anon_sym_AT] = ACTIONS(3104), [anon_sym_COLON] = ACTIONS(3210), - [anon_sym_LBRACK] = ACTIONS(3108), - [anon_sym_as] = ACTIONS(3102), - [anon_sym_EQ] = ACTIONS(3102), - [anon_sym_constructor] = ACTIONS(3142), - [anon_sym_LBRACE] = ACTIONS(3144), - [anon_sym_RBRACE] = ACTIONS(3108), - [anon_sym_LPAREN] = ACTIONS(3146), - [anon_sym_LT] = ACTIONS(3116), - [anon_sym_GT] = ACTIONS(3102), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(3102), - [anon_sym_fun] = ACTIONS(3102), - [anon_sym_DOT] = ACTIONS(3102), - [anon_sym_SEMI] = ACTIONS(3108), - [anon_sym_get] = ACTIONS(3102), - [anon_sym_set] = ACTIONS(3102), - [anon_sym_this] = ACTIONS(3102), - [anon_sym_super] = ACTIONS(3102), - [anon_sym_STAR] = ACTIONS(3102), - [sym_label] = ACTIONS(3102), - [anon_sym_in] = ACTIONS(3102), - [anon_sym_DOT_DOT] = ACTIONS(3108), - [anon_sym_QMARK_COLON] = ACTIONS(3108), - [anon_sym_AMP_AMP] = ACTIONS(3108), - [anon_sym_PIPE_PIPE] = ACTIONS(3108), - [anon_sym_null] = ACTIONS(3102), - [anon_sym_if] = ACTIONS(3102), - [anon_sym_else] = ACTIONS(3102), - [anon_sym_when] = ACTIONS(3102), - [anon_sym_try] = ACTIONS(3102), - [anon_sym_throw] = ACTIONS(3102), - [anon_sym_return] = ACTIONS(3102), - [anon_sym_continue] = ACTIONS(3102), - [anon_sym_break] = ACTIONS(3102), - [anon_sym_COLON_COLON] = ACTIONS(3108), - [anon_sym_PLUS_EQ] = ACTIONS(3108), - [anon_sym_DASH_EQ] = ACTIONS(3108), - [anon_sym_STAR_EQ] = ACTIONS(3108), - [anon_sym_SLASH_EQ] = ACTIONS(3108), - [anon_sym_PERCENT_EQ] = ACTIONS(3108), - [anon_sym_BANG_EQ] = ACTIONS(3102), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3108), - [anon_sym_EQ_EQ] = ACTIONS(3102), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3108), - [anon_sym_LT_EQ] = ACTIONS(3108), - [anon_sym_GT_EQ] = ACTIONS(3108), - [anon_sym_BANGin] = ACTIONS(3108), - [anon_sym_is] = ACTIONS(3102), - [anon_sym_BANGis] = ACTIONS(3108), - [anon_sym_PLUS] = ACTIONS(3102), - [anon_sym_DASH] = ACTIONS(3102), - [anon_sym_SLASH] = ACTIONS(3102), - [anon_sym_PERCENT] = ACTIONS(3102), - [anon_sym_as_QMARK] = ACTIONS(3108), - [anon_sym_PLUS_PLUS] = ACTIONS(3108), - [anon_sym_DASH_DASH] = ACTIONS(3108), - [anon_sym_BANG] = ACTIONS(3102), - [anon_sym_BANG_BANG] = ACTIONS(3108), - [anon_sym_suspend] = ACTIONS(3120), - [anon_sym_sealed] = ACTIONS(3122), - [anon_sym_annotation] = ACTIONS(3122), - [anon_sym_data] = ACTIONS(3122), - [anon_sym_inner] = ACTIONS(3122), - [anon_sym_override] = ACTIONS(3124), - [anon_sym_lateinit] = ACTIONS(3124), - [anon_sym_public] = ACTIONS(3126), - [anon_sym_private] = ACTIONS(3126), - [anon_sym_internal] = ACTIONS(3126), - [anon_sym_protected] = ACTIONS(3126), - [anon_sym_tailrec] = ACTIONS(3120), - [anon_sym_operator] = ACTIONS(3120), - [anon_sym_infix] = ACTIONS(3120), - [anon_sym_inline] = ACTIONS(3120), - [anon_sym_external] = ACTIONS(3120), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(3130), - [anon_sym_final] = ACTIONS(3130), - [anon_sym_open] = ACTIONS(3130), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3134), - [anon_sym_actual] = ACTIONS(3134), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3108), - [anon_sym_continue_AT] = ACTIONS(3108), - [anon_sym_break_AT] = ACTIONS(3108), - [sym_real_literal] = ACTIONS(3108), - [sym_integer_literal] = ACTIONS(3102), - [sym_hex_literal] = ACTIONS(3108), - [sym_bin_literal] = ACTIONS(3108), - [anon_sym_true] = ACTIONS(3102), - [anon_sym_false] = ACTIONS(3102), - [anon_sym_SQUOTE] = ACTIONS(3108), - [sym__backtick_identifier] = ACTIONS(3108), - [sym__automatic_semicolon] = ACTIONS(3108), - [sym_safe_nav] = ACTIONS(3108), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3108), - }, - [415] = { - [sym_primary_constructor] = STATE(2988), - [sym__class_parameters] = STATE(3036), - [sym_type_parameters] = STATE(438), - [sym_type_constraints] = STATE(3001), - [sym_enum_class_body] = STATE(3436), - [sym_modifiers] = STATE(9011), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3102), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(3212), - [anon_sym_LBRACK] = ACTIONS(3108), - [anon_sym_as] = ACTIONS(3102), - [anon_sym_EQ] = ACTIONS(3102), + [anon_sym_LBRACK] = ACTIONS(3140), + [anon_sym_as] = ACTIONS(3136), + [anon_sym_EQ] = ACTIONS(3136), [anon_sym_constructor] = ACTIONS(3110), - [anon_sym_LBRACE] = ACTIONS(3152), - [anon_sym_RBRACE] = ACTIONS(3108), + [anon_sym_LBRACE] = ACTIONS(3112), + [anon_sym_RBRACE] = ACTIONS(3140), [anon_sym_LPAREN] = ACTIONS(3114), [anon_sym_LT] = ACTIONS(3116), - [anon_sym_GT] = ACTIONS(3102), + [anon_sym_GT] = ACTIONS(3136), [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(3102), - [anon_sym_fun] = ACTIONS(3102), - [anon_sym_DOT] = ACTIONS(3102), - [anon_sym_SEMI] = ACTIONS(3108), - [anon_sym_get] = ACTIONS(3102), - [anon_sym_set] = ACTIONS(3102), - [anon_sym_this] = ACTIONS(3102), - [anon_sym_super] = ACTIONS(3102), - [anon_sym_STAR] = ACTIONS(3102), - [sym_label] = ACTIONS(3102), - [anon_sym_in] = ACTIONS(3102), - [anon_sym_DOT_DOT] = ACTIONS(3108), - [anon_sym_QMARK_COLON] = ACTIONS(3108), - [anon_sym_AMP_AMP] = ACTIONS(3108), - [anon_sym_PIPE_PIPE] = ACTIONS(3108), - [anon_sym_null] = ACTIONS(3102), - [anon_sym_if] = ACTIONS(3102), - [anon_sym_else] = ACTIONS(3102), - [anon_sym_when] = ACTIONS(3102), - [anon_sym_try] = ACTIONS(3102), - [anon_sym_throw] = ACTIONS(3102), - [anon_sym_return] = ACTIONS(3102), - [anon_sym_continue] = ACTIONS(3102), - [anon_sym_break] = ACTIONS(3102), - [anon_sym_COLON_COLON] = ACTIONS(3108), - [anon_sym_PLUS_EQ] = ACTIONS(3108), - [anon_sym_DASH_EQ] = ACTIONS(3108), - [anon_sym_STAR_EQ] = ACTIONS(3108), - [anon_sym_SLASH_EQ] = ACTIONS(3108), - [anon_sym_PERCENT_EQ] = ACTIONS(3108), - [anon_sym_BANG_EQ] = ACTIONS(3102), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3108), - [anon_sym_EQ_EQ] = ACTIONS(3102), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3108), - [anon_sym_LT_EQ] = ACTIONS(3108), - [anon_sym_GT_EQ] = ACTIONS(3108), - [anon_sym_BANGin] = ACTIONS(3108), - [anon_sym_is] = ACTIONS(3102), - [anon_sym_BANGis] = ACTIONS(3108), - [anon_sym_PLUS] = ACTIONS(3102), - [anon_sym_DASH] = ACTIONS(3102), - [anon_sym_SLASH] = ACTIONS(3102), - [anon_sym_PERCENT] = ACTIONS(3102), - [anon_sym_as_QMARK] = ACTIONS(3108), - [anon_sym_PLUS_PLUS] = ACTIONS(3108), - [anon_sym_DASH_DASH] = ACTIONS(3108), - [anon_sym_BANG] = ACTIONS(3102), - [anon_sym_BANG_BANG] = ACTIONS(3108), + [anon_sym_object] = ACTIONS(3136), + [anon_sym_fun] = ACTIONS(3136), + [anon_sym_DOT] = ACTIONS(3136), + [anon_sym_SEMI] = ACTIONS(3140), + [anon_sym_get] = ACTIONS(3136), + [anon_sym_set] = ACTIONS(3136), + [anon_sym_this] = ACTIONS(3136), + [anon_sym_super] = ACTIONS(3136), + [anon_sym_STAR] = ACTIONS(3136), + [sym_label] = ACTIONS(3136), + [anon_sym_in] = ACTIONS(3136), + [anon_sym_DOT_DOT] = ACTIONS(3140), + [anon_sym_QMARK_COLON] = ACTIONS(3140), + [anon_sym_AMP_AMP] = ACTIONS(3140), + [anon_sym_PIPE_PIPE] = ACTIONS(3140), + [anon_sym_null] = ACTIONS(3136), + [anon_sym_if] = ACTIONS(3136), + [anon_sym_else] = ACTIONS(3136), + [anon_sym_when] = ACTIONS(3136), + [anon_sym_try] = ACTIONS(3136), + [anon_sym_throw] = ACTIONS(3136), + [anon_sym_return] = ACTIONS(3136), + [anon_sym_continue] = ACTIONS(3136), + [anon_sym_break] = ACTIONS(3136), + [anon_sym_COLON_COLON] = ACTIONS(3140), + [anon_sym_PLUS_EQ] = ACTIONS(3140), + [anon_sym_DASH_EQ] = ACTIONS(3140), + [anon_sym_STAR_EQ] = ACTIONS(3140), + [anon_sym_SLASH_EQ] = ACTIONS(3140), + [anon_sym_PERCENT_EQ] = ACTIONS(3140), + [anon_sym_BANG_EQ] = ACTIONS(3136), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3140), + [anon_sym_EQ_EQ] = ACTIONS(3136), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3140), + [anon_sym_LT_EQ] = ACTIONS(3140), + [anon_sym_GT_EQ] = ACTIONS(3140), + [anon_sym_BANGin] = ACTIONS(3140), + [anon_sym_is] = ACTIONS(3136), + [anon_sym_BANGis] = ACTIONS(3140), + [anon_sym_PLUS] = ACTIONS(3136), + [anon_sym_DASH] = ACTIONS(3136), + [anon_sym_SLASH] = ACTIONS(3136), + [anon_sym_PERCENT] = ACTIONS(3136), + [anon_sym_as_QMARK] = ACTIONS(3140), + [anon_sym_PLUS_PLUS] = ACTIONS(3140), + [anon_sym_DASH_DASH] = ACTIONS(3140), + [anon_sym_BANG] = ACTIONS(3136), + [anon_sym_BANG_BANG] = ACTIONS(3140), [anon_sym_suspend] = ACTIONS(3120), [anon_sym_sealed] = ACTIONS(3122), [anon_sym_annotation] = ACTIONS(3122), @@ -86103,102 +86089,102 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3134), [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3108), - [anon_sym_continue_AT] = ACTIONS(3108), - [anon_sym_break_AT] = ACTIONS(3108), - [sym_real_literal] = ACTIONS(3108), - [sym_integer_literal] = ACTIONS(3102), - [sym_hex_literal] = ACTIONS(3108), - [sym_bin_literal] = ACTIONS(3108), - [anon_sym_true] = ACTIONS(3102), - [anon_sym_false] = ACTIONS(3102), - [anon_sym_SQUOTE] = ACTIONS(3108), - [sym__backtick_identifier] = ACTIONS(3108), - [sym__automatic_semicolon] = ACTIONS(3108), - [sym_safe_nav] = ACTIONS(3108), + [anon_sym_return_AT] = ACTIONS(3140), + [anon_sym_continue_AT] = ACTIONS(3140), + [anon_sym_break_AT] = ACTIONS(3140), + [sym_real_literal] = ACTIONS(3140), + [sym_integer_literal] = ACTIONS(3136), + [sym_hex_literal] = ACTIONS(3140), + [sym_bin_literal] = ACTIONS(3140), + [anon_sym_true] = ACTIONS(3136), + [anon_sym_false] = ACTIONS(3136), + [anon_sym_SQUOTE] = ACTIONS(3140), + [sym__backtick_identifier] = ACTIONS(3140), + [sym__automatic_semicolon] = ACTIONS(3140), + [sym_safe_nav] = ACTIONS(3140), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3108), + [sym__string_start] = ACTIONS(3140), }, - [416] = { - [sym_primary_constructor] = STATE(860), - [sym_class_body] = STATE(1120), - [sym__class_parameters] = STATE(963), - [sym_type_constraints] = STATE(988), - [sym_modifiers] = STATE(9048), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3214), + [415] = { + [sym_primary_constructor] = STATE(845), + [sym__class_parameters] = STATE(976), + [sym_type_constraints] = STATE(989), + [sym_enum_class_body] = STATE(1038), + [sym_modifiers] = STATE(9192), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3212), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(3216), - [anon_sym_LBRACK] = ACTIONS(3218), - [anon_sym_as] = ACTIONS(3214), - [anon_sym_EQ] = ACTIONS(3214), - [anon_sym_constructor] = ACTIONS(3142), + [anon_sym_COLON] = ACTIONS(3214), + [anon_sym_LBRACK] = ACTIONS(3216), + [anon_sym_as] = ACTIONS(3212), + [anon_sym_EQ] = ACTIONS(3212), + [anon_sym_constructor] = ACTIONS(3154), [anon_sym_LBRACE] = ACTIONS(3156), - [anon_sym_RBRACE] = ACTIONS(3218), - [anon_sym_LPAREN] = ACTIONS(3146), - [anon_sym_COMMA] = ACTIONS(3218), - [anon_sym_LT] = ACTIONS(3214), - [anon_sym_GT] = ACTIONS(3214), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(3214), - [anon_sym_fun] = ACTIONS(3214), - [anon_sym_DOT] = ACTIONS(3214), - [anon_sym_SEMI] = ACTIONS(3218), - [anon_sym_get] = ACTIONS(3214), - [anon_sym_set] = ACTIONS(3214), - [anon_sym_this] = ACTIONS(3214), - [anon_sym_super] = ACTIONS(3214), - [anon_sym_STAR] = ACTIONS(3214), - [sym_label] = ACTIONS(3214), - [anon_sym_in] = ACTIONS(3214), - [anon_sym_DOT_DOT] = ACTIONS(3218), - [anon_sym_QMARK_COLON] = ACTIONS(3218), - [anon_sym_AMP_AMP] = ACTIONS(3218), - [anon_sym_PIPE_PIPE] = ACTIONS(3218), - [anon_sym_null] = ACTIONS(3214), - [anon_sym_if] = ACTIONS(3214), - [anon_sym_else] = ACTIONS(3214), - [anon_sym_when] = ACTIONS(3214), - [anon_sym_try] = ACTIONS(3214), - [anon_sym_throw] = ACTIONS(3214), - [anon_sym_return] = ACTIONS(3214), - [anon_sym_continue] = ACTIONS(3214), - [anon_sym_break] = ACTIONS(3214), - [anon_sym_COLON_COLON] = ACTIONS(3218), - [anon_sym_PLUS_EQ] = ACTIONS(3218), - [anon_sym_DASH_EQ] = ACTIONS(3218), - [anon_sym_STAR_EQ] = ACTIONS(3218), - [anon_sym_SLASH_EQ] = ACTIONS(3218), - [anon_sym_PERCENT_EQ] = ACTIONS(3218), - [anon_sym_BANG_EQ] = ACTIONS(3214), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3218), - [anon_sym_EQ_EQ] = ACTIONS(3214), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3218), - [anon_sym_LT_EQ] = ACTIONS(3218), - [anon_sym_GT_EQ] = ACTIONS(3218), - [anon_sym_BANGin] = ACTIONS(3218), - [anon_sym_is] = ACTIONS(3214), - [anon_sym_BANGis] = ACTIONS(3218), - [anon_sym_PLUS] = ACTIONS(3214), - [anon_sym_DASH] = ACTIONS(3214), - [anon_sym_SLASH] = ACTIONS(3214), - [anon_sym_PERCENT] = ACTIONS(3214), - [anon_sym_as_QMARK] = ACTIONS(3218), - [anon_sym_PLUS_PLUS] = ACTIONS(3218), - [anon_sym_DASH_DASH] = ACTIONS(3218), - [anon_sym_BANG] = ACTIONS(3214), - [anon_sym_BANG_BANG] = ACTIONS(3218), + [anon_sym_RBRACE] = ACTIONS(3216), + [anon_sym_LPAREN] = ACTIONS(3158), + [anon_sym_COMMA] = ACTIONS(3216), + [anon_sym_LT] = ACTIONS(3212), + [anon_sym_GT] = ACTIONS(3212), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(3212), + [anon_sym_fun] = ACTIONS(3212), + [anon_sym_DOT] = ACTIONS(3212), + [anon_sym_SEMI] = ACTIONS(3216), + [anon_sym_get] = ACTIONS(3212), + [anon_sym_set] = ACTIONS(3212), + [anon_sym_this] = ACTIONS(3212), + [anon_sym_super] = ACTIONS(3212), + [anon_sym_STAR] = ACTIONS(3212), + [sym_label] = ACTIONS(3212), + [anon_sym_in] = ACTIONS(3212), + [anon_sym_DOT_DOT] = ACTIONS(3216), + [anon_sym_QMARK_COLON] = ACTIONS(3216), + [anon_sym_AMP_AMP] = ACTIONS(3216), + [anon_sym_PIPE_PIPE] = ACTIONS(3216), + [anon_sym_null] = ACTIONS(3212), + [anon_sym_if] = ACTIONS(3212), + [anon_sym_else] = ACTIONS(3212), + [anon_sym_when] = ACTIONS(3212), + [anon_sym_try] = ACTIONS(3212), + [anon_sym_throw] = ACTIONS(3212), + [anon_sym_return] = ACTIONS(3212), + [anon_sym_continue] = ACTIONS(3212), + [anon_sym_break] = ACTIONS(3212), + [anon_sym_COLON_COLON] = ACTIONS(3216), + [anon_sym_PLUS_EQ] = ACTIONS(3216), + [anon_sym_DASH_EQ] = ACTIONS(3216), + [anon_sym_STAR_EQ] = ACTIONS(3216), + [anon_sym_SLASH_EQ] = ACTIONS(3216), + [anon_sym_PERCENT_EQ] = ACTIONS(3216), + [anon_sym_BANG_EQ] = ACTIONS(3212), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3216), + [anon_sym_EQ_EQ] = ACTIONS(3212), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3216), + [anon_sym_LT_EQ] = ACTIONS(3216), + [anon_sym_GT_EQ] = ACTIONS(3216), + [anon_sym_BANGin] = ACTIONS(3216), + [anon_sym_is] = ACTIONS(3212), + [anon_sym_BANGis] = ACTIONS(3216), + [anon_sym_PLUS] = ACTIONS(3212), + [anon_sym_DASH] = ACTIONS(3212), + [anon_sym_SLASH] = ACTIONS(3212), + [anon_sym_PERCENT] = ACTIONS(3212), + [anon_sym_as_QMARK] = ACTIONS(3216), + [anon_sym_PLUS_PLUS] = ACTIONS(3216), + [anon_sym_DASH_DASH] = ACTIONS(3216), + [anon_sym_BANG] = ACTIONS(3212), + [anon_sym_BANG_BANG] = ACTIONS(3216), [anon_sym_suspend] = ACTIONS(3120), [anon_sym_sealed] = ACTIONS(3122), [anon_sym_annotation] = ACTIONS(3122), @@ -86225,224 +86211,102 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3134), [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3218), - [anon_sym_continue_AT] = ACTIONS(3218), - [anon_sym_break_AT] = ACTIONS(3218), - [sym_real_literal] = ACTIONS(3218), - [sym_integer_literal] = ACTIONS(3214), - [sym_hex_literal] = ACTIONS(3218), - [sym_bin_literal] = ACTIONS(3218), - [anon_sym_true] = ACTIONS(3214), - [anon_sym_false] = ACTIONS(3214), - [anon_sym_SQUOTE] = ACTIONS(3218), - [sym__backtick_identifier] = ACTIONS(3218), - [sym__automatic_semicolon] = ACTIONS(3218), - [sym_safe_nav] = ACTIONS(3218), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3218), + [anon_sym_return_AT] = ACTIONS(3216), + [anon_sym_continue_AT] = ACTIONS(3216), + [anon_sym_break_AT] = ACTIONS(3216), + [sym_real_literal] = ACTIONS(3216), + [sym_integer_literal] = ACTIONS(3212), + [sym_hex_literal] = ACTIONS(3216), + [sym_bin_literal] = ACTIONS(3216), + [anon_sym_true] = ACTIONS(3212), + [anon_sym_false] = ACTIONS(3212), + [anon_sym_SQUOTE] = ACTIONS(3216), + [sym__backtick_identifier] = ACTIONS(3216), + [sym__automatic_semicolon] = ACTIONS(3216), + [sym_safe_nav] = ACTIONS(3216), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3216), }, - [417] = { - [sym_primary_constructor] = STATE(2959), - [sym_class_body] = STATE(3359), - [sym__class_parameters] = STATE(3036), - [sym_type_parameters] = STATE(426), - [sym_type_constraints] = STATE(3035), - [sym_modifiers] = STATE(9011), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3160), + [416] = { + [sym_primary_constructor] = STATE(2840), + [sym_class_body] = STATE(3472), + [sym__class_parameters] = STATE(3113), + [sym_type_constraints] = STATE(3016), + [sym_modifiers] = STATE(9209), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3196), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(3220), - [anon_sym_LBRACK] = ACTIONS(3164), - [anon_sym_as] = ACTIONS(3160), - [anon_sym_EQ] = ACTIONS(3160), + [anon_sym_COLON] = ACTIONS(3218), + [anon_sym_LBRACK] = ACTIONS(3200), + [anon_sym_as] = ACTIONS(3196), + [anon_sym_EQ] = ACTIONS(3196), [anon_sym_constructor] = ACTIONS(3110), - [anon_sym_LBRACE] = ACTIONS(3112), - [anon_sym_RBRACE] = ACTIONS(3164), + [anon_sym_LBRACE] = ACTIONS(3144), + [anon_sym_RBRACE] = ACTIONS(3200), [anon_sym_LPAREN] = ACTIONS(3114), - [anon_sym_LT] = ACTIONS(3116), - [anon_sym_GT] = ACTIONS(3160), + [anon_sym_COMMA] = ACTIONS(3200), + [anon_sym_LT] = ACTIONS(3196), + [anon_sym_GT] = ACTIONS(3196), [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(3160), - [anon_sym_fun] = ACTIONS(3160), - [anon_sym_DOT] = ACTIONS(3160), - [anon_sym_SEMI] = ACTIONS(3164), - [anon_sym_get] = ACTIONS(3160), - [anon_sym_set] = ACTIONS(3160), - [anon_sym_this] = ACTIONS(3160), - [anon_sym_super] = ACTIONS(3160), - [anon_sym_STAR] = ACTIONS(3160), - [sym_label] = ACTIONS(3160), - [anon_sym_in] = ACTIONS(3160), - [anon_sym_DOT_DOT] = ACTIONS(3164), - [anon_sym_QMARK_COLON] = ACTIONS(3164), - [anon_sym_AMP_AMP] = ACTIONS(3164), - [anon_sym_PIPE_PIPE] = ACTIONS(3164), - [anon_sym_null] = ACTIONS(3160), - [anon_sym_if] = ACTIONS(3160), - [anon_sym_else] = ACTIONS(3160), - [anon_sym_when] = ACTIONS(3160), - [anon_sym_try] = ACTIONS(3160), - [anon_sym_throw] = ACTIONS(3160), - [anon_sym_return] = ACTIONS(3160), - [anon_sym_continue] = ACTIONS(3160), - [anon_sym_break] = ACTIONS(3160), - [anon_sym_COLON_COLON] = ACTIONS(3164), - [anon_sym_PLUS_EQ] = ACTIONS(3164), - [anon_sym_DASH_EQ] = ACTIONS(3164), - [anon_sym_STAR_EQ] = ACTIONS(3164), - [anon_sym_SLASH_EQ] = ACTIONS(3164), - [anon_sym_PERCENT_EQ] = ACTIONS(3164), - [anon_sym_BANG_EQ] = ACTIONS(3160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3164), - [anon_sym_EQ_EQ] = ACTIONS(3160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3164), - [anon_sym_LT_EQ] = ACTIONS(3164), - [anon_sym_GT_EQ] = ACTIONS(3164), - [anon_sym_BANGin] = ACTIONS(3164), - [anon_sym_is] = ACTIONS(3160), - [anon_sym_BANGis] = ACTIONS(3164), - [anon_sym_PLUS] = ACTIONS(3160), - [anon_sym_DASH] = ACTIONS(3160), - [anon_sym_SLASH] = ACTIONS(3160), - [anon_sym_PERCENT] = ACTIONS(3160), - [anon_sym_as_QMARK] = ACTIONS(3164), - [anon_sym_PLUS_PLUS] = ACTIONS(3164), - [anon_sym_DASH_DASH] = ACTIONS(3164), - [anon_sym_BANG] = ACTIONS(3160), - [anon_sym_BANG_BANG] = ACTIONS(3164), - [anon_sym_suspend] = ACTIONS(3120), - [anon_sym_sealed] = ACTIONS(3122), - [anon_sym_annotation] = ACTIONS(3122), - [anon_sym_data] = ACTIONS(3122), - [anon_sym_inner] = ACTIONS(3122), - [anon_sym_override] = ACTIONS(3124), - [anon_sym_lateinit] = ACTIONS(3124), - [anon_sym_public] = ACTIONS(3126), - [anon_sym_private] = ACTIONS(3126), - [anon_sym_internal] = ACTIONS(3126), - [anon_sym_protected] = ACTIONS(3126), - [anon_sym_tailrec] = ACTIONS(3120), - [anon_sym_operator] = ACTIONS(3120), - [anon_sym_infix] = ACTIONS(3120), - [anon_sym_inline] = ACTIONS(3120), - [anon_sym_external] = ACTIONS(3120), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(3130), - [anon_sym_final] = ACTIONS(3130), - [anon_sym_open] = ACTIONS(3130), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3134), - [anon_sym_actual] = ACTIONS(3134), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3164), - [anon_sym_continue_AT] = ACTIONS(3164), - [anon_sym_break_AT] = ACTIONS(3164), - [sym_real_literal] = ACTIONS(3164), - [sym_integer_literal] = ACTIONS(3160), - [sym_hex_literal] = ACTIONS(3164), - [sym_bin_literal] = ACTIONS(3164), - [anon_sym_true] = ACTIONS(3160), - [anon_sym_false] = ACTIONS(3160), - [anon_sym_SQUOTE] = ACTIONS(3164), - [sym__backtick_identifier] = ACTIONS(3164), - [sym__automatic_semicolon] = ACTIONS(3164), - [sym_safe_nav] = ACTIONS(3164), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3164), - }, - [418] = { - [sym_primary_constructor] = STATE(845), - [sym__class_parameters] = STATE(963), - [sym_type_constraints] = STATE(1015), - [sym_enum_class_body] = STATE(1077), - [sym_modifiers] = STATE(9048), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3204), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(3222), - [anon_sym_LBRACK] = ACTIONS(3208), - [anon_sym_as] = ACTIONS(3204), - [anon_sym_EQ] = ACTIONS(3204), - [anon_sym_constructor] = ACTIONS(3142), - [anon_sym_LBRACE] = ACTIONS(3144), - [anon_sym_RBRACE] = ACTIONS(3208), - [anon_sym_LPAREN] = ACTIONS(3146), - [anon_sym_COMMA] = ACTIONS(3208), - [anon_sym_LT] = ACTIONS(3204), - [anon_sym_GT] = ACTIONS(3204), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(3204), - [anon_sym_fun] = ACTIONS(3204), - [anon_sym_DOT] = ACTIONS(3204), - [anon_sym_SEMI] = ACTIONS(3208), - [anon_sym_get] = ACTIONS(3204), - [anon_sym_set] = ACTIONS(3204), - [anon_sym_this] = ACTIONS(3204), - [anon_sym_super] = ACTIONS(3204), - [anon_sym_STAR] = ACTIONS(3204), - [sym_label] = ACTIONS(3204), - [anon_sym_in] = ACTIONS(3204), - [anon_sym_DOT_DOT] = ACTIONS(3208), - [anon_sym_QMARK_COLON] = ACTIONS(3208), - [anon_sym_AMP_AMP] = ACTIONS(3208), - [anon_sym_PIPE_PIPE] = ACTIONS(3208), - [anon_sym_null] = ACTIONS(3204), - [anon_sym_if] = ACTIONS(3204), - [anon_sym_else] = ACTIONS(3204), - [anon_sym_when] = ACTIONS(3204), - [anon_sym_try] = ACTIONS(3204), - [anon_sym_throw] = ACTIONS(3204), - [anon_sym_return] = ACTIONS(3204), - [anon_sym_continue] = ACTIONS(3204), - [anon_sym_break] = ACTIONS(3204), - [anon_sym_COLON_COLON] = ACTIONS(3208), - [anon_sym_PLUS_EQ] = ACTIONS(3208), - [anon_sym_DASH_EQ] = ACTIONS(3208), - [anon_sym_STAR_EQ] = ACTIONS(3208), - [anon_sym_SLASH_EQ] = ACTIONS(3208), - [anon_sym_PERCENT_EQ] = ACTIONS(3208), - [anon_sym_BANG_EQ] = ACTIONS(3204), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3208), - [anon_sym_EQ_EQ] = ACTIONS(3204), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3208), - [anon_sym_LT_EQ] = ACTIONS(3208), - [anon_sym_GT_EQ] = ACTIONS(3208), - [anon_sym_BANGin] = ACTIONS(3208), - [anon_sym_is] = ACTIONS(3204), - [anon_sym_BANGis] = ACTIONS(3208), - [anon_sym_PLUS] = ACTIONS(3204), - [anon_sym_DASH] = ACTIONS(3204), - [anon_sym_SLASH] = ACTIONS(3204), - [anon_sym_PERCENT] = ACTIONS(3204), - [anon_sym_as_QMARK] = ACTIONS(3208), - [anon_sym_PLUS_PLUS] = ACTIONS(3208), - [anon_sym_DASH_DASH] = ACTIONS(3208), - [anon_sym_BANG] = ACTIONS(3204), - [anon_sym_BANG_BANG] = ACTIONS(3208), + [anon_sym_object] = ACTIONS(3196), + [anon_sym_fun] = ACTIONS(3196), + [anon_sym_DOT] = ACTIONS(3196), + [anon_sym_SEMI] = ACTIONS(3200), + [anon_sym_get] = ACTIONS(3196), + [anon_sym_set] = ACTIONS(3196), + [anon_sym_this] = ACTIONS(3196), + [anon_sym_super] = ACTIONS(3196), + [anon_sym_STAR] = ACTIONS(3196), + [sym_label] = ACTIONS(3196), + [anon_sym_in] = ACTIONS(3196), + [anon_sym_DOT_DOT] = ACTIONS(3200), + [anon_sym_QMARK_COLON] = ACTIONS(3200), + [anon_sym_AMP_AMP] = ACTIONS(3200), + [anon_sym_PIPE_PIPE] = ACTIONS(3200), + [anon_sym_null] = ACTIONS(3196), + [anon_sym_if] = ACTIONS(3196), + [anon_sym_else] = ACTIONS(3196), + [anon_sym_when] = ACTIONS(3196), + [anon_sym_try] = ACTIONS(3196), + [anon_sym_throw] = ACTIONS(3196), + [anon_sym_return] = ACTIONS(3196), + [anon_sym_continue] = ACTIONS(3196), + [anon_sym_break] = ACTIONS(3196), + [anon_sym_COLON_COLON] = ACTIONS(3200), + [anon_sym_PLUS_EQ] = ACTIONS(3200), + [anon_sym_DASH_EQ] = ACTIONS(3200), + [anon_sym_STAR_EQ] = ACTIONS(3200), + [anon_sym_SLASH_EQ] = ACTIONS(3200), + [anon_sym_PERCENT_EQ] = ACTIONS(3200), + [anon_sym_BANG_EQ] = ACTIONS(3196), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3200), + [anon_sym_EQ_EQ] = ACTIONS(3196), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3200), + [anon_sym_LT_EQ] = ACTIONS(3200), + [anon_sym_GT_EQ] = ACTIONS(3200), + [anon_sym_BANGin] = ACTIONS(3200), + [anon_sym_is] = ACTIONS(3196), + [anon_sym_BANGis] = ACTIONS(3200), + [anon_sym_PLUS] = ACTIONS(3196), + [anon_sym_DASH] = ACTIONS(3196), + [anon_sym_SLASH] = ACTIONS(3196), + [anon_sym_PERCENT] = ACTIONS(3196), + [anon_sym_as_QMARK] = ACTIONS(3200), + [anon_sym_PLUS_PLUS] = ACTIONS(3200), + [anon_sym_DASH_DASH] = ACTIONS(3200), + [anon_sym_BANG] = ACTIONS(3196), + [anon_sym_BANG_BANG] = ACTIONS(3200), [anon_sym_suspend] = ACTIONS(3120), [anon_sym_sealed] = ACTIONS(3122), [anon_sym_annotation] = ACTIONS(3122), @@ -86469,54 +86333,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3134), [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3208), - [anon_sym_continue_AT] = ACTIONS(3208), - [anon_sym_break_AT] = ACTIONS(3208), - [sym_real_literal] = ACTIONS(3208), - [sym_integer_literal] = ACTIONS(3204), - [sym_hex_literal] = ACTIONS(3208), - [sym_bin_literal] = ACTIONS(3208), - [anon_sym_true] = ACTIONS(3204), - [anon_sym_false] = ACTIONS(3204), - [anon_sym_SQUOTE] = ACTIONS(3208), - [sym__backtick_identifier] = ACTIONS(3208), - [sym__automatic_semicolon] = ACTIONS(3208), - [sym_safe_nav] = ACTIONS(3208), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3208), + [anon_sym_return_AT] = ACTIONS(3200), + [anon_sym_continue_AT] = ACTIONS(3200), + [anon_sym_break_AT] = ACTIONS(3200), + [sym_real_literal] = ACTIONS(3200), + [sym_integer_literal] = ACTIONS(3196), + [sym_hex_literal] = ACTIONS(3200), + [sym_bin_literal] = ACTIONS(3200), + [anon_sym_true] = ACTIONS(3196), + [anon_sym_false] = ACTIONS(3196), + [anon_sym_SQUOTE] = ACTIONS(3200), + [sym__backtick_identifier] = ACTIONS(3200), + [sym__automatic_semicolon] = ACTIONS(3200), + [sym_safe_nav] = ACTIONS(3200), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3200), }, - [419] = { - [sym_primary_constructor] = STATE(888), - [sym__class_parameters] = STATE(963), - [sym_type_parameters] = STATE(425), - [sym_type_constraints] = STATE(1033), - [sym_enum_class_body] = STATE(1051), - [sym_modifiers] = STATE(9048), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), + [417] = { + [sym_primary_constructor] = STATE(929), + [sym__class_parameters] = STATE(976), + [sym_type_parameters] = STATE(431), + [sym_type_constraints] = STATE(955), + [sym_enum_class_body] = STATE(1140), + [sym_modifiers] = STATE(9192), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), [sym__alpha_identifier] = ACTIONS(3136), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(3224), + [anon_sym_COLON] = ACTIONS(3220), [anon_sym_LBRACK] = ACTIONS(3140), [anon_sym_as] = ACTIONS(3136), [anon_sym_EQ] = ACTIONS(3136), - [anon_sym_constructor] = ACTIONS(3142), - [anon_sym_LBRACE] = ACTIONS(3144), + [anon_sym_constructor] = ACTIONS(3154), + [anon_sym_LBRACE] = ACTIONS(3156), [anon_sym_RBRACE] = ACTIONS(3140), - [anon_sym_LPAREN] = ACTIONS(3146), + [anon_sym_LPAREN] = ACTIONS(3158), [anon_sym_LT] = ACTIONS(3116), [anon_sym_GT] = ACTIONS(3136), - [anon_sym_where] = ACTIONS(3148), + [anon_sym_where] = ACTIONS(3160), [anon_sym_object] = ACTIONS(3136), [anon_sym_fun] = ACTIONS(3136), [anon_sym_DOT] = ACTIONS(3136), @@ -86607,86 +86471,208 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(3140), }, - [420] = { - [sym_primary_constructor] = STATE(2882), - [sym_class_body] = STATE(3437), - [sym__class_parameters] = STATE(3036), - [sym_type_constraints] = STATE(3000), - [sym_modifiers] = STATE(9011), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3214), + [418] = { + [sym_primary_constructor] = STATE(2947), + [sym__class_parameters] = STATE(3113), + [sym_type_parameters] = STATE(425), + [sym_type_constraints] = STATE(3081), + [sym_enum_class_body] = STATE(3223), + [sym_modifiers] = STATE(9209), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3102), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(3226), - [anon_sym_LBRACK] = ACTIONS(3218), - [anon_sym_as] = ACTIONS(3214), - [anon_sym_EQ] = ACTIONS(3214), + [anon_sym_COLON] = ACTIONS(3222), + [anon_sym_LBRACK] = ACTIONS(3108), + [anon_sym_as] = ACTIONS(3102), + [anon_sym_EQ] = ACTIONS(3102), [anon_sym_constructor] = ACTIONS(3110), [anon_sym_LBRACE] = ACTIONS(3112), - [anon_sym_RBRACE] = ACTIONS(3218), + [anon_sym_RBRACE] = ACTIONS(3108), [anon_sym_LPAREN] = ACTIONS(3114), - [anon_sym_COMMA] = ACTIONS(3218), - [anon_sym_LT] = ACTIONS(3214), - [anon_sym_GT] = ACTIONS(3214), + [anon_sym_LT] = ACTIONS(3116), + [anon_sym_GT] = ACTIONS(3102), [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(3214), - [anon_sym_fun] = ACTIONS(3214), - [anon_sym_DOT] = ACTIONS(3214), - [anon_sym_SEMI] = ACTIONS(3218), - [anon_sym_get] = ACTIONS(3214), - [anon_sym_set] = ACTIONS(3214), - [anon_sym_this] = ACTIONS(3214), - [anon_sym_super] = ACTIONS(3214), - [anon_sym_STAR] = ACTIONS(3214), - [sym_label] = ACTIONS(3214), - [anon_sym_in] = ACTIONS(3214), - [anon_sym_DOT_DOT] = ACTIONS(3218), - [anon_sym_QMARK_COLON] = ACTIONS(3218), - [anon_sym_AMP_AMP] = ACTIONS(3218), - [anon_sym_PIPE_PIPE] = ACTIONS(3218), - [anon_sym_null] = ACTIONS(3214), - [anon_sym_if] = ACTIONS(3214), - [anon_sym_else] = ACTIONS(3214), - [anon_sym_when] = ACTIONS(3214), - [anon_sym_try] = ACTIONS(3214), - [anon_sym_throw] = ACTIONS(3214), - [anon_sym_return] = ACTIONS(3214), - [anon_sym_continue] = ACTIONS(3214), - [anon_sym_break] = ACTIONS(3214), - [anon_sym_COLON_COLON] = ACTIONS(3218), - [anon_sym_PLUS_EQ] = ACTIONS(3218), - [anon_sym_DASH_EQ] = ACTIONS(3218), - [anon_sym_STAR_EQ] = ACTIONS(3218), - [anon_sym_SLASH_EQ] = ACTIONS(3218), - [anon_sym_PERCENT_EQ] = ACTIONS(3218), - [anon_sym_BANG_EQ] = ACTIONS(3214), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3218), - [anon_sym_EQ_EQ] = ACTIONS(3214), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3218), - [anon_sym_LT_EQ] = ACTIONS(3218), - [anon_sym_GT_EQ] = ACTIONS(3218), - [anon_sym_BANGin] = ACTIONS(3218), - [anon_sym_is] = ACTIONS(3214), - [anon_sym_BANGis] = ACTIONS(3218), - [anon_sym_PLUS] = ACTIONS(3214), - [anon_sym_DASH] = ACTIONS(3214), - [anon_sym_SLASH] = ACTIONS(3214), - [anon_sym_PERCENT] = ACTIONS(3214), - [anon_sym_as_QMARK] = ACTIONS(3218), - [anon_sym_PLUS_PLUS] = ACTIONS(3218), - [anon_sym_DASH_DASH] = ACTIONS(3218), - [anon_sym_BANG] = ACTIONS(3214), - [anon_sym_BANG_BANG] = ACTIONS(3218), + [anon_sym_object] = ACTIONS(3102), + [anon_sym_fun] = ACTIONS(3102), + [anon_sym_DOT] = ACTIONS(3102), + [anon_sym_SEMI] = ACTIONS(3108), + [anon_sym_get] = ACTIONS(3102), + [anon_sym_set] = ACTIONS(3102), + [anon_sym_this] = ACTIONS(3102), + [anon_sym_super] = ACTIONS(3102), + [anon_sym_STAR] = ACTIONS(3102), + [sym_label] = ACTIONS(3102), + [anon_sym_in] = ACTIONS(3102), + [anon_sym_DOT_DOT] = ACTIONS(3108), + [anon_sym_QMARK_COLON] = ACTIONS(3108), + [anon_sym_AMP_AMP] = ACTIONS(3108), + [anon_sym_PIPE_PIPE] = ACTIONS(3108), + [anon_sym_null] = ACTIONS(3102), + [anon_sym_if] = ACTIONS(3102), + [anon_sym_else] = ACTIONS(3102), + [anon_sym_when] = ACTIONS(3102), + [anon_sym_try] = ACTIONS(3102), + [anon_sym_throw] = ACTIONS(3102), + [anon_sym_return] = ACTIONS(3102), + [anon_sym_continue] = ACTIONS(3102), + [anon_sym_break] = ACTIONS(3102), + [anon_sym_COLON_COLON] = ACTIONS(3108), + [anon_sym_PLUS_EQ] = ACTIONS(3108), + [anon_sym_DASH_EQ] = ACTIONS(3108), + [anon_sym_STAR_EQ] = ACTIONS(3108), + [anon_sym_SLASH_EQ] = ACTIONS(3108), + [anon_sym_PERCENT_EQ] = ACTIONS(3108), + [anon_sym_BANG_EQ] = ACTIONS(3102), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3108), + [anon_sym_EQ_EQ] = ACTIONS(3102), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3108), + [anon_sym_LT_EQ] = ACTIONS(3108), + [anon_sym_GT_EQ] = ACTIONS(3108), + [anon_sym_BANGin] = ACTIONS(3108), + [anon_sym_is] = ACTIONS(3102), + [anon_sym_BANGis] = ACTIONS(3108), + [anon_sym_PLUS] = ACTIONS(3102), + [anon_sym_DASH] = ACTIONS(3102), + [anon_sym_SLASH] = ACTIONS(3102), + [anon_sym_PERCENT] = ACTIONS(3102), + [anon_sym_as_QMARK] = ACTIONS(3108), + [anon_sym_PLUS_PLUS] = ACTIONS(3108), + [anon_sym_DASH_DASH] = ACTIONS(3108), + [anon_sym_BANG] = ACTIONS(3102), + [anon_sym_BANG_BANG] = ACTIONS(3108), + [anon_sym_suspend] = ACTIONS(3120), + [anon_sym_sealed] = ACTIONS(3122), + [anon_sym_annotation] = ACTIONS(3122), + [anon_sym_data] = ACTIONS(3122), + [anon_sym_inner] = ACTIONS(3122), + [anon_sym_override] = ACTIONS(3124), + [anon_sym_lateinit] = ACTIONS(3124), + [anon_sym_public] = ACTIONS(3126), + [anon_sym_private] = ACTIONS(3126), + [anon_sym_internal] = ACTIONS(3126), + [anon_sym_protected] = ACTIONS(3126), + [anon_sym_tailrec] = ACTIONS(3120), + [anon_sym_operator] = ACTIONS(3120), + [anon_sym_infix] = ACTIONS(3120), + [anon_sym_inline] = ACTIONS(3120), + [anon_sym_external] = ACTIONS(3120), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3130), + [anon_sym_final] = ACTIONS(3130), + [anon_sym_open] = ACTIONS(3130), + [anon_sym_vararg] = ACTIONS(3132), + [anon_sym_noinline] = ACTIONS(3132), + [anon_sym_crossinline] = ACTIONS(3132), + [anon_sym_expect] = ACTIONS(3134), + [anon_sym_actual] = ACTIONS(3134), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3108), + [anon_sym_continue_AT] = ACTIONS(3108), + [anon_sym_break_AT] = ACTIONS(3108), + [sym_real_literal] = ACTIONS(3108), + [sym_integer_literal] = ACTIONS(3102), + [sym_hex_literal] = ACTIONS(3108), + [sym_bin_literal] = ACTIONS(3108), + [anon_sym_true] = ACTIONS(3102), + [anon_sym_false] = ACTIONS(3102), + [anon_sym_SQUOTE] = ACTIONS(3108), + [sym__backtick_identifier] = ACTIONS(3108), + [sym__automatic_semicolon] = ACTIONS(3108), + [sym_safe_nav] = ACTIONS(3108), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3108), + }, + [419] = { + [sym_primary_constructor] = STATE(935), + [sym_class_body] = STATE(1069), + [sym__class_parameters] = STATE(976), + [sym_type_parameters] = STATE(434), + [sym_type_constraints] = STATE(966), + [sym_modifiers] = STATE(9192), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3146), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_COLON] = ACTIONS(3224), + [anon_sym_LBRACK] = ACTIONS(3150), + [anon_sym_as] = ACTIONS(3146), + [anon_sym_EQ] = ACTIONS(3146), + [anon_sym_constructor] = ACTIONS(3154), + [anon_sym_LBRACE] = ACTIONS(3180), + [anon_sym_RBRACE] = ACTIONS(3150), + [anon_sym_LPAREN] = ACTIONS(3158), + [anon_sym_LT] = ACTIONS(3116), + [anon_sym_GT] = ACTIONS(3146), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(3146), + [anon_sym_fun] = ACTIONS(3146), + [anon_sym_DOT] = ACTIONS(3146), + [anon_sym_SEMI] = ACTIONS(3150), + [anon_sym_get] = ACTIONS(3146), + [anon_sym_set] = ACTIONS(3146), + [anon_sym_this] = ACTIONS(3146), + [anon_sym_super] = ACTIONS(3146), + [anon_sym_STAR] = ACTIONS(3146), + [sym_label] = ACTIONS(3146), + [anon_sym_in] = ACTIONS(3146), + [anon_sym_DOT_DOT] = ACTIONS(3150), + [anon_sym_QMARK_COLON] = ACTIONS(3150), + [anon_sym_AMP_AMP] = ACTIONS(3150), + [anon_sym_PIPE_PIPE] = ACTIONS(3150), + [anon_sym_null] = ACTIONS(3146), + [anon_sym_if] = ACTIONS(3146), + [anon_sym_else] = ACTIONS(3146), + [anon_sym_when] = ACTIONS(3146), + [anon_sym_try] = ACTIONS(3146), + [anon_sym_throw] = ACTIONS(3146), + [anon_sym_return] = ACTIONS(3146), + [anon_sym_continue] = ACTIONS(3146), + [anon_sym_break] = ACTIONS(3146), + [anon_sym_COLON_COLON] = ACTIONS(3150), + [anon_sym_PLUS_EQ] = ACTIONS(3150), + [anon_sym_DASH_EQ] = ACTIONS(3150), + [anon_sym_STAR_EQ] = ACTIONS(3150), + [anon_sym_SLASH_EQ] = ACTIONS(3150), + [anon_sym_PERCENT_EQ] = ACTIONS(3150), + [anon_sym_BANG_EQ] = ACTIONS(3146), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3150), + [anon_sym_EQ_EQ] = ACTIONS(3146), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3150), + [anon_sym_LT_EQ] = ACTIONS(3150), + [anon_sym_GT_EQ] = ACTIONS(3150), + [anon_sym_BANGin] = ACTIONS(3150), + [anon_sym_is] = ACTIONS(3146), + [anon_sym_BANGis] = ACTIONS(3150), + [anon_sym_PLUS] = ACTIONS(3146), + [anon_sym_DASH] = ACTIONS(3146), + [anon_sym_SLASH] = ACTIONS(3146), + [anon_sym_PERCENT] = ACTIONS(3146), + [anon_sym_as_QMARK] = ACTIONS(3150), + [anon_sym_PLUS_PLUS] = ACTIONS(3150), + [anon_sym_DASH_DASH] = ACTIONS(3150), + [anon_sym_BANG] = ACTIONS(3146), + [anon_sym_BANG_BANG] = ACTIONS(3150), [anon_sym_suspend] = ACTIONS(3120), [anon_sym_sealed] = ACTIONS(3122), [anon_sym_annotation] = ACTIONS(3122), @@ -86713,102 +86699,102 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3134), [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3218), - [anon_sym_continue_AT] = ACTIONS(3218), - [anon_sym_break_AT] = ACTIONS(3218), - [sym_real_literal] = ACTIONS(3218), - [sym_integer_literal] = ACTIONS(3214), - [sym_hex_literal] = ACTIONS(3218), - [sym_bin_literal] = ACTIONS(3218), - [anon_sym_true] = ACTIONS(3214), - [anon_sym_false] = ACTIONS(3214), - [anon_sym_SQUOTE] = ACTIONS(3218), - [sym__backtick_identifier] = ACTIONS(3218), - [sym__automatic_semicolon] = ACTIONS(3218), - [sym_safe_nav] = ACTIONS(3218), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3218), + [anon_sym_return_AT] = ACTIONS(3150), + [anon_sym_continue_AT] = ACTIONS(3150), + [anon_sym_break_AT] = ACTIONS(3150), + [sym_real_literal] = ACTIONS(3150), + [sym_integer_literal] = ACTIONS(3146), + [sym_hex_literal] = ACTIONS(3150), + [sym_bin_literal] = ACTIONS(3150), + [anon_sym_true] = ACTIONS(3146), + [anon_sym_false] = ACTIONS(3146), + [anon_sym_SQUOTE] = ACTIONS(3150), + [sym__backtick_identifier] = ACTIONS(3150), + [sym__automatic_semicolon] = ACTIONS(3150), + [sym_safe_nav] = ACTIONS(3150), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3150), }, - [421] = { - [sym_primary_constructor] = STATE(839), - [sym__class_parameters] = STATE(963), - [sym_type_constraints] = STATE(1013), - [sym_enum_class_body] = STATE(1076), - [sym_modifiers] = STATE(9048), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3190), + [420] = { + [sym_primary_constructor] = STATE(2856), + [sym__class_parameters] = STATE(3113), + [sym_type_constraints] = STATE(3114), + [sym_enum_class_body] = STATE(3132), + [sym_modifiers] = STATE(9209), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3212), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(3228), - [anon_sym_LBRACK] = ACTIONS(3194), - [anon_sym_as] = ACTIONS(3190), - [anon_sym_EQ] = ACTIONS(3190), - [anon_sym_constructor] = ACTIONS(3142), - [anon_sym_LBRACE] = ACTIONS(3144), - [anon_sym_RBRACE] = ACTIONS(3194), - [anon_sym_LPAREN] = ACTIONS(3146), - [anon_sym_COMMA] = ACTIONS(3194), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3190), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(3190), - [anon_sym_fun] = ACTIONS(3190), - [anon_sym_DOT] = ACTIONS(3190), - [anon_sym_SEMI] = ACTIONS(3194), - [anon_sym_get] = ACTIONS(3190), - [anon_sym_set] = ACTIONS(3190), - [anon_sym_this] = ACTIONS(3190), - [anon_sym_super] = ACTIONS(3190), - [anon_sym_STAR] = ACTIONS(3190), - [sym_label] = ACTIONS(3190), - [anon_sym_in] = ACTIONS(3190), - [anon_sym_DOT_DOT] = ACTIONS(3194), - [anon_sym_QMARK_COLON] = ACTIONS(3194), - [anon_sym_AMP_AMP] = ACTIONS(3194), - [anon_sym_PIPE_PIPE] = ACTIONS(3194), - [anon_sym_null] = ACTIONS(3190), - [anon_sym_if] = ACTIONS(3190), - [anon_sym_else] = ACTIONS(3190), - [anon_sym_when] = ACTIONS(3190), - [anon_sym_try] = ACTIONS(3190), - [anon_sym_throw] = ACTIONS(3190), - [anon_sym_return] = ACTIONS(3190), - [anon_sym_continue] = ACTIONS(3190), - [anon_sym_break] = ACTIONS(3190), - [anon_sym_COLON_COLON] = ACTIONS(3194), - [anon_sym_PLUS_EQ] = ACTIONS(3194), - [anon_sym_DASH_EQ] = ACTIONS(3194), - [anon_sym_STAR_EQ] = ACTIONS(3194), - [anon_sym_SLASH_EQ] = ACTIONS(3194), - [anon_sym_PERCENT_EQ] = ACTIONS(3194), - [anon_sym_BANG_EQ] = ACTIONS(3190), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3194), - [anon_sym_EQ_EQ] = ACTIONS(3190), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3194), - [anon_sym_LT_EQ] = ACTIONS(3194), - [anon_sym_GT_EQ] = ACTIONS(3194), - [anon_sym_BANGin] = ACTIONS(3194), - [anon_sym_is] = ACTIONS(3190), - [anon_sym_BANGis] = ACTIONS(3194), - [anon_sym_PLUS] = ACTIONS(3190), - [anon_sym_DASH] = ACTIONS(3190), - [anon_sym_SLASH] = ACTIONS(3190), - [anon_sym_PERCENT] = ACTIONS(3190), - [anon_sym_as_QMARK] = ACTIONS(3194), - [anon_sym_PLUS_PLUS] = ACTIONS(3194), - [anon_sym_DASH_DASH] = ACTIONS(3194), - [anon_sym_BANG] = ACTIONS(3190), - [anon_sym_BANG_BANG] = ACTIONS(3194), + [anon_sym_COLON] = ACTIONS(3226), + [anon_sym_LBRACK] = ACTIONS(3216), + [anon_sym_as] = ACTIONS(3212), + [anon_sym_EQ] = ACTIONS(3212), + [anon_sym_constructor] = ACTIONS(3110), + [anon_sym_LBRACE] = ACTIONS(3112), + [anon_sym_RBRACE] = ACTIONS(3216), + [anon_sym_LPAREN] = ACTIONS(3114), + [anon_sym_COMMA] = ACTIONS(3216), + [anon_sym_LT] = ACTIONS(3212), + [anon_sym_GT] = ACTIONS(3212), + [anon_sym_where] = ACTIONS(3118), + [anon_sym_object] = ACTIONS(3212), + [anon_sym_fun] = ACTIONS(3212), + [anon_sym_DOT] = ACTIONS(3212), + [anon_sym_SEMI] = ACTIONS(3216), + [anon_sym_get] = ACTIONS(3212), + [anon_sym_set] = ACTIONS(3212), + [anon_sym_this] = ACTIONS(3212), + [anon_sym_super] = ACTIONS(3212), + [anon_sym_STAR] = ACTIONS(3212), + [sym_label] = ACTIONS(3212), + [anon_sym_in] = ACTIONS(3212), + [anon_sym_DOT_DOT] = ACTIONS(3216), + [anon_sym_QMARK_COLON] = ACTIONS(3216), + [anon_sym_AMP_AMP] = ACTIONS(3216), + [anon_sym_PIPE_PIPE] = ACTIONS(3216), + [anon_sym_null] = ACTIONS(3212), + [anon_sym_if] = ACTIONS(3212), + [anon_sym_else] = ACTIONS(3212), + [anon_sym_when] = ACTIONS(3212), + [anon_sym_try] = ACTIONS(3212), + [anon_sym_throw] = ACTIONS(3212), + [anon_sym_return] = ACTIONS(3212), + [anon_sym_continue] = ACTIONS(3212), + [anon_sym_break] = ACTIONS(3212), + [anon_sym_COLON_COLON] = ACTIONS(3216), + [anon_sym_PLUS_EQ] = ACTIONS(3216), + [anon_sym_DASH_EQ] = ACTIONS(3216), + [anon_sym_STAR_EQ] = ACTIONS(3216), + [anon_sym_SLASH_EQ] = ACTIONS(3216), + [anon_sym_PERCENT_EQ] = ACTIONS(3216), + [anon_sym_BANG_EQ] = ACTIONS(3212), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3216), + [anon_sym_EQ_EQ] = ACTIONS(3212), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3216), + [anon_sym_LT_EQ] = ACTIONS(3216), + [anon_sym_GT_EQ] = ACTIONS(3216), + [anon_sym_BANGin] = ACTIONS(3216), + [anon_sym_is] = ACTIONS(3212), + [anon_sym_BANGis] = ACTIONS(3216), + [anon_sym_PLUS] = ACTIONS(3212), + [anon_sym_DASH] = ACTIONS(3212), + [anon_sym_SLASH] = ACTIONS(3212), + [anon_sym_PERCENT] = ACTIONS(3212), + [anon_sym_as_QMARK] = ACTIONS(3216), + [anon_sym_PLUS_PLUS] = ACTIONS(3216), + [anon_sym_DASH_DASH] = ACTIONS(3216), + [anon_sym_BANG] = ACTIONS(3212), + [anon_sym_BANG_BANG] = ACTIONS(3216), [anon_sym_suspend] = ACTIONS(3120), [anon_sym_sealed] = ACTIONS(3122), [anon_sym_annotation] = ACTIONS(3122), @@ -86835,101 +86821,102 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3134), [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3194), - [anon_sym_continue_AT] = ACTIONS(3194), - [anon_sym_break_AT] = ACTIONS(3194), - [sym_real_literal] = ACTIONS(3194), - [sym_integer_literal] = ACTIONS(3190), - [sym_hex_literal] = ACTIONS(3194), - [sym_bin_literal] = ACTIONS(3194), - [anon_sym_true] = ACTIONS(3190), - [anon_sym_false] = ACTIONS(3190), - [anon_sym_SQUOTE] = ACTIONS(3194), - [sym__backtick_identifier] = ACTIONS(3194), - [sym__automatic_semicolon] = ACTIONS(3194), - [sym_safe_nav] = ACTIONS(3194), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3194), + [anon_sym_return_AT] = ACTIONS(3216), + [anon_sym_continue_AT] = ACTIONS(3216), + [anon_sym_break_AT] = ACTIONS(3216), + [sym_real_literal] = ACTIONS(3216), + [sym_integer_literal] = ACTIONS(3212), + [sym_hex_literal] = ACTIONS(3216), + [sym_bin_literal] = ACTIONS(3216), + [anon_sym_true] = ACTIONS(3212), + [anon_sym_false] = ACTIONS(3212), + [anon_sym_SQUOTE] = ACTIONS(3216), + [sym__backtick_identifier] = ACTIONS(3216), + [sym__automatic_semicolon] = ACTIONS(3216), + [sym_safe_nav] = ACTIONS(3216), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3216), }, - [422] = { - [sym_primary_constructor] = STATE(2922), - [sym__class_parameters] = STATE(3036), - [sym_type_constraints] = STATE(3090), - [sym_enum_class_body] = STATE(3190), - [sym_modifiers] = STATE(9011), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3204), + [421] = { + [sym_primary_constructor] = STATE(2848), + [sym_class_body] = STATE(3322), + [sym__class_parameters] = STATE(3113), + [sym_type_constraints] = STATE(3078), + [sym_modifiers] = STATE(9209), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3186), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(3230), - [anon_sym_LBRACK] = ACTIONS(3208), - [anon_sym_as] = ACTIONS(3204), - [anon_sym_EQ] = ACTIONS(3204), + [anon_sym_COLON] = ACTIONS(3228), + [anon_sym_LBRACK] = ACTIONS(3190), + [anon_sym_as] = ACTIONS(3186), + [anon_sym_EQ] = ACTIONS(3186), [anon_sym_constructor] = ACTIONS(3110), - [anon_sym_LBRACE] = ACTIONS(3152), - [anon_sym_RBRACE] = ACTIONS(3208), + [anon_sym_LBRACE] = ACTIONS(3144), + [anon_sym_RBRACE] = ACTIONS(3190), [anon_sym_LPAREN] = ACTIONS(3114), - [anon_sym_LT] = ACTIONS(3204), - [anon_sym_GT] = ACTIONS(3204), + [anon_sym_COMMA] = ACTIONS(3190), + [anon_sym_LT] = ACTIONS(3186), + [anon_sym_GT] = ACTIONS(3186), [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(3204), - [anon_sym_fun] = ACTIONS(3204), - [anon_sym_DOT] = ACTIONS(3204), - [anon_sym_SEMI] = ACTIONS(3208), - [anon_sym_get] = ACTIONS(3204), - [anon_sym_set] = ACTIONS(3204), - [anon_sym_this] = ACTIONS(3204), - [anon_sym_super] = ACTIONS(3204), - [anon_sym_STAR] = ACTIONS(3204), - [sym_label] = ACTIONS(3204), - [anon_sym_in] = ACTIONS(3204), - [anon_sym_DOT_DOT] = ACTIONS(3208), - [anon_sym_QMARK_COLON] = ACTIONS(3208), - [anon_sym_AMP_AMP] = ACTIONS(3208), - [anon_sym_PIPE_PIPE] = ACTIONS(3208), - [anon_sym_null] = ACTIONS(3204), - [anon_sym_if] = ACTIONS(3204), - [anon_sym_else] = ACTIONS(3204), - [anon_sym_when] = ACTIONS(3204), - [anon_sym_try] = ACTIONS(3204), - [anon_sym_throw] = ACTIONS(3204), - [anon_sym_return] = ACTIONS(3204), - [anon_sym_continue] = ACTIONS(3204), - [anon_sym_break] = ACTIONS(3204), - [anon_sym_COLON_COLON] = ACTIONS(3208), - [anon_sym_PLUS_EQ] = ACTIONS(3208), - [anon_sym_DASH_EQ] = ACTIONS(3208), - [anon_sym_STAR_EQ] = ACTIONS(3208), - [anon_sym_SLASH_EQ] = ACTIONS(3208), - [anon_sym_PERCENT_EQ] = ACTIONS(3208), - [anon_sym_BANG_EQ] = ACTIONS(3204), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3208), - [anon_sym_EQ_EQ] = ACTIONS(3204), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3208), - [anon_sym_LT_EQ] = ACTIONS(3208), - [anon_sym_GT_EQ] = ACTIONS(3208), - [anon_sym_BANGin] = ACTIONS(3208), - [anon_sym_is] = ACTIONS(3204), - [anon_sym_BANGis] = ACTIONS(3208), - [anon_sym_PLUS] = ACTIONS(3204), - [anon_sym_DASH] = ACTIONS(3204), - [anon_sym_SLASH] = ACTIONS(3204), - [anon_sym_PERCENT] = ACTIONS(3204), - [anon_sym_as_QMARK] = ACTIONS(3208), - [anon_sym_PLUS_PLUS] = ACTIONS(3208), - [anon_sym_DASH_DASH] = ACTIONS(3208), - [anon_sym_BANG] = ACTIONS(3204), - [anon_sym_BANG_BANG] = ACTIONS(3208), + [anon_sym_object] = ACTIONS(3186), + [anon_sym_fun] = ACTIONS(3186), + [anon_sym_DOT] = ACTIONS(3186), + [anon_sym_SEMI] = ACTIONS(3190), + [anon_sym_get] = ACTIONS(3186), + [anon_sym_set] = ACTIONS(3186), + [anon_sym_this] = ACTIONS(3186), + [anon_sym_super] = ACTIONS(3186), + [anon_sym_STAR] = ACTIONS(3186), + [sym_label] = ACTIONS(3186), + [anon_sym_in] = ACTIONS(3186), + [anon_sym_DOT_DOT] = ACTIONS(3190), + [anon_sym_QMARK_COLON] = ACTIONS(3190), + [anon_sym_AMP_AMP] = ACTIONS(3190), + [anon_sym_PIPE_PIPE] = ACTIONS(3190), + [anon_sym_null] = ACTIONS(3186), + [anon_sym_if] = ACTIONS(3186), + [anon_sym_else] = ACTIONS(3186), + [anon_sym_when] = ACTIONS(3186), + [anon_sym_try] = ACTIONS(3186), + [anon_sym_throw] = ACTIONS(3186), + [anon_sym_return] = ACTIONS(3186), + [anon_sym_continue] = ACTIONS(3186), + [anon_sym_break] = ACTIONS(3186), + [anon_sym_COLON_COLON] = ACTIONS(3190), + [anon_sym_PLUS_EQ] = ACTIONS(3190), + [anon_sym_DASH_EQ] = ACTIONS(3190), + [anon_sym_STAR_EQ] = ACTIONS(3190), + [anon_sym_SLASH_EQ] = ACTIONS(3190), + [anon_sym_PERCENT_EQ] = ACTIONS(3190), + [anon_sym_BANG_EQ] = ACTIONS(3186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3190), + [anon_sym_EQ_EQ] = ACTIONS(3186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3190), + [anon_sym_LT_EQ] = ACTIONS(3190), + [anon_sym_GT_EQ] = ACTIONS(3190), + [anon_sym_BANGin] = ACTIONS(3190), + [anon_sym_is] = ACTIONS(3186), + [anon_sym_BANGis] = ACTIONS(3190), + [anon_sym_PLUS] = ACTIONS(3186), + [anon_sym_DASH] = ACTIONS(3186), + [anon_sym_SLASH] = ACTIONS(3186), + [anon_sym_PERCENT] = ACTIONS(3186), + [anon_sym_as_QMARK] = ACTIONS(3190), + [anon_sym_PLUS_PLUS] = ACTIONS(3190), + [anon_sym_DASH_DASH] = ACTIONS(3190), + [anon_sym_BANG] = ACTIONS(3186), + [anon_sym_BANG_BANG] = ACTIONS(3190), [anon_sym_suspend] = ACTIONS(3120), [anon_sym_sealed] = ACTIONS(3122), [anon_sym_annotation] = ACTIONS(3122), @@ -86956,101 +86943,101 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3134), [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3208), - [anon_sym_continue_AT] = ACTIONS(3208), - [anon_sym_break_AT] = ACTIONS(3208), - [sym_real_literal] = ACTIONS(3208), - [sym_integer_literal] = ACTIONS(3204), - [sym_hex_literal] = ACTIONS(3208), - [sym_bin_literal] = ACTIONS(3208), - [anon_sym_true] = ACTIONS(3204), - [anon_sym_false] = ACTIONS(3204), - [anon_sym_SQUOTE] = ACTIONS(3208), - [sym__backtick_identifier] = ACTIONS(3208), - [sym__automatic_semicolon] = ACTIONS(3208), - [sym_safe_nav] = ACTIONS(3208), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3208), + [anon_sym_return_AT] = ACTIONS(3190), + [anon_sym_continue_AT] = ACTIONS(3190), + [anon_sym_break_AT] = ACTIONS(3190), + [sym_real_literal] = ACTIONS(3190), + [sym_integer_literal] = ACTIONS(3186), + [sym_hex_literal] = ACTIONS(3190), + [sym_bin_literal] = ACTIONS(3190), + [anon_sym_true] = ACTIONS(3186), + [anon_sym_false] = ACTIONS(3186), + [anon_sym_SQUOTE] = ACTIONS(3190), + [sym__backtick_identifier] = ACTIONS(3190), + [sym__automatic_semicolon] = ACTIONS(3190), + [sym_safe_nav] = ACTIONS(3190), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3190), }, - [423] = { - [sym_type_constraints] = STATE(451), - [sym_property_delegate] = STATE(504), - [sym_getter] = STATE(3166), - [sym_setter] = STATE(3166), - [sym_modifiers] = STATE(8582), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), + [422] = { + [sym_type_constraints] = STATE(457), + [sym_property_delegate] = STATE(509), + [sym_getter] = STATE(3225), + [sym_setter] = STATE(3225), + [sym_modifiers] = STATE(8689), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3230), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_EQ] = ACTIONS(3234), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_COMMA] = ACTIONS(1778), - [anon_sym_by] = ACTIONS(3236), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(1776), - [anon_sym_fun] = ACTIONS(1776), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(1792), - [anon_sym_get] = ACTIONS(3238), - [anon_sym_set] = ACTIONS(3240), - [anon_sym_this] = ACTIONS(1776), - [anon_sym_super] = ACTIONS(1776), - [anon_sym_STAR] = ACTIONS(1776), - [sym_label] = ACTIONS(1776), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_null] = ACTIONS(1776), - [anon_sym_if] = ACTIONS(1776), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_when] = ACTIONS(1776), - [anon_sym_try] = ACTIONS(1776), - [anon_sym_throw] = ACTIONS(1776), - [anon_sym_return] = ACTIONS(1776), - [anon_sym_continue] = ACTIONS(1776), - [anon_sym_break] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_PLUS_EQ] = ACTIONS(1778), - [anon_sym_DASH_EQ] = ACTIONS(1778), - [anon_sym_STAR_EQ] = ACTIONS(1778), - [anon_sym_SLASH_EQ] = ACTIONS(1778), - [anon_sym_PERCENT_EQ] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1776), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG] = ACTIONS(1776), - [anon_sym_BANG_BANG] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(3234), + [anon_sym_as] = ACTIONS(3230), + [anon_sym_EQ] = ACTIONS(3236), + [anon_sym_LBRACE] = ACTIONS(3234), + [anon_sym_RBRACE] = ACTIONS(3234), + [anon_sym_LPAREN] = ACTIONS(3234), + [anon_sym_COMMA] = ACTIONS(3234), + [anon_sym_by] = ACTIONS(3238), + [anon_sym_LT] = ACTIONS(3230), + [anon_sym_GT] = ACTIONS(3230), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(3230), + [anon_sym_fun] = ACTIONS(3230), + [anon_sym_DOT] = ACTIONS(3230), + [anon_sym_SEMI] = ACTIONS(3240), + [anon_sym_get] = ACTIONS(3242), + [anon_sym_set] = ACTIONS(3244), + [anon_sym_this] = ACTIONS(3230), + [anon_sym_super] = ACTIONS(3230), + [anon_sym_STAR] = ACTIONS(3230), + [sym_label] = ACTIONS(3230), + [anon_sym_in] = ACTIONS(3230), + [anon_sym_DOT_DOT] = ACTIONS(3234), + [anon_sym_QMARK_COLON] = ACTIONS(3234), + [anon_sym_AMP_AMP] = ACTIONS(3234), + [anon_sym_PIPE_PIPE] = ACTIONS(3234), + [anon_sym_null] = ACTIONS(3230), + [anon_sym_if] = ACTIONS(3230), + [anon_sym_else] = ACTIONS(3230), + [anon_sym_when] = ACTIONS(3230), + [anon_sym_try] = ACTIONS(3230), + [anon_sym_throw] = ACTIONS(3230), + [anon_sym_return] = ACTIONS(3230), + [anon_sym_continue] = ACTIONS(3230), + [anon_sym_break] = ACTIONS(3230), + [anon_sym_COLON_COLON] = ACTIONS(3234), + [anon_sym_PLUS_EQ] = ACTIONS(3234), + [anon_sym_DASH_EQ] = ACTIONS(3234), + [anon_sym_STAR_EQ] = ACTIONS(3234), + [anon_sym_SLASH_EQ] = ACTIONS(3234), + [anon_sym_PERCENT_EQ] = ACTIONS(3234), + [anon_sym_BANG_EQ] = ACTIONS(3230), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3234), + [anon_sym_EQ_EQ] = ACTIONS(3230), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3234), + [anon_sym_LT_EQ] = ACTIONS(3234), + [anon_sym_GT_EQ] = ACTIONS(3234), + [anon_sym_BANGin] = ACTIONS(3234), + [anon_sym_is] = ACTIONS(3230), + [anon_sym_BANGis] = ACTIONS(3234), + [anon_sym_PLUS] = ACTIONS(3230), + [anon_sym_DASH] = ACTIONS(3230), + [anon_sym_SLASH] = ACTIONS(3230), + [anon_sym_PERCENT] = ACTIONS(3230), + [anon_sym_as_QMARK] = ACTIONS(3234), + [anon_sym_PLUS_PLUS] = ACTIONS(3234), + [anon_sym_DASH_DASH] = ACTIONS(3234), + [anon_sym_BANG] = ACTIONS(3230), + [anon_sym_BANG_BANG] = ACTIONS(3234), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -87074,104 +87061,104 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1778), - [anon_sym_continue_AT] = ACTIONS(1778), - [anon_sym_break_AT] = ACTIONS(1778), - [sym_real_literal] = ACTIONS(1778), - [sym_integer_literal] = ACTIONS(1776), - [sym_hex_literal] = ACTIONS(1778), - [sym_bin_literal] = ACTIONS(1778), - [anon_sym_true] = ACTIONS(1776), - [anon_sym_false] = ACTIONS(1776), - [anon_sym_SQUOTE] = ACTIONS(1778), - [sym__backtick_identifier] = ACTIONS(1778), - [sym__automatic_semicolon] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1778), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3234), + [anon_sym_continue_AT] = ACTIONS(3234), + [anon_sym_break_AT] = ACTIONS(3234), + [sym_real_literal] = ACTIONS(3234), + [sym_integer_literal] = ACTIONS(3230), + [sym_hex_literal] = ACTIONS(3234), + [sym_bin_literal] = ACTIONS(3234), + [anon_sym_true] = ACTIONS(3230), + [anon_sym_false] = ACTIONS(3230), + [anon_sym_SQUOTE] = ACTIONS(3234), + [sym__backtick_identifier] = ACTIONS(3234), + [sym__automatic_semicolon] = ACTIONS(3234), + [sym_safe_nav] = ACTIONS(3234), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3234), }, - [424] = { - [sym_type_constraints] = STATE(455), - [sym_property_delegate] = STATE(484), - [sym_getter] = STATE(1052), - [sym_setter] = STATE(1052), - [sym_modifiers] = STATE(8548), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1764), + [423] = { + [sym_type_constraints] = STATE(458), + [sym_property_delegate] = STATE(513), + [sym_getter] = STATE(3129), + [sym_setter] = STATE(3129), + [sym_modifiers] = STATE(8689), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1752), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1766), - [anon_sym_as] = ACTIONS(1764), - [anon_sym_EQ] = ACTIONS(3244), - [anon_sym_LBRACE] = ACTIONS(1766), - [anon_sym_RBRACE] = ACTIONS(1766), - [anon_sym_LPAREN] = ACTIONS(1766), - [anon_sym_COMMA] = ACTIONS(1766), - [anon_sym_by] = ACTIONS(3236), - [anon_sym_LT] = ACTIONS(1764), - [anon_sym_GT] = ACTIONS(1764), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(1764), - [anon_sym_fun] = ACTIONS(1764), - [anon_sym_DOT] = ACTIONS(1764), - [anon_sym_SEMI] = ACTIONS(1794), - [anon_sym_get] = ACTIONS(3246), - [anon_sym_set] = ACTIONS(3248), - [anon_sym_this] = ACTIONS(1764), - [anon_sym_super] = ACTIONS(1764), - [anon_sym_STAR] = ACTIONS(1764), - [sym_label] = ACTIONS(1764), - [anon_sym_in] = ACTIONS(1764), - [anon_sym_DOT_DOT] = ACTIONS(1766), - [anon_sym_QMARK_COLON] = ACTIONS(1766), - [anon_sym_AMP_AMP] = ACTIONS(1766), - [anon_sym_PIPE_PIPE] = ACTIONS(1766), - [anon_sym_null] = ACTIONS(1764), - [anon_sym_if] = ACTIONS(1764), - [anon_sym_else] = ACTIONS(1764), - [anon_sym_when] = ACTIONS(1764), - [anon_sym_try] = ACTIONS(1764), - [anon_sym_throw] = ACTIONS(1764), - [anon_sym_return] = ACTIONS(1764), - [anon_sym_continue] = ACTIONS(1764), - [anon_sym_break] = ACTIONS(1764), - [anon_sym_COLON_COLON] = ACTIONS(1766), - [anon_sym_PLUS_EQ] = ACTIONS(1766), - [anon_sym_DASH_EQ] = ACTIONS(1766), - [anon_sym_STAR_EQ] = ACTIONS(1766), - [anon_sym_SLASH_EQ] = ACTIONS(1766), - [anon_sym_PERCENT_EQ] = ACTIONS(1766), - [anon_sym_BANG_EQ] = ACTIONS(1764), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), - [anon_sym_EQ_EQ] = ACTIONS(1764), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1766), - [anon_sym_LT_EQ] = ACTIONS(1766), - [anon_sym_GT_EQ] = ACTIONS(1766), - [anon_sym_BANGin] = ACTIONS(1766), - [anon_sym_is] = ACTIONS(1764), - [anon_sym_BANGis] = ACTIONS(1766), - [anon_sym_PLUS] = ACTIONS(1764), - [anon_sym_DASH] = ACTIONS(1764), - [anon_sym_SLASH] = ACTIONS(1764), - [anon_sym_PERCENT] = ACTIONS(1764), - [anon_sym_as_QMARK] = ACTIONS(1766), - [anon_sym_PLUS_PLUS] = ACTIONS(1766), - [anon_sym_DASH_DASH] = ACTIONS(1766), - [anon_sym_BANG] = ACTIONS(1764), - [anon_sym_BANG_BANG] = ACTIONS(1766), + [anon_sym_LBRACK] = ACTIONS(1754), + [anon_sym_as] = ACTIONS(1752), + [anon_sym_EQ] = ACTIONS(3248), + [anon_sym_LBRACE] = ACTIONS(1754), + [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_LPAREN] = ACTIONS(1754), + [anon_sym_COMMA] = ACTIONS(1754), + [anon_sym_by] = ACTIONS(3238), + [anon_sym_LT] = ACTIONS(1752), + [anon_sym_GT] = ACTIONS(1752), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(1752), + [anon_sym_fun] = ACTIONS(1752), + [anon_sym_DOT] = ACTIONS(1752), + [anon_sym_SEMI] = ACTIONS(1756), + [anon_sym_get] = ACTIONS(3242), + [anon_sym_set] = ACTIONS(3244), + [anon_sym_this] = ACTIONS(1752), + [anon_sym_super] = ACTIONS(1752), + [anon_sym_STAR] = ACTIONS(1752), + [sym_label] = ACTIONS(1752), + [anon_sym_in] = ACTIONS(1752), + [anon_sym_DOT_DOT] = ACTIONS(1754), + [anon_sym_QMARK_COLON] = ACTIONS(1754), + [anon_sym_AMP_AMP] = ACTIONS(1754), + [anon_sym_PIPE_PIPE] = ACTIONS(1754), + [anon_sym_null] = ACTIONS(1752), + [anon_sym_if] = ACTIONS(1752), + [anon_sym_else] = ACTIONS(1752), + [anon_sym_when] = ACTIONS(1752), + [anon_sym_try] = ACTIONS(1752), + [anon_sym_throw] = ACTIONS(1752), + [anon_sym_return] = ACTIONS(1752), + [anon_sym_continue] = ACTIONS(1752), + [anon_sym_break] = ACTIONS(1752), + [anon_sym_COLON_COLON] = ACTIONS(1754), + [anon_sym_PLUS_EQ] = ACTIONS(1754), + [anon_sym_DASH_EQ] = ACTIONS(1754), + [anon_sym_STAR_EQ] = ACTIONS(1754), + [anon_sym_SLASH_EQ] = ACTIONS(1754), + [anon_sym_PERCENT_EQ] = ACTIONS(1754), + [anon_sym_BANG_EQ] = ACTIONS(1752), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), + [anon_sym_EQ_EQ] = ACTIONS(1752), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), + [anon_sym_LT_EQ] = ACTIONS(1754), + [anon_sym_GT_EQ] = ACTIONS(1754), + [anon_sym_BANGin] = ACTIONS(1754), + [anon_sym_is] = ACTIONS(1752), + [anon_sym_BANGis] = ACTIONS(1754), + [anon_sym_PLUS] = ACTIONS(1752), + [anon_sym_DASH] = ACTIONS(1752), + [anon_sym_SLASH] = ACTIONS(1752), + [anon_sym_PERCENT] = ACTIONS(1752), + [anon_sym_as_QMARK] = ACTIONS(1754), + [anon_sym_PLUS_PLUS] = ACTIONS(1754), + [anon_sym_DASH_DASH] = ACTIONS(1754), + [anon_sym_BANG] = ACTIONS(1752), + [anon_sym_BANG_BANG] = ACTIONS(1754), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -87195,104 +87182,104 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1766), - [anon_sym_continue_AT] = ACTIONS(1766), - [anon_sym_break_AT] = ACTIONS(1766), - [sym_real_literal] = ACTIONS(1766), - [sym_integer_literal] = ACTIONS(1764), - [sym_hex_literal] = ACTIONS(1766), - [sym_bin_literal] = ACTIONS(1766), - [anon_sym_true] = ACTIONS(1764), - [anon_sym_false] = ACTIONS(1764), - [anon_sym_SQUOTE] = ACTIONS(1766), - [sym__backtick_identifier] = ACTIONS(1766), - [sym__automatic_semicolon] = ACTIONS(1766), - [sym_safe_nav] = ACTIONS(1766), + [anon_sym_return_AT] = ACTIONS(1754), + [anon_sym_continue_AT] = ACTIONS(1754), + [anon_sym_break_AT] = ACTIONS(1754), + [sym_real_literal] = ACTIONS(1754), + [sym_integer_literal] = ACTIONS(1752), + [sym_hex_literal] = ACTIONS(1754), + [sym_bin_literal] = ACTIONS(1754), + [anon_sym_true] = ACTIONS(1752), + [anon_sym_false] = ACTIONS(1752), + [anon_sym_SQUOTE] = ACTIONS(1754), + [sym__backtick_identifier] = ACTIONS(1754), + [sym__automatic_semicolon] = ACTIONS(1754), + [sym_safe_nav] = ACTIONS(1754), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1766), + [sym__string_start] = ACTIONS(1754), }, - [425] = { - [sym_primary_constructor] = STATE(884), - [sym__class_parameters] = STATE(963), - [sym_type_constraints] = STATE(1015), - [sym_enum_class_body] = STATE(1077), - [sym_modifiers] = STATE(9048), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3204), + [424] = { + [sym_primary_constructor] = STATE(919), + [sym_class_body] = STATE(1181), + [sym__class_parameters] = STATE(976), + [sym_type_constraints] = STATE(1022), + [sym_modifiers] = STATE(9192), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3186), [anon_sym_AT] = ACTIONS(3104), [anon_sym_COLON] = ACTIONS(3250), - [anon_sym_LBRACK] = ACTIONS(3208), - [anon_sym_as] = ACTIONS(3204), - [anon_sym_EQ] = ACTIONS(3204), - [anon_sym_constructor] = ACTIONS(3142), - [anon_sym_LBRACE] = ACTIONS(3144), - [anon_sym_RBRACE] = ACTIONS(3208), - [anon_sym_LPAREN] = ACTIONS(3146), - [anon_sym_LT] = ACTIONS(3204), - [anon_sym_GT] = ACTIONS(3204), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(3204), - [anon_sym_fun] = ACTIONS(3204), - [anon_sym_DOT] = ACTIONS(3204), - [anon_sym_SEMI] = ACTIONS(3208), - [anon_sym_get] = ACTIONS(3204), - [anon_sym_set] = ACTIONS(3204), - [anon_sym_this] = ACTIONS(3204), - [anon_sym_super] = ACTIONS(3204), - [anon_sym_STAR] = ACTIONS(3204), - [sym_label] = ACTIONS(3204), - [anon_sym_in] = ACTIONS(3204), - [anon_sym_DOT_DOT] = ACTIONS(3208), - [anon_sym_QMARK_COLON] = ACTIONS(3208), - [anon_sym_AMP_AMP] = ACTIONS(3208), - [anon_sym_PIPE_PIPE] = ACTIONS(3208), - [anon_sym_null] = ACTIONS(3204), - [anon_sym_if] = ACTIONS(3204), - [anon_sym_else] = ACTIONS(3204), - [anon_sym_when] = ACTIONS(3204), - [anon_sym_try] = ACTIONS(3204), - [anon_sym_throw] = ACTIONS(3204), - [anon_sym_return] = ACTIONS(3204), - [anon_sym_continue] = ACTIONS(3204), - [anon_sym_break] = ACTIONS(3204), - [anon_sym_COLON_COLON] = ACTIONS(3208), - [anon_sym_PLUS_EQ] = ACTIONS(3208), - [anon_sym_DASH_EQ] = ACTIONS(3208), - [anon_sym_STAR_EQ] = ACTIONS(3208), - [anon_sym_SLASH_EQ] = ACTIONS(3208), - [anon_sym_PERCENT_EQ] = ACTIONS(3208), - [anon_sym_BANG_EQ] = ACTIONS(3204), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3208), - [anon_sym_EQ_EQ] = ACTIONS(3204), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3208), - [anon_sym_LT_EQ] = ACTIONS(3208), - [anon_sym_GT_EQ] = ACTIONS(3208), - [anon_sym_BANGin] = ACTIONS(3208), - [anon_sym_is] = ACTIONS(3204), - [anon_sym_BANGis] = ACTIONS(3208), - [anon_sym_PLUS] = ACTIONS(3204), - [anon_sym_DASH] = ACTIONS(3204), - [anon_sym_SLASH] = ACTIONS(3204), - [anon_sym_PERCENT] = ACTIONS(3204), - [anon_sym_as_QMARK] = ACTIONS(3208), - [anon_sym_PLUS_PLUS] = ACTIONS(3208), - [anon_sym_DASH_DASH] = ACTIONS(3208), - [anon_sym_BANG] = ACTIONS(3204), - [anon_sym_BANG_BANG] = ACTIONS(3208), + [anon_sym_LBRACK] = ACTIONS(3190), + [anon_sym_as] = ACTIONS(3186), + [anon_sym_EQ] = ACTIONS(3186), + [anon_sym_constructor] = ACTIONS(3154), + [anon_sym_LBRACE] = ACTIONS(3180), + [anon_sym_RBRACE] = ACTIONS(3190), + [anon_sym_LPAREN] = ACTIONS(3158), + [anon_sym_LT] = ACTIONS(3186), + [anon_sym_GT] = ACTIONS(3186), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(3186), + [anon_sym_fun] = ACTIONS(3186), + [anon_sym_DOT] = ACTIONS(3186), + [anon_sym_SEMI] = ACTIONS(3190), + [anon_sym_get] = ACTIONS(3186), + [anon_sym_set] = ACTIONS(3186), + [anon_sym_this] = ACTIONS(3186), + [anon_sym_super] = ACTIONS(3186), + [anon_sym_STAR] = ACTIONS(3186), + [sym_label] = ACTIONS(3186), + [anon_sym_in] = ACTIONS(3186), + [anon_sym_DOT_DOT] = ACTIONS(3190), + [anon_sym_QMARK_COLON] = ACTIONS(3190), + [anon_sym_AMP_AMP] = ACTIONS(3190), + [anon_sym_PIPE_PIPE] = ACTIONS(3190), + [anon_sym_null] = ACTIONS(3186), + [anon_sym_if] = ACTIONS(3186), + [anon_sym_else] = ACTIONS(3186), + [anon_sym_when] = ACTIONS(3186), + [anon_sym_try] = ACTIONS(3186), + [anon_sym_throw] = ACTIONS(3186), + [anon_sym_return] = ACTIONS(3186), + [anon_sym_continue] = ACTIONS(3186), + [anon_sym_break] = ACTIONS(3186), + [anon_sym_COLON_COLON] = ACTIONS(3190), + [anon_sym_PLUS_EQ] = ACTIONS(3190), + [anon_sym_DASH_EQ] = ACTIONS(3190), + [anon_sym_STAR_EQ] = ACTIONS(3190), + [anon_sym_SLASH_EQ] = ACTIONS(3190), + [anon_sym_PERCENT_EQ] = ACTIONS(3190), + [anon_sym_BANG_EQ] = ACTIONS(3186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3190), + [anon_sym_EQ_EQ] = ACTIONS(3186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3190), + [anon_sym_LT_EQ] = ACTIONS(3190), + [anon_sym_GT_EQ] = ACTIONS(3190), + [anon_sym_BANGin] = ACTIONS(3190), + [anon_sym_is] = ACTIONS(3186), + [anon_sym_BANGis] = ACTIONS(3190), + [anon_sym_PLUS] = ACTIONS(3186), + [anon_sym_DASH] = ACTIONS(3186), + [anon_sym_SLASH] = ACTIONS(3186), + [anon_sym_PERCENT] = ACTIONS(3186), + [anon_sym_as_QMARK] = ACTIONS(3190), + [anon_sym_PLUS_PLUS] = ACTIONS(3190), + [anon_sym_DASH_DASH] = ACTIONS(3190), + [anon_sym_BANG] = ACTIONS(3186), + [anon_sym_BANG_BANG] = ACTIONS(3190), [anon_sym_suspend] = ACTIONS(3120), [anon_sym_sealed] = ACTIONS(3122), [anon_sym_annotation] = ACTIONS(3122), @@ -87319,101 +87306,101 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3134), [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3208), - [anon_sym_continue_AT] = ACTIONS(3208), - [anon_sym_break_AT] = ACTIONS(3208), - [sym_real_literal] = ACTIONS(3208), - [sym_integer_literal] = ACTIONS(3204), - [sym_hex_literal] = ACTIONS(3208), - [sym_bin_literal] = ACTIONS(3208), - [anon_sym_true] = ACTIONS(3204), - [anon_sym_false] = ACTIONS(3204), - [anon_sym_SQUOTE] = ACTIONS(3208), - [sym__backtick_identifier] = ACTIONS(3208), - [sym__automatic_semicolon] = ACTIONS(3208), - [sym_safe_nav] = ACTIONS(3208), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3208), + [anon_sym_return_AT] = ACTIONS(3190), + [anon_sym_continue_AT] = ACTIONS(3190), + [anon_sym_break_AT] = ACTIONS(3190), + [sym_real_literal] = ACTIONS(3190), + [sym_integer_literal] = ACTIONS(3186), + [sym_hex_literal] = ACTIONS(3190), + [sym_bin_literal] = ACTIONS(3190), + [anon_sym_true] = ACTIONS(3186), + [anon_sym_false] = ACTIONS(3186), + [anon_sym_SQUOTE] = ACTIONS(3190), + [sym__backtick_identifier] = ACTIONS(3190), + [sym__automatic_semicolon] = ACTIONS(3190), + [sym_safe_nav] = ACTIONS(3190), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3190), }, - [426] = { - [sym_primary_constructor] = STATE(2987), - [sym_class_body] = STATE(3437), - [sym__class_parameters] = STATE(3036), - [sym_type_constraints] = STATE(3000), - [sym_modifiers] = STATE(9011), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3214), + [425] = { + [sym_primary_constructor] = STATE(2929), + [sym__class_parameters] = STATE(3113), + [sym_type_constraints] = STATE(3114), + [sym_enum_class_body] = STATE(3132), + [sym_modifiers] = STATE(9209), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3212), [anon_sym_AT] = ACTIONS(3104), [anon_sym_COLON] = ACTIONS(3252), - [anon_sym_LBRACK] = ACTIONS(3218), - [anon_sym_as] = ACTIONS(3214), - [anon_sym_EQ] = ACTIONS(3214), + [anon_sym_LBRACK] = ACTIONS(3216), + [anon_sym_as] = ACTIONS(3212), + [anon_sym_EQ] = ACTIONS(3212), [anon_sym_constructor] = ACTIONS(3110), [anon_sym_LBRACE] = ACTIONS(3112), - [anon_sym_RBRACE] = ACTIONS(3218), + [anon_sym_RBRACE] = ACTIONS(3216), [anon_sym_LPAREN] = ACTIONS(3114), - [anon_sym_LT] = ACTIONS(3214), - [anon_sym_GT] = ACTIONS(3214), + [anon_sym_LT] = ACTIONS(3212), + [anon_sym_GT] = ACTIONS(3212), [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(3214), - [anon_sym_fun] = ACTIONS(3214), - [anon_sym_DOT] = ACTIONS(3214), - [anon_sym_SEMI] = ACTIONS(3218), - [anon_sym_get] = ACTIONS(3214), - [anon_sym_set] = ACTIONS(3214), - [anon_sym_this] = ACTIONS(3214), - [anon_sym_super] = ACTIONS(3214), - [anon_sym_STAR] = ACTIONS(3214), - [sym_label] = ACTIONS(3214), - [anon_sym_in] = ACTIONS(3214), - [anon_sym_DOT_DOT] = ACTIONS(3218), - [anon_sym_QMARK_COLON] = ACTIONS(3218), - [anon_sym_AMP_AMP] = ACTIONS(3218), - [anon_sym_PIPE_PIPE] = ACTIONS(3218), - [anon_sym_null] = ACTIONS(3214), - [anon_sym_if] = ACTIONS(3214), - [anon_sym_else] = ACTIONS(3214), - [anon_sym_when] = ACTIONS(3214), - [anon_sym_try] = ACTIONS(3214), - [anon_sym_throw] = ACTIONS(3214), - [anon_sym_return] = ACTIONS(3214), - [anon_sym_continue] = ACTIONS(3214), - [anon_sym_break] = ACTIONS(3214), - [anon_sym_COLON_COLON] = ACTIONS(3218), - [anon_sym_PLUS_EQ] = ACTIONS(3218), - [anon_sym_DASH_EQ] = ACTIONS(3218), - [anon_sym_STAR_EQ] = ACTIONS(3218), - [anon_sym_SLASH_EQ] = ACTIONS(3218), - [anon_sym_PERCENT_EQ] = ACTIONS(3218), - [anon_sym_BANG_EQ] = ACTIONS(3214), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3218), - [anon_sym_EQ_EQ] = ACTIONS(3214), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3218), - [anon_sym_LT_EQ] = ACTIONS(3218), - [anon_sym_GT_EQ] = ACTIONS(3218), - [anon_sym_BANGin] = ACTIONS(3218), - [anon_sym_is] = ACTIONS(3214), - [anon_sym_BANGis] = ACTIONS(3218), - [anon_sym_PLUS] = ACTIONS(3214), - [anon_sym_DASH] = ACTIONS(3214), - [anon_sym_SLASH] = ACTIONS(3214), - [anon_sym_PERCENT] = ACTIONS(3214), - [anon_sym_as_QMARK] = ACTIONS(3218), - [anon_sym_PLUS_PLUS] = ACTIONS(3218), - [anon_sym_DASH_DASH] = ACTIONS(3218), - [anon_sym_BANG] = ACTIONS(3214), - [anon_sym_BANG_BANG] = ACTIONS(3218), + [anon_sym_object] = ACTIONS(3212), + [anon_sym_fun] = ACTIONS(3212), + [anon_sym_DOT] = ACTIONS(3212), + [anon_sym_SEMI] = ACTIONS(3216), + [anon_sym_get] = ACTIONS(3212), + [anon_sym_set] = ACTIONS(3212), + [anon_sym_this] = ACTIONS(3212), + [anon_sym_super] = ACTIONS(3212), + [anon_sym_STAR] = ACTIONS(3212), + [sym_label] = ACTIONS(3212), + [anon_sym_in] = ACTIONS(3212), + [anon_sym_DOT_DOT] = ACTIONS(3216), + [anon_sym_QMARK_COLON] = ACTIONS(3216), + [anon_sym_AMP_AMP] = ACTIONS(3216), + [anon_sym_PIPE_PIPE] = ACTIONS(3216), + [anon_sym_null] = ACTIONS(3212), + [anon_sym_if] = ACTIONS(3212), + [anon_sym_else] = ACTIONS(3212), + [anon_sym_when] = ACTIONS(3212), + [anon_sym_try] = ACTIONS(3212), + [anon_sym_throw] = ACTIONS(3212), + [anon_sym_return] = ACTIONS(3212), + [anon_sym_continue] = ACTIONS(3212), + [anon_sym_break] = ACTIONS(3212), + [anon_sym_COLON_COLON] = ACTIONS(3216), + [anon_sym_PLUS_EQ] = ACTIONS(3216), + [anon_sym_DASH_EQ] = ACTIONS(3216), + [anon_sym_STAR_EQ] = ACTIONS(3216), + [anon_sym_SLASH_EQ] = ACTIONS(3216), + [anon_sym_PERCENT_EQ] = ACTIONS(3216), + [anon_sym_BANG_EQ] = ACTIONS(3212), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3216), + [anon_sym_EQ_EQ] = ACTIONS(3212), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3216), + [anon_sym_LT_EQ] = ACTIONS(3216), + [anon_sym_GT_EQ] = ACTIONS(3216), + [anon_sym_BANGin] = ACTIONS(3216), + [anon_sym_is] = ACTIONS(3212), + [anon_sym_BANGis] = ACTIONS(3216), + [anon_sym_PLUS] = ACTIONS(3212), + [anon_sym_DASH] = ACTIONS(3212), + [anon_sym_SLASH] = ACTIONS(3212), + [anon_sym_PERCENT] = ACTIONS(3212), + [anon_sym_as_QMARK] = ACTIONS(3216), + [anon_sym_PLUS_PLUS] = ACTIONS(3216), + [anon_sym_DASH_DASH] = ACTIONS(3216), + [anon_sym_BANG] = ACTIONS(3212), + [anon_sym_BANG_BANG] = ACTIONS(3216), [anon_sym_suspend] = ACTIONS(3120), [anon_sym_sealed] = ACTIONS(3122), [anon_sym_annotation] = ACTIONS(3122), @@ -87440,222 +87427,101 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3134), [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3218), - [anon_sym_continue_AT] = ACTIONS(3218), - [anon_sym_break_AT] = ACTIONS(3218), - [sym_real_literal] = ACTIONS(3218), - [sym_integer_literal] = ACTIONS(3214), - [sym_hex_literal] = ACTIONS(3218), - [sym_bin_literal] = ACTIONS(3218), - [anon_sym_true] = ACTIONS(3214), - [anon_sym_false] = ACTIONS(3214), - [anon_sym_SQUOTE] = ACTIONS(3218), - [sym__backtick_identifier] = ACTIONS(3218), - [sym__automatic_semicolon] = ACTIONS(3218), - [sym_safe_nav] = ACTIONS(3218), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3218), - }, - [427] = { - [sym_type_constraints] = STATE(443), - [sym_property_delegate] = STATE(511), - [sym_getter] = STATE(3425), - [sym_setter] = STATE(3425), - [sym_modifiers] = STATE(8582), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_EQ] = ACTIONS(3258), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_COMMA] = ACTIONS(3256), - [anon_sym_by] = ACTIONS(3236), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(3254), - [anon_sym_fun] = ACTIONS(3254), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(3260), - [anon_sym_get] = ACTIONS(3238), - [anon_sym_set] = ACTIONS(3240), - [anon_sym_this] = ACTIONS(3254), - [anon_sym_super] = ACTIONS(3254), - [anon_sym_STAR] = ACTIONS(3254), - [sym_label] = ACTIONS(3254), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_null] = ACTIONS(3254), - [anon_sym_if] = ACTIONS(3254), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_when] = ACTIONS(3254), - [anon_sym_try] = ACTIONS(3254), - [anon_sym_throw] = ACTIONS(3254), - [anon_sym_return] = ACTIONS(3254), - [anon_sym_continue] = ACTIONS(3254), - [anon_sym_break] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_PLUS_EQ] = ACTIONS(3256), - [anon_sym_DASH_EQ] = ACTIONS(3256), - [anon_sym_STAR_EQ] = ACTIONS(3256), - [anon_sym_SLASH_EQ] = ACTIONS(3256), - [anon_sym_PERCENT_EQ] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3254), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG] = ACTIONS(3254), - [anon_sym_BANG_BANG] = ACTIONS(3256), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3256), - [anon_sym_continue_AT] = ACTIONS(3256), - [anon_sym_break_AT] = ACTIONS(3256), - [sym_real_literal] = ACTIONS(3256), - [sym_integer_literal] = ACTIONS(3254), - [sym_hex_literal] = ACTIONS(3256), - [sym_bin_literal] = ACTIONS(3256), - [anon_sym_true] = ACTIONS(3254), - [anon_sym_false] = ACTIONS(3254), - [anon_sym_SQUOTE] = ACTIONS(3256), - [sym__backtick_identifier] = ACTIONS(3256), - [sym__automatic_semicolon] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3256), + [anon_sym_return_AT] = ACTIONS(3216), + [anon_sym_continue_AT] = ACTIONS(3216), + [anon_sym_break_AT] = ACTIONS(3216), + [sym_real_literal] = ACTIONS(3216), + [sym_integer_literal] = ACTIONS(3212), + [sym_hex_literal] = ACTIONS(3216), + [sym_bin_literal] = ACTIONS(3216), + [anon_sym_true] = ACTIONS(3212), + [anon_sym_false] = ACTIONS(3212), + [anon_sym_SQUOTE] = ACTIONS(3216), + [sym__backtick_identifier] = ACTIONS(3216), + [sym__automatic_semicolon] = ACTIONS(3216), + [sym_safe_nav] = ACTIONS(3216), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3216), }, - [428] = { - [sym_type_constraints] = STATE(453), - [sym_property_delegate] = STATE(507), - [sym_getter] = STATE(3228), - [sym_setter] = STATE(3228), - [sym_modifiers] = STATE(8582), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1764), + [426] = { + [sym_type_constraints] = STATE(456), + [sym_property_delegate] = STATE(490), + [sym_getter] = STATE(1155), + [sym_setter] = STATE(1155), + [sym_modifiers] = STATE(8845), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1752), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1766), - [anon_sym_as] = ACTIONS(1764), - [anon_sym_EQ] = ACTIONS(3262), - [anon_sym_LBRACE] = ACTIONS(1766), - [anon_sym_RBRACE] = ACTIONS(1766), - [anon_sym_LPAREN] = ACTIONS(1766), - [anon_sym_COMMA] = ACTIONS(1766), - [anon_sym_by] = ACTIONS(3236), - [anon_sym_LT] = ACTIONS(1764), - [anon_sym_GT] = ACTIONS(1764), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(1764), - [anon_sym_fun] = ACTIONS(1764), - [anon_sym_DOT] = ACTIONS(1764), - [anon_sym_SEMI] = ACTIONS(1768), - [anon_sym_get] = ACTIONS(3238), - [anon_sym_set] = ACTIONS(3240), - [anon_sym_this] = ACTIONS(1764), - [anon_sym_super] = ACTIONS(1764), - [anon_sym_STAR] = ACTIONS(1764), - [sym_label] = ACTIONS(1764), - [anon_sym_in] = ACTIONS(1764), - [anon_sym_DOT_DOT] = ACTIONS(1766), - [anon_sym_QMARK_COLON] = ACTIONS(1766), - [anon_sym_AMP_AMP] = ACTIONS(1766), - [anon_sym_PIPE_PIPE] = ACTIONS(1766), - [anon_sym_null] = ACTIONS(1764), - [anon_sym_if] = ACTIONS(1764), - [anon_sym_else] = ACTIONS(1764), - [anon_sym_when] = ACTIONS(1764), - [anon_sym_try] = ACTIONS(1764), - [anon_sym_throw] = ACTIONS(1764), - [anon_sym_return] = ACTIONS(1764), - [anon_sym_continue] = ACTIONS(1764), - [anon_sym_break] = ACTIONS(1764), - [anon_sym_COLON_COLON] = ACTIONS(1766), - [anon_sym_PLUS_EQ] = ACTIONS(1766), - [anon_sym_DASH_EQ] = ACTIONS(1766), - [anon_sym_STAR_EQ] = ACTIONS(1766), - [anon_sym_SLASH_EQ] = ACTIONS(1766), - [anon_sym_PERCENT_EQ] = ACTIONS(1766), - [anon_sym_BANG_EQ] = ACTIONS(1764), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), - [anon_sym_EQ_EQ] = ACTIONS(1764), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1766), - [anon_sym_LT_EQ] = ACTIONS(1766), - [anon_sym_GT_EQ] = ACTIONS(1766), - [anon_sym_BANGin] = ACTIONS(1766), - [anon_sym_is] = ACTIONS(1764), - [anon_sym_BANGis] = ACTIONS(1766), - [anon_sym_PLUS] = ACTIONS(1764), - [anon_sym_DASH] = ACTIONS(1764), - [anon_sym_SLASH] = ACTIONS(1764), - [anon_sym_PERCENT] = ACTIONS(1764), - [anon_sym_as_QMARK] = ACTIONS(1766), - [anon_sym_PLUS_PLUS] = ACTIONS(1766), - [anon_sym_DASH_DASH] = ACTIONS(1766), - [anon_sym_BANG] = ACTIONS(1764), - [anon_sym_BANG_BANG] = ACTIONS(1766), + [anon_sym_LBRACK] = ACTIONS(1754), + [anon_sym_as] = ACTIONS(1752), + [anon_sym_EQ] = ACTIONS(3254), + [anon_sym_LBRACE] = ACTIONS(1754), + [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_LPAREN] = ACTIONS(1754), + [anon_sym_COMMA] = ACTIONS(1754), + [anon_sym_by] = ACTIONS(3238), + [anon_sym_LT] = ACTIONS(1752), + [anon_sym_GT] = ACTIONS(1752), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(1752), + [anon_sym_fun] = ACTIONS(1752), + [anon_sym_DOT] = ACTIONS(1752), + [anon_sym_SEMI] = ACTIONS(1758), + [anon_sym_get] = ACTIONS(3256), + [anon_sym_set] = ACTIONS(3258), + [anon_sym_this] = ACTIONS(1752), + [anon_sym_super] = ACTIONS(1752), + [anon_sym_STAR] = ACTIONS(1752), + [sym_label] = ACTIONS(1752), + [anon_sym_in] = ACTIONS(1752), + [anon_sym_DOT_DOT] = ACTIONS(1754), + [anon_sym_QMARK_COLON] = ACTIONS(1754), + [anon_sym_AMP_AMP] = ACTIONS(1754), + [anon_sym_PIPE_PIPE] = ACTIONS(1754), + [anon_sym_null] = ACTIONS(1752), + [anon_sym_if] = ACTIONS(1752), + [anon_sym_else] = ACTIONS(1752), + [anon_sym_when] = ACTIONS(1752), + [anon_sym_try] = ACTIONS(1752), + [anon_sym_throw] = ACTIONS(1752), + [anon_sym_return] = ACTIONS(1752), + [anon_sym_continue] = ACTIONS(1752), + [anon_sym_break] = ACTIONS(1752), + [anon_sym_COLON_COLON] = ACTIONS(1754), + [anon_sym_PLUS_EQ] = ACTIONS(1754), + [anon_sym_DASH_EQ] = ACTIONS(1754), + [anon_sym_STAR_EQ] = ACTIONS(1754), + [anon_sym_SLASH_EQ] = ACTIONS(1754), + [anon_sym_PERCENT_EQ] = ACTIONS(1754), + [anon_sym_BANG_EQ] = ACTIONS(1752), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), + [anon_sym_EQ_EQ] = ACTIONS(1752), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), + [anon_sym_LT_EQ] = ACTIONS(1754), + [anon_sym_GT_EQ] = ACTIONS(1754), + [anon_sym_BANGin] = ACTIONS(1754), + [anon_sym_is] = ACTIONS(1752), + [anon_sym_BANGis] = ACTIONS(1754), + [anon_sym_PLUS] = ACTIONS(1752), + [anon_sym_DASH] = ACTIONS(1752), + [anon_sym_SLASH] = ACTIONS(1752), + [anon_sym_PERCENT] = ACTIONS(1752), + [anon_sym_as_QMARK] = ACTIONS(1754), + [anon_sym_PLUS_PLUS] = ACTIONS(1754), + [anon_sym_DASH_DASH] = ACTIONS(1754), + [anon_sym_BANG] = ACTIONS(1752), + [anon_sym_BANG_BANG] = ACTIONS(1754), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -87679,546 +87545,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1766), - [anon_sym_continue_AT] = ACTIONS(1766), - [anon_sym_break_AT] = ACTIONS(1766), - [sym_real_literal] = ACTIONS(1766), - [sym_integer_literal] = ACTIONS(1764), - [sym_hex_literal] = ACTIONS(1766), - [sym_bin_literal] = ACTIONS(1766), - [anon_sym_true] = ACTIONS(1764), - [anon_sym_false] = ACTIONS(1764), - [anon_sym_SQUOTE] = ACTIONS(1766), - [sym__backtick_identifier] = ACTIONS(1766), - [sym__automatic_semicolon] = ACTIONS(1766), - [sym_safe_nav] = ACTIONS(1766), + [anon_sym_return_AT] = ACTIONS(1754), + [anon_sym_continue_AT] = ACTIONS(1754), + [anon_sym_break_AT] = ACTIONS(1754), + [sym_real_literal] = ACTIONS(1754), + [sym_integer_literal] = ACTIONS(1752), + [sym_hex_literal] = ACTIONS(1754), + [sym_bin_literal] = ACTIONS(1754), + [anon_sym_true] = ACTIONS(1752), + [anon_sym_false] = ACTIONS(1752), + [anon_sym_SQUOTE] = ACTIONS(1754), + [sym__backtick_identifier] = ACTIONS(1754), + [sym__automatic_semicolon] = ACTIONS(1754), + [sym_safe_nav] = ACTIONS(1754), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1766), - }, - [429] = { - [sym_type_constraints] = STATE(449), - [sym_property_delegate] = STATE(482), - [sym_getter] = STATE(1110), - [sym_setter] = STATE(1110), - [sym_modifiers] = STATE(8548), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_EQ] = ACTIONS(3264), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_COMMA] = ACTIONS(1778), - [anon_sym_by] = ACTIONS(3236), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(1776), - [anon_sym_fun] = ACTIONS(1776), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(1780), - [anon_sym_get] = ACTIONS(3246), - [anon_sym_set] = ACTIONS(3248), - [anon_sym_this] = ACTIONS(1776), - [anon_sym_super] = ACTIONS(1776), - [anon_sym_STAR] = ACTIONS(1776), - [sym_label] = ACTIONS(1776), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_null] = ACTIONS(1776), - [anon_sym_if] = ACTIONS(1776), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_when] = ACTIONS(1776), - [anon_sym_try] = ACTIONS(1776), - [anon_sym_throw] = ACTIONS(1776), - [anon_sym_return] = ACTIONS(1776), - [anon_sym_continue] = ACTIONS(1776), - [anon_sym_break] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_PLUS_EQ] = ACTIONS(1778), - [anon_sym_DASH_EQ] = ACTIONS(1778), - [anon_sym_STAR_EQ] = ACTIONS(1778), - [anon_sym_SLASH_EQ] = ACTIONS(1778), - [anon_sym_PERCENT_EQ] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1776), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG] = ACTIONS(1776), - [anon_sym_BANG_BANG] = ACTIONS(1778), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1778), - [anon_sym_continue_AT] = ACTIONS(1778), - [anon_sym_break_AT] = ACTIONS(1778), - [sym_real_literal] = ACTIONS(1778), - [sym_integer_literal] = ACTIONS(1776), - [sym_hex_literal] = ACTIONS(1778), - [sym_bin_literal] = ACTIONS(1778), - [anon_sym_true] = ACTIONS(1776), - [anon_sym_false] = ACTIONS(1776), - [anon_sym_SQUOTE] = ACTIONS(1778), - [sym__backtick_identifier] = ACTIONS(1778), - [sym__automatic_semicolon] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1778), - }, - [430] = { - [sym_type_constraints] = STATE(445), - [sym_property_delegate] = STATE(489), - [sym_getter] = STATE(1107), - [sym_setter] = STATE(1107), - [sym_modifiers] = STATE(8548), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_EQ] = ACTIONS(3266), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_COMMA] = ACTIONS(3256), - [anon_sym_by] = ACTIONS(3236), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(3254), - [anon_sym_fun] = ACTIONS(3254), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(3268), - [anon_sym_get] = ACTIONS(3246), - [anon_sym_set] = ACTIONS(3248), - [anon_sym_this] = ACTIONS(3254), - [anon_sym_super] = ACTIONS(3254), - [anon_sym_STAR] = ACTIONS(3254), - [sym_label] = ACTIONS(3254), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_null] = ACTIONS(3254), - [anon_sym_if] = ACTIONS(3254), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_when] = ACTIONS(3254), - [anon_sym_try] = ACTIONS(3254), - [anon_sym_throw] = ACTIONS(3254), - [anon_sym_return] = ACTIONS(3254), - [anon_sym_continue] = ACTIONS(3254), - [anon_sym_break] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_PLUS_EQ] = ACTIONS(3256), - [anon_sym_DASH_EQ] = ACTIONS(3256), - [anon_sym_STAR_EQ] = ACTIONS(3256), - [anon_sym_SLASH_EQ] = ACTIONS(3256), - [anon_sym_PERCENT_EQ] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3254), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG] = ACTIONS(3254), - [anon_sym_BANG_BANG] = ACTIONS(3256), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3256), - [anon_sym_continue_AT] = ACTIONS(3256), - [anon_sym_break_AT] = ACTIONS(3256), - [sym_real_literal] = ACTIONS(3256), - [sym_integer_literal] = ACTIONS(3254), - [sym_hex_literal] = ACTIONS(3256), - [sym_bin_literal] = ACTIONS(3256), - [anon_sym_true] = ACTIONS(3254), - [anon_sym_false] = ACTIONS(3254), - [anon_sym_SQUOTE] = ACTIONS(3256), - [sym__backtick_identifier] = ACTIONS(3256), - [sym__automatic_semicolon] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3256), - }, - [431] = { - [sym_primary_constructor] = STATE(2942), - [sym_class_body] = STATE(3366), - [sym__class_parameters] = STATE(3036), - [sym_type_constraints] = STATE(3055), - [sym_modifiers] = STATE(9011), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3190), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(3270), - [anon_sym_LBRACK] = ACTIONS(3194), - [anon_sym_as] = ACTIONS(3190), - [anon_sym_EQ] = ACTIONS(3190), - [anon_sym_constructor] = ACTIONS(3110), - [anon_sym_LBRACE] = ACTIONS(3112), - [anon_sym_RBRACE] = ACTIONS(3194), - [anon_sym_LPAREN] = ACTIONS(3114), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3190), - [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(3190), - [anon_sym_fun] = ACTIONS(3190), - [anon_sym_DOT] = ACTIONS(3190), - [anon_sym_SEMI] = ACTIONS(3194), - [anon_sym_get] = ACTIONS(3190), - [anon_sym_set] = ACTIONS(3190), - [anon_sym_this] = ACTIONS(3190), - [anon_sym_super] = ACTIONS(3190), - [anon_sym_STAR] = ACTIONS(3190), - [sym_label] = ACTIONS(3190), - [anon_sym_in] = ACTIONS(3190), - [anon_sym_DOT_DOT] = ACTIONS(3194), - [anon_sym_QMARK_COLON] = ACTIONS(3194), - [anon_sym_AMP_AMP] = ACTIONS(3194), - [anon_sym_PIPE_PIPE] = ACTIONS(3194), - [anon_sym_null] = ACTIONS(3190), - [anon_sym_if] = ACTIONS(3190), - [anon_sym_else] = ACTIONS(3190), - [anon_sym_when] = ACTIONS(3190), - [anon_sym_try] = ACTIONS(3190), - [anon_sym_throw] = ACTIONS(3190), - [anon_sym_return] = ACTIONS(3190), - [anon_sym_continue] = ACTIONS(3190), - [anon_sym_break] = ACTIONS(3190), - [anon_sym_COLON_COLON] = ACTIONS(3194), - [anon_sym_PLUS_EQ] = ACTIONS(3194), - [anon_sym_DASH_EQ] = ACTIONS(3194), - [anon_sym_STAR_EQ] = ACTIONS(3194), - [anon_sym_SLASH_EQ] = ACTIONS(3194), - [anon_sym_PERCENT_EQ] = ACTIONS(3194), - [anon_sym_BANG_EQ] = ACTIONS(3190), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3194), - [anon_sym_EQ_EQ] = ACTIONS(3190), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3194), - [anon_sym_LT_EQ] = ACTIONS(3194), - [anon_sym_GT_EQ] = ACTIONS(3194), - [anon_sym_BANGin] = ACTIONS(3194), - [anon_sym_is] = ACTIONS(3190), - [anon_sym_BANGis] = ACTIONS(3194), - [anon_sym_PLUS] = ACTIONS(3190), - [anon_sym_DASH] = ACTIONS(3190), - [anon_sym_SLASH] = ACTIONS(3190), - [anon_sym_PERCENT] = ACTIONS(3190), - [anon_sym_as_QMARK] = ACTIONS(3194), - [anon_sym_PLUS_PLUS] = ACTIONS(3194), - [anon_sym_DASH_DASH] = ACTIONS(3194), - [anon_sym_BANG] = ACTIONS(3190), - [anon_sym_BANG_BANG] = ACTIONS(3194), - [anon_sym_suspend] = ACTIONS(3120), - [anon_sym_sealed] = ACTIONS(3122), - [anon_sym_annotation] = ACTIONS(3122), - [anon_sym_data] = ACTIONS(3122), - [anon_sym_inner] = ACTIONS(3122), - [anon_sym_override] = ACTIONS(3124), - [anon_sym_lateinit] = ACTIONS(3124), - [anon_sym_public] = ACTIONS(3126), - [anon_sym_private] = ACTIONS(3126), - [anon_sym_internal] = ACTIONS(3126), - [anon_sym_protected] = ACTIONS(3126), - [anon_sym_tailrec] = ACTIONS(3120), - [anon_sym_operator] = ACTIONS(3120), - [anon_sym_infix] = ACTIONS(3120), - [anon_sym_inline] = ACTIONS(3120), - [anon_sym_external] = ACTIONS(3120), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(3130), - [anon_sym_final] = ACTIONS(3130), - [anon_sym_open] = ACTIONS(3130), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3134), - [anon_sym_actual] = ACTIONS(3134), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3194), - [anon_sym_continue_AT] = ACTIONS(3194), - [anon_sym_break_AT] = ACTIONS(3194), - [sym_real_literal] = ACTIONS(3194), - [sym_integer_literal] = ACTIONS(3190), - [sym_hex_literal] = ACTIONS(3194), - [sym_bin_literal] = ACTIONS(3194), - [anon_sym_true] = ACTIONS(3190), - [anon_sym_false] = ACTIONS(3190), - [anon_sym_SQUOTE] = ACTIONS(3194), - [sym__backtick_identifier] = ACTIONS(3194), - [sym__automatic_semicolon] = ACTIONS(3194), - [sym_safe_nav] = ACTIONS(3194), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3194), - }, - [432] = { - [sym_type_constraints] = STATE(454), - [sym_property_delegate] = STATE(515), - [sym_getter] = STATE(3388), - [sym_setter] = STATE(3388), - [sym_modifiers] = STATE(8582), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3272), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3274), - [anon_sym_as] = ACTIONS(3272), - [anon_sym_EQ] = ACTIONS(3276), - [anon_sym_LBRACE] = ACTIONS(3274), - [anon_sym_RBRACE] = ACTIONS(3274), - [anon_sym_LPAREN] = ACTIONS(3274), - [anon_sym_COMMA] = ACTIONS(3274), - [anon_sym_by] = ACTIONS(3236), - [anon_sym_LT] = ACTIONS(3272), - [anon_sym_GT] = ACTIONS(3272), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(3272), - [anon_sym_fun] = ACTIONS(3272), - [anon_sym_DOT] = ACTIONS(3272), - [anon_sym_SEMI] = ACTIONS(3278), - [anon_sym_get] = ACTIONS(3238), - [anon_sym_set] = ACTIONS(3240), - [anon_sym_this] = ACTIONS(3272), - [anon_sym_super] = ACTIONS(3272), - [anon_sym_STAR] = ACTIONS(3272), - [sym_label] = ACTIONS(3272), - [anon_sym_in] = ACTIONS(3272), - [anon_sym_DOT_DOT] = ACTIONS(3274), - [anon_sym_QMARK_COLON] = ACTIONS(3274), - [anon_sym_AMP_AMP] = ACTIONS(3274), - [anon_sym_PIPE_PIPE] = ACTIONS(3274), - [anon_sym_null] = ACTIONS(3272), - [anon_sym_if] = ACTIONS(3272), - [anon_sym_else] = ACTIONS(3272), - [anon_sym_when] = ACTIONS(3272), - [anon_sym_try] = ACTIONS(3272), - [anon_sym_throw] = ACTIONS(3272), - [anon_sym_return] = ACTIONS(3272), - [anon_sym_continue] = ACTIONS(3272), - [anon_sym_break] = ACTIONS(3272), - [anon_sym_COLON_COLON] = ACTIONS(3274), - [anon_sym_PLUS_EQ] = ACTIONS(3274), - [anon_sym_DASH_EQ] = ACTIONS(3274), - [anon_sym_STAR_EQ] = ACTIONS(3274), - [anon_sym_SLASH_EQ] = ACTIONS(3274), - [anon_sym_PERCENT_EQ] = ACTIONS(3274), - [anon_sym_BANG_EQ] = ACTIONS(3272), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3274), - [anon_sym_EQ_EQ] = ACTIONS(3272), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3274), - [anon_sym_LT_EQ] = ACTIONS(3274), - [anon_sym_GT_EQ] = ACTIONS(3274), - [anon_sym_BANGin] = ACTIONS(3274), - [anon_sym_is] = ACTIONS(3272), - [anon_sym_BANGis] = ACTIONS(3274), - [anon_sym_PLUS] = ACTIONS(3272), - [anon_sym_DASH] = ACTIONS(3272), - [anon_sym_SLASH] = ACTIONS(3272), - [anon_sym_PERCENT] = ACTIONS(3272), - [anon_sym_as_QMARK] = ACTIONS(3274), - [anon_sym_PLUS_PLUS] = ACTIONS(3274), - [anon_sym_DASH_DASH] = ACTIONS(3274), - [anon_sym_BANG] = ACTIONS(3272), - [anon_sym_BANG_BANG] = ACTIONS(3274), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3274), - [anon_sym_continue_AT] = ACTIONS(3274), - [anon_sym_break_AT] = ACTIONS(3274), - [sym_real_literal] = ACTIONS(3274), - [sym_integer_literal] = ACTIONS(3272), - [sym_hex_literal] = ACTIONS(3274), - [sym_bin_literal] = ACTIONS(3274), - [anon_sym_true] = ACTIONS(3272), - [anon_sym_false] = ACTIONS(3272), - [anon_sym_SQUOTE] = ACTIONS(3274), - [sym__backtick_identifier] = ACTIONS(3274), - [sym__automatic_semicolon] = ACTIONS(3274), - [sym_safe_nav] = ACTIONS(3274), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3274), + [sym__string_start] = ACTIONS(1754), }, - [433] = { - [sym_type_constraints] = STATE(458), + [427] = { + [sym_type_constraints] = STATE(455), [sym_property_delegate] = STATE(479), - [sym_getter] = STATE(3334), - [sym_setter] = STATE(3334), - [sym_modifiers] = STATE(8582), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym_getter] = STATE(1182), + [sym_setter] = STATE(1182), + [sym_modifiers] = STATE(8845), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1694), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1696), [anon_sym_as] = ACTIONS(1694), - [anon_sym_EQ] = ACTIONS(3280), + [anon_sym_EQ] = ACTIONS(3260), [anon_sym_LBRACE] = ACTIONS(1696), [anon_sym_RBRACE] = ACTIONS(1696), [anon_sym_LPAREN] = ACTIONS(1696), [anon_sym_COMMA] = ACTIONS(1696), - [anon_sym_by] = ACTIONS(3236), + [anon_sym_by] = ACTIONS(3238), [anon_sym_LT] = ACTIONS(1694), [anon_sym_GT] = ACTIONS(1694), - [anon_sym_where] = ACTIONS(3148), + [anon_sym_where] = ACTIONS(3160), [anon_sym_object] = ACTIONS(1694), [anon_sym_fun] = ACTIONS(1694), [anon_sym_DOT] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(1758), - [anon_sym_get] = ACTIONS(3238), - [anon_sym_set] = ACTIONS(3240), + [anon_sym_SEMI] = ACTIONS(1792), + [anon_sym_get] = ACTIONS(3256), + [anon_sym_set] = ACTIONS(3258), [anon_sym_this] = ACTIONS(1694), [anon_sym_super] = ACTIONS(1694), [anon_sym_STAR] = ACTIONS(1694), @@ -88284,8 +87666,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(1696), [anon_sym_continue_AT] = ACTIONS(1696), @@ -88303,85 +87685,85 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(1696), }, - [434] = { - [sym_primary_constructor] = STATE(913), - [sym__class_parameters] = STATE(963), - [sym_type_constraints] = STATE(1013), - [sym_enum_class_body] = STATE(1076), - [sym_modifiers] = STATE(9048), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3190), + [428] = { + [sym_primary_constructor] = STATE(2950), + [sym_class_body] = STATE(3322), + [sym__class_parameters] = STATE(3113), + [sym_type_constraints] = STATE(3078), + [sym_modifiers] = STATE(9209), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3186), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(3282), - [anon_sym_LBRACK] = ACTIONS(3194), - [anon_sym_as] = ACTIONS(3190), - [anon_sym_EQ] = ACTIONS(3190), - [anon_sym_constructor] = ACTIONS(3142), + [anon_sym_COLON] = ACTIONS(3262), + [anon_sym_LBRACK] = ACTIONS(3190), + [anon_sym_as] = ACTIONS(3186), + [anon_sym_EQ] = ACTIONS(3186), + [anon_sym_constructor] = ACTIONS(3110), [anon_sym_LBRACE] = ACTIONS(3144), - [anon_sym_RBRACE] = ACTIONS(3194), - [anon_sym_LPAREN] = ACTIONS(3146), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3190), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(3190), - [anon_sym_fun] = ACTIONS(3190), - [anon_sym_DOT] = ACTIONS(3190), - [anon_sym_SEMI] = ACTIONS(3194), - [anon_sym_get] = ACTIONS(3190), - [anon_sym_set] = ACTIONS(3190), - [anon_sym_this] = ACTIONS(3190), - [anon_sym_super] = ACTIONS(3190), - [anon_sym_STAR] = ACTIONS(3190), - [sym_label] = ACTIONS(3190), - [anon_sym_in] = ACTIONS(3190), - [anon_sym_DOT_DOT] = ACTIONS(3194), - [anon_sym_QMARK_COLON] = ACTIONS(3194), - [anon_sym_AMP_AMP] = ACTIONS(3194), - [anon_sym_PIPE_PIPE] = ACTIONS(3194), - [anon_sym_null] = ACTIONS(3190), - [anon_sym_if] = ACTIONS(3190), - [anon_sym_else] = ACTIONS(3190), - [anon_sym_when] = ACTIONS(3190), - [anon_sym_try] = ACTIONS(3190), - [anon_sym_throw] = ACTIONS(3190), - [anon_sym_return] = ACTIONS(3190), - [anon_sym_continue] = ACTIONS(3190), - [anon_sym_break] = ACTIONS(3190), - [anon_sym_COLON_COLON] = ACTIONS(3194), - [anon_sym_PLUS_EQ] = ACTIONS(3194), - [anon_sym_DASH_EQ] = ACTIONS(3194), - [anon_sym_STAR_EQ] = ACTIONS(3194), - [anon_sym_SLASH_EQ] = ACTIONS(3194), - [anon_sym_PERCENT_EQ] = ACTIONS(3194), - [anon_sym_BANG_EQ] = ACTIONS(3190), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3194), - [anon_sym_EQ_EQ] = ACTIONS(3190), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3194), - [anon_sym_LT_EQ] = ACTIONS(3194), - [anon_sym_GT_EQ] = ACTIONS(3194), - [anon_sym_BANGin] = ACTIONS(3194), - [anon_sym_is] = ACTIONS(3190), - [anon_sym_BANGis] = ACTIONS(3194), - [anon_sym_PLUS] = ACTIONS(3190), - [anon_sym_DASH] = ACTIONS(3190), - [anon_sym_SLASH] = ACTIONS(3190), - [anon_sym_PERCENT] = ACTIONS(3190), - [anon_sym_as_QMARK] = ACTIONS(3194), - [anon_sym_PLUS_PLUS] = ACTIONS(3194), - [anon_sym_DASH_DASH] = ACTIONS(3194), - [anon_sym_BANG] = ACTIONS(3190), - [anon_sym_BANG_BANG] = ACTIONS(3194), + [anon_sym_RBRACE] = ACTIONS(3190), + [anon_sym_LPAREN] = ACTIONS(3114), + [anon_sym_LT] = ACTIONS(3186), + [anon_sym_GT] = ACTIONS(3186), + [anon_sym_where] = ACTIONS(3118), + [anon_sym_object] = ACTIONS(3186), + [anon_sym_fun] = ACTIONS(3186), + [anon_sym_DOT] = ACTIONS(3186), + [anon_sym_SEMI] = ACTIONS(3190), + [anon_sym_get] = ACTIONS(3186), + [anon_sym_set] = ACTIONS(3186), + [anon_sym_this] = ACTIONS(3186), + [anon_sym_super] = ACTIONS(3186), + [anon_sym_STAR] = ACTIONS(3186), + [sym_label] = ACTIONS(3186), + [anon_sym_in] = ACTIONS(3186), + [anon_sym_DOT_DOT] = ACTIONS(3190), + [anon_sym_QMARK_COLON] = ACTIONS(3190), + [anon_sym_AMP_AMP] = ACTIONS(3190), + [anon_sym_PIPE_PIPE] = ACTIONS(3190), + [anon_sym_null] = ACTIONS(3186), + [anon_sym_if] = ACTIONS(3186), + [anon_sym_else] = ACTIONS(3186), + [anon_sym_when] = ACTIONS(3186), + [anon_sym_try] = ACTIONS(3186), + [anon_sym_throw] = ACTIONS(3186), + [anon_sym_return] = ACTIONS(3186), + [anon_sym_continue] = ACTIONS(3186), + [anon_sym_break] = ACTIONS(3186), + [anon_sym_COLON_COLON] = ACTIONS(3190), + [anon_sym_PLUS_EQ] = ACTIONS(3190), + [anon_sym_DASH_EQ] = ACTIONS(3190), + [anon_sym_STAR_EQ] = ACTIONS(3190), + [anon_sym_SLASH_EQ] = ACTIONS(3190), + [anon_sym_PERCENT_EQ] = ACTIONS(3190), + [anon_sym_BANG_EQ] = ACTIONS(3186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3190), + [anon_sym_EQ_EQ] = ACTIONS(3186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3190), + [anon_sym_LT_EQ] = ACTIONS(3190), + [anon_sym_GT_EQ] = ACTIONS(3190), + [anon_sym_BANGin] = ACTIONS(3190), + [anon_sym_is] = ACTIONS(3186), + [anon_sym_BANGis] = ACTIONS(3190), + [anon_sym_PLUS] = ACTIONS(3186), + [anon_sym_DASH] = ACTIONS(3186), + [anon_sym_SLASH] = ACTIONS(3186), + [anon_sym_PERCENT] = ACTIONS(3186), + [anon_sym_as_QMARK] = ACTIONS(3190), + [anon_sym_PLUS_PLUS] = ACTIONS(3190), + [anon_sym_DASH_DASH] = ACTIONS(3190), + [anon_sym_BANG] = ACTIONS(3186), + [anon_sym_BANG_BANG] = ACTIONS(3190), [anon_sym_suspend] = ACTIONS(3120), [anon_sym_sealed] = ACTIONS(3122), [anon_sym_annotation] = ACTIONS(3122), @@ -88408,222 +87790,222 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3134), [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3194), - [anon_sym_continue_AT] = ACTIONS(3194), - [anon_sym_break_AT] = ACTIONS(3194), - [sym_real_literal] = ACTIONS(3194), - [sym_integer_literal] = ACTIONS(3190), - [sym_hex_literal] = ACTIONS(3194), - [sym_bin_literal] = ACTIONS(3194), - [anon_sym_true] = ACTIONS(3190), - [anon_sym_false] = ACTIONS(3190), - [anon_sym_SQUOTE] = ACTIONS(3194), - [sym__backtick_identifier] = ACTIONS(3194), - [sym__automatic_semicolon] = ACTIONS(3194), - [sym_safe_nav] = ACTIONS(3194), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3194), + [anon_sym_return_AT] = ACTIONS(3190), + [anon_sym_continue_AT] = ACTIONS(3190), + [anon_sym_break_AT] = ACTIONS(3190), + [sym_real_literal] = ACTIONS(3190), + [sym_integer_literal] = ACTIONS(3186), + [sym_hex_literal] = ACTIONS(3190), + [sym_bin_literal] = ACTIONS(3190), + [anon_sym_true] = ACTIONS(3186), + [anon_sym_false] = ACTIONS(3186), + [anon_sym_SQUOTE] = ACTIONS(3190), + [sym__backtick_identifier] = ACTIONS(3190), + [sym__automatic_semicolon] = ACTIONS(3190), + [sym_safe_nav] = ACTIONS(3190), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3190), }, - [435] = { - [sym_type_constraints] = STATE(456), - [sym_property_delegate] = STATE(486), - [sym_getter] = STATE(1069), - [sym_setter] = STATE(1069), - [sym_modifiers] = STATE(8548), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1694), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1696), - [anon_sym_as] = ACTIONS(1694), - [anon_sym_EQ] = ACTIONS(3284), - [anon_sym_LBRACE] = ACTIONS(1696), - [anon_sym_RBRACE] = ACTIONS(1696), - [anon_sym_LPAREN] = ACTIONS(1696), - [anon_sym_COMMA] = ACTIONS(1696), - [anon_sym_by] = ACTIONS(3236), - [anon_sym_LT] = ACTIONS(1694), - [anon_sym_GT] = ACTIONS(1694), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(1694), - [anon_sym_fun] = ACTIONS(1694), - [anon_sym_DOT] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(1706), - [anon_sym_get] = ACTIONS(3246), - [anon_sym_set] = ACTIONS(3248), - [anon_sym_this] = ACTIONS(1694), - [anon_sym_super] = ACTIONS(1694), - [anon_sym_STAR] = ACTIONS(1694), - [sym_label] = ACTIONS(1694), - [anon_sym_in] = ACTIONS(1694), - [anon_sym_DOT_DOT] = ACTIONS(1696), - [anon_sym_QMARK_COLON] = ACTIONS(1696), - [anon_sym_AMP_AMP] = ACTIONS(1696), - [anon_sym_PIPE_PIPE] = ACTIONS(1696), - [anon_sym_null] = ACTIONS(1694), - [anon_sym_if] = ACTIONS(1694), - [anon_sym_else] = ACTIONS(1694), - [anon_sym_when] = ACTIONS(1694), - [anon_sym_try] = ACTIONS(1694), - [anon_sym_throw] = ACTIONS(1694), - [anon_sym_return] = ACTIONS(1694), - [anon_sym_continue] = ACTIONS(1694), - [anon_sym_break] = ACTIONS(1694), - [anon_sym_COLON_COLON] = ACTIONS(1696), - [anon_sym_PLUS_EQ] = ACTIONS(1696), - [anon_sym_DASH_EQ] = ACTIONS(1696), - [anon_sym_STAR_EQ] = ACTIONS(1696), - [anon_sym_SLASH_EQ] = ACTIONS(1696), - [anon_sym_PERCENT_EQ] = ACTIONS(1696), - [anon_sym_BANG_EQ] = ACTIONS(1694), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), - [anon_sym_EQ_EQ] = ACTIONS(1694), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), - [anon_sym_LT_EQ] = ACTIONS(1696), - [anon_sym_GT_EQ] = ACTIONS(1696), - [anon_sym_BANGin] = ACTIONS(1696), - [anon_sym_is] = ACTIONS(1694), - [anon_sym_BANGis] = ACTIONS(1696), - [anon_sym_PLUS] = ACTIONS(1694), - [anon_sym_DASH] = ACTIONS(1694), - [anon_sym_SLASH] = ACTIONS(1694), - [anon_sym_PERCENT] = ACTIONS(1694), - [anon_sym_as_QMARK] = ACTIONS(1696), - [anon_sym_PLUS_PLUS] = ACTIONS(1696), - [anon_sym_DASH_DASH] = ACTIONS(1696), - [anon_sym_BANG] = ACTIONS(1694), - [anon_sym_BANG_BANG] = ACTIONS(1696), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [429] = { + [sym_primary_constructor] = STATE(2959), + [sym__class_parameters] = STATE(3113), + [sym_type_constraints] = STATE(3054), + [sym_enum_class_body] = STATE(3322), + [sym_modifiers] = STATE(9209), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3186), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_COLON] = ACTIONS(3264), + [anon_sym_LBRACK] = ACTIONS(3190), + [anon_sym_as] = ACTIONS(3186), + [anon_sym_EQ] = ACTIONS(3186), + [anon_sym_constructor] = ACTIONS(3110), + [anon_sym_LBRACE] = ACTIONS(3112), + [anon_sym_RBRACE] = ACTIONS(3190), + [anon_sym_LPAREN] = ACTIONS(3114), + [anon_sym_LT] = ACTIONS(3186), + [anon_sym_GT] = ACTIONS(3186), + [anon_sym_where] = ACTIONS(3118), + [anon_sym_object] = ACTIONS(3186), + [anon_sym_fun] = ACTIONS(3186), + [anon_sym_DOT] = ACTIONS(3186), + [anon_sym_SEMI] = ACTIONS(3190), + [anon_sym_get] = ACTIONS(3186), + [anon_sym_set] = ACTIONS(3186), + [anon_sym_this] = ACTIONS(3186), + [anon_sym_super] = ACTIONS(3186), + [anon_sym_STAR] = ACTIONS(3186), + [sym_label] = ACTIONS(3186), + [anon_sym_in] = ACTIONS(3186), + [anon_sym_DOT_DOT] = ACTIONS(3190), + [anon_sym_QMARK_COLON] = ACTIONS(3190), + [anon_sym_AMP_AMP] = ACTIONS(3190), + [anon_sym_PIPE_PIPE] = ACTIONS(3190), + [anon_sym_null] = ACTIONS(3186), + [anon_sym_if] = ACTIONS(3186), + [anon_sym_else] = ACTIONS(3186), + [anon_sym_when] = ACTIONS(3186), + [anon_sym_try] = ACTIONS(3186), + [anon_sym_throw] = ACTIONS(3186), + [anon_sym_return] = ACTIONS(3186), + [anon_sym_continue] = ACTIONS(3186), + [anon_sym_break] = ACTIONS(3186), + [anon_sym_COLON_COLON] = ACTIONS(3190), + [anon_sym_PLUS_EQ] = ACTIONS(3190), + [anon_sym_DASH_EQ] = ACTIONS(3190), + [anon_sym_STAR_EQ] = ACTIONS(3190), + [anon_sym_SLASH_EQ] = ACTIONS(3190), + [anon_sym_PERCENT_EQ] = ACTIONS(3190), + [anon_sym_BANG_EQ] = ACTIONS(3186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3190), + [anon_sym_EQ_EQ] = ACTIONS(3186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3190), + [anon_sym_LT_EQ] = ACTIONS(3190), + [anon_sym_GT_EQ] = ACTIONS(3190), + [anon_sym_BANGin] = ACTIONS(3190), + [anon_sym_is] = ACTIONS(3186), + [anon_sym_BANGis] = ACTIONS(3190), + [anon_sym_PLUS] = ACTIONS(3186), + [anon_sym_DASH] = ACTIONS(3186), + [anon_sym_SLASH] = ACTIONS(3186), + [anon_sym_PERCENT] = ACTIONS(3186), + [anon_sym_as_QMARK] = ACTIONS(3190), + [anon_sym_PLUS_PLUS] = ACTIONS(3190), + [anon_sym_DASH_DASH] = ACTIONS(3190), + [anon_sym_BANG] = ACTIONS(3186), + [anon_sym_BANG_BANG] = ACTIONS(3190), + [anon_sym_suspend] = ACTIONS(3120), + [anon_sym_sealed] = ACTIONS(3122), + [anon_sym_annotation] = ACTIONS(3122), + [anon_sym_data] = ACTIONS(3122), + [anon_sym_inner] = ACTIONS(3122), + [anon_sym_override] = ACTIONS(3124), + [anon_sym_lateinit] = ACTIONS(3124), + [anon_sym_public] = ACTIONS(3126), + [anon_sym_private] = ACTIONS(3126), + [anon_sym_internal] = ACTIONS(3126), + [anon_sym_protected] = ACTIONS(3126), + [anon_sym_tailrec] = ACTIONS(3120), + [anon_sym_operator] = ACTIONS(3120), + [anon_sym_infix] = ACTIONS(3120), + [anon_sym_inline] = ACTIONS(3120), + [anon_sym_external] = ACTIONS(3120), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3130), + [anon_sym_final] = ACTIONS(3130), + [anon_sym_open] = ACTIONS(3130), + [anon_sym_vararg] = ACTIONS(3132), + [anon_sym_noinline] = ACTIONS(3132), + [anon_sym_crossinline] = ACTIONS(3132), + [anon_sym_expect] = ACTIONS(3134), + [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1696), - [anon_sym_continue_AT] = ACTIONS(1696), - [anon_sym_break_AT] = ACTIONS(1696), - [sym_real_literal] = ACTIONS(1696), - [sym_integer_literal] = ACTIONS(1694), - [sym_hex_literal] = ACTIONS(1696), - [sym_bin_literal] = ACTIONS(1696), - [anon_sym_true] = ACTIONS(1694), - [anon_sym_false] = ACTIONS(1694), - [anon_sym_SQUOTE] = ACTIONS(1696), - [sym__backtick_identifier] = ACTIONS(1696), - [sym__automatic_semicolon] = ACTIONS(1696), - [sym_safe_nav] = ACTIONS(1696), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1696), + [anon_sym_return_AT] = ACTIONS(3190), + [anon_sym_continue_AT] = ACTIONS(3190), + [anon_sym_break_AT] = ACTIONS(3190), + [sym_real_literal] = ACTIONS(3190), + [sym_integer_literal] = ACTIONS(3186), + [sym_hex_literal] = ACTIONS(3190), + [sym_bin_literal] = ACTIONS(3190), + [anon_sym_true] = ACTIONS(3186), + [anon_sym_false] = ACTIONS(3186), + [anon_sym_SQUOTE] = ACTIONS(3190), + [sym__backtick_identifier] = ACTIONS(3190), + [sym__automatic_semicolon] = ACTIONS(3190), + [sym_safe_nav] = ACTIONS(3190), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3190), }, - [436] = { - [sym_primary_constructor] = STATE(924), - [sym_class_body] = STATE(1120), - [sym__class_parameters] = STATE(963), - [sym_type_constraints] = STATE(988), - [sym_modifiers] = STATE(9048), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3214), + [430] = { + [sym_primary_constructor] = STATE(2979), + [sym_class_body] = STATE(3472), + [sym__class_parameters] = STATE(3113), + [sym_type_constraints] = STATE(3016), + [sym_modifiers] = STATE(9209), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3196), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(3286), - [anon_sym_LBRACK] = ACTIONS(3218), - [anon_sym_as] = ACTIONS(3214), - [anon_sym_EQ] = ACTIONS(3214), - [anon_sym_constructor] = ACTIONS(3142), - [anon_sym_LBRACE] = ACTIONS(3156), - [anon_sym_RBRACE] = ACTIONS(3218), - [anon_sym_LPAREN] = ACTIONS(3146), - [anon_sym_LT] = ACTIONS(3214), - [anon_sym_GT] = ACTIONS(3214), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(3214), - [anon_sym_fun] = ACTIONS(3214), - [anon_sym_DOT] = ACTIONS(3214), - [anon_sym_SEMI] = ACTIONS(3218), - [anon_sym_get] = ACTIONS(3214), - [anon_sym_set] = ACTIONS(3214), - [anon_sym_this] = ACTIONS(3214), - [anon_sym_super] = ACTIONS(3214), - [anon_sym_STAR] = ACTIONS(3214), - [sym_label] = ACTIONS(3214), - [anon_sym_in] = ACTIONS(3214), - [anon_sym_DOT_DOT] = ACTIONS(3218), - [anon_sym_QMARK_COLON] = ACTIONS(3218), - [anon_sym_AMP_AMP] = ACTIONS(3218), - [anon_sym_PIPE_PIPE] = ACTIONS(3218), - [anon_sym_null] = ACTIONS(3214), - [anon_sym_if] = ACTIONS(3214), - [anon_sym_else] = ACTIONS(3214), - [anon_sym_when] = ACTIONS(3214), - [anon_sym_try] = ACTIONS(3214), - [anon_sym_throw] = ACTIONS(3214), - [anon_sym_return] = ACTIONS(3214), - [anon_sym_continue] = ACTIONS(3214), - [anon_sym_break] = ACTIONS(3214), - [anon_sym_COLON_COLON] = ACTIONS(3218), - [anon_sym_PLUS_EQ] = ACTIONS(3218), - [anon_sym_DASH_EQ] = ACTIONS(3218), - [anon_sym_STAR_EQ] = ACTIONS(3218), - [anon_sym_SLASH_EQ] = ACTIONS(3218), - [anon_sym_PERCENT_EQ] = ACTIONS(3218), - [anon_sym_BANG_EQ] = ACTIONS(3214), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3218), - [anon_sym_EQ_EQ] = ACTIONS(3214), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3218), - [anon_sym_LT_EQ] = ACTIONS(3218), - [anon_sym_GT_EQ] = ACTIONS(3218), - [anon_sym_BANGin] = ACTIONS(3218), - [anon_sym_is] = ACTIONS(3214), - [anon_sym_BANGis] = ACTIONS(3218), - [anon_sym_PLUS] = ACTIONS(3214), - [anon_sym_DASH] = ACTIONS(3214), - [anon_sym_SLASH] = ACTIONS(3214), - [anon_sym_PERCENT] = ACTIONS(3214), - [anon_sym_as_QMARK] = ACTIONS(3218), - [anon_sym_PLUS_PLUS] = ACTIONS(3218), - [anon_sym_DASH_DASH] = ACTIONS(3218), - [anon_sym_BANG] = ACTIONS(3214), - [anon_sym_BANG_BANG] = ACTIONS(3218), + [anon_sym_COLON] = ACTIONS(3266), + [anon_sym_LBRACK] = ACTIONS(3200), + [anon_sym_as] = ACTIONS(3196), + [anon_sym_EQ] = ACTIONS(3196), + [anon_sym_constructor] = ACTIONS(3110), + [anon_sym_LBRACE] = ACTIONS(3144), + [anon_sym_RBRACE] = ACTIONS(3200), + [anon_sym_LPAREN] = ACTIONS(3114), + [anon_sym_LT] = ACTIONS(3196), + [anon_sym_GT] = ACTIONS(3196), + [anon_sym_where] = ACTIONS(3118), + [anon_sym_object] = ACTIONS(3196), + [anon_sym_fun] = ACTIONS(3196), + [anon_sym_DOT] = ACTIONS(3196), + [anon_sym_SEMI] = ACTIONS(3200), + [anon_sym_get] = ACTIONS(3196), + [anon_sym_set] = ACTIONS(3196), + [anon_sym_this] = ACTIONS(3196), + [anon_sym_super] = ACTIONS(3196), + [anon_sym_STAR] = ACTIONS(3196), + [sym_label] = ACTIONS(3196), + [anon_sym_in] = ACTIONS(3196), + [anon_sym_DOT_DOT] = ACTIONS(3200), + [anon_sym_QMARK_COLON] = ACTIONS(3200), + [anon_sym_AMP_AMP] = ACTIONS(3200), + [anon_sym_PIPE_PIPE] = ACTIONS(3200), + [anon_sym_null] = ACTIONS(3196), + [anon_sym_if] = ACTIONS(3196), + [anon_sym_else] = ACTIONS(3196), + [anon_sym_when] = ACTIONS(3196), + [anon_sym_try] = ACTIONS(3196), + [anon_sym_throw] = ACTIONS(3196), + [anon_sym_return] = ACTIONS(3196), + [anon_sym_continue] = ACTIONS(3196), + [anon_sym_break] = ACTIONS(3196), + [anon_sym_COLON_COLON] = ACTIONS(3200), + [anon_sym_PLUS_EQ] = ACTIONS(3200), + [anon_sym_DASH_EQ] = ACTIONS(3200), + [anon_sym_STAR_EQ] = ACTIONS(3200), + [anon_sym_SLASH_EQ] = ACTIONS(3200), + [anon_sym_PERCENT_EQ] = ACTIONS(3200), + [anon_sym_BANG_EQ] = ACTIONS(3196), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3200), + [anon_sym_EQ_EQ] = ACTIONS(3196), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3200), + [anon_sym_LT_EQ] = ACTIONS(3200), + [anon_sym_GT_EQ] = ACTIONS(3200), + [anon_sym_BANGin] = ACTIONS(3200), + [anon_sym_is] = ACTIONS(3196), + [anon_sym_BANGis] = ACTIONS(3200), + [anon_sym_PLUS] = ACTIONS(3196), + [anon_sym_DASH] = ACTIONS(3196), + [anon_sym_SLASH] = ACTIONS(3196), + [anon_sym_PERCENT] = ACTIONS(3196), + [anon_sym_as_QMARK] = ACTIONS(3200), + [anon_sym_PLUS_PLUS] = ACTIONS(3200), + [anon_sym_DASH_DASH] = ACTIONS(3200), + [anon_sym_BANG] = ACTIONS(3196), + [anon_sym_BANG_BANG] = ACTIONS(3200), [anon_sym_suspend] = ACTIONS(3120), [anon_sym_sealed] = ACTIONS(3122), [anon_sym_annotation] = ACTIONS(3122), @@ -88650,101 +88032,101 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3134), [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3218), - [anon_sym_continue_AT] = ACTIONS(3218), - [anon_sym_break_AT] = ACTIONS(3218), - [sym_real_literal] = ACTIONS(3218), - [sym_integer_literal] = ACTIONS(3214), - [sym_hex_literal] = ACTIONS(3218), - [sym_bin_literal] = ACTIONS(3218), - [anon_sym_true] = ACTIONS(3214), - [anon_sym_false] = ACTIONS(3214), - [anon_sym_SQUOTE] = ACTIONS(3218), - [sym__backtick_identifier] = ACTIONS(3218), - [sym__automatic_semicolon] = ACTIONS(3218), - [sym_safe_nav] = ACTIONS(3218), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3218), + [anon_sym_return_AT] = ACTIONS(3200), + [anon_sym_continue_AT] = ACTIONS(3200), + [anon_sym_break_AT] = ACTIONS(3200), + [sym_real_literal] = ACTIONS(3200), + [sym_integer_literal] = ACTIONS(3196), + [sym_hex_literal] = ACTIONS(3200), + [sym_bin_literal] = ACTIONS(3200), + [anon_sym_true] = ACTIONS(3196), + [anon_sym_false] = ACTIONS(3196), + [anon_sym_SQUOTE] = ACTIONS(3200), + [sym__backtick_identifier] = ACTIONS(3200), + [sym__automatic_semicolon] = ACTIONS(3200), + [sym_safe_nav] = ACTIONS(3200), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3200), }, - [437] = { - [sym_primary_constructor] = STATE(895), - [sym_class_body] = STATE(1076), - [sym__class_parameters] = STATE(963), - [sym_type_constraints] = STATE(1034), - [sym_modifiers] = STATE(9048), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3190), + [431] = { + [sym_primary_constructor] = STATE(923), + [sym__class_parameters] = STATE(976), + [sym_type_constraints] = STATE(971), + [sym_enum_class_body] = STATE(1181), + [sym_modifiers] = STATE(9192), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3186), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(3288), - [anon_sym_LBRACK] = ACTIONS(3194), - [anon_sym_as] = ACTIONS(3190), - [anon_sym_EQ] = ACTIONS(3190), - [anon_sym_constructor] = ACTIONS(3142), + [anon_sym_COLON] = ACTIONS(3268), + [anon_sym_LBRACK] = ACTIONS(3190), + [anon_sym_as] = ACTIONS(3186), + [anon_sym_EQ] = ACTIONS(3186), + [anon_sym_constructor] = ACTIONS(3154), [anon_sym_LBRACE] = ACTIONS(3156), - [anon_sym_RBRACE] = ACTIONS(3194), - [anon_sym_LPAREN] = ACTIONS(3146), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3190), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(3190), - [anon_sym_fun] = ACTIONS(3190), - [anon_sym_DOT] = ACTIONS(3190), - [anon_sym_SEMI] = ACTIONS(3194), - [anon_sym_get] = ACTIONS(3190), - [anon_sym_set] = ACTIONS(3190), - [anon_sym_this] = ACTIONS(3190), - [anon_sym_super] = ACTIONS(3190), - [anon_sym_STAR] = ACTIONS(3190), - [sym_label] = ACTIONS(3190), - [anon_sym_in] = ACTIONS(3190), - [anon_sym_DOT_DOT] = ACTIONS(3194), - [anon_sym_QMARK_COLON] = ACTIONS(3194), - [anon_sym_AMP_AMP] = ACTIONS(3194), - [anon_sym_PIPE_PIPE] = ACTIONS(3194), - [anon_sym_null] = ACTIONS(3190), - [anon_sym_if] = ACTIONS(3190), - [anon_sym_else] = ACTIONS(3190), - [anon_sym_when] = ACTIONS(3190), - [anon_sym_try] = ACTIONS(3190), - [anon_sym_throw] = ACTIONS(3190), - [anon_sym_return] = ACTIONS(3190), - [anon_sym_continue] = ACTIONS(3190), - [anon_sym_break] = ACTIONS(3190), - [anon_sym_COLON_COLON] = ACTIONS(3194), - [anon_sym_PLUS_EQ] = ACTIONS(3194), - [anon_sym_DASH_EQ] = ACTIONS(3194), - [anon_sym_STAR_EQ] = ACTIONS(3194), - [anon_sym_SLASH_EQ] = ACTIONS(3194), - [anon_sym_PERCENT_EQ] = ACTIONS(3194), - [anon_sym_BANG_EQ] = ACTIONS(3190), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3194), - [anon_sym_EQ_EQ] = ACTIONS(3190), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3194), - [anon_sym_LT_EQ] = ACTIONS(3194), - [anon_sym_GT_EQ] = ACTIONS(3194), - [anon_sym_BANGin] = ACTIONS(3194), - [anon_sym_is] = ACTIONS(3190), - [anon_sym_BANGis] = ACTIONS(3194), - [anon_sym_PLUS] = ACTIONS(3190), - [anon_sym_DASH] = ACTIONS(3190), - [anon_sym_SLASH] = ACTIONS(3190), - [anon_sym_PERCENT] = ACTIONS(3190), - [anon_sym_as_QMARK] = ACTIONS(3194), - [anon_sym_PLUS_PLUS] = ACTIONS(3194), - [anon_sym_DASH_DASH] = ACTIONS(3194), - [anon_sym_BANG] = ACTIONS(3190), - [anon_sym_BANG_BANG] = ACTIONS(3194), + [anon_sym_RBRACE] = ACTIONS(3190), + [anon_sym_LPAREN] = ACTIONS(3158), + [anon_sym_LT] = ACTIONS(3186), + [anon_sym_GT] = ACTIONS(3186), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(3186), + [anon_sym_fun] = ACTIONS(3186), + [anon_sym_DOT] = ACTIONS(3186), + [anon_sym_SEMI] = ACTIONS(3190), + [anon_sym_get] = ACTIONS(3186), + [anon_sym_set] = ACTIONS(3186), + [anon_sym_this] = ACTIONS(3186), + [anon_sym_super] = ACTIONS(3186), + [anon_sym_STAR] = ACTIONS(3186), + [sym_label] = ACTIONS(3186), + [anon_sym_in] = ACTIONS(3186), + [anon_sym_DOT_DOT] = ACTIONS(3190), + [anon_sym_QMARK_COLON] = ACTIONS(3190), + [anon_sym_AMP_AMP] = ACTIONS(3190), + [anon_sym_PIPE_PIPE] = ACTIONS(3190), + [anon_sym_null] = ACTIONS(3186), + [anon_sym_if] = ACTIONS(3186), + [anon_sym_else] = ACTIONS(3186), + [anon_sym_when] = ACTIONS(3186), + [anon_sym_try] = ACTIONS(3186), + [anon_sym_throw] = ACTIONS(3186), + [anon_sym_return] = ACTIONS(3186), + [anon_sym_continue] = ACTIONS(3186), + [anon_sym_break] = ACTIONS(3186), + [anon_sym_COLON_COLON] = ACTIONS(3190), + [anon_sym_PLUS_EQ] = ACTIONS(3190), + [anon_sym_DASH_EQ] = ACTIONS(3190), + [anon_sym_STAR_EQ] = ACTIONS(3190), + [anon_sym_SLASH_EQ] = ACTIONS(3190), + [anon_sym_PERCENT_EQ] = ACTIONS(3190), + [anon_sym_BANG_EQ] = ACTIONS(3186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3190), + [anon_sym_EQ_EQ] = ACTIONS(3186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3190), + [anon_sym_LT_EQ] = ACTIONS(3190), + [anon_sym_GT_EQ] = ACTIONS(3190), + [anon_sym_BANGin] = ACTIONS(3190), + [anon_sym_is] = ACTIONS(3186), + [anon_sym_BANGis] = ACTIONS(3190), + [anon_sym_PLUS] = ACTIONS(3186), + [anon_sym_DASH] = ACTIONS(3186), + [anon_sym_SLASH] = ACTIONS(3186), + [anon_sym_PERCENT] = ACTIONS(3186), + [anon_sym_as_QMARK] = ACTIONS(3190), + [anon_sym_PLUS_PLUS] = ACTIONS(3190), + [anon_sym_DASH_DASH] = ACTIONS(3190), + [anon_sym_BANG] = ACTIONS(3186), + [anon_sym_BANG_BANG] = ACTIONS(3190), [anon_sym_suspend] = ACTIONS(3120), [anon_sym_sealed] = ACTIONS(3122), [anon_sym_annotation] = ACTIONS(3122), @@ -88771,101 +88153,101 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3134), [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3194), - [anon_sym_continue_AT] = ACTIONS(3194), - [anon_sym_break_AT] = ACTIONS(3194), - [sym_real_literal] = ACTIONS(3194), - [sym_integer_literal] = ACTIONS(3190), - [sym_hex_literal] = ACTIONS(3194), - [sym_bin_literal] = ACTIONS(3194), - [anon_sym_true] = ACTIONS(3190), - [anon_sym_false] = ACTIONS(3190), - [anon_sym_SQUOTE] = ACTIONS(3194), - [sym__backtick_identifier] = ACTIONS(3194), - [sym__automatic_semicolon] = ACTIONS(3194), - [sym_safe_nav] = ACTIONS(3194), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3194), + [anon_sym_return_AT] = ACTIONS(3190), + [anon_sym_continue_AT] = ACTIONS(3190), + [anon_sym_break_AT] = ACTIONS(3190), + [sym_real_literal] = ACTIONS(3190), + [sym_integer_literal] = ACTIONS(3186), + [sym_hex_literal] = ACTIONS(3190), + [sym_bin_literal] = ACTIONS(3190), + [anon_sym_true] = ACTIONS(3186), + [anon_sym_false] = ACTIONS(3186), + [anon_sym_SQUOTE] = ACTIONS(3190), + [sym__backtick_identifier] = ACTIONS(3190), + [sym__automatic_semicolon] = ACTIONS(3190), + [sym_safe_nav] = ACTIONS(3190), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3190), }, - [438] = { - [sym_primary_constructor] = STATE(2964), - [sym__class_parameters] = STATE(3036), - [sym_type_constraints] = STATE(3031), - [sym_enum_class_body] = STATE(3366), - [sym_modifiers] = STATE(9011), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3190), + [432] = { + [sym_primary_constructor] = STATE(908), + [sym__class_parameters] = STATE(976), + [sym_type_constraints] = STATE(989), + [sym_enum_class_body] = STATE(1038), + [sym_modifiers] = STATE(9192), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3212), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(3290), - [anon_sym_LBRACK] = ACTIONS(3194), - [anon_sym_as] = ACTIONS(3190), - [anon_sym_EQ] = ACTIONS(3190), - [anon_sym_constructor] = ACTIONS(3110), - [anon_sym_LBRACE] = ACTIONS(3152), - [anon_sym_RBRACE] = ACTIONS(3194), - [anon_sym_LPAREN] = ACTIONS(3114), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3190), - [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(3190), - [anon_sym_fun] = ACTIONS(3190), - [anon_sym_DOT] = ACTIONS(3190), - [anon_sym_SEMI] = ACTIONS(3194), - [anon_sym_get] = ACTIONS(3190), - [anon_sym_set] = ACTIONS(3190), - [anon_sym_this] = ACTIONS(3190), - [anon_sym_super] = ACTIONS(3190), - [anon_sym_STAR] = ACTIONS(3190), - [sym_label] = ACTIONS(3190), - [anon_sym_in] = ACTIONS(3190), - [anon_sym_DOT_DOT] = ACTIONS(3194), - [anon_sym_QMARK_COLON] = ACTIONS(3194), - [anon_sym_AMP_AMP] = ACTIONS(3194), - [anon_sym_PIPE_PIPE] = ACTIONS(3194), - [anon_sym_null] = ACTIONS(3190), - [anon_sym_if] = ACTIONS(3190), - [anon_sym_else] = ACTIONS(3190), - [anon_sym_when] = ACTIONS(3190), - [anon_sym_try] = ACTIONS(3190), - [anon_sym_throw] = ACTIONS(3190), - [anon_sym_return] = ACTIONS(3190), - [anon_sym_continue] = ACTIONS(3190), - [anon_sym_break] = ACTIONS(3190), - [anon_sym_COLON_COLON] = ACTIONS(3194), - [anon_sym_PLUS_EQ] = ACTIONS(3194), - [anon_sym_DASH_EQ] = ACTIONS(3194), - [anon_sym_STAR_EQ] = ACTIONS(3194), - [anon_sym_SLASH_EQ] = ACTIONS(3194), - [anon_sym_PERCENT_EQ] = ACTIONS(3194), - [anon_sym_BANG_EQ] = ACTIONS(3190), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3194), - [anon_sym_EQ_EQ] = ACTIONS(3190), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3194), - [anon_sym_LT_EQ] = ACTIONS(3194), - [anon_sym_GT_EQ] = ACTIONS(3194), - [anon_sym_BANGin] = ACTIONS(3194), - [anon_sym_is] = ACTIONS(3190), - [anon_sym_BANGis] = ACTIONS(3194), - [anon_sym_PLUS] = ACTIONS(3190), - [anon_sym_DASH] = ACTIONS(3190), - [anon_sym_SLASH] = ACTIONS(3190), - [anon_sym_PERCENT] = ACTIONS(3190), - [anon_sym_as_QMARK] = ACTIONS(3194), - [anon_sym_PLUS_PLUS] = ACTIONS(3194), - [anon_sym_DASH_DASH] = ACTIONS(3194), - [anon_sym_BANG] = ACTIONS(3190), - [anon_sym_BANG_BANG] = ACTIONS(3194), + [anon_sym_COLON] = ACTIONS(3270), + [anon_sym_LBRACK] = ACTIONS(3216), + [anon_sym_as] = ACTIONS(3212), + [anon_sym_EQ] = ACTIONS(3212), + [anon_sym_constructor] = ACTIONS(3154), + [anon_sym_LBRACE] = ACTIONS(3156), + [anon_sym_RBRACE] = ACTIONS(3216), + [anon_sym_LPAREN] = ACTIONS(3158), + [anon_sym_LT] = ACTIONS(3212), + [anon_sym_GT] = ACTIONS(3212), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(3212), + [anon_sym_fun] = ACTIONS(3212), + [anon_sym_DOT] = ACTIONS(3212), + [anon_sym_SEMI] = ACTIONS(3216), + [anon_sym_get] = ACTIONS(3212), + [anon_sym_set] = ACTIONS(3212), + [anon_sym_this] = ACTIONS(3212), + [anon_sym_super] = ACTIONS(3212), + [anon_sym_STAR] = ACTIONS(3212), + [sym_label] = ACTIONS(3212), + [anon_sym_in] = ACTIONS(3212), + [anon_sym_DOT_DOT] = ACTIONS(3216), + [anon_sym_QMARK_COLON] = ACTIONS(3216), + [anon_sym_AMP_AMP] = ACTIONS(3216), + [anon_sym_PIPE_PIPE] = ACTIONS(3216), + [anon_sym_null] = ACTIONS(3212), + [anon_sym_if] = ACTIONS(3212), + [anon_sym_else] = ACTIONS(3212), + [anon_sym_when] = ACTIONS(3212), + [anon_sym_try] = ACTIONS(3212), + [anon_sym_throw] = ACTIONS(3212), + [anon_sym_return] = ACTIONS(3212), + [anon_sym_continue] = ACTIONS(3212), + [anon_sym_break] = ACTIONS(3212), + [anon_sym_COLON_COLON] = ACTIONS(3216), + [anon_sym_PLUS_EQ] = ACTIONS(3216), + [anon_sym_DASH_EQ] = ACTIONS(3216), + [anon_sym_STAR_EQ] = ACTIONS(3216), + [anon_sym_SLASH_EQ] = ACTIONS(3216), + [anon_sym_PERCENT_EQ] = ACTIONS(3216), + [anon_sym_BANG_EQ] = ACTIONS(3212), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3216), + [anon_sym_EQ_EQ] = ACTIONS(3212), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3216), + [anon_sym_LT_EQ] = ACTIONS(3216), + [anon_sym_GT_EQ] = ACTIONS(3216), + [anon_sym_BANGin] = ACTIONS(3216), + [anon_sym_is] = ACTIONS(3212), + [anon_sym_BANGis] = ACTIONS(3216), + [anon_sym_PLUS] = ACTIONS(3212), + [anon_sym_DASH] = ACTIONS(3212), + [anon_sym_SLASH] = ACTIONS(3212), + [anon_sym_PERCENT] = ACTIONS(3212), + [anon_sym_as_QMARK] = ACTIONS(3216), + [anon_sym_PLUS_PLUS] = ACTIONS(3216), + [anon_sym_DASH_DASH] = ACTIONS(3216), + [anon_sym_BANG] = ACTIONS(3212), + [anon_sym_BANG_BANG] = ACTIONS(3216), [anon_sym_suspend] = ACTIONS(3120), [anon_sym_sealed] = ACTIONS(3122), [anon_sym_annotation] = ACTIONS(3122), @@ -88892,101 +88274,101 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3134), [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3194), - [anon_sym_continue_AT] = ACTIONS(3194), - [anon_sym_break_AT] = ACTIONS(3194), - [sym_real_literal] = ACTIONS(3194), - [sym_integer_literal] = ACTIONS(3190), - [sym_hex_literal] = ACTIONS(3194), - [sym_bin_literal] = ACTIONS(3194), - [anon_sym_true] = ACTIONS(3190), - [anon_sym_false] = ACTIONS(3190), - [anon_sym_SQUOTE] = ACTIONS(3194), - [sym__backtick_identifier] = ACTIONS(3194), - [sym__automatic_semicolon] = ACTIONS(3194), - [sym_safe_nav] = ACTIONS(3194), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3194), + [anon_sym_return_AT] = ACTIONS(3216), + [anon_sym_continue_AT] = ACTIONS(3216), + [anon_sym_break_AT] = ACTIONS(3216), + [sym_real_literal] = ACTIONS(3216), + [sym_integer_literal] = ACTIONS(3212), + [sym_hex_literal] = ACTIONS(3216), + [sym_bin_literal] = ACTIONS(3216), + [anon_sym_true] = ACTIONS(3212), + [anon_sym_false] = ACTIONS(3212), + [anon_sym_SQUOTE] = ACTIONS(3216), + [sym__backtick_identifier] = ACTIONS(3216), + [sym__automatic_semicolon] = ACTIONS(3216), + [sym_safe_nav] = ACTIONS(3216), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3216), }, - [439] = { + [433] = { [sym_type_constraints] = STATE(447), - [sym_property_delegate] = STATE(496), - [sym_getter] = STATE(1137), - [sym_setter] = STATE(1137), - [sym_modifiers] = STATE(8548), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3272), + [sym_property_delegate] = STATE(515), + [sym_getter] = STATE(1074), + [sym_setter] = STATE(1074), + [sym_modifiers] = STATE(8845), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3230), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3274), - [anon_sym_as] = ACTIONS(3272), - [anon_sym_EQ] = ACTIONS(3292), - [anon_sym_LBRACE] = ACTIONS(3274), - [anon_sym_RBRACE] = ACTIONS(3274), - [anon_sym_LPAREN] = ACTIONS(3274), - [anon_sym_COMMA] = ACTIONS(3274), - [anon_sym_by] = ACTIONS(3236), - [anon_sym_LT] = ACTIONS(3272), - [anon_sym_GT] = ACTIONS(3272), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(3272), - [anon_sym_fun] = ACTIONS(3272), - [anon_sym_DOT] = ACTIONS(3272), - [anon_sym_SEMI] = ACTIONS(3294), - [anon_sym_get] = ACTIONS(3246), - [anon_sym_set] = ACTIONS(3248), - [anon_sym_this] = ACTIONS(3272), - [anon_sym_super] = ACTIONS(3272), - [anon_sym_STAR] = ACTIONS(3272), - [sym_label] = ACTIONS(3272), - [anon_sym_in] = ACTIONS(3272), - [anon_sym_DOT_DOT] = ACTIONS(3274), - [anon_sym_QMARK_COLON] = ACTIONS(3274), - [anon_sym_AMP_AMP] = ACTIONS(3274), - [anon_sym_PIPE_PIPE] = ACTIONS(3274), - [anon_sym_null] = ACTIONS(3272), - [anon_sym_if] = ACTIONS(3272), - [anon_sym_else] = ACTIONS(3272), - [anon_sym_when] = ACTIONS(3272), - [anon_sym_try] = ACTIONS(3272), - [anon_sym_throw] = ACTIONS(3272), - [anon_sym_return] = ACTIONS(3272), - [anon_sym_continue] = ACTIONS(3272), - [anon_sym_break] = ACTIONS(3272), - [anon_sym_COLON_COLON] = ACTIONS(3274), - [anon_sym_PLUS_EQ] = ACTIONS(3274), - [anon_sym_DASH_EQ] = ACTIONS(3274), - [anon_sym_STAR_EQ] = ACTIONS(3274), - [anon_sym_SLASH_EQ] = ACTIONS(3274), - [anon_sym_PERCENT_EQ] = ACTIONS(3274), - [anon_sym_BANG_EQ] = ACTIONS(3272), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3274), - [anon_sym_EQ_EQ] = ACTIONS(3272), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3274), - [anon_sym_LT_EQ] = ACTIONS(3274), - [anon_sym_GT_EQ] = ACTIONS(3274), - [anon_sym_BANGin] = ACTIONS(3274), - [anon_sym_is] = ACTIONS(3272), - [anon_sym_BANGis] = ACTIONS(3274), - [anon_sym_PLUS] = ACTIONS(3272), - [anon_sym_DASH] = ACTIONS(3272), - [anon_sym_SLASH] = ACTIONS(3272), - [anon_sym_PERCENT] = ACTIONS(3272), - [anon_sym_as_QMARK] = ACTIONS(3274), - [anon_sym_PLUS_PLUS] = ACTIONS(3274), - [anon_sym_DASH_DASH] = ACTIONS(3274), - [anon_sym_BANG] = ACTIONS(3272), - [anon_sym_BANG_BANG] = ACTIONS(3274), + [anon_sym_LBRACK] = ACTIONS(3234), + [anon_sym_as] = ACTIONS(3230), + [anon_sym_EQ] = ACTIONS(3272), + [anon_sym_LBRACE] = ACTIONS(3234), + [anon_sym_RBRACE] = ACTIONS(3234), + [anon_sym_LPAREN] = ACTIONS(3234), + [anon_sym_COMMA] = ACTIONS(3234), + [anon_sym_by] = ACTIONS(3238), + [anon_sym_LT] = ACTIONS(3230), + [anon_sym_GT] = ACTIONS(3230), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(3230), + [anon_sym_fun] = ACTIONS(3230), + [anon_sym_DOT] = ACTIONS(3230), + [anon_sym_SEMI] = ACTIONS(3274), + [anon_sym_get] = ACTIONS(3256), + [anon_sym_set] = ACTIONS(3258), + [anon_sym_this] = ACTIONS(3230), + [anon_sym_super] = ACTIONS(3230), + [anon_sym_STAR] = ACTIONS(3230), + [sym_label] = ACTIONS(3230), + [anon_sym_in] = ACTIONS(3230), + [anon_sym_DOT_DOT] = ACTIONS(3234), + [anon_sym_QMARK_COLON] = ACTIONS(3234), + [anon_sym_AMP_AMP] = ACTIONS(3234), + [anon_sym_PIPE_PIPE] = ACTIONS(3234), + [anon_sym_null] = ACTIONS(3230), + [anon_sym_if] = ACTIONS(3230), + [anon_sym_else] = ACTIONS(3230), + [anon_sym_when] = ACTIONS(3230), + [anon_sym_try] = ACTIONS(3230), + [anon_sym_throw] = ACTIONS(3230), + [anon_sym_return] = ACTIONS(3230), + [anon_sym_continue] = ACTIONS(3230), + [anon_sym_break] = ACTIONS(3230), + [anon_sym_COLON_COLON] = ACTIONS(3234), + [anon_sym_PLUS_EQ] = ACTIONS(3234), + [anon_sym_DASH_EQ] = ACTIONS(3234), + [anon_sym_STAR_EQ] = ACTIONS(3234), + [anon_sym_SLASH_EQ] = ACTIONS(3234), + [anon_sym_PERCENT_EQ] = ACTIONS(3234), + [anon_sym_BANG_EQ] = ACTIONS(3230), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3234), + [anon_sym_EQ_EQ] = ACTIONS(3230), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3234), + [anon_sym_LT_EQ] = ACTIONS(3234), + [anon_sym_GT_EQ] = ACTIONS(3234), + [anon_sym_BANGin] = ACTIONS(3234), + [anon_sym_is] = ACTIONS(3230), + [anon_sym_BANGis] = ACTIONS(3234), + [anon_sym_PLUS] = ACTIONS(3230), + [anon_sym_DASH] = ACTIONS(3230), + [anon_sym_SLASH] = ACTIONS(3230), + [anon_sym_PERCENT] = ACTIONS(3230), + [anon_sym_as_QMARK] = ACTIONS(3234), + [anon_sym_PLUS_PLUS] = ACTIONS(3234), + [anon_sym_DASH_DASH] = ACTIONS(3234), + [anon_sym_BANG] = ACTIONS(3230), + [anon_sym_BANG_BANG] = ACTIONS(3234), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -89010,103 +88392,225 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3274), - [anon_sym_continue_AT] = ACTIONS(3274), - [anon_sym_break_AT] = ACTIONS(3274), - [sym_real_literal] = ACTIONS(3274), - [sym_integer_literal] = ACTIONS(3272), - [sym_hex_literal] = ACTIONS(3274), - [sym_bin_literal] = ACTIONS(3274), - [anon_sym_true] = ACTIONS(3272), - [anon_sym_false] = ACTIONS(3272), - [anon_sym_SQUOTE] = ACTIONS(3274), - [sym__backtick_identifier] = ACTIONS(3274), - [sym__automatic_semicolon] = ACTIONS(3274), - [sym_safe_nav] = ACTIONS(3274), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3274), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3234), + [anon_sym_continue_AT] = ACTIONS(3234), + [anon_sym_break_AT] = ACTIONS(3234), + [sym_real_literal] = ACTIONS(3234), + [sym_integer_literal] = ACTIONS(3230), + [sym_hex_literal] = ACTIONS(3234), + [sym_bin_literal] = ACTIONS(3234), + [anon_sym_true] = ACTIONS(3230), + [anon_sym_false] = ACTIONS(3230), + [anon_sym_SQUOTE] = ACTIONS(3234), + [sym__backtick_identifier] = ACTIONS(3234), + [sym__automatic_semicolon] = ACTIONS(3234), + [sym_safe_nav] = ACTIONS(3234), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3234), }, - [440] = { - [sym_type_constraints] = STATE(495), - [sym_property_delegate] = STATE(603), - [sym_getter] = STATE(3388), - [sym_setter] = STATE(3388), - [sym_modifiers] = STATE(8566), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3272), + [434] = { + [sym_primary_constructor] = STATE(930), + [sym_class_body] = STATE(1139), + [sym__class_parameters] = STATE(976), + [sym_type_constraints] = STATE(957), + [sym_modifiers] = STATE(9192), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3196), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_COLON] = ACTIONS(3276), + [anon_sym_LBRACK] = ACTIONS(3200), + [anon_sym_as] = ACTIONS(3196), + [anon_sym_EQ] = ACTIONS(3196), + [anon_sym_constructor] = ACTIONS(3154), + [anon_sym_LBRACE] = ACTIONS(3180), + [anon_sym_RBRACE] = ACTIONS(3200), + [anon_sym_LPAREN] = ACTIONS(3158), + [anon_sym_LT] = ACTIONS(3196), + [anon_sym_GT] = ACTIONS(3196), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(3196), + [anon_sym_fun] = ACTIONS(3196), + [anon_sym_DOT] = ACTIONS(3196), + [anon_sym_SEMI] = ACTIONS(3200), + [anon_sym_get] = ACTIONS(3196), + [anon_sym_set] = ACTIONS(3196), + [anon_sym_this] = ACTIONS(3196), + [anon_sym_super] = ACTIONS(3196), + [anon_sym_STAR] = ACTIONS(3196), + [sym_label] = ACTIONS(3196), + [anon_sym_in] = ACTIONS(3196), + [anon_sym_DOT_DOT] = ACTIONS(3200), + [anon_sym_QMARK_COLON] = ACTIONS(3200), + [anon_sym_AMP_AMP] = ACTIONS(3200), + [anon_sym_PIPE_PIPE] = ACTIONS(3200), + [anon_sym_null] = ACTIONS(3196), + [anon_sym_if] = ACTIONS(3196), + [anon_sym_else] = ACTIONS(3196), + [anon_sym_when] = ACTIONS(3196), + [anon_sym_try] = ACTIONS(3196), + [anon_sym_throw] = ACTIONS(3196), + [anon_sym_return] = ACTIONS(3196), + [anon_sym_continue] = ACTIONS(3196), + [anon_sym_break] = ACTIONS(3196), + [anon_sym_COLON_COLON] = ACTIONS(3200), + [anon_sym_PLUS_EQ] = ACTIONS(3200), + [anon_sym_DASH_EQ] = ACTIONS(3200), + [anon_sym_STAR_EQ] = ACTIONS(3200), + [anon_sym_SLASH_EQ] = ACTIONS(3200), + [anon_sym_PERCENT_EQ] = ACTIONS(3200), + [anon_sym_BANG_EQ] = ACTIONS(3196), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3200), + [anon_sym_EQ_EQ] = ACTIONS(3196), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3200), + [anon_sym_LT_EQ] = ACTIONS(3200), + [anon_sym_GT_EQ] = ACTIONS(3200), + [anon_sym_BANGin] = ACTIONS(3200), + [anon_sym_is] = ACTIONS(3196), + [anon_sym_BANGis] = ACTIONS(3200), + [anon_sym_PLUS] = ACTIONS(3196), + [anon_sym_DASH] = ACTIONS(3196), + [anon_sym_SLASH] = ACTIONS(3196), + [anon_sym_PERCENT] = ACTIONS(3196), + [anon_sym_as_QMARK] = ACTIONS(3200), + [anon_sym_PLUS_PLUS] = ACTIONS(3200), + [anon_sym_DASH_DASH] = ACTIONS(3200), + [anon_sym_BANG] = ACTIONS(3196), + [anon_sym_BANG_BANG] = ACTIONS(3200), + [anon_sym_suspend] = ACTIONS(3120), + [anon_sym_sealed] = ACTIONS(3122), + [anon_sym_annotation] = ACTIONS(3122), + [anon_sym_data] = ACTIONS(3122), + [anon_sym_inner] = ACTIONS(3122), + [anon_sym_override] = ACTIONS(3124), + [anon_sym_lateinit] = ACTIONS(3124), + [anon_sym_public] = ACTIONS(3126), + [anon_sym_private] = ACTIONS(3126), + [anon_sym_internal] = ACTIONS(3126), + [anon_sym_protected] = ACTIONS(3126), + [anon_sym_tailrec] = ACTIONS(3120), + [anon_sym_operator] = ACTIONS(3120), + [anon_sym_infix] = ACTIONS(3120), + [anon_sym_inline] = ACTIONS(3120), + [anon_sym_external] = ACTIONS(3120), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3130), + [anon_sym_final] = ACTIONS(3130), + [anon_sym_open] = ACTIONS(3130), + [anon_sym_vararg] = ACTIONS(3132), + [anon_sym_noinline] = ACTIONS(3132), + [anon_sym_crossinline] = ACTIONS(3132), + [anon_sym_expect] = ACTIONS(3134), + [anon_sym_actual] = ACTIONS(3134), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3200), + [anon_sym_continue_AT] = ACTIONS(3200), + [anon_sym_break_AT] = ACTIONS(3200), + [sym_real_literal] = ACTIONS(3200), + [sym_integer_literal] = ACTIONS(3196), + [sym_hex_literal] = ACTIONS(3200), + [sym_bin_literal] = ACTIONS(3200), + [anon_sym_true] = ACTIONS(3196), + [anon_sym_false] = ACTIONS(3196), + [anon_sym_SQUOTE] = ACTIONS(3200), + [sym__backtick_identifier] = ACTIONS(3200), + [sym__automatic_semicolon] = ACTIONS(3200), + [sym_safe_nav] = ACTIONS(3200), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3200), + }, + [435] = { + [sym_type_constraints] = STATE(452), + [sym_property_delegate] = STATE(488), + [sym_getter] = STATE(1142), + [sym_setter] = STATE(1142), + [sym_modifiers] = STATE(8845), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3274), - [anon_sym_as] = ACTIONS(3272), - [anon_sym_EQ] = ACTIONS(3296), - [anon_sym_LBRACE] = ACTIONS(3274), - [anon_sym_RBRACE] = ACTIONS(3274), - [anon_sym_LPAREN] = ACTIONS(3274), - [anon_sym_by] = ACTIONS(3298), - [anon_sym_LT] = ACTIONS(3272), - [anon_sym_GT] = ACTIONS(3272), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(3272), - [anon_sym_fun] = ACTIONS(3272), - [anon_sym_DOT] = ACTIONS(3272), - [anon_sym_SEMI] = ACTIONS(3300), - [anon_sym_get] = ACTIONS(3302), - [anon_sym_set] = ACTIONS(3304), - [anon_sym_this] = ACTIONS(3272), - [anon_sym_super] = ACTIONS(3272), - [anon_sym_STAR] = ACTIONS(3272), - [sym_label] = ACTIONS(3272), - [anon_sym_in] = ACTIONS(3272), - [anon_sym_DOT_DOT] = ACTIONS(3274), - [anon_sym_QMARK_COLON] = ACTIONS(3274), - [anon_sym_AMP_AMP] = ACTIONS(3274), - [anon_sym_PIPE_PIPE] = ACTIONS(3274), - [anon_sym_null] = ACTIONS(3272), - [anon_sym_if] = ACTIONS(3272), - [anon_sym_else] = ACTIONS(3272), - [anon_sym_when] = ACTIONS(3272), - [anon_sym_try] = ACTIONS(3272), - [anon_sym_throw] = ACTIONS(3272), - [anon_sym_return] = ACTIONS(3272), - [anon_sym_continue] = ACTIONS(3272), - [anon_sym_break] = ACTIONS(3272), - [anon_sym_COLON_COLON] = ACTIONS(3274), - [anon_sym_PLUS_EQ] = ACTIONS(3274), - [anon_sym_DASH_EQ] = ACTIONS(3274), - [anon_sym_STAR_EQ] = ACTIONS(3274), - [anon_sym_SLASH_EQ] = ACTIONS(3274), - [anon_sym_PERCENT_EQ] = ACTIONS(3274), - [anon_sym_BANG_EQ] = ACTIONS(3272), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3274), - [anon_sym_EQ_EQ] = ACTIONS(3272), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3274), - [anon_sym_LT_EQ] = ACTIONS(3274), - [anon_sym_GT_EQ] = ACTIONS(3274), - [anon_sym_BANGin] = ACTIONS(3274), - [anon_sym_is] = ACTIONS(3272), - [anon_sym_BANGis] = ACTIONS(3274), - [anon_sym_PLUS] = ACTIONS(3272), - [anon_sym_DASH] = ACTIONS(3272), - [anon_sym_SLASH] = ACTIONS(3272), - [anon_sym_PERCENT] = ACTIONS(3272), - [anon_sym_as_QMARK] = ACTIONS(3274), - [anon_sym_PLUS_PLUS] = ACTIONS(3274), - [anon_sym_DASH_DASH] = ACTIONS(3274), - [anon_sym_BANG] = ACTIONS(3272), - [anon_sym_BANG_BANG] = ACTIONS(3274), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_EQ] = ACTIONS(3282), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_COMMA] = ACTIONS(3280), + [anon_sym_by] = ACTIONS(3238), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(3278), + [anon_sym_fun] = ACTIONS(3278), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(3284), + [anon_sym_get] = ACTIONS(3256), + [anon_sym_set] = ACTIONS(3258), + [anon_sym_this] = ACTIONS(3278), + [anon_sym_super] = ACTIONS(3278), + [anon_sym_STAR] = ACTIONS(3278), + [sym_label] = ACTIONS(3278), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_null] = ACTIONS(3278), + [anon_sym_if] = ACTIONS(3278), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_when] = ACTIONS(3278), + [anon_sym_try] = ACTIONS(3278), + [anon_sym_throw] = ACTIONS(3278), + [anon_sym_return] = ACTIONS(3278), + [anon_sym_continue] = ACTIONS(3278), + [anon_sym_break] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_PLUS_EQ] = ACTIONS(3280), + [anon_sym_DASH_EQ] = ACTIONS(3280), + [anon_sym_STAR_EQ] = ACTIONS(3280), + [anon_sym_SLASH_EQ] = ACTIONS(3280), + [anon_sym_PERCENT_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3278), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG] = ACTIONS(3278), + [anon_sym_BANG_BANG] = ACTIONS(3280), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -89130,103 +88634,104 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3274), - [anon_sym_continue_AT] = ACTIONS(3274), - [anon_sym_break_AT] = ACTIONS(3274), - [sym_real_literal] = ACTIONS(3274), - [sym_integer_literal] = ACTIONS(3272), - [sym_hex_literal] = ACTIONS(3274), - [sym_bin_literal] = ACTIONS(3274), - [anon_sym_true] = ACTIONS(3272), - [anon_sym_false] = ACTIONS(3272), - [anon_sym_SQUOTE] = ACTIONS(3274), - [sym__backtick_identifier] = ACTIONS(3274), - [sym__automatic_semicolon] = ACTIONS(3274), - [sym_safe_nav] = ACTIONS(3274), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3274), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3280), + [anon_sym_continue_AT] = ACTIONS(3280), + [anon_sym_break_AT] = ACTIONS(3280), + [sym_real_literal] = ACTIONS(3280), + [sym_integer_literal] = ACTIONS(3278), + [sym_hex_literal] = ACTIONS(3280), + [sym_bin_literal] = ACTIONS(3280), + [anon_sym_true] = ACTIONS(3278), + [anon_sym_false] = ACTIONS(3278), + [anon_sym_SQUOTE] = ACTIONS(3280), + [sym__backtick_identifier] = ACTIONS(3280), + [sym__automatic_semicolon] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3280), }, - [441] = { - [sym_type_constraints] = STATE(492), - [sym_property_delegate] = STATE(590), - [sym_getter] = STATE(1110), - [sym_setter] = STATE(1110), - [sym_modifiers] = STATE(8830), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), + [436] = { + [sym_type_constraints] = STATE(453), + [sym_property_delegate] = STATE(497), + [sym_getter] = STATE(3288), + [sym_setter] = STATE(3288), + [sym_modifiers] = STATE(8689), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_EQ] = ACTIONS(3306), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_by] = ACTIONS(3298), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(1776), - [anon_sym_fun] = ACTIONS(1776), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(1848), - [anon_sym_get] = ACTIONS(3308), - [anon_sym_set] = ACTIONS(3310), - [anon_sym_this] = ACTIONS(1776), - [anon_sym_super] = ACTIONS(1776), - [anon_sym_STAR] = ACTIONS(1776), - [sym_label] = ACTIONS(1776), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_null] = ACTIONS(1776), - [anon_sym_if] = ACTIONS(1776), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_when] = ACTIONS(1776), - [anon_sym_try] = ACTIONS(1776), - [anon_sym_throw] = ACTIONS(1776), - [anon_sym_return] = ACTIONS(1776), - [anon_sym_continue] = ACTIONS(1776), - [anon_sym_break] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_PLUS_EQ] = ACTIONS(1778), - [anon_sym_DASH_EQ] = ACTIONS(1778), - [anon_sym_STAR_EQ] = ACTIONS(1778), - [anon_sym_SLASH_EQ] = ACTIONS(1778), - [anon_sym_PERCENT_EQ] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1776), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG] = ACTIONS(1776), - [anon_sym_BANG_BANG] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_EQ] = ACTIONS(3286), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_COMMA] = ACTIONS(1786), + [anon_sym_by] = ACTIONS(3238), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(1784), + [anon_sym_fun] = ACTIONS(1784), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(1788), + [anon_sym_get] = ACTIONS(3242), + [anon_sym_set] = ACTIONS(3244), + [anon_sym_this] = ACTIONS(1784), + [anon_sym_super] = ACTIONS(1784), + [anon_sym_STAR] = ACTIONS(1784), + [sym_label] = ACTIONS(1784), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_null] = ACTIONS(1784), + [anon_sym_if] = ACTIONS(1784), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_when] = ACTIONS(1784), + [anon_sym_try] = ACTIONS(1784), + [anon_sym_throw] = ACTIONS(1784), + [anon_sym_return] = ACTIONS(1784), + [anon_sym_continue] = ACTIONS(1784), + [anon_sym_break] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_PLUS_EQ] = ACTIONS(1786), + [anon_sym_DASH_EQ] = ACTIONS(1786), + [anon_sym_STAR_EQ] = ACTIONS(1786), + [anon_sym_SLASH_EQ] = ACTIONS(1786), + [anon_sym_PERCENT_EQ] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1784), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG] = ACTIONS(1784), + [anon_sym_BANG_BANG] = ACTIONS(1786), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -89250,103 +88755,104 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1778), - [anon_sym_continue_AT] = ACTIONS(1778), - [anon_sym_break_AT] = ACTIONS(1778), - [sym_real_literal] = ACTIONS(1778), - [sym_integer_literal] = ACTIONS(1776), - [sym_hex_literal] = ACTIONS(1778), - [sym_bin_literal] = ACTIONS(1778), - [anon_sym_true] = ACTIONS(1776), - [anon_sym_false] = ACTIONS(1776), - [anon_sym_SQUOTE] = ACTIONS(1778), - [sym__backtick_identifier] = ACTIONS(1778), - [sym__automatic_semicolon] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1778), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1786), + [anon_sym_continue_AT] = ACTIONS(1786), + [anon_sym_break_AT] = ACTIONS(1786), + [sym_real_literal] = ACTIONS(1786), + [sym_integer_literal] = ACTIONS(1784), + [sym_hex_literal] = ACTIONS(1786), + [sym_bin_literal] = ACTIONS(1786), + [anon_sym_true] = ACTIONS(1784), + [anon_sym_false] = ACTIONS(1784), + [anon_sym_SQUOTE] = ACTIONS(1786), + [sym__backtick_identifier] = ACTIONS(1786), + [sym__automatic_semicolon] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1786), }, - [442] = { - [sym_type_constraints] = STATE(487), - [sym_property_delegate] = STATE(553), - [sym_getter] = STATE(1052), - [sym_setter] = STATE(1052), - [sym_modifiers] = STATE(8830), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1764), + [437] = { + [sym_type_constraints] = STATE(441), + [sym_property_delegate] = STATE(500), + [sym_getter] = STATE(3447), + [sym_setter] = STATE(3447), + [sym_modifiers] = STATE(8689), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1766), - [anon_sym_as] = ACTIONS(1764), - [anon_sym_EQ] = ACTIONS(3312), - [anon_sym_LBRACE] = ACTIONS(1766), - [anon_sym_RBRACE] = ACTIONS(1766), - [anon_sym_LPAREN] = ACTIONS(1766), - [anon_sym_by] = ACTIONS(3298), - [anon_sym_LT] = ACTIONS(1764), - [anon_sym_GT] = ACTIONS(1764), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(1764), - [anon_sym_fun] = ACTIONS(1764), - [anon_sym_DOT] = ACTIONS(1764), - [anon_sym_SEMI] = ACTIONS(1852), - [anon_sym_get] = ACTIONS(3308), - [anon_sym_set] = ACTIONS(3310), - [anon_sym_this] = ACTIONS(1764), - [anon_sym_super] = ACTIONS(1764), - [anon_sym_STAR] = ACTIONS(1764), - [sym_label] = ACTIONS(1764), - [anon_sym_in] = ACTIONS(1764), - [anon_sym_DOT_DOT] = ACTIONS(1766), - [anon_sym_QMARK_COLON] = ACTIONS(1766), - [anon_sym_AMP_AMP] = ACTIONS(1766), - [anon_sym_PIPE_PIPE] = ACTIONS(1766), - [anon_sym_null] = ACTIONS(1764), - [anon_sym_if] = ACTIONS(1764), - [anon_sym_else] = ACTIONS(1764), - [anon_sym_when] = ACTIONS(1764), - [anon_sym_try] = ACTIONS(1764), - [anon_sym_throw] = ACTIONS(1764), - [anon_sym_return] = ACTIONS(1764), - [anon_sym_continue] = ACTIONS(1764), - [anon_sym_break] = ACTIONS(1764), - [anon_sym_COLON_COLON] = ACTIONS(1766), - [anon_sym_PLUS_EQ] = ACTIONS(1766), - [anon_sym_DASH_EQ] = ACTIONS(1766), - [anon_sym_STAR_EQ] = ACTIONS(1766), - [anon_sym_SLASH_EQ] = ACTIONS(1766), - [anon_sym_PERCENT_EQ] = ACTIONS(1766), - [anon_sym_BANG_EQ] = ACTIONS(1764), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), - [anon_sym_EQ_EQ] = ACTIONS(1764), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1766), - [anon_sym_LT_EQ] = ACTIONS(1766), - [anon_sym_GT_EQ] = ACTIONS(1766), - [anon_sym_BANGin] = ACTIONS(1766), - [anon_sym_is] = ACTIONS(1764), - [anon_sym_BANGis] = ACTIONS(1766), - [anon_sym_PLUS] = ACTIONS(1764), - [anon_sym_DASH] = ACTIONS(1764), - [anon_sym_SLASH] = ACTIONS(1764), - [anon_sym_PERCENT] = ACTIONS(1764), - [anon_sym_as_QMARK] = ACTIONS(1766), - [anon_sym_PLUS_PLUS] = ACTIONS(1766), - [anon_sym_DASH_DASH] = ACTIONS(1766), - [anon_sym_BANG] = ACTIONS(1764), - [anon_sym_BANG_BANG] = ACTIONS(1766), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_EQ] = ACTIONS(3288), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_COMMA] = ACTIONS(3280), + [anon_sym_by] = ACTIONS(3238), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(3278), + [anon_sym_fun] = ACTIONS(3278), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(3290), + [anon_sym_get] = ACTIONS(3242), + [anon_sym_set] = ACTIONS(3244), + [anon_sym_this] = ACTIONS(3278), + [anon_sym_super] = ACTIONS(3278), + [anon_sym_STAR] = ACTIONS(3278), + [sym_label] = ACTIONS(3278), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_null] = ACTIONS(3278), + [anon_sym_if] = ACTIONS(3278), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_when] = ACTIONS(3278), + [anon_sym_try] = ACTIONS(3278), + [anon_sym_throw] = ACTIONS(3278), + [anon_sym_return] = ACTIONS(3278), + [anon_sym_continue] = ACTIONS(3278), + [anon_sym_break] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_PLUS_EQ] = ACTIONS(3280), + [anon_sym_DASH_EQ] = ACTIONS(3280), + [anon_sym_STAR_EQ] = ACTIONS(3280), + [anon_sym_SLASH_EQ] = ACTIONS(3280), + [anon_sym_PERCENT_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3278), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG] = ACTIONS(3278), + [anon_sym_BANG_BANG] = ACTIONS(3280), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -89370,61 +88876,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1766), - [anon_sym_continue_AT] = ACTIONS(1766), - [anon_sym_break_AT] = ACTIONS(1766), - [sym_real_literal] = ACTIONS(1766), - [sym_integer_literal] = ACTIONS(1764), - [sym_hex_literal] = ACTIONS(1766), - [sym_bin_literal] = ACTIONS(1766), - [anon_sym_true] = ACTIONS(1764), - [anon_sym_false] = ACTIONS(1764), - [anon_sym_SQUOTE] = ACTIONS(1766), - [sym__backtick_identifier] = ACTIONS(1766), - [sym__automatic_semicolon] = ACTIONS(1766), - [sym_safe_nav] = ACTIONS(1766), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1766), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3280), + [anon_sym_continue_AT] = ACTIONS(3280), + [anon_sym_break_AT] = ACTIONS(3280), + [sym_real_literal] = ACTIONS(3280), + [sym_integer_literal] = ACTIONS(3278), + [sym_hex_literal] = ACTIONS(3280), + [sym_bin_literal] = ACTIONS(3280), + [anon_sym_true] = ACTIONS(3278), + [anon_sym_false] = ACTIONS(3278), + [anon_sym_SQUOTE] = ACTIONS(3280), + [sym__backtick_identifier] = ACTIONS(3280), + [sym__automatic_semicolon] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3280), }, - [443] = { - [sym_property_delegate] = STATE(479), - [sym_getter] = STATE(3334), - [sym_setter] = STATE(3334), - [sym_modifiers] = STATE(8582), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [438] = { + [sym_type_constraints] = STATE(443), + [sym_property_delegate] = STATE(499), + [sym_getter] = STATE(3184), + [sym_setter] = STATE(3184), + [sym_modifiers] = STATE(8689), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1694), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1696), [anon_sym_as] = ACTIONS(1694), - [anon_sym_EQ] = ACTIONS(3280), + [anon_sym_EQ] = ACTIONS(3292), [anon_sym_LBRACE] = ACTIONS(1696), [anon_sym_RBRACE] = ACTIONS(1696), [anon_sym_LPAREN] = ACTIONS(1696), [anon_sym_COMMA] = ACTIONS(1696), - [anon_sym_by] = ACTIONS(3236), + [anon_sym_by] = ACTIONS(3238), [anon_sym_LT] = ACTIONS(1694), [anon_sym_GT] = ACTIONS(1694), - [anon_sym_where] = ACTIONS(1694), + [anon_sym_where] = ACTIONS(3160), [anon_sym_object] = ACTIONS(1694), [anon_sym_fun] = ACTIONS(1694), [anon_sym_DOT] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(1758), - [anon_sym_get] = ACTIONS(3238), - [anon_sym_set] = ACTIONS(3240), + [anon_sym_SEMI] = ACTIONS(1706), + [anon_sym_get] = ACTIONS(3242), + [anon_sym_set] = ACTIONS(3244), [anon_sym_this] = ACTIONS(1694), [anon_sym_super] = ACTIONS(1694), [anon_sym_STAR] = ACTIONS(1694), @@ -89490,8 +88997,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(1696), [anon_sym_continue_AT] = ACTIONS(1696), @@ -89509,84 +89016,565 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(1696), }, - [444] = { + [439] = { + [sym_type_constraints] = STATE(444), + [sym_property_delegate] = STATE(496), + [sym_getter] = STATE(1188), + [sym_setter] = STATE(1188), + [sym_modifiers] = STATE(8845), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_EQ] = ACTIONS(3294), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_COMMA] = ACTIONS(1786), + [anon_sym_by] = ACTIONS(3238), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(1784), + [anon_sym_fun] = ACTIONS(1784), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(1790), + [anon_sym_get] = ACTIONS(3256), + [anon_sym_set] = ACTIONS(3258), + [anon_sym_this] = ACTIONS(1784), + [anon_sym_super] = ACTIONS(1784), + [anon_sym_STAR] = ACTIONS(1784), + [sym_label] = ACTIONS(1784), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_null] = ACTIONS(1784), + [anon_sym_if] = ACTIONS(1784), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_when] = ACTIONS(1784), + [anon_sym_try] = ACTIONS(1784), + [anon_sym_throw] = ACTIONS(1784), + [anon_sym_return] = ACTIONS(1784), + [anon_sym_continue] = ACTIONS(1784), + [anon_sym_break] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_PLUS_EQ] = ACTIONS(1786), + [anon_sym_DASH_EQ] = ACTIONS(1786), + [anon_sym_STAR_EQ] = ACTIONS(1786), + [anon_sym_SLASH_EQ] = ACTIONS(1786), + [anon_sym_PERCENT_EQ] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1784), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG] = ACTIONS(1784), + [anon_sym_BANG_BANG] = ACTIONS(1786), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1786), + [anon_sym_continue_AT] = ACTIONS(1786), + [anon_sym_break_AT] = ACTIONS(1786), + [sym_real_literal] = ACTIONS(1786), + [sym_integer_literal] = ACTIONS(1784), + [sym_hex_literal] = ACTIONS(1786), + [sym_bin_literal] = ACTIONS(1786), + [anon_sym_true] = ACTIONS(1784), + [anon_sym_false] = ACTIONS(1784), + [anon_sym_SQUOTE] = ACTIONS(1786), + [sym__backtick_identifier] = ACTIONS(1786), + [sym__automatic_semicolon] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1786), + }, + [440] = { [sym_type_constraints] = STATE(493), - [sym_property_delegate] = STATE(600), - [sym_getter] = STATE(3228), - [sym_setter] = STATE(3228), - [sym_modifiers] = STATE(8566), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1764), + [sym_property_delegate] = STATE(563), + [sym_getter] = STATE(1142), + [sym_setter] = STATE(1142), + [sym_modifiers] = STATE(8864), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1766), - [anon_sym_as] = ACTIONS(1764), - [anon_sym_EQ] = ACTIONS(3314), - [anon_sym_LBRACE] = ACTIONS(1766), - [anon_sym_RBRACE] = ACTIONS(1766), - [anon_sym_LPAREN] = ACTIONS(1766), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_EQ] = ACTIONS(3296), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), [anon_sym_by] = ACTIONS(3298), - [anon_sym_LT] = ACTIONS(1764), - [anon_sym_GT] = ACTIONS(1764), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(1764), - [anon_sym_fun] = ACTIONS(1764), - [anon_sym_DOT] = ACTIONS(1764), - [anon_sym_SEMI] = ACTIONS(1834), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(3278), + [anon_sym_fun] = ACTIONS(3278), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(3300), [anon_sym_get] = ACTIONS(3302), [anon_sym_set] = ACTIONS(3304), - [anon_sym_this] = ACTIONS(1764), - [anon_sym_super] = ACTIONS(1764), - [anon_sym_STAR] = ACTIONS(1764), - [sym_label] = ACTIONS(1764), - [anon_sym_in] = ACTIONS(1764), - [anon_sym_DOT_DOT] = ACTIONS(1766), - [anon_sym_QMARK_COLON] = ACTIONS(1766), - [anon_sym_AMP_AMP] = ACTIONS(1766), - [anon_sym_PIPE_PIPE] = ACTIONS(1766), - [anon_sym_null] = ACTIONS(1764), - [anon_sym_if] = ACTIONS(1764), - [anon_sym_else] = ACTIONS(1764), - [anon_sym_when] = ACTIONS(1764), - [anon_sym_try] = ACTIONS(1764), - [anon_sym_throw] = ACTIONS(1764), - [anon_sym_return] = ACTIONS(1764), - [anon_sym_continue] = ACTIONS(1764), - [anon_sym_break] = ACTIONS(1764), - [anon_sym_COLON_COLON] = ACTIONS(1766), - [anon_sym_PLUS_EQ] = ACTIONS(1766), - [anon_sym_DASH_EQ] = ACTIONS(1766), - [anon_sym_STAR_EQ] = ACTIONS(1766), - [anon_sym_SLASH_EQ] = ACTIONS(1766), - [anon_sym_PERCENT_EQ] = ACTIONS(1766), - [anon_sym_BANG_EQ] = ACTIONS(1764), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), - [anon_sym_EQ_EQ] = ACTIONS(1764), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1766), - [anon_sym_LT_EQ] = ACTIONS(1766), - [anon_sym_GT_EQ] = ACTIONS(1766), - [anon_sym_BANGin] = ACTIONS(1766), - [anon_sym_is] = ACTIONS(1764), - [anon_sym_BANGis] = ACTIONS(1766), - [anon_sym_PLUS] = ACTIONS(1764), - [anon_sym_DASH] = ACTIONS(1764), - [anon_sym_SLASH] = ACTIONS(1764), - [anon_sym_PERCENT] = ACTIONS(1764), - [anon_sym_as_QMARK] = ACTIONS(1766), - [anon_sym_PLUS_PLUS] = ACTIONS(1766), - [anon_sym_DASH_DASH] = ACTIONS(1766), - [anon_sym_BANG] = ACTIONS(1764), - [anon_sym_BANG_BANG] = ACTIONS(1766), + [anon_sym_this] = ACTIONS(3278), + [anon_sym_super] = ACTIONS(3278), + [anon_sym_STAR] = ACTIONS(3278), + [sym_label] = ACTIONS(3278), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_null] = ACTIONS(3278), + [anon_sym_if] = ACTIONS(3278), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_when] = ACTIONS(3278), + [anon_sym_try] = ACTIONS(3278), + [anon_sym_throw] = ACTIONS(3278), + [anon_sym_return] = ACTIONS(3278), + [anon_sym_continue] = ACTIONS(3278), + [anon_sym_break] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_PLUS_EQ] = ACTIONS(3280), + [anon_sym_DASH_EQ] = ACTIONS(3280), + [anon_sym_STAR_EQ] = ACTIONS(3280), + [anon_sym_SLASH_EQ] = ACTIONS(3280), + [anon_sym_PERCENT_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3278), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG] = ACTIONS(3278), + [anon_sym_BANG_BANG] = ACTIONS(3280), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3280), + [anon_sym_continue_AT] = ACTIONS(3280), + [anon_sym_break_AT] = ACTIONS(3280), + [sym_real_literal] = ACTIONS(3280), + [sym_integer_literal] = ACTIONS(3278), + [sym_hex_literal] = ACTIONS(3280), + [sym_bin_literal] = ACTIONS(3280), + [anon_sym_true] = ACTIONS(3278), + [anon_sym_false] = ACTIONS(3278), + [anon_sym_SQUOTE] = ACTIONS(3280), + [sym__backtick_identifier] = ACTIONS(3280), + [sym__automatic_semicolon] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3280), + }, + [441] = { + [sym_property_delegate] = STATE(497), + [sym_getter] = STATE(3288), + [sym_setter] = STATE(3288), + [sym_modifiers] = STATE(8689), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_EQ] = ACTIONS(3286), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_COMMA] = ACTIONS(1786), + [anon_sym_by] = ACTIONS(3238), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_where] = ACTIONS(1784), + [anon_sym_object] = ACTIONS(1784), + [anon_sym_fun] = ACTIONS(1784), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(1788), + [anon_sym_get] = ACTIONS(3242), + [anon_sym_set] = ACTIONS(3244), + [anon_sym_this] = ACTIONS(1784), + [anon_sym_super] = ACTIONS(1784), + [anon_sym_STAR] = ACTIONS(1784), + [sym_label] = ACTIONS(1784), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_null] = ACTIONS(1784), + [anon_sym_if] = ACTIONS(1784), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_when] = ACTIONS(1784), + [anon_sym_try] = ACTIONS(1784), + [anon_sym_throw] = ACTIONS(1784), + [anon_sym_return] = ACTIONS(1784), + [anon_sym_continue] = ACTIONS(1784), + [anon_sym_break] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_PLUS_EQ] = ACTIONS(1786), + [anon_sym_DASH_EQ] = ACTIONS(1786), + [anon_sym_STAR_EQ] = ACTIONS(1786), + [anon_sym_SLASH_EQ] = ACTIONS(1786), + [anon_sym_PERCENT_EQ] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1784), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG] = ACTIONS(1784), + [anon_sym_BANG_BANG] = ACTIONS(1786), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1786), + [anon_sym_continue_AT] = ACTIONS(1786), + [anon_sym_break_AT] = ACTIONS(1786), + [sym_real_literal] = ACTIONS(1786), + [sym_integer_literal] = ACTIONS(1784), + [sym_hex_literal] = ACTIONS(1786), + [sym_bin_literal] = ACTIONS(1786), + [anon_sym_true] = ACTIONS(1784), + [anon_sym_false] = ACTIONS(1784), + [anon_sym_SQUOTE] = ACTIONS(1786), + [sym__backtick_identifier] = ACTIONS(1786), + [sym__automatic_semicolon] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1786), + }, + [442] = { + [sym_type_constraints] = STATE(482), + [sym_property_delegate] = STATE(572), + [sym_getter] = STATE(3225), + [sym_setter] = STATE(3225), + [sym_modifiers] = STATE(8760), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3230), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(3234), + [anon_sym_as] = ACTIONS(3230), + [anon_sym_EQ] = ACTIONS(3306), + [anon_sym_LBRACE] = ACTIONS(3234), + [anon_sym_RBRACE] = ACTIONS(3234), + [anon_sym_LPAREN] = ACTIONS(3234), + [anon_sym_by] = ACTIONS(3298), + [anon_sym_LT] = ACTIONS(3230), + [anon_sym_GT] = ACTIONS(3230), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(3230), + [anon_sym_fun] = ACTIONS(3230), + [anon_sym_DOT] = ACTIONS(3230), + [anon_sym_SEMI] = ACTIONS(3308), + [anon_sym_get] = ACTIONS(3310), + [anon_sym_set] = ACTIONS(3312), + [anon_sym_this] = ACTIONS(3230), + [anon_sym_super] = ACTIONS(3230), + [anon_sym_STAR] = ACTIONS(3230), + [sym_label] = ACTIONS(3230), + [anon_sym_in] = ACTIONS(3230), + [anon_sym_DOT_DOT] = ACTIONS(3234), + [anon_sym_QMARK_COLON] = ACTIONS(3234), + [anon_sym_AMP_AMP] = ACTIONS(3234), + [anon_sym_PIPE_PIPE] = ACTIONS(3234), + [anon_sym_null] = ACTIONS(3230), + [anon_sym_if] = ACTIONS(3230), + [anon_sym_else] = ACTIONS(3230), + [anon_sym_when] = ACTIONS(3230), + [anon_sym_try] = ACTIONS(3230), + [anon_sym_throw] = ACTIONS(3230), + [anon_sym_return] = ACTIONS(3230), + [anon_sym_continue] = ACTIONS(3230), + [anon_sym_break] = ACTIONS(3230), + [anon_sym_COLON_COLON] = ACTIONS(3234), + [anon_sym_PLUS_EQ] = ACTIONS(3234), + [anon_sym_DASH_EQ] = ACTIONS(3234), + [anon_sym_STAR_EQ] = ACTIONS(3234), + [anon_sym_SLASH_EQ] = ACTIONS(3234), + [anon_sym_PERCENT_EQ] = ACTIONS(3234), + [anon_sym_BANG_EQ] = ACTIONS(3230), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3234), + [anon_sym_EQ_EQ] = ACTIONS(3230), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3234), + [anon_sym_LT_EQ] = ACTIONS(3234), + [anon_sym_GT_EQ] = ACTIONS(3234), + [anon_sym_BANGin] = ACTIONS(3234), + [anon_sym_is] = ACTIONS(3230), + [anon_sym_BANGis] = ACTIONS(3234), + [anon_sym_PLUS] = ACTIONS(3230), + [anon_sym_DASH] = ACTIONS(3230), + [anon_sym_SLASH] = ACTIONS(3230), + [anon_sym_PERCENT] = ACTIONS(3230), + [anon_sym_as_QMARK] = ACTIONS(3234), + [anon_sym_PLUS_PLUS] = ACTIONS(3234), + [anon_sym_DASH_DASH] = ACTIONS(3234), + [anon_sym_BANG] = ACTIONS(3230), + [anon_sym_BANG_BANG] = ACTIONS(3234), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3234), + [anon_sym_continue_AT] = ACTIONS(3234), + [anon_sym_break_AT] = ACTIONS(3234), + [sym_real_literal] = ACTIONS(3234), + [sym_integer_literal] = ACTIONS(3230), + [sym_hex_literal] = ACTIONS(3234), + [sym_bin_literal] = ACTIONS(3234), + [anon_sym_true] = ACTIONS(3230), + [anon_sym_false] = ACTIONS(3230), + [anon_sym_SQUOTE] = ACTIONS(3234), + [sym__backtick_identifier] = ACTIONS(3234), + [sym__automatic_semicolon] = ACTIONS(3234), + [sym_safe_nav] = ACTIONS(3234), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3234), + }, + [443] = { + [sym_property_delegate] = STATE(513), + [sym_getter] = STATE(3129), + [sym_setter] = STATE(3129), + [sym_modifiers] = STATE(8689), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1752), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1754), + [anon_sym_as] = ACTIONS(1752), + [anon_sym_EQ] = ACTIONS(3248), + [anon_sym_LBRACE] = ACTIONS(1754), + [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_LPAREN] = ACTIONS(1754), + [anon_sym_COMMA] = ACTIONS(1754), + [anon_sym_by] = ACTIONS(3238), + [anon_sym_LT] = ACTIONS(1752), + [anon_sym_GT] = ACTIONS(1752), + [anon_sym_where] = ACTIONS(1752), + [anon_sym_object] = ACTIONS(1752), + [anon_sym_fun] = ACTIONS(1752), + [anon_sym_DOT] = ACTIONS(1752), + [anon_sym_SEMI] = ACTIONS(1756), + [anon_sym_get] = ACTIONS(3242), + [anon_sym_set] = ACTIONS(3244), + [anon_sym_this] = ACTIONS(1752), + [anon_sym_super] = ACTIONS(1752), + [anon_sym_STAR] = ACTIONS(1752), + [sym_label] = ACTIONS(1752), + [anon_sym_in] = ACTIONS(1752), + [anon_sym_DOT_DOT] = ACTIONS(1754), + [anon_sym_QMARK_COLON] = ACTIONS(1754), + [anon_sym_AMP_AMP] = ACTIONS(1754), + [anon_sym_PIPE_PIPE] = ACTIONS(1754), + [anon_sym_null] = ACTIONS(1752), + [anon_sym_if] = ACTIONS(1752), + [anon_sym_else] = ACTIONS(1752), + [anon_sym_when] = ACTIONS(1752), + [anon_sym_try] = ACTIONS(1752), + [anon_sym_throw] = ACTIONS(1752), + [anon_sym_return] = ACTIONS(1752), + [anon_sym_continue] = ACTIONS(1752), + [anon_sym_break] = ACTIONS(1752), + [anon_sym_COLON_COLON] = ACTIONS(1754), + [anon_sym_PLUS_EQ] = ACTIONS(1754), + [anon_sym_DASH_EQ] = ACTIONS(1754), + [anon_sym_STAR_EQ] = ACTIONS(1754), + [anon_sym_SLASH_EQ] = ACTIONS(1754), + [anon_sym_PERCENT_EQ] = ACTIONS(1754), + [anon_sym_BANG_EQ] = ACTIONS(1752), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), + [anon_sym_EQ_EQ] = ACTIONS(1752), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), + [anon_sym_LT_EQ] = ACTIONS(1754), + [anon_sym_GT_EQ] = ACTIONS(1754), + [anon_sym_BANGin] = ACTIONS(1754), + [anon_sym_is] = ACTIONS(1752), + [anon_sym_BANGis] = ACTIONS(1754), + [anon_sym_PLUS] = ACTIONS(1752), + [anon_sym_DASH] = ACTIONS(1752), + [anon_sym_SLASH] = ACTIONS(1752), + [anon_sym_PERCENT] = ACTIONS(1752), + [anon_sym_as_QMARK] = ACTIONS(1754), + [anon_sym_PLUS_PLUS] = ACTIONS(1754), + [anon_sym_DASH_DASH] = ACTIONS(1754), + [anon_sym_BANG] = ACTIONS(1752), + [anon_sym_BANG_BANG] = ACTIONS(1754), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -89610,61 +89598,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1766), - [anon_sym_continue_AT] = ACTIONS(1766), - [anon_sym_break_AT] = ACTIONS(1766), - [sym_real_literal] = ACTIONS(1766), - [sym_integer_literal] = ACTIONS(1764), - [sym_hex_literal] = ACTIONS(1766), - [sym_bin_literal] = ACTIONS(1766), - [anon_sym_true] = ACTIONS(1764), - [anon_sym_false] = ACTIONS(1764), - [anon_sym_SQUOTE] = ACTIONS(1766), - [sym__backtick_identifier] = ACTIONS(1766), - [sym__automatic_semicolon] = ACTIONS(1766), - [sym_safe_nav] = ACTIONS(1766), + [anon_sym_return_AT] = ACTIONS(1754), + [anon_sym_continue_AT] = ACTIONS(1754), + [anon_sym_break_AT] = ACTIONS(1754), + [sym_real_literal] = ACTIONS(1754), + [sym_integer_literal] = ACTIONS(1752), + [sym_hex_literal] = ACTIONS(1754), + [sym_bin_literal] = ACTIONS(1754), + [anon_sym_true] = ACTIONS(1752), + [anon_sym_false] = ACTIONS(1752), + [anon_sym_SQUOTE] = ACTIONS(1754), + [sym__backtick_identifier] = ACTIONS(1754), + [sym__automatic_semicolon] = ACTIONS(1754), + [sym_safe_nav] = ACTIONS(1754), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1766), + [sym__string_start] = ACTIONS(1754), }, - [445] = { - [sym_property_delegate] = STATE(486), - [sym_getter] = STATE(1069), - [sym_setter] = STATE(1069), - [sym_modifiers] = STATE(8548), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [444] = { + [sym_property_delegate] = STATE(479), + [sym_getter] = STATE(1182), + [sym_setter] = STATE(1182), + [sym_modifiers] = STATE(8845), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1694), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1696), [anon_sym_as] = ACTIONS(1694), - [anon_sym_EQ] = ACTIONS(3284), + [anon_sym_EQ] = ACTIONS(3260), [anon_sym_LBRACE] = ACTIONS(1696), [anon_sym_RBRACE] = ACTIONS(1696), [anon_sym_LPAREN] = ACTIONS(1696), [anon_sym_COMMA] = ACTIONS(1696), - [anon_sym_by] = ACTIONS(3236), + [anon_sym_by] = ACTIONS(3238), [anon_sym_LT] = ACTIONS(1694), [anon_sym_GT] = ACTIONS(1694), [anon_sym_where] = ACTIONS(1694), [anon_sym_object] = ACTIONS(1694), [anon_sym_fun] = ACTIONS(1694), [anon_sym_DOT] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(1706), - [anon_sym_get] = ACTIONS(3246), - [anon_sym_set] = ACTIONS(3248), + [anon_sym_SEMI] = ACTIONS(1792), + [anon_sym_get] = ACTIONS(3256), + [anon_sym_set] = ACTIONS(3258), [anon_sym_this] = ACTIONS(1694), [anon_sym_super] = ACTIONS(1694), [anon_sym_STAR] = ACTIONS(1694), @@ -89730,8 +89718,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(1696), [anon_sym_continue_AT] = ACTIONS(1696), @@ -89749,42 +89737,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(1696), }, - [446] = { - [sym_type_constraints] = STATE(491), - [sym_property_delegate] = STATE(605), - [sym_getter] = STATE(3334), - [sym_setter] = STATE(3334), - [sym_modifiers] = STATE(8566), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [445] = { + [sym_type_constraints] = STATE(492), + [sym_property_delegate] = STATE(562), + [sym_getter] = STATE(3184), + [sym_setter] = STATE(3184), + [sym_modifiers] = STATE(8760), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1694), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1696), [anon_sym_as] = ACTIONS(1694), - [anon_sym_EQ] = ACTIONS(3316), + [anon_sym_EQ] = ACTIONS(3314), [anon_sym_LBRACE] = ACTIONS(1696), [anon_sym_RBRACE] = ACTIONS(1696), [anon_sym_LPAREN] = ACTIONS(1696), [anon_sym_by] = ACTIONS(3298), [anon_sym_LT] = ACTIONS(1694), [anon_sym_GT] = ACTIONS(1694), - [anon_sym_where] = ACTIONS(3148), + [anon_sym_where] = ACTIONS(3160), [anon_sym_object] = ACTIONS(1694), [anon_sym_fun] = ACTIONS(1694), [anon_sym_DOT] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(1836), - [anon_sym_get] = ACTIONS(3302), - [anon_sym_set] = ACTIONS(3304), + [anon_sym_SEMI] = ACTIONS(1852), + [anon_sym_get] = ACTIONS(3310), + [anon_sym_set] = ACTIONS(3312), [anon_sym_this] = ACTIONS(1694), [anon_sym_super] = ACTIONS(1694), [anon_sym_STAR] = ACTIONS(1694), @@ -89850,8 +89838,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(1696), [anon_sym_continue_AT] = ACTIONS(1696), @@ -89869,84 +89857,204 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(1696), }, + [446] = { + [sym_type_constraints] = STATE(511), + [sym_property_delegate] = STATE(546), + [sym_getter] = STATE(1155), + [sym_setter] = STATE(1155), + [sym_modifiers] = STATE(8864), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1752), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1754), + [anon_sym_as] = ACTIONS(1752), + [anon_sym_EQ] = ACTIONS(3316), + [anon_sym_LBRACE] = ACTIONS(1754), + [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_LPAREN] = ACTIONS(1754), + [anon_sym_by] = ACTIONS(3298), + [anon_sym_LT] = ACTIONS(1752), + [anon_sym_GT] = ACTIONS(1752), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(1752), + [anon_sym_fun] = ACTIONS(1752), + [anon_sym_DOT] = ACTIONS(1752), + [anon_sym_SEMI] = ACTIONS(1838), + [anon_sym_get] = ACTIONS(3302), + [anon_sym_set] = ACTIONS(3304), + [anon_sym_this] = ACTIONS(1752), + [anon_sym_super] = ACTIONS(1752), + [anon_sym_STAR] = ACTIONS(1752), + [sym_label] = ACTIONS(1752), + [anon_sym_in] = ACTIONS(1752), + [anon_sym_DOT_DOT] = ACTIONS(1754), + [anon_sym_QMARK_COLON] = ACTIONS(1754), + [anon_sym_AMP_AMP] = ACTIONS(1754), + [anon_sym_PIPE_PIPE] = ACTIONS(1754), + [anon_sym_null] = ACTIONS(1752), + [anon_sym_if] = ACTIONS(1752), + [anon_sym_else] = ACTIONS(1752), + [anon_sym_when] = ACTIONS(1752), + [anon_sym_try] = ACTIONS(1752), + [anon_sym_throw] = ACTIONS(1752), + [anon_sym_return] = ACTIONS(1752), + [anon_sym_continue] = ACTIONS(1752), + [anon_sym_break] = ACTIONS(1752), + [anon_sym_COLON_COLON] = ACTIONS(1754), + [anon_sym_PLUS_EQ] = ACTIONS(1754), + [anon_sym_DASH_EQ] = ACTIONS(1754), + [anon_sym_STAR_EQ] = ACTIONS(1754), + [anon_sym_SLASH_EQ] = ACTIONS(1754), + [anon_sym_PERCENT_EQ] = ACTIONS(1754), + [anon_sym_BANG_EQ] = ACTIONS(1752), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), + [anon_sym_EQ_EQ] = ACTIONS(1752), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), + [anon_sym_LT_EQ] = ACTIONS(1754), + [anon_sym_GT_EQ] = ACTIONS(1754), + [anon_sym_BANGin] = ACTIONS(1754), + [anon_sym_is] = ACTIONS(1752), + [anon_sym_BANGis] = ACTIONS(1754), + [anon_sym_PLUS] = ACTIONS(1752), + [anon_sym_DASH] = ACTIONS(1752), + [anon_sym_SLASH] = ACTIONS(1752), + [anon_sym_PERCENT] = ACTIONS(1752), + [anon_sym_as_QMARK] = ACTIONS(1754), + [anon_sym_PLUS_PLUS] = ACTIONS(1754), + [anon_sym_DASH_DASH] = ACTIONS(1754), + [anon_sym_BANG] = ACTIONS(1752), + [anon_sym_BANG_BANG] = ACTIONS(1754), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1754), + [anon_sym_continue_AT] = ACTIONS(1754), + [anon_sym_break_AT] = ACTIONS(1754), + [sym_real_literal] = ACTIONS(1754), + [sym_integer_literal] = ACTIONS(1752), + [sym_hex_literal] = ACTIONS(1754), + [sym_bin_literal] = ACTIONS(1754), + [anon_sym_true] = ACTIONS(1752), + [anon_sym_false] = ACTIONS(1752), + [anon_sym_SQUOTE] = ACTIONS(1754), + [sym__backtick_identifier] = ACTIONS(1754), + [sym__automatic_semicolon] = ACTIONS(1754), + [sym_safe_nav] = ACTIONS(1754), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1754), + }, [447] = { - [sym_property_delegate] = STATE(489), - [sym_getter] = STATE(1107), - [sym_setter] = STATE(1107), - [sym_modifiers] = STATE(8548), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), + [sym_property_delegate] = STATE(488), + [sym_getter] = STATE(1142), + [sym_setter] = STATE(1142), + [sym_modifiers] = STATE(8845), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_EQ] = ACTIONS(3266), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_COMMA] = ACTIONS(3256), - [anon_sym_by] = ACTIONS(3236), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_where] = ACTIONS(3254), - [anon_sym_object] = ACTIONS(3254), - [anon_sym_fun] = ACTIONS(3254), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(3268), - [anon_sym_get] = ACTIONS(3246), - [anon_sym_set] = ACTIONS(3248), - [anon_sym_this] = ACTIONS(3254), - [anon_sym_super] = ACTIONS(3254), - [anon_sym_STAR] = ACTIONS(3254), - [sym_label] = ACTIONS(3254), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_null] = ACTIONS(3254), - [anon_sym_if] = ACTIONS(3254), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_when] = ACTIONS(3254), - [anon_sym_try] = ACTIONS(3254), - [anon_sym_throw] = ACTIONS(3254), - [anon_sym_return] = ACTIONS(3254), - [anon_sym_continue] = ACTIONS(3254), - [anon_sym_break] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_PLUS_EQ] = ACTIONS(3256), - [anon_sym_DASH_EQ] = ACTIONS(3256), - [anon_sym_STAR_EQ] = ACTIONS(3256), - [anon_sym_SLASH_EQ] = ACTIONS(3256), - [anon_sym_PERCENT_EQ] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3254), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG] = ACTIONS(3254), - [anon_sym_BANG_BANG] = ACTIONS(3256), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_EQ] = ACTIONS(3282), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_COMMA] = ACTIONS(3280), + [anon_sym_by] = ACTIONS(3238), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_where] = ACTIONS(3278), + [anon_sym_object] = ACTIONS(3278), + [anon_sym_fun] = ACTIONS(3278), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(3284), + [anon_sym_get] = ACTIONS(3256), + [anon_sym_set] = ACTIONS(3258), + [anon_sym_this] = ACTIONS(3278), + [anon_sym_super] = ACTIONS(3278), + [anon_sym_STAR] = ACTIONS(3278), + [sym_label] = ACTIONS(3278), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_null] = ACTIONS(3278), + [anon_sym_if] = ACTIONS(3278), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_when] = ACTIONS(3278), + [anon_sym_try] = ACTIONS(3278), + [anon_sym_throw] = ACTIONS(3278), + [anon_sym_return] = ACTIONS(3278), + [anon_sym_continue] = ACTIONS(3278), + [anon_sym_break] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_PLUS_EQ] = ACTIONS(3280), + [anon_sym_DASH_EQ] = ACTIONS(3280), + [anon_sym_STAR_EQ] = ACTIONS(3280), + [anon_sym_SLASH_EQ] = ACTIONS(3280), + [anon_sym_PERCENT_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3278), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG] = ACTIONS(3278), + [anon_sym_BANG_BANG] = ACTIONS(3280), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -89970,61 +90078,181 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3256), - [anon_sym_continue_AT] = ACTIONS(3256), - [anon_sym_break_AT] = ACTIONS(3256), - [sym_real_literal] = ACTIONS(3256), - [sym_integer_literal] = ACTIONS(3254), - [sym_hex_literal] = ACTIONS(3256), - [sym_bin_literal] = ACTIONS(3256), - [anon_sym_true] = ACTIONS(3254), - [anon_sym_false] = ACTIONS(3254), - [anon_sym_SQUOTE] = ACTIONS(3256), - [sym__backtick_identifier] = ACTIONS(3256), - [sym__automatic_semicolon] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3256), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3280), + [anon_sym_continue_AT] = ACTIONS(3280), + [anon_sym_break_AT] = ACTIONS(3280), + [sym_real_literal] = ACTIONS(3280), + [sym_integer_literal] = ACTIONS(3278), + [sym_hex_literal] = ACTIONS(3280), + [sym_bin_literal] = ACTIONS(3280), + [anon_sym_true] = ACTIONS(3278), + [anon_sym_false] = ACTIONS(3278), + [anon_sym_SQUOTE] = ACTIONS(3280), + [sym__backtick_identifier] = ACTIONS(3280), + [sym__automatic_semicolon] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3280), }, [448] = { - [sym_type_constraints] = STATE(481), - [sym_property_delegate] = STATE(545), - [sym_getter] = STATE(1069), - [sym_setter] = STATE(1069), - [sym_modifiers] = STATE(8830), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym_type_constraints] = STATE(489), + [sym_property_delegate] = STATE(558), + [sym_getter] = STATE(3288), + [sym_setter] = STATE(3288), + [sym_modifiers] = STATE(8760), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_EQ] = ACTIONS(3318), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_by] = ACTIONS(3298), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(1784), + [anon_sym_fun] = ACTIONS(1784), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(1844), + [anon_sym_get] = ACTIONS(3310), + [anon_sym_set] = ACTIONS(3312), + [anon_sym_this] = ACTIONS(1784), + [anon_sym_super] = ACTIONS(1784), + [anon_sym_STAR] = ACTIONS(1784), + [sym_label] = ACTIONS(1784), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_null] = ACTIONS(1784), + [anon_sym_if] = ACTIONS(1784), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_when] = ACTIONS(1784), + [anon_sym_try] = ACTIONS(1784), + [anon_sym_throw] = ACTIONS(1784), + [anon_sym_return] = ACTIONS(1784), + [anon_sym_continue] = ACTIONS(1784), + [anon_sym_break] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_PLUS_EQ] = ACTIONS(1786), + [anon_sym_DASH_EQ] = ACTIONS(1786), + [anon_sym_STAR_EQ] = ACTIONS(1786), + [anon_sym_SLASH_EQ] = ACTIONS(1786), + [anon_sym_PERCENT_EQ] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1784), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG] = ACTIONS(1784), + [anon_sym_BANG_BANG] = ACTIONS(1786), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1786), + [anon_sym_continue_AT] = ACTIONS(1786), + [anon_sym_break_AT] = ACTIONS(1786), + [sym_real_literal] = ACTIONS(1786), + [sym_integer_literal] = ACTIONS(1784), + [sym_hex_literal] = ACTIONS(1786), + [sym_bin_literal] = ACTIONS(1786), + [anon_sym_true] = ACTIONS(1784), + [anon_sym_false] = ACTIONS(1784), + [anon_sym_SQUOTE] = ACTIONS(1786), + [sym__backtick_identifier] = ACTIONS(1786), + [sym__automatic_semicolon] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1786), + }, + [449] = { + [sym_type_constraints] = STATE(501), + [sym_property_delegate] = STATE(549), + [sym_getter] = STATE(1182), + [sym_setter] = STATE(1182), + [sym_modifiers] = STATE(8864), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1694), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1696), [anon_sym_as] = ACTIONS(1694), - [anon_sym_EQ] = ACTIONS(3318), + [anon_sym_EQ] = ACTIONS(3320), [anon_sym_LBRACE] = ACTIONS(1696), [anon_sym_RBRACE] = ACTIONS(1696), [anon_sym_LPAREN] = ACTIONS(1696), [anon_sym_by] = ACTIONS(3298), [anon_sym_LT] = ACTIONS(1694), [anon_sym_GT] = ACTIONS(1694), - [anon_sym_where] = ACTIONS(3148), + [anon_sym_where] = ACTIONS(3160), [anon_sym_object] = ACTIONS(1694), [anon_sym_fun] = ACTIONS(1694), [anon_sym_DOT] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(1838), - [anon_sym_get] = ACTIONS(3308), - [anon_sym_set] = ACTIONS(3310), + [anon_sym_SEMI] = ACTIONS(1840), + [anon_sym_get] = ACTIONS(3302), + [anon_sym_set] = ACTIONS(3304), [anon_sym_this] = ACTIONS(1694), [anon_sym_super] = ACTIONS(1694), [anon_sym_STAR] = ACTIONS(1694), @@ -90090,8 +90318,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(1696), [anon_sym_continue_AT] = ACTIONS(1696), @@ -90109,204 +90337,84 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(1696), }, - [449] = { - [sym_property_delegate] = STATE(497), - [sym_getter] = STATE(1143), - [sym_setter] = STATE(1143), - [sym_modifiers] = STATE(8548), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1770), + [450] = { + [sym_type_constraints] = STATE(502), + [sym_property_delegate] = STATE(574), + [sym_getter] = STATE(3129), + [sym_setter] = STATE(3129), + [sym_modifiers] = STATE(8760), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1752), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1772), - [anon_sym_as] = ACTIONS(1770), - [anon_sym_EQ] = ACTIONS(3320), - [anon_sym_LBRACE] = ACTIONS(1772), - [anon_sym_RBRACE] = ACTIONS(1772), - [anon_sym_LPAREN] = ACTIONS(1772), - [anon_sym_COMMA] = ACTIONS(1772), - [anon_sym_by] = ACTIONS(3236), - [anon_sym_LT] = ACTIONS(1770), - [anon_sym_GT] = ACTIONS(1770), - [anon_sym_where] = ACTIONS(1770), - [anon_sym_object] = ACTIONS(1770), - [anon_sym_fun] = ACTIONS(1770), - [anon_sym_DOT] = ACTIONS(1770), - [anon_sym_SEMI] = ACTIONS(1774), - [anon_sym_get] = ACTIONS(3246), - [anon_sym_set] = ACTIONS(3248), - [anon_sym_this] = ACTIONS(1770), - [anon_sym_super] = ACTIONS(1770), - [anon_sym_STAR] = ACTIONS(1770), - [sym_label] = ACTIONS(1770), - [anon_sym_in] = ACTIONS(1770), - [anon_sym_DOT_DOT] = ACTIONS(1772), - [anon_sym_QMARK_COLON] = ACTIONS(1772), - [anon_sym_AMP_AMP] = ACTIONS(1772), - [anon_sym_PIPE_PIPE] = ACTIONS(1772), - [anon_sym_null] = ACTIONS(1770), - [anon_sym_if] = ACTIONS(1770), - [anon_sym_else] = ACTIONS(1770), - [anon_sym_when] = ACTIONS(1770), - [anon_sym_try] = ACTIONS(1770), - [anon_sym_throw] = ACTIONS(1770), - [anon_sym_return] = ACTIONS(1770), - [anon_sym_continue] = ACTIONS(1770), - [anon_sym_break] = ACTIONS(1770), - [anon_sym_COLON_COLON] = ACTIONS(1772), - [anon_sym_PLUS_EQ] = ACTIONS(1772), - [anon_sym_DASH_EQ] = ACTIONS(1772), - [anon_sym_STAR_EQ] = ACTIONS(1772), - [anon_sym_SLASH_EQ] = ACTIONS(1772), - [anon_sym_PERCENT_EQ] = ACTIONS(1772), - [anon_sym_BANG_EQ] = ACTIONS(1770), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1772), - [anon_sym_EQ_EQ] = ACTIONS(1770), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1772), - [anon_sym_LT_EQ] = ACTIONS(1772), - [anon_sym_GT_EQ] = ACTIONS(1772), - [anon_sym_BANGin] = ACTIONS(1772), - [anon_sym_is] = ACTIONS(1770), - [anon_sym_BANGis] = ACTIONS(1772), - [anon_sym_PLUS] = ACTIONS(1770), - [anon_sym_DASH] = ACTIONS(1770), - [anon_sym_SLASH] = ACTIONS(1770), - [anon_sym_PERCENT] = ACTIONS(1770), - [anon_sym_as_QMARK] = ACTIONS(1772), - [anon_sym_PLUS_PLUS] = ACTIONS(1772), - [anon_sym_DASH_DASH] = ACTIONS(1772), - [anon_sym_BANG] = ACTIONS(1770), - [anon_sym_BANG_BANG] = ACTIONS(1772), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1772), - [anon_sym_continue_AT] = ACTIONS(1772), - [anon_sym_break_AT] = ACTIONS(1772), - [sym_real_literal] = ACTIONS(1772), - [sym_integer_literal] = ACTIONS(1770), - [sym_hex_literal] = ACTIONS(1772), - [sym_bin_literal] = ACTIONS(1772), - [anon_sym_true] = ACTIONS(1770), - [anon_sym_false] = ACTIONS(1770), - [anon_sym_SQUOTE] = ACTIONS(1772), - [sym__backtick_identifier] = ACTIONS(1772), - [sym__automatic_semicolon] = ACTIONS(1772), - [sym_safe_nav] = ACTIONS(1772), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1772), - }, - [450] = { - [sym_type_constraints] = STATE(502), - [sym_property_delegate] = STATE(581), - [sym_getter] = STATE(3166), - [sym_setter] = STATE(3166), - [sym_modifiers] = STATE(8566), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), + [anon_sym_LBRACK] = ACTIONS(1754), + [anon_sym_as] = ACTIONS(1752), [anon_sym_EQ] = ACTIONS(3322), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), + [anon_sym_LBRACE] = ACTIONS(1754), + [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_LPAREN] = ACTIONS(1754), [anon_sym_by] = ACTIONS(3298), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(1776), - [anon_sym_fun] = ACTIONS(1776), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(1840), - [anon_sym_get] = ACTIONS(3302), - [anon_sym_set] = ACTIONS(3304), - [anon_sym_this] = ACTIONS(1776), - [anon_sym_super] = ACTIONS(1776), - [anon_sym_STAR] = ACTIONS(1776), - [sym_label] = ACTIONS(1776), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_null] = ACTIONS(1776), - [anon_sym_if] = ACTIONS(1776), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_when] = ACTIONS(1776), - [anon_sym_try] = ACTIONS(1776), - [anon_sym_throw] = ACTIONS(1776), - [anon_sym_return] = ACTIONS(1776), - [anon_sym_continue] = ACTIONS(1776), - [anon_sym_break] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_PLUS_EQ] = ACTIONS(1778), - [anon_sym_DASH_EQ] = ACTIONS(1778), - [anon_sym_STAR_EQ] = ACTIONS(1778), - [anon_sym_SLASH_EQ] = ACTIONS(1778), - [anon_sym_PERCENT_EQ] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1776), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG] = ACTIONS(1776), - [anon_sym_BANG_BANG] = ACTIONS(1778), + [anon_sym_LT] = ACTIONS(1752), + [anon_sym_GT] = ACTIONS(1752), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(1752), + [anon_sym_fun] = ACTIONS(1752), + [anon_sym_DOT] = ACTIONS(1752), + [anon_sym_SEMI] = ACTIONS(1850), + [anon_sym_get] = ACTIONS(3310), + [anon_sym_set] = ACTIONS(3312), + [anon_sym_this] = ACTIONS(1752), + [anon_sym_super] = ACTIONS(1752), + [anon_sym_STAR] = ACTIONS(1752), + [sym_label] = ACTIONS(1752), + [anon_sym_in] = ACTIONS(1752), + [anon_sym_DOT_DOT] = ACTIONS(1754), + [anon_sym_QMARK_COLON] = ACTIONS(1754), + [anon_sym_AMP_AMP] = ACTIONS(1754), + [anon_sym_PIPE_PIPE] = ACTIONS(1754), + [anon_sym_null] = ACTIONS(1752), + [anon_sym_if] = ACTIONS(1752), + [anon_sym_else] = ACTIONS(1752), + [anon_sym_when] = ACTIONS(1752), + [anon_sym_try] = ACTIONS(1752), + [anon_sym_throw] = ACTIONS(1752), + [anon_sym_return] = ACTIONS(1752), + [anon_sym_continue] = ACTIONS(1752), + [anon_sym_break] = ACTIONS(1752), + [anon_sym_COLON_COLON] = ACTIONS(1754), + [anon_sym_PLUS_EQ] = ACTIONS(1754), + [anon_sym_DASH_EQ] = ACTIONS(1754), + [anon_sym_STAR_EQ] = ACTIONS(1754), + [anon_sym_SLASH_EQ] = ACTIONS(1754), + [anon_sym_PERCENT_EQ] = ACTIONS(1754), + [anon_sym_BANG_EQ] = ACTIONS(1752), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), + [anon_sym_EQ_EQ] = ACTIONS(1752), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), + [anon_sym_LT_EQ] = ACTIONS(1754), + [anon_sym_GT_EQ] = ACTIONS(1754), + [anon_sym_BANGin] = ACTIONS(1754), + [anon_sym_is] = ACTIONS(1752), + [anon_sym_BANGis] = ACTIONS(1754), + [anon_sym_PLUS] = ACTIONS(1752), + [anon_sym_DASH] = ACTIONS(1752), + [anon_sym_SLASH] = ACTIONS(1752), + [anon_sym_PERCENT] = ACTIONS(1752), + [anon_sym_as_QMARK] = ACTIONS(1754), + [anon_sym_PLUS_PLUS] = ACTIONS(1754), + [anon_sym_DASH_DASH] = ACTIONS(1754), + [anon_sym_BANG] = ACTIONS(1752), + [anon_sym_BANG_BANG] = ACTIONS(1754), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -90330,103 +90438,103 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1778), - [anon_sym_continue_AT] = ACTIONS(1778), - [anon_sym_break_AT] = ACTIONS(1778), - [sym_real_literal] = ACTIONS(1778), - [sym_integer_literal] = ACTIONS(1776), - [sym_hex_literal] = ACTIONS(1778), - [sym_bin_literal] = ACTIONS(1778), - [anon_sym_true] = ACTIONS(1776), - [anon_sym_false] = ACTIONS(1776), - [anon_sym_SQUOTE] = ACTIONS(1778), - [sym__backtick_identifier] = ACTIONS(1778), - [sym__automatic_semicolon] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1778), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1754), + [anon_sym_continue_AT] = ACTIONS(1754), + [anon_sym_break_AT] = ACTIONS(1754), + [sym_real_literal] = ACTIONS(1754), + [sym_integer_literal] = ACTIONS(1752), + [sym_hex_literal] = ACTIONS(1754), + [sym_bin_literal] = ACTIONS(1754), + [anon_sym_true] = ACTIONS(1752), + [anon_sym_false] = ACTIONS(1752), + [anon_sym_SQUOTE] = ACTIONS(1754), + [sym__backtick_identifier] = ACTIONS(1754), + [sym__automatic_semicolon] = ACTIONS(1754), + [sym_safe_nav] = ACTIONS(1754), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1754), }, [451] = { - [sym_property_delegate] = STATE(501), - [sym_getter] = STATE(3127), - [sym_setter] = STATE(3127), - [sym_modifiers] = STATE(8582), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1770), + [sym_type_constraints] = STATE(481), + [sym_property_delegate] = STATE(554), + [sym_getter] = STATE(1188), + [sym_setter] = STATE(1188), + [sym_modifiers] = STATE(8864), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1772), - [anon_sym_as] = ACTIONS(1770), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), [anon_sym_EQ] = ACTIONS(3324), - [anon_sym_LBRACE] = ACTIONS(1772), - [anon_sym_RBRACE] = ACTIONS(1772), - [anon_sym_LPAREN] = ACTIONS(1772), - [anon_sym_COMMA] = ACTIONS(1772), - [anon_sym_by] = ACTIONS(3236), - [anon_sym_LT] = ACTIONS(1770), - [anon_sym_GT] = ACTIONS(1770), - [anon_sym_where] = ACTIONS(1770), - [anon_sym_object] = ACTIONS(1770), - [anon_sym_fun] = ACTIONS(1770), - [anon_sym_DOT] = ACTIONS(1770), - [anon_sym_SEMI] = ACTIONS(1790), - [anon_sym_get] = ACTIONS(3238), - [anon_sym_set] = ACTIONS(3240), - [anon_sym_this] = ACTIONS(1770), - [anon_sym_super] = ACTIONS(1770), - [anon_sym_STAR] = ACTIONS(1770), - [sym_label] = ACTIONS(1770), - [anon_sym_in] = ACTIONS(1770), - [anon_sym_DOT_DOT] = ACTIONS(1772), - [anon_sym_QMARK_COLON] = ACTIONS(1772), - [anon_sym_AMP_AMP] = ACTIONS(1772), - [anon_sym_PIPE_PIPE] = ACTIONS(1772), - [anon_sym_null] = ACTIONS(1770), - [anon_sym_if] = ACTIONS(1770), - [anon_sym_else] = ACTIONS(1770), - [anon_sym_when] = ACTIONS(1770), - [anon_sym_try] = ACTIONS(1770), - [anon_sym_throw] = ACTIONS(1770), - [anon_sym_return] = ACTIONS(1770), - [anon_sym_continue] = ACTIONS(1770), - [anon_sym_break] = ACTIONS(1770), - [anon_sym_COLON_COLON] = ACTIONS(1772), - [anon_sym_PLUS_EQ] = ACTIONS(1772), - [anon_sym_DASH_EQ] = ACTIONS(1772), - [anon_sym_STAR_EQ] = ACTIONS(1772), - [anon_sym_SLASH_EQ] = ACTIONS(1772), - [anon_sym_PERCENT_EQ] = ACTIONS(1772), - [anon_sym_BANG_EQ] = ACTIONS(1770), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1772), - [anon_sym_EQ_EQ] = ACTIONS(1770), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1772), - [anon_sym_LT_EQ] = ACTIONS(1772), - [anon_sym_GT_EQ] = ACTIONS(1772), - [anon_sym_BANGin] = ACTIONS(1772), - [anon_sym_is] = ACTIONS(1770), - [anon_sym_BANGis] = ACTIONS(1772), - [anon_sym_PLUS] = ACTIONS(1770), - [anon_sym_DASH] = ACTIONS(1770), - [anon_sym_SLASH] = ACTIONS(1770), - [anon_sym_PERCENT] = ACTIONS(1770), - [anon_sym_as_QMARK] = ACTIONS(1772), - [anon_sym_PLUS_PLUS] = ACTIONS(1772), - [anon_sym_DASH_DASH] = ACTIONS(1772), - [anon_sym_BANG] = ACTIONS(1770), - [anon_sym_BANG_BANG] = ACTIONS(1772), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_by] = ACTIONS(3298), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(1784), + [anon_sym_fun] = ACTIONS(1784), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(1842), + [anon_sym_get] = ACTIONS(3302), + [anon_sym_set] = ACTIONS(3304), + [anon_sym_this] = ACTIONS(1784), + [anon_sym_super] = ACTIONS(1784), + [anon_sym_STAR] = ACTIONS(1784), + [sym_label] = ACTIONS(1784), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_null] = ACTIONS(1784), + [anon_sym_if] = ACTIONS(1784), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_when] = ACTIONS(1784), + [anon_sym_try] = ACTIONS(1784), + [anon_sym_throw] = ACTIONS(1784), + [anon_sym_return] = ACTIONS(1784), + [anon_sym_continue] = ACTIONS(1784), + [anon_sym_break] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_PLUS_EQ] = ACTIONS(1786), + [anon_sym_DASH_EQ] = ACTIONS(1786), + [anon_sym_STAR_EQ] = ACTIONS(1786), + [anon_sym_SLASH_EQ] = ACTIONS(1786), + [anon_sym_PERCENT_EQ] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1784), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG] = ACTIONS(1784), + [anon_sym_BANG_BANG] = ACTIONS(1786), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -90450,103 +90558,103 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1772), - [anon_sym_continue_AT] = ACTIONS(1772), - [anon_sym_break_AT] = ACTIONS(1772), - [sym_real_literal] = ACTIONS(1772), - [sym_integer_literal] = ACTIONS(1770), - [sym_hex_literal] = ACTIONS(1772), - [sym_bin_literal] = ACTIONS(1772), - [anon_sym_true] = ACTIONS(1770), - [anon_sym_false] = ACTIONS(1770), - [anon_sym_SQUOTE] = ACTIONS(1772), - [sym__backtick_identifier] = ACTIONS(1772), - [sym__automatic_semicolon] = ACTIONS(1772), - [sym_safe_nav] = ACTIONS(1772), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1772), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1786), + [anon_sym_continue_AT] = ACTIONS(1786), + [anon_sym_break_AT] = ACTIONS(1786), + [sym_real_literal] = ACTIONS(1786), + [sym_integer_literal] = ACTIONS(1784), + [sym_hex_literal] = ACTIONS(1786), + [sym_bin_literal] = ACTIONS(1786), + [anon_sym_true] = ACTIONS(1784), + [anon_sym_false] = ACTIONS(1784), + [anon_sym_SQUOTE] = ACTIONS(1786), + [sym__backtick_identifier] = ACTIONS(1786), + [sym__automatic_semicolon] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1786), }, [452] = { - [sym_type_constraints] = STATE(490), - [sym_property_delegate] = STATE(544), - [sym_getter] = STATE(3425), - [sym_setter] = STATE(3425), - [sym_modifiers] = STATE(8566), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), + [sym_property_delegate] = STATE(496), + [sym_getter] = STATE(1188), + [sym_setter] = STATE(1188), + [sym_modifiers] = STATE(8845), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_EQ] = ACTIONS(3326), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_by] = ACTIONS(3298), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(3254), - [anon_sym_fun] = ACTIONS(3254), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(3328), - [anon_sym_get] = ACTIONS(3302), - [anon_sym_set] = ACTIONS(3304), - [anon_sym_this] = ACTIONS(3254), - [anon_sym_super] = ACTIONS(3254), - [anon_sym_STAR] = ACTIONS(3254), - [sym_label] = ACTIONS(3254), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_null] = ACTIONS(3254), - [anon_sym_if] = ACTIONS(3254), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_when] = ACTIONS(3254), - [anon_sym_try] = ACTIONS(3254), - [anon_sym_throw] = ACTIONS(3254), - [anon_sym_return] = ACTIONS(3254), - [anon_sym_continue] = ACTIONS(3254), - [anon_sym_break] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_PLUS_EQ] = ACTIONS(3256), - [anon_sym_DASH_EQ] = ACTIONS(3256), - [anon_sym_STAR_EQ] = ACTIONS(3256), - [anon_sym_SLASH_EQ] = ACTIONS(3256), - [anon_sym_PERCENT_EQ] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3254), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG] = ACTIONS(3254), - [anon_sym_BANG_BANG] = ACTIONS(3256), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_EQ] = ACTIONS(3294), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_COMMA] = ACTIONS(1786), + [anon_sym_by] = ACTIONS(3238), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_where] = ACTIONS(1784), + [anon_sym_object] = ACTIONS(1784), + [anon_sym_fun] = ACTIONS(1784), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(1790), + [anon_sym_get] = ACTIONS(3256), + [anon_sym_set] = ACTIONS(3258), + [anon_sym_this] = ACTIONS(1784), + [anon_sym_super] = ACTIONS(1784), + [anon_sym_STAR] = ACTIONS(1784), + [sym_label] = ACTIONS(1784), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_null] = ACTIONS(1784), + [anon_sym_if] = ACTIONS(1784), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_when] = ACTIONS(1784), + [anon_sym_try] = ACTIONS(1784), + [anon_sym_throw] = ACTIONS(1784), + [anon_sym_return] = ACTIONS(1784), + [anon_sym_continue] = ACTIONS(1784), + [anon_sym_break] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_PLUS_EQ] = ACTIONS(1786), + [anon_sym_DASH_EQ] = ACTIONS(1786), + [anon_sym_STAR_EQ] = ACTIONS(1786), + [anon_sym_SLASH_EQ] = ACTIONS(1786), + [anon_sym_PERCENT_EQ] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1784), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG] = ACTIONS(1784), + [anon_sym_BANG_BANG] = ACTIONS(1786), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -90570,103 +90678,103 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3256), - [anon_sym_continue_AT] = ACTIONS(3256), - [anon_sym_break_AT] = ACTIONS(3256), - [sym_real_literal] = ACTIONS(3256), - [sym_integer_literal] = ACTIONS(3254), - [sym_hex_literal] = ACTIONS(3256), - [sym_bin_literal] = ACTIONS(3256), - [anon_sym_true] = ACTIONS(3254), - [anon_sym_false] = ACTIONS(3254), - [anon_sym_SQUOTE] = ACTIONS(3256), - [sym__backtick_identifier] = ACTIONS(3256), - [sym__automatic_semicolon] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3256), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1786), + [anon_sym_continue_AT] = ACTIONS(1786), + [anon_sym_break_AT] = ACTIONS(1786), + [sym_real_literal] = ACTIONS(1786), + [sym_integer_literal] = ACTIONS(1784), + [sym_hex_literal] = ACTIONS(1786), + [sym_bin_literal] = ACTIONS(1786), + [anon_sym_true] = ACTIONS(1784), + [anon_sym_false] = ACTIONS(1784), + [anon_sym_SQUOTE] = ACTIONS(1786), + [sym__backtick_identifier] = ACTIONS(1786), + [sym__automatic_semicolon] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1786), }, [453] = { - [sym_property_delegate] = STATE(504), - [sym_getter] = STATE(3166), - [sym_setter] = STATE(3166), - [sym_modifiers] = STATE(8582), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), + [sym_property_delegate] = STATE(499), + [sym_getter] = STATE(3184), + [sym_setter] = STATE(3184), + [sym_modifiers] = STATE(8689), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1694), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_EQ] = ACTIONS(3234), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_COMMA] = ACTIONS(1778), - [anon_sym_by] = ACTIONS(3236), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_where] = ACTIONS(1776), - [anon_sym_object] = ACTIONS(1776), - [anon_sym_fun] = ACTIONS(1776), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(1792), - [anon_sym_get] = ACTIONS(3238), - [anon_sym_set] = ACTIONS(3240), - [anon_sym_this] = ACTIONS(1776), - [anon_sym_super] = ACTIONS(1776), - [anon_sym_STAR] = ACTIONS(1776), - [sym_label] = ACTIONS(1776), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_null] = ACTIONS(1776), - [anon_sym_if] = ACTIONS(1776), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_when] = ACTIONS(1776), - [anon_sym_try] = ACTIONS(1776), - [anon_sym_throw] = ACTIONS(1776), - [anon_sym_return] = ACTIONS(1776), - [anon_sym_continue] = ACTIONS(1776), - [anon_sym_break] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_PLUS_EQ] = ACTIONS(1778), - [anon_sym_DASH_EQ] = ACTIONS(1778), - [anon_sym_STAR_EQ] = ACTIONS(1778), - [anon_sym_SLASH_EQ] = ACTIONS(1778), - [anon_sym_PERCENT_EQ] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1776), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG] = ACTIONS(1776), - [anon_sym_BANG_BANG] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(1696), + [anon_sym_as] = ACTIONS(1694), + [anon_sym_EQ] = ACTIONS(3292), + [anon_sym_LBRACE] = ACTIONS(1696), + [anon_sym_RBRACE] = ACTIONS(1696), + [anon_sym_LPAREN] = ACTIONS(1696), + [anon_sym_COMMA] = ACTIONS(1696), + [anon_sym_by] = ACTIONS(3238), + [anon_sym_LT] = ACTIONS(1694), + [anon_sym_GT] = ACTIONS(1694), + [anon_sym_where] = ACTIONS(1694), + [anon_sym_object] = ACTIONS(1694), + [anon_sym_fun] = ACTIONS(1694), + [anon_sym_DOT] = ACTIONS(1694), + [anon_sym_SEMI] = ACTIONS(1706), + [anon_sym_get] = ACTIONS(3242), + [anon_sym_set] = ACTIONS(3244), + [anon_sym_this] = ACTIONS(1694), + [anon_sym_super] = ACTIONS(1694), + [anon_sym_STAR] = ACTIONS(1694), + [sym_label] = ACTIONS(1694), + [anon_sym_in] = ACTIONS(1694), + [anon_sym_DOT_DOT] = ACTIONS(1696), + [anon_sym_QMARK_COLON] = ACTIONS(1696), + [anon_sym_AMP_AMP] = ACTIONS(1696), + [anon_sym_PIPE_PIPE] = ACTIONS(1696), + [anon_sym_null] = ACTIONS(1694), + [anon_sym_if] = ACTIONS(1694), + [anon_sym_else] = ACTIONS(1694), + [anon_sym_when] = ACTIONS(1694), + [anon_sym_try] = ACTIONS(1694), + [anon_sym_throw] = ACTIONS(1694), + [anon_sym_return] = ACTIONS(1694), + [anon_sym_continue] = ACTIONS(1694), + [anon_sym_break] = ACTIONS(1694), + [anon_sym_COLON_COLON] = ACTIONS(1696), + [anon_sym_PLUS_EQ] = ACTIONS(1696), + [anon_sym_DASH_EQ] = ACTIONS(1696), + [anon_sym_STAR_EQ] = ACTIONS(1696), + [anon_sym_SLASH_EQ] = ACTIONS(1696), + [anon_sym_PERCENT_EQ] = ACTIONS(1696), + [anon_sym_BANG_EQ] = ACTIONS(1694), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), + [anon_sym_EQ_EQ] = ACTIONS(1694), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), + [anon_sym_LT_EQ] = ACTIONS(1696), + [anon_sym_GT_EQ] = ACTIONS(1696), + [anon_sym_BANGin] = ACTIONS(1696), + [anon_sym_is] = ACTIONS(1694), + [anon_sym_BANGis] = ACTIONS(1696), + [anon_sym_PLUS] = ACTIONS(1694), + [anon_sym_DASH] = ACTIONS(1694), + [anon_sym_SLASH] = ACTIONS(1694), + [anon_sym_PERCENT] = ACTIONS(1694), + [anon_sym_as_QMARK] = ACTIONS(1696), + [anon_sym_PLUS_PLUS] = ACTIONS(1696), + [anon_sym_DASH_DASH] = ACTIONS(1696), + [anon_sym_BANG] = ACTIONS(1694), + [anon_sym_BANG_BANG] = ACTIONS(1696), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -90690,103 +90798,103 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1778), - [anon_sym_continue_AT] = ACTIONS(1778), - [anon_sym_break_AT] = ACTIONS(1778), - [sym_real_literal] = ACTIONS(1778), - [sym_integer_literal] = ACTIONS(1776), - [sym_hex_literal] = ACTIONS(1778), - [sym_bin_literal] = ACTIONS(1778), - [anon_sym_true] = ACTIONS(1776), - [anon_sym_false] = ACTIONS(1776), - [anon_sym_SQUOTE] = ACTIONS(1778), - [sym__backtick_identifier] = ACTIONS(1778), - [sym__automatic_semicolon] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1778), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1696), + [anon_sym_continue_AT] = ACTIONS(1696), + [anon_sym_break_AT] = ACTIONS(1696), + [sym_real_literal] = ACTIONS(1696), + [sym_integer_literal] = ACTIONS(1694), + [sym_hex_literal] = ACTIONS(1696), + [sym_bin_literal] = ACTIONS(1696), + [anon_sym_true] = ACTIONS(1694), + [anon_sym_false] = ACTIONS(1694), + [anon_sym_SQUOTE] = ACTIONS(1696), + [sym__backtick_identifier] = ACTIONS(1696), + [sym__automatic_semicolon] = ACTIONS(1696), + [sym_safe_nav] = ACTIONS(1696), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1696), }, [454] = { - [sym_property_delegate] = STATE(511), - [sym_getter] = STATE(3425), - [sym_setter] = STATE(3425), - [sym_modifiers] = STATE(8582), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), + [sym_type_constraints] = STATE(508), + [sym_property_delegate] = STATE(601), + [sym_getter] = STATE(1074), + [sym_setter] = STATE(1074), + [sym_modifiers] = STATE(8864), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3230), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_EQ] = ACTIONS(3258), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_COMMA] = ACTIONS(3256), - [anon_sym_by] = ACTIONS(3236), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_where] = ACTIONS(3254), - [anon_sym_object] = ACTIONS(3254), - [anon_sym_fun] = ACTIONS(3254), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(3260), - [anon_sym_get] = ACTIONS(3238), - [anon_sym_set] = ACTIONS(3240), - [anon_sym_this] = ACTIONS(3254), - [anon_sym_super] = ACTIONS(3254), - [anon_sym_STAR] = ACTIONS(3254), - [sym_label] = ACTIONS(3254), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_null] = ACTIONS(3254), - [anon_sym_if] = ACTIONS(3254), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_when] = ACTIONS(3254), - [anon_sym_try] = ACTIONS(3254), - [anon_sym_throw] = ACTIONS(3254), - [anon_sym_return] = ACTIONS(3254), - [anon_sym_continue] = ACTIONS(3254), - [anon_sym_break] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_PLUS_EQ] = ACTIONS(3256), - [anon_sym_DASH_EQ] = ACTIONS(3256), - [anon_sym_STAR_EQ] = ACTIONS(3256), - [anon_sym_SLASH_EQ] = ACTIONS(3256), - [anon_sym_PERCENT_EQ] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3254), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG] = ACTIONS(3254), - [anon_sym_BANG_BANG] = ACTIONS(3256), + [anon_sym_LBRACK] = ACTIONS(3234), + [anon_sym_as] = ACTIONS(3230), + [anon_sym_EQ] = ACTIONS(3326), + [anon_sym_LBRACE] = ACTIONS(3234), + [anon_sym_RBRACE] = ACTIONS(3234), + [anon_sym_LPAREN] = ACTIONS(3234), + [anon_sym_by] = ACTIONS(3298), + [anon_sym_LT] = ACTIONS(3230), + [anon_sym_GT] = ACTIONS(3230), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(3230), + [anon_sym_fun] = ACTIONS(3230), + [anon_sym_DOT] = ACTIONS(3230), + [anon_sym_SEMI] = ACTIONS(3328), + [anon_sym_get] = ACTIONS(3302), + [anon_sym_set] = ACTIONS(3304), + [anon_sym_this] = ACTIONS(3230), + [anon_sym_super] = ACTIONS(3230), + [anon_sym_STAR] = ACTIONS(3230), + [sym_label] = ACTIONS(3230), + [anon_sym_in] = ACTIONS(3230), + [anon_sym_DOT_DOT] = ACTIONS(3234), + [anon_sym_QMARK_COLON] = ACTIONS(3234), + [anon_sym_AMP_AMP] = ACTIONS(3234), + [anon_sym_PIPE_PIPE] = ACTIONS(3234), + [anon_sym_null] = ACTIONS(3230), + [anon_sym_if] = ACTIONS(3230), + [anon_sym_else] = ACTIONS(3230), + [anon_sym_when] = ACTIONS(3230), + [anon_sym_try] = ACTIONS(3230), + [anon_sym_throw] = ACTIONS(3230), + [anon_sym_return] = ACTIONS(3230), + [anon_sym_continue] = ACTIONS(3230), + [anon_sym_break] = ACTIONS(3230), + [anon_sym_COLON_COLON] = ACTIONS(3234), + [anon_sym_PLUS_EQ] = ACTIONS(3234), + [anon_sym_DASH_EQ] = ACTIONS(3234), + [anon_sym_STAR_EQ] = ACTIONS(3234), + [anon_sym_SLASH_EQ] = ACTIONS(3234), + [anon_sym_PERCENT_EQ] = ACTIONS(3234), + [anon_sym_BANG_EQ] = ACTIONS(3230), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3234), + [anon_sym_EQ_EQ] = ACTIONS(3230), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3234), + [anon_sym_LT_EQ] = ACTIONS(3234), + [anon_sym_GT_EQ] = ACTIONS(3234), + [anon_sym_BANGin] = ACTIONS(3234), + [anon_sym_is] = ACTIONS(3230), + [anon_sym_BANGis] = ACTIONS(3234), + [anon_sym_PLUS] = ACTIONS(3230), + [anon_sym_DASH] = ACTIONS(3230), + [anon_sym_SLASH] = ACTIONS(3230), + [anon_sym_PERCENT] = ACTIONS(3230), + [anon_sym_as_QMARK] = ACTIONS(3234), + [anon_sym_PLUS_PLUS] = ACTIONS(3234), + [anon_sym_DASH_DASH] = ACTIONS(3234), + [anon_sym_BANG] = ACTIONS(3230), + [anon_sym_BANG_BANG] = ACTIONS(3234), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -90810,103 +90918,103 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3256), - [anon_sym_continue_AT] = ACTIONS(3256), - [anon_sym_break_AT] = ACTIONS(3256), - [sym_real_literal] = ACTIONS(3256), - [sym_integer_literal] = ACTIONS(3254), - [sym_hex_literal] = ACTIONS(3256), - [sym_bin_literal] = ACTIONS(3256), - [anon_sym_true] = ACTIONS(3254), - [anon_sym_false] = ACTIONS(3254), - [anon_sym_SQUOTE] = ACTIONS(3256), - [sym__backtick_identifier] = ACTIONS(3256), - [sym__automatic_semicolon] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3256), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3234), + [anon_sym_continue_AT] = ACTIONS(3234), + [anon_sym_break_AT] = ACTIONS(3234), + [sym_real_literal] = ACTIONS(3234), + [sym_integer_literal] = ACTIONS(3230), + [sym_hex_literal] = ACTIONS(3234), + [sym_bin_literal] = ACTIONS(3234), + [anon_sym_true] = ACTIONS(3230), + [anon_sym_false] = ACTIONS(3230), + [anon_sym_SQUOTE] = ACTIONS(3234), + [sym__backtick_identifier] = ACTIONS(3234), + [sym__automatic_semicolon] = ACTIONS(3234), + [sym_safe_nav] = ACTIONS(3234), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3234), }, [455] = { - [sym_property_delegate] = STATE(482), - [sym_getter] = STATE(1110), - [sym_setter] = STATE(1110), - [sym_modifiers] = STATE(8548), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), + [sym_property_delegate] = STATE(490), + [sym_getter] = STATE(1155), + [sym_setter] = STATE(1155), + [sym_modifiers] = STATE(8845), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1752), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_EQ] = ACTIONS(3264), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_COMMA] = ACTIONS(1778), - [anon_sym_by] = ACTIONS(3236), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_where] = ACTIONS(1776), - [anon_sym_object] = ACTIONS(1776), - [anon_sym_fun] = ACTIONS(1776), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(1780), - [anon_sym_get] = ACTIONS(3246), - [anon_sym_set] = ACTIONS(3248), - [anon_sym_this] = ACTIONS(1776), - [anon_sym_super] = ACTIONS(1776), - [anon_sym_STAR] = ACTIONS(1776), - [sym_label] = ACTIONS(1776), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_null] = ACTIONS(1776), - [anon_sym_if] = ACTIONS(1776), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_when] = ACTIONS(1776), - [anon_sym_try] = ACTIONS(1776), - [anon_sym_throw] = ACTIONS(1776), - [anon_sym_return] = ACTIONS(1776), - [anon_sym_continue] = ACTIONS(1776), - [anon_sym_break] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_PLUS_EQ] = ACTIONS(1778), - [anon_sym_DASH_EQ] = ACTIONS(1778), - [anon_sym_STAR_EQ] = ACTIONS(1778), - [anon_sym_SLASH_EQ] = ACTIONS(1778), - [anon_sym_PERCENT_EQ] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1776), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG] = ACTIONS(1776), - [anon_sym_BANG_BANG] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(1754), + [anon_sym_as] = ACTIONS(1752), + [anon_sym_EQ] = ACTIONS(3254), + [anon_sym_LBRACE] = ACTIONS(1754), + [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_LPAREN] = ACTIONS(1754), + [anon_sym_COMMA] = ACTIONS(1754), + [anon_sym_by] = ACTIONS(3238), + [anon_sym_LT] = ACTIONS(1752), + [anon_sym_GT] = ACTIONS(1752), + [anon_sym_where] = ACTIONS(1752), + [anon_sym_object] = ACTIONS(1752), + [anon_sym_fun] = ACTIONS(1752), + [anon_sym_DOT] = ACTIONS(1752), + [anon_sym_SEMI] = ACTIONS(1758), + [anon_sym_get] = ACTIONS(3256), + [anon_sym_set] = ACTIONS(3258), + [anon_sym_this] = ACTIONS(1752), + [anon_sym_super] = ACTIONS(1752), + [anon_sym_STAR] = ACTIONS(1752), + [sym_label] = ACTIONS(1752), + [anon_sym_in] = ACTIONS(1752), + [anon_sym_DOT_DOT] = ACTIONS(1754), + [anon_sym_QMARK_COLON] = ACTIONS(1754), + [anon_sym_AMP_AMP] = ACTIONS(1754), + [anon_sym_PIPE_PIPE] = ACTIONS(1754), + [anon_sym_null] = ACTIONS(1752), + [anon_sym_if] = ACTIONS(1752), + [anon_sym_else] = ACTIONS(1752), + [anon_sym_when] = ACTIONS(1752), + [anon_sym_try] = ACTIONS(1752), + [anon_sym_throw] = ACTIONS(1752), + [anon_sym_return] = ACTIONS(1752), + [anon_sym_continue] = ACTIONS(1752), + [anon_sym_break] = ACTIONS(1752), + [anon_sym_COLON_COLON] = ACTIONS(1754), + [anon_sym_PLUS_EQ] = ACTIONS(1754), + [anon_sym_DASH_EQ] = ACTIONS(1754), + [anon_sym_STAR_EQ] = ACTIONS(1754), + [anon_sym_SLASH_EQ] = ACTIONS(1754), + [anon_sym_PERCENT_EQ] = ACTIONS(1754), + [anon_sym_BANG_EQ] = ACTIONS(1752), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), + [anon_sym_EQ_EQ] = ACTIONS(1752), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), + [anon_sym_LT_EQ] = ACTIONS(1754), + [anon_sym_GT_EQ] = ACTIONS(1754), + [anon_sym_BANGin] = ACTIONS(1754), + [anon_sym_is] = ACTIONS(1752), + [anon_sym_BANGis] = ACTIONS(1754), + [anon_sym_PLUS] = ACTIONS(1752), + [anon_sym_DASH] = ACTIONS(1752), + [anon_sym_SLASH] = ACTIONS(1752), + [anon_sym_PERCENT] = ACTIONS(1752), + [anon_sym_as_QMARK] = ACTIONS(1754), + [anon_sym_PLUS_PLUS] = ACTIONS(1754), + [anon_sym_DASH_DASH] = ACTIONS(1754), + [anon_sym_BANG] = ACTIONS(1752), + [anon_sym_BANG_BANG] = ACTIONS(1754), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -90930,61 +91038,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1778), - [anon_sym_continue_AT] = ACTIONS(1778), - [anon_sym_break_AT] = ACTIONS(1778), - [sym_real_literal] = ACTIONS(1778), - [sym_integer_literal] = ACTIONS(1776), - [sym_hex_literal] = ACTIONS(1778), - [sym_bin_literal] = ACTIONS(1778), - [anon_sym_true] = ACTIONS(1776), - [anon_sym_false] = ACTIONS(1776), - [anon_sym_SQUOTE] = ACTIONS(1778), - [sym__backtick_identifier] = ACTIONS(1778), - [sym__automatic_semicolon] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1778), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1754), + [anon_sym_continue_AT] = ACTIONS(1754), + [anon_sym_break_AT] = ACTIONS(1754), + [sym_real_literal] = ACTIONS(1754), + [sym_integer_literal] = ACTIONS(1752), + [sym_hex_literal] = ACTIONS(1754), + [sym_bin_literal] = ACTIONS(1754), + [anon_sym_true] = ACTIONS(1752), + [anon_sym_false] = ACTIONS(1752), + [anon_sym_SQUOTE] = ACTIONS(1754), + [sym__backtick_identifier] = ACTIONS(1754), + [sym__automatic_semicolon] = ACTIONS(1754), + [sym_safe_nav] = ACTIONS(1754), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1754), }, [456] = { - [sym_property_delegate] = STATE(484), - [sym_getter] = STATE(1052), - [sym_setter] = STATE(1052), - [sym_modifiers] = STATE(8548), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym_property_delegate] = STATE(480), + [sym_getter] = STATE(1138), + [sym_setter] = STATE(1138), + [sym_modifiers] = STATE(8845), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1764), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1766), [anon_sym_as] = ACTIONS(1764), - [anon_sym_EQ] = ACTIONS(3244), + [anon_sym_EQ] = ACTIONS(3330), [anon_sym_LBRACE] = ACTIONS(1766), [anon_sym_RBRACE] = ACTIONS(1766), [anon_sym_LPAREN] = ACTIONS(1766), [anon_sym_COMMA] = ACTIONS(1766), - [anon_sym_by] = ACTIONS(3236), + [anon_sym_by] = ACTIONS(3238), [anon_sym_LT] = ACTIONS(1764), [anon_sym_GT] = ACTIONS(1764), [anon_sym_where] = ACTIONS(1764), [anon_sym_object] = ACTIONS(1764), [anon_sym_fun] = ACTIONS(1764), [anon_sym_DOT] = ACTIONS(1764), - [anon_sym_SEMI] = ACTIONS(1794), - [anon_sym_get] = ACTIONS(3246), - [anon_sym_set] = ACTIONS(3248), + [anon_sym_SEMI] = ACTIONS(1776), + [anon_sym_get] = ACTIONS(3256), + [anon_sym_set] = ACTIONS(3258), [anon_sym_this] = ACTIONS(1764), [anon_sym_super] = ACTIONS(1764), [anon_sym_STAR] = ACTIONS(1764), @@ -91050,8 +91158,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(1766), [anon_sym_continue_AT] = ACTIONS(1766), @@ -91070,83 +91178,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(1766), }, [457] = { - [sym_type_constraints] = STATE(505), - [sym_property_delegate] = STATE(575), - [sym_getter] = STATE(1137), - [sym_setter] = STATE(1137), - [sym_modifiers] = STATE(8830), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3272), + [sym_property_delegate] = STATE(500), + [sym_getter] = STATE(3447), + [sym_setter] = STATE(3447), + [sym_modifiers] = STATE(8689), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3274), - [anon_sym_as] = ACTIONS(3272), - [anon_sym_EQ] = ACTIONS(3330), - [anon_sym_LBRACE] = ACTIONS(3274), - [anon_sym_RBRACE] = ACTIONS(3274), - [anon_sym_LPAREN] = ACTIONS(3274), - [anon_sym_by] = ACTIONS(3298), - [anon_sym_LT] = ACTIONS(3272), - [anon_sym_GT] = ACTIONS(3272), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(3272), - [anon_sym_fun] = ACTIONS(3272), - [anon_sym_DOT] = ACTIONS(3272), - [anon_sym_SEMI] = ACTIONS(3332), - [anon_sym_get] = ACTIONS(3308), - [anon_sym_set] = ACTIONS(3310), - [anon_sym_this] = ACTIONS(3272), - [anon_sym_super] = ACTIONS(3272), - [anon_sym_STAR] = ACTIONS(3272), - [sym_label] = ACTIONS(3272), - [anon_sym_in] = ACTIONS(3272), - [anon_sym_DOT_DOT] = ACTIONS(3274), - [anon_sym_QMARK_COLON] = ACTIONS(3274), - [anon_sym_AMP_AMP] = ACTIONS(3274), - [anon_sym_PIPE_PIPE] = ACTIONS(3274), - [anon_sym_null] = ACTIONS(3272), - [anon_sym_if] = ACTIONS(3272), - [anon_sym_else] = ACTIONS(3272), - [anon_sym_when] = ACTIONS(3272), - [anon_sym_try] = ACTIONS(3272), - [anon_sym_throw] = ACTIONS(3272), - [anon_sym_return] = ACTIONS(3272), - [anon_sym_continue] = ACTIONS(3272), - [anon_sym_break] = ACTIONS(3272), - [anon_sym_COLON_COLON] = ACTIONS(3274), - [anon_sym_PLUS_EQ] = ACTIONS(3274), - [anon_sym_DASH_EQ] = ACTIONS(3274), - [anon_sym_STAR_EQ] = ACTIONS(3274), - [anon_sym_SLASH_EQ] = ACTIONS(3274), - [anon_sym_PERCENT_EQ] = ACTIONS(3274), - [anon_sym_BANG_EQ] = ACTIONS(3272), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3274), - [anon_sym_EQ_EQ] = ACTIONS(3272), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3274), - [anon_sym_LT_EQ] = ACTIONS(3274), - [anon_sym_GT_EQ] = ACTIONS(3274), - [anon_sym_BANGin] = ACTIONS(3274), - [anon_sym_is] = ACTIONS(3272), - [anon_sym_BANGis] = ACTIONS(3274), - [anon_sym_PLUS] = ACTIONS(3272), - [anon_sym_DASH] = ACTIONS(3272), - [anon_sym_SLASH] = ACTIONS(3272), - [anon_sym_PERCENT] = ACTIONS(3272), - [anon_sym_as_QMARK] = ACTIONS(3274), - [anon_sym_PLUS_PLUS] = ACTIONS(3274), - [anon_sym_DASH_DASH] = ACTIONS(3274), - [anon_sym_BANG] = ACTIONS(3272), - [anon_sym_BANG_BANG] = ACTIONS(3274), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_EQ] = ACTIONS(3288), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_COMMA] = ACTIONS(3280), + [anon_sym_by] = ACTIONS(3238), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_where] = ACTIONS(3278), + [anon_sym_object] = ACTIONS(3278), + [anon_sym_fun] = ACTIONS(3278), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(3290), + [anon_sym_get] = ACTIONS(3242), + [anon_sym_set] = ACTIONS(3244), + [anon_sym_this] = ACTIONS(3278), + [anon_sym_super] = ACTIONS(3278), + [anon_sym_STAR] = ACTIONS(3278), + [sym_label] = ACTIONS(3278), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_null] = ACTIONS(3278), + [anon_sym_if] = ACTIONS(3278), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_when] = ACTIONS(3278), + [anon_sym_try] = ACTIONS(3278), + [anon_sym_throw] = ACTIONS(3278), + [anon_sym_return] = ACTIONS(3278), + [anon_sym_continue] = ACTIONS(3278), + [anon_sym_break] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_PLUS_EQ] = ACTIONS(3280), + [anon_sym_DASH_EQ] = ACTIONS(3280), + [anon_sym_STAR_EQ] = ACTIONS(3280), + [anon_sym_SLASH_EQ] = ACTIONS(3280), + [anon_sym_PERCENT_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3278), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG] = ACTIONS(3278), + [anon_sym_BANG_BANG] = ACTIONS(3280), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -91170,52 +91278,52 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3274), - [anon_sym_continue_AT] = ACTIONS(3274), - [anon_sym_break_AT] = ACTIONS(3274), - [sym_real_literal] = ACTIONS(3274), - [sym_integer_literal] = ACTIONS(3272), - [sym_hex_literal] = ACTIONS(3274), - [sym_bin_literal] = ACTIONS(3274), - [anon_sym_true] = ACTIONS(3272), - [anon_sym_false] = ACTIONS(3272), - [anon_sym_SQUOTE] = ACTIONS(3274), - [sym__backtick_identifier] = ACTIONS(3274), - [sym__automatic_semicolon] = ACTIONS(3274), - [sym_safe_nav] = ACTIONS(3274), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3274), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3280), + [anon_sym_continue_AT] = ACTIONS(3280), + [anon_sym_break_AT] = ACTIONS(3280), + [sym_real_literal] = ACTIONS(3280), + [sym_integer_literal] = ACTIONS(3278), + [sym_hex_literal] = ACTIONS(3280), + [sym_bin_literal] = ACTIONS(3280), + [anon_sym_true] = ACTIONS(3278), + [anon_sym_false] = ACTIONS(3278), + [anon_sym_SQUOTE] = ACTIONS(3280), + [sym__backtick_identifier] = ACTIONS(3280), + [sym__automatic_semicolon] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3280), }, [458] = { - [sym_property_delegate] = STATE(507), - [sym_getter] = STATE(3228), - [sym_setter] = STATE(3228), - [sym_modifiers] = STATE(8582), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym_property_delegate] = STATE(486), + [sym_getter] = STATE(3151), + [sym_setter] = STATE(3151), + [sym_modifiers] = STATE(8689), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1764), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1766), [anon_sym_as] = ACTIONS(1764), - [anon_sym_EQ] = ACTIONS(3262), + [anon_sym_EQ] = ACTIONS(3332), [anon_sym_LBRACE] = ACTIONS(1766), [anon_sym_RBRACE] = ACTIONS(1766), [anon_sym_LPAREN] = ACTIONS(1766), [anon_sym_COMMA] = ACTIONS(1766), - [anon_sym_by] = ACTIONS(3236), + [anon_sym_by] = ACTIONS(3238), [anon_sym_LT] = ACTIONS(1764), [anon_sym_GT] = ACTIONS(1764), [anon_sym_where] = ACTIONS(1764), @@ -91223,8 +91331,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_fun] = ACTIONS(1764), [anon_sym_DOT] = ACTIONS(1764), [anon_sym_SEMI] = ACTIONS(1768), - [anon_sym_get] = ACTIONS(3238), - [anon_sym_set] = ACTIONS(3240), + [anon_sym_get] = ACTIONS(3242), + [anon_sym_set] = ACTIONS(3244), [anon_sym_this] = ACTIONS(1764), [anon_sym_super] = ACTIONS(1764), [anon_sym_STAR] = ACTIONS(1764), @@ -91290,8 +91398,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(1766), [anon_sym_continue_AT] = ACTIONS(1766), @@ -91310,83 +91418,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(1766), }, [459] = { - [sym_type_constraints] = STATE(500), - [sym_property_delegate] = STATE(580), - [sym_getter] = STATE(1107), - [sym_setter] = STATE(1107), - [sym_modifiers] = STATE(8830), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), + [sym_type_constraints] = STATE(485), + [sym_property_delegate] = STATE(556), + [sym_getter] = STATE(3447), + [sym_setter] = STATE(3447), + [sym_modifiers] = STATE(8760), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), [anon_sym_EQ] = ACTIONS(3334), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), [anon_sym_by] = ACTIONS(3298), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(3254), - [anon_sym_fun] = ACTIONS(3254), - [anon_sym_DOT] = ACTIONS(3254), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(3278), + [anon_sym_fun] = ACTIONS(3278), + [anon_sym_DOT] = ACTIONS(3278), [anon_sym_SEMI] = ACTIONS(3336), - [anon_sym_get] = ACTIONS(3308), - [anon_sym_set] = ACTIONS(3310), - [anon_sym_this] = ACTIONS(3254), - [anon_sym_super] = ACTIONS(3254), - [anon_sym_STAR] = ACTIONS(3254), - [sym_label] = ACTIONS(3254), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_null] = ACTIONS(3254), - [anon_sym_if] = ACTIONS(3254), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_when] = ACTIONS(3254), - [anon_sym_try] = ACTIONS(3254), - [anon_sym_throw] = ACTIONS(3254), - [anon_sym_return] = ACTIONS(3254), - [anon_sym_continue] = ACTIONS(3254), - [anon_sym_break] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_PLUS_EQ] = ACTIONS(3256), - [anon_sym_DASH_EQ] = ACTIONS(3256), - [anon_sym_STAR_EQ] = ACTIONS(3256), - [anon_sym_SLASH_EQ] = ACTIONS(3256), - [anon_sym_PERCENT_EQ] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3254), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG] = ACTIONS(3254), - [anon_sym_BANG_BANG] = ACTIONS(3256), + [anon_sym_get] = ACTIONS(3310), + [anon_sym_set] = ACTIONS(3312), + [anon_sym_this] = ACTIONS(3278), + [anon_sym_super] = ACTIONS(3278), + [anon_sym_STAR] = ACTIONS(3278), + [sym_label] = ACTIONS(3278), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_null] = ACTIONS(3278), + [anon_sym_if] = ACTIONS(3278), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_when] = ACTIONS(3278), + [anon_sym_try] = ACTIONS(3278), + [anon_sym_throw] = ACTIONS(3278), + [anon_sym_return] = ACTIONS(3278), + [anon_sym_continue] = ACTIONS(3278), + [anon_sym_break] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_PLUS_EQ] = ACTIONS(3280), + [anon_sym_DASH_EQ] = ACTIONS(3280), + [anon_sym_STAR_EQ] = ACTIONS(3280), + [anon_sym_SLASH_EQ] = ACTIONS(3280), + [anon_sym_PERCENT_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3278), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG] = ACTIONS(3278), + [anon_sym_BANG_BANG] = ACTIONS(3280), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -91410,67 +91518,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3256), - [anon_sym_continue_AT] = ACTIONS(3256), - [anon_sym_break_AT] = ACTIONS(3256), - [sym_real_literal] = ACTIONS(3256), - [sym_integer_literal] = ACTIONS(3254), - [sym_hex_literal] = ACTIONS(3256), - [sym_bin_literal] = ACTIONS(3256), - [anon_sym_true] = ACTIONS(3254), - [anon_sym_false] = ACTIONS(3254), - [anon_sym_SQUOTE] = ACTIONS(3256), - [sym__backtick_identifier] = ACTIONS(3256), - [sym__automatic_semicolon] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3256), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3280), + [anon_sym_continue_AT] = ACTIONS(3280), + [anon_sym_break_AT] = ACTIONS(3280), + [sym_real_literal] = ACTIONS(3280), + [sym_integer_literal] = ACTIONS(3278), + [sym_hex_literal] = ACTIONS(3280), + [sym_bin_literal] = ACTIONS(3280), + [anon_sym_true] = ACTIONS(3278), + [anon_sym_false] = ACTIONS(3278), + [anon_sym_SQUOTE] = ACTIONS(3280), + [sym__backtick_identifier] = ACTIONS(3280), + [sym__automatic_semicolon] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3280), }, [460] = { - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(1995), - [sym__comparison_operator] = STATE(1991), - [sym__in_operator] = STATE(1990), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(1987), - [sym__multiplicative_operator] = STATE(1986), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_annotation] = STATE(7858), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1985), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(2315), + [sym__comparison_operator] = STATE(2313), + [sym__in_operator] = STATE(2311), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(2308), + [sym__multiplicative_operator] = STATE(2301), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_annotation] = STATE(7880), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2300), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(3074), + [anon_sym_RBRACE] = ACTIONS(3061), [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_COMMA] = ACTIONS(3074), + [anon_sym_COMMA] = ACTIONS(3061), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(1864), - [anon_sym_where] = ACTIONS(3072), - [anon_sym_object] = ACTIONS(3072), - [anon_sym_fun] = ACTIONS(3072), + [anon_sym_where] = ACTIONS(3059), + [anon_sym_object] = ACTIONS(3059), + [anon_sym_fun] = ACTIONS(3059), [anon_sym_DOT] = ACTIONS(1704), - [anon_sym_SEMI] = ACTIONS(3074), + [anon_sym_SEMI] = ACTIONS(3061), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(3072), - [anon_sym_super] = ACTIONS(3072), + [anon_sym_this] = ACTIONS(3059), + [anon_sym_super] = ACTIONS(3059), [anon_sym_STAR] = ACTIONS(1872), [sym_label] = ACTIONS(1714), [anon_sym_in] = ACTIONS(1874), @@ -91478,15 +91586,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1878), [anon_sym_AMP_AMP] = ACTIONS(1880), [anon_sym_PIPE_PIPE] = ACTIONS(1882), - [anon_sym_null] = ACTIONS(3072), - [anon_sym_if] = ACTIONS(3072), - [anon_sym_else] = ACTIONS(3072), - [anon_sym_when] = ACTIONS(3072), - [anon_sym_try] = ACTIONS(3072), - [anon_sym_throw] = ACTIONS(3072), - [anon_sym_return] = ACTIONS(3072), - [anon_sym_continue] = ACTIONS(3072), - [anon_sym_break] = ACTIONS(3072), + [anon_sym_null] = ACTIONS(3059), + [anon_sym_if] = ACTIONS(3059), + [anon_sym_else] = ACTIONS(3059), + [anon_sym_when] = ACTIONS(3059), + [anon_sym_try] = ACTIONS(3059), + [anon_sym_throw] = ACTIONS(3059), + [anon_sym_return] = ACTIONS(3059), + [anon_sym_continue] = ACTIONS(3059), + [anon_sym_break] = ACTIONS(3059), [anon_sym_COLON_COLON] = ACTIONS(1726), [anon_sym_BANG_EQ] = ACTIONS(1884), [anon_sym_BANG_EQ_EQ] = ACTIONS(1886), @@ -91504,118 +91612,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(3072), + [anon_sym_BANG] = ACTIONS(3059), [anon_sym_BANG_BANG] = ACTIONS(1744), - [anon_sym_suspend] = ACTIONS(3072), - [anon_sym_sealed] = ACTIONS(3072), - [anon_sym_annotation] = ACTIONS(3072), + [anon_sym_suspend] = ACTIONS(3059), + [anon_sym_sealed] = ACTIONS(3059), + [anon_sym_annotation] = ACTIONS(3059), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3072), - [anon_sym_lateinit] = ACTIONS(3072), - [anon_sym_public] = ACTIONS(3072), - [anon_sym_private] = ACTIONS(3072), - [anon_sym_internal] = ACTIONS(3072), - [anon_sym_protected] = ACTIONS(3072), - [anon_sym_tailrec] = ACTIONS(3072), - [anon_sym_operator] = ACTIONS(3072), - [anon_sym_infix] = ACTIONS(3072), - [anon_sym_inline] = ACTIONS(3072), - [anon_sym_external] = ACTIONS(3072), - [sym_property_modifier] = ACTIONS(3072), - [anon_sym_abstract] = ACTIONS(3072), - [anon_sym_final] = ACTIONS(3072), - [anon_sym_open] = ACTIONS(3072), - [anon_sym_vararg] = ACTIONS(3072), - [anon_sym_noinline] = ACTIONS(3072), - [anon_sym_crossinline] = ACTIONS(3072), + [anon_sym_override] = ACTIONS(3059), + [anon_sym_lateinit] = ACTIONS(3059), + [anon_sym_public] = ACTIONS(3059), + [anon_sym_private] = ACTIONS(3059), + [anon_sym_internal] = ACTIONS(3059), + [anon_sym_protected] = ACTIONS(3059), + [anon_sym_tailrec] = ACTIONS(3059), + [anon_sym_operator] = ACTIONS(3059), + [anon_sym_infix] = ACTIONS(3059), + [anon_sym_inline] = ACTIONS(3059), + [anon_sym_external] = ACTIONS(3059), + [sym_property_modifier] = ACTIONS(3059), + [anon_sym_abstract] = ACTIONS(3059), + [anon_sym_final] = ACTIONS(3059), + [anon_sym_open] = ACTIONS(3059), + [anon_sym_vararg] = ACTIONS(3059), + [anon_sym_noinline] = ACTIONS(3059), + [anon_sym_crossinline] = ACTIONS(3059), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3074), - [anon_sym_continue_AT] = ACTIONS(3074), - [anon_sym_break_AT] = ACTIONS(3074), - [sym_real_literal] = ACTIONS(3074), - [sym_integer_literal] = ACTIONS(3072), - [sym_hex_literal] = ACTIONS(3074), - [sym_bin_literal] = ACTIONS(3074), - [anon_sym_true] = ACTIONS(3072), - [anon_sym_false] = ACTIONS(3072), - [anon_sym_SQUOTE] = ACTIONS(3074), + [anon_sym_return_AT] = ACTIONS(3061), + [anon_sym_continue_AT] = ACTIONS(3061), + [anon_sym_break_AT] = ACTIONS(3061), + [sym_real_literal] = ACTIONS(3061), + [sym_integer_literal] = ACTIONS(3059), + [sym_hex_literal] = ACTIONS(3061), + [sym_bin_literal] = ACTIONS(3061), + [anon_sym_true] = ACTIONS(3059), + [anon_sym_false] = ACTIONS(3059), + [anon_sym_SQUOTE] = ACTIONS(3061), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3074), + [sym__automatic_semicolon] = ACTIONS(3061), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3074), + [sym__string_start] = ACTIONS(3061), }, [461] = { - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(1995), - [sym__comparison_operator] = STATE(1991), - [sym__in_operator] = STATE(1990), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(1987), - [sym__multiplicative_operator] = STATE(1986), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_annotation] = STATE(7858), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1985), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), - [sym__alpha_identifier] = ACTIONS(1686), + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(2315), + [sym__comparison_operator] = STATE(2313), + [sym__in_operator] = STATE(2311), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(2308), + [sym__multiplicative_operator] = STATE(2301), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_annotation] = STATE(7880), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2300), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), + [sym__alpha_identifier] = ACTIONS(3075), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(3092), + [anon_sym_RBRACE] = ACTIONS(3077), [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_COMMA] = ACTIONS(3092), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(1864), - [anon_sym_where] = ACTIONS(3090), - [anon_sym_object] = ACTIONS(3090), - [anon_sym_fun] = ACTIONS(3090), + [anon_sym_COMMA] = ACTIONS(3077), + [anon_sym_LT] = ACTIONS(3079), + [anon_sym_GT] = ACTIONS(3075), + [anon_sym_where] = ACTIONS(3075), + [anon_sym_object] = ACTIONS(3075), + [anon_sym_fun] = ACTIONS(3075), [anon_sym_DOT] = ACTIONS(1704), - [anon_sym_SEMI] = ACTIONS(3092), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(3090), - [anon_sym_super] = ACTIONS(3090), + [anon_sym_SEMI] = ACTIONS(3077), + [anon_sym_get] = ACTIONS(3075), + [anon_sym_set] = ACTIONS(3075), + [anon_sym_this] = ACTIONS(3075), + [anon_sym_super] = ACTIONS(3075), [anon_sym_STAR] = ACTIONS(1872), [sym_label] = ACTIONS(1714), - [anon_sym_in] = ACTIONS(1874), - [anon_sym_DOT_DOT] = ACTIONS(1876), - [anon_sym_QMARK_COLON] = ACTIONS(1878), - [anon_sym_AMP_AMP] = ACTIONS(1880), - [anon_sym_PIPE_PIPE] = ACTIONS(1882), - [anon_sym_null] = ACTIONS(3090), - [anon_sym_if] = ACTIONS(3090), - [anon_sym_else] = ACTIONS(3090), - [anon_sym_when] = ACTIONS(3090), - [anon_sym_try] = ACTIONS(3090), - [anon_sym_throw] = ACTIONS(3090), - [anon_sym_return] = ACTIONS(3090), - [anon_sym_continue] = ACTIONS(3090), - [anon_sym_break] = ACTIONS(3090), + [anon_sym_in] = ACTIONS(3075), + [anon_sym_DOT_DOT] = ACTIONS(3077), + [anon_sym_QMARK_COLON] = ACTIONS(3077), + [anon_sym_AMP_AMP] = ACTIONS(3077), + [anon_sym_PIPE_PIPE] = ACTIONS(3077), + [anon_sym_null] = ACTIONS(3075), + [anon_sym_if] = ACTIONS(3075), + [anon_sym_else] = ACTIONS(3075), + [anon_sym_when] = ACTIONS(3075), + [anon_sym_try] = ACTIONS(3075), + [anon_sym_throw] = ACTIONS(3075), + [anon_sym_return] = ACTIONS(3075), + [anon_sym_continue] = ACTIONS(3075), + [anon_sym_break] = ACTIONS(3075), [anon_sym_COLON_COLON] = ACTIONS(1726), - [anon_sym_BANG_EQ] = ACTIONS(1884), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1886), - [anon_sym_EQ_EQ] = ACTIONS(1884), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1886), - [anon_sym_LT_EQ] = ACTIONS(1888), - [anon_sym_GT_EQ] = ACTIONS(1888), - [anon_sym_BANGin] = ACTIONS(1890), - [anon_sym_is] = ACTIONS(1736), - [anon_sym_BANGis] = ACTIONS(1738), + [anon_sym_BANG_EQ] = ACTIONS(3075), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3077), + [anon_sym_EQ_EQ] = ACTIONS(3075), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3077), + [anon_sym_LT_EQ] = ACTIONS(3077), + [anon_sym_GT_EQ] = ACTIONS(3077), + [anon_sym_BANGin] = ACTIONS(3077), + [anon_sym_is] = ACTIONS(3075), + [anon_sym_BANGis] = ACTIONS(3077), [anon_sym_PLUS] = ACTIONS(1892), [anon_sym_DASH] = ACTIONS(1892), [anon_sym_SLASH] = ACTIONS(1894), @@ -91623,92 +91731,92 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(3090), + [anon_sym_BANG] = ACTIONS(3075), [anon_sym_BANG_BANG] = ACTIONS(1744), - [anon_sym_suspend] = ACTIONS(3090), - [anon_sym_sealed] = ACTIONS(3090), - [anon_sym_annotation] = ACTIONS(3090), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3090), - [anon_sym_lateinit] = ACTIONS(3090), - [anon_sym_public] = ACTIONS(3090), - [anon_sym_private] = ACTIONS(3090), - [anon_sym_internal] = ACTIONS(3090), - [anon_sym_protected] = ACTIONS(3090), - [anon_sym_tailrec] = ACTIONS(3090), - [anon_sym_operator] = ACTIONS(3090), - [anon_sym_infix] = ACTIONS(3090), - [anon_sym_inline] = ACTIONS(3090), - [anon_sym_external] = ACTIONS(3090), - [sym_property_modifier] = ACTIONS(3090), - [anon_sym_abstract] = ACTIONS(3090), - [anon_sym_final] = ACTIONS(3090), - [anon_sym_open] = ACTIONS(3090), - [anon_sym_vararg] = ACTIONS(3090), - [anon_sym_noinline] = ACTIONS(3090), - [anon_sym_crossinline] = ACTIONS(3090), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3092), - [anon_sym_continue_AT] = ACTIONS(3092), - [anon_sym_break_AT] = ACTIONS(3092), - [sym_real_literal] = ACTIONS(3092), - [sym_integer_literal] = ACTIONS(3090), - [sym_hex_literal] = ACTIONS(3092), - [sym_bin_literal] = ACTIONS(3092), - [anon_sym_true] = ACTIONS(3090), - [anon_sym_false] = ACTIONS(3090), - [anon_sym_SQUOTE] = ACTIONS(3092), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3092), + [anon_sym_suspend] = ACTIONS(3075), + [anon_sym_sealed] = ACTIONS(3075), + [anon_sym_annotation] = ACTIONS(3075), + [anon_sym_data] = ACTIONS(3075), + [anon_sym_inner] = ACTIONS(3075), + [anon_sym_override] = ACTIONS(3075), + [anon_sym_lateinit] = ACTIONS(3075), + [anon_sym_public] = ACTIONS(3075), + [anon_sym_private] = ACTIONS(3075), + [anon_sym_internal] = ACTIONS(3075), + [anon_sym_protected] = ACTIONS(3075), + [anon_sym_tailrec] = ACTIONS(3075), + [anon_sym_operator] = ACTIONS(3075), + [anon_sym_infix] = ACTIONS(3075), + [anon_sym_inline] = ACTIONS(3075), + [anon_sym_external] = ACTIONS(3075), + [sym_property_modifier] = ACTIONS(3075), + [anon_sym_abstract] = ACTIONS(3075), + [anon_sym_final] = ACTIONS(3075), + [anon_sym_open] = ACTIONS(3075), + [anon_sym_vararg] = ACTIONS(3075), + [anon_sym_noinline] = ACTIONS(3075), + [anon_sym_crossinline] = ACTIONS(3075), + [anon_sym_expect] = ACTIONS(3075), + [anon_sym_actual] = ACTIONS(3075), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3077), + [anon_sym_continue_AT] = ACTIONS(3077), + [anon_sym_break_AT] = ACTIONS(3077), + [sym_real_literal] = ACTIONS(3077), + [sym_integer_literal] = ACTIONS(3075), + [sym_hex_literal] = ACTIONS(3077), + [sym_bin_literal] = ACTIONS(3077), + [anon_sym_true] = ACTIONS(3075), + [anon_sym_false] = ACTIONS(3075), + [anon_sym_SQUOTE] = ACTIONS(3077), + [sym__backtick_identifier] = ACTIONS(3077), + [sym__automatic_semicolon] = ACTIONS(3077), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3092), + [sym__string_start] = ACTIONS(3077), }, [462] = { - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(1995), - [sym__comparison_operator] = STATE(1991), - [sym__in_operator] = STATE(1990), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(1987), - [sym__multiplicative_operator] = STATE(1986), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_annotation] = STATE(7858), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1985), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(2315), + [sym__comparison_operator] = STATE(2313), + [sym__in_operator] = STATE(2311), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(2308), + [sym__multiplicative_operator] = STATE(2301), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_annotation] = STATE(7880), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2300), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(3017), + [anon_sym_RBRACE] = ACTIONS(3084), [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_COMMA] = ACTIONS(3017), + [anon_sym_COMMA] = ACTIONS(3084), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(1864), - [anon_sym_where] = ACTIONS(3015), - [anon_sym_object] = ACTIONS(3015), - [anon_sym_fun] = ACTIONS(3015), + [anon_sym_where] = ACTIONS(3082), + [anon_sym_object] = ACTIONS(3082), + [anon_sym_fun] = ACTIONS(3082), [anon_sym_DOT] = ACTIONS(1704), - [anon_sym_SEMI] = ACTIONS(3017), + [anon_sym_SEMI] = ACTIONS(3084), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(3015), - [anon_sym_super] = ACTIONS(3015), + [anon_sym_this] = ACTIONS(3082), + [anon_sym_super] = ACTIONS(3082), [anon_sym_STAR] = ACTIONS(1872), [sym_label] = ACTIONS(1714), [anon_sym_in] = ACTIONS(1874), @@ -91716,15 +91824,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1878), [anon_sym_AMP_AMP] = ACTIONS(1880), [anon_sym_PIPE_PIPE] = ACTIONS(1882), - [anon_sym_null] = ACTIONS(3015), - [anon_sym_if] = ACTIONS(3015), - [anon_sym_else] = ACTIONS(3015), - [anon_sym_when] = ACTIONS(3015), - [anon_sym_try] = ACTIONS(3015), - [anon_sym_throw] = ACTIONS(3015), - [anon_sym_return] = ACTIONS(3015), - [anon_sym_continue] = ACTIONS(3015), - [anon_sym_break] = ACTIONS(3015), + [anon_sym_null] = ACTIONS(3082), + [anon_sym_if] = ACTIONS(3082), + [anon_sym_else] = ACTIONS(3082), + [anon_sym_when] = ACTIONS(3082), + [anon_sym_try] = ACTIONS(3082), + [anon_sym_throw] = ACTIONS(3082), + [anon_sym_return] = ACTIONS(3082), + [anon_sym_continue] = ACTIONS(3082), + [anon_sym_break] = ACTIONS(3082), [anon_sym_COLON_COLON] = ACTIONS(1726), [anon_sym_BANG_EQ] = ACTIONS(1884), [anon_sym_BANG_EQ_EQ] = ACTIONS(1886), @@ -91742,118 +91850,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(3015), + [anon_sym_BANG] = ACTIONS(3082), [anon_sym_BANG_BANG] = ACTIONS(1744), - [anon_sym_suspend] = ACTIONS(3015), - [anon_sym_sealed] = ACTIONS(3015), - [anon_sym_annotation] = ACTIONS(3015), + [anon_sym_suspend] = ACTIONS(3082), + [anon_sym_sealed] = ACTIONS(3082), + [anon_sym_annotation] = ACTIONS(3082), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3015), - [anon_sym_lateinit] = ACTIONS(3015), - [anon_sym_public] = ACTIONS(3015), - [anon_sym_private] = ACTIONS(3015), - [anon_sym_internal] = ACTIONS(3015), - [anon_sym_protected] = ACTIONS(3015), - [anon_sym_tailrec] = ACTIONS(3015), - [anon_sym_operator] = ACTIONS(3015), - [anon_sym_infix] = ACTIONS(3015), - [anon_sym_inline] = ACTIONS(3015), - [anon_sym_external] = ACTIONS(3015), - [sym_property_modifier] = ACTIONS(3015), - [anon_sym_abstract] = ACTIONS(3015), - [anon_sym_final] = ACTIONS(3015), - [anon_sym_open] = ACTIONS(3015), - [anon_sym_vararg] = ACTIONS(3015), - [anon_sym_noinline] = ACTIONS(3015), - [anon_sym_crossinline] = ACTIONS(3015), + [anon_sym_override] = ACTIONS(3082), + [anon_sym_lateinit] = ACTIONS(3082), + [anon_sym_public] = ACTIONS(3082), + [anon_sym_private] = ACTIONS(3082), + [anon_sym_internal] = ACTIONS(3082), + [anon_sym_protected] = ACTIONS(3082), + [anon_sym_tailrec] = ACTIONS(3082), + [anon_sym_operator] = ACTIONS(3082), + [anon_sym_infix] = ACTIONS(3082), + [anon_sym_inline] = ACTIONS(3082), + [anon_sym_external] = ACTIONS(3082), + [sym_property_modifier] = ACTIONS(3082), + [anon_sym_abstract] = ACTIONS(3082), + [anon_sym_final] = ACTIONS(3082), + [anon_sym_open] = ACTIONS(3082), + [anon_sym_vararg] = ACTIONS(3082), + [anon_sym_noinline] = ACTIONS(3082), + [anon_sym_crossinline] = ACTIONS(3082), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3017), - [anon_sym_continue_AT] = ACTIONS(3017), - [anon_sym_break_AT] = ACTIONS(3017), - [sym_real_literal] = ACTIONS(3017), - [sym_integer_literal] = ACTIONS(3015), - [sym_hex_literal] = ACTIONS(3017), - [sym_bin_literal] = ACTIONS(3017), - [anon_sym_true] = ACTIONS(3015), - [anon_sym_false] = ACTIONS(3015), - [anon_sym_SQUOTE] = ACTIONS(3017), + [anon_sym_return_AT] = ACTIONS(3084), + [anon_sym_continue_AT] = ACTIONS(3084), + [anon_sym_break_AT] = ACTIONS(3084), + [sym_real_literal] = ACTIONS(3084), + [sym_integer_literal] = ACTIONS(3082), + [sym_hex_literal] = ACTIONS(3084), + [sym_bin_literal] = ACTIONS(3084), + [anon_sym_true] = ACTIONS(3082), + [anon_sym_false] = ACTIONS(3082), + [anon_sym_SQUOTE] = ACTIONS(3084), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3017), + [sym__automatic_semicolon] = ACTIONS(3084), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3017), + [sym__string_start] = ACTIONS(3084), }, [463] = { - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(1995), - [sym__comparison_operator] = STATE(1991), - [sym__in_operator] = STATE(1990), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(1987), - [sym__multiplicative_operator] = STATE(1986), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_annotation] = STATE(7858), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1985), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(2315), + [sym__comparison_operator] = STATE(2313), + [sym__in_operator] = STATE(2311), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(2308), + [sym__multiplicative_operator] = STATE(2301), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_annotation] = STATE(7880), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2300), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(3021), + [anon_sym_RBRACE] = ACTIONS(3054), [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_COMMA] = ACTIONS(3021), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(1864), - [anon_sym_where] = ACTIONS(3019), - [anon_sym_object] = ACTIONS(3019), - [anon_sym_fun] = ACTIONS(3019), + [anon_sym_COMMA] = ACTIONS(3054), + [anon_sym_LT] = ACTIONS(3056), + [anon_sym_GT] = ACTIONS(3052), + [anon_sym_where] = ACTIONS(3052), + [anon_sym_object] = ACTIONS(3052), + [anon_sym_fun] = ACTIONS(3052), [anon_sym_DOT] = ACTIONS(1704), - [anon_sym_SEMI] = ACTIONS(3021), + [anon_sym_SEMI] = ACTIONS(3054), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(3019), - [anon_sym_super] = ACTIONS(3019), + [anon_sym_this] = ACTIONS(3052), + [anon_sym_super] = ACTIONS(3052), [anon_sym_STAR] = ACTIONS(1872), [sym_label] = ACTIONS(1714), - [anon_sym_in] = ACTIONS(1874), + [anon_sym_in] = ACTIONS(3052), [anon_sym_DOT_DOT] = ACTIONS(1876), - [anon_sym_QMARK_COLON] = ACTIONS(1878), - [anon_sym_AMP_AMP] = ACTIONS(1880), - [anon_sym_PIPE_PIPE] = ACTIONS(1882), - [anon_sym_null] = ACTIONS(3019), - [anon_sym_if] = ACTIONS(3019), - [anon_sym_else] = ACTIONS(3019), - [anon_sym_when] = ACTIONS(3019), - [anon_sym_try] = ACTIONS(3019), - [anon_sym_throw] = ACTIONS(3019), - [anon_sym_return] = ACTIONS(3019), - [anon_sym_continue] = ACTIONS(3019), - [anon_sym_break] = ACTIONS(3019), + [anon_sym_QMARK_COLON] = ACTIONS(3054), + [anon_sym_AMP_AMP] = ACTIONS(3054), + [anon_sym_PIPE_PIPE] = ACTIONS(3054), + [anon_sym_null] = ACTIONS(3052), + [anon_sym_if] = ACTIONS(3052), + [anon_sym_else] = ACTIONS(3052), + [anon_sym_when] = ACTIONS(3052), + [anon_sym_try] = ACTIONS(3052), + [anon_sym_throw] = ACTIONS(3052), + [anon_sym_return] = ACTIONS(3052), + [anon_sym_continue] = ACTIONS(3052), + [anon_sym_break] = ACTIONS(3052), [anon_sym_COLON_COLON] = ACTIONS(1726), - [anon_sym_BANG_EQ] = ACTIONS(1884), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1886), - [anon_sym_EQ_EQ] = ACTIONS(1884), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1886), - [anon_sym_LT_EQ] = ACTIONS(1888), - [anon_sym_GT_EQ] = ACTIONS(1888), - [anon_sym_BANGin] = ACTIONS(1890), - [anon_sym_is] = ACTIONS(1736), - [anon_sym_BANGis] = ACTIONS(1738), + [anon_sym_BANG_EQ] = ACTIONS(3052), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3054), + [anon_sym_EQ_EQ] = ACTIONS(3052), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3054), + [anon_sym_LT_EQ] = ACTIONS(3054), + [anon_sym_GT_EQ] = ACTIONS(3054), + [anon_sym_BANGin] = ACTIONS(3054), + [anon_sym_is] = ACTIONS(3052), + [anon_sym_BANGis] = ACTIONS(3054), [anon_sym_PLUS] = ACTIONS(1892), [anon_sym_DASH] = ACTIONS(1892), [anon_sym_SLASH] = ACTIONS(1894), @@ -91861,108 +91969,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(3019), + [anon_sym_BANG] = ACTIONS(3052), [anon_sym_BANG_BANG] = ACTIONS(1744), - [anon_sym_suspend] = ACTIONS(3019), - [anon_sym_sealed] = ACTIONS(3019), - [anon_sym_annotation] = ACTIONS(3019), + [anon_sym_suspend] = ACTIONS(3052), + [anon_sym_sealed] = ACTIONS(3052), + [anon_sym_annotation] = ACTIONS(3052), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3019), - [anon_sym_lateinit] = ACTIONS(3019), - [anon_sym_public] = ACTIONS(3019), - [anon_sym_private] = ACTIONS(3019), - [anon_sym_internal] = ACTIONS(3019), - [anon_sym_protected] = ACTIONS(3019), - [anon_sym_tailrec] = ACTIONS(3019), - [anon_sym_operator] = ACTIONS(3019), - [anon_sym_infix] = ACTIONS(3019), - [anon_sym_inline] = ACTIONS(3019), - [anon_sym_external] = ACTIONS(3019), - [sym_property_modifier] = ACTIONS(3019), - [anon_sym_abstract] = ACTIONS(3019), - [anon_sym_final] = ACTIONS(3019), - [anon_sym_open] = ACTIONS(3019), - [anon_sym_vararg] = ACTIONS(3019), - [anon_sym_noinline] = ACTIONS(3019), - [anon_sym_crossinline] = ACTIONS(3019), + [anon_sym_override] = ACTIONS(3052), + [anon_sym_lateinit] = ACTIONS(3052), + [anon_sym_public] = ACTIONS(3052), + [anon_sym_private] = ACTIONS(3052), + [anon_sym_internal] = ACTIONS(3052), + [anon_sym_protected] = ACTIONS(3052), + [anon_sym_tailrec] = ACTIONS(3052), + [anon_sym_operator] = ACTIONS(3052), + [anon_sym_infix] = ACTIONS(3052), + [anon_sym_inline] = ACTIONS(3052), + [anon_sym_external] = ACTIONS(3052), + [sym_property_modifier] = ACTIONS(3052), + [anon_sym_abstract] = ACTIONS(3052), + [anon_sym_final] = ACTIONS(3052), + [anon_sym_open] = ACTIONS(3052), + [anon_sym_vararg] = ACTIONS(3052), + [anon_sym_noinline] = ACTIONS(3052), + [anon_sym_crossinline] = ACTIONS(3052), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3021), - [anon_sym_continue_AT] = ACTIONS(3021), - [anon_sym_break_AT] = ACTIONS(3021), - [sym_real_literal] = ACTIONS(3021), - [sym_integer_literal] = ACTIONS(3019), - [sym_hex_literal] = ACTIONS(3021), - [sym_bin_literal] = ACTIONS(3021), - [anon_sym_true] = ACTIONS(3019), - [anon_sym_false] = ACTIONS(3019), - [anon_sym_SQUOTE] = ACTIONS(3021), + [anon_sym_return_AT] = ACTIONS(3054), + [anon_sym_continue_AT] = ACTIONS(3054), + [anon_sym_break_AT] = ACTIONS(3054), + [sym_real_literal] = ACTIONS(3054), + [sym_integer_literal] = ACTIONS(3052), + [sym_hex_literal] = ACTIONS(3054), + [sym_bin_literal] = ACTIONS(3054), + [anon_sym_true] = ACTIONS(3052), + [anon_sym_false] = ACTIONS(3052), + [anon_sym_SQUOTE] = ACTIONS(3054), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3021), + [sym__automatic_semicolon] = ACTIONS(3054), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3021), + [sym__string_start] = ACTIONS(3054), }, [464] = { - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(1995), - [sym__comparison_operator] = STATE(1991), - [sym__in_operator] = STATE(1990), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(1987), - [sym__multiplicative_operator] = STATE(1986), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_annotation] = STATE(7858), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1985), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(2315), + [sym__comparison_operator] = STATE(2313), + [sym__in_operator] = STATE(2311), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(2308), + [sym__multiplicative_operator] = STATE(2301), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_annotation] = STATE(7880), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2300), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(2993), + [anon_sym_RBRACE] = ACTIONS(3009), [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_COMMA] = ACTIONS(2993), + [anon_sym_COMMA] = ACTIONS(3009), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(1864), - [anon_sym_where] = ACTIONS(2991), - [anon_sym_object] = ACTIONS(2991), - [anon_sym_fun] = ACTIONS(2991), + [anon_sym_where] = ACTIONS(3007), + [anon_sym_object] = ACTIONS(3007), + [anon_sym_fun] = ACTIONS(3007), [anon_sym_DOT] = ACTIONS(1704), - [anon_sym_SEMI] = ACTIONS(2993), + [anon_sym_SEMI] = ACTIONS(3009), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(2991), - [anon_sym_super] = ACTIONS(2991), + [anon_sym_this] = ACTIONS(3007), + [anon_sym_super] = ACTIONS(3007), [anon_sym_STAR] = ACTIONS(1872), [sym_label] = ACTIONS(1714), [anon_sym_in] = ACTIONS(1874), [anon_sym_DOT_DOT] = ACTIONS(1876), [anon_sym_QMARK_COLON] = ACTIONS(1878), - [anon_sym_AMP_AMP] = ACTIONS(2993), - [anon_sym_PIPE_PIPE] = ACTIONS(2993), - [anon_sym_null] = ACTIONS(2991), - [anon_sym_if] = ACTIONS(2991), - [anon_sym_else] = ACTIONS(2991), - [anon_sym_when] = ACTIONS(2991), - [anon_sym_try] = ACTIONS(2991), - [anon_sym_throw] = ACTIONS(2991), - [anon_sym_return] = ACTIONS(2991), - [anon_sym_continue] = ACTIONS(2991), - [anon_sym_break] = ACTIONS(2991), + [anon_sym_AMP_AMP] = ACTIONS(1880), + [anon_sym_PIPE_PIPE] = ACTIONS(1882), + [anon_sym_null] = ACTIONS(3007), + [anon_sym_if] = ACTIONS(3007), + [anon_sym_else] = ACTIONS(3007), + [anon_sym_when] = ACTIONS(3007), + [anon_sym_try] = ACTIONS(3007), + [anon_sym_throw] = ACTIONS(3007), + [anon_sym_return] = ACTIONS(3007), + [anon_sym_continue] = ACTIONS(3007), + [anon_sym_break] = ACTIONS(3007), [anon_sym_COLON_COLON] = ACTIONS(1726), [anon_sym_BANG_EQ] = ACTIONS(1884), [anon_sym_BANG_EQ_EQ] = ACTIONS(1886), @@ -91980,108 +92088,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(2991), + [anon_sym_BANG] = ACTIONS(3007), [anon_sym_BANG_BANG] = ACTIONS(1744), - [anon_sym_suspend] = ACTIONS(2991), - [anon_sym_sealed] = ACTIONS(2991), - [anon_sym_annotation] = ACTIONS(2991), + [anon_sym_suspend] = ACTIONS(3007), + [anon_sym_sealed] = ACTIONS(3007), + [anon_sym_annotation] = ACTIONS(3007), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(2991), - [anon_sym_lateinit] = ACTIONS(2991), - [anon_sym_public] = ACTIONS(2991), - [anon_sym_private] = ACTIONS(2991), - [anon_sym_internal] = ACTIONS(2991), - [anon_sym_protected] = ACTIONS(2991), - [anon_sym_tailrec] = ACTIONS(2991), - [anon_sym_operator] = ACTIONS(2991), - [anon_sym_infix] = ACTIONS(2991), - [anon_sym_inline] = ACTIONS(2991), - [anon_sym_external] = ACTIONS(2991), - [sym_property_modifier] = ACTIONS(2991), - [anon_sym_abstract] = ACTIONS(2991), - [anon_sym_final] = ACTIONS(2991), - [anon_sym_open] = ACTIONS(2991), - [anon_sym_vararg] = ACTIONS(2991), - [anon_sym_noinline] = ACTIONS(2991), - [anon_sym_crossinline] = ACTIONS(2991), + [anon_sym_override] = ACTIONS(3007), + [anon_sym_lateinit] = ACTIONS(3007), + [anon_sym_public] = ACTIONS(3007), + [anon_sym_private] = ACTIONS(3007), + [anon_sym_internal] = ACTIONS(3007), + [anon_sym_protected] = ACTIONS(3007), + [anon_sym_tailrec] = ACTIONS(3007), + [anon_sym_operator] = ACTIONS(3007), + [anon_sym_infix] = ACTIONS(3007), + [anon_sym_inline] = ACTIONS(3007), + [anon_sym_external] = ACTIONS(3007), + [sym_property_modifier] = ACTIONS(3007), + [anon_sym_abstract] = ACTIONS(3007), + [anon_sym_final] = ACTIONS(3007), + [anon_sym_open] = ACTIONS(3007), + [anon_sym_vararg] = ACTIONS(3007), + [anon_sym_noinline] = ACTIONS(3007), + [anon_sym_crossinline] = ACTIONS(3007), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(2993), - [anon_sym_continue_AT] = ACTIONS(2993), - [anon_sym_break_AT] = ACTIONS(2993), - [sym_real_literal] = ACTIONS(2993), - [sym_integer_literal] = ACTIONS(2991), - [sym_hex_literal] = ACTIONS(2993), - [sym_bin_literal] = ACTIONS(2993), - [anon_sym_true] = ACTIONS(2991), - [anon_sym_false] = ACTIONS(2991), - [anon_sym_SQUOTE] = ACTIONS(2993), + [anon_sym_return_AT] = ACTIONS(3009), + [anon_sym_continue_AT] = ACTIONS(3009), + [anon_sym_break_AT] = ACTIONS(3009), + [sym_real_literal] = ACTIONS(3009), + [sym_integer_literal] = ACTIONS(3007), + [sym_hex_literal] = ACTIONS(3009), + [sym_bin_literal] = ACTIONS(3009), + [anon_sym_true] = ACTIONS(3007), + [anon_sym_false] = ACTIONS(3007), + [anon_sym_SQUOTE] = ACTIONS(3009), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(2993), + [sym__automatic_semicolon] = ACTIONS(3009), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2993), + [sym__string_start] = ACTIONS(3009), }, [465] = { - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(1995), - [sym__comparison_operator] = STATE(1991), - [sym__in_operator] = STATE(1990), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(1987), - [sym__multiplicative_operator] = STATE(1986), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_annotation] = STATE(7858), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1985), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(2315), + [sym__comparison_operator] = STATE(2313), + [sym__in_operator] = STATE(2311), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(2308), + [sym__multiplicative_operator] = STATE(2301), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_annotation] = STATE(7880), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2300), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(3013), + [anon_sym_RBRACE] = ACTIONS(3050), [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_COMMA] = ACTIONS(3013), + [anon_sym_COMMA] = ACTIONS(3050), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(1864), - [anon_sym_where] = ACTIONS(3011), - [anon_sym_object] = ACTIONS(3011), - [anon_sym_fun] = ACTIONS(3011), + [anon_sym_where] = ACTIONS(3048), + [anon_sym_object] = ACTIONS(3048), + [anon_sym_fun] = ACTIONS(3048), [anon_sym_DOT] = ACTIONS(1704), - [anon_sym_SEMI] = ACTIONS(3013), + [anon_sym_SEMI] = ACTIONS(3050), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(3011), - [anon_sym_super] = ACTIONS(3011), + [anon_sym_this] = ACTIONS(3048), + [anon_sym_super] = ACTIONS(3048), [anon_sym_STAR] = ACTIONS(1872), [sym_label] = ACTIONS(1714), [anon_sym_in] = ACTIONS(1874), [anon_sym_DOT_DOT] = ACTIONS(1876), [anon_sym_QMARK_COLON] = ACTIONS(1878), - [anon_sym_AMP_AMP] = ACTIONS(1880), - [anon_sym_PIPE_PIPE] = ACTIONS(3013), - [anon_sym_null] = ACTIONS(3011), - [anon_sym_if] = ACTIONS(3011), - [anon_sym_else] = ACTIONS(3011), - [anon_sym_when] = ACTIONS(3011), - [anon_sym_try] = ACTIONS(3011), - [anon_sym_throw] = ACTIONS(3011), - [anon_sym_return] = ACTIONS(3011), - [anon_sym_continue] = ACTIONS(3011), - [anon_sym_break] = ACTIONS(3011), + [anon_sym_AMP_AMP] = ACTIONS(3050), + [anon_sym_PIPE_PIPE] = ACTIONS(3050), + [anon_sym_null] = ACTIONS(3048), + [anon_sym_if] = ACTIONS(3048), + [anon_sym_else] = ACTIONS(3048), + [anon_sym_when] = ACTIONS(3048), + [anon_sym_try] = ACTIONS(3048), + [anon_sym_throw] = ACTIONS(3048), + [anon_sym_return] = ACTIONS(3048), + [anon_sym_continue] = ACTIONS(3048), + [anon_sym_break] = ACTIONS(3048), [anon_sym_COLON_COLON] = ACTIONS(1726), [anon_sym_BANG_EQ] = ACTIONS(1884), [anon_sym_BANG_EQ_EQ] = ACTIONS(1886), @@ -92099,108 +92207,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(3011), + [anon_sym_BANG] = ACTIONS(3048), [anon_sym_BANG_BANG] = ACTIONS(1744), - [anon_sym_suspend] = ACTIONS(3011), - [anon_sym_sealed] = ACTIONS(3011), - [anon_sym_annotation] = ACTIONS(3011), + [anon_sym_suspend] = ACTIONS(3048), + [anon_sym_sealed] = ACTIONS(3048), + [anon_sym_annotation] = ACTIONS(3048), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3011), - [anon_sym_lateinit] = ACTIONS(3011), - [anon_sym_public] = ACTIONS(3011), - [anon_sym_private] = ACTIONS(3011), - [anon_sym_internal] = ACTIONS(3011), - [anon_sym_protected] = ACTIONS(3011), - [anon_sym_tailrec] = ACTIONS(3011), - [anon_sym_operator] = ACTIONS(3011), - [anon_sym_infix] = ACTIONS(3011), - [anon_sym_inline] = ACTIONS(3011), - [anon_sym_external] = ACTIONS(3011), - [sym_property_modifier] = ACTIONS(3011), - [anon_sym_abstract] = ACTIONS(3011), - [anon_sym_final] = ACTIONS(3011), - [anon_sym_open] = ACTIONS(3011), - [anon_sym_vararg] = ACTIONS(3011), - [anon_sym_noinline] = ACTIONS(3011), - [anon_sym_crossinline] = ACTIONS(3011), + [anon_sym_override] = ACTIONS(3048), + [anon_sym_lateinit] = ACTIONS(3048), + [anon_sym_public] = ACTIONS(3048), + [anon_sym_private] = ACTIONS(3048), + [anon_sym_internal] = ACTIONS(3048), + [anon_sym_protected] = ACTIONS(3048), + [anon_sym_tailrec] = ACTIONS(3048), + [anon_sym_operator] = ACTIONS(3048), + [anon_sym_infix] = ACTIONS(3048), + [anon_sym_inline] = ACTIONS(3048), + [anon_sym_external] = ACTIONS(3048), + [sym_property_modifier] = ACTIONS(3048), + [anon_sym_abstract] = ACTIONS(3048), + [anon_sym_final] = ACTIONS(3048), + [anon_sym_open] = ACTIONS(3048), + [anon_sym_vararg] = ACTIONS(3048), + [anon_sym_noinline] = ACTIONS(3048), + [anon_sym_crossinline] = ACTIONS(3048), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3013), - [anon_sym_continue_AT] = ACTIONS(3013), - [anon_sym_break_AT] = ACTIONS(3013), - [sym_real_literal] = ACTIONS(3013), - [sym_integer_literal] = ACTIONS(3011), - [sym_hex_literal] = ACTIONS(3013), - [sym_bin_literal] = ACTIONS(3013), - [anon_sym_true] = ACTIONS(3011), - [anon_sym_false] = ACTIONS(3011), - [anon_sym_SQUOTE] = ACTIONS(3013), + [anon_sym_return_AT] = ACTIONS(3050), + [anon_sym_continue_AT] = ACTIONS(3050), + [anon_sym_break_AT] = ACTIONS(3050), + [sym_real_literal] = ACTIONS(3050), + [sym_integer_literal] = ACTIONS(3048), + [sym_hex_literal] = ACTIONS(3050), + [sym_bin_literal] = ACTIONS(3050), + [anon_sym_true] = ACTIONS(3048), + [anon_sym_false] = ACTIONS(3048), + [anon_sym_SQUOTE] = ACTIONS(3050), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3013), + [sym__automatic_semicolon] = ACTIONS(3050), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3013), + [sym__string_start] = ACTIONS(3050), }, [466] = { - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(1995), - [sym__comparison_operator] = STATE(1991), - [sym__in_operator] = STATE(1990), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(1987), - [sym__multiplicative_operator] = STATE(1986), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_annotation] = STATE(7858), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1985), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(2315), + [sym__comparison_operator] = STATE(2313), + [sym__in_operator] = STATE(2311), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(2308), + [sym__multiplicative_operator] = STATE(2301), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_annotation] = STATE(7880), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2300), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(3051), + [anon_sym_RBRACE] = ACTIONS(3046), [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_COMMA] = ACTIONS(3051), + [anon_sym_COMMA] = ACTIONS(3046), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(1864), - [anon_sym_where] = ACTIONS(3049), - [anon_sym_object] = ACTIONS(3049), - [anon_sym_fun] = ACTIONS(3049), + [anon_sym_where] = ACTIONS(3044), + [anon_sym_object] = ACTIONS(3044), + [anon_sym_fun] = ACTIONS(3044), [anon_sym_DOT] = ACTIONS(1704), - [anon_sym_SEMI] = ACTIONS(3051), + [anon_sym_SEMI] = ACTIONS(3046), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(3049), - [anon_sym_super] = ACTIONS(3049), + [anon_sym_this] = ACTIONS(3044), + [anon_sym_super] = ACTIONS(3044), [anon_sym_STAR] = ACTIONS(1872), [sym_label] = ACTIONS(1714), [anon_sym_in] = ACTIONS(1874), [anon_sym_DOT_DOT] = ACTIONS(1876), [anon_sym_QMARK_COLON] = ACTIONS(1878), [anon_sym_AMP_AMP] = ACTIONS(1880), - [anon_sym_PIPE_PIPE] = ACTIONS(1882), - [anon_sym_null] = ACTIONS(3049), - [anon_sym_if] = ACTIONS(3049), - [anon_sym_else] = ACTIONS(3049), - [anon_sym_when] = ACTIONS(3049), - [anon_sym_try] = ACTIONS(3049), - [anon_sym_throw] = ACTIONS(3049), - [anon_sym_return] = ACTIONS(3049), - [anon_sym_continue] = ACTIONS(3049), - [anon_sym_break] = ACTIONS(3049), + [anon_sym_PIPE_PIPE] = ACTIONS(3046), + [anon_sym_null] = ACTIONS(3044), + [anon_sym_if] = ACTIONS(3044), + [anon_sym_else] = ACTIONS(3044), + [anon_sym_when] = ACTIONS(3044), + [anon_sym_try] = ACTIONS(3044), + [anon_sym_throw] = ACTIONS(3044), + [anon_sym_return] = ACTIONS(3044), + [anon_sym_continue] = ACTIONS(3044), + [anon_sym_break] = ACTIONS(3044), [anon_sym_COLON_COLON] = ACTIONS(1726), [anon_sym_BANG_EQ] = ACTIONS(1884), [anon_sym_BANG_EQ_EQ] = ACTIONS(1886), @@ -92218,118 +92326,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(3049), + [anon_sym_BANG] = ACTIONS(3044), [anon_sym_BANG_BANG] = ACTIONS(1744), - [anon_sym_suspend] = ACTIONS(3049), - [anon_sym_sealed] = ACTIONS(3049), - [anon_sym_annotation] = ACTIONS(3049), + [anon_sym_suspend] = ACTIONS(3044), + [anon_sym_sealed] = ACTIONS(3044), + [anon_sym_annotation] = ACTIONS(3044), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3049), - [anon_sym_lateinit] = ACTIONS(3049), - [anon_sym_public] = ACTIONS(3049), - [anon_sym_private] = ACTIONS(3049), - [anon_sym_internal] = ACTIONS(3049), - [anon_sym_protected] = ACTIONS(3049), - [anon_sym_tailrec] = ACTIONS(3049), - [anon_sym_operator] = ACTIONS(3049), - [anon_sym_infix] = ACTIONS(3049), - [anon_sym_inline] = ACTIONS(3049), - [anon_sym_external] = ACTIONS(3049), - [sym_property_modifier] = ACTIONS(3049), - [anon_sym_abstract] = ACTIONS(3049), - [anon_sym_final] = ACTIONS(3049), - [anon_sym_open] = ACTIONS(3049), - [anon_sym_vararg] = ACTIONS(3049), - [anon_sym_noinline] = ACTIONS(3049), - [anon_sym_crossinline] = ACTIONS(3049), + [anon_sym_override] = ACTIONS(3044), + [anon_sym_lateinit] = ACTIONS(3044), + [anon_sym_public] = ACTIONS(3044), + [anon_sym_private] = ACTIONS(3044), + [anon_sym_internal] = ACTIONS(3044), + [anon_sym_protected] = ACTIONS(3044), + [anon_sym_tailrec] = ACTIONS(3044), + [anon_sym_operator] = ACTIONS(3044), + [anon_sym_infix] = ACTIONS(3044), + [anon_sym_inline] = ACTIONS(3044), + [anon_sym_external] = ACTIONS(3044), + [sym_property_modifier] = ACTIONS(3044), + [anon_sym_abstract] = ACTIONS(3044), + [anon_sym_final] = ACTIONS(3044), + [anon_sym_open] = ACTIONS(3044), + [anon_sym_vararg] = ACTIONS(3044), + [anon_sym_noinline] = ACTIONS(3044), + [anon_sym_crossinline] = ACTIONS(3044), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3051), - [anon_sym_continue_AT] = ACTIONS(3051), - [anon_sym_break_AT] = ACTIONS(3051), - [sym_real_literal] = ACTIONS(3051), - [sym_integer_literal] = ACTIONS(3049), - [sym_hex_literal] = ACTIONS(3051), - [sym_bin_literal] = ACTIONS(3051), - [anon_sym_true] = ACTIONS(3049), - [anon_sym_false] = ACTIONS(3049), - [anon_sym_SQUOTE] = ACTIONS(3051), + [anon_sym_return_AT] = ACTIONS(3046), + [anon_sym_continue_AT] = ACTIONS(3046), + [anon_sym_break_AT] = ACTIONS(3046), + [sym_real_literal] = ACTIONS(3046), + [sym_integer_literal] = ACTIONS(3044), + [sym_hex_literal] = ACTIONS(3046), + [sym_bin_literal] = ACTIONS(3046), + [anon_sym_true] = ACTIONS(3044), + [anon_sym_false] = ACTIONS(3044), + [anon_sym_SQUOTE] = ACTIONS(3046), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3051), + [sym__automatic_semicolon] = ACTIONS(3046), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3051), + [sym__string_start] = ACTIONS(3046), }, [467] = { - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(1995), - [sym__comparison_operator] = STATE(1991), - [sym__in_operator] = STATE(1990), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(1987), - [sym__multiplicative_operator] = STATE(1986), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_annotation] = STATE(7858), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1985), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(2315), + [sym__comparison_operator] = STATE(2313), + [sym__in_operator] = STATE(2311), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(2308), + [sym__multiplicative_operator] = STATE(2301), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_annotation] = STATE(7880), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2300), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(3085), + [anon_sym_RBRACE] = ACTIONS(3073), [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_COMMA] = ACTIONS(3085), - [anon_sym_LT] = ACTIONS(3087), - [anon_sym_GT] = ACTIONS(3083), - [anon_sym_where] = ACTIONS(3083), - [anon_sym_object] = ACTIONS(3083), - [anon_sym_fun] = ACTIONS(3083), + [anon_sym_COMMA] = ACTIONS(3073), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(1864), + [anon_sym_where] = ACTIONS(3071), + [anon_sym_object] = ACTIONS(3071), + [anon_sym_fun] = ACTIONS(3071), [anon_sym_DOT] = ACTIONS(1704), - [anon_sym_SEMI] = ACTIONS(3085), + [anon_sym_SEMI] = ACTIONS(3073), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(3083), - [anon_sym_super] = ACTIONS(3083), + [anon_sym_this] = ACTIONS(3071), + [anon_sym_super] = ACTIONS(3071), [anon_sym_STAR] = ACTIONS(1872), [sym_label] = ACTIONS(1714), - [anon_sym_in] = ACTIONS(3083), + [anon_sym_in] = ACTIONS(1874), [anon_sym_DOT_DOT] = ACTIONS(1876), - [anon_sym_QMARK_COLON] = ACTIONS(3085), - [anon_sym_AMP_AMP] = ACTIONS(3085), - [anon_sym_PIPE_PIPE] = ACTIONS(3085), - [anon_sym_null] = ACTIONS(3083), - [anon_sym_if] = ACTIONS(3083), - [anon_sym_else] = ACTIONS(3083), - [anon_sym_when] = ACTIONS(3083), - [anon_sym_try] = ACTIONS(3083), - [anon_sym_throw] = ACTIONS(3083), - [anon_sym_return] = ACTIONS(3083), - [anon_sym_continue] = ACTIONS(3083), - [anon_sym_break] = ACTIONS(3083), + [anon_sym_QMARK_COLON] = ACTIONS(1878), + [anon_sym_AMP_AMP] = ACTIONS(1880), + [anon_sym_PIPE_PIPE] = ACTIONS(1882), + [anon_sym_null] = ACTIONS(3071), + [anon_sym_if] = ACTIONS(3071), + [anon_sym_else] = ACTIONS(3071), + [anon_sym_when] = ACTIONS(3071), + [anon_sym_try] = ACTIONS(3071), + [anon_sym_throw] = ACTIONS(3071), + [anon_sym_return] = ACTIONS(3071), + [anon_sym_continue] = ACTIONS(3071), + [anon_sym_break] = ACTIONS(3071), [anon_sym_COLON_COLON] = ACTIONS(1726), - [anon_sym_BANG_EQ] = ACTIONS(3083), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3085), - [anon_sym_EQ_EQ] = ACTIONS(3083), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3085), - [anon_sym_LT_EQ] = ACTIONS(3085), - [anon_sym_GT_EQ] = ACTIONS(3085), - [anon_sym_BANGin] = ACTIONS(3085), - [anon_sym_is] = ACTIONS(3083), - [anon_sym_BANGis] = ACTIONS(3085), + [anon_sym_BANG_EQ] = ACTIONS(1884), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1886), + [anon_sym_EQ_EQ] = ACTIONS(1884), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1886), + [anon_sym_LT_EQ] = ACTIONS(1888), + [anon_sym_GT_EQ] = ACTIONS(1888), + [anon_sym_BANGin] = ACTIONS(1890), + [anon_sym_is] = ACTIONS(1736), + [anon_sym_BANGis] = ACTIONS(1738), [anon_sym_PLUS] = ACTIONS(1892), [anon_sym_DASH] = ACTIONS(1892), [anon_sym_SLASH] = ACTIONS(1894), @@ -92337,92 +92445,92 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(3083), + [anon_sym_BANG] = ACTIONS(3071), [anon_sym_BANG_BANG] = ACTIONS(1744), - [anon_sym_suspend] = ACTIONS(3083), - [anon_sym_sealed] = ACTIONS(3083), - [anon_sym_annotation] = ACTIONS(3083), + [anon_sym_suspend] = ACTIONS(3071), + [anon_sym_sealed] = ACTIONS(3071), + [anon_sym_annotation] = ACTIONS(3071), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3083), - [anon_sym_lateinit] = ACTIONS(3083), - [anon_sym_public] = ACTIONS(3083), - [anon_sym_private] = ACTIONS(3083), - [anon_sym_internal] = ACTIONS(3083), - [anon_sym_protected] = ACTIONS(3083), - [anon_sym_tailrec] = ACTIONS(3083), - [anon_sym_operator] = ACTIONS(3083), - [anon_sym_infix] = ACTIONS(3083), - [anon_sym_inline] = ACTIONS(3083), - [anon_sym_external] = ACTIONS(3083), - [sym_property_modifier] = ACTIONS(3083), - [anon_sym_abstract] = ACTIONS(3083), - [anon_sym_final] = ACTIONS(3083), - [anon_sym_open] = ACTIONS(3083), - [anon_sym_vararg] = ACTIONS(3083), - [anon_sym_noinline] = ACTIONS(3083), - [anon_sym_crossinline] = ACTIONS(3083), + [anon_sym_override] = ACTIONS(3071), + [anon_sym_lateinit] = ACTIONS(3071), + [anon_sym_public] = ACTIONS(3071), + [anon_sym_private] = ACTIONS(3071), + [anon_sym_internal] = ACTIONS(3071), + [anon_sym_protected] = ACTIONS(3071), + [anon_sym_tailrec] = ACTIONS(3071), + [anon_sym_operator] = ACTIONS(3071), + [anon_sym_infix] = ACTIONS(3071), + [anon_sym_inline] = ACTIONS(3071), + [anon_sym_external] = ACTIONS(3071), + [sym_property_modifier] = ACTIONS(3071), + [anon_sym_abstract] = ACTIONS(3071), + [anon_sym_final] = ACTIONS(3071), + [anon_sym_open] = ACTIONS(3071), + [anon_sym_vararg] = ACTIONS(3071), + [anon_sym_noinline] = ACTIONS(3071), + [anon_sym_crossinline] = ACTIONS(3071), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3085), - [anon_sym_continue_AT] = ACTIONS(3085), - [anon_sym_break_AT] = ACTIONS(3085), - [sym_real_literal] = ACTIONS(3085), - [sym_integer_literal] = ACTIONS(3083), - [sym_hex_literal] = ACTIONS(3085), - [sym_bin_literal] = ACTIONS(3085), - [anon_sym_true] = ACTIONS(3083), - [anon_sym_false] = ACTIONS(3083), - [anon_sym_SQUOTE] = ACTIONS(3085), + [anon_sym_return_AT] = ACTIONS(3073), + [anon_sym_continue_AT] = ACTIONS(3073), + [anon_sym_break_AT] = ACTIONS(3073), + [sym_real_literal] = ACTIONS(3073), + [sym_integer_literal] = ACTIONS(3071), + [sym_hex_literal] = ACTIONS(3073), + [sym_bin_literal] = ACTIONS(3073), + [anon_sym_true] = ACTIONS(3071), + [anon_sym_false] = ACTIONS(3071), + [anon_sym_SQUOTE] = ACTIONS(3073), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3085), + [sym__automatic_semicolon] = ACTIONS(3073), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3085), + [sym__string_start] = ACTIONS(3073), }, [468] = { - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(1995), - [sym__comparison_operator] = STATE(1991), - [sym__in_operator] = STATE(1990), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(1987), - [sym__multiplicative_operator] = STATE(1986), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_annotation] = STATE(7858), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1985), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(2315), + [sym__comparison_operator] = STATE(2313), + [sym__in_operator] = STATE(2311), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(2308), + [sym__multiplicative_operator] = STATE(2301), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_annotation] = STATE(7880), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2300), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(3055), + [anon_sym_RBRACE] = ACTIONS(3069), [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_COMMA] = ACTIONS(3055), + [anon_sym_COMMA] = ACTIONS(3069), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(1864), - [anon_sym_where] = ACTIONS(3053), - [anon_sym_object] = ACTIONS(3053), - [anon_sym_fun] = ACTIONS(3053), + [anon_sym_where] = ACTIONS(3067), + [anon_sym_object] = ACTIONS(3067), + [anon_sym_fun] = ACTIONS(3067), [anon_sym_DOT] = ACTIONS(1704), - [anon_sym_SEMI] = ACTIONS(3055), + [anon_sym_SEMI] = ACTIONS(3069), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(3053), - [anon_sym_super] = ACTIONS(3053), + [anon_sym_this] = ACTIONS(3067), + [anon_sym_super] = ACTIONS(3067), [anon_sym_STAR] = ACTIONS(1872), [sym_label] = ACTIONS(1714), [anon_sym_in] = ACTIONS(1874), @@ -92430,15 +92538,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1878), [anon_sym_AMP_AMP] = ACTIONS(1880), [anon_sym_PIPE_PIPE] = ACTIONS(1882), - [anon_sym_null] = ACTIONS(3053), - [anon_sym_if] = ACTIONS(3053), - [anon_sym_else] = ACTIONS(3053), - [anon_sym_when] = ACTIONS(3053), - [anon_sym_try] = ACTIONS(3053), - [anon_sym_throw] = ACTIONS(3053), - [anon_sym_return] = ACTIONS(3053), - [anon_sym_continue] = ACTIONS(3053), - [anon_sym_break] = ACTIONS(3053), + [anon_sym_null] = ACTIONS(3067), + [anon_sym_if] = ACTIONS(3067), + [anon_sym_else] = ACTIONS(3067), + [anon_sym_when] = ACTIONS(3067), + [anon_sym_try] = ACTIONS(3067), + [anon_sym_throw] = ACTIONS(3067), + [anon_sym_return] = ACTIONS(3067), + [anon_sym_continue] = ACTIONS(3067), + [anon_sym_break] = ACTIONS(3067), [anon_sym_COLON_COLON] = ACTIONS(1726), [anon_sym_BANG_EQ] = ACTIONS(1884), [anon_sym_BANG_EQ_EQ] = ACTIONS(1886), @@ -92456,113 +92564,113 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(3053), + [anon_sym_BANG] = ACTIONS(3067), [anon_sym_BANG_BANG] = ACTIONS(1744), - [anon_sym_suspend] = ACTIONS(3053), - [anon_sym_sealed] = ACTIONS(3053), - [anon_sym_annotation] = ACTIONS(3053), + [anon_sym_suspend] = ACTIONS(3067), + [anon_sym_sealed] = ACTIONS(3067), + [anon_sym_annotation] = ACTIONS(3067), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3053), - [anon_sym_lateinit] = ACTIONS(3053), - [anon_sym_public] = ACTIONS(3053), - [anon_sym_private] = ACTIONS(3053), - [anon_sym_internal] = ACTIONS(3053), - [anon_sym_protected] = ACTIONS(3053), - [anon_sym_tailrec] = ACTIONS(3053), - [anon_sym_operator] = ACTIONS(3053), - [anon_sym_infix] = ACTIONS(3053), - [anon_sym_inline] = ACTIONS(3053), - [anon_sym_external] = ACTIONS(3053), - [sym_property_modifier] = ACTIONS(3053), - [anon_sym_abstract] = ACTIONS(3053), - [anon_sym_final] = ACTIONS(3053), - [anon_sym_open] = ACTIONS(3053), - [anon_sym_vararg] = ACTIONS(3053), - [anon_sym_noinline] = ACTIONS(3053), - [anon_sym_crossinline] = ACTIONS(3053), + [anon_sym_override] = ACTIONS(3067), + [anon_sym_lateinit] = ACTIONS(3067), + [anon_sym_public] = ACTIONS(3067), + [anon_sym_private] = ACTIONS(3067), + [anon_sym_internal] = ACTIONS(3067), + [anon_sym_protected] = ACTIONS(3067), + [anon_sym_tailrec] = ACTIONS(3067), + [anon_sym_operator] = ACTIONS(3067), + [anon_sym_infix] = ACTIONS(3067), + [anon_sym_inline] = ACTIONS(3067), + [anon_sym_external] = ACTIONS(3067), + [sym_property_modifier] = ACTIONS(3067), + [anon_sym_abstract] = ACTIONS(3067), + [anon_sym_final] = ACTIONS(3067), + [anon_sym_open] = ACTIONS(3067), + [anon_sym_vararg] = ACTIONS(3067), + [anon_sym_noinline] = ACTIONS(3067), + [anon_sym_crossinline] = ACTIONS(3067), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3055), - [anon_sym_continue_AT] = ACTIONS(3055), - [anon_sym_break_AT] = ACTIONS(3055), - [sym_real_literal] = ACTIONS(3055), - [sym_integer_literal] = ACTIONS(3053), - [sym_hex_literal] = ACTIONS(3055), - [sym_bin_literal] = ACTIONS(3055), - [anon_sym_true] = ACTIONS(3053), - [anon_sym_false] = ACTIONS(3053), - [anon_sym_SQUOTE] = ACTIONS(3055), + [anon_sym_return_AT] = ACTIONS(3069), + [anon_sym_continue_AT] = ACTIONS(3069), + [anon_sym_break_AT] = ACTIONS(3069), + [sym_real_literal] = ACTIONS(3069), + [sym_integer_literal] = ACTIONS(3067), + [sym_hex_literal] = ACTIONS(3069), + [sym_bin_literal] = ACTIONS(3069), + [anon_sym_true] = ACTIONS(3067), + [anon_sym_false] = ACTIONS(3067), + [anon_sym_SQUOTE] = ACTIONS(3069), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3055), + [sym__automatic_semicolon] = ACTIONS(3069), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3055), + [sym__string_start] = ACTIONS(3069), }, [469] = { - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(1995), - [sym__comparison_operator] = STATE(1991), - [sym__in_operator] = STATE(1990), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(1987), - [sym__multiplicative_operator] = STATE(1986), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_annotation] = STATE(7858), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1985), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(2315), + [sym__comparison_operator] = STATE(2313), + [sym__in_operator] = STATE(2311), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(2308), + [sym__multiplicative_operator] = STATE(2301), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_annotation] = STATE(7880), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2300), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(2997), + [anon_sym_RBRACE] = ACTIONS(3065), [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_COMMA] = ACTIONS(2997), + [anon_sym_COMMA] = ACTIONS(3065), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(1864), - [anon_sym_where] = ACTIONS(2995), - [anon_sym_object] = ACTIONS(2995), - [anon_sym_fun] = ACTIONS(2995), + [anon_sym_where] = ACTIONS(3063), + [anon_sym_object] = ACTIONS(3063), + [anon_sym_fun] = ACTIONS(3063), [anon_sym_DOT] = ACTIONS(1704), - [anon_sym_SEMI] = ACTIONS(2997), + [anon_sym_SEMI] = ACTIONS(3065), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(2995), - [anon_sym_super] = ACTIONS(2995), + [anon_sym_this] = ACTIONS(3063), + [anon_sym_super] = ACTIONS(3063), [anon_sym_STAR] = ACTIONS(1872), [sym_label] = ACTIONS(1714), [anon_sym_in] = ACTIONS(1874), [anon_sym_DOT_DOT] = ACTIONS(1876), [anon_sym_QMARK_COLON] = ACTIONS(1878), - [anon_sym_AMP_AMP] = ACTIONS(2997), - [anon_sym_PIPE_PIPE] = ACTIONS(2997), - [anon_sym_null] = ACTIONS(2995), - [anon_sym_if] = ACTIONS(2995), - [anon_sym_else] = ACTIONS(2995), - [anon_sym_when] = ACTIONS(2995), - [anon_sym_try] = ACTIONS(2995), - [anon_sym_throw] = ACTIONS(2995), - [anon_sym_return] = ACTIONS(2995), - [anon_sym_continue] = ACTIONS(2995), - [anon_sym_break] = ACTIONS(2995), + [anon_sym_AMP_AMP] = ACTIONS(1880), + [anon_sym_PIPE_PIPE] = ACTIONS(1882), + [anon_sym_null] = ACTIONS(3063), + [anon_sym_if] = ACTIONS(3063), + [anon_sym_else] = ACTIONS(3063), + [anon_sym_when] = ACTIONS(3063), + [anon_sym_try] = ACTIONS(3063), + [anon_sym_throw] = ACTIONS(3063), + [anon_sym_return] = ACTIONS(3063), + [anon_sym_continue] = ACTIONS(3063), + [anon_sym_break] = ACTIONS(3063), [anon_sym_COLON_COLON] = ACTIONS(1726), - [anon_sym_BANG_EQ] = ACTIONS(2995), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2997), - [anon_sym_EQ_EQ] = ACTIONS(2995), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2997), + [anon_sym_BANG_EQ] = ACTIONS(1884), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1886), + [anon_sym_EQ_EQ] = ACTIONS(1884), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1886), [anon_sym_LT_EQ] = ACTIONS(1888), [anon_sym_GT_EQ] = ACTIONS(1888), [anon_sym_BANGin] = ACTIONS(1890), @@ -92575,115 +92683,115 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(2995), + [anon_sym_BANG] = ACTIONS(3063), [anon_sym_BANG_BANG] = ACTIONS(1744), - [anon_sym_suspend] = ACTIONS(2995), - [anon_sym_sealed] = ACTIONS(2995), - [anon_sym_annotation] = ACTIONS(2995), + [anon_sym_suspend] = ACTIONS(3063), + [anon_sym_sealed] = ACTIONS(3063), + [anon_sym_annotation] = ACTIONS(3063), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(2995), - [anon_sym_lateinit] = ACTIONS(2995), - [anon_sym_public] = ACTIONS(2995), - [anon_sym_private] = ACTIONS(2995), - [anon_sym_internal] = ACTIONS(2995), - [anon_sym_protected] = ACTIONS(2995), - [anon_sym_tailrec] = ACTIONS(2995), - [anon_sym_operator] = ACTIONS(2995), - [anon_sym_infix] = ACTIONS(2995), - [anon_sym_inline] = ACTIONS(2995), - [anon_sym_external] = ACTIONS(2995), - [sym_property_modifier] = ACTIONS(2995), - [anon_sym_abstract] = ACTIONS(2995), - [anon_sym_final] = ACTIONS(2995), - [anon_sym_open] = ACTIONS(2995), - [anon_sym_vararg] = ACTIONS(2995), - [anon_sym_noinline] = ACTIONS(2995), - [anon_sym_crossinline] = ACTIONS(2995), + [anon_sym_override] = ACTIONS(3063), + [anon_sym_lateinit] = ACTIONS(3063), + [anon_sym_public] = ACTIONS(3063), + [anon_sym_private] = ACTIONS(3063), + [anon_sym_internal] = ACTIONS(3063), + [anon_sym_protected] = ACTIONS(3063), + [anon_sym_tailrec] = ACTIONS(3063), + [anon_sym_operator] = ACTIONS(3063), + [anon_sym_infix] = ACTIONS(3063), + [anon_sym_inline] = ACTIONS(3063), + [anon_sym_external] = ACTIONS(3063), + [sym_property_modifier] = ACTIONS(3063), + [anon_sym_abstract] = ACTIONS(3063), + [anon_sym_final] = ACTIONS(3063), + [anon_sym_open] = ACTIONS(3063), + [anon_sym_vararg] = ACTIONS(3063), + [anon_sym_noinline] = ACTIONS(3063), + [anon_sym_crossinline] = ACTIONS(3063), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(2997), - [anon_sym_continue_AT] = ACTIONS(2997), - [anon_sym_break_AT] = ACTIONS(2997), - [sym_real_literal] = ACTIONS(2997), - [sym_integer_literal] = ACTIONS(2995), - [sym_hex_literal] = ACTIONS(2997), - [sym_bin_literal] = ACTIONS(2997), - [anon_sym_true] = ACTIONS(2995), - [anon_sym_false] = ACTIONS(2995), - [anon_sym_SQUOTE] = ACTIONS(2997), + [anon_sym_return_AT] = ACTIONS(3065), + [anon_sym_continue_AT] = ACTIONS(3065), + [anon_sym_break_AT] = ACTIONS(3065), + [sym_real_literal] = ACTIONS(3065), + [sym_integer_literal] = ACTIONS(3063), + [sym_hex_literal] = ACTIONS(3065), + [sym_bin_literal] = ACTIONS(3065), + [anon_sym_true] = ACTIONS(3063), + [anon_sym_false] = ACTIONS(3063), + [anon_sym_SQUOTE] = ACTIONS(3065), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(2997), + [sym__automatic_semicolon] = ACTIONS(3065), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2997), + [sym__string_start] = ACTIONS(3065), }, [470] = { - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(1995), - [sym__comparison_operator] = STATE(1991), - [sym__in_operator] = STATE(1990), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(1987), - [sym__multiplicative_operator] = STATE(1986), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_annotation] = STATE(7858), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1985), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(2315), + [sym__comparison_operator] = STATE(2313), + [sym__in_operator] = STATE(2311), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(2308), + [sym__multiplicative_operator] = STATE(2301), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_annotation] = STATE(7880), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2300), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(3025), + [anon_sym_RBRACE] = ACTIONS(3001), [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_COMMA] = ACTIONS(3025), + [anon_sym_COMMA] = ACTIONS(3001), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3023), - [anon_sym_where] = ACTIONS(3023), - [anon_sym_object] = ACTIONS(3023), - [anon_sym_fun] = ACTIONS(3023), + [anon_sym_GT] = ACTIONS(1864), + [anon_sym_where] = ACTIONS(2999), + [anon_sym_object] = ACTIONS(2999), + [anon_sym_fun] = ACTIONS(2999), [anon_sym_DOT] = ACTIONS(1704), - [anon_sym_SEMI] = ACTIONS(3025), + [anon_sym_SEMI] = ACTIONS(3001), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(3023), - [anon_sym_super] = ACTIONS(3023), + [anon_sym_this] = ACTIONS(2999), + [anon_sym_super] = ACTIONS(2999), [anon_sym_STAR] = ACTIONS(1872), [sym_label] = ACTIONS(1714), [anon_sym_in] = ACTIONS(1874), [anon_sym_DOT_DOT] = ACTIONS(1876), [anon_sym_QMARK_COLON] = ACTIONS(1878), - [anon_sym_AMP_AMP] = ACTIONS(3025), - [anon_sym_PIPE_PIPE] = ACTIONS(3025), - [anon_sym_null] = ACTIONS(3023), - [anon_sym_if] = ACTIONS(3023), - [anon_sym_else] = ACTIONS(3023), - [anon_sym_when] = ACTIONS(3023), - [anon_sym_try] = ACTIONS(3023), - [anon_sym_throw] = ACTIONS(3023), - [anon_sym_return] = ACTIONS(3023), - [anon_sym_continue] = ACTIONS(3023), - [anon_sym_break] = ACTIONS(3023), + [anon_sym_AMP_AMP] = ACTIONS(1880), + [anon_sym_PIPE_PIPE] = ACTIONS(1882), + [anon_sym_null] = ACTIONS(2999), + [anon_sym_if] = ACTIONS(2999), + [anon_sym_else] = ACTIONS(2999), + [anon_sym_when] = ACTIONS(2999), + [anon_sym_try] = ACTIONS(2999), + [anon_sym_throw] = ACTIONS(2999), + [anon_sym_return] = ACTIONS(2999), + [anon_sym_continue] = ACTIONS(2999), + [anon_sym_break] = ACTIONS(2999), [anon_sym_COLON_COLON] = ACTIONS(1726), - [anon_sym_BANG_EQ] = ACTIONS(3023), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3025), - [anon_sym_EQ_EQ] = ACTIONS(3023), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3025), - [anon_sym_LT_EQ] = ACTIONS(3025), - [anon_sym_GT_EQ] = ACTIONS(3025), + [anon_sym_BANG_EQ] = ACTIONS(1884), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1886), + [anon_sym_EQ_EQ] = ACTIONS(1884), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1886), + [anon_sym_LT_EQ] = ACTIONS(1888), + [anon_sym_GT_EQ] = ACTIONS(1888), [anon_sym_BANGin] = ACTIONS(1890), [anon_sym_is] = ACTIONS(1736), [anon_sym_BANGis] = ACTIONS(1738), @@ -92694,118 +92802,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(3023), + [anon_sym_BANG] = ACTIONS(2999), [anon_sym_BANG_BANG] = ACTIONS(1744), - [anon_sym_suspend] = ACTIONS(3023), - [anon_sym_sealed] = ACTIONS(3023), - [anon_sym_annotation] = ACTIONS(3023), + [anon_sym_suspend] = ACTIONS(2999), + [anon_sym_sealed] = ACTIONS(2999), + [anon_sym_annotation] = ACTIONS(2999), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3023), - [anon_sym_lateinit] = ACTIONS(3023), - [anon_sym_public] = ACTIONS(3023), - [anon_sym_private] = ACTIONS(3023), - [anon_sym_internal] = ACTIONS(3023), - [anon_sym_protected] = ACTIONS(3023), - [anon_sym_tailrec] = ACTIONS(3023), - [anon_sym_operator] = ACTIONS(3023), - [anon_sym_infix] = ACTIONS(3023), - [anon_sym_inline] = ACTIONS(3023), - [anon_sym_external] = ACTIONS(3023), - [sym_property_modifier] = ACTIONS(3023), - [anon_sym_abstract] = ACTIONS(3023), - [anon_sym_final] = ACTIONS(3023), - [anon_sym_open] = ACTIONS(3023), - [anon_sym_vararg] = ACTIONS(3023), - [anon_sym_noinline] = ACTIONS(3023), - [anon_sym_crossinline] = ACTIONS(3023), + [anon_sym_override] = ACTIONS(2999), + [anon_sym_lateinit] = ACTIONS(2999), + [anon_sym_public] = ACTIONS(2999), + [anon_sym_private] = ACTIONS(2999), + [anon_sym_internal] = ACTIONS(2999), + [anon_sym_protected] = ACTIONS(2999), + [anon_sym_tailrec] = ACTIONS(2999), + [anon_sym_operator] = ACTIONS(2999), + [anon_sym_infix] = ACTIONS(2999), + [anon_sym_inline] = ACTIONS(2999), + [anon_sym_external] = ACTIONS(2999), + [sym_property_modifier] = ACTIONS(2999), + [anon_sym_abstract] = ACTIONS(2999), + [anon_sym_final] = ACTIONS(2999), + [anon_sym_open] = ACTIONS(2999), + [anon_sym_vararg] = ACTIONS(2999), + [anon_sym_noinline] = ACTIONS(2999), + [anon_sym_crossinline] = ACTIONS(2999), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3025), - [anon_sym_continue_AT] = ACTIONS(3025), - [anon_sym_break_AT] = ACTIONS(3025), - [sym_real_literal] = ACTIONS(3025), - [sym_integer_literal] = ACTIONS(3023), - [sym_hex_literal] = ACTIONS(3025), - [sym_bin_literal] = ACTIONS(3025), - [anon_sym_true] = ACTIONS(3023), - [anon_sym_false] = ACTIONS(3023), - [anon_sym_SQUOTE] = ACTIONS(3025), + [anon_sym_return_AT] = ACTIONS(3001), + [anon_sym_continue_AT] = ACTIONS(3001), + [anon_sym_break_AT] = ACTIONS(3001), + [sym_real_literal] = ACTIONS(3001), + [sym_integer_literal] = ACTIONS(2999), + [sym_hex_literal] = ACTIONS(3001), + [sym_bin_literal] = ACTIONS(3001), + [anon_sym_true] = ACTIONS(2999), + [anon_sym_false] = ACTIONS(2999), + [anon_sym_SQUOTE] = ACTIONS(3001), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3025), + [sym__automatic_semicolon] = ACTIONS(3001), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3025), + [sym__string_start] = ACTIONS(3001), }, [471] = { - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(1995), - [sym__comparison_operator] = STATE(1991), - [sym__in_operator] = STATE(1990), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(1987), - [sym__multiplicative_operator] = STATE(1986), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_annotation] = STATE(7858), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1985), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), - [sym__alpha_identifier] = ACTIONS(2984), + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(2315), + [sym__comparison_operator] = STATE(2313), + [sym__in_operator] = STATE(2311), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(2308), + [sym__multiplicative_operator] = STATE(2301), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_annotation] = STATE(7880), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2300), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), + [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(2986), + [anon_sym_RBRACE] = ACTIONS(3042), [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_COMMA] = ACTIONS(2986), - [anon_sym_LT] = ACTIONS(2988), - [anon_sym_GT] = ACTIONS(2984), - [anon_sym_where] = ACTIONS(2984), - [anon_sym_object] = ACTIONS(2984), - [anon_sym_fun] = ACTIONS(2984), + [anon_sym_COMMA] = ACTIONS(3042), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(1864), + [anon_sym_where] = ACTIONS(3040), + [anon_sym_object] = ACTIONS(3040), + [anon_sym_fun] = ACTIONS(3040), [anon_sym_DOT] = ACTIONS(1704), - [anon_sym_SEMI] = ACTIONS(2986), - [anon_sym_get] = ACTIONS(2984), - [anon_sym_set] = ACTIONS(2984), - [anon_sym_this] = ACTIONS(2984), - [anon_sym_super] = ACTIONS(2984), + [anon_sym_SEMI] = ACTIONS(3042), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_this] = ACTIONS(3040), + [anon_sym_super] = ACTIONS(3040), [anon_sym_STAR] = ACTIONS(1872), [sym_label] = ACTIONS(1714), - [anon_sym_in] = ACTIONS(2984), - [anon_sym_DOT_DOT] = ACTIONS(2986), - [anon_sym_QMARK_COLON] = ACTIONS(2986), - [anon_sym_AMP_AMP] = ACTIONS(2986), - [anon_sym_PIPE_PIPE] = ACTIONS(2986), - [anon_sym_null] = ACTIONS(2984), - [anon_sym_if] = ACTIONS(2984), - [anon_sym_else] = ACTIONS(2984), - [anon_sym_when] = ACTIONS(2984), - [anon_sym_try] = ACTIONS(2984), - [anon_sym_throw] = ACTIONS(2984), - [anon_sym_return] = ACTIONS(2984), - [anon_sym_continue] = ACTIONS(2984), - [anon_sym_break] = ACTIONS(2984), + [anon_sym_in] = ACTIONS(1874), + [anon_sym_DOT_DOT] = ACTIONS(1876), + [anon_sym_QMARK_COLON] = ACTIONS(1878), + [anon_sym_AMP_AMP] = ACTIONS(3042), + [anon_sym_PIPE_PIPE] = ACTIONS(3042), + [anon_sym_null] = ACTIONS(3040), + [anon_sym_if] = ACTIONS(3040), + [anon_sym_else] = ACTIONS(3040), + [anon_sym_when] = ACTIONS(3040), + [anon_sym_try] = ACTIONS(3040), + [anon_sym_throw] = ACTIONS(3040), + [anon_sym_return] = ACTIONS(3040), + [anon_sym_continue] = ACTIONS(3040), + [anon_sym_break] = ACTIONS(3040), [anon_sym_COLON_COLON] = ACTIONS(1726), - [anon_sym_BANG_EQ] = ACTIONS(2984), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2986), - [anon_sym_EQ_EQ] = ACTIONS(2984), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2986), - [anon_sym_LT_EQ] = ACTIONS(2986), - [anon_sym_GT_EQ] = ACTIONS(2986), - [anon_sym_BANGin] = ACTIONS(2986), - [anon_sym_is] = ACTIONS(2984), - [anon_sym_BANGis] = ACTIONS(2986), + [anon_sym_BANG_EQ] = ACTIONS(3040), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3042), + [anon_sym_EQ_EQ] = ACTIONS(3040), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3042), + [anon_sym_LT_EQ] = ACTIONS(1888), + [anon_sym_GT_EQ] = ACTIONS(1888), + [anon_sym_BANGin] = ACTIONS(1890), + [anon_sym_is] = ACTIONS(1736), + [anon_sym_BANGis] = ACTIONS(1738), [anon_sym_PLUS] = ACTIONS(1892), [anon_sym_DASH] = ACTIONS(1892), [anon_sym_SLASH] = ACTIONS(1894), @@ -92813,118 +92921,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(2984), + [anon_sym_BANG] = ACTIONS(3040), [anon_sym_BANG_BANG] = ACTIONS(1744), - [anon_sym_suspend] = ACTIONS(2984), - [anon_sym_sealed] = ACTIONS(2984), - [anon_sym_annotation] = ACTIONS(2984), - [anon_sym_data] = ACTIONS(2984), - [anon_sym_inner] = ACTIONS(2984), - [anon_sym_override] = ACTIONS(2984), - [anon_sym_lateinit] = ACTIONS(2984), - [anon_sym_public] = ACTIONS(2984), - [anon_sym_private] = ACTIONS(2984), - [anon_sym_internal] = ACTIONS(2984), - [anon_sym_protected] = ACTIONS(2984), - [anon_sym_tailrec] = ACTIONS(2984), - [anon_sym_operator] = ACTIONS(2984), - [anon_sym_infix] = ACTIONS(2984), - [anon_sym_inline] = ACTIONS(2984), - [anon_sym_external] = ACTIONS(2984), - [sym_property_modifier] = ACTIONS(2984), - [anon_sym_abstract] = ACTIONS(2984), - [anon_sym_final] = ACTIONS(2984), - [anon_sym_open] = ACTIONS(2984), - [anon_sym_vararg] = ACTIONS(2984), - [anon_sym_noinline] = ACTIONS(2984), - [anon_sym_crossinline] = ACTIONS(2984), - [anon_sym_expect] = ACTIONS(2984), - [anon_sym_actual] = ACTIONS(2984), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(2986), - [anon_sym_continue_AT] = ACTIONS(2986), - [anon_sym_break_AT] = ACTIONS(2986), - [sym_real_literal] = ACTIONS(2986), - [sym_integer_literal] = ACTIONS(2984), - [sym_hex_literal] = ACTIONS(2986), - [sym_bin_literal] = ACTIONS(2986), - [anon_sym_true] = ACTIONS(2984), - [anon_sym_false] = ACTIONS(2984), - [anon_sym_SQUOTE] = ACTIONS(2986), - [sym__backtick_identifier] = ACTIONS(2986), - [sym__automatic_semicolon] = ACTIONS(2986), + [anon_sym_suspend] = ACTIONS(3040), + [anon_sym_sealed] = ACTIONS(3040), + [anon_sym_annotation] = ACTIONS(3040), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_override] = ACTIONS(3040), + [anon_sym_lateinit] = ACTIONS(3040), + [anon_sym_public] = ACTIONS(3040), + [anon_sym_private] = ACTIONS(3040), + [anon_sym_internal] = ACTIONS(3040), + [anon_sym_protected] = ACTIONS(3040), + [anon_sym_tailrec] = ACTIONS(3040), + [anon_sym_operator] = ACTIONS(3040), + [anon_sym_infix] = ACTIONS(3040), + [anon_sym_inline] = ACTIONS(3040), + [anon_sym_external] = ACTIONS(3040), + [sym_property_modifier] = ACTIONS(3040), + [anon_sym_abstract] = ACTIONS(3040), + [anon_sym_final] = ACTIONS(3040), + [anon_sym_open] = ACTIONS(3040), + [anon_sym_vararg] = ACTIONS(3040), + [anon_sym_noinline] = ACTIONS(3040), + [anon_sym_crossinline] = ACTIONS(3040), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3042), + [anon_sym_continue_AT] = ACTIONS(3042), + [anon_sym_break_AT] = ACTIONS(3042), + [sym_real_literal] = ACTIONS(3042), + [sym_integer_literal] = ACTIONS(3040), + [sym_hex_literal] = ACTIONS(3042), + [sym_bin_literal] = ACTIONS(3042), + [anon_sym_true] = ACTIONS(3040), + [anon_sym_false] = ACTIONS(3040), + [anon_sym_SQUOTE] = ACTIONS(3042), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(3042), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2986), + [sym__string_start] = ACTIONS(3042), }, [472] = { - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(1995), - [sym__comparison_operator] = STATE(1991), - [sym__in_operator] = STATE(1990), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(1987), - [sym__multiplicative_operator] = STATE(1986), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_annotation] = STATE(7858), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1985), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(2315), + [sym__comparison_operator] = STATE(2313), + [sym__in_operator] = STATE(2311), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(2308), + [sym__multiplicative_operator] = STATE(2301), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_annotation] = STATE(7880), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2300), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(3029), + [anon_sym_RBRACE] = ACTIONS(3038), [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_COMMA] = ACTIONS(3029), - [anon_sym_LT] = ACTIONS(3031), - [anon_sym_GT] = ACTIONS(3027), - [anon_sym_where] = ACTIONS(3027), - [anon_sym_object] = ACTIONS(3027), - [anon_sym_fun] = ACTIONS(3027), + [anon_sym_COMMA] = ACTIONS(3038), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(3036), + [anon_sym_where] = ACTIONS(3036), + [anon_sym_object] = ACTIONS(3036), + [anon_sym_fun] = ACTIONS(3036), [anon_sym_DOT] = ACTIONS(1704), - [anon_sym_SEMI] = ACTIONS(3029), + [anon_sym_SEMI] = ACTIONS(3038), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(3027), - [anon_sym_super] = ACTIONS(3027), + [anon_sym_this] = ACTIONS(3036), + [anon_sym_super] = ACTIONS(3036), [anon_sym_STAR] = ACTIONS(1872), [sym_label] = ACTIONS(1714), - [anon_sym_in] = ACTIONS(3027), + [anon_sym_in] = ACTIONS(1874), [anon_sym_DOT_DOT] = ACTIONS(1876), [anon_sym_QMARK_COLON] = ACTIONS(1878), - [anon_sym_AMP_AMP] = ACTIONS(3029), - [anon_sym_PIPE_PIPE] = ACTIONS(3029), - [anon_sym_null] = ACTIONS(3027), - [anon_sym_if] = ACTIONS(3027), - [anon_sym_else] = ACTIONS(3027), - [anon_sym_when] = ACTIONS(3027), - [anon_sym_try] = ACTIONS(3027), - [anon_sym_throw] = ACTIONS(3027), - [anon_sym_return] = ACTIONS(3027), - [anon_sym_continue] = ACTIONS(3027), - [anon_sym_break] = ACTIONS(3027), + [anon_sym_AMP_AMP] = ACTIONS(3038), + [anon_sym_PIPE_PIPE] = ACTIONS(3038), + [anon_sym_null] = ACTIONS(3036), + [anon_sym_if] = ACTIONS(3036), + [anon_sym_else] = ACTIONS(3036), + [anon_sym_when] = ACTIONS(3036), + [anon_sym_try] = ACTIONS(3036), + [anon_sym_throw] = ACTIONS(3036), + [anon_sym_return] = ACTIONS(3036), + [anon_sym_continue] = ACTIONS(3036), + [anon_sym_break] = ACTIONS(3036), [anon_sym_COLON_COLON] = ACTIONS(1726), - [anon_sym_BANG_EQ] = ACTIONS(3027), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3029), - [anon_sym_EQ_EQ] = ACTIONS(3027), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3029), - [anon_sym_LT_EQ] = ACTIONS(3029), - [anon_sym_GT_EQ] = ACTIONS(3029), - [anon_sym_BANGin] = ACTIONS(3029), - [anon_sym_is] = ACTIONS(3027), - [anon_sym_BANGis] = ACTIONS(3029), + [anon_sym_BANG_EQ] = ACTIONS(3036), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3038), + [anon_sym_EQ_EQ] = ACTIONS(3036), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3038), + [anon_sym_LT_EQ] = ACTIONS(3038), + [anon_sym_GT_EQ] = ACTIONS(3038), + [anon_sym_BANGin] = ACTIONS(1890), + [anon_sym_is] = ACTIONS(1736), + [anon_sym_BANGis] = ACTIONS(1738), [anon_sym_PLUS] = ACTIONS(1892), [anon_sym_DASH] = ACTIONS(1892), [anon_sym_SLASH] = ACTIONS(1894), @@ -92932,330 +93040,92 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(3027), + [anon_sym_BANG] = ACTIONS(3036), [anon_sym_BANG_BANG] = ACTIONS(1744), - [anon_sym_suspend] = ACTIONS(3027), - [anon_sym_sealed] = ACTIONS(3027), - [anon_sym_annotation] = ACTIONS(3027), + [anon_sym_suspend] = ACTIONS(3036), + [anon_sym_sealed] = ACTIONS(3036), + [anon_sym_annotation] = ACTIONS(3036), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3027), - [anon_sym_lateinit] = ACTIONS(3027), - [anon_sym_public] = ACTIONS(3027), - [anon_sym_private] = ACTIONS(3027), - [anon_sym_internal] = ACTIONS(3027), - [anon_sym_protected] = ACTIONS(3027), - [anon_sym_tailrec] = ACTIONS(3027), - [anon_sym_operator] = ACTIONS(3027), - [anon_sym_infix] = ACTIONS(3027), - [anon_sym_inline] = ACTIONS(3027), - [anon_sym_external] = ACTIONS(3027), - [sym_property_modifier] = ACTIONS(3027), - [anon_sym_abstract] = ACTIONS(3027), - [anon_sym_final] = ACTIONS(3027), - [anon_sym_open] = ACTIONS(3027), - [anon_sym_vararg] = ACTIONS(3027), - [anon_sym_noinline] = ACTIONS(3027), - [anon_sym_crossinline] = ACTIONS(3027), + [anon_sym_override] = ACTIONS(3036), + [anon_sym_lateinit] = ACTIONS(3036), + [anon_sym_public] = ACTIONS(3036), + [anon_sym_private] = ACTIONS(3036), + [anon_sym_internal] = ACTIONS(3036), + [anon_sym_protected] = ACTIONS(3036), + [anon_sym_tailrec] = ACTIONS(3036), + [anon_sym_operator] = ACTIONS(3036), + [anon_sym_infix] = ACTIONS(3036), + [anon_sym_inline] = ACTIONS(3036), + [anon_sym_external] = ACTIONS(3036), + [sym_property_modifier] = ACTIONS(3036), + [anon_sym_abstract] = ACTIONS(3036), + [anon_sym_final] = ACTIONS(3036), + [anon_sym_open] = ACTIONS(3036), + [anon_sym_vararg] = ACTIONS(3036), + [anon_sym_noinline] = ACTIONS(3036), + [anon_sym_crossinline] = ACTIONS(3036), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3029), - [anon_sym_continue_AT] = ACTIONS(3029), - [anon_sym_break_AT] = ACTIONS(3029), - [sym_real_literal] = ACTIONS(3029), - [sym_integer_literal] = ACTIONS(3027), - [sym_hex_literal] = ACTIONS(3029), - [sym_bin_literal] = ACTIONS(3029), - [anon_sym_true] = ACTIONS(3027), - [anon_sym_false] = ACTIONS(3027), - [anon_sym_SQUOTE] = ACTIONS(3029), + [anon_sym_return_AT] = ACTIONS(3038), + [anon_sym_continue_AT] = ACTIONS(3038), + [anon_sym_break_AT] = ACTIONS(3038), + [sym_real_literal] = ACTIONS(3038), + [sym_integer_literal] = ACTIONS(3036), + [sym_hex_literal] = ACTIONS(3038), + [sym_bin_literal] = ACTIONS(3038), + [anon_sym_true] = ACTIONS(3036), + [anon_sym_false] = ACTIONS(3036), + [anon_sym_SQUOTE] = ACTIONS(3038), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3029), + [sym__automatic_semicolon] = ACTIONS(3038), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3029), + [sym__string_start] = ACTIONS(3038), }, [473] = { - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(1995), - [sym__comparison_operator] = STATE(1991), - [sym__in_operator] = STATE(1990), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(1987), - [sym__multiplicative_operator] = STATE(1986), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_annotation] = STATE(7858), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1985), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), - [sym__alpha_identifier] = ACTIONS(3034), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(1690), - [anon_sym_as] = ACTIONS(1692), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(3036), - [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_COMMA] = ACTIONS(3036), - [anon_sym_LT] = ACTIONS(3038), - [anon_sym_GT] = ACTIONS(3034), - [anon_sym_where] = ACTIONS(3034), - [anon_sym_object] = ACTIONS(3034), - [anon_sym_fun] = ACTIONS(3034), - [anon_sym_DOT] = ACTIONS(1704), - [anon_sym_SEMI] = ACTIONS(3036), - [anon_sym_get] = ACTIONS(3034), - [anon_sym_set] = ACTIONS(3034), - [anon_sym_this] = ACTIONS(3034), - [anon_sym_super] = ACTIONS(3034), - [anon_sym_STAR] = ACTIONS(1872), - [sym_label] = ACTIONS(1714), - [anon_sym_in] = ACTIONS(3034), - [anon_sym_DOT_DOT] = ACTIONS(3036), - [anon_sym_QMARK_COLON] = ACTIONS(3036), - [anon_sym_AMP_AMP] = ACTIONS(3036), - [anon_sym_PIPE_PIPE] = ACTIONS(3036), - [anon_sym_null] = ACTIONS(3034), - [anon_sym_if] = ACTIONS(3034), - [anon_sym_else] = ACTIONS(3034), - [anon_sym_when] = ACTIONS(3034), - [anon_sym_try] = ACTIONS(3034), - [anon_sym_throw] = ACTIONS(3034), - [anon_sym_return] = ACTIONS(3034), - [anon_sym_continue] = ACTIONS(3034), - [anon_sym_break] = ACTIONS(3034), - [anon_sym_COLON_COLON] = ACTIONS(1726), - [anon_sym_BANG_EQ] = ACTIONS(3034), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3036), - [anon_sym_EQ_EQ] = ACTIONS(3034), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3036), - [anon_sym_LT_EQ] = ACTIONS(3036), - [anon_sym_GT_EQ] = ACTIONS(3036), - [anon_sym_BANGin] = ACTIONS(3036), - [anon_sym_is] = ACTIONS(3034), - [anon_sym_BANGis] = ACTIONS(3036), - [anon_sym_PLUS] = ACTIONS(3034), - [anon_sym_DASH] = ACTIONS(3034), - [anon_sym_SLASH] = ACTIONS(1894), - [anon_sym_PERCENT] = ACTIONS(1872), - [anon_sym_as_QMARK] = ACTIONS(1742), - [anon_sym_PLUS_PLUS] = ACTIONS(1744), - [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(3034), - [anon_sym_BANG_BANG] = ACTIONS(1744), - [anon_sym_suspend] = ACTIONS(3034), - [anon_sym_sealed] = ACTIONS(3034), - [anon_sym_annotation] = ACTIONS(3034), - [anon_sym_data] = ACTIONS(3034), - [anon_sym_inner] = ACTIONS(3034), - [anon_sym_override] = ACTIONS(3034), - [anon_sym_lateinit] = ACTIONS(3034), - [anon_sym_public] = ACTIONS(3034), - [anon_sym_private] = ACTIONS(3034), - [anon_sym_internal] = ACTIONS(3034), - [anon_sym_protected] = ACTIONS(3034), - [anon_sym_tailrec] = ACTIONS(3034), - [anon_sym_operator] = ACTIONS(3034), - [anon_sym_infix] = ACTIONS(3034), - [anon_sym_inline] = ACTIONS(3034), - [anon_sym_external] = ACTIONS(3034), - [sym_property_modifier] = ACTIONS(3034), - [anon_sym_abstract] = ACTIONS(3034), - [anon_sym_final] = ACTIONS(3034), - [anon_sym_open] = ACTIONS(3034), - [anon_sym_vararg] = ACTIONS(3034), - [anon_sym_noinline] = ACTIONS(3034), - [anon_sym_crossinline] = ACTIONS(3034), - [anon_sym_expect] = ACTIONS(3034), - [anon_sym_actual] = ACTIONS(3034), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3036), - [anon_sym_continue_AT] = ACTIONS(3036), - [anon_sym_break_AT] = ACTIONS(3036), - [sym_real_literal] = ACTIONS(3036), - [sym_integer_literal] = ACTIONS(3034), - [sym_hex_literal] = ACTIONS(3036), - [sym_bin_literal] = ACTIONS(3036), - [anon_sym_true] = ACTIONS(3034), - [anon_sym_false] = ACTIONS(3034), - [anon_sym_SQUOTE] = ACTIONS(3036), - [sym__backtick_identifier] = ACTIONS(3036), - [sym__automatic_semicolon] = ACTIONS(3036), - [sym_safe_nav] = ACTIONS(1726), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3036), - }, - [474] = { - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(1995), - [sym__comparison_operator] = STATE(1991), - [sym__in_operator] = STATE(1990), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(1987), - [sym__multiplicative_operator] = STATE(1986), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_annotation] = STATE(7858), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1985), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), - [sym__alpha_identifier] = ACTIONS(3065), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(1690), - [anon_sym_as] = ACTIONS(1692), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(3067), - [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_COMMA] = ACTIONS(3067), - [anon_sym_LT] = ACTIONS(3069), - [anon_sym_GT] = ACTIONS(3065), - [anon_sym_where] = ACTIONS(3065), - [anon_sym_object] = ACTIONS(3065), - [anon_sym_fun] = ACTIONS(3065), - [anon_sym_DOT] = ACTIONS(1704), - [anon_sym_SEMI] = ACTIONS(3067), - [anon_sym_get] = ACTIONS(3065), - [anon_sym_set] = ACTIONS(3065), - [anon_sym_this] = ACTIONS(3065), - [anon_sym_super] = ACTIONS(3065), - [anon_sym_STAR] = ACTIONS(3067), - [sym_label] = ACTIONS(1714), - [anon_sym_in] = ACTIONS(3065), - [anon_sym_DOT_DOT] = ACTIONS(3067), - [anon_sym_QMARK_COLON] = ACTIONS(3067), - [anon_sym_AMP_AMP] = ACTIONS(3067), - [anon_sym_PIPE_PIPE] = ACTIONS(3067), - [anon_sym_null] = ACTIONS(3065), - [anon_sym_if] = ACTIONS(3065), - [anon_sym_else] = ACTIONS(3065), - [anon_sym_when] = ACTIONS(3065), - [anon_sym_try] = ACTIONS(3065), - [anon_sym_throw] = ACTIONS(3065), - [anon_sym_return] = ACTIONS(3065), - [anon_sym_continue] = ACTIONS(3065), - [anon_sym_break] = ACTIONS(3065), - [anon_sym_COLON_COLON] = ACTIONS(1726), - [anon_sym_BANG_EQ] = ACTIONS(3065), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3067), - [anon_sym_EQ_EQ] = ACTIONS(3065), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3067), - [anon_sym_LT_EQ] = ACTIONS(3067), - [anon_sym_GT_EQ] = ACTIONS(3067), - [anon_sym_BANGin] = ACTIONS(3067), - [anon_sym_is] = ACTIONS(3065), - [anon_sym_BANGis] = ACTIONS(3067), - [anon_sym_PLUS] = ACTIONS(3065), - [anon_sym_DASH] = ACTIONS(3065), - [anon_sym_SLASH] = ACTIONS(3065), - [anon_sym_PERCENT] = ACTIONS(3067), - [anon_sym_as_QMARK] = ACTIONS(1742), - [anon_sym_PLUS_PLUS] = ACTIONS(1744), - [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(3065), - [anon_sym_BANG_BANG] = ACTIONS(1744), - [anon_sym_suspend] = ACTIONS(3065), - [anon_sym_sealed] = ACTIONS(3065), - [anon_sym_annotation] = ACTIONS(3065), - [anon_sym_data] = ACTIONS(3065), - [anon_sym_inner] = ACTIONS(3065), - [anon_sym_override] = ACTIONS(3065), - [anon_sym_lateinit] = ACTIONS(3065), - [anon_sym_public] = ACTIONS(3065), - [anon_sym_private] = ACTIONS(3065), - [anon_sym_internal] = ACTIONS(3065), - [anon_sym_protected] = ACTIONS(3065), - [anon_sym_tailrec] = ACTIONS(3065), - [anon_sym_operator] = ACTIONS(3065), - [anon_sym_infix] = ACTIONS(3065), - [anon_sym_inline] = ACTIONS(3065), - [anon_sym_external] = ACTIONS(3065), - [sym_property_modifier] = ACTIONS(3065), - [anon_sym_abstract] = ACTIONS(3065), - [anon_sym_final] = ACTIONS(3065), - [anon_sym_open] = ACTIONS(3065), - [anon_sym_vararg] = ACTIONS(3065), - [anon_sym_noinline] = ACTIONS(3065), - [anon_sym_crossinline] = ACTIONS(3065), - [anon_sym_expect] = ACTIONS(3065), - [anon_sym_actual] = ACTIONS(3065), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3067), - [anon_sym_continue_AT] = ACTIONS(3067), - [anon_sym_break_AT] = ACTIONS(3067), - [sym_real_literal] = ACTIONS(3067), - [sym_integer_literal] = ACTIONS(3065), - [sym_hex_literal] = ACTIONS(3067), - [sym_bin_literal] = ACTIONS(3067), - [anon_sym_true] = ACTIONS(3065), - [anon_sym_false] = ACTIONS(3065), - [anon_sym_SQUOTE] = ACTIONS(3067), - [sym__backtick_identifier] = ACTIONS(3067), - [sym__automatic_semicolon] = ACTIONS(3067), - [sym_safe_nav] = ACTIONS(1726), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3067), - }, - [475] = { - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(1995), - [sym__comparison_operator] = STATE(1991), - [sym__in_operator] = STATE(1990), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(1987), - [sym__multiplicative_operator] = STATE(1986), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_annotation] = STATE(7858), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1985), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(2315), + [sym__comparison_operator] = STATE(2313), + [sym__in_operator] = STATE(2311), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(2308), + [sym__multiplicative_operator] = STATE(2301), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_annotation] = STATE(7880), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2300), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(3059), + [anon_sym_RBRACE] = ACTIONS(3005), [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_COMMA] = ACTIONS(3059), + [anon_sym_COMMA] = ACTIONS(3005), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(1864), - [anon_sym_where] = ACTIONS(3057), - [anon_sym_object] = ACTIONS(3057), - [anon_sym_fun] = ACTIONS(3057), + [anon_sym_where] = ACTIONS(3003), + [anon_sym_object] = ACTIONS(3003), + [anon_sym_fun] = ACTIONS(3003), [anon_sym_DOT] = ACTIONS(1704), - [anon_sym_SEMI] = ACTIONS(3059), + [anon_sym_SEMI] = ACTIONS(3005), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(3057), - [anon_sym_super] = ACTIONS(3057), + [anon_sym_this] = ACTIONS(3003), + [anon_sym_super] = ACTIONS(3003), [anon_sym_STAR] = ACTIONS(1872), [sym_label] = ACTIONS(1714), [anon_sym_in] = ACTIONS(1874), @@ -93263,15 +93133,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1878), [anon_sym_AMP_AMP] = ACTIONS(1880), [anon_sym_PIPE_PIPE] = ACTIONS(1882), - [anon_sym_null] = ACTIONS(3057), - [anon_sym_if] = ACTIONS(3057), - [anon_sym_else] = ACTIONS(3057), - [anon_sym_when] = ACTIONS(3057), - [anon_sym_try] = ACTIONS(3057), - [anon_sym_throw] = ACTIONS(3057), - [anon_sym_return] = ACTIONS(3057), - [anon_sym_continue] = ACTIONS(3057), - [anon_sym_break] = ACTIONS(3057), + [anon_sym_null] = ACTIONS(3003), + [anon_sym_if] = ACTIONS(3003), + [anon_sym_else] = ACTIONS(3003), + [anon_sym_when] = ACTIONS(3003), + [anon_sym_try] = ACTIONS(3003), + [anon_sym_throw] = ACTIONS(3003), + [anon_sym_return] = ACTIONS(3003), + [anon_sym_continue] = ACTIONS(3003), + [anon_sym_break] = ACTIONS(3003), [anon_sym_COLON_COLON] = ACTIONS(1726), [anon_sym_BANG_EQ] = ACTIONS(1884), [anon_sym_BANG_EQ_EQ] = ACTIONS(1886), @@ -93289,118 +93159,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(3057), + [anon_sym_BANG] = ACTIONS(3003), [anon_sym_BANG_BANG] = ACTIONS(1744), - [anon_sym_suspend] = ACTIONS(3057), - [anon_sym_sealed] = ACTIONS(3057), - [anon_sym_annotation] = ACTIONS(3057), + [anon_sym_suspend] = ACTIONS(3003), + [anon_sym_sealed] = ACTIONS(3003), + [anon_sym_annotation] = ACTIONS(3003), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3057), - [anon_sym_lateinit] = ACTIONS(3057), - [anon_sym_public] = ACTIONS(3057), - [anon_sym_private] = ACTIONS(3057), - [anon_sym_internal] = ACTIONS(3057), - [anon_sym_protected] = ACTIONS(3057), - [anon_sym_tailrec] = ACTIONS(3057), - [anon_sym_operator] = ACTIONS(3057), - [anon_sym_infix] = ACTIONS(3057), - [anon_sym_inline] = ACTIONS(3057), - [anon_sym_external] = ACTIONS(3057), - [sym_property_modifier] = ACTIONS(3057), - [anon_sym_abstract] = ACTIONS(3057), - [anon_sym_final] = ACTIONS(3057), - [anon_sym_open] = ACTIONS(3057), - [anon_sym_vararg] = ACTIONS(3057), - [anon_sym_noinline] = ACTIONS(3057), - [anon_sym_crossinline] = ACTIONS(3057), + [anon_sym_override] = ACTIONS(3003), + [anon_sym_lateinit] = ACTIONS(3003), + [anon_sym_public] = ACTIONS(3003), + [anon_sym_private] = ACTIONS(3003), + [anon_sym_internal] = ACTIONS(3003), + [anon_sym_protected] = ACTIONS(3003), + [anon_sym_tailrec] = ACTIONS(3003), + [anon_sym_operator] = ACTIONS(3003), + [anon_sym_infix] = ACTIONS(3003), + [anon_sym_inline] = ACTIONS(3003), + [anon_sym_external] = ACTIONS(3003), + [sym_property_modifier] = ACTIONS(3003), + [anon_sym_abstract] = ACTIONS(3003), + [anon_sym_final] = ACTIONS(3003), + [anon_sym_open] = ACTIONS(3003), + [anon_sym_vararg] = ACTIONS(3003), + [anon_sym_noinline] = ACTIONS(3003), + [anon_sym_crossinline] = ACTIONS(3003), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3059), - [anon_sym_continue_AT] = ACTIONS(3059), - [anon_sym_break_AT] = ACTIONS(3059), - [sym_real_literal] = ACTIONS(3059), - [sym_integer_literal] = ACTIONS(3057), - [sym_hex_literal] = ACTIONS(3059), - [sym_bin_literal] = ACTIONS(3059), - [anon_sym_true] = ACTIONS(3057), - [anon_sym_false] = ACTIONS(3057), - [anon_sym_SQUOTE] = ACTIONS(3059), + [anon_sym_return_AT] = ACTIONS(3005), + [anon_sym_continue_AT] = ACTIONS(3005), + [anon_sym_break_AT] = ACTIONS(3005), + [sym_real_literal] = ACTIONS(3005), + [sym_integer_literal] = ACTIONS(3003), + [sym_hex_literal] = ACTIONS(3005), + [sym_bin_literal] = ACTIONS(3005), + [anon_sym_true] = ACTIONS(3003), + [anon_sym_false] = ACTIONS(3003), + [anon_sym_SQUOTE] = ACTIONS(3005), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3059), + [sym__automatic_semicolon] = ACTIONS(3005), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3059), + [sym__string_start] = ACTIONS(3005), }, - [476] = { - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(1995), - [sym__comparison_operator] = STATE(1991), - [sym__in_operator] = STATE(1990), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(1987), - [sym__multiplicative_operator] = STATE(1986), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_annotation] = STATE(7858), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1985), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), + [474] = { + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(2315), + [sym__comparison_operator] = STATE(2313), + [sym__in_operator] = STATE(2311), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(2308), + [sym__multiplicative_operator] = STATE(2301), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_annotation] = STATE(7880), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2300), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(3063), + [anon_sym_RBRACE] = ACTIONS(3031), [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_COMMA] = ACTIONS(3063), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(1864), - [anon_sym_where] = ACTIONS(3061), - [anon_sym_object] = ACTIONS(3061), - [anon_sym_fun] = ACTIONS(3061), + [anon_sym_COMMA] = ACTIONS(3031), + [anon_sym_LT] = ACTIONS(3033), + [anon_sym_GT] = ACTIONS(3029), + [anon_sym_where] = ACTIONS(3029), + [anon_sym_object] = ACTIONS(3029), + [anon_sym_fun] = ACTIONS(3029), [anon_sym_DOT] = ACTIONS(1704), - [anon_sym_SEMI] = ACTIONS(3063), + [anon_sym_SEMI] = ACTIONS(3031), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(3061), - [anon_sym_super] = ACTIONS(3061), + [anon_sym_this] = ACTIONS(3029), + [anon_sym_super] = ACTIONS(3029), [anon_sym_STAR] = ACTIONS(1872), [sym_label] = ACTIONS(1714), - [anon_sym_in] = ACTIONS(1874), + [anon_sym_in] = ACTIONS(3029), [anon_sym_DOT_DOT] = ACTIONS(1876), [anon_sym_QMARK_COLON] = ACTIONS(1878), - [anon_sym_AMP_AMP] = ACTIONS(1880), - [anon_sym_PIPE_PIPE] = ACTIONS(1882), - [anon_sym_null] = ACTIONS(3061), - [anon_sym_if] = ACTIONS(3061), - [anon_sym_else] = ACTIONS(3061), - [anon_sym_when] = ACTIONS(3061), - [anon_sym_try] = ACTIONS(3061), - [anon_sym_throw] = ACTIONS(3061), - [anon_sym_return] = ACTIONS(3061), - [anon_sym_continue] = ACTIONS(3061), - [anon_sym_break] = ACTIONS(3061), + [anon_sym_AMP_AMP] = ACTIONS(3031), + [anon_sym_PIPE_PIPE] = ACTIONS(3031), + [anon_sym_null] = ACTIONS(3029), + [anon_sym_if] = ACTIONS(3029), + [anon_sym_else] = ACTIONS(3029), + [anon_sym_when] = ACTIONS(3029), + [anon_sym_try] = ACTIONS(3029), + [anon_sym_throw] = ACTIONS(3029), + [anon_sym_return] = ACTIONS(3029), + [anon_sym_continue] = ACTIONS(3029), + [anon_sym_break] = ACTIONS(3029), [anon_sym_COLON_COLON] = ACTIONS(1726), - [anon_sym_BANG_EQ] = ACTIONS(1884), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1886), - [anon_sym_EQ_EQ] = ACTIONS(1884), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1886), - [anon_sym_LT_EQ] = ACTIONS(1888), - [anon_sym_GT_EQ] = ACTIONS(1888), - [anon_sym_BANGin] = ACTIONS(1890), - [anon_sym_is] = ACTIONS(1736), - [anon_sym_BANGis] = ACTIONS(1738), + [anon_sym_BANG_EQ] = ACTIONS(3029), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3031), + [anon_sym_EQ_EQ] = ACTIONS(3029), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3031), + [anon_sym_LT_EQ] = ACTIONS(3031), + [anon_sym_GT_EQ] = ACTIONS(3031), + [anon_sym_BANGin] = ACTIONS(3031), + [anon_sym_is] = ACTIONS(3029), + [anon_sym_BANGis] = ACTIONS(3031), [anon_sym_PLUS] = ACTIONS(1892), [anon_sym_DASH] = ACTIONS(1892), [anon_sym_SLASH] = ACTIONS(1894), @@ -93408,92 +93278,449 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(3061), + [anon_sym_BANG] = ACTIONS(3029), [anon_sym_BANG_BANG] = ACTIONS(1744), - [anon_sym_suspend] = ACTIONS(3061), - [anon_sym_sealed] = ACTIONS(3061), - [anon_sym_annotation] = ACTIONS(3061), + [anon_sym_suspend] = ACTIONS(3029), + [anon_sym_sealed] = ACTIONS(3029), + [anon_sym_annotation] = ACTIONS(3029), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3061), - [anon_sym_lateinit] = ACTIONS(3061), - [anon_sym_public] = ACTIONS(3061), - [anon_sym_private] = ACTIONS(3061), - [anon_sym_internal] = ACTIONS(3061), - [anon_sym_protected] = ACTIONS(3061), - [anon_sym_tailrec] = ACTIONS(3061), - [anon_sym_operator] = ACTIONS(3061), - [anon_sym_infix] = ACTIONS(3061), - [anon_sym_inline] = ACTIONS(3061), - [anon_sym_external] = ACTIONS(3061), - [sym_property_modifier] = ACTIONS(3061), - [anon_sym_abstract] = ACTIONS(3061), - [anon_sym_final] = ACTIONS(3061), - [anon_sym_open] = ACTIONS(3061), - [anon_sym_vararg] = ACTIONS(3061), - [anon_sym_noinline] = ACTIONS(3061), - [anon_sym_crossinline] = ACTIONS(3061), + [anon_sym_override] = ACTIONS(3029), + [anon_sym_lateinit] = ACTIONS(3029), + [anon_sym_public] = ACTIONS(3029), + [anon_sym_private] = ACTIONS(3029), + [anon_sym_internal] = ACTIONS(3029), + [anon_sym_protected] = ACTIONS(3029), + [anon_sym_tailrec] = ACTIONS(3029), + [anon_sym_operator] = ACTIONS(3029), + [anon_sym_infix] = ACTIONS(3029), + [anon_sym_inline] = ACTIONS(3029), + [anon_sym_external] = ACTIONS(3029), + [sym_property_modifier] = ACTIONS(3029), + [anon_sym_abstract] = ACTIONS(3029), + [anon_sym_final] = ACTIONS(3029), + [anon_sym_open] = ACTIONS(3029), + [anon_sym_vararg] = ACTIONS(3029), + [anon_sym_noinline] = ACTIONS(3029), + [anon_sym_crossinline] = ACTIONS(3029), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3063), - [anon_sym_continue_AT] = ACTIONS(3063), - [anon_sym_break_AT] = ACTIONS(3063), - [sym_real_literal] = ACTIONS(3063), - [sym_integer_literal] = ACTIONS(3061), - [sym_hex_literal] = ACTIONS(3063), - [sym_bin_literal] = ACTIONS(3063), - [anon_sym_true] = ACTIONS(3061), - [anon_sym_false] = ACTIONS(3061), - [anon_sym_SQUOTE] = ACTIONS(3063), + [anon_sym_return_AT] = ACTIONS(3031), + [anon_sym_continue_AT] = ACTIONS(3031), + [anon_sym_break_AT] = ACTIONS(3031), + [sym_real_literal] = ACTIONS(3031), + [sym_integer_literal] = ACTIONS(3029), + [sym_hex_literal] = ACTIONS(3031), + [sym_bin_literal] = ACTIONS(3031), + [anon_sym_true] = ACTIONS(3029), + [anon_sym_false] = ACTIONS(3029), + [anon_sym_SQUOTE] = ACTIONS(3031), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3063), + [sym__automatic_semicolon] = ACTIONS(3031), + [sym_safe_nav] = ACTIONS(1726), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3031), + }, + [475] = { + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(2315), + [sym__comparison_operator] = STATE(2313), + [sym__in_operator] = STATE(2311), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(2308), + [sym__multiplicative_operator] = STATE(2301), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_annotation] = STATE(7880), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2300), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), + [sym__alpha_identifier] = ACTIONS(3022), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(1690), + [anon_sym_as] = ACTIONS(1692), + [anon_sym_LBRACE] = ACTIONS(1612), + [anon_sym_RBRACE] = ACTIONS(3024), + [anon_sym_LPAREN] = ACTIONS(1698), + [anon_sym_COMMA] = ACTIONS(3024), + [anon_sym_LT] = ACTIONS(3026), + [anon_sym_GT] = ACTIONS(3022), + [anon_sym_where] = ACTIONS(3022), + [anon_sym_object] = ACTIONS(3022), + [anon_sym_fun] = ACTIONS(3022), + [anon_sym_DOT] = ACTIONS(1704), + [anon_sym_SEMI] = ACTIONS(3024), + [anon_sym_get] = ACTIONS(3022), + [anon_sym_set] = ACTIONS(3022), + [anon_sym_this] = ACTIONS(3022), + [anon_sym_super] = ACTIONS(3022), + [anon_sym_STAR] = ACTIONS(1872), + [sym_label] = ACTIONS(1714), + [anon_sym_in] = ACTIONS(3022), + [anon_sym_DOT_DOT] = ACTIONS(3024), + [anon_sym_QMARK_COLON] = ACTIONS(3024), + [anon_sym_AMP_AMP] = ACTIONS(3024), + [anon_sym_PIPE_PIPE] = ACTIONS(3024), + [anon_sym_null] = ACTIONS(3022), + [anon_sym_if] = ACTIONS(3022), + [anon_sym_else] = ACTIONS(3022), + [anon_sym_when] = ACTIONS(3022), + [anon_sym_try] = ACTIONS(3022), + [anon_sym_throw] = ACTIONS(3022), + [anon_sym_return] = ACTIONS(3022), + [anon_sym_continue] = ACTIONS(3022), + [anon_sym_break] = ACTIONS(3022), + [anon_sym_COLON_COLON] = ACTIONS(1726), + [anon_sym_BANG_EQ] = ACTIONS(3022), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3024), + [anon_sym_EQ_EQ] = ACTIONS(3022), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3024), + [anon_sym_LT_EQ] = ACTIONS(3024), + [anon_sym_GT_EQ] = ACTIONS(3024), + [anon_sym_BANGin] = ACTIONS(3024), + [anon_sym_is] = ACTIONS(3022), + [anon_sym_BANGis] = ACTIONS(3024), + [anon_sym_PLUS] = ACTIONS(3022), + [anon_sym_DASH] = ACTIONS(3022), + [anon_sym_SLASH] = ACTIONS(1894), + [anon_sym_PERCENT] = ACTIONS(1872), + [anon_sym_as_QMARK] = ACTIONS(1742), + [anon_sym_PLUS_PLUS] = ACTIONS(1744), + [anon_sym_DASH_DASH] = ACTIONS(1744), + [anon_sym_BANG] = ACTIONS(3022), + [anon_sym_BANG_BANG] = ACTIONS(1744), + [anon_sym_suspend] = ACTIONS(3022), + [anon_sym_sealed] = ACTIONS(3022), + [anon_sym_annotation] = ACTIONS(3022), + [anon_sym_data] = ACTIONS(3022), + [anon_sym_inner] = ACTIONS(3022), + [anon_sym_override] = ACTIONS(3022), + [anon_sym_lateinit] = ACTIONS(3022), + [anon_sym_public] = ACTIONS(3022), + [anon_sym_private] = ACTIONS(3022), + [anon_sym_internal] = ACTIONS(3022), + [anon_sym_protected] = ACTIONS(3022), + [anon_sym_tailrec] = ACTIONS(3022), + [anon_sym_operator] = ACTIONS(3022), + [anon_sym_infix] = ACTIONS(3022), + [anon_sym_inline] = ACTIONS(3022), + [anon_sym_external] = ACTIONS(3022), + [sym_property_modifier] = ACTIONS(3022), + [anon_sym_abstract] = ACTIONS(3022), + [anon_sym_final] = ACTIONS(3022), + [anon_sym_open] = ACTIONS(3022), + [anon_sym_vararg] = ACTIONS(3022), + [anon_sym_noinline] = ACTIONS(3022), + [anon_sym_crossinline] = ACTIONS(3022), + [anon_sym_expect] = ACTIONS(3022), + [anon_sym_actual] = ACTIONS(3022), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3024), + [anon_sym_continue_AT] = ACTIONS(3024), + [anon_sym_break_AT] = ACTIONS(3024), + [sym_real_literal] = ACTIONS(3024), + [sym_integer_literal] = ACTIONS(3022), + [sym_hex_literal] = ACTIONS(3024), + [sym_bin_literal] = ACTIONS(3024), + [anon_sym_true] = ACTIONS(3022), + [anon_sym_false] = ACTIONS(3022), + [anon_sym_SQUOTE] = ACTIONS(3024), + [sym__backtick_identifier] = ACTIONS(3024), + [sym__automatic_semicolon] = ACTIONS(3024), + [sym_safe_nav] = ACTIONS(1726), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3024), + }, + [476] = { + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(2315), + [sym__comparison_operator] = STATE(2313), + [sym__in_operator] = STATE(2311), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(2308), + [sym__multiplicative_operator] = STATE(2301), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_annotation] = STATE(7880), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2300), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), + [sym__alpha_identifier] = ACTIONS(3011), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(1690), + [anon_sym_as] = ACTIONS(1692), + [anon_sym_LBRACE] = ACTIONS(1612), + [anon_sym_RBRACE] = ACTIONS(3013), + [anon_sym_LPAREN] = ACTIONS(1698), + [anon_sym_COMMA] = ACTIONS(3013), + [anon_sym_LT] = ACTIONS(3015), + [anon_sym_GT] = ACTIONS(3011), + [anon_sym_where] = ACTIONS(3011), + [anon_sym_object] = ACTIONS(3011), + [anon_sym_fun] = ACTIONS(3011), + [anon_sym_DOT] = ACTIONS(1704), + [anon_sym_SEMI] = ACTIONS(3013), + [anon_sym_get] = ACTIONS(3011), + [anon_sym_set] = ACTIONS(3011), + [anon_sym_this] = ACTIONS(3011), + [anon_sym_super] = ACTIONS(3011), + [anon_sym_STAR] = ACTIONS(3013), + [sym_label] = ACTIONS(1714), + [anon_sym_in] = ACTIONS(3011), + [anon_sym_DOT_DOT] = ACTIONS(3013), + [anon_sym_QMARK_COLON] = ACTIONS(3013), + [anon_sym_AMP_AMP] = ACTIONS(3013), + [anon_sym_PIPE_PIPE] = ACTIONS(3013), + [anon_sym_null] = ACTIONS(3011), + [anon_sym_if] = ACTIONS(3011), + [anon_sym_else] = ACTIONS(3011), + [anon_sym_when] = ACTIONS(3011), + [anon_sym_try] = ACTIONS(3011), + [anon_sym_throw] = ACTIONS(3011), + [anon_sym_return] = ACTIONS(3011), + [anon_sym_continue] = ACTIONS(3011), + [anon_sym_break] = ACTIONS(3011), + [anon_sym_COLON_COLON] = ACTIONS(1726), + [anon_sym_BANG_EQ] = ACTIONS(3011), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3013), + [anon_sym_EQ_EQ] = ACTIONS(3011), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3013), + [anon_sym_LT_EQ] = ACTIONS(3013), + [anon_sym_GT_EQ] = ACTIONS(3013), + [anon_sym_BANGin] = ACTIONS(3013), + [anon_sym_is] = ACTIONS(3011), + [anon_sym_BANGis] = ACTIONS(3013), + [anon_sym_PLUS] = ACTIONS(3011), + [anon_sym_DASH] = ACTIONS(3011), + [anon_sym_SLASH] = ACTIONS(3011), + [anon_sym_PERCENT] = ACTIONS(3013), + [anon_sym_as_QMARK] = ACTIONS(1742), + [anon_sym_PLUS_PLUS] = ACTIONS(1744), + [anon_sym_DASH_DASH] = ACTIONS(1744), + [anon_sym_BANG] = ACTIONS(3011), + [anon_sym_BANG_BANG] = ACTIONS(1744), + [anon_sym_suspend] = ACTIONS(3011), + [anon_sym_sealed] = ACTIONS(3011), + [anon_sym_annotation] = ACTIONS(3011), + [anon_sym_data] = ACTIONS(3011), + [anon_sym_inner] = ACTIONS(3011), + [anon_sym_override] = ACTIONS(3011), + [anon_sym_lateinit] = ACTIONS(3011), + [anon_sym_public] = ACTIONS(3011), + [anon_sym_private] = ACTIONS(3011), + [anon_sym_internal] = ACTIONS(3011), + [anon_sym_protected] = ACTIONS(3011), + [anon_sym_tailrec] = ACTIONS(3011), + [anon_sym_operator] = ACTIONS(3011), + [anon_sym_infix] = ACTIONS(3011), + [anon_sym_inline] = ACTIONS(3011), + [anon_sym_external] = ACTIONS(3011), + [sym_property_modifier] = ACTIONS(3011), + [anon_sym_abstract] = ACTIONS(3011), + [anon_sym_final] = ACTIONS(3011), + [anon_sym_open] = ACTIONS(3011), + [anon_sym_vararg] = ACTIONS(3011), + [anon_sym_noinline] = ACTIONS(3011), + [anon_sym_crossinline] = ACTIONS(3011), + [anon_sym_expect] = ACTIONS(3011), + [anon_sym_actual] = ACTIONS(3011), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3013), + [anon_sym_continue_AT] = ACTIONS(3013), + [anon_sym_break_AT] = ACTIONS(3013), + [sym_real_literal] = ACTIONS(3013), + [sym_integer_literal] = ACTIONS(3011), + [sym_hex_literal] = ACTIONS(3013), + [sym_bin_literal] = ACTIONS(3013), + [anon_sym_true] = ACTIONS(3011), + [anon_sym_false] = ACTIONS(3011), + [anon_sym_SQUOTE] = ACTIONS(3013), + [sym__backtick_identifier] = ACTIONS(3013), + [sym__automatic_semicolon] = ACTIONS(3013), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3063), + [sym__string_start] = ACTIONS(3013), }, [477] = { - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(1995), - [sym__comparison_operator] = STATE(1991), - [sym__in_operator] = STATE(1990), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(1987), - [sym__multiplicative_operator] = STATE(1986), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_annotation] = STATE(7858), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1985), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(2315), + [sym__comparison_operator] = STATE(2313), + [sym__in_operator] = STATE(2311), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(2308), + [sym__multiplicative_operator] = STATE(2301), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_annotation] = STATE(7880), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2300), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), + [sym__alpha_identifier] = ACTIONS(2992), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(1690), + [anon_sym_as] = ACTIONS(1692), + [anon_sym_LBRACE] = ACTIONS(1612), + [anon_sym_RBRACE] = ACTIONS(2994), + [anon_sym_LPAREN] = ACTIONS(1698), + [anon_sym_COMMA] = ACTIONS(2994), + [anon_sym_LT] = ACTIONS(2996), + [anon_sym_GT] = ACTIONS(2992), + [anon_sym_where] = ACTIONS(2992), + [anon_sym_object] = ACTIONS(2992), + [anon_sym_fun] = ACTIONS(2992), + [anon_sym_DOT] = ACTIONS(1704), + [anon_sym_SEMI] = ACTIONS(2994), + [anon_sym_get] = ACTIONS(2992), + [anon_sym_set] = ACTIONS(2992), + [anon_sym_this] = ACTIONS(2992), + [anon_sym_super] = ACTIONS(2992), + [anon_sym_STAR] = ACTIONS(1872), + [sym_label] = ACTIONS(1714), + [anon_sym_in] = ACTIONS(2992), + [anon_sym_DOT_DOT] = ACTIONS(1876), + [anon_sym_QMARK_COLON] = ACTIONS(2994), + [anon_sym_AMP_AMP] = ACTIONS(2994), + [anon_sym_PIPE_PIPE] = ACTIONS(2994), + [anon_sym_null] = ACTIONS(2992), + [anon_sym_if] = ACTIONS(2992), + [anon_sym_else] = ACTIONS(2992), + [anon_sym_when] = ACTIONS(2992), + [anon_sym_try] = ACTIONS(2992), + [anon_sym_throw] = ACTIONS(2992), + [anon_sym_return] = ACTIONS(2992), + [anon_sym_continue] = ACTIONS(2992), + [anon_sym_break] = ACTIONS(2992), + [anon_sym_COLON_COLON] = ACTIONS(1726), + [anon_sym_BANG_EQ] = ACTIONS(2992), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2994), + [anon_sym_EQ_EQ] = ACTIONS(2992), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2994), + [anon_sym_LT_EQ] = ACTIONS(2994), + [anon_sym_GT_EQ] = ACTIONS(2994), + [anon_sym_BANGin] = ACTIONS(2994), + [anon_sym_is] = ACTIONS(2992), + [anon_sym_BANGis] = ACTIONS(2994), + [anon_sym_PLUS] = ACTIONS(1892), + [anon_sym_DASH] = ACTIONS(1892), + [anon_sym_SLASH] = ACTIONS(1894), + [anon_sym_PERCENT] = ACTIONS(1872), + [anon_sym_as_QMARK] = ACTIONS(1742), + [anon_sym_PLUS_PLUS] = ACTIONS(1744), + [anon_sym_DASH_DASH] = ACTIONS(1744), + [anon_sym_BANG] = ACTIONS(2992), + [anon_sym_BANG_BANG] = ACTIONS(1744), + [anon_sym_suspend] = ACTIONS(2992), + [anon_sym_sealed] = ACTIONS(2992), + [anon_sym_annotation] = ACTIONS(2992), + [anon_sym_data] = ACTIONS(2992), + [anon_sym_inner] = ACTIONS(2992), + [anon_sym_override] = ACTIONS(2992), + [anon_sym_lateinit] = ACTIONS(2992), + [anon_sym_public] = ACTIONS(2992), + [anon_sym_private] = ACTIONS(2992), + [anon_sym_internal] = ACTIONS(2992), + [anon_sym_protected] = ACTIONS(2992), + [anon_sym_tailrec] = ACTIONS(2992), + [anon_sym_operator] = ACTIONS(2992), + [anon_sym_infix] = ACTIONS(2992), + [anon_sym_inline] = ACTIONS(2992), + [anon_sym_external] = ACTIONS(2992), + [sym_property_modifier] = ACTIONS(2992), + [anon_sym_abstract] = ACTIONS(2992), + [anon_sym_final] = ACTIONS(2992), + [anon_sym_open] = ACTIONS(2992), + [anon_sym_vararg] = ACTIONS(2992), + [anon_sym_noinline] = ACTIONS(2992), + [anon_sym_crossinline] = ACTIONS(2992), + [anon_sym_expect] = ACTIONS(2992), + [anon_sym_actual] = ACTIONS(2992), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(2994), + [anon_sym_continue_AT] = ACTIONS(2994), + [anon_sym_break_AT] = ACTIONS(2994), + [sym_real_literal] = ACTIONS(2994), + [sym_integer_literal] = ACTIONS(2992), + [sym_hex_literal] = ACTIONS(2994), + [sym_bin_literal] = ACTIONS(2994), + [anon_sym_true] = ACTIONS(2992), + [anon_sym_false] = ACTIONS(2992), + [anon_sym_SQUOTE] = ACTIONS(2994), + [sym__backtick_identifier] = ACTIONS(2994), + [sym__automatic_semicolon] = ACTIONS(2994), + [sym_safe_nav] = ACTIONS(1726), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(2994), + }, + [478] = { + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(2315), + [sym__comparison_operator] = STATE(2313), + [sym__in_operator] = STATE(2311), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(2308), + [sym__multiplicative_operator] = STATE(2301), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_annotation] = STATE(7880), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2300), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(3001), + [anon_sym_RBRACE] = ACTIONS(3020), [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_COMMA] = ACTIONS(3001), + [anon_sym_COMMA] = ACTIONS(3020), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(1864), - [anon_sym_where] = ACTIONS(2999), - [anon_sym_object] = ACTIONS(2999), - [anon_sym_fun] = ACTIONS(2999), + [anon_sym_where] = ACTIONS(3018), + [anon_sym_object] = ACTIONS(3018), + [anon_sym_fun] = ACTIONS(3018), [anon_sym_DOT] = ACTIONS(1704), - [anon_sym_SEMI] = ACTIONS(3001), + [anon_sym_SEMI] = ACTIONS(3020), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(2999), - [anon_sym_super] = ACTIONS(2999), + [anon_sym_this] = ACTIONS(3018), + [anon_sym_super] = ACTIONS(3018), [anon_sym_STAR] = ACTIONS(1872), [sym_label] = ACTIONS(1714), [anon_sym_in] = ACTIONS(1874), @@ -93501,15 +93728,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1878), [anon_sym_AMP_AMP] = ACTIONS(1880), [anon_sym_PIPE_PIPE] = ACTIONS(1882), - [anon_sym_null] = ACTIONS(2999), - [anon_sym_if] = ACTIONS(2999), - [anon_sym_else] = ACTIONS(2999), - [anon_sym_when] = ACTIONS(2999), - [anon_sym_try] = ACTIONS(2999), - [anon_sym_throw] = ACTIONS(2999), - [anon_sym_return] = ACTIONS(2999), - [anon_sym_continue] = ACTIONS(2999), - [anon_sym_break] = ACTIONS(2999), + [anon_sym_null] = ACTIONS(3018), + [anon_sym_if] = ACTIONS(3018), + [anon_sym_else] = ACTIONS(3018), + [anon_sym_when] = ACTIONS(3018), + [anon_sym_try] = ACTIONS(3018), + [anon_sym_throw] = ACTIONS(3018), + [anon_sym_return] = ACTIONS(3018), + [anon_sym_continue] = ACTIONS(3018), + [anon_sym_break] = ACTIONS(3018), [anon_sym_COLON_COLON] = ACTIONS(1726), [anon_sym_BANG_EQ] = ACTIONS(1884), [anon_sym_BANG_EQ_EQ] = ACTIONS(1886), @@ -93527,245 +93754,126 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(2999), + [anon_sym_BANG] = ACTIONS(3018), [anon_sym_BANG_BANG] = ACTIONS(1744), - [anon_sym_suspend] = ACTIONS(2999), - [anon_sym_sealed] = ACTIONS(2999), - [anon_sym_annotation] = ACTIONS(2999), + [anon_sym_suspend] = ACTIONS(3018), + [anon_sym_sealed] = ACTIONS(3018), + [anon_sym_annotation] = ACTIONS(3018), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(2999), - [anon_sym_lateinit] = ACTIONS(2999), - [anon_sym_public] = ACTIONS(2999), - [anon_sym_private] = ACTIONS(2999), - [anon_sym_internal] = ACTIONS(2999), - [anon_sym_protected] = ACTIONS(2999), - [anon_sym_tailrec] = ACTIONS(2999), - [anon_sym_operator] = ACTIONS(2999), - [anon_sym_infix] = ACTIONS(2999), - [anon_sym_inline] = ACTIONS(2999), - [anon_sym_external] = ACTIONS(2999), - [sym_property_modifier] = ACTIONS(2999), - [anon_sym_abstract] = ACTIONS(2999), - [anon_sym_final] = ACTIONS(2999), - [anon_sym_open] = ACTIONS(2999), - [anon_sym_vararg] = ACTIONS(2999), - [anon_sym_noinline] = ACTIONS(2999), - [anon_sym_crossinline] = ACTIONS(2999), + [anon_sym_override] = ACTIONS(3018), + [anon_sym_lateinit] = ACTIONS(3018), + [anon_sym_public] = ACTIONS(3018), + [anon_sym_private] = ACTIONS(3018), + [anon_sym_internal] = ACTIONS(3018), + [anon_sym_protected] = ACTIONS(3018), + [anon_sym_tailrec] = ACTIONS(3018), + [anon_sym_operator] = ACTIONS(3018), + [anon_sym_infix] = ACTIONS(3018), + [anon_sym_inline] = ACTIONS(3018), + [anon_sym_external] = ACTIONS(3018), + [sym_property_modifier] = ACTIONS(3018), + [anon_sym_abstract] = ACTIONS(3018), + [anon_sym_final] = ACTIONS(3018), + [anon_sym_open] = ACTIONS(3018), + [anon_sym_vararg] = ACTIONS(3018), + [anon_sym_noinline] = ACTIONS(3018), + [anon_sym_crossinline] = ACTIONS(3018), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3001), - [anon_sym_continue_AT] = ACTIONS(3001), - [anon_sym_break_AT] = ACTIONS(3001), - [sym_real_literal] = ACTIONS(3001), - [sym_integer_literal] = ACTIONS(2999), - [sym_hex_literal] = ACTIONS(3001), - [sym_bin_literal] = ACTIONS(3001), - [anon_sym_true] = ACTIONS(2999), - [anon_sym_false] = ACTIONS(2999), - [anon_sym_SQUOTE] = ACTIONS(3001), + [anon_sym_return_AT] = ACTIONS(3020), + [anon_sym_continue_AT] = ACTIONS(3020), + [anon_sym_break_AT] = ACTIONS(3020), + [sym_real_literal] = ACTIONS(3020), + [sym_integer_literal] = ACTIONS(3018), + [sym_hex_literal] = ACTIONS(3020), + [sym_bin_literal] = ACTIONS(3020), + [anon_sym_true] = ACTIONS(3018), + [anon_sym_false] = ACTIONS(3018), + [anon_sym_SQUOTE] = ACTIONS(3020), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3001), - [sym_safe_nav] = ACTIONS(1726), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3001), - }, - [478] = { - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(1995), - [sym__comparison_operator] = STATE(1991), - [sym__in_operator] = STATE(1990), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(1987), - [sym__multiplicative_operator] = STATE(1986), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_annotation] = STATE(7858), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1985), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), - [sym__alpha_identifier] = ACTIONS(3076), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(1690), - [anon_sym_as] = ACTIONS(1692), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(3078), - [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_COMMA] = ACTIONS(3078), - [anon_sym_LT] = ACTIONS(3080), - [anon_sym_GT] = ACTIONS(3076), - [anon_sym_where] = ACTIONS(3076), - [anon_sym_object] = ACTIONS(3076), - [anon_sym_fun] = ACTIONS(3076), - [anon_sym_DOT] = ACTIONS(1704), - [anon_sym_SEMI] = ACTIONS(3078), - [anon_sym_get] = ACTIONS(3076), - [anon_sym_set] = ACTIONS(3076), - [anon_sym_this] = ACTIONS(3076), - [anon_sym_super] = ACTIONS(3076), - [anon_sym_STAR] = ACTIONS(1872), - [sym_label] = ACTIONS(1714), - [anon_sym_in] = ACTIONS(3076), - [anon_sym_DOT_DOT] = ACTIONS(1876), - [anon_sym_QMARK_COLON] = ACTIONS(3078), - [anon_sym_AMP_AMP] = ACTIONS(3078), - [anon_sym_PIPE_PIPE] = ACTIONS(3078), - [anon_sym_null] = ACTIONS(3076), - [anon_sym_if] = ACTIONS(3076), - [anon_sym_else] = ACTIONS(3076), - [anon_sym_when] = ACTIONS(3076), - [anon_sym_try] = ACTIONS(3076), - [anon_sym_throw] = ACTIONS(3076), - [anon_sym_return] = ACTIONS(3076), - [anon_sym_continue] = ACTIONS(3076), - [anon_sym_break] = ACTIONS(3076), - [anon_sym_COLON_COLON] = ACTIONS(1726), - [anon_sym_BANG_EQ] = ACTIONS(3076), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3078), - [anon_sym_EQ_EQ] = ACTIONS(3076), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3078), - [anon_sym_LT_EQ] = ACTIONS(3078), - [anon_sym_GT_EQ] = ACTIONS(3078), - [anon_sym_BANGin] = ACTIONS(3078), - [anon_sym_is] = ACTIONS(3076), - [anon_sym_BANGis] = ACTIONS(3078), - [anon_sym_PLUS] = ACTIONS(1892), - [anon_sym_DASH] = ACTIONS(1892), - [anon_sym_SLASH] = ACTIONS(1894), - [anon_sym_PERCENT] = ACTIONS(1872), - [anon_sym_as_QMARK] = ACTIONS(1742), - [anon_sym_PLUS_PLUS] = ACTIONS(1744), - [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(3076), - [anon_sym_BANG_BANG] = ACTIONS(1744), - [anon_sym_suspend] = ACTIONS(3076), - [anon_sym_sealed] = ACTIONS(3076), - [anon_sym_annotation] = ACTIONS(3076), - [anon_sym_data] = ACTIONS(3076), - [anon_sym_inner] = ACTIONS(3076), - [anon_sym_override] = ACTIONS(3076), - [anon_sym_lateinit] = ACTIONS(3076), - [anon_sym_public] = ACTIONS(3076), - [anon_sym_private] = ACTIONS(3076), - [anon_sym_internal] = ACTIONS(3076), - [anon_sym_protected] = ACTIONS(3076), - [anon_sym_tailrec] = ACTIONS(3076), - [anon_sym_operator] = ACTIONS(3076), - [anon_sym_infix] = ACTIONS(3076), - [anon_sym_inline] = ACTIONS(3076), - [anon_sym_external] = ACTIONS(3076), - [sym_property_modifier] = ACTIONS(3076), - [anon_sym_abstract] = ACTIONS(3076), - [anon_sym_final] = ACTIONS(3076), - [anon_sym_open] = ACTIONS(3076), - [anon_sym_vararg] = ACTIONS(3076), - [anon_sym_noinline] = ACTIONS(3076), - [anon_sym_crossinline] = ACTIONS(3076), - [anon_sym_expect] = ACTIONS(3076), - [anon_sym_actual] = ACTIONS(3076), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3078), - [anon_sym_continue_AT] = ACTIONS(3078), - [anon_sym_break_AT] = ACTIONS(3078), - [sym_real_literal] = ACTIONS(3078), - [sym_integer_literal] = ACTIONS(3076), - [sym_hex_literal] = ACTIONS(3078), - [sym_bin_literal] = ACTIONS(3078), - [anon_sym_true] = ACTIONS(3076), - [anon_sym_false] = ACTIONS(3076), - [anon_sym_SQUOTE] = ACTIONS(3078), - [sym__backtick_identifier] = ACTIONS(3078), - [sym__automatic_semicolon] = ACTIONS(3078), + [sym__automatic_semicolon] = ACTIONS(3020), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3078), + [sym__string_start] = ACTIONS(3020), }, [479] = { - [sym_getter] = STATE(3228), - [sym_setter] = STATE(3228), - [sym_modifiers] = STATE(8582), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1764), + [sym_getter] = STATE(1155), + [sym_setter] = STATE(1155), + [sym_modifiers] = STATE(8845), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1752), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1766), - [anon_sym_as] = ACTIONS(1764), - [anon_sym_EQ] = ACTIONS(1764), - [anon_sym_LBRACE] = ACTIONS(1766), - [anon_sym_RBRACE] = ACTIONS(1766), - [anon_sym_LPAREN] = ACTIONS(1766), - [anon_sym_COMMA] = ACTIONS(1766), - [anon_sym_LT] = ACTIONS(1764), - [anon_sym_GT] = ACTIONS(1764), - [anon_sym_where] = ACTIONS(1764), - [anon_sym_object] = ACTIONS(1764), - [anon_sym_fun] = ACTIONS(1764), - [anon_sym_DOT] = ACTIONS(1764), - [anon_sym_SEMI] = ACTIONS(1768), - [anon_sym_get] = ACTIONS(3238), - [anon_sym_set] = ACTIONS(3240), - [anon_sym_this] = ACTIONS(1764), - [anon_sym_super] = ACTIONS(1764), - [anon_sym_STAR] = ACTIONS(1764), - [sym_label] = ACTIONS(1764), - [anon_sym_in] = ACTIONS(1764), - [anon_sym_DOT_DOT] = ACTIONS(1766), - [anon_sym_QMARK_COLON] = ACTIONS(1766), - [anon_sym_AMP_AMP] = ACTIONS(1766), - [anon_sym_PIPE_PIPE] = ACTIONS(1766), - [anon_sym_null] = ACTIONS(1764), - [anon_sym_if] = ACTIONS(1764), - [anon_sym_else] = ACTIONS(1764), - [anon_sym_when] = ACTIONS(1764), - [anon_sym_try] = ACTIONS(1764), - [anon_sym_throw] = ACTIONS(1764), - [anon_sym_return] = ACTIONS(1764), - [anon_sym_continue] = ACTIONS(1764), - [anon_sym_break] = ACTIONS(1764), - [anon_sym_COLON_COLON] = ACTIONS(1766), - [anon_sym_PLUS_EQ] = ACTIONS(1766), - [anon_sym_DASH_EQ] = ACTIONS(1766), - [anon_sym_STAR_EQ] = ACTIONS(1766), - [anon_sym_SLASH_EQ] = ACTIONS(1766), - [anon_sym_PERCENT_EQ] = ACTIONS(1766), - [anon_sym_BANG_EQ] = ACTIONS(1764), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), - [anon_sym_EQ_EQ] = ACTIONS(1764), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1766), - [anon_sym_LT_EQ] = ACTIONS(1766), - [anon_sym_GT_EQ] = ACTIONS(1766), - [anon_sym_BANGin] = ACTIONS(1766), - [anon_sym_is] = ACTIONS(1764), - [anon_sym_BANGis] = ACTIONS(1766), - [anon_sym_PLUS] = ACTIONS(1764), - [anon_sym_DASH] = ACTIONS(1764), - [anon_sym_SLASH] = ACTIONS(1764), - [anon_sym_PERCENT] = ACTIONS(1764), - [anon_sym_as_QMARK] = ACTIONS(1766), - [anon_sym_PLUS_PLUS] = ACTIONS(1766), - [anon_sym_DASH_DASH] = ACTIONS(1766), - [anon_sym_BANG] = ACTIONS(1764), - [anon_sym_BANG_BANG] = ACTIONS(1766), + [anon_sym_LBRACK] = ACTIONS(1754), + [anon_sym_as] = ACTIONS(1752), + [anon_sym_EQ] = ACTIONS(1752), + [anon_sym_LBRACE] = ACTIONS(1754), + [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_LPAREN] = ACTIONS(1754), + [anon_sym_COMMA] = ACTIONS(1754), + [anon_sym_LT] = ACTIONS(1752), + [anon_sym_GT] = ACTIONS(1752), + [anon_sym_where] = ACTIONS(1752), + [anon_sym_object] = ACTIONS(1752), + [anon_sym_fun] = ACTIONS(1752), + [anon_sym_DOT] = ACTIONS(1752), + [anon_sym_SEMI] = ACTIONS(1758), + [anon_sym_get] = ACTIONS(3256), + [anon_sym_set] = ACTIONS(3258), + [anon_sym_this] = ACTIONS(1752), + [anon_sym_super] = ACTIONS(1752), + [anon_sym_STAR] = ACTIONS(1752), + [sym_label] = ACTIONS(1752), + [anon_sym_in] = ACTIONS(1752), + [anon_sym_DOT_DOT] = ACTIONS(1754), + [anon_sym_QMARK_COLON] = ACTIONS(1754), + [anon_sym_AMP_AMP] = ACTIONS(1754), + [anon_sym_PIPE_PIPE] = ACTIONS(1754), + [anon_sym_null] = ACTIONS(1752), + [anon_sym_if] = ACTIONS(1752), + [anon_sym_else] = ACTIONS(1752), + [anon_sym_when] = ACTIONS(1752), + [anon_sym_try] = ACTIONS(1752), + [anon_sym_throw] = ACTIONS(1752), + [anon_sym_return] = ACTIONS(1752), + [anon_sym_continue] = ACTIONS(1752), + [anon_sym_break] = ACTIONS(1752), + [anon_sym_COLON_COLON] = ACTIONS(1754), + [anon_sym_PLUS_EQ] = ACTIONS(1754), + [anon_sym_DASH_EQ] = ACTIONS(1754), + [anon_sym_STAR_EQ] = ACTIONS(1754), + [anon_sym_SLASH_EQ] = ACTIONS(1754), + [anon_sym_PERCENT_EQ] = ACTIONS(1754), + [anon_sym_BANG_EQ] = ACTIONS(1752), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), + [anon_sym_EQ_EQ] = ACTIONS(1752), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), + [anon_sym_LT_EQ] = ACTIONS(1754), + [anon_sym_GT_EQ] = ACTIONS(1754), + [anon_sym_BANGin] = ACTIONS(1754), + [anon_sym_is] = ACTIONS(1752), + [anon_sym_BANGis] = ACTIONS(1754), + [anon_sym_PLUS] = ACTIONS(1752), + [anon_sym_DASH] = ACTIONS(1752), + [anon_sym_SLASH] = ACTIONS(1752), + [anon_sym_PERCENT] = ACTIONS(1752), + [anon_sym_as_QMARK] = ACTIONS(1754), + [anon_sym_PLUS_PLUS] = ACTIONS(1754), + [anon_sym_DASH_DASH] = ACTIONS(1754), + [anon_sym_BANG] = ACTIONS(1752), + [anon_sym_BANG_BANG] = ACTIONS(1754), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -93789,59 +93897,177 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1766), - [anon_sym_continue_AT] = ACTIONS(1766), - [anon_sym_break_AT] = ACTIONS(1766), - [sym_real_literal] = ACTIONS(1766), - [sym_integer_literal] = ACTIONS(1764), - [sym_hex_literal] = ACTIONS(1766), - [sym_bin_literal] = ACTIONS(1766), - [anon_sym_true] = ACTIONS(1764), - [anon_sym_false] = ACTIONS(1764), - [anon_sym_SQUOTE] = ACTIONS(1766), - [sym__backtick_identifier] = ACTIONS(1766), - [sym__automatic_semicolon] = ACTIONS(1766), - [sym_safe_nav] = ACTIONS(1766), + [anon_sym_return_AT] = ACTIONS(1754), + [anon_sym_continue_AT] = ACTIONS(1754), + [anon_sym_break_AT] = ACTIONS(1754), + [sym_real_literal] = ACTIONS(1754), + [sym_integer_literal] = ACTIONS(1752), + [sym_hex_literal] = ACTIONS(1754), + [sym_bin_literal] = ACTIONS(1754), + [anon_sym_true] = ACTIONS(1752), + [anon_sym_false] = ACTIONS(1752), + [anon_sym_SQUOTE] = ACTIONS(1754), + [sym__backtick_identifier] = ACTIONS(1754), + [sym__automatic_semicolon] = ACTIONS(1754), + [sym_safe_nav] = ACTIONS(1754), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1766), + [sym__string_start] = ACTIONS(1754), }, [480] = { - [sym_getter] = STATE(3334), - [sym_setter] = STATE(3334), - [sym_modifiers] = STATE(8582), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym_getter] = STATE(1128), + [sym_setter] = STATE(1128), + [sym_modifiers] = STATE(8845), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1770), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1772), + [anon_sym_as] = ACTIONS(1770), + [anon_sym_EQ] = ACTIONS(1770), + [anon_sym_LBRACE] = ACTIONS(1772), + [anon_sym_RBRACE] = ACTIONS(1772), + [anon_sym_LPAREN] = ACTIONS(1772), + [anon_sym_COMMA] = ACTIONS(1772), + [anon_sym_LT] = ACTIONS(1770), + [anon_sym_GT] = ACTIONS(1770), + [anon_sym_where] = ACTIONS(1770), + [anon_sym_object] = ACTIONS(1770), + [anon_sym_fun] = ACTIONS(1770), + [anon_sym_DOT] = ACTIONS(1770), + [anon_sym_SEMI] = ACTIONS(1796), + [anon_sym_get] = ACTIONS(3256), + [anon_sym_set] = ACTIONS(3258), + [anon_sym_this] = ACTIONS(1770), + [anon_sym_super] = ACTIONS(1770), + [anon_sym_STAR] = ACTIONS(1770), + [sym_label] = ACTIONS(1770), + [anon_sym_in] = ACTIONS(1770), + [anon_sym_DOT_DOT] = ACTIONS(1772), + [anon_sym_QMARK_COLON] = ACTIONS(1772), + [anon_sym_AMP_AMP] = ACTIONS(1772), + [anon_sym_PIPE_PIPE] = ACTIONS(1772), + [anon_sym_null] = ACTIONS(1770), + [anon_sym_if] = ACTIONS(1770), + [anon_sym_else] = ACTIONS(1770), + [anon_sym_when] = ACTIONS(1770), + [anon_sym_try] = ACTIONS(1770), + [anon_sym_throw] = ACTIONS(1770), + [anon_sym_return] = ACTIONS(1770), + [anon_sym_continue] = ACTIONS(1770), + [anon_sym_break] = ACTIONS(1770), + [anon_sym_COLON_COLON] = ACTIONS(1772), + [anon_sym_PLUS_EQ] = ACTIONS(1772), + [anon_sym_DASH_EQ] = ACTIONS(1772), + [anon_sym_STAR_EQ] = ACTIONS(1772), + [anon_sym_SLASH_EQ] = ACTIONS(1772), + [anon_sym_PERCENT_EQ] = ACTIONS(1772), + [anon_sym_BANG_EQ] = ACTIONS(1770), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1772), + [anon_sym_EQ_EQ] = ACTIONS(1770), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1772), + [anon_sym_LT_EQ] = ACTIONS(1772), + [anon_sym_GT_EQ] = ACTIONS(1772), + [anon_sym_BANGin] = ACTIONS(1772), + [anon_sym_is] = ACTIONS(1770), + [anon_sym_BANGis] = ACTIONS(1772), + [anon_sym_PLUS] = ACTIONS(1770), + [anon_sym_DASH] = ACTIONS(1770), + [anon_sym_SLASH] = ACTIONS(1770), + [anon_sym_PERCENT] = ACTIONS(1770), + [anon_sym_as_QMARK] = ACTIONS(1772), + [anon_sym_PLUS_PLUS] = ACTIONS(1772), + [anon_sym_DASH_DASH] = ACTIONS(1772), + [anon_sym_BANG] = ACTIONS(1770), + [anon_sym_BANG_BANG] = ACTIONS(1772), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1772), + [anon_sym_continue_AT] = ACTIONS(1772), + [anon_sym_break_AT] = ACTIONS(1772), + [sym_real_literal] = ACTIONS(1772), + [sym_integer_literal] = ACTIONS(1770), + [sym_hex_literal] = ACTIONS(1772), + [sym_bin_literal] = ACTIONS(1772), + [anon_sym_true] = ACTIONS(1770), + [anon_sym_false] = ACTIONS(1770), + [anon_sym_SQUOTE] = ACTIONS(1772), + [sym__backtick_identifier] = ACTIONS(1772), + [sym__automatic_semicolon] = ACTIONS(1772), + [sym_safe_nav] = ACTIONS(1772), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1772), + }, + [481] = { + [sym_property_delegate] = STATE(549), + [sym_getter] = STATE(1182), + [sym_setter] = STATE(1182), + [sym_modifiers] = STATE(8864), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1694), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1696), [anon_sym_as] = ACTIONS(1694), - [anon_sym_EQ] = ACTIONS(1694), + [anon_sym_EQ] = ACTIONS(3320), [anon_sym_LBRACE] = ACTIONS(1696), [anon_sym_RBRACE] = ACTIONS(1696), [anon_sym_LPAREN] = ACTIONS(1696), - [anon_sym_COMMA] = ACTIONS(1696), + [anon_sym_by] = ACTIONS(3298), [anon_sym_LT] = ACTIONS(1694), [anon_sym_GT] = ACTIONS(1694), - [anon_sym_where] = ACTIONS(1694), [anon_sym_object] = ACTIONS(1694), [anon_sym_fun] = ACTIONS(1694), [anon_sym_DOT] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(1696), - [anon_sym_get] = ACTIONS(3238), - [anon_sym_set] = ACTIONS(3240), + [anon_sym_SEMI] = ACTIONS(1840), + [anon_sym_get] = ACTIONS(3302), + [anon_sym_set] = ACTIONS(3304), [anon_sym_this] = ACTIONS(1694), [anon_sym_super] = ACTIONS(1694), [anon_sym_STAR] = ACTIONS(1694), @@ -93907,8 +94133,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(1696), [anon_sym_continue_AT] = ACTIONS(1696), @@ -93926,82 +94152,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(1696), }, - [481] = { - [sym_property_delegate] = STATE(553), - [sym_getter] = STATE(1052), - [sym_setter] = STATE(1052), - [sym_modifiers] = STATE(8830), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1764), + [482] = { + [sym_property_delegate] = STATE(556), + [sym_getter] = STATE(3447), + [sym_setter] = STATE(3447), + [sym_modifiers] = STATE(8760), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1766), - [anon_sym_as] = ACTIONS(1764), - [anon_sym_EQ] = ACTIONS(3312), - [anon_sym_LBRACE] = ACTIONS(1766), - [anon_sym_RBRACE] = ACTIONS(1766), - [anon_sym_LPAREN] = ACTIONS(1766), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_EQ] = ACTIONS(3334), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), [anon_sym_by] = ACTIONS(3298), - [anon_sym_LT] = ACTIONS(1764), - [anon_sym_GT] = ACTIONS(1764), - [anon_sym_object] = ACTIONS(1764), - [anon_sym_fun] = ACTIONS(1764), - [anon_sym_DOT] = ACTIONS(1764), - [anon_sym_SEMI] = ACTIONS(1852), - [anon_sym_get] = ACTIONS(3308), - [anon_sym_set] = ACTIONS(3310), - [anon_sym_this] = ACTIONS(1764), - [anon_sym_super] = ACTIONS(1764), - [anon_sym_STAR] = ACTIONS(1764), - [sym_label] = ACTIONS(1764), - [anon_sym_in] = ACTIONS(1764), - [anon_sym_DOT_DOT] = ACTIONS(1766), - [anon_sym_QMARK_COLON] = ACTIONS(1766), - [anon_sym_AMP_AMP] = ACTIONS(1766), - [anon_sym_PIPE_PIPE] = ACTIONS(1766), - [anon_sym_null] = ACTIONS(1764), - [anon_sym_if] = ACTIONS(1764), - [anon_sym_else] = ACTIONS(1764), - [anon_sym_when] = ACTIONS(1764), - [anon_sym_try] = ACTIONS(1764), - [anon_sym_throw] = ACTIONS(1764), - [anon_sym_return] = ACTIONS(1764), - [anon_sym_continue] = ACTIONS(1764), - [anon_sym_break] = ACTIONS(1764), - [anon_sym_COLON_COLON] = ACTIONS(1766), - [anon_sym_PLUS_EQ] = ACTIONS(1766), - [anon_sym_DASH_EQ] = ACTIONS(1766), - [anon_sym_STAR_EQ] = ACTIONS(1766), - [anon_sym_SLASH_EQ] = ACTIONS(1766), - [anon_sym_PERCENT_EQ] = ACTIONS(1766), - [anon_sym_BANG_EQ] = ACTIONS(1764), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), - [anon_sym_EQ_EQ] = ACTIONS(1764), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1766), - [anon_sym_LT_EQ] = ACTIONS(1766), - [anon_sym_GT_EQ] = ACTIONS(1766), - [anon_sym_BANGin] = ACTIONS(1766), - [anon_sym_is] = ACTIONS(1764), - [anon_sym_BANGis] = ACTIONS(1766), - [anon_sym_PLUS] = ACTIONS(1764), - [anon_sym_DASH] = ACTIONS(1764), - [anon_sym_SLASH] = ACTIONS(1764), - [anon_sym_PERCENT] = ACTIONS(1764), - [anon_sym_as_QMARK] = ACTIONS(1766), - [anon_sym_PLUS_PLUS] = ACTIONS(1766), - [anon_sym_DASH_DASH] = ACTIONS(1766), - [anon_sym_BANG] = ACTIONS(1764), - [anon_sym_BANG_BANG] = ACTIONS(1766), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_object] = ACTIONS(3278), + [anon_sym_fun] = ACTIONS(3278), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(3336), + [anon_sym_get] = ACTIONS(3310), + [anon_sym_set] = ACTIONS(3312), + [anon_sym_this] = ACTIONS(3278), + [anon_sym_super] = ACTIONS(3278), + [anon_sym_STAR] = ACTIONS(3278), + [sym_label] = ACTIONS(3278), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_null] = ACTIONS(3278), + [anon_sym_if] = ACTIONS(3278), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_when] = ACTIONS(3278), + [anon_sym_try] = ACTIONS(3278), + [anon_sym_throw] = ACTIONS(3278), + [anon_sym_return] = ACTIONS(3278), + [anon_sym_continue] = ACTIONS(3278), + [anon_sym_break] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_PLUS_EQ] = ACTIONS(3280), + [anon_sym_DASH_EQ] = ACTIONS(3280), + [anon_sym_STAR_EQ] = ACTIONS(3280), + [anon_sym_SLASH_EQ] = ACTIONS(3280), + [anon_sym_PERCENT_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3278), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG] = ACTIONS(3278), + [anon_sym_BANG_BANG] = ACTIONS(3280), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -94025,101 +94251,101 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1766), - [anon_sym_continue_AT] = ACTIONS(1766), - [anon_sym_break_AT] = ACTIONS(1766), - [sym_real_literal] = ACTIONS(1766), - [sym_integer_literal] = ACTIONS(1764), - [sym_hex_literal] = ACTIONS(1766), - [sym_bin_literal] = ACTIONS(1766), - [anon_sym_true] = ACTIONS(1764), - [anon_sym_false] = ACTIONS(1764), - [anon_sym_SQUOTE] = ACTIONS(1766), - [sym__backtick_identifier] = ACTIONS(1766), - [sym__automatic_semicolon] = ACTIONS(1766), - [sym_safe_nav] = ACTIONS(1766), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1766), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3280), + [anon_sym_continue_AT] = ACTIONS(3280), + [anon_sym_break_AT] = ACTIONS(3280), + [sym_real_literal] = ACTIONS(3280), + [sym_integer_literal] = ACTIONS(3278), + [sym_hex_literal] = ACTIONS(3280), + [sym_bin_literal] = ACTIONS(3280), + [anon_sym_true] = ACTIONS(3278), + [anon_sym_false] = ACTIONS(3278), + [anon_sym_SQUOTE] = ACTIONS(3280), + [sym__backtick_identifier] = ACTIONS(3280), + [sym__automatic_semicolon] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3280), }, - [482] = { - [sym_getter] = STATE(1143), - [sym_setter] = STATE(1143), - [sym_modifiers] = STATE(8548), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1770), + [483] = { + [sym_getter] = STATE(1116), + [sym_setter] = STATE(1116), + [sym_modifiers] = STATE(8845), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3338), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1772), - [anon_sym_as] = ACTIONS(1770), - [anon_sym_EQ] = ACTIONS(1770), - [anon_sym_LBRACE] = ACTIONS(1772), - [anon_sym_RBRACE] = ACTIONS(1772), - [anon_sym_LPAREN] = ACTIONS(1772), - [anon_sym_COMMA] = ACTIONS(1772), - [anon_sym_LT] = ACTIONS(1770), - [anon_sym_GT] = ACTIONS(1770), - [anon_sym_where] = ACTIONS(1770), - [anon_sym_object] = ACTIONS(1770), - [anon_sym_fun] = ACTIONS(1770), - [anon_sym_DOT] = ACTIONS(1770), - [anon_sym_SEMI] = ACTIONS(1774), - [anon_sym_get] = ACTIONS(3246), - [anon_sym_set] = ACTIONS(3248), - [anon_sym_this] = ACTIONS(1770), - [anon_sym_super] = ACTIONS(1770), - [anon_sym_STAR] = ACTIONS(1770), - [sym_label] = ACTIONS(1770), - [anon_sym_in] = ACTIONS(1770), - [anon_sym_DOT_DOT] = ACTIONS(1772), - [anon_sym_QMARK_COLON] = ACTIONS(1772), - [anon_sym_AMP_AMP] = ACTIONS(1772), - [anon_sym_PIPE_PIPE] = ACTIONS(1772), - [anon_sym_null] = ACTIONS(1770), - [anon_sym_if] = ACTIONS(1770), - [anon_sym_else] = ACTIONS(1770), - [anon_sym_when] = ACTIONS(1770), - [anon_sym_try] = ACTIONS(1770), - [anon_sym_throw] = ACTIONS(1770), - [anon_sym_return] = ACTIONS(1770), - [anon_sym_continue] = ACTIONS(1770), - [anon_sym_break] = ACTIONS(1770), - [anon_sym_COLON_COLON] = ACTIONS(1772), - [anon_sym_PLUS_EQ] = ACTIONS(1772), - [anon_sym_DASH_EQ] = ACTIONS(1772), - [anon_sym_STAR_EQ] = ACTIONS(1772), - [anon_sym_SLASH_EQ] = ACTIONS(1772), - [anon_sym_PERCENT_EQ] = ACTIONS(1772), - [anon_sym_BANG_EQ] = ACTIONS(1770), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1772), - [anon_sym_EQ_EQ] = ACTIONS(1770), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1772), - [anon_sym_LT_EQ] = ACTIONS(1772), - [anon_sym_GT_EQ] = ACTIONS(1772), - [anon_sym_BANGin] = ACTIONS(1772), - [anon_sym_is] = ACTIONS(1770), - [anon_sym_BANGis] = ACTIONS(1772), - [anon_sym_PLUS] = ACTIONS(1770), - [anon_sym_DASH] = ACTIONS(1770), - [anon_sym_SLASH] = ACTIONS(1770), - [anon_sym_PERCENT] = ACTIONS(1770), - [anon_sym_as_QMARK] = ACTIONS(1772), - [anon_sym_PLUS_PLUS] = ACTIONS(1772), - [anon_sym_DASH_DASH] = ACTIONS(1772), - [anon_sym_BANG] = ACTIONS(1770), - [anon_sym_BANG_BANG] = ACTIONS(1772), + [anon_sym_LBRACK] = ACTIONS(3340), + [anon_sym_as] = ACTIONS(3338), + [anon_sym_EQ] = ACTIONS(3338), + [anon_sym_LBRACE] = ACTIONS(3340), + [anon_sym_RBRACE] = ACTIONS(3340), + [anon_sym_LPAREN] = ACTIONS(3340), + [anon_sym_COMMA] = ACTIONS(3340), + [anon_sym_LT] = ACTIONS(3338), + [anon_sym_GT] = ACTIONS(3338), + [anon_sym_where] = ACTIONS(3338), + [anon_sym_object] = ACTIONS(3338), + [anon_sym_fun] = ACTIONS(3338), + [anon_sym_DOT] = ACTIONS(3338), + [anon_sym_SEMI] = ACTIONS(3340), + [anon_sym_get] = ACTIONS(3256), + [anon_sym_set] = ACTIONS(3258), + [anon_sym_this] = ACTIONS(3338), + [anon_sym_super] = ACTIONS(3338), + [anon_sym_STAR] = ACTIONS(3338), + [sym_label] = ACTIONS(3338), + [anon_sym_in] = ACTIONS(3338), + [anon_sym_DOT_DOT] = ACTIONS(3340), + [anon_sym_QMARK_COLON] = ACTIONS(3340), + [anon_sym_AMP_AMP] = ACTIONS(3340), + [anon_sym_PIPE_PIPE] = ACTIONS(3340), + [anon_sym_null] = ACTIONS(3338), + [anon_sym_if] = ACTIONS(3338), + [anon_sym_else] = ACTIONS(3338), + [anon_sym_when] = ACTIONS(3338), + [anon_sym_try] = ACTIONS(3338), + [anon_sym_throw] = ACTIONS(3338), + [anon_sym_return] = ACTIONS(3338), + [anon_sym_continue] = ACTIONS(3338), + [anon_sym_break] = ACTIONS(3338), + [anon_sym_COLON_COLON] = ACTIONS(3340), + [anon_sym_PLUS_EQ] = ACTIONS(3340), + [anon_sym_DASH_EQ] = ACTIONS(3340), + [anon_sym_STAR_EQ] = ACTIONS(3340), + [anon_sym_SLASH_EQ] = ACTIONS(3340), + [anon_sym_PERCENT_EQ] = ACTIONS(3340), + [anon_sym_BANG_EQ] = ACTIONS(3338), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3340), + [anon_sym_EQ_EQ] = ACTIONS(3338), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3340), + [anon_sym_LT_EQ] = ACTIONS(3340), + [anon_sym_GT_EQ] = ACTIONS(3340), + [anon_sym_BANGin] = ACTIONS(3340), + [anon_sym_is] = ACTIONS(3338), + [anon_sym_BANGis] = ACTIONS(3340), + [anon_sym_PLUS] = ACTIONS(3338), + [anon_sym_DASH] = ACTIONS(3338), + [anon_sym_SLASH] = ACTIONS(3338), + [anon_sym_PERCENT] = ACTIONS(3338), + [anon_sym_as_QMARK] = ACTIONS(3340), + [anon_sym_PLUS_PLUS] = ACTIONS(3340), + [anon_sym_DASH_DASH] = ACTIONS(3340), + [anon_sym_BANG] = ACTIONS(3338), + [anon_sym_BANG_BANG] = ACTIONS(3340), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -94143,41 +94369,277 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1772), - [anon_sym_continue_AT] = ACTIONS(1772), - [anon_sym_break_AT] = ACTIONS(1772), - [sym_real_literal] = ACTIONS(1772), - [sym_integer_literal] = ACTIONS(1770), - [sym_hex_literal] = ACTIONS(1772), - [sym_bin_literal] = ACTIONS(1772), - [anon_sym_true] = ACTIONS(1770), - [anon_sym_false] = ACTIONS(1770), - [anon_sym_SQUOTE] = ACTIONS(1772), - [sym__backtick_identifier] = ACTIONS(1772), - [sym__automatic_semicolon] = ACTIONS(1772), - [sym_safe_nav] = ACTIONS(1772), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1772), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3340), + [anon_sym_continue_AT] = ACTIONS(3340), + [anon_sym_break_AT] = ACTIONS(3340), + [sym_real_literal] = ACTIONS(3340), + [sym_integer_literal] = ACTIONS(3338), + [sym_hex_literal] = ACTIONS(3340), + [sym_bin_literal] = ACTIONS(3340), + [anon_sym_true] = ACTIONS(3338), + [anon_sym_false] = ACTIONS(3338), + [anon_sym_SQUOTE] = ACTIONS(3340), + [sym__backtick_identifier] = ACTIONS(3340), + [sym__automatic_semicolon] = ACTIONS(3340), + [sym_safe_nav] = ACTIONS(3340), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3340), }, - [483] = { - [sym_getter] = STATE(1143), - [sym_setter] = STATE(1143), - [sym_modifiers] = STATE(8548), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [484] = { + [sym_getter] = STATE(3170), + [sym_setter] = STATE(3170), + [sym_modifiers] = STATE(8689), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1778), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1780), + [anon_sym_as] = ACTIONS(1778), + [anon_sym_EQ] = ACTIONS(1778), + [anon_sym_LBRACE] = ACTIONS(1780), + [anon_sym_RBRACE] = ACTIONS(1780), + [anon_sym_LPAREN] = ACTIONS(1780), + [anon_sym_COMMA] = ACTIONS(1780), + [anon_sym_LT] = ACTIONS(1778), + [anon_sym_GT] = ACTIONS(1778), + [anon_sym_where] = ACTIONS(1778), + [anon_sym_object] = ACTIONS(1778), + [anon_sym_fun] = ACTIONS(1778), + [anon_sym_DOT] = ACTIONS(1778), + [anon_sym_SEMI] = ACTIONS(1780), + [anon_sym_get] = ACTIONS(3242), + [anon_sym_set] = ACTIONS(3244), + [anon_sym_this] = ACTIONS(1778), + [anon_sym_super] = ACTIONS(1778), + [anon_sym_STAR] = ACTIONS(1778), + [sym_label] = ACTIONS(1778), + [anon_sym_in] = ACTIONS(1778), + [anon_sym_DOT_DOT] = ACTIONS(1780), + [anon_sym_QMARK_COLON] = ACTIONS(1780), + [anon_sym_AMP_AMP] = ACTIONS(1780), + [anon_sym_PIPE_PIPE] = ACTIONS(1780), + [anon_sym_null] = ACTIONS(1778), + [anon_sym_if] = ACTIONS(1778), + [anon_sym_else] = ACTIONS(1778), + [anon_sym_when] = ACTIONS(1778), + [anon_sym_try] = ACTIONS(1778), + [anon_sym_throw] = ACTIONS(1778), + [anon_sym_return] = ACTIONS(1778), + [anon_sym_continue] = ACTIONS(1778), + [anon_sym_break] = ACTIONS(1778), + [anon_sym_COLON_COLON] = ACTIONS(1780), + [anon_sym_PLUS_EQ] = ACTIONS(1780), + [anon_sym_DASH_EQ] = ACTIONS(1780), + [anon_sym_STAR_EQ] = ACTIONS(1780), + [anon_sym_SLASH_EQ] = ACTIONS(1780), + [anon_sym_PERCENT_EQ] = ACTIONS(1780), + [anon_sym_BANG_EQ] = ACTIONS(1778), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1780), + [anon_sym_EQ_EQ] = ACTIONS(1778), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1780), + [anon_sym_LT_EQ] = ACTIONS(1780), + [anon_sym_GT_EQ] = ACTIONS(1780), + [anon_sym_BANGin] = ACTIONS(1780), + [anon_sym_is] = ACTIONS(1778), + [anon_sym_BANGis] = ACTIONS(1780), + [anon_sym_PLUS] = ACTIONS(1778), + [anon_sym_DASH] = ACTIONS(1778), + [anon_sym_SLASH] = ACTIONS(1778), + [anon_sym_PERCENT] = ACTIONS(1778), + [anon_sym_as_QMARK] = ACTIONS(1780), + [anon_sym_PLUS_PLUS] = ACTIONS(1780), + [anon_sym_DASH_DASH] = ACTIONS(1780), + [anon_sym_BANG] = ACTIONS(1778), + [anon_sym_BANG_BANG] = ACTIONS(1780), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1780), + [anon_sym_continue_AT] = ACTIONS(1780), + [anon_sym_break_AT] = ACTIONS(1780), + [sym_real_literal] = ACTIONS(1780), + [sym_integer_literal] = ACTIONS(1778), + [sym_hex_literal] = ACTIONS(1780), + [sym_bin_literal] = ACTIONS(1780), + [anon_sym_true] = ACTIONS(1778), + [anon_sym_false] = ACTIONS(1778), + [anon_sym_SQUOTE] = ACTIONS(1780), + [sym__backtick_identifier] = ACTIONS(1780), + [sym__automatic_semicolon] = ACTIONS(1780), + [sym_safe_nav] = ACTIONS(1780), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1780), + }, + [485] = { + [sym_property_delegate] = STATE(558), + [sym_getter] = STATE(3288), + [sym_setter] = STATE(3288), + [sym_modifiers] = STATE(8760), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_EQ] = ACTIONS(3318), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_by] = ACTIONS(3298), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_object] = ACTIONS(1784), + [anon_sym_fun] = ACTIONS(1784), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(1844), + [anon_sym_get] = ACTIONS(3310), + [anon_sym_set] = ACTIONS(3312), + [anon_sym_this] = ACTIONS(1784), + [anon_sym_super] = ACTIONS(1784), + [anon_sym_STAR] = ACTIONS(1784), + [sym_label] = ACTIONS(1784), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_null] = ACTIONS(1784), + [anon_sym_if] = ACTIONS(1784), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_when] = ACTIONS(1784), + [anon_sym_try] = ACTIONS(1784), + [anon_sym_throw] = ACTIONS(1784), + [anon_sym_return] = ACTIONS(1784), + [anon_sym_continue] = ACTIONS(1784), + [anon_sym_break] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_PLUS_EQ] = ACTIONS(1786), + [anon_sym_DASH_EQ] = ACTIONS(1786), + [anon_sym_STAR_EQ] = ACTIONS(1786), + [anon_sym_SLASH_EQ] = ACTIONS(1786), + [anon_sym_PERCENT_EQ] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1784), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG] = ACTIONS(1784), + [anon_sym_BANG_BANG] = ACTIONS(1786), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1786), + [anon_sym_continue_AT] = ACTIONS(1786), + [anon_sym_break_AT] = ACTIONS(1786), + [sym_real_literal] = ACTIONS(1786), + [sym_integer_literal] = ACTIONS(1784), + [sym_hex_literal] = ACTIONS(1786), + [sym_bin_literal] = ACTIONS(1786), + [anon_sym_true] = ACTIONS(1784), + [anon_sym_false] = ACTIONS(1784), + [anon_sym_SQUOTE] = ACTIONS(1786), + [sym__backtick_identifier] = ACTIONS(1786), + [sym__automatic_semicolon] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1786), + }, + [486] = { + [sym_getter] = STATE(3163), + [sym_setter] = STATE(3163), + [sym_modifiers] = STATE(8689), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1770), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1772), @@ -94193,9 +94655,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_object] = ACTIONS(1770), [anon_sym_fun] = ACTIONS(1770), [anon_sym_DOT] = ACTIONS(1770), - [anon_sym_SEMI] = ACTIONS(1772), - [anon_sym_get] = ACTIONS(3246), - [anon_sym_set] = ACTIONS(3248), + [anon_sym_SEMI] = ACTIONS(1774), + [anon_sym_get] = ACTIONS(3242), + [anon_sym_set] = ACTIONS(3244), [anon_sym_this] = ACTIONS(1770), [anon_sym_super] = ACTIONS(1770), [anon_sym_STAR] = ACTIONS(1770), @@ -94261,8 +94723,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(1772), [anon_sym_continue_AT] = ACTIONS(1772), @@ -94280,258 +94742,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(1772), }, - [484] = { - [sym_getter] = STATE(1110), - [sym_setter] = STATE(1110), - [sym_modifiers] = STATE(8548), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_EQ] = ACTIONS(1776), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_COMMA] = ACTIONS(1778), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_where] = ACTIONS(1776), - [anon_sym_object] = ACTIONS(1776), - [anon_sym_fun] = ACTIONS(1776), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(1780), - [anon_sym_get] = ACTIONS(3246), - [anon_sym_set] = ACTIONS(3248), - [anon_sym_this] = ACTIONS(1776), - [anon_sym_super] = ACTIONS(1776), - [anon_sym_STAR] = ACTIONS(1776), - [sym_label] = ACTIONS(1776), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_null] = ACTIONS(1776), - [anon_sym_if] = ACTIONS(1776), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_when] = ACTIONS(1776), - [anon_sym_try] = ACTIONS(1776), - [anon_sym_throw] = ACTIONS(1776), - [anon_sym_return] = ACTIONS(1776), - [anon_sym_continue] = ACTIONS(1776), - [anon_sym_break] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_PLUS_EQ] = ACTIONS(1778), - [anon_sym_DASH_EQ] = ACTIONS(1778), - [anon_sym_STAR_EQ] = ACTIONS(1778), - [anon_sym_SLASH_EQ] = ACTIONS(1778), - [anon_sym_PERCENT_EQ] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1776), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG] = ACTIONS(1776), - [anon_sym_BANG_BANG] = ACTIONS(1778), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1778), - [anon_sym_continue_AT] = ACTIONS(1778), - [anon_sym_break_AT] = ACTIONS(1778), - [sym_real_literal] = ACTIONS(1778), - [sym_integer_literal] = ACTIONS(1776), - [sym_hex_literal] = ACTIONS(1778), - [sym_bin_literal] = ACTIONS(1778), - [anon_sym_true] = ACTIONS(1776), - [anon_sym_false] = ACTIONS(1776), - [anon_sym_SQUOTE] = ACTIONS(1778), - [sym__backtick_identifier] = ACTIONS(1778), - [sym__automatic_semicolon] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1778), - }, - [485] = { - [sym_getter] = STATE(1110), - [sym_setter] = STATE(1110), - [sym_modifiers] = STATE(8548), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_EQ] = ACTIONS(1776), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_COMMA] = ACTIONS(1778), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_where] = ACTIONS(1776), - [anon_sym_object] = ACTIONS(1776), - [anon_sym_fun] = ACTIONS(1776), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(1778), - [anon_sym_get] = ACTIONS(3246), - [anon_sym_set] = ACTIONS(3248), - [anon_sym_this] = ACTIONS(1776), - [anon_sym_super] = ACTIONS(1776), - [anon_sym_STAR] = ACTIONS(1776), - [sym_label] = ACTIONS(1776), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_null] = ACTIONS(1776), - [anon_sym_if] = ACTIONS(1776), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_when] = ACTIONS(1776), - [anon_sym_try] = ACTIONS(1776), - [anon_sym_throw] = ACTIONS(1776), - [anon_sym_return] = ACTIONS(1776), - [anon_sym_continue] = ACTIONS(1776), - [anon_sym_break] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_PLUS_EQ] = ACTIONS(1778), - [anon_sym_DASH_EQ] = ACTIONS(1778), - [anon_sym_STAR_EQ] = ACTIONS(1778), - [anon_sym_SLASH_EQ] = ACTIONS(1778), - [anon_sym_PERCENT_EQ] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1776), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG] = ACTIONS(1776), - [anon_sym_BANG_BANG] = ACTIONS(1778), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1778), - [anon_sym_continue_AT] = ACTIONS(1778), - [anon_sym_break_AT] = ACTIONS(1778), - [sym_real_literal] = ACTIONS(1778), - [sym_integer_literal] = ACTIONS(1776), - [sym_hex_literal] = ACTIONS(1778), - [sym_bin_literal] = ACTIONS(1778), - [anon_sym_true] = ACTIONS(1776), - [anon_sym_false] = ACTIONS(1776), - [anon_sym_SQUOTE] = ACTIONS(1778), - [sym__backtick_identifier] = ACTIONS(1778), - [sym__automatic_semicolon] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1778), - }, - [486] = { - [sym_getter] = STATE(1052), - [sym_setter] = STATE(1052), - [sym_modifiers] = STATE(8548), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [487] = { + [sym_getter] = STATE(1138), + [sym_setter] = STATE(1138), + [sym_modifiers] = STATE(8845), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1764), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1766), @@ -94547,9 +94773,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_object] = ACTIONS(1764), [anon_sym_fun] = ACTIONS(1764), [anon_sym_DOT] = ACTIONS(1764), - [anon_sym_SEMI] = ACTIONS(1794), - [anon_sym_get] = ACTIONS(3246), - [anon_sym_set] = ACTIONS(3248), + [anon_sym_SEMI] = ACTIONS(1766), + [anon_sym_get] = ACTIONS(3256), + [anon_sym_set] = ACTIONS(3258), [anon_sym_this] = ACTIONS(1764), [anon_sym_super] = ACTIONS(1764), [anon_sym_STAR] = ACTIONS(1764), @@ -94615,8 +94841,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(1766), [anon_sym_continue_AT] = ACTIONS(1766), @@ -94634,82 +94860,200 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(1766), }, - [487] = { - [sym_property_delegate] = STATE(590), - [sym_getter] = STATE(1110), - [sym_setter] = STATE(1110), - [sym_modifiers] = STATE(8830), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), + [488] = { + [sym_getter] = STATE(1188), + [sym_setter] = STATE(1188), + [sym_modifiers] = STATE(8845), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_EQ] = ACTIONS(3306), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_EQ] = ACTIONS(1784), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_COMMA] = ACTIONS(1786), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_where] = ACTIONS(1784), + [anon_sym_object] = ACTIONS(1784), + [anon_sym_fun] = ACTIONS(1784), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(1790), + [anon_sym_get] = ACTIONS(3256), + [anon_sym_set] = ACTIONS(3258), + [anon_sym_this] = ACTIONS(1784), + [anon_sym_super] = ACTIONS(1784), + [anon_sym_STAR] = ACTIONS(1784), + [sym_label] = ACTIONS(1784), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_null] = ACTIONS(1784), + [anon_sym_if] = ACTIONS(1784), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_when] = ACTIONS(1784), + [anon_sym_try] = ACTIONS(1784), + [anon_sym_throw] = ACTIONS(1784), + [anon_sym_return] = ACTIONS(1784), + [anon_sym_continue] = ACTIONS(1784), + [anon_sym_break] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_PLUS_EQ] = ACTIONS(1786), + [anon_sym_DASH_EQ] = ACTIONS(1786), + [anon_sym_STAR_EQ] = ACTIONS(1786), + [anon_sym_SLASH_EQ] = ACTIONS(1786), + [anon_sym_PERCENT_EQ] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1784), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG] = ACTIONS(1784), + [anon_sym_BANG_BANG] = ACTIONS(1786), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1786), + [anon_sym_continue_AT] = ACTIONS(1786), + [anon_sym_break_AT] = ACTIONS(1786), + [sym_real_literal] = ACTIONS(1786), + [sym_integer_literal] = ACTIONS(1784), + [sym_hex_literal] = ACTIONS(1786), + [sym_bin_literal] = ACTIONS(1786), + [anon_sym_true] = ACTIONS(1784), + [anon_sym_false] = ACTIONS(1784), + [anon_sym_SQUOTE] = ACTIONS(1786), + [sym__backtick_identifier] = ACTIONS(1786), + [sym__automatic_semicolon] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1786), + }, + [489] = { + [sym_property_delegate] = STATE(562), + [sym_getter] = STATE(3184), + [sym_setter] = STATE(3184), + [sym_modifiers] = STATE(8760), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1694), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1696), + [anon_sym_as] = ACTIONS(1694), + [anon_sym_EQ] = ACTIONS(3314), + [anon_sym_LBRACE] = ACTIONS(1696), + [anon_sym_RBRACE] = ACTIONS(1696), + [anon_sym_LPAREN] = ACTIONS(1696), [anon_sym_by] = ACTIONS(3298), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_object] = ACTIONS(1776), - [anon_sym_fun] = ACTIONS(1776), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(1848), - [anon_sym_get] = ACTIONS(3308), - [anon_sym_set] = ACTIONS(3310), - [anon_sym_this] = ACTIONS(1776), - [anon_sym_super] = ACTIONS(1776), - [anon_sym_STAR] = ACTIONS(1776), - [sym_label] = ACTIONS(1776), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_null] = ACTIONS(1776), - [anon_sym_if] = ACTIONS(1776), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_when] = ACTIONS(1776), - [anon_sym_try] = ACTIONS(1776), - [anon_sym_throw] = ACTIONS(1776), - [anon_sym_return] = ACTIONS(1776), - [anon_sym_continue] = ACTIONS(1776), - [anon_sym_break] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_PLUS_EQ] = ACTIONS(1778), - [anon_sym_DASH_EQ] = ACTIONS(1778), - [anon_sym_STAR_EQ] = ACTIONS(1778), - [anon_sym_SLASH_EQ] = ACTIONS(1778), - [anon_sym_PERCENT_EQ] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1776), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG] = ACTIONS(1776), - [anon_sym_BANG_BANG] = ACTIONS(1778), + [anon_sym_LT] = ACTIONS(1694), + [anon_sym_GT] = ACTIONS(1694), + [anon_sym_object] = ACTIONS(1694), + [anon_sym_fun] = ACTIONS(1694), + [anon_sym_DOT] = ACTIONS(1694), + [anon_sym_SEMI] = ACTIONS(1852), + [anon_sym_get] = ACTIONS(3310), + [anon_sym_set] = ACTIONS(3312), + [anon_sym_this] = ACTIONS(1694), + [anon_sym_super] = ACTIONS(1694), + [anon_sym_STAR] = ACTIONS(1694), + [sym_label] = ACTIONS(1694), + [anon_sym_in] = ACTIONS(1694), + [anon_sym_DOT_DOT] = ACTIONS(1696), + [anon_sym_QMARK_COLON] = ACTIONS(1696), + [anon_sym_AMP_AMP] = ACTIONS(1696), + [anon_sym_PIPE_PIPE] = ACTIONS(1696), + [anon_sym_null] = ACTIONS(1694), + [anon_sym_if] = ACTIONS(1694), + [anon_sym_else] = ACTIONS(1694), + [anon_sym_when] = ACTIONS(1694), + [anon_sym_try] = ACTIONS(1694), + [anon_sym_throw] = ACTIONS(1694), + [anon_sym_return] = ACTIONS(1694), + [anon_sym_continue] = ACTIONS(1694), + [anon_sym_break] = ACTIONS(1694), + [anon_sym_COLON_COLON] = ACTIONS(1696), + [anon_sym_PLUS_EQ] = ACTIONS(1696), + [anon_sym_DASH_EQ] = ACTIONS(1696), + [anon_sym_STAR_EQ] = ACTIONS(1696), + [anon_sym_SLASH_EQ] = ACTIONS(1696), + [anon_sym_PERCENT_EQ] = ACTIONS(1696), + [anon_sym_BANG_EQ] = ACTIONS(1694), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), + [anon_sym_EQ_EQ] = ACTIONS(1694), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), + [anon_sym_LT_EQ] = ACTIONS(1696), + [anon_sym_GT_EQ] = ACTIONS(1696), + [anon_sym_BANGin] = ACTIONS(1696), + [anon_sym_is] = ACTIONS(1694), + [anon_sym_BANGis] = ACTIONS(1696), + [anon_sym_PLUS] = ACTIONS(1694), + [anon_sym_DASH] = ACTIONS(1694), + [anon_sym_SLASH] = ACTIONS(1694), + [anon_sym_PERCENT] = ACTIONS(1694), + [anon_sym_as_QMARK] = ACTIONS(1696), + [anon_sym_PLUS_PLUS] = ACTIONS(1696), + [anon_sym_DASH_DASH] = ACTIONS(1696), + [anon_sym_BANG] = ACTIONS(1694), + [anon_sym_BANG_BANG] = ACTIONS(1696), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -94733,41 +95077,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1778), - [anon_sym_continue_AT] = ACTIONS(1778), - [anon_sym_break_AT] = ACTIONS(1778), - [sym_real_literal] = ACTIONS(1778), - [sym_integer_literal] = ACTIONS(1776), - [sym_hex_literal] = ACTIONS(1778), - [sym_bin_literal] = ACTIONS(1778), - [anon_sym_true] = ACTIONS(1776), - [anon_sym_false] = ACTIONS(1776), - [anon_sym_SQUOTE] = ACTIONS(1778), - [sym__backtick_identifier] = ACTIONS(1778), - [sym__automatic_semicolon] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1778), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1696), + [anon_sym_continue_AT] = ACTIONS(1696), + [anon_sym_break_AT] = ACTIONS(1696), + [sym_real_literal] = ACTIONS(1696), + [sym_integer_literal] = ACTIONS(1694), + [sym_hex_literal] = ACTIONS(1696), + [sym_bin_literal] = ACTIONS(1696), + [anon_sym_true] = ACTIONS(1694), + [anon_sym_false] = ACTIONS(1694), + [anon_sym_SQUOTE] = ACTIONS(1696), + [sym__backtick_identifier] = ACTIONS(1696), + [sym__automatic_semicolon] = ACTIONS(1696), + [sym_safe_nav] = ACTIONS(1696), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1696), }, - [488] = { - [sym_getter] = STATE(1052), - [sym_setter] = STATE(1052), - [sym_modifiers] = STATE(8548), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [490] = { + [sym_getter] = STATE(1138), + [sym_setter] = STATE(1138), + [sym_modifiers] = STATE(8845), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1764), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1766), @@ -94783,9 +95127,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_object] = ACTIONS(1764), [anon_sym_fun] = ACTIONS(1764), [anon_sym_DOT] = ACTIONS(1764), - [anon_sym_SEMI] = ACTIONS(1766), - [anon_sym_get] = ACTIONS(3246), - [anon_sym_set] = ACTIONS(3248), + [anon_sym_SEMI] = ACTIONS(1776), + [anon_sym_get] = ACTIONS(3256), + [anon_sym_set] = ACTIONS(3258), [anon_sym_this] = ACTIONS(1764), [anon_sym_super] = ACTIONS(1764), [anon_sym_STAR] = ACTIONS(1764), @@ -94851,8 +95195,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(1766), [anon_sym_continue_AT] = ACTIONS(1766), @@ -94870,22 +95214,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(1766), }, - [489] = { - [sym_getter] = STATE(1069), - [sym_setter] = STATE(1069), - [sym_modifiers] = STATE(8548), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [491] = { + [sym_getter] = STATE(1182), + [sym_setter] = STATE(1182), + [sym_modifiers] = STATE(8845), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1694), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1696), @@ -94901,9 +95245,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_object] = ACTIONS(1694), [anon_sym_fun] = ACTIONS(1694), [anon_sym_DOT] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(1706), - [anon_sym_get] = ACTIONS(3246), - [anon_sym_set] = ACTIONS(3248), + [anon_sym_SEMI] = ACTIONS(1696), + [anon_sym_get] = ACTIONS(3256), + [anon_sym_set] = ACTIONS(3258), [anon_sym_this] = ACTIONS(1694), [anon_sym_super] = ACTIONS(1694), [anon_sym_STAR] = ACTIONS(1694), @@ -94969,8 +95313,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(1696), [anon_sym_continue_AT] = ACTIONS(1696), @@ -94988,82 +95332,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(1696), }, - [490] = { - [sym_property_delegate] = STATE(605), - [sym_getter] = STATE(3334), - [sym_setter] = STATE(3334), - [sym_modifiers] = STATE(8566), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1694), + [492] = { + [sym_property_delegate] = STATE(574), + [sym_getter] = STATE(3129), + [sym_setter] = STATE(3129), + [sym_modifiers] = STATE(8760), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1752), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1696), - [anon_sym_as] = ACTIONS(1694), - [anon_sym_EQ] = ACTIONS(3316), - [anon_sym_LBRACE] = ACTIONS(1696), - [anon_sym_RBRACE] = ACTIONS(1696), - [anon_sym_LPAREN] = ACTIONS(1696), + [anon_sym_LBRACK] = ACTIONS(1754), + [anon_sym_as] = ACTIONS(1752), + [anon_sym_EQ] = ACTIONS(3322), + [anon_sym_LBRACE] = ACTIONS(1754), + [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_LPAREN] = ACTIONS(1754), [anon_sym_by] = ACTIONS(3298), - [anon_sym_LT] = ACTIONS(1694), - [anon_sym_GT] = ACTIONS(1694), - [anon_sym_object] = ACTIONS(1694), - [anon_sym_fun] = ACTIONS(1694), - [anon_sym_DOT] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(1836), - [anon_sym_get] = ACTIONS(3302), - [anon_sym_set] = ACTIONS(3304), - [anon_sym_this] = ACTIONS(1694), - [anon_sym_super] = ACTIONS(1694), - [anon_sym_STAR] = ACTIONS(1694), - [sym_label] = ACTIONS(1694), - [anon_sym_in] = ACTIONS(1694), - [anon_sym_DOT_DOT] = ACTIONS(1696), - [anon_sym_QMARK_COLON] = ACTIONS(1696), - [anon_sym_AMP_AMP] = ACTIONS(1696), - [anon_sym_PIPE_PIPE] = ACTIONS(1696), - [anon_sym_null] = ACTIONS(1694), - [anon_sym_if] = ACTIONS(1694), - [anon_sym_else] = ACTIONS(1694), - [anon_sym_when] = ACTIONS(1694), - [anon_sym_try] = ACTIONS(1694), - [anon_sym_throw] = ACTIONS(1694), - [anon_sym_return] = ACTIONS(1694), - [anon_sym_continue] = ACTIONS(1694), - [anon_sym_break] = ACTIONS(1694), - [anon_sym_COLON_COLON] = ACTIONS(1696), - [anon_sym_PLUS_EQ] = ACTIONS(1696), - [anon_sym_DASH_EQ] = ACTIONS(1696), - [anon_sym_STAR_EQ] = ACTIONS(1696), - [anon_sym_SLASH_EQ] = ACTIONS(1696), - [anon_sym_PERCENT_EQ] = ACTIONS(1696), - [anon_sym_BANG_EQ] = ACTIONS(1694), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), - [anon_sym_EQ_EQ] = ACTIONS(1694), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), - [anon_sym_LT_EQ] = ACTIONS(1696), - [anon_sym_GT_EQ] = ACTIONS(1696), - [anon_sym_BANGin] = ACTIONS(1696), - [anon_sym_is] = ACTIONS(1694), - [anon_sym_BANGis] = ACTIONS(1696), - [anon_sym_PLUS] = ACTIONS(1694), - [anon_sym_DASH] = ACTIONS(1694), - [anon_sym_SLASH] = ACTIONS(1694), - [anon_sym_PERCENT] = ACTIONS(1694), - [anon_sym_as_QMARK] = ACTIONS(1696), - [anon_sym_PLUS_PLUS] = ACTIONS(1696), - [anon_sym_DASH_DASH] = ACTIONS(1696), - [anon_sym_BANG] = ACTIONS(1694), - [anon_sym_BANG_BANG] = ACTIONS(1696), + [anon_sym_LT] = ACTIONS(1752), + [anon_sym_GT] = ACTIONS(1752), + [anon_sym_object] = ACTIONS(1752), + [anon_sym_fun] = ACTIONS(1752), + [anon_sym_DOT] = ACTIONS(1752), + [anon_sym_SEMI] = ACTIONS(1850), + [anon_sym_get] = ACTIONS(3310), + [anon_sym_set] = ACTIONS(3312), + [anon_sym_this] = ACTIONS(1752), + [anon_sym_super] = ACTIONS(1752), + [anon_sym_STAR] = ACTIONS(1752), + [sym_label] = ACTIONS(1752), + [anon_sym_in] = ACTIONS(1752), + [anon_sym_DOT_DOT] = ACTIONS(1754), + [anon_sym_QMARK_COLON] = ACTIONS(1754), + [anon_sym_AMP_AMP] = ACTIONS(1754), + [anon_sym_PIPE_PIPE] = ACTIONS(1754), + [anon_sym_null] = ACTIONS(1752), + [anon_sym_if] = ACTIONS(1752), + [anon_sym_else] = ACTIONS(1752), + [anon_sym_when] = ACTIONS(1752), + [anon_sym_try] = ACTIONS(1752), + [anon_sym_throw] = ACTIONS(1752), + [anon_sym_return] = ACTIONS(1752), + [anon_sym_continue] = ACTIONS(1752), + [anon_sym_break] = ACTIONS(1752), + [anon_sym_COLON_COLON] = ACTIONS(1754), + [anon_sym_PLUS_EQ] = ACTIONS(1754), + [anon_sym_DASH_EQ] = ACTIONS(1754), + [anon_sym_STAR_EQ] = ACTIONS(1754), + [anon_sym_SLASH_EQ] = ACTIONS(1754), + [anon_sym_PERCENT_EQ] = ACTIONS(1754), + [anon_sym_BANG_EQ] = ACTIONS(1752), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), + [anon_sym_EQ_EQ] = ACTIONS(1752), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), + [anon_sym_LT_EQ] = ACTIONS(1754), + [anon_sym_GT_EQ] = ACTIONS(1754), + [anon_sym_BANGin] = ACTIONS(1754), + [anon_sym_is] = ACTIONS(1752), + [anon_sym_BANGis] = ACTIONS(1754), + [anon_sym_PLUS] = ACTIONS(1752), + [anon_sym_DASH] = ACTIONS(1752), + [anon_sym_SLASH] = ACTIONS(1752), + [anon_sym_PERCENT] = ACTIONS(1752), + [anon_sym_as_QMARK] = ACTIONS(1754), + [anon_sym_PLUS_PLUS] = ACTIONS(1754), + [anon_sym_DASH_DASH] = ACTIONS(1754), + [anon_sym_BANG] = ACTIONS(1752), + [anon_sym_BANG_BANG] = ACTIONS(1754), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -95087,101 +95431,101 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1696), - [anon_sym_continue_AT] = ACTIONS(1696), - [anon_sym_break_AT] = ACTIONS(1696), - [sym_real_literal] = ACTIONS(1696), - [sym_integer_literal] = ACTIONS(1694), - [sym_hex_literal] = ACTIONS(1696), - [sym_bin_literal] = ACTIONS(1696), - [anon_sym_true] = ACTIONS(1694), - [anon_sym_false] = ACTIONS(1694), - [anon_sym_SQUOTE] = ACTIONS(1696), - [sym__backtick_identifier] = ACTIONS(1696), - [sym__automatic_semicolon] = ACTIONS(1696), - [sym_safe_nav] = ACTIONS(1696), + [anon_sym_return_AT] = ACTIONS(1754), + [anon_sym_continue_AT] = ACTIONS(1754), + [anon_sym_break_AT] = ACTIONS(1754), + [sym_real_literal] = ACTIONS(1754), + [sym_integer_literal] = ACTIONS(1752), + [sym_hex_literal] = ACTIONS(1754), + [sym_bin_literal] = ACTIONS(1754), + [anon_sym_true] = ACTIONS(1752), + [anon_sym_false] = ACTIONS(1752), + [anon_sym_SQUOTE] = ACTIONS(1754), + [sym__backtick_identifier] = ACTIONS(1754), + [sym__automatic_semicolon] = ACTIONS(1754), + [sym_safe_nav] = ACTIONS(1754), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1696), + [sym__string_start] = ACTIONS(1754), }, - [491] = { - [sym_property_delegate] = STATE(600), - [sym_getter] = STATE(3228), - [sym_setter] = STATE(3228), - [sym_modifiers] = STATE(8566), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1764), + [493] = { + [sym_property_delegate] = STATE(554), + [sym_getter] = STATE(1188), + [sym_setter] = STATE(1188), + [sym_modifiers] = STATE(8864), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1766), - [anon_sym_as] = ACTIONS(1764), - [anon_sym_EQ] = ACTIONS(3314), - [anon_sym_LBRACE] = ACTIONS(1766), - [anon_sym_RBRACE] = ACTIONS(1766), - [anon_sym_LPAREN] = ACTIONS(1766), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_EQ] = ACTIONS(3324), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), [anon_sym_by] = ACTIONS(3298), - [anon_sym_LT] = ACTIONS(1764), - [anon_sym_GT] = ACTIONS(1764), - [anon_sym_object] = ACTIONS(1764), - [anon_sym_fun] = ACTIONS(1764), - [anon_sym_DOT] = ACTIONS(1764), - [anon_sym_SEMI] = ACTIONS(1834), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_object] = ACTIONS(1784), + [anon_sym_fun] = ACTIONS(1784), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(1842), [anon_sym_get] = ACTIONS(3302), [anon_sym_set] = ACTIONS(3304), - [anon_sym_this] = ACTIONS(1764), - [anon_sym_super] = ACTIONS(1764), - [anon_sym_STAR] = ACTIONS(1764), - [sym_label] = ACTIONS(1764), - [anon_sym_in] = ACTIONS(1764), - [anon_sym_DOT_DOT] = ACTIONS(1766), - [anon_sym_QMARK_COLON] = ACTIONS(1766), - [anon_sym_AMP_AMP] = ACTIONS(1766), - [anon_sym_PIPE_PIPE] = ACTIONS(1766), - [anon_sym_null] = ACTIONS(1764), - [anon_sym_if] = ACTIONS(1764), - [anon_sym_else] = ACTIONS(1764), - [anon_sym_when] = ACTIONS(1764), - [anon_sym_try] = ACTIONS(1764), - [anon_sym_throw] = ACTIONS(1764), - [anon_sym_return] = ACTIONS(1764), - [anon_sym_continue] = ACTIONS(1764), - [anon_sym_break] = ACTIONS(1764), - [anon_sym_COLON_COLON] = ACTIONS(1766), - [anon_sym_PLUS_EQ] = ACTIONS(1766), - [anon_sym_DASH_EQ] = ACTIONS(1766), - [anon_sym_STAR_EQ] = ACTIONS(1766), - [anon_sym_SLASH_EQ] = ACTIONS(1766), - [anon_sym_PERCENT_EQ] = ACTIONS(1766), - [anon_sym_BANG_EQ] = ACTIONS(1764), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), - [anon_sym_EQ_EQ] = ACTIONS(1764), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1766), - [anon_sym_LT_EQ] = ACTIONS(1766), - [anon_sym_GT_EQ] = ACTIONS(1766), - [anon_sym_BANGin] = ACTIONS(1766), - [anon_sym_is] = ACTIONS(1764), - [anon_sym_BANGis] = ACTIONS(1766), - [anon_sym_PLUS] = ACTIONS(1764), - [anon_sym_DASH] = ACTIONS(1764), - [anon_sym_SLASH] = ACTIONS(1764), - [anon_sym_PERCENT] = ACTIONS(1764), - [anon_sym_as_QMARK] = ACTIONS(1766), - [anon_sym_PLUS_PLUS] = ACTIONS(1766), - [anon_sym_DASH_DASH] = ACTIONS(1766), - [anon_sym_BANG] = ACTIONS(1764), - [anon_sym_BANG_BANG] = ACTIONS(1766), + [anon_sym_this] = ACTIONS(1784), + [anon_sym_super] = ACTIONS(1784), + [anon_sym_STAR] = ACTIONS(1784), + [sym_label] = ACTIONS(1784), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_null] = ACTIONS(1784), + [anon_sym_if] = ACTIONS(1784), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_when] = ACTIONS(1784), + [anon_sym_try] = ACTIONS(1784), + [anon_sym_throw] = ACTIONS(1784), + [anon_sym_return] = ACTIONS(1784), + [anon_sym_continue] = ACTIONS(1784), + [anon_sym_break] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_PLUS_EQ] = ACTIONS(1786), + [anon_sym_DASH_EQ] = ACTIONS(1786), + [anon_sym_STAR_EQ] = ACTIONS(1786), + [anon_sym_SLASH_EQ] = ACTIONS(1786), + [anon_sym_PERCENT_EQ] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1784), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG] = ACTIONS(1784), + [anon_sym_BANG_BANG] = ACTIONS(1786), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -95205,101 +95549,101 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1766), - [anon_sym_continue_AT] = ACTIONS(1766), - [anon_sym_break_AT] = ACTIONS(1766), - [sym_real_literal] = ACTIONS(1766), - [sym_integer_literal] = ACTIONS(1764), - [sym_hex_literal] = ACTIONS(1766), - [sym_bin_literal] = ACTIONS(1766), - [anon_sym_true] = ACTIONS(1764), - [anon_sym_false] = ACTIONS(1764), - [anon_sym_SQUOTE] = ACTIONS(1766), - [sym__backtick_identifier] = ACTIONS(1766), - [sym__automatic_semicolon] = ACTIONS(1766), - [sym_safe_nav] = ACTIONS(1766), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1766), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1786), + [anon_sym_continue_AT] = ACTIONS(1786), + [anon_sym_break_AT] = ACTIONS(1786), + [sym_real_literal] = ACTIONS(1786), + [sym_integer_literal] = ACTIONS(1784), + [sym_hex_literal] = ACTIONS(1786), + [sym_bin_literal] = ACTIONS(1786), + [anon_sym_true] = ACTIONS(1784), + [anon_sym_false] = ACTIONS(1784), + [anon_sym_SQUOTE] = ACTIONS(1786), + [sym__backtick_identifier] = ACTIONS(1786), + [sym__automatic_semicolon] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1786), }, - [492] = { - [sym_property_delegate] = STATE(607), - [sym_getter] = STATE(1143), - [sym_setter] = STATE(1143), - [sym_modifiers] = STATE(8830), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1770), + [494] = { + [sym_getter] = STATE(3447), + [sym_setter] = STATE(3447), + [sym_modifiers] = STATE(8689), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1772), - [anon_sym_as] = ACTIONS(1770), - [anon_sym_EQ] = ACTIONS(3338), - [anon_sym_LBRACE] = ACTIONS(1772), - [anon_sym_RBRACE] = ACTIONS(1772), - [anon_sym_LPAREN] = ACTIONS(1772), - [anon_sym_by] = ACTIONS(3298), - [anon_sym_LT] = ACTIONS(1770), - [anon_sym_GT] = ACTIONS(1770), - [anon_sym_object] = ACTIONS(1770), - [anon_sym_fun] = ACTIONS(1770), - [anon_sym_DOT] = ACTIONS(1770), - [anon_sym_SEMI] = ACTIONS(1846), - [anon_sym_get] = ACTIONS(3308), - [anon_sym_set] = ACTIONS(3310), - [anon_sym_this] = ACTIONS(1770), - [anon_sym_super] = ACTIONS(1770), - [anon_sym_STAR] = ACTIONS(1770), - [sym_label] = ACTIONS(1770), - [anon_sym_in] = ACTIONS(1770), - [anon_sym_DOT_DOT] = ACTIONS(1772), - [anon_sym_QMARK_COLON] = ACTIONS(1772), - [anon_sym_AMP_AMP] = ACTIONS(1772), - [anon_sym_PIPE_PIPE] = ACTIONS(1772), - [anon_sym_null] = ACTIONS(1770), - [anon_sym_if] = ACTIONS(1770), - [anon_sym_else] = ACTIONS(1770), - [anon_sym_when] = ACTIONS(1770), - [anon_sym_try] = ACTIONS(1770), - [anon_sym_throw] = ACTIONS(1770), - [anon_sym_return] = ACTIONS(1770), - [anon_sym_continue] = ACTIONS(1770), - [anon_sym_break] = ACTIONS(1770), - [anon_sym_COLON_COLON] = ACTIONS(1772), - [anon_sym_PLUS_EQ] = ACTIONS(1772), - [anon_sym_DASH_EQ] = ACTIONS(1772), - [anon_sym_STAR_EQ] = ACTIONS(1772), - [anon_sym_SLASH_EQ] = ACTIONS(1772), - [anon_sym_PERCENT_EQ] = ACTIONS(1772), - [anon_sym_BANG_EQ] = ACTIONS(1770), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1772), - [anon_sym_EQ_EQ] = ACTIONS(1770), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1772), - [anon_sym_LT_EQ] = ACTIONS(1772), - [anon_sym_GT_EQ] = ACTIONS(1772), - [anon_sym_BANGin] = ACTIONS(1772), - [anon_sym_is] = ACTIONS(1770), - [anon_sym_BANGis] = ACTIONS(1772), - [anon_sym_PLUS] = ACTIONS(1770), - [anon_sym_DASH] = ACTIONS(1770), - [anon_sym_SLASH] = ACTIONS(1770), - [anon_sym_PERCENT] = ACTIONS(1770), - [anon_sym_as_QMARK] = ACTIONS(1772), - [anon_sym_PLUS_PLUS] = ACTIONS(1772), - [anon_sym_DASH_DASH] = ACTIONS(1772), - [anon_sym_BANG] = ACTIONS(1770), - [anon_sym_BANG_BANG] = ACTIONS(1772), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_EQ] = ACTIONS(3278), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_COMMA] = ACTIONS(3280), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_where] = ACTIONS(3278), + [anon_sym_object] = ACTIONS(3278), + [anon_sym_fun] = ACTIONS(3278), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(3280), + [anon_sym_get] = ACTIONS(3242), + [anon_sym_set] = ACTIONS(3244), + [anon_sym_this] = ACTIONS(3278), + [anon_sym_super] = ACTIONS(3278), + [anon_sym_STAR] = ACTIONS(3278), + [sym_label] = ACTIONS(3278), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_null] = ACTIONS(3278), + [anon_sym_if] = ACTIONS(3278), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_when] = ACTIONS(3278), + [anon_sym_try] = ACTIONS(3278), + [anon_sym_throw] = ACTIONS(3278), + [anon_sym_return] = ACTIONS(3278), + [anon_sym_continue] = ACTIONS(3278), + [anon_sym_break] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_PLUS_EQ] = ACTIONS(3280), + [anon_sym_DASH_EQ] = ACTIONS(3280), + [anon_sym_STAR_EQ] = ACTIONS(3280), + [anon_sym_SLASH_EQ] = ACTIONS(3280), + [anon_sym_PERCENT_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3278), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG] = ACTIONS(3278), + [anon_sym_BANG_BANG] = ACTIONS(3280), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -95323,101 +95667,101 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1772), - [anon_sym_continue_AT] = ACTIONS(1772), - [anon_sym_break_AT] = ACTIONS(1772), - [sym_real_literal] = ACTIONS(1772), - [sym_integer_literal] = ACTIONS(1770), - [sym_hex_literal] = ACTIONS(1772), - [sym_bin_literal] = ACTIONS(1772), - [anon_sym_true] = ACTIONS(1770), - [anon_sym_false] = ACTIONS(1770), - [anon_sym_SQUOTE] = ACTIONS(1772), - [sym__backtick_identifier] = ACTIONS(1772), - [sym__automatic_semicolon] = ACTIONS(1772), - [sym_safe_nav] = ACTIONS(1772), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1772), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3280), + [anon_sym_continue_AT] = ACTIONS(3280), + [anon_sym_break_AT] = ACTIONS(3280), + [sym_real_literal] = ACTIONS(3280), + [sym_integer_literal] = ACTIONS(3278), + [sym_hex_literal] = ACTIONS(3280), + [sym_bin_literal] = ACTIONS(3280), + [anon_sym_true] = ACTIONS(3278), + [anon_sym_false] = ACTIONS(3278), + [anon_sym_SQUOTE] = ACTIONS(3280), + [sym__backtick_identifier] = ACTIONS(3280), + [sym__automatic_semicolon] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3280), }, - [493] = { - [sym_property_delegate] = STATE(581), - [sym_getter] = STATE(3166), - [sym_setter] = STATE(3166), - [sym_modifiers] = STATE(8566), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), + [495] = { + [sym_getter] = STATE(1188), + [sym_setter] = STATE(1188), + [sym_modifiers] = STATE(8845), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_EQ] = ACTIONS(3322), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_by] = ACTIONS(3298), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_object] = ACTIONS(1776), - [anon_sym_fun] = ACTIONS(1776), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(1840), - [anon_sym_get] = ACTIONS(3302), - [anon_sym_set] = ACTIONS(3304), - [anon_sym_this] = ACTIONS(1776), - [anon_sym_super] = ACTIONS(1776), - [anon_sym_STAR] = ACTIONS(1776), - [sym_label] = ACTIONS(1776), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_null] = ACTIONS(1776), - [anon_sym_if] = ACTIONS(1776), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_when] = ACTIONS(1776), - [anon_sym_try] = ACTIONS(1776), - [anon_sym_throw] = ACTIONS(1776), - [anon_sym_return] = ACTIONS(1776), - [anon_sym_continue] = ACTIONS(1776), - [anon_sym_break] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_PLUS_EQ] = ACTIONS(1778), - [anon_sym_DASH_EQ] = ACTIONS(1778), - [anon_sym_STAR_EQ] = ACTIONS(1778), - [anon_sym_SLASH_EQ] = ACTIONS(1778), - [anon_sym_PERCENT_EQ] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1776), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG] = ACTIONS(1776), - [anon_sym_BANG_BANG] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_EQ] = ACTIONS(1784), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_COMMA] = ACTIONS(1786), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_where] = ACTIONS(1784), + [anon_sym_object] = ACTIONS(1784), + [anon_sym_fun] = ACTIONS(1784), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(1786), + [anon_sym_get] = ACTIONS(3256), + [anon_sym_set] = ACTIONS(3258), + [anon_sym_this] = ACTIONS(1784), + [anon_sym_super] = ACTIONS(1784), + [anon_sym_STAR] = ACTIONS(1784), + [sym_label] = ACTIONS(1784), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_null] = ACTIONS(1784), + [anon_sym_if] = ACTIONS(1784), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_when] = ACTIONS(1784), + [anon_sym_try] = ACTIONS(1784), + [anon_sym_throw] = ACTIONS(1784), + [anon_sym_return] = ACTIONS(1784), + [anon_sym_continue] = ACTIONS(1784), + [anon_sym_break] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_PLUS_EQ] = ACTIONS(1786), + [anon_sym_DASH_EQ] = ACTIONS(1786), + [anon_sym_STAR_EQ] = ACTIONS(1786), + [anon_sym_SLASH_EQ] = ACTIONS(1786), + [anon_sym_PERCENT_EQ] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1784), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG] = ACTIONS(1784), + [anon_sym_BANG_BANG] = ACTIONS(1786), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -95441,41 +95785,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1778), - [anon_sym_continue_AT] = ACTIONS(1778), - [anon_sym_break_AT] = ACTIONS(1778), - [sym_real_literal] = ACTIONS(1778), - [sym_integer_literal] = ACTIONS(1776), - [sym_hex_literal] = ACTIONS(1778), - [sym_bin_literal] = ACTIONS(1778), - [anon_sym_true] = ACTIONS(1776), - [anon_sym_false] = ACTIONS(1776), - [anon_sym_SQUOTE] = ACTIONS(1778), - [sym__backtick_identifier] = ACTIONS(1778), - [sym__automatic_semicolon] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1778), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1786), + [anon_sym_continue_AT] = ACTIONS(1786), + [anon_sym_break_AT] = ACTIONS(1786), + [sym_real_literal] = ACTIONS(1786), + [sym_integer_literal] = ACTIONS(1784), + [sym_hex_literal] = ACTIONS(1786), + [sym_bin_literal] = ACTIONS(1786), + [anon_sym_true] = ACTIONS(1784), + [anon_sym_false] = ACTIONS(1784), + [anon_sym_SQUOTE] = ACTIONS(1786), + [sym__backtick_identifier] = ACTIONS(1786), + [sym__automatic_semicolon] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1786), }, - [494] = { - [sym_getter] = STATE(1069), - [sym_setter] = STATE(1069), - [sym_modifiers] = STATE(8548), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [496] = { + [sym_getter] = STATE(1182), + [sym_setter] = STATE(1182), + [sym_modifiers] = STATE(8845), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1694), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1696), @@ -95491,9 +95835,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_object] = ACTIONS(1694), [anon_sym_fun] = ACTIONS(1694), [anon_sym_DOT] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(1696), - [anon_sym_get] = ACTIONS(3246), - [anon_sym_set] = ACTIONS(3248), + [anon_sym_SEMI] = ACTIONS(1792), + [anon_sym_get] = ACTIONS(3256), + [anon_sym_set] = ACTIONS(3258), [anon_sym_this] = ACTIONS(1694), [anon_sym_super] = ACTIONS(1694), [anon_sym_STAR] = ACTIONS(1694), @@ -95559,8 +95903,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(1696), [anon_sym_continue_AT] = ACTIONS(1696), @@ -95578,82 +95922,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(1696), }, - [495] = { - [sym_property_delegate] = STATE(544), - [sym_getter] = STATE(3425), - [sym_setter] = STATE(3425), - [sym_modifiers] = STATE(8566), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), + [497] = { + [sym_getter] = STATE(3184), + [sym_setter] = STATE(3184), + [sym_modifiers] = STATE(8689), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1694), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_EQ] = ACTIONS(3326), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_by] = ACTIONS(3298), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_object] = ACTIONS(3254), - [anon_sym_fun] = ACTIONS(3254), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(3328), - [anon_sym_get] = ACTIONS(3302), - [anon_sym_set] = ACTIONS(3304), - [anon_sym_this] = ACTIONS(3254), - [anon_sym_super] = ACTIONS(3254), - [anon_sym_STAR] = ACTIONS(3254), - [sym_label] = ACTIONS(3254), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_null] = ACTIONS(3254), - [anon_sym_if] = ACTIONS(3254), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_when] = ACTIONS(3254), - [anon_sym_try] = ACTIONS(3254), - [anon_sym_throw] = ACTIONS(3254), - [anon_sym_return] = ACTIONS(3254), - [anon_sym_continue] = ACTIONS(3254), - [anon_sym_break] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_PLUS_EQ] = ACTIONS(3256), - [anon_sym_DASH_EQ] = ACTIONS(3256), - [anon_sym_STAR_EQ] = ACTIONS(3256), - [anon_sym_SLASH_EQ] = ACTIONS(3256), - [anon_sym_PERCENT_EQ] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3254), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG] = ACTIONS(3254), - [anon_sym_BANG_BANG] = ACTIONS(3256), + [anon_sym_LBRACK] = ACTIONS(1696), + [anon_sym_as] = ACTIONS(1694), + [anon_sym_EQ] = ACTIONS(1694), + [anon_sym_LBRACE] = ACTIONS(1696), + [anon_sym_RBRACE] = ACTIONS(1696), + [anon_sym_LPAREN] = ACTIONS(1696), + [anon_sym_COMMA] = ACTIONS(1696), + [anon_sym_LT] = ACTIONS(1694), + [anon_sym_GT] = ACTIONS(1694), + [anon_sym_where] = ACTIONS(1694), + [anon_sym_object] = ACTIONS(1694), + [anon_sym_fun] = ACTIONS(1694), + [anon_sym_DOT] = ACTIONS(1694), + [anon_sym_SEMI] = ACTIONS(1706), + [anon_sym_get] = ACTIONS(3242), + [anon_sym_set] = ACTIONS(3244), + [anon_sym_this] = ACTIONS(1694), + [anon_sym_super] = ACTIONS(1694), + [anon_sym_STAR] = ACTIONS(1694), + [sym_label] = ACTIONS(1694), + [anon_sym_in] = ACTIONS(1694), + [anon_sym_DOT_DOT] = ACTIONS(1696), + [anon_sym_QMARK_COLON] = ACTIONS(1696), + [anon_sym_AMP_AMP] = ACTIONS(1696), + [anon_sym_PIPE_PIPE] = ACTIONS(1696), + [anon_sym_null] = ACTIONS(1694), + [anon_sym_if] = ACTIONS(1694), + [anon_sym_else] = ACTIONS(1694), + [anon_sym_when] = ACTIONS(1694), + [anon_sym_try] = ACTIONS(1694), + [anon_sym_throw] = ACTIONS(1694), + [anon_sym_return] = ACTIONS(1694), + [anon_sym_continue] = ACTIONS(1694), + [anon_sym_break] = ACTIONS(1694), + [anon_sym_COLON_COLON] = ACTIONS(1696), + [anon_sym_PLUS_EQ] = ACTIONS(1696), + [anon_sym_DASH_EQ] = ACTIONS(1696), + [anon_sym_STAR_EQ] = ACTIONS(1696), + [anon_sym_SLASH_EQ] = ACTIONS(1696), + [anon_sym_PERCENT_EQ] = ACTIONS(1696), + [anon_sym_BANG_EQ] = ACTIONS(1694), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), + [anon_sym_EQ_EQ] = ACTIONS(1694), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), + [anon_sym_LT_EQ] = ACTIONS(1696), + [anon_sym_GT_EQ] = ACTIONS(1696), + [anon_sym_BANGin] = ACTIONS(1696), + [anon_sym_is] = ACTIONS(1694), + [anon_sym_BANGis] = ACTIONS(1696), + [anon_sym_PLUS] = ACTIONS(1694), + [anon_sym_DASH] = ACTIONS(1694), + [anon_sym_SLASH] = ACTIONS(1694), + [anon_sym_PERCENT] = ACTIONS(1694), + [anon_sym_as_QMARK] = ACTIONS(1696), + [anon_sym_PLUS_PLUS] = ACTIONS(1696), + [anon_sym_DASH_DASH] = ACTIONS(1696), + [anon_sym_BANG] = ACTIONS(1694), + [anon_sym_BANG_BANG] = ACTIONS(1696), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -95677,101 +96021,101 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3256), - [anon_sym_continue_AT] = ACTIONS(3256), - [anon_sym_break_AT] = ACTIONS(3256), - [sym_real_literal] = ACTIONS(3256), - [sym_integer_literal] = ACTIONS(3254), - [sym_hex_literal] = ACTIONS(3256), - [sym_bin_literal] = ACTIONS(3256), - [anon_sym_true] = ACTIONS(3254), - [anon_sym_false] = ACTIONS(3254), - [anon_sym_SQUOTE] = ACTIONS(3256), - [sym__backtick_identifier] = ACTIONS(3256), - [sym__automatic_semicolon] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3256), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1696), + [anon_sym_continue_AT] = ACTIONS(1696), + [anon_sym_break_AT] = ACTIONS(1696), + [sym_real_literal] = ACTIONS(1696), + [sym_integer_literal] = ACTIONS(1694), + [sym_hex_literal] = ACTIONS(1696), + [sym_bin_literal] = ACTIONS(1696), + [anon_sym_true] = ACTIONS(1694), + [anon_sym_false] = ACTIONS(1694), + [anon_sym_SQUOTE] = ACTIONS(1696), + [sym__backtick_identifier] = ACTIONS(1696), + [sym__automatic_semicolon] = ACTIONS(1696), + [sym_safe_nav] = ACTIONS(1696), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1696), }, - [496] = { - [sym_getter] = STATE(1107), - [sym_setter] = STATE(1107), - [sym_modifiers] = STATE(8548), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), + [498] = { + [sym_getter] = STATE(3184), + [sym_setter] = STATE(3184), + [sym_modifiers] = STATE(8689), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1694), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_EQ] = ACTIONS(3254), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_COMMA] = ACTIONS(3256), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_where] = ACTIONS(3254), - [anon_sym_object] = ACTIONS(3254), - [anon_sym_fun] = ACTIONS(3254), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(3268), - [anon_sym_get] = ACTIONS(3246), - [anon_sym_set] = ACTIONS(3248), - [anon_sym_this] = ACTIONS(3254), - [anon_sym_super] = ACTIONS(3254), - [anon_sym_STAR] = ACTIONS(3254), - [sym_label] = ACTIONS(3254), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_null] = ACTIONS(3254), - [anon_sym_if] = ACTIONS(3254), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_when] = ACTIONS(3254), - [anon_sym_try] = ACTIONS(3254), - [anon_sym_throw] = ACTIONS(3254), - [anon_sym_return] = ACTIONS(3254), - [anon_sym_continue] = ACTIONS(3254), - [anon_sym_break] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_PLUS_EQ] = ACTIONS(3256), - [anon_sym_DASH_EQ] = ACTIONS(3256), - [anon_sym_STAR_EQ] = ACTIONS(3256), - [anon_sym_SLASH_EQ] = ACTIONS(3256), - [anon_sym_PERCENT_EQ] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3254), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG] = ACTIONS(3254), - [anon_sym_BANG_BANG] = ACTIONS(3256), + [anon_sym_LBRACK] = ACTIONS(1696), + [anon_sym_as] = ACTIONS(1694), + [anon_sym_EQ] = ACTIONS(1694), + [anon_sym_LBRACE] = ACTIONS(1696), + [anon_sym_RBRACE] = ACTIONS(1696), + [anon_sym_LPAREN] = ACTIONS(1696), + [anon_sym_COMMA] = ACTIONS(1696), + [anon_sym_LT] = ACTIONS(1694), + [anon_sym_GT] = ACTIONS(1694), + [anon_sym_where] = ACTIONS(1694), + [anon_sym_object] = ACTIONS(1694), + [anon_sym_fun] = ACTIONS(1694), + [anon_sym_DOT] = ACTIONS(1694), + [anon_sym_SEMI] = ACTIONS(1696), + [anon_sym_get] = ACTIONS(3242), + [anon_sym_set] = ACTIONS(3244), + [anon_sym_this] = ACTIONS(1694), + [anon_sym_super] = ACTIONS(1694), + [anon_sym_STAR] = ACTIONS(1694), + [sym_label] = ACTIONS(1694), + [anon_sym_in] = ACTIONS(1694), + [anon_sym_DOT_DOT] = ACTIONS(1696), + [anon_sym_QMARK_COLON] = ACTIONS(1696), + [anon_sym_AMP_AMP] = ACTIONS(1696), + [anon_sym_PIPE_PIPE] = ACTIONS(1696), + [anon_sym_null] = ACTIONS(1694), + [anon_sym_if] = ACTIONS(1694), + [anon_sym_else] = ACTIONS(1694), + [anon_sym_when] = ACTIONS(1694), + [anon_sym_try] = ACTIONS(1694), + [anon_sym_throw] = ACTIONS(1694), + [anon_sym_return] = ACTIONS(1694), + [anon_sym_continue] = ACTIONS(1694), + [anon_sym_break] = ACTIONS(1694), + [anon_sym_COLON_COLON] = ACTIONS(1696), + [anon_sym_PLUS_EQ] = ACTIONS(1696), + [anon_sym_DASH_EQ] = ACTIONS(1696), + [anon_sym_STAR_EQ] = ACTIONS(1696), + [anon_sym_SLASH_EQ] = ACTIONS(1696), + [anon_sym_PERCENT_EQ] = ACTIONS(1696), + [anon_sym_BANG_EQ] = ACTIONS(1694), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), + [anon_sym_EQ_EQ] = ACTIONS(1694), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), + [anon_sym_LT_EQ] = ACTIONS(1696), + [anon_sym_GT_EQ] = ACTIONS(1696), + [anon_sym_BANGin] = ACTIONS(1696), + [anon_sym_is] = ACTIONS(1694), + [anon_sym_BANGis] = ACTIONS(1696), + [anon_sym_PLUS] = ACTIONS(1694), + [anon_sym_DASH] = ACTIONS(1694), + [anon_sym_SLASH] = ACTIONS(1694), + [anon_sym_PERCENT] = ACTIONS(1694), + [anon_sym_as_QMARK] = ACTIONS(1696), + [anon_sym_PLUS_PLUS] = ACTIONS(1696), + [anon_sym_DASH_DASH] = ACTIONS(1696), + [anon_sym_BANG] = ACTIONS(1694), + [anon_sym_BANG_BANG] = ACTIONS(1696), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -95795,41 +96139,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3256), - [anon_sym_continue_AT] = ACTIONS(3256), - [anon_sym_break_AT] = ACTIONS(3256), - [sym_real_literal] = ACTIONS(3256), - [sym_integer_literal] = ACTIONS(3254), - [sym_hex_literal] = ACTIONS(3256), - [sym_bin_literal] = ACTIONS(3256), - [anon_sym_true] = ACTIONS(3254), - [anon_sym_false] = ACTIONS(3254), - [anon_sym_SQUOTE] = ACTIONS(3256), - [sym__backtick_identifier] = ACTIONS(3256), - [sym__automatic_semicolon] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3256), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1696), + [anon_sym_continue_AT] = ACTIONS(1696), + [anon_sym_break_AT] = ACTIONS(1696), + [sym_real_literal] = ACTIONS(1696), + [sym_integer_literal] = ACTIONS(1694), + [sym_hex_literal] = ACTIONS(1696), + [sym_bin_literal] = ACTIONS(1696), + [anon_sym_true] = ACTIONS(1694), + [anon_sym_false] = ACTIONS(1694), + [anon_sym_SQUOTE] = ACTIONS(1696), + [sym__backtick_identifier] = ACTIONS(1696), + [sym__automatic_semicolon] = ACTIONS(1696), + [sym_safe_nav] = ACTIONS(1696), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1696), }, - [497] = { - [sym_getter] = STATE(1164), - [sym_setter] = STATE(1164), - [sym_modifiers] = STATE(8548), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [499] = { + [sym_getter] = STATE(3129), + [sym_setter] = STATE(3129), + [sym_modifiers] = STATE(8689), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1752), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1754), @@ -95846,8 +96190,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_fun] = ACTIONS(1752), [anon_sym_DOT] = ACTIONS(1752), [anon_sym_SEMI] = ACTIONS(1756), - [anon_sym_get] = ACTIONS(3246), - [anon_sym_set] = ACTIONS(3248), + [anon_sym_get] = ACTIONS(3242), + [anon_sym_set] = ACTIONS(3244), [anon_sym_this] = ACTIONS(1752), [anon_sym_super] = ACTIONS(1752), [anon_sym_STAR] = ACTIONS(1752), @@ -95913,8 +96257,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(1754), [anon_sym_continue_AT] = ACTIONS(1754), @@ -95932,318 +96276,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(1754), }, - [498] = { - [sym_getter] = STATE(3151), - [sym_setter] = STATE(3151), - [sym_modifiers] = STATE(8582), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3340), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3342), - [anon_sym_as] = ACTIONS(3340), - [anon_sym_EQ] = ACTIONS(3340), - [anon_sym_LBRACE] = ACTIONS(3342), - [anon_sym_RBRACE] = ACTIONS(3342), - [anon_sym_LPAREN] = ACTIONS(3342), - [anon_sym_COMMA] = ACTIONS(3342), - [anon_sym_LT] = ACTIONS(3340), - [anon_sym_GT] = ACTIONS(3340), - [anon_sym_where] = ACTIONS(3340), - [anon_sym_object] = ACTIONS(3340), - [anon_sym_fun] = ACTIONS(3340), - [anon_sym_DOT] = ACTIONS(3340), - [anon_sym_SEMI] = ACTIONS(3342), - [anon_sym_get] = ACTIONS(3238), - [anon_sym_set] = ACTIONS(3240), - [anon_sym_this] = ACTIONS(3340), - [anon_sym_super] = ACTIONS(3340), - [anon_sym_STAR] = ACTIONS(3340), - [sym_label] = ACTIONS(3340), - [anon_sym_in] = ACTIONS(3340), - [anon_sym_DOT_DOT] = ACTIONS(3342), - [anon_sym_QMARK_COLON] = ACTIONS(3342), - [anon_sym_AMP_AMP] = ACTIONS(3342), - [anon_sym_PIPE_PIPE] = ACTIONS(3342), - [anon_sym_null] = ACTIONS(3340), - [anon_sym_if] = ACTIONS(3340), - [anon_sym_else] = ACTIONS(3340), - [anon_sym_when] = ACTIONS(3340), - [anon_sym_try] = ACTIONS(3340), - [anon_sym_throw] = ACTIONS(3340), - [anon_sym_return] = ACTIONS(3340), - [anon_sym_continue] = ACTIONS(3340), - [anon_sym_break] = ACTIONS(3340), - [anon_sym_COLON_COLON] = ACTIONS(3342), - [anon_sym_PLUS_EQ] = ACTIONS(3342), - [anon_sym_DASH_EQ] = ACTIONS(3342), - [anon_sym_STAR_EQ] = ACTIONS(3342), - [anon_sym_SLASH_EQ] = ACTIONS(3342), - [anon_sym_PERCENT_EQ] = ACTIONS(3342), - [anon_sym_BANG_EQ] = ACTIONS(3340), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3342), - [anon_sym_EQ_EQ] = ACTIONS(3340), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3342), - [anon_sym_LT_EQ] = ACTIONS(3342), - [anon_sym_GT_EQ] = ACTIONS(3342), - [anon_sym_BANGin] = ACTIONS(3342), - [anon_sym_is] = ACTIONS(3340), - [anon_sym_BANGis] = ACTIONS(3342), - [anon_sym_PLUS] = ACTIONS(3340), - [anon_sym_DASH] = ACTIONS(3340), - [anon_sym_SLASH] = ACTIONS(3340), - [anon_sym_PERCENT] = ACTIONS(3340), - [anon_sym_as_QMARK] = ACTIONS(3342), - [anon_sym_PLUS_PLUS] = ACTIONS(3342), - [anon_sym_DASH_DASH] = ACTIONS(3342), - [anon_sym_BANG] = ACTIONS(3340), - [anon_sym_BANG_BANG] = ACTIONS(3342), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3342), - [anon_sym_continue_AT] = ACTIONS(3342), - [anon_sym_break_AT] = ACTIONS(3342), - [sym_real_literal] = ACTIONS(3342), - [sym_integer_literal] = ACTIONS(3340), - [sym_hex_literal] = ACTIONS(3342), - [sym_bin_literal] = ACTIONS(3342), - [anon_sym_true] = ACTIONS(3340), - [anon_sym_false] = ACTIONS(3340), - [anon_sym_SQUOTE] = ACTIONS(3342), - [sym__backtick_identifier] = ACTIONS(3342), - [sym__automatic_semicolon] = ACTIONS(3342), - [sym_safe_nav] = ACTIONS(3342), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3342), - }, - [499] = { - [sym_getter] = STATE(3146), - [sym_setter] = STATE(3146), - [sym_modifiers] = STATE(8582), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1782), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1784), - [anon_sym_as] = ACTIONS(1782), - [anon_sym_EQ] = ACTIONS(1782), - [anon_sym_LBRACE] = ACTIONS(1784), - [anon_sym_RBRACE] = ACTIONS(1784), - [anon_sym_LPAREN] = ACTIONS(1784), - [anon_sym_COMMA] = ACTIONS(1784), - [anon_sym_LT] = ACTIONS(1782), - [anon_sym_GT] = ACTIONS(1782), - [anon_sym_where] = ACTIONS(1782), - [anon_sym_object] = ACTIONS(1782), - [anon_sym_fun] = ACTIONS(1782), - [anon_sym_DOT] = ACTIONS(1782), - [anon_sym_SEMI] = ACTIONS(1784), - [anon_sym_get] = ACTIONS(3238), - [anon_sym_set] = ACTIONS(3240), - [anon_sym_this] = ACTIONS(1782), - [anon_sym_super] = ACTIONS(1782), - [anon_sym_STAR] = ACTIONS(1782), - [sym_label] = ACTIONS(1782), - [anon_sym_in] = ACTIONS(1782), - [anon_sym_DOT_DOT] = ACTIONS(1784), - [anon_sym_QMARK_COLON] = ACTIONS(1784), - [anon_sym_AMP_AMP] = ACTIONS(1784), - [anon_sym_PIPE_PIPE] = ACTIONS(1784), - [anon_sym_null] = ACTIONS(1782), - [anon_sym_if] = ACTIONS(1782), - [anon_sym_else] = ACTIONS(1782), - [anon_sym_when] = ACTIONS(1782), - [anon_sym_try] = ACTIONS(1782), - [anon_sym_throw] = ACTIONS(1782), - [anon_sym_return] = ACTIONS(1782), - [anon_sym_continue] = ACTIONS(1782), - [anon_sym_break] = ACTIONS(1782), - [anon_sym_COLON_COLON] = ACTIONS(1784), - [anon_sym_PLUS_EQ] = ACTIONS(1784), - [anon_sym_DASH_EQ] = ACTIONS(1784), - [anon_sym_STAR_EQ] = ACTIONS(1784), - [anon_sym_SLASH_EQ] = ACTIONS(1784), - [anon_sym_PERCENT_EQ] = ACTIONS(1784), - [anon_sym_BANG_EQ] = ACTIONS(1782), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1784), - [anon_sym_EQ_EQ] = ACTIONS(1782), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1784), - [anon_sym_LT_EQ] = ACTIONS(1784), - [anon_sym_GT_EQ] = ACTIONS(1784), - [anon_sym_BANGin] = ACTIONS(1784), - [anon_sym_is] = ACTIONS(1782), - [anon_sym_BANGis] = ACTIONS(1784), - [anon_sym_PLUS] = ACTIONS(1782), - [anon_sym_DASH] = ACTIONS(1782), - [anon_sym_SLASH] = ACTIONS(1782), - [anon_sym_PERCENT] = ACTIONS(1782), - [anon_sym_as_QMARK] = ACTIONS(1784), - [anon_sym_PLUS_PLUS] = ACTIONS(1784), - [anon_sym_DASH_DASH] = ACTIONS(1784), - [anon_sym_BANG] = ACTIONS(1782), - [anon_sym_BANG_BANG] = ACTIONS(1784), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1784), - [anon_sym_continue_AT] = ACTIONS(1784), - [anon_sym_break_AT] = ACTIONS(1784), - [sym_real_literal] = ACTIONS(1784), - [sym_integer_literal] = ACTIONS(1782), - [sym_hex_literal] = ACTIONS(1784), - [sym_bin_literal] = ACTIONS(1784), - [anon_sym_true] = ACTIONS(1782), - [anon_sym_false] = ACTIONS(1782), - [anon_sym_SQUOTE] = ACTIONS(1784), - [sym__backtick_identifier] = ACTIONS(1784), - [sym__automatic_semicolon] = ACTIONS(1784), - [sym_safe_nav] = ACTIONS(1784), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1784), - }, [500] = { - [sym_property_delegate] = STATE(545), - [sym_getter] = STATE(1069), - [sym_setter] = STATE(1069), - [sym_modifiers] = STATE(8830), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1694), + [sym_getter] = STATE(3288), + [sym_setter] = STATE(3288), + [sym_modifiers] = STATE(8689), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1696), - [anon_sym_as] = ACTIONS(1694), - [anon_sym_EQ] = ACTIONS(3318), - [anon_sym_LBRACE] = ACTIONS(1696), - [anon_sym_RBRACE] = ACTIONS(1696), - [anon_sym_LPAREN] = ACTIONS(1696), - [anon_sym_by] = ACTIONS(3298), - [anon_sym_LT] = ACTIONS(1694), - [anon_sym_GT] = ACTIONS(1694), - [anon_sym_object] = ACTIONS(1694), - [anon_sym_fun] = ACTIONS(1694), - [anon_sym_DOT] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(1838), - [anon_sym_get] = ACTIONS(3308), - [anon_sym_set] = ACTIONS(3310), - [anon_sym_this] = ACTIONS(1694), - [anon_sym_super] = ACTIONS(1694), - [anon_sym_STAR] = ACTIONS(1694), - [sym_label] = ACTIONS(1694), - [anon_sym_in] = ACTIONS(1694), - [anon_sym_DOT_DOT] = ACTIONS(1696), - [anon_sym_QMARK_COLON] = ACTIONS(1696), - [anon_sym_AMP_AMP] = ACTIONS(1696), - [anon_sym_PIPE_PIPE] = ACTIONS(1696), - [anon_sym_null] = ACTIONS(1694), - [anon_sym_if] = ACTIONS(1694), - [anon_sym_else] = ACTIONS(1694), - [anon_sym_when] = ACTIONS(1694), - [anon_sym_try] = ACTIONS(1694), - [anon_sym_throw] = ACTIONS(1694), - [anon_sym_return] = ACTIONS(1694), - [anon_sym_continue] = ACTIONS(1694), - [anon_sym_break] = ACTIONS(1694), - [anon_sym_COLON_COLON] = ACTIONS(1696), - [anon_sym_PLUS_EQ] = ACTIONS(1696), - [anon_sym_DASH_EQ] = ACTIONS(1696), - [anon_sym_STAR_EQ] = ACTIONS(1696), - [anon_sym_SLASH_EQ] = ACTIONS(1696), - [anon_sym_PERCENT_EQ] = ACTIONS(1696), - [anon_sym_BANG_EQ] = ACTIONS(1694), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), - [anon_sym_EQ_EQ] = ACTIONS(1694), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), - [anon_sym_LT_EQ] = ACTIONS(1696), - [anon_sym_GT_EQ] = ACTIONS(1696), - [anon_sym_BANGin] = ACTIONS(1696), - [anon_sym_is] = ACTIONS(1694), - [anon_sym_BANGis] = ACTIONS(1696), - [anon_sym_PLUS] = ACTIONS(1694), - [anon_sym_DASH] = ACTIONS(1694), - [anon_sym_SLASH] = ACTIONS(1694), - [anon_sym_PERCENT] = ACTIONS(1694), - [anon_sym_as_QMARK] = ACTIONS(1696), - [anon_sym_PLUS_PLUS] = ACTIONS(1696), - [anon_sym_DASH_DASH] = ACTIONS(1696), - [anon_sym_BANG] = ACTIONS(1694), - [anon_sym_BANG_BANG] = ACTIONS(1696), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_EQ] = ACTIONS(1784), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_COMMA] = ACTIONS(1786), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_where] = ACTIONS(1784), + [anon_sym_object] = ACTIONS(1784), + [anon_sym_fun] = ACTIONS(1784), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(1788), + [anon_sym_get] = ACTIONS(3242), + [anon_sym_set] = ACTIONS(3244), + [anon_sym_this] = ACTIONS(1784), + [anon_sym_super] = ACTIONS(1784), + [anon_sym_STAR] = ACTIONS(1784), + [sym_label] = ACTIONS(1784), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_null] = ACTIONS(1784), + [anon_sym_if] = ACTIONS(1784), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_when] = ACTIONS(1784), + [anon_sym_try] = ACTIONS(1784), + [anon_sym_throw] = ACTIONS(1784), + [anon_sym_return] = ACTIONS(1784), + [anon_sym_continue] = ACTIONS(1784), + [anon_sym_break] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_PLUS_EQ] = ACTIONS(1786), + [anon_sym_DASH_EQ] = ACTIONS(1786), + [anon_sym_STAR_EQ] = ACTIONS(1786), + [anon_sym_SLASH_EQ] = ACTIONS(1786), + [anon_sym_PERCENT_EQ] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1784), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG] = ACTIONS(1784), + [anon_sym_BANG_BANG] = ACTIONS(1786), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -96267,59 +96375,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1696), - [anon_sym_continue_AT] = ACTIONS(1696), - [anon_sym_break_AT] = ACTIONS(1696), - [sym_real_literal] = ACTIONS(1696), - [sym_integer_literal] = ACTIONS(1694), - [sym_hex_literal] = ACTIONS(1696), - [sym_bin_literal] = ACTIONS(1696), - [anon_sym_true] = ACTIONS(1694), - [anon_sym_false] = ACTIONS(1694), - [anon_sym_SQUOTE] = ACTIONS(1696), - [sym__backtick_identifier] = ACTIONS(1696), - [sym__automatic_semicolon] = ACTIONS(1696), - [sym_safe_nav] = ACTIONS(1696), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1696), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1786), + [anon_sym_continue_AT] = ACTIONS(1786), + [anon_sym_break_AT] = ACTIONS(1786), + [sym_real_literal] = ACTIONS(1786), + [sym_integer_literal] = ACTIONS(1784), + [sym_hex_literal] = ACTIONS(1786), + [sym_bin_literal] = ACTIONS(1786), + [anon_sym_true] = ACTIONS(1784), + [anon_sym_false] = ACTIONS(1784), + [anon_sym_SQUOTE] = ACTIONS(1786), + [sym__backtick_identifier] = ACTIONS(1786), + [sym__automatic_semicolon] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1786), }, [501] = { - [sym_getter] = STATE(3139), - [sym_setter] = STATE(3139), - [sym_modifiers] = STATE(8582), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym_property_delegate] = STATE(546), + [sym_getter] = STATE(1155), + [sym_setter] = STATE(1155), + [sym_modifiers] = STATE(8864), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1752), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1754), [anon_sym_as] = ACTIONS(1752), - [anon_sym_EQ] = ACTIONS(1752), + [anon_sym_EQ] = ACTIONS(3316), [anon_sym_LBRACE] = ACTIONS(1754), [anon_sym_RBRACE] = ACTIONS(1754), [anon_sym_LPAREN] = ACTIONS(1754), - [anon_sym_COMMA] = ACTIONS(1754), + [anon_sym_by] = ACTIONS(3298), [anon_sym_LT] = ACTIONS(1752), [anon_sym_GT] = ACTIONS(1752), - [anon_sym_where] = ACTIONS(1752), [anon_sym_object] = ACTIONS(1752), [anon_sym_fun] = ACTIONS(1752), [anon_sym_DOT] = ACTIONS(1752), - [anon_sym_SEMI] = ACTIONS(1788), - [anon_sym_get] = ACTIONS(3238), - [anon_sym_set] = ACTIONS(3240), + [anon_sym_SEMI] = ACTIONS(1838), + [anon_sym_get] = ACTIONS(3302), + [anon_sym_set] = ACTIONS(3304), [anon_sym_this] = ACTIONS(1752), [anon_sym_super] = ACTIONS(1752), [anon_sym_STAR] = ACTIONS(1752), @@ -96385,8 +96493,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(1754), [anon_sym_continue_AT] = ACTIONS(1754), @@ -96405,39 +96513,157 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(1754), }, [502] = { - [sym_property_delegate] = STATE(576), - [sym_getter] = STATE(3127), - [sym_setter] = STATE(3127), - [sym_modifiers] = STATE(8566), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym_property_delegate] = STATE(594), + [sym_getter] = STATE(3151), + [sym_setter] = STATE(3151), + [sym_modifiers] = STATE(8760), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1764), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1766), + [anon_sym_as] = ACTIONS(1764), + [anon_sym_EQ] = ACTIONS(3342), + [anon_sym_LBRACE] = ACTIONS(1766), + [anon_sym_RBRACE] = ACTIONS(1766), + [anon_sym_LPAREN] = ACTIONS(1766), + [anon_sym_by] = ACTIONS(3298), + [anon_sym_LT] = ACTIONS(1764), + [anon_sym_GT] = ACTIONS(1764), + [anon_sym_object] = ACTIONS(1764), + [anon_sym_fun] = ACTIONS(1764), + [anon_sym_DOT] = ACTIONS(1764), + [anon_sym_SEMI] = ACTIONS(1848), + [anon_sym_get] = ACTIONS(3310), + [anon_sym_set] = ACTIONS(3312), + [anon_sym_this] = ACTIONS(1764), + [anon_sym_super] = ACTIONS(1764), + [anon_sym_STAR] = ACTIONS(1764), + [sym_label] = ACTIONS(1764), + [anon_sym_in] = ACTIONS(1764), + [anon_sym_DOT_DOT] = ACTIONS(1766), + [anon_sym_QMARK_COLON] = ACTIONS(1766), + [anon_sym_AMP_AMP] = ACTIONS(1766), + [anon_sym_PIPE_PIPE] = ACTIONS(1766), + [anon_sym_null] = ACTIONS(1764), + [anon_sym_if] = ACTIONS(1764), + [anon_sym_else] = ACTIONS(1764), + [anon_sym_when] = ACTIONS(1764), + [anon_sym_try] = ACTIONS(1764), + [anon_sym_throw] = ACTIONS(1764), + [anon_sym_return] = ACTIONS(1764), + [anon_sym_continue] = ACTIONS(1764), + [anon_sym_break] = ACTIONS(1764), + [anon_sym_COLON_COLON] = ACTIONS(1766), + [anon_sym_PLUS_EQ] = ACTIONS(1766), + [anon_sym_DASH_EQ] = ACTIONS(1766), + [anon_sym_STAR_EQ] = ACTIONS(1766), + [anon_sym_SLASH_EQ] = ACTIONS(1766), + [anon_sym_PERCENT_EQ] = ACTIONS(1766), + [anon_sym_BANG_EQ] = ACTIONS(1764), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), + [anon_sym_EQ_EQ] = ACTIONS(1764), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1766), + [anon_sym_LT_EQ] = ACTIONS(1766), + [anon_sym_GT_EQ] = ACTIONS(1766), + [anon_sym_BANGin] = ACTIONS(1766), + [anon_sym_is] = ACTIONS(1764), + [anon_sym_BANGis] = ACTIONS(1766), + [anon_sym_PLUS] = ACTIONS(1764), + [anon_sym_DASH] = ACTIONS(1764), + [anon_sym_SLASH] = ACTIONS(1764), + [anon_sym_PERCENT] = ACTIONS(1764), + [anon_sym_as_QMARK] = ACTIONS(1766), + [anon_sym_PLUS_PLUS] = ACTIONS(1766), + [anon_sym_DASH_DASH] = ACTIONS(1766), + [anon_sym_BANG] = ACTIONS(1764), + [anon_sym_BANG_BANG] = ACTIONS(1766), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1766), + [anon_sym_continue_AT] = ACTIONS(1766), + [anon_sym_break_AT] = ACTIONS(1766), + [sym_real_literal] = ACTIONS(1766), + [sym_integer_literal] = ACTIONS(1764), + [sym_hex_literal] = ACTIONS(1766), + [sym_bin_literal] = ACTIONS(1766), + [anon_sym_true] = ACTIONS(1764), + [anon_sym_false] = ACTIONS(1764), + [anon_sym_SQUOTE] = ACTIONS(1766), + [sym__backtick_identifier] = ACTIONS(1766), + [sym__automatic_semicolon] = ACTIONS(1766), + [sym_safe_nav] = ACTIONS(1766), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1766), + }, + [503] = { + [sym_getter] = STATE(1128), + [sym_setter] = STATE(1128), + [sym_modifiers] = STATE(8845), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1770), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1772), [anon_sym_as] = ACTIONS(1770), - [anon_sym_EQ] = ACTIONS(3344), + [anon_sym_EQ] = ACTIONS(1770), [anon_sym_LBRACE] = ACTIONS(1772), [anon_sym_RBRACE] = ACTIONS(1772), [anon_sym_LPAREN] = ACTIONS(1772), - [anon_sym_by] = ACTIONS(3298), + [anon_sym_COMMA] = ACTIONS(1772), [anon_sym_LT] = ACTIONS(1770), [anon_sym_GT] = ACTIONS(1770), + [anon_sym_where] = ACTIONS(1770), [anon_sym_object] = ACTIONS(1770), [anon_sym_fun] = ACTIONS(1770), [anon_sym_DOT] = ACTIONS(1770), - [anon_sym_SEMI] = ACTIONS(1844), - [anon_sym_get] = ACTIONS(3302), - [anon_sym_set] = ACTIONS(3304), + [anon_sym_SEMI] = ACTIONS(1772), + [anon_sym_get] = ACTIONS(3256), + [anon_sym_set] = ACTIONS(3258), [anon_sym_this] = ACTIONS(1770), [anon_sym_super] = ACTIONS(1770), [anon_sym_STAR] = ACTIONS(1770), @@ -96503,8 +96729,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(1772), [anon_sym_continue_AT] = ACTIONS(1772), @@ -96522,22 +96748,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(1772), }, - [503] = { - [sym_getter] = STATE(3139), - [sym_setter] = STATE(3139), - [sym_modifiers] = STATE(8582), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [504] = { + [sym_getter] = STATE(1155), + [sym_setter] = STATE(1155), + [sym_modifiers] = STATE(8845), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1752), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1754), @@ -96554,8 +96780,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_fun] = ACTIONS(1752), [anon_sym_DOT] = ACTIONS(1752), [anon_sym_SEMI] = ACTIONS(1754), - [anon_sym_get] = ACTIONS(3238), - [anon_sym_set] = ACTIONS(3240), + [anon_sym_get] = ACTIONS(3256), + [anon_sym_set] = ACTIONS(3258), [anon_sym_this] = ACTIONS(1752), [anon_sym_super] = ACTIONS(1752), [anon_sym_STAR] = ACTIONS(1752), @@ -96621,8 +96847,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(1754), [anon_sym_continue_AT] = ACTIONS(1754), @@ -96640,82 +96866,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(1754), }, - [504] = { - [sym_getter] = STATE(3127), - [sym_setter] = STATE(3127), - [sym_modifiers] = STATE(8582), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1770), + [505] = { + [sym_getter] = STATE(3129), + [sym_setter] = STATE(3129), + [sym_modifiers] = STATE(8689), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1752), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1772), - [anon_sym_as] = ACTIONS(1770), - [anon_sym_EQ] = ACTIONS(1770), - [anon_sym_LBRACE] = ACTIONS(1772), - [anon_sym_RBRACE] = ACTIONS(1772), - [anon_sym_LPAREN] = ACTIONS(1772), - [anon_sym_COMMA] = ACTIONS(1772), - [anon_sym_LT] = ACTIONS(1770), - [anon_sym_GT] = ACTIONS(1770), - [anon_sym_where] = ACTIONS(1770), - [anon_sym_object] = ACTIONS(1770), - [anon_sym_fun] = ACTIONS(1770), - [anon_sym_DOT] = ACTIONS(1770), - [anon_sym_SEMI] = ACTIONS(1790), - [anon_sym_get] = ACTIONS(3238), - [anon_sym_set] = ACTIONS(3240), - [anon_sym_this] = ACTIONS(1770), - [anon_sym_super] = ACTIONS(1770), - [anon_sym_STAR] = ACTIONS(1770), - [sym_label] = ACTIONS(1770), - [anon_sym_in] = ACTIONS(1770), - [anon_sym_DOT_DOT] = ACTIONS(1772), - [anon_sym_QMARK_COLON] = ACTIONS(1772), - [anon_sym_AMP_AMP] = ACTIONS(1772), - [anon_sym_PIPE_PIPE] = ACTIONS(1772), - [anon_sym_null] = ACTIONS(1770), - [anon_sym_if] = ACTIONS(1770), - [anon_sym_else] = ACTIONS(1770), - [anon_sym_when] = ACTIONS(1770), - [anon_sym_try] = ACTIONS(1770), - [anon_sym_throw] = ACTIONS(1770), - [anon_sym_return] = ACTIONS(1770), - [anon_sym_continue] = ACTIONS(1770), - [anon_sym_break] = ACTIONS(1770), - [anon_sym_COLON_COLON] = ACTIONS(1772), - [anon_sym_PLUS_EQ] = ACTIONS(1772), - [anon_sym_DASH_EQ] = ACTIONS(1772), - [anon_sym_STAR_EQ] = ACTIONS(1772), - [anon_sym_SLASH_EQ] = ACTIONS(1772), - [anon_sym_PERCENT_EQ] = ACTIONS(1772), - [anon_sym_BANG_EQ] = ACTIONS(1770), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1772), - [anon_sym_EQ_EQ] = ACTIONS(1770), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1772), - [anon_sym_LT_EQ] = ACTIONS(1772), - [anon_sym_GT_EQ] = ACTIONS(1772), - [anon_sym_BANGin] = ACTIONS(1772), - [anon_sym_is] = ACTIONS(1770), - [anon_sym_BANGis] = ACTIONS(1772), - [anon_sym_PLUS] = ACTIONS(1770), - [anon_sym_DASH] = ACTIONS(1770), - [anon_sym_SLASH] = ACTIONS(1770), - [anon_sym_PERCENT] = ACTIONS(1770), - [anon_sym_as_QMARK] = ACTIONS(1772), - [anon_sym_PLUS_PLUS] = ACTIONS(1772), - [anon_sym_DASH_DASH] = ACTIONS(1772), - [anon_sym_BANG] = ACTIONS(1770), - [anon_sym_BANG_BANG] = ACTIONS(1772), + [anon_sym_LBRACK] = ACTIONS(1754), + [anon_sym_as] = ACTIONS(1752), + [anon_sym_EQ] = ACTIONS(1752), + [anon_sym_LBRACE] = ACTIONS(1754), + [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_LPAREN] = ACTIONS(1754), + [anon_sym_COMMA] = ACTIONS(1754), + [anon_sym_LT] = ACTIONS(1752), + [anon_sym_GT] = ACTIONS(1752), + [anon_sym_where] = ACTIONS(1752), + [anon_sym_object] = ACTIONS(1752), + [anon_sym_fun] = ACTIONS(1752), + [anon_sym_DOT] = ACTIONS(1752), + [anon_sym_SEMI] = ACTIONS(1754), + [anon_sym_get] = ACTIONS(3242), + [anon_sym_set] = ACTIONS(3244), + [anon_sym_this] = ACTIONS(1752), + [anon_sym_super] = ACTIONS(1752), + [anon_sym_STAR] = ACTIONS(1752), + [sym_label] = ACTIONS(1752), + [anon_sym_in] = ACTIONS(1752), + [anon_sym_DOT_DOT] = ACTIONS(1754), + [anon_sym_QMARK_COLON] = ACTIONS(1754), + [anon_sym_AMP_AMP] = ACTIONS(1754), + [anon_sym_PIPE_PIPE] = ACTIONS(1754), + [anon_sym_null] = ACTIONS(1752), + [anon_sym_if] = ACTIONS(1752), + [anon_sym_else] = ACTIONS(1752), + [anon_sym_when] = ACTIONS(1752), + [anon_sym_try] = ACTIONS(1752), + [anon_sym_throw] = ACTIONS(1752), + [anon_sym_return] = ACTIONS(1752), + [anon_sym_continue] = ACTIONS(1752), + [anon_sym_break] = ACTIONS(1752), + [anon_sym_COLON_COLON] = ACTIONS(1754), + [anon_sym_PLUS_EQ] = ACTIONS(1754), + [anon_sym_DASH_EQ] = ACTIONS(1754), + [anon_sym_STAR_EQ] = ACTIONS(1754), + [anon_sym_SLASH_EQ] = ACTIONS(1754), + [anon_sym_PERCENT_EQ] = ACTIONS(1754), + [anon_sym_BANG_EQ] = ACTIONS(1752), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), + [anon_sym_EQ_EQ] = ACTIONS(1752), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), + [anon_sym_LT_EQ] = ACTIONS(1754), + [anon_sym_GT_EQ] = ACTIONS(1754), + [anon_sym_BANGin] = ACTIONS(1754), + [anon_sym_is] = ACTIONS(1752), + [anon_sym_BANGis] = ACTIONS(1754), + [anon_sym_PLUS] = ACTIONS(1752), + [anon_sym_DASH] = ACTIONS(1752), + [anon_sym_SLASH] = ACTIONS(1752), + [anon_sym_PERCENT] = ACTIONS(1752), + [anon_sym_as_QMARK] = ACTIONS(1754), + [anon_sym_PLUS_PLUS] = ACTIONS(1754), + [anon_sym_DASH_DASH] = ACTIONS(1754), + [anon_sym_BANG] = ACTIONS(1752), + [anon_sym_BANG_BANG] = ACTIONS(1754), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -96739,101 +96965,101 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1772), - [anon_sym_continue_AT] = ACTIONS(1772), - [anon_sym_break_AT] = ACTIONS(1772), - [sym_real_literal] = ACTIONS(1772), - [sym_integer_literal] = ACTIONS(1770), - [sym_hex_literal] = ACTIONS(1772), - [sym_bin_literal] = ACTIONS(1772), - [anon_sym_true] = ACTIONS(1770), - [anon_sym_false] = ACTIONS(1770), - [anon_sym_SQUOTE] = ACTIONS(1772), - [sym__backtick_identifier] = ACTIONS(1772), - [sym__automatic_semicolon] = ACTIONS(1772), - [sym_safe_nav] = ACTIONS(1772), + [anon_sym_return_AT] = ACTIONS(1754), + [anon_sym_continue_AT] = ACTIONS(1754), + [anon_sym_break_AT] = ACTIONS(1754), + [sym_real_literal] = ACTIONS(1754), + [sym_integer_literal] = ACTIONS(1752), + [sym_hex_literal] = ACTIONS(1754), + [sym_bin_literal] = ACTIONS(1754), + [anon_sym_true] = ACTIONS(1752), + [anon_sym_false] = ACTIONS(1752), + [anon_sym_SQUOTE] = ACTIONS(1754), + [sym__backtick_identifier] = ACTIONS(1754), + [sym__automatic_semicolon] = ACTIONS(1754), + [sym_safe_nav] = ACTIONS(1754), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1772), + [sym__string_start] = ACTIONS(1754), }, - [505] = { - [sym_property_delegate] = STATE(580), - [sym_getter] = STATE(1107), - [sym_setter] = STATE(1107), - [sym_modifiers] = STATE(8830), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), + [506] = { + [sym_getter] = STATE(3175), + [sym_setter] = STATE(3175), + [sym_modifiers] = STATE(8689), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3338), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_EQ] = ACTIONS(3334), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_by] = ACTIONS(3298), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_object] = ACTIONS(3254), - [anon_sym_fun] = ACTIONS(3254), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(3336), - [anon_sym_get] = ACTIONS(3308), - [anon_sym_set] = ACTIONS(3310), - [anon_sym_this] = ACTIONS(3254), - [anon_sym_super] = ACTIONS(3254), - [anon_sym_STAR] = ACTIONS(3254), - [sym_label] = ACTIONS(3254), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_null] = ACTIONS(3254), - [anon_sym_if] = ACTIONS(3254), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_when] = ACTIONS(3254), - [anon_sym_try] = ACTIONS(3254), - [anon_sym_throw] = ACTIONS(3254), - [anon_sym_return] = ACTIONS(3254), - [anon_sym_continue] = ACTIONS(3254), - [anon_sym_break] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_PLUS_EQ] = ACTIONS(3256), - [anon_sym_DASH_EQ] = ACTIONS(3256), - [anon_sym_STAR_EQ] = ACTIONS(3256), - [anon_sym_SLASH_EQ] = ACTIONS(3256), - [anon_sym_PERCENT_EQ] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3254), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG] = ACTIONS(3254), - [anon_sym_BANG_BANG] = ACTIONS(3256), + [anon_sym_LBRACK] = ACTIONS(3340), + [anon_sym_as] = ACTIONS(3338), + [anon_sym_EQ] = ACTIONS(3338), + [anon_sym_LBRACE] = ACTIONS(3340), + [anon_sym_RBRACE] = ACTIONS(3340), + [anon_sym_LPAREN] = ACTIONS(3340), + [anon_sym_COMMA] = ACTIONS(3340), + [anon_sym_LT] = ACTIONS(3338), + [anon_sym_GT] = ACTIONS(3338), + [anon_sym_where] = ACTIONS(3338), + [anon_sym_object] = ACTIONS(3338), + [anon_sym_fun] = ACTIONS(3338), + [anon_sym_DOT] = ACTIONS(3338), + [anon_sym_SEMI] = ACTIONS(3340), + [anon_sym_get] = ACTIONS(3242), + [anon_sym_set] = ACTIONS(3244), + [anon_sym_this] = ACTIONS(3338), + [anon_sym_super] = ACTIONS(3338), + [anon_sym_STAR] = ACTIONS(3338), + [sym_label] = ACTIONS(3338), + [anon_sym_in] = ACTIONS(3338), + [anon_sym_DOT_DOT] = ACTIONS(3340), + [anon_sym_QMARK_COLON] = ACTIONS(3340), + [anon_sym_AMP_AMP] = ACTIONS(3340), + [anon_sym_PIPE_PIPE] = ACTIONS(3340), + [anon_sym_null] = ACTIONS(3338), + [anon_sym_if] = ACTIONS(3338), + [anon_sym_else] = ACTIONS(3338), + [anon_sym_when] = ACTIONS(3338), + [anon_sym_try] = ACTIONS(3338), + [anon_sym_throw] = ACTIONS(3338), + [anon_sym_return] = ACTIONS(3338), + [anon_sym_continue] = ACTIONS(3338), + [anon_sym_break] = ACTIONS(3338), + [anon_sym_COLON_COLON] = ACTIONS(3340), + [anon_sym_PLUS_EQ] = ACTIONS(3340), + [anon_sym_DASH_EQ] = ACTIONS(3340), + [anon_sym_STAR_EQ] = ACTIONS(3340), + [anon_sym_SLASH_EQ] = ACTIONS(3340), + [anon_sym_PERCENT_EQ] = ACTIONS(3340), + [anon_sym_BANG_EQ] = ACTIONS(3338), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3340), + [anon_sym_EQ_EQ] = ACTIONS(3338), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3340), + [anon_sym_LT_EQ] = ACTIONS(3340), + [anon_sym_GT_EQ] = ACTIONS(3340), + [anon_sym_BANGin] = ACTIONS(3340), + [anon_sym_is] = ACTIONS(3338), + [anon_sym_BANGis] = ACTIONS(3340), + [anon_sym_PLUS] = ACTIONS(3338), + [anon_sym_DASH] = ACTIONS(3338), + [anon_sym_SLASH] = ACTIONS(3338), + [anon_sym_PERCENT] = ACTIONS(3338), + [anon_sym_as_QMARK] = ACTIONS(3340), + [anon_sym_PLUS_PLUS] = ACTIONS(3340), + [anon_sym_DASH_DASH] = ACTIONS(3340), + [anon_sym_BANG] = ACTIONS(3338), + [anon_sym_BANG_BANG] = ACTIONS(3340), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -96857,101 +97083,101 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3256), - [anon_sym_continue_AT] = ACTIONS(3256), - [anon_sym_break_AT] = ACTIONS(3256), - [sym_real_literal] = ACTIONS(3256), - [sym_integer_literal] = ACTIONS(3254), - [sym_hex_literal] = ACTIONS(3256), - [sym_bin_literal] = ACTIONS(3256), - [anon_sym_true] = ACTIONS(3254), - [anon_sym_false] = ACTIONS(3254), - [anon_sym_SQUOTE] = ACTIONS(3256), - [sym__backtick_identifier] = ACTIONS(3256), - [sym__automatic_semicolon] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3256), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3340), + [anon_sym_continue_AT] = ACTIONS(3340), + [anon_sym_break_AT] = ACTIONS(3340), + [sym_real_literal] = ACTIONS(3340), + [sym_integer_literal] = ACTIONS(3338), + [sym_hex_literal] = ACTIONS(3340), + [sym_bin_literal] = ACTIONS(3340), + [anon_sym_true] = ACTIONS(3338), + [anon_sym_false] = ACTIONS(3338), + [anon_sym_SQUOTE] = ACTIONS(3340), + [sym__backtick_identifier] = ACTIONS(3340), + [sym__automatic_semicolon] = ACTIONS(3340), + [sym_safe_nav] = ACTIONS(3340), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3340), }, - [506] = { - [sym_getter] = STATE(3127), - [sym_setter] = STATE(3127), - [sym_modifiers] = STATE(8582), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1770), + [507] = { + [sym_getter] = STATE(3288), + [sym_setter] = STATE(3288), + [sym_modifiers] = STATE(8689), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1772), - [anon_sym_as] = ACTIONS(1770), - [anon_sym_EQ] = ACTIONS(1770), - [anon_sym_LBRACE] = ACTIONS(1772), - [anon_sym_RBRACE] = ACTIONS(1772), - [anon_sym_LPAREN] = ACTIONS(1772), - [anon_sym_COMMA] = ACTIONS(1772), - [anon_sym_LT] = ACTIONS(1770), - [anon_sym_GT] = ACTIONS(1770), - [anon_sym_where] = ACTIONS(1770), - [anon_sym_object] = ACTIONS(1770), - [anon_sym_fun] = ACTIONS(1770), - [anon_sym_DOT] = ACTIONS(1770), - [anon_sym_SEMI] = ACTIONS(1772), - [anon_sym_get] = ACTIONS(3238), - [anon_sym_set] = ACTIONS(3240), - [anon_sym_this] = ACTIONS(1770), - [anon_sym_super] = ACTIONS(1770), - [anon_sym_STAR] = ACTIONS(1770), - [sym_label] = ACTIONS(1770), - [anon_sym_in] = ACTIONS(1770), - [anon_sym_DOT_DOT] = ACTIONS(1772), - [anon_sym_QMARK_COLON] = ACTIONS(1772), - [anon_sym_AMP_AMP] = ACTIONS(1772), - [anon_sym_PIPE_PIPE] = ACTIONS(1772), - [anon_sym_null] = ACTIONS(1770), - [anon_sym_if] = ACTIONS(1770), - [anon_sym_else] = ACTIONS(1770), - [anon_sym_when] = ACTIONS(1770), - [anon_sym_try] = ACTIONS(1770), - [anon_sym_throw] = ACTIONS(1770), - [anon_sym_return] = ACTIONS(1770), - [anon_sym_continue] = ACTIONS(1770), - [anon_sym_break] = ACTIONS(1770), - [anon_sym_COLON_COLON] = ACTIONS(1772), - [anon_sym_PLUS_EQ] = ACTIONS(1772), - [anon_sym_DASH_EQ] = ACTIONS(1772), - [anon_sym_STAR_EQ] = ACTIONS(1772), - [anon_sym_SLASH_EQ] = ACTIONS(1772), - [anon_sym_PERCENT_EQ] = ACTIONS(1772), - [anon_sym_BANG_EQ] = ACTIONS(1770), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1772), - [anon_sym_EQ_EQ] = ACTIONS(1770), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1772), - [anon_sym_LT_EQ] = ACTIONS(1772), - [anon_sym_GT_EQ] = ACTIONS(1772), - [anon_sym_BANGin] = ACTIONS(1772), - [anon_sym_is] = ACTIONS(1770), - [anon_sym_BANGis] = ACTIONS(1772), - [anon_sym_PLUS] = ACTIONS(1770), - [anon_sym_DASH] = ACTIONS(1770), - [anon_sym_SLASH] = ACTIONS(1770), - [anon_sym_PERCENT] = ACTIONS(1770), - [anon_sym_as_QMARK] = ACTIONS(1772), - [anon_sym_PLUS_PLUS] = ACTIONS(1772), - [anon_sym_DASH_DASH] = ACTIONS(1772), - [anon_sym_BANG] = ACTIONS(1770), - [anon_sym_BANG_BANG] = ACTIONS(1772), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_EQ] = ACTIONS(1784), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_COMMA] = ACTIONS(1786), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_where] = ACTIONS(1784), + [anon_sym_object] = ACTIONS(1784), + [anon_sym_fun] = ACTIONS(1784), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(1786), + [anon_sym_get] = ACTIONS(3242), + [anon_sym_set] = ACTIONS(3244), + [anon_sym_this] = ACTIONS(1784), + [anon_sym_super] = ACTIONS(1784), + [anon_sym_STAR] = ACTIONS(1784), + [sym_label] = ACTIONS(1784), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_null] = ACTIONS(1784), + [anon_sym_if] = ACTIONS(1784), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_when] = ACTIONS(1784), + [anon_sym_try] = ACTIONS(1784), + [anon_sym_throw] = ACTIONS(1784), + [anon_sym_return] = ACTIONS(1784), + [anon_sym_continue] = ACTIONS(1784), + [anon_sym_break] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_PLUS_EQ] = ACTIONS(1786), + [anon_sym_DASH_EQ] = ACTIONS(1786), + [anon_sym_STAR_EQ] = ACTIONS(1786), + [anon_sym_SLASH_EQ] = ACTIONS(1786), + [anon_sym_PERCENT_EQ] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1784), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG] = ACTIONS(1784), + [anon_sym_BANG_BANG] = ACTIONS(1786), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -96975,101 +97201,101 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1772), - [anon_sym_continue_AT] = ACTIONS(1772), - [anon_sym_break_AT] = ACTIONS(1772), - [sym_real_literal] = ACTIONS(1772), - [sym_integer_literal] = ACTIONS(1770), - [sym_hex_literal] = ACTIONS(1772), - [sym_bin_literal] = ACTIONS(1772), - [anon_sym_true] = ACTIONS(1770), - [anon_sym_false] = ACTIONS(1770), - [anon_sym_SQUOTE] = ACTIONS(1772), - [sym__backtick_identifier] = ACTIONS(1772), - [sym__automatic_semicolon] = ACTIONS(1772), - [sym_safe_nav] = ACTIONS(1772), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1772), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1786), + [anon_sym_continue_AT] = ACTIONS(1786), + [anon_sym_break_AT] = ACTIONS(1786), + [sym_real_literal] = ACTIONS(1786), + [sym_integer_literal] = ACTIONS(1784), + [sym_hex_literal] = ACTIONS(1786), + [sym_bin_literal] = ACTIONS(1786), + [anon_sym_true] = ACTIONS(1784), + [anon_sym_false] = ACTIONS(1784), + [anon_sym_SQUOTE] = ACTIONS(1786), + [sym__backtick_identifier] = ACTIONS(1786), + [sym__automatic_semicolon] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1786), }, - [507] = { - [sym_getter] = STATE(3166), - [sym_setter] = STATE(3166), - [sym_modifiers] = STATE(8582), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), + [508] = { + [sym_property_delegate] = STATE(563), + [sym_getter] = STATE(1142), + [sym_setter] = STATE(1142), + [sym_modifiers] = STATE(8864), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_EQ] = ACTIONS(1776), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_COMMA] = ACTIONS(1778), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_where] = ACTIONS(1776), - [anon_sym_object] = ACTIONS(1776), - [anon_sym_fun] = ACTIONS(1776), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(1792), - [anon_sym_get] = ACTIONS(3238), - [anon_sym_set] = ACTIONS(3240), - [anon_sym_this] = ACTIONS(1776), - [anon_sym_super] = ACTIONS(1776), - [anon_sym_STAR] = ACTIONS(1776), - [sym_label] = ACTIONS(1776), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_null] = ACTIONS(1776), - [anon_sym_if] = ACTIONS(1776), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_when] = ACTIONS(1776), - [anon_sym_try] = ACTIONS(1776), - [anon_sym_throw] = ACTIONS(1776), - [anon_sym_return] = ACTIONS(1776), - [anon_sym_continue] = ACTIONS(1776), - [anon_sym_break] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_PLUS_EQ] = ACTIONS(1778), - [anon_sym_DASH_EQ] = ACTIONS(1778), - [anon_sym_STAR_EQ] = ACTIONS(1778), - [anon_sym_SLASH_EQ] = ACTIONS(1778), - [anon_sym_PERCENT_EQ] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1776), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG] = ACTIONS(1776), - [anon_sym_BANG_BANG] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_EQ] = ACTIONS(3296), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_by] = ACTIONS(3298), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_object] = ACTIONS(3278), + [anon_sym_fun] = ACTIONS(3278), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(3300), + [anon_sym_get] = ACTIONS(3302), + [anon_sym_set] = ACTIONS(3304), + [anon_sym_this] = ACTIONS(3278), + [anon_sym_super] = ACTIONS(3278), + [anon_sym_STAR] = ACTIONS(3278), + [sym_label] = ACTIONS(3278), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_null] = ACTIONS(3278), + [anon_sym_if] = ACTIONS(3278), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_when] = ACTIONS(3278), + [anon_sym_try] = ACTIONS(3278), + [anon_sym_throw] = ACTIONS(3278), + [anon_sym_return] = ACTIONS(3278), + [anon_sym_continue] = ACTIONS(3278), + [anon_sym_break] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_PLUS_EQ] = ACTIONS(3280), + [anon_sym_DASH_EQ] = ACTIONS(3280), + [anon_sym_STAR_EQ] = ACTIONS(3280), + [anon_sym_SLASH_EQ] = ACTIONS(3280), + [anon_sym_PERCENT_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3278), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG] = ACTIONS(3278), + [anon_sym_BANG_BANG] = ACTIONS(3280), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -97093,101 +97319,101 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1778), - [anon_sym_continue_AT] = ACTIONS(1778), - [anon_sym_break_AT] = ACTIONS(1778), - [sym_real_literal] = ACTIONS(1778), - [sym_integer_literal] = ACTIONS(1776), - [sym_hex_literal] = ACTIONS(1778), - [sym_bin_literal] = ACTIONS(1778), - [anon_sym_true] = ACTIONS(1776), - [anon_sym_false] = ACTIONS(1776), - [anon_sym_SQUOTE] = ACTIONS(1778), - [sym__backtick_identifier] = ACTIONS(1778), - [sym__automatic_semicolon] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1778), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3280), + [anon_sym_continue_AT] = ACTIONS(3280), + [anon_sym_break_AT] = ACTIONS(3280), + [sym_real_literal] = ACTIONS(3280), + [sym_integer_literal] = ACTIONS(3278), + [sym_hex_literal] = ACTIONS(3280), + [sym_bin_literal] = ACTIONS(3280), + [anon_sym_true] = ACTIONS(3278), + [anon_sym_false] = ACTIONS(3278), + [anon_sym_SQUOTE] = ACTIONS(3280), + [sym__backtick_identifier] = ACTIONS(3280), + [sym__automatic_semicolon] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3280), }, - [508] = { - [sym_getter] = STATE(3166), - [sym_setter] = STATE(3166), - [sym_modifiers] = STATE(8582), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), + [509] = { + [sym_getter] = STATE(3447), + [sym_setter] = STATE(3447), + [sym_modifiers] = STATE(8689), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_EQ] = ACTIONS(1776), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_COMMA] = ACTIONS(1778), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_where] = ACTIONS(1776), - [anon_sym_object] = ACTIONS(1776), - [anon_sym_fun] = ACTIONS(1776), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(1778), - [anon_sym_get] = ACTIONS(3238), - [anon_sym_set] = ACTIONS(3240), - [anon_sym_this] = ACTIONS(1776), - [anon_sym_super] = ACTIONS(1776), - [anon_sym_STAR] = ACTIONS(1776), - [sym_label] = ACTIONS(1776), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_null] = ACTIONS(1776), - [anon_sym_if] = ACTIONS(1776), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_when] = ACTIONS(1776), - [anon_sym_try] = ACTIONS(1776), - [anon_sym_throw] = ACTIONS(1776), - [anon_sym_return] = ACTIONS(1776), - [anon_sym_continue] = ACTIONS(1776), - [anon_sym_break] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_PLUS_EQ] = ACTIONS(1778), - [anon_sym_DASH_EQ] = ACTIONS(1778), - [anon_sym_STAR_EQ] = ACTIONS(1778), - [anon_sym_SLASH_EQ] = ACTIONS(1778), - [anon_sym_PERCENT_EQ] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1776), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG] = ACTIONS(1776), - [anon_sym_BANG_BANG] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_EQ] = ACTIONS(3278), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_COMMA] = ACTIONS(3280), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_where] = ACTIONS(3278), + [anon_sym_object] = ACTIONS(3278), + [anon_sym_fun] = ACTIONS(3278), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(3290), + [anon_sym_get] = ACTIONS(3242), + [anon_sym_set] = ACTIONS(3244), + [anon_sym_this] = ACTIONS(3278), + [anon_sym_super] = ACTIONS(3278), + [anon_sym_STAR] = ACTIONS(3278), + [sym_label] = ACTIONS(3278), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_null] = ACTIONS(3278), + [anon_sym_if] = ACTIONS(3278), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_when] = ACTIONS(3278), + [anon_sym_try] = ACTIONS(3278), + [anon_sym_throw] = ACTIONS(3278), + [anon_sym_return] = ACTIONS(3278), + [anon_sym_continue] = ACTIONS(3278), + [anon_sym_break] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_PLUS_EQ] = ACTIONS(3280), + [anon_sym_DASH_EQ] = ACTIONS(3280), + [anon_sym_STAR_EQ] = ACTIONS(3280), + [anon_sym_SLASH_EQ] = ACTIONS(3280), + [anon_sym_PERCENT_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3278), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG] = ACTIONS(3278), + [anon_sym_BANG_BANG] = ACTIONS(3280), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -97211,101 +97437,101 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1778), - [anon_sym_continue_AT] = ACTIONS(1778), - [anon_sym_break_AT] = ACTIONS(1778), - [sym_real_literal] = ACTIONS(1778), - [sym_integer_literal] = ACTIONS(1776), - [sym_hex_literal] = ACTIONS(1778), - [sym_bin_literal] = ACTIONS(1778), - [anon_sym_true] = ACTIONS(1776), - [anon_sym_false] = ACTIONS(1776), - [anon_sym_SQUOTE] = ACTIONS(1778), - [sym__backtick_identifier] = ACTIONS(1778), - [sym__automatic_semicolon] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1778), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3280), + [anon_sym_continue_AT] = ACTIONS(3280), + [anon_sym_break_AT] = ACTIONS(3280), + [sym_real_literal] = ACTIONS(3280), + [sym_integer_literal] = ACTIONS(3278), + [sym_hex_literal] = ACTIONS(3280), + [sym_bin_literal] = ACTIONS(3280), + [anon_sym_true] = ACTIONS(3278), + [anon_sym_false] = ACTIONS(3278), + [anon_sym_SQUOTE] = ACTIONS(3280), + [sym__backtick_identifier] = ACTIONS(3280), + [sym__automatic_semicolon] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3280), }, - [509] = { - [sym_getter] = STATE(1164), - [sym_setter] = STATE(1164), - [sym_modifiers] = STATE(8548), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1752), + [510] = { + [sym_getter] = STATE(1120), + [sym_setter] = STATE(1120), + [sym_modifiers] = STATE(8845), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1778), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1754), - [anon_sym_as] = ACTIONS(1752), - [anon_sym_EQ] = ACTIONS(1752), - [anon_sym_LBRACE] = ACTIONS(1754), - [anon_sym_RBRACE] = ACTIONS(1754), - [anon_sym_LPAREN] = ACTIONS(1754), - [anon_sym_COMMA] = ACTIONS(1754), - [anon_sym_LT] = ACTIONS(1752), - [anon_sym_GT] = ACTIONS(1752), - [anon_sym_where] = ACTIONS(1752), - [anon_sym_object] = ACTIONS(1752), - [anon_sym_fun] = ACTIONS(1752), - [anon_sym_DOT] = ACTIONS(1752), - [anon_sym_SEMI] = ACTIONS(1754), - [anon_sym_get] = ACTIONS(3246), - [anon_sym_set] = ACTIONS(3248), - [anon_sym_this] = ACTIONS(1752), - [anon_sym_super] = ACTIONS(1752), - [anon_sym_STAR] = ACTIONS(1752), - [sym_label] = ACTIONS(1752), - [anon_sym_in] = ACTIONS(1752), - [anon_sym_DOT_DOT] = ACTIONS(1754), - [anon_sym_QMARK_COLON] = ACTIONS(1754), - [anon_sym_AMP_AMP] = ACTIONS(1754), - [anon_sym_PIPE_PIPE] = ACTIONS(1754), - [anon_sym_null] = ACTIONS(1752), - [anon_sym_if] = ACTIONS(1752), - [anon_sym_else] = ACTIONS(1752), - [anon_sym_when] = ACTIONS(1752), - [anon_sym_try] = ACTIONS(1752), - [anon_sym_throw] = ACTIONS(1752), - [anon_sym_return] = ACTIONS(1752), - [anon_sym_continue] = ACTIONS(1752), - [anon_sym_break] = ACTIONS(1752), - [anon_sym_COLON_COLON] = ACTIONS(1754), - [anon_sym_PLUS_EQ] = ACTIONS(1754), - [anon_sym_DASH_EQ] = ACTIONS(1754), - [anon_sym_STAR_EQ] = ACTIONS(1754), - [anon_sym_SLASH_EQ] = ACTIONS(1754), - [anon_sym_PERCENT_EQ] = ACTIONS(1754), - [anon_sym_BANG_EQ] = ACTIONS(1752), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), - [anon_sym_EQ_EQ] = ACTIONS(1752), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), - [anon_sym_LT_EQ] = ACTIONS(1754), - [anon_sym_GT_EQ] = ACTIONS(1754), - [anon_sym_BANGin] = ACTIONS(1754), - [anon_sym_is] = ACTIONS(1752), - [anon_sym_BANGis] = ACTIONS(1754), - [anon_sym_PLUS] = ACTIONS(1752), - [anon_sym_DASH] = ACTIONS(1752), - [anon_sym_SLASH] = ACTIONS(1752), - [anon_sym_PERCENT] = ACTIONS(1752), - [anon_sym_as_QMARK] = ACTIONS(1754), - [anon_sym_PLUS_PLUS] = ACTIONS(1754), - [anon_sym_DASH_DASH] = ACTIONS(1754), - [anon_sym_BANG] = ACTIONS(1752), - [anon_sym_BANG_BANG] = ACTIONS(1754), + [anon_sym_LBRACK] = ACTIONS(1780), + [anon_sym_as] = ACTIONS(1778), + [anon_sym_EQ] = ACTIONS(1778), + [anon_sym_LBRACE] = ACTIONS(1780), + [anon_sym_RBRACE] = ACTIONS(1780), + [anon_sym_LPAREN] = ACTIONS(1780), + [anon_sym_COMMA] = ACTIONS(1780), + [anon_sym_LT] = ACTIONS(1778), + [anon_sym_GT] = ACTIONS(1778), + [anon_sym_where] = ACTIONS(1778), + [anon_sym_object] = ACTIONS(1778), + [anon_sym_fun] = ACTIONS(1778), + [anon_sym_DOT] = ACTIONS(1778), + [anon_sym_SEMI] = ACTIONS(1780), + [anon_sym_get] = ACTIONS(3256), + [anon_sym_set] = ACTIONS(3258), + [anon_sym_this] = ACTIONS(1778), + [anon_sym_super] = ACTIONS(1778), + [anon_sym_STAR] = ACTIONS(1778), + [sym_label] = ACTIONS(1778), + [anon_sym_in] = ACTIONS(1778), + [anon_sym_DOT_DOT] = ACTIONS(1780), + [anon_sym_QMARK_COLON] = ACTIONS(1780), + [anon_sym_AMP_AMP] = ACTIONS(1780), + [anon_sym_PIPE_PIPE] = ACTIONS(1780), + [anon_sym_null] = ACTIONS(1778), + [anon_sym_if] = ACTIONS(1778), + [anon_sym_else] = ACTIONS(1778), + [anon_sym_when] = ACTIONS(1778), + [anon_sym_try] = ACTIONS(1778), + [anon_sym_throw] = ACTIONS(1778), + [anon_sym_return] = ACTIONS(1778), + [anon_sym_continue] = ACTIONS(1778), + [anon_sym_break] = ACTIONS(1778), + [anon_sym_COLON_COLON] = ACTIONS(1780), + [anon_sym_PLUS_EQ] = ACTIONS(1780), + [anon_sym_DASH_EQ] = ACTIONS(1780), + [anon_sym_STAR_EQ] = ACTIONS(1780), + [anon_sym_SLASH_EQ] = ACTIONS(1780), + [anon_sym_PERCENT_EQ] = ACTIONS(1780), + [anon_sym_BANG_EQ] = ACTIONS(1778), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1780), + [anon_sym_EQ_EQ] = ACTIONS(1778), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1780), + [anon_sym_LT_EQ] = ACTIONS(1780), + [anon_sym_GT_EQ] = ACTIONS(1780), + [anon_sym_BANGin] = ACTIONS(1780), + [anon_sym_is] = ACTIONS(1778), + [anon_sym_BANGis] = ACTIONS(1780), + [anon_sym_PLUS] = ACTIONS(1778), + [anon_sym_DASH] = ACTIONS(1778), + [anon_sym_SLASH] = ACTIONS(1778), + [anon_sym_PERCENT] = ACTIONS(1778), + [anon_sym_as_QMARK] = ACTIONS(1780), + [anon_sym_PLUS_PLUS] = ACTIONS(1780), + [anon_sym_DASH_DASH] = ACTIONS(1780), + [anon_sym_BANG] = ACTIONS(1778), + [anon_sym_BANG_BANG] = ACTIONS(1780), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -97329,59 +97555,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1754), - [anon_sym_continue_AT] = ACTIONS(1754), - [anon_sym_break_AT] = ACTIONS(1754), - [sym_real_literal] = ACTIONS(1754), - [sym_integer_literal] = ACTIONS(1752), - [sym_hex_literal] = ACTIONS(1754), - [sym_bin_literal] = ACTIONS(1754), - [anon_sym_true] = ACTIONS(1752), - [anon_sym_false] = ACTIONS(1752), - [anon_sym_SQUOTE] = ACTIONS(1754), - [sym__backtick_identifier] = ACTIONS(1754), - [sym__automatic_semicolon] = ACTIONS(1754), - [sym_safe_nav] = ACTIONS(1754), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1754), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1780), + [anon_sym_continue_AT] = ACTIONS(1780), + [anon_sym_break_AT] = ACTIONS(1780), + [sym_real_literal] = ACTIONS(1780), + [sym_integer_literal] = ACTIONS(1778), + [sym_hex_literal] = ACTIONS(1780), + [sym_bin_literal] = ACTIONS(1780), + [anon_sym_true] = ACTIONS(1778), + [anon_sym_false] = ACTIONS(1778), + [anon_sym_SQUOTE] = ACTIONS(1780), + [sym__backtick_identifier] = ACTIONS(1780), + [sym__automatic_semicolon] = ACTIONS(1780), + [sym_safe_nav] = ACTIONS(1780), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1780), }, - [510] = { - [sym_getter] = STATE(3228), - [sym_setter] = STATE(3228), - [sym_modifiers] = STATE(8582), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [511] = { + [sym_property_delegate] = STATE(598), + [sym_getter] = STATE(1138), + [sym_setter] = STATE(1138), + [sym_modifiers] = STATE(8864), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1764), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1766), [anon_sym_as] = ACTIONS(1764), - [anon_sym_EQ] = ACTIONS(1764), + [anon_sym_EQ] = ACTIONS(3344), [anon_sym_LBRACE] = ACTIONS(1766), [anon_sym_RBRACE] = ACTIONS(1766), [anon_sym_LPAREN] = ACTIONS(1766), - [anon_sym_COMMA] = ACTIONS(1766), + [anon_sym_by] = ACTIONS(3298), [anon_sym_LT] = ACTIONS(1764), [anon_sym_GT] = ACTIONS(1764), - [anon_sym_where] = ACTIONS(1764), [anon_sym_object] = ACTIONS(1764), [anon_sym_fun] = ACTIONS(1764), [anon_sym_DOT] = ACTIONS(1764), - [anon_sym_SEMI] = ACTIONS(1766), - [anon_sym_get] = ACTIONS(3238), - [anon_sym_set] = ACTIONS(3240), + [anon_sym_SEMI] = ACTIONS(1836), + [anon_sym_get] = ACTIONS(3302), + [anon_sym_set] = ACTIONS(3304), [anon_sym_this] = ACTIONS(1764), [anon_sym_super] = ACTIONS(1764), [anon_sym_STAR] = ACTIONS(1764), @@ -97447,8 +97673,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(1766), [anon_sym_continue_AT] = ACTIONS(1766), @@ -97466,82 +97692,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(1766), }, - [511] = { - [sym_getter] = STATE(3334), - [sym_setter] = STATE(3334), - [sym_modifiers] = STATE(8582), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1694), + [512] = { + [sym_getter] = STATE(3151), + [sym_setter] = STATE(3151), + [sym_modifiers] = STATE(8689), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1764), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1696), - [anon_sym_as] = ACTIONS(1694), - [anon_sym_EQ] = ACTIONS(1694), - [anon_sym_LBRACE] = ACTIONS(1696), - [anon_sym_RBRACE] = ACTIONS(1696), - [anon_sym_LPAREN] = ACTIONS(1696), - [anon_sym_COMMA] = ACTIONS(1696), - [anon_sym_LT] = ACTIONS(1694), - [anon_sym_GT] = ACTIONS(1694), - [anon_sym_where] = ACTIONS(1694), - [anon_sym_object] = ACTIONS(1694), - [anon_sym_fun] = ACTIONS(1694), - [anon_sym_DOT] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(1758), - [anon_sym_get] = ACTIONS(3238), - [anon_sym_set] = ACTIONS(3240), - [anon_sym_this] = ACTIONS(1694), - [anon_sym_super] = ACTIONS(1694), - [anon_sym_STAR] = ACTIONS(1694), - [sym_label] = ACTIONS(1694), - [anon_sym_in] = ACTIONS(1694), - [anon_sym_DOT_DOT] = ACTIONS(1696), - [anon_sym_QMARK_COLON] = ACTIONS(1696), - [anon_sym_AMP_AMP] = ACTIONS(1696), - [anon_sym_PIPE_PIPE] = ACTIONS(1696), - [anon_sym_null] = ACTIONS(1694), - [anon_sym_if] = ACTIONS(1694), - [anon_sym_else] = ACTIONS(1694), - [anon_sym_when] = ACTIONS(1694), - [anon_sym_try] = ACTIONS(1694), - [anon_sym_throw] = ACTIONS(1694), - [anon_sym_return] = ACTIONS(1694), - [anon_sym_continue] = ACTIONS(1694), - [anon_sym_break] = ACTIONS(1694), - [anon_sym_COLON_COLON] = ACTIONS(1696), - [anon_sym_PLUS_EQ] = ACTIONS(1696), - [anon_sym_DASH_EQ] = ACTIONS(1696), - [anon_sym_STAR_EQ] = ACTIONS(1696), - [anon_sym_SLASH_EQ] = ACTIONS(1696), - [anon_sym_PERCENT_EQ] = ACTIONS(1696), - [anon_sym_BANG_EQ] = ACTIONS(1694), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), - [anon_sym_EQ_EQ] = ACTIONS(1694), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), - [anon_sym_LT_EQ] = ACTIONS(1696), - [anon_sym_GT_EQ] = ACTIONS(1696), - [anon_sym_BANGin] = ACTIONS(1696), - [anon_sym_is] = ACTIONS(1694), - [anon_sym_BANGis] = ACTIONS(1696), - [anon_sym_PLUS] = ACTIONS(1694), - [anon_sym_DASH] = ACTIONS(1694), - [anon_sym_SLASH] = ACTIONS(1694), - [anon_sym_PERCENT] = ACTIONS(1694), - [anon_sym_as_QMARK] = ACTIONS(1696), - [anon_sym_PLUS_PLUS] = ACTIONS(1696), - [anon_sym_DASH_DASH] = ACTIONS(1696), - [anon_sym_BANG] = ACTIONS(1694), - [anon_sym_BANG_BANG] = ACTIONS(1696), + [anon_sym_LBRACK] = ACTIONS(1766), + [anon_sym_as] = ACTIONS(1764), + [anon_sym_EQ] = ACTIONS(1764), + [anon_sym_LBRACE] = ACTIONS(1766), + [anon_sym_RBRACE] = ACTIONS(1766), + [anon_sym_LPAREN] = ACTIONS(1766), + [anon_sym_COMMA] = ACTIONS(1766), + [anon_sym_LT] = ACTIONS(1764), + [anon_sym_GT] = ACTIONS(1764), + [anon_sym_where] = ACTIONS(1764), + [anon_sym_object] = ACTIONS(1764), + [anon_sym_fun] = ACTIONS(1764), + [anon_sym_DOT] = ACTIONS(1764), + [anon_sym_SEMI] = ACTIONS(1766), + [anon_sym_get] = ACTIONS(3242), + [anon_sym_set] = ACTIONS(3244), + [anon_sym_this] = ACTIONS(1764), + [anon_sym_super] = ACTIONS(1764), + [anon_sym_STAR] = ACTIONS(1764), + [sym_label] = ACTIONS(1764), + [anon_sym_in] = ACTIONS(1764), + [anon_sym_DOT_DOT] = ACTIONS(1766), + [anon_sym_QMARK_COLON] = ACTIONS(1766), + [anon_sym_AMP_AMP] = ACTIONS(1766), + [anon_sym_PIPE_PIPE] = ACTIONS(1766), + [anon_sym_null] = ACTIONS(1764), + [anon_sym_if] = ACTIONS(1764), + [anon_sym_else] = ACTIONS(1764), + [anon_sym_when] = ACTIONS(1764), + [anon_sym_try] = ACTIONS(1764), + [anon_sym_throw] = ACTIONS(1764), + [anon_sym_return] = ACTIONS(1764), + [anon_sym_continue] = ACTIONS(1764), + [anon_sym_break] = ACTIONS(1764), + [anon_sym_COLON_COLON] = ACTIONS(1766), + [anon_sym_PLUS_EQ] = ACTIONS(1766), + [anon_sym_DASH_EQ] = ACTIONS(1766), + [anon_sym_STAR_EQ] = ACTIONS(1766), + [anon_sym_SLASH_EQ] = ACTIONS(1766), + [anon_sym_PERCENT_EQ] = ACTIONS(1766), + [anon_sym_BANG_EQ] = ACTIONS(1764), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), + [anon_sym_EQ_EQ] = ACTIONS(1764), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1766), + [anon_sym_LT_EQ] = ACTIONS(1766), + [anon_sym_GT_EQ] = ACTIONS(1766), + [anon_sym_BANGin] = ACTIONS(1766), + [anon_sym_is] = ACTIONS(1764), + [anon_sym_BANGis] = ACTIONS(1766), + [anon_sym_PLUS] = ACTIONS(1764), + [anon_sym_DASH] = ACTIONS(1764), + [anon_sym_SLASH] = ACTIONS(1764), + [anon_sym_PERCENT] = ACTIONS(1764), + [anon_sym_as_QMARK] = ACTIONS(1766), + [anon_sym_PLUS_PLUS] = ACTIONS(1766), + [anon_sym_DASH_DASH] = ACTIONS(1766), + [anon_sym_BANG] = ACTIONS(1764), + [anon_sym_BANG_BANG] = ACTIONS(1766), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -97565,219 +97791,101 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1696), - [anon_sym_continue_AT] = ACTIONS(1696), - [anon_sym_break_AT] = ACTIONS(1696), - [sym_real_literal] = ACTIONS(1696), - [sym_integer_literal] = ACTIONS(1694), - [sym_hex_literal] = ACTIONS(1696), - [sym_bin_literal] = ACTIONS(1696), - [anon_sym_true] = ACTIONS(1694), - [anon_sym_false] = ACTIONS(1694), - [anon_sym_SQUOTE] = ACTIONS(1696), - [sym__backtick_identifier] = ACTIONS(1696), - [sym__automatic_semicolon] = ACTIONS(1696), - [sym_safe_nav] = ACTIONS(1696), + [anon_sym_return_AT] = ACTIONS(1766), + [anon_sym_continue_AT] = ACTIONS(1766), + [anon_sym_break_AT] = ACTIONS(1766), + [sym_real_literal] = ACTIONS(1766), + [sym_integer_literal] = ACTIONS(1764), + [sym_hex_literal] = ACTIONS(1766), + [sym_bin_literal] = ACTIONS(1766), + [anon_sym_true] = ACTIONS(1764), + [anon_sym_false] = ACTIONS(1764), + [anon_sym_SQUOTE] = ACTIONS(1766), + [sym__backtick_identifier] = ACTIONS(1766), + [sym__automatic_semicolon] = ACTIONS(1766), + [sym_safe_nav] = ACTIONS(1766), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1696), - }, - [512] = { - [sym_getter] = STATE(3425), - [sym_setter] = STATE(3425), - [sym_modifiers] = STATE(8582), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_EQ] = ACTIONS(3254), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_COMMA] = ACTIONS(3256), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_where] = ACTIONS(3254), - [anon_sym_object] = ACTIONS(3254), - [anon_sym_fun] = ACTIONS(3254), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(3256), - [anon_sym_get] = ACTIONS(3238), - [anon_sym_set] = ACTIONS(3240), - [anon_sym_this] = ACTIONS(3254), - [anon_sym_super] = ACTIONS(3254), - [anon_sym_STAR] = ACTIONS(3254), - [sym_label] = ACTIONS(3254), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_null] = ACTIONS(3254), - [anon_sym_if] = ACTIONS(3254), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_when] = ACTIONS(3254), - [anon_sym_try] = ACTIONS(3254), - [anon_sym_throw] = ACTIONS(3254), - [anon_sym_return] = ACTIONS(3254), - [anon_sym_continue] = ACTIONS(3254), - [anon_sym_break] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_PLUS_EQ] = ACTIONS(3256), - [anon_sym_DASH_EQ] = ACTIONS(3256), - [anon_sym_STAR_EQ] = ACTIONS(3256), - [anon_sym_SLASH_EQ] = ACTIONS(3256), - [anon_sym_PERCENT_EQ] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3254), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG] = ACTIONS(3254), - [anon_sym_BANG_BANG] = ACTIONS(3256), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3256), - [anon_sym_continue_AT] = ACTIONS(3256), - [anon_sym_break_AT] = ACTIONS(3256), - [sym_real_literal] = ACTIONS(3256), - [sym_integer_literal] = ACTIONS(3254), - [sym_hex_literal] = ACTIONS(3256), - [sym_bin_literal] = ACTIONS(3256), - [anon_sym_true] = ACTIONS(3254), - [anon_sym_false] = ACTIONS(3254), - [anon_sym_SQUOTE] = ACTIONS(3256), - [sym__backtick_identifier] = ACTIONS(3256), - [sym__automatic_semicolon] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3256), + [sym__string_start] = ACTIONS(1766), }, [513] = { - [sym_getter] = STATE(1107), - [sym_setter] = STATE(1107), - [sym_modifiers] = STATE(8548), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), + [sym_getter] = STATE(3151), + [sym_setter] = STATE(3151), + [sym_modifiers] = STATE(8689), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1764), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_EQ] = ACTIONS(3254), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_COMMA] = ACTIONS(3256), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_where] = ACTIONS(3254), - [anon_sym_object] = ACTIONS(3254), - [anon_sym_fun] = ACTIONS(3254), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(3256), - [anon_sym_get] = ACTIONS(3246), - [anon_sym_set] = ACTIONS(3248), - [anon_sym_this] = ACTIONS(3254), - [anon_sym_super] = ACTIONS(3254), - [anon_sym_STAR] = ACTIONS(3254), - [sym_label] = ACTIONS(3254), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_null] = ACTIONS(3254), - [anon_sym_if] = ACTIONS(3254), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_when] = ACTIONS(3254), - [anon_sym_try] = ACTIONS(3254), - [anon_sym_throw] = ACTIONS(3254), - [anon_sym_return] = ACTIONS(3254), - [anon_sym_continue] = ACTIONS(3254), - [anon_sym_break] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_PLUS_EQ] = ACTIONS(3256), - [anon_sym_DASH_EQ] = ACTIONS(3256), - [anon_sym_STAR_EQ] = ACTIONS(3256), - [anon_sym_SLASH_EQ] = ACTIONS(3256), - [anon_sym_PERCENT_EQ] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3254), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG] = ACTIONS(3254), - [anon_sym_BANG_BANG] = ACTIONS(3256), + [anon_sym_LBRACK] = ACTIONS(1766), + [anon_sym_as] = ACTIONS(1764), + [anon_sym_EQ] = ACTIONS(1764), + [anon_sym_LBRACE] = ACTIONS(1766), + [anon_sym_RBRACE] = ACTIONS(1766), + [anon_sym_LPAREN] = ACTIONS(1766), + [anon_sym_COMMA] = ACTIONS(1766), + [anon_sym_LT] = ACTIONS(1764), + [anon_sym_GT] = ACTIONS(1764), + [anon_sym_where] = ACTIONS(1764), + [anon_sym_object] = ACTIONS(1764), + [anon_sym_fun] = ACTIONS(1764), + [anon_sym_DOT] = ACTIONS(1764), + [anon_sym_SEMI] = ACTIONS(1768), + [anon_sym_get] = ACTIONS(3242), + [anon_sym_set] = ACTIONS(3244), + [anon_sym_this] = ACTIONS(1764), + [anon_sym_super] = ACTIONS(1764), + [anon_sym_STAR] = ACTIONS(1764), + [sym_label] = ACTIONS(1764), + [anon_sym_in] = ACTIONS(1764), + [anon_sym_DOT_DOT] = ACTIONS(1766), + [anon_sym_QMARK_COLON] = ACTIONS(1766), + [anon_sym_AMP_AMP] = ACTIONS(1766), + [anon_sym_PIPE_PIPE] = ACTIONS(1766), + [anon_sym_null] = ACTIONS(1764), + [anon_sym_if] = ACTIONS(1764), + [anon_sym_else] = ACTIONS(1764), + [anon_sym_when] = ACTIONS(1764), + [anon_sym_try] = ACTIONS(1764), + [anon_sym_throw] = ACTIONS(1764), + [anon_sym_return] = ACTIONS(1764), + [anon_sym_continue] = ACTIONS(1764), + [anon_sym_break] = ACTIONS(1764), + [anon_sym_COLON_COLON] = ACTIONS(1766), + [anon_sym_PLUS_EQ] = ACTIONS(1766), + [anon_sym_DASH_EQ] = ACTIONS(1766), + [anon_sym_STAR_EQ] = ACTIONS(1766), + [anon_sym_SLASH_EQ] = ACTIONS(1766), + [anon_sym_PERCENT_EQ] = ACTIONS(1766), + [anon_sym_BANG_EQ] = ACTIONS(1764), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), + [anon_sym_EQ_EQ] = ACTIONS(1764), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1766), + [anon_sym_LT_EQ] = ACTIONS(1766), + [anon_sym_GT_EQ] = ACTIONS(1766), + [anon_sym_BANGin] = ACTIONS(1766), + [anon_sym_is] = ACTIONS(1764), + [anon_sym_BANGis] = ACTIONS(1766), + [anon_sym_PLUS] = ACTIONS(1764), + [anon_sym_DASH] = ACTIONS(1764), + [anon_sym_SLASH] = ACTIONS(1764), + [anon_sym_PERCENT] = ACTIONS(1764), + [anon_sym_as_QMARK] = ACTIONS(1766), + [anon_sym_PLUS_PLUS] = ACTIONS(1766), + [anon_sym_DASH_DASH] = ACTIONS(1766), + [anon_sym_BANG] = ACTIONS(1764), + [anon_sym_BANG_BANG] = ACTIONS(1766), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -97801,101 +97909,101 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3256), - [anon_sym_continue_AT] = ACTIONS(3256), - [anon_sym_break_AT] = ACTIONS(3256), - [sym_real_literal] = ACTIONS(3256), - [sym_integer_literal] = ACTIONS(3254), - [sym_hex_literal] = ACTIONS(3256), - [sym_bin_literal] = ACTIONS(3256), - [anon_sym_true] = ACTIONS(3254), - [anon_sym_false] = ACTIONS(3254), - [anon_sym_SQUOTE] = ACTIONS(3256), - [sym__backtick_identifier] = ACTIONS(3256), - [sym__automatic_semicolon] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3256), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1766), + [anon_sym_continue_AT] = ACTIONS(1766), + [anon_sym_break_AT] = ACTIONS(1766), + [sym_real_literal] = ACTIONS(1766), + [sym_integer_literal] = ACTIONS(1764), + [sym_hex_literal] = ACTIONS(1766), + [sym_bin_literal] = ACTIONS(1766), + [anon_sym_true] = ACTIONS(1764), + [anon_sym_false] = ACTIONS(1764), + [anon_sym_SQUOTE] = ACTIONS(1766), + [sym__backtick_identifier] = ACTIONS(1766), + [sym__automatic_semicolon] = ACTIONS(1766), + [sym_safe_nav] = ACTIONS(1766), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1766), }, [514] = { - [sym_getter] = STATE(1173), - [sym_setter] = STATE(1173), - [sym_modifiers] = STATE(8548), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3340), + [sym_getter] = STATE(3163), + [sym_setter] = STATE(3163), + [sym_modifiers] = STATE(8689), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1770), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3342), - [anon_sym_as] = ACTIONS(3340), - [anon_sym_EQ] = ACTIONS(3340), - [anon_sym_LBRACE] = ACTIONS(3342), - [anon_sym_RBRACE] = ACTIONS(3342), - [anon_sym_LPAREN] = ACTIONS(3342), - [anon_sym_COMMA] = ACTIONS(3342), - [anon_sym_LT] = ACTIONS(3340), - [anon_sym_GT] = ACTIONS(3340), - [anon_sym_where] = ACTIONS(3340), - [anon_sym_object] = ACTIONS(3340), - [anon_sym_fun] = ACTIONS(3340), - [anon_sym_DOT] = ACTIONS(3340), - [anon_sym_SEMI] = ACTIONS(3342), - [anon_sym_get] = ACTIONS(3246), - [anon_sym_set] = ACTIONS(3248), - [anon_sym_this] = ACTIONS(3340), - [anon_sym_super] = ACTIONS(3340), - [anon_sym_STAR] = ACTIONS(3340), - [sym_label] = ACTIONS(3340), - [anon_sym_in] = ACTIONS(3340), - [anon_sym_DOT_DOT] = ACTIONS(3342), - [anon_sym_QMARK_COLON] = ACTIONS(3342), - [anon_sym_AMP_AMP] = ACTIONS(3342), - [anon_sym_PIPE_PIPE] = ACTIONS(3342), - [anon_sym_null] = ACTIONS(3340), - [anon_sym_if] = ACTIONS(3340), - [anon_sym_else] = ACTIONS(3340), - [anon_sym_when] = ACTIONS(3340), - [anon_sym_try] = ACTIONS(3340), - [anon_sym_throw] = ACTIONS(3340), - [anon_sym_return] = ACTIONS(3340), - [anon_sym_continue] = ACTIONS(3340), - [anon_sym_break] = ACTIONS(3340), - [anon_sym_COLON_COLON] = ACTIONS(3342), - [anon_sym_PLUS_EQ] = ACTIONS(3342), - [anon_sym_DASH_EQ] = ACTIONS(3342), - [anon_sym_STAR_EQ] = ACTIONS(3342), - [anon_sym_SLASH_EQ] = ACTIONS(3342), - [anon_sym_PERCENT_EQ] = ACTIONS(3342), - [anon_sym_BANG_EQ] = ACTIONS(3340), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3342), - [anon_sym_EQ_EQ] = ACTIONS(3340), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3342), - [anon_sym_LT_EQ] = ACTIONS(3342), - [anon_sym_GT_EQ] = ACTIONS(3342), - [anon_sym_BANGin] = ACTIONS(3342), - [anon_sym_is] = ACTIONS(3340), - [anon_sym_BANGis] = ACTIONS(3342), - [anon_sym_PLUS] = ACTIONS(3340), - [anon_sym_DASH] = ACTIONS(3340), - [anon_sym_SLASH] = ACTIONS(3340), - [anon_sym_PERCENT] = ACTIONS(3340), - [anon_sym_as_QMARK] = ACTIONS(3342), - [anon_sym_PLUS_PLUS] = ACTIONS(3342), - [anon_sym_DASH_DASH] = ACTIONS(3342), - [anon_sym_BANG] = ACTIONS(3340), - [anon_sym_BANG_BANG] = ACTIONS(3342), + [anon_sym_LBRACK] = ACTIONS(1772), + [anon_sym_as] = ACTIONS(1770), + [anon_sym_EQ] = ACTIONS(1770), + [anon_sym_LBRACE] = ACTIONS(1772), + [anon_sym_RBRACE] = ACTIONS(1772), + [anon_sym_LPAREN] = ACTIONS(1772), + [anon_sym_COMMA] = ACTIONS(1772), + [anon_sym_LT] = ACTIONS(1770), + [anon_sym_GT] = ACTIONS(1770), + [anon_sym_where] = ACTIONS(1770), + [anon_sym_object] = ACTIONS(1770), + [anon_sym_fun] = ACTIONS(1770), + [anon_sym_DOT] = ACTIONS(1770), + [anon_sym_SEMI] = ACTIONS(1772), + [anon_sym_get] = ACTIONS(3242), + [anon_sym_set] = ACTIONS(3244), + [anon_sym_this] = ACTIONS(1770), + [anon_sym_super] = ACTIONS(1770), + [anon_sym_STAR] = ACTIONS(1770), + [sym_label] = ACTIONS(1770), + [anon_sym_in] = ACTIONS(1770), + [anon_sym_DOT_DOT] = ACTIONS(1772), + [anon_sym_QMARK_COLON] = ACTIONS(1772), + [anon_sym_AMP_AMP] = ACTIONS(1772), + [anon_sym_PIPE_PIPE] = ACTIONS(1772), + [anon_sym_null] = ACTIONS(1770), + [anon_sym_if] = ACTIONS(1770), + [anon_sym_else] = ACTIONS(1770), + [anon_sym_when] = ACTIONS(1770), + [anon_sym_try] = ACTIONS(1770), + [anon_sym_throw] = ACTIONS(1770), + [anon_sym_return] = ACTIONS(1770), + [anon_sym_continue] = ACTIONS(1770), + [anon_sym_break] = ACTIONS(1770), + [anon_sym_COLON_COLON] = ACTIONS(1772), + [anon_sym_PLUS_EQ] = ACTIONS(1772), + [anon_sym_DASH_EQ] = ACTIONS(1772), + [anon_sym_STAR_EQ] = ACTIONS(1772), + [anon_sym_SLASH_EQ] = ACTIONS(1772), + [anon_sym_PERCENT_EQ] = ACTIONS(1772), + [anon_sym_BANG_EQ] = ACTIONS(1770), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1772), + [anon_sym_EQ_EQ] = ACTIONS(1770), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1772), + [anon_sym_LT_EQ] = ACTIONS(1772), + [anon_sym_GT_EQ] = ACTIONS(1772), + [anon_sym_BANGin] = ACTIONS(1772), + [anon_sym_is] = ACTIONS(1770), + [anon_sym_BANGis] = ACTIONS(1772), + [anon_sym_PLUS] = ACTIONS(1770), + [anon_sym_DASH] = ACTIONS(1770), + [anon_sym_SLASH] = ACTIONS(1770), + [anon_sym_PERCENT] = ACTIONS(1770), + [anon_sym_as_QMARK] = ACTIONS(1772), + [anon_sym_PLUS_PLUS] = ACTIONS(1772), + [anon_sym_DASH_DASH] = ACTIONS(1772), + [anon_sym_BANG] = ACTIONS(1770), + [anon_sym_BANG_BANG] = ACTIONS(1772), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -97919,101 +98027,101 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3342), - [anon_sym_continue_AT] = ACTIONS(3342), - [anon_sym_break_AT] = ACTIONS(3342), - [sym_real_literal] = ACTIONS(3342), - [sym_integer_literal] = ACTIONS(3340), - [sym_hex_literal] = ACTIONS(3342), - [sym_bin_literal] = ACTIONS(3342), - [anon_sym_true] = ACTIONS(3340), - [anon_sym_false] = ACTIONS(3340), - [anon_sym_SQUOTE] = ACTIONS(3342), - [sym__backtick_identifier] = ACTIONS(3342), - [sym__automatic_semicolon] = ACTIONS(3342), - [sym_safe_nav] = ACTIONS(3342), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3342), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1772), + [anon_sym_continue_AT] = ACTIONS(1772), + [anon_sym_break_AT] = ACTIONS(1772), + [sym_real_literal] = ACTIONS(1772), + [sym_integer_literal] = ACTIONS(1770), + [sym_hex_literal] = ACTIONS(1772), + [sym_bin_literal] = ACTIONS(1772), + [anon_sym_true] = ACTIONS(1770), + [anon_sym_false] = ACTIONS(1770), + [anon_sym_SQUOTE] = ACTIONS(1772), + [sym__backtick_identifier] = ACTIONS(1772), + [sym__automatic_semicolon] = ACTIONS(1772), + [sym_safe_nav] = ACTIONS(1772), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1772), }, [515] = { - [sym_getter] = STATE(3425), - [sym_setter] = STATE(3425), - [sym_modifiers] = STATE(8582), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), + [sym_getter] = STATE(1142), + [sym_setter] = STATE(1142), + [sym_modifiers] = STATE(8845), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_EQ] = ACTIONS(3254), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_COMMA] = ACTIONS(3256), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_where] = ACTIONS(3254), - [anon_sym_object] = ACTIONS(3254), - [anon_sym_fun] = ACTIONS(3254), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(3260), - [anon_sym_get] = ACTIONS(3238), - [anon_sym_set] = ACTIONS(3240), - [anon_sym_this] = ACTIONS(3254), - [anon_sym_super] = ACTIONS(3254), - [anon_sym_STAR] = ACTIONS(3254), - [sym_label] = ACTIONS(3254), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_null] = ACTIONS(3254), - [anon_sym_if] = ACTIONS(3254), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_when] = ACTIONS(3254), - [anon_sym_try] = ACTIONS(3254), - [anon_sym_throw] = ACTIONS(3254), - [anon_sym_return] = ACTIONS(3254), - [anon_sym_continue] = ACTIONS(3254), - [anon_sym_break] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_PLUS_EQ] = ACTIONS(3256), - [anon_sym_DASH_EQ] = ACTIONS(3256), - [anon_sym_STAR_EQ] = ACTIONS(3256), - [anon_sym_SLASH_EQ] = ACTIONS(3256), - [anon_sym_PERCENT_EQ] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3254), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG] = ACTIONS(3254), - [anon_sym_BANG_BANG] = ACTIONS(3256), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_EQ] = ACTIONS(3278), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_COMMA] = ACTIONS(3280), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_where] = ACTIONS(3278), + [anon_sym_object] = ACTIONS(3278), + [anon_sym_fun] = ACTIONS(3278), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(3284), + [anon_sym_get] = ACTIONS(3256), + [anon_sym_set] = ACTIONS(3258), + [anon_sym_this] = ACTIONS(3278), + [anon_sym_super] = ACTIONS(3278), + [anon_sym_STAR] = ACTIONS(3278), + [sym_label] = ACTIONS(3278), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_null] = ACTIONS(3278), + [anon_sym_if] = ACTIONS(3278), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_when] = ACTIONS(3278), + [anon_sym_try] = ACTIONS(3278), + [anon_sym_throw] = ACTIONS(3278), + [anon_sym_return] = ACTIONS(3278), + [anon_sym_continue] = ACTIONS(3278), + [anon_sym_break] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_PLUS_EQ] = ACTIONS(3280), + [anon_sym_DASH_EQ] = ACTIONS(3280), + [anon_sym_STAR_EQ] = ACTIONS(3280), + [anon_sym_SLASH_EQ] = ACTIONS(3280), + [anon_sym_PERCENT_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3278), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG] = ACTIONS(3278), + [anon_sym_BANG_BANG] = ACTIONS(3280), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -98037,101 +98145,101 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3256), - [anon_sym_continue_AT] = ACTIONS(3256), - [anon_sym_break_AT] = ACTIONS(3256), - [sym_real_literal] = ACTIONS(3256), - [sym_integer_literal] = ACTIONS(3254), - [sym_hex_literal] = ACTIONS(3256), - [sym_bin_literal] = ACTIONS(3256), - [anon_sym_true] = ACTIONS(3254), - [anon_sym_false] = ACTIONS(3254), - [anon_sym_SQUOTE] = ACTIONS(3256), - [sym__backtick_identifier] = ACTIONS(3256), - [sym__automatic_semicolon] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3256), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3280), + [anon_sym_continue_AT] = ACTIONS(3280), + [anon_sym_break_AT] = ACTIONS(3280), + [sym_real_literal] = ACTIONS(3280), + [sym_integer_literal] = ACTIONS(3278), + [sym_hex_literal] = ACTIONS(3280), + [sym_bin_literal] = ACTIONS(3280), + [anon_sym_true] = ACTIONS(3278), + [anon_sym_false] = ACTIONS(3278), + [anon_sym_SQUOTE] = ACTIONS(3280), + [sym__backtick_identifier] = ACTIONS(3280), + [sym__automatic_semicolon] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3280), }, [516] = { - [sym_getter] = STATE(1170), - [sym_setter] = STATE(1170), - [sym_modifiers] = STATE(8548), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1782), + [sym_getter] = STATE(1142), + [sym_setter] = STATE(1142), + [sym_modifiers] = STATE(8845), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1784), - [anon_sym_as] = ACTIONS(1782), - [anon_sym_EQ] = ACTIONS(1782), - [anon_sym_LBRACE] = ACTIONS(1784), - [anon_sym_RBRACE] = ACTIONS(1784), - [anon_sym_LPAREN] = ACTIONS(1784), - [anon_sym_COMMA] = ACTIONS(1784), - [anon_sym_LT] = ACTIONS(1782), - [anon_sym_GT] = ACTIONS(1782), - [anon_sym_where] = ACTIONS(1782), - [anon_sym_object] = ACTIONS(1782), - [anon_sym_fun] = ACTIONS(1782), - [anon_sym_DOT] = ACTIONS(1782), - [anon_sym_SEMI] = ACTIONS(1784), - [anon_sym_get] = ACTIONS(3246), - [anon_sym_set] = ACTIONS(3248), - [anon_sym_this] = ACTIONS(1782), - [anon_sym_super] = ACTIONS(1782), - [anon_sym_STAR] = ACTIONS(1782), - [sym_label] = ACTIONS(1782), - [anon_sym_in] = ACTIONS(1782), - [anon_sym_DOT_DOT] = ACTIONS(1784), - [anon_sym_QMARK_COLON] = ACTIONS(1784), - [anon_sym_AMP_AMP] = ACTIONS(1784), - [anon_sym_PIPE_PIPE] = ACTIONS(1784), - [anon_sym_null] = ACTIONS(1782), - [anon_sym_if] = ACTIONS(1782), - [anon_sym_else] = ACTIONS(1782), - [anon_sym_when] = ACTIONS(1782), - [anon_sym_try] = ACTIONS(1782), - [anon_sym_throw] = ACTIONS(1782), - [anon_sym_return] = ACTIONS(1782), - [anon_sym_continue] = ACTIONS(1782), - [anon_sym_break] = ACTIONS(1782), - [anon_sym_COLON_COLON] = ACTIONS(1784), - [anon_sym_PLUS_EQ] = ACTIONS(1784), - [anon_sym_DASH_EQ] = ACTIONS(1784), - [anon_sym_STAR_EQ] = ACTIONS(1784), - [anon_sym_SLASH_EQ] = ACTIONS(1784), - [anon_sym_PERCENT_EQ] = ACTIONS(1784), - [anon_sym_BANG_EQ] = ACTIONS(1782), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1784), - [anon_sym_EQ_EQ] = ACTIONS(1782), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1784), - [anon_sym_LT_EQ] = ACTIONS(1784), - [anon_sym_GT_EQ] = ACTIONS(1784), - [anon_sym_BANGin] = ACTIONS(1784), - [anon_sym_is] = ACTIONS(1782), - [anon_sym_BANGis] = ACTIONS(1784), - [anon_sym_PLUS] = ACTIONS(1782), - [anon_sym_DASH] = ACTIONS(1782), - [anon_sym_SLASH] = ACTIONS(1782), - [anon_sym_PERCENT] = ACTIONS(1782), - [anon_sym_as_QMARK] = ACTIONS(1784), - [anon_sym_PLUS_PLUS] = ACTIONS(1784), - [anon_sym_DASH_DASH] = ACTIONS(1784), - [anon_sym_BANG] = ACTIONS(1782), - [anon_sym_BANG_BANG] = ACTIONS(1784), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_EQ] = ACTIONS(3278), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_COMMA] = ACTIONS(3280), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_where] = ACTIONS(3278), + [anon_sym_object] = ACTIONS(3278), + [anon_sym_fun] = ACTIONS(3278), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(3280), + [anon_sym_get] = ACTIONS(3256), + [anon_sym_set] = ACTIONS(3258), + [anon_sym_this] = ACTIONS(3278), + [anon_sym_super] = ACTIONS(3278), + [anon_sym_STAR] = ACTIONS(3278), + [sym_label] = ACTIONS(3278), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_null] = ACTIONS(3278), + [anon_sym_if] = ACTIONS(3278), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_when] = ACTIONS(3278), + [anon_sym_try] = ACTIONS(3278), + [anon_sym_throw] = ACTIONS(3278), + [anon_sym_return] = ACTIONS(3278), + [anon_sym_continue] = ACTIONS(3278), + [anon_sym_break] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_PLUS_EQ] = ACTIONS(3280), + [anon_sym_DASH_EQ] = ACTIONS(3280), + [anon_sym_STAR_EQ] = ACTIONS(3280), + [anon_sym_SLASH_EQ] = ACTIONS(3280), + [anon_sym_PERCENT_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3278), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG] = ACTIONS(3278), + [anon_sym_BANG_BANG] = ACTIONS(3280), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -98155,182 +98263,416 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1784), - [anon_sym_continue_AT] = ACTIONS(1784), - [anon_sym_break_AT] = ACTIONS(1784), - [sym_real_literal] = ACTIONS(1784), - [sym_integer_literal] = ACTIONS(1782), - [sym_hex_literal] = ACTIONS(1784), - [sym_bin_literal] = ACTIONS(1784), - [anon_sym_true] = ACTIONS(1782), - [anon_sym_false] = ACTIONS(1782), - [anon_sym_SQUOTE] = ACTIONS(1784), - [sym__backtick_identifier] = ACTIONS(1784), - [sym__automatic_semicolon] = ACTIONS(1784), - [sym_safe_nav] = ACTIONS(1784), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1784), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3280), + [anon_sym_continue_AT] = ACTIONS(3280), + [anon_sym_break_AT] = ACTIONS(3280), + [sym_real_literal] = ACTIONS(3280), + [sym_integer_literal] = ACTIONS(3278), + [sym_hex_literal] = ACTIONS(3280), + [sym_bin_literal] = ACTIONS(3280), + [anon_sym_true] = ACTIONS(3278), + [anon_sym_false] = ACTIONS(3278), + [anon_sym_SQUOTE] = ACTIONS(3280), + [sym__backtick_identifier] = ACTIONS(3280), + [sym__automatic_semicolon] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3280), }, [517] = { - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(2018), - [sym__comparison_operator] = STATE(2000), - [sym__in_operator] = STATE(1968), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(1946), - [sym__multiplicative_operator] = STATE(1930), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_annotation] = STATE(7858), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1927), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), - [sym__alpha_identifier] = ACTIONS(1686), + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(2016), + [sym__comparison_operator] = STATE(2015), + [sym__in_operator] = STATE(1967), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(1961), + [sym__multiplicative_operator] = STATE(1948), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_annotation] = STATE(7880), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1921), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), + [sym__alpha_identifier] = ACTIONS(3022), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(3001), + [anon_sym_RBRACE] = ACTIONS(3024), [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(1942), - [anon_sym_object] = ACTIONS(2999), - [anon_sym_fun] = ACTIONS(2999), + [anon_sym_LT] = ACTIONS(3026), + [anon_sym_GT] = ACTIONS(3022), + [anon_sym_object] = ACTIONS(3022), + [anon_sym_fun] = ACTIONS(3022), [anon_sym_DOT] = ACTIONS(1704), - [anon_sym_SEMI] = ACTIONS(3001), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(2999), - [anon_sym_super] = ACTIONS(2999), + [anon_sym_SEMI] = ACTIONS(3024), + [anon_sym_get] = ACTIONS(3022), + [anon_sym_set] = ACTIONS(3022), + [anon_sym_this] = ACTIONS(3022), + [anon_sym_super] = ACTIONS(3022), [anon_sym_STAR] = ACTIONS(1950), [sym_label] = ACTIONS(1714), - [anon_sym_in] = ACTIONS(1952), - [anon_sym_DOT_DOT] = ACTIONS(1954), - [anon_sym_QMARK_COLON] = ACTIONS(1956), - [anon_sym_AMP_AMP] = ACTIONS(1958), - [anon_sym_PIPE_PIPE] = ACTIONS(1960), - [anon_sym_null] = ACTIONS(2999), - [anon_sym_if] = ACTIONS(2999), - [anon_sym_else] = ACTIONS(2999), - [anon_sym_when] = ACTIONS(2999), - [anon_sym_try] = ACTIONS(2999), - [anon_sym_throw] = ACTIONS(2999), - [anon_sym_return] = ACTIONS(2999), - [anon_sym_continue] = ACTIONS(2999), - [anon_sym_break] = ACTIONS(2999), + [anon_sym_in] = ACTIONS(3022), + [anon_sym_DOT_DOT] = ACTIONS(3024), + [anon_sym_QMARK_COLON] = ACTIONS(3024), + [anon_sym_AMP_AMP] = ACTIONS(3024), + [anon_sym_PIPE_PIPE] = ACTIONS(3024), + [anon_sym_null] = ACTIONS(3022), + [anon_sym_if] = ACTIONS(3022), + [anon_sym_else] = ACTIONS(3022), + [anon_sym_when] = ACTIONS(3022), + [anon_sym_try] = ACTIONS(3022), + [anon_sym_throw] = ACTIONS(3022), + [anon_sym_return] = ACTIONS(3022), + [anon_sym_continue] = ACTIONS(3022), + [anon_sym_break] = ACTIONS(3022), [anon_sym_COLON_COLON] = ACTIONS(1726), - [anon_sym_BANG_EQ] = ACTIONS(1962), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1964), - [anon_sym_EQ_EQ] = ACTIONS(1962), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1964), - [anon_sym_LT_EQ] = ACTIONS(1966), - [anon_sym_GT_EQ] = ACTIONS(1966), - [anon_sym_BANGin] = ACTIONS(1968), - [anon_sym_is] = ACTIONS(1736), - [anon_sym_BANGis] = ACTIONS(1738), - [anon_sym_PLUS] = ACTIONS(1970), - [anon_sym_DASH] = ACTIONS(1970), + [anon_sym_BANG_EQ] = ACTIONS(3022), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3024), + [anon_sym_EQ_EQ] = ACTIONS(3022), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3024), + [anon_sym_LT_EQ] = ACTIONS(3024), + [anon_sym_GT_EQ] = ACTIONS(3024), + [anon_sym_BANGin] = ACTIONS(3024), + [anon_sym_is] = ACTIONS(3022), + [anon_sym_BANGis] = ACTIONS(3024), + [anon_sym_PLUS] = ACTIONS(3022), + [anon_sym_DASH] = ACTIONS(3022), [anon_sym_SLASH] = ACTIONS(1972), [anon_sym_PERCENT] = ACTIONS(1950), [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(2999), + [anon_sym_BANG] = ACTIONS(3022), [anon_sym_BANG_BANG] = ACTIONS(1744), - [anon_sym_suspend] = ACTIONS(2999), - [anon_sym_sealed] = ACTIONS(2999), - [anon_sym_annotation] = ACTIONS(2999), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(2999), - [anon_sym_lateinit] = ACTIONS(2999), - [anon_sym_public] = ACTIONS(2999), - [anon_sym_private] = ACTIONS(2999), - [anon_sym_internal] = ACTIONS(2999), - [anon_sym_protected] = ACTIONS(2999), - [anon_sym_tailrec] = ACTIONS(2999), - [anon_sym_operator] = ACTIONS(2999), - [anon_sym_infix] = ACTIONS(2999), - [anon_sym_inline] = ACTIONS(2999), - [anon_sym_external] = ACTIONS(2999), - [sym_property_modifier] = ACTIONS(2999), - [anon_sym_abstract] = ACTIONS(2999), - [anon_sym_final] = ACTIONS(2999), - [anon_sym_open] = ACTIONS(2999), - [anon_sym_vararg] = ACTIONS(2999), - [anon_sym_noinline] = ACTIONS(2999), - [anon_sym_crossinline] = ACTIONS(2999), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3001), - [anon_sym_continue_AT] = ACTIONS(3001), - [anon_sym_break_AT] = ACTIONS(3001), - [sym_real_literal] = ACTIONS(3001), - [sym_integer_literal] = ACTIONS(2999), - [sym_hex_literal] = ACTIONS(3001), - [sym_bin_literal] = ACTIONS(3001), - [anon_sym_true] = ACTIONS(2999), - [anon_sym_false] = ACTIONS(2999), - [anon_sym_SQUOTE] = ACTIONS(3001), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3001), + [anon_sym_suspend] = ACTIONS(3022), + [anon_sym_sealed] = ACTIONS(3022), + [anon_sym_annotation] = ACTIONS(3022), + [anon_sym_data] = ACTIONS(3022), + [anon_sym_inner] = ACTIONS(3022), + [anon_sym_override] = ACTIONS(3022), + [anon_sym_lateinit] = ACTIONS(3022), + [anon_sym_public] = ACTIONS(3022), + [anon_sym_private] = ACTIONS(3022), + [anon_sym_internal] = ACTIONS(3022), + [anon_sym_protected] = ACTIONS(3022), + [anon_sym_tailrec] = ACTIONS(3022), + [anon_sym_operator] = ACTIONS(3022), + [anon_sym_infix] = ACTIONS(3022), + [anon_sym_inline] = ACTIONS(3022), + [anon_sym_external] = ACTIONS(3022), + [sym_property_modifier] = ACTIONS(3022), + [anon_sym_abstract] = ACTIONS(3022), + [anon_sym_final] = ACTIONS(3022), + [anon_sym_open] = ACTIONS(3022), + [anon_sym_vararg] = ACTIONS(3022), + [anon_sym_noinline] = ACTIONS(3022), + [anon_sym_crossinline] = ACTIONS(3022), + [anon_sym_expect] = ACTIONS(3022), + [anon_sym_actual] = ACTIONS(3022), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3024), + [anon_sym_continue_AT] = ACTIONS(3024), + [anon_sym_break_AT] = ACTIONS(3024), + [sym_real_literal] = ACTIONS(3024), + [sym_integer_literal] = ACTIONS(3022), + [sym_hex_literal] = ACTIONS(3024), + [sym_bin_literal] = ACTIONS(3024), + [anon_sym_true] = ACTIONS(3022), + [anon_sym_false] = ACTIONS(3022), + [anon_sym_SQUOTE] = ACTIONS(3024), + [sym__backtick_identifier] = ACTIONS(3024), + [sym__automatic_semicolon] = ACTIONS(3024), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3001), + [sym__string_start] = ACTIONS(3024), }, [518] = { - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(2018), - [sym__comparison_operator] = STATE(2000), - [sym__in_operator] = STATE(1968), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(1946), - [sym__multiplicative_operator] = STATE(1930), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_annotation] = STATE(7858), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1927), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), + [sym_primary_constructor] = STATE(3685), + [sym_class_body] = STATE(3465), + [sym__class_parameters] = STATE(3113), + [sym_type_parameters] = STATE(593), + [sym_type_constraints] = STATE(2994), + [sym_modifiers] = STATE(9209), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3146), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_COLON] = ACTIONS(3346), + [anon_sym_LBRACK] = ACTIONS(3150), + [anon_sym_as] = ACTIONS(3146), + [anon_sym_constructor] = ACTIONS(3110), + [anon_sym_LBRACE] = ACTIONS(3144), + [anon_sym_RBRACE] = ACTIONS(3150), + [anon_sym_LPAREN] = ACTIONS(3114), + [anon_sym_COMMA] = ACTIONS(3150), + [anon_sym_LT] = ACTIONS(3116), + [anon_sym_GT] = ACTIONS(3146), + [anon_sym_where] = ACTIONS(3118), + [anon_sym_object] = ACTIONS(3146), + [anon_sym_fun] = ACTIONS(3146), + [anon_sym_DOT] = ACTIONS(3146), + [anon_sym_SEMI] = ACTIONS(3150), + [anon_sym_get] = ACTIONS(3146), + [anon_sym_set] = ACTIONS(3146), + [anon_sym_this] = ACTIONS(3146), + [anon_sym_super] = ACTIONS(3146), + [anon_sym_STAR] = ACTIONS(3150), + [sym_label] = ACTIONS(3146), + [anon_sym_in] = ACTIONS(3146), + [anon_sym_DOT_DOT] = ACTIONS(3150), + [anon_sym_QMARK_COLON] = ACTIONS(3150), + [anon_sym_AMP_AMP] = ACTIONS(3150), + [anon_sym_PIPE_PIPE] = ACTIONS(3150), + [anon_sym_null] = ACTIONS(3146), + [anon_sym_if] = ACTIONS(3146), + [anon_sym_else] = ACTIONS(3146), + [anon_sym_when] = ACTIONS(3146), + [anon_sym_try] = ACTIONS(3146), + [anon_sym_throw] = ACTIONS(3146), + [anon_sym_return] = ACTIONS(3146), + [anon_sym_continue] = ACTIONS(3146), + [anon_sym_break] = ACTIONS(3146), + [anon_sym_COLON_COLON] = ACTIONS(3150), + [anon_sym_BANG_EQ] = ACTIONS(3146), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3150), + [anon_sym_EQ_EQ] = ACTIONS(3146), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3150), + [anon_sym_LT_EQ] = ACTIONS(3150), + [anon_sym_GT_EQ] = ACTIONS(3150), + [anon_sym_BANGin] = ACTIONS(3150), + [anon_sym_is] = ACTIONS(3146), + [anon_sym_BANGis] = ACTIONS(3150), + [anon_sym_PLUS] = ACTIONS(3146), + [anon_sym_DASH] = ACTIONS(3146), + [anon_sym_SLASH] = ACTIONS(3146), + [anon_sym_PERCENT] = ACTIONS(3150), + [anon_sym_as_QMARK] = ACTIONS(3150), + [anon_sym_PLUS_PLUS] = ACTIONS(3150), + [anon_sym_DASH_DASH] = ACTIONS(3150), + [anon_sym_BANG] = ACTIONS(3146), + [anon_sym_BANG_BANG] = ACTIONS(3150), + [anon_sym_suspend] = ACTIONS(3120), + [anon_sym_sealed] = ACTIONS(3122), + [anon_sym_annotation] = ACTIONS(3122), + [anon_sym_data] = ACTIONS(3122), + [anon_sym_inner] = ACTIONS(3122), + [anon_sym_override] = ACTIONS(3124), + [anon_sym_lateinit] = ACTIONS(3124), + [anon_sym_public] = ACTIONS(3126), + [anon_sym_private] = ACTIONS(3126), + [anon_sym_internal] = ACTIONS(3126), + [anon_sym_protected] = ACTIONS(3126), + [anon_sym_tailrec] = ACTIONS(3120), + [anon_sym_operator] = ACTIONS(3120), + [anon_sym_infix] = ACTIONS(3120), + [anon_sym_inline] = ACTIONS(3120), + [anon_sym_external] = ACTIONS(3120), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3130), + [anon_sym_final] = ACTIONS(3130), + [anon_sym_open] = ACTIONS(3130), + [anon_sym_vararg] = ACTIONS(3132), + [anon_sym_noinline] = ACTIONS(3132), + [anon_sym_crossinline] = ACTIONS(3132), + [anon_sym_expect] = ACTIONS(3134), + [anon_sym_actual] = ACTIONS(3134), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3150), + [anon_sym_continue_AT] = ACTIONS(3150), + [anon_sym_break_AT] = ACTIONS(3150), + [sym_real_literal] = ACTIONS(3150), + [sym_integer_literal] = ACTIONS(3146), + [sym_hex_literal] = ACTIONS(3150), + [sym_bin_literal] = ACTIONS(3150), + [anon_sym_true] = ACTIONS(3146), + [anon_sym_false] = ACTIONS(3146), + [anon_sym_SQUOTE] = ACTIONS(3150), + [sym__backtick_identifier] = ACTIONS(3150), + [sym__automatic_semicolon] = ACTIONS(3150), + [sym_safe_nav] = ACTIONS(3150), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3150), + }, + [519] = { + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(2016), + [sym__comparison_operator] = STATE(2015), + [sym__in_operator] = STATE(1967), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(1961), + [sym__multiplicative_operator] = STATE(1948), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_annotation] = STATE(7880), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1921), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), + [sym__alpha_identifier] = ACTIONS(3011), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(1690), + [anon_sym_as] = ACTIONS(1692), + [anon_sym_LBRACE] = ACTIONS(1612), + [anon_sym_RBRACE] = ACTIONS(3013), + [anon_sym_LPAREN] = ACTIONS(1698), + [anon_sym_LT] = ACTIONS(3015), + [anon_sym_GT] = ACTIONS(3011), + [anon_sym_object] = ACTIONS(3011), + [anon_sym_fun] = ACTIONS(3011), + [anon_sym_DOT] = ACTIONS(1704), + [anon_sym_SEMI] = ACTIONS(3013), + [anon_sym_get] = ACTIONS(3011), + [anon_sym_set] = ACTIONS(3011), + [anon_sym_this] = ACTIONS(3011), + [anon_sym_super] = ACTIONS(3011), + [anon_sym_STAR] = ACTIONS(3013), + [sym_label] = ACTIONS(1714), + [anon_sym_in] = ACTIONS(3011), + [anon_sym_DOT_DOT] = ACTIONS(3013), + [anon_sym_QMARK_COLON] = ACTIONS(3013), + [anon_sym_AMP_AMP] = ACTIONS(3013), + [anon_sym_PIPE_PIPE] = ACTIONS(3013), + [anon_sym_null] = ACTIONS(3011), + [anon_sym_if] = ACTIONS(3011), + [anon_sym_else] = ACTIONS(3011), + [anon_sym_when] = ACTIONS(3011), + [anon_sym_try] = ACTIONS(3011), + [anon_sym_throw] = ACTIONS(3011), + [anon_sym_return] = ACTIONS(3011), + [anon_sym_continue] = ACTIONS(3011), + [anon_sym_break] = ACTIONS(3011), + [anon_sym_COLON_COLON] = ACTIONS(1726), + [anon_sym_BANG_EQ] = ACTIONS(3011), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3013), + [anon_sym_EQ_EQ] = ACTIONS(3011), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3013), + [anon_sym_LT_EQ] = ACTIONS(3013), + [anon_sym_GT_EQ] = ACTIONS(3013), + [anon_sym_BANGin] = ACTIONS(3013), + [anon_sym_is] = ACTIONS(3011), + [anon_sym_BANGis] = ACTIONS(3013), + [anon_sym_PLUS] = ACTIONS(3011), + [anon_sym_DASH] = ACTIONS(3011), + [anon_sym_SLASH] = ACTIONS(3011), + [anon_sym_PERCENT] = ACTIONS(3013), + [anon_sym_as_QMARK] = ACTIONS(1742), + [anon_sym_PLUS_PLUS] = ACTIONS(1744), + [anon_sym_DASH_DASH] = ACTIONS(1744), + [anon_sym_BANG] = ACTIONS(3011), + [anon_sym_BANG_BANG] = ACTIONS(1744), + [anon_sym_suspend] = ACTIONS(3011), + [anon_sym_sealed] = ACTIONS(3011), + [anon_sym_annotation] = ACTIONS(3011), + [anon_sym_data] = ACTIONS(3011), + [anon_sym_inner] = ACTIONS(3011), + [anon_sym_override] = ACTIONS(3011), + [anon_sym_lateinit] = ACTIONS(3011), + [anon_sym_public] = ACTIONS(3011), + [anon_sym_private] = ACTIONS(3011), + [anon_sym_internal] = ACTIONS(3011), + [anon_sym_protected] = ACTIONS(3011), + [anon_sym_tailrec] = ACTIONS(3011), + [anon_sym_operator] = ACTIONS(3011), + [anon_sym_infix] = ACTIONS(3011), + [anon_sym_inline] = ACTIONS(3011), + [anon_sym_external] = ACTIONS(3011), + [sym_property_modifier] = ACTIONS(3011), + [anon_sym_abstract] = ACTIONS(3011), + [anon_sym_final] = ACTIONS(3011), + [anon_sym_open] = ACTIONS(3011), + [anon_sym_vararg] = ACTIONS(3011), + [anon_sym_noinline] = ACTIONS(3011), + [anon_sym_crossinline] = ACTIONS(3011), + [anon_sym_expect] = ACTIONS(3011), + [anon_sym_actual] = ACTIONS(3011), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3013), + [anon_sym_continue_AT] = ACTIONS(3013), + [anon_sym_break_AT] = ACTIONS(3013), + [sym_real_literal] = ACTIONS(3013), + [sym_integer_literal] = ACTIONS(3011), + [sym_hex_literal] = ACTIONS(3013), + [sym_bin_literal] = ACTIONS(3013), + [anon_sym_true] = ACTIONS(3011), + [anon_sym_false] = ACTIONS(3011), + [anon_sym_SQUOTE] = ACTIONS(3013), + [sym__backtick_identifier] = ACTIONS(3013), + [sym__automatic_semicolon] = ACTIONS(3013), + [sym_safe_nav] = ACTIONS(1726), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3013), + }, + [520] = { + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(2016), + [sym__comparison_operator] = STATE(2015), + [sym__in_operator] = STATE(1967), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(1961), + [sym__multiplicative_operator] = STATE(1948), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_annotation] = STATE(7880), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1921), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(3063), + [anon_sym_RBRACE] = ACTIONS(3020), [anon_sym_LPAREN] = ACTIONS(1698), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(1942), - [anon_sym_object] = ACTIONS(3061), - [anon_sym_fun] = ACTIONS(3061), + [anon_sym_object] = ACTIONS(3018), + [anon_sym_fun] = ACTIONS(3018), [anon_sym_DOT] = ACTIONS(1704), - [anon_sym_SEMI] = ACTIONS(3063), + [anon_sym_SEMI] = ACTIONS(3020), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(3061), - [anon_sym_super] = ACTIONS(3061), + [anon_sym_this] = ACTIONS(3018), + [anon_sym_super] = ACTIONS(3018), [anon_sym_STAR] = ACTIONS(1950), [sym_label] = ACTIONS(1714), [anon_sym_in] = ACTIONS(1952), @@ -98338,15 +98680,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1956), [anon_sym_AMP_AMP] = ACTIONS(1958), [anon_sym_PIPE_PIPE] = ACTIONS(1960), - [anon_sym_null] = ACTIONS(3061), - [anon_sym_if] = ACTIONS(3061), - [anon_sym_else] = ACTIONS(3061), - [anon_sym_when] = ACTIONS(3061), - [anon_sym_try] = ACTIONS(3061), - [anon_sym_throw] = ACTIONS(3061), - [anon_sym_return] = ACTIONS(3061), - [anon_sym_continue] = ACTIONS(3061), - [anon_sym_break] = ACTIONS(3061), + [anon_sym_null] = ACTIONS(3018), + [anon_sym_if] = ACTIONS(3018), + [anon_sym_else] = ACTIONS(3018), + [anon_sym_when] = ACTIONS(3018), + [anon_sym_try] = ACTIONS(3018), + [anon_sym_throw] = ACTIONS(3018), + [anon_sym_return] = ACTIONS(3018), + [anon_sym_continue] = ACTIONS(3018), + [anon_sym_break] = ACTIONS(3018), [anon_sym_COLON_COLON] = ACTIONS(1726), [anon_sym_BANG_EQ] = ACTIONS(1962), [anon_sym_BANG_EQ_EQ] = ACTIONS(1964), @@ -98364,116 +98706,233 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(3061), + [anon_sym_BANG] = ACTIONS(3018), [anon_sym_BANG_BANG] = ACTIONS(1744), - [anon_sym_suspend] = ACTIONS(3061), - [anon_sym_sealed] = ACTIONS(3061), - [anon_sym_annotation] = ACTIONS(3061), + [anon_sym_suspend] = ACTIONS(3018), + [anon_sym_sealed] = ACTIONS(3018), + [anon_sym_annotation] = ACTIONS(3018), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3061), - [anon_sym_lateinit] = ACTIONS(3061), - [anon_sym_public] = ACTIONS(3061), - [anon_sym_private] = ACTIONS(3061), - [anon_sym_internal] = ACTIONS(3061), - [anon_sym_protected] = ACTIONS(3061), - [anon_sym_tailrec] = ACTIONS(3061), - [anon_sym_operator] = ACTIONS(3061), - [anon_sym_infix] = ACTIONS(3061), - [anon_sym_inline] = ACTIONS(3061), - [anon_sym_external] = ACTIONS(3061), - [sym_property_modifier] = ACTIONS(3061), - [anon_sym_abstract] = ACTIONS(3061), - [anon_sym_final] = ACTIONS(3061), - [anon_sym_open] = ACTIONS(3061), - [anon_sym_vararg] = ACTIONS(3061), - [anon_sym_noinline] = ACTIONS(3061), - [anon_sym_crossinline] = ACTIONS(3061), + [anon_sym_override] = ACTIONS(3018), + [anon_sym_lateinit] = ACTIONS(3018), + [anon_sym_public] = ACTIONS(3018), + [anon_sym_private] = ACTIONS(3018), + [anon_sym_internal] = ACTIONS(3018), + [anon_sym_protected] = ACTIONS(3018), + [anon_sym_tailrec] = ACTIONS(3018), + [anon_sym_operator] = ACTIONS(3018), + [anon_sym_infix] = ACTIONS(3018), + [anon_sym_inline] = ACTIONS(3018), + [anon_sym_external] = ACTIONS(3018), + [sym_property_modifier] = ACTIONS(3018), + [anon_sym_abstract] = ACTIONS(3018), + [anon_sym_final] = ACTIONS(3018), + [anon_sym_open] = ACTIONS(3018), + [anon_sym_vararg] = ACTIONS(3018), + [anon_sym_noinline] = ACTIONS(3018), + [anon_sym_crossinline] = ACTIONS(3018), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3063), - [anon_sym_continue_AT] = ACTIONS(3063), - [anon_sym_break_AT] = ACTIONS(3063), - [sym_real_literal] = ACTIONS(3063), - [sym_integer_literal] = ACTIONS(3061), - [sym_hex_literal] = ACTIONS(3063), - [sym_bin_literal] = ACTIONS(3063), - [anon_sym_true] = ACTIONS(3061), - [anon_sym_false] = ACTIONS(3061), - [anon_sym_SQUOTE] = ACTIONS(3063), + [anon_sym_return_AT] = ACTIONS(3020), + [anon_sym_continue_AT] = ACTIONS(3020), + [anon_sym_break_AT] = ACTIONS(3020), + [sym_real_literal] = ACTIONS(3020), + [sym_integer_literal] = ACTIONS(3018), + [sym_hex_literal] = ACTIONS(3020), + [sym_bin_literal] = ACTIONS(3020), + [anon_sym_true] = ACTIONS(3018), + [anon_sym_false] = ACTIONS(3018), + [anon_sym_SQUOTE] = ACTIONS(3020), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3063), + [sym__automatic_semicolon] = ACTIONS(3020), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3063), + [sym__string_start] = ACTIONS(3020), }, - [519] = { - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(2018), - [sym__comparison_operator] = STATE(2000), - [sym__in_operator] = STATE(1968), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(1946), - [sym__multiplicative_operator] = STATE(1930), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_annotation] = STATE(7858), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1927), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), + [521] = { + [sym_primary_constructor] = STATE(3699), + [sym__class_parameters] = STATE(3113), + [sym_type_parameters] = STATE(599), + [sym_type_constraints] = STATE(2992), + [sym_enum_class_body] = STATE(3459), + [sym_modifiers] = STATE(9209), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3136), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_COLON] = ACTIONS(3348), + [anon_sym_LBRACK] = ACTIONS(3140), + [anon_sym_as] = ACTIONS(3136), + [anon_sym_constructor] = ACTIONS(3110), + [anon_sym_LBRACE] = ACTIONS(3112), + [anon_sym_RBRACE] = ACTIONS(3140), + [anon_sym_LPAREN] = ACTIONS(3114), + [anon_sym_COMMA] = ACTIONS(3140), + [anon_sym_LT] = ACTIONS(3116), + [anon_sym_GT] = ACTIONS(3136), + [anon_sym_where] = ACTIONS(3118), + [anon_sym_object] = ACTIONS(3136), + [anon_sym_fun] = ACTIONS(3136), + [anon_sym_DOT] = ACTIONS(3136), + [anon_sym_SEMI] = ACTIONS(3140), + [anon_sym_get] = ACTIONS(3136), + [anon_sym_set] = ACTIONS(3136), + [anon_sym_this] = ACTIONS(3136), + [anon_sym_super] = ACTIONS(3136), + [anon_sym_STAR] = ACTIONS(3140), + [sym_label] = ACTIONS(3136), + [anon_sym_in] = ACTIONS(3136), + [anon_sym_DOT_DOT] = ACTIONS(3140), + [anon_sym_QMARK_COLON] = ACTIONS(3140), + [anon_sym_AMP_AMP] = ACTIONS(3140), + [anon_sym_PIPE_PIPE] = ACTIONS(3140), + [anon_sym_null] = ACTIONS(3136), + [anon_sym_if] = ACTIONS(3136), + [anon_sym_else] = ACTIONS(3136), + [anon_sym_when] = ACTIONS(3136), + [anon_sym_try] = ACTIONS(3136), + [anon_sym_throw] = ACTIONS(3136), + [anon_sym_return] = ACTIONS(3136), + [anon_sym_continue] = ACTIONS(3136), + [anon_sym_break] = ACTIONS(3136), + [anon_sym_COLON_COLON] = ACTIONS(3140), + [anon_sym_BANG_EQ] = ACTIONS(3136), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3140), + [anon_sym_EQ_EQ] = ACTIONS(3136), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3140), + [anon_sym_LT_EQ] = ACTIONS(3140), + [anon_sym_GT_EQ] = ACTIONS(3140), + [anon_sym_BANGin] = ACTIONS(3140), + [anon_sym_is] = ACTIONS(3136), + [anon_sym_BANGis] = ACTIONS(3140), + [anon_sym_PLUS] = ACTIONS(3136), + [anon_sym_DASH] = ACTIONS(3136), + [anon_sym_SLASH] = ACTIONS(3136), + [anon_sym_PERCENT] = ACTIONS(3140), + [anon_sym_as_QMARK] = ACTIONS(3140), + [anon_sym_PLUS_PLUS] = ACTIONS(3140), + [anon_sym_DASH_DASH] = ACTIONS(3140), + [anon_sym_BANG] = ACTIONS(3136), + [anon_sym_BANG_BANG] = ACTIONS(3140), + [anon_sym_suspend] = ACTIONS(3120), + [anon_sym_sealed] = ACTIONS(3122), + [anon_sym_annotation] = ACTIONS(3122), + [anon_sym_data] = ACTIONS(3122), + [anon_sym_inner] = ACTIONS(3122), + [anon_sym_override] = ACTIONS(3124), + [anon_sym_lateinit] = ACTIONS(3124), + [anon_sym_public] = ACTIONS(3126), + [anon_sym_private] = ACTIONS(3126), + [anon_sym_internal] = ACTIONS(3126), + [anon_sym_protected] = ACTIONS(3126), + [anon_sym_tailrec] = ACTIONS(3120), + [anon_sym_operator] = ACTIONS(3120), + [anon_sym_infix] = ACTIONS(3120), + [anon_sym_inline] = ACTIONS(3120), + [anon_sym_external] = ACTIONS(3120), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3130), + [anon_sym_final] = ACTIONS(3130), + [anon_sym_open] = ACTIONS(3130), + [anon_sym_vararg] = ACTIONS(3132), + [anon_sym_noinline] = ACTIONS(3132), + [anon_sym_crossinline] = ACTIONS(3132), + [anon_sym_expect] = ACTIONS(3134), + [anon_sym_actual] = ACTIONS(3134), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3140), + [anon_sym_continue_AT] = ACTIONS(3140), + [anon_sym_break_AT] = ACTIONS(3140), + [sym_real_literal] = ACTIONS(3140), + [sym_integer_literal] = ACTIONS(3136), + [sym_hex_literal] = ACTIONS(3140), + [sym_bin_literal] = ACTIONS(3140), + [anon_sym_true] = ACTIONS(3136), + [anon_sym_false] = ACTIONS(3136), + [anon_sym_SQUOTE] = ACTIONS(3140), + [sym__backtick_identifier] = ACTIONS(3140), + [sym__automatic_semicolon] = ACTIONS(3140), + [sym_safe_nav] = ACTIONS(3140), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3140), + }, + [522] = { + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(2016), + [sym__comparison_operator] = STATE(2015), + [sym__in_operator] = STATE(1967), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(1961), + [sym__multiplicative_operator] = STATE(1948), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_annotation] = STATE(7880), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1921), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(3085), + [anon_sym_RBRACE] = ACTIONS(3061), [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_LT] = ACTIONS(3087), - [anon_sym_GT] = ACTIONS(3083), - [anon_sym_object] = ACTIONS(3083), - [anon_sym_fun] = ACTIONS(3083), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(1942), + [anon_sym_object] = ACTIONS(3059), + [anon_sym_fun] = ACTIONS(3059), [anon_sym_DOT] = ACTIONS(1704), - [anon_sym_SEMI] = ACTIONS(3085), + [anon_sym_SEMI] = ACTIONS(3061), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(3083), - [anon_sym_super] = ACTIONS(3083), + [anon_sym_this] = ACTIONS(3059), + [anon_sym_super] = ACTIONS(3059), [anon_sym_STAR] = ACTIONS(1950), [sym_label] = ACTIONS(1714), - [anon_sym_in] = ACTIONS(3083), + [anon_sym_in] = ACTIONS(1952), [anon_sym_DOT_DOT] = ACTIONS(1954), - [anon_sym_QMARK_COLON] = ACTIONS(3085), - [anon_sym_AMP_AMP] = ACTIONS(3085), - [anon_sym_PIPE_PIPE] = ACTIONS(3085), - [anon_sym_null] = ACTIONS(3083), - [anon_sym_if] = ACTIONS(3083), - [anon_sym_else] = ACTIONS(3083), - [anon_sym_when] = ACTIONS(3083), - [anon_sym_try] = ACTIONS(3083), - [anon_sym_throw] = ACTIONS(3083), - [anon_sym_return] = ACTIONS(3083), - [anon_sym_continue] = ACTIONS(3083), - [anon_sym_break] = ACTIONS(3083), + [anon_sym_QMARK_COLON] = ACTIONS(1956), + [anon_sym_AMP_AMP] = ACTIONS(1958), + [anon_sym_PIPE_PIPE] = ACTIONS(1960), + [anon_sym_null] = ACTIONS(3059), + [anon_sym_if] = ACTIONS(3059), + [anon_sym_else] = ACTIONS(3059), + [anon_sym_when] = ACTIONS(3059), + [anon_sym_try] = ACTIONS(3059), + [anon_sym_throw] = ACTIONS(3059), + [anon_sym_return] = ACTIONS(3059), + [anon_sym_continue] = ACTIONS(3059), + [anon_sym_break] = ACTIONS(3059), [anon_sym_COLON_COLON] = ACTIONS(1726), - [anon_sym_BANG_EQ] = ACTIONS(3083), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3085), - [anon_sym_EQ_EQ] = ACTIONS(3083), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3085), - [anon_sym_LT_EQ] = ACTIONS(3085), - [anon_sym_GT_EQ] = ACTIONS(3085), - [anon_sym_BANGin] = ACTIONS(3085), - [anon_sym_is] = ACTIONS(3083), - [anon_sym_BANGis] = ACTIONS(3085), + [anon_sym_BANG_EQ] = ACTIONS(1962), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1964), + [anon_sym_EQ_EQ] = ACTIONS(1962), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1964), + [anon_sym_LT_EQ] = ACTIONS(1966), + [anon_sym_GT_EQ] = ACTIONS(1966), + [anon_sym_BANGin] = ACTIONS(1968), + [anon_sym_is] = ACTIONS(1736), + [anon_sym_BANGis] = ACTIONS(1738), [anon_sym_PLUS] = ACTIONS(1970), [anon_sym_DASH] = ACTIONS(1970), [anon_sym_SLASH] = ACTIONS(1972), @@ -98481,230 +98940,113 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(3083), + [anon_sym_BANG] = ACTIONS(3059), [anon_sym_BANG_BANG] = ACTIONS(1744), - [anon_sym_suspend] = ACTIONS(3083), - [anon_sym_sealed] = ACTIONS(3083), - [anon_sym_annotation] = ACTIONS(3083), + [anon_sym_suspend] = ACTIONS(3059), + [anon_sym_sealed] = ACTIONS(3059), + [anon_sym_annotation] = ACTIONS(3059), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3083), - [anon_sym_lateinit] = ACTIONS(3083), - [anon_sym_public] = ACTIONS(3083), - [anon_sym_private] = ACTIONS(3083), - [anon_sym_internal] = ACTIONS(3083), - [anon_sym_protected] = ACTIONS(3083), - [anon_sym_tailrec] = ACTIONS(3083), - [anon_sym_operator] = ACTIONS(3083), - [anon_sym_infix] = ACTIONS(3083), - [anon_sym_inline] = ACTIONS(3083), - [anon_sym_external] = ACTIONS(3083), - [sym_property_modifier] = ACTIONS(3083), - [anon_sym_abstract] = ACTIONS(3083), - [anon_sym_final] = ACTIONS(3083), - [anon_sym_open] = ACTIONS(3083), - [anon_sym_vararg] = ACTIONS(3083), - [anon_sym_noinline] = ACTIONS(3083), - [anon_sym_crossinline] = ACTIONS(3083), + [anon_sym_override] = ACTIONS(3059), + [anon_sym_lateinit] = ACTIONS(3059), + [anon_sym_public] = ACTIONS(3059), + [anon_sym_private] = ACTIONS(3059), + [anon_sym_internal] = ACTIONS(3059), + [anon_sym_protected] = ACTIONS(3059), + [anon_sym_tailrec] = ACTIONS(3059), + [anon_sym_operator] = ACTIONS(3059), + [anon_sym_infix] = ACTIONS(3059), + [anon_sym_inline] = ACTIONS(3059), + [anon_sym_external] = ACTIONS(3059), + [sym_property_modifier] = ACTIONS(3059), + [anon_sym_abstract] = ACTIONS(3059), + [anon_sym_final] = ACTIONS(3059), + [anon_sym_open] = ACTIONS(3059), + [anon_sym_vararg] = ACTIONS(3059), + [anon_sym_noinline] = ACTIONS(3059), + [anon_sym_crossinline] = ACTIONS(3059), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3085), - [anon_sym_continue_AT] = ACTIONS(3085), - [anon_sym_break_AT] = ACTIONS(3085), - [sym_real_literal] = ACTIONS(3085), - [sym_integer_literal] = ACTIONS(3083), - [sym_hex_literal] = ACTIONS(3085), - [sym_bin_literal] = ACTIONS(3085), - [anon_sym_true] = ACTIONS(3083), - [anon_sym_false] = ACTIONS(3083), - [anon_sym_SQUOTE] = ACTIONS(3085), + [anon_sym_return_AT] = ACTIONS(3061), + [anon_sym_continue_AT] = ACTIONS(3061), + [anon_sym_break_AT] = ACTIONS(3061), + [sym_real_literal] = ACTIONS(3061), + [sym_integer_literal] = ACTIONS(3059), + [sym_hex_literal] = ACTIONS(3061), + [sym_bin_literal] = ACTIONS(3061), + [anon_sym_true] = ACTIONS(3059), + [anon_sym_false] = ACTIONS(3059), + [anon_sym_SQUOTE] = ACTIONS(3061), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3085), - [sym_safe_nav] = ACTIONS(1726), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3085), - }, - [520] = { - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(2018), - [sym__comparison_operator] = STATE(2000), - [sym__in_operator] = STATE(1968), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(1946), - [sym__multiplicative_operator] = STATE(1930), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_annotation] = STATE(7858), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1927), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), - [sym__alpha_identifier] = ACTIONS(2984), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(1690), - [anon_sym_as] = ACTIONS(1692), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(2986), - [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_LT] = ACTIONS(2988), - [anon_sym_GT] = ACTIONS(2984), - [anon_sym_object] = ACTIONS(2984), - [anon_sym_fun] = ACTIONS(2984), - [anon_sym_DOT] = ACTIONS(1704), - [anon_sym_SEMI] = ACTIONS(2986), - [anon_sym_get] = ACTIONS(2984), - [anon_sym_set] = ACTIONS(2984), - [anon_sym_this] = ACTIONS(2984), - [anon_sym_super] = ACTIONS(2984), - [anon_sym_STAR] = ACTIONS(1950), - [sym_label] = ACTIONS(1714), - [anon_sym_in] = ACTIONS(2984), - [anon_sym_DOT_DOT] = ACTIONS(2986), - [anon_sym_QMARK_COLON] = ACTIONS(2986), - [anon_sym_AMP_AMP] = ACTIONS(2986), - [anon_sym_PIPE_PIPE] = ACTIONS(2986), - [anon_sym_null] = ACTIONS(2984), - [anon_sym_if] = ACTIONS(2984), - [anon_sym_else] = ACTIONS(2984), - [anon_sym_when] = ACTIONS(2984), - [anon_sym_try] = ACTIONS(2984), - [anon_sym_throw] = ACTIONS(2984), - [anon_sym_return] = ACTIONS(2984), - [anon_sym_continue] = ACTIONS(2984), - [anon_sym_break] = ACTIONS(2984), - [anon_sym_COLON_COLON] = ACTIONS(1726), - [anon_sym_BANG_EQ] = ACTIONS(2984), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2986), - [anon_sym_EQ_EQ] = ACTIONS(2984), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2986), - [anon_sym_LT_EQ] = ACTIONS(2986), - [anon_sym_GT_EQ] = ACTIONS(2986), - [anon_sym_BANGin] = ACTIONS(2986), - [anon_sym_is] = ACTIONS(2984), - [anon_sym_BANGis] = ACTIONS(2986), - [anon_sym_PLUS] = ACTIONS(1970), - [anon_sym_DASH] = ACTIONS(1970), - [anon_sym_SLASH] = ACTIONS(1972), - [anon_sym_PERCENT] = ACTIONS(1950), - [anon_sym_as_QMARK] = ACTIONS(1742), - [anon_sym_PLUS_PLUS] = ACTIONS(1744), - [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(2984), - [anon_sym_BANG_BANG] = ACTIONS(1744), - [anon_sym_suspend] = ACTIONS(2984), - [anon_sym_sealed] = ACTIONS(2984), - [anon_sym_annotation] = ACTIONS(2984), - [anon_sym_data] = ACTIONS(2984), - [anon_sym_inner] = ACTIONS(2984), - [anon_sym_override] = ACTIONS(2984), - [anon_sym_lateinit] = ACTIONS(2984), - [anon_sym_public] = ACTIONS(2984), - [anon_sym_private] = ACTIONS(2984), - [anon_sym_internal] = ACTIONS(2984), - [anon_sym_protected] = ACTIONS(2984), - [anon_sym_tailrec] = ACTIONS(2984), - [anon_sym_operator] = ACTIONS(2984), - [anon_sym_infix] = ACTIONS(2984), - [anon_sym_inline] = ACTIONS(2984), - [anon_sym_external] = ACTIONS(2984), - [sym_property_modifier] = ACTIONS(2984), - [anon_sym_abstract] = ACTIONS(2984), - [anon_sym_final] = ACTIONS(2984), - [anon_sym_open] = ACTIONS(2984), - [anon_sym_vararg] = ACTIONS(2984), - [anon_sym_noinline] = ACTIONS(2984), - [anon_sym_crossinline] = ACTIONS(2984), - [anon_sym_expect] = ACTIONS(2984), - [anon_sym_actual] = ACTIONS(2984), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(2986), - [anon_sym_continue_AT] = ACTIONS(2986), - [anon_sym_break_AT] = ACTIONS(2986), - [sym_real_literal] = ACTIONS(2986), - [sym_integer_literal] = ACTIONS(2984), - [sym_hex_literal] = ACTIONS(2986), - [sym_bin_literal] = ACTIONS(2986), - [anon_sym_true] = ACTIONS(2984), - [anon_sym_false] = ACTIONS(2984), - [anon_sym_SQUOTE] = ACTIONS(2986), - [sym__backtick_identifier] = ACTIONS(2986), - [sym__automatic_semicolon] = ACTIONS(2986), + [sym__automatic_semicolon] = ACTIONS(3061), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2986), + [sym__string_start] = ACTIONS(3061), }, - [521] = { - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(2018), - [sym__comparison_operator] = STATE(2000), - [sym__in_operator] = STATE(1968), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(1946), - [sym__multiplicative_operator] = STATE(1930), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_annotation] = STATE(7858), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1927), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), + [523] = { + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(2016), + [sym__comparison_operator] = STATE(2015), + [sym__in_operator] = STATE(1967), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(1961), + [sym__multiplicative_operator] = STATE(1948), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_annotation] = STATE(7880), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1921), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(3025), + [anon_sym_RBRACE] = ACTIONS(3009), [anon_sym_LPAREN] = ACTIONS(1698), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3023), - [anon_sym_object] = ACTIONS(3023), - [anon_sym_fun] = ACTIONS(3023), + [anon_sym_GT] = ACTIONS(1942), + [anon_sym_object] = ACTIONS(3007), + [anon_sym_fun] = ACTIONS(3007), [anon_sym_DOT] = ACTIONS(1704), - [anon_sym_SEMI] = ACTIONS(3025), + [anon_sym_SEMI] = ACTIONS(3009), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(3023), - [anon_sym_super] = ACTIONS(3023), + [anon_sym_this] = ACTIONS(3007), + [anon_sym_super] = ACTIONS(3007), [anon_sym_STAR] = ACTIONS(1950), [sym_label] = ACTIONS(1714), [anon_sym_in] = ACTIONS(1952), [anon_sym_DOT_DOT] = ACTIONS(1954), [anon_sym_QMARK_COLON] = ACTIONS(1956), - [anon_sym_AMP_AMP] = ACTIONS(3025), - [anon_sym_PIPE_PIPE] = ACTIONS(3025), - [anon_sym_null] = ACTIONS(3023), - [anon_sym_if] = ACTIONS(3023), - [anon_sym_else] = ACTIONS(3023), - [anon_sym_when] = ACTIONS(3023), - [anon_sym_try] = ACTIONS(3023), - [anon_sym_throw] = ACTIONS(3023), - [anon_sym_return] = ACTIONS(3023), - [anon_sym_continue] = ACTIONS(3023), - [anon_sym_break] = ACTIONS(3023), + [anon_sym_AMP_AMP] = ACTIONS(1958), + [anon_sym_PIPE_PIPE] = ACTIONS(1960), + [anon_sym_null] = ACTIONS(3007), + [anon_sym_if] = ACTIONS(3007), + [anon_sym_else] = ACTIONS(3007), + [anon_sym_when] = ACTIONS(3007), + [anon_sym_try] = ACTIONS(3007), + [anon_sym_throw] = ACTIONS(3007), + [anon_sym_return] = ACTIONS(3007), + [anon_sym_continue] = ACTIONS(3007), + [anon_sym_break] = ACTIONS(3007), [anon_sym_COLON_COLON] = ACTIONS(1726), - [anon_sym_BANG_EQ] = ACTIONS(3023), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3025), - [anon_sym_EQ_EQ] = ACTIONS(3023), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3025), - [anon_sym_LT_EQ] = ACTIONS(3025), - [anon_sym_GT_EQ] = ACTIONS(3025), + [anon_sym_BANG_EQ] = ACTIONS(1962), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1964), + [anon_sym_EQ_EQ] = ACTIONS(1962), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1964), + [anon_sym_LT_EQ] = ACTIONS(1966), + [anon_sym_GT_EQ] = ACTIONS(1966), [anon_sym_BANGin] = ACTIONS(1968), [anon_sym_is] = ACTIONS(1736), [anon_sym_BANGis] = ACTIONS(1738), @@ -98715,76 +99057,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(3023), + [anon_sym_BANG] = ACTIONS(3007), [anon_sym_BANG_BANG] = ACTIONS(1744), - [anon_sym_suspend] = ACTIONS(3023), - [anon_sym_sealed] = ACTIONS(3023), - [anon_sym_annotation] = ACTIONS(3023), + [anon_sym_suspend] = ACTIONS(3007), + [anon_sym_sealed] = ACTIONS(3007), + [anon_sym_annotation] = ACTIONS(3007), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3023), - [anon_sym_lateinit] = ACTIONS(3023), - [anon_sym_public] = ACTIONS(3023), - [anon_sym_private] = ACTIONS(3023), - [anon_sym_internal] = ACTIONS(3023), - [anon_sym_protected] = ACTIONS(3023), - [anon_sym_tailrec] = ACTIONS(3023), - [anon_sym_operator] = ACTIONS(3023), - [anon_sym_infix] = ACTIONS(3023), - [anon_sym_inline] = ACTIONS(3023), - [anon_sym_external] = ACTIONS(3023), - [sym_property_modifier] = ACTIONS(3023), - [anon_sym_abstract] = ACTIONS(3023), - [anon_sym_final] = ACTIONS(3023), - [anon_sym_open] = ACTIONS(3023), - [anon_sym_vararg] = ACTIONS(3023), - [anon_sym_noinline] = ACTIONS(3023), - [anon_sym_crossinline] = ACTIONS(3023), + [anon_sym_override] = ACTIONS(3007), + [anon_sym_lateinit] = ACTIONS(3007), + [anon_sym_public] = ACTIONS(3007), + [anon_sym_private] = ACTIONS(3007), + [anon_sym_internal] = ACTIONS(3007), + [anon_sym_protected] = ACTIONS(3007), + [anon_sym_tailrec] = ACTIONS(3007), + [anon_sym_operator] = ACTIONS(3007), + [anon_sym_infix] = ACTIONS(3007), + [anon_sym_inline] = ACTIONS(3007), + [anon_sym_external] = ACTIONS(3007), + [sym_property_modifier] = ACTIONS(3007), + [anon_sym_abstract] = ACTIONS(3007), + [anon_sym_final] = ACTIONS(3007), + [anon_sym_open] = ACTIONS(3007), + [anon_sym_vararg] = ACTIONS(3007), + [anon_sym_noinline] = ACTIONS(3007), + [anon_sym_crossinline] = ACTIONS(3007), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3025), - [anon_sym_continue_AT] = ACTIONS(3025), - [anon_sym_break_AT] = ACTIONS(3025), - [sym_real_literal] = ACTIONS(3025), - [sym_integer_literal] = ACTIONS(3023), - [sym_hex_literal] = ACTIONS(3025), - [sym_bin_literal] = ACTIONS(3025), - [anon_sym_true] = ACTIONS(3023), - [anon_sym_false] = ACTIONS(3023), - [anon_sym_SQUOTE] = ACTIONS(3025), + [anon_sym_return_AT] = ACTIONS(3009), + [anon_sym_continue_AT] = ACTIONS(3009), + [anon_sym_break_AT] = ACTIONS(3009), + [sym_real_literal] = ACTIONS(3009), + [sym_integer_literal] = ACTIONS(3007), + [sym_hex_literal] = ACTIONS(3009), + [sym_bin_literal] = ACTIONS(3009), + [anon_sym_true] = ACTIONS(3007), + [anon_sym_false] = ACTIONS(3007), + [anon_sym_SQUOTE] = ACTIONS(3009), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3025), + [sym__automatic_semicolon] = ACTIONS(3009), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3025), + [sym__string_start] = ACTIONS(3009), }, - [522] = { - [sym_primary_constructor] = STATE(3718), - [sym__class_parameters] = STATE(3036), - [sym_type_parameters] = STATE(559), - [sym_type_constraints] = STATE(3058), - [sym_enum_class_body] = STATE(3257), - [sym_modifiers] = STATE(9011), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), + [524] = { + [sym_primary_constructor] = STATE(3716), + [sym_class_body] = STATE(3459), + [sym__class_parameters] = STATE(3113), + [sym_type_parameters] = STATE(600), + [sym_type_constraints] = STATE(3043), + [sym_modifiers] = STATE(9209), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), [sym__alpha_identifier] = ACTIONS(3136), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(3346), + [anon_sym_COLON] = ACTIONS(3350), [anon_sym_LBRACK] = ACTIONS(3140), [anon_sym_as] = ACTIONS(3136), [anon_sym_constructor] = ACTIONS(3110), - [anon_sym_LBRACE] = ACTIONS(3152), + [anon_sym_LBRACE] = ACTIONS(3144), [anon_sym_RBRACE] = ACTIONS(3140), [anon_sym_LPAREN] = ACTIONS(3114), [anon_sym_COMMA] = ACTIONS(3140), @@ -98876,28 +99218,28 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(3140), }, - [523] = { - [sym_primary_constructor] = STATE(3715), - [sym_class_body] = STATE(3436), - [sym__class_parameters] = STATE(3036), - [sym_type_parameters] = STATE(547), - [sym_type_constraints] = STATE(3021), - [sym_modifiers] = STATE(9011), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), + [525] = { + [sym_primary_constructor] = STATE(3726), + [sym__class_parameters] = STATE(3113), + [sym_type_parameters] = STATE(603), + [sym_type_constraints] = STATE(3081), + [sym_enum_class_body] = STATE(3223), + [sym_modifiers] = STATE(9209), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), [sym__alpha_identifier] = ACTIONS(3102), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(3348), + [anon_sym_COLON] = ACTIONS(3352), [anon_sym_LBRACK] = ACTIONS(3108), [anon_sym_as] = ACTIONS(3102), [anon_sym_constructor] = ACTIONS(3110), @@ -98993,72 +99335,189 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(3108), }, - [524] = { - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(2018), - [sym__comparison_operator] = STATE(2000), - [sym__in_operator] = STATE(1968), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(1946), - [sym__multiplicative_operator] = STATE(1930), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_annotation] = STATE(7858), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1927), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), + [526] = { + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(2016), + [sym__comparison_operator] = STATE(2015), + [sym__in_operator] = STATE(1967), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(1961), + [sym__multiplicative_operator] = STATE(1948), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_annotation] = STATE(7880), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1921), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(1690), + [anon_sym_as] = ACTIONS(1692), + [anon_sym_LBRACE] = ACTIONS(1612), + [anon_sym_RBRACE] = ACTIONS(3069), + [anon_sym_LPAREN] = ACTIONS(1698), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(1942), + [anon_sym_object] = ACTIONS(3067), + [anon_sym_fun] = ACTIONS(3067), + [anon_sym_DOT] = ACTIONS(1704), + [anon_sym_SEMI] = ACTIONS(3069), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_this] = ACTIONS(3067), + [anon_sym_super] = ACTIONS(3067), + [anon_sym_STAR] = ACTIONS(1950), + [sym_label] = ACTIONS(1714), + [anon_sym_in] = ACTIONS(1952), + [anon_sym_DOT_DOT] = ACTIONS(1954), + [anon_sym_QMARK_COLON] = ACTIONS(1956), + [anon_sym_AMP_AMP] = ACTIONS(1958), + [anon_sym_PIPE_PIPE] = ACTIONS(1960), + [anon_sym_null] = ACTIONS(3067), + [anon_sym_if] = ACTIONS(3067), + [anon_sym_else] = ACTIONS(3067), + [anon_sym_when] = ACTIONS(3067), + [anon_sym_try] = ACTIONS(3067), + [anon_sym_throw] = ACTIONS(3067), + [anon_sym_return] = ACTIONS(3067), + [anon_sym_continue] = ACTIONS(3067), + [anon_sym_break] = ACTIONS(3067), + [anon_sym_COLON_COLON] = ACTIONS(1726), + [anon_sym_BANG_EQ] = ACTIONS(1962), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1964), + [anon_sym_EQ_EQ] = ACTIONS(1962), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1964), + [anon_sym_LT_EQ] = ACTIONS(1966), + [anon_sym_GT_EQ] = ACTIONS(1966), + [anon_sym_BANGin] = ACTIONS(1968), + [anon_sym_is] = ACTIONS(1736), + [anon_sym_BANGis] = ACTIONS(1738), + [anon_sym_PLUS] = ACTIONS(1970), + [anon_sym_DASH] = ACTIONS(1970), + [anon_sym_SLASH] = ACTIONS(1972), + [anon_sym_PERCENT] = ACTIONS(1950), + [anon_sym_as_QMARK] = ACTIONS(1742), + [anon_sym_PLUS_PLUS] = ACTIONS(1744), + [anon_sym_DASH_DASH] = ACTIONS(1744), + [anon_sym_BANG] = ACTIONS(3067), + [anon_sym_BANG_BANG] = ACTIONS(1744), + [anon_sym_suspend] = ACTIONS(3067), + [anon_sym_sealed] = ACTIONS(3067), + [anon_sym_annotation] = ACTIONS(3067), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_override] = ACTIONS(3067), + [anon_sym_lateinit] = ACTIONS(3067), + [anon_sym_public] = ACTIONS(3067), + [anon_sym_private] = ACTIONS(3067), + [anon_sym_internal] = ACTIONS(3067), + [anon_sym_protected] = ACTIONS(3067), + [anon_sym_tailrec] = ACTIONS(3067), + [anon_sym_operator] = ACTIONS(3067), + [anon_sym_infix] = ACTIONS(3067), + [anon_sym_inline] = ACTIONS(3067), + [anon_sym_external] = ACTIONS(3067), + [sym_property_modifier] = ACTIONS(3067), + [anon_sym_abstract] = ACTIONS(3067), + [anon_sym_final] = ACTIONS(3067), + [anon_sym_open] = ACTIONS(3067), + [anon_sym_vararg] = ACTIONS(3067), + [anon_sym_noinline] = ACTIONS(3067), + [anon_sym_crossinline] = ACTIONS(3067), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3069), + [anon_sym_continue_AT] = ACTIONS(3069), + [anon_sym_break_AT] = ACTIONS(3069), + [sym_real_literal] = ACTIONS(3069), + [sym_integer_literal] = ACTIONS(3067), + [sym_hex_literal] = ACTIONS(3069), + [sym_bin_literal] = ACTIONS(3069), + [anon_sym_true] = ACTIONS(3067), + [anon_sym_false] = ACTIONS(3067), + [anon_sym_SQUOTE] = ACTIONS(3069), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(3069), + [sym_safe_nav] = ACTIONS(1726), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3069), + }, + [527] = { + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(2016), + [sym__comparison_operator] = STATE(2015), + [sym__in_operator] = STATE(1967), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(1961), + [sym__multiplicative_operator] = STATE(1948), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_annotation] = STATE(7880), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1921), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(3029), + [anon_sym_RBRACE] = ACTIONS(3065), [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_LT] = ACTIONS(3031), - [anon_sym_GT] = ACTIONS(3027), - [anon_sym_object] = ACTIONS(3027), - [anon_sym_fun] = ACTIONS(3027), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(1942), + [anon_sym_object] = ACTIONS(3063), + [anon_sym_fun] = ACTIONS(3063), [anon_sym_DOT] = ACTIONS(1704), - [anon_sym_SEMI] = ACTIONS(3029), + [anon_sym_SEMI] = ACTIONS(3065), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(3027), - [anon_sym_super] = ACTIONS(3027), + [anon_sym_this] = ACTIONS(3063), + [anon_sym_super] = ACTIONS(3063), [anon_sym_STAR] = ACTIONS(1950), [sym_label] = ACTIONS(1714), - [anon_sym_in] = ACTIONS(3027), + [anon_sym_in] = ACTIONS(1952), [anon_sym_DOT_DOT] = ACTIONS(1954), [anon_sym_QMARK_COLON] = ACTIONS(1956), - [anon_sym_AMP_AMP] = ACTIONS(3029), - [anon_sym_PIPE_PIPE] = ACTIONS(3029), - [anon_sym_null] = ACTIONS(3027), - [anon_sym_if] = ACTIONS(3027), - [anon_sym_else] = ACTIONS(3027), - [anon_sym_when] = ACTIONS(3027), - [anon_sym_try] = ACTIONS(3027), - [anon_sym_throw] = ACTIONS(3027), - [anon_sym_return] = ACTIONS(3027), - [anon_sym_continue] = ACTIONS(3027), - [anon_sym_break] = ACTIONS(3027), + [anon_sym_AMP_AMP] = ACTIONS(1958), + [anon_sym_PIPE_PIPE] = ACTIONS(1960), + [anon_sym_null] = ACTIONS(3063), + [anon_sym_if] = ACTIONS(3063), + [anon_sym_else] = ACTIONS(3063), + [anon_sym_when] = ACTIONS(3063), + [anon_sym_try] = ACTIONS(3063), + [anon_sym_throw] = ACTIONS(3063), + [anon_sym_return] = ACTIONS(3063), + [anon_sym_continue] = ACTIONS(3063), + [anon_sym_break] = ACTIONS(3063), [anon_sym_COLON_COLON] = ACTIONS(1726), - [anon_sym_BANG_EQ] = ACTIONS(3027), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3029), - [anon_sym_EQ_EQ] = ACTIONS(3027), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3029), - [anon_sym_LT_EQ] = ACTIONS(3029), - [anon_sym_GT_EQ] = ACTIONS(3029), - [anon_sym_BANGin] = ACTIONS(3029), - [anon_sym_is] = ACTIONS(3027), - [anon_sym_BANGis] = ACTIONS(3029), + [anon_sym_BANG_EQ] = ACTIONS(1962), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1964), + [anon_sym_EQ_EQ] = ACTIONS(1962), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1964), + [anon_sym_LT_EQ] = ACTIONS(1966), + [anon_sym_GT_EQ] = ACTIONS(1966), + [anon_sym_BANGin] = ACTIONS(1968), + [anon_sym_is] = ACTIONS(1736), + [anon_sym_BANGis] = ACTIONS(1738), [anon_sym_PLUS] = ACTIONS(1970), [anon_sym_DASH] = ACTIONS(1970), [anon_sym_SLASH] = ACTIONS(1972), @@ -99066,82 +99525,433 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(3027), + [anon_sym_BANG] = ACTIONS(3063), [anon_sym_BANG_BANG] = ACTIONS(1744), - [anon_sym_suspend] = ACTIONS(3027), - [anon_sym_sealed] = ACTIONS(3027), - [anon_sym_annotation] = ACTIONS(3027), + [anon_sym_suspend] = ACTIONS(3063), + [anon_sym_sealed] = ACTIONS(3063), + [anon_sym_annotation] = ACTIONS(3063), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3027), - [anon_sym_lateinit] = ACTIONS(3027), - [anon_sym_public] = ACTIONS(3027), - [anon_sym_private] = ACTIONS(3027), - [anon_sym_internal] = ACTIONS(3027), - [anon_sym_protected] = ACTIONS(3027), - [anon_sym_tailrec] = ACTIONS(3027), - [anon_sym_operator] = ACTIONS(3027), - [anon_sym_infix] = ACTIONS(3027), - [anon_sym_inline] = ACTIONS(3027), - [anon_sym_external] = ACTIONS(3027), - [sym_property_modifier] = ACTIONS(3027), - [anon_sym_abstract] = ACTIONS(3027), - [anon_sym_final] = ACTIONS(3027), - [anon_sym_open] = ACTIONS(3027), - [anon_sym_vararg] = ACTIONS(3027), - [anon_sym_noinline] = ACTIONS(3027), - [anon_sym_crossinline] = ACTIONS(3027), + [anon_sym_override] = ACTIONS(3063), + [anon_sym_lateinit] = ACTIONS(3063), + [anon_sym_public] = ACTIONS(3063), + [anon_sym_private] = ACTIONS(3063), + [anon_sym_internal] = ACTIONS(3063), + [anon_sym_protected] = ACTIONS(3063), + [anon_sym_tailrec] = ACTIONS(3063), + [anon_sym_operator] = ACTIONS(3063), + [anon_sym_infix] = ACTIONS(3063), + [anon_sym_inline] = ACTIONS(3063), + [anon_sym_external] = ACTIONS(3063), + [sym_property_modifier] = ACTIONS(3063), + [anon_sym_abstract] = ACTIONS(3063), + [anon_sym_final] = ACTIONS(3063), + [anon_sym_open] = ACTIONS(3063), + [anon_sym_vararg] = ACTIONS(3063), + [anon_sym_noinline] = ACTIONS(3063), + [anon_sym_crossinline] = ACTIONS(3063), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3029), - [anon_sym_continue_AT] = ACTIONS(3029), - [anon_sym_break_AT] = ACTIONS(3029), - [sym_real_literal] = ACTIONS(3029), - [sym_integer_literal] = ACTIONS(3027), - [sym_hex_literal] = ACTIONS(3029), - [sym_bin_literal] = ACTIONS(3029), - [anon_sym_true] = ACTIONS(3027), - [anon_sym_false] = ACTIONS(3027), - [anon_sym_SQUOTE] = ACTIONS(3029), + [anon_sym_return_AT] = ACTIONS(3065), + [anon_sym_continue_AT] = ACTIONS(3065), + [anon_sym_break_AT] = ACTIONS(3065), + [sym_real_literal] = ACTIONS(3065), + [sym_integer_literal] = ACTIONS(3063), + [sym_hex_literal] = ACTIONS(3065), + [sym_bin_literal] = ACTIONS(3065), + [anon_sym_true] = ACTIONS(3063), + [anon_sym_false] = ACTIONS(3063), + [anon_sym_SQUOTE] = ACTIONS(3065), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3029), + [sym__automatic_semicolon] = ACTIONS(3065), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3029), + [sym__string_start] = ACTIONS(3065), }, - [525] = { - [sym_primary_constructor] = STATE(3714), - [sym__class_parameters] = STATE(3036), - [sym_type_parameters] = STATE(556), - [sym_type_constraints] = STATE(3001), - [sym_enum_class_body] = STATE(3436), - [sym_modifiers] = STATE(9011), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), + [528] = { + [sym_primary_constructor] = STATE(1297), + [sym_class_body] = STATE(1069), + [sym__class_parameters] = STATE(976), + [sym_type_parameters] = STATE(597), + [sym_type_constraints] = STATE(966), + [sym_modifiers] = STATE(9192), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3146), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_COLON] = ACTIONS(3354), + [anon_sym_LBRACK] = ACTIONS(3150), + [anon_sym_as] = ACTIONS(3146), + [anon_sym_constructor] = ACTIONS(3154), + [anon_sym_LBRACE] = ACTIONS(3180), + [anon_sym_RBRACE] = ACTIONS(3150), + [anon_sym_LPAREN] = ACTIONS(3158), + [anon_sym_COMMA] = ACTIONS(3150), + [anon_sym_LT] = ACTIONS(3116), + [anon_sym_GT] = ACTIONS(3146), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(3146), + [anon_sym_fun] = ACTIONS(3146), + [anon_sym_DOT] = ACTIONS(3146), + [anon_sym_SEMI] = ACTIONS(3150), + [anon_sym_get] = ACTIONS(3146), + [anon_sym_set] = ACTIONS(3146), + [anon_sym_this] = ACTIONS(3146), + [anon_sym_super] = ACTIONS(3146), + [anon_sym_STAR] = ACTIONS(3150), + [sym_label] = ACTIONS(3146), + [anon_sym_in] = ACTIONS(3146), + [anon_sym_DOT_DOT] = ACTIONS(3150), + [anon_sym_QMARK_COLON] = ACTIONS(3150), + [anon_sym_AMP_AMP] = ACTIONS(3150), + [anon_sym_PIPE_PIPE] = ACTIONS(3150), + [anon_sym_null] = ACTIONS(3146), + [anon_sym_if] = ACTIONS(3146), + [anon_sym_else] = ACTIONS(3146), + [anon_sym_when] = ACTIONS(3146), + [anon_sym_try] = ACTIONS(3146), + [anon_sym_throw] = ACTIONS(3146), + [anon_sym_return] = ACTIONS(3146), + [anon_sym_continue] = ACTIONS(3146), + [anon_sym_break] = ACTIONS(3146), + [anon_sym_COLON_COLON] = ACTIONS(3150), + [anon_sym_BANG_EQ] = ACTIONS(3146), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3150), + [anon_sym_EQ_EQ] = ACTIONS(3146), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3150), + [anon_sym_LT_EQ] = ACTIONS(3150), + [anon_sym_GT_EQ] = ACTIONS(3150), + [anon_sym_BANGin] = ACTIONS(3150), + [anon_sym_is] = ACTIONS(3146), + [anon_sym_BANGis] = ACTIONS(3150), + [anon_sym_PLUS] = ACTIONS(3146), + [anon_sym_DASH] = ACTIONS(3146), + [anon_sym_SLASH] = ACTIONS(3146), + [anon_sym_PERCENT] = ACTIONS(3150), + [anon_sym_as_QMARK] = ACTIONS(3150), + [anon_sym_PLUS_PLUS] = ACTIONS(3150), + [anon_sym_DASH_DASH] = ACTIONS(3150), + [anon_sym_BANG] = ACTIONS(3146), + [anon_sym_BANG_BANG] = ACTIONS(3150), + [anon_sym_suspend] = ACTIONS(3120), + [anon_sym_sealed] = ACTIONS(3122), + [anon_sym_annotation] = ACTIONS(3122), + [anon_sym_data] = ACTIONS(3122), + [anon_sym_inner] = ACTIONS(3122), + [anon_sym_override] = ACTIONS(3124), + [anon_sym_lateinit] = ACTIONS(3124), + [anon_sym_public] = ACTIONS(3126), + [anon_sym_private] = ACTIONS(3126), + [anon_sym_internal] = ACTIONS(3126), + [anon_sym_protected] = ACTIONS(3126), + [anon_sym_tailrec] = ACTIONS(3120), + [anon_sym_operator] = ACTIONS(3120), + [anon_sym_infix] = ACTIONS(3120), + [anon_sym_inline] = ACTIONS(3120), + [anon_sym_external] = ACTIONS(3120), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3130), + [anon_sym_final] = ACTIONS(3130), + [anon_sym_open] = ACTIONS(3130), + [anon_sym_vararg] = ACTIONS(3132), + [anon_sym_noinline] = ACTIONS(3132), + [anon_sym_crossinline] = ACTIONS(3132), + [anon_sym_expect] = ACTIONS(3134), + [anon_sym_actual] = ACTIONS(3134), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3150), + [anon_sym_continue_AT] = ACTIONS(3150), + [anon_sym_break_AT] = ACTIONS(3150), + [sym_real_literal] = ACTIONS(3150), + [sym_integer_literal] = ACTIONS(3146), + [sym_hex_literal] = ACTIONS(3150), + [sym_bin_literal] = ACTIONS(3150), + [anon_sym_true] = ACTIONS(3146), + [anon_sym_false] = ACTIONS(3146), + [anon_sym_SQUOTE] = ACTIONS(3150), + [sym__backtick_identifier] = ACTIONS(3150), + [sym__automatic_semicolon] = ACTIONS(3150), + [sym_safe_nav] = ACTIONS(3150), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3150), + }, + [529] = { + [sym_primary_constructor] = STATE(1299), + [sym__class_parameters] = STATE(976), + [sym_type_parameters] = STATE(589), + [sym_type_constraints] = STATE(955), + [sym_enum_class_body] = STATE(1140), + [sym_modifiers] = STATE(9192), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3136), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_COLON] = ACTIONS(3356), + [anon_sym_LBRACK] = ACTIONS(3140), + [anon_sym_as] = ACTIONS(3136), + [anon_sym_constructor] = ACTIONS(3154), + [anon_sym_LBRACE] = ACTIONS(3156), + [anon_sym_RBRACE] = ACTIONS(3140), + [anon_sym_LPAREN] = ACTIONS(3158), + [anon_sym_COMMA] = ACTIONS(3140), + [anon_sym_LT] = ACTIONS(3116), + [anon_sym_GT] = ACTIONS(3136), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(3136), + [anon_sym_fun] = ACTIONS(3136), + [anon_sym_DOT] = ACTIONS(3136), + [anon_sym_SEMI] = ACTIONS(3140), + [anon_sym_get] = ACTIONS(3136), + [anon_sym_set] = ACTIONS(3136), + [anon_sym_this] = ACTIONS(3136), + [anon_sym_super] = ACTIONS(3136), + [anon_sym_STAR] = ACTIONS(3140), + [sym_label] = ACTIONS(3136), + [anon_sym_in] = ACTIONS(3136), + [anon_sym_DOT_DOT] = ACTIONS(3140), + [anon_sym_QMARK_COLON] = ACTIONS(3140), + [anon_sym_AMP_AMP] = ACTIONS(3140), + [anon_sym_PIPE_PIPE] = ACTIONS(3140), + [anon_sym_null] = ACTIONS(3136), + [anon_sym_if] = ACTIONS(3136), + [anon_sym_else] = ACTIONS(3136), + [anon_sym_when] = ACTIONS(3136), + [anon_sym_try] = ACTIONS(3136), + [anon_sym_throw] = ACTIONS(3136), + [anon_sym_return] = ACTIONS(3136), + [anon_sym_continue] = ACTIONS(3136), + [anon_sym_break] = ACTIONS(3136), + [anon_sym_COLON_COLON] = ACTIONS(3140), + [anon_sym_BANG_EQ] = ACTIONS(3136), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3140), + [anon_sym_EQ_EQ] = ACTIONS(3136), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3140), + [anon_sym_LT_EQ] = ACTIONS(3140), + [anon_sym_GT_EQ] = ACTIONS(3140), + [anon_sym_BANGin] = ACTIONS(3140), + [anon_sym_is] = ACTIONS(3136), + [anon_sym_BANGis] = ACTIONS(3140), + [anon_sym_PLUS] = ACTIONS(3136), + [anon_sym_DASH] = ACTIONS(3136), + [anon_sym_SLASH] = ACTIONS(3136), + [anon_sym_PERCENT] = ACTIONS(3140), + [anon_sym_as_QMARK] = ACTIONS(3140), + [anon_sym_PLUS_PLUS] = ACTIONS(3140), + [anon_sym_DASH_DASH] = ACTIONS(3140), + [anon_sym_BANG] = ACTIONS(3136), + [anon_sym_BANG_BANG] = ACTIONS(3140), + [anon_sym_suspend] = ACTIONS(3120), + [anon_sym_sealed] = ACTIONS(3122), + [anon_sym_annotation] = ACTIONS(3122), + [anon_sym_data] = ACTIONS(3122), + [anon_sym_inner] = ACTIONS(3122), + [anon_sym_override] = ACTIONS(3124), + [anon_sym_lateinit] = ACTIONS(3124), + [anon_sym_public] = ACTIONS(3126), + [anon_sym_private] = ACTIONS(3126), + [anon_sym_internal] = ACTIONS(3126), + [anon_sym_protected] = ACTIONS(3126), + [anon_sym_tailrec] = ACTIONS(3120), + [anon_sym_operator] = ACTIONS(3120), + [anon_sym_infix] = ACTIONS(3120), + [anon_sym_inline] = ACTIONS(3120), + [anon_sym_external] = ACTIONS(3120), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3130), + [anon_sym_final] = ACTIONS(3130), + [anon_sym_open] = ACTIONS(3130), + [anon_sym_vararg] = ACTIONS(3132), + [anon_sym_noinline] = ACTIONS(3132), + [anon_sym_crossinline] = ACTIONS(3132), + [anon_sym_expect] = ACTIONS(3134), + [anon_sym_actual] = ACTIONS(3134), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3140), + [anon_sym_continue_AT] = ACTIONS(3140), + [anon_sym_break_AT] = ACTIONS(3140), + [sym_real_literal] = ACTIONS(3140), + [sym_integer_literal] = ACTIONS(3136), + [sym_hex_literal] = ACTIONS(3140), + [sym_bin_literal] = ACTIONS(3140), + [anon_sym_true] = ACTIONS(3136), + [anon_sym_false] = ACTIONS(3136), + [anon_sym_SQUOTE] = ACTIONS(3140), + [sym__backtick_identifier] = ACTIONS(3140), + [sym__automatic_semicolon] = ACTIONS(3140), + [sym_safe_nav] = ACTIONS(3140), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3140), + }, + [530] = { + [sym_primary_constructor] = STATE(1300), + [sym_class_body] = STATE(1140), + [sym__class_parameters] = STATE(976), + [sym_type_parameters] = STATE(588), + [sym_type_constraints] = STATE(991), + [sym_modifiers] = STATE(9192), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3136), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_COLON] = ACTIONS(3358), + [anon_sym_LBRACK] = ACTIONS(3140), + [anon_sym_as] = ACTIONS(3136), + [anon_sym_constructor] = ACTIONS(3154), + [anon_sym_LBRACE] = ACTIONS(3180), + [anon_sym_RBRACE] = ACTIONS(3140), + [anon_sym_LPAREN] = ACTIONS(3158), + [anon_sym_COMMA] = ACTIONS(3140), + [anon_sym_LT] = ACTIONS(3116), + [anon_sym_GT] = ACTIONS(3136), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(3136), + [anon_sym_fun] = ACTIONS(3136), + [anon_sym_DOT] = ACTIONS(3136), + [anon_sym_SEMI] = ACTIONS(3140), + [anon_sym_get] = ACTIONS(3136), + [anon_sym_set] = ACTIONS(3136), + [anon_sym_this] = ACTIONS(3136), + [anon_sym_super] = ACTIONS(3136), + [anon_sym_STAR] = ACTIONS(3140), + [sym_label] = ACTIONS(3136), + [anon_sym_in] = ACTIONS(3136), + [anon_sym_DOT_DOT] = ACTIONS(3140), + [anon_sym_QMARK_COLON] = ACTIONS(3140), + [anon_sym_AMP_AMP] = ACTIONS(3140), + [anon_sym_PIPE_PIPE] = ACTIONS(3140), + [anon_sym_null] = ACTIONS(3136), + [anon_sym_if] = ACTIONS(3136), + [anon_sym_else] = ACTIONS(3136), + [anon_sym_when] = ACTIONS(3136), + [anon_sym_try] = ACTIONS(3136), + [anon_sym_throw] = ACTIONS(3136), + [anon_sym_return] = ACTIONS(3136), + [anon_sym_continue] = ACTIONS(3136), + [anon_sym_break] = ACTIONS(3136), + [anon_sym_COLON_COLON] = ACTIONS(3140), + [anon_sym_BANG_EQ] = ACTIONS(3136), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3140), + [anon_sym_EQ_EQ] = ACTIONS(3136), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3140), + [anon_sym_LT_EQ] = ACTIONS(3140), + [anon_sym_GT_EQ] = ACTIONS(3140), + [anon_sym_BANGin] = ACTIONS(3140), + [anon_sym_is] = ACTIONS(3136), + [anon_sym_BANGis] = ACTIONS(3140), + [anon_sym_PLUS] = ACTIONS(3136), + [anon_sym_DASH] = ACTIONS(3136), + [anon_sym_SLASH] = ACTIONS(3136), + [anon_sym_PERCENT] = ACTIONS(3140), + [anon_sym_as_QMARK] = ACTIONS(3140), + [anon_sym_PLUS_PLUS] = ACTIONS(3140), + [anon_sym_DASH_DASH] = ACTIONS(3140), + [anon_sym_BANG] = ACTIONS(3136), + [anon_sym_BANG_BANG] = ACTIONS(3140), + [anon_sym_suspend] = ACTIONS(3120), + [anon_sym_sealed] = ACTIONS(3122), + [anon_sym_annotation] = ACTIONS(3122), + [anon_sym_data] = ACTIONS(3122), + [anon_sym_inner] = ACTIONS(3122), + [anon_sym_override] = ACTIONS(3124), + [anon_sym_lateinit] = ACTIONS(3124), + [anon_sym_public] = ACTIONS(3126), + [anon_sym_private] = ACTIONS(3126), + [anon_sym_internal] = ACTIONS(3126), + [anon_sym_protected] = ACTIONS(3126), + [anon_sym_tailrec] = ACTIONS(3120), + [anon_sym_operator] = ACTIONS(3120), + [anon_sym_infix] = ACTIONS(3120), + [anon_sym_inline] = ACTIONS(3120), + [anon_sym_external] = ACTIONS(3120), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3130), + [anon_sym_final] = ACTIONS(3130), + [anon_sym_open] = ACTIONS(3130), + [anon_sym_vararg] = ACTIONS(3132), + [anon_sym_noinline] = ACTIONS(3132), + [anon_sym_crossinline] = ACTIONS(3132), + [anon_sym_expect] = ACTIONS(3134), + [anon_sym_actual] = ACTIONS(3134), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3140), + [anon_sym_continue_AT] = ACTIONS(3140), + [anon_sym_break_AT] = ACTIONS(3140), + [sym_real_literal] = ACTIONS(3140), + [sym_integer_literal] = ACTIONS(3136), + [sym_hex_literal] = ACTIONS(3140), + [sym_bin_literal] = ACTIONS(3140), + [anon_sym_true] = ACTIONS(3136), + [anon_sym_false] = ACTIONS(3136), + [anon_sym_SQUOTE] = ACTIONS(3140), + [sym__backtick_identifier] = ACTIONS(3140), + [sym__automatic_semicolon] = ACTIONS(3140), + [sym_safe_nav] = ACTIONS(3140), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3140), + }, + [531] = { + [sym_primary_constructor] = STATE(1303), + [sym__class_parameters] = STATE(976), + [sym_type_parameters] = STATE(587), + [sym_type_constraints] = STATE(1026), + [sym_enum_class_body] = STATE(1192), + [sym_modifiers] = STATE(9192), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), [sym__alpha_identifier] = ACTIONS(3102), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(3350), + [anon_sym_COLON] = ACTIONS(3360), [anon_sym_LBRACK] = ACTIONS(3108), [anon_sym_as] = ACTIONS(3102), - [anon_sym_constructor] = ACTIONS(3110), - [anon_sym_LBRACE] = ACTIONS(3152), + [anon_sym_constructor] = ACTIONS(3154), + [anon_sym_LBRACE] = ACTIONS(3156), [anon_sym_RBRACE] = ACTIONS(3108), - [anon_sym_LPAREN] = ACTIONS(3114), + [anon_sym_LPAREN] = ACTIONS(3158), [anon_sym_COMMA] = ACTIONS(3108), [anon_sym_LT] = ACTIONS(3116), [anon_sym_GT] = ACTIONS(3102), - [anon_sym_where] = ACTIONS(3118), + [anon_sym_where] = ACTIONS(3160), [anon_sym_object] = ACTIONS(3102), [anon_sym_fun] = ACTIONS(3102), [anon_sym_DOT] = ACTIONS(3102), @@ -99227,189 +100037,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(3108), }, - [526] = { - [sym_primary_constructor] = STATE(3711), - [sym_class_body] = STATE(3359), - [sym__class_parameters] = STATE(3036), - [sym_type_parameters] = STATE(563), - [sym_type_constraints] = STATE(3035), - [sym_modifiers] = STATE(9011), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3160), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(3352), - [anon_sym_LBRACK] = ACTIONS(3164), - [anon_sym_as] = ACTIONS(3160), - [anon_sym_constructor] = ACTIONS(3110), - [anon_sym_LBRACE] = ACTIONS(3112), - [anon_sym_RBRACE] = ACTIONS(3164), - [anon_sym_LPAREN] = ACTIONS(3114), - [anon_sym_COMMA] = ACTIONS(3164), - [anon_sym_LT] = ACTIONS(3116), - [anon_sym_GT] = ACTIONS(3160), - [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(3160), - [anon_sym_fun] = ACTIONS(3160), - [anon_sym_DOT] = ACTIONS(3160), - [anon_sym_SEMI] = ACTIONS(3164), - [anon_sym_get] = ACTIONS(3160), - [anon_sym_set] = ACTIONS(3160), - [anon_sym_this] = ACTIONS(3160), - [anon_sym_super] = ACTIONS(3160), - [anon_sym_STAR] = ACTIONS(3164), - [sym_label] = ACTIONS(3160), - [anon_sym_in] = ACTIONS(3160), - [anon_sym_DOT_DOT] = ACTIONS(3164), - [anon_sym_QMARK_COLON] = ACTIONS(3164), - [anon_sym_AMP_AMP] = ACTIONS(3164), - [anon_sym_PIPE_PIPE] = ACTIONS(3164), - [anon_sym_null] = ACTIONS(3160), - [anon_sym_if] = ACTIONS(3160), - [anon_sym_else] = ACTIONS(3160), - [anon_sym_when] = ACTIONS(3160), - [anon_sym_try] = ACTIONS(3160), - [anon_sym_throw] = ACTIONS(3160), - [anon_sym_return] = ACTIONS(3160), - [anon_sym_continue] = ACTIONS(3160), - [anon_sym_break] = ACTIONS(3160), - [anon_sym_COLON_COLON] = ACTIONS(3164), - [anon_sym_BANG_EQ] = ACTIONS(3160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3164), - [anon_sym_EQ_EQ] = ACTIONS(3160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3164), - [anon_sym_LT_EQ] = ACTIONS(3164), - [anon_sym_GT_EQ] = ACTIONS(3164), - [anon_sym_BANGin] = ACTIONS(3164), - [anon_sym_is] = ACTIONS(3160), - [anon_sym_BANGis] = ACTIONS(3164), - [anon_sym_PLUS] = ACTIONS(3160), - [anon_sym_DASH] = ACTIONS(3160), - [anon_sym_SLASH] = ACTIONS(3160), - [anon_sym_PERCENT] = ACTIONS(3164), - [anon_sym_as_QMARK] = ACTIONS(3164), - [anon_sym_PLUS_PLUS] = ACTIONS(3164), - [anon_sym_DASH_DASH] = ACTIONS(3164), - [anon_sym_BANG] = ACTIONS(3160), - [anon_sym_BANG_BANG] = ACTIONS(3164), - [anon_sym_suspend] = ACTIONS(3120), - [anon_sym_sealed] = ACTIONS(3122), - [anon_sym_annotation] = ACTIONS(3122), - [anon_sym_data] = ACTIONS(3122), - [anon_sym_inner] = ACTIONS(3122), - [anon_sym_override] = ACTIONS(3124), - [anon_sym_lateinit] = ACTIONS(3124), - [anon_sym_public] = ACTIONS(3126), - [anon_sym_private] = ACTIONS(3126), - [anon_sym_internal] = ACTIONS(3126), - [anon_sym_protected] = ACTIONS(3126), - [anon_sym_tailrec] = ACTIONS(3120), - [anon_sym_operator] = ACTIONS(3120), - [anon_sym_infix] = ACTIONS(3120), - [anon_sym_inline] = ACTIONS(3120), - [anon_sym_external] = ACTIONS(3120), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(3130), - [anon_sym_final] = ACTIONS(3130), - [anon_sym_open] = ACTIONS(3130), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3134), - [anon_sym_actual] = ACTIONS(3134), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3164), - [anon_sym_continue_AT] = ACTIONS(3164), - [anon_sym_break_AT] = ACTIONS(3164), - [sym_real_literal] = ACTIONS(3164), - [sym_integer_literal] = ACTIONS(3160), - [sym_hex_literal] = ACTIONS(3164), - [sym_bin_literal] = ACTIONS(3164), - [anon_sym_true] = ACTIONS(3160), - [anon_sym_false] = ACTIONS(3160), - [anon_sym_SQUOTE] = ACTIONS(3164), - [sym__backtick_identifier] = ACTIONS(3164), - [sym__automatic_semicolon] = ACTIONS(3164), - [sym_safe_nav] = ACTIONS(3164), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3164), - }, - [527] = { - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(2018), - [sym__comparison_operator] = STATE(2000), - [sym__in_operator] = STATE(1968), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(1946), - [sym__multiplicative_operator] = STATE(1930), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_annotation] = STATE(7858), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1927), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), + [532] = { + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(2016), + [sym__comparison_operator] = STATE(2015), + [sym__in_operator] = STATE(1967), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(1961), + [sym__multiplicative_operator] = STATE(1948), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_annotation] = STATE(7880), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1921), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(3021), + [anon_sym_RBRACE] = ACTIONS(3031), [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(1942), - [anon_sym_object] = ACTIONS(3019), - [anon_sym_fun] = ACTIONS(3019), + [anon_sym_LT] = ACTIONS(3033), + [anon_sym_GT] = ACTIONS(3029), + [anon_sym_object] = ACTIONS(3029), + [anon_sym_fun] = ACTIONS(3029), [anon_sym_DOT] = ACTIONS(1704), - [anon_sym_SEMI] = ACTIONS(3021), + [anon_sym_SEMI] = ACTIONS(3031), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(3019), - [anon_sym_super] = ACTIONS(3019), + [anon_sym_this] = ACTIONS(3029), + [anon_sym_super] = ACTIONS(3029), [anon_sym_STAR] = ACTIONS(1950), [sym_label] = ACTIONS(1714), - [anon_sym_in] = ACTIONS(1952), + [anon_sym_in] = ACTIONS(3029), [anon_sym_DOT_DOT] = ACTIONS(1954), [anon_sym_QMARK_COLON] = ACTIONS(1956), - [anon_sym_AMP_AMP] = ACTIONS(1958), - [anon_sym_PIPE_PIPE] = ACTIONS(1960), - [anon_sym_null] = ACTIONS(3019), - [anon_sym_if] = ACTIONS(3019), - [anon_sym_else] = ACTIONS(3019), - [anon_sym_when] = ACTIONS(3019), - [anon_sym_try] = ACTIONS(3019), - [anon_sym_throw] = ACTIONS(3019), - [anon_sym_return] = ACTIONS(3019), - [anon_sym_continue] = ACTIONS(3019), - [anon_sym_break] = ACTIONS(3019), + [anon_sym_AMP_AMP] = ACTIONS(3031), + [anon_sym_PIPE_PIPE] = ACTIONS(3031), + [anon_sym_null] = ACTIONS(3029), + [anon_sym_if] = ACTIONS(3029), + [anon_sym_else] = ACTIONS(3029), + [anon_sym_when] = ACTIONS(3029), + [anon_sym_try] = ACTIONS(3029), + [anon_sym_throw] = ACTIONS(3029), + [anon_sym_return] = ACTIONS(3029), + [anon_sym_continue] = ACTIONS(3029), + [anon_sym_break] = ACTIONS(3029), [anon_sym_COLON_COLON] = ACTIONS(1726), - [anon_sym_BANG_EQ] = ACTIONS(1962), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1964), - [anon_sym_EQ_EQ] = ACTIONS(1962), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1964), - [anon_sym_LT_EQ] = ACTIONS(1966), - [anon_sym_GT_EQ] = ACTIONS(1966), - [anon_sym_BANGin] = ACTIONS(1968), - [anon_sym_is] = ACTIONS(1736), - [anon_sym_BANGis] = ACTIONS(1738), + [anon_sym_BANG_EQ] = ACTIONS(3029), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3031), + [anon_sym_EQ_EQ] = ACTIONS(3029), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3031), + [anon_sym_LT_EQ] = ACTIONS(3031), + [anon_sym_GT_EQ] = ACTIONS(3031), + [anon_sym_BANGin] = ACTIONS(3031), + [anon_sym_is] = ACTIONS(3029), + [anon_sym_BANGis] = ACTIONS(3031), [anon_sym_PLUS] = ACTIONS(1970), [anon_sym_DASH] = ACTIONS(1970), [anon_sym_SLASH] = ACTIONS(1972), @@ -99417,113 +100110,113 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(3019), + [anon_sym_BANG] = ACTIONS(3029), [anon_sym_BANG_BANG] = ACTIONS(1744), - [anon_sym_suspend] = ACTIONS(3019), - [anon_sym_sealed] = ACTIONS(3019), - [anon_sym_annotation] = ACTIONS(3019), + [anon_sym_suspend] = ACTIONS(3029), + [anon_sym_sealed] = ACTIONS(3029), + [anon_sym_annotation] = ACTIONS(3029), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3019), - [anon_sym_lateinit] = ACTIONS(3019), - [anon_sym_public] = ACTIONS(3019), - [anon_sym_private] = ACTIONS(3019), - [anon_sym_internal] = ACTIONS(3019), - [anon_sym_protected] = ACTIONS(3019), - [anon_sym_tailrec] = ACTIONS(3019), - [anon_sym_operator] = ACTIONS(3019), - [anon_sym_infix] = ACTIONS(3019), - [anon_sym_inline] = ACTIONS(3019), - [anon_sym_external] = ACTIONS(3019), - [sym_property_modifier] = ACTIONS(3019), - [anon_sym_abstract] = ACTIONS(3019), - [anon_sym_final] = ACTIONS(3019), - [anon_sym_open] = ACTIONS(3019), - [anon_sym_vararg] = ACTIONS(3019), - [anon_sym_noinline] = ACTIONS(3019), - [anon_sym_crossinline] = ACTIONS(3019), + [anon_sym_override] = ACTIONS(3029), + [anon_sym_lateinit] = ACTIONS(3029), + [anon_sym_public] = ACTIONS(3029), + [anon_sym_private] = ACTIONS(3029), + [anon_sym_internal] = ACTIONS(3029), + [anon_sym_protected] = ACTIONS(3029), + [anon_sym_tailrec] = ACTIONS(3029), + [anon_sym_operator] = ACTIONS(3029), + [anon_sym_infix] = ACTIONS(3029), + [anon_sym_inline] = ACTIONS(3029), + [anon_sym_external] = ACTIONS(3029), + [sym_property_modifier] = ACTIONS(3029), + [anon_sym_abstract] = ACTIONS(3029), + [anon_sym_final] = ACTIONS(3029), + [anon_sym_open] = ACTIONS(3029), + [anon_sym_vararg] = ACTIONS(3029), + [anon_sym_noinline] = ACTIONS(3029), + [anon_sym_crossinline] = ACTIONS(3029), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3021), - [anon_sym_continue_AT] = ACTIONS(3021), - [anon_sym_break_AT] = ACTIONS(3021), - [sym_real_literal] = ACTIONS(3021), - [sym_integer_literal] = ACTIONS(3019), - [sym_hex_literal] = ACTIONS(3021), - [sym_bin_literal] = ACTIONS(3021), - [anon_sym_true] = ACTIONS(3019), - [anon_sym_false] = ACTIONS(3019), - [anon_sym_SQUOTE] = ACTIONS(3021), + [anon_sym_return_AT] = ACTIONS(3031), + [anon_sym_continue_AT] = ACTIONS(3031), + [anon_sym_break_AT] = ACTIONS(3031), + [sym_real_literal] = ACTIONS(3031), + [sym_integer_literal] = ACTIONS(3029), + [sym_hex_literal] = ACTIONS(3031), + [sym_bin_literal] = ACTIONS(3031), + [anon_sym_true] = ACTIONS(3029), + [anon_sym_false] = ACTIONS(3029), + [anon_sym_SQUOTE] = ACTIONS(3031), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3021), + [sym__automatic_semicolon] = ACTIONS(3031), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3021), + [sym__string_start] = ACTIONS(3031), }, - [528] = { - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(2018), - [sym__comparison_operator] = STATE(2000), - [sym__in_operator] = STATE(1968), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(1946), - [sym__multiplicative_operator] = STATE(1930), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_annotation] = STATE(7858), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1927), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), + [533] = { + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(2016), + [sym__comparison_operator] = STATE(2015), + [sym__in_operator] = STATE(1967), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(1961), + [sym__multiplicative_operator] = STATE(1948), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_annotation] = STATE(7880), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1921), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(3055), + [anon_sym_RBRACE] = ACTIONS(3038), [anon_sym_LPAREN] = ACTIONS(1698), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(1942), - [anon_sym_object] = ACTIONS(3053), - [anon_sym_fun] = ACTIONS(3053), + [anon_sym_GT] = ACTIONS(3036), + [anon_sym_object] = ACTIONS(3036), + [anon_sym_fun] = ACTIONS(3036), [anon_sym_DOT] = ACTIONS(1704), - [anon_sym_SEMI] = ACTIONS(3055), + [anon_sym_SEMI] = ACTIONS(3038), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(3053), - [anon_sym_super] = ACTIONS(3053), + [anon_sym_this] = ACTIONS(3036), + [anon_sym_super] = ACTIONS(3036), [anon_sym_STAR] = ACTIONS(1950), [sym_label] = ACTIONS(1714), [anon_sym_in] = ACTIONS(1952), [anon_sym_DOT_DOT] = ACTIONS(1954), [anon_sym_QMARK_COLON] = ACTIONS(1956), - [anon_sym_AMP_AMP] = ACTIONS(1958), - [anon_sym_PIPE_PIPE] = ACTIONS(1960), - [anon_sym_null] = ACTIONS(3053), - [anon_sym_if] = ACTIONS(3053), - [anon_sym_else] = ACTIONS(3053), - [anon_sym_when] = ACTIONS(3053), - [anon_sym_try] = ACTIONS(3053), - [anon_sym_throw] = ACTIONS(3053), - [anon_sym_return] = ACTIONS(3053), - [anon_sym_continue] = ACTIONS(3053), - [anon_sym_break] = ACTIONS(3053), + [anon_sym_AMP_AMP] = ACTIONS(3038), + [anon_sym_PIPE_PIPE] = ACTIONS(3038), + [anon_sym_null] = ACTIONS(3036), + [anon_sym_if] = ACTIONS(3036), + [anon_sym_else] = ACTIONS(3036), + [anon_sym_when] = ACTIONS(3036), + [anon_sym_try] = ACTIONS(3036), + [anon_sym_throw] = ACTIONS(3036), + [anon_sym_return] = ACTIONS(3036), + [anon_sym_continue] = ACTIONS(3036), + [anon_sym_break] = ACTIONS(3036), [anon_sym_COLON_COLON] = ACTIONS(1726), - [anon_sym_BANG_EQ] = ACTIONS(1962), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1964), - [anon_sym_EQ_EQ] = ACTIONS(1962), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1964), - [anon_sym_LT_EQ] = ACTIONS(1966), - [anon_sym_GT_EQ] = ACTIONS(1966), + [anon_sym_BANG_EQ] = ACTIONS(3036), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3038), + [anon_sym_EQ_EQ] = ACTIONS(3036), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3038), + [anon_sym_LT_EQ] = ACTIONS(3038), + [anon_sym_GT_EQ] = ACTIONS(3038), [anon_sym_BANGin] = ACTIONS(1968), [anon_sym_is] = ACTIONS(1736), [anon_sym_BANGis] = ACTIONS(1738), @@ -99534,116 +100227,116 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(3053), + [anon_sym_BANG] = ACTIONS(3036), [anon_sym_BANG_BANG] = ACTIONS(1744), - [anon_sym_suspend] = ACTIONS(3053), - [anon_sym_sealed] = ACTIONS(3053), - [anon_sym_annotation] = ACTIONS(3053), + [anon_sym_suspend] = ACTIONS(3036), + [anon_sym_sealed] = ACTIONS(3036), + [anon_sym_annotation] = ACTIONS(3036), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3053), - [anon_sym_lateinit] = ACTIONS(3053), - [anon_sym_public] = ACTIONS(3053), - [anon_sym_private] = ACTIONS(3053), - [anon_sym_internal] = ACTIONS(3053), - [anon_sym_protected] = ACTIONS(3053), - [anon_sym_tailrec] = ACTIONS(3053), - [anon_sym_operator] = ACTIONS(3053), - [anon_sym_infix] = ACTIONS(3053), - [anon_sym_inline] = ACTIONS(3053), - [anon_sym_external] = ACTIONS(3053), - [sym_property_modifier] = ACTIONS(3053), - [anon_sym_abstract] = ACTIONS(3053), - [anon_sym_final] = ACTIONS(3053), - [anon_sym_open] = ACTIONS(3053), - [anon_sym_vararg] = ACTIONS(3053), - [anon_sym_noinline] = ACTIONS(3053), - [anon_sym_crossinline] = ACTIONS(3053), + [anon_sym_override] = ACTIONS(3036), + [anon_sym_lateinit] = ACTIONS(3036), + [anon_sym_public] = ACTIONS(3036), + [anon_sym_private] = ACTIONS(3036), + [anon_sym_internal] = ACTIONS(3036), + [anon_sym_protected] = ACTIONS(3036), + [anon_sym_tailrec] = ACTIONS(3036), + [anon_sym_operator] = ACTIONS(3036), + [anon_sym_infix] = ACTIONS(3036), + [anon_sym_inline] = ACTIONS(3036), + [anon_sym_external] = ACTIONS(3036), + [sym_property_modifier] = ACTIONS(3036), + [anon_sym_abstract] = ACTIONS(3036), + [anon_sym_final] = ACTIONS(3036), + [anon_sym_open] = ACTIONS(3036), + [anon_sym_vararg] = ACTIONS(3036), + [anon_sym_noinline] = ACTIONS(3036), + [anon_sym_crossinline] = ACTIONS(3036), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3055), - [anon_sym_continue_AT] = ACTIONS(3055), - [anon_sym_break_AT] = ACTIONS(3055), - [sym_real_literal] = ACTIONS(3055), - [sym_integer_literal] = ACTIONS(3053), - [sym_hex_literal] = ACTIONS(3055), - [sym_bin_literal] = ACTIONS(3055), - [anon_sym_true] = ACTIONS(3053), - [anon_sym_false] = ACTIONS(3053), - [anon_sym_SQUOTE] = ACTIONS(3055), + [anon_sym_return_AT] = ACTIONS(3038), + [anon_sym_continue_AT] = ACTIONS(3038), + [anon_sym_break_AT] = ACTIONS(3038), + [sym_real_literal] = ACTIONS(3038), + [sym_integer_literal] = ACTIONS(3036), + [sym_hex_literal] = ACTIONS(3038), + [sym_bin_literal] = ACTIONS(3038), + [anon_sym_true] = ACTIONS(3036), + [anon_sym_false] = ACTIONS(3036), + [anon_sym_SQUOTE] = ACTIONS(3038), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3055), + [sym__automatic_semicolon] = ACTIONS(3038), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3055), + [sym__string_start] = ACTIONS(3038), }, - [529] = { - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(2018), - [sym__comparison_operator] = STATE(2000), - [sym__in_operator] = STATE(1968), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(1946), - [sym__multiplicative_operator] = STATE(1930), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_annotation] = STATE(7858), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1927), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), - [sym__alpha_identifier] = ACTIONS(3076), + [534] = { + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(2016), + [sym__comparison_operator] = STATE(2015), + [sym__in_operator] = STATE(1967), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(1961), + [sym__multiplicative_operator] = STATE(1948), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_annotation] = STATE(7880), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1921), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), + [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(3078), + [anon_sym_RBRACE] = ACTIONS(3042), [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_LT] = ACTIONS(3080), - [anon_sym_GT] = ACTIONS(3076), - [anon_sym_object] = ACTIONS(3076), - [anon_sym_fun] = ACTIONS(3076), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(1942), + [anon_sym_object] = ACTIONS(3040), + [anon_sym_fun] = ACTIONS(3040), [anon_sym_DOT] = ACTIONS(1704), - [anon_sym_SEMI] = ACTIONS(3078), - [anon_sym_get] = ACTIONS(3076), - [anon_sym_set] = ACTIONS(3076), - [anon_sym_this] = ACTIONS(3076), - [anon_sym_super] = ACTIONS(3076), + [anon_sym_SEMI] = ACTIONS(3042), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_this] = ACTIONS(3040), + [anon_sym_super] = ACTIONS(3040), [anon_sym_STAR] = ACTIONS(1950), [sym_label] = ACTIONS(1714), - [anon_sym_in] = ACTIONS(3076), + [anon_sym_in] = ACTIONS(1952), [anon_sym_DOT_DOT] = ACTIONS(1954), - [anon_sym_QMARK_COLON] = ACTIONS(3078), - [anon_sym_AMP_AMP] = ACTIONS(3078), - [anon_sym_PIPE_PIPE] = ACTIONS(3078), - [anon_sym_null] = ACTIONS(3076), - [anon_sym_if] = ACTIONS(3076), - [anon_sym_else] = ACTIONS(3076), - [anon_sym_when] = ACTIONS(3076), - [anon_sym_try] = ACTIONS(3076), - [anon_sym_throw] = ACTIONS(3076), - [anon_sym_return] = ACTIONS(3076), - [anon_sym_continue] = ACTIONS(3076), - [anon_sym_break] = ACTIONS(3076), + [anon_sym_QMARK_COLON] = ACTIONS(1956), + [anon_sym_AMP_AMP] = ACTIONS(3042), + [anon_sym_PIPE_PIPE] = ACTIONS(3042), + [anon_sym_null] = ACTIONS(3040), + [anon_sym_if] = ACTIONS(3040), + [anon_sym_else] = ACTIONS(3040), + [anon_sym_when] = ACTIONS(3040), + [anon_sym_try] = ACTIONS(3040), + [anon_sym_throw] = ACTIONS(3040), + [anon_sym_return] = ACTIONS(3040), + [anon_sym_continue] = ACTIONS(3040), + [anon_sym_break] = ACTIONS(3040), [anon_sym_COLON_COLON] = ACTIONS(1726), - [anon_sym_BANG_EQ] = ACTIONS(3076), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3078), - [anon_sym_EQ_EQ] = ACTIONS(3076), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3078), - [anon_sym_LT_EQ] = ACTIONS(3078), - [anon_sym_GT_EQ] = ACTIONS(3078), - [anon_sym_BANGin] = ACTIONS(3078), - [anon_sym_is] = ACTIONS(3076), - [anon_sym_BANGis] = ACTIONS(3078), + [anon_sym_BANG_EQ] = ACTIONS(3040), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3042), + [anon_sym_EQ_EQ] = ACTIONS(3040), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3042), + [anon_sym_LT_EQ] = ACTIONS(1966), + [anon_sym_GT_EQ] = ACTIONS(1966), + [anon_sym_BANGin] = ACTIONS(1968), + [anon_sym_is] = ACTIONS(1736), + [anon_sym_BANGis] = ACTIONS(1738), [anon_sym_PLUS] = ACTIONS(1970), [anon_sym_DASH] = ACTIONS(1970), [anon_sym_SLASH] = ACTIONS(1972), @@ -99651,223 +100344,223 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(3076), + [anon_sym_BANG] = ACTIONS(3040), [anon_sym_BANG_BANG] = ACTIONS(1744), - [anon_sym_suspend] = ACTIONS(3076), - [anon_sym_sealed] = ACTIONS(3076), - [anon_sym_annotation] = ACTIONS(3076), - [anon_sym_data] = ACTIONS(3076), - [anon_sym_inner] = ACTIONS(3076), - [anon_sym_override] = ACTIONS(3076), - [anon_sym_lateinit] = ACTIONS(3076), - [anon_sym_public] = ACTIONS(3076), - [anon_sym_private] = ACTIONS(3076), - [anon_sym_internal] = ACTIONS(3076), - [anon_sym_protected] = ACTIONS(3076), - [anon_sym_tailrec] = ACTIONS(3076), - [anon_sym_operator] = ACTIONS(3076), - [anon_sym_infix] = ACTIONS(3076), - [anon_sym_inline] = ACTIONS(3076), - [anon_sym_external] = ACTIONS(3076), - [sym_property_modifier] = ACTIONS(3076), - [anon_sym_abstract] = ACTIONS(3076), - [anon_sym_final] = ACTIONS(3076), - [anon_sym_open] = ACTIONS(3076), - [anon_sym_vararg] = ACTIONS(3076), - [anon_sym_noinline] = ACTIONS(3076), - [anon_sym_crossinline] = ACTIONS(3076), - [anon_sym_expect] = ACTIONS(3076), - [anon_sym_actual] = ACTIONS(3076), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3078), - [anon_sym_continue_AT] = ACTIONS(3078), - [anon_sym_break_AT] = ACTIONS(3078), - [sym_real_literal] = ACTIONS(3078), - [sym_integer_literal] = ACTIONS(3076), - [sym_hex_literal] = ACTIONS(3078), - [sym_bin_literal] = ACTIONS(3078), - [anon_sym_true] = ACTIONS(3076), - [anon_sym_false] = ACTIONS(3076), - [anon_sym_SQUOTE] = ACTIONS(3078), - [sym__backtick_identifier] = ACTIONS(3078), - [sym__automatic_semicolon] = ACTIONS(3078), + [anon_sym_suspend] = ACTIONS(3040), + [anon_sym_sealed] = ACTIONS(3040), + [anon_sym_annotation] = ACTIONS(3040), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_override] = ACTIONS(3040), + [anon_sym_lateinit] = ACTIONS(3040), + [anon_sym_public] = ACTIONS(3040), + [anon_sym_private] = ACTIONS(3040), + [anon_sym_internal] = ACTIONS(3040), + [anon_sym_protected] = ACTIONS(3040), + [anon_sym_tailrec] = ACTIONS(3040), + [anon_sym_operator] = ACTIONS(3040), + [anon_sym_infix] = ACTIONS(3040), + [anon_sym_inline] = ACTIONS(3040), + [anon_sym_external] = ACTIONS(3040), + [sym_property_modifier] = ACTIONS(3040), + [anon_sym_abstract] = ACTIONS(3040), + [anon_sym_final] = ACTIONS(3040), + [anon_sym_open] = ACTIONS(3040), + [anon_sym_vararg] = ACTIONS(3040), + [anon_sym_noinline] = ACTIONS(3040), + [anon_sym_crossinline] = ACTIONS(3040), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3042), + [anon_sym_continue_AT] = ACTIONS(3042), + [anon_sym_break_AT] = ACTIONS(3042), + [sym_real_literal] = ACTIONS(3042), + [sym_integer_literal] = ACTIONS(3040), + [sym_hex_literal] = ACTIONS(3042), + [sym_bin_literal] = ACTIONS(3042), + [anon_sym_true] = ACTIONS(3040), + [anon_sym_false] = ACTIONS(3040), + [anon_sym_SQUOTE] = ACTIONS(3042), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(3042), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3078), + [sym__string_start] = ACTIONS(3042), }, - [530] = { - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(2018), - [sym__comparison_operator] = STATE(2000), - [sym__in_operator] = STATE(1968), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(1946), - [sym__multiplicative_operator] = STATE(1930), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_annotation] = STATE(7858), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1927), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), - [sym__alpha_identifier] = ACTIONS(3065), + [535] = { + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(2016), + [sym__comparison_operator] = STATE(2015), + [sym__in_operator] = STATE(1967), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(1961), + [sym__multiplicative_operator] = STATE(1948), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_annotation] = STATE(7880), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1921), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), + [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(3067), + [anon_sym_RBRACE] = ACTIONS(3046), [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_LT] = ACTIONS(3069), - [anon_sym_GT] = ACTIONS(3065), - [anon_sym_object] = ACTIONS(3065), - [anon_sym_fun] = ACTIONS(3065), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(1942), + [anon_sym_object] = ACTIONS(3044), + [anon_sym_fun] = ACTIONS(3044), [anon_sym_DOT] = ACTIONS(1704), - [anon_sym_SEMI] = ACTIONS(3067), - [anon_sym_get] = ACTIONS(3065), - [anon_sym_set] = ACTIONS(3065), - [anon_sym_this] = ACTIONS(3065), - [anon_sym_super] = ACTIONS(3065), - [anon_sym_STAR] = ACTIONS(3067), + [anon_sym_SEMI] = ACTIONS(3046), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_this] = ACTIONS(3044), + [anon_sym_super] = ACTIONS(3044), + [anon_sym_STAR] = ACTIONS(1950), [sym_label] = ACTIONS(1714), - [anon_sym_in] = ACTIONS(3065), - [anon_sym_DOT_DOT] = ACTIONS(3067), - [anon_sym_QMARK_COLON] = ACTIONS(3067), - [anon_sym_AMP_AMP] = ACTIONS(3067), - [anon_sym_PIPE_PIPE] = ACTIONS(3067), - [anon_sym_null] = ACTIONS(3065), - [anon_sym_if] = ACTIONS(3065), - [anon_sym_else] = ACTIONS(3065), - [anon_sym_when] = ACTIONS(3065), - [anon_sym_try] = ACTIONS(3065), - [anon_sym_throw] = ACTIONS(3065), - [anon_sym_return] = ACTIONS(3065), - [anon_sym_continue] = ACTIONS(3065), - [anon_sym_break] = ACTIONS(3065), - [anon_sym_COLON_COLON] = ACTIONS(1726), - [anon_sym_BANG_EQ] = ACTIONS(3065), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3067), - [anon_sym_EQ_EQ] = ACTIONS(3065), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3067), - [anon_sym_LT_EQ] = ACTIONS(3067), - [anon_sym_GT_EQ] = ACTIONS(3067), - [anon_sym_BANGin] = ACTIONS(3067), - [anon_sym_is] = ACTIONS(3065), - [anon_sym_BANGis] = ACTIONS(3067), - [anon_sym_PLUS] = ACTIONS(3065), - [anon_sym_DASH] = ACTIONS(3065), - [anon_sym_SLASH] = ACTIONS(3065), - [anon_sym_PERCENT] = ACTIONS(3067), - [anon_sym_as_QMARK] = ACTIONS(1742), + [anon_sym_in] = ACTIONS(1952), + [anon_sym_DOT_DOT] = ACTIONS(1954), + [anon_sym_QMARK_COLON] = ACTIONS(1956), + [anon_sym_AMP_AMP] = ACTIONS(1958), + [anon_sym_PIPE_PIPE] = ACTIONS(3046), + [anon_sym_null] = ACTIONS(3044), + [anon_sym_if] = ACTIONS(3044), + [anon_sym_else] = ACTIONS(3044), + [anon_sym_when] = ACTIONS(3044), + [anon_sym_try] = ACTIONS(3044), + [anon_sym_throw] = ACTIONS(3044), + [anon_sym_return] = ACTIONS(3044), + [anon_sym_continue] = ACTIONS(3044), + [anon_sym_break] = ACTIONS(3044), + [anon_sym_COLON_COLON] = ACTIONS(1726), + [anon_sym_BANG_EQ] = ACTIONS(1962), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1964), + [anon_sym_EQ_EQ] = ACTIONS(1962), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1964), + [anon_sym_LT_EQ] = ACTIONS(1966), + [anon_sym_GT_EQ] = ACTIONS(1966), + [anon_sym_BANGin] = ACTIONS(1968), + [anon_sym_is] = ACTIONS(1736), + [anon_sym_BANGis] = ACTIONS(1738), + [anon_sym_PLUS] = ACTIONS(1970), + [anon_sym_DASH] = ACTIONS(1970), + [anon_sym_SLASH] = ACTIONS(1972), + [anon_sym_PERCENT] = ACTIONS(1950), + [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(3065), + [anon_sym_BANG] = ACTIONS(3044), [anon_sym_BANG_BANG] = ACTIONS(1744), - [anon_sym_suspend] = ACTIONS(3065), - [anon_sym_sealed] = ACTIONS(3065), - [anon_sym_annotation] = ACTIONS(3065), - [anon_sym_data] = ACTIONS(3065), - [anon_sym_inner] = ACTIONS(3065), - [anon_sym_override] = ACTIONS(3065), - [anon_sym_lateinit] = ACTIONS(3065), - [anon_sym_public] = ACTIONS(3065), - [anon_sym_private] = ACTIONS(3065), - [anon_sym_internal] = ACTIONS(3065), - [anon_sym_protected] = ACTIONS(3065), - [anon_sym_tailrec] = ACTIONS(3065), - [anon_sym_operator] = ACTIONS(3065), - [anon_sym_infix] = ACTIONS(3065), - [anon_sym_inline] = ACTIONS(3065), - [anon_sym_external] = ACTIONS(3065), - [sym_property_modifier] = ACTIONS(3065), - [anon_sym_abstract] = ACTIONS(3065), - [anon_sym_final] = ACTIONS(3065), - [anon_sym_open] = ACTIONS(3065), - [anon_sym_vararg] = ACTIONS(3065), - [anon_sym_noinline] = ACTIONS(3065), - [anon_sym_crossinline] = ACTIONS(3065), - [anon_sym_expect] = ACTIONS(3065), - [anon_sym_actual] = ACTIONS(3065), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3067), - [anon_sym_continue_AT] = ACTIONS(3067), - [anon_sym_break_AT] = ACTIONS(3067), - [sym_real_literal] = ACTIONS(3067), - [sym_integer_literal] = ACTIONS(3065), - [sym_hex_literal] = ACTIONS(3067), - [sym_bin_literal] = ACTIONS(3067), - [anon_sym_true] = ACTIONS(3065), - [anon_sym_false] = ACTIONS(3065), - [anon_sym_SQUOTE] = ACTIONS(3067), - [sym__backtick_identifier] = ACTIONS(3067), - [sym__automatic_semicolon] = ACTIONS(3067), + [anon_sym_suspend] = ACTIONS(3044), + [anon_sym_sealed] = ACTIONS(3044), + [anon_sym_annotation] = ACTIONS(3044), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_override] = ACTIONS(3044), + [anon_sym_lateinit] = ACTIONS(3044), + [anon_sym_public] = ACTIONS(3044), + [anon_sym_private] = ACTIONS(3044), + [anon_sym_internal] = ACTIONS(3044), + [anon_sym_protected] = ACTIONS(3044), + [anon_sym_tailrec] = ACTIONS(3044), + [anon_sym_operator] = ACTIONS(3044), + [anon_sym_infix] = ACTIONS(3044), + [anon_sym_inline] = ACTIONS(3044), + [anon_sym_external] = ACTIONS(3044), + [sym_property_modifier] = ACTIONS(3044), + [anon_sym_abstract] = ACTIONS(3044), + [anon_sym_final] = ACTIONS(3044), + [anon_sym_open] = ACTIONS(3044), + [anon_sym_vararg] = ACTIONS(3044), + [anon_sym_noinline] = ACTIONS(3044), + [anon_sym_crossinline] = ACTIONS(3044), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3046), + [anon_sym_continue_AT] = ACTIONS(3046), + [anon_sym_break_AT] = ACTIONS(3046), + [sym_real_literal] = ACTIONS(3046), + [sym_integer_literal] = ACTIONS(3044), + [sym_hex_literal] = ACTIONS(3046), + [sym_bin_literal] = ACTIONS(3046), + [anon_sym_true] = ACTIONS(3044), + [anon_sym_false] = ACTIONS(3044), + [anon_sym_SQUOTE] = ACTIONS(3046), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(3046), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3067), + [sym__string_start] = ACTIONS(3046), }, - [531] = { - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(2018), - [sym__comparison_operator] = STATE(2000), - [sym__in_operator] = STATE(1968), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(1946), - [sym__multiplicative_operator] = STATE(1930), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_annotation] = STATE(7858), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1927), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), + [536] = { + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(2016), + [sym__comparison_operator] = STATE(2015), + [sym__in_operator] = STATE(1967), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(1961), + [sym__multiplicative_operator] = STATE(1948), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_annotation] = STATE(7880), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1921), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(3013), + [anon_sym_RBRACE] = ACTIONS(3050), [anon_sym_LPAREN] = ACTIONS(1698), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(1942), - [anon_sym_object] = ACTIONS(3011), - [anon_sym_fun] = ACTIONS(3011), + [anon_sym_object] = ACTIONS(3048), + [anon_sym_fun] = ACTIONS(3048), [anon_sym_DOT] = ACTIONS(1704), - [anon_sym_SEMI] = ACTIONS(3013), + [anon_sym_SEMI] = ACTIONS(3050), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(3011), - [anon_sym_super] = ACTIONS(3011), + [anon_sym_this] = ACTIONS(3048), + [anon_sym_super] = ACTIONS(3048), [anon_sym_STAR] = ACTIONS(1950), [sym_label] = ACTIONS(1714), [anon_sym_in] = ACTIONS(1952), [anon_sym_DOT_DOT] = ACTIONS(1954), [anon_sym_QMARK_COLON] = ACTIONS(1956), - [anon_sym_AMP_AMP] = ACTIONS(1958), - [anon_sym_PIPE_PIPE] = ACTIONS(3013), - [anon_sym_null] = ACTIONS(3011), - [anon_sym_if] = ACTIONS(3011), - [anon_sym_else] = ACTIONS(3011), - [anon_sym_when] = ACTIONS(3011), - [anon_sym_try] = ACTIONS(3011), - [anon_sym_throw] = ACTIONS(3011), - [anon_sym_return] = ACTIONS(3011), - [anon_sym_continue] = ACTIONS(3011), - [anon_sym_break] = ACTIONS(3011), + [anon_sym_AMP_AMP] = ACTIONS(3050), + [anon_sym_PIPE_PIPE] = ACTIONS(3050), + [anon_sym_null] = ACTIONS(3048), + [anon_sym_if] = ACTIONS(3048), + [anon_sym_else] = ACTIONS(3048), + [anon_sym_when] = ACTIONS(3048), + [anon_sym_try] = ACTIONS(3048), + [anon_sym_throw] = ACTIONS(3048), + [anon_sym_return] = ACTIONS(3048), + [anon_sym_continue] = ACTIONS(3048), + [anon_sym_break] = ACTIONS(3048), [anon_sym_COLON_COLON] = ACTIONS(1726), [anon_sym_BANG_EQ] = ACTIONS(1962), [anon_sym_BANG_EQ_EQ] = ACTIONS(1964), @@ -99885,116 +100578,116 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(3011), + [anon_sym_BANG] = ACTIONS(3048), [anon_sym_BANG_BANG] = ACTIONS(1744), - [anon_sym_suspend] = ACTIONS(3011), - [anon_sym_sealed] = ACTIONS(3011), - [anon_sym_annotation] = ACTIONS(3011), + [anon_sym_suspend] = ACTIONS(3048), + [anon_sym_sealed] = ACTIONS(3048), + [anon_sym_annotation] = ACTIONS(3048), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3011), - [anon_sym_lateinit] = ACTIONS(3011), - [anon_sym_public] = ACTIONS(3011), - [anon_sym_private] = ACTIONS(3011), - [anon_sym_internal] = ACTIONS(3011), - [anon_sym_protected] = ACTIONS(3011), - [anon_sym_tailrec] = ACTIONS(3011), - [anon_sym_operator] = ACTIONS(3011), - [anon_sym_infix] = ACTIONS(3011), - [anon_sym_inline] = ACTIONS(3011), - [anon_sym_external] = ACTIONS(3011), - [sym_property_modifier] = ACTIONS(3011), - [anon_sym_abstract] = ACTIONS(3011), - [anon_sym_final] = ACTIONS(3011), - [anon_sym_open] = ACTIONS(3011), - [anon_sym_vararg] = ACTIONS(3011), - [anon_sym_noinline] = ACTIONS(3011), - [anon_sym_crossinline] = ACTIONS(3011), + [anon_sym_override] = ACTIONS(3048), + [anon_sym_lateinit] = ACTIONS(3048), + [anon_sym_public] = ACTIONS(3048), + [anon_sym_private] = ACTIONS(3048), + [anon_sym_internal] = ACTIONS(3048), + [anon_sym_protected] = ACTIONS(3048), + [anon_sym_tailrec] = ACTIONS(3048), + [anon_sym_operator] = ACTIONS(3048), + [anon_sym_infix] = ACTIONS(3048), + [anon_sym_inline] = ACTIONS(3048), + [anon_sym_external] = ACTIONS(3048), + [sym_property_modifier] = ACTIONS(3048), + [anon_sym_abstract] = ACTIONS(3048), + [anon_sym_final] = ACTIONS(3048), + [anon_sym_open] = ACTIONS(3048), + [anon_sym_vararg] = ACTIONS(3048), + [anon_sym_noinline] = ACTIONS(3048), + [anon_sym_crossinline] = ACTIONS(3048), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3013), - [anon_sym_continue_AT] = ACTIONS(3013), - [anon_sym_break_AT] = ACTIONS(3013), - [sym_real_literal] = ACTIONS(3013), - [sym_integer_literal] = ACTIONS(3011), - [sym_hex_literal] = ACTIONS(3013), - [sym_bin_literal] = ACTIONS(3013), - [anon_sym_true] = ACTIONS(3011), - [anon_sym_false] = ACTIONS(3011), - [anon_sym_SQUOTE] = ACTIONS(3013), + [anon_sym_return_AT] = ACTIONS(3050), + [anon_sym_continue_AT] = ACTIONS(3050), + [anon_sym_break_AT] = ACTIONS(3050), + [sym_real_literal] = ACTIONS(3050), + [sym_integer_literal] = ACTIONS(3048), + [sym_hex_literal] = ACTIONS(3050), + [sym_bin_literal] = ACTIONS(3050), + [anon_sym_true] = ACTIONS(3048), + [anon_sym_false] = ACTIONS(3048), + [anon_sym_SQUOTE] = ACTIONS(3050), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3013), + [sym__automatic_semicolon] = ACTIONS(3050), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3013), + [sym__string_start] = ACTIONS(3050), }, - [532] = { - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(2018), - [sym__comparison_operator] = STATE(2000), - [sym__in_operator] = STATE(1968), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(1946), - [sym__multiplicative_operator] = STATE(1930), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_annotation] = STATE(7858), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1927), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), + [537] = { + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(2016), + [sym__comparison_operator] = STATE(2015), + [sym__in_operator] = STATE(1967), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(1961), + [sym__multiplicative_operator] = STATE(1948), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_annotation] = STATE(7880), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1921), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(3074), + [anon_sym_RBRACE] = ACTIONS(3054), [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(1942), - [anon_sym_object] = ACTIONS(3072), - [anon_sym_fun] = ACTIONS(3072), + [anon_sym_LT] = ACTIONS(3056), + [anon_sym_GT] = ACTIONS(3052), + [anon_sym_object] = ACTIONS(3052), + [anon_sym_fun] = ACTIONS(3052), [anon_sym_DOT] = ACTIONS(1704), - [anon_sym_SEMI] = ACTIONS(3074), + [anon_sym_SEMI] = ACTIONS(3054), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(3072), - [anon_sym_super] = ACTIONS(3072), + [anon_sym_this] = ACTIONS(3052), + [anon_sym_super] = ACTIONS(3052), [anon_sym_STAR] = ACTIONS(1950), [sym_label] = ACTIONS(1714), - [anon_sym_in] = ACTIONS(1952), + [anon_sym_in] = ACTIONS(3052), [anon_sym_DOT_DOT] = ACTIONS(1954), - [anon_sym_QMARK_COLON] = ACTIONS(1956), - [anon_sym_AMP_AMP] = ACTIONS(1958), - [anon_sym_PIPE_PIPE] = ACTIONS(1960), - [anon_sym_null] = ACTIONS(3072), - [anon_sym_if] = ACTIONS(3072), - [anon_sym_else] = ACTIONS(3072), - [anon_sym_when] = ACTIONS(3072), - [anon_sym_try] = ACTIONS(3072), - [anon_sym_throw] = ACTIONS(3072), - [anon_sym_return] = ACTIONS(3072), - [anon_sym_continue] = ACTIONS(3072), - [anon_sym_break] = ACTIONS(3072), + [anon_sym_QMARK_COLON] = ACTIONS(3054), + [anon_sym_AMP_AMP] = ACTIONS(3054), + [anon_sym_PIPE_PIPE] = ACTIONS(3054), + [anon_sym_null] = ACTIONS(3052), + [anon_sym_if] = ACTIONS(3052), + [anon_sym_else] = ACTIONS(3052), + [anon_sym_when] = ACTIONS(3052), + [anon_sym_try] = ACTIONS(3052), + [anon_sym_throw] = ACTIONS(3052), + [anon_sym_return] = ACTIONS(3052), + [anon_sym_continue] = ACTIONS(3052), + [anon_sym_break] = ACTIONS(3052), [anon_sym_COLON_COLON] = ACTIONS(1726), - [anon_sym_BANG_EQ] = ACTIONS(1962), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1964), - [anon_sym_EQ_EQ] = ACTIONS(1962), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1964), - [anon_sym_LT_EQ] = ACTIONS(1966), - [anon_sym_GT_EQ] = ACTIONS(1966), - [anon_sym_BANGin] = ACTIONS(1968), - [anon_sym_is] = ACTIONS(1736), - [anon_sym_BANGis] = ACTIONS(1738), + [anon_sym_BANG_EQ] = ACTIONS(3052), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3054), + [anon_sym_EQ_EQ] = ACTIONS(3052), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3054), + [anon_sym_LT_EQ] = ACTIONS(3054), + [anon_sym_GT_EQ] = ACTIONS(3054), + [anon_sym_BANGin] = ACTIONS(3054), + [anon_sym_is] = ACTIONS(3052), + [anon_sym_BANGis] = ACTIONS(3054), [anon_sym_PLUS] = ACTIONS(1970), [anon_sym_DASH] = ACTIONS(1970), [anon_sym_SLASH] = ACTIONS(1972), @@ -100002,90 +100695,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(3072), + [anon_sym_BANG] = ACTIONS(3052), [anon_sym_BANG_BANG] = ACTIONS(1744), - [anon_sym_suspend] = ACTIONS(3072), - [anon_sym_sealed] = ACTIONS(3072), - [anon_sym_annotation] = ACTIONS(3072), + [anon_sym_suspend] = ACTIONS(3052), + [anon_sym_sealed] = ACTIONS(3052), + [anon_sym_annotation] = ACTIONS(3052), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3072), - [anon_sym_lateinit] = ACTIONS(3072), - [anon_sym_public] = ACTIONS(3072), - [anon_sym_private] = ACTIONS(3072), - [anon_sym_internal] = ACTIONS(3072), - [anon_sym_protected] = ACTIONS(3072), - [anon_sym_tailrec] = ACTIONS(3072), - [anon_sym_operator] = ACTIONS(3072), - [anon_sym_infix] = ACTIONS(3072), - [anon_sym_inline] = ACTIONS(3072), - [anon_sym_external] = ACTIONS(3072), - [sym_property_modifier] = ACTIONS(3072), - [anon_sym_abstract] = ACTIONS(3072), - [anon_sym_final] = ACTIONS(3072), - [anon_sym_open] = ACTIONS(3072), - [anon_sym_vararg] = ACTIONS(3072), - [anon_sym_noinline] = ACTIONS(3072), - [anon_sym_crossinline] = ACTIONS(3072), + [anon_sym_override] = ACTIONS(3052), + [anon_sym_lateinit] = ACTIONS(3052), + [anon_sym_public] = ACTIONS(3052), + [anon_sym_private] = ACTIONS(3052), + [anon_sym_internal] = ACTIONS(3052), + [anon_sym_protected] = ACTIONS(3052), + [anon_sym_tailrec] = ACTIONS(3052), + [anon_sym_operator] = ACTIONS(3052), + [anon_sym_infix] = ACTIONS(3052), + [anon_sym_inline] = ACTIONS(3052), + [anon_sym_external] = ACTIONS(3052), + [sym_property_modifier] = ACTIONS(3052), + [anon_sym_abstract] = ACTIONS(3052), + [anon_sym_final] = ACTIONS(3052), + [anon_sym_open] = ACTIONS(3052), + [anon_sym_vararg] = ACTIONS(3052), + [anon_sym_noinline] = ACTIONS(3052), + [anon_sym_crossinline] = ACTIONS(3052), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3074), - [anon_sym_continue_AT] = ACTIONS(3074), - [anon_sym_break_AT] = ACTIONS(3074), - [sym_real_literal] = ACTIONS(3074), - [sym_integer_literal] = ACTIONS(3072), - [sym_hex_literal] = ACTIONS(3074), - [sym_bin_literal] = ACTIONS(3074), - [anon_sym_true] = ACTIONS(3072), - [anon_sym_false] = ACTIONS(3072), - [anon_sym_SQUOTE] = ACTIONS(3074), + [anon_sym_return_AT] = ACTIONS(3054), + [anon_sym_continue_AT] = ACTIONS(3054), + [anon_sym_break_AT] = ACTIONS(3054), + [sym_real_literal] = ACTIONS(3054), + [sym_integer_literal] = ACTIONS(3052), + [sym_hex_literal] = ACTIONS(3054), + [sym_bin_literal] = ACTIONS(3054), + [anon_sym_true] = ACTIONS(3052), + [anon_sym_false] = ACTIONS(3052), + [anon_sym_SQUOTE] = ACTIONS(3054), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3074), + [sym__automatic_semicolon] = ACTIONS(3054), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3074), + [sym__string_start] = ACTIONS(3054), }, - [533] = { - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(2018), - [sym__comparison_operator] = STATE(2000), - [sym__in_operator] = STATE(1968), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(1946), - [sym__multiplicative_operator] = STATE(1930), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_annotation] = STATE(7858), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1927), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), + [538] = { + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(2016), + [sym__comparison_operator] = STATE(2015), + [sym__in_operator] = STATE(1967), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(1961), + [sym__multiplicative_operator] = STATE(1948), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_annotation] = STATE(7880), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1921), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(3092), + [anon_sym_RBRACE] = ACTIONS(3005), [anon_sym_LPAREN] = ACTIONS(1698), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(1942), - [anon_sym_object] = ACTIONS(3090), - [anon_sym_fun] = ACTIONS(3090), + [anon_sym_object] = ACTIONS(3003), + [anon_sym_fun] = ACTIONS(3003), [anon_sym_DOT] = ACTIONS(1704), - [anon_sym_SEMI] = ACTIONS(3092), + [anon_sym_SEMI] = ACTIONS(3005), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(3090), - [anon_sym_super] = ACTIONS(3090), + [anon_sym_this] = ACTIONS(3003), + [anon_sym_super] = ACTIONS(3003), [anon_sym_STAR] = ACTIONS(1950), [sym_label] = ACTIONS(1714), [anon_sym_in] = ACTIONS(1952), @@ -100093,15 +100786,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1956), [anon_sym_AMP_AMP] = ACTIONS(1958), [anon_sym_PIPE_PIPE] = ACTIONS(1960), - [anon_sym_null] = ACTIONS(3090), - [anon_sym_if] = ACTIONS(3090), - [anon_sym_else] = ACTIONS(3090), - [anon_sym_when] = ACTIONS(3090), - [anon_sym_try] = ACTIONS(3090), - [anon_sym_throw] = ACTIONS(3090), - [anon_sym_return] = ACTIONS(3090), - [anon_sym_continue] = ACTIONS(3090), - [anon_sym_break] = ACTIONS(3090), + [anon_sym_null] = ACTIONS(3003), + [anon_sym_if] = ACTIONS(3003), + [anon_sym_else] = ACTIONS(3003), + [anon_sym_when] = ACTIONS(3003), + [anon_sym_try] = ACTIONS(3003), + [anon_sym_throw] = ACTIONS(3003), + [anon_sym_return] = ACTIONS(3003), + [anon_sym_continue] = ACTIONS(3003), + [anon_sym_break] = ACTIONS(3003), [anon_sym_COLON_COLON] = ACTIONS(1726), [anon_sym_BANG_EQ] = ACTIONS(1962), [anon_sym_BANG_EQ_EQ] = ACTIONS(1964), @@ -100119,90 +100812,324 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(3090), + [anon_sym_BANG] = ACTIONS(3003), [anon_sym_BANG_BANG] = ACTIONS(1744), - [anon_sym_suspend] = ACTIONS(3090), - [anon_sym_sealed] = ACTIONS(3090), - [anon_sym_annotation] = ACTIONS(3090), + [anon_sym_suspend] = ACTIONS(3003), + [anon_sym_sealed] = ACTIONS(3003), + [anon_sym_annotation] = ACTIONS(3003), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3090), - [anon_sym_lateinit] = ACTIONS(3090), - [anon_sym_public] = ACTIONS(3090), - [anon_sym_private] = ACTIONS(3090), - [anon_sym_internal] = ACTIONS(3090), - [anon_sym_protected] = ACTIONS(3090), - [anon_sym_tailrec] = ACTIONS(3090), - [anon_sym_operator] = ACTIONS(3090), - [anon_sym_infix] = ACTIONS(3090), - [anon_sym_inline] = ACTIONS(3090), - [anon_sym_external] = ACTIONS(3090), - [sym_property_modifier] = ACTIONS(3090), - [anon_sym_abstract] = ACTIONS(3090), - [anon_sym_final] = ACTIONS(3090), - [anon_sym_open] = ACTIONS(3090), - [anon_sym_vararg] = ACTIONS(3090), - [anon_sym_noinline] = ACTIONS(3090), - [anon_sym_crossinline] = ACTIONS(3090), + [anon_sym_override] = ACTIONS(3003), + [anon_sym_lateinit] = ACTIONS(3003), + [anon_sym_public] = ACTIONS(3003), + [anon_sym_private] = ACTIONS(3003), + [anon_sym_internal] = ACTIONS(3003), + [anon_sym_protected] = ACTIONS(3003), + [anon_sym_tailrec] = ACTIONS(3003), + [anon_sym_operator] = ACTIONS(3003), + [anon_sym_infix] = ACTIONS(3003), + [anon_sym_inline] = ACTIONS(3003), + [anon_sym_external] = ACTIONS(3003), + [sym_property_modifier] = ACTIONS(3003), + [anon_sym_abstract] = ACTIONS(3003), + [anon_sym_final] = ACTIONS(3003), + [anon_sym_open] = ACTIONS(3003), + [anon_sym_vararg] = ACTIONS(3003), + [anon_sym_noinline] = ACTIONS(3003), + [anon_sym_crossinline] = ACTIONS(3003), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3092), - [anon_sym_continue_AT] = ACTIONS(3092), - [anon_sym_break_AT] = ACTIONS(3092), - [sym_real_literal] = ACTIONS(3092), - [sym_integer_literal] = ACTIONS(3090), - [sym_hex_literal] = ACTIONS(3092), - [sym_bin_literal] = ACTIONS(3092), - [anon_sym_true] = ACTIONS(3090), - [anon_sym_false] = ACTIONS(3090), - [anon_sym_SQUOTE] = ACTIONS(3092), + [anon_sym_return_AT] = ACTIONS(3005), + [anon_sym_continue_AT] = ACTIONS(3005), + [anon_sym_break_AT] = ACTIONS(3005), + [sym_real_literal] = ACTIONS(3005), + [sym_integer_literal] = ACTIONS(3003), + [sym_hex_literal] = ACTIONS(3005), + [sym_bin_literal] = ACTIONS(3005), + [anon_sym_true] = ACTIONS(3003), + [anon_sym_false] = ACTIONS(3003), + [anon_sym_SQUOTE] = ACTIONS(3005), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3092), + [sym__automatic_semicolon] = ACTIONS(3005), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3092), + [sym__string_start] = ACTIONS(3005), }, - [534] = { - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(2018), - [sym__comparison_operator] = STATE(2000), - [sym__in_operator] = STATE(1968), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(1946), - [sym__multiplicative_operator] = STATE(1930), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_annotation] = STATE(7858), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1927), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), + [539] = { + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(2016), + [sym__comparison_operator] = STATE(2015), + [sym__in_operator] = STATE(1967), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(1961), + [sym__multiplicative_operator] = STATE(1948), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_annotation] = STATE(7880), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1921), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), + [sym__alpha_identifier] = ACTIONS(2992), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(1690), + [anon_sym_as] = ACTIONS(1692), + [anon_sym_LBRACE] = ACTIONS(1612), + [anon_sym_RBRACE] = ACTIONS(2994), + [anon_sym_LPAREN] = ACTIONS(1698), + [anon_sym_LT] = ACTIONS(2996), + [anon_sym_GT] = ACTIONS(2992), + [anon_sym_object] = ACTIONS(2992), + [anon_sym_fun] = ACTIONS(2992), + [anon_sym_DOT] = ACTIONS(1704), + [anon_sym_SEMI] = ACTIONS(2994), + [anon_sym_get] = ACTIONS(2992), + [anon_sym_set] = ACTIONS(2992), + [anon_sym_this] = ACTIONS(2992), + [anon_sym_super] = ACTIONS(2992), + [anon_sym_STAR] = ACTIONS(1950), + [sym_label] = ACTIONS(1714), + [anon_sym_in] = ACTIONS(2992), + [anon_sym_DOT_DOT] = ACTIONS(1954), + [anon_sym_QMARK_COLON] = ACTIONS(2994), + [anon_sym_AMP_AMP] = ACTIONS(2994), + [anon_sym_PIPE_PIPE] = ACTIONS(2994), + [anon_sym_null] = ACTIONS(2992), + [anon_sym_if] = ACTIONS(2992), + [anon_sym_else] = ACTIONS(2992), + [anon_sym_when] = ACTIONS(2992), + [anon_sym_try] = ACTIONS(2992), + [anon_sym_throw] = ACTIONS(2992), + [anon_sym_return] = ACTIONS(2992), + [anon_sym_continue] = ACTIONS(2992), + [anon_sym_break] = ACTIONS(2992), + [anon_sym_COLON_COLON] = ACTIONS(1726), + [anon_sym_BANG_EQ] = ACTIONS(2992), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2994), + [anon_sym_EQ_EQ] = ACTIONS(2992), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2994), + [anon_sym_LT_EQ] = ACTIONS(2994), + [anon_sym_GT_EQ] = ACTIONS(2994), + [anon_sym_BANGin] = ACTIONS(2994), + [anon_sym_is] = ACTIONS(2992), + [anon_sym_BANGis] = ACTIONS(2994), + [anon_sym_PLUS] = ACTIONS(1970), + [anon_sym_DASH] = ACTIONS(1970), + [anon_sym_SLASH] = ACTIONS(1972), + [anon_sym_PERCENT] = ACTIONS(1950), + [anon_sym_as_QMARK] = ACTIONS(1742), + [anon_sym_PLUS_PLUS] = ACTIONS(1744), + [anon_sym_DASH_DASH] = ACTIONS(1744), + [anon_sym_BANG] = ACTIONS(2992), + [anon_sym_BANG_BANG] = ACTIONS(1744), + [anon_sym_suspend] = ACTIONS(2992), + [anon_sym_sealed] = ACTIONS(2992), + [anon_sym_annotation] = ACTIONS(2992), + [anon_sym_data] = ACTIONS(2992), + [anon_sym_inner] = ACTIONS(2992), + [anon_sym_override] = ACTIONS(2992), + [anon_sym_lateinit] = ACTIONS(2992), + [anon_sym_public] = ACTIONS(2992), + [anon_sym_private] = ACTIONS(2992), + [anon_sym_internal] = ACTIONS(2992), + [anon_sym_protected] = ACTIONS(2992), + [anon_sym_tailrec] = ACTIONS(2992), + [anon_sym_operator] = ACTIONS(2992), + [anon_sym_infix] = ACTIONS(2992), + [anon_sym_inline] = ACTIONS(2992), + [anon_sym_external] = ACTIONS(2992), + [sym_property_modifier] = ACTIONS(2992), + [anon_sym_abstract] = ACTIONS(2992), + [anon_sym_final] = ACTIONS(2992), + [anon_sym_open] = ACTIONS(2992), + [anon_sym_vararg] = ACTIONS(2992), + [anon_sym_noinline] = ACTIONS(2992), + [anon_sym_crossinline] = ACTIONS(2992), + [anon_sym_expect] = ACTIONS(2992), + [anon_sym_actual] = ACTIONS(2992), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(2994), + [anon_sym_continue_AT] = ACTIONS(2994), + [anon_sym_break_AT] = ACTIONS(2994), + [sym_real_literal] = ACTIONS(2994), + [sym_integer_literal] = ACTIONS(2992), + [sym_hex_literal] = ACTIONS(2994), + [sym_bin_literal] = ACTIONS(2994), + [anon_sym_true] = ACTIONS(2992), + [anon_sym_false] = ACTIONS(2992), + [anon_sym_SQUOTE] = ACTIONS(2994), + [sym__backtick_identifier] = ACTIONS(2994), + [sym__automatic_semicolon] = ACTIONS(2994), + [sym_safe_nav] = ACTIONS(1726), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(2994), + }, + [540] = { + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(2016), + [sym__comparison_operator] = STATE(2015), + [sym__in_operator] = STATE(1967), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(1961), + [sym__multiplicative_operator] = STATE(1948), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_annotation] = STATE(7880), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1921), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), + [sym__alpha_identifier] = ACTIONS(3075), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(1690), + [anon_sym_as] = ACTIONS(1692), + [anon_sym_LBRACE] = ACTIONS(1612), + [anon_sym_RBRACE] = ACTIONS(3077), + [anon_sym_LPAREN] = ACTIONS(1698), + [anon_sym_LT] = ACTIONS(3079), + [anon_sym_GT] = ACTIONS(3075), + [anon_sym_object] = ACTIONS(3075), + [anon_sym_fun] = ACTIONS(3075), + [anon_sym_DOT] = ACTIONS(1704), + [anon_sym_SEMI] = ACTIONS(3077), + [anon_sym_get] = ACTIONS(3075), + [anon_sym_set] = ACTIONS(3075), + [anon_sym_this] = ACTIONS(3075), + [anon_sym_super] = ACTIONS(3075), + [anon_sym_STAR] = ACTIONS(1950), + [sym_label] = ACTIONS(1714), + [anon_sym_in] = ACTIONS(3075), + [anon_sym_DOT_DOT] = ACTIONS(3077), + [anon_sym_QMARK_COLON] = ACTIONS(3077), + [anon_sym_AMP_AMP] = ACTIONS(3077), + [anon_sym_PIPE_PIPE] = ACTIONS(3077), + [anon_sym_null] = ACTIONS(3075), + [anon_sym_if] = ACTIONS(3075), + [anon_sym_else] = ACTIONS(3075), + [anon_sym_when] = ACTIONS(3075), + [anon_sym_try] = ACTIONS(3075), + [anon_sym_throw] = ACTIONS(3075), + [anon_sym_return] = ACTIONS(3075), + [anon_sym_continue] = ACTIONS(3075), + [anon_sym_break] = ACTIONS(3075), + [anon_sym_COLON_COLON] = ACTIONS(1726), + [anon_sym_BANG_EQ] = ACTIONS(3075), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3077), + [anon_sym_EQ_EQ] = ACTIONS(3075), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3077), + [anon_sym_LT_EQ] = ACTIONS(3077), + [anon_sym_GT_EQ] = ACTIONS(3077), + [anon_sym_BANGin] = ACTIONS(3077), + [anon_sym_is] = ACTIONS(3075), + [anon_sym_BANGis] = ACTIONS(3077), + [anon_sym_PLUS] = ACTIONS(1970), + [anon_sym_DASH] = ACTIONS(1970), + [anon_sym_SLASH] = ACTIONS(1972), + [anon_sym_PERCENT] = ACTIONS(1950), + [anon_sym_as_QMARK] = ACTIONS(1742), + [anon_sym_PLUS_PLUS] = ACTIONS(1744), + [anon_sym_DASH_DASH] = ACTIONS(1744), + [anon_sym_BANG] = ACTIONS(3075), + [anon_sym_BANG_BANG] = ACTIONS(1744), + [anon_sym_suspend] = ACTIONS(3075), + [anon_sym_sealed] = ACTIONS(3075), + [anon_sym_annotation] = ACTIONS(3075), + [anon_sym_data] = ACTIONS(3075), + [anon_sym_inner] = ACTIONS(3075), + [anon_sym_override] = ACTIONS(3075), + [anon_sym_lateinit] = ACTIONS(3075), + [anon_sym_public] = ACTIONS(3075), + [anon_sym_private] = ACTIONS(3075), + [anon_sym_internal] = ACTIONS(3075), + [anon_sym_protected] = ACTIONS(3075), + [anon_sym_tailrec] = ACTIONS(3075), + [anon_sym_operator] = ACTIONS(3075), + [anon_sym_infix] = ACTIONS(3075), + [anon_sym_inline] = ACTIONS(3075), + [anon_sym_external] = ACTIONS(3075), + [sym_property_modifier] = ACTIONS(3075), + [anon_sym_abstract] = ACTIONS(3075), + [anon_sym_final] = ACTIONS(3075), + [anon_sym_open] = ACTIONS(3075), + [anon_sym_vararg] = ACTIONS(3075), + [anon_sym_noinline] = ACTIONS(3075), + [anon_sym_crossinline] = ACTIONS(3075), + [anon_sym_expect] = ACTIONS(3075), + [anon_sym_actual] = ACTIONS(3075), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3077), + [anon_sym_continue_AT] = ACTIONS(3077), + [anon_sym_break_AT] = ACTIONS(3077), + [sym_real_literal] = ACTIONS(3077), + [sym_integer_literal] = ACTIONS(3075), + [sym_hex_literal] = ACTIONS(3077), + [sym_bin_literal] = ACTIONS(3077), + [anon_sym_true] = ACTIONS(3075), + [anon_sym_false] = ACTIONS(3075), + [anon_sym_SQUOTE] = ACTIONS(3077), + [sym__backtick_identifier] = ACTIONS(3077), + [sym__automatic_semicolon] = ACTIONS(3077), + [sym_safe_nav] = ACTIONS(1726), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3077), + }, + [541] = { + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(2016), + [sym__comparison_operator] = STATE(2015), + [sym__in_operator] = STATE(1967), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(1961), + [sym__multiplicative_operator] = STATE(1948), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_annotation] = STATE(7880), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1921), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(3059), + [anon_sym_RBRACE] = ACTIONS(3084), [anon_sym_LPAREN] = ACTIONS(1698), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(1942), - [anon_sym_object] = ACTIONS(3057), - [anon_sym_fun] = ACTIONS(3057), + [anon_sym_object] = ACTIONS(3082), + [anon_sym_fun] = ACTIONS(3082), [anon_sym_DOT] = ACTIONS(1704), - [anon_sym_SEMI] = ACTIONS(3059), + [anon_sym_SEMI] = ACTIONS(3084), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(3057), - [anon_sym_super] = ACTIONS(3057), + [anon_sym_this] = ACTIONS(3082), + [anon_sym_super] = ACTIONS(3082), [anon_sym_STAR] = ACTIONS(1950), [sym_label] = ACTIONS(1714), [anon_sym_in] = ACTIONS(1952), @@ -100210,15 +101137,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1956), [anon_sym_AMP_AMP] = ACTIONS(1958), [anon_sym_PIPE_PIPE] = ACTIONS(1960), - [anon_sym_null] = ACTIONS(3057), - [anon_sym_if] = ACTIONS(3057), - [anon_sym_else] = ACTIONS(3057), - [anon_sym_when] = ACTIONS(3057), - [anon_sym_try] = ACTIONS(3057), - [anon_sym_throw] = ACTIONS(3057), - [anon_sym_return] = ACTIONS(3057), - [anon_sym_continue] = ACTIONS(3057), - [anon_sym_break] = ACTIONS(3057), + [anon_sym_null] = ACTIONS(3082), + [anon_sym_if] = ACTIONS(3082), + [anon_sym_else] = ACTIONS(3082), + [anon_sym_when] = ACTIONS(3082), + [anon_sym_try] = ACTIONS(3082), + [anon_sym_throw] = ACTIONS(3082), + [anon_sym_return] = ACTIONS(3082), + [anon_sym_continue] = ACTIONS(3082), + [anon_sym_break] = ACTIONS(3082), [anon_sym_COLON_COLON] = ACTIONS(1726), [anon_sym_BANG_EQ] = ACTIONS(1962), [anon_sym_BANG_EQ_EQ] = ACTIONS(1964), @@ -100236,90 +101163,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(3057), + [anon_sym_BANG] = ACTIONS(3082), [anon_sym_BANG_BANG] = ACTIONS(1744), - [anon_sym_suspend] = ACTIONS(3057), - [anon_sym_sealed] = ACTIONS(3057), - [anon_sym_annotation] = ACTIONS(3057), + [anon_sym_suspend] = ACTIONS(3082), + [anon_sym_sealed] = ACTIONS(3082), + [anon_sym_annotation] = ACTIONS(3082), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3057), - [anon_sym_lateinit] = ACTIONS(3057), - [anon_sym_public] = ACTIONS(3057), - [anon_sym_private] = ACTIONS(3057), - [anon_sym_internal] = ACTIONS(3057), - [anon_sym_protected] = ACTIONS(3057), - [anon_sym_tailrec] = ACTIONS(3057), - [anon_sym_operator] = ACTIONS(3057), - [anon_sym_infix] = ACTIONS(3057), - [anon_sym_inline] = ACTIONS(3057), - [anon_sym_external] = ACTIONS(3057), - [sym_property_modifier] = ACTIONS(3057), - [anon_sym_abstract] = ACTIONS(3057), - [anon_sym_final] = ACTIONS(3057), - [anon_sym_open] = ACTIONS(3057), - [anon_sym_vararg] = ACTIONS(3057), - [anon_sym_noinline] = ACTIONS(3057), - [anon_sym_crossinline] = ACTIONS(3057), + [anon_sym_override] = ACTIONS(3082), + [anon_sym_lateinit] = ACTIONS(3082), + [anon_sym_public] = ACTIONS(3082), + [anon_sym_private] = ACTIONS(3082), + [anon_sym_internal] = ACTIONS(3082), + [anon_sym_protected] = ACTIONS(3082), + [anon_sym_tailrec] = ACTIONS(3082), + [anon_sym_operator] = ACTIONS(3082), + [anon_sym_infix] = ACTIONS(3082), + [anon_sym_inline] = ACTIONS(3082), + [anon_sym_external] = ACTIONS(3082), + [sym_property_modifier] = ACTIONS(3082), + [anon_sym_abstract] = ACTIONS(3082), + [anon_sym_final] = ACTIONS(3082), + [anon_sym_open] = ACTIONS(3082), + [anon_sym_vararg] = ACTIONS(3082), + [anon_sym_noinline] = ACTIONS(3082), + [anon_sym_crossinline] = ACTIONS(3082), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3059), - [anon_sym_continue_AT] = ACTIONS(3059), - [anon_sym_break_AT] = ACTIONS(3059), - [sym_real_literal] = ACTIONS(3059), - [sym_integer_literal] = ACTIONS(3057), - [sym_hex_literal] = ACTIONS(3059), - [sym_bin_literal] = ACTIONS(3059), - [anon_sym_true] = ACTIONS(3057), - [anon_sym_false] = ACTIONS(3057), - [anon_sym_SQUOTE] = ACTIONS(3059), + [anon_sym_return_AT] = ACTIONS(3084), + [anon_sym_continue_AT] = ACTIONS(3084), + [anon_sym_break_AT] = ACTIONS(3084), + [sym_real_literal] = ACTIONS(3084), + [sym_integer_literal] = ACTIONS(3082), + [sym_hex_literal] = ACTIONS(3084), + [sym_bin_literal] = ACTIONS(3084), + [anon_sym_true] = ACTIONS(3082), + [anon_sym_false] = ACTIONS(3082), + [anon_sym_SQUOTE] = ACTIONS(3084), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3059), + [sym__automatic_semicolon] = ACTIONS(3084), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3059), + [sym__string_start] = ACTIONS(3084), }, - [535] = { - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(2018), - [sym__comparison_operator] = STATE(2000), - [sym__in_operator] = STATE(1968), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(1946), - [sym__multiplicative_operator] = STATE(1930), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_annotation] = STATE(7858), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1927), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), + [542] = { + [sym_indexing_suffix] = STATE(1043), + [sym_navigation_suffix] = STATE(1049), + [sym_call_suffix] = STATE(1050), + [sym_annotated_lambda] = STATE(1058), + [sym_type_arguments] = STATE(7501), + [sym_value_arguments] = STATE(783), + [sym_lambda_literal] = STATE(1056), + [sym__equality_operator] = STATE(2016), + [sym__comparison_operator] = STATE(2015), + [sym__in_operator] = STATE(1967), + [sym__is_operator] = STATE(6288), + [sym__additive_operator] = STATE(1961), + [sym__multiplicative_operator] = STATE(1948), + [sym__as_operator] = STATE(6289), + [sym__postfix_unary_operator] = STATE(1135), + [sym__member_access_operator] = STATE(7292), + [sym_annotation] = STATE(7880), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1921), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), [anon_sym_LBRACK] = ACTIONS(1690), [anon_sym_as] = ACTIONS(1692), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(3051), + [anon_sym_RBRACE] = ACTIONS(3073), [anon_sym_LPAREN] = ACTIONS(1698), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(1942), - [anon_sym_object] = ACTIONS(3049), - [anon_sym_fun] = ACTIONS(3049), + [anon_sym_object] = ACTIONS(3071), + [anon_sym_fun] = ACTIONS(3071), [anon_sym_DOT] = ACTIONS(1704), - [anon_sym_SEMI] = ACTIONS(3051), + [anon_sym_SEMI] = ACTIONS(3073), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(3049), - [anon_sym_super] = ACTIONS(3049), + [anon_sym_this] = ACTIONS(3071), + [anon_sym_super] = ACTIONS(3071), [anon_sym_STAR] = ACTIONS(1950), [sym_label] = ACTIONS(1714), [anon_sym_in] = ACTIONS(1952), @@ -100327,15 +101254,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1956), [anon_sym_AMP_AMP] = ACTIONS(1958), [anon_sym_PIPE_PIPE] = ACTIONS(1960), - [anon_sym_null] = ACTIONS(3049), - [anon_sym_if] = ACTIONS(3049), - [anon_sym_else] = ACTIONS(3049), - [anon_sym_when] = ACTIONS(3049), - [anon_sym_try] = ACTIONS(3049), - [anon_sym_throw] = ACTIONS(3049), - [anon_sym_return] = ACTIONS(3049), - [anon_sym_continue] = ACTIONS(3049), - [anon_sym_break] = ACTIONS(3049), + [anon_sym_null] = ACTIONS(3071), + [anon_sym_if] = ACTIONS(3071), + [anon_sym_else] = ACTIONS(3071), + [anon_sym_when] = ACTIONS(3071), + [anon_sym_try] = ACTIONS(3071), + [anon_sym_throw] = ACTIONS(3071), + [anon_sym_return] = ACTIONS(3071), + [anon_sym_continue] = ACTIONS(3071), + [anon_sym_break] = ACTIONS(3071), [anon_sym_COLON_COLON] = ACTIONS(1726), [anon_sym_BANG_EQ] = ACTIONS(1962), [anon_sym_BANG_EQ_EQ] = ACTIONS(1964), @@ -100353,433 +101280,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1742), [anon_sym_PLUS_PLUS] = ACTIONS(1744), [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(3049), + [anon_sym_BANG] = ACTIONS(3071), [anon_sym_BANG_BANG] = ACTIONS(1744), - [anon_sym_suspend] = ACTIONS(3049), - [anon_sym_sealed] = ACTIONS(3049), - [anon_sym_annotation] = ACTIONS(3049), + [anon_sym_suspend] = ACTIONS(3071), + [anon_sym_sealed] = ACTIONS(3071), + [anon_sym_annotation] = ACTIONS(3071), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3049), - [anon_sym_lateinit] = ACTIONS(3049), - [anon_sym_public] = ACTIONS(3049), - [anon_sym_private] = ACTIONS(3049), - [anon_sym_internal] = ACTIONS(3049), - [anon_sym_protected] = ACTIONS(3049), - [anon_sym_tailrec] = ACTIONS(3049), - [anon_sym_operator] = ACTIONS(3049), - [anon_sym_infix] = ACTIONS(3049), - [anon_sym_inline] = ACTIONS(3049), - [anon_sym_external] = ACTIONS(3049), - [sym_property_modifier] = ACTIONS(3049), - [anon_sym_abstract] = ACTIONS(3049), - [anon_sym_final] = ACTIONS(3049), - [anon_sym_open] = ACTIONS(3049), - [anon_sym_vararg] = ACTIONS(3049), - [anon_sym_noinline] = ACTIONS(3049), - [anon_sym_crossinline] = ACTIONS(3049), + [anon_sym_override] = ACTIONS(3071), + [anon_sym_lateinit] = ACTIONS(3071), + [anon_sym_public] = ACTIONS(3071), + [anon_sym_private] = ACTIONS(3071), + [anon_sym_internal] = ACTIONS(3071), + [anon_sym_protected] = ACTIONS(3071), + [anon_sym_tailrec] = ACTIONS(3071), + [anon_sym_operator] = ACTIONS(3071), + [anon_sym_infix] = ACTIONS(3071), + [anon_sym_inline] = ACTIONS(3071), + [anon_sym_external] = ACTIONS(3071), + [sym_property_modifier] = ACTIONS(3071), + [anon_sym_abstract] = ACTIONS(3071), + [anon_sym_final] = ACTIONS(3071), + [anon_sym_open] = ACTIONS(3071), + [anon_sym_vararg] = ACTIONS(3071), + [anon_sym_noinline] = ACTIONS(3071), + [anon_sym_crossinline] = ACTIONS(3071), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3051), - [anon_sym_continue_AT] = ACTIONS(3051), - [anon_sym_break_AT] = ACTIONS(3051), - [sym_real_literal] = ACTIONS(3051), - [sym_integer_literal] = ACTIONS(3049), - [sym_hex_literal] = ACTIONS(3051), - [sym_bin_literal] = ACTIONS(3051), - [anon_sym_true] = ACTIONS(3049), - [anon_sym_false] = ACTIONS(3049), - [anon_sym_SQUOTE] = ACTIONS(3051), + [anon_sym_return_AT] = ACTIONS(3073), + [anon_sym_continue_AT] = ACTIONS(3073), + [anon_sym_break_AT] = ACTIONS(3073), + [sym_real_literal] = ACTIONS(3073), + [sym_integer_literal] = ACTIONS(3071), + [sym_hex_literal] = ACTIONS(3073), + [sym_bin_literal] = ACTIONS(3073), + [anon_sym_true] = ACTIONS(3071), + [anon_sym_false] = ACTIONS(3071), + [anon_sym_SQUOTE] = ACTIONS(3073), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3051), - [sym_safe_nav] = ACTIONS(1726), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3051), - }, - [536] = { - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(2018), - [sym__comparison_operator] = STATE(2000), - [sym__in_operator] = STATE(1968), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(1946), - [sym__multiplicative_operator] = STATE(1930), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_annotation] = STATE(7858), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1927), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), - [sym__alpha_identifier] = ACTIONS(3034), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(1690), - [anon_sym_as] = ACTIONS(1692), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(3036), - [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_LT] = ACTIONS(3038), - [anon_sym_GT] = ACTIONS(3034), - [anon_sym_object] = ACTIONS(3034), - [anon_sym_fun] = ACTIONS(3034), - [anon_sym_DOT] = ACTIONS(1704), - [anon_sym_SEMI] = ACTIONS(3036), - [anon_sym_get] = ACTIONS(3034), - [anon_sym_set] = ACTIONS(3034), - [anon_sym_this] = ACTIONS(3034), - [anon_sym_super] = ACTIONS(3034), - [anon_sym_STAR] = ACTIONS(1950), - [sym_label] = ACTIONS(1714), - [anon_sym_in] = ACTIONS(3034), - [anon_sym_DOT_DOT] = ACTIONS(3036), - [anon_sym_QMARK_COLON] = ACTIONS(3036), - [anon_sym_AMP_AMP] = ACTIONS(3036), - [anon_sym_PIPE_PIPE] = ACTIONS(3036), - [anon_sym_null] = ACTIONS(3034), - [anon_sym_if] = ACTIONS(3034), - [anon_sym_else] = ACTIONS(3034), - [anon_sym_when] = ACTIONS(3034), - [anon_sym_try] = ACTIONS(3034), - [anon_sym_throw] = ACTIONS(3034), - [anon_sym_return] = ACTIONS(3034), - [anon_sym_continue] = ACTIONS(3034), - [anon_sym_break] = ACTIONS(3034), - [anon_sym_COLON_COLON] = ACTIONS(1726), - [anon_sym_BANG_EQ] = ACTIONS(3034), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3036), - [anon_sym_EQ_EQ] = ACTIONS(3034), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3036), - [anon_sym_LT_EQ] = ACTIONS(3036), - [anon_sym_GT_EQ] = ACTIONS(3036), - [anon_sym_BANGin] = ACTIONS(3036), - [anon_sym_is] = ACTIONS(3034), - [anon_sym_BANGis] = ACTIONS(3036), - [anon_sym_PLUS] = ACTIONS(3034), - [anon_sym_DASH] = ACTIONS(3034), - [anon_sym_SLASH] = ACTIONS(1972), - [anon_sym_PERCENT] = ACTIONS(1950), - [anon_sym_as_QMARK] = ACTIONS(1742), - [anon_sym_PLUS_PLUS] = ACTIONS(1744), - [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(3034), - [anon_sym_BANG_BANG] = ACTIONS(1744), - [anon_sym_suspend] = ACTIONS(3034), - [anon_sym_sealed] = ACTIONS(3034), - [anon_sym_annotation] = ACTIONS(3034), - [anon_sym_data] = ACTIONS(3034), - [anon_sym_inner] = ACTIONS(3034), - [anon_sym_override] = ACTIONS(3034), - [anon_sym_lateinit] = ACTIONS(3034), - [anon_sym_public] = ACTIONS(3034), - [anon_sym_private] = ACTIONS(3034), - [anon_sym_internal] = ACTIONS(3034), - [anon_sym_protected] = ACTIONS(3034), - [anon_sym_tailrec] = ACTIONS(3034), - [anon_sym_operator] = ACTIONS(3034), - [anon_sym_infix] = ACTIONS(3034), - [anon_sym_inline] = ACTIONS(3034), - [anon_sym_external] = ACTIONS(3034), - [sym_property_modifier] = ACTIONS(3034), - [anon_sym_abstract] = ACTIONS(3034), - [anon_sym_final] = ACTIONS(3034), - [anon_sym_open] = ACTIONS(3034), - [anon_sym_vararg] = ACTIONS(3034), - [anon_sym_noinline] = ACTIONS(3034), - [anon_sym_crossinline] = ACTIONS(3034), - [anon_sym_expect] = ACTIONS(3034), - [anon_sym_actual] = ACTIONS(3034), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3036), - [anon_sym_continue_AT] = ACTIONS(3036), - [anon_sym_break_AT] = ACTIONS(3036), - [sym_real_literal] = ACTIONS(3036), - [sym_integer_literal] = ACTIONS(3034), - [sym_hex_literal] = ACTIONS(3036), - [sym_bin_literal] = ACTIONS(3036), - [anon_sym_true] = ACTIONS(3034), - [anon_sym_false] = ACTIONS(3034), - [anon_sym_SQUOTE] = ACTIONS(3036), - [sym__backtick_identifier] = ACTIONS(3036), - [sym__automatic_semicolon] = ACTIONS(3036), + [sym__automatic_semicolon] = ACTIONS(3073), [sym_safe_nav] = ACTIONS(1726), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3036), + [sym__string_start] = ACTIONS(3073), }, - [537] = { - [sym_primary_constructor] = STATE(1314), - [sym_class_body] = STATE(1115), - [sym__class_parameters] = STATE(963), - [sym_type_parameters] = STATE(561), - [sym_type_constraints] = STATE(1004), - [sym_modifiers] = STATE(9048), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), + [543] = { + [sym_primary_constructor] = STATE(1381), + [sym__class_parameters] = STATE(976), + [sym_type_parameters] = STATE(628), + [sym_type_constraints] = STATE(1026), + [sym_enum_class_body] = STATE(1192), + [sym_modifiers] = STATE(9192), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), [sym__alpha_identifier] = ACTIONS(3102), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(3354), + [anon_sym_COLON] = ACTIONS(3362), [anon_sym_LBRACK] = ACTIONS(3108), [anon_sym_as] = ACTIONS(3102), - [anon_sym_constructor] = ACTIONS(3142), - [anon_sym_LBRACE] = ACTIONS(3156), - [anon_sym_RBRACE] = ACTIONS(3108), - [anon_sym_LPAREN] = ACTIONS(3146), - [anon_sym_COMMA] = ACTIONS(3108), - [anon_sym_LT] = ACTIONS(3116), - [anon_sym_GT] = ACTIONS(3102), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(3102), - [anon_sym_fun] = ACTIONS(3102), - [anon_sym_DOT] = ACTIONS(3102), - [anon_sym_SEMI] = ACTIONS(3108), - [anon_sym_get] = ACTIONS(3102), - [anon_sym_set] = ACTIONS(3102), - [anon_sym_this] = ACTIONS(3102), - [anon_sym_super] = ACTIONS(3102), - [anon_sym_STAR] = ACTIONS(3108), - [sym_label] = ACTIONS(3102), - [anon_sym_in] = ACTIONS(3102), - [anon_sym_DOT_DOT] = ACTIONS(3108), - [anon_sym_QMARK_COLON] = ACTIONS(3108), - [anon_sym_AMP_AMP] = ACTIONS(3108), - [anon_sym_PIPE_PIPE] = ACTIONS(3108), - [anon_sym_null] = ACTIONS(3102), - [anon_sym_if] = ACTIONS(3102), - [anon_sym_else] = ACTIONS(3102), - [anon_sym_when] = ACTIONS(3102), - [anon_sym_try] = ACTIONS(3102), - [anon_sym_throw] = ACTIONS(3102), - [anon_sym_return] = ACTIONS(3102), - [anon_sym_continue] = ACTIONS(3102), - [anon_sym_break] = ACTIONS(3102), - [anon_sym_COLON_COLON] = ACTIONS(3108), - [anon_sym_BANG_EQ] = ACTIONS(3102), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3108), - [anon_sym_EQ_EQ] = ACTIONS(3102), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3108), - [anon_sym_LT_EQ] = ACTIONS(3108), - [anon_sym_GT_EQ] = ACTIONS(3108), - [anon_sym_BANGin] = ACTIONS(3108), - [anon_sym_is] = ACTIONS(3102), - [anon_sym_BANGis] = ACTIONS(3108), - [anon_sym_PLUS] = ACTIONS(3102), - [anon_sym_DASH] = ACTIONS(3102), - [anon_sym_SLASH] = ACTIONS(3102), - [anon_sym_PERCENT] = ACTIONS(3108), - [anon_sym_as_QMARK] = ACTIONS(3108), - [anon_sym_PLUS_PLUS] = ACTIONS(3108), - [anon_sym_DASH_DASH] = ACTIONS(3108), - [anon_sym_BANG] = ACTIONS(3102), - [anon_sym_BANG_BANG] = ACTIONS(3108), - [anon_sym_suspend] = ACTIONS(3120), - [anon_sym_sealed] = ACTIONS(3122), - [anon_sym_annotation] = ACTIONS(3122), - [anon_sym_data] = ACTIONS(3122), - [anon_sym_inner] = ACTIONS(3122), - [anon_sym_override] = ACTIONS(3124), - [anon_sym_lateinit] = ACTIONS(3124), - [anon_sym_public] = ACTIONS(3126), - [anon_sym_private] = ACTIONS(3126), - [anon_sym_internal] = ACTIONS(3126), - [anon_sym_protected] = ACTIONS(3126), - [anon_sym_tailrec] = ACTIONS(3120), - [anon_sym_operator] = ACTIONS(3120), - [anon_sym_infix] = ACTIONS(3120), - [anon_sym_inline] = ACTIONS(3120), - [anon_sym_external] = ACTIONS(3120), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(3130), - [anon_sym_final] = ACTIONS(3130), - [anon_sym_open] = ACTIONS(3130), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3134), - [anon_sym_actual] = ACTIONS(3134), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3108), - [anon_sym_continue_AT] = ACTIONS(3108), - [anon_sym_break_AT] = ACTIONS(3108), - [sym_real_literal] = ACTIONS(3108), - [sym_integer_literal] = ACTIONS(3102), - [sym_hex_literal] = ACTIONS(3108), - [sym_bin_literal] = ACTIONS(3108), - [anon_sym_true] = ACTIONS(3102), - [anon_sym_false] = ACTIONS(3102), - [anon_sym_SQUOTE] = ACTIONS(3108), - [sym__backtick_identifier] = ACTIONS(3108), - [sym__automatic_semicolon] = ACTIONS(3108), - [sym_safe_nav] = ACTIONS(3108), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3108), - }, - [538] = { - [sym_primary_constructor] = STATE(1292), - [sym_class_body] = STATE(1148), - [sym__class_parameters] = STATE(963), - [sym_type_parameters] = STATE(568), - [sym_type_constraints] = STATE(964), - [sym_modifiers] = STATE(9048), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3160), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(3356), - [anon_sym_LBRACK] = ACTIONS(3164), - [anon_sym_as] = ACTIONS(3160), - [anon_sym_constructor] = ACTIONS(3142), + [anon_sym_constructor] = ACTIONS(3154), [anon_sym_LBRACE] = ACTIONS(3156), - [anon_sym_RBRACE] = ACTIONS(3164), - [anon_sym_LPAREN] = ACTIONS(3146), - [anon_sym_COMMA] = ACTIONS(3164), - [anon_sym_LT] = ACTIONS(3116), - [anon_sym_GT] = ACTIONS(3160), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(3160), - [anon_sym_fun] = ACTIONS(3160), - [anon_sym_DOT] = ACTIONS(3160), - [anon_sym_SEMI] = ACTIONS(3164), - [anon_sym_get] = ACTIONS(3160), - [anon_sym_set] = ACTIONS(3160), - [anon_sym_this] = ACTIONS(3160), - [anon_sym_super] = ACTIONS(3160), - [anon_sym_STAR] = ACTIONS(3164), - [sym_label] = ACTIONS(3160), - [anon_sym_in] = ACTIONS(3160), - [anon_sym_DOT_DOT] = ACTIONS(3164), - [anon_sym_QMARK_COLON] = ACTIONS(3164), - [anon_sym_AMP_AMP] = ACTIONS(3164), - [anon_sym_PIPE_PIPE] = ACTIONS(3164), - [anon_sym_null] = ACTIONS(3160), - [anon_sym_if] = ACTIONS(3160), - [anon_sym_else] = ACTIONS(3160), - [anon_sym_when] = ACTIONS(3160), - [anon_sym_try] = ACTIONS(3160), - [anon_sym_throw] = ACTIONS(3160), - [anon_sym_return] = ACTIONS(3160), - [anon_sym_continue] = ACTIONS(3160), - [anon_sym_break] = ACTIONS(3160), - [anon_sym_COLON_COLON] = ACTIONS(3164), - [anon_sym_BANG_EQ] = ACTIONS(3160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3164), - [anon_sym_EQ_EQ] = ACTIONS(3160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3164), - [anon_sym_LT_EQ] = ACTIONS(3164), - [anon_sym_GT_EQ] = ACTIONS(3164), - [anon_sym_BANGin] = ACTIONS(3164), - [anon_sym_is] = ACTIONS(3160), - [anon_sym_BANGis] = ACTIONS(3164), - [anon_sym_PLUS] = ACTIONS(3160), - [anon_sym_DASH] = ACTIONS(3160), - [anon_sym_SLASH] = ACTIONS(3160), - [anon_sym_PERCENT] = ACTIONS(3164), - [anon_sym_as_QMARK] = ACTIONS(3164), - [anon_sym_PLUS_PLUS] = ACTIONS(3164), - [anon_sym_DASH_DASH] = ACTIONS(3164), - [anon_sym_BANG] = ACTIONS(3160), - [anon_sym_BANG_BANG] = ACTIONS(3164), - [anon_sym_suspend] = ACTIONS(3120), - [anon_sym_sealed] = ACTIONS(3122), - [anon_sym_annotation] = ACTIONS(3122), - [anon_sym_data] = ACTIONS(3122), - [anon_sym_inner] = ACTIONS(3122), - [anon_sym_override] = ACTIONS(3124), - [anon_sym_lateinit] = ACTIONS(3124), - [anon_sym_public] = ACTIONS(3126), - [anon_sym_private] = ACTIONS(3126), - [anon_sym_internal] = ACTIONS(3126), - [anon_sym_protected] = ACTIONS(3126), - [anon_sym_tailrec] = ACTIONS(3120), - [anon_sym_operator] = ACTIONS(3120), - [anon_sym_infix] = ACTIONS(3120), - [anon_sym_inline] = ACTIONS(3120), - [anon_sym_external] = ACTIONS(3120), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(3130), - [anon_sym_final] = ACTIONS(3130), - [anon_sym_open] = ACTIONS(3130), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3134), - [anon_sym_actual] = ACTIONS(3134), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3164), - [anon_sym_continue_AT] = ACTIONS(3164), - [anon_sym_break_AT] = ACTIONS(3164), - [sym_real_literal] = ACTIONS(3164), - [sym_integer_literal] = ACTIONS(3160), - [sym_hex_literal] = ACTIONS(3164), - [sym_bin_literal] = ACTIONS(3164), - [anon_sym_true] = ACTIONS(3160), - [anon_sym_false] = ACTIONS(3160), - [anon_sym_SQUOTE] = ACTIONS(3164), - [sym__backtick_identifier] = ACTIONS(3164), - [sym__automatic_semicolon] = ACTIONS(3164), - [sym_safe_nav] = ACTIONS(3164), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3164), - }, - [539] = { - [sym_primary_constructor] = STATE(1308), - [sym__class_parameters] = STATE(963), - [sym_type_parameters] = STATE(562), - [sym_type_constraints] = STATE(989), - [sym_enum_class_body] = STATE(1115), - [sym_modifiers] = STATE(9048), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3102), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(3358), - [anon_sym_LBRACK] = ACTIONS(3108), - [anon_sym_as] = ACTIONS(3102), - [anon_sym_constructor] = ACTIONS(3142), - [anon_sym_LBRACE] = ACTIONS(3144), [anon_sym_RBRACE] = ACTIONS(3108), - [anon_sym_LPAREN] = ACTIONS(3146), - [anon_sym_COMMA] = ACTIONS(3108), + [anon_sym_LPAREN] = ACTIONS(3158), [anon_sym_LT] = ACTIONS(3116), [anon_sym_GT] = ACTIONS(3102), - [anon_sym_where] = ACTIONS(3148), + [anon_sym_where] = ACTIONS(3160), [anon_sym_object] = ACTIONS(3102), [anon_sym_fun] = ACTIONS(3102), [anon_sym_DOT] = ACTIONS(3102), @@ -100865,392 +101440,46 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(3108), }, - [540] = { - [sym_primary_constructor] = STATE(1317), - [sym__class_parameters] = STATE(963), - [sym_type_parameters] = STATE(557), - [sym_type_constraints] = STATE(1033), - [sym_enum_class_body] = STATE(1051), - [sym_modifiers] = STATE(9048), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3136), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(3360), - [anon_sym_LBRACK] = ACTIONS(3140), - [anon_sym_as] = ACTIONS(3136), - [anon_sym_constructor] = ACTIONS(3142), - [anon_sym_LBRACE] = ACTIONS(3144), - [anon_sym_RBRACE] = ACTIONS(3140), - [anon_sym_LPAREN] = ACTIONS(3146), - [anon_sym_COMMA] = ACTIONS(3140), - [anon_sym_LT] = ACTIONS(3116), - [anon_sym_GT] = ACTIONS(3136), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(3136), - [anon_sym_fun] = ACTIONS(3136), - [anon_sym_DOT] = ACTIONS(3136), - [anon_sym_SEMI] = ACTIONS(3140), - [anon_sym_get] = ACTIONS(3136), - [anon_sym_set] = ACTIONS(3136), - [anon_sym_this] = ACTIONS(3136), - [anon_sym_super] = ACTIONS(3136), - [anon_sym_STAR] = ACTIONS(3140), - [sym_label] = ACTIONS(3136), - [anon_sym_in] = ACTIONS(3136), - [anon_sym_DOT_DOT] = ACTIONS(3140), - [anon_sym_QMARK_COLON] = ACTIONS(3140), - [anon_sym_AMP_AMP] = ACTIONS(3140), - [anon_sym_PIPE_PIPE] = ACTIONS(3140), - [anon_sym_null] = ACTIONS(3136), - [anon_sym_if] = ACTIONS(3136), - [anon_sym_else] = ACTIONS(3136), - [anon_sym_when] = ACTIONS(3136), - [anon_sym_try] = ACTIONS(3136), - [anon_sym_throw] = ACTIONS(3136), - [anon_sym_return] = ACTIONS(3136), - [anon_sym_continue] = ACTIONS(3136), - [anon_sym_break] = ACTIONS(3136), - [anon_sym_COLON_COLON] = ACTIONS(3140), - [anon_sym_BANG_EQ] = ACTIONS(3136), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3140), - [anon_sym_EQ_EQ] = ACTIONS(3136), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3140), - [anon_sym_LT_EQ] = ACTIONS(3140), - [anon_sym_GT_EQ] = ACTIONS(3140), - [anon_sym_BANGin] = ACTIONS(3140), - [anon_sym_is] = ACTIONS(3136), - [anon_sym_BANGis] = ACTIONS(3140), - [anon_sym_PLUS] = ACTIONS(3136), - [anon_sym_DASH] = ACTIONS(3136), - [anon_sym_SLASH] = ACTIONS(3136), - [anon_sym_PERCENT] = ACTIONS(3140), - [anon_sym_as_QMARK] = ACTIONS(3140), - [anon_sym_PLUS_PLUS] = ACTIONS(3140), - [anon_sym_DASH_DASH] = ACTIONS(3140), - [anon_sym_BANG] = ACTIONS(3136), - [anon_sym_BANG_BANG] = ACTIONS(3140), - [anon_sym_suspend] = ACTIONS(3120), - [anon_sym_sealed] = ACTIONS(3122), - [anon_sym_annotation] = ACTIONS(3122), - [anon_sym_data] = ACTIONS(3122), - [anon_sym_inner] = ACTIONS(3122), - [anon_sym_override] = ACTIONS(3124), - [anon_sym_lateinit] = ACTIONS(3124), - [anon_sym_public] = ACTIONS(3126), - [anon_sym_private] = ACTIONS(3126), - [anon_sym_internal] = ACTIONS(3126), - [anon_sym_protected] = ACTIONS(3126), - [anon_sym_tailrec] = ACTIONS(3120), - [anon_sym_operator] = ACTIONS(3120), - [anon_sym_infix] = ACTIONS(3120), - [anon_sym_inline] = ACTIONS(3120), - [anon_sym_external] = ACTIONS(3120), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(3130), - [anon_sym_final] = ACTIONS(3130), - [anon_sym_open] = ACTIONS(3130), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3134), - [anon_sym_actual] = ACTIONS(3134), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3140), - [anon_sym_continue_AT] = ACTIONS(3140), - [anon_sym_break_AT] = ACTIONS(3140), - [sym_real_literal] = ACTIONS(3140), - [sym_integer_literal] = ACTIONS(3136), - [sym_hex_literal] = ACTIONS(3140), - [sym_bin_literal] = ACTIONS(3140), - [anon_sym_true] = ACTIONS(3136), - [anon_sym_false] = ACTIONS(3136), - [anon_sym_SQUOTE] = ACTIONS(3140), - [sym__backtick_identifier] = ACTIONS(3140), - [sym__automatic_semicolon] = ACTIONS(3140), - [sym_safe_nav] = ACTIONS(3140), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3140), - }, - [541] = { - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(2018), - [sym__comparison_operator] = STATE(2000), - [sym__in_operator] = STATE(1968), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(1946), - [sym__multiplicative_operator] = STATE(1930), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_annotation] = STATE(7858), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1927), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(1690), - [anon_sym_as] = ACTIONS(1692), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(2997), - [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(1942), - [anon_sym_object] = ACTIONS(2995), - [anon_sym_fun] = ACTIONS(2995), - [anon_sym_DOT] = ACTIONS(1704), - [anon_sym_SEMI] = ACTIONS(2997), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(2995), - [anon_sym_super] = ACTIONS(2995), - [anon_sym_STAR] = ACTIONS(1950), - [sym_label] = ACTIONS(1714), - [anon_sym_in] = ACTIONS(1952), - [anon_sym_DOT_DOT] = ACTIONS(1954), - [anon_sym_QMARK_COLON] = ACTIONS(1956), - [anon_sym_AMP_AMP] = ACTIONS(2997), - [anon_sym_PIPE_PIPE] = ACTIONS(2997), - [anon_sym_null] = ACTIONS(2995), - [anon_sym_if] = ACTIONS(2995), - [anon_sym_else] = ACTIONS(2995), - [anon_sym_when] = ACTIONS(2995), - [anon_sym_try] = ACTIONS(2995), - [anon_sym_throw] = ACTIONS(2995), - [anon_sym_return] = ACTIONS(2995), - [anon_sym_continue] = ACTIONS(2995), - [anon_sym_break] = ACTIONS(2995), - [anon_sym_COLON_COLON] = ACTIONS(1726), - [anon_sym_BANG_EQ] = ACTIONS(2995), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2997), - [anon_sym_EQ_EQ] = ACTIONS(2995), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2997), - [anon_sym_LT_EQ] = ACTIONS(1966), - [anon_sym_GT_EQ] = ACTIONS(1966), - [anon_sym_BANGin] = ACTIONS(1968), - [anon_sym_is] = ACTIONS(1736), - [anon_sym_BANGis] = ACTIONS(1738), - [anon_sym_PLUS] = ACTIONS(1970), - [anon_sym_DASH] = ACTIONS(1970), - [anon_sym_SLASH] = ACTIONS(1972), - [anon_sym_PERCENT] = ACTIONS(1950), - [anon_sym_as_QMARK] = ACTIONS(1742), - [anon_sym_PLUS_PLUS] = ACTIONS(1744), - [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(2995), - [anon_sym_BANG_BANG] = ACTIONS(1744), - [anon_sym_suspend] = ACTIONS(2995), - [anon_sym_sealed] = ACTIONS(2995), - [anon_sym_annotation] = ACTIONS(2995), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(2995), - [anon_sym_lateinit] = ACTIONS(2995), - [anon_sym_public] = ACTIONS(2995), - [anon_sym_private] = ACTIONS(2995), - [anon_sym_internal] = ACTIONS(2995), - [anon_sym_protected] = ACTIONS(2995), - [anon_sym_tailrec] = ACTIONS(2995), - [anon_sym_operator] = ACTIONS(2995), - [anon_sym_infix] = ACTIONS(2995), - [anon_sym_inline] = ACTIONS(2995), - [anon_sym_external] = ACTIONS(2995), - [sym_property_modifier] = ACTIONS(2995), - [anon_sym_abstract] = ACTIONS(2995), - [anon_sym_final] = ACTIONS(2995), - [anon_sym_open] = ACTIONS(2995), - [anon_sym_vararg] = ACTIONS(2995), - [anon_sym_noinline] = ACTIONS(2995), - [anon_sym_crossinline] = ACTIONS(2995), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(2997), - [anon_sym_continue_AT] = ACTIONS(2997), - [anon_sym_break_AT] = ACTIONS(2997), - [sym_real_literal] = ACTIONS(2997), - [sym_integer_literal] = ACTIONS(2995), - [sym_hex_literal] = ACTIONS(2997), - [sym_bin_literal] = ACTIONS(2997), - [anon_sym_true] = ACTIONS(2995), - [anon_sym_false] = ACTIONS(2995), - [anon_sym_SQUOTE] = ACTIONS(2997), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(2997), - [sym_safe_nav] = ACTIONS(1726), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2997), - }, - [542] = { - [sym_indexing_suffix] = STATE(1073), - [sym_navigation_suffix] = STATE(1074), - [sym_call_suffix] = STATE(1075), - [sym_annotated_lambda] = STATE(1078), - [sym_type_arguments] = STATE(7463), - [sym_value_arguments] = STATE(759), - [sym_lambda_literal] = STATE(1080), - [sym__equality_operator] = STATE(2018), - [sym__comparison_operator] = STATE(2000), - [sym__in_operator] = STATE(1968), - [sym__is_operator] = STATE(5923), - [sym__additive_operator] = STATE(1946), - [sym__multiplicative_operator] = STATE(1930), - [sym__as_operator] = STATE(5925), - [sym__postfix_unary_operator] = STATE(1081), - [sym__member_access_operator] = STATE(7331), - [sym_annotation] = STATE(7858), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1927), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(1690), - [anon_sym_as] = ACTIONS(1692), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_RBRACE] = ACTIONS(2993), - [anon_sym_LPAREN] = ACTIONS(1698), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(1942), - [anon_sym_object] = ACTIONS(2991), - [anon_sym_fun] = ACTIONS(2991), - [anon_sym_DOT] = ACTIONS(1704), - [anon_sym_SEMI] = ACTIONS(2993), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(2991), - [anon_sym_super] = ACTIONS(2991), - [anon_sym_STAR] = ACTIONS(1950), - [sym_label] = ACTIONS(1714), - [anon_sym_in] = ACTIONS(1952), - [anon_sym_DOT_DOT] = ACTIONS(1954), - [anon_sym_QMARK_COLON] = ACTIONS(1956), - [anon_sym_AMP_AMP] = ACTIONS(2993), - [anon_sym_PIPE_PIPE] = ACTIONS(2993), - [anon_sym_null] = ACTIONS(2991), - [anon_sym_if] = ACTIONS(2991), - [anon_sym_else] = ACTIONS(2991), - [anon_sym_when] = ACTIONS(2991), - [anon_sym_try] = ACTIONS(2991), - [anon_sym_throw] = ACTIONS(2991), - [anon_sym_return] = ACTIONS(2991), - [anon_sym_continue] = ACTIONS(2991), - [anon_sym_break] = ACTIONS(2991), - [anon_sym_COLON_COLON] = ACTIONS(1726), - [anon_sym_BANG_EQ] = ACTIONS(1962), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1964), - [anon_sym_EQ_EQ] = ACTIONS(1962), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1964), - [anon_sym_LT_EQ] = ACTIONS(1966), - [anon_sym_GT_EQ] = ACTIONS(1966), - [anon_sym_BANGin] = ACTIONS(1968), - [anon_sym_is] = ACTIONS(1736), - [anon_sym_BANGis] = ACTIONS(1738), - [anon_sym_PLUS] = ACTIONS(1970), - [anon_sym_DASH] = ACTIONS(1970), - [anon_sym_SLASH] = ACTIONS(1972), - [anon_sym_PERCENT] = ACTIONS(1950), - [anon_sym_as_QMARK] = ACTIONS(1742), - [anon_sym_PLUS_PLUS] = ACTIONS(1744), - [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(2991), - [anon_sym_BANG_BANG] = ACTIONS(1744), - [anon_sym_suspend] = ACTIONS(2991), - [anon_sym_sealed] = ACTIONS(2991), - [anon_sym_annotation] = ACTIONS(2991), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(2991), - [anon_sym_lateinit] = ACTIONS(2991), - [anon_sym_public] = ACTIONS(2991), - [anon_sym_private] = ACTIONS(2991), - [anon_sym_internal] = ACTIONS(2991), - [anon_sym_protected] = ACTIONS(2991), - [anon_sym_tailrec] = ACTIONS(2991), - [anon_sym_operator] = ACTIONS(2991), - [anon_sym_infix] = ACTIONS(2991), - [anon_sym_inline] = ACTIONS(2991), - [anon_sym_external] = ACTIONS(2991), - [sym_property_modifier] = ACTIONS(2991), - [anon_sym_abstract] = ACTIONS(2991), - [anon_sym_final] = ACTIONS(2991), - [anon_sym_open] = ACTIONS(2991), - [anon_sym_vararg] = ACTIONS(2991), - [anon_sym_noinline] = ACTIONS(2991), - [anon_sym_crossinline] = ACTIONS(2991), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(2993), - [anon_sym_continue_AT] = ACTIONS(2993), - [anon_sym_break_AT] = ACTIONS(2993), - [sym_real_literal] = ACTIONS(2993), - [sym_integer_literal] = ACTIONS(2991), - [sym_hex_literal] = ACTIONS(2993), - [sym_bin_literal] = ACTIONS(2993), - [anon_sym_true] = ACTIONS(2991), - [anon_sym_false] = ACTIONS(2991), - [anon_sym_SQUOTE] = ACTIONS(2993), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(2993), - [sym_safe_nav] = ACTIONS(1726), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2993), - }, - [543] = { - [sym_getter] = STATE(3139), - [sym_setter] = STATE(3139), - [sym_modifiers] = STATE(8566), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [544] = { + [sym_type_constraints] = STATE(620), + [sym_property_delegate] = STATE(692), + [sym_getter] = STATE(1155), + [sym_setter] = STATE(1155), + [sym_modifiers] = STATE(8715), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1752), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1754), [anon_sym_as] = ACTIONS(1752), - [anon_sym_EQ] = ACTIONS(1752), + [anon_sym_EQ] = ACTIONS(3364), [anon_sym_LBRACE] = ACTIONS(1754), [anon_sym_RBRACE] = ACTIONS(1754), [anon_sym_LPAREN] = ACTIONS(1754), + [anon_sym_COMMA] = ACTIONS(1754), + [anon_sym_by] = ACTIONS(3366), [anon_sym_LT] = ACTIONS(1752), [anon_sym_GT] = ACTIONS(1752), + [anon_sym_where] = ACTIONS(3160), [anon_sym_object] = ACTIONS(1752), [anon_sym_fun] = ACTIONS(1752), [anon_sym_DOT] = ACTIONS(1752), - [anon_sym_SEMI] = ACTIONS(1754), - [anon_sym_get] = ACTIONS(3302), - [anon_sym_set] = ACTIONS(3304), + [anon_sym_SEMI] = ACTIONS(1912), + [anon_sym_get] = ACTIONS(3368), + [anon_sym_set] = ACTIONS(3370), [anon_sym_this] = ACTIONS(1752), [anon_sym_super] = ACTIONS(1752), - [anon_sym_STAR] = ACTIONS(1752), + [anon_sym_STAR] = ACTIONS(1754), [sym_label] = ACTIONS(1752), [anon_sym_in] = ACTIONS(1752), [anon_sym_DOT_DOT] = ACTIONS(1754), @@ -101267,11 +101496,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(1752), [anon_sym_break] = ACTIONS(1752), [anon_sym_COLON_COLON] = ACTIONS(1754), - [anon_sym_PLUS_EQ] = ACTIONS(1754), - [anon_sym_DASH_EQ] = ACTIONS(1754), - [anon_sym_STAR_EQ] = ACTIONS(1754), - [anon_sym_SLASH_EQ] = ACTIONS(1754), - [anon_sym_PERCENT_EQ] = ACTIONS(1754), [anon_sym_BANG_EQ] = ACTIONS(1752), [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), [anon_sym_EQ_EQ] = ACTIONS(1752), @@ -101284,7 +101508,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(1752), [anon_sym_DASH] = ACTIONS(1752), [anon_sym_SLASH] = ACTIONS(1752), - [anon_sym_PERCENT] = ACTIONS(1752), + [anon_sym_PERCENT] = ACTIONS(1754), [anon_sym_as_QMARK] = ACTIONS(1754), [anon_sym_PLUS_PLUS] = ACTIONS(1754), [anon_sym_DASH_DASH] = ACTIONS(1754), @@ -101313,8 +101537,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(1754), [anon_sym_continue_AT] = ACTIONS(1754), @@ -101332,80 +101556,196 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(1754), }, - [544] = { - [sym_getter] = STATE(3334), - [sym_setter] = STATE(3334), - [sym_modifiers] = STATE(8566), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1694), + [545] = { + [sym_getter] = STATE(3288), + [sym_setter] = STATE(3288), + [sym_modifiers] = STATE(8760), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1696), - [anon_sym_as] = ACTIONS(1694), - [anon_sym_EQ] = ACTIONS(1694), - [anon_sym_LBRACE] = ACTIONS(1696), - [anon_sym_RBRACE] = ACTIONS(1696), - [anon_sym_LPAREN] = ACTIONS(1696), - [anon_sym_LT] = ACTIONS(1694), - [anon_sym_GT] = ACTIONS(1694), - [anon_sym_object] = ACTIONS(1694), - [anon_sym_fun] = ACTIONS(1694), - [anon_sym_DOT] = ACTIONS(1694), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_EQ] = ACTIONS(1784), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_object] = ACTIONS(1784), + [anon_sym_fun] = ACTIONS(1784), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(1786), + [anon_sym_get] = ACTIONS(3310), + [anon_sym_set] = ACTIONS(3312), + [anon_sym_this] = ACTIONS(1784), + [anon_sym_super] = ACTIONS(1784), + [anon_sym_STAR] = ACTIONS(1784), + [sym_label] = ACTIONS(1784), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_null] = ACTIONS(1784), + [anon_sym_if] = ACTIONS(1784), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_when] = ACTIONS(1784), + [anon_sym_try] = ACTIONS(1784), + [anon_sym_throw] = ACTIONS(1784), + [anon_sym_return] = ACTIONS(1784), + [anon_sym_continue] = ACTIONS(1784), + [anon_sym_break] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_PLUS_EQ] = ACTIONS(1786), + [anon_sym_DASH_EQ] = ACTIONS(1786), + [anon_sym_STAR_EQ] = ACTIONS(1786), + [anon_sym_SLASH_EQ] = ACTIONS(1786), + [anon_sym_PERCENT_EQ] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1784), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG] = ACTIONS(1784), + [anon_sym_BANG_BANG] = ACTIONS(1786), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1786), + [anon_sym_continue_AT] = ACTIONS(1786), + [anon_sym_break_AT] = ACTIONS(1786), + [sym_real_literal] = ACTIONS(1786), + [sym_integer_literal] = ACTIONS(1784), + [sym_hex_literal] = ACTIONS(1786), + [sym_bin_literal] = ACTIONS(1786), + [anon_sym_true] = ACTIONS(1784), + [anon_sym_false] = ACTIONS(1784), + [anon_sym_SQUOTE] = ACTIONS(1786), + [sym__backtick_identifier] = ACTIONS(1786), + [sym__automatic_semicolon] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1786), + }, + [546] = { + [sym_getter] = STATE(1138), + [sym_setter] = STATE(1138), + [sym_modifiers] = STATE(8864), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1764), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1766), + [anon_sym_as] = ACTIONS(1764), + [anon_sym_EQ] = ACTIONS(1764), + [anon_sym_LBRACE] = ACTIONS(1766), + [anon_sym_RBRACE] = ACTIONS(1766), + [anon_sym_LPAREN] = ACTIONS(1766), + [anon_sym_LT] = ACTIONS(1764), + [anon_sym_GT] = ACTIONS(1764), + [anon_sym_object] = ACTIONS(1764), + [anon_sym_fun] = ACTIONS(1764), + [anon_sym_DOT] = ACTIONS(1764), [anon_sym_SEMI] = ACTIONS(1836), [anon_sym_get] = ACTIONS(3302), [anon_sym_set] = ACTIONS(3304), - [anon_sym_this] = ACTIONS(1694), - [anon_sym_super] = ACTIONS(1694), - [anon_sym_STAR] = ACTIONS(1694), - [sym_label] = ACTIONS(1694), - [anon_sym_in] = ACTIONS(1694), - [anon_sym_DOT_DOT] = ACTIONS(1696), - [anon_sym_QMARK_COLON] = ACTIONS(1696), - [anon_sym_AMP_AMP] = ACTIONS(1696), - [anon_sym_PIPE_PIPE] = ACTIONS(1696), - [anon_sym_null] = ACTIONS(1694), - [anon_sym_if] = ACTIONS(1694), - [anon_sym_else] = ACTIONS(1694), - [anon_sym_when] = ACTIONS(1694), - [anon_sym_try] = ACTIONS(1694), - [anon_sym_throw] = ACTIONS(1694), - [anon_sym_return] = ACTIONS(1694), - [anon_sym_continue] = ACTIONS(1694), - [anon_sym_break] = ACTIONS(1694), - [anon_sym_COLON_COLON] = ACTIONS(1696), - [anon_sym_PLUS_EQ] = ACTIONS(1696), - [anon_sym_DASH_EQ] = ACTIONS(1696), - [anon_sym_STAR_EQ] = ACTIONS(1696), - [anon_sym_SLASH_EQ] = ACTIONS(1696), - [anon_sym_PERCENT_EQ] = ACTIONS(1696), - [anon_sym_BANG_EQ] = ACTIONS(1694), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), - [anon_sym_EQ_EQ] = ACTIONS(1694), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), - [anon_sym_LT_EQ] = ACTIONS(1696), - [anon_sym_GT_EQ] = ACTIONS(1696), - [anon_sym_BANGin] = ACTIONS(1696), - [anon_sym_is] = ACTIONS(1694), - [anon_sym_BANGis] = ACTIONS(1696), - [anon_sym_PLUS] = ACTIONS(1694), - [anon_sym_DASH] = ACTIONS(1694), - [anon_sym_SLASH] = ACTIONS(1694), - [anon_sym_PERCENT] = ACTIONS(1694), - [anon_sym_as_QMARK] = ACTIONS(1696), - [anon_sym_PLUS_PLUS] = ACTIONS(1696), - [anon_sym_DASH_DASH] = ACTIONS(1696), - [anon_sym_BANG] = ACTIONS(1694), - [anon_sym_BANG_BANG] = ACTIONS(1696), + [anon_sym_this] = ACTIONS(1764), + [anon_sym_super] = ACTIONS(1764), + [anon_sym_STAR] = ACTIONS(1764), + [sym_label] = ACTIONS(1764), + [anon_sym_in] = ACTIONS(1764), + [anon_sym_DOT_DOT] = ACTIONS(1766), + [anon_sym_QMARK_COLON] = ACTIONS(1766), + [anon_sym_AMP_AMP] = ACTIONS(1766), + [anon_sym_PIPE_PIPE] = ACTIONS(1766), + [anon_sym_null] = ACTIONS(1764), + [anon_sym_if] = ACTIONS(1764), + [anon_sym_else] = ACTIONS(1764), + [anon_sym_when] = ACTIONS(1764), + [anon_sym_try] = ACTIONS(1764), + [anon_sym_throw] = ACTIONS(1764), + [anon_sym_return] = ACTIONS(1764), + [anon_sym_continue] = ACTIONS(1764), + [anon_sym_break] = ACTIONS(1764), + [anon_sym_COLON_COLON] = ACTIONS(1766), + [anon_sym_PLUS_EQ] = ACTIONS(1766), + [anon_sym_DASH_EQ] = ACTIONS(1766), + [anon_sym_STAR_EQ] = ACTIONS(1766), + [anon_sym_SLASH_EQ] = ACTIONS(1766), + [anon_sym_PERCENT_EQ] = ACTIONS(1766), + [anon_sym_BANG_EQ] = ACTIONS(1764), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), + [anon_sym_EQ_EQ] = ACTIONS(1764), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1766), + [anon_sym_LT_EQ] = ACTIONS(1766), + [anon_sym_GT_EQ] = ACTIONS(1766), + [anon_sym_BANGin] = ACTIONS(1766), + [anon_sym_is] = ACTIONS(1764), + [anon_sym_BANGis] = ACTIONS(1766), + [anon_sym_PLUS] = ACTIONS(1764), + [anon_sym_DASH] = ACTIONS(1764), + [anon_sym_SLASH] = ACTIONS(1764), + [anon_sym_PERCENT] = ACTIONS(1764), + [anon_sym_as_QMARK] = ACTIONS(1766), + [anon_sym_PLUS_PLUS] = ACTIONS(1766), + [anon_sym_DASH_DASH] = ACTIONS(1766), + [anon_sym_BANG] = ACTIONS(1764), + [anon_sym_BANG_BANG] = ACTIONS(1766), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -101429,41 +101769,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1696), - [anon_sym_continue_AT] = ACTIONS(1696), - [anon_sym_break_AT] = ACTIONS(1696), - [sym_real_literal] = ACTIONS(1696), - [sym_integer_literal] = ACTIONS(1694), - [sym_hex_literal] = ACTIONS(1696), - [sym_bin_literal] = ACTIONS(1696), - [anon_sym_true] = ACTIONS(1694), - [anon_sym_false] = ACTIONS(1694), - [anon_sym_SQUOTE] = ACTIONS(1696), - [sym__backtick_identifier] = ACTIONS(1696), - [sym__automatic_semicolon] = ACTIONS(1696), - [sym_safe_nav] = ACTIONS(1696), + [anon_sym_return_AT] = ACTIONS(1766), + [anon_sym_continue_AT] = ACTIONS(1766), + [anon_sym_break_AT] = ACTIONS(1766), + [sym_real_literal] = ACTIONS(1766), + [sym_integer_literal] = ACTIONS(1764), + [sym_hex_literal] = ACTIONS(1766), + [sym_bin_literal] = ACTIONS(1766), + [anon_sym_true] = ACTIONS(1764), + [anon_sym_false] = ACTIONS(1764), + [anon_sym_SQUOTE] = ACTIONS(1766), + [sym__backtick_identifier] = ACTIONS(1766), + [sym__automatic_semicolon] = ACTIONS(1766), + [sym_safe_nav] = ACTIONS(1766), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1696), + [sym__string_start] = ACTIONS(1766), }, - [545] = { - [sym_getter] = STATE(1052), - [sym_setter] = STATE(1052), - [sym_modifiers] = STATE(8830), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [547] = { + [sym_getter] = STATE(1138), + [sym_setter] = STATE(1138), + [sym_modifiers] = STATE(8864), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1764), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1766), @@ -101477,9 +101817,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_object] = ACTIONS(1764), [anon_sym_fun] = ACTIONS(1764), [anon_sym_DOT] = ACTIONS(1764), - [anon_sym_SEMI] = ACTIONS(1852), - [anon_sym_get] = ACTIONS(3308), - [anon_sym_set] = ACTIONS(3310), + [anon_sym_SEMI] = ACTIONS(1766), + [anon_sym_get] = ACTIONS(3302), + [anon_sym_set] = ACTIONS(3304), [anon_sym_this] = ACTIONS(1764), [anon_sym_super] = ACTIONS(1764), [anon_sym_STAR] = ACTIONS(1764), @@ -101545,8 +101885,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(1766), [anon_sym_continue_AT] = ACTIONS(1766), @@ -101564,43 +101904,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(1766), }, - [546] = { - [sym_type_constraints] = STATE(614), - [sym_property_delegate] = STATE(664), - [sym_getter] = STATE(3334), - [sym_setter] = STATE(3334), - [sym_modifiers] = STATE(8834), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [548] = { + [sym_type_constraints] = STATE(616), + [sym_property_delegate] = STATE(674), + [sym_getter] = STATE(3184), + [sym_setter] = STATE(3184), + [sym_modifiers] = STATE(8787), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1694), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1696), [anon_sym_as] = ACTIONS(1694), - [anon_sym_EQ] = ACTIONS(3362), + [anon_sym_EQ] = ACTIONS(3372), [anon_sym_LBRACE] = ACTIONS(1696), [anon_sym_RBRACE] = ACTIONS(1696), [anon_sym_LPAREN] = ACTIONS(1696), [anon_sym_COMMA] = ACTIONS(1696), - [anon_sym_by] = ACTIONS(3364), + [anon_sym_by] = ACTIONS(3366), [anon_sym_LT] = ACTIONS(1694), [anon_sym_GT] = ACTIONS(1694), - [anon_sym_where] = ACTIONS(3148), + [anon_sym_where] = ACTIONS(3160), [anon_sym_object] = ACTIONS(1694), [anon_sym_fun] = ACTIONS(1694), [anon_sym_DOT] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(1938), - [anon_sym_get] = ACTIONS(3366), - [anon_sym_set] = ACTIONS(3368), + [anon_sym_SEMI] = ACTIONS(1932), + [anon_sym_get] = ACTIONS(3374), + [anon_sym_set] = ACTIONS(3376), [anon_sym_this] = ACTIONS(1694), [anon_sym_super] = ACTIONS(1694), [anon_sym_STAR] = ACTIONS(1696), @@ -101661,8 +102001,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(1696), [anon_sym_continue_AT] = ACTIONS(1696), @@ -101680,80 +102020,312 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(1696), }, - [547] = { - [sym_primary_constructor] = STATE(3717), - [sym_class_body] = STATE(3366), - [sym__class_parameters] = STATE(3036), - [sym_type_constraints] = STATE(3055), - [sym_modifiers] = STATE(9011), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3190), + [549] = { + [sym_getter] = STATE(1155), + [sym_setter] = STATE(1155), + [sym_modifiers] = STATE(8864), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1752), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1754), + [anon_sym_as] = ACTIONS(1752), + [anon_sym_EQ] = ACTIONS(1752), + [anon_sym_LBRACE] = ACTIONS(1754), + [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_LPAREN] = ACTIONS(1754), + [anon_sym_LT] = ACTIONS(1752), + [anon_sym_GT] = ACTIONS(1752), + [anon_sym_object] = ACTIONS(1752), + [anon_sym_fun] = ACTIONS(1752), + [anon_sym_DOT] = ACTIONS(1752), + [anon_sym_SEMI] = ACTIONS(1838), + [anon_sym_get] = ACTIONS(3302), + [anon_sym_set] = ACTIONS(3304), + [anon_sym_this] = ACTIONS(1752), + [anon_sym_super] = ACTIONS(1752), + [anon_sym_STAR] = ACTIONS(1752), + [sym_label] = ACTIONS(1752), + [anon_sym_in] = ACTIONS(1752), + [anon_sym_DOT_DOT] = ACTIONS(1754), + [anon_sym_QMARK_COLON] = ACTIONS(1754), + [anon_sym_AMP_AMP] = ACTIONS(1754), + [anon_sym_PIPE_PIPE] = ACTIONS(1754), + [anon_sym_null] = ACTIONS(1752), + [anon_sym_if] = ACTIONS(1752), + [anon_sym_else] = ACTIONS(1752), + [anon_sym_when] = ACTIONS(1752), + [anon_sym_try] = ACTIONS(1752), + [anon_sym_throw] = ACTIONS(1752), + [anon_sym_return] = ACTIONS(1752), + [anon_sym_continue] = ACTIONS(1752), + [anon_sym_break] = ACTIONS(1752), + [anon_sym_COLON_COLON] = ACTIONS(1754), + [anon_sym_PLUS_EQ] = ACTIONS(1754), + [anon_sym_DASH_EQ] = ACTIONS(1754), + [anon_sym_STAR_EQ] = ACTIONS(1754), + [anon_sym_SLASH_EQ] = ACTIONS(1754), + [anon_sym_PERCENT_EQ] = ACTIONS(1754), + [anon_sym_BANG_EQ] = ACTIONS(1752), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), + [anon_sym_EQ_EQ] = ACTIONS(1752), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), + [anon_sym_LT_EQ] = ACTIONS(1754), + [anon_sym_GT_EQ] = ACTIONS(1754), + [anon_sym_BANGin] = ACTIONS(1754), + [anon_sym_is] = ACTIONS(1752), + [anon_sym_BANGis] = ACTIONS(1754), + [anon_sym_PLUS] = ACTIONS(1752), + [anon_sym_DASH] = ACTIONS(1752), + [anon_sym_SLASH] = ACTIONS(1752), + [anon_sym_PERCENT] = ACTIONS(1752), + [anon_sym_as_QMARK] = ACTIONS(1754), + [anon_sym_PLUS_PLUS] = ACTIONS(1754), + [anon_sym_DASH_DASH] = ACTIONS(1754), + [anon_sym_BANG] = ACTIONS(1752), + [anon_sym_BANG_BANG] = ACTIONS(1754), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1754), + [anon_sym_continue_AT] = ACTIONS(1754), + [anon_sym_break_AT] = ACTIONS(1754), + [sym_real_literal] = ACTIONS(1754), + [sym_integer_literal] = ACTIONS(1752), + [sym_hex_literal] = ACTIONS(1754), + [sym_bin_literal] = ACTIONS(1754), + [anon_sym_true] = ACTIONS(1752), + [anon_sym_false] = ACTIONS(1752), + [anon_sym_SQUOTE] = ACTIONS(1754), + [sym__backtick_identifier] = ACTIONS(1754), + [sym__automatic_semicolon] = ACTIONS(1754), + [sym_safe_nav] = ACTIONS(1754), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1754), + }, + [550] = { + [sym_getter] = STATE(1155), + [sym_setter] = STATE(1155), + [sym_modifiers] = STATE(8864), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1752), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1754), + [anon_sym_as] = ACTIONS(1752), + [anon_sym_EQ] = ACTIONS(1752), + [anon_sym_LBRACE] = ACTIONS(1754), + [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_LPAREN] = ACTIONS(1754), + [anon_sym_LT] = ACTIONS(1752), + [anon_sym_GT] = ACTIONS(1752), + [anon_sym_object] = ACTIONS(1752), + [anon_sym_fun] = ACTIONS(1752), + [anon_sym_DOT] = ACTIONS(1752), + [anon_sym_SEMI] = ACTIONS(1754), + [anon_sym_get] = ACTIONS(3302), + [anon_sym_set] = ACTIONS(3304), + [anon_sym_this] = ACTIONS(1752), + [anon_sym_super] = ACTIONS(1752), + [anon_sym_STAR] = ACTIONS(1752), + [sym_label] = ACTIONS(1752), + [anon_sym_in] = ACTIONS(1752), + [anon_sym_DOT_DOT] = ACTIONS(1754), + [anon_sym_QMARK_COLON] = ACTIONS(1754), + [anon_sym_AMP_AMP] = ACTIONS(1754), + [anon_sym_PIPE_PIPE] = ACTIONS(1754), + [anon_sym_null] = ACTIONS(1752), + [anon_sym_if] = ACTIONS(1752), + [anon_sym_else] = ACTIONS(1752), + [anon_sym_when] = ACTIONS(1752), + [anon_sym_try] = ACTIONS(1752), + [anon_sym_throw] = ACTIONS(1752), + [anon_sym_return] = ACTIONS(1752), + [anon_sym_continue] = ACTIONS(1752), + [anon_sym_break] = ACTIONS(1752), + [anon_sym_COLON_COLON] = ACTIONS(1754), + [anon_sym_PLUS_EQ] = ACTIONS(1754), + [anon_sym_DASH_EQ] = ACTIONS(1754), + [anon_sym_STAR_EQ] = ACTIONS(1754), + [anon_sym_SLASH_EQ] = ACTIONS(1754), + [anon_sym_PERCENT_EQ] = ACTIONS(1754), + [anon_sym_BANG_EQ] = ACTIONS(1752), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), + [anon_sym_EQ_EQ] = ACTIONS(1752), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), + [anon_sym_LT_EQ] = ACTIONS(1754), + [anon_sym_GT_EQ] = ACTIONS(1754), + [anon_sym_BANGin] = ACTIONS(1754), + [anon_sym_is] = ACTIONS(1752), + [anon_sym_BANGis] = ACTIONS(1754), + [anon_sym_PLUS] = ACTIONS(1752), + [anon_sym_DASH] = ACTIONS(1752), + [anon_sym_SLASH] = ACTIONS(1752), + [anon_sym_PERCENT] = ACTIONS(1752), + [anon_sym_as_QMARK] = ACTIONS(1754), + [anon_sym_PLUS_PLUS] = ACTIONS(1754), + [anon_sym_DASH_DASH] = ACTIONS(1754), + [anon_sym_BANG] = ACTIONS(1752), + [anon_sym_BANG_BANG] = ACTIONS(1754), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1754), + [anon_sym_continue_AT] = ACTIONS(1754), + [anon_sym_break_AT] = ACTIONS(1754), + [sym_real_literal] = ACTIONS(1754), + [sym_integer_literal] = ACTIONS(1752), + [sym_hex_literal] = ACTIONS(1754), + [sym_bin_literal] = ACTIONS(1754), + [anon_sym_true] = ACTIONS(1752), + [anon_sym_false] = ACTIONS(1752), + [anon_sym_SQUOTE] = ACTIONS(1754), + [sym__backtick_identifier] = ACTIONS(1754), + [sym__automatic_semicolon] = ACTIONS(1754), + [sym_safe_nav] = ACTIONS(1754), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1754), + }, + [551] = { + [sym_primary_constructor] = STATE(1368), + [sym_class_body] = STATE(1140), + [sym__class_parameters] = STATE(976), + [sym_type_parameters] = STATE(614), + [sym_type_constraints] = STATE(991), + [sym_modifiers] = STATE(9192), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3136), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(3370), - [anon_sym_LBRACK] = ACTIONS(3194), - [anon_sym_as] = ACTIONS(3190), - [anon_sym_constructor] = ACTIONS(3110), - [anon_sym_LBRACE] = ACTIONS(3112), - [anon_sym_RBRACE] = ACTIONS(3194), - [anon_sym_LPAREN] = ACTIONS(3114), - [anon_sym_COMMA] = ACTIONS(3194), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3190), - [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(3190), - [anon_sym_fun] = ACTIONS(3190), - [anon_sym_DOT] = ACTIONS(3190), - [anon_sym_SEMI] = ACTIONS(3194), - [anon_sym_get] = ACTIONS(3190), - [anon_sym_set] = ACTIONS(3190), - [anon_sym_this] = ACTIONS(3190), - [anon_sym_super] = ACTIONS(3190), - [anon_sym_STAR] = ACTIONS(3194), - [sym_label] = ACTIONS(3190), - [anon_sym_in] = ACTIONS(3190), - [anon_sym_DOT_DOT] = ACTIONS(3194), - [anon_sym_QMARK_COLON] = ACTIONS(3194), - [anon_sym_AMP_AMP] = ACTIONS(3194), - [anon_sym_PIPE_PIPE] = ACTIONS(3194), - [anon_sym_null] = ACTIONS(3190), - [anon_sym_if] = ACTIONS(3190), - [anon_sym_else] = ACTIONS(3190), - [anon_sym_when] = ACTIONS(3190), - [anon_sym_try] = ACTIONS(3190), - [anon_sym_throw] = ACTIONS(3190), - [anon_sym_return] = ACTIONS(3190), - [anon_sym_continue] = ACTIONS(3190), - [anon_sym_break] = ACTIONS(3190), - [anon_sym_COLON_COLON] = ACTIONS(3194), - [anon_sym_BANG_EQ] = ACTIONS(3190), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3194), - [anon_sym_EQ_EQ] = ACTIONS(3190), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3194), - [anon_sym_LT_EQ] = ACTIONS(3194), - [anon_sym_GT_EQ] = ACTIONS(3194), - [anon_sym_BANGin] = ACTIONS(3194), - [anon_sym_is] = ACTIONS(3190), - [anon_sym_BANGis] = ACTIONS(3194), - [anon_sym_PLUS] = ACTIONS(3190), - [anon_sym_DASH] = ACTIONS(3190), - [anon_sym_SLASH] = ACTIONS(3190), - [anon_sym_PERCENT] = ACTIONS(3194), - [anon_sym_as_QMARK] = ACTIONS(3194), - [anon_sym_PLUS_PLUS] = ACTIONS(3194), - [anon_sym_DASH_DASH] = ACTIONS(3194), - [anon_sym_BANG] = ACTIONS(3190), - [anon_sym_BANG_BANG] = ACTIONS(3194), + [anon_sym_COLON] = ACTIONS(3378), + [anon_sym_LBRACK] = ACTIONS(3140), + [anon_sym_as] = ACTIONS(3136), + [anon_sym_constructor] = ACTIONS(3154), + [anon_sym_LBRACE] = ACTIONS(3180), + [anon_sym_RBRACE] = ACTIONS(3140), + [anon_sym_LPAREN] = ACTIONS(3158), + [anon_sym_LT] = ACTIONS(3116), + [anon_sym_GT] = ACTIONS(3136), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(3136), + [anon_sym_fun] = ACTIONS(3136), + [anon_sym_DOT] = ACTIONS(3136), + [anon_sym_SEMI] = ACTIONS(3140), + [anon_sym_get] = ACTIONS(3136), + [anon_sym_set] = ACTIONS(3136), + [anon_sym_this] = ACTIONS(3136), + [anon_sym_super] = ACTIONS(3136), + [anon_sym_STAR] = ACTIONS(3140), + [sym_label] = ACTIONS(3136), + [anon_sym_in] = ACTIONS(3136), + [anon_sym_DOT_DOT] = ACTIONS(3140), + [anon_sym_QMARK_COLON] = ACTIONS(3140), + [anon_sym_AMP_AMP] = ACTIONS(3140), + [anon_sym_PIPE_PIPE] = ACTIONS(3140), + [anon_sym_null] = ACTIONS(3136), + [anon_sym_if] = ACTIONS(3136), + [anon_sym_else] = ACTIONS(3136), + [anon_sym_when] = ACTIONS(3136), + [anon_sym_try] = ACTIONS(3136), + [anon_sym_throw] = ACTIONS(3136), + [anon_sym_return] = ACTIONS(3136), + [anon_sym_continue] = ACTIONS(3136), + [anon_sym_break] = ACTIONS(3136), + [anon_sym_COLON_COLON] = ACTIONS(3140), + [anon_sym_BANG_EQ] = ACTIONS(3136), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3140), + [anon_sym_EQ_EQ] = ACTIONS(3136), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3140), + [anon_sym_LT_EQ] = ACTIONS(3140), + [anon_sym_GT_EQ] = ACTIONS(3140), + [anon_sym_BANGin] = ACTIONS(3140), + [anon_sym_is] = ACTIONS(3136), + [anon_sym_BANGis] = ACTIONS(3140), + [anon_sym_PLUS] = ACTIONS(3136), + [anon_sym_DASH] = ACTIONS(3136), + [anon_sym_SLASH] = ACTIONS(3136), + [anon_sym_PERCENT] = ACTIONS(3140), + [anon_sym_as_QMARK] = ACTIONS(3140), + [anon_sym_PLUS_PLUS] = ACTIONS(3140), + [anon_sym_DASH_DASH] = ACTIONS(3140), + [anon_sym_BANG] = ACTIONS(3136), + [anon_sym_BANG_BANG] = ACTIONS(3140), [anon_sym_suspend] = ACTIONS(3120), [anon_sym_sealed] = ACTIONS(3122), [anon_sym_annotation] = ACTIONS(3122), @@ -101780,53 +102352,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3134), [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3194), - [anon_sym_continue_AT] = ACTIONS(3194), - [anon_sym_break_AT] = ACTIONS(3194), - [sym_real_literal] = ACTIONS(3194), - [sym_integer_literal] = ACTIONS(3190), - [sym_hex_literal] = ACTIONS(3194), - [sym_bin_literal] = ACTIONS(3194), - [anon_sym_true] = ACTIONS(3190), - [anon_sym_false] = ACTIONS(3190), - [anon_sym_SQUOTE] = ACTIONS(3194), - [sym__backtick_identifier] = ACTIONS(3194), - [sym__automatic_semicolon] = ACTIONS(3194), - [sym_safe_nav] = ACTIONS(3194), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3194), + [anon_sym_return_AT] = ACTIONS(3140), + [anon_sym_continue_AT] = ACTIONS(3140), + [anon_sym_break_AT] = ACTIONS(3140), + [sym_real_literal] = ACTIONS(3140), + [sym_integer_literal] = ACTIONS(3136), + [sym_hex_literal] = ACTIONS(3140), + [sym_bin_literal] = ACTIONS(3140), + [anon_sym_true] = ACTIONS(3136), + [anon_sym_false] = ACTIONS(3136), + [anon_sym_SQUOTE] = ACTIONS(3140), + [sym__backtick_identifier] = ACTIONS(3140), + [sym__automatic_semicolon] = ACTIONS(3140), + [sym_safe_nav] = ACTIONS(3140), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3140), }, - [548] = { - [sym_primary_constructor] = STATE(1396), - [sym__class_parameters] = STATE(963), - [sym_type_parameters] = STATE(633), - [sym_type_constraints] = STATE(1033), - [sym_enum_class_body] = STATE(1051), - [sym_modifiers] = STATE(9048), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), + [552] = { + [sym_primary_constructor] = STATE(1356), + [sym__class_parameters] = STATE(976), + [sym_type_parameters] = STATE(612), + [sym_type_constraints] = STATE(955), + [sym_enum_class_body] = STATE(1140), + [sym_modifiers] = STATE(9192), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), [sym__alpha_identifier] = ACTIONS(3136), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(3372), + [anon_sym_COLON] = ACTIONS(3380), [anon_sym_LBRACK] = ACTIONS(3140), [anon_sym_as] = ACTIONS(3136), - [anon_sym_constructor] = ACTIONS(3142), - [anon_sym_LBRACE] = ACTIONS(3144), + [anon_sym_constructor] = ACTIONS(3154), + [anon_sym_LBRACE] = ACTIONS(3156), [anon_sym_RBRACE] = ACTIONS(3140), - [anon_sym_LPAREN] = ACTIONS(3146), + [anon_sym_LPAREN] = ACTIONS(3158), [anon_sym_LT] = ACTIONS(3116), [anon_sym_GT] = ACTIONS(3136), - [anon_sym_where] = ACTIONS(3148), + [anon_sym_where] = ACTIONS(3160), [anon_sym_object] = ACTIONS(3136), [anon_sym_fun] = ACTIONS(3136), [anon_sym_DOT] = ACTIONS(3136), @@ -101912,80 +102484,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(3140), }, - [549] = { - [sym_getter] = STATE(1110), - [sym_setter] = STATE(1110), - [sym_modifiers] = STATE(8830), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), + [553] = { + [sym_type_constraints] = STATE(621), + [sym_property_delegate] = STATE(666), + [sym_getter] = STATE(3129), + [sym_setter] = STATE(3129), + [sym_modifiers] = STATE(8787), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1752), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_EQ] = ACTIONS(1776), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_object] = ACTIONS(1776), - [anon_sym_fun] = ACTIONS(1776), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(1778), - [anon_sym_get] = ACTIONS(3308), - [anon_sym_set] = ACTIONS(3310), - [anon_sym_this] = ACTIONS(1776), - [anon_sym_super] = ACTIONS(1776), - [anon_sym_STAR] = ACTIONS(1776), - [sym_label] = ACTIONS(1776), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_null] = ACTIONS(1776), - [anon_sym_if] = ACTIONS(1776), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_when] = ACTIONS(1776), - [anon_sym_try] = ACTIONS(1776), - [anon_sym_throw] = ACTIONS(1776), - [anon_sym_return] = ACTIONS(1776), - [anon_sym_continue] = ACTIONS(1776), - [anon_sym_break] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_PLUS_EQ] = ACTIONS(1778), - [anon_sym_DASH_EQ] = ACTIONS(1778), - [anon_sym_STAR_EQ] = ACTIONS(1778), - [anon_sym_SLASH_EQ] = ACTIONS(1778), - [anon_sym_PERCENT_EQ] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1776), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG] = ACTIONS(1776), - [anon_sym_BANG_BANG] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(1754), + [anon_sym_as] = ACTIONS(1752), + [anon_sym_EQ] = ACTIONS(3382), + [anon_sym_LBRACE] = ACTIONS(1754), + [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_LPAREN] = ACTIONS(1754), + [anon_sym_COMMA] = ACTIONS(1754), + [anon_sym_by] = ACTIONS(3366), + [anon_sym_LT] = ACTIONS(1752), + [anon_sym_GT] = ACTIONS(1752), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(1752), + [anon_sym_fun] = ACTIONS(1752), + [anon_sym_DOT] = ACTIONS(1752), + [anon_sym_SEMI] = ACTIONS(1934), + [anon_sym_get] = ACTIONS(3374), + [anon_sym_set] = ACTIONS(3376), + [anon_sym_this] = ACTIONS(1752), + [anon_sym_super] = ACTIONS(1752), + [anon_sym_STAR] = ACTIONS(1754), + [sym_label] = ACTIONS(1752), + [anon_sym_in] = ACTIONS(1752), + [anon_sym_DOT_DOT] = ACTIONS(1754), + [anon_sym_QMARK_COLON] = ACTIONS(1754), + [anon_sym_AMP_AMP] = ACTIONS(1754), + [anon_sym_PIPE_PIPE] = ACTIONS(1754), + [anon_sym_null] = ACTIONS(1752), + [anon_sym_if] = ACTIONS(1752), + [anon_sym_else] = ACTIONS(1752), + [anon_sym_when] = ACTIONS(1752), + [anon_sym_try] = ACTIONS(1752), + [anon_sym_throw] = ACTIONS(1752), + [anon_sym_return] = ACTIONS(1752), + [anon_sym_continue] = ACTIONS(1752), + [anon_sym_break] = ACTIONS(1752), + [anon_sym_COLON_COLON] = ACTIONS(1754), + [anon_sym_BANG_EQ] = ACTIONS(1752), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), + [anon_sym_EQ_EQ] = ACTIONS(1752), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), + [anon_sym_LT_EQ] = ACTIONS(1754), + [anon_sym_GT_EQ] = ACTIONS(1754), + [anon_sym_BANGin] = ACTIONS(1754), + [anon_sym_is] = ACTIONS(1752), + [anon_sym_BANGis] = ACTIONS(1754), + [anon_sym_PLUS] = ACTIONS(1752), + [anon_sym_DASH] = ACTIONS(1752), + [anon_sym_SLASH] = ACTIONS(1752), + [anon_sym_PERCENT] = ACTIONS(1754), + [anon_sym_as_QMARK] = ACTIONS(1754), + [anon_sym_PLUS_PLUS] = ACTIONS(1754), + [anon_sym_DASH_DASH] = ACTIONS(1754), + [anon_sym_BANG] = ACTIONS(1752), + [anon_sym_BANG_BANG] = ACTIONS(1754), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -102009,447 +102581,99 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1778), - [anon_sym_continue_AT] = ACTIONS(1778), - [anon_sym_break_AT] = ACTIONS(1778), - [sym_real_literal] = ACTIONS(1778), - [sym_integer_literal] = ACTIONS(1776), - [sym_hex_literal] = ACTIONS(1778), - [sym_bin_literal] = ACTIONS(1778), - [anon_sym_true] = ACTIONS(1776), - [anon_sym_false] = ACTIONS(1776), - [anon_sym_SQUOTE] = ACTIONS(1778), - [sym__backtick_identifier] = ACTIONS(1778), - [sym__automatic_semicolon] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1778), - }, - [550] = { - [sym_getter] = STATE(3149), - [sym_setter] = STATE(3149), - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(1814), - [sym__comparison_operator] = STATE(1815), - [sym__in_operator] = STATE(1817), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(1818), - [sym__multiplicative_operator] = STATE(1819), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_modifiers] = STATE(8655), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1821), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_RBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_EQ] = ACTIONS(1776), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_COMMA] = ACTIONS(1778), - [anon_sym_RPAREN] = ACTIONS(1778), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3380), - [anon_sym_where] = ACTIONS(1776), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(3384), - [anon_sym_get] = ACTIONS(3386), - [anon_sym_set] = ACTIONS(3388), - [anon_sym_STAR] = ACTIONS(3390), - [anon_sym_DASH_GT] = ACTIONS(1778), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(3394), - [anon_sym_while] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(3396), - [anon_sym_QMARK_COLON] = ACTIONS(3398), - [anon_sym_AMP_AMP] = ACTIONS(3400), - [anon_sym_PIPE_PIPE] = ACTIONS(3402), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_PLUS_EQ] = ACTIONS(1778), - [anon_sym_DASH_EQ] = ACTIONS(1778), - [anon_sym_STAR_EQ] = ACTIONS(1778), - [anon_sym_SLASH_EQ] = ACTIONS(1778), - [anon_sym_PERCENT_EQ] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(3406), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3408), - [anon_sym_EQ_EQ] = ACTIONS(3406), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3408), - [anon_sym_LT_EQ] = ACTIONS(3410), - [anon_sym_GT_EQ] = ACTIONS(3410), - [anon_sym_BANGin] = ACTIONS(3412), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), - [anon_sym_PLUS] = ACTIONS(3418), - [anon_sym_DASH] = ACTIONS(3418), - [anon_sym_SLASH] = ACTIONS(3390), - [anon_sym_PERCENT] = ACTIONS(3390), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(1746), - [anon_sym_inner] = ACTIONS(1746), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(1748), - [anon_sym_actual] = ACTIONS(1748), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), - [sym_multiline_comment] = ACTIONS(3), - }, - [551] = { - [sym_primary_constructor] = STATE(1356), - [sym_class_body] = STATE(1115), - [sym__class_parameters] = STATE(963), - [sym_type_parameters] = STATE(632), - [sym_type_constraints] = STATE(1004), - [sym_modifiers] = STATE(9048), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3102), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(3424), - [anon_sym_LBRACK] = ACTIONS(3108), - [anon_sym_as] = ACTIONS(3102), - [anon_sym_constructor] = ACTIONS(3142), - [anon_sym_LBRACE] = ACTIONS(3156), - [anon_sym_RBRACE] = ACTIONS(3108), - [anon_sym_LPAREN] = ACTIONS(3146), - [anon_sym_LT] = ACTIONS(3116), - [anon_sym_GT] = ACTIONS(3102), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(3102), - [anon_sym_fun] = ACTIONS(3102), - [anon_sym_DOT] = ACTIONS(3102), - [anon_sym_SEMI] = ACTIONS(3108), - [anon_sym_get] = ACTIONS(3102), - [anon_sym_set] = ACTIONS(3102), - [anon_sym_this] = ACTIONS(3102), - [anon_sym_super] = ACTIONS(3102), - [anon_sym_STAR] = ACTIONS(3108), - [sym_label] = ACTIONS(3102), - [anon_sym_in] = ACTIONS(3102), - [anon_sym_DOT_DOT] = ACTIONS(3108), - [anon_sym_QMARK_COLON] = ACTIONS(3108), - [anon_sym_AMP_AMP] = ACTIONS(3108), - [anon_sym_PIPE_PIPE] = ACTIONS(3108), - [anon_sym_null] = ACTIONS(3102), - [anon_sym_if] = ACTIONS(3102), - [anon_sym_else] = ACTIONS(3102), - [anon_sym_when] = ACTIONS(3102), - [anon_sym_try] = ACTIONS(3102), - [anon_sym_throw] = ACTIONS(3102), - [anon_sym_return] = ACTIONS(3102), - [anon_sym_continue] = ACTIONS(3102), - [anon_sym_break] = ACTIONS(3102), - [anon_sym_COLON_COLON] = ACTIONS(3108), - [anon_sym_BANG_EQ] = ACTIONS(3102), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3108), - [anon_sym_EQ_EQ] = ACTIONS(3102), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3108), - [anon_sym_LT_EQ] = ACTIONS(3108), - [anon_sym_GT_EQ] = ACTIONS(3108), - [anon_sym_BANGin] = ACTIONS(3108), - [anon_sym_is] = ACTIONS(3102), - [anon_sym_BANGis] = ACTIONS(3108), - [anon_sym_PLUS] = ACTIONS(3102), - [anon_sym_DASH] = ACTIONS(3102), - [anon_sym_SLASH] = ACTIONS(3102), - [anon_sym_PERCENT] = ACTIONS(3108), - [anon_sym_as_QMARK] = ACTIONS(3108), - [anon_sym_PLUS_PLUS] = ACTIONS(3108), - [anon_sym_DASH_DASH] = ACTIONS(3108), - [anon_sym_BANG] = ACTIONS(3102), - [anon_sym_BANG_BANG] = ACTIONS(3108), - [anon_sym_suspend] = ACTIONS(3120), - [anon_sym_sealed] = ACTIONS(3122), - [anon_sym_annotation] = ACTIONS(3122), - [anon_sym_data] = ACTIONS(3122), - [anon_sym_inner] = ACTIONS(3122), - [anon_sym_override] = ACTIONS(3124), - [anon_sym_lateinit] = ACTIONS(3124), - [anon_sym_public] = ACTIONS(3126), - [anon_sym_private] = ACTIONS(3126), - [anon_sym_internal] = ACTIONS(3126), - [anon_sym_protected] = ACTIONS(3126), - [anon_sym_tailrec] = ACTIONS(3120), - [anon_sym_operator] = ACTIONS(3120), - [anon_sym_infix] = ACTIONS(3120), - [anon_sym_inline] = ACTIONS(3120), - [anon_sym_external] = ACTIONS(3120), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(3130), - [anon_sym_final] = ACTIONS(3130), - [anon_sym_open] = ACTIONS(3130), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3134), - [anon_sym_actual] = ACTIONS(3134), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3108), - [anon_sym_continue_AT] = ACTIONS(3108), - [anon_sym_break_AT] = ACTIONS(3108), - [sym_real_literal] = ACTIONS(3108), - [sym_integer_literal] = ACTIONS(3102), - [sym_hex_literal] = ACTIONS(3108), - [sym_bin_literal] = ACTIONS(3108), - [anon_sym_true] = ACTIONS(3102), - [anon_sym_false] = ACTIONS(3102), - [anon_sym_SQUOTE] = ACTIONS(3108), - [sym__backtick_identifier] = ACTIONS(3108), - [sym__automatic_semicolon] = ACTIONS(3108), - [sym_safe_nav] = ACTIONS(3108), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3108), - }, - [552] = { - [sym_primary_constructor] = STATE(1344), - [sym__class_parameters] = STATE(963), - [sym_type_parameters] = STATE(631), - [sym_type_constraints] = STATE(989), - [sym_enum_class_body] = STATE(1115), - [sym_modifiers] = STATE(9048), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3102), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(3426), - [anon_sym_LBRACK] = ACTIONS(3108), - [anon_sym_as] = ACTIONS(3102), - [anon_sym_constructor] = ACTIONS(3142), - [anon_sym_LBRACE] = ACTIONS(3144), - [anon_sym_RBRACE] = ACTIONS(3108), - [anon_sym_LPAREN] = ACTIONS(3146), - [anon_sym_LT] = ACTIONS(3116), - [anon_sym_GT] = ACTIONS(3102), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(3102), - [anon_sym_fun] = ACTIONS(3102), - [anon_sym_DOT] = ACTIONS(3102), - [anon_sym_SEMI] = ACTIONS(3108), - [anon_sym_get] = ACTIONS(3102), - [anon_sym_set] = ACTIONS(3102), - [anon_sym_this] = ACTIONS(3102), - [anon_sym_super] = ACTIONS(3102), - [anon_sym_STAR] = ACTIONS(3108), - [sym_label] = ACTIONS(3102), - [anon_sym_in] = ACTIONS(3102), - [anon_sym_DOT_DOT] = ACTIONS(3108), - [anon_sym_QMARK_COLON] = ACTIONS(3108), - [anon_sym_AMP_AMP] = ACTIONS(3108), - [anon_sym_PIPE_PIPE] = ACTIONS(3108), - [anon_sym_null] = ACTIONS(3102), - [anon_sym_if] = ACTIONS(3102), - [anon_sym_else] = ACTIONS(3102), - [anon_sym_when] = ACTIONS(3102), - [anon_sym_try] = ACTIONS(3102), - [anon_sym_throw] = ACTIONS(3102), - [anon_sym_return] = ACTIONS(3102), - [anon_sym_continue] = ACTIONS(3102), - [anon_sym_break] = ACTIONS(3102), - [anon_sym_COLON_COLON] = ACTIONS(3108), - [anon_sym_BANG_EQ] = ACTIONS(3102), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3108), - [anon_sym_EQ_EQ] = ACTIONS(3102), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3108), - [anon_sym_LT_EQ] = ACTIONS(3108), - [anon_sym_GT_EQ] = ACTIONS(3108), - [anon_sym_BANGin] = ACTIONS(3108), - [anon_sym_is] = ACTIONS(3102), - [anon_sym_BANGis] = ACTIONS(3108), - [anon_sym_PLUS] = ACTIONS(3102), - [anon_sym_DASH] = ACTIONS(3102), - [anon_sym_SLASH] = ACTIONS(3102), - [anon_sym_PERCENT] = ACTIONS(3108), - [anon_sym_as_QMARK] = ACTIONS(3108), - [anon_sym_PLUS_PLUS] = ACTIONS(3108), - [anon_sym_DASH_DASH] = ACTIONS(3108), - [anon_sym_BANG] = ACTIONS(3102), - [anon_sym_BANG_BANG] = ACTIONS(3108), - [anon_sym_suspend] = ACTIONS(3120), - [anon_sym_sealed] = ACTIONS(3122), - [anon_sym_annotation] = ACTIONS(3122), - [anon_sym_data] = ACTIONS(3122), - [anon_sym_inner] = ACTIONS(3122), - [anon_sym_override] = ACTIONS(3124), - [anon_sym_lateinit] = ACTIONS(3124), - [anon_sym_public] = ACTIONS(3126), - [anon_sym_private] = ACTIONS(3126), - [anon_sym_internal] = ACTIONS(3126), - [anon_sym_protected] = ACTIONS(3126), - [anon_sym_tailrec] = ACTIONS(3120), - [anon_sym_operator] = ACTIONS(3120), - [anon_sym_infix] = ACTIONS(3120), - [anon_sym_inline] = ACTIONS(3120), - [anon_sym_external] = ACTIONS(3120), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(3130), - [anon_sym_final] = ACTIONS(3130), - [anon_sym_open] = ACTIONS(3130), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3134), - [anon_sym_actual] = ACTIONS(3134), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3108), - [anon_sym_continue_AT] = ACTIONS(3108), - [anon_sym_break_AT] = ACTIONS(3108), - [sym_real_literal] = ACTIONS(3108), - [sym_integer_literal] = ACTIONS(3102), - [sym_hex_literal] = ACTIONS(3108), - [sym_bin_literal] = ACTIONS(3108), - [anon_sym_true] = ACTIONS(3102), - [anon_sym_false] = ACTIONS(3102), - [anon_sym_SQUOTE] = ACTIONS(3108), - [sym__backtick_identifier] = ACTIONS(3108), - [sym__automatic_semicolon] = ACTIONS(3108), - [sym_safe_nav] = ACTIONS(3108), + [anon_sym_return_AT] = ACTIONS(1754), + [anon_sym_continue_AT] = ACTIONS(1754), + [anon_sym_break_AT] = ACTIONS(1754), + [sym_real_literal] = ACTIONS(1754), + [sym_integer_literal] = ACTIONS(1752), + [sym_hex_literal] = ACTIONS(1754), + [sym_bin_literal] = ACTIONS(1754), + [anon_sym_true] = ACTIONS(1752), + [anon_sym_false] = ACTIONS(1752), + [anon_sym_SQUOTE] = ACTIONS(1754), + [sym__backtick_identifier] = ACTIONS(1754), + [sym__automatic_semicolon] = ACTIONS(1754), + [sym_safe_nav] = ACTIONS(1754), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3108), + [sym__string_start] = ACTIONS(1754), }, - [553] = { - [sym_getter] = STATE(1110), - [sym_setter] = STATE(1110), - [sym_modifiers] = STATE(8830), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), + [554] = { + [sym_getter] = STATE(1182), + [sym_setter] = STATE(1182), + [sym_modifiers] = STATE(8864), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1694), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_EQ] = ACTIONS(1776), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_object] = ACTIONS(1776), - [anon_sym_fun] = ACTIONS(1776), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(1848), - [anon_sym_get] = ACTIONS(3308), - [anon_sym_set] = ACTIONS(3310), - [anon_sym_this] = ACTIONS(1776), - [anon_sym_super] = ACTIONS(1776), - [anon_sym_STAR] = ACTIONS(1776), - [sym_label] = ACTIONS(1776), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_null] = ACTIONS(1776), - [anon_sym_if] = ACTIONS(1776), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_when] = ACTIONS(1776), - [anon_sym_try] = ACTIONS(1776), - [anon_sym_throw] = ACTIONS(1776), - [anon_sym_return] = ACTIONS(1776), - [anon_sym_continue] = ACTIONS(1776), - [anon_sym_break] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_PLUS_EQ] = ACTIONS(1778), - [anon_sym_DASH_EQ] = ACTIONS(1778), - [anon_sym_STAR_EQ] = ACTIONS(1778), - [anon_sym_SLASH_EQ] = ACTIONS(1778), - [anon_sym_PERCENT_EQ] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1776), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG] = ACTIONS(1776), - [anon_sym_BANG_BANG] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(1696), + [anon_sym_as] = ACTIONS(1694), + [anon_sym_EQ] = ACTIONS(1694), + [anon_sym_LBRACE] = ACTIONS(1696), + [anon_sym_RBRACE] = ACTIONS(1696), + [anon_sym_LPAREN] = ACTIONS(1696), + [anon_sym_LT] = ACTIONS(1694), + [anon_sym_GT] = ACTIONS(1694), + [anon_sym_object] = ACTIONS(1694), + [anon_sym_fun] = ACTIONS(1694), + [anon_sym_DOT] = ACTIONS(1694), + [anon_sym_SEMI] = ACTIONS(1840), + [anon_sym_get] = ACTIONS(3302), + [anon_sym_set] = ACTIONS(3304), + [anon_sym_this] = ACTIONS(1694), + [anon_sym_super] = ACTIONS(1694), + [anon_sym_STAR] = ACTIONS(1694), + [sym_label] = ACTIONS(1694), + [anon_sym_in] = ACTIONS(1694), + [anon_sym_DOT_DOT] = ACTIONS(1696), + [anon_sym_QMARK_COLON] = ACTIONS(1696), + [anon_sym_AMP_AMP] = ACTIONS(1696), + [anon_sym_PIPE_PIPE] = ACTIONS(1696), + [anon_sym_null] = ACTIONS(1694), + [anon_sym_if] = ACTIONS(1694), + [anon_sym_else] = ACTIONS(1694), + [anon_sym_when] = ACTIONS(1694), + [anon_sym_try] = ACTIONS(1694), + [anon_sym_throw] = ACTIONS(1694), + [anon_sym_return] = ACTIONS(1694), + [anon_sym_continue] = ACTIONS(1694), + [anon_sym_break] = ACTIONS(1694), + [anon_sym_COLON_COLON] = ACTIONS(1696), + [anon_sym_PLUS_EQ] = ACTIONS(1696), + [anon_sym_DASH_EQ] = ACTIONS(1696), + [anon_sym_STAR_EQ] = ACTIONS(1696), + [anon_sym_SLASH_EQ] = ACTIONS(1696), + [anon_sym_PERCENT_EQ] = ACTIONS(1696), + [anon_sym_BANG_EQ] = ACTIONS(1694), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), + [anon_sym_EQ_EQ] = ACTIONS(1694), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), + [anon_sym_LT_EQ] = ACTIONS(1696), + [anon_sym_GT_EQ] = ACTIONS(1696), + [anon_sym_BANGin] = ACTIONS(1696), + [anon_sym_is] = ACTIONS(1694), + [anon_sym_BANGis] = ACTIONS(1696), + [anon_sym_PLUS] = ACTIONS(1694), + [anon_sym_DASH] = ACTIONS(1694), + [anon_sym_SLASH] = ACTIONS(1694), + [anon_sym_PERCENT] = ACTIONS(1694), + [anon_sym_as_QMARK] = ACTIONS(1696), + [anon_sym_PLUS_PLUS] = ACTIONS(1696), + [anon_sym_DASH_DASH] = ACTIONS(1696), + [anon_sym_BANG] = ACTIONS(1694), + [anon_sym_BANG_BANG] = ACTIONS(1696), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -102473,99 +102697,99 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1778), - [anon_sym_continue_AT] = ACTIONS(1778), - [anon_sym_break_AT] = ACTIONS(1778), - [sym_real_literal] = ACTIONS(1778), - [sym_integer_literal] = ACTIONS(1776), - [sym_hex_literal] = ACTIONS(1778), - [sym_bin_literal] = ACTIONS(1778), - [anon_sym_true] = ACTIONS(1776), - [anon_sym_false] = ACTIONS(1776), - [anon_sym_SQUOTE] = ACTIONS(1778), - [sym__backtick_identifier] = ACTIONS(1778), - [sym__automatic_semicolon] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1778), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1696), + [anon_sym_continue_AT] = ACTIONS(1696), + [anon_sym_break_AT] = ACTIONS(1696), + [sym_real_literal] = ACTIONS(1696), + [sym_integer_literal] = ACTIONS(1694), + [sym_hex_literal] = ACTIONS(1696), + [sym_bin_literal] = ACTIONS(1696), + [anon_sym_true] = ACTIONS(1694), + [anon_sym_false] = ACTIONS(1694), + [anon_sym_SQUOTE] = ACTIONS(1696), + [sym__backtick_identifier] = ACTIONS(1696), + [sym__automatic_semicolon] = ACTIONS(1696), + [sym_safe_nav] = ACTIONS(1696), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1696), }, - [554] = { - [sym_primary_constructor] = STATE(1392), - [sym_class_body] = STATE(1148), - [sym__class_parameters] = STATE(963), - [sym_type_parameters] = STATE(629), - [sym_type_constraints] = STATE(964), - [sym_modifiers] = STATE(9048), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3160), + [555] = { + [sym_primary_constructor] = STATE(1349), + [sym_class_body] = STATE(1069), + [sym__class_parameters] = STATE(976), + [sym_type_parameters] = STATE(613), + [sym_type_constraints] = STATE(966), + [sym_modifiers] = STATE(9192), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3146), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(3428), - [anon_sym_LBRACK] = ACTIONS(3164), - [anon_sym_as] = ACTIONS(3160), - [anon_sym_constructor] = ACTIONS(3142), - [anon_sym_LBRACE] = ACTIONS(3156), - [anon_sym_RBRACE] = ACTIONS(3164), - [anon_sym_LPAREN] = ACTIONS(3146), + [anon_sym_COLON] = ACTIONS(3384), + [anon_sym_LBRACK] = ACTIONS(3150), + [anon_sym_as] = ACTIONS(3146), + [anon_sym_constructor] = ACTIONS(3154), + [anon_sym_LBRACE] = ACTIONS(3180), + [anon_sym_RBRACE] = ACTIONS(3150), + [anon_sym_LPAREN] = ACTIONS(3158), [anon_sym_LT] = ACTIONS(3116), - [anon_sym_GT] = ACTIONS(3160), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(3160), - [anon_sym_fun] = ACTIONS(3160), - [anon_sym_DOT] = ACTIONS(3160), - [anon_sym_SEMI] = ACTIONS(3164), - [anon_sym_get] = ACTIONS(3160), - [anon_sym_set] = ACTIONS(3160), - [anon_sym_this] = ACTIONS(3160), - [anon_sym_super] = ACTIONS(3160), - [anon_sym_STAR] = ACTIONS(3164), - [sym_label] = ACTIONS(3160), - [anon_sym_in] = ACTIONS(3160), - [anon_sym_DOT_DOT] = ACTIONS(3164), - [anon_sym_QMARK_COLON] = ACTIONS(3164), - [anon_sym_AMP_AMP] = ACTIONS(3164), - [anon_sym_PIPE_PIPE] = ACTIONS(3164), - [anon_sym_null] = ACTIONS(3160), - [anon_sym_if] = ACTIONS(3160), - [anon_sym_else] = ACTIONS(3160), - [anon_sym_when] = ACTIONS(3160), - [anon_sym_try] = ACTIONS(3160), - [anon_sym_throw] = ACTIONS(3160), - [anon_sym_return] = ACTIONS(3160), - [anon_sym_continue] = ACTIONS(3160), - [anon_sym_break] = ACTIONS(3160), - [anon_sym_COLON_COLON] = ACTIONS(3164), - [anon_sym_BANG_EQ] = ACTIONS(3160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3164), - [anon_sym_EQ_EQ] = ACTIONS(3160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3164), - [anon_sym_LT_EQ] = ACTIONS(3164), - [anon_sym_GT_EQ] = ACTIONS(3164), - [anon_sym_BANGin] = ACTIONS(3164), - [anon_sym_is] = ACTIONS(3160), - [anon_sym_BANGis] = ACTIONS(3164), - [anon_sym_PLUS] = ACTIONS(3160), - [anon_sym_DASH] = ACTIONS(3160), - [anon_sym_SLASH] = ACTIONS(3160), - [anon_sym_PERCENT] = ACTIONS(3164), - [anon_sym_as_QMARK] = ACTIONS(3164), - [anon_sym_PLUS_PLUS] = ACTIONS(3164), - [anon_sym_DASH_DASH] = ACTIONS(3164), - [anon_sym_BANG] = ACTIONS(3160), - [anon_sym_BANG_BANG] = ACTIONS(3164), + [anon_sym_GT] = ACTIONS(3146), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(3146), + [anon_sym_fun] = ACTIONS(3146), + [anon_sym_DOT] = ACTIONS(3146), + [anon_sym_SEMI] = ACTIONS(3150), + [anon_sym_get] = ACTIONS(3146), + [anon_sym_set] = ACTIONS(3146), + [anon_sym_this] = ACTIONS(3146), + [anon_sym_super] = ACTIONS(3146), + [anon_sym_STAR] = ACTIONS(3150), + [sym_label] = ACTIONS(3146), + [anon_sym_in] = ACTIONS(3146), + [anon_sym_DOT_DOT] = ACTIONS(3150), + [anon_sym_QMARK_COLON] = ACTIONS(3150), + [anon_sym_AMP_AMP] = ACTIONS(3150), + [anon_sym_PIPE_PIPE] = ACTIONS(3150), + [anon_sym_null] = ACTIONS(3146), + [anon_sym_if] = ACTIONS(3146), + [anon_sym_else] = ACTIONS(3146), + [anon_sym_when] = ACTIONS(3146), + [anon_sym_try] = ACTIONS(3146), + [anon_sym_throw] = ACTIONS(3146), + [anon_sym_return] = ACTIONS(3146), + [anon_sym_continue] = ACTIONS(3146), + [anon_sym_break] = ACTIONS(3146), + [anon_sym_COLON_COLON] = ACTIONS(3150), + [anon_sym_BANG_EQ] = ACTIONS(3146), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3150), + [anon_sym_EQ_EQ] = ACTIONS(3146), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3150), + [anon_sym_LT_EQ] = ACTIONS(3150), + [anon_sym_GT_EQ] = ACTIONS(3150), + [anon_sym_BANGin] = ACTIONS(3150), + [anon_sym_is] = ACTIONS(3146), + [anon_sym_BANGis] = ACTIONS(3150), + [anon_sym_PLUS] = ACTIONS(3146), + [anon_sym_DASH] = ACTIONS(3146), + [anon_sym_SLASH] = ACTIONS(3146), + [anon_sym_PERCENT] = ACTIONS(3150), + [anon_sym_as_QMARK] = ACTIONS(3150), + [anon_sym_PLUS_PLUS] = ACTIONS(3150), + [anon_sym_DASH_DASH] = ACTIONS(3150), + [anon_sym_BANG] = ACTIONS(3146), + [anon_sym_BANG_BANG] = ACTIONS(3150), [anon_sym_suspend] = ACTIONS(3120), [anon_sym_sealed] = ACTIONS(3122), [anon_sym_annotation] = ACTIONS(3122), @@ -102592,96 +102816,96 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3134), [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3164), - [anon_sym_continue_AT] = ACTIONS(3164), - [anon_sym_break_AT] = ACTIONS(3164), - [sym_real_literal] = ACTIONS(3164), - [sym_integer_literal] = ACTIONS(3160), - [sym_hex_literal] = ACTIONS(3164), - [sym_bin_literal] = ACTIONS(3164), - [anon_sym_true] = ACTIONS(3160), - [anon_sym_false] = ACTIONS(3160), - [anon_sym_SQUOTE] = ACTIONS(3164), - [sym__backtick_identifier] = ACTIONS(3164), - [sym__automatic_semicolon] = ACTIONS(3164), - [sym_safe_nav] = ACTIONS(3164), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3164), + [anon_sym_return_AT] = ACTIONS(3150), + [anon_sym_continue_AT] = ACTIONS(3150), + [anon_sym_break_AT] = ACTIONS(3150), + [sym_real_literal] = ACTIONS(3150), + [sym_integer_literal] = ACTIONS(3146), + [sym_hex_literal] = ACTIONS(3150), + [sym_bin_literal] = ACTIONS(3150), + [anon_sym_true] = ACTIONS(3146), + [anon_sym_false] = ACTIONS(3146), + [anon_sym_SQUOTE] = ACTIONS(3150), + [sym__backtick_identifier] = ACTIONS(3150), + [sym__automatic_semicolon] = ACTIONS(3150), + [sym_safe_nav] = ACTIONS(3150), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3150), }, - [555] = { - [sym_type_constraints] = STATE(627), - [sym_property_delegate] = STATE(683), - [sym_getter] = STATE(1110), - [sym_setter] = STATE(1110), - [sym_modifiers] = STATE(8806), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), + [556] = { + [sym_getter] = STATE(3288), + [sym_setter] = STATE(3288), + [sym_modifiers] = STATE(8760), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_EQ] = ACTIONS(3430), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_COMMA] = ACTIONS(1778), - [anon_sym_by] = ACTIONS(3364), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(1776), - [anon_sym_fun] = ACTIONS(1776), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(1906), - [anon_sym_get] = ACTIONS(3432), - [anon_sym_set] = ACTIONS(3434), - [anon_sym_this] = ACTIONS(1776), - [anon_sym_super] = ACTIONS(1776), - [anon_sym_STAR] = ACTIONS(1778), - [sym_label] = ACTIONS(1776), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_null] = ACTIONS(1776), - [anon_sym_if] = ACTIONS(1776), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_when] = ACTIONS(1776), - [anon_sym_try] = ACTIONS(1776), - [anon_sym_throw] = ACTIONS(1776), - [anon_sym_return] = ACTIONS(1776), - [anon_sym_continue] = ACTIONS(1776), - [anon_sym_break] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1778), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG] = ACTIONS(1776), - [anon_sym_BANG_BANG] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_EQ] = ACTIONS(1784), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_object] = ACTIONS(1784), + [anon_sym_fun] = ACTIONS(1784), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(1844), + [anon_sym_get] = ACTIONS(3310), + [anon_sym_set] = ACTIONS(3312), + [anon_sym_this] = ACTIONS(1784), + [anon_sym_super] = ACTIONS(1784), + [anon_sym_STAR] = ACTIONS(1784), + [sym_label] = ACTIONS(1784), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_null] = ACTIONS(1784), + [anon_sym_if] = ACTIONS(1784), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_when] = ACTIONS(1784), + [anon_sym_try] = ACTIONS(1784), + [anon_sym_throw] = ACTIONS(1784), + [anon_sym_return] = ACTIONS(1784), + [anon_sym_continue] = ACTIONS(1784), + [anon_sym_break] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_PLUS_EQ] = ACTIONS(1786), + [anon_sym_DASH_EQ] = ACTIONS(1786), + [anon_sym_STAR_EQ] = ACTIONS(1786), + [anon_sym_SLASH_EQ] = ACTIONS(1786), + [anon_sym_PERCENT_EQ] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1784), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG] = ACTIONS(1784), + [anon_sym_BANG_BANG] = ACTIONS(1786), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -102705,331 +102929,99 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1778), - [anon_sym_continue_AT] = ACTIONS(1778), - [anon_sym_break_AT] = ACTIONS(1778), - [sym_real_literal] = ACTIONS(1778), - [sym_integer_literal] = ACTIONS(1776), - [sym_hex_literal] = ACTIONS(1778), - [sym_bin_literal] = ACTIONS(1778), - [anon_sym_true] = ACTIONS(1776), - [anon_sym_false] = ACTIONS(1776), - [anon_sym_SQUOTE] = ACTIONS(1778), - [sym__backtick_identifier] = ACTIONS(1778), - [sym__automatic_semicolon] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1778), - }, - [556] = { - [sym_primary_constructor] = STATE(3716), - [sym__class_parameters] = STATE(3036), - [sym_type_constraints] = STATE(3031), - [sym_enum_class_body] = STATE(3366), - [sym_modifiers] = STATE(9011), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3190), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(3436), - [anon_sym_LBRACK] = ACTIONS(3194), - [anon_sym_as] = ACTIONS(3190), - [anon_sym_constructor] = ACTIONS(3110), - [anon_sym_LBRACE] = ACTIONS(3152), - [anon_sym_RBRACE] = ACTIONS(3194), - [anon_sym_LPAREN] = ACTIONS(3114), - [anon_sym_COMMA] = ACTIONS(3194), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3190), - [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(3190), - [anon_sym_fun] = ACTIONS(3190), - [anon_sym_DOT] = ACTIONS(3190), - [anon_sym_SEMI] = ACTIONS(3194), - [anon_sym_get] = ACTIONS(3190), - [anon_sym_set] = ACTIONS(3190), - [anon_sym_this] = ACTIONS(3190), - [anon_sym_super] = ACTIONS(3190), - [anon_sym_STAR] = ACTIONS(3194), - [sym_label] = ACTIONS(3190), - [anon_sym_in] = ACTIONS(3190), - [anon_sym_DOT_DOT] = ACTIONS(3194), - [anon_sym_QMARK_COLON] = ACTIONS(3194), - [anon_sym_AMP_AMP] = ACTIONS(3194), - [anon_sym_PIPE_PIPE] = ACTIONS(3194), - [anon_sym_null] = ACTIONS(3190), - [anon_sym_if] = ACTIONS(3190), - [anon_sym_else] = ACTIONS(3190), - [anon_sym_when] = ACTIONS(3190), - [anon_sym_try] = ACTIONS(3190), - [anon_sym_throw] = ACTIONS(3190), - [anon_sym_return] = ACTIONS(3190), - [anon_sym_continue] = ACTIONS(3190), - [anon_sym_break] = ACTIONS(3190), - [anon_sym_COLON_COLON] = ACTIONS(3194), - [anon_sym_BANG_EQ] = ACTIONS(3190), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3194), - [anon_sym_EQ_EQ] = ACTIONS(3190), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3194), - [anon_sym_LT_EQ] = ACTIONS(3194), - [anon_sym_GT_EQ] = ACTIONS(3194), - [anon_sym_BANGin] = ACTIONS(3194), - [anon_sym_is] = ACTIONS(3190), - [anon_sym_BANGis] = ACTIONS(3194), - [anon_sym_PLUS] = ACTIONS(3190), - [anon_sym_DASH] = ACTIONS(3190), - [anon_sym_SLASH] = ACTIONS(3190), - [anon_sym_PERCENT] = ACTIONS(3194), - [anon_sym_as_QMARK] = ACTIONS(3194), - [anon_sym_PLUS_PLUS] = ACTIONS(3194), - [anon_sym_DASH_DASH] = ACTIONS(3194), - [anon_sym_BANG] = ACTIONS(3190), - [anon_sym_BANG_BANG] = ACTIONS(3194), - [anon_sym_suspend] = ACTIONS(3120), - [anon_sym_sealed] = ACTIONS(3122), - [anon_sym_annotation] = ACTIONS(3122), - [anon_sym_data] = ACTIONS(3122), - [anon_sym_inner] = ACTIONS(3122), - [anon_sym_override] = ACTIONS(3124), - [anon_sym_lateinit] = ACTIONS(3124), - [anon_sym_public] = ACTIONS(3126), - [anon_sym_private] = ACTIONS(3126), - [anon_sym_internal] = ACTIONS(3126), - [anon_sym_protected] = ACTIONS(3126), - [anon_sym_tailrec] = ACTIONS(3120), - [anon_sym_operator] = ACTIONS(3120), - [anon_sym_infix] = ACTIONS(3120), - [anon_sym_inline] = ACTIONS(3120), - [anon_sym_external] = ACTIONS(3120), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(3130), - [anon_sym_final] = ACTIONS(3130), - [anon_sym_open] = ACTIONS(3130), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3134), - [anon_sym_actual] = ACTIONS(3134), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3194), - [anon_sym_continue_AT] = ACTIONS(3194), - [anon_sym_break_AT] = ACTIONS(3194), - [sym_real_literal] = ACTIONS(3194), - [sym_integer_literal] = ACTIONS(3190), - [sym_hex_literal] = ACTIONS(3194), - [sym_bin_literal] = ACTIONS(3194), - [anon_sym_true] = ACTIONS(3190), - [anon_sym_false] = ACTIONS(3190), - [anon_sym_SQUOTE] = ACTIONS(3194), - [sym__backtick_identifier] = ACTIONS(3194), - [sym__automatic_semicolon] = ACTIONS(3194), - [sym_safe_nav] = ACTIONS(3194), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3194), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1786), + [anon_sym_continue_AT] = ACTIONS(1786), + [anon_sym_break_AT] = ACTIONS(1786), + [sym_real_literal] = ACTIONS(1786), + [sym_integer_literal] = ACTIONS(1784), + [sym_hex_literal] = ACTIONS(1786), + [sym_bin_literal] = ACTIONS(1786), + [anon_sym_true] = ACTIONS(1784), + [anon_sym_false] = ACTIONS(1784), + [anon_sym_SQUOTE] = ACTIONS(1786), + [sym__backtick_identifier] = ACTIONS(1786), + [sym__automatic_semicolon] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1786), }, [557] = { - [sym_primary_constructor] = STATE(1286), - [sym__class_parameters] = STATE(963), - [sym_type_constraints] = STATE(1015), - [sym_enum_class_body] = STATE(1077), - [sym_modifiers] = STATE(9048), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3204), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(3438), - [anon_sym_LBRACK] = ACTIONS(3208), - [anon_sym_as] = ACTIONS(3204), - [anon_sym_constructor] = ACTIONS(3142), - [anon_sym_LBRACE] = ACTIONS(3144), - [anon_sym_RBRACE] = ACTIONS(3208), - [anon_sym_LPAREN] = ACTIONS(3146), - [anon_sym_COMMA] = ACTIONS(3208), - [anon_sym_LT] = ACTIONS(3204), - [anon_sym_GT] = ACTIONS(3204), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(3204), - [anon_sym_fun] = ACTIONS(3204), - [anon_sym_DOT] = ACTIONS(3204), - [anon_sym_SEMI] = ACTIONS(3208), - [anon_sym_get] = ACTIONS(3204), - [anon_sym_set] = ACTIONS(3204), - [anon_sym_this] = ACTIONS(3204), - [anon_sym_super] = ACTIONS(3204), - [anon_sym_STAR] = ACTIONS(3208), - [sym_label] = ACTIONS(3204), - [anon_sym_in] = ACTIONS(3204), - [anon_sym_DOT_DOT] = ACTIONS(3208), - [anon_sym_QMARK_COLON] = ACTIONS(3208), - [anon_sym_AMP_AMP] = ACTIONS(3208), - [anon_sym_PIPE_PIPE] = ACTIONS(3208), - [anon_sym_null] = ACTIONS(3204), - [anon_sym_if] = ACTIONS(3204), - [anon_sym_else] = ACTIONS(3204), - [anon_sym_when] = ACTIONS(3204), - [anon_sym_try] = ACTIONS(3204), - [anon_sym_throw] = ACTIONS(3204), - [anon_sym_return] = ACTIONS(3204), - [anon_sym_continue] = ACTIONS(3204), - [anon_sym_break] = ACTIONS(3204), - [anon_sym_COLON_COLON] = ACTIONS(3208), - [anon_sym_BANG_EQ] = ACTIONS(3204), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3208), - [anon_sym_EQ_EQ] = ACTIONS(3204), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3208), - [anon_sym_LT_EQ] = ACTIONS(3208), - [anon_sym_GT_EQ] = ACTIONS(3208), - [anon_sym_BANGin] = ACTIONS(3208), - [anon_sym_is] = ACTIONS(3204), - [anon_sym_BANGis] = ACTIONS(3208), - [anon_sym_PLUS] = ACTIONS(3204), - [anon_sym_DASH] = ACTIONS(3204), - [anon_sym_SLASH] = ACTIONS(3204), - [anon_sym_PERCENT] = ACTIONS(3208), - [anon_sym_as_QMARK] = ACTIONS(3208), - [anon_sym_PLUS_PLUS] = ACTIONS(3208), - [anon_sym_DASH_DASH] = ACTIONS(3208), - [anon_sym_BANG] = ACTIONS(3204), - [anon_sym_BANG_BANG] = ACTIONS(3208), - [anon_sym_suspend] = ACTIONS(3120), - [anon_sym_sealed] = ACTIONS(3122), - [anon_sym_annotation] = ACTIONS(3122), - [anon_sym_data] = ACTIONS(3122), - [anon_sym_inner] = ACTIONS(3122), - [anon_sym_override] = ACTIONS(3124), - [anon_sym_lateinit] = ACTIONS(3124), - [anon_sym_public] = ACTIONS(3126), - [anon_sym_private] = ACTIONS(3126), - [anon_sym_internal] = ACTIONS(3126), - [anon_sym_protected] = ACTIONS(3126), - [anon_sym_tailrec] = ACTIONS(3120), - [anon_sym_operator] = ACTIONS(3120), - [anon_sym_infix] = ACTIONS(3120), - [anon_sym_inline] = ACTIONS(3120), - [anon_sym_external] = ACTIONS(3120), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(3130), - [anon_sym_final] = ACTIONS(3130), - [anon_sym_open] = ACTIONS(3130), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3134), - [anon_sym_actual] = ACTIONS(3134), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3208), - [anon_sym_continue_AT] = ACTIONS(3208), - [anon_sym_break_AT] = ACTIONS(3208), - [sym_real_literal] = ACTIONS(3208), - [sym_integer_literal] = ACTIONS(3204), - [sym_hex_literal] = ACTIONS(3208), - [sym_bin_literal] = ACTIONS(3208), - [anon_sym_true] = ACTIONS(3204), - [anon_sym_false] = ACTIONS(3204), - [anon_sym_SQUOTE] = ACTIONS(3208), - [sym__backtick_identifier] = ACTIONS(3208), - [sym__automatic_semicolon] = ACTIONS(3208), - [sym_safe_nav] = ACTIONS(3208), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3208), - }, - [558] = { - [sym_type_constraints] = STATE(620), - [sym_property_delegate] = STATE(666), - [sym_getter] = STATE(3425), - [sym_setter] = STATE(3425), - [sym_modifiers] = STATE(8834), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), + [sym_getter] = STATE(3184), + [sym_setter] = STATE(3184), + [sym_modifiers] = STATE(8760), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1694), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_EQ] = ACTIONS(3440), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_COMMA] = ACTIONS(3256), - [anon_sym_by] = ACTIONS(3364), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(3254), - [anon_sym_fun] = ACTIONS(3254), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(3442), - [anon_sym_get] = ACTIONS(3366), - [anon_sym_set] = ACTIONS(3368), - [anon_sym_this] = ACTIONS(3254), - [anon_sym_super] = ACTIONS(3254), - [anon_sym_STAR] = ACTIONS(3256), - [sym_label] = ACTIONS(3254), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_null] = ACTIONS(3254), - [anon_sym_if] = ACTIONS(3254), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_when] = ACTIONS(3254), - [anon_sym_try] = ACTIONS(3254), - [anon_sym_throw] = ACTIONS(3254), - [anon_sym_return] = ACTIONS(3254), - [anon_sym_continue] = ACTIONS(3254), - [anon_sym_break] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3256), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG] = ACTIONS(3254), - [anon_sym_BANG_BANG] = ACTIONS(3256), + [anon_sym_LBRACK] = ACTIONS(1696), + [anon_sym_as] = ACTIONS(1694), + [anon_sym_EQ] = ACTIONS(1694), + [anon_sym_LBRACE] = ACTIONS(1696), + [anon_sym_RBRACE] = ACTIONS(1696), + [anon_sym_LPAREN] = ACTIONS(1696), + [anon_sym_LT] = ACTIONS(1694), + [anon_sym_GT] = ACTIONS(1694), + [anon_sym_object] = ACTIONS(1694), + [anon_sym_fun] = ACTIONS(1694), + [anon_sym_DOT] = ACTIONS(1694), + [anon_sym_SEMI] = ACTIONS(1696), + [anon_sym_get] = ACTIONS(3310), + [anon_sym_set] = ACTIONS(3312), + [anon_sym_this] = ACTIONS(1694), + [anon_sym_super] = ACTIONS(1694), + [anon_sym_STAR] = ACTIONS(1694), + [sym_label] = ACTIONS(1694), + [anon_sym_in] = ACTIONS(1694), + [anon_sym_DOT_DOT] = ACTIONS(1696), + [anon_sym_QMARK_COLON] = ACTIONS(1696), + [anon_sym_AMP_AMP] = ACTIONS(1696), + [anon_sym_PIPE_PIPE] = ACTIONS(1696), + [anon_sym_null] = ACTIONS(1694), + [anon_sym_if] = ACTIONS(1694), + [anon_sym_else] = ACTIONS(1694), + [anon_sym_when] = ACTIONS(1694), + [anon_sym_try] = ACTIONS(1694), + [anon_sym_throw] = ACTIONS(1694), + [anon_sym_return] = ACTIONS(1694), + [anon_sym_continue] = ACTIONS(1694), + [anon_sym_break] = ACTIONS(1694), + [anon_sym_COLON_COLON] = ACTIONS(1696), + [anon_sym_PLUS_EQ] = ACTIONS(1696), + [anon_sym_DASH_EQ] = ACTIONS(1696), + [anon_sym_STAR_EQ] = ACTIONS(1696), + [anon_sym_SLASH_EQ] = ACTIONS(1696), + [anon_sym_PERCENT_EQ] = ACTIONS(1696), + [anon_sym_BANG_EQ] = ACTIONS(1694), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), + [anon_sym_EQ_EQ] = ACTIONS(1694), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), + [anon_sym_LT_EQ] = ACTIONS(1696), + [anon_sym_GT_EQ] = ACTIONS(1696), + [anon_sym_BANGin] = ACTIONS(1696), + [anon_sym_is] = ACTIONS(1694), + [anon_sym_BANGis] = ACTIONS(1696), + [anon_sym_PLUS] = ACTIONS(1694), + [anon_sym_DASH] = ACTIONS(1694), + [anon_sym_SLASH] = ACTIONS(1694), + [anon_sym_PERCENT] = ACTIONS(1694), + [anon_sym_as_QMARK] = ACTIONS(1696), + [anon_sym_PLUS_PLUS] = ACTIONS(1696), + [anon_sym_DASH_DASH] = ACTIONS(1696), + [anon_sym_BANG] = ACTIONS(1694), + [anon_sym_BANG_BANG] = ACTIONS(1696), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -103053,232 +103045,104 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3256), - [anon_sym_continue_AT] = ACTIONS(3256), - [anon_sym_break_AT] = ACTIONS(3256), - [sym_real_literal] = ACTIONS(3256), - [sym_integer_literal] = ACTIONS(3254), - [sym_hex_literal] = ACTIONS(3256), - [sym_bin_literal] = ACTIONS(3256), - [anon_sym_true] = ACTIONS(3254), - [anon_sym_false] = ACTIONS(3254), - [anon_sym_SQUOTE] = ACTIONS(3256), - [sym__backtick_identifier] = ACTIONS(3256), - [sym__automatic_semicolon] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3256), - }, - [559] = { - [sym_primary_constructor] = STATE(3726), - [sym__class_parameters] = STATE(3036), - [sym_type_constraints] = STATE(3090), - [sym_enum_class_body] = STATE(3190), - [sym_modifiers] = STATE(9011), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3204), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(3444), - [anon_sym_LBRACK] = ACTIONS(3208), - [anon_sym_as] = ACTIONS(3204), - [anon_sym_constructor] = ACTIONS(3110), - [anon_sym_LBRACE] = ACTIONS(3152), - [anon_sym_RBRACE] = ACTIONS(3208), - [anon_sym_LPAREN] = ACTIONS(3114), - [anon_sym_COMMA] = ACTIONS(3208), - [anon_sym_LT] = ACTIONS(3204), - [anon_sym_GT] = ACTIONS(3204), - [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(3204), - [anon_sym_fun] = ACTIONS(3204), - [anon_sym_DOT] = ACTIONS(3204), - [anon_sym_SEMI] = ACTIONS(3208), - [anon_sym_get] = ACTIONS(3204), - [anon_sym_set] = ACTIONS(3204), - [anon_sym_this] = ACTIONS(3204), - [anon_sym_super] = ACTIONS(3204), - [anon_sym_STAR] = ACTIONS(3208), - [sym_label] = ACTIONS(3204), - [anon_sym_in] = ACTIONS(3204), - [anon_sym_DOT_DOT] = ACTIONS(3208), - [anon_sym_QMARK_COLON] = ACTIONS(3208), - [anon_sym_AMP_AMP] = ACTIONS(3208), - [anon_sym_PIPE_PIPE] = ACTIONS(3208), - [anon_sym_null] = ACTIONS(3204), - [anon_sym_if] = ACTIONS(3204), - [anon_sym_else] = ACTIONS(3204), - [anon_sym_when] = ACTIONS(3204), - [anon_sym_try] = ACTIONS(3204), - [anon_sym_throw] = ACTIONS(3204), - [anon_sym_return] = ACTIONS(3204), - [anon_sym_continue] = ACTIONS(3204), - [anon_sym_break] = ACTIONS(3204), - [anon_sym_COLON_COLON] = ACTIONS(3208), - [anon_sym_BANG_EQ] = ACTIONS(3204), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3208), - [anon_sym_EQ_EQ] = ACTIONS(3204), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3208), - [anon_sym_LT_EQ] = ACTIONS(3208), - [anon_sym_GT_EQ] = ACTIONS(3208), - [anon_sym_BANGin] = ACTIONS(3208), - [anon_sym_is] = ACTIONS(3204), - [anon_sym_BANGis] = ACTIONS(3208), - [anon_sym_PLUS] = ACTIONS(3204), - [anon_sym_DASH] = ACTIONS(3204), - [anon_sym_SLASH] = ACTIONS(3204), - [anon_sym_PERCENT] = ACTIONS(3208), - [anon_sym_as_QMARK] = ACTIONS(3208), - [anon_sym_PLUS_PLUS] = ACTIONS(3208), - [anon_sym_DASH_DASH] = ACTIONS(3208), - [anon_sym_BANG] = ACTIONS(3204), - [anon_sym_BANG_BANG] = ACTIONS(3208), - [anon_sym_suspend] = ACTIONS(3120), - [anon_sym_sealed] = ACTIONS(3122), - [anon_sym_annotation] = ACTIONS(3122), - [anon_sym_data] = ACTIONS(3122), - [anon_sym_inner] = ACTIONS(3122), - [anon_sym_override] = ACTIONS(3124), - [anon_sym_lateinit] = ACTIONS(3124), - [anon_sym_public] = ACTIONS(3126), - [anon_sym_private] = ACTIONS(3126), - [anon_sym_internal] = ACTIONS(3126), - [anon_sym_protected] = ACTIONS(3126), - [anon_sym_tailrec] = ACTIONS(3120), - [anon_sym_operator] = ACTIONS(3120), - [anon_sym_infix] = ACTIONS(3120), - [anon_sym_inline] = ACTIONS(3120), - [anon_sym_external] = ACTIONS(3120), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(3130), - [anon_sym_final] = ACTIONS(3130), - [anon_sym_open] = ACTIONS(3130), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3134), - [anon_sym_actual] = ACTIONS(3134), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3208), - [anon_sym_continue_AT] = ACTIONS(3208), - [anon_sym_break_AT] = ACTIONS(3208), - [sym_real_literal] = ACTIONS(3208), - [sym_integer_literal] = ACTIONS(3204), - [sym_hex_literal] = ACTIONS(3208), - [sym_bin_literal] = ACTIONS(3208), - [anon_sym_true] = ACTIONS(3204), - [anon_sym_false] = ACTIONS(3204), - [anon_sym_SQUOTE] = ACTIONS(3208), - [sym__backtick_identifier] = ACTIONS(3208), - [sym__automatic_semicolon] = ACTIONS(3208), - [sym_safe_nav] = ACTIONS(3208), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3208), + [anon_sym_return_AT] = ACTIONS(1696), + [anon_sym_continue_AT] = ACTIONS(1696), + [anon_sym_break_AT] = ACTIONS(1696), + [sym_real_literal] = ACTIONS(1696), + [sym_integer_literal] = ACTIONS(1694), + [sym_hex_literal] = ACTIONS(1696), + [sym_bin_literal] = ACTIONS(1696), + [anon_sym_true] = ACTIONS(1694), + [anon_sym_false] = ACTIONS(1694), + [anon_sym_SQUOTE] = ACTIONS(1696), + [sym__backtick_identifier] = ACTIONS(1696), + [sym__automatic_semicolon] = ACTIONS(1696), + [sym_safe_nav] = ACTIONS(1696), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1696), }, - [560] = { - [sym_getter] = STATE(3162), - [sym_setter] = STATE(3162), - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(1814), - [sym__comparison_operator] = STATE(1815), - [sym__in_operator] = STATE(1817), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(1818), - [sym__multiplicative_operator] = STATE(1819), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_modifiers] = STATE(8655), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1821), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_RBRACK] = ACTIONS(1772), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_EQ] = ACTIONS(1770), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(1772), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_COMMA] = ACTIONS(1772), - [anon_sym_RPAREN] = ACTIONS(1772), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3380), - [anon_sym_where] = ACTIONS(1770), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(3446), - [anon_sym_get] = ACTIONS(3386), - [anon_sym_set] = ACTIONS(3388), - [anon_sym_STAR] = ACTIONS(3390), - [anon_sym_DASH_GT] = ACTIONS(1772), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(3394), - [anon_sym_while] = ACTIONS(1770), - [anon_sym_DOT_DOT] = ACTIONS(3396), - [anon_sym_QMARK_COLON] = ACTIONS(3398), - [anon_sym_AMP_AMP] = ACTIONS(3400), - [anon_sym_PIPE_PIPE] = ACTIONS(3402), - [anon_sym_else] = ACTIONS(1770), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_PLUS_EQ] = ACTIONS(1772), - [anon_sym_DASH_EQ] = ACTIONS(1772), - [anon_sym_STAR_EQ] = ACTIONS(1772), - [anon_sym_SLASH_EQ] = ACTIONS(1772), - [anon_sym_PERCENT_EQ] = ACTIONS(1772), - [anon_sym_BANG_EQ] = ACTIONS(3406), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3408), - [anon_sym_EQ_EQ] = ACTIONS(3406), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3408), - [anon_sym_LT_EQ] = ACTIONS(3410), - [anon_sym_GT_EQ] = ACTIONS(3410), - [anon_sym_BANGin] = ACTIONS(3412), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), - [anon_sym_PLUS] = ACTIONS(3418), - [anon_sym_DASH] = ACTIONS(3418), - [anon_sym_SLASH] = ACTIONS(3390), - [anon_sym_PERCENT] = ACTIONS(3390), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), + [558] = { + [sym_getter] = STATE(3184), + [sym_setter] = STATE(3184), + [sym_modifiers] = STATE(8760), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1694), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1696), + [anon_sym_as] = ACTIONS(1694), + [anon_sym_EQ] = ACTIONS(1694), + [anon_sym_LBRACE] = ACTIONS(1696), + [anon_sym_RBRACE] = ACTIONS(1696), + [anon_sym_LPAREN] = ACTIONS(1696), + [anon_sym_LT] = ACTIONS(1694), + [anon_sym_GT] = ACTIONS(1694), + [anon_sym_object] = ACTIONS(1694), + [anon_sym_fun] = ACTIONS(1694), + [anon_sym_DOT] = ACTIONS(1694), + [anon_sym_SEMI] = ACTIONS(1852), + [anon_sym_get] = ACTIONS(3310), + [anon_sym_set] = ACTIONS(3312), + [anon_sym_this] = ACTIONS(1694), + [anon_sym_super] = ACTIONS(1694), + [anon_sym_STAR] = ACTIONS(1694), + [sym_label] = ACTIONS(1694), + [anon_sym_in] = ACTIONS(1694), + [anon_sym_DOT_DOT] = ACTIONS(1696), + [anon_sym_QMARK_COLON] = ACTIONS(1696), + [anon_sym_AMP_AMP] = ACTIONS(1696), + [anon_sym_PIPE_PIPE] = ACTIONS(1696), + [anon_sym_null] = ACTIONS(1694), + [anon_sym_if] = ACTIONS(1694), + [anon_sym_else] = ACTIONS(1694), + [anon_sym_when] = ACTIONS(1694), + [anon_sym_try] = ACTIONS(1694), + [anon_sym_throw] = ACTIONS(1694), + [anon_sym_return] = ACTIONS(1694), + [anon_sym_continue] = ACTIONS(1694), + [anon_sym_break] = ACTIONS(1694), + [anon_sym_COLON_COLON] = ACTIONS(1696), + [anon_sym_PLUS_EQ] = ACTIONS(1696), + [anon_sym_DASH_EQ] = ACTIONS(1696), + [anon_sym_STAR_EQ] = ACTIONS(1696), + [anon_sym_SLASH_EQ] = ACTIONS(1696), + [anon_sym_PERCENT_EQ] = ACTIONS(1696), + [anon_sym_BANG_EQ] = ACTIONS(1694), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), + [anon_sym_EQ_EQ] = ACTIONS(1694), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), + [anon_sym_LT_EQ] = ACTIONS(1696), + [anon_sym_GT_EQ] = ACTIONS(1696), + [anon_sym_BANGin] = ACTIONS(1696), + [anon_sym_is] = ACTIONS(1694), + [anon_sym_BANGis] = ACTIONS(1696), + [anon_sym_PLUS] = ACTIONS(1694), + [anon_sym_DASH] = ACTIONS(1694), + [anon_sym_SLASH] = ACTIONS(1694), + [anon_sym_PERCENT] = ACTIONS(1694), + [anon_sym_as_QMARK] = ACTIONS(1696), + [anon_sym_PLUS_PLUS] = ACTIONS(1696), + [anon_sym_DASH_DASH] = ACTIONS(1696), + [anon_sym_BANG] = ACTIONS(1694), + [anon_sym_BANG_BANG] = ACTIONS(1696), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(1746), - [anon_sym_inner] = ACTIONS(1746), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -103297,435 +103161,99 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(1748), - [anon_sym_actual] = ACTIONS(1748), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), + [anon_sym_return_AT] = ACTIONS(1696), + [anon_sym_continue_AT] = ACTIONS(1696), + [anon_sym_break_AT] = ACTIONS(1696), + [sym_real_literal] = ACTIONS(1696), + [sym_integer_literal] = ACTIONS(1694), + [sym_hex_literal] = ACTIONS(1696), + [sym_bin_literal] = ACTIONS(1696), + [anon_sym_true] = ACTIONS(1694), + [anon_sym_false] = ACTIONS(1694), + [anon_sym_SQUOTE] = ACTIONS(1696), + [sym__backtick_identifier] = ACTIONS(1696), + [sym__automatic_semicolon] = ACTIONS(1696), + [sym_safe_nav] = ACTIONS(1696), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1696), }, - [561] = { - [sym_primary_constructor] = STATE(1316), - [sym_class_body] = STATE(1076), - [sym__class_parameters] = STATE(963), - [sym_type_constraints] = STATE(1034), - [sym_modifiers] = STATE(9048), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3190), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(3448), - [anon_sym_LBRACK] = ACTIONS(3194), - [anon_sym_as] = ACTIONS(3190), - [anon_sym_constructor] = ACTIONS(3142), - [anon_sym_LBRACE] = ACTIONS(3156), - [anon_sym_RBRACE] = ACTIONS(3194), - [anon_sym_LPAREN] = ACTIONS(3146), - [anon_sym_COMMA] = ACTIONS(3194), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3190), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(3190), - [anon_sym_fun] = ACTIONS(3190), - [anon_sym_DOT] = ACTIONS(3190), - [anon_sym_SEMI] = ACTIONS(3194), - [anon_sym_get] = ACTIONS(3190), - [anon_sym_set] = ACTIONS(3190), - [anon_sym_this] = ACTIONS(3190), - [anon_sym_super] = ACTIONS(3190), - [anon_sym_STAR] = ACTIONS(3194), - [sym_label] = ACTIONS(3190), - [anon_sym_in] = ACTIONS(3190), - [anon_sym_DOT_DOT] = ACTIONS(3194), - [anon_sym_QMARK_COLON] = ACTIONS(3194), - [anon_sym_AMP_AMP] = ACTIONS(3194), - [anon_sym_PIPE_PIPE] = ACTIONS(3194), - [anon_sym_null] = ACTIONS(3190), - [anon_sym_if] = ACTIONS(3190), - [anon_sym_else] = ACTIONS(3190), - [anon_sym_when] = ACTIONS(3190), - [anon_sym_try] = ACTIONS(3190), - [anon_sym_throw] = ACTIONS(3190), - [anon_sym_return] = ACTIONS(3190), - [anon_sym_continue] = ACTIONS(3190), - [anon_sym_break] = ACTIONS(3190), - [anon_sym_COLON_COLON] = ACTIONS(3194), - [anon_sym_BANG_EQ] = ACTIONS(3190), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3194), - [anon_sym_EQ_EQ] = ACTIONS(3190), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3194), - [anon_sym_LT_EQ] = ACTIONS(3194), - [anon_sym_GT_EQ] = ACTIONS(3194), - [anon_sym_BANGin] = ACTIONS(3194), - [anon_sym_is] = ACTIONS(3190), - [anon_sym_BANGis] = ACTIONS(3194), - [anon_sym_PLUS] = ACTIONS(3190), - [anon_sym_DASH] = ACTIONS(3190), - [anon_sym_SLASH] = ACTIONS(3190), - [anon_sym_PERCENT] = ACTIONS(3194), - [anon_sym_as_QMARK] = ACTIONS(3194), - [anon_sym_PLUS_PLUS] = ACTIONS(3194), - [anon_sym_DASH_DASH] = ACTIONS(3194), - [anon_sym_BANG] = ACTIONS(3190), - [anon_sym_BANG_BANG] = ACTIONS(3194), - [anon_sym_suspend] = ACTIONS(3120), - [anon_sym_sealed] = ACTIONS(3122), - [anon_sym_annotation] = ACTIONS(3122), - [anon_sym_data] = ACTIONS(3122), - [anon_sym_inner] = ACTIONS(3122), - [anon_sym_override] = ACTIONS(3124), - [anon_sym_lateinit] = ACTIONS(3124), - [anon_sym_public] = ACTIONS(3126), - [anon_sym_private] = ACTIONS(3126), - [anon_sym_internal] = ACTIONS(3126), - [anon_sym_protected] = ACTIONS(3126), - [anon_sym_tailrec] = ACTIONS(3120), - [anon_sym_operator] = ACTIONS(3120), - [anon_sym_infix] = ACTIONS(3120), - [anon_sym_inline] = ACTIONS(3120), - [anon_sym_external] = ACTIONS(3120), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(3130), - [anon_sym_final] = ACTIONS(3130), - [anon_sym_open] = ACTIONS(3130), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3134), - [anon_sym_actual] = ACTIONS(3134), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3194), - [anon_sym_continue_AT] = ACTIONS(3194), - [anon_sym_break_AT] = ACTIONS(3194), - [sym_real_literal] = ACTIONS(3194), - [sym_integer_literal] = ACTIONS(3190), - [sym_hex_literal] = ACTIONS(3194), - [sym_bin_literal] = ACTIONS(3194), - [anon_sym_true] = ACTIONS(3190), - [anon_sym_false] = ACTIONS(3190), - [anon_sym_SQUOTE] = ACTIONS(3194), - [sym__backtick_identifier] = ACTIONS(3194), - [sym__automatic_semicolon] = ACTIONS(3194), - [sym_safe_nav] = ACTIONS(3194), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3194), - }, - [562] = { - [sym_primary_constructor] = STATE(1315), - [sym__class_parameters] = STATE(963), - [sym_type_constraints] = STATE(1013), - [sym_enum_class_body] = STATE(1076), - [sym_modifiers] = STATE(9048), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3190), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(3450), - [anon_sym_LBRACK] = ACTIONS(3194), - [anon_sym_as] = ACTIONS(3190), - [anon_sym_constructor] = ACTIONS(3142), - [anon_sym_LBRACE] = ACTIONS(3144), - [anon_sym_RBRACE] = ACTIONS(3194), - [anon_sym_LPAREN] = ACTIONS(3146), - [anon_sym_COMMA] = ACTIONS(3194), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3190), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(3190), - [anon_sym_fun] = ACTIONS(3190), - [anon_sym_DOT] = ACTIONS(3190), - [anon_sym_SEMI] = ACTIONS(3194), - [anon_sym_get] = ACTIONS(3190), - [anon_sym_set] = ACTIONS(3190), - [anon_sym_this] = ACTIONS(3190), - [anon_sym_super] = ACTIONS(3190), - [anon_sym_STAR] = ACTIONS(3194), - [sym_label] = ACTIONS(3190), - [anon_sym_in] = ACTIONS(3190), - [anon_sym_DOT_DOT] = ACTIONS(3194), - [anon_sym_QMARK_COLON] = ACTIONS(3194), - [anon_sym_AMP_AMP] = ACTIONS(3194), - [anon_sym_PIPE_PIPE] = ACTIONS(3194), - [anon_sym_null] = ACTIONS(3190), - [anon_sym_if] = ACTIONS(3190), - [anon_sym_else] = ACTIONS(3190), - [anon_sym_when] = ACTIONS(3190), - [anon_sym_try] = ACTIONS(3190), - [anon_sym_throw] = ACTIONS(3190), - [anon_sym_return] = ACTIONS(3190), - [anon_sym_continue] = ACTIONS(3190), - [anon_sym_break] = ACTIONS(3190), - [anon_sym_COLON_COLON] = ACTIONS(3194), - [anon_sym_BANG_EQ] = ACTIONS(3190), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3194), - [anon_sym_EQ_EQ] = ACTIONS(3190), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3194), - [anon_sym_LT_EQ] = ACTIONS(3194), - [anon_sym_GT_EQ] = ACTIONS(3194), - [anon_sym_BANGin] = ACTIONS(3194), - [anon_sym_is] = ACTIONS(3190), - [anon_sym_BANGis] = ACTIONS(3194), - [anon_sym_PLUS] = ACTIONS(3190), - [anon_sym_DASH] = ACTIONS(3190), - [anon_sym_SLASH] = ACTIONS(3190), - [anon_sym_PERCENT] = ACTIONS(3194), - [anon_sym_as_QMARK] = ACTIONS(3194), - [anon_sym_PLUS_PLUS] = ACTIONS(3194), - [anon_sym_DASH_DASH] = ACTIONS(3194), - [anon_sym_BANG] = ACTIONS(3190), - [anon_sym_BANG_BANG] = ACTIONS(3194), - [anon_sym_suspend] = ACTIONS(3120), - [anon_sym_sealed] = ACTIONS(3122), - [anon_sym_annotation] = ACTIONS(3122), - [anon_sym_data] = ACTIONS(3122), - [anon_sym_inner] = ACTIONS(3122), - [anon_sym_override] = ACTIONS(3124), - [anon_sym_lateinit] = ACTIONS(3124), - [anon_sym_public] = ACTIONS(3126), - [anon_sym_private] = ACTIONS(3126), - [anon_sym_internal] = ACTIONS(3126), - [anon_sym_protected] = ACTIONS(3126), - [anon_sym_tailrec] = ACTIONS(3120), - [anon_sym_operator] = ACTIONS(3120), - [anon_sym_infix] = ACTIONS(3120), - [anon_sym_inline] = ACTIONS(3120), - [anon_sym_external] = ACTIONS(3120), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(3130), - [anon_sym_final] = ACTIONS(3130), - [anon_sym_open] = ACTIONS(3130), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3134), - [anon_sym_actual] = ACTIONS(3134), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3194), - [anon_sym_continue_AT] = ACTIONS(3194), - [anon_sym_break_AT] = ACTIONS(3194), - [sym_real_literal] = ACTIONS(3194), - [sym_integer_literal] = ACTIONS(3190), - [sym_hex_literal] = ACTIONS(3194), - [sym_bin_literal] = ACTIONS(3194), - [anon_sym_true] = ACTIONS(3190), - [anon_sym_false] = ACTIONS(3190), - [anon_sym_SQUOTE] = ACTIONS(3194), - [sym__backtick_identifier] = ACTIONS(3194), - [sym__automatic_semicolon] = ACTIONS(3194), - [sym_safe_nav] = ACTIONS(3194), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3194), - }, - [563] = { - [sym_primary_constructor] = STATE(3713), - [sym_class_body] = STATE(3437), - [sym__class_parameters] = STATE(3036), - [sym_type_constraints] = STATE(3000), - [sym_modifiers] = STATE(9011), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3214), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(3452), - [anon_sym_LBRACK] = ACTIONS(3218), - [anon_sym_as] = ACTIONS(3214), - [anon_sym_constructor] = ACTIONS(3110), - [anon_sym_LBRACE] = ACTIONS(3112), - [anon_sym_RBRACE] = ACTIONS(3218), - [anon_sym_LPAREN] = ACTIONS(3114), - [anon_sym_COMMA] = ACTIONS(3218), - [anon_sym_LT] = ACTIONS(3214), - [anon_sym_GT] = ACTIONS(3214), - [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(3214), - [anon_sym_fun] = ACTIONS(3214), - [anon_sym_DOT] = ACTIONS(3214), - [anon_sym_SEMI] = ACTIONS(3218), - [anon_sym_get] = ACTIONS(3214), - [anon_sym_set] = ACTIONS(3214), - [anon_sym_this] = ACTIONS(3214), - [anon_sym_super] = ACTIONS(3214), - [anon_sym_STAR] = ACTIONS(3218), - [sym_label] = ACTIONS(3214), - [anon_sym_in] = ACTIONS(3214), - [anon_sym_DOT_DOT] = ACTIONS(3218), - [anon_sym_QMARK_COLON] = ACTIONS(3218), - [anon_sym_AMP_AMP] = ACTIONS(3218), - [anon_sym_PIPE_PIPE] = ACTIONS(3218), - [anon_sym_null] = ACTIONS(3214), - [anon_sym_if] = ACTIONS(3214), - [anon_sym_else] = ACTIONS(3214), - [anon_sym_when] = ACTIONS(3214), - [anon_sym_try] = ACTIONS(3214), - [anon_sym_throw] = ACTIONS(3214), - [anon_sym_return] = ACTIONS(3214), - [anon_sym_continue] = ACTIONS(3214), - [anon_sym_break] = ACTIONS(3214), - [anon_sym_COLON_COLON] = ACTIONS(3218), - [anon_sym_BANG_EQ] = ACTIONS(3214), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3218), - [anon_sym_EQ_EQ] = ACTIONS(3214), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3218), - [anon_sym_LT_EQ] = ACTIONS(3218), - [anon_sym_GT_EQ] = ACTIONS(3218), - [anon_sym_BANGin] = ACTIONS(3218), - [anon_sym_is] = ACTIONS(3214), - [anon_sym_BANGis] = ACTIONS(3218), - [anon_sym_PLUS] = ACTIONS(3214), - [anon_sym_DASH] = ACTIONS(3214), - [anon_sym_SLASH] = ACTIONS(3214), - [anon_sym_PERCENT] = ACTIONS(3218), - [anon_sym_as_QMARK] = ACTIONS(3218), - [anon_sym_PLUS_PLUS] = ACTIONS(3218), - [anon_sym_DASH_DASH] = ACTIONS(3218), - [anon_sym_BANG] = ACTIONS(3214), - [anon_sym_BANG_BANG] = ACTIONS(3218), - [anon_sym_suspend] = ACTIONS(3120), - [anon_sym_sealed] = ACTIONS(3122), - [anon_sym_annotation] = ACTIONS(3122), - [anon_sym_data] = ACTIONS(3122), - [anon_sym_inner] = ACTIONS(3122), - [anon_sym_override] = ACTIONS(3124), - [anon_sym_lateinit] = ACTIONS(3124), - [anon_sym_public] = ACTIONS(3126), - [anon_sym_private] = ACTIONS(3126), - [anon_sym_internal] = ACTIONS(3126), - [anon_sym_protected] = ACTIONS(3126), - [anon_sym_tailrec] = ACTIONS(3120), - [anon_sym_operator] = ACTIONS(3120), - [anon_sym_infix] = ACTIONS(3120), - [anon_sym_inline] = ACTIONS(3120), - [anon_sym_external] = ACTIONS(3120), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(3130), - [anon_sym_final] = ACTIONS(3130), - [anon_sym_open] = ACTIONS(3130), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3134), - [anon_sym_actual] = ACTIONS(3134), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3218), - [anon_sym_continue_AT] = ACTIONS(3218), - [anon_sym_break_AT] = ACTIONS(3218), - [sym_real_literal] = ACTIONS(3218), - [sym_integer_literal] = ACTIONS(3214), - [sym_hex_literal] = ACTIONS(3218), - [sym_bin_literal] = ACTIONS(3218), - [anon_sym_true] = ACTIONS(3214), - [anon_sym_false] = ACTIONS(3214), - [anon_sym_SQUOTE] = ACTIONS(3218), - [sym__backtick_identifier] = ACTIONS(3218), - [sym__automatic_semicolon] = ACTIONS(3218), - [sym_safe_nav] = ACTIONS(3218), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3218), - }, - [564] = { - [sym_type_constraints] = STATE(630), - [sym_property_delegate] = STATE(668), - [sym_getter] = STATE(3388), - [sym_setter] = STATE(3388), - [sym_modifiers] = STATE(8834), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3272), + [559] = { + [sym_type_constraints] = STATE(631), + [sym_property_delegate] = STATE(698), + [sym_getter] = STATE(1188), + [sym_setter] = STATE(1188), + [sym_modifiers] = STATE(8715), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3274), - [anon_sym_as] = ACTIONS(3272), - [anon_sym_EQ] = ACTIONS(3454), - [anon_sym_LBRACE] = ACTIONS(3274), - [anon_sym_RBRACE] = ACTIONS(3274), - [anon_sym_LPAREN] = ACTIONS(3274), - [anon_sym_COMMA] = ACTIONS(3274), - [anon_sym_by] = ACTIONS(3364), - [anon_sym_LT] = ACTIONS(3272), - [anon_sym_GT] = ACTIONS(3272), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(3272), - [anon_sym_fun] = ACTIONS(3272), - [anon_sym_DOT] = ACTIONS(3272), - [anon_sym_SEMI] = ACTIONS(3456), - [anon_sym_get] = ACTIONS(3366), - [anon_sym_set] = ACTIONS(3368), - [anon_sym_this] = ACTIONS(3272), - [anon_sym_super] = ACTIONS(3272), - [anon_sym_STAR] = ACTIONS(3274), - [sym_label] = ACTIONS(3272), - [anon_sym_in] = ACTIONS(3272), - [anon_sym_DOT_DOT] = ACTIONS(3274), - [anon_sym_QMARK_COLON] = ACTIONS(3274), - [anon_sym_AMP_AMP] = ACTIONS(3274), - [anon_sym_PIPE_PIPE] = ACTIONS(3274), - [anon_sym_null] = ACTIONS(3272), - [anon_sym_if] = ACTIONS(3272), - [anon_sym_else] = ACTIONS(3272), - [anon_sym_when] = ACTIONS(3272), - [anon_sym_try] = ACTIONS(3272), - [anon_sym_throw] = ACTIONS(3272), - [anon_sym_return] = ACTIONS(3272), - [anon_sym_continue] = ACTIONS(3272), - [anon_sym_break] = ACTIONS(3272), - [anon_sym_COLON_COLON] = ACTIONS(3274), - [anon_sym_BANG_EQ] = ACTIONS(3272), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3274), - [anon_sym_EQ_EQ] = ACTIONS(3272), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3274), - [anon_sym_LT_EQ] = ACTIONS(3274), - [anon_sym_GT_EQ] = ACTIONS(3274), - [anon_sym_BANGin] = ACTIONS(3274), - [anon_sym_is] = ACTIONS(3272), - [anon_sym_BANGis] = ACTIONS(3274), - [anon_sym_PLUS] = ACTIONS(3272), - [anon_sym_DASH] = ACTIONS(3272), - [anon_sym_SLASH] = ACTIONS(3272), - [anon_sym_PERCENT] = ACTIONS(3274), - [anon_sym_as_QMARK] = ACTIONS(3274), - [anon_sym_PLUS_PLUS] = ACTIONS(3274), - [anon_sym_DASH_DASH] = ACTIONS(3274), - [anon_sym_BANG] = ACTIONS(3272), - [anon_sym_BANG_BANG] = ACTIONS(3274), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_EQ] = ACTIONS(3386), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_COMMA] = ACTIONS(1786), + [anon_sym_by] = ACTIONS(3366), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(1784), + [anon_sym_fun] = ACTIONS(1784), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(1928), + [anon_sym_get] = ACTIONS(3368), + [anon_sym_set] = ACTIONS(3370), + [anon_sym_this] = ACTIONS(1784), + [anon_sym_super] = ACTIONS(1784), + [anon_sym_STAR] = ACTIONS(1786), + [sym_label] = ACTIONS(1784), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_null] = ACTIONS(1784), + [anon_sym_if] = ACTIONS(1784), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_when] = ACTIONS(1784), + [anon_sym_try] = ACTIONS(1784), + [anon_sym_throw] = ACTIONS(1784), + [anon_sym_return] = ACTIONS(1784), + [anon_sym_continue] = ACTIONS(1784), + [anon_sym_break] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1786), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG] = ACTIONS(1784), + [anon_sym_BANG_BANG] = ACTIONS(1786), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -103749,65 +103277,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3274), - [anon_sym_continue_AT] = ACTIONS(3274), - [anon_sym_break_AT] = ACTIONS(3274), - [sym_real_literal] = ACTIONS(3274), - [sym_integer_literal] = ACTIONS(3272), - [sym_hex_literal] = ACTIONS(3274), - [sym_bin_literal] = ACTIONS(3274), - [anon_sym_true] = ACTIONS(3272), - [anon_sym_false] = ACTIONS(3272), - [anon_sym_SQUOTE] = ACTIONS(3274), - [sym__backtick_identifier] = ACTIONS(3274), - [sym__automatic_semicolon] = ACTIONS(3274), - [sym_safe_nav] = ACTIONS(3274), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3274), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1786), + [anon_sym_continue_AT] = ACTIONS(1786), + [anon_sym_break_AT] = ACTIONS(1786), + [sym_real_literal] = ACTIONS(1786), + [sym_integer_literal] = ACTIONS(1784), + [sym_hex_literal] = ACTIONS(1786), + [sym_bin_literal] = ACTIONS(1786), + [anon_sym_true] = ACTIONS(1784), + [anon_sym_false] = ACTIONS(1784), + [anon_sym_SQUOTE] = ACTIONS(1786), + [sym__backtick_identifier] = ACTIONS(1786), + [sym__automatic_semicolon] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1786), }, - [565] = { - [sym_type_constraints] = STATE(613), - [sym_property_delegate] = STATE(688), - [sym_getter] = STATE(1069), - [sym_setter] = STATE(1069), - [sym_modifiers] = STATE(8806), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [560] = { + [sym_getter] = STATE(1182), + [sym_setter] = STATE(1182), + [sym_modifiers] = STATE(8864), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1694), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1696), [anon_sym_as] = ACTIONS(1694), - [anon_sym_EQ] = ACTIONS(3458), + [anon_sym_EQ] = ACTIONS(1694), [anon_sym_LBRACE] = ACTIONS(1696), [anon_sym_RBRACE] = ACTIONS(1696), [anon_sym_LPAREN] = ACTIONS(1696), - [anon_sym_COMMA] = ACTIONS(1696), - [anon_sym_by] = ACTIONS(3364), [anon_sym_LT] = ACTIONS(1694), [anon_sym_GT] = ACTIONS(1694), - [anon_sym_where] = ACTIONS(3148), [anon_sym_object] = ACTIONS(1694), [anon_sym_fun] = ACTIONS(1694), [anon_sym_DOT] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(1910), - [anon_sym_get] = ACTIONS(3432), - [anon_sym_set] = ACTIONS(3434), + [anon_sym_SEMI] = ACTIONS(1696), + [anon_sym_get] = ACTIONS(3302), + [anon_sym_set] = ACTIONS(3304), [anon_sym_this] = ACTIONS(1694), [anon_sym_super] = ACTIONS(1694), - [anon_sym_STAR] = ACTIONS(1696), + [anon_sym_STAR] = ACTIONS(1694), [sym_label] = ACTIONS(1694), [anon_sym_in] = ACTIONS(1694), [anon_sym_DOT_DOT] = ACTIONS(1696), @@ -103824,6 +103347,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(1694), [anon_sym_break] = ACTIONS(1694), [anon_sym_COLON_COLON] = ACTIONS(1696), + [anon_sym_PLUS_EQ] = ACTIONS(1696), + [anon_sym_DASH_EQ] = ACTIONS(1696), + [anon_sym_STAR_EQ] = ACTIONS(1696), + [anon_sym_SLASH_EQ] = ACTIONS(1696), + [anon_sym_PERCENT_EQ] = ACTIONS(1696), [anon_sym_BANG_EQ] = ACTIONS(1694), [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), [anon_sym_EQ_EQ] = ACTIONS(1694), @@ -103836,7 +103364,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(1694), [anon_sym_DASH] = ACTIONS(1694), [anon_sym_SLASH] = ACTIONS(1694), - [anon_sym_PERCENT] = ACTIONS(1696), + [anon_sym_PERCENT] = ACTIONS(1694), [anon_sym_as_QMARK] = ACTIONS(1696), [anon_sym_PLUS_PLUS] = ACTIONS(1696), [anon_sym_DASH_DASH] = ACTIONS(1696), @@ -103865,8 +103393,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(1696), [anon_sym_continue_AT] = ACTIONS(1696), @@ -103884,97 +103412,85 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(1696), }, - [566] = { - [sym_getter] = STATE(3219), - [sym_setter] = STATE(3219), - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(1814), - [sym__comparison_operator] = STATE(1815), - [sym__in_operator] = STATE(1817), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(1818), - [sym__multiplicative_operator] = STATE(1819), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_modifiers] = STATE(8655), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1821), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_RBRACK] = ACTIONS(1754), - [anon_sym_as] = ACTIONS(3376), + [561] = { + [sym_getter] = STATE(3129), + [sym_setter] = STATE(3129), + [sym_modifiers] = STATE(8760), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1752), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1754), + [anon_sym_as] = ACTIONS(1752), [anon_sym_EQ] = ACTIONS(1752), - [anon_sym_LBRACE] = ACTIONS(1596), + [anon_sym_LBRACE] = ACTIONS(1754), [anon_sym_RBRACE] = ACTIONS(1754), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_COMMA] = ACTIONS(1754), - [anon_sym_RPAREN] = ACTIONS(1754), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3380), - [anon_sym_where] = ACTIONS(1752), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(3460), - [anon_sym_get] = ACTIONS(3386), - [anon_sym_set] = ACTIONS(3388), - [anon_sym_STAR] = ACTIONS(3390), - [anon_sym_DASH_GT] = ACTIONS(1754), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(3394), - [anon_sym_while] = ACTIONS(1752), - [anon_sym_DOT_DOT] = ACTIONS(3396), - [anon_sym_QMARK_COLON] = ACTIONS(3398), - [anon_sym_AMP_AMP] = ACTIONS(3400), - [anon_sym_PIPE_PIPE] = ACTIONS(3402), + [anon_sym_LPAREN] = ACTIONS(1754), + [anon_sym_LT] = ACTIONS(1752), + [anon_sym_GT] = ACTIONS(1752), + [anon_sym_object] = ACTIONS(1752), + [anon_sym_fun] = ACTIONS(1752), + [anon_sym_DOT] = ACTIONS(1752), + [anon_sym_SEMI] = ACTIONS(1754), + [anon_sym_get] = ACTIONS(3310), + [anon_sym_set] = ACTIONS(3312), + [anon_sym_this] = ACTIONS(1752), + [anon_sym_super] = ACTIONS(1752), + [anon_sym_STAR] = ACTIONS(1752), + [sym_label] = ACTIONS(1752), + [anon_sym_in] = ACTIONS(1752), + [anon_sym_DOT_DOT] = ACTIONS(1754), + [anon_sym_QMARK_COLON] = ACTIONS(1754), + [anon_sym_AMP_AMP] = ACTIONS(1754), + [anon_sym_PIPE_PIPE] = ACTIONS(1754), + [anon_sym_null] = ACTIONS(1752), + [anon_sym_if] = ACTIONS(1752), [anon_sym_else] = ACTIONS(1752), - [anon_sym_COLON_COLON] = ACTIONS(3404), + [anon_sym_when] = ACTIONS(1752), + [anon_sym_try] = ACTIONS(1752), + [anon_sym_throw] = ACTIONS(1752), + [anon_sym_return] = ACTIONS(1752), + [anon_sym_continue] = ACTIONS(1752), + [anon_sym_break] = ACTIONS(1752), + [anon_sym_COLON_COLON] = ACTIONS(1754), [anon_sym_PLUS_EQ] = ACTIONS(1754), [anon_sym_DASH_EQ] = ACTIONS(1754), [anon_sym_STAR_EQ] = ACTIONS(1754), [anon_sym_SLASH_EQ] = ACTIONS(1754), [anon_sym_PERCENT_EQ] = ACTIONS(1754), - [anon_sym_BANG_EQ] = ACTIONS(3406), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3408), - [anon_sym_EQ_EQ] = ACTIONS(3406), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3408), - [anon_sym_LT_EQ] = ACTIONS(3410), - [anon_sym_GT_EQ] = ACTIONS(3410), - [anon_sym_BANGin] = ACTIONS(3412), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), - [anon_sym_PLUS] = ACTIONS(3418), - [anon_sym_DASH] = ACTIONS(3418), - [anon_sym_SLASH] = ACTIONS(3390), - [anon_sym_PERCENT] = ACTIONS(3390), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), + [anon_sym_BANG_EQ] = ACTIONS(1752), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), + [anon_sym_EQ_EQ] = ACTIONS(1752), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), + [anon_sym_LT_EQ] = ACTIONS(1754), + [anon_sym_GT_EQ] = ACTIONS(1754), + [anon_sym_BANGin] = ACTIONS(1754), + [anon_sym_is] = ACTIONS(1752), + [anon_sym_BANGis] = ACTIONS(1754), + [anon_sym_PLUS] = ACTIONS(1752), + [anon_sym_DASH] = ACTIONS(1752), + [anon_sym_SLASH] = ACTIONS(1752), + [anon_sym_PERCENT] = ACTIONS(1752), + [anon_sym_as_QMARK] = ACTIONS(1754), + [anon_sym_PLUS_PLUS] = ACTIONS(1754), + [anon_sym_DASH_DASH] = ACTIONS(1754), + [anon_sym_BANG] = ACTIONS(1752), + [anon_sym_BANG_BANG] = ACTIONS(1754), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(1746), - [anon_sym_inner] = ACTIONS(1746), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -103993,336 +103509,104 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(1748), - [anon_sym_actual] = ACTIONS(1748), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), + [anon_sym_return_AT] = ACTIONS(1754), + [anon_sym_continue_AT] = ACTIONS(1754), + [anon_sym_break_AT] = ACTIONS(1754), + [sym_real_literal] = ACTIONS(1754), + [sym_integer_literal] = ACTIONS(1752), + [sym_hex_literal] = ACTIONS(1754), + [sym_bin_literal] = ACTIONS(1754), + [anon_sym_true] = ACTIONS(1752), + [anon_sym_false] = ACTIONS(1752), + [anon_sym_SQUOTE] = ACTIONS(1754), + [sym__backtick_identifier] = ACTIONS(1754), + [sym__automatic_semicolon] = ACTIONS(1754), + [sym_safe_nav] = ACTIONS(1754), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1754), }, - [567] = { - [sym_primary_constructor] = STATE(3953), - [sym_class_body] = STATE(3359), - [sym__class_parameters] = STATE(3036), - [sym_type_parameters] = STATE(615), - [sym_type_constraints] = STATE(3035), - [sym_modifiers] = STATE(9011), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3160), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(3462), - [anon_sym_LBRACK] = ACTIONS(3164), - [anon_sym_as] = ACTIONS(3160), - [anon_sym_constructor] = ACTIONS(3110), - [anon_sym_LBRACE] = ACTIONS(3112), - [anon_sym_RBRACE] = ACTIONS(3164), - [anon_sym_LPAREN] = ACTIONS(3114), - [anon_sym_LT] = ACTIONS(3116), - [anon_sym_GT] = ACTIONS(3160), - [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(3160), - [anon_sym_fun] = ACTIONS(3160), - [anon_sym_DOT] = ACTIONS(3160), - [anon_sym_SEMI] = ACTIONS(3164), - [anon_sym_get] = ACTIONS(3160), - [anon_sym_set] = ACTIONS(3160), - [anon_sym_this] = ACTIONS(3160), - [anon_sym_super] = ACTIONS(3160), - [anon_sym_STAR] = ACTIONS(3164), - [sym_label] = ACTIONS(3160), - [anon_sym_in] = ACTIONS(3160), - [anon_sym_DOT_DOT] = ACTIONS(3164), - [anon_sym_QMARK_COLON] = ACTIONS(3164), - [anon_sym_AMP_AMP] = ACTIONS(3164), - [anon_sym_PIPE_PIPE] = ACTIONS(3164), - [anon_sym_null] = ACTIONS(3160), - [anon_sym_if] = ACTIONS(3160), - [anon_sym_else] = ACTIONS(3160), - [anon_sym_when] = ACTIONS(3160), - [anon_sym_try] = ACTIONS(3160), - [anon_sym_throw] = ACTIONS(3160), - [anon_sym_return] = ACTIONS(3160), - [anon_sym_continue] = ACTIONS(3160), - [anon_sym_break] = ACTIONS(3160), - [anon_sym_COLON_COLON] = ACTIONS(3164), - [anon_sym_BANG_EQ] = ACTIONS(3160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3164), - [anon_sym_EQ_EQ] = ACTIONS(3160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3164), - [anon_sym_LT_EQ] = ACTIONS(3164), - [anon_sym_GT_EQ] = ACTIONS(3164), - [anon_sym_BANGin] = ACTIONS(3164), - [anon_sym_is] = ACTIONS(3160), - [anon_sym_BANGis] = ACTIONS(3164), - [anon_sym_PLUS] = ACTIONS(3160), - [anon_sym_DASH] = ACTIONS(3160), - [anon_sym_SLASH] = ACTIONS(3160), - [anon_sym_PERCENT] = ACTIONS(3164), - [anon_sym_as_QMARK] = ACTIONS(3164), - [anon_sym_PLUS_PLUS] = ACTIONS(3164), - [anon_sym_DASH_DASH] = ACTIONS(3164), - [anon_sym_BANG] = ACTIONS(3160), - [anon_sym_BANG_BANG] = ACTIONS(3164), - [anon_sym_suspend] = ACTIONS(3120), - [anon_sym_sealed] = ACTIONS(3122), - [anon_sym_annotation] = ACTIONS(3122), - [anon_sym_data] = ACTIONS(3122), - [anon_sym_inner] = ACTIONS(3122), - [anon_sym_override] = ACTIONS(3124), - [anon_sym_lateinit] = ACTIONS(3124), - [anon_sym_public] = ACTIONS(3126), - [anon_sym_private] = ACTIONS(3126), - [anon_sym_internal] = ACTIONS(3126), - [anon_sym_protected] = ACTIONS(3126), - [anon_sym_tailrec] = ACTIONS(3120), - [anon_sym_operator] = ACTIONS(3120), - [anon_sym_infix] = ACTIONS(3120), - [anon_sym_inline] = ACTIONS(3120), - [anon_sym_external] = ACTIONS(3120), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(3130), - [anon_sym_final] = ACTIONS(3130), - [anon_sym_open] = ACTIONS(3130), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3134), - [anon_sym_actual] = ACTIONS(3134), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3164), - [anon_sym_continue_AT] = ACTIONS(3164), - [anon_sym_break_AT] = ACTIONS(3164), - [sym_real_literal] = ACTIONS(3164), - [sym_integer_literal] = ACTIONS(3160), - [sym_hex_literal] = ACTIONS(3164), - [sym_bin_literal] = ACTIONS(3164), - [anon_sym_true] = ACTIONS(3160), - [anon_sym_false] = ACTIONS(3160), - [anon_sym_SQUOTE] = ACTIONS(3164), - [sym__backtick_identifier] = ACTIONS(3164), - [sym__automatic_semicolon] = ACTIONS(3164), - [sym_safe_nav] = ACTIONS(3164), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3164), - }, - [568] = { - [sym_primary_constructor] = STATE(1299), - [sym_class_body] = STATE(1120), - [sym__class_parameters] = STATE(963), - [sym_type_constraints] = STATE(988), - [sym_modifiers] = STATE(9048), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3214), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(3464), - [anon_sym_LBRACK] = ACTIONS(3218), - [anon_sym_as] = ACTIONS(3214), - [anon_sym_constructor] = ACTIONS(3142), - [anon_sym_LBRACE] = ACTIONS(3156), - [anon_sym_RBRACE] = ACTIONS(3218), - [anon_sym_LPAREN] = ACTIONS(3146), - [anon_sym_COMMA] = ACTIONS(3218), - [anon_sym_LT] = ACTIONS(3214), - [anon_sym_GT] = ACTIONS(3214), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(3214), - [anon_sym_fun] = ACTIONS(3214), - [anon_sym_DOT] = ACTIONS(3214), - [anon_sym_SEMI] = ACTIONS(3218), - [anon_sym_get] = ACTIONS(3214), - [anon_sym_set] = ACTIONS(3214), - [anon_sym_this] = ACTIONS(3214), - [anon_sym_super] = ACTIONS(3214), - [anon_sym_STAR] = ACTIONS(3218), - [sym_label] = ACTIONS(3214), - [anon_sym_in] = ACTIONS(3214), - [anon_sym_DOT_DOT] = ACTIONS(3218), - [anon_sym_QMARK_COLON] = ACTIONS(3218), - [anon_sym_AMP_AMP] = ACTIONS(3218), - [anon_sym_PIPE_PIPE] = ACTIONS(3218), - [anon_sym_null] = ACTIONS(3214), - [anon_sym_if] = ACTIONS(3214), - [anon_sym_else] = ACTIONS(3214), - [anon_sym_when] = ACTIONS(3214), - [anon_sym_try] = ACTIONS(3214), - [anon_sym_throw] = ACTIONS(3214), - [anon_sym_return] = ACTIONS(3214), - [anon_sym_continue] = ACTIONS(3214), - [anon_sym_break] = ACTIONS(3214), - [anon_sym_COLON_COLON] = ACTIONS(3218), - [anon_sym_BANG_EQ] = ACTIONS(3214), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3218), - [anon_sym_EQ_EQ] = ACTIONS(3214), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3218), - [anon_sym_LT_EQ] = ACTIONS(3218), - [anon_sym_GT_EQ] = ACTIONS(3218), - [anon_sym_BANGin] = ACTIONS(3218), - [anon_sym_is] = ACTIONS(3214), - [anon_sym_BANGis] = ACTIONS(3218), - [anon_sym_PLUS] = ACTIONS(3214), - [anon_sym_DASH] = ACTIONS(3214), - [anon_sym_SLASH] = ACTIONS(3214), - [anon_sym_PERCENT] = ACTIONS(3218), - [anon_sym_as_QMARK] = ACTIONS(3218), - [anon_sym_PLUS_PLUS] = ACTIONS(3218), - [anon_sym_DASH_DASH] = ACTIONS(3218), - [anon_sym_BANG] = ACTIONS(3214), - [anon_sym_BANG_BANG] = ACTIONS(3218), - [anon_sym_suspend] = ACTIONS(3120), - [anon_sym_sealed] = ACTIONS(3122), - [anon_sym_annotation] = ACTIONS(3122), - [anon_sym_data] = ACTIONS(3122), - [anon_sym_inner] = ACTIONS(3122), - [anon_sym_override] = ACTIONS(3124), - [anon_sym_lateinit] = ACTIONS(3124), - [anon_sym_public] = ACTIONS(3126), - [anon_sym_private] = ACTIONS(3126), - [anon_sym_internal] = ACTIONS(3126), - [anon_sym_protected] = ACTIONS(3126), - [anon_sym_tailrec] = ACTIONS(3120), - [anon_sym_operator] = ACTIONS(3120), - [anon_sym_infix] = ACTIONS(3120), - [anon_sym_inline] = ACTIONS(3120), - [anon_sym_external] = ACTIONS(3120), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(3130), - [anon_sym_final] = ACTIONS(3130), - [anon_sym_open] = ACTIONS(3130), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3134), - [anon_sym_actual] = ACTIONS(3134), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3218), - [anon_sym_continue_AT] = ACTIONS(3218), - [anon_sym_break_AT] = ACTIONS(3218), - [sym_real_literal] = ACTIONS(3218), - [sym_integer_literal] = ACTIONS(3214), - [sym_hex_literal] = ACTIONS(3218), - [sym_bin_literal] = ACTIONS(3218), - [anon_sym_true] = ACTIONS(3214), - [anon_sym_false] = ACTIONS(3214), - [anon_sym_SQUOTE] = ACTIONS(3218), - [sym__backtick_identifier] = ACTIONS(3218), - [sym__automatic_semicolon] = ACTIONS(3218), - [sym_safe_nav] = ACTIONS(3218), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3218), - }, - [569] = { - [sym_getter] = STATE(3233), - [sym_setter] = STATE(3233), - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(1814), - [sym__comparison_operator] = STATE(1815), - [sym__in_operator] = STATE(1817), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(1818), - [sym__multiplicative_operator] = STATE(1819), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_modifiers] = STATE(8655), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1821), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_RBRACK] = ACTIONS(1784), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_EQ] = ACTIONS(1782), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(1784), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_COMMA] = ACTIONS(1784), - [anon_sym_RPAREN] = ACTIONS(1784), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3380), - [anon_sym_where] = ACTIONS(1782), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(3466), - [anon_sym_get] = ACTIONS(3386), - [anon_sym_set] = ACTIONS(3388), - [anon_sym_STAR] = ACTIONS(3390), - [anon_sym_DASH_GT] = ACTIONS(1784), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(3394), - [anon_sym_while] = ACTIONS(1782), - [anon_sym_DOT_DOT] = ACTIONS(3396), - [anon_sym_QMARK_COLON] = ACTIONS(3398), - [anon_sym_AMP_AMP] = ACTIONS(3400), - [anon_sym_PIPE_PIPE] = ACTIONS(3402), - [anon_sym_else] = ACTIONS(1782), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_PLUS_EQ] = ACTIONS(1784), - [anon_sym_DASH_EQ] = ACTIONS(1784), - [anon_sym_STAR_EQ] = ACTIONS(1784), - [anon_sym_SLASH_EQ] = ACTIONS(1784), - [anon_sym_PERCENT_EQ] = ACTIONS(1784), - [anon_sym_BANG_EQ] = ACTIONS(3406), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3408), - [anon_sym_EQ_EQ] = ACTIONS(3406), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3408), - [anon_sym_LT_EQ] = ACTIONS(3410), - [anon_sym_GT_EQ] = ACTIONS(3410), - [anon_sym_BANGin] = ACTIONS(3412), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), - [anon_sym_PLUS] = ACTIONS(3418), - [anon_sym_DASH] = ACTIONS(3418), - [anon_sym_SLASH] = ACTIONS(3390), - [anon_sym_PERCENT] = ACTIONS(3390), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), + [562] = { + [sym_getter] = STATE(3129), + [sym_setter] = STATE(3129), + [sym_modifiers] = STATE(8760), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1752), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1754), + [anon_sym_as] = ACTIONS(1752), + [anon_sym_EQ] = ACTIONS(1752), + [anon_sym_LBRACE] = ACTIONS(1754), + [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_LPAREN] = ACTIONS(1754), + [anon_sym_LT] = ACTIONS(1752), + [anon_sym_GT] = ACTIONS(1752), + [anon_sym_object] = ACTIONS(1752), + [anon_sym_fun] = ACTIONS(1752), + [anon_sym_DOT] = ACTIONS(1752), + [anon_sym_SEMI] = ACTIONS(1850), + [anon_sym_get] = ACTIONS(3310), + [anon_sym_set] = ACTIONS(3312), + [anon_sym_this] = ACTIONS(1752), + [anon_sym_super] = ACTIONS(1752), + [anon_sym_STAR] = ACTIONS(1752), + [sym_label] = ACTIONS(1752), + [anon_sym_in] = ACTIONS(1752), + [anon_sym_DOT_DOT] = ACTIONS(1754), + [anon_sym_QMARK_COLON] = ACTIONS(1754), + [anon_sym_AMP_AMP] = ACTIONS(1754), + [anon_sym_PIPE_PIPE] = ACTIONS(1754), + [anon_sym_null] = ACTIONS(1752), + [anon_sym_if] = ACTIONS(1752), + [anon_sym_else] = ACTIONS(1752), + [anon_sym_when] = ACTIONS(1752), + [anon_sym_try] = ACTIONS(1752), + [anon_sym_throw] = ACTIONS(1752), + [anon_sym_return] = ACTIONS(1752), + [anon_sym_continue] = ACTIONS(1752), + [anon_sym_break] = ACTIONS(1752), + [anon_sym_COLON_COLON] = ACTIONS(1754), + [anon_sym_PLUS_EQ] = ACTIONS(1754), + [anon_sym_DASH_EQ] = ACTIONS(1754), + [anon_sym_STAR_EQ] = ACTIONS(1754), + [anon_sym_SLASH_EQ] = ACTIONS(1754), + [anon_sym_PERCENT_EQ] = ACTIONS(1754), + [anon_sym_BANG_EQ] = ACTIONS(1752), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), + [anon_sym_EQ_EQ] = ACTIONS(1752), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), + [anon_sym_LT_EQ] = ACTIONS(1754), + [anon_sym_GT_EQ] = ACTIONS(1754), + [anon_sym_BANGin] = ACTIONS(1754), + [anon_sym_is] = ACTIONS(1752), + [anon_sym_BANGis] = ACTIONS(1754), + [anon_sym_PLUS] = ACTIONS(1752), + [anon_sym_DASH] = ACTIONS(1752), + [anon_sym_SLASH] = ACTIONS(1752), + [anon_sym_PERCENT] = ACTIONS(1752), + [anon_sym_as_QMARK] = ACTIONS(1754), + [anon_sym_PLUS_PLUS] = ACTIONS(1754), + [anon_sym_DASH_DASH] = ACTIONS(1754), + [anon_sym_BANG] = ACTIONS(1752), + [anon_sym_BANG_BANG] = ACTIONS(1754), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(1746), - [anon_sym_inner] = ACTIONS(1746), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -104341,39 +103625,167 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(1748), - [anon_sym_actual] = ACTIONS(1748), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), + [anon_sym_return_AT] = ACTIONS(1754), + [anon_sym_continue_AT] = ACTIONS(1754), + [anon_sym_break_AT] = ACTIONS(1754), + [sym_real_literal] = ACTIONS(1754), + [sym_integer_literal] = ACTIONS(1752), + [sym_hex_literal] = ACTIONS(1754), + [sym_bin_literal] = ACTIONS(1754), + [anon_sym_true] = ACTIONS(1752), + [anon_sym_false] = ACTIONS(1752), + [anon_sym_SQUOTE] = ACTIONS(1754), + [sym__backtick_identifier] = ACTIONS(1754), + [sym__automatic_semicolon] = ACTIONS(1754), + [sym_safe_nav] = ACTIONS(1754), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1754), }, - [570] = { - [sym_primary_constructor] = STATE(3951), - [sym__class_parameters] = STATE(3036), - [sym_type_parameters] = STATE(623), - [sym_type_constraints] = STATE(3001), - [sym_enum_class_body] = STATE(3436), - [sym_modifiers] = STATE(9011), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), + [563] = { + [sym_getter] = STATE(1188), + [sym_setter] = STATE(1188), + [sym_modifiers] = STATE(8864), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_EQ] = ACTIONS(1784), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_object] = ACTIONS(1784), + [anon_sym_fun] = ACTIONS(1784), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(1842), + [anon_sym_get] = ACTIONS(3302), + [anon_sym_set] = ACTIONS(3304), + [anon_sym_this] = ACTIONS(1784), + [anon_sym_super] = ACTIONS(1784), + [anon_sym_STAR] = ACTIONS(1784), + [sym_label] = ACTIONS(1784), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_null] = ACTIONS(1784), + [anon_sym_if] = ACTIONS(1784), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_when] = ACTIONS(1784), + [anon_sym_try] = ACTIONS(1784), + [anon_sym_throw] = ACTIONS(1784), + [anon_sym_return] = ACTIONS(1784), + [anon_sym_continue] = ACTIONS(1784), + [anon_sym_break] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_PLUS_EQ] = ACTIONS(1786), + [anon_sym_DASH_EQ] = ACTIONS(1786), + [anon_sym_STAR_EQ] = ACTIONS(1786), + [anon_sym_SLASH_EQ] = ACTIONS(1786), + [anon_sym_PERCENT_EQ] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1784), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG] = ACTIONS(1784), + [anon_sym_BANG_BANG] = ACTIONS(1786), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1786), + [anon_sym_continue_AT] = ACTIONS(1786), + [anon_sym_break_AT] = ACTIONS(1786), + [sym_real_literal] = ACTIONS(1786), + [sym_integer_literal] = ACTIONS(1784), + [sym_hex_literal] = ACTIONS(1786), + [sym_bin_literal] = ACTIONS(1786), + [anon_sym_true] = ACTIONS(1784), + [anon_sym_false] = ACTIONS(1784), + [anon_sym_SQUOTE] = ACTIONS(1786), + [sym__backtick_identifier] = ACTIONS(1786), + [sym__automatic_semicolon] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1786), + }, + [564] = { + [sym_primary_constructor] = STATE(3905), + [sym__class_parameters] = STATE(3113), + [sym_type_parameters] = STATE(635), + [sym_type_constraints] = STATE(3081), + [sym_enum_class_body] = STATE(3223), + [sym_modifiers] = STATE(9209), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), [sym__alpha_identifier] = ACTIONS(3102), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(3468), + [anon_sym_COLON] = ACTIONS(3388), [anon_sym_LBRACK] = ACTIONS(3108), [anon_sym_as] = ACTIONS(3102), [anon_sym_constructor] = ACTIONS(3110), - [anon_sym_LBRACE] = ACTIONS(3152), + [anon_sym_LBRACE] = ACTIONS(3112), [anon_sym_RBRACE] = ACTIONS(3108), [anon_sym_LPAREN] = ACTIONS(3114), [anon_sym_LT] = ACTIONS(3116), @@ -104464,80 +103876,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(3108), }, - [571] = { + [565] = { [sym_getter] = STATE(3151), [sym_setter] = STATE(3151), - [sym_modifiers] = STATE(8566), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3340), + [sym_modifiers] = STATE(8760), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1764), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3342), - [anon_sym_as] = ACTIONS(3340), - [anon_sym_EQ] = ACTIONS(3340), - [anon_sym_LBRACE] = ACTIONS(3342), - [anon_sym_RBRACE] = ACTIONS(3342), - [anon_sym_LPAREN] = ACTIONS(3342), - [anon_sym_LT] = ACTIONS(3340), - [anon_sym_GT] = ACTIONS(3340), - [anon_sym_object] = ACTIONS(3340), - [anon_sym_fun] = ACTIONS(3340), - [anon_sym_DOT] = ACTIONS(3340), - [anon_sym_SEMI] = ACTIONS(3342), - [anon_sym_get] = ACTIONS(3302), - [anon_sym_set] = ACTIONS(3304), - [anon_sym_this] = ACTIONS(3340), - [anon_sym_super] = ACTIONS(3340), - [anon_sym_STAR] = ACTIONS(3340), - [sym_label] = ACTIONS(3340), - [anon_sym_in] = ACTIONS(3340), - [anon_sym_DOT_DOT] = ACTIONS(3342), - [anon_sym_QMARK_COLON] = ACTIONS(3342), - [anon_sym_AMP_AMP] = ACTIONS(3342), - [anon_sym_PIPE_PIPE] = ACTIONS(3342), - [anon_sym_null] = ACTIONS(3340), - [anon_sym_if] = ACTIONS(3340), - [anon_sym_else] = ACTIONS(3340), - [anon_sym_when] = ACTIONS(3340), - [anon_sym_try] = ACTIONS(3340), - [anon_sym_throw] = ACTIONS(3340), - [anon_sym_return] = ACTIONS(3340), - [anon_sym_continue] = ACTIONS(3340), - [anon_sym_break] = ACTIONS(3340), - [anon_sym_COLON_COLON] = ACTIONS(3342), - [anon_sym_PLUS_EQ] = ACTIONS(3342), - [anon_sym_DASH_EQ] = ACTIONS(3342), - [anon_sym_STAR_EQ] = ACTIONS(3342), - [anon_sym_SLASH_EQ] = ACTIONS(3342), - [anon_sym_PERCENT_EQ] = ACTIONS(3342), - [anon_sym_BANG_EQ] = ACTIONS(3340), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3342), - [anon_sym_EQ_EQ] = ACTIONS(3340), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3342), - [anon_sym_LT_EQ] = ACTIONS(3342), - [anon_sym_GT_EQ] = ACTIONS(3342), - [anon_sym_BANGin] = ACTIONS(3342), - [anon_sym_is] = ACTIONS(3340), - [anon_sym_BANGis] = ACTIONS(3342), - [anon_sym_PLUS] = ACTIONS(3340), - [anon_sym_DASH] = ACTIONS(3340), - [anon_sym_SLASH] = ACTIONS(3340), - [anon_sym_PERCENT] = ACTIONS(3340), - [anon_sym_as_QMARK] = ACTIONS(3342), - [anon_sym_PLUS_PLUS] = ACTIONS(3342), - [anon_sym_DASH_DASH] = ACTIONS(3342), - [anon_sym_BANG] = ACTIONS(3340), - [anon_sym_BANG_BANG] = ACTIONS(3342), + [anon_sym_LBRACK] = ACTIONS(1766), + [anon_sym_as] = ACTIONS(1764), + [anon_sym_EQ] = ACTIONS(1764), + [anon_sym_LBRACE] = ACTIONS(1766), + [anon_sym_RBRACE] = ACTIONS(1766), + [anon_sym_LPAREN] = ACTIONS(1766), + [anon_sym_LT] = ACTIONS(1764), + [anon_sym_GT] = ACTIONS(1764), + [anon_sym_object] = ACTIONS(1764), + [anon_sym_fun] = ACTIONS(1764), + [anon_sym_DOT] = ACTIONS(1764), + [anon_sym_SEMI] = ACTIONS(1766), + [anon_sym_get] = ACTIONS(3310), + [anon_sym_set] = ACTIONS(3312), + [anon_sym_this] = ACTIONS(1764), + [anon_sym_super] = ACTIONS(1764), + [anon_sym_STAR] = ACTIONS(1764), + [sym_label] = ACTIONS(1764), + [anon_sym_in] = ACTIONS(1764), + [anon_sym_DOT_DOT] = ACTIONS(1766), + [anon_sym_QMARK_COLON] = ACTIONS(1766), + [anon_sym_AMP_AMP] = ACTIONS(1766), + [anon_sym_PIPE_PIPE] = ACTIONS(1766), + [anon_sym_null] = ACTIONS(1764), + [anon_sym_if] = ACTIONS(1764), + [anon_sym_else] = ACTIONS(1764), + [anon_sym_when] = ACTIONS(1764), + [anon_sym_try] = ACTIONS(1764), + [anon_sym_throw] = ACTIONS(1764), + [anon_sym_return] = ACTIONS(1764), + [anon_sym_continue] = ACTIONS(1764), + [anon_sym_break] = ACTIONS(1764), + [anon_sym_COLON_COLON] = ACTIONS(1766), + [anon_sym_PLUS_EQ] = ACTIONS(1766), + [anon_sym_DASH_EQ] = ACTIONS(1766), + [anon_sym_STAR_EQ] = ACTIONS(1766), + [anon_sym_SLASH_EQ] = ACTIONS(1766), + [anon_sym_PERCENT_EQ] = ACTIONS(1766), + [anon_sym_BANG_EQ] = ACTIONS(1764), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), + [anon_sym_EQ_EQ] = ACTIONS(1764), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1766), + [anon_sym_LT_EQ] = ACTIONS(1766), + [anon_sym_GT_EQ] = ACTIONS(1766), + [anon_sym_BANGin] = ACTIONS(1766), + [anon_sym_is] = ACTIONS(1764), + [anon_sym_BANGis] = ACTIONS(1766), + [anon_sym_PLUS] = ACTIONS(1764), + [anon_sym_DASH] = ACTIONS(1764), + [anon_sym_SLASH] = ACTIONS(1764), + [anon_sym_PERCENT] = ACTIONS(1764), + [anon_sym_as_QMARK] = ACTIONS(1766), + [anon_sym_PLUS_PLUS] = ACTIONS(1766), + [anon_sym_DASH_DASH] = ACTIONS(1766), + [anon_sym_BANG] = ACTIONS(1764), + [anon_sym_BANG_BANG] = ACTIONS(1766), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -104561,60 +103973,297 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3342), - [anon_sym_continue_AT] = ACTIONS(3342), - [anon_sym_break_AT] = ACTIONS(3342), - [sym_real_literal] = ACTIONS(3342), - [sym_integer_literal] = ACTIONS(3340), - [sym_hex_literal] = ACTIONS(3342), - [sym_bin_literal] = ACTIONS(3342), - [anon_sym_true] = ACTIONS(3340), - [anon_sym_false] = ACTIONS(3340), - [anon_sym_SQUOTE] = ACTIONS(3342), - [sym__backtick_identifier] = ACTIONS(3342), - [sym__automatic_semicolon] = ACTIONS(3342), - [sym_safe_nav] = ACTIONS(3342), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3342), - }, - [572] = { - [sym_getter] = STATE(3334), - [sym_setter] = STATE(3334), - [sym_modifiers] = STATE(8566), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1766), + [anon_sym_continue_AT] = ACTIONS(1766), + [anon_sym_break_AT] = ACTIONS(1766), + [sym_real_literal] = ACTIONS(1766), + [sym_integer_literal] = ACTIONS(1764), + [sym_hex_literal] = ACTIONS(1766), + [sym_bin_literal] = ACTIONS(1766), + [anon_sym_true] = ACTIONS(1764), + [anon_sym_false] = ACTIONS(1764), + [anon_sym_SQUOTE] = ACTIONS(1766), + [sym__backtick_identifier] = ACTIONS(1766), + [sym__automatic_semicolon] = ACTIONS(1766), + [sym_safe_nav] = ACTIONS(1766), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1766), + }, + [566] = { + [sym_getter] = STATE(3243), + [sym_setter] = STATE(3243), + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(1631), + [sym__comparison_operator] = STATE(2054), + [sym__in_operator] = STATE(1615), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(1616), + [sym__multiplicative_operator] = STATE(1617), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_modifiers] = STATE(8930), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1618), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_RBRACK] = ACTIONS(1772), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_EQ] = ACTIONS(1770), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(1772), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_COMMA] = ACTIONS(1772), + [anon_sym_RPAREN] = ACTIONS(1772), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(3396), + [anon_sym_where] = ACTIONS(1770), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3400), + [anon_sym_get] = ACTIONS(3402), + [anon_sym_set] = ACTIONS(3404), + [anon_sym_STAR] = ACTIONS(3406), + [anon_sym_DASH_GT] = ACTIONS(1772), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(3410), + [anon_sym_while] = ACTIONS(1770), + [anon_sym_DOT_DOT] = ACTIONS(3412), + [anon_sym_QMARK_COLON] = ACTIONS(3414), + [anon_sym_AMP_AMP] = ACTIONS(3416), + [anon_sym_PIPE_PIPE] = ACTIONS(3418), + [anon_sym_else] = ACTIONS(1770), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_PLUS_EQ] = ACTIONS(1772), + [anon_sym_DASH_EQ] = ACTIONS(1772), + [anon_sym_STAR_EQ] = ACTIONS(1772), + [anon_sym_SLASH_EQ] = ACTIONS(1772), + [anon_sym_PERCENT_EQ] = ACTIONS(1772), + [anon_sym_BANG_EQ] = ACTIONS(3422), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3424), + [anon_sym_EQ_EQ] = ACTIONS(3422), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3424), + [anon_sym_LT_EQ] = ACTIONS(3426), + [anon_sym_GT_EQ] = ACTIONS(3426), + [anon_sym_BANGin] = ACTIONS(3428), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), + [anon_sym_PLUS] = ACTIONS(3434), + [anon_sym_DASH] = ACTIONS(3434), + [anon_sym_SLASH] = ACTIONS(3406), + [anon_sym_PERCENT] = ACTIONS(3406), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(1746), + [anon_sym_inner] = ACTIONS(1746), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(1748), + [anon_sym_actual] = ACTIONS(1748), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym_safe_nav] = ACTIONS(3420), + [sym_multiline_comment] = ACTIONS(3), + }, + [567] = { + [sym_getter] = STATE(3312), + [sym_setter] = STATE(3312), + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(1631), + [sym__comparison_operator] = STATE(2054), + [sym__in_operator] = STATE(1615), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(1616), + [sym__multiplicative_operator] = STATE(1617), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_modifiers] = STATE(8930), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1618), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_RBRACK] = ACTIONS(1780), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_EQ] = ACTIONS(1778), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(1780), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_COMMA] = ACTIONS(1780), + [anon_sym_RPAREN] = ACTIONS(1780), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(3396), + [anon_sym_where] = ACTIONS(1778), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3440), + [anon_sym_get] = ACTIONS(3402), + [anon_sym_set] = ACTIONS(3404), + [anon_sym_STAR] = ACTIONS(3406), + [anon_sym_DASH_GT] = ACTIONS(1780), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(3410), + [anon_sym_while] = ACTIONS(1778), + [anon_sym_DOT_DOT] = ACTIONS(3412), + [anon_sym_QMARK_COLON] = ACTIONS(3414), + [anon_sym_AMP_AMP] = ACTIONS(3416), + [anon_sym_PIPE_PIPE] = ACTIONS(3418), + [anon_sym_else] = ACTIONS(1778), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_PLUS_EQ] = ACTIONS(1780), + [anon_sym_DASH_EQ] = ACTIONS(1780), + [anon_sym_STAR_EQ] = ACTIONS(1780), + [anon_sym_SLASH_EQ] = ACTIONS(1780), + [anon_sym_PERCENT_EQ] = ACTIONS(1780), + [anon_sym_BANG_EQ] = ACTIONS(3422), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3424), + [anon_sym_EQ_EQ] = ACTIONS(3422), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3424), + [anon_sym_LT_EQ] = ACTIONS(3426), + [anon_sym_GT_EQ] = ACTIONS(3426), + [anon_sym_BANGin] = ACTIONS(3428), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), + [anon_sym_PLUS] = ACTIONS(3434), + [anon_sym_DASH] = ACTIONS(3434), + [anon_sym_SLASH] = ACTIONS(3406), + [anon_sym_PERCENT] = ACTIONS(3406), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(1746), + [anon_sym_inner] = ACTIONS(1746), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(1748), + [anon_sym_actual] = ACTIONS(1748), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym_safe_nav] = ACTIONS(3420), + [sym_multiline_comment] = ACTIONS(3), + }, + [568] = { + [sym_type_constraints] = STATE(626), + [sym_property_delegate] = STATE(694), + [sym_getter] = STATE(1182), + [sym_setter] = STATE(1182), + [sym_modifiers] = STATE(8715), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1694), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1696), [anon_sym_as] = ACTIONS(1694), - [anon_sym_EQ] = ACTIONS(1694), + [anon_sym_EQ] = ACTIONS(3442), [anon_sym_LBRACE] = ACTIONS(1696), [anon_sym_RBRACE] = ACTIONS(1696), [anon_sym_LPAREN] = ACTIONS(1696), + [anon_sym_COMMA] = ACTIONS(1696), + [anon_sym_by] = ACTIONS(3366), [anon_sym_LT] = ACTIONS(1694), [anon_sym_GT] = ACTIONS(1694), + [anon_sym_where] = ACTIONS(3160), [anon_sym_object] = ACTIONS(1694), [anon_sym_fun] = ACTIONS(1694), [anon_sym_DOT] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(1696), - [anon_sym_get] = ACTIONS(3302), - [anon_sym_set] = ACTIONS(3304), + [anon_sym_SEMI] = ACTIONS(1910), + [anon_sym_get] = ACTIONS(3368), + [anon_sym_set] = ACTIONS(3370), [anon_sym_this] = ACTIONS(1694), [anon_sym_super] = ACTIONS(1694), - [anon_sym_STAR] = ACTIONS(1694), + [anon_sym_STAR] = ACTIONS(1696), [sym_label] = ACTIONS(1694), [anon_sym_in] = ACTIONS(1694), [anon_sym_DOT_DOT] = ACTIONS(1696), @@ -104631,11 +104280,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(1694), [anon_sym_break] = ACTIONS(1694), [anon_sym_COLON_COLON] = ACTIONS(1696), - [anon_sym_PLUS_EQ] = ACTIONS(1696), - [anon_sym_DASH_EQ] = ACTIONS(1696), - [anon_sym_STAR_EQ] = ACTIONS(1696), - [anon_sym_SLASH_EQ] = ACTIONS(1696), - [anon_sym_PERCENT_EQ] = ACTIONS(1696), [anon_sym_BANG_EQ] = ACTIONS(1694), [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), [anon_sym_EQ_EQ] = ACTIONS(1694), @@ -104648,7 +104292,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(1694), [anon_sym_DASH] = ACTIONS(1694), [anon_sym_SLASH] = ACTIONS(1694), - [anon_sym_PERCENT] = ACTIONS(1694), + [anon_sym_PERCENT] = ACTIONS(1696), [anon_sym_as_QMARK] = ACTIONS(1696), [anon_sym_PLUS_PLUS] = ACTIONS(1696), [anon_sym_DASH_DASH] = ACTIONS(1696), @@ -104677,8 +104321,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(1696), [anon_sym_continue_AT] = ACTIONS(1696), @@ -104696,196 +104340,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(1696), }, - [573] = { - [sym_getter] = STATE(3209), - [sym_setter] = STATE(3209), - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(1814), - [sym__comparison_operator] = STATE(1815), - [sym__in_operator] = STATE(1817), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(1818), - [sym__multiplicative_operator] = STATE(1819), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_modifiers] = STATE(8655), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1821), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_RBRACK] = ACTIONS(1696), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_EQ] = ACTIONS(1694), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(1696), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_COMMA] = ACTIONS(1696), - [anon_sym_RPAREN] = ACTIONS(1696), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3380), - [anon_sym_where] = ACTIONS(1694), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(3470), - [anon_sym_get] = ACTIONS(3386), - [anon_sym_set] = ACTIONS(3388), - [anon_sym_STAR] = ACTIONS(3390), - [anon_sym_DASH_GT] = ACTIONS(1696), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(3394), - [anon_sym_while] = ACTIONS(1694), - [anon_sym_DOT_DOT] = ACTIONS(3396), - [anon_sym_QMARK_COLON] = ACTIONS(3398), - [anon_sym_AMP_AMP] = ACTIONS(3400), - [anon_sym_PIPE_PIPE] = ACTIONS(3402), - [anon_sym_else] = ACTIONS(1694), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_PLUS_EQ] = ACTIONS(1696), - [anon_sym_DASH_EQ] = ACTIONS(1696), - [anon_sym_STAR_EQ] = ACTIONS(1696), - [anon_sym_SLASH_EQ] = ACTIONS(1696), - [anon_sym_PERCENT_EQ] = ACTIONS(1696), - [anon_sym_BANG_EQ] = ACTIONS(3406), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3408), - [anon_sym_EQ_EQ] = ACTIONS(3406), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3408), - [anon_sym_LT_EQ] = ACTIONS(3410), - [anon_sym_GT_EQ] = ACTIONS(3410), - [anon_sym_BANGin] = ACTIONS(3412), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), - [anon_sym_PLUS] = ACTIONS(3418), - [anon_sym_DASH] = ACTIONS(3418), - [anon_sym_SLASH] = ACTIONS(3390), - [anon_sym_PERCENT] = ACTIONS(3390), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(1746), - [anon_sym_inner] = ACTIONS(1746), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(1748), - [anon_sym_actual] = ACTIONS(1748), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), - [sym_multiline_comment] = ACTIONS(3), - }, - [574] = { - [sym_getter] = STATE(3146), - [sym_setter] = STATE(3146), - [sym_modifiers] = STATE(8566), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1782), + [569] = { + [sym_type_constraints] = STATE(636), + [sym_property_delegate] = STATE(696), + [sym_getter] = STATE(1142), + [sym_setter] = STATE(1142), + [sym_modifiers] = STATE(8715), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1784), - [anon_sym_as] = ACTIONS(1782), - [anon_sym_EQ] = ACTIONS(1782), - [anon_sym_LBRACE] = ACTIONS(1784), - [anon_sym_RBRACE] = ACTIONS(1784), - [anon_sym_LPAREN] = ACTIONS(1784), - [anon_sym_LT] = ACTIONS(1782), - [anon_sym_GT] = ACTIONS(1782), - [anon_sym_object] = ACTIONS(1782), - [anon_sym_fun] = ACTIONS(1782), - [anon_sym_DOT] = ACTIONS(1782), - [anon_sym_SEMI] = ACTIONS(1784), - [anon_sym_get] = ACTIONS(3302), - [anon_sym_set] = ACTIONS(3304), - [anon_sym_this] = ACTIONS(1782), - [anon_sym_super] = ACTIONS(1782), - [anon_sym_STAR] = ACTIONS(1782), - [sym_label] = ACTIONS(1782), - [anon_sym_in] = ACTIONS(1782), - [anon_sym_DOT_DOT] = ACTIONS(1784), - [anon_sym_QMARK_COLON] = ACTIONS(1784), - [anon_sym_AMP_AMP] = ACTIONS(1784), - [anon_sym_PIPE_PIPE] = ACTIONS(1784), - [anon_sym_null] = ACTIONS(1782), - [anon_sym_if] = ACTIONS(1782), - [anon_sym_else] = ACTIONS(1782), - [anon_sym_when] = ACTIONS(1782), - [anon_sym_try] = ACTIONS(1782), - [anon_sym_throw] = ACTIONS(1782), - [anon_sym_return] = ACTIONS(1782), - [anon_sym_continue] = ACTIONS(1782), - [anon_sym_break] = ACTIONS(1782), - [anon_sym_COLON_COLON] = ACTIONS(1784), - [anon_sym_PLUS_EQ] = ACTIONS(1784), - [anon_sym_DASH_EQ] = ACTIONS(1784), - [anon_sym_STAR_EQ] = ACTIONS(1784), - [anon_sym_SLASH_EQ] = ACTIONS(1784), - [anon_sym_PERCENT_EQ] = ACTIONS(1784), - [anon_sym_BANG_EQ] = ACTIONS(1782), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1784), - [anon_sym_EQ_EQ] = ACTIONS(1782), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1784), - [anon_sym_LT_EQ] = ACTIONS(1784), - [anon_sym_GT_EQ] = ACTIONS(1784), - [anon_sym_BANGin] = ACTIONS(1784), - [anon_sym_is] = ACTIONS(1782), - [anon_sym_BANGis] = ACTIONS(1784), - [anon_sym_PLUS] = ACTIONS(1782), - [anon_sym_DASH] = ACTIONS(1782), - [anon_sym_SLASH] = ACTIONS(1782), - [anon_sym_PERCENT] = ACTIONS(1782), - [anon_sym_as_QMARK] = ACTIONS(1784), - [anon_sym_PLUS_PLUS] = ACTIONS(1784), - [anon_sym_DASH_DASH] = ACTIONS(1784), - [anon_sym_BANG] = ACTIONS(1782), - [anon_sym_BANG_BANG] = ACTIONS(1784), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_EQ] = ACTIONS(3444), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_COMMA] = ACTIONS(3280), + [anon_sym_by] = ACTIONS(3366), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(3278), + [anon_sym_fun] = ACTIONS(3278), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(3446), + [anon_sym_get] = ACTIONS(3368), + [anon_sym_set] = ACTIONS(3370), + [anon_sym_this] = ACTIONS(3278), + [anon_sym_super] = ACTIONS(3278), + [anon_sym_STAR] = ACTIONS(3280), + [sym_label] = ACTIONS(3278), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_null] = ACTIONS(3278), + [anon_sym_if] = ACTIONS(3278), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_when] = ACTIONS(3278), + [anon_sym_try] = ACTIONS(3278), + [anon_sym_throw] = ACTIONS(3278), + [anon_sym_return] = ACTIONS(3278), + [anon_sym_continue] = ACTIONS(3278), + [anon_sym_break] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG] = ACTIONS(3278), + [anon_sym_BANG_BANG] = ACTIONS(3280), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -104909,99 +104437,99 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1784), - [anon_sym_continue_AT] = ACTIONS(1784), - [anon_sym_break_AT] = ACTIONS(1784), - [sym_real_literal] = ACTIONS(1784), - [sym_integer_literal] = ACTIONS(1782), - [sym_hex_literal] = ACTIONS(1784), - [sym_bin_literal] = ACTIONS(1784), - [anon_sym_true] = ACTIONS(1782), - [anon_sym_false] = ACTIONS(1782), - [anon_sym_SQUOTE] = ACTIONS(1784), - [sym__backtick_identifier] = ACTIONS(1784), - [sym__automatic_semicolon] = ACTIONS(1784), - [sym_safe_nav] = ACTIONS(1784), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1784), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3280), + [anon_sym_continue_AT] = ACTIONS(3280), + [anon_sym_break_AT] = ACTIONS(3280), + [sym_real_literal] = ACTIONS(3280), + [sym_integer_literal] = ACTIONS(3278), + [sym_hex_literal] = ACTIONS(3280), + [sym_bin_literal] = ACTIONS(3280), + [anon_sym_true] = ACTIONS(3278), + [anon_sym_false] = ACTIONS(3278), + [anon_sym_SQUOTE] = ACTIONS(3280), + [sym__backtick_identifier] = ACTIONS(3280), + [sym__automatic_semicolon] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3280), }, - [575] = { - [sym_getter] = STATE(1107), - [sym_setter] = STATE(1107), - [sym_modifiers] = STATE(8830), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), + [570] = { + [sym_type_constraints] = STATE(627), + [sym_property_delegate] = STATE(690), + [sym_getter] = STATE(1074), + [sym_setter] = STATE(1074), + [sym_modifiers] = STATE(8715), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3230), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_EQ] = ACTIONS(3254), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_object] = ACTIONS(3254), - [anon_sym_fun] = ACTIONS(3254), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(3336), - [anon_sym_get] = ACTIONS(3308), - [anon_sym_set] = ACTIONS(3310), - [anon_sym_this] = ACTIONS(3254), - [anon_sym_super] = ACTIONS(3254), - [anon_sym_STAR] = ACTIONS(3254), - [sym_label] = ACTIONS(3254), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_null] = ACTIONS(3254), - [anon_sym_if] = ACTIONS(3254), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_when] = ACTIONS(3254), - [anon_sym_try] = ACTIONS(3254), - [anon_sym_throw] = ACTIONS(3254), - [anon_sym_return] = ACTIONS(3254), - [anon_sym_continue] = ACTIONS(3254), - [anon_sym_break] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_PLUS_EQ] = ACTIONS(3256), - [anon_sym_DASH_EQ] = ACTIONS(3256), - [anon_sym_STAR_EQ] = ACTIONS(3256), - [anon_sym_SLASH_EQ] = ACTIONS(3256), - [anon_sym_PERCENT_EQ] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3254), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG] = ACTIONS(3254), - [anon_sym_BANG_BANG] = ACTIONS(3256), + [anon_sym_LBRACK] = ACTIONS(3234), + [anon_sym_as] = ACTIONS(3230), + [anon_sym_EQ] = ACTIONS(3448), + [anon_sym_LBRACE] = ACTIONS(3234), + [anon_sym_RBRACE] = ACTIONS(3234), + [anon_sym_LPAREN] = ACTIONS(3234), + [anon_sym_COMMA] = ACTIONS(3234), + [anon_sym_by] = ACTIONS(3366), + [anon_sym_LT] = ACTIONS(3230), + [anon_sym_GT] = ACTIONS(3230), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(3230), + [anon_sym_fun] = ACTIONS(3230), + [anon_sym_DOT] = ACTIONS(3230), + [anon_sym_SEMI] = ACTIONS(3450), + [anon_sym_get] = ACTIONS(3368), + [anon_sym_set] = ACTIONS(3370), + [anon_sym_this] = ACTIONS(3230), + [anon_sym_super] = ACTIONS(3230), + [anon_sym_STAR] = ACTIONS(3234), + [sym_label] = ACTIONS(3230), + [anon_sym_in] = ACTIONS(3230), + [anon_sym_DOT_DOT] = ACTIONS(3234), + [anon_sym_QMARK_COLON] = ACTIONS(3234), + [anon_sym_AMP_AMP] = ACTIONS(3234), + [anon_sym_PIPE_PIPE] = ACTIONS(3234), + [anon_sym_null] = ACTIONS(3230), + [anon_sym_if] = ACTIONS(3230), + [anon_sym_else] = ACTIONS(3230), + [anon_sym_when] = ACTIONS(3230), + [anon_sym_try] = ACTIONS(3230), + [anon_sym_throw] = ACTIONS(3230), + [anon_sym_return] = ACTIONS(3230), + [anon_sym_continue] = ACTIONS(3230), + [anon_sym_break] = ACTIONS(3230), + [anon_sym_COLON_COLON] = ACTIONS(3234), + [anon_sym_BANG_EQ] = ACTIONS(3230), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3234), + [anon_sym_EQ_EQ] = ACTIONS(3230), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3234), + [anon_sym_LT_EQ] = ACTIONS(3234), + [anon_sym_GT_EQ] = ACTIONS(3234), + [anon_sym_BANGin] = ACTIONS(3234), + [anon_sym_is] = ACTIONS(3230), + [anon_sym_BANGis] = ACTIONS(3234), + [anon_sym_PLUS] = ACTIONS(3230), + [anon_sym_DASH] = ACTIONS(3230), + [anon_sym_SLASH] = ACTIONS(3230), + [anon_sym_PERCENT] = ACTIONS(3234), + [anon_sym_as_QMARK] = ACTIONS(3234), + [anon_sym_PLUS_PLUS] = ACTIONS(3234), + [anon_sym_DASH_DASH] = ACTIONS(3234), + [anon_sym_BANG] = ACTIONS(3230), + [anon_sym_BANG_BANG] = ACTIONS(3234), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -105025,99 +104553,99 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3256), - [anon_sym_continue_AT] = ACTIONS(3256), - [anon_sym_break_AT] = ACTIONS(3256), - [sym_real_literal] = ACTIONS(3256), - [sym_integer_literal] = ACTIONS(3254), - [sym_hex_literal] = ACTIONS(3256), - [sym_bin_literal] = ACTIONS(3256), - [anon_sym_true] = ACTIONS(3254), - [anon_sym_false] = ACTIONS(3254), - [anon_sym_SQUOTE] = ACTIONS(3256), - [sym__backtick_identifier] = ACTIONS(3256), - [sym__automatic_semicolon] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3256), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3234), + [anon_sym_continue_AT] = ACTIONS(3234), + [anon_sym_break_AT] = ACTIONS(3234), + [sym_real_literal] = ACTIONS(3234), + [sym_integer_literal] = ACTIONS(3230), + [sym_hex_literal] = ACTIONS(3234), + [sym_bin_literal] = ACTIONS(3234), + [anon_sym_true] = ACTIONS(3230), + [anon_sym_false] = ACTIONS(3230), + [anon_sym_SQUOTE] = ACTIONS(3234), + [sym__backtick_identifier] = ACTIONS(3234), + [sym__automatic_semicolon] = ACTIONS(3234), + [sym_safe_nav] = ACTIONS(3234), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3234), }, - [576] = { - [sym_getter] = STATE(3139), - [sym_setter] = STATE(3139), - [sym_modifiers] = STATE(8566), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1752), + [571] = { + [sym_type_constraints] = STATE(615), + [sym_property_delegate] = STATE(677), + [sym_getter] = STATE(3288), + [sym_setter] = STATE(3288), + [sym_modifiers] = STATE(8787), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1754), - [anon_sym_as] = ACTIONS(1752), - [anon_sym_EQ] = ACTIONS(1752), - [anon_sym_LBRACE] = ACTIONS(1754), - [anon_sym_RBRACE] = ACTIONS(1754), - [anon_sym_LPAREN] = ACTIONS(1754), - [anon_sym_LT] = ACTIONS(1752), - [anon_sym_GT] = ACTIONS(1752), - [anon_sym_object] = ACTIONS(1752), - [anon_sym_fun] = ACTIONS(1752), - [anon_sym_DOT] = ACTIONS(1752), - [anon_sym_SEMI] = ACTIONS(1800), - [anon_sym_get] = ACTIONS(3302), - [anon_sym_set] = ACTIONS(3304), - [anon_sym_this] = ACTIONS(1752), - [anon_sym_super] = ACTIONS(1752), - [anon_sym_STAR] = ACTIONS(1752), - [sym_label] = ACTIONS(1752), - [anon_sym_in] = ACTIONS(1752), - [anon_sym_DOT_DOT] = ACTIONS(1754), - [anon_sym_QMARK_COLON] = ACTIONS(1754), - [anon_sym_AMP_AMP] = ACTIONS(1754), - [anon_sym_PIPE_PIPE] = ACTIONS(1754), - [anon_sym_null] = ACTIONS(1752), - [anon_sym_if] = ACTIONS(1752), - [anon_sym_else] = ACTIONS(1752), - [anon_sym_when] = ACTIONS(1752), - [anon_sym_try] = ACTIONS(1752), - [anon_sym_throw] = ACTIONS(1752), - [anon_sym_return] = ACTIONS(1752), - [anon_sym_continue] = ACTIONS(1752), - [anon_sym_break] = ACTIONS(1752), - [anon_sym_COLON_COLON] = ACTIONS(1754), - [anon_sym_PLUS_EQ] = ACTIONS(1754), - [anon_sym_DASH_EQ] = ACTIONS(1754), - [anon_sym_STAR_EQ] = ACTIONS(1754), - [anon_sym_SLASH_EQ] = ACTIONS(1754), - [anon_sym_PERCENT_EQ] = ACTIONS(1754), - [anon_sym_BANG_EQ] = ACTIONS(1752), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), - [anon_sym_EQ_EQ] = ACTIONS(1752), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), - [anon_sym_LT_EQ] = ACTIONS(1754), - [anon_sym_GT_EQ] = ACTIONS(1754), - [anon_sym_BANGin] = ACTIONS(1754), - [anon_sym_is] = ACTIONS(1752), - [anon_sym_BANGis] = ACTIONS(1754), - [anon_sym_PLUS] = ACTIONS(1752), - [anon_sym_DASH] = ACTIONS(1752), - [anon_sym_SLASH] = ACTIONS(1752), - [anon_sym_PERCENT] = ACTIONS(1752), - [anon_sym_as_QMARK] = ACTIONS(1754), - [anon_sym_PLUS_PLUS] = ACTIONS(1754), - [anon_sym_DASH_DASH] = ACTIONS(1754), - [anon_sym_BANG] = ACTIONS(1752), - [anon_sym_BANG_BANG] = ACTIONS(1754), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_EQ] = ACTIONS(3452), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_COMMA] = ACTIONS(1786), + [anon_sym_by] = ACTIONS(3366), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(1784), + [anon_sym_fun] = ACTIONS(1784), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(1916), + [anon_sym_get] = ACTIONS(3374), + [anon_sym_set] = ACTIONS(3376), + [anon_sym_this] = ACTIONS(1784), + [anon_sym_super] = ACTIONS(1784), + [anon_sym_STAR] = ACTIONS(1786), + [sym_label] = ACTIONS(1784), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_null] = ACTIONS(1784), + [anon_sym_if] = ACTIONS(1784), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_when] = ACTIONS(1784), + [anon_sym_try] = ACTIONS(1784), + [anon_sym_throw] = ACTIONS(1784), + [anon_sym_return] = ACTIONS(1784), + [anon_sym_continue] = ACTIONS(1784), + [anon_sym_break] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1786), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG] = ACTIONS(1784), + [anon_sym_BANG_BANG] = ACTIONS(1786), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -105141,99 +104669,99 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1754), - [anon_sym_continue_AT] = ACTIONS(1754), - [anon_sym_break_AT] = ACTIONS(1754), - [sym_real_literal] = ACTIONS(1754), - [sym_integer_literal] = ACTIONS(1752), - [sym_hex_literal] = ACTIONS(1754), - [sym_bin_literal] = ACTIONS(1754), - [anon_sym_true] = ACTIONS(1752), - [anon_sym_false] = ACTIONS(1752), - [anon_sym_SQUOTE] = ACTIONS(1754), - [sym__backtick_identifier] = ACTIONS(1754), - [sym__automatic_semicolon] = ACTIONS(1754), - [sym_safe_nav] = ACTIONS(1754), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1754), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1786), + [anon_sym_continue_AT] = ACTIONS(1786), + [anon_sym_break_AT] = ACTIONS(1786), + [sym_real_literal] = ACTIONS(1786), + [sym_integer_literal] = ACTIONS(1784), + [sym_hex_literal] = ACTIONS(1786), + [sym_bin_literal] = ACTIONS(1786), + [anon_sym_true] = ACTIONS(1784), + [anon_sym_false] = ACTIONS(1784), + [anon_sym_SQUOTE] = ACTIONS(1786), + [sym__backtick_identifier] = ACTIONS(1786), + [sym__automatic_semicolon] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1786), }, - [577] = { - [sym_type_constraints] = STATE(618), - [sym_property_delegate] = STATE(669), - [sym_getter] = STATE(3166), - [sym_setter] = STATE(3166), - [sym_modifiers] = STATE(8834), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), + [572] = { + [sym_getter] = STATE(3447), + [sym_setter] = STATE(3447), + [sym_modifiers] = STATE(8760), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_EQ] = ACTIONS(3472), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_COMMA] = ACTIONS(1778), - [anon_sym_by] = ACTIONS(3364), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(1776), - [anon_sym_fun] = ACTIONS(1776), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(1934), - [anon_sym_get] = ACTIONS(3366), - [anon_sym_set] = ACTIONS(3368), - [anon_sym_this] = ACTIONS(1776), - [anon_sym_super] = ACTIONS(1776), - [anon_sym_STAR] = ACTIONS(1778), - [sym_label] = ACTIONS(1776), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_null] = ACTIONS(1776), - [anon_sym_if] = ACTIONS(1776), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_when] = ACTIONS(1776), - [anon_sym_try] = ACTIONS(1776), - [anon_sym_throw] = ACTIONS(1776), - [anon_sym_return] = ACTIONS(1776), - [anon_sym_continue] = ACTIONS(1776), - [anon_sym_break] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1778), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG] = ACTIONS(1776), - [anon_sym_BANG_BANG] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_EQ] = ACTIONS(3278), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_object] = ACTIONS(3278), + [anon_sym_fun] = ACTIONS(3278), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(3336), + [anon_sym_get] = ACTIONS(3310), + [anon_sym_set] = ACTIONS(3312), + [anon_sym_this] = ACTIONS(3278), + [anon_sym_super] = ACTIONS(3278), + [anon_sym_STAR] = ACTIONS(3278), + [sym_label] = ACTIONS(3278), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_null] = ACTIONS(3278), + [anon_sym_if] = ACTIONS(3278), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_when] = ACTIONS(3278), + [anon_sym_try] = ACTIONS(3278), + [anon_sym_throw] = ACTIONS(3278), + [anon_sym_return] = ACTIONS(3278), + [anon_sym_continue] = ACTIONS(3278), + [anon_sym_break] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_PLUS_EQ] = ACTIONS(3280), + [anon_sym_DASH_EQ] = ACTIONS(3280), + [anon_sym_STAR_EQ] = ACTIONS(3280), + [anon_sym_SLASH_EQ] = ACTIONS(3280), + [anon_sym_PERCENT_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3278), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG] = ACTIONS(3278), + [anon_sym_BANG_BANG] = ACTIONS(3280), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -105257,99 +104785,215 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1778), - [anon_sym_continue_AT] = ACTIONS(1778), - [anon_sym_break_AT] = ACTIONS(1778), - [sym_real_literal] = ACTIONS(1778), - [sym_integer_literal] = ACTIONS(1776), - [sym_hex_literal] = ACTIONS(1778), - [sym_bin_literal] = ACTIONS(1778), - [anon_sym_true] = ACTIONS(1776), - [anon_sym_false] = ACTIONS(1776), - [anon_sym_SQUOTE] = ACTIONS(1778), - [sym__backtick_identifier] = ACTIONS(1778), - [sym__automatic_semicolon] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1778), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3280), + [anon_sym_continue_AT] = ACTIONS(3280), + [anon_sym_break_AT] = ACTIONS(3280), + [sym_real_literal] = ACTIONS(3280), + [sym_integer_literal] = ACTIONS(3278), + [sym_hex_literal] = ACTIONS(3280), + [sym_bin_literal] = ACTIONS(3280), + [anon_sym_true] = ACTIONS(3278), + [anon_sym_false] = ACTIONS(3278), + [anon_sym_SQUOTE] = ACTIONS(3280), + [sym__backtick_identifier] = ACTIONS(3280), + [sym__automatic_semicolon] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3280), }, - [578] = { - [sym_getter] = STATE(1069), - [sym_setter] = STATE(1069), - [sym_modifiers] = STATE(8830), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1694), + [573] = { + [sym_primary_constructor] = STATE(3912), + [sym_class_body] = STATE(3465), + [sym__class_parameters] = STATE(3113), + [sym_type_parameters] = STATE(630), + [sym_type_constraints] = STATE(2994), + [sym_modifiers] = STATE(9209), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3146), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_COLON] = ACTIONS(3454), + [anon_sym_LBRACK] = ACTIONS(3150), + [anon_sym_as] = ACTIONS(3146), + [anon_sym_constructor] = ACTIONS(3110), + [anon_sym_LBRACE] = ACTIONS(3144), + [anon_sym_RBRACE] = ACTIONS(3150), + [anon_sym_LPAREN] = ACTIONS(3114), + [anon_sym_LT] = ACTIONS(3116), + [anon_sym_GT] = ACTIONS(3146), + [anon_sym_where] = ACTIONS(3118), + [anon_sym_object] = ACTIONS(3146), + [anon_sym_fun] = ACTIONS(3146), + [anon_sym_DOT] = ACTIONS(3146), + [anon_sym_SEMI] = ACTIONS(3150), + [anon_sym_get] = ACTIONS(3146), + [anon_sym_set] = ACTIONS(3146), + [anon_sym_this] = ACTIONS(3146), + [anon_sym_super] = ACTIONS(3146), + [anon_sym_STAR] = ACTIONS(3150), + [sym_label] = ACTIONS(3146), + [anon_sym_in] = ACTIONS(3146), + [anon_sym_DOT_DOT] = ACTIONS(3150), + [anon_sym_QMARK_COLON] = ACTIONS(3150), + [anon_sym_AMP_AMP] = ACTIONS(3150), + [anon_sym_PIPE_PIPE] = ACTIONS(3150), + [anon_sym_null] = ACTIONS(3146), + [anon_sym_if] = ACTIONS(3146), + [anon_sym_else] = ACTIONS(3146), + [anon_sym_when] = ACTIONS(3146), + [anon_sym_try] = ACTIONS(3146), + [anon_sym_throw] = ACTIONS(3146), + [anon_sym_return] = ACTIONS(3146), + [anon_sym_continue] = ACTIONS(3146), + [anon_sym_break] = ACTIONS(3146), + [anon_sym_COLON_COLON] = ACTIONS(3150), + [anon_sym_BANG_EQ] = ACTIONS(3146), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3150), + [anon_sym_EQ_EQ] = ACTIONS(3146), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3150), + [anon_sym_LT_EQ] = ACTIONS(3150), + [anon_sym_GT_EQ] = ACTIONS(3150), + [anon_sym_BANGin] = ACTIONS(3150), + [anon_sym_is] = ACTIONS(3146), + [anon_sym_BANGis] = ACTIONS(3150), + [anon_sym_PLUS] = ACTIONS(3146), + [anon_sym_DASH] = ACTIONS(3146), + [anon_sym_SLASH] = ACTIONS(3146), + [anon_sym_PERCENT] = ACTIONS(3150), + [anon_sym_as_QMARK] = ACTIONS(3150), + [anon_sym_PLUS_PLUS] = ACTIONS(3150), + [anon_sym_DASH_DASH] = ACTIONS(3150), + [anon_sym_BANG] = ACTIONS(3146), + [anon_sym_BANG_BANG] = ACTIONS(3150), + [anon_sym_suspend] = ACTIONS(3120), + [anon_sym_sealed] = ACTIONS(3122), + [anon_sym_annotation] = ACTIONS(3122), + [anon_sym_data] = ACTIONS(3122), + [anon_sym_inner] = ACTIONS(3122), + [anon_sym_override] = ACTIONS(3124), + [anon_sym_lateinit] = ACTIONS(3124), + [anon_sym_public] = ACTIONS(3126), + [anon_sym_private] = ACTIONS(3126), + [anon_sym_internal] = ACTIONS(3126), + [anon_sym_protected] = ACTIONS(3126), + [anon_sym_tailrec] = ACTIONS(3120), + [anon_sym_operator] = ACTIONS(3120), + [anon_sym_infix] = ACTIONS(3120), + [anon_sym_inline] = ACTIONS(3120), + [anon_sym_external] = ACTIONS(3120), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3130), + [anon_sym_final] = ACTIONS(3130), + [anon_sym_open] = ACTIONS(3130), + [anon_sym_vararg] = ACTIONS(3132), + [anon_sym_noinline] = ACTIONS(3132), + [anon_sym_crossinline] = ACTIONS(3132), + [anon_sym_expect] = ACTIONS(3134), + [anon_sym_actual] = ACTIONS(3134), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3150), + [anon_sym_continue_AT] = ACTIONS(3150), + [anon_sym_break_AT] = ACTIONS(3150), + [sym_real_literal] = ACTIONS(3150), + [sym_integer_literal] = ACTIONS(3146), + [sym_hex_literal] = ACTIONS(3150), + [sym_bin_literal] = ACTIONS(3150), + [anon_sym_true] = ACTIONS(3146), + [anon_sym_false] = ACTIONS(3146), + [anon_sym_SQUOTE] = ACTIONS(3150), + [sym__backtick_identifier] = ACTIONS(3150), + [sym__automatic_semicolon] = ACTIONS(3150), + [sym_safe_nav] = ACTIONS(3150), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3150), + }, + [574] = { + [sym_getter] = STATE(3151), + [sym_setter] = STATE(3151), + [sym_modifiers] = STATE(8760), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1764), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1696), - [anon_sym_as] = ACTIONS(1694), - [anon_sym_EQ] = ACTIONS(1694), - [anon_sym_LBRACE] = ACTIONS(1696), - [anon_sym_RBRACE] = ACTIONS(1696), - [anon_sym_LPAREN] = ACTIONS(1696), - [anon_sym_LT] = ACTIONS(1694), - [anon_sym_GT] = ACTIONS(1694), - [anon_sym_object] = ACTIONS(1694), - [anon_sym_fun] = ACTIONS(1694), - [anon_sym_DOT] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(1696), - [anon_sym_get] = ACTIONS(3308), - [anon_sym_set] = ACTIONS(3310), - [anon_sym_this] = ACTIONS(1694), - [anon_sym_super] = ACTIONS(1694), - [anon_sym_STAR] = ACTIONS(1694), - [sym_label] = ACTIONS(1694), - [anon_sym_in] = ACTIONS(1694), - [anon_sym_DOT_DOT] = ACTIONS(1696), - [anon_sym_QMARK_COLON] = ACTIONS(1696), - [anon_sym_AMP_AMP] = ACTIONS(1696), - [anon_sym_PIPE_PIPE] = ACTIONS(1696), - [anon_sym_null] = ACTIONS(1694), - [anon_sym_if] = ACTIONS(1694), - [anon_sym_else] = ACTIONS(1694), - [anon_sym_when] = ACTIONS(1694), - [anon_sym_try] = ACTIONS(1694), - [anon_sym_throw] = ACTIONS(1694), - [anon_sym_return] = ACTIONS(1694), - [anon_sym_continue] = ACTIONS(1694), - [anon_sym_break] = ACTIONS(1694), - [anon_sym_COLON_COLON] = ACTIONS(1696), - [anon_sym_PLUS_EQ] = ACTIONS(1696), - [anon_sym_DASH_EQ] = ACTIONS(1696), - [anon_sym_STAR_EQ] = ACTIONS(1696), - [anon_sym_SLASH_EQ] = ACTIONS(1696), - [anon_sym_PERCENT_EQ] = ACTIONS(1696), - [anon_sym_BANG_EQ] = ACTIONS(1694), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), - [anon_sym_EQ_EQ] = ACTIONS(1694), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), - [anon_sym_LT_EQ] = ACTIONS(1696), - [anon_sym_GT_EQ] = ACTIONS(1696), - [anon_sym_BANGin] = ACTIONS(1696), - [anon_sym_is] = ACTIONS(1694), - [anon_sym_BANGis] = ACTIONS(1696), - [anon_sym_PLUS] = ACTIONS(1694), - [anon_sym_DASH] = ACTIONS(1694), - [anon_sym_SLASH] = ACTIONS(1694), - [anon_sym_PERCENT] = ACTIONS(1694), - [anon_sym_as_QMARK] = ACTIONS(1696), - [anon_sym_PLUS_PLUS] = ACTIONS(1696), - [anon_sym_DASH_DASH] = ACTIONS(1696), - [anon_sym_BANG] = ACTIONS(1694), - [anon_sym_BANG_BANG] = ACTIONS(1696), + [anon_sym_LBRACK] = ACTIONS(1766), + [anon_sym_as] = ACTIONS(1764), + [anon_sym_EQ] = ACTIONS(1764), + [anon_sym_LBRACE] = ACTIONS(1766), + [anon_sym_RBRACE] = ACTIONS(1766), + [anon_sym_LPAREN] = ACTIONS(1766), + [anon_sym_LT] = ACTIONS(1764), + [anon_sym_GT] = ACTIONS(1764), + [anon_sym_object] = ACTIONS(1764), + [anon_sym_fun] = ACTIONS(1764), + [anon_sym_DOT] = ACTIONS(1764), + [anon_sym_SEMI] = ACTIONS(1848), + [anon_sym_get] = ACTIONS(3310), + [anon_sym_set] = ACTIONS(3312), + [anon_sym_this] = ACTIONS(1764), + [anon_sym_super] = ACTIONS(1764), + [anon_sym_STAR] = ACTIONS(1764), + [sym_label] = ACTIONS(1764), + [anon_sym_in] = ACTIONS(1764), + [anon_sym_DOT_DOT] = ACTIONS(1766), + [anon_sym_QMARK_COLON] = ACTIONS(1766), + [anon_sym_AMP_AMP] = ACTIONS(1766), + [anon_sym_PIPE_PIPE] = ACTIONS(1766), + [anon_sym_null] = ACTIONS(1764), + [anon_sym_if] = ACTIONS(1764), + [anon_sym_else] = ACTIONS(1764), + [anon_sym_when] = ACTIONS(1764), + [anon_sym_try] = ACTIONS(1764), + [anon_sym_throw] = ACTIONS(1764), + [anon_sym_return] = ACTIONS(1764), + [anon_sym_continue] = ACTIONS(1764), + [anon_sym_break] = ACTIONS(1764), + [anon_sym_COLON_COLON] = ACTIONS(1766), + [anon_sym_PLUS_EQ] = ACTIONS(1766), + [anon_sym_DASH_EQ] = ACTIONS(1766), + [anon_sym_STAR_EQ] = ACTIONS(1766), + [anon_sym_SLASH_EQ] = ACTIONS(1766), + [anon_sym_PERCENT_EQ] = ACTIONS(1766), + [anon_sym_BANG_EQ] = ACTIONS(1764), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), + [anon_sym_EQ_EQ] = ACTIONS(1764), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1766), + [anon_sym_LT_EQ] = ACTIONS(1766), + [anon_sym_GT_EQ] = ACTIONS(1766), + [anon_sym_BANGin] = ACTIONS(1766), + [anon_sym_is] = ACTIONS(1764), + [anon_sym_BANGis] = ACTIONS(1766), + [anon_sym_PLUS] = ACTIONS(1764), + [anon_sym_DASH] = ACTIONS(1764), + [anon_sym_SLASH] = ACTIONS(1764), + [anon_sym_PERCENT] = ACTIONS(1764), + [anon_sym_as_QMARK] = ACTIONS(1766), + [anon_sym_PLUS_PLUS] = ACTIONS(1766), + [anon_sym_DASH_DASH] = ACTIONS(1766), + [anon_sym_BANG] = ACTIONS(1764), + [anon_sym_BANG_BANG] = ACTIONS(1766), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -105373,41 +105017,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1696), - [anon_sym_continue_AT] = ACTIONS(1696), - [anon_sym_break_AT] = ACTIONS(1696), - [sym_real_literal] = ACTIONS(1696), - [sym_integer_literal] = ACTIONS(1694), - [sym_hex_literal] = ACTIONS(1696), - [sym_bin_literal] = ACTIONS(1696), - [anon_sym_true] = ACTIONS(1694), - [anon_sym_false] = ACTIONS(1694), - [anon_sym_SQUOTE] = ACTIONS(1696), - [sym__backtick_identifier] = ACTIONS(1696), - [sym__automatic_semicolon] = ACTIONS(1696), - [sym_safe_nav] = ACTIONS(1696), + [anon_sym_return_AT] = ACTIONS(1766), + [anon_sym_continue_AT] = ACTIONS(1766), + [anon_sym_break_AT] = ACTIONS(1766), + [sym_real_literal] = ACTIONS(1766), + [sym_integer_literal] = ACTIONS(1764), + [sym_hex_literal] = ACTIONS(1766), + [sym_bin_literal] = ACTIONS(1766), + [anon_sym_true] = ACTIONS(1764), + [anon_sym_false] = ACTIONS(1764), + [anon_sym_SQUOTE] = ACTIONS(1766), + [sym__backtick_identifier] = ACTIONS(1766), + [sym__automatic_semicolon] = ACTIONS(1766), + [sym_safe_nav] = ACTIONS(1766), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1696), + [sym__string_start] = ACTIONS(1766), }, - [579] = { - [sym_getter] = STATE(1143), - [sym_setter] = STATE(1143), - [sym_modifiers] = STATE(8830), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [575] = { + [sym_getter] = STATE(1128), + [sym_setter] = STATE(1128), + [sym_modifiers] = STATE(8864), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1770), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1772), @@ -105422,8 +105066,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_fun] = ACTIONS(1770), [anon_sym_DOT] = ACTIONS(1770), [anon_sym_SEMI] = ACTIONS(1772), - [anon_sym_get] = ACTIONS(3308), - [anon_sym_set] = ACTIONS(3310), + [anon_sym_get] = ACTIONS(3302), + [anon_sym_set] = ACTIONS(3304), [anon_sym_this] = ACTIONS(1770), [anon_sym_super] = ACTIONS(1770), [anon_sym_STAR] = ACTIONS(1770), @@ -105489,8 +105133,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(1772), [anon_sym_continue_AT] = ACTIONS(1772), @@ -105508,80 +105152,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(1772), }, - [580] = { - [sym_getter] = STATE(1069), - [sym_setter] = STATE(1069), - [sym_modifiers] = STATE(8830), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1694), + [576] = { + [sym_getter] = STATE(3170), + [sym_setter] = STATE(3170), + [sym_modifiers] = STATE(8760), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1778), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1696), - [anon_sym_as] = ACTIONS(1694), - [anon_sym_EQ] = ACTIONS(1694), - [anon_sym_LBRACE] = ACTIONS(1696), - [anon_sym_RBRACE] = ACTIONS(1696), - [anon_sym_LPAREN] = ACTIONS(1696), - [anon_sym_LT] = ACTIONS(1694), - [anon_sym_GT] = ACTIONS(1694), - [anon_sym_object] = ACTIONS(1694), - [anon_sym_fun] = ACTIONS(1694), - [anon_sym_DOT] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(1838), - [anon_sym_get] = ACTIONS(3308), - [anon_sym_set] = ACTIONS(3310), - [anon_sym_this] = ACTIONS(1694), - [anon_sym_super] = ACTIONS(1694), - [anon_sym_STAR] = ACTIONS(1694), - [sym_label] = ACTIONS(1694), - [anon_sym_in] = ACTIONS(1694), - [anon_sym_DOT_DOT] = ACTIONS(1696), - [anon_sym_QMARK_COLON] = ACTIONS(1696), - [anon_sym_AMP_AMP] = ACTIONS(1696), - [anon_sym_PIPE_PIPE] = ACTIONS(1696), - [anon_sym_null] = ACTIONS(1694), - [anon_sym_if] = ACTIONS(1694), - [anon_sym_else] = ACTIONS(1694), - [anon_sym_when] = ACTIONS(1694), - [anon_sym_try] = ACTIONS(1694), - [anon_sym_throw] = ACTIONS(1694), - [anon_sym_return] = ACTIONS(1694), - [anon_sym_continue] = ACTIONS(1694), - [anon_sym_break] = ACTIONS(1694), - [anon_sym_COLON_COLON] = ACTIONS(1696), - [anon_sym_PLUS_EQ] = ACTIONS(1696), - [anon_sym_DASH_EQ] = ACTIONS(1696), - [anon_sym_STAR_EQ] = ACTIONS(1696), - [anon_sym_SLASH_EQ] = ACTIONS(1696), - [anon_sym_PERCENT_EQ] = ACTIONS(1696), - [anon_sym_BANG_EQ] = ACTIONS(1694), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), - [anon_sym_EQ_EQ] = ACTIONS(1694), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), - [anon_sym_LT_EQ] = ACTIONS(1696), - [anon_sym_GT_EQ] = ACTIONS(1696), - [anon_sym_BANGin] = ACTIONS(1696), - [anon_sym_is] = ACTIONS(1694), - [anon_sym_BANGis] = ACTIONS(1696), - [anon_sym_PLUS] = ACTIONS(1694), - [anon_sym_DASH] = ACTIONS(1694), - [anon_sym_SLASH] = ACTIONS(1694), - [anon_sym_PERCENT] = ACTIONS(1694), - [anon_sym_as_QMARK] = ACTIONS(1696), - [anon_sym_PLUS_PLUS] = ACTIONS(1696), - [anon_sym_DASH_DASH] = ACTIONS(1696), - [anon_sym_BANG] = ACTIONS(1694), - [anon_sym_BANG_BANG] = ACTIONS(1696), + [anon_sym_LBRACK] = ACTIONS(1780), + [anon_sym_as] = ACTIONS(1778), + [anon_sym_EQ] = ACTIONS(1778), + [anon_sym_LBRACE] = ACTIONS(1780), + [anon_sym_RBRACE] = ACTIONS(1780), + [anon_sym_LPAREN] = ACTIONS(1780), + [anon_sym_LT] = ACTIONS(1778), + [anon_sym_GT] = ACTIONS(1778), + [anon_sym_object] = ACTIONS(1778), + [anon_sym_fun] = ACTIONS(1778), + [anon_sym_DOT] = ACTIONS(1778), + [anon_sym_SEMI] = ACTIONS(1780), + [anon_sym_get] = ACTIONS(3310), + [anon_sym_set] = ACTIONS(3312), + [anon_sym_this] = ACTIONS(1778), + [anon_sym_super] = ACTIONS(1778), + [anon_sym_STAR] = ACTIONS(1778), + [sym_label] = ACTIONS(1778), + [anon_sym_in] = ACTIONS(1778), + [anon_sym_DOT_DOT] = ACTIONS(1780), + [anon_sym_QMARK_COLON] = ACTIONS(1780), + [anon_sym_AMP_AMP] = ACTIONS(1780), + [anon_sym_PIPE_PIPE] = ACTIONS(1780), + [anon_sym_null] = ACTIONS(1778), + [anon_sym_if] = ACTIONS(1778), + [anon_sym_else] = ACTIONS(1778), + [anon_sym_when] = ACTIONS(1778), + [anon_sym_try] = ACTIONS(1778), + [anon_sym_throw] = ACTIONS(1778), + [anon_sym_return] = ACTIONS(1778), + [anon_sym_continue] = ACTIONS(1778), + [anon_sym_break] = ACTIONS(1778), + [anon_sym_COLON_COLON] = ACTIONS(1780), + [anon_sym_PLUS_EQ] = ACTIONS(1780), + [anon_sym_DASH_EQ] = ACTIONS(1780), + [anon_sym_STAR_EQ] = ACTIONS(1780), + [anon_sym_SLASH_EQ] = ACTIONS(1780), + [anon_sym_PERCENT_EQ] = ACTIONS(1780), + [anon_sym_BANG_EQ] = ACTIONS(1778), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1780), + [anon_sym_EQ_EQ] = ACTIONS(1778), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1780), + [anon_sym_LT_EQ] = ACTIONS(1780), + [anon_sym_GT_EQ] = ACTIONS(1780), + [anon_sym_BANGin] = ACTIONS(1780), + [anon_sym_is] = ACTIONS(1778), + [anon_sym_BANGis] = ACTIONS(1780), + [anon_sym_PLUS] = ACTIONS(1778), + [anon_sym_DASH] = ACTIONS(1778), + [anon_sym_SLASH] = ACTIONS(1778), + [anon_sym_PERCENT] = ACTIONS(1778), + [anon_sym_as_QMARK] = ACTIONS(1780), + [anon_sym_PLUS_PLUS] = ACTIONS(1780), + [anon_sym_DASH_DASH] = ACTIONS(1780), + [anon_sym_BANG] = ACTIONS(1778), + [anon_sym_BANG_BANG] = ACTIONS(1780), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -105605,104 +105249,348 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1780), + [anon_sym_continue_AT] = ACTIONS(1780), + [anon_sym_break_AT] = ACTIONS(1780), + [sym_real_literal] = ACTIONS(1780), + [sym_integer_literal] = ACTIONS(1778), + [sym_hex_literal] = ACTIONS(1780), + [sym_bin_literal] = ACTIONS(1780), + [anon_sym_true] = ACTIONS(1778), + [anon_sym_false] = ACTIONS(1778), + [anon_sym_SQUOTE] = ACTIONS(1780), + [sym__backtick_identifier] = ACTIONS(1780), + [sym__automatic_semicolon] = ACTIONS(1780), + [sym_safe_nav] = ACTIONS(1780), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1780), + }, + [577] = { + [sym_primary_constructor] = STATE(3909), + [sym_class_body] = STATE(3459), + [sym__class_parameters] = STATE(3113), + [sym_type_parameters] = STATE(633), + [sym_type_constraints] = STATE(3043), + [sym_modifiers] = STATE(9209), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3136), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_COLON] = ACTIONS(3456), + [anon_sym_LBRACK] = ACTIONS(3140), + [anon_sym_as] = ACTIONS(3136), + [anon_sym_constructor] = ACTIONS(3110), + [anon_sym_LBRACE] = ACTIONS(3144), + [anon_sym_RBRACE] = ACTIONS(3140), + [anon_sym_LPAREN] = ACTIONS(3114), + [anon_sym_LT] = ACTIONS(3116), + [anon_sym_GT] = ACTIONS(3136), + [anon_sym_where] = ACTIONS(3118), + [anon_sym_object] = ACTIONS(3136), + [anon_sym_fun] = ACTIONS(3136), + [anon_sym_DOT] = ACTIONS(3136), + [anon_sym_SEMI] = ACTIONS(3140), + [anon_sym_get] = ACTIONS(3136), + [anon_sym_set] = ACTIONS(3136), + [anon_sym_this] = ACTIONS(3136), + [anon_sym_super] = ACTIONS(3136), + [anon_sym_STAR] = ACTIONS(3140), + [sym_label] = ACTIONS(3136), + [anon_sym_in] = ACTIONS(3136), + [anon_sym_DOT_DOT] = ACTIONS(3140), + [anon_sym_QMARK_COLON] = ACTIONS(3140), + [anon_sym_AMP_AMP] = ACTIONS(3140), + [anon_sym_PIPE_PIPE] = ACTIONS(3140), + [anon_sym_null] = ACTIONS(3136), + [anon_sym_if] = ACTIONS(3136), + [anon_sym_else] = ACTIONS(3136), + [anon_sym_when] = ACTIONS(3136), + [anon_sym_try] = ACTIONS(3136), + [anon_sym_throw] = ACTIONS(3136), + [anon_sym_return] = ACTIONS(3136), + [anon_sym_continue] = ACTIONS(3136), + [anon_sym_break] = ACTIONS(3136), + [anon_sym_COLON_COLON] = ACTIONS(3140), + [anon_sym_BANG_EQ] = ACTIONS(3136), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3140), + [anon_sym_EQ_EQ] = ACTIONS(3136), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3140), + [anon_sym_LT_EQ] = ACTIONS(3140), + [anon_sym_GT_EQ] = ACTIONS(3140), + [anon_sym_BANGin] = ACTIONS(3140), + [anon_sym_is] = ACTIONS(3136), + [anon_sym_BANGis] = ACTIONS(3140), + [anon_sym_PLUS] = ACTIONS(3136), + [anon_sym_DASH] = ACTIONS(3136), + [anon_sym_SLASH] = ACTIONS(3136), + [anon_sym_PERCENT] = ACTIONS(3140), + [anon_sym_as_QMARK] = ACTIONS(3140), + [anon_sym_PLUS_PLUS] = ACTIONS(3140), + [anon_sym_DASH_DASH] = ACTIONS(3140), + [anon_sym_BANG] = ACTIONS(3136), + [anon_sym_BANG_BANG] = ACTIONS(3140), + [anon_sym_suspend] = ACTIONS(3120), + [anon_sym_sealed] = ACTIONS(3122), + [anon_sym_annotation] = ACTIONS(3122), + [anon_sym_data] = ACTIONS(3122), + [anon_sym_inner] = ACTIONS(3122), + [anon_sym_override] = ACTIONS(3124), + [anon_sym_lateinit] = ACTIONS(3124), + [anon_sym_public] = ACTIONS(3126), + [anon_sym_private] = ACTIONS(3126), + [anon_sym_internal] = ACTIONS(3126), + [anon_sym_protected] = ACTIONS(3126), + [anon_sym_tailrec] = ACTIONS(3120), + [anon_sym_operator] = ACTIONS(3120), + [anon_sym_infix] = ACTIONS(3120), + [anon_sym_inline] = ACTIONS(3120), + [anon_sym_external] = ACTIONS(3120), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3130), + [anon_sym_final] = ACTIONS(3130), + [anon_sym_open] = ACTIONS(3130), + [anon_sym_vararg] = ACTIONS(3132), + [anon_sym_noinline] = ACTIONS(3132), + [anon_sym_crossinline] = ACTIONS(3132), + [anon_sym_expect] = ACTIONS(3134), + [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1696), - [anon_sym_continue_AT] = ACTIONS(1696), - [anon_sym_break_AT] = ACTIONS(1696), - [sym_real_literal] = ACTIONS(1696), - [sym_integer_literal] = ACTIONS(1694), - [sym_hex_literal] = ACTIONS(1696), - [sym_bin_literal] = ACTIONS(1696), - [anon_sym_true] = ACTIONS(1694), - [anon_sym_false] = ACTIONS(1694), - [anon_sym_SQUOTE] = ACTIONS(1696), - [sym__backtick_identifier] = ACTIONS(1696), - [sym__automatic_semicolon] = ACTIONS(1696), - [sym_safe_nav] = ACTIONS(1696), + [anon_sym_return_AT] = ACTIONS(3140), + [anon_sym_continue_AT] = ACTIONS(3140), + [anon_sym_break_AT] = ACTIONS(3140), + [sym_real_literal] = ACTIONS(3140), + [sym_integer_literal] = ACTIONS(3136), + [sym_hex_literal] = ACTIONS(3140), + [sym_bin_literal] = ACTIONS(3140), + [anon_sym_true] = ACTIONS(3136), + [anon_sym_false] = ACTIONS(3136), + [anon_sym_SQUOTE] = ACTIONS(3140), + [sym__backtick_identifier] = ACTIONS(3140), + [sym__automatic_semicolon] = ACTIONS(3140), + [sym_safe_nav] = ACTIONS(3140), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1696), + [sym__string_start] = ACTIONS(3140), }, - [581] = { - [sym_getter] = STATE(3127), - [sym_setter] = STATE(3127), - [sym_modifiers] = STATE(8566), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1770), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1772), - [anon_sym_as] = ACTIONS(1770), - [anon_sym_EQ] = ACTIONS(1770), - [anon_sym_LBRACE] = ACTIONS(1772), - [anon_sym_RBRACE] = ACTIONS(1772), - [anon_sym_LPAREN] = ACTIONS(1772), - [anon_sym_LT] = ACTIONS(1770), - [anon_sym_GT] = ACTIONS(1770), - [anon_sym_object] = ACTIONS(1770), - [anon_sym_fun] = ACTIONS(1770), - [anon_sym_DOT] = ACTIONS(1770), - [anon_sym_SEMI] = ACTIONS(1844), - [anon_sym_get] = ACTIONS(3302), - [anon_sym_set] = ACTIONS(3304), - [anon_sym_this] = ACTIONS(1770), - [anon_sym_super] = ACTIONS(1770), - [anon_sym_STAR] = ACTIONS(1770), - [sym_label] = ACTIONS(1770), - [anon_sym_in] = ACTIONS(1770), - [anon_sym_DOT_DOT] = ACTIONS(1772), - [anon_sym_QMARK_COLON] = ACTIONS(1772), - [anon_sym_AMP_AMP] = ACTIONS(1772), - [anon_sym_PIPE_PIPE] = ACTIONS(1772), - [anon_sym_null] = ACTIONS(1770), - [anon_sym_if] = ACTIONS(1770), - [anon_sym_else] = ACTIONS(1770), - [anon_sym_when] = ACTIONS(1770), - [anon_sym_try] = ACTIONS(1770), - [anon_sym_throw] = ACTIONS(1770), - [anon_sym_return] = ACTIONS(1770), - [anon_sym_continue] = ACTIONS(1770), - [anon_sym_break] = ACTIONS(1770), - [anon_sym_COLON_COLON] = ACTIONS(1772), - [anon_sym_PLUS_EQ] = ACTIONS(1772), - [anon_sym_DASH_EQ] = ACTIONS(1772), - [anon_sym_STAR_EQ] = ACTIONS(1772), - [anon_sym_SLASH_EQ] = ACTIONS(1772), - [anon_sym_PERCENT_EQ] = ACTIONS(1772), - [anon_sym_BANG_EQ] = ACTIONS(1770), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1772), - [anon_sym_EQ_EQ] = ACTIONS(1770), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1772), - [anon_sym_LT_EQ] = ACTIONS(1772), - [anon_sym_GT_EQ] = ACTIONS(1772), - [anon_sym_BANGin] = ACTIONS(1772), - [anon_sym_is] = ACTIONS(1770), - [anon_sym_BANGis] = ACTIONS(1772), - [anon_sym_PLUS] = ACTIONS(1770), - [anon_sym_DASH] = ACTIONS(1770), - [anon_sym_SLASH] = ACTIONS(1770), - [anon_sym_PERCENT] = ACTIONS(1770), - [anon_sym_as_QMARK] = ACTIONS(1772), - [anon_sym_PLUS_PLUS] = ACTIONS(1772), - [anon_sym_DASH_DASH] = ACTIONS(1772), - [anon_sym_BANG] = ACTIONS(1770), - [anon_sym_BANG_BANG] = ACTIONS(1772), + [578] = { + [sym_primary_constructor] = STATE(3911), + [sym__class_parameters] = STATE(3113), + [sym_type_parameters] = STATE(617), + [sym_type_constraints] = STATE(2992), + [sym_enum_class_body] = STATE(3459), + [sym_modifiers] = STATE(9209), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3136), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_COLON] = ACTIONS(3458), + [anon_sym_LBRACK] = ACTIONS(3140), + [anon_sym_as] = ACTIONS(3136), + [anon_sym_constructor] = ACTIONS(3110), + [anon_sym_LBRACE] = ACTIONS(3112), + [anon_sym_RBRACE] = ACTIONS(3140), + [anon_sym_LPAREN] = ACTIONS(3114), + [anon_sym_LT] = ACTIONS(3116), + [anon_sym_GT] = ACTIONS(3136), + [anon_sym_where] = ACTIONS(3118), + [anon_sym_object] = ACTIONS(3136), + [anon_sym_fun] = ACTIONS(3136), + [anon_sym_DOT] = ACTIONS(3136), + [anon_sym_SEMI] = ACTIONS(3140), + [anon_sym_get] = ACTIONS(3136), + [anon_sym_set] = ACTIONS(3136), + [anon_sym_this] = ACTIONS(3136), + [anon_sym_super] = ACTIONS(3136), + [anon_sym_STAR] = ACTIONS(3140), + [sym_label] = ACTIONS(3136), + [anon_sym_in] = ACTIONS(3136), + [anon_sym_DOT_DOT] = ACTIONS(3140), + [anon_sym_QMARK_COLON] = ACTIONS(3140), + [anon_sym_AMP_AMP] = ACTIONS(3140), + [anon_sym_PIPE_PIPE] = ACTIONS(3140), + [anon_sym_null] = ACTIONS(3136), + [anon_sym_if] = ACTIONS(3136), + [anon_sym_else] = ACTIONS(3136), + [anon_sym_when] = ACTIONS(3136), + [anon_sym_try] = ACTIONS(3136), + [anon_sym_throw] = ACTIONS(3136), + [anon_sym_return] = ACTIONS(3136), + [anon_sym_continue] = ACTIONS(3136), + [anon_sym_break] = ACTIONS(3136), + [anon_sym_COLON_COLON] = ACTIONS(3140), + [anon_sym_BANG_EQ] = ACTIONS(3136), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3140), + [anon_sym_EQ_EQ] = ACTIONS(3136), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3140), + [anon_sym_LT_EQ] = ACTIONS(3140), + [anon_sym_GT_EQ] = ACTIONS(3140), + [anon_sym_BANGin] = ACTIONS(3140), + [anon_sym_is] = ACTIONS(3136), + [anon_sym_BANGis] = ACTIONS(3140), + [anon_sym_PLUS] = ACTIONS(3136), + [anon_sym_DASH] = ACTIONS(3136), + [anon_sym_SLASH] = ACTIONS(3136), + [anon_sym_PERCENT] = ACTIONS(3140), + [anon_sym_as_QMARK] = ACTIONS(3140), + [anon_sym_PLUS_PLUS] = ACTIONS(3140), + [anon_sym_DASH_DASH] = ACTIONS(3140), + [anon_sym_BANG] = ACTIONS(3136), + [anon_sym_BANG_BANG] = ACTIONS(3140), + [anon_sym_suspend] = ACTIONS(3120), + [anon_sym_sealed] = ACTIONS(3122), + [anon_sym_annotation] = ACTIONS(3122), + [anon_sym_data] = ACTIONS(3122), + [anon_sym_inner] = ACTIONS(3122), + [anon_sym_override] = ACTIONS(3124), + [anon_sym_lateinit] = ACTIONS(3124), + [anon_sym_public] = ACTIONS(3126), + [anon_sym_private] = ACTIONS(3126), + [anon_sym_internal] = ACTIONS(3126), + [anon_sym_protected] = ACTIONS(3126), + [anon_sym_tailrec] = ACTIONS(3120), + [anon_sym_operator] = ACTIONS(3120), + [anon_sym_infix] = ACTIONS(3120), + [anon_sym_inline] = ACTIONS(3120), + [anon_sym_external] = ACTIONS(3120), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3130), + [anon_sym_final] = ACTIONS(3130), + [anon_sym_open] = ACTIONS(3130), + [anon_sym_vararg] = ACTIONS(3132), + [anon_sym_noinline] = ACTIONS(3132), + [anon_sym_crossinline] = ACTIONS(3132), + [anon_sym_expect] = ACTIONS(3134), + [anon_sym_actual] = ACTIONS(3134), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3140), + [anon_sym_continue_AT] = ACTIONS(3140), + [anon_sym_break_AT] = ACTIONS(3140), + [sym_real_literal] = ACTIONS(3140), + [sym_integer_literal] = ACTIONS(3136), + [sym_hex_literal] = ACTIONS(3140), + [sym_bin_literal] = ACTIONS(3140), + [anon_sym_true] = ACTIONS(3136), + [anon_sym_false] = ACTIONS(3136), + [anon_sym_SQUOTE] = ACTIONS(3140), + [sym__backtick_identifier] = ACTIONS(3140), + [sym__automatic_semicolon] = ACTIONS(3140), + [sym_safe_nav] = ACTIONS(3140), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3140), + }, + [579] = { + [sym_getter] = STATE(3189), + [sym_setter] = STATE(3189), + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(1631), + [sym__comparison_operator] = STATE(2054), + [sym__in_operator] = STATE(1615), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(1616), + [sym__multiplicative_operator] = STATE(1617), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_modifiers] = STATE(8930), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1618), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_RBRACK] = ACTIONS(1766), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_EQ] = ACTIONS(1764), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(1766), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_COMMA] = ACTIONS(1766), + [anon_sym_RPAREN] = ACTIONS(1766), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(3396), + [anon_sym_where] = ACTIONS(1764), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3460), + [anon_sym_get] = ACTIONS(3402), + [anon_sym_set] = ACTIONS(3404), + [anon_sym_STAR] = ACTIONS(3406), + [anon_sym_DASH_GT] = ACTIONS(1766), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(3410), + [anon_sym_while] = ACTIONS(1764), + [anon_sym_DOT_DOT] = ACTIONS(3412), + [anon_sym_QMARK_COLON] = ACTIONS(3414), + [anon_sym_AMP_AMP] = ACTIONS(3416), + [anon_sym_PIPE_PIPE] = ACTIONS(3418), + [anon_sym_else] = ACTIONS(1764), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_PLUS_EQ] = ACTIONS(1766), + [anon_sym_DASH_EQ] = ACTIONS(1766), + [anon_sym_STAR_EQ] = ACTIONS(1766), + [anon_sym_SLASH_EQ] = ACTIONS(1766), + [anon_sym_PERCENT_EQ] = ACTIONS(1766), + [anon_sym_BANG_EQ] = ACTIONS(3422), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3424), + [anon_sym_EQ_EQ] = ACTIONS(3422), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3424), + [anon_sym_LT_EQ] = ACTIONS(3426), + [anon_sym_GT_EQ] = ACTIONS(3426), + [anon_sym_BANGin] = ACTIONS(3428), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), + [anon_sym_PLUS] = ACTIONS(3434), + [anon_sym_DASH] = ACTIONS(3434), + [anon_sym_SLASH] = ACTIONS(3406), + [anon_sym_PERCENT] = ACTIONS(3406), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), + [anon_sym_data] = ACTIONS(1746), + [anon_sym_inner] = ACTIONS(1746), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -105721,104 +105609,104 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(1748), + [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1772), - [anon_sym_continue_AT] = ACTIONS(1772), - [anon_sym_break_AT] = ACTIONS(1772), - [sym_real_literal] = ACTIONS(1772), - [sym_integer_literal] = ACTIONS(1770), - [sym_hex_literal] = ACTIONS(1772), - [sym_bin_literal] = ACTIONS(1772), - [anon_sym_true] = ACTIONS(1770), - [anon_sym_false] = ACTIONS(1770), - [anon_sym_SQUOTE] = ACTIONS(1772), - [sym__backtick_identifier] = ACTIONS(1772), - [sym__automatic_semicolon] = ACTIONS(1772), - [sym_safe_nav] = ACTIONS(1772), + [sym__backtick_identifier] = ACTIONS(1750), + [sym_safe_nav] = ACTIONS(3420), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1772), }, - [582] = { - [sym_getter] = STATE(1107), - [sym_setter] = STATE(1107), - [sym_modifiers] = STATE(8830), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_EQ] = ACTIONS(3254), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_object] = ACTIONS(3254), - [anon_sym_fun] = ACTIONS(3254), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(3256), - [anon_sym_get] = ACTIONS(3308), - [anon_sym_set] = ACTIONS(3310), - [anon_sym_this] = ACTIONS(3254), - [anon_sym_super] = ACTIONS(3254), - [anon_sym_STAR] = ACTIONS(3254), - [sym_label] = ACTIONS(3254), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_null] = ACTIONS(3254), - [anon_sym_if] = ACTIONS(3254), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_when] = ACTIONS(3254), - [anon_sym_try] = ACTIONS(3254), - [anon_sym_throw] = ACTIONS(3254), - [anon_sym_return] = ACTIONS(3254), - [anon_sym_continue] = ACTIONS(3254), - [anon_sym_break] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_PLUS_EQ] = ACTIONS(3256), - [anon_sym_DASH_EQ] = ACTIONS(3256), - [anon_sym_STAR_EQ] = ACTIONS(3256), - [anon_sym_SLASH_EQ] = ACTIONS(3256), - [anon_sym_PERCENT_EQ] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3254), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG] = ACTIONS(3254), - [anon_sym_BANG_BANG] = ACTIONS(3256), + [580] = { + [sym_getter] = STATE(4682), + [sym_setter] = STATE(4682), + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(1631), + [sym__comparison_operator] = STATE(2054), + [sym__in_operator] = STATE(1615), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(1616), + [sym__multiplicative_operator] = STATE(1617), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_modifiers] = STATE(8670), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1618), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_RBRACK] = ACTIONS(1780), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_EQ] = ACTIONS(1778), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(1780), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_COMMA] = ACTIONS(1780), + [anon_sym_RPAREN] = ACTIONS(1780), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(3396), + [anon_sym_where] = ACTIONS(1778), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3462), + [anon_sym_get] = ACTIONS(3464), + [anon_sym_set] = ACTIONS(3466), + [anon_sym_STAR] = ACTIONS(3406), + [anon_sym_DASH_GT] = ACTIONS(1780), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(3410), + [anon_sym_while] = ACTIONS(1778), + [anon_sym_DOT_DOT] = ACTIONS(3412), + [anon_sym_QMARK_COLON] = ACTIONS(3414), + [anon_sym_AMP_AMP] = ACTIONS(3416), + [anon_sym_PIPE_PIPE] = ACTIONS(3418), + [anon_sym_else] = ACTIONS(1778), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_PLUS_EQ] = ACTIONS(1780), + [anon_sym_DASH_EQ] = ACTIONS(1780), + [anon_sym_STAR_EQ] = ACTIONS(1780), + [anon_sym_SLASH_EQ] = ACTIONS(1780), + [anon_sym_PERCENT_EQ] = ACTIONS(1780), + [anon_sym_BANG_EQ] = ACTIONS(3422), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3424), + [anon_sym_EQ_EQ] = ACTIONS(3422), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3424), + [anon_sym_LT_EQ] = ACTIONS(3426), + [anon_sym_GT_EQ] = ACTIONS(3426), + [anon_sym_BANGin] = ACTIONS(3428), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), + [anon_sym_PLUS] = ACTIONS(3434), + [anon_sym_DASH] = ACTIONS(3434), + [anon_sym_SLASH] = ACTIONS(3406), + [anon_sym_PERCENT] = ACTIONS(3406), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), + [anon_sym_data] = ACTIONS(1746), + [anon_sym_inner] = ACTIONS(1746), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -105837,227 +105725,99 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3256), - [anon_sym_continue_AT] = ACTIONS(3256), - [anon_sym_break_AT] = ACTIONS(3256), - [sym_real_literal] = ACTIONS(3256), - [sym_integer_literal] = ACTIONS(3254), - [sym_hex_literal] = ACTIONS(3256), - [sym_bin_literal] = ACTIONS(3256), - [anon_sym_true] = ACTIONS(3254), - [anon_sym_false] = ACTIONS(3254), - [anon_sym_SQUOTE] = ACTIONS(3256), - [sym__backtick_identifier] = ACTIONS(3256), - [sym__automatic_semicolon] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3256), + [anon_sym_expect] = ACTIONS(1748), + [anon_sym_actual] = ACTIONS(1748), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym_safe_nav] = ACTIONS(3420), + [sym_multiline_comment] = ACTIONS(3), }, - [583] = { - [sym_getter] = STATE(3127), - [sym_setter] = STATE(3127), - [sym_modifiers] = STATE(8566), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1770), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1772), - [anon_sym_as] = ACTIONS(1770), + [581] = { + [sym_getter] = STATE(4581), + [sym_setter] = STATE(4581), + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(1631), + [sym__comparison_operator] = STATE(2054), + [sym__in_operator] = STATE(1615), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(1616), + [sym__multiplicative_operator] = STATE(1617), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_modifiers] = STATE(8670), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1618), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_RBRACK] = ACTIONS(1772), + [anon_sym_as] = ACTIONS(3392), [anon_sym_EQ] = ACTIONS(1770), - [anon_sym_LBRACE] = ACTIONS(1772), + [anon_sym_LBRACE] = ACTIONS(1403), [anon_sym_RBRACE] = ACTIONS(1772), - [anon_sym_LPAREN] = ACTIONS(1772), - [anon_sym_LT] = ACTIONS(1770), - [anon_sym_GT] = ACTIONS(1770), - [anon_sym_object] = ACTIONS(1770), - [anon_sym_fun] = ACTIONS(1770), - [anon_sym_DOT] = ACTIONS(1770), - [anon_sym_SEMI] = ACTIONS(1772), - [anon_sym_get] = ACTIONS(3302), - [anon_sym_set] = ACTIONS(3304), - [anon_sym_this] = ACTIONS(1770), - [anon_sym_super] = ACTIONS(1770), - [anon_sym_STAR] = ACTIONS(1770), - [sym_label] = ACTIONS(1770), - [anon_sym_in] = ACTIONS(1770), - [anon_sym_DOT_DOT] = ACTIONS(1772), - [anon_sym_QMARK_COLON] = ACTIONS(1772), - [anon_sym_AMP_AMP] = ACTIONS(1772), - [anon_sym_PIPE_PIPE] = ACTIONS(1772), - [anon_sym_null] = ACTIONS(1770), - [anon_sym_if] = ACTIONS(1770), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_COMMA] = ACTIONS(1772), + [anon_sym_RPAREN] = ACTIONS(1772), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(3396), + [anon_sym_where] = ACTIONS(1770), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3468), + [anon_sym_get] = ACTIONS(3464), + [anon_sym_set] = ACTIONS(3466), + [anon_sym_STAR] = ACTIONS(3406), + [anon_sym_DASH_GT] = ACTIONS(1772), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(3410), + [anon_sym_while] = ACTIONS(1770), + [anon_sym_DOT_DOT] = ACTIONS(3412), + [anon_sym_QMARK_COLON] = ACTIONS(3414), + [anon_sym_AMP_AMP] = ACTIONS(3416), + [anon_sym_PIPE_PIPE] = ACTIONS(3418), [anon_sym_else] = ACTIONS(1770), - [anon_sym_when] = ACTIONS(1770), - [anon_sym_try] = ACTIONS(1770), - [anon_sym_throw] = ACTIONS(1770), - [anon_sym_return] = ACTIONS(1770), - [anon_sym_continue] = ACTIONS(1770), - [anon_sym_break] = ACTIONS(1770), - [anon_sym_COLON_COLON] = ACTIONS(1772), + [anon_sym_COLON_COLON] = ACTIONS(3420), [anon_sym_PLUS_EQ] = ACTIONS(1772), [anon_sym_DASH_EQ] = ACTIONS(1772), [anon_sym_STAR_EQ] = ACTIONS(1772), [anon_sym_SLASH_EQ] = ACTIONS(1772), [anon_sym_PERCENT_EQ] = ACTIONS(1772), - [anon_sym_BANG_EQ] = ACTIONS(1770), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1772), - [anon_sym_EQ_EQ] = ACTIONS(1770), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1772), - [anon_sym_LT_EQ] = ACTIONS(1772), - [anon_sym_GT_EQ] = ACTIONS(1772), - [anon_sym_BANGin] = ACTIONS(1772), - [anon_sym_is] = ACTIONS(1770), - [anon_sym_BANGis] = ACTIONS(1772), - [anon_sym_PLUS] = ACTIONS(1770), - [anon_sym_DASH] = ACTIONS(1770), - [anon_sym_SLASH] = ACTIONS(1770), - [anon_sym_PERCENT] = ACTIONS(1770), - [anon_sym_as_QMARK] = ACTIONS(1772), - [anon_sym_PLUS_PLUS] = ACTIONS(1772), - [anon_sym_DASH_DASH] = ACTIONS(1772), - [anon_sym_BANG] = ACTIONS(1770), - [anon_sym_BANG_BANG] = ACTIONS(1772), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1772), - [anon_sym_continue_AT] = ACTIONS(1772), - [anon_sym_break_AT] = ACTIONS(1772), - [sym_real_literal] = ACTIONS(1772), - [sym_integer_literal] = ACTIONS(1770), - [sym_hex_literal] = ACTIONS(1772), - [sym_bin_literal] = ACTIONS(1772), - [anon_sym_true] = ACTIONS(1770), - [anon_sym_false] = ACTIONS(1770), - [anon_sym_SQUOTE] = ACTIONS(1772), - [sym__backtick_identifier] = ACTIONS(1772), - [sym__automatic_semicolon] = ACTIONS(1772), - [sym_safe_nav] = ACTIONS(1772), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1772), - }, - [584] = { - [sym_getter] = STATE(4713), - [sym_setter] = STATE(4713), - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(1814), - [sym__comparison_operator] = STATE(1815), - [sym__in_operator] = STATE(1817), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(1818), - [sym__multiplicative_operator] = STATE(1819), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_modifiers] = STATE(8708), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1821), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_RBRACK] = ACTIONS(1696), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_EQ] = ACTIONS(1694), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(1696), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_COMMA] = ACTIONS(1696), - [anon_sym_RPAREN] = ACTIONS(1696), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3380), - [anon_sym_where] = ACTIONS(1694), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(3474), - [anon_sym_get] = ACTIONS(3476), - [anon_sym_set] = ACTIONS(3478), - [anon_sym_STAR] = ACTIONS(3390), - [anon_sym_DASH_GT] = ACTIONS(1696), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(3394), - [anon_sym_while] = ACTIONS(1694), - [anon_sym_DOT_DOT] = ACTIONS(3396), - [anon_sym_QMARK_COLON] = ACTIONS(3398), - [anon_sym_AMP_AMP] = ACTIONS(3400), - [anon_sym_PIPE_PIPE] = ACTIONS(3402), - [anon_sym_else] = ACTIONS(1694), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_PLUS_EQ] = ACTIONS(1696), - [anon_sym_DASH_EQ] = ACTIONS(1696), - [anon_sym_STAR_EQ] = ACTIONS(1696), - [anon_sym_SLASH_EQ] = ACTIONS(1696), - [anon_sym_PERCENT_EQ] = ACTIONS(1696), - [anon_sym_BANG_EQ] = ACTIONS(3406), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3408), - [anon_sym_EQ_EQ] = ACTIONS(3406), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3408), - [anon_sym_LT_EQ] = ACTIONS(3410), - [anon_sym_GT_EQ] = ACTIONS(3410), - [anon_sym_BANGin] = ACTIONS(3412), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), - [anon_sym_PLUS] = ACTIONS(3418), - [anon_sym_DASH] = ACTIONS(3418), - [anon_sym_SLASH] = ACTIONS(3390), - [anon_sym_PERCENT] = ACTIONS(3390), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), + [anon_sym_BANG_EQ] = ACTIONS(3422), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3424), + [anon_sym_EQ_EQ] = ACTIONS(3422), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3424), + [anon_sym_LT_EQ] = ACTIONS(3426), + [anon_sym_GT_EQ] = ACTIONS(3426), + [anon_sym_BANGin] = ACTIONS(3428), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), + [anon_sym_PLUS] = ACTIONS(3434), + [anon_sym_DASH] = ACTIONS(3434), + [anon_sym_SLASH] = ACTIONS(3406), + [anon_sym_PERCENT] = ACTIONS(3406), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -106085,95 +105845,95 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), + [sym_safe_nav] = ACTIONS(3420), [sym_multiline_comment] = ACTIONS(3), }, - [585] = { - [sym_getter] = STATE(4736), - [sym_setter] = STATE(4736), - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(1814), - [sym__comparison_operator] = STATE(1815), - [sym__in_operator] = STATE(1817), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(1818), - [sym__multiplicative_operator] = STATE(1819), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_modifiers] = STATE(8708), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1821), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [aux_sym_modifiers_repeat1] = STATE(5441), + [582] = { + [sym_getter] = STATE(4602), + [sym_setter] = STATE(4602), + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(1631), + [sym__comparison_operator] = STATE(2054), + [sym__in_operator] = STATE(1615), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(1616), + [sym__multiplicative_operator] = STATE(1617), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_modifiers] = STATE(8670), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1618), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), + [anon_sym_LBRACK] = ACTIONS(3390), [anon_sym_RBRACK] = ACTIONS(1766), - [anon_sym_as] = ACTIONS(3376), + [anon_sym_as] = ACTIONS(3392), [anon_sym_EQ] = ACTIONS(1764), - [anon_sym_LBRACE] = ACTIONS(1596), + [anon_sym_LBRACE] = ACTIONS(1403), [anon_sym_RBRACE] = ACTIONS(1766), - [anon_sym_LPAREN] = ACTIONS(3378), + [anon_sym_LPAREN] = ACTIONS(3394), [anon_sym_COMMA] = ACTIONS(1766), [anon_sym_RPAREN] = ACTIONS(1766), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3380), + [anon_sym_GT] = ACTIONS(3396), [anon_sym_where] = ACTIONS(1764), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(3480), - [anon_sym_get] = ACTIONS(3476), - [anon_sym_set] = ACTIONS(3478), - [anon_sym_STAR] = ACTIONS(3390), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3470), + [anon_sym_get] = ACTIONS(3464), + [anon_sym_set] = ACTIONS(3466), + [anon_sym_STAR] = ACTIONS(3406), [anon_sym_DASH_GT] = ACTIONS(1766), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(3394), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(3410), [anon_sym_while] = ACTIONS(1764), - [anon_sym_DOT_DOT] = ACTIONS(3396), - [anon_sym_QMARK_COLON] = ACTIONS(3398), - [anon_sym_AMP_AMP] = ACTIONS(3400), - [anon_sym_PIPE_PIPE] = ACTIONS(3402), + [anon_sym_DOT_DOT] = ACTIONS(3412), + [anon_sym_QMARK_COLON] = ACTIONS(3414), + [anon_sym_AMP_AMP] = ACTIONS(3416), + [anon_sym_PIPE_PIPE] = ACTIONS(3418), [anon_sym_else] = ACTIONS(1764), - [anon_sym_COLON_COLON] = ACTIONS(3404), + [anon_sym_COLON_COLON] = ACTIONS(3420), [anon_sym_PLUS_EQ] = ACTIONS(1766), [anon_sym_DASH_EQ] = ACTIONS(1766), [anon_sym_STAR_EQ] = ACTIONS(1766), [anon_sym_SLASH_EQ] = ACTIONS(1766), [anon_sym_PERCENT_EQ] = ACTIONS(1766), - [anon_sym_BANG_EQ] = ACTIONS(3406), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3408), - [anon_sym_EQ_EQ] = ACTIONS(3406), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3408), - [anon_sym_LT_EQ] = ACTIONS(3410), - [anon_sym_GT_EQ] = ACTIONS(3410), - [anon_sym_BANGin] = ACTIONS(3412), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), - [anon_sym_PLUS] = ACTIONS(3418), - [anon_sym_DASH] = ACTIONS(3418), - [anon_sym_SLASH] = ACTIONS(3390), - [anon_sym_PERCENT] = ACTIONS(3390), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), + [anon_sym_BANG_EQ] = ACTIONS(3422), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3424), + [anon_sym_EQ_EQ] = ACTIONS(3422), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3424), + [anon_sym_LT_EQ] = ACTIONS(3426), + [anon_sym_GT_EQ] = ACTIONS(3426), + [anon_sym_BANGin] = ACTIONS(3428), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), + [anon_sym_PLUS] = ACTIONS(3434), + [anon_sym_DASH] = ACTIONS(3434), + [anon_sym_SLASH] = ACTIONS(3406), + [anon_sym_PERCENT] = ACTIONS(3406), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -106201,95 +105961,95 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), + [sym_safe_nav] = ACTIONS(3420), [sym_multiline_comment] = ACTIONS(3), }, - [586] = { - [sym_getter] = STATE(4710), - [sym_setter] = STATE(4710), - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(1814), - [sym__comparison_operator] = STATE(1815), - [sym__in_operator] = STATE(1817), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(1818), - [sym__multiplicative_operator] = STATE(1819), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_modifiers] = STATE(8708), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1821), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [aux_sym_modifiers_repeat1] = STATE(5441), + [583] = { + [sym_getter] = STATE(4659), + [sym_setter] = STATE(4659), + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(1631), + [sym__comparison_operator] = STATE(2054), + [sym__in_operator] = STATE(1615), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(1616), + [sym__multiplicative_operator] = STATE(1617), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_modifiers] = STATE(8670), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1618), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_RBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_EQ] = ACTIONS(1776), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_COMMA] = ACTIONS(1778), - [anon_sym_RPAREN] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_RBRACK] = ACTIONS(1754), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_EQ] = ACTIONS(1752), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_COMMA] = ACTIONS(1754), + [anon_sym_RPAREN] = ACTIONS(1754), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3380), - [anon_sym_where] = ACTIONS(1776), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(3482), - [anon_sym_get] = ACTIONS(3476), - [anon_sym_set] = ACTIONS(3478), - [anon_sym_STAR] = ACTIONS(3390), - [anon_sym_DASH_GT] = ACTIONS(1778), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(3394), - [anon_sym_while] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(3396), - [anon_sym_QMARK_COLON] = ACTIONS(3398), - [anon_sym_AMP_AMP] = ACTIONS(3400), - [anon_sym_PIPE_PIPE] = ACTIONS(3402), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_PLUS_EQ] = ACTIONS(1778), - [anon_sym_DASH_EQ] = ACTIONS(1778), - [anon_sym_STAR_EQ] = ACTIONS(1778), - [anon_sym_SLASH_EQ] = ACTIONS(1778), - [anon_sym_PERCENT_EQ] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(3406), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3408), - [anon_sym_EQ_EQ] = ACTIONS(3406), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3408), - [anon_sym_LT_EQ] = ACTIONS(3410), - [anon_sym_GT_EQ] = ACTIONS(3410), - [anon_sym_BANGin] = ACTIONS(3412), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), - [anon_sym_PLUS] = ACTIONS(3418), - [anon_sym_DASH] = ACTIONS(3418), - [anon_sym_SLASH] = ACTIONS(3390), - [anon_sym_PERCENT] = ACTIONS(3390), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), + [anon_sym_GT] = ACTIONS(3396), + [anon_sym_where] = ACTIONS(1752), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3472), + [anon_sym_get] = ACTIONS(3464), + [anon_sym_set] = ACTIONS(3466), + [anon_sym_STAR] = ACTIONS(3406), + [anon_sym_DASH_GT] = ACTIONS(1754), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(3410), + [anon_sym_while] = ACTIONS(1752), + [anon_sym_DOT_DOT] = ACTIONS(3412), + [anon_sym_QMARK_COLON] = ACTIONS(3414), + [anon_sym_AMP_AMP] = ACTIONS(3416), + [anon_sym_PIPE_PIPE] = ACTIONS(3418), + [anon_sym_else] = ACTIONS(1752), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_PLUS_EQ] = ACTIONS(1754), + [anon_sym_DASH_EQ] = ACTIONS(1754), + [anon_sym_STAR_EQ] = ACTIONS(1754), + [anon_sym_SLASH_EQ] = ACTIONS(1754), + [anon_sym_PERCENT_EQ] = ACTIONS(1754), + [anon_sym_BANG_EQ] = ACTIONS(3422), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3424), + [anon_sym_EQ_EQ] = ACTIONS(3422), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3424), + [anon_sym_LT_EQ] = ACTIONS(3426), + [anon_sym_GT_EQ] = ACTIONS(3426), + [anon_sym_BANGin] = ACTIONS(3428), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), + [anon_sym_PLUS] = ACTIONS(3434), + [anon_sym_DASH] = ACTIONS(3434), + [anon_sym_SLASH] = ACTIONS(3406), + [anon_sym_PERCENT] = ACTIONS(3406), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -106317,95 +106077,95 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), + [sym_safe_nav] = ACTIONS(3420), [sym_multiline_comment] = ACTIONS(3), }, - [587] = { - [sym_getter] = STATE(4680), - [sym_setter] = STATE(4680), - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(1814), - [sym__comparison_operator] = STATE(1815), - [sym__in_operator] = STATE(1817), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(1818), - [sym__multiplicative_operator] = STATE(1819), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_modifiers] = STATE(8708), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1821), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [aux_sym_modifiers_repeat1] = STATE(5441), + [584] = { + [sym_getter] = STATE(4715), + [sym_setter] = STATE(4715), + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(1631), + [sym__comparison_operator] = STATE(2054), + [sym__in_operator] = STATE(1615), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(1616), + [sym__multiplicative_operator] = STATE(1617), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_modifiers] = STATE(8670), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1618), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_RBRACK] = ACTIONS(1772), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_EQ] = ACTIONS(1770), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(1772), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_COMMA] = ACTIONS(1772), - [anon_sym_RPAREN] = ACTIONS(1772), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_RBRACK] = ACTIONS(1696), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_EQ] = ACTIONS(1694), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(1696), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_COMMA] = ACTIONS(1696), + [anon_sym_RPAREN] = ACTIONS(1696), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3380), - [anon_sym_where] = ACTIONS(1770), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(3484), - [anon_sym_get] = ACTIONS(3476), - [anon_sym_set] = ACTIONS(3478), - [anon_sym_STAR] = ACTIONS(3390), - [anon_sym_DASH_GT] = ACTIONS(1772), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(3394), - [anon_sym_while] = ACTIONS(1770), - [anon_sym_DOT_DOT] = ACTIONS(3396), - [anon_sym_QMARK_COLON] = ACTIONS(3398), - [anon_sym_AMP_AMP] = ACTIONS(3400), - [anon_sym_PIPE_PIPE] = ACTIONS(3402), - [anon_sym_else] = ACTIONS(1770), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_PLUS_EQ] = ACTIONS(1772), - [anon_sym_DASH_EQ] = ACTIONS(1772), - [anon_sym_STAR_EQ] = ACTIONS(1772), - [anon_sym_SLASH_EQ] = ACTIONS(1772), - [anon_sym_PERCENT_EQ] = ACTIONS(1772), - [anon_sym_BANG_EQ] = ACTIONS(3406), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3408), - [anon_sym_EQ_EQ] = ACTIONS(3406), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3408), - [anon_sym_LT_EQ] = ACTIONS(3410), - [anon_sym_GT_EQ] = ACTIONS(3410), - [anon_sym_BANGin] = ACTIONS(3412), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), - [anon_sym_PLUS] = ACTIONS(3418), - [anon_sym_DASH] = ACTIONS(3418), - [anon_sym_SLASH] = ACTIONS(3390), - [anon_sym_PERCENT] = ACTIONS(3390), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), + [anon_sym_GT] = ACTIONS(3396), + [anon_sym_where] = ACTIONS(1694), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3474), + [anon_sym_get] = ACTIONS(3464), + [anon_sym_set] = ACTIONS(3466), + [anon_sym_STAR] = ACTIONS(3406), + [anon_sym_DASH_GT] = ACTIONS(1696), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(3410), + [anon_sym_while] = ACTIONS(1694), + [anon_sym_DOT_DOT] = ACTIONS(3412), + [anon_sym_QMARK_COLON] = ACTIONS(3414), + [anon_sym_AMP_AMP] = ACTIONS(3416), + [anon_sym_PIPE_PIPE] = ACTIONS(3418), + [anon_sym_else] = ACTIONS(1694), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_PLUS_EQ] = ACTIONS(1696), + [anon_sym_DASH_EQ] = ACTIONS(1696), + [anon_sym_STAR_EQ] = ACTIONS(1696), + [anon_sym_SLASH_EQ] = ACTIONS(1696), + [anon_sym_PERCENT_EQ] = ACTIONS(1696), + [anon_sym_BANG_EQ] = ACTIONS(3422), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3424), + [anon_sym_EQ_EQ] = ACTIONS(3422), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3424), + [anon_sym_LT_EQ] = ACTIONS(3426), + [anon_sym_GT_EQ] = ACTIONS(3426), + [anon_sym_BANGin] = ACTIONS(3428), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), + [anon_sym_PLUS] = ACTIONS(3434), + [anon_sym_DASH] = ACTIONS(3434), + [anon_sym_SLASH] = ACTIONS(3406), + [anon_sym_PERCENT] = ACTIONS(3406), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -106433,95 +106193,95 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), + [sym_safe_nav] = ACTIONS(3420), [sym_multiline_comment] = ACTIONS(3), }, - [588] = { - [sym_getter] = STATE(4668), - [sym_setter] = STATE(4668), - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(1814), - [sym__comparison_operator] = STATE(1815), - [sym__in_operator] = STATE(1817), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(1818), - [sym__multiplicative_operator] = STATE(1819), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_modifiers] = STATE(8708), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1821), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [aux_sym_modifiers_repeat1] = STATE(5441), + [585] = { + [sym_getter] = STATE(4641), + [sym_setter] = STATE(4641), + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(1631), + [sym__comparison_operator] = STATE(2054), + [sym__in_operator] = STATE(1615), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(1616), + [sym__multiplicative_operator] = STATE(1617), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_modifiers] = STATE(8670), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1618), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_RBRACK] = ACTIONS(1754), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_EQ] = ACTIONS(1752), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(1754), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_COMMA] = ACTIONS(1754), - [anon_sym_RPAREN] = ACTIONS(1754), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_RBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_EQ] = ACTIONS(1784), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_COMMA] = ACTIONS(1786), + [anon_sym_RPAREN] = ACTIONS(1786), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3380), - [anon_sym_where] = ACTIONS(1752), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(3486), - [anon_sym_get] = ACTIONS(3476), - [anon_sym_set] = ACTIONS(3478), - [anon_sym_STAR] = ACTIONS(3390), - [anon_sym_DASH_GT] = ACTIONS(1754), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(3394), - [anon_sym_while] = ACTIONS(1752), - [anon_sym_DOT_DOT] = ACTIONS(3396), - [anon_sym_QMARK_COLON] = ACTIONS(3398), - [anon_sym_AMP_AMP] = ACTIONS(3400), - [anon_sym_PIPE_PIPE] = ACTIONS(3402), - [anon_sym_else] = ACTIONS(1752), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_PLUS_EQ] = ACTIONS(1754), - [anon_sym_DASH_EQ] = ACTIONS(1754), - [anon_sym_STAR_EQ] = ACTIONS(1754), - [anon_sym_SLASH_EQ] = ACTIONS(1754), - [anon_sym_PERCENT_EQ] = ACTIONS(1754), - [anon_sym_BANG_EQ] = ACTIONS(3406), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3408), - [anon_sym_EQ_EQ] = ACTIONS(3406), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3408), - [anon_sym_LT_EQ] = ACTIONS(3410), - [anon_sym_GT_EQ] = ACTIONS(3410), - [anon_sym_BANGin] = ACTIONS(3412), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), - [anon_sym_PLUS] = ACTIONS(3418), - [anon_sym_DASH] = ACTIONS(3418), - [anon_sym_SLASH] = ACTIONS(3390), - [anon_sym_PERCENT] = ACTIONS(3390), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), + [anon_sym_GT] = ACTIONS(3396), + [anon_sym_where] = ACTIONS(1784), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3476), + [anon_sym_get] = ACTIONS(3464), + [anon_sym_set] = ACTIONS(3466), + [anon_sym_STAR] = ACTIONS(3406), + [anon_sym_DASH_GT] = ACTIONS(1786), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(3410), + [anon_sym_while] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(3412), + [anon_sym_QMARK_COLON] = ACTIONS(3414), + [anon_sym_AMP_AMP] = ACTIONS(3416), + [anon_sym_PIPE_PIPE] = ACTIONS(3418), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_PLUS_EQ] = ACTIONS(1786), + [anon_sym_DASH_EQ] = ACTIONS(1786), + [anon_sym_STAR_EQ] = ACTIONS(1786), + [anon_sym_SLASH_EQ] = ACTIONS(1786), + [anon_sym_PERCENT_EQ] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(3422), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3424), + [anon_sym_EQ_EQ] = ACTIONS(3422), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3424), + [anon_sym_LT_EQ] = ACTIONS(3426), + [anon_sym_GT_EQ] = ACTIONS(3426), + [anon_sym_BANGin] = ACTIONS(3428), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), + [anon_sym_PLUS] = ACTIONS(3434), + [anon_sym_DASH] = ACTIONS(3434), + [anon_sym_SLASH] = ACTIONS(3406), + [anon_sym_PERCENT] = ACTIONS(3406), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -106549,100 +106309,88 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), + [sym_safe_nav] = ACTIONS(3420), [sym_multiline_comment] = ACTIONS(3), }, - [589] = { - [sym_getter] = STATE(4657), - [sym_setter] = STATE(4657), - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(1814), - [sym__comparison_operator] = STATE(1815), - [sym__in_operator] = STATE(1817), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(1818), - [sym__multiplicative_operator] = STATE(1819), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_modifiers] = STATE(8708), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1821), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_RBRACK] = ACTIONS(1784), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_EQ] = ACTIONS(1782), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(1784), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_COMMA] = ACTIONS(1784), - [anon_sym_RPAREN] = ACTIONS(1784), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3380), - [anon_sym_where] = ACTIONS(1782), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(3488), - [anon_sym_get] = ACTIONS(3476), - [anon_sym_set] = ACTIONS(3478), - [anon_sym_STAR] = ACTIONS(3390), - [anon_sym_DASH_GT] = ACTIONS(1784), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(3394), - [anon_sym_while] = ACTIONS(1782), - [anon_sym_DOT_DOT] = ACTIONS(3396), - [anon_sym_QMARK_COLON] = ACTIONS(3398), - [anon_sym_AMP_AMP] = ACTIONS(3400), - [anon_sym_PIPE_PIPE] = ACTIONS(3402), - [anon_sym_else] = ACTIONS(1782), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_PLUS_EQ] = ACTIONS(1784), - [anon_sym_DASH_EQ] = ACTIONS(1784), - [anon_sym_STAR_EQ] = ACTIONS(1784), - [anon_sym_SLASH_EQ] = ACTIONS(1784), - [anon_sym_PERCENT_EQ] = ACTIONS(1784), - [anon_sym_BANG_EQ] = ACTIONS(3406), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3408), - [anon_sym_EQ_EQ] = ACTIONS(3406), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3408), - [anon_sym_LT_EQ] = ACTIONS(3410), - [anon_sym_GT_EQ] = ACTIONS(3410), - [anon_sym_BANGin] = ACTIONS(3412), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), - [anon_sym_PLUS] = ACTIONS(3418), - [anon_sym_DASH] = ACTIONS(3418), - [anon_sym_SLASH] = ACTIONS(3390), - [anon_sym_PERCENT] = ACTIONS(3390), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), + [586] = { + [sym_getter] = STATE(1142), + [sym_setter] = STATE(1142), + [sym_modifiers] = STATE(8864), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_EQ] = ACTIONS(3278), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_object] = ACTIONS(3278), + [anon_sym_fun] = ACTIONS(3278), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(3280), + [anon_sym_get] = ACTIONS(3302), + [anon_sym_set] = ACTIONS(3304), + [anon_sym_this] = ACTIONS(3278), + [anon_sym_super] = ACTIONS(3278), + [anon_sym_STAR] = ACTIONS(3278), + [sym_label] = ACTIONS(3278), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_null] = ACTIONS(3278), + [anon_sym_if] = ACTIONS(3278), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_when] = ACTIONS(3278), + [anon_sym_try] = ACTIONS(3278), + [anon_sym_throw] = ACTIONS(3278), + [anon_sym_return] = ACTIONS(3278), + [anon_sym_continue] = ACTIONS(3278), + [anon_sym_break] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_PLUS_EQ] = ACTIONS(3280), + [anon_sym_DASH_EQ] = ACTIONS(3280), + [anon_sym_STAR_EQ] = ACTIONS(3280), + [anon_sym_SLASH_EQ] = ACTIONS(3280), + [anon_sym_PERCENT_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3278), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG] = ACTIONS(3278), + [anon_sym_BANG_BANG] = ACTIONS(3280), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(1746), - [anon_sym_inner] = ACTIONS(1746), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -106661,29 +106409,389 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(1748), - [anon_sym_actual] = ACTIONS(1748), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), - [sym_multiline_comment] = ACTIONS(3), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3280), + [anon_sym_continue_AT] = ACTIONS(3280), + [anon_sym_break_AT] = ACTIONS(3280), + [sym_real_literal] = ACTIONS(3280), + [sym_integer_literal] = ACTIONS(3278), + [sym_hex_literal] = ACTIONS(3280), + [sym_bin_literal] = ACTIONS(3280), + [anon_sym_true] = ACTIONS(3278), + [anon_sym_false] = ACTIONS(3278), + [anon_sym_SQUOTE] = ACTIONS(3280), + [sym__backtick_identifier] = ACTIONS(3280), + [sym__automatic_semicolon] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3280), }, - [590] = { - [sym_getter] = STATE(1143), - [sym_setter] = STATE(1143), - [sym_modifiers] = STATE(8830), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [587] = { + [sym_primary_constructor] = STATE(1304), + [sym__class_parameters] = STATE(976), + [sym_type_constraints] = STATE(989), + [sym_enum_class_body] = STATE(1038), + [sym_modifiers] = STATE(9192), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3212), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_COLON] = ACTIONS(3478), + [anon_sym_LBRACK] = ACTIONS(3216), + [anon_sym_as] = ACTIONS(3212), + [anon_sym_constructor] = ACTIONS(3154), + [anon_sym_LBRACE] = ACTIONS(3156), + [anon_sym_RBRACE] = ACTIONS(3216), + [anon_sym_LPAREN] = ACTIONS(3158), + [anon_sym_COMMA] = ACTIONS(3216), + [anon_sym_LT] = ACTIONS(3212), + [anon_sym_GT] = ACTIONS(3212), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(3212), + [anon_sym_fun] = ACTIONS(3212), + [anon_sym_DOT] = ACTIONS(3212), + [anon_sym_SEMI] = ACTIONS(3216), + [anon_sym_get] = ACTIONS(3212), + [anon_sym_set] = ACTIONS(3212), + [anon_sym_this] = ACTIONS(3212), + [anon_sym_super] = ACTIONS(3212), + [anon_sym_STAR] = ACTIONS(3216), + [sym_label] = ACTIONS(3212), + [anon_sym_in] = ACTIONS(3212), + [anon_sym_DOT_DOT] = ACTIONS(3216), + [anon_sym_QMARK_COLON] = ACTIONS(3216), + [anon_sym_AMP_AMP] = ACTIONS(3216), + [anon_sym_PIPE_PIPE] = ACTIONS(3216), + [anon_sym_null] = ACTIONS(3212), + [anon_sym_if] = ACTIONS(3212), + [anon_sym_else] = ACTIONS(3212), + [anon_sym_when] = ACTIONS(3212), + [anon_sym_try] = ACTIONS(3212), + [anon_sym_throw] = ACTIONS(3212), + [anon_sym_return] = ACTIONS(3212), + [anon_sym_continue] = ACTIONS(3212), + [anon_sym_break] = ACTIONS(3212), + [anon_sym_COLON_COLON] = ACTIONS(3216), + [anon_sym_BANG_EQ] = ACTIONS(3212), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3216), + [anon_sym_EQ_EQ] = ACTIONS(3212), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3216), + [anon_sym_LT_EQ] = ACTIONS(3216), + [anon_sym_GT_EQ] = ACTIONS(3216), + [anon_sym_BANGin] = ACTIONS(3216), + [anon_sym_is] = ACTIONS(3212), + [anon_sym_BANGis] = ACTIONS(3216), + [anon_sym_PLUS] = ACTIONS(3212), + [anon_sym_DASH] = ACTIONS(3212), + [anon_sym_SLASH] = ACTIONS(3212), + [anon_sym_PERCENT] = ACTIONS(3216), + [anon_sym_as_QMARK] = ACTIONS(3216), + [anon_sym_PLUS_PLUS] = ACTIONS(3216), + [anon_sym_DASH_DASH] = ACTIONS(3216), + [anon_sym_BANG] = ACTIONS(3212), + [anon_sym_BANG_BANG] = ACTIONS(3216), + [anon_sym_suspend] = ACTIONS(3120), + [anon_sym_sealed] = ACTIONS(3122), + [anon_sym_annotation] = ACTIONS(3122), + [anon_sym_data] = ACTIONS(3122), + [anon_sym_inner] = ACTIONS(3122), + [anon_sym_override] = ACTIONS(3124), + [anon_sym_lateinit] = ACTIONS(3124), + [anon_sym_public] = ACTIONS(3126), + [anon_sym_private] = ACTIONS(3126), + [anon_sym_internal] = ACTIONS(3126), + [anon_sym_protected] = ACTIONS(3126), + [anon_sym_tailrec] = ACTIONS(3120), + [anon_sym_operator] = ACTIONS(3120), + [anon_sym_infix] = ACTIONS(3120), + [anon_sym_inline] = ACTIONS(3120), + [anon_sym_external] = ACTIONS(3120), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3130), + [anon_sym_final] = ACTIONS(3130), + [anon_sym_open] = ACTIONS(3130), + [anon_sym_vararg] = ACTIONS(3132), + [anon_sym_noinline] = ACTIONS(3132), + [anon_sym_crossinline] = ACTIONS(3132), + [anon_sym_expect] = ACTIONS(3134), + [anon_sym_actual] = ACTIONS(3134), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3216), + [anon_sym_continue_AT] = ACTIONS(3216), + [anon_sym_break_AT] = ACTIONS(3216), + [sym_real_literal] = ACTIONS(3216), + [sym_integer_literal] = ACTIONS(3212), + [sym_hex_literal] = ACTIONS(3216), + [sym_bin_literal] = ACTIONS(3216), + [anon_sym_true] = ACTIONS(3212), + [anon_sym_false] = ACTIONS(3212), + [anon_sym_SQUOTE] = ACTIONS(3216), + [sym__backtick_identifier] = ACTIONS(3216), + [sym__automatic_semicolon] = ACTIONS(3216), + [sym_safe_nav] = ACTIONS(3216), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3216), + }, + [588] = { + [sym_primary_constructor] = STATE(1292), + [sym_class_body] = STATE(1181), + [sym__class_parameters] = STATE(976), + [sym_type_constraints] = STATE(1022), + [sym_modifiers] = STATE(9192), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3186), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_COLON] = ACTIONS(3480), + [anon_sym_LBRACK] = ACTIONS(3190), + [anon_sym_as] = ACTIONS(3186), + [anon_sym_constructor] = ACTIONS(3154), + [anon_sym_LBRACE] = ACTIONS(3180), + [anon_sym_RBRACE] = ACTIONS(3190), + [anon_sym_LPAREN] = ACTIONS(3158), + [anon_sym_COMMA] = ACTIONS(3190), + [anon_sym_LT] = ACTIONS(3186), + [anon_sym_GT] = ACTIONS(3186), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(3186), + [anon_sym_fun] = ACTIONS(3186), + [anon_sym_DOT] = ACTIONS(3186), + [anon_sym_SEMI] = ACTIONS(3190), + [anon_sym_get] = ACTIONS(3186), + [anon_sym_set] = ACTIONS(3186), + [anon_sym_this] = ACTIONS(3186), + [anon_sym_super] = ACTIONS(3186), + [anon_sym_STAR] = ACTIONS(3190), + [sym_label] = ACTIONS(3186), + [anon_sym_in] = ACTIONS(3186), + [anon_sym_DOT_DOT] = ACTIONS(3190), + [anon_sym_QMARK_COLON] = ACTIONS(3190), + [anon_sym_AMP_AMP] = ACTIONS(3190), + [anon_sym_PIPE_PIPE] = ACTIONS(3190), + [anon_sym_null] = ACTIONS(3186), + [anon_sym_if] = ACTIONS(3186), + [anon_sym_else] = ACTIONS(3186), + [anon_sym_when] = ACTIONS(3186), + [anon_sym_try] = ACTIONS(3186), + [anon_sym_throw] = ACTIONS(3186), + [anon_sym_return] = ACTIONS(3186), + [anon_sym_continue] = ACTIONS(3186), + [anon_sym_break] = ACTIONS(3186), + [anon_sym_COLON_COLON] = ACTIONS(3190), + [anon_sym_BANG_EQ] = ACTIONS(3186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3190), + [anon_sym_EQ_EQ] = ACTIONS(3186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3190), + [anon_sym_LT_EQ] = ACTIONS(3190), + [anon_sym_GT_EQ] = ACTIONS(3190), + [anon_sym_BANGin] = ACTIONS(3190), + [anon_sym_is] = ACTIONS(3186), + [anon_sym_BANGis] = ACTIONS(3190), + [anon_sym_PLUS] = ACTIONS(3186), + [anon_sym_DASH] = ACTIONS(3186), + [anon_sym_SLASH] = ACTIONS(3186), + [anon_sym_PERCENT] = ACTIONS(3190), + [anon_sym_as_QMARK] = ACTIONS(3190), + [anon_sym_PLUS_PLUS] = ACTIONS(3190), + [anon_sym_DASH_DASH] = ACTIONS(3190), + [anon_sym_BANG] = ACTIONS(3186), + [anon_sym_BANG_BANG] = ACTIONS(3190), + [anon_sym_suspend] = ACTIONS(3120), + [anon_sym_sealed] = ACTIONS(3122), + [anon_sym_annotation] = ACTIONS(3122), + [anon_sym_data] = ACTIONS(3122), + [anon_sym_inner] = ACTIONS(3122), + [anon_sym_override] = ACTIONS(3124), + [anon_sym_lateinit] = ACTIONS(3124), + [anon_sym_public] = ACTIONS(3126), + [anon_sym_private] = ACTIONS(3126), + [anon_sym_internal] = ACTIONS(3126), + [anon_sym_protected] = ACTIONS(3126), + [anon_sym_tailrec] = ACTIONS(3120), + [anon_sym_operator] = ACTIONS(3120), + [anon_sym_infix] = ACTIONS(3120), + [anon_sym_inline] = ACTIONS(3120), + [anon_sym_external] = ACTIONS(3120), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3130), + [anon_sym_final] = ACTIONS(3130), + [anon_sym_open] = ACTIONS(3130), + [anon_sym_vararg] = ACTIONS(3132), + [anon_sym_noinline] = ACTIONS(3132), + [anon_sym_crossinline] = ACTIONS(3132), + [anon_sym_expect] = ACTIONS(3134), + [anon_sym_actual] = ACTIONS(3134), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3190), + [anon_sym_continue_AT] = ACTIONS(3190), + [anon_sym_break_AT] = ACTIONS(3190), + [sym_real_literal] = ACTIONS(3190), + [sym_integer_literal] = ACTIONS(3186), + [sym_hex_literal] = ACTIONS(3190), + [sym_bin_literal] = ACTIONS(3190), + [anon_sym_true] = ACTIONS(3186), + [anon_sym_false] = ACTIONS(3186), + [anon_sym_SQUOTE] = ACTIONS(3190), + [sym__backtick_identifier] = ACTIONS(3190), + [sym__automatic_semicolon] = ACTIONS(3190), + [sym_safe_nav] = ACTIONS(3190), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3190), + }, + [589] = { + [sym_primary_constructor] = STATE(1301), + [sym__class_parameters] = STATE(976), + [sym_type_constraints] = STATE(971), + [sym_enum_class_body] = STATE(1181), + [sym_modifiers] = STATE(9192), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3186), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_COLON] = ACTIONS(3482), + [anon_sym_LBRACK] = ACTIONS(3190), + [anon_sym_as] = ACTIONS(3186), + [anon_sym_constructor] = ACTIONS(3154), + [anon_sym_LBRACE] = ACTIONS(3156), + [anon_sym_RBRACE] = ACTIONS(3190), + [anon_sym_LPAREN] = ACTIONS(3158), + [anon_sym_COMMA] = ACTIONS(3190), + [anon_sym_LT] = ACTIONS(3186), + [anon_sym_GT] = ACTIONS(3186), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(3186), + [anon_sym_fun] = ACTIONS(3186), + [anon_sym_DOT] = ACTIONS(3186), + [anon_sym_SEMI] = ACTIONS(3190), + [anon_sym_get] = ACTIONS(3186), + [anon_sym_set] = ACTIONS(3186), + [anon_sym_this] = ACTIONS(3186), + [anon_sym_super] = ACTIONS(3186), + [anon_sym_STAR] = ACTIONS(3190), + [sym_label] = ACTIONS(3186), + [anon_sym_in] = ACTIONS(3186), + [anon_sym_DOT_DOT] = ACTIONS(3190), + [anon_sym_QMARK_COLON] = ACTIONS(3190), + [anon_sym_AMP_AMP] = ACTIONS(3190), + [anon_sym_PIPE_PIPE] = ACTIONS(3190), + [anon_sym_null] = ACTIONS(3186), + [anon_sym_if] = ACTIONS(3186), + [anon_sym_else] = ACTIONS(3186), + [anon_sym_when] = ACTIONS(3186), + [anon_sym_try] = ACTIONS(3186), + [anon_sym_throw] = ACTIONS(3186), + [anon_sym_return] = ACTIONS(3186), + [anon_sym_continue] = ACTIONS(3186), + [anon_sym_break] = ACTIONS(3186), + [anon_sym_COLON_COLON] = ACTIONS(3190), + [anon_sym_BANG_EQ] = ACTIONS(3186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3190), + [anon_sym_EQ_EQ] = ACTIONS(3186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3190), + [anon_sym_LT_EQ] = ACTIONS(3190), + [anon_sym_GT_EQ] = ACTIONS(3190), + [anon_sym_BANGin] = ACTIONS(3190), + [anon_sym_is] = ACTIONS(3186), + [anon_sym_BANGis] = ACTIONS(3190), + [anon_sym_PLUS] = ACTIONS(3186), + [anon_sym_DASH] = ACTIONS(3186), + [anon_sym_SLASH] = ACTIONS(3186), + [anon_sym_PERCENT] = ACTIONS(3190), + [anon_sym_as_QMARK] = ACTIONS(3190), + [anon_sym_PLUS_PLUS] = ACTIONS(3190), + [anon_sym_DASH_DASH] = ACTIONS(3190), + [anon_sym_BANG] = ACTIONS(3186), + [anon_sym_BANG_BANG] = ACTIONS(3190), + [anon_sym_suspend] = ACTIONS(3120), + [anon_sym_sealed] = ACTIONS(3122), + [anon_sym_annotation] = ACTIONS(3122), + [anon_sym_data] = ACTIONS(3122), + [anon_sym_inner] = ACTIONS(3122), + [anon_sym_override] = ACTIONS(3124), + [anon_sym_lateinit] = ACTIONS(3124), + [anon_sym_public] = ACTIONS(3126), + [anon_sym_private] = ACTIONS(3126), + [anon_sym_internal] = ACTIONS(3126), + [anon_sym_protected] = ACTIONS(3126), + [anon_sym_tailrec] = ACTIONS(3120), + [anon_sym_operator] = ACTIONS(3120), + [anon_sym_infix] = ACTIONS(3120), + [anon_sym_inline] = ACTIONS(3120), + [anon_sym_external] = ACTIONS(3120), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3130), + [anon_sym_final] = ACTIONS(3130), + [anon_sym_open] = ACTIONS(3130), + [anon_sym_vararg] = ACTIONS(3132), + [anon_sym_noinline] = ACTIONS(3132), + [anon_sym_crossinline] = ACTIONS(3132), + [anon_sym_expect] = ACTIONS(3134), + [anon_sym_actual] = ACTIONS(3134), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3190), + [anon_sym_continue_AT] = ACTIONS(3190), + [anon_sym_break_AT] = ACTIONS(3190), + [sym_real_literal] = ACTIONS(3190), + [sym_integer_literal] = ACTIONS(3186), + [sym_hex_literal] = ACTIONS(3190), + [sym_bin_literal] = ACTIONS(3190), + [anon_sym_true] = ACTIONS(3186), + [anon_sym_false] = ACTIONS(3186), + [anon_sym_SQUOTE] = ACTIONS(3190), + [sym__backtick_identifier] = ACTIONS(3190), + [sym__automatic_semicolon] = ACTIONS(3190), + [sym_safe_nav] = ACTIONS(3190), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3190), + }, + [590] = { + [sym_getter] = STATE(3163), + [sym_setter] = STATE(3163), + [sym_modifiers] = STATE(8760), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1770), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1772), @@ -106697,9 +106805,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_object] = ACTIONS(1770), [anon_sym_fun] = ACTIONS(1770), [anon_sym_DOT] = ACTIONS(1770), - [anon_sym_SEMI] = ACTIONS(1846), - [anon_sym_get] = ACTIONS(3308), - [anon_sym_set] = ACTIONS(3310), + [anon_sym_SEMI] = ACTIONS(1772), + [anon_sym_get] = ACTIONS(3310), + [anon_sym_set] = ACTIONS(3312), [anon_sym_this] = ACTIONS(1770), [anon_sym_super] = ACTIONS(1770), [anon_sym_STAR] = ACTIONS(1770), @@ -106765,8 +106873,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(1772), [anon_sym_continue_AT] = ACTIONS(1772), @@ -106785,84 +106893,96 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(1772), }, [591] = { - [sym_type_constraints] = STATE(624), - [sym_property_delegate] = STATE(689), - [sym_getter] = STATE(1137), - [sym_setter] = STATE(1137), - [sym_modifiers] = STATE(8806), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3272), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3274), - [anon_sym_as] = ACTIONS(3272), - [anon_sym_EQ] = ACTIONS(3490), - [anon_sym_LBRACE] = ACTIONS(3274), - [anon_sym_RBRACE] = ACTIONS(3274), - [anon_sym_LPAREN] = ACTIONS(3274), - [anon_sym_COMMA] = ACTIONS(3274), - [anon_sym_by] = ACTIONS(3364), - [anon_sym_LT] = ACTIONS(3272), - [anon_sym_GT] = ACTIONS(3272), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(3272), - [anon_sym_fun] = ACTIONS(3272), - [anon_sym_DOT] = ACTIONS(3272), - [anon_sym_SEMI] = ACTIONS(3492), - [anon_sym_get] = ACTIONS(3432), - [anon_sym_set] = ACTIONS(3434), - [anon_sym_this] = ACTIONS(3272), - [anon_sym_super] = ACTIONS(3272), - [anon_sym_STAR] = ACTIONS(3274), - [sym_label] = ACTIONS(3272), - [anon_sym_in] = ACTIONS(3272), - [anon_sym_DOT_DOT] = ACTIONS(3274), - [anon_sym_QMARK_COLON] = ACTIONS(3274), - [anon_sym_AMP_AMP] = ACTIONS(3274), - [anon_sym_PIPE_PIPE] = ACTIONS(3274), - [anon_sym_null] = ACTIONS(3272), - [anon_sym_if] = ACTIONS(3272), - [anon_sym_else] = ACTIONS(3272), - [anon_sym_when] = ACTIONS(3272), - [anon_sym_try] = ACTIONS(3272), - [anon_sym_throw] = ACTIONS(3272), - [anon_sym_return] = ACTIONS(3272), - [anon_sym_continue] = ACTIONS(3272), - [anon_sym_break] = ACTIONS(3272), - [anon_sym_COLON_COLON] = ACTIONS(3274), - [anon_sym_BANG_EQ] = ACTIONS(3272), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3274), - [anon_sym_EQ_EQ] = ACTIONS(3272), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3274), - [anon_sym_LT_EQ] = ACTIONS(3274), - [anon_sym_GT_EQ] = ACTIONS(3274), - [anon_sym_BANGin] = ACTIONS(3274), - [anon_sym_is] = ACTIONS(3272), - [anon_sym_BANGis] = ACTIONS(3274), - [anon_sym_PLUS] = ACTIONS(3272), - [anon_sym_DASH] = ACTIONS(3272), - [anon_sym_SLASH] = ACTIONS(3272), - [anon_sym_PERCENT] = ACTIONS(3274), - [anon_sym_as_QMARK] = ACTIONS(3274), - [anon_sym_PLUS_PLUS] = ACTIONS(3274), - [anon_sym_DASH_DASH] = ACTIONS(3274), - [anon_sym_BANG] = ACTIONS(3272), - [anon_sym_BANG_BANG] = ACTIONS(3274), + [sym_getter] = STATE(3142), + [sym_setter] = STATE(3142), + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(1631), + [sym__comparison_operator] = STATE(2054), + [sym__in_operator] = STATE(1615), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(1616), + [sym__multiplicative_operator] = STATE(1617), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_modifiers] = STATE(8930), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1618), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_RBRACK] = ACTIONS(1754), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_EQ] = ACTIONS(1752), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_COMMA] = ACTIONS(1754), + [anon_sym_RPAREN] = ACTIONS(1754), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(3396), + [anon_sym_where] = ACTIONS(1752), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3484), + [anon_sym_get] = ACTIONS(3402), + [anon_sym_set] = ACTIONS(3404), + [anon_sym_STAR] = ACTIONS(3406), + [anon_sym_DASH_GT] = ACTIONS(1754), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(3410), + [anon_sym_while] = ACTIONS(1752), + [anon_sym_DOT_DOT] = ACTIONS(3412), + [anon_sym_QMARK_COLON] = ACTIONS(3414), + [anon_sym_AMP_AMP] = ACTIONS(3416), + [anon_sym_PIPE_PIPE] = ACTIONS(3418), + [anon_sym_else] = ACTIONS(1752), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_PLUS_EQ] = ACTIONS(1754), + [anon_sym_DASH_EQ] = ACTIONS(1754), + [anon_sym_STAR_EQ] = ACTIONS(1754), + [anon_sym_SLASH_EQ] = ACTIONS(1754), + [anon_sym_PERCENT_EQ] = ACTIONS(1754), + [anon_sym_BANG_EQ] = ACTIONS(3422), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3424), + [anon_sym_EQ_EQ] = ACTIONS(3422), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3424), + [anon_sym_LT_EQ] = ACTIONS(3426), + [anon_sym_GT_EQ] = ACTIONS(3426), + [anon_sym_BANGin] = ACTIONS(3428), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), + [anon_sym_PLUS] = ACTIONS(3434), + [anon_sym_DASH] = ACTIONS(3434), + [anon_sym_SLASH] = ACTIONS(3406), + [anon_sym_PERCENT] = ACTIONS(3406), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), + [anon_sym_data] = ACTIONS(1746), + [anon_sym_inner] = ACTIONS(1746), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -106881,104 +107001,104 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3274), - [anon_sym_continue_AT] = ACTIONS(3274), - [anon_sym_break_AT] = ACTIONS(3274), - [sym_real_literal] = ACTIONS(3274), - [sym_integer_literal] = ACTIONS(3272), - [sym_hex_literal] = ACTIONS(3274), - [sym_bin_literal] = ACTIONS(3274), - [anon_sym_true] = ACTIONS(3272), - [anon_sym_false] = ACTIONS(3272), - [anon_sym_SQUOTE] = ACTIONS(3274), - [sym__backtick_identifier] = ACTIONS(3274), - [sym__automatic_semicolon] = ACTIONS(3274), - [sym_safe_nav] = ACTIONS(3274), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3274), + [anon_sym_expect] = ACTIONS(1748), + [anon_sym_actual] = ACTIONS(1748), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym_safe_nav] = ACTIONS(3420), + [sym_multiline_comment] = ACTIONS(3), }, [592] = { - [sym_getter] = STATE(3425), - [sym_setter] = STATE(3425), - [sym_modifiers] = STATE(8566), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_EQ] = ACTIONS(3254), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_object] = ACTIONS(3254), - [anon_sym_fun] = ACTIONS(3254), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(3256), - [anon_sym_get] = ACTIONS(3302), - [anon_sym_set] = ACTIONS(3304), - [anon_sym_this] = ACTIONS(3254), - [anon_sym_super] = ACTIONS(3254), - [anon_sym_STAR] = ACTIONS(3254), - [sym_label] = ACTIONS(3254), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_null] = ACTIONS(3254), - [anon_sym_if] = ACTIONS(3254), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_when] = ACTIONS(3254), - [anon_sym_try] = ACTIONS(3254), - [anon_sym_throw] = ACTIONS(3254), - [anon_sym_return] = ACTIONS(3254), - [anon_sym_continue] = ACTIONS(3254), - [anon_sym_break] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_PLUS_EQ] = ACTIONS(3256), - [anon_sym_DASH_EQ] = ACTIONS(3256), - [anon_sym_STAR_EQ] = ACTIONS(3256), - [anon_sym_SLASH_EQ] = ACTIONS(3256), - [anon_sym_PERCENT_EQ] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3254), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG] = ACTIONS(3254), - [anon_sym_BANG_BANG] = ACTIONS(3256), + [sym_getter] = STATE(3203), + [sym_setter] = STATE(3203), + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(1631), + [sym__comparison_operator] = STATE(2054), + [sym__in_operator] = STATE(1615), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(1616), + [sym__multiplicative_operator] = STATE(1617), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_modifiers] = STATE(8930), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1618), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_RBRACK] = ACTIONS(1696), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_EQ] = ACTIONS(1694), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(1696), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_COMMA] = ACTIONS(1696), + [anon_sym_RPAREN] = ACTIONS(1696), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(3396), + [anon_sym_where] = ACTIONS(1694), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3486), + [anon_sym_get] = ACTIONS(3402), + [anon_sym_set] = ACTIONS(3404), + [anon_sym_STAR] = ACTIONS(3406), + [anon_sym_DASH_GT] = ACTIONS(1696), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(3410), + [anon_sym_while] = ACTIONS(1694), + [anon_sym_DOT_DOT] = ACTIONS(3412), + [anon_sym_QMARK_COLON] = ACTIONS(3414), + [anon_sym_AMP_AMP] = ACTIONS(3416), + [anon_sym_PIPE_PIPE] = ACTIONS(3418), + [anon_sym_else] = ACTIONS(1694), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_PLUS_EQ] = ACTIONS(1696), + [anon_sym_DASH_EQ] = ACTIONS(1696), + [anon_sym_STAR_EQ] = ACTIONS(1696), + [anon_sym_SLASH_EQ] = ACTIONS(1696), + [anon_sym_PERCENT_EQ] = ACTIONS(1696), + [anon_sym_BANG_EQ] = ACTIONS(3422), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3424), + [anon_sym_EQ_EQ] = ACTIONS(3422), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3424), + [anon_sym_LT_EQ] = ACTIONS(3426), + [anon_sym_GT_EQ] = ACTIONS(3426), + [anon_sym_BANGin] = ACTIONS(3428), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), + [anon_sym_PLUS] = ACTIONS(3434), + [anon_sym_DASH] = ACTIONS(3434), + [anon_sym_SLASH] = ACTIONS(3406), + [anon_sym_PERCENT] = ACTIONS(3406), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), + [anon_sym_data] = ACTIONS(1746), + [anon_sym_inner] = ACTIONS(1746), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -106997,99 +107117,203 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3256), - [anon_sym_continue_AT] = ACTIONS(3256), - [anon_sym_break_AT] = ACTIONS(3256), - [sym_real_literal] = ACTIONS(3256), - [sym_integer_literal] = ACTIONS(3254), - [sym_hex_literal] = ACTIONS(3256), - [sym_bin_literal] = ACTIONS(3256), - [anon_sym_true] = ACTIONS(3254), - [anon_sym_false] = ACTIONS(3254), - [anon_sym_SQUOTE] = ACTIONS(3256), - [sym__backtick_identifier] = ACTIONS(3256), - [sym__automatic_semicolon] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3256), + [anon_sym_expect] = ACTIONS(1748), + [anon_sym_actual] = ACTIONS(1748), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym_safe_nav] = ACTIONS(3420), + [sym_multiline_comment] = ACTIONS(3), }, [593] = { - [sym_type_constraints] = STATE(622), - [sym_property_delegate] = STATE(659), - [sym_getter] = STATE(1107), - [sym_setter] = STATE(1107), - [sym_modifiers] = STATE(8806), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), + [sym_primary_constructor] = STATE(3765), + [sym_class_body] = STATE(3472), + [sym__class_parameters] = STATE(3113), + [sym_type_constraints] = STATE(3016), + [sym_modifiers] = STATE(9209), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3196), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_COLON] = ACTIONS(3488), + [anon_sym_LBRACK] = ACTIONS(3200), + [anon_sym_as] = ACTIONS(3196), + [anon_sym_constructor] = ACTIONS(3110), + [anon_sym_LBRACE] = ACTIONS(3144), + [anon_sym_RBRACE] = ACTIONS(3200), + [anon_sym_LPAREN] = ACTIONS(3114), + [anon_sym_COMMA] = ACTIONS(3200), + [anon_sym_LT] = ACTIONS(3196), + [anon_sym_GT] = ACTIONS(3196), + [anon_sym_where] = ACTIONS(3118), + [anon_sym_object] = ACTIONS(3196), + [anon_sym_fun] = ACTIONS(3196), + [anon_sym_DOT] = ACTIONS(3196), + [anon_sym_SEMI] = ACTIONS(3200), + [anon_sym_get] = ACTIONS(3196), + [anon_sym_set] = ACTIONS(3196), + [anon_sym_this] = ACTIONS(3196), + [anon_sym_super] = ACTIONS(3196), + [anon_sym_STAR] = ACTIONS(3200), + [sym_label] = ACTIONS(3196), + [anon_sym_in] = ACTIONS(3196), + [anon_sym_DOT_DOT] = ACTIONS(3200), + [anon_sym_QMARK_COLON] = ACTIONS(3200), + [anon_sym_AMP_AMP] = ACTIONS(3200), + [anon_sym_PIPE_PIPE] = ACTIONS(3200), + [anon_sym_null] = ACTIONS(3196), + [anon_sym_if] = ACTIONS(3196), + [anon_sym_else] = ACTIONS(3196), + [anon_sym_when] = ACTIONS(3196), + [anon_sym_try] = ACTIONS(3196), + [anon_sym_throw] = ACTIONS(3196), + [anon_sym_return] = ACTIONS(3196), + [anon_sym_continue] = ACTIONS(3196), + [anon_sym_break] = ACTIONS(3196), + [anon_sym_COLON_COLON] = ACTIONS(3200), + [anon_sym_BANG_EQ] = ACTIONS(3196), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3200), + [anon_sym_EQ_EQ] = ACTIONS(3196), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3200), + [anon_sym_LT_EQ] = ACTIONS(3200), + [anon_sym_GT_EQ] = ACTIONS(3200), + [anon_sym_BANGin] = ACTIONS(3200), + [anon_sym_is] = ACTIONS(3196), + [anon_sym_BANGis] = ACTIONS(3200), + [anon_sym_PLUS] = ACTIONS(3196), + [anon_sym_DASH] = ACTIONS(3196), + [anon_sym_SLASH] = ACTIONS(3196), + [anon_sym_PERCENT] = ACTIONS(3200), + [anon_sym_as_QMARK] = ACTIONS(3200), + [anon_sym_PLUS_PLUS] = ACTIONS(3200), + [anon_sym_DASH_DASH] = ACTIONS(3200), + [anon_sym_BANG] = ACTIONS(3196), + [anon_sym_BANG_BANG] = ACTIONS(3200), + [anon_sym_suspend] = ACTIONS(3120), + [anon_sym_sealed] = ACTIONS(3122), + [anon_sym_annotation] = ACTIONS(3122), + [anon_sym_data] = ACTIONS(3122), + [anon_sym_inner] = ACTIONS(3122), + [anon_sym_override] = ACTIONS(3124), + [anon_sym_lateinit] = ACTIONS(3124), + [anon_sym_public] = ACTIONS(3126), + [anon_sym_private] = ACTIONS(3126), + [anon_sym_internal] = ACTIONS(3126), + [anon_sym_protected] = ACTIONS(3126), + [anon_sym_tailrec] = ACTIONS(3120), + [anon_sym_operator] = ACTIONS(3120), + [anon_sym_infix] = ACTIONS(3120), + [anon_sym_inline] = ACTIONS(3120), + [anon_sym_external] = ACTIONS(3120), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3130), + [anon_sym_final] = ACTIONS(3130), + [anon_sym_open] = ACTIONS(3130), + [anon_sym_vararg] = ACTIONS(3132), + [anon_sym_noinline] = ACTIONS(3132), + [anon_sym_crossinline] = ACTIONS(3132), + [anon_sym_expect] = ACTIONS(3134), + [anon_sym_actual] = ACTIONS(3134), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3200), + [anon_sym_continue_AT] = ACTIONS(3200), + [anon_sym_break_AT] = ACTIONS(3200), + [sym_real_literal] = ACTIONS(3200), + [sym_integer_literal] = ACTIONS(3196), + [sym_hex_literal] = ACTIONS(3200), + [sym_bin_literal] = ACTIONS(3200), + [anon_sym_true] = ACTIONS(3196), + [anon_sym_false] = ACTIONS(3196), + [anon_sym_SQUOTE] = ACTIONS(3200), + [sym__backtick_identifier] = ACTIONS(3200), + [sym__automatic_semicolon] = ACTIONS(3200), + [sym_safe_nav] = ACTIONS(3200), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3200), + }, + [594] = { + [sym_getter] = STATE(3163), + [sym_setter] = STATE(3163), + [sym_modifiers] = STATE(8760), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1770), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_EQ] = ACTIONS(3494), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_COMMA] = ACTIONS(3256), - [anon_sym_by] = ACTIONS(3364), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(3254), - [anon_sym_fun] = ACTIONS(3254), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(3496), - [anon_sym_get] = ACTIONS(3432), - [anon_sym_set] = ACTIONS(3434), - [anon_sym_this] = ACTIONS(3254), - [anon_sym_super] = ACTIONS(3254), - [anon_sym_STAR] = ACTIONS(3256), - [sym_label] = ACTIONS(3254), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_null] = ACTIONS(3254), - [anon_sym_if] = ACTIONS(3254), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_when] = ACTIONS(3254), - [anon_sym_try] = ACTIONS(3254), - [anon_sym_throw] = ACTIONS(3254), - [anon_sym_return] = ACTIONS(3254), - [anon_sym_continue] = ACTIONS(3254), - [anon_sym_break] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3256), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG] = ACTIONS(3254), - [anon_sym_BANG_BANG] = ACTIONS(3256), + [anon_sym_LBRACK] = ACTIONS(1772), + [anon_sym_as] = ACTIONS(1770), + [anon_sym_EQ] = ACTIONS(1770), + [anon_sym_LBRACE] = ACTIONS(1772), + [anon_sym_RBRACE] = ACTIONS(1772), + [anon_sym_LPAREN] = ACTIONS(1772), + [anon_sym_LT] = ACTIONS(1770), + [anon_sym_GT] = ACTIONS(1770), + [anon_sym_object] = ACTIONS(1770), + [anon_sym_fun] = ACTIONS(1770), + [anon_sym_DOT] = ACTIONS(1770), + [anon_sym_SEMI] = ACTIONS(1846), + [anon_sym_get] = ACTIONS(3310), + [anon_sym_set] = ACTIONS(3312), + [anon_sym_this] = ACTIONS(1770), + [anon_sym_super] = ACTIONS(1770), + [anon_sym_STAR] = ACTIONS(1770), + [sym_label] = ACTIONS(1770), + [anon_sym_in] = ACTIONS(1770), + [anon_sym_DOT_DOT] = ACTIONS(1772), + [anon_sym_QMARK_COLON] = ACTIONS(1772), + [anon_sym_AMP_AMP] = ACTIONS(1772), + [anon_sym_PIPE_PIPE] = ACTIONS(1772), + [anon_sym_null] = ACTIONS(1770), + [anon_sym_if] = ACTIONS(1770), + [anon_sym_else] = ACTIONS(1770), + [anon_sym_when] = ACTIONS(1770), + [anon_sym_try] = ACTIONS(1770), + [anon_sym_throw] = ACTIONS(1770), + [anon_sym_return] = ACTIONS(1770), + [anon_sym_continue] = ACTIONS(1770), + [anon_sym_break] = ACTIONS(1770), + [anon_sym_COLON_COLON] = ACTIONS(1772), + [anon_sym_PLUS_EQ] = ACTIONS(1772), + [anon_sym_DASH_EQ] = ACTIONS(1772), + [anon_sym_STAR_EQ] = ACTIONS(1772), + [anon_sym_SLASH_EQ] = ACTIONS(1772), + [anon_sym_PERCENT_EQ] = ACTIONS(1772), + [anon_sym_BANG_EQ] = ACTIONS(1770), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1772), + [anon_sym_EQ_EQ] = ACTIONS(1770), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1772), + [anon_sym_LT_EQ] = ACTIONS(1772), + [anon_sym_GT_EQ] = ACTIONS(1772), + [anon_sym_BANGin] = ACTIONS(1772), + [anon_sym_is] = ACTIONS(1770), + [anon_sym_BANGis] = ACTIONS(1772), + [anon_sym_PLUS] = ACTIONS(1770), + [anon_sym_DASH] = ACTIONS(1770), + [anon_sym_SLASH] = ACTIONS(1770), + [anon_sym_PERCENT] = ACTIONS(1770), + [anon_sym_as_QMARK] = ACTIONS(1772), + [anon_sym_PLUS_PLUS] = ACTIONS(1772), + [anon_sym_DASH_DASH] = ACTIONS(1772), + [anon_sym_BANG] = ACTIONS(1770), + [anon_sym_BANG_BANG] = ACTIONS(1772), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -107113,111 +107337,111 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3256), - [anon_sym_continue_AT] = ACTIONS(3256), - [anon_sym_break_AT] = ACTIONS(3256), - [sym_real_literal] = ACTIONS(3256), - [sym_integer_literal] = ACTIONS(3254), - [sym_hex_literal] = ACTIONS(3256), - [sym_bin_literal] = ACTIONS(3256), - [anon_sym_true] = ACTIONS(3254), - [anon_sym_false] = ACTIONS(3254), - [anon_sym_SQUOTE] = ACTIONS(3256), - [sym__backtick_identifier] = ACTIONS(3256), - [sym__automatic_semicolon] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3256), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1772), + [anon_sym_continue_AT] = ACTIONS(1772), + [anon_sym_break_AT] = ACTIONS(1772), + [sym_real_literal] = ACTIONS(1772), + [sym_integer_literal] = ACTIONS(1770), + [sym_hex_literal] = ACTIONS(1772), + [sym_bin_literal] = ACTIONS(1772), + [anon_sym_true] = ACTIONS(1770), + [anon_sym_false] = ACTIONS(1770), + [anon_sym_SQUOTE] = ACTIONS(1772), + [sym__backtick_identifier] = ACTIONS(1772), + [sym__automatic_semicolon] = ACTIONS(1772), + [sym_safe_nav] = ACTIONS(1772), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1772), }, - [594] = { - [sym_getter] = STATE(3176), - [sym_setter] = STATE(3176), - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(1814), - [sym__comparison_operator] = STATE(1815), - [sym__in_operator] = STATE(1817), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(1818), - [sym__multiplicative_operator] = STATE(1819), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_modifiers] = STATE(8655), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1821), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [aux_sym_modifiers_repeat1] = STATE(5441), + [595] = { + [sym_getter] = STATE(3255), + [sym_setter] = STATE(3255), + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(1631), + [sym__comparison_operator] = STATE(2054), + [sym__in_operator] = STATE(1615), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(1616), + [sym__multiplicative_operator] = STATE(1617), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_modifiers] = STATE(8930), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1618), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_RBRACK] = ACTIONS(1766), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_EQ] = ACTIONS(1764), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(1766), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_COMMA] = ACTIONS(1766), - [anon_sym_RPAREN] = ACTIONS(1766), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_RBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_EQ] = ACTIONS(1784), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_COMMA] = ACTIONS(1786), + [anon_sym_RPAREN] = ACTIONS(1786), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3380), - [anon_sym_where] = ACTIONS(1764), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(3498), - [anon_sym_get] = ACTIONS(3386), - [anon_sym_set] = ACTIONS(3388), - [anon_sym_STAR] = ACTIONS(3390), - [anon_sym_DASH_GT] = ACTIONS(1766), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(3394), - [anon_sym_while] = ACTIONS(1764), - [anon_sym_DOT_DOT] = ACTIONS(3396), - [anon_sym_QMARK_COLON] = ACTIONS(3398), - [anon_sym_AMP_AMP] = ACTIONS(3400), - [anon_sym_PIPE_PIPE] = ACTIONS(3402), - [anon_sym_else] = ACTIONS(1764), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_PLUS_EQ] = ACTIONS(1766), - [anon_sym_DASH_EQ] = ACTIONS(1766), - [anon_sym_STAR_EQ] = ACTIONS(1766), - [anon_sym_SLASH_EQ] = ACTIONS(1766), - [anon_sym_PERCENT_EQ] = ACTIONS(1766), - [anon_sym_BANG_EQ] = ACTIONS(3406), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3408), - [anon_sym_EQ_EQ] = ACTIONS(3406), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3408), - [anon_sym_LT_EQ] = ACTIONS(3410), - [anon_sym_GT_EQ] = ACTIONS(3410), - [anon_sym_BANGin] = ACTIONS(3412), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), - [anon_sym_PLUS] = ACTIONS(3418), - [anon_sym_DASH] = ACTIONS(3418), - [anon_sym_SLASH] = ACTIONS(3390), - [anon_sym_PERCENT] = ACTIONS(3390), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), + [anon_sym_GT] = ACTIONS(3396), + [anon_sym_where] = ACTIONS(1784), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3490), + [anon_sym_get] = ACTIONS(3402), + [anon_sym_set] = ACTIONS(3404), + [anon_sym_STAR] = ACTIONS(3406), + [anon_sym_DASH_GT] = ACTIONS(1786), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(3410), + [anon_sym_while] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(3412), + [anon_sym_QMARK_COLON] = ACTIONS(3414), + [anon_sym_AMP_AMP] = ACTIONS(3416), + [anon_sym_PIPE_PIPE] = ACTIONS(3418), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_PLUS_EQ] = ACTIONS(1786), + [anon_sym_DASH_EQ] = ACTIONS(1786), + [anon_sym_STAR_EQ] = ACTIONS(1786), + [anon_sym_SLASH_EQ] = ACTIONS(1786), + [anon_sym_PERCENT_EQ] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(3422), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3424), + [anon_sym_EQ_EQ] = ACTIONS(3422), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3424), + [anon_sym_LT_EQ] = ACTIONS(3426), + [anon_sym_GT_EQ] = ACTIONS(3426), + [anon_sym_BANGin] = ACTIONS(3428), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), + [anon_sym_PLUS] = ACTIONS(3434), + [anon_sym_DASH] = ACTIONS(3434), + [anon_sym_SLASH] = ACTIONS(3406), + [anon_sym_PERCENT] = ACTIONS(3406), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -107245,83 +107469,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), + [sym_safe_nav] = ACTIONS(3420), [sym_multiline_comment] = ACTIONS(3), }, - [595] = { - [sym_type_constraints] = STATE(616), - [sym_property_delegate] = STATE(682), - [sym_getter] = STATE(3228), - [sym_setter] = STATE(3228), - [sym_modifiers] = STATE(8834), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1764), + [596] = { + [sym_getter] = STATE(1188), + [sym_setter] = STATE(1188), + [sym_modifiers] = STATE(8864), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1766), - [anon_sym_as] = ACTIONS(1764), - [anon_sym_EQ] = ACTIONS(3500), - [anon_sym_LBRACE] = ACTIONS(1766), - [anon_sym_RBRACE] = ACTIONS(1766), - [anon_sym_LPAREN] = ACTIONS(1766), - [anon_sym_COMMA] = ACTIONS(1766), - [anon_sym_by] = ACTIONS(3364), - [anon_sym_LT] = ACTIONS(1764), - [anon_sym_GT] = ACTIONS(1764), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(1764), - [anon_sym_fun] = ACTIONS(1764), - [anon_sym_DOT] = ACTIONS(1764), - [anon_sym_SEMI] = ACTIONS(1932), - [anon_sym_get] = ACTIONS(3366), - [anon_sym_set] = ACTIONS(3368), - [anon_sym_this] = ACTIONS(1764), - [anon_sym_super] = ACTIONS(1764), - [anon_sym_STAR] = ACTIONS(1766), - [sym_label] = ACTIONS(1764), - [anon_sym_in] = ACTIONS(1764), - [anon_sym_DOT_DOT] = ACTIONS(1766), - [anon_sym_QMARK_COLON] = ACTIONS(1766), - [anon_sym_AMP_AMP] = ACTIONS(1766), - [anon_sym_PIPE_PIPE] = ACTIONS(1766), - [anon_sym_null] = ACTIONS(1764), - [anon_sym_if] = ACTIONS(1764), - [anon_sym_else] = ACTIONS(1764), - [anon_sym_when] = ACTIONS(1764), - [anon_sym_try] = ACTIONS(1764), - [anon_sym_throw] = ACTIONS(1764), - [anon_sym_return] = ACTIONS(1764), - [anon_sym_continue] = ACTIONS(1764), - [anon_sym_break] = ACTIONS(1764), - [anon_sym_COLON_COLON] = ACTIONS(1766), - [anon_sym_BANG_EQ] = ACTIONS(1764), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), - [anon_sym_EQ_EQ] = ACTIONS(1764), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1766), - [anon_sym_LT_EQ] = ACTIONS(1766), - [anon_sym_GT_EQ] = ACTIONS(1766), - [anon_sym_BANGin] = ACTIONS(1766), - [anon_sym_is] = ACTIONS(1764), - [anon_sym_BANGis] = ACTIONS(1766), - [anon_sym_PLUS] = ACTIONS(1764), - [anon_sym_DASH] = ACTIONS(1764), - [anon_sym_SLASH] = ACTIONS(1764), - [anon_sym_PERCENT] = ACTIONS(1766), - [anon_sym_as_QMARK] = ACTIONS(1766), - [anon_sym_PLUS_PLUS] = ACTIONS(1766), - [anon_sym_DASH_DASH] = ACTIONS(1766), - [anon_sym_BANG] = ACTIONS(1764), - [anon_sym_BANG_BANG] = ACTIONS(1766), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_EQ] = ACTIONS(1784), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_object] = ACTIONS(1784), + [anon_sym_fun] = ACTIONS(1784), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(1786), + [anon_sym_get] = ACTIONS(3302), + [anon_sym_set] = ACTIONS(3304), + [anon_sym_this] = ACTIONS(1784), + [anon_sym_super] = ACTIONS(1784), + [anon_sym_STAR] = ACTIONS(1784), + [sym_label] = ACTIONS(1784), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_null] = ACTIONS(1784), + [anon_sym_if] = ACTIONS(1784), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_when] = ACTIONS(1784), + [anon_sym_try] = ACTIONS(1784), + [anon_sym_throw] = ACTIONS(1784), + [anon_sym_return] = ACTIONS(1784), + [anon_sym_continue] = ACTIONS(1784), + [anon_sym_break] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_PLUS_EQ] = ACTIONS(1786), + [anon_sym_DASH_EQ] = ACTIONS(1786), + [anon_sym_STAR_EQ] = ACTIONS(1786), + [anon_sym_SLASH_EQ] = ACTIONS(1786), + [anon_sym_PERCENT_EQ] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1784), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG] = ACTIONS(1784), + [anon_sym_BANG_BANG] = ACTIONS(1786), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -107345,99 +107569,215 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1786), + [anon_sym_continue_AT] = ACTIONS(1786), + [anon_sym_break_AT] = ACTIONS(1786), + [sym_real_literal] = ACTIONS(1786), + [sym_integer_literal] = ACTIONS(1784), + [sym_hex_literal] = ACTIONS(1786), + [sym_bin_literal] = ACTIONS(1786), + [anon_sym_true] = ACTIONS(1784), + [anon_sym_false] = ACTIONS(1784), + [anon_sym_SQUOTE] = ACTIONS(1786), + [sym__backtick_identifier] = ACTIONS(1786), + [sym__automatic_semicolon] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1786), + }, + [597] = { + [sym_primary_constructor] = STATE(1298), + [sym_class_body] = STATE(1139), + [sym__class_parameters] = STATE(976), + [sym_type_constraints] = STATE(957), + [sym_modifiers] = STATE(9192), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3196), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_COLON] = ACTIONS(3492), + [anon_sym_LBRACK] = ACTIONS(3200), + [anon_sym_as] = ACTIONS(3196), + [anon_sym_constructor] = ACTIONS(3154), + [anon_sym_LBRACE] = ACTIONS(3180), + [anon_sym_RBRACE] = ACTIONS(3200), + [anon_sym_LPAREN] = ACTIONS(3158), + [anon_sym_COMMA] = ACTIONS(3200), + [anon_sym_LT] = ACTIONS(3196), + [anon_sym_GT] = ACTIONS(3196), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(3196), + [anon_sym_fun] = ACTIONS(3196), + [anon_sym_DOT] = ACTIONS(3196), + [anon_sym_SEMI] = ACTIONS(3200), + [anon_sym_get] = ACTIONS(3196), + [anon_sym_set] = ACTIONS(3196), + [anon_sym_this] = ACTIONS(3196), + [anon_sym_super] = ACTIONS(3196), + [anon_sym_STAR] = ACTIONS(3200), + [sym_label] = ACTIONS(3196), + [anon_sym_in] = ACTIONS(3196), + [anon_sym_DOT_DOT] = ACTIONS(3200), + [anon_sym_QMARK_COLON] = ACTIONS(3200), + [anon_sym_AMP_AMP] = ACTIONS(3200), + [anon_sym_PIPE_PIPE] = ACTIONS(3200), + [anon_sym_null] = ACTIONS(3196), + [anon_sym_if] = ACTIONS(3196), + [anon_sym_else] = ACTIONS(3196), + [anon_sym_when] = ACTIONS(3196), + [anon_sym_try] = ACTIONS(3196), + [anon_sym_throw] = ACTIONS(3196), + [anon_sym_return] = ACTIONS(3196), + [anon_sym_continue] = ACTIONS(3196), + [anon_sym_break] = ACTIONS(3196), + [anon_sym_COLON_COLON] = ACTIONS(3200), + [anon_sym_BANG_EQ] = ACTIONS(3196), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3200), + [anon_sym_EQ_EQ] = ACTIONS(3196), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3200), + [anon_sym_LT_EQ] = ACTIONS(3200), + [anon_sym_GT_EQ] = ACTIONS(3200), + [anon_sym_BANGin] = ACTIONS(3200), + [anon_sym_is] = ACTIONS(3196), + [anon_sym_BANGis] = ACTIONS(3200), + [anon_sym_PLUS] = ACTIONS(3196), + [anon_sym_DASH] = ACTIONS(3196), + [anon_sym_SLASH] = ACTIONS(3196), + [anon_sym_PERCENT] = ACTIONS(3200), + [anon_sym_as_QMARK] = ACTIONS(3200), + [anon_sym_PLUS_PLUS] = ACTIONS(3200), + [anon_sym_DASH_DASH] = ACTIONS(3200), + [anon_sym_BANG] = ACTIONS(3196), + [anon_sym_BANG_BANG] = ACTIONS(3200), + [anon_sym_suspend] = ACTIONS(3120), + [anon_sym_sealed] = ACTIONS(3122), + [anon_sym_annotation] = ACTIONS(3122), + [anon_sym_data] = ACTIONS(3122), + [anon_sym_inner] = ACTIONS(3122), + [anon_sym_override] = ACTIONS(3124), + [anon_sym_lateinit] = ACTIONS(3124), + [anon_sym_public] = ACTIONS(3126), + [anon_sym_private] = ACTIONS(3126), + [anon_sym_internal] = ACTIONS(3126), + [anon_sym_protected] = ACTIONS(3126), + [anon_sym_tailrec] = ACTIONS(3120), + [anon_sym_operator] = ACTIONS(3120), + [anon_sym_infix] = ACTIONS(3120), + [anon_sym_inline] = ACTIONS(3120), + [anon_sym_external] = ACTIONS(3120), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3130), + [anon_sym_final] = ACTIONS(3130), + [anon_sym_open] = ACTIONS(3130), + [anon_sym_vararg] = ACTIONS(3132), + [anon_sym_noinline] = ACTIONS(3132), + [anon_sym_crossinline] = ACTIONS(3132), + [anon_sym_expect] = ACTIONS(3134), + [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1766), - [anon_sym_continue_AT] = ACTIONS(1766), - [anon_sym_break_AT] = ACTIONS(1766), - [sym_real_literal] = ACTIONS(1766), - [sym_integer_literal] = ACTIONS(1764), - [sym_hex_literal] = ACTIONS(1766), - [sym_bin_literal] = ACTIONS(1766), - [anon_sym_true] = ACTIONS(1764), - [anon_sym_false] = ACTIONS(1764), - [anon_sym_SQUOTE] = ACTIONS(1766), - [sym__backtick_identifier] = ACTIONS(1766), - [sym__automatic_semicolon] = ACTIONS(1766), - [sym_safe_nav] = ACTIONS(1766), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1766), + [anon_sym_return_AT] = ACTIONS(3200), + [anon_sym_continue_AT] = ACTIONS(3200), + [anon_sym_break_AT] = ACTIONS(3200), + [sym_real_literal] = ACTIONS(3200), + [sym_integer_literal] = ACTIONS(3196), + [sym_hex_literal] = ACTIONS(3200), + [sym_bin_literal] = ACTIONS(3200), + [anon_sym_true] = ACTIONS(3196), + [anon_sym_false] = ACTIONS(3196), + [anon_sym_SQUOTE] = ACTIONS(3200), + [sym__backtick_identifier] = ACTIONS(3200), + [sym__automatic_semicolon] = ACTIONS(3200), + [sym_safe_nav] = ACTIONS(3200), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3200), }, - [596] = { - [sym_getter] = STATE(1052), - [sym_setter] = STATE(1052), - [sym_modifiers] = STATE(8830), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1764), + [598] = { + [sym_getter] = STATE(1128), + [sym_setter] = STATE(1128), + [sym_modifiers] = STATE(8864), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1770), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1766), - [anon_sym_as] = ACTIONS(1764), - [anon_sym_EQ] = ACTIONS(1764), - [anon_sym_LBRACE] = ACTIONS(1766), - [anon_sym_RBRACE] = ACTIONS(1766), - [anon_sym_LPAREN] = ACTIONS(1766), - [anon_sym_LT] = ACTIONS(1764), - [anon_sym_GT] = ACTIONS(1764), - [anon_sym_object] = ACTIONS(1764), - [anon_sym_fun] = ACTIONS(1764), - [anon_sym_DOT] = ACTIONS(1764), - [anon_sym_SEMI] = ACTIONS(1766), - [anon_sym_get] = ACTIONS(3308), - [anon_sym_set] = ACTIONS(3310), - [anon_sym_this] = ACTIONS(1764), - [anon_sym_super] = ACTIONS(1764), - [anon_sym_STAR] = ACTIONS(1764), - [sym_label] = ACTIONS(1764), - [anon_sym_in] = ACTIONS(1764), - [anon_sym_DOT_DOT] = ACTIONS(1766), - [anon_sym_QMARK_COLON] = ACTIONS(1766), - [anon_sym_AMP_AMP] = ACTIONS(1766), - [anon_sym_PIPE_PIPE] = ACTIONS(1766), - [anon_sym_null] = ACTIONS(1764), - [anon_sym_if] = ACTIONS(1764), - [anon_sym_else] = ACTIONS(1764), - [anon_sym_when] = ACTIONS(1764), - [anon_sym_try] = ACTIONS(1764), - [anon_sym_throw] = ACTIONS(1764), - [anon_sym_return] = ACTIONS(1764), - [anon_sym_continue] = ACTIONS(1764), - [anon_sym_break] = ACTIONS(1764), - [anon_sym_COLON_COLON] = ACTIONS(1766), - [anon_sym_PLUS_EQ] = ACTIONS(1766), - [anon_sym_DASH_EQ] = ACTIONS(1766), - [anon_sym_STAR_EQ] = ACTIONS(1766), - [anon_sym_SLASH_EQ] = ACTIONS(1766), - [anon_sym_PERCENT_EQ] = ACTIONS(1766), - [anon_sym_BANG_EQ] = ACTIONS(1764), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), - [anon_sym_EQ_EQ] = ACTIONS(1764), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1766), - [anon_sym_LT_EQ] = ACTIONS(1766), - [anon_sym_GT_EQ] = ACTIONS(1766), - [anon_sym_BANGin] = ACTIONS(1766), - [anon_sym_is] = ACTIONS(1764), - [anon_sym_BANGis] = ACTIONS(1766), - [anon_sym_PLUS] = ACTIONS(1764), - [anon_sym_DASH] = ACTIONS(1764), - [anon_sym_SLASH] = ACTIONS(1764), - [anon_sym_PERCENT] = ACTIONS(1764), - [anon_sym_as_QMARK] = ACTIONS(1766), - [anon_sym_PLUS_PLUS] = ACTIONS(1766), - [anon_sym_DASH_DASH] = ACTIONS(1766), - [anon_sym_BANG] = ACTIONS(1764), - [anon_sym_BANG_BANG] = ACTIONS(1766), + [anon_sym_LBRACK] = ACTIONS(1772), + [anon_sym_as] = ACTIONS(1770), + [anon_sym_EQ] = ACTIONS(1770), + [anon_sym_LBRACE] = ACTIONS(1772), + [anon_sym_RBRACE] = ACTIONS(1772), + [anon_sym_LPAREN] = ACTIONS(1772), + [anon_sym_LT] = ACTIONS(1770), + [anon_sym_GT] = ACTIONS(1770), + [anon_sym_object] = ACTIONS(1770), + [anon_sym_fun] = ACTIONS(1770), + [anon_sym_DOT] = ACTIONS(1770), + [anon_sym_SEMI] = ACTIONS(1834), + [anon_sym_get] = ACTIONS(3302), + [anon_sym_set] = ACTIONS(3304), + [anon_sym_this] = ACTIONS(1770), + [anon_sym_super] = ACTIONS(1770), + [anon_sym_STAR] = ACTIONS(1770), + [sym_label] = ACTIONS(1770), + [anon_sym_in] = ACTIONS(1770), + [anon_sym_DOT_DOT] = ACTIONS(1772), + [anon_sym_QMARK_COLON] = ACTIONS(1772), + [anon_sym_AMP_AMP] = ACTIONS(1772), + [anon_sym_PIPE_PIPE] = ACTIONS(1772), + [anon_sym_null] = ACTIONS(1770), + [anon_sym_if] = ACTIONS(1770), + [anon_sym_else] = ACTIONS(1770), + [anon_sym_when] = ACTIONS(1770), + [anon_sym_try] = ACTIONS(1770), + [anon_sym_throw] = ACTIONS(1770), + [anon_sym_return] = ACTIONS(1770), + [anon_sym_continue] = ACTIONS(1770), + [anon_sym_break] = ACTIONS(1770), + [anon_sym_COLON_COLON] = ACTIONS(1772), + [anon_sym_PLUS_EQ] = ACTIONS(1772), + [anon_sym_DASH_EQ] = ACTIONS(1772), + [anon_sym_STAR_EQ] = ACTIONS(1772), + [anon_sym_SLASH_EQ] = ACTIONS(1772), + [anon_sym_PERCENT_EQ] = ACTIONS(1772), + [anon_sym_BANG_EQ] = ACTIONS(1770), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1772), + [anon_sym_EQ_EQ] = ACTIONS(1770), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1772), + [anon_sym_LT_EQ] = ACTIONS(1772), + [anon_sym_GT_EQ] = ACTIONS(1772), + [anon_sym_BANGin] = ACTIONS(1772), + [anon_sym_is] = ACTIONS(1770), + [anon_sym_BANGis] = ACTIONS(1772), + [anon_sym_PLUS] = ACTIONS(1770), + [anon_sym_DASH] = ACTIONS(1770), + [anon_sym_SLASH] = ACTIONS(1770), + [anon_sym_PERCENT] = ACTIONS(1770), + [anon_sym_as_QMARK] = ACTIONS(1772), + [anon_sym_PLUS_PLUS] = ACTIONS(1772), + [anon_sym_DASH_DASH] = ACTIONS(1772), + [anon_sym_BANG] = ACTIONS(1770), + [anon_sym_BANG_BANG] = ACTIONS(1772), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -107461,99 +107801,331 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1766), - [anon_sym_continue_AT] = ACTIONS(1766), - [anon_sym_break_AT] = ACTIONS(1766), - [sym_real_literal] = ACTIONS(1766), - [sym_integer_literal] = ACTIONS(1764), - [sym_hex_literal] = ACTIONS(1766), - [sym_bin_literal] = ACTIONS(1766), - [anon_sym_true] = ACTIONS(1764), - [anon_sym_false] = ACTIONS(1764), - [anon_sym_SQUOTE] = ACTIONS(1766), - [sym__backtick_identifier] = ACTIONS(1766), - [sym__automatic_semicolon] = ACTIONS(1766), - [sym_safe_nav] = ACTIONS(1766), + [anon_sym_return_AT] = ACTIONS(1772), + [anon_sym_continue_AT] = ACTIONS(1772), + [anon_sym_break_AT] = ACTIONS(1772), + [sym_real_literal] = ACTIONS(1772), + [sym_integer_literal] = ACTIONS(1770), + [sym_hex_literal] = ACTIONS(1772), + [sym_bin_literal] = ACTIONS(1772), + [anon_sym_true] = ACTIONS(1770), + [anon_sym_false] = ACTIONS(1770), + [anon_sym_SQUOTE] = ACTIONS(1772), + [sym__backtick_identifier] = ACTIONS(1772), + [sym__automatic_semicolon] = ACTIONS(1772), + [sym_safe_nav] = ACTIONS(1772), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1766), + [sym__string_start] = ACTIONS(1772), }, - [597] = { - [sym_type_constraints] = STATE(635), - [sym_property_delegate] = STATE(693), - [sym_getter] = STATE(1052), - [sym_setter] = STATE(1052), - [sym_modifiers] = STATE(8806), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1764), + [599] = { + [sym_primary_constructor] = STATE(3719), + [sym__class_parameters] = STATE(3113), + [sym_type_constraints] = STATE(3054), + [sym_enum_class_body] = STATE(3322), + [sym_modifiers] = STATE(9209), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3186), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_COLON] = ACTIONS(3494), + [anon_sym_LBRACK] = ACTIONS(3190), + [anon_sym_as] = ACTIONS(3186), + [anon_sym_constructor] = ACTIONS(3110), + [anon_sym_LBRACE] = ACTIONS(3112), + [anon_sym_RBRACE] = ACTIONS(3190), + [anon_sym_LPAREN] = ACTIONS(3114), + [anon_sym_COMMA] = ACTIONS(3190), + [anon_sym_LT] = ACTIONS(3186), + [anon_sym_GT] = ACTIONS(3186), + [anon_sym_where] = ACTIONS(3118), + [anon_sym_object] = ACTIONS(3186), + [anon_sym_fun] = ACTIONS(3186), + [anon_sym_DOT] = ACTIONS(3186), + [anon_sym_SEMI] = ACTIONS(3190), + [anon_sym_get] = ACTIONS(3186), + [anon_sym_set] = ACTIONS(3186), + [anon_sym_this] = ACTIONS(3186), + [anon_sym_super] = ACTIONS(3186), + [anon_sym_STAR] = ACTIONS(3190), + [sym_label] = ACTIONS(3186), + [anon_sym_in] = ACTIONS(3186), + [anon_sym_DOT_DOT] = ACTIONS(3190), + [anon_sym_QMARK_COLON] = ACTIONS(3190), + [anon_sym_AMP_AMP] = ACTIONS(3190), + [anon_sym_PIPE_PIPE] = ACTIONS(3190), + [anon_sym_null] = ACTIONS(3186), + [anon_sym_if] = ACTIONS(3186), + [anon_sym_else] = ACTIONS(3186), + [anon_sym_when] = ACTIONS(3186), + [anon_sym_try] = ACTIONS(3186), + [anon_sym_throw] = ACTIONS(3186), + [anon_sym_return] = ACTIONS(3186), + [anon_sym_continue] = ACTIONS(3186), + [anon_sym_break] = ACTIONS(3186), + [anon_sym_COLON_COLON] = ACTIONS(3190), + [anon_sym_BANG_EQ] = ACTIONS(3186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3190), + [anon_sym_EQ_EQ] = ACTIONS(3186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3190), + [anon_sym_LT_EQ] = ACTIONS(3190), + [anon_sym_GT_EQ] = ACTIONS(3190), + [anon_sym_BANGin] = ACTIONS(3190), + [anon_sym_is] = ACTIONS(3186), + [anon_sym_BANGis] = ACTIONS(3190), + [anon_sym_PLUS] = ACTIONS(3186), + [anon_sym_DASH] = ACTIONS(3186), + [anon_sym_SLASH] = ACTIONS(3186), + [anon_sym_PERCENT] = ACTIONS(3190), + [anon_sym_as_QMARK] = ACTIONS(3190), + [anon_sym_PLUS_PLUS] = ACTIONS(3190), + [anon_sym_DASH_DASH] = ACTIONS(3190), + [anon_sym_BANG] = ACTIONS(3186), + [anon_sym_BANG_BANG] = ACTIONS(3190), + [anon_sym_suspend] = ACTIONS(3120), + [anon_sym_sealed] = ACTIONS(3122), + [anon_sym_annotation] = ACTIONS(3122), + [anon_sym_data] = ACTIONS(3122), + [anon_sym_inner] = ACTIONS(3122), + [anon_sym_override] = ACTIONS(3124), + [anon_sym_lateinit] = ACTIONS(3124), + [anon_sym_public] = ACTIONS(3126), + [anon_sym_private] = ACTIONS(3126), + [anon_sym_internal] = ACTIONS(3126), + [anon_sym_protected] = ACTIONS(3126), + [anon_sym_tailrec] = ACTIONS(3120), + [anon_sym_operator] = ACTIONS(3120), + [anon_sym_infix] = ACTIONS(3120), + [anon_sym_inline] = ACTIONS(3120), + [anon_sym_external] = ACTIONS(3120), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3130), + [anon_sym_final] = ACTIONS(3130), + [anon_sym_open] = ACTIONS(3130), + [anon_sym_vararg] = ACTIONS(3132), + [anon_sym_noinline] = ACTIONS(3132), + [anon_sym_crossinline] = ACTIONS(3132), + [anon_sym_expect] = ACTIONS(3134), + [anon_sym_actual] = ACTIONS(3134), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3190), + [anon_sym_continue_AT] = ACTIONS(3190), + [anon_sym_break_AT] = ACTIONS(3190), + [sym_real_literal] = ACTIONS(3190), + [sym_integer_literal] = ACTIONS(3186), + [sym_hex_literal] = ACTIONS(3190), + [sym_bin_literal] = ACTIONS(3190), + [anon_sym_true] = ACTIONS(3186), + [anon_sym_false] = ACTIONS(3186), + [anon_sym_SQUOTE] = ACTIONS(3190), + [sym__backtick_identifier] = ACTIONS(3190), + [sym__automatic_semicolon] = ACTIONS(3190), + [sym_safe_nav] = ACTIONS(3190), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3190), + }, + [600] = { + [sym_primary_constructor] = STATE(3721), + [sym_class_body] = STATE(3322), + [sym__class_parameters] = STATE(3113), + [sym_type_constraints] = STATE(3078), + [sym_modifiers] = STATE(9209), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3186), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_COLON] = ACTIONS(3496), + [anon_sym_LBRACK] = ACTIONS(3190), + [anon_sym_as] = ACTIONS(3186), + [anon_sym_constructor] = ACTIONS(3110), + [anon_sym_LBRACE] = ACTIONS(3144), + [anon_sym_RBRACE] = ACTIONS(3190), + [anon_sym_LPAREN] = ACTIONS(3114), + [anon_sym_COMMA] = ACTIONS(3190), + [anon_sym_LT] = ACTIONS(3186), + [anon_sym_GT] = ACTIONS(3186), + [anon_sym_where] = ACTIONS(3118), + [anon_sym_object] = ACTIONS(3186), + [anon_sym_fun] = ACTIONS(3186), + [anon_sym_DOT] = ACTIONS(3186), + [anon_sym_SEMI] = ACTIONS(3190), + [anon_sym_get] = ACTIONS(3186), + [anon_sym_set] = ACTIONS(3186), + [anon_sym_this] = ACTIONS(3186), + [anon_sym_super] = ACTIONS(3186), + [anon_sym_STAR] = ACTIONS(3190), + [sym_label] = ACTIONS(3186), + [anon_sym_in] = ACTIONS(3186), + [anon_sym_DOT_DOT] = ACTIONS(3190), + [anon_sym_QMARK_COLON] = ACTIONS(3190), + [anon_sym_AMP_AMP] = ACTIONS(3190), + [anon_sym_PIPE_PIPE] = ACTIONS(3190), + [anon_sym_null] = ACTIONS(3186), + [anon_sym_if] = ACTIONS(3186), + [anon_sym_else] = ACTIONS(3186), + [anon_sym_when] = ACTIONS(3186), + [anon_sym_try] = ACTIONS(3186), + [anon_sym_throw] = ACTIONS(3186), + [anon_sym_return] = ACTIONS(3186), + [anon_sym_continue] = ACTIONS(3186), + [anon_sym_break] = ACTIONS(3186), + [anon_sym_COLON_COLON] = ACTIONS(3190), + [anon_sym_BANG_EQ] = ACTIONS(3186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3190), + [anon_sym_EQ_EQ] = ACTIONS(3186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3190), + [anon_sym_LT_EQ] = ACTIONS(3190), + [anon_sym_GT_EQ] = ACTIONS(3190), + [anon_sym_BANGin] = ACTIONS(3190), + [anon_sym_is] = ACTIONS(3186), + [anon_sym_BANGis] = ACTIONS(3190), + [anon_sym_PLUS] = ACTIONS(3186), + [anon_sym_DASH] = ACTIONS(3186), + [anon_sym_SLASH] = ACTIONS(3186), + [anon_sym_PERCENT] = ACTIONS(3190), + [anon_sym_as_QMARK] = ACTIONS(3190), + [anon_sym_PLUS_PLUS] = ACTIONS(3190), + [anon_sym_DASH_DASH] = ACTIONS(3190), + [anon_sym_BANG] = ACTIONS(3186), + [anon_sym_BANG_BANG] = ACTIONS(3190), + [anon_sym_suspend] = ACTIONS(3120), + [anon_sym_sealed] = ACTIONS(3122), + [anon_sym_annotation] = ACTIONS(3122), + [anon_sym_data] = ACTIONS(3122), + [anon_sym_inner] = ACTIONS(3122), + [anon_sym_override] = ACTIONS(3124), + [anon_sym_lateinit] = ACTIONS(3124), + [anon_sym_public] = ACTIONS(3126), + [anon_sym_private] = ACTIONS(3126), + [anon_sym_internal] = ACTIONS(3126), + [anon_sym_protected] = ACTIONS(3126), + [anon_sym_tailrec] = ACTIONS(3120), + [anon_sym_operator] = ACTIONS(3120), + [anon_sym_infix] = ACTIONS(3120), + [anon_sym_inline] = ACTIONS(3120), + [anon_sym_external] = ACTIONS(3120), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3130), + [anon_sym_final] = ACTIONS(3130), + [anon_sym_open] = ACTIONS(3130), + [anon_sym_vararg] = ACTIONS(3132), + [anon_sym_noinline] = ACTIONS(3132), + [anon_sym_crossinline] = ACTIONS(3132), + [anon_sym_expect] = ACTIONS(3134), + [anon_sym_actual] = ACTIONS(3134), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3190), + [anon_sym_continue_AT] = ACTIONS(3190), + [anon_sym_break_AT] = ACTIONS(3190), + [sym_real_literal] = ACTIONS(3190), + [sym_integer_literal] = ACTIONS(3186), + [sym_hex_literal] = ACTIONS(3190), + [sym_bin_literal] = ACTIONS(3190), + [anon_sym_true] = ACTIONS(3186), + [anon_sym_false] = ACTIONS(3186), + [anon_sym_SQUOTE] = ACTIONS(3190), + [sym__backtick_identifier] = ACTIONS(3190), + [sym__automatic_semicolon] = ACTIONS(3190), + [sym_safe_nav] = ACTIONS(3190), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3190), + }, + [601] = { + [sym_getter] = STATE(1142), + [sym_setter] = STATE(1142), + [sym_modifiers] = STATE(8864), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1766), - [anon_sym_as] = ACTIONS(1764), - [anon_sym_EQ] = ACTIONS(3502), - [anon_sym_LBRACE] = ACTIONS(1766), - [anon_sym_RBRACE] = ACTIONS(1766), - [anon_sym_LPAREN] = ACTIONS(1766), - [anon_sym_COMMA] = ACTIONS(1766), - [anon_sym_by] = ACTIONS(3364), - [anon_sym_LT] = ACTIONS(1764), - [anon_sym_GT] = ACTIONS(1764), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(1764), - [anon_sym_fun] = ACTIONS(1764), - [anon_sym_DOT] = ACTIONS(1764), - [anon_sym_SEMI] = ACTIONS(1908), - [anon_sym_get] = ACTIONS(3432), - [anon_sym_set] = ACTIONS(3434), - [anon_sym_this] = ACTIONS(1764), - [anon_sym_super] = ACTIONS(1764), - [anon_sym_STAR] = ACTIONS(1766), - [sym_label] = ACTIONS(1764), - [anon_sym_in] = ACTIONS(1764), - [anon_sym_DOT_DOT] = ACTIONS(1766), - [anon_sym_QMARK_COLON] = ACTIONS(1766), - [anon_sym_AMP_AMP] = ACTIONS(1766), - [anon_sym_PIPE_PIPE] = ACTIONS(1766), - [anon_sym_null] = ACTIONS(1764), - [anon_sym_if] = ACTIONS(1764), - [anon_sym_else] = ACTIONS(1764), - [anon_sym_when] = ACTIONS(1764), - [anon_sym_try] = ACTIONS(1764), - [anon_sym_throw] = ACTIONS(1764), - [anon_sym_return] = ACTIONS(1764), - [anon_sym_continue] = ACTIONS(1764), - [anon_sym_break] = ACTIONS(1764), - [anon_sym_COLON_COLON] = ACTIONS(1766), - [anon_sym_BANG_EQ] = ACTIONS(1764), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), - [anon_sym_EQ_EQ] = ACTIONS(1764), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1766), - [anon_sym_LT_EQ] = ACTIONS(1766), - [anon_sym_GT_EQ] = ACTIONS(1766), - [anon_sym_BANGin] = ACTIONS(1766), - [anon_sym_is] = ACTIONS(1764), - [anon_sym_BANGis] = ACTIONS(1766), - [anon_sym_PLUS] = ACTIONS(1764), - [anon_sym_DASH] = ACTIONS(1764), - [anon_sym_SLASH] = ACTIONS(1764), - [anon_sym_PERCENT] = ACTIONS(1766), - [anon_sym_as_QMARK] = ACTIONS(1766), - [anon_sym_PLUS_PLUS] = ACTIONS(1766), - [anon_sym_DASH_DASH] = ACTIONS(1766), - [anon_sym_BANG] = ACTIONS(1764), - [anon_sym_BANG_BANG] = ACTIONS(1766), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_EQ] = ACTIONS(3278), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_object] = ACTIONS(3278), + [anon_sym_fun] = ACTIONS(3278), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(3300), + [anon_sym_get] = ACTIONS(3302), + [anon_sym_set] = ACTIONS(3304), + [anon_sym_this] = ACTIONS(3278), + [anon_sym_super] = ACTIONS(3278), + [anon_sym_STAR] = ACTIONS(3278), + [sym_label] = ACTIONS(3278), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_null] = ACTIONS(3278), + [anon_sym_if] = ACTIONS(3278), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_when] = ACTIONS(3278), + [anon_sym_try] = ACTIONS(3278), + [anon_sym_throw] = ACTIONS(3278), + [anon_sym_return] = ACTIONS(3278), + [anon_sym_continue] = ACTIONS(3278), + [anon_sym_break] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_PLUS_EQ] = ACTIONS(3280), + [anon_sym_DASH_EQ] = ACTIONS(3280), + [anon_sym_STAR_EQ] = ACTIONS(3280), + [anon_sym_SLASH_EQ] = ACTIONS(3280), + [anon_sym_PERCENT_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3278), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG] = ACTIONS(3278), + [anon_sym_BANG_BANG] = ACTIONS(3280), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -107577,99 +108149,99 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1766), - [anon_sym_continue_AT] = ACTIONS(1766), - [anon_sym_break_AT] = ACTIONS(1766), - [sym_real_literal] = ACTIONS(1766), - [sym_integer_literal] = ACTIONS(1764), - [sym_hex_literal] = ACTIONS(1766), - [sym_bin_literal] = ACTIONS(1766), - [anon_sym_true] = ACTIONS(1764), - [anon_sym_false] = ACTIONS(1764), - [anon_sym_SQUOTE] = ACTIONS(1766), - [sym__backtick_identifier] = ACTIONS(1766), - [sym__automatic_semicolon] = ACTIONS(1766), - [sym_safe_nav] = ACTIONS(1766), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1766), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3280), + [anon_sym_continue_AT] = ACTIONS(3280), + [anon_sym_break_AT] = ACTIONS(3280), + [sym_real_literal] = ACTIONS(3280), + [sym_integer_literal] = ACTIONS(3278), + [sym_hex_literal] = ACTIONS(3280), + [sym_bin_literal] = ACTIONS(3280), + [anon_sym_true] = ACTIONS(3278), + [anon_sym_false] = ACTIONS(3278), + [anon_sym_SQUOTE] = ACTIONS(3280), + [sym__backtick_identifier] = ACTIONS(3280), + [sym__automatic_semicolon] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3280), }, - [598] = { - [sym_getter] = STATE(1173), - [sym_setter] = STATE(1173), - [sym_modifiers] = STATE(8830), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3340), + [602] = { + [sym_type_constraints] = STATE(624), + [sym_property_delegate] = STATE(686), + [sym_getter] = STATE(3225), + [sym_setter] = STATE(3225), + [sym_modifiers] = STATE(8787), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3230), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3342), - [anon_sym_as] = ACTIONS(3340), - [anon_sym_EQ] = ACTIONS(3340), - [anon_sym_LBRACE] = ACTIONS(3342), - [anon_sym_RBRACE] = ACTIONS(3342), - [anon_sym_LPAREN] = ACTIONS(3342), - [anon_sym_LT] = ACTIONS(3340), - [anon_sym_GT] = ACTIONS(3340), - [anon_sym_object] = ACTIONS(3340), - [anon_sym_fun] = ACTIONS(3340), - [anon_sym_DOT] = ACTIONS(3340), - [anon_sym_SEMI] = ACTIONS(3342), - [anon_sym_get] = ACTIONS(3308), - [anon_sym_set] = ACTIONS(3310), - [anon_sym_this] = ACTIONS(3340), - [anon_sym_super] = ACTIONS(3340), - [anon_sym_STAR] = ACTIONS(3340), - [sym_label] = ACTIONS(3340), - [anon_sym_in] = ACTIONS(3340), - [anon_sym_DOT_DOT] = ACTIONS(3342), - [anon_sym_QMARK_COLON] = ACTIONS(3342), - [anon_sym_AMP_AMP] = ACTIONS(3342), - [anon_sym_PIPE_PIPE] = ACTIONS(3342), - [anon_sym_null] = ACTIONS(3340), - [anon_sym_if] = ACTIONS(3340), - [anon_sym_else] = ACTIONS(3340), - [anon_sym_when] = ACTIONS(3340), - [anon_sym_try] = ACTIONS(3340), - [anon_sym_throw] = ACTIONS(3340), - [anon_sym_return] = ACTIONS(3340), - [anon_sym_continue] = ACTIONS(3340), - [anon_sym_break] = ACTIONS(3340), - [anon_sym_COLON_COLON] = ACTIONS(3342), - [anon_sym_PLUS_EQ] = ACTIONS(3342), - [anon_sym_DASH_EQ] = ACTIONS(3342), - [anon_sym_STAR_EQ] = ACTIONS(3342), - [anon_sym_SLASH_EQ] = ACTIONS(3342), - [anon_sym_PERCENT_EQ] = ACTIONS(3342), - [anon_sym_BANG_EQ] = ACTIONS(3340), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3342), - [anon_sym_EQ_EQ] = ACTIONS(3340), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3342), - [anon_sym_LT_EQ] = ACTIONS(3342), - [anon_sym_GT_EQ] = ACTIONS(3342), - [anon_sym_BANGin] = ACTIONS(3342), - [anon_sym_is] = ACTIONS(3340), - [anon_sym_BANGis] = ACTIONS(3342), - [anon_sym_PLUS] = ACTIONS(3340), - [anon_sym_DASH] = ACTIONS(3340), - [anon_sym_SLASH] = ACTIONS(3340), - [anon_sym_PERCENT] = ACTIONS(3340), - [anon_sym_as_QMARK] = ACTIONS(3342), - [anon_sym_PLUS_PLUS] = ACTIONS(3342), - [anon_sym_DASH_DASH] = ACTIONS(3342), - [anon_sym_BANG] = ACTIONS(3340), - [anon_sym_BANG_BANG] = ACTIONS(3342), + [anon_sym_LBRACK] = ACTIONS(3234), + [anon_sym_as] = ACTIONS(3230), + [anon_sym_EQ] = ACTIONS(3498), + [anon_sym_LBRACE] = ACTIONS(3234), + [anon_sym_RBRACE] = ACTIONS(3234), + [anon_sym_LPAREN] = ACTIONS(3234), + [anon_sym_COMMA] = ACTIONS(3234), + [anon_sym_by] = ACTIONS(3366), + [anon_sym_LT] = ACTIONS(3230), + [anon_sym_GT] = ACTIONS(3230), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(3230), + [anon_sym_fun] = ACTIONS(3230), + [anon_sym_DOT] = ACTIONS(3230), + [anon_sym_SEMI] = ACTIONS(3500), + [anon_sym_get] = ACTIONS(3374), + [anon_sym_set] = ACTIONS(3376), + [anon_sym_this] = ACTIONS(3230), + [anon_sym_super] = ACTIONS(3230), + [anon_sym_STAR] = ACTIONS(3234), + [sym_label] = ACTIONS(3230), + [anon_sym_in] = ACTIONS(3230), + [anon_sym_DOT_DOT] = ACTIONS(3234), + [anon_sym_QMARK_COLON] = ACTIONS(3234), + [anon_sym_AMP_AMP] = ACTIONS(3234), + [anon_sym_PIPE_PIPE] = ACTIONS(3234), + [anon_sym_null] = ACTIONS(3230), + [anon_sym_if] = ACTIONS(3230), + [anon_sym_else] = ACTIONS(3230), + [anon_sym_when] = ACTIONS(3230), + [anon_sym_try] = ACTIONS(3230), + [anon_sym_throw] = ACTIONS(3230), + [anon_sym_return] = ACTIONS(3230), + [anon_sym_continue] = ACTIONS(3230), + [anon_sym_break] = ACTIONS(3230), + [anon_sym_COLON_COLON] = ACTIONS(3234), + [anon_sym_BANG_EQ] = ACTIONS(3230), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3234), + [anon_sym_EQ_EQ] = ACTIONS(3230), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3234), + [anon_sym_LT_EQ] = ACTIONS(3234), + [anon_sym_GT_EQ] = ACTIONS(3234), + [anon_sym_BANGin] = ACTIONS(3234), + [anon_sym_is] = ACTIONS(3230), + [anon_sym_BANGis] = ACTIONS(3234), + [anon_sym_PLUS] = ACTIONS(3230), + [anon_sym_DASH] = ACTIONS(3230), + [anon_sym_SLASH] = ACTIONS(3230), + [anon_sym_PERCENT] = ACTIONS(3234), + [anon_sym_as_QMARK] = ACTIONS(3234), + [anon_sym_PLUS_PLUS] = ACTIONS(3234), + [anon_sym_DASH_DASH] = ACTIONS(3234), + [anon_sym_BANG] = ACTIONS(3230), + [anon_sym_BANG_BANG] = ACTIONS(3234), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -107693,99 +108265,99 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3342), - [anon_sym_continue_AT] = ACTIONS(3342), - [anon_sym_break_AT] = ACTIONS(3342), - [sym_real_literal] = ACTIONS(3342), - [sym_integer_literal] = ACTIONS(3340), - [sym_hex_literal] = ACTIONS(3342), - [sym_bin_literal] = ACTIONS(3342), - [anon_sym_true] = ACTIONS(3340), - [anon_sym_false] = ACTIONS(3340), - [anon_sym_SQUOTE] = ACTIONS(3342), - [sym__backtick_identifier] = ACTIONS(3342), - [sym__automatic_semicolon] = ACTIONS(3342), - [sym_safe_nav] = ACTIONS(3342), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3342), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3234), + [anon_sym_continue_AT] = ACTIONS(3234), + [anon_sym_break_AT] = ACTIONS(3234), + [sym_real_literal] = ACTIONS(3234), + [sym_integer_literal] = ACTIONS(3230), + [sym_hex_literal] = ACTIONS(3234), + [sym_bin_literal] = ACTIONS(3234), + [anon_sym_true] = ACTIONS(3230), + [anon_sym_false] = ACTIONS(3230), + [anon_sym_SQUOTE] = ACTIONS(3234), + [sym__backtick_identifier] = ACTIONS(3234), + [sym__automatic_semicolon] = ACTIONS(3234), + [sym_safe_nav] = ACTIONS(3234), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3234), }, - [599] = { - [sym_primary_constructor] = STATE(3900), - [sym__class_parameters] = STATE(3036), - [sym_type_parameters] = STATE(628), - [sym_type_constraints] = STATE(3058), - [sym_enum_class_body] = STATE(3257), - [sym_modifiers] = STATE(9011), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3136), + [603] = { + [sym_primary_constructor] = STATE(3729), + [sym__class_parameters] = STATE(3113), + [sym_type_constraints] = STATE(3114), + [sym_enum_class_body] = STATE(3132), + [sym_modifiers] = STATE(9209), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3212), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(3504), - [anon_sym_LBRACK] = ACTIONS(3140), - [anon_sym_as] = ACTIONS(3136), + [anon_sym_COLON] = ACTIONS(3502), + [anon_sym_LBRACK] = ACTIONS(3216), + [anon_sym_as] = ACTIONS(3212), [anon_sym_constructor] = ACTIONS(3110), - [anon_sym_LBRACE] = ACTIONS(3152), - [anon_sym_RBRACE] = ACTIONS(3140), + [anon_sym_LBRACE] = ACTIONS(3112), + [anon_sym_RBRACE] = ACTIONS(3216), [anon_sym_LPAREN] = ACTIONS(3114), - [anon_sym_LT] = ACTIONS(3116), - [anon_sym_GT] = ACTIONS(3136), + [anon_sym_COMMA] = ACTIONS(3216), + [anon_sym_LT] = ACTIONS(3212), + [anon_sym_GT] = ACTIONS(3212), [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(3136), - [anon_sym_fun] = ACTIONS(3136), - [anon_sym_DOT] = ACTIONS(3136), - [anon_sym_SEMI] = ACTIONS(3140), - [anon_sym_get] = ACTIONS(3136), - [anon_sym_set] = ACTIONS(3136), - [anon_sym_this] = ACTIONS(3136), - [anon_sym_super] = ACTIONS(3136), - [anon_sym_STAR] = ACTIONS(3140), - [sym_label] = ACTIONS(3136), - [anon_sym_in] = ACTIONS(3136), - [anon_sym_DOT_DOT] = ACTIONS(3140), - [anon_sym_QMARK_COLON] = ACTIONS(3140), - [anon_sym_AMP_AMP] = ACTIONS(3140), - [anon_sym_PIPE_PIPE] = ACTIONS(3140), - [anon_sym_null] = ACTIONS(3136), - [anon_sym_if] = ACTIONS(3136), - [anon_sym_else] = ACTIONS(3136), - [anon_sym_when] = ACTIONS(3136), - [anon_sym_try] = ACTIONS(3136), - [anon_sym_throw] = ACTIONS(3136), - [anon_sym_return] = ACTIONS(3136), - [anon_sym_continue] = ACTIONS(3136), - [anon_sym_break] = ACTIONS(3136), - [anon_sym_COLON_COLON] = ACTIONS(3140), - [anon_sym_BANG_EQ] = ACTIONS(3136), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3140), - [anon_sym_EQ_EQ] = ACTIONS(3136), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3140), - [anon_sym_LT_EQ] = ACTIONS(3140), - [anon_sym_GT_EQ] = ACTIONS(3140), - [anon_sym_BANGin] = ACTIONS(3140), - [anon_sym_is] = ACTIONS(3136), - [anon_sym_BANGis] = ACTIONS(3140), - [anon_sym_PLUS] = ACTIONS(3136), - [anon_sym_DASH] = ACTIONS(3136), - [anon_sym_SLASH] = ACTIONS(3136), - [anon_sym_PERCENT] = ACTIONS(3140), - [anon_sym_as_QMARK] = ACTIONS(3140), - [anon_sym_PLUS_PLUS] = ACTIONS(3140), - [anon_sym_DASH_DASH] = ACTIONS(3140), - [anon_sym_BANG] = ACTIONS(3136), - [anon_sym_BANG_BANG] = ACTIONS(3140), + [anon_sym_object] = ACTIONS(3212), + [anon_sym_fun] = ACTIONS(3212), + [anon_sym_DOT] = ACTIONS(3212), + [anon_sym_SEMI] = ACTIONS(3216), + [anon_sym_get] = ACTIONS(3212), + [anon_sym_set] = ACTIONS(3212), + [anon_sym_this] = ACTIONS(3212), + [anon_sym_super] = ACTIONS(3212), + [anon_sym_STAR] = ACTIONS(3216), + [sym_label] = ACTIONS(3212), + [anon_sym_in] = ACTIONS(3212), + [anon_sym_DOT_DOT] = ACTIONS(3216), + [anon_sym_QMARK_COLON] = ACTIONS(3216), + [anon_sym_AMP_AMP] = ACTIONS(3216), + [anon_sym_PIPE_PIPE] = ACTIONS(3216), + [anon_sym_null] = ACTIONS(3212), + [anon_sym_if] = ACTIONS(3212), + [anon_sym_else] = ACTIONS(3212), + [anon_sym_when] = ACTIONS(3212), + [anon_sym_try] = ACTIONS(3212), + [anon_sym_throw] = ACTIONS(3212), + [anon_sym_return] = ACTIONS(3212), + [anon_sym_continue] = ACTIONS(3212), + [anon_sym_break] = ACTIONS(3212), + [anon_sym_COLON_COLON] = ACTIONS(3216), + [anon_sym_BANG_EQ] = ACTIONS(3212), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3216), + [anon_sym_EQ_EQ] = ACTIONS(3212), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3216), + [anon_sym_LT_EQ] = ACTIONS(3216), + [anon_sym_GT_EQ] = ACTIONS(3216), + [anon_sym_BANGin] = ACTIONS(3216), + [anon_sym_is] = ACTIONS(3212), + [anon_sym_BANGis] = ACTIONS(3216), + [anon_sym_PLUS] = ACTIONS(3212), + [anon_sym_DASH] = ACTIONS(3212), + [anon_sym_SLASH] = ACTIONS(3212), + [anon_sym_PERCENT] = ACTIONS(3216), + [anon_sym_as_QMARK] = ACTIONS(3216), + [anon_sym_PLUS_PLUS] = ACTIONS(3216), + [anon_sym_DASH_DASH] = ACTIONS(3216), + [anon_sym_BANG] = ACTIONS(3212), + [anon_sym_BANG_BANG] = ACTIONS(3216), [anon_sym_suspend] = ACTIONS(3120), [anon_sym_sealed] = ACTIONS(3122), [anon_sym_annotation] = ACTIONS(3122), @@ -107812,96 +108384,96 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3134), [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3140), - [anon_sym_continue_AT] = ACTIONS(3140), - [anon_sym_break_AT] = ACTIONS(3140), - [sym_real_literal] = ACTIONS(3140), - [sym_integer_literal] = ACTIONS(3136), - [sym_hex_literal] = ACTIONS(3140), - [sym_bin_literal] = ACTIONS(3140), - [anon_sym_true] = ACTIONS(3136), - [anon_sym_false] = ACTIONS(3136), - [anon_sym_SQUOTE] = ACTIONS(3140), - [sym__backtick_identifier] = ACTIONS(3140), - [sym__automatic_semicolon] = ACTIONS(3140), - [sym_safe_nav] = ACTIONS(3140), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3140), + [anon_sym_return_AT] = ACTIONS(3216), + [anon_sym_continue_AT] = ACTIONS(3216), + [anon_sym_break_AT] = ACTIONS(3216), + [sym_real_literal] = ACTIONS(3216), + [sym_integer_literal] = ACTIONS(3212), + [sym_hex_literal] = ACTIONS(3216), + [sym_bin_literal] = ACTIONS(3216), + [anon_sym_true] = ACTIONS(3212), + [anon_sym_false] = ACTIONS(3212), + [anon_sym_SQUOTE] = ACTIONS(3216), + [sym__backtick_identifier] = ACTIONS(3216), + [sym__automatic_semicolon] = ACTIONS(3216), + [sym_safe_nav] = ACTIONS(3216), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3216), }, - [600] = { - [sym_getter] = STATE(3166), - [sym_setter] = STATE(3166), - [sym_modifiers] = STATE(8566), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), + [604] = { + [sym_getter] = STATE(1120), + [sym_setter] = STATE(1120), + [sym_modifiers] = STATE(8864), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1778), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_EQ] = ACTIONS(1776), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_object] = ACTIONS(1776), - [anon_sym_fun] = ACTIONS(1776), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(1840), + [anon_sym_LBRACK] = ACTIONS(1780), + [anon_sym_as] = ACTIONS(1778), + [anon_sym_EQ] = ACTIONS(1778), + [anon_sym_LBRACE] = ACTIONS(1780), + [anon_sym_RBRACE] = ACTIONS(1780), + [anon_sym_LPAREN] = ACTIONS(1780), + [anon_sym_LT] = ACTIONS(1778), + [anon_sym_GT] = ACTIONS(1778), + [anon_sym_object] = ACTIONS(1778), + [anon_sym_fun] = ACTIONS(1778), + [anon_sym_DOT] = ACTIONS(1778), + [anon_sym_SEMI] = ACTIONS(1780), [anon_sym_get] = ACTIONS(3302), [anon_sym_set] = ACTIONS(3304), - [anon_sym_this] = ACTIONS(1776), - [anon_sym_super] = ACTIONS(1776), - [anon_sym_STAR] = ACTIONS(1776), - [sym_label] = ACTIONS(1776), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_null] = ACTIONS(1776), - [anon_sym_if] = ACTIONS(1776), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_when] = ACTIONS(1776), - [anon_sym_try] = ACTIONS(1776), - [anon_sym_throw] = ACTIONS(1776), - [anon_sym_return] = ACTIONS(1776), - [anon_sym_continue] = ACTIONS(1776), - [anon_sym_break] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_PLUS_EQ] = ACTIONS(1778), - [anon_sym_DASH_EQ] = ACTIONS(1778), - [anon_sym_STAR_EQ] = ACTIONS(1778), - [anon_sym_SLASH_EQ] = ACTIONS(1778), - [anon_sym_PERCENT_EQ] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1776), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG] = ACTIONS(1776), - [anon_sym_BANG_BANG] = ACTIONS(1778), + [anon_sym_this] = ACTIONS(1778), + [anon_sym_super] = ACTIONS(1778), + [anon_sym_STAR] = ACTIONS(1778), + [sym_label] = ACTIONS(1778), + [anon_sym_in] = ACTIONS(1778), + [anon_sym_DOT_DOT] = ACTIONS(1780), + [anon_sym_QMARK_COLON] = ACTIONS(1780), + [anon_sym_AMP_AMP] = ACTIONS(1780), + [anon_sym_PIPE_PIPE] = ACTIONS(1780), + [anon_sym_null] = ACTIONS(1778), + [anon_sym_if] = ACTIONS(1778), + [anon_sym_else] = ACTIONS(1778), + [anon_sym_when] = ACTIONS(1778), + [anon_sym_try] = ACTIONS(1778), + [anon_sym_throw] = ACTIONS(1778), + [anon_sym_return] = ACTIONS(1778), + [anon_sym_continue] = ACTIONS(1778), + [anon_sym_break] = ACTIONS(1778), + [anon_sym_COLON_COLON] = ACTIONS(1780), + [anon_sym_PLUS_EQ] = ACTIONS(1780), + [anon_sym_DASH_EQ] = ACTIONS(1780), + [anon_sym_STAR_EQ] = ACTIONS(1780), + [anon_sym_SLASH_EQ] = ACTIONS(1780), + [anon_sym_PERCENT_EQ] = ACTIONS(1780), + [anon_sym_BANG_EQ] = ACTIONS(1778), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1780), + [anon_sym_EQ_EQ] = ACTIONS(1778), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1780), + [anon_sym_LT_EQ] = ACTIONS(1780), + [anon_sym_GT_EQ] = ACTIONS(1780), + [anon_sym_BANGin] = ACTIONS(1780), + [anon_sym_is] = ACTIONS(1778), + [anon_sym_BANGis] = ACTIONS(1780), + [anon_sym_PLUS] = ACTIONS(1778), + [anon_sym_DASH] = ACTIONS(1778), + [anon_sym_SLASH] = ACTIONS(1778), + [anon_sym_PERCENT] = ACTIONS(1778), + [anon_sym_as_QMARK] = ACTIONS(1780), + [anon_sym_PLUS_PLUS] = ACTIONS(1780), + [anon_sym_DASH_DASH] = ACTIONS(1780), + [anon_sym_BANG] = ACTIONS(1778), + [anon_sym_BANG_BANG] = ACTIONS(1780), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -107925,99 +108497,562 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1778), - [anon_sym_continue_AT] = ACTIONS(1778), - [anon_sym_break_AT] = ACTIONS(1778), - [sym_real_literal] = ACTIONS(1778), - [sym_integer_literal] = ACTIONS(1776), - [sym_hex_literal] = ACTIONS(1778), - [sym_bin_literal] = ACTIONS(1778), - [anon_sym_true] = ACTIONS(1776), - [anon_sym_false] = ACTIONS(1776), - [anon_sym_SQUOTE] = ACTIONS(1778), - [sym__backtick_identifier] = ACTIONS(1778), - [sym__automatic_semicolon] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1778), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1780), + [anon_sym_continue_AT] = ACTIONS(1780), + [anon_sym_break_AT] = ACTIONS(1780), + [sym_real_literal] = ACTIONS(1780), + [sym_integer_literal] = ACTIONS(1778), + [sym_hex_literal] = ACTIONS(1780), + [sym_bin_literal] = ACTIONS(1780), + [anon_sym_true] = ACTIONS(1778), + [anon_sym_false] = ACTIONS(1778), + [anon_sym_SQUOTE] = ACTIONS(1780), + [sym__backtick_identifier] = ACTIONS(1780), + [sym__automatic_semicolon] = ACTIONS(1780), + [sym_safe_nav] = ACTIONS(1780), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1780), }, - [601] = { - [sym_getter] = STATE(3228), - [sym_setter] = STATE(3228), - [sym_modifiers] = STATE(8566), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1764), + [605] = { + [sym_getter] = STATE(1116), + [sym_setter] = STATE(1116), + [sym_modifiers] = STATE(8864), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3338), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1766), - [anon_sym_as] = ACTIONS(1764), - [anon_sym_EQ] = ACTIONS(1764), - [anon_sym_LBRACE] = ACTIONS(1766), - [anon_sym_RBRACE] = ACTIONS(1766), - [anon_sym_LPAREN] = ACTIONS(1766), - [anon_sym_LT] = ACTIONS(1764), - [anon_sym_GT] = ACTIONS(1764), - [anon_sym_object] = ACTIONS(1764), - [anon_sym_fun] = ACTIONS(1764), - [anon_sym_DOT] = ACTIONS(1764), - [anon_sym_SEMI] = ACTIONS(1766), + [anon_sym_LBRACK] = ACTIONS(3340), + [anon_sym_as] = ACTIONS(3338), + [anon_sym_EQ] = ACTIONS(3338), + [anon_sym_LBRACE] = ACTIONS(3340), + [anon_sym_RBRACE] = ACTIONS(3340), + [anon_sym_LPAREN] = ACTIONS(3340), + [anon_sym_LT] = ACTIONS(3338), + [anon_sym_GT] = ACTIONS(3338), + [anon_sym_object] = ACTIONS(3338), + [anon_sym_fun] = ACTIONS(3338), + [anon_sym_DOT] = ACTIONS(3338), + [anon_sym_SEMI] = ACTIONS(3340), [anon_sym_get] = ACTIONS(3302), [anon_sym_set] = ACTIONS(3304), - [anon_sym_this] = ACTIONS(1764), - [anon_sym_super] = ACTIONS(1764), - [anon_sym_STAR] = ACTIONS(1764), - [sym_label] = ACTIONS(1764), - [anon_sym_in] = ACTIONS(1764), - [anon_sym_DOT_DOT] = ACTIONS(1766), - [anon_sym_QMARK_COLON] = ACTIONS(1766), - [anon_sym_AMP_AMP] = ACTIONS(1766), - [anon_sym_PIPE_PIPE] = ACTIONS(1766), - [anon_sym_null] = ACTIONS(1764), - [anon_sym_if] = ACTIONS(1764), - [anon_sym_else] = ACTIONS(1764), - [anon_sym_when] = ACTIONS(1764), - [anon_sym_try] = ACTIONS(1764), - [anon_sym_throw] = ACTIONS(1764), - [anon_sym_return] = ACTIONS(1764), - [anon_sym_continue] = ACTIONS(1764), - [anon_sym_break] = ACTIONS(1764), - [anon_sym_COLON_COLON] = ACTIONS(1766), - [anon_sym_PLUS_EQ] = ACTIONS(1766), - [anon_sym_DASH_EQ] = ACTIONS(1766), - [anon_sym_STAR_EQ] = ACTIONS(1766), - [anon_sym_SLASH_EQ] = ACTIONS(1766), - [anon_sym_PERCENT_EQ] = ACTIONS(1766), - [anon_sym_BANG_EQ] = ACTIONS(1764), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), - [anon_sym_EQ_EQ] = ACTIONS(1764), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1766), - [anon_sym_LT_EQ] = ACTIONS(1766), - [anon_sym_GT_EQ] = ACTIONS(1766), - [anon_sym_BANGin] = ACTIONS(1766), - [anon_sym_is] = ACTIONS(1764), - [anon_sym_BANGis] = ACTIONS(1766), - [anon_sym_PLUS] = ACTIONS(1764), - [anon_sym_DASH] = ACTIONS(1764), - [anon_sym_SLASH] = ACTIONS(1764), - [anon_sym_PERCENT] = ACTIONS(1764), - [anon_sym_as_QMARK] = ACTIONS(1766), - [anon_sym_PLUS_PLUS] = ACTIONS(1766), - [anon_sym_DASH_DASH] = ACTIONS(1766), - [anon_sym_BANG] = ACTIONS(1764), - [anon_sym_BANG_BANG] = ACTIONS(1766), + [anon_sym_this] = ACTIONS(3338), + [anon_sym_super] = ACTIONS(3338), + [anon_sym_STAR] = ACTIONS(3338), + [sym_label] = ACTIONS(3338), + [anon_sym_in] = ACTIONS(3338), + [anon_sym_DOT_DOT] = ACTIONS(3340), + [anon_sym_QMARK_COLON] = ACTIONS(3340), + [anon_sym_AMP_AMP] = ACTIONS(3340), + [anon_sym_PIPE_PIPE] = ACTIONS(3340), + [anon_sym_null] = ACTIONS(3338), + [anon_sym_if] = ACTIONS(3338), + [anon_sym_else] = ACTIONS(3338), + [anon_sym_when] = ACTIONS(3338), + [anon_sym_try] = ACTIONS(3338), + [anon_sym_throw] = ACTIONS(3338), + [anon_sym_return] = ACTIONS(3338), + [anon_sym_continue] = ACTIONS(3338), + [anon_sym_break] = ACTIONS(3338), + [anon_sym_COLON_COLON] = ACTIONS(3340), + [anon_sym_PLUS_EQ] = ACTIONS(3340), + [anon_sym_DASH_EQ] = ACTIONS(3340), + [anon_sym_STAR_EQ] = ACTIONS(3340), + [anon_sym_SLASH_EQ] = ACTIONS(3340), + [anon_sym_PERCENT_EQ] = ACTIONS(3340), + [anon_sym_BANG_EQ] = ACTIONS(3338), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3340), + [anon_sym_EQ_EQ] = ACTIONS(3338), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3340), + [anon_sym_LT_EQ] = ACTIONS(3340), + [anon_sym_GT_EQ] = ACTIONS(3340), + [anon_sym_BANGin] = ACTIONS(3340), + [anon_sym_is] = ACTIONS(3338), + [anon_sym_BANGis] = ACTIONS(3340), + [anon_sym_PLUS] = ACTIONS(3338), + [anon_sym_DASH] = ACTIONS(3338), + [anon_sym_SLASH] = ACTIONS(3338), + [anon_sym_PERCENT] = ACTIONS(3338), + [anon_sym_as_QMARK] = ACTIONS(3340), + [anon_sym_PLUS_PLUS] = ACTIONS(3340), + [anon_sym_DASH_DASH] = ACTIONS(3340), + [anon_sym_BANG] = ACTIONS(3338), + [anon_sym_BANG_BANG] = ACTIONS(3340), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3340), + [anon_sym_continue_AT] = ACTIONS(3340), + [anon_sym_break_AT] = ACTIONS(3340), + [sym_real_literal] = ACTIONS(3340), + [sym_integer_literal] = ACTIONS(3338), + [sym_hex_literal] = ACTIONS(3340), + [sym_bin_literal] = ACTIONS(3340), + [anon_sym_true] = ACTIONS(3338), + [anon_sym_false] = ACTIONS(3338), + [anon_sym_SQUOTE] = ACTIONS(3340), + [sym__backtick_identifier] = ACTIONS(3340), + [sym__automatic_semicolon] = ACTIONS(3340), + [sym_safe_nav] = ACTIONS(3340), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3340), + }, + [606] = { + [sym_getter] = STATE(3447), + [sym_setter] = STATE(3447), + [sym_modifiers] = STATE(8760), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_EQ] = ACTIONS(3278), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_object] = ACTIONS(3278), + [anon_sym_fun] = ACTIONS(3278), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(3280), + [anon_sym_get] = ACTIONS(3310), + [anon_sym_set] = ACTIONS(3312), + [anon_sym_this] = ACTIONS(3278), + [anon_sym_super] = ACTIONS(3278), + [anon_sym_STAR] = ACTIONS(3278), + [sym_label] = ACTIONS(3278), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_null] = ACTIONS(3278), + [anon_sym_if] = ACTIONS(3278), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_when] = ACTIONS(3278), + [anon_sym_try] = ACTIONS(3278), + [anon_sym_throw] = ACTIONS(3278), + [anon_sym_return] = ACTIONS(3278), + [anon_sym_continue] = ACTIONS(3278), + [anon_sym_break] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_PLUS_EQ] = ACTIONS(3280), + [anon_sym_DASH_EQ] = ACTIONS(3280), + [anon_sym_STAR_EQ] = ACTIONS(3280), + [anon_sym_SLASH_EQ] = ACTIONS(3280), + [anon_sym_PERCENT_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3278), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG] = ACTIONS(3278), + [anon_sym_BANG_BANG] = ACTIONS(3280), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3280), + [anon_sym_continue_AT] = ACTIONS(3280), + [anon_sym_break_AT] = ACTIONS(3280), + [sym_real_literal] = ACTIONS(3280), + [sym_integer_literal] = ACTIONS(3278), + [sym_hex_literal] = ACTIONS(3280), + [sym_bin_literal] = ACTIONS(3280), + [anon_sym_true] = ACTIONS(3278), + [anon_sym_false] = ACTIONS(3278), + [anon_sym_SQUOTE] = ACTIONS(3280), + [sym__backtick_identifier] = ACTIONS(3280), + [sym__automatic_semicolon] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3280), + }, + [607] = { + [sym_type_constraints] = STATE(611), + [sym_property_delegate] = STATE(681), + [sym_getter] = STATE(3447), + [sym_setter] = STATE(3447), + [sym_modifiers] = STATE(8787), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_EQ] = ACTIONS(3504), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_COMMA] = ACTIONS(3280), + [anon_sym_by] = ACTIONS(3366), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(3278), + [anon_sym_fun] = ACTIONS(3278), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(3506), + [anon_sym_get] = ACTIONS(3374), + [anon_sym_set] = ACTIONS(3376), + [anon_sym_this] = ACTIONS(3278), + [anon_sym_super] = ACTIONS(3278), + [anon_sym_STAR] = ACTIONS(3280), + [sym_label] = ACTIONS(3278), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_null] = ACTIONS(3278), + [anon_sym_if] = ACTIONS(3278), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_when] = ACTIONS(3278), + [anon_sym_try] = ACTIONS(3278), + [anon_sym_throw] = ACTIONS(3278), + [anon_sym_return] = ACTIONS(3278), + [anon_sym_continue] = ACTIONS(3278), + [anon_sym_break] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG] = ACTIONS(3278), + [anon_sym_BANG_BANG] = ACTIONS(3280), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3280), + [anon_sym_continue_AT] = ACTIONS(3280), + [anon_sym_break_AT] = ACTIONS(3280), + [sym_real_literal] = ACTIONS(3280), + [sym_integer_literal] = ACTIONS(3278), + [sym_hex_literal] = ACTIONS(3280), + [sym_bin_literal] = ACTIONS(3280), + [anon_sym_true] = ACTIONS(3278), + [anon_sym_false] = ACTIONS(3278), + [anon_sym_SQUOTE] = ACTIONS(3280), + [sym__backtick_identifier] = ACTIONS(3280), + [sym__automatic_semicolon] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3280), + }, + [608] = { + [sym_getter] = STATE(3175), + [sym_setter] = STATE(3175), + [sym_modifiers] = STATE(8760), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(3340), + [anon_sym_as] = ACTIONS(3338), + [anon_sym_EQ] = ACTIONS(3338), + [anon_sym_LBRACE] = ACTIONS(3340), + [anon_sym_RBRACE] = ACTIONS(3340), + [anon_sym_LPAREN] = ACTIONS(3340), + [anon_sym_LT] = ACTIONS(3338), + [anon_sym_GT] = ACTIONS(3338), + [anon_sym_object] = ACTIONS(3338), + [anon_sym_fun] = ACTIONS(3338), + [anon_sym_DOT] = ACTIONS(3338), + [anon_sym_SEMI] = ACTIONS(3340), + [anon_sym_get] = ACTIONS(3310), + [anon_sym_set] = ACTIONS(3312), + [anon_sym_this] = ACTIONS(3338), + [anon_sym_super] = ACTIONS(3338), + [anon_sym_STAR] = ACTIONS(3338), + [sym_label] = ACTIONS(3338), + [anon_sym_in] = ACTIONS(3338), + [anon_sym_DOT_DOT] = ACTIONS(3340), + [anon_sym_QMARK_COLON] = ACTIONS(3340), + [anon_sym_AMP_AMP] = ACTIONS(3340), + [anon_sym_PIPE_PIPE] = ACTIONS(3340), + [anon_sym_null] = ACTIONS(3338), + [anon_sym_if] = ACTIONS(3338), + [anon_sym_else] = ACTIONS(3338), + [anon_sym_when] = ACTIONS(3338), + [anon_sym_try] = ACTIONS(3338), + [anon_sym_throw] = ACTIONS(3338), + [anon_sym_return] = ACTIONS(3338), + [anon_sym_continue] = ACTIONS(3338), + [anon_sym_break] = ACTIONS(3338), + [anon_sym_COLON_COLON] = ACTIONS(3340), + [anon_sym_PLUS_EQ] = ACTIONS(3340), + [anon_sym_DASH_EQ] = ACTIONS(3340), + [anon_sym_STAR_EQ] = ACTIONS(3340), + [anon_sym_SLASH_EQ] = ACTIONS(3340), + [anon_sym_PERCENT_EQ] = ACTIONS(3340), + [anon_sym_BANG_EQ] = ACTIONS(3338), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3340), + [anon_sym_EQ_EQ] = ACTIONS(3338), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3340), + [anon_sym_LT_EQ] = ACTIONS(3340), + [anon_sym_GT_EQ] = ACTIONS(3340), + [anon_sym_BANGin] = ACTIONS(3340), + [anon_sym_is] = ACTIONS(3338), + [anon_sym_BANGis] = ACTIONS(3340), + [anon_sym_PLUS] = ACTIONS(3338), + [anon_sym_DASH] = ACTIONS(3338), + [anon_sym_SLASH] = ACTIONS(3338), + [anon_sym_PERCENT] = ACTIONS(3338), + [anon_sym_as_QMARK] = ACTIONS(3340), + [anon_sym_PLUS_PLUS] = ACTIONS(3340), + [anon_sym_DASH_DASH] = ACTIONS(3340), + [anon_sym_BANG] = ACTIONS(3338), + [anon_sym_BANG_BANG] = ACTIONS(3340), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3340), + [anon_sym_continue_AT] = ACTIONS(3340), + [anon_sym_break_AT] = ACTIONS(3340), + [sym_real_literal] = ACTIONS(3340), + [sym_integer_literal] = ACTIONS(3338), + [sym_hex_literal] = ACTIONS(3340), + [sym_bin_literal] = ACTIONS(3340), + [anon_sym_true] = ACTIONS(3338), + [anon_sym_false] = ACTIONS(3338), + [anon_sym_SQUOTE] = ACTIONS(3340), + [sym__backtick_identifier] = ACTIONS(3340), + [sym__automatic_semicolon] = ACTIONS(3340), + [sym_safe_nav] = ACTIONS(3340), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3340), + }, + [609] = { + [sym_type_constraints] = STATE(642), + [sym_property_delegate] = STATE(719), + [sym_getter] = STATE(1182), + [sym_setter] = STATE(1182), + [sym_modifiers] = STATE(8753), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1694), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1696), + [anon_sym_as] = ACTIONS(1694), + [anon_sym_EQ] = ACTIONS(3508), + [anon_sym_LBRACE] = ACTIONS(1696), + [anon_sym_RBRACE] = ACTIONS(1696), + [anon_sym_LPAREN] = ACTIONS(1696), + [anon_sym_by] = ACTIONS(3510), + [anon_sym_LT] = ACTIONS(1694), + [anon_sym_GT] = ACTIONS(1694), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(1694), + [anon_sym_fun] = ACTIONS(1694), + [anon_sym_DOT] = ACTIONS(1694), + [anon_sym_SEMI] = ACTIONS(2008), + [anon_sym_get] = ACTIONS(3512), + [anon_sym_set] = ACTIONS(3514), + [anon_sym_this] = ACTIONS(1694), + [anon_sym_super] = ACTIONS(1694), + [anon_sym_STAR] = ACTIONS(1696), + [sym_label] = ACTIONS(1694), + [anon_sym_in] = ACTIONS(1694), + [anon_sym_DOT_DOT] = ACTIONS(1696), + [anon_sym_QMARK_COLON] = ACTIONS(1696), + [anon_sym_AMP_AMP] = ACTIONS(1696), + [anon_sym_PIPE_PIPE] = ACTIONS(1696), + [anon_sym_null] = ACTIONS(1694), + [anon_sym_if] = ACTIONS(1694), + [anon_sym_else] = ACTIONS(1694), + [anon_sym_when] = ACTIONS(1694), + [anon_sym_try] = ACTIONS(1694), + [anon_sym_throw] = ACTIONS(1694), + [anon_sym_return] = ACTIONS(1694), + [anon_sym_continue] = ACTIONS(1694), + [anon_sym_break] = ACTIONS(1694), + [anon_sym_COLON_COLON] = ACTIONS(1696), + [anon_sym_BANG_EQ] = ACTIONS(1694), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), + [anon_sym_EQ_EQ] = ACTIONS(1694), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), + [anon_sym_LT_EQ] = ACTIONS(1696), + [anon_sym_GT_EQ] = ACTIONS(1696), + [anon_sym_BANGin] = ACTIONS(1696), + [anon_sym_is] = ACTIONS(1694), + [anon_sym_BANGis] = ACTIONS(1696), + [anon_sym_PLUS] = ACTIONS(1694), + [anon_sym_DASH] = ACTIONS(1694), + [anon_sym_SLASH] = ACTIONS(1694), + [anon_sym_PERCENT] = ACTIONS(1696), + [anon_sym_as_QMARK] = ACTIONS(1696), + [anon_sym_PLUS_PLUS] = ACTIONS(1696), + [anon_sym_DASH_DASH] = ACTIONS(1696), + [anon_sym_BANG] = ACTIONS(1694), + [anon_sym_BANG_BANG] = ACTIONS(1696), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -108041,60 +109076,64 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1766), - [anon_sym_continue_AT] = ACTIONS(1766), - [anon_sym_break_AT] = ACTIONS(1766), - [sym_real_literal] = ACTIONS(1766), - [sym_integer_literal] = ACTIONS(1764), - [sym_hex_literal] = ACTIONS(1766), - [sym_bin_literal] = ACTIONS(1766), - [anon_sym_true] = ACTIONS(1764), - [anon_sym_false] = ACTIONS(1764), - [anon_sym_SQUOTE] = ACTIONS(1766), - [sym__backtick_identifier] = ACTIONS(1766), - [sym__automatic_semicolon] = ACTIONS(1766), - [sym_safe_nav] = ACTIONS(1766), + [anon_sym_return_AT] = ACTIONS(1696), + [anon_sym_continue_AT] = ACTIONS(1696), + [anon_sym_break_AT] = ACTIONS(1696), + [sym_real_literal] = ACTIONS(1696), + [sym_integer_literal] = ACTIONS(1694), + [sym_hex_literal] = ACTIONS(1696), + [sym_bin_literal] = ACTIONS(1696), + [anon_sym_true] = ACTIONS(1694), + [anon_sym_false] = ACTIONS(1694), + [anon_sym_SQUOTE] = ACTIONS(1696), + [sym__backtick_identifier] = ACTIONS(1696), + [sym__automatic_semicolon] = ACTIONS(1696), + [sym_safe_nav] = ACTIONS(1696), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1766), + [sym__string_start] = ACTIONS(1696), }, - [602] = { - [sym_getter] = STATE(1164), - [sym_setter] = STATE(1164), - [sym_modifiers] = STATE(8830), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [610] = { + [sym_type_constraints] = STATE(637), + [sym_property_delegate] = STATE(717), + [sym_getter] = STATE(3129), + [sym_setter] = STATE(3129), + [sym_modifiers] = STATE(8884), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1752), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1754), [anon_sym_as] = ACTIONS(1752), - [anon_sym_EQ] = ACTIONS(1752), + [anon_sym_EQ] = ACTIONS(3516), [anon_sym_LBRACE] = ACTIONS(1754), [anon_sym_RBRACE] = ACTIONS(1754), [anon_sym_LPAREN] = ACTIONS(1754), + [anon_sym_by] = ACTIONS(3510), [anon_sym_LT] = ACTIONS(1752), [anon_sym_GT] = ACTIONS(1752), + [anon_sym_where] = ACTIONS(3160), [anon_sym_object] = ACTIONS(1752), [anon_sym_fun] = ACTIONS(1752), [anon_sym_DOT] = ACTIONS(1752), - [anon_sym_SEMI] = ACTIONS(1754), - [anon_sym_get] = ACTIONS(3308), - [anon_sym_set] = ACTIONS(3310), + [anon_sym_SEMI] = ACTIONS(2006), + [anon_sym_get] = ACTIONS(3518), + [anon_sym_set] = ACTIONS(3520), [anon_sym_this] = ACTIONS(1752), [anon_sym_super] = ACTIONS(1752), - [anon_sym_STAR] = ACTIONS(1752), + [anon_sym_STAR] = ACTIONS(1754), [sym_label] = ACTIONS(1752), [anon_sym_in] = ACTIONS(1752), [anon_sym_DOT_DOT] = ACTIONS(1754), @@ -108111,11 +109150,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(1752), [anon_sym_break] = ACTIONS(1752), [anon_sym_COLON_COLON] = ACTIONS(1754), - [anon_sym_PLUS_EQ] = ACTIONS(1754), - [anon_sym_DASH_EQ] = ACTIONS(1754), - [anon_sym_STAR_EQ] = ACTIONS(1754), - [anon_sym_SLASH_EQ] = ACTIONS(1754), - [anon_sym_PERCENT_EQ] = ACTIONS(1754), [anon_sym_BANG_EQ] = ACTIONS(1752), [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), [anon_sym_EQ_EQ] = ACTIONS(1752), @@ -108128,7 +109162,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(1752), [anon_sym_DASH] = ACTIONS(1752), [anon_sym_SLASH] = ACTIONS(1752), - [anon_sym_PERCENT] = ACTIONS(1752), + [anon_sym_PERCENT] = ACTIONS(1754), [anon_sym_as_QMARK] = ACTIONS(1754), [anon_sym_PLUS_PLUS] = ACTIONS(1754), [anon_sym_DASH_DASH] = ACTIONS(1754), @@ -108157,8 +109191,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(1754), [anon_sym_continue_AT] = ACTIONS(1754), @@ -108176,80 +109210,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(1754), }, - [603] = { - [sym_getter] = STATE(3425), - [sym_setter] = STATE(3425), - [sym_modifiers] = STATE(8566), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), + [611] = { + [sym_property_delegate] = STATE(677), + [sym_getter] = STATE(3288), + [sym_setter] = STATE(3288), + [sym_modifiers] = STATE(8787), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_EQ] = ACTIONS(3254), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_object] = ACTIONS(3254), - [anon_sym_fun] = ACTIONS(3254), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(3328), - [anon_sym_get] = ACTIONS(3302), - [anon_sym_set] = ACTIONS(3304), - [anon_sym_this] = ACTIONS(3254), - [anon_sym_super] = ACTIONS(3254), - [anon_sym_STAR] = ACTIONS(3254), - [sym_label] = ACTIONS(3254), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_null] = ACTIONS(3254), - [anon_sym_if] = ACTIONS(3254), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_when] = ACTIONS(3254), - [anon_sym_try] = ACTIONS(3254), - [anon_sym_throw] = ACTIONS(3254), - [anon_sym_return] = ACTIONS(3254), - [anon_sym_continue] = ACTIONS(3254), - [anon_sym_break] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_PLUS_EQ] = ACTIONS(3256), - [anon_sym_DASH_EQ] = ACTIONS(3256), - [anon_sym_STAR_EQ] = ACTIONS(3256), - [anon_sym_SLASH_EQ] = ACTIONS(3256), - [anon_sym_PERCENT_EQ] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3254), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG] = ACTIONS(3254), - [anon_sym_BANG_BANG] = ACTIONS(3256), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_EQ] = ACTIONS(3452), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_COMMA] = ACTIONS(1786), + [anon_sym_by] = ACTIONS(3366), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_where] = ACTIONS(1784), + [anon_sym_object] = ACTIONS(1784), + [anon_sym_fun] = ACTIONS(1784), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(1916), + [anon_sym_get] = ACTIONS(3374), + [anon_sym_set] = ACTIONS(3376), + [anon_sym_this] = ACTIONS(1784), + [anon_sym_super] = ACTIONS(1784), + [anon_sym_STAR] = ACTIONS(1786), + [sym_label] = ACTIONS(1784), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_null] = ACTIONS(1784), + [anon_sym_if] = ACTIONS(1784), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_when] = ACTIONS(1784), + [anon_sym_try] = ACTIONS(1784), + [anon_sym_throw] = ACTIONS(1784), + [anon_sym_return] = ACTIONS(1784), + [anon_sym_continue] = ACTIONS(1784), + [anon_sym_break] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1786), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG] = ACTIONS(1784), + [anon_sym_BANG_BANG] = ACTIONS(1786), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -108273,331 +109306,328 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3256), - [anon_sym_continue_AT] = ACTIONS(3256), - [anon_sym_break_AT] = ACTIONS(3256), - [sym_real_literal] = ACTIONS(3256), - [sym_integer_literal] = ACTIONS(3254), - [sym_hex_literal] = ACTIONS(3256), - [sym_bin_literal] = ACTIONS(3256), - [anon_sym_true] = ACTIONS(3254), - [anon_sym_false] = ACTIONS(3254), - [anon_sym_SQUOTE] = ACTIONS(3256), - [sym__backtick_identifier] = ACTIONS(3256), - [sym__automatic_semicolon] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3256), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1786), + [anon_sym_continue_AT] = ACTIONS(1786), + [anon_sym_break_AT] = ACTIONS(1786), + [sym_real_literal] = ACTIONS(1786), + [sym_integer_literal] = ACTIONS(1784), + [sym_hex_literal] = ACTIONS(1786), + [sym_bin_literal] = ACTIONS(1786), + [anon_sym_true] = ACTIONS(1784), + [anon_sym_false] = ACTIONS(1784), + [anon_sym_SQUOTE] = ACTIONS(1786), + [sym__backtick_identifier] = ACTIONS(1786), + [sym__automatic_semicolon] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1786), }, - [604] = { - [sym_getter] = STATE(1170), - [sym_setter] = STATE(1170), - [sym_modifiers] = STATE(8830), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1782), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1784), - [anon_sym_as] = ACTIONS(1782), - [anon_sym_EQ] = ACTIONS(1782), - [anon_sym_LBRACE] = ACTIONS(1784), - [anon_sym_RBRACE] = ACTIONS(1784), - [anon_sym_LPAREN] = ACTIONS(1784), - [anon_sym_LT] = ACTIONS(1782), - [anon_sym_GT] = ACTIONS(1782), - [anon_sym_object] = ACTIONS(1782), - [anon_sym_fun] = ACTIONS(1782), - [anon_sym_DOT] = ACTIONS(1782), - [anon_sym_SEMI] = ACTIONS(1784), - [anon_sym_get] = ACTIONS(3308), - [anon_sym_set] = ACTIONS(3310), - [anon_sym_this] = ACTIONS(1782), - [anon_sym_super] = ACTIONS(1782), - [anon_sym_STAR] = ACTIONS(1782), - [sym_label] = ACTIONS(1782), - [anon_sym_in] = ACTIONS(1782), - [anon_sym_DOT_DOT] = ACTIONS(1784), - [anon_sym_QMARK_COLON] = ACTIONS(1784), - [anon_sym_AMP_AMP] = ACTIONS(1784), - [anon_sym_PIPE_PIPE] = ACTIONS(1784), - [anon_sym_null] = ACTIONS(1782), - [anon_sym_if] = ACTIONS(1782), - [anon_sym_else] = ACTIONS(1782), - [anon_sym_when] = ACTIONS(1782), - [anon_sym_try] = ACTIONS(1782), - [anon_sym_throw] = ACTIONS(1782), - [anon_sym_return] = ACTIONS(1782), - [anon_sym_continue] = ACTIONS(1782), - [anon_sym_break] = ACTIONS(1782), - [anon_sym_COLON_COLON] = ACTIONS(1784), - [anon_sym_PLUS_EQ] = ACTIONS(1784), - [anon_sym_DASH_EQ] = ACTIONS(1784), - [anon_sym_STAR_EQ] = ACTIONS(1784), - [anon_sym_SLASH_EQ] = ACTIONS(1784), - [anon_sym_PERCENT_EQ] = ACTIONS(1784), - [anon_sym_BANG_EQ] = ACTIONS(1782), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1784), - [anon_sym_EQ_EQ] = ACTIONS(1782), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1784), - [anon_sym_LT_EQ] = ACTIONS(1784), - [anon_sym_GT_EQ] = ACTIONS(1784), - [anon_sym_BANGin] = ACTIONS(1784), - [anon_sym_is] = ACTIONS(1782), - [anon_sym_BANGis] = ACTIONS(1784), - [anon_sym_PLUS] = ACTIONS(1782), - [anon_sym_DASH] = ACTIONS(1782), - [anon_sym_SLASH] = ACTIONS(1782), - [anon_sym_PERCENT] = ACTIONS(1782), - [anon_sym_as_QMARK] = ACTIONS(1784), - [anon_sym_PLUS_PLUS] = ACTIONS(1784), - [anon_sym_DASH_DASH] = ACTIONS(1784), - [anon_sym_BANG] = ACTIONS(1782), - [anon_sym_BANG_BANG] = ACTIONS(1784), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1784), - [anon_sym_continue_AT] = ACTIONS(1784), - [anon_sym_break_AT] = ACTIONS(1784), - [sym_real_literal] = ACTIONS(1784), - [sym_integer_literal] = ACTIONS(1782), - [sym_hex_literal] = ACTIONS(1784), - [sym_bin_literal] = ACTIONS(1784), - [anon_sym_true] = ACTIONS(1782), - [anon_sym_false] = ACTIONS(1782), - [anon_sym_SQUOTE] = ACTIONS(1784), - [sym__backtick_identifier] = ACTIONS(1784), - [sym__automatic_semicolon] = ACTIONS(1784), - [sym_safe_nav] = ACTIONS(1784), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1784), + [612] = { + [sym_primary_constructor] = STATE(1374), + [sym__class_parameters] = STATE(976), + [sym_type_constraints] = STATE(971), + [sym_enum_class_body] = STATE(1181), + [sym_modifiers] = STATE(9192), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3186), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_COLON] = ACTIONS(3522), + [anon_sym_LBRACK] = ACTIONS(3190), + [anon_sym_as] = ACTIONS(3186), + [anon_sym_constructor] = ACTIONS(3154), + [anon_sym_LBRACE] = ACTIONS(3156), + [anon_sym_RBRACE] = ACTIONS(3190), + [anon_sym_LPAREN] = ACTIONS(3158), + [anon_sym_LT] = ACTIONS(3186), + [anon_sym_GT] = ACTIONS(3186), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(3186), + [anon_sym_fun] = ACTIONS(3186), + [anon_sym_DOT] = ACTIONS(3186), + [anon_sym_SEMI] = ACTIONS(3190), + [anon_sym_get] = ACTIONS(3186), + [anon_sym_set] = ACTIONS(3186), + [anon_sym_this] = ACTIONS(3186), + [anon_sym_super] = ACTIONS(3186), + [anon_sym_STAR] = ACTIONS(3190), + [sym_label] = ACTIONS(3186), + [anon_sym_in] = ACTIONS(3186), + [anon_sym_DOT_DOT] = ACTIONS(3190), + [anon_sym_QMARK_COLON] = ACTIONS(3190), + [anon_sym_AMP_AMP] = ACTIONS(3190), + [anon_sym_PIPE_PIPE] = ACTIONS(3190), + [anon_sym_null] = ACTIONS(3186), + [anon_sym_if] = ACTIONS(3186), + [anon_sym_else] = ACTIONS(3186), + [anon_sym_when] = ACTIONS(3186), + [anon_sym_try] = ACTIONS(3186), + [anon_sym_throw] = ACTIONS(3186), + [anon_sym_return] = ACTIONS(3186), + [anon_sym_continue] = ACTIONS(3186), + [anon_sym_break] = ACTIONS(3186), + [anon_sym_COLON_COLON] = ACTIONS(3190), + [anon_sym_BANG_EQ] = ACTIONS(3186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3190), + [anon_sym_EQ_EQ] = ACTIONS(3186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3190), + [anon_sym_LT_EQ] = ACTIONS(3190), + [anon_sym_GT_EQ] = ACTIONS(3190), + [anon_sym_BANGin] = ACTIONS(3190), + [anon_sym_is] = ACTIONS(3186), + [anon_sym_BANGis] = ACTIONS(3190), + [anon_sym_PLUS] = ACTIONS(3186), + [anon_sym_DASH] = ACTIONS(3186), + [anon_sym_SLASH] = ACTIONS(3186), + [anon_sym_PERCENT] = ACTIONS(3190), + [anon_sym_as_QMARK] = ACTIONS(3190), + [anon_sym_PLUS_PLUS] = ACTIONS(3190), + [anon_sym_DASH_DASH] = ACTIONS(3190), + [anon_sym_BANG] = ACTIONS(3186), + [anon_sym_BANG_BANG] = ACTIONS(3190), + [anon_sym_suspend] = ACTIONS(3120), + [anon_sym_sealed] = ACTIONS(3122), + [anon_sym_annotation] = ACTIONS(3122), + [anon_sym_data] = ACTIONS(3122), + [anon_sym_inner] = ACTIONS(3122), + [anon_sym_override] = ACTIONS(3124), + [anon_sym_lateinit] = ACTIONS(3124), + [anon_sym_public] = ACTIONS(3126), + [anon_sym_private] = ACTIONS(3126), + [anon_sym_internal] = ACTIONS(3126), + [anon_sym_protected] = ACTIONS(3126), + [anon_sym_tailrec] = ACTIONS(3120), + [anon_sym_operator] = ACTIONS(3120), + [anon_sym_infix] = ACTIONS(3120), + [anon_sym_inline] = ACTIONS(3120), + [anon_sym_external] = ACTIONS(3120), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3130), + [anon_sym_final] = ACTIONS(3130), + [anon_sym_open] = ACTIONS(3130), + [anon_sym_vararg] = ACTIONS(3132), + [anon_sym_noinline] = ACTIONS(3132), + [anon_sym_crossinline] = ACTIONS(3132), + [anon_sym_expect] = ACTIONS(3134), + [anon_sym_actual] = ACTIONS(3134), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3190), + [anon_sym_continue_AT] = ACTIONS(3190), + [anon_sym_break_AT] = ACTIONS(3190), + [sym_real_literal] = ACTIONS(3190), + [sym_integer_literal] = ACTIONS(3186), + [sym_hex_literal] = ACTIONS(3190), + [sym_bin_literal] = ACTIONS(3190), + [anon_sym_true] = ACTIONS(3186), + [anon_sym_false] = ACTIONS(3186), + [anon_sym_SQUOTE] = ACTIONS(3190), + [sym__backtick_identifier] = ACTIONS(3190), + [sym__automatic_semicolon] = ACTIONS(3190), + [sym_safe_nav] = ACTIONS(3190), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3190), }, - [605] = { - [sym_getter] = STATE(3228), - [sym_setter] = STATE(3228), - [sym_modifiers] = STATE(8566), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1764), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1766), - [anon_sym_as] = ACTIONS(1764), - [anon_sym_EQ] = ACTIONS(1764), - [anon_sym_LBRACE] = ACTIONS(1766), - [anon_sym_RBRACE] = ACTIONS(1766), - [anon_sym_LPAREN] = ACTIONS(1766), - [anon_sym_LT] = ACTIONS(1764), - [anon_sym_GT] = ACTIONS(1764), - [anon_sym_object] = ACTIONS(1764), - [anon_sym_fun] = ACTIONS(1764), - [anon_sym_DOT] = ACTIONS(1764), - [anon_sym_SEMI] = ACTIONS(1834), - [anon_sym_get] = ACTIONS(3302), - [anon_sym_set] = ACTIONS(3304), - [anon_sym_this] = ACTIONS(1764), - [anon_sym_super] = ACTIONS(1764), - [anon_sym_STAR] = ACTIONS(1764), - [sym_label] = ACTIONS(1764), - [anon_sym_in] = ACTIONS(1764), - [anon_sym_DOT_DOT] = ACTIONS(1766), - [anon_sym_QMARK_COLON] = ACTIONS(1766), - [anon_sym_AMP_AMP] = ACTIONS(1766), - [anon_sym_PIPE_PIPE] = ACTIONS(1766), - [anon_sym_null] = ACTIONS(1764), - [anon_sym_if] = ACTIONS(1764), - [anon_sym_else] = ACTIONS(1764), - [anon_sym_when] = ACTIONS(1764), - [anon_sym_try] = ACTIONS(1764), - [anon_sym_throw] = ACTIONS(1764), - [anon_sym_return] = ACTIONS(1764), - [anon_sym_continue] = ACTIONS(1764), - [anon_sym_break] = ACTIONS(1764), - [anon_sym_COLON_COLON] = ACTIONS(1766), - [anon_sym_PLUS_EQ] = ACTIONS(1766), - [anon_sym_DASH_EQ] = ACTIONS(1766), - [anon_sym_STAR_EQ] = ACTIONS(1766), - [anon_sym_SLASH_EQ] = ACTIONS(1766), - [anon_sym_PERCENT_EQ] = ACTIONS(1766), - [anon_sym_BANG_EQ] = ACTIONS(1764), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), - [anon_sym_EQ_EQ] = ACTIONS(1764), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1766), - [anon_sym_LT_EQ] = ACTIONS(1766), - [anon_sym_GT_EQ] = ACTIONS(1766), - [anon_sym_BANGin] = ACTIONS(1766), - [anon_sym_is] = ACTIONS(1764), - [anon_sym_BANGis] = ACTIONS(1766), - [anon_sym_PLUS] = ACTIONS(1764), - [anon_sym_DASH] = ACTIONS(1764), - [anon_sym_SLASH] = ACTIONS(1764), - [anon_sym_PERCENT] = ACTIONS(1764), - [anon_sym_as_QMARK] = ACTIONS(1766), - [anon_sym_PLUS_PLUS] = ACTIONS(1766), - [anon_sym_DASH_DASH] = ACTIONS(1766), - [anon_sym_BANG] = ACTIONS(1764), - [anon_sym_BANG_BANG] = ACTIONS(1766), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [613] = { + [sym_primary_constructor] = STATE(1341), + [sym_class_body] = STATE(1139), + [sym__class_parameters] = STATE(976), + [sym_type_constraints] = STATE(957), + [sym_modifiers] = STATE(9192), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3196), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_COLON] = ACTIONS(3524), + [anon_sym_LBRACK] = ACTIONS(3200), + [anon_sym_as] = ACTIONS(3196), + [anon_sym_constructor] = ACTIONS(3154), + [anon_sym_LBRACE] = ACTIONS(3180), + [anon_sym_RBRACE] = ACTIONS(3200), + [anon_sym_LPAREN] = ACTIONS(3158), + [anon_sym_LT] = ACTIONS(3196), + [anon_sym_GT] = ACTIONS(3196), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(3196), + [anon_sym_fun] = ACTIONS(3196), + [anon_sym_DOT] = ACTIONS(3196), + [anon_sym_SEMI] = ACTIONS(3200), + [anon_sym_get] = ACTIONS(3196), + [anon_sym_set] = ACTIONS(3196), + [anon_sym_this] = ACTIONS(3196), + [anon_sym_super] = ACTIONS(3196), + [anon_sym_STAR] = ACTIONS(3200), + [sym_label] = ACTIONS(3196), + [anon_sym_in] = ACTIONS(3196), + [anon_sym_DOT_DOT] = ACTIONS(3200), + [anon_sym_QMARK_COLON] = ACTIONS(3200), + [anon_sym_AMP_AMP] = ACTIONS(3200), + [anon_sym_PIPE_PIPE] = ACTIONS(3200), + [anon_sym_null] = ACTIONS(3196), + [anon_sym_if] = ACTIONS(3196), + [anon_sym_else] = ACTIONS(3196), + [anon_sym_when] = ACTIONS(3196), + [anon_sym_try] = ACTIONS(3196), + [anon_sym_throw] = ACTIONS(3196), + [anon_sym_return] = ACTIONS(3196), + [anon_sym_continue] = ACTIONS(3196), + [anon_sym_break] = ACTIONS(3196), + [anon_sym_COLON_COLON] = ACTIONS(3200), + [anon_sym_BANG_EQ] = ACTIONS(3196), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3200), + [anon_sym_EQ_EQ] = ACTIONS(3196), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3200), + [anon_sym_LT_EQ] = ACTIONS(3200), + [anon_sym_GT_EQ] = ACTIONS(3200), + [anon_sym_BANGin] = ACTIONS(3200), + [anon_sym_is] = ACTIONS(3196), + [anon_sym_BANGis] = ACTIONS(3200), + [anon_sym_PLUS] = ACTIONS(3196), + [anon_sym_DASH] = ACTIONS(3196), + [anon_sym_SLASH] = ACTIONS(3196), + [anon_sym_PERCENT] = ACTIONS(3200), + [anon_sym_as_QMARK] = ACTIONS(3200), + [anon_sym_PLUS_PLUS] = ACTIONS(3200), + [anon_sym_DASH_DASH] = ACTIONS(3200), + [anon_sym_BANG] = ACTIONS(3196), + [anon_sym_BANG_BANG] = ACTIONS(3200), + [anon_sym_suspend] = ACTIONS(3120), + [anon_sym_sealed] = ACTIONS(3122), + [anon_sym_annotation] = ACTIONS(3122), + [anon_sym_data] = ACTIONS(3122), + [anon_sym_inner] = ACTIONS(3122), + [anon_sym_override] = ACTIONS(3124), + [anon_sym_lateinit] = ACTIONS(3124), + [anon_sym_public] = ACTIONS(3126), + [anon_sym_private] = ACTIONS(3126), + [anon_sym_internal] = ACTIONS(3126), + [anon_sym_protected] = ACTIONS(3126), + [anon_sym_tailrec] = ACTIONS(3120), + [anon_sym_operator] = ACTIONS(3120), + [anon_sym_infix] = ACTIONS(3120), + [anon_sym_inline] = ACTIONS(3120), + [anon_sym_external] = ACTIONS(3120), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3130), + [anon_sym_final] = ACTIONS(3130), + [anon_sym_open] = ACTIONS(3130), + [anon_sym_vararg] = ACTIONS(3132), + [anon_sym_noinline] = ACTIONS(3132), + [anon_sym_crossinline] = ACTIONS(3132), + [anon_sym_expect] = ACTIONS(3134), + [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1766), - [anon_sym_continue_AT] = ACTIONS(1766), - [anon_sym_break_AT] = ACTIONS(1766), - [sym_real_literal] = ACTIONS(1766), - [sym_integer_literal] = ACTIONS(1764), - [sym_hex_literal] = ACTIONS(1766), - [sym_bin_literal] = ACTIONS(1766), - [anon_sym_true] = ACTIONS(1764), - [anon_sym_false] = ACTIONS(1764), - [anon_sym_SQUOTE] = ACTIONS(1766), - [sym__backtick_identifier] = ACTIONS(1766), - [sym__automatic_semicolon] = ACTIONS(1766), - [sym_safe_nav] = ACTIONS(1766), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1766), + [anon_sym_return_AT] = ACTIONS(3200), + [anon_sym_continue_AT] = ACTIONS(3200), + [anon_sym_break_AT] = ACTIONS(3200), + [sym_real_literal] = ACTIONS(3200), + [sym_integer_literal] = ACTIONS(3196), + [sym_hex_literal] = ACTIONS(3200), + [sym_bin_literal] = ACTIONS(3200), + [anon_sym_true] = ACTIONS(3196), + [anon_sym_false] = ACTIONS(3196), + [anon_sym_SQUOTE] = ACTIONS(3200), + [sym__backtick_identifier] = ACTIONS(3200), + [sym__automatic_semicolon] = ACTIONS(3200), + [sym_safe_nav] = ACTIONS(3200), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3200), }, - [606] = { - [sym_primary_constructor] = STATE(3925), - [sym_class_body] = STATE(3436), - [sym__class_parameters] = STATE(3036), - [sym_type_parameters] = STATE(611), - [sym_type_constraints] = STATE(3021), - [sym_modifiers] = STATE(9011), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3102), + [614] = { + [sym_primary_constructor] = STATE(1380), + [sym_class_body] = STATE(1181), + [sym__class_parameters] = STATE(976), + [sym_type_constraints] = STATE(1022), + [sym_modifiers] = STATE(9192), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3186), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(3506), - [anon_sym_LBRACK] = ACTIONS(3108), - [anon_sym_as] = ACTIONS(3102), - [anon_sym_constructor] = ACTIONS(3110), - [anon_sym_LBRACE] = ACTIONS(3112), - [anon_sym_RBRACE] = ACTIONS(3108), - [anon_sym_LPAREN] = ACTIONS(3114), - [anon_sym_LT] = ACTIONS(3116), - [anon_sym_GT] = ACTIONS(3102), - [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(3102), - [anon_sym_fun] = ACTIONS(3102), - [anon_sym_DOT] = ACTIONS(3102), - [anon_sym_SEMI] = ACTIONS(3108), - [anon_sym_get] = ACTIONS(3102), - [anon_sym_set] = ACTIONS(3102), - [anon_sym_this] = ACTIONS(3102), - [anon_sym_super] = ACTIONS(3102), - [anon_sym_STAR] = ACTIONS(3108), - [sym_label] = ACTIONS(3102), - [anon_sym_in] = ACTIONS(3102), - [anon_sym_DOT_DOT] = ACTIONS(3108), - [anon_sym_QMARK_COLON] = ACTIONS(3108), - [anon_sym_AMP_AMP] = ACTIONS(3108), - [anon_sym_PIPE_PIPE] = ACTIONS(3108), - [anon_sym_null] = ACTIONS(3102), - [anon_sym_if] = ACTIONS(3102), - [anon_sym_else] = ACTIONS(3102), - [anon_sym_when] = ACTIONS(3102), - [anon_sym_try] = ACTIONS(3102), - [anon_sym_throw] = ACTIONS(3102), - [anon_sym_return] = ACTIONS(3102), - [anon_sym_continue] = ACTIONS(3102), - [anon_sym_break] = ACTIONS(3102), - [anon_sym_COLON_COLON] = ACTIONS(3108), - [anon_sym_BANG_EQ] = ACTIONS(3102), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3108), - [anon_sym_EQ_EQ] = ACTIONS(3102), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3108), - [anon_sym_LT_EQ] = ACTIONS(3108), - [anon_sym_GT_EQ] = ACTIONS(3108), - [anon_sym_BANGin] = ACTIONS(3108), - [anon_sym_is] = ACTIONS(3102), - [anon_sym_BANGis] = ACTIONS(3108), - [anon_sym_PLUS] = ACTIONS(3102), - [anon_sym_DASH] = ACTIONS(3102), - [anon_sym_SLASH] = ACTIONS(3102), - [anon_sym_PERCENT] = ACTIONS(3108), - [anon_sym_as_QMARK] = ACTIONS(3108), - [anon_sym_PLUS_PLUS] = ACTIONS(3108), - [anon_sym_DASH_DASH] = ACTIONS(3108), - [anon_sym_BANG] = ACTIONS(3102), - [anon_sym_BANG_BANG] = ACTIONS(3108), + [anon_sym_COLON] = ACTIONS(3526), + [anon_sym_LBRACK] = ACTIONS(3190), + [anon_sym_as] = ACTIONS(3186), + [anon_sym_constructor] = ACTIONS(3154), + [anon_sym_LBRACE] = ACTIONS(3180), + [anon_sym_RBRACE] = ACTIONS(3190), + [anon_sym_LPAREN] = ACTIONS(3158), + [anon_sym_LT] = ACTIONS(3186), + [anon_sym_GT] = ACTIONS(3186), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(3186), + [anon_sym_fun] = ACTIONS(3186), + [anon_sym_DOT] = ACTIONS(3186), + [anon_sym_SEMI] = ACTIONS(3190), + [anon_sym_get] = ACTIONS(3186), + [anon_sym_set] = ACTIONS(3186), + [anon_sym_this] = ACTIONS(3186), + [anon_sym_super] = ACTIONS(3186), + [anon_sym_STAR] = ACTIONS(3190), + [sym_label] = ACTIONS(3186), + [anon_sym_in] = ACTIONS(3186), + [anon_sym_DOT_DOT] = ACTIONS(3190), + [anon_sym_QMARK_COLON] = ACTIONS(3190), + [anon_sym_AMP_AMP] = ACTIONS(3190), + [anon_sym_PIPE_PIPE] = ACTIONS(3190), + [anon_sym_null] = ACTIONS(3186), + [anon_sym_if] = ACTIONS(3186), + [anon_sym_else] = ACTIONS(3186), + [anon_sym_when] = ACTIONS(3186), + [anon_sym_try] = ACTIONS(3186), + [anon_sym_throw] = ACTIONS(3186), + [anon_sym_return] = ACTIONS(3186), + [anon_sym_continue] = ACTIONS(3186), + [anon_sym_break] = ACTIONS(3186), + [anon_sym_COLON_COLON] = ACTIONS(3190), + [anon_sym_BANG_EQ] = ACTIONS(3186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3190), + [anon_sym_EQ_EQ] = ACTIONS(3186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3190), + [anon_sym_LT_EQ] = ACTIONS(3190), + [anon_sym_GT_EQ] = ACTIONS(3190), + [anon_sym_BANGin] = ACTIONS(3190), + [anon_sym_is] = ACTIONS(3186), + [anon_sym_BANGis] = ACTIONS(3190), + [anon_sym_PLUS] = ACTIONS(3186), + [anon_sym_DASH] = ACTIONS(3186), + [anon_sym_SLASH] = ACTIONS(3186), + [anon_sym_PERCENT] = ACTIONS(3190), + [anon_sym_as_QMARK] = ACTIONS(3190), + [anon_sym_PLUS_PLUS] = ACTIONS(3190), + [anon_sym_DASH_DASH] = ACTIONS(3190), + [anon_sym_BANG] = ACTIONS(3186), + [anon_sym_BANG_BANG] = ACTIONS(3190), [anon_sym_suspend] = ACTIONS(3120), [anon_sym_sealed] = ACTIONS(3122), [anon_sym_annotation] = ACTIONS(3122), @@ -108624,57 +109654,176 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3134), [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3108), - [anon_sym_continue_AT] = ACTIONS(3108), - [anon_sym_break_AT] = ACTIONS(3108), - [sym_real_literal] = ACTIONS(3108), - [sym_integer_literal] = ACTIONS(3102), - [sym_hex_literal] = ACTIONS(3108), - [sym_bin_literal] = ACTIONS(3108), - [anon_sym_true] = ACTIONS(3102), - [anon_sym_false] = ACTIONS(3102), - [anon_sym_SQUOTE] = ACTIONS(3108), - [sym__backtick_identifier] = ACTIONS(3108), - [sym__automatic_semicolon] = ACTIONS(3108), - [sym_safe_nav] = ACTIONS(3108), + [anon_sym_return_AT] = ACTIONS(3190), + [anon_sym_continue_AT] = ACTIONS(3190), + [anon_sym_break_AT] = ACTIONS(3190), + [sym_real_literal] = ACTIONS(3190), + [sym_integer_literal] = ACTIONS(3186), + [sym_hex_literal] = ACTIONS(3190), + [sym_bin_literal] = ACTIONS(3190), + [anon_sym_true] = ACTIONS(3186), + [anon_sym_false] = ACTIONS(3186), + [anon_sym_SQUOTE] = ACTIONS(3190), + [sym__backtick_identifier] = ACTIONS(3190), + [sym__automatic_semicolon] = ACTIONS(3190), + [sym_safe_nav] = ACTIONS(3190), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3190), + }, + [615] = { + [sym_property_delegate] = STATE(674), + [sym_getter] = STATE(3184), + [sym_setter] = STATE(3184), + [sym_modifiers] = STATE(8787), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1694), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1696), + [anon_sym_as] = ACTIONS(1694), + [anon_sym_EQ] = ACTIONS(3372), + [anon_sym_LBRACE] = ACTIONS(1696), + [anon_sym_RBRACE] = ACTIONS(1696), + [anon_sym_LPAREN] = ACTIONS(1696), + [anon_sym_COMMA] = ACTIONS(1696), + [anon_sym_by] = ACTIONS(3366), + [anon_sym_LT] = ACTIONS(1694), + [anon_sym_GT] = ACTIONS(1694), + [anon_sym_where] = ACTIONS(1694), + [anon_sym_object] = ACTIONS(1694), + [anon_sym_fun] = ACTIONS(1694), + [anon_sym_DOT] = ACTIONS(1694), + [anon_sym_SEMI] = ACTIONS(1932), + [anon_sym_get] = ACTIONS(3374), + [anon_sym_set] = ACTIONS(3376), + [anon_sym_this] = ACTIONS(1694), + [anon_sym_super] = ACTIONS(1694), + [anon_sym_STAR] = ACTIONS(1696), + [sym_label] = ACTIONS(1694), + [anon_sym_in] = ACTIONS(1694), + [anon_sym_DOT_DOT] = ACTIONS(1696), + [anon_sym_QMARK_COLON] = ACTIONS(1696), + [anon_sym_AMP_AMP] = ACTIONS(1696), + [anon_sym_PIPE_PIPE] = ACTIONS(1696), + [anon_sym_null] = ACTIONS(1694), + [anon_sym_if] = ACTIONS(1694), + [anon_sym_else] = ACTIONS(1694), + [anon_sym_when] = ACTIONS(1694), + [anon_sym_try] = ACTIONS(1694), + [anon_sym_throw] = ACTIONS(1694), + [anon_sym_return] = ACTIONS(1694), + [anon_sym_continue] = ACTIONS(1694), + [anon_sym_break] = ACTIONS(1694), + [anon_sym_COLON_COLON] = ACTIONS(1696), + [anon_sym_BANG_EQ] = ACTIONS(1694), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), + [anon_sym_EQ_EQ] = ACTIONS(1694), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), + [anon_sym_LT_EQ] = ACTIONS(1696), + [anon_sym_GT_EQ] = ACTIONS(1696), + [anon_sym_BANGin] = ACTIONS(1696), + [anon_sym_is] = ACTIONS(1694), + [anon_sym_BANGis] = ACTIONS(1696), + [anon_sym_PLUS] = ACTIONS(1694), + [anon_sym_DASH] = ACTIONS(1694), + [anon_sym_SLASH] = ACTIONS(1694), + [anon_sym_PERCENT] = ACTIONS(1696), + [anon_sym_as_QMARK] = ACTIONS(1696), + [anon_sym_PLUS_PLUS] = ACTIONS(1696), + [anon_sym_DASH_DASH] = ACTIONS(1696), + [anon_sym_BANG] = ACTIONS(1694), + [anon_sym_BANG_BANG] = ACTIONS(1696), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1696), + [anon_sym_continue_AT] = ACTIONS(1696), + [anon_sym_break_AT] = ACTIONS(1696), + [sym_real_literal] = ACTIONS(1696), + [sym_integer_literal] = ACTIONS(1694), + [sym_hex_literal] = ACTIONS(1696), + [sym_bin_literal] = ACTIONS(1696), + [anon_sym_true] = ACTIONS(1694), + [anon_sym_false] = ACTIONS(1694), + [anon_sym_SQUOTE] = ACTIONS(1696), + [sym__backtick_identifier] = ACTIONS(1696), + [sym__automatic_semicolon] = ACTIONS(1696), + [sym_safe_nav] = ACTIONS(1696), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3108), + [sym__string_start] = ACTIONS(1696), }, - [607] = { - [sym_getter] = STATE(1164), - [sym_setter] = STATE(1164), - [sym_modifiers] = STATE(8830), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [616] = { + [sym_property_delegate] = STATE(666), + [sym_getter] = STATE(3129), + [sym_setter] = STATE(3129), + [sym_modifiers] = STATE(8787), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1752), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1754), [anon_sym_as] = ACTIONS(1752), - [anon_sym_EQ] = ACTIONS(1752), + [anon_sym_EQ] = ACTIONS(3382), [anon_sym_LBRACE] = ACTIONS(1754), [anon_sym_RBRACE] = ACTIONS(1754), [anon_sym_LPAREN] = ACTIONS(1754), + [anon_sym_COMMA] = ACTIONS(1754), + [anon_sym_by] = ACTIONS(3366), [anon_sym_LT] = ACTIONS(1752), [anon_sym_GT] = ACTIONS(1752), + [anon_sym_where] = ACTIONS(1752), [anon_sym_object] = ACTIONS(1752), [anon_sym_fun] = ACTIONS(1752), [anon_sym_DOT] = ACTIONS(1752), - [anon_sym_SEMI] = ACTIONS(1842), - [anon_sym_get] = ACTIONS(3308), - [anon_sym_set] = ACTIONS(3310), + [anon_sym_SEMI] = ACTIONS(1934), + [anon_sym_get] = ACTIONS(3374), + [anon_sym_set] = ACTIONS(3376), [anon_sym_this] = ACTIONS(1752), [anon_sym_super] = ACTIONS(1752), - [anon_sym_STAR] = ACTIONS(1752), + [anon_sym_STAR] = ACTIONS(1754), [sym_label] = ACTIONS(1752), [anon_sym_in] = ACTIONS(1752), [anon_sym_DOT_DOT] = ACTIONS(1754), @@ -108691,11 +109840,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(1752), [anon_sym_break] = ACTIONS(1752), [anon_sym_COLON_COLON] = ACTIONS(1754), - [anon_sym_PLUS_EQ] = ACTIONS(1754), - [anon_sym_DASH_EQ] = ACTIONS(1754), - [anon_sym_STAR_EQ] = ACTIONS(1754), - [anon_sym_SLASH_EQ] = ACTIONS(1754), - [anon_sym_PERCENT_EQ] = ACTIONS(1754), [anon_sym_BANG_EQ] = ACTIONS(1752), [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), [anon_sym_EQ_EQ] = ACTIONS(1752), @@ -108708,7 +109852,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(1752), [anon_sym_DASH] = ACTIONS(1752), [anon_sym_SLASH] = ACTIONS(1752), - [anon_sym_PERCENT] = ACTIONS(1752), + [anon_sym_PERCENT] = ACTIONS(1754), [anon_sym_as_QMARK] = ACTIONS(1754), [anon_sym_PLUS_PLUS] = ACTIONS(1754), [anon_sym_DASH_DASH] = ACTIONS(1754), @@ -108737,8 +109881,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(1754), [anon_sym_continue_AT] = ACTIONS(1754), @@ -108756,195 +109900,194 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(1754), }, - [608] = { - [sym_getter] = STATE(3166), - [sym_setter] = STATE(3166), - [sym_modifiers] = STATE(8566), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_EQ] = ACTIONS(1776), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_object] = ACTIONS(1776), - [anon_sym_fun] = ACTIONS(1776), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(1778), - [anon_sym_get] = ACTIONS(3302), - [anon_sym_set] = ACTIONS(3304), - [anon_sym_this] = ACTIONS(1776), - [anon_sym_super] = ACTIONS(1776), - [anon_sym_STAR] = ACTIONS(1776), - [sym_label] = ACTIONS(1776), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_null] = ACTIONS(1776), - [anon_sym_if] = ACTIONS(1776), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_when] = ACTIONS(1776), - [anon_sym_try] = ACTIONS(1776), - [anon_sym_throw] = ACTIONS(1776), - [anon_sym_return] = ACTIONS(1776), - [anon_sym_continue] = ACTIONS(1776), - [anon_sym_break] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_PLUS_EQ] = ACTIONS(1778), - [anon_sym_DASH_EQ] = ACTIONS(1778), - [anon_sym_STAR_EQ] = ACTIONS(1778), - [anon_sym_SLASH_EQ] = ACTIONS(1778), - [anon_sym_PERCENT_EQ] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1776), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG] = ACTIONS(1776), - [anon_sym_BANG_BANG] = ACTIONS(1778), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1778), - [anon_sym_continue_AT] = ACTIONS(1778), - [anon_sym_break_AT] = ACTIONS(1778), - [sym_real_literal] = ACTIONS(1778), - [sym_integer_literal] = ACTIONS(1776), - [sym_hex_literal] = ACTIONS(1778), - [sym_bin_literal] = ACTIONS(1778), - [anon_sym_true] = ACTIONS(1776), - [anon_sym_false] = ACTIONS(1776), - [anon_sym_SQUOTE] = ACTIONS(1778), - [sym__backtick_identifier] = ACTIONS(1778), - [sym__automatic_semicolon] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1778), + [617] = { + [sym_primary_constructor] = STATE(3908), + [sym__class_parameters] = STATE(3113), + [sym_type_constraints] = STATE(3054), + [sym_enum_class_body] = STATE(3322), + [sym_modifiers] = STATE(9209), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3186), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_COLON] = ACTIONS(3528), + [anon_sym_LBRACK] = ACTIONS(3190), + [anon_sym_as] = ACTIONS(3186), + [anon_sym_constructor] = ACTIONS(3110), + [anon_sym_LBRACE] = ACTIONS(3112), + [anon_sym_RBRACE] = ACTIONS(3190), + [anon_sym_LPAREN] = ACTIONS(3114), + [anon_sym_LT] = ACTIONS(3186), + [anon_sym_GT] = ACTIONS(3186), + [anon_sym_where] = ACTIONS(3118), + [anon_sym_object] = ACTIONS(3186), + [anon_sym_fun] = ACTIONS(3186), + [anon_sym_DOT] = ACTIONS(3186), + [anon_sym_SEMI] = ACTIONS(3190), + [anon_sym_get] = ACTIONS(3186), + [anon_sym_set] = ACTIONS(3186), + [anon_sym_this] = ACTIONS(3186), + [anon_sym_super] = ACTIONS(3186), + [anon_sym_STAR] = ACTIONS(3190), + [sym_label] = ACTIONS(3186), + [anon_sym_in] = ACTIONS(3186), + [anon_sym_DOT_DOT] = ACTIONS(3190), + [anon_sym_QMARK_COLON] = ACTIONS(3190), + [anon_sym_AMP_AMP] = ACTIONS(3190), + [anon_sym_PIPE_PIPE] = ACTIONS(3190), + [anon_sym_null] = ACTIONS(3186), + [anon_sym_if] = ACTIONS(3186), + [anon_sym_else] = ACTIONS(3186), + [anon_sym_when] = ACTIONS(3186), + [anon_sym_try] = ACTIONS(3186), + [anon_sym_throw] = ACTIONS(3186), + [anon_sym_return] = ACTIONS(3186), + [anon_sym_continue] = ACTIONS(3186), + [anon_sym_break] = ACTIONS(3186), + [anon_sym_COLON_COLON] = ACTIONS(3190), + [anon_sym_BANG_EQ] = ACTIONS(3186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3190), + [anon_sym_EQ_EQ] = ACTIONS(3186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3190), + [anon_sym_LT_EQ] = ACTIONS(3190), + [anon_sym_GT_EQ] = ACTIONS(3190), + [anon_sym_BANGin] = ACTIONS(3190), + [anon_sym_is] = ACTIONS(3186), + [anon_sym_BANGis] = ACTIONS(3190), + [anon_sym_PLUS] = ACTIONS(3186), + [anon_sym_DASH] = ACTIONS(3186), + [anon_sym_SLASH] = ACTIONS(3186), + [anon_sym_PERCENT] = ACTIONS(3190), + [anon_sym_as_QMARK] = ACTIONS(3190), + [anon_sym_PLUS_PLUS] = ACTIONS(3190), + [anon_sym_DASH_DASH] = ACTIONS(3190), + [anon_sym_BANG] = ACTIONS(3186), + [anon_sym_BANG_BANG] = ACTIONS(3190), + [anon_sym_suspend] = ACTIONS(3120), + [anon_sym_sealed] = ACTIONS(3122), + [anon_sym_annotation] = ACTIONS(3122), + [anon_sym_data] = ACTIONS(3122), + [anon_sym_inner] = ACTIONS(3122), + [anon_sym_override] = ACTIONS(3124), + [anon_sym_lateinit] = ACTIONS(3124), + [anon_sym_public] = ACTIONS(3126), + [anon_sym_private] = ACTIONS(3126), + [anon_sym_internal] = ACTIONS(3126), + [anon_sym_protected] = ACTIONS(3126), + [anon_sym_tailrec] = ACTIONS(3120), + [anon_sym_operator] = ACTIONS(3120), + [anon_sym_infix] = ACTIONS(3120), + [anon_sym_inline] = ACTIONS(3120), + [anon_sym_external] = ACTIONS(3120), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3130), + [anon_sym_final] = ACTIONS(3130), + [anon_sym_open] = ACTIONS(3130), + [anon_sym_vararg] = ACTIONS(3132), + [anon_sym_noinline] = ACTIONS(3132), + [anon_sym_crossinline] = ACTIONS(3132), + [anon_sym_expect] = ACTIONS(3134), + [anon_sym_actual] = ACTIONS(3134), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3190), + [anon_sym_continue_AT] = ACTIONS(3190), + [anon_sym_break_AT] = ACTIONS(3190), + [sym_real_literal] = ACTIONS(3190), + [sym_integer_literal] = ACTIONS(3186), + [sym_hex_literal] = ACTIONS(3190), + [sym_bin_literal] = ACTIONS(3190), + [anon_sym_true] = ACTIONS(3186), + [anon_sym_false] = ACTIONS(3186), + [anon_sym_SQUOTE] = ACTIONS(3190), + [sym__backtick_identifier] = ACTIONS(3190), + [sym__automatic_semicolon] = ACTIONS(3190), + [sym_safe_nav] = ACTIONS(3190), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3190), }, - [609] = { - [sym_type_constraints] = STATE(655), - [sym_property_delegate] = STATE(732), - [sym_getter] = STATE(3388), - [sym_setter] = STATE(3388), - [sym_modifiers] = STATE(8857), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3272), + [618] = { + [sym_type_constraints] = STATE(648), + [sym_property_delegate] = STATE(740), + [sym_getter] = STATE(3288), + [sym_setter] = STATE(3288), + [sym_modifiers] = STATE(8884), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3274), - [anon_sym_as] = ACTIONS(3272), - [anon_sym_EQ] = ACTIONS(3508), - [anon_sym_LBRACE] = ACTIONS(3274), - [anon_sym_RBRACE] = ACTIONS(3274), - [anon_sym_LPAREN] = ACTIONS(3274), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_EQ] = ACTIONS(3530), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), [anon_sym_by] = ACTIONS(3510), - [anon_sym_LT] = ACTIONS(3272), - [anon_sym_GT] = ACTIONS(3272), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(3272), - [anon_sym_fun] = ACTIONS(3272), - [anon_sym_DOT] = ACTIONS(3272), - [anon_sym_SEMI] = ACTIONS(3512), - [anon_sym_get] = ACTIONS(3514), - [anon_sym_set] = ACTIONS(3516), - [anon_sym_this] = ACTIONS(3272), - [anon_sym_super] = ACTIONS(3272), - [anon_sym_STAR] = ACTIONS(3274), - [sym_label] = ACTIONS(3272), - [anon_sym_in] = ACTIONS(3272), - [anon_sym_DOT_DOT] = ACTIONS(3274), - [anon_sym_QMARK_COLON] = ACTIONS(3274), - [anon_sym_AMP_AMP] = ACTIONS(3274), - [anon_sym_PIPE_PIPE] = ACTIONS(3274), - [anon_sym_null] = ACTIONS(3272), - [anon_sym_if] = ACTIONS(3272), - [anon_sym_else] = ACTIONS(3272), - [anon_sym_when] = ACTIONS(3272), - [anon_sym_try] = ACTIONS(3272), - [anon_sym_throw] = ACTIONS(3272), - [anon_sym_return] = ACTIONS(3272), - [anon_sym_continue] = ACTIONS(3272), - [anon_sym_break] = ACTIONS(3272), - [anon_sym_COLON_COLON] = ACTIONS(3274), - [anon_sym_BANG_EQ] = ACTIONS(3272), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3274), - [anon_sym_EQ_EQ] = ACTIONS(3272), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3274), - [anon_sym_LT_EQ] = ACTIONS(3274), - [anon_sym_GT_EQ] = ACTIONS(3274), - [anon_sym_BANGin] = ACTIONS(3274), - [anon_sym_is] = ACTIONS(3272), - [anon_sym_BANGis] = ACTIONS(3274), - [anon_sym_PLUS] = ACTIONS(3272), - [anon_sym_DASH] = ACTIONS(3272), - [anon_sym_SLASH] = ACTIONS(3272), - [anon_sym_PERCENT] = ACTIONS(3274), - [anon_sym_as_QMARK] = ACTIONS(3274), - [anon_sym_PLUS_PLUS] = ACTIONS(3274), - [anon_sym_DASH_DASH] = ACTIONS(3274), - [anon_sym_BANG] = ACTIONS(3272), - [anon_sym_BANG_BANG] = ACTIONS(3274), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(1784), + [anon_sym_fun] = ACTIONS(1784), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(1996), + [anon_sym_get] = ACTIONS(3518), + [anon_sym_set] = ACTIONS(3520), + [anon_sym_this] = ACTIONS(1784), + [anon_sym_super] = ACTIONS(1784), + [anon_sym_STAR] = ACTIONS(1786), + [sym_label] = ACTIONS(1784), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_null] = ACTIONS(1784), + [anon_sym_if] = ACTIONS(1784), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_when] = ACTIONS(1784), + [anon_sym_try] = ACTIONS(1784), + [anon_sym_throw] = ACTIONS(1784), + [anon_sym_return] = ACTIONS(1784), + [anon_sym_continue] = ACTIONS(1784), + [anon_sym_break] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1786), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG] = ACTIONS(1784), + [anon_sym_BANG_BANG] = ACTIONS(1786), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -108968,61 +110111,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3274), - [anon_sym_continue_AT] = ACTIONS(3274), - [anon_sym_break_AT] = ACTIONS(3274), - [sym_real_literal] = ACTIONS(3274), - [sym_integer_literal] = ACTIONS(3272), - [sym_hex_literal] = ACTIONS(3274), - [sym_bin_literal] = ACTIONS(3274), - [anon_sym_true] = ACTIONS(3272), - [anon_sym_false] = ACTIONS(3272), - [anon_sym_SQUOTE] = ACTIONS(3274), - [sym__backtick_identifier] = ACTIONS(3274), - [sym__automatic_semicolon] = ACTIONS(3274), - [sym_safe_nav] = ACTIONS(3274), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3274), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1786), + [anon_sym_continue_AT] = ACTIONS(1786), + [anon_sym_break_AT] = ACTIONS(1786), + [sym_real_literal] = ACTIONS(1786), + [sym_integer_literal] = ACTIONS(1784), + [sym_hex_literal] = ACTIONS(1786), + [sym_bin_literal] = ACTIONS(1786), + [anon_sym_true] = ACTIONS(1784), + [anon_sym_false] = ACTIONS(1784), + [anon_sym_SQUOTE] = ACTIONS(1786), + [sym__backtick_identifier] = ACTIONS(1786), + [sym__automatic_semicolon] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1786), }, - [610] = { - [sym_type_constraints] = STATE(658), - [sym_property_delegate] = STATE(723), - [sym_getter] = STATE(3334), - [sym_setter] = STATE(3334), - [sym_modifiers] = STATE(8857), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [619] = { + [sym_type_constraints] = STATE(647), + [sym_property_delegate] = STATE(728), + [sym_getter] = STATE(3184), + [sym_setter] = STATE(3184), + [sym_modifiers] = STATE(8884), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1694), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1696), [anon_sym_as] = ACTIONS(1694), - [anon_sym_EQ] = ACTIONS(3518), + [anon_sym_EQ] = ACTIONS(3532), [anon_sym_LBRACE] = ACTIONS(1696), [anon_sym_RBRACE] = ACTIONS(1696), [anon_sym_LPAREN] = ACTIONS(1696), [anon_sym_by] = ACTIONS(3510), [anon_sym_LT] = ACTIONS(1694), [anon_sym_GT] = ACTIONS(1694), - [anon_sym_where] = ACTIONS(3148), + [anon_sym_where] = ACTIONS(3160), [anon_sym_object] = ACTIONS(1694), [anon_sym_fun] = ACTIONS(1694), [anon_sym_DOT] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(2008), - [anon_sym_get] = ACTIONS(3514), - [anon_sym_set] = ACTIONS(3516), + [anon_sym_SEMI] = ACTIONS(2000), + [anon_sym_get] = ACTIONS(3518), + [anon_sym_set] = ACTIONS(3520), [anon_sym_this] = ACTIONS(1694), [anon_sym_super] = ACTIONS(1694), [anon_sym_STAR] = ACTIONS(1696), @@ -109083,8 +110226,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(1696), [anon_sym_continue_AT] = ACTIONS(1696), @@ -109102,272 +110245,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(1696), }, - [611] = { - [sym_primary_constructor] = STATE(3899), - [sym_class_body] = STATE(3366), - [sym__class_parameters] = STATE(3036), - [sym_type_constraints] = STATE(3055), - [sym_modifiers] = STATE(9011), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3190), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(3520), - [anon_sym_LBRACK] = ACTIONS(3194), - [anon_sym_as] = ACTIONS(3190), - [anon_sym_constructor] = ACTIONS(3110), - [anon_sym_LBRACE] = ACTIONS(3112), - [anon_sym_RBRACE] = ACTIONS(3194), - [anon_sym_LPAREN] = ACTIONS(3114), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3190), - [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(3190), - [anon_sym_fun] = ACTIONS(3190), - [anon_sym_DOT] = ACTIONS(3190), - [anon_sym_SEMI] = ACTIONS(3194), - [anon_sym_get] = ACTIONS(3190), - [anon_sym_set] = ACTIONS(3190), - [anon_sym_this] = ACTIONS(3190), - [anon_sym_super] = ACTIONS(3190), - [anon_sym_STAR] = ACTIONS(3194), - [sym_label] = ACTIONS(3190), - [anon_sym_in] = ACTIONS(3190), - [anon_sym_DOT_DOT] = ACTIONS(3194), - [anon_sym_QMARK_COLON] = ACTIONS(3194), - [anon_sym_AMP_AMP] = ACTIONS(3194), - [anon_sym_PIPE_PIPE] = ACTIONS(3194), - [anon_sym_null] = ACTIONS(3190), - [anon_sym_if] = ACTIONS(3190), - [anon_sym_else] = ACTIONS(3190), - [anon_sym_when] = ACTIONS(3190), - [anon_sym_try] = ACTIONS(3190), - [anon_sym_throw] = ACTIONS(3190), - [anon_sym_return] = ACTIONS(3190), - [anon_sym_continue] = ACTIONS(3190), - [anon_sym_break] = ACTIONS(3190), - [anon_sym_COLON_COLON] = ACTIONS(3194), - [anon_sym_BANG_EQ] = ACTIONS(3190), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3194), - [anon_sym_EQ_EQ] = ACTIONS(3190), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3194), - [anon_sym_LT_EQ] = ACTIONS(3194), - [anon_sym_GT_EQ] = ACTIONS(3194), - [anon_sym_BANGin] = ACTIONS(3194), - [anon_sym_is] = ACTIONS(3190), - [anon_sym_BANGis] = ACTIONS(3194), - [anon_sym_PLUS] = ACTIONS(3190), - [anon_sym_DASH] = ACTIONS(3190), - [anon_sym_SLASH] = ACTIONS(3190), - [anon_sym_PERCENT] = ACTIONS(3194), - [anon_sym_as_QMARK] = ACTIONS(3194), - [anon_sym_PLUS_PLUS] = ACTIONS(3194), - [anon_sym_DASH_DASH] = ACTIONS(3194), - [anon_sym_BANG] = ACTIONS(3190), - [anon_sym_BANG_BANG] = ACTIONS(3194), - [anon_sym_suspend] = ACTIONS(3120), - [anon_sym_sealed] = ACTIONS(3122), - [anon_sym_annotation] = ACTIONS(3122), - [anon_sym_data] = ACTIONS(3122), - [anon_sym_inner] = ACTIONS(3122), - [anon_sym_override] = ACTIONS(3124), - [anon_sym_lateinit] = ACTIONS(3124), - [anon_sym_public] = ACTIONS(3126), - [anon_sym_private] = ACTIONS(3126), - [anon_sym_internal] = ACTIONS(3126), - [anon_sym_protected] = ACTIONS(3126), - [anon_sym_tailrec] = ACTIONS(3120), - [anon_sym_operator] = ACTIONS(3120), - [anon_sym_infix] = ACTIONS(3120), - [anon_sym_inline] = ACTIONS(3120), - [anon_sym_external] = ACTIONS(3120), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(3130), - [anon_sym_final] = ACTIONS(3130), - [anon_sym_open] = ACTIONS(3130), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3134), - [anon_sym_actual] = ACTIONS(3134), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3194), - [anon_sym_continue_AT] = ACTIONS(3194), - [anon_sym_break_AT] = ACTIONS(3194), - [sym_real_literal] = ACTIONS(3194), - [sym_integer_literal] = ACTIONS(3190), - [sym_hex_literal] = ACTIONS(3194), - [sym_bin_literal] = ACTIONS(3194), - [anon_sym_true] = ACTIONS(3190), - [anon_sym_false] = ACTIONS(3190), - [anon_sym_SQUOTE] = ACTIONS(3194), - [sym__backtick_identifier] = ACTIONS(3194), - [sym__automatic_semicolon] = ACTIONS(3194), - [sym_safe_nav] = ACTIONS(3194), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3194), - }, - [612] = { - [sym_type_constraints] = STATE(654), - [sym_property_delegate] = STATE(722), - [sym_getter] = STATE(1110), - [sym_setter] = STATE(1110), - [sym_modifiers] = STATE(8560), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_EQ] = ACTIONS(3522), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_by] = ACTIONS(3510), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(1776), - [anon_sym_fun] = ACTIONS(1776), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(1944), - [anon_sym_get] = ACTIONS(3524), - [anon_sym_set] = ACTIONS(3526), - [anon_sym_this] = ACTIONS(1776), - [anon_sym_super] = ACTIONS(1776), - [anon_sym_STAR] = ACTIONS(1778), - [sym_label] = ACTIONS(1776), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_null] = ACTIONS(1776), - [anon_sym_if] = ACTIONS(1776), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_when] = ACTIONS(1776), - [anon_sym_try] = ACTIONS(1776), - [anon_sym_throw] = ACTIONS(1776), - [anon_sym_return] = ACTIONS(1776), - [anon_sym_continue] = ACTIONS(1776), - [anon_sym_break] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1778), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG] = ACTIONS(1776), - [anon_sym_BANG_BANG] = ACTIONS(1778), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1778), - [anon_sym_continue_AT] = ACTIONS(1778), - [anon_sym_break_AT] = ACTIONS(1778), - [sym_real_literal] = ACTIONS(1778), - [sym_integer_literal] = ACTIONS(1776), - [sym_hex_literal] = ACTIONS(1778), - [sym_bin_literal] = ACTIONS(1778), - [anon_sym_true] = ACTIONS(1776), - [anon_sym_false] = ACTIONS(1776), - [anon_sym_SQUOTE] = ACTIONS(1778), - [sym__backtick_identifier] = ACTIONS(1778), - [sym__automatic_semicolon] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1778), - }, - [613] = { - [sym_property_delegate] = STATE(693), - [sym_getter] = STATE(1052), - [sym_setter] = STATE(1052), - [sym_modifiers] = STATE(8806), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [620] = { + [sym_property_delegate] = STATE(659), + [sym_getter] = STATE(1138), + [sym_setter] = STATE(1138), + [sym_modifiers] = STATE(8715), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1764), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1766), [anon_sym_as] = ACTIONS(1764), - [anon_sym_EQ] = ACTIONS(3502), + [anon_sym_EQ] = ACTIONS(3534), [anon_sym_LBRACE] = ACTIONS(1766), [anon_sym_RBRACE] = ACTIONS(1766), [anon_sym_LPAREN] = ACTIONS(1766), [anon_sym_COMMA] = ACTIONS(1766), - [anon_sym_by] = ACTIONS(3364), + [anon_sym_by] = ACTIONS(3366), [anon_sym_LT] = ACTIONS(1764), [anon_sym_GT] = ACTIONS(1764), [anon_sym_where] = ACTIONS(1764), [anon_sym_object] = ACTIONS(1764), [anon_sym_fun] = ACTIONS(1764), [anon_sym_DOT] = ACTIONS(1764), - [anon_sym_SEMI] = ACTIONS(1908), - [anon_sym_get] = ACTIONS(3432), - [anon_sym_set] = ACTIONS(3434), + [anon_sym_SEMI] = ACTIONS(1866), + [anon_sym_get] = ACTIONS(3368), + [anon_sym_set] = ACTIONS(3370), [anon_sym_this] = ACTIONS(1764), [anon_sym_super] = ACTIONS(1764), [anon_sym_STAR] = ACTIONS(1766), @@ -109428,8 +110341,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(1766), [anon_sym_continue_AT] = ACTIONS(1766), @@ -109447,42 +110360,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(1766), }, - [614] = { - [sym_property_delegate] = STATE(682), - [sym_getter] = STATE(3228), - [sym_setter] = STATE(3228), - [sym_modifiers] = STATE(8834), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [621] = { + [sym_property_delegate] = STATE(685), + [sym_getter] = STATE(3151), + [sym_setter] = STATE(3151), + [sym_modifiers] = STATE(8787), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1764), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1766), [anon_sym_as] = ACTIONS(1764), - [anon_sym_EQ] = ACTIONS(3500), + [anon_sym_EQ] = ACTIONS(3536), [anon_sym_LBRACE] = ACTIONS(1766), [anon_sym_RBRACE] = ACTIONS(1766), [anon_sym_LPAREN] = ACTIONS(1766), [anon_sym_COMMA] = ACTIONS(1766), - [anon_sym_by] = ACTIONS(3364), + [anon_sym_by] = ACTIONS(3366), [anon_sym_LT] = ACTIONS(1764), [anon_sym_GT] = ACTIONS(1764), [anon_sym_where] = ACTIONS(1764), [anon_sym_object] = ACTIONS(1764), [anon_sym_fun] = ACTIONS(1764), [anon_sym_DOT] = ACTIONS(1764), - [anon_sym_SEMI] = ACTIONS(1932), - [anon_sym_get] = ACTIONS(3366), - [anon_sym_set] = ACTIONS(3368), + [anon_sym_SEMI] = ACTIONS(1936), + [anon_sym_get] = ACTIONS(3374), + [anon_sym_set] = ACTIONS(3376), [anon_sym_this] = ACTIONS(1764), [anon_sym_super] = ACTIONS(1764), [anon_sym_STAR] = ACTIONS(1766), @@ -109543,8 +110456,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(1766), [anon_sym_continue_AT] = ACTIONS(1766), @@ -109562,194 +110475,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(1766), }, - [615] = { - [sym_primary_constructor] = STATE(3952), - [sym_class_body] = STATE(3437), - [sym__class_parameters] = STATE(3036), - [sym_type_constraints] = STATE(3000), - [sym_modifiers] = STATE(9011), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3214), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(3528), - [anon_sym_LBRACK] = ACTIONS(3218), - [anon_sym_as] = ACTIONS(3214), - [anon_sym_constructor] = ACTIONS(3110), - [anon_sym_LBRACE] = ACTIONS(3112), - [anon_sym_RBRACE] = ACTIONS(3218), - [anon_sym_LPAREN] = ACTIONS(3114), - [anon_sym_LT] = ACTIONS(3214), - [anon_sym_GT] = ACTIONS(3214), - [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(3214), - [anon_sym_fun] = ACTIONS(3214), - [anon_sym_DOT] = ACTIONS(3214), - [anon_sym_SEMI] = ACTIONS(3218), - [anon_sym_get] = ACTIONS(3214), - [anon_sym_set] = ACTIONS(3214), - [anon_sym_this] = ACTIONS(3214), - [anon_sym_super] = ACTIONS(3214), - [anon_sym_STAR] = ACTIONS(3218), - [sym_label] = ACTIONS(3214), - [anon_sym_in] = ACTIONS(3214), - [anon_sym_DOT_DOT] = ACTIONS(3218), - [anon_sym_QMARK_COLON] = ACTIONS(3218), - [anon_sym_AMP_AMP] = ACTIONS(3218), - [anon_sym_PIPE_PIPE] = ACTIONS(3218), - [anon_sym_null] = ACTIONS(3214), - [anon_sym_if] = ACTIONS(3214), - [anon_sym_else] = ACTIONS(3214), - [anon_sym_when] = ACTIONS(3214), - [anon_sym_try] = ACTIONS(3214), - [anon_sym_throw] = ACTIONS(3214), - [anon_sym_return] = ACTIONS(3214), - [anon_sym_continue] = ACTIONS(3214), - [anon_sym_break] = ACTIONS(3214), - [anon_sym_COLON_COLON] = ACTIONS(3218), - [anon_sym_BANG_EQ] = ACTIONS(3214), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3218), - [anon_sym_EQ_EQ] = ACTIONS(3214), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3218), - [anon_sym_LT_EQ] = ACTIONS(3218), - [anon_sym_GT_EQ] = ACTIONS(3218), - [anon_sym_BANGin] = ACTIONS(3218), - [anon_sym_is] = ACTIONS(3214), - [anon_sym_BANGis] = ACTIONS(3218), - [anon_sym_PLUS] = ACTIONS(3214), - [anon_sym_DASH] = ACTIONS(3214), - [anon_sym_SLASH] = ACTIONS(3214), - [anon_sym_PERCENT] = ACTIONS(3218), - [anon_sym_as_QMARK] = ACTIONS(3218), - [anon_sym_PLUS_PLUS] = ACTIONS(3218), - [anon_sym_DASH_DASH] = ACTIONS(3218), - [anon_sym_BANG] = ACTIONS(3214), - [anon_sym_BANG_BANG] = ACTIONS(3218), - [anon_sym_suspend] = ACTIONS(3120), - [anon_sym_sealed] = ACTIONS(3122), - [anon_sym_annotation] = ACTIONS(3122), - [anon_sym_data] = ACTIONS(3122), - [anon_sym_inner] = ACTIONS(3122), - [anon_sym_override] = ACTIONS(3124), - [anon_sym_lateinit] = ACTIONS(3124), - [anon_sym_public] = ACTIONS(3126), - [anon_sym_private] = ACTIONS(3126), - [anon_sym_internal] = ACTIONS(3126), - [anon_sym_protected] = ACTIONS(3126), - [anon_sym_tailrec] = ACTIONS(3120), - [anon_sym_operator] = ACTIONS(3120), - [anon_sym_infix] = ACTIONS(3120), - [anon_sym_inline] = ACTIONS(3120), - [anon_sym_external] = ACTIONS(3120), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(3130), - [anon_sym_final] = ACTIONS(3130), - [anon_sym_open] = ACTIONS(3130), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3134), - [anon_sym_actual] = ACTIONS(3134), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3218), - [anon_sym_continue_AT] = ACTIONS(3218), - [anon_sym_break_AT] = ACTIONS(3218), - [sym_real_literal] = ACTIONS(3218), - [sym_integer_literal] = ACTIONS(3214), - [sym_hex_literal] = ACTIONS(3218), - [sym_bin_literal] = ACTIONS(3218), - [anon_sym_true] = ACTIONS(3214), - [anon_sym_false] = ACTIONS(3214), - [anon_sym_SQUOTE] = ACTIONS(3218), - [sym__backtick_identifier] = ACTIONS(3218), - [sym__automatic_semicolon] = ACTIONS(3218), - [sym_safe_nav] = ACTIONS(3218), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3218), - }, - [616] = { - [sym_property_delegate] = STATE(669), - [sym_getter] = STATE(3166), - [sym_setter] = STATE(3166), - [sym_modifiers] = STATE(8834), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), + [622] = { + [sym_type_constraints] = STATE(643), + [sym_property_delegate] = STATE(725), + [sym_getter] = STATE(1142), + [sym_setter] = STATE(1142), + [sym_modifiers] = STATE(8753), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_EQ] = ACTIONS(3472), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_COMMA] = ACTIONS(1778), - [anon_sym_by] = ACTIONS(3364), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_where] = ACTIONS(1776), - [anon_sym_object] = ACTIONS(1776), - [anon_sym_fun] = ACTIONS(1776), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(1934), - [anon_sym_get] = ACTIONS(3366), - [anon_sym_set] = ACTIONS(3368), - [anon_sym_this] = ACTIONS(1776), - [anon_sym_super] = ACTIONS(1776), - [anon_sym_STAR] = ACTIONS(1778), - [sym_label] = ACTIONS(1776), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_null] = ACTIONS(1776), - [anon_sym_if] = ACTIONS(1776), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_when] = ACTIONS(1776), - [anon_sym_try] = ACTIONS(1776), - [anon_sym_throw] = ACTIONS(1776), - [anon_sym_return] = ACTIONS(1776), - [anon_sym_continue] = ACTIONS(1776), - [anon_sym_break] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1778), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG] = ACTIONS(1776), - [anon_sym_BANG_BANG] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_EQ] = ACTIONS(3538), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_by] = ACTIONS(3510), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(3278), + [anon_sym_fun] = ACTIONS(3278), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(3540), + [anon_sym_get] = ACTIONS(3512), + [anon_sym_set] = ACTIONS(3514), + [anon_sym_this] = ACTIONS(3278), + [anon_sym_super] = ACTIONS(3278), + [anon_sym_STAR] = ACTIONS(3280), + [sym_label] = ACTIONS(3278), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_null] = ACTIONS(3278), + [anon_sym_if] = ACTIONS(3278), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_when] = ACTIONS(3278), + [anon_sym_try] = ACTIONS(3278), + [anon_sym_throw] = ACTIONS(3278), + [anon_sym_return] = ACTIONS(3278), + [anon_sym_continue] = ACTIONS(3278), + [anon_sym_break] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG] = ACTIONS(3278), + [anon_sym_BANG_BANG] = ACTIONS(3280), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -109773,98 +110571,98 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1778), - [anon_sym_continue_AT] = ACTIONS(1778), - [anon_sym_break_AT] = ACTIONS(1778), - [sym_real_literal] = ACTIONS(1778), - [sym_integer_literal] = ACTIONS(1776), - [sym_hex_literal] = ACTIONS(1778), - [sym_bin_literal] = ACTIONS(1778), - [anon_sym_true] = ACTIONS(1776), - [anon_sym_false] = ACTIONS(1776), - [anon_sym_SQUOTE] = ACTIONS(1778), - [sym__backtick_identifier] = ACTIONS(1778), - [sym__automatic_semicolon] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1778), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3280), + [anon_sym_continue_AT] = ACTIONS(3280), + [anon_sym_break_AT] = ACTIONS(3280), + [sym_real_literal] = ACTIONS(3280), + [sym_integer_literal] = ACTIONS(3278), + [sym_hex_literal] = ACTIONS(3280), + [sym_bin_literal] = ACTIONS(3280), + [anon_sym_true] = ACTIONS(3278), + [anon_sym_false] = ACTIONS(3278), + [anon_sym_SQUOTE] = ACTIONS(3280), + [sym__backtick_identifier] = ACTIONS(3280), + [sym__automatic_semicolon] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3280), }, - [617] = { - [sym_type_constraints] = STATE(643), - [sym_property_delegate] = STATE(729), - [sym_getter] = STATE(3166), - [sym_setter] = STATE(3166), - [sym_modifiers] = STATE(8857), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), + [623] = { + [sym_type_constraints] = STATE(638), + [sym_property_delegate] = STATE(735), + [sym_getter] = STATE(1188), + [sym_setter] = STATE(1188), + [sym_modifiers] = STATE(8753), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_EQ] = ACTIONS(3530), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_EQ] = ACTIONS(3542), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), [anon_sym_by] = ACTIONS(3510), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(1776), - [anon_sym_fun] = ACTIONS(1776), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(2006), - [anon_sym_get] = ACTIONS(3514), - [anon_sym_set] = ACTIONS(3516), - [anon_sym_this] = ACTIONS(1776), - [anon_sym_super] = ACTIONS(1776), - [anon_sym_STAR] = ACTIONS(1778), - [sym_label] = ACTIONS(1776), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_null] = ACTIONS(1776), - [anon_sym_if] = ACTIONS(1776), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_when] = ACTIONS(1776), - [anon_sym_try] = ACTIONS(1776), - [anon_sym_throw] = ACTIONS(1776), - [anon_sym_return] = ACTIONS(1776), - [anon_sym_continue] = ACTIONS(1776), - [anon_sym_break] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1778), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG] = ACTIONS(1776), - [anon_sym_BANG_BANG] = ACTIONS(1778), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(1784), + [anon_sym_fun] = ACTIONS(1784), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(2002), + [anon_sym_get] = ACTIONS(3512), + [anon_sym_set] = ACTIONS(3514), + [anon_sym_this] = ACTIONS(1784), + [anon_sym_super] = ACTIONS(1784), + [anon_sym_STAR] = ACTIONS(1786), + [sym_label] = ACTIONS(1784), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_null] = ACTIONS(1784), + [anon_sym_if] = ACTIONS(1784), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_when] = ACTIONS(1784), + [anon_sym_try] = ACTIONS(1784), + [anon_sym_throw] = ACTIONS(1784), + [anon_sym_return] = ACTIONS(1784), + [anon_sym_continue] = ACTIONS(1784), + [anon_sym_break] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1786), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG] = ACTIONS(1784), + [anon_sym_BANG_BANG] = ACTIONS(1786), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -109888,98 +110686,98 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1778), - [anon_sym_continue_AT] = ACTIONS(1778), - [anon_sym_break_AT] = ACTIONS(1778), - [sym_real_literal] = ACTIONS(1778), - [sym_integer_literal] = ACTIONS(1776), - [sym_hex_literal] = ACTIONS(1778), - [sym_bin_literal] = ACTIONS(1778), - [anon_sym_true] = ACTIONS(1776), - [anon_sym_false] = ACTIONS(1776), - [anon_sym_SQUOTE] = ACTIONS(1778), - [sym__backtick_identifier] = ACTIONS(1778), - [sym__automatic_semicolon] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1778), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1786), + [anon_sym_continue_AT] = ACTIONS(1786), + [anon_sym_break_AT] = ACTIONS(1786), + [sym_real_literal] = ACTIONS(1786), + [sym_integer_literal] = ACTIONS(1784), + [sym_hex_literal] = ACTIONS(1786), + [sym_bin_literal] = ACTIONS(1786), + [anon_sym_true] = ACTIONS(1784), + [anon_sym_false] = ACTIONS(1784), + [anon_sym_SQUOTE] = ACTIONS(1786), + [sym__backtick_identifier] = ACTIONS(1786), + [sym__automatic_semicolon] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1786), }, - [618] = { - [sym_property_delegate] = STATE(691), - [sym_getter] = STATE(3127), - [sym_setter] = STATE(3127), - [sym_modifiers] = STATE(8834), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1770), + [624] = { + [sym_property_delegate] = STATE(681), + [sym_getter] = STATE(3447), + [sym_setter] = STATE(3447), + [sym_modifiers] = STATE(8787), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1772), - [anon_sym_as] = ACTIONS(1770), - [anon_sym_EQ] = ACTIONS(3532), - [anon_sym_LBRACE] = ACTIONS(1772), - [anon_sym_RBRACE] = ACTIONS(1772), - [anon_sym_LPAREN] = ACTIONS(1772), - [anon_sym_COMMA] = ACTIONS(1772), - [anon_sym_by] = ACTIONS(3364), - [anon_sym_LT] = ACTIONS(1770), - [anon_sym_GT] = ACTIONS(1770), - [anon_sym_where] = ACTIONS(1770), - [anon_sym_object] = ACTIONS(1770), - [anon_sym_fun] = ACTIONS(1770), - [anon_sym_DOT] = ACTIONS(1770), - [anon_sym_SEMI] = ACTIONS(1936), - [anon_sym_get] = ACTIONS(3366), - [anon_sym_set] = ACTIONS(3368), - [anon_sym_this] = ACTIONS(1770), - [anon_sym_super] = ACTIONS(1770), - [anon_sym_STAR] = ACTIONS(1772), - [sym_label] = ACTIONS(1770), - [anon_sym_in] = ACTIONS(1770), - [anon_sym_DOT_DOT] = ACTIONS(1772), - [anon_sym_QMARK_COLON] = ACTIONS(1772), - [anon_sym_AMP_AMP] = ACTIONS(1772), - [anon_sym_PIPE_PIPE] = ACTIONS(1772), - [anon_sym_null] = ACTIONS(1770), - [anon_sym_if] = ACTIONS(1770), - [anon_sym_else] = ACTIONS(1770), - [anon_sym_when] = ACTIONS(1770), - [anon_sym_try] = ACTIONS(1770), - [anon_sym_throw] = ACTIONS(1770), - [anon_sym_return] = ACTIONS(1770), - [anon_sym_continue] = ACTIONS(1770), - [anon_sym_break] = ACTIONS(1770), - [anon_sym_COLON_COLON] = ACTIONS(1772), - [anon_sym_BANG_EQ] = ACTIONS(1770), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1772), - [anon_sym_EQ_EQ] = ACTIONS(1770), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1772), - [anon_sym_LT_EQ] = ACTIONS(1772), - [anon_sym_GT_EQ] = ACTIONS(1772), - [anon_sym_BANGin] = ACTIONS(1772), - [anon_sym_is] = ACTIONS(1770), - [anon_sym_BANGis] = ACTIONS(1772), - [anon_sym_PLUS] = ACTIONS(1770), - [anon_sym_DASH] = ACTIONS(1770), - [anon_sym_SLASH] = ACTIONS(1770), - [anon_sym_PERCENT] = ACTIONS(1772), - [anon_sym_as_QMARK] = ACTIONS(1772), - [anon_sym_PLUS_PLUS] = ACTIONS(1772), - [anon_sym_DASH_DASH] = ACTIONS(1772), - [anon_sym_BANG] = ACTIONS(1770), - [anon_sym_BANG_BANG] = ACTIONS(1772), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_EQ] = ACTIONS(3504), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_COMMA] = ACTIONS(3280), + [anon_sym_by] = ACTIONS(3366), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_where] = ACTIONS(3278), + [anon_sym_object] = ACTIONS(3278), + [anon_sym_fun] = ACTIONS(3278), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(3506), + [anon_sym_get] = ACTIONS(3374), + [anon_sym_set] = ACTIONS(3376), + [anon_sym_this] = ACTIONS(3278), + [anon_sym_super] = ACTIONS(3278), + [anon_sym_STAR] = ACTIONS(3280), + [sym_label] = ACTIONS(3278), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_null] = ACTIONS(3278), + [anon_sym_if] = ACTIONS(3278), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_when] = ACTIONS(3278), + [anon_sym_try] = ACTIONS(3278), + [anon_sym_throw] = ACTIONS(3278), + [anon_sym_return] = ACTIONS(3278), + [anon_sym_continue] = ACTIONS(3278), + [anon_sym_break] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG] = ACTIONS(3278), + [anon_sym_BANG_BANG] = ACTIONS(3280), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -110003,98 +110801,98 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1772), - [anon_sym_continue_AT] = ACTIONS(1772), - [anon_sym_break_AT] = ACTIONS(1772), - [sym_real_literal] = ACTIONS(1772), - [sym_integer_literal] = ACTIONS(1770), - [sym_hex_literal] = ACTIONS(1772), - [sym_bin_literal] = ACTIONS(1772), - [anon_sym_true] = ACTIONS(1770), - [anon_sym_false] = ACTIONS(1770), - [anon_sym_SQUOTE] = ACTIONS(1772), - [sym__backtick_identifier] = ACTIONS(1772), - [sym__automatic_semicolon] = ACTIONS(1772), - [sym_safe_nav] = ACTIONS(1772), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1772), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3280), + [anon_sym_continue_AT] = ACTIONS(3280), + [anon_sym_break_AT] = ACTIONS(3280), + [sym_real_literal] = ACTIONS(3280), + [sym_integer_literal] = ACTIONS(3278), + [sym_hex_literal] = ACTIONS(3280), + [sym_bin_literal] = ACTIONS(3280), + [anon_sym_true] = ACTIONS(3278), + [anon_sym_false] = ACTIONS(3278), + [anon_sym_SQUOTE] = ACTIONS(3280), + [sym__backtick_identifier] = ACTIONS(3280), + [sym__automatic_semicolon] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3280), }, - [619] = { - [sym_type_constraints] = STATE(657), - [sym_property_delegate] = STATE(714), - [sym_getter] = STATE(1107), - [sym_setter] = STATE(1107), - [sym_modifiers] = STATE(8560), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), + [625] = { + [sym_type_constraints] = STATE(658), + [sym_property_delegate] = STATE(726), + [sym_getter] = STATE(3225), + [sym_setter] = STATE(3225), + [sym_modifiers] = STATE(8884), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3230), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_EQ] = ACTIONS(3534), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), + [anon_sym_LBRACK] = ACTIONS(3234), + [anon_sym_as] = ACTIONS(3230), + [anon_sym_EQ] = ACTIONS(3544), + [anon_sym_LBRACE] = ACTIONS(3234), + [anon_sym_RBRACE] = ACTIONS(3234), + [anon_sym_LPAREN] = ACTIONS(3234), [anon_sym_by] = ACTIONS(3510), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(3254), - [anon_sym_fun] = ACTIONS(3254), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(3536), - [anon_sym_get] = ACTIONS(3524), - [anon_sym_set] = ACTIONS(3526), - [anon_sym_this] = ACTIONS(3254), - [anon_sym_super] = ACTIONS(3254), - [anon_sym_STAR] = ACTIONS(3256), - [sym_label] = ACTIONS(3254), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_null] = ACTIONS(3254), - [anon_sym_if] = ACTIONS(3254), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_when] = ACTIONS(3254), - [anon_sym_try] = ACTIONS(3254), - [anon_sym_throw] = ACTIONS(3254), - [anon_sym_return] = ACTIONS(3254), - [anon_sym_continue] = ACTIONS(3254), - [anon_sym_break] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3256), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG] = ACTIONS(3254), - [anon_sym_BANG_BANG] = ACTIONS(3256), + [anon_sym_LT] = ACTIONS(3230), + [anon_sym_GT] = ACTIONS(3230), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(3230), + [anon_sym_fun] = ACTIONS(3230), + [anon_sym_DOT] = ACTIONS(3230), + [anon_sym_SEMI] = ACTIONS(3546), + [anon_sym_get] = ACTIONS(3518), + [anon_sym_set] = ACTIONS(3520), + [anon_sym_this] = ACTIONS(3230), + [anon_sym_super] = ACTIONS(3230), + [anon_sym_STAR] = ACTIONS(3234), + [sym_label] = ACTIONS(3230), + [anon_sym_in] = ACTIONS(3230), + [anon_sym_DOT_DOT] = ACTIONS(3234), + [anon_sym_QMARK_COLON] = ACTIONS(3234), + [anon_sym_AMP_AMP] = ACTIONS(3234), + [anon_sym_PIPE_PIPE] = ACTIONS(3234), + [anon_sym_null] = ACTIONS(3230), + [anon_sym_if] = ACTIONS(3230), + [anon_sym_else] = ACTIONS(3230), + [anon_sym_when] = ACTIONS(3230), + [anon_sym_try] = ACTIONS(3230), + [anon_sym_throw] = ACTIONS(3230), + [anon_sym_return] = ACTIONS(3230), + [anon_sym_continue] = ACTIONS(3230), + [anon_sym_break] = ACTIONS(3230), + [anon_sym_COLON_COLON] = ACTIONS(3234), + [anon_sym_BANG_EQ] = ACTIONS(3230), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3234), + [anon_sym_EQ_EQ] = ACTIONS(3230), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3234), + [anon_sym_LT_EQ] = ACTIONS(3234), + [anon_sym_GT_EQ] = ACTIONS(3234), + [anon_sym_BANGin] = ACTIONS(3234), + [anon_sym_is] = ACTIONS(3230), + [anon_sym_BANGis] = ACTIONS(3234), + [anon_sym_PLUS] = ACTIONS(3230), + [anon_sym_DASH] = ACTIONS(3230), + [anon_sym_SLASH] = ACTIONS(3230), + [anon_sym_PERCENT] = ACTIONS(3234), + [anon_sym_as_QMARK] = ACTIONS(3234), + [anon_sym_PLUS_PLUS] = ACTIONS(3234), + [anon_sym_DASH_DASH] = ACTIONS(3234), + [anon_sym_BANG] = ACTIONS(3230), + [anon_sym_BANG_BANG] = ACTIONS(3234), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -110118,98 +110916,98 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3256), - [anon_sym_continue_AT] = ACTIONS(3256), - [anon_sym_break_AT] = ACTIONS(3256), - [sym_real_literal] = ACTIONS(3256), - [sym_integer_literal] = ACTIONS(3254), - [sym_hex_literal] = ACTIONS(3256), - [sym_bin_literal] = ACTIONS(3256), - [anon_sym_true] = ACTIONS(3254), - [anon_sym_false] = ACTIONS(3254), - [anon_sym_SQUOTE] = ACTIONS(3256), - [sym__backtick_identifier] = ACTIONS(3256), - [sym__automatic_semicolon] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3256), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3234), + [anon_sym_continue_AT] = ACTIONS(3234), + [anon_sym_break_AT] = ACTIONS(3234), + [sym_real_literal] = ACTIONS(3234), + [sym_integer_literal] = ACTIONS(3230), + [sym_hex_literal] = ACTIONS(3234), + [sym_bin_literal] = ACTIONS(3234), + [anon_sym_true] = ACTIONS(3230), + [anon_sym_false] = ACTIONS(3230), + [anon_sym_SQUOTE] = ACTIONS(3234), + [sym__backtick_identifier] = ACTIONS(3234), + [sym__automatic_semicolon] = ACTIONS(3234), + [sym_safe_nav] = ACTIONS(3234), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3234), }, - [620] = { - [sym_property_delegate] = STATE(664), - [sym_getter] = STATE(3334), - [sym_setter] = STATE(3334), - [sym_modifiers] = STATE(8834), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1694), + [626] = { + [sym_property_delegate] = STATE(692), + [sym_getter] = STATE(1155), + [sym_setter] = STATE(1155), + [sym_modifiers] = STATE(8715), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1752), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1696), - [anon_sym_as] = ACTIONS(1694), - [anon_sym_EQ] = ACTIONS(3362), - [anon_sym_LBRACE] = ACTIONS(1696), - [anon_sym_RBRACE] = ACTIONS(1696), - [anon_sym_LPAREN] = ACTIONS(1696), - [anon_sym_COMMA] = ACTIONS(1696), - [anon_sym_by] = ACTIONS(3364), - [anon_sym_LT] = ACTIONS(1694), - [anon_sym_GT] = ACTIONS(1694), - [anon_sym_where] = ACTIONS(1694), - [anon_sym_object] = ACTIONS(1694), - [anon_sym_fun] = ACTIONS(1694), - [anon_sym_DOT] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(1938), - [anon_sym_get] = ACTIONS(3366), - [anon_sym_set] = ACTIONS(3368), - [anon_sym_this] = ACTIONS(1694), - [anon_sym_super] = ACTIONS(1694), - [anon_sym_STAR] = ACTIONS(1696), - [sym_label] = ACTIONS(1694), - [anon_sym_in] = ACTIONS(1694), - [anon_sym_DOT_DOT] = ACTIONS(1696), - [anon_sym_QMARK_COLON] = ACTIONS(1696), - [anon_sym_AMP_AMP] = ACTIONS(1696), - [anon_sym_PIPE_PIPE] = ACTIONS(1696), - [anon_sym_null] = ACTIONS(1694), - [anon_sym_if] = ACTIONS(1694), - [anon_sym_else] = ACTIONS(1694), - [anon_sym_when] = ACTIONS(1694), - [anon_sym_try] = ACTIONS(1694), - [anon_sym_throw] = ACTIONS(1694), - [anon_sym_return] = ACTIONS(1694), - [anon_sym_continue] = ACTIONS(1694), - [anon_sym_break] = ACTIONS(1694), - [anon_sym_COLON_COLON] = ACTIONS(1696), - [anon_sym_BANG_EQ] = ACTIONS(1694), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), - [anon_sym_EQ_EQ] = ACTIONS(1694), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), - [anon_sym_LT_EQ] = ACTIONS(1696), - [anon_sym_GT_EQ] = ACTIONS(1696), - [anon_sym_BANGin] = ACTIONS(1696), - [anon_sym_is] = ACTIONS(1694), - [anon_sym_BANGis] = ACTIONS(1696), - [anon_sym_PLUS] = ACTIONS(1694), - [anon_sym_DASH] = ACTIONS(1694), - [anon_sym_SLASH] = ACTIONS(1694), - [anon_sym_PERCENT] = ACTIONS(1696), - [anon_sym_as_QMARK] = ACTIONS(1696), - [anon_sym_PLUS_PLUS] = ACTIONS(1696), - [anon_sym_DASH_DASH] = ACTIONS(1696), - [anon_sym_BANG] = ACTIONS(1694), - [anon_sym_BANG_BANG] = ACTIONS(1696), + [anon_sym_LBRACK] = ACTIONS(1754), + [anon_sym_as] = ACTIONS(1752), + [anon_sym_EQ] = ACTIONS(3364), + [anon_sym_LBRACE] = ACTIONS(1754), + [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_LPAREN] = ACTIONS(1754), + [anon_sym_COMMA] = ACTIONS(1754), + [anon_sym_by] = ACTIONS(3366), + [anon_sym_LT] = ACTIONS(1752), + [anon_sym_GT] = ACTIONS(1752), + [anon_sym_where] = ACTIONS(1752), + [anon_sym_object] = ACTIONS(1752), + [anon_sym_fun] = ACTIONS(1752), + [anon_sym_DOT] = ACTIONS(1752), + [anon_sym_SEMI] = ACTIONS(1912), + [anon_sym_get] = ACTIONS(3368), + [anon_sym_set] = ACTIONS(3370), + [anon_sym_this] = ACTIONS(1752), + [anon_sym_super] = ACTIONS(1752), + [anon_sym_STAR] = ACTIONS(1754), + [sym_label] = ACTIONS(1752), + [anon_sym_in] = ACTIONS(1752), + [anon_sym_DOT_DOT] = ACTIONS(1754), + [anon_sym_QMARK_COLON] = ACTIONS(1754), + [anon_sym_AMP_AMP] = ACTIONS(1754), + [anon_sym_PIPE_PIPE] = ACTIONS(1754), + [anon_sym_null] = ACTIONS(1752), + [anon_sym_if] = ACTIONS(1752), + [anon_sym_else] = ACTIONS(1752), + [anon_sym_when] = ACTIONS(1752), + [anon_sym_try] = ACTIONS(1752), + [anon_sym_throw] = ACTIONS(1752), + [anon_sym_return] = ACTIONS(1752), + [anon_sym_continue] = ACTIONS(1752), + [anon_sym_break] = ACTIONS(1752), + [anon_sym_COLON_COLON] = ACTIONS(1754), + [anon_sym_BANG_EQ] = ACTIONS(1752), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), + [anon_sym_EQ_EQ] = ACTIONS(1752), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), + [anon_sym_LT_EQ] = ACTIONS(1754), + [anon_sym_GT_EQ] = ACTIONS(1754), + [anon_sym_BANGin] = ACTIONS(1754), + [anon_sym_is] = ACTIONS(1752), + [anon_sym_BANGis] = ACTIONS(1754), + [anon_sym_PLUS] = ACTIONS(1752), + [anon_sym_DASH] = ACTIONS(1752), + [anon_sym_SLASH] = ACTIONS(1752), + [anon_sym_PERCENT] = ACTIONS(1754), + [anon_sym_as_QMARK] = ACTIONS(1754), + [anon_sym_PLUS_PLUS] = ACTIONS(1754), + [anon_sym_DASH_DASH] = ACTIONS(1754), + [anon_sym_BANG] = ACTIONS(1752), + [anon_sym_BANG_BANG] = ACTIONS(1754), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -110233,98 +111031,328 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1696), - [anon_sym_continue_AT] = ACTIONS(1696), - [anon_sym_break_AT] = ACTIONS(1696), - [sym_real_literal] = ACTIONS(1696), - [sym_integer_literal] = ACTIONS(1694), - [sym_hex_literal] = ACTIONS(1696), - [sym_bin_literal] = ACTIONS(1696), - [anon_sym_true] = ACTIONS(1694), - [anon_sym_false] = ACTIONS(1694), - [anon_sym_SQUOTE] = ACTIONS(1696), - [sym__backtick_identifier] = ACTIONS(1696), - [sym__automatic_semicolon] = ACTIONS(1696), - [sym_safe_nav] = ACTIONS(1696), + [anon_sym_return_AT] = ACTIONS(1754), + [anon_sym_continue_AT] = ACTIONS(1754), + [anon_sym_break_AT] = ACTIONS(1754), + [sym_real_literal] = ACTIONS(1754), + [sym_integer_literal] = ACTIONS(1752), + [sym_hex_literal] = ACTIONS(1754), + [sym_bin_literal] = ACTIONS(1754), + [anon_sym_true] = ACTIONS(1752), + [anon_sym_false] = ACTIONS(1752), + [anon_sym_SQUOTE] = ACTIONS(1754), + [sym__backtick_identifier] = ACTIONS(1754), + [sym__automatic_semicolon] = ACTIONS(1754), + [sym_safe_nav] = ACTIONS(1754), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1696), + [sym__string_start] = ACTIONS(1754), }, - [621] = { - [sym_type_constraints] = STATE(648), - [sym_property_delegate] = STATE(746), - [sym_getter] = STATE(1052), - [sym_setter] = STATE(1052), - [sym_modifiers] = STATE(8560), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1764), + [627] = { + [sym_property_delegate] = STATE(696), + [sym_getter] = STATE(1142), + [sym_setter] = STATE(1142), + [sym_modifiers] = STATE(8715), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1766), - [anon_sym_as] = ACTIONS(1764), - [anon_sym_EQ] = ACTIONS(3538), - [anon_sym_LBRACE] = ACTIONS(1766), - [anon_sym_RBRACE] = ACTIONS(1766), - [anon_sym_LPAREN] = ACTIONS(1766), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_EQ] = ACTIONS(3444), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_COMMA] = ACTIONS(3280), + [anon_sym_by] = ACTIONS(3366), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_where] = ACTIONS(3278), + [anon_sym_object] = ACTIONS(3278), + [anon_sym_fun] = ACTIONS(3278), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(3446), + [anon_sym_get] = ACTIONS(3368), + [anon_sym_set] = ACTIONS(3370), + [anon_sym_this] = ACTIONS(3278), + [anon_sym_super] = ACTIONS(3278), + [anon_sym_STAR] = ACTIONS(3280), + [sym_label] = ACTIONS(3278), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_null] = ACTIONS(3278), + [anon_sym_if] = ACTIONS(3278), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_when] = ACTIONS(3278), + [anon_sym_try] = ACTIONS(3278), + [anon_sym_throw] = ACTIONS(3278), + [anon_sym_return] = ACTIONS(3278), + [anon_sym_continue] = ACTIONS(3278), + [anon_sym_break] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG] = ACTIONS(3278), + [anon_sym_BANG_BANG] = ACTIONS(3280), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3280), + [anon_sym_continue_AT] = ACTIONS(3280), + [anon_sym_break_AT] = ACTIONS(3280), + [sym_real_literal] = ACTIONS(3280), + [sym_integer_literal] = ACTIONS(3278), + [sym_hex_literal] = ACTIONS(3280), + [sym_bin_literal] = ACTIONS(3280), + [anon_sym_true] = ACTIONS(3278), + [anon_sym_false] = ACTIONS(3278), + [anon_sym_SQUOTE] = ACTIONS(3280), + [sym__backtick_identifier] = ACTIONS(3280), + [sym__automatic_semicolon] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3280), + }, + [628] = { + [sym_primary_constructor] = STATE(1388), + [sym__class_parameters] = STATE(976), + [sym_type_constraints] = STATE(989), + [sym_enum_class_body] = STATE(1038), + [sym_modifiers] = STATE(9192), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3212), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_COLON] = ACTIONS(3548), + [anon_sym_LBRACK] = ACTIONS(3216), + [anon_sym_as] = ACTIONS(3212), + [anon_sym_constructor] = ACTIONS(3154), + [anon_sym_LBRACE] = ACTIONS(3156), + [anon_sym_RBRACE] = ACTIONS(3216), + [anon_sym_LPAREN] = ACTIONS(3158), + [anon_sym_LT] = ACTIONS(3212), + [anon_sym_GT] = ACTIONS(3212), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(3212), + [anon_sym_fun] = ACTIONS(3212), + [anon_sym_DOT] = ACTIONS(3212), + [anon_sym_SEMI] = ACTIONS(3216), + [anon_sym_get] = ACTIONS(3212), + [anon_sym_set] = ACTIONS(3212), + [anon_sym_this] = ACTIONS(3212), + [anon_sym_super] = ACTIONS(3212), + [anon_sym_STAR] = ACTIONS(3216), + [sym_label] = ACTIONS(3212), + [anon_sym_in] = ACTIONS(3212), + [anon_sym_DOT_DOT] = ACTIONS(3216), + [anon_sym_QMARK_COLON] = ACTIONS(3216), + [anon_sym_AMP_AMP] = ACTIONS(3216), + [anon_sym_PIPE_PIPE] = ACTIONS(3216), + [anon_sym_null] = ACTIONS(3212), + [anon_sym_if] = ACTIONS(3212), + [anon_sym_else] = ACTIONS(3212), + [anon_sym_when] = ACTIONS(3212), + [anon_sym_try] = ACTIONS(3212), + [anon_sym_throw] = ACTIONS(3212), + [anon_sym_return] = ACTIONS(3212), + [anon_sym_continue] = ACTIONS(3212), + [anon_sym_break] = ACTIONS(3212), + [anon_sym_COLON_COLON] = ACTIONS(3216), + [anon_sym_BANG_EQ] = ACTIONS(3212), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3216), + [anon_sym_EQ_EQ] = ACTIONS(3212), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3216), + [anon_sym_LT_EQ] = ACTIONS(3216), + [anon_sym_GT_EQ] = ACTIONS(3216), + [anon_sym_BANGin] = ACTIONS(3216), + [anon_sym_is] = ACTIONS(3212), + [anon_sym_BANGis] = ACTIONS(3216), + [anon_sym_PLUS] = ACTIONS(3212), + [anon_sym_DASH] = ACTIONS(3212), + [anon_sym_SLASH] = ACTIONS(3212), + [anon_sym_PERCENT] = ACTIONS(3216), + [anon_sym_as_QMARK] = ACTIONS(3216), + [anon_sym_PLUS_PLUS] = ACTIONS(3216), + [anon_sym_DASH_DASH] = ACTIONS(3216), + [anon_sym_BANG] = ACTIONS(3212), + [anon_sym_BANG_BANG] = ACTIONS(3216), + [anon_sym_suspend] = ACTIONS(3120), + [anon_sym_sealed] = ACTIONS(3122), + [anon_sym_annotation] = ACTIONS(3122), + [anon_sym_data] = ACTIONS(3122), + [anon_sym_inner] = ACTIONS(3122), + [anon_sym_override] = ACTIONS(3124), + [anon_sym_lateinit] = ACTIONS(3124), + [anon_sym_public] = ACTIONS(3126), + [anon_sym_private] = ACTIONS(3126), + [anon_sym_internal] = ACTIONS(3126), + [anon_sym_protected] = ACTIONS(3126), + [anon_sym_tailrec] = ACTIONS(3120), + [anon_sym_operator] = ACTIONS(3120), + [anon_sym_infix] = ACTIONS(3120), + [anon_sym_inline] = ACTIONS(3120), + [anon_sym_external] = ACTIONS(3120), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3130), + [anon_sym_final] = ACTIONS(3130), + [anon_sym_open] = ACTIONS(3130), + [anon_sym_vararg] = ACTIONS(3132), + [anon_sym_noinline] = ACTIONS(3132), + [anon_sym_crossinline] = ACTIONS(3132), + [anon_sym_expect] = ACTIONS(3134), + [anon_sym_actual] = ACTIONS(3134), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3216), + [anon_sym_continue_AT] = ACTIONS(3216), + [anon_sym_break_AT] = ACTIONS(3216), + [sym_real_literal] = ACTIONS(3216), + [sym_integer_literal] = ACTIONS(3212), + [sym_hex_literal] = ACTIONS(3216), + [sym_bin_literal] = ACTIONS(3216), + [anon_sym_true] = ACTIONS(3212), + [anon_sym_false] = ACTIONS(3212), + [anon_sym_SQUOTE] = ACTIONS(3216), + [sym__backtick_identifier] = ACTIONS(3216), + [sym__automatic_semicolon] = ACTIONS(3216), + [sym_safe_nav] = ACTIONS(3216), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3216), + }, + [629] = { + [sym_type_constraints] = STATE(657), + [sym_property_delegate] = STATE(732), + [sym_getter] = STATE(1155), + [sym_setter] = STATE(1155), + [sym_modifiers] = STATE(8753), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1752), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1754), + [anon_sym_as] = ACTIONS(1752), + [anon_sym_EQ] = ACTIONS(3550), + [anon_sym_LBRACE] = ACTIONS(1754), + [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_LPAREN] = ACTIONS(1754), [anon_sym_by] = ACTIONS(3510), - [anon_sym_LT] = ACTIONS(1764), - [anon_sym_GT] = ACTIONS(1764), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(1764), - [anon_sym_fun] = ACTIONS(1764), - [anon_sym_DOT] = ACTIONS(1764), - [anon_sym_SEMI] = ACTIONS(1978), - [anon_sym_get] = ACTIONS(3524), - [anon_sym_set] = ACTIONS(3526), - [anon_sym_this] = ACTIONS(1764), - [anon_sym_super] = ACTIONS(1764), - [anon_sym_STAR] = ACTIONS(1766), - [sym_label] = ACTIONS(1764), - [anon_sym_in] = ACTIONS(1764), - [anon_sym_DOT_DOT] = ACTIONS(1766), - [anon_sym_QMARK_COLON] = ACTIONS(1766), - [anon_sym_AMP_AMP] = ACTIONS(1766), - [anon_sym_PIPE_PIPE] = ACTIONS(1766), - [anon_sym_null] = ACTIONS(1764), - [anon_sym_if] = ACTIONS(1764), - [anon_sym_else] = ACTIONS(1764), - [anon_sym_when] = ACTIONS(1764), - [anon_sym_try] = ACTIONS(1764), - [anon_sym_throw] = ACTIONS(1764), - [anon_sym_return] = ACTIONS(1764), - [anon_sym_continue] = ACTIONS(1764), - [anon_sym_break] = ACTIONS(1764), - [anon_sym_COLON_COLON] = ACTIONS(1766), - [anon_sym_BANG_EQ] = ACTIONS(1764), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), - [anon_sym_EQ_EQ] = ACTIONS(1764), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1766), - [anon_sym_LT_EQ] = ACTIONS(1766), - [anon_sym_GT_EQ] = ACTIONS(1766), - [anon_sym_BANGin] = ACTIONS(1766), - [anon_sym_is] = ACTIONS(1764), - [anon_sym_BANGis] = ACTIONS(1766), - [anon_sym_PLUS] = ACTIONS(1764), - [anon_sym_DASH] = ACTIONS(1764), - [anon_sym_SLASH] = ACTIONS(1764), - [anon_sym_PERCENT] = ACTIONS(1766), - [anon_sym_as_QMARK] = ACTIONS(1766), - [anon_sym_PLUS_PLUS] = ACTIONS(1766), - [anon_sym_DASH_DASH] = ACTIONS(1766), - [anon_sym_BANG] = ACTIONS(1764), - [anon_sym_BANG_BANG] = ACTIONS(1766), + [anon_sym_LT] = ACTIONS(1752), + [anon_sym_GT] = ACTIONS(1752), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(1752), + [anon_sym_fun] = ACTIONS(1752), + [anon_sym_DOT] = ACTIONS(1752), + [anon_sym_SEMI] = ACTIONS(2012), + [anon_sym_get] = ACTIONS(3512), + [anon_sym_set] = ACTIONS(3514), + [anon_sym_this] = ACTIONS(1752), + [anon_sym_super] = ACTIONS(1752), + [anon_sym_STAR] = ACTIONS(1754), + [sym_label] = ACTIONS(1752), + [anon_sym_in] = ACTIONS(1752), + [anon_sym_DOT_DOT] = ACTIONS(1754), + [anon_sym_QMARK_COLON] = ACTIONS(1754), + [anon_sym_AMP_AMP] = ACTIONS(1754), + [anon_sym_PIPE_PIPE] = ACTIONS(1754), + [anon_sym_null] = ACTIONS(1752), + [anon_sym_if] = ACTIONS(1752), + [anon_sym_else] = ACTIONS(1752), + [anon_sym_when] = ACTIONS(1752), + [anon_sym_try] = ACTIONS(1752), + [anon_sym_throw] = ACTIONS(1752), + [anon_sym_return] = ACTIONS(1752), + [anon_sym_continue] = ACTIONS(1752), + [anon_sym_break] = ACTIONS(1752), + [anon_sym_COLON_COLON] = ACTIONS(1754), + [anon_sym_BANG_EQ] = ACTIONS(1752), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), + [anon_sym_EQ_EQ] = ACTIONS(1752), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), + [anon_sym_LT_EQ] = ACTIONS(1754), + [anon_sym_GT_EQ] = ACTIONS(1754), + [anon_sym_BANGin] = ACTIONS(1754), + [anon_sym_is] = ACTIONS(1752), + [anon_sym_BANGis] = ACTIONS(1754), + [anon_sym_PLUS] = ACTIONS(1752), + [anon_sym_DASH] = ACTIONS(1752), + [anon_sym_SLASH] = ACTIONS(1752), + [anon_sym_PERCENT] = ACTIONS(1754), + [anon_sym_as_QMARK] = ACTIONS(1754), + [anon_sym_PLUS_PLUS] = ACTIONS(1754), + [anon_sym_DASH_DASH] = ACTIONS(1754), + [anon_sym_BANG] = ACTIONS(1752), + [anon_sym_BANG_BANG] = ACTIONS(1754), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -110348,52 +111376,167 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1766), - [anon_sym_continue_AT] = ACTIONS(1766), - [anon_sym_break_AT] = ACTIONS(1766), - [sym_real_literal] = ACTIONS(1766), - [sym_integer_literal] = ACTIONS(1764), - [sym_hex_literal] = ACTIONS(1766), - [sym_bin_literal] = ACTIONS(1766), - [anon_sym_true] = ACTIONS(1764), - [anon_sym_false] = ACTIONS(1764), - [anon_sym_SQUOTE] = ACTIONS(1766), - [sym__backtick_identifier] = ACTIONS(1766), - [sym__automatic_semicolon] = ACTIONS(1766), - [sym_safe_nav] = ACTIONS(1766), + [anon_sym_return_AT] = ACTIONS(1754), + [anon_sym_continue_AT] = ACTIONS(1754), + [anon_sym_break_AT] = ACTIONS(1754), + [sym_real_literal] = ACTIONS(1754), + [sym_integer_literal] = ACTIONS(1752), + [sym_hex_literal] = ACTIONS(1754), + [sym_bin_literal] = ACTIONS(1754), + [anon_sym_true] = ACTIONS(1752), + [anon_sym_false] = ACTIONS(1752), + [anon_sym_SQUOTE] = ACTIONS(1754), + [sym__backtick_identifier] = ACTIONS(1754), + [sym__automatic_semicolon] = ACTIONS(1754), + [sym_safe_nav] = ACTIONS(1754), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1766), + [sym__string_start] = ACTIONS(1754), }, - [622] = { - [sym_property_delegate] = STATE(688), - [sym_getter] = STATE(1069), - [sym_setter] = STATE(1069), - [sym_modifiers] = STATE(8806), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [630] = { + [sym_primary_constructor] = STATE(3915), + [sym_class_body] = STATE(3472), + [sym__class_parameters] = STATE(3113), + [sym_type_constraints] = STATE(3016), + [sym_modifiers] = STATE(9209), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3196), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_COLON] = ACTIONS(3552), + [anon_sym_LBRACK] = ACTIONS(3200), + [anon_sym_as] = ACTIONS(3196), + [anon_sym_constructor] = ACTIONS(3110), + [anon_sym_LBRACE] = ACTIONS(3144), + [anon_sym_RBRACE] = ACTIONS(3200), + [anon_sym_LPAREN] = ACTIONS(3114), + [anon_sym_LT] = ACTIONS(3196), + [anon_sym_GT] = ACTIONS(3196), + [anon_sym_where] = ACTIONS(3118), + [anon_sym_object] = ACTIONS(3196), + [anon_sym_fun] = ACTIONS(3196), + [anon_sym_DOT] = ACTIONS(3196), + [anon_sym_SEMI] = ACTIONS(3200), + [anon_sym_get] = ACTIONS(3196), + [anon_sym_set] = ACTIONS(3196), + [anon_sym_this] = ACTIONS(3196), + [anon_sym_super] = ACTIONS(3196), + [anon_sym_STAR] = ACTIONS(3200), + [sym_label] = ACTIONS(3196), + [anon_sym_in] = ACTIONS(3196), + [anon_sym_DOT_DOT] = ACTIONS(3200), + [anon_sym_QMARK_COLON] = ACTIONS(3200), + [anon_sym_AMP_AMP] = ACTIONS(3200), + [anon_sym_PIPE_PIPE] = ACTIONS(3200), + [anon_sym_null] = ACTIONS(3196), + [anon_sym_if] = ACTIONS(3196), + [anon_sym_else] = ACTIONS(3196), + [anon_sym_when] = ACTIONS(3196), + [anon_sym_try] = ACTIONS(3196), + [anon_sym_throw] = ACTIONS(3196), + [anon_sym_return] = ACTIONS(3196), + [anon_sym_continue] = ACTIONS(3196), + [anon_sym_break] = ACTIONS(3196), + [anon_sym_COLON_COLON] = ACTIONS(3200), + [anon_sym_BANG_EQ] = ACTIONS(3196), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3200), + [anon_sym_EQ_EQ] = ACTIONS(3196), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3200), + [anon_sym_LT_EQ] = ACTIONS(3200), + [anon_sym_GT_EQ] = ACTIONS(3200), + [anon_sym_BANGin] = ACTIONS(3200), + [anon_sym_is] = ACTIONS(3196), + [anon_sym_BANGis] = ACTIONS(3200), + [anon_sym_PLUS] = ACTIONS(3196), + [anon_sym_DASH] = ACTIONS(3196), + [anon_sym_SLASH] = ACTIONS(3196), + [anon_sym_PERCENT] = ACTIONS(3200), + [anon_sym_as_QMARK] = ACTIONS(3200), + [anon_sym_PLUS_PLUS] = ACTIONS(3200), + [anon_sym_DASH_DASH] = ACTIONS(3200), + [anon_sym_BANG] = ACTIONS(3196), + [anon_sym_BANG_BANG] = ACTIONS(3200), + [anon_sym_suspend] = ACTIONS(3120), + [anon_sym_sealed] = ACTIONS(3122), + [anon_sym_annotation] = ACTIONS(3122), + [anon_sym_data] = ACTIONS(3122), + [anon_sym_inner] = ACTIONS(3122), + [anon_sym_override] = ACTIONS(3124), + [anon_sym_lateinit] = ACTIONS(3124), + [anon_sym_public] = ACTIONS(3126), + [anon_sym_private] = ACTIONS(3126), + [anon_sym_internal] = ACTIONS(3126), + [anon_sym_protected] = ACTIONS(3126), + [anon_sym_tailrec] = ACTIONS(3120), + [anon_sym_operator] = ACTIONS(3120), + [anon_sym_infix] = ACTIONS(3120), + [anon_sym_inline] = ACTIONS(3120), + [anon_sym_external] = ACTIONS(3120), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3130), + [anon_sym_final] = ACTIONS(3130), + [anon_sym_open] = ACTIONS(3130), + [anon_sym_vararg] = ACTIONS(3132), + [anon_sym_noinline] = ACTIONS(3132), + [anon_sym_crossinline] = ACTIONS(3132), + [anon_sym_expect] = ACTIONS(3134), + [anon_sym_actual] = ACTIONS(3134), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3200), + [anon_sym_continue_AT] = ACTIONS(3200), + [anon_sym_break_AT] = ACTIONS(3200), + [sym_real_literal] = ACTIONS(3200), + [sym_integer_literal] = ACTIONS(3196), + [sym_hex_literal] = ACTIONS(3200), + [sym_bin_literal] = ACTIONS(3200), + [anon_sym_true] = ACTIONS(3196), + [anon_sym_false] = ACTIONS(3196), + [anon_sym_SQUOTE] = ACTIONS(3200), + [sym__backtick_identifier] = ACTIONS(3200), + [sym__automatic_semicolon] = ACTIONS(3200), + [sym_safe_nav] = ACTIONS(3200), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3200), + }, + [631] = { + [sym_property_delegate] = STATE(694), + [sym_getter] = STATE(1182), + [sym_setter] = STATE(1182), + [sym_modifiers] = STATE(8715), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1694), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1696), [anon_sym_as] = ACTIONS(1694), - [anon_sym_EQ] = ACTIONS(3458), + [anon_sym_EQ] = ACTIONS(3442), [anon_sym_LBRACE] = ACTIONS(1696), [anon_sym_RBRACE] = ACTIONS(1696), [anon_sym_LPAREN] = ACTIONS(1696), [anon_sym_COMMA] = ACTIONS(1696), - [anon_sym_by] = ACTIONS(3364), + [anon_sym_by] = ACTIONS(3366), [anon_sym_LT] = ACTIONS(1694), [anon_sym_GT] = ACTIONS(1694), [anon_sym_where] = ACTIONS(1694), @@ -110401,8 +111544,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_fun] = ACTIONS(1694), [anon_sym_DOT] = ACTIONS(1694), [anon_sym_SEMI] = ACTIONS(1910), - [anon_sym_get] = ACTIONS(3432), - [anon_sym_set] = ACTIONS(3434), + [anon_sym_get] = ACTIONS(3368), + [anon_sym_set] = ACTIONS(3370), [anon_sym_this] = ACTIONS(1694), [anon_sym_super] = ACTIONS(1694), [anon_sym_STAR] = ACTIONS(1696), @@ -110463,8 +111606,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(1696), [anon_sym_continue_AT] = ACTIONS(1696), @@ -110482,539 +111625,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(1696), }, - [623] = { - [sym_primary_constructor] = STATE(3907), - [sym__class_parameters] = STATE(3036), - [sym_type_constraints] = STATE(3031), - [sym_enum_class_body] = STATE(3366), - [sym_modifiers] = STATE(9011), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3190), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(3540), - [anon_sym_LBRACK] = ACTIONS(3194), - [anon_sym_as] = ACTIONS(3190), - [anon_sym_constructor] = ACTIONS(3110), - [anon_sym_LBRACE] = ACTIONS(3152), - [anon_sym_RBRACE] = ACTIONS(3194), - [anon_sym_LPAREN] = ACTIONS(3114), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3190), - [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(3190), - [anon_sym_fun] = ACTIONS(3190), - [anon_sym_DOT] = ACTIONS(3190), - [anon_sym_SEMI] = ACTIONS(3194), - [anon_sym_get] = ACTIONS(3190), - [anon_sym_set] = ACTIONS(3190), - [anon_sym_this] = ACTIONS(3190), - [anon_sym_super] = ACTIONS(3190), - [anon_sym_STAR] = ACTIONS(3194), - [sym_label] = ACTIONS(3190), - [anon_sym_in] = ACTIONS(3190), - [anon_sym_DOT_DOT] = ACTIONS(3194), - [anon_sym_QMARK_COLON] = ACTIONS(3194), - [anon_sym_AMP_AMP] = ACTIONS(3194), - [anon_sym_PIPE_PIPE] = ACTIONS(3194), - [anon_sym_null] = ACTIONS(3190), - [anon_sym_if] = ACTIONS(3190), - [anon_sym_else] = ACTIONS(3190), - [anon_sym_when] = ACTIONS(3190), - [anon_sym_try] = ACTIONS(3190), - [anon_sym_throw] = ACTIONS(3190), - [anon_sym_return] = ACTIONS(3190), - [anon_sym_continue] = ACTIONS(3190), - [anon_sym_break] = ACTIONS(3190), - [anon_sym_COLON_COLON] = ACTIONS(3194), - [anon_sym_BANG_EQ] = ACTIONS(3190), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3194), - [anon_sym_EQ_EQ] = ACTIONS(3190), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3194), - [anon_sym_LT_EQ] = ACTIONS(3194), - [anon_sym_GT_EQ] = ACTIONS(3194), - [anon_sym_BANGin] = ACTIONS(3194), - [anon_sym_is] = ACTIONS(3190), - [anon_sym_BANGis] = ACTIONS(3194), - [anon_sym_PLUS] = ACTIONS(3190), - [anon_sym_DASH] = ACTIONS(3190), - [anon_sym_SLASH] = ACTIONS(3190), - [anon_sym_PERCENT] = ACTIONS(3194), - [anon_sym_as_QMARK] = ACTIONS(3194), - [anon_sym_PLUS_PLUS] = ACTIONS(3194), - [anon_sym_DASH_DASH] = ACTIONS(3194), - [anon_sym_BANG] = ACTIONS(3190), - [anon_sym_BANG_BANG] = ACTIONS(3194), - [anon_sym_suspend] = ACTIONS(3120), - [anon_sym_sealed] = ACTIONS(3122), - [anon_sym_annotation] = ACTIONS(3122), - [anon_sym_data] = ACTIONS(3122), - [anon_sym_inner] = ACTIONS(3122), - [anon_sym_override] = ACTIONS(3124), - [anon_sym_lateinit] = ACTIONS(3124), - [anon_sym_public] = ACTIONS(3126), - [anon_sym_private] = ACTIONS(3126), - [anon_sym_internal] = ACTIONS(3126), - [anon_sym_protected] = ACTIONS(3126), - [anon_sym_tailrec] = ACTIONS(3120), - [anon_sym_operator] = ACTIONS(3120), - [anon_sym_infix] = ACTIONS(3120), - [anon_sym_inline] = ACTIONS(3120), - [anon_sym_external] = ACTIONS(3120), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(3130), - [anon_sym_final] = ACTIONS(3130), - [anon_sym_open] = ACTIONS(3130), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3134), - [anon_sym_actual] = ACTIONS(3134), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3194), - [anon_sym_continue_AT] = ACTIONS(3194), - [anon_sym_break_AT] = ACTIONS(3194), - [sym_real_literal] = ACTIONS(3194), - [sym_integer_literal] = ACTIONS(3190), - [sym_hex_literal] = ACTIONS(3194), - [sym_bin_literal] = ACTIONS(3194), - [anon_sym_true] = ACTIONS(3190), - [anon_sym_false] = ACTIONS(3190), - [anon_sym_SQUOTE] = ACTIONS(3194), - [sym__backtick_identifier] = ACTIONS(3194), - [sym__automatic_semicolon] = ACTIONS(3194), - [sym_safe_nav] = ACTIONS(3194), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3194), - }, - [624] = { - [sym_property_delegate] = STATE(659), - [sym_getter] = STATE(1107), - [sym_setter] = STATE(1107), - [sym_modifiers] = STATE(8806), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_EQ] = ACTIONS(3494), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_COMMA] = ACTIONS(3256), - [anon_sym_by] = ACTIONS(3364), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_where] = ACTIONS(3254), - [anon_sym_object] = ACTIONS(3254), - [anon_sym_fun] = ACTIONS(3254), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(3496), - [anon_sym_get] = ACTIONS(3432), - [anon_sym_set] = ACTIONS(3434), - [anon_sym_this] = ACTIONS(3254), - [anon_sym_super] = ACTIONS(3254), - [anon_sym_STAR] = ACTIONS(3256), - [sym_label] = ACTIONS(3254), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_null] = ACTIONS(3254), - [anon_sym_if] = ACTIONS(3254), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_when] = ACTIONS(3254), - [anon_sym_try] = ACTIONS(3254), - [anon_sym_throw] = ACTIONS(3254), - [anon_sym_return] = ACTIONS(3254), - [anon_sym_continue] = ACTIONS(3254), - [anon_sym_break] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3256), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG] = ACTIONS(3254), - [anon_sym_BANG_BANG] = ACTIONS(3256), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3256), - [anon_sym_continue_AT] = ACTIONS(3256), - [anon_sym_break_AT] = ACTIONS(3256), - [sym_real_literal] = ACTIONS(3256), - [sym_integer_literal] = ACTIONS(3254), - [sym_hex_literal] = ACTIONS(3256), - [sym_bin_literal] = ACTIONS(3256), - [anon_sym_true] = ACTIONS(3254), - [anon_sym_false] = ACTIONS(3254), - [anon_sym_SQUOTE] = ACTIONS(3256), - [sym__backtick_identifier] = ACTIONS(3256), - [sym__automatic_semicolon] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3256), - }, - [625] = { - [sym_type_constraints] = STATE(638), - [sym_property_delegate] = STATE(724), - [sym_getter] = STATE(1069), - [sym_setter] = STATE(1069), - [sym_modifiers] = STATE(8560), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1694), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1696), - [anon_sym_as] = ACTIONS(1694), - [anon_sym_EQ] = ACTIONS(3542), - [anon_sym_LBRACE] = ACTIONS(1696), - [anon_sym_RBRACE] = ACTIONS(1696), - [anon_sym_LPAREN] = ACTIONS(1696), - [anon_sym_by] = ACTIONS(3510), - [anon_sym_LT] = ACTIONS(1694), - [anon_sym_GT] = ACTIONS(1694), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(1694), - [anon_sym_fun] = ACTIONS(1694), - [anon_sym_DOT] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(1976), - [anon_sym_get] = ACTIONS(3524), - [anon_sym_set] = ACTIONS(3526), - [anon_sym_this] = ACTIONS(1694), - [anon_sym_super] = ACTIONS(1694), - [anon_sym_STAR] = ACTIONS(1696), - [sym_label] = ACTIONS(1694), - [anon_sym_in] = ACTIONS(1694), - [anon_sym_DOT_DOT] = ACTIONS(1696), - [anon_sym_QMARK_COLON] = ACTIONS(1696), - [anon_sym_AMP_AMP] = ACTIONS(1696), - [anon_sym_PIPE_PIPE] = ACTIONS(1696), - [anon_sym_null] = ACTIONS(1694), - [anon_sym_if] = ACTIONS(1694), - [anon_sym_else] = ACTIONS(1694), - [anon_sym_when] = ACTIONS(1694), - [anon_sym_try] = ACTIONS(1694), - [anon_sym_throw] = ACTIONS(1694), - [anon_sym_return] = ACTIONS(1694), - [anon_sym_continue] = ACTIONS(1694), - [anon_sym_break] = ACTIONS(1694), - [anon_sym_COLON_COLON] = ACTIONS(1696), - [anon_sym_BANG_EQ] = ACTIONS(1694), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), - [anon_sym_EQ_EQ] = ACTIONS(1694), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), - [anon_sym_LT_EQ] = ACTIONS(1696), - [anon_sym_GT_EQ] = ACTIONS(1696), - [anon_sym_BANGin] = ACTIONS(1696), - [anon_sym_is] = ACTIONS(1694), - [anon_sym_BANGis] = ACTIONS(1696), - [anon_sym_PLUS] = ACTIONS(1694), - [anon_sym_DASH] = ACTIONS(1694), - [anon_sym_SLASH] = ACTIONS(1694), - [anon_sym_PERCENT] = ACTIONS(1696), - [anon_sym_as_QMARK] = ACTIONS(1696), - [anon_sym_PLUS_PLUS] = ACTIONS(1696), - [anon_sym_DASH_DASH] = ACTIONS(1696), - [anon_sym_BANG] = ACTIONS(1694), - [anon_sym_BANG_BANG] = ACTIONS(1696), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1696), - [anon_sym_continue_AT] = ACTIONS(1696), - [anon_sym_break_AT] = ACTIONS(1696), - [sym_real_literal] = ACTIONS(1696), - [sym_integer_literal] = ACTIONS(1694), - [sym_hex_literal] = ACTIONS(1696), - [sym_bin_literal] = ACTIONS(1696), - [anon_sym_true] = ACTIONS(1694), - [anon_sym_false] = ACTIONS(1694), - [anon_sym_SQUOTE] = ACTIONS(1696), - [sym__backtick_identifier] = ACTIONS(1696), - [sym__automatic_semicolon] = ACTIONS(1696), - [sym_safe_nav] = ACTIONS(1696), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1696), - }, - [626] = { - [sym_type_constraints] = STATE(640), - [sym_property_delegate] = STATE(716), - [sym_getter] = STATE(3228), - [sym_setter] = STATE(3228), - [sym_modifiers] = STATE(8857), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1764), + [632] = { + [sym_type_constraints] = STATE(639), + [sym_property_delegate] = STATE(714), + [sym_getter] = STATE(1074), + [sym_setter] = STATE(1074), + [sym_modifiers] = STATE(8753), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3230), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1766), - [anon_sym_as] = ACTIONS(1764), - [anon_sym_EQ] = ACTIONS(3544), - [anon_sym_LBRACE] = ACTIONS(1766), - [anon_sym_RBRACE] = ACTIONS(1766), - [anon_sym_LPAREN] = ACTIONS(1766), + [anon_sym_LBRACK] = ACTIONS(3234), + [anon_sym_as] = ACTIONS(3230), + [anon_sym_EQ] = ACTIONS(3554), + [anon_sym_LBRACE] = ACTIONS(3234), + [anon_sym_RBRACE] = ACTIONS(3234), + [anon_sym_LPAREN] = ACTIONS(3234), [anon_sym_by] = ACTIONS(3510), - [anon_sym_LT] = ACTIONS(1764), - [anon_sym_GT] = ACTIONS(1764), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(1764), - [anon_sym_fun] = ACTIONS(1764), - [anon_sym_DOT] = ACTIONS(1764), - [anon_sym_SEMI] = ACTIONS(1980), - [anon_sym_get] = ACTIONS(3514), - [anon_sym_set] = ACTIONS(3516), - [anon_sym_this] = ACTIONS(1764), - [anon_sym_super] = ACTIONS(1764), - [anon_sym_STAR] = ACTIONS(1766), - [sym_label] = ACTIONS(1764), - [anon_sym_in] = ACTIONS(1764), - [anon_sym_DOT_DOT] = ACTIONS(1766), - [anon_sym_QMARK_COLON] = ACTIONS(1766), - [anon_sym_AMP_AMP] = ACTIONS(1766), - [anon_sym_PIPE_PIPE] = ACTIONS(1766), - [anon_sym_null] = ACTIONS(1764), - [anon_sym_if] = ACTIONS(1764), - [anon_sym_else] = ACTIONS(1764), - [anon_sym_when] = ACTIONS(1764), - [anon_sym_try] = ACTIONS(1764), - [anon_sym_throw] = ACTIONS(1764), - [anon_sym_return] = ACTIONS(1764), - [anon_sym_continue] = ACTIONS(1764), - [anon_sym_break] = ACTIONS(1764), - [anon_sym_COLON_COLON] = ACTIONS(1766), - [anon_sym_BANG_EQ] = ACTIONS(1764), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), - [anon_sym_EQ_EQ] = ACTIONS(1764), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1766), - [anon_sym_LT_EQ] = ACTIONS(1766), - [anon_sym_GT_EQ] = ACTIONS(1766), - [anon_sym_BANGin] = ACTIONS(1766), - [anon_sym_is] = ACTIONS(1764), - [anon_sym_BANGis] = ACTIONS(1766), - [anon_sym_PLUS] = ACTIONS(1764), - [anon_sym_DASH] = ACTIONS(1764), - [anon_sym_SLASH] = ACTIONS(1764), - [anon_sym_PERCENT] = ACTIONS(1766), - [anon_sym_as_QMARK] = ACTIONS(1766), - [anon_sym_PLUS_PLUS] = ACTIONS(1766), - [anon_sym_DASH_DASH] = ACTIONS(1766), - [anon_sym_BANG] = ACTIONS(1764), - [anon_sym_BANG_BANG] = ACTIONS(1766), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1766), - [anon_sym_continue_AT] = ACTIONS(1766), - [anon_sym_break_AT] = ACTIONS(1766), - [sym_real_literal] = ACTIONS(1766), - [sym_integer_literal] = ACTIONS(1764), - [sym_hex_literal] = ACTIONS(1766), - [sym_bin_literal] = ACTIONS(1766), - [anon_sym_true] = ACTIONS(1764), - [anon_sym_false] = ACTIONS(1764), - [anon_sym_SQUOTE] = ACTIONS(1766), - [sym__backtick_identifier] = ACTIONS(1766), - [sym__automatic_semicolon] = ACTIONS(1766), - [sym_safe_nav] = ACTIONS(1766), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1766), - }, - [627] = { - [sym_property_delegate] = STATE(690), - [sym_getter] = STATE(1143), - [sym_setter] = STATE(1143), - [sym_modifiers] = STATE(8806), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1770), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1772), - [anon_sym_as] = ACTIONS(1770), - [anon_sym_EQ] = ACTIONS(3546), - [anon_sym_LBRACE] = ACTIONS(1772), - [anon_sym_RBRACE] = ACTIONS(1772), - [anon_sym_LPAREN] = ACTIONS(1772), - [anon_sym_COMMA] = ACTIONS(1772), - [anon_sym_by] = ACTIONS(3364), - [anon_sym_LT] = ACTIONS(1770), - [anon_sym_GT] = ACTIONS(1770), - [anon_sym_where] = ACTIONS(1770), - [anon_sym_object] = ACTIONS(1770), - [anon_sym_fun] = ACTIONS(1770), - [anon_sym_DOT] = ACTIONS(1770), - [anon_sym_SEMI] = ACTIONS(1866), - [anon_sym_get] = ACTIONS(3432), - [anon_sym_set] = ACTIONS(3434), - [anon_sym_this] = ACTIONS(1770), - [anon_sym_super] = ACTIONS(1770), - [anon_sym_STAR] = ACTIONS(1772), - [sym_label] = ACTIONS(1770), - [anon_sym_in] = ACTIONS(1770), - [anon_sym_DOT_DOT] = ACTIONS(1772), - [anon_sym_QMARK_COLON] = ACTIONS(1772), - [anon_sym_AMP_AMP] = ACTIONS(1772), - [anon_sym_PIPE_PIPE] = ACTIONS(1772), - [anon_sym_null] = ACTIONS(1770), - [anon_sym_if] = ACTIONS(1770), - [anon_sym_else] = ACTIONS(1770), - [anon_sym_when] = ACTIONS(1770), - [anon_sym_try] = ACTIONS(1770), - [anon_sym_throw] = ACTIONS(1770), - [anon_sym_return] = ACTIONS(1770), - [anon_sym_continue] = ACTIONS(1770), - [anon_sym_break] = ACTIONS(1770), - [anon_sym_COLON_COLON] = ACTIONS(1772), - [anon_sym_BANG_EQ] = ACTIONS(1770), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1772), - [anon_sym_EQ_EQ] = ACTIONS(1770), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1772), - [anon_sym_LT_EQ] = ACTIONS(1772), - [anon_sym_GT_EQ] = ACTIONS(1772), - [anon_sym_BANGin] = ACTIONS(1772), - [anon_sym_is] = ACTIONS(1770), - [anon_sym_BANGis] = ACTIONS(1772), - [anon_sym_PLUS] = ACTIONS(1770), - [anon_sym_DASH] = ACTIONS(1770), - [anon_sym_SLASH] = ACTIONS(1770), - [anon_sym_PERCENT] = ACTIONS(1772), - [anon_sym_as_QMARK] = ACTIONS(1772), - [anon_sym_PLUS_PLUS] = ACTIONS(1772), - [anon_sym_DASH_DASH] = ACTIONS(1772), - [anon_sym_BANG] = ACTIONS(1770), - [anon_sym_BANG_BANG] = ACTIONS(1772), + [anon_sym_LT] = ACTIONS(3230), + [anon_sym_GT] = ACTIONS(3230), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(3230), + [anon_sym_fun] = ACTIONS(3230), + [anon_sym_DOT] = ACTIONS(3230), + [anon_sym_SEMI] = ACTIONS(3556), + [anon_sym_get] = ACTIONS(3512), + [anon_sym_set] = ACTIONS(3514), + [anon_sym_this] = ACTIONS(3230), + [anon_sym_super] = ACTIONS(3230), + [anon_sym_STAR] = ACTIONS(3234), + [sym_label] = ACTIONS(3230), + [anon_sym_in] = ACTIONS(3230), + [anon_sym_DOT_DOT] = ACTIONS(3234), + [anon_sym_QMARK_COLON] = ACTIONS(3234), + [anon_sym_AMP_AMP] = ACTIONS(3234), + [anon_sym_PIPE_PIPE] = ACTIONS(3234), + [anon_sym_null] = ACTIONS(3230), + [anon_sym_if] = ACTIONS(3230), + [anon_sym_else] = ACTIONS(3230), + [anon_sym_when] = ACTIONS(3230), + [anon_sym_try] = ACTIONS(3230), + [anon_sym_throw] = ACTIONS(3230), + [anon_sym_return] = ACTIONS(3230), + [anon_sym_continue] = ACTIONS(3230), + [anon_sym_break] = ACTIONS(3230), + [anon_sym_COLON_COLON] = ACTIONS(3234), + [anon_sym_BANG_EQ] = ACTIONS(3230), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3234), + [anon_sym_EQ_EQ] = ACTIONS(3230), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3234), + [anon_sym_LT_EQ] = ACTIONS(3234), + [anon_sym_GT_EQ] = ACTIONS(3234), + [anon_sym_BANGin] = ACTIONS(3234), + [anon_sym_is] = ACTIONS(3230), + [anon_sym_BANGis] = ACTIONS(3234), + [anon_sym_PLUS] = ACTIONS(3230), + [anon_sym_DASH] = ACTIONS(3230), + [anon_sym_SLASH] = ACTIONS(3230), + [anon_sym_PERCENT] = ACTIONS(3234), + [anon_sym_as_QMARK] = ACTIONS(3234), + [anon_sym_PLUS_PLUS] = ACTIONS(3234), + [anon_sym_DASH_DASH] = ACTIONS(3234), + [anon_sym_BANG] = ACTIONS(3230), + [anon_sym_BANG_BANG] = ACTIONS(3234), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -111038,213 +111721,98 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1772), - [anon_sym_continue_AT] = ACTIONS(1772), - [anon_sym_break_AT] = ACTIONS(1772), - [sym_real_literal] = ACTIONS(1772), - [sym_integer_literal] = ACTIONS(1770), - [sym_hex_literal] = ACTIONS(1772), - [sym_bin_literal] = ACTIONS(1772), - [anon_sym_true] = ACTIONS(1770), - [anon_sym_false] = ACTIONS(1770), - [anon_sym_SQUOTE] = ACTIONS(1772), - [sym__backtick_identifier] = ACTIONS(1772), - [sym__automatic_semicolon] = ACTIONS(1772), - [sym_safe_nav] = ACTIONS(1772), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1772), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3234), + [anon_sym_continue_AT] = ACTIONS(3234), + [anon_sym_break_AT] = ACTIONS(3234), + [sym_real_literal] = ACTIONS(3234), + [sym_integer_literal] = ACTIONS(3230), + [sym_hex_literal] = ACTIONS(3234), + [sym_bin_literal] = ACTIONS(3234), + [anon_sym_true] = ACTIONS(3230), + [anon_sym_false] = ACTIONS(3230), + [anon_sym_SQUOTE] = ACTIONS(3234), + [sym__backtick_identifier] = ACTIONS(3234), + [sym__automatic_semicolon] = ACTIONS(3234), + [sym_safe_nav] = ACTIONS(3234), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3234), }, - [628] = { - [sym_primary_constructor] = STATE(3922), - [sym__class_parameters] = STATE(3036), - [sym_type_constraints] = STATE(3090), - [sym_enum_class_body] = STATE(3190), - [sym_modifiers] = STATE(9011), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3204), + [633] = { + [sym_primary_constructor] = STATE(3906), + [sym_class_body] = STATE(3322), + [sym__class_parameters] = STATE(3113), + [sym_type_constraints] = STATE(3078), + [sym_modifiers] = STATE(9209), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3186), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(3548), - [anon_sym_LBRACK] = ACTIONS(3208), - [anon_sym_as] = ACTIONS(3204), + [anon_sym_COLON] = ACTIONS(3558), + [anon_sym_LBRACK] = ACTIONS(3190), + [anon_sym_as] = ACTIONS(3186), [anon_sym_constructor] = ACTIONS(3110), - [anon_sym_LBRACE] = ACTIONS(3152), - [anon_sym_RBRACE] = ACTIONS(3208), + [anon_sym_LBRACE] = ACTIONS(3144), + [anon_sym_RBRACE] = ACTIONS(3190), [anon_sym_LPAREN] = ACTIONS(3114), - [anon_sym_LT] = ACTIONS(3204), - [anon_sym_GT] = ACTIONS(3204), + [anon_sym_LT] = ACTIONS(3186), + [anon_sym_GT] = ACTIONS(3186), [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(3204), - [anon_sym_fun] = ACTIONS(3204), - [anon_sym_DOT] = ACTIONS(3204), - [anon_sym_SEMI] = ACTIONS(3208), - [anon_sym_get] = ACTIONS(3204), - [anon_sym_set] = ACTIONS(3204), - [anon_sym_this] = ACTIONS(3204), - [anon_sym_super] = ACTIONS(3204), - [anon_sym_STAR] = ACTIONS(3208), - [sym_label] = ACTIONS(3204), - [anon_sym_in] = ACTIONS(3204), - [anon_sym_DOT_DOT] = ACTIONS(3208), - [anon_sym_QMARK_COLON] = ACTIONS(3208), - [anon_sym_AMP_AMP] = ACTIONS(3208), - [anon_sym_PIPE_PIPE] = ACTIONS(3208), - [anon_sym_null] = ACTIONS(3204), - [anon_sym_if] = ACTIONS(3204), - [anon_sym_else] = ACTIONS(3204), - [anon_sym_when] = ACTIONS(3204), - [anon_sym_try] = ACTIONS(3204), - [anon_sym_throw] = ACTIONS(3204), - [anon_sym_return] = ACTIONS(3204), - [anon_sym_continue] = ACTIONS(3204), - [anon_sym_break] = ACTIONS(3204), - [anon_sym_COLON_COLON] = ACTIONS(3208), - [anon_sym_BANG_EQ] = ACTIONS(3204), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3208), - [anon_sym_EQ_EQ] = ACTIONS(3204), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3208), - [anon_sym_LT_EQ] = ACTIONS(3208), - [anon_sym_GT_EQ] = ACTIONS(3208), - [anon_sym_BANGin] = ACTIONS(3208), - [anon_sym_is] = ACTIONS(3204), - [anon_sym_BANGis] = ACTIONS(3208), - [anon_sym_PLUS] = ACTIONS(3204), - [anon_sym_DASH] = ACTIONS(3204), - [anon_sym_SLASH] = ACTIONS(3204), - [anon_sym_PERCENT] = ACTIONS(3208), - [anon_sym_as_QMARK] = ACTIONS(3208), - [anon_sym_PLUS_PLUS] = ACTIONS(3208), - [anon_sym_DASH_DASH] = ACTIONS(3208), - [anon_sym_BANG] = ACTIONS(3204), - [anon_sym_BANG_BANG] = ACTIONS(3208), - [anon_sym_suspend] = ACTIONS(3120), - [anon_sym_sealed] = ACTIONS(3122), - [anon_sym_annotation] = ACTIONS(3122), - [anon_sym_data] = ACTIONS(3122), - [anon_sym_inner] = ACTIONS(3122), - [anon_sym_override] = ACTIONS(3124), - [anon_sym_lateinit] = ACTIONS(3124), - [anon_sym_public] = ACTIONS(3126), - [anon_sym_private] = ACTIONS(3126), - [anon_sym_internal] = ACTIONS(3126), - [anon_sym_protected] = ACTIONS(3126), - [anon_sym_tailrec] = ACTIONS(3120), - [anon_sym_operator] = ACTIONS(3120), - [anon_sym_infix] = ACTIONS(3120), - [anon_sym_inline] = ACTIONS(3120), - [anon_sym_external] = ACTIONS(3120), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(3130), - [anon_sym_final] = ACTIONS(3130), - [anon_sym_open] = ACTIONS(3130), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3134), - [anon_sym_actual] = ACTIONS(3134), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3208), - [anon_sym_continue_AT] = ACTIONS(3208), - [anon_sym_break_AT] = ACTIONS(3208), - [sym_real_literal] = ACTIONS(3208), - [sym_integer_literal] = ACTIONS(3204), - [sym_hex_literal] = ACTIONS(3208), - [sym_bin_literal] = ACTIONS(3208), - [anon_sym_true] = ACTIONS(3204), - [anon_sym_false] = ACTIONS(3204), - [anon_sym_SQUOTE] = ACTIONS(3208), - [sym__backtick_identifier] = ACTIONS(3208), - [sym__automatic_semicolon] = ACTIONS(3208), - [sym_safe_nav] = ACTIONS(3208), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3208), - }, - [629] = { - [sym_primary_constructor] = STATE(1342), - [sym_class_body] = STATE(1120), - [sym__class_parameters] = STATE(963), - [sym_type_constraints] = STATE(988), - [sym_modifiers] = STATE(9048), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3214), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(3550), - [anon_sym_LBRACK] = ACTIONS(3218), - [anon_sym_as] = ACTIONS(3214), - [anon_sym_constructor] = ACTIONS(3142), - [anon_sym_LBRACE] = ACTIONS(3156), - [anon_sym_RBRACE] = ACTIONS(3218), - [anon_sym_LPAREN] = ACTIONS(3146), - [anon_sym_LT] = ACTIONS(3214), - [anon_sym_GT] = ACTIONS(3214), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(3214), - [anon_sym_fun] = ACTIONS(3214), - [anon_sym_DOT] = ACTIONS(3214), - [anon_sym_SEMI] = ACTIONS(3218), - [anon_sym_get] = ACTIONS(3214), - [anon_sym_set] = ACTIONS(3214), - [anon_sym_this] = ACTIONS(3214), - [anon_sym_super] = ACTIONS(3214), - [anon_sym_STAR] = ACTIONS(3218), - [sym_label] = ACTIONS(3214), - [anon_sym_in] = ACTIONS(3214), - [anon_sym_DOT_DOT] = ACTIONS(3218), - [anon_sym_QMARK_COLON] = ACTIONS(3218), - [anon_sym_AMP_AMP] = ACTIONS(3218), - [anon_sym_PIPE_PIPE] = ACTIONS(3218), - [anon_sym_null] = ACTIONS(3214), - [anon_sym_if] = ACTIONS(3214), - [anon_sym_else] = ACTIONS(3214), - [anon_sym_when] = ACTIONS(3214), - [anon_sym_try] = ACTIONS(3214), - [anon_sym_throw] = ACTIONS(3214), - [anon_sym_return] = ACTIONS(3214), - [anon_sym_continue] = ACTIONS(3214), - [anon_sym_break] = ACTIONS(3214), - [anon_sym_COLON_COLON] = ACTIONS(3218), - [anon_sym_BANG_EQ] = ACTIONS(3214), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3218), - [anon_sym_EQ_EQ] = ACTIONS(3214), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3218), - [anon_sym_LT_EQ] = ACTIONS(3218), - [anon_sym_GT_EQ] = ACTIONS(3218), - [anon_sym_BANGin] = ACTIONS(3218), - [anon_sym_is] = ACTIONS(3214), - [anon_sym_BANGis] = ACTIONS(3218), - [anon_sym_PLUS] = ACTIONS(3214), - [anon_sym_DASH] = ACTIONS(3214), - [anon_sym_SLASH] = ACTIONS(3214), - [anon_sym_PERCENT] = ACTIONS(3218), - [anon_sym_as_QMARK] = ACTIONS(3218), - [anon_sym_PLUS_PLUS] = ACTIONS(3218), - [anon_sym_DASH_DASH] = ACTIONS(3218), - [anon_sym_BANG] = ACTIONS(3214), - [anon_sym_BANG_BANG] = ACTIONS(3218), + [anon_sym_object] = ACTIONS(3186), + [anon_sym_fun] = ACTIONS(3186), + [anon_sym_DOT] = ACTIONS(3186), + [anon_sym_SEMI] = ACTIONS(3190), + [anon_sym_get] = ACTIONS(3186), + [anon_sym_set] = ACTIONS(3186), + [anon_sym_this] = ACTIONS(3186), + [anon_sym_super] = ACTIONS(3186), + [anon_sym_STAR] = ACTIONS(3190), + [sym_label] = ACTIONS(3186), + [anon_sym_in] = ACTIONS(3186), + [anon_sym_DOT_DOT] = ACTIONS(3190), + [anon_sym_QMARK_COLON] = ACTIONS(3190), + [anon_sym_AMP_AMP] = ACTIONS(3190), + [anon_sym_PIPE_PIPE] = ACTIONS(3190), + [anon_sym_null] = ACTIONS(3186), + [anon_sym_if] = ACTIONS(3186), + [anon_sym_else] = ACTIONS(3186), + [anon_sym_when] = ACTIONS(3186), + [anon_sym_try] = ACTIONS(3186), + [anon_sym_throw] = ACTIONS(3186), + [anon_sym_return] = ACTIONS(3186), + [anon_sym_continue] = ACTIONS(3186), + [anon_sym_break] = ACTIONS(3186), + [anon_sym_COLON_COLON] = ACTIONS(3190), + [anon_sym_BANG_EQ] = ACTIONS(3186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3190), + [anon_sym_EQ_EQ] = ACTIONS(3186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3190), + [anon_sym_LT_EQ] = ACTIONS(3190), + [anon_sym_GT_EQ] = ACTIONS(3190), + [anon_sym_BANGin] = ACTIONS(3190), + [anon_sym_is] = ACTIONS(3186), + [anon_sym_BANGis] = ACTIONS(3190), + [anon_sym_PLUS] = ACTIONS(3186), + [anon_sym_DASH] = ACTIONS(3186), + [anon_sym_SLASH] = ACTIONS(3186), + [anon_sym_PERCENT] = ACTIONS(3190), + [anon_sym_as_QMARK] = ACTIONS(3190), + [anon_sym_PLUS_PLUS] = ACTIONS(3190), + [anon_sym_DASH_DASH] = ACTIONS(3190), + [anon_sym_BANG] = ACTIONS(3186), + [anon_sym_BANG_BANG] = ACTIONS(3190), [anon_sym_suspend] = ACTIONS(3120), [anon_sym_sealed] = ACTIONS(3122), [anon_sym_annotation] = ACTIONS(3122), @@ -111271,95 +111839,95 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3134), [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3218), - [anon_sym_continue_AT] = ACTIONS(3218), - [anon_sym_break_AT] = ACTIONS(3218), - [sym_real_literal] = ACTIONS(3218), - [sym_integer_literal] = ACTIONS(3214), - [sym_hex_literal] = ACTIONS(3218), - [sym_bin_literal] = ACTIONS(3218), - [anon_sym_true] = ACTIONS(3214), - [anon_sym_false] = ACTIONS(3214), - [anon_sym_SQUOTE] = ACTIONS(3218), - [sym__backtick_identifier] = ACTIONS(3218), - [sym__automatic_semicolon] = ACTIONS(3218), - [sym_safe_nav] = ACTIONS(3218), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3218), + [anon_sym_return_AT] = ACTIONS(3190), + [anon_sym_continue_AT] = ACTIONS(3190), + [anon_sym_break_AT] = ACTIONS(3190), + [sym_real_literal] = ACTIONS(3190), + [sym_integer_literal] = ACTIONS(3186), + [sym_hex_literal] = ACTIONS(3190), + [sym_bin_literal] = ACTIONS(3190), + [anon_sym_true] = ACTIONS(3186), + [anon_sym_false] = ACTIONS(3186), + [anon_sym_SQUOTE] = ACTIONS(3190), + [sym__backtick_identifier] = ACTIONS(3190), + [sym__automatic_semicolon] = ACTIONS(3190), + [sym_safe_nav] = ACTIONS(3190), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3190), }, - [630] = { - [sym_property_delegate] = STATE(666), - [sym_getter] = STATE(3425), - [sym_setter] = STATE(3425), - [sym_modifiers] = STATE(8834), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), + [634] = { + [sym_type_constraints] = STATE(652), + [sym_property_delegate] = STATE(741), + [sym_getter] = STATE(3447), + [sym_setter] = STATE(3447), + [sym_modifiers] = STATE(8884), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_EQ] = ACTIONS(3440), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_COMMA] = ACTIONS(3256), - [anon_sym_by] = ACTIONS(3364), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_where] = ACTIONS(3254), - [anon_sym_object] = ACTIONS(3254), - [anon_sym_fun] = ACTIONS(3254), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(3442), - [anon_sym_get] = ACTIONS(3366), - [anon_sym_set] = ACTIONS(3368), - [anon_sym_this] = ACTIONS(3254), - [anon_sym_super] = ACTIONS(3254), - [anon_sym_STAR] = ACTIONS(3256), - [sym_label] = ACTIONS(3254), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_null] = ACTIONS(3254), - [anon_sym_if] = ACTIONS(3254), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_when] = ACTIONS(3254), - [anon_sym_try] = ACTIONS(3254), - [anon_sym_throw] = ACTIONS(3254), - [anon_sym_return] = ACTIONS(3254), - [anon_sym_continue] = ACTIONS(3254), - [anon_sym_break] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3256), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG] = ACTIONS(3254), - [anon_sym_BANG_BANG] = ACTIONS(3256), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_EQ] = ACTIONS(3560), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_by] = ACTIONS(3510), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(3278), + [anon_sym_fun] = ACTIONS(3278), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(3562), + [anon_sym_get] = ACTIONS(3518), + [anon_sym_set] = ACTIONS(3520), + [anon_sym_this] = ACTIONS(3278), + [anon_sym_super] = ACTIONS(3278), + [anon_sym_STAR] = ACTIONS(3280), + [sym_label] = ACTIONS(3278), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_null] = ACTIONS(3278), + [anon_sym_if] = ACTIONS(3278), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_when] = ACTIONS(3278), + [anon_sym_try] = ACTIONS(3278), + [anon_sym_throw] = ACTIONS(3278), + [anon_sym_return] = ACTIONS(3278), + [anon_sym_continue] = ACTIONS(3278), + [anon_sym_break] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG] = ACTIONS(3278), + [anon_sym_BANG_BANG] = ACTIONS(3280), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -111383,328 +111951,98 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3256), - [anon_sym_continue_AT] = ACTIONS(3256), - [anon_sym_break_AT] = ACTIONS(3256), - [sym_real_literal] = ACTIONS(3256), - [sym_integer_literal] = ACTIONS(3254), - [sym_hex_literal] = ACTIONS(3256), - [sym_bin_literal] = ACTIONS(3256), - [anon_sym_true] = ACTIONS(3254), - [anon_sym_false] = ACTIONS(3254), - [anon_sym_SQUOTE] = ACTIONS(3256), - [sym__backtick_identifier] = ACTIONS(3256), - [sym__automatic_semicolon] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3256), - }, - [631] = { - [sym_primary_constructor] = STATE(1370), - [sym__class_parameters] = STATE(963), - [sym_type_constraints] = STATE(1013), - [sym_enum_class_body] = STATE(1076), - [sym_modifiers] = STATE(9048), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3190), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(3552), - [anon_sym_LBRACK] = ACTIONS(3194), - [anon_sym_as] = ACTIONS(3190), - [anon_sym_constructor] = ACTIONS(3142), - [anon_sym_LBRACE] = ACTIONS(3144), - [anon_sym_RBRACE] = ACTIONS(3194), - [anon_sym_LPAREN] = ACTIONS(3146), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3190), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(3190), - [anon_sym_fun] = ACTIONS(3190), - [anon_sym_DOT] = ACTIONS(3190), - [anon_sym_SEMI] = ACTIONS(3194), - [anon_sym_get] = ACTIONS(3190), - [anon_sym_set] = ACTIONS(3190), - [anon_sym_this] = ACTIONS(3190), - [anon_sym_super] = ACTIONS(3190), - [anon_sym_STAR] = ACTIONS(3194), - [sym_label] = ACTIONS(3190), - [anon_sym_in] = ACTIONS(3190), - [anon_sym_DOT_DOT] = ACTIONS(3194), - [anon_sym_QMARK_COLON] = ACTIONS(3194), - [anon_sym_AMP_AMP] = ACTIONS(3194), - [anon_sym_PIPE_PIPE] = ACTIONS(3194), - [anon_sym_null] = ACTIONS(3190), - [anon_sym_if] = ACTIONS(3190), - [anon_sym_else] = ACTIONS(3190), - [anon_sym_when] = ACTIONS(3190), - [anon_sym_try] = ACTIONS(3190), - [anon_sym_throw] = ACTIONS(3190), - [anon_sym_return] = ACTIONS(3190), - [anon_sym_continue] = ACTIONS(3190), - [anon_sym_break] = ACTIONS(3190), - [anon_sym_COLON_COLON] = ACTIONS(3194), - [anon_sym_BANG_EQ] = ACTIONS(3190), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3194), - [anon_sym_EQ_EQ] = ACTIONS(3190), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3194), - [anon_sym_LT_EQ] = ACTIONS(3194), - [anon_sym_GT_EQ] = ACTIONS(3194), - [anon_sym_BANGin] = ACTIONS(3194), - [anon_sym_is] = ACTIONS(3190), - [anon_sym_BANGis] = ACTIONS(3194), - [anon_sym_PLUS] = ACTIONS(3190), - [anon_sym_DASH] = ACTIONS(3190), - [anon_sym_SLASH] = ACTIONS(3190), - [anon_sym_PERCENT] = ACTIONS(3194), - [anon_sym_as_QMARK] = ACTIONS(3194), - [anon_sym_PLUS_PLUS] = ACTIONS(3194), - [anon_sym_DASH_DASH] = ACTIONS(3194), - [anon_sym_BANG] = ACTIONS(3190), - [anon_sym_BANG_BANG] = ACTIONS(3194), - [anon_sym_suspend] = ACTIONS(3120), - [anon_sym_sealed] = ACTIONS(3122), - [anon_sym_annotation] = ACTIONS(3122), - [anon_sym_data] = ACTIONS(3122), - [anon_sym_inner] = ACTIONS(3122), - [anon_sym_override] = ACTIONS(3124), - [anon_sym_lateinit] = ACTIONS(3124), - [anon_sym_public] = ACTIONS(3126), - [anon_sym_private] = ACTIONS(3126), - [anon_sym_internal] = ACTIONS(3126), - [anon_sym_protected] = ACTIONS(3126), - [anon_sym_tailrec] = ACTIONS(3120), - [anon_sym_operator] = ACTIONS(3120), - [anon_sym_infix] = ACTIONS(3120), - [anon_sym_inline] = ACTIONS(3120), - [anon_sym_external] = ACTIONS(3120), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(3130), - [anon_sym_final] = ACTIONS(3130), - [anon_sym_open] = ACTIONS(3130), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3134), - [anon_sym_actual] = ACTIONS(3134), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3194), - [anon_sym_continue_AT] = ACTIONS(3194), - [anon_sym_break_AT] = ACTIONS(3194), - [sym_real_literal] = ACTIONS(3194), - [sym_integer_literal] = ACTIONS(3190), - [sym_hex_literal] = ACTIONS(3194), - [sym_bin_literal] = ACTIONS(3194), - [anon_sym_true] = ACTIONS(3190), - [anon_sym_false] = ACTIONS(3190), - [anon_sym_SQUOTE] = ACTIONS(3194), - [sym__backtick_identifier] = ACTIONS(3194), - [sym__automatic_semicolon] = ACTIONS(3194), - [sym_safe_nav] = ACTIONS(3194), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3194), - }, - [632] = { - [sym_primary_constructor] = STATE(1394), - [sym_class_body] = STATE(1076), - [sym__class_parameters] = STATE(963), - [sym_type_constraints] = STATE(1034), - [sym_modifiers] = STATE(9048), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3190), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(3554), - [anon_sym_LBRACK] = ACTIONS(3194), - [anon_sym_as] = ACTIONS(3190), - [anon_sym_constructor] = ACTIONS(3142), - [anon_sym_LBRACE] = ACTIONS(3156), - [anon_sym_RBRACE] = ACTIONS(3194), - [anon_sym_LPAREN] = ACTIONS(3146), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3190), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(3190), - [anon_sym_fun] = ACTIONS(3190), - [anon_sym_DOT] = ACTIONS(3190), - [anon_sym_SEMI] = ACTIONS(3194), - [anon_sym_get] = ACTIONS(3190), - [anon_sym_set] = ACTIONS(3190), - [anon_sym_this] = ACTIONS(3190), - [anon_sym_super] = ACTIONS(3190), - [anon_sym_STAR] = ACTIONS(3194), - [sym_label] = ACTIONS(3190), - [anon_sym_in] = ACTIONS(3190), - [anon_sym_DOT_DOT] = ACTIONS(3194), - [anon_sym_QMARK_COLON] = ACTIONS(3194), - [anon_sym_AMP_AMP] = ACTIONS(3194), - [anon_sym_PIPE_PIPE] = ACTIONS(3194), - [anon_sym_null] = ACTIONS(3190), - [anon_sym_if] = ACTIONS(3190), - [anon_sym_else] = ACTIONS(3190), - [anon_sym_when] = ACTIONS(3190), - [anon_sym_try] = ACTIONS(3190), - [anon_sym_throw] = ACTIONS(3190), - [anon_sym_return] = ACTIONS(3190), - [anon_sym_continue] = ACTIONS(3190), - [anon_sym_break] = ACTIONS(3190), - [anon_sym_COLON_COLON] = ACTIONS(3194), - [anon_sym_BANG_EQ] = ACTIONS(3190), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3194), - [anon_sym_EQ_EQ] = ACTIONS(3190), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3194), - [anon_sym_LT_EQ] = ACTIONS(3194), - [anon_sym_GT_EQ] = ACTIONS(3194), - [anon_sym_BANGin] = ACTIONS(3194), - [anon_sym_is] = ACTIONS(3190), - [anon_sym_BANGis] = ACTIONS(3194), - [anon_sym_PLUS] = ACTIONS(3190), - [anon_sym_DASH] = ACTIONS(3190), - [anon_sym_SLASH] = ACTIONS(3190), - [anon_sym_PERCENT] = ACTIONS(3194), - [anon_sym_as_QMARK] = ACTIONS(3194), - [anon_sym_PLUS_PLUS] = ACTIONS(3194), - [anon_sym_DASH_DASH] = ACTIONS(3194), - [anon_sym_BANG] = ACTIONS(3190), - [anon_sym_BANG_BANG] = ACTIONS(3194), - [anon_sym_suspend] = ACTIONS(3120), - [anon_sym_sealed] = ACTIONS(3122), - [anon_sym_annotation] = ACTIONS(3122), - [anon_sym_data] = ACTIONS(3122), - [anon_sym_inner] = ACTIONS(3122), - [anon_sym_override] = ACTIONS(3124), - [anon_sym_lateinit] = ACTIONS(3124), - [anon_sym_public] = ACTIONS(3126), - [anon_sym_private] = ACTIONS(3126), - [anon_sym_internal] = ACTIONS(3126), - [anon_sym_protected] = ACTIONS(3126), - [anon_sym_tailrec] = ACTIONS(3120), - [anon_sym_operator] = ACTIONS(3120), - [anon_sym_infix] = ACTIONS(3120), - [anon_sym_inline] = ACTIONS(3120), - [anon_sym_external] = ACTIONS(3120), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(3130), - [anon_sym_final] = ACTIONS(3130), - [anon_sym_open] = ACTIONS(3130), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3134), - [anon_sym_actual] = ACTIONS(3134), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3194), - [anon_sym_continue_AT] = ACTIONS(3194), - [anon_sym_break_AT] = ACTIONS(3194), - [sym_real_literal] = ACTIONS(3194), - [sym_integer_literal] = ACTIONS(3190), - [sym_hex_literal] = ACTIONS(3194), - [sym_bin_literal] = ACTIONS(3194), - [anon_sym_true] = ACTIONS(3190), - [anon_sym_false] = ACTIONS(3190), - [anon_sym_SQUOTE] = ACTIONS(3194), - [sym__backtick_identifier] = ACTIONS(3194), - [sym__automatic_semicolon] = ACTIONS(3194), - [sym_safe_nav] = ACTIONS(3194), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3194), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3280), + [anon_sym_continue_AT] = ACTIONS(3280), + [anon_sym_break_AT] = ACTIONS(3280), + [sym_real_literal] = ACTIONS(3280), + [sym_integer_literal] = ACTIONS(3278), + [sym_hex_literal] = ACTIONS(3280), + [sym_bin_literal] = ACTIONS(3280), + [anon_sym_true] = ACTIONS(3278), + [anon_sym_false] = ACTIONS(3278), + [anon_sym_SQUOTE] = ACTIONS(3280), + [sym__backtick_identifier] = ACTIONS(3280), + [sym__automatic_semicolon] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3280), }, - [633] = { - [sym_primary_constructor] = STATE(1366), - [sym__class_parameters] = STATE(963), - [sym_type_constraints] = STATE(1015), - [sym_enum_class_body] = STATE(1077), - [sym_modifiers] = STATE(9048), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3204), + [635] = { + [sym_primary_constructor] = STATE(3960), + [sym__class_parameters] = STATE(3113), + [sym_type_constraints] = STATE(3114), + [sym_enum_class_body] = STATE(3132), + [sym_modifiers] = STATE(9209), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3212), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(3556), - [anon_sym_LBRACK] = ACTIONS(3208), - [anon_sym_as] = ACTIONS(3204), - [anon_sym_constructor] = ACTIONS(3142), - [anon_sym_LBRACE] = ACTIONS(3144), - [anon_sym_RBRACE] = ACTIONS(3208), - [anon_sym_LPAREN] = ACTIONS(3146), - [anon_sym_LT] = ACTIONS(3204), - [anon_sym_GT] = ACTIONS(3204), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(3204), - [anon_sym_fun] = ACTIONS(3204), - [anon_sym_DOT] = ACTIONS(3204), - [anon_sym_SEMI] = ACTIONS(3208), - [anon_sym_get] = ACTIONS(3204), - [anon_sym_set] = ACTIONS(3204), - [anon_sym_this] = ACTIONS(3204), - [anon_sym_super] = ACTIONS(3204), - [anon_sym_STAR] = ACTIONS(3208), - [sym_label] = ACTIONS(3204), - [anon_sym_in] = ACTIONS(3204), - [anon_sym_DOT_DOT] = ACTIONS(3208), - [anon_sym_QMARK_COLON] = ACTIONS(3208), - [anon_sym_AMP_AMP] = ACTIONS(3208), - [anon_sym_PIPE_PIPE] = ACTIONS(3208), - [anon_sym_null] = ACTIONS(3204), - [anon_sym_if] = ACTIONS(3204), - [anon_sym_else] = ACTIONS(3204), - [anon_sym_when] = ACTIONS(3204), - [anon_sym_try] = ACTIONS(3204), - [anon_sym_throw] = ACTIONS(3204), - [anon_sym_return] = ACTIONS(3204), - [anon_sym_continue] = ACTIONS(3204), - [anon_sym_break] = ACTIONS(3204), - [anon_sym_COLON_COLON] = ACTIONS(3208), - [anon_sym_BANG_EQ] = ACTIONS(3204), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3208), - [anon_sym_EQ_EQ] = ACTIONS(3204), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3208), - [anon_sym_LT_EQ] = ACTIONS(3208), - [anon_sym_GT_EQ] = ACTIONS(3208), - [anon_sym_BANGin] = ACTIONS(3208), - [anon_sym_is] = ACTIONS(3204), - [anon_sym_BANGis] = ACTIONS(3208), - [anon_sym_PLUS] = ACTIONS(3204), - [anon_sym_DASH] = ACTIONS(3204), - [anon_sym_SLASH] = ACTIONS(3204), - [anon_sym_PERCENT] = ACTIONS(3208), - [anon_sym_as_QMARK] = ACTIONS(3208), - [anon_sym_PLUS_PLUS] = ACTIONS(3208), - [anon_sym_DASH_DASH] = ACTIONS(3208), - [anon_sym_BANG] = ACTIONS(3204), - [anon_sym_BANG_BANG] = ACTIONS(3208), + [anon_sym_COLON] = ACTIONS(3564), + [anon_sym_LBRACK] = ACTIONS(3216), + [anon_sym_as] = ACTIONS(3212), + [anon_sym_constructor] = ACTIONS(3110), + [anon_sym_LBRACE] = ACTIONS(3112), + [anon_sym_RBRACE] = ACTIONS(3216), + [anon_sym_LPAREN] = ACTIONS(3114), + [anon_sym_LT] = ACTIONS(3212), + [anon_sym_GT] = ACTIONS(3212), + [anon_sym_where] = ACTIONS(3118), + [anon_sym_object] = ACTIONS(3212), + [anon_sym_fun] = ACTIONS(3212), + [anon_sym_DOT] = ACTIONS(3212), + [anon_sym_SEMI] = ACTIONS(3216), + [anon_sym_get] = ACTIONS(3212), + [anon_sym_set] = ACTIONS(3212), + [anon_sym_this] = ACTIONS(3212), + [anon_sym_super] = ACTIONS(3212), + [anon_sym_STAR] = ACTIONS(3216), + [sym_label] = ACTIONS(3212), + [anon_sym_in] = ACTIONS(3212), + [anon_sym_DOT_DOT] = ACTIONS(3216), + [anon_sym_QMARK_COLON] = ACTIONS(3216), + [anon_sym_AMP_AMP] = ACTIONS(3216), + [anon_sym_PIPE_PIPE] = ACTIONS(3216), + [anon_sym_null] = ACTIONS(3212), + [anon_sym_if] = ACTIONS(3212), + [anon_sym_else] = ACTIONS(3212), + [anon_sym_when] = ACTIONS(3212), + [anon_sym_try] = ACTIONS(3212), + [anon_sym_throw] = ACTIONS(3212), + [anon_sym_return] = ACTIONS(3212), + [anon_sym_continue] = ACTIONS(3212), + [anon_sym_break] = ACTIONS(3212), + [anon_sym_COLON_COLON] = ACTIONS(3216), + [anon_sym_BANG_EQ] = ACTIONS(3212), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3216), + [anon_sym_EQ_EQ] = ACTIONS(3212), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3216), + [anon_sym_LT_EQ] = ACTIONS(3216), + [anon_sym_GT_EQ] = ACTIONS(3216), + [anon_sym_BANGin] = ACTIONS(3216), + [anon_sym_is] = ACTIONS(3212), + [anon_sym_BANGis] = ACTIONS(3216), + [anon_sym_PLUS] = ACTIONS(3212), + [anon_sym_DASH] = ACTIONS(3212), + [anon_sym_SLASH] = ACTIONS(3212), + [anon_sym_PERCENT] = ACTIONS(3216), + [anon_sym_as_QMARK] = ACTIONS(3216), + [anon_sym_PLUS_PLUS] = ACTIONS(3216), + [anon_sym_DASH_DASH] = ACTIONS(3216), + [anon_sym_BANG] = ACTIONS(3212), + [anon_sym_BANG_BANG] = ACTIONS(3216), [anon_sym_suspend] = ACTIONS(3120), [anon_sym_sealed] = ACTIONS(3122), [anon_sym_annotation] = ACTIONS(3122), @@ -111731,325 +112069,95 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3134), [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3208), - [anon_sym_continue_AT] = ACTIONS(3208), - [anon_sym_break_AT] = ACTIONS(3208), - [sym_real_literal] = ACTIONS(3208), - [sym_integer_literal] = ACTIONS(3204), - [sym_hex_literal] = ACTIONS(3208), - [sym_bin_literal] = ACTIONS(3208), - [anon_sym_true] = ACTIONS(3204), - [anon_sym_false] = ACTIONS(3204), - [anon_sym_SQUOTE] = ACTIONS(3208), - [sym__backtick_identifier] = ACTIONS(3208), - [sym__automatic_semicolon] = ACTIONS(3208), - [sym_safe_nav] = ACTIONS(3208), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3208), - }, - [634] = { - [sym_type_constraints] = STATE(653), - [sym_property_delegate] = STATE(745), - [sym_getter] = STATE(1137), - [sym_setter] = STATE(1137), - [sym_modifiers] = STATE(8560), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3272), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3274), - [anon_sym_as] = ACTIONS(3272), - [anon_sym_EQ] = ACTIONS(3558), - [anon_sym_LBRACE] = ACTIONS(3274), - [anon_sym_RBRACE] = ACTIONS(3274), - [anon_sym_LPAREN] = ACTIONS(3274), - [anon_sym_by] = ACTIONS(3510), - [anon_sym_LT] = ACTIONS(3272), - [anon_sym_GT] = ACTIONS(3272), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(3272), - [anon_sym_fun] = ACTIONS(3272), - [anon_sym_DOT] = ACTIONS(3272), - [anon_sym_SEMI] = ACTIONS(3560), - [anon_sym_get] = ACTIONS(3524), - [anon_sym_set] = ACTIONS(3526), - [anon_sym_this] = ACTIONS(3272), - [anon_sym_super] = ACTIONS(3272), - [anon_sym_STAR] = ACTIONS(3274), - [sym_label] = ACTIONS(3272), - [anon_sym_in] = ACTIONS(3272), - [anon_sym_DOT_DOT] = ACTIONS(3274), - [anon_sym_QMARK_COLON] = ACTIONS(3274), - [anon_sym_AMP_AMP] = ACTIONS(3274), - [anon_sym_PIPE_PIPE] = ACTIONS(3274), - [anon_sym_null] = ACTIONS(3272), - [anon_sym_if] = ACTIONS(3272), - [anon_sym_else] = ACTIONS(3272), - [anon_sym_when] = ACTIONS(3272), - [anon_sym_try] = ACTIONS(3272), - [anon_sym_throw] = ACTIONS(3272), - [anon_sym_return] = ACTIONS(3272), - [anon_sym_continue] = ACTIONS(3272), - [anon_sym_break] = ACTIONS(3272), - [anon_sym_COLON_COLON] = ACTIONS(3274), - [anon_sym_BANG_EQ] = ACTIONS(3272), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3274), - [anon_sym_EQ_EQ] = ACTIONS(3272), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3274), - [anon_sym_LT_EQ] = ACTIONS(3274), - [anon_sym_GT_EQ] = ACTIONS(3274), - [anon_sym_BANGin] = ACTIONS(3274), - [anon_sym_is] = ACTIONS(3272), - [anon_sym_BANGis] = ACTIONS(3274), - [anon_sym_PLUS] = ACTIONS(3272), - [anon_sym_DASH] = ACTIONS(3272), - [anon_sym_SLASH] = ACTIONS(3272), - [anon_sym_PERCENT] = ACTIONS(3274), - [anon_sym_as_QMARK] = ACTIONS(3274), - [anon_sym_PLUS_PLUS] = ACTIONS(3274), - [anon_sym_DASH_DASH] = ACTIONS(3274), - [anon_sym_BANG] = ACTIONS(3272), - [anon_sym_BANG_BANG] = ACTIONS(3274), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3274), - [anon_sym_continue_AT] = ACTIONS(3274), - [anon_sym_break_AT] = ACTIONS(3274), - [sym_real_literal] = ACTIONS(3274), - [sym_integer_literal] = ACTIONS(3272), - [sym_hex_literal] = ACTIONS(3274), - [sym_bin_literal] = ACTIONS(3274), - [anon_sym_true] = ACTIONS(3272), - [anon_sym_false] = ACTIONS(3272), - [anon_sym_SQUOTE] = ACTIONS(3274), - [sym__backtick_identifier] = ACTIONS(3274), - [sym__automatic_semicolon] = ACTIONS(3274), - [sym_safe_nav] = ACTIONS(3274), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3274), - }, - [635] = { - [sym_property_delegate] = STATE(683), - [sym_getter] = STATE(1110), - [sym_setter] = STATE(1110), - [sym_modifiers] = STATE(8806), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_EQ] = ACTIONS(3430), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_COMMA] = ACTIONS(1778), - [anon_sym_by] = ACTIONS(3364), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_where] = ACTIONS(1776), - [anon_sym_object] = ACTIONS(1776), - [anon_sym_fun] = ACTIONS(1776), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(1906), - [anon_sym_get] = ACTIONS(3432), - [anon_sym_set] = ACTIONS(3434), - [anon_sym_this] = ACTIONS(1776), - [anon_sym_super] = ACTIONS(1776), - [anon_sym_STAR] = ACTIONS(1778), - [sym_label] = ACTIONS(1776), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_null] = ACTIONS(1776), - [anon_sym_if] = ACTIONS(1776), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_when] = ACTIONS(1776), - [anon_sym_try] = ACTIONS(1776), - [anon_sym_throw] = ACTIONS(1776), - [anon_sym_return] = ACTIONS(1776), - [anon_sym_continue] = ACTIONS(1776), - [anon_sym_break] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1778), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG] = ACTIONS(1776), - [anon_sym_BANG_BANG] = ACTIONS(1778), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1778), - [anon_sym_continue_AT] = ACTIONS(1778), - [anon_sym_break_AT] = ACTIONS(1778), - [sym_real_literal] = ACTIONS(1778), - [sym_integer_literal] = ACTIONS(1776), - [sym_hex_literal] = ACTIONS(1778), - [sym_bin_literal] = ACTIONS(1778), - [anon_sym_true] = ACTIONS(1776), - [anon_sym_false] = ACTIONS(1776), - [anon_sym_SQUOTE] = ACTIONS(1778), - [sym__backtick_identifier] = ACTIONS(1778), - [sym__automatic_semicolon] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1778), + [anon_sym_return_AT] = ACTIONS(3216), + [anon_sym_continue_AT] = ACTIONS(3216), + [anon_sym_break_AT] = ACTIONS(3216), + [sym_real_literal] = ACTIONS(3216), + [sym_integer_literal] = ACTIONS(3212), + [sym_hex_literal] = ACTIONS(3216), + [sym_bin_literal] = ACTIONS(3216), + [anon_sym_true] = ACTIONS(3212), + [anon_sym_false] = ACTIONS(3212), + [anon_sym_SQUOTE] = ACTIONS(3216), + [sym__backtick_identifier] = ACTIONS(3216), + [sym__automatic_semicolon] = ACTIONS(3216), + [sym_safe_nav] = ACTIONS(3216), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3216), }, [636] = { - [sym_type_constraints] = STATE(656), - [sym_property_delegate] = STATE(728), - [sym_getter] = STATE(3425), - [sym_setter] = STATE(3425), - [sym_modifiers] = STATE(8857), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), + [sym_property_delegate] = STATE(698), + [sym_getter] = STATE(1188), + [sym_setter] = STATE(1188), + [sym_modifiers] = STATE(8715), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_EQ] = ACTIONS(3562), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_by] = ACTIONS(3510), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(3254), - [anon_sym_fun] = ACTIONS(3254), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(3564), - [anon_sym_get] = ACTIONS(3514), - [anon_sym_set] = ACTIONS(3516), - [anon_sym_this] = ACTIONS(3254), - [anon_sym_super] = ACTIONS(3254), - [anon_sym_STAR] = ACTIONS(3256), - [sym_label] = ACTIONS(3254), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_null] = ACTIONS(3254), - [anon_sym_if] = ACTIONS(3254), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_when] = ACTIONS(3254), - [anon_sym_try] = ACTIONS(3254), - [anon_sym_throw] = ACTIONS(3254), - [anon_sym_return] = ACTIONS(3254), - [anon_sym_continue] = ACTIONS(3254), - [anon_sym_break] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3256), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG] = ACTIONS(3254), - [anon_sym_BANG_BANG] = ACTIONS(3256), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_EQ] = ACTIONS(3386), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_COMMA] = ACTIONS(1786), + [anon_sym_by] = ACTIONS(3366), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_where] = ACTIONS(1784), + [anon_sym_object] = ACTIONS(1784), + [anon_sym_fun] = ACTIONS(1784), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(1928), + [anon_sym_get] = ACTIONS(3368), + [anon_sym_set] = ACTIONS(3370), + [anon_sym_this] = ACTIONS(1784), + [anon_sym_super] = ACTIONS(1784), + [anon_sym_STAR] = ACTIONS(1786), + [sym_label] = ACTIONS(1784), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_null] = ACTIONS(1784), + [anon_sym_if] = ACTIONS(1784), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_when] = ACTIONS(1784), + [anon_sym_try] = ACTIONS(1784), + [anon_sym_throw] = ACTIONS(1784), + [anon_sym_return] = ACTIONS(1784), + [anon_sym_continue] = ACTIONS(1784), + [anon_sym_break] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1786), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG] = ACTIONS(1784), + [anon_sym_BANG_BANG] = ACTIONS(1786), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -112073,160 +112181,47 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3256), - [anon_sym_continue_AT] = ACTIONS(3256), - [anon_sym_break_AT] = ACTIONS(3256), - [sym_real_literal] = ACTIONS(3256), - [sym_integer_literal] = ACTIONS(3254), - [sym_hex_literal] = ACTIONS(3256), - [sym_bin_literal] = ACTIONS(3256), - [anon_sym_true] = ACTIONS(3254), - [anon_sym_false] = ACTIONS(3254), - [anon_sym_SQUOTE] = ACTIONS(3256), - [sym__backtick_identifier] = ACTIONS(3256), - [sym__automatic_semicolon] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3256), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1786), + [anon_sym_continue_AT] = ACTIONS(1786), + [anon_sym_break_AT] = ACTIONS(1786), + [sym_real_literal] = ACTIONS(1786), + [sym_integer_literal] = ACTIONS(1784), + [sym_hex_literal] = ACTIONS(1786), + [sym_bin_literal] = ACTIONS(1786), + [anon_sym_true] = ACTIONS(1784), + [anon_sym_false] = ACTIONS(1784), + [anon_sym_SQUOTE] = ACTIONS(1786), + [sym__backtick_identifier] = ACTIONS(1786), + [sym__automatic_semicolon] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1786), }, [637] = { - [sym_getter] = STATE(3735), - [sym_setter] = STATE(3735), - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(1614), - [sym__comparison_operator] = STATE(1613), - [sym__in_operator] = STATE(2103), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(1671), - [sym__multiplicative_operator] = STATE(1686), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_modifiers] = STATE(8690), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1688), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_EQ] = ACTIONS(1782), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(1784), - [anon_sym_LPAREN] = ACTIONS(3570), - [anon_sym_COMMA] = ACTIONS(1784), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3572), - [anon_sym_where] = ACTIONS(1782), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(3576), - [anon_sym_get] = ACTIONS(3578), - [anon_sym_set] = ACTIONS(3580), - [anon_sym_STAR] = ACTIONS(3582), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(3586), - [anon_sym_DOT_DOT] = ACTIONS(3588), - [anon_sym_QMARK_COLON] = ACTIONS(3590), - [anon_sym_AMP_AMP] = ACTIONS(3592), - [anon_sym_PIPE_PIPE] = ACTIONS(3594), - [anon_sym_else] = ACTIONS(1782), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_PLUS_EQ] = ACTIONS(1784), - [anon_sym_DASH_EQ] = ACTIONS(1784), - [anon_sym_STAR_EQ] = ACTIONS(1784), - [anon_sym_SLASH_EQ] = ACTIONS(1784), - [anon_sym_PERCENT_EQ] = ACTIONS(1784), - [anon_sym_BANG_EQ] = ACTIONS(3598), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3600), - [anon_sym_EQ_EQ] = ACTIONS(3598), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3600), - [anon_sym_LT_EQ] = ACTIONS(3602), - [anon_sym_GT_EQ] = ACTIONS(3602), - [anon_sym_BANGin] = ACTIONS(3604), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), - [anon_sym_PLUS] = ACTIONS(3610), - [anon_sym_DASH] = ACTIONS(3610), - [anon_sym_SLASH] = ACTIONS(3582), - [anon_sym_PERCENT] = ACTIONS(3582), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(1746), - [anon_sym_inner] = ACTIONS(1746), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(1748), - [anon_sym_actual] = ACTIONS(1748), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(1784), - [sym_safe_nav] = ACTIONS(3596), - [sym_multiline_comment] = ACTIONS(3), - }, - [638] = { - [sym_property_delegate] = STATE(746), - [sym_getter] = STATE(1052), - [sym_setter] = STATE(1052), - [sym_modifiers] = STATE(8560), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym_property_delegate] = STATE(721), + [sym_getter] = STATE(3151), + [sym_setter] = STATE(3151), + [sym_modifiers] = STATE(8884), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1764), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1766), [anon_sym_as] = ACTIONS(1764), - [anon_sym_EQ] = ACTIONS(3538), + [anon_sym_EQ] = ACTIONS(3566), [anon_sym_LBRACE] = ACTIONS(1766), [anon_sym_RBRACE] = ACTIONS(1766), [anon_sym_LPAREN] = ACTIONS(1766), @@ -112236,9 +112231,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_object] = ACTIONS(1764), [anon_sym_fun] = ACTIONS(1764), [anon_sym_DOT] = ACTIONS(1764), - [anon_sym_SEMI] = ACTIONS(1978), - [anon_sym_get] = ACTIONS(3524), - [anon_sym_set] = ACTIONS(3526), + [anon_sym_SEMI] = ACTIONS(2010), + [anon_sym_get] = ACTIONS(3518), + [anon_sym_set] = ACTIONS(3520), [anon_sym_this] = ACTIONS(1764), [anon_sym_super] = ACTIONS(1764), [anon_sym_STAR] = ACTIONS(1766), @@ -112299,8 +112294,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(1766), [anon_sym_continue_AT] = ACTIONS(1766), @@ -112318,93 +112313,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(1766), }, - [639] = { - [sym_getter] = STATE(4928), - [sym_setter] = STATE(4928), - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(1614), - [sym__comparison_operator] = STATE(1613), - [sym__in_operator] = STATE(2103), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(1671), - [sym__multiplicative_operator] = STATE(1686), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_modifiers] = STATE(8718), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1688), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_EQ] = ACTIONS(1782), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(1784), - [anon_sym_LPAREN] = ACTIONS(3570), - [anon_sym_COMMA] = ACTIONS(1784), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3572), - [anon_sym_where] = ACTIONS(1782), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(3616), - [anon_sym_get] = ACTIONS(3618), - [anon_sym_set] = ACTIONS(3620), - [anon_sym_STAR] = ACTIONS(3582), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(3586), - [anon_sym_DOT_DOT] = ACTIONS(3588), - [anon_sym_QMARK_COLON] = ACTIONS(3590), - [anon_sym_AMP_AMP] = ACTIONS(3592), - [anon_sym_PIPE_PIPE] = ACTIONS(3594), - [anon_sym_else] = ACTIONS(1782), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_PLUS_EQ] = ACTIONS(1784), - [anon_sym_DASH_EQ] = ACTIONS(1784), - [anon_sym_STAR_EQ] = ACTIONS(1784), - [anon_sym_SLASH_EQ] = ACTIONS(1784), - [anon_sym_PERCENT_EQ] = ACTIONS(1784), - [anon_sym_BANG_EQ] = ACTIONS(3598), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3600), - [anon_sym_EQ_EQ] = ACTIONS(3598), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3600), - [anon_sym_LT_EQ] = ACTIONS(3602), - [anon_sym_GT_EQ] = ACTIONS(3602), - [anon_sym_BANGin] = ACTIONS(3604), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), - [anon_sym_PLUS] = ACTIONS(3610), - [anon_sym_DASH] = ACTIONS(3610), - [anon_sym_SLASH] = ACTIONS(3582), - [anon_sym_PERCENT] = ACTIONS(3582), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), + [638] = { + [sym_property_delegate] = STATE(719), + [sym_getter] = STATE(1182), + [sym_setter] = STATE(1182), + [sym_modifiers] = STATE(8753), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1694), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1696), + [anon_sym_as] = ACTIONS(1694), + [anon_sym_EQ] = ACTIONS(3508), + [anon_sym_LBRACE] = ACTIONS(1696), + [anon_sym_RBRACE] = ACTIONS(1696), + [anon_sym_LPAREN] = ACTIONS(1696), + [anon_sym_by] = ACTIONS(3510), + [anon_sym_LT] = ACTIONS(1694), + [anon_sym_GT] = ACTIONS(1694), + [anon_sym_object] = ACTIONS(1694), + [anon_sym_fun] = ACTIONS(1694), + [anon_sym_DOT] = ACTIONS(1694), + [anon_sym_SEMI] = ACTIONS(2008), + [anon_sym_get] = ACTIONS(3512), + [anon_sym_set] = ACTIONS(3514), + [anon_sym_this] = ACTIONS(1694), + [anon_sym_super] = ACTIONS(1694), + [anon_sym_STAR] = ACTIONS(1696), + [sym_label] = ACTIONS(1694), + [anon_sym_in] = ACTIONS(1694), + [anon_sym_DOT_DOT] = ACTIONS(1696), + [anon_sym_QMARK_COLON] = ACTIONS(1696), + [anon_sym_AMP_AMP] = ACTIONS(1696), + [anon_sym_PIPE_PIPE] = ACTIONS(1696), + [anon_sym_null] = ACTIONS(1694), + [anon_sym_if] = ACTIONS(1694), + [anon_sym_else] = ACTIONS(1694), + [anon_sym_when] = ACTIONS(1694), + [anon_sym_try] = ACTIONS(1694), + [anon_sym_throw] = ACTIONS(1694), + [anon_sym_return] = ACTIONS(1694), + [anon_sym_continue] = ACTIONS(1694), + [anon_sym_break] = ACTIONS(1694), + [anon_sym_COLON_COLON] = ACTIONS(1696), + [anon_sym_BANG_EQ] = ACTIONS(1694), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), + [anon_sym_EQ_EQ] = ACTIONS(1694), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), + [anon_sym_LT_EQ] = ACTIONS(1696), + [anon_sym_GT_EQ] = ACTIONS(1696), + [anon_sym_BANGin] = ACTIONS(1696), + [anon_sym_is] = ACTIONS(1694), + [anon_sym_BANGis] = ACTIONS(1696), + [anon_sym_PLUS] = ACTIONS(1694), + [anon_sym_DASH] = ACTIONS(1694), + [anon_sym_SLASH] = ACTIONS(1694), + [anon_sym_PERCENT] = ACTIONS(1696), + [anon_sym_as_QMARK] = ACTIONS(1696), + [anon_sym_PLUS_PLUS] = ACTIONS(1696), + [anon_sym_DASH_DASH] = ACTIONS(1696), + [anon_sym_BANG] = ACTIONS(1694), + [anon_sym_BANG_BANG] = ACTIONS(1696), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(1746), - [anon_sym_inner] = ACTIONS(1746), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -112423,85 +112407,96 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(1748), - [anon_sym_actual] = ACTIONS(1748), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(1784), - [sym_safe_nav] = ACTIONS(3596), + [anon_sym_return_AT] = ACTIONS(1696), + [anon_sym_continue_AT] = ACTIONS(1696), + [anon_sym_break_AT] = ACTIONS(1696), + [sym_real_literal] = ACTIONS(1696), + [sym_integer_literal] = ACTIONS(1694), + [sym_hex_literal] = ACTIONS(1696), + [sym_bin_literal] = ACTIONS(1696), + [anon_sym_true] = ACTIONS(1694), + [anon_sym_false] = ACTIONS(1694), + [anon_sym_SQUOTE] = ACTIONS(1696), + [sym__backtick_identifier] = ACTIONS(1696), + [sym__automatic_semicolon] = ACTIONS(1696), + [sym_safe_nav] = ACTIONS(1696), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1696), }, - [640] = { - [sym_property_delegate] = STATE(729), - [sym_getter] = STATE(3166), - [sym_setter] = STATE(3166), - [sym_modifiers] = STATE(8857), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), + [639] = { + [sym_property_delegate] = STATE(725), + [sym_getter] = STATE(1142), + [sym_setter] = STATE(1142), + [sym_modifiers] = STATE(8753), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_EQ] = ACTIONS(3530), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_EQ] = ACTIONS(3538), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), [anon_sym_by] = ACTIONS(3510), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_object] = ACTIONS(1776), - [anon_sym_fun] = ACTIONS(1776), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(2006), - [anon_sym_get] = ACTIONS(3514), - [anon_sym_set] = ACTIONS(3516), - [anon_sym_this] = ACTIONS(1776), - [anon_sym_super] = ACTIONS(1776), - [anon_sym_STAR] = ACTIONS(1778), - [sym_label] = ACTIONS(1776), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_null] = ACTIONS(1776), - [anon_sym_if] = ACTIONS(1776), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_when] = ACTIONS(1776), - [anon_sym_try] = ACTIONS(1776), - [anon_sym_throw] = ACTIONS(1776), - [anon_sym_return] = ACTIONS(1776), - [anon_sym_continue] = ACTIONS(1776), - [anon_sym_break] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1778), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG] = ACTIONS(1776), - [anon_sym_BANG_BANG] = ACTIONS(1778), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_object] = ACTIONS(3278), + [anon_sym_fun] = ACTIONS(3278), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(3540), + [anon_sym_get] = ACTIONS(3512), + [anon_sym_set] = ACTIONS(3514), + [anon_sym_this] = ACTIONS(3278), + [anon_sym_super] = ACTIONS(3278), + [anon_sym_STAR] = ACTIONS(3280), + [sym_label] = ACTIONS(3278), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_null] = ACTIONS(3278), + [anon_sym_if] = ACTIONS(3278), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_when] = ACTIONS(3278), + [anon_sym_try] = ACTIONS(3278), + [anon_sym_throw] = ACTIONS(3278), + [anon_sym_return] = ACTIONS(3278), + [anon_sym_continue] = ACTIONS(3278), + [anon_sym_break] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG] = ACTIONS(3278), + [anon_sym_BANG_BANG] = ACTIONS(3280), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -112525,107 +112520,107 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1778), - [anon_sym_continue_AT] = ACTIONS(1778), - [anon_sym_break_AT] = ACTIONS(1778), - [sym_real_literal] = ACTIONS(1778), - [sym_integer_literal] = ACTIONS(1776), - [sym_hex_literal] = ACTIONS(1778), - [sym_bin_literal] = ACTIONS(1778), - [anon_sym_true] = ACTIONS(1776), - [anon_sym_false] = ACTIONS(1776), - [anon_sym_SQUOTE] = ACTIONS(1778), - [sym__backtick_identifier] = ACTIONS(1778), - [sym__automatic_semicolon] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1778), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3280), + [anon_sym_continue_AT] = ACTIONS(3280), + [anon_sym_break_AT] = ACTIONS(3280), + [sym_real_literal] = ACTIONS(3280), + [sym_integer_literal] = ACTIONS(3278), + [sym_hex_literal] = ACTIONS(3280), + [sym_bin_literal] = ACTIONS(3280), + [anon_sym_true] = ACTIONS(3278), + [anon_sym_false] = ACTIONS(3278), + [anon_sym_SQUOTE] = ACTIONS(3280), + [sym__backtick_identifier] = ACTIONS(3280), + [sym__automatic_semicolon] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3280), }, - [641] = { - [sym_getter] = STATE(4953), - [sym_setter] = STATE(4953), - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(1614), - [sym__comparison_operator] = STATE(1613), - [sym__in_operator] = STATE(2103), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(1671), - [sym__multiplicative_operator] = STATE(1686), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_modifiers] = STATE(8718), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1688), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [aux_sym_modifiers_repeat1] = STATE(5441), + [640] = { + [sym_getter] = STATE(3817), + [sym_setter] = STATE(3817), + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(1769), + [sym__comparison_operator] = STATE(1765), + [sym__in_operator] = STATE(1760), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(1749), + [sym__multiplicative_operator] = STATE(1746), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_modifiers] = STATE(8752), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1729), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_EQ] = ACTIONS(1752), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_EQ] = ACTIONS(1784), [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(1754), - [anon_sym_LPAREN] = ACTIONS(3570), - [anon_sym_COMMA] = ACTIONS(1754), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(3572), + [anon_sym_COMMA] = ACTIONS(1786), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3572), - [anon_sym_where] = ACTIONS(1752), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(3622), - [anon_sym_get] = ACTIONS(3618), - [anon_sym_set] = ACTIONS(3620), - [anon_sym_STAR] = ACTIONS(3582), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(3586), - [anon_sym_DOT_DOT] = ACTIONS(3588), - [anon_sym_QMARK_COLON] = ACTIONS(3590), - [anon_sym_AMP_AMP] = ACTIONS(3592), - [anon_sym_PIPE_PIPE] = ACTIONS(3594), - [anon_sym_else] = ACTIONS(1752), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_PLUS_EQ] = ACTIONS(1754), - [anon_sym_DASH_EQ] = ACTIONS(1754), - [anon_sym_STAR_EQ] = ACTIONS(1754), - [anon_sym_SLASH_EQ] = ACTIONS(1754), - [anon_sym_PERCENT_EQ] = ACTIONS(1754), - [anon_sym_BANG_EQ] = ACTIONS(3598), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3600), - [anon_sym_EQ_EQ] = ACTIONS(3598), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3600), - [anon_sym_LT_EQ] = ACTIONS(3602), - [anon_sym_GT_EQ] = ACTIONS(3602), - [anon_sym_BANGin] = ACTIONS(3604), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), - [anon_sym_PLUS] = ACTIONS(3610), - [anon_sym_DASH] = ACTIONS(3610), - [anon_sym_SLASH] = ACTIONS(3582), - [anon_sym_PERCENT] = ACTIONS(3582), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), + [anon_sym_GT] = ACTIONS(3574), + [anon_sym_where] = ACTIONS(1784), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(3578), + [anon_sym_get] = ACTIONS(3580), + [anon_sym_set] = ACTIONS(3582), + [anon_sym_STAR] = ACTIONS(3584), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(3588), + [anon_sym_DOT_DOT] = ACTIONS(3590), + [anon_sym_QMARK_COLON] = ACTIONS(3592), + [anon_sym_AMP_AMP] = ACTIONS(3594), + [anon_sym_PIPE_PIPE] = ACTIONS(3596), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_PLUS_EQ] = ACTIONS(1786), + [anon_sym_DASH_EQ] = ACTIONS(1786), + [anon_sym_STAR_EQ] = ACTIONS(1786), + [anon_sym_SLASH_EQ] = ACTIONS(1786), + [anon_sym_PERCENT_EQ] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(3600), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3602), + [anon_sym_EQ_EQ] = ACTIONS(3600), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3602), + [anon_sym_LT_EQ] = ACTIONS(3604), + [anon_sym_GT_EQ] = ACTIONS(3604), + [anon_sym_BANGin] = ACTIONS(3606), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), + [anon_sym_PLUS] = ACTIONS(3612), + [anon_sym_DASH] = ACTIONS(3612), + [anon_sym_SLASH] = ACTIONS(3584), + [anon_sym_PERCENT] = ACTIONS(3584), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -112653,92 +112648,92 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(1754), - [sym_safe_nav] = ACTIONS(3596), + [sym__automatic_semicolon] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(3598), [sym_multiline_comment] = ACTIONS(3), }, - [642] = { - [sym_getter] = STATE(3756), - [sym_setter] = STATE(3756), - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(1614), - [sym__comparison_operator] = STATE(1613), - [sym__in_operator] = STATE(2103), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(1671), - [sym__multiplicative_operator] = STATE(1686), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_modifiers] = STATE(8690), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1688), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [aux_sym_modifiers_repeat1] = STATE(5441), + [641] = { + [sym_getter] = STATE(3715), + [sym_setter] = STATE(3715), + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(1769), + [sym__comparison_operator] = STATE(1765), + [sym__in_operator] = STATE(1760), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(1749), + [sym__multiplicative_operator] = STATE(1746), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_modifiers] = STATE(8752), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1729), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_EQ] = ACTIONS(1752), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_EQ] = ACTIONS(1694), [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(1754), - [anon_sym_LPAREN] = ACTIONS(3570), - [anon_sym_COMMA] = ACTIONS(1754), + [anon_sym_RBRACE] = ACTIONS(1696), + [anon_sym_LPAREN] = ACTIONS(3572), + [anon_sym_COMMA] = ACTIONS(1696), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3572), - [anon_sym_where] = ACTIONS(1752), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(3624), - [anon_sym_get] = ACTIONS(3578), - [anon_sym_set] = ACTIONS(3580), - [anon_sym_STAR] = ACTIONS(3582), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(3586), - [anon_sym_DOT_DOT] = ACTIONS(3588), - [anon_sym_QMARK_COLON] = ACTIONS(3590), - [anon_sym_AMP_AMP] = ACTIONS(3592), - [anon_sym_PIPE_PIPE] = ACTIONS(3594), - [anon_sym_else] = ACTIONS(1752), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_PLUS_EQ] = ACTIONS(1754), - [anon_sym_DASH_EQ] = ACTIONS(1754), - [anon_sym_STAR_EQ] = ACTIONS(1754), - [anon_sym_SLASH_EQ] = ACTIONS(1754), - [anon_sym_PERCENT_EQ] = ACTIONS(1754), - [anon_sym_BANG_EQ] = ACTIONS(3598), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3600), - [anon_sym_EQ_EQ] = ACTIONS(3598), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3600), - [anon_sym_LT_EQ] = ACTIONS(3602), - [anon_sym_GT_EQ] = ACTIONS(3602), - [anon_sym_BANGin] = ACTIONS(3604), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), - [anon_sym_PLUS] = ACTIONS(3610), - [anon_sym_DASH] = ACTIONS(3610), - [anon_sym_SLASH] = ACTIONS(3582), - [anon_sym_PERCENT] = ACTIONS(3582), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), + [anon_sym_GT] = ACTIONS(3574), + [anon_sym_where] = ACTIONS(1694), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(3618), + [anon_sym_get] = ACTIONS(3580), + [anon_sym_set] = ACTIONS(3582), + [anon_sym_STAR] = ACTIONS(3584), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(3588), + [anon_sym_DOT_DOT] = ACTIONS(3590), + [anon_sym_QMARK_COLON] = ACTIONS(3592), + [anon_sym_AMP_AMP] = ACTIONS(3594), + [anon_sym_PIPE_PIPE] = ACTIONS(3596), + [anon_sym_else] = ACTIONS(1694), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_PLUS_EQ] = ACTIONS(1696), + [anon_sym_DASH_EQ] = ACTIONS(1696), + [anon_sym_STAR_EQ] = ACTIONS(1696), + [anon_sym_SLASH_EQ] = ACTIONS(1696), + [anon_sym_PERCENT_EQ] = ACTIONS(1696), + [anon_sym_BANG_EQ] = ACTIONS(3600), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3602), + [anon_sym_EQ_EQ] = ACTIONS(3600), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3602), + [anon_sym_LT_EQ] = ACTIONS(3604), + [anon_sym_GT_EQ] = ACTIONS(3604), + [anon_sym_BANGin] = ACTIONS(3606), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), + [anon_sym_PLUS] = ACTIONS(3612), + [anon_sym_DASH] = ACTIONS(3612), + [anon_sym_SLASH] = ACTIONS(3584), + [anon_sym_PERCENT] = ACTIONS(3584), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -112766,81 +112761,194 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(1696), + [sym_safe_nav] = ACTIONS(3598), + [sym_multiline_comment] = ACTIONS(3), + }, + [642] = { + [sym_property_delegate] = STATE(732), + [sym_getter] = STATE(1155), + [sym_setter] = STATE(1155), + [sym_modifiers] = STATE(8753), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1752), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1754), + [anon_sym_as] = ACTIONS(1752), + [anon_sym_EQ] = ACTIONS(3550), + [anon_sym_LBRACE] = ACTIONS(1754), + [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_LPAREN] = ACTIONS(1754), + [anon_sym_by] = ACTIONS(3510), + [anon_sym_LT] = ACTIONS(1752), + [anon_sym_GT] = ACTIONS(1752), + [anon_sym_object] = ACTIONS(1752), + [anon_sym_fun] = ACTIONS(1752), + [anon_sym_DOT] = ACTIONS(1752), + [anon_sym_SEMI] = ACTIONS(2012), + [anon_sym_get] = ACTIONS(3512), + [anon_sym_set] = ACTIONS(3514), + [anon_sym_this] = ACTIONS(1752), + [anon_sym_super] = ACTIONS(1752), + [anon_sym_STAR] = ACTIONS(1754), + [sym_label] = ACTIONS(1752), + [anon_sym_in] = ACTIONS(1752), + [anon_sym_DOT_DOT] = ACTIONS(1754), + [anon_sym_QMARK_COLON] = ACTIONS(1754), + [anon_sym_AMP_AMP] = ACTIONS(1754), + [anon_sym_PIPE_PIPE] = ACTIONS(1754), + [anon_sym_null] = ACTIONS(1752), + [anon_sym_if] = ACTIONS(1752), + [anon_sym_else] = ACTIONS(1752), + [anon_sym_when] = ACTIONS(1752), + [anon_sym_try] = ACTIONS(1752), + [anon_sym_throw] = ACTIONS(1752), + [anon_sym_return] = ACTIONS(1752), + [anon_sym_continue] = ACTIONS(1752), + [anon_sym_break] = ACTIONS(1752), + [anon_sym_COLON_COLON] = ACTIONS(1754), + [anon_sym_BANG_EQ] = ACTIONS(1752), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), + [anon_sym_EQ_EQ] = ACTIONS(1752), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), + [anon_sym_LT_EQ] = ACTIONS(1754), + [anon_sym_GT_EQ] = ACTIONS(1754), + [anon_sym_BANGin] = ACTIONS(1754), + [anon_sym_is] = ACTIONS(1752), + [anon_sym_BANGis] = ACTIONS(1754), + [anon_sym_PLUS] = ACTIONS(1752), + [anon_sym_DASH] = ACTIONS(1752), + [anon_sym_SLASH] = ACTIONS(1752), + [anon_sym_PERCENT] = ACTIONS(1754), + [anon_sym_as_QMARK] = ACTIONS(1754), + [anon_sym_PLUS_PLUS] = ACTIONS(1754), + [anon_sym_DASH_DASH] = ACTIONS(1754), + [anon_sym_BANG] = ACTIONS(1752), + [anon_sym_BANG_BANG] = ACTIONS(1754), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1754), + [anon_sym_continue_AT] = ACTIONS(1754), + [anon_sym_break_AT] = ACTIONS(1754), + [sym_real_literal] = ACTIONS(1754), + [sym_integer_literal] = ACTIONS(1752), + [sym_hex_literal] = ACTIONS(1754), + [sym_bin_literal] = ACTIONS(1754), + [anon_sym_true] = ACTIONS(1752), + [anon_sym_false] = ACTIONS(1752), + [anon_sym_SQUOTE] = ACTIONS(1754), + [sym__backtick_identifier] = ACTIONS(1754), [sym__automatic_semicolon] = ACTIONS(1754), - [sym_safe_nav] = ACTIONS(3596), + [sym_safe_nav] = ACTIONS(1754), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1754), }, [643] = { [sym_property_delegate] = STATE(735), - [sym_getter] = STATE(3127), - [sym_setter] = STATE(3127), - [sym_modifiers] = STATE(8857), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1770), + [sym_getter] = STATE(1188), + [sym_setter] = STATE(1188), + [sym_modifiers] = STATE(8753), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1772), - [anon_sym_as] = ACTIONS(1770), - [anon_sym_EQ] = ACTIONS(3626), - [anon_sym_LBRACE] = ACTIONS(1772), - [anon_sym_RBRACE] = ACTIONS(1772), - [anon_sym_LPAREN] = ACTIONS(1772), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_EQ] = ACTIONS(3542), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), [anon_sym_by] = ACTIONS(3510), - [anon_sym_LT] = ACTIONS(1770), - [anon_sym_GT] = ACTIONS(1770), - [anon_sym_object] = ACTIONS(1770), - [anon_sym_fun] = ACTIONS(1770), - [anon_sym_DOT] = ACTIONS(1770), - [anon_sym_SEMI] = ACTIONS(2010), - [anon_sym_get] = ACTIONS(3514), - [anon_sym_set] = ACTIONS(3516), - [anon_sym_this] = ACTIONS(1770), - [anon_sym_super] = ACTIONS(1770), - [anon_sym_STAR] = ACTIONS(1772), - [sym_label] = ACTIONS(1770), - [anon_sym_in] = ACTIONS(1770), - [anon_sym_DOT_DOT] = ACTIONS(1772), - [anon_sym_QMARK_COLON] = ACTIONS(1772), - [anon_sym_AMP_AMP] = ACTIONS(1772), - [anon_sym_PIPE_PIPE] = ACTIONS(1772), - [anon_sym_null] = ACTIONS(1770), - [anon_sym_if] = ACTIONS(1770), - [anon_sym_else] = ACTIONS(1770), - [anon_sym_when] = ACTIONS(1770), - [anon_sym_try] = ACTIONS(1770), - [anon_sym_throw] = ACTIONS(1770), - [anon_sym_return] = ACTIONS(1770), - [anon_sym_continue] = ACTIONS(1770), - [anon_sym_break] = ACTIONS(1770), - [anon_sym_COLON_COLON] = ACTIONS(1772), - [anon_sym_BANG_EQ] = ACTIONS(1770), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1772), - [anon_sym_EQ_EQ] = ACTIONS(1770), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1772), - [anon_sym_LT_EQ] = ACTIONS(1772), - [anon_sym_GT_EQ] = ACTIONS(1772), - [anon_sym_BANGin] = ACTIONS(1772), - [anon_sym_is] = ACTIONS(1770), - [anon_sym_BANGis] = ACTIONS(1772), - [anon_sym_PLUS] = ACTIONS(1770), - [anon_sym_DASH] = ACTIONS(1770), - [anon_sym_SLASH] = ACTIONS(1770), - [anon_sym_PERCENT] = ACTIONS(1772), - [anon_sym_as_QMARK] = ACTIONS(1772), - [anon_sym_PLUS_PLUS] = ACTIONS(1772), - [anon_sym_DASH_DASH] = ACTIONS(1772), - [anon_sym_BANG] = ACTIONS(1770), - [anon_sym_BANG_BANG] = ACTIONS(1772), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_object] = ACTIONS(1784), + [anon_sym_fun] = ACTIONS(1784), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(2002), + [anon_sym_get] = ACTIONS(3512), + [anon_sym_set] = ACTIONS(3514), + [anon_sym_this] = ACTIONS(1784), + [anon_sym_super] = ACTIONS(1784), + [anon_sym_STAR] = ACTIONS(1786), + [sym_label] = ACTIONS(1784), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_null] = ACTIONS(1784), + [anon_sym_if] = ACTIONS(1784), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_when] = ACTIONS(1784), + [anon_sym_try] = ACTIONS(1784), + [anon_sym_throw] = ACTIONS(1784), + [anon_sym_return] = ACTIONS(1784), + [anon_sym_continue] = ACTIONS(1784), + [anon_sym_break] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1786), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG] = ACTIONS(1784), + [anon_sym_BANG_BANG] = ACTIONS(1786), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -112864,107 +112972,107 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1772), - [anon_sym_continue_AT] = ACTIONS(1772), - [anon_sym_break_AT] = ACTIONS(1772), - [sym_real_literal] = ACTIONS(1772), - [sym_integer_literal] = ACTIONS(1770), - [sym_hex_literal] = ACTIONS(1772), - [sym_bin_literal] = ACTIONS(1772), - [anon_sym_true] = ACTIONS(1770), - [anon_sym_false] = ACTIONS(1770), - [anon_sym_SQUOTE] = ACTIONS(1772), - [sym__backtick_identifier] = ACTIONS(1772), - [sym__automatic_semicolon] = ACTIONS(1772), - [sym_safe_nav] = ACTIONS(1772), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1772), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1786), + [anon_sym_continue_AT] = ACTIONS(1786), + [anon_sym_break_AT] = ACTIONS(1786), + [sym_real_literal] = ACTIONS(1786), + [sym_integer_literal] = ACTIONS(1784), + [sym_hex_literal] = ACTIONS(1786), + [sym_bin_literal] = ACTIONS(1786), + [anon_sym_true] = ACTIONS(1784), + [anon_sym_false] = ACTIONS(1784), + [anon_sym_SQUOTE] = ACTIONS(1786), + [sym__backtick_identifier] = ACTIONS(1786), + [sym__automatic_semicolon] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1786), }, [644] = { - [sym_getter] = STATE(4966), - [sym_setter] = STATE(4966), - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(1614), - [sym__comparison_operator] = STATE(1613), - [sym__in_operator] = STATE(2103), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(1671), - [sym__multiplicative_operator] = STATE(1686), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_modifiers] = STATE(8718), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1688), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym_getter] = STATE(4947), + [sym_setter] = STATE(4947), + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(1769), + [sym__comparison_operator] = STATE(1765), + [sym__in_operator] = STATE(1760), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(1749), + [sym__multiplicative_operator] = STATE(1746), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_modifiers] = STATE(8917), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1729), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_EQ] = ACTIONS(1770), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_EQ] = ACTIONS(1778), [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(1772), - [anon_sym_LPAREN] = ACTIONS(3570), - [anon_sym_COMMA] = ACTIONS(1772), + [anon_sym_RBRACE] = ACTIONS(1780), + [anon_sym_LPAREN] = ACTIONS(3572), + [anon_sym_COMMA] = ACTIONS(1780), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3572), - [anon_sym_where] = ACTIONS(1770), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(3628), - [anon_sym_get] = ACTIONS(3618), - [anon_sym_set] = ACTIONS(3620), - [anon_sym_STAR] = ACTIONS(3582), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(3586), - [anon_sym_DOT_DOT] = ACTIONS(3588), - [anon_sym_QMARK_COLON] = ACTIONS(3590), - [anon_sym_AMP_AMP] = ACTIONS(3592), - [anon_sym_PIPE_PIPE] = ACTIONS(3594), - [anon_sym_else] = ACTIONS(1770), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_PLUS_EQ] = ACTIONS(1772), - [anon_sym_DASH_EQ] = ACTIONS(1772), - [anon_sym_STAR_EQ] = ACTIONS(1772), - [anon_sym_SLASH_EQ] = ACTIONS(1772), - [anon_sym_PERCENT_EQ] = ACTIONS(1772), - [anon_sym_BANG_EQ] = ACTIONS(3598), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3600), - [anon_sym_EQ_EQ] = ACTIONS(3598), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3600), - [anon_sym_LT_EQ] = ACTIONS(3602), - [anon_sym_GT_EQ] = ACTIONS(3602), - [anon_sym_BANGin] = ACTIONS(3604), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), - [anon_sym_PLUS] = ACTIONS(3610), - [anon_sym_DASH] = ACTIONS(3610), - [anon_sym_SLASH] = ACTIONS(3582), - [anon_sym_PERCENT] = ACTIONS(3582), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), + [anon_sym_GT] = ACTIONS(3574), + [anon_sym_where] = ACTIONS(1778), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(3620), + [anon_sym_get] = ACTIONS(3622), + [anon_sym_set] = ACTIONS(3624), + [anon_sym_STAR] = ACTIONS(3584), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(3588), + [anon_sym_DOT_DOT] = ACTIONS(3590), + [anon_sym_QMARK_COLON] = ACTIONS(3592), + [anon_sym_AMP_AMP] = ACTIONS(3594), + [anon_sym_PIPE_PIPE] = ACTIONS(3596), + [anon_sym_else] = ACTIONS(1778), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_PLUS_EQ] = ACTIONS(1780), + [anon_sym_DASH_EQ] = ACTIONS(1780), + [anon_sym_STAR_EQ] = ACTIONS(1780), + [anon_sym_SLASH_EQ] = ACTIONS(1780), + [anon_sym_PERCENT_EQ] = ACTIONS(1780), + [anon_sym_BANG_EQ] = ACTIONS(3600), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3602), + [anon_sym_EQ_EQ] = ACTIONS(3600), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3602), + [anon_sym_LT_EQ] = ACTIONS(3604), + [anon_sym_GT_EQ] = ACTIONS(3604), + [anon_sym_BANGin] = ACTIONS(3606), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), + [anon_sym_PLUS] = ACTIONS(3612), + [anon_sym_DASH] = ACTIONS(3612), + [anon_sym_SLASH] = ACTIONS(3584), + [anon_sym_PERCENT] = ACTIONS(3584), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -112992,92 +113100,92 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(1772), - [sym_safe_nav] = ACTIONS(3596), + [sym__automatic_semicolon] = ACTIONS(1780), + [sym_safe_nav] = ACTIONS(3598), [sym_multiline_comment] = ACTIONS(3), }, [645] = { - [sym_getter] = STATE(3812), - [sym_setter] = STATE(3812), - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(1614), - [sym__comparison_operator] = STATE(1613), - [sym__in_operator] = STATE(2103), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(1671), - [sym__multiplicative_operator] = STATE(1686), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_modifiers] = STATE(8690), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1688), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym_getter] = STATE(4923), + [sym_setter] = STATE(4923), + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(1769), + [sym__comparison_operator] = STATE(1765), + [sym__in_operator] = STATE(1760), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(1749), + [sym__multiplicative_operator] = STATE(1746), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_modifiers] = STATE(8917), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1729), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), [anon_sym_EQ] = ACTIONS(1770), [anon_sym_LBRACE] = ACTIONS(1622), [anon_sym_RBRACE] = ACTIONS(1772), - [anon_sym_LPAREN] = ACTIONS(3570), + [anon_sym_LPAREN] = ACTIONS(3572), [anon_sym_COMMA] = ACTIONS(1772), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3572), + [anon_sym_GT] = ACTIONS(3574), [anon_sym_where] = ACTIONS(1770), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(3630), - [anon_sym_get] = ACTIONS(3578), - [anon_sym_set] = ACTIONS(3580), - [anon_sym_STAR] = ACTIONS(3582), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(3586), - [anon_sym_DOT_DOT] = ACTIONS(3588), - [anon_sym_QMARK_COLON] = ACTIONS(3590), - [anon_sym_AMP_AMP] = ACTIONS(3592), - [anon_sym_PIPE_PIPE] = ACTIONS(3594), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(3626), + [anon_sym_get] = ACTIONS(3622), + [anon_sym_set] = ACTIONS(3624), + [anon_sym_STAR] = ACTIONS(3584), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(3588), + [anon_sym_DOT_DOT] = ACTIONS(3590), + [anon_sym_QMARK_COLON] = ACTIONS(3592), + [anon_sym_AMP_AMP] = ACTIONS(3594), + [anon_sym_PIPE_PIPE] = ACTIONS(3596), [anon_sym_else] = ACTIONS(1770), - [anon_sym_COLON_COLON] = ACTIONS(3596), + [anon_sym_COLON_COLON] = ACTIONS(3598), [anon_sym_PLUS_EQ] = ACTIONS(1772), [anon_sym_DASH_EQ] = ACTIONS(1772), [anon_sym_STAR_EQ] = ACTIONS(1772), [anon_sym_SLASH_EQ] = ACTIONS(1772), [anon_sym_PERCENT_EQ] = ACTIONS(1772), - [anon_sym_BANG_EQ] = ACTIONS(3598), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3600), - [anon_sym_EQ_EQ] = ACTIONS(3598), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3600), - [anon_sym_LT_EQ] = ACTIONS(3602), - [anon_sym_GT_EQ] = ACTIONS(3602), - [anon_sym_BANGin] = ACTIONS(3604), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), - [anon_sym_PLUS] = ACTIONS(3610), - [anon_sym_DASH] = ACTIONS(3610), - [anon_sym_SLASH] = ACTIONS(3582), - [anon_sym_PERCENT] = ACTIONS(3582), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), + [anon_sym_BANG_EQ] = ACTIONS(3600), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3602), + [anon_sym_EQ_EQ] = ACTIONS(3600), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3602), + [anon_sym_LT_EQ] = ACTIONS(3604), + [anon_sym_GT_EQ] = ACTIONS(3604), + [anon_sym_BANGin] = ACTIONS(3606), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), + [anon_sym_PLUS] = ACTIONS(3612), + [anon_sym_DASH] = ACTIONS(3612), + [anon_sym_SLASH] = ACTIONS(3584), + [anon_sym_PERCENT] = ACTIONS(3584), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -113106,91 +113214,91 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), [sym__automatic_semicolon] = ACTIONS(1772), - [sym_safe_nav] = ACTIONS(3596), + [sym_safe_nav] = ACTIONS(3598), [sym_multiline_comment] = ACTIONS(3), }, [646] = { - [sym_getter] = STATE(3877), - [sym_setter] = STATE(3877), - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(1614), - [sym__comparison_operator] = STATE(1613), - [sym__in_operator] = STATE(2103), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(1671), - [sym__multiplicative_operator] = STATE(1686), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_modifiers] = STATE(8690), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1688), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym_getter] = STATE(3760), + [sym_setter] = STATE(3760), + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(1769), + [sym__comparison_operator] = STATE(1765), + [sym__in_operator] = STATE(1760), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(1749), + [sym__multiplicative_operator] = STATE(1746), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_modifiers] = STATE(8752), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1729), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_EQ] = ACTIONS(1776), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_EQ] = ACTIONS(1770), [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(3570), - [anon_sym_COMMA] = ACTIONS(1778), + [anon_sym_RBRACE] = ACTIONS(1772), + [anon_sym_LPAREN] = ACTIONS(3572), + [anon_sym_COMMA] = ACTIONS(1772), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3572), - [anon_sym_where] = ACTIONS(1776), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(3632), - [anon_sym_get] = ACTIONS(3578), - [anon_sym_set] = ACTIONS(3580), - [anon_sym_STAR] = ACTIONS(3582), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(3586), - [anon_sym_DOT_DOT] = ACTIONS(3588), - [anon_sym_QMARK_COLON] = ACTIONS(3590), - [anon_sym_AMP_AMP] = ACTIONS(3592), - [anon_sym_PIPE_PIPE] = ACTIONS(3594), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_PLUS_EQ] = ACTIONS(1778), - [anon_sym_DASH_EQ] = ACTIONS(1778), - [anon_sym_STAR_EQ] = ACTIONS(1778), - [anon_sym_SLASH_EQ] = ACTIONS(1778), - [anon_sym_PERCENT_EQ] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(3598), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3600), - [anon_sym_EQ_EQ] = ACTIONS(3598), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3600), - [anon_sym_LT_EQ] = ACTIONS(3602), - [anon_sym_GT_EQ] = ACTIONS(3602), - [anon_sym_BANGin] = ACTIONS(3604), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), - [anon_sym_PLUS] = ACTIONS(3610), - [anon_sym_DASH] = ACTIONS(3610), - [anon_sym_SLASH] = ACTIONS(3582), - [anon_sym_PERCENT] = ACTIONS(3582), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), + [anon_sym_GT] = ACTIONS(3574), + [anon_sym_where] = ACTIONS(1770), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(3628), + [anon_sym_get] = ACTIONS(3580), + [anon_sym_set] = ACTIONS(3582), + [anon_sym_STAR] = ACTIONS(3584), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(3588), + [anon_sym_DOT_DOT] = ACTIONS(3590), + [anon_sym_QMARK_COLON] = ACTIONS(3592), + [anon_sym_AMP_AMP] = ACTIONS(3594), + [anon_sym_PIPE_PIPE] = ACTIONS(3596), + [anon_sym_else] = ACTIONS(1770), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_PLUS_EQ] = ACTIONS(1772), + [anon_sym_DASH_EQ] = ACTIONS(1772), + [anon_sym_STAR_EQ] = ACTIONS(1772), + [anon_sym_SLASH_EQ] = ACTIONS(1772), + [anon_sym_PERCENT_EQ] = ACTIONS(1772), + [anon_sym_BANG_EQ] = ACTIONS(3600), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3602), + [anon_sym_EQ_EQ] = ACTIONS(3600), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3602), + [anon_sym_LT_EQ] = ACTIONS(3604), + [anon_sym_GT_EQ] = ACTIONS(3604), + [anon_sym_BANGin] = ACTIONS(3606), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), + [anon_sym_PLUS] = ACTIONS(3612), + [anon_sym_DASH] = ACTIONS(3612), + [anon_sym_SLASH] = ACTIONS(3584), + [anon_sym_PERCENT] = ACTIONS(3584), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -113218,97 +113326,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(3596), + [sym__automatic_semicolon] = ACTIONS(1772), + [sym_safe_nav] = ACTIONS(3598), [sym_multiline_comment] = ACTIONS(3), }, [647] = { - [sym_getter] = STATE(3810), - [sym_setter] = STATE(3810), - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(1614), - [sym__comparison_operator] = STATE(1613), - [sym__in_operator] = STATE(2103), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(1671), - [sym__multiplicative_operator] = STATE(1686), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_modifiers] = STATE(8690), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1688), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_EQ] = ACTIONS(1764), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(1766), - [anon_sym_LPAREN] = ACTIONS(3570), - [anon_sym_COMMA] = ACTIONS(1766), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3572), - [anon_sym_where] = ACTIONS(1764), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(3634), - [anon_sym_get] = ACTIONS(3578), - [anon_sym_set] = ACTIONS(3580), - [anon_sym_STAR] = ACTIONS(3582), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(3586), - [anon_sym_DOT_DOT] = ACTIONS(3588), - [anon_sym_QMARK_COLON] = ACTIONS(3590), - [anon_sym_AMP_AMP] = ACTIONS(3592), - [anon_sym_PIPE_PIPE] = ACTIONS(3594), - [anon_sym_else] = ACTIONS(1764), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_PLUS_EQ] = ACTIONS(1766), - [anon_sym_DASH_EQ] = ACTIONS(1766), - [anon_sym_STAR_EQ] = ACTIONS(1766), - [anon_sym_SLASH_EQ] = ACTIONS(1766), - [anon_sym_PERCENT_EQ] = ACTIONS(1766), - [anon_sym_BANG_EQ] = ACTIONS(3598), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3600), - [anon_sym_EQ_EQ] = ACTIONS(3598), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3600), - [anon_sym_LT_EQ] = ACTIONS(3602), - [anon_sym_GT_EQ] = ACTIONS(3602), - [anon_sym_BANGin] = ACTIONS(3604), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), - [anon_sym_PLUS] = ACTIONS(3610), - [anon_sym_DASH] = ACTIONS(3610), - [anon_sym_SLASH] = ACTIONS(3582), - [anon_sym_PERCENT] = ACTIONS(3582), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), + [sym_property_delegate] = STATE(717), + [sym_getter] = STATE(3129), + [sym_setter] = STATE(3129), + [sym_modifiers] = STATE(8884), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1752), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1754), + [anon_sym_as] = ACTIONS(1752), + [anon_sym_EQ] = ACTIONS(3516), + [anon_sym_LBRACE] = ACTIONS(1754), + [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_LPAREN] = ACTIONS(1754), + [anon_sym_by] = ACTIONS(3510), + [anon_sym_LT] = ACTIONS(1752), + [anon_sym_GT] = ACTIONS(1752), + [anon_sym_object] = ACTIONS(1752), + [anon_sym_fun] = ACTIONS(1752), + [anon_sym_DOT] = ACTIONS(1752), + [anon_sym_SEMI] = ACTIONS(2006), + [anon_sym_get] = ACTIONS(3518), + [anon_sym_set] = ACTIONS(3520), + [anon_sym_this] = ACTIONS(1752), + [anon_sym_super] = ACTIONS(1752), + [anon_sym_STAR] = ACTIONS(1754), + [sym_label] = ACTIONS(1752), + [anon_sym_in] = ACTIONS(1752), + [anon_sym_DOT_DOT] = ACTIONS(1754), + [anon_sym_QMARK_COLON] = ACTIONS(1754), + [anon_sym_AMP_AMP] = ACTIONS(1754), + [anon_sym_PIPE_PIPE] = ACTIONS(1754), + [anon_sym_null] = ACTIONS(1752), + [anon_sym_if] = ACTIONS(1752), + [anon_sym_else] = ACTIONS(1752), + [anon_sym_when] = ACTIONS(1752), + [anon_sym_try] = ACTIONS(1752), + [anon_sym_throw] = ACTIONS(1752), + [anon_sym_return] = ACTIONS(1752), + [anon_sym_continue] = ACTIONS(1752), + [anon_sym_break] = ACTIONS(1752), + [anon_sym_COLON_COLON] = ACTIONS(1754), + [anon_sym_BANG_EQ] = ACTIONS(1752), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), + [anon_sym_EQ_EQ] = ACTIONS(1752), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), + [anon_sym_LT_EQ] = ACTIONS(1754), + [anon_sym_GT_EQ] = ACTIONS(1754), + [anon_sym_BANGin] = ACTIONS(1754), + [anon_sym_is] = ACTIONS(1752), + [anon_sym_BANGis] = ACTIONS(1754), + [anon_sym_PLUS] = ACTIONS(1752), + [anon_sym_DASH] = ACTIONS(1752), + [anon_sym_SLASH] = ACTIONS(1752), + [anon_sym_PERCENT] = ACTIONS(1754), + [anon_sym_as_QMARK] = ACTIONS(1754), + [anon_sym_PLUS_PLUS] = ACTIONS(1754), + [anon_sym_DASH_DASH] = ACTIONS(1754), + [anon_sym_BANG] = ACTIONS(1752), + [anon_sym_BANG_BANG] = ACTIONS(1754), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(1746), - [anon_sym_inner] = ACTIONS(1746), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -113327,85 +113424,96 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(1748), - [anon_sym_actual] = ACTIONS(1748), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(1766), - [sym_safe_nav] = ACTIONS(3596), + [anon_sym_return_AT] = ACTIONS(1754), + [anon_sym_continue_AT] = ACTIONS(1754), + [anon_sym_break_AT] = ACTIONS(1754), + [sym_real_literal] = ACTIONS(1754), + [sym_integer_literal] = ACTIONS(1752), + [sym_hex_literal] = ACTIONS(1754), + [sym_bin_literal] = ACTIONS(1754), + [anon_sym_true] = ACTIONS(1752), + [anon_sym_false] = ACTIONS(1752), + [anon_sym_SQUOTE] = ACTIONS(1754), + [sym__backtick_identifier] = ACTIONS(1754), + [sym__automatic_semicolon] = ACTIONS(1754), + [sym_safe_nav] = ACTIONS(1754), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1754), }, [648] = { - [sym_property_delegate] = STATE(722), - [sym_getter] = STATE(1110), - [sym_setter] = STATE(1110), - [sym_modifiers] = STATE(8560), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), + [sym_property_delegate] = STATE(728), + [sym_getter] = STATE(3184), + [sym_setter] = STATE(3184), + [sym_modifiers] = STATE(8884), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1694), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_EQ] = ACTIONS(3522), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(1696), + [anon_sym_as] = ACTIONS(1694), + [anon_sym_EQ] = ACTIONS(3532), + [anon_sym_LBRACE] = ACTIONS(1696), + [anon_sym_RBRACE] = ACTIONS(1696), + [anon_sym_LPAREN] = ACTIONS(1696), [anon_sym_by] = ACTIONS(3510), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_object] = ACTIONS(1776), - [anon_sym_fun] = ACTIONS(1776), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(1944), - [anon_sym_get] = ACTIONS(3524), - [anon_sym_set] = ACTIONS(3526), - [anon_sym_this] = ACTIONS(1776), - [anon_sym_super] = ACTIONS(1776), - [anon_sym_STAR] = ACTIONS(1778), - [sym_label] = ACTIONS(1776), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_null] = ACTIONS(1776), - [anon_sym_if] = ACTIONS(1776), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_when] = ACTIONS(1776), - [anon_sym_try] = ACTIONS(1776), - [anon_sym_throw] = ACTIONS(1776), - [anon_sym_return] = ACTIONS(1776), - [anon_sym_continue] = ACTIONS(1776), - [anon_sym_break] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1778), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG] = ACTIONS(1776), - [anon_sym_BANG_BANG] = ACTIONS(1778), + [anon_sym_LT] = ACTIONS(1694), + [anon_sym_GT] = ACTIONS(1694), + [anon_sym_object] = ACTIONS(1694), + [anon_sym_fun] = ACTIONS(1694), + [anon_sym_DOT] = ACTIONS(1694), + [anon_sym_SEMI] = ACTIONS(2000), + [anon_sym_get] = ACTIONS(3518), + [anon_sym_set] = ACTIONS(3520), + [anon_sym_this] = ACTIONS(1694), + [anon_sym_super] = ACTIONS(1694), + [anon_sym_STAR] = ACTIONS(1696), + [sym_label] = ACTIONS(1694), + [anon_sym_in] = ACTIONS(1694), + [anon_sym_DOT_DOT] = ACTIONS(1696), + [anon_sym_QMARK_COLON] = ACTIONS(1696), + [anon_sym_AMP_AMP] = ACTIONS(1696), + [anon_sym_PIPE_PIPE] = ACTIONS(1696), + [anon_sym_null] = ACTIONS(1694), + [anon_sym_if] = ACTIONS(1694), + [anon_sym_else] = ACTIONS(1694), + [anon_sym_when] = ACTIONS(1694), + [anon_sym_try] = ACTIONS(1694), + [anon_sym_throw] = ACTIONS(1694), + [anon_sym_return] = ACTIONS(1694), + [anon_sym_continue] = ACTIONS(1694), + [anon_sym_break] = ACTIONS(1694), + [anon_sym_COLON_COLON] = ACTIONS(1696), + [anon_sym_BANG_EQ] = ACTIONS(1694), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), + [anon_sym_EQ_EQ] = ACTIONS(1694), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), + [anon_sym_LT_EQ] = ACTIONS(1696), + [anon_sym_GT_EQ] = ACTIONS(1696), + [anon_sym_BANGin] = ACTIONS(1696), + [anon_sym_is] = ACTIONS(1694), + [anon_sym_BANGis] = ACTIONS(1696), + [anon_sym_PLUS] = ACTIONS(1694), + [anon_sym_DASH] = ACTIONS(1694), + [anon_sym_SLASH] = ACTIONS(1694), + [anon_sym_PERCENT] = ACTIONS(1696), + [anon_sym_as_QMARK] = ACTIONS(1696), + [anon_sym_PLUS_PLUS] = ACTIONS(1696), + [anon_sym_DASH_DASH] = ACTIONS(1696), + [anon_sym_BANG] = ACTIONS(1694), + [anon_sym_BANG_BANG] = ACTIONS(1696), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -113429,107 +113537,107 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1778), - [anon_sym_continue_AT] = ACTIONS(1778), - [anon_sym_break_AT] = ACTIONS(1778), - [sym_real_literal] = ACTIONS(1778), - [sym_integer_literal] = ACTIONS(1776), - [sym_hex_literal] = ACTIONS(1778), - [sym_bin_literal] = ACTIONS(1778), - [anon_sym_true] = ACTIONS(1776), - [anon_sym_false] = ACTIONS(1776), - [anon_sym_SQUOTE] = ACTIONS(1778), - [sym__backtick_identifier] = ACTIONS(1778), - [sym__automatic_semicolon] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1778), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1696), + [anon_sym_continue_AT] = ACTIONS(1696), + [anon_sym_break_AT] = ACTIONS(1696), + [sym_real_literal] = ACTIONS(1696), + [sym_integer_literal] = ACTIONS(1694), + [sym_hex_literal] = ACTIONS(1696), + [sym_bin_literal] = ACTIONS(1696), + [anon_sym_true] = ACTIONS(1694), + [anon_sym_false] = ACTIONS(1694), + [anon_sym_SQUOTE] = ACTIONS(1696), + [sym__backtick_identifier] = ACTIONS(1696), + [sym__automatic_semicolon] = ACTIONS(1696), + [sym_safe_nav] = ACTIONS(1696), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1696), }, [649] = { - [sym_getter] = STATE(5011), - [sym_setter] = STATE(5011), - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(1614), - [sym__comparison_operator] = STATE(1613), - [sym__in_operator] = STATE(2103), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(1671), - [sym__multiplicative_operator] = STATE(1686), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_modifiers] = STATE(8718), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1688), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym_getter] = STATE(4916), + [sym_setter] = STATE(4916), + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(1769), + [sym__comparison_operator] = STATE(1765), + [sym__in_operator] = STATE(1760), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(1749), + [sym__multiplicative_operator] = STATE(1746), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_modifiers] = STATE(8917), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1729), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_EQ] = ACTIONS(1776), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_EQ] = ACTIONS(1764), [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(3570), - [anon_sym_COMMA] = ACTIONS(1778), + [anon_sym_RBRACE] = ACTIONS(1766), + [anon_sym_LPAREN] = ACTIONS(3572), + [anon_sym_COMMA] = ACTIONS(1766), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3572), - [anon_sym_where] = ACTIONS(1776), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(3636), - [anon_sym_get] = ACTIONS(3618), - [anon_sym_set] = ACTIONS(3620), - [anon_sym_STAR] = ACTIONS(3582), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(3586), - [anon_sym_DOT_DOT] = ACTIONS(3588), - [anon_sym_QMARK_COLON] = ACTIONS(3590), - [anon_sym_AMP_AMP] = ACTIONS(3592), - [anon_sym_PIPE_PIPE] = ACTIONS(3594), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_PLUS_EQ] = ACTIONS(1778), - [anon_sym_DASH_EQ] = ACTIONS(1778), - [anon_sym_STAR_EQ] = ACTIONS(1778), - [anon_sym_SLASH_EQ] = ACTIONS(1778), - [anon_sym_PERCENT_EQ] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(3598), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3600), - [anon_sym_EQ_EQ] = ACTIONS(3598), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3600), - [anon_sym_LT_EQ] = ACTIONS(3602), - [anon_sym_GT_EQ] = ACTIONS(3602), - [anon_sym_BANGin] = ACTIONS(3604), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), - [anon_sym_PLUS] = ACTIONS(3610), - [anon_sym_DASH] = ACTIONS(3610), - [anon_sym_SLASH] = ACTIONS(3582), - [anon_sym_PERCENT] = ACTIONS(3582), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), + [anon_sym_GT] = ACTIONS(3574), + [anon_sym_where] = ACTIONS(1764), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(3630), + [anon_sym_get] = ACTIONS(3622), + [anon_sym_set] = ACTIONS(3624), + [anon_sym_STAR] = ACTIONS(3584), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(3588), + [anon_sym_DOT_DOT] = ACTIONS(3590), + [anon_sym_QMARK_COLON] = ACTIONS(3592), + [anon_sym_AMP_AMP] = ACTIONS(3594), + [anon_sym_PIPE_PIPE] = ACTIONS(3596), + [anon_sym_else] = ACTIONS(1764), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_PLUS_EQ] = ACTIONS(1766), + [anon_sym_DASH_EQ] = ACTIONS(1766), + [anon_sym_STAR_EQ] = ACTIONS(1766), + [anon_sym_SLASH_EQ] = ACTIONS(1766), + [anon_sym_PERCENT_EQ] = ACTIONS(1766), + [anon_sym_BANG_EQ] = ACTIONS(3600), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3602), + [anon_sym_EQ_EQ] = ACTIONS(3600), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3602), + [anon_sym_LT_EQ] = ACTIONS(3604), + [anon_sym_GT_EQ] = ACTIONS(3604), + [anon_sym_BANGin] = ACTIONS(3606), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), + [anon_sym_PLUS] = ACTIONS(3612), + [anon_sym_DASH] = ACTIONS(3612), + [anon_sym_SLASH] = ACTIONS(3584), + [anon_sym_PERCENT] = ACTIONS(3584), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -113557,92 +113665,92 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(3596), + [sym__automatic_semicolon] = ACTIONS(1766), + [sym_safe_nav] = ACTIONS(3598), [sym_multiline_comment] = ACTIONS(3), }, [650] = { - [sym_getter] = STATE(3727), - [sym_setter] = STATE(3727), - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(1614), - [sym__comparison_operator] = STATE(1613), - [sym__in_operator] = STATE(2103), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(1671), - [sym__multiplicative_operator] = STATE(1686), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_modifiers] = STATE(8690), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1688), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym_getter] = STATE(3702), + [sym_setter] = STATE(3702), + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(1769), + [sym__comparison_operator] = STATE(1765), + [sym__in_operator] = STATE(1760), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(1749), + [sym__multiplicative_operator] = STATE(1746), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_modifiers] = STATE(8752), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1729), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_EQ] = ACTIONS(1694), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_EQ] = ACTIONS(1752), [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(1696), - [anon_sym_LPAREN] = ACTIONS(3570), - [anon_sym_COMMA] = ACTIONS(1696), + [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_LPAREN] = ACTIONS(3572), + [anon_sym_COMMA] = ACTIONS(1754), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3572), - [anon_sym_where] = ACTIONS(1694), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(3638), - [anon_sym_get] = ACTIONS(3578), - [anon_sym_set] = ACTIONS(3580), - [anon_sym_STAR] = ACTIONS(3582), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(3586), - [anon_sym_DOT_DOT] = ACTIONS(3588), - [anon_sym_QMARK_COLON] = ACTIONS(3590), - [anon_sym_AMP_AMP] = ACTIONS(3592), - [anon_sym_PIPE_PIPE] = ACTIONS(3594), - [anon_sym_else] = ACTIONS(1694), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_PLUS_EQ] = ACTIONS(1696), - [anon_sym_DASH_EQ] = ACTIONS(1696), - [anon_sym_STAR_EQ] = ACTIONS(1696), - [anon_sym_SLASH_EQ] = ACTIONS(1696), - [anon_sym_PERCENT_EQ] = ACTIONS(1696), - [anon_sym_BANG_EQ] = ACTIONS(3598), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3600), - [anon_sym_EQ_EQ] = ACTIONS(3598), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3600), - [anon_sym_LT_EQ] = ACTIONS(3602), - [anon_sym_GT_EQ] = ACTIONS(3602), - [anon_sym_BANGin] = ACTIONS(3604), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), - [anon_sym_PLUS] = ACTIONS(3610), - [anon_sym_DASH] = ACTIONS(3610), - [anon_sym_SLASH] = ACTIONS(3582), - [anon_sym_PERCENT] = ACTIONS(3582), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), + [anon_sym_GT] = ACTIONS(3574), + [anon_sym_where] = ACTIONS(1752), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(3632), + [anon_sym_get] = ACTIONS(3580), + [anon_sym_set] = ACTIONS(3582), + [anon_sym_STAR] = ACTIONS(3584), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(3588), + [anon_sym_DOT_DOT] = ACTIONS(3590), + [anon_sym_QMARK_COLON] = ACTIONS(3592), + [anon_sym_AMP_AMP] = ACTIONS(3594), + [anon_sym_PIPE_PIPE] = ACTIONS(3596), + [anon_sym_else] = ACTIONS(1752), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_PLUS_EQ] = ACTIONS(1754), + [anon_sym_DASH_EQ] = ACTIONS(1754), + [anon_sym_STAR_EQ] = ACTIONS(1754), + [anon_sym_SLASH_EQ] = ACTIONS(1754), + [anon_sym_PERCENT_EQ] = ACTIONS(1754), + [anon_sym_BANG_EQ] = ACTIONS(3600), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3602), + [anon_sym_EQ_EQ] = ACTIONS(3600), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3602), + [anon_sym_LT_EQ] = ACTIONS(3604), + [anon_sym_GT_EQ] = ACTIONS(3604), + [anon_sym_BANGin] = ACTIONS(3606), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), + [anon_sym_PLUS] = ACTIONS(3612), + [anon_sym_DASH] = ACTIONS(3612), + [anon_sym_SLASH] = ACTIONS(3584), + [anon_sym_PERCENT] = ACTIONS(3584), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -113670,92 +113778,92 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(1696), - [sym_safe_nav] = ACTIONS(3596), + [sym__automatic_semicolon] = ACTIONS(1754), + [sym_safe_nav] = ACTIONS(3598), [sym_multiline_comment] = ACTIONS(3), }, [651] = { - [sym_getter] = STATE(5053), - [sym_setter] = STATE(5053), - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(1614), - [sym__comparison_operator] = STATE(1613), - [sym__in_operator] = STATE(2103), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(1671), - [sym__multiplicative_operator] = STATE(1686), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_modifiers] = STATE(8718), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1688), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym_getter] = STATE(5029), + [sym_setter] = STATE(5029), + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(1769), + [sym__comparison_operator] = STATE(1765), + [sym__in_operator] = STATE(1760), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(1749), + [sym__multiplicative_operator] = STATE(1746), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_modifiers] = STATE(8917), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1729), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_EQ] = ACTIONS(1764), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_EQ] = ACTIONS(1752), [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(1766), - [anon_sym_LPAREN] = ACTIONS(3570), - [anon_sym_COMMA] = ACTIONS(1766), + [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_LPAREN] = ACTIONS(3572), + [anon_sym_COMMA] = ACTIONS(1754), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3572), - [anon_sym_where] = ACTIONS(1764), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(3640), - [anon_sym_get] = ACTIONS(3618), - [anon_sym_set] = ACTIONS(3620), - [anon_sym_STAR] = ACTIONS(3582), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(3586), - [anon_sym_DOT_DOT] = ACTIONS(3588), - [anon_sym_QMARK_COLON] = ACTIONS(3590), - [anon_sym_AMP_AMP] = ACTIONS(3592), - [anon_sym_PIPE_PIPE] = ACTIONS(3594), - [anon_sym_else] = ACTIONS(1764), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_PLUS_EQ] = ACTIONS(1766), - [anon_sym_DASH_EQ] = ACTIONS(1766), - [anon_sym_STAR_EQ] = ACTIONS(1766), - [anon_sym_SLASH_EQ] = ACTIONS(1766), - [anon_sym_PERCENT_EQ] = ACTIONS(1766), - [anon_sym_BANG_EQ] = ACTIONS(3598), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3600), - [anon_sym_EQ_EQ] = ACTIONS(3598), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3600), - [anon_sym_LT_EQ] = ACTIONS(3602), - [anon_sym_GT_EQ] = ACTIONS(3602), - [anon_sym_BANGin] = ACTIONS(3604), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), - [anon_sym_PLUS] = ACTIONS(3610), - [anon_sym_DASH] = ACTIONS(3610), - [anon_sym_SLASH] = ACTIONS(3582), - [anon_sym_PERCENT] = ACTIONS(3582), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), + [anon_sym_GT] = ACTIONS(3574), + [anon_sym_where] = ACTIONS(1752), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(3634), + [anon_sym_get] = ACTIONS(3622), + [anon_sym_set] = ACTIONS(3624), + [anon_sym_STAR] = ACTIONS(3584), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(3588), + [anon_sym_DOT_DOT] = ACTIONS(3590), + [anon_sym_QMARK_COLON] = ACTIONS(3592), + [anon_sym_AMP_AMP] = ACTIONS(3594), + [anon_sym_PIPE_PIPE] = ACTIONS(3596), + [anon_sym_else] = ACTIONS(1752), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_PLUS_EQ] = ACTIONS(1754), + [anon_sym_DASH_EQ] = ACTIONS(1754), + [anon_sym_STAR_EQ] = ACTIONS(1754), + [anon_sym_SLASH_EQ] = ACTIONS(1754), + [anon_sym_PERCENT_EQ] = ACTIONS(1754), + [anon_sym_BANG_EQ] = ACTIONS(3600), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3602), + [anon_sym_EQ_EQ] = ACTIONS(3600), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3602), + [anon_sym_LT_EQ] = ACTIONS(3604), + [anon_sym_GT_EQ] = ACTIONS(3604), + [anon_sym_BANGin] = ACTIONS(3606), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), + [anon_sym_PLUS] = ACTIONS(3612), + [anon_sym_DASH] = ACTIONS(3612), + [anon_sym_SLASH] = ACTIONS(3584), + [anon_sym_PERCENT] = ACTIONS(3584), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -113783,194 +113891,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(1766), - [sym_safe_nav] = ACTIONS(3596), + [sym__automatic_semicolon] = ACTIONS(1754), + [sym_safe_nav] = ACTIONS(3598), [sym_multiline_comment] = ACTIONS(3), }, [652] = { - [sym_getter] = STATE(5040), - [sym_setter] = STATE(5040), - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(1614), - [sym__comparison_operator] = STATE(1613), - [sym__in_operator] = STATE(2103), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(1671), - [sym__multiplicative_operator] = STATE(1686), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_modifiers] = STATE(8718), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1688), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_EQ] = ACTIONS(1694), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(1696), - [anon_sym_LPAREN] = ACTIONS(3570), - [anon_sym_COMMA] = ACTIONS(1696), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3572), - [anon_sym_where] = ACTIONS(1694), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(3642), - [anon_sym_get] = ACTIONS(3618), - [anon_sym_set] = ACTIONS(3620), - [anon_sym_STAR] = ACTIONS(3582), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(3586), - [anon_sym_DOT_DOT] = ACTIONS(3588), - [anon_sym_QMARK_COLON] = ACTIONS(3590), - [anon_sym_AMP_AMP] = ACTIONS(3592), - [anon_sym_PIPE_PIPE] = ACTIONS(3594), - [anon_sym_else] = ACTIONS(1694), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_PLUS_EQ] = ACTIONS(1696), - [anon_sym_DASH_EQ] = ACTIONS(1696), - [anon_sym_STAR_EQ] = ACTIONS(1696), - [anon_sym_SLASH_EQ] = ACTIONS(1696), - [anon_sym_PERCENT_EQ] = ACTIONS(1696), - [anon_sym_BANG_EQ] = ACTIONS(3598), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3600), - [anon_sym_EQ_EQ] = ACTIONS(3598), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3600), - [anon_sym_LT_EQ] = ACTIONS(3602), - [anon_sym_GT_EQ] = ACTIONS(3602), - [anon_sym_BANGin] = ACTIONS(3604), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), - [anon_sym_PLUS] = ACTIONS(3610), - [anon_sym_DASH] = ACTIONS(3610), - [anon_sym_SLASH] = ACTIONS(3582), - [anon_sym_PERCENT] = ACTIONS(3582), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(1746), - [anon_sym_inner] = ACTIONS(1746), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(1748), - [anon_sym_actual] = ACTIONS(1748), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(1696), - [sym_safe_nav] = ACTIONS(3596), - [sym_multiline_comment] = ACTIONS(3), - }, - [653] = { - [sym_property_delegate] = STATE(714), - [sym_getter] = STATE(1107), - [sym_setter] = STATE(1107), - [sym_modifiers] = STATE(8560), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), + [sym_property_delegate] = STATE(740), + [sym_getter] = STATE(3288), + [sym_setter] = STATE(3288), + [sym_modifiers] = STATE(8884), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_EQ] = ACTIONS(3534), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_EQ] = ACTIONS(3530), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), [anon_sym_by] = ACTIONS(3510), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_object] = ACTIONS(3254), - [anon_sym_fun] = ACTIONS(3254), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(3536), - [anon_sym_get] = ACTIONS(3524), - [anon_sym_set] = ACTIONS(3526), - [anon_sym_this] = ACTIONS(3254), - [anon_sym_super] = ACTIONS(3254), - [anon_sym_STAR] = ACTIONS(3256), - [sym_label] = ACTIONS(3254), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_null] = ACTIONS(3254), - [anon_sym_if] = ACTIONS(3254), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_when] = ACTIONS(3254), - [anon_sym_try] = ACTIONS(3254), - [anon_sym_throw] = ACTIONS(3254), - [anon_sym_return] = ACTIONS(3254), - [anon_sym_continue] = ACTIONS(3254), - [anon_sym_break] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3256), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG] = ACTIONS(3254), - [anon_sym_BANG_BANG] = ACTIONS(3256), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_object] = ACTIONS(1784), + [anon_sym_fun] = ACTIONS(1784), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(1996), + [anon_sym_get] = ACTIONS(3518), + [anon_sym_set] = ACTIONS(3520), + [anon_sym_this] = ACTIONS(1784), + [anon_sym_super] = ACTIONS(1784), + [anon_sym_STAR] = ACTIONS(1786), + [sym_label] = ACTIONS(1784), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_null] = ACTIONS(1784), + [anon_sym_if] = ACTIONS(1784), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_when] = ACTIONS(1784), + [anon_sym_try] = ACTIONS(1784), + [anon_sym_throw] = ACTIONS(1784), + [anon_sym_return] = ACTIONS(1784), + [anon_sym_continue] = ACTIONS(1784), + [anon_sym_break] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1786), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG] = ACTIONS(1784), + [anon_sym_BANG_BANG] = ACTIONS(1786), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -113994,101 +113989,112 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3256), - [anon_sym_continue_AT] = ACTIONS(3256), - [anon_sym_break_AT] = ACTIONS(3256), - [sym_real_literal] = ACTIONS(3256), - [sym_integer_literal] = ACTIONS(3254), - [sym_hex_literal] = ACTIONS(3256), - [sym_bin_literal] = ACTIONS(3256), - [anon_sym_true] = ACTIONS(3254), - [anon_sym_false] = ACTIONS(3254), - [anon_sym_SQUOTE] = ACTIONS(3256), - [sym__backtick_identifier] = ACTIONS(3256), - [sym__automatic_semicolon] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3256), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1786), + [anon_sym_continue_AT] = ACTIONS(1786), + [anon_sym_break_AT] = ACTIONS(1786), + [sym_real_literal] = ACTIONS(1786), + [sym_integer_literal] = ACTIONS(1784), + [sym_hex_literal] = ACTIONS(1786), + [sym_bin_literal] = ACTIONS(1786), + [anon_sym_true] = ACTIONS(1784), + [anon_sym_false] = ACTIONS(1784), + [anon_sym_SQUOTE] = ACTIONS(1786), + [sym__backtick_identifier] = ACTIONS(1786), + [sym__automatic_semicolon] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1786), }, - [654] = { - [sym_property_delegate] = STATE(717), - [sym_getter] = STATE(1143), - [sym_setter] = STATE(1143), - [sym_modifiers] = STATE(8560), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1770), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1772), - [anon_sym_as] = ACTIONS(1770), - [anon_sym_EQ] = ACTIONS(3644), - [anon_sym_LBRACE] = ACTIONS(1772), - [anon_sym_RBRACE] = ACTIONS(1772), - [anon_sym_LPAREN] = ACTIONS(1772), - [anon_sym_by] = ACTIONS(3510), - [anon_sym_LT] = ACTIONS(1770), - [anon_sym_GT] = ACTIONS(1770), - [anon_sym_object] = ACTIONS(1770), - [anon_sym_fun] = ACTIONS(1770), - [anon_sym_DOT] = ACTIONS(1770), - [anon_sym_SEMI] = ACTIONS(1998), - [anon_sym_get] = ACTIONS(3524), - [anon_sym_set] = ACTIONS(3526), - [anon_sym_this] = ACTIONS(1770), - [anon_sym_super] = ACTIONS(1770), - [anon_sym_STAR] = ACTIONS(1772), - [sym_label] = ACTIONS(1770), - [anon_sym_in] = ACTIONS(1770), - [anon_sym_DOT_DOT] = ACTIONS(1772), - [anon_sym_QMARK_COLON] = ACTIONS(1772), - [anon_sym_AMP_AMP] = ACTIONS(1772), - [anon_sym_PIPE_PIPE] = ACTIONS(1772), - [anon_sym_null] = ACTIONS(1770), - [anon_sym_if] = ACTIONS(1770), - [anon_sym_else] = ACTIONS(1770), - [anon_sym_when] = ACTIONS(1770), - [anon_sym_try] = ACTIONS(1770), - [anon_sym_throw] = ACTIONS(1770), - [anon_sym_return] = ACTIONS(1770), - [anon_sym_continue] = ACTIONS(1770), - [anon_sym_break] = ACTIONS(1770), - [anon_sym_COLON_COLON] = ACTIONS(1772), - [anon_sym_BANG_EQ] = ACTIONS(1770), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1772), - [anon_sym_EQ_EQ] = ACTIONS(1770), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1772), - [anon_sym_LT_EQ] = ACTIONS(1772), - [anon_sym_GT_EQ] = ACTIONS(1772), - [anon_sym_BANGin] = ACTIONS(1772), - [anon_sym_is] = ACTIONS(1770), - [anon_sym_BANGis] = ACTIONS(1772), - [anon_sym_PLUS] = ACTIONS(1770), - [anon_sym_DASH] = ACTIONS(1770), - [anon_sym_SLASH] = ACTIONS(1770), - [anon_sym_PERCENT] = ACTIONS(1772), - [anon_sym_as_QMARK] = ACTIONS(1772), - [anon_sym_PLUS_PLUS] = ACTIONS(1772), - [anon_sym_DASH_DASH] = ACTIONS(1772), - [anon_sym_BANG] = ACTIONS(1770), - [anon_sym_BANG_BANG] = ACTIONS(1772), + [653] = { + [sym_getter] = STATE(5062), + [sym_setter] = STATE(5062), + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(1769), + [sym__comparison_operator] = STATE(1765), + [sym__in_operator] = STATE(1760), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(1749), + [sym__multiplicative_operator] = STATE(1746), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_modifiers] = STATE(8917), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1729), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_EQ] = ACTIONS(1694), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_RBRACE] = ACTIONS(1696), + [anon_sym_LPAREN] = ACTIONS(3572), + [anon_sym_COMMA] = ACTIONS(1696), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(3574), + [anon_sym_where] = ACTIONS(1694), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(3636), + [anon_sym_get] = ACTIONS(3622), + [anon_sym_set] = ACTIONS(3624), + [anon_sym_STAR] = ACTIONS(3584), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(3588), + [anon_sym_DOT_DOT] = ACTIONS(3590), + [anon_sym_QMARK_COLON] = ACTIONS(3592), + [anon_sym_AMP_AMP] = ACTIONS(3594), + [anon_sym_PIPE_PIPE] = ACTIONS(3596), + [anon_sym_else] = ACTIONS(1694), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_PLUS_EQ] = ACTIONS(1696), + [anon_sym_DASH_EQ] = ACTIONS(1696), + [anon_sym_STAR_EQ] = ACTIONS(1696), + [anon_sym_SLASH_EQ] = ACTIONS(1696), + [anon_sym_PERCENT_EQ] = ACTIONS(1696), + [anon_sym_BANG_EQ] = ACTIONS(3600), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3602), + [anon_sym_EQ_EQ] = ACTIONS(3600), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3602), + [anon_sym_LT_EQ] = ACTIONS(3604), + [anon_sym_GT_EQ] = ACTIONS(3604), + [anon_sym_BANGin] = ACTIONS(3606), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), + [anon_sym_PLUS] = ACTIONS(3612), + [anon_sym_DASH] = ACTIONS(3612), + [anon_sym_SLASH] = ACTIONS(3584), + [anon_sym_PERCENT] = ACTIONS(3584), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), + [anon_sym_data] = ACTIONS(1746), + [anon_sym_inner] = ACTIONS(1746), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -114107,101 +114113,101 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(1748), + [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1772), - [anon_sym_continue_AT] = ACTIONS(1772), - [anon_sym_break_AT] = ACTIONS(1772), - [sym_real_literal] = ACTIONS(1772), - [sym_integer_literal] = ACTIONS(1770), - [sym_hex_literal] = ACTIONS(1772), - [sym_bin_literal] = ACTIONS(1772), - [anon_sym_true] = ACTIONS(1770), - [anon_sym_false] = ACTIONS(1770), - [anon_sym_SQUOTE] = ACTIONS(1772), - [sym__backtick_identifier] = ACTIONS(1772), - [sym__automatic_semicolon] = ACTIONS(1772), - [sym_safe_nav] = ACTIONS(1772), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(1696), + [sym_safe_nav] = ACTIONS(3598), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1772), }, - [655] = { - [sym_property_delegate] = STATE(728), - [sym_getter] = STATE(3425), - [sym_setter] = STATE(3425), - [sym_modifiers] = STATE(8857), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_EQ] = ACTIONS(3562), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_by] = ACTIONS(3510), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_object] = ACTIONS(3254), - [anon_sym_fun] = ACTIONS(3254), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(3564), - [anon_sym_get] = ACTIONS(3514), - [anon_sym_set] = ACTIONS(3516), - [anon_sym_this] = ACTIONS(3254), - [anon_sym_super] = ACTIONS(3254), - [anon_sym_STAR] = ACTIONS(3256), - [sym_label] = ACTIONS(3254), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_null] = ACTIONS(3254), - [anon_sym_if] = ACTIONS(3254), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_when] = ACTIONS(3254), - [anon_sym_try] = ACTIONS(3254), - [anon_sym_throw] = ACTIONS(3254), - [anon_sym_return] = ACTIONS(3254), - [anon_sym_continue] = ACTIONS(3254), - [anon_sym_break] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3256), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG] = ACTIONS(3254), - [anon_sym_BANG_BANG] = ACTIONS(3256), + [654] = { + [sym_getter] = STATE(5058), + [sym_setter] = STATE(5058), + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(1769), + [sym__comparison_operator] = STATE(1765), + [sym__in_operator] = STATE(1760), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(1749), + [sym__multiplicative_operator] = STATE(1746), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_modifiers] = STATE(8917), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1729), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_EQ] = ACTIONS(1784), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(3572), + [anon_sym_COMMA] = ACTIONS(1786), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(3574), + [anon_sym_where] = ACTIONS(1784), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(3638), + [anon_sym_get] = ACTIONS(3622), + [anon_sym_set] = ACTIONS(3624), + [anon_sym_STAR] = ACTIONS(3584), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(3588), + [anon_sym_DOT_DOT] = ACTIONS(3590), + [anon_sym_QMARK_COLON] = ACTIONS(3592), + [anon_sym_AMP_AMP] = ACTIONS(3594), + [anon_sym_PIPE_PIPE] = ACTIONS(3596), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_PLUS_EQ] = ACTIONS(1786), + [anon_sym_DASH_EQ] = ACTIONS(1786), + [anon_sym_STAR_EQ] = ACTIONS(1786), + [anon_sym_SLASH_EQ] = ACTIONS(1786), + [anon_sym_PERCENT_EQ] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(3600), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3602), + [anon_sym_EQ_EQ] = ACTIONS(3600), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3602), + [anon_sym_LT_EQ] = ACTIONS(3604), + [anon_sym_GT_EQ] = ACTIONS(3604), + [anon_sym_BANGin] = ACTIONS(3606), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), + [anon_sym_PLUS] = ACTIONS(3612), + [anon_sym_DASH] = ACTIONS(3612), + [anon_sym_SLASH] = ACTIONS(3584), + [anon_sym_PERCENT] = ACTIONS(3584), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), + [anon_sym_data] = ACTIONS(1746), + [anon_sym_inner] = ACTIONS(1746), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -114220,101 +114226,101 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3256), - [anon_sym_continue_AT] = ACTIONS(3256), - [anon_sym_break_AT] = ACTIONS(3256), - [sym_real_literal] = ACTIONS(3256), - [sym_integer_literal] = ACTIONS(3254), - [sym_hex_literal] = ACTIONS(3256), - [sym_bin_literal] = ACTIONS(3256), - [anon_sym_true] = ACTIONS(3254), - [anon_sym_false] = ACTIONS(3254), - [anon_sym_SQUOTE] = ACTIONS(3256), - [sym__backtick_identifier] = ACTIONS(3256), - [sym__automatic_semicolon] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3256), + [anon_sym_expect] = ACTIONS(1748), + [anon_sym_actual] = ACTIONS(1748), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(3598), + [sym_multiline_comment] = ACTIONS(3), }, - [656] = { - [sym_property_delegate] = STATE(723), - [sym_getter] = STATE(3334), - [sym_setter] = STATE(3334), - [sym_modifiers] = STATE(8857), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1694), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1696), - [anon_sym_as] = ACTIONS(1694), - [anon_sym_EQ] = ACTIONS(3518), - [anon_sym_LBRACE] = ACTIONS(1696), - [anon_sym_RBRACE] = ACTIONS(1696), - [anon_sym_LPAREN] = ACTIONS(1696), - [anon_sym_by] = ACTIONS(3510), - [anon_sym_LT] = ACTIONS(1694), - [anon_sym_GT] = ACTIONS(1694), - [anon_sym_object] = ACTIONS(1694), - [anon_sym_fun] = ACTIONS(1694), - [anon_sym_DOT] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(2008), - [anon_sym_get] = ACTIONS(3514), - [anon_sym_set] = ACTIONS(3516), - [anon_sym_this] = ACTIONS(1694), - [anon_sym_super] = ACTIONS(1694), - [anon_sym_STAR] = ACTIONS(1696), - [sym_label] = ACTIONS(1694), - [anon_sym_in] = ACTIONS(1694), - [anon_sym_DOT_DOT] = ACTIONS(1696), - [anon_sym_QMARK_COLON] = ACTIONS(1696), - [anon_sym_AMP_AMP] = ACTIONS(1696), - [anon_sym_PIPE_PIPE] = ACTIONS(1696), - [anon_sym_null] = ACTIONS(1694), - [anon_sym_if] = ACTIONS(1694), - [anon_sym_else] = ACTIONS(1694), - [anon_sym_when] = ACTIONS(1694), - [anon_sym_try] = ACTIONS(1694), - [anon_sym_throw] = ACTIONS(1694), - [anon_sym_return] = ACTIONS(1694), - [anon_sym_continue] = ACTIONS(1694), - [anon_sym_break] = ACTIONS(1694), - [anon_sym_COLON_COLON] = ACTIONS(1696), - [anon_sym_BANG_EQ] = ACTIONS(1694), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), - [anon_sym_EQ_EQ] = ACTIONS(1694), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), - [anon_sym_LT_EQ] = ACTIONS(1696), - [anon_sym_GT_EQ] = ACTIONS(1696), - [anon_sym_BANGin] = ACTIONS(1696), - [anon_sym_is] = ACTIONS(1694), - [anon_sym_BANGis] = ACTIONS(1696), - [anon_sym_PLUS] = ACTIONS(1694), - [anon_sym_DASH] = ACTIONS(1694), - [anon_sym_SLASH] = ACTIONS(1694), - [anon_sym_PERCENT] = ACTIONS(1696), - [anon_sym_as_QMARK] = ACTIONS(1696), - [anon_sym_PLUS_PLUS] = ACTIONS(1696), - [anon_sym_DASH_DASH] = ACTIONS(1696), - [anon_sym_BANG] = ACTIONS(1694), - [anon_sym_BANG_BANG] = ACTIONS(1696), + [655] = { + [sym_getter] = STATE(3701), + [sym_setter] = STATE(3701), + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(1769), + [sym__comparison_operator] = STATE(1765), + [sym__in_operator] = STATE(1760), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(1749), + [sym__multiplicative_operator] = STATE(1746), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_modifiers] = STATE(8752), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1729), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_EQ] = ACTIONS(1778), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_RBRACE] = ACTIONS(1780), + [anon_sym_LPAREN] = ACTIONS(3572), + [anon_sym_COMMA] = ACTIONS(1780), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(3574), + [anon_sym_where] = ACTIONS(1778), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(3640), + [anon_sym_get] = ACTIONS(3580), + [anon_sym_set] = ACTIONS(3582), + [anon_sym_STAR] = ACTIONS(3584), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(3588), + [anon_sym_DOT_DOT] = ACTIONS(3590), + [anon_sym_QMARK_COLON] = ACTIONS(3592), + [anon_sym_AMP_AMP] = ACTIONS(3594), + [anon_sym_PIPE_PIPE] = ACTIONS(3596), + [anon_sym_else] = ACTIONS(1778), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_PLUS_EQ] = ACTIONS(1780), + [anon_sym_DASH_EQ] = ACTIONS(1780), + [anon_sym_STAR_EQ] = ACTIONS(1780), + [anon_sym_SLASH_EQ] = ACTIONS(1780), + [anon_sym_PERCENT_EQ] = ACTIONS(1780), + [anon_sym_BANG_EQ] = ACTIONS(3600), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3602), + [anon_sym_EQ_EQ] = ACTIONS(3600), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3602), + [anon_sym_LT_EQ] = ACTIONS(3604), + [anon_sym_GT_EQ] = ACTIONS(3604), + [anon_sym_BANGin] = ACTIONS(3606), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), + [anon_sym_PLUS] = ACTIONS(3612), + [anon_sym_DASH] = ACTIONS(3612), + [anon_sym_SLASH] = ACTIONS(3584), + [anon_sym_PERCENT] = ACTIONS(3584), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), + [anon_sym_data] = ACTIONS(1746), + [anon_sym_inner] = ACTIONS(1746), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -114333,101 +114339,101 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(1748), + [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1696), - [anon_sym_continue_AT] = ACTIONS(1696), - [anon_sym_break_AT] = ACTIONS(1696), - [sym_real_literal] = ACTIONS(1696), - [sym_integer_literal] = ACTIONS(1694), - [sym_hex_literal] = ACTIONS(1696), - [sym_bin_literal] = ACTIONS(1696), - [anon_sym_true] = ACTIONS(1694), - [anon_sym_false] = ACTIONS(1694), - [anon_sym_SQUOTE] = ACTIONS(1696), - [sym__backtick_identifier] = ACTIONS(1696), - [sym__automatic_semicolon] = ACTIONS(1696), - [sym_safe_nav] = ACTIONS(1696), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(1780), + [sym_safe_nav] = ACTIONS(3598), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1696), }, - [657] = { - [sym_property_delegate] = STATE(724), - [sym_getter] = STATE(1069), - [sym_setter] = STATE(1069), - [sym_modifiers] = STATE(8560), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1694), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1696), - [anon_sym_as] = ACTIONS(1694), - [anon_sym_EQ] = ACTIONS(3542), - [anon_sym_LBRACE] = ACTIONS(1696), - [anon_sym_RBRACE] = ACTIONS(1696), - [anon_sym_LPAREN] = ACTIONS(1696), - [anon_sym_by] = ACTIONS(3510), - [anon_sym_LT] = ACTIONS(1694), - [anon_sym_GT] = ACTIONS(1694), - [anon_sym_object] = ACTIONS(1694), - [anon_sym_fun] = ACTIONS(1694), - [anon_sym_DOT] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(1976), - [anon_sym_get] = ACTIONS(3524), - [anon_sym_set] = ACTIONS(3526), - [anon_sym_this] = ACTIONS(1694), - [anon_sym_super] = ACTIONS(1694), - [anon_sym_STAR] = ACTIONS(1696), - [sym_label] = ACTIONS(1694), - [anon_sym_in] = ACTIONS(1694), - [anon_sym_DOT_DOT] = ACTIONS(1696), - [anon_sym_QMARK_COLON] = ACTIONS(1696), - [anon_sym_AMP_AMP] = ACTIONS(1696), - [anon_sym_PIPE_PIPE] = ACTIONS(1696), - [anon_sym_null] = ACTIONS(1694), - [anon_sym_if] = ACTIONS(1694), - [anon_sym_else] = ACTIONS(1694), - [anon_sym_when] = ACTIONS(1694), - [anon_sym_try] = ACTIONS(1694), - [anon_sym_throw] = ACTIONS(1694), - [anon_sym_return] = ACTIONS(1694), - [anon_sym_continue] = ACTIONS(1694), - [anon_sym_break] = ACTIONS(1694), - [anon_sym_COLON_COLON] = ACTIONS(1696), - [anon_sym_BANG_EQ] = ACTIONS(1694), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), - [anon_sym_EQ_EQ] = ACTIONS(1694), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), - [anon_sym_LT_EQ] = ACTIONS(1696), - [anon_sym_GT_EQ] = ACTIONS(1696), - [anon_sym_BANGin] = ACTIONS(1696), - [anon_sym_is] = ACTIONS(1694), - [anon_sym_BANGis] = ACTIONS(1696), - [anon_sym_PLUS] = ACTIONS(1694), - [anon_sym_DASH] = ACTIONS(1694), - [anon_sym_SLASH] = ACTIONS(1694), - [anon_sym_PERCENT] = ACTIONS(1696), - [anon_sym_as_QMARK] = ACTIONS(1696), - [anon_sym_PLUS_PLUS] = ACTIONS(1696), - [anon_sym_DASH_DASH] = ACTIONS(1696), - [anon_sym_BANG] = ACTIONS(1694), - [anon_sym_BANG_BANG] = ACTIONS(1696), + [656] = { + [sym_getter] = STATE(3766), + [sym_setter] = STATE(3766), + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(1769), + [sym__comparison_operator] = STATE(1765), + [sym__in_operator] = STATE(1760), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(1749), + [sym__multiplicative_operator] = STATE(1746), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_modifiers] = STATE(8752), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1729), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_EQ] = ACTIONS(1764), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_RBRACE] = ACTIONS(1766), + [anon_sym_LPAREN] = ACTIONS(3572), + [anon_sym_COMMA] = ACTIONS(1766), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(3574), + [anon_sym_where] = ACTIONS(1764), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(3642), + [anon_sym_get] = ACTIONS(3580), + [anon_sym_set] = ACTIONS(3582), + [anon_sym_STAR] = ACTIONS(3584), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(3588), + [anon_sym_DOT_DOT] = ACTIONS(3590), + [anon_sym_QMARK_COLON] = ACTIONS(3592), + [anon_sym_AMP_AMP] = ACTIONS(3594), + [anon_sym_PIPE_PIPE] = ACTIONS(3596), + [anon_sym_else] = ACTIONS(1764), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_PLUS_EQ] = ACTIONS(1766), + [anon_sym_DASH_EQ] = ACTIONS(1766), + [anon_sym_STAR_EQ] = ACTIONS(1766), + [anon_sym_SLASH_EQ] = ACTIONS(1766), + [anon_sym_PERCENT_EQ] = ACTIONS(1766), + [anon_sym_BANG_EQ] = ACTIONS(3600), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3602), + [anon_sym_EQ_EQ] = ACTIONS(3600), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3602), + [anon_sym_LT_EQ] = ACTIONS(3604), + [anon_sym_GT_EQ] = ACTIONS(3604), + [anon_sym_BANGin] = ACTIONS(3606), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), + [anon_sym_PLUS] = ACTIONS(3612), + [anon_sym_DASH] = ACTIONS(3612), + [anon_sym_SLASH] = ACTIONS(3584), + [anon_sym_PERCENT] = ACTIONS(3584), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), + [anon_sym_data] = ACTIONS(1746), + [anon_sym_inner] = ACTIONS(1746), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -114446,47 +114452,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(1748), + [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1696), - [anon_sym_continue_AT] = ACTIONS(1696), - [anon_sym_break_AT] = ACTIONS(1696), - [sym_real_literal] = ACTIONS(1696), - [sym_integer_literal] = ACTIONS(1694), - [sym_hex_literal] = ACTIONS(1696), - [sym_bin_literal] = ACTIONS(1696), - [anon_sym_true] = ACTIONS(1694), - [anon_sym_false] = ACTIONS(1694), - [anon_sym_SQUOTE] = ACTIONS(1696), - [sym__backtick_identifier] = ACTIONS(1696), - [sym__automatic_semicolon] = ACTIONS(1696), - [sym_safe_nav] = ACTIONS(1696), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(1766), + [sym_safe_nav] = ACTIONS(3598), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1696), }, - [658] = { - [sym_property_delegate] = STATE(716), - [sym_getter] = STATE(3228), - [sym_setter] = STATE(3228), - [sym_modifiers] = STATE(8857), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [657] = { + [sym_property_delegate] = STATE(743), + [sym_getter] = STATE(1138), + [sym_setter] = STATE(1138), + [sym_modifiers] = STATE(8753), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1764), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1766), [anon_sym_as] = ACTIONS(1764), - [anon_sym_EQ] = ACTIONS(3544), + [anon_sym_EQ] = ACTIONS(3644), [anon_sym_LBRACE] = ACTIONS(1766), [anon_sym_RBRACE] = ACTIONS(1766), [anon_sym_LPAREN] = ACTIONS(1766), @@ -114496,9 +114491,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_object] = ACTIONS(1764), [anon_sym_fun] = ACTIONS(1764), [anon_sym_DOT] = ACTIONS(1764), - [anon_sym_SEMI] = ACTIONS(1980), - [anon_sym_get] = ACTIONS(3514), - [anon_sym_set] = ACTIONS(3516), + [anon_sym_SEMI] = ACTIONS(2016), + [anon_sym_get] = ACTIONS(3512), + [anon_sym_set] = ACTIONS(3514), [anon_sym_this] = ACTIONS(1764), [anon_sym_super] = ACTIONS(1764), [anon_sym_STAR] = ACTIONS(1766), @@ -114559,8 +114554,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(1766), [anon_sym_continue_AT] = ACTIONS(1766), @@ -114578,76 +114573,189 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(1766), }, + [658] = { + [sym_property_delegate] = STATE(741), + [sym_getter] = STATE(3447), + [sym_setter] = STATE(3447), + [sym_modifiers] = STATE(8884), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_EQ] = ACTIONS(3560), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_by] = ACTIONS(3510), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_object] = ACTIONS(3278), + [anon_sym_fun] = ACTIONS(3278), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(3562), + [anon_sym_get] = ACTIONS(3518), + [anon_sym_set] = ACTIONS(3520), + [anon_sym_this] = ACTIONS(3278), + [anon_sym_super] = ACTIONS(3278), + [anon_sym_STAR] = ACTIONS(3280), + [sym_label] = ACTIONS(3278), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_null] = ACTIONS(3278), + [anon_sym_if] = ACTIONS(3278), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_when] = ACTIONS(3278), + [anon_sym_try] = ACTIONS(3278), + [anon_sym_throw] = ACTIONS(3278), + [anon_sym_return] = ACTIONS(3278), + [anon_sym_continue] = ACTIONS(3278), + [anon_sym_break] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG] = ACTIONS(3278), + [anon_sym_BANG_BANG] = ACTIONS(3280), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3280), + [anon_sym_continue_AT] = ACTIONS(3280), + [anon_sym_break_AT] = ACTIONS(3280), + [sym_real_literal] = ACTIONS(3280), + [sym_integer_literal] = ACTIONS(3278), + [sym_hex_literal] = ACTIONS(3280), + [sym_bin_literal] = ACTIONS(3280), + [anon_sym_true] = ACTIONS(3278), + [anon_sym_false] = ACTIONS(3278), + [anon_sym_SQUOTE] = ACTIONS(3280), + [sym__backtick_identifier] = ACTIONS(3280), + [sym__automatic_semicolon] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3280), + }, [659] = { - [sym_getter] = STATE(1069), - [sym_setter] = STATE(1069), - [sym_modifiers] = STATE(8806), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1694), + [sym_getter] = STATE(1128), + [sym_setter] = STATE(1128), + [sym_modifiers] = STATE(8715), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1770), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1696), - [anon_sym_as] = ACTIONS(1694), - [anon_sym_LBRACE] = ACTIONS(1696), - [anon_sym_RBRACE] = ACTIONS(1696), - [anon_sym_LPAREN] = ACTIONS(1696), - [anon_sym_COMMA] = ACTIONS(1696), - [anon_sym_LT] = ACTIONS(1694), - [anon_sym_GT] = ACTIONS(1694), - [anon_sym_where] = ACTIONS(1694), - [anon_sym_object] = ACTIONS(1694), - [anon_sym_fun] = ACTIONS(1694), - [anon_sym_DOT] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(1910), - [anon_sym_get] = ACTIONS(3432), - [anon_sym_set] = ACTIONS(3434), - [anon_sym_this] = ACTIONS(1694), - [anon_sym_super] = ACTIONS(1694), - [anon_sym_STAR] = ACTIONS(1696), - [sym_label] = ACTIONS(1694), - [anon_sym_in] = ACTIONS(1694), - [anon_sym_DOT_DOT] = ACTIONS(1696), - [anon_sym_QMARK_COLON] = ACTIONS(1696), - [anon_sym_AMP_AMP] = ACTIONS(1696), - [anon_sym_PIPE_PIPE] = ACTIONS(1696), - [anon_sym_null] = ACTIONS(1694), - [anon_sym_if] = ACTIONS(1694), - [anon_sym_else] = ACTIONS(1694), - [anon_sym_when] = ACTIONS(1694), - [anon_sym_try] = ACTIONS(1694), - [anon_sym_throw] = ACTIONS(1694), - [anon_sym_return] = ACTIONS(1694), - [anon_sym_continue] = ACTIONS(1694), - [anon_sym_break] = ACTIONS(1694), - [anon_sym_COLON_COLON] = ACTIONS(1696), - [anon_sym_BANG_EQ] = ACTIONS(1694), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), - [anon_sym_EQ_EQ] = ACTIONS(1694), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), - [anon_sym_LT_EQ] = ACTIONS(1696), - [anon_sym_GT_EQ] = ACTIONS(1696), - [anon_sym_BANGin] = ACTIONS(1696), - [anon_sym_is] = ACTIONS(1694), - [anon_sym_BANGis] = ACTIONS(1696), - [anon_sym_PLUS] = ACTIONS(1694), - [anon_sym_DASH] = ACTIONS(1694), - [anon_sym_SLASH] = ACTIONS(1694), - [anon_sym_PERCENT] = ACTIONS(1696), - [anon_sym_as_QMARK] = ACTIONS(1696), - [anon_sym_PLUS_PLUS] = ACTIONS(1696), - [anon_sym_DASH_DASH] = ACTIONS(1696), - [anon_sym_BANG] = ACTIONS(1694), - [anon_sym_BANG_BANG] = ACTIONS(1696), + [anon_sym_LBRACK] = ACTIONS(1772), + [anon_sym_as] = ACTIONS(1770), + [anon_sym_LBRACE] = ACTIONS(1772), + [anon_sym_RBRACE] = ACTIONS(1772), + [anon_sym_LPAREN] = ACTIONS(1772), + [anon_sym_COMMA] = ACTIONS(1772), + [anon_sym_LT] = ACTIONS(1770), + [anon_sym_GT] = ACTIONS(1770), + [anon_sym_where] = ACTIONS(1770), + [anon_sym_object] = ACTIONS(1770), + [anon_sym_fun] = ACTIONS(1770), + [anon_sym_DOT] = ACTIONS(1770), + [anon_sym_SEMI] = ACTIONS(1914), + [anon_sym_get] = ACTIONS(3368), + [anon_sym_set] = ACTIONS(3370), + [anon_sym_this] = ACTIONS(1770), + [anon_sym_super] = ACTIONS(1770), + [anon_sym_STAR] = ACTIONS(1772), + [sym_label] = ACTIONS(1770), + [anon_sym_in] = ACTIONS(1770), + [anon_sym_DOT_DOT] = ACTIONS(1772), + [anon_sym_QMARK_COLON] = ACTIONS(1772), + [anon_sym_AMP_AMP] = ACTIONS(1772), + [anon_sym_PIPE_PIPE] = ACTIONS(1772), + [anon_sym_null] = ACTIONS(1770), + [anon_sym_if] = ACTIONS(1770), + [anon_sym_else] = ACTIONS(1770), + [anon_sym_when] = ACTIONS(1770), + [anon_sym_try] = ACTIONS(1770), + [anon_sym_throw] = ACTIONS(1770), + [anon_sym_return] = ACTIONS(1770), + [anon_sym_continue] = ACTIONS(1770), + [anon_sym_break] = ACTIONS(1770), + [anon_sym_COLON_COLON] = ACTIONS(1772), + [anon_sym_BANG_EQ] = ACTIONS(1770), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1772), + [anon_sym_EQ_EQ] = ACTIONS(1770), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1772), + [anon_sym_LT_EQ] = ACTIONS(1772), + [anon_sym_GT_EQ] = ACTIONS(1772), + [anon_sym_BANGin] = ACTIONS(1772), + [anon_sym_is] = ACTIONS(1770), + [anon_sym_BANGis] = ACTIONS(1772), + [anon_sym_PLUS] = ACTIONS(1770), + [anon_sym_DASH] = ACTIONS(1770), + [anon_sym_SLASH] = ACTIONS(1770), + [anon_sym_PERCENT] = ACTIONS(1772), + [anon_sym_as_QMARK] = ACTIONS(1772), + [anon_sym_PLUS_PLUS] = ACTIONS(1772), + [anon_sym_DASH_DASH] = ACTIONS(1772), + [anon_sym_BANG] = ACTIONS(1770), + [anon_sym_BANG_BANG] = ACTIONS(1772), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -114671,41 +114779,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1696), - [anon_sym_continue_AT] = ACTIONS(1696), - [anon_sym_break_AT] = ACTIONS(1696), - [sym_real_literal] = ACTIONS(1696), - [sym_integer_literal] = ACTIONS(1694), - [sym_hex_literal] = ACTIONS(1696), - [sym_bin_literal] = ACTIONS(1696), - [anon_sym_true] = ACTIONS(1694), - [anon_sym_false] = ACTIONS(1694), - [anon_sym_SQUOTE] = ACTIONS(1696), - [sym__backtick_identifier] = ACTIONS(1696), - [sym__automatic_semicolon] = ACTIONS(1696), - [sym_safe_nav] = ACTIONS(1696), + [anon_sym_return_AT] = ACTIONS(1772), + [anon_sym_continue_AT] = ACTIONS(1772), + [anon_sym_break_AT] = ACTIONS(1772), + [sym_real_literal] = ACTIONS(1772), + [sym_integer_literal] = ACTIONS(1770), + [sym_hex_literal] = ACTIONS(1772), + [sym_bin_literal] = ACTIONS(1772), + [anon_sym_true] = ACTIONS(1770), + [anon_sym_false] = ACTIONS(1770), + [anon_sym_SQUOTE] = ACTIONS(1772), + [sym__backtick_identifier] = ACTIONS(1772), + [sym__automatic_semicolon] = ACTIONS(1772), + [sym_safe_nav] = ACTIONS(1772), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1696), + [sym__string_start] = ACTIONS(1772), }, [660] = { - [sym_getter] = STATE(1164), - [sym_setter] = STATE(1164), - [sym_modifiers] = STATE(8806), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym_getter] = STATE(1155), + [sym_setter] = STATE(1155), + [sym_modifiers] = STATE(8715), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1752), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1754), @@ -114721,8 +114829,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_fun] = ACTIONS(1752), [anon_sym_DOT] = ACTIONS(1752), [anon_sym_SEMI] = ACTIONS(1754), - [anon_sym_get] = ACTIONS(3432), - [anon_sym_set] = ACTIONS(3434), + [anon_sym_get] = ACTIONS(3368), + [anon_sym_set] = ACTIONS(3370), [anon_sym_this] = ACTIONS(1752), [anon_sym_super] = ACTIONS(1752), [anon_sym_STAR] = ACTIONS(1754), @@ -114783,8 +114891,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(1754), [anon_sym_continue_AT] = ACTIONS(1754), @@ -114803,70 +114911,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(1754), }, [661] = { - [sym_getter] = STATE(3176), - [sym_setter] = STATE(3176), - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(2177), - [sym__comparison_operator] = STATE(2176), - [sym__in_operator] = STATE(2172), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(2170), - [sym__multiplicative_operator] = STATE(2169), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_modifiers] = STATE(8854), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2168), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym_getter] = STATE(3142), + [sym_setter] = STATE(3142), + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(2113), + [sym__comparison_operator] = STATE(2103), + [sym__in_operator] = STATE(2075), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(2062), + [sym__multiplicative_operator] = STATE(2057), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_modifiers] = STATE(8887), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2022), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_EQ] = ACTIONS(1764), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(1766), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_RPAREN] = ACTIONS(1766), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_EQ] = ACTIONS(1752), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_RPAREN] = ACTIONS(1754), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(3646), - [anon_sym_DOT] = ACTIONS(3382), + [anon_sym_DOT] = ACTIONS(3398), [anon_sym_SEMI] = ACTIONS(3648), [anon_sym_get] = ACTIONS(3650), [anon_sym_set] = ACTIONS(3652), [anon_sym_STAR] = ACTIONS(3654), - [sym_label] = ACTIONS(3392), + [sym_label] = ACTIONS(3408), [anon_sym_in] = ACTIONS(3656), - [anon_sym_while] = ACTIONS(1764), + [anon_sym_while] = ACTIONS(1752), [anon_sym_DOT_DOT] = ACTIONS(3658), [anon_sym_QMARK_COLON] = ACTIONS(3660), [anon_sym_AMP_AMP] = ACTIONS(3662), [anon_sym_PIPE_PIPE] = ACTIONS(3664), - [anon_sym_else] = ACTIONS(1764), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_PLUS_EQ] = ACTIONS(1766), - [anon_sym_DASH_EQ] = ACTIONS(1766), - [anon_sym_STAR_EQ] = ACTIONS(1766), - [anon_sym_SLASH_EQ] = ACTIONS(1766), - [anon_sym_PERCENT_EQ] = ACTIONS(1766), + [anon_sym_else] = ACTIONS(1752), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_PLUS_EQ] = ACTIONS(1754), + [anon_sym_DASH_EQ] = ACTIONS(1754), + [anon_sym_STAR_EQ] = ACTIONS(1754), + [anon_sym_SLASH_EQ] = ACTIONS(1754), + [anon_sym_PERCENT_EQ] = ACTIONS(1754), [anon_sym_BANG_EQ] = ACTIONS(3666), [anon_sym_BANG_EQ_EQ] = ACTIONS(3668), [anon_sym_EQ_EQ] = ACTIONS(3666), @@ -114874,16 +114982,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_EQ] = ACTIONS(3670), [anon_sym_GT_EQ] = ACTIONS(3670), [anon_sym_BANGin] = ACTIONS(3672), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), [anon_sym_PLUS] = ACTIONS(3674), [anon_sym_DASH] = ACTIONS(3674), [anon_sym_SLASH] = ACTIONS(3654), [anon_sym_PERCENT] = ACTIONS(3654), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -114911,61 +115019,173 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), + [sym_safe_nav] = ACTIONS(3420), [sym_multiline_comment] = ACTIONS(3), }, [662] = { - [sym_getter] = STATE(3209), - [sym_setter] = STATE(3209), - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(2177), - [sym__comparison_operator] = STATE(2176), - [sym__in_operator] = STATE(2172), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(2170), - [sym__multiplicative_operator] = STATE(2169), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_modifiers] = STATE(8854), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2168), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym_getter] = STATE(4659), + [sym_setter] = STATE(4659), + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(2113), + [sym__comparison_operator] = STATE(2103), + [sym__in_operator] = STATE(2075), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(2062), + [sym__multiplicative_operator] = STATE(2057), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_modifiers] = STATE(8915), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2022), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_EQ] = ACTIONS(1752), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_RPAREN] = ACTIONS(1754), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(3646), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3676), + [anon_sym_get] = ACTIONS(3678), + [anon_sym_set] = ACTIONS(3680), + [anon_sym_STAR] = ACTIONS(3654), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(3656), + [anon_sym_while] = ACTIONS(1752), + [anon_sym_DOT_DOT] = ACTIONS(3658), + [anon_sym_QMARK_COLON] = ACTIONS(3660), + [anon_sym_AMP_AMP] = ACTIONS(3662), + [anon_sym_PIPE_PIPE] = ACTIONS(3664), + [anon_sym_else] = ACTIONS(1752), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_PLUS_EQ] = ACTIONS(1754), + [anon_sym_DASH_EQ] = ACTIONS(1754), + [anon_sym_STAR_EQ] = ACTIONS(1754), + [anon_sym_SLASH_EQ] = ACTIONS(1754), + [anon_sym_PERCENT_EQ] = ACTIONS(1754), + [anon_sym_BANG_EQ] = ACTIONS(3666), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3668), + [anon_sym_EQ_EQ] = ACTIONS(3666), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3668), + [anon_sym_LT_EQ] = ACTIONS(3670), + [anon_sym_GT_EQ] = ACTIONS(3670), + [anon_sym_BANGin] = ACTIONS(3672), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), + [anon_sym_PLUS] = ACTIONS(3674), + [anon_sym_DASH] = ACTIONS(3674), + [anon_sym_SLASH] = ACTIONS(3654), + [anon_sym_PERCENT] = ACTIONS(3654), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(1746), + [anon_sym_inner] = ACTIONS(1746), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(1748), + [anon_sym_actual] = ACTIONS(1748), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym_safe_nav] = ACTIONS(3420), + [sym_multiline_comment] = ACTIONS(3), + }, + [663] = { + [sym_getter] = STATE(3203), + [sym_setter] = STATE(3203), + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(2113), + [sym__comparison_operator] = STATE(2103), + [sym__in_operator] = STATE(2075), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(2062), + [sym__multiplicative_operator] = STATE(2057), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_modifiers] = STATE(8887), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2022), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_as] = ACTIONS(3376), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_as] = ACTIONS(3392), [anon_sym_EQ] = ACTIONS(1694), - [anon_sym_LBRACE] = ACTIONS(1596), + [anon_sym_LBRACE] = ACTIONS(1403), [anon_sym_RBRACE] = ACTIONS(1696), - [anon_sym_LPAREN] = ACTIONS(3378), + [anon_sym_LPAREN] = ACTIONS(3394), [anon_sym_RPAREN] = ACTIONS(1696), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(3646), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(3676), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3682), [anon_sym_get] = ACTIONS(3650), [anon_sym_set] = ACTIONS(3652), [anon_sym_STAR] = ACTIONS(3654), - [sym_label] = ACTIONS(3392), + [sym_label] = ACTIONS(3408), [anon_sym_in] = ACTIONS(3656), [anon_sym_while] = ACTIONS(1694), [anon_sym_DOT_DOT] = ACTIONS(3658), @@ -114973,7 +115193,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP_AMP] = ACTIONS(3662), [anon_sym_PIPE_PIPE] = ACTIONS(3664), [anon_sym_else] = ACTIONS(1694), - [anon_sym_COLON_COLON] = ACTIONS(3404), + [anon_sym_COLON_COLON] = ACTIONS(3420), [anon_sym_PLUS_EQ] = ACTIONS(1696), [anon_sym_DASH_EQ] = ACTIONS(1696), [anon_sym_STAR_EQ] = ACTIONS(1696), @@ -114986,16 +115206,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_EQ] = ACTIONS(3670), [anon_sym_GT_EQ] = ACTIONS(3670), [anon_sym_BANGin] = ACTIONS(3672), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), [anon_sym_PLUS] = ACTIONS(3674), [anon_sym_DASH] = ACTIONS(3674), [anon_sym_SLASH] = ACTIONS(3654), [anon_sym_PERCENT] = ACTIONS(3654), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -115023,84 +115243,96 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), + [sym_safe_nav] = ACTIONS(3420), [sym_multiline_comment] = ACTIONS(3), }, - [663] = { - [sym_getter] = STATE(3166), - [sym_setter] = STATE(3166), - [sym_modifiers] = STATE(8834), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_COMMA] = ACTIONS(1778), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_where] = ACTIONS(1776), - [anon_sym_object] = ACTIONS(1776), - [anon_sym_fun] = ACTIONS(1776), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(1778), - [anon_sym_get] = ACTIONS(3366), - [anon_sym_set] = ACTIONS(3368), - [anon_sym_this] = ACTIONS(1776), - [anon_sym_super] = ACTIONS(1776), - [anon_sym_STAR] = ACTIONS(1778), - [sym_label] = ACTIONS(1776), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_null] = ACTIONS(1776), - [anon_sym_if] = ACTIONS(1776), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_when] = ACTIONS(1776), - [anon_sym_try] = ACTIONS(1776), - [anon_sym_throw] = ACTIONS(1776), - [anon_sym_return] = ACTIONS(1776), - [anon_sym_continue] = ACTIONS(1776), - [anon_sym_break] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1778), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG] = ACTIONS(1776), - [anon_sym_BANG_BANG] = ACTIONS(1778), + [664] = { + [sym_getter] = STATE(4581), + [sym_setter] = STATE(4581), + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(2113), + [sym__comparison_operator] = STATE(2103), + [sym__in_operator] = STATE(2075), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(2062), + [sym__multiplicative_operator] = STATE(2057), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_modifiers] = STATE(8915), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2022), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_EQ] = ACTIONS(1770), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(1772), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_RPAREN] = ACTIONS(1772), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(3646), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3684), + [anon_sym_get] = ACTIONS(3678), + [anon_sym_set] = ACTIONS(3680), + [anon_sym_STAR] = ACTIONS(3654), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(3656), + [anon_sym_while] = ACTIONS(1770), + [anon_sym_DOT_DOT] = ACTIONS(3658), + [anon_sym_QMARK_COLON] = ACTIONS(3660), + [anon_sym_AMP_AMP] = ACTIONS(3662), + [anon_sym_PIPE_PIPE] = ACTIONS(3664), + [anon_sym_else] = ACTIONS(1770), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_PLUS_EQ] = ACTIONS(1772), + [anon_sym_DASH_EQ] = ACTIONS(1772), + [anon_sym_STAR_EQ] = ACTIONS(1772), + [anon_sym_SLASH_EQ] = ACTIONS(1772), + [anon_sym_PERCENT_EQ] = ACTIONS(1772), + [anon_sym_BANG_EQ] = ACTIONS(3666), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3668), + [anon_sym_EQ_EQ] = ACTIONS(3666), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3668), + [anon_sym_LT_EQ] = ACTIONS(3670), + [anon_sym_GT_EQ] = ACTIONS(3670), + [anon_sym_BANGin] = ACTIONS(3672), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), + [anon_sym_PLUS] = ACTIONS(3674), + [anon_sym_DASH] = ACTIONS(3674), + [anon_sym_SLASH] = ACTIONS(3654), + [anon_sym_PERCENT] = ACTIONS(3654), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), + [anon_sym_data] = ACTIONS(1746), + [anon_sym_inner] = ACTIONS(1746), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -115119,41 +115351,141 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1778), - [anon_sym_continue_AT] = ACTIONS(1778), - [anon_sym_break_AT] = ACTIONS(1778), - [sym_real_literal] = ACTIONS(1778), - [sym_integer_literal] = ACTIONS(1776), - [sym_hex_literal] = ACTIONS(1778), - [sym_bin_literal] = ACTIONS(1778), - [anon_sym_true] = ACTIONS(1776), - [anon_sym_false] = ACTIONS(1776), - [anon_sym_SQUOTE] = ACTIONS(1778), - [sym__backtick_identifier] = ACTIONS(1778), - [sym__automatic_semicolon] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1778), + [anon_sym_expect] = ACTIONS(1748), + [anon_sym_actual] = ACTIONS(1748), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym_safe_nav] = ACTIONS(3420), + [sym_multiline_comment] = ACTIONS(3), }, - [664] = { - [sym_getter] = STATE(3228), - [sym_setter] = STATE(3228), - [sym_modifiers] = STATE(8834), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [665] = { + [sym_getter] = STATE(4602), + [sym_setter] = STATE(4602), + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(2113), + [sym__comparison_operator] = STATE(2103), + [sym__in_operator] = STATE(2075), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(2062), + [sym__multiplicative_operator] = STATE(2057), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_modifiers] = STATE(8915), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2022), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_EQ] = ACTIONS(1764), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(1766), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_RPAREN] = ACTIONS(1766), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(3646), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3686), + [anon_sym_get] = ACTIONS(3678), + [anon_sym_set] = ACTIONS(3680), + [anon_sym_STAR] = ACTIONS(3654), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(3656), + [anon_sym_while] = ACTIONS(1764), + [anon_sym_DOT_DOT] = ACTIONS(3658), + [anon_sym_QMARK_COLON] = ACTIONS(3660), + [anon_sym_AMP_AMP] = ACTIONS(3662), + [anon_sym_PIPE_PIPE] = ACTIONS(3664), + [anon_sym_else] = ACTIONS(1764), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_PLUS_EQ] = ACTIONS(1766), + [anon_sym_DASH_EQ] = ACTIONS(1766), + [anon_sym_STAR_EQ] = ACTIONS(1766), + [anon_sym_SLASH_EQ] = ACTIONS(1766), + [anon_sym_PERCENT_EQ] = ACTIONS(1766), + [anon_sym_BANG_EQ] = ACTIONS(3666), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3668), + [anon_sym_EQ_EQ] = ACTIONS(3666), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3668), + [anon_sym_LT_EQ] = ACTIONS(3670), + [anon_sym_GT_EQ] = ACTIONS(3670), + [anon_sym_BANGin] = ACTIONS(3672), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), + [anon_sym_PLUS] = ACTIONS(3674), + [anon_sym_DASH] = ACTIONS(3674), + [anon_sym_SLASH] = ACTIONS(3654), + [anon_sym_PERCENT] = ACTIONS(3654), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(1746), + [anon_sym_inner] = ACTIONS(1746), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(1748), + [anon_sym_actual] = ACTIONS(1748), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym_safe_nav] = ACTIONS(3420), + [sym_multiline_comment] = ACTIONS(3), + }, + [666] = { + [sym_getter] = STATE(3151), + [sym_setter] = STATE(3151), + [sym_modifiers] = STATE(8787), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1764), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1766), @@ -115168,9 +115500,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_object] = ACTIONS(1764), [anon_sym_fun] = ACTIONS(1764), [anon_sym_DOT] = ACTIONS(1764), - [anon_sym_SEMI] = ACTIONS(1932), - [anon_sym_get] = ACTIONS(3366), - [anon_sym_set] = ACTIONS(3368), + [anon_sym_SEMI] = ACTIONS(1936), + [anon_sym_get] = ACTIONS(3374), + [anon_sym_set] = ACTIONS(3376), [anon_sym_this] = ACTIONS(1764), [anon_sym_super] = ACTIONS(1764), [anon_sym_STAR] = ACTIONS(1766), @@ -115231,8 +115563,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(1766), [anon_sym_continue_AT] = ACTIONS(1766), @@ -115250,22 +115582,470 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(1766), }, - [665] = { - [sym_getter] = STATE(3228), - [sym_setter] = STATE(3228), - [sym_modifiers] = STATE(8834), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [667] = { + [sym_getter] = STATE(4682), + [sym_setter] = STATE(4682), + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(2113), + [sym__comparison_operator] = STATE(2103), + [sym__in_operator] = STATE(2075), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(2062), + [sym__multiplicative_operator] = STATE(2057), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_modifiers] = STATE(8915), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2022), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_EQ] = ACTIONS(1778), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(1780), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_RPAREN] = ACTIONS(1780), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(3646), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3688), + [anon_sym_get] = ACTIONS(3678), + [anon_sym_set] = ACTIONS(3680), + [anon_sym_STAR] = ACTIONS(3654), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(3656), + [anon_sym_while] = ACTIONS(1778), + [anon_sym_DOT_DOT] = ACTIONS(3658), + [anon_sym_QMARK_COLON] = ACTIONS(3660), + [anon_sym_AMP_AMP] = ACTIONS(3662), + [anon_sym_PIPE_PIPE] = ACTIONS(3664), + [anon_sym_else] = ACTIONS(1778), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_PLUS_EQ] = ACTIONS(1780), + [anon_sym_DASH_EQ] = ACTIONS(1780), + [anon_sym_STAR_EQ] = ACTIONS(1780), + [anon_sym_SLASH_EQ] = ACTIONS(1780), + [anon_sym_PERCENT_EQ] = ACTIONS(1780), + [anon_sym_BANG_EQ] = ACTIONS(3666), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3668), + [anon_sym_EQ_EQ] = ACTIONS(3666), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3668), + [anon_sym_LT_EQ] = ACTIONS(3670), + [anon_sym_GT_EQ] = ACTIONS(3670), + [anon_sym_BANGin] = ACTIONS(3672), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), + [anon_sym_PLUS] = ACTIONS(3674), + [anon_sym_DASH] = ACTIONS(3674), + [anon_sym_SLASH] = ACTIONS(3654), + [anon_sym_PERCENT] = ACTIONS(3654), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(1746), + [anon_sym_inner] = ACTIONS(1746), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(1748), + [anon_sym_actual] = ACTIONS(1748), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym_safe_nav] = ACTIONS(3420), + [sym_multiline_comment] = ACTIONS(3), + }, + [668] = { + [sym_getter] = STATE(3312), + [sym_setter] = STATE(3312), + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(2113), + [sym__comparison_operator] = STATE(2103), + [sym__in_operator] = STATE(2075), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(2062), + [sym__multiplicative_operator] = STATE(2057), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_modifiers] = STATE(8887), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2022), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_EQ] = ACTIONS(1778), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(1780), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_RPAREN] = ACTIONS(1780), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(3646), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3690), + [anon_sym_get] = ACTIONS(3650), + [anon_sym_set] = ACTIONS(3652), + [anon_sym_STAR] = ACTIONS(3654), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(3656), + [anon_sym_while] = ACTIONS(1778), + [anon_sym_DOT_DOT] = ACTIONS(3658), + [anon_sym_QMARK_COLON] = ACTIONS(3660), + [anon_sym_AMP_AMP] = ACTIONS(3662), + [anon_sym_PIPE_PIPE] = ACTIONS(3664), + [anon_sym_else] = ACTIONS(1778), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_PLUS_EQ] = ACTIONS(1780), + [anon_sym_DASH_EQ] = ACTIONS(1780), + [anon_sym_STAR_EQ] = ACTIONS(1780), + [anon_sym_SLASH_EQ] = ACTIONS(1780), + [anon_sym_PERCENT_EQ] = ACTIONS(1780), + [anon_sym_BANG_EQ] = ACTIONS(3666), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3668), + [anon_sym_EQ_EQ] = ACTIONS(3666), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3668), + [anon_sym_LT_EQ] = ACTIONS(3670), + [anon_sym_GT_EQ] = ACTIONS(3670), + [anon_sym_BANGin] = ACTIONS(3672), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), + [anon_sym_PLUS] = ACTIONS(3674), + [anon_sym_DASH] = ACTIONS(3674), + [anon_sym_SLASH] = ACTIONS(3654), + [anon_sym_PERCENT] = ACTIONS(3654), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(1746), + [anon_sym_inner] = ACTIONS(1746), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(1748), + [anon_sym_actual] = ACTIONS(1748), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym_safe_nav] = ACTIONS(3420), + [sym_multiline_comment] = ACTIONS(3), + }, + [669] = { + [sym_getter] = STATE(3243), + [sym_setter] = STATE(3243), + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(2113), + [sym__comparison_operator] = STATE(2103), + [sym__in_operator] = STATE(2075), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(2062), + [sym__multiplicative_operator] = STATE(2057), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_modifiers] = STATE(8887), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2022), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_EQ] = ACTIONS(1770), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(1772), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_RPAREN] = ACTIONS(1772), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(3646), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3692), + [anon_sym_get] = ACTIONS(3650), + [anon_sym_set] = ACTIONS(3652), + [anon_sym_STAR] = ACTIONS(3654), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(3656), + [anon_sym_while] = ACTIONS(1770), + [anon_sym_DOT_DOT] = ACTIONS(3658), + [anon_sym_QMARK_COLON] = ACTIONS(3660), + [anon_sym_AMP_AMP] = ACTIONS(3662), + [anon_sym_PIPE_PIPE] = ACTIONS(3664), + [anon_sym_else] = ACTIONS(1770), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_PLUS_EQ] = ACTIONS(1772), + [anon_sym_DASH_EQ] = ACTIONS(1772), + [anon_sym_STAR_EQ] = ACTIONS(1772), + [anon_sym_SLASH_EQ] = ACTIONS(1772), + [anon_sym_PERCENT_EQ] = ACTIONS(1772), + [anon_sym_BANG_EQ] = ACTIONS(3666), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3668), + [anon_sym_EQ_EQ] = ACTIONS(3666), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3668), + [anon_sym_LT_EQ] = ACTIONS(3670), + [anon_sym_GT_EQ] = ACTIONS(3670), + [anon_sym_BANGin] = ACTIONS(3672), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), + [anon_sym_PLUS] = ACTIONS(3674), + [anon_sym_DASH] = ACTIONS(3674), + [anon_sym_SLASH] = ACTIONS(3654), + [anon_sym_PERCENT] = ACTIONS(3654), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(1746), + [anon_sym_inner] = ACTIONS(1746), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(1748), + [anon_sym_actual] = ACTIONS(1748), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym_safe_nav] = ACTIONS(3420), + [sym_multiline_comment] = ACTIONS(3), + }, + [670] = { + [sym_getter] = STATE(3255), + [sym_setter] = STATE(3255), + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(2113), + [sym__comparison_operator] = STATE(2103), + [sym__in_operator] = STATE(2075), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(2062), + [sym__multiplicative_operator] = STATE(2057), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_modifiers] = STATE(8887), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2022), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_EQ] = ACTIONS(1784), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_RPAREN] = ACTIONS(1786), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(3646), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3694), + [anon_sym_get] = ACTIONS(3650), + [anon_sym_set] = ACTIONS(3652), + [anon_sym_STAR] = ACTIONS(3654), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(3656), + [anon_sym_while] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(3658), + [anon_sym_QMARK_COLON] = ACTIONS(3660), + [anon_sym_AMP_AMP] = ACTIONS(3662), + [anon_sym_PIPE_PIPE] = ACTIONS(3664), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_PLUS_EQ] = ACTIONS(1786), + [anon_sym_DASH_EQ] = ACTIONS(1786), + [anon_sym_STAR_EQ] = ACTIONS(1786), + [anon_sym_SLASH_EQ] = ACTIONS(1786), + [anon_sym_PERCENT_EQ] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(3666), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3668), + [anon_sym_EQ_EQ] = ACTIONS(3666), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3668), + [anon_sym_LT_EQ] = ACTIONS(3670), + [anon_sym_GT_EQ] = ACTIONS(3670), + [anon_sym_BANGin] = ACTIONS(3672), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), + [anon_sym_PLUS] = ACTIONS(3674), + [anon_sym_DASH] = ACTIONS(3674), + [anon_sym_SLASH] = ACTIONS(3654), + [anon_sym_PERCENT] = ACTIONS(3654), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(1746), + [anon_sym_inner] = ACTIONS(1746), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(1748), + [anon_sym_actual] = ACTIONS(1748), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym_safe_nav] = ACTIONS(3420), + [sym_multiline_comment] = ACTIONS(3), + }, + [671] = { + [sym_getter] = STATE(3151), + [sym_setter] = STATE(3151), + [sym_modifiers] = STATE(8787), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1764), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1766), @@ -115281,8 +116061,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_fun] = ACTIONS(1764), [anon_sym_DOT] = ACTIONS(1764), [anon_sym_SEMI] = ACTIONS(1766), - [anon_sym_get] = ACTIONS(3366), - [anon_sym_set] = ACTIONS(3368), + [anon_sym_get] = ACTIONS(3374), + [anon_sym_set] = ACTIONS(3376), [anon_sym_this] = ACTIONS(1764), [anon_sym_super] = ACTIONS(1764), [anon_sym_STAR] = ACTIONS(1766), @@ -115343,8 +116123,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(1766), [anon_sym_continue_AT] = ACTIONS(1766), @@ -115362,76 +116142,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(1766), }, - [666] = { - [sym_getter] = STATE(3334), - [sym_setter] = STATE(3334), - [sym_modifiers] = STATE(8834), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1694), + [672] = { + [sym_getter] = STATE(3447), + [sym_setter] = STATE(3447), + [sym_modifiers] = STATE(8787), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1696), - [anon_sym_as] = ACTIONS(1694), - [anon_sym_LBRACE] = ACTIONS(1696), - [anon_sym_RBRACE] = ACTIONS(1696), - [anon_sym_LPAREN] = ACTIONS(1696), - [anon_sym_COMMA] = ACTIONS(1696), - [anon_sym_LT] = ACTIONS(1694), - [anon_sym_GT] = ACTIONS(1694), - [anon_sym_where] = ACTIONS(1694), - [anon_sym_object] = ACTIONS(1694), - [anon_sym_fun] = ACTIONS(1694), - [anon_sym_DOT] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(1938), - [anon_sym_get] = ACTIONS(3366), - [anon_sym_set] = ACTIONS(3368), - [anon_sym_this] = ACTIONS(1694), - [anon_sym_super] = ACTIONS(1694), - [anon_sym_STAR] = ACTIONS(1696), - [sym_label] = ACTIONS(1694), - [anon_sym_in] = ACTIONS(1694), - [anon_sym_DOT_DOT] = ACTIONS(1696), - [anon_sym_QMARK_COLON] = ACTIONS(1696), - [anon_sym_AMP_AMP] = ACTIONS(1696), - [anon_sym_PIPE_PIPE] = ACTIONS(1696), - [anon_sym_null] = ACTIONS(1694), - [anon_sym_if] = ACTIONS(1694), - [anon_sym_else] = ACTIONS(1694), - [anon_sym_when] = ACTIONS(1694), - [anon_sym_try] = ACTIONS(1694), - [anon_sym_throw] = ACTIONS(1694), - [anon_sym_return] = ACTIONS(1694), - [anon_sym_continue] = ACTIONS(1694), - [anon_sym_break] = ACTIONS(1694), - [anon_sym_COLON_COLON] = ACTIONS(1696), - [anon_sym_BANG_EQ] = ACTIONS(1694), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), - [anon_sym_EQ_EQ] = ACTIONS(1694), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), - [anon_sym_LT_EQ] = ACTIONS(1696), - [anon_sym_GT_EQ] = ACTIONS(1696), - [anon_sym_BANGin] = ACTIONS(1696), - [anon_sym_is] = ACTIONS(1694), - [anon_sym_BANGis] = ACTIONS(1696), - [anon_sym_PLUS] = ACTIONS(1694), - [anon_sym_DASH] = ACTIONS(1694), - [anon_sym_SLASH] = ACTIONS(1694), - [anon_sym_PERCENT] = ACTIONS(1696), - [anon_sym_as_QMARK] = ACTIONS(1696), - [anon_sym_PLUS_PLUS] = ACTIONS(1696), - [anon_sym_DASH_DASH] = ACTIONS(1696), - [anon_sym_BANG] = ACTIONS(1694), - [anon_sym_BANG_BANG] = ACTIONS(1696), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_COMMA] = ACTIONS(3280), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_where] = ACTIONS(3278), + [anon_sym_object] = ACTIONS(3278), + [anon_sym_fun] = ACTIONS(3278), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(3280), + [anon_sym_get] = ACTIONS(3374), + [anon_sym_set] = ACTIONS(3376), + [anon_sym_this] = ACTIONS(3278), + [anon_sym_super] = ACTIONS(3278), + [anon_sym_STAR] = ACTIONS(3280), + [sym_label] = ACTIONS(3278), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_null] = ACTIONS(3278), + [anon_sym_if] = ACTIONS(3278), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_when] = ACTIONS(3278), + [anon_sym_try] = ACTIONS(3278), + [anon_sym_throw] = ACTIONS(3278), + [anon_sym_return] = ACTIONS(3278), + [anon_sym_continue] = ACTIONS(3278), + [anon_sym_break] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG] = ACTIONS(3278), + [anon_sym_BANG_BANG] = ACTIONS(3280), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -115455,41 +116235,489 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1696), - [anon_sym_continue_AT] = ACTIONS(1696), - [anon_sym_break_AT] = ACTIONS(1696), - [sym_real_literal] = ACTIONS(1696), - [sym_integer_literal] = ACTIONS(1694), - [sym_hex_literal] = ACTIONS(1696), - [sym_bin_literal] = ACTIONS(1696), - [anon_sym_true] = ACTIONS(1694), - [anon_sym_false] = ACTIONS(1694), - [anon_sym_SQUOTE] = ACTIONS(1696), - [sym__backtick_identifier] = ACTIONS(1696), - [sym__automatic_semicolon] = ACTIONS(1696), - [sym_safe_nav] = ACTIONS(1696), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1696), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3280), + [anon_sym_continue_AT] = ACTIONS(3280), + [anon_sym_break_AT] = ACTIONS(3280), + [sym_real_literal] = ACTIONS(3280), + [sym_integer_literal] = ACTIONS(3278), + [sym_hex_literal] = ACTIONS(3280), + [sym_bin_literal] = ACTIONS(3280), + [anon_sym_true] = ACTIONS(3278), + [anon_sym_false] = ACTIONS(3278), + [anon_sym_SQUOTE] = ACTIONS(3280), + [sym__backtick_identifier] = ACTIONS(3280), + [sym__automatic_semicolon] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3280), }, - [667] = { - [sym_getter] = STATE(3334), - [sym_setter] = STATE(3334), - [sym_modifiers] = STATE(8834), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [673] = { + [sym_getter] = STATE(4715), + [sym_setter] = STATE(4715), + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(2113), + [sym__comparison_operator] = STATE(2103), + [sym__in_operator] = STATE(2075), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(2062), + [sym__multiplicative_operator] = STATE(2057), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_modifiers] = STATE(8915), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2022), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_EQ] = ACTIONS(1694), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(1696), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_RPAREN] = ACTIONS(1696), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(3646), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3696), + [anon_sym_get] = ACTIONS(3678), + [anon_sym_set] = ACTIONS(3680), + [anon_sym_STAR] = ACTIONS(3654), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(3656), + [anon_sym_while] = ACTIONS(1694), + [anon_sym_DOT_DOT] = ACTIONS(3658), + [anon_sym_QMARK_COLON] = ACTIONS(3660), + [anon_sym_AMP_AMP] = ACTIONS(3662), + [anon_sym_PIPE_PIPE] = ACTIONS(3664), + [anon_sym_else] = ACTIONS(1694), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_PLUS_EQ] = ACTIONS(1696), + [anon_sym_DASH_EQ] = ACTIONS(1696), + [anon_sym_STAR_EQ] = ACTIONS(1696), + [anon_sym_SLASH_EQ] = ACTIONS(1696), + [anon_sym_PERCENT_EQ] = ACTIONS(1696), + [anon_sym_BANG_EQ] = ACTIONS(3666), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3668), + [anon_sym_EQ_EQ] = ACTIONS(3666), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3668), + [anon_sym_LT_EQ] = ACTIONS(3670), + [anon_sym_GT_EQ] = ACTIONS(3670), + [anon_sym_BANGin] = ACTIONS(3672), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), + [anon_sym_PLUS] = ACTIONS(3674), + [anon_sym_DASH] = ACTIONS(3674), + [anon_sym_SLASH] = ACTIONS(3654), + [anon_sym_PERCENT] = ACTIONS(3654), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(1746), + [anon_sym_inner] = ACTIONS(1746), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(1748), + [anon_sym_actual] = ACTIONS(1748), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym_safe_nav] = ACTIONS(3420), + [sym_multiline_comment] = ACTIONS(3), + }, + [674] = { + [sym_getter] = STATE(3129), + [sym_setter] = STATE(3129), + [sym_modifiers] = STATE(8787), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1752), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1754), + [anon_sym_as] = ACTIONS(1752), + [anon_sym_LBRACE] = ACTIONS(1754), + [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_LPAREN] = ACTIONS(1754), + [anon_sym_COMMA] = ACTIONS(1754), + [anon_sym_LT] = ACTIONS(1752), + [anon_sym_GT] = ACTIONS(1752), + [anon_sym_where] = ACTIONS(1752), + [anon_sym_object] = ACTIONS(1752), + [anon_sym_fun] = ACTIONS(1752), + [anon_sym_DOT] = ACTIONS(1752), + [anon_sym_SEMI] = ACTIONS(1934), + [anon_sym_get] = ACTIONS(3374), + [anon_sym_set] = ACTIONS(3376), + [anon_sym_this] = ACTIONS(1752), + [anon_sym_super] = ACTIONS(1752), + [anon_sym_STAR] = ACTIONS(1754), + [sym_label] = ACTIONS(1752), + [anon_sym_in] = ACTIONS(1752), + [anon_sym_DOT_DOT] = ACTIONS(1754), + [anon_sym_QMARK_COLON] = ACTIONS(1754), + [anon_sym_AMP_AMP] = ACTIONS(1754), + [anon_sym_PIPE_PIPE] = ACTIONS(1754), + [anon_sym_null] = ACTIONS(1752), + [anon_sym_if] = ACTIONS(1752), + [anon_sym_else] = ACTIONS(1752), + [anon_sym_when] = ACTIONS(1752), + [anon_sym_try] = ACTIONS(1752), + [anon_sym_throw] = ACTIONS(1752), + [anon_sym_return] = ACTIONS(1752), + [anon_sym_continue] = ACTIONS(1752), + [anon_sym_break] = ACTIONS(1752), + [anon_sym_COLON_COLON] = ACTIONS(1754), + [anon_sym_BANG_EQ] = ACTIONS(1752), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), + [anon_sym_EQ_EQ] = ACTIONS(1752), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), + [anon_sym_LT_EQ] = ACTIONS(1754), + [anon_sym_GT_EQ] = ACTIONS(1754), + [anon_sym_BANGin] = ACTIONS(1754), + [anon_sym_is] = ACTIONS(1752), + [anon_sym_BANGis] = ACTIONS(1754), + [anon_sym_PLUS] = ACTIONS(1752), + [anon_sym_DASH] = ACTIONS(1752), + [anon_sym_SLASH] = ACTIONS(1752), + [anon_sym_PERCENT] = ACTIONS(1754), + [anon_sym_as_QMARK] = ACTIONS(1754), + [anon_sym_PLUS_PLUS] = ACTIONS(1754), + [anon_sym_DASH_DASH] = ACTIONS(1754), + [anon_sym_BANG] = ACTIONS(1752), + [anon_sym_BANG_BANG] = ACTIONS(1754), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1754), + [anon_sym_continue_AT] = ACTIONS(1754), + [anon_sym_break_AT] = ACTIONS(1754), + [sym_real_literal] = ACTIONS(1754), + [sym_integer_literal] = ACTIONS(1752), + [sym_hex_literal] = ACTIONS(1754), + [sym_bin_literal] = ACTIONS(1754), + [anon_sym_true] = ACTIONS(1752), + [anon_sym_false] = ACTIONS(1752), + [anon_sym_SQUOTE] = ACTIONS(1754), + [sym__backtick_identifier] = ACTIONS(1754), + [sym__automatic_semicolon] = ACTIONS(1754), + [sym_safe_nav] = ACTIONS(1754), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1754), + }, + [675] = { + [sym_getter] = STATE(1142), + [sym_setter] = STATE(1142), + [sym_modifiers] = STATE(8715), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_COMMA] = ACTIONS(3280), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_where] = ACTIONS(3278), + [anon_sym_object] = ACTIONS(3278), + [anon_sym_fun] = ACTIONS(3278), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(3280), + [anon_sym_get] = ACTIONS(3368), + [anon_sym_set] = ACTIONS(3370), + [anon_sym_this] = ACTIONS(3278), + [anon_sym_super] = ACTIONS(3278), + [anon_sym_STAR] = ACTIONS(3280), + [sym_label] = ACTIONS(3278), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_null] = ACTIONS(3278), + [anon_sym_if] = ACTIONS(3278), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_when] = ACTIONS(3278), + [anon_sym_try] = ACTIONS(3278), + [anon_sym_throw] = ACTIONS(3278), + [anon_sym_return] = ACTIONS(3278), + [anon_sym_continue] = ACTIONS(3278), + [anon_sym_break] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG] = ACTIONS(3278), + [anon_sym_BANG_BANG] = ACTIONS(3280), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3280), + [anon_sym_continue_AT] = ACTIONS(3280), + [anon_sym_break_AT] = ACTIONS(3280), + [sym_real_literal] = ACTIONS(3280), + [sym_integer_literal] = ACTIONS(3278), + [sym_hex_literal] = ACTIONS(3280), + [sym_bin_literal] = ACTIONS(3280), + [anon_sym_true] = ACTIONS(3278), + [anon_sym_false] = ACTIONS(3278), + [anon_sym_SQUOTE] = ACTIONS(3280), + [sym__backtick_identifier] = ACTIONS(3280), + [sym__automatic_semicolon] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3280), + }, + [676] = { + [sym_getter] = STATE(3129), + [sym_setter] = STATE(3129), + [sym_modifiers] = STATE(8787), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1752), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1754), + [anon_sym_as] = ACTIONS(1752), + [anon_sym_LBRACE] = ACTIONS(1754), + [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_LPAREN] = ACTIONS(1754), + [anon_sym_COMMA] = ACTIONS(1754), + [anon_sym_LT] = ACTIONS(1752), + [anon_sym_GT] = ACTIONS(1752), + [anon_sym_where] = ACTIONS(1752), + [anon_sym_object] = ACTIONS(1752), + [anon_sym_fun] = ACTIONS(1752), + [anon_sym_DOT] = ACTIONS(1752), + [anon_sym_SEMI] = ACTIONS(1754), + [anon_sym_get] = ACTIONS(3374), + [anon_sym_set] = ACTIONS(3376), + [anon_sym_this] = ACTIONS(1752), + [anon_sym_super] = ACTIONS(1752), + [anon_sym_STAR] = ACTIONS(1754), + [sym_label] = ACTIONS(1752), + [anon_sym_in] = ACTIONS(1752), + [anon_sym_DOT_DOT] = ACTIONS(1754), + [anon_sym_QMARK_COLON] = ACTIONS(1754), + [anon_sym_AMP_AMP] = ACTIONS(1754), + [anon_sym_PIPE_PIPE] = ACTIONS(1754), + [anon_sym_null] = ACTIONS(1752), + [anon_sym_if] = ACTIONS(1752), + [anon_sym_else] = ACTIONS(1752), + [anon_sym_when] = ACTIONS(1752), + [anon_sym_try] = ACTIONS(1752), + [anon_sym_throw] = ACTIONS(1752), + [anon_sym_return] = ACTIONS(1752), + [anon_sym_continue] = ACTIONS(1752), + [anon_sym_break] = ACTIONS(1752), + [anon_sym_COLON_COLON] = ACTIONS(1754), + [anon_sym_BANG_EQ] = ACTIONS(1752), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), + [anon_sym_EQ_EQ] = ACTIONS(1752), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), + [anon_sym_LT_EQ] = ACTIONS(1754), + [anon_sym_GT_EQ] = ACTIONS(1754), + [anon_sym_BANGin] = ACTIONS(1754), + [anon_sym_is] = ACTIONS(1752), + [anon_sym_BANGis] = ACTIONS(1754), + [anon_sym_PLUS] = ACTIONS(1752), + [anon_sym_DASH] = ACTIONS(1752), + [anon_sym_SLASH] = ACTIONS(1752), + [anon_sym_PERCENT] = ACTIONS(1754), + [anon_sym_as_QMARK] = ACTIONS(1754), + [anon_sym_PLUS_PLUS] = ACTIONS(1754), + [anon_sym_DASH_DASH] = ACTIONS(1754), + [anon_sym_BANG] = ACTIONS(1752), + [anon_sym_BANG_BANG] = ACTIONS(1754), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1754), + [anon_sym_continue_AT] = ACTIONS(1754), + [anon_sym_break_AT] = ACTIONS(1754), + [sym_real_literal] = ACTIONS(1754), + [sym_integer_literal] = ACTIONS(1752), + [sym_hex_literal] = ACTIONS(1754), + [sym_bin_literal] = ACTIONS(1754), + [anon_sym_true] = ACTIONS(1752), + [anon_sym_false] = ACTIONS(1752), + [anon_sym_SQUOTE] = ACTIONS(1754), + [sym__backtick_identifier] = ACTIONS(1754), + [sym__automatic_semicolon] = ACTIONS(1754), + [sym_safe_nav] = ACTIONS(1754), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1754), + }, + [677] = { + [sym_getter] = STATE(3184), + [sym_setter] = STATE(3184), + [sym_modifiers] = STATE(8787), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1694), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1696), @@ -115504,9 +116732,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_object] = ACTIONS(1694), [anon_sym_fun] = ACTIONS(1694), [anon_sym_DOT] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(1696), - [anon_sym_get] = ACTIONS(3366), - [anon_sym_set] = ACTIONS(3368), + [anon_sym_SEMI] = ACTIONS(1932), + [anon_sym_get] = ACTIONS(3374), + [anon_sym_set] = ACTIONS(3376), [anon_sym_this] = ACTIONS(1694), [anon_sym_super] = ACTIONS(1694), [anon_sym_STAR] = ACTIONS(1696), @@ -115567,8 +116795,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(1696), [anon_sym_continue_AT] = ACTIONS(1696), @@ -115586,76 +116814,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(1696), }, - [668] = { - [sym_getter] = STATE(3425), - [sym_setter] = STATE(3425), - [sym_modifiers] = STATE(8834), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), + [678] = { + [sym_getter] = STATE(3175), + [sym_setter] = STATE(3175), + [sym_modifiers] = STATE(8787), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3338), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_COMMA] = ACTIONS(3256), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_where] = ACTIONS(3254), - [anon_sym_object] = ACTIONS(3254), - [anon_sym_fun] = ACTIONS(3254), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(3442), - [anon_sym_get] = ACTIONS(3366), - [anon_sym_set] = ACTIONS(3368), - [anon_sym_this] = ACTIONS(3254), - [anon_sym_super] = ACTIONS(3254), - [anon_sym_STAR] = ACTIONS(3256), - [sym_label] = ACTIONS(3254), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_null] = ACTIONS(3254), - [anon_sym_if] = ACTIONS(3254), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_when] = ACTIONS(3254), - [anon_sym_try] = ACTIONS(3254), - [anon_sym_throw] = ACTIONS(3254), - [anon_sym_return] = ACTIONS(3254), - [anon_sym_continue] = ACTIONS(3254), - [anon_sym_break] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3256), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG] = ACTIONS(3254), - [anon_sym_BANG_BANG] = ACTIONS(3256), + [anon_sym_LBRACK] = ACTIONS(3340), + [anon_sym_as] = ACTIONS(3338), + [anon_sym_LBRACE] = ACTIONS(3340), + [anon_sym_RBRACE] = ACTIONS(3340), + [anon_sym_LPAREN] = ACTIONS(3340), + [anon_sym_COMMA] = ACTIONS(3340), + [anon_sym_LT] = ACTIONS(3338), + [anon_sym_GT] = ACTIONS(3338), + [anon_sym_where] = ACTIONS(3338), + [anon_sym_object] = ACTIONS(3338), + [anon_sym_fun] = ACTIONS(3338), + [anon_sym_DOT] = ACTIONS(3338), + [anon_sym_SEMI] = ACTIONS(3340), + [anon_sym_get] = ACTIONS(3374), + [anon_sym_set] = ACTIONS(3376), + [anon_sym_this] = ACTIONS(3338), + [anon_sym_super] = ACTIONS(3338), + [anon_sym_STAR] = ACTIONS(3340), + [sym_label] = ACTIONS(3338), + [anon_sym_in] = ACTIONS(3338), + [anon_sym_DOT_DOT] = ACTIONS(3340), + [anon_sym_QMARK_COLON] = ACTIONS(3340), + [anon_sym_AMP_AMP] = ACTIONS(3340), + [anon_sym_PIPE_PIPE] = ACTIONS(3340), + [anon_sym_null] = ACTIONS(3338), + [anon_sym_if] = ACTIONS(3338), + [anon_sym_else] = ACTIONS(3338), + [anon_sym_when] = ACTIONS(3338), + [anon_sym_try] = ACTIONS(3338), + [anon_sym_throw] = ACTIONS(3338), + [anon_sym_return] = ACTIONS(3338), + [anon_sym_continue] = ACTIONS(3338), + [anon_sym_break] = ACTIONS(3338), + [anon_sym_COLON_COLON] = ACTIONS(3340), + [anon_sym_BANG_EQ] = ACTIONS(3338), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3340), + [anon_sym_EQ_EQ] = ACTIONS(3338), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3340), + [anon_sym_LT_EQ] = ACTIONS(3340), + [anon_sym_GT_EQ] = ACTIONS(3340), + [anon_sym_BANGin] = ACTIONS(3340), + [anon_sym_is] = ACTIONS(3338), + [anon_sym_BANGis] = ACTIONS(3340), + [anon_sym_PLUS] = ACTIONS(3338), + [anon_sym_DASH] = ACTIONS(3338), + [anon_sym_SLASH] = ACTIONS(3338), + [anon_sym_PERCENT] = ACTIONS(3340), + [anon_sym_as_QMARK] = ACTIONS(3340), + [anon_sym_PLUS_PLUS] = ACTIONS(3340), + [anon_sym_DASH_DASH] = ACTIONS(3340), + [anon_sym_BANG] = ACTIONS(3338), + [anon_sym_BANG_BANG] = ACTIONS(3340), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -115679,95 +116907,95 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3256), - [anon_sym_continue_AT] = ACTIONS(3256), - [anon_sym_break_AT] = ACTIONS(3256), - [sym_real_literal] = ACTIONS(3256), - [sym_integer_literal] = ACTIONS(3254), - [sym_hex_literal] = ACTIONS(3256), - [sym_bin_literal] = ACTIONS(3256), - [anon_sym_true] = ACTIONS(3254), - [anon_sym_false] = ACTIONS(3254), - [anon_sym_SQUOTE] = ACTIONS(3256), - [sym__backtick_identifier] = ACTIONS(3256), - [sym__automatic_semicolon] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3256), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3340), + [anon_sym_continue_AT] = ACTIONS(3340), + [anon_sym_break_AT] = ACTIONS(3340), + [sym_real_literal] = ACTIONS(3340), + [sym_integer_literal] = ACTIONS(3338), + [sym_hex_literal] = ACTIONS(3340), + [sym_bin_literal] = ACTIONS(3340), + [anon_sym_true] = ACTIONS(3338), + [anon_sym_false] = ACTIONS(3338), + [anon_sym_SQUOTE] = ACTIONS(3340), + [sym__backtick_identifier] = ACTIONS(3340), + [sym__automatic_semicolon] = ACTIONS(3340), + [sym_safe_nav] = ACTIONS(3340), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3340), }, - [669] = { - [sym_getter] = STATE(3127), - [sym_setter] = STATE(3127), - [sym_modifiers] = STATE(8834), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1770), + [679] = { + [sym_getter] = STATE(3184), + [sym_setter] = STATE(3184), + [sym_modifiers] = STATE(8787), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1694), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1772), - [anon_sym_as] = ACTIONS(1770), - [anon_sym_LBRACE] = ACTIONS(1772), - [anon_sym_RBRACE] = ACTIONS(1772), - [anon_sym_LPAREN] = ACTIONS(1772), - [anon_sym_COMMA] = ACTIONS(1772), - [anon_sym_LT] = ACTIONS(1770), - [anon_sym_GT] = ACTIONS(1770), - [anon_sym_where] = ACTIONS(1770), - [anon_sym_object] = ACTIONS(1770), - [anon_sym_fun] = ACTIONS(1770), - [anon_sym_DOT] = ACTIONS(1770), - [anon_sym_SEMI] = ACTIONS(1936), - [anon_sym_get] = ACTIONS(3366), - [anon_sym_set] = ACTIONS(3368), - [anon_sym_this] = ACTIONS(1770), - [anon_sym_super] = ACTIONS(1770), - [anon_sym_STAR] = ACTIONS(1772), - [sym_label] = ACTIONS(1770), - [anon_sym_in] = ACTIONS(1770), - [anon_sym_DOT_DOT] = ACTIONS(1772), - [anon_sym_QMARK_COLON] = ACTIONS(1772), - [anon_sym_AMP_AMP] = ACTIONS(1772), - [anon_sym_PIPE_PIPE] = ACTIONS(1772), - [anon_sym_null] = ACTIONS(1770), - [anon_sym_if] = ACTIONS(1770), - [anon_sym_else] = ACTIONS(1770), - [anon_sym_when] = ACTIONS(1770), - [anon_sym_try] = ACTIONS(1770), - [anon_sym_throw] = ACTIONS(1770), - [anon_sym_return] = ACTIONS(1770), - [anon_sym_continue] = ACTIONS(1770), - [anon_sym_break] = ACTIONS(1770), - [anon_sym_COLON_COLON] = ACTIONS(1772), - [anon_sym_BANG_EQ] = ACTIONS(1770), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1772), - [anon_sym_EQ_EQ] = ACTIONS(1770), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1772), - [anon_sym_LT_EQ] = ACTIONS(1772), - [anon_sym_GT_EQ] = ACTIONS(1772), - [anon_sym_BANGin] = ACTIONS(1772), - [anon_sym_is] = ACTIONS(1770), - [anon_sym_BANGis] = ACTIONS(1772), - [anon_sym_PLUS] = ACTIONS(1770), - [anon_sym_DASH] = ACTIONS(1770), - [anon_sym_SLASH] = ACTIONS(1770), - [anon_sym_PERCENT] = ACTIONS(1772), - [anon_sym_as_QMARK] = ACTIONS(1772), - [anon_sym_PLUS_PLUS] = ACTIONS(1772), - [anon_sym_DASH_DASH] = ACTIONS(1772), - [anon_sym_BANG] = ACTIONS(1770), - [anon_sym_BANG_BANG] = ACTIONS(1772), + [anon_sym_LBRACK] = ACTIONS(1696), + [anon_sym_as] = ACTIONS(1694), + [anon_sym_LBRACE] = ACTIONS(1696), + [anon_sym_RBRACE] = ACTIONS(1696), + [anon_sym_LPAREN] = ACTIONS(1696), + [anon_sym_COMMA] = ACTIONS(1696), + [anon_sym_LT] = ACTIONS(1694), + [anon_sym_GT] = ACTIONS(1694), + [anon_sym_where] = ACTIONS(1694), + [anon_sym_object] = ACTIONS(1694), + [anon_sym_fun] = ACTIONS(1694), + [anon_sym_DOT] = ACTIONS(1694), + [anon_sym_SEMI] = ACTIONS(1696), + [anon_sym_get] = ACTIONS(3374), + [anon_sym_set] = ACTIONS(3376), + [anon_sym_this] = ACTIONS(1694), + [anon_sym_super] = ACTIONS(1694), + [anon_sym_STAR] = ACTIONS(1696), + [sym_label] = ACTIONS(1694), + [anon_sym_in] = ACTIONS(1694), + [anon_sym_DOT_DOT] = ACTIONS(1696), + [anon_sym_QMARK_COLON] = ACTIONS(1696), + [anon_sym_AMP_AMP] = ACTIONS(1696), + [anon_sym_PIPE_PIPE] = ACTIONS(1696), + [anon_sym_null] = ACTIONS(1694), + [anon_sym_if] = ACTIONS(1694), + [anon_sym_else] = ACTIONS(1694), + [anon_sym_when] = ACTIONS(1694), + [anon_sym_try] = ACTIONS(1694), + [anon_sym_throw] = ACTIONS(1694), + [anon_sym_return] = ACTIONS(1694), + [anon_sym_continue] = ACTIONS(1694), + [anon_sym_break] = ACTIONS(1694), + [anon_sym_COLON_COLON] = ACTIONS(1696), + [anon_sym_BANG_EQ] = ACTIONS(1694), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), + [anon_sym_EQ_EQ] = ACTIONS(1694), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), + [anon_sym_LT_EQ] = ACTIONS(1696), + [anon_sym_GT_EQ] = ACTIONS(1696), + [anon_sym_BANGin] = ACTIONS(1696), + [anon_sym_is] = ACTIONS(1694), + [anon_sym_BANGis] = ACTIONS(1696), + [anon_sym_PLUS] = ACTIONS(1694), + [anon_sym_DASH] = ACTIONS(1694), + [anon_sym_SLASH] = ACTIONS(1694), + [anon_sym_PERCENT] = ACTIONS(1696), + [anon_sym_as_QMARK] = ACTIONS(1696), + [anon_sym_PLUS_PLUS] = ACTIONS(1696), + [anon_sym_DASH_DASH] = ACTIONS(1696), + [anon_sym_BANG] = ACTIONS(1694), + [anon_sym_BANG_BANG] = ACTIONS(1696), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -115791,90 +117019,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1772), - [anon_sym_continue_AT] = ACTIONS(1772), - [anon_sym_break_AT] = ACTIONS(1772), - [sym_real_literal] = ACTIONS(1772), - [sym_integer_literal] = ACTIONS(1770), - [sym_hex_literal] = ACTIONS(1772), - [sym_bin_literal] = ACTIONS(1772), - [anon_sym_true] = ACTIONS(1770), - [anon_sym_false] = ACTIONS(1770), - [anon_sym_SQUOTE] = ACTIONS(1772), - [sym__backtick_identifier] = ACTIONS(1772), - [sym__automatic_semicolon] = ACTIONS(1772), - [sym_safe_nav] = ACTIONS(1772), + [anon_sym_return_AT] = ACTIONS(1696), + [anon_sym_continue_AT] = ACTIONS(1696), + [anon_sym_break_AT] = ACTIONS(1696), + [sym_real_literal] = ACTIONS(1696), + [sym_integer_literal] = ACTIONS(1694), + [sym_hex_literal] = ACTIONS(1696), + [sym_bin_literal] = ACTIONS(1696), + [anon_sym_true] = ACTIONS(1694), + [anon_sym_false] = ACTIONS(1694), + [anon_sym_SQUOTE] = ACTIONS(1696), + [sym__backtick_identifier] = ACTIONS(1696), + [sym__automatic_semicolon] = ACTIONS(1696), + [sym_safe_nav] = ACTIONS(1696), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1772), + [sym__string_start] = ACTIONS(1696), }, - [670] = { - [sym_getter] = STATE(4713), - [sym_setter] = STATE(4713), - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(2177), - [sym__comparison_operator] = STATE(2176), - [sym__in_operator] = STATE(2172), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(2170), - [sym__multiplicative_operator] = STATE(2169), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_modifiers] = STATE(8861), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2168), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [aux_sym_modifiers_repeat1] = STATE(5441), + [680] = { + [sym_getter] = STATE(4641), + [sym_setter] = STATE(4641), + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(2113), + [sym__comparison_operator] = STATE(2103), + [sym__in_operator] = STATE(2075), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(2062), + [sym__multiplicative_operator] = STATE(2057), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_modifiers] = STATE(8915), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2022), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_EQ] = ACTIONS(1694), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(1696), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_RPAREN] = ACTIONS(1696), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_EQ] = ACTIONS(1784), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_RPAREN] = ACTIONS(1786), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(3646), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(3678), - [anon_sym_get] = ACTIONS(3680), - [anon_sym_set] = ACTIONS(3682), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3698), + [anon_sym_get] = ACTIONS(3678), + [anon_sym_set] = ACTIONS(3680), [anon_sym_STAR] = ACTIONS(3654), - [sym_label] = ACTIONS(3392), + [sym_label] = ACTIONS(3408), [anon_sym_in] = ACTIONS(3656), - [anon_sym_while] = ACTIONS(1694), + [anon_sym_while] = ACTIONS(1784), [anon_sym_DOT_DOT] = ACTIONS(3658), [anon_sym_QMARK_COLON] = ACTIONS(3660), [anon_sym_AMP_AMP] = ACTIONS(3662), [anon_sym_PIPE_PIPE] = ACTIONS(3664), - [anon_sym_else] = ACTIONS(1694), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_PLUS_EQ] = ACTIONS(1696), - [anon_sym_DASH_EQ] = ACTIONS(1696), - [anon_sym_STAR_EQ] = ACTIONS(1696), - [anon_sym_SLASH_EQ] = ACTIONS(1696), - [anon_sym_PERCENT_EQ] = ACTIONS(1696), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_PLUS_EQ] = ACTIONS(1786), + [anon_sym_DASH_EQ] = ACTIONS(1786), + [anon_sym_STAR_EQ] = ACTIONS(1786), + [anon_sym_SLASH_EQ] = ACTIONS(1786), + [anon_sym_PERCENT_EQ] = ACTIONS(1786), [anon_sym_BANG_EQ] = ACTIONS(3666), [anon_sym_BANG_EQ_EQ] = ACTIONS(3668), [anon_sym_EQ_EQ] = ACTIONS(3666), @@ -115882,16 +117110,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_EQ] = ACTIONS(3670), [anon_sym_GT_EQ] = ACTIONS(3670), [anon_sym_BANGin] = ACTIONS(3672), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), [anon_sym_PLUS] = ACTIONS(3674), [anon_sym_DASH] = ACTIONS(3674), [anon_sym_SLASH] = ACTIONS(3654), [anon_sym_PERCENT] = ACTIONS(3654), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -115919,61 +117147,285 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), + [sym_safe_nav] = ACTIONS(3420), [sym_multiline_comment] = ACTIONS(3), }, - [671] = { - [sym_getter] = STATE(4736), - [sym_setter] = STATE(4736), - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(2177), - [sym__comparison_operator] = STATE(2176), - [sym__in_operator] = STATE(2172), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(2170), - [sym__multiplicative_operator] = STATE(2169), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_modifiers] = STATE(8861), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2168), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [aux_sym_modifiers_repeat1] = STATE(5441), + [681] = { + [sym_getter] = STATE(3288), + [sym_setter] = STATE(3288), + [sym_modifiers] = STATE(8787), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_COMMA] = ACTIONS(1786), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_where] = ACTIONS(1784), + [anon_sym_object] = ACTIONS(1784), + [anon_sym_fun] = ACTIONS(1784), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(1916), + [anon_sym_get] = ACTIONS(3374), + [anon_sym_set] = ACTIONS(3376), + [anon_sym_this] = ACTIONS(1784), + [anon_sym_super] = ACTIONS(1784), + [anon_sym_STAR] = ACTIONS(1786), + [sym_label] = ACTIONS(1784), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_null] = ACTIONS(1784), + [anon_sym_if] = ACTIONS(1784), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_when] = ACTIONS(1784), + [anon_sym_try] = ACTIONS(1784), + [anon_sym_throw] = ACTIONS(1784), + [anon_sym_return] = ACTIONS(1784), + [anon_sym_continue] = ACTIONS(1784), + [anon_sym_break] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1786), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG] = ACTIONS(1784), + [anon_sym_BANG_BANG] = ACTIONS(1786), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1786), + [anon_sym_continue_AT] = ACTIONS(1786), + [anon_sym_break_AT] = ACTIONS(1786), + [sym_real_literal] = ACTIONS(1786), + [sym_integer_literal] = ACTIONS(1784), + [sym_hex_literal] = ACTIONS(1786), + [sym_bin_literal] = ACTIONS(1786), + [anon_sym_true] = ACTIONS(1784), + [anon_sym_false] = ACTIONS(1784), + [anon_sym_SQUOTE] = ACTIONS(1786), + [sym__backtick_identifier] = ACTIONS(1786), + [sym__automatic_semicolon] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1786), + }, + [682] = { + [sym_getter] = STATE(3170), + [sym_setter] = STATE(3170), + [sym_modifiers] = STATE(8787), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1778), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1780), + [anon_sym_as] = ACTIONS(1778), + [anon_sym_LBRACE] = ACTIONS(1780), + [anon_sym_RBRACE] = ACTIONS(1780), + [anon_sym_LPAREN] = ACTIONS(1780), + [anon_sym_COMMA] = ACTIONS(1780), + [anon_sym_LT] = ACTIONS(1778), + [anon_sym_GT] = ACTIONS(1778), + [anon_sym_where] = ACTIONS(1778), + [anon_sym_object] = ACTIONS(1778), + [anon_sym_fun] = ACTIONS(1778), + [anon_sym_DOT] = ACTIONS(1778), + [anon_sym_SEMI] = ACTIONS(1780), + [anon_sym_get] = ACTIONS(3374), + [anon_sym_set] = ACTIONS(3376), + [anon_sym_this] = ACTIONS(1778), + [anon_sym_super] = ACTIONS(1778), + [anon_sym_STAR] = ACTIONS(1780), + [sym_label] = ACTIONS(1778), + [anon_sym_in] = ACTIONS(1778), + [anon_sym_DOT_DOT] = ACTIONS(1780), + [anon_sym_QMARK_COLON] = ACTIONS(1780), + [anon_sym_AMP_AMP] = ACTIONS(1780), + [anon_sym_PIPE_PIPE] = ACTIONS(1780), + [anon_sym_null] = ACTIONS(1778), + [anon_sym_if] = ACTIONS(1778), + [anon_sym_else] = ACTIONS(1778), + [anon_sym_when] = ACTIONS(1778), + [anon_sym_try] = ACTIONS(1778), + [anon_sym_throw] = ACTIONS(1778), + [anon_sym_return] = ACTIONS(1778), + [anon_sym_continue] = ACTIONS(1778), + [anon_sym_break] = ACTIONS(1778), + [anon_sym_COLON_COLON] = ACTIONS(1780), + [anon_sym_BANG_EQ] = ACTIONS(1778), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1780), + [anon_sym_EQ_EQ] = ACTIONS(1778), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1780), + [anon_sym_LT_EQ] = ACTIONS(1780), + [anon_sym_GT_EQ] = ACTIONS(1780), + [anon_sym_BANGin] = ACTIONS(1780), + [anon_sym_is] = ACTIONS(1778), + [anon_sym_BANGis] = ACTIONS(1780), + [anon_sym_PLUS] = ACTIONS(1778), + [anon_sym_DASH] = ACTIONS(1778), + [anon_sym_SLASH] = ACTIONS(1778), + [anon_sym_PERCENT] = ACTIONS(1780), + [anon_sym_as_QMARK] = ACTIONS(1780), + [anon_sym_PLUS_PLUS] = ACTIONS(1780), + [anon_sym_DASH_DASH] = ACTIONS(1780), + [anon_sym_BANG] = ACTIONS(1778), + [anon_sym_BANG_BANG] = ACTIONS(1780), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1780), + [anon_sym_continue_AT] = ACTIONS(1780), + [anon_sym_break_AT] = ACTIONS(1780), + [sym_real_literal] = ACTIONS(1780), + [sym_integer_literal] = ACTIONS(1778), + [sym_hex_literal] = ACTIONS(1780), + [sym_bin_literal] = ACTIONS(1780), + [anon_sym_true] = ACTIONS(1778), + [anon_sym_false] = ACTIONS(1778), + [anon_sym_SQUOTE] = ACTIONS(1780), + [sym__backtick_identifier] = ACTIONS(1780), + [sym__automatic_semicolon] = ACTIONS(1780), + [sym_safe_nav] = ACTIONS(1780), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1780), + }, + [683] = { + [sym_getter] = STATE(3189), + [sym_setter] = STATE(3189), + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(2113), + [sym__comparison_operator] = STATE(2103), + [sym__in_operator] = STATE(2075), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(2062), + [sym__multiplicative_operator] = STATE(2057), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_modifiers] = STATE(8887), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2022), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_as] = ACTIONS(3376), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_as] = ACTIONS(3392), [anon_sym_EQ] = ACTIONS(1764), - [anon_sym_LBRACE] = ACTIONS(1596), + [anon_sym_LBRACE] = ACTIONS(1403), [anon_sym_RBRACE] = ACTIONS(1766), - [anon_sym_LPAREN] = ACTIONS(3378), + [anon_sym_LPAREN] = ACTIONS(3394), [anon_sym_RPAREN] = ACTIONS(1766), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(3646), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(3684), - [anon_sym_get] = ACTIONS(3680), - [anon_sym_set] = ACTIONS(3682), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3700), + [anon_sym_get] = ACTIONS(3650), + [anon_sym_set] = ACTIONS(3652), [anon_sym_STAR] = ACTIONS(3654), - [sym_label] = ACTIONS(3392), + [sym_label] = ACTIONS(3408), [anon_sym_in] = ACTIONS(3656), [anon_sym_while] = ACTIONS(1764), [anon_sym_DOT_DOT] = ACTIONS(3658), @@ -115981,7 +117433,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP_AMP] = ACTIONS(3662), [anon_sym_PIPE_PIPE] = ACTIONS(3664), [anon_sym_else] = ACTIONS(1764), - [anon_sym_COLON_COLON] = ACTIONS(3404), + [anon_sym_COLON_COLON] = ACTIONS(3420), [anon_sym_PLUS_EQ] = ACTIONS(1766), [anon_sym_DASH_EQ] = ACTIONS(1766), [anon_sym_STAR_EQ] = ACTIONS(1766), @@ -115994,16 +117446,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_EQ] = ACTIONS(3670), [anon_sym_GT_EQ] = ACTIONS(3670), [anon_sym_BANGin] = ACTIONS(3672), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), [anon_sym_PLUS] = ACTIONS(3674), [anon_sym_DASH] = ACTIONS(3674), [anon_sym_SLASH] = ACTIONS(3654), [anon_sym_PERCENT] = ACTIONS(3654), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -116031,96 +117483,84 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), + [sym_safe_nav] = ACTIONS(3420), [sym_multiline_comment] = ACTIONS(3), }, - [672] = { - [sym_getter] = STATE(4710), - [sym_setter] = STATE(4710), - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(2177), - [sym__comparison_operator] = STATE(2176), - [sym__in_operator] = STATE(2172), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(2170), - [sym__multiplicative_operator] = STATE(2169), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_modifiers] = STATE(8861), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2168), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_EQ] = ACTIONS(1776), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_RPAREN] = ACTIONS(1778), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3646), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(3686), - [anon_sym_get] = ACTIONS(3680), - [anon_sym_set] = ACTIONS(3682), - [anon_sym_STAR] = ACTIONS(3654), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(3656), - [anon_sym_while] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(3658), - [anon_sym_QMARK_COLON] = ACTIONS(3660), - [anon_sym_AMP_AMP] = ACTIONS(3662), - [anon_sym_PIPE_PIPE] = ACTIONS(3664), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_PLUS_EQ] = ACTIONS(1778), - [anon_sym_DASH_EQ] = ACTIONS(1778), - [anon_sym_STAR_EQ] = ACTIONS(1778), - [anon_sym_SLASH_EQ] = ACTIONS(1778), - [anon_sym_PERCENT_EQ] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(3666), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3668), - [anon_sym_EQ_EQ] = ACTIONS(3666), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3668), - [anon_sym_LT_EQ] = ACTIONS(3670), - [anon_sym_GT_EQ] = ACTIONS(3670), - [anon_sym_BANGin] = ACTIONS(3672), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), - [anon_sym_PLUS] = ACTIONS(3674), - [anon_sym_DASH] = ACTIONS(3674), - [anon_sym_SLASH] = ACTIONS(3654), - [anon_sym_PERCENT] = ACTIONS(3654), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), + [684] = { + [sym_getter] = STATE(3288), + [sym_setter] = STATE(3288), + [sym_modifiers] = STATE(8787), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_COMMA] = ACTIONS(1786), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_where] = ACTIONS(1784), + [anon_sym_object] = ACTIONS(1784), + [anon_sym_fun] = ACTIONS(1784), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(1786), + [anon_sym_get] = ACTIONS(3374), + [anon_sym_set] = ACTIONS(3376), + [anon_sym_this] = ACTIONS(1784), + [anon_sym_super] = ACTIONS(1784), + [anon_sym_STAR] = ACTIONS(1786), + [sym_label] = ACTIONS(1784), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_null] = ACTIONS(1784), + [anon_sym_if] = ACTIONS(1784), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_when] = ACTIONS(1784), + [anon_sym_try] = ACTIONS(1784), + [anon_sym_throw] = ACTIONS(1784), + [anon_sym_return] = ACTIONS(1784), + [anon_sym_continue] = ACTIONS(1784), + [anon_sym_break] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1786), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG] = ACTIONS(1784), + [anon_sym_BANG_BANG] = ACTIONS(1786), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(1746), - [anon_sym_inner] = ACTIONS(1746), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -116139,29 +117579,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(1748), - [anon_sym_actual] = ACTIONS(1748), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), - [sym_multiline_comment] = ACTIONS(3), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1786), + [anon_sym_continue_AT] = ACTIONS(1786), + [anon_sym_break_AT] = ACTIONS(1786), + [sym_real_literal] = ACTIONS(1786), + [sym_integer_literal] = ACTIONS(1784), + [sym_hex_literal] = ACTIONS(1786), + [sym_bin_literal] = ACTIONS(1786), + [anon_sym_true] = ACTIONS(1784), + [anon_sym_false] = ACTIONS(1784), + [anon_sym_SQUOTE] = ACTIONS(1786), + [sym__backtick_identifier] = ACTIONS(1786), + [sym__automatic_semicolon] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1786), }, - [673] = { - [sym_getter] = STATE(3127), - [sym_setter] = STATE(3127), - [sym_modifiers] = STATE(8834), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [685] = { + [sym_getter] = STATE(3163), + [sym_setter] = STATE(3163), + [sym_modifiers] = STATE(8787), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1770), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1772), @@ -116176,9 +117628,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_object] = ACTIONS(1770), [anon_sym_fun] = ACTIONS(1770), [anon_sym_DOT] = ACTIONS(1770), - [anon_sym_SEMI] = ACTIONS(1772), - [anon_sym_get] = ACTIONS(3366), - [anon_sym_set] = ACTIONS(3368), + [anon_sym_SEMI] = ACTIONS(1938), + [anon_sym_get] = ACTIONS(3374), + [anon_sym_set] = ACTIONS(3376), [anon_sym_this] = ACTIONS(1770), [anon_sym_super] = ACTIONS(1770), [anon_sym_STAR] = ACTIONS(1772), @@ -116239,8 +117691,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(1772), [anon_sym_continue_AT] = ACTIONS(1772), @@ -116258,76 +117710,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(1772), }, - [674] = { - [sym_getter] = STATE(1110), - [sym_setter] = STATE(1110), - [sym_modifiers] = STATE(8806), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), + [686] = { + [sym_getter] = STATE(3447), + [sym_setter] = STATE(3447), + [sym_modifiers] = STATE(8787), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_COMMA] = ACTIONS(1778), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_where] = ACTIONS(1776), - [anon_sym_object] = ACTIONS(1776), - [anon_sym_fun] = ACTIONS(1776), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(1778), - [anon_sym_get] = ACTIONS(3432), - [anon_sym_set] = ACTIONS(3434), - [anon_sym_this] = ACTIONS(1776), - [anon_sym_super] = ACTIONS(1776), - [anon_sym_STAR] = ACTIONS(1778), - [sym_label] = ACTIONS(1776), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_null] = ACTIONS(1776), - [anon_sym_if] = ACTIONS(1776), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_when] = ACTIONS(1776), - [anon_sym_try] = ACTIONS(1776), - [anon_sym_throw] = ACTIONS(1776), - [anon_sym_return] = ACTIONS(1776), - [anon_sym_continue] = ACTIONS(1776), - [anon_sym_break] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1778), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG] = ACTIONS(1776), - [anon_sym_BANG_BANG] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_COMMA] = ACTIONS(3280), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_where] = ACTIONS(3278), + [anon_sym_object] = ACTIONS(3278), + [anon_sym_fun] = ACTIONS(3278), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(3506), + [anon_sym_get] = ACTIONS(3374), + [anon_sym_set] = ACTIONS(3376), + [anon_sym_this] = ACTIONS(3278), + [anon_sym_super] = ACTIONS(3278), + [anon_sym_STAR] = ACTIONS(3280), + [sym_label] = ACTIONS(3278), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_null] = ACTIONS(3278), + [anon_sym_if] = ACTIONS(3278), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_when] = ACTIONS(3278), + [anon_sym_try] = ACTIONS(3278), + [anon_sym_throw] = ACTIONS(3278), + [anon_sym_return] = ACTIONS(3278), + [anon_sym_continue] = ACTIONS(3278), + [anon_sym_break] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG] = ACTIONS(3278), + [anon_sym_BANG_BANG] = ACTIONS(3280), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -116351,95 +117803,95 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1778), - [anon_sym_continue_AT] = ACTIONS(1778), - [anon_sym_break_AT] = ACTIONS(1778), - [sym_real_literal] = ACTIONS(1778), - [sym_integer_literal] = ACTIONS(1776), - [sym_hex_literal] = ACTIONS(1778), - [sym_bin_literal] = ACTIONS(1778), - [anon_sym_true] = ACTIONS(1776), - [anon_sym_false] = ACTIONS(1776), - [anon_sym_SQUOTE] = ACTIONS(1778), - [sym__backtick_identifier] = ACTIONS(1778), - [sym__automatic_semicolon] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1778), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3280), + [anon_sym_continue_AT] = ACTIONS(3280), + [anon_sym_break_AT] = ACTIONS(3280), + [sym_real_literal] = ACTIONS(3280), + [sym_integer_literal] = ACTIONS(3278), + [sym_hex_literal] = ACTIONS(3280), + [sym_bin_literal] = ACTIONS(3280), + [anon_sym_true] = ACTIONS(3278), + [anon_sym_false] = ACTIONS(3278), + [anon_sym_SQUOTE] = ACTIONS(3280), + [sym__backtick_identifier] = ACTIONS(3280), + [sym__automatic_semicolon] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3280), }, - [675] = { - [sym_getter] = STATE(1107), - [sym_setter] = STATE(1107), - [sym_modifiers] = STATE(8806), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), + [687] = { + [sym_getter] = STATE(1116), + [sym_setter] = STATE(1116), + [sym_modifiers] = STATE(8715), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3338), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_COMMA] = ACTIONS(3256), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_where] = ACTIONS(3254), - [anon_sym_object] = ACTIONS(3254), - [anon_sym_fun] = ACTIONS(3254), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(3256), - [anon_sym_get] = ACTIONS(3432), - [anon_sym_set] = ACTIONS(3434), - [anon_sym_this] = ACTIONS(3254), - [anon_sym_super] = ACTIONS(3254), - [anon_sym_STAR] = ACTIONS(3256), - [sym_label] = ACTIONS(3254), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_null] = ACTIONS(3254), - [anon_sym_if] = ACTIONS(3254), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_when] = ACTIONS(3254), - [anon_sym_try] = ACTIONS(3254), - [anon_sym_throw] = ACTIONS(3254), - [anon_sym_return] = ACTIONS(3254), - [anon_sym_continue] = ACTIONS(3254), - [anon_sym_break] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3256), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG] = ACTIONS(3254), - [anon_sym_BANG_BANG] = ACTIONS(3256), + [anon_sym_LBRACK] = ACTIONS(3340), + [anon_sym_as] = ACTIONS(3338), + [anon_sym_LBRACE] = ACTIONS(3340), + [anon_sym_RBRACE] = ACTIONS(3340), + [anon_sym_LPAREN] = ACTIONS(3340), + [anon_sym_COMMA] = ACTIONS(3340), + [anon_sym_LT] = ACTIONS(3338), + [anon_sym_GT] = ACTIONS(3338), + [anon_sym_where] = ACTIONS(3338), + [anon_sym_object] = ACTIONS(3338), + [anon_sym_fun] = ACTIONS(3338), + [anon_sym_DOT] = ACTIONS(3338), + [anon_sym_SEMI] = ACTIONS(3340), + [anon_sym_get] = ACTIONS(3368), + [anon_sym_set] = ACTIONS(3370), + [anon_sym_this] = ACTIONS(3338), + [anon_sym_super] = ACTIONS(3338), + [anon_sym_STAR] = ACTIONS(3340), + [sym_label] = ACTIONS(3338), + [anon_sym_in] = ACTIONS(3338), + [anon_sym_DOT_DOT] = ACTIONS(3340), + [anon_sym_QMARK_COLON] = ACTIONS(3340), + [anon_sym_AMP_AMP] = ACTIONS(3340), + [anon_sym_PIPE_PIPE] = ACTIONS(3340), + [anon_sym_null] = ACTIONS(3338), + [anon_sym_if] = ACTIONS(3338), + [anon_sym_else] = ACTIONS(3338), + [anon_sym_when] = ACTIONS(3338), + [anon_sym_try] = ACTIONS(3338), + [anon_sym_throw] = ACTIONS(3338), + [anon_sym_return] = ACTIONS(3338), + [anon_sym_continue] = ACTIONS(3338), + [anon_sym_break] = ACTIONS(3338), + [anon_sym_COLON_COLON] = ACTIONS(3340), + [anon_sym_BANG_EQ] = ACTIONS(3338), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3340), + [anon_sym_EQ_EQ] = ACTIONS(3338), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3340), + [anon_sym_LT_EQ] = ACTIONS(3340), + [anon_sym_GT_EQ] = ACTIONS(3340), + [anon_sym_BANGin] = ACTIONS(3340), + [anon_sym_is] = ACTIONS(3338), + [anon_sym_BANGis] = ACTIONS(3340), + [anon_sym_PLUS] = ACTIONS(3338), + [anon_sym_DASH] = ACTIONS(3338), + [anon_sym_SLASH] = ACTIONS(3338), + [anon_sym_PERCENT] = ACTIONS(3340), + [anon_sym_as_QMARK] = ACTIONS(3340), + [anon_sym_PLUS_PLUS] = ACTIONS(3340), + [anon_sym_DASH_DASH] = ACTIONS(3340), + [anon_sym_BANG] = ACTIONS(3338), + [anon_sym_BANG_BANG] = ACTIONS(3340), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -116463,112 +117915,100 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3256), - [anon_sym_continue_AT] = ACTIONS(3256), - [anon_sym_break_AT] = ACTIONS(3256), - [sym_real_literal] = ACTIONS(3256), - [sym_integer_literal] = ACTIONS(3254), - [sym_hex_literal] = ACTIONS(3256), - [sym_bin_literal] = ACTIONS(3256), - [anon_sym_true] = ACTIONS(3254), - [anon_sym_false] = ACTIONS(3254), - [anon_sym_SQUOTE] = ACTIONS(3256), - [sym__backtick_identifier] = ACTIONS(3256), - [sym__automatic_semicolon] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3256), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3340), + [anon_sym_continue_AT] = ACTIONS(3340), + [anon_sym_break_AT] = ACTIONS(3340), + [sym_real_literal] = ACTIONS(3340), + [sym_integer_literal] = ACTIONS(3338), + [sym_hex_literal] = ACTIONS(3340), + [sym_bin_literal] = ACTIONS(3340), + [anon_sym_true] = ACTIONS(3338), + [anon_sym_false] = ACTIONS(3338), + [anon_sym_SQUOTE] = ACTIONS(3340), + [sym__backtick_identifier] = ACTIONS(3340), + [sym__automatic_semicolon] = ACTIONS(3340), + [sym_safe_nav] = ACTIONS(3340), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3340), }, - [676] = { - [sym_getter] = STATE(4680), - [sym_setter] = STATE(4680), - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(2177), - [sym__comparison_operator] = STATE(2176), - [sym__in_operator] = STATE(2172), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(2170), - [sym__multiplicative_operator] = STATE(2169), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_modifiers] = STATE(8861), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2168), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_EQ] = ACTIONS(1770), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(1772), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_RPAREN] = ACTIONS(1772), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3646), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(3688), - [anon_sym_get] = ACTIONS(3680), - [anon_sym_set] = ACTIONS(3682), - [anon_sym_STAR] = ACTIONS(3654), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(3656), - [anon_sym_while] = ACTIONS(1770), - [anon_sym_DOT_DOT] = ACTIONS(3658), - [anon_sym_QMARK_COLON] = ACTIONS(3660), - [anon_sym_AMP_AMP] = ACTIONS(3662), - [anon_sym_PIPE_PIPE] = ACTIONS(3664), - [anon_sym_else] = ACTIONS(1770), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_PLUS_EQ] = ACTIONS(1772), - [anon_sym_DASH_EQ] = ACTIONS(1772), - [anon_sym_STAR_EQ] = ACTIONS(1772), - [anon_sym_SLASH_EQ] = ACTIONS(1772), - [anon_sym_PERCENT_EQ] = ACTIONS(1772), - [anon_sym_BANG_EQ] = ACTIONS(3666), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3668), - [anon_sym_EQ_EQ] = ACTIONS(3666), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3668), - [anon_sym_LT_EQ] = ACTIONS(3670), - [anon_sym_GT_EQ] = ACTIONS(3670), - [anon_sym_BANGin] = ACTIONS(3672), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), - [anon_sym_PLUS] = ACTIONS(3674), - [anon_sym_DASH] = ACTIONS(3674), - [anon_sym_SLASH] = ACTIONS(3654), - [anon_sym_PERCENT] = ACTIONS(3654), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), + [688] = { + [sym_getter] = STATE(1120), + [sym_setter] = STATE(1120), + [sym_modifiers] = STATE(8715), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1778), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1780), + [anon_sym_as] = ACTIONS(1778), + [anon_sym_LBRACE] = ACTIONS(1780), + [anon_sym_RBRACE] = ACTIONS(1780), + [anon_sym_LPAREN] = ACTIONS(1780), + [anon_sym_COMMA] = ACTIONS(1780), + [anon_sym_LT] = ACTIONS(1778), + [anon_sym_GT] = ACTIONS(1778), + [anon_sym_where] = ACTIONS(1778), + [anon_sym_object] = ACTIONS(1778), + [anon_sym_fun] = ACTIONS(1778), + [anon_sym_DOT] = ACTIONS(1778), + [anon_sym_SEMI] = ACTIONS(1780), + [anon_sym_get] = ACTIONS(3368), + [anon_sym_set] = ACTIONS(3370), + [anon_sym_this] = ACTIONS(1778), + [anon_sym_super] = ACTIONS(1778), + [anon_sym_STAR] = ACTIONS(1780), + [sym_label] = ACTIONS(1778), + [anon_sym_in] = ACTIONS(1778), + [anon_sym_DOT_DOT] = ACTIONS(1780), + [anon_sym_QMARK_COLON] = ACTIONS(1780), + [anon_sym_AMP_AMP] = ACTIONS(1780), + [anon_sym_PIPE_PIPE] = ACTIONS(1780), + [anon_sym_null] = ACTIONS(1778), + [anon_sym_if] = ACTIONS(1778), + [anon_sym_else] = ACTIONS(1778), + [anon_sym_when] = ACTIONS(1778), + [anon_sym_try] = ACTIONS(1778), + [anon_sym_throw] = ACTIONS(1778), + [anon_sym_return] = ACTIONS(1778), + [anon_sym_continue] = ACTIONS(1778), + [anon_sym_break] = ACTIONS(1778), + [anon_sym_COLON_COLON] = ACTIONS(1780), + [anon_sym_BANG_EQ] = ACTIONS(1778), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1780), + [anon_sym_EQ_EQ] = ACTIONS(1778), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1780), + [anon_sym_LT_EQ] = ACTIONS(1780), + [anon_sym_GT_EQ] = ACTIONS(1780), + [anon_sym_BANGin] = ACTIONS(1780), + [anon_sym_is] = ACTIONS(1778), + [anon_sym_BANGis] = ACTIONS(1780), + [anon_sym_PLUS] = ACTIONS(1778), + [anon_sym_DASH] = ACTIONS(1778), + [anon_sym_SLASH] = ACTIONS(1778), + [anon_sym_PERCENT] = ACTIONS(1780), + [anon_sym_as_QMARK] = ACTIONS(1780), + [anon_sym_PLUS_PLUS] = ACTIONS(1780), + [anon_sym_DASH_DASH] = ACTIONS(1780), + [anon_sym_BANG] = ACTIONS(1778), + [anon_sym_BANG_BANG] = ACTIONS(1780), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(1746), - [anon_sym_inner] = ACTIONS(1746), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -116587,29 +118027,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(1748), - [anon_sym_actual] = ACTIONS(1748), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), - [sym_multiline_comment] = ACTIONS(3), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1780), + [anon_sym_continue_AT] = ACTIONS(1780), + [anon_sym_break_AT] = ACTIONS(1780), + [sym_real_literal] = ACTIONS(1780), + [sym_integer_literal] = ACTIONS(1778), + [sym_hex_literal] = ACTIONS(1780), + [sym_bin_literal] = ACTIONS(1780), + [anon_sym_true] = ACTIONS(1778), + [anon_sym_false] = ACTIONS(1778), + [anon_sym_SQUOTE] = ACTIONS(1780), + [sym__backtick_identifier] = ACTIONS(1780), + [sym__automatic_semicolon] = ACTIONS(1780), + [sym_safe_nav] = ACTIONS(1780), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1780), }, - [677] = { - [sym_getter] = STATE(1143), - [sym_setter] = STATE(1143), - [sym_modifiers] = STATE(8806), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [689] = { + [sym_getter] = STATE(1128), + [sym_setter] = STATE(1128), + [sym_modifiers] = STATE(8715), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1770), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1772), @@ -116625,8 +118077,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_fun] = ACTIONS(1770), [anon_sym_DOT] = ACTIONS(1770), [anon_sym_SEMI] = ACTIONS(1772), - [anon_sym_get] = ACTIONS(3432), - [anon_sym_set] = ACTIONS(3434), + [anon_sym_get] = ACTIONS(3368), + [anon_sym_set] = ACTIONS(3370), [anon_sym_this] = ACTIONS(1770), [anon_sym_super] = ACTIONS(1770), [anon_sym_STAR] = ACTIONS(1772), @@ -116687,8 +118139,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(1772), [anon_sym_continue_AT] = ACTIONS(1772), @@ -116706,93 +118158,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(1772), }, - [678] = { - [sym_getter] = STATE(4668), - [sym_setter] = STATE(4668), - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(2177), - [sym__comparison_operator] = STATE(2176), - [sym__in_operator] = STATE(2172), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(2170), - [sym__multiplicative_operator] = STATE(2169), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_modifiers] = STATE(8861), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2168), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_EQ] = ACTIONS(1752), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(1754), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_RPAREN] = ACTIONS(1754), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3646), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(3690), - [anon_sym_get] = ACTIONS(3680), - [anon_sym_set] = ACTIONS(3682), - [anon_sym_STAR] = ACTIONS(3654), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(3656), - [anon_sym_while] = ACTIONS(1752), - [anon_sym_DOT_DOT] = ACTIONS(3658), - [anon_sym_QMARK_COLON] = ACTIONS(3660), - [anon_sym_AMP_AMP] = ACTIONS(3662), - [anon_sym_PIPE_PIPE] = ACTIONS(3664), - [anon_sym_else] = ACTIONS(1752), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_PLUS_EQ] = ACTIONS(1754), - [anon_sym_DASH_EQ] = ACTIONS(1754), - [anon_sym_STAR_EQ] = ACTIONS(1754), - [anon_sym_SLASH_EQ] = ACTIONS(1754), - [anon_sym_PERCENT_EQ] = ACTIONS(1754), - [anon_sym_BANG_EQ] = ACTIONS(3666), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3668), - [anon_sym_EQ_EQ] = ACTIONS(3666), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3668), - [anon_sym_LT_EQ] = ACTIONS(3670), - [anon_sym_GT_EQ] = ACTIONS(3670), - [anon_sym_BANGin] = ACTIONS(3672), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), - [anon_sym_PLUS] = ACTIONS(3674), - [anon_sym_DASH] = ACTIONS(3674), - [anon_sym_SLASH] = ACTIONS(3654), - [anon_sym_PERCENT] = ACTIONS(3654), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), + [690] = { + [sym_getter] = STATE(1142), + [sym_setter] = STATE(1142), + [sym_modifiers] = STATE(8715), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_COMMA] = ACTIONS(3280), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_where] = ACTIONS(3278), + [anon_sym_object] = ACTIONS(3278), + [anon_sym_fun] = ACTIONS(3278), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(3446), + [anon_sym_get] = ACTIONS(3368), + [anon_sym_set] = ACTIONS(3370), + [anon_sym_this] = ACTIONS(3278), + [anon_sym_super] = ACTIONS(3278), + [anon_sym_STAR] = ACTIONS(3280), + [sym_label] = ACTIONS(3278), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_null] = ACTIONS(3278), + [anon_sym_if] = ACTIONS(3278), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_when] = ACTIONS(3278), + [anon_sym_try] = ACTIONS(3278), + [anon_sym_throw] = ACTIONS(3278), + [anon_sym_return] = ACTIONS(3278), + [anon_sym_continue] = ACTIONS(3278), + [anon_sym_break] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG] = ACTIONS(3278), + [anon_sym_BANG_BANG] = ACTIONS(3280), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(1746), - [anon_sym_inner] = ACTIONS(1746), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -116811,100 +118251,100 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(1748), - [anon_sym_actual] = ACTIONS(1748), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), - [sym_multiline_comment] = ACTIONS(3), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3280), + [anon_sym_continue_AT] = ACTIONS(3280), + [anon_sym_break_AT] = ACTIONS(3280), + [sym_real_literal] = ACTIONS(3280), + [sym_integer_literal] = ACTIONS(3278), + [sym_hex_literal] = ACTIONS(3280), + [sym_bin_literal] = ACTIONS(3280), + [anon_sym_true] = ACTIONS(3278), + [anon_sym_false] = ACTIONS(3278), + [anon_sym_SQUOTE] = ACTIONS(3280), + [sym__backtick_identifier] = ACTIONS(3280), + [sym__automatic_semicolon] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3280), }, - [679] = { - [sym_getter] = STATE(4657), - [sym_setter] = STATE(4657), - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(2177), - [sym__comparison_operator] = STATE(2176), - [sym__in_operator] = STATE(2172), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(2170), - [sym__multiplicative_operator] = STATE(2169), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_modifiers] = STATE(8861), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2168), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_EQ] = ACTIONS(1782), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(1784), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_RPAREN] = ACTIONS(1784), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3646), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(3692), - [anon_sym_get] = ACTIONS(3680), - [anon_sym_set] = ACTIONS(3682), - [anon_sym_STAR] = ACTIONS(3654), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(3656), - [anon_sym_while] = ACTIONS(1782), - [anon_sym_DOT_DOT] = ACTIONS(3658), - [anon_sym_QMARK_COLON] = ACTIONS(3660), - [anon_sym_AMP_AMP] = ACTIONS(3662), - [anon_sym_PIPE_PIPE] = ACTIONS(3664), - [anon_sym_else] = ACTIONS(1782), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_PLUS_EQ] = ACTIONS(1784), - [anon_sym_DASH_EQ] = ACTIONS(1784), - [anon_sym_STAR_EQ] = ACTIONS(1784), - [anon_sym_SLASH_EQ] = ACTIONS(1784), - [anon_sym_PERCENT_EQ] = ACTIONS(1784), - [anon_sym_BANG_EQ] = ACTIONS(3666), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3668), - [anon_sym_EQ_EQ] = ACTIONS(3666), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3668), - [anon_sym_LT_EQ] = ACTIONS(3670), - [anon_sym_GT_EQ] = ACTIONS(3670), - [anon_sym_BANGin] = ACTIONS(3672), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), - [anon_sym_PLUS] = ACTIONS(3674), - [anon_sym_DASH] = ACTIONS(3674), - [anon_sym_SLASH] = ACTIONS(3654), - [anon_sym_PERCENT] = ACTIONS(3654), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), + [691] = { + [sym_getter] = STATE(1188), + [sym_setter] = STATE(1188), + [sym_modifiers] = STATE(8715), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_COMMA] = ACTIONS(1786), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_where] = ACTIONS(1784), + [anon_sym_object] = ACTIONS(1784), + [anon_sym_fun] = ACTIONS(1784), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(1786), + [anon_sym_get] = ACTIONS(3368), + [anon_sym_set] = ACTIONS(3370), + [anon_sym_this] = ACTIONS(1784), + [anon_sym_super] = ACTIONS(1784), + [anon_sym_STAR] = ACTIONS(1786), + [sym_label] = ACTIONS(1784), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_null] = ACTIONS(1784), + [anon_sym_if] = ACTIONS(1784), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_when] = ACTIONS(1784), + [anon_sym_try] = ACTIONS(1784), + [anon_sym_throw] = ACTIONS(1784), + [anon_sym_return] = ACTIONS(1784), + [anon_sym_continue] = ACTIONS(1784), + [anon_sym_break] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1786), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG] = ACTIONS(1784), + [anon_sym_BANG_BANG] = ACTIONS(1786), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(1746), - [anon_sym_inner] = ACTIONS(1746), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -116923,83 +118363,95 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(1748), - [anon_sym_actual] = ACTIONS(1748), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), - [sym_multiline_comment] = ACTIONS(3), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1786), + [anon_sym_continue_AT] = ACTIONS(1786), + [anon_sym_break_AT] = ACTIONS(1786), + [sym_real_literal] = ACTIONS(1786), + [sym_integer_literal] = ACTIONS(1784), + [sym_hex_literal] = ACTIONS(1786), + [sym_bin_literal] = ACTIONS(1786), + [anon_sym_true] = ACTIONS(1784), + [anon_sym_false] = ACTIONS(1784), + [anon_sym_SQUOTE] = ACTIONS(1786), + [sym__backtick_identifier] = ACTIONS(1786), + [sym__automatic_semicolon] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1786), }, - [680] = { - [sym_getter] = STATE(3425), - [sym_setter] = STATE(3425), - [sym_modifiers] = STATE(8834), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), + [692] = { + [sym_getter] = STATE(1138), + [sym_setter] = STATE(1138), + [sym_modifiers] = STATE(8715), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1764), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_COMMA] = ACTIONS(3256), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_where] = ACTIONS(3254), - [anon_sym_object] = ACTIONS(3254), - [anon_sym_fun] = ACTIONS(3254), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(3256), - [anon_sym_get] = ACTIONS(3366), - [anon_sym_set] = ACTIONS(3368), - [anon_sym_this] = ACTIONS(3254), - [anon_sym_super] = ACTIONS(3254), - [anon_sym_STAR] = ACTIONS(3256), - [sym_label] = ACTIONS(3254), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_null] = ACTIONS(3254), - [anon_sym_if] = ACTIONS(3254), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_when] = ACTIONS(3254), - [anon_sym_try] = ACTIONS(3254), - [anon_sym_throw] = ACTIONS(3254), - [anon_sym_return] = ACTIONS(3254), - [anon_sym_continue] = ACTIONS(3254), - [anon_sym_break] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3256), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG] = ACTIONS(3254), - [anon_sym_BANG_BANG] = ACTIONS(3256), + [anon_sym_LBRACK] = ACTIONS(1766), + [anon_sym_as] = ACTIONS(1764), + [anon_sym_LBRACE] = ACTIONS(1766), + [anon_sym_RBRACE] = ACTIONS(1766), + [anon_sym_LPAREN] = ACTIONS(1766), + [anon_sym_COMMA] = ACTIONS(1766), + [anon_sym_LT] = ACTIONS(1764), + [anon_sym_GT] = ACTIONS(1764), + [anon_sym_where] = ACTIONS(1764), + [anon_sym_object] = ACTIONS(1764), + [anon_sym_fun] = ACTIONS(1764), + [anon_sym_DOT] = ACTIONS(1764), + [anon_sym_SEMI] = ACTIONS(1866), + [anon_sym_get] = ACTIONS(3368), + [anon_sym_set] = ACTIONS(3370), + [anon_sym_this] = ACTIONS(1764), + [anon_sym_super] = ACTIONS(1764), + [anon_sym_STAR] = ACTIONS(1766), + [sym_label] = ACTIONS(1764), + [anon_sym_in] = ACTIONS(1764), + [anon_sym_DOT_DOT] = ACTIONS(1766), + [anon_sym_QMARK_COLON] = ACTIONS(1766), + [anon_sym_AMP_AMP] = ACTIONS(1766), + [anon_sym_PIPE_PIPE] = ACTIONS(1766), + [anon_sym_null] = ACTIONS(1764), + [anon_sym_if] = ACTIONS(1764), + [anon_sym_else] = ACTIONS(1764), + [anon_sym_when] = ACTIONS(1764), + [anon_sym_try] = ACTIONS(1764), + [anon_sym_throw] = ACTIONS(1764), + [anon_sym_return] = ACTIONS(1764), + [anon_sym_continue] = ACTIONS(1764), + [anon_sym_break] = ACTIONS(1764), + [anon_sym_COLON_COLON] = ACTIONS(1766), + [anon_sym_BANG_EQ] = ACTIONS(1764), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), + [anon_sym_EQ_EQ] = ACTIONS(1764), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1766), + [anon_sym_LT_EQ] = ACTIONS(1766), + [anon_sym_GT_EQ] = ACTIONS(1766), + [anon_sym_BANGin] = ACTIONS(1766), + [anon_sym_is] = ACTIONS(1764), + [anon_sym_BANGis] = ACTIONS(1766), + [anon_sym_PLUS] = ACTIONS(1764), + [anon_sym_DASH] = ACTIONS(1764), + [anon_sym_SLASH] = ACTIONS(1764), + [anon_sym_PERCENT] = ACTIONS(1766), + [anon_sym_as_QMARK] = ACTIONS(1766), + [anon_sym_PLUS_PLUS] = ACTIONS(1766), + [anon_sym_DASH_DASH] = ACTIONS(1766), + [anon_sym_BANG] = ACTIONS(1764), + [anon_sym_BANG_BANG] = ACTIONS(1766), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -117023,112 +118475,100 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3256), - [anon_sym_continue_AT] = ACTIONS(3256), - [anon_sym_break_AT] = ACTIONS(3256), - [sym_real_literal] = ACTIONS(3256), - [sym_integer_literal] = ACTIONS(3254), - [sym_hex_literal] = ACTIONS(3256), - [sym_bin_literal] = ACTIONS(3256), - [anon_sym_true] = ACTIONS(3254), - [anon_sym_false] = ACTIONS(3254), - [anon_sym_SQUOTE] = ACTIONS(3256), - [sym__backtick_identifier] = ACTIONS(3256), - [sym__automatic_semicolon] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3256), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1766), + [anon_sym_continue_AT] = ACTIONS(1766), + [anon_sym_break_AT] = ACTIONS(1766), + [sym_real_literal] = ACTIONS(1766), + [sym_integer_literal] = ACTIONS(1764), + [sym_hex_literal] = ACTIONS(1766), + [sym_bin_literal] = ACTIONS(1766), + [anon_sym_true] = ACTIONS(1764), + [anon_sym_false] = ACTIONS(1764), + [anon_sym_SQUOTE] = ACTIONS(1766), + [sym__backtick_identifier] = ACTIONS(1766), + [sym__automatic_semicolon] = ACTIONS(1766), + [sym_safe_nav] = ACTIONS(1766), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1766), }, - [681] = { - [sym_getter] = STATE(3233), - [sym_setter] = STATE(3233), - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(2177), - [sym__comparison_operator] = STATE(2176), - [sym__in_operator] = STATE(2172), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(2170), - [sym__multiplicative_operator] = STATE(2169), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_modifiers] = STATE(8854), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2168), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_EQ] = ACTIONS(1782), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(1784), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_RPAREN] = ACTIONS(1784), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3646), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(3694), - [anon_sym_get] = ACTIONS(3650), - [anon_sym_set] = ACTIONS(3652), - [anon_sym_STAR] = ACTIONS(3654), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(3656), - [anon_sym_while] = ACTIONS(1782), - [anon_sym_DOT_DOT] = ACTIONS(3658), - [anon_sym_QMARK_COLON] = ACTIONS(3660), - [anon_sym_AMP_AMP] = ACTIONS(3662), - [anon_sym_PIPE_PIPE] = ACTIONS(3664), - [anon_sym_else] = ACTIONS(1782), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_PLUS_EQ] = ACTIONS(1784), - [anon_sym_DASH_EQ] = ACTIONS(1784), - [anon_sym_STAR_EQ] = ACTIONS(1784), - [anon_sym_SLASH_EQ] = ACTIONS(1784), - [anon_sym_PERCENT_EQ] = ACTIONS(1784), - [anon_sym_BANG_EQ] = ACTIONS(3666), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3668), - [anon_sym_EQ_EQ] = ACTIONS(3666), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3668), - [anon_sym_LT_EQ] = ACTIONS(3670), - [anon_sym_GT_EQ] = ACTIONS(3670), - [anon_sym_BANGin] = ACTIONS(3672), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), - [anon_sym_PLUS] = ACTIONS(3674), - [anon_sym_DASH] = ACTIONS(3674), - [anon_sym_SLASH] = ACTIONS(3654), - [anon_sym_PERCENT] = ACTIONS(3654), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), + [693] = { + [sym_getter] = STATE(1138), + [sym_setter] = STATE(1138), + [sym_modifiers] = STATE(8715), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1764), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1766), + [anon_sym_as] = ACTIONS(1764), + [anon_sym_LBRACE] = ACTIONS(1766), + [anon_sym_RBRACE] = ACTIONS(1766), + [anon_sym_LPAREN] = ACTIONS(1766), + [anon_sym_COMMA] = ACTIONS(1766), + [anon_sym_LT] = ACTIONS(1764), + [anon_sym_GT] = ACTIONS(1764), + [anon_sym_where] = ACTIONS(1764), + [anon_sym_object] = ACTIONS(1764), + [anon_sym_fun] = ACTIONS(1764), + [anon_sym_DOT] = ACTIONS(1764), + [anon_sym_SEMI] = ACTIONS(1766), + [anon_sym_get] = ACTIONS(3368), + [anon_sym_set] = ACTIONS(3370), + [anon_sym_this] = ACTIONS(1764), + [anon_sym_super] = ACTIONS(1764), + [anon_sym_STAR] = ACTIONS(1766), + [sym_label] = ACTIONS(1764), + [anon_sym_in] = ACTIONS(1764), + [anon_sym_DOT_DOT] = ACTIONS(1766), + [anon_sym_QMARK_COLON] = ACTIONS(1766), + [anon_sym_AMP_AMP] = ACTIONS(1766), + [anon_sym_PIPE_PIPE] = ACTIONS(1766), + [anon_sym_null] = ACTIONS(1764), + [anon_sym_if] = ACTIONS(1764), + [anon_sym_else] = ACTIONS(1764), + [anon_sym_when] = ACTIONS(1764), + [anon_sym_try] = ACTIONS(1764), + [anon_sym_throw] = ACTIONS(1764), + [anon_sym_return] = ACTIONS(1764), + [anon_sym_continue] = ACTIONS(1764), + [anon_sym_break] = ACTIONS(1764), + [anon_sym_COLON_COLON] = ACTIONS(1766), + [anon_sym_BANG_EQ] = ACTIONS(1764), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), + [anon_sym_EQ_EQ] = ACTIONS(1764), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1766), + [anon_sym_LT_EQ] = ACTIONS(1766), + [anon_sym_GT_EQ] = ACTIONS(1766), + [anon_sym_BANGin] = ACTIONS(1766), + [anon_sym_is] = ACTIONS(1764), + [anon_sym_BANGis] = ACTIONS(1766), + [anon_sym_PLUS] = ACTIONS(1764), + [anon_sym_DASH] = ACTIONS(1764), + [anon_sym_SLASH] = ACTIONS(1764), + [anon_sym_PERCENT] = ACTIONS(1766), + [anon_sym_as_QMARK] = ACTIONS(1766), + [anon_sym_PLUS_PLUS] = ACTIONS(1766), + [anon_sym_DASH_DASH] = ACTIONS(1766), + [anon_sym_BANG] = ACTIONS(1764), + [anon_sym_BANG_BANG] = ACTIONS(1766), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(1746), - [anon_sym_inner] = ACTIONS(1746), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -117147,83 +118587,95 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(1748), - [anon_sym_actual] = ACTIONS(1748), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), + [anon_sym_return_AT] = ACTIONS(1766), + [anon_sym_continue_AT] = ACTIONS(1766), + [anon_sym_break_AT] = ACTIONS(1766), + [sym_real_literal] = ACTIONS(1766), + [sym_integer_literal] = ACTIONS(1764), + [sym_hex_literal] = ACTIONS(1766), + [sym_bin_literal] = ACTIONS(1766), + [anon_sym_true] = ACTIONS(1764), + [anon_sym_false] = ACTIONS(1764), + [anon_sym_SQUOTE] = ACTIONS(1766), + [sym__backtick_identifier] = ACTIONS(1766), + [sym__automatic_semicolon] = ACTIONS(1766), + [sym_safe_nav] = ACTIONS(1766), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1766), }, - [682] = { - [sym_getter] = STATE(3166), - [sym_setter] = STATE(3166), - [sym_modifiers] = STATE(8834), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), + [694] = { + [sym_getter] = STATE(1155), + [sym_setter] = STATE(1155), + [sym_modifiers] = STATE(8715), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1752), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_COMMA] = ACTIONS(1778), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_where] = ACTIONS(1776), - [anon_sym_object] = ACTIONS(1776), - [anon_sym_fun] = ACTIONS(1776), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(1934), - [anon_sym_get] = ACTIONS(3366), - [anon_sym_set] = ACTIONS(3368), - [anon_sym_this] = ACTIONS(1776), - [anon_sym_super] = ACTIONS(1776), - [anon_sym_STAR] = ACTIONS(1778), - [sym_label] = ACTIONS(1776), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_null] = ACTIONS(1776), - [anon_sym_if] = ACTIONS(1776), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_when] = ACTIONS(1776), - [anon_sym_try] = ACTIONS(1776), - [anon_sym_throw] = ACTIONS(1776), - [anon_sym_return] = ACTIONS(1776), - [anon_sym_continue] = ACTIONS(1776), - [anon_sym_break] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1778), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG] = ACTIONS(1776), - [anon_sym_BANG_BANG] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(1754), + [anon_sym_as] = ACTIONS(1752), + [anon_sym_LBRACE] = ACTIONS(1754), + [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_LPAREN] = ACTIONS(1754), + [anon_sym_COMMA] = ACTIONS(1754), + [anon_sym_LT] = ACTIONS(1752), + [anon_sym_GT] = ACTIONS(1752), + [anon_sym_where] = ACTIONS(1752), + [anon_sym_object] = ACTIONS(1752), + [anon_sym_fun] = ACTIONS(1752), + [anon_sym_DOT] = ACTIONS(1752), + [anon_sym_SEMI] = ACTIONS(1912), + [anon_sym_get] = ACTIONS(3368), + [anon_sym_set] = ACTIONS(3370), + [anon_sym_this] = ACTIONS(1752), + [anon_sym_super] = ACTIONS(1752), + [anon_sym_STAR] = ACTIONS(1754), + [sym_label] = ACTIONS(1752), + [anon_sym_in] = ACTIONS(1752), + [anon_sym_DOT_DOT] = ACTIONS(1754), + [anon_sym_QMARK_COLON] = ACTIONS(1754), + [anon_sym_AMP_AMP] = ACTIONS(1754), + [anon_sym_PIPE_PIPE] = ACTIONS(1754), + [anon_sym_null] = ACTIONS(1752), + [anon_sym_if] = ACTIONS(1752), + [anon_sym_else] = ACTIONS(1752), + [anon_sym_when] = ACTIONS(1752), + [anon_sym_try] = ACTIONS(1752), + [anon_sym_throw] = ACTIONS(1752), + [anon_sym_return] = ACTIONS(1752), + [anon_sym_continue] = ACTIONS(1752), + [anon_sym_break] = ACTIONS(1752), + [anon_sym_COLON_COLON] = ACTIONS(1754), + [anon_sym_BANG_EQ] = ACTIONS(1752), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), + [anon_sym_EQ_EQ] = ACTIONS(1752), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), + [anon_sym_LT_EQ] = ACTIONS(1754), + [anon_sym_GT_EQ] = ACTIONS(1754), + [anon_sym_BANGin] = ACTIONS(1754), + [anon_sym_is] = ACTIONS(1752), + [anon_sym_BANGis] = ACTIONS(1754), + [anon_sym_PLUS] = ACTIONS(1752), + [anon_sym_DASH] = ACTIONS(1752), + [anon_sym_SLASH] = ACTIONS(1752), + [anon_sym_PERCENT] = ACTIONS(1754), + [anon_sym_as_QMARK] = ACTIONS(1754), + [anon_sym_PLUS_PLUS] = ACTIONS(1754), + [anon_sym_DASH_DASH] = ACTIONS(1754), + [anon_sym_BANG] = ACTIONS(1752), + [anon_sym_BANG_BANG] = ACTIONS(1754), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -117247,41 +118699,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1778), - [anon_sym_continue_AT] = ACTIONS(1778), - [anon_sym_break_AT] = ACTIONS(1778), - [sym_real_literal] = ACTIONS(1778), - [sym_integer_literal] = ACTIONS(1776), - [sym_hex_literal] = ACTIONS(1778), - [sym_bin_literal] = ACTIONS(1778), - [anon_sym_true] = ACTIONS(1776), - [anon_sym_false] = ACTIONS(1776), - [anon_sym_SQUOTE] = ACTIONS(1778), - [sym__backtick_identifier] = ACTIONS(1778), - [sym__automatic_semicolon] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1778), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1754), + [anon_sym_continue_AT] = ACTIONS(1754), + [anon_sym_break_AT] = ACTIONS(1754), + [sym_real_literal] = ACTIONS(1754), + [sym_integer_literal] = ACTIONS(1752), + [sym_hex_literal] = ACTIONS(1754), + [sym_bin_literal] = ACTIONS(1754), + [anon_sym_true] = ACTIONS(1752), + [anon_sym_false] = ACTIONS(1752), + [anon_sym_SQUOTE] = ACTIONS(1754), + [sym__backtick_identifier] = ACTIONS(1754), + [sym__automatic_semicolon] = ACTIONS(1754), + [sym_safe_nav] = ACTIONS(1754), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1754), }, - [683] = { - [sym_getter] = STATE(1143), - [sym_setter] = STATE(1143), - [sym_modifiers] = STATE(8806), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [695] = { + [sym_getter] = STATE(3163), + [sym_setter] = STATE(3163), + [sym_modifiers] = STATE(8787), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1770), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1772), @@ -117296,9 +118748,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_object] = ACTIONS(1770), [anon_sym_fun] = ACTIONS(1770), [anon_sym_DOT] = ACTIONS(1770), - [anon_sym_SEMI] = ACTIONS(1866), - [anon_sym_get] = ACTIONS(3432), - [anon_sym_set] = ACTIONS(3434), + [anon_sym_SEMI] = ACTIONS(1772), + [anon_sym_get] = ACTIONS(3374), + [anon_sym_set] = ACTIONS(3376), [anon_sym_this] = ACTIONS(1770), [anon_sym_super] = ACTIONS(1770), [anon_sym_STAR] = ACTIONS(1772), @@ -117359,8 +118811,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(1772), [anon_sym_continue_AT] = ACTIONS(1772), @@ -117378,188 +118830,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(1772), }, - [684] = { - [sym_getter] = STATE(3149), - [sym_setter] = STATE(3149), - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(2177), - [sym__comparison_operator] = STATE(2176), - [sym__in_operator] = STATE(2172), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(2170), - [sym__multiplicative_operator] = STATE(2169), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_modifiers] = STATE(8854), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2168), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_EQ] = ACTIONS(1776), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_RPAREN] = ACTIONS(1778), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3646), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(3696), - [anon_sym_get] = ACTIONS(3650), - [anon_sym_set] = ACTIONS(3652), - [anon_sym_STAR] = ACTIONS(3654), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(3656), - [anon_sym_while] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(3658), - [anon_sym_QMARK_COLON] = ACTIONS(3660), - [anon_sym_AMP_AMP] = ACTIONS(3662), - [anon_sym_PIPE_PIPE] = ACTIONS(3664), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_PLUS_EQ] = ACTIONS(1778), - [anon_sym_DASH_EQ] = ACTIONS(1778), - [anon_sym_STAR_EQ] = ACTIONS(1778), - [anon_sym_SLASH_EQ] = ACTIONS(1778), - [anon_sym_PERCENT_EQ] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(3666), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3668), - [anon_sym_EQ_EQ] = ACTIONS(3666), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3668), - [anon_sym_LT_EQ] = ACTIONS(3670), - [anon_sym_GT_EQ] = ACTIONS(3670), - [anon_sym_BANGin] = ACTIONS(3672), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), - [anon_sym_PLUS] = ACTIONS(3674), - [anon_sym_DASH] = ACTIONS(3674), - [anon_sym_SLASH] = ACTIONS(3654), - [anon_sym_PERCENT] = ACTIONS(3654), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(1746), - [anon_sym_inner] = ACTIONS(1746), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(1748), - [anon_sym_actual] = ACTIONS(1748), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), - [sym_multiline_comment] = ACTIONS(3), - }, - [685] = { - [sym_getter] = STATE(3139), - [sym_setter] = STATE(3139), - [sym_modifiers] = STATE(8834), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1752), + [696] = { + [sym_getter] = STATE(1188), + [sym_setter] = STATE(1188), + [sym_modifiers] = STATE(8715), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1754), - [anon_sym_as] = ACTIONS(1752), - [anon_sym_LBRACE] = ACTIONS(1754), - [anon_sym_RBRACE] = ACTIONS(1754), - [anon_sym_LPAREN] = ACTIONS(1754), - [anon_sym_COMMA] = ACTIONS(1754), - [anon_sym_LT] = ACTIONS(1752), - [anon_sym_GT] = ACTIONS(1752), - [anon_sym_where] = ACTIONS(1752), - [anon_sym_object] = ACTIONS(1752), - [anon_sym_fun] = ACTIONS(1752), - [anon_sym_DOT] = ACTIONS(1752), - [anon_sym_SEMI] = ACTIONS(1754), - [anon_sym_get] = ACTIONS(3366), - [anon_sym_set] = ACTIONS(3368), - [anon_sym_this] = ACTIONS(1752), - [anon_sym_super] = ACTIONS(1752), - [anon_sym_STAR] = ACTIONS(1754), - [sym_label] = ACTIONS(1752), - [anon_sym_in] = ACTIONS(1752), - [anon_sym_DOT_DOT] = ACTIONS(1754), - [anon_sym_QMARK_COLON] = ACTIONS(1754), - [anon_sym_AMP_AMP] = ACTIONS(1754), - [anon_sym_PIPE_PIPE] = ACTIONS(1754), - [anon_sym_null] = ACTIONS(1752), - [anon_sym_if] = ACTIONS(1752), - [anon_sym_else] = ACTIONS(1752), - [anon_sym_when] = ACTIONS(1752), - [anon_sym_try] = ACTIONS(1752), - [anon_sym_throw] = ACTIONS(1752), - [anon_sym_return] = ACTIONS(1752), - [anon_sym_continue] = ACTIONS(1752), - [anon_sym_break] = ACTIONS(1752), - [anon_sym_COLON_COLON] = ACTIONS(1754), - [anon_sym_BANG_EQ] = ACTIONS(1752), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), - [anon_sym_EQ_EQ] = ACTIONS(1752), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), - [anon_sym_LT_EQ] = ACTIONS(1754), - [anon_sym_GT_EQ] = ACTIONS(1754), - [anon_sym_BANGin] = ACTIONS(1754), - [anon_sym_is] = ACTIONS(1752), - [anon_sym_BANGis] = ACTIONS(1754), - [anon_sym_PLUS] = ACTIONS(1752), - [anon_sym_DASH] = ACTIONS(1752), - [anon_sym_SLASH] = ACTIONS(1752), - [anon_sym_PERCENT] = ACTIONS(1754), - [anon_sym_as_QMARK] = ACTIONS(1754), - [anon_sym_PLUS_PLUS] = ACTIONS(1754), - [anon_sym_DASH_DASH] = ACTIONS(1754), - [anon_sym_BANG] = ACTIONS(1752), - [anon_sym_BANG_BANG] = ACTIONS(1754), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_COMMA] = ACTIONS(1786), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_where] = ACTIONS(1784), + [anon_sym_object] = ACTIONS(1784), + [anon_sym_fun] = ACTIONS(1784), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(1928), + [anon_sym_get] = ACTIONS(3368), + [anon_sym_set] = ACTIONS(3370), + [anon_sym_this] = ACTIONS(1784), + [anon_sym_super] = ACTIONS(1784), + [anon_sym_STAR] = ACTIONS(1786), + [sym_label] = ACTIONS(1784), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_null] = ACTIONS(1784), + [anon_sym_if] = ACTIONS(1784), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_when] = ACTIONS(1784), + [anon_sym_try] = ACTIONS(1784), + [anon_sym_throw] = ACTIONS(1784), + [anon_sym_return] = ACTIONS(1784), + [anon_sym_continue] = ACTIONS(1784), + [anon_sym_break] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1786), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG] = ACTIONS(1784), + [anon_sym_BANG_BANG] = ACTIONS(1786), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -117583,41 +118923,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1754), - [anon_sym_continue_AT] = ACTIONS(1754), - [anon_sym_break_AT] = ACTIONS(1754), - [sym_real_literal] = ACTIONS(1754), - [sym_integer_literal] = ACTIONS(1752), - [sym_hex_literal] = ACTIONS(1754), - [sym_bin_literal] = ACTIONS(1754), - [anon_sym_true] = ACTIONS(1752), - [anon_sym_false] = ACTIONS(1752), - [anon_sym_SQUOTE] = ACTIONS(1754), - [sym__backtick_identifier] = ACTIONS(1754), - [sym__automatic_semicolon] = ACTIONS(1754), - [sym_safe_nav] = ACTIONS(1754), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1754), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1786), + [anon_sym_continue_AT] = ACTIONS(1786), + [anon_sym_break_AT] = ACTIONS(1786), + [sym_real_literal] = ACTIONS(1786), + [sym_integer_literal] = ACTIONS(1784), + [sym_hex_literal] = ACTIONS(1786), + [sym_bin_literal] = ACTIONS(1786), + [anon_sym_true] = ACTIONS(1784), + [anon_sym_false] = ACTIONS(1784), + [anon_sym_SQUOTE] = ACTIONS(1786), + [sym__backtick_identifier] = ACTIONS(1786), + [sym__automatic_semicolon] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1786), }, - [686] = { - [sym_getter] = STATE(1069), - [sym_setter] = STATE(1069), - [sym_modifiers] = STATE(8806), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [697] = { + [sym_getter] = STATE(1182), + [sym_setter] = STATE(1182), + [sym_modifiers] = STATE(8715), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1694), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1696), @@ -117633,8 +118973,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_fun] = ACTIONS(1694), [anon_sym_DOT] = ACTIONS(1694), [anon_sym_SEMI] = ACTIONS(1696), - [anon_sym_get] = ACTIONS(3432), - [anon_sym_set] = ACTIONS(3434), + [anon_sym_get] = ACTIONS(3368), + [anon_sym_set] = ACTIONS(3370), [anon_sym_this] = ACTIONS(1694), [anon_sym_super] = ACTIONS(1694), [anon_sym_STAR] = ACTIONS(1696), @@ -117695,8 +119035,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(1696), [anon_sym_continue_AT] = ACTIONS(1696), @@ -117714,972 +119054,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(1696), }, - [687] = { - [sym_getter] = STATE(3162), - [sym_setter] = STATE(3162), - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(2177), - [sym__comparison_operator] = STATE(2176), - [sym__in_operator] = STATE(2172), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(2170), - [sym__multiplicative_operator] = STATE(2169), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_modifiers] = STATE(8854), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2168), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_EQ] = ACTIONS(1770), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(1772), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_RPAREN] = ACTIONS(1772), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3646), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(3698), - [anon_sym_get] = ACTIONS(3650), - [anon_sym_set] = ACTIONS(3652), - [anon_sym_STAR] = ACTIONS(3654), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(3656), - [anon_sym_while] = ACTIONS(1770), - [anon_sym_DOT_DOT] = ACTIONS(3658), - [anon_sym_QMARK_COLON] = ACTIONS(3660), - [anon_sym_AMP_AMP] = ACTIONS(3662), - [anon_sym_PIPE_PIPE] = ACTIONS(3664), - [anon_sym_else] = ACTIONS(1770), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_PLUS_EQ] = ACTIONS(1772), - [anon_sym_DASH_EQ] = ACTIONS(1772), - [anon_sym_STAR_EQ] = ACTIONS(1772), - [anon_sym_SLASH_EQ] = ACTIONS(1772), - [anon_sym_PERCENT_EQ] = ACTIONS(1772), - [anon_sym_BANG_EQ] = ACTIONS(3666), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3668), - [anon_sym_EQ_EQ] = ACTIONS(3666), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3668), - [anon_sym_LT_EQ] = ACTIONS(3670), - [anon_sym_GT_EQ] = ACTIONS(3670), - [anon_sym_BANGin] = ACTIONS(3672), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), - [anon_sym_PLUS] = ACTIONS(3674), - [anon_sym_DASH] = ACTIONS(3674), - [anon_sym_SLASH] = ACTIONS(3654), - [anon_sym_PERCENT] = ACTIONS(3654), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(1746), - [anon_sym_inner] = ACTIONS(1746), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(1748), - [anon_sym_actual] = ACTIONS(1748), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), - [sym_multiline_comment] = ACTIONS(3), - }, - [688] = { - [sym_getter] = STATE(1052), - [sym_setter] = STATE(1052), - [sym_modifiers] = STATE(8806), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1764), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1766), - [anon_sym_as] = ACTIONS(1764), - [anon_sym_LBRACE] = ACTIONS(1766), - [anon_sym_RBRACE] = ACTIONS(1766), - [anon_sym_LPAREN] = ACTIONS(1766), - [anon_sym_COMMA] = ACTIONS(1766), - [anon_sym_LT] = ACTIONS(1764), - [anon_sym_GT] = ACTIONS(1764), - [anon_sym_where] = ACTIONS(1764), - [anon_sym_object] = ACTIONS(1764), - [anon_sym_fun] = ACTIONS(1764), - [anon_sym_DOT] = ACTIONS(1764), - [anon_sym_SEMI] = ACTIONS(1908), - [anon_sym_get] = ACTIONS(3432), - [anon_sym_set] = ACTIONS(3434), - [anon_sym_this] = ACTIONS(1764), - [anon_sym_super] = ACTIONS(1764), - [anon_sym_STAR] = ACTIONS(1766), - [sym_label] = ACTIONS(1764), - [anon_sym_in] = ACTIONS(1764), - [anon_sym_DOT_DOT] = ACTIONS(1766), - [anon_sym_QMARK_COLON] = ACTIONS(1766), - [anon_sym_AMP_AMP] = ACTIONS(1766), - [anon_sym_PIPE_PIPE] = ACTIONS(1766), - [anon_sym_null] = ACTIONS(1764), - [anon_sym_if] = ACTIONS(1764), - [anon_sym_else] = ACTIONS(1764), - [anon_sym_when] = ACTIONS(1764), - [anon_sym_try] = ACTIONS(1764), - [anon_sym_throw] = ACTIONS(1764), - [anon_sym_return] = ACTIONS(1764), - [anon_sym_continue] = ACTIONS(1764), - [anon_sym_break] = ACTIONS(1764), - [anon_sym_COLON_COLON] = ACTIONS(1766), - [anon_sym_BANG_EQ] = ACTIONS(1764), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), - [anon_sym_EQ_EQ] = ACTIONS(1764), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1766), - [anon_sym_LT_EQ] = ACTIONS(1766), - [anon_sym_GT_EQ] = ACTIONS(1766), - [anon_sym_BANGin] = ACTIONS(1766), - [anon_sym_is] = ACTIONS(1764), - [anon_sym_BANGis] = ACTIONS(1766), - [anon_sym_PLUS] = ACTIONS(1764), - [anon_sym_DASH] = ACTIONS(1764), - [anon_sym_SLASH] = ACTIONS(1764), - [anon_sym_PERCENT] = ACTIONS(1766), - [anon_sym_as_QMARK] = ACTIONS(1766), - [anon_sym_PLUS_PLUS] = ACTIONS(1766), - [anon_sym_DASH_DASH] = ACTIONS(1766), - [anon_sym_BANG] = ACTIONS(1764), - [anon_sym_BANG_BANG] = ACTIONS(1766), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1766), - [anon_sym_continue_AT] = ACTIONS(1766), - [anon_sym_break_AT] = ACTIONS(1766), - [sym_real_literal] = ACTIONS(1766), - [sym_integer_literal] = ACTIONS(1764), - [sym_hex_literal] = ACTIONS(1766), - [sym_bin_literal] = ACTIONS(1766), - [anon_sym_true] = ACTIONS(1764), - [anon_sym_false] = ACTIONS(1764), - [anon_sym_SQUOTE] = ACTIONS(1766), - [sym__backtick_identifier] = ACTIONS(1766), - [sym__automatic_semicolon] = ACTIONS(1766), - [sym_safe_nav] = ACTIONS(1766), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1766), - }, - [689] = { - [sym_getter] = STATE(1107), - [sym_setter] = STATE(1107), - [sym_modifiers] = STATE(8806), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_COMMA] = ACTIONS(3256), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_where] = ACTIONS(3254), - [anon_sym_object] = ACTIONS(3254), - [anon_sym_fun] = ACTIONS(3254), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(3496), - [anon_sym_get] = ACTIONS(3432), - [anon_sym_set] = ACTIONS(3434), - [anon_sym_this] = ACTIONS(3254), - [anon_sym_super] = ACTIONS(3254), - [anon_sym_STAR] = ACTIONS(3256), - [sym_label] = ACTIONS(3254), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_null] = ACTIONS(3254), - [anon_sym_if] = ACTIONS(3254), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_when] = ACTIONS(3254), - [anon_sym_try] = ACTIONS(3254), - [anon_sym_throw] = ACTIONS(3254), - [anon_sym_return] = ACTIONS(3254), - [anon_sym_continue] = ACTIONS(3254), - [anon_sym_break] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3256), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG] = ACTIONS(3254), - [anon_sym_BANG_BANG] = ACTIONS(3256), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3256), - [anon_sym_continue_AT] = ACTIONS(3256), - [anon_sym_break_AT] = ACTIONS(3256), - [sym_real_literal] = ACTIONS(3256), - [sym_integer_literal] = ACTIONS(3254), - [sym_hex_literal] = ACTIONS(3256), - [sym_bin_literal] = ACTIONS(3256), - [anon_sym_true] = ACTIONS(3254), - [anon_sym_false] = ACTIONS(3254), - [anon_sym_SQUOTE] = ACTIONS(3256), - [sym__backtick_identifier] = ACTIONS(3256), - [sym__automatic_semicolon] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3256), - }, - [690] = { - [sym_getter] = STATE(1164), - [sym_setter] = STATE(1164), - [sym_modifiers] = STATE(8806), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1752), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1754), - [anon_sym_as] = ACTIONS(1752), - [anon_sym_LBRACE] = ACTIONS(1754), - [anon_sym_RBRACE] = ACTIONS(1754), - [anon_sym_LPAREN] = ACTIONS(1754), - [anon_sym_COMMA] = ACTIONS(1754), - [anon_sym_LT] = ACTIONS(1752), - [anon_sym_GT] = ACTIONS(1752), - [anon_sym_where] = ACTIONS(1752), - [anon_sym_object] = ACTIONS(1752), - [anon_sym_fun] = ACTIONS(1752), - [anon_sym_DOT] = ACTIONS(1752), - [anon_sym_SEMI] = ACTIONS(1904), - [anon_sym_get] = ACTIONS(3432), - [anon_sym_set] = ACTIONS(3434), - [anon_sym_this] = ACTIONS(1752), - [anon_sym_super] = ACTIONS(1752), - [anon_sym_STAR] = ACTIONS(1754), - [sym_label] = ACTIONS(1752), - [anon_sym_in] = ACTIONS(1752), - [anon_sym_DOT_DOT] = ACTIONS(1754), - [anon_sym_QMARK_COLON] = ACTIONS(1754), - [anon_sym_AMP_AMP] = ACTIONS(1754), - [anon_sym_PIPE_PIPE] = ACTIONS(1754), - [anon_sym_null] = ACTIONS(1752), - [anon_sym_if] = ACTIONS(1752), - [anon_sym_else] = ACTIONS(1752), - [anon_sym_when] = ACTIONS(1752), - [anon_sym_try] = ACTIONS(1752), - [anon_sym_throw] = ACTIONS(1752), - [anon_sym_return] = ACTIONS(1752), - [anon_sym_continue] = ACTIONS(1752), - [anon_sym_break] = ACTIONS(1752), - [anon_sym_COLON_COLON] = ACTIONS(1754), - [anon_sym_BANG_EQ] = ACTIONS(1752), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), - [anon_sym_EQ_EQ] = ACTIONS(1752), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), - [anon_sym_LT_EQ] = ACTIONS(1754), - [anon_sym_GT_EQ] = ACTIONS(1754), - [anon_sym_BANGin] = ACTIONS(1754), - [anon_sym_is] = ACTIONS(1752), - [anon_sym_BANGis] = ACTIONS(1754), - [anon_sym_PLUS] = ACTIONS(1752), - [anon_sym_DASH] = ACTIONS(1752), - [anon_sym_SLASH] = ACTIONS(1752), - [anon_sym_PERCENT] = ACTIONS(1754), - [anon_sym_as_QMARK] = ACTIONS(1754), - [anon_sym_PLUS_PLUS] = ACTIONS(1754), - [anon_sym_DASH_DASH] = ACTIONS(1754), - [anon_sym_BANG] = ACTIONS(1752), - [anon_sym_BANG_BANG] = ACTIONS(1754), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1754), - [anon_sym_continue_AT] = ACTIONS(1754), - [anon_sym_break_AT] = ACTIONS(1754), - [sym_real_literal] = ACTIONS(1754), - [sym_integer_literal] = ACTIONS(1752), - [sym_hex_literal] = ACTIONS(1754), - [sym_bin_literal] = ACTIONS(1754), - [anon_sym_true] = ACTIONS(1752), - [anon_sym_false] = ACTIONS(1752), - [anon_sym_SQUOTE] = ACTIONS(1754), - [sym__backtick_identifier] = ACTIONS(1754), - [sym__automatic_semicolon] = ACTIONS(1754), - [sym_safe_nav] = ACTIONS(1754), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1754), - }, - [691] = { - [sym_getter] = STATE(3139), - [sym_setter] = STATE(3139), - [sym_modifiers] = STATE(8834), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1752), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1754), - [anon_sym_as] = ACTIONS(1752), - [anon_sym_LBRACE] = ACTIONS(1754), - [anon_sym_RBRACE] = ACTIONS(1754), - [anon_sym_LPAREN] = ACTIONS(1754), - [anon_sym_COMMA] = ACTIONS(1754), - [anon_sym_LT] = ACTIONS(1752), - [anon_sym_GT] = ACTIONS(1752), - [anon_sym_where] = ACTIONS(1752), - [anon_sym_object] = ACTIONS(1752), - [anon_sym_fun] = ACTIONS(1752), - [anon_sym_DOT] = ACTIONS(1752), - [anon_sym_SEMI] = ACTIONS(1896), - [anon_sym_get] = ACTIONS(3366), - [anon_sym_set] = ACTIONS(3368), - [anon_sym_this] = ACTIONS(1752), - [anon_sym_super] = ACTIONS(1752), - [anon_sym_STAR] = ACTIONS(1754), - [sym_label] = ACTIONS(1752), - [anon_sym_in] = ACTIONS(1752), - [anon_sym_DOT_DOT] = ACTIONS(1754), - [anon_sym_QMARK_COLON] = ACTIONS(1754), - [anon_sym_AMP_AMP] = ACTIONS(1754), - [anon_sym_PIPE_PIPE] = ACTIONS(1754), - [anon_sym_null] = ACTIONS(1752), - [anon_sym_if] = ACTIONS(1752), - [anon_sym_else] = ACTIONS(1752), - [anon_sym_when] = ACTIONS(1752), - [anon_sym_try] = ACTIONS(1752), - [anon_sym_throw] = ACTIONS(1752), - [anon_sym_return] = ACTIONS(1752), - [anon_sym_continue] = ACTIONS(1752), - [anon_sym_break] = ACTIONS(1752), - [anon_sym_COLON_COLON] = ACTIONS(1754), - [anon_sym_BANG_EQ] = ACTIONS(1752), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), - [anon_sym_EQ_EQ] = ACTIONS(1752), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), - [anon_sym_LT_EQ] = ACTIONS(1754), - [anon_sym_GT_EQ] = ACTIONS(1754), - [anon_sym_BANGin] = ACTIONS(1754), - [anon_sym_is] = ACTIONS(1752), - [anon_sym_BANGis] = ACTIONS(1754), - [anon_sym_PLUS] = ACTIONS(1752), - [anon_sym_DASH] = ACTIONS(1752), - [anon_sym_SLASH] = ACTIONS(1752), - [anon_sym_PERCENT] = ACTIONS(1754), - [anon_sym_as_QMARK] = ACTIONS(1754), - [anon_sym_PLUS_PLUS] = ACTIONS(1754), - [anon_sym_DASH_DASH] = ACTIONS(1754), - [anon_sym_BANG] = ACTIONS(1752), - [anon_sym_BANG_BANG] = ACTIONS(1754), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1754), - [anon_sym_continue_AT] = ACTIONS(1754), - [anon_sym_break_AT] = ACTIONS(1754), - [sym_real_literal] = ACTIONS(1754), - [sym_integer_literal] = ACTIONS(1752), - [sym_hex_literal] = ACTIONS(1754), - [sym_bin_literal] = ACTIONS(1754), - [anon_sym_true] = ACTIONS(1752), - [anon_sym_false] = ACTIONS(1752), - [anon_sym_SQUOTE] = ACTIONS(1754), - [sym__backtick_identifier] = ACTIONS(1754), - [sym__automatic_semicolon] = ACTIONS(1754), - [sym_safe_nav] = ACTIONS(1754), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1754), - }, - [692] = { - [sym_getter] = STATE(1170), - [sym_setter] = STATE(1170), - [sym_modifiers] = STATE(8806), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1782), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1784), - [anon_sym_as] = ACTIONS(1782), - [anon_sym_LBRACE] = ACTIONS(1784), - [anon_sym_RBRACE] = ACTIONS(1784), - [anon_sym_LPAREN] = ACTIONS(1784), - [anon_sym_COMMA] = ACTIONS(1784), - [anon_sym_LT] = ACTIONS(1782), - [anon_sym_GT] = ACTIONS(1782), - [anon_sym_where] = ACTIONS(1782), - [anon_sym_object] = ACTIONS(1782), - [anon_sym_fun] = ACTIONS(1782), - [anon_sym_DOT] = ACTIONS(1782), - [anon_sym_SEMI] = ACTIONS(1784), - [anon_sym_get] = ACTIONS(3432), - [anon_sym_set] = ACTIONS(3434), - [anon_sym_this] = ACTIONS(1782), - [anon_sym_super] = ACTIONS(1782), - [anon_sym_STAR] = ACTIONS(1784), - [sym_label] = ACTIONS(1782), - [anon_sym_in] = ACTIONS(1782), - [anon_sym_DOT_DOT] = ACTIONS(1784), - [anon_sym_QMARK_COLON] = ACTIONS(1784), - [anon_sym_AMP_AMP] = ACTIONS(1784), - [anon_sym_PIPE_PIPE] = ACTIONS(1784), - [anon_sym_null] = ACTIONS(1782), - [anon_sym_if] = ACTIONS(1782), - [anon_sym_else] = ACTIONS(1782), - [anon_sym_when] = ACTIONS(1782), - [anon_sym_try] = ACTIONS(1782), - [anon_sym_throw] = ACTIONS(1782), - [anon_sym_return] = ACTIONS(1782), - [anon_sym_continue] = ACTIONS(1782), - [anon_sym_break] = ACTIONS(1782), - [anon_sym_COLON_COLON] = ACTIONS(1784), - [anon_sym_BANG_EQ] = ACTIONS(1782), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1784), - [anon_sym_EQ_EQ] = ACTIONS(1782), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1784), - [anon_sym_LT_EQ] = ACTIONS(1784), - [anon_sym_GT_EQ] = ACTIONS(1784), - [anon_sym_BANGin] = ACTIONS(1784), - [anon_sym_is] = ACTIONS(1782), - [anon_sym_BANGis] = ACTIONS(1784), - [anon_sym_PLUS] = ACTIONS(1782), - [anon_sym_DASH] = ACTIONS(1782), - [anon_sym_SLASH] = ACTIONS(1782), - [anon_sym_PERCENT] = ACTIONS(1784), - [anon_sym_as_QMARK] = ACTIONS(1784), - [anon_sym_PLUS_PLUS] = ACTIONS(1784), - [anon_sym_DASH_DASH] = ACTIONS(1784), - [anon_sym_BANG] = ACTIONS(1782), - [anon_sym_BANG_BANG] = ACTIONS(1784), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1784), - [anon_sym_continue_AT] = ACTIONS(1784), - [anon_sym_break_AT] = ACTIONS(1784), - [sym_real_literal] = ACTIONS(1784), - [sym_integer_literal] = ACTIONS(1782), - [sym_hex_literal] = ACTIONS(1784), - [sym_bin_literal] = ACTIONS(1784), - [anon_sym_true] = ACTIONS(1782), - [anon_sym_false] = ACTIONS(1782), - [anon_sym_SQUOTE] = ACTIONS(1784), - [sym__backtick_identifier] = ACTIONS(1784), - [sym__automatic_semicolon] = ACTIONS(1784), - [sym_safe_nav] = ACTIONS(1784), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1784), - }, - [693] = { - [sym_getter] = STATE(1110), - [sym_setter] = STATE(1110), - [sym_modifiers] = STATE(8806), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_COMMA] = ACTIONS(1778), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_where] = ACTIONS(1776), - [anon_sym_object] = ACTIONS(1776), - [anon_sym_fun] = ACTIONS(1776), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(1906), - [anon_sym_get] = ACTIONS(3432), - [anon_sym_set] = ACTIONS(3434), - [anon_sym_this] = ACTIONS(1776), - [anon_sym_super] = ACTIONS(1776), - [anon_sym_STAR] = ACTIONS(1778), - [sym_label] = ACTIONS(1776), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_null] = ACTIONS(1776), - [anon_sym_if] = ACTIONS(1776), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_when] = ACTIONS(1776), - [anon_sym_try] = ACTIONS(1776), - [anon_sym_throw] = ACTIONS(1776), - [anon_sym_return] = ACTIONS(1776), - [anon_sym_continue] = ACTIONS(1776), - [anon_sym_break] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1778), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG] = ACTIONS(1776), - [anon_sym_BANG_BANG] = ACTIONS(1778), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1778), - [anon_sym_continue_AT] = ACTIONS(1778), - [anon_sym_break_AT] = ACTIONS(1778), - [sym_real_literal] = ACTIONS(1778), - [sym_integer_literal] = ACTIONS(1776), - [sym_hex_literal] = ACTIONS(1778), - [sym_bin_literal] = ACTIONS(1778), - [anon_sym_true] = ACTIONS(1776), - [anon_sym_false] = ACTIONS(1776), - [anon_sym_SQUOTE] = ACTIONS(1778), - [sym__backtick_identifier] = ACTIONS(1778), - [sym__automatic_semicolon] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1778), - }, - [694] = { - [sym_getter] = STATE(3146), - [sym_setter] = STATE(3146), - [sym_modifiers] = STATE(8834), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1782), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1784), - [anon_sym_as] = ACTIONS(1782), - [anon_sym_LBRACE] = ACTIONS(1784), - [anon_sym_RBRACE] = ACTIONS(1784), - [anon_sym_LPAREN] = ACTIONS(1784), - [anon_sym_COMMA] = ACTIONS(1784), - [anon_sym_LT] = ACTIONS(1782), - [anon_sym_GT] = ACTIONS(1782), - [anon_sym_where] = ACTIONS(1782), - [anon_sym_object] = ACTIONS(1782), - [anon_sym_fun] = ACTIONS(1782), - [anon_sym_DOT] = ACTIONS(1782), - [anon_sym_SEMI] = ACTIONS(1784), - [anon_sym_get] = ACTIONS(3366), - [anon_sym_set] = ACTIONS(3368), - [anon_sym_this] = ACTIONS(1782), - [anon_sym_super] = ACTIONS(1782), - [anon_sym_STAR] = ACTIONS(1784), - [sym_label] = ACTIONS(1782), - [anon_sym_in] = ACTIONS(1782), - [anon_sym_DOT_DOT] = ACTIONS(1784), - [anon_sym_QMARK_COLON] = ACTIONS(1784), - [anon_sym_AMP_AMP] = ACTIONS(1784), - [anon_sym_PIPE_PIPE] = ACTIONS(1784), - [anon_sym_null] = ACTIONS(1782), - [anon_sym_if] = ACTIONS(1782), - [anon_sym_else] = ACTIONS(1782), - [anon_sym_when] = ACTIONS(1782), - [anon_sym_try] = ACTIONS(1782), - [anon_sym_throw] = ACTIONS(1782), - [anon_sym_return] = ACTIONS(1782), - [anon_sym_continue] = ACTIONS(1782), - [anon_sym_break] = ACTIONS(1782), - [anon_sym_COLON_COLON] = ACTIONS(1784), - [anon_sym_BANG_EQ] = ACTIONS(1782), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1784), - [anon_sym_EQ_EQ] = ACTIONS(1782), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1784), - [anon_sym_LT_EQ] = ACTIONS(1784), - [anon_sym_GT_EQ] = ACTIONS(1784), - [anon_sym_BANGin] = ACTIONS(1784), - [anon_sym_is] = ACTIONS(1782), - [anon_sym_BANGis] = ACTIONS(1784), - [anon_sym_PLUS] = ACTIONS(1782), - [anon_sym_DASH] = ACTIONS(1782), - [anon_sym_SLASH] = ACTIONS(1782), - [anon_sym_PERCENT] = ACTIONS(1784), - [anon_sym_as_QMARK] = ACTIONS(1784), - [anon_sym_PLUS_PLUS] = ACTIONS(1784), - [anon_sym_DASH_DASH] = ACTIONS(1784), - [anon_sym_BANG] = ACTIONS(1782), - [anon_sym_BANG_BANG] = ACTIONS(1784), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1784), - [anon_sym_continue_AT] = ACTIONS(1784), - [anon_sym_break_AT] = ACTIONS(1784), - [sym_real_literal] = ACTIONS(1784), - [sym_integer_literal] = ACTIONS(1782), - [sym_hex_literal] = ACTIONS(1784), - [sym_bin_literal] = ACTIONS(1784), - [anon_sym_true] = ACTIONS(1782), - [anon_sym_false] = ACTIONS(1782), - [anon_sym_SQUOTE] = ACTIONS(1784), - [sym__backtick_identifier] = ACTIONS(1784), - [sym__automatic_semicolon] = ACTIONS(1784), - [sym_safe_nav] = ACTIONS(1784), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1784), - }, - [695] = { - [sym_getter] = STATE(1052), - [sym_setter] = STATE(1052), - [sym_modifiers] = STATE(8806), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1764), + [698] = { + [sym_getter] = STATE(1182), + [sym_setter] = STATE(1182), + [sym_modifiers] = STATE(8715), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1694), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1766), - [anon_sym_as] = ACTIONS(1764), - [anon_sym_LBRACE] = ACTIONS(1766), - [anon_sym_RBRACE] = ACTIONS(1766), - [anon_sym_LPAREN] = ACTIONS(1766), - [anon_sym_COMMA] = ACTIONS(1766), - [anon_sym_LT] = ACTIONS(1764), - [anon_sym_GT] = ACTIONS(1764), - [anon_sym_where] = ACTIONS(1764), - [anon_sym_object] = ACTIONS(1764), - [anon_sym_fun] = ACTIONS(1764), - [anon_sym_DOT] = ACTIONS(1764), - [anon_sym_SEMI] = ACTIONS(1766), - [anon_sym_get] = ACTIONS(3432), - [anon_sym_set] = ACTIONS(3434), - [anon_sym_this] = ACTIONS(1764), - [anon_sym_super] = ACTIONS(1764), - [anon_sym_STAR] = ACTIONS(1766), - [sym_label] = ACTIONS(1764), - [anon_sym_in] = ACTIONS(1764), - [anon_sym_DOT_DOT] = ACTIONS(1766), - [anon_sym_QMARK_COLON] = ACTIONS(1766), - [anon_sym_AMP_AMP] = ACTIONS(1766), - [anon_sym_PIPE_PIPE] = ACTIONS(1766), - [anon_sym_null] = ACTIONS(1764), - [anon_sym_if] = ACTIONS(1764), - [anon_sym_else] = ACTIONS(1764), - [anon_sym_when] = ACTIONS(1764), - [anon_sym_try] = ACTIONS(1764), - [anon_sym_throw] = ACTIONS(1764), - [anon_sym_return] = ACTIONS(1764), - [anon_sym_continue] = ACTIONS(1764), - [anon_sym_break] = ACTIONS(1764), - [anon_sym_COLON_COLON] = ACTIONS(1766), - [anon_sym_BANG_EQ] = ACTIONS(1764), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), - [anon_sym_EQ_EQ] = ACTIONS(1764), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1766), - [anon_sym_LT_EQ] = ACTIONS(1766), - [anon_sym_GT_EQ] = ACTIONS(1766), - [anon_sym_BANGin] = ACTIONS(1766), - [anon_sym_is] = ACTIONS(1764), - [anon_sym_BANGis] = ACTIONS(1766), - [anon_sym_PLUS] = ACTIONS(1764), - [anon_sym_DASH] = ACTIONS(1764), - [anon_sym_SLASH] = ACTIONS(1764), - [anon_sym_PERCENT] = ACTIONS(1766), - [anon_sym_as_QMARK] = ACTIONS(1766), - [anon_sym_PLUS_PLUS] = ACTIONS(1766), - [anon_sym_DASH_DASH] = ACTIONS(1766), - [anon_sym_BANG] = ACTIONS(1764), - [anon_sym_BANG_BANG] = ACTIONS(1766), + [anon_sym_LBRACK] = ACTIONS(1696), + [anon_sym_as] = ACTIONS(1694), + [anon_sym_LBRACE] = ACTIONS(1696), + [anon_sym_RBRACE] = ACTIONS(1696), + [anon_sym_LPAREN] = ACTIONS(1696), + [anon_sym_COMMA] = ACTIONS(1696), + [anon_sym_LT] = ACTIONS(1694), + [anon_sym_GT] = ACTIONS(1694), + [anon_sym_where] = ACTIONS(1694), + [anon_sym_object] = ACTIONS(1694), + [anon_sym_fun] = ACTIONS(1694), + [anon_sym_DOT] = ACTIONS(1694), + [anon_sym_SEMI] = ACTIONS(1910), + [anon_sym_get] = ACTIONS(3368), + [anon_sym_set] = ACTIONS(3370), + [anon_sym_this] = ACTIONS(1694), + [anon_sym_super] = ACTIONS(1694), + [anon_sym_STAR] = ACTIONS(1696), + [sym_label] = ACTIONS(1694), + [anon_sym_in] = ACTIONS(1694), + [anon_sym_DOT_DOT] = ACTIONS(1696), + [anon_sym_QMARK_COLON] = ACTIONS(1696), + [anon_sym_AMP_AMP] = ACTIONS(1696), + [anon_sym_PIPE_PIPE] = ACTIONS(1696), + [anon_sym_null] = ACTIONS(1694), + [anon_sym_if] = ACTIONS(1694), + [anon_sym_else] = ACTIONS(1694), + [anon_sym_when] = ACTIONS(1694), + [anon_sym_try] = ACTIONS(1694), + [anon_sym_throw] = ACTIONS(1694), + [anon_sym_return] = ACTIONS(1694), + [anon_sym_continue] = ACTIONS(1694), + [anon_sym_break] = ACTIONS(1694), + [anon_sym_COLON_COLON] = ACTIONS(1696), + [anon_sym_BANG_EQ] = ACTIONS(1694), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), + [anon_sym_EQ_EQ] = ACTIONS(1694), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), + [anon_sym_LT_EQ] = ACTIONS(1696), + [anon_sym_GT_EQ] = ACTIONS(1696), + [anon_sym_BANGin] = ACTIONS(1696), + [anon_sym_is] = ACTIONS(1694), + [anon_sym_BANGis] = ACTIONS(1696), + [anon_sym_PLUS] = ACTIONS(1694), + [anon_sym_DASH] = ACTIONS(1694), + [anon_sym_SLASH] = ACTIONS(1694), + [anon_sym_PERCENT] = ACTIONS(1696), + [anon_sym_as_QMARK] = ACTIONS(1696), + [anon_sym_PLUS_PLUS] = ACTIONS(1696), + [anon_sym_DASH_DASH] = ACTIONS(1696), + [anon_sym_BANG] = ACTIONS(1694), + [anon_sym_BANG_BANG] = ACTIONS(1696), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -118703,424 +119147,88 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1766), - [anon_sym_continue_AT] = ACTIONS(1766), - [anon_sym_break_AT] = ACTIONS(1766), - [sym_real_literal] = ACTIONS(1766), - [sym_integer_literal] = ACTIONS(1764), - [sym_hex_literal] = ACTIONS(1766), - [sym_bin_literal] = ACTIONS(1766), - [anon_sym_true] = ACTIONS(1764), - [anon_sym_false] = ACTIONS(1764), - [anon_sym_SQUOTE] = ACTIONS(1766), - [sym__backtick_identifier] = ACTIONS(1766), - [sym__automatic_semicolon] = ACTIONS(1766), - [sym_safe_nav] = ACTIONS(1766), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1766), - }, - [696] = { - [sym_getter] = STATE(3219), - [sym_setter] = STATE(3219), - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(2177), - [sym__comparison_operator] = STATE(2176), - [sym__in_operator] = STATE(2172), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(2170), - [sym__multiplicative_operator] = STATE(2169), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_modifiers] = STATE(8854), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2168), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_EQ] = ACTIONS(1752), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(1754), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_RPAREN] = ACTIONS(1754), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3646), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(3700), - [anon_sym_get] = ACTIONS(3650), - [anon_sym_set] = ACTIONS(3652), - [anon_sym_STAR] = ACTIONS(3654), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(3656), - [anon_sym_while] = ACTIONS(1752), - [anon_sym_DOT_DOT] = ACTIONS(3658), - [anon_sym_QMARK_COLON] = ACTIONS(3660), - [anon_sym_AMP_AMP] = ACTIONS(3662), - [anon_sym_PIPE_PIPE] = ACTIONS(3664), - [anon_sym_else] = ACTIONS(1752), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_PLUS_EQ] = ACTIONS(1754), - [anon_sym_DASH_EQ] = ACTIONS(1754), - [anon_sym_STAR_EQ] = ACTIONS(1754), - [anon_sym_SLASH_EQ] = ACTIONS(1754), - [anon_sym_PERCENT_EQ] = ACTIONS(1754), - [anon_sym_BANG_EQ] = ACTIONS(3666), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3668), - [anon_sym_EQ_EQ] = ACTIONS(3666), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3668), - [anon_sym_LT_EQ] = ACTIONS(3670), - [anon_sym_GT_EQ] = ACTIONS(3670), - [anon_sym_BANGin] = ACTIONS(3672), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), - [anon_sym_PLUS] = ACTIONS(3674), - [anon_sym_DASH] = ACTIONS(3674), - [anon_sym_SLASH] = ACTIONS(3654), - [anon_sym_PERCENT] = ACTIONS(3654), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(1746), - [anon_sym_inner] = ACTIONS(1746), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(1748), - [anon_sym_actual] = ACTIONS(1748), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), + [anon_sym_return_AT] = ACTIONS(1696), + [anon_sym_continue_AT] = ACTIONS(1696), + [anon_sym_break_AT] = ACTIONS(1696), + [sym_real_literal] = ACTIONS(1696), + [sym_integer_literal] = ACTIONS(1694), + [sym_hex_literal] = ACTIONS(1696), + [sym_bin_literal] = ACTIONS(1696), + [anon_sym_true] = ACTIONS(1694), + [anon_sym_false] = ACTIONS(1694), + [anon_sym_SQUOTE] = ACTIONS(1696), + [sym__backtick_identifier] = ACTIONS(1696), + [sym__automatic_semicolon] = ACTIONS(1696), + [sym_safe_nav] = ACTIONS(1696), [sym_multiline_comment] = ACTIONS(3), - }, - [697] = { - [sym_getter] = STATE(1173), - [sym_setter] = STATE(1173), - [sym_modifiers] = STATE(8806), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3340), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3342), - [anon_sym_as] = ACTIONS(3340), - [anon_sym_LBRACE] = ACTIONS(3342), - [anon_sym_RBRACE] = ACTIONS(3342), - [anon_sym_LPAREN] = ACTIONS(3342), - [anon_sym_COMMA] = ACTIONS(3342), - [anon_sym_LT] = ACTIONS(3340), - [anon_sym_GT] = ACTIONS(3340), - [anon_sym_where] = ACTIONS(3340), - [anon_sym_object] = ACTIONS(3340), - [anon_sym_fun] = ACTIONS(3340), - [anon_sym_DOT] = ACTIONS(3340), - [anon_sym_SEMI] = ACTIONS(3342), - [anon_sym_get] = ACTIONS(3432), - [anon_sym_set] = ACTIONS(3434), - [anon_sym_this] = ACTIONS(3340), - [anon_sym_super] = ACTIONS(3340), - [anon_sym_STAR] = ACTIONS(3342), - [sym_label] = ACTIONS(3340), - [anon_sym_in] = ACTIONS(3340), - [anon_sym_DOT_DOT] = ACTIONS(3342), - [anon_sym_QMARK_COLON] = ACTIONS(3342), - [anon_sym_AMP_AMP] = ACTIONS(3342), - [anon_sym_PIPE_PIPE] = ACTIONS(3342), - [anon_sym_null] = ACTIONS(3340), - [anon_sym_if] = ACTIONS(3340), - [anon_sym_else] = ACTIONS(3340), - [anon_sym_when] = ACTIONS(3340), - [anon_sym_try] = ACTIONS(3340), - [anon_sym_throw] = ACTIONS(3340), - [anon_sym_return] = ACTIONS(3340), - [anon_sym_continue] = ACTIONS(3340), - [anon_sym_break] = ACTIONS(3340), - [anon_sym_COLON_COLON] = ACTIONS(3342), - [anon_sym_BANG_EQ] = ACTIONS(3340), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3342), - [anon_sym_EQ_EQ] = ACTIONS(3340), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3342), - [anon_sym_LT_EQ] = ACTIONS(3342), - [anon_sym_GT_EQ] = ACTIONS(3342), - [anon_sym_BANGin] = ACTIONS(3342), - [anon_sym_is] = ACTIONS(3340), - [anon_sym_BANGis] = ACTIONS(3342), - [anon_sym_PLUS] = ACTIONS(3340), - [anon_sym_DASH] = ACTIONS(3340), - [anon_sym_SLASH] = ACTIONS(3340), - [anon_sym_PERCENT] = ACTIONS(3342), - [anon_sym_as_QMARK] = ACTIONS(3342), - [anon_sym_PLUS_PLUS] = ACTIONS(3342), - [anon_sym_DASH_DASH] = ACTIONS(3342), - [anon_sym_BANG] = ACTIONS(3340), - [anon_sym_BANG_BANG] = ACTIONS(3342), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3342), - [anon_sym_continue_AT] = ACTIONS(3342), - [anon_sym_break_AT] = ACTIONS(3342), - [sym_real_literal] = ACTIONS(3342), - [sym_integer_literal] = ACTIONS(3340), - [sym_hex_literal] = ACTIONS(3342), - [sym_bin_literal] = ACTIONS(3342), - [anon_sym_true] = ACTIONS(3340), - [anon_sym_false] = ACTIONS(3340), - [anon_sym_SQUOTE] = ACTIONS(3342), - [sym__backtick_identifier] = ACTIONS(3342), - [sym__automatic_semicolon] = ACTIONS(3342), - [sym_safe_nav] = ACTIONS(3342), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3342), - }, - [698] = { - [sym_getter] = STATE(3151), - [sym_setter] = STATE(3151), - [sym_modifiers] = STATE(8834), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3340), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3342), - [anon_sym_as] = ACTIONS(3340), - [anon_sym_LBRACE] = ACTIONS(3342), - [anon_sym_RBRACE] = ACTIONS(3342), - [anon_sym_LPAREN] = ACTIONS(3342), - [anon_sym_COMMA] = ACTIONS(3342), - [anon_sym_LT] = ACTIONS(3340), - [anon_sym_GT] = ACTIONS(3340), - [anon_sym_where] = ACTIONS(3340), - [anon_sym_object] = ACTIONS(3340), - [anon_sym_fun] = ACTIONS(3340), - [anon_sym_DOT] = ACTIONS(3340), - [anon_sym_SEMI] = ACTIONS(3342), - [anon_sym_get] = ACTIONS(3366), - [anon_sym_set] = ACTIONS(3368), - [anon_sym_this] = ACTIONS(3340), - [anon_sym_super] = ACTIONS(3340), - [anon_sym_STAR] = ACTIONS(3342), - [sym_label] = ACTIONS(3340), - [anon_sym_in] = ACTIONS(3340), - [anon_sym_DOT_DOT] = ACTIONS(3342), - [anon_sym_QMARK_COLON] = ACTIONS(3342), - [anon_sym_AMP_AMP] = ACTIONS(3342), - [anon_sym_PIPE_PIPE] = ACTIONS(3342), - [anon_sym_null] = ACTIONS(3340), - [anon_sym_if] = ACTIONS(3340), - [anon_sym_else] = ACTIONS(3340), - [anon_sym_when] = ACTIONS(3340), - [anon_sym_try] = ACTIONS(3340), - [anon_sym_throw] = ACTIONS(3340), - [anon_sym_return] = ACTIONS(3340), - [anon_sym_continue] = ACTIONS(3340), - [anon_sym_break] = ACTIONS(3340), - [anon_sym_COLON_COLON] = ACTIONS(3342), - [anon_sym_BANG_EQ] = ACTIONS(3340), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3342), - [anon_sym_EQ_EQ] = ACTIONS(3340), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3342), - [anon_sym_LT_EQ] = ACTIONS(3342), - [anon_sym_GT_EQ] = ACTIONS(3342), - [anon_sym_BANGin] = ACTIONS(3342), - [anon_sym_is] = ACTIONS(3340), - [anon_sym_BANGis] = ACTIONS(3342), - [anon_sym_PLUS] = ACTIONS(3340), - [anon_sym_DASH] = ACTIONS(3340), - [anon_sym_SLASH] = ACTIONS(3340), - [anon_sym_PERCENT] = ACTIONS(3342), - [anon_sym_as_QMARK] = ACTIONS(3342), - [anon_sym_PLUS_PLUS] = ACTIONS(3342), - [anon_sym_DASH_DASH] = ACTIONS(3342), - [anon_sym_BANG] = ACTIONS(3340), - [anon_sym_BANG_BANG] = ACTIONS(3342), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3342), - [anon_sym_continue_AT] = ACTIONS(3342), - [anon_sym_break_AT] = ACTIONS(3342), - [sym_real_literal] = ACTIONS(3342), - [sym_integer_literal] = ACTIONS(3340), - [sym_hex_literal] = ACTIONS(3342), - [sym_bin_literal] = ACTIONS(3342), - [anon_sym_true] = ACTIONS(3340), - [anon_sym_false] = ACTIONS(3340), - [anon_sym_SQUOTE] = ACTIONS(3342), - [sym__backtick_identifier] = ACTIONS(3342), - [sym__automatic_semicolon] = ACTIONS(3342), - [sym_safe_nav] = ACTIONS(3342), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3342), + [sym__string_start] = ACTIONS(1696), }, [699] = { - [sym_getter] = STATE(3727), - [sym_setter] = STATE(3727), - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(2090), - [sym__comparison_operator] = STATE(2107), - [sym__in_operator] = STATE(2109), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(2110), - [sym__multiplicative_operator] = STATE(2111), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_modifiers] = STATE(8770), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2113), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym_getter] = STATE(5029), + [sym_setter] = STATE(5029), + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(1826), + [sym__comparison_operator] = STATE(1844), + [sym__in_operator] = STATE(1856), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(1875), + [sym__multiplicative_operator] = STATE(1884), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_modifiers] = STATE(8904), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2067), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_EQ] = ACTIONS(1694), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_EQ] = ACTIONS(1752), [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(1696), - [anon_sym_LPAREN] = ACTIONS(3570), + [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_LPAREN] = ACTIONS(3572), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(3702), - [anon_sym_DOT] = ACTIONS(3574), + [anon_sym_DOT] = ACTIONS(3576), [anon_sym_SEMI] = ACTIONS(3704), [anon_sym_get] = ACTIONS(3706), [anon_sym_set] = ACTIONS(3708), [anon_sym_STAR] = ACTIONS(3710), - [sym_label] = ACTIONS(3584), + [sym_label] = ACTIONS(3586), [anon_sym_in] = ACTIONS(3712), [anon_sym_DOT_DOT] = ACTIONS(3714), [anon_sym_QMARK_COLON] = ACTIONS(3716), [anon_sym_AMP_AMP] = ACTIONS(3718), [anon_sym_PIPE_PIPE] = ACTIONS(3720), - [anon_sym_else] = ACTIONS(1694), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_PLUS_EQ] = ACTIONS(1696), - [anon_sym_DASH_EQ] = ACTIONS(1696), - [anon_sym_STAR_EQ] = ACTIONS(1696), - [anon_sym_SLASH_EQ] = ACTIONS(1696), - [anon_sym_PERCENT_EQ] = ACTIONS(1696), + [anon_sym_else] = ACTIONS(1752), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_PLUS_EQ] = ACTIONS(1754), + [anon_sym_DASH_EQ] = ACTIONS(1754), + [anon_sym_STAR_EQ] = ACTIONS(1754), + [anon_sym_SLASH_EQ] = ACTIONS(1754), + [anon_sym_PERCENT_EQ] = ACTIONS(1754), [anon_sym_BANG_EQ] = ACTIONS(3722), [anon_sym_BANG_EQ_EQ] = ACTIONS(3724), [anon_sym_EQ_EQ] = ACTIONS(3722), @@ -119128,16 +119236,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_EQ] = ACTIONS(3726), [anon_sym_GT_EQ] = ACTIONS(3726), [anon_sym_BANGin] = ACTIONS(3728), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), [anon_sym_PLUS] = ACTIONS(3730), [anon_sym_DASH] = ACTIONS(3730), [anon_sym_SLASH] = ACTIONS(3710), [anon_sym_PERCENT] = ACTIONS(3710), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -119165,73 +119273,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(1696), - [sym_safe_nav] = ACTIONS(3596), + [sym__automatic_semicolon] = ACTIONS(1754), + [sym_safe_nav] = ACTIONS(3598), [sym_multiline_comment] = ACTIONS(3), }, [700] = { - [sym_getter] = STATE(3877), - [sym_setter] = STATE(3877), - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(2090), - [sym__comparison_operator] = STATE(2107), - [sym__in_operator] = STATE(2109), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(2110), - [sym__multiplicative_operator] = STATE(2111), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_modifiers] = STATE(8770), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2113), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym_getter] = STATE(3817), + [sym_setter] = STATE(3817), + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(1826), + [sym__comparison_operator] = STATE(1844), + [sym__in_operator] = STATE(1856), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(1875), + [sym__multiplicative_operator] = STATE(1884), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_modifiers] = STATE(8721), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2067), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_EQ] = ACTIONS(1776), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_EQ] = ACTIONS(1784), [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(3570), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(3572), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(3702), - [anon_sym_DOT] = ACTIONS(3574), + [anon_sym_DOT] = ACTIONS(3576), [anon_sym_SEMI] = ACTIONS(3732), - [anon_sym_get] = ACTIONS(3706), - [anon_sym_set] = ACTIONS(3708), + [anon_sym_get] = ACTIONS(3734), + [anon_sym_set] = ACTIONS(3736), [anon_sym_STAR] = ACTIONS(3710), - [sym_label] = ACTIONS(3584), + [sym_label] = ACTIONS(3586), [anon_sym_in] = ACTIONS(3712), [anon_sym_DOT_DOT] = ACTIONS(3714), [anon_sym_QMARK_COLON] = ACTIONS(3716), [anon_sym_AMP_AMP] = ACTIONS(3718), [anon_sym_PIPE_PIPE] = ACTIONS(3720), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_PLUS_EQ] = ACTIONS(1778), - [anon_sym_DASH_EQ] = ACTIONS(1778), - [anon_sym_STAR_EQ] = ACTIONS(1778), - [anon_sym_SLASH_EQ] = ACTIONS(1778), - [anon_sym_PERCENT_EQ] = ACTIONS(1778), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_PLUS_EQ] = ACTIONS(1786), + [anon_sym_DASH_EQ] = ACTIONS(1786), + [anon_sym_STAR_EQ] = ACTIONS(1786), + [anon_sym_SLASH_EQ] = ACTIONS(1786), + [anon_sym_PERCENT_EQ] = ACTIONS(1786), [anon_sym_BANG_EQ] = ACTIONS(3722), [anon_sym_BANG_EQ_EQ] = ACTIONS(3724), [anon_sym_EQ_EQ] = ACTIONS(3722), @@ -119239,16 +119347,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_EQ] = ACTIONS(3726), [anon_sym_GT_EQ] = ACTIONS(3726), [anon_sym_BANGin] = ACTIONS(3728), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), [anon_sym_PLUS] = ACTIONS(3730), [anon_sym_DASH] = ACTIONS(3730), [anon_sym_SLASH] = ACTIONS(3710), [anon_sym_PERCENT] = ACTIONS(3710), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -119276,73 +119384,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(3596), + [sym__automatic_semicolon] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(3598), [sym_multiline_comment] = ACTIONS(3), }, [701] = { - [sym_getter] = STATE(3812), - [sym_setter] = STATE(3812), - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(2090), - [sym__comparison_operator] = STATE(2107), - [sym__in_operator] = STATE(2109), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(2110), - [sym__multiplicative_operator] = STATE(2111), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_modifiers] = STATE(8770), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2113), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym_getter] = STATE(3701), + [sym_setter] = STATE(3701), + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(1826), + [sym__comparison_operator] = STATE(1844), + [sym__in_operator] = STATE(1856), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(1875), + [sym__multiplicative_operator] = STATE(1884), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_modifiers] = STATE(8721), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2067), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_EQ] = ACTIONS(1770), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_EQ] = ACTIONS(1778), [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(1772), - [anon_sym_LPAREN] = ACTIONS(3570), + [anon_sym_RBRACE] = ACTIONS(1780), + [anon_sym_LPAREN] = ACTIONS(3572), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(3702), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(3734), - [anon_sym_get] = ACTIONS(3706), - [anon_sym_set] = ACTIONS(3708), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(3738), + [anon_sym_get] = ACTIONS(3734), + [anon_sym_set] = ACTIONS(3736), [anon_sym_STAR] = ACTIONS(3710), - [sym_label] = ACTIONS(3584), + [sym_label] = ACTIONS(3586), [anon_sym_in] = ACTIONS(3712), [anon_sym_DOT_DOT] = ACTIONS(3714), [anon_sym_QMARK_COLON] = ACTIONS(3716), [anon_sym_AMP_AMP] = ACTIONS(3718), [anon_sym_PIPE_PIPE] = ACTIONS(3720), - [anon_sym_else] = ACTIONS(1770), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_PLUS_EQ] = ACTIONS(1772), - [anon_sym_DASH_EQ] = ACTIONS(1772), - [anon_sym_STAR_EQ] = ACTIONS(1772), - [anon_sym_SLASH_EQ] = ACTIONS(1772), - [anon_sym_PERCENT_EQ] = ACTIONS(1772), + [anon_sym_else] = ACTIONS(1778), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_PLUS_EQ] = ACTIONS(1780), + [anon_sym_DASH_EQ] = ACTIONS(1780), + [anon_sym_STAR_EQ] = ACTIONS(1780), + [anon_sym_SLASH_EQ] = ACTIONS(1780), + [anon_sym_PERCENT_EQ] = ACTIONS(1780), [anon_sym_BANG_EQ] = ACTIONS(3722), [anon_sym_BANG_EQ_EQ] = ACTIONS(3724), [anon_sym_EQ_EQ] = ACTIONS(3722), @@ -119350,16 +119458,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_EQ] = ACTIONS(3726), [anon_sym_GT_EQ] = ACTIONS(3726), [anon_sym_BANGin] = ACTIONS(3728), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), [anon_sym_PLUS] = ACTIONS(3730), [anon_sym_DASH] = ACTIONS(3730), [anon_sym_SLASH] = ACTIONS(3710), [anon_sym_PERCENT] = ACTIONS(3710), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -119387,73 +119495,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(1772), - [sym_safe_nav] = ACTIONS(3596), + [sym__automatic_semicolon] = ACTIONS(1780), + [sym_safe_nav] = ACTIONS(3598), [sym_multiline_comment] = ACTIONS(3), }, [702] = { - [sym_getter] = STATE(5040), - [sym_setter] = STATE(5040), - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(2090), - [sym__comparison_operator] = STATE(2107), - [sym__in_operator] = STATE(2109), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(2110), - [sym__multiplicative_operator] = STATE(2111), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_modifiers] = STATE(8567), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2113), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym_getter] = STATE(3760), + [sym_setter] = STATE(3760), + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(1826), + [sym__comparison_operator] = STATE(1844), + [sym__in_operator] = STATE(1856), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(1875), + [sym__multiplicative_operator] = STATE(1884), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_modifiers] = STATE(8721), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2067), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_EQ] = ACTIONS(1694), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_EQ] = ACTIONS(1770), [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(1696), - [anon_sym_LPAREN] = ACTIONS(3570), + [anon_sym_RBRACE] = ACTIONS(1772), + [anon_sym_LPAREN] = ACTIONS(3572), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(3702), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(3736), - [anon_sym_get] = ACTIONS(3738), - [anon_sym_set] = ACTIONS(3740), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(3740), + [anon_sym_get] = ACTIONS(3734), + [anon_sym_set] = ACTIONS(3736), [anon_sym_STAR] = ACTIONS(3710), - [sym_label] = ACTIONS(3584), + [sym_label] = ACTIONS(3586), [anon_sym_in] = ACTIONS(3712), [anon_sym_DOT_DOT] = ACTIONS(3714), [anon_sym_QMARK_COLON] = ACTIONS(3716), [anon_sym_AMP_AMP] = ACTIONS(3718), [anon_sym_PIPE_PIPE] = ACTIONS(3720), - [anon_sym_else] = ACTIONS(1694), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_PLUS_EQ] = ACTIONS(1696), - [anon_sym_DASH_EQ] = ACTIONS(1696), - [anon_sym_STAR_EQ] = ACTIONS(1696), - [anon_sym_SLASH_EQ] = ACTIONS(1696), - [anon_sym_PERCENT_EQ] = ACTIONS(1696), + [anon_sym_else] = ACTIONS(1770), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_PLUS_EQ] = ACTIONS(1772), + [anon_sym_DASH_EQ] = ACTIONS(1772), + [anon_sym_STAR_EQ] = ACTIONS(1772), + [anon_sym_SLASH_EQ] = ACTIONS(1772), + [anon_sym_PERCENT_EQ] = ACTIONS(1772), [anon_sym_BANG_EQ] = ACTIONS(3722), [anon_sym_BANG_EQ_EQ] = ACTIONS(3724), [anon_sym_EQ_EQ] = ACTIONS(3722), @@ -119461,16 +119569,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_EQ] = ACTIONS(3726), [anon_sym_GT_EQ] = ACTIONS(3726), [anon_sym_BANGin] = ACTIONS(3728), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), [anon_sym_PLUS] = ACTIONS(3730), [anon_sym_DASH] = ACTIONS(3730), [anon_sym_SLASH] = ACTIONS(3710), [anon_sym_PERCENT] = ACTIONS(3710), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -119498,73 +119606,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(1696), - [sym_safe_nav] = ACTIONS(3596), + [sym__automatic_semicolon] = ACTIONS(1772), + [sym_safe_nav] = ACTIONS(3598), [sym_multiline_comment] = ACTIONS(3), }, [703] = { - [sym_getter] = STATE(3735), - [sym_setter] = STATE(3735), - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(2090), - [sym__comparison_operator] = STATE(2107), - [sym__in_operator] = STATE(2109), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(2110), - [sym__multiplicative_operator] = STATE(2111), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_modifiers] = STATE(8770), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2113), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym_getter] = STATE(5058), + [sym_setter] = STATE(5058), + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(1826), + [sym__comparison_operator] = STATE(1844), + [sym__in_operator] = STATE(1856), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(1875), + [sym__multiplicative_operator] = STATE(1884), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_modifiers] = STATE(8904), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2067), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_EQ] = ACTIONS(1782), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_EQ] = ACTIONS(1784), [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(1784), - [anon_sym_LPAREN] = ACTIONS(3570), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(3572), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(3702), - [anon_sym_DOT] = ACTIONS(3574), + [anon_sym_DOT] = ACTIONS(3576), [anon_sym_SEMI] = ACTIONS(3742), [anon_sym_get] = ACTIONS(3706), [anon_sym_set] = ACTIONS(3708), [anon_sym_STAR] = ACTIONS(3710), - [sym_label] = ACTIONS(3584), + [sym_label] = ACTIONS(3586), [anon_sym_in] = ACTIONS(3712), [anon_sym_DOT_DOT] = ACTIONS(3714), [anon_sym_QMARK_COLON] = ACTIONS(3716), [anon_sym_AMP_AMP] = ACTIONS(3718), [anon_sym_PIPE_PIPE] = ACTIONS(3720), - [anon_sym_else] = ACTIONS(1782), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_PLUS_EQ] = ACTIONS(1784), - [anon_sym_DASH_EQ] = ACTIONS(1784), - [anon_sym_STAR_EQ] = ACTIONS(1784), - [anon_sym_SLASH_EQ] = ACTIONS(1784), - [anon_sym_PERCENT_EQ] = ACTIONS(1784), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_PLUS_EQ] = ACTIONS(1786), + [anon_sym_DASH_EQ] = ACTIONS(1786), + [anon_sym_STAR_EQ] = ACTIONS(1786), + [anon_sym_SLASH_EQ] = ACTIONS(1786), + [anon_sym_PERCENT_EQ] = ACTIONS(1786), [anon_sym_BANG_EQ] = ACTIONS(3722), [anon_sym_BANG_EQ_EQ] = ACTIONS(3724), [anon_sym_EQ_EQ] = ACTIONS(3722), @@ -119572,16 +119680,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_EQ] = ACTIONS(3726), [anon_sym_GT_EQ] = ACTIONS(3726), [anon_sym_BANGin] = ACTIONS(3728), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), [anon_sym_PLUS] = ACTIONS(3730), [anon_sym_DASH] = ACTIONS(3730), [anon_sym_SLASH] = ACTIONS(3710), [anon_sym_PERCENT] = ACTIONS(3710), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -119609,73 +119717,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(1784), - [sym_safe_nav] = ACTIONS(3596), + [sym__automatic_semicolon] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(3598), [sym_multiline_comment] = ACTIONS(3), }, [704] = { - [sym_getter] = STATE(3756), - [sym_setter] = STATE(3756), - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(2090), - [sym__comparison_operator] = STATE(2107), - [sym__in_operator] = STATE(2109), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(2110), - [sym__multiplicative_operator] = STATE(2111), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_modifiers] = STATE(8770), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2113), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym_getter] = STATE(5062), + [sym_setter] = STATE(5062), + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(1826), + [sym__comparison_operator] = STATE(1844), + [sym__in_operator] = STATE(1856), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(1875), + [sym__multiplicative_operator] = STATE(1884), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_modifiers] = STATE(8904), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2067), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_EQ] = ACTIONS(1752), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_EQ] = ACTIONS(1694), [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(1754), - [anon_sym_LPAREN] = ACTIONS(3570), + [anon_sym_RBRACE] = ACTIONS(1696), + [anon_sym_LPAREN] = ACTIONS(3572), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(3702), - [anon_sym_DOT] = ACTIONS(3574), + [anon_sym_DOT] = ACTIONS(3576), [anon_sym_SEMI] = ACTIONS(3744), [anon_sym_get] = ACTIONS(3706), [anon_sym_set] = ACTIONS(3708), [anon_sym_STAR] = ACTIONS(3710), - [sym_label] = ACTIONS(3584), + [sym_label] = ACTIONS(3586), [anon_sym_in] = ACTIONS(3712), [anon_sym_DOT_DOT] = ACTIONS(3714), [anon_sym_QMARK_COLON] = ACTIONS(3716), [anon_sym_AMP_AMP] = ACTIONS(3718), [anon_sym_PIPE_PIPE] = ACTIONS(3720), - [anon_sym_else] = ACTIONS(1752), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_PLUS_EQ] = ACTIONS(1754), - [anon_sym_DASH_EQ] = ACTIONS(1754), - [anon_sym_STAR_EQ] = ACTIONS(1754), - [anon_sym_SLASH_EQ] = ACTIONS(1754), - [anon_sym_PERCENT_EQ] = ACTIONS(1754), + [anon_sym_else] = ACTIONS(1694), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_PLUS_EQ] = ACTIONS(1696), + [anon_sym_DASH_EQ] = ACTIONS(1696), + [anon_sym_STAR_EQ] = ACTIONS(1696), + [anon_sym_SLASH_EQ] = ACTIONS(1696), + [anon_sym_PERCENT_EQ] = ACTIONS(1696), [anon_sym_BANG_EQ] = ACTIONS(3722), [anon_sym_BANG_EQ_EQ] = ACTIONS(3724), [anon_sym_EQ_EQ] = ACTIONS(3722), @@ -119683,16 +119791,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_EQ] = ACTIONS(3726), [anon_sym_GT_EQ] = ACTIONS(3726), [anon_sym_BANGin] = ACTIONS(3728), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), [anon_sym_PLUS] = ACTIONS(3730), [anon_sym_DASH] = ACTIONS(3730), [anon_sym_SLASH] = ACTIONS(3710), [anon_sym_PERCENT] = ACTIONS(3710), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -119720,73 +119828,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(1754), - [sym_safe_nav] = ACTIONS(3596), + [sym__automatic_semicolon] = ACTIONS(1696), + [sym_safe_nav] = ACTIONS(3598), [sym_multiline_comment] = ACTIONS(3), }, [705] = { - [sym_getter] = STATE(4966), - [sym_setter] = STATE(4966), - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(2090), - [sym__comparison_operator] = STATE(2107), - [sym__in_operator] = STATE(2109), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(2110), - [sym__multiplicative_operator] = STATE(2111), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_modifiers] = STATE(8567), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2113), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym_getter] = STATE(4916), + [sym_setter] = STATE(4916), + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(1826), + [sym__comparison_operator] = STATE(1844), + [sym__in_operator] = STATE(1856), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(1875), + [sym__multiplicative_operator] = STATE(1884), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_modifiers] = STATE(8904), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2067), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_EQ] = ACTIONS(1770), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_EQ] = ACTIONS(1764), [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(1772), - [anon_sym_LPAREN] = ACTIONS(3570), + [anon_sym_RBRACE] = ACTIONS(1766), + [anon_sym_LPAREN] = ACTIONS(3572), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(3702), - [anon_sym_DOT] = ACTIONS(3574), + [anon_sym_DOT] = ACTIONS(3576), [anon_sym_SEMI] = ACTIONS(3746), - [anon_sym_get] = ACTIONS(3738), - [anon_sym_set] = ACTIONS(3740), + [anon_sym_get] = ACTIONS(3706), + [anon_sym_set] = ACTIONS(3708), [anon_sym_STAR] = ACTIONS(3710), - [sym_label] = ACTIONS(3584), + [sym_label] = ACTIONS(3586), [anon_sym_in] = ACTIONS(3712), [anon_sym_DOT_DOT] = ACTIONS(3714), [anon_sym_QMARK_COLON] = ACTIONS(3716), [anon_sym_AMP_AMP] = ACTIONS(3718), [anon_sym_PIPE_PIPE] = ACTIONS(3720), - [anon_sym_else] = ACTIONS(1770), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_PLUS_EQ] = ACTIONS(1772), - [anon_sym_DASH_EQ] = ACTIONS(1772), - [anon_sym_STAR_EQ] = ACTIONS(1772), - [anon_sym_SLASH_EQ] = ACTIONS(1772), - [anon_sym_PERCENT_EQ] = ACTIONS(1772), + [anon_sym_else] = ACTIONS(1764), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_PLUS_EQ] = ACTIONS(1766), + [anon_sym_DASH_EQ] = ACTIONS(1766), + [anon_sym_STAR_EQ] = ACTIONS(1766), + [anon_sym_SLASH_EQ] = ACTIONS(1766), + [anon_sym_PERCENT_EQ] = ACTIONS(1766), [anon_sym_BANG_EQ] = ACTIONS(3722), [anon_sym_BANG_EQ_EQ] = ACTIONS(3724), [anon_sym_EQ_EQ] = ACTIONS(3722), @@ -119794,16 +119902,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_EQ] = ACTIONS(3726), [anon_sym_GT_EQ] = ACTIONS(3726), [anon_sym_BANGin] = ACTIONS(3728), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), [anon_sym_PLUS] = ACTIONS(3730), [anon_sym_DASH] = ACTIONS(3730), [anon_sym_SLASH] = ACTIONS(3710), [anon_sym_PERCENT] = ACTIONS(3710), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -119831,73 +119939,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(1772), - [sym_safe_nav] = ACTIONS(3596), + [sym__automatic_semicolon] = ACTIONS(1766), + [sym_safe_nav] = ACTIONS(3598), [sym_multiline_comment] = ACTIONS(3), }, [706] = { - [sym_getter] = STATE(5053), - [sym_setter] = STATE(5053), - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(2090), - [sym__comparison_operator] = STATE(2107), - [sym__in_operator] = STATE(2109), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(2110), - [sym__multiplicative_operator] = STATE(2111), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_modifiers] = STATE(8567), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2113), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym_getter] = STATE(4923), + [sym_setter] = STATE(4923), + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(1826), + [sym__comparison_operator] = STATE(1844), + [sym__in_operator] = STATE(1856), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(1875), + [sym__multiplicative_operator] = STATE(1884), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_modifiers] = STATE(8904), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2067), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_EQ] = ACTIONS(1764), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_EQ] = ACTIONS(1770), [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(1766), - [anon_sym_LPAREN] = ACTIONS(3570), + [anon_sym_RBRACE] = ACTIONS(1772), + [anon_sym_LPAREN] = ACTIONS(3572), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(3702), - [anon_sym_DOT] = ACTIONS(3574), + [anon_sym_DOT] = ACTIONS(3576), [anon_sym_SEMI] = ACTIONS(3748), - [anon_sym_get] = ACTIONS(3738), - [anon_sym_set] = ACTIONS(3740), + [anon_sym_get] = ACTIONS(3706), + [anon_sym_set] = ACTIONS(3708), [anon_sym_STAR] = ACTIONS(3710), - [sym_label] = ACTIONS(3584), + [sym_label] = ACTIONS(3586), [anon_sym_in] = ACTIONS(3712), [anon_sym_DOT_DOT] = ACTIONS(3714), [anon_sym_QMARK_COLON] = ACTIONS(3716), [anon_sym_AMP_AMP] = ACTIONS(3718), [anon_sym_PIPE_PIPE] = ACTIONS(3720), - [anon_sym_else] = ACTIONS(1764), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_PLUS_EQ] = ACTIONS(1766), - [anon_sym_DASH_EQ] = ACTIONS(1766), - [anon_sym_STAR_EQ] = ACTIONS(1766), - [anon_sym_SLASH_EQ] = ACTIONS(1766), - [anon_sym_PERCENT_EQ] = ACTIONS(1766), + [anon_sym_else] = ACTIONS(1770), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_PLUS_EQ] = ACTIONS(1772), + [anon_sym_DASH_EQ] = ACTIONS(1772), + [anon_sym_STAR_EQ] = ACTIONS(1772), + [anon_sym_SLASH_EQ] = ACTIONS(1772), + [anon_sym_PERCENT_EQ] = ACTIONS(1772), [anon_sym_BANG_EQ] = ACTIONS(3722), [anon_sym_BANG_EQ_EQ] = ACTIONS(3724), [anon_sym_EQ_EQ] = ACTIONS(3722), @@ -119905,16 +120013,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_EQ] = ACTIONS(3726), [anon_sym_GT_EQ] = ACTIONS(3726), [anon_sym_BANGin] = ACTIONS(3728), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), [anon_sym_PLUS] = ACTIONS(3730), [anon_sym_DASH] = ACTIONS(3730), [anon_sym_SLASH] = ACTIONS(3710), [anon_sym_PERCENT] = ACTIONS(3710), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -119942,73 +120050,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(1766), - [sym_safe_nav] = ACTIONS(3596), + [sym__automatic_semicolon] = ACTIONS(1772), + [sym_safe_nav] = ACTIONS(3598), [sym_multiline_comment] = ACTIONS(3), }, [707] = { - [sym_getter] = STATE(4953), - [sym_setter] = STATE(4953), - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(2090), - [sym__comparison_operator] = STATE(2107), - [sym__in_operator] = STATE(2109), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(2110), - [sym__multiplicative_operator] = STATE(2111), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_modifiers] = STATE(8567), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2113), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym_getter] = STATE(3715), + [sym_setter] = STATE(3715), + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(1826), + [sym__comparison_operator] = STATE(1844), + [sym__in_operator] = STATE(1856), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(1875), + [sym__multiplicative_operator] = STATE(1884), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_modifiers] = STATE(8721), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2067), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_EQ] = ACTIONS(1752), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_EQ] = ACTIONS(1694), [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(1754), - [anon_sym_LPAREN] = ACTIONS(3570), + [anon_sym_RBRACE] = ACTIONS(1696), + [anon_sym_LPAREN] = ACTIONS(3572), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(3702), - [anon_sym_DOT] = ACTIONS(3574), + [anon_sym_DOT] = ACTIONS(3576), [anon_sym_SEMI] = ACTIONS(3750), - [anon_sym_get] = ACTIONS(3738), - [anon_sym_set] = ACTIONS(3740), + [anon_sym_get] = ACTIONS(3734), + [anon_sym_set] = ACTIONS(3736), [anon_sym_STAR] = ACTIONS(3710), - [sym_label] = ACTIONS(3584), + [sym_label] = ACTIONS(3586), [anon_sym_in] = ACTIONS(3712), [anon_sym_DOT_DOT] = ACTIONS(3714), [anon_sym_QMARK_COLON] = ACTIONS(3716), [anon_sym_AMP_AMP] = ACTIONS(3718), [anon_sym_PIPE_PIPE] = ACTIONS(3720), - [anon_sym_else] = ACTIONS(1752), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_PLUS_EQ] = ACTIONS(1754), - [anon_sym_DASH_EQ] = ACTIONS(1754), - [anon_sym_STAR_EQ] = ACTIONS(1754), - [anon_sym_SLASH_EQ] = ACTIONS(1754), - [anon_sym_PERCENT_EQ] = ACTIONS(1754), + [anon_sym_else] = ACTIONS(1694), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_PLUS_EQ] = ACTIONS(1696), + [anon_sym_DASH_EQ] = ACTIONS(1696), + [anon_sym_STAR_EQ] = ACTIONS(1696), + [anon_sym_SLASH_EQ] = ACTIONS(1696), + [anon_sym_PERCENT_EQ] = ACTIONS(1696), [anon_sym_BANG_EQ] = ACTIONS(3722), [anon_sym_BANG_EQ_EQ] = ACTIONS(3724), [anon_sym_EQ_EQ] = ACTIONS(3722), @@ -120016,16 +120124,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_EQ] = ACTIONS(3726), [anon_sym_GT_EQ] = ACTIONS(3726), [anon_sym_BANGin] = ACTIONS(3728), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), [anon_sym_PLUS] = ACTIONS(3730), [anon_sym_DASH] = ACTIONS(3730), [anon_sym_SLASH] = ACTIONS(3710), [anon_sym_PERCENT] = ACTIONS(3710), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -120053,73 +120161,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(1754), - [sym_safe_nav] = ACTIONS(3596), + [sym__automatic_semicolon] = ACTIONS(1696), + [sym_safe_nav] = ACTIONS(3598), [sym_multiline_comment] = ACTIONS(3), }, [708] = { - [sym_getter] = STATE(3810), - [sym_setter] = STATE(3810), - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(2090), - [sym__comparison_operator] = STATE(2107), - [sym__in_operator] = STATE(2109), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(2110), - [sym__multiplicative_operator] = STATE(2111), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_modifiers] = STATE(8770), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2113), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym_getter] = STATE(4947), + [sym_setter] = STATE(4947), + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(1826), + [sym__comparison_operator] = STATE(1844), + [sym__in_operator] = STATE(1856), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(1875), + [sym__multiplicative_operator] = STATE(1884), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_modifiers] = STATE(8904), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2067), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_EQ] = ACTIONS(1764), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_EQ] = ACTIONS(1778), [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(1766), - [anon_sym_LPAREN] = ACTIONS(3570), + [anon_sym_RBRACE] = ACTIONS(1780), + [anon_sym_LPAREN] = ACTIONS(3572), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(3702), - [anon_sym_DOT] = ACTIONS(3574), + [anon_sym_DOT] = ACTIONS(3576), [anon_sym_SEMI] = ACTIONS(3752), [anon_sym_get] = ACTIONS(3706), [anon_sym_set] = ACTIONS(3708), [anon_sym_STAR] = ACTIONS(3710), - [sym_label] = ACTIONS(3584), + [sym_label] = ACTIONS(3586), [anon_sym_in] = ACTIONS(3712), [anon_sym_DOT_DOT] = ACTIONS(3714), [anon_sym_QMARK_COLON] = ACTIONS(3716), [anon_sym_AMP_AMP] = ACTIONS(3718), [anon_sym_PIPE_PIPE] = ACTIONS(3720), - [anon_sym_else] = ACTIONS(1764), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_PLUS_EQ] = ACTIONS(1766), - [anon_sym_DASH_EQ] = ACTIONS(1766), - [anon_sym_STAR_EQ] = ACTIONS(1766), - [anon_sym_SLASH_EQ] = ACTIONS(1766), - [anon_sym_PERCENT_EQ] = ACTIONS(1766), + [anon_sym_else] = ACTIONS(1778), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_PLUS_EQ] = ACTIONS(1780), + [anon_sym_DASH_EQ] = ACTIONS(1780), + [anon_sym_STAR_EQ] = ACTIONS(1780), + [anon_sym_SLASH_EQ] = ACTIONS(1780), + [anon_sym_PERCENT_EQ] = ACTIONS(1780), [anon_sym_BANG_EQ] = ACTIONS(3722), [anon_sym_BANG_EQ_EQ] = ACTIONS(3724), [anon_sym_EQ_EQ] = ACTIONS(3722), @@ -120127,16 +120235,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_EQ] = ACTIONS(3726), [anon_sym_GT_EQ] = ACTIONS(3726), [anon_sym_BANGin] = ACTIONS(3728), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), [anon_sym_PLUS] = ACTIONS(3730), [anon_sym_DASH] = ACTIONS(3730), [anon_sym_SLASH] = ACTIONS(3710), [anon_sym_PERCENT] = ACTIONS(3710), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -120164,73 +120272,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(1766), - [sym_safe_nav] = ACTIONS(3596), + [sym__automatic_semicolon] = ACTIONS(1780), + [sym_safe_nav] = ACTIONS(3598), [sym_multiline_comment] = ACTIONS(3), }, [709] = { - [sym_getter] = STATE(4928), - [sym_setter] = STATE(4928), - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(2090), - [sym__comparison_operator] = STATE(2107), - [sym__in_operator] = STATE(2109), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(2110), - [sym__multiplicative_operator] = STATE(2111), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_modifiers] = STATE(8567), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2113), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym_getter] = STATE(3766), + [sym_setter] = STATE(3766), + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(1826), + [sym__comparison_operator] = STATE(1844), + [sym__in_operator] = STATE(1856), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(1875), + [sym__multiplicative_operator] = STATE(1884), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_modifiers] = STATE(8721), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2067), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_EQ] = ACTIONS(1782), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_EQ] = ACTIONS(1764), [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(1784), - [anon_sym_LPAREN] = ACTIONS(3570), + [anon_sym_RBRACE] = ACTIONS(1766), + [anon_sym_LPAREN] = ACTIONS(3572), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(3702), - [anon_sym_DOT] = ACTIONS(3574), + [anon_sym_DOT] = ACTIONS(3576), [anon_sym_SEMI] = ACTIONS(3754), - [anon_sym_get] = ACTIONS(3738), - [anon_sym_set] = ACTIONS(3740), + [anon_sym_get] = ACTIONS(3734), + [anon_sym_set] = ACTIONS(3736), [anon_sym_STAR] = ACTIONS(3710), - [sym_label] = ACTIONS(3584), + [sym_label] = ACTIONS(3586), [anon_sym_in] = ACTIONS(3712), [anon_sym_DOT_DOT] = ACTIONS(3714), [anon_sym_QMARK_COLON] = ACTIONS(3716), [anon_sym_AMP_AMP] = ACTIONS(3718), [anon_sym_PIPE_PIPE] = ACTIONS(3720), - [anon_sym_else] = ACTIONS(1782), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_PLUS_EQ] = ACTIONS(1784), - [anon_sym_DASH_EQ] = ACTIONS(1784), - [anon_sym_STAR_EQ] = ACTIONS(1784), - [anon_sym_SLASH_EQ] = ACTIONS(1784), - [anon_sym_PERCENT_EQ] = ACTIONS(1784), + [anon_sym_else] = ACTIONS(1764), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_PLUS_EQ] = ACTIONS(1766), + [anon_sym_DASH_EQ] = ACTIONS(1766), + [anon_sym_STAR_EQ] = ACTIONS(1766), + [anon_sym_SLASH_EQ] = ACTIONS(1766), + [anon_sym_PERCENT_EQ] = ACTIONS(1766), [anon_sym_BANG_EQ] = ACTIONS(3722), [anon_sym_BANG_EQ_EQ] = ACTIONS(3724), [anon_sym_EQ_EQ] = ACTIONS(3722), @@ -120238,16 +120346,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_EQ] = ACTIONS(3726), [anon_sym_GT_EQ] = ACTIONS(3726), [anon_sym_BANGin] = ACTIONS(3728), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), [anon_sym_PLUS] = ACTIONS(3730), [anon_sym_DASH] = ACTIONS(3730), [anon_sym_SLASH] = ACTIONS(3710), [anon_sym_PERCENT] = ACTIONS(3710), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -120275,73 +120383,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(1784), - [sym_safe_nav] = ACTIONS(3596), + [sym__automatic_semicolon] = ACTIONS(1766), + [sym_safe_nav] = ACTIONS(3598), [sym_multiline_comment] = ACTIONS(3), }, [710] = { - [sym_getter] = STATE(5011), - [sym_setter] = STATE(5011), - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(2090), - [sym__comparison_operator] = STATE(2107), - [sym__in_operator] = STATE(2109), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(2110), - [sym__multiplicative_operator] = STATE(2111), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_modifiers] = STATE(8567), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2113), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym_getter] = STATE(3702), + [sym_setter] = STATE(3702), + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(1826), + [sym__comparison_operator] = STATE(1844), + [sym__in_operator] = STATE(1856), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(1875), + [sym__multiplicative_operator] = STATE(1884), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_modifiers] = STATE(8721), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2067), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_EQ] = ACTIONS(1776), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_EQ] = ACTIONS(1752), [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(3570), + [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_LPAREN] = ACTIONS(3572), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(3702), - [anon_sym_DOT] = ACTIONS(3574), + [anon_sym_DOT] = ACTIONS(3576), [anon_sym_SEMI] = ACTIONS(3756), - [anon_sym_get] = ACTIONS(3738), - [anon_sym_set] = ACTIONS(3740), + [anon_sym_get] = ACTIONS(3734), + [anon_sym_set] = ACTIONS(3736), [anon_sym_STAR] = ACTIONS(3710), - [sym_label] = ACTIONS(3584), + [sym_label] = ACTIONS(3586), [anon_sym_in] = ACTIONS(3712), [anon_sym_DOT_DOT] = ACTIONS(3714), [anon_sym_QMARK_COLON] = ACTIONS(3716), [anon_sym_AMP_AMP] = ACTIONS(3718), [anon_sym_PIPE_PIPE] = ACTIONS(3720), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_PLUS_EQ] = ACTIONS(1778), - [anon_sym_DASH_EQ] = ACTIONS(1778), - [anon_sym_STAR_EQ] = ACTIONS(1778), - [anon_sym_SLASH_EQ] = ACTIONS(1778), - [anon_sym_PERCENT_EQ] = ACTIONS(1778), + [anon_sym_else] = ACTIONS(1752), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_PLUS_EQ] = ACTIONS(1754), + [anon_sym_DASH_EQ] = ACTIONS(1754), + [anon_sym_STAR_EQ] = ACTIONS(1754), + [anon_sym_SLASH_EQ] = ACTIONS(1754), + [anon_sym_PERCENT_EQ] = ACTIONS(1754), [anon_sym_BANG_EQ] = ACTIONS(3722), [anon_sym_BANG_EQ_EQ] = ACTIONS(3724), [anon_sym_EQ_EQ] = ACTIONS(3722), @@ -120349,16 +120457,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_EQ] = ACTIONS(3726), [anon_sym_GT_EQ] = ACTIONS(3726), [anon_sym_BANGin] = ACTIONS(3728), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), [anon_sym_PLUS] = ACTIONS(3730), [anon_sym_DASH] = ACTIONS(3730), [anon_sym_SLASH] = ACTIONS(3710), [anon_sym_PERCENT] = ACTIONS(3710), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -120386,95 +120494,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(3596), + [sym__automatic_semicolon] = ACTIONS(1754), + [sym_safe_nav] = ACTIONS(3598), [sym_multiline_comment] = ACTIONS(3), }, [711] = { - [sym_getter] = STATE(4657), - [sym_setter] = STATE(4657), - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(2143), - [sym__comparison_operator] = STATE(2144), - [sym__in_operator] = STATE(2145), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(2146), - [sym__multiplicative_operator] = STATE(2148), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_modifiers] = STATE(8699), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2153), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_RBRACK] = ACTIONS(1784), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(1784), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_COMMA] = ACTIONS(1784), - [anon_sym_RPAREN] = ACTIONS(1784), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3758), - [anon_sym_where] = ACTIONS(1782), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(3760), - [anon_sym_get] = ACTIONS(3762), - [anon_sym_set] = ACTIONS(3764), - [anon_sym_STAR] = ACTIONS(3766), - [anon_sym_DASH_GT] = ACTIONS(1784), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(3768), - [anon_sym_while] = ACTIONS(1782), - [anon_sym_DOT_DOT] = ACTIONS(3770), - [anon_sym_QMARK_COLON] = ACTIONS(3772), - [anon_sym_AMP_AMP] = ACTIONS(3774), - [anon_sym_PIPE_PIPE] = ACTIONS(3776), - [anon_sym_else] = ACTIONS(1782), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_BANG_EQ] = ACTIONS(3778), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3780), - [anon_sym_EQ_EQ] = ACTIONS(3778), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3780), - [anon_sym_LT_EQ] = ACTIONS(3782), - [anon_sym_GT_EQ] = ACTIONS(3782), - [anon_sym_BANGin] = ACTIONS(3784), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), - [anon_sym_PLUS] = ACTIONS(3786), - [anon_sym_DASH] = ACTIONS(3786), - [anon_sym_SLASH] = ACTIONS(3788), - [anon_sym_PERCENT] = ACTIONS(3766), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), + [sym_getter] = STATE(1155), + [sym_setter] = STATE(1155), + [sym_modifiers] = STATE(8753), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1752), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1754), + [anon_sym_as] = ACTIONS(1752), + [anon_sym_LBRACE] = ACTIONS(1754), + [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_LPAREN] = ACTIONS(1754), + [anon_sym_LT] = ACTIONS(1752), + [anon_sym_GT] = ACTIONS(1752), + [anon_sym_object] = ACTIONS(1752), + [anon_sym_fun] = ACTIONS(1752), + [anon_sym_DOT] = ACTIONS(1752), + [anon_sym_SEMI] = ACTIONS(1754), + [anon_sym_get] = ACTIONS(3512), + [anon_sym_set] = ACTIONS(3514), + [anon_sym_this] = ACTIONS(1752), + [anon_sym_super] = ACTIONS(1752), + [anon_sym_STAR] = ACTIONS(1754), + [sym_label] = ACTIONS(1752), + [anon_sym_in] = ACTIONS(1752), + [anon_sym_DOT_DOT] = ACTIONS(1754), + [anon_sym_QMARK_COLON] = ACTIONS(1754), + [anon_sym_AMP_AMP] = ACTIONS(1754), + [anon_sym_PIPE_PIPE] = ACTIONS(1754), + [anon_sym_null] = ACTIONS(1752), + [anon_sym_if] = ACTIONS(1752), + [anon_sym_else] = ACTIONS(1752), + [anon_sym_when] = ACTIONS(1752), + [anon_sym_try] = ACTIONS(1752), + [anon_sym_throw] = ACTIONS(1752), + [anon_sym_return] = ACTIONS(1752), + [anon_sym_continue] = ACTIONS(1752), + [anon_sym_break] = ACTIONS(1752), + [anon_sym_COLON_COLON] = ACTIONS(1754), + [anon_sym_BANG_EQ] = ACTIONS(1752), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), + [anon_sym_EQ_EQ] = ACTIONS(1752), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), + [anon_sym_LT_EQ] = ACTIONS(1754), + [anon_sym_GT_EQ] = ACTIONS(1754), + [anon_sym_BANGin] = ACTIONS(1754), + [anon_sym_is] = ACTIONS(1752), + [anon_sym_BANGis] = ACTIONS(1754), + [anon_sym_PLUS] = ACTIONS(1752), + [anon_sym_DASH] = ACTIONS(1752), + [anon_sym_SLASH] = ACTIONS(1752), + [anon_sym_PERCENT] = ACTIONS(1754), + [anon_sym_as_QMARK] = ACTIONS(1754), + [anon_sym_PLUS_PLUS] = ACTIONS(1754), + [anon_sym_DASH_DASH] = ACTIONS(1754), + [anon_sym_BANG] = ACTIONS(1752), + [anon_sym_BANG_BANG] = ACTIONS(1754), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(1746), - [anon_sym_inner] = ACTIONS(1746), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -120493,29 +120589,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(1748), - [anon_sym_actual] = ACTIONS(1748), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), + [anon_sym_return_AT] = ACTIONS(1754), + [anon_sym_continue_AT] = ACTIONS(1754), + [anon_sym_break_AT] = ACTIONS(1754), + [sym_real_literal] = ACTIONS(1754), + [sym_integer_literal] = ACTIONS(1752), + [sym_hex_literal] = ACTIONS(1754), + [sym_bin_literal] = ACTIONS(1754), + [anon_sym_true] = ACTIONS(1752), + [anon_sym_false] = ACTIONS(1752), + [anon_sym_SQUOTE] = ACTIONS(1754), + [sym__backtick_identifier] = ACTIONS(1754), + [sym__automatic_semicolon] = ACTIONS(1754), + [sym_safe_nav] = ACTIONS(1754), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1754), }, [712] = { - [sym_getter] = STATE(3334), - [sym_setter] = STATE(3334), - [sym_modifiers] = STATE(8857), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym_getter] = STATE(3184), + [sym_setter] = STATE(3184), + [sym_modifiers] = STATE(8884), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1694), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1696), @@ -120529,8 +120637,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_fun] = ACTIONS(1694), [anon_sym_DOT] = ACTIONS(1694), [anon_sym_SEMI] = ACTIONS(1696), - [anon_sym_get] = ACTIONS(3514), - [anon_sym_set] = ACTIONS(3516), + [anon_sym_get] = ACTIONS(3518), + [anon_sym_set] = ACTIONS(3520), [anon_sym_this] = ACTIONS(1694), [anon_sym_super] = ACTIONS(1694), [anon_sym_STAR] = ACTIONS(1696), @@ -120591,8 +120699,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(1696), [anon_sym_continue_AT] = ACTIONS(1696), @@ -120611,78 +120719,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(1696), }, [713] = { - [sym_getter] = STATE(1164), - [sym_setter] = STATE(1164), - [sym_modifiers] = STATE(8560), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1752), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1754), - [anon_sym_as] = ACTIONS(1752), - [anon_sym_LBRACE] = ACTIONS(1754), - [anon_sym_RBRACE] = ACTIONS(1754), - [anon_sym_LPAREN] = ACTIONS(1754), - [anon_sym_LT] = ACTIONS(1752), - [anon_sym_GT] = ACTIONS(1752), - [anon_sym_object] = ACTIONS(1752), - [anon_sym_fun] = ACTIONS(1752), - [anon_sym_DOT] = ACTIONS(1752), - [anon_sym_SEMI] = ACTIONS(1754), - [anon_sym_get] = ACTIONS(3524), - [anon_sym_set] = ACTIONS(3526), - [anon_sym_this] = ACTIONS(1752), - [anon_sym_super] = ACTIONS(1752), - [anon_sym_STAR] = ACTIONS(1754), - [sym_label] = ACTIONS(1752), - [anon_sym_in] = ACTIONS(1752), - [anon_sym_DOT_DOT] = ACTIONS(1754), - [anon_sym_QMARK_COLON] = ACTIONS(1754), - [anon_sym_AMP_AMP] = ACTIONS(1754), - [anon_sym_PIPE_PIPE] = ACTIONS(1754), - [anon_sym_null] = ACTIONS(1752), - [anon_sym_if] = ACTIONS(1752), - [anon_sym_else] = ACTIONS(1752), - [anon_sym_when] = ACTIONS(1752), - [anon_sym_try] = ACTIONS(1752), - [anon_sym_throw] = ACTIONS(1752), - [anon_sym_return] = ACTIONS(1752), - [anon_sym_continue] = ACTIONS(1752), - [anon_sym_break] = ACTIONS(1752), - [anon_sym_COLON_COLON] = ACTIONS(1754), - [anon_sym_BANG_EQ] = ACTIONS(1752), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), - [anon_sym_EQ_EQ] = ACTIONS(1752), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), - [anon_sym_LT_EQ] = ACTIONS(1754), - [anon_sym_GT_EQ] = ACTIONS(1754), - [anon_sym_BANGin] = ACTIONS(1754), - [anon_sym_is] = ACTIONS(1752), - [anon_sym_BANGis] = ACTIONS(1754), - [anon_sym_PLUS] = ACTIONS(1752), - [anon_sym_DASH] = ACTIONS(1752), - [anon_sym_SLASH] = ACTIONS(1752), - [anon_sym_PERCENT] = ACTIONS(1754), - [anon_sym_as_QMARK] = ACTIONS(1754), - [anon_sym_PLUS_PLUS] = ACTIONS(1754), - [anon_sym_DASH_DASH] = ACTIONS(1754), - [anon_sym_BANG] = ACTIONS(1752), - [anon_sym_BANG_BANG] = ACTIONS(1754), + [sym_getter] = STATE(4682), + [sym_setter] = STATE(4682), + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(2314), + [sym__comparison_operator] = STATE(2312), + [sym__in_operator] = STATE(2309), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(2306), + [sym__multiplicative_operator] = STATE(2305), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_modifiers] = STATE(8791), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2302), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_RBRACK] = ACTIONS(1780), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(1780), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_COMMA] = ACTIONS(1780), + [anon_sym_RPAREN] = ACTIONS(1780), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(3758), + [anon_sym_where] = ACTIONS(1778), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3760), + [anon_sym_get] = ACTIONS(3762), + [anon_sym_set] = ACTIONS(3764), + [anon_sym_STAR] = ACTIONS(3766), + [anon_sym_DASH_GT] = ACTIONS(1780), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(3768), + [anon_sym_while] = ACTIONS(1778), + [anon_sym_DOT_DOT] = ACTIONS(3770), + [anon_sym_QMARK_COLON] = ACTIONS(3772), + [anon_sym_AMP_AMP] = ACTIONS(3774), + [anon_sym_PIPE_PIPE] = ACTIONS(3776), + [anon_sym_else] = ACTIONS(1778), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_BANG_EQ] = ACTIONS(3778), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3780), + [anon_sym_EQ_EQ] = ACTIONS(3778), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3780), + [anon_sym_LT_EQ] = ACTIONS(3782), + [anon_sym_GT_EQ] = ACTIONS(3782), + [anon_sym_BANGin] = ACTIONS(3784), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), + [anon_sym_PLUS] = ACTIONS(3786), + [anon_sym_DASH] = ACTIONS(3786), + [anon_sym_SLASH] = ACTIONS(3788), + [anon_sym_PERCENT] = ACTIONS(3766), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), + [anon_sym_data] = ACTIONS(1746), + [anon_sym_inner] = ACTIONS(1746), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -120701,93 +120821,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(1748), + [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1754), - [anon_sym_continue_AT] = ACTIONS(1754), - [anon_sym_break_AT] = ACTIONS(1754), - [sym_real_literal] = ACTIONS(1754), - [sym_integer_literal] = ACTIONS(1752), - [sym_hex_literal] = ACTIONS(1754), - [sym_bin_literal] = ACTIONS(1754), - [anon_sym_true] = ACTIONS(1752), - [anon_sym_false] = ACTIONS(1752), - [anon_sym_SQUOTE] = ACTIONS(1754), - [sym__backtick_identifier] = ACTIONS(1754), - [sym__automatic_semicolon] = ACTIONS(1754), - [sym_safe_nav] = ACTIONS(1754), + [sym__backtick_identifier] = ACTIONS(1750), + [sym_safe_nav] = ACTIONS(3420), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1754), }, [714] = { - [sym_getter] = STATE(1069), - [sym_setter] = STATE(1069), - [sym_modifiers] = STATE(8560), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1694), + [sym_getter] = STATE(1142), + [sym_setter] = STATE(1142), + [sym_modifiers] = STATE(8753), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1696), - [anon_sym_as] = ACTIONS(1694), - [anon_sym_LBRACE] = ACTIONS(1696), - [anon_sym_RBRACE] = ACTIONS(1696), - [anon_sym_LPAREN] = ACTIONS(1696), - [anon_sym_LT] = ACTIONS(1694), - [anon_sym_GT] = ACTIONS(1694), - [anon_sym_object] = ACTIONS(1694), - [anon_sym_fun] = ACTIONS(1694), - [anon_sym_DOT] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(1976), - [anon_sym_get] = ACTIONS(3524), - [anon_sym_set] = ACTIONS(3526), - [anon_sym_this] = ACTIONS(1694), - [anon_sym_super] = ACTIONS(1694), - [anon_sym_STAR] = ACTIONS(1696), - [sym_label] = ACTIONS(1694), - [anon_sym_in] = ACTIONS(1694), - [anon_sym_DOT_DOT] = ACTIONS(1696), - [anon_sym_QMARK_COLON] = ACTIONS(1696), - [anon_sym_AMP_AMP] = ACTIONS(1696), - [anon_sym_PIPE_PIPE] = ACTIONS(1696), - [anon_sym_null] = ACTIONS(1694), - [anon_sym_if] = ACTIONS(1694), - [anon_sym_else] = ACTIONS(1694), - [anon_sym_when] = ACTIONS(1694), - [anon_sym_try] = ACTIONS(1694), - [anon_sym_throw] = ACTIONS(1694), - [anon_sym_return] = ACTIONS(1694), - [anon_sym_continue] = ACTIONS(1694), - [anon_sym_break] = ACTIONS(1694), - [anon_sym_COLON_COLON] = ACTIONS(1696), - [anon_sym_BANG_EQ] = ACTIONS(1694), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), - [anon_sym_EQ_EQ] = ACTIONS(1694), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), - [anon_sym_LT_EQ] = ACTIONS(1696), - [anon_sym_GT_EQ] = ACTIONS(1696), - [anon_sym_BANGin] = ACTIONS(1696), - [anon_sym_is] = ACTIONS(1694), - [anon_sym_BANGis] = ACTIONS(1696), - [anon_sym_PLUS] = ACTIONS(1694), - [anon_sym_DASH] = ACTIONS(1694), - [anon_sym_SLASH] = ACTIONS(1694), - [anon_sym_PERCENT] = ACTIONS(1696), - [anon_sym_as_QMARK] = ACTIONS(1696), - [anon_sym_PLUS_PLUS] = ACTIONS(1696), - [anon_sym_DASH_DASH] = ACTIONS(1696), - [anon_sym_BANG] = ACTIONS(1694), - [anon_sym_BANG_BANG] = ACTIONS(1696), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_object] = ACTIONS(3278), + [anon_sym_fun] = ACTIONS(3278), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(3540), + [anon_sym_get] = ACTIONS(3512), + [anon_sym_set] = ACTIONS(3514), + [anon_sym_this] = ACTIONS(3278), + [anon_sym_super] = ACTIONS(3278), + [anon_sym_STAR] = ACTIONS(3280), + [sym_label] = ACTIONS(3278), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_null] = ACTIONS(3278), + [anon_sym_if] = ACTIONS(3278), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_when] = ACTIONS(3278), + [anon_sym_try] = ACTIONS(3278), + [anon_sym_throw] = ACTIONS(3278), + [anon_sym_return] = ACTIONS(3278), + [anon_sym_continue] = ACTIONS(3278), + [anon_sym_break] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG] = ACTIONS(3278), + [anon_sym_BANG_BANG] = ACTIONS(3280), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -120811,80 +120919,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1696), - [anon_sym_continue_AT] = ACTIONS(1696), - [anon_sym_break_AT] = ACTIONS(1696), - [sym_real_literal] = ACTIONS(1696), - [sym_integer_literal] = ACTIONS(1694), - [sym_hex_literal] = ACTIONS(1696), - [sym_bin_literal] = ACTIONS(1696), - [anon_sym_true] = ACTIONS(1694), - [anon_sym_false] = ACTIONS(1694), - [anon_sym_SQUOTE] = ACTIONS(1696), - [sym__backtick_identifier] = ACTIONS(1696), - [sym__automatic_semicolon] = ACTIONS(1696), - [sym_safe_nav] = ACTIONS(1696), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1696), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3280), + [anon_sym_continue_AT] = ACTIONS(3280), + [anon_sym_break_AT] = ACTIONS(3280), + [sym_real_literal] = ACTIONS(3280), + [sym_integer_literal] = ACTIONS(3278), + [sym_hex_literal] = ACTIONS(3280), + [sym_bin_literal] = ACTIONS(3280), + [anon_sym_true] = ACTIONS(3278), + [anon_sym_false] = ACTIONS(3278), + [anon_sym_SQUOTE] = ACTIONS(3280), + [sym__backtick_identifier] = ACTIONS(3280), + [sym__automatic_semicolon] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3280), }, [715] = { - [sym_getter] = STATE(3162), - [sym_setter] = STATE(3162), - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(2143), - [sym__comparison_operator] = STATE(2144), - [sym__in_operator] = STATE(2145), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(2146), - [sym__multiplicative_operator] = STATE(2148), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_modifiers] = STATE(8887), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2153), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym_getter] = STATE(4581), + [sym_setter] = STATE(4581), + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(2314), + [sym__comparison_operator] = STATE(2312), + [sym__in_operator] = STATE(2309), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(2306), + [sym__multiplicative_operator] = STATE(2305), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_modifiers] = STATE(8791), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2302), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), + [anon_sym_LBRACK] = ACTIONS(3390), [anon_sym_RBRACK] = ACTIONS(1772), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_LBRACE] = ACTIONS(1596), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_LBRACE] = ACTIONS(1403), [anon_sym_RBRACE] = ACTIONS(1772), - [anon_sym_LPAREN] = ACTIONS(3378), + [anon_sym_LPAREN] = ACTIONS(3394), [anon_sym_COMMA] = ACTIONS(1772), [anon_sym_RPAREN] = ACTIONS(1772), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(3758), [anon_sym_where] = ACTIONS(1770), - [anon_sym_DOT] = ACTIONS(3382), + [anon_sym_DOT] = ACTIONS(3398), [anon_sym_SEMI] = ACTIONS(3790), - [anon_sym_get] = ACTIONS(3792), - [anon_sym_set] = ACTIONS(3794), + [anon_sym_get] = ACTIONS(3762), + [anon_sym_set] = ACTIONS(3764), [anon_sym_STAR] = ACTIONS(3766), [anon_sym_DASH_GT] = ACTIONS(1772), - [sym_label] = ACTIONS(3392), + [sym_label] = ACTIONS(3408), [anon_sym_in] = ACTIONS(3768), [anon_sym_while] = ACTIONS(1770), [anon_sym_DOT_DOT] = ACTIONS(3770), @@ -120892,7 +121000,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP_AMP] = ACTIONS(3774), [anon_sym_PIPE_PIPE] = ACTIONS(3776), [anon_sym_else] = ACTIONS(1770), - [anon_sym_COLON_COLON] = ACTIONS(3404), + [anon_sym_COLON_COLON] = ACTIONS(3420), [anon_sym_BANG_EQ] = ACTIONS(3778), [anon_sym_BANG_EQ_EQ] = ACTIONS(3780), [anon_sym_EQ_EQ] = ACTIONS(3778), @@ -120900,16 +121008,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_EQ] = ACTIONS(3782), [anon_sym_GT_EQ] = ACTIONS(3782), [anon_sym_BANGin] = ACTIONS(3784), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), [anon_sym_PLUS] = ACTIONS(3786), [anon_sym_DASH] = ACTIONS(3786), [anon_sym_SLASH] = ACTIONS(3788), [anon_sym_PERCENT] = ACTIONS(3766), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -120937,77 +121045,187 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), + [sym_safe_nav] = ACTIONS(3420), [sym_multiline_comment] = ACTIONS(3), }, [716] = { - [sym_getter] = STATE(3166), - [sym_setter] = STATE(3166), - [sym_modifiers] = STATE(8857), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), + [sym_getter] = STATE(4602), + [sym_setter] = STATE(4602), + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(2314), + [sym__comparison_operator] = STATE(2312), + [sym__in_operator] = STATE(2309), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(2306), + [sym__multiplicative_operator] = STATE(2305), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_modifiers] = STATE(8791), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2302), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_RBRACK] = ACTIONS(1766), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(1766), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_COMMA] = ACTIONS(1766), + [anon_sym_RPAREN] = ACTIONS(1766), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(3758), + [anon_sym_where] = ACTIONS(1764), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3792), + [anon_sym_get] = ACTIONS(3762), + [anon_sym_set] = ACTIONS(3764), + [anon_sym_STAR] = ACTIONS(3766), + [anon_sym_DASH_GT] = ACTIONS(1766), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(3768), + [anon_sym_while] = ACTIONS(1764), + [anon_sym_DOT_DOT] = ACTIONS(3770), + [anon_sym_QMARK_COLON] = ACTIONS(3772), + [anon_sym_AMP_AMP] = ACTIONS(3774), + [anon_sym_PIPE_PIPE] = ACTIONS(3776), + [anon_sym_else] = ACTIONS(1764), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_BANG_EQ] = ACTIONS(3778), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3780), + [anon_sym_EQ_EQ] = ACTIONS(3778), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3780), + [anon_sym_LT_EQ] = ACTIONS(3782), + [anon_sym_GT_EQ] = ACTIONS(3782), + [anon_sym_BANGin] = ACTIONS(3784), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), + [anon_sym_PLUS] = ACTIONS(3786), + [anon_sym_DASH] = ACTIONS(3786), + [anon_sym_SLASH] = ACTIONS(3788), + [anon_sym_PERCENT] = ACTIONS(3766), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(1746), + [anon_sym_inner] = ACTIONS(1746), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(1748), + [anon_sym_actual] = ACTIONS(1748), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym_safe_nav] = ACTIONS(3420), + [sym_multiline_comment] = ACTIONS(3), + }, + [717] = { + [sym_getter] = STATE(3151), + [sym_setter] = STATE(3151), + [sym_modifiers] = STATE(8884), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1764), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_object] = ACTIONS(1776), - [anon_sym_fun] = ACTIONS(1776), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(2006), - [anon_sym_get] = ACTIONS(3514), - [anon_sym_set] = ACTIONS(3516), - [anon_sym_this] = ACTIONS(1776), - [anon_sym_super] = ACTIONS(1776), - [anon_sym_STAR] = ACTIONS(1778), - [sym_label] = ACTIONS(1776), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_null] = ACTIONS(1776), - [anon_sym_if] = ACTIONS(1776), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_when] = ACTIONS(1776), - [anon_sym_try] = ACTIONS(1776), - [anon_sym_throw] = ACTIONS(1776), - [anon_sym_return] = ACTIONS(1776), - [anon_sym_continue] = ACTIONS(1776), - [anon_sym_break] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1778), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG] = ACTIONS(1776), - [anon_sym_BANG_BANG] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(1766), + [anon_sym_as] = ACTIONS(1764), + [anon_sym_LBRACE] = ACTIONS(1766), + [anon_sym_RBRACE] = ACTIONS(1766), + [anon_sym_LPAREN] = ACTIONS(1766), + [anon_sym_LT] = ACTIONS(1764), + [anon_sym_GT] = ACTIONS(1764), + [anon_sym_object] = ACTIONS(1764), + [anon_sym_fun] = ACTIONS(1764), + [anon_sym_DOT] = ACTIONS(1764), + [anon_sym_SEMI] = ACTIONS(2010), + [anon_sym_get] = ACTIONS(3518), + [anon_sym_set] = ACTIONS(3520), + [anon_sym_this] = ACTIONS(1764), + [anon_sym_super] = ACTIONS(1764), + [anon_sym_STAR] = ACTIONS(1766), + [sym_label] = ACTIONS(1764), + [anon_sym_in] = ACTIONS(1764), + [anon_sym_DOT_DOT] = ACTIONS(1766), + [anon_sym_QMARK_COLON] = ACTIONS(1766), + [anon_sym_AMP_AMP] = ACTIONS(1766), + [anon_sym_PIPE_PIPE] = ACTIONS(1766), + [anon_sym_null] = ACTIONS(1764), + [anon_sym_if] = ACTIONS(1764), + [anon_sym_else] = ACTIONS(1764), + [anon_sym_when] = ACTIONS(1764), + [anon_sym_try] = ACTIONS(1764), + [anon_sym_throw] = ACTIONS(1764), + [anon_sym_return] = ACTIONS(1764), + [anon_sym_continue] = ACTIONS(1764), + [anon_sym_break] = ACTIONS(1764), + [anon_sym_COLON_COLON] = ACTIONS(1766), + [anon_sym_BANG_EQ] = ACTIONS(1764), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), + [anon_sym_EQ_EQ] = ACTIONS(1764), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1766), + [anon_sym_LT_EQ] = ACTIONS(1766), + [anon_sym_GT_EQ] = ACTIONS(1766), + [anon_sym_BANGin] = ACTIONS(1766), + [anon_sym_is] = ACTIONS(1764), + [anon_sym_BANGis] = ACTIONS(1766), + [anon_sym_PLUS] = ACTIONS(1764), + [anon_sym_DASH] = ACTIONS(1764), + [anon_sym_SLASH] = ACTIONS(1764), + [anon_sym_PERCENT] = ACTIONS(1766), + [anon_sym_as_QMARK] = ACTIONS(1766), + [anon_sym_PLUS_PLUS] = ACTIONS(1766), + [anon_sym_DASH_DASH] = ACTIONS(1766), + [anon_sym_BANG] = ACTIONS(1764), + [anon_sym_BANG_BANG] = ACTIONS(1766), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -121031,41 +121249,151 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1778), - [anon_sym_continue_AT] = ACTIONS(1778), - [anon_sym_break_AT] = ACTIONS(1778), - [sym_real_literal] = ACTIONS(1778), - [sym_integer_literal] = ACTIONS(1776), - [sym_hex_literal] = ACTIONS(1778), - [sym_bin_literal] = ACTIONS(1778), - [anon_sym_true] = ACTIONS(1776), - [anon_sym_false] = ACTIONS(1776), - [anon_sym_SQUOTE] = ACTIONS(1778), - [sym__backtick_identifier] = ACTIONS(1778), - [sym__automatic_semicolon] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1778), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1766), + [anon_sym_continue_AT] = ACTIONS(1766), + [anon_sym_break_AT] = ACTIONS(1766), + [sym_real_literal] = ACTIONS(1766), + [sym_integer_literal] = ACTIONS(1764), + [sym_hex_literal] = ACTIONS(1766), + [sym_bin_literal] = ACTIONS(1766), + [anon_sym_true] = ACTIONS(1764), + [anon_sym_false] = ACTIONS(1764), + [anon_sym_SQUOTE] = ACTIONS(1766), + [sym__backtick_identifier] = ACTIONS(1766), + [sym__automatic_semicolon] = ACTIONS(1766), + [sym_safe_nav] = ACTIONS(1766), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1766), + }, + [718] = { + [sym_getter] = STATE(4659), + [sym_setter] = STATE(4659), + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(2314), + [sym__comparison_operator] = STATE(2312), + [sym__in_operator] = STATE(2309), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(2306), + [sym__multiplicative_operator] = STATE(2305), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_modifiers] = STATE(8791), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2302), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_RBRACK] = ACTIONS(1754), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_COMMA] = ACTIONS(1754), + [anon_sym_RPAREN] = ACTIONS(1754), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(3758), + [anon_sym_where] = ACTIONS(1752), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3794), + [anon_sym_get] = ACTIONS(3762), + [anon_sym_set] = ACTIONS(3764), + [anon_sym_STAR] = ACTIONS(3766), + [anon_sym_DASH_GT] = ACTIONS(1754), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(3768), + [anon_sym_while] = ACTIONS(1752), + [anon_sym_DOT_DOT] = ACTIONS(3770), + [anon_sym_QMARK_COLON] = ACTIONS(3772), + [anon_sym_AMP_AMP] = ACTIONS(3774), + [anon_sym_PIPE_PIPE] = ACTIONS(3776), + [anon_sym_else] = ACTIONS(1752), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_BANG_EQ] = ACTIONS(3778), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3780), + [anon_sym_EQ_EQ] = ACTIONS(3778), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3780), + [anon_sym_LT_EQ] = ACTIONS(3782), + [anon_sym_GT_EQ] = ACTIONS(3782), + [anon_sym_BANGin] = ACTIONS(3784), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), + [anon_sym_PLUS] = ACTIONS(3786), + [anon_sym_DASH] = ACTIONS(3786), + [anon_sym_SLASH] = ACTIONS(3788), + [anon_sym_PERCENT] = ACTIONS(3766), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(1746), + [anon_sym_inner] = ACTIONS(1746), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(1748), + [anon_sym_actual] = ACTIONS(1748), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym_safe_nav] = ACTIONS(3420), + [sym_multiline_comment] = ACTIONS(3), }, - [717] = { - [sym_getter] = STATE(1164), - [sym_setter] = STATE(1164), - [sym_modifiers] = STATE(8560), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [719] = { + [sym_getter] = STATE(1155), + [sym_setter] = STATE(1155), + [sym_modifiers] = STATE(8753), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1752), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1754), @@ -121078,9 +121406,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_object] = ACTIONS(1752), [anon_sym_fun] = ACTIONS(1752), [anon_sym_DOT] = ACTIONS(1752), - [anon_sym_SEMI] = ACTIONS(2002), - [anon_sym_get] = ACTIONS(3524), - [anon_sym_set] = ACTIONS(3526), + [anon_sym_SEMI] = ACTIONS(2012), + [anon_sym_get] = ACTIONS(3512), + [anon_sym_set] = ACTIONS(3514), [anon_sym_this] = ACTIONS(1752), [anon_sym_super] = ACTIONS(1752), [anon_sym_STAR] = ACTIONS(1754), @@ -121141,8 +121469,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(1754), [anon_sym_continue_AT] = ACTIONS(1754), @@ -121160,79 +121488,91 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(1754), }, - [718] = { - [sym_getter] = STATE(1170), - [sym_setter] = STATE(1170), - [sym_modifiers] = STATE(8560), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1782), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1784), - [anon_sym_as] = ACTIONS(1782), - [anon_sym_LBRACE] = ACTIONS(1784), - [anon_sym_RBRACE] = ACTIONS(1784), - [anon_sym_LPAREN] = ACTIONS(1784), - [anon_sym_LT] = ACTIONS(1782), - [anon_sym_GT] = ACTIONS(1782), - [anon_sym_object] = ACTIONS(1782), - [anon_sym_fun] = ACTIONS(1782), - [anon_sym_DOT] = ACTIONS(1782), - [anon_sym_SEMI] = ACTIONS(1784), - [anon_sym_get] = ACTIONS(3524), - [anon_sym_set] = ACTIONS(3526), - [anon_sym_this] = ACTIONS(1782), - [anon_sym_super] = ACTIONS(1782), - [anon_sym_STAR] = ACTIONS(1784), - [sym_label] = ACTIONS(1782), - [anon_sym_in] = ACTIONS(1782), - [anon_sym_DOT_DOT] = ACTIONS(1784), - [anon_sym_QMARK_COLON] = ACTIONS(1784), - [anon_sym_AMP_AMP] = ACTIONS(1784), - [anon_sym_PIPE_PIPE] = ACTIONS(1784), - [anon_sym_null] = ACTIONS(1782), - [anon_sym_if] = ACTIONS(1782), - [anon_sym_else] = ACTIONS(1782), - [anon_sym_when] = ACTIONS(1782), - [anon_sym_try] = ACTIONS(1782), - [anon_sym_throw] = ACTIONS(1782), - [anon_sym_return] = ACTIONS(1782), - [anon_sym_continue] = ACTIONS(1782), - [anon_sym_break] = ACTIONS(1782), - [anon_sym_COLON_COLON] = ACTIONS(1784), - [anon_sym_BANG_EQ] = ACTIONS(1782), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1784), - [anon_sym_EQ_EQ] = ACTIONS(1782), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1784), - [anon_sym_LT_EQ] = ACTIONS(1784), - [anon_sym_GT_EQ] = ACTIONS(1784), - [anon_sym_BANGin] = ACTIONS(1784), - [anon_sym_is] = ACTIONS(1782), - [anon_sym_BANGis] = ACTIONS(1784), - [anon_sym_PLUS] = ACTIONS(1782), - [anon_sym_DASH] = ACTIONS(1782), - [anon_sym_SLASH] = ACTIONS(1782), - [anon_sym_PERCENT] = ACTIONS(1784), - [anon_sym_as_QMARK] = ACTIONS(1784), - [anon_sym_PLUS_PLUS] = ACTIONS(1784), - [anon_sym_DASH_DASH] = ACTIONS(1784), - [anon_sym_BANG] = ACTIONS(1782), - [anon_sym_BANG_BANG] = ACTIONS(1784), + [720] = { + [sym_getter] = STATE(4715), + [sym_setter] = STATE(4715), + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(2314), + [sym__comparison_operator] = STATE(2312), + [sym__in_operator] = STATE(2309), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(2306), + [sym__multiplicative_operator] = STATE(2305), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_modifiers] = STATE(8791), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2302), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_RBRACK] = ACTIONS(1696), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(1696), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_COMMA] = ACTIONS(1696), + [anon_sym_RPAREN] = ACTIONS(1696), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(3758), + [anon_sym_where] = ACTIONS(1694), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3796), + [anon_sym_get] = ACTIONS(3762), + [anon_sym_set] = ACTIONS(3764), + [anon_sym_STAR] = ACTIONS(3766), + [anon_sym_DASH_GT] = ACTIONS(1696), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(3768), + [anon_sym_while] = ACTIONS(1694), + [anon_sym_DOT_DOT] = ACTIONS(3770), + [anon_sym_QMARK_COLON] = ACTIONS(3772), + [anon_sym_AMP_AMP] = ACTIONS(3774), + [anon_sym_PIPE_PIPE] = ACTIONS(3776), + [anon_sym_else] = ACTIONS(1694), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_BANG_EQ] = ACTIONS(3778), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3780), + [anon_sym_EQ_EQ] = ACTIONS(3778), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3780), + [anon_sym_LT_EQ] = ACTIONS(3782), + [anon_sym_GT_EQ] = ACTIONS(3782), + [anon_sym_BANGin] = ACTIONS(3784), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), + [anon_sym_PLUS] = ACTIONS(3786), + [anon_sym_DASH] = ACTIONS(3786), + [anon_sym_SLASH] = ACTIONS(3788), + [anon_sym_PERCENT] = ACTIONS(3766), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), + [anon_sym_data] = ACTIONS(1746), + [anon_sym_inner] = ACTIONS(1746), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -121251,41 +121591,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1784), - [anon_sym_continue_AT] = ACTIONS(1784), - [anon_sym_break_AT] = ACTIONS(1784), - [sym_real_literal] = ACTIONS(1784), - [sym_integer_literal] = ACTIONS(1782), - [sym_hex_literal] = ACTIONS(1784), - [sym_bin_literal] = ACTIONS(1784), - [anon_sym_true] = ACTIONS(1782), - [anon_sym_false] = ACTIONS(1782), - [anon_sym_SQUOTE] = ACTIONS(1784), - [sym__backtick_identifier] = ACTIONS(1784), - [sym__automatic_semicolon] = ACTIONS(1784), - [sym_safe_nav] = ACTIONS(1784), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1784), + [anon_sym_expect] = ACTIONS(1748), + [anon_sym_actual] = ACTIONS(1748), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym_safe_nav] = ACTIONS(3420), + [sym_multiline_comment] = ACTIONS(3), }, - [719] = { - [sym_getter] = STATE(3127), - [sym_setter] = STATE(3127), - [sym_modifiers] = STATE(8857), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [721] = { + [sym_getter] = STATE(3163), + [sym_setter] = STATE(3163), + [sym_modifiers] = STATE(8884), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1770), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1772), @@ -121298,9 +121626,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_object] = ACTIONS(1770), [anon_sym_fun] = ACTIONS(1770), [anon_sym_DOT] = ACTIONS(1770), - [anon_sym_SEMI] = ACTIONS(1772), - [anon_sym_get] = ACTIONS(3514), - [anon_sym_set] = ACTIONS(3516), + [anon_sym_SEMI] = ACTIONS(2014), + [anon_sym_get] = ACTIONS(3518), + [anon_sym_set] = ACTIONS(3520), [anon_sym_this] = ACTIONS(1770), [anon_sym_super] = ACTIONS(1770), [anon_sym_STAR] = ACTIONS(1772), @@ -121361,8 +121689,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(1772), [anon_sym_continue_AT] = ACTIONS(1772), @@ -121380,74 +121708,184 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(1772), }, - [720] = { - [sym_getter] = STATE(1173), - [sym_setter] = STATE(1173), - [sym_modifiers] = STATE(8560), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3340), + [722] = { + [sym_getter] = STATE(4641), + [sym_setter] = STATE(4641), + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(2314), + [sym__comparison_operator] = STATE(2312), + [sym__in_operator] = STATE(2309), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(2306), + [sym__multiplicative_operator] = STATE(2305), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_modifiers] = STATE(8791), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2302), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_RBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_COMMA] = ACTIONS(1786), + [anon_sym_RPAREN] = ACTIONS(1786), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(3758), + [anon_sym_where] = ACTIONS(1784), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3798), + [anon_sym_get] = ACTIONS(3762), + [anon_sym_set] = ACTIONS(3764), + [anon_sym_STAR] = ACTIONS(3766), + [anon_sym_DASH_GT] = ACTIONS(1786), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(3768), + [anon_sym_while] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(3770), + [anon_sym_QMARK_COLON] = ACTIONS(3772), + [anon_sym_AMP_AMP] = ACTIONS(3774), + [anon_sym_PIPE_PIPE] = ACTIONS(3776), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_BANG_EQ] = ACTIONS(3778), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3780), + [anon_sym_EQ_EQ] = ACTIONS(3778), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3780), + [anon_sym_LT_EQ] = ACTIONS(3782), + [anon_sym_GT_EQ] = ACTIONS(3782), + [anon_sym_BANGin] = ACTIONS(3784), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), + [anon_sym_PLUS] = ACTIONS(3786), + [anon_sym_DASH] = ACTIONS(3786), + [anon_sym_SLASH] = ACTIONS(3788), + [anon_sym_PERCENT] = ACTIONS(3766), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(1746), + [anon_sym_inner] = ACTIONS(1746), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(1748), + [anon_sym_actual] = ACTIONS(1748), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym_safe_nav] = ACTIONS(3420), + [sym_multiline_comment] = ACTIONS(3), + }, + [723] = { + [sym_getter] = STATE(1142), + [sym_setter] = STATE(1142), + [sym_modifiers] = STATE(8753), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3342), - [anon_sym_as] = ACTIONS(3340), - [anon_sym_LBRACE] = ACTIONS(3342), - [anon_sym_RBRACE] = ACTIONS(3342), - [anon_sym_LPAREN] = ACTIONS(3342), - [anon_sym_LT] = ACTIONS(3340), - [anon_sym_GT] = ACTIONS(3340), - [anon_sym_object] = ACTIONS(3340), - [anon_sym_fun] = ACTIONS(3340), - [anon_sym_DOT] = ACTIONS(3340), - [anon_sym_SEMI] = ACTIONS(3342), - [anon_sym_get] = ACTIONS(3524), - [anon_sym_set] = ACTIONS(3526), - [anon_sym_this] = ACTIONS(3340), - [anon_sym_super] = ACTIONS(3340), - [anon_sym_STAR] = ACTIONS(3342), - [sym_label] = ACTIONS(3340), - [anon_sym_in] = ACTIONS(3340), - [anon_sym_DOT_DOT] = ACTIONS(3342), - [anon_sym_QMARK_COLON] = ACTIONS(3342), - [anon_sym_AMP_AMP] = ACTIONS(3342), - [anon_sym_PIPE_PIPE] = ACTIONS(3342), - [anon_sym_null] = ACTIONS(3340), - [anon_sym_if] = ACTIONS(3340), - [anon_sym_else] = ACTIONS(3340), - [anon_sym_when] = ACTIONS(3340), - [anon_sym_try] = ACTIONS(3340), - [anon_sym_throw] = ACTIONS(3340), - [anon_sym_return] = ACTIONS(3340), - [anon_sym_continue] = ACTIONS(3340), - [anon_sym_break] = ACTIONS(3340), - [anon_sym_COLON_COLON] = ACTIONS(3342), - [anon_sym_BANG_EQ] = ACTIONS(3340), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3342), - [anon_sym_EQ_EQ] = ACTIONS(3340), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3342), - [anon_sym_LT_EQ] = ACTIONS(3342), - [anon_sym_GT_EQ] = ACTIONS(3342), - [anon_sym_BANGin] = ACTIONS(3342), - [anon_sym_is] = ACTIONS(3340), - [anon_sym_BANGis] = ACTIONS(3342), - [anon_sym_PLUS] = ACTIONS(3340), - [anon_sym_DASH] = ACTIONS(3340), - [anon_sym_SLASH] = ACTIONS(3340), - [anon_sym_PERCENT] = ACTIONS(3342), - [anon_sym_as_QMARK] = ACTIONS(3342), - [anon_sym_PLUS_PLUS] = ACTIONS(3342), - [anon_sym_DASH_DASH] = ACTIONS(3342), - [anon_sym_BANG] = ACTIONS(3340), - [anon_sym_BANG_BANG] = ACTIONS(3342), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_object] = ACTIONS(3278), + [anon_sym_fun] = ACTIONS(3278), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(3280), + [anon_sym_get] = ACTIONS(3512), + [anon_sym_set] = ACTIONS(3514), + [anon_sym_this] = ACTIONS(3278), + [anon_sym_super] = ACTIONS(3278), + [anon_sym_STAR] = ACTIONS(3280), + [sym_label] = ACTIONS(3278), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_null] = ACTIONS(3278), + [anon_sym_if] = ACTIONS(3278), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_when] = ACTIONS(3278), + [anon_sym_try] = ACTIONS(3278), + [anon_sym_throw] = ACTIONS(3278), + [anon_sym_return] = ACTIONS(3278), + [anon_sym_continue] = ACTIONS(3278), + [anon_sym_break] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG] = ACTIONS(3278), + [anon_sym_BANG_BANG] = ACTIONS(3280), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -121471,41 +121909,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3342), - [anon_sym_continue_AT] = ACTIONS(3342), - [anon_sym_break_AT] = ACTIONS(3342), - [sym_real_literal] = ACTIONS(3342), - [sym_integer_literal] = ACTIONS(3340), - [sym_hex_literal] = ACTIONS(3342), - [sym_bin_literal] = ACTIONS(3342), - [anon_sym_true] = ACTIONS(3340), - [anon_sym_false] = ACTIONS(3340), - [anon_sym_SQUOTE] = ACTIONS(3342), - [sym__backtick_identifier] = ACTIONS(3342), - [sym__automatic_semicolon] = ACTIONS(3342), - [sym_safe_nav] = ACTIONS(3342), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3342), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3280), + [anon_sym_continue_AT] = ACTIONS(3280), + [anon_sym_break_AT] = ACTIONS(3280), + [sym_real_literal] = ACTIONS(3280), + [sym_integer_literal] = ACTIONS(3278), + [sym_hex_literal] = ACTIONS(3280), + [sym_bin_literal] = ACTIONS(3280), + [anon_sym_true] = ACTIONS(3278), + [anon_sym_false] = ACTIONS(3278), + [anon_sym_SQUOTE] = ACTIONS(3280), + [sym__backtick_identifier] = ACTIONS(3280), + [sym__automatic_semicolon] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3280), }, - [721] = { - [sym_getter] = STATE(1143), - [sym_setter] = STATE(1143), - [sym_modifiers] = STATE(8560), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [724] = { + [sym_getter] = STATE(3163), + [sym_setter] = STATE(3163), + [sym_modifiers] = STATE(8884), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1770), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1772), @@ -121519,8 +121957,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_fun] = ACTIONS(1770), [anon_sym_DOT] = ACTIONS(1770), [anon_sym_SEMI] = ACTIONS(1772), - [anon_sym_get] = ACTIONS(3524), - [anon_sym_set] = ACTIONS(3526), + [anon_sym_get] = ACTIONS(3518), + [anon_sym_set] = ACTIONS(3520), [anon_sym_this] = ACTIONS(1770), [anon_sym_super] = ACTIONS(1770), [anon_sym_STAR] = ACTIONS(1772), @@ -121581,8 +122019,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(1772), [anon_sym_continue_AT] = ACTIONS(1772), @@ -121600,22 +122038,682 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(1772), }, - [722] = { - [sym_getter] = STATE(1143), - [sym_setter] = STATE(1143), - [sym_modifiers] = STATE(8560), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [725] = { + [sym_getter] = STATE(1188), + [sym_setter] = STATE(1188), + [sym_modifiers] = STATE(8753), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_object] = ACTIONS(1784), + [anon_sym_fun] = ACTIONS(1784), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(2002), + [anon_sym_get] = ACTIONS(3512), + [anon_sym_set] = ACTIONS(3514), + [anon_sym_this] = ACTIONS(1784), + [anon_sym_super] = ACTIONS(1784), + [anon_sym_STAR] = ACTIONS(1786), + [sym_label] = ACTIONS(1784), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_null] = ACTIONS(1784), + [anon_sym_if] = ACTIONS(1784), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_when] = ACTIONS(1784), + [anon_sym_try] = ACTIONS(1784), + [anon_sym_throw] = ACTIONS(1784), + [anon_sym_return] = ACTIONS(1784), + [anon_sym_continue] = ACTIONS(1784), + [anon_sym_break] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1786), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG] = ACTIONS(1784), + [anon_sym_BANG_BANG] = ACTIONS(1786), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1786), + [anon_sym_continue_AT] = ACTIONS(1786), + [anon_sym_break_AT] = ACTIONS(1786), + [sym_real_literal] = ACTIONS(1786), + [sym_integer_literal] = ACTIONS(1784), + [sym_hex_literal] = ACTIONS(1786), + [sym_bin_literal] = ACTIONS(1786), + [anon_sym_true] = ACTIONS(1784), + [anon_sym_false] = ACTIONS(1784), + [anon_sym_SQUOTE] = ACTIONS(1786), + [sym__backtick_identifier] = ACTIONS(1786), + [sym__automatic_semicolon] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1786), + }, + [726] = { + [sym_getter] = STATE(3447), + [sym_setter] = STATE(3447), + [sym_modifiers] = STATE(8884), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_object] = ACTIONS(3278), + [anon_sym_fun] = ACTIONS(3278), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(3562), + [anon_sym_get] = ACTIONS(3518), + [anon_sym_set] = ACTIONS(3520), + [anon_sym_this] = ACTIONS(3278), + [anon_sym_super] = ACTIONS(3278), + [anon_sym_STAR] = ACTIONS(3280), + [sym_label] = ACTIONS(3278), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_null] = ACTIONS(3278), + [anon_sym_if] = ACTIONS(3278), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_when] = ACTIONS(3278), + [anon_sym_try] = ACTIONS(3278), + [anon_sym_throw] = ACTIONS(3278), + [anon_sym_return] = ACTIONS(3278), + [anon_sym_continue] = ACTIONS(3278), + [anon_sym_break] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG] = ACTIONS(3278), + [anon_sym_BANG_BANG] = ACTIONS(3280), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3280), + [anon_sym_continue_AT] = ACTIONS(3280), + [anon_sym_break_AT] = ACTIONS(3280), + [sym_real_literal] = ACTIONS(3280), + [sym_integer_literal] = ACTIONS(3278), + [sym_hex_literal] = ACTIONS(3280), + [sym_bin_literal] = ACTIONS(3280), + [anon_sym_true] = ACTIONS(3278), + [anon_sym_false] = ACTIONS(3278), + [anon_sym_SQUOTE] = ACTIONS(3280), + [sym__backtick_identifier] = ACTIONS(3280), + [sym__automatic_semicolon] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3280), + }, + [727] = { + [sym_getter] = STATE(3170), + [sym_setter] = STATE(3170), + [sym_modifiers] = STATE(8884), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1778), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1780), + [anon_sym_as] = ACTIONS(1778), + [anon_sym_LBRACE] = ACTIONS(1780), + [anon_sym_RBRACE] = ACTIONS(1780), + [anon_sym_LPAREN] = ACTIONS(1780), + [anon_sym_LT] = ACTIONS(1778), + [anon_sym_GT] = ACTIONS(1778), + [anon_sym_object] = ACTIONS(1778), + [anon_sym_fun] = ACTIONS(1778), + [anon_sym_DOT] = ACTIONS(1778), + [anon_sym_SEMI] = ACTIONS(1780), + [anon_sym_get] = ACTIONS(3518), + [anon_sym_set] = ACTIONS(3520), + [anon_sym_this] = ACTIONS(1778), + [anon_sym_super] = ACTIONS(1778), + [anon_sym_STAR] = ACTIONS(1780), + [sym_label] = ACTIONS(1778), + [anon_sym_in] = ACTIONS(1778), + [anon_sym_DOT_DOT] = ACTIONS(1780), + [anon_sym_QMARK_COLON] = ACTIONS(1780), + [anon_sym_AMP_AMP] = ACTIONS(1780), + [anon_sym_PIPE_PIPE] = ACTIONS(1780), + [anon_sym_null] = ACTIONS(1778), + [anon_sym_if] = ACTIONS(1778), + [anon_sym_else] = ACTIONS(1778), + [anon_sym_when] = ACTIONS(1778), + [anon_sym_try] = ACTIONS(1778), + [anon_sym_throw] = ACTIONS(1778), + [anon_sym_return] = ACTIONS(1778), + [anon_sym_continue] = ACTIONS(1778), + [anon_sym_break] = ACTIONS(1778), + [anon_sym_COLON_COLON] = ACTIONS(1780), + [anon_sym_BANG_EQ] = ACTIONS(1778), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1780), + [anon_sym_EQ_EQ] = ACTIONS(1778), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1780), + [anon_sym_LT_EQ] = ACTIONS(1780), + [anon_sym_GT_EQ] = ACTIONS(1780), + [anon_sym_BANGin] = ACTIONS(1780), + [anon_sym_is] = ACTIONS(1778), + [anon_sym_BANGis] = ACTIONS(1780), + [anon_sym_PLUS] = ACTIONS(1778), + [anon_sym_DASH] = ACTIONS(1778), + [anon_sym_SLASH] = ACTIONS(1778), + [anon_sym_PERCENT] = ACTIONS(1780), + [anon_sym_as_QMARK] = ACTIONS(1780), + [anon_sym_PLUS_PLUS] = ACTIONS(1780), + [anon_sym_DASH_DASH] = ACTIONS(1780), + [anon_sym_BANG] = ACTIONS(1778), + [anon_sym_BANG_BANG] = ACTIONS(1780), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1780), + [anon_sym_continue_AT] = ACTIONS(1780), + [anon_sym_break_AT] = ACTIONS(1780), + [sym_real_literal] = ACTIONS(1780), + [sym_integer_literal] = ACTIONS(1778), + [sym_hex_literal] = ACTIONS(1780), + [sym_bin_literal] = ACTIONS(1780), + [anon_sym_true] = ACTIONS(1778), + [anon_sym_false] = ACTIONS(1778), + [anon_sym_SQUOTE] = ACTIONS(1780), + [sym__backtick_identifier] = ACTIONS(1780), + [sym__automatic_semicolon] = ACTIONS(1780), + [sym_safe_nav] = ACTIONS(1780), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1780), + }, + [728] = { + [sym_getter] = STATE(3129), + [sym_setter] = STATE(3129), + [sym_modifiers] = STATE(8884), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1752), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1754), + [anon_sym_as] = ACTIONS(1752), + [anon_sym_LBRACE] = ACTIONS(1754), + [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_LPAREN] = ACTIONS(1754), + [anon_sym_LT] = ACTIONS(1752), + [anon_sym_GT] = ACTIONS(1752), + [anon_sym_object] = ACTIONS(1752), + [anon_sym_fun] = ACTIONS(1752), + [anon_sym_DOT] = ACTIONS(1752), + [anon_sym_SEMI] = ACTIONS(2006), + [anon_sym_get] = ACTIONS(3518), + [anon_sym_set] = ACTIONS(3520), + [anon_sym_this] = ACTIONS(1752), + [anon_sym_super] = ACTIONS(1752), + [anon_sym_STAR] = ACTIONS(1754), + [sym_label] = ACTIONS(1752), + [anon_sym_in] = ACTIONS(1752), + [anon_sym_DOT_DOT] = ACTIONS(1754), + [anon_sym_QMARK_COLON] = ACTIONS(1754), + [anon_sym_AMP_AMP] = ACTIONS(1754), + [anon_sym_PIPE_PIPE] = ACTIONS(1754), + [anon_sym_null] = ACTIONS(1752), + [anon_sym_if] = ACTIONS(1752), + [anon_sym_else] = ACTIONS(1752), + [anon_sym_when] = ACTIONS(1752), + [anon_sym_try] = ACTIONS(1752), + [anon_sym_throw] = ACTIONS(1752), + [anon_sym_return] = ACTIONS(1752), + [anon_sym_continue] = ACTIONS(1752), + [anon_sym_break] = ACTIONS(1752), + [anon_sym_COLON_COLON] = ACTIONS(1754), + [anon_sym_BANG_EQ] = ACTIONS(1752), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), + [anon_sym_EQ_EQ] = ACTIONS(1752), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), + [anon_sym_LT_EQ] = ACTIONS(1754), + [anon_sym_GT_EQ] = ACTIONS(1754), + [anon_sym_BANGin] = ACTIONS(1754), + [anon_sym_is] = ACTIONS(1752), + [anon_sym_BANGis] = ACTIONS(1754), + [anon_sym_PLUS] = ACTIONS(1752), + [anon_sym_DASH] = ACTIONS(1752), + [anon_sym_SLASH] = ACTIONS(1752), + [anon_sym_PERCENT] = ACTIONS(1754), + [anon_sym_as_QMARK] = ACTIONS(1754), + [anon_sym_PLUS_PLUS] = ACTIONS(1754), + [anon_sym_DASH_DASH] = ACTIONS(1754), + [anon_sym_BANG] = ACTIONS(1752), + [anon_sym_BANG_BANG] = ACTIONS(1754), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1754), + [anon_sym_continue_AT] = ACTIONS(1754), + [anon_sym_break_AT] = ACTIONS(1754), + [sym_real_literal] = ACTIONS(1754), + [sym_integer_literal] = ACTIONS(1752), + [sym_hex_literal] = ACTIONS(1754), + [sym_bin_literal] = ACTIONS(1754), + [anon_sym_true] = ACTIONS(1752), + [anon_sym_false] = ACTIONS(1752), + [anon_sym_SQUOTE] = ACTIONS(1754), + [sym__backtick_identifier] = ACTIONS(1754), + [sym__automatic_semicolon] = ACTIONS(1754), + [sym_safe_nav] = ACTIONS(1754), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1754), + }, + [729] = { + [sym_getter] = STATE(1188), + [sym_setter] = STATE(1188), + [sym_modifiers] = STATE(8753), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_object] = ACTIONS(1784), + [anon_sym_fun] = ACTIONS(1784), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(1786), + [anon_sym_get] = ACTIONS(3512), + [anon_sym_set] = ACTIONS(3514), + [anon_sym_this] = ACTIONS(1784), + [anon_sym_super] = ACTIONS(1784), + [anon_sym_STAR] = ACTIONS(1786), + [sym_label] = ACTIONS(1784), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_null] = ACTIONS(1784), + [anon_sym_if] = ACTIONS(1784), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_when] = ACTIONS(1784), + [anon_sym_try] = ACTIONS(1784), + [anon_sym_throw] = ACTIONS(1784), + [anon_sym_return] = ACTIONS(1784), + [anon_sym_continue] = ACTIONS(1784), + [anon_sym_break] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1786), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG] = ACTIONS(1784), + [anon_sym_BANG_BANG] = ACTIONS(1786), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1786), + [anon_sym_continue_AT] = ACTIONS(1786), + [anon_sym_break_AT] = ACTIONS(1786), + [sym_real_literal] = ACTIONS(1786), + [sym_integer_literal] = ACTIONS(1784), + [sym_hex_literal] = ACTIONS(1786), + [sym_bin_literal] = ACTIONS(1786), + [anon_sym_true] = ACTIONS(1784), + [anon_sym_false] = ACTIONS(1784), + [anon_sym_SQUOTE] = ACTIONS(1786), + [sym__backtick_identifier] = ACTIONS(1786), + [sym__automatic_semicolon] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1786), + }, + [730] = { + [sym_getter] = STATE(3288), + [sym_setter] = STATE(3288), + [sym_modifiers] = STATE(8884), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_object] = ACTIONS(1784), + [anon_sym_fun] = ACTIONS(1784), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(1786), + [anon_sym_get] = ACTIONS(3518), + [anon_sym_set] = ACTIONS(3520), + [anon_sym_this] = ACTIONS(1784), + [anon_sym_super] = ACTIONS(1784), + [anon_sym_STAR] = ACTIONS(1786), + [sym_label] = ACTIONS(1784), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_null] = ACTIONS(1784), + [anon_sym_if] = ACTIONS(1784), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_when] = ACTIONS(1784), + [anon_sym_try] = ACTIONS(1784), + [anon_sym_throw] = ACTIONS(1784), + [anon_sym_return] = ACTIONS(1784), + [anon_sym_continue] = ACTIONS(1784), + [anon_sym_break] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1786), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG] = ACTIONS(1784), + [anon_sym_BANG_BANG] = ACTIONS(1786), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1786), + [anon_sym_continue_AT] = ACTIONS(1786), + [anon_sym_break_AT] = ACTIONS(1786), + [sym_real_literal] = ACTIONS(1786), + [sym_integer_literal] = ACTIONS(1784), + [sym_hex_literal] = ACTIONS(1786), + [sym_bin_literal] = ACTIONS(1786), + [anon_sym_true] = ACTIONS(1784), + [anon_sym_false] = ACTIONS(1784), + [anon_sym_SQUOTE] = ACTIONS(1786), + [sym__backtick_identifier] = ACTIONS(1786), + [sym__automatic_semicolon] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1786), + }, + [731] = { + [sym_getter] = STATE(1128), + [sym_setter] = STATE(1128), + [sym_modifiers] = STATE(8753), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1770), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1772), @@ -121628,9 +122726,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_object] = ACTIONS(1770), [anon_sym_fun] = ACTIONS(1770), [anon_sym_DOT] = ACTIONS(1770), - [anon_sym_SEMI] = ACTIONS(1998), - [anon_sym_get] = ACTIONS(3524), - [anon_sym_set] = ACTIONS(3526), + [anon_sym_SEMI] = ACTIONS(1772), + [anon_sym_get] = ACTIONS(3512), + [anon_sym_set] = ACTIONS(3514), [anon_sym_this] = ACTIONS(1770), [anon_sym_super] = ACTIONS(1770), [anon_sym_STAR] = ACTIONS(1772), @@ -121691,8 +122789,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(1772), [anon_sym_continue_AT] = ACTIONS(1772), @@ -121710,22 +122808,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(1772), }, - [723] = { - [sym_getter] = STATE(3228), - [sym_setter] = STATE(3228), - [sym_modifiers] = STATE(8857), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [732] = { + [sym_getter] = STATE(1138), + [sym_setter] = STATE(1138), + [sym_modifiers] = STATE(8753), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1764), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1766), @@ -121738,9 +122836,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_object] = ACTIONS(1764), [anon_sym_fun] = ACTIONS(1764), [anon_sym_DOT] = ACTIONS(1764), - [anon_sym_SEMI] = ACTIONS(1980), - [anon_sym_get] = ACTIONS(3514), - [anon_sym_set] = ACTIONS(3516), + [anon_sym_SEMI] = ACTIONS(2016), + [anon_sym_get] = ACTIONS(3512), + [anon_sym_set] = ACTIONS(3514), [anon_sym_this] = ACTIONS(1764), [anon_sym_super] = ACTIONS(1764), [anon_sym_STAR] = ACTIONS(1766), @@ -121801,8 +122899,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(1766), [anon_sym_continue_AT] = ACTIONS(1766), @@ -121820,74 +122918,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(1766), }, - [724] = { - [sym_getter] = STATE(1052), - [sym_setter] = STATE(1052), - [sym_modifiers] = STATE(8560), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1764), + [733] = { + [sym_getter] = STATE(3447), + [sym_setter] = STATE(3447), + [sym_modifiers] = STATE(8884), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1766), - [anon_sym_as] = ACTIONS(1764), - [anon_sym_LBRACE] = ACTIONS(1766), - [anon_sym_RBRACE] = ACTIONS(1766), - [anon_sym_LPAREN] = ACTIONS(1766), - [anon_sym_LT] = ACTIONS(1764), - [anon_sym_GT] = ACTIONS(1764), - [anon_sym_object] = ACTIONS(1764), - [anon_sym_fun] = ACTIONS(1764), - [anon_sym_DOT] = ACTIONS(1764), - [anon_sym_SEMI] = ACTIONS(1978), - [anon_sym_get] = ACTIONS(3524), - [anon_sym_set] = ACTIONS(3526), - [anon_sym_this] = ACTIONS(1764), - [anon_sym_super] = ACTIONS(1764), - [anon_sym_STAR] = ACTIONS(1766), - [sym_label] = ACTIONS(1764), - [anon_sym_in] = ACTIONS(1764), - [anon_sym_DOT_DOT] = ACTIONS(1766), - [anon_sym_QMARK_COLON] = ACTIONS(1766), - [anon_sym_AMP_AMP] = ACTIONS(1766), - [anon_sym_PIPE_PIPE] = ACTIONS(1766), - [anon_sym_null] = ACTIONS(1764), - [anon_sym_if] = ACTIONS(1764), - [anon_sym_else] = ACTIONS(1764), - [anon_sym_when] = ACTIONS(1764), - [anon_sym_try] = ACTIONS(1764), - [anon_sym_throw] = ACTIONS(1764), - [anon_sym_return] = ACTIONS(1764), - [anon_sym_continue] = ACTIONS(1764), - [anon_sym_break] = ACTIONS(1764), - [anon_sym_COLON_COLON] = ACTIONS(1766), - [anon_sym_BANG_EQ] = ACTIONS(1764), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), - [anon_sym_EQ_EQ] = ACTIONS(1764), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1766), - [anon_sym_LT_EQ] = ACTIONS(1766), - [anon_sym_GT_EQ] = ACTIONS(1766), - [anon_sym_BANGin] = ACTIONS(1766), - [anon_sym_is] = ACTIONS(1764), - [anon_sym_BANGis] = ACTIONS(1766), - [anon_sym_PLUS] = ACTIONS(1764), - [anon_sym_DASH] = ACTIONS(1764), - [anon_sym_SLASH] = ACTIONS(1764), - [anon_sym_PERCENT] = ACTIONS(1766), - [anon_sym_as_QMARK] = ACTIONS(1766), - [anon_sym_PLUS_PLUS] = ACTIONS(1766), - [anon_sym_DASH_DASH] = ACTIONS(1766), - [anon_sym_BANG] = ACTIONS(1764), - [anon_sym_BANG_BANG] = ACTIONS(1766), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_object] = ACTIONS(3278), + [anon_sym_fun] = ACTIONS(3278), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(3280), + [anon_sym_get] = ACTIONS(3518), + [anon_sym_set] = ACTIONS(3520), + [anon_sym_this] = ACTIONS(3278), + [anon_sym_super] = ACTIONS(3278), + [anon_sym_STAR] = ACTIONS(3280), + [sym_label] = ACTIONS(3278), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_null] = ACTIONS(3278), + [anon_sym_if] = ACTIONS(3278), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_when] = ACTIONS(3278), + [anon_sym_try] = ACTIONS(3278), + [anon_sym_throw] = ACTIONS(3278), + [anon_sym_return] = ACTIONS(3278), + [anon_sym_continue] = ACTIONS(3278), + [anon_sym_break] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG] = ACTIONS(3278), + [anon_sym_BANG_BANG] = ACTIONS(3280), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -121911,41 +123009,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1766), - [anon_sym_continue_AT] = ACTIONS(1766), - [anon_sym_break_AT] = ACTIONS(1766), - [sym_real_literal] = ACTIONS(1766), - [sym_integer_literal] = ACTIONS(1764), - [sym_hex_literal] = ACTIONS(1766), - [sym_bin_literal] = ACTIONS(1766), - [anon_sym_true] = ACTIONS(1764), - [anon_sym_false] = ACTIONS(1764), - [anon_sym_SQUOTE] = ACTIONS(1766), - [sym__backtick_identifier] = ACTIONS(1766), - [sym__automatic_semicolon] = ACTIONS(1766), - [sym_safe_nav] = ACTIONS(1766), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1766), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3280), + [anon_sym_continue_AT] = ACTIONS(3280), + [anon_sym_break_AT] = ACTIONS(3280), + [sym_real_literal] = ACTIONS(3280), + [sym_integer_literal] = ACTIONS(3278), + [sym_hex_literal] = ACTIONS(3280), + [sym_bin_literal] = ACTIONS(3280), + [anon_sym_true] = ACTIONS(3278), + [anon_sym_false] = ACTIONS(3278), + [anon_sym_SQUOTE] = ACTIONS(3280), + [sym__backtick_identifier] = ACTIONS(3280), + [sym__automatic_semicolon] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3280), }, - [725] = { - [sym_getter] = STATE(1069), - [sym_setter] = STATE(1069), - [sym_modifiers] = STATE(8560), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [734] = { + [sym_getter] = STATE(1182), + [sym_setter] = STATE(1182), + [sym_modifiers] = STATE(8753), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1694), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1696), @@ -121959,8 +123057,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_fun] = ACTIONS(1694), [anon_sym_DOT] = ACTIONS(1694), [anon_sym_SEMI] = ACTIONS(1696), - [anon_sym_get] = ACTIONS(3524), - [anon_sym_set] = ACTIONS(3526), + [anon_sym_get] = ACTIONS(3512), + [anon_sym_set] = ACTIONS(3514), [anon_sym_this] = ACTIONS(1694), [anon_sym_super] = ACTIONS(1694), [anon_sym_STAR] = ACTIONS(1696), @@ -122021,8 +123119,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(1696), [anon_sym_continue_AT] = ACTIONS(1696), @@ -122040,91 +123138,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(1696), }, - [726] = { - [sym_getter] = STATE(4668), - [sym_setter] = STATE(4668), - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(2143), - [sym__comparison_operator] = STATE(2144), - [sym__in_operator] = STATE(2145), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(2146), - [sym__multiplicative_operator] = STATE(2148), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_modifiers] = STATE(8699), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2153), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_RBRACK] = ACTIONS(1754), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(1754), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_COMMA] = ACTIONS(1754), - [anon_sym_RPAREN] = ACTIONS(1754), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3758), - [anon_sym_where] = ACTIONS(1752), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(3796), - [anon_sym_get] = ACTIONS(3762), - [anon_sym_set] = ACTIONS(3764), - [anon_sym_STAR] = ACTIONS(3766), - [anon_sym_DASH_GT] = ACTIONS(1754), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(3768), - [anon_sym_while] = ACTIONS(1752), - [anon_sym_DOT_DOT] = ACTIONS(3770), - [anon_sym_QMARK_COLON] = ACTIONS(3772), - [anon_sym_AMP_AMP] = ACTIONS(3774), - [anon_sym_PIPE_PIPE] = ACTIONS(3776), - [anon_sym_else] = ACTIONS(1752), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_BANG_EQ] = ACTIONS(3778), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3780), - [anon_sym_EQ_EQ] = ACTIONS(3778), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3780), - [anon_sym_LT_EQ] = ACTIONS(3782), - [anon_sym_GT_EQ] = ACTIONS(3782), - [anon_sym_BANGin] = ACTIONS(3784), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), - [anon_sym_PLUS] = ACTIONS(3786), - [anon_sym_DASH] = ACTIONS(3786), - [anon_sym_SLASH] = ACTIONS(3788), - [anon_sym_PERCENT] = ACTIONS(3766), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), + [735] = { + [sym_getter] = STATE(1182), + [sym_setter] = STATE(1182), + [sym_modifiers] = STATE(8753), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1694), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1696), + [anon_sym_as] = ACTIONS(1694), + [anon_sym_LBRACE] = ACTIONS(1696), + [anon_sym_RBRACE] = ACTIONS(1696), + [anon_sym_LPAREN] = ACTIONS(1696), + [anon_sym_LT] = ACTIONS(1694), + [anon_sym_GT] = ACTIONS(1694), + [anon_sym_object] = ACTIONS(1694), + [anon_sym_fun] = ACTIONS(1694), + [anon_sym_DOT] = ACTIONS(1694), + [anon_sym_SEMI] = ACTIONS(2008), + [anon_sym_get] = ACTIONS(3512), + [anon_sym_set] = ACTIONS(3514), + [anon_sym_this] = ACTIONS(1694), + [anon_sym_super] = ACTIONS(1694), + [anon_sym_STAR] = ACTIONS(1696), + [sym_label] = ACTIONS(1694), + [anon_sym_in] = ACTIONS(1694), + [anon_sym_DOT_DOT] = ACTIONS(1696), + [anon_sym_QMARK_COLON] = ACTIONS(1696), + [anon_sym_AMP_AMP] = ACTIONS(1696), + [anon_sym_PIPE_PIPE] = ACTIONS(1696), + [anon_sym_null] = ACTIONS(1694), + [anon_sym_if] = ACTIONS(1694), + [anon_sym_else] = ACTIONS(1694), + [anon_sym_when] = ACTIONS(1694), + [anon_sym_try] = ACTIONS(1694), + [anon_sym_throw] = ACTIONS(1694), + [anon_sym_return] = ACTIONS(1694), + [anon_sym_continue] = ACTIONS(1694), + [anon_sym_break] = ACTIONS(1694), + [anon_sym_COLON_COLON] = ACTIONS(1696), + [anon_sym_BANG_EQ] = ACTIONS(1694), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), + [anon_sym_EQ_EQ] = ACTIONS(1694), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), + [anon_sym_LT_EQ] = ACTIONS(1696), + [anon_sym_GT_EQ] = ACTIONS(1696), + [anon_sym_BANGin] = ACTIONS(1696), + [anon_sym_is] = ACTIONS(1694), + [anon_sym_BANGis] = ACTIONS(1696), + [anon_sym_PLUS] = ACTIONS(1694), + [anon_sym_DASH] = ACTIONS(1694), + [anon_sym_SLASH] = ACTIONS(1694), + [anon_sym_PERCENT] = ACTIONS(1696), + [anon_sym_as_QMARK] = ACTIONS(1696), + [anon_sym_PLUS_PLUS] = ACTIONS(1696), + [anon_sym_DASH_DASH] = ACTIONS(1696), + [anon_sym_BANG] = ACTIONS(1694), + [anon_sym_BANG_BANG] = ACTIONS(1696), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(1746), - [anon_sym_inner] = ACTIONS(1746), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -122143,29 +123229,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(1748), - [anon_sym_actual] = ACTIONS(1748), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), + [anon_sym_return_AT] = ACTIONS(1696), + [anon_sym_continue_AT] = ACTIONS(1696), + [anon_sym_break_AT] = ACTIONS(1696), + [sym_real_literal] = ACTIONS(1696), + [sym_integer_literal] = ACTIONS(1694), + [sym_hex_literal] = ACTIONS(1696), + [sym_bin_literal] = ACTIONS(1696), + [anon_sym_true] = ACTIONS(1694), + [anon_sym_false] = ACTIONS(1694), + [anon_sym_SQUOTE] = ACTIONS(1696), + [sym__backtick_identifier] = ACTIONS(1696), + [sym__automatic_semicolon] = ACTIONS(1696), + [sym_safe_nav] = ACTIONS(1696), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1696), }, - [727] = { - [sym_getter] = STATE(3228), - [sym_setter] = STATE(3228), - [sym_modifiers] = STATE(8857), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [736] = { + [sym_getter] = STATE(1138), + [sym_setter] = STATE(1138), + [sym_modifiers] = STATE(8753), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1764), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1766), @@ -122179,8 +123277,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_fun] = ACTIONS(1764), [anon_sym_DOT] = ACTIONS(1764), [anon_sym_SEMI] = ACTIONS(1766), - [anon_sym_get] = ACTIONS(3514), - [anon_sym_set] = ACTIONS(3516), + [anon_sym_get] = ACTIONS(3512), + [anon_sym_set] = ACTIONS(3514), [anon_sym_this] = ACTIONS(1764), [anon_sym_super] = ACTIONS(1764), [anon_sym_STAR] = ACTIONS(1766), @@ -122241,8 +123339,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(1766), [anon_sym_continue_AT] = ACTIONS(1766), @@ -122260,22 +123358,352 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(1766), }, - [728] = { - [sym_getter] = STATE(3334), - [sym_setter] = STATE(3334), - [sym_modifiers] = STATE(8857), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [737] = { + [sym_getter] = STATE(3255), + [sym_setter] = STATE(3255), + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(2314), + [sym__comparison_operator] = STATE(2312), + [sym__in_operator] = STATE(2309), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(2306), + [sym__multiplicative_operator] = STATE(2305), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_modifiers] = STATE(8934), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2302), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_RBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_COMMA] = ACTIONS(1786), + [anon_sym_RPAREN] = ACTIONS(1786), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(3758), + [anon_sym_where] = ACTIONS(1784), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3800), + [anon_sym_get] = ACTIONS(3802), + [anon_sym_set] = ACTIONS(3804), + [anon_sym_STAR] = ACTIONS(3766), + [anon_sym_DASH_GT] = ACTIONS(1786), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(3768), + [anon_sym_while] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(3770), + [anon_sym_QMARK_COLON] = ACTIONS(3772), + [anon_sym_AMP_AMP] = ACTIONS(3774), + [anon_sym_PIPE_PIPE] = ACTIONS(3776), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_BANG_EQ] = ACTIONS(3778), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3780), + [anon_sym_EQ_EQ] = ACTIONS(3778), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3780), + [anon_sym_LT_EQ] = ACTIONS(3782), + [anon_sym_GT_EQ] = ACTIONS(3782), + [anon_sym_BANGin] = ACTIONS(3784), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), + [anon_sym_PLUS] = ACTIONS(3786), + [anon_sym_DASH] = ACTIONS(3786), + [anon_sym_SLASH] = ACTIONS(3788), + [anon_sym_PERCENT] = ACTIONS(3766), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(1746), + [anon_sym_inner] = ACTIONS(1746), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(1748), + [anon_sym_actual] = ACTIONS(1748), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym_safe_nav] = ACTIONS(3420), + [sym_multiline_comment] = ACTIONS(3), + }, + [738] = { + [sym_getter] = STATE(1116), + [sym_setter] = STATE(1116), + [sym_modifiers] = STATE(8753), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(3340), + [anon_sym_as] = ACTIONS(3338), + [anon_sym_LBRACE] = ACTIONS(3340), + [anon_sym_RBRACE] = ACTIONS(3340), + [anon_sym_LPAREN] = ACTIONS(3340), + [anon_sym_LT] = ACTIONS(3338), + [anon_sym_GT] = ACTIONS(3338), + [anon_sym_object] = ACTIONS(3338), + [anon_sym_fun] = ACTIONS(3338), + [anon_sym_DOT] = ACTIONS(3338), + [anon_sym_SEMI] = ACTIONS(3340), + [anon_sym_get] = ACTIONS(3512), + [anon_sym_set] = ACTIONS(3514), + [anon_sym_this] = ACTIONS(3338), + [anon_sym_super] = ACTIONS(3338), + [anon_sym_STAR] = ACTIONS(3340), + [sym_label] = ACTIONS(3338), + [anon_sym_in] = ACTIONS(3338), + [anon_sym_DOT_DOT] = ACTIONS(3340), + [anon_sym_QMARK_COLON] = ACTIONS(3340), + [anon_sym_AMP_AMP] = ACTIONS(3340), + [anon_sym_PIPE_PIPE] = ACTIONS(3340), + [anon_sym_null] = ACTIONS(3338), + [anon_sym_if] = ACTIONS(3338), + [anon_sym_else] = ACTIONS(3338), + [anon_sym_when] = ACTIONS(3338), + [anon_sym_try] = ACTIONS(3338), + [anon_sym_throw] = ACTIONS(3338), + [anon_sym_return] = ACTIONS(3338), + [anon_sym_continue] = ACTIONS(3338), + [anon_sym_break] = ACTIONS(3338), + [anon_sym_COLON_COLON] = ACTIONS(3340), + [anon_sym_BANG_EQ] = ACTIONS(3338), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3340), + [anon_sym_EQ_EQ] = ACTIONS(3338), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3340), + [anon_sym_LT_EQ] = ACTIONS(3340), + [anon_sym_GT_EQ] = ACTIONS(3340), + [anon_sym_BANGin] = ACTIONS(3340), + [anon_sym_is] = ACTIONS(3338), + [anon_sym_BANGis] = ACTIONS(3340), + [anon_sym_PLUS] = ACTIONS(3338), + [anon_sym_DASH] = ACTIONS(3338), + [anon_sym_SLASH] = ACTIONS(3338), + [anon_sym_PERCENT] = ACTIONS(3340), + [anon_sym_as_QMARK] = ACTIONS(3340), + [anon_sym_PLUS_PLUS] = ACTIONS(3340), + [anon_sym_DASH_DASH] = ACTIONS(3340), + [anon_sym_BANG] = ACTIONS(3338), + [anon_sym_BANG_BANG] = ACTIONS(3340), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3340), + [anon_sym_continue_AT] = ACTIONS(3340), + [anon_sym_break_AT] = ACTIONS(3340), + [sym_real_literal] = ACTIONS(3340), + [sym_integer_literal] = ACTIONS(3338), + [sym_hex_literal] = ACTIONS(3340), + [sym_bin_literal] = ACTIONS(3340), + [anon_sym_true] = ACTIONS(3338), + [anon_sym_false] = ACTIONS(3338), + [anon_sym_SQUOTE] = ACTIONS(3340), + [sym__backtick_identifier] = ACTIONS(3340), + [sym__automatic_semicolon] = ACTIONS(3340), + [sym_safe_nav] = ACTIONS(3340), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3340), + }, + [739] = { + [sym_getter] = STATE(1120), + [sym_setter] = STATE(1120), + [sym_modifiers] = STATE(8753), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1778), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1780), + [anon_sym_as] = ACTIONS(1778), + [anon_sym_LBRACE] = ACTIONS(1780), + [anon_sym_RBRACE] = ACTIONS(1780), + [anon_sym_LPAREN] = ACTIONS(1780), + [anon_sym_LT] = ACTIONS(1778), + [anon_sym_GT] = ACTIONS(1778), + [anon_sym_object] = ACTIONS(1778), + [anon_sym_fun] = ACTIONS(1778), + [anon_sym_DOT] = ACTIONS(1778), + [anon_sym_SEMI] = ACTIONS(1780), + [anon_sym_get] = ACTIONS(3512), + [anon_sym_set] = ACTIONS(3514), + [anon_sym_this] = ACTIONS(1778), + [anon_sym_super] = ACTIONS(1778), + [anon_sym_STAR] = ACTIONS(1780), + [sym_label] = ACTIONS(1778), + [anon_sym_in] = ACTIONS(1778), + [anon_sym_DOT_DOT] = ACTIONS(1780), + [anon_sym_QMARK_COLON] = ACTIONS(1780), + [anon_sym_AMP_AMP] = ACTIONS(1780), + [anon_sym_PIPE_PIPE] = ACTIONS(1780), + [anon_sym_null] = ACTIONS(1778), + [anon_sym_if] = ACTIONS(1778), + [anon_sym_else] = ACTIONS(1778), + [anon_sym_when] = ACTIONS(1778), + [anon_sym_try] = ACTIONS(1778), + [anon_sym_throw] = ACTIONS(1778), + [anon_sym_return] = ACTIONS(1778), + [anon_sym_continue] = ACTIONS(1778), + [anon_sym_break] = ACTIONS(1778), + [anon_sym_COLON_COLON] = ACTIONS(1780), + [anon_sym_BANG_EQ] = ACTIONS(1778), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1780), + [anon_sym_EQ_EQ] = ACTIONS(1778), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1780), + [anon_sym_LT_EQ] = ACTIONS(1780), + [anon_sym_GT_EQ] = ACTIONS(1780), + [anon_sym_BANGin] = ACTIONS(1780), + [anon_sym_is] = ACTIONS(1778), + [anon_sym_BANGis] = ACTIONS(1780), + [anon_sym_PLUS] = ACTIONS(1778), + [anon_sym_DASH] = ACTIONS(1778), + [anon_sym_SLASH] = ACTIONS(1778), + [anon_sym_PERCENT] = ACTIONS(1780), + [anon_sym_as_QMARK] = ACTIONS(1780), + [anon_sym_PLUS_PLUS] = ACTIONS(1780), + [anon_sym_DASH_DASH] = ACTIONS(1780), + [anon_sym_BANG] = ACTIONS(1778), + [anon_sym_BANG_BANG] = ACTIONS(1780), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1780), + [anon_sym_continue_AT] = ACTIONS(1780), + [anon_sym_break_AT] = ACTIONS(1780), + [sym_real_literal] = ACTIONS(1780), + [sym_integer_literal] = ACTIONS(1778), + [sym_hex_literal] = ACTIONS(1780), + [sym_bin_literal] = ACTIONS(1780), + [anon_sym_true] = ACTIONS(1778), + [anon_sym_false] = ACTIONS(1778), + [anon_sym_SQUOTE] = ACTIONS(1780), + [sym__backtick_identifier] = ACTIONS(1780), + [sym__automatic_semicolon] = ACTIONS(1780), + [sym_safe_nav] = ACTIONS(1780), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1780), + }, + [740] = { + [sym_getter] = STATE(3184), + [sym_setter] = STATE(3184), + [sym_modifiers] = STATE(8884), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1694), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1696), @@ -122288,9 +123716,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_object] = ACTIONS(1694), [anon_sym_fun] = ACTIONS(1694), [anon_sym_DOT] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(2008), - [anon_sym_get] = ACTIONS(3514), - [anon_sym_set] = ACTIONS(3516), + [anon_sym_SEMI] = ACTIONS(2000), + [anon_sym_get] = ACTIONS(3518), + [anon_sym_set] = ACTIONS(3520), [anon_sym_this] = ACTIONS(1694), [anon_sym_super] = ACTIONS(1694), [anon_sym_STAR] = ACTIONS(1696), @@ -122351,8 +123779,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(1696), [anon_sym_continue_AT] = ACTIONS(1696), @@ -122370,74 +123798,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(1696), }, - [729] = { - [sym_getter] = STATE(3127), - [sym_setter] = STATE(3127), - [sym_modifiers] = STATE(8857), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1770), + [741] = { + [sym_getter] = STATE(3288), + [sym_setter] = STATE(3288), + [sym_modifiers] = STATE(8884), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1772), - [anon_sym_as] = ACTIONS(1770), - [anon_sym_LBRACE] = ACTIONS(1772), - [anon_sym_RBRACE] = ACTIONS(1772), - [anon_sym_LPAREN] = ACTIONS(1772), - [anon_sym_LT] = ACTIONS(1770), - [anon_sym_GT] = ACTIONS(1770), - [anon_sym_object] = ACTIONS(1770), - [anon_sym_fun] = ACTIONS(1770), - [anon_sym_DOT] = ACTIONS(1770), - [anon_sym_SEMI] = ACTIONS(2010), - [anon_sym_get] = ACTIONS(3514), - [anon_sym_set] = ACTIONS(3516), - [anon_sym_this] = ACTIONS(1770), - [anon_sym_super] = ACTIONS(1770), - [anon_sym_STAR] = ACTIONS(1772), - [sym_label] = ACTIONS(1770), - [anon_sym_in] = ACTIONS(1770), - [anon_sym_DOT_DOT] = ACTIONS(1772), - [anon_sym_QMARK_COLON] = ACTIONS(1772), - [anon_sym_AMP_AMP] = ACTIONS(1772), - [anon_sym_PIPE_PIPE] = ACTIONS(1772), - [anon_sym_null] = ACTIONS(1770), - [anon_sym_if] = ACTIONS(1770), - [anon_sym_else] = ACTIONS(1770), - [anon_sym_when] = ACTIONS(1770), - [anon_sym_try] = ACTIONS(1770), - [anon_sym_throw] = ACTIONS(1770), - [anon_sym_return] = ACTIONS(1770), - [anon_sym_continue] = ACTIONS(1770), - [anon_sym_break] = ACTIONS(1770), - [anon_sym_COLON_COLON] = ACTIONS(1772), - [anon_sym_BANG_EQ] = ACTIONS(1770), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1772), - [anon_sym_EQ_EQ] = ACTIONS(1770), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1772), - [anon_sym_LT_EQ] = ACTIONS(1772), - [anon_sym_GT_EQ] = ACTIONS(1772), - [anon_sym_BANGin] = ACTIONS(1772), - [anon_sym_is] = ACTIONS(1770), - [anon_sym_BANGis] = ACTIONS(1772), - [anon_sym_PLUS] = ACTIONS(1770), - [anon_sym_DASH] = ACTIONS(1770), - [anon_sym_SLASH] = ACTIONS(1770), - [anon_sym_PERCENT] = ACTIONS(1772), - [anon_sym_as_QMARK] = ACTIONS(1772), - [anon_sym_PLUS_PLUS] = ACTIONS(1772), - [anon_sym_DASH_DASH] = ACTIONS(1772), - [anon_sym_BANG] = ACTIONS(1770), - [anon_sym_BANG_BANG] = ACTIONS(1772), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_object] = ACTIONS(1784), + [anon_sym_fun] = ACTIONS(1784), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(1996), + [anon_sym_get] = ACTIONS(3518), + [anon_sym_set] = ACTIONS(3520), + [anon_sym_this] = ACTIONS(1784), + [anon_sym_super] = ACTIONS(1784), + [anon_sym_STAR] = ACTIONS(1786), + [sym_label] = ACTIONS(1784), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_null] = ACTIONS(1784), + [anon_sym_if] = ACTIONS(1784), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_when] = ACTIONS(1784), + [anon_sym_try] = ACTIONS(1784), + [anon_sym_throw] = ACTIONS(1784), + [anon_sym_return] = ACTIONS(1784), + [anon_sym_continue] = ACTIONS(1784), + [anon_sym_break] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1786), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG] = ACTIONS(1784), + [anon_sym_BANG_BANG] = ACTIONS(1786), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -122461,740 +123889,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1772), - [anon_sym_continue_AT] = ACTIONS(1772), - [anon_sym_break_AT] = ACTIONS(1772), - [sym_real_literal] = ACTIONS(1772), - [sym_integer_literal] = ACTIONS(1770), - [sym_hex_literal] = ACTIONS(1772), - [sym_bin_literal] = ACTIONS(1772), - [anon_sym_true] = ACTIONS(1770), - [anon_sym_false] = ACTIONS(1770), - [anon_sym_SQUOTE] = ACTIONS(1772), - [sym__backtick_identifier] = ACTIONS(1772), - [sym__automatic_semicolon] = ACTIONS(1772), - [sym_safe_nav] = ACTIONS(1772), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1772), - }, - [730] = { - [sym_getter] = STATE(1052), - [sym_setter] = STATE(1052), - [sym_modifiers] = STATE(8560), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1764), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1766), - [anon_sym_as] = ACTIONS(1764), - [anon_sym_LBRACE] = ACTIONS(1766), - [anon_sym_RBRACE] = ACTIONS(1766), - [anon_sym_LPAREN] = ACTIONS(1766), - [anon_sym_LT] = ACTIONS(1764), - [anon_sym_GT] = ACTIONS(1764), - [anon_sym_object] = ACTIONS(1764), - [anon_sym_fun] = ACTIONS(1764), - [anon_sym_DOT] = ACTIONS(1764), - [anon_sym_SEMI] = ACTIONS(1766), - [anon_sym_get] = ACTIONS(3524), - [anon_sym_set] = ACTIONS(3526), - [anon_sym_this] = ACTIONS(1764), - [anon_sym_super] = ACTIONS(1764), - [anon_sym_STAR] = ACTIONS(1766), - [sym_label] = ACTIONS(1764), - [anon_sym_in] = ACTIONS(1764), - [anon_sym_DOT_DOT] = ACTIONS(1766), - [anon_sym_QMARK_COLON] = ACTIONS(1766), - [anon_sym_AMP_AMP] = ACTIONS(1766), - [anon_sym_PIPE_PIPE] = ACTIONS(1766), - [anon_sym_null] = ACTIONS(1764), - [anon_sym_if] = ACTIONS(1764), - [anon_sym_else] = ACTIONS(1764), - [anon_sym_when] = ACTIONS(1764), - [anon_sym_try] = ACTIONS(1764), - [anon_sym_throw] = ACTIONS(1764), - [anon_sym_return] = ACTIONS(1764), - [anon_sym_continue] = ACTIONS(1764), - [anon_sym_break] = ACTIONS(1764), - [anon_sym_COLON_COLON] = ACTIONS(1766), - [anon_sym_BANG_EQ] = ACTIONS(1764), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), - [anon_sym_EQ_EQ] = ACTIONS(1764), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1766), - [anon_sym_LT_EQ] = ACTIONS(1766), - [anon_sym_GT_EQ] = ACTIONS(1766), - [anon_sym_BANGin] = ACTIONS(1766), - [anon_sym_is] = ACTIONS(1764), - [anon_sym_BANGis] = ACTIONS(1766), - [anon_sym_PLUS] = ACTIONS(1764), - [anon_sym_DASH] = ACTIONS(1764), - [anon_sym_SLASH] = ACTIONS(1764), - [anon_sym_PERCENT] = ACTIONS(1766), - [anon_sym_as_QMARK] = ACTIONS(1766), - [anon_sym_PLUS_PLUS] = ACTIONS(1766), - [anon_sym_DASH_DASH] = ACTIONS(1766), - [anon_sym_BANG] = ACTIONS(1764), - [anon_sym_BANG_BANG] = ACTIONS(1766), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1766), - [anon_sym_continue_AT] = ACTIONS(1766), - [anon_sym_break_AT] = ACTIONS(1766), - [sym_real_literal] = ACTIONS(1766), - [sym_integer_literal] = ACTIONS(1764), - [sym_hex_literal] = ACTIONS(1766), - [sym_bin_literal] = ACTIONS(1766), - [anon_sym_true] = ACTIONS(1764), - [anon_sym_false] = ACTIONS(1764), - [anon_sym_SQUOTE] = ACTIONS(1766), - [sym__backtick_identifier] = ACTIONS(1766), - [sym__automatic_semicolon] = ACTIONS(1766), - [sym_safe_nav] = ACTIONS(1766), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1766), - }, - [731] = { - [sym_getter] = STATE(3166), - [sym_setter] = STATE(3166), - [sym_modifiers] = STATE(8857), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_object] = ACTIONS(1776), - [anon_sym_fun] = ACTIONS(1776), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(1778), - [anon_sym_get] = ACTIONS(3514), - [anon_sym_set] = ACTIONS(3516), - [anon_sym_this] = ACTIONS(1776), - [anon_sym_super] = ACTIONS(1776), - [anon_sym_STAR] = ACTIONS(1778), - [sym_label] = ACTIONS(1776), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_null] = ACTIONS(1776), - [anon_sym_if] = ACTIONS(1776), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_when] = ACTIONS(1776), - [anon_sym_try] = ACTIONS(1776), - [anon_sym_throw] = ACTIONS(1776), - [anon_sym_return] = ACTIONS(1776), - [anon_sym_continue] = ACTIONS(1776), - [anon_sym_break] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1778), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG] = ACTIONS(1776), - [anon_sym_BANG_BANG] = ACTIONS(1778), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1778), - [anon_sym_continue_AT] = ACTIONS(1778), - [anon_sym_break_AT] = ACTIONS(1778), - [sym_real_literal] = ACTIONS(1778), - [sym_integer_literal] = ACTIONS(1776), - [sym_hex_literal] = ACTIONS(1778), - [sym_bin_literal] = ACTIONS(1778), - [anon_sym_true] = ACTIONS(1776), - [anon_sym_false] = ACTIONS(1776), - [anon_sym_SQUOTE] = ACTIONS(1778), - [sym__backtick_identifier] = ACTIONS(1778), - [sym__automatic_semicolon] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1778), - }, - [732] = { - [sym_getter] = STATE(3425), - [sym_setter] = STATE(3425), - [sym_modifiers] = STATE(8857), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_object] = ACTIONS(3254), - [anon_sym_fun] = ACTIONS(3254), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(3564), - [anon_sym_get] = ACTIONS(3514), - [anon_sym_set] = ACTIONS(3516), - [anon_sym_this] = ACTIONS(3254), - [anon_sym_super] = ACTIONS(3254), - [anon_sym_STAR] = ACTIONS(3256), - [sym_label] = ACTIONS(3254), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_null] = ACTIONS(3254), - [anon_sym_if] = ACTIONS(3254), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_when] = ACTIONS(3254), - [anon_sym_try] = ACTIONS(3254), - [anon_sym_throw] = ACTIONS(3254), - [anon_sym_return] = ACTIONS(3254), - [anon_sym_continue] = ACTIONS(3254), - [anon_sym_break] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3256), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG] = ACTIONS(3254), - [anon_sym_BANG_BANG] = ACTIONS(3256), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3256), - [anon_sym_continue_AT] = ACTIONS(3256), - [anon_sym_break_AT] = ACTIONS(3256), - [sym_real_literal] = ACTIONS(3256), - [sym_integer_literal] = ACTIONS(3254), - [sym_hex_literal] = ACTIONS(3256), - [sym_bin_literal] = ACTIONS(3256), - [anon_sym_true] = ACTIONS(3254), - [anon_sym_false] = ACTIONS(3254), - [anon_sym_SQUOTE] = ACTIONS(3256), - [sym__backtick_identifier] = ACTIONS(3256), - [sym__automatic_semicolon] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3256), - }, - [733] = { - [sym_getter] = STATE(3425), - [sym_setter] = STATE(3425), - [sym_modifiers] = STATE(8857), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_object] = ACTIONS(3254), - [anon_sym_fun] = ACTIONS(3254), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(3256), - [anon_sym_get] = ACTIONS(3514), - [anon_sym_set] = ACTIONS(3516), - [anon_sym_this] = ACTIONS(3254), - [anon_sym_super] = ACTIONS(3254), - [anon_sym_STAR] = ACTIONS(3256), - [sym_label] = ACTIONS(3254), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_null] = ACTIONS(3254), - [anon_sym_if] = ACTIONS(3254), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_when] = ACTIONS(3254), - [anon_sym_try] = ACTIONS(3254), - [anon_sym_throw] = ACTIONS(3254), - [anon_sym_return] = ACTIONS(3254), - [anon_sym_continue] = ACTIONS(3254), - [anon_sym_break] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3256), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG] = ACTIONS(3254), - [anon_sym_BANG_BANG] = ACTIONS(3256), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3256), - [anon_sym_continue_AT] = ACTIONS(3256), - [anon_sym_break_AT] = ACTIONS(3256), - [sym_real_literal] = ACTIONS(3256), - [sym_integer_literal] = ACTIONS(3254), - [sym_hex_literal] = ACTIONS(3256), - [sym_bin_literal] = ACTIONS(3256), - [anon_sym_true] = ACTIONS(3254), - [anon_sym_false] = ACTIONS(3254), - [anon_sym_SQUOTE] = ACTIONS(3256), - [sym__backtick_identifier] = ACTIONS(3256), - [sym__automatic_semicolon] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3256), - }, - [734] = { - [sym_getter] = STATE(3139), - [sym_setter] = STATE(3139), - [sym_modifiers] = STATE(8857), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1752), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1754), - [anon_sym_as] = ACTIONS(1752), - [anon_sym_LBRACE] = ACTIONS(1754), - [anon_sym_RBRACE] = ACTIONS(1754), - [anon_sym_LPAREN] = ACTIONS(1754), - [anon_sym_LT] = ACTIONS(1752), - [anon_sym_GT] = ACTIONS(1752), - [anon_sym_object] = ACTIONS(1752), - [anon_sym_fun] = ACTIONS(1752), - [anon_sym_DOT] = ACTIONS(1752), - [anon_sym_SEMI] = ACTIONS(1754), - [anon_sym_get] = ACTIONS(3514), - [anon_sym_set] = ACTIONS(3516), - [anon_sym_this] = ACTIONS(1752), - [anon_sym_super] = ACTIONS(1752), - [anon_sym_STAR] = ACTIONS(1754), - [sym_label] = ACTIONS(1752), - [anon_sym_in] = ACTIONS(1752), - [anon_sym_DOT_DOT] = ACTIONS(1754), - [anon_sym_QMARK_COLON] = ACTIONS(1754), - [anon_sym_AMP_AMP] = ACTIONS(1754), - [anon_sym_PIPE_PIPE] = ACTIONS(1754), - [anon_sym_null] = ACTIONS(1752), - [anon_sym_if] = ACTIONS(1752), - [anon_sym_else] = ACTIONS(1752), - [anon_sym_when] = ACTIONS(1752), - [anon_sym_try] = ACTIONS(1752), - [anon_sym_throw] = ACTIONS(1752), - [anon_sym_return] = ACTIONS(1752), - [anon_sym_continue] = ACTIONS(1752), - [anon_sym_break] = ACTIONS(1752), - [anon_sym_COLON_COLON] = ACTIONS(1754), - [anon_sym_BANG_EQ] = ACTIONS(1752), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), - [anon_sym_EQ_EQ] = ACTIONS(1752), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), - [anon_sym_LT_EQ] = ACTIONS(1754), - [anon_sym_GT_EQ] = ACTIONS(1754), - [anon_sym_BANGin] = ACTIONS(1754), - [anon_sym_is] = ACTIONS(1752), - [anon_sym_BANGis] = ACTIONS(1754), - [anon_sym_PLUS] = ACTIONS(1752), - [anon_sym_DASH] = ACTIONS(1752), - [anon_sym_SLASH] = ACTIONS(1752), - [anon_sym_PERCENT] = ACTIONS(1754), - [anon_sym_as_QMARK] = ACTIONS(1754), - [anon_sym_PLUS_PLUS] = ACTIONS(1754), - [anon_sym_DASH_DASH] = ACTIONS(1754), - [anon_sym_BANG] = ACTIONS(1752), - [anon_sym_BANG_BANG] = ACTIONS(1754), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1754), - [anon_sym_continue_AT] = ACTIONS(1754), - [anon_sym_break_AT] = ACTIONS(1754), - [sym_real_literal] = ACTIONS(1754), - [sym_integer_literal] = ACTIONS(1752), - [sym_hex_literal] = ACTIONS(1754), - [sym_bin_literal] = ACTIONS(1754), - [anon_sym_true] = ACTIONS(1752), - [anon_sym_false] = ACTIONS(1752), - [anon_sym_SQUOTE] = ACTIONS(1754), - [sym__backtick_identifier] = ACTIONS(1754), - [sym__automatic_semicolon] = ACTIONS(1754), - [sym_safe_nav] = ACTIONS(1754), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1754), - }, - [735] = { - [sym_getter] = STATE(3139), - [sym_setter] = STATE(3139), - [sym_modifiers] = STATE(8857), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1752), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1754), - [anon_sym_as] = ACTIONS(1752), - [anon_sym_LBRACE] = ACTIONS(1754), - [anon_sym_RBRACE] = ACTIONS(1754), - [anon_sym_LPAREN] = ACTIONS(1754), - [anon_sym_LT] = ACTIONS(1752), - [anon_sym_GT] = ACTIONS(1752), - [anon_sym_object] = ACTIONS(1752), - [anon_sym_fun] = ACTIONS(1752), - [anon_sym_DOT] = ACTIONS(1752), - [anon_sym_SEMI] = ACTIONS(2016), - [anon_sym_get] = ACTIONS(3514), - [anon_sym_set] = ACTIONS(3516), - [anon_sym_this] = ACTIONS(1752), - [anon_sym_super] = ACTIONS(1752), - [anon_sym_STAR] = ACTIONS(1754), - [sym_label] = ACTIONS(1752), - [anon_sym_in] = ACTIONS(1752), - [anon_sym_DOT_DOT] = ACTIONS(1754), - [anon_sym_QMARK_COLON] = ACTIONS(1754), - [anon_sym_AMP_AMP] = ACTIONS(1754), - [anon_sym_PIPE_PIPE] = ACTIONS(1754), - [anon_sym_null] = ACTIONS(1752), - [anon_sym_if] = ACTIONS(1752), - [anon_sym_else] = ACTIONS(1752), - [anon_sym_when] = ACTIONS(1752), - [anon_sym_try] = ACTIONS(1752), - [anon_sym_throw] = ACTIONS(1752), - [anon_sym_return] = ACTIONS(1752), - [anon_sym_continue] = ACTIONS(1752), - [anon_sym_break] = ACTIONS(1752), - [anon_sym_COLON_COLON] = ACTIONS(1754), - [anon_sym_BANG_EQ] = ACTIONS(1752), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), - [anon_sym_EQ_EQ] = ACTIONS(1752), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), - [anon_sym_LT_EQ] = ACTIONS(1754), - [anon_sym_GT_EQ] = ACTIONS(1754), - [anon_sym_BANGin] = ACTIONS(1754), - [anon_sym_is] = ACTIONS(1752), - [anon_sym_BANGis] = ACTIONS(1754), - [anon_sym_PLUS] = ACTIONS(1752), - [anon_sym_DASH] = ACTIONS(1752), - [anon_sym_SLASH] = ACTIONS(1752), - [anon_sym_PERCENT] = ACTIONS(1754), - [anon_sym_as_QMARK] = ACTIONS(1754), - [anon_sym_PLUS_PLUS] = ACTIONS(1754), - [anon_sym_DASH_DASH] = ACTIONS(1754), - [anon_sym_BANG] = ACTIONS(1752), - [anon_sym_BANG_BANG] = ACTIONS(1754), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1754), - [anon_sym_continue_AT] = ACTIONS(1754), - [anon_sym_break_AT] = ACTIONS(1754), - [sym_real_literal] = ACTIONS(1754), - [sym_integer_literal] = ACTIONS(1752), - [sym_hex_literal] = ACTIONS(1754), - [sym_bin_literal] = ACTIONS(1754), - [anon_sym_true] = ACTIONS(1752), - [anon_sym_false] = ACTIONS(1752), - [anon_sym_SQUOTE] = ACTIONS(1754), - [sym__backtick_identifier] = ACTIONS(1754), - [sym__automatic_semicolon] = ACTIONS(1754), - [sym_safe_nav] = ACTIONS(1754), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1754), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1786), + [anon_sym_continue_AT] = ACTIONS(1786), + [anon_sym_break_AT] = ACTIONS(1786), + [sym_real_literal] = ACTIONS(1786), + [sym_integer_literal] = ACTIONS(1784), + [sym_hex_literal] = ACTIONS(1786), + [sym_bin_literal] = ACTIONS(1786), + [anon_sym_true] = ACTIONS(1784), + [anon_sym_false] = ACTIONS(1784), + [anon_sym_SQUOTE] = ACTIONS(1786), + [sym__backtick_identifier] = ACTIONS(1786), + [sym__automatic_semicolon] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1786), }, - [736] = { - [sym_getter] = STATE(4713), - [sym_setter] = STATE(4713), - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(2143), - [sym__comparison_operator] = STATE(2144), - [sym__in_operator] = STATE(2145), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(2146), - [sym__multiplicative_operator] = STATE(2148), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_modifiers] = STATE(8699), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2153), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [aux_sym_modifiers_repeat1] = STATE(5441), + [742] = { + [sym_getter] = STATE(3203), + [sym_setter] = STATE(3203), + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(2314), + [sym__comparison_operator] = STATE(2312), + [sym__in_operator] = STATE(2309), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(2306), + [sym__multiplicative_operator] = STATE(2305), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_modifiers] = STATE(8934), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2302), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), + [anon_sym_LBRACK] = ACTIONS(3390), [anon_sym_RBRACK] = ACTIONS(1696), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_LBRACE] = ACTIONS(1596), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_LBRACE] = ACTIONS(1403), [anon_sym_RBRACE] = ACTIONS(1696), - [anon_sym_LPAREN] = ACTIONS(3378), + [anon_sym_LPAREN] = ACTIONS(3394), [anon_sym_COMMA] = ACTIONS(1696), [anon_sym_RPAREN] = ACTIONS(1696), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(3758), [anon_sym_where] = ACTIONS(1694), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(3798), - [anon_sym_get] = ACTIONS(3762), - [anon_sym_set] = ACTIONS(3764), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3806), + [anon_sym_get] = ACTIONS(3802), + [anon_sym_set] = ACTIONS(3804), [anon_sym_STAR] = ACTIONS(3766), [anon_sym_DASH_GT] = ACTIONS(1696), - [sym_label] = ACTIONS(3392), + [sym_label] = ACTIONS(3408), [anon_sym_in] = ACTIONS(3768), [anon_sym_while] = ACTIONS(1694), [anon_sym_DOT_DOT] = ACTIONS(3770), @@ -123202,7 +123970,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP_AMP] = ACTIONS(3774), [anon_sym_PIPE_PIPE] = ACTIONS(3776), [anon_sym_else] = ACTIONS(1694), - [anon_sym_COLON_COLON] = ACTIONS(3404), + [anon_sym_COLON_COLON] = ACTIONS(3420), [anon_sym_BANG_EQ] = ACTIONS(3778), [anon_sym_BANG_EQ_EQ] = ACTIONS(3780), [anon_sym_EQ_EQ] = ACTIONS(3778), @@ -123210,16 +123978,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_EQ] = ACTIONS(3782), [anon_sym_GT_EQ] = ACTIONS(3782), [anon_sym_BANGin] = ACTIONS(3784), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), [anon_sym_PLUS] = ACTIONS(3786), [anon_sym_DASH] = ACTIONS(3786), [anon_sym_SLASH] = ACTIONS(3788), [anon_sym_PERCENT] = ACTIONS(3766), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -123247,94 +124015,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), + [sym_safe_nav] = ACTIONS(3420), [sym_multiline_comment] = ACTIONS(3), }, - [737] = { - [sym_getter] = STATE(3233), - [sym_setter] = STATE(3233), - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(2143), - [sym__comparison_operator] = STATE(2144), - [sym__in_operator] = STATE(2145), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(2146), - [sym__multiplicative_operator] = STATE(2148), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_modifiers] = STATE(8887), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2153), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_RBRACK] = ACTIONS(1784), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(1784), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_COMMA] = ACTIONS(1784), - [anon_sym_RPAREN] = ACTIONS(1784), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3758), - [anon_sym_where] = ACTIONS(1782), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(3800), - [anon_sym_get] = ACTIONS(3792), - [anon_sym_set] = ACTIONS(3794), - [anon_sym_STAR] = ACTIONS(3766), - [anon_sym_DASH_GT] = ACTIONS(1784), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(3768), - [anon_sym_while] = ACTIONS(1782), - [anon_sym_DOT_DOT] = ACTIONS(3770), - [anon_sym_QMARK_COLON] = ACTIONS(3772), - [anon_sym_AMP_AMP] = ACTIONS(3774), - [anon_sym_PIPE_PIPE] = ACTIONS(3776), - [anon_sym_else] = ACTIONS(1782), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_BANG_EQ] = ACTIONS(3778), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3780), - [anon_sym_EQ_EQ] = ACTIONS(3778), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3780), - [anon_sym_LT_EQ] = ACTIONS(3782), - [anon_sym_GT_EQ] = ACTIONS(3782), - [anon_sym_BANGin] = ACTIONS(3784), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), - [anon_sym_PLUS] = ACTIONS(3786), - [anon_sym_DASH] = ACTIONS(3786), - [anon_sym_SLASH] = ACTIONS(3788), - [anon_sym_PERCENT] = ACTIONS(3766), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), + [743] = { + [sym_getter] = STATE(1128), + [sym_setter] = STATE(1128), + [sym_modifiers] = STATE(8753), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1770), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1772), + [anon_sym_as] = ACTIONS(1770), + [anon_sym_LBRACE] = ACTIONS(1772), + [anon_sym_RBRACE] = ACTIONS(1772), + [anon_sym_LPAREN] = ACTIONS(1772), + [anon_sym_LT] = ACTIONS(1770), + [anon_sym_GT] = ACTIONS(1770), + [anon_sym_object] = ACTIONS(1770), + [anon_sym_fun] = ACTIONS(1770), + [anon_sym_DOT] = ACTIONS(1770), + [anon_sym_SEMI] = ACTIONS(2018), + [anon_sym_get] = ACTIONS(3512), + [anon_sym_set] = ACTIONS(3514), + [anon_sym_this] = ACTIONS(1770), + [anon_sym_super] = ACTIONS(1770), + [anon_sym_STAR] = ACTIONS(1772), + [sym_label] = ACTIONS(1770), + [anon_sym_in] = ACTIONS(1770), + [anon_sym_DOT_DOT] = ACTIONS(1772), + [anon_sym_QMARK_COLON] = ACTIONS(1772), + [anon_sym_AMP_AMP] = ACTIONS(1772), + [anon_sym_PIPE_PIPE] = ACTIONS(1772), + [anon_sym_null] = ACTIONS(1770), + [anon_sym_if] = ACTIONS(1770), + [anon_sym_else] = ACTIONS(1770), + [anon_sym_when] = ACTIONS(1770), + [anon_sym_try] = ACTIONS(1770), + [anon_sym_throw] = ACTIONS(1770), + [anon_sym_return] = ACTIONS(1770), + [anon_sym_continue] = ACTIONS(1770), + [anon_sym_break] = ACTIONS(1770), + [anon_sym_COLON_COLON] = ACTIONS(1772), + [anon_sym_BANG_EQ] = ACTIONS(1770), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1772), + [anon_sym_EQ_EQ] = ACTIONS(1770), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1772), + [anon_sym_LT_EQ] = ACTIONS(1772), + [anon_sym_GT_EQ] = ACTIONS(1772), + [anon_sym_BANGin] = ACTIONS(1772), + [anon_sym_is] = ACTIONS(1770), + [anon_sym_BANGis] = ACTIONS(1772), + [anon_sym_PLUS] = ACTIONS(1770), + [anon_sym_DASH] = ACTIONS(1770), + [anon_sym_SLASH] = ACTIONS(1770), + [anon_sym_PERCENT] = ACTIONS(1772), + [anon_sym_as_QMARK] = ACTIONS(1772), + [anon_sym_PLUS_PLUS] = ACTIONS(1772), + [anon_sym_DASH_DASH] = ACTIONS(1772), + [anon_sym_BANG] = ACTIONS(1770), + [anon_sym_BANG_BANG] = ACTIONS(1772), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(1746), - [anon_sym_inner] = ACTIONS(1746), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -123353,68 +124109,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(1748), - [anon_sym_actual] = ACTIONS(1748), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), + [anon_sym_return_AT] = ACTIONS(1772), + [anon_sym_continue_AT] = ACTIONS(1772), + [anon_sym_break_AT] = ACTIONS(1772), + [sym_real_literal] = ACTIONS(1772), + [sym_integer_literal] = ACTIONS(1770), + [sym_hex_literal] = ACTIONS(1772), + [sym_bin_literal] = ACTIONS(1772), + [anon_sym_true] = ACTIONS(1770), + [anon_sym_false] = ACTIONS(1770), + [anon_sym_SQUOTE] = ACTIONS(1772), + [sym__backtick_identifier] = ACTIONS(1772), + [sym__automatic_semicolon] = ACTIONS(1772), + [sym_safe_nav] = ACTIONS(1772), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1772), }, - [738] = { - [sym_getter] = STATE(3219), - [sym_setter] = STATE(3219), - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(2143), - [sym__comparison_operator] = STATE(2144), - [sym__in_operator] = STATE(2145), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(2146), - [sym__multiplicative_operator] = STATE(2148), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_modifiers] = STATE(8887), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2153), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [aux_sym_modifiers_repeat1] = STATE(5441), + [744] = { + [sym_getter] = STATE(3142), + [sym_setter] = STATE(3142), + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(2314), + [sym__comparison_operator] = STATE(2312), + [sym__in_operator] = STATE(2309), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(2306), + [sym__multiplicative_operator] = STATE(2305), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_modifiers] = STATE(8934), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2302), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), + [anon_sym_LBRACK] = ACTIONS(3390), [anon_sym_RBRACK] = ACTIONS(1754), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_LBRACE] = ACTIONS(1596), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_LBRACE] = ACTIONS(1403), [anon_sym_RBRACE] = ACTIONS(1754), - [anon_sym_LPAREN] = ACTIONS(3378), + [anon_sym_LPAREN] = ACTIONS(3394), [anon_sym_COMMA] = ACTIONS(1754), [anon_sym_RPAREN] = ACTIONS(1754), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(3758), [anon_sym_where] = ACTIONS(1752), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(3802), - [anon_sym_get] = ACTIONS(3792), - [anon_sym_set] = ACTIONS(3794), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3808), + [anon_sym_get] = ACTIONS(3802), + [anon_sym_set] = ACTIONS(3804), [anon_sym_STAR] = ACTIONS(3766), [anon_sym_DASH_GT] = ACTIONS(1754), - [sym_label] = ACTIONS(3392), + [sym_label] = ACTIONS(3408), [anon_sym_in] = ACTIONS(3768), [anon_sym_while] = ACTIONS(1752), [anon_sym_DOT_DOT] = ACTIONS(3770), @@ -123422,117 +124190,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP_AMP] = ACTIONS(3774), [anon_sym_PIPE_PIPE] = ACTIONS(3776), [anon_sym_else] = ACTIONS(1752), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_BANG_EQ] = ACTIONS(3778), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3780), - [anon_sym_EQ_EQ] = ACTIONS(3778), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3780), - [anon_sym_LT_EQ] = ACTIONS(3782), - [anon_sym_GT_EQ] = ACTIONS(3782), - [anon_sym_BANGin] = ACTIONS(3784), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), - [anon_sym_PLUS] = ACTIONS(3786), - [anon_sym_DASH] = ACTIONS(3786), - [anon_sym_SLASH] = ACTIONS(3788), - [anon_sym_PERCENT] = ACTIONS(3766), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(1746), - [anon_sym_inner] = ACTIONS(1746), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(1748), - [anon_sym_actual] = ACTIONS(1748), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), - [sym_multiline_comment] = ACTIONS(3), - }, - [739] = { - [sym_getter] = STATE(4680), - [sym_setter] = STATE(4680), - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(2143), - [sym__comparison_operator] = STATE(2144), - [sym__in_operator] = STATE(2145), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(2146), - [sym__multiplicative_operator] = STATE(2148), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_modifiers] = STATE(8699), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2153), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_RBRACK] = ACTIONS(1772), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(1772), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_COMMA] = ACTIONS(1772), - [anon_sym_RPAREN] = ACTIONS(1772), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3758), - [anon_sym_where] = ACTIONS(1770), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(3804), - [anon_sym_get] = ACTIONS(3762), - [anon_sym_set] = ACTIONS(3764), - [anon_sym_STAR] = ACTIONS(3766), - [anon_sym_DASH_GT] = ACTIONS(1772), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(3768), - [anon_sym_while] = ACTIONS(1770), - [anon_sym_DOT_DOT] = ACTIONS(3770), - [anon_sym_QMARK_COLON] = ACTIONS(3772), - [anon_sym_AMP_AMP] = ACTIONS(3774), - [anon_sym_PIPE_PIPE] = ACTIONS(3776), - [anon_sym_else] = ACTIONS(1770), - [anon_sym_COLON_COLON] = ACTIONS(3404), + [anon_sym_COLON_COLON] = ACTIONS(3420), [anon_sym_BANG_EQ] = ACTIONS(3778), [anon_sym_BANG_EQ_EQ] = ACTIONS(3780), [anon_sym_EQ_EQ] = ACTIONS(3778), @@ -123540,16 +124198,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_EQ] = ACTIONS(3782), [anon_sym_GT_EQ] = ACTIONS(3782), [anon_sym_BANGin] = ACTIONS(3784), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), [anon_sym_PLUS] = ACTIONS(3786), [anon_sym_DASH] = ACTIONS(3786), [anon_sym_SLASH] = ACTIONS(3788), [anon_sym_PERCENT] = ACTIONS(3766), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -123577,297 +124235,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), + [sym_safe_nav] = ACTIONS(3420), [sym_multiline_comment] = ACTIONS(3), }, - [740] = { - [sym_getter] = STATE(3146), - [sym_setter] = STATE(3146), - [sym_modifiers] = STATE(8857), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1782), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1784), - [anon_sym_as] = ACTIONS(1782), - [anon_sym_LBRACE] = ACTIONS(1784), - [anon_sym_RBRACE] = ACTIONS(1784), - [anon_sym_LPAREN] = ACTIONS(1784), - [anon_sym_LT] = ACTIONS(1782), - [anon_sym_GT] = ACTIONS(1782), - [anon_sym_object] = ACTIONS(1782), - [anon_sym_fun] = ACTIONS(1782), - [anon_sym_DOT] = ACTIONS(1782), - [anon_sym_SEMI] = ACTIONS(1784), - [anon_sym_get] = ACTIONS(3514), - [anon_sym_set] = ACTIONS(3516), - [anon_sym_this] = ACTIONS(1782), - [anon_sym_super] = ACTIONS(1782), - [anon_sym_STAR] = ACTIONS(1784), - [sym_label] = ACTIONS(1782), - [anon_sym_in] = ACTIONS(1782), - [anon_sym_DOT_DOT] = ACTIONS(1784), - [anon_sym_QMARK_COLON] = ACTIONS(1784), - [anon_sym_AMP_AMP] = ACTIONS(1784), - [anon_sym_PIPE_PIPE] = ACTIONS(1784), - [anon_sym_null] = ACTIONS(1782), - [anon_sym_if] = ACTIONS(1782), - [anon_sym_else] = ACTIONS(1782), - [anon_sym_when] = ACTIONS(1782), - [anon_sym_try] = ACTIONS(1782), - [anon_sym_throw] = ACTIONS(1782), - [anon_sym_return] = ACTIONS(1782), - [anon_sym_continue] = ACTIONS(1782), - [anon_sym_break] = ACTIONS(1782), - [anon_sym_COLON_COLON] = ACTIONS(1784), - [anon_sym_BANG_EQ] = ACTIONS(1782), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1784), - [anon_sym_EQ_EQ] = ACTIONS(1782), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1784), - [anon_sym_LT_EQ] = ACTIONS(1784), - [anon_sym_GT_EQ] = ACTIONS(1784), - [anon_sym_BANGin] = ACTIONS(1784), - [anon_sym_is] = ACTIONS(1782), - [anon_sym_BANGis] = ACTIONS(1784), - [anon_sym_PLUS] = ACTIONS(1782), - [anon_sym_DASH] = ACTIONS(1782), - [anon_sym_SLASH] = ACTIONS(1782), - [anon_sym_PERCENT] = ACTIONS(1784), - [anon_sym_as_QMARK] = ACTIONS(1784), - [anon_sym_PLUS_PLUS] = ACTIONS(1784), - [anon_sym_DASH_DASH] = ACTIONS(1784), - [anon_sym_BANG] = ACTIONS(1782), - [anon_sym_BANG_BANG] = ACTIONS(1784), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1784), - [anon_sym_continue_AT] = ACTIONS(1784), - [anon_sym_break_AT] = ACTIONS(1784), - [sym_real_literal] = ACTIONS(1784), - [sym_integer_literal] = ACTIONS(1782), - [sym_hex_literal] = ACTIONS(1784), - [sym_bin_literal] = ACTIONS(1784), - [anon_sym_true] = ACTIONS(1782), - [anon_sym_false] = ACTIONS(1782), - [anon_sym_SQUOTE] = ACTIONS(1784), - [sym__backtick_identifier] = ACTIONS(1784), - [sym__automatic_semicolon] = ACTIONS(1784), - [sym_safe_nav] = ACTIONS(1784), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1784), - }, - [741] = { - [sym_getter] = STATE(3151), - [sym_setter] = STATE(3151), - [sym_modifiers] = STATE(8857), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3340), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3342), - [anon_sym_as] = ACTIONS(3340), - [anon_sym_LBRACE] = ACTIONS(3342), - [anon_sym_RBRACE] = ACTIONS(3342), - [anon_sym_LPAREN] = ACTIONS(3342), - [anon_sym_LT] = ACTIONS(3340), - [anon_sym_GT] = ACTIONS(3340), - [anon_sym_object] = ACTIONS(3340), - [anon_sym_fun] = ACTIONS(3340), - [anon_sym_DOT] = ACTIONS(3340), - [anon_sym_SEMI] = ACTIONS(3342), - [anon_sym_get] = ACTIONS(3514), - [anon_sym_set] = ACTIONS(3516), - [anon_sym_this] = ACTIONS(3340), - [anon_sym_super] = ACTIONS(3340), - [anon_sym_STAR] = ACTIONS(3342), - [sym_label] = ACTIONS(3340), - [anon_sym_in] = ACTIONS(3340), - [anon_sym_DOT_DOT] = ACTIONS(3342), - [anon_sym_QMARK_COLON] = ACTIONS(3342), - [anon_sym_AMP_AMP] = ACTIONS(3342), - [anon_sym_PIPE_PIPE] = ACTIONS(3342), - [anon_sym_null] = ACTIONS(3340), - [anon_sym_if] = ACTIONS(3340), - [anon_sym_else] = ACTIONS(3340), - [anon_sym_when] = ACTIONS(3340), - [anon_sym_try] = ACTIONS(3340), - [anon_sym_throw] = ACTIONS(3340), - [anon_sym_return] = ACTIONS(3340), - [anon_sym_continue] = ACTIONS(3340), - [anon_sym_break] = ACTIONS(3340), - [anon_sym_COLON_COLON] = ACTIONS(3342), - [anon_sym_BANG_EQ] = ACTIONS(3340), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3342), - [anon_sym_EQ_EQ] = ACTIONS(3340), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3342), - [anon_sym_LT_EQ] = ACTIONS(3342), - [anon_sym_GT_EQ] = ACTIONS(3342), - [anon_sym_BANGin] = ACTIONS(3342), - [anon_sym_is] = ACTIONS(3340), - [anon_sym_BANGis] = ACTIONS(3342), - [anon_sym_PLUS] = ACTIONS(3340), - [anon_sym_DASH] = ACTIONS(3340), - [anon_sym_SLASH] = ACTIONS(3340), - [anon_sym_PERCENT] = ACTIONS(3342), - [anon_sym_as_QMARK] = ACTIONS(3342), - [anon_sym_PLUS_PLUS] = ACTIONS(3342), - [anon_sym_DASH_DASH] = ACTIONS(3342), - [anon_sym_BANG] = ACTIONS(3340), - [anon_sym_BANG_BANG] = ACTIONS(3342), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3342), - [anon_sym_continue_AT] = ACTIONS(3342), - [anon_sym_break_AT] = ACTIONS(3342), - [sym_real_literal] = ACTIONS(3342), - [sym_integer_literal] = ACTIONS(3340), - [sym_hex_literal] = ACTIONS(3342), - [sym_bin_literal] = ACTIONS(3342), - [anon_sym_true] = ACTIONS(3340), - [anon_sym_false] = ACTIONS(3340), - [anon_sym_SQUOTE] = ACTIONS(3342), - [sym__backtick_identifier] = ACTIONS(3342), - [sym__automatic_semicolon] = ACTIONS(3342), - [sym_safe_nav] = ACTIONS(3342), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3342), - }, - [742] = { - [sym_getter] = STATE(1110), - [sym_setter] = STATE(1110), - [sym_modifiers] = STATE(8560), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), + [745] = { + [sym_getter] = STATE(3129), + [sym_setter] = STATE(3129), + [sym_modifiers] = STATE(8884), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1752), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_object] = ACTIONS(1776), - [anon_sym_fun] = ACTIONS(1776), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(1778), - [anon_sym_get] = ACTIONS(3524), - [anon_sym_set] = ACTIONS(3526), - [anon_sym_this] = ACTIONS(1776), - [anon_sym_super] = ACTIONS(1776), - [anon_sym_STAR] = ACTIONS(1778), - [sym_label] = ACTIONS(1776), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_null] = ACTIONS(1776), - [anon_sym_if] = ACTIONS(1776), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_when] = ACTIONS(1776), - [anon_sym_try] = ACTIONS(1776), - [anon_sym_throw] = ACTIONS(1776), - [anon_sym_return] = ACTIONS(1776), - [anon_sym_continue] = ACTIONS(1776), - [anon_sym_break] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1778), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG] = ACTIONS(1776), - [anon_sym_BANG_BANG] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(1754), + [anon_sym_as] = ACTIONS(1752), + [anon_sym_LBRACE] = ACTIONS(1754), + [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_LPAREN] = ACTIONS(1754), + [anon_sym_LT] = ACTIONS(1752), + [anon_sym_GT] = ACTIONS(1752), + [anon_sym_object] = ACTIONS(1752), + [anon_sym_fun] = ACTIONS(1752), + [anon_sym_DOT] = ACTIONS(1752), + [anon_sym_SEMI] = ACTIONS(1754), + [anon_sym_get] = ACTIONS(3518), + [anon_sym_set] = ACTIONS(3520), + [anon_sym_this] = ACTIONS(1752), + [anon_sym_super] = ACTIONS(1752), + [anon_sym_STAR] = ACTIONS(1754), + [sym_label] = ACTIONS(1752), + [anon_sym_in] = ACTIONS(1752), + [anon_sym_DOT_DOT] = ACTIONS(1754), + [anon_sym_QMARK_COLON] = ACTIONS(1754), + [anon_sym_AMP_AMP] = ACTIONS(1754), + [anon_sym_PIPE_PIPE] = ACTIONS(1754), + [anon_sym_null] = ACTIONS(1752), + [anon_sym_if] = ACTIONS(1752), + [anon_sym_else] = ACTIONS(1752), + [anon_sym_when] = ACTIONS(1752), + [anon_sym_try] = ACTIONS(1752), + [anon_sym_throw] = ACTIONS(1752), + [anon_sym_return] = ACTIONS(1752), + [anon_sym_continue] = ACTIONS(1752), + [anon_sym_break] = ACTIONS(1752), + [anon_sym_COLON_COLON] = ACTIONS(1754), + [anon_sym_BANG_EQ] = ACTIONS(1752), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), + [anon_sym_EQ_EQ] = ACTIONS(1752), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), + [anon_sym_LT_EQ] = ACTIONS(1754), + [anon_sym_GT_EQ] = ACTIONS(1754), + [anon_sym_BANGin] = ACTIONS(1754), + [anon_sym_is] = ACTIONS(1752), + [anon_sym_BANGis] = ACTIONS(1754), + [anon_sym_PLUS] = ACTIONS(1752), + [anon_sym_DASH] = ACTIONS(1752), + [anon_sym_SLASH] = ACTIONS(1752), + [anon_sym_PERCENT] = ACTIONS(1754), + [anon_sym_as_QMARK] = ACTIONS(1754), + [anon_sym_PLUS_PLUS] = ACTIONS(1754), + [anon_sym_DASH_DASH] = ACTIONS(1754), + [anon_sym_BANG] = ACTIONS(1752), + [anon_sym_BANG_BANG] = ACTIONS(1754), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -123891,80 +124329,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1778), - [anon_sym_continue_AT] = ACTIONS(1778), - [anon_sym_break_AT] = ACTIONS(1778), - [sym_real_literal] = ACTIONS(1778), - [sym_integer_literal] = ACTIONS(1776), - [sym_hex_literal] = ACTIONS(1778), - [sym_bin_literal] = ACTIONS(1778), - [anon_sym_true] = ACTIONS(1776), - [anon_sym_false] = ACTIONS(1776), - [anon_sym_SQUOTE] = ACTIONS(1778), - [sym__backtick_identifier] = ACTIONS(1778), - [sym__automatic_semicolon] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1778), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1754), + [anon_sym_continue_AT] = ACTIONS(1754), + [anon_sym_break_AT] = ACTIONS(1754), + [sym_real_literal] = ACTIONS(1754), + [sym_integer_literal] = ACTIONS(1752), + [sym_hex_literal] = ACTIONS(1754), + [sym_bin_literal] = ACTIONS(1754), + [anon_sym_true] = ACTIONS(1752), + [anon_sym_false] = ACTIONS(1752), + [anon_sym_SQUOTE] = ACTIONS(1754), + [sym__backtick_identifier] = ACTIONS(1754), + [sym__automatic_semicolon] = ACTIONS(1754), + [sym_safe_nav] = ACTIONS(1754), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1754), }, - [743] = { - [sym_getter] = STATE(4736), - [sym_setter] = STATE(4736), - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(2143), - [sym__comparison_operator] = STATE(2144), - [sym__in_operator] = STATE(2145), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(2146), - [sym__multiplicative_operator] = STATE(2148), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_modifiers] = STATE(8699), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2153), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [aux_sym_modifiers_repeat1] = STATE(5441), + [746] = { + [sym_getter] = STATE(3189), + [sym_setter] = STATE(3189), + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(2314), + [sym__comparison_operator] = STATE(2312), + [sym__in_operator] = STATE(2309), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(2306), + [sym__multiplicative_operator] = STATE(2305), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_modifiers] = STATE(8934), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2302), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), + [anon_sym_LBRACK] = ACTIONS(3390), [anon_sym_RBRACK] = ACTIONS(1766), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_LBRACE] = ACTIONS(1596), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_LBRACE] = ACTIONS(1403), [anon_sym_RBRACE] = ACTIONS(1766), - [anon_sym_LPAREN] = ACTIONS(3378), + [anon_sym_LPAREN] = ACTIONS(3394), [anon_sym_COMMA] = ACTIONS(1766), [anon_sym_RPAREN] = ACTIONS(1766), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(3758), [anon_sym_where] = ACTIONS(1764), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(3806), - [anon_sym_get] = ACTIONS(3762), - [anon_sym_set] = ACTIONS(3764), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3810), + [anon_sym_get] = ACTIONS(3802), + [anon_sym_set] = ACTIONS(3804), [anon_sym_STAR] = ACTIONS(3766), [anon_sym_DASH_GT] = ACTIONS(1766), - [sym_label] = ACTIONS(3392), + [sym_label] = ACTIONS(3408), [anon_sym_in] = ACTIONS(3768), [anon_sym_while] = ACTIONS(1764), [anon_sym_DOT_DOT] = ACTIONS(3770), @@ -123972,117 +124410,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP_AMP] = ACTIONS(3774), [anon_sym_PIPE_PIPE] = ACTIONS(3776), [anon_sym_else] = ACTIONS(1764), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_BANG_EQ] = ACTIONS(3778), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3780), - [anon_sym_EQ_EQ] = ACTIONS(3778), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3780), - [anon_sym_LT_EQ] = ACTIONS(3782), - [anon_sym_GT_EQ] = ACTIONS(3782), - [anon_sym_BANGin] = ACTIONS(3784), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), - [anon_sym_PLUS] = ACTIONS(3786), - [anon_sym_DASH] = ACTIONS(3786), - [anon_sym_SLASH] = ACTIONS(3788), - [anon_sym_PERCENT] = ACTIONS(3766), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(1746), - [anon_sym_inner] = ACTIONS(1746), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(1748), - [anon_sym_actual] = ACTIONS(1748), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), - [sym_multiline_comment] = ACTIONS(3), - }, - [744] = { - [sym_getter] = STATE(3149), - [sym_setter] = STATE(3149), - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(2143), - [sym__comparison_operator] = STATE(2144), - [sym__in_operator] = STATE(2145), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(2146), - [sym__multiplicative_operator] = STATE(2148), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_modifiers] = STATE(8887), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2153), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_RBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_COMMA] = ACTIONS(1778), - [anon_sym_RPAREN] = ACTIONS(1778), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3758), - [anon_sym_where] = ACTIONS(1776), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(3808), - [anon_sym_get] = ACTIONS(3792), - [anon_sym_set] = ACTIONS(3794), - [anon_sym_STAR] = ACTIONS(3766), - [anon_sym_DASH_GT] = ACTIONS(1778), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(3768), - [anon_sym_while] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(3770), - [anon_sym_QMARK_COLON] = ACTIONS(3772), - [anon_sym_AMP_AMP] = ACTIONS(3774), - [anon_sym_PIPE_PIPE] = ACTIONS(3776), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(3404), + [anon_sym_COLON_COLON] = ACTIONS(3420), [anon_sym_BANG_EQ] = ACTIONS(3778), [anon_sym_BANG_EQ_EQ] = ACTIONS(3780), [anon_sym_EQ_EQ] = ACTIONS(3778), @@ -124090,16 +124418,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_EQ] = ACTIONS(3782), [anon_sym_GT_EQ] = ACTIONS(3782), [anon_sym_BANGin] = ACTIONS(3784), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), [anon_sym_PLUS] = ACTIONS(3786), [anon_sym_DASH] = ACTIONS(3786), [anon_sym_SLASH] = ACTIONS(3788), [anon_sym_PERCENT] = ACTIONS(3766), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -124127,187 +124455,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), + [sym_safe_nav] = ACTIONS(3420), [sym_multiline_comment] = ACTIONS(3), }, - [745] = { - [sym_getter] = STATE(1107), - [sym_setter] = STATE(1107), - [sym_modifiers] = STATE(8560), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_object] = ACTIONS(3254), - [anon_sym_fun] = ACTIONS(3254), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(3536), - [anon_sym_get] = ACTIONS(3524), - [anon_sym_set] = ACTIONS(3526), - [anon_sym_this] = ACTIONS(3254), - [anon_sym_super] = ACTIONS(3254), - [anon_sym_STAR] = ACTIONS(3256), - [sym_label] = ACTIONS(3254), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_null] = ACTIONS(3254), - [anon_sym_if] = ACTIONS(3254), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_when] = ACTIONS(3254), - [anon_sym_try] = ACTIONS(3254), - [anon_sym_throw] = ACTIONS(3254), - [anon_sym_return] = ACTIONS(3254), - [anon_sym_continue] = ACTIONS(3254), - [anon_sym_break] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3256), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG] = ACTIONS(3254), - [anon_sym_BANG_BANG] = ACTIONS(3256), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3256), - [anon_sym_continue_AT] = ACTIONS(3256), - [anon_sym_break_AT] = ACTIONS(3256), - [sym_real_literal] = ACTIONS(3256), - [sym_integer_literal] = ACTIONS(3254), - [sym_hex_literal] = ACTIONS(3256), - [sym_bin_literal] = ACTIONS(3256), - [anon_sym_true] = ACTIONS(3254), - [anon_sym_false] = ACTIONS(3254), - [anon_sym_SQUOTE] = ACTIONS(3256), - [sym__backtick_identifier] = ACTIONS(3256), - [sym__automatic_semicolon] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3256), - }, - [746] = { - [sym_getter] = STATE(1110), - [sym_setter] = STATE(1110), - [sym_modifiers] = STATE(8560), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), + [747] = { + [sym_getter] = STATE(3151), + [sym_setter] = STATE(3151), + [sym_modifiers] = STATE(8884), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1764), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_object] = ACTIONS(1776), - [anon_sym_fun] = ACTIONS(1776), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(1944), - [anon_sym_get] = ACTIONS(3524), - [anon_sym_set] = ACTIONS(3526), - [anon_sym_this] = ACTIONS(1776), - [anon_sym_super] = ACTIONS(1776), - [anon_sym_STAR] = ACTIONS(1778), - [sym_label] = ACTIONS(1776), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_null] = ACTIONS(1776), - [anon_sym_if] = ACTIONS(1776), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_when] = ACTIONS(1776), - [anon_sym_try] = ACTIONS(1776), - [anon_sym_throw] = ACTIONS(1776), - [anon_sym_return] = ACTIONS(1776), - [anon_sym_continue] = ACTIONS(1776), - [anon_sym_break] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1778), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG] = ACTIONS(1776), - [anon_sym_BANG_BANG] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(1766), + [anon_sym_as] = ACTIONS(1764), + [anon_sym_LBRACE] = ACTIONS(1766), + [anon_sym_RBRACE] = ACTIONS(1766), + [anon_sym_LPAREN] = ACTIONS(1766), + [anon_sym_LT] = ACTIONS(1764), + [anon_sym_GT] = ACTIONS(1764), + [anon_sym_object] = ACTIONS(1764), + [anon_sym_fun] = ACTIONS(1764), + [anon_sym_DOT] = ACTIONS(1764), + [anon_sym_SEMI] = ACTIONS(1766), + [anon_sym_get] = ACTIONS(3518), + [anon_sym_set] = ACTIONS(3520), + [anon_sym_this] = ACTIONS(1764), + [anon_sym_super] = ACTIONS(1764), + [anon_sym_STAR] = ACTIONS(1766), + [sym_label] = ACTIONS(1764), + [anon_sym_in] = ACTIONS(1764), + [anon_sym_DOT_DOT] = ACTIONS(1766), + [anon_sym_QMARK_COLON] = ACTIONS(1766), + [anon_sym_AMP_AMP] = ACTIONS(1766), + [anon_sym_PIPE_PIPE] = ACTIONS(1766), + [anon_sym_null] = ACTIONS(1764), + [anon_sym_if] = ACTIONS(1764), + [anon_sym_else] = ACTIONS(1764), + [anon_sym_when] = ACTIONS(1764), + [anon_sym_try] = ACTIONS(1764), + [anon_sym_throw] = ACTIONS(1764), + [anon_sym_return] = ACTIONS(1764), + [anon_sym_continue] = ACTIONS(1764), + [anon_sym_break] = ACTIONS(1764), + [anon_sym_COLON_COLON] = ACTIONS(1766), + [anon_sym_BANG_EQ] = ACTIONS(1764), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), + [anon_sym_EQ_EQ] = ACTIONS(1764), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1766), + [anon_sym_LT_EQ] = ACTIONS(1766), + [anon_sym_GT_EQ] = ACTIONS(1766), + [anon_sym_BANGin] = ACTIONS(1766), + [anon_sym_is] = ACTIONS(1764), + [anon_sym_BANGis] = ACTIONS(1766), + [anon_sym_PLUS] = ACTIONS(1764), + [anon_sym_DASH] = ACTIONS(1764), + [anon_sym_SLASH] = ACTIONS(1764), + [anon_sym_PERCENT] = ACTIONS(1766), + [anon_sym_as_QMARK] = ACTIONS(1766), + [anon_sym_PLUS_PLUS] = ACTIONS(1766), + [anon_sym_DASH_DASH] = ACTIONS(1766), + [anon_sym_BANG] = ACTIONS(1764), + [anon_sym_BANG_BANG] = ACTIONS(1766), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -124331,198 +124549,88 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1778), - [anon_sym_continue_AT] = ACTIONS(1778), - [anon_sym_break_AT] = ACTIONS(1778), - [sym_real_literal] = ACTIONS(1778), - [sym_integer_literal] = ACTIONS(1776), - [sym_hex_literal] = ACTIONS(1778), - [sym_bin_literal] = ACTIONS(1778), - [anon_sym_true] = ACTIONS(1776), - [anon_sym_false] = ACTIONS(1776), - [anon_sym_SQUOTE] = ACTIONS(1778), - [sym__backtick_identifier] = ACTIONS(1778), - [sym__automatic_semicolon] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1778), - }, - [747] = { - [sym_getter] = STATE(3209), - [sym_setter] = STATE(3209), - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(2143), - [sym__comparison_operator] = STATE(2144), - [sym__in_operator] = STATE(2145), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(2146), - [sym__multiplicative_operator] = STATE(2148), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_modifiers] = STATE(8887), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2153), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_RBRACK] = ACTIONS(1696), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(1696), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_COMMA] = ACTIONS(1696), - [anon_sym_RPAREN] = ACTIONS(1696), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3758), - [anon_sym_where] = ACTIONS(1694), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(3810), - [anon_sym_get] = ACTIONS(3792), - [anon_sym_set] = ACTIONS(3794), - [anon_sym_STAR] = ACTIONS(3766), - [anon_sym_DASH_GT] = ACTIONS(1696), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(3768), - [anon_sym_while] = ACTIONS(1694), - [anon_sym_DOT_DOT] = ACTIONS(3770), - [anon_sym_QMARK_COLON] = ACTIONS(3772), - [anon_sym_AMP_AMP] = ACTIONS(3774), - [anon_sym_PIPE_PIPE] = ACTIONS(3776), - [anon_sym_else] = ACTIONS(1694), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_BANG_EQ] = ACTIONS(3778), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3780), - [anon_sym_EQ_EQ] = ACTIONS(3778), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3780), - [anon_sym_LT_EQ] = ACTIONS(3782), - [anon_sym_GT_EQ] = ACTIONS(3782), - [anon_sym_BANGin] = ACTIONS(3784), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), - [anon_sym_PLUS] = ACTIONS(3786), - [anon_sym_DASH] = ACTIONS(3786), - [anon_sym_SLASH] = ACTIONS(3788), - [anon_sym_PERCENT] = ACTIONS(3766), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(1746), - [anon_sym_inner] = ACTIONS(1746), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(1748), - [anon_sym_actual] = ACTIONS(1748), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), + [anon_sym_return_AT] = ACTIONS(1766), + [anon_sym_continue_AT] = ACTIONS(1766), + [anon_sym_break_AT] = ACTIONS(1766), + [sym_real_literal] = ACTIONS(1766), + [sym_integer_literal] = ACTIONS(1764), + [sym_hex_literal] = ACTIONS(1766), + [sym_bin_literal] = ACTIONS(1766), + [anon_sym_true] = ACTIONS(1764), + [anon_sym_false] = ACTIONS(1764), + [anon_sym_SQUOTE] = ACTIONS(1766), + [sym__backtick_identifier] = ACTIONS(1766), + [sym__automatic_semicolon] = ACTIONS(1766), + [sym_safe_nav] = ACTIONS(1766), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1766), }, [748] = { - [sym_getter] = STATE(4710), - [sym_setter] = STATE(4710), - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(2143), - [sym__comparison_operator] = STATE(2144), - [sym__in_operator] = STATE(2145), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(2146), - [sym__multiplicative_operator] = STATE(2148), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_modifiers] = STATE(8699), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2153), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym_getter] = STATE(3243), + [sym_setter] = STATE(3243), + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(2314), + [sym__comparison_operator] = STATE(2312), + [sym__in_operator] = STATE(2309), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(2306), + [sym__multiplicative_operator] = STATE(2305), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_modifiers] = STATE(8934), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2302), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_RBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_COMMA] = ACTIONS(1778), - [anon_sym_RPAREN] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_RBRACK] = ACTIONS(1772), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(1772), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_COMMA] = ACTIONS(1772), + [anon_sym_RPAREN] = ACTIONS(1772), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(3758), - [anon_sym_where] = ACTIONS(1776), - [anon_sym_DOT] = ACTIONS(3382), + [anon_sym_where] = ACTIONS(1770), + [anon_sym_DOT] = ACTIONS(3398), [anon_sym_SEMI] = ACTIONS(3812), - [anon_sym_get] = ACTIONS(3762), - [anon_sym_set] = ACTIONS(3764), + [anon_sym_get] = ACTIONS(3802), + [anon_sym_set] = ACTIONS(3804), [anon_sym_STAR] = ACTIONS(3766), - [anon_sym_DASH_GT] = ACTIONS(1778), - [sym_label] = ACTIONS(3392), + [anon_sym_DASH_GT] = ACTIONS(1772), + [sym_label] = ACTIONS(3408), [anon_sym_in] = ACTIONS(3768), - [anon_sym_while] = ACTIONS(1776), + [anon_sym_while] = ACTIONS(1770), [anon_sym_DOT_DOT] = ACTIONS(3770), [anon_sym_QMARK_COLON] = ACTIONS(3772), [anon_sym_AMP_AMP] = ACTIONS(3774), [anon_sym_PIPE_PIPE] = ACTIONS(3776), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(3404), + [anon_sym_else] = ACTIONS(1770), + [anon_sym_COLON_COLON] = ACTIONS(3420), [anon_sym_BANG_EQ] = ACTIONS(3778), [anon_sym_BANG_EQ_EQ] = ACTIONS(3780), [anon_sym_EQ_EQ] = ACTIONS(3778), @@ -124530,16 +124638,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_EQ] = ACTIONS(3782), [anon_sym_GT_EQ] = ACTIONS(3782), [anon_sym_BANGin] = ACTIONS(3784), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), [anon_sym_PLUS] = ACTIONS(3786), [anon_sym_DASH] = ACTIONS(3786), [anon_sym_SLASH] = ACTIONS(3788), [anon_sym_PERCENT] = ACTIONS(3766), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -124567,72 +124675,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), + [sym_safe_nav] = ACTIONS(3420), [sym_multiline_comment] = ACTIONS(3), }, [749] = { - [sym_getter] = STATE(3176), - [sym_setter] = STATE(3176), - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(2143), - [sym__comparison_operator] = STATE(2144), - [sym__in_operator] = STATE(2145), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(2146), - [sym__multiplicative_operator] = STATE(2148), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_modifiers] = STATE(8887), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2153), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym_getter] = STATE(3312), + [sym_setter] = STATE(3312), + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(2314), + [sym__comparison_operator] = STATE(2312), + [sym__in_operator] = STATE(2309), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(2306), + [sym__multiplicative_operator] = STATE(2305), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_modifiers] = STATE(8934), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2302), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_RBRACK] = ACTIONS(1766), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(1766), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_COMMA] = ACTIONS(1766), - [anon_sym_RPAREN] = ACTIONS(1766), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_RBRACK] = ACTIONS(1780), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(1780), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_COMMA] = ACTIONS(1780), + [anon_sym_RPAREN] = ACTIONS(1780), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(3758), - [anon_sym_where] = ACTIONS(1764), - [anon_sym_DOT] = ACTIONS(3382), + [anon_sym_where] = ACTIONS(1778), + [anon_sym_DOT] = ACTIONS(3398), [anon_sym_SEMI] = ACTIONS(3814), - [anon_sym_get] = ACTIONS(3792), - [anon_sym_set] = ACTIONS(3794), + [anon_sym_get] = ACTIONS(3802), + [anon_sym_set] = ACTIONS(3804), [anon_sym_STAR] = ACTIONS(3766), - [anon_sym_DASH_GT] = ACTIONS(1766), - [sym_label] = ACTIONS(3392), + [anon_sym_DASH_GT] = ACTIONS(1780), + [sym_label] = ACTIONS(3408), [anon_sym_in] = ACTIONS(3768), - [anon_sym_while] = ACTIONS(1764), + [anon_sym_while] = ACTIONS(1778), [anon_sym_DOT_DOT] = ACTIONS(3770), [anon_sym_QMARK_COLON] = ACTIONS(3772), [anon_sym_AMP_AMP] = ACTIONS(3774), [anon_sym_PIPE_PIPE] = ACTIONS(3776), - [anon_sym_else] = ACTIONS(1764), - [anon_sym_COLON_COLON] = ACTIONS(3404), + [anon_sym_else] = ACTIONS(1778), + [anon_sym_COLON_COLON] = ACTIONS(3420), [anon_sym_BANG_EQ] = ACTIONS(3778), [anon_sym_BANG_EQ_EQ] = ACTIONS(3780), [anon_sym_EQ_EQ] = ACTIONS(3778), @@ -124640,16 +124748,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_EQ] = ACTIONS(3782), [anon_sym_GT_EQ] = ACTIONS(3782), [anon_sym_BANGin] = ACTIONS(3784), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), [anon_sym_PLUS] = ACTIONS(3786), [anon_sym_DASH] = ACTIONS(3786), [anon_sym_SLASH] = ACTIONS(3788), [anon_sym_PERCENT] = ACTIONS(3766), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -124677,77 +124785,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), + [sym_safe_nav] = ACTIONS(3420), [sym_multiline_comment] = ACTIONS(3), }, [750] = { - [sym_getter] = STATE(1107), - [sym_setter] = STATE(1107), - [sym_modifiers] = STATE(8560), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), + [sym_getter] = STATE(3175), + [sym_setter] = STATE(3175), + [sym_modifiers] = STATE(8884), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3338), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_object] = ACTIONS(3254), - [anon_sym_fun] = ACTIONS(3254), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(3256), - [anon_sym_get] = ACTIONS(3524), - [anon_sym_set] = ACTIONS(3526), - [anon_sym_this] = ACTIONS(3254), - [anon_sym_super] = ACTIONS(3254), - [anon_sym_STAR] = ACTIONS(3256), - [sym_label] = ACTIONS(3254), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_null] = ACTIONS(3254), - [anon_sym_if] = ACTIONS(3254), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_when] = ACTIONS(3254), - [anon_sym_try] = ACTIONS(3254), - [anon_sym_throw] = ACTIONS(3254), - [anon_sym_return] = ACTIONS(3254), - [anon_sym_continue] = ACTIONS(3254), - [anon_sym_break] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3256), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG] = ACTIONS(3254), - [anon_sym_BANG_BANG] = ACTIONS(3256), + [anon_sym_LBRACK] = ACTIONS(3340), + [anon_sym_as] = ACTIONS(3338), + [anon_sym_LBRACE] = ACTIONS(3340), + [anon_sym_RBRACE] = ACTIONS(3340), + [anon_sym_LPAREN] = ACTIONS(3340), + [anon_sym_LT] = ACTIONS(3338), + [anon_sym_GT] = ACTIONS(3338), + [anon_sym_object] = ACTIONS(3338), + [anon_sym_fun] = ACTIONS(3338), + [anon_sym_DOT] = ACTIONS(3338), + [anon_sym_SEMI] = ACTIONS(3340), + [anon_sym_get] = ACTIONS(3518), + [anon_sym_set] = ACTIONS(3520), + [anon_sym_this] = ACTIONS(3338), + [anon_sym_super] = ACTIONS(3338), + [anon_sym_STAR] = ACTIONS(3340), + [sym_label] = ACTIONS(3338), + [anon_sym_in] = ACTIONS(3338), + [anon_sym_DOT_DOT] = ACTIONS(3340), + [anon_sym_QMARK_COLON] = ACTIONS(3340), + [anon_sym_AMP_AMP] = ACTIONS(3340), + [anon_sym_PIPE_PIPE] = ACTIONS(3340), + [anon_sym_null] = ACTIONS(3338), + [anon_sym_if] = ACTIONS(3338), + [anon_sym_else] = ACTIONS(3338), + [anon_sym_when] = ACTIONS(3338), + [anon_sym_try] = ACTIONS(3338), + [anon_sym_throw] = ACTIONS(3338), + [anon_sym_return] = ACTIONS(3338), + [anon_sym_continue] = ACTIONS(3338), + [anon_sym_break] = ACTIONS(3338), + [anon_sym_COLON_COLON] = ACTIONS(3340), + [anon_sym_BANG_EQ] = ACTIONS(3338), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3340), + [anon_sym_EQ_EQ] = ACTIONS(3338), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3340), + [anon_sym_LT_EQ] = ACTIONS(3340), + [anon_sym_GT_EQ] = ACTIONS(3340), + [anon_sym_BANGin] = ACTIONS(3340), + [anon_sym_is] = ACTIONS(3338), + [anon_sym_BANGis] = ACTIONS(3340), + [anon_sym_PLUS] = ACTIONS(3338), + [anon_sym_DASH] = ACTIONS(3338), + [anon_sym_SLASH] = ACTIONS(3338), + [anon_sym_PERCENT] = ACTIONS(3340), + [anon_sym_as_QMARK] = ACTIONS(3340), + [anon_sym_PLUS_PLUS] = ACTIONS(3340), + [anon_sym_DASH_DASH] = ACTIONS(3340), + [anon_sym_BANG] = ACTIONS(3338), + [anon_sym_BANG_BANG] = ACTIONS(3340), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -124771,96 +124879,96 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3256), - [anon_sym_continue_AT] = ACTIONS(3256), - [anon_sym_break_AT] = ACTIONS(3256), - [sym_real_literal] = ACTIONS(3256), - [sym_integer_literal] = ACTIONS(3254), - [sym_hex_literal] = ACTIONS(3256), - [sym_bin_literal] = ACTIONS(3256), - [anon_sym_true] = ACTIONS(3254), - [anon_sym_false] = ACTIONS(3254), - [anon_sym_SQUOTE] = ACTIONS(3256), - [sym__backtick_identifier] = ACTIONS(3256), - [sym__automatic_semicolon] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3256), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3340), + [anon_sym_continue_AT] = ACTIONS(3340), + [anon_sym_break_AT] = ACTIONS(3340), + [sym_real_literal] = ACTIONS(3340), + [sym_integer_literal] = ACTIONS(3338), + [sym_hex_literal] = ACTIONS(3340), + [sym_bin_literal] = ACTIONS(3340), + [anon_sym_true] = ACTIONS(3338), + [anon_sym_false] = ACTIONS(3338), + [anon_sym_SQUOTE] = ACTIONS(3340), + [sym__backtick_identifier] = ACTIONS(3340), + [sym__automatic_semicolon] = ACTIONS(3340), + [sym_safe_nav] = ACTIONS(3340), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3340), }, [751] = { - [sym__expression] = STATE(4238), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_when_entry] = STATE(775), - [sym_when_condition] = STATE(8402), - [sym_range_test] = STATE(8703), - [sym_type_test] = STATE(8703), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__in_operator] = STATE(1932), - [sym__is_operator] = STATE(5796), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(2296), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [sym__expression] = STATE(4268), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_when_entry] = STATE(752), + [sym_when_condition] = STATE(8381), + [sym_range_test] = STATE(8860), + [sym_type_test] = STATE(8860), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__in_operator] = STATE(2157), + [sym__is_operator] = STATE(5802), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(1897), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [aux_sym_when_expression_repeat1] = STATE(775), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [aux_sym_when_expression_repeat1] = STATE(752), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_RBRACE] = ACTIONS(3816), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(845), - [sym_label] = ACTIONS(853), + [anon_sym_STAR] = ACTIONS(813), + [sym_label] = ACTIONS(821), [anon_sym_in] = ACTIONS(3818), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(2022), @@ -124875,15 +124983,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BANGin] = ACTIONS(3822), [anon_sym_is] = ACTIONS(3824), [anon_sym_BANGis] = ACTIONS(3826), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(853), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(821), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -124900,294 +125008,185 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(283), }, [752] = { + [sym__expression] = STATE(4268), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_when_entry] = STATE(752), + [sym_when_condition] = STATE(8381), + [sym_range_test] = STATE(8860), + [sym_type_test] = STATE(8860), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__in_operator] = STATE(2157), + [sym__is_operator] = STATE(5802), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(1897), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(331), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [aux_sym_when_expression_repeat1] = STATE(752), [sym__alpha_identifier] = ACTIONS(3828), - [anon_sym_AT] = ACTIONS(3830), - [anon_sym_LBRACK] = ACTIONS(3833), - [anon_sym_as] = ACTIONS(3828), - [anon_sym_typealias] = ACTIONS(3835), - [anon_sym_EQ] = ACTIONS(3828), - [anon_sym_class] = ACTIONS(3835), - [anon_sym_interface] = ACTIONS(3835), - [anon_sym_enum] = ACTIONS(3835), - [anon_sym_LBRACE] = ACTIONS(3833), - [anon_sym_RBRACE] = ACTIONS(3833), - [anon_sym_LPAREN] = ACTIONS(3833), - [anon_sym_COMMA] = ACTIONS(3833), - [anon_sym_val] = ACTIONS(3835), - [anon_sym_var] = ACTIONS(3835), - [anon_sym_LT] = ACTIONS(3828), - [anon_sym_GT] = ACTIONS(3828), - [anon_sym_where] = ACTIONS(3828), - [anon_sym_object] = ACTIONS(3837), - [anon_sym_fun] = ACTIONS(3837), - [anon_sym_DOT] = ACTIONS(3828), - [anon_sym_SEMI] = ACTIONS(3833), - [anon_sym_get] = ACTIONS(3837), - [anon_sym_set] = ACTIONS(3837), - [anon_sym_this] = ACTIONS(3828), - [anon_sym_super] = ACTIONS(3828), - [anon_sym_STAR] = ACTIONS(3828), - [sym_label] = ACTIONS(3828), - [anon_sym_in] = ACTIONS(3828), - [anon_sym_DOT_DOT] = ACTIONS(3833), - [anon_sym_QMARK_COLON] = ACTIONS(3833), - [anon_sym_AMP_AMP] = ACTIONS(3833), - [anon_sym_PIPE_PIPE] = ACTIONS(3833), - [anon_sym_null] = ACTIONS(3828), - [anon_sym_if] = ACTIONS(3828), - [anon_sym_else] = ACTIONS(3828), - [anon_sym_when] = ACTIONS(3828), - [anon_sym_try] = ACTIONS(3828), - [anon_sym_throw] = ACTIONS(3828), - [anon_sym_return] = ACTIONS(3828), - [anon_sym_continue] = ACTIONS(3828), - [anon_sym_break] = ACTIONS(3828), - [anon_sym_COLON_COLON] = ACTIONS(3833), - [anon_sym_PLUS_EQ] = ACTIONS(3833), - [anon_sym_DASH_EQ] = ACTIONS(3833), - [anon_sym_STAR_EQ] = ACTIONS(3833), - [anon_sym_SLASH_EQ] = ACTIONS(3833), - [anon_sym_PERCENT_EQ] = ACTIONS(3833), - [anon_sym_BANG_EQ] = ACTIONS(3828), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3833), - [anon_sym_EQ_EQ] = ACTIONS(3828), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3833), - [anon_sym_LT_EQ] = ACTIONS(3833), - [anon_sym_GT_EQ] = ACTIONS(3833), - [anon_sym_BANGin] = ACTIONS(3833), - [anon_sym_is] = ACTIONS(3828), - [anon_sym_BANGis] = ACTIONS(3833), - [anon_sym_PLUS] = ACTIONS(3828), - [anon_sym_DASH] = ACTIONS(3828), - [anon_sym_SLASH] = ACTIONS(3828), - [anon_sym_PERCENT] = ACTIONS(3828), - [anon_sym_as_QMARK] = ACTIONS(3833), - [anon_sym_PLUS_PLUS] = ACTIONS(3833), - [anon_sym_DASH_DASH] = ACTIONS(3833), - [anon_sym_BANG] = ACTIONS(3828), - [anon_sym_BANG_BANG] = ACTIONS(3833), - [anon_sym_suspend] = ACTIONS(3835), - [anon_sym_sealed] = ACTIONS(3835), - [anon_sym_annotation] = ACTIONS(3835), - [anon_sym_data] = ACTIONS(3837), - [anon_sym_inner] = ACTIONS(3837), - [anon_sym_override] = ACTIONS(3835), - [anon_sym_lateinit] = ACTIONS(3835), - [anon_sym_public] = ACTIONS(3835), - [anon_sym_private] = ACTIONS(3835), - [anon_sym_internal] = ACTIONS(3835), - [anon_sym_protected] = ACTIONS(3835), - [anon_sym_tailrec] = ACTIONS(3835), - [anon_sym_operator] = ACTIONS(3835), - [anon_sym_infix] = ACTIONS(3835), - [anon_sym_inline] = ACTIONS(3835), - [anon_sym_external] = ACTIONS(3835), - [sym_property_modifier] = ACTIONS(3835), - [anon_sym_abstract] = ACTIONS(3835), - [anon_sym_final] = ACTIONS(3835), - [anon_sym_open] = ACTIONS(3835), - [anon_sym_vararg] = ACTIONS(3835), - [anon_sym_noinline] = ACTIONS(3835), - [anon_sym_crossinline] = ACTIONS(3835), - [anon_sym_expect] = ACTIONS(3837), - [anon_sym_actual] = ACTIONS(3837), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3833), - [anon_sym_continue_AT] = ACTIONS(3833), - [anon_sym_break_AT] = ACTIONS(3833), - [sym_real_literal] = ACTIONS(3833), - [sym_integer_literal] = ACTIONS(3828), - [sym_hex_literal] = ACTIONS(3833), - [sym_bin_literal] = ACTIONS(3833), - [anon_sym_true] = ACTIONS(3828), - [anon_sym_false] = ACTIONS(3828), - [anon_sym_SQUOTE] = ACTIONS(3833), - [sym__backtick_identifier] = ACTIONS(3833), - [sym__automatic_semicolon] = ACTIONS(3833), - [sym_safe_nav] = ACTIONS(3833), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3833), - }, - [753] = { - [sym_annotated_lambda] = STATE(1150), - [sym_lambda_literal] = STATE(1080), - [sym_annotation] = STATE(7858), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), - [sym__alpha_identifier] = ACTIONS(3840), - [anon_sym_AT] = ACTIONS(3842), - [anon_sym_LBRACK] = ACTIONS(3842), - [anon_sym_as] = ACTIONS(3840), - [anon_sym_EQ] = ACTIONS(3840), - [anon_sym_LBRACE] = ACTIONS(3842), - [anon_sym_RBRACE] = ACTIONS(3842), + [anon_sym_AT] = ACTIONS(3831), + [anon_sym_LBRACK] = ACTIONS(3834), + [anon_sym_LBRACE] = ACTIONS(3837), + [anon_sym_RBRACE] = ACTIONS(3840), [anon_sym_LPAREN] = ACTIONS(3842), - [anon_sym_COMMA] = ACTIONS(3842), - [anon_sym_LT] = ACTIONS(3840), - [anon_sym_GT] = ACTIONS(3840), - [anon_sym_where] = ACTIONS(3840), - [anon_sym_object] = ACTIONS(3840), - [anon_sym_fun] = ACTIONS(3840), - [anon_sym_DOT] = ACTIONS(3840), - [anon_sym_SEMI] = ACTIONS(3842), - [anon_sym_get] = ACTIONS(3840), - [anon_sym_set] = ACTIONS(3840), - [anon_sym_this] = ACTIONS(3840), - [anon_sym_super] = ACTIONS(3840), - [anon_sym_STAR] = ACTIONS(3840), - [sym_label] = ACTIONS(3840), - [anon_sym_in] = ACTIONS(3840), - [anon_sym_DOT_DOT] = ACTIONS(3842), - [anon_sym_QMARK_COLON] = ACTIONS(3842), - [anon_sym_AMP_AMP] = ACTIONS(3842), - [anon_sym_PIPE_PIPE] = ACTIONS(3842), - [anon_sym_null] = ACTIONS(3840), - [anon_sym_if] = ACTIONS(3840), - [anon_sym_else] = ACTIONS(3840), - [anon_sym_when] = ACTIONS(3840), - [anon_sym_try] = ACTIONS(3840), - [anon_sym_throw] = ACTIONS(3840), - [anon_sym_return] = ACTIONS(3840), - [anon_sym_continue] = ACTIONS(3840), - [anon_sym_break] = ACTIONS(3840), - [anon_sym_COLON_COLON] = ACTIONS(3842), - [anon_sym_PLUS_EQ] = ACTIONS(3842), - [anon_sym_DASH_EQ] = ACTIONS(3842), - [anon_sym_STAR_EQ] = ACTIONS(3842), - [anon_sym_SLASH_EQ] = ACTIONS(3842), - [anon_sym_PERCENT_EQ] = ACTIONS(3842), - [anon_sym_BANG_EQ] = ACTIONS(3840), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3842), - [anon_sym_EQ_EQ] = ACTIONS(3840), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3842), - [anon_sym_LT_EQ] = ACTIONS(3842), - [anon_sym_GT_EQ] = ACTIONS(3842), - [anon_sym_BANGin] = ACTIONS(3842), - [anon_sym_is] = ACTIONS(3840), - [anon_sym_BANGis] = ACTIONS(3842), - [anon_sym_PLUS] = ACTIONS(3840), - [anon_sym_DASH] = ACTIONS(3840), - [anon_sym_SLASH] = ACTIONS(3840), - [anon_sym_PERCENT] = ACTIONS(3840), - [anon_sym_as_QMARK] = ACTIONS(3842), - [anon_sym_PLUS_PLUS] = ACTIONS(3842), - [anon_sym_DASH_DASH] = ACTIONS(3842), - [anon_sym_BANG] = ACTIONS(3840), - [anon_sym_BANG_BANG] = ACTIONS(3842), - [anon_sym_suspend] = ACTIONS(3840), - [anon_sym_sealed] = ACTIONS(3840), - [anon_sym_annotation] = ACTIONS(3840), - [anon_sym_data] = ACTIONS(3840), - [anon_sym_inner] = ACTIONS(3840), - [anon_sym_override] = ACTIONS(3840), - [anon_sym_lateinit] = ACTIONS(3840), - [anon_sym_public] = ACTIONS(3840), - [anon_sym_private] = ACTIONS(3840), - [anon_sym_internal] = ACTIONS(3840), - [anon_sym_protected] = ACTIONS(3840), - [anon_sym_tailrec] = ACTIONS(3840), - [anon_sym_operator] = ACTIONS(3840), - [anon_sym_infix] = ACTIONS(3840), - [anon_sym_inline] = ACTIONS(3840), - [anon_sym_external] = ACTIONS(3840), - [sym_property_modifier] = ACTIONS(3840), - [anon_sym_abstract] = ACTIONS(3840), - [anon_sym_final] = ACTIONS(3840), - [anon_sym_open] = ACTIONS(3840), - [anon_sym_vararg] = ACTIONS(3840), - [anon_sym_noinline] = ACTIONS(3840), - [anon_sym_crossinline] = ACTIONS(3840), - [anon_sym_expect] = ACTIONS(3840), - [anon_sym_actual] = ACTIONS(3840), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3842), - [anon_sym_continue_AT] = ACTIONS(3842), - [anon_sym_break_AT] = ACTIONS(3842), - [sym_real_literal] = ACTIONS(3842), - [sym_integer_literal] = ACTIONS(3840), - [sym_hex_literal] = ACTIONS(3842), - [sym_bin_literal] = ACTIONS(3842), - [anon_sym_true] = ACTIONS(3840), - [anon_sym_false] = ACTIONS(3840), - [anon_sym_SQUOTE] = ACTIONS(3842), - [sym__backtick_identifier] = ACTIONS(3842), - [sym__automatic_semicolon] = ACTIONS(3842), - [sym_safe_nav] = ACTIONS(3842), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3842), + [anon_sym_object] = ACTIONS(3845), + [anon_sym_fun] = ACTIONS(3848), + [anon_sym_get] = ACTIONS(3828), + [anon_sym_set] = ACTIONS(3828), + [anon_sym_this] = ACTIONS(3851), + [anon_sym_super] = ACTIONS(3854), + [anon_sym_STAR] = ACTIONS(3857), + [sym_label] = ACTIONS(3860), + [anon_sym_in] = ACTIONS(3863), + [anon_sym_null] = ACTIONS(3866), + [anon_sym_if] = ACTIONS(3869), + [anon_sym_else] = ACTIONS(3872), + [anon_sym_when] = ACTIONS(3875), + [anon_sym_try] = ACTIONS(3878), + [anon_sym_throw] = ACTIONS(3881), + [anon_sym_return] = ACTIONS(3884), + [anon_sym_continue] = ACTIONS(3887), + [anon_sym_break] = ACTIONS(3887), + [anon_sym_COLON_COLON] = ACTIONS(3890), + [anon_sym_BANGin] = ACTIONS(3893), + [anon_sym_is] = ACTIONS(3896), + [anon_sym_BANGis] = ACTIONS(3899), + [anon_sym_PLUS] = ACTIONS(3860), + [anon_sym_DASH] = ACTIONS(3860), + [anon_sym_PLUS_PLUS] = ACTIONS(3902), + [anon_sym_DASH_DASH] = ACTIONS(3902), + [anon_sym_BANG] = ACTIONS(3860), + [anon_sym_data] = ACTIONS(3828), + [anon_sym_inner] = ACTIONS(3828), + [anon_sym_expect] = ACTIONS(3828), + [anon_sym_actual] = ACTIONS(3828), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3905), + [anon_sym_continue_AT] = ACTIONS(3908), + [anon_sym_break_AT] = ACTIONS(3911), + [sym_real_literal] = ACTIONS(3914), + [sym_integer_literal] = ACTIONS(3917), + [sym_hex_literal] = ACTIONS(3920), + [sym_bin_literal] = ACTIONS(3920), + [anon_sym_true] = ACTIONS(3923), + [anon_sym_false] = ACTIONS(3923), + [anon_sym_SQUOTE] = ACTIONS(3926), + [sym__backtick_identifier] = ACTIONS(3929), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3932), }, - [754] = { - [sym__expression] = STATE(4238), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_when_entry] = STATE(777), - [sym_when_condition] = STATE(8402), - [sym_range_test] = STATE(8703), - [sym_type_test] = STATE(8703), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__in_operator] = STATE(1932), - [sym__is_operator] = STATE(5796), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(2296), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [753] = { + [sym__expression] = STATE(4268), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_when_entry] = STATE(772), + [sym_when_condition] = STATE(8381), + [sym_range_test] = STATE(8860), + [sym_type_test] = STATE(8860), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__in_operator] = STATE(2157), + [sym__is_operator] = STATE(5802), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(1897), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [aux_sym_when_expression_repeat1] = STATE(777), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [aux_sym_when_expression_repeat1] = STATE(772), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(3844), + [anon_sym_RBRACE] = ACTIONS(3935), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(845), - [sym_label] = ACTIONS(853), + [anon_sym_STAR] = ACTIONS(813), + [sym_label] = ACTIONS(821), [anon_sym_in] = ACTIONS(3818), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(2022), @@ -125202,15 +125201,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BANGin] = ACTIONS(3822), [anon_sym_is] = ACTIONS(3824), [anon_sym_BANGis] = ACTIONS(3826), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(853), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(821), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -125226,77 +125225,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [755] = { - [sym__expression] = STATE(4238), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_when_entry] = STATE(775), - [sym_when_condition] = STATE(8402), - [sym_range_test] = STATE(8703), - [sym_type_test] = STATE(8703), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__in_operator] = STATE(1932), - [sym__is_operator] = STATE(5796), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(2296), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [754] = { + [sym__expression] = STATE(4268), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_when_entry] = STATE(752), + [sym_when_condition] = STATE(8381), + [sym_range_test] = STATE(8860), + [sym_type_test] = STATE(8860), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__in_operator] = STATE(2157), + [sym__is_operator] = STATE(5802), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(1897), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [aux_sym_when_expression_repeat1] = STATE(775), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [aux_sym_when_expression_repeat1] = STATE(752), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(3846), + [anon_sym_RBRACE] = ACTIONS(3937), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(845), - [sym_label] = ACTIONS(853), + [anon_sym_STAR] = ACTIONS(813), + [sym_label] = ACTIONS(821), [anon_sym_in] = ACTIONS(3818), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(2022), @@ -125311,15 +125310,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BANGin] = ACTIONS(3822), [anon_sym_is] = ACTIONS(3824), [anon_sym_BANGis] = ACTIONS(3826), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(853), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(821), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -125335,77 +125334,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [756] = { - [sym__expression] = STATE(4238), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_when_entry] = STATE(775), - [sym_when_condition] = STATE(8402), - [sym_range_test] = STATE(8703), - [sym_type_test] = STATE(8703), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__in_operator] = STATE(1932), - [sym__is_operator] = STATE(5796), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(2296), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [755] = { + [sym__expression] = STATE(4268), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_when_entry] = STATE(754), + [sym_when_condition] = STATE(8381), + [sym_range_test] = STATE(8860), + [sym_type_test] = STATE(8860), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__in_operator] = STATE(2157), + [sym__is_operator] = STATE(5802), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(1897), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [aux_sym_when_expression_repeat1] = STATE(775), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [aux_sym_when_expression_repeat1] = STATE(754), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(3848), + [anon_sym_RBRACE] = ACTIONS(3939), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(845), - [sym_label] = ACTIONS(853), + [anon_sym_STAR] = ACTIONS(813), + [sym_label] = ACTIONS(821), [anon_sym_in] = ACTIONS(3818), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(2022), @@ -125420,15 +125419,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BANGin] = ACTIONS(3822), [anon_sym_is] = ACTIONS(3824), [anon_sym_BANGis] = ACTIONS(3826), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(853), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(821), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -125444,77 +125443,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [757] = { - [sym__expression] = STATE(4238), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_when_entry] = STATE(773), - [sym_when_condition] = STATE(8402), - [sym_range_test] = STATE(8703), - [sym_type_test] = STATE(8703), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__in_operator] = STATE(1932), - [sym__is_operator] = STATE(5796), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(2296), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [756] = { + [sym__expression] = STATE(4268), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_when_entry] = STATE(752), + [sym_when_condition] = STATE(8381), + [sym_range_test] = STATE(8860), + [sym_type_test] = STATE(8860), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__in_operator] = STATE(2157), + [sym__is_operator] = STATE(5802), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(1897), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [aux_sym_when_expression_repeat1] = STATE(773), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [aux_sym_when_expression_repeat1] = STATE(752), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(3850), + [anon_sym_RBRACE] = ACTIONS(3939), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(845), - [sym_label] = ACTIONS(853), + [anon_sym_STAR] = ACTIONS(813), + [sym_label] = ACTIONS(821), [anon_sym_in] = ACTIONS(3818), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(2022), @@ -125529,15 +125528,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BANGin] = ACTIONS(3822), [anon_sym_is] = ACTIONS(3824), [anon_sym_BANGis] = ACTIONS(3826), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(853), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(821), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -125553,77 +125552,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [758] = { - [sym__expression] = STATE(4238), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_when_entry] = STATE(775), - [sym_when_condition] = STATE(8402), - [sym_range_test] = STATE(8703), - [sym_type_test] = STATE(8703), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__in_operator] = STATE(1932), - [sym__is_operator] = STATE(5796), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(2296), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [757] = { + [sym__expression] = STATE(4268), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_when_entry] = STATE(756), + [sym_when_condition] = STATE(8381), + [sym_range_test] = STATE(8860), + [sym_type_test] = STATE(8860), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__in_operator] = STATE(2157), + [sym__is_operator] = STATE(5802), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(1897), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [aux_sym_when_expression_repeat1] = STATE(775), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [aux_sym_when_expression_repeat1] = STATE(756), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(3852), + [anon_sym_RBRACE] = ACTIONS(3941), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(845), - [sym_label] = ACTIONS(853), + [anon_sym_STAR] = ACTIONS(813), + [sym_label] = ACTIONS(821), [anon_sym_in] = ACTIONS(3818), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(2022), @@ -125638,15 +125637,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BANGin] = ACTIONS(3822), [anon_sym_is] = ACTIONS(3824), [anon_sym_BANGis] = ACTIONS(3826), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(853), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(821), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -125662,186 +125661,513 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, + [758] = { + [sym__alpha_identifier] = ACTIONS(3943), + [anon_sym_AT] = ACTIONS(3945), + [anon_sym_LBRACK] = ACTIONS(3948), + [anon_sym_as] = ACTIONS(3943), + [anon_sym_typealias] = ACTIONS(3950), + [anon_sym_EQ] = ACTIONS(3943), + [anon_sym_class] = ACTIONS(3950), + [anon_sym_interface] = ACTIONS(3950), + [anon_sym_enum] = ACTIONS(3950), + [anon_sym_LBRACE] = ACTIONS(3948), + [anon_sym_RBRACE] = ACTIONS(3948), + [anon_sym_LPAREN] = ACTIONS(3948), + [anon_sym_COMMA] = ACTIONS(3948), + [anon_sym_val] = ACTIONS(3950), + [anon_sym_var] = ACTIONS(3950), + [anon_sym_LT] = ACTIONS(3943), + [anon_sym_GT] = ACTIONS(3943), + [anon_sym_where] = ACTIONS(3943), + [anon_sym_object] = ACTIONS(3952), + [anon_sym_fun] = ACTIONS(3952), + [anon_sym_DOT] = ACTIONS(3943), + [anon_sym_SEMI] = ACTIONS(3948), + [anon_sym_get] = ACTIONS(3952), + [anon_sym_set] = ACTIONS(3952), + [anon_sym_this] = ACTIONS(3943), + [anon_sym_super] = ACTIONS(3943), + [anon_sym_STAR] = ACTIONS(3943), + [sym_label] = ACTIONS(3943), + [anon_sym_in] = ACTIONS(3943), + [anon_sym_DOT_DOT] = ACTIONS(3948), + [anon_sym_QMARK_COLON] = ACTIONS(3948), + [anon_sym_AMP_AMP] = ACTIONS(3948), + [anon_sym_PIPE_PIPE] = ACTIONS(3948), + [anon_sym_null] = ACTIONS(3943), + [anon_sym_if] = ACTIONS(3943), + [anon_sym_else] = ACTIONS(3943), + [anon_sym_when] = ACTIONS(3943), + [anon_sym_try] = ACTIONS(3943), + [anon_sym_throw] = ACTIONS(3943), + [anon_sym_return] = ACTIONS(3943), + [anon_sym_continue] = ACTIONS(3943), + [anon_sym_break] = ACTIONS(3943), + [anon_sym_COLON_COLON] = ACTIONS(3948), + [anon_sym_PLUS_EQ] = ACTIONS(3948), + [anon_sym_DASH_EQ] = ACTIONS(3948), + [anon_sym_STAR_EQ] = ACTIONS(3948), + [anon_sym_SLASH_EQ] = ACTIONS(3948), + [anon_sym_PERCENT_EQ] = ACTIONS(3948), + [anon_sym_BANG_EQ] = ACTIONS(3943), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3948), + [anon_sym_EQ_EQ] = ACTIONS(3943), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3948), + [anon_sym_LT_EQ] = ACTIONS(3948), + [anon_sym_GT_EQ] = ACTIONS(3948), + [anon_sym_BANGin] = ACTIONS(3948), + [anon_sym_is] = ACTIONS(3943), + [anon_sym_BANGis] = ACTIONS(3948), + [anon_sym_PLUS] = ACTIONS(3943), + [anon_sym_DASH] = ACTIONS(3943), + [anon_sym_SLASH] = ACTIONS(3943), + [anon_sym_PERCENT] = ACTIONS(3943), + [anon_sym_as_QMARK] = ACTIONS(3948), + [anon_sym_PLUS_PLUS] = ACTIONS(3948), + [anon_sym_DASH_DASH] = ACTIONS(3948), + [anon_sym_BANG] = ACTIONS(3943), + [anon_sym_BANG_BANG] = ACTIONS(3948), + [anon_sym_suspend] = ACTIONS(3952), + [anon_sym_sealed] = ACTIONS(3952), + [anon_sym_annotation] = ACTIONS(3952), + [anon_sym_data] = ACTIONS(3952), + [anon_sym_inner] = ACTIONS(3952), + [anon_sym_override] = ACTIONS(3952), + [anon_sym_lateinit] = ACTIONS(3952), + [anon_sym_public] = ACTIONS(3952), + [anon_sym_private] = ACTIONS(3952), + [anon_sym_internal] = ACTIONS(3952), + [anon_sym_protected] = ACTIONS(3952), + [anon_sym_tailrec] = ACTIONS(3952), + [anon_sym_operator] = ACTIONS(3952), + [anon_sym_infix] = ACTIONS(3952), + [anon_sym_inline] = ACTIONS(3952), + [anon_sym_external] = ACTIONS(3952), + [sym_property_modifier] = ACTIONS(3952), + [anon_sym_abstract] = ACTIONS(3952), + [anon_sym_final] = ACTIONS(3952), + [anon_sym_open] = ACTIONS(3952), + [anon_sym_vararg] = ACTIONS(3952), + [anon_sym_noinline] = ACTIONS(3952), + [anon_sym_crossinline] = ACTIONS(3952), + [anon_sym_expect] = ACTIONS(3952), + [anon_sym_actual] = ACTIONS(3952), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3948), + [anon_sym_continue_AT] = ACTIONS(3948), + [anon_sym_break_AT] = ACTIONS(3948), + [sym_real_literal] = ACTIONS(3948), + [sym_integer_literal] = ACTIONS(3943), + [sym_hex_literal] = ACTIONS(3948), + [sym_bin_literal] = ACTIONS(3948), + [anon_sym_true] = ACTIONS(3943), + [anon_sym_false] = ACTIONS(3943), + [anon_sym_SQUOTE] = ACTIONS(3948), + [sym__backtick_identifier] = ACTIONS(3948), + [sym__automatic_semicolon] = ACTIONS(3948), + [sym_safe_nav] = ACTIONS(3948), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3948), + }, [759] = { - [sym_annotated_lambda] = STATE(1108), - [sym_lambda_literal] = STATE(1080), - [sym_annotation] = STATE(7858), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7858), - [sym__alpha_identifier] = ACTIONS(3854), - [anon_sym_AT] = ACTIONS(3856), - [anon_sym_LBRACK] = ACTIONS(3856), - [anon_sym_as] = ACTIONS(3854), - [anon_sym_EQ] = ACTIONS(3854), - [anon_sym_LBRACE] = ACTIONS(3856), - [anon_sym_RBRACE] = ACTIONS(3856), - [anon_sym_LPAREN] = ACTIONS(3856), - [anon_sym_COMMA] = ACTIONS(3856), - [anon_sym_LT] = ACTIONS(3854), - [anon_sym_GT] = ACTIONS(3854), - [anon_sym_where] = ACTIONS(3854), - [anon_sym_object] = ACTIONS(3854), - [anon_sym_fun] = ACTIONS(3854), - [anon_sym_DOT] = ACTIONS(3854), - [anon_sym_SEMI] = ACTIONS(3856), - [anon_sym_get] = ACTIONS(3854), - [anon_sym_set] = ACTIONS(3854), - [anon_sym_this] = ACTIONS(3854), - [anon_sym_super] = ACTIONS(3854), - [anon_sym_STAR] = ACTIONS(3854), - [sym_label] = ACTIONS(3854), - [anon_sym_in] = ACTIONS(3854), - [anon_sym_DOT_DOT] = ACTIONS(3856), - [anon_sym_QMARK_COLON] = ACTIONS(3856), - [anon_sym_AMP_AMP] = ACTIONS(3856), - [anon_sym_PIPE_PIPE] = ACTIONS(3856), - [anon_sym_null] = ACTIONS(3854), - [anon_sym_if] = ACTIONS(3854), - [anon_sym_else] = ACTIONS(3854), - [anon_sym_when] = ACTIONS(3854), - [anon_sym_try] = ACTIONS(3854), - [anon_sym_throw] = ACTIONS(3854), - [anon_sym_return] = ACTIONS(3854), - [anon_sym_continue] = ACTIONS(3854), - [anon_sym_break] = ACTIONS(3854), - [anon_sym_COLON_COLON] = ACTIONS(3856), - [anon_sym_PLUS_EQ] = ACTIONS(3856), - [anon_sym_DASH_EQ] = ACTIONS(3856), - [anon_sym_STAR_EQ] = ACTIONS(3856), - [anon_sym_SLASH_EQ] = ACTIONS(3856), - [anon_sym_PERCENT_EQ] = ACTIONS(3856), - [anon_sym_BANG_EQ] = ACTIONS(3854), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3856), - [anon_sym_EQ_EQ] = ACTIONS(3854), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3856), - [anon_sym_LT_EQ] = ACTIONS(3856), - [anon_sym_GT_EQ] = ACTIONS(3856), - [anon_sym_BANGin] = ACTIONS(3856), - [anon_sym_is] = ACTIONS(3854), - [anon_sym_BANGis] = ACTIONS(3856), - [anon_sym_PLUS] = ACTIONS(3854), - [anon_sym_DASH] = ACTIONS(3854), - [anon_sym_SLASH] = ACTIONS(3854), - [anon_sym_PERCENT] = ACTIONS(3854), - [anon_sym_as_QMARK] = ACTIONS(3856), - [anon_sym_PLUS_PLUS] = ACTIONS(3856), - [anon_sym_DASH_DASH] = ACTIONS(3856), - [anon_sym_BANG] = ACTIONS(3854), - [anon_sym_BANG_BANG] = ACTIONS(3856), - [anon_sym_suspend] = ACTIONS(3854), - [anon_sym_sealed] = ACTIONS(3854), - [anon_sym_annotation] = ACTIONS(3854), - [anon_sym_data] = ACTIONS(3854), - [anon_sym_inner] = ACTIONS(3854), - [anon_sym_override] = ACTIONS(3854), - [anon_sym_lateinit] = ACTIONS(3854), - [anon_sym_public] = ACTIONS(3854), - [anon_sym_private] = ACTIONS(3854), - [anon_sym_internal] = ACTIONS(3854), - [anon_sym_protected] = ACTIONS(3854), - [anon_sym_tailrec] = ACTIONS(3854), - [anon_sym_operator] = ACTIONS(3854), - [anon_sym_infix] = ACTIONS(3854), - [anon_sym_inline] = ACTIONS(3854), - [anon_sym_external] = ACTIONS(3854), - [sym_property_modifier] = ACTIONS(3854), - [anon_sym_abstract] = ACTIONS(3854), - [anon_sym_final] = ACTIONS(3854), - [anon_sym_open] = ACTIONS(3854), - [anon_sym_vararg] = ACTIONS(3854), - [anon_sym_noinline] = ACTIONS(3854), - [anon_sym_crossinline] = ACTIONS(3854), - [anon_sym_expect] = ACTIONS(3854), - [anon_sym_actual] = ACTIONS(3854), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3856), - [anon_sym_continue_AT] = ACTIONS(3856), - [anon_sym_break_AT] = ACTIONS(3856), - [sym_real_literal] = ACTIONS(3856), - [sym_integer_literal] = ACTIONS(3854), - [sym_hex_literal] = ACTIONS(3856), - [sym_bin_literal] = ACTIONS(3856), - [anon_sym_true] = ACTIONS(3854), - [anon_sym_false] = ACTIONS(3854), - [anon_sym_SQUOTE] = ACTIONS(3856), - [sym__backtick_identifier] = ACTIONS(3856), - [sym__automatic_semicolon] = ACTIONS(3856), - [sym_safe_nav] = ACTIONS(3856), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3856), + [sym__alpha_identifier] = ACTIONS(3943), + [anon_sym_AT] = ACTIONS(3955), + [anon_sym_LBRACK] = ACTIONS(3948), + [anon_sym_as] = ACTIONS(3943), + [anon_sym_typealias] = ACTIONS(3958), + [anon_sym_EQ] = ACTIONS(3943), + [anon_sym_class] = ACTIONS(3958), + [anon_sym_interface] = ACTIONS(3958), + [anon_sym_enum] = ACTIONS(3958), + [anon_sym_LBRACE] = ACTIONS(3948), + [anon_sym_RBRACE] = ACTIONS(3948), + [anon_sym_LPAREN] = ACTIONS(3948), + [anon_sym_COMMA] = ACTIONS(3948), + [anon_sym_val] = ACTIONS(3958), + [anon_sym_var] = ACTIONS(3958), + [anon_sym_LT] = ACTIONS(3943), + [anon_sym_GT] = ACTIONS(3943), + [anon_sym_where] = ACTIONS(3943), + [anon_sym_object] = ACTIONS(3960), + [anon_sym_fun] = ACTIONS(3960), + [anon_sym_DOT] = ACTIONS(3943), + [anon_sym_SEMI] = ACTIONS(3948), + [anon_sym_get] = ACTIONS(3960), + [anon_sym_set] = ACTIONS(3960), + [anon_sym_this] = ACTIONS(3943), + [anon_sym_super] = ACTIONS(3943), + [anon_sym_STAR] = ACTIONS(3943), + [sym_label] = ACTIONS(3943), + [anon_sym_in] = ACTIONS(3943), + [anon_sym_DOT_DOT] = ACTIONS(3948), + [anon_sym_QMARK_COLON] = ACTIONS(3948), + [anon_sym_AMP_AMP] = ACTIONS(3948), + [anon_sym_PIPE_PIPE] = ACTIONS(3948), + [anon_sym_null] = ACTIONS(3943), + [anon_sym_if] = ACTIONS(3943), + [anon_sym_else] = ACTIONS(3943), + [anon_sym_when] = ACTIONS(3943), + [anon_sym_try] = ACTIONS(3943), + [anon_sym_throw] = ACTIONS(3943), + [anon_sym_return] = ACTIONS(3943), + [anon_sym_continue] = ACTIONS(3943), + [anon_sym_break] = ACTIONS(3943), + [anon_sym_COLON_COLON] = ACTIONS(3948), + [anon_sym_PLUS_EQ] = ACTIONS(3948), + [anon_sym_DASH_EQ] = ACTIONS(3948), + [anon_sym_STAR_EQ] = ACTIONS(3948), + [anon_sym_SLASH_EQ] = ACTIONS(3948), + [anon_sym_PERCENT_EQ] = ACTIONS(3948), + [anon_sym_BANG_EQ] = ACTIONS(3943), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3948), + [anon_sym_EQ_EQ] = ACTIONS(3943), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3948), + [anon_sym_LT_EQ] = ACTIONS(3948), + [anon_sym_GT_EQ] = ACTIONS(3948), + [anon_sym_BANGin] = ACTIONS(3948), + [anon_sym_is] = ACTIONS(3943), + [anon_sym_BANGis] = ACTIONS(3948), + [anon_sym_PLUS] = ACTIONS(3943), + [anon_sym_DASH] = ACTIONS(3943), + [anon_sym_SLASH] = ACTIONS(3943), + [anon_sym_PERCENT] = ACTIONS(3943), + [anon_sym_as_QMARK] = ACTIONS(3948), + [anon_sym_PLUS_PLUS] = ACTIONS(3948), + [anon_sym_DASH_DASH] = ACTIONS(3948), + [anon_sym_BANG] = ACTIONS(3943), + [anon_sym_BANG_BANG] = ACTIONS(3948), + [anon_sym_suspend] = ACTIONS(3958), + [anon_sym_sealed] = ACTIONS(3958), + [anon_sym_annotation] = ACTIONS(3958), + [anon_sym_data] = ACTIONS(3960), + [anon_sym_inner] = ACTIONS(3960), + [anon_sym_override] = ACTIONS(3958), + [anon_sym_lateinit] = ACTIONS(3958), + [anon_sym_public] = ACTIONS(3958), + [anon_sym_private] = ACTIONS(3958), + [anon_sym_internal] = ACTIONS(3958), + [anon_sym_protected] = ACTIONS(3958), + [anon_sym_tailrec] = ACTIONS(3958), + [anon_sym_operator] = ACTIONS(3958), + [anon_sym_infix] = ACTIONS(3958), + [anon_sym_inline] = ACTIONS(3958), + [anon_sym_external] = ACTIONS(3958), + [sym_property_modifier] = ACTIONS(3958), + [anon_sym_abstract] = ACTIONS(3958), + [anon_sym_final] = ACTIONS(3958), + [anon_sym_open] = ACTIONS(3958), + [anon_sym_vararg] = ACTIONS(3958), + [anon_sym_noinline] = ACTIONS(3958), + [anon_sym_crossinline] = ACTIONS(3958), + [anon_sym_expect] = ACTIONS(3960), + [anon_sym_actual] = ACTIONS(3960), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3948), + [anon_sym_continue_AT] = ACTIONS(3948), + [anon_sym_break_AT] = ACTIONS(3948), + [sym_real_literal] = ACTIONS(3948), + [sym_integer_literal] = ACTIONS(3943), + [sym_hex_literal] = ACTIONS(3948), + [sym_bin_literal] = ACTIONS(3948), + [anon_sym_true] = ACTIONS(3943), + [anon_sym_false] = ACTIONS(3943), + [anon_sym_SQUOTE] = ACTIONS(3948), + [sym__backtick_identifier] = ACTIONS(3948), + [sym__automatic_semicolon] = ACTIONS(3948), + [sym_safe_nav] = ACTIONS(3948), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3948), }, [760] = { - [sym__expression] = STATE(4238), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_when_entry] = STATE(782), - [sym_when_condition] = STATE(8402), - [sym_range_test] = STATE(8703), - [sym_type_test] = STATE(8703), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__in_operator] = STATE(1932), - [sym__is_operator] = STATE(5796), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(2296), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [sym__alpha_identifier] = ACTIONS(3943), + [anon_sym_AT] = ACTIONS(3955), + [anon_sym_LBRACK] = ACTIONS(3948), + [anon_sym_as] = ACTIONS(3943), + [anon_sym_typealias] = ACTIONS(3958), + [anon_sym_EQ] = ACTIONS(3943), + [anon_sym_class] = ACTIONS(3958), + [anon_sym_interface] = ACTIONS(3958), + [anon_sym_enum] = ACTIONS(3958), + [anon_sym_LBRACE] = ACTIONS(3948), + [anon_sym_RBRACE] = ACTIONS(3948), + [anon_sym_LPAREN] = ACTIONS(3948), + [anon_sym_COMMA] = ACTIONS(3948), + [anon_sym_val] = ACTIONS(3958), + [anon_sym_var] = ACTIONS(3958), + [anon_sym_LT] = ACTIONS(3943), + [anon_sym_GT] = ACTIONS(3943), + [anon_sym_where] = ACTIONS(3943), + [anon_sym_object] = ACTIONS(3960), + [anon_sym_fun] = ACTIONS(3960), + [anon_sym_DOT] = ACTIONS(3943), + [anon_sym_SEMI] = ACTIONS(3948), + [anon_sym_get] = ACTIONS(3960), + [anon_sym_set] = ACTIONS(3960), + [anon_sym_this] = ACTIONS(3943), + [anon_sym_super] = ACTIONS(3943), + [anon_sym_STAR] = ACTIONS(3943), + [sym_label] = ACTIONS(3943), + [anon_sym_in] = ACTIONS(3943), + [anon_sym_DOT_DOT] = ACTIONS(3948), + [anon_sym_QMARK_COLON] = ACTIONS(3948), + [anon_sym_AMP_AMP] = ACTIONS(3948), + [anon_sym_PIPE_PIPE] = ACTIONS(3948), + [anon_sym_null] = ACTIONS(3943), + [anon_sym_if] = ACTIONS(3943), + [anon_sym_else] = ACTIONS(3943), + [anon_sym_when] = ACTIONS(3943), + [anon_sym_try] = ACTIONS(3943), + [anon_sym_throw] = ACTIONS(3943), + [anon_sym_return] = ACTIONS(3943), + [anon_sym_continue] = ACTIONS(3943), + [anon_sym_break] = ACTIONS(3943), + [anon_sym_COLON_COLON] = ACTIONS(3948), + [anon_sym_PLUS_EQ] = ACTIONS(3948), + [anon_sym_DASH_EQ] = ACTIONS(3948), + [anon_sym_STAR_EQ] = ACTIONS(3948), + [anon_sym_SLASH_EQ] = ACTIONS(3948), + [anon_sym_PERCENT_EQ] = ACTIONS(3948), + [anon_sym_BANG_EQ] = ACTIONS(3943), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3948), + [anon_sym_EQ_EQ] = ACTIONS(3943), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3948), + [anon_sym_LT_EQ] = ACTIONS(3948), + [anon_sym_GT_EQ] = ACTIONS(3948), + [anon_sym_BANGin] = ACTIONS(3948), + [anon_sym_is] = ACTIONS(3943), + [anon_sym_BANGis] = ACTIONS(3948), + [anon_sym_PLUS] = ACTIONS(3943), + [anon_sym_DASH] = ACTIONS(3943), + [anon_sym_SLASH] = ACTIONS(3943), + [anon_sym_PERCENT] = ACTIONS(3943), + [anon_sym_as_QMARK] = ACTIONS(3948), + [anon_sym_PLUS_PLUS] = ACTIONS(3948), + [anon_sym_DASH_DASH] = ACTIONS(3948), + [anon_sym_BANG] = ACTIONS(3943), + [anon_sym_BANG_BANG] = ACTIONS(3948), + [anon_sym_suspend] = ACTIONS(3960), + [anon_sym_sealed] = ACTIONS(3960), + [anon_sym_annotation] = ACTIONS(3960), + [anon_sym_data] = ACTIONS(3960), + [anon_sym_inner] = ACTIONS(3960), + [anon_sym_override] = ACTIONS(3960), + [anon_sym_lateinit] = ACTIONS(3960), + [anon_sym_public] = ACTIONS(3960), + [anon_sym_private] = ACTIONS(3960), + [anon_sym_internal] = ACTIONS(3960), + [anon_sym_protected] = ACTIONS(3960), + [anon_sym_tailrec] = ACTIONS(3960), + [anon_sym_operator] = ACTIONS(3960), + [anon_sym_infix] = ACTIONS(3960), + [anon_sym_inline] = ACTIONS(3960), + [anon_sym_external] = ACTIONS(3960), + [sym_property_modifier] = ACTIONS(3960), + [anon_sym_abstract] = ACTIONS(3960), + [anon_sym_final] = ACTIONS(3960), + [anon_sym_open] = ACTIONS(3960), + [anon_sym_vararg] = ACTIONS(3960), + [anon_sym_noinline] = ACTIONS(3960), + [anon_sym_crossinline] = ACTIONS(3960), + [anon_sym_expect] = ACTIONS(3960), + [anon_sym_actual] = ACTIONS(3960), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3948), + [anon_sym_continue_AT] = ACTIONS(3948), + [anon_sym_break_AT] = ACTIONS(3948), + [sym_real_literal] = ACTIONS(3948), + [sym_integer_literal] = ACTIONS(3943), + [sym_hex_literal] = ACTIONS(3948), + [sym_bin_literal] = ACTIONS(3948), + [anon_sym_true] = ACTIONS(3943), + [anon_sym_false] = ACTIONS(3943), + [anon_sym_SQUOTE] = ACTIONS(3948), + [sym__backtick_identifier] = ACTIONS(3948), + [sym__automatic_semicolon] = ACTIONS(3948), + [sym_safe_nav] = ACTIONS(3948), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3948), + }, + [761] = { + [sym__alpha_identifier] = ACTIONS(3943), + [anon_sym_AT] = ACTIONS(3945), + [anon_sym_LBRACK] = ACTIONS(3948), + [anon_sym_as] = ACTIONS(3943), + [anon_sym_typealias] = ACTIONS(3950), + [anon_sym_EQ] = ACTIONS(3943), + [anon_sym_class] = ACTIONS(3950), + [anon_sym_interface] = ACTIONS(3950), + [anon_sym_enum] = ACTIONS(3950), + [anon_sym_LBRACE] = ACTIONS(3948), + [anon_sym_RBRACE] = ACTIONS(3948), + [anon_sym_LPAREN] = ACTIONS(3948), + [anon_sym_COMMA] = ACTIONS(3948), + [anon_sym_val] = ACTIONS(3950), + [anon_sym_var] = ACTIONS(3950), + [anon_sym_LT] = ACTIONS(3943), + [anon_sym_GT] = ACTIONS(3943), + [anon_sym_where] = ACTIONS(3943), + [anon_sym_object] = ACTIONS(3952), + [anon_sym_fun] = ACTIONS(3952), + [anon_sym_DOT] = ACTIONS(3943), + [anon_sym_SEMI] = ACTIONS(3948), + [anon_sym_get] = ACTIONS(3952), + [anon_sym_set] = ACTIONS(3952), + [anon_sym_this] = ACTIONS(3943), + [anon_sym_super] = ACTIONS(3943), + [anon_sym_STAR] = ACTIONS(3943), + [sym_label] = ACTIONS(3943), + [anon_sym_in] = ACTIONS(3943), + [anon_sym_DOT_DOT] = ACTIONS(3948), + [anon_sym_QMARK_COLON] = ACTIONS(3948), + [anon_sym_AMP_AMP] = ACTIONS(3948), + [anon_sym_PIPE_PIPE] = ACTIONS(3948), + [anon_sym_null] = ACTIONS(3943), + [anon_sym_if] = ACTIONS(3943), + [anon_sym_else] = ACTIONS(3943), + [anon_sym_when] = ACTIONS(3943), + [anon_sym_try] = ACTIONS(3943), + [anon_sym_throw] = ACTIONS(3943), + [anon_sym_return] = ACTIONS(3943), + [anon_sym_continue] = ACTIONS(3943), + [anon_sym_break] = ACTIONS(3943), + [anon_sym_COLON_COLON] = ACTIONS(3948), + [anon_sym_PLUS_EQ] = ACTIONS(3948), + [anon_sym_DASH_EQ] = ACTIONS(3948), + [anon_sym_STAR_EQ] = ACTIONS(3948), + [anon_sym_SLASH_EQ] = ACTIONS(3948), + [anon_sym_PERCENT_EQ] = ACTIONS(3948), + [anon_sym_BANG_EQ] = ACTIONS(3943), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3948), + [anon_sym_EQ_EQ] = ACTIONS(3943), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3948), + [anon_sym_LT_EQ] = ACTIONS(3948), + [anon_sym_GT_EQ] = ACTIONS(3948), + [anon_sym_BANGin] = ACTIONS(3948), + [anon_sym_is] = ACTIONS(3943), + [anon_sym_BANGis] = ACTIONS(3948), + [anon_sym_PLUS] = ACTIONS(3943), + [anon_sym_DASH] = ACTIONS(3943), + [anon_sym_SLASH] = ACTIONS(3943), + [anon_sym_PERCENT] = ACTIONS(3943), + [anon_sym_as_QMARK] = ACTIONS(3948), + [anon_sym_PLUS_PLUS] = ACTIONS(3948), + [anon_sym_DASH_DASH] = ACTIONS(3948), + [anon_sym_BANG] = ACTIONS(3943), + [anon_sym_BANG_BANG] = ACTIONS(3948), + [anon_sym_suspend] = ACTIONS(3950), + [anon_sym_sealed] = ACTIONS(3950), + [anon_sym_annotation] = ACTIONS(3950), + [anon_sym_data] = ACTIONS(3952), + [anon_sym_inner] = ACTIONS(3952), + [anon_sym_override] = ACTIONS(3950), + [anon_sym_lateinit] = ACTIONS(3950), + [anon_sym_public] = ACTIONS(3950), + [anon_sym_private] = ACTIONS(3950), + [anon_sym_internal] = ACTIONS(3950), + [anon_sym_protected] = ACTIONS(3950), + [anon_sym_tailrec] = ACTIONS(3950), + [anon_sym_operator] = ACTIONS(3950), + [anon_sym_infix] = ACTIONS(3950), + [anon_sym_inline] = ACTIONS(3950), + [anon_sym_external] = ACTIONS(3950), + [sym_property_modifier] = ACTIONS(3950), + [anon_sym_abstract] = ACTIONS(3950), + [anon_sym_final] = ACTIONS(3950), + [anon_sym_open] = ACTIONS(3950), + [anon_sym_vararg] = ACTIONS(3950), + [anon_sym_noinline] = ACTIONS(3950), + [anon_sym_crossinline] = ACTIONS(3950), + [anon_sym_expect] = ACTIONS(3952), + [anon_sym_actual] = ACTIONS(3952), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3948), + [anon_sym_continue_AT] = ACTIONS(3948), + [anon_sym_break_AT] = ACTIONS(3948), + [sym_real_literal] = ACTIONS(3948), + [sym_integer_literal] = ACTIONS(3943), + [sym_hex_literal] = ACTIONS(3948), + [sym_bin_literal] = ACTIONS(3948), + [anon_sym_true] = ACTIONS(3943), + [anon_sym_false] = ACTIONS(3943), + [anon_sym_SQUOTE] = ACTIONS(3948), + [sym__backtick_identifier] = ACTIONS(3948), + [sym__automatic_semicolon] = ACTIONS(3948), + [sym_safe_nav] = ACTIONS(3948), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3948), + }, + [762] = { + [sym__expression] = STATE(4268), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_when_entry] = STATE(768), + [sym_when_condition] = STATE(8381), + [sym_range_test] = STATE(8860), + [sym_type_test] = STATE(8860), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__in_operator] = STATE(2157), + [sym__is_operator] = STATE(5802), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(1897), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [aux_sym_when_expression_repeat1] = STATE(782), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [aux_sym_when_expression_repeat1] = STATE(768), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(3858), + [anon_sym_RBRACE] = ACTIONS(3963), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(845), - [sym_label] = ACTIONS(853), + [anon_sym_STAR] = ACTIONS(813), + [sym_label] = ACTIONS(821), [anon_sym_in] = ACTIONS(3818), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(2022), @@ -125856,15 +126182,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BANGin] = ACTIONS(3822), [anon_sym_is] = ACTIONS(3824), [anon_sym_BANGis] = ACTIONS(3826), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(853), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(821), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -125880,186 +126206,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [761] = { - [sym__alpha_identifier] = ACTIONS(3828), - [anon_sym_AT] = ACTIONS(3860), - [anon_sym_LBRACK] = ACTIONS(3833), - [anon_sym_as] = ACTIONS(3828), - [anon_sym_typealias] = ACTIONS(3863), - [anon_sym_EQ] = ACTIONS(3828), - [anon_sym_class] = ACTIONS(3863), - [anon_sym_interface] = ACTIONS(3863), - [anon_sym_enum] = ACTIONS(3863), - [anon_sym_LBRACE] = ACTIONS(3833), - [anon_sym_RBRACE] = ACTIONS(3833), - [anon_sym_LPAREN] = ACTIONS(3833), - [anon_sym_COMMA] = ACTIONS(3833), - [anon_sym_val] = ACTIONS(3863), - [anon_sym_var] = ACTIONS(3863), - [anon_sym_LT] = ACTIONS(3828), - [anon_sym_GT] = ACTIONS(3828), - [anon_sym_where] = ACTIONS(3828), - [anon_sym_object] = ACTIONS(3865), - [anon_sym_fun] = ACTIONS(3865), - [anon_sym_DOT] = ACTIONS(3828), - [anon_sym_SEMI] = ACTIONS(3833), - [anon_sym_get] = ACTIONS(3865), - [anon_sym_set] = ACTIONS(3865), - [anon_sym_this] = ACTIONS(3828), - [anon_sym_super] = ACTIONS(3828), - [anon_sym_STAR] = ACTIONS(3828), - [sym_label] = ACTIONS(3828), - [anon_sym_in] = ACTIONS(3828), - [anon_sym_DOT_DOT] = ACTIONS(3833), - [anon_sym_QMARK_COLON] = ACTIONS(3833), - [anon_sym_AMP_AMP] = ACTIONS(3833), - [anon_sym_PIPE_PIPE] = ACTIONS(3833), - [anon_sym_null] = ACTIONS(3828), - [anon_sym_if] = ACTIONS(3828), - [anon_sym_else] = ACTIONS(3828), - [anon_sym_when] = ACTIONS(3828), - [anon_sym_try] = ACTIONS(3828), - [anon_sym_throw] = ACTIONS(3828), - [anon_sym_return] = ACTIONS(3828), - [anon_sym_continue] = ACTIONS(3828), - [anon_sym_break] = ACTIONS(3828), - [anon_sym_COLON_COLON] = ACTIONS(3833), - [anon_sym_PLUS_EQ] = ACTIONS(3833), - [anon_sym_DASH_EQ] = ACTIONS(3833), - [anon_sym_STAR_EQ] = ACTIONS(3833), - [anon_sym_SLASH_EQ] = ACTIONS(3833), - [anon_sym_PERCENT_EQ] = ACTIONS(3833), - [anon_sym_BANG_EQ] = ACTIONS(3828), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3833), - [anon_sym_EQ_EQ] = ACTIONS(3828), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3833), - [anon_sym_LT_EQ] = ACTIONS(3833), - [anon_sym_GT_EQ] = ACTIONS(3833), - [anon_sym_BANGin] = ACTIONS(3833), - [anon_sym_is] = ACTIONS(3828), - [anon_sym_BANGis] = ACTIONS(3833), - [anon_sym_PLUS] = ACTIONS(3828), - [anon_sym_DASH] = ACTIONS(3828), - [anon_sym_SLASH] = ACTIONS(3828), - [anon_sym_PERCENT] = ACTIONS(3828), - [anon_sym_as_QMARK] = ACTIONS(3833), - [anon_sym_PLUS_PLUS] = ACTIONS(3833), - [anon_sym_DASH_DASH] = ACTIONS(3833), - [anon_sym_BANG] = ACTIONS(3828), - [anon_sym_BANG_BANG] = ACTIONS(3833), - [anon_sym_suspend] = ACTIONS(3863), - [anon_sym_sealed] = ACTIONS(3863), - [anon_sym_annotation] = ACTIONS(3863), - [anon_sym_data] = ACTIONS(3865), - [anon_sym_inner] = ACTIONS(3865), - [anon_sym_override] = ACTIONS(3863), - [anon_sym_lateinit] = ACTIONS(3863), - [anon_sym_public] = ACTIONS(3863), - [anon_sym_private] = ACTIONS(3863), - [anon_sym_internal] = ACTIONS(3863), - [anon_sym_protected] = ACTIONS(3863), - [anon_sym_tailrec] = ACTIONS(3863), - [anon_sym_operator] = ACTIONS(3863), - [anon_sym_infix] = ACTIONS(3863), - [anon_sym_inline] = ACTIONS(3863), - [anon_sym_external] = ACTIONS(3863), - [sym_property_modifier] = ACTIONS(3863), - [anon_sym_abstract] = ACTIONS(3863), - [anon_sym_final] = ACTIONS(3863), - [anon_sym_open] = ACTIONS(3863), - [anon_sym_vararg] = ACTIONS(3863), - [anon_sym_noinline] = ACTIONS(3863), - [anon_sym_crossinline] = ACTIONS(3863), - [anon_sym_expect] = ACTIONS(3865), - [anon_sym_actual] = ACTIONS(3865), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3833), - [anon_sym_continue_AT] = ACTIONS(3833), - [anon_sym_break_AT] = ACTIONS(3833), - [sym_real_literal] = ACTIONS(3833), - [sym_integer_literal] = ACTIONS(3828), - [sym_hex_literal] = ACTIONS(3833), - [sym_bin_literal] = ACTIONS(3833), - [anon_sym_true] = ACTIONS(3828), - [anon_sym_false] = ACTIONS(3828), - [anon_sym_SQUOTE] = ACTIONS(3833), - [sym__backtick_identifier] = ACTIONS(3833), - [sym__automatic_semicolon] = ACTIONS(3833), - [sym_safe_nav] = ACTIONS(3833), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3833), - }, - [762] = { - [sym__expression] = STATE(4238), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_when_entry] = STATE(775), - [sym_when_condition] = STATE(8402), - [sym_range_test] = STATE(8703), - [sym_type_test] = STATE(8703), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__in_operator] = STATE(1932), - [sym__is_operator] = STATE(5796), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(2296), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [763] = { + [sym__expression] = STATE(4268), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_when_entry] = STATE(751), + [sym_when_condition] = STATE(8381), + [sym_range_test] = STATE(8860), + [sym_type_test] = STATE(8860), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__in_operator] = STATE(2157), + [sym__is_operator] = STATE(5802), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(1897), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [aux_sym_when_expression_repeat1] = STATE(775), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [aux_sym_when_expression_repeat1] = STATE(751), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(3868), + [anon_sym_RBRACE] = ACTIONS(3965), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(845), - [sym_label] = ACTIONS(853), + [anon_sym_STAR] = ACTIONS(813), + [sym_label] = ACTIONS(821), [anon_sym_in] = ACTIONS(3818), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(2022), @@ -126074,15 +126291,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BANGin] = ACTIONS(3822), [anon_sym_is] = ACTIONS(3824), [anon_sym_BANGis] = ACTIONS(3826), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(853), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(821), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -126098,77 +126315,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [763] = { - [sym__expression] = STATE(4238), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_when_entry] = STATE(755), - [sym_when_condition] = STATE(8402), - [sym_range_test] = STATE(8703), - [sym_type_test] = STATE(8703), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__in_operator] = STATE(1932), - [sym__is_operator] = STATE(5796), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(2296), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [764] = { + [sym__expression] = STATE(4268), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_when_entry] = STATE(752), + [sym_when_condition] = STATE(8381), + [sym_range_test] = STATE(8860), + [sym_type_test] = STATE(8860), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__in_operator] = STATE(2157), + [sym__is_operator] = STATE(5802), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(1897), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [aux_sym_when_expression_repeat1] = STATE(755), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [aux_sym_when_expression_repeat1] = STATE(752), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(3870), + [anon_sym_RBRACE] = ACTIONS(3967), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(845), - [sym_label] = ACTIONS(853), + [anon_sym_STAR] = ACTIONS(813), + [sym_label] = ACTIONS(821), [anon_sym_in] = ACTIONS(3818), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(2022), @@ -126183,15 +126400,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BANGin] = ACTIONS(3822), [anon_sym_is] = ACTIONS(3824), [anon_sym_BANGis] = ACTIONS(3826), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(853), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(821), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -126207,295 +126424,186 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [764] = { - [sym__alpha_identifier] = ACTIONS(3828), - [anon_sym_AT] = ACTIONS(3860), - [anon_sym_LBRACK] = ACTIONS(3833), - [anon_sym_as] = ACTIONS(3828), - [anon_sym_typealias] = ACTIONS(3863), - [anon_sym_EQ] = ACTIONS(3828), - [anon_sym_class] = ACTIONS(3863), - [anon_sym_interface] = ACTIONS(3863), - [anon_sym_enum] = ACTIONS(3863), - [anon_sym_LBRACE] = ACTIONS(3833), - [anon_sym_RBRACE] = ACTIONS(3833), - [anon_sym_LPAREN] = ACTIONS(3833), - [anon_sym_COMMA] = ACTIONS(3833), - [anon_sym_val] = ACTIONS(3863), - [anon_sym_var] = ACTIONS(3863), - [anon_sym_LT] = ACTIONS(3828), - [anon_sym_GT] = ACTIONS(3828), - [anon_sym_where] = ACTIONS(3828), - [anon_sym_object] = ACTIONS(3865), - [anon_sym_fun] = ACTIONS(3865), - [anon_sym_DOT] = ACTIONS(3828), - [anon_sym_SEMI] = ACTIONS(3833), - [anon_sym_get] = ACTIONS(3865), - [anon_sym_set] = ACTIONS(3865), - [anon_sym_this] = ACTIONS(3828), - [anon_sym_super] = ACTIONS(3828), - [anon_sym_STAR] = ACTIONS(3828), - [sym_label] = ACTIONS(3828), - [anon_sym_in] = ACTIONS(3828), - [anon_sym_DOT_DOT] = ACTIONS(3833), - [anon_sym_QMARK_COLON] = ACTIONS(3833), - [anon_sym_AMP_AMP] = ACTIONS(3833), - [anon_sym_PIPE_PIPE] = ACTIONS(3833), - [anon_sym_null] = ACTIONS(3828), - [anon_sym_if] = ACTIONS(3828), - [anon_sym_else] = ACTIONS(3828), - [anon_sym_when] = ACTIONS(3828), - [anon_sym_try] = ACTIONS(3828), - [anon_sym_throw] = ACTIONS(3828), - [anon_sym_return] = ACTIONS(3828), - [anon_sym_continue] = ACTIONS(3828), - [anon_sym_break] = ACTIONS(3828), - [anon_sym_COLON_COLON] = ACTIONS(3833), - [anon_sym_PLUS_EQ] = ACTIONS(3833), - [anon_sym_DASH_EQ] = ACTIONS(3833), - [anon_sym_STAR_EQ] = ACTIONS(3833), - [anon_sym_SLASH_EQ] = ACTIONS(3833), - [anon_sym_PERCENT_EQ] = ACTIONS(3833), - [anon_sym_BANG_EQ] = ACTIONS(3828), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3833), - [anon_sym_EQ_EQ] = ACTIONS(3828), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3833), - [anon_sym_LT_EQ] = ACTIONS(3833), - [anon_sym_GT_EQ] = ACTIONS(3833), - [anon_sym_BANGin] = ACTIONS(3833), - [anon_sym_is] = ACTIONS(3828), - [anon_sym_BANGis] = ACTIONS(3833), - [anon_sym_PLUS] = ACTIONS(3828), - [anon_sym_DASH] = ACTIONS(3828), - [anon_sym_SLASH] = ACTIONS(3828), - [anon_sym_PERCENT] = ACTIONS(3828), - [anon_sym_as_QMARK] = ACTIONS(3833), - [anon_sym_PLUS_PLUS] = ACTIONS(3833), - [anon_sym_DASH_DASH] = ACTIONS(3833), - [anon_sym_BANG] = ACTIONS(3828), - [anon_sym_BANG_BANG] = ACTIONS(3833), - [anon_sym_suspend] = ACTIONS(3865), - [anon_sym_sealed] = ACTIONS(3865), - [anon_sym_annotation] = ACTIONS(3865), - [anon_sym_data] = ACTIONS(3865), - [anon_sym_inner] = ACTIONS(3865), - [anon_sym_override] = ACTIONS(3865), - [anon_sym_lateinit] = ACTIONS(3865), - [anon_sym_public] = ACTIONS(3865), - [anon_sym_private] = ACTIONS(3865), - [anon_sym_internal] = ACTIONS(3865), - [anon_sym_protected] = ACTIONS(3865), - [anon_sym_tailrec] = ACTIONS(3865), - [anon_sym_operator] = ACTIONS(3865), - [anon_sym_infix] = ACTIONS(3865), - [anon_sym_inline] = ACTIONS(3865), - [anon_sym_external] = ACTIONS(3865), - [sym_property_modifier] = ACTIONS(3865), - [anon_sym_abstract] = ACTIONS(3865), - [anon_sym_final] = ACTIONS(3865), - [anon_sym_open] = ACTIONS(3865), - [anon_sym_vararg] = ACTIONS(3865), - [anon_sym_noinline] = ACTIONS(3865), - [anon_sym_crossinline] = ACTIONS(3865), - [anon_sym_expect] = ACTIONS(3865), - [anon_sym_actual] = ACTIONS(3865), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3833), - [anon_sym_continue_AT] = ACTIONS(3833), - [anon_sym_break_AT] = ACTIONS(3833), - [sym_real_literal] = ACTIONS(3833), - [sym_integer_literal] = ACTIONS(3828), - [sym_hex_literal] = ACTIONS(3833), - [sym_bin_literal] = ACTIONS(3833), - [anon_sym_true] = ACTIONS(3828), - [anon_sym_false] = ACTIONS(3828), - [anon_sym_SQUOTE] = ACTIONS(3833), - [sym__backtick_identifier] = ACTIONS(3833), - [sym__automatic_semicolon] = ACTIONS(3833), - [sym_safe_nav] = ACTIONS(3833), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3833), - }, [765] = { - [sym__alpha_identifier] = ACTIONS(3828), - [anon_sym_AT] = ACTIONS(3830), - [anon_sym_LBRACK] = ACTIONS(3833), - [anon_sym_as] = ACTIONS(3828), - [anon_sym_typealias] = ACTIONS(3835), - [anon_sym_EQ] = ACTIONS(3828), - [anon_sym_class] = ACTIONS(3835), - [anon_sym_interface] = ACTIONS(3835), - [anon_sym_enum] = ACTIONS(3835), - [anon_sym_LBRACE] = ACTIONS(3833), - [anon_sym_RBRACE] = ACTIONS(3833), - [anon_sym_LPAREN] = ACTIONS(3833), - [anon_sym_COMMA] = ACTIONS(3833), - [anon_sym_val] = ACTIONS(3835), - [anon_sym_var] = ACTIONS(3835), - [anon_sym_LT] = ACTIONS(3828), - [anon_sym_GT] = ACTIONS(3828), - [anon_sym_where] = ACTIONS(3828), - [anon_sym_object] = ACTIONS(3837), - [anon_sym_fun] = ACTIONS(3837), - [anon_sym_DOT] = ACTIONS(3828), - [anon_sym_SEMI] = ACTIONS(3833), - [anon_sym_get] = ACTIONS(3837), - [anon_sym_set] = ACTIONS(3837), - [anon_sym_this] = ACTIONS(3828), - [anon_sym_super] = ACTIONS(3828), - [anon_sym_STAR] = ACTIONS(3828), - [sym_label] = ACTIONS(3828), - [anon_sym_in] = ACTIONS(3828), - [anon_sym_DOT_DOT] = ACTIONS(3833), - [anon_sym_QMARK_COLON] = ACTIONS(3833), - [anon_sym_AMP_AMP] = ACTIONS(3833), - [anon_sym_PIPE_PIPE] = ACTIONS(3833), - [anon_sym_null] = ACTIONS(3828), - [anon_sym_if] = ACTIONS(3828), - [anon_sym_else] = ACTIONS(3828), - [anon_sym_when] = ACTIONS(3828), - [anon_sym_try] = ACTIONS(3828), - [anon_sym_throw] = ACTIONS(3828), - [anon_sym_return] = ACTIONS(3828), - [anon_sym_continue] = ACTIONS(3828), - [anon_sym_break] = ACTIONS(3828), - [anon_sym_COLON_COLON] = ACTIONS(3833), - [anon_sym_PLUS_EQ] = ACTIONS(3833), - [anon_sym_DASH_EQ] = ACTIONS(3833), - [anon_sym_STAR_EQ] = ACTIONS(3833), - [anon_sym_SLASH_EQ] = ACTIONS(3833), - [anon_sym_PERCENT_EQ] = ACTIONS(3833), - [anon_sym_BANG_EQ] = ACTIONS(3828), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3833), - [anon_sym_EQ_EQ] = ACTIONS(3828), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3833), - [anon_sym_LT_EQ] = ACTIONS(3833), - [anon_sym_GT_EQ] = ACTIONS(3833), - [anon_sym_BANGin] = ACTIONS(3833), - [anon_sym_is] = ACTIONS(3828), - [anon_sym_BANGis] = ACTIONS(3833), - [anon_sym_PLUS] = ACTIONS(3828), - [anon_sym_DASH] = ACTIONS(3828), - [anon_sym_SLASH] = ACTIONS(3828), - [anon_sym_PERCENT] = ACTIONS(3828), - [anon_sym_as_QMARK] = ACTIONS(3833), - [anon_sym_PLUS_PLUS] = ACTIONS(3833), - [anon_sym_DASH_DASH] = ACTIONS(3833), - [anon_sym_BANG] = ACTIONS(3828), - [anon_sym_BANG_BANG] = ACTIONS(3833), - [anon_sym_suspend] = ACTIONS(3837), - [anon_sym_sealed] = ACTIONS(3837), - [anon_sym_annotation] = ACTIONS(3837), - [anon_sym_data] = ACTIONS(3837), - [anon_sym_inner] = ACTIONS(3837), - [anon_sym_override] = ACTIONS(3837), - [anon_sym_lateinit] = ACTIONS(3837), - [anon_sym_public] = ACTIONS(3837), - [anon_sym_private] = ACTIONS(3837), - [anon_sym_internal] = ACTIONS(3837), - [anon_sym_protected] = ACTIONS(3837), - [anon_sym_tailrec] = ACTIONS(3837), - [anon_sym_operator] = ACTIONS(3837), - [anon_sym_infix] = ACTIONS(3837), - [anon_sym_inline] = ACTIONS(3837), - [anon_sym_external] = ACTIONS(3837), - [sym_property_modifier] = ACTIONS(3837), - [anon_sym_abstract] = ACTIONS(3837), - [anon_sym_final] = ACTIONS(3837), - [anon_sym_open] = ACTIONS(3837), - [anon_sym_vararg] = ACTIONS(3837), - [anon_sym_noinline] = ACTIONS(3837), - [anon_sym_crossinline] = ACTIONS(3837), - [anon_sym_expect] = ACTIONS(3837), - [anon_sym_actual] = ACTIONS(3837), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3833), - [anon_sym_continue_AT] = ACTIONS(3833), - [anon_sym_break_AT] = ACTIONS(3833), - [sym_real_literal] = ACTIONS(3833), - [sym_integer_literal] = ACTIONS(3828), - [sym_hex_literal] = ACTIONS(3833), - [sym_bin_literal] = ACTIONS(3833), - [anon_sym_true] = ACTIONS(3828), - [anon_sym_false] = ACTIONS(3828), - [anon_sym_SQUOTE] = ACTIONS(3833), - [sym__backtick_identifier] = ACTIONS(3833), - [sym__automatic_semicolon] = ACTIONS(3833), - [sym_safe_nav] = ACTIONS(3833), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3833), + [sym_indexing_suffix] = STATE(6609), + [sym_navigation_suffix] = STATE(6609), + [sym__postfix_unary_operator] = STATE(6609), + [sym__member_access_operator] = STATE(7345), + [sym__postfix_unary_suffix] = STATE(6609), + [aux_sym__postfix_unary_expression_repeat1] = STATE(6609), + [sym__alpha_identifier] = ACTIONS(3969), + [anon_sym_AT] = ACTIONS(3971), + [anon_sym_LBRACK] = ACTIONS(3973), + [anon_sym_as] = ACTIONS(3969), + [anon_sym_EQ] = ACTIONS(3976), + [anon_sym_LBRACE] = ACTIONS(3971), + [anon_sym_RBRACE] = ACTIONS(3971), + [anon_sym_LPAREN] = ACTIONS(3971), + [anon_sym_COMMA] = ACTIONS(3971), + [anon_sym_LT] = ACTIONS(3969), + [anon_sym_GT] = ACTIONS(3969), + [anon_sym_where] = ACTIONS(3969), + [anon_sym_object] = ACTIONS(3969), + [anon_sym_fun] = ACTIONS(3969), + [anon_sym_DOT] = ACTIONS(3979), + [anon_sym_SEMI] = ACTIONS(3971), + [anon_sym_get] = ACTIONS(3969), + [anon_sym_set] = ACTIONS(3969), + [anon_sym_this] = ACTIONS(3969), + [anon_sym_super] = ACTIONS(3969), + [anon_sym_STAR] = ACTIONS(3969), + [sym_label] = ACTIONS(3969), + [anon_sym_in] = ACTIONS(3969), + [anon_sym_DOT_DOT] = ACTIONS(3971), + [anon_sym_QMARK_COLON] = ACTIONS(3971), + [anon_sym_AMP_AMP] = ACTIONS(3971), + [anon_sym_PIPE_PIPE] = ACTIONS(3971), + [anon_sym_null] = ACTIONS(3969), + [anon_sym_if] = ACTIONS(3969), + [anon_sym_else] = ACTIONS(3969), + [anon_sym_when] = ACTIONS(3969), + [anon_sym_try] = ACTIONS(3969), + [anon_sym_throw] = ACTIONS(3969), + [anon_sym_return] = ACTIONS(3969), + [anon_sym_continue] = ACTIONS(3969), + [anon_sym_break] = ACTIONS(3969), + [anon_sym_COLON_COLON] = ACTIONS(3982), + [anon_sym_PLUS_EQ] = ACTIONS(3985), + [anon_sym_DASH_EQ] = ACTIONS(3985), + [anon_sym_STAR_EQ] = ACTIONS(3985), + [anon_sym_SLASH_EQ] = ACTIONS(3985), + [anon_sym_PERCENT_EQ] = ACTIONS(3985), + [anon_sym_BANG_EQ] = ACTIONS(3969), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3971), + [anon_sym_EQ_EQ] = ACTIONS(3969), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3971), + [anon_sym_LT_EQ] = ACTIONS(3971), + [anon_sym_GT_EQ] = ACTIONS(3971), + [anon_sym_BANGin] = ACTIONS(3971), + [anon_sym_is] = ACTIONS(3969), + [anon_sym_BANGis] = ACTIONS(3971), + [anon_sym_PLUS] = ACTIONS(3969), + [anon_sym_DASH] = ACTIONS(3969), + [anon_sym_SLASH] = ACTIONS(3969), + [anon_sym_PERCENT] = ACTIONS(3969), + [anon_sym_as_QMARK] = ACTIONS(3971), + [anon_sym_PLUS_PLUS] = ACTIONS(3988), + [anon_sym_DASH_DASH] = ACTIONS(3988), + [anon_sym_BANG] = ACTIONS(3969), + [anon_sym_BANG_BANG] = ACTIONS(3988), + [anon_sym_suspend] = ACTIONS(3969), + [anon_sym_sealed] = ACTIONS(3969), + [anon_sym_annotation] = ACTIONS(3969), + [anon_sym_data] = ACTIONS(3969), + [anon_sym_inner] = ACTIONS(3969), + [anon_sym_override] = ACTIONS(3969), + [anon_sym_lateinit] = ACTIONS(3969), + [anon_sym_public] = ACTIONS(3969), + [anon_sym_private] = ACTIONS(3969), + [anon_sym_internal] = ACTIONS(3969), + [anon_sym_protected] = ACTIONS(3969), + [anon_sym_tailrec] = ACTIONS(3969), + [anon_sym_operator] = ACTIONS(3969), + [anon_sym_infix] = ACTIONS(3969), + [anon_sym_inline] = ACTIONS(3969), + [anon_sym_external] = ACTIONS(3969), + [sym_property_modifier] = ACTIONS(3969), + [anon_sym_abstract] = ACTIONS(3969), + [anon_sym_final] = ACTIONS(3969), + [anon_sym_open] = ACTIONS(3969), + [anon_sym_vararg] = ACTIONS(3969), + [anon_sym_noinline] = ACTIONS(3969), + [anon_sym_crossinline] = ACTIONS(3969), + [anon_sym_expect] = ACTIONS(3969), + [anon_sym_actual] = ACTIONS(3969), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3971), + [anon_sym_continue_AT] = ACTIONS(3971), + [anon_sym_break_AT] = ACTIONS(3971), + [sym_real_literal] = ACTIONS(3971), + [sym_integer_literal] = ACTIONS(3969), + [sym_hex_literal] = ACTIONS(3971), + [sym_bin_literal] = ACTIONS(3971), + [anon_sym_true] = ACTIONS(3969), + [anon_sym_false] = ACTIONS(3969), + [anon_sym_SQUOTE] = ACTIONS(3971), + [sym__backtick_identifier] = ACTIONS(3971), + [sym__automatic_semicolon] = ACTIONS(3971), + [sym_safe_nav] = ACTIONS(3982), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3971), }, [766] = { - [sym__expression] = STATE(4238), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), + [sym__expression] = STATE(4268), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), [sym_when_entry] = STATE(780), - [sym_when_condition] = STATE(8402), - [sym_range_test] = STATE(8703), - [sym_type_test] = STATE(8703), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__in_operator] = STATE(1932), - [sym__is_operator] = STATE(5796), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(2296), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [sym_when_condition] = STATE(8381), + [sym_range_test] = STATE(8860), + [sym_type_test] = STATE(8860), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__in_operator] = STATE(2157), + [sym__is_operator] = STATE(5802), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(1897), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), [aux_sym_when_expression_repeat1] = STATE(780), - [sym__alpha_identifier] = ACTIONS(199), + [sym__alpha_identifier] = ACTIONS(203), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(3872), + [anon_sym_RBRACE] = ACTIONS(3991), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(845), - [sym_label] = ACTIONS(853), + [anon_sym_STAR] = ACTIONS(813), + [sym_label] = ACTIONS(821), [anon_sym_in] = ACTIONS(3818), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(2022), @@ -126510,15 +126618,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BANGin] = ACTIONS(3822), [anon_sym_is] = ACTIONS(3824), [anon_sym_BANGis] = ACTIONS(3826), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(853), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(821), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -126535,185 +126643,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(283), }, [767] = { - [sym_indexing_suffix] = STATE(6624), - [sym_navigation_suffix] = STATE(6624), - [sym__postfix_unary_operator] = STATE(6624), - [sym__member_access_operator] = STATE(7210), - [sym__postfix_unary_suffix] = STATE(6624), - [aux_sym__postfix_unary_expression_repeat1] = STATE(6624), - [sym__alpha_identifier] = ACTIONS(3874), - [anon_sym_AT] = ACTIONS(3876), - [anon_sym_LBRACK] = ACTIONS(3878), - [anon_sym_as] = ACTIONS(3874), - [anon_sym_EQ] = ACTIONS(3881), - [anon_sym_LBRACE] = ACTIONS(3876), - [anon_sym_RBRACE] = ACTIONS(3876), - [anon_sym_LPAREN] = ACTIONS(3876), - [anon_sym_COMMA] = ACTIONS(3876), - [anon_sym_LT] = ACTIONS(3874), - [anon_sym_GT] = ACTIONS(3874), - [anon_sym_where] = ACTIONS(3874), - [anon_sym_object] = ACTIONS(3874), - [anon_sym_fun] = ACTIONS(3874), - [anon_sym_DOT] = ACTIONS(3884), - [anon_sym_SEMI] = ACTIONS(3876), - [anon_sym_get] = ACTIONS(3874), - [anon_sym_set] = ACTIONS(3874), - [anon_sym_this] = ACTIONS(3874), - [anon_sym_super] = ACTIONS(3874), - [anon_sym_STAR] = ACTIONS(3874), - [sym_label] = ACTIONS(3874), - [anon_sym_in] = ACTIONS(3874), - [anon_sym_DOT_DOT] = ACTIONS(3876), - [anon_sym_QMARK_COLON] = ACTIONS(3876), - [anon_sym_AMP_AMP] = ACTIONS(3876), - [anon_sym_PIPE_PIPE] = ACTIONS(3876), - [anon_sym_null] = ACTIONS(3874), - [anon_sym_if] = ACTIONS(3874), - [anon_sym_else] = ACTIONS(3874), - [anon_sym_when] = ACTIONS(3874), - [anon_sym_try] = ACTIONS(3874), - [anon_sym_throw] = ACTIONS(3874), - [anon_sym_return] = ACTIONS(3874), - [anon_sym_continue] = ACTIONS(3874), - [anon_sym_break] = ACTIONS(3874), - [anon_sym_COLON_COLON] = ACTIONS(3887), - [anon_sym_PLUS_EQ] = ACTIONS(3890), - [anon_sym_DASH_EQ] = ACTIONS(3890), - [anon_sym_STAR_EQ] = ACTIONS(3890), - [anon_sym_SLASH_EQ] = ACTIONS(3890), - [anon_sym_PERCENT_EQ] = ACTIONS(3890), - [anon_sym_BANG_EQ] = ACTIONS(3874), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3876), - [anon_sym_EQ_EQ] = ACTIONS(3874), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3876), - [anon_sym_LT_EQ] = ACTIONS(3876), - [anon_sym_GT_EQ] = ACTIONS(3876), - [anon_sym_BANGin] = ACTIONS(3876), - [anon_sym_is] = ACTIONS(3874), - [anon_sym_BANGis] = ACTIONS(3876), - [anon_sym_PLUS] = ACTIONS(3874), - [anon_sym_DASH] = ACTIONS(3874), - [anon_sym_SLASH] = ACTIONS(3874), - [anon_sym_PERCENT] = ACTIONS(3874), - [anon_sym_as_QMARK] = ACTIONS(3876), - [anon_sym_PLUS_PLUS] = ACTIONS(3893), - [anon_sym_DASH_DASH] = ACTIONS(3893), - [anon_sym_BANG] = ACTIONS(3874), - [anon_sym_BANG_BANG] = ACTIONS(3893), - [anon_sym_suspend] = ACTIONS(3874), - [anon_sym_sealed] = ACTIONS(3874), - [anon_sym_annotation] = ACTIONS(3874), - [anon_sym_data] = ACTIONS(3874), - [anon_sym_inner] = ACTIONS(3874), - [anon_sym_override] = ACTIONS(3874), - [anon_sym_lateinit] = ACTIONS(3874), - [anon_sym_public] = ACTIONS(3874), - [anon_sym_private] = ACTIONS(3874), - [anon_sym_internal] = ACTIONS(3874), - [anon_sym_protected] = ACTIONS(3874), - [anon_sym_tailrec] = ACTIONS(3874), - [anon_sym_operator] = ACTIONS(3874), - [anon_sym_infix] = ACTIONS(3874), - [anon_sym_inline] = ACTIONS(3874), - [anon_sym_external] = ACTIONS(3874), - [sym_property_modifier] = ACTIONS(3874), - [anon_sym_abstract] = ACTIONS(3874), - [anon_sym_final] = ACTIONS(3874), - [anon_sym_open] = ACTIONS(3874), - [anon_sym_vararg] = ACTIONS(3874), - [anon_sym_noinline] = ACTIONS(3874), - [anon_sym_crossinline] = ACTIONS(3874), - [anon_sym_expect] = ACTIONS(3874), - [anon_sym_actual] = ACTIONS(3874), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3876), - [anon_sym_continue_AT] = ACTIONS(3876), - [anon_sym_break_AT] = ACTIONS(3876), - [sym_real_literal] = ACTIONS(3876), - [sym_integer_literal] = ACTIONS(3874), - [sym_hex_literal] = ACTIONS(3876), - [sym_bin_literal] = ACTIONS(3876), - [anon_sym_true] = ACTIONS(3874), - [anon_sym_false] = ACTIONS(3874), - [anon_sym_SQUOTE] = ACTIONS(3876), - [sym__backtick_identifier] = ACTIONS(3876), - [sym__automatic_semicolon] = ACTIONS(3876), - [sym_safe_nav] = ACTIONS(3887), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3876), - }, - [768] = { - [sym__expression] = STATE(4238), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_when_entry] = STATE(756), - [sym_when_condition] = STATE(8402), - [sym_range_test] = STATE(8703), - [sym_type_test] = STATE(8703), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__in_operator] = STATE(1932), - [sym__is_operator] = STATE(5796), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(2296), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [sym__expression] = STATE(4268), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_when_entry] = STATE(752), + [sym_when_condition] = STATE(8381), + [sym_range_test] = STATE(8860), + [sym_type_test] = STATE(8860), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__in_operator] = STATE(2157), + [sym__is_operator] = STATE(5802), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(1897), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [aux_sym_when_expression_repeat1] = STATE(756), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [aux_sym_when_expression_repeat1] = STATE(752), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(3896), + [anon_sym_RBRACE] = ACTIONS(3991), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(845), - [sym_label] = ACTIONS(853), + [anon_sym_STAR] = ACTIONS(813), + [sym_label] = ACTIONS(821), [anon_sym_in] = ACTIONS(3818), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(2022), @@ -126728,15 +126727,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BANGin] = ACTIONS(3822), [anon_sym_is] = ACTIONS(3824), [anon_sym_BANGis] = ACTIONS(3826), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(853), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(821), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -126752,77 +126751,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [769] = { - [sym__expression] = STATE(4238), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_when_entry] = STATE(751), - [sym_when_condition] = STATE(8402), - [sym_range_test] = STATE(8703), - [sym_type_test] = STATE(8703), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__in_operator] = STATE(1932), - [sym__is_operator] = STATE(5796), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(2296), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [768] = { + [sym__expression] = STATE(4268), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_when_entry] = STATE(752), + [sym_when_condition] = STATE(8381), + [sym_range_test] = STATE(8860), + [sym_type_test] = STATE(8860), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__in_operator] = STATE(2157), + [sym__is_operator] = STATE(5802), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(1897), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [aux_sym_when_expression_repeat1] = STATE(751), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [aux_sym_when_expression_repeat1] = STATE(752), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(3848), + [anon_sym_RBRACE] = ACTIONS(3993), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(845), - [sym_label] = ACTIONS(853), + [anon_sym_STAR] = ACTIONS(813), + [sym_label] = ACTIONS(821), [anon_sym_in] = ACTIONS(3818), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(2022), @@ -126837,15 +126836,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BANGin] = ACTIONS(3822), [anon_sym_is] = ACTIONS(3824), [anon_sym_BANGis] = ACTIONS(3826), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(853), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(821), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -126861,77 +126860,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [770] = { - [sym__expression] = STATE(4238), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_when_entry] = STATE(775), - [sym_when_condition] = STATE(8402), - [sym_range_test] = STATE(8703), - [sym_type_test] = STATE(8703), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__in_operator] = STATE(1932), - [sym__is_operator] = STATE(5796), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(2296), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [769] = { + [sym__expression] = STATE(4268), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_when_entry] = STATE(764), + [sym_when_condition] = STATE(8381), + [sym_range_test] = STATE(8860), + [sym_type_test] = STATE(8860), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__in_operator] = STATE(2157), + [sym__is_operator] = STATE(5802), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(1897), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [aux_sym_when_expression_repeat1] = STATE(775), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [aux_sym_when_expression_repeat1] = STATE(764), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(3898), + [anon_sym_RBRACE] = ACTIONS(3995), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(845), - [sym_label] = ACTIONS(853), + [anon_sym_STAR] = ACTIONS(813), + [sym_label] = ACTIONS(821), [anon_sym_in] = ACTIONS(3818), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(2022), @@ -126946,15 +126945,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BANGin] = ACTIONS(3822), [anon_sym_is] = ACTIONS(3824), [anon_sym_BANGis] = ACTIONS(3826), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(853), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(821), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -126970,77 +126969,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [771] = { - [sym__expression] = STATE(4238), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_when_entry] = STATE(783), - [sym_when_condition] = STATE(8402), - [sym_range_test] = STATE(8703), - [sym_type_test] = STATE(8703), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__in_operator] = STATE(1932), - [sym__is_operator] = STATE(5796), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(2296), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [770] = { + [sym__expression] = STATE(4268), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_when_entry] = STATE(752), + [sym_when_condition] = STATE(8381), + [sym_range_test] = STATE(8860), + [sym_type_test] = STATE(8860), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__in_operator] = STATE(2157), + [sym__is_operator] = STATE(5802), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(1897), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [aux_sym_when_expression_repeat1] = STATE(783), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [aux_sym_when_expression_repeat1] = STATE(752), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(3900), + [anon_sym_RBRACE] = ACTIONS(3995), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(845), - [sym_label] = ACTIONS(853), + [anon_sym_STAR] = ACTIONS(813), + [sym_label] = ACTIONS(821), [anon_sym_in] = ACTIONS(3818), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(2022), @@ -127055,15 +127054,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BANGin] = ACTIONS(3822), [anon_sym_is] = ACTIONS(3824), [anon_sym_BANGis] = ACTIONS(3826), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(853), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(821), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -127079,77 +127078,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [772] = { - [sym__expression] = STATE(4238), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_when_entry] = STATE(778), - [sym_when_condition] = STATE(8402), - [sym_range_test] = STATE(8703), - [sym_type_test] = STATE(8703), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__in_operator] = STATE(1932), - [sym__is_operator] = STATE(5796), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(2296), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [771] = { + [sym__expression] = STATE(4268), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_when_entry] = STATE(767), + [sym_when_condition] = STATE(8381), + [sym_range_test] = STATE(8860), + [sym_type_test] = STATE(8860), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__in_operator] = STATE(2157), + [sym__is_operator] = STATE(5802), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(1897), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [aux_sym_when_expression_repeat1] = STATE(778), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [aux_sym_when_expression_repeat1] = STATE(767), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(3902), + [anon_sym_RBRACE] = ACTIONS(3997), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(845), - [sym_label] = ACTIONS(853), + [anon_sym_STAR] = ACTIONS(813), + [sym_label] = ACTIONS(821), [anon_sym_in] = ACTIONS(3818), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(2022), @@ -127164,15 +127163,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BANGin] = ACTIONS(3822), [anon_sym_is] = ACTIONS(3824), [anon_sym_BANGis] = ACTIONS(3826), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(853), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(821), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -127188,77 +127187,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [773] = { - [sym__expression] = STATE(4238), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_when_entry] = STATE(775), - [sym_when_condition] = STATE(8402), - [sym_range_test] = STATE(8703), - [sym_type_test] = STATE(8703), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__in_operator] = STATE(1932), - [sym__is_operator] = STATE(5796), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(2296), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [772] = { + [sym__expression] = STATE(4268), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_when_entry] = STATE(752), + [sym_when_condition] = STATE(8381), + [sym_range_test] = STATE(8860), + [sym_type_test] = STATE(8860), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__in_operator] = STATE(2157), + [sym__is_operator] = STATE(5802), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(1897), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [aux_sym_when_expression_repeat1] = STATE(775), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [aux_sym_when_expression_repeat1] = STATE(752), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(3904), + [anon_sym_RBRACE] = ACTIONS(3999), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(845), - [sym_label] = ACTIONS(853), + [anon_sym_STAR] = ACTIONS(813), + [sym_label] = ACTIONS(821), [anon_sym_in] = ACTIONS(3818), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(2022), @@ -127273,15 +127272,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BANGin] = ACTIONS(3822), [anon_sym_is] = ACTIONS(3824), [anon_sym_BANGis] = ACTIONS(3826), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(853), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(821), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -127297,77 +127296,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [774] = { - [sym__expression] = STATE(4238), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_when_entry] = STATE(770), - [sym_when_condition] = STATE(8402), - [sym_range_test] = STATE(8703), - [sym_type_test] = STATE(8703), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__in_operator] = STATE(1932), - [sym__is_operator] = STATE(5796), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(2296), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [773] = { + [sym__expression] = STATE(4268), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_when_entry] = STATE(752), + [sym_when_condition] = STATE(8381), + [sym_range_test] = STATE(8860), + [sym_type_test] = STATE(8860), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__in_operator] = STATE(2157), + [sym__is_operator] = STATE(5802), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(1897), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [aux_sym_when_expression_repeat1] = STATE(770), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [aux_sym_when_expression_repeat1] = STATE(752), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(3904), + [anon_sym_RBRACE] = ACTIONS(4001), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(845), - [sym_label] = ACTIONS(853), + [anon_sym_STAR] = ACTIONS(813), + [sym_label] = ACTIONS(821), [anon_sym_in] = ACTIONS(3818), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(2022), @@ -127382,15 +127381,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BANGin] = ACTIONS(3822), [anon_sym_is] = ACTIONS(3824), [anon_sym_BANGis] = ACTIONS(3826), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(853), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(821), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -127406,186 +127405,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [775] = { - [sym__expression] = STATE(4238), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_when_entry] = STATE(775), - [sym_when_condition] = STATE(8402), - [sym_range_test] = STATE(8703), - [sym_type_test] = STATE(8703), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__in_operator] = STATE(1932), - [sym__is_operator] = STATE(5796), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(2296), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [aux_sym_when_expression_repeat1] = STATE(775), - [sym__alpha_identifier] = ACTIONS(3906), - [anon_sym_AT] = ACTIONS(3909), - [anon_sym_LBRACK] = ACTIONS(3912), - [anon_sym_LBRACE] = ACTIONS(3915), - [anon_sym_RBRACE] = ACTIONS(3918), - [anon_sym_LPAREN] = ACTIONS(3920), - [anon_sym_object] = ACTIONS(3923), - [anon_sym_fun] = ACTIONS(3926), - [anon_sym_get] = ACTIONS(3906), - [anon_sym_set] = ACTIONS(3906), - [anon_sym_this] = ACTIONS(3929), - [anon_sym_super] = ACTIONS(3932), - [anon_sym_STAR] = ACTIONS(3935), - [sym_label] = ACTIONS(3938), - [anon_sym_in] = ACTIONS(3941), - [anon_sym_null] = ACTIONS(3944), - [anon_sym_if] = ACTIONS(3947), - [anon_sym_else] = ACTIONS(3950), - [anon_sym_when] = ACTIONS(3953), - [anon_sym_try] = ACTIONS(3956), - [anon_sym_throw] = ACTIONS(3959), - [anon_sym_return] = ACTIONS(3962), - [anon_sym_continue] = ACTIONS(3965), - [anon_sym_break] = ACTIONS(3965), - [anon_sym_COLON_COLON] = ACTIONS(3968), - [anon_sym_BANGin] = ACTIONS(3971), - [anon_sym_is] = ACTIONS(3974), - [anon_sym_BANGis] = ACTIONS(3977), - [anon_sym_PLUS] = ACTIONS(3938), - [anon_sym_DASH] = ACTIONS(3938), - [anon_sym_PLUS_PLUS] = ACTIONS(3980), - [anon_sym_DASH_DASH] = ACTIONS(3980), - [anon_sym_BANG] = ACTIONS(3938), - [anon_sym_data] = ACTIONS(3906), - [anon_sym_inner] = ACTIONS(3906), - [anon_sym_expect] = ACTIONS(3906), - [anon_sym_actual] = ACTIONS(3906), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3983), - [anon_sym_continue_AT] = ACTIONS(3986), - [anon_sym_break_AT] = ACTIONS(3989), - [sym_real_literal] = ACTIONS(3992), - [sym_integer_literal] = ACTIONS(3995), - [sym_hex_literal] = ACTIONS(3998), - [sym_bin_literal] = ACTIONS(3998), - [anon_sym_true] = ACTIONS(4001), - [anon_sym_false] = ACTIONS(4001), - [anon_sym_SQUOTE] = ACTIONS(4004), - [sym__backtick_identifier] = ACTIONS(4007), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4010), - }, - [776] = { - [sym__expression] = STATE(4238), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_when_entry] = STATE(758), - [sym_when_condition] = STATE(8402), - [sym_range_test] = STATE(8703), - [sym_type_test] = STATE(8703), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__in_operator] = STATE(1932), - [sym__is_operator] = STATE(5796), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(2296), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [774] = { + [sym__expression] = STATE(4268), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_when_entry] = STATE(752), + [sym_when_condition] = STATE(8381), + [sym_range_test] = STATE(8860), + [sym_type_test] = STATE(8860), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__in_operator] = STATE(2157), + [sym__is_operator] = STATE(5802), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(1897), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [aux_sym_when_expression_repeat1] = STATE(758), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [aux_sym_when_expression_repeat1] = STATE(752), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(4013), + [anon_sym_RBRACE] = ACTIONS(4003), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(845), - [sym_label] = ACTIONS(853), + [anon_sym_STAR] = ACTIONS(813), + [sym_label] = ACTIONS(821), [anon_sym_in] = ACTIONS(3818), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(2022), @@ -127600,15 +127490,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BANGin] = ACTIONS(3822), [anon_sym_is] = ACTIONS(3824), [anon_sym_BANGis] = ACTIONS(3826), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(853), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(821), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -127624,77 +127514,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [777] = { - [sym__expression] = STATE(4238), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_when_entry] = STATE(775), - [sym_when_condition] = STATE(8402), - [sym_range_test] = STATE(8703), - [sym_type_test] = STATE(8703), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__in_operator] = STATE(1932), - [sym__is_operator] = STATE(5796), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(2296), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [775] = { + [sym__expression] = STATE(4268), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_when_entry] = STATE(778), + [sym_when_condition] = STATE(8381), + [sym_range_test] = STATE(8860), + [sym_type_test] = STATE(8860), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__in_operator] = STATE(2157), + [sym__is_operator] = STATE(5802), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(1897), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [aux_sym_when_expression_repeat1] = STATE(775), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [aux_sym_when_expression_repeat1] = STATE(778), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(4013), + [anon_sym_RBRACE] = ACTIONS(3999), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(845), - [sym_label] = ACTIONS(853), + [anon_sym_STAR] = ACTIONS(813), + [sym_label] = ACTIONS(821), [anon_sym_in] = ACTIONS(3818), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(2022), @@ -127709,15 +127599,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BANGin] = ACTIONS(3822), [anon_sym_is] = ACTIONS(3824), [anon_sym_BANGis] = ACTIONS(3826), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(853), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(821), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -127733,77 +127623,295 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [778] = { - [sym__expression] = STATE(4238), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_when_entry] = STATE(775), - [sym_when_condition] = STATE(8402), - [sym_range_test] = STATE(8703), - [sym_type_test] = STATE(8703), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__in_operator] = STATE(1932), - [sym__is_operator] = STATE(5796), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(2296), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [aux_sym_when_expression_repeat1] = STATE(775), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(4015), - [anon_sym_LPAREN] = ACTIONS(215), + [776] = { + [sym_annotated_lambda] = STATE(1097), + [sym_lambda_literal] = STATE(1056), + [sym_annotation] = STATE(7880), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), + [sym__alpha_identifier] = ACTIONS(4005), + [anon_sym_AT] = ACTIONS(4007), + [anon_sym_LBRACK] = ACTIONS(4007), + [anon_sym_as] = ACTIONS(4005), + [anon_sym_EQ] = ACTIONS(4005), + [anon_sym_LBRACE] = ACTIONS(4007), + [anon_sym_RBRACE] = ACTIONS(4007), + [anon_sym_LPAREN] = ACTIONS(4007), + [anon_sym_COMMA] = ACTIONS(4007), + [anon_sym_LT] = ACTIONS(4005), + [anon_sym_GT] = ACTIONS(4005), + [anon_sym_where] = ACTIONS(4005), + [anon_sym_object] = ACTIONS(4005), + [anon_sym_fun] = ACTIONS(4005), + [anon_sym_DOT] = ACTIONS(4005), + [anon_sym_SEMI] = ACTIONS(4007), + [anon_sym_get] = ACTIONS(4005), + [anon_sym_set] = ACTIONS(4005), + [anon_sym_this] = ACTIONS(4005), + [anon_sym_super] = ACTIONS(4005), + [anon_sym_STAR] = ACTIONS(4005), + [sym_label] = ACTIONS(4005), + [anon_sym_in] = ACTIONS(4005), + [anon_sym_DOT_DOT] = ACTIONS(4007), + [anon_sym_QMARK_COLON] = ACTIONS(4007), + [anon_sym_AMP_AMP] = ACTIONS(4007), + [anon_sym_PIPE_PIPE] = ACTIONS(4007), + [anon_sym_null] = ACTIONS(4005), + [anon_sym_if] = ACTIONS(4005), + [anon_sym_else] = ACTIONS(4005), + [anon_sym_when] = ACTIONS(4005), + [anon_sym_try] = ACTIONS(4005), + [anon_sym_throw] = ACTIONS(4005), + [anon_sym_return] = ACTIONS(4005), + [anon_sym_continue] = ACTIONS(4005), + [anon_sym_break] = ACTIONS(4005), + [anon_sym_COLON_COLON] = ACTIONS(4007), + [anon_sym_PLUS_EQ] = ACTIONS(4007), + [anon_sym_DASH_EQ] = ACTIONS(4007), + [anon_sym_STAR_EQ] = ACTIONS(4007), + [anon_sym_SLASH_EQ] = ACTIONS(4007), + [anon_sym_PERCENT_EQ] = ACTIONS(4007), + [anon_sym_BANG_EQ] = ACTIONS(4005), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4007), + [anon_sym_EQ_EQ] = ACTIONS(4005), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4007), + [anon_sym_LT_EQ] = ACTIONS(4007), + [anon_sym_GT_EQ] = ACTIONS(4007), + [anon_sym_BANGin] = ACTIONS(4007), + [anon_sym_is] = ACTIONS(4005), + [anon_sym_BANGis] = ACTIONS(4007), + [anon_sym_PLUS] = ACTIONS(4005), + [anon_sym_DASH] = ACTIONS(4005), + [anon_sym_SLASH] = ACTIONS(4005), + [anon_sym_PERCENT] = ACTIONS(4005), + [anon_sym_as_QMARK] = ACTIONS(4007), + [anon_sym_PLUS_PLUS] = ACTIONS(4007), + [anon_sym_DASH_DASH] = ACTIONS(4007), + [anon_sym_BANG] = ACTIONS(4005), + [anon_sym_BANG_BANG] = ACTIONS(4007), + [anon_sym_suspend] = ACTIONS(4005), + [anon_sym_sealed] = ACTIONS(4005), + [anon_sym_annotation] = ACTIONS(4005), + [anon_sym_data] = ACTIONS(4005), + [anon_sym_inner] = ACTIONS(4005), + [anon_sym_override] = ACTIONS(4005), + [anon_sym_lateinit] = ACTIONS(4005), + [anon_sym_public] = ACTIONS(4005), + [anon_sym_private] = ACTIONS(4005), + [anon_sym_internal] = ACTIONS(4005), + [anon_sym_protected] = ACTIONS(4005), + [anon_sym_tailrec] = ACTIONS(4005), + [anon_sym_operator] = ACTIONS(4005), + [anon_sym_infix] = ACTIONS(4005), + [anon_sym_inline] = ACTIONS(4005), + [anon_sym_external] = ACTIONS(4005), + [sym_property_modifier] = ACTIONS(4005), + [anon_sym_abstract] = ACTIONS(4005), + [anon_sym_final] = ACTIONS(4005), + [anon_sym_open] = ACTIONS(4005), + [anon_sym_vararg] = ACTIONS(4005), + [anon_sym_noinline] = ACTIONS(4005), + [anon_sym_crossinline] = ACTIONS(4005), + [anon_sym_expect] = ACTIONS(4005), + [anon_sym_actual] = ACTIONS(4005), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4007), + [anon_sym_continue_AT] = ACTIONS(4007), + [anon_sym_break_AT] = ACTIONS(4007), + [sym_real_literal] = ACTIONS(4007), + [sym_integer_literal] = ACTIONS(4005), + [sym_hex_literal] = ACTIONS(4007), + [sym_bin_literal] = ACTIONS(4007), + [anon_sym_true] = ACTIONS(4005), + [anon_sym_false] = ACTIONS(4005), + [anon_sym_SQUOTE] = ACTIONS(4007), + [sym__backtick_identifier] = ACTIONS(4007), + [sym__automatic_semicolon] = ACTIONS(4007), + [sym_safe_nav] = ACTIONS(4007), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4007), + }, + [777] = { + [sym_indexing_suffix] = STATE(6609), + [sym_navigation_suffix] = STATE(6609), + [sym__postfix_unary_operator] = STATE(6609), + [sym__member_access_operator] = STATE(7345), + [sym__postfix_unary_suffix] = STATE(6609), + [aux_sym__postfix_unary_expression_repeat1] = STATE(6609), + [sym__alpha_identifier] = ACTIONS(3969), + [anon_sym_AT] = ACTIONS(3971), + [anon_sym_LBRACK] = ACTIONS(3973), + [anon_sym_as] = ACTIONS(3969), + [anon_sym_EQ] = ACTIONS(4009), + [anon_sym_LBRACE] = ACTIONS(3971), + [anon_sym_RBRACE] = ACTIONS(3971), + [anon_sym_LPAREN] = ACTIONS(3971), + [anon_sym_COMMA] = ACTIONS(3971), + [anon_sym_LT] = ACTIONS(3969), + [anon_sym_GT] = ACTIONS(3969), + [anon_sym_where] = ACTIONS(3969), + [anon_sym_object] = ACTIONS(3969), + [anon_sym_fun] = ACTIONS(3969), + [anon_sym_DOT] = ACTIONS(3979), + [anon_sym_SEMI] = ACTIONS(3971), + [anon_sym_get] = ACTIONS(3969), + [anon_sym_set] = ACTIONS(3969), + [anon_sym_this] = ACTIONS(3969), + [anon_sym_super] = ACTIONS(3969), + [anon_sym_STAR] = ACTIONS(3969), + [sym_label] = ACTIONS(3969), + [anon_sym_in] = ACTIONS(3969), + [anon_sym_DOT_DOT] = ACTIONS(3971), + [anon_sym_QMARK_COLON] = ACTIONS(3971), + [anon_sym_AMP_AMP] = ACTIONS(3971), + [anon_sym_PIPE_PIPE] = ACTIONS(3971), + [anon_sym_null] = ACTIONS(3969), + [anon_sym_if] = ACTIONS(3969), + [anon_sym_else] = ACTIONS(3969), + [anon_sym_when] = ACTIONS(3969), + [anon_sym_try] = ACTIONS(3969), + [anon_sym_throw] = ACTIONS(3969), + [anon_sym_return] = ACTIONS(3969), + [anon_sym_continue] = ACTIONS(3969), + [anon_sym_break] = ACTIONS(3969), + [anon_sym_COLON_COLON] = ACTIONS(3982), + [anon_sym_PLUS_EQ] = ACTIONS(4011), + [anon_sym_DASH_EQ] = ACTIONS(4011), + [anon_sym_STAR_EQ] = ACTIONS(4011), + [anon_sym_SLASH_EQ] = ACTIONS(4011), + [anon_sym_PERCENT_EQ] = ACTIONS(4011), + [anon_sym_BANG_EQ] = ACTIONS(3969), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3971), + [anon_sym_EQ_EQ] = ACTIONS(3969), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3971), + [anon_sym_LT_EQ] = ACTIONS(3971), + [anon_sym_GT_EQ] = ACTIONS(3971), + [anon_sym_BANGin] = ACTIONS(3971), + [anon_sym_is] = ACTIONS(3969), + [anon_sym_BANGis] = ACTIONS(3971), + [anon_sym_PLUS] = ACTIONS(3969), + [anon_sym_DASH] = ACTIONS(3969), + [anon_sym_SLASH] = ACTIONS(3969), + [anon_sym_PERCENT] = ACTIONS(3969), + [anon_sym_as_QMARK] = ACTIONS(3971), + [anon_sym_PLUS_PLUS] = ACTIONS(3988), + [anon_sym_DASH_DASH] = ACTIONS(3988), + [anon_sym_BANG] = ACTIONS(3969), + [anon_sym_BANG_BANG] = ACTIONS(3988), + [anon_sym_suspend] = ACTIONS(3969), + [anon_sym_sealed] = ACTIONS(3969), + [anon_sym_annotation] = ACTIONS(3969), + [anon_sym_data] = ACTIONS(3969), + [anon_sym_inner] = ACTIONS(3969), + [anon_sym_override] = ACTIONS(3969), + [anon_sym_lateinit] = ACTIONS(3969), + [anon_sym_public] = ACTIONS(3969), + [anon_sym_private] = ACTIONS(3969), + [anon_sym_internal] = ACTIONS(3969), + [anon_sym_protected] = ACTIONS(3969), + [anon_sym_tailrec] = ACTIONS(3969), + [anon_sym_operator] = ACTIONS(3969), + [anon_sym_infix] = ACTIONS(3969), + [anon_sym_inline] = ACTIONS(3969), + [anon_sym_external] = ACTIONS(3969), + [sym_property_modifier] = ACTIONS(3969), + [anon_sym_abstract] = ACTIONS(3969), + [anon_sym_final] = ACTIONS(3969), + [anon_sym_open] = ACTIONS(3969), + [anon_sym_vararg] = ACTIONS(3969), + [anon_sym_noinline] = ACTIONS(3969), + [anon_sym_crossinline] = ACTIONS(3969), + [anon_sym_expect] = ACTIONS(3969), + [anon_sym_actual] = ACTIONS(3969), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3971), + [anon_sym_continue_AT] = ACTIONS(3971), + [anon_sym_break_AT] = ACTIONS(3971), + [sym_real_literal] = ACTIONS(3971), + [sym_integer_literal] = ACTIONS(3969), + [sym_hex_literal] = ACTIONS(3971), + [sym_bin_literal] = ACTIONS(3971), + [anon_sym_true] = ACTIONS(3969), + [anon_sym_false] = ACTIONS(3969), + [anon_sym_SQUOTE] = ACTIONS(3971), + [sym__backtick_identifier] = ACTIONS(3971), + [sym__automatic_semicolon] = ACTIONS(3971), + [sym_safe_nav] = ACTIONS(3982), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3971), + }, + [778] = { + [sym__expression] = STATE(4268), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_when_entry] = STATE(752), + [sym_when_condition] = STATE(8381), + [sym_range_test] = STATE(8860), + [sym_type_test] = STATE(8860), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__in_operator] = STATE(2157), + [sym__is_operator] = STATE(5802), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(1897), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(331), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [aux_sym_when_expression_repeat1] = STATE(752), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_RBRACE] = ACTIONS(4013), + [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(845), - [sym_label] = ACTIONS(853), + [anon_sym_STAR] = ACTIONS(813), + [sym_label] = ACTIONS(821), [anon_sym_in] = ACTIONS(3818), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(2022), @@ -127818,15 +127926,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BANGin] = ACTIONS(3822), [anon_sym_is] = ACTIONS(3824), [anon_sym_BANGis] = ACTIONS(3826), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(853), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(821), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -127843,76 +127951,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(283), }, [779] = { - [sym__expression] = STATE(4238), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_when_entry] = STATE(762), - [sym_when_condition] = STATE(8402), - [sym_range_test] = STATE(8703), - [sym_type_test] = STATE(8703), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__in_operator] = STATE(1932), - [sym__is_operator] = STATE(5796), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(2296), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [sym__expression] = STATE(4268), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_when_entry] = STATE(774), + [sym_when_condition] = STATE(8381), + [sym_range_test] = STATE(8860), + [sym_type_test] = STATE(8860), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__in_operator] = STATE(2157), + [sym__is_operator] = STATE(5802), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(1897), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [aux_sym_when_expression_repeat1] = STATE(762), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [aux_sym_when_expression_repeat1] = STATE(774), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(4015), + [anon_sym_RBRACE] = ACTIONS(3816), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(845), - [sym_label] = ACTIONS(853), + [anon_sym_STAR] = ACTIONS(813), + [sym_label] = ACTIONS(821), [anon_sym_in] = ACTIONS(3818), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(2022), @@ -127927,15 +128035,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BANGin] = ACTIONS(3822), [anon_sym_is] = ACTIONS(3824), [anon_sym_BANGis] = ACTIONS(3826), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(853), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(821), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -127952,76 +128060,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(283), }, [780] = { - [sym__expression] = STATE(4238), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_when_entry] = STATE(775), - [sym_when_condition] = STATE(8402), - [sym_range_test] = STATE(8703), - [sym_type_test] = STATE(8703), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__in_operator] = STATE(1932), - [sym__is_operator] = STATE(5796), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(2296), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [sym__expression] = STATE(4268), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_when_entry] = STATE(752), + [sym_when_condition] = STATE(8381), + [sym_range_test] = STATE(8860), + [sym_type_test] = STATE(8860), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__in_operator] = STATE(2157), + [sym__is_operator] = STATE(5802), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(1897), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [aux_sym_when_expression_repeat1] = STATE(775), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [aux_sym_when_expression_repeat1] = STATE(752), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(3858), + [anon_sym_RBRACE] = ACTIONS(4015), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(845), - [sym_label] = ACTIONS(853), + [anon_sym_STAR] = ACTIONS(813), + [sym_label] = ACTIONS(821), [anon_sym_in] = ACTIONS(3818), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(2022), @@ -128036,15 +128144,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BANGin] = ACTIONS(3822), [anon_sym_is] = ACTIONS(3824), [anon_sym_BANGis] = ACTIONS(3826), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(853), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(821), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -128061,185 +128169,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(283), }, [781] = { - [sym_indexing_suffix] = STATE(6624), - [sym_navigation_suffix] = STATE(6624), - [sym__postfix_unary_operator] = STATE(6624), - [sym__member_access_operator] = STATE(7210), - [sym__postfix_unary_suffix] = STATE(6624), - [aux_sym__postfix_unary_expression_repeat1] = STATE(6624), - [sym__alpha_identifier] = ACTIONS(3874), - [anon_sym_AT] = ACTIONS(3876), - [anon_sym_LBRACK] = ACTIONS(3878), - [anon_sym_as] = ACTIONS(3874), - [anon_sym_EQ] = ACTIONS(4017), - [anon_sym_LBRACE] = ACTIONS(3876), - [anon_sym_RBRACE] = ACTIONS(3876), - [anon_sym_LPAREN] = ACTIONS(3876), - [anon_sym_COMMA] = ACTIONS(3876), - [anon_sym_LT] = ACTIONS(3874), - [anon_sym_GT] = ACTIONS(3874), - [anon_sym_where] = ACTIONS(3874), - [anon_sym_object] = ACTIONS(3874), - [anon_sym_fun] = ACTIONS(3874), - [anon_sym_DOT] = ACTIONS(3884), - [anon_sym_SEMI] = ACTIONS(3876), - [anon_sym_get] = ACTIONS(3874), - [anon_sym_set] = ACTIONS(3874), - [anon_sym_this] = ACTIONS(3874), - [anon_sym_super] = ACTIONS(3874), - [anon_sym_STAR] = ACTIONS(3874), - [sym_label] = ACTIONS(3874), - [anon_sym_in] = ACTIONS(3874), - [anon_sym_DOT_DOT] = ACTIONS(3876), - [anon_sym_QMARK_COLON] = ACTIONS(3876), - [anon_sym_AMP_AMP] = ACTIONS(3876), - [anon_sym_PIPE_PIPE] = ACTIONS(3876), - [anon_sym_null] = ACTIONS(3874), - [anon_sym_if] = ACTIONS(3874), - [anon_sym_else] = ACTIONS(3874), - [anon_sym_when] = ACTIONS(3874), - [anon_sym_try] = ACTIONS(3874), - [anon_sym_throw] = ACTIONS(3874), - [anon_sym_return] = ACTIONS(3874), - [anon_sym_continue] = ACTIONS(3874), - [anon_sym_break] = ACTIONS(3874), - [anon_sym_COLON_COLON] = ACTIONS(3887), - [anon_sym_PLUS_EQ] = ACTIONS(4019), - [anon_sym_DASH_EQ] = ACTIONS(4019), - [anon_sym_STAR_EQ] = ACTIONS(4019), - [anon_sym_SLASH_EQ] = ACTIONS(4019), - [anon_sym_PERCENT_EQ] = ACTIONS(4019), - [anon_sym_BANG_EQ] = ACTIONS(3874), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3876), - [anon_sym_EQ_EQ] = ACTIONS(3874), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3876), - [anon_sym_LT_EQ] = ACTIONS(3876), - [anon_sym_GT_EQ] = ACTIONS(3876), - [anon_sym_BANGin] = ACTIONS(3876), - [anon_sym_is] = ACTIONS(3874), - [anon_sym_BANGis] = ACTIONS(3876), - [anon_sym_PLUS] = ACTIONS(3874), - [anon_sym_DASH] = ACTIONS(3874), - [anon_sym_SLASH] = ACTIONS(3874), - [anon_sym_PERCENT] = ACTIONS(3874), - [anon_sym_as_QMARK] = ACTIONS(3876), - [anon_sym_PLUS_PLUS] = ACTIONS(3893), - [anon_sym_DASH_DASH] = ACTIONS(3893), - [anon_sym_BANG] = ACTIONS(3874), - [anon_sym_BANG_BANG] = ACTIONS(3893), - [anon_sym_suspend] = ACTIONS(3874), - [anon_sym_sealed] = ACTIONS(3874), - [anon_sym_annotation] = ACTIONS(3874), - [anon_sym_data] = ACTIONS(3874), - [anon_sym_inner] = ACTIONS(3874), - [anon_sym_override] = ACTIONS(3874), - [anon_sym_lateinit] = ACTIONS(3874), - [anon_sym_public] = ACTIONS(3874), - [anon_sym_private] = ACTIONS(3874), - [anon_sym_internal] = ACTIONS(3874), - [anon_sym_protected] = ACTIONS(3874), - [anon_sym_tailrec] = ACTIONS(3874), - [anon_sym_operator] = ACTIONS(3874), - [anon_sym_infix] = ACTIONS(3874), - [anon_sym_inline] = ACTIONS(3874), - [anon_sym_external] = ACTIONS(3874), - [sym_property_modifier] = ACTIONS(3874), - [anon_sym_abstract] = ACTIONS(3874), - [anon_sym_final] = ACTIONS(3874), - [anon_sym_open] = ACTIONS(3874), - [anon_sym_vararg] = ACTIONS(3874), - [anon_sym_noinline] = ACTIONS(3874), - [anon_sym_crossinline] = ACTIONS(3874), - [anon_sym_expect] = ACTIONS(3874), - [anon_sym_actual] = ACTIONS(3874), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3876), - [anon_sym_continue_AT] = ACTIONS(3876), - [anon_sym_break_AT] = ACTIONS(3876), - [sym_real_literal] = ACTIONS(3876), - [sym_integer_literal] = ACTIONS(3874), - [sym_hex_literal] = ACTIONS(3876), - [sym_bin_literal] = ACTIONS(3876), - [anon_sym_true] = ACTIONS(3874), - [anon_sym_false] = ACTIONS(3874), - [anon_sym_SQUOTE] = ACTIONS(3876), - [sym__backtick_identifier] = ACTIONS(3876), - [sym__automatic_semicolon] = ACTIONS(3876), - [sym_safe_nav] = ACTIONS(3887), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3876), - }, - [782] = { - [sym__expression] = STATE(4238), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_when_entry] = STATE(775), - [sym_when_condition] = STATE(8402), - [sym_range_test] = STATE(8703), - [sym_type_test] = STATE(8703), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__in_operator] = STATE(1932), - [sym__is_operator] = STATE(5796), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(2296), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [sym__expression] = STATE(4268), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_when_entry] = STATE(773), + [sym_when_condition] = STATE(8381), + [sym_range_test] = STATE(8860), + [sym_type_test] = STATE(8860), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__in_operator] = STATE(2157), + [sym__is_operator] = STATE(5802), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(1897), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [aux_sym_when_expression_repeat1] = STATE(775), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [aux_sym_when_expression_repeat1] = STATE(773), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(4021), + [anon_sym_RBRACE] = ACTIONS(3993), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(845), - [sym_label] = ACTIONS(853), + [anon_sym_STAR] = ACTIONS(813), + [sym_label] = ACTIONS(821), [anon_sym_in] = ACTIONS(3818), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(2022), @@ -128254,15 +128253,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BANGin] = ACTIONS(3822), [anon_sym_is] = ACTIONS(3824), [anon_sym_BANGis] = ACTIONS(3826), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(853), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(821), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -128278,77 +128277,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [783] = { - [sym__expression] = STATE(4238), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_when_entry] = STATE(775), - [sym_when_condition] = STATE(8402), - [sym_range_test] = STATE(8703), - [sym_type_test] = STATE(8703), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__in_operator] = STATE(1932), - [sym__is_operator] = STATE(5796), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(2296), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [782] = { + [sym__expression] = STATE(4268), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_when_entry] = STATE(770), + [sym_when_condition] = STATE(8381), + [sym_range_test] = STATE(8860), + [sym_type_test] = STATE(8860), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__in_operator] = STATE(2157), + [sym__is_operator] = STATE(5802), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(1897), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [aux_sym_when_expression_repeat1] = STATE(775), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [aux_sym_when_expression_repeat1] = STATE(770), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(3870), + [anon_sym_RBRACE] = ACTIONS(4017), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(845), - [sym_label] = ACTIONS(853), + [anon_sym_STAR] = ACTIONS(813), + [sym_label] = ACTIONS(821), [anon_sym_in] = ACTIONS(3818), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(2022), @@ -128363,15 +128362,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BANGin] = ACTIONS(3822), [anon_sym_is] = ACTIONS(3824), [anon_sym_BANGis] = ACTIONS(3826), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(853), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(821), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -128387,10 +128386,119 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, + [783] = { + [sym_annotated_lambda] = STATE(1160), + [sym_lambda_literal] = STATE(1056), + [sym_annotation] = STATE(7880), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7880), + [sym__alpha_identifier] = ACTIONS(4019), + [anon_sym_AT] = ACTIONS(4021), + [anon_sym_LBRACK] = ACTIONS(4021), + [anon_sym_as] = ACTIONS(4019), + [anon_sym_EQ] = ACTIONS(4019), + [anon_sym_LBRACE] = ACTIONS(4021), + [anon_sym_RBRACE] = ACTIONS(4021), + [anon_sym_LPAREN] = ACTIONS(4021), + [anon_sym_COMMA] = ACTIONS(4021), + [anon_sym_LT] = ACTIONS(4019), + [anon_sym_GT] = ACTIONS(4019), + [anon_sym_where] = ACTIONS(4019), + [anon_sym_object] = ACTIONS(4019), + [anon_sym_fun] = ACTIONS(4019), + [anon_sym_DOT] = ACTIONS(4019), + [anon_sym_SEMI] = ACTIONS(4021), + [anon_sym_get] = ACTIONS(4019), + [anon_sym_set] = ACTIONS(4019), + [anon_sym_this] = ACTIONS(4019), + [anon_sym_super] = ACTIONS(4019), + [anon_sym_STAR] = ACTIONS(4019), + [sym_label] = ACTIONS(4019), + [anon_sym_in] = ACTIONS(4019), + [anon_sym_DOT_DOT] = ACTIONS(4021), + [anon_sym_QMARK_COLON] = ACTIONS(4021), + [anon_sym_AMP_AMP] = ACTIONS(4021), + [anon_sym_PIPE_PIPE] = ACTIONS(4021), + [anon_sym_null] = ACTIONS(4019), + [anon_sym_if] = ACTIONS(4019), + [anon_sym_else] = ACTIONS(4019), + [anon_sym_when] = ACTIONS(4019), + [anon_sym_try] = ACTIONS(4019), + [anon_sym_throw] = ACTIONS(4019), + [anon_sym_return] = ACTIONS(4019), + [anon_sym_continue] = ACTIONS(4019), + [anon_sym_break] = ACTIONS(4019), + [anon_sym_COLON_COLON] = ACTIONS(4021), + [anon_sym_PLUS_EQ] = ACTIONS(4021), + [anon_sym_DASH_EQ] = ACTIONS(4021), + [anon_sym_STAR_EQ] = ACTIONS(4021), + [anon_sym_SLASH_EQ] = ACTIONS(4021), + [anon_sym_PERCENT_EQ] = ACTIONS(4021), + [anon_sym_BANG_EQ] = ACTIONS(4019), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4021), + [anon_sym_EQ_EQ] = ACTIONS(4019), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4021), + [anon_sym_LT_EQ] = ACTIONS(4021), + [anon_sym_GT_EQ] = ACTIONS(4021), + [anon_sym_BANGin] = ACTIONS(4021), + [anon_sym_is] = ACTIONS(4019), + [anon_sym_BANGis] = ACTIONS(4021), + [anon_sym_PLUS] = ACTIONS(4019), + [anon_sym_DASH] = ACTIONS(4019), + [anon_sym_SLASH] = ACTIONS(4019), + [anon_sym_PERCENT] = ACTIONS(4019), + [anon_sym_as_QMARK] = ACTIONS(4021), + [anon_sym_PLUS_PLUS] = ACTIONS(4021), + [anon_sym_DASH_DASH] = ACTIONS(4021), + [anon_sym_BANG] = ACTIONS(4019), + [anon_sym_BANG_BANG] = ACTIONS(4021), + [anon_sym_suspend] = ACTIONS(4019), + [anon_sym_sealed] = ACTIONS(4019), + [anon_sym_annotation] = ACTIONS(4019), + [anon_sym_data] = ACTIONS(4019), + [anon_sym_inner] = ACTIONS(4019), + [anon_sym_override] = ACTIONS(4019), + [anon_sym_lateinit] = ACTIONS(4019), + [anon_sym_public] = ACTIONS(4019), + [anon_sym_private] = ACTIONS(4019), + [anon_sym_internal] = ACTIONS(4019), + [anon_sym_protected] = ACTIONS(4019), + [anon_sym_tailrec] = ACTIONS(4019), + [anon_sym_operator] = ACTIONS(4019), + [anon_sym_infix] = ACTIONS(4019), + [anon_sym_inline] = ACTIONS(4019), + [anon_sym_external] = ACTIONS(4019), + [sym_property_modifier] = ACTIONS(4019), + [anon_sym_abstract] = ACTIONS(4019), + [anon_sym_final] = ACTIONS(4019), + [anon_sym_open] = ACTIONS(4019), + [anon_sym_vararg] = ACTIONS(4019), + [anon_sym_noinline] = ACTIONS(4019), + [anon_sym_crossinline] = ACTIONS(4019), + [anon_sym_expect] = ACTIONS(4019), + [anon_sym_actual] = ACTIONS(4019), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4021), + [anon_sym_continue_AT] = ACTIONS(4021), + [anon_sym_break_AT] = ACTIONS(4021), + [sym_real_literal] = ACTIONS(4021), + [sym_integer_literal] = ACTIONS(4019), + [sym_hex_literal] = ACTIONS(4021), + [sym_bin_literal] = ACTIONS(4021), + [anon_sym_true] = ACTIONS(4019), + [anon_sym_false] = ACTIONS(4019), + [anon_sym_SQUOTE] = ACTIONS(4021), + [sym__backtick_identifier] = ACTIONS(4021), + [sym__automatic_semicolon] = ACTIONS(4021), + [sym_safe_nav] = ACTIONS(4021), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4021), + }, [784] = { - [sym_catch_block] = STATE(802), - [sym_finally_block] = STATE(1146), - [aux_sym_try_expression_repeat1] = STATE(802), + [sym_catch_block] = STATE(819), + [sym_finally_block] = STATE(1094), + [aux_sym_try_expression_repeat1] = STATE(819), [sym__alpha_identifier] = ACTIONS(4023), [anon_sym_AT] = ACTIONS(4025), [anon_sym_LBRACK] = ACTIONS(4025), @@ -128496,200 +128604,307 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(4025), }, [785] = { - [sym__loop_statement] = STATE(1151), - [sym_for_statement] = STATE(1151), - [sym_while_statement] = STATE(1151), - [sym_do_while_statement] = STATE(1151), - [sym_assignment] = STATE(1151), - [sym__expression] = STATE(371), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(767), - [sym_parenthesized_expression] = STATE(767), - [sym_collection_literal] = STATE(767), - [sym__literal_constant] = STATE(767), - [sym_string_literal] = STATE(767), - [sym_lambda_literal] = STATE(767), - [sym_anonymous_function] = STATE(767), - [sym__function_literal] = STATE(767), - [sym_object_literal] = STATE(767), - [sym_this_expression] = STATE(767), - [sym_super_expression] = STATE(767), - [sym_if_expression] = STATE(767), - [sym_when_expression] = STATE(767), - [sym_try_expression] = STATE(767), - [sym_jump_expression] = STATE(767), - [sym_callable_reference] = STATE(767), - [sym__prefix_unary_operator] = STATE(2297), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7878), - [sym_annotation] = STATE(1419), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1054), - [sym__return_at] = STATE(260), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(767), - [sym_long_literal] = STATE(767), - [sym_boolean_literal] = STATE(767), - [sym_character_literal] = STATE(767), - [sym__lexical_identifier] = STATE(866), - [aux_sym__statement_repeat1] = STATE(5311), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1616), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1295), - [sym_label] = ACTIONS(443), - [anon_sym_for] = ACTIONS(445), - [anon_sym_while] = ACTIONS(447), - [anon_sym_do] = ACTIONS(449), - [anon_sym_null] = ACTIONS(451), - [anon_sym_if] = ACTIONS(453), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(459), - [anon_sym_return] = ACTIONS(461), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(467), - [anon_sym_DASH] = ACTIONS(467), - [anon_sym_PLUS_PLUS] = ACTIONS(469), - [anon_sym_DASH_DASH] = ACTIONS(469), - [anon_sym_BANG] = ACTIONS(469), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(481), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), + [sym_type_constraints] = STATE(915), + [sym_function_body] = STATE(1154), + [sym__block] = STATE(1087), + [sym__alpha_identifier] = ACTIONS(4031), + [anon_sym_AT] = ACTIONS(4033), + [anon_sym_COLON] = ACTIONS(4035), + [anon_sym_LBRACK] = ACTIONS(4033), + [anon_sym_as] = ACTIONS(4031), + [anon_sym_EQ] = ACTIONS(4037), + [anon_sym_LBRACE] = ACTIONS(4039), + [anon_sym_RBRACE] = ACTIONS(4033), + [anon_sym_LPAREN] = ACTIONS(4033), + [anon_sym_COMMA] = ACTIONS(4033), + [anon_sym_LT] = ACTIONS(4031), + [anon_sym_GT] = ACTIONS(4031), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(4031), + [anon_sym_fun] = ACTIONS(4031), + [anon_sym_DOT] = ACTIONS(4031), + [anon_sym_SEMI] = ACTIONS(4033), + [anon_sym_get] = ACTIONS(4031), + [anon_sym_set] = ACTIONS(4031), + [anon_sym_this] = ACTIONS(4031), + [anon_sym_super] = ACTIONS(4031), + [anon_sym_STAR] = ACTIONS(4031), + [sym_label] = ACTIONS(4031), + [anon_sym_in] = ACTIONS(4031), + [anon_sym_DOT_DOT] = ACTIONS(4033), + [anon_sym_QMARK_COLON] = ACTIONS(4033), + [anon_sym_AMP_AMP] = ACTIONS(4033), + [anon_sym_PIPE_PIPE] = ACTIONS(4033), + [anon_sym_null] = ACTIONS(4031), + [anon_sym_if] = ACTIONS(4031), + [anon_sym_else] = ACTIONS(4031), + [anon_sym_when] = ACTIONS(4031), + [anon_sym_try] = ACTIONS(4031), + [anon_sym_throw] = ACTIONS(4031), + [anon_sym_return] = ACTIONS(4031), + [anon_sym_continue] = ACTIONS(4031), + [anon_sym_break] = ACTIONS(4031), + [anon_sym_COLON_COLON] = ACTIONS(4033), + [anon_sym_PLUS_EQ] = ACTIONS(4033), + [anon_sym_DASH_EQ] = ACTIONS(4033), + [anon_sym_STAR_EQ] = ACTIONS(4033), + [anon_sym_SLASH_EQ] = ACTIONS(4033), + [anon_sym_PERCENT_EQ] = ACTIONS(4033), + [anon_sym_BANG_EQ] = ACTIONS(4031), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4033), + [anon_sym_EQ_EQ] = ACTIONS(4031), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4033), + [anon_sym_LT_EQ] = ACTIONS(4033), + [anon_sym_GT_EQ] = ACTIONS(4033), + [anon_sym_BANGin] = ACTIONS(4033), + [anon_sym_is] = ACTIONS(4031), + [anon_sym_BANGis] = ACTIONS(4033), + [anon_sym_PLUS] = ACTIONS(4031), + [anon_sym_DASH] = ACTIONS(4031), + [anon_sym_SLASH] = ACTIONS(4031), + [anon_sym_PERCENT] = ACTIONS(4031), + [anon_sym_as_QMARK] = ACTIONS(4033), + [anon_sym_PLUS_PLUS] = ACTIONS(4033), + [anon_sym_DASH_DASH] = ACTIONS(4033), + [anon_sym_BANG] = ACTIONS(4031), + [anon_sym_BANG_BANG] = ACTIONS(4033), + [anon_sym_suspend] = ACTIONS(4031), + [anon_sym_sealed] = ACTIONS(4031), + [anon_sym_annotation] = ACTIONS(4031), + [anon_sym_data] = ACTIONS(4031), + [anon_sym_inner] = ACTIONS(4031), + [anon_sym_override] = ACTIONS(4031), + [anon_sym_lateinit] = ACTIONS(4031), + [anon_sym_public] = ACTIONS(4031), + [anon_sym_private] = ACTIONS(4031), + [anon_sym_internal] = ACTIONS(4031), + [anon_sym_protected] = ACTIONS(4031), + [anon_sym_tailrec] = ACTIONS(4031), + [anon_sym_operator] = ACTIONS(4031), + [anon_sym_infix] = ACTIONS(4031), + [anon_sym_inline] = ACTIONS(4031), + [anon_sym_external] = ACTIONS(4031), + [sym_property_modifier] = ACTIONS(4031), + [anon_sym_abstract] = ACTIONS(4031), + [anon_sym_final] = ACTIONS(4031), + [anon_sym_open] = ACTIONS(4031), + [anon_sym_vararg] = ACTIONS(4031), + [anon_sym_noinline] = ACTIONS(4031), + [anon_sym_crossinline] = ACTIONS(4031), + [anon_sym_expect] = ACTIONS(4031), + [anon_sym_actual] = ACTIONS(4031), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4033), + [anon_sym_continue_AT] = ACTIONS(4033), + [anon_sym_break_AT] = ACTIONS(4033), + [sym_real_literal] = ACTIONS(4033), + [sym_integer_literal] = ACTIONS(4031), + [sym_hex_literal] = ACTIONS(4033), + [sym_bin_literal] = ACTIONS(4033), + [anon_sym_true] = ACTIONS(4031), + [anon_sym_false] = ACTIONS(4031), + [anon_sym_SQUOTE] = ACTIONS(4033), + [sym__backtick_identifier] = ACTIONS(4033), + [sym__automatic_semicolon] = ACTIONS(4033), + [sym_safe_nav] = ACTIONS(4033), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4033), }, [786] = { - [sym__loop_statement] = STATE(3335), - [sym_for_statement] = STATE(3335), - [sym_while_statement] = STATE(3335), - [sym_do_while_statement] = STATE(3335), - [sym_assignment] = STATE(3335), - [sym__expression] = STATE(1533), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(2750), - [sym_parenthesized_expression] = STATE(2750), - [sym_collection_literal] = STATE(2750), - [sym__literal_constant] = STATE(2750), - [sym_string_literal] = STATE(2750), - [sym_lambda_literal] = STATE(2750), - [sym_anonymous_function] = STATE(2750), - [sym__function_literal] = STATE(2750), - [sym_object_literal] = STATE(2750), - [sym_this_expression] = STATE(2750), - [sym_super_expression] = STATE(2750), - [sym_if_expression] = STATE(2750), - [sym_when_expression] = STATE(2750), - [sym_try_expression] = STATE(2750), - [sym_jump_expression] = STATE(2750), - [sym_callable_reference] = STATE(2750), - [sym__prefix_unary_operator] = STATE(2071), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7888), - [sym_annotation] = STATE(1372), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3447), - [sym__return_at] = STATE(304), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(2750), - [sym_long_literal] = STATE(2750), - [sym_boolean_literal] = STATE(2750), - [sym_character_literal] = STATE(2750), - [sym__lexical_identifier] = STATE(2890), - [aux_sym__statement_repeat1] = STATE(5311), + [sym__loop_statement] = STATE(3368), + [sym_for_statement] = STATE(3368), + [sym_while_statement] = STATE(3368), + [sym_do_while_statement] = STATE(3368), + [sym_assignment] = STATE(3368), + [sym__expression] = STATE(1431), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(2727), + [sym_parenthesized_expression] = STATE(2727), + [sym_collection_literal] = STATE(2727), + [sym__literal_constant] = STATE(2727), + [sym_string_literal] = STATE(2727), + [sym_lambda_literal] = STATE(2727), + [sym_anonymous_function] = STATE(2727), + [sym__function_literal] = STATE(2727), + [sym_object_literal] = STATE(2727), + [sym_this_expression] = STATE(2727), + [sym_super_expression] = STATE(2727), + [sym_if_expression] = STATE(2727), + [sym_when_expression] = STATE(2727), + [sym_try_expression] = STATE(2727), + [sym_jump_expression] = STATE(2727), + [sym_callable_reference] = STATE(2727), + [sym__prefix_unary_operator] = STATE(2339), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7909), + [sym_annotation] = STATE(1376), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3410), + [sym__return_at] = STATE(220), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(2727), + [sym_long_literal] = STATE(2727), + [sym_boolean_literal] = STATE(2727), + [sym_character_literal] = STATE(2727), + [sym__lexical_identifier] = STATE(2858), + [aux_sym__statement_repeat1] = STATE(5317), + [sym__alpha_identifier] = ACTIONS(111), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1407), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(841), + [sym_label] = ACTIONS(843), + [anon_sym_for] = ACTIONS(845), + [anon_sym_while] = ACTIONS(847), + [anon_sym_do] = ACTIONS(153), + [anon_sym_null] = ACTIONS(849), + [anon_sym_if] = ACTIONS(157), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(163), + [anon_sym_return] = ACTIONS(165), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(851), + [anon_sym_DASH] = ACTIONS(851), + [anon_sym_PLUS_PLUS] = ACTIONS(853), + [anon_sym_DASH_DASH] = ACTIONS(853), + [anon_sym_BANG] = ACTIONS(853), + [anon_sym_data] = ACTIONS(111), + [anon_sym_inner] = ACTIONS(111), + [anon_sym_expect] = ACTIONS(111), + [anon_sym_actual] = ACTIONS(111), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(855), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(197), + }, + [787] = { + [sym__loop_statement] = STATE(3457), + [sym_for_statement] = STATE(3457), + [sym_while_statement] = STATE(3457), + [sym_do_while_statement] = STATE(3457), + [sym_assignment] = STATE(3457), + [sym__expression] = STATE(2253), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(2743), + [sym_parenthesized_expression] = STATE(2743), + [sym_collection_literal] = STATE(2743), + [sym__literal_constant] = STATE(2743), + [sym_string_literal] = STATE(2743), + [sym_lambda_literal] = STATE(2743), + [sym_anonymous_function] = STATE(2743), + [sym__function_literal] = STATE(2743), + [sym_object_literal] = STATE(2743), + [sym_this_expression] = STATE(2743), + [sym_super_expression] = STATE(2743), + [sym_if_expression] = STATE(2743), + [sym_when_expression] = STATE(2743), + [sym_try_expression] = STATE(2743), + [sym_jump_expression] = STATE(2743), + [sym_callable_reference] = STATE(2743), + [sym__prefix_unary_operator] = STATE(2070), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7926), + [sym_annotation] = STATE(1389), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3279), + [sym__return_at] = STATE(317), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(2743), + [sym_long_literal] = STATE(2743), + [sym_boolean_literal] = STATE(2743), + [sym_character_literal] = STATE(2743), + [sym__lexical_identifier] = STATE(2837), + [aux_sym__statement_repeat1] = STATE(5317), [sym__alpha_identifier] = ACTIONS(333), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(335), - [anon_sym_LBRACE] = ACTIONS(1920), + [anon_sym_LBRACE] = ACTIONS(1918), [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_object] = ACTIONS(1922), - [anon_sym_fun] = ACTIONS(1924), + [anon_sym_object] = ACTIONS(1920), + [anon_sym_fun] = ACTIONS(1992), [anon_sym_get] = ACTIONS(333), [anon_sym_set] = ACTIONS(333), [anon_sym_this] = ACTIONS(357), [anon_sym_super] = ACTIONS(359), - [anon_sym_STAR] = ACTIONS(933), - [sym_label] = ACTIONS(935), - [anon_sym_for] = ACTIONS(937), - [anon_sym_while] = ACTIONS(939), + [anon_sym_STAR] = ACTIONS(1111), + [sym_label] = ACTIONS(1113), + [anon_sym_for] = ACTIONS(1115), + [anon_sym_while] = ACTIONS(1117), [anon_sym_do] = ACTIONS(369), - [anon_sym_null] = ACTIONS(941), - [anon_sym_if] = ACTIONS(373), + [anon_sym_null] = ACTIONS(973), + [anon_sym_if] = ACTIONS(703), [anon_sym_when] = ACTIONS(375), [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(379), - [anon_sym_return] = ACTIONS(381), + [anon_sym_throw] = ACTIONS(705), + [anon_sym_return] = ACTIONS(707), [anon_sym_continue] = ACTIONS(383), [anon_sym_break] = ACTIONS(383), [anon_sym_COLON_COLON] = ACTIONS(385), - [anon_sym_PLUS] = ACTIONS(943), - [anon_sym_DASH] = ACTIONS(943), - [anon_sym_PLUS_PLUS] = ACTIONS(945), - [anon_sym_DASH_DASH] = ACTIONS(945), - [anon_sym_BANG] = ACTIONS(945), + [anon_sym_PLUS] = ACTIONS(1119), + [anon_sym_DASH] = ACTIONS(1119), + [anon_sym_PLUS_PLUS] = ACTIONS(1121), + [anon_sym_DASH_DASH] = ACTIONS(1121), + [anon_sym_BANG] = ACTIONS(1121), [anon_sym_data] = ACTIONS(333), [anon_sym_inner] = ACTIONS(333), [anon_sym_expect] = ACTIONS(333), @@ -128698,7 +128913,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(395), [anon_sym_break_AT] = ACTIONS(397), - [sym_real_literal] = ACTIONS(947), + [sym_real_literal] = ACTIONS(979), [sym_integer_literal] = ACTIONS(401), [sym_hex_literal] = ACTIONS(403), [sym_bin_literal] = ACTIONS(403), @@ -128709,94 +128924,415 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(411), }, - [787] = { - [sym__loop_statement] = STATE(3335), - [sym_for_statement] = STATE(3335), - [sym_while_statement] = STATE(3335), - [sym_do_while_statement] = STATE(3335), - [sym_assignment] = STATE(3335), - [sym__expression] = STATE(1210), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(2728), - [sym_parenthesized_expression] = STATE(2728), - [sym_collection_literal] = STATE(2728), - [sym__literal_constant] = STATE(2728), - [sym_string_literal] = STATE(2728), - [sym_lambda_literal] = STATE(2728), - [sym_anonymous_function] = STATE(2728), - [sym__function_literal] = STATE(2728), - [sym_object_literal] = STATE(2728), - [sym_this_expression] = STATE(2728), - [sym_super_expression] = STATE(2728), - [sym_if_expression] = STATE(2728), - [sym_when_expression] = STATE(2728), - [sym_try_expression] = STATE(2728), - [sym_jump_expression] = STATE(2728), - [sym_callable_reference] = STATE(2728), - [sym__prefix_unary_operator] = STATE(2185), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7898), - [sym_annotation] = STATE(1339), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3447), - [sym__return_at] = STATE(323), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(2728), - [sym_long_literal] = STATE(2728), - [sym_boolean_literal] = STATE(2728), - [sym_character_literal] = STATE(2728), - [sym__lexical_identifier] = STATE(2890), - [aux_sym__statement_repeat1] = STATE(5311), + [788] = { + [sym_type_constraints] = STATE(902), + [sym_function_body] = STATE(1168), + [sym__block] = STATE(1087), + [sym__alpha_identifier] = ACTIONS(4041), + [anon_sym_AT] = ACTIONS(4043), + [anon_sym_COLON] = ACTIONS(4045), + [anon_sym_LBRACK] = ACTIONS(4043), + [anon_sym_as] = ACTIONS(4041), + [anon_sym_EQ] = ACTIONS(4037), + [anon_sym_LBRACE] = ACTIONS(4039), + [anon_sym_RBRACE] = ACTIONS(4043), + [anon_sym_LPAREN] = ACTIONS(4043), + [anon_sym_COMMA] = ACTIONS(4043), + [anon_sym_LT] = ACTIONS(4041), + [anon_sym_GT] = ACTIONS(4041), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(4041), + [anon_sym_fun] = ACTIONS(4041), + [anon_sym_DOT] = ACTIONS(4041), + [anon_sym_SEMI] = ACTIONS(4043), + [anon_sym_get] = ACTIONS(4041), + [anon_sym_set] = ACTIONS(4041), + [anon_sym_this] = ACTIONS(4041), + [anon_sym_super] = ACTIONS(4041), + [anon_sym_STAR] = ACTIONS(4041), + [sym_label] = ACTIONS(4041), + [anon_sym_in] = ACTIONS(4041), + [anon_sym_DOT_DOT] = ACTIONS(4043), + [anon_sym_QMARK_COLON] = ACTIONS(4043), + [anon_sym_AMP_AMP] = ACTIONS(4043), + [anon_sym_PIPE_PIPE] = ACTIONS(4043), + [anon_sym_null] = ACTIONS(4041), + [anon_sym_if] = ACTIONS(4041), + [anon_sym_else] = ACTIONS(4041), + [anon_sym_when] = ACTIONS(4041), + [anon_sym_try] = ACTIONS(4041), + [anon_sym_throw] = ACTIONS(4041), + [anon_sym_return] = ACTIONS(4041), + [anon_sym_continue] = ACTIONS(4041), + [anon_sym_break] = ACTIONS(4041), + [anon_sym_COLON_COLON] = ACTIONS(4043), + [anon_sym_PLUS_EQ] = ACTIONS(4043), + [anon_sym_DASH_EQ] = ACTIONS(4043), + [anon_sym_STAR_EQ] = ACTIONS(4043), + [anon_sym_SLASH_EQ] = ACTIONS(4043), + [anon_sym_PERCENT_EQ] = ACTIONS(4043), + [anon_sym_BANG_EQ] = ACTIONS(4041), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4043), + [anon_sym_EQ_EQ] = ACTIONS(4041), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4043), + [anon_sym_LT_EQ] = ACTIONS(4043), + [anon_sym_GT_EQ] = ACTIONS(4043), + [anon_sym_BANGin] = ACTIONS(4043), + [anon_sym_is] = ACTIONS(4041), + [anon_sym_BANGis] = ACTIONS(4043), + [anon_sym_PLUS] = ACTIONS(4041), + [anon_sym_DASH] = ACTIONS(4041), + [anon_sym_SLASH] = ACTIONS(4041), + [anon_sym_PERCENT] = ACTIONS(4041), + [anon_sym_as_QMARK] = ACTIONS(4043), + [anon_sym_PLUS_PLUS] = ACTIONS(4043), + [anon_sym_DASH_DASH] = ACTIONS(4043), + [anon_sym_BANG] = ACTIONS(4041), + [anon_sym_BANG_BANG] = ACTIONS(4043), + [anon_sym_suspend] = ACTIONS(4041), + [anon_sym_sealed] = ACTIONS(4041), + [anon_sym_annotation] = ACTIONS(4041), + [anon_sym_data] = ACTIONS(4041), + [anon_sym_inner] = ACTIONS(4041), + [anon_sym_override] = ACTIONS(4041), + [anon_sym_lateinit] = ACTIONS(4041), + [anon_sym_public] = ACTIONS(4041), + [anon_sym_private] = ACTIONS(4041), + [anon_sym_internal] = ACTIONS(4041), + [anon_sym_protected] = ACTIONS(4041), + [anon_sym_tailrec] = ACTIONS(4041), + [anon_sym_operator] = ACTIONS(4041), + [anon_sym_infix] = ACTIONS(4041), + [anon_sym_inline] = ACTIONS(4041), + [anon_sym_external] = ACTIONS(4041), + [sym_property_modifier] = ACTIONS(4041), + [anon_sym_abstract] = ACTIONS(4041), + [anon_sym_final] = ACTIONS(4041), + [anon_sym_open] = ACTIONS(4041), + [anon_sym_vararg] = ACTIONS(4041), + [anon_sym_noinline] = ACTIONS(4041), + [anon_sym_crossinline] = ACTIONS(4041), + [anon_sym_expect] = ACTIONS(4041), + [anon_sym_actual] = ACTIONS(4041), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4043), + [anon_sym_continue_AT] = ACTIONS(4043), + [anon_sym_break_AT] = ACTIONS(4043), + [sym_real_literal] = ACTIONS(4043), + [sym_integer_literal] = ACTIONS(4041), + [sym_hex_literal] = ACTIONS(4043), + [sym_bin_literal] = ACTIONS(4043), + [anon_sym_true] = ACTIONS(4041), + [anon_sym_false] = ACTIONS(4041), + [anon_sym_SQUOTE] = ACTIONS(4043), + [sym__backtick_identifier] = ACTIONS(4043), + [sym__automatic_semicolon] = ACTIONS(4043), + [sym_safe_nav] = ACTIONS(4043), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4043), + }, + [789] = { + [sym_type_constraints] = STATE(906), + [sym_function_body] = STATE(1201), + [sym__block] = STATE(1087), + [sym__alpha_identifier] = ACTIONS(4047), + [anon_sym_AT] = ACTIONS(4049), + [anon_sym_COLON] = ACTIONS(4051), + [anon_sym_LBRACK] = ACTIONS(4049), + [anon_sym_as] = ACTIONS(4047), + [anon_sym_EQ] = ACTIONS(4037), + [anon_sym_LBRACE] = ACTIONS(4039), + [anon_sym_RBRACE] = ACTIONS(4049), + [anon_sym_LPAREN] = ACTIONS(4049), + [anon_sym_COMMA] = ACTIONS(4049), + [anon_sym_LT] = ACTIONS(4047), + [anon_sym_GT] = ACTIONS(4047), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(4047), + [anon_sym_fun] = ACTIONS(4047), + [anon_sym_DOT] = ACTIONS(4047), + [anon_sym_SEMI] = ACTIONS(4049), + [anon_sym_get] = ACTIONS(4047), + [anon_sym_set] = ACTIONS(4047), + [anon_sym_this] = ACTIONS(4047), + [anon_sym_super] = ACTIONS(4047), + [anon_sym_STAR] = ACTIONS(4047), + [sym_label] = ACTIONS(4047), + [anon_sym_in] = ACTIONS(4047), + [anon_sym_DOT_DOT] = ACTIONS(4049), + [anon_sym_QMARK_COLON] = ACTIONS(4049), + [anon_sym_AMP_AMP] = ACTIONS(4049), + [anon_sym_PIPE_PIPE] = ACTIONS(4049), + [anon_sym_null] = ACTIONS(4047), + [anon_sym_if] = ACTIONS(4047), + [anon_sym_else] = ACTIONS(4047), + [anon_sym_when] = ACTIONS(4047), + [anon_sym_try] = ACTIONS(4047), + [anon_sym_throw] = ACTIONS(4047), + [anon_sym_return] = ACTIONS(4047), + [anon_sym_continue] = ACTIONS(4047), + [anon_sym_break] = ACTIONS(4047), + [anon_sym_COLON_COLON] = ACTIONS(4049), + [anon_sym_PLUS_EQ] = ACTIONS(4049), + [anon_sym_DASH_EQ] = ACTIONS(4049), + [anon_sym_STAR_EQ] = ACTIONS(4049), + [anon_sym_SLASH_EQ] = ACTIONS(4049), + [anon_sym_PERCENT_EQ] = ACTIONS(4049), + [anon_sym_BANG_EQ] = ACTIONS(4047), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4049), + [anon_sym_EQ_EQ] = ACTIONS(4047), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4049), + [anon_sym_LT_EQ] = ACTIONS(4049), + [anon_sym_GT_EQ] = ACTIONS(4049), + [anon_sym_BANGin] = ACTIONS(4049), + [anon_sym_is] = ACTIONS(4047), + [anon_sym_BANGis] = ACTIONS(4049), + [anon_sym_PLUS] = ACTIONS(4047), + [anon_sym_DASH] = ACTIONS(4047), + [anon_sym_SLASH] = ACTIONS(4047), + [anon_sym_PERCENT] = ACTIONS(4047), + [anon_sym_as_QMARK] = ACTIONS(4049), + [anon_sym_PLUS_PLUS] = ACTIONS(4049), + [anon_sym_DASH_DASH] = ACTIONS(4049), + [anon_sym_BANG] = ACTIONS(4047), + [anon_sym_BANG_BANG] = ACTIONS(4049), + [anon_sym_suspend] = ACTIONS(4047), + [anon_sym_sealed] = ACTIONS(4047), + [anon_sym_annotation] = ACTIONS(4047), + [anon_sym_data] = ACTIONS(4047), + [anon_sym_inner] = ACTIONS(4047), + [anon_sym_override] = ACTIONS(4047), + [anon_sym_lateinit] = ACTIONS(4047), + [anon_sym_public] = ACTIONS(4047), + [anon_sym_private] = ACTIONS(4047), + [anon_sym_internal] = ACTIONS(4047), + [anon_sym_protected] = ACTIONS(4047), + [anon_sym_tailrec] = ACTIONS(4047), + [anon_sym_operator] = ACTIONS(4047), + [anon_sym_infix] = ACTIONS(4047), + [anon_sym_inline] = ACTIONS(4047), + [anon_sym_external] = ACTIONS(4047), + [sym_property_modifier] = ACTIONS(4047), + [anon_sym_abstract] = ACTIONS(4047), + [anon_sym_final] = ACTIONS(4047), + [anon_sym_open] = ACTIONS(4047), + [anon_sym_vararg] = ACTIONS(4047), + [anon_sym_noinline] = ACTIONS(4047), + [anon_sym_crossinline] = ACTIONS(4047), + [anon_sym_expect] = ACTIONS(4047), + [anon_sym_actual] = ACTIONS(4047), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4049), + [anon_sym_continue_AT] = ACTIONS(4049), + [anon_sym_break_AT] = ACTIONS(4049), + [sym_real_literal] = ACTIONS(4049), + [sym_integer_literal] = ACTIONS(4047), + [sym_hex_literal] = ACTIONS(4049), + [sym_bin_literal] = ACTIONS(4049), + [anon_sym_true] = ACTIONS(4047), + [anon_sym_false] = ACTIONS(4047), + [anon_sym_SQUOTE] = ACTIONS(4049), + [sym__backtick_identifier] = ACTIONS(4049), + [sym__automatic_semicolon] = ACTIONS(4049), + [sym_safe_nav] = ACTIONS(4049), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4049), + }, + [790] = { + [sym__loop_statement] = STATE(4574), + [sym_for_statement] = STATE(4574), + [sym_while_statement] = STATE(4574), + [sym_do_while_statement] = STATE(4574), + [sym_assignment] = STATE(4574), + [sym__expression] = STATE(4013), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4435), + [sym_parenthesized_expression] = STATE(4435), + [sym_collection_literal] = STATE(4435), + [sym__literal_constant] = STATE(4435), + [sym_string_literal] = STATE(4435), + [sym_lambda_literal] = STATE(4435), + [sym_anonymous_function] = STATE(4435), + [sym__function_literal] = STATE(4435), + [sym_object_literal] = STATE(4435), + [sym_this_expression] = STATE(4435), + [sym_super_expression] = STATE(4435), + [sym_if_expression] = STATE(4435), + [sym_when_expression] = STATE(4435), + [sym_try_expression] = STATE(4435), + [sym_jump_expression] = STATE(4435), + [sym_callable_reference] = STATE(4435), + [sym__prefix_unary_operator] = STATE(1897), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7897), + [sym_annotation] = STATE(1392), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4608), + [sym__return_at] = STATE(295), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4435), + [sym_long_literal] = STATE(4435), + [sym_boolean_literal] = STATE(4435), + [sym_character_literal] = STATE(4435), + [sym__lexical_identifier] = STATE(4461), + [aux_sym__statement_repeat1] = STATE(5317), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(1858), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(813), + [sym_label] = ACTIONS(815), + [anon_sym_for] = ACTIONS(817), + [anon_sym_while] = ACTIONS(819), + [anon_sym_do] = ACTIONS(239), + [anon_sym_null] = ACTIONS(319), + [anon_sym_if] = ACTIONS(243), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(249), + [anon_sym_return] = ACTIONS(251), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(823), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(331), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(283), + }, + [791] = { + [sym__loop_statement] = STATE(5355), + [sym_for_statement] = STATE(5355), + [sym_while_statement] = STATE(5355), + [sym_do_while_statement] = STATE(5355), + [sym_assignment] = STATE(5355), + [sym__expression] = STATE(2253), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(2743), + [sym_parenthesized_expression] = STATE(2743), + [sym_collection_literal] = STATE(2743), + [sym__literal_constant] = STATE(2743), + [sym_string_literal] = STATE(2743), + [sym_lambda_literal] = STATE(2743), + [sym_anonymous_function] = STATE(2743), + [sym__function_literal] = STATE(2743), + [sym_object_literal] = STATE(2743), + [sym_this_expression] = STATE(2743), + [sym_super_expression] = STATE(2743), + [sym_if_expression] = STATE(2743), + [sym_when_expression] = STATE(2743), + [sym_try_expression] = STATE(2743), + [sym_jump_expression] = STATE(2743), + [sym_callable_reference] = STATE(2743), + [sym__prefix_unary_operator] = STATE(2070), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7926), + [sym_annotation] = STATE(1389), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3279), + [sym__return_at] = STATE(317), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(2743), + [sym_long_literal] = STATE(2743), + [sym_boolean_literal] = STATE(2743), + [sym_character_literal] = STATE(2743), + [sym__lexical_identifier] = STATE(2837), + [aux_sym__statement_repeat1] = STATE(5317), [sym__alpha_identifier] = ACTIONS(333), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(335), - [anon_sym_LBRACE] = ACTIONS(1920), + [anon_sym_LBRACE] = ACTIONS(1918), [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_object] = ACTIONS(1922), - [anon_sym_fun] = ACTIONS(2004), + [anon_sym_object] = ACTIONS(1920), + [anon_sym_fun] = ACTIONS(1992), [anon_sym_get] = ACTIONS(333), [anon_sym_set] = ACTIONS(333), [anon_sym_this] = ACTIONS(357), [anon_sym_super] = ACTIONS(359), - [anon_sym_STAR] = ACTIONS(1319), - [sym_label] = ACTIONS(691), - [anon_sym_for] = ACTIONS(693), - [anon_sym_while] = ACTIONS(695), - [anon_sym_do] = ACTIONS(369), - [anon_sym_null] = ACTIONS(371), - [anon_sym_if] = ACTIONS(697), + [anon_sym_STAR] = ACTIONS(1111), + [sym_label] = ACTIONS(1113), + [anon_sym_for] = ACTIONS(1145), + [anon_sym_while] = ACTIONS(1147), + [anon_sym_do] = ACTIONS(1149), + [anon_sym_null] = ACTIONS(973), + [anon_sym_if] = ACTIONS(703), [anon_sym_when] = ACTIONS(375), [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(699), - [anon_sym_return] = ACTIONS(701), + [anon_sym_throw] = ACTIONS(705), + [anon_sym_return] = ACTIONS(707), [anon_sym_continue] = ACTIONS(383), [anon_sym_break] = ACTIONS(383), [anon_sym_COLON_COLON] = ACTIONS(385), - [anon_sym_PLUS] = ACTIONS(703), - [anon_sym_DASH] = ACTIONS(703), - [anon_sym_PLUS_PLUS] = ACTIONS(705), - [anon_sym_DASH_DASH] = ACTIONS(705), - [anon_sym_BANG] = ACTIONS(705), + [anon_sym_PLUS] = ACTIONS(1119), + [anon_sym_DASH] = ACTIONS(1119), + [anon_sym_PLUS_PLUS] = ACTIONS(1121), + [anon_sym_DASH_DASH] = ACTIONS(1121), + [anon_sym_BANG] = ACTIONS(1121), [anon_sym_data] = ACTIONS(333), [anon_sym_inner] = ACTIONS(333), [anon_sym_expect] = ACTIONS(333), @@ -128805,7 +129341,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(395), [anon_sym_break_AT] = ACTIONS(397), - [sym_real_literal] = ACTIONS(399), + [sym_real_literal] = ACTIONS(979), [sym_integer_literal] = ACTIONS(401), [sym_hex_literal] = ACTIONS(403), [sym_bin_literal] = ACTIONS(403), @@ -128816,296 +129352,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(411), }, - [788] = { - [sym_getter] = STATE(4928), - [sym_setter] = STATE(4928), - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(2269), - [sym__comparison_operator] = STATE(2268), - [sym__in_operator] = STATE(2261), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(2260), - [sym__multiplicative_operator] = STATE(2259), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_modifiers] = STATE(8818), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2256), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(1784), - [anon_sym_LPAREN] = ACTIONS(3570), - [anon_sym_COMMA] = ACTIONS(1784), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(4031), - [anon_sym_where] = ACTIONS(1782), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(4033), - [anon_sym_get] = ACTIONS(4035), - [anon_sym_set] = ACTIONS(4037), - [anon_sym_STAR] = ACTIONS(4039), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(4041), - [anon_sym_DOT_DOT] = ACTIONS(4043), - [anon_sym_QMARK_COLON] = ACTIONS(4045), - [anon_sym_AMP_AMP] = ACTIONS(4047), - [anon_sym_PIPE_PIPE] = ACTIONS(4049), - [anon_sym_else] = ACTIONS(1782), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_BANG_EQ] = ACTIONS(4051), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4053), - [anon_sym_EQ_EQ] = ACTIONS(4051), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4053), - [anon_sym_LT_EQ] = ACTIONS(4055), - [anon_sym_GT_EQ] = ACTIONS(4055), - [anon_sym_BANGin] = ACTIONS(4057), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), - [anon_sym_PLUS] = ACTIONS(4059), - [anon_sym_DASH] = ACTIONS(4059), - [anon_sym_SLASH] = ACTIONS(4061), - [anon_sym_PERCENT] = ACTIONS(4039), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(1746), - [anon_sym_inner] = ACTIONS(1746), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(1748), - [anon_sym_actual] = ACTIONS(1748), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(1784), - [sym_safe_nav] = ACTIONS(3596), - [sym_multiline_comment] = ACTIONS(3), - }, - [789] = { - [sym_getter] = STATE(4953), - [sym_setter] = STATE(4953), - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(2269), - [sym__comparison_operator] = STATE(2268), - [sym__in_operator] = STATE(2261), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(2260), - [sym__multiplicative_operator] = STATE(2259), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_modifiers] = STATE(8818), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2256), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(1754), - [anon_sym_LPAREN] = ACTIONS(3570), - [anon_sym_COMMA] = ACTIONS(1754), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(4031), - [anon_sym_where] = ACTIONS(1752), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(4063), - [anon_sym_get] = ACTIONS(4035), - [anon_sym_set] = ACTIONS(4037), - [anon_sym_STAR] = ACTIONS(4039), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(4041), - [anon_sym_DOT_DOT] = ACTIONS(4043), - [anon_sym_QMARK_COLON] = ACTIONS(4045), - [anon_sym_AMP_AMP] = ACTIONS(4047), - [anon_sym_PIPE_PIPE] = ACTIONS(4049), - [anon_sym_else] = ACTIONS(1752), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_BANG_EQ] = ACTIONS(4051), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4053), - [anon_sym_EQ_EQ] = ACTIONS(4051), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4053), - [anon_sym_LT_EQ] = ACTIONS(4055), - [anon_sym_GT_EQ] = ACTIONS(4055), - [anon_sym_BANGin] = ACTIONS(4057), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), - [anon_sym_PLUS] = ACTIONS(4059), - [anon_sym_DASH] = ACTIONS(4059), - [anon_sym_SLASH] = ACTIONS(4061), - [anon_sym_PERCENT] = ACTIONS(4039), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(1746), - [anon_sym_inner] = ACTIONS(1746), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(1748), - [anon_sym_actual] = ACTIONS(1748), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(1754), - [sym_safe_nav] = ACTIONS(3596), - [sym_multiline_comment] = ACTIONS(3), - }, - [790] = { - [sym_getter] = STATE(4966), - [sym_setter] = STATE(4966), - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(2269), - [sym__comparison_operator] = STATE(2268), - [sym__in_operator] = STATE(2261), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(2260), - [sym__multiplicative_operator] = STATE(2259), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_modifiers] = STATE(8818), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2256), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [aux_sym_modifiers_repeat1] = STATE(5441), + [792] = { + [sym_getter] = STATE(3760), + [sym_setter] = STATE(3760), + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(2211), + [sym__comparison_operator] = STATE(2219), + [sym__in_operator] = STATE(2104), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(2248), + [sym__multiplicative_operator] = STATE(2250), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_modifiers] = STATE(8943), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2251), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), [anon_sym_LBRACE] = ACTIONS(1622), [anon_sym_RBRACE] = ACTIONS(1772), - [anon_sym_LPAREN] = ACTIONS(3570), + [anon_sym_LPAREN] = ACTIONS(3572), [anon_sym_COMMA] = ACTIONS(1772), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(4031), + [anon_sym_GT] = ACTIONS(4053), [anon_sym_where] = ACTIONS(1770), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(4065), - [anon_sym_get] = ACTIONS(4035), - [anon_sym_set] = ACTIONS(4037), - [anon_sym_STAR] = ACTIONS(4039), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(4041), - [anon_sym_DOT_DOT] = ACTIONS(4043), - [anon_sym_QMARK_COLON] = ACTIONS(4045), - [anon_sym_AMP_AMP] = ACTIONS(4047), - [anon_sym_PIPE_PIPE] = ACTIONS(4049), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(4055), + [anon_sym_get] = ACTIONS(4057), + [anon_sym_set] = ACTIONS(4059), + [anon_sym_STAR] = ACTIONS(4061), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(4063), + [anon_sym_DOT_DOT] = ACTIONS(4065), + [anon_sym_QMARK_COLON] = ACTIONS(4067), + [anon_sym_AMP_AMP] = ACTIONS(4069), + [anon_sym_PIPE_PIPE] = ACTIONS(4071), [anon_sym_else] = ACTIONS(1770), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_BANG_EQ] = ACTIONS(4051), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4053), - [anon_sym_EQ_EQ] = ACTIONS(4051), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4053), - [anon_sym_LT_EQ] = ACTIONS(4055), - [anon_sym_GT_EQ] = ACTIONS(4055), - [anon_sym_BANGin] = ACTIONS(4057), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), - [anon_sym_PLUS] = ACTIONS(4059), - [anon_sym_DASH] = ACTIONS(4059), - [anon_sym_SLASH] = ACTIONS(4061), - [anon_sym_PERCENT] = ACTIONS(4039), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_BANG_EQ] = ACTIONS(4073), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4075), + [anon_sym_EQ_EQ] = ACTIONS(4073), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4075), + [anon_sym_LT_EQ] = ACTIONS(4077), + [anon_sym_GT_EQ] = ACTIONS(4077), + [anon_sym_BANGin] = ACTIONS(4079), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), + [anon_sym_PLUS] = ACTIONS(4081), + [anon_sym_DASH] = ACTIONS(4081), + [anon_sym_SLASH] = ACTIONS(4083), + [anon_sym_PERCENT] = ACTIONS(4061), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -129134,85 +129456,192 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), [sym__automatic_semicolon] = ACTIONS(1772), - [sym_safe_nav] = ACTIONS(3596), + [sym_safe_nav] = ACTIONS(3598), [sym_multiline_comment] = ACTIONS(3), }, - [791] = { - [sym_getter] = STATE(5011), - [sym_setter] = STATE(5011), - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(2269), - [sym__comparison_operator] = STATE(2268), - [sym__in_operator] = STATE(2261), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(2260), - [sym__multiplicative_operator] = STATE(2259), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_modifiers] = STATE(8818), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2256), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [aux_sym_modifiers_repeat1] = STATE(5441), + [793] = { + [sym_type_constraints] = STATE(910), + [sym_function_body] = STATE(1179), + [sym__block] = STATE(1087), + [sym__alpha_identifier] = ACTIONS(4085), + [anon_sym_AT] = ACTIONS(4087), + [anon_sym_COLON] = ACTIONS(4089), + [anon_sym_LBRACK] = ACTIONS(4087), + [anon_sym_as] = ACTIONS(4085), + [anon_sym_EQ] = ACTIONS(4037), + [anon_sym_LBRACE] = ACTIONS(4039), + [anon_sym_RBRACE] = ACTIONS(4087), + [anon_sym_LPAREN] = ACTIONS(4087), + [anon_sym_COMMA] = ACTIONS(4087), + [anon_sym_LT] = ACTIONS(4085), + [anon_sym_GT] = ACTIONS(4085), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(4085), + [anon_sym_fun] = ACTIONS(4085), + [anon_sym_DOT] = ACTIONS(4085), + [anon_sym_SEMI] = ACTIONS(4087), + [anon_sym_get] = ACTIONS(4085), + [anon_sym_set] = ACTIONS(4085), + [anon_sym_this] = ACTIONS(4085), + [anon_sym_super] = ACTIONS(4085), + [anon_sym_STAR] = ACTIONS(4085), + [sym_label] = ACTIONS(4085), + [anon_sym_in] = ACTIONS(4085), + [anon_sym_DOT_DOT] = ACTIONS(4087), + [anon_sym_QMARK_COLON] = ACTIONS(4087), + [anon_sym_AMP_AMP] = ACTIONS(4087), + [anon_sym_PIPE_PIPE] = ACTIONS(4087), + [anon_sym_null] = ACTIONS(4085), + [anon_sym_if] = ACTIONS(4085), + [anon_sym_else] = ACTIONS(4085), + [anon_sym_when] = ACTIONS(4085), + [anon_sym_try] = ACTIONS(4085), + [anon_sym_throw] = ACTIONS(4085), + [anon_sym_return] = ACTIONS(4085), + [anon_sym_continue] = ACTIONS(4085), + [anon_sym_break] = ACTIONS(4085), + [anon_sym_COLON_COLON] = ACTIONS(4087), + [anon_sym_PLUS_EQ] = ACTIONS(4087), + [anon_sym_DASH_EQ] = ACTIONS(4087), + [anon_sym_STAR_EQ] = ACTIONS(4087), + [anon_sym_SLASH_EQ] = ACTIONS(4087), + [anon_sym_PERCENT_EQ] = ACTIONS(4087), + [anon_sym_BANG_EQ] = ACTIONS(4085), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4087), + [anon_sym_EQ_EQ] = ACTIONS(4085), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4087), + [anon_sym_LT_EQ] = ACTIONS(4087), + [anon_sym_GT_EQ] = ACTIONS(4087), + [anon_sym_BANGin] = ACTIONS(4087), + [anon_sym_is] = ACTIONS(4085), + [anon_sym_BANGis] = ACTIONS(4087), + [anon_sym_PLUS] = ACTIONS(4085), + [anon_sym_DASH] = ACTIONS(4085), + [anon_sym_SLASH] = ACTIONS(4085), + [anon_sym_PERCENT] = ACTIONS(4085), + [anon_sym_as_QMARK] = ACTIONS(4087), + [anon_sym_PLUS_PLUS] = ACTIONS(4087), + [anon_sym_DASH_DASH] = ACTIONS(4087), + [anon_sym_BANG] = ACTIONS(4085), + [anon_sym_BANG_BANG] = ACTIONS(4087), + [anon_sym_suspend] = ACTIONS(4085), + [anon_sym_sealed] = ACTIONS(4085), + [anon_sym_annotation] = ACTIONS(4085), + [anon_sym_data] = ACTIONS(4085), + [anon_sym_inner] = ACTIONS(4085), + [anon_sym_override] = ACTIONS(4085), + [anon_sym_lateinit] = ACTIONS(4085), + [anon_sym_public] = ACTIONS(4085), + [anon_sym_private] = ACTIONS(4085), + [anon_sym_internal] = ACTIONS(4085), + [anon_sym_protected] = ACTIONS(4085), + [anon_sym_tailrec] = ACTIONS(4085), + [anon_sym_operator] = ACTIONS(4085), + [anon_sym_infix] = ACTIONS(4085), + [anon_sym_inline] = ACTIONS(4085), + [anon_sym_external] = ACTIONS(4085), + [sym_property_modifier] = ACTIONS(4085), + [anon_sym_abstract] = ACTIONS(4085), + [anon_sym_final] = ACTIONS(4085), + [anon_sym_open] = ACTIONS(4085), + [anon_sym_vararg] = ACTIONS(4085), + [anon_sym_noinline] = ACTIONS(4085), + [anon_sym_crossinline] = ACTIONS(4085), + [anon_sym_expect] = ACTIONS(4085), + [anon_sym_actual] = ACTIONS(4085), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4087), + [anon_sym_continue_AT] = ACTIONS(4087), + [anon_sym_break_AT] = ACTIONS(4087), + [sym_real_literal] = ACTIONS(4087), + [sym_integer_literal] = ACTIONS(4085), + [sym_hex_literal] = ACTIONS(4087), + [sym_bin_literal] = ACTIONS(4087), + [anon_sym_true] = ACTIONS(4085), + [anon_sym_false] = ACTIONS(4085), + [anon_sym_SQUOTE] = ACTIONS(4087), + [sym__backtick_identifier] = ACTIONS(4087), + [sym__automatic_semicolon] = ACTIONS(4087), + [sym_safe_nav] = ACTIONS(4087), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4087), + }, + [794] = { + [sym_getter] = STATE(4947), + [sym_setter] = STATE(4947), + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(2211), + [sym__comparison_operator] = STATE(2219), + [sym__in_operator] = STATE(2104), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(2248), + [sym__multiplicative_operator] = STATE(2250), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_modifiers] = STATE(8872), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2251), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(3570), - [anon_sym_COMMA] = ACTIONS(1778), + [anon_sym_RBRACE] = ACTIONS(1780), + [anon_sym_LPAREN] = ACTIONS(3572), + [anon_sym_COMMA] = ACTIONS(1780), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(4031), - [anon_sym_where] = ACTIONS(1776), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(4067), - [anon_sym_get] = ACTIONS(4035), - [anon_sym_set] = ACTIONS(4037), - [anon_sym_STAR] = ACTIONS(4039), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(4041), - [anon_sym_DOT_DOT] = ACTIONS(4043), - [anon_sym_QMARK_COLON] = ACTIONS(4045), - [anon_sym_AMP_AMP] = ACTIONS(4047), - [anon_sym_PIPE_PIPE] = ACTIONS(4049), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_BANG_EQ] = ACTIONS(4051), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4053), - [anon_sym_EQ_EQ] = ACTIONS(4051), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4053), - [anon_sym_LT_EQ] = ACTIONS(4055), - [anon_sym_GT_EQ] = ACTIONS(4055), - [anon_sym_BANGin] = ACTIONS(4057), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), - [anon_sym_PLUS] = ACTIONS(4059), - [anon_sym_DASH] = ACTIONS(4059), - [anon_sym_SLASH] = ACTIONS(4061), - [anon_sym_PERCENT] = ACTIONS(4039), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), + [anon_sym_GT] = ACTIONS(4053), + [anon_sym_where] = ACTIONS(1778), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(4091), + [anon_sym_get] = ACTIONS(4093), + [anon_sym_set] = ACTIONS(4095), + [anon_sym_STAR] = ACTIONS(4061), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(4063), + [anon_sym_DOT_DOT] = ACTIONS(4065), + [anon_sym_QMARK_COLON] = ACTIONS(4067), + [anon_sym_AMP_AMP] = ACTIONS(4069), + [anon_sym_PIPE_PIPE] = ACTIONS(4071), + [anon_sym_else] = ACTIONS(1778), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_BANG_EQ] = ACTIONS(4073), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4075), + [anon_sym_EQ_EQ] = ACTIONS(4073), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4075), + [anon_sym_LT_EQ] = ACTIONS(4077), + [anon_sym_GT_EQ] = ACTIONS(4077), + [anon_sym_BANGin] = ACTIONS(4079), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), + [anon_sym_PLUS] = ACTIONS(4081), + [anon_sym_DASH] = ACTIONS(4081), + [anon_sym_SLASH] = ACTIONS(4083), + [anon_sym_PERCENT] = ACTIONS(4061), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -129240,193 +129669,193 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(3596), + [sym__automatic_semicolon] = ACTIONS(1780), + [sym_safe_nav] = ACTIONS(3598), [sym_multiline_comment] = ACTIONS(3), }, - [792] = { - [sym_getter] = STATE(5053), - [sym_setter] = STATE(5053), - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(2269), - [sym__comparison_operator] = STATE(2268), - [sym__in_operator] = STATE(2261), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(2260), - [sym__multiplicative_operator] = STATE(2259), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_modifiers] = STATE(8818), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2256), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(1766), - [anon_sym_LPAREN] = ACTIONS(3570), - [anon_sym_COMMA] = ACTIONS(1766), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(4031), - [anon_sym_where] = ACTIONS(1764), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(4069), - [anon_sym_get] = ACTIONS(4035), - [anon_sym_set] = ACTIONS(4037), - [anon_sym_STAR] = ACTIONS(4039), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(4041), - [anon_sym_DOT_DOT] = ACTIONS(4043), - [anon_sym_QMARK_COLON] = ACTIONS(4045), - [anon_sym_AMP_AMP] = ACTIONS(4047), - [anon_sym_PIPE_PIPE] = ACTIONS(4049), - [anon_sym_else] = ACTIONS(1764), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_BANG_EQ] = ACTIONS(4051), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4053), - [anon_sym_EQ_EQ] = ACTIONS(4051), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4053), - [anon_sym_LT_EQ] = ACTIONS(4055), - [anon_sym_GT_EQ] = ACTIONS(4055), - [anon_sym_BANGin] = ACTIONS(4057), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), - [anon_sym_PLUS] = ACTIONS(4059), - [anon_sym_DASH] = ACTIONS(4059), - [anon_sym_SLASH] = ACTIONS(4061), - [anon_sym_PERCENT] = ACTIONS(4039), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(1746), - [anon_sym_inner] = ACTIONS(1746), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(1748), - [anon_sym_actual] = ACTIONS(1748), + [795] = { + [sym__loop_statement] = STATE(4574), + [sym_for_statement] = STATE(4574), + [sym_while_statement] = STATE(4574), + [sym_do_while_statement] = STATE(4574), + [sym_assignment] = STATE(4574), + [sym__expression] = STATE(3756), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4434), + [sym_parenthesized_expression] = STATE(4434), + [sym_collection_literal] = STATE(4434), + [sym__literal_constant] = STATE(4434), + [sym_string_literal] = STATE(4434), + [sym_lambda_literal] = STATE(4434), + [sym_anonymous_function] = STATE(4434), + [sym__function_literal] = STATE(4434), + [sym_object_literal] = STATE(4434), + [sym_this_expression] = STATE(4434), + [sym_super_expression] = STATE(4434), + [sym_if_expression] = STATE(4434), + [sym_when_expression] = STATE(4434), + [sym_try_expression] = STATE(4434), + [sym_jump_expression] = STATE(4434), + [sym_callable_reference] = STATE(4434), + [sym__prefix_unary_operator] = STATE(1630), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7896), + [sym_annotation] = STATE(1394), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4608), + [sym__return_at] = STATE(310), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4434), + [sym_long_literal] = STATE(4434), + [sym_boolean_literal] = STATE(4434), + [sym_character_literal] = STATE(4434), + [sym__lexical_identifier] = STATE(4461), + [aux_sym__statement_repeat1] = STATE(5317), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(1940), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(1293), + [sym_label] = ACTIONS(729), + [anon_sym_for] = ACTIONS(731), + [anon_sym_while] = ACTIONS(733), + [anon_sym_do] = ACTIONS(239), + [anon_sym_null] = ACTIONS(241), + [anon_sym_if] = ACTIONS(321), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(323), + [anon_sym_return] = ACTIONS(325), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(735), + [anon_sym_DASH] = ACTIONS(735), + [anon_sym_PLUS_PLUS] = ACTIONS(737), + [anon_sym_DASH_DASH] = ACTIONS(737), + [anon_sym_BANG] = ACTIONS(737), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(1766), - [sym_safe_nav] = ACTIONS(3596), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(271), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(283), }, - [793] = { - [sym_getter] = STATE(5040), - [sym_setter] = STATE(5040), - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(2269), - [sym__comparison_operator] = STATE(2268), - [sym__in_operator] = STATE(2261), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(2260), - [sym__multiplicative_operator] = STATE(2259), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_modifiers] = STATE(8818), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2256), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [aux_sym_modifiers_repeat1] = STATE(5441), + [796] = { + [sym_getter] = STATE(3817), + [sym_setter] = STATE(3817), + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(2211), + [sym__comparison_operator] = STATE(2219), + [sym__in_operator] = STATE(2104), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(2248), + [sym__multiplicative_operator] = STATE(2250), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_modifiers] = STATE(8943), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2251), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(1696), - [anon_sym_LPAREN] = ACTIONS(3570), - [anon_sym_COMMA] = ACTIONS(1696), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(3572), + [anon_sym_COMMA] = ACTIONS(1786), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(4031), - [anon_sym_where] = ACTIONS(1694), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(4071), - [anon_sym_get] = ACTIONS(4035), - [anon_sym_set] = ACTIONS(4037), - [anon_sym_STAR] = ACTIONS(4039), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(4041), - [anon_sym_DOT_DOT] = ACTIONS(4043), - [anon_sym_QMARK_COLON] = ACTIONS(4045), - [anon_sym_AMP_AMP] = ACTIONS(4047), - [anon_sym_PIPE_PIPE] = ACTIONS(4049), - [anon_sym_else] = ACTIONS(1694), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_BANG_EQ] = ACTIONS(4051), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4053), - [anon_sym_EQ_EQ] = ACTIONS(4051), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4053), - [anon_sym_LT_EQ] = ACTIONS(4055), - [anon_sym_GT_EQ] = ACTIONS(4055), - [anon_sym_BANGin] = ACTIONS(4057), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), - [anon_sym_PLUS] = ACTIONS(4059), - [anon_sym_DASH] = ACTIONS(4059), - [anon_sym_SLASH] = ACTIONS(4061), - [anon_sym_PERCENT] = ACTIONS(4039), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), + [anon_sym_GT] = ACTIONS(4053), + [anon_sym_where] = ACTIONS(1784), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(4097), + [anon_sym_get] = ACTIONS(4057), + [anon_sym_set] = ACTIONS(4059), + [anon_sym_STAR] = ACTIONS(4061), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(4063), + [anon_sym_DOT_DOT] = ACTIONS(4065), + [anon_sym_QMARK_COLON] = ACTIONS(4067), + [anon_sym_AMP_AMP] = ACTIONS(4069), + [anon_sym_PIPE_PIPE] = ACTIONS(4071), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_BANG_EQ] = ACTIONS(4073), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4075), + [anon_sym_EQ_EQ] = ACTIONS(4073), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4075), + [anon_sym_LT_EQ] = ACTIONS(4077), + [anon_sym_GT_EQ] = ACTIONS(4077), + [anon_sym_BANGin] = ACTIONS(4079), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), + [anon_sym_PLUS] = ACTIONS(4081), + [anon_sym_DASH] = ACTIONS(4081), + [anon_sym_SLASH] = ACTIONS(4083), + [anon_sym_PERCENT] = ACTIONS(4061), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -129454,98 +129883,205 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(1696), - [sym_safe_nav] = ACTIONS(3596), + [sym__automatic_semicolon] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(3598), [sym_multiline_comment] = ACTIONS(3), }, - [794] = { - [sym__loop_statement] = STATE(3335), - [sym_for_statement] = STATE(3335), - [sym_while_statement] = STATE(3335), - [sym_do_while_statement] = STATE(3335), - [sym_assignment] = STATE(3335), - [sym__expression] = STATE(962), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(2728), - [sym_parenthesized_expression] = STATE(2728), - [sym_collection_literal] = STATE(2728), - [sym__literal_constant] = STATE(2728), - [sym_string_literal] = STATE(2728), - [sym_lambda_literal] = STATE(2728), - [sym_anonymous_function] = STATE(2728), - [sym__function_literal] = STATE(2728), - [sym_object_literal] = STATE(2728), - [sym_this_expression] = STATE(2728), - [sym_super_expression] = STATE(2728), - [sym_if_expression] = STATE(2728), - [sym_when_expression] = STATE(2728), - [sym_try_expression] = STATE(2728), - [sym_jump_expression] = STATE(2728), - [sym_callable_reference] = STATE(2728), - [sym__prefix_unary_operator] = STATE(1914), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7904), - [sym_annotation] = STATE(1417), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3447), - [sym__return_at] = STATE(304), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(2728), - [sym_long_literal] = STATE(2728), - [sym_boolean_literal] = STATE(2728), - [sym_character_literal] = STATE(2728), - [sym__lexical_identifier] = STATE(2890), - [aux_sym__statement_repeat1] = STATE(5311), + [797] = { + [sym__loop_statement] = STATE(3368), + [sym_for_statement] = STATE(3368), + [sym_while_statement] = STATE(3368), + [sym_do_while_statement] = STATE(3368), + [sym_assignment] = STATE(3368), + [sym__expression] = STATE(946), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(2753), + [sym_parenthesized_expression] = STATE(2753), + [sym_collection_literal] = STATE(2753), + [sym__literal_constant] = STATE(2753), + [sym_string_literal] = STATE(2753), + [sym_lambda_literal] = STATE(2753), + [sym_anonymous_function] = STATE(2753), + [sym__function_literal] = STATE(2753), + [sym_object_literal] = STATE(2753), + [sym_this_expression] = STATE(2753), + [sym_super_expression] = STATE(2753), + [sym_if_expression] = STATE(2753), + [sym_when_expression] = STATE(2753), + [sym_try_expression] = STATE(2753), + [sym_jump_expression] = STATE(2753), + [sym_callable_reference] = STATE(2753), + [sym__prefix_unary_operator] = STATE(1674), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7911), + [sym_annotation] = STATE(1395), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3410), + [sym__return_at] = STATE(220), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(2753), + [sym_long_literal] = STATE(2753), + [sym_boolean_literal] = STATE(2753), + [sym_character_literal] = STATE(2753), + [sym__lexical_identifier] = STATE(2858), + [aux_sym__statement_repeat1] = STATE(5317), + [sym__alpha_identifier] = ACTIONS(111), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1407), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(1305), + [sym_label] = ACTIONS(147), + [anon_sym_for] = ACTIONS(149), + [anon_sym_while] = ACTIONS(151), + [anon_sym_do] = ACTIONS(153), + [anon_sym_null] = ACTIONS(155), + [anon_sym_if] = ACTIONS(157), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(163), + [anon_sym_return] = ACTIONS(165), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(171), + [anon_sym_DASH] = ACTIONS(171), + [anon_sym_PLUS_PLUS] = ACTIONS(173), + [anon_sym_DASH_DASH] = ACTIONS(173), + [anon_sym_BANG] = ACTIONS(173), + [anon_sym_data] = ACTIONS(111), + [anon_sym_inner] = ACTIONS(111), + [anon_sym_expect] = ACTIONS(111), + [anon_sym_actual] = ACTIONS(111), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(185), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(197), + }, + [798] = { + [sym__loop_statement] = STATE(3457), + [sym_for_statement] = STATE(3457), + [sym_while_statement] = STATE(3457), + [sym_do_while_statement] = STATE(3457), + [sym_assignment] = STATE(3457), + [sym__expression] = STATE(1227), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(2760), + [sym_parenthesized_expression] = STATE(2760), + [sym_collection_literal] = STATE(2760), + [sym__literal_constant] = STATE(2760), + [sym_string_literal] = STATE(2760), + [sym_lambda_literal] = STATE(2760), + [sym_anonymous_function] = STATE(2760), + [sym__function_literal] = STATE(2760), + [sym_object_literal] = STATE(2760), + [sym_this_expression] = STATE(2760), + [sym_super_expression] = STATE(2760), + [sym_if_expression] = STATE(2760), + [sym_when_expression] = STATE(2760), + [sym_try_expression] = STATE(2760), + [sym_jump_expression] = STATE(2760), + [sym_callable_reference] = STATE(2760), + [sym__prefix_unary_operator] = STATE(2247), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7931), + [sym_annotation] = STATE(1400), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3279), + [sym__return_at] = STATE(317), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(2760), + [sym_long_literal] = STATE(2760), + [sym_boolean_literal] = STATE(2760), + [sym_character_literal] = STATE(2760), + [sym__lexical_identifier] = STATE(2837), + [aux_sym__statement_repeat1] = STATE(5317), [sym__alpha_identifier] = ACTIONS(333), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(335), - [anon_sym_LBRACE] = ACTIONS(1920), + [anon_sym_LBRACE] = ACTIONS(1918), [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_object] = ACTIONS(1922), - [anon_sym_fun] = ACTIONS(1924), + [anon_sym_object] = ACTIONS(1920), + [anon_sym_fun] = ACTIONS(1992), [anon_sym_get] = ACTIONS(333), [anon_sym_set] = ACTIONS(333), [anon_sym_this] = ACTIONS(357), [anon_sym_super] = ACTIONS(359), [anon_sym_STAR] = ACTIONS(1273), - [sym_label] = ACTIONS(363), - [anon_sym_for] = ACTIONS(365), - [anon_sym_while] = ACTIONS(367), + [sym_label] = ACTIONS(697), + [anon_sym_for] = ACTIONS(699), + [anon_sym_while] = ACTIONS(701), [anon_sym_do] = ACTIONS(369), [anon_sym_null] = ACTIONS(371), - [anon_sym_if] = ACTIONS(373), + [anon_sym_if] = ACTIONS(703), [anon_sym_when] = ACTIONS(375), [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(379), - [anon_sym_return] = ACTIONS(381), + [anon_sym_throw] = ACTIONS(705), + [anon_sym_return] = ACTIONS(707), [anon_sym_continue] = ACTIONS(383), [anon_sym_break] = ACTIONS(383), [anon_sym_COLON_COLON] = ACTIONS(385), - [anon_sym_PLUS] = ACTIONS(387), - [anon_sym_DASH] = ACTIONS(387), - [anon_sym_PLUS_PLUS] = ACTIONS(389), - [anon_sym_DASH_DASH] = ACTIONS(389), - [anon_sym_BANG] = ACTIONS(389), + [anon_sym_PLUS] = ACTIONS(709), + [anon_sym_DASH] = ACTIONS(709), + [anon_sym_PLUS_PLUS] = ACTIONS(711), + [anon_sym_DASH_DASH] = ACTIONS(711), + [anon_sym_BANG] = ACTIONS(711), [anon_sym_data] = ACTIONS(333), [anon_sym_inner] = ACTIONS(333), [anon_sym_expect] = ACTIONS(333), @@ -129565,201 +130101,94 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(411), }, - [795] = { - [sym__loop_statement] = STATE(1151), - [sym_for_statement] = STATE(1151), - [sym_while_statement] = STATE(1151), - [sym_do_while_statement] = STATE(1151), - [sym_assignment] = STATE(1151), - [sym__expression] = STATE(476), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(781), - [sym_parenthesized_expression] = STATE(781), - [sym_collection_literal] = STATE(781), - [sym__literal_constant] = STATE(781), - [sym_string_literal] = STATE(781), - [sym_lambda_literal] = STATE(781), - [sym_anonymous_function] = STATE(781), - [sym__function_literal] = STATE(781), - [sym_object_literal] = STATE(781), - [sym_this_expression] = STATE(781), - [sym_super_expression] = STATE(781), - [sym_if_expression] = STATE(781), - [sym_when_expression] = STATE(781), - [sym_try_expression] = STATE(781), - [sym_jump_expression] = STATE(781), - [sym_callable_reference] = STATE(781), - [sym__prefix_unary_operator] = STATE(2001), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7876), - [sym_annotation] = STATE(1399), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1054), - [sym__return_at] = STATE(260), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(781), - [sym_long_literal] = STATE(781), - [sym_boolean_literal] = STATE(781), - [sym_character_literal] = STATE(781), - [sym__lexical_identifier] = STATE(866), - [aux_sym__statement_repeat1] = STATE(5311), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1616), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(901), - [sym_label] = ACTIONS(903), - [anon_sym_for] = ACTIONS(905), - [anon_sym_while] = ACTIONS(907), - [anon_sym_do] = ACTIONS(449), - [anon_sym_null] = ACTIONS(909), - [anon_sym_if] = ACTIONS(453), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(459), - [anon_sym_return] = ACTIONS(461), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(911), - [anon_sym_DASH] = ACTIONS(911), - [anon_sym_PLUS_PLUS] = ACTIONS(913), - [anon_sym_DASH_DASH] = ACTIONS(913), - [anon_sym_BANG] = ACTIONS(913), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(915), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), - }, - [796] = { - [sym__loop_statement] = STATE(4924), - [sym_for_statement] = STATE(4924), - [sym_while_statement] = STATE(4924), - [sym_do_while_statement] = STATE(4924), - [sym_assignment] = STATE(4924), - [sym__expression] = STATE(3631), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4446), - [sym_parenthesized_expression] = STATE(4446), - [sym_collection_literal] = STATE(4446), - [sym__literal_constant] = STATE(4446), - [sym_string_literal] = STATE(4446), - [sym_lambda_literal] = STATE(4446), - [sym_anonymous_function] = STATE(4446), - [sym__function_literal] = STATE(4446), - [sym_object_literal] = STATE(4446), - [sym_this_expression] = STATE(4446), - [sym_super_expression] = STATE(4446), - [sym_if_expression] = STATE(4446), - [sym_when_expression] = STATE(4446), - [sym_try_expression] = STATE(4446), - [sym_jump_expression] = STATE(4446), - [sym_callable_reference] = STATE(4446), - [sym__prefix_unary_operator] = STATE(2214), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7890), - [sym_annotation] = STATE(1404), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4990), - [sym__return_at] = STATE(303), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4446), - [sym_long_literal] = STATE(4446), - [sym_boolean_literal] = STATE(4446), - [sym_character_literal] = STATE(4446), - [sym__lexical_identifier] = STATE(4529), - [aux_sym__statement_repeat1] = STATE(5311), + [799] = { + [sym__loop_statement] = STATE(4942), + [sym_for_statement] = STATE(4942), + [sym_while_statement] = STATE(4942), + [sym_do_while_statement] = STATE(4942), + [sym_assignment] = STATE(4942), + [sym__expression] = STATE(3648), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4467), + [sym_parenthesized_expression] = STATE(4467), + [sym_collection_literal] = STATE(4467), + [sym__literal_constant] = STATE(4467), + [sym_string_literal] = STATE(4467), + [sym_lambda_literal] = STATE(4467), + [sym_anonymous_function] = STATE(4467), + [sym__function_literal] = STATE(4467), + [sym_object_literal] = STATE(4467), + [sym_this_expression] = STATE(4467), + [sym_super_expression] = STATE(4467), + [sym_if_expression] = STATE(4467), + [sym_when_expression] = STATE(4467), + [sym_try_expression] = STATE(4467), + [sym_jump_expression] = STATE(4467), + [sym_callable_reference] = STATE(4467), + [sym__prefix_unary_operator] = STATE(1801), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7898), + [sym_annotation] = STATE(1365), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4920), + [sym__return_at] = STATE(298), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4467), + [sym_long_literal] = STATE(4467), + [sym_boolean_literal] = STATE(4467), + [sym_character_literal] = STATE(4467), + [sym__lexical_identifier] = STATE(4566), + [aux_sym__statement_repeat1] = STATE(5317), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(25), [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1912), - [anon_sym_fun] = ACTIONS(1914), + [anon_sym_object] = ACTIONS(1902), + [anon_sym_fun] = ACTIONS(1904), [anon_sym_get] = ACTIONS(7), [anon_sym_set] = ACTIONS(7), [anon_sym_this] = ACTIONS(39), [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(1267), - [sym_label] = ACTIONS(515), - [anon_sym_for] = ACTIONS(517), - [anon_sym_while] = ACTIONS(519), - [anon_sym_do] = ACTIONS(521), - [anon_sym_null] = ACTIONS(523), - [anon_sym_if] = ACTIONS(525), + [anon_sym_STAR] = ACTIONS(1223), + [sym_label] = ACTIONS(433), + [anon_sym_for] = ACTIONS(435), + [anon_sym_while] = ACTIONS(437), + [anon_sym_do] = ACTIONS(439), + [anon_sym_null] = ACTIONS(441), + [anon_sym_if] = ACTIONS(443), [anon_sym_when] = ACTIONS(57), [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(527), - [anon_sym_return] = ACTIONS(529), + [anon_sym_throw] = ACTIONS(445), + [anon_sym_return] = ACTIONS(447), [anon_sym_continue] = ACTIONS(65), [anon_sym_break] = ACTIONS(65), [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_DASH] = ACTIONS(531), - [anon_sym_PLUS_PLUS] = ACTIONS(533), - [anon_sym_DASH_DASH] = ACTIONS(533), - [anon_sym_BANG] = ACTIONS(533), + [anon_sym_PLUS] = ACTIONS(449), + [anon_sym_DASH] = ACTIONS(449), + [anon_sym_PLUS_PLUS] = ACTIONS(451), + [anon_sym_DASH_DASH] = ACTIONS(451), + [anon_sym_BANG] = ACTIONS(451), [anon_sym_data] = ACTIONS(7), [anon_sym_inner] = ACTIONS(7), [anon_sym_expect] = ACTIONS(7), @@ -129768,7 +130197,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(93), [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(535), + [sym_real_literal] = ACTIONS(453), [sym_integer_literal] = ACTIONS(99), [sym_hex_literal] = ACTIONS(101), [sym_bin_literal] = ACTIONS(101), @@ -129779,723 +130208,402 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(109), }, - [797] = { - [sym_type_constraints] = STATE(932), - [sym_function_body] = STATE(1096), - [sym__block] = STATE(1128), - [sym__alpha_identifier] = ACTIONS(4073), - [anon_sym_AT] = ACTIONS(4075), - [anon_sym_COLON] = ACTIONS(4077), - [anon_sym_LBRACK] = ACTIONS(4075), - [anon_sym_as] = ACTIONS(4073), - [anon_sym_EQ] = ACTIONS(4079), - [anon_sym_LBRACE] = ACTIONS(4081), - [anon_sym_RBRACE] = ACTIONS(4075), - [anon_sym_LPAREN] = ACTIONS(4075), - [anon_sym_COMMA] = ACTIONS(4075), - [anon_sym_LT] = ACTIONS(4073), - [anon_sym_GT] = ACTIONS(4073), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(4073), - [anon_sym_fun] = ACTIONS(4073), - [anon_sym_DOT] = ACTIONS(4073), - [anon_sym_SEMI] = ACTIONS(4075), - [anon_sym_get] = ACTIONS(4073), - [anon_sym_set] = ACTIONS(4073), - [anon_sym_this] = ACTIONS(4073), - [anon_sym_super] = ACTIONS(4073), - [anon_sym_STAR] = ACTIONS(4073), - [sym_label] = ACTIONS(4073), - [anon_sym_in] = ACTIONS(4073), - [anon_sym_DOT_DOT] = ACTIONS(4075), - [anon_sym_QMARK_COLON] = ACTIONS(4075), - [anon_sym_AMP_AMP] = ACTIONS(4075), - [anon_sym_PIPE_PIPE] = ACTIONS(4075), - [anon_sym_null] = ACTIONS(4073), - [anon_sym_if] = ACTIONS(4073), - [anon_sym_else] = ACTIONS(4073), - [anon_sym_when] = ACTIONS(4073), - [anon_sym_try] = ACTIONS(4073), - [anon_sym_throw] = ACTIONS(4073), - [anon_sym_return] = ACTIONS(4073), - [anon_sym_continue] = ACTIONS(4073), - [anon_sym_break] = ACTIONS(4073), - [anon_sym_COLON_COLON] = ACTIONS(4075), - [anon_sym_PLUS_EQ] = ACTIONS(4075), - [anon_sym_DASH_EQ] = ACTIONS(4075), - [anon_sym_STAR_EQ] = ACTIONS(4075), - [anon_sym_SLASH_EQ] = ACTIONS(4075), - [anon_sym_PERCENT_EQ] = ACTIONS(4075), - [anon_sym_BANG_EQ] = ACTIONS(4073), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4075), - [anon_sym_EQ_EQ] = ACTIONS(4073), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4075), - [anon_sym_LT_EQ] = ACTIONS(4075), - [anon_sym_GT_EQ] = ACTIONS(4075), - [anon_sym_BANGin] = ACTIONS(4075), - [anon_sym_is] = ACTIONS(4073), - [anon_sym_BANGis] = ACTIONS(4075), - [anon_sym_PLUS] = ACTIONS(4073), - [anon_sym_DASH] = ACTIONS(4073), - [anon_sym_SLASH] = ACTIONS(4073), - [anon_sym_PERCENT] = ACTIONS(4073), - [anon_sym_as_QMARK] = ACTIONS(4075), - [anon_sym_PLUS_PLUS] = ACTIONS(4075), - [anon_sym_DASH_DASH] = ACTIONS(4075), - [anon_sym_BANG] = ACTIONS(4073), - [anon_sym_BANG_BANG] = ACTIONS(4075), - [anon_sym_suspend] = ACTIONS(4073), - [anon_sym_sealed] = ACTIONS(4073), - [anon_sym_annotation] = ACTIONS(4073), - [anon_sym_data] = ACTIONS(4073), - [anon_sym_inner] = ACTIONS(4073), - [anon_sym_override] = ACTIONS(4073), - [anon_sym_lateinit] = ACTIONS(4073), - [anon_sym_public] = ACTIONS(4073), - [anon_sym_private] = ACTIONS(4073), - [anon_sym_internal] = ACTIONS(4073), - [anon_sym_protected] = ACTIONS(4073), - [anon_sym_tailrec] = ACTIONS(4073), - [anon_sym_operator] = ACTIONS(4073), - [anon_sym_infix] = ACTIONS(4073), - [anon_sym_inline] = ACTIONS(4073), - [anon_sym_external] = ACTIONS(4073), - [sym_property_modifier] = ACTIONS(4073), - [anon_sym_abstract] = ACTIONS(4073), - [anon_sym_final] = ACTIONS(4073), - [anon_sym_open] = ACTIONS(4073), - [anon_sym_vararg] = ACTIONS(4073), - [anon_sym_noinline] = ACTIONS(4073), - [anon_sym_crossinline] = ACTIONS(4073), - [anon_sym_expect] = ACTIONS(4073), - [anon_sym_actual] = ACTIONS(4073), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4075), - [anon_sym_continue_AT] = ACTIONS(4075), - [anon_sym_break_AT] = ACTIONS(4075), - [sym_real_literal] = ACTIONS(4075), - [sym_integer_literal] = ACTIONS(4073), - [sym_hex_literal] = ACTIONS(4075), - [sym_bin_literal] = ACTIONS(4075), - [anon_sym_true] = ACTIONS(4073), - [anon_sym_false] = ACTIONS(4073), - [anon_sym_SQUOTE] = ACTIONS(4075), - [sym__backtick_identifier] = ACTIONS(4075), - [sym__automatic_semicolon] = ACTIONS(4075), - [sym_safe_nav] = ACTIONS(4075), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4075), - }, - [798] = { - [sym_type_constraints] = STATE(929), - [sym_function_body] = STATE(1061), - [sym__block] = STATE(1128), - [sym__alpha_identifier] = ACTIONS(4083), - [anon_sym_AT] = ACTIONS(4085), - [anon_sym_COLON] = ACTIONS(4087), - [anon_sym_LBRACK] = ACTIONS(4085), - [anon_sym_as] = ACTIONS(4083), - [anon_sym_EQ] = ACTIONS(4079), - [anon_sym_LBRACE] = ACTIONS(4081), - [anon_sym_RBRACE] = ACTIONS(4085), - [anon_sym_LPAREN] = ACTIONS(4085), - [anon_sym_COMMA] = ACTIONS(4085), - [anon_sym_LT] = ACTIONS(4083), - [anon_sym_GT] = ACTIONS(4083), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(4083), - [anon_sym_fun] = ACTIONS(4083), - [anon_sym_DOT] = ACTIONS(4083), - [anon_sym_SEMI] = ACTIONS(4085), - [anon_sym_get] = ACTIONS(4083), - [anon_sym_set] = ACTIONS(4083), - [anon_sym_this] = ACTIONS(4083), - [anon_sym_super] = ACTIONS(4083), - [anon_sym_STAR] = ACTIONS(4083), - [sym_label] = ACTIONS(4083), - [anon_sym_in] = ACTIONS(4083), - [anon_sym_DOT_DOT] = ACTIONS(4085), - [anon_sym_QMARK_COLON] = ACTIONS(4085), - [anon_sym_AMP_AMP] = ACTIONS(4085), - [anon_sym_PIPE_PIPE] = ACTIONS(4085), - [anon_sym_null] = ACTIONS(4083), - [anon_sym_if] = ACTIONS(4083), - [anon_sym_else] = ACTIONS(4083), - [anon_sym_when] = ACTIONS(4083), - [anon_sym_try] = ACTIONS(4083), - [anon_sym_throw] = ACTIONS(4083), - [anon_sym_return] = ACTIONS(4083), - [anon_sym_continue] = ACTIONS(4083), - [anon_sym_break] = ACTIONS(4083), - [anon_sym_COLON_COLON] = ACTIONS(4085), - [anon_sym_PLUS_EQ] = ACTIONS(4085), - [anon_sym_DASH_EQ] = ACTIONS(4085), - [anon_sym_STAR_EQ] = ACTIONS(4085), - [anon_sym_SLASH_EQ] = ACTIONS(4085), - [anon_sym_PERCENT_EQ] = ACTIONS(4085), - [anon_sym_BANG_EQ] = ACTIONS(4083), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4085), - [anon_sym_EQ_EQ] = ACTIONS(4083), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4085), - [anon_sym_LT_EQ] = ACTIONS(4085), - [anon_sym_GT_EQ] = ACTIONS(4085), - [anon_sym_BANGin] = ACTIONS(4085), - [anon_sym_is] = ACTIONS(4083), - [anon_sym_BANGis] = ACTIONS(4085), - [anon_sym_PLUS] = ACTIONS(4083), - [anon_sym_DASH] = ACTIONS(4083), - [anon_sym_SLASH] = ACTIONS(4083), - [anon_sym_PERCENT] = ACTIONS(4083), - [anon_sym_as_QMARK] = ACTIONS(4085), - [anon_sym_PLUS_PLUS] = ACTIONS(4085), - [anon_sym_DASH_DASH] = ACTIONS(4085), - [anon_sym_BANG] = ACTIONS(4083), - [anon_sym_BANG_BANG] = ACTIONS(4085), - [anon_sym_suspend] = ACTIONS(4083), - [anon_sym_sealed] = ACTIONS(4083), - [anon_sym_annotation] = ACTIONS(4083), - [anon_sym_data] = ACTIONS(4083), - [anon_sym_inner] = ACTIONS(4083), - [anon_sym_override] = ACTIONS(4083), - [anon_sym_lateinit] = ACTIONS(4083), - [anon_sym_public] = ACTIONS(4083), - [anon_sym_private] = ACTIONS(4083), - [anon_sym_internal] = ACTIONS(4083), - [anon_sym_protected] = ACTIONS(4083), - [anon_sym_tailrec] = ACTIONS(4083), - [anon_sym_operator] = ACTIONS(4083), - [anon_sym_infix] = ACTIONS(4083), - [anon_sym_inline] = ACTIONS(4083), - [anon_sym_external] = ACTIONS(4083), - [sym_property_modifier] = ACTIONS(4083), - [anon_sym_abstract] = ACTIONS(4083), - [anon_sym_final] = ACTIONS(4083), - [anon_sym_open] = ACTIONS(4083), - [anon_sym_vararg] = ACTIONS(4083), - [anon_sym_noinline] = ACTIONS(4083), - [anon_sym_crossinline] = ACTIONS(4083), - [anon_sym_expect] = ACTIONS(4083), - [anon_sym_actual] = ACTIONS(4083), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4085), - [anon_sym_continue_AT] = ACTIONS(4085), - [anon_sym_break_AT] = ACTIONS(4085), - [sym_real_literal] = ACTIONS(4085), - [sym_integer_literal] = ACTIONS(4083), - [sym_hex_literal] = ACTIONS(4085), - [sym_bin_literal] = ACTIONS(4085), - [anon_sym_true] = ACTIONS(4083), - [anon_sym_false] = ACTIONS(4083), - [anon_sym_SQUOTE] = ACTIONS(4085), - [sym__backtick_identifier] = ACTIONS(4085), - [sym__automatic_semicolon] = ACTIONS(4085), - [sym_safe_nav] = ACTIONS(4085), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4085), - }, - [799] = { - [sym_type_constraints] = STATE(914), - [sym_function_body] = STATE(1127), - [sym__block] = STATE(1128), - [sym__alpha_identifier] = ACTIONS(4089), - [anon_sym_AT] = ACTIONS(4091), - [anon_sym_COLON] = ACTIONS(4093), - [anon_sym_LBRACK] = ACTIONS(4091), - [anon_sym_as] = ACTIONS(4089), - [anon_sym_EQ] = ACTIONS(4079), - [anon_sym_LBRACE] = ACTIONS(4081), - [anon_sym_RBRACE] = ACTIONS(4091), - [anon_sym_LPAREN] = ACTIONS(4091), - [anon_sym_COMMA] = ACTIONS(4091), - [anon_sym_LT] = ACTIONS(4089), - [anon_sym_GT] = ACTIONS(4089), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(4089), - [anon_sym_fun] = ACTIONS(4089), - [anon_sym_DOT] = ACTIONS(4089), - [anon_sym_SEMI] = ACTIONS(4091), - [anon_sym_get] = ACTIONS(4089), - [anon_sym_set] = ACTIONS(4089), - [anon_sym_this] = ACTIONS(4089), - [anon_sym_super] = ACTIONS(4089), - [anon_sym_STAR] = ACTIONS(4089), - [sym_label] = ACTIONS(4089), - [anon_sym_in] = ACTIONS(4089), - [anon_sym_DOT_DOT] = ACTIONS(4091), - [anon_sym_QMARK_COLON] = ACTIONS(4091), - [anon_sym_AMP_AMP] = ACTIONS(4091), - [anon_sym_PIPE_PIPE] = ACTIONS(4091), - [anon_sym_null] = ACTIONS(4089), - [anon_sym_if] = ACTIONS(4089), - [anon_sym_else] = ACTIONS(4089), - [anon_sym_when] = ACTIONS(4089), - [anon_sym_try] = ACTIONS(4089), - [anon_sym_throw] = ACTIONS(4089), - [anon_sym_return] = ACTIONS(4089), - [anon_sym_continue] = ACTIONS(4089), - [anon_sym_break] = ACTIONS(4089), - [anon_sym_COLON_COLON] = ACTIONS(4091), - [anon_sym_PLUS_EQ] = ACTIONS(4091), - [anon_sym_DASH_EQ] = ACTIONS(4091), - [anon_sym_STAR_EQ] = ACTIONS(4091), - [anon_sym_SLASH_EQ] = ACTIONS(4091), - [anon_sym_PERCENT_EQ] = ACTIONS(4091), - [anon_sym_BANG_EQ] = ACTIONS(4089), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4091), - [anon_sym_EQ_EQ] = ACTIONS(4089), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4091), - [anon_sym_LT_EQ] = ACTIONS(4091), - [anon_sym_GT_EQ] = ACTIONS(4091), - [anon_sym_BANGin] = ACTIONS(4091), - [anon_sym_is] = ACTIONS(4089), - [anon_sym_BANGis] = ACTIONS(4091), - [anon_sym_PLUS] = ACTIONS(4089), - [anon_sym_DASH] = ACTIONS(4089), - [anon_sym_SLASH] = ACTIONS(4089), - [anon_sym_PERCENT] = ACTIONS(4089), - [anon_sym_as_QMARK] = ACTIONS(4091), - [anon_sym_PLUS_PLUS] = ACTIONS(4091), - [anon_sym_DASH_DASH] = ACTIONS(4091), - [anon_sym_BANG] = ACTIONS(4089), - [anon_sym_BANG_BANG] = ACTIONS(4091), - [anon_sym_suspend] = ACTIONS(4089), - [anon_sym_sealed] = ACTIONS(4089), - [anon_sym_annotation] = ACTIONS(4089), - [anon_sym_data] = ACTIONS(4089), - [anon_sym_inner] = ACTIONS(4089), - [anon_sym_override] = ACTIONS(4089), - [anon_sym_lateinit] = ACTIONS(4089), - [anon_sym_public] = ACTIONS(4089), - [anon_sym_private] = ACTIONS(4089), - [anon_sym_internal] = ACTIONS(4089), - [anon_sym_protected] = ACTIONS(4089), - [anon_sym_tailrec] = ACTIONS(4089), - [anon_sym_operator] = ACTIONS(4089), - [anon_sym_infix] = ACTIONS(4089), - [anon_sym_inline] = ACTIONS(4089), - [anon_sym_external] = ACTIONS(4089), - [sym_property_modifier] = ACTIONS(4089), - [anon_sym_abstract] = ACTIONS(4089), - [anon_sym_final] = ACTIONS(4089), - [anon_sym_open] = ACTIONS(4089), - [anon_sym_vararg] = ACTIONS(4089), - [anon_sym_noinline] = ACTIONS(4089), - [anon_sym_crossinline] = ACTIONS(4089), - [anon_sym_expect] = ACTIONS(4089), - [anon_sym_actual] = ACTIONS(4089), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4091), - [anon_sym_continue_AT] = ACTIONS(4091), - [anon_sym_break_AT] = ACTIONS(4091), - [sym_real_literal] = ACTIONS(4091), - [sym_integer_literal] = ACTIONS(4089), - [sym_hex_literal] = ACTIONS(4091), - [sym_bin_literal] = ACTIONS(4091), - [anon_sym_true] = ACTIONS(4089), - [anon_sym_false] = ACTIONS(4089), - [anon_sym_SQUOTE] = ACTIONS(4091), - [sym__backtick_identifier] = ACTIONS(4091), - [sym__automatic_semicolon] = ACTIONS(4091), - [sym_safe_nav] = ACTIONS(4091), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4091), - }, [800] = { - [sym_type_constraints] = STATE(877), - [sym_function_body] = STATE(1112), - [sym__block] = STATE(1128), - [sym__alpha_identifier] = ACTIONS(4095), - [anon_sym_AT] = ACTIONS(4097), - [anon_sym_COLON] = ACTIONS(4099), - [anon_sym_LBRACK] = ACTIONS(4097), - [anon_sym_as] = ACTIONS(4095), - [anon_sym_EQ] = ACTIONS(4079), - [anon_sym_LBRACE] = ACTIONS(4081), - [anon_sym_RBRACE] = ACTIONS(4097), - [anon_sym_LPAREN] = ACTIONS(4097), - [anon_sym_COMMA] = ACTIONS(4097), - [anon_sym_LT] = ACTIONS(4095), - [anon_sym_GT] = ACTIONS(4095), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(4095), - [anon_sym_fun] = ACTIONS(4095), - [anon_sym_DOT] = ACTIONS(4095), - [anon_sym_SEMI] = ACTIONS(4097), - [anon_sym_get] = ACTIONS(4095), - [anon_sym_set] = ACTIONS(4095), - [anon_sym_this] = ACTIONS(4095), - [anon_sym_super] = ACTIONS(4095), - [anon_sym_STAR] = ACTIONS(4095), - [sym_label] = ACTIONS(4095), - [anon_sym_in] = ACTIONS(4095), - [anon_sym_DOT_DOT] = ACTIONS(4097), - [anon_sym_QMARK_COLON] = ACTIONS(4097), - [anon_sym_AMP_AMP] = ACTIONS(4097), - [anon_sym_PIPE_PIPE] = ACTIONS(4097), - [anon_sym_null] = ACTIONS(4095), - [anon_sym_if] = ACTIONS(4095), - [anon_sym_else] = ACTIONS(4095), - [anon_sym_when] = ACTIONS(4095), - [anon_sym_try] = ACTIONS(4095), - [anon_sym_throw] = ACTIONS(4095), - [anon_sym_return] = ACTIONS(4095), - [anon_sym_continue] = ACTIONS(4095), - [anon_sym_break] = ACTIONS(4095), - [anon_sym_COLON_COLON] = ACTIONS(4097), - [anon_sym_PLUS_EQ] = ACTIONS(4097), - [anon_sym_DASH_EQ] = ACTIONS(4097), - [anon_sym_STAR_EQ] = ACTIONS(4097), - [anon_sym_SLASH_EQ] = ACTIONS(4097), - [anon_sym_PERCENT_EQ] = ACTIONS(4097), - [anon_sym_BANG_EQ] = ACTIONS(4095), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4097), - [anon_sym_EQ_EQ] = ACTIONS(4095), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4097), - [anon_sym_LT_EQ] = ACTIONS(4097), - [anon_sym_GT_EQ] = ACTIONS(4097), - [anon_sym_BANGin] = ACTIONS(4097), - [anon_sym_is] = ACTIONS(4095), - [anon_sym_BANGis] = ACTIONS(4097), - [anon_sym_PLUS] = ACTIONS(4095), - [anon_sym_DASH] = ACTIONS(4095), - [anon_sym_SLASH] = ACTIONS(4095), - [anon_sym_PERCENT] = ACTIONS(4095), - [anon_sym_as_QMARK] = ACTIONS(4097), - [anon_sym_PLUS_PLUS] = ACTIONS(4097), - [anon_sym_DASH_DASH] = ACTIONS(4097), - [anon_sym_BANG] = ACTIONS(4095), - [anon_sym_BANG_BANG] = ACTIONS(4097), - [anon_sym_suspend] = ACTIONS(4095), - [anon_sym_sealed] = ACTIONS(4095), - [anon_sym_annotation] = ACTIONS(4095), - [anon_sym_data] = ACTIONS(4095), - [anon_sym_inner] = ACTIONS(4095), - [anon_sym_override] = ACTIONS(4095), - [anon_sym_lateinit] = ACTIONS(4095), - [anon_sym_public] = ACTIONS(4095), - [anon_sym_private] = ACTIONS(4095), - [anon_sym_internal] = ACTIONS(4095), - [anon_sym_protected] = ACTIONS(4095), - [anon_sym_tailrec] = ACTIONS(4095), - [anon_sym_operator] = ACTIONS(4095), - [anon_sym_infix] = ACTIONS(4095), - [anon_sym_inline] = ACTIONS(4095), - [anon_sym_external] = ACTIONS(4095), - [sym_property_modifier] = ACTIONS(4095), - [anon_sym_abstract] = ACTIONS(4095), - [anon_sym_final] = ACTIONS(4095), - [anon_sym_open] = ACTIONS(4095), - [anon_sym_vararg] = ACTIONS(4095), - [anon_sym_noinline] = ACTIONS(4095), - [anon_sym_crossinline] = ACTIONS(4095), - [anon_sym_expect] = ACTIONS(4095), - [anon_sym_actual] = ACTIONS(4095), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4097), - [anon_sym_continue_AT] = ACTIONS(4097), - [anon_sym_break_AT] = ACTIONS(4097), - [sym_real_literal] = ACTIONS(4097), - [sym_integer_literal] = ACTIONS(4095), - [sym_hex_literal] = ACTIONS(4097), - [sym_bin_literal] = ACTIONS(4097), - [anon_sym_true] = ACTIONS(4095), - [anon_sym_false] = ACTIONS(4095), - [anon_sym_SQUOTE] = ACTIONS(4097), - [sym__backtick_identifier] = ACTIONS(4097), - [sym__automatic_semicolon] = ACTIONS(4097), - [sym_safe_nav] = ACTIONS(4097), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4097), + [sym__loop_statement] = STATE(1053), + [sym_for_statement] = STATE(1053), + [sym_while_statement] = STATE(1053), + [sym_do_while_statement] = STATE(1053), + [sym_assignment] = STATE(1053), + [sym__expression] = STATE(462), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(777), + [sym_parenthesized_expression] = STATE(777), + [sym_collection_literal] = STATE(777), + [sym__literal_constant] = STATE(777), + [sym_string_literal] = STATE(777), + [sym_lambda_literal] = STATE(777), + [sym_anonymous_function] = STATE(777), + [sym__function_literal] = STATE(777), + [sym_object_literal] = STATE(777), + [sym_this_expression] = STATE(777), + [sym_super_expression] = STATE(777), + [sym_if_expression] = STATE(777), + [sym_when_expression] = STATE(777), + [sym_try_expression] = STATE(777), + [sym_jump_expression] = STATE(777), + [sym_callable_reference] = STATE(777), + [sym__prefix_unary_operator] = STATE(2340), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7935), + [sym_annotation] = STATE(1417), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1103), + [sym__return_at] = STATE(260), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(777), + [sym_long_literal] = STATE(777), + [sym_boolean_literal] = STATE(777), + [sym_character_literal] = STATE(777), + [sym__lexical_identifier] = STATE(843), + [aux_sym__statement_repeat1] = STATE(5317), + [sym__alpha_identifier] = ACTIONS(537), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(539), + [anon_sym_LBRACE] = ACTIONS(1612), + [anon_sym_LPAREN] = ACTIONS(549), + [anon_sym_object] = ACTIONS(1614), + [anon_sym_fun] = ACTIONS(1616), + [anon_sym_get] = ACTIONS(537), + [anon_sym_set] = ACTIONS(537), + [anon_sym_this] = ACTIONS(561), + [anon_sym_super] = ACTIONS(563), + [anon_sym_STAR] = ACTIONS(905), + [sym_label] = ACTIONS(907), + [anon_sym_for] = ACTIONS(909), + [anon_sym_while] = ACTIONS(911), + [anon_sym_do] = ACTIONS(573), + [anon_sym_null] = ACTIONS(913), + [anon_sym_if] = ACTIONS(577), + [anon_sym_when] = ACTIONS(579), + [anon_sym_try] = ACTIONS(581), + [anon_sym_throw] = ACTIONS(583), + [anon_sym_return] = ACTIONS(585), + [anon_sym_continue] = ACTIONS(587), + [anon_sym_break] = ACTIONS(587), + [anon_sym_COLON_COLON] = ACTIONS(589), + [anon_sym_PLUS] = ACTIONS(915), + [anon_sym_DASH] = ACTIONS(915), + [anon_sym_PLUS_PLUS] = ACTIONS(917), + [anon_sym_DASH_DASH] = ACTIONS(917), + [anon_sym_BANG] = ACTIONS(917), + [anon_sym_data] = ACTIONS(537), + [anon_sym_inner] = ACTIONS(537), + [anon_sym_expect] = ACTIONS(537), + [anon_sym_actual] = ACTIONS(537), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(599), + [anon_sym_break_AT] = ACTIONS(601), + [sym_real_literal] = ACTIONS(919), + [sym_integer_literal] = ACTIONS(605), + [sym_hex_literal] = ACTIONS(607), + [sym_bin_literal] = ACTIONS(607), + [anon_sym_true] = ACTIONS(609), + [anon_sym_false] = ACTIONS(609), + [anon_sym_SQUOTE] = ACTIONS(611), + [sym__backtick_identifier] = ACTIONS(613), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(615), }, [801] = { - [sym_type_constraints] = STATE(903), - [sym_function_body] = STATE(1147), - [sym__block] = STATE(1128), - [sym__alpha_identifier] = ACTIONS(4101), - [anon_sym_AT] = ACTIONS(4103), - [anon_sym_COLON] = ACTIONS(4105), - [anon_sym_LBRACK] = ACTIONS(4103), - [anon_sym_as] = ACTIONS(4101), - [anon_sym_EQ] = ACTIONS(4079), - [anon_sym_LBRACE] = ACTIONS(4081), - [anon_sym_RBRACE] = ACTIONS(4103), - [anon_sym_LPAREN] = ACTIONS(4103), - [anon_sym_COMMA] = ACTIONS(4103), - [anon_sym_LT] = ACTIONS(4101), - [anon_sym_GT] = ACTIONS(4101), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(4101), - [anon_sym_fun] = ACTIONS(4101), - [anon_sym_DOT] = ACTIONS(4101), - [anon_sym_SEMI] = ACTIONS(4103), - [anon_sym_get] = ACTIONS(4101), - [anon_sym_set] = ACTIONS(4101), - [anon_sym_this] = ACTIONS(4101), - [anon_sym_super] = ACTIONS(4101), - [anon_sym_STAR] = ACTIONS(4101), - [sym_label] = ACTIONS(4101), - [anon_sym_in] = ACTIONS(4101), - [anon_sym_DOT_DOT] = ACTIONS(4103), - [anon_sym_QMARK_COLON] = ACTIONS(4103), - [anon_sym_AMP_AMP] = ACTIONS(4103), - [anon_sym_PIPE_PIPE] = ACTIONS(4103), - [anon_sym_null] = ACTIONS(4101), - [anon_sym_if] = ACTIONS(4101), - [anon_sym_else] = ACTIONS(4101), - [anon_sym_when] = ACTIONS(4101), - [anon_sym_try] = ACTIONS(4101), - [anon_sym_throw] = ACTIONS(4101), - [anon_sym_return] = ACTIONS(4101), - [anon_sym_continue] = ACTIONS(4101), - [anon_sym_break] = ACTIONS(4101), - [anon_sym_COLON_COLON] = ACTIONS(4103), - [anon_sym_PLUS_EQ] = ACTIONS(4103), - [anon_sym_DASH_EQ] = ACTIONS(4103), - [anon_sym_STAR_EQ] = ACTIONS(4103), - [anon_sym_SLASH_EQ] = ACTIONS(4103), - [anon_sym_PERCENT_EQ] = ACTIONS(4103), - [anon_sym_BANG_EQ] = ACTIONS(4101), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4103), - [anon_sym_EQ_EQ] = ACTIONS(4101), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4103), - [anon_sym_LT_EQ] = ACTIONS(4103), - [anon_sym_GT_EQ] = ACTIONS(4103), - [anon_sym_BANGin] = ACTIONS(4103), - [anon_sym_is] = ACTIONS(4101), - [anon_sym_BANGis] = ACTIONS(4103), - [anon_sym_PLUS] = ACTIONS(4101), - [anon_sym_DASH] = ACTIONS(4101), - [anon_sym_SLASH] = ACTIONS(4101), - [anon_sym_PERCENT] = ACTIONS(4101), - [anon_sym_as_QMARK] = ACTIONS(4103), - [anon_sym_PLUS_PLUS] = ACTIONS(4103), - [anon_sym_DASH_DASH] = ACTIONS(4103), - [anon_sym_BANG] = ACTIONS(4101), - [anon_sym_BANG_BANG] = ACTIONS(4103), - [anon_sym_suspend] = ACTIONS(4101), - [anon_sym_sealed] = ACTIONS(4101), - [anon_sym_annotation] = ACTIONS(4101), - [anon_sym_data] = ACTIONS(4101), - [anon_sym_inner] = ACTIONS(4101), - [anon_sym_override] = ACTIONS(4101), - [anon_sym_lateinit] = ACTIONS(4101), - [anon_sym_public] = ACTIONS(4101), - [anon_sym_private] = ACTIONS(4101), - [anon_sym_internal] = ACTIONS(4101), - [anon_sym_protected] = ACTIONS(4101), - [anon_sym_tailrec] = ACTIONS(4101), - [anon_sym_operator] = ACTIONS(4101), - [anon_sym_infix] = ACTIONS(4101), - [anon_sym_inline] = ACTIONS(4101), - [anon_sym_external] = ACTIONS(4101), - [sym_property_modifier] = ACTIONS(4101), - [anon_sym_abstract] = ACTIONS(4101), - [anon_sym_final] = ACTIONS(4101), - [anon_sym_open] = ACTIONS(4101), - [anon_sym_vararg] = ACTIONS(4101), - [anon_sym_noinline] = ACTIONS(4101), - [anon_sym_crossinline] = ACTIONS(4101), - [anon_sym_expect] = ACTIONS(4101), - [anon_sym_actual] = ACTIONS(4101), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4103), - [anon_sym_continue_AT] = ACTIONS(4103), - [anon_sym_break_AT] = ACTIONS(4103), - [sym_real_literal] = ACTIONS(4103), - [sym_integer_literal] = ACTIONS(4101), - [sym_hex_literal] = ACTIONS(4103), - [sym_bin_literal] = ACTIONS(4103), - [anon_sym_true] = ACTIONS(4101), - [anon_sym_false] = ACTIONS(4101), - [anon_sym_SQUOTE] = ACTIONS(4103), - [sym__backtick_identifier] = ACTIONS(4103), - [sym__automatic_semicolon] = ACTIONS(4103), - [sym_safe_nav] = ACTIONS(4103), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4103), - }, - [802] = { - [sym_catch_block] = STATE(802), - [aux_sym_try_expression_repeat1] = STATE(802), - [sym__alpha_identifier] = ACTIONS(4107), - [anon_sym_AT] = ACTIONS(4109), - [anon_sym_LBRACK] = ACTIONS(4109), - [anon_sym_as] = ACTIONS(4107), - [anon_sym_EQ] = ACTIONS(4107), - [anon_sym_LBRACE] = ACTIONS(4109), - [anon_sym_RBRACE] = ACTIONS(4109), - [anon_sym_LPAREN] = ACTIONS(4109), - [anon_sym_COMMA] = ACTIONS(4109), - [anon_sym_LT] = ACTIONS(4107), - [anon_sym_GT] = ACTIONS(4107), - [anon_sym_where] = ACTIONS(4107), - [anon_sym_object] = ACTIONS(4107), - [anon_sym_fun] = ACTIONS(4107), - [anon_sym_DOT] = ACTIONS(4107), - [anon_sym_SEMI] = ACTIONS(4109), - [anon_sym_get] = ACTIONS(4107), - [anon_sym_set] = ACTIONS(4107), - [anon_sym_this] = ACTIONS(4107), - [anon_sym_super] = ACTIONS(4107), - [anon_sym_STAR] = ACTIONS(4107), - [sym_label] = ACTIONS(4107), - [anon_sym_in] = ACTIONS(4107), - [anon_sym_DOT_DOT] = ACTIONS(4109), - [anon_sym_QMARK_COLON] = ACTIONS(4109), - [anon_sym_AMP_AMP] = ACTIONS(4109), - [anon_sym_PIPE_PIPE] = ACTIONS(4109), - [anon_sym_null] = ACTIONS(4107), - [anon_sym_if] = ACTIONS(4107), - [anon_sym_else] = ACTIONS(4107), - [anon_sym_when] = ACTIONS(4107), - [anon_sym_try] = ACTIONS(4107), - [anon_sym_catch] = ACTIONS(4111), - [anon_sym_finally] = ACTIONS(4107), - [anon_sym_throw] = ACTIONS(4107), - [anon_sym_return] = ACTIONS(4107), - [anon_sym_continue] = ACTIONS(4107), - [anon_sym_break] = ACTIONS(4107), - [anon_sym_COLON_COLON] = ACTIONS(4109), - [anon_sym_PLUS_EQ] = ACTIONS(4109), - [anon_sym_DASH_EQ] = ACTIONS(4109), - [anon_sym_STAR_EQ] = ACTIONS(4109), - [anon_sym_SLASH_EQ] = ACTIONS(4109), - [anon_sym_PERCENT_EQ] = ACTIONS(4109), - [anon_sym_BANG_EQ] = ACTIONS(4107), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4109), - [anon_sym_EQ_EQ] = ACTIONS(4107), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4109), - [anon_sym_LT_EQ] = ACTIONS(4109), - [anon_sym_GT_EQ] = ACTIONS(4109), - [anon_sym_BANGin] = ACTIONS(4109), - [anon_sym_is] = ACTIONS(4107), - [anon_sym_BANGis] = ACTIONS(4109), - [anon_sym_PLUS] = ACTIONS(4107), - [anon_sym_DASH] = ACTIONS(4107), - [anon_sym_SLASH] = ACTIONS(4107), - [anon_sym_PERCENT] = ACTIONS(4107), - [anon_sym_as_QMARK] = ACTIONS(4109), - [anon_sym_PLUS_PLUS] = ACTIONS(4109), - [anon_sym_DASH_DASH] = ACTIONS(4109), - [anon_sym_BANG] = ACTIONS(4107), - [anon_sym_BANG_BANG] = ACTIONS(4109), - [anon_sym_suspend] = ACTIONS(4107), - [anon_sym_sealed] = ACTIONS(4107), - [anon_sym_annotation] = ACTIONS(4107), - [anon_sym_data] = ACTIONS(4107), - [anon_sym_inner] = ACTIONS(4107), - [anon_sym_override] = ACTIONS(4107), - [anon_sym_lateinit] = ACTIONS(4107), - [anon_sym_public] = ACTIONS(4107), - [anon_sym_private] = ACTIONS(4107), - [anon_sym_internal] = ACTIONS(4107), - [anon_sym_protected] = ACTIONS(4107), - [anon_sym_tailrec] = ACTIONS(4107), - [anon_sym_operator] = ACTIONS(4107), - [anon_sym_infix] = ACTIONS(4107), - [anon_sym_inline] = ACTIONS(4107), - [anon_sym_external] = ACTIONS(4107), - [sym_property_modifier] = ACTIONS(4107), - [anon_sym_abstract] = ACTIONS(4107), - [anon_sym_final] = ACTIONS(4107), - [anon_sym_open] = ACTIONS(4107), - [anon_sym_vararg] = ACTIONS(4107), - [anon_sym_noinline] = ACTIONS(4107), - [anon_sym_crossinline] = ACTIONS(4107), - [anon_sym_expect] = ACTIONS(4107), - [anon_sym_actual] = ACTIONS(4107), + [sym__loop_statement] = STATE(3457), + [sym_for_statement] = STATE(3457), + [sym_while_statement] = STATE(3457), + [sym_do_while_statement] = STATE(3457), + [sym_assignment] = STATE(3457), + [sym__expression] = STATE(969), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(2760), + [sym_parenthesized_expression] = STATE(2760), + [sym_collection_literal] = STATE(2760), + [sym__literal_constant] = STATE(2760), + [sym_string_literal] = STATE(2760), + [sym_lambda_literal] = STATE(2760), + [sym_anonymous_function] = STATE(2760), + [sym__function_literal] = STATE(2760), + [sym_object_literal] = STATE(2760), + [sym_this_expression] = STATE(2760), + [sym_super_expression] = STATE(2760), + [sym_if_expression] = STATE(2760), + [sym_when_expression] = STATE(2760), + [sym_try_expression] = STATE(2760), + [sym_jump_expression] = STATE(2760), + [sym_callable_reference] = STATE(2760), + [sym__prefix_unary_operator] = STATE(1644), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7915), + [sym_annotation] = STATE(1393), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3279), + [sym__return_at] = STATE(303), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(2760), + [sym_long_literal] = STATE(2760), + [sym_boolean_literal] = STATE(2760), + [sym_character_literal] = STATE(2760), + [sym__lexical_identifier] = STATE(2837), + [aux_sym__statement_repeat1] = STATE(5317), + [sym__alpha_identifier] = ACTIONS(333), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(335), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_LPAREN] = ACTIONS(345), + [anon_sym_object] = ACTIONS(1920), + [anon_sym_fun] = ACTIONS(1922), + [anon_sym_get] = ACTIONS(333), + [anon_sym_set] = ACTIONS(333), + [anon_sym_this] = ACTIONS(357), + [anon_sym_super] = ACTIONS(359), + [anon_sym_STAR] = ACTIONS(1299), + [sym_label] = ACTIONS(363), + [anon_sym_for] = ACTIONS(365), + [anon_sym_while] = ACTIONS(367), + [anon_sym_do] = ACTIONS(369), + [anon_sym_null] = ACTIONS(371), + [anon_sym_if] = ACTIONS(373), + [anon_sym_when] = ACTIONS(375), + [anon_sym_try] = ACTIONS(377), + [anon_sym_throw] = ACTIONS(379), + [anon_sym_return] = ACTIONS(381), + [anon_sym_continue] = ACTIONS(383), + [anon_sym_break] = ACTIONS(383), + [anon_sym_COLON_COLON] = ACTIONS(385), + [anon_sym_PLUS] = ACTIONS(387), + [anon_sym_DASH] = ACTIONS(387), + [anon_sym_PLUS_PLUS] = ACTIONS(389), + [anon_sym_DASH_DASH] = ACTIONS(389), + [anon_sym_BANG] = ACTIONS(389), + [anon_sym_data] = ACTIONS(333), + [anon_sym_inner] = ACTIONS(333), + [anon_sym_expect] = ACTIONS(333), + [anon_sym_actual] = ACTIONS(333), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4109), - [anon_sym_continue_AT] = ACTIONS(4109), - [anon_sym_break_AT] = ACTIONS(4109), - [sym_real_literal] = ACTIONS(4109), - [sym_integer_literal] = ACTIONS(4107), - [sym_hex_literal] = ACTIONS(4109), - [sym_bin_literal] = ACTIONS(4109), - [anon_sym_true] = ACTIONS(4107), - [anon_sym_false] = ACTIONS(4107), - [anon_sym_SQUOTE] = ACTIONS(4109), - [sym__backtick_identifier] = ACTIONS(4109), - [sym__automatic_semicolon] = ACTIONS(4109), - [sym_safe_nav] = ACTIONS(4109), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(395), + [anon_sym_break_AT] = ACTIONS(397), + [sym_real_literal] = ACTIONS(399), + [sym_integer_literal] = ACTIONS(401), + [sym_hex_literal] = ACTIONS(403), + [sym_bin_literal] = ACTIONS(403), + [anon_sym_true] = ACTIONS(405), + [anon_sym_false] = ACTIONS(405), + [anon_sym_SQUOTE] = ACTIONS(407), + [sym__backtick_identifier] = ACTIONS(409), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4109), + [sym__string_start] = ACTIONS(411), + }, + [802] = { + [sym_type_constraints] = STATE(921), + [sym_function_body] = STATE(1039), + [sym__block] = STATE(1087), + [sym__alpha_identifier] = ACTIONS(4099), + [anon_sym_AT] = ACTIONS(4101), + [anon_sym_COLON] = ACTIONS(4103), + [anon_sym_LBRACK] = ACTIONS(4101), + [anon_sym_as] = ACTIONS(4099), + [anon_sym_EQ] = ACTIONS(4037), + [anon_sym_LBRACE] = ACTIONS(4039), + [anon_sym_RBRACE] = ACTIONS(4101), + [anon_sym_LPAREN] = ACTIONS(4101), + [anon_sym_COMMA] = ACTIONS(4101), + [anon_sym_LT] = ACTIONS(4099), + [anon_sym_GT] = ACTIONS(4099), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(4099), + [anon_sym_fun] = ACTIONS(4099), + [anon_sym_DOT] = ACTIONS(4099), + [anon_sym_SEMI] = ACTIONS(4101), + [anon_sym_get] = ACTIONS(4099), + [anon_sym_set] = ACTIONS(4099), + [anon_sym_this] = ACTIONS(4099), + [anon_sym_super] = ACTIONS(4099), + [anon_sym_STAR] = ACTIONS(4099), + [sym_label] = ACTIONS(4099), + [anon_sym_in] = ACTIONS(4099), + [anon_sym_DOT_DOT] = ACTIONS(4101), + [anon_sym_QMARK_COLON] = ACTIONS(4101), + [anon_sym_AMP_AMP] = ACTIONS(4101), + [anon_sym_PIPE_PIPE] = ACTIONS(4101), + [anon_sym_null] = ACTIONS(4099), + [anon_sym_if] = ACTIONS(4099), + [anon_sym_else] = ACTIONS(4099), + [anon_sym_when] = ACTIONS(4099), + [anon_sym_try] = ACTIONS(4099), + [anon_sym_throw] = ACTIONS(4099), + [anon_sym_return] = ACTIONS(4099), + [anon_sym_continue] = ACTIONS(4099), + [anon_sym_break] = ACTIONS(4099), + [anon_sym_COLON_COLON] = ACTIONS(4101), + [anon_sym_PLUS_EQ] = ACTIONS(4101), + [anon_sym_DASH_EQ] = ACTIONS(4101), + [anon_sym_STAR_EQ] = ACTIONS(4101), + [anon_sym_SLASH_EQ] = ACTIONS(4101), + [anon_sym_PERCENT_EQ] = ACTIONS(4101), + [anon_sym_BANG_EQ] = ACTIONS(4099), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4101), + [anon_sym_EQ_EQ] = ACTIONS(4099), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4101), + [anon_sym_LT_EQ] = ACTIONS(4101), + [anon_sym_GT_EQ] = ACTIONS(4101), + [anon_sym_BANGin] = ACTIONS(4101), + [anon_sym_is] = ACTIONS(4099), + [anon_sym_BANGis] = ACTIONS(4101), + [anon_sym_PLUS] = ACTIONS(4099), + [anon_sym_DASH] = ACTIONS(4099), + [anon_sym_SLASH] = ACTIONS(4099), + [anon_sym_PERCENT] = ACTIONS(4099), + [anon_sym_as_QMARK] = ACTIONS(4101), + [anon_sym_PLUS_PLUS] = ACTIONS(4101), + [anon_sym_DASH_DASH] = ACTIONS(4101), + [anon_sym_BANG] = ACTIONS(4099), + [anon_sym_BANG_BANG] = ACTIONS(4101), + [anon_sym_suspend] = ACTIONS(4099), + [anon_sym_sealed] = ACTIONS(4099), + [anon_sym_annotation] = ACTIONS(4099), + [anon_sym_data] = ACTIONS(4099), + [anon_sym_inner] = ACTIONS(4099), + [anon_sym_override] = ACTIONS(4099), + [anon_sym_lateinit] = ACTIONS(4099), + [anon_sym_public] = ACTIONS(4099), + [anon_sym_private] = ACTIONS(4099), + [anon_sym_internal] = ACTIONS(4099), + [anon_sym_protected] = ACTIONS(4099), + [anon_sym_tailrec] = ACTIONS(4099), + [anon_sym_operator] = ACTIONS(4099), + [anon_sym_infix] = ACTIONS(4099), + [anon_sym_inline] = ACTIONS(4099), + [anon_sym_external] = ACTIONS(4099), + [sym_property_modifier] = ACTIONS(4099), + [anon_sym_abstract] = ACTIONS(4099), + [anon_sym_final] = ACTIONS(4099), + [anon_sym_open] = ACTIONS(4099), + [anon_sym_vararg] = ACTIONS(4099), + [anon_sym_noinline] = ACTIONS(4099), + [anon_sym_crossinline] = ACTIONS(4099), + [anon_sym_expect] = ACTIONS(4099), + [anon_sym_actual] = ACTIONS(4099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4101), + [anon_sym_continue_AT] = ACTIONS(4101), + [anon_sym_break_AT] = ACTIONS(4101), + [sym_real_literal] = ACTIONS(4101), + [sym_integer_literal] = ACTIONS(4099), + [sym_hex_literal] = ACTIONS(4101), + [sym_bin_literal] = ACTIONS(4101), + [anon_sym_true] = ACTIONS(4099), + [anon_sym_false] = ACTIONS(4099), + [anon_sym_SQUOTE] = ACTIONS(4101), + [sym__backtick_identifier] = ACTIONS(4101), + [sym__automatic_semicolon] = ACTIONS(4101), + [sym_safe_nav] = ACTIONS(4101), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4101), }, [803] = { - [sym__loop_statement] = STATE(4924), - [sym_for_statement] = STATE(4924), - [sym_while_statement] = STATE(4924), - [sym_do_while_statement] = STATE(4924), - [sym_assignment] = STATE(4924), - [sym__expression] = STATE(3933), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4446), - [sym_parenthesized_expression] = STATE(4446), - [sym_collection_literal] = STATE(4446), - [sym__literal_constant] = STATE(4446), - [sym_string_literal] = STATE(4446), - [sym_lambda_literal] = STATE(4446), - [sym_anonymous_function] = STATE(4446), - [sym__function_literal] = STATE(4446), - [sym_object_literal] = STATE(4446), - [sym_this_expression] = STATE(4446), - [sym_super_expression] = STATE(4446), - [sym_if_expression] = STATE(4446), - [sym_when_expression] = STATE(4446), - [sym_try_expression] = STATE(4446), - [sym_jump_expression] = STATE(4446), - [sym_callable_reference] = STATE(4446), - [sym__prefix_unary_operator] = STATE(2020), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7863), - [sym_annotation] = STATE(1387), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4990), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4446), - [sym_long_literal] = STATE(4446), - [sym_boolean_literal] = STATE(4446), - [sym_character_literal] = STATE(4446), - [sym__lexical_identifier] = STATE(4529), - [aux_sym__statement_repeat1] = STATE(5311), + [sym__loop_statement] = STATE(4942), + [sym_for_statement] = STATE(4942), + [sym_while_statement] = STATE(4942), + [sym_do_while_statement] = STATE(4942), + [sym_assignment] = STATE(4942), + [sym__expression] = STATE(3942), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4467), + [sym_parenthesized_expression] = STATE(4467), + [sym_collection_literal] = STATE(4467), + [sym__literal_constant] = STATE(4467), + [sym_string_literal] = STATE(4467), + [sym_lambda_literal] = STATE(4467), + [sym_anonymous_function] = STATE(4467), + [sym__function_literal] = STATE(4467), + [sym_object_literal] = STATE(4467), + [sym_this_expression] = STATE(4467), + [sym_super_expression] = STATE(4467), + [sym_if_expression] = STATE(4467), + [sym_when_expression] = STATE(4467), + [sym_try_expression] = STATE(4467), + [sym_jump_expression] = STATE(4467), + [sym_callable_reference] = STATE(4467), + [sym__prefix_unary_operator] = STATE(1665), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7907), + [sym_annotation] = STATE(1351), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4920), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4467), + [sym_long_literal] = STATE(4467), + [sym_boolean_literal] = STATE(4467), + [sym_character_literal] = STATE(4467), + [sym__lexical_identifier] = STATE(4566), + [aux_sym__statement_repeat1] = STATE(5317), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(25), [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1912), - [anon_sym_fun] = ACTIONS(1974), + [anon_sym_object] = ACTIONS(1902), + [anon_sym_fun] = ACTIONS(1982), [anon_sym_get] = ACTIONS(7), [anon_sym_set] = ACTIONS(7), [anon_sym_this] = ACTIONS(39), [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(1213), - [sym_label] = ACTIONS(633), - [anon_sym_for] = ACTIONS(635), - [anon_sym_while] = ACTIONS(637), - [anon_sym_do] = ACTIONS(521), - [anon_sym_null] = ACTIONS(523), + [anon_sym_STAR] = ACTIONS(1243), + [sym_label] = ACTIONS(787), + [anon_sym_for] = ACTIONS(789), + [anon_sym_while] = ACTIONS(791), + [anon_sym_do] = ACTIONS(439), + [anon_sym_null] = ACTIONS(441), [anon_sym_if] = ACTIONS(55), [anon_sym_when] = ACTIONS(57), [anon_sym_try] = ACTIONS(59), @@ -130504,11 +130612,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(65), [anon_sym_break] = ACTIONS(65), [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_PLUS_PLUS] = ACTIONS(641), - [anon_sym_DASH_DASH] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), + [anon_sym_PLUS] = ACTIONS(793), + [anon_sym_DASH] = ACTIONS(793), + [anon_sym_PLUS_PLUS] = ACTIONS(795), + [anon_sym_DASH_DASH] = ACTIONS(795), + [anon_sym_BANG] = ACTIONS(795), [anon_sym_data] = ACTIONS(7), [anon_sym_inner] = ACTIONS(7), [anon_sym_expect] = ACTIONS(7), @@ -130517,7 +130625,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(93), [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(535), + [sym_real_literal] = ACTIONS(453), [sym_integer_literal] = ACTIONS(99), [sym_hex_literal] = ACTIONS(101), [sym_bin_literal] = ACTIONS(101), @@ -130529,186 +130637,186 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(109), }, [804] = { - [sym__loop_statement] = STATE(3256), - [sym_for_statement] = STATE(3256), - [sym_while_statement] = STATE(3256), - [sym_do_while_statement] = STATE(3256), - [sym_assignment] = STATE(3256), - [sym__expression] = STATE(2459), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(2734), - [sym_parenthesized_expression] = STATE(2734), - [sym_collection_literal] = STATE(2734), - [sym__literal_constant] = STATE(2734), - [sym_string_literal] = STATE(2734), - [sym_lambda_literal] = STATE(2734), - [sym_anonymous_function] = STATE(2734), - [sym__function_literal] = STATE(2734), - [sym_object_literal] = STATE(2734), - [sym_this_expression] = STATE(2734), - [sym_super_expression] = STATE(2734), - [sym_if_expression] = STATE(2734), - [sym_when_expression] = STATE(2734), - [sym_try_expression] = STATE(2734), - [sym_jump_expression] = STATE(2734), - [sym_callable_reference] = STATE(2734), - [sym__prefix_unary_operator] = STATE(1697), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7893), - [sym_annotation] = STATE(1409), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3242), - [sym__return_at] = STATE(262), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(2734), - [sym_long_literal] = STATE(2734), - [sym_boolean_literal] = STATE(2734), - [sym_character_literal] = STATE(2734), - [sym__lexical_identifier] = STATE(2864), - [aux_sym__statement_repeat1] = STATE(5311), - [sym__alpha_identifier] = ACTIONS(111), + [sym__loop_statement] = STATE(1053), + [sym_for_statement] = STATE(1053), + [sym_while_statement] = STATE(1053), + [sym_do_while_statement] = STATE(1053), + [sym_assignment] = STATE(1053), + [sym__expression] = STATE(375), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(765), + [sym_parenthesized_expression] = STATE(765), + [sym_collection_literal] = STATE(765), + [sym__literal_constant] = STATE(765), + [sym_string_literal] = STATE(765), + [sym_lambda_literal] = STATE(765), + [sym_anonymous_function] = STATE(765), + [sym__function_literal] = STATE(765), + [sym_object_literal] = STATE(765), + [sym_this_expression] = STATE(765), + [sym_super_expression] = STATE(765), + [sym_if_expression] = STATE(765), + [sym_when_expression] = STATE(765), + [sym_try_expression] = STATE(765), + [sym_jump_expression] = STATE(765), + [sym_callable_reference] = STATE(765), + [sym__prefix_unary_operator] = STATE(1703), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7900), + [sym_annotation] = STATE(1377), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1103), + [sym__return_at] = STATE(260), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(765), + [sym_long_literal] = STATE(765), + [sym_boolean_literal] = STATE(765), + [sym_character_literal] = STATE(765), + [sym__lexical_identifier] = STATE(843), + [aux_sym__statement_repeat1] = STATE(5317), + [sym__alpha_identifier] = ACTIONS(537), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1632), - [anon_sym_get] = ACTIONS(111), - [anon_sym_set] = ACTIONS(111), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(995), - [sym_label] = ACTIONS(997), - [anon_sym_for] = ACTIONS(999), - [anon_sym_while] = ACTIONS(1001), - [anon_sym_do] = ACTIONS(153), - [anon_sym_null] = ACTIONS(821), - [anon_sym_if] = ACTIONS(665), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(667), - [anon_sym_return] = ACTIONS(669), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(1003), - [anon_sym_DASH] = ACTIONS(1003), - [anon_sym_PLUS_PLUS] = ACTIONS(1005), - [anon_sym_DASH_DASH] = ACTIONS(1005), - [anon_sym_BANG] = ACTIONS(1005), - [anon_sym_data] = ACTIONS(111), - [anon_sym_inner] = ACTIONS(111), - [anon_sym_expect] = ACTIONS(111), - [anon_sym_actual] = ACTIONS(111), + [anon_sym_LBRACK] = ACTIONS(539), + [anon_sym_LBRACE] = ACTIONS(1612), + [anon_sym_LPAREN] = ACTIONS(549), + [anon_sym_object] = ACTIONS(1614), + [anon_sym_fun] = ACTIONS(1616), + [anon_sym_get] = ACTIONS(537), + [anon_sym_set] = ACTIONS(537), + [anon_sym_this] = ACTIONS(561), + [anon_sym_super] = ACTIONS(563), + [anon_sym_STAR] = ACTIONS(1229), + [sym_label] = ACTIONS(567), + [anon_sym_for] = ACTIONS(569), + [anon_sym_while] = ACTIONS(571), + [anon_sym_do] = ACTIONS(573), + [anon_sym_null] = ACTIONS(575), + [anon_sym_if] = ACTIONS(577), + [anon_sym_when] = ACTIONS(579), + [anon_sym_try] = ACTIONS(581), + [anon_sym_throw] = ACTIONS(583), + [anon_sym_return] = ACTIONS(585), + [anon_sym_continue] = ACTIONS(587), + [anon_sym_break] = ACTIONS(587), + [anon_sym_COLON_COLON] = ACTIONS(589), + [anon_sym_PLUS] = ACTIONS(591), + [anon_sym_DASH] = ACTIONS(591), + [anon_sym_PLUS_PLUS] = ACTIONS(593), + [anon_sym_DASH_DASH] = ACTIONS(593), + [anon_sym_BANG] = ACTIONS(593), + [anon_sym_data] = ACTIONS(537), + [anon_sym_inner] = ACTIONS(537), + [anon_sym_expect] = ACTIONS(537), + [anon_sym_actual] = ACTIONS(537), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(827), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(599), + [anon_sym_break_AT] = ACTIONS(601), + [sym_real_literal] = ACTIONS(603), + [sym_integer_literal] = ACTIONS(605), + [sym_hex_literal] = ACTIONS(607), + [sym_bin_literal] = ACTIONS(607), + [anon_sym_true] = ACTIONS(609), + [anon_sym_false] = ACTIONS(609), + [anon_sym_SQUOTE] = ACTIONS(611), + [sym__backtick_identifier] = ACTIONS(613), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), + [sym__string_start] = ACTIONS(615), }, [805] = { - [sym__loop_statement] = STATE(4924), - [sym_for_statement] = STATE(4924), - [sym_while_statement] = STATE(4924), - [sym_do_while_statement] = STATE(4924), - [sym_assignment] = STATE(4924), - [sym__expression] = STATE(4195), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4455), - [sym_parenthesized_expression] = STATE(4455), - [sym_collection_literal] = STATE(4455), - [sym__literal_constant] = STATE(4455), - [sym_string_literal] = STATE(4455), - [sym_lambda_literal] = STATE(4455), - [sym_anonymous_function] = STATE(4455), - [sym__function_literal] = STATE(4455), - [sym_object_literal] = STATE(4455), - [sym_this_expression] = STATE(4455), - [sym_super_expression] = STATE(4455), - [sym_if_expression] = STATE(4455), - [sym_when_expression] = STATE(4455), - [sym_try_expression] = STATE(4455), - [sym_jump_expression] = STATE(4455), - [sym_callable_reference] = STATE(4455), - [sym__prefix_unary_operator] = STATE(1637), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7901), - [sym_annotation] = STATE(1390), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4990), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4455), - [sym_long_literal] = STATE(4455), - [sym_boolean_literal] = STATE(4455), - [sym_character_literal] = STATE(4455), - [sym__lexical_identifier] = STATE(4529), - [aux_sym__statement_repeat1] = STATE(5311), + [sym__loop_statement] = STATE(4942), + [sym_for_statement] = STATE(4942), + [sym_while_statement] = STATE(4942), + [sym_do_while_statement] = STATE(4942), + [sym_assignment] = STATE(4942), + [sym__expression] = STATE(4189), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4470), + [sym_parenthesized_expression] = STATE(4470), + [sym_collection_literal] = STATE(4470), + [sym__literal_constant] = STATE(4470), + [sym_string_literal] = STATE(4470), + [sym_lambda_literal] = STATE(4470), + [sym_anonymous_function] = STATE(4470), + [sym__function_literal] = STATE(4470), + [sym_object_literal] = STATE(4470), + [sym_this_expression] = STATE(4470), + [sym_super_expression] = STATE(4470), + [sym_if_expression] = STATE(4470), + [sym_when_expression] = STATE(4470), + [sym_try_expression] = STATE(4470), + [sym_jump_expression] = STATE(4470), + [sym_callable_reference] = STATE(4470), + [sym__prefix_unary_operator] = STATE(1926), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7921), + [sym_annotation] = STATE(1369), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4920), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4470), + [sym_long_literal] = STATE(4470), + [sym_boolean_literal] = STATE(4470), + [sym_character_literal] = STATE(4470), + [sym__lexical_identifier] = STATE(4566), + [aux_sym__statement_repeat1] = STATE(5317), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(25), [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1912), - [anon_sym_fun] = ACTIONS(1974), + [anon_sym_object] = ACTIONS(1902), + [anon_sym_fun] = ACTIONS(1982), [anon_sym_get] = ACTIONS(7), [anon_sym_set] = ACTIONS(7), [anon_sym_this] = ACTIONS(39), [anon_sym_super] = ACTIONS(41), [anon_sym_STAR] = ACTIONS(43), [sym_label] = ACTIONS(45), - [anon_sym_for] = ACTIONS(1073), - [anon_sym_while] = ACTIONS(1075), - [anon_sym_do] = ACTIONS(521), + [anon_sym_for] = ACTIONS(1047), + [anon_sym_while] = ACTIONS(1049), + [anon_sym_do] = ACTIONS(439), [anon_sym_null] = ACTIONS(53), [anon_sym_if] = ACTIONS(55), [anon_sym_when] = ACTIONS(57), @@ -130743,402 +130851,188 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(109), }, [806] = { - [sym__loop_statement] = STATE(4622), - [sym_for_statement] = STATE(4622), - [sym_while_statement] = STATE(4622), - [sym_do_while_statement] = STATE(4622), - [sym_assignment] = STATE(4622), - [sym__expression] = STATE(3769), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4426), - [sym_parenthesized_expression] = STATE(4426), - [sym_collection_literal] = STATE(4426), - [sym__literal_constant] = STATE(4426), - [sym_string_literal] = STATE(4426), - [sym_lambda_literal] = STATE(4426), - [sym_anonymous_function] = STATE(4426), - [sym__function_literal] = STATE(4426), - [sym_object_literal] = STATE(4426), - [sym_this_expression] = STATE(4426), - [sym_super_expression] = STATE(4426), - [sym_if_expression] = STATE(4426), - [sym_when_expression] = STATE(4426), - [sym_try_expression] = STATE(4426), - [sym_jump_expression] = STATE(4426), - [sym_callable_reference] = STATE(4426), - [sym__prefix_unary_operator] = STATE(2343), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7895), - [sym_annotation] = STATE(1414), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4561), - [sym__return_at] = STATE(310), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4426), - [sym_long_literal] = STATE(4426), - [sym_boolean_literal] = STATE(4426), - [sym_character_literal] = STATE(4426), - [sym__lexical_identifier] = STATE(4440), - [aux_sym__statement_repeat1] = STATE(5311), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(1940), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1231), - [sym_label] = ACTIONS(723), - [anon_sym_for] = ACTIONS(725), - [anon_sym_while] = ACTIONS(727), - [anon_sym_do] = ACTIONS(239), - [anon_sym_null] = ACTIONS(241), - [anon_sym_if] = ACTIONS(321), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(323), - [anon_sym_return] = ACTIONS(325), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(729), - [anon_sym_DASH] = ACTIONS(729), - [anon_sym_PLUS_PLUS] = ACTIONS(731), - [anon_sym_DASH_DASH] = ACTIONS(731), - [anon_sym_BANG] = ACTIONS(731), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(271), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), - }, - [807] = { - [sym__loop_statement] = STATE(3256), - [sym_for_statement] = STATE(3256), - [sym_while_statement] = STATE(3256), - [sym_do_while_statement] = STATE(3256), - [sym_assignment] = STATE(3256), - [sym__expression] = STATE(971), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(2736), - [sym_parenthesized_expression] = STATE(2736), - [sym_collection_literal] = STATE(2736), - [sym__literal_constant] = STATE(2736), - [sym_string_literal] = STATE(2736), - [sym_lambda_literal] = STATE(2736), - [sym_anonymous_function] = STATE(2736), - [sym__function_literal] = STATE(2736), - [sym_object_literal] = STATE(2736), - [sym_this_expression] = STATE(2736), - [sym_super_expression] = STATE(2736), - [sym_if_expression] = STATE(2736), - [sym_when_expression] = STATE(2736), - [sym_try_expression] = STATE(2736), - [sym_jump_expression] = STATE(2736), - [sym_callable_reference] = STATE(2736), - [sym__prefix_unary_operator] = STATE(1786), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7868), - [sym_annotation] = STATE(1373), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3242), - [sym__return_at] = STATE(255), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(2736), - [sym_long_literal] = STATE(2736), - [sym_boolean_literal] = STATE(2736), - [sym_character_literal] = STATE(2736), - [sym__lexical_identifier] = STATE(2864), - [aux_sym__statement_repeat1] = STATE(5311), - [sym__alpha_identifier] = ACTIONS(111), + [sym__loop_statement] = STATE(1053), + [sym_for_statement] = STATE(1053), + [sym_while_statement] = STATE(1053), + [sym_do_while_statement] = STATE(1053), + [sym_assignment] = STATE(1053), + [sym__expression] = STATE(541), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(777), + [sym_parenthesized_expression] = STATE(777), + [sym_collection_literal] = STATE(777), + [sym__literal_constant] = STATE(777), + [sym_string_literal] = STATE(777), + [sym_lambda_literal] = STATE(777), + [sym_anonymous_function] = STATE(777), + [sym__function_literal] = STATE(777), + [sym_object_literal] = STATE(777), + [sym_this_expression] = STATE(777), + [sym_super_expression] = STATE(777), + [sym_if_expression] = STATE(777), + [sym_when_expression] = STATE(777), + [sym_try_expression] = STATE(777), + [sym_jump_expression] = STATE(777), + [sym_callable_reference] = STATE(777), + [sym__prefix_unary_operator] = STATE(2117), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7933), + [sym_annotation] = STATE(1371), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1103), + [sym__return_at] = STATE(264), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(777), + [sym_long_literal] = STATE(777), + [sym_boolean_literal] = STATE(777), + [sym_character_literal] = STATE(777), + [sym__lexical_identifier] = STATE(843), + [aux_sym__statement_repeat1] = STATE(5317), + [sym__alpha_identifier] = ACTIONS(537), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1600), - [anon_sym_get] = ACTIONS(111), - [anon_sym_set] = ACTIONS(111), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(1313), - [sym_label] = ACTIONS(147), - [anon_sym_for] = ACTIONS(149), - [anon_sym_while] = ACTIONS(151), - [anon_sym_do] = ACTIONS(153), - [anon_sym_null] = ACTIONS(155), - [anon_sym_if] = ACTIONS(157), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(163), - [anon_sym_return] = ACTIONS(165), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(171), - [anon_sym_DASH] = ACTIONS(171), - [anon_sym_PLUS_PLUS] = ACTIONS(173), - [anon_sym_DASH_DASH] = ACTIONS(173), - [anon_sym_BANG] = ACTIONS(173), - [anon_sym_data] = ACTIONS(111), - [anon_sym_inner] = ACTIONS(111), - [anon_sym_expect] = ACTIONS(111), - [anon_sym_actual] = ACTIONS(111), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(185), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), - }, - [808] = { - [sym_getter] = STATE(3727), - [sym_setter] = STATE(3727), - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(2269), - [sym__comparison_operator] = STATE(2268), - [sym__in_operator] = STATE(2261), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(2260), - [sym__multiplicative_operator] = STATE(2259), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_modifiers] = STATE(8890), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2256), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(1696), - [anon_sym_LPAREN] = ACTIONS(3570), - [anon_sym_COMMA] = ACTIONS(1696), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(4031), - [anon_sym_where] = ACTIONS(1694), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(4114), - [anon_sym_get] = ACTIONS(4116), - [anon_sym_set] = ACTIONS(4118), - [anon_sym_STAR] = ACTIONS(4039), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(4041), - [anon_sym_DOT_DOT] = ACTIONS(4043), - [anon_sym_QMARK_COLON] = ACTIONS(4045), - [anon_sym_AMP_AMP] = ACTIONS(4047), - [anon_sym_PIPE_PIPE] = ACTIONS(4049), - [anon_sym_else] = ACTIONS(1694), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_BANG_EQ] = ACTIONS(4051), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4053), - [anon_sym_EQ_EQ] = ACTIONS(4051), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4053), - [anon_sym_LT_EQ] = ACTIONS(4055), - [anon_sym_GT_EQ] = ACTIONS(4055), - [anon_sym_BANGin] = ACTIONS(4057), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), - [anon_sym_PLUS] = ACTIONS(4059), - [anon_sym_DASH] = ACTIONS(4059), - [anon_sym_SLASH] = ACTIONS(4061), - [anon_sym_PERCENT] = ACTIONS(4039), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(1746), - [anon_sym_inner] = ACTIONS(1746), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(1748), - [anon_sym_actual] = ACTIONS(1748), + [anon_sym_LBRACK] = ACTIONS(539), + [anon_sym_LBRACE] = ACTIONS(1612), + [anon_sym_LPAREN] = ACTIONS(549), + [anon_sym_object] = ACTIONS(1614), + [anon_sym_fun] = ACTIONS(1636), + [anon_sym_get] = ACTIONS(537), + [anon_sym_set] = ACTIONS(537), + [anon_sym_this] = ACTIONS(561), + [anon_sym_super] = ACTIONS(563), + [anon_sym_STAR] = ACTIONS(995), + [sym_label] = ACTIONS(997), + [anon_sym_for] = ACTIONS(999), + [anon_sym_while] = ACTIONS(1001), + [anon_sym_do] = ACTIONS(573), + [anon_sym_null] = ACTIONS(913), + [anon_sym_if] = ACTIONS(639), + [anon_sym_when] = ACTIONS(579), + [anon_sym_try] = ACTIONS(581), + [anon_sym_throw] = ACTIONS(641), + [anon_sym_return] = ACTIONS(643), + [anon_sym_continue] = ACTIONS(587), + [anon_sym_break] = ACTIONS(587), + [anon_sym_COLON_COLON] = ACTIONS(589), + [anon_sym_PLUS] = ACTIONS(1003), + [anon_sym_DASH] = ACTIONS(1003), + [anon_sym_PLUS_PLUS] = ACTIONS(1005), + [anon_sym_DASH_DASH] = ACTIONS(1005), + [anon_sym_BANG] = ACTIONS(1005), + [anon_sym_data] = ACTIONS(537), + [anon_sym_inner] = ACTIONS(537), + [anon_sym_expect] = ACTIONS(537), + [anon_sym_actual] = ACTIONS(537), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(1696), - [sym_safe_nav] = ACTIONS(3596), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(599), + [anon_sym_break_AT] = ACTIONS(601), + [sym_real_literal] = ACTIONS(919), + [sym_integer_literal] = ACTIONS(605), + [sym_hex_literal] = ACTIONS(607), + [sym_bin_literal] = ACTIONS(607), + [anon_sym_true] = ACTIONS(609), + [anon_sym_false] = ACTIONS(609), + [anon_sym_SQUOTE] = ACTIONS(611), + [sym__backtick_identifier] = ACTIONS(613), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(615), }, - [809] = { - [sym_getter] = STATE(3810), - [sym_setter] = STATE(3810), - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(2269), - [sym__comparison_operator] = STATE(2268), - [sym__in_operator] = STATE(2261), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(2260), - [sym__multiplicative_operator] = STATE(2259), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_modifiers] = STATE(8890), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2256), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [aux_sym_modifiers_repeat1] = STATE(5441), + [807] = { + [sym_getter] = STATE(3766), + [sym_setter] = STATE(3766), + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(2211), + [sym__comparison_operator] = STATE(2219), + [sym__in_operator] = STATE(2104), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(2248), + [sym__multiplicative_operator] = STATE(2250), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_modifiers] = STATE(8943), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2251), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), [anon_sym_LBRACE] = ACTIONS(1622), [anon_sym_RBRACE] = ACTIONS(1766), - [anon_sym_LPAREN] = ACTIONS(3570), + [anon_sym_LPAREN] = ACTIONS(3572), [anon_sym_COMMA] = ACTIONS(1766), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(4031), + [anon_sym_GT] = ACTIONS(4053), [anon_sym_where] = ACTIONS(1764), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(4120), - [anon_sym_get] = ACTIONS(4116), - [anon_sym_set] = ACTIONS(4118), - [anon_sym_STAR] = ACTIONS(4039), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(4041), - [anon_sym_DOT_DOT] = ACTIONS(4043), - [anon_sym_QMARK_COLON] = ACTIONS(4045), - [anon_sym_AMP_AMP] = ACTIONS(4047), - [anon_sym_PIPE_PIPE] = ACTIONS(4049), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(4105), + [anon_sym_get] = ACTIONS(4057), + [anon_sym_set] = ACTIONS(4059), + [anon_sym_STAR] = ACTIONS(4061), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(4063), + [anon_sym_DOT_DOT] = ACTIONS(4065), + [anon_sym_QMARK_COLON] = ACTIONS(4067), + [anon_sym_AMP_AMP] = ACTIONS(4069), + [anon_sym_PIPE_PIPE] = ACTIONS(4071), [anon_sym_else] = ACTIONS(1764), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_BANG_EQ] = ACTIONS(4051), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4053), - [anon_sym_EQ_EQ] = ACTIONS(4051), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4053), - [anon_sym_LT_EQ] = ACTIONS(4055), - [anon_sym_GT_EQ] = ACTIONS(4055), - [anon_sym_BANGin] = ACTIONS(4057), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), - [anon_sym_PLUS] = ACTIONS(4059), - [anon_sym_DASH] = ACTIONS(4059), - [anon_sym_SLASH] = ACTIONS(4061), - [anon_sym_PERCENT] = ACTIONS(4039), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_BANG_EQ] = ACTIONS(4073), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4075), + [anon_sym_EQ_EQ] = ACTIONS(4073), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4075), + [anon_sym_LT_EQ] = ACTIONS(4077), + [anon_sym_GT_EQ] = ACTIONS(4077), + [anon_sym_BANGin] = ACTIONS(4079), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), + [anon_sym_PLUS] = ACTIONS(4081), + [anon_sym_DASH] = ACTIONS(4081), + [anon_sym_SLASH] = ACTIONS(4083), + [anon_sym_PERCENT] = ACTIONS(4061), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -131167,534 +131061,320 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), [sym__automatic_semicolon] = ACTIONS(1766), - [sym_safe_nav] = ACTIONS(3596), + [sym_safe_nav] = ACTIONS(3598), [sym_multiline_comment] = ACTIONS(3), }, - [810] = { - [sym_getter] = STATE(3877), - [sym_setter] = STATE(3877), - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(2269), - [sym__comparison_operator] = STATE(2268), - [sym__in_operator] = STATE(2261), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(2260), - [sym__multiplicative_operator] = STATE(2259), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_modifiers] = STATE(8890), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2256), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(3570), - [anon_sym_COMMA] = ACTIONS(1778), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(4031), - [anon_sym_where] = ACTIONS(1776), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(4122), - [anon_sym_get] = ACTIONS(4116), - [anon_sym_set] = ACTIONS(4118), - [anon_sym_STAR] = ACTIONS(4039), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(4041), - [anon_sym_DOT_DOT] = ACTIONS(4043), - [anon_sym_QMARK_COLON] = ACTIONS(4045), - [anon_sym_AMP_AMP] = ACTIONS(4047), - [anon_sym_PIPE_PIPE] = ACTIONS(4049), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_BANG_EQ] = ACTIONS(4051), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4053), - [anon_sym_EQ_EQ] = ACTIONS(4051), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4053), - [anon_sym_LT_EQ] = ACTIONS(4055), - [anon_sym_GT_EQ] = ACTIONS(4055), - [anon_sym_BANGin] = ACTIONS(4057), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), - [anon_sym_PLUS] = ACTIONS(4059), - [anon_sym_DASH] = ACTIONS(4059), - [anon_sym_SLASH] = ACTIONS(4061), - [anon_sym_PERCENT] = ACTIONS(4039), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(1746), - [anon_sym_inner] = ACTIONS(1746), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(1748), - [anon_sym_actual] = ACTIONS(1748), + [808] = { + [sym__loop_statement] = STATE(3368), + [sym_for_statement] = STATE(3368), + [sym_while_statement] = STATE(3368), + [sym_do_while_statement] = STATE(3368), + [sym_assignment] = STATE(3368), + [sym__expression] = STATE(2449), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(2727), + [sym_parenthesized_expression] = STATE(2727), + [sym_collection_literal] = STATE(2727), + [sym__literal_constant] = STATE(2727), + [sym_string_literal] = STATE(2727), + [sym_lambda_literal] = STATE(2727), + [sym_anonymous_function] = STATE(2727), + [sym__function_literal] = STATE(2727), + [sym_object_literal] = STATE(2727), + [sym_this_expression] = STATE(2727), + [sym_super_expression] = STATE(2727), + [sym_if_expression] = STATE(2727), + [sym_when_expression] = STATE(2727), + [sym_try_expression] = STATE(2727), + [sym_jump_expression] = STATE(2727), + [sym_callable_reference] = STATE(2727), + [sym__prefix_unary_operator] = STATE(1711), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7906), + [sym_annotation] = STATE(1367), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3410), + [sym__return_at] = STATE(262), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(2727), + [sym_long_literal] = STATE(2727), + [sym_boolean_literal] = STATE(2727), + [sym_character_literal] = STATE(2727), + [sym__lexical_identifier] = STATE(2858), + [aux_sym__statement_repeat1] = STATE(5317), + [sym__alpha_identifier] = ACTIONS(111), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1632), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(1085), + [sym_label] = ACTIONS(1087), + [anon_sym_for] = ACTIONS(1089), + [anon_sym_while] = ACTIONS(1091), + [anon_sym_do] = ACTIONS(153), + [anon_sym_null] = ACTIONS(849), + [anon_sym_if] = ACTIONS(671), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(673), + [anon_sym_return] = ACTIONS(675), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(1093), + [anon_sym_DASH] = ACTIONS(1093), + [anon_sym_PLUS_PLUS] = ACTIONS(1095), + [anon_sym_DASH_DASH] = ACTIONS(1095), + [anon_sym_BANG] = ACTIONS(1095), + [anon_sym_data] = ACTIONS(111), + [anon_sym_inner] = ACTIONS(111), + [anon_sym_expect] = ACTIONS(111), + [anon_sym_actual] = ACTIONS(111), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(3596), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(855), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(197), }, - [811] = { - [sym_getter] = STATE(3812), - [sym_setter] = STATE(3812), - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(2269), - [sym__comparison_operator] = STATE(2268), - [sym__in_operator] = STATE(2261), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(2260), - [sym__multiplicative_operator] = STATE(2259), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_modifiers] = STATE(8890), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2256), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), + [809] = { + [sym__loop_statement] = STATE(3684), + [sym_for_statement] = STATE(3684), + [sym_while_statement] = STATE(3684), + [sym_do_while_statement] = STATE(3684), + [sym_assignment] = STATE(3684), + [sym__expression] = STATE(2415), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(2836), + [sym_parenthesized_expression] = STATE(2836), + [sym_collection_literal] = STATE(2836), + [sym__literal_constant] = STATE(2836), + [sym_string_literal] = STATE(2836), + [sym_lambda_literal] = STATE(2836), + [sym_anonymous_function] = STATE(2836), + [sym__function_literal] = STATE(2836), + [sym_object_literal] = STATE(2836), + [sym_this_expression] = STATE(2836), + [sym_super_expression] = STATE(2836), + [sym_if_expression] = STATE(2836), + [sym_when_expression] = STATE(2836), + [sym_try_expression] = STATE(2836), + [sym_jump_expression] = STATE(2836), + [sym_callable_reference] = STATE(2836), + [sym__prefix_unary_operator] = STATE(2143), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7928), + [sym_annotation] = STATE(1397), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3725), + [sym__return_at] = STATE(261), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(2836), + [sym_long_literal] = STATE(2836), + [sym_boolean_literal] = STATE(2836), + [sym_character_literal] = STATE(2836), + [sym__lexical_identifier] = STATE(3382), + [aux_sym__statement_repeat1] = STATE(5317), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(1772), - [anon_sym_LPAREN] = ACTIONS(3570), - [anon_sym_COMMA] = ACTIONS(1772), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(4031), - [anon_sym_where] = ACTIONS(1770), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(4124), - [anon_sym_get] = ACTIONS(4116), - [anon_sym_set] = ACTIONS(4118), - [anon_sym_STAR] = ACTIONS(4039), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(4041), - [anon_sym_DOT_DOT] = ACTIONS(4043), - [anon_sym_QMARK_COLON] = ACTIONS(4045), - [anon_sym_AMP_AMP] = ACTIONS(4047), - [anon_sym_PIPE_PIPE] = ACTIONS(4049), - [anon_sym_else] = ACTIONS(1770), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_BANG_EQ] = ACTIONS(4051), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4053), - [anon_sym_EQ_EQ] = ACTIONS(4051), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4053), - [anon_sym_LT_EQ] = ACTIONS(4055), - [anon_sym_GT_EQ] = ACTIONS(4055), - [anon_sym_BANGin] = ACTIONS(4057), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), - [anon_sym_PLUS] = ACTIONS(4059), - [anon_sym_DASH] = ACTIONS(4059), - [anon_sym_SLASH] = ACTIONS(4061), - [anon_sym_PERCENT] = ACTIONS(4039), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(1746), - [anon_sym_inner] = ACTIONS(1746), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(1748), - [anon_sym_actual] = ACTIONS(1748), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(1772), - [sym_safe_nav] = ACTIONS(3596), - [sym_multiline_comment] = ACTIONS(3), - }, - [812] = { - [sym_getter] = STATE(3756), - [sym_setter] = STATE(3756), - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(2269), - [sym__comparison_operator] = STATE(2268), - [sym__in_operator] = STATE(2261), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(2260), - [sym__multiplicative_operator] = STATE(2259), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_modifiers] = STATE(8890), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2256), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(1754), - [anon_sym_LPAREN] = ACTIONS(3570), - [anon_sym_COMMA] = ACTIONS(1754), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(4031), - [anon_sym_where] = ACTIONS(1752), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(4126), - [anon_sym_get] = ACTIONS(4116), - [anon_sym_set] = ACTIONS(4118), - [anon_sym_STAR] = ACTIONS(4039), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(4041), - [anon_sym_DOT_DOT] = ACTIONS(4043), - [anon_sym_QMARK_COLON] = ACTIONS(4045), - [anon_sym_AMP_AMP] = ACTIONS(4047), - [anon_sym_PIPE_PIPE] = ACTIONS(4049), - [anon_sym_else] = ACTIONS(1752), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_BANG_EQ] = ACTIONS(4051), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4053), - [anon_sym_EQ_EQ] = ACTIONS(4051), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4053), - [anon_sym_LT_EQ] = ACTIONS(4055), - [anon_sym_GT_EQ] = ACTIONS(4055), - [anon_sym_BANGin] = ACTIONS(4057), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), - [anon_sym_PLUS] = ACTIONS(4059), - [anon_sym_DASH] = ACTIONS(4059), - [anon_sym_SLASH] = ACTIONS(4061), - [anon_sym_PERCENT] = ACTIONS(4039), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(1746), - [anon_sym_inner] = ACTIONS(1746), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(1748), - [anon_sym_actual] = ACTIONS(1748), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(1754), - [sym_safe_nav] = ACTIONS(3596), - [sym_multiline_comment] = ACTIONS(3), - }, - [813] = { - [sym_getter] = STATE(3735), - [sym_setter] = STATE(3735), - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(2269), - [sym__comparison_operator] = STATE(2268), - [sym__in_operator] = STATE(2261), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(2260), - [sym__multiplicative_operator] = STATE(2259), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_modifiers] = STATE(8890), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2256), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(1784), - [anon_sym_LPAREN] = ACTIONS(3570), - [anon_sym_COMMA] = ACTIONS(1784), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(4031), - [anon_sym_where] = ACTIONS(1782), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(4128), - [anon_sym_get] = ACTIONS(4116), - [anon_sym_set] = ACTIONS(4118), - [anon_sym_STAR] = ACTIONS(4039), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(4041), - [anon_sym_DOT_DOT] = ACTIONS(4043), - [anon_sym_QMARK_COLON] = ACTIONS(4045), - [anon_sym_AMP_AMP] = ACTIONS(4047), - [anon_sym_PIPE_PIPE] = ACTIONS(4049), - [anon_sym_else] = ACTIONS(1782), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_BANG_EQ] = ACTIONS(4051), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4053), - [anon_sym_EQ_EQ] = ACTIONS(4051), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4053), - [anon_sym_LT_EQ] = ACTIONS(4055), - [anon_sym_GT_EQ] = ACTIONS(4055), - [anon_sym_BANGin] = ACTIONS(4057), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), - [anon_sym_PLUS] = ACTIONS(4059), - [anon_sym_DASH] = ACTIONS(4059), - [anon_sym_SLASH] = ACTIONS(4061), - [anon_sym_PERCENT] = ACTIONS(4039), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(1746), - [anon_sym_inner] = ACTIONS(1746), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(1748), - [anon_sym_actual] = ACTIONS(1748), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(1784), - [sym_safe_nav] = ACTIONS(3596), - [sym_multiline_comment] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1626), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(873), + [sym_label] = ACTIONS(875), + [anon_sym_for] = ACTIONS(877), + [anon_sym_while] = ACTIONS(879), + [anon_sym_do] = ACTIONS(491), + [anon_sym_null] = ACTIONS(881), + [anon_sym_if] = ACTIONS(495), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(501), + [anon_sym_return] = ACTIONS(503), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(883), + [anon_sym_DASH] = ACTIONS(883), + [anon_sym_PLUS_PLUS] = ACTIONS(885), + [anon_sym_DASH_DASH] = ACTIONS(885), + [anon_sym_BANG] = ACTIONS(885), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(887), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), }, - [814] = { - [sym__loop_statement] = STATE(4622), - [sym_for_statement] = STATE(4622), - [sym_while_statement] = STATE(4622), - [sym_do_while_statement] = STATE(4622), - [sym_assignment] = STATE(4622), - [sym__expression] = STATE(4172), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4428), - [sym_parenthesized_expression] = STATE(4428), - [sym_collection_literal] = STATE(4428), - [sym__literal_constant] = STATE(4428), - [sym_string_literal] = STATE(4428), - [sym_lambda_literal] = STATE(4428), - [sym_anonymous_function] = STATE(4428), - [sym__function_literal] = STATE(4428), - [sym_object_literal] = STATE(4428), - [sym_this_expression] = STATE(4428), - [sym_super_expression] = STATE(4428), - [sym_if_expression] = STATE(4428), - [sym_when_expression] = STATE(4428), - [sym_try_expression] = STATE(4428), - [sym_jump_expression] = STATE(4428), - [sym_callable_reference] = STATE(4428), - [sym__prefix_unary_operator] = STATE(2049), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7865), - [sym_annotation] = STATE(1362), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4561), - [sym__return_at] = STATE(310), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4428), - [sym_long_literal] = STATE(4428), - [sym_boolean_literal] = STATE(4428), - [sym_character_literal] = STATE(4428), - [sym__lexical_identifier] = STATE(4440), - [aux_sym__statement_repeat1] = STATE(5311), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [810] = { + [sym__loop_statement] = STATE(4574), + [sym_for_statement] = STATE(4574), + [sym_while_statement] = STATE(4574), + [sym_do_while_statement] = STATE(4574), + [sym_assignment] = STATE(4574), + [sym__expression] = STATE(3019), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4434), + [sym_parenthesized_expression] = STATE(4434), + [sym_collection_literal] = STATE(4434), + [sym__literal_constant] = STATE(4434), + [sym_string_literal] = STATE(4434), + [sym_lambda_literal] = STATE(4434), + [sym_anonymous_function] = STATE(4434), + [sym__function_literal] = STATE(4434), + [sym_object_literal] = STATE(4434), + [sym_this_expression] = STATE(4434), + [sym_super_expression] = STATE(4434), + [sym_if_expression] = STATE(4434), + [sym_when_expression] = STATE(4434), + [sym_try_expression] = STATE(4434), + [sym_jump_expression] = STATE(4434), + [sym_callable_reference] = STATE(4434), + [sym__prefix_unary_operator] = STATE(1893), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7930), + [sym_annotation] = STATE(1342), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4608), + [sym__return_at] = STATE(295), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4434), + [sym_long_literal] = STATE(4434), + [sym_boolean_literal] = STATE(4434), + [sym_character_literal] = STATE(4434), + [sym__lexical_identifier] = STATE(4461), + [aux_sym__statement_repeat1] = STATE(5317), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(1940), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_fun] = ACTIONS(1858), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), - [sym_label] = ACTIONS(311), - [anon_sym_for] = ACTIONS(1093), - [anon_sym_while] = ACTIONS(1095), + [anon_sym_STAR] = ACTIONS(1317), + [sym_label] = ACTIONS(233), + [anon_sym_for] = ACTIONS(235), + [anon_sym_while] = ACTIONS(237), [anon_sym_do] = ACTIONS(239), - [anon_sym_null] = ACTIONS(319), - [anon_sym_if] = ACTIONS(321), + [anon_sym_null] = ACTIONS(241), + [anon_sym_if] = ACTIONS(243), [anon_sym_when] = ACTIONS(245), [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(323), - [anon_sym_return] = ACTIONS(325), + [anon_sym_throw] = ACTIONS(249), + [anon_sym_return] = ACTIONS(251), [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(327), - [anon_sym_DASH] = ACTIONS(327), - [anon_sym_PLUS_PLUS] = ACTIONS(329), - [anon_sym_DASH_DASH] = ACTIONS(329), - [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(257), + [anon_sym_DASH] = ACTIONS(257), + [anon_sym_PLUS_PLUS] = ACTIONS(259), + [anon_sym_DASH_DASH] = ACTIONS(259), + [anon_sym_BANG] = ACTIONS(259), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(331), + [sym_real_literal] = ACTIONS(271), [sym_integer_literal] = ACTIONS(273), [sym_hex_literal] = ACTIONS(275), [sym_bin_literal] = ACTIONS(275), @@ -131705,606 +131385,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [815] = { - [sym__loop_statement] = STATE(5352), - [sym_for_statement] = STATE(5352), - [sym_while_statement] = STATE(5352), - [sym_do_while_statement] = STATE(5352), - [sym_assignment] = STATE(5352), - [sym__expression] = STATE(2079), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(2750), - [sym_parenthesized_expression] = STATE(2750), - [sym_collection_literal] = STATE(2750), - [sym__literal_constant] = STATE(2750), - [sym_string_literal] = STATE(2750), - [sym_lambda_literal] = STATE(2750), - [sym_anonymous_function] = STATE(2750), - [sym__function_literal] = STATE(2750), - [sym_object_literal] = STATE(2750), - [sym_this_expression] = STATE(2750), - [sym_super_expression] = STATE(2750), - [sym_if_expression] = STATE(2750), - [sym_when_expression] = STATE(2750), - [sym_try_expression] = STATE(2750), - [sym_jump_expression] = STATE(2750), - [sym_callable_reference] = STATE(2750), - [sym__prefix_unary_operator] = STATE(2054), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7883), - [sym_annotation] = STATE(1383), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3447), - [sym__return_at] = STATE(323), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(2750), - [sym_long_literal] = STATE(2750), - [sym_boolean_literal] = STATE(2750), - [sym_character_literal] = STATE(2750), - [sym__lexical_identifier] = STATE(2890), - [aux_sym__statement_repeat1] = STATE(5311), - [sym__alpha_identifier] = ACTIONS(333), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(335), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_object] = ACTIONS(1922), - [anon_sym_fun] = ACTIONS(2004), - [anon_sym_get] = ACTIONS(333), - [anon_sym_set] = ACTIONS(333), - [anon_sym_this] = ACTIONS(357), - [anon_sym_super] = ACTIONS(359), - [anon_sym_STAR] = ACTIONS(1111), - [sym_label] = ACTIONS(1113), - [anon_sym_for] = ACTIONS(1145), - [anon_sym_while] = ACTIONS(1147), - [anon_sym_do] = ACTIONS(1149), - [anon_sym_null] = ACTIONS(941), - [anon_sym_if] = ACTIONS(697), - [anon_sym_when] = ACTIONS(375), - [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(699), - [anon_sym_return] = ACTIONS(701), - [anon_sym_continue] = ACTIONS(383), - [anon_sym_break] = ACTIONS(383), - [anon_sym_COLON_COLON] = ACTIONS(385), - [anon_sym_PLUS] = ACTIONS(1119), - [anon_sym_DASH] = ACTIONS(1119), - [anon_sym_PLUS_PLUS] = ACTIONS(1121), - [anon_sym_DASH_DASH] = ACTIONS(1121), - [anon_sym_BANG] = ACTIONS(1121), - [anon_sym_data] = ACTIONS(333), - [anon_sym_inner] = ACTIONS(333), - [anon_sym_expect] = ACTIONS(333), - [anon_sym_actual] = ACTIONS(333), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(395), - [anon_sym_break_AT] = ACTIONS(397), - [sym_real_literal] = ACTIONS(947), - [sym_integer_literal] = ACTIONS(401), - [sym_hex_literal] = ACTIONS(403), - [sym_bin_literal] = ACTIONS(403), - [anon_sym_true] = ACTIONS(405), - [anon_sym_false] = ACTIONS(405), - [anon_sym_SQUOTE] = ACTIONS(407), - [sym__backtick_identifier] = ACTIONS(409), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(411), - }, - [816] = { - [sym__loop_statement] = STATE(3335), - [sym_for_statement] = STATE(3335), - [sym_while_statement] = STATE(3335), - [sym_do_while_statement] = STATE(3335), - [sym_assignment] = STATE(3335), - [sym__expression] = STATE(2079), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(2750), - [sym_parenthesized_expression] = STATE(2750), - [sym_collection_literal] = STATE(2750), - [sym__literal_constant] = STATE(2750), - [sym_string_literal] = STATE(2750), - [sym_lambda_literal] = STATE(2750), - [sym_anonymous_function] = STATE(2750), - [sym__function_literal] = STATE(2750), - [sym_object_literal] = STATE(2750), - [sym_this_expression] = STATE(2750), - [sym_super_expression] = STATE(2750), - [sym_if_expression] = STATE(2750), - [sym_when_expression] = STATE(2750), - [sym_try_expression] = STATE(2750), - [sym_jump_expression] = STATE(2750), - [sym_callable_reference] = STATE(2750), - [sym__prefix_unary_operator] = STATE(2054), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7883), - [sym_annotation] = STATE(1383), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3447), - [sym__return_at] = STATE(323), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(2750), - [sym_long_literal] = STATE(2750), - [sym_boolean_literal] = STATE(2750), - [sym_character_literal] = STATE(2750), - [sym__lexical_identifier] = STATE(2890), - [aux_sym__statement_repeat1] = STATE(5311), - [sym__alpha_identifier] = ACTIONS(333), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(335), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_object] = ACTIONS(1922), - [anon_sym_fun] = ACTIONS(2004), - [anon_sym_get] = ACTIONS(333), - [anon_sym_set] = ACTIONS(333), - [anon_sym_this] = ACTIONS(357), - [anon_sym_super] = ACTIONS(359), - [anon_sym_STAR] = ACTIONS(1111), - [sym_label] = ACTIONS(1113), - [anon_sym_for] = ACTIONS(1115), - [anon_sym_while] = ACTIONS(1117), - [anon_sym_do] = ACTIONS(369), - [anon_sym_null] = ACTIONS(941), - [anon_sym_if] = ACTIONS(697), - [anon_sym_when] = ACTIONS(375), - [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(699), - [anon_sym_return] = ACTIONS(701), - [anon_sym_continue] = ACTIONS(383), - [anon_sym_break] = ACTIONS(383), - [anon_sym_COLON_COLON] = ACTIONS(385), - [anon_sym_PLUS] = ACTIONS(1119), - [anon_sym_DASH] = ACTIONS(1119), - [anon_sym_PLUS_PLUS] = ACTIONS(1121), - [anon_sym_DASH_DASH] = ACTIONS(1121), - [anon_sym_BANG] = ACTIONS(1121), - [anon_sym_data] = ACTIONS(333), - [anon_sym_inner] = ACTIONS(333), - [anon_sym_expect] = ACTIONS(333), - [anon_sym_actual] = ACTIONS(333), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(395), - [anon_sym_break_AT] = ACTIONS(397), - [sym_real_literal] = ACTIONS(947), - [sym_integer_literal] = ACTIONS(401), - [sym_hex_literal] = ACTIONS(403), - [sym_bin_literal] = ACTIONS(403), - [anon_sym_true] = ACTIONS(405), - [anon_sym_false] = ACTIONS(405), - [anon_sym_SQUOTE] = ACTIONS(407), - [sym__backtick_identifier] = ACTIONS(409), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(411), - }, - [817] = { - [sym__loop_statement] = STATE(3859), - [sym_for_statement] = STATE(3859), - [sym_while_statement] = STATE(3859), - [sym_do_while_statement] = STATE(3859), - [sym_assignment] = STATE(3859), - [sym__expression] = STATE(1397), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(2891), - [sym_parenthesized_expression] = STATE(2891), - [sym_collection_literal] = STATE(2891), - [sym__literal_constant] = STATE(2891), - [sym_string_literal] = STATE(2891), - [sym_lambda_literal] = STATE(2891), - [sym_anonymous_function] = STATE(2891), - [sym__function_literal] = STATE(2891), - [sym_object_literal] = STATE(2891), - [sym_this_expression] = STATE(2891), - [sym_super_expression] = STATE(2891), - [sym_if_expression] = STATE(2891), - [sym_when_expression] = STATE(2891), - [sym_try_expression] = STATE(2891), - [sym_jump_expression] = STATE(2891), - [sym_callable_reference] = STATE(2891), - [sym__prefix_unary_operator] = STATE(2081), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7899), - [sym_annotation] = STATE(1341), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3755), - [sym__return_at] = STATE(264), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(2891), - [sym_long_literal] = STATE(2891), - [sym_boolean_literal] = STATE(2891), - [sym_character_literal] = STATE(2891), - [sym__lexical_identifier] = STATE(3263), - [aux_sym__statement_repeat1] = STATE(5311), - [sym__alpha_identifier] = ACTIONS(537), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1636), - [anon_sym_get] = ACTIONS(537), - [anon_sym_set] = ACTIONS(537), - [anon_sym_this] = ACTIONS(561), - [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1329), - [sym_label] = ACTIONS(749), - [anon_sym_for] = ACTIONS(751), - [anon_sym_while] = ACTIONS(753), - [anon_sym_do] = ACTIONS(573), - [anon_sym_null] = ACTIONS(575), - [anon_sym_if] = ACTIONS(755), - [anon_sym_when] = ACTIONS(579), - [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(757), - [anon_sym_return] = ACTIONS(759), - [anon_sym_continue] = ACTIONS(587), - [anon_sym_break] = ACTIONS(587), - [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(761), - [anon_sym_DASH] = ACTIONS(761), - [anon_sym_PLUS_PLUS] = ACTIONS(763), - [anon_sym_DASH_DASH] = ACTIONS(763), - [anon_sym_BANG] = ACTIONS(763), - [anon_sym_data] = ACTIONS(537), - [anon_sym_inner] = ACTIONS(537), - [anon_sym_expect] = ACTIONS(537), - [anon_sym_actual] = ACTIONS(537), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(599), - [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(603), - [sym_integer_literal] = ACTIONS(605), - [sym_hex_literal] = ACTIONS(607), - [sym_bin_literal] = ACTIONS(607), - [anon_sym_true] = ACTIONS(609), - [anon_sym_false] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(611), - [sym__backtick_identifier] = ACTIONS(613), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(615), - }, - [818] = { - [sym__loop_statement] = STATE(3859), - [sym_for_statement] = STATE(3859), - [sym_while_statement] = STATE(3859), - [sym_do_while_statement] = STATE(3859), - [sym_assignment] = STATE(3859), - [sym__expression] = STATE(2540), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(2871), - [sym_parenthesized_expression] = STATE(2871), - [sym_collection_literal] = STATE(2871), - [sym__literal_constant] = STATE(2871), - [sym_string_literal] = STATE(2871), - [sym_lambda_literal] = STATE(2871), - [sym_anonymous_function] = STATE(2871), - [sym__function_literal] = STATE(2871), - [sym_object_literal] = STATE(2871), - [sym_this_expression] = STATE(2871), - [sym_super_expression] = STATE(2871), - [sym_if_expression] = STATE(2871), - [sym_when_expression] = STATE(2871), - [sym_try_expression] = STATE(2871), - [sym_jump_expression] = STATE(2871), - [sym_callable_reference] = STATE(2871), - [sym__prefix_unary_operator] = STATE(1643), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7866), - [sym_annotation] = STATE(1377), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3755), - [sym__return_at] = STATE(264), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(2871), - [sym_long_literal] = STATE(2871), - [sym_boolean_literal] = STATE(2871), - [sym_character_literal] = STATE(2871), - [sym__lexical_identifier] = STATE(3263), - [aux_sym__statement_repeat1] = STATE(5311), - [sym__alpha_identifier] = ACTIONS(537), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1636), - [anon_sym_get] = ACTIONS(537), - [anon_sym_set] = ACTIONS(537), - [anon_sym_this] = ACTIONS(561), - [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1021), - [sym_label] = ACTIONS(1023), - [anon_sym_for] = ACTIONS(1025), - [anon_sym_while] = ACTIONS(1027), - [anon_sym_do] = ACTIONS(573), - [anon_sym_null] = ACTIONS(973), - [anon_sym_if] = ACTIONS(755), - [anon_sym_when] = ACTIONS(579), - [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(757), - [anon_sym_return] = ACTIONS(759), - [anon_sym_continue] = ACTIONS(587), - [anon_sym_break] = ACTIONS(587), - [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(1029), - [anon_sym_DASH] = ACTIONS(1029), - [anon_sym_PLUS_PLUS] = ACTIONS(1031), - [anon_sym_DASH_DASH] = ACTIONS(1031), - [anon_sym_BANG] = ACTIONS(1031), - [anon_sym_data] = ACTIONS(537), - [anon_sym_inner] = ACTIONS(537), - [anon_sym_expect] = ACTIONS(537), - [anon_sym_actual] = ACTIONS(537), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(599), - [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(979), - [sym_integer_literal] = ACTIONS(605), - [sym_hex_literal] = ACTIONS(607), - [sym_bin_literal] = ACTIONS(607), - [anon_sym_true] = ACTIONS(609), - [anon_sym_false] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(611), - [sym__backtick_identifier] = ACTIONS(613), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(615), - }, - [819] = { - [sym__loop_statement] = STATE(3256), - [sym_for_statement] = STATE(3256), - [sym_while_statement] = STATE(3256), - [sym_do_while_statement] = STATE(3256), - [sym_assignment] = STATE(3256), - [sym__expression] = STATE(1528), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(2734), - [sym_parenthesized_expression] = STATE(2734), - [sym_collection_literal] = STATE(2734), - [sym__literal_constant] = STATE(2734), - [sym_string_literal] = STATE(2734), - [sym_lambda_literal] = STATE(2734), - [sym_anonymous_function] = STATE(2734), - [sym__function_literal] = STATE(2734), - [sym_object_literal] = STATE(2734), - [sym_this_expression] = STATE(2734), - [sym_super_expression] = STATE(2734), - [sym_if_expression] = STATE(2734), - [sym_when_expression] = STATE(2734), - [sym_try_expression] = STATE(2734), - [sym_jump_expression] = STATE(2734), - [sym_callable_reference] = STATE(2734), - [sym__prefix_unary_operator] = STATE(2135), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7897), - [sym_annotation] = STATE(1400), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3242), - [sym__return_at] = STATE(255), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(2734), - [sym_long_literal] = STATE(2734), - [sym_boolean_literal] = STATE(2734), - [sym_character_literal] = STATE(2734), - [sym__lexical_identifier] = STATE(2864), - [aux_sym__statement_repeat1] = STATE(5311), - [sym__alpha_identifier] = ACTIONS(111), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1600), - [anon_sym_get] = ACTIONS(111), - [anon_sym_set] = ACTIONS(111), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(813), - [sym_label] = ACTIONS(815), - [anon_sym_for] = ACTIONS(817), - [anon_sym_while] = ACTIONS(819), - [anon_sym_do] = ACTIONS(153), - [anon_sym_null] = ACTIONS(821), - [anon_sym_if] = ACTIONS(157), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(163), - [anon_sym_return] = ACTIONS(165), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(823), - [anon_sym_DASH] = ACTIONS(823), - [anon_sym_PLUS_PLUS] = ACTIONS(825), - [anon_sym_DASH_DASH] = ACTIONS(825), - [anon_sym_BANG] = ACTIONS(825), - [anon_sym_data] = ACTIONS(111), - [anon_sym_inner] = ACTIONS(111), - [anon_sym_expect] = ACTIONS(111), - [anon_sym_actual] = ACTIONS(111), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(827), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), - }, - [820] = { - [sym__loop_statement] = STATE(8662), - [sym_for_statement] = STATE(8662), - [sym_while_statement] = STATE(8662), - [sym_do_while_statement] = STATE(8662), - [sym_assignment] = STATE(8662), - [sym__expression] = STATE(4195), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4455), - [sym_parenthesized_expression] = STATE(4455), - [sym_collection_literal] = STATE(4455), - [sym__literal_constant] = STATE(4455), - [sym_string_literal] = STATE(4455), - [sym_lambda_literal] = STATE(4455), - [sym_anonymous_function] = STATE(4455), - [sym__function_literal] = STATE(4455), - [sym_object_literal] = STATE(4455), - [sym_this_expression] = STATE(4455), - [sym_super_expression] = STATE(4455), - [sym_if_expression] = STATE(4455), - [sym_when_expression] = STATE(4455), - [sym_try_expression] = STATE(4455), - [sym_jump_expression] = STATE(4455), - [sym_callable_reference] = STATE(4455), - [sym__prefix_unary_operator] = STATE(1637), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7901), - [sym_annotation] = STATE(1390), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4990), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4455), - [sym_long_literal] = STATE(4455), - [sym_boolean_literal] = STATE(4455), - [sym_character_literal] = STATE(4455), - [sym__lexical_identifier] = STATE(4529), - [aux_sym__statement_repeat1] = STATE(5311), + [811] = { + [sym__loop_statement] = STATE(8678), + [sym_for_statement] = STATE(8678), + [sym_while_statement] = STATE(8678), + [sym_do_while_statement] = STATE(8678), + [sym_assignment] = STATE(8678), + [sym__expression] = STATE(4189), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4470), + [sym_parenthesized_expression] = STATE(4470), + [sym_collection_literal] = STATE(4470), + [sym__literal_constant] = STATE(4470), + [sym_string_literal] = STATE(4470), + [sym_lambda_literal] = STATE(4470), + [sym_anonymous_function] = STATE(4470), + [sym__function_literal] = STATE(4470), + [sym_object_literal] = STATE(4470), + [sym_this_expression] = STATE(4470), + [sym_super_expression] = STATE(4470), + [sym_if_expression] = STATE(4470), + [sym_when_expression] = STATE(4470), + [sym_try_expression] = STATE(4470), + [sym_jump_expression] = STATE(4470), + [sym_callable_reference] = STATE(4470), + [sym__prefix_unary_operator] = STATE(1926), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7921), + [sym_annotation] = STATE(1369), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4920), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4470), + [sym_long_literal] = STATE(4470), + [sym_boolean_literal] = STATE(4470), + [sym_character_literal] = STATE(4470), + [sym__lexical_identifier] = STATE(4566), + [aux_sym__statement_repeat1] = STATE(5317), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(25), [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1912), - [anon_sym_fun] = ACTIONS(1974), + [anon_sym_object] = ACTIONS(1902), + [anon_sym_fun] = ACTIONS(1982), [anon_sym_get] = ACTIONS(7), [anon_sym_set] = ACTIONS(7), [anon_sym_this] = ACTIONS(39), @@ -132347,843 +131492,201 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(109), }, - [821] = { - [sym__loop_statement] = STATE(4622), - [sym_for_statement] = STATE(4622), - [sym_while_statement] = STATE(4622), - [sym_do_while_statement] = STATE(4622), - [sym_assignment] = STATE(4622), - [sym__expression] = STATE(3047), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4426), - [sym_parenthesized_expression] = STATE(4426), - [sym_collection_literal] = STATE(4426), - [sym__literal_constant] = STATE(4426), - [sym_string_literal] = STATE(4426), - [sym_lambda_literal] = STATE(4426), - [sym_anonymous_function] = STATE(4426), - [sym__function_literal] = STATE(4426), - [sym_object_literal] = STATE(4426), - [sym_this_expression] = STATE(4426), - [sym_super_expression] = STATE(4426), - [sym_if_expression] = STATE(4426), - [sym_when_expression] = STATE(4426), - [sym_try_expression] = STATE(4426), - [sym_jump_expression] = STATE(4426), - [sym_callable_reference] = STATE(4426), - [sym__prefix_unary_operator] = STATE(1661), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7885), - [sym_annotation] = STATE(1418), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4561), - [sym__return_at] = STATE(295), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4426), - [sym_long_literal] = STATE(4426), - [sym_boolean_literal] = STATE(4426), - [sym_character_literal] = STATE(4426), - [sym__lexical_identifier] = STATE(4440), - [aux_sym__statement_repeat1] = STATE(5311), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(1858), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1289), - [sym_label] = ACTIONS(233), - [anon_sym_for] = ACTIONS(235), - [anon_sym_while] = ACTIONS(237), - [anon_sym_do] = ACTIONS(239), - [anon_sym_null] = ACTIONS(241), - [anon_sym_if] = ACTIONS(243), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(249), - [anon_sym_return] = ACTIONS(251), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(257), - [anon_sym_DASH] = ACTIONS(257), - [anon_sym_PLUS_PLUS] = ACTIONS(259), - [anon_sym_DASH_DASH] = ACTIONS(259), - [anon_sym_BANG] = ACTIONS(259), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(271), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), - }, - [822] = { - [sym_type_arguments] = STATE(5093), - [sym__alpha_identifier] = ACTIONS(4130), - [anon_sym_AT] = ACTIONS(4132), - [anon_sym_COLON] = ACTIONS(4134), - [anon_sym_LBRACK] = ACTIONS(4132), - [anon_sym_as] = ACTIONS(4136), - [anon_sym_EQ] = ACTIONS(4136), - [anon_sym_LBRACE] = ACTIONS(4132), - [anon_sym_RBRACE] = ACTIONS(4132), - [anon_sym_LPAREN] = ACTIONS(4138), - [anon_sym_COMMA] = ACTIONS(4132), - [anon_sym_by] = ACTIONS(4136), - [anon_sym_LT] = ACTIONS(4140), - [anon_sym_GT] = ACTIONS(4136), - [anon_sym_where] = ACTIONS(4136), - [anon_sym_object] = ACTIONS(4136), - [anon_sym_fun] = ACTIONS(4136), - [anon_sym_DOT] = ACTIONS(4130), - [anon_sym_SEMI] = ACTIONS(4132), - [anon_sym_get] = ACTIONS(4130), - [anon_sym_set] = ACTIONS(4130), - [anon_sym_this] = ACTIONS(4136), - [anon_sym_super] = ACTIONS(4136), - [sym__quest] = ACTIONS(4130), - [anon_sym_STAR] = ACTIONS(4136), - [sym_label] = ACTIONS(4136), - [anon_sym_in] = ACTIONS(4136), - [anon_sym_DOT_DOT] = ACTIONS(4132), - [anon_sym_QMARK_COLON] = ACTIONS(4132), - [anon_sym_AMP_AMP] = ACTIONS(4132), - [anon_sym_PIPE_PIPE] = ACTIONS(4132), - [anon_sym_null] = ACTIONS(4136), - [anon_sym_if] = ACTIONS(4136), - [anon_sym_else] = ACTIONS(4136), - [anon_sym_when] = ACTIONS(4136), - [anon_sym_try] = ACTIONS(4136), - [anon_sym_throw] = ACTIONS(4136), - [anon_sym_return] = ACTIONS(4136), - [anon_sym_continue] = ACTIONS(4136), - [anon_sym_break] = ACTIONS(4136), - [anon_sym_COLON_COLON] = ACTIONS(4132), - [anon_sym_PLUS_EQ] = ACTIONS(4132), - [anon_sym_DASH_EQ] = ACTIONS(4132), - [anon_sym_STAR_EQ] = ACTIONS(4132), - [anon_sym_SLASH_EQ] = ACTIONS(4132), - [anon_sym_PERCENT_EQ] = ACTIONS(4132), - [anon_sym_BANG_EQ] = ACTIONS(4136), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4132), - [anon_sym_EQ_EQ] = ACTIONS(4136), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4132), - [anon_sym_LT_EQ] = ACTIONS(4132), - [anon_sym_GT_EQ] = ACTIONS(4132), - [anon_sym_BANGin] = ACTIONS(4132), - [anon_sym_is] = ACTIONS(4136), - [anon_sym_BANGis] = ACTIONS(4132), - [anon_sym_PLUS] = ACTIONS(4136), - [anon_sym_DASH] = ACTIONS(4136), - [anon_sym_SLASH] = ACTIONS(4136), - [anon_sym_PERCENT] = ACTIONS(4136), - [anon_sym_as_QMARK] = ACTIONS(4132), - [anon_sym_PLUS_PLUS] = ACTIONS(4132), - [anon_sym_DASH_DASH] = ACTIONS(4132), - [anon_sym_BANG] = ACTIONS(4136), - [anon_sym_BANG_BANG] = ACTIONS(4132), - [anon_sym_suspend] = ACTIONS(4136), - [anon_sym_sealed] = ACTIONS(4136), - [anon_sym_annotation] = ACTIONS(4136), - [anon_sym_data] = ACTIONS(4130), - [anon_sym_inner] = ACTIONS(4130), - [anon_sym_override] = ACTIONS(4136), - [anon_sym_lateinit] = ACTIONS(4136), - [anon_sym_public] = ACTIONS(4136), - [anon_sym_private] = ACTIONS(4136), - [anon_sym_internal] = ACTIONS(4136), - [anon_sym_protected] = ACTIONS(4136), - [anon_sym_tailrec] = ACTIONS(4136), - [anon_sym_operator] = ACTIONS(4136), - [anon_sym_infix] = ACTIONS(4136), - [anon_sym_inline] = ACTIONS(4136), - [anon_sym_external] = ACTIONS(4136), - [sym_property_modifier] = ACTIONS(4136), - [anon_sym_abstract] = ACTIONS(4136), - [anon_sym_final] = ACTIONS(4136), - [anon_sym_open] = ACTIONS(4136), - [anon_sym_vararg] = ACTIONS(4136), - [anon_sym_noinline] = ACTIONS(4136), - [anon_sym_crossinline] = ACTIONS(4136), - [anon_sym_expect] = ACTIONS(4130), - [anon_sym_actual] = ACTIONS(4130), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4132), - [anon_sym_continue_AT] = ACTIONS(4132), - [anon_sym_break_AT] = ACTIONS(4132), - [sym_real_literal] = ACTIONS(4132), - [sym_integer_literal] = ACTIONS(4136), - [sym_hex_literal] = ACTIONS(4132), - [sym_bin_literal] = ACTIONS(4132), - [anon_sym_true] = ACTIONS(4136), - [anon_sym_false] = ACTIONS(4136), - [anon_sym_SQUOTE] = ACTIONS(4132), - [sym__backtick_identifier] = ACTIONS(4138), - [sym__automatic_semicolon] = ACTIONS(4132), - [sym_safe_nav] = ACTIONS(4132), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4132), - }, - [823] = { - [sym__loop_statement] = STATE(1151), - [sym_for_statement] = STATE(1151), - [sym_while_statement] = STATE(1151), - [sym_do_while_statement] = STATE(1151), - [sym_assignment] = STATE(1151), - [sym__expression] = STATE(379), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(767), - [sym_parenthesized_expression] = STATE(767), - [sym_collection_literal] = STATE(767), - [sym__literal_constant] = STATE(767), - [sym_string_literal] = STATE(767), - [sym_lambda_literal] = STATE(767), - [sym_anonymous_function] = STATE(767), - [sym__function_literal] = STATE(767), - [sym_object_literal] = STATE(767), - [sym_this_expression] = STATE(767), - [sym_super_expression] = STATE(767), - [sym_if_expression] = STATE(767), - [sym_when_expression] = STATE(767), - [sym_try_expression] = STATE(767), - [sym_jump_expression] = STATE(767), - [sym_callable_reference] = STATE(767), - [sym__prefix_unary_operator] = STATE(2221), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7882), - [sym_annotation] = STATE(1367), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1054), - [sym__return_at] = STATE(263), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(767), - [sym_long_literal] = STATE(767), - [sym_boolean_literal] = STATE(767), - [sym_character_literal] = STATE(767), - [sym__lexical_identifier] = STATE(866), - [aux_sym__statement_repeat1] = STATE(5311), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1634), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1257), - [sym_label] = ACTIONS(781), - [anon_sym_for] = ACTIONS(783), - [anon_sym_while] = ACTIONS(785), - [anon_sym_do] = ACTIONS(449), - [anon_sym_null] = ACTIONS(451), - [anon_sym_if] = ACTIONS(787), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(789), - [anon_sym_return] = ACTIONS(791), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(793), - [anon_sym_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(795), - [anon_sym_DASH_DASH] = ACTIONS(795), - [anon_sym_BANG] = ACTIONS(795), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(481), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), - }, - [824] = { - [sym__loop_statement] = STATE(9343), - [sym_for_statement] = STATE(9343), - [sym_while_statement] = STATE(9343), - [sym_do_while_statement] = STATE(9343), - [sym_assignment] = STATE(9343), - [sym__expression] = STATE(4172), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4428), - [sym_parenthesized_expression] = STATE(4428), - [sym_collection_literal] = STATE(4428), - [sym__literal_constant] = STATE(4428), - [sym_string_literal] = STATE(4428), - [sym_lambda_literal] = STATE(4428), - [sym_anonymous_function] = STATE(4428), - [sym__function_literal] = STATE(4428), - [sym_object_literal] = STATE(4428), - [sym_this_expression] = STATE(4428), - [sym_super_expression] = STATE(4428), - [sym_if_expression] = STATE(4428), - [sym_when_expression] = STATE(4428), - [sym_try_expression] = STATE(4428), - [sym_jump_expression] = STATE(4428), - [sym_callable_reference] = STATE(4428), - [sym__prefix_unary_operator] = STATE(2049), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7865), - [sym_annotation] = STATE(1362), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4561), - [sym__return_at] = STATE(310), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4428), - [sym_long_literal] = STATE(4428), - [sym_boolean_literal] = STATE(4428), - [sym_character_literal] = STATE(4428), - [sym__lexical_identifier] = STATE(4440), - [aux_sym__statement_repeat1] = STATE(5311), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(1940), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), - [sym_label] = ACTIONS(311), - [anon_sym_for] = ACTIONS(313), - [anon_sym_while] = ACTIONS(315), - [anon_sym_do] = ACTIONS(317), - [anon_sym_null] = ACTIONS(319), - [anon_sym_if] = ACTIONS(321), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(323), - [anon_sym_return] = ACTIONS(325), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(327), - [anon_sym_DASH] = ACTIONS(327), - [anon_sym_PLUS_PLUS] = ACTIONS(329), - [anon_sym_DASH_DASH] = ACTIONS(329), - [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(331), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), - }, - [825] = { - [sym__loop_statement] = STATE(4622), - [sym_for_statement] = STATE(4622), - [sym_while_statement] = STATE(4622), - [sym_do_while_statement] = STATE(4622), - [sym_assignment] = STATE(4622), - [sym__expression] = STATE(4030), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4428), - [sym_parenthesized_expression] = STATE(4428), - [sym_collection_literal] = STATE(4428), - [sym__literal_constant] = STATE(4428), - [sym_string_literal] = STATE(4428), - [sym_lambda_literal] = STATE(4428), - [sym_anonymous_function] = STATE(4428), - [sym__function_literal] = STATE(4428), - [sym_object_literal] = STATE(4428), - [sym_this_expression] = STATE(4428), - [sym_super_expression] = STATE(4428), - [sym_if_expression] = STATE(4428), - [sym_when_expression] = STATE(4428), - [sym_try_expression] = STATE(4428), - [sym_jump_expression] = STATE(4428), - [sym_callable_reference] = STATE(4428), - [sym__prefix_unary_operator] = STATE(2296), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7873), - [sym_annotation] = STATE(1379), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4561), - [sym__return_at] = STATE(295), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4428), - [sym_long_literal] = STATE(4428), - [sym_boolean_literal] = STATE(4428), - [sym_character_literal] = STATE(4428), - [sym__lexical_identifier] = STATE(4440), - [aux_sym__statement_repeat1] = STATE(5311), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(1858), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(845), - [sym_label] = ACTIONS(847), - [anon_sym_for] = ACTIONS(849), - [anon_sym_while] = ACTIONS(851), - [anon_sym_do] = ACTIONS(239), - [anon_sym_null] = ACTIONS(319), - [anon_sym_if] = ACTIONS(243), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(249), - [anon_sym_return] = ACTIONS(251), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(855), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(331), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), - }, - [826] = { - [sym__loop_statement] = STATE(1151), - [sym_for_statement] = STATE(1151), - [sym_while_statement] = STATE(1151), - [sym_do_while_statement] = STATE(1151), - [sym_assignment] = STATE(1151), - [sym__expression] = STATE(518), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(781), - [sym_parenthesized_expression] = STATE(781), - [sym_collection_literal] = STATE(781), - [sym__literal_constant] = STATE(781), - [sym_string_literal] = STATE(781), - [sym_lambda_literal] = STATE(781), - [sym_anonymous_function] = STATE(781), - [sym__function_literal] = STATE(781), - [sym_object_literal] = STATE(781), - [sym_this_expression] = STATE(781), - [sym_super_expression] = STATE(781), - [sym_if_expression] = STATE(781), - [sym_when_expression] = STATE(781), - [sym_try_expression] = STATE(781), - [sym_jump_expression] = STATE(781), - [sym_callable_reference] = STATE(781), - [sym__prefix_unary_operator] = STATE(2238), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7886), - [sym_annotation] = STATE(1340), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1054), - [sym__return_at] = STATE(263), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(781), - [sym_long_literal] = STATE(781), - [sym_boolean_literal] = STATE(781), - [sym_character_literal] = STATE(781), - [sym__lexical_identifier] = STATE(866), - [aux_sym__statement_repeat1] = STATE(5311), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1634), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1047), - [sym_label] = ACTIONS(1049), - [anon_sym_for] = ACTIONS(1051), - [anon_sym_while] = ACTIONS(1053), - [anon_sym_do] = ACTIONS(449), - [anon_sym_null] = ACTIONS(909), - [anon_sym_if] = ACTIONS(787), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(789), - [anon_sym_return] = ACTIONS(791), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(1055), - [anon_sym_DASH] = ACTIONS(1055), - [anon_sym_PLUS_PLUS] = ACTIONS(1057), - [anon_sym_DASH_DASH] = ACTIONS(1057), - [anon_sym_BANG] = ACTIONS(1057), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(915), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), - }, - [827] = { - [sym__loop_statement] = STATE(3256), - [sym_for_statement] = STATE(3256), - [sym_while_statement] = STATE(3256), - [sym_do_while_statement] = STATE(3256), - [sym_assignment] = STATE(3256), - [sym__expression] = STATE(1332), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(2736), - [sym_parenthesized_expression] = STATE(2736), - [sym_collection_literal] = STATE(2736), - [sym__literal_constant] = STATE(2736), - [sym_string_literal] = STATE(2736), - [sym_lambda_literal] = STATE(2736), - [sym_anonymous_function] = STATE(2736), - [sym__function_literal] = STATE(2736), - [sym_object_literal] = STATE(2736), - [sym_this_expression] = STATE(2736), - [sym_super_expression] = STATE(2736), - [sym_if_expression] = STATE(2736), - [sym_when_expression] = STATE(2736), - [sym_try_expression] = STATE(2736), - [sym_jump_expression] = STATE(2736), - [sym_callable_reference] = STATE(2736), - [sym__prefix_unary_operator] = STATE(2195), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7896), - [sym_annotation] = STATE(1385), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3242), - [sym__return_at] = STATE(262), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(2736), - [sym_long_literal] = STATE(2736), - [sym_boolean_literal] = STATE(2736), - [sym_character_literal] = STATE(2736), - [sym__lexical_identifier] = STATE(2864), - [aux_sym__statement_repeat1] = STATE(5311), - [sym__alpha_identifier] = ACTIONS(111), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1632), - [anon_sym_get] = ACTIONS(111), - [anon_sym_set] = ACTIONS(111), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(1251), - [sym_label] = ACTIONS(659), - [anon_sym_for] = ACTIONS(661), - [anon_sym_while] = ACTIONS(663), - [anon_sym_do] = ACTIONS(153), - [anon_sym_null] = ACTIONS(155), - [anon_sym_if] = ACTIONS(665), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(667), - [anon_sym_return] = ACTIONS(669), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(671), - [anon_sym_DASH] = ACTIONS(671), - [anon_sym_PLUS_PLUS] = ACTIONS(673), - [anon_sym_DASH_DASH] = ACTIONS(673), - [anon_sym_BANG] = ACTIONS(673), - [anon_sym_data] = ACTIONS(111), - [anon_sym_inner] = ACTIONS(111), - [anon_sym_expect] = ACTIONS(111), - [anon_sym_actual] = ACTIONS(111), + [812] = { + [sym_type_arguments] = STATE(5112), + [sym__alpha_identifier] = ACTIONS(4107), + [anon_sym_AT] = ACTIONS(4109), + [anon_sym_COLON] = ACTIONS(4111), + [anon_sym_LBRACK] = ACTIONS(4109), + [anon_sym_as] = ACTIONS(4113), + [anon_sym_EQ] = ACTIONS(4113), + [anon_sym_LBRACE] = ACTIONS(4109), + [anon_sym_RBRACE] = ACTIONS(4109), + [anon_sym_LPAREN] = ACTIONS(4115), + [anon_sym_COMMA] = ACTIONS(4109), + [anon_sym_by] = ACTIONS(4113), + [anon_sym_LT] = ACTIONS(4117), + [anon_sym_GT] = ACTIONS(4113), + [anon_sym_where] = ACTIONS(4113), + [anon_sym_object] = ACTIONS(4113), + [anon_sym_fun] = ACTIONS(4113), + [anon_sym_DOT] = ACTIONS(4107), + [anon_sym_SEMI] = ACTIONS(4109), + [anon_sym_get] = ACTIONS(4107), + [anon_sym_set] = ACTIONS(4107), + [anon_sym_this] = ACTIONS(4113), + [anon_sym_super] = ACTIONS(4113), + [sym__quest] = ACTIONS(4107), + [anon_sym_STAR] = ACTIONS(4113), + [sym_label] = ACTIONS(4113), + [anon_sym_in] = ACTIONS(4113), + [anon_sym_DOT_DOT] = ACTIONS(4109), + [anon_sym_QMARK_COLON] = ACTIONS(4109), + [anon_sym_AMP_AMP] = ACTIONS(4109), + [anon_sym_PIPE_PIPE] = ACTIONS(4109), + [anon_sym_null] = ACTIONS(4113), + [anon_sym_if] = ACTIONS(4113), + [anon_sym_else] = ACTIONS(4113), + [anon_sym_when] = ACTIONS(4113), + [anon_sym_try] = ACTIONS(4113), + [anon_sym_throw] = ACTIONS(4113), + [anon_sym_return] = ACTIONS(4113), + [anon_sym_continue] = ACTIONS(4113), + [anon_sym_break] = ACTIONS(4113), + [anon_sym_COLON_COLON] = ACTIONS(4109), + [anon_sym_PLUS_EQ] = ACTIONS(4109), + [anon_sym_DASH_EQ] = ACTIONS(4109), + [anon_sym_STAR_EQ] = ACTIONS(4109), + [anon_sym_SLASH_EQ] = ACTIONS(4109), + [anon_sym_PERCENT_EQ] = ACTIONS(4109), + [anon_sym_BANG_EQ] = ACTIONS(4113), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4109), + [anon_sym_EQ_EQ] = ACTIONS(4113), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4109), + [anon_sym_LT_EQ] = ACTIONS(4109), + [anon_sym_GT_EQ] = ACTIONS(4109), + [anon_sym_BANGin] = ACTIONS(4109), + [anon_sym_is] = ACTIONS(4113), + [anon_sym_BANGis] = ACTIONS(4109), + [anon_sym_PLUS] = ACTIONS(4113), + [anon_sym_DASH] = ACTIONS(4113), + [anon_sym_SLASH] = ACTIONS(4113), + [anon_sym_PERCENT] = ACTIONS(4113), + [anon_sym_as_QMARK] = ACTIONS(4109), + [anon_sym_PLUS_PLUS] = ACTIONS(4109), + [anon_sym_DASH_DASH] = ACTIONS(4109), + [anon_sym_BANG] = ACTIONS(4113), + [anon_sym_BANG_BANG] = ACTIONS(4109), + [anon_sym_suspend] = ACTIONS(4113), + [anon_sym_sealed] = ACTIONS(4113), + [anon_sym_annotation] = ACTIONS(4113), + [anon_sym_data] = ACTIONS(4107), + [anon_sym_inner] = ACTIONS(4107), + [anon_sym_override] = ACTIONS(4113), + [anon_sym_lateinit] = ACTIONS(4113), + [anon_sym_public] = ACTIONS(4113), + [anon_sym_private] = ACTIONS(4113), + [anon_sym_internal] = ACTIONS(4113), + [anon_sym_protected] = ACTIONS(4113), + [anon_sym_tailrec] = ACTIONS(4113), + [anon_sym_operator] = ACTIONS(4113), + [anon_sym_infix] = ACTIONS(4113), + [anon_sym_inline] = ACTIONS(4113), + [anon_sym_external] = ACTIONS(4113), + [sym_property_modifier] = ACTIONS(4113), + [anon_sym_abstract] = ACTIONS(4113), + [anon_sym_final] = ACTIONS(4113), + [anon_sym_open] = ACTIONS(4113), + [anon_sym_vararg] = ACTIONS(4113), + [anon_sym_noinline] = ACTIONS(4113), + [anon_sym_crossinline] = ACTIONS(4113), + [anon_sym_expect] = ACTIONS(4107), + [anon_sym_actual] = ACTIONS(4107), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(185), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), + [anon_sym_return_AT] = ACTIONS(4109), + [anon_sym_continue_AT] = ACTIONS(4109), + [anon_sym_break_AT] = ACTIONS(4109), + [sym_real_literal] = ACTIONS(4109), + [sym_integer_literal] = ACTIONS(4113), + [sym_hex_literal] = ACTIONS(4109), + [sym_bin_literal] = ACTIONS(4109), + [anon_sym_true] = ACTIONS(4113), + [anon_sym_false] = ACTIONS(4113), + [anon_sym_SQUOTE] = ACTIONS(4109), + [sym__backtick_identifier] = ACTIONS(4115), + [sym__automatic_semicolon] = ACTIONS(4109), + [sym_safe_nav] = ACTIONS(4109), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), + [sym__string_start] = ACTIONS(4109), }, - [828] = { - [sym__loop_statement] = STATE(4924), - [sym_for_statement] = STATE(4924), - [sym_while_statement] = STATE(4924), - [sym_do_while_statement] = STATE(4924), - [sym_assignment] = STATE(4924), - [sym__expression] = STATE(4121), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4455), - [sym_parenthesized_expression] = STATE(4455), - [sym_collection_literal] = STATE(4455), - [sym__literal_constant] = STATE(4455), - [sym_string_literal] = STATE(4455), - [sym_lambda_literal] = STATE(4455), - [sym_anonymous_function] = STATE(4455), - [sym__function_literal] = STATE(4455), - [sym_object_literal] = STATE(4455), - [sym_this_expression] = STATE(4455), - [sym_super_expression] = STATE(4455), - [sym_if_expression] = STATE(4455), - [sym_when_expression] = STATE(4455), - [sym_try_expression] = STATE(4455), - [sym_jump_expression] = STATE(4455), - [sym_callable_reference] = STATE(4455), - [sym__prefix_unary_operator] = STATE(1611), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7881), - [sym_annotation] = STATE(1347), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4990), - [sym__return_at] = STATE(303), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4455), - [sym_long_literal] = STATE(4455), - [sym_boolean_literal] = STATE(4455), - [sym_character_literal] = STATE(4455), - [sym__lexical_identifier] = STATE(4529), - [aux_sym__statement_repeat1] = STATE(5311), + [813] = { + [sym__loop_statement] = STATE(4942), + [sym_for_statement] = STATE(4942), + [sym_while_statement] = STATE(4942), + [sym_do_while_statement] = STATE(4942), + [sym_assignment] = STATE(4942), + [sym__expression] = STATE(4155), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4470), + [sym_parenthesized_expression] = STATE(4470), + [sym_collection_literal] = STATE(4470), + [sym__literal_constant] = STATE(4470), + [sym_string_literal] = STATE(4470), + [sym_lambda_literal] = STATE(4470), + [sym_anonymous_function] = STATE(4470), + [sym__function_literal] = STATE(4470), + [sym_object_literal] = STATE(4470), + [sym_this_expression] = STATE(4470), + [sym_super_expression] = STATE(4470), + [sym_if_expression] = STATE(4470), + [sym_when_expression] = STATE(4470), + [sym_try_expression] = STATE(4470), + [sym_jump_expression] = STATE(4470), + [sym_callable_reference] = STATE(4470), + [sym__prefix_unary_operator] = STATE(1988), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7903), + [sym_annotation] = STATE(1382), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4920), + [sym__return_at] = STATE(298), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4470), + [sym_long_literal] = STATE(4470), + [sym_boolean_literal] = STATE(4470), + [sym_character_literal] = STATE(4470), + [sym__lexical_identifier] = STATE(4566), + [aux_sym__statement_repeat1] = STATE(5317), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(25), [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1912), - [anon_sym_fun] = ACTIONS(1914), + [anon_sym_object] = ACTIONS(1902), + [anon_sym_fun] = ACTIONS(1904), [anon_sym_get] = ACTIONS(7), [anon_sym_set] = ACTIONS(7), [anon_sym_this] = ACTIONS(39), [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(873), - [sym_label] = ACTIONS(875), - [anon_sym_for] = ACTIONS(877), - [anon_sym_while] = ACTIONS(879), - [anon_sym_do] = ACTIONS(521), + [anon_sym_STAR] = ACTIONS(937), + [sym_label] = ACTIONS(939), + [anon_sym_for] = ACTIONS(941), + [anon_sym_while] = ACTIONS(943), + [anon_sym_do] = ACTIONS(439), [anon_sym_null] = ACTIONS(53), - [anon_sym_if] = ACTIONS(525), + [anon_sym_if] = ACTIONS(443), [anon_sym_when] = ACTIONS(57), [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(527), - [anon_sym_return] = ACTIONS(529), + [anon_sym_throw] = ACTIONS(445), + [anon_sym_return] = ACTIONS(447), [anon_sym_continue] = ACTIONS(65), [anon_sym_break] = ACTIONS(65), [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(881), - [anon_sym_DASH] = ACTIONS(881), - [anon_sym_PLUS_PLUS] = ACTIONS(883), - [anon_sym_DASH_DASH] = ACTIONS(883), - [anon_sym_BANG] = ACTIONS(883), + [anon_sym_PLUS] = ACTIONS(945), + [anon_sym_DASH] = ACTIONS(945), + [anon_sym_PLUS_PLUS] = ACTIONS(947), + [anon_sym_DASH_DASH] = ACTIONS(947), + [anon_sym_BANG] = ACTIONS(947), [anon_sym_data] = ACTIONS(7), [anon_sym_inner] = ACTIONS(7), [anon_sym_expect] = ACTIONS(7), @@ -133203,402 +131706,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(109), }, - [829] = { - [sym__loop_statement] = STATE(3859), - [sym_for_statement] = STATE(3859), - [sym_while_statement] = STATE(3859), - [sym_do_while_statement] = STATE(3859), - [sym_assignment] = STATE(3859), - [sym__expression] = STATE(1248), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(2891), - [sym_parenthesized_expression] = STATE(2891), - [sym_collection_literal] = STATE(2891), - [sym__literal_constant] = STATE(2891), - [sym_string_literal] = STATE(2891), - [sym_lambda_literal] = STATE(2891), - [sym_anonymous_function] = STATE(2891), - [sym__function_literal] = STATE(2891), - [sym_object_literal] = STATE(2891), - [sym_this_expression] = STATE(2891), - [sym_super_expression] = STATE(2891), - [sym_if_expression] = STATE(2891), - [sym_when_expression] = STATE(2891), - [sym_try_expression] = STATE(2891), - [sym_jump_expression] = STATE(2891), - [sym_callable_reference] = STATE(2891), - [sym__prefix_unary_operator] = STATE(1620), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7889), - [sym_annotation] = STATE(1363), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3755), - [sym__return_at] = STATE(261), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(2891), - [sym_long_literal] = STATE(2891), - [sym_boolean_literal] = STATE(2891), - [sym_character_literal] = STATE(2891), - [sym__lexical_identifier] = STATE(3263), - [aux_sym__statement_repeat1] = STATE(5311), - [sym__alpha_identifier] = ACTIONS(537), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1626), - [anon_sym_get] = ACTIONS(537), - [anon_sym_set] = ACTIONS(537), - [anon_sym_this] = ACTIONS(561), - [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1279), - [sym_label] = ACTIONS(567), - [anon_sym_for] = ACTIONS(569), - [anon_sym_while] = ACTIONS(571), - [anon_sym_do] = ACTIONS(573), - [anon_sym_null] = ACTIONS(575), - [anon_sym_if] = ACTIONS(577), - [anon_sym_when] = ACTIONS(579), - [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(583), - [anon_sym_return] = ACTIONS(585), - [anon_sym_continue] = ACTIONS(587), - [anon_sym_break] = ACTIONS(587), - [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_PLUS_PLUS] = ACTIONS(593), - [anon_sym_DASH_DASH] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_data] = ACTIONS(537), - [anon_sym_inner] = ACTIONS(537), - [anon_sym_expect] = ACTIONS(537), - [anon_sym_actual] = ACTIONS(537), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(599), - [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(603), - [sym_integer_literal] = ACTIONS(605), - [sym_hex_literal] = ACTIONS(607), - [sym_bin_literal] = ACTIONS(607), - [anon_sym_true] = ACTIONS(609), - [anon_sym_false] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(611), - [sym__backtick_identifier] = ACTIONS(613), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(615), - }, - [830] = { - [sym__loop_statement] = STATE(3859), - [sym_for_statement] = STATE(3859), - [sym_while_statement] = STATE(3859), - [sym_do_while_statement] = STATE(3859), - [sym_assignment] = STATE(3859), - [sym__expression] = STATE(2411), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(2871), - [sym_parenthesized_expression] = STATE(2871), - [sym_collection_literal] = STATE(2871), - [sym__literal_constant] = STATE(2871), - [sym_string_literal] = STATE(2871), - [sym_lambda_literal] = STATE(2871), - [sym_anonymous_function] = STATE(2871), - [sym__function_literal] = STATE(2871), - [sym_object_literal] = STATE(2871), - [sym_this_expression] = STATE(2871), - [sym_super_expression] = STATE(2871), - [sym_if_expression] = STATE(2871), - [sym_when_expression] = STATE(2871), - [sym_try_expression] = STATE(2871), - [sym_jump_expression] = STATE(2871), - [sym_callable_reference] = STATE(2871), - [sym__prefix_unary_operator] = STATE(2280), - [sym__postfix_unary_expression] = STATE(7912), - [sym_directly_assignable_expression] = STATE(7880), - [sym_annotation] = STATE(1413), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3755), - [sym__return_at] = STATE(261), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(2871), - [sym_long_literal] = STATE(2871), - [sym_boolean_literal] = STATE(2871), - [sym_character_literal] = STATE(2871), - [sym__lexical_identifier] = STATE(3263), - [aux_sym__statement_repeat1] = STATE(5311), - [sym__alpha_identifier] = ACTIONS(537), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1626), - [anon_sym_get] = ACTIONS(537), - [anon_sym_set] = ACTIONS(537), - [anon_sym_this] = ACTIONS(561), - [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(965), - [sym_label] = ACTIONS(967), - [anon_sym_for] = ACTIONS(969), - [anon_sym_while] = ACTIONS(971), - [anon_sym_do] = ACTIONS(573), - [anon_sym_null] = ACTIONS(973), - [anon_sym_if] = ACTIONS(577), - [anon_sym_when] = ACTIONS(579), - [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(583), - [anon_sym_return] = ACTIONS(585), - [anon_sym_continue] = ACTIONS(587), - [anon_sym_break] = ACTIONS(587), - [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(975), - [anon_sym_DASH] = ACTIONS(975), - [anon_sym_PLUS_PLUS] = ACTIONS(977), - [anon_sym_DASH_DASH] = ACTIONS(977), - [anon_sym_BANG] = ACTIONS(977), - [anon_sym_data] = ACTIONS(537), - [anon_sym_inner] = ACTIONS(537), - [anon_sym_expect] = ACTIONS(537), - [anon_sym_actual] = ACTIONS(537), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(599), - [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(979), - [sym_integer_literal] = ACTIONS(605), - [sym_hex_literal] = ACTIONS(607), - [sym_bin_literal] = ACTIONS(607), - [anon_sym_true] = ACTIONS(609), - [anon_sym_false] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(611), - [sym__backtick_identifier] = ACTIONS(613), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(615), - }, - [831] = { - [aux_sym_user_type_repeat1] = STATE(856), - [sym__alpha_identifier] = ACTIONS(4142), - [anon_sym_AT] = ACTIONS(4144), - [anon_sym_LBRACK] = ACTIONS(4144), - [anon_sym_as] = ACTIONS(4142), - [anon_sym_EQ] = ACTIONS(4142), - [anon_sym_LBRACE] = ACTIONS(4144), - [anon_sym_RBRACE] = ACTIONS(4144), - [anon_sym_LPAREN] = ACTIONS(4144), - [anon_sym_COMMA] = ACTIONS(4144), - [anon_sym_by] = ACTIONS(4142), - [anon_sym_LT] = ACTIONS(4142), - [anon_sym_GT] = ACTIONS(4142), - [anon_sym_where] = ACTIONS(4142), - [anon_sym_object] = ACTIONS(4142), - [anon_sym_fun] = ACTIONS(4142), - [anon_sym_DOT] = ACTIONS(4146), - [anon_sym_SEMI] = ACTIONS(4144), - [anon_sym_get] = ACTIONS(4142), - [anon_sym_set] = ACTIONS(4142), - [anon_sym_this] = ACTIONS(4142), - [anon_sym_super] = ACTIONS(4142), - [sym__quest] = ACTIONS(4142), - [anon_sym_STAR] = ACTIONS(4142), - [sym_label] = ACTIONS(4142), - [anon_sym_in] = ACTIONS(4142), - [anon_sym_DOT_DOT] = ACTIONS(4144), - [anon_sym_QMARK_COLON] = ACTIONS(4144), - [anon_sym_AMP_AMP] = ACTIONS(4144), - [anon_sym_PIPE_PIPE] = ACTIONS(4144), - [anon_sym_null] = ACTIONS(4142), - [anon_sym_if] = ACTIONS(4142), - [anon_sym_else] = ACTIONS(4142), - [anon_sym_when] = ACTIONS(4142), - [anon_sym_try] = ACTIONS(4142), - [anon_sym_throw] = ACTIONS(4142), - [anon_sym_return] = ACTIONS(4142), - [anon_sym_continue] = ACTIONS(4142), - [anon_sym_break] = ACTIONS(4142), - [anon_sym_COLON_COLON] = ACTIONS(4144), - [anon_sym_PLUS_EQ] = ACTIONS(4144), - [anon_sym_DASH_EQ] = ACTIONS(4144), - [anon_sym_STAR_EQ] = ACTIONS(4144), - [anon_sym_SLASH_EQ] = ACTIONS(4144), - [anon_sym_PERCENT_EQ] = ACTIONS(4144), - [anon_sym_BANG_EQ] = ACTIONS(4142), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4144), - [anon_sym_EQ_EQ] = ACTIONS(4142), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4144), - [anon_sym_LT_EQ] = ACTIONS(4144), - [anon_sym_GT_EQ] = ACTIONS(4144), - [anon_sym_BANGin] = ACTIONS(4144), - [anon_sym_is] = ACTIONS(4142), - [anon_sym_BANGis] = ACTIONS(4144), - [anon_sym_PLUS] = ACTIONS(4142), - [anon_sym_DASH] = ACTIONS(4142), - [anon_sym_SLASH] = ACTIONS(4142), - [anon_sym_PERCENT] = ACTIONS(4142), - [anon_sym_as_QMARK] = ACTIONS(4144), - [anon_sym_PLUS_PLUS] = ACTIONS(4144), - [anon_sym_DASH_DASH] = ACTIONS(4144), - [anon_sym_BANG] = ACTIONS(4142), - [anon_sym_BANG_BANG] = ACTIONS(4144), - [anon_sym_suspend] = ACTIONS(4142), - [anon_sym_sealed] = ACTIONS(4142), - [anon_sym_annotation] = ACTIONS(4142), - [anon_sym_data] = ACTIONS(4142), - [anon_sym_inner] = ACTIONS(4142), - [anon_sym_override] = ACTIONS(4142), - [anon_sym_lateinit] = ACTIONS(4142), - [anon_sym_public] = ACTIONS(4142), - [anon_sym_private] = ACTIONS(4142), - [anon_sym_internal] = ACTIONS(4142), - [anon_sym_protected] = ACTIONS(4142), - [anon_sym_tailrec] = ACTIONS(4142), - [anon_sym_operator] = ACTIONS(4142), - [anon_sym_infix] = ACTIONS(4142), - [anon_sym_inline] = ACTIONS(4142), - [anon_sym_external] = ACTIONS(4142), - [sym_property_modifier] = ACTIONS(4142), - [anon_sym_abstract] = ACTIONS(4142), - [anon_sym_final] = ACTIONS(4142), - [anon_sym_open] = ACTIONS(4142), - [anon_sym_vararg] = ACTIONS(4142), - [anon_sym_noinline] = ACTIONS(4142), - [anon_sym_crossinline] = ACTIONS(4142), - [anon_sym_expect] = ACTIONS(4142), - [anon_sym_actual] = ACTIONS(4142), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4144), - [anon_sym_continue_AT] = ACTIONS(4144), - [anon_sym_break_AT] = ACTIONS(4144), - [sym_real_literal] = ACTIONS(4144), - [sym_integer_literal] = ACTIONS(4142), - [sym_hex_literal] = ACTIONS(4144), - [sym_bin_literal] = ACTIONS(4144), - [anon_sym_true] = ACTIONS(4142), - [anon_sym_false] = ACTIONS(4142), - [anon_sym_SQUOTE] = ACTIONS(4144), - [sym__backtick_identifier] = ACTIONS(4144), - [sym__automatic_semicolon] = ACTIONS(4144), - [sym_safe_nav] = ACTIONS(4144), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4144), - }, - [832] = { - [sym_getter] = STATE(3149), - [sym_setter] = STATE(3149), - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(1738), - [sym__comparison_operator] = STATE(1739), - [sym__in_operator] = STATE(1740), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(1741), - [sym__multiplicative_operator] = STATE(1742), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_modifiers] = STATE(8592), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1744), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [aux_sym_modifiers_repeat1] = STATE(5441), + [814] = { + [sym_getter] = STATE(3701), + [sym_setter] = STATE(3701), + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(2211), + [sym__comparison_operator] = STATE(2219), + [sym__in_operator] = STATE(2104), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(2248), + [sym__multiplicative_operator] = STATE(2250), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_modifiers] = STATE(8943), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2251), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_RPAREN] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_RBRACE] = ACTIONS(1780), + [anon_sym_LPAREN] = ACTIONS(3572), + [anon_sym_COMMA] = ACTIONS(1780), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(4149), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(4151), - [anon_sym_get] = ACTIONS(4153), - [anon_sym_set] = ACTIONS(4155), - [anon_sym_STAR] = ACTIONS(4157), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(4159), - [anon_sym_while] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(4161), - [anon_sym_QMARK_COLON] = ACTIONS(4163), - [anon_sym_AMP_AMP] = ACTIONS(4165), - [anon_sym_PIPE_PIPE] = ACTIONS(4167), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_BANG_EQ] = ACTIONS(4169), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4171), - [anon_sym_EQ_EQ] = ACTIONS(4169), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4171), - [anon_sym_LT_EQ] = ACTIONS(4173), - [anon_sym_GT_EQ] = ACTIONS(4173), - [anon_sym_BANGin] = ACTIONS(4175), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), - [anon_sym_PLUS] = ACTIONS(4177), - [anon_sym_DASH] = ACTIONS(4177), - [anon_sym_SLASH] = ACTIONS(4179), - [anon_sym_PERCENT] = ACTIONS(4157), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), + [anon_sym_GT] = ACTIONS(4053), + [anon_sym_where] = ACTIONS(1778), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(4119), + [anon_sym_get] = ACTIONS(4057), + [anon_sym_set] = ACTIONS(4059), + [anon_sym_STAR] = ACTIONS(4061), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(4063), + [anon_sym_DOT_DOT] = ACTIONS(4065), + [anon_sym_QMARK_COLON] = ACTIONS(4067), + [anon_sym_AMP_AMP] = ACTIONS(4069), + [anon_sym_PIPE_PIPE] = ACTIONS(4071), + [anon_sym_else] = ACTIONS(1778), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_BANG_EQ] = ACTIONS(4073), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4075), + [anon_sym_EQ_EQ] = ACTIONS(4073), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4075), + [anon_sym_LT_EQ] = ACTIONS(4077), + [anon_sym_GT_EQ] = ACTIONS(4077), + [anon_sym_BANGin] = ACTIONS(4079), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), + [anon_sym_PLUS] = ACTIONS(4081), + [anon_sym_DASH] = ACTIONS(4081), + [anon_sym_SLASH] = ACTIONS(4083), + [anon_sym_PERCENT] = ACTIONS(4061), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -133626,1569 +131809,193 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), + [sym__automatic_semicolon] = ACTIONS(1780), + [sym_safe_nav] = ACTIONS(3598), [sym_multiline_comment] = ACTIONS(3), }, - [833] = { - [sym_class_body] = STATE(1120), - [sym_type_constraints] = STATE(988), - [sym__alpha_identifier] = ACTIONS(3214), - [anon_sym_AT] = ACTIONS(3218), - [anon_sym_COLON] = ACTIONS(3216), - [anon_sym_LBRACK] = ACTIONS(3218), - [anon_sym_as] = ACTIONS(3214), - [anon_sym_EQ] = ACTIONS(3214), - [anon_sym_LBRACE] = ACTIONS(3156), - [anon_sym_RBRACE] = ACTIONS(3218), - [anon_sym_LPAREN] = ACTIONS(3218), - [anon_sym_COMMA] = ACTIONS(3218), - [anon_sym_LT] = ACTIONS(3214), - [anon_sym_GT] = ACTIONS(3214), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(3214), - [anon_sym_fun] = ACTIONS(3214), - [anon_sym_DOT] = ACTIONS(3214), - [anon_sym_SEMI] = ACTIONS(3218), - [anon_sym_get] = ACTIONS(3214), - [anon_sym_set] = ACTIONS(3214), - [anon_sym_this] = ACTIONS(3214), - [anon_sym_super] = ACTIONS(3214), - [anon_sym_STAR] = ACTIONS(3214), - [sym_label] = ACTIONS(3214), - [anon_sym_in] = ACTIONS(3214), - [anon_sym_DOT_DOT] = ACTIONS(3218), - [anon_sym_QMARK_COLON] = ACTIONS(3218), - [anon_sym_AMP_AMP] = ACTIONS(3218), - [anon_sym_PIPE_PIPE] = ACTIONS(3218), - [anon_sym_null] = ACTIONS(3214), - [anon_sym_if] = ACTIONS(3214), - [anon_sym_else] = ACTIONS(3214), - [anon_sym_when] = ACTIONS(3214), - [anon_sym_try] = ACTIONS(3214), - [anon_sym_throw] = ACTIONS(3214), - [anon_sym_return] = ACTIONS(3214), - [anon_sym_continue] = ACTIONS(3214), - [anon_sym_break] = ACTIONS(3214), - [anon_sym_COLON_COLON] = ACTIONS(3218), - [anon_sym_PLUS_EQ] = ACTIONS(3218), - [anon_sym_DASH_EQ] = ACTIONS(3218), - [anon_sym_STAR_EQ] = ACTIONS(3218), - [anon_sym_SLASH_EQ] = ACTIONS(3218), - [anon_sym_PERCENT_EQ] = ACTIONS(3218), - [anon_sym_BANG_EQ] = ACTIONS(3214), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3218), - [anon_sym_EQ_EQ] = ACTIONS(3214), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3218), - [anon_sym_LT_EQ] = ACTIONS(3218), - [anon_sym_GT_EQ] = ACTIONS(3218), - [anon_sym_BANGin] = ACTIONS(3218), - [anon_sym_is] = ACTIONS(3214), - [anon_sym_BANGis] = ACTIONS(3218), - [anon_sym_PLUS] = ACTIONS(3214), - [anon_sym_DASH] = ACTIONS(3214), - [anon_sym_SLASH] = ACTIONS(3214), - [anon_sym_PERCENT] = ACTIONS(3214), - [anon_sym_as_QMARK] = ACTIONS(3218), - [anon_sym_PLUS_PLUS] = ACTIONS(3218), - [anon_sym_DASH_DASH] = ACTIONS(3218), - [anon_sym_BANG] = ACTIONS(3214), - [anon_sym_BANG_BANG] = ACTIONS(3218), - [anon_sym_suspend] = ACTIONS(3214), - [anon_sym_sealed] = ACTIONS(3214), - [anon_sym_annotation] = ACTIONS(3214), - [anon_sym_data] = ACTIONS(3214), - [anon_sym_inner] = ACTIONS(3214), - [anon_sym_override] = ACTIONS(3214), - [anon_sym_lateinit] = ACTIONS(3214), - [anon_sym_public] = ACTIONS(3214), - [anon_sym_private] = ACTIONS(3214), - [anon_sym_internal] = ACTIONS(3214), - [anon_sym_protected] = ACTIONS(3214), - [anon_sym_tailrec] = ACTIONS(3214), - [anon_sym_operator] = ACTIONS(3214), - [anon_sym_infix] = ACTIONS(3214), - [anon_sym_inline] = ACTIONS(3214), - [anon_sym_external] = ACTIONS(3214), - [sym_property_modifier] = ACTIONS(3214), - [anon_sym_abstract] = ACTIONS(3214), - [anon_sym_final] = ACTIONS(3214), - [anon_sym_open] = ACTIONS(3214), - [anon_sym_vararg] = ACTIONS(3214), - [anon_sym_noinline] = ACTIONS(3214), - [anon_sym_crossinline] = ACTIONS(3214), - [anon_sym_expect] = ACTIONS(3214), - [anon_sym_actual] = ACTIONS(3214), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3218), - [anon_sym_continue_AT] = ACTIONS(3218), - [anon_sym_break_AT] = ACTIONS(3218), - [sym_real_literal] = ACTIONS(3218), - [sym_integer_literal] = ACTIONS(3214), - [sym_hex_literal] = ACTIONS(3218), - [sym_bin_literal] = ACTIONS(3218), - [anon_sym_true] = ACTIONS(3214), - [anon_sym_false] = ACTIONS(3214), - [anon_sym_SQUOTE] = ACTIONS(3218), - [sym__backtick_identifier] = ACTIONS(3218), - [sym__automatic_semicolon] = ACTIONS(3218), - [sym_safe_nav] = ACTIONS(3218), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3218), - }, - [834] = { - [sym_type_constraints] = STATE(1013), - [sym_enum_class_body] = STATE(1076), - [sym__alpha_identifier] = ACTIONS(3190), - [anon_sym_AT] = ACTIONS(3194), - [anon_sym_COLON] = ACTIONS(3228), - [anon_sym_LBRACK] = ACTIONS(3194), - [anon_sym_as] = ACTIONS(3190), - [anon_sym_EQ] = ACTIONS(3190), - [anon_sym_LBRACE] = ACTIONS(3144), - [anon_sym_RBRACE] = ACTIONS(3194), - [anon_sym_LPAREN] = ACTIONS(3194), - [anon_sym_COMMA] = ACTIONS(3194), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3190), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(3190), - [anon_sym_fun] = ACTIONS(3190), - [anon_sym_DOT] = ACTIONS(3190), - [anon_sym_SEMI] = ACTIONS(3194), - [anon_sym_get] = ACTIONS(3190), - [anon_sym_set] = ACTIONS(3190), - [anon_sym_this] = ACTIONS(3190), - [anon_sym_super] = ACTIONS(3190), - [anon_sym_STAR] = ACTIONS(3190), - [sym_label] = ACTIONS(3190), - [anon_sym_in] = ACTIONS(3190), - [anon_sym_DOT_DOT] = ACTIONS(3194), - [anon_sym_QMARK_COLON] = ACTIONS(3194), - [anon_sym_AMP_AMP] = ACTIONS(3194), - [anon_sym_PIPE_PIPE] = ACTIONS(3194), - [anon_sym_null] = ACTIONS(3190), - [anon_sym_if] = ACTIONS(3190), - [anon_sym_else] = ACTIONS(3190), - [anon_sym_when] = ACTIONS(3190), - [anon_sym_try] = ACTIONS(3190), - [anon_sym_throw] = ACTIONS(3190), - [anon_sym_return] = ACTIONS(3190), - [anon_sym_continue] = ACTIONS(3190), - [anon_sym_break] = ACTIONS(3190), - [anon_sym_COLON_COLON] = ACTIONS(3194), - [anon_sym_PLUS_EQ] = ACTIONS(3194), - [anon_sym_DASH_EQ] = ACTIONS(3194), - [anon_sym_STAR_EQ] = ACTIONS(3194), - [anon_sym_SLASH_EQ] = ACTIONS(3194), - [anon_sym_PERCENT_EQ] = ACTIONS(3194), - [anon_sym_BANG_EQ] = ACTIONS(3190), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3194), - [anon_sym_EQ_EQ] = ACTIONS(3190), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3194), - [anon_sym_LT_EQ] = ACTIONS(3194), - [anon_sym_GT_EQ] = ACTIONS(3194), - [anon_sym_BANGin] = ACTIONS(3194), - [anon_sym_is] = ACTIONS(3190), - [anon_sym_BANGis] = ACTIONS(3194), - [anon_sym_PLUS] = ACTIONS(3190), - [anon_sym_DASH] = ACTIONS(3190), - [anon_sym_SLASH] = ACTIONS(3190), - [anon_sym_PERCENT] = ACTIONS(3190), - [anon_sym_as_QMARK] = ACTIONS(3194), - [anon_sym_PLUS_PLUS] = ACTIONS(3194), - [anon_sym_DASH_DASH] = ACTIONS(3194), - [anon_sym_BANG] = ACTIONS(3190), - [anon_sym_BANG_BANG] = ACTIONS(3194), - [anon_sym_suspend] = ACTIONS(3190), - [anon_sym_sealed] = ACTIONS(3190), - [anon_sym_annotation] = ACTIONS(3190), - [anon_sym_data] = ACTIONS(3190), - [anon_sym_inner] = ACTIONS(3190), - [anon_sym_override] = ACTIONS(3190), - [anon_sym_lateinit] = ACTIONS(3190), - [anon_sym_public] = ACTIONS(3190), - [anon_sym_private] = ACTIONS(3190), - [anon_sym_internal] = ACTIONS(3190), - [anon_sym_protected] = ACTIONS(3190), - [anon_sym_tailrec] = ACTIONS(3190), - [anon_sym_operator] = ACTIONS(3190), - [anon_sym_infix] = ACTIONS(3190), - [anon_sym_inline] = ACTIONS(3190), - [anon_sym_external] = ACTIONS(3190), - [sym_property_modifier] = ACTIONS(3190), - [anon_sym_abstract] = ACTIONS(3190), - [anon_sym_final] = ACTIONS(3190), - [anon_sym_open] = ACTIONS(3190), - [anon_sym_vararg] = ACTIONS(3190), - [anon_sym_noinline] = ACTIONS(3190), - [anon_sym_crossinline] = ACTIONS(3190), - [anon_sym_expect] = ACTIONS(3190), - [anon_sym_actual] = ACTIONS(3190), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3194), - [anon_sym_continue_AT] = ACTIONS(3194), - [anon_sym_break_AT] = ACTIONS(3194), - [sym_real_literal] = ACTIONS(3194), - [sym_integer_literal] = ACTIONS(3190), - [sym_hex_literal] = ACTIONS(3194), - [sym_bin_literal] = ACTIONS(3194), - [anon_sym_true] = ACTIONS(3190), - [anon_sym_false] = ACTIONS(3190), - [anon_sym_SQUOTE] = ACTIONS(3194), - [sym__backtick_identifier] = ACTIONS(3194), - [sym__automatic_semicolon] = ACTIONS(3194), - [sym_safe_nav] = ACTIONS(3194), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3194), - }, - [835] = { - [sym_type_constraints] = STATE(939), - [sym_function_body] = STATE(1171), - [sym__block] = STATE(1128), - [sym__alpha_identifier] = ACTIONS(4181), - [anon_sym_AT] = ACTIONS(4183), - [anon_sym_LBRACK] = ACTIONS(4183), - [anon_sym_as] = ACTIONS(4181), - [anon_sym_EQ] = ACTIONS(4079), - [anon_sym_LBRACE] = ACTIONS(4081), - [anon_sym_RBRACE] = ACTIONS(4183), - [anon_sym_LPAREN] = ACTIONS(4183), - [anon_sym_COMMA] = ACTIONS(4183), - [anon_sym_LT] = ACTIONS(4181), - [anon_sym_GT] = ACTIONS(4181), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(4181), - [anon_sym_fun] = ACTIONS(4181), - [anon_sym_DOT] = ACTIONS(4181), - [anon_sym_SEMI] = ACTIONS(4183), - [anon_sym_get] = ACTIONS(4181), - [anon_sym_set] = ACTIONS(4181), - [anon_sym_this] = ACTIONS(4181), - [anon_sym_super] = ACTIONS(4181), - [anon_sym_STAR] = ACTIONS(4181), - [sym_label] = ACTIONS(4181), - [anon_sym_in] = ACTIONS(4181), - [anon_sym_DOT_DOT] = ACTIONS(4183), - [anon_sym_QMARK_COLON] = ACTIONS(4183), - [anon_sym_AMP_AMP] = ACTIONS(4183), - [anon_sym_PIPE_PIPE] = ACTIONS(4183), - [anon_sym_null] = ACTIONS(4181), - [anon_sym_if] = ACTIONS(4181), - [anon_sym_else] = ACTIONS(4181), - [anon_sym_when] = ACTIONS(4181), - [anon_sym_try] = ACTIONS(4181), - [anon_sym_throw] = ACTIONS(4181), - [anon_sym_return] = ACTIONS(4181), - [anon_sym_continue] = ACTIONS(4181), - [anon_sym_break] = ACTIONS(4181), - [anon_sym_COLON_COLON] = ACTIONS(4183), - [anon_sym_PLUS_EQ] = ACTIONS(4183), - [anon_sym_DASH_EQ] = ACTIONS(4183), - [anon_sym_STAR_EQ] = ACTIONS(4183), - [anon_sym_SLASH_EQ] = ACTIONS(4183), - [anon_sym_PERCENT_EQ] = ACTIONS(4183), - [anon_sym_BANG_EQ] = ACTIONS(4181), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4183), - [anon_sym_EQ_EQ] = ACTIONS(4181), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4183), - [anon_sym_LT_EQ] = ACTIONS(4183), - [anon_sym_GT_EQ] = ACTIONS(4183), - [anon_sym_BANGin] = ACTIONS(4183), - [anon_sym_is] = ACTIONS(4181), - [anon_sym_BANGis] = ACTIONS(4183), - [anon_sym_PLUS] = ACTIONS(4181), - [anon_sym_DASH] = ACTIONS(4181), - [anon_sym_SLASH] = ACTIONS(4181), - [anon_sym_PERCENT] = ACTIONS(4181), - [anon_sym_as_QMARK] = ACTIONS(4183), - [anon_sym_PLUS_PLUS] = ACTIONS(4183), - [anon_sym_DASH_DASH] = ACTIONS(4183), - [anon_sym_BANG] = ACTIONS(4181), - [anon_sym_BANG_BANG] = ACTIONS(4183), - [anon_sym_suspend] = ACTIONS(4181), - [anon_sym_sealed] = ACTIONS(4181), - [anon_sym_annotation] = ACTIONS(4181), - [anon_sym_data] = ACTIONS(4181), - [anon_sym_inner] = ACTIONS(4181), - [anon_sym_override] = ACTIONS(4181), - [anon_sym_lateinit] = ACTIONS(4181), - [anon_sym_public] = ACTIONS(4181), - [anon_sym_private] = ACTIONS(4181), - [anon_sym_internal] = ACTIONS(4181), - [anon_sym_protected] = ACTIONS(4181), - [anon_sym_tailrec] = ACTIONS(4181), - [anon_sym_operator] = ACTIONS(4181), - [anon_sym_infix] = ACTIONS(4181), - [anon_sym_inline] = ACTIONS(4181), - [anon_sym_external] = ACTIONS(4181), - [sym_property_modifier] = ACTIONS(4181), - [anon_sym_abstract] = ACTIONS(4181), - [anon_sym_final] = ACTIONS(4181), - [anon_sym_open] = ACTIONS(4181), - [anon_sym_vararg] = ACTIONS(4181), - [anon_sym_noinline] = ACTIONS(4181), - [anon_sym_crossinline] = ACTIONS(4181), - [anon_sym_expect] = ACTIONS(4181), - [anon_sym_actual] = ACTIONS(4181), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4183), - [anon_sym_continue_AT] = ACTIONS(4183), - [anon_sym_break_AT] = ACTIONS(4183), - [sym_real_literal] = ACTIONS(4183), - [sym_integer_literal] = ACTIONS(4181), - [sym_hex_literal] = ACTIONS(4183), - [sym_bin_literal] = ACTIONS(4183), - [anon_sym_true] = ACTIONS(4181), - [anon_sym_false] = ACTIONS(4181), - [anon_sym_SQUOTE] = ACTIONS(4183), - [sym__backtick_identifier] = ACTIONS(4183), - [sym__automatic_semicolon] = ACTIONS(4183), - [sym_safe_nav] = ACTIONS(4183), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4183), - }, - [836] = { - [sym_class_body] = STATE(1076), - [sym_type_constraints] = STATE(1034), - [sym__alpha_identifier] = ACTIONS(3190), - [anon_sym_AT] = ACTIONS(3194), - [anon_sym_COLON] = ACTIONS(3200), - [anon_sym_LBRACK] = ACTIONS(3194), - [anon_sym_as] = ACTIONS(3190), - [anon_sym_EQ] = ACTIONS(3190), - [anon_sym_LBRACE] = ACTIONS(3156), - [anon_sym_RBRACE] = ACTIONS(3194), - [anon_sym_LPAREN] = ACTIONS(3194), - [anon_sym_COMMA] = ACTIONS(3194), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3190), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(3190), - [anon_sym_fun] = ACTIONS(3190), - [anon_sym_DOT] = ACTIONS(3190), - [anon_sym_SEMI] = ACTIONS(3194), - [anon_sym_get] = ACTIONS(3190), - [anon_sym_set] = ACTIONS(3190), - [anon_sym_this] = ACTIONS(3190), - [anon_sym_super] = ACTIONS(3190), - [anon_sym_STAR] = ACTIONS(3190), - [sym_label] = ACTIONS(3190), - [anon_sym_in] = ACTIONS(3190), - [anon_sym_DOT_DOT] = ACTIONS(3194), - [anon_sym_QMARK_COLON] = ACTIONS(3194), - [anon_sym_AMP_AMP] = ACTIONS(3194), - [anon_sym_PIPE_PIPE] = ACTIONS(3194), - [anon_sym_null] = ACTIONS(3190), - [anon_sym_if] = ACTIONS(3190), - [anon_sym_else] = ACTIONS(3190), - [anon_sym_when] = ACTIONS(3190), - [anon_sym_try] = ACTIONS(3190), - [anon_sym_throw] = ACTIONS(3190), - [anon_sym_return] = ACTIONS(3190), - [anon_sym_continue] = ACTIONS(3190), - [anon_sym_break] = ACTIONS(3190), - [anon_sym_COLON_COLON] = ACTIONS(3194), - [anon_sym_PLUS_EQ] = ACTIONS(3194), - [anon_sym_DASH_EQ] = ACTIONS(3194), - [anon_sym_STAR_EQ] = ACTIONS(3194), - [anon_sym_SLASH_EQ] = ACTIONS(3194), - [anon_sym_PERCENT_EQ] = ACTIONS(3194), - [anon_sym_BANG_EQ] = ACTIONS(3190), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3194), - [anon_sym_EQ_EQ] = ACTIONS(3190), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3194), - [anon_sym_LT_EQ] = ACTIONS(3194), - [anon_sym_GT_EQ] = ACTIONS(3194), - [anon_sym_BANGin] = ACTIONS(3194), - [anon_sym_is] = ACTIONS(3190), - [anon_sym_BANGis] = ACTIONS(3194), - [anon_sym_PLUS] = ACTIONS(3190), - [anon_sym_DASH] = ACTIONS(3190), - [anon_sym_SLASH] = ACTIONS(3190), - [anon_sym_PERCENT] = ACTIONS(3190), - [anon_sym_as_QMARK] = ACTIONS(3194), - [anon_sym_PLUS_PLUS] = ACTIONS(3194), - [anon_sym_DASH_DASH] = ACTIONS(3194), - [anon_sym_BANG] = ACTIONS(3190), - [anon_sym_BANG_BANG] = ACTIONS(3194), - [anon_sym_suspend] = ACTIONS(3190), - [anon_sym_sealed] = ACTIONS(3190), - [anon_sym_annotation] = ACTIONS(3190), - [anon_sym_data] = ACTIONS(3190), - [anon_sym_inner] = ACTIONS(3190), - [anon_sym_override] = ACTIONS(3190), - [anon_sym_lateinit] = ACTIONS(3190), - [anon_sym_public] = ACTIONS(3190), - [anon_sym_private] = ACTIONS(3190), - [anon_sym_internal] = ACTIONS(3190), - [anon_sym_protected] = ACTIONS(3190), - [anon_sym_tailrec] = ACTIONS(3190), - [anon_sym_operator] = ACTIONS(3190), - [anon_sym_infix] = ACTIONS(3190), - [anon_sym_inline] = ACTIONS(3190), - [anon_sym_external] = ACTIONS(3190), - [sym_property_modifier] = ACTIONS(3190), - [anon_sym_abstract] = ACTIONS(3190), - [anon_sym_final] = ACTIONS(3190), - [anon_sym_open] = ACTIONS(3190), - [anon_sym_vararg] = ACTIONS(3190), - [anon_sym_noinline] = ACTIONS(3190), - [anon_sym_crossinline] = ACTIONS(3190), - [anon_sym_expect] = ACTIONS(3190), - [anon_sym_actual] = ACTIONS(3190), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3194), - [anon_sym_continue_AT] = ACTIONS(3194), - [anon_sym_break_AT] = ACTIONS(3194), - [sym_real_literal] = ACTIONS(3194), - [sym_integer_literal] = ACTIONS(3190), - [sym_hex_literal] = ACTIONS(3194), - [sym_bin_literal] = ACTIONS(3194), - [anon_sym_true] = ACTIONS(3190), - [anon_sym_false] = ACTIONS(3190), - [anon_sym_SQUOTE] = ACTIONS(3194), - [sym__backtick_identifier] = ACTIONS(3194), - [sym__automatic_semicolon] = ACTIONS(3194), - [sym_safe_nav] = ACTIONS(3194), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3194), - }, - [837] = { - [aux_sym_nullable_type_repeat1] = STATE(855), - [sym__alpha_identifier] = ACTIONS(4185), - [anon_sym_AT] = ACTIONS(4187), - [anon_sym_LBRACK] = ACTIONS(4187), - [anon_sym_as] = ACTIONS(4185), - [anon_sym_EQ] = ACTIONS(4185), - [anon_sym_LBRACE] = ACTIONS(4187), - [anon_sym_RBRACE] = ACTIONS(4187), - [anon_sym_LPAREN] = ACTIONS(4187), - [anon_sym_COMMA] = ACTIONS(4187), - [anon_sym_by] = ACTIONS(4185), - [anon_sym_LT] = ACTIONS(4185), - [anon_sym_GT] = ACTIONS(4185), - [anon_sym_where] = ACTIONS(4185), - [anon_sym_object] = ACTIONS(4185), - [anon_sym_fun] = ACTIONS(4185), - [anon_sym_DOT] = ACTIONS(4185), - [anon_sym_SEMI] = ACTIONS(4187), - [anon_sym_get] = ACTIONS(4185), - [anon_sym_set] = ACTIONS(4185), - [anon_sym_this] = ACTIONS(4185), - [anon_sym_super] = ACTIONS(4185), - [sym__quest] = ACTIONS(4189), - [anon_sym_STAR] = ACTIONS(4185), - [sym_label] = ACTIONS(4185), - [anon_sym_in] = ACTIONS(4185), - [anon_sym_DOT_DOT] = ACTIONS(4187), - [anon_sym_QMARK_COLON] = ACTIONS(4187), - [anon_sym_AMP_AMP] = ACTIONS(4187), - [anon_sym_PIPE_PIPE] = ACTIONS(4187), - [anon_sym_null] = ACTIONS(4185), - [anon_sym_if] = ACTIONS(4185), - [anon_sym_else] = ACTIONS(4185), - [anon_sym_when] = ACTIONS(4185), - [anon_sym_try] = ACTIONS(4185), - [anon_sym_throw] = ACTIONS(4185), - [anon_sym_return] = ACTIONS(4185), - [anon_sym_continue] = ACTIONS(4185), - [anon_sym_break] = ACTIONS(4185), - [anon_sym_COLON_COLON] = ACTIONS(4187), - [anon_sym_PLUS_EQ] = ACTIONS(4187), - [anon_sym_DASH_EQ] = ACTIONS(4187), - [anon_sym_STAR_EQ] = ACTIONS(4187), - [anon_sym_SLASH_EQ] = ACTIONS(4187), - [anon_sym_PERCENT_EQ] = ACTIONS(4187), - [anon_sym_BANG_EQ] = ACTIONS(4185), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4187), - [anon_sym_EQ_EQ] = ACTIONS(4185), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4187), - [anon_sym_LT_EQ] = ACTIONS(4187), - [anon_sym_GT_EQ] = ACTIONS(4187), - [anon_sym_BANGin] = ACTIONS(4187), - [anon_sym_is] = ACTIONS(4185), - [anon_sym_BANGis] = ACTIONS(4187), - [anon_sym_PLUS] = ACTIONS(4185), - [anon_sym_DASH] = ACTIONS(4185), - [anon_sym_SLASH] = ACTIONS(4185), - [anon_sym_PERCENT] = ACTIONS(4185), - [anon_sym_as_QMARK] = ACTIONS(4187), - [anon_sym_PLUS_PLUS] = ACTIONS(4187), - [anon_sym_DASH_DASH] = ACTIONS(4187), - [anon_sym_BANG] = ACTIONS(4185), - [anon_sym_BANG_BANG] = ACTIONS(4187), - [anon_sym_suspend] = ACTIONS(4185), - [anon_sym_sealed] = ACTIONS(4185), - [anon_sym_annotation] = ACTIONS(4185), - [anon_sym_data] = ACTIONS(4185), - [anon_sym_inner] = ACTIONS(4185), - [anon_sym_override] = ACTIONS(4185), - [anon_sym_lateinit] = ACTIONS(4185), - [anon_sym_public] = ACTIONS(4185), - [anon_sym_private] = ACTIONS(4185), - [anon_sym_internal] = ACTIONS(4185), - [anon_sym_protected] = ACTIONS(4185), - [anon_sym_tailrec] = ACTIONS(4185), - [anon_sym_operator] = ACTIONS(4185), - [anon_sym_infix] = ACTIONS(4185), - [anon_sym_inline] = ACTIONS(4185), - [anon_sym_external] = ACTIONS(4185), - [sym_property_modifier] = ACTIONS(4185), - [anon_sym_abstract] = ACTIONS(4185), - [anon_sym_final] = ACTIONS(4185), - [anon_sym_open] = ACTIONS(4185), - [anon_sym_vararg] = ACTIONS(4185), - [anon_sym_noinline] = ACTIONS(4185), - [anon_sym_crossinline] = ACTIONS(4185), - [anon_sym_expect] = ACTIONS(4185), - [anon_sym_actual] = ACTIONS(4185), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4187), - [anon_sym_continue_AT] = ACTIONS(4187), - [anon_sym_break_AT] = ACTIONS(4187), - [sym_real_literal] = ACTIONS(4187), - [sym_integer_literal] = ACTIONS(4185), - [sym_hex_literal] = ACTIONS(4187), - [sym_bin_literal] = ACTIONS(4187), - [anon_sym_true] = ACTIONS(4185), - [anon_sym_false] = ACTIONS(4185), - [anon_sym_SQUOTE] = ACTIONS(4187), - [sym__backtick_identifier] = ACTIONS(4187), - [sym__automatic_semicolon] = ACTIONS(4187), - [sym_safe_nav] = ACTIONS(4187), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4187), - }, - [838] = { - [sym_function_body] = STATE(1091), - [sym__block] = STATE(1128), - [sym__alpha_identifier] = ACTIONS(4191), - [anon_sym_AT] = ACTIONS(4193), - [anon_sym_COLON] = ACTIONS(4195), - [anon_sym_LBRACK] = ACTIONS(4193), - [anon_sym_as] = ACTIONS(4191), - [anon_sym_EQ] = ACTIONS(4079), - [anon_sym_LBRACE] = ACTIONS(4081), - [anon_sym_RBRACE] = ACTIONS(4193), - [anon_sym_LPAREN] = ACTIONS(4193), - [anon_sym_COMMA] = ACTIONS(4193), - [anon_sym_LT] = ACTIONS(4191), - [anon_sym_GT] = ACTIONS(4191), - [anon_sym_where] = ACTIONS(4191), - [anon_sym_object] = ACTIONS(4191), - [anon_sym_fun] = ACTIONS(4191), - [anon_sym_DOT] = ACTIONS(4191), - [anon_sym_SEMI] = ACTIONS(4193), - [anon_sym_get] = ACTIONS(4191), - [anon_sym_set] = ACTIONS(4191), - [anon_sym_this] = ACTIONS(4191), - [anon_sym_super] = ACTIONS(4191), - [anon_sym_STAR] = ACTIONS(4191), - [sym_label] = ACTIONS(4191), - [anon_sym_in] = ACTIONS(4191), - [anon_sym_DOT_DOT] = ACTIONS(4193), - [anon_sym_QMARK_COLON] = ACTIONS(4193), - [anon_sym_AMP_AMP] = ACTIONS(4193), - [anon_sym_PIPE_PIPE] = ACTIONS(4193), - [anon_sym_null] = ACTIONS(4191), - [anon_sym_if] = ACTIONS(4191), - [anon_sym_else] = ACTIONS(4191), - [anon_sym_when] = ACTIONS(4191), - [anon_sym_try] = ACTIONS(4191), - [anon_sym_throw] = ACTIONS(4191), - [anon_sym_return] = ACTIONS(4191), - [anon_sym_continue] = ACTIONS(4191), - [anon_sym_break] = ACTIONS(4191), - [anon_sym_COLON_COLON] = ACTIONS(4193), - [anon_sym_PLUS_EQ] = ACTIONS(4193), - [anon_sym_DASH_EQ] = ACTIONS(4193), - [anon_sym_STAR_EQ] = ACTIONS(4193), - [anon_sym_SLASH_EQ] = ACTIONS(4193), - [anon_sym_PERCENT_EQ] = ACTIONS(4193), - [anon_sym_BANG_EQ] = ACTIONS(4191), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4193), - [anon_sym_EQ_EQ] = ACTIONS(4191), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4193), - [anon_sym_LT_EQ] = ACTIONS(4193), - [anon_sym_GT_EQ] = ACTIONS(4193), - [anon_sym_BANGin] = ACTIONS(4193), - [anon_sym_is] = ACTIONS(4191), - [anon_sym_BANGis] = ACTIONS(4193), - [anon_sym_PLUS] = ACTIONS(4191), - [anon_sym_DASH] = ACTIONS(4191), - [anon_sym_SLASH] = ACTIONS(4191), - [anon_sym_PERCENT] = ACTIONS(4191), - [anon_sym_as_QMARK] = ACTIONS(4193), - [anon_sym_PLUS_PLUS] = ACTIONS(4193), - [anon_sym_DASH_DASH] = ACTIONS(4193), - [anon_sym_BANG] = ACTIONS(4191), - [anon_sym_BANG_BANG] = ACTIONS(4193), - [anon_sym_suspend] = ACTIONS(4191), - [anon_sym_sealed] = ACTIONS(4191), - [anon_sym_annotation] = ACTIONS(4191), - [anon_sym_data] = ACTIONS(4191), - [anon_sym_inner] = ACTIONS(4191), - [anon_sym_override] = ACTIONS(4191), - [anon_sym_lateinit] = ACTIONS(4191), - [anon_sym_public] = ACTIONS(4191), - [anon_sym_private] = ACTIONS(4191), - [anon_sym_internal] = ACTIONS(4191), - [anon_sym_protected] = ACTIONS(4191), - [anon_sym_tailrec] = ACTIONS(4191), - [anon_sym_operator] = ACTIONS(4191), - [anon_sym_infix] = ACTIONS(4191), - [anon_sym_inline] = ACTIONS(4191), - [anon_sym_external] = ACTIONS(4191), - [sym_property_modifier] = ACTIONS(4191), - [anon_sym_abstract] = ACTIONS(4191), - [anon_sym_final] = ACTIONS(4191), - [anon_sym_open] = ACTIONS(4191), - [anon_sym_vararg] = ACTIONS(4191), - [anon_sym_noinline] = ACTIONS(4191), - [anon_sym_crossinline] = ACTIONS(4191), - [anon_sym_expect] = ACTIONS(4191), - [anon_sym_actual] = ACTIONS(4191), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4193), - [anon_sym_continue_AT] = ACTIONS(4193), - [anon_sym_break_AT] = ACTIONS(4193), - [sym_real_literal] = ACTIONS(4193), - [sym_integer_literal] = ACTIONS(4191), - [sym_hex_literal] = ACTIONS(4193), - [sym_bin_literal] = ACTIONS(4193), - [anon_sym_true] = ACTIONS(4191), - [anon_sym_false] = ACTIONS(4191), - [anon_sym_SQUOTE] = ACTIONS(4193), - [sym__backtick_identifier] = ACTIONS(4193), - [sym__automatic_semicolon] = ACTIONS(4193), - [sym_safe_nav] = ACTIONS(4193), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4193), - }, - [839] = { - [sym_type_constraints] = STATE(1028), - [sym_enum_class_body] = STATE(1042), - [sym__alpha_identifier] = ACTIONS(4197), - [anon_sym_AT] = ACTIONS(4199), - [anon_sym_COLON] = ACTIONS(4201), - [anon_sym_LBRACK] = ACTIONS(4199), - [anon_sym_as] = ACTIONS(4197), - [anon_sym_EQ] = ACTIONS(4197), - [anon_sym_LBRACE] = ACTIONS(3144), - [anon_sym_RBRACE] = ACTIONS(4199), - [anon_sym_LPAREN] = ACTIONS(4199), - [anon_sym_COMMA] = ACTIONS(4199), - [anon_sym_LT] = ACTIONS(4197), - [anon_sym_GT] = ACTIONS(4197), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(4197), - [anon_sym_fun] = ACTIONS(4197), - [anon_sym_DOT] = ACTIONS(4197), - [anon_sym_SEMI] = ACTIONS(4199), - [anon_sym_get] = ACTIONS(4197), - [anon_sym_set] = ACTIONS(4197), - [anon_sym_this] = ACTIONS(4197), - [anon_sym_super] = ACTIONS(4197), - [anon_sym_STAR] = ACTIONS(4197), - [sym_label] = ACTIONS(4197), - [anon_sym_in] = ACTIONS(4197), - [anon_sym_DOT_DOT] = ACTIONS(4199), - [anon_sym_QMARK_COLON] = ACTIONS(4199), - [anon_sym_AMP_AMP] = ACTIONS(4199), - [anon_sym_PIPE_PIPE] = ACTIONS(4199), - [anon_sym_null] = ACTIONS(4197), - [anon_sym_if] = ACTIONS(4197), - [anon_sym_else] = ACTIONS(4197), - [anon_sym_when] = ACTIONS(4197), - [anon_sym_try] = ACTIONS(4197), - [anon_sym_throw] = ACTIONS(4197), - [anon_sym_return] = ACTIONS(4197), - [anon_sym_continue] = ACTIONS(4197), - [anon_sym_break] = ACTIONS(4197), - [anon_sym_COLON_COLON] = ACTIONS(4199), - [anon_sym_PLUS_EQ] = ACTIONS(4199), - [anon_sym_DASH_EQ] = ACTIONS(4199), - [anon_sym_STAR_EQ] = ACTIONS(4199), - [anon_sym_SLASH_EQ] = ACTIONS(4199), - [anon_sym_PERCENT_EQ] = ACTIONS(4199), - [anon_sym_BANG_EQ] = ACTIONS(4197), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4199), - [anon_sym_EQ_EQ] = ACTIONS(4197), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4199), - [anon_sym_LT_EQ] = ACTIONS(4199), - [anon_sym_GT_EQ] = ACTIONS(4199), - [anon_sym_BANGin] = ACTIONS(4199), - [anon_sym_is] = ACTIONS(4197), - [anon_sym_BANGis] = ACTIONS(4199), - [anon_sym_PLUS] = ACTIONS(4197), - [anon_sym_DASH] = ACTIONS(4197), - [anon_sym_SLASH] = ACTIONS(4197), - [anon_sym_PERCENT] = ACTIONS(4197), - [anon_sym_as_QMARK] = ACTIONS(4199), - [anon_sym_PLUS_PLUS] = ACTIONS(4199), - [anon_sym_DASH_DASH] = ACTIONS(4199), - [anon_sym_BANG] = ACTIONS(4197), - [anon_sym_BANG_BANG] = ACTIONS(4199), - [anon_sym_suspend] = ACTIONS(4197), - [anon_sym_sealed] = ACTIONS(4197), - [anon_sym_annotation] = ACTIONS(4197), - [anon_sym_data] = ACTIONS(4197), - [anon_sym_inner] = ACTIONS(4197), - [anon_sym_override] = ACTIONS(4197), - [anon_sym_lateinit] = ACTIONS(4197), - [anon_sym_public] = ACTIONS(4197), - [anon_sym_private] = ACTIONS(4197), - [anon_sym_internal] = ACTIONS(4197), - [anon_sym_protected] = ACTIONS(4197), - [anon_sym_tailrec] = ACTIONS(4197), - [anon_sym_operator] = ACTIONS(4197), - [anon_sym_infix] = ACTIONS(4197), - [anon_sym_inline] = ACTIONS(4197), - [anon_sym_external] = ACTIONS(4197), - [sym_property_modifier] = ACTIONS(4197), - [anon_sym_abstract] = ACTIONS(4197), - [anon_sym_final] = ACTIONS(4197), - [anon_sym_open] = ACTIONS(4197), - [anon_sym_vararg] = ACTIONS(4197), - [anon_sym_noinline] = ACTIONS(4197), - [anon_sym_crossinline] = ACTIONS(4197), - [anon_sym_expect] = ACTIONS(4197), - [anon_sym_actual] = ACTIONS(4197), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4199), - [anon_sym_continue_AT] = ACTIONS(4199), - [anon_sym_break_AT] = ACTIONS(4199), - [sym_real_literal] = ACTIONS(4199), - [sym_integer_literal] = ACTIONS(4197), - [sym_hex_literal] = ACTIONS(4199), - [sym_bin_literal] = ACTIONS(4199), - [anon_sym_true] = ACTIONS(4197), - [anon_sym_false] = ACTIONS(4197), - [anon_sym_SQUOTE] = ACTIONS(4199), - [sym__backtick_identifier] = ACTIONS(4199), - [sym__automatic_semicolon] = ACTIONS(4199), - [sym_safe_nav] = ACTIONS(4199), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4199), - }, - [840] = { - [sym_class_body] = STATE(1042), - [sym_type_constraints] = STATE(1018), - [sym__alpha_identifier] = ACTIONS(4197), - [anon_sym_AT] = ACTIONS(4199), - [anon_sym_COLON] = ACTIONS(4203), - [anon_sym_LBRACK] = ACTIONS(4199), - [anon_sym_as] = ACTIONS(4197), - [anon_sym_EQ] = ACTIONS(4197), - [anon_sym_LBRACE] = ACTIONS(3156), - [anon_sym_RBRACE] = ACTIONS(4199), - [anon_sym_LPAREN] = ACTIONS(4199), - [anon_sym_COMMA] = ACTIONS(4199), - [anon_sym_LT] = ACTIONS(4197), - [anon_sym_GT] = ACTIONS(4197), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(4197), - [anon_sym_fun] = ACTIONS(4197), - [anon_sym_DOT] = ACTIONS(4197), - [anon_sym_SEMI] = ACTIONS(4199), - [anon_sym_get] = ACTIONS(4197), - [anon_sym_set] = ACTIONS(4197), - [anon_sym_this] = ACTIONS(4197), - [anon_sym_super] = ACTIONS(4197), - [anon_sym_STAR] = ACTIONS(4197), - [sym_label] = ACTIONS(4197), - [anon_sym_in] = ACTIONS(4197), - [anon_sym_DOT_DOT] = ACTIONS(4199), - [anon_sym_QMARK_COLON] = ACTIONS(4199), - [anon_sym_AMP_AMP] = ACTIONS(4199), - [anon_sym_PIPE_PIPE] = ACTIONS(4199), - [anon_sym_null] = ACTIONS(4197), - [anon_sym_if] = ACTIONS(4197), - [anon_sym_else] = ACTIONS(4197), - [anon_sym_when] = ACTIONS(4197), - [anon_sym_try] = ACTIONS(4197), - [anon_sym_throw] = ACTIONS(4197), - [anon_sym_return] = ACTIONS(4197), - [anon_sym_continue] = ACTIONS(4197), - [anon_sym_break] = ACTIONS(4197), - [anon_sym_COLON_COLON] = ACTIONS(4199), - [anon_sym_PLUS_EQ] = ACTIONS(4199), - [anon_sym_DASH_EQ] = ACTIONS(4199), - [anon_sym_STAR_EQ] = ACTIONS(4199), - [anon_sym_SLASH_EQ] = ACTIONS(4199), - [anon_sym_PERCENT_EQ] = ACTIONS(4199), - [anon_sym_BANG_EQ] = ACTIONS(4197), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4199), - [anon_sym_EQ_EQ] = ACTIONS(4197), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4199), - [anon_sym_LT_EQ] = ACTIONS(4199), - [anon_sym_GT_EQ] = ACTIONS(4199), - [anon_sym_BANGin] = ACTIONS(4199), - [anon_sym_is] = ACTIONS(4197), - [anon_sym_BANGis] = ACTIONS(4199), - [anon_sym_PLUS] = ACTIONS(4197), - [anon_sym_DASH] = ACTIONS(4197), - [anon_sym_SLASH] = ACTIONS(4197), - [anon_sym_PERCENT] = ACTIONS(4197), - [anon_sym_as_QMARK] = ACTIONS(4199), - [anon_sym_PLUS_PLUS] = ACTIONS(4199), - [anon_sym_DASH_DASH] = ACTIONS(4199), - [anon_sym_BANG] = ACTIONS(4197), - [anon_sym_BANG_BANG] = ACTIONS(4199), - [anon_sym_suspend] = ACTIONS(4197), - [anon_sym_sealed] = ACTIONS(4197), - [anon_sym_annotation] = ACTIONS(4197), - [anon_sym_data] = ACTIONS(4197), - [anon_sym_inner] = ACTIONS(4197), - [anon_sym_override] = ACTIONS(4197), - [anon_sym_lateinit] = ACTIONS(4197), - [anon_sym_public] = ACTIONS(4197), - [anon_sym_private] = ACTIONS(4197), - [anon_sym_internal] = ACTIONS(4197), - [anon_sym_protected] = ACTIONS(4197), - [anon_sym_tailrec] = ACTIONS(4197), - [anon_sym_operator] = ACTIONS(4197), - [anon_sym_infix] = ACTIONS(4197), - [anon_sym_inline] = ACTIONS(4197), - [anon_sym_external] = ACTIONS(4197), - [sym_property_modifier] = ACTIONS(4197), - [anon_sym_abstract] = ACTIONS(4197), - [anon_sym_final] = ACTIONS(4197), - [anon_sym_open] = ACTIONS(4197), - [anon_sym_vararg] = ACTIONS(4197), - [anon_sym_noinline] = ACTIONS(4197), - [anon_sym_crossinline] = ACTIONS(4197), - [anon_sym_expect] = ACTIONS(4197), - [anon_sym_actual] = ACTIONS(4197), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4199), - [anon_sym_continue_AT] = ACTIONS(4199), - [anon_sym_break_AT] = ACTIONS(4199), - [sym_real_literal] = ACTIONS(4199), - [sym_integer_literal] = ACTIONS(4197), - [sym_hex_literal] = ACTIONS(4199), - [sym_bin_literal] = ACTIONS(4199), - [anon_sym_true] = ACTIONS(4197), - [anon_sym_false] = ACTIONS(4197), - [anon_sym_SQUOTE] = ACTIONS(4199), - [sym__backtick_identifier] = ACTIONS(4199), - [sym__automatic_semicolon] = ACTIONS(4199), - [sym_safe_nav] = ACTIONS(4199), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4199), - }, - [841] = { - [sym_type_constraints] = STATE(1191), - [sym_function_body] = STATE(1061), - [sym__block] = STATE(1128), - [sym__alpha_identifier] = ACTIONS(4083), - [anon_sym_AT] = ACTIONS(4085), - [anon_sym_COLON] = ACTIONS(4205), - [anon_sym_LBRACK] = ACTIONS(4085), - [anon_sym_as] = ACTIONS(4083), - [anon_sym_EQ] = ACTIONS(4207), - [anon_sym_LBRACE] = ACTIONS(4081), - [anon_sym_RBRACE] = ACTIONS(4085), - [anon_sym_LPAREN] = ACTIONS(4085), - [anon_sym_LT] = ACTIONS(4083), - [anon_sym_GT] = ACTIONS(4083), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(4083), - [anon_sym_fun] = ACTIONS(4083), - [anon_sym_DOT] = ACTIONS(4083), - [anon_sym_SEMI] = ACTIONS(4085), - [anon_sym_get] = ACTIONS(4083), - [anon_sym_set] = ACTIONS(4083), - [anon_sym_this] = ACTIONS(4083), - [anon_sym_super] = ACTIONS(4083), - [anon_sym_STAR] = ACTIONS(4083), - [sym_label] = ACTIONS(4083), - [anon_sym_in] = ACTIONS(4083), - [anon_sym_DOT_DOT] = ACTIONS(4085), - [anon_sym_QMARK_COLON] = ACTIONS(4085), - [anon_sym_AMP_AMP] = ACTIONS(4085), - [anon_sym_PIPE_PIPE] = ACTIONS(4085), - [anon_sym_null] = ACTIONS(4083), - [anon_sym_if] = ACTIONS(4083), - [anon_sym_else] = ACTIONS(4083), - [anon_sym_when] = ACTIONS(4083), - [anon_sym_try] = ACTIONS(4083), - [anon_sym_throw] = ACTIONS(4083), - [anon_sym_return] = ACTIONS(4083), - [anon_sym_continue] = ACTIONS(4083), - [anon_sym_break] = ACTIONS(4083), - [anon_sym_COLON_COLON] = ACTIONS(4085), - [anon_sym_PLUS_EQ] = ACTIONS(4085), - [anon_sym_DASH_EQ] = ACTIONS(4085), - [anon_sym_STAR_EQ] = ACTIONS(4085), - [anon_sym_SLASH_EQ] = ACTIONS(4085), - [anon_sym_PERCENT_EQ] = ACTIONS(4085), - [anon_sym_BANG_EQ] = ACTIONS(4083), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4085), - [anon_sym_EQ_EQ] = ACTIONS(4083), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4085), - [anon_sym_LT_EQ] = ACTIONS(4085), - [anon_sym_GT_EQ] = ACTIONS(4085), - [anon_sym_BANGin] = ACTIONS(4085), - [anon_sym_is] = ACTIONS(4083), - [anon_sym_BANGis] = ACTIONS(4085), - [anon_sym_PLUS] = ACTIONS(4083), - [anon_sym_DASH] = ACTIONS(4083), - [anon_sym_SLASH] = ACTIONS(4083), - [anon_sym_PERCENT] = ACTIONS(4083), - [anon_sym_as_QMARK] = ACTIONS(4085), - [anon_sym_PLUS_PLUS] = ACTIONS(4085), - [anon_sym_DASH_DASH] = ACTIONS(4085), - [anon_sym_BANG] = ACTIONS(4083), - [anon_sym_BANG_BANG] = ACTIONS(4085), - [anon_sym_suspend] = ACTIONS(4083), - [anon_sym_sealed] = ACTIONS(4083), - [anon_sym_annotation] = ACTIONS(4083), - [anon_sym_data] = ACTIONS(4083), - [anon_sym_inner] = ACTIONS(4083), - [anon_sym_override] = ACTIONS(4083), - [anon_sym_lateinit] = ACTIONS(4083), - [anon_sym_public] = ACTIONS(4083), - [anon_sym_private] = ACTIONS(4083), - [anon_sym_internal] = ACTIONS(4083), - [anon_sym_protected] = ACTIONS(4083), - [anon_sym_tailrec] = ACTIONS(4083), - [anon_sym_operator] = ACTIONS(4083), - [anon_sym_infix] = ACTIONS(4083), - [anon_sym_inline] = ACTIONS(4083), - [anon_sym_external] = ACTIONS(4083), - [sym_property_modifier] = ACTIONS(4083), - [anon_sym_abstract] = ACTIONS(4083), - [anon_sym_final] = ACTIONS(4083), - [anon_sym_open] = ACTIONS(4083), - [anon_sym_vararg] = ACTIONS(4083), - [anon_sym_noinline] = ACTIONS(4083), - [anon_sym_crossinline] = ACTIONS(4083), - [anon_sym_expect] = ACTIONS(4083), - [anon_sym_actual] = ACTIONS(4083), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4085), - [anon_sym_continue_AT] = ACTIONS(4085), - [anon_sym_break_AT] = ACTIONS(4085), - [sym_real_literal] = ACTIONS(4085), - [sym_integer_literal] = ACTIONS(4083), - [sym_hex_literal] = ACTIONS(4085), - [sym_bin_literal] = ACTIONS(4085), - [anon_sym_true] = ACTIONS(4083), - [anon_sym_false] = ACTIONS(4083), - [anon_sym_SQUOTE] = ACTIONS(4085), - [sym__backtick_identifier] = ACTIONS(4085), - [sym__automatic_semicolon] = ACTIONS(4085), - [sym_safe_nav] = ACTIONS(4085), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4085), - }, - [842] = { - [sym_type_constraints] = STATE(1015), - [sym_enum_class_body] = STATE(1077), - [sym__alpha_identifier] = ACTIONS(3204), - [anon_sym_AT] = ACTIONS(3208), - [anon_sym_COLON] = ACTIONS(3222), - [anon_sym_LBRACK] = ACTIONS(3208), - [anon_sym_as] = ACTIONS(3204), - [anon_sym_EQ] = ACTIONS(3204), - [anon_sym_LBRACE] = ACTIONS(3144), - [anon_sym_RBRACE] = ACTIONS(3208), - [anon_sym_LPAREN] = ACTIONS(3208), - [anon_sym_COMMA] = ACTIONS(3208), - [anon_sym_LT] = ACTIONS(3204), - [anon_sym_GT] = ACTIONS(3204), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(3204), - [anon_sym_fun] = ACTIONS(3204), - [anon_sym_DOT] = ACTIONS(3204), - [anon_sym_SEMI] = ACTIONS(3208), - [anon_sym_get] = ACTIONS(3204), - [anon_sym_set] = ACTIONS(3204), - [anon_sym_this] = ACTIONS(3204), - [anon_sym_super] = ACTIONS(3204), - [anon_sym_STAR] = ACTIONS(3204), - [sym_label] = ACTIONS(3204), - [anon_sym_in] = ACTIONS(3204), - [anon_sym_DOT_DOT] = ACTIONS(3208), - [anon_sym_QMARK_COLON] = ACTIONS(3208), - [anon_sym_AMP_AMP] = ACTIONS(3208), - [anon_sym_PIPE_PIPE] = ACTIONS(3208), - [anon_sym_null] = ACTIONS(3204), - [anon_sym_if] = ACTIONS(3204), - [anon_sym_else] = ACTIONS(3204), - [anon_sym_when] = ACTIONS(3204), - [anon_sym_try] = ACTIONS(3204), - [anon_sym_throw] = ACTIONS(3204), - [anon_sym_return] = ACTIONS(3204), - [anon_sym_continue] = ACTIONS(3204), - [anon_sym_break] = ACTIONS(3204), - [anon_sym_COLON_COLON] = ACTIONS(3208), - [anon_sym_PLUS_EQ] = ACTIONS(3208), - [anon_sym_DASH_EQ] = ACTIONS(3208), - [anon_sym_STAR_EQ] = ACTIONS(3208), - [anon_sym_SLASH_EQ] = ACTIONS(3208), - [anon_sym_PERCENT_EQ] = ACTIONS(3208), - [anon_sym_BANG_EQ] = ACTIONS(3204), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3208), - [anon_sym_EQ_EQ] = ACTIONS(3204), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3208), - [anon_sym_LT_EQ] = ACTIONS(3208), - [anon_sym_GT_EQ] = ACTIONS(3208), - [anon_sym_BANGin] = ACTIONS(3208), - [anon_sym_is] = ACTIONS(3204), - [anon_sym_BANGis] = ACTIONS(3208), - [anon_sym_PLUS] = ACTIONS(3204), - [anon_sym_DASH] = ACTIONS(3204), - [anon_sym_SLASH] = ACTIONS(3204), - [anon_sym_PERCENT] = ACTIONS(3204), - [anon_sym_as_QMARK] = ACTIONS(3208), - [anon_sym_PLUS_PLUS] = ACTIONS(3208), - [anon_sym_DASH_DASH] = ACTIONS(3208), - [anon_sym_BANG] = ACTIONS(3204), - [anon_sym_BANG_BANG] = ACTIONS(3208), - [anon_sym_suspend] = ACTIONS(3204), - [anon_sym_sealed] = ACTIONS(3204), - [anon_sym_annotation] = ACTIONS(3204), - [anon_sym_data] = ACTIONS(3204), - [anon_sym_inner] = ACTIONS(3204), - [anon_sym_override] = ACTIONS(3204), - [anon_sym_lateinit] = ACTIONS(3204), - [anon_sym_public] = ACTIONS(3204), - [anon_sym_private] = ACTIONS(3204), - [anon_sym_internal] = ACTIONS(3204), - [anon_sym_protected] = ACTIONS(3204), - [anon_sym_tailrec] = ACTIONS(3204), - [anon_sym_operator] = ACTIONS(3204), - [anon_sym_infix] = ACTIONS(3204), - [anon_sym_inline] = ACTIONS(3204), - [anon_sym_external] = ACTIONS(3204), - [sym_property_modifier] = ACTIONS(3204), - [anon_sym_abstract] = ACTIONS(3204), - [anon_sym_final] = ACTIONS(3204), - [anon_sym_open] = ACTIONS(3204), - [anon_sym_vararg] = ACTIONS(3204), - [anon_sym_noinline] = ACTIONS(3204), - [anon_sym_crossinline] = ACTIONS(3204), - [anon_sym_expect] = ACTIONS(3204), - [anon_sym_actual] = ACTIONS(3204), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3208), - [anon_sym_continue_AT] = ACTIONS(3208), - [anon_sym_break_AT] = ACTIONS(3208), - [sym_real_literal] = ACTIONS(3208), - [sym_integer_literal] = ACTIONS(3204), - [sym_hex_literal] = ACTIONS(3208), - [sym_bin_literal] = ACTIONS(3208), - [anon_sym_true] = ACTIONS(3204), - [anon_sym_false] = ACTIONS(3204), - [anon_sym_SQUOTE] = ACTIONS(3208), - [sym__backtick_identifier] = ACTIONS(3208), - [sym__automatic_semicolon] = ACTIONS(3208), - [sym_safe_nav] = ACTIONS(3208), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3208), + [815] = { + [sym__loop_statement] = STATE(3684), + [sym_for_statement] = STATE(3684), + [sym_while_statement] = STATE(3684), + [sym_do_while_statement] = STATE(3684), + [sym_assignment] = STATE(3684), + [sym__expression] = STATE(1271), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(2895), + [sym_parenthesized_expression] = STATE(2895), + [sym_collection_literal] = STATE(2895), + [sym__literal_constant] = STATE(2895), + [sym_string_literal] = STATE(2895), + [sym_lambda_literal] = STATE(2895), + [sym_anonymous_function] = STATE(2895), + [sym__function_literal] = STATE(2895), + [sym_object_literal] = STATE(2895), + [sym_this_expression] = STATE(2895), + [sym_super_expression] = STATE(2895), + [sym_if_expression] = STATE(2895), + [sym_when_expression] = STATE(2895), + [sym_try_expression] = STATE(2895), + [sym_jump_expression] = STATE(2895), + [sym_callable_reference] = STATE(2895), + [sym__prefix_unary_operator] = STATE(1807), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7923), + [sym_annotation] = STATE(1379), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3725), + [sym__return_at] = STATE(261), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(2895), + [sym_long_literal] = STATE(2895), + [sym_boolean_literal] = STATE(2895), + [sym_character_literal] = STATE(2895), + [sym__lexical_identifier] = STATE(3382), + [aux_sym__statement_repeat1] = STATE(5317), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1626), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1311), + [sym_label] = ACTIONS(485), + [anon_sym_for] = ACTIONS(487), + [anon_sym_while] = ACTIONS(489), + [anon_sym_do] = ACTIONS(491), + [anon_sym_null] = ACTIONS(493), + [anon_sym_if] = ACTIONS(495), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(501), + [anon_sym_return] = ACTIONS(503), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(509), + [anon_sym_DASH] = ACTIONS(509), + [anon_sym_PLUS_PLUS] = ACTIONS(511), + [anon_sym_DASH_DASH] = ACTIONS(511), + [anon_sym_BANG] = ACTIONS(511), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(523), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), }, - [843] = { - [sym_type_constraints] = STATE(1192), - [sym_function_body] = STATE(1096), - [sym__block] = STATE(1128), - [sym__alpha_identifier] = ACTIONS(4073), - [anon_sym_AT] = ACTIONS(4075), - [anon_sym_COLON] = ACTIONS(4209), - [anon_sym_LBRACK] = ACTIONS(4075), - [anon_sym_as] = ACTIONS(4073), - [anon_sym_EQ] = ACTIONS(4207), - [anon_sym_LBRACE] = ACTIONS(4081), - [anon_sym_RBRACE] = ACTIONS(4075), - [anon_sym_LPAREN] = ACTIONS(4075), - [anon_sym_LT] = ACTIONS(4073), - [anon_sym_GT] = ACTIONS(4073), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(4073), - [anon_sym_fun] = ACTIONS(4073), - [anon_sym_DOT] = ACTIONS(4073), - [anon_sym_SEMI] = ACTIONS(4075), - [anon_sym_get] = ACTIONS(4073), - [anon_sym_set] = ACTIONS(4073), - [anon_sym_this] = ACTIONS(4073), - [anon_sym_super] = ACTIONS(4073), - [anon_sym_STAR] = ACTIONS(4073), - [sym_label] = ACTIONS(4073), - [anon_sym_in] = ACTIONS(4073), - [anon_sym_DOT_DOT] = ACTIONS(4075), - [anon_sym_QMARK_COLON] = ACTIONS(4075), - [anon_sym_AMP_AMP] = ACTIONS(4075), - [anon_sym_PIPE_PIPE] = ACTIONS(4075), - [anon_sym_null] = ACTIONS(4073), - [anon_sym_if] = ACTIONS(4073), - [anon_sym_else] = ACTIONS(4073), - [anon_sym_when] = ACTIONS(4073), - [anon_sym_try] = ACTIONS(4073), - [anon_sym_throw] = ACTIONS(4073), - [anon_sym_return] = ACTIONS(4073), - [anon_sym_continue] = ACTIONS(4073), - [anon_sym_break] = ACTIONS(4073), - [anon_sym_COLON_COLON] = ACTIONS(4075), - [anon_sym_PLUS_EQ] = ACTIONS(4075), - [anon_sym_DASH_EQ] = ACTIONS(4075), - [anon_sym_STAR_EQ] = ACTIONS(4075), - [anon_sym_SLASH_EQ] = ACTIONS(4075), - [anon_sym_PERCENT_EQ] = ACTIONS(4075), + [816] = { + [sym_getter] = STATE(3702), + [sym_setter] = STATE(3702), + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(2211), + [sym__comparison_operator] = STATE(2219), + [sym__in_operator] = STATE(2104), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(2248), + [sym__multiplicative_operator] = STATE(2250), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_modifiers] = STATE(8943), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2251), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_LPAREN] = ACTIONS(3572), + [anon_sym_COMMA] = ACTIONS(1754), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(4053), + [anon_sym_where] = ACTIONS(1752), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(4121), + [anon_sym_get] = ACTIONS(4057), + [anon_sym_set] = ACTIONS(4059), + [anon_sym_STAR] = ACTIONS(4061), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(4063), + [anon_sym_DOT_DOT] = ACTIONS(4065), + [anon_sym_QMARK_COLON] = ACTIONS(4067), + [anon_sym_AMP_AMP] = ACTIONS(4069), + [anon_sym_PIPE_PIPE] = ACTIONS(4071), + [anon_sym_else] = ACTIONS(1752), + [anon_sym_COLON_COLON] = ACTIONS(3598), [anon_sym_BANG_EQ] = ACTIONS(4073), [anon_sym_BANG_EQ_EQ] = ACTIONS(4075), [anon_sym_EQ_EQ] = ACTIONS(4073), [anon_sym_EQ_EQ_EQ] = ACTIONS(4075), - [anon_sym_LT_EQ] = ACTIONS(4075), - [anon_sym_GT_EQ] = ACTIONS(4075), - [anon_sym_BANGin] = ACTIONS(4075), - [anon_sym_is] = ACTIONS(4073), - [anon_sym_BANGis] = ACTIONS(4075), - [anon_sym_PLUS] = ACTIONS(4073), - [anon_sym_DASH] = ACTIONS(4073), - [anon_sym_SLASH] = ACTIONS(4073), - [anon_sym_PERCENT] = ACTIONS(4073), - [anon_sym_as_QMARK] = ACTIONS(4075), - [anon_sym_PLUS_PLUS] = ACTIONS(4075), - [anon_sym_DASH_DASH] = ACTIONS(4075), - [anon_sym_BANG] = ACTIONS(4073), - [anon_sym_BANG_BANG] = ACTIONS(4075), - [anon_sym_suspend] = ACTIONS(4073), - [anon_sym_sealed] = ACTIONS(4073), - [anon_sym_annotation] = ACTIONS(4073), - [anon_sym_data] = ACTIONS(4073), - [anon_sym_inner] = ACTIONS(4073), - [anon_sym_override] = ACTIONS(4073), - [anon_sym_lateinit] = ACTIONS(4073), - [anon_sym_public] = ACTIONS(4073), - [anon_sym_private] = ACTIONS(4073), - [anon_sym_internal] = ACTIONS(4073), - [anon_sym_protected] = ACTIONS(4073), - [anon_sym_tailrec] = ACTIONS(4073), - [anon_sym_operator] = ACTIONS(4073), - [anon_sym_infix] = ACTIONS(4073), - [anon_sym_inline] = ACTIONS(4073), - [anon_sym_external] = ACTIONS(4073), - [sym_property_modifier] = ACTIONS(4073), - [anon_sym_abstract] = ACTIONS(4073), - [anon_sym_final] = ACTIONS(4073), - [anon_sym_open] = ACTIONS(4073), - [anon_sym_vararg] = ACTIONS(4073), - [anon_sym_noinline] = ACTIONS(4073), - [anon_sym_crossinline] = ACTIONS(4073), - [anon_sym_expect] = ACTIONS(4073), - [anon_sym_actual] = ACTIONS(4073), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4075), - [anon_sym_continue_AT] = ACTIONS(4075), - [anon_sym_break_AT] = ACTIONS(4075), - [sym_real_literal] = ACTIONS(4075), - [sym_integer_literal] = ACTIONS(4073), - [sym_hex_literal] = ACTIONS(4075), - [sym_bin_literal] = ACTIONS(4075), - [anon_sym_true] = ACTIONS(4073), - [anon_sym_false] = ACTIONS(4073), - [anon_sym_SQUOTE] = ACTIONS(4075), - [sym__backtick_identifier] = ACTIONS(4075), - [sym__automatic_semicolon] = ACTIONS(4075), - [sym_safe_nav] = ACTIONS(4075), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4075), - }, - [844] = { - [sym_type_constraints] = STATE(1188), - [sym_function_body] = STATE(1127), - [sym__block] = STATE(1128), - [sym__alpha_identifier] = ACTIONS(4089), - [anon_sym_AT] = ACTIONS(4091), - [anon_sym_COLON] = ACTIONS(4211), - [anon_sym_LBRACK] = ACTIONS(4091), - [anon_sym_as] = ACTIONS(4089), - [anon_sym_EQ] = ACTIONS(4207), - [anon_sym_LBRACE] = ACTIONS(4081), - [anon_sym_RBRACE] = ACTIONS(4091), - [anon_sym_LPAREN] = ACTIONS(4091), - [anon_sym_LT] = ACTIONS(4089), - [anon_sym_GT] = ACTIONS(4089), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(4089), - [anon_sym_fun] = ACTIONS(4089), - [anon_sym_DOT] = ACTIONS(4089), - [anon_sym_SEMI] = ACTIONS(4091), - [anon_sym_get] = ACTIONS(4089), - [anon_sym_set] = ACTIONS(4089), - [anon_sym_this] = ACTIONS(4089), - [anon_sym_super] = ACTIONS(4089), - [anon_sym_STAR] = ACTIONS(4089), - [sym_label] = ACTIONS(4089), - [anon_sym_in] = ACTIONS(4089), - [anon_sym_DOT_DOT] = ACTIONS(4091), - [anon_sym_QMARK_COLON] = ACTIONS(4091), - [anon_sym_AMP_AMP] = ACTIONS(4091), - [anon_sym_PIPE_PIPE] = ACTIONS(4091), - [anon_sym_null] = ACTIONS(4089), - [anon_sym_if] = ACTIONS(4089), - [anon_sym_else] = ACTIONS(4089), - [anon_sym_when] = ACTIONS(4089), - [anon_sym_try] = ACTIONS(4089), - [anon_sym_throw] = ACTIONS(4089), - [anon_sym_return] = ACTIONS(4089), - [anon_sym_continue] = ACTIONS(4089), - [anon_sym_break] = ACTIONS(4089), - [anon_sym_COLON_COLON] = ACTIONS(4091), - [anon_sym_PLUS_EQ] = ACTIONS(4091), - [anon_sym_DASH_EQ] = ACTIONS(4091), - [anon_sym_STAR_EQ] = ACTIONS(4091), - [anon_sym_SLASH_EQ] = ACTIONS(4091), - [anon_sym_PERCENT_EQ] = ACTIONS(4091), - [anon_sym_BANG_EQ] = ACTIONS(4089), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4091), - [anon_sym_EQ_EQ] = ACTIONS(4089), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4091), - [anon_sym_LT_EQ] = ACTIONS(4091), - [anon_sym_GT_EQ] = ACTIONS(4091), - [anon_sym_BANGin] = ACTIONS(4091), - [anon_sym_is] = ACTIONS(4089), - [anon_sym_BANGis] = ACTIONS(4091), - [anon_sym_PLUS] = ACTIONS(4089), - [anon_sym_DASH] = ACTIONS(4089), - [anon_sym_SLASH] = ACTIONS(4089), - [anon_sym_PERCENT] = ACTIONS(4089), - [anon_sym_as_QMARK] = ACTIONS(4091), - [anon_sym_PLUS_PLUS] = ACTIONS(4091), - [anon_sym_DASH_DASH] = ACTIONS(4091), - [anon_sym_BANG] = ACTIONS(4089), - [anon_sym_BANG_BANG] = ACTIONS(4091), - [anon_sym_suspend] = ACTIONS(4089), - [anon_sym_sealed] = ACTIONS(4089), - [anon_sym_annotation] = ACTIONS(4089), - [anon_sym_data] = ACTIONS(4089), - [anon_sym_inner] = ACTIONS(4089), - [anon_sym_override] = ACTIONS(4089), - [anon_sym_lateinit] = ACTIONS(4089), - [anon_sym_public] = ACTIONS(4089), - [anon_sym_private] = ACTIONS(4089), - [anon_sym_internal] = ACTIONS(4089), - [anon_sym_protected] = ACTIONS(4089), - [anon_sym_tailrec] = ACTIONS(4089), - [anon_sym_operator] = ACTIONS(4089), - [anon_sym_infix] = ACTIONS(4089), - [anon_sym_inline] = ACTIONS(4089), - [anon_sym_external] = ACTIONS(4089), - [sym_property_modifier] = ACTIONS(4089), - [anon_sym_abstract] = ACTIONS(4089), - [anon_sym_final] = ACTIONS(4089), - [anon_sym_open] = ACTIONS(4089), - [anon_sym_vararg] = ACTIONS(4089), - [anon_sym_noinline] = ACTIONS(4089), - [anon_sym_crossinline] = ACTIONS(4089), - [anon_sym_expect] = ACTIONS(4089), - [anon_sym_actual] = ACTIONS(4089), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4091), - [anon_sym_continue_AT] = ACTIONS(4091), - [anon_sym_break_AT] = ACTIONS(4091), - [sym_real_literal] = ACTIONS(4091), - [sym_integer_literal] = ACTIONS(4089), - [sym_hex_literal] = ACTIONS(4091), - [sym_bin_literal] = ACTIONS(4091), - [anon_sym_true] = ACTIONS(4089), - [anon_sym_false] = ACTIONS(4089), - [anon_sym_SQUOTE] = ACTIONS(4091), - [sym__backtick_identifier] = ACTIONS(4091), - [sym__automatic_semicolon] = ACTIONS(4091), - [sym_safe_nav] = ACTIONS(4091), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4091), - }, - [845] = { - [sym_type_constraints] = STATE(984), - [sym_enum_class_body] = STATE(1122), - [sym__alpha_identifier] = ACTIONS(4213), - [anon_sym_AT] = ACTIONS(4215), - [anon_sym_COLON] = ACTIONS(4217), - [anon_sym_LBRACK] = ACTIONS(4215), - [anon_sym_as] = ACTIONS(4213), - [anon_sym_EQ] = ACTIONS(4213), - [anon_sym_LBRACE] = ACTIONS(3144), - [anon_sym_RBRACE] = ACTIONS(4215), - [anon_sym_LPAREN] = ACTIONS(4215), - [anon_sym_COMMA] = ACTIONS(4215), - [anon_sym_LT] = ACTIONS(4213), - [anon_sym_GT] = ACTIONS(4213), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(4213), - [anon_sym_fun] = ACTIONS(4213), - [anon_sym_DOT] = ACTIONS(4213), - [anon_sym_SEMI] = ACTIONS(4215), - [anon_sym_get] = ACTIONS(4213), - [anon_sym_set] = ACTIONS(4213), - [anon_sym_this] = ACTIONS(4213), - [anon_sym_super] = ACTIONS(4213), - [anon_sym_STAR] = ACTIONS(4213), - [sym_label] = ACTIONS(4213), - [anon_sym_in] = ACTIONS(4213), - [anon_sym_DOT_DOT] = ACTIONS(4215), - [anon_sym_QMARK_COLON] = ACTIONS(4215), - [anon_sym_AMP_AMP] = ACTIONS(4215), - [anon_sym_PIPE_PIPE] = ACTIONS(4215), - [anon_sym_null] = ACTIONS(4213), - [anon_sym_if] = ACTIONS(4213), - [anon_sym_else] = ACTIONS(4213), - [anon_sym_when] = ACTIONS(4213), - [anon_sym_try] = ACTIONS(4213), - [anon_sym_throw] = ACTIONS(4213), - [anon_sym_return] = ACTIONS(4213), - [anon_sym_continue] = ACTIONS(4213), - [anon_sym_break] = ACTIONS(4213), - [anon_sym_COLON_COLON] = ACTIONS(4215), - [anon_sym_PLUS_EQ] = ACTIONS(4215), - [anon_sym_DASH_EQ] = ACTIONS(4215), - [anon_sym_STAR_EQ] = ACTIONS(4215), - [anon_sym_SLASH_EQ] = ACTIONS(4215), - [anon_sym_PERCENT_EQ] = ACTIONS(4215), - [anon_sym_BANG_EQ] = ACTIONS(4213), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4215), - [anon_sym_EQ_EQ] = ACTIONS(4213), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4215), - [anon_sym_LT_EQ] = ACTIONS(4215), - [anon_sym_GT_EQ] = ACTIONS(4215), - [anon_sym_BANGin] = ACTIONS(4215), - [anon_sym_is] = ACTIONS(4213), - [anon_sym_BANGis] = ACTIONS(4215), - [anon_sym_PLUS] = ACTIONS(4213), - [anon_sym_DASH] = ACTIONS(4213), - [anon_sym_SLASH] = ACTIONS(4213), - [anon_sym_PERCENT] = ACTIONS(4213), - [anon_sym_as_QMARK] = ACTIONS(4215), - [anon_sym_PLUS_PLUS] = ACTIONS(4215), - [anon_sym_DASH_DASH] = ACTIONS(4215), - [anon_sym_BANG] = ACTIONS(4213), - [anon_sym_BANG_BANG] = ACTIONS(4215), - [anon_sym_suspend] = ACTIONS(4213), - [anon_sym_sealed] = ACTIONS(4213), - [anon_sym_annotation] = ACTIONS(4213), - [anon_sym_data] = ACTIONS(4213), - [anon_sym_inner] = ACTIONS(4213), - [anon_sym_override] = ACTIONS(4213), - [anon_sym_lateinit] = ACTIONS(4213), - [anon_sym_public] = ACTIONS(4213), - [anon_sym_private] = ACTIONS(4213), - [anon_sym_internal] = ACTIONS(4213), - [anon_sym_protected] = ACTIONS(4213), - [anon_sym_tailrec] = ACTIONS(4213), - [anon_sym_operator] = ACTIONS(4213), - [anon_sym_infix] = ACTIONS(4213), - [anon_sym_inline] = ACTIONS(4213), - [anon_sym_external] = ACTIONS(4213), - [sym_property_modifier] = ACTIONS(4213), - [anon_sym_abstract] = ACTIONS(4213), - [anon_sym_final] = ACTIONS(4213), - [anon_sym_open] = ACTIONS(4213), - [anon_sym_vararg] = ACTIONS(4213), - [anon_sym_noinline] = ACTIONS(4213), - [anon_sym_crossinline] = ACTIONS(4213), - [anon_sym_expect] = ACTIONS(4213), - [anon_sym_actual] = ACTIONS(4213), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4215), - [anon_sym_continue_AT] = ACTIONS(4215), - [anon_sym_break_AT] = ACTIONS(4215), - [sym_real_literal] = ACTIONS(4215), - [sym_integer_literal] = ACTIONS(4213), - [sym_hex_literal] = ACTIONS(4215), - [sym_bin_literal] = ACTIONS(4215), - [anon_sym_true] = ACTIONS(4213), - [anon_sym_false] = ACTIONS(4213), - [anon_sym_SQUOTE] = ACTIONS(4215), - [sym__backtick_identifier] = ACTIONS(4215), - [sym__automatic_semicolon] = ACTIONS(4215), - [sym_safe_nav] = ACTIONS(4215), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4215), - }, - [846] = { - [sym__alpha_identifier] = ACTIONS(4219), - [anon_sym_AT] = ACTIONS(4221), - [anon_sym_LBRACK] = ACTIONS(4221), - [anon_sym_as] = ACTIONS(4219), - [anon_sym_EQ] = ACTIONS(4219), - [anon_sym_LBRACE] = ACTIONS(4221), - [anon_sym_RBRACE] = ACTIONS(4221), - [anon_sym_LPAREN] = ACTIONS(4221), - [anon_sym_COMMA] = ACTIONS(4221), - [anon_sym_by] = ACTIONS(4219), - [anon_sym_LT] = ACTIONS(4219), - [anon_sym_GT] = ACTIONS(4219), - [anon_sym_where] = ACTIONS(4219), - [anon_sym_object] = ACTIONS(4219), - [anon_sym_fun] = ACTIONS(4219), - [anon_sym_DOT] = ACTIONS(4219), - [anon_sym_SEMI] = ACTIONS(4221), - [anon_sym_get] = ACTIONS(4219), - [anon_sym_set] = ACTIONS(4219), - [anon_sym_this] = ACTIONS(4219), - [anon_sym_super] = ACTIONS(4219), - [sym__quest] = ACTIONS(4219), - [anon_sym_STAR] = ACTIONS(4219), - [anon_sym_DASH_GT] = ACTIONS(4223), - [sym_label] = ACTIONS(4219), - [anon_sym_in] = ACTIONS(4219), - [anon_sym_DOT_DOT] = ACTIONS(4221), - [anon_sym_QMARK_COLON] = ACTIONS(4221), - [anon_sym_AMP_AMP] = ACTIONS(4221), - [anon_sym_PIPE_PIPE] = ACTIONS(4221), - [anon_sym_null] = ACTIONS(4219), - [anon_sym_if] = ACTIONS(4219), - [anon_sym_else] = ACTIONS(4219), - [anon_sym_when] = ACTIONS(4219), - [anon_sym_try] = ACTIONS(4219), - [anon_sym_throw] = ACTIONS(4219), - [anon_sym_return] = ACTIONS(4219), - [anon_sym_continue] = ACTIONS(4219), - [anon_sym_break] = ACTIONS(4219), - [anon_sym_COLON_COLON] = ACTIONS(4221), - [anon_sym_PLUS_EQ] = ACTIONS(4221), - [anon_sym_DASH_EQ] = ACTIONS(4221), - [anon_sym_STAR_EQ] = ACTIONS(4221), - [anon_sym_SLASH_EQ] = ACTIONS(4221), - [anon_sym_PERCENT_EQ] = ACTIONS(4221), - [anon_sym_BANG_EQ] = ACTIONS(4219), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4221), - [anon_sym_EQ_EQ] = ACTIONS(4219), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4221), - [anon_sym_LT_EQ] = ACTIONS(4221), - [anon_sym_GT_EQ] = ACTIONS(4221), - [anon_sym_BANGin] = ACTIONS(4221), - [anon_sym_is] = ACTIONS(4219), - [anon_sym_BANGis] = ACTIONS(4221), - [anon_sym_PLUS] = ACTIONS(4219), - [anon_sym_DASH] = ACTIONS(4219), - [anon_sym_SLASH] = ACTIONS(4219), - [anon_sym_PERCENT] = ACTIONS(4219), - [anon_sym_as_QMARK] = ACTIONS(4221), - [anon_sym_PLUS_PLUS] = ACTIONS(4221), - [anon_sym_DASH_DASH] = ACTIONS(4221), - [anon_sym_BANG] = ACTIONS(4219), - [anon_sym_BANG_BANG] = ACTIONS(4221), - [anon_sym_suspend] = ACTIONS(4219), - [anon_sym_sealed] = ACTIONS(4219), - [anon_sym_annotation] = ACTIONS(4219), - [anon_sym_data] = ACTIONS(4219), - [anon_sym_inner] = ACTIONS(4219), - [anon_sym_override] = ACTIONS(4219), - [anon_sym_lateinit] = ACTIONS(4219), - [anon_sym_public] = ACTIONS(4219), - [anon_sym_private] = ACTIONS(4219), - [anon_sym_internal] = ACTIONS(4219), - [anon_sym_protected] = ACTIONS(4219), - [anon_sym_tailrec] = ACTIONS(4219), - [anon_sym_operator] = ACTIONS(4219), - [anon_sym_infix] = ACTIONS(4219), - [anon_sym_inline] = ACTIONS(4219), - [anon_sym_external] = ACTIONS(4219), - [sym_property_modifier] = ACTIONS(4219), - [anon_sym_abstract] = ACTIONS(4219), - [anon_sym_final] = ACTIONS(4219), - [anon_sym_open] = ACTIONS(4219), - [anon_sym_vararg] = ACTIONS(4219), - [anon_sym_noinline] = ACTIONS(4219), - [anon_sym_crossinline] = ACTIONS(4219), - [anon_sym_expect] = ACTIONS(4219), - [anon_sym_actual] = ACTIONS(4219), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4221), - [anon_sym_continue_AT] = ACTIONS(4221), - [anon_sym_break_AT] = ACTIONS(4221), - [sym_real_literal] = ACTIONS(4221), - [sym_integer_literal] = ACTIONS(4219), - [sym_hex_literal] = ACTIONS(4221), - [sym_bin_literal] = ACTIONS(4221), - [anon_sym_true] = ACTIONS(4219), - [anon_sym_false] = ACTIONS(4219), - [anon_sym_SQUOTE] = ACTIONS(4221), - [sym__backtick_identifier] = ACTIONS(4221), - [sym__automatic_semicolon] = ACTIONS(4221), - [sym_safe_nav] = ACTIONS(4221), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4221), - }, - [847] = { - [sym_getter] = STATE(3209), - [sym_setter] = STATE(3209), - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(1738), - [sym__comparison_operator] = STATE(1739), - [sym__in_operator] = STATE(1740), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(1741), - [sym__multiplicative_operator] = STATE(1742), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_modifiers] = STATE(8592), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1744), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(1696), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_RPAREN] = ACTIONS(1696), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(4149), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(4225), - [anon_sym_get] = ACTIONS(4153), - [anon_sym_set] = ACTIONS(4155), - [anon_sym_STAR] = ACTIONS(4157), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(4159), - [anon_sym_while] = ACTIONS(1694), - [anon_sym_DOT_DOT] = ACTIONS(4161), - [anon_sym_QMARK_COLON] = ACTIONS(4163), - [anon_sym_AMP_AMP] = ACTIONS(4165), - [anon_sym_PIPE_PIPE] = ACTIONS(4167), - [anon_sym_else] = ACTIONS(1694), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_BANG_EQ] = ACTIONS(4169), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4171), - [anon_sym_EQ_EQ] = ACTIONS(4169), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4171), - [anon_sym_LT_EQ] = ACTIONS(4173), - [anon_sym_GT_EQ] = ACTIONS(4173), - [anon_sym_BANGin] = ACTIONS(4175), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), - [anon_sym_PLUS] = ACTIONS(4177), - [anon_sym_DASH] = ACTIONS(4177), - [anon_sym_SLASH] = ACTIONS(4179), - [anon_sym_PERCENT] = ACTIONS(4157), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), + [anon_sym_LT_EQ] = ACTIONS(4077), + [anon_sym_GT_EQ] = ACTIONS(4077), + [anon_sym_BANGin] = ACTIONS(4079), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), + [anon_sym_PLUS] = ACTIONS(4081), + [anon_sym_DASH] = ACTIONS(4081), + [anon_sym_SLASH] = ACTIONS(4083), + [anon_sym_PERCENT] = ACTIONS(4061), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -135216,85 +132023,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), + [sym__automatic_semicolon] = ACTIONS(1754), + [sym_safe_nav] = ACTIONS(3598), [sym_multiline_comment] = ACTIONS(3), }, - [848] = { - [sym_getter] = STATE(3233), - [sym_setter] = STATE(3233), - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(1738), - [sym__comparison_operator] = STATE(1739), - [sym__in_operator] = STATE(1740), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(1741), - [sym__multiplicative_operator] = STATE(1742), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_modifiers] = STATE(8592), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1744), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [aux_sym_modifiers_repeat1] = STATE(5441), + [817] = { + [sym_getter] = STATE(3715), + [sym_setter] = STATE(3715), + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(2211), + [sym__comparison_operator] = STATE(2219), + [sym__in_operator] = STATE(2104), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(2248), + [sym__multiplicative_operator] = STATE(2250), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_modifiers] = STATE(8943), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2251), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(1784), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_RPAREN] = ACTIONS(1784), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_RBRACE] = ACTIONS(1696), + [anon_sym_LPAREN] = ACTIONS(3572), + [anon_sym_COMMA] = ACTIONS(1696), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(4149), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(4227), - [anon_sym_get] = ACTIONS(4153), - [anon_sym_set] = ACTIONS(4155), - [anon_sym_STAR] = ACTIONS(4157), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(4159), - [anon_sym_while] = ACTIONS(1782), - [anon_sym_DOT_DOT] = ACTIONS(4161), - [anon_sym_QMARK_COLON] = ACTIONS(4163), - [anon_sym_AMP_AMP] = ACTIONS(4165), - [anon_sym_PIPE_PIPE] = ACTIONS(4167), - [anon_sym_else] = ACTIONS(1782), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_BANG_EQ] = ACTIONS(4169), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4171), - [anon_sym_EQ_EQ] = ACTIONS(4169), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4171), - [anon_sym_LT_EQ] = ACTIONS(4173), - [anon_sym_GT_EQ] = ACTIONS(4173), - [anon_sym_BANGin] = ACTIONS(4175), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), - [anon_sym_PLUS] = ACTIONS(4177), - [anon_sym_DASH] = ACTIONS(4177), - [anon_sym_SLASH] = ACTIONS(4179), - [anon_sym_PERCENT] = ACTIONS(4157), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), + [anon_sym_GT] = ACTIONS(4053), + [anon_sym_where] = ACTIONS(1694), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(4123), + [anon_sym_get] = ACTIONS(4057), + [anon_sym_set] = ACTIONS(4059), + [anon_sym_STAR] = ACTIONS(4061), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(4063), + [anon_sym_DOT_DOT] = ACTIONS(4065), + [anon_sym_QMARK_COLON] = ACTIONS(4067), + [anon_sym_AMP_AMP] = ACTIONS(4069), + [anon_sym_PIPE_PIPE] = ACTIONS(4071), + [anon_sym_else] = ACTIONS(1694), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_BANG_EQ] = ACTIONS(4073), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4075), + [anon_sym_EQ_EQ] = ACTIONS(4073), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4075), + [anon_sym_LT_EQ] = ACTIONS(4077), + [anon_sym_GT_EQ] = ACTIONS(4077), + [anon_sym_BANGin] = ACTIONS(4079), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), + [anon_sym_PLUS] = ACTIONS(4081), + [anon_sym_DASH] = ACTIONS(4081), + [anon_sym_SLASH] = ACTIONS(4083), + [anon_sym_PERCENT] = ACTIONS(4061), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -135322,191 +132130,300 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), + [sym__automatic_semicolon] = ACTIONS(1696), + [sym_safe_nav] = ACTIONS(3598), [sym_multiline_comment] = ACTIONS(3), }, - [849] = { - [sym_type_constraints] = STATE(914), - [sym_function_body] = STATE(1127), - [sym__block] = STATE(1128), - [sym__alpha_identifier] = ACTIONS(4089), - [anon_sym_AT] = ACTIONS(4091), - [anon_sym_LBRACK] = ACTIONS(4091), - [anon_sym_as] = ACTIONS(4089), - [anon_sym_EQ] = ACTIONS(4079), - [anon_sym_LBRACE] = ACTIONS(4081), - [anon_sym_RBRACE] = ACTIONS(4091), - [anon_sym_LPAREN] = ACTIONS(4091), - [anon_sym_COMMA] = ACTIONS(4091), - [anon_sym_LT] = ACTIONS(4089), - [anon_sym_GT] = ACTIONS(4089), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(4089), - [anon_sym_fun] = ACTIONS(4089), - [anon_sym_DOT] = ACTIONS(4089), - [anon_sym_SEMI] = ACTIONS(4091), - [anon_sym_get] = ACTIONS(4089), - [anon_sym_set] = ACTIONS(4089), - [anon_sym_this] = ACTIONS(4089), - [anon_sym_super] = ACTIONS(4089), - [anon_sym_STAR] = ACTIONS(4089), - [sym_label] = ACTIONS(4089), - [anon_sym_in] = ACTIONS(4089), - [anon_sym_DOT_DOT] = ACTIONS(4091), - [anon_sym_QMARK_COLON] = ACTIONS(4091), - [anon_sym_AMP_AMP] = ACTIONS(4091), - [anon_sym_PIPE_PIPE] = ACTIONS(4091), - [anon_sym_null] = ACTIONS(4089), - [anon_sym_if] = ACTIONS(4089), - [anon_sym_else] = ACTIONS(4089), - [anon_sym_when] = ACTIONS(4089), - [anon_sym_try] = ACTIONS(4089), - [anon_sym_throw] = ACTIONS(4089), - [anon_sym_return] = ACTIONS(4089), - [anon_sym_continue] = ACTIONS(4089), - [anon_sym_break] = ACTIONS(4089), - [anon_sym_COLON_COLON] = ACTIONS(4091), - [anon_sym_PLUS_EQ] = ACTIONS(4091), - [anon_sym_DASH_EQ] = ACTIONS(4091), - [anon_sym_STAR_EQ] = ACTIONS(4091), - [anon_sym_SLASH_EQ] = ACTIONS(4091), - [anon_sym_PERCENT_EQ] = ACTIONS(4091), - [anon_sym_BANG_EQ] = ACTIONS(4089), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4091), - [anon_sym_EQ_EQ] = ACTIONS(4089), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4091), - [anon_sym_LT_EQ] = ACTIONS(4091), - [anon_sym_GT_EQ] = ACTIONS(4091), - [anon_sym_BANGin] = ACTIONS(4091), - [anon_sym_is] = ACTIONS(4089), - [anon_sym_BANGis] = ACTIONS(4091), - [anon_sym_PLUS] = ACTIONS(4089), - [anon_sym_DASH] = ACTIONS(4089), - [anon_sym_SLASH] = ACTIONS(4089), - [anon_sym_PERCENT] = ACTIONS(4089), - [anon_sym_as_QMARK] = ACTIONS(4091), - [anon_sym_PLUS_PLUS] = ACTIONS(4091), - [anon_sym_DASH_DASH] = ACTIONS(4091), - [anon_sym_BANG] = ACTIONS(4089), - [anon_sym_BANG_BANG] = ACTIONS(4091), - [anon_sym_suspend] = ACTIONS(4089), - [anon_sym_sealed] = ACTIONS(4089), - [anon_sym_annotation] = ACTIONS(4089), - [anon_sym_data] = ACTIONS(4089), - [anon_sym_inner] = ACTIONS(4089), - [anon_sym_override] = ACTIONS(4089), - [anon_sym_lateinit] = ACTIONS(4089), - [anon_sym_public] = ACTIONS(4089), - [anon_sym_private] = ACTIONS(4089), - [anon_sym_internal] = ACTIONS(4089), - [anon_sym_protected] = ACTIONS(4089), - [anon_sym_tailrec] = ACTIONS(4089), - [anon_sym_operator] = ACTIONS(4089), - [anon_sym_infix] = ACTIONS(4089), - [anon_sym_inline] = ACTIONS(4089), - [anon_sym_external] = ACTIONS(4089), - [sym_property_modifier] = ACTIONS(4089), - [anon_sym_abstract] = ACTIONS(4089), - [anon_sym_final] = ACTIONS(4089), - [anon_sym_open] = ACTIONS(4089), - [anon_sym_vararg] = ACTIONS(4089), - [anon_sym_noinline] = ACTIONS(4089), - [anon_sym_crossinline] = ACTIONS(4089), - [anon_sym_expect] = ACTIONS(4089), - [anon_sym_actual] = ACTIONS(4089), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4091), - [anon_sym_continue_AT] = ACTIONS(4091), - [anon_sym_break_AT] = ACTIONS(4091), - [sym_real_literal] = ACTIONS(4091), - [sym_integer_literal] = ACTIONS(4089), - [sym_hex_literal] = ACTIONS(4091), - [sym_bin_literal] = ACTIONS(4091), - [anon_sym_true] = ACTIONS(4089), - [anon_sym_false] = ACTIONS(4089), - [anon_sym_SQUOTE] = ACTIONS(4091), - [sym__backtick_identifier] = ACTIONS(4091), - [sym__automatic_semicolon] = ACTIONS(4091), - [sym_safe_nav] = ACTIONS(4091), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4091), + [818] = { + [sym__loop_statement] = STATE(1053), + [sym_for_statement] = STATE(1053), + [sym_while_statement] = STATE(1053), + [sym_do_while_statement] = STATE(1053), + [sym_assignment] = STATE(1053), + [sym__expression] = STATE(395), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(765), + [sym_parenthesized_expression] = STATE(765), + [sym_collection_literal] = STATE(765), + [sym__literal_constant] = STATE(765), + [sym_string_literal] = STATE(765), + [sym_lambda_literal] = STATE(765), + [sym_anonymous_function] = STATE(765), + [sym__function_literal] = STATE(765), + [sym_object_literal] = STATE(765), + [sym_this_expression] = STATE(765), + [sym_super_expression] = STATE(765), + [sym_if_expression] = STATE(765), + [sym_when_expression] = STATE(765), + [sym_try_expression] = STATE(765), + [sym_jump_expression] = STATE(765), + [sym_callable_reference] = STATE(765), + [sym__prefix_unary_operator] = STATE(2198), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7895), + [sym_annotation] = STATE(1407), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1103), + [sym__return_at] = STATE(264), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(765), + [sym_long_literal] = STATE(765), + [sym_boolean_literal] = STATE(765), + [sym_character_literal] = STATE(765), + [sym__lexical_identifier] = STATE(843), + [aux_sym__statement_repeat1] = STATE(5317), + [sym__alpha_identifier] = ACTIONS(537), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(539), + [anon_sym_LBRACE] = ACTIONS(1612), + [anon_sym_LPAREN] = ACTIONS(549), + [anon_sym_object] = ACTIONS(1614), + [anon_sym_fun] = ACTIONS(1636), + [anon_sym_get] = ACTIONS(537), + [anon_sym_set] = ACTIONS(537), + [anon_sym_this] = ACTIONS(561), + [anon_sym_super] = ACTIONS(563), + [anon_sym_STAR] = ACTIONS(1259), + [sym_label] = ACTIONS(633), + [anon_sym_for] = ACTIONS(635), + [anon_sym_while] = ACTIONS(637), + [anon_sym_do] = ACTIONS(573), + [anon_sym_null] = ACTIONS(575), + [anon_sym_if] = ACTIONS(639), + [anon_sym_when] = ACTIONS(579), + [anon_sym_try] = ACTIONS(581), + [anon_sym_throw] = ACTIONS(641), + [anon_sym_return] = ACTIONS(643), + [anon_sym_continue] = ACTIONS(587), + [anon_sym_break] = ACTIONS(587), + [anon_sym_COLON_COLON] = ACTIONS(589), + [anon_sym_PLUS] = ACTIONS(645), + [anon_sym_DASH] = ACTIONS(645), + [anon_sym_PLUS_PLUS] = ACTIONS(647), + [anon_sym_DASH_DASH] = ACTIONS(647), + [anon_sym_BANG] = ACTIONS(647), + [anon_sym_data] = ACTIONS(537), + [anon_sym_inner] = ACTIONS(537), + [anon_sym_expect] = ACTIONS(537), + [anon_sym_actual] = ACTIONS(537), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(599), + [anon_sym_break_AT] = ACTIONS(601), + [sym_real_literal] = ACTIONS(603), + [sym_integer_literal] = ACTIONS(605), + [sym_hex_literal] = ACTIONS(607), + [sym_bin_literal] = ACTIONS(607), + [anon_sym_true] = ACTIONS(609), + [anon_sym_false] = ACTIONS(609), + [anon_sym_SQUOTE] = ACTIONS(611), + [sym__backtick_identifier] = ACTIONS(613), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(615), }, - [850] = { - [sym_getter] = STATE(3219), - [sym_setter] = STATE(3219), - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(1738), - [sym__comparison_operator] = STATE(1739), - [sym__in_operator] = STATE(1740), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(1741), - [sym__multiplicative_operator] = STATE(1742), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_modifiers] = STATE(8592), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1744), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [aux_sym_modifiers_repeat1] = STATE(5441), + [819] = { + [sym_catch_block] = STATE(819), + [aux_sym_try_expression_repeat1] = STATE(819), + [sym__alpha_identifier] = ACTIONS(4125), + [anon_sym_AT] = ACTIONS(4127), + [anon_sym_LBRACK] = ACTIONS(4127), + [anon_sym_as] = ACTIONS(4125), + [anon_sym_EQ] = ACTIONS(4125), + [anon_sym_LBRACE] = ACTIONS(4127), + [anon_sym_RBRACE] = ACTIONS(4127), + [anon_sym_LPAREN] = ACTIONS(4127), + [anon_sym_COMMA] = ACTIONS(4127), + [anon_sym_LT] = ACTIONS(4125), + [anon_sym_GT] = ACTIONS(4125), + [anon_sym_where] = ACTIONS(4125), + [anon_sym_object] = ACTIONS(4125), + [anon_sym_fun] = ACTIONS(4125), + [anon_sym_DOT] = ACTIONS(4125), + [anon_sym_SEMI] = ACTIONS(4127), + [anon_sym_get] = ACTIONS(4125), + [anon_sym_set] = ACTIONS(4125), + [anon_sym_this] = ACTIONS(4125), + [anon_sym_super] = ACTIONS(4125), + [anon_sym_STAR] = ACTIONS(4125), + [sym_label] = ACTIONS(4125), + [anon_sym_in] = ACTIONS(4125), + [anon_sym_DOT_DOT] = ACTIONS(4127), + [anon_sym_QMARK_COLON] = ACTIONS(4127), + [anon_sym_AMP_AMP] = ACTIONS(4127), + [anon_sym_PIPE_PIPE] = ACTIONS(4127), + [anon_sym_null] = ACTIONS(4125), + [anon_sym_if] = ACTIONS(4125), + [anon_sym_else] = ACTIONS(4125), + [anon_sym_when] = ACTIONS(4125), + [anon_sym_try] = ACTIONS(4125), + [anon_sym_catch] = ACTIONS(4129), + [anon_sym_finally] = ACTIONS(4125), + [anon_sym_throw] = ACTIONS(4125), + [anon_sym_return] = ACTIONS(4125), + [anon_sym_continue] = ACTIONS(4125), + [anon_sym_break] = ACTIONS(4125), + [anon_sym_COLON_COLON] = ACTIONS(4127), + [anon_sym_PLUS_EQ] = ACTIONS(4127), + [anon_sym_DASH_EQ] = ACTIONS(4127), + [anon_sym_STAR_EQ] = ACTIONS(4127), + [anon_sym_SLASH_EQ] = ACTIONS(4127), + [anon_sym_PERCENT_EQ] = ACTIONS(4127), + [anon_sym_BANG_EQ] = ACTIONS(4125), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4127), + [anon_sym_EQ_EQ] = ACTIONS(4125), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4127), + [anon_sym_LT_EQ] = ACTIONS(4127), + [anon_sym_GT_EQ] = ACTIONS(4127), + [anon_sym_BANGin] = ACTIONS(4127), + [anon_sym_is] = ACTIONS(4125), + [anon_sym_BANGis] = ACTIONS(4127), + [anon_sym_PLUS] = ACTIONS(4125), + [anon_sym_DASH] = ACTIONS(4125), + [anon_sym_SLASH] = ACTIONS(4125), + [anon_sym_PERCENT] = ACTIONS(4125), + [anon_sym_as_QMARK] = ACTIONS(4127), + [anon_sym_PLUS_PLUS] = ACTIONS(4127), + [anon_sym_DASH_DASH] = ACTIONS(4127), + [anon_sym_BANG] = ACTIONS(4125), + [anon_sym_BANG_BANG] = ACTIONS(4127), + [anon_sym_suspend] = ACTIONS(4125), + [anon_sym_sealed] = ACTIONS(4125), + [anon_sym_annotation] = ACTIONS(4125), + [anon_sym_data] = ACTIONS(4125), + [anon_sym_inner] = ACTIONS(4125), + [anon_sym_override] = ACTIONS(4125), + [anon_sym_lateinit] = ACTIONS(4125), + [anon_sym_public] = ACTIONS(4125), + [anon_sym_private] = ACTIONS(4125), + [anon_sym_internal] = ACTIONS(4125), + [anon_sym_protected] = ACTIONS(4125), + [anon_sym_tailrec] = ACTIONS(4125), + [anon_sym_operator] = ACTIONS(4125), + [anon_sym_infix] = ACTIONS(4125), + [anon_sym_inline] = ACTIONS(4125), + [anon_sym_external] = ACTIONS(4125), + [sym_property_modifier] = ACTIONS(4125), + [anon_sym_abstract] = ACTIONS(4125), + [anon_sym_final] = ACTIONS(4125), + [anon_sym_open] = ACTIONS(4125), + [anon_sym_vararg] = ACTIONS(4125), + [anon_sym_noinline] = ACTIONS(4125), + [anon_sym_crossinline] = ACTIONS(4125), + [anon_sym_expect] = ACTIONS(4125), + [anon_sym_actual] = ACTIONS(4125), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4127), + [anon_sym_continue_AT] = ACTIONS(4127), + [anon_sym_break_AT] = ACTIONS(4127), + [sym_real_literal] = ACTIONS(4127), + [sym_integer_literal] = ACTIONS(4125), + [sym_hex_literal] = ACTIONS(4127), + [sym_bin_literal] = ACTIONS(4127), + [anon_sym_true] = ACTIONS(4125), + [anon_sym_false] = ACTIONS(4125), + [anon_sym_SQUOTE] = ACTIONS(4127), + [sym__backtick_identifier] = ACTIONS(4127), + [sym__automatic_semicolon] = ACTIONS(4127), + [sym_safe_nav] = ACTIONS(4127), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4127), + }, + [820] = { + [sym_getter] = STATE(5058), + [sym_setter] = STATE(5058), + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(2211), + [sym__comparison_operator] = STATE(2219), + [sym__in_operator] = STATE(2104), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(2248), + [sym__multiplicative_operator] = STATE(2250), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_modifiers] = STATE(8872), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2251), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(1754), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_RPAREN] = ACTIONS(1754), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(3572), + [anon_sym_COMMA] = ACTIONS(1786), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(4149), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(4229), - [anon_sym_get] = ACTIONS(4153), - [anon_sym_set] = ACTIONS(4155), - [anon_sym_STAR] = ACTIONS(4157), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(4159), - [anon_sym_while] = ACTIONS(1752), - [anon_sym_DOT_DOT] = ACTIONS(4161), - [anon_sym_QMARK_COLON] = ACTIONS(4163), - [anon_sym_AMP_AMP] = ACTIONS(4165), - [anon_sym_PIPE_PIPE] = ACTIONS(4167), - [anon_sym_else] = ACTIONS(1752), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_BANG_EQ] = ACTIONS(4169), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4171), - [anon_sym_EQ_EQ] = ACTIONS(4169), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4171), - [anon_sym_LT_EQ] = ACTIONS(4173), - [anon_sym_GT_EQ] = ACTIONS(4173), - [anon_sym_BANGin] = ACTIONS(4175), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), - [anon_sym_PLUS] = ACTIONS(4177), - [anon_sym_DASH] = ACTIONS(4177), - [anon_sym_SLASH] = ACTIONS(4179), - [anon_sym_PERCENT] = ACTIONS(4157), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), + [anon_sym_GT] = ACTIONS(4053), + [anon_sym_where] = ACTIONS(1784), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(4132), + [anon_sym_get] = ACTIONS(4093), + [anon_sym_set] = ACTIONS(4095), + [anon_sym_STAR] = ACTIONS(4061), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(4063), + [anon_sym_DOT_DOT] = ACTIONS(4065), + [anon_sym_QMARK_COLON] = ACTIONS(4067), + [anon_sym_AMP_AMP] = ACTIONS(4069), + [anon_sym_PIPE_PIPE] = ACTIONS(4071), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_BANG_EQ] = ACTIONS(4073), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4075), + [anon_sym_EQ_EQ] = ACTIONS(4073), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4075), + [anon_sym_LT_EQ] = ACTIONS(4077), + [anon_sym_GT_EQ] = ACTIONS(4077), + [anon_sym_BANGin] = ACTIONS(4079), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), + [anon_sym_PLUS] = ACTIONS(4081), + [anon_sym_DASH] = ACTIONS(4081), + [anon_sym_SLASH] = ACTIONS(4083), + [anon_sym_PERCENT] = ACTIONS(4061), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -135534,85 +132451,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), + [sym__automatic_semicolon] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(3598), [sym_multiline_comment] = ACTIONS(3), }, - [851] = { - [sym_getter] = STATE(3162), - [sym_setter] = STATE(3162), - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(1738), - [sym__comparison_operator] = STATE(1739), - [sym__in_operator] = STATE(1740), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(1741), - [sym__multiplicative_operator] = STATE(1742), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_modifiers] = STATE(8592), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1744), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [aux_sym_modifiers_repeat1] = STATE(5441), + [821] = { + [sym_getter] = STATE(5062), + [sym_setter] = STATE(5062), + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(2211), + [sym__comparison_operator] = STATE(2219), + [sym__in_operator] = STATE(2104), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(2248), + [sym__multiplicative_operator] = STATE(2250), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_modifiers] = STATE(8872), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2251), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(1772), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_RPAREN] = ACTIONS(1772), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_RBRACE] = ACTIONS(1696), + [anon_sym_LPAREN] = ACTIONS(3572), + [anon_sym_COMMA] = ACTIONS(1696), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(4149), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(4231), - [anon_sym_get] = ACTIONS(4153), - [anon_sym_set] = ACTIONS(4155), - [anon_sym_STAR] = ACTIONS(4157), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(4159), - [anon_sym_while] = ACTIONS(1770), - [anon_sym_DOT_DOT] = ACTIONS(4161), - [anon_sym_QMARK_COLON] = ACTIONS(4163), - [anon_sym_AMP_AMP] = ACTIONS(4165), - [anon_sym_PIPE_PIPE] = ACTIONS(4167), - [anon_sym_else] = ACTIONS(1770), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_BANG_EQ] = ACTIONS(4169), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4171), - [anon_sym_EQ_EQ] = ACTIONS(4169), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4171), - [anon_sym_LT_EQ] = ACTIONS(4173), - [anon_sym_GT_EQ] = ACTIONS(4173), - [anon_sym_BANGin] = ACTIONS(4175), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), - [anon_sym_PLUS] = ACTIONS(4177), - [anon_sym_DASH] = ACTIONS(4177), - [anon_sym_SLASH] = ACTIONS(4179), - [anon_sym_PERCENT] = ACTIONS(4157), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), + [anon_sym_GT] = ACTIONS(4053), + [anon_sym_where] = ACTIONS(1694), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(4134), + [anon_sym_get] = ACTIONS(4093), + [anon_sym_set] = ACTIONS(4095), + [anon_sym_STAR] = ACTIONS(4061), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(4063), + [anon_sym_DOT_DOT] = ACTIONS(4065), + [anon_sym_QMARK_COLON] = ACTIONS(4067), + [anon_sym_AMP_AMP] = ACTIONS(4069), + [anon_sym_PIPE_PIPE] = ACTIONS(4071), + [anon_sym_else] = ACTIONS(1694), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_BANG_EQ] = ACTIONS(4073), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4075), + [anon_sym_EQ_EQ] = ACTIONS(4073), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4075), + [anon_sym_LT_EQ] = ACTIONS(4077), + [anon_sym_GT_EQ] = ACTIONS(4077), + [anon_sym_BANGin] = ACTIONS(4079), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), + [anon_sym_PLUS] = ACTIONS(4081), + [anon_sym_DASH] = ACTIONS(4081), + [anon_sym_SLASH] = ACTIONS(4083), + [anon_sym_PERCENT] = ACTIONS(4061), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -135640,191 +132558,193 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), + [sym__automatic_semicolon] = ACTIONS(1696), + [sym_safe_nav] = ACTIONS(3598), [sym_multiline_comment] = ACTIONS(3), }, - [852] = { - [sym__alpha_identifier] = ACTIONS(4233), - [anon_sym_AT] = ACTIONS(4236), - [anon_sym_LBRACK] = ACTIONS(4236), - [anon_sym_RBRACK] = ACTIONS(4239), - [anon_sym_as] = ACTIONS(4241), - [anon_sym_EQ] = ACTIONS(4241), - [anon_sym_LBRACE] = ACTIONS(4236), - [anon_sym_RBRACE] = ACTIONS(4239), - [anon_sym_LPAREN] = ACTIONS(4243), - [anon_sym_COMMA] = ACTIONS(4239), - [anon_sym_RPAREN] = ACTIONS(4239), - [anon_sym_LT] = ACTIONS(4241), - [anon_sym_GT] = ACTIONS(4241), - [anon_sym_where] = ACTIONS(4241), - [anon_sym_object] = ACTIONS(3828), - [anon_sym_fun] = ACTIONS(3828), - [anon_sym_DOT] = ACTIONS(4241), - [anon_sym_SEMI] = ACTIONS(4239), - [anon_sym_get] = ACTIONS(4233), - [anon_sym_set] = ACTIONS(4233), - [anon_sym_this] = ACTIONS(3828), - [anon_sym_super] = ACTIONS(3828), - [anon_sym_STAR] = ACTIONS(4233), - [anon_sym_DASH_GT] = ACTIONS(4239), - [sym_label] = ACTIONS(4233), - [anon_sym_in] = ACTIONS(4241), - [anon_sym_while] = ACTIONS(4241), - [anon_sym_DOT_DOT] = ACTIONS(4239), - [anon_sym_QMARK_COLON] = ACTIONS(4239), - [anon_sym_AMP_AMP] = ACTIONS(4239), - [anon_sym_PIPE_PIPE] = ACTIONS(4239), - [anon_sym_null] = ACTIONS(3828), - [anon_sym_if] = ACTIONS(3828), - [anon_sym_else] = ACTIONS(4241), - [anon_sym_when] = ACTIONS(3828), - [anon_sym_try] = ACTIONS(3828), - [anon_sym_throw] = ACTIONS(3828), - [anon_sym_return] = ACTIONS(3828), - [anon_sym_continue] = ACTIONS(3828), - [anon_sym_break] = ACTIONS(3828), - [anon_sym_COLON_COLON] = ACTIONS(4236), - [anon_sym_PLUS_EQ] = ACTIONS(4239), - [anon_sym_DASH_EQ] = ACTIONS(4239), - [anon_sym_STAR_EQ] = ACTIONS(4239), - [anon_sym_SLASH_EQ] = ACTIONS(4239), - [anon_sym_PERCENT_EQ] = ACTIONS(4239), - [anon_sym_BANG_EQ] = ACTIONS(4241), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4239), - [anon_sym_EQ_EQ] = ACTIONS(4241), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4239), - [anon_sym_LT_EQ] = ACTIONS(4239), - [anon_sym_GT_EQ] = ACTIONS(4239), - [anon_sym_BANGin] = ACTIONS(4239), - [anon_sym_is] = ACTIONS(4241), - [anon_sym_BANGis] = ACTIONS(4239), - [anon_sym_PLUS] = ACTIONS(4233), - [anon_sym_DASH] = ACTIONS(4233), - [anon_sym_SLASH] = ACTIONS(4241), - [anon_sym_PERCENT] = ACTIONS(4241), - [anon_sym_as_QMARK] = ACTIONS(4239), - [anon_sym_PLUS_PLUS] = ACTIONS(4236), - [anon_sym_DASH_DASH] = ACTIONS(4236), - [anon_sym_BANG] = ACTIONS(3828), - [anon_sym_BANG_BANG] = ACTIONS(4239), - [anon_sym_suspend] = ACTIONS(4241), - [anon_sym_sealed] = ACTIONS(4241), - [anon_sym_annotation] = ACTIONS(4241), - [anon_sym_data] = ACTIONS(4233), - [anon_sym_inner] = ACTIONS(4233), - [anon_sym_override] = ACTIONS(4241), - [anon_sym_lateinit] = ACTIONS(4241), - [anon_sym_public] = ACTIONS(4241), - [anon_sym_private] = ACTIONS(4241), - [anon_sym_internal] = ACTIONS(4241), - [anon_sym_protected] = ACTIONS(4241), - [anon_sym_tailrec] = ACTIONS(4241), - [anon_sym_operator] = ACTIONS(4241), - [anon_sym_infix] = ACTIONS(4241), - [anon_sym_inline] = ACTIONS(4241), - [anon_sym_external] = ACTIONS(4241), - [sym_property_modifier] = ACTIONS(4241), - [anon_sym_abstract] = ACTIONS(4241), - [anon_sym_final] = ACTIONS(4241), - [anon_sym_open] = ACTIONS(4241), - [anon_sym_vararg] = ACTIONS(4241), - [anon_sym_noinline] = ACTIONS(4241), - [anon_sym_crossinline] = ACTIONS(4241), - [anon_sym_expect] = ACTIONS(4233), - [anon_sym_actual] = ACTIONS(4233), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3833), - [anon_sym_continue_AT] = ACTIONS(3833), - [anon_sym_break_AT] = ACTIONS(3833), - [sym_real_literal] = ACTIONS(3833), - [sym_integer_literal] = ACTIONS(3828), - [sym_hex_literal] = ACTIONS(3833), - [sym_bin_literal] = ACTIONS(3833), - [anon_sym_true] = ACTIONS(3828), - [anon_sym_false] = ACTIONS(3828), - [anon_sym_SQUOTE] = ACTIONS(3833), - [sym__backtick_identifier] = ACTIONS(4236), - [sym_safe_nav] = ACTIONS(4239), + [822] = { + [sym__loop_statement] = STATE(4574), + [sym_for_statement] = STATE(4574), + [sym_while_statement] = STATE(4574), + [sym_do_while_statement] = STATE(4574), + [sym_assignment] = STATE(4574), + [sym__expression] = STATE(4168), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4435), + [sym_parenthesized_expression] = STATE(4435), + [sym_collection_literal] = STATE(4435), + [sym__literal_constant] = STATE(4435), + [sym_string_literal] = STATE(4435), + [sym_lambda_literal] = STATE(4435), + [sym_anonymous_function] = STATE(4435), + [sym__function_literal] = STATE(4435), + [sym_object_literal] = STATE(4435), + [sym_this_expression] = STATE(4435), + [sym_super_expression] = STATE(4435), + [sym_if_expression] = STATE(4435), + [sym_when_expression] = STATE(4435), + [sym_try_expression] = STATE(4435), + [sym_jump_expression] = STATE(4435), + [sym_callable_reference] = STATE(4435), + [sym__prefix_unary_operator] = STATE(1903), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7894), + [sym_annotation] = STATE(1375), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4608), + [sym__return_at] = STATE(310), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4435), + [sym_long_literal] = STATE(4435), + [sym_boolean_literal] = STATE(4435), + [sym_character_literal] = STATE(4435), + [sym__lexical_identifier] = STATE(4461), + [aux_sym__statement_repeat1] = STATE(5317), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(1940), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(1065), + [sym_label] = ACTIONS(311), + [anon_sym_for] = ACTIONS(1067), + [anon_sym_while] = ACTIONS(1069), + [anon_sym_do] = ACTIONS(239), + [anon_sym_null] = ACTIONS(319), + [anon_sym_if] = ACTIONS(321), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(323), + [anon_sym_return] = ACTIONS(325), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(327), + [anon_sym_DASH] = ACTIONS(327), + [anon_sym_PLUS_PLUS] = ACTIONS(329), + [anon_sym_DASH_DASH] = ACTIONS(329), + [anon_sym_BANG] = ACTIONS(329), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(331), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3833), + [sym__string_start] = ACTIONS(283), }, - [853] = { - [sym_getter] = STATE(3176), - [sym_setter] = STATE(3176), - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(1738), - [sym__comparison_operator] = STATE(1739), - [sym__in_operator] = STATE(1740), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(1741), - [sym__multiplicative_operator] = STATE(1742), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_modifiers] = STATE(8592), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1744), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [aux_sym_modifiers_repeat1] = STATE(5441), + [823] = { + [sym_getter] = STATE(4923), + [sym_setter] = STATE(4923), + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(2211), + [sym__comparison_operator] = STATE(2219), + [sym__in_operator] = STATE(2104), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(2248), + [sym__multiplicative_operator] = STATE(2250), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_modifiers] = STATE(8872), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2251), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(1766), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_RPAREN] = ACTIONS(1766), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_RBRACE] = ACTIONS(1772), + [anon_sym_LPAREN] = ACTIONS(3572), + [anon_sym_COMMA] = ACTIONS(1772), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(4149), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(4247), - [anon_sym_get] = ACTIONS(4153), - [anon_sym_set] = ACTIONS(4155), - [anon_sym_STAR] = ACTIONS(4157), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(4159), - [anon_sym_while] = ACTIONS(1764), - [anon_sym_DOT_DOT] = ACTIONS(4161), - [anon_sym_QMARK_COLON] = ACTIONS(4163), - [anon_sym_AMP_AMP] = ACTIONS(4165), - [anon_sym_PIPE_PIPE] = ACTIONS(4167), - [anon_sym_else] = ACTIONS(1764), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_BANG_EQ] = ACTIONS(4169), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4171), - [anon_sym_EQ_EQ] = ACTIONS(4169), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4171), - [anon_sym_LT_EQ] = ACTIONS(4173), - [anon_sym_GT_EQ] = ACTIONS(4173), - [anon_sym_BANGin] = ACTIONS(4175), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), - [anon_sym_PLUS] = ACTIONS(4177), - [anon_sym_DASH] = ACTIONS(4177), - [anon_sym_SLASH] = ACTIONS(4179), - [anon_sym_PERCENT] = ACTIONS(4157), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), + [anon_sym_GT] = ACTIONS(4053), + [anon_sym_where] = ACTIONS(1770), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(4136), + [anon_sym_get] = ACTIONS(4093), + [anon_sym_set] = ACTIONS(4095), + [anon_sym_STAR] = ACTIONS(4061), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(4063), + [anon_sym_DOT_DOT] = ACTIONS(4065), + [anon_sym_QMARK_COLON] = ACTIONS(4067), + [anon_sym_AMP_AMP] = ACTIONS(4069), + [anon_sym_PIPE_PIPE] = ACTIONS(4071), + [anon_sym_else] = ACTIONS(1770), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_BANG_EQ] = ACTIONS(4073), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4075), + [anon_sym_EQ_EQ] = ACTIONS(4073), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4075), + [anon_sym_LT_EQ] = ACTIONS(4077), + [anon_sym_GT_EQ] = ACTIONS(4077), + [anon_sym_BANGin] = ACTIONS(4079), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), + [anon_sym_PLUS] = ACTIONS(4081), + [anon_sym_DASH] = ACTIONS(4081), + [anon_sym_SLASH] = ACTIONS(4083), + [anon_sym_PERCENT] = ACTIONS(4061), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -135852,410 +132772,200 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), - [sym_multiline_comment] = ACTIONS(3), - }, - [854] = { - [sym__alpha_identifier] = ACTIONS(4249), - [anon_sym_AT] = ACTIONS(4252), - [anon_sym_LBRACK] = ACTIONS(4252), - [anon_sym_RBRACK] = ACTIONS(4255), - [anon_sym_as] = ACTIONS(4257), - [anon_sym_EQ] = ACTIONS(4257), - [anon_sym_LBRACE] = ACTIONS(4252), - [anon_sym_RBRACE] = ACTIONS(4255), - [anon_sym_LPAREN] = ACTIONS(4259), - [anon_sym_COMMA] = ACTIONS(4255), - [anon_sym_RPAREN] = ACTIONS(4255), - [anon_sym_LT] = ACTIONS(4257), - [anon_sym_GT] = ACTIONS(4257), - [anon_sym_where] = ACTIONS(4257), - [anon_sym_object] = ACTIONS(3828), - [anon_sym_fun] = ACTIONS(3828), - [anon_sym_DOT] = ACTIONS(4257), - [anon_sym_SEMI] = ACTIONS(4255), - [anon_sym_get] = ACTIONS(4249), - [anon_sym_set] = ACTIONS(4249), - [anon_sym_this] = ACTIONS(3828), - [anon_sym_super] = ACTIONS(3828), - [anon_sym_STAR] = ACTIONS(4249), - [anon_sym_DASH_GT] = ACTIONS(4255), - [sym_label] = ACTIONS(4249), - [anon_sym_in] = ACTIONS(4257), - [anon_sym_while] = ACTIONS(4257), - [anon_sym_DOT_DOT] = ACTIONS(4255), - [anon_sym_QMARK_COLON] = ACTIONS(4255), - [anon_sym_AMP_AMP] = ACTIONS(4255), - [anon_sym_PIPE_PIPE] = ACTIONS(4255), - [anon_sym_null] = ACTIONS(3828), - [anon_sym_if] = ACTIONS(3828), - [anon_sym_else] = ACTIONS(4257), - [anon_sym_when] = ACTIONS(3828), - [anon_sym_try] = ACTIONS(3828), - [anon_sym_throw] = ACTIONS(3828), - [anon_sym_return] = ACTIONS(3828), - [anon_sym_continue] = ACTIONS(3828), - [anon_sym_break] = ACTIONS(3828), - [anon_sym_COLON_COLON] = ACTIONS(4252), - [anon_sym_PLUS_EQ] = ACTIONS(4255), - [anon_sym_DASH_EQ] = ACTIONS(4255), - [anon_sym_STAR_EQ] = ACTIONS(4255), - [anon_sym_SLASH_EQ] = ACTIONS(4255), - [anon_sym_PERCENT_EQ] = ACTIONS(4255), - [anon_sym_BANG_EQ] = ACTIONS(4257), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4255), - [anon_sym_EQ_EQ] = ACTIONS(4257), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4255), - [anon_sym_LT_EQ] = ACTIONS(4255), - [anon_sym_GT_EQ] = ACTIONS(4255), - [anon_sym_BANGin] = ACTIONS(4255), - [anon_sym_is] = ACTIONS(4257), - [anon_sym_BANGis] = ACTIONS(4255), - [anon_sym_PLUS] = ACTIONS(4249), - [anon_sym_DASH] = ACTIONS(4249), - [anon_sym_SLASH] = ACTIONS(4257), - [anon_sym_PERCENT] = ACTIONS(4257), - [anon_sym_as_QMARK] = ACTIONS(4255), - [anon_sym_PLUS_PLUS] = ACTIONS(4252), - [anon_sym_DASH_DASH] = ACTIONS(4252), - [anon_sym_BANG] = ACTIONS(3828), - [anon_sym_BANG_BANG] = ACTIONS(4255), - [anon_sym_suspend] = ACTIONS(4257), - [anon_sym_sealed] = ACTIONS(4257), - [anon_sym_annotation] = ACTIONS(4257), - [anon_sym_data] = ACTIONS(4249), - [anon_sym_inner] = ACTIONS(4249), - [anon_sym_override] = ACTIONS(4257), - [anon_sym_lateinit] = ACTIONS(4257), - [anon_sym_public] = ACTIONS(4257), - [anon_sym_private] = ACTIONS(4257), - [anon_sym_internal] = ACTIONS(4257), - [anon_sym_protected] = ACTIONS(4257), - [anon_sym_tailrec] = ACTIONS(4257), - [anon_sym_operator] = ACTIONS(4257), - [anon_sym_infix] = ACTIONS(4257), - [anon_sym_inline] = ACTIONS(4257), - [anon_sym_external] = ACTIONS(4257), - [sym_property_modifier] = ACTIONS(4257), - [anon_sym_abstract] = ACTIONS(4257), - [anon_sym_final] = ACTIONS(4257), - [anon_sym_open] = ACTIONS(4257), - [anon_sym_vararg] = ACTIONS(4257), - [anon_sym_noinline] = ACTIONS(4257), - [anon_sym_crossinline] = ACTIONS(4257), - [anon_sym_expect] = ACTIONS(4249), - [anon_sym_actual] = ACTIONS(4249), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3833), - [anon_sym_continue_AT] = ACTIONS(3833), - [anon_sym_break_AT] = ACTIONS(3833), - [sym_real_literal] = ACTIONS(3833), - [sym_integer_literal] = ACTIONS(3828), - [sym_hex_literal] = ACTIONS(3833), - [sym_bin_literal] = ACTIONS(3833), - [anon_sym_true] = ACTIONS(3828), - [anon_sym_false] = ACTIONS(3828), - [anon_sym_SQUOTE] = ACTIONS(3833), - [sym__backtick_identifier] = ACTIONS(4252), - [sym_safe_nav] = ACTIONS(4255), + [sym__automatic_semicolon] = ACTIONS(1772), + [sym_safe_nav] = ACTIONS(3598), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3833), - }, - [855] = { - [aux_sym_nullable_type_repeat1] = STATE(869), - [sym__alpha_identifier] = ACTIONS(4263), - [anon_sym_AT] = ACTIONS(4265), - [anon_sym_LBRACK] = ACTIONS(4265), - [anon_sym_as] = ACTIONS(4263), - [anon_sym_EQ] = ACTIONS(4263), - [anon_sym_LBRACE] = ACTIONS(4265), - [anon_sym_RBRACE] = ACTIONS(4265), - [anon_sym_LPAREN] = ACTIONS(4265), - [anon_sym_COMMA] = ACTIONS(4265), - [anon_sym_by] = ACTIONS(4263), - [anon_sym_LT] = ACTIONS(4263), - [anon_sym_GT] = ACTIONS(4263), - [anon_sym_where] = ACTIONS(4263), - [anon_sym_object] = ACTIONS(4263), - [anon_sym_fun] = ACTIONS(4263), - [anon_sym_DOT] = ACTIONS(4263), - [anon_sym_SEMI] = ACTIONS(4265), - [anon_sym_get] = ACTIONS(4263), - [anon_sym_set] = ACTIONS(4263), - [anon_sym_this] = ACTIONS(4263), - [anon_sym_super] = ACTIONS(4263), - [sym__quest] = ACTIONS(4267), - [anon_sym_STAR] = ACTIONS(4263), - [sym_label] = ACTIONS(4263), - [anon_sym_in] = ACTIONS(4263), - [anon_sym_DOT_DOT] = ACTIONS(4265), - [anon_sym_QMARK_COLON] = ACTIONS(4265), - [anon_sym_AMP_AMP] = ACTIONS(4265), - [anon_sym_PIPE_PIPE] = ACTIONS(4265), - [anon_sym_null] = ACTIONS(4263), - [anon_sym_if] = ACTIONS(4263), - [anon_sym_else] = ACTIONS(4263), - [anon_sym_when] = ACTIONS(4263), - [anon_sym_try] = ACTIONS(4263), - [anon_sym_throw] = ACTIONS(4263), - [anon_sym_return] = ACTIONS(4263), - [anon_sym_continue] = ACTIONS(4263), - [anon_sym_break] = ACTIONS(4263), - [anon_sym_COLON_COLON] = ACTIONS(4265), - [anon_sym_PLUS_EQ] = ACTIONS(4265), - [anon_sym_DASH_EQ] = ACTIONS(4265), - [anon_sym_STAR_EQ] = ACTIONS(4265), - [anon_sym_SLASH_EQ] = ACTIONS(4265), - [anon_sym_PERCENT_EQ] = ACTIONS(4265), - [anon_sym_BANG_EQ] = ACTIONS(4263), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4265), - [anon_sym_EQ_EQ] = ACTIONS(4263), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4265), - [anon_sym_LT_EQ] = ACTIONS(4265), - [anon_sym_GT_EQ] = ACTIONS(4265), - [anon_sym_BANGin] = ACTIONS(4265), - [anon_sym_is] = ACTIONS(4263), - [anon_sym_BANGis] = ACTIONS(4265), - [anon_sym_PLUS] = ACTIONS(4263), - [anon_sym_DASH] = ACTIONS(4263), - [anon_sym_SLASH] = ACTIONS(4263), - [anon_sym_PERCENT] = ACTIONS(4263), - [anon_sym_as_QMARK] = ACTIONS(4265), - [anon_sym_PLUS_PLUS] = ACTIONS(4265), - [anon_sym_DASH_DASH] = ACTIONS(4265), - [anon_sym_BANG] = ACTIONS(4263), - [anon_sym_BANG_BANG] = ACTIONS(4265), - [anon_sym_suspend] = ACTIONS(4263), - [anon_sym_sealed] = ACTIONS(4263), - [anon_sym_annotation] = ACTIONS(4263), - [anon_sym_data] = ACTIONS(4263), - [anon_sym_inner] = ACTIONS(4263), - [anon_sym_override] = ACTIONS(4263), - [anon_sym_lateinit] = ACTIONS(4263), - [anon_sym_public] = ACTIONS(4263), - [anon_sym_private] = ACTIONS(4263), - [anon_sym_internal] = ACTIONS(4263), - [anon_sym_protected] = ACTIONS(4263), - [anon_sym_tailrec] = ACTIONS(4263), - [anon_sym_operator] = ACTIONS(4263), - [anon_sym_infix] = ACTIONS(4263), - [anon_sym_inline] = ACTIONS(4263), - [anon_sym_external] = ACTIONS(4263), - [sym_property_modifier] = ACTIONS(4263), - [anon_sym_abstract] = ACTIONS(4263), - [anon_sym_final] = ACTIONS(4263), - [anon_sym_open] = ACTIONS(4263), - [anon_sym_vararg] = ACTIONS(4263), - [anon_sym_noinline] = ACTIONS(4263), - [anon_sym_crossinline] = ACTIONS(4263), - [anon_sym_expect] = ACTIONS(4263), - [anon_sym_actual] = ACTIONS(4263), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4265), - [anon_sym_continue_AT] = ACTIONS(4265), - [anon_sym_break_AT] = ACTIONS(4265), - [sym_real_literal] = ACTIONS(4265), - [sym_integer_literal] = ACTIONS(4263), - [sym_hex_literal] = ACTIONS(4265), - [sym_bin_literal] = ACTIONS(4265), - [anon_sym_true] = ACTIONS(4263), - [anon_sym_false] = ACTIONS(4263), - [anon_sym_SQUOTE] = ACTIONS(4265), - [sym__backtick_identifier] = ACTIONS(4265), - [sym__automatic_semicolon] = ACTIONS(4265), - [sym_safe_nav] = ACTIONS(4265), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4265), }, - [856] = { - [aux_sym_user_type_repeat1] = STATE(868), - [sym__alpha_identifier] = ACTIONS(4269), - [anon_sym_AT] = ACTIONS(4271), - [anon_sym_LBRACK] = ACTIONS(4271), - [anon_sym_as] = ACTIONS(4269), - [anon_sym_EQ] = ACTIONS(4269), - [anon_sym_LBRACE] = ACTIONS(4271), - [anon_sym_RBRACE] = ACTIONS(4271), - [anon_sym_LPAREN] = ACTIONS(4271), - [anon_sym_COMMA] = ACTIONS(4271), - [anon_sym_by] = ACTIONS(4269), - [anon_sym_LT] = ACTIONS(4269), - [anon_sym_GT] = ACTIONS(4269), - [anon_sym_where] = ACTIONS(4269), - [anon_sym_object] = ACTIONS(4269), - [anon_sym_fun] = ACTIONS(4269), - [anon_sym_DOT] = ACTIONS(4273), - [anon_sym_SEMI] = ACTIONS(4271), - [anon_sym_get] = ACTIONS(4269), - [anon_sym_set] = ACTIONS(4269), - [anon_sym_this] = ACTIONS(4269), - [anon_sym_super] = ACTIONS(4269), - [sym__quest] = ACTIONS(4269), - [anon_sym_STAR] = ACTIONS(4269), - [sym_label] = ACTIONS(4269), - [anon_sym_in] = ACTIONS(4269), - [anon_sym_DOT_DOT] = ACTIONS(4271), - [anon_sym_QMARK_COLON] = ACTIONS(4271), - [anon_sym_AMP_AMP] = ACTIONS(4271), - [anon_sym_PIPE_PIPE] = ACTIONS(4271), - [anon_sym_null] = ACTIONS(4269), - [anon_sym_if] = ACTIONS(4269), - [anon_sym_else] = ACTIONS(4269), - [anon_sym_when] = ACTIONS(4269), - [anon_sym_try] = ACTIONS(4269), - [anon_sym_throw] = ACTIONS(4269), - [anon_sym_return] = ACTIONS(4269), - [anon_sym_continue] = ACTIONS(4269), - [anon_sym_break] = ACTIONS(4269), - [anon_sym_COLON_COLON] = ACTIONS(4271), - [anon_sym_PLUS_EQ] = ACTIONS(4271), - [anon_sym_DASH_EQ] = ACTIONS(4271), - [anon_sym_STAR_EQ] = ACTIONS(4271), - [anon_sym_SLASH_EQ] = ACTIONS(4271), - [anon_sym_PERCENT_EQ] = ACTIONS(4271), - [anon_sym_BANG_EQ] = ACTIONS(4269), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4271), - [anon_sym_EQ_EQ] = ACTIONS(4269), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4271), - [anon_sym_LT_EQ] = ACTIONS(4271), - [anon_sym_GT_EQ] = ACTIONS(4271), - [anon_sym_BANGin] = ACTIONS(4271), - [anon_sym_is] = ACTIONS(4269), - [anon_sym_BANGis] = ACTIONS(4271), - [anon_sym_PLUS] = ACTIONS(4269), - [anon_sym_DASH] = ACTIONS(4269), - [anon_sym_SLASH] = ACTIONS(4269), - [anon_sym_PERCENT] = ACTIONS(4269), - [anon_sym_as_QMARK] = ACTIONS(4271), - [anon_sym_PLUS_PLUS] = ACTIONS(4271), - [anon_sym_DASH_DASH] = ACTIONS(4271), - [anon_sym_BANG] = ACTIONS(4269), - [anon_sym_BANG_BANG] = ACTIONS(4271), - [anon_sym_suspend] = ACTIONS(4269), - [anon_sym_sealed] = ACTIONS(4269), - [anon_sym_annotation] = ACTIONS(4269), - [anon_sym_data] = ACTIONS(4269), - [anon_sym_inner] = ACTIONS(4269), - [anon_sym_override] = ACTIONS(4269), - [anon_sym_lateinit] = ACTIONS(4269), - [anon_sym_public] = ACTIONS(4269), - [anon_sym_private] = ACTIONS(4269), - [anon_sym_internal] = ACTIONS(4269), - [anon_sym_protected] = ACTIONS(4269), - [anon_sym_tailrec] = ACTIONS(4269), - [anon_sym_operator] = ACTIONS(4269), - [anon_sym_infix] = ACTIONS(4269), - [anon_sym_inline] = ACTIONS(4269), - [anon_sym_external] = ACTIONS(4269), - [sym_property_modifier] = ACTIONS(4269), - [anon_sym_abstract] = ACTIONS(4269), - [anon_sym_final] = ACTIONS(4269), - [anon_sym_open] = ACTIONS(4269), - [anon_sym_vararg] = ACTIONS(4269), - [anon_sym_noinline] = ACTIONS(4269), - [anon_sym_crossinline] = ACTIONS(4269), - [anon_sym_expect] = ACTIONS(4269), - [anon_sym_actual] = ACTIONS(4269), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4271), - [anon_sym_continue_AT] = ACTIONS(4271), - [anon_sym_break_AT] = ACTIONS(4271), - [sym_real_literal] = ACTIONS(4271), - [sym_integer_literal] = ACTIONS(4269), - [sym_hex_literal] = ACTIONS(4271), - [sym_bin_literal] = ACTIONS(4271), - [anon_sym_true] = ACTIONS(4269), - [anon_sym_false] = ACTIONS(4269), - [anon_sym_SQUOTE] = ACTIONS(4271), - [sym__backtick_identifier] = ACTIONS(4271), - [sym__automatic_semicolon] = ACTIONS(4271), - [sym_safe_nav] = ACTIONS(4271), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4271), + [824] = { + [sym__loop_statement] = STATE(3684), + [sym_for_statement] = STATE(3684), + [sym_while_statement] = STATE(3684), + [sym_do_while_statement] = STATE(3684), + [sym_assignment] = STATE(3684), + [sym__expression] = STATE(2511), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(2836), + [sym_parenthesized_expression] = STATE(2836), + [sym_collection_literal] = STATE(2836), + [sym__literal_constant] = STATE(2836), + [sym_string_literal] = STATE(2836), + [sym_lambda_literal] = STATE(2836), + [sym_anonymous_function] = STATE(2836), + [sym__function_literal] = STATE(2836), + [sym_object_literal] = STATE(2836), + [sym_this_expression] = STATE(2836), + [sym_super_expression] = STATE(2836), + [sym_if_expression] = STATE(2836), + [sym_when_expression] = STATE(2836), + [sym_try_expression] = STATE(2836), + [sym_jump_expression] = STATE(2836), + [sym_callable_reference] = STATE(2836), + [sym__prefix_unary_operator] = STATE(2362), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7922), + [sym_annotation] = STATE(1408), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3725), + [sym__return_at] = STATE(263), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(2836), + [sym_long_literal] = STATE(2836), + [sym_boolean_literal] = STATE(2836), + [sym_character_literal] = STATE(2836), + [sym__lexical_identifier] = STATE(3382), + [aux_sym__statement_repeat1] = STATE(5317), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1634), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1021), + [sym_label] = ACTIONS(1023), + [anon_sym_for] = ACTIONS(1025), + [anon_sym_while] = ACTIONS(1027), + [anon_sym_do] = ACTIONS(491), + [anon_sym_null] = ACTIONS(881), + [anon_sym_if] = ACTIONS(761), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(763), + [anon_sym_return] = ACTIONS(765), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(1029), + [anon_sym_DASH] = ACTIONS(1029), + [anon_sym_PLUS_PLUS] = ACTIONS(1031), + [anon_sym_DASH_DASH] = ACTIONS(1031), + [anon_sym_BANG] = ACTIONS(1031), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(887), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), }, - [857] = { - [sym_getter] = STATE(4657), - [sym_setter] = STATE(4657), - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(1738), - [sym__comparison_operator] = STATE(1739), - [sym__in_operator] = STATE(1740), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(1741), - [sym__multiplicative_operator] = STATE(1742), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_modifiers] = STATE(8572), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1744), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [aux_sym_modifiers_repeat1] = STATE(5441), + [825] = { + [sym_getter] = STATE(5029), + [sym_setter] = STATE(5029), + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(2211), + [sym__comparison_operator] = STATE(2219), + [sym__in_operator] = STATE(2104), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(2248), + [sym__multiplicative_operator] = STATE(2250), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_modifiers] = STATE(8872), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2251), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(1784), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_RPAREN] = ACTIONS(1784), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_LPAREN] = ACTIONS(3572), + [anon_sym_COMMA] = ACTIONS(1754), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(4149), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(4276), - [anon_sym_get] = ACTIONS(4278), - [anon_sym_set] = ACTIONS(4280), - [anon_sym_STAR] = ACTIONS(4157), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(4159), - [anon_sym_while] = ACTIONS(1782), - [anon_sym_DOT_DOT] = ACTIONS(4161), - [anon_sym_QMARK_COLON] = ACTIONS(4163), - [anon_sym_AMP_AMP] = ACTIONS(4165), - [anon_sym_PIPE_PIPE] = ACTIONS(4167), - [anon_sym_else] = ACTIONS(1782), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_BANG_EQ] = ACTIONS(4169), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4171), - [anon_sym_EQ_EQ] = ACTIONS(4169), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4171), - [anon_sym_LT_EQ] = ACTIONS(4173), - [anon_sym_GT_EQ] = ACTIONS(4173), - [anon_sym_BANGin] = ACTIONS(4175), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), - [anon_sym_PLUS] = ACTIONS(4177), - [anon_sym_DASH] = ACTIONS(4177), - [anon_sym_SLASH] = ACTIONS(4179), - [anon_sym_PERCENT] = ACTIONS(4157), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(1746), - [anon_sym_inner] = ACTIONS(1746), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_GT] = ACTIONS(4053), + [anon_sym_where] = ACTIONS(1752), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(4138), + [anon_sym_get] = ACTIONS(4093), + [anon_sym_set] = ACTIONS(4095), + [anon_sym_STAR] = ACTIONS(4061), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(4063), + [anon_sym_DOT_DOT] = ACTIONS(4065), + [anon_sym_QMARK_COLON] = ACTIONS(4067), + [anon_sym_AMP_AMP] = ACTIONS(4069), + [anon_sym_PIPE_PIPE] = ACTIONS(4071), + [anon_sym_else] = ACTIONS(1752), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_BANG_EQ] = ACTIONS(4073), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4075), + [anon_sym_EQ_EQ] = ACTIONS(4073), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4075), + [anon_sym_LT_EQ] = ACTIONS(4077), + [anon_sym_GT_EQ] = ACTIONS(4077), + [anon_sym_BANGin] = ACTIONS(4079), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), + [anon_sym_PLUS] = ACTIONS(4081), + [anon_sym_DASH] = ACTIONS(4081), + [anon_sym_SLASH] = ACTIONS(4083), + [anon_sym_PERCENT] = ACTIONS(4061), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(1746), + [anon_sym_inner] = ACTIONS(1746), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), [anon_sym_private] = ACTIONS(81), [anon_sym_internal] = ACTIONS(81), @@ -136276,403 +132986,1575 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), + [sym__automatic_semicolon] = ACTIONS(1754), + [sym_safe_nav] = ACTIONS(3598), [sym_multiline_comment] = ACTIONS(3), }, - [858] = { - [sym_type_constraints] = STATE(877), - [sym_function_body] = STATE(1112), - [sym__block] = STATE(1128), - [sym__alpha_identifier] = ACTIONS(4095), - [anon_sym_AT] = ACTIONS(4097), - [anon_sym_LBRACK] = ACTIONS(4097), - [anon_sym_as] = ACTIONS(4095), - [anon_sym_EQ] = ACTIONS(4079), - [anon_sym_LBRACE] = ACTIONS(4081), - [anon_sym_RBRACE] = ACTIONS(4097), - [anon_sym_LPAREN] = ACTIONS(4097), - [anon_sym_COMMA] = ACTIONS(4097), - [anon_sym_LT] = ACTIONS(4095), - [anon_sym_GT] = ACTIONS(4095), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(4095), - [anon_sym_fun] = ACTIONS(4095), - [anon_sym_DOT] = ACTIONS(4095), - [anon_sym_SEMI] = ACTIONS(4097), - [anon_sym_get] = ACTIONS(4095), - [anon_sym_set] = ACTIONS(4095), - [anon_sym_this] = ACTIONS(4095), - [anon_sym_super] = ACTIONS(4095), - [anon_sym_STAR] = ACTIONS(4095), - [sym_label] = ACTIONS(4095), - [anon_sym_in] = ACTIONS(4095), - [anon_sym_DOT_DOT] = ACTIONS(4097), - [anon_sym_QMARK_COLON] = ACTIONS(4097), - [anon_sym_AMP_AMP] = ACTIONS(4097), - [anon_sym_PIPE_PIPE] = ACTIONS(4097), - [anon_sym_null] = ACTIONS(4095), - [anon_sym_if] = ACTIONS(4095), - [anon_sym_else] = ACTIONS(4095), - [anon_sym_when] = ACTIONS(4095), - [anon_sym_try] = ACTIONS(4095), - [anon_sym_throw] = ACTIONS(4095), - [anon_sym_return] = ACTIONS(4095), - [anon_sym_continue] = ACTIONS(4095), - [anon_sym_break] = ACTIONS(4095), - [anon_sym_COLON_COLON] = ACTIONS(4097), - [anon_sym_PLUS_EQ] = ACTIONS(4097), - [anon_sym_DASH_EQ] = ACTIONS(4097), - [anon_sym_STAR_EQ] = ACTIONS(4097), - [anon_sym_SLASH_EQ] = ACTIONS(4097), - [anon_sym_PERCENT_EQ] = ACTIONS(4097), - [anon_sym_BANG_EQ] = ACTIONS(4095), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4097), - [anon_sym_EQ_EQ] = ACTIONS(4095), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4097), - [anon_sym_LT_EQ] = ACTIONS(4097), - [anon_sym_GT_EQ] = ACTIONS(4097), - [anon_sym_BANGin] = ACTIONS(4097), - [anon_sym_is] = ACTIONS(4095), - [anon_sym_BANGis] = ACTIONS(4097), - [anon_sym_PLUS] = ACTIONS(4095), - [anon_sym_DASH] = ACTIONS(4095), - [anon_sym_SLASH] = ACTIONS(4095), - [anon_sym_PERCENT] = ACTIONS(4095), - [anon_sym_as_QMARK] = ACTIONS(4097), - [anon_sym_PLUS_PLUS] = ACTIONS(4097), - [anon_sym_DASH_DASH] = ACTIONS(4097), - [anon_sym_BANG] = ACTIONS(4095), - [anon_sym_BANG_BANG] = ACTIONS(4097), - [anon_sym_suspend] = ACTIONS(4095), - [anon_sym_sealed] = ACTIONS(4095), - [anon_sym_annotation] = ACTIONS(4095), - [anon_sym_data] = ACTIONS(4095), - [anon_sym_inner] = ACTIONS(4095), - [anon_sym_override] = ACTIONS(4095), - [anon_sym_lateinit] = ACTIONS(4095), - [anon_sym_public] = ACTIONS(4095), - [anon_sym_private] = ACTIONS(4095), - [anon_sym_internal] = ACTIONS(4095), - [anon_sym_protected] = ACTIONS(4095), - [anon_sym_tailrec] = ACTIONS(4095), - [anon_sym_operator] = ACTIONS(4095), - [anon_sym_infix] = ACTIONS(4095), - [anon_sym_inline] = ACTIONS(4095), - [anon_sym_external] = ACTIONS(4095), - [sym_property_modifier] = ACTIONS(4095), - [anon_sym_abstract] = ACTIONS(4095), - [anon_sym_final] = ACTIONS(4095), - [anon_sym_open] = ACTIONS(4095), - [anon_sym_vararg] = ACTIONS(4095), - [anon_sym_noinline] = ACTIONS(4095), - [anon_sym_crossinline] = ACTIONS(4095), - [anon_sym_expect] = ACTIONS(4095), - [anon_sym_actual] = ACTIONS(4095), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4097), - [anon_sym_continue_AT] = ACTIONS(4097), - [anon_sym_break_AT] = ACTIONS(4097), - [sym_real_literal] = ACTIONS(4097), - [sym_integer_literal] = ACTIONS(4095), - [sym_hex_literal] = ACTIONS(4097), - [sym_bin_literal] = ACTIONS(4097), - [anon_sym_true] = ACTIONS(4095), - [anon_sym_false] = ACTIONS(4095), - [anon_sym_SQUOTE] = ACTIONS(4097), - [sym__backtick_identifier] = ACTIONS(4097), - [sym__automatic_semicolon] = ACTIONS(4097), - [sym_safe_nav] = ACTIONS(4097), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4097), + [826] = { + [sym__loop_statement] = STATE(3457), + [sym_for_statement] = STATE(3457), + [sym_while_statement] = STATE(3457), + [sym_do_while_statement] = STATE(3457), + [sym_assignment] = STATE(3457), + [sym__expression] = STATE(1497), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(2743), + [sym_parenthesized_expression] = STATE(2743), + [sym_collection_literal] = STATE(2743), + [sym__literal_constant] = STATE(2743), + [sym_string_literal] = STATE(2743), + [sym_lambda_literal] = STATE(2743), + [sym_anonymous_function] = STATE(2743), + [sym__function_literal] = STATE(2743), + [sym_object_literal] = STATE(2743), + [sym_this_expression] = STATE(2743), + [sym_super_expression] = STATE(2743), + [sym_if_expression] = STATE(2743), + [sym_when_expression] = STATE(2743), + [sym_try_expression] = STATE(2743), + [sym_jump_expression] = STATE(2743), + [sym_callable_reference] = STATE(2743), + [sym__prefix_unary_operator] = STATE(1868), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7919), + [sym_annotation] = STATE(1415), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3279), + [sym__return_at] = STATE(303), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(2743), + [sym_long_literal] = STATE(2743), + [sym_boolean_literal] = STATE(2743), + [sym_character_literal] = STATE(2743), + [sym__lexical_identifier] = STATE(2837), + [aux_sym__statement_repeat1] = STATE(5317), + [sym__alpha_identifier] = ACTIONS(333), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(335), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_LPAREN] = ACTIONS(345), + [anon_sym_object] = ACTIONS(1920), + [anon_sym_fun] = ACTIONS(1922), + [anon_sym_get] = ACTIONS(333), + [anon_sym_set] = ACTIONS(333), + [anon_sym_this] = ACTIONS(357), + [anon_sym_super] = ACTIONS(359), + [anon_sym_STAR] = ACTIONS(965), + [sym_label] = ACTIONS(967), + [anon_sym_for] = ACTIONS(969), + [anon_sym_while] = ACTIONS(971), + [anon_sym_do] = ACTIONS(369), + [anon_sym_null] = ACTIONS(973), + [anon_sym_if] = ACTIONS(373), + [anon_sym_when] = ACTIONS(375), + [anon_sym_try] = ACTIONS(377), + [anon_sym_throw] = ACTIONS(379), + [anon_sym_return] = ACTIONS(381), + [anon_sym_continue] = ACTIONS(383), + [anon_sym_break] = ACTIONS(383), + [anon_sym_COLON_COLON] = ACTIONS(385), + [anon_sym_PLUS] = ACTIONS(975), + [anon_sym_DASH] = ACTIONS(975), + [anon_sym_PLUS_PLUS] = ACTIONS(977), + [anon_sym_DASH_DASH] = ACTIONS(977), + [anon_sym_BANG] = ACTIONS(977), + [anon_sym_data] = ACTIONS(333), + [anon_sym_inner] = ACTIONS(333), + [anon_sym_expect] = ACTIONS(333), + [anon_sym_actual] = ACTIONS(333), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(395), + [anon_sym_break_AT] = ACTIONS(397), + [sym_real_literal] = ACTIONS(979), + [sym_integer_literal] = ACTIONS(401), + [sym_hex_literal] = ACTIONS(403), + [sym_bin_literal] = ACTIONS(403), + [anon_sym_true] = ACTIONS(405), + [anon_sym_false] = ACTIONS(405), + [anon_sym_SQUOTE] = ACTIONS(407), + [sym__backtick_identifier] = ACTIONS(409), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(411), }, - [859] = { - [sym_type_constraints] = STATE(1187), - [sym_function_body] = STATE(1112), - [sym__block] = STATE(1128), - [sym__alpha_identifier] = ACTIONS(4095), - [anon_sym_AT] = ACTIONS(4097), - [anon_sym_COLON] = ACTIONS(4282), - [anon_sym_LBRACK] = ACTIONS(4097), - [anon_sym_as] = ACTIONS(4095), - [anon_sym_EQ] = ACTIONS(4207), - [anon_sym_LBRACE] = ACTIONS(4081), - [anon_sym_RBRACE] = ACTIONS(4097), - [anon_sym_LPAREN] = ACTIONS(4097), - [anon_sym_LT] = ACTIONS(4095), - [anon_sym_GT] = ACTIONS(4095), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(4095), - [anon_sym_fun] = ACTIONS(4095), - [anon_sym_DOT] = ACTIONS(4095), - [anon_sym_SEMI] = ACTIONS(4097), - [anon_sym_get] = ACTIONS(4095), + [827] = { + [sym__loop_statement] = STATE(3684), + [sym_for_statement] = STATE(3684), + [sym_while_statement] = STATE(3684), + [sym_do_while_statement] = STATE(3684), + [sym_assignment] = STATE(3684), + [sym__expression] = STATE(1357), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(2895), + [sym_parenthesized_expression] = STATE(2895), + [sym_collection_literal] = STATE(2895), + [sym__literal_constant] = STATE(2895), + [sym_string_literal] = STATE(2895), + [sym_lambda_literal] = STATE(2895), + [sym_anonymous_function] = STATE(2895), + [sym__function_literal] = STATE(2895), + [sym_object_literal] = STATE(2895), + [sym_this_expression] = STATE(2895), + [sym_super_expression] = STATE(2895), + [sym_if_expression] = STATE(2895), + [sym_when_expression] = STATE(2895), + [sym_try_expression] = STATE(2895), + [sym_jump_expression] = STATE(2895), + [sym_callable_reference] = STATE(2895), + [sym__prefix_unary_operator] = STATE(1786), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7917), + [sym_annotation] = STATE(1345), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3725), + [sym__return_at] = STATE(263), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(2895), + [sym_long_literal] = STATE(2895), + [sym_boolean_literal] = STATE(2895), + [sym_character_literal] = STATE(2895), + [sym__lexical_identifier] = STATE(3382), + [aux_sym__statement_repeat1] = STATE(5317), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1634), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1279), + [sym_label] = ACTIONS(755), + [anon_sym_for] = ACTIONS(757), + [anon_sym_while] = ACTIONS(759), + [anon_sym_do] = ACTIONS(491), + [anon_sym_null] = ACTIONS(493), + [anon_sym_if] = ACTIONS(761), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(763), + [anon_sym_return] = ACTIONS(765), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(767), + [anon_sym_DASH] = ACTIONS(767), + [anon_sym_PLUS_PLUS] = ACTIONS(769), + [anon_sym_DASH_DASH] = ACTIONS(769), + [anon_sym_BANG] = ACTIONS(769), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(523), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), + }, + [828] = { + [sym_getter] = STATE(4916), + [sym_setter] = STATE(4916), + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(2211), + [sym__comparison_operator] = STATE(2219), + [sym__in_operator] = STATE(2104), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(2248), + [sym__multiplicative_operator] = STATE(2250), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_modifiers] = STATE(8872), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2251), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_RBRACE] = ACTIONS(1766), + [anon_sym_LPAREN] = ACTIONS(3572), + [anon_sym_COMMA] = ACTIONS(1766), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(4053), + [anon_sym_where] = ACTIONS(1764), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(4140), + [anon_sym_get] = ACTIONS(4093), [anon_sym_set] = ACTIONS(4095), - [anon_sym_this] = ACTIONS(4095), - [anon_sym_super] = ACTIONS(4095), - [anon_sym_STAR] = ACTIONS(4095), - [sym_label] = ACTIONS(4095), - [anon_sym_in] = ACTIONS(4095), - [anon_sym_DOT_DOT] = ACTIONS(4097), - [anon_sym_QMARK_COLON] = ACTIONS(4097), - [anon_sym_AMP_AMP] = ACTIONS(4097), - [anon_sym_PIPE_PIPE] = ACTIONS(4097), - [anon_sym_null] = ACTIONS(4095), - [anon_sym_if] = ACTIONS(4095), - [anon_sym_else] = ACTIONS(4095), - [anon_sym_when] = ACTIONS(4095), - [anon_sym_try] = ACTIONS(4095), - [anon_sym_throw] = ACTIONS(4095), - [anon_sym_return] = ACTIONS(4095), - [anon_sym_continue] = ACTIONS(4095), - [anon_sym_break] = ACTIONS(4095), - [anon_sym_COLON_COLON] = ACTIONS(4097), - [anon_sym_PLUS_EQ] = ACTIONS(4097), - [anon_sym_DASH_EQ] = ACTIONS(4097), - [anon_sym_STAR_EQ] = ACTIONS(4097), - [anon_sym_SLASH_EQ] = ACTIONS(4097), - [anon_sym_PERCENT_EQ] = ACTIONS(4097), - [anon_sym_BANG_EQ] = ACTIONS(4095), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4097), - [anon_sym_EQ_EQ] = ACTIONS(4095), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4097), - [anon_sym_LT_EQ] = ACTIONS(4097), - [anon_sym_GT_EQ] = ACTIONS(4097), - [anon_sym_BANGin] = ACTIONS(4097), - [anon_sym_is] = ACTIONS(4095), - [anon_sym_BANGis] = ACTIONS(4097), - [anon_sym_PLUS] = ACTIONS(4095), - [anon_sym_DASH] = ACTIONS(4095), - [anon_sym_SLASH] = ACTIONS(4095), - [anon_sym_PERCENT] = ACTIONS(4095), - [anon_sym_as_QMARK] = ACTIONS(4097), - [anon_sym_PLUS_PLUS] = ACTIONS(4097), - [anon_sym_DASH_DASH] = ACTIONS(4097), - [anon_sym_BANG] = ACTIONS(4095), - [anon_sym_BANG_BANG] = ACTIONS(4097), - [anon_sym_suspend] = ACTIONS(4095), - [anon_sym_sealed] = ACTIONS(4095), - [anon_sym_annotation] = ACTIONS(4095), - [anon_sym_data] = ACTIONS(4095), - [anon_sym_inner] = ACTIONS(4095), - [anon_sym_override] = ACTIONS(4095), - [anon_sym_lateinit] = ACTIONS(4095), - [anon_sym_public] = ACTIONS(4095), - [anon_sym_private] = ACTIONS(4095), - [anon_sym_internal] = ACTIONS(4095), - [anon_sym_protected] = ACTIONS(4095), - [anon_sym_tailrec] = ACTIONS(4095), - [anon_sym_operator] = ACTIONS(4095), - [anon_sym_infix] = ACTIONS(4095), - [anon_sym_inline] = ACTIONS(4095), - [anon_sym_external] = ACTIONS(4095), - [sym_property_modifier] = ACTIONS(4095), - [anon_sym_abstract] = ACTIONS(4095), - [anon_sym_final] = ACTIONS(4095), - [anon_sym_open] = ACTIONS(4095), - [anon_sym_vararg] = ACTIONS(4095), - [anon_sym_noinline] = ACTIONS(4095), - [anon_sym_crossinline] = ACTIONS(4095), - [anon_sym_expect] = ACTIONS(4095), - [anon_sym_actual] = ACTIONS(4095), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4097), - [anon_sym_continue_AT] = ACTIONS(4097), - [anon_sym_break_AT] = ACTIONS(4097), - [sym_real_literal] = ACTIONS(4097), - [sym_integer_literal] = ACTIONS(4095), - [sym_hex_literal] = ACTIONS(4097), - [sym_bin_literal] = ACTIONS(4097), - [anon_sym_true] = ACTIONS(4095), - [anon_sym_false] = ACTIONS(4095), - [anon_sym_SQUOTE] = ACTIONS(4097), - [sym__backtick_identifier] = ACTIONS(4097), - [sym__automatic_semicolon] = ACTIONS(4097), - [sym_safe_nav] = ACTIONS(4097), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4097), + [anon_sym_STAR] = ACTIONS(4061), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(4063), + [anon_sym_DOT_DOT] = ACTIONS(4065), + [anon_sym_QMARK_COLON] = ACTIONS(4067), + [anon_sym_AMP_AMP] = ACTIONS(4069), + [anon_sym_PIPE_PIPE] = ACTIONS(4071), + [anon_sym_else] = ACTIONS(1764), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_BANG_EQ] = ACTIONS(4073), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4075), + [anon_sym_EQ_EQ] = ACTIONS(4073), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4075), + [anon_sym_LT_EQ] = ACTIONS(4077), + [anon_sym_GT_EQ] = ACTIONS(4077), + [anon_sym_BANGin] = ACTIONS(4079), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), + [anon_sym_PLUS] = ACTIONS(4081), + [anon_sym_DASH] = ACTIONS(4081), + [anon_sym_SLASH] = ACTIONS(4083), + [anon_sym_PERCENT] = ACTIONS(4061), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(1746), + [anon_sym_inner] = ACTIONS(1746), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(1748), + [anon_sym_actual] = ACTIONS(1748), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(1766), + [sym_safe_nav] = ACTIONS(3598), + [sym_multiline_comment] = ACTIONS(3), }, - [860] = { - [sym_class_body] = STATE(1086), - [sym_type_constraints] = STATE(1006), - [sym__alpha_identifier] = ACTIONS(4284), - [anon_sym_AT] = ACTIONS(4286), - [anon_sym_COLON] = ACTIONS(4288), - [anon_sym_LBRACK] = ACTIONS(4286), - [anon_sym_as] = ACTIONS(4284), - [anon_sym_EQ] = ACTIONS(4284), + [829] = { + [sym__loop_statement] = STATE(3368), + [sym_for_statement] = STATE(3368), + [sym_while_statement] = STATE(3368), + [sym_do_while_statement] = STATE(3368), + [sym_assignment] = STATE(3368), + [sym__expression] = STATE(1302), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(2753), + [sym_parenthesized_expression] = STATE(2753), + [sym_collection_literal] = STATE(2753), + [sym__literal_constant] = STATE(2753), + [sym_string_literal] = STATE(2753), + [sym_lambda_literal] = STATE(2753), + [sym_anonymous_function] = STATE(2753), + [sym__function_literal] = STATE(2753), + [sym_object_literal] = STATE(2753), + [sym_this_expression] = STATE(2753), + [sym_super_expression] = STATE(2753), + [sym_if_expression] = STATE(2753), + [sym_when_expression] = STATE(2753), + [sym_try_expression] = STATE(2753), + [sym_jump_expression] = STATE(2753), + [sym_callable_reference] = STATE(2753), + [sym__prefix_unary_operator] = STATE(2261), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7929), + [sym_annotation] = STATE(1403), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3410), + [sym__return_at] = STATE(262), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(2753), + [sym_long_literal] = STATE(2753), + [sym_boolean_literal] = STATE(2753), + [sym_character_literal] = STATE(2753), + [sym__lexical_identifier] = STATE(2858), + [aux_sym__statement_repeat1] = STATE(5317), + [sym__alpha_identifier] = ACTIONS(111), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1632), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(1253), + [sym_label] = ACTIONS(665), + [anon_sym_for] = ACTIONS(667), + [anon_sym_while] = ACTIONS(669), + [anon_sym_do] = ACTIONS(153), + [anon_sym_null] = ACTIONS(155), + [anon_sym_if] = ACTIONS(671), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(673), + [anon_sym_return] = ACTIONS(675), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(677), + [anon_sym_DASH] = ACTIONS(677), + [anon_sym_PLUS_PLUS] = ACTIONS(679), + [anon_sym_DASH_DASH] = ACTIONS(679), + [anon_sym_BANG] = ACTIONS(679), + [anon_sym_data] = ACTIONS(111), + [anon_sym_inner] = ACTIONS(111), + [anon_sym_expect] = ACTIONS(111), + [anon_sym_actual] = ACTIONS(111), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(185), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(197), + }, + [830] = { + [sym__loop_statement] = STATE(8991), + [sym_for_statement] = STATE(8991), + [sym_while_statement] = STATE(8991), + [sym_do_while_statement] = STATE(8991), + [sym_assignment] = STATE(8991), + [sym__expression] = STATE(4168), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4435), + [sym_parenthesized_expression] = STATE(4435), + [sym_collection_literal] = STATE(4435), + [sym__literal_constant] = STATE(4435), + [sym_string_literal] = STATE(4435), + [sym_lambda_literal] = STATE(4435), + [sym_anonymous_function] = STATE(4435), + [sym__function_literal] = STATE(4435), + [sym_object_literal] = STATE(4435), + [sym_this_expression] = STATE(4435), + [sym_super_expression] = STATE(4435), + [sym_if_expression] = STATE(4435), + [sym_when_expression] = STATE(4435), + [sym_try_expression] = STATE(4435), + [sym_jump_expression] = STATE(4435), + [sym_callable_reference] = STATE(4435), + [sym__prefix_unary_operator] = STATE(1903), + [sym__postfix_unary_expression] = STATE(7948), + [sym_directly_assignable_expression] = STATE(7894), + [sym_annotation] = STATE(1375), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4608), + [sym__return_at] = STATE(310), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4435), + [sym_long_literal] = STATE(4435), + [sym_boolean_literal] = STATE(4435), + [sym_character_literal] = STATE(4435), + [sym__lexical_identifier] = STATE(4461), + [aux_sym__statement_repeat1] = STATE(5317), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(1940), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(1065), + [sym_label] = ACTIONS(311), + [anon_sym_for] = ACTIONS(313), + [anon_sym_while] = ACTIONS(315), + [anon_sym_do] = ACTIONS(317), + [anon_sym_null] = ACTIONS(319), + [anon_sym_if] = ACTIONS(321), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(323), + [anon_sym_return] = ACTIONS(325), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(327), + [anon_sym_DASH] = ACTIONS(327), + [anon_sym_PLUS_PLUS] = ACTIONS(329), + [anon_sym_DASH_DASH] = ACTIONS(329), + [anon_sym_BANG] = ACTIONS(329), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(331), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(283), + }, + [831] = { + [sym__alpha_identifier] = ACTIONS(4142), + [anon_sym_AT] = ACTIONS(4145), + [anon_sym_LBRACK] = ACTIONS(4145), + [anon_sym_RBRACK] = ACTIONS(4148), + [anon_sym_as] = ACTIONS(4150), + [anon_sym_EQ] = ACTIONS(4150), + [anon_sym_LBRACE] = ACTIONS(4145), + [anon_sym_RBRACE] = ACTIONS(4148), + [anon_sym_LPAREN] = ACTIONS(4152), + [anon_sym_COMMA] = ACTIONS(4148), + [anon_sym_RPAREN] = ACTIONS(4148), + [anon_sym_LT] = ACTIONS(4150), + [anon_sym_GT] = ACTIONS(4150), + [anon_sym_where] = ACTIONS(4150), + [anon_sym_object] = ACTIONS(3943), + [anon_sym_fun] = ACTIONS(3943), + [anon_sym_DOT] = ACTIONS(4150), + [anon_sym_SEMI] = ACTIONS(4148), + [anon_sym_get] = ACTIONS(4142), + [anon_sym_set] = ACTIONS(4142), + [anon_sym_this] = ACTIONS(3943), + [anon_sym_super] = ACTIONS(3943), + [anon_sym_STAR] = ACTIONS(4142), + [anon_sym_DASH_GT] = ACTIONS(4148), + [sym_label] = ACTIONS(4142), + [anon_sym_in] = ACTIONS(4150), + [anon_sym_while] = ACTIONS(4150), + [anon_sym_DOT_DOT] = ACTIONS(4148), + [anon_sym_QMARK_COLON] = ACTIONS(4148), + [anon_sym_AMP_AMP] = ACTIONS(4148), + [anon_sym_PIPE_PIPE] = ACTIONS(4148), + [anon_sym_null] = ACTIONS(3943), + [anon_sym_if] = ACTIONS(3943), + [anon_sym_else] = ACTIONS(4150), + [anon_sym_when] = ACTIONS(3943), + [anon_sym_try] = ACTIONS(3943), + [anon_sym_throw] = ACTIONS(3943), + [anon_sym_return] = ACTIONS(3943), + [anon_sym_continue] = ACTIONS(3943), + [anon_sym_break] = ACTIONS(3943), + [anon_sym_COLON_COLON] = ACTIONS(4145), + [anon_sym_PLUS_EQ] = ACTIONS(4148), + [anon_sym_DASH_EQ] = ACTIONS(4148), + [anon_sym_STAR_EQ] = ACTIONS(4148), + [anon_sym_SLASH_EQ] = ACTIONS(4148), + [anon_sym_PERCENT_EQ] = ACTIONS(4148), + [anon_sym_BANG_EQ] = ACTIONS(4150), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4148), + [anon_sym_EQ_EQ] = ACTIONS(4150), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4148), + [anon_sym_LT_EQ] = ACTIONS(4148), + [anon_sym_GT_EQ] = ACTIONS(4148), + [anon_sym_BANGin] = ACTIONS(4148), + [anon_sym_is] = ACTIONS(4150), + [anon_sym_BANGis] = ACTIONS(4148), + [anon_sym_PLUS] = ACTIONS(4142), + [anon_sym_DASH] = ACTIONS(4142), + [anon_sym_SLASH] = ACTIONS(4150), + [anon_sym_PERCENT] = ACTIONS(4150), + [anon_sym_as_QMARK] = ACTIONS(4148), + [anon_sym_PLUS_PLUS] = ACTIONS(4145), + [anon_sym_DASH_DASH] = ACTIONS(4145), + [anon_sym_BANG] = ACTIONS(3943), + [anon_sym_BANG_BANG] = ACTIONS(4148), + [anon_sym_suspend] = ACTIONS(4150), + [anon_sym_sealed] = ACTIONS(4150), + [anon_sym_annotation] = ACTIONS(4150), + [anon_sym_data] = ACTIONS(4142), + [anon_sym_inner] = ACTIONS(4142), + [anon_sym_override] = ACTIONS(4150), + [anon_sym_lateinit] = ACTIONS(4150), + [anon_sym_public] = ACTIONS(4150), + [anon_sym_private] = ACTIONS(4150), + [anon_sym_internal] = ACTIONS(4150), + [anon_sym_protected] = ACTIONS(4150), + [anon_sym_tailrec] = ACTIONS(4150), + [anon_sym_operator] = ACTIONS(4150), + [anon_sym_infix] = ACTIONS(4150), + [anon_sym_inline] = ACTIONS(4150), + [anon_sym_external] = ACTIONS(4150), + [sym_property_modifier] = ACTIONS(4150), + [anon_sym_abstract] = ACTIONS(4150), + [anon_sym_final] = ACTIONS(4150), + [anon_sym_open] = ACTIONS(4150), + [anon_sym_vararg] = ACTIONS(4150), + [anon_sym_noinline] = ACTIONS(4150), + [anon_sym_crossinline] = ACTIONS(4150), + [anon_sym_expect] = ACTIONS(4142), + [anon_sym_actual] = ACTIONS(4142), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3948), + [anon_sym_continue_AT] = ACTIONS(3948), + [anon_sym_break_AT] = ACTIONS(3948), + [sym_real_literal] = ACTIONS(3948), + [sym_integer_literal] = ACTIONS(3943), + [sym_hex_literal] = ACTIONS(3948), + [sym_bin_literal] = ACTIONS(3948), + [anon_sym_true] = ACTIONS(3943), + [anon_sym_false] = ACTIONS(3943), + [anon_sym_SQUOTE] = ACTIONS(3948), + [sym__backtick_identifier] = ACTIONS(4145), + [sym_safe_nav] = ACTIONS(4148), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3948), + }, + [832] = { + [sym_getter] = STATE(4581), + [sym_setter] = STATE(4581), + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(1752), + [sym__comparison_operator] = STATE(1753), + [sym__in_operator] = STATE(1754), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(1755), + [sym__multiplicative_operator] = STATE(1756), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_modifiers] = STATE(8747), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1758), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(1772), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_RPAREN] = ACTIONS(1772), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(4156), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(4158), + [anon_sym_get] = ACTIONS(4160), + [anon_sym_set] = ACTIONS(4162), + [anon_sym_STAR] = ACTIONS(4164), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(4166), + [anon_sym_while] = ACTIONS(1770), + [anon_sym_DOT_DOT] = ACTIONS(4168), + [anon_sym_QMARK_COLON] = ACTIONS(4170), + [anon_sym_AMP_AMP] = ACTIONS(4172), + [anon_sym_PIPE_PIPE] = ACTIONS(4174), + [anon_sym_else] = ACTIONS(1770), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_BANG_EQ] = ACTIONS(4176), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4178), + [anon_sym_EQ_EQ] = ACTIONS(4176), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4178), + [anon_sym_LT_EQ] = ACTIONS(4180), + [anon_sym_GT_EQ] = ACTIONS(4180), + [anon_sym_BANGin] = ACTIONS(4182), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), + [anon_sym_PLUS] = ACTIONS(4184), + [anon_sym_DASH] = ACTIONS(4184), + [anon_sym_SLASH] = ACTIONS(4186), + [anon_sym_PERCENT] = ACTIONS(4164), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(1746), + [anon_sym_inner] = ACTIONS(1746), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(1748), + [anon_sym_actual] = ACTIONS(1748), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym_safe_nav] = ACTIONS(3420), + [sym_multiline_comment] = ACTIONS(3), + }, + [833] = { + [sym_type_constraints] = STATE(962), + [sym_enum_class_body] = STATE(1127), + [sym__alpha_identifier] = ACTIONS(4188), + [anon_sym_AT] = ACTIONS(4190), + [anon_sym_COLON] = ACTIONS(4192), + [anon_sym_LBRACK] = ACTIONS(4190), + [anon_sym_as] = ACTIONS(4188), + [anon_sym_EQ] = ACTIONS(4188), [anon_sym_LBRACE] = ACTIONS(3156), - [anon_sym_RBRACE] = ACTIONS(4286), - [anon_sym_LPAREN] = ACTIONS(4286), - [anon_sym_COMMA] = ACTIONS(4286), - [anon_sym_LT] = ACTIONS(4284), - [anon_sym_GT] = ACTIONS(4284), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(4284), - [anon_sym_fun] = ACTIONS(4284), - [anon_sym_DOT] = ACTIONS(4284), - [anon_sym_SEMI] = ACTIONS(4286), - [anon_sym_get] = ACTIONS(4284), - [anon_sym_set] = ACTIONS(4284), - [anon_sym_this] = ACTIONS(4284), - [anon_sym_super] = ACTIONS(4284), - [anon_sym_STAR] = ACTIONS(4284), - [sym_label] = ACTIONS(4284), - [anon_sym_in] = ACTIONS(4284), - [anon_sym_DOT_DOT] = ACTIONS(4286), - [anon_sym_QMARK_COLON] = ACTIONS(4286), - [anon_sym_AMP_AMP] = ACTIONS(4286), - [anon_sym_PIPE_PIPE] = ACTIONS(4286), - [anon_sym_null] = ACTIONS(4284), - [anon_sym_if] = ACTIONS(4284), - [anon_sym_else] = ACTIONS(4284), - [anon_sym_when] = ACTIONS(4284), - [anon_sym_try] = ACTIONS(4284), - [anon_sym_throw] = ACTIONS(4284), - [anon_sym_return] = ACTIONS(4284), - [anon_sym_continue] = ACTIONS(4284), - [anon_sym_break] = ACTIONS(4284), - [anon_sym_COLON_COLON] = ACTIONS(4286), - [anon_sym_PLUS_EQ] = ACTIONS(4286), - [anon_sym_DASH_EQ] = ACTIONS(4286), - [anon_sym_STAR_EQ] = ACTIONS(4286), - [anon_sym_SLASH_EQ] = ACTIONS(4286), - [anon_sym_PERCENT_EQ] = ACTIONS(4286), - [anon_sym_BANG_EQ] = ACTIONS(4284), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4286), - [anon_sym_EQ_EQ] = ACTIONS(4284), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4286), - [anon_sym_LT_EQ] = ACTIONS(4286), - [anon_sym_GT_EQ] = ACTIONS(4286), - [anon_sym_BANGin] = ACTIONS(4286), - [anon_sym_is] = ACTIONS(4284), - [anon_sym_BANGis] = ACTIONS(4286), - [anon_sym_PLUS] = ACTIONS(4284), - [anon_sym_DASH] = ACTIONS(4284), - [anon_sym_SLASH] = ACTIONS(4284), - [anon_sym_PERCENT] = ACTIONS(4284), - [anon_sym_as_QMARK] = ACTIONS(4286), - [anon_sym_PLUS_PLUS] = ACTIONS(4286), - [anon_sym_DASH_DASH] = ACTIONS(4286), - [anon_sym_BANG] = ACTIONS(4284), - [anon_sym_BANG_BANG] = ACTIONS(4286), - [anon_sym_suspend] = ACTIONS(4284), - [anon_sym_sealed] = ACTIONS(4284), - [anon_sym_annotation] = ACTIONS(4284), - [anon_sym_data] = ACTIONS(4284), - [anon_sym_inner] = ACTIONS(4284), - [anon_sym_override] = ACTIONS(4284), - [anon_sym_lateinit] = ACTIONS(4284), - [anon_sym_public] = ACTIONS(4284), - [anon_sym_private] = ACTIONS(4284), - [anon_sym_internal] = ACTIONS(4284), - [anon_sym_protected] = ACTIONS(4284), - [anon_sym_tailrec] = ACTIONS(4284), - [anon_sym_operator] = ACTIONS(4284), - [anon_sym_infix] = ACTIONS(4284), - [anon_sym_inline] = ACTIONS(4284), - [anon_sym_external] = ACTIONS(4284), - [sym_property_modifier] = ACTIONS(4284), - [anon_sym_abstract] = ACTIONS(4284), - [anon_sym_final] = ACTIONS(4284), - [anon_sym_open] = ACTIONS(4284), - [anon_sym_vararg] = ACTIONS(4284), - [anon_sym_noinline] = ACTIONS(4284), - [anon_sym_crossinline] = ACTIONS(4284), - [anon_sym_expect] = ACTIONS(4284), - [anon_sym_actual] = ACTIONS(4284), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4286), - [anon_sym_continue_AT] = ACTIONS(4286), - [anon_sym_break_AT] = ACTIONS(4286), - [sym_real_literal] = ACTIONS(4286), - [sym_integer_literal] = ACTIONS(4284), - [sym_hex_literal] = ACTIONS(4286), - [sym_bin_literal] = ACTIONS(4286), - [anon_sym_true] = ACTIONS(4284), - [anon_sym_false] = ACTIONS(4284), - [anon_sym_SQUOTE] = ACTIONS(4286), - [sym__backtick_identifier] = ACTIONS(4286), - [sym__automatic_semicolon] = ACTIONS(4286), - [sym_safe_nav] = ACTIONS(4286), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4286), + [anon_sym_RBRACE] = ACTIONS(4190), + [anon_sym_LPAREN] = ACTIONS(4190), + [anon_sym_COMMA] = ACTIONS(4190), + [anon_sym_LT] = ACTIONS(4188), + [anon_sym_GT] = ACTIONS(4188), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(4188), + [anon_sym_fun] = ACTIONS(4188), + [anon_sym_DOT] = ACTIONS(4188), + [anon_sym_SEMI] = ACTIONS(4190), + [anon_sym_get] = ACTIONS(4188), + [anon_sym_set] = ACTIONS(4188), + [anon_sym_this] = ACTIONS(4188), + [anon_sym_super] = ACTIONS(4188), + [anon_sym_STAR] = ACTIONS(4188), + [sym_label] = ACTIONS(4188), + [anon_sym_in] = ACTIONS(4188), + [anon_sym_DOT_DOT] = ACTIONS(4190), + [anon_sym_QMARK_COLON] = ACTIONS(4190), + [anon_sym_AMP_AMP] = ACTIONS(4190), + [anon_sym_PIPE_PIPE] = ACTIONS(4190), + [anon_sym_null] = ACTIONS(4188), + [anon_sym_if] = ACTIONS(4188), + [anon_sym_else] = ACTIONS(4188), + [anon_sym_when] = ACTIONS(4188), + [anon_sym_try] = ACTIONS(4188), + [anon_sym_throw] = ACTIONS(4188), + [anon_sym_return] = ACTIONS(4188), + [anon_sym_continue] = ACTIONS(4188), + [anon_sym_break] = ACTIONS(4188), + [anon_sym_COLON_COLON] = ACTIONS(4190), + [anon_sym_PLUS_EQ] = ACTIONS(4190), + [anon_sym_DASH_EQ] = ACTIONS(4190), + [anon_sym_STAR_EQ] = ACTIONS(4190), + [anon_sym_SLASH_EQ] = ACTIONS(4190), + [anon_sym_PERCENT_EQ] = ACTIONS(4190), + [anon_sym_BANG_EQ] = ACTIONS(4188), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4190), + [anon_sym_EQ_EQ] = ACTIONS(4188), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4190), + [anon_sym_LT_EQ] = ACTIONS(4190), + [anon_sym_GT_EQ] = ACTIONS(4190), + [anon_sym_BANGin] = ACTIONS(4190), + [anon_sym_is] = ACTIONS(4188), + [anon_sym_BANGis] = ACTIONS(4190), + [anon_sym_PLUS] = ACTIONS(4188), + [anon_sym_DASH] = ACTIONS(4188), + [anon_sym_SLASH] = ACTIONS(4188), + [anon_sym_PERCENT] = ACTIONS(4188), + [anon_sym_as_QMARK] = ACTIONS(4190), + [anon_sym_PLUS_PLUS] = ACTIONS(4190), + [anon_sym_DASH_DASH] = ACTIONS(4190), + [anon_sym_BANG] = ACTIONS(4188), + [anon_sym_BANG_BANG] = ACTIONS(4190), + [anon_sym_suspend] = ACTIONS(4188), + [anon_sym_sealed] = ACTIONS(4188), + [anon_sym_annotation] = ACTIONS(4188), + [anon_sym_data] = ACTIONS(4188), + [anon_sym_inner] = ACTIONS(4188), + [anon_sym_override] = ACTIONS(4188), + [anon_sym_lateinit] = ACTIONS(4188), + [anon_sym_public] = ACTIONS(4188), + [anon_sym_private] = ACTIONS(4188), + [anon_sym_internal] = ACTIONS(4188), + [anon_sym_protected] = ACTIONS(4188), + [anon_sym_tailrec] = ACTIONS(4188), + [anon_sym_operator] = ACTIONS(4188), + [anon_sym_infix] = ACTIONS(4188), + [anon_sym_inline] = ACTIONS(4188), + [anon_sym_external] = ACTIONS(4188), + [sym_property_modifier] = ACTIONS(4188), + [anon_sym_abstract] = ACTIONS(4188), + [anon_sym_final] = ACTIONS(4188), + [anon_sym_open] = ACTIONS(4188), + [anon_sym_vararg] = ACTIONS(4188), + [anon_sym_noinline] = ACTIONS(4188), + [anon_sym_crossinline] = ACTIONS(4188), + [anon_sym_expect] = ACTIONS(4188), + [anon_sym_actual] = ACTIONS(4188), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4190), + [anon_sym_continue_AT] = ACTIONS(4190), + [anon_sym_break_AT] = ACTIONS(4190), + [sym_real_literal] = ACTIONS(4190), + [sym_integer_literal] = ACTIONS(4188), + [sym_hex_literal] = ACTIONS(4190), + [sym_bin_literal] = ACTIONS(4190), + [anon_sym_true] = ACTIONS(4188), + [anon_sym_false] = ACTIONS(4188), + [anon_sym_SQUOTE] = ACTIONS(4190), + [sym__backtick_identifier] = ACTIONS(4190), + [sym__automatic_semicolon] = ACTIONS(4190), + [sym_safe_nav] = ACTIONS(4190), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4190), }, - [861] = { - [sym_getter] = STATE(4668), - [sym_setter] = STATE(4668), - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(1738), - [sym__comparison_operator] = STATE(1739), - [sym__in_operator] = STATE(1740), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(1741), - [sym__multiplicative_operator] = STATE(1742), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_modifiers] = STATE(8572), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1744), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [aux_sym_modifiers_repeat1] = STATE(5441), + [834] = { + [sym_type_arguments] = STATE(941), + [sym__alpha_identifier] = ACTIONS(4107), + [anon_sym_AT] = ACTIONS(4115), + [anon_sym_LBRACK] = ACTIONS(4115), + [anon_sym_as] = ACTIONS(4107), + [anon_sym_EQ] = ACTIONS(4107), + [anon_sym_LBRACE] = ACTIONS(4115), + [anon_sym_RBRACE] = ACTIONS(4115), + [anon_sym_LPAREN] = ACTIONS(4115), + [anon_sym_COMMA] = ACTIONS(4115), + [anon_sym_by] = ACTIONS(4107), + [anon_sym_LT] = ACTIONS(4194), + [anon_sym_GT] = ACTIONS(4107), + [anon_sym_where] = ACTIONS(4107), + [anon_sym_object] = ACTIONS(4107), + [anon_sym_fun] = ACTIONS(4107), + [anon_sym_DOT] = ACTIONS(4107), + [anon_sym_SEMI] = ACTIONS(4115), + [anon_sym_get] = ACTIONS(4107), + [anon_sym_set] = ACTIONS(4107), + [anon_sym_this] = ACTIONS(4107), + [anon_sym_super] = ACTIONS(4107), + [sym__quest] = ACTIONS(4107), + [anon_sym_STAR] = ACTIONS(4107), + [sym_label] = ACTIONS(4107), + [anon_sym_in] = ACTIONS(4107), + [anon_sym_DOT_DOT] = ACTIONS(4115), + [anon_sym_QMARK_COLON] = ACTIONS(4115), + [anon_sym_AMP_AMP] = ACTIONS(4115), + [anon_sym_PIPE_PIPE] = ACTIONS(4115), + [anon_sym_null] = ACTIONS(4107), + [anon_sym_if] = ACTIONS(4107), + [anon_sym_else] = ACTIONS(4107), + [anon_sym_when] = ACTIONS(4107), + [anon_sym_try] = ACTIONS(4107), + [anon_sym_throw] = ACTIONS(4107), + [anon_sym_return] = ACTIONS(4107), + [anon_sym_continue] = ACTIONS(4107), + [anon_sym_break] = ACTIONS(4107), + [anon_sym_COLON_COLON] = ACTIONS(4115), + [anon_sym_PLUS_EQ] = ACTIONS(4115), + [anon_sym_DASH_EQ] = ACTIONS(4115), + [anon_sym_STAR_EQ] = ACTIONS(4115), + [anon_sym_SLASH_EQ] = ACTIONS(4115), + [anon_sym_PERCENT_EQ] = ACTIONS(4115), + [anon_sym_BANG_EQ] = ACTIONS(4107), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4115), + [anon_sym_EQ_EQ] = ACTIONS(4107), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4115), + [anon_sym_LT_EQ] = ACTIONS(4115), + [anon_sym_GT_EQ] = ACTIONS(4115), + [anon_sym_BANGin] = ACTIONS(4115), + [anon_sym_is] = ACTIONS(4107), + [anon_sym_BANGis] = ACTIONS(4115), + [anon_sym_PLUS] = ACTIONS(4107), + [anon_sym_DASH] = ACTIONS(4107), + [anon_sym_SLASH] = ACTIONS(4107), + [anon_sym_PERCENT] = ACTIONS(4107), + [anon_sym_as_QMARK] = ACTIONS(4115), + [anon_sym_PLUS_PLUS] = ACTIONS(4115), + [anon_sym_DASH_DASH] = ACTIONS(4115), + [anon_sym_BANG] = ACTIONS(4107), + [anon_sym_BANG_BANG] = ACTIONS(4115), + [anon_sym_suspend] = ACTIONS(4107), + [anon_sym_sealed] = ACTIONS(4107), + [anon_sym_annotation] = ACTIONS(4107), + [anon_sym_data] = ACTIONS(4107), + [anon_sym_inner] = ACTIONS(4107), + [anon_sym_override] = ACTIONS(4107), + [anon_sym_lateinit] = ACTIONS(4107), + [anon_sym_public] = ACTIONS(4107), + [anon_sym_private] = ACTIONS(4107), + [anon_sym_internal] = ACTIONS(4107), + [anon_sym_protected] = ACTIONS(4107), + [anon_sym_tailrec] = ACTIONS(4107), + [anon_sym_operator] = ACTIONS(4107), + [anon_sym_infix] = ACTIONS(4107), + [anon_sym_inline] = ACTIONS(4107), + [anon_sym_external] = ACTIONS(4107), + [sym_property_modifier] = ACTIONS(4107), + [anon_sym_abstract] = ACTIONS(4107), + [anon_sym_final] = ACTIONS(4107), + [anon_sym_open] = ACTIONS(4107), + [anon_sym_vararg] = ACTIONS(4107), + [anon_sym_noinline] = ACTIONS(4107), + [anon_sym_crossinline] = ACTIONS(4107), + [anon_sym_expect] = ACTIONS(4107), + [anon_sym_actual] = ACTIONS(4107), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4115), + [anon_sym_continue_AT] = ACTIONS(4115), + [anon_sym_break_AT] = ACTIONS(4115), + [sym_real_literal] = ACTIONS(4115), + [sym_integer_literal] = ACTIONS(4107), + [sym_hex_literal] = ACTIONS(4115), + [sym_bin_literal] = ACTIONS(4115), + [anon_sym_true] = ACTIONS(4107), + [anon_sym_false] = ACTIONS(4107), + [anon_sym_SQUOTE] = ACTIONS(4115), + [sym__backtick_identifier] = ACTIONS(4115), + [sym__automatic_semicolon] = ACTIONS(4115), + [sym_safe_nav] = ACTIONS(4115), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4115), + }, + [835] = { + [sym_getter] = STATE(4682), + [sym_setter] = STATE(4682), + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(1752), + [sym__comparison_operator] = STATE(1753), + [sym__in_operator] = STATE(1754), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(1755), + [sym__multiplicative_operator] = STATE(1756), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_modifiers] = STATE(8747), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1758), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(1780), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_RPAREN] = ACTIONS(1780), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(4156), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(4196), + [anon_sym_get] = ACTIONS(4160), + [anon_sym_set] = ACTIONS(4162), + [anon_sym_STAR] = ACTIONS(4164), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(4166), + [anon_sym_while] = ACTIONS(1778), + [anon_sym_DOT_DOT] = ACTIONS(4168), + [anon_sym_QMARK_COLON] = ACTIONS(4170), + [anon_sym_AMP_AMP] = ACTIONS(4172), + [anon_sym_PIPE_PIPE] = ACTIONS(4174), + [anon_sym_else] = ACTIONS(1778), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_BANG_EQ] = ACTIONS(4176), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4178), + [anon_sym_EQ_EQ] = ACTIONS(4176), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4178), + [anon_sym_LT_EQ] = ACTIONS(4180), + [anon_sym_GT_EQ] = ACTIONS(4180), + [anon_sym_BANGin] = ACTIONS(4182), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), + [anon_sym_PLUS] = ACTIONS(4184), + [anon_sym_DASH] = ACTIONS(4184), + [anon_sym_SLASH] = ACTIONS(4186), + [anon_sym_PERCENT] = ACTIONS(4164), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(1746), + [anon_sym_inner] = ACTIONS(1746), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(1748), + [anon_sym_actual] = ACTIONS(1748), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym_safe_nav] = ACTIONS(3420), + [sym_multiline_comment] = ACTIONS(3), + }, + [836] = { + [sym_function_body] = STATE(1105), + [sym__block] = STATE(1087), + [sym__alpha_identifier] = ACTIONS(4198), + [anon_sym_AT] = ACTIONS(4200), + [anon_sym_COLON] = ACTIONS(4202), + [anon_sym_LBRACK] = ACTIONS(4200), + [anon_sym_as] = ACTIONS(4198), + [anon_sym_EQ] = ACTIONS(4037), + [anon_sym_LBRACE] = ACTIONS(4039), + [anon_sym_RBRACE] = ACTIONS(4200), + [anon_sym_LPAREN] = ACTIONS(4200), + [anon_sym_COMMA] = ACTIONS(4200), + [anon_sym_LT] = ACTIONS(4198), + [anon_sym_GT] = ACTIONS(4198), + [anon_sym_where] = ACTIONS(4198), + [anon_sym_object] = ACTIONS(4198), + [anon_sym_fun] = ACTIONS(4198), + [anon_sym_DOT] = ACTIONS(4198), + [anon_sym_SEMI] = ACTIONS(4200), + [anon_sym_get] = ACTIONS(4198), + [anon_sym_set] = ACTIONS(4198), + [anon_sym_this] = ACTIONS(4198), + [anon_sym_super] = ACTIONS(4198), + [anon_sym_STAR] = ACTIONS(4198), + [sym_label] = ACTIONS(4198), + [anon_sym_in] = ACTIONS(4198), + [anon_sym_DOT_DOT] = ACTIONS(4200), + [anon_sym_QMARK_COLON] = ACTIONS(4200), + [anon_sym_AMP_AMP] = ACTIONS(4200), + [anon_sym_PIPE_PIPE] = ACTIONS(4200), + [anon_sym_null] = ACTIONS(4198), + [anon_sym_if] = ACTIONS(4198), + [anon_sym_else] = ACTIONS(4198), + [anon_sym_when] = ACTIONS(4198), + [anon_sym_try] = ACTIONS(4198), + [anon_sym_throw] = ACTIONS(4198), + [anon_sym_return] = ACTIONS(4198), + [anon_sym_continue] = ACTIONS(4198), + [anon_sym_break] = ACTIONS(4198), + [anon_sym_COLON_COLON] = ACTIONS(4200), + [anon_sym_PLUS_EQ] = ACTIONS(4200), + [anon_sym_DASH_EQ] = ACTIONS(4200), + [anon_sym_STAR_EQ] = ACTIONS(4200), + [anon_sym_SLASH_EQ] = ACTIONS(4200), + [anon_sym_PERCENT_EQ] = ACTIONS(4200), + [anon_sym_BANG_EQ] = ACTIONS(4198), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4200), + [anon_sym_EQ_EQ] = ACTIONS(4198), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4200), + [anon_sym_LT_EQ] = ACTIONS(4200), + [anon_sym_GT_EQ] = ACTIONS(4200), + [anon_sym_BANGin] = ACTIONS(4200), + [anon_sym_is] = ACTIONS(4198), + [anon_sym_BANGis] = ACTIONS(4200), + [anon_sym_PLUS] = ACTIONS(4198), + [anon_sym_DASH] = ACTIONS(4198), + [anon_sym_SLASH] = ACTIONS(4198), + [anon_sym_PERCENT] = ACTIONS(4198), + [anon_sym_as_QMARK] = ACTIONS(4200), + [anon_sym_PLUS_PLUS] = ACTIONS(4200), + [anon_sym_DASH_DASH] = ACTIONS(4200), + [anon_sym_BANG] = ACTIONS(4198), + [anon_sym_BANG_BANG] = ACTIONS(4200), + [anon_sym_suspend] = ACTIONS(4198), + [anon_sym_sealed] = ACTIONS(4198), + [anon_sym_annotation] = ACTIONS(4198), + [anon_sym_data] = ACTIONS(4198), + [anon_sym_inner] = ACTIONS(4198), + [anon_sym_override] = ACTIONS(4198), + [anon_sym_lateinit] = ACTIONS(4198), + [anon_sym_public] = ACTIONS(4198), + [anon_sym_private] = ACTIONS(4198), + [anon_sym_internal] = ACTIONS(4198), + [anon_sym_protected] = ACTIONS(4198), + [anon_sym_tailrec] = ACTIONS(4198), + [anon_sym_operator] = ACTIONS(4198), + [anon_sym_infix] = ACTIONS(4198), + [anon_sym_inline] = ACTIONS(4198), + [anon_sym_external] = ACTIONS(4198), + [sym_property_modifier] = ACTIONS(4198), + [anon_sym_abstract] = ACTIONS(4198), + [anon_sym_final] = ACTIONS(4198), + [anon_sym_open] = ACTIONS(4198), + [anon_sym_vararg] = ACTIONS(4198), + [anon_sym_noinline] = ACTIONS(4198), + [anon_sym_crossinline] = ACTIONS(4198), + [anon_sym_expect] = ACTIONS(4198), + [anon_sym_actual] = ACTIONS(4198), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4200), + [anon_sym_continue_AT] = ACTIONS(4200), + [anon_sym_break_AT] = ACTIONS(4200), + [sym_real_literal] = ACTIONS(4200), + [sym_integer_literal] = ACTIONS(4198), + [sym_hex_literal] = ACTIONS(4200), + [sym_bin_literal] = ACTIONS(4200), + [anon_sym_true] = ACTIONS(4198), + [anon_sym_false] = ACTIONS(4198), + [anon_sym_SQUOTE] = ACTIONS(4200), + [sym__backtick_identifier] = ACTIONS(4200), + [sym__automatic_semicolon] = ACTIONS(4200), + [sym_safe_nav] = ACTIONS(4200), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4200), + }, + [837] = { + [sym_getter] = STATE(3312), + [sym_setter] = STATE(3312), + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(1752), + [sym__comparison_operator] = STATE(1753), + [sym__in_operator] = STATE(1754), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(1755), + [sym__multiplicative_operator] = STATE(1756), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_modifiers] = STATE(8762), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1758), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(1780), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_RPAREN] = ACTIONS(1780), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(4156), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(4204), + [anon_sym_get] = ACTIONS(4206), + [anon_sym_set] = ACTIONS(4208), + [anon_sym_STAR] = ACTIONS(4164), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(4166), + [anon_sym_while] = ACTIONS(1778), + [anon_sym_DOT_DOT] = ACTIONS(4168), + [anon_sym_QMARK_COLON] = ACTIONS(4170), + [anon_sym_AMP_AMP] = ACTIONS(4172), + [anon_sym_PIPE_PIPE] = ACTIONS(4174), + [anon_sym_else] = ACTIONS(1778), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_BANG_EQ] = ACTIONS(4176), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4178), + [anon_sym_EQ_EQ] = ACTIONS(4176), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4178), + [anon_sym_LT_EQ] = ACTIONS(4180), + [anon_sym_GT_EQ] = ACTIONS(4180), + [anon_sym_BANGin] = ACTIONS(4182), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), + [anon_sym_PLUS] = ACTIONS(4184), + [anon_sym_DASH] = ACTIONS(4184), + [anon_sym_SLASH] = ACTIONS(4186), + [anon_sym_PERCENT] = ACTIONS(4164), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(1746), + [anon_sym_inner] = ACTIONS(1746), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(1748), + [anon_sym_actual] = ACTIONS(1748), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym_safe_nav] = ACTIONS(3420), + [sym_multiline_comment] = ACTIONS(3), + }, + [838] = { + [sym_function_body] = STATE(1123), + [sym__block] = STATE(1087), + [sym__alpha_identifier] = ACTIONS(4210), + [anon_sym_AT] = ACTIONS(4212), + [anon_sym_COLON] = ACTIONS(4214), + [anon_sym_LBRACK] = ACTIONS(4212), + [anon_sym_as] = ACTIONS(4210), + [anon_sym_EQ] = ACTIONS(4037), + [anon_sym_LBRACE] = ACTIONS(4039), + [anon_sym_RBRACE] = ACTIONS(4212), + [anon_sym_LPAREN] = ACTIONS(4212), + [anon_sym_COMMA] = ACTIONS(4212), + [anon_sym_LT] = ACTIONS(4210), + [anon_sym_GT] = ACTIONS(4210), + [anon_sym_where] = ACTIONS(4210), + [anon_sym_object] = ACTIONS(4210), + [anon_sym_fun] = ACTIONS(4210), + [anon_sym_DOT] = ACTIONS(4210), + [anon_sym_SEMI] = ACTIONS(4212), + [anon_sym_get] = ACTIONS(4210), + [anon_sym_set] = ACTIONS(4210), + [anon_sym_this] = ACTIONS(4210), + [anon_sym_super] = ACTIONS(4210), + [anon_sym_STAR] = ACTIONS(4210), + [sym_label] = ACTIONS(4210), + [anon_sym_in] = ACTIONS(4210), + [anon_sym_DOT_DOT] = ACTIONS(4212), + [anon_sym_QMARK_COLON] = ACTIONS(4212), + [anon_sym_AMP_AMP] = ACTIONS(4212), + [anon_sym_PIPE_PIPE] = ACTIONS(4212), + [anon_sym_null] = ACTIONS(4210), + [anon_sym_if] = ACTIONS(4210), + [anon_sym_else] = ACTIONS(4210), + [anon_sym_when] = ACTIONS(4210), + [anon_sym_try] = ACTIONS(4210), + [anon_sym_throw] = ACTIONS(4210), + [anon_sym_return] = ACTIONS(4210), + [anon_sym_continue] = ACTIONS(4210), + [anon_sym_break] = ACTIONS(4210), + [anon_sym_COLON_COLON] = ACTIONS(4212), + [anon_sym_PLUS_EQ] = ACTIONS(4212), + [anon_sym_DASH_EQ] = ACTIONS(4212), + [anon_sym_STAR_EQ] = ACTIONS(4212), + [anon_sym_SLASH_EQ] = ACTIONS(4212), + [anon_sym_PERCENT_EQ] = ACTIONS(4212), + [anon_sym_BANG_EQ] = ACTIONS(4210), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4212), + [anon_sym_EQ_EQ] = ACTIONS(4210), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4212), + [anon_sym_LT_EQ] = ACTIONS(4212), + [anon_sym_GT_EQ] = ACTIONS(4212), + [anon_sym_BANGin] = ACTIONS(4212), + [anon_sym_is] = ACTIONS(4210), + [anon_sym_BANGis] = ACTIONS(4212), + [anon_sym_PLUS] = ACTIONS(4210), + [anon_sym_DASH] = ACTIONS(4210), + [anon_sym_SLASH] = ACTIONS(4210), + [anon_sym_PERCENT] = ACTIONS(4210), + [anon_sym_as_QMARK] = ACTIONS(4212), + [anon_sym_PLUS_PLUS] = ACTIONS(4212), + [anon_sym_DASH_DASH] = ACTIONS(4212), + [anon_sym_BANG] = ACTIONS(4210), + [anon_sym_BANG_BANG] = ACTIONS(4212), + [anon_sym_suspend] = ACTIONS(4210), + [anon_sym_sealed] = ACTIONS(4210), + [anon_sym_annotation] = ACTIONS(4210), + [anon_sym_data] = ACTIONS(4210), + [anon_sym_inner] = ACTIONS(4210), + [anon_sym_override] = ACTIONS(4210), + [anon_sym_lateinit] = ACTIONS(4210), + [anon_sym_public] = ACTIONS(4210), + [anon_sym_private] = ACTIONS(4210), + [anon_sym_internal] = ACTIONS(4210), + [anon_sym_protected] = ACTIONS(4210), + [anon_sym_tailrec] = ACTIONS(4210), + [anon_sym_operator] = ACTIONS(4210), + [anon_sym_infix] = ACTIONS(4210), + [anon_sym_inline] = ACTIONS(4210), + [anon_sym_external] = ACTIONS(4210), + [sym_property_modifier] = ACTIONS(4210), + [anon_sym_abstract] = ACTIONS(4210), + [anon_sym_final] = ACTIONS(4210), + [anon_sym_open] = ACTIONS(4210), + [anon_sym_vararg] = ACTIONS(4210), + [anon_sym_noinline] = ACTIONS(4210), + [anon_sym_crossinline] = ACTIONS(4210), + [anon_sym_expect] = ACTIONS(4210), + [anon_sym_actual] = ACTIONS(4210), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4212), + [anon_sym_continue_AT] = ACTIONS(4212), + [anon_sym_break_AT] = ACTIONS(4212), + [sym_real_literal] = ACTIONS(4212), + [sym_integer_literal] = ACTIONS(4210), + [sym_hex_literal] = ACTIONS(4212), + [sym_bin_literal] = ACTIONS(4212), + [anon_sym_true] = ACTIONS(4210), + [anon_sym_false] = ACTIONS(4210), + [anon_sym_SQUOTE] = ACTIONS(4212), + [sym__backtick_identifier] = ACTIONS(4212), + [sym__automatic_semicolon] = ACTIONS(4212), + [sym_safe_nav] = ACTIONS(4212), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4212), + }, + [839] = { + [sym_getter] = STATE(4602), + [sym_setter] = STATE(4602), + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(1752), + [sym__comparison_operator] = STATE(1753), + [sym__in_operator] = STATE(1754), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(1755), + [sym__multiplicative_operator] = STATE(1756), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_modifiers] = STATE(8747), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1758), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(1766), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_RPAREN] = ACTIONS(1766), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(4156), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(4216), + [anon_sym_get] = ACTIONS(4160), + [anon_sym_set] = ACTIONS(4162), + [anon_sym_STAR] = ACTIONS(4164), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(4166), + [anon_sym_while] = ACTIONS(1764), + [anon_sym_DOT_DOT] = ACTIONS(4168), + [anon_sym_QMARK_COLON] = ACTIONS(4170), + [anon_sym_AMP_AMP] = ACTIONS(4172), + [anon_sym_PIPE_PIPE] = ACTIONS(4174), + [anon_sym_else] = ACTIONS(1764), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_BANG_EQ] = ACTIONS(4176), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4178), + [anon_sym_EQ_EQ] = ACTIONS(4176), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4178), + [anon_sym_LT_EQ] = ACTIONS(4180), + [anon_sym_GT_EQ] = ACTIONS(4180), + [anon_sym_BANGin] = ACTIONS(4182), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), + [anon_sym_PLUS] = ACTIONS(4184), + [anon_sym_DASH] = ACTIONS(4184), + [anon_sym_SLASH] = ACTIONS(4186), + [anon_sym_PERCENT] = ACTIONS(4164), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(1746), + [anon_sym_inner] = ACTIONS(1746), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(1748), + [anon_sym_actual] = ACTIONS(1748), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym_safe_nav] = ACTIONS(3420), + [sym_multiline_comment] = ACTIONS(3), + }, + [840] = { + [sym_getter] = STATE(4659), + [sym_setter] = STATE(4659), + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(1752), + [sym__comparison_operator] = STATE(1753), + [sym__in_operator] = STATE(1754), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(1755), + [sym__multiplicative_operator] = STATE(1756), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_modifiers] = STATE(8747), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1758), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_LBRACE] = ACTIONS(1596), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_LBRACE] = ACTIONS(1403), [anon_sym_RBRACE] = ACTIONS(1754), - [anon_sym_LPAREN] = ACTIONS(3378), + [anon_sym_LPAREN] = ACTIONS(3394), [anon_sym_RPAREN] = ACTIONS(1754), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(4149), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(4290), - [anon_sym_get] = ACTIONS(4278), - [anon_sym_set] = ACTIONS(4280), - [anon_sym_STAR] = ACTIONS(4157), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(4159), + [anon_sym_GT] = ACTIONS(4156), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(4218), + [anon_sym_get] = ACTIONS(4160), + [anon_sym_set] = ACTIONS(4162), + [anon_sym_STAR] = ACTIONS(4164), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(4166), [anon_sym_while] = ACTIONS(1752), - [anon_sym_DOT_DOT] = ACTIONS(4161), - [anon_sym_QMARK_COLON] = ACTIONS(4163), - [anon_sym_AMP_AMP] = ACTIONS(4165), - [anon_sym_PIPE_PIPE] = ACTIONS(4167), + [anon_sym_DOT_DOT] = ACTIONS(4168), + [anon_sym_QMARK_COLON] = ACTIONS(4170), + [anon_sym_AMP_AMP] = ACTIONS(4172), + [anon_sym_PIPE_PIPE] = ACTIONS(4174), [anon_sym_else] = ACTIONS(1752), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_BANG_EQ] = ACTIONS(4169), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4171), - [anon_sym_EQ_EQ] = ACTIONS(4169), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4171), - [anon_sym_LT_EQ] = ACTIONS(4173), - [anon_sym_GT_EQ] = ACTIONS(4173), - [anon_sym_BANGin] = ACTIONS(4175), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), - [anon_sym_PLUS] = ACTIONS(4177), - [anon_sym_DASH] = ACTIONS(4177), - [anon_sym_SLASH] = ACTIONS(4179), - [anon_sym_PERCENT] = ACTIONS(4157), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_BANG_EQ] = ACTIONS(4176), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4178), + [anon_sym_EQ_EQ] = ACTIONS(4176), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4178), + [anon_sym_LT_EQ] = ACTIONS(4180), + [anon_sym_GT_EQ] = ACTIONS(4180), + [anon_sym_BANGin] = ACTIONS(4182), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), + [anon_sym_PLUS] = ACTIONS(4184), + [anon_sym_DASH] = ACTIONS(4184), + [anon_sym_SLASH] = ACTIONS(4186), + [anon_sym_PERCENT] = ACTIONS(4164), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -136700,85 +134582,85 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), + [sym_safe_nav] = ACTIONS(3420), [sym_multiline_comment] = ACTIONS(3), }, - [862] = { - [sym_getter] = STATE(4680), - [sym_setter] = STATE(4680), - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(1738), - [sym__comparison_operator] = STATE(1739), - [sym__in_operator] = STATE(1740), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(1741), - [sym__multiplicative_operator] = STATE(1742), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_modifiers] = STATE(8572), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1744), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [aux_sym_modifiers_repeat1] = STATE(5441), + [841] = { + [sym_getter] = STATE(4715), + [sym_setter] = STATE(4715), + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(1752), + [sym__comparison_operator] = STATE(1753), + [sym__in_operator] = STATE(1754), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(1755), + [sym__multiplicative_operator] = STATE(1756), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_modifiers] = STATE(8747), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1758), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(1772), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_RPAREN] = ACTIONS(1772), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(1696), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_RPAREN] = ACTIONS(1696), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(4149), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(4292), - [anon_sym_get] = ACTIONS(4278), - [anon_sym_set] = ACTIONS(4280), - [anon_sym_STAR] = ACTIONS(4157), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(4159), - [anon_sym_while] = ACTIONS(1770), - [anon_sym_DOT_DOT] = ACTIONS(4161), - [anon_sym_QMARK_COLON] = ACTIONS(4163), - [anon_sym_AMP_AMP] = ACTIONS(4165), - [anon_sym_PIPE_PIPE] = ACTIONS(4167), - [anon_sym_else] = ACTIONS(1770), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_BANG_EQ] = ACTIONS(4169), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4171), - [anon_sym_EQ_EQ] = ACTIONS(4169), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4171), - [anon_sym_LT_EQ] = ACTIONS(4173), - [anon_sym_GT_EQ] = ACTIONS(4173), - [anon_sym_BANGin] = ACTIONS(4175), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), - [anon_sym_PLUS] = ACTIONS(4177), - [anon_sym_DASH] = ACTIONS(4177), - [anon_sym_SLASH] = ACTIONS(4179), - [anon_sym_PERCENT] = ACTIONS(4157), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), + [anon_sym_GT] = ACTIONS(4156), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(4220), + [anon_sym_get] = ACTIONS(4160), + [anon_sym_set] = ACTIONS(4162), + [anon_sym_STAR] = ACTIONS(4164), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(4166), + [anon_sym_while] = ACTIONS(1694), + [anon_sym_DOT_DOT] = ACTIONS(4168), + [anon_sym_QMARK_COLON] = ACTIONS(4170), + [anon_sym_AMP_AMP] = ACTIONS(4172), + [anon_sym_PIPE_PIPE] = ACTIONS(4174), + [anon_sym_else] = ACTIONS(1694), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_BANG_EQ] = ACTIONS(4176), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4178), + [anon_sym_EQ_EQ] = ACTIONS(4176), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4178), + [anon_sym_LT_EQ] = ACTIONS(4180), + [anon_sym_GT_EQ] = ACTIONS(4180), + [anon_sym_BANGin] = ACTIONS(4182), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), + [anon_sym_PLUS] = ACTIONS(4184), + [anon_sym_DASH] = ACTIONS(4184), + [anon_sym_SLASH] = ACTIONS(4186), + [anon_sym_PERCENT] = ACTIONS(4164), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -136806,297 +134688,297 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), + [sym_safe_nav] = ACTIONS(3420), [sym_multiline_comment] = ACTIONS(3), }, - [863] = { - [sym_type_constraints] = STATE(903), - [sym_function_body] = STATE(1147), - [sym__block] = STATE(1128), - [sym__alpha_identifier] = ACTIONS(4101), - [anon_sym_AT] = ACTIONS(4103), - [anon_sym_LBRACK] = ACTIONS(4103), - [anon_sym_as] = ACTIONS(4101), - [anon_sym_EQ] = ACTIONS(4079), - [anon_sym_LBRACE] = ACTIONS(4081), - [anon_sym_RBRACE] = ACTIONS(4103), - [anon_sym_LPAREN] = ACTIONS(4103), - [anon_sym_COMMA] = ACTIONS(4103), - [anon_sym_LT] = ACTIONS(4101), - [anon_sym_GT] = ACTIONS(4101), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(4101), - [anon_sym_fun] = ACTIONS(4101), - [anon_sym_DOT] = ACTIONS(4101), - [anon_sym_SEMI] = ACTIONS(4103), - [anon_sym_get] = ACTIONS(4101), - [anon_sym_set] = ACTIONS(4101), - [anon_sym_this] = ACTIONS(4101), - [anon_sym_super] = ACTIONS(4101), - [anon_sym_STAR] = ACTIONS(4101), - [sym_label] = ACTIONS(4101), - [anon_sym_in] = ACTIONS(4101), - [anon_sym_DOT_DOT] = ACTIONS(4103), - [anon_sym_QMARK_COLON] = ACTIONS(4103), - [anon_sym_AMP_AMP] = ACTIONS(4103), - [anon_sym_PIPE_PIPE] = ACTIONS(4103), - [anon_sym_null] = ACTIONS(4101), - [anon_sym_if] = ACTIONS(4101), - [anon_sym_else] = ACTIONS(4101), - [anon_sym_when] = ACTIONS(4101), - [anon_sym_try] = ACTIONS(4101), - [anon_sym_throw] = ACTIONS(4101), - [anon_sym_return] = ACTIONS(4101), - [anon_sym_continue] = ACTIONS(4101), - [anon_sym_break] = ACTIONS(4101), - [anon_sym_COLON_COLON] = ACTIONS(4103), - [anon_sym_PLUS_EQ] = ACTIONS(4103), - [anon_sym_DASH_EQ] = ACTIONS(4103), - [anon_sym_STAR_EQ] = ACTIONS(4103), - [anon_sym_SLASH_EQ] = ACTIONS(4103), - [anon_sym_PERCENT_EQ] = ACTIONS(4103), - [anon_sym_BANG_EQ] = ACTIONS(4101), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4103), - [anon_sym_EQ_EQ] = ACTIONS(4101), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4103), - [anon_sym_LT_EQ] = ACTIONS(4103), - [anon_sym_GT_EQ] = ACTIONS(4103), - [anon_sym_BANGin] = ACTIONS(4103), - [anon_sym_is] = ACTIONS(4101), - [anon_sym_BANGis] = ACTIONS(4103), - [anon_sym_PLUS] = ACTIONS(4101), - [anon_sym_DASH] = ACTIONS(4101), - [anon_sym_SLASH] = ACTIONS(4101), - [anon_sym_PERCENT] = ACTIONS(4101), - [anon_sym_as_QMARK] = ACTIONS(4103), - [anon_sym_PLUS_PLUS] = ACTIONS(4103), - [anon_sym_DASH_DASH] = ACTIONS(4103), - [anon_sym_BANG] = ACTIONS(4101), - [anon_sym_BANG_BANG] = ACTIONS(4103), - [anon_sym_suspend] = ACTIONS(4101), - [anon_sym_sealed] = ACTIONS(4101), - [anon_sym_annotation] = ACTIONS(4101), - [anon_sym_data] = ACTIONS(4101), - [anon_sym_inner] = ACTIONS(4101), - [anon_sym_override] = ACTIONS(4101), - [anon_sym_lateinit] = ACTIONS(4101), - [anon_sym_public] = ACTIONS(4101), - [anon_sym_private] = ACTIONS(4101), - [anon_sym_internal] = ACTIONS(4101), - [anon_sym_protected] = ACTIONS(4101), - [anon_sym_tailrec] = ACTIONS(4101), - [anon_sym_operator] = ACTIONS(4101), - [anon_sym_infix] = ACTIONS(4101), - [anon_sym_inline] = ACTIONS(4101), - [anon_sym_external] = ACTIONS(4101), - [sym_property_modifier] = ACTIONS(4101), - [anon_sym_abstract] = ACTIONS(4101), - [anon_sym_final] = ACTIONS(4101), - [anon_sym_open] = ACTIONS(4101), - [anon_sym_vararg] = ACTIONS(4101), - [anon_sym_noinline] = ACTIONS(4101), - [anon_sym_crossinline] = ACTIONS(4101), - [anon_sym_expect] = ACTIONS(4101), - [anon_sym_actual] = ACTIONS(4101), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4103), - [anon_sym_continue_AT] = ACTIONS(4103), - [anon_sym_break_AT] = ACTIONS(4103), - [sym_real_literal] = ACTIONS(4103), - [sym_integer_literal] = ACTIONS(4101), - [sym_hex_literal] = ACTIONS(4103), - [sym_bin_literal] = ACTIONS(4103), - [anon_sym_true] = ACTIONS(4101), - [anon_sym_false] = ACTIONS(4101), - [anon_sym_SQUOTE] = ACTIONS(4103), - [sym__backtick_identifier] = ACTIONS(4103), - [sym__automatic_semicolon] = ACTIONS(4103), - [sym_safe_nav] = ACTIONS(4103), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4103), + [842] = { + [aux_sym_user_type_repeat1] = STATE(854), + [sym__alpha_identifier] = ACTIONS(4222), + [anon_sym_AT] = ACTIONS(4224), + [anon_sym_LBRACK] = ACTIONS(4224), + [anon_sym_as] = ACTIONS(4222), + [anon_sym_EQ] = ACTIONS(4222), + [anon_sym_LBRACE] = ACTIONS(4224), + [anon_sym_RBRACE] = ACTIONS(4224), + [anon_sym_LPAREN] = ACTIONS(4224), + [anon_sym_COMMA] = ACTIONS(4224), + [anon_sym_by] = ACTIONS(4222), + [anon_sym_LT] = ACTIONS(4222), + [anon_sym_GT] = ACTIONS(4222), + [anon_sym_where] = ACTIONS(4222), + [anon_sym_object] = ACTIONS(4222), + [anon_sym_fun] = ACTIONS(4222), + [anon_sym_DOT] = ACTIONS(4226), + [anon_sym_SEMI] = ACTIONS(4224), + [anon_sym_get] = ACTIONS(4222), + [anon_sym_set] = ACTIONS(4222), + [anon_sym_this] = ACTIONS(4222), + [anon_sym_super] = ACTIONS(4222), + [sym__quest] = ACTIONS(4222), + [anon_sym_STAR] = ACTIONS(4222), + [sym_label] = ACTIONS(4222), + [anon_sym_in] = ACTIONS(4222), + [anon_sym_DOT_DOT] = ACTIONS(4224), + [anon_sym_QMARK_COLON] = ACTIONS(4224), + [anon_sym_AMP_AMP] = ACTIONS(4224), + [anon_sym_PIPE_PIPE] = ACTIONS(4224), + [anon_sym_null] = ACTIONS(4222), + [anon_sym_if] = ACTIONS(4222), + [anon_sym_else] = ACTIONS(4222), + [anon_sym_when] = ACTIONS(4222), + [anon_sym_try] = ACTIONS(4222), + [anon_sym_throw] = ACTIONS(4222), + [anon_sym_return] = ACTIONS(4222), + [anon_sym_continue] = ACTIONS(4222), + [anon_sym_break] = ACTIONS(4222), + [anon_sym_COLON_COLON] = ACTIONS(4224), + [anon_sym_PLUS_EQ] = ACTIONS(4224), + [anon_sym_DASH_EQ] = ACTIONS(4224), + [anon_sym_STAR_EQ] = ACTIONS(4224), + [anon_sym_SLASH_EQ] = ACTIONS(4224), + [anon_sym_PERCENT_EQ] = ACTIONS(4224), + [anon_sym_BANG_EQ] = ACTIONS(4222), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4224), + [anon_sym_EQ_EQ] = ACTIONS(4222), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4224), + [anon_sym_LT_EQ] = ACTIONS(4224), + [anon_sym_GT_EQ] = ACTIONS(4224), + [anon_sym_BANGin] = ACTIONS(4224), + [anon_sym_is] = ACTIONS(4222), + [anon_sym_BANGis] = ACTIONS(4224), + [anon_sym_PLUS] = ACTIONS(4222), + [anon_sym_DASH] = ACTIONS(4222), + [anon_sym_SLASH] = ACTIONS(4222), + [anon_sym_PERCENT] = ACTIONS(4222), + [anon_sym_as_QMARK] = ACTIONS(4224), + [anon_sym_PLUS_PLUS] = ACTIONS(4224), + [anon_sym_DASH_DASH] = ACTIONS(4224), + [anon_sym_BANG] = ACTIONS(4222), + [anon_sym_BANG_BANG] = ACTIONS(4224), + [anon_sym_suspend] = ACTIONS(4222), + [anon_sym_sealed] = ACTIONS(4222), + [anon_sym_annotation] = ACTIONS(4222), + [anon_sym_data] = ACTIONS(4222), + [anon_sym_inner] = ACTIONS(4222), + [anon_sym_override] = ACTIONS(4222), + [anon_sym_lateinit] = ACTIONS(4222), + [anon_sym_public] = ACTIONS(4222), + [anon_sym_private] = ACTIONS(4222), + [anon_sym_internal] = ACTIONS(4222), + [anon_sym_protected] = ACTIONS(4222), + [anon_sym_tailrec] = ACTIONS(4222), + [anon_sym_operator] = ACTIONS(4222), + [anon_sym_infix] = ACTIONS(4222), + [anon_sym_inline] = ACTIONS(4222), + [anon_sym_external] = ACTIONS(4222), + [sym_property_modifier] = ACTIONS(4222), + [anon_sym_abstract] = ACTIONS(4222), + [anon_sym_final] = ACTIONS(4222), + [anon_sym_open] = ACTIONS(4222), + [anon_sym_vararg] = ACTIONS(4222), + [anon_sym_noinline] = ACTIONS(4222), + [anon_sym_crossinline] = ACTIONS(4222), + [anon_sym_expect] = ACTIONS(4222), + [anon_sym_actual] = ACTIONS(4222), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4224), + [anon_sym_continue_AT] = ACTIONS(4224), + [anon_sym_break_AT] = ACTIONS(4224), + [sym_real_literal] = ACTIONS(4224), + [sym_integer_literal] = ACTIONS(4222), + [sym_hex_literal] = ACTIONS(4224), + [sym_bin_literal] = ACTIONS(4224), + [anon_sym_true] = ACTIONS(4222), + [anon_sym_false] = ACTIONS(4222), + [anon_sym_SQUOTE] = ACTIONS(4224), + [sym__backtick_identifier] = ACTIONS(4224), + [sym__automatic_semicolon] = ACTIONS(4224), + [sym_safe_nav] = ACTIONS(4224), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4224), }, - [864] = { - [aux_sym_nullable_type_repeat1] = STATE(855), - [sym__alpha_identifier] = ACTIONS(4294), - [anon_sym_AT] = ACTIONS(4296), - [anon_sym_LBRACK] = ACTIONS(4296), - [anon_sym_as] = ACTIONS(4294), - [anon_sym_EQ] = ACTIONS(4294), - [anon_sym_LBRACE] = ACTIONS(4296), - [anon_sym_RBRACE] = ACTIONS(4296), - [anon_sym_LPAREN] = ACTIONS(4296), - [anon_sym_COMMA] = ACTIONS(4296), - [anon_sym_by] = ACTIONS(4294), - [anon_sym_LT] = ACTIONS(4294), - [anon_sym_GT] = ACTIONS(4294), - [anon_sym_where] = ACTIONS(4294), - [anon_sym_object] = ACTIONS(4294), - [anon_sym_fun] = ACTIONS(4294), - [anon_sym_DOT] = ACTIONS(4294), - [anon_sym_SEMI] = ACTIONS(4296), - [anon_sym_get] = ACTIONS(4294), - [anon_sym_set] = ACTIONS(4294), - [anon_sym_this] = ACTIONS(4294), - [anon_sym_super] = ACTIONS(4294), - [sym__quest] = ACTIONS(4189), - [anon_sym_STAR] = ACTIONS(4294), - [sym_label] = ACTIONS(4294), - [anon_sym_in] = ACTIONS(4294), - [anon_sym_DOT_DOT] = ACTIONS(4296), - [anon_sym_QMARK_COLON] = ACTIONS(4296), - [anon_sym_AMP_AMP] = ACTIONS(4296), - [anon_sym_PIPE_PIPE] = ACTIONS(4296), - [anon_sym_null] = ACTIONS(4294), - [anon_sym_if] = ACTIONS(4294), - [anon_sym_else] = ACTIONS(4294), - [anon_sym_when] = ACTIONS(4294), - [anon_sym_try] = ACTIONS(4294), - [anon_sym_throw] = ACTIONS(4294), - [anon_sym_return] = ACTIONS(4294), - [anon_sym_continue] = ACTIONS(4294), - [anon_sym_break] = ACTIONS(4294), - [anon_sym_COLON_COLON] = ACTIONS(4296), - [anon_sym_PLUS_EQ] = ACTIONS(4296), - [anon_sym_DASH_EQ] = ACTIONS(4296), - [anon_sym_STAR_EQ] = ACTIONS(4296), - [anon_sym_SLASH_EQ] = ACTIONS(4296), - [anon_sym_PERCENT_EQ] = ACTIONS(4296), - [anon_sym_BANG_EQ] = ACTIONS(4294), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4296), - [anon_sym_EQ_EQ] = ACTIONS(4294), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4296), - [anon_sym_LT_EQ] = ACTIONS(4296), - [anon_sym_GT_EQ] = ACTIONS(4296), - [anon_sym_BANGin] = ACTIONS(4296), - [anon_sym_is] = ACTIONS(4294), - [anon_sym_BANGis] = ACTIONS(4296), - [anon_sym_PLUS] = ACTIONS(4294), - [anon_sym_DASH] = ACTIONS(4294), - [anon_sym_SLASH] = ACTIONS(4294), - [anon_sym_PERCENT] = ACTIONS(4294), - [anon_sym_as_QMARK] = ACTIONS(4296), - [anon_sym_PLUS_PLUS] = ACTIONS(4296), - [anon_sym_DASH_DASH] = ACTIONS(4296), - [anon_sym_BANG] = ACTIONS(4294), - [anon_sym_BANG_BANG] = ACTIONS(4296), - [anon_sym_suspend] = ACTIONS(4294), - [anon_sym_sealed] = ACTIONS(4294), - [anon_sym_annotation] = ACTIONS(4294), - [anon_sym_data] = ACTIONS(4294), - [anon_sym_inner] = ACTIONS(4294), - [anon_sym_override] = ACTIONS(4294), - [anon_sym_lateinit] = ACTIONS(4294), - [anon_sym_public] = ACTIONS(4294), - [anon_sym_private] = ACTIONS(4294), - [anon_sym_internal] = ACTIONS(4294), - [anon_sym_protected] = ACTIONS(4294), - [anon_sym_tailrec] = ACTIONS(4294), - [anon_sym_operator] = ACTIONS(4294), - [anon_sym_infix] = ACTIONS(4294), - [anon_sym_inline] = ACTIONS(4294), - [anon_sym_external] = ACTIONS(4294), - [sym_property_modifier] = ACTIONS(4294), - [anon_sym_abstract] = ACTIONS(4294), - [anon_sym_final] = ACTIONS(4294), - [anon_sym_open] = ACTIONS(4294), - [anon_sym_vararg] = ACTIONS(4294), - [anon_sym_noinline] = ACTIONS(4294), - [anon_sym_crossinline] = ACTIONS(4294), - [anon_sym_expect] = ACTIONS(4294), - [anon_sym_actual] = ACTIONS(4294), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4296), - [anon_sym_continue_AT] = ACTIONS(4296), - [anon_sym_break_AT] = ACTIONS(4296), - [sym_real_literal] = ACTIONS(4296), - [sym_integer_literal] = ACTIONS(4294), - [sym_hex_literal] = ACTIONS(4296), - [sym_bin_literal] = ACTIONS(4296), - [anon_sym_true] = ACTIONS(4294), - [anon_sym_false] = ACTIONS(4294), - [anon_sym_SQUOTE] = ACTIONS(4296), - [sym__backtick_identifier] = ACTIONS(4296), - [sym__automatic_semicolon] = ACTIONS(4296), - [sym_safe_nav] = ACTIONS(4296), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4296), + [843] = { + [sym__alpha_identifier] = ACTIONS(3943), + [anon_sym_AT] = ACTIONS(3948), + [anon_sym_COLON] = ACTIONS(3943), + [anon_sym_LBRACK] = ACTIONS(3948), + [anon_sym_as] = ACTIONS(3943), + [anon_sym_EQ] = ACTIONS(3943), + [anon_sym_LBRACE] = ACTIONS(3948), + [anon_sym_RBRACE] = ACTIONS(3948), + [anon_sym_LPAREN] = ACTIONS(3948), + [anon_sym_COMMA] = ACTIONS(3948), + [anon_sym_by] = ACTIONS(3943), + [anon_sym_LT] = ACTIONS(3943), + [anon_sym_GT] = ACTIONS(3943), + [anon_sym_where] = ACTIONS(3943), + [anon_sym_object] = ACTIONS(3943), + [anon_sym_fun] = ACTIONS(3943), + [anon_sym_DOT] = ACTIONS(3943), + [anon_sym_SEMI] = ACTIONS(3948), + [anon_sym_get] = ACTIONS(3943), + [anon_sym_set] = ACTIONS(3943), + [anon_sym_this] = ACTIONS(3943), + [anon_sym_super] = ACTIONS(3943), + [sym__quest] = ACTIONS(3943), + [anon_sym_STAR] = ACTIONS(3943), + [sym_label] = ACTIONS(3943), + [anon_sym_in] = ACTIONS(3943), + [anon_sym_DOT_DOT] = ACTIONS(3948), + [anon_sym_QMARK_COLON] = ACTIONS(3948), + [anon_sym_AMP_AMP] = ACTIONS(3948), + [anon_sym_PIPE_PIPE] = ACTIONS(3948), + [anon_sym_null] = ACTIONS(3943), + [anon_sym_if] = ACTIONS(3943), + [anon_sym_else] = ACTIONS(3943), + [anon_sym_when] = ACTIONS(3943), + [anon_sym_try] = ACTIONS(3943), + [anon_sym_throw] = ACTIONS(3943), + [anon_sym_return] = ACTIONS(3943), + [anon_sym_continue] = ACTIONS(3943), + [anon_sym_break] = ACTIONS(3943), + [anon_sym_COLON_COLON] = ACTIONS(3948), + [anon_sym_PLUS_EQ] = ACTIONS(3948), + [anon_sym_DASH_EQ] = ACTIONS(3948), + [anon_sym_STAR_EQ] = ACTIONS(3948), + [anon_sym_SLASH_EQ] = ACTIONS(3948), + [anon_sym_PERCENT_EQ] = ACTIONS(3948), + [anon_sym_BANG_EQ] = ACTIONS(3943), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3948), + [anon_sym_EQ_EQ] = ACTIONS(3943), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3948), + [anon_sym_LT_EQ] = ACTIONS(3948), + [anon_sym_GT_EQ] = ACTIONS(3948), + [anon_sym_BANGin] = ACTIONS(3948), + [anon_sym_is] = ACTIONS(3943), + [anon_sym_BANGis] = ACTIONS(3948), + [anon_sym_PLUS] = ACTIONS(3943), + [anon_sym_DASH] = ACTIONS(3943), + [anon_sym_SLASH] = ACTIONS(3943), + [anon_sym_PERCENT] = ACTIONS(3943), + [anon_sym_as_QMARK] = ACTIONS(3948), + [anon_sym_PLUS_PLUS] = ACTIONS(3948), + [anon_sym_DASH_DASH] = ACTIONS(3948), + [anon_sym_BANG] = ACTIONS(3943), + [anon_sym_BANG_BANG] = ACTIONS(3948), + [anon_sym_suspend] = ACTIONS(3943), + [anon_sym_sealed] = ACTIONS(3943), + [anon_sym_annotation] = ACTIONS(3943), + [anon_sym_data] = ACTIONS(3943), + [anon_sym_inner] = ACTIONS(3943), + [anon_sym_override] = ACTIONS(3943), + [anon_sym_lateinit] = ACTIONS(3943), + [anon_sym_public] = ACTIONS(3943), + [anon_sym_private] = ACTIONS(3943), + [anon_sym_internal] = ACTIONS(3943), + [anon_sym_protected] = ACTIONS(3943), + [anon_sym_tailrec] = ACTIONS(3943), + [anon_sym_operator] = ACTIONS(3943), + [anon_sym_infix] = ACTIONS(3943), + [anon_sym_inline] = ACTIONS(3943), + [anon_sym_external] = ACTIONS(3943), + [sym_property_modifier] = ACTIONS(3943), + [anon_sym_abstract] = ACTIONS(3943), + [anon_sym_final] = ACTIONS(3943), + [anon_sym_open] = ACTIONS(3943), + [anon_sym_vararg] = ACTIONS(3943), + [anon_sym_noinline] = ACTIONS(3943), + [anon_sym_crossinline] = ACTIONS(3943), + [anon_sym_expect] = ACTIONS(3943), + [anon_sym_actual] = ACTIONS(3943), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3948), + [anon_sym_continue_AT] = ACTIONS(3948), + [anon_sym_break_AT] = ACTIONS(3948), + [sym_real_literal] = ACTIONS(3948), + [sym_integer_literal] = ACTIONS(3943), + [sym_hex_literal] = ACTIONS(3948), + [sym_bin_literal] = ACTIONS(3948), + [anon_sym_true] = ACTIONS(3943), + [anon_sym_false] = ACTIONS(3943), + [anon_sym_SQUOTE] = ACTIONS(3948), + [sym__backtick_identifier] = ACTIONS(3948), + [sym__automatic_semicolon] = ACTIONS(3948), + [sym_safe_nav] = ACTIONS(3948), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3948), }, - [865] = { - [sym_getter] = STATE(4710), - [sym_setter] = STATE(4710), - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(1738), - [sym__comparison_operator] = STATE(1739), - [sym__in_operator] = STATE(1740), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(1741), - [sym__multiplicative_operator] = STATE(1742), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_modifiers] = STATE(8572), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1744), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [aux_sym_modifiers_repeat1] = STATE(5441), + [844] = { + [sym_getter] = STATE(4641), + [sym_setter] = STATE(4641), + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(1752), + [sym__comparison_operator] = STATE(1753), + [sym__in_operator] = STATE(1754), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(1755), + [sym__multiplicative_operator] = STATE(1756), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_modifiers] = STATE(8747), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1758), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_RPAREN] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_RPAREN] = ACTIONS(1786), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(4149), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(4298), - [anon_sym_get] = ACTIONS(4278), - [anon_sym_set] = ACTIONS(4280), - [anon_sym_STAR] = ACTIONS(4157), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(4159), - [anon_sym_while] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(4161), - [anon_sym_QMARK_COLON] = ACTIONS(4163), - [anon_sym_AMP_AMP] = ACTIONS(4165), - [anon_sym_PIPE_PIPE] = ACTIONS(4167), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_BANG_EQ] = ACTIONS(4169), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4171), - [anon_sym_EQ_EQ] = ACTIONS(4169), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4171), - [anon_sym_LT_EQ] = ACTIONS(4173), - [anon_sym_GT_EQ] = ACTIONS(4173), - [anon_sym_BANGin] = ACTIONS(4175), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), - [anon_sym_PLUS] = ACTIONS(4177), - [anon_sym_DASH] = ACTIONS(4177), - [anon_sym_SLASH] = ACTIONS(4179), - [anon_sym_PERCENT] = ACTIONS(4157), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), + [anon_sym_GT] = ACTIONS(4156), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(4229), + [anon_sym_get] = ACTIONS(4160), + [anon_sym_set] = ACTIONS(4162), + [anon_sym_STAR] = ACTIONS(4164), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(4166), + [anon_sym_while] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(4168), + [anon_sym_QMARK_COLON] = ACTIONS(4170), + [anon_sym_AMP_AMP] = ACTIONS(4172), + [anon_sym_PIPE_PIPE] = ACTIONS(4174), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_BANG_EQ] = ACTIONS(4176), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4178), + [anon_sym_EQ_EQ] = ACTIONS(4176), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4178), + [anon_sym_LT_EQ] = ACTIONS(4180), + [anon_sym_GT_EQ] = ACTIONS(4180), + [anon_sym_BANGin] = ACTIONS(4182), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), + [anon_sym_PLUS] = ACTIONS(4184), + [anon_sym_DASH] = ACTIONS(4184), + [anon_sym_SLASH] = ACTIONS(4186), + [anon_sym_PERCENT] = ACTIONS(4164), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -137124,509 +135006,933 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), + [sym_safe_nav] = ACTIONS(3420), [sym_multiline_comment] = ACTIONS(3), }, - [866] = { - [sym__alpha_identifier] = ACTIONS(3828), - [anon_sym_AT] = ACTIONS(3833), - [anon_sym_COLON] = ACTIONS(3828), - [anon_sym_LBRACK] = ACTIONS(3833), - [anon_sym_as] = ACTIONS(3828), - [anon_sym_EQ] = ACTIONS(3828), - [anon_sym_LBRACE] = ACTIONS(3833), - [anon_sym_RBRACE] = ACTIONS(3833), - [anon_sym_LPAREN] = ACTIONS(3833), - [anon_sym_COMMA] = ACTIONS(3833), - [anon_sym_by] = ACTIONS(3828), - [anon_sym_LT] = ACTIONS(3828), - [anon_sym_GT] = ACTIONS(3828), - [anon_sym_where] = ACTIONS(3828), - [anon_sym_object] = ACTIONS(3828), - [anon_sym_fun] = ACTIONS(3828), - [anon_sym_DOT] = ACTIONS(3828), - [anon_sym_SEMI] = ACTIONS(3833), - [anon_sym_get] = ACTIONS(3828), - [anon_sym_set] = ACTIONS(3828), - [anon_sym_this] = ACTIONS(3828), - [anon_sym_super] = ACTIONS(3828), - [sym__quest] = ACTIONS(3828), - [anon_sym_STAR] = ACTIONS(3828), - [sym_label] = ACTIONS(3828), - [anon_sym_in] = ACTIONS(3828), - [anon_sym_DOT_DOT] = ACTIONS(3833), - [anon_sym_QMARK_COLON] = ACTIONS(3833), - [anon_sym_AMP_AMP] = ACTIONS(3833), - [anon_sym_PIPE_PIPE] = ACTIONS(3833), - [anon_sym_null] = ACTIONS(3828), - [anon_sym_if] = ACTIONS(3828), - [anon_sym_else] = ACTIONS(3828), - [anon_sym_when] = ACTIONS(3828), - [anon_sym_try] = ACTIONS(3828), - [anon_sym_throw] = ACTIONS(3828), - [anon_sym_return] = ACTIONS(3828), - [anon_sym_continue] = ACTIONS(3828), - [anon_sym_break] = ACTIONS(3828), - [anon_sym_COLON_COLON] = ACTIONS(3833), - [anon_sym_PLUS_EQ] = ACTIONS(3833), - [anon_sym_DASH_EQ] = ACTIONS(3833), - [anon_sym_STAR_EQ] = ACTIONS(3833), - [anon_sym_SLASH_EQ] = ACTIONS(3833), - [anon_sym_PERCENT_EQ] = ACTIONS(3833), - [anon_sym_BANG_EQ] = ACTIONS(3828), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3833), - [anon_sym_EQ_EQ] = ACTIONS(3828), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3833), - [anon_sym_LT_EQ] = ACTIONS(3833), - [anon_sym_GT_EQ] = ACTIONS(3833), - [anon_sym_BANGin] = ACTIONS(3833), - [anon_sym_is] = ACTIONS(3828), - [anon_sym_BANGis] = ACTIONS(3833), - [anon_sym_PLUS] = ACTIONS(3828), - [anon_sym_DASH] = ACTIONS(3828), - [anon_sym_SLASH] = ACTIONS(3828), - [anon_sym_PERCENT] = ACTIONS(3828), - [anon_sym_as_QMARK] = ACTIONS(3833), - [anon_sym_PLUS_PLUS] = ACTIONS(3833), - [anon_sym_DASH_DASH] = ACTIONS(3833), - [anon_sym_BANG] = ACTIONS(3828), - [anon_sym_BANG_BANG] = ACTIONS(3833), - [anon_sym_suspend] = ACTIONS(3828), - [anon_sym_sealed] = ACTIONS(3828), - [anon_sym_annotation] = ACTIONS(3828), - [anon_sym_data] = ACTIONS(3828), - [anon_sym_inner] = ACTIONS(3828), - [anon_sym_override] = ACTIONS(3828), - [anon_sym_lateinit] = ACTIONS(3828), - [anon_sym_public] = ACTIONS(3828), - [anon_sym_private] = ACTIONS(3828), - [anon_sym_internal] = ACTIONS(3828), - [anon_sym_protected] = ACTIONS(3828), - [anon_sym_tailrec] = ACTIONS(3828), - [anon_sym_operator] = ACTIONS(3828), - [anon_sym_infix] = ACTIONS(3828), - [anon_sym_inline] = ACTIONS(3828), - [anon_sym_external] = ACTIONS(3828), - [sym_property_modifier] = ACTIONS(3828), - [anon_sym_abstract] = ACTIONS(3828), - [anon_sym_final] = ACTIONS(3828), - [anon_sym_open] = ACTIONS(3828), - [anon_sym_vararg] = ACTIONS(3828), - [anon_sym_noinline] = ACTIONS(3828), - [anon_sym_crossinline] = ACTIONS(3828), - [anon_sym_expect] = ACTIONS(3828), - [anon_sym_actual] = ACTIONS(3828), + [845] = { + [sym_type_constraints] = STATE(1035), + [sym_enum_class_body] = STATE(1148), + [sym__alpha_identifier] = ACTIONS(4231), + [anon_sym_AT] = ACTIONS(4233), + [anon_sym_COLON] = ACTIONS(4235), + [anon_sym_LBRACK] = ACTIONS(4233), + [anon_sym_as] = ACTIONS(4231), + [anon_sym_EQ] = ACTIONS(4231), + [anon_sym_LBRACE] = ACTIONS(3156), + [anon_sym_RBRACE] = ACTIONS(4233), + [anon_sym_LPAREN] = ACTIONS(4233), + [anon_sym_COMMA] = ACTIONS(4233), + [anon_sym_LT] = ACTIONS(4231), + [anon_sym_GT] = ACTIONS(4231), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(4231), + [anon_sym_fun] = ACTIONS(4231), + [anon_sym_DOT] = ACTIONS(4231), + [anon_sym_SEMI] = ACTIONS(4233), + [anon_sym_get] = ACTIONS(4231), + [anon_sym_set] = ACTIONS(4231), + [anon_sym_this] = ACTIONS(4231), + [anon_sym_super] = ACTIONS(4231), + [anon_sym_STAR] = ACTIONS(4231), + [sym_label] = ACTIONS(4231), + [anon_sym_in] = ACTIONS(4231), + [anon_sym_DOT_DOT] = ACTIONS(4233), + [anon_sym_QMARK_COLON] = ACTIONS(4233), + [anon_sym_AMP_AMP] = ACTIONS(4233), + [anon_sym_PIPE_PIPE] = ACTIONS(4233), + [anon_sym_null] = ACTIONS(4231), + [anon_sym_if] = ACTIONS(4231), + [anon_sym_else] = ACTIONS(4231), + [anon_sym_when] = ACTIONS(4231), + [anon_sym_try] = ACTIONS(4231), + [anon_sym_throw] = ACTIONS(4231), + [anon_sym_return] = ACTIONS(4231), + [anon_sym_continue] = ACTIONS(4231), + [anon_sym_break] = ACTIONS(4231), + [anon_sym_COLON_COLON] = ACTIONS(4233), + [anon_sym_PLUS_EQ] = ACTIONS(4233), + [anon_sym_DASH_EQ] = ACTIONS(4233), + [anon_sym_STAR_EQ] = ACTIONS(4233), + [anon_sym_SLASH_EQ] = ACTIONS(4233), + [anon_sym_PERCENT_EQ] = ACTIONS(4233), + [anon_sym_BANG_EQ] = ACTIONS(4231), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4233), + [anon_sym_EQ_EQ] = ACTIONS(4231), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4233), + [anon_sym_LT_EQ] = ACTIONS(4233), + [anon_sym_GT_EQ] = ACTIONS(4233), + [anon_sym_BANGin] = ACTIONS(4233), + [anon_sym_is] = ACTIONS(4231), + [anon_sym_BANGis] = ACTIONS(4233), + [anon_sym_PLUS] = ACTIONS(4231), + [anon_sym_DASH] = ACTIONS(4231), + [anon_sym_SLASH] = ACTIONS(4231), + [anon_sym_PERCENT] = ACTIONS(4231), + [anon_sym_as_QMARK] = ACTIONS(4233), + [anon_sym_PLUS_PLUS] = ACTIONS(4233), + [anon_sym_DASH_DASH] = ACTIONS(4233), + [anon_sym_BANG] = ACTIONS(4231), + [anon_sym_BANG_BANG] = ACTIONS(4233), + [anon_sym_suspend] = ACTIONS(4231), + [anon_sym_sealed] = ACTIONS(4231), + [anon_sym_annotation] = ACTIONS(4231), + [anon_sym_data] = ACTIONS(4231), + [anon_sym_inner] = ACTIONS(4231), + [anon_sym_override] = ACTIONS(4231), + [anon_sym_lateinit] = ACTIONS(4231), + [anon_sym_public] = ACTIONS(4231), + [anon_sym_private] = ACTIONS(4231), + [anon_sym_internal] = ACTIONS(4231), + [anon_sym_protected] = ACTIONS(4231), + [anon_sym_tailrec] = ACTIONS(4231), + [anon_sym_operator] = ACTIONS(4231), + [anon_sym_infix] = ACTIONS(4231), + [anon_sym_inline] = ACTIONS(4231), + [anon_sym_external] = ACTIONS(4231), + [sym_property_modifier] = ACTIONS(4231), + [anon_sym_abstract] = ACTIONS(4231), + [anon_sym_final] = ACTIONS(4231), + [anon_sym_open] = ACTIONS(4231), + [anon_sym_vararg] = ACTIONS(4231), + [anon_sym_noinline] = ACTIONS(4231), + [anon_sym_crossinline] = ACTIONS(4231), + [anon_sym_expect] = ACTIONS(4231), + [anon_sym_actual] = ACTIONS(4231), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4233), + [anon_sym_continue_AT] = ACTIONS(4233), + [anon_sym_break_AT] = ACTIONS(4233), + [sym_real_literal] = ACTIONS(4233), + [sym_integer_literal] = ACTIONS(4231), + [sym_hex_literal] = ACTIONS(4233), + [sym_bin_literal] = ACTIONS(4233), + [anon_sym_true] = ACTIONS(4231), + [anon_sym_false] = ACTIONS(4231), + [anon_sym_SQUOTE] = ACTIONS(4233), + [sym__backtick_identifier] = ACTIONS(4233), + [sym__automatic_semicolon] = ACTIONS(4233), + [sym_safe_nav] = ACTIONS(4233), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4233), + }, + [846] = { + [aux_sym_nullable_type_repeat1] = STATE(846), + [sym__alpha_identifier] = ACTIONS(4237), + [anon_sym_AT] = ACTIONS(4239), + [anon_sym_LBRACK] = ACTIONS(4239), + [anon_sym_as] = ACTIONS(4237), + [anon_sym_EQ] = ACTIONS(4237), + [anon_sym_LBRACE] = ACTIONS(4239), + [anon_sym_RBRACE] = ACTIONS(4239), + [anon_sym_LPAREN] = ACTIONS(4239), + [anon_sym_COMMA] = ACTIONS(4239), + [anon_sym_by] = ACTIONS(4237), + [anon_sym_LT] = ACTIONS(4237), + [anon_sym_GT] = ACTIONS(4237), + [anon_sym_where] = ACTIONS(4237), + [anon_sym_object] = ACTIONS(4237), + [anon_sym_fun] = ACTIONS(4237), + [anon_sym_DOT] = ACTIONS(4237), + [anon_sym_SEMI] = ACTIONS(4239), + [anon_sym_get] = ACTIONS(4237), + [anon_sym_set] = ACTIONS(4237), + [anon_sym_this] = ACTIONS(4237), + [anon_sym_super] = ACTIONS(4237), + [sym__quest] = ACTIONS(4241), + [anon_sym_STAR] = ACTIONS(4237), + [sym_label] = ACTIONS(4237), + [anon_sym_in] = ACTIONS(4237), + [anon_sym_DOT_DOT] = ACTIONS(4239), + [anon_sym_QMARK_COLON] = ACTIONS(4239), + [anon_sym_AMP_AMP] = ACTIONS(4239), + [anon_sym_PIPE_PIPE] = ACTIONS(4239), + [anon_sym_null] = ACTIONS(4237), + [anon_sym_if] = ACTIONS(4237), + [anon_sym_else] = ACTIONS(4237), + [anon_sym_when] = ACTIONS(4237), + [anon_sym_try] = ACTIONS(4237), + [anon_sym_throw] = ACTIONS(4237), + [anon_sym_return] = ACTIONS(4237), + [anon_sym_continue] = ACTIONS(4237), + [anon_sym_break] = ACTIONS(4237), + [anon_sym_COLON_COLON] = ACTIONS(4239), + [anon_sym_PLUS_EQ] = ACTIONS(4239), + [anon_sym_DASH_EQ] = ACTIONS(4239), + [anon_sym_STAR_EQ] = ACTIONS(4239), + [anon_sym_SLASH_EQ] = ACTIONS(4239), + [anon_sym_PERCENT_EQ] = ACTIONS(4239), + [anon_sym_BANG_EQ] = ACTIONS(4237), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4239), + [anon_sym_EQ_EQ] = ACTIONS(4237), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4239), + [anon_sym_LT_EQ] = ACTIONS(4239), + [anon_sym_GT_EQ] = ACTIONS(4239), + [anon_sym_BANGin] = ACTIONS(4239), + [anon_sym_is] = ACTIONS(4237), + [anon_sym_BANGis] = ACTIONS(4239), + [anon_sym_PLUS] = ACTIONS(4237), + [anon_sym_DASH] = ACTIONS(4237), + [anon_sym_SLASH] = ACTIONS(4237), + [anon_sym_PERCENT] = ACTIONS(4237), + [anon_sym_as_QMARK] = ACTIONS(4239), + [anon_sym_PLUS_PLUS] = ACTIONS(4239), + [anon_sym_DASH_DASH] = ACTIONS(4239), + [anon_sym_BANG] = ACTIONS(4237), + [anon_sym_BANG_BANG] = ACTIONS(4239), + [anon_sym_suspend] = ACTIONS(4237), + [anon_sym_sealed] = ACTIONS(4237), + [anon_sym_annotation] = ACTIONS(4237), + [anon_sym_data] = ACTIONS(4237), + [anon_sym_inner] = ACTIONS(4237), + [anon_sym_override] = ACTIONS(4237), + [anon_sym_lateinit] = ACTIONS(4237), + [anon_sym_public] = ACTIONS(4237), + [anon_sym_private] = ACTIONS(4237), + [anon_sym_internal] = ACTIONS(4237), + [anon_sym_protected] = ACTIONS(4237), + [anon_sym_tailrec] = ACTIONS(4237), + [anon_sym_operator] = ACTIONS(4237), + [anon_sym_infix] = ACTIONS(4237), + [anon_sym_inline] = ACTIONS(4237), + [anon_sym_external] = ACTIONS(4237), + [sym_property_modifier] = ACTIONS(4237), + [anon_sym_abstract] = ACTIONS(4237), + [anon_sym_final] = ACTIONS(4237), + [anon_sym_open] = ACTIONS(4237), + [anon_sym_vararg] = ACTIONS(4237), + [anon_sym_noinline] = ACTIONS(4237), + [anon_sym_crossinline] = ACTIONS(4237), + [anon_sym_expect] = ACTIONS(4237), + [anon_sym_actual] = ACTIONS(4237), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3833), - [anon_sym_continue_AT] = ACTIONS(3833), - [anon_sym_break_AT] = ACTIONS(3833), - [sym_real_literal] = ACTIONS(3833), - [sym_integer_literal] = ACTIONS(3828), - [sym_hex_literal] = ACTIONS(3833), - [sym_bin_literal] = ACTIONS(3833), - [anon_sym_true] = ACTIONS(3828), - [anon_sym_false] = ACTIONS(3828), - [anon_sym_SQUOTE] = ACTIONS(3833), - [sym__backtick_identifier] = ACTIONS(3833), - [sym__automatic_semicolon] = ACTIONS(3833), - [sym_safe_nav] = ACTIONS(3833), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3833), + [anon_sym_return_AT] = ACTIONS(4239), + [anon_sym_continue_AT] = ACTIONS(4239), + [anon_sym_break_AT] = ACTIONS(4239), + [sym_real_literal] = ACTIONS(4239), + [sym_integer_literal] = ACTIONS(4237), + [sym_hex_literal] = ACTIONS(4239), + [sym_bin_literal] = ACTIONS(4239), + [anon_sym_true] = ACTIONS(4237), + [anon_sym_false] = ACTIONS(4237), + [anon_sym_SQUOTE] = ACTIONS(4239), + [sym__backtick_identifier] = ACTIONS(4239), + [sym__automatic_semicolon] = ACTIONS(4239), + [sym_safe_nav] = ACTIONS(4239), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4239), }, - [867] = { - [sym_type_constraints] = STATE(889), - [sym_function_body] = STATE(1166), - [sym__block] = STATE(1128), - [sym__alpha_identifier] = ACTIONS(4300), - [anon_sym_AT] = ACTIONS(4302), - [anon_sym_LBRACK] = ACTIONS(4302), - [anon_sym_as] = ACTIONS(4300), - [anon_sym_EQ] = ACTIONS(4079), - [anon_sym_LBRACE] = ACTIONS(4081), - [anon_sym_RBRACE] = ACTIONS(4302), - [anon_sym_LPAREN] = ACTIONS(4302), - [anon_sym_COMMA] = ACTIONS(4302), - [anon_sym_LT] = ACTIONS(4300), - [anon_sym_GT] = ACTIONS(4300), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(4300), - [anon_sym_fun] = ACTIONS(4300), - [anon_sym_DOT] = ACTIONS(4300), - [anon_sym_SEMI] = ACTIONS(4302), - [anon_sym_get] = ACTIONS(4300), - [anon_sym_set] = ACTIONS(4300), - [anon_sym_this] = ACTIONS(4300), - [anon_sym_super] = ACTIONS(4300), - [anon_sym_STAR] = ACTIONS(4300), - [sym_label] = ACTIONS(4300), - [anon_sym_in] = ACTIONS(4300), - [anon_sym_DOT_DOT] = ACTIONS(4302), - [anon_sym_QMARK_COLON] = ACTIONS(4302), - [anon_sym_AMP_AMP] = ACTIONS(4302), - [anon_sym_PIPE_PIPE] = ACTIONS(4302), - [anon_sym_null] = ACTIONS(4300), - [anon_sym_if] = ACTIONS(4300), - [anon_sym_else] = ACTIONS(4300), - [anon_sym_when] = ACTIONS(4300), - [anon_sym_try] = ACTIONS(4300), - [anon_sym_throw] = ACTIONS(4300), - [anon_sym_return] = ACTIONS(4300), - [anon_sym_continue] = ACTIONS(4300), - [anon_sym_break] = ACTIONS(4300), - [anon_sym_COLON_COLON] = ACTIONS(4302), - [anon_sym_PLUS_EQ] = ACTIONS(4302), - [anon_sym_DASH_EQ] = ACTIONS(4302), - [anon_sym_STAR_EQ] = ACTIONS(4302), - [anon_sym_SLASH_EQ] = ACTIONS(4302), - [anon_sym_PERCENT_EQ] = ACTIONS(4302), - [anon_sym_BANG_EQ] = ACTIONS(4300), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4302), - [anon_sym_EQ_EQ] = ACTIONS(4300), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4302), - [anon_sym_LT_EQ] = ACTIONS(4302), - [anon_sym_GT_EQ] = ACTIONS(4302), - [anon_sym_BANGin] = ACTIONS(4302), - [anon_sym_is] = ACTIONS(4300), - [anon_sym_BANGis] = ACTIONS(4302), - [anon_sym_PLUS] = ACTIONS(4300), - [anon_sym_DASH] = ACTIONS(4300), - [anon_sym_SLASH] = ACTIONS(4300), - [anon_sym_PERCENT] = ACTIONS(4300), - [anon_sym_as_QMARK] = ACTIONS(4302), - [anon_sym_PLUS_PLUS] = ACTIONS(4302), - [anon_sym_DASH_DASH] = ACTIONS(4302), - [anon_sym_BANG] = ACTIONS(4300), - [anon_sym_BANG_BANG] = ACTIONS(4302), - [anon_sym_suspend] = ACTIONS(4300), - [anon_sym_sealed] = ACTIONS(4300), - [anon_sym_annotation] = ACTIONS(4300), - [anon_sym_data] = ACTIONS(4300), - [anon_sym_inner] = ACTIONS(4300), - [anon_sym_override] = ACTIONS(4300), - [anon_sym_lateinit] = ACTIONS(4300), - [anon_sym_public] = ACTIONS(4300), - [anon_sym_private] = ACTIONS(4300), - [anon_sym_internal] = ACTIONS(4300), - [anon_sym_protected] = ACTIONS(4300), - [anon_sym_tailrec] = ACTIONS(4300), - [anon_sym_operator] = ACTIONS(4300), - [anon_sym_infix] = ACTIONS(4300), - [anon_sym_inline] = ACTIONS(4300), - [anon_sym_external] = ACTIONS(4300), - [sym_property_modifier] = ACTIONS(4300), - [anon_sym_abstract] = ACTIONS(4300), - [anon_sym_final] = ACTIONS(4300), - [anon_sym_open] = ACTIONS(4300), - [anon_sym_vararg] = ACTIONS(4300), - [anon_sym_noinline] = ACTIONS(4300), - [anon_sym_crossinline] = ACTIONS(4300), - [anon_sym_expect] = ACTIONS(4300), - [anon_sym_actual] = ACTIONS(4300), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4302), - [anon_sym_continue_AT] = ACTIONS(4302), - [anon_sym_break_AT] = ACTIONS(4302), - [sym_real_literal] = ACTIONS(4302), - [sym_integer_literal] = ACTIONS(4300), - [sym_hex_literal] = ACTIONS(4302), - [sym_bin_literal] = ACTIONS(4302), - [anon_sym_true] = ACTIONS(4300), - [anon_sym_false] = ACTIONS(4300), - [anon_sym_SQUOTE] = ACTIONS(4302), - [sym__backtick_identifier] = ACTIONS(4302), - [sym__automatic_semicolon] = ACTIONS(4302), - [sym_safe_nav] = ACTIONS(4302), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4302), + [847] = { + [aux_sym_nullable_type_repeat1] = STATE(848), + [sym__alpha_identifier] = ACTIONS(4244), + [anon_sym_AT] = ACTIONS(4246), + [anon_sym_LBRACK] = ACTIONS(4246), + [anon_sym_as] = ACTIONS(4244), + [anon_sym_EQ] = ACTIONS(4244), + [anon_sym_LBRACE] = ACTIONS(4246), + [anon_sym_RBRACE] = ACTIONS(4246), + [anon_sym_LPAREN] = ACTIONS(4246), + [anon_sym_COMMA] = ACTIONS(4246), + [anon_sym_by] = ACTIONS(4244), + [anon_sym_LT] = ACTIONS(4244), + [anon_sym_GT] = ACTIONS(4244), + [anon_sym_where] = ACTIONS(4244), + [anon_sym_object] = ACTIONS(4244), + [anon_sym_fun] = ACTIONS(4244), + [anon_sym_DOT] = ACTIONS(4244), + [anon_sym_SEMI] = ACTIONS(4246), + [anon_sym_get] = ACTIONS(4244), + [anon_sym_set] = ACTIONS(4244), + [anon_sym_this] = ACTIONS(4244), + [anon_sym_super] = ACTIONS(4244), + [sym__quest] = ACTIONS(4248), + [anon_sym_STAR] = ACTIONS(4244), + [sym_label] = ACTIONS(4244), + [anon_sym_in] = ACTIONS(4244), + [anon_sym_DOT_DOT] = ACTIONS(4246), + [anon_sym_QMARK_COLON] = ACTIONS(4246), + [anon_sym_AMP_AMP] = ACTIONS(4246), + [anon_sym_PIPE_PIPE] = ACTIONS(4246), + [anon_sym_null] = ACTIONS(4244), + [anon_sym_if] = ACTIONS(4244), + [anon_sym_else] = ACTIONS(4244), + [anon_sym_when] = ACTIONS(4244), + [anon_sym_try] = ACTIONS(4244), + [anon_sym_throw] = ACTIONS(4244), + [anon_sym_return] = ACTIONS(4244), + [anon_sym_continue] = ACTIONS(4244), + [anon_sym_break] = ACTIONS(4244), + [anon_sym_COLON_COLON] = ACTIONS(4246), + [anon_sym_PLUS_EQ] = ACTIONS(4246), + [anon_sym_DASH_EQ] = ACTIONS(4246), + [anon_sym_STAR_EQ] = ACTIONS(4246), + [anon_sym_SLASH_EQ] = ACTIONS(4246), + [anon_sym_PERCENT_EQ] = ACTIONS(4246), + [anon_sym_BANG_EQ] = ACTIONS(4244), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4246), + [anon_sym_EQ_EQ] = ACTIONS(4244), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4246), + [anon_sym_LT_EQ] = ACTIONS(4246), + [anon_sym_GT_EQ] = ACTIONS(4246), + [anon_sym_BANGin] = ACTIONS(4246), + [anon_sym_is] = ACTIONS(4244), + [anon_sym_BANGis] = ACTIONS(4246), + [anon_sym_PLUS] = ACTIONS(4244), + [anon_sym_DASH] = ACTIONS(4244), + [anon_sym_SLASH] = ACTIONS(4244), + [anon_sym_PERCENT] = ACTIONS(4244), + [anon_sym_as_QMARK] = ACTIONS(4246), + [anon_sym_PLUS_PLUS] = ACTIONS(4246), + [anon_sym_DASH_DASH] = ACTIONS(4246), + [anon_sym_BANG] = ACTIONS(4244), + [anon_sym_BANG_BANG] = ACTIONS(4246), + [anon_sym_suspend] = ACTIONS(4244), + [anon_sym_sealed] = ACTIONS(4244), + [anon_sym_annotation] = ACTIONS(4244), + [anon_sym_data] = ACTIONS(4244), + [anon_sym_inner] = ACTIONS(4244), + [anon_sym_override] = ACTIONS(4244), + [anon_sym_lateinit] = ACTIONS(4244), + [anon_sym_public] = ACTIONS(4244), + [anon_sym_private] = ACTIONS(4244), + [anon_sym_internal] = ACTIONS(4244), + [anon_sym_protected] = ACTIONS(4244), + [anon_sym_tailrec] = ACTIONS(4244), + [anon_sym_operator] = ACTIONS(4244), + [anon_sym_infix] = ACTIONS(4244), + [anon_sym_inline] = ACTIONS(4244), + [anon_sym_external] = ACTIONS(4244), + [sym_property_modifier] = ACTIONS(4244), + [anon_sym_abstract] = ACTIONS(4244), + [anon_sym_final] = ACTIONS(4244), + [anon_sym_open] = ACTIONS(4244), + [anon_sym_vararg] = ACTIONS(4244), + [anon_sym_noinline] = ACTIONS(4244), + [anon_sym_crossinline] = ACTIONS(4244), + [anon_sym_expect] = ACTIONS(4244), + [anon_sym_actual] = ACTIONS(4244), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4246), + [anon_sym_continue_AT] = ACTIONS(4246), + [anon_sym_break_AT] = ACTIONS(4246), + [sym_real_literal] = ACTIONS(4246), + [sym_integer_literal] = ACTIONS(4244), + [sym_hex_literal] = ACTIONS(4246), + [sym_bin_literal] = ACTIONS(4246), + [anon_sym_true] = ACTIONS(4244), + [anon_sym_false] = ACTIONS(4244), + [anon_sym_SQUOTE] = ACTIONS(4246), + [sym__backtick_identifier] = ACTIONS(4246), + [sym__automatic_semicolon] = ACTIONS(4246), + [sym_safe_nav] = ACTIONS(4246), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4246), }, - [868] = { - [aux_sym_user_type_repeat1] = STATE(868), - [sym__alpha_identifier] = ACTIONS(4304), - [anon_sym_AT] = ACTIONS(4306), - [anon_sym_LBRACK] = ACTIONS(4306), - [anon_sym_as] = ACTIONS(4304), - [anon_sym_EQ] = ACTIONS(4304), - [anon_sym_LBRACE] = ACTIONS(4306), - [anon_sym_RBRACE] = ACTIONS(4306), - [anon_sym_LPAREN] = ACTIONS(4306), - [anon_sym_COMMA] = ACTIONS(4306), - [anon_sym_by] = ACTIONS(4304), - [anon_sym_LT] = ACTIONS(4304), - [anon_sym_GT] = ACTIONS(4304), - [anon_sym_where] = ACTIONS(4304), - [anon_sym_object] = ACTIONS(4304), - [anon_sym_fun] = ACTIONS(4304), - [anon_sym_DOT] = ACTIONS(4308), - [anon_sym_SEMI] = ACTIONS(4306), - [anon_sym_get] = ACTIONS(4304), - [anon_sym_set] = ACTIONS(4304), - [anon_sym_this] = ACTIONS(4304), - [anon_sym_super] = ACTIONS(4304), - [sym__quest] = ACTIONS(4304), - [anon_sym_STAR] = ACTIONS(4304), - [sym_label] = ACTIONS(4304), - [anon_sym_in] = ACTIONS(4304), - [anon_sym_DOT_DOT] = ACTIONS(4306), - [anon_sym_QMARK_COLON] = ACTIONS(4306), - [anon_sym_AMP_AMP] = ACTIONS(4306), - [anon_sym_PIPE_PIPE] = ACTIONS(4306), - [anon_sym_null] = ACTIONS(4304), - [anon_sym_if] = ACTIONS(4304), - [anon_sym_else] = ACTIONS(4304), - [anon_sym_when] = ACTIONS(4304), - [anon_sym_try] = ACTIONS(4304), - [anon_sym_throw] = ACTIONS(4304), - [anon_sym_return] = ACTIONS(4304), - [anon_sym_continue] = ACTIONS(4304), - [anon_sym_break] = ACTIONS(4304), - [anon_sym_COLON_COLON] = ACTIONS(4306), - [anon_sym_PLUS_EQ] = ACTIONS(4306), - [anon_sym_DASH_EQ] = ACTIONS(4306), - [anon_sym_STAR_EQ] = ACTIONS(4306), - [anon_sym_SLASH_EQ] = ACTIONS(4306), - [anon_sym_PERCENT_EQ] = ACTIONS(4306), - [anon_sym_BANG_EQ] = ACTIONS(4304), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4306), - [anon_sym_EQ_EQ] = ACTIONS(4304), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4306), - [anon_sym_LT_EQ] = ACTIONS(4306), - [anon_sym_GT_EQ] = ACTIONS(4306), - [anon_sym_BANGin] = ACTIONS(4306), - [anon_sym_is] = ACTIONS(4304), - [anon_sym_BANGis] = ACTIONS(4306), - [anon_sym_PLUS] = ACTIONS(4304), - [anon_sym_DASH] = ACTIONS(4304), - [anon_sym_SLASH] = ACTIONS(4304), - [anon_sym_PERCENT] = ACTIONS(4304), - [anon_sym_as_QMARK] = ACTIONS(4306), - [anon_sym_PLUS_PLUS] = ACTIONS(4306), - [anon_sym_DASH_DASH] = ACTIONS(4306), - [anon_sym_BANG] = ACTIONS(4304), - [anon_sym_BANG_BANG] = ACTIONS(4306), - [anon_sym_suspend] = ACTIONS(4304), - [anon_sym_sealed] = ACTIONS(4304), - [anon_sym_annotation] = ACTIONS(4304), - [anon_sym_data] = ACTIONS(4304), - [anon_sym_inner] = ACTIONS(4304), - [anon_sym_override] = ACTIONS(4304), - [anon_sym_lateinit] = ACTIONS(4304), - [anon_sym_public] = ACTIONS(4304), - [anon_sym_private] = ACTIONS(4304), - [anon_sym_internal] = ACTIONS(4304), - [anon_sym_protected] = ACTIONS(4304), - [anon_sym_tailrec] = ACTIONS(4304), - [anon_sym_operator] = ACTIONS(4304), - [anon_sym_infix] = ACTIONS(4304), - [anon_sym_inline] = ACTIONS(4304), - [anon_sym_external] = ACTIONS(4304), - [sym_property_modifier] = ACTIONS(4304), - [anon_sym_abstract] = ACTIONS(4304), - [anon_sym_final] = ACTIONS(4304), - [anon_sym_open] = ACTIONS(4304), - [anon_sym_vararg] = ACTIONS(4304), - [anon_sym_noinline] = ACTIONS(4304), - [anon_sym_crossinline] = ACTIONS(4304), - [anon_sym_expect] = ACTIONS(4304), - [anon_sym_actual] = ACTIONS(4304), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4306), - [anon_sym_continue_AT] = ACTIONS(4306), - [anon_sym_break_AT] = ACTIONS(4306), - [sym_real_literal] = ACTIONS(4306), - [sym_integer_literal] = ACTIONS(4304), - [sym_hex_literal] = ACTIONS(4306), - [sym_bin_literal] = ACTIONS(4306), - [anon_sym_true] = ACTIONS(4304), - [anon_sym_false] = ACTIONS(4304), - [anon_sym_SQUOTE] = ACTIONS(4306), - [sym__backtick_identifier] = ACTIONS(4306), - [sym__automatic_semicolon] = ACTIONS(4306), - [sym_safe_nav] = ACTIONS(4306), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4306), + [848] = { + [aux_sym_nullable_type_repeat1] = STATE(846), + [sym__alpha_identifier] = ACTIONS(4250), + [anon_sym_AT] = ACTIONS(4252), + [anon_sym_LBRACK] = ACTIONS(4252), + [anon_sym_as] = ACTIONS(4250), + [anon_sym_EQ] = ACTIONS(4250), + [anon_sym_LBRACE] = ACTIONS(4252), + [anon_sym_RBRACE] = ACTIONS(4252), + [anon_sym_LPAREN] = ACTIONS(4252), + [anon_sym_COMMA] = ACTIONS(4252), + [anon_sym_by] = ACTIONS(4250), + [anon_sym_LT] = ACTIONS(4250), + [anon_sym_GT] = ACTIONS(4250), + [anon_sym_where] = ACTIONS(4250), + [anon_sym_object] = ACTIONS(4250), + [anon_sym_fun] = ACTIONS(4250), + [anon_sym_DOT] = ACTIONS(4250), + [anon_sym_SEMI] = ACTIONS(4252), + [anon_sym_get] = ACTIONS(4250), + [anon_sym_set] = ACTIONS(4250), + [anon_sym_this] = ACTIONS(4250), + [anon_sym_super] = ACTIONS(4250), + [sym__quest] = ACTIONS(4254), + [anon_sym_STAR] = ACTIONS(4250), + [sym_label] = ACTIONS(4250), + [anon_sym_in] = ACTIONS(4250), + [anon_sym_DOT_DOT] = ACTIONS(4252), + [anon_sym_QMARK_COLON] = ACTIONS(4252), + [anon_sym_AMP_AMP] = ACTIONS(4252), + [anon_sym_PIPE_PIPE] = ACTIONS(4252), + [anon_sym_null] = ACTIONS(4250), + [anon_sym_if] = ACTIONS(4250), + [anon_sym_else] = ACTIONS(4250), + [anon_sym_when] = ACTIONS(4250), + [anon_sym_try] = ACTIONS(4250), + [anon_sym_throw] = ACTIONS(4250), + [anon_sym_return] = ACTIONS(4250), + [anon_sym_continue] = ACTIONS(4250), + [anon_sym_break] = ACTIONS(4250), + [anon_sym_COLON_COLON] = ACTIONS(4252), + [anon_sym_PLUS_EQ] = ACTIONS(4252), + [anon_sym_DASH_EQ] = ACTIONS(4252), + [anon_sym_STAR_EQ] = ACTIONS(4252), + [anon_sym_SLASH_EQ] = ACTIONS(4252), + [anon_sym_PERCENT_EQ] = ACTIONS(4252), + [anon_sym_BANG_EQ] = ACTIONS(4250), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4252), + [anon_sym_EQ_EQ] = ACTIONS(4250), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4252), + [anon_sym_LT_EQ] = ACTIONS(4252), + [anon_sym_GT_EQ] = ACTIONS(4252), + [anon_sym_BANGin] = ACTIONS(4252), + [anon_sym_is] = ACTIONS(4250), + [anon_sym_BANGis] = ACTIONS(4252), + [anon_sym_PLUS] = ACTIONS(4250), + [anon_sym_DASH] = ACTIONS(4250), + [anon_sym_SLASH] = ACTIONS(4250), + [anon_sym_PERCENT] = ACTIONS(4250), + [anon_sym_as_QMARK] = ACTIONS(4252), + [anon_sym_PLUS_PLUS] = ACTIONS(4252), + [anon_sym_DASH_DASH] = ACTIONS(4252), + [anon_sym_BANG] = ACTIONS(4250), + [anon_sym_BANG_BANG] = ACTIONS(4252), + [anon_sym_suspend] = ACTIONS(4250), + [anon_sym_sealed] = ACTIONS(4250), + [anon_sym_annotation] = ACTIONS(4250), + [anon_sym_data] = ACTIONS(4250), + [anon_sym_inner] = ACTIONS(4250), + [anon_sym_override] = ACTIONS(4250), + [anon_sym_lateinit] = ACTIONS(4250), + [anon_sym_public] = ACTIONS(4250), + [anon_sym_private] = ACTIONS(4250), + [anon_sym_internal] = ACTIONS(4250), + [anon_sym_protected] = ACTIONS(4250), + [anon_sym_tailrec] = ACTIONS(4250), + [anon_sym_operator] = ACTIONS(4250), + [anon_sym_infix] = ACTIONS(4250), + [anon_sym_inline] = ACTIONS(4250), + [anon_sym_external] = ACTIONS(4250), + [sym_property_modifier] = ACTIONS(4250), + [anon_sym_abstract] = ACTIONS(4250), + [anon_sym_final] = ACTIONS(4250), + [anon_sym_open] = ACTIONS(4250), + [anon_sym_vararg] = ACTIONS(4250), + [anon_sym_noinline] = ACTIONS(4250), + [anon_sym_crossinline] = ACTIONS(4250), + [anon_sym_expect] = ACTIONS(4250), + [anon_sym_actual] = ACTIONS(4250), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4252), + [anon_sym_continue_AT] = ACTIONS(4252), + [anon_sym_break_AT] = ACTIONS(4252), + [sym_real_literal] = ACTIONS(4252), + [sym_integer_literal] = ACTIONS(4250), + [sym_hex_literal] = ACTIONS(4252), + [sym_bin_literal] = ACTIONS(4252), + [anon_sym_true] = ACTIONS(4250), + [anon_sym_false] = ACTIONS(4250), + [anon_sym_SQUOTE] = ACTIONS(4252), + [sym__backtick_identifier] = ACTIONS(4252), + [sym__automatic_semicolon] = ACTIONS(4252), + [sym_safe_nav] = ACTIONS(4252), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4252), }, - [869] = { - [aux_sym_nullable_type_repeat1] = STATE(869), - [sym__alpha_identifier] = ACTIONS(4311), - [anon_sym_AT] = ACTIONS(4313), - [anon_sym_LBRACK] = ACTIONS(4313), - [anon_sym_as] = ACTIONS(4311), - [anon_sym_EQ] = ACTIONS(4311), - [anon_sym_LBRACE] = ACTIONS(4313), - [anon_sym_RBRACE] = ACTIONS(4313), - [anon_sym_LPAREN] = ACTIONS(4313), - [anon_sym_COMMA] = ACTIONS(4313), - [anon_sym_by] = ACTIONS(4311), - [anon_sym_LT] = ACTIONS(4311), - [anon_sym_GT] = ACTIONS(4311), - [anon_sym_where] = ACTIONS(4311), - [anon_sym_object] = ACTIONS(4311), - [anon_sym_fun] = ACTIONS(4311), - [anon_sym_DOT] = ACTIONS(4311), - [anon_sym_SEMI] = ACTIONS(4313), - [anon_sym_get] = ACTIONS(4311), - [anon_sym_set] = ACTIONS(4311), - [anon_sym_this] = ACTIONS(4311), - [anon_sym_super] = ACTIONS(4311), - [sym__quest] = ACTIONS(4315), - [anon_sym_STAR] = ACTIONS(4311), - [sym_label] = ACTIONS(4311), - [anon_sym_in] = ACTIONS(4311), - [anon_sym_DOT_DOT] = ACTIONS(4313), - [anon_sym_QMARK_COLON] = ACTIONS(4313), - [anon_sym_AMP_AMP] = ACTIONS(4313), - [anon_sym_PIPE_PIPE] = ACTIONS(4313), - [anon_sym_null] = ACTIONS(4311), - [anon_sym_if] = ACTIONS(4311), - [anon_sym_else] = ACTIONS(4311), - [anon_sym_when] = ACTIONS(4311), - [anon_sym_try] = ACTIONS(4311), - [anon_sym_throw] = ACTIONS(4311), - [anon_sym_return] = ACTIONS(4311), - [anon_sym_continue] = ACTIONS(4311), - [anon_sym_break] = ACTIONS(4311), - [anon_sym_COLON_COLON] = ACTIONS(4313), - [anon_sym_PLUS_EQ] = ACTIONS(4313), - [anon_sym_DASH_EQ] = ACTIONS(4313), - [anon_sym_STAR_EQ] = ACTIONS(4313), - [anon_sym_SLASH_EQ] = ACTIONS(4313), - [anon_sym_PERCENT_EQ] = ACTIONS(4313), - [anon_sym_BANG_EQ] = ACTIONS(4311), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4313), - [anon_sym_EQ_EQ] = ACTIONS(4311), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4313), - [anon_sym_LT_EQ] = ACTIONS(4313), - [anon_sym_GT_EQ] = ACTIONS(4313), - [anon_sym_BANGin] = ACTIONS(4313), - [anon_sym_is] = ACTIONS(4311), - [anon_sym_BANGis] = ACTIONS(4313), - [anon_sym_PLUS] = ACTIONS(4311), - [anon_sym_DASH] = ACTIONS(4311), - [anon_sym_SLASH] = ACTIONS(4311), - [anon_sym_PERCENT] = ACTIONS(4311), - [anon_sym_as_QMARK] = ACTIONS(4313), - [anon_sym_PLUS_PLUS] = ACTIONS(4313), - [anon_sym_DASH_DASH] = ACTIONS(4313), - [anon_sym_BANG] = ACTIONS(4311), - [anon_sym_BANG_BANG] = ACTIONS(4313), - [anon_sym_suspend] = ACTIONS(4311), - [anon_sym_sealed] = ACTIONS(4311), - [anon_sym_annotation] = ACTIONS(4311), - [anon_sym_data] = ACTIONS(4311), - [anon_sym_inner] = ACTIONS(4311), - [anon_sym_override] = ACTIONS(4311), - [anon_sym_lateinit] = ACTIONS(4311), - [anon_sym_public] = ACTIONS(4311), - [anon_sym_private] = ACTIONS(4311), - [anon_sym_internal] = ACTIONS(4311), - [anon_sym_protected] = ACTIONS(4311), - [anon_sym_tailrec] = ACTIONS(4311), - [anon_sym_operator] = ACTIONS(4311), - [anon_sym_infix] = ACTIONS(4311), - [anon_sym_inline] = ACTIONS(4311), - [anon_sym_external] = ACTIONS(4311), - [sym_property_modifier] = ACTIONS(4311), - [anon_sym_abstract] = ACTIONS(4311), - [anon_sym_final] = ACTIONS(4311), - [anon_sym_open] = ACTIONS(4311), - [anon_sym_vararg] = ACTIONS(4311), - [anon_sym_noinline] = ACTIONS(4311), - [anon_sym_crossinline] = ACTIONS(4311), - [anon_sym_expect] = ACTIONS(4311), - [anon_sym_actual] = ACTIONS(4311), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4313), - [anon_sym_continue_AT] = ACTIONS(4313), - [anon_sym_break_AT] = ACTIONS(4313), - [sym_real_literal] = ACTIONS(4313), - [sym_integer_literal] = ACTIONS(4311), - [sym_hex_literal] = ACTIONS(4313), - [sym_bin_literal] = ACTIONS(4313), - [anon_sym_true] = ACTIONS(4311), - [anon_sym_false] = ACTIONS(4311), - [anon_sym_SQUOTE] = ACTIONS(4313), - [sym__backtick_identifier] = ACTIONS(4313), - [sym__automatic_semicolon] = ACTIONS(4313), - [sym_safe_nav] = ACTIONS(4313), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4313), + [849] = { + [sym_type_constraints] = STATE(925), + [sym_function_body] = STATE(1119), + [sym__block] = STATE(1087), + [sym__alpha_identifier] = ACTIONS(4256), + [anon_sym_AT] = ACTIONS(4258), + [anon_sym_LBRACK] = ACTIONS(4258), + [anon_sym_as] = ACTIONS(4256), + [anon_sym_EQ] = ACTIONS(4037), + [anon_sym_LBRACE] = ACTIONS(4039), + [anon_sym_RBRACE] = ACTIONS(4258), + [anon_sym_LPAREN] = ACTIONS(4258), + [anon_sym_COMMA] = ACTIONS(4258), + [anon_sym_LT] = ACTIONS(4256), + [anon_sym_GT] = ACTIONS(4256), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(4256), + [anon_sym_fun] = ACTIONS(4256), + [anon_sym_DOT] = ACTIONS(4256), + [anon_sym_SEMI] = ACTIONS(4258), + [anon_sym_get] = ACTIONS(4256), + [anon_sym_set] = ACTIONS(4256), + [anon_sym_this] = ACTIONS(4256), + [anon_sym_super] = ACTIONS(4256), + [anon_sym_STAR] = ACTIONS(4256), + [sym_label] = ACTIONS(4256), + [anon_sym_in] = ACTIONS(4256), + [anon_sym_DOT_DOT] = ACTIONS(4258), + [anon_sym_QMARK_COLON] = ACTIONS(4258), + [anon_sym_AMP_AMP] = ACTIONS(4258), + [anon_sym_PIPE_PIPE] = ACTIONS(4258), + [anon_sym_null] = ACTIONS(4256), + [anon_sym_if] = ACTIONS(4256), + [anon_sym_else] = ACTIONS(4256), + [anon_sym_when] = ACTIONS(4256), + [anon_sym_try] = ACTIONS(4256), + [anon_sym_throw] = ACTIONS(4256), + [anon_sym_return] = ACTIONS(4256), + [anon_sym_continue] = ACTIONS(4256), + [anon_sym_break] = ACTIONS(4256), + [anon_sym_COLON_COLON] = ACTIONS(4258), + [anon_sym_PLUS_EQ] = ACTIONS(4258), + [anon_sym_DASH_EQ] = ACTIONS(4258), + [anon_sym_STAR_EQ] = ACTIONS(4258), + [anon_sym_SLASH_EQ] = ACTIONS(4258), + [anon_sym_PERCENT_EQ] = ACTIONS(4258), + [anon_sym_BANG_EQ] = ACTIONS(4256), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4258), + [anon_sym_EQ_EQ] = ACTIONS(4256), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4258), + [anon_sym_LT_EQ] = ACTIONS(4258), + [anon_sym_GT_EQ] = ACTIONS(4258), + [anon_sym_BANGin] = ACTIONS(4258), + [anon_sym_is] = ACTIONS(4256), + [anon_sym_BANGis] = ACTIONS(4258), + [anon_sym_PLUS] = ACTIONS(4256), + [anon_sym_DASH] = ACTIONS(4256), + [anon_sym_SLASH] = ACTIONS(4256), + [anon_sym_PERCENT] = ACTIONS(4256), + [anon_sym_as_QMARK] = ACTIONS(4258), + [anon_sym_PLUS_PLUS] = ACTIONS(4258), + [anon_sym_DASH_DASH] = ACTIONS(4258), + [anon_sym_BANG] = ACTIONS(4256), + [anon_sym_BANG_BANG] = ACTIONS(4258), + [anon_sym_suspend] = ACTIONS(4256), + [anon_sym_sealed] = ACTIONS(4256), + [anon_sym_annotation] = ACTIONS(4256), + [anon_sym_data] = ACTIONS(4256), + [anon_sym_inner] = ACTIONS(4256), + [anon_sym_override] = ACTIONS(4256), + [anon_sym_lateinit] = ACTIONS(4256), + [anon_sym_public] = ACTIONS(4256), + [anon_sym_private] = ACTIONS(4256), + [anon_sym_internal] = ACTIONS(4256), + [anon_sym_protected] = ACTIONS(4256), + [anon_sym_tailrec] = ACTIONS(4256), + [anon_sym_operator] = ACTIONS(4256), + [anon_sym_infix] = ACTIONS(4256), + [anon_sym_inline] = ACTIONS(4256), + [anon_sym_external] = ACTIONS(4256), + [sym_property_modifier] = ACTIONS(4256), + [anon_sym_abstract] = ACTIONS(4256), + [anon_sym_final] = ACTIONS(4256), + [anon_sym_open] = ACTIONS(4256), + [anon_sym_vararg] = ACTIONS(4256), + [anon_sym_noinline] = ACTIONS(4256), + [anon_sym_crossinline] = ACTIONS(4256), + [anon_sym_expect] = ACTIONS(4256), + [anon_sym_actual] = ACTIONS(4256), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4258), + [anon_sym_continue_AT] = ACTIONS(4258), + [anon_sym_break_AT] = ACTIONS(4258), + [sym_real_literal] = ACTIONS(4258), + [sym_integer_literal] = ACTIONS(4256), + [sym_hex_literal] = ACTIONS(4258), + [sym_bin_literal] = ACTIONS(4258), + [anon_sym_true] = ACTIONS(4256), + [anon_sym_false] = ACTIONS(4256), + [anon_sym_SQUOTE] = ACTIONS(4258), + [sym__backtick_identifier] = ACTIONS(4258), + [sym__automatic_semicolon] = ACTIONS(4258), + [sym_safe_nav] = ACTIONS(4258), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4258), }, - [870] = { - [sym_getter] = STATE(4736), - [sym_setter] = STATE(4736), - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(1738), - [sym__comparison_operator] = STATE(1739), - [sym__in_operator] = STATE(1740), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(1741), - [sym__multiplicative_operator] = STATE(1742), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_modifiers] = STATE(8572), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1744), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [aux_sym_modifiers_repeat1] = STATE(5441), + [850] = { + [sym_type_constraints] = STATE(922), + [sym_function_body] = STATE(1124), + [sym__block] = STATE(1087), + [sym__alpha_identifier] = ACTIONS(4260), + [anon_sym_AT] = ACTIONS(4262), + [anon_sym_LBRACK] = ACTIONS(4262), + [anon_sym_as] = ACTIONS(4260), + [anon_sym_EQ] = ACTIONS(4037), + [anon_sym_LBRACE] = ACTIONS(4039), + [anon_sym_RBRACE] = ACTIONS(4262), + [anon_sym_LPAREN] = ACTIONS(4262), + [anon_sym_COMMA] = ACTIONS(4262), + [anon_sym_LT] = ACTIONS(4260), + [anon_sym_GT] = ACTIONS(4260), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(4260), + [anon_sym_fun] = ACTIONS(4260), + [anon_sym_DOT] = ACTIONS(4260), + [anon_sym_SEMI] = ACTIONS(4262), + [anon_sym_get] = ACTIONS(4260), + [anon_sym_set] = ACTIONS(4260), + [anon_sym_this] = ACTIONS(4260), + [anon_sym_super] = ACTIONS(4260), + [anon_sym_STAR] = ACTIONS(4260), + [sym_label] = ACTIONS(4260), + [anon_sym_in] = ACTIONS(4260), + [anon_sym_DOT_DOT] = ACTIONS(4262), + [anon_sym_QMARK_COLON] = ACTIONS(4262), + [anon_sym_AMP_AMP] = ACTIONS(4262), + [anon_sym_PIPE_PIPE] = ACTIONS(4262), + [anon_sym_null] = ACTIONS(4260), + [anon_sym_if] = ACTIONS(4260), + [anon_sym_else] = ACTIONS(4260), + [anon_sym_when] = ACTIONS(4260), + [anon_sym_try] = ACTIONS(4260), + [anon_sym_throw] = ACTIONS(4260), + [anon_sym_return] = ACTIONS(4260), + [anon_sym_continue] = ACTIONS(4260), + [anon_sym_break] = ACTIONS(4260), + [anon_sym_COLON_COLON] = ACTIONS(4262), + [anon_sym_PLUS_EQ] = ACTIONS(4262), + [anon_sym_DASH_EQ] = ACTIONS(4262), + [anon_sym_STAR_EQ] = ACTIONS(4262), + [anon_sym_SLASH_EQ] = ACTIONS(4262), + [anon_sym_PERCENT_EQ] = ACTIONS(4262), + [anon_sym_BANG_EQ] = ACTIONS(4260), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4262), + [anon_sym_EQ_EQ] = ACTIONS(4260), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4262), + [anon_sym_LT_EQ] = ACTIONS(4262), + [anon_sym_GT_EQ] = ACTIONS(4262), + [anon_sym_BANGin] = ACTIONS(4262), + [anon_sym_is] = ACTIONS(4260), + [anon_sym_BANGis] = ACTIONS(4262), + [anon_sym_PLUS] = ACTIONS(4260), + [anon_sym_DASH] = ACTIONS(4260), + [anon_sym_SLASH] = ACTIONS(4260), + [anon_sym_PERCENT] = ACTIONS(4260), + [anon_sym_as_QMARK] = ACTIONS(4262), + [anon_sym_PLUS_PLUS] = ACTIONS(4262), + [anon_sym_DASH_DASH] = ACTIONS(4262), + [anon_sym_BANG] = ACTIONS(4260), + [anon_sym_BANG_BANG] = ACTIONS(4262), + [anon_sym_suspend] = ACTIONS(4260), + [anon_sym_sealed] = ACTIONS(4260), + [anon_sym_annotation] = ACTIONS(4260), + [anon_sym_data] = ACTIONS(4260), + [anon_sym_inner] = ACTIONS(4260), + [anon_sym_override] = ACTIONS(4260), + [anon_sym_lateinit] = ACTIONS(4260), + [anon_sym_public] = ACTIONS(4260), + [anon_sym_private] = ACTIONS(4260), + [anon_sym_internal] = ACTIONS(4260), + [anon_sym_protected] = ACTIONS(4260), + [anon_sym_tailrec] = ACTIONS(4260), + [anon_sym_operator] = ACTIONS(4260), + [anon_sym_infix] = ACTIONS(4260), + [anon_sym_inline] = ACTIONS(4260), + [anon_sym_external] = ACTIONS(4260), + [sym_property_modifier] = ACTIONS(4260), + [anon_sym_abstract] = ACTIONS(4260), + [anon_sym_final] = ACTIONS(4260), + [anon_sym_open] = ACTIONS(4260), + [anon_sym_vararg] = ACTIONS(4260), + [anon_sym_noinline] = ACTIONS(4260), + [anon_sym_crossinline] = ACTIONS(4260), + [anon_sym_expect] = ACTIONS(4260), + [anon_sym_actual] = ACTIONS(4260), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4262), + [anon_sym_continue_AT] = ACTIONS(4262), + [anon_sym_break_AT] = ACTIONS(4262), + [sym_real_literal] = ACTIONS(4262), + [sym_integer_literal] = ACTIONS(4260), + [sym_hex_literal] = ACTIONS(4262), + [sym_bin_literal] = ACTIONS(4262), + [anon_sym_true] = ACTIONS(4260), + [anon_sym_false] = ACTIONS(4260), + [anon_sym_SQUOTE] = ACTIONS(4262), + [sym__backtick_identifier] = ACTIONS(4262), + [sym__automatic_semicolon] = ACTIONS(4262), + [sym_safe_nav] = ACTIONS(4262), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4262), + }, + [851] = { + [sym_type_constraints] = STATE(921), + [sym_function_body] = STATE(1039), + [sym__block] = STATE(1087), + [sym__alpha_identifier] = ACTIONS(4099), + [anon_sym_AT] = ACTIONS(4101), + [anon_sym_LBRACK] = ACTIONS(4101), + [anon_sym_as] = ACTIONS(4099), + [anon_sym_EQ] = ACTIONS(4037), + [anon_sym_LBRACE] = ACTIONS(4039), + [anon_sym_RBRACE] = ACTIONS(4101), + [anon_sym_LPAREN] = ACTIONS(4101), + [anon_sym_COMMA] = ACTIONS(4101), + [anon_sym_LT] = ACTIONS(4099), + [anon_sym_GT] = ACTIONS(4099), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(4099), + [anon_sym_fun] = ACTIONS(4099), + [anon_sym_DOT] = ACTIONS(4099), + [anon_sym_SEMI] = ACTIONS(4101), + [anon_sym_get] = ACTIONS(4099), + [anon_sym_set] = ACTIONS(4099), + [anon_sym_this] = ACTIONS(4099), + [anon_sym_super] = ACTIONS(4099), + [anon_sym_STAR] = ACTIONS(4099), + [sym_label] = ACTIONS(4099), + [anon_sym_in] = ACTIONS(4099), + [anon_sym_DOT_DOT] = ACTIONS(4101), + [anon_sym_QMARK_COLON] = ACTIONS(4101), + [anon_sym_AMP_AMP] = ACTIONS(4101), + [anon_sym_PIPE_PIPE] = ACTIONS(4101), + [anon_sym_null] = ACTIONS(4099), + [anon_sym_if] = ACTIONS(4099), + [anon_sym_else] = ACTIONS(4099), + [anon_sym_when] = ACTIONS(4099), + [anon_sym_try] = ACTIONS(4099), + [anon_sym_throw] = ACTIONS(4099), + [anon_sym_return] = ACTIONS(4099), + [anon_sym_continue] = ACTIONS(4099), + [anon_sym_break] = ACTIONS(4099), + [anon_sym_COLON_COLON] = ACTIONS(4101), + [anon_sym_PLUS_EQ] = ACTIONS(4101), + [anon_sym_DASH_EQ] = ACTIONS(4101), + [anon_sym_STAR_EQ] = ACTIONS(4101), + [anon_sym_SLASH_EQ] = ACTIONS(4101), + [anon_sym_PERCENT_EQ] = ACTIONS(4101), + [anon_sym_BANG_EQ] = ACTIONS(4099), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4101), + [anon_sym_EQ_EQ] = ACTIONS(4099), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4101), + [anon_sym_LT_EQ] = ACTIONS(4101), + [anon_sym_GT_EQ] = ACTIONS(4101), + [anon_sym_BANGin] = ACTIONS(4101), + [anon_sym_is] = ACTIONS(4099), + [anon_sym_BANGis] = ACTIONS(4101), + [anon_sym_PLUS] = ACTIONS(4099), + [anon_sym_DASH] = ACTIONS(4099), + [anon_sym_SLASH] = ACTIONS(4099), + [anon_sym_PERCENT] = ACTIONS(4099), + [anon_sym_as_QMARK] = ACTIONS(4101), + [anon_sym_PLUS_PLUS] = ACTIONS(4101), + [anon_sym_DASH_DASH] = ACTIONS(4101), + [anon_sym_BANG] = ACTIONS(4099), + [anon_sym_BANG_BANG] = ACTIONS(4101), + [anon_sym_suspend] = ACTIONS(4099), + [anon_sym_sealed] = ACTIONS(4099), + [anon_sym_annotation] = ACTIONS(4099), + [anon_sym_data] = ACTIONS(4099), + [anon_sym_inner] = ACTIONS(4099), + [anon_sym_override] = ACTIONS(4099), + [anon_sym_lateinit] = ACTIONS(4099), + [anon_sym_public] = ACTIONS(4099), + [anon_sym_private] = ACTIONS(4099), + [anon_sym_internal] = ACTIONS(4099), + [anon_sym_protected] = ACTIONS(4099), + [anon_sym_tailrec] = ACTIONS(4099), + [anon_sym_operator] = ACTIONS(4099), + [anon_sym_infix] = ACTIONS(4099), + [anon_sym_inline] = ACTIONS(4099), + [anon_sym_external] = ACTIONS(4099), + [sym_property_modifier] = ACTIONS(4099), + [anon_sym_abstract] = ACTIONS(4099), + [anon_sym_final] = ACTIONS(4099), + [anon_sym_open] = ACTIONS(4099), + [anon_sym_vararg] = ACTIONS(4099), + [anon_sym_noinline] = ACTIONS(4099), + [anon_sym_crossinline] = ACTIONS(4099), + [anon_sym_expect] = ACTIONS(4099), + [anon_sym_actual] = ACTIONS(4099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4101), + [anon_sym_continue_AT] = ACTIONS(4101), + [anon_sym_break_AT] = ACTIONS(4101), + [sym_real_literal] = ACTIONS(4101), + [sym_integer_literal] = ACTIONS(4099), + [sym_hex_literal] = ACTIONS(4101), + [sym_bin_literal] = ACTIONS(4101), + [anon_sym_true] = ACTIONS(4099), + [anon_sym_false] = ACTIONS(4099), + [anon_sym_SQUOTE] = ACTIONS(4101), + [sym__backtick_identifier] = ACTIONS(4101), + [sym__automatic_semicolon] = ACTIONS(4101), + [sym_safe_nav] = ACTIONS(4101), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4101), + }, + [852] = { + [sym__alpha_identifier] = ACTIONS(4264), + [anon_sym_AT] = ACTIONS(4266), + [anon_sym_LBRACK] = ACTIONS(4266), + [anon_sym_as] = ACTIONS(4264), + [anon_sym_EQ] = ACTIONS(4264), + [anon_sym_LBRACE] = ACTIONS(4266), + [anon_sym_RBRACE] = ACTIONS(4266), + [anon_sym_LPAREN] = ACTIONS(4266), + [anon_sym_COMMA] = ACTIONS(4266), + [anon_sym_by] = ACTIONS(4264), + [anon_sym_LT] = ACTIONS(4264), + [anon_sym_GT] = ACTIONS(4264), + [anon_sym_where] = ACTIONS(4264), + [anon_sym_object] = ACTIONS(4264), + [anon_sym_fun] = ACTIONS(4264), + [anon_sym_DOT] = ACTIONS(4264), + [anon_sym_SEMI] = ACTIONS(4266), + [anon_sym_get] = ACTIONS(4264), + [anon_sym_set] = ACTIONS(4264), + [anon_sym_this] = ACTIONS(4264), + [anon_sym_super] = ACTIONS(4264), + [sym__quest] = ACTIONS(4264), + [anon_sym_STAR] = ACTIONS(4264), + [anon_sym_DASH_GT] = ACTIONS(4268), + [sym_label] = ACTIONS(4264), + [anon_sym_in] = ACTIONS(4264), + [anon_sym_DOT_DOT] = ACTIONS(4266), + [anon_sym_QMARK_COLON] = ACTIONS(4266), + [anon_sym_AMP_AMP] = ACTIONS(4266), + [anon_sym_PIPE_PIPE] = ACTIONS(4266), + [anon_sym_null] = ACTIONS(4264), + [anon_sym_if] = ACTIONS(4264), + [anon_sym_else] = ACTIONS(4264), + [anon_sym_when] = ACTIONS(4264), + [anon_sym_try] = ACTIONS(4264), + [anon_sym_throw] = ACTIONS(4264), + [anon_sym_return] = ACTIONS(4264), + [anon_sym_continue] = ACTIONS(4264), + [anon_sym_break] = ACTIONS(4264), + [anon_sym_COLON_COLON] = ACTIONS(4266), + [anon_sym_PLUS_EQ] = ACTIONS(4266), + [anon_sym_DASH_EQ] = ACTIONS(4266), + [anon_sym_STAR_EQ] = ACTIONS(4266), + [anon_sym_SLASH_EQ] = ACTIONS(4266), + [anon_sym_PERCENT_EQ] = ACTIONS(4266), + [anon_sym_BANG_EQ] = ACTIONS(4264), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4266), + [anon_sym_EQ_EQ] = ACTIONS(4264), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4266), + [anon_sym_LT_EQ] = ACTIONS(4266), + [anon_sym_GT_EQ] = ACTIONS(4266), + [anon_sym_BANGin] = ACTIONS(4266), + [anon_sym_is] = ACTIONS(4264), + [anon_sym_BANGis] = ACTIONS(4266), + [anon_sym_PLUS] = ACTIONS(4264), + [anon_sym_DASH] = ACTIONS(4264), + [anon_sym_SLASH] = ACTIONS(4264), + [anon_sym_PERCENT] = ACTIONS(4264), + [anon_sym_as_QMARK] = ACTIONS(4266), + [anon_sym_PLUS_PLUS] = ACTIONS(4266), + [anon_sym_DASH_DASH] = ACTIONS(4266), + [anon_sym_BANG] = ACTIONS(4264), + [anon_sym_BANG_BANG] = ACTIONS(4266), + [anon_sym_suspend] = ACTIONS(4264), + [anon_sym_sealed] = ACTIONS(4264), + [anon_sym_annotation] = ACTIONS(4264), + [anon_sym_data] = ACTIONS(4264), + [anon_sym_inner] = ACTIONS(4264), + [anon_sym_override] = ACTIONS(4264), + [anon_sym_lateinit] = ACTIONS(4264), + [anon_sym_public] = ACTIONS(4264), + [anon_sym_private] = ACTIONS(4264), + [anon_sym_internal] = ACTIONS(4264), + [anon_sym_protected] = ACTIONS(4264), + [anon_sym_tailrec] = ACTIONS(4264), + [anon_sym_operator] = ACTIONS(4264), + [anon_sym_infix] = ACTIONS(4264), + [anon_sym_inline] = ACTIONS(4264), + [anon_sym_external] = ACTIONS(4264), + [sym_property_modifier] = ACTIONS(4264), + [anon_sym_abstract] = ACTIONS(4264), + [anon_sym_final] = ACTIONS(4264), + [anon_sym_open] = ACTIONS(4264), + [anon_sym_vararg] = ACTIONS(4264), + [anon_sym_noinline] = ACTIONS(4264), + [anon_sym_crossinline] = ACTIONS(4264), + [anon_sym_expect] = ACTIONS(4264), + [anon_sym_actual] = ACTIONS(4264), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4266), + [anon_sym_continue_AT] = ACTIONS(4266), + [anon_sym_break_AT] = ACTIONS(4266), + [sym_real_literal] = ACTIONS(4266), + [sym_integer_literal] = ACTIONS(4264), + [sym_hex_literal] = ACTIONS(4266), + [sym_bin_literal] = ACTIONS(4266), + [anon_sym_true] = ACTIONS(4264), + [anon_sym_false] = ACTIONS(4264), + [anon_sym_SQUOTE] = ACTIONS(4266), + [sym__backtick_identifier] = ACTIONS(4266), + [sym__automatic_semicolon] = ACTIONS(4266), + [sym_safe_nav] = ACTIONS(4266), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4266), + }, + [853] = { + [sym_getter] = STATE(3255), + [sym_setter] = STATE(3255), + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(1752), + [sym__comparison_operator] = STATE(1753), + [sym__in_operator] = STATE(1754), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(1755), + [sym__multiplicative_operator] = STATE(1756), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_modifiers] = STATE(8762), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1758), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(1766), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_RPAREN] = ACTIONS(1766), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_RPAREN] = ACTIONS(1786), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(4149), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(4318), - [anon_sym_get] = ACTIONS(4278), - [anon_sym_set] = ACTIONS(4280), - [anon_sym_STAR] = ACTIONS(4157), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(4159), - [anon_sym_while] = ACTIONS(1764), - [anon_sym_DOT_DOT] = ACTIONS(4161), - [anon_sym_QMARK_COLON] = ACTIONS(4163), - [anon_sym_AMP_AMP] = ACTIONS(4165), - [anon_sym_PIPE_PIPE] = ACTIONS(4167), - [anon_sym_else] = ACTIONS(1764), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_BANG_EQ] = ACTIONS(4169), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4171), - [anon_sym_EQ_EQ] = ACTIONS(4169), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4171), - [anon_sym_LT_EQ] = ACTIONS(4173), - [anon_sym_GT_EQ] = ACTIONS(4173), - [anon_sym_BANGin] = ACTIONS(4175), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), - [anon_sym_PLUS] = ACTIONS(4177), - [anon_sym_DASH] = ACTIONS(4177), - [anon_sym_SLASH] = ACTIONS(4179), - [anon_sym_PERCENT] = ACTIONS(4157), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), + [anon_sym_GT] = ACTIONS(4156), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(4270), + [anon_sym_get] = ACTIONS(4206), + [anon_sym_set] = ACTIONS(4208), + [anon_sym_STAR] = ACTIONS(4164), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(4166), + [anon_sym_while] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(4168), + [anon_sym_QMARK_COLON] = ACTIONS(4170), + [anon_sym_AMP_AMP] = ACTIONS(4172), + [anon_sym_PIPE_PIPE] = ACTIONS(4174), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_BANG_EQ] = ACTIONS(4176), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4178), + [anon_sym_EQ_EQ] = ACTIONS(4176), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4178), + [anon_sym_LT_EQ] = ACTIONS(4180), + [anon_sym_GT_EQ] = ACTIONS(4180), + [anon_sym_BANGin] = ACTIONS(4182), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), + [anon_sym_PLUS] = ACTIONS(4184), + [anon_sym_DASH] = ACTIONS(4184), + [anon_sym_SLASH] = ACTIONS(4186), + [anon_sym_PERCENT] = ACTIONS(4164), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -137654,85 +135960,191 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), + [sym_safe_nav] = ACTIONS(3420), [sym_multiline_comment] = ACTIONS(3), }, - [871] = { - [sym_getter] = STATE(4713), - [sym_setter] = STATE(4713), - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(1738), - [sym__comparison_operator] = STATE(1739), - [sym__in_operator] = STATE(1740), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(1741), - [sym__multiplicative_operator] = STATE(1742), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_modifiers] = STATE(8572), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1744), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [aux_sym_modifiers_repeat1] = STATE(5441), + [854] = { + [aux_sym_user_type_repeat1] = STATE(854), + [sym__alpha_identifier] = ACTIONS(4272), + [anon_sym_AT] = ACTIONS(4274), + [anon_sym_LBRACK] = ACTIONS(4274), + [anon_sym_as] = ACTIONS(4272), + [anon_sym_EQ] = ACTIONS(4272), + [anon_sym_LBRACE] = ACTIONS(4274), + [anon_sym_RBRACE] = ACTIONS(4274), + [anon_sym_LPAREN] = ACTIONS(4274), + [anon_sym_COMMA] = ACTIONS(4274), + [anon_sym_by] = ACTIONS(4272), + [anon_sym_LT] = ACTIONS(4272), + [anon_sym_GT] = ACTIONS(4272), + [anon_sym_where] = ACTIONS(4272), + [anon_sym_object] = ACTIONS(4272), + [anon_sym_fun] = ACTIONS(4272), + [anon_sym_DOT] = ACTIONS(4276), + [anon_sym_SEMI] = ACTIONS(4274), + [anon_sym_get] = ACTIONS(4272), + [anon_sym_set] = ACTIONS(4272), + [anon_sym_this] = ACTIONS(4272), + [anon_sym_super] = ACTIONS(4272), + [sym__quest] = ACTIONS(4272), + [anon_sym_STAR] = ACTIONS(4272), + [sym_label] = ACTIONS(4272), + [anon_sym_in] = ACTIONS(4272), + [anon_sym_DOT_DOT] = ACTIONS(4274), + [anon_sym_QMARK_COLON] = ACTIONS(4274), + [anon_sym_AMP_AMP] = ACTIONS(4274), + [anon_sym_PIPE_PIPE] = ACTIONS(4274), + [anon_sym_null] = ACTIONS(4272), + [anon_sym_if] = ACTIONS(4272), + [anon_sym_else] = ACTIONS(4272), + [anon_sym_when] = ACTIONS(4272), + [anon_sym_try] = ACTIONS(4272), + [anon_sym_throw] = ACTIONS(4272), + [anon_sym_return] = ACTIONS(4272), + [anon_sym_continue] = ACTIONS(4272), + [anon_sym_break] = ACTIONS(4272), + [anon_sym_COLON_COLON] = ACTIONS(4274), + [anon_sym_PLUS_EQ] = ACTIONS(4274), + [anon_sym_DASH_EQ] = ACTIONS(4274), + [anon_sym_STAR_EQ] = ACTIONS(4274), + [anon_sym_SLASH_EQ] = ACTIONS(4274), + [anon_sym_PERCENT_EQ] = ACTIONS(4274), + [anon_sym_BANG_EQ] = ACTIONS(4272), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4274), + [anon_sym_EQ_EQ] = ACTIONS(4272), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4274), + [anon_sym_LT_EQ] = ACTIONS(4274), + [anon_sym_GT_EQ] = ACTIONS(4274), + [anon_sym_BANGin] = ACTIONS(4274), + [anon_sym_is] = ACTIONS(4272), + [anon_sym_BANGis] = ACTIONS(4274), + [anon_sym_PLUS] = ACTIONS(4272), + [anon_sym_DASH] = ACTIONS(4272), + [anon_sym_SLASH] = ACTIONS(4272), + [anon_sym_PERCENT] = ACTIONS(4272), + [anon_sym_as_QMARK] = ACTIONS(4274), + [anon_sym_PLUS_PLUS] = ACTIONS(4274), + [anon_sym_DASH_DASH] = ACTIONS(4274), + [anon_sym_BANG] = ACTIONS(4272), + [anon_sym_BANG_BANG] = ACTIONS(4274), + [anon_sym_suspend] = ACTIONS(4272), + [anon_sym_sealed] = ACTIONS(4272), + [anon_sym_annotation] = ACTIONS(4272), + [anon_sym_data] = ACTIONS(4272), + [anon_sym_inner] = ACTIONS(4272), + [anon_sym_override] = ACTIONS(4272), + [anon_sym_lateinit] = ACTIONS(4272), + [anon_sym_public] = ACTIONS(4272), + [anon_sym_private] = ACTIONS(4272), + [anon_sym_internal] = ACTIONS(4272), + [anon_sym_protected] = ACTIONS(4272), + [anon_sym_tailrec] = ACTIONS(4272), + [anon_sym_operator] = ACTIONS(4272), + [anon_sym_infix] = ACTIONS(4272), + [anon_sym_inline] = ACTIONS(4272), + [anon_sym_external] = ACTIONS(4272), + [sym_property_modifier] = ACTIONS(4272), + [anon_sym_abstract] = ACTIONS(4272), + [anon_sym_final] = ACTIONS(4272), + [anon_sym_open] = ACTIONS(4272), + [anon_sym_vararg] = ACTIONS(4272), + [anon_sym_noinline] = ACTIONS(4272), + [anon_sym_crossinline] = ACTIONS(4272), + [anon_sym_expect] = ACTIONS(4272), + [anon_sym_actual] = ACTIONS(4272), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4274), + [anon_sym_continue_AT] = ACTIONS(4274), + [anon_sym_break_AT] = ACTIONS(4274), + [sym_real_literal] = ACTIONS(4274), + [sym_integer_literal] = ACTIONS(4272), + [sym_hex_literal] = ACTIONS(4274), + [sym_bin_literal] = ACTIONS(4274), + [anon_sym_true] = ACTIONS(4272), + [anon_sym_false] = ACTIONS(4272), + [anon_sym_SQUOTE] = ACTIONS(4274), + [sym__backtick_identifier] = ACTIONS(4274), + [sym__automatic_semicolon] = ACTIONS(4274), + [sym_safe_nav] = ACTIONS(4274), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4274), + }, + [855] = { + [sym_getter] = STATE(3203), + [sym_setter] = STATE(3203), + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(1752), + [sym__comparison_operator] = STATE(1753), + [sym__in_operator] = STATE(1754), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(1755), + [sym__multiplicative_operator] = STATE(1756), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_modifiers] = STATE(8762), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1758), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_LBRACE] = ACTIONS(1596), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_LBRACE] = ACTIONS(1403), [anon_sym_RBRACE] = ACTIONS(1696), - [anon_sym_LPAREN] = ACTIONS(3378), + [anon_sym_LPAREN] = ACTIONS(3394), [anon_sym_RPAREN] = ACTIONS(1696), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(4149), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(4320), - [anon_sym_get] = ACTIONS(4278), - [anon_sym_set] = ACTIONS(4280), - [anon_sym_STAR] = ACTIONS(4157), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(4159), + [anon_sym_GT] = ACTIONS(4156), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(4279), + [anon_sym_get] = ACTIONS(4206), + [anon_sym_set] = ACTIONS(4208), + [anon_sym_STAR] = ACTIONS(4164), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(4166), [anon_sym_while] = ACTIONS(1694), - [anon_sym_DOT_DOT] = ACTIONS(4161), - [anon_sym_QMARK_COLON] = ACTIONS(4163), - [anon_sym_AMP_AMP] = ACTIONS(4165), - [anon_sym_PIPE_PIPE] = ACTIONS(4167), + [anon_sym_DOT_DOT] = ACTIONS(4168), + [anon_sym_QMARK_COLON] = ACTIONS(4170), + [anon_sym_AMP_AMP] = ACTIONS(4172), + [anon_sym_PIPE_PIPE] = ACTIONS(4174), [anon_sym_else] = ACTIONS(1694), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_BANG_EQ] = ACTIONS(4169), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4171), - [anon_sym_EQ_EQ] = ACTIONS(4169), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4171), - [anon_sym_LT_EQ] = ACTIONS(4173), - [anon_sym_GT_EQ] = ACTIONS(4173), - [anon_sym_BANGin] = ACTIONS(4175), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), - [anon_sym_PLUS] = ACTIONS(4177), - [anon_sym_DASH] = ACTIONS(4177), - [anon_sym_SLASH] = ACTIONS(4179), - [anon_sym_PERCENT] = ACTIONS(4157), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_BANG_EQ] = ACTIONS(4176), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4178), + [anon_sym_EQ_EQ] = ACTIONS(4176), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4178), + [anon_sym_LT_EQ] = ACTIONS(4180), + [anon_sym_GT_EQ] = ACTIONS(4180), + [anon_sym_BANGin] = ACTIONS(4182), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), + [anon_sym_PLUS] = ACTIONS(4184), + [anon_sym_DASH] = ACTIONS(4184), + [anon_sym_SLASH] = ACTIONS(4186), + [anon_sym_PERCENT] = ACTIONS(4164), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -137760,21 +136172,1293 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), + [sym_safe_nav] = ACTIONS(3420), [sym_multiline_comment] = ACTIONS(3), }, - [872] = { + [856] = { + [sym_type_constraints] = STATE(971), + [sym_enum_class_body] = STATE(1181), + [sym__alpha_identifier] = ACTIONS(3186), + [anon_sym_AT] = ACTIONS(3190), + [anon_sym_COLON] = ACTIONS(3206), + [anon_sym_LBRACK] = ACTIONS(3190), + [anon_sym_as] = ACTIONS(3186), + [anon_sym_EQ] = ACTIONS(3186), + [anon_sym_LBRACE] = ACTIONS(3156), + [anon_sym_RBRACE] = ACTIONS(3190), + [anon_sym_LPAREN] = ACTIONS(3190), + [anon_sym_COMMA] = ACTIONS(3190), + [anon_sym_LT] = ACTIONS(3186), + [anon_sym_GT] = ACTIONS(3186), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(3186), + [anon_sym_fun] = ACTIONS(3186), + [anon_sym_DOT] = ACTIONS(3186), + [anon_sym_SEMI] = ACTIONS(3190), + [anon_sym_get] = ACTIONS(3186), + [anon_sym_set] = ACTIONS(3186), + [anon_sym_this] = ACTIONS(3186), + [anon_sym_super] = ACTIONS(3186), + [anon_sym_STAR] = ACTIONS(3186), + [sym_label] = ACTIONS(3186), + [anon_sym_in] = ACTIONS(3186), + [anon_sym_DOT_DOT] = ACTIONS(3190), + [anon_sym_QMARK_COLON] = ACTIONS(3190), + [anon_sym_AMP_AMP] = ACTIONS(3190), + [anon_sym_PIPE_PIPE] = ACTIONS(3190), + [anon_sym_null] = ACTIONS(3186), + [anon_sym_if] = ACTIONS(3186), + [anon_sym_else] = ACTIONS(3186), + [anon_sym_when] = ACTIONS(3186), + [anon_sym_try] = ACTIONS(3186), + [anon_sym_throw] = ACTIONS(3186), + [anon_sym_return] = ACTIONS(3186), + [anon_sym_continue] = ACTIONS(3186), + [anon_sym_break] = ACTIONS(3186), + [anon_sym_COLON_COLON] = ACTIONS(3190), + [anon_sym_PLUS_EQ] = ACTIONS(3190), + [anon_sym_DASH_EQ] = ACTIONS(3190), + [anon_sym_STAR_EQ] = ACTIONS(3190), + [anon_sym_SLASH_EQ] = ACTIONS(3190), + [anon_sym_PERCENT_EQ] = ACTIONS(3190), + [anon_sym_BANG_EQ] = ACTIONS(3186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3190), + [anon_sym_EQ_EQ] = ACTIONS(3186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3190), + [anon_sym_LT_EQ] = ACTIONS(3190), + [anon_sym_GT_EQ] = ACTIONS(3190), + [anon_sym_BANGin] = ACTIONS(3190), + [anon_sym_is] = ACTIONS(3186), + [anon_sym_BANGis] = ACTIONS(3190), + [anon_sym_PLUS] = ACTIONS(3186), + [anon_sym_DASH] = ACTIONS(3186), + [anon_sym_SLASH] = ACTIONS(3186), + [anon_sym_PERCENT] = ACTIONS(3186), + [anon_sym_as_QMARK] = ACTIONS(3190), + [anon_sym_PLUS_PLUS] = ACTIONS(3190), + [anon_sym_DASH_DASH] = ACTIONS(3190), + [anon_sym_BANG] = ACTIONS(3186), + [anon_sym_BANG_BANG] = ACTIONS(3190), + [anon_sym_suspend] = ACTIONS(3186), + [anon_sym_sealed] = ACTIONS(3186), + [anon_sym_annotation] = ACTIONS(3186), + [anon_sym_data] = ACTIONS(3186), + [anon_sym_inner] = ACTIONS(3186), + [anon_sym_override] = ACTIONS(3186), + [anon_sym_lateinit] = ACTIONS(3186), + [anon_sym_public] = ACTIONS(3186), + [anon_sym_private] = ACTIONS(3186), + [anon_sym_internal] = ACTIONS(3186), + [anon_sym_protected] = ACTIONS(3186), + [anon_sym_tailrec] = ACTIONS(3186), + [anon_sym_operator] = ACTIONS(3186), + [anon_sym_infix] = ACTIONS(3186), + [anon_sym_inline] = ACTIONS(3186), + [anon_sym_external] = ACTIONS(3186), + [sym_property_modifier] = ACTIONS(3186), + [anon_sym_abstract] = ACTIONS(3186), + [anon_sym_final] = ACTIONS(3186), + [anon_sym_open] = ACTIONS(3186), + [anon_sym_vararg] = ACTIONS(3186), + [anon_sym_noinline] = ACTIONS(3186), + [anon_sym_crossinline] = ACTIONS(3186), + [anon_sym_expect] = ACTIONS(3186), + [anon_sym_actual] = ACTIONS(3186), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3190), + [anon_sym_continue_AT] = ACTIONS(3190), + [anon_sym_break_AT] = ACTIONS(3190), + [sym_real_literal] = ACTIONS(3190), + [sym_integer_literal] = ACTIONS(3186), + [sym_hex_literal] = ACTIONS(3190), + [sym_bin_literal] = ACTIONS(3190), + [anon_sym_true] = ACTIONS(3186), + [anon_sym_false] = ACTIONS(3186), + [anon_sym_SQUOTE] = ACTIONS(3190), + [sym__backtick_identifier] = ACTIONS(3190), + [sym__automatic_semicolon] = ACTIONS(3190), + [sym_safe_nav] = ACTIONS(3190), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3190), + }, + [857] = { + [sym__alpha_identifier] = ACTIONS(4281), + [anon_sym_AT] = ACTIONS(4283), + [anon_sym_LBRACK] = ACTIONS(4283), + [anon_sym_RBRACK] = ACTIONS(4283), + [anon_sym_as] = ACTIONS(4281), + [anon_sym_EQ] = ACTIONS(4281), + [anon_sym_LBRACE] = ACTIONS(4283), + [anon_sym_RBRACE] = ACTIONS(4283), + [anon_sym_LPAREN] = ACTIONS(4283), + [anon_sym_COMMA] = ACTIONS(4283), + [anon_sym_RPAREN] = ACTIONS(4283), + [anon_sym_LT] = ACTIONS(4281), + [anon_sym_GT] = ACTIONS(4281), + [anon_sym_where] = ACTIONS(4281), + [anon_sym_object] = ACTIONS(4281), + [anon_sym_fun] = ACTIONS(4281), + [anon_sym_DOT] = ACTIONS(4281), + [anon_sym_SEMI] = ACTIONS(4283), + [anon_sym_get] = ACTIONS(4281), + [anon_sym_set] = ACTIONS(4281), + [anon_sym_this] = ACTIONS(4281), + [anon_sym_super] = ACTIONS(4281), + [anon_sym_STAR] = ACTIONS(4281), + [anon_sym_DASH_GT] = ACTIONS(4283), + [sym_label] = ACTIONS(4281), + [anon_sym_in] = ACTIONS(4281), + [anon_sym_while] = ACTIONS(4281), + [anon_sym_DOT_DOT] = ACTIONS(4283), + [anon_sym_QMARK_COLON] = ACTIONS(4283), + [anon_sym_AMP_AMP] = ACTIONS(4283), + [anon_sym_PIPE_PIPE] = ACTIONS(4283), + [anon_sym_null] = ACTIONS(4281), + [anon_sym_if] = ACTIONS(4281), + [anon_sym_else] = ACTIONS(4281), + [anon_sym_when] = ACTIONS(4281), + [anon_sym_try] = ACTIONS(4281), + [anon_sym_throw] = ACTIONS(4281), + [anon_sym_return] = ACTIONS(4281), + [anon_sym_continue] = ACTIONS(4281), + [anon_sym_break] = ACTIONS(4281), + [anon_sym_COLON_COLON] = ACTIONS(4283), + [anon_sym_PLUS_EQ] = ACTIONS(4283), + [anon_sym_DASH_EQ] = ACTIONS(4283), + [anon_sym_STAR_EQ] = ACTIONS(4283), + [anon_sym_SLASH_EQ] = ACTIONS(4283), + [anon_sym_PERCENT_EQ] = ACTIONS(4283), + [anon_sym_BANG_EQ] = ACTIONS(4281), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4283), + [anon_sym_EQ_EQ] = ACTIONS(4281), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4283), + [anon_sym_LT_EQ] = ACTIONS(4283), + [anon_sym_GT_EQ] = ACTIONS(4283), + [anon_sym_BANGin] = ACTIONS(4283), + [anon_sym_is] = ACTIONS(4281), + [anon_sym_BANGis] = ACTIONS(4283), + [anon_sym_PLUS] = ACTIONS(4281), + [anon_sym_DASH] = ACTIONS(4281), + [anon_sym_SLASH] = ACTIONS(4281), + [anon_sym_PERCENT] = ACTIONS(4281), + [anon_sym_as_QMARK] = ACTIONS(4283), + [anon_sym_PLUS_PLUS] = ACTIONS(4283), + [anon_sym_DASH_DASH] = ACTIONS(4283), + [anon_sym_BANG] = ACTIONS(4281), + [anon_sym_BANG_BANG] = ACTIONS(4283), + [anon_sym_suspend] = ACTIONS(4281), + [anon_sym_sealed] = ACTIONS(4281), + [anon_sym_annotation] = ACTIONS(4281), + [anon_sym_data] = ACTIONS(4281), + [anon_sym_inner] = ACTIONS(4281), + [anon_sym_override] = ACTIONS(4281), + [anon_sym_lateinit] = ACTIONS(4281), + [anon_sym_public] = ACTIONS(4281), + [anon_sym_private] = ACTIONS(4281), + [anon_sym_internal] = ACTIONS(4281), + [anon_sym_protected] = ACTIONS(4281), + [anon_sym_tailrec] = ACTIONS(4281), + [anon_sym_operator] = ACTIONS(4281), + [anon_sym_infix] = ACTIONS(4281), + [anon_sym_inline] = ACTIONS(4281), + [anon_sym_external] = ACTIONS(4281), + [sym_property_modifier] = ACTIONS(4281), + [anon_sym_abstract] = ACTIONS(4281), + [anon_sym_final] = ACTIONS(4281), + [anon_sym_open] = ACTIONS(4281), + [anon_sym_vararg] = ACTIONS(4281), + [anon_sym_noinline] = ACTIONS(4281), + [anon_sym_crossinline] = ACTIONS(4281), + [anon_sym_expect] = ACTIONS(4281), + [anon_sym_actual] = ACTIONS(4281), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4283), + [anon_sym_continue_AT] = ACTIONS(4283), + [anon_sym_break_AT] = ACTIONS(4283), + [sym_real_literal] = ACTIONS(4283), + [sym_integer_literal] = ACTIONS(4281), + [sym_hex_literal] = ACTIONS(4283), + [sym_bin_literal] = ACTIONS(4283), + [anon_sym_true] = ACTIONS(4281), + [anon_sym_false] = ACTIONS(4281), + [anon_sym_SQUOTE] = ACTIONS(4283), + [sym__backtick_identifier] = ACTIONS(4283), + [sym_safe_nav] = ACTIONS(4283), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4283), + }, + [858] = { + [sym__alpha_identifier] = ACTIONS(4285), + [anon_sym_AT] = ACTIONS(4288), + [anon_sym_LBRACK] = ACTIONS(4288), + [anon_sym_RBRACK] = ACTIONS(4291), + [anon_sym_as] = ACTIONS(4293), + [anon_sym_EQ] = ACTIONS(4293), + [anon_sym_LBRACE] = ACTIONS(4288), + [anon_sym_RBRACE] = ACTIONS(4291), + [anon_sym_LPAREN] = ACTIONS(4295), + [anon_sym_COMMA] = ACTIONS(4291), + [anon_sym_RPAREN] = ACTIONS(4291), + [anon_sym_LT] = ACTIONS(4293), + [anon_sym_GT] = ACTIONS(4293), + [anon_sym_where] = ACTIONS(4293), + [anon_sym_object] = ACTIONS(3943), + [anon_sym_fun] = ACTIONS(3943), + [anon_sym_DOT] = ACTIONS(4293), + [anon_sym_SEMI] = ACTIONS(4291), + [anon_sym_get] = ACTIONS(4285), + [anon_sym_set] = ACTIONS(4285), + [anon_sym_this] = ACTIONS(3943), + [anon_sym_super] = ACTIONS(3943), + [anon_sym_STAR] = ACTIONS(4285), + [anon_sym_DASH_GT] = ACTIONS(4291), + [sym_label] = ACTIONS(4285), + [anon_sym_in] = ACTIONS(4293), + [anon_sym_while] = ACTIONS(4293), + [anon_sym_DOT_DOT] = ACTIONS(4291), + [anon_sym_QMARK_COLON] = ACTIONS(4291), + [anon_sym_AMP_AMP] = ACTIONS(4291), + [anon_sym_PIPE_PIPE] = ACTIONS(4291), + [anon_sym_null] = ACTIONS(3943), + [anon_sym_if] = ACTIONS(3943), + [anon_sym_else] = ACTIONS(4293), + [anon_sym_when] = ACTIONS(3943), + [anon_sym_try] = ACTIONS(3943), + [anon_sym_throw] = ACTIONS(3943), + [anon_sym_return] = ACTIONS(3943), + [anon_sym_continue] = ACTIONS(3943), + [anon_sym_break] = ACTIONS(3943), + [anon_sym_COLON_COLON] = ACTIONS(4288), + [anon_sym_PLUS_EQ] = ACTIONS(4291), + [anon_sym_DASH_EQ] = ACTIONS(4291), + [anon_sym_STAR_EQ] = ACTIONS(4291), + [anon_sym_SLASH_EQ] = ACTIONS(4291), + [anon_sym_PERCENT_EQ] = ACTIONS(4291), + [anon_sym_BANG_EQ] = ACTIONS(4293), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4291), + [anon_sym_EQ_EQ] = ACTIONS(4293), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4291), + [anon_sym_LT_EQ] = ACTIONS(4291), + [anon_sym_GT_EQ] = ACTIONS(4291), + [anon_sym_BANGin] = ACTIONS(4291), + [anon_sym_is] = ACTIONS(4293), + [anon_sym_BANGis] = ACTIONS(4291), + [anon_sym_PLUS] = ACTIONS(4285), + [anon_sym_DASH] = ACTIONS(4285), + [anon_sym_SLASH] = ACTIONS(4293), + [anon_sym_PERCENT] = ACTIONS(4293), + [anon_sym_as_QMARK] = ACTIONS(4291), + [anon_sym_PLUS_PLUS] = ACTIONS(4288), + [anon_sym_DASH_DASH] = ACTIONS(4288), + [anon_sym_BANG] = ACTIONS(3943), + [anon_sym_BANG_BANG] = ACTIONS(4291), + [anon_sym_suspend] = ACTIONS(4293), + [anon_sym_sealed] = ACTIONS(4293), + [anon_sym_annotation] = ACTIONS(4293), + [anon_sym_data] = ACTIONS(4285), + [anon_sym_inner] = ACTIONS(4285), + [anon_sym_override] = ACTIONS(4293), + [anon_sym_lateinit] = ACTIONS(4293), + [anon_sym_public] = ACTIONS(4293), + [anon_sym_private] = ACTIONS(4293), + [anon_sym_internal] = ACTIONS(4293), + [anon_sym_protected] = ACTIONS(4293), + [anon_sym_tailrec] = ACTIONS(4293), + [anon_sym_operator] = ACTIONS(4293), + [anon_sym_infix] = ACTIONS(4293), + [anon_sym_inline] = ACTIONS(4293), + [anon_sym_external] = ACTIONS(4293), + [sym_property_modifier] = ACTIONS(4293), + [anon_sym_abstract] = ACTIONS(4293), + [anon_sym_final] = ACTIONS(4293), + [anon_sym_open] = ACTIONS(4293), + [anon_sym_vararg] = ACTIONS(4293), + [anon_sym_noinline] = ACTIONS(4293), + [anon_sym_crossinline] = ACTIONS(4293), + [anon_sym_expect] = ACTIONS(4285), + [anon_sym_actual] = ACTIONS(4285), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3948), + [anon_sym_continue_AT] = ACTIONS(3948), + [anon_sym_break_AT] = ACTIONS(3948), + [sym_real_literal] = ACTIONS(3948), + [sym_integer_literal] = ACTIONS(3943), + [sym_hex_literal] = ACTIONS(3948), + [sym_bin_literal] = ACTIONS(3948), + [anon_sym_true] = ACTIONS(3943), + [anon_sym_false] = ACTIONS(3943), + [anon_sym_SQUOTE] = ACTIONS(3948), + [sym__backtick_identifier] = ACTIONS(4288), + [sym_safe_nav] = ACTIONS(4291), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3948), + }, + [859] = { + [sym_getter] = STATE(3189), + [sym_setter] = STATE(3189), + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(1752), + [sym__comparison_operator] = STATE(1753), + [sym__in_operator] = STATE(1754), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(1755), + [sym__multiplicative_operator] = STATE(1756), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_modifiers] = STATE(8762), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1758), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(1766), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_RPAREN] = ACTIONS(1766), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(4156), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(4299), + [anon_sym_get] = ACTIONS(4206), + [anon_sym_set] = ACTIONS(4208), + [anon_sym_STAR] = ACTIONS(4164), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(4166), + [anon_sym_while] = ACTIONS(1764), + [anon_sym_DOT_DOT] = ACTIONS(4168), + [anon_sym_QMARK_COLON] = ACTIONS(4170), + [anon_sym_AMP_AMP] = ACTIONS(4172), + [anon_sym_PIPE_PIPE] = ACTIONS(4174), + [anon_sym_else] = ACTIONS(1764), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_BANG_EQ] = ACTIONS(4176), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4178), + [anon_sym_EQ_EQ] = ACTIONS(4176), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4178), + [anon_sym_LT_EQ] = ACTIONS(4180), + [anon_sym_GT_EQ] = ACTIONS(4180), + [anon_sym_BANGin] = ACTIONS(4182), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), + [anon_sym_PLUS] = ACTIONS(4184), + [anon_sym_DASH] = ACTIONS(4184), + [anon_sym_SLASH] = ACTIONS(4186), + [anon_sym_PERCENT] = ACTIONS(4164), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(1746), + [anon_sym_inner] = ACTIONS(1746), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(1748), + [anon_sym_actual] = ACTIONS(1748), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym_safe_nav] = ACTIONS(3420), + [sym_multiline_comment] = ACTIONS(3), + }, + [860] = { + [sym_getter] = STATE(3142), + [sym_setter] = STATE(3142), + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(1752), + [sym__comparison_operator] = STATE(1753), + [sym__in_operator] = STATE(1754), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(1755), + [sym__multiplicative_operator] = STATE(1756), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_modifiers] = STATE(8762), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1758), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_RPAREN] = ACTIONS(1754), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(4156), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(4301), + [anon_sym_get] = ACTIONS(4206), + [anon_sym_set] = ACTIONS(4208), + [anon_sym_STAR] = ACTIONS(4164), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(4166), + [anon_sym_while] = ACTIONS(1752), + [anon_sym_DOT_DOT] = ACTIONS(4168), + [anon_sym_QMARK_COLON] = ACTIONS(4170), + [anon_sym_AMP_AMP] = ACTIONS(4172), + [anon_sym_PIPE_PIPE] = ACTIONS(4174), + [anon_sym_else] = ACTIONS(1752), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_BANG_EQ] = ACTIONS(4176), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4178), + [anon_sym_EQ_EQ] = ACTIONS(4176), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4178), + [anon_sym_LT_EQ] = ACTIONS(4180), + [anon_sym_GT_EQ] = ACTIONS(4180), + [anon_sym_BANGin] = ACTIONS(4182), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), + [anon_sym_PLUS] = ACTIONS(4184), + [anon_sym_DASH] = ACTIONS(4184), + [anon_sym_SLASH] = ACTIONS(4186), + [anon_sym_PERCENT] = ACTIONS(4164), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(1746), + [anon_sym_inner] = ACTIONS(1746), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(1748), + [anon_sym_actual] = ACTIONS(1748), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym_safe_nav] = ACTIONS(3420), + [sym_multiline_comment] = ACTIONS(3), + }, + [861] = { + [sym_class_body] = STATE(1174), + [sym_type_constraints] = STATE(992), + [sym__alpha_identifier] = ACTIONS(4303), + [anon_sym_AT] = ACTIONS(4305), + [anon_sym_COLON] = ACTIONS(4307), + [anon_sym_LBRACK] = ACTIONS(4305), + [anon_sym_as] = ACTIONS(4303), + [anon_sym_EQ] = ACTIONS(4303), + [anon_sym_LBRACE] = ACTIONS(3180), + [anon_sym_RBRACE] = ACTIONS(4305), + [anon_sym_LPAREN] = ACTIONS(4305), + [anon_sym_COMMA] = ACTIONS(4305), + [anon_sym_LT] = ACTIONS(4303), + [anon_sym_GT] = ACTIONS(4303), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(4303), + [anon_sym_fun] = ACTIONS(4303), + [anon_sym_DOT] = ACTIONS(4303), + [anon_sym_SEMI] = ACTIONS(4305), + [anon_sym_get] = ACTIONS(4303), + [anon_sym_set] = ACTIONS(4303), + [anon_sym_this] = ACTIONS(4303), + [anon_sym_super] = ACTIONS(4303), + [anon_sym_STAR] = ACTIONS(4303), + [sym_label] = ACTIONS(4303), + [anon_sym_in] = ACTIONS(4303), + [anon_sym_DOT_DOT] = ACTIONS(4305), + [anon_sym_QMARK_COLON] = ACTIONS(4305), + [anon_sym_AMP_AMP] = ACTIONS(4305), + [anon_sym_PIPE_PIPE] = ACTIONS(4305), + [anon_sym_null] = ACTIONS(4303), + [anon_sym_if] = ACTIONS(4303), + [anon_sym_else] = ACTIONS(4303), + [anon_sym_when] = ACTIONS(4303), + [anon_sym_try] = ACTIONS(4303), + [anon_sym_throw] = ACTIONS(4303), + [anon_sym_return] = ACTIONS(4303), + [anon_sym_continue] = ACTIONS(4303), + [anon_sym_break] = ACTIONS(4303), + [anon_sym_COLON_COLON] = ACTIONS(4305), + [anon_sym_PLUS_EQ] = ACTIONS(4305), + [anon_sym_DASH_EQ] = ACTIONS(4305), + [anon_sym_STAR_EQ] = ACTIONS(4305), + [anon_sym_SLASH_EQ] = ACTIONS(4305), + [anon_sym_PERCENT_EQ] = ACTIONS(4305), + [anon_sym_BANG_EQ] = ACTIONS(4303), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4305), + [anon_sym_EQ_EQ] = ACTIONS(4303), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4305), + [anon_sym_LT_EQ] = ACTIONS(4305), + [anon_sym_GT_EQ] = ACTIONS(4305), + [anon_sym_BANGin] = ACTIONS(4305), + [anon_sym_is] = ACTIONS(4303), + [anon_sym_BANGis] = ACTIONS(4305), + [anon_sym_PLUS] = ACTIONS(4303), + [anon_sym_DASH] = ACTIONS(4303), + [anon_sym_SLASH] = ACTIONS(4303), + [anon_sym_PERCENT] = ACTIONS(4303), + [anon_sym_as_QMARK] = ACTIONS(4305), + [anon_sym_PLUS_PLUS] = ACTIONS(4305), + [anon_sym_DASH_DASH] = ACTIONS(4305), + [anon_sym_BANG] = ACTIONS(4303), + [anon_sym_BANG_BANG] = ACTIONS(4305), + [anon_sym_suspend] = ACTIONS(4303), + [anon_sym_sealed] = ACTIONS(4303), + [anon_sym_annotation] = ACTIONS(4303), + [anon_sym_data] = ACTIONS(4303), + [anon_sym_inner] = ACTIONS(4303), + [anon_sym_override] = ACTIONS(4303), + [anon_sym_lateinit] = ACTIONS(4303), + [anon_sym_public] = ACTIONS(4303), + [anon_sym_private] = ACTIONS(4303), + [anon_sym_internal] = ACTIONS(4303), + [anon_sym_protected] = ACTIONS(4303), + [anon_sym_tailrec] = ACTIONS(4303), + [anon_sym_operator] = ACTIONS(4303), + [anon_sym_infix] = ACTIONS(4303), + [anon_sym_inline] = ACTIONS(4303), + [anon_sym_external] = ACTIONS(4303), + [sym_property_modifier] = ACTIONS(4303), + [anon_sym_abstract] = ACTIONS(4303), + [anon_sym_final] = ACTIONS(4303), + [anon_sym_open] = ACTIONS(4303), + [anon_sym_vararg] = ACTIONS(4303), + [anon_sym_noinline] = ACTIONS(4303), + [anon_sym_crossinline] = ACTIONS(4303), + [anon_sym_expect] = ACTIONS(4303), + [anon_sym_actual] = ACTIONS(4303), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4305), + [anon_sym_continue_AT] = ACTIONS(4305), + [anon_sym_break_AT] = ACTIONS(4305), + [sym_real_literal] = ACTIONS(4305), + [sym_integer_literal] = ACTIONS(4303), + [sym_hex_literal] = ACTIONS(4305), + [sym_bin_literal] = ACTIONS(4305), + [anon_sym_true] = ACTIONS(4303), + [anon_sym_false] = ACTIONS(4303), + [anon_sym_SQUOTE] = ACTIONS(4305), + [sym__backtick_identifier] = ACTIONS(4305), + [sym__automatic_semicolon] = ACTIONS(4305), + [sym_safe_nav] = ACTIONS(4305), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4305), + }, + [862] = { + [sym_type_constraints] = STATE(989), + [sym_enum_class_body] = STATE(1038), + [sym__alpha_identifier] = ACTIONS(3212), + [anon_sym_AT] = ACTIONS(3216), + [anon_sym_COLON] = ACTIONS(3214), + [anon_sym_LBRACK] = ACTIONS(3216), + [anon_sym_as] = ACTIONS(3212), + [anon_sym_EQ] = ACTIONS(3212), + [anon_sym_LBRACE] = ACTIONS(3156), + [anon_sym_RBRACE] = ACTIONS(3216), + [anon_sym_LPAREN] = ACTIONS(3216), + [anon_sym_COMMA] = ACTIONS(3216), + [anon_sym_LT] = ACTIONS(3212), + [anon_sym_GT] = ACTIONS(3212), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(3212), + [anon_sym_fun] = ACTIONS(3212), + [anon_sym_DOT] = ACTIONS(3212), + [anon_sym_SEMI] = ACTIONS(3216), + [anon_sym_get] = ACTIONS(3212), + [anon_sym_set] = ACTIONS(3212), + [anon_sym_this] = ACTIONS(3212), + [anon_sym_super] = ACTIONS(3212), + [anon_sym_STAR] = ACTIONS(3212), + [sym_label] = ACTIONS(3212), + [anon_sym_in] = ACTIONS(3212), + [anon_sym_DOT_DOT] = ACTIONS(3216), + [anon_sym_QMARK_COLON] = ACTIONS(3216), + [anon_sym_AMP_AMP] = ACTIONS(3216), + [anon_sym_PIPE_PIPE] = ACTIONS(3216), + [anon_sym_null] = ACTIONS(3212), + [anon_sym_if] = ACTIONS(3212), + [anon_sym_else] = ACTIONS(3212), + [anon_sym_when] = ACTIONS(3212), + [anon_sym_try] = ACTIONS(3212), + [anon_sym_throw] = ACTIONS(3212), + [anon_sym_return] = ACTIONS(3212), + [anon_sym_continue] = ACTIONS(3212), + [anon_sym_break] = ACTIONS(3212), + [anon_sym_COLON_COLON] = ACTIONS(3216), + [anon_sym_PLUS_EQ] = ACTIONS(3216), + [anon_sym_DASH_EQ] = ACTIONS(3216), + [anon_sym_STAR_EQ] = ACTIONS(3216), + [anon_sym_SLASH_EQ] = ACTIONS(3216), + [anon_sym_PERCENT_EQ] = ACTIONS(3216), + [anon_sym_BANG_EQ] = ACTIONS(3212), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3216), + [anon_sym_EQ_EQ] = ACTIONS(3212), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3216), + [anon_sym_LT_EQ] = ACTIONS(3216), + [anon_sym_GT_EQ] = ACTIONS(3216), + [anon_sym_BANGin] = ACTIONS(3216), + [anon_sym_is] = ACTIONS(3212), + [anon_sym_BANGis] = ACTIONS(3216), + [anon_sym_PLUS] = ACTIONS(3212), + [anon_sym_DASH] = ACTIONS(3212), + [anon_sym_SLASH] = ACTIONS(3212), + [anon_sym_PERCENT] = ACTIONS(3212), + [anon_sym_as_QMARK] = ACTIONS(3216), + [anon_sym_PLUS_PLUS] = ACTIONS(3216), + [anon_sym_DASH_DASH] = ACTIONS(3216), + [anon_sym_BANG] = ACTIONS(3212), + [anon_sym_BANG_BANG] = ACTIONS(3216), + [anon_sym_suspend] = ACTIONS(3212), + [anon_sym_sealed] = ACTIONS(3212), + [anon_sym_annotation] = ACTIONS(3212), + [anon_sym_data] = ACTIONS(3212), + [anon_sym_inner] = ACTIONS(3212), + [anon_sym_override] = ACTIONS(3212), + [anon_sym_lateinit] = ACTIONS(3212), + [anon_sym_public] = ACTIONS(3212), + [anon_sym_private] = ACTIONS(3212), + [anon_sym_internal] = ACTIONS(3212), + [anon_sym_protected] = ACTIONS(3212), + [anon_sym_tailrec] = ACTIONS(3212), + [anon_sym_operator] = ACTIONS(3212), + [anon_sym_infix] = ACTIONS(3212), + [anon_sym_inline] = ACTIONS(3212), + [anon_sym_external] = ACTIONS(3212), + [sym_property_modifier] = ACTIONS(3212), + [anon_sym_abstract] = ACTIONS(3212), + [anon_sym_final] = ACTIONS(3212), + [anon_sym_open] = ACTIONS(3212), + [anon_sym_vararg] = ACTIONS(3212), + [anon_sym_noinline] = ACTIONS(3212), + [anon_sym_crossinline] = ACTIONS(3212), + [anon_sym_expect] = ACTIONS(3212), + [anon_sym_actual] = ACTIONS(3212), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3216), + [anon_sym_continue_AT] = ACTIONS(3216), + [anon_sym_break_AT] = ACTIONS(3216), + [sym_real_literal] = ACTIONS(3216), + [sym_integer_literal] = ACTIONS(3212), + [sym_hex_literal] = ACTIONS(3216), + [sym_bin_literal] = ACTIONS(3216), + [anon_sym_true] = ACTIONS(3212), + [anon_sym_false] = ACTIONS(3212), + [anon_sym_SQUOTE] = ACTIONS(3216), + [sym__backtick_identifier] = ACTIONS(3216), + [sym__automatic_semicolon] = ACTIONS(3216), + [sym_safe_nav] = ACTIONS(3216), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3216), + }, + [863] = { + [sym_type_constraints] = STATE(915), + [sym_function_body] = STATE(1154), + [sym__block] = STATE(1087), + [sym__alpha_identifier] = ACTIONS(4031), + [anon_sym_AT] = ACTIONS(4033), + [anon_sym_LBRACK] = ACTIONS(4033), + [anon_sym_as] = ACTIONS(4031), + [anon_sym_EQ] = ACTIONS(4037), + [anon_sym_LBRACE] = ACTIONS(4039), + [anon_sym_RBRACE] = ACTIONS(4033), + [anon_sym_LPAREN] = ACTIONS(4033), + [anon_sym_COMMA] = ACTIONS(4033), + [anon_sym_LT] = ACTIONS(4031), + [anon_sym_GT] = ACTIONS(4031), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(4031), + [anon_sym_fun] = ACTIONS(4031), + [anon_sym_DOT] = ACTIONS(4031), + [anon_sym_SEMI] = ACTIONS(4033), + [anon_sym_get] = ACTIONS(4031), + [anon_sym_set] = ACTIONS(4031), + [anon_sym_this] = ACTIONS(4031), + [anon_sym_super] = ACTIONS(4031), + [anon_sym_STAR] = ACTIONS(4031), + [sym_label] = ACTIONS(4031), + [anon_sym_in] = ACTIONS(4031), + [anon_sym_DOT_DOT] = ACTIONS(4033), + [anon_sym_QMARK_COLON] = ACTIONS(4033), + [anon_sym_AMP_AMP] = ACTIONS(4033), + [anon_sym_PIPE_PIPE] = ACTIONS(4033), + [anon_sym_null] = ACTIONS(4031), + [anon_sym_if] = ACTIONS(4031), + [anon_sym_else] = ACTIONS(4031), + [anon_sym_when] = ACTIONS(4031), + [anon_sym_try] = ACTIONS(4031), + [anon_sym_throw] = ACTIONS(4031), + [anon_sym_return] = ACTIONS(4031), + [anon_sym_continue] = ACTIONS(4031), + [anon_sym_break] = ACTIONS(4031), + [anon_sym_COLON_COLON] = ACTIONS(4033), + [anon_sym_PLUS_EQ] = ACTIONS(4033), + [anon_sym_DASH_EQ] = ACTIONS(4033), + [anon_sym_STAR_EQ] = ACTIONS(4033), + [anon_sym_SLASH_EQ] = ACTIONS(4033), + [anon_sym_PERCENT_EQ] = ACTIONS(4033), + [anon_sym_BANG_EQ] = ACTIONS(4031), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4033), + [anon_sym_EQ_EQ] = ACTIONS(4031), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4033), + [anon_sym_LT_EQ] = ACTIONS(4033), + [anon_sym_GT_EQ] = ACTIONS(4033), + [anon_sym_BANGin] = ACTIONS(4033), + [anon_sym_is] = ACTIONS(4031), + [anon_sym_BANGis] = ACTIONS(4033), + [anon_sym_PLUS] = ACTIONS(4031), + [anon_sym_DASH] = ACTIONS(4031), + [anon_sym_SLASH] = ACTIONS(4031), + [anon_sym_PERCENT] = ACTIONS(4031), + [anon_sym_as_QMARK] = ACTIONS(4033), + [anon_sym_PLUS_PLUS] = ACTIONS(4033), + [anon_sym_DASH_DASH] = ACTIONS(4033), + [anon_sym_BANG] = ACTIONS(4031), + [anon_sym_BANG_BANG] = ACTIONS(4033), + [anon_sym_suspend] = ACTIONS(4031), + [anon_sym_sealed] = ACTIONS(4031), + [anon_sym_annotation] = ACTIONS(4031), + [anon_sym_data] = ACTIONS(4031), + [anon_sym_inner] = ACTIONS(4031), + [anon_sym_override] = ACTIONS(4031), + [anon_sym_lateinit] = ACTIONS(4031), + [anon_sym_public] = ACTIONS(4031), + [anon_sym_private] = ACTIONS(4031), + [anon_sym_internal] = ACTIONS(4031), + [anon_sym_protected] = ACTIONS(4031), + [anon_sym_tailrec] = ACTIONS(4031), + [anon_sym_operator] = ACTIONS(4031), + [anon_sym_infix] = ACTIONS(4031), + [anon_sym_inline] = ACTIONS(4031), + [anon_sym_external] = ACTIONS(4031), + [sym_property_modifier] = ACTIONS(4031), + [anon_sym_abstract] = ACTIONS(4031), + [anon_sym_final] = ACTIONS(4031), + [anon_sym_open] = ACTIONS(4031), + [anon_sym_vararg] = ACTIONS(4031), + [anon_sym_noinline] = ACTIONS(4031), + [anon_sym_crossinline] = ACTIONS(4031), + [anon_sym_expect] = ACTIONS(4031), + [anon_sym_actual] = ACTIONS(4031), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4033), + [anon_sym_continue_AT] = ACTIONS(4033), + [anon_sym_break_AT] = ACTIONS(4033), + [sym_real_literal] = ACTIONS(4033), + [sym_integer_literal] = ACTIONS(4031), + [sym_hex_literal] = ACTIONS(4033), + [sym_bin_literal] = ACTIONS(4033), + [anon_sym_true] = ACTIONS(4031), + [anon_sym_false] = ACTIONS(4031), + [anon_sym_SQUOTE] = ACTIONS(4033), + [sym__backtick_identifier] = ACTIONS(4033), + [sym__automatic_semicolon] = ACTIONS(4033), + [sym_safe_nav] = ACTIONS(4033), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4033), + }, + [864] = { + [sym_type_constraints] = STATE(910), + [sym_function_body] = STATE(1179), + [sym__block] = STATE(1087), + [sym__alpha_identifier] = ACTIONS(4085), + [anon_sym_AT] = ACTIONS(4087), + [anon_sym_LBRACK] = ACTIONS(4087), + [anon_sym_as] = ACTIONS(4085), + [anon_sym_EQ] = ACTIONS(4037), + [anon_sym_LBRACE] = ACTIONS(4039), + [anon_sym_RBRACE] = ACTIONS(4087), + [anon_sym_LPAREN] = ACTIONS(4087), + [anon_sym_COMMA] = ACTIONS(4087), + [anon_sym_LT] = ACTIONS(4085), + [anon_sym_GT] = ACTIONS(4085), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(4085), + [anon_sym_fun] = ACTIONS(4085), + [anon_sym_DOT] = ACTIONS(4085), + [anon_sym_SEMI] = ACTIONS(4087), + [anon_sym_get] = ACTIONS(4085), + [anon_sym_set] = ACTIONS(4085), + [anon_sym_this] = ACTIONS(4085), + [anon_sym_super] = ACTIONS(4085), + [anon_sym_STAR] = ACTIONS(4085), + [sym_label] = ACTIONS(4085), + [anon_sym_in] = ACTIONS(4085), + [anon_sym_DOT_DOT] = ACTIONS(4087), + [anon_sym_QMARK_COLON] = ACTIONS(4087), + [anon_sym_AMP_AMP] = ACTIONS(4087), + [anon_sym_PIPE_PIPE] = ACTIONS(4087), + [anon_sym_null] = ACTIONS(4085), + [anon_sym_if] = ACTIONS(4085), + [anon_sym_else] = ACTIONS(4085), + [anon_sym_when] = ACTIONS(4085), + [anon_sym_try] = ACTIONS(4085), + [anon_sym_throw] = ACTIONS(4085), + [anon_sym_return] = ACTIONS(4085), + [anon_sym_continue] = ACTIONS(4085), + [anon_sym_break] = ACTIONS(4085), + [anon_sym_COLON_COLON] = ACTIONS(4087), + [anon_sym_PLUS_EQ] = ACTIONS(4087), + [anon_sym_DASH_EQ] = ACTIONS(4087), + [anon_sym_STAR_EQ] = ACTIONS(4087), + [anon_sym_SLASH_EQ] = ACTIONS(4087), + [anon_sym_PERCENT_EQ] = ACTIONS(4087), + [anon_sym_BANG_EQ] = ACTIONS(4085), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4087), + [anon_sym_EQ_EQ] = ACTIONS(4085), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4087), + [anon_sym_LT_EQ] = ACTIONS(4087), + [anon_sym_GT_EQ] = ACTIONS(4087), + [anon_sym_BANGin] = ACTIONS(4087), + [anon_sym_is] = ACTIONS(4085), + [anon_sym_BANGis] = ACTIONS(4087), + [anon_sym_PLUS] = ACTIONS(4085), + [anon_sym_DASH] = ACTIONS(4085), + [anon_sym_SLASH] = ACTIONS(4085), + [anon_sym_PERCENT] = ACTIONS(4085), + [anon_sym_as_QMARK] = ACTIONS(4087), + [anon_sym_PLUS_PLUS] = ACTIONS(4087), + [anon_sym_DASH_DASH] = ACTIONS(4087), + [anon_sym_BANG] = ACTIONS(4085), + [anon_sym_BANG_BANG] = ACTIONS(4087), + [anon_sym_suspend] = ACTIONS(4085), + [anon_sym_sealed] = ACTIONS(4085), + [anon_sym_annotation] = ACTIONS(4085), + [anon_sym_data] = ACTIONS(4085), + [anon_sym_inner] = ACTIONS(4085), + [anon_sym_override] = ACTIONS(4085), + [anon_sym_lateinit] = ACTIONS(4085), + [anon_sym_public] = ACTIONS(4085), + [anon_sym_private] = ACTIONS(4085), + [anon_sym_internal] = ACTIONS(4085), + [anon_sym_protected] = ACTIONS(4085), + [anon_sym_tailrec] = ACTIONS(4085), + [anon_sym_operator] = ACTIONS(4085), + [anon_sym_infix] = ACTIONS(4085), + [anon_sym_inline] = ACTIONS(4085), + [anon_sym_external] = ACTIONS(4085), + [sym_property_modifier] = ACTIONS(4085), + [anon_sym_abstract] = ACTIONS(4085), + [anon_sym_final] = ACTIONS(4085), + [anon_sym_open] = ACTIONS(4085), + [anon_sym_vararg] = ACTIONS(4085), + [anon_sym_noinline] = ACTIONS(4085), + [anon_sym_crossinline] = ACTIONS(4085), + [anon_sym_expect] = ACTIONS(4085), + [anon_sym_actual] = ACTIONS(4085), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4087), + [anon_sym_continue_AT] = ACTIONS(4087), + [anon_sym_break_AT] = ACTIONS(4087), + [sym_real_literal] = ACTIONS(4087), + [sym_integer_literal] = ACTIONS(4085), + [sym_hex_literal] = ACTIONS(4087), + [sym_bin_literal] = ACTIONS(4087), + [anon_sym_true] = ACTIONS(4085), + [anon_sym_false] = ACTIONS(4085), + [anon_sym_SQUOTE] = ACTIONS(4087), + [sym__backtick_identifier] = ACTIONS(4087), + [sym__automatic_semicolon] = ACTIONS(4087), + [sym_safe_nav] = ACTIONS(4087), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4087), + }, + [865] = { + [aux_sym_user_type_repeat1] = STATE(842), + [sym__alpha_identifier] = ACTIONS(4309), + [anon_sym_AT] = ACTIONS(4311), + [anon_sym_LBRACK] = ACTIONS(4311), + [anon_sym_as] = ACTIONS(4309), + [anon_sym_EQ] = ACTIONS(4309), + [anon_sym_LBRACE] = ACTIONS(4311), + [anon_sym_RBRACE] = ACTIONS(4311), + [anon_sym_LPAREN] = ACTIONS(4311), + [anon_sym_COMMA] = ACTIONS(4311), + [anon_sym_by] = ACTIONS(4309), + [anon_sym_LT] = ACTIONS(4309), + [anon_sym_GT] = ACTIONS(4309), + [anon_sym_where] = ACTIONS(4309), + [anon_sym_object] = ACTIONS(4309), + [anon_sym_fun] = ACTIONS(4309), + [anon_sym_DOT] = ACTIONS(4313), + [anon_sym_SEMI] = ACTIONS(4311), + [anon_sym_get] = ACTIONS(4309), + [anon_sym_set] = ACTIONS(4309), + [anon_sym_this] = ACTIONS(4309), + [anon_sym_super] = ACTIONS(4309), + [sym__quest] = ACTIONS(4309), + [anon_sym_STAR] = ACTIONS(4309), + [sym_label] = ACTIONS(4309), + [anon_sym_in] = ACTIONS(4309), + [anon_sym_DOT_DOT] = ACTIONS(4311), + [anon_sym_QMARK_COLON] = ACTIONS(4311), + [anon_sym_AMP_AMP] = ACTIONS(4311), + [anon_sym_PIPE_PIPE] = ACTIONS(4311), + [anon_sym_null] = ACTIONS(4309), + [anon_sym_if] = ACTIONS(4309), + [anon_sym_else] = ACTIONS(4309), + [anon_sym_when] = ACTIONS(4309), + [anon_sym_try] = ACTIONS(4309), + [anon_sym_throw] = ACTIONS(4309), + [anon_sym_return] = ACTIONS(4309), + [anon_sym_continue] = ACTIONS(4309), + [anon_sym_break] = ACTIONS(4309), + [anon_sym_COLON_COLON] = ACTIONS(4311), + [anon_sym_PLUS_EQ] = ACTIONS(4311), + [anon_sym_DASH_EQ] = ACTIONS(4311), + [anon_sym_STAR_EQ] = ACTIONS(4311), + [anon_sym_SLASH_EQ] = ACTIONS(4311), + [anon_sym_PERCENT_EQ] = ACTIONS(4311), + [anon_sym_BANG_EQ] = ACTIONS(4309), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4311), + [anon_sym_EQ_EQ] = ACTIONS(4309), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4311), + [anon_sym_LT_EQ] = ACTIONS(4311), + [anon_sym_GT_EQ] = ACTIONS(4311), + [anon_sym_BANGin] = ACTIONS(4311), + [anon_sym_is] = ACTIONS(4309), + [anon_sym_BANGis] = ACTIONS(4311), + [anon_sym_PLUS] = ACTIONS(4309), + [anon_sym_DASH] = ACTIONS(4309), + [anon_sym_SLASH] = ACTIONS(4309), + [anon_sym_PERCENT] = ACTIONS(4309), + [anon_sym_as_QMARK] = ACTIONS(4311), + [anon_sym_PLUS_PLUS] = ACTIONS(4311), + [anon_sym_DASH_DASH] = ACTIONS(4311), + [anon_sym_BANG] = ACTIONS(4309), + [anon_sym_BANG_BANG] = ACTIONS(4311), + [anon_sym_suspend] = ACTIONS(4309), + [anon_sym_sealed] = ACTIONS(4309), + [anon_sym_annotation] = ACTIONS(4309), + [anon_sym_data] = ACTIONS(4309), + [anon_sym_inner] = ACTIONS(4309), + [anon_sym_override] = ACTIONS(4309), + [anon_sym_lateinit] = ACTIONS(4309), + [anon_sym_public] = ACTIONS(4309), + [anon_sym_private] = ACTIONS(4309), + [anon_sym_internal] = ACTIONS(4309), + [anon_sym_protected] = ACTIONS(4309), + [anon_sym_tailrec] = ACTIONS(4309), + [anon_sym_operator] = ACTIONS(4309), + [anon_sym_infix] = ACTIONS(4309), + [anon_sym_inline] = ACTIONS(4309), + [anon_sym_external] = ACTIONS(4309), + [sym_property_modifier] = ACTIONS(4309), + [anon_sym_abstract] = ACTIONS(4309), + [anon_sym_final] = ACTIONS(4309), + [anon_sym_open] = ACTIONS(4309), + [anon_sym_vararg] = ACTIONS(4309), + [anon_sym_noinline] = ACTIONS(4309), + [anon_sym_crossinline] = ACTIONS(4309), + [anon_sym_expect] = ACTIONS(4309), + [anon_sym_actual] = ACTIONS(4309), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4311), + [anon_sym_continue_AT] = ACTIONS(4311), + [anon_sym_break_AT] = ACTIONS(4311), + [sym_real_literal] = ACTIONS(4311), + [sym_integer_literal] = ACTIONS(4309), + [sym_hex_literal] = ACTIONS(4311), + [sym_bin_literal] = ACTIONS(4311), + [anon_sym_true] = ACTIONS(4309), + [anon_sym_false] = ACTIONS(4309), + [anon_sym_SQUOTE] = ACTIONS(4311), + [sym__backtick_identifier] = ACTIONS(4311), + [sym__automatic_semicolon] = ACTIONS(4311), + [sym_safe_nav] = ACTIONS(4311), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4311), + }, + [866] = { + [sym_getter] = STATE(3243), + [sym_setter] = STATE(3243), + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(1752), + [sym__comparison_operator] = STATE(1753), + [sym__in_operator] = STATE(1754), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(1755), + [sym__multiplicative_operator] = STATE(1756), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_modifiers] = STATE(8762), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1758), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(1772), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_RPAREN] = ACTIONS(1772), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(4156), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(4316), + [anon_sym_get] = ACTIONS(4206), + [anon_sym_set] = ACTIONS(4208), + [anon_sym_STAR] = ACTIONS(4164), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(4166), + [anon_sym_while] = ACTIONS(1770), + [anon_sym_DOT_DOT] = ACTIONS(4168), + [anon_sym_QMARK_COLON] = ACTIONS(4170), + [anon_sym_AMP_AMP] = ACTIONS(4172), + [anon_sym_PIPE_PIPE] = ACTIONS(4174), + [anon_sym_else] = ACTIONS(1770), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_BANG_EQ] = ACTIONS(4176), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4178), + [anon_sym_EQ_EQ] = ACTIONS(4176), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4178), + [anon_sym_LT_EQ] = ACTIONS(4180), + [anon_sym_GT_EQ] = ACTIONS(4180), + [anon_sym_BANGin] = ACTIONS(4182), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), + [anon_sym_PLUS] = ACTIONS(4184), + [anon_sym_DASH] = ACTIONS(4184), + [anon_sym_SLASH] = ACTIONS(4186), + [anon_sym_PERCENT] = ACTIONS(4164), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(1746), + [anon_sym_inner] = ACTIONS(1746), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(1748), + [anon_sym_actual] = ACTIONS(1748), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym_safe_nav] = ACTIONS(3420), + [sym_multiline_comment] = ACTIONS(3), + }, + [867] = { + [sym_type_constraints] = STATE(1066), + [sym_function_body] = STATE(1039), + [sym__block] = STATE(1087), + [sym__alpha_identifier] = ACTIONS(4099), + [anon_sym_AT] = ACTIONS(4101), + [anon_sym_COLON] = ACTIONS(4318), + [anon_sym_LBRACK] = ACTIONS(4101), + [anon_sym_as] = ACTIONS(4099), + [anon_sym_EQ] = ACTIONS(4320), + [anon_sym_LBRACE] = ACTIONS(4039), + [anon_sym_RBRACE] = ACTIONS(4101), + [anon_sym_LPAREN] = ACTIONS(4101), + [anon_sym_LT] = ACTIONS(4099), + [anon_sym_GT] = ACTIONS(4099), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(4099), + [anon_sym_fun] = ACTIONS(4099), + [anon_sym_DOT] = ACTIONS(4099), + [anon_sym_SEMI] = ACTIONS(4101), + [anon_sym_get] = ACTIONS(4099), + [anon_sym_set] = ACTIONS(4099), + [anon_sym_this] = ACTIONS(4099), + [anon_sym_super] = ACTIONS(4099), + [anon_sym_STAR] = ACTIONS(4099), + [sym_label] = ACTIONS(4099), + [anon_sym_in] = ACTIONS(4099), + [anon_sym_DOT_DOT] = ACTIONS(4101), + [anon_sym_QMARK_COLON] = ACTIONS(4101), + [anon_sym_AMP_AMP] = ACTIONS(4101), + [anon_sym_PIPE_PIPE] = ACTIONS(4101), + [anon_sym_null] = ACTIONS(4099), + [anon_sym_if] = ACTIONS(4099), + [anon_sym_else] = ACTIONS(4099), + [anon_sym_when] = ACTIONS(4099), + [anon_sym_try] = ACTIONS(4099), + [anon_sym_throw] = ACTIONS(4099), + [anon_sym_return] = ACTIONS(4099), + [anon_sym_continue] = ACTIONS(4099), + [anon_sym_break] = ACTIONS(4099), + [anon_sym_COLON_COLON] = ACTIONS(4101), + [anon_sym_PLUS_EQ] = ACTIONS(4101), + [anon_sym_DASH_EQ] = ACTIONS(4101), + [anon_sym_STAR_EQ] = ACTIONS(4101), + [anon_sym_SLASH_EQ] = ACTIONS(4101), + [anon_sym_PERCENT_EQ] = ACTIONS(4101), + [anon_sym_BANG_EQ] = ACTIONS(4099), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4101), + [anon_sym_EQ_EQ] = ACTIONS(4099), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4101), + [anon_sym_LT_EQ] = ACTIONS(4101), + [anon_sym_GT_EQ] = ACTIONS(4101), + [anon_sym_BANGin] = ACTIONS(4101), + [anon_sym_is] = ACTIONS(4099), + [anon_sym_BANGis] = ACTIONS(4101), + [anon_sym_PLUS] = ACTIONS(4099), + [anon_sym_DASH] = ACTIONS(4099), + [anon_sym_SLASH] = ACTIONS(4099), + [anon_sym_PERCENT] = ACTIONS(4099), + [anon_sym_as_QMARK] = ACTIONS(4101), + [anon_sym_PLUS_PLUS] = ACTIONS(4101), + [anon_sym_DASH_DASH] = ACTIONS(4101), + [anon_sym_BANG] = ACTIONS(4099), + [anon_sym_BANG_BANG] = ACTIONS(4101), + [anon_sym_suspend] = ACTIONS(4099), + [anon_sym_sealed] = ACTIONS(4099), + [anon_sym_annotation] = ACTIONS(4099), + [anon_sym_data] = ACTIONS(4099), + [anon_sym_inner] = ACTIONS(4099), + [anon_sym_override] = ACTIONS(4099), + [anon_sym_lateinit] = ACTIONS(4099), + [anon_sym_public] = ACTIONS(4099), + [anon_sym_private] = ACTIONS(4099), + [anon_sym_internal] = ACTIONS(4099), + [anon_sym_protected] = ACTIONS(4099), + [anon_sym_tailrec] = ACTIONS(4099), + [anon_sym_operator] = ACTIONS(4099), + [anon_sym_infix] = ACTIONS(4099), + [anon_sym_inline] = ACTIONS(4099), + [anon_sym_external] = ACTIONS(4099), + [sym_property_modifier] = ACTIONS(4099), + [anon_sym_abstract] = ACTIONS(4099), + [anon_sym_final] = ACTIONS(4099), + [anon_sym_open] = ACTIONS(4099), + [anon_sym_vararg] = ACTIONS(4099), + [anon_sym_noinline] = ACTIONS(4099), + [anon_sym_crossinline] = ACTIONS(4099), + [anon_sym_expect] = ACTIONS(4099), + [anon_sym_actual] = ACTIONS(4099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4101), + [anon_sym_continue_AT] = ACTIONS(4101), + [anon_sym_break_AT] = ACTIONS(4101), + [sym_real_literal] = ACTIONS(4101), + [sym_integer_literal] = ACTIONS(4099), + [sym_hex_literal] = ACTIONS(4101), + [sym_bin_literal] = ACTIONS(4101), + [anon_sym_true] = ACTIONS(4099), + [anon_sym_false] = ACTIONS(4099), + [anon_sym_SQUOTE] = ACTIONS(4101), + [sym__backtick_identifier] = ACTIONS(4101), + [sym__automatic_semicolon] = ACTIONS(4101), + [sym_safe_nav] = ACTIONS(4101), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4101), + }, + [868] = { + [aux_sym_nullable_type_repeat1] = STATE(848), [sym__alpha_identifier] = ACTIONS(4322), [anon_sym_AT] = ACTIONS(4324), [anon_sym_LBRACK] = ACTIONS(4324), - [anon_sym_RBRACK] = ACTIONS(4324), [anon_sym_as] = ACTIONS(4322), [anon_sym_EQ] = ACTIONS(4322), [anon_sym_LBRACE] = ACTIONS(4324), [anon_sym_RBRACE] = ACTIONS(4324), [anon_sym_LPAREN] = ACTIONS(4324), [anon_sym_COMMA] = ACTIONS(4324), - [anon_sym_RPAREN] = ACTIONS(4324), + [anon_sym_by] = ACTIONS(4322), [anon_sym_LT] = ACTIONS(4322), [anon_sym_GT] = ACTIONS(4322), [anon_sym_where] = ACTIONS(4322), @@ -137786,11 +137470,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(4322), [anon_sym_this] = ACTIONS(4322), [anon_sym_super] = ACTIONS(4322), + [sym__quest] = ACTIONS(4248), [anon_sym_STAR] = ACTIONS(4322), - [anon_sym_DASH_GT] = ACTIONS(4324), [sym_label] = ACTIONS(4322), [anon_sym_in] = ACTIONS(4322), - [anon_sym_while] = ACTIONS(4322), [anon_sym_DOT_DOT] = ACTIONS(4324), [anon_sym_QMARK_COLON] = ACTIONS(4324), [anon_sym_AMP_AMP] = ACTIONS(4324), @@ -137865,20 +137548,127 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(4322), [anon_sym_SQUOTE] = ACTIONS(4324), [sym__backtick_identifier] = ACTIONS(4324), + [sym__automatic_semicolon] = ACTIONS(4324), [sym_safe_nav] = ACTIONS(4324), [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(4324), }, - [873] = { - [sym_function_body] = STATE(1157), - [sym__block] = STATE(1128), + [869] = { + [sym_class_body] = STATE(1139), + [sym_type_constraints] = STATE(957), + [sym__alpha_identifier] = ACTIONS(3196), + [anon_sym_AT] = ACTIONS(3200), + [anon_sym_COLON] = ACTIONS(3198), + [anon_sym_LBRACK] = ACTIONS(3200), + [anon_sym_as] = ACTIONS(3196), + [anon_sym_EQ] = ACTIONS(3196), + [anon_sym_LBRACE] = ACTIONS(3180), + [anon_sym_RBRACE] = ACTIONS(3200), + [anon_sym_LPAREN] = ACTIONS(3200), + [anon_sym_COMMA] = ACTIONS(3200), + [anon_sym_LT] = ACTIONS(3196), + [anon_sym_GT] = ACTIONS(3196), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(3196), + [anon_sym_fun] = ACTIONS(3196), + [anon_sym_DOT] = ACTIONS(3196), + [anon_sym_SEMI] = ACTIONS(3200), + [anon_sym_get] = ACTIONS(3196), + [anon_sym_set] = ACTIONS(3196), + [anon_sym_this] = ACTIONS(3196), + [anon_sym_super] = ACTIONS(3196), + [anon_sym_STAR] = ACTIONS(3196), + [sym_label] = ACTIONS(3196), + [anon_sym_in] = ACTIONS(3196), + [anon_sym_DOT_DOT] = ACTIONS(3200), + [anon_sym_QMARK_COLON] = ACTIONS(3200), + [anon_sym_AMP_AMP] = ACTIONS(3200), + [anon_sym_PIPE_PIPE] = ACTIONS(3200), + [anon_sym_null] = ACTIONS(3196), + [anon_sym_if] = ACTIONS(3196), + [anon_sym_else] = ACTIONS(3196), + [anon_sym_when] = ACTIONS(3196), + [anon_sym_try] = ACTIONS(3196), + [anon_sym_throw] = ACTIONS(3196), + [anon_sym_return] = ACTIONS(3196), + [anon_sym_continue] = ACTIONS(3196), + [anon_sym_break] = ACTIONS(3196), + [anon_sym_COLON_COLON] = ACTIONS(3200), + [anon_sym_PLUS_EQ] = ACTIONS(3200), + [anon_sym_DASH_EQ] = ACTIONS(3200), + [anon_sym_STAR_EQ] = ACTIONS(3200), + [anon_sym_SLASH_EQ] = ACTIONS(3200), + [anon_sym_PERCENT_EQ] = ACTIONS(3200), + [anon_sym_BANG_EQ] = ACTIONS(3196), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3200), + [anon_sym_EQ_EQ] = ACTIONS(3196), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3200), + [anon_sym_LT_EQ] = ACTIONS(3200), + [anon_sym_GT_EQ] = ACTIONS(3200), + [anon_sym_BANGin] = ACTIONS(3200), + [anon_sym_is] = ACTIONS(3196), + [anon_sym_BANGis] = ACTIONS(3200), + [anon_sym_PLUS] = ACTIONS(3196), + [anon_sym_DASH] = ACTIONS(3196), + [anon_sym_SLASH] = ACTIONS(3196), + [anon_sym_PERCENT] = ACTIONS(3196), + [anon_sym_as_QMARK] = ACTIONS(3200), + [anon_sym_PLUS_PLUS] = ACTIONS(3200), + [anon_sym_DASH_DASH] = ACTIONS(3200), + [anon_sym_BANG] = ACTIONS(3196), + [anon_sym_BANG_BANG] = ACTIONS(3200), + [anon_sym_suspend] = ACTIONS(3196), + [anon_sym_sealed] = ACTIONS(3196), + [anon_sym_annotation] = ACTIONS(3196), + [anon_sym_data] = ACTIONS(3196), + [anon_sym_inner] = ACTIONS(3196), + [anon_sym_override] = ACTIONS(3196), + [anon_sym_lateinit] = ACTIONS(3196), + [anon_sym_public] = ACTIONS(3196), + [anon_sym_private] = ACTIONS(3196), + [anon_sym_internal] = ACTIONS(3196), + [anon_sym_protected] = ACTIONS(3196), + [anon_sym_tailrec] = ACTIONS(3196), + [anon_sym_operator] = ACTIONS(3196), + [anon_sym_infix] = ACTIONS(3196), + [anon_sym_inline] = ACTIONS(3196), + [anon_sym_external] = ACTIONS(3196), + [sym_property_modifier] = ACTIONS(3196), + [anon_sym_abstract] = ACTIONS(3196), + [anon_sym_final] = ACTIONS(3196), + [anon_sym_open] = ACTIONS(3196), + [anon_sym_vararg] = ACTIONS(3196), + [anon_sym_noinline] = ACTIONS(3196), + [anon_sym_crossinline] = ACTIONS(3196), + [anon_sym_expect] = ACTIONS(3196), + [anon_sym_actual] = ACTIONS(3196), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3200), + [anon_sym_continue_AT] = ACTIONS(3200), + [anon_sym_break_AT] = ACTIONS(3200), + [sym_real_literal] = ACTIONS(3200), + [sym_integer_literal] = ACTIONS(3196), + [sym_hex_literal] = ACTIONS(3200), + [sym_bin_literal] = ACTIONS(3200), + [anon_sym_true] = ACTIONS(3196), + [anon_sym_false] = ACTIONS(3196), + [anon_sym_SQUOTE] = ACTIONS(3200), + [sym__backtick_identifier] = ACTIONS(3200), + [sym__automatic_semicolon] = ACTIONS(3200), + [sym_safe_nav] = ACTIONS(3200), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3200), + }, + [870] = { + [sym_function_body] = STATE(1198), + [sym__block] = STATE(1087), [sym__alpha_identifier] = ACTIONS(4326), [anon_sym_AT] = ACTIONS(4328), [anon_sym_COLON] = ACTIONS(4330), [anon_sym_LBRACK] = ACTIONS(4328), [anon_sym_as] = ACTIONS(4326), - [anon_sym_EQ] = ACTIONS(4079), - [anon_sym_LBRACE] = ACTIONS(4081), + [anon_sym_EQ] = ACTIONS(4037), + [anon_sym_LBRACE] = ACTIONS(4039), [anon_sym_RBRACE] = ACTIONS(4328), [anon_sym_LPAREN] = ACTIONS(4328), [anon_sym_COMMA] = ACTIONS(4328), @@ -137975,608 +137765,926 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(4328), }, - [874] = { - [sym_type_constraints] = STATE(1183), - [sym_function_body] = STATE(1147), - [sym__block] = STATE(1128), - [sym__alpha_identifier] = ACTIONS(4101), - [anon_sym_AT] = ACTIONS(4103), + [871] = { + [sym_type_constraints] = STATE(1067), + [sym_function_body] = STATE(1154), + [sym__block] = STATE(1087), + [sym__alpha_identifier] = ACTIONS(4031), + [anon_sym_AT] = ACTIONS(4033), [anon_sym_COLON] = ACTIONS(4332), - [anon_sym_LBRACK] = ACTIONS(4103), - [anon_sym_as] = ACTIONS(4101), - [anon_sym_EQ] = ACTIONS(4207), - [anon_sym_LBRACE] = ACTIONS(4081), - [anon_sym_RBRACE] = ACTIONS(4103), - [anon_sym_LPAREN] = ACTIONS(4103), - [anon_sym_LT] = ACTIONS(4101), - [anon_sym_GT] = ACTIONS(4101), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(4101), - [anon_sym_fun] = ACTIONS(4101), - [anon_sym_DOT] = ACTIONS(4101), - [anon_sym_SEMI] = ACTIONS(4103), - [anon_sym_get] = ACTIONS(4101), - [anon_sym_set] = ACTIONS(4101), - [anon_sym_this] = ACTIONS(4101), - [anon_sym_super] = ACTIONS(4101), - [anon_sym_STAR] = ACTIONS(4101), - [sym_label] = ACTIONS(4101), - [anon_sym_in] = ACTIONS(4101), - [anon_sym_DOT_DOT] = ACTIONS(4103), - [anon_sym_QMARK_COLON] = ACTIONS(4103), - [anon_sym_AMP_AMP] = ACTIONS(4103), - [anon_sym_PIPE_PIPE] = ACTIONS(4103), - [anon_sym_null] = ACTIONS(4101), - [anon_sym_if] = ACTIONS(4101), - [anon_sym_else] = ACTIONS(4101), - [anon_sym_when] = ACTIONS(4101), - [anon_sym_try] = ACTIONS(4101), - [anon_sym_throw] = ACTIONS(4101), - [anon_sym_return] = ACTIONS(4101), - [anon_sym_continue] = ACTIONS(4101), - [anon_sym_break] = ACTIONS(4101), - [anon_sym_COLON_COLON] = ACTIONS(4103), - [anon_sym_PLUS_EQ] = ACTIONS(4103), - [anon_sym_DASH_EQ] = ACTIONS(4103), - [anon_sym_STAR_EQ] = ACTIONS(4103), - [anon_sym_SLASH_EQ] = ACTIONS(4103), - [anon_sym_PERCENT_EQ] = ACTIONS(4103), - [anon_sym_BANG_EQ] = ACTIONS(4101), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4103), - [anon_sym_EQ_EQ] = ACTIONS(4101), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4103), - [anon_sym_LT_EQ] = ACTIONS(4103), - [anon_sym_GT_EQ] = ACTIONS(4103), - [anon_sym_BANGin] = ACTIONS(4103), - [anon_sym_is] = ACTIONS(4101), - [anon_sym_BANGis] = ACTIONS(4103), - [anon_sym_PLUS] = ACTIONS(4101), - [anon_sym_DASH] = ACTIONS(4101), - [anon_sym_SLASH] = ACTIONS(4101), - [anon_sym_PERCENT] = ACTIONS(4101), - [anon_sym_as_QMARK] = ACTIONS(4103), - [anon_sym_PLUS_PLUS] = ACTIONS(4103), - [anon_sym_DASH_DASH] = ACTIONS(4103), - [anon_sym_BANG] = ACTIONS(4101), - [anon_sym_BANG_BANG] = ACTIONS(4103), - [anon_sym_suspend] = ACTIONS(4101), - [anon_sym_sealed] = ACTIONS(4101), - [anon_sym_annotation] = ACTIONS(4101), - [anon_sym_data] = ACTIONS(4101), - [anon_sym_inner] = ACTIONS(4101), - [anon_sym_override] = ACTIONS(4101), - [anon_sym_lateinit] = ACTIONS(4101), - [anon_sym_public] = ACTIONS(4101), - [anon_sym_private] = ACTIONS(4101), - [anon_sym_internal] = ACTIONS(4101), - [anon_sym_protected] = ACTIONS(4101), - [anon_sym_tailrec] = ACTIONS(4101), - [anon_sym_operator] = ACTIONS(4101), - [anon_sym_infix] = ACTIONS(4101), - [anon_sym_inline] = ACTIONS(4101), - [anon_sym_external] = ACTIONS(4101), - [sym_property_modifier] = ACTIONS(4101), - [anon_sym_abstract] = ACTIONS(4101), - [anon_sym_final] = ACTIONS(4101), - [anon_sym_open] = ACTIONS(4101), - [anon_sym_vararg] = ACTIONS(4101), - [anon_sym_noinline] = ACTIONS(4101), - [anon_sym_crossinline] = ACTIONS(4101), - [anon_sym_expect] = ACTIONS(4101), - [anon_sym_actual] = ACTIONS(4101), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4103), - [anon_sym_continue_AT] = ACTIONS(4103), - [anon_sym_break_AT] = ACTIONS(4103), - [sym_real_literal] = ACTIONS(4103), - [sym_integer_literal] = ACTIONS(4101), - [sym_hex_literal] = ACTIONS(4103), - [sym_bin_literal] = ACTIONS(4103), - [anon_sym_true] = ACTIONS(4101), - [anon_sym_false] = ACTIONS(4101), - [anon_sym_SQUOTE] = ACTIONS(4103), - [sym__backtick_identifier] = ACTIONS(4103), - [sym__automatic_semicolon] = ACTIONS(4103), - [sym_safe_nav] = ACTIONS(4103), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4103), + [anon_sym_LBRACK] = ACTIONS(4033), + [anon_sym_as] = ACTIONS(4031), + [anon_sym_EQ] = ACTIONS(4320), + [anon_sym_LBRACE] = ACTIONS(4039), + [anon_sym_RBRACE] = ACTIONS(4033), + [anon_sym_LPAREN] = ACTIONS(4033), + [anon_sym_LT] = ACTIONS(4031), + [anon_sym_GT] = ACTIONS(4031), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(4031), + [anon_sym_fun] = ACTIONS(4031), + [anon_sym_DOT] = ACTIONS(4031), + [anon_sym_SEMI] = ACTIONS(4033), + [anon_sym_get] = ACTIONS(4031), + [anon_sym_set] = ACTIONS(4031), + [anon_sym_this] = ACTIONS(4031), + [anon_sym_super] = ACTIONS(4031), + [anon_sym_STAR] = ACTIONS(4031), + [sym_label] = ACTIONS(4031), + [anon_sym_in] = ACTIONS(4031), + [anon_sym_DOT_DOT] = ACTIONS(4033), + [anon_sym_QMARK_COLON] = ACTIONS(4033), + [anon_sym_AMP_AMP] = ACTIONS(4033), + [anon_sym_PIPE_PIPE] = ACTIONS(4033), + [anon_sym_null] = ACTIONS(4031), + [anon_sym_if] = ACTIONS(4031), + [anon_sym_else] = ACTIONS(4031), + [anon_sym_when] = ACTIONS(4031), + [anon_sym_try] = ACTIONS(4031), + [anon_sym_throw] = ACTIONS(4031), + [anon_sym_return] = ACTIONS(4031), + [anon_sym_continue] = ACTIONS(4031), + [anon_sym_break] = ACTIONS(4031), + [anon_sym_COLON_COLON] = ACTIONS(4033), + [anon_sym_PLUS_EQ] = ACTIONS(4033), + [anon_sym_DASH_EQ] = ACTIONS(4033), + [anon_sym_STAR_EQ] = ACTIONS(4033), + [anon_sym_SLASH_EQ] = ACTIONS(4033), + [anon_sym_PERCENT_EQ] = ACTIONS(4033), + [anon_sym_BANG_EQ] = ACTIONS(4031), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4033), + [anon_sym_EQ_EQ] = ACTIONS(4031), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4033), + [anon_sym_LT_EQ] = ACTIONS(4033), + [anon_sym_GT_EQ] = ACTIONS(4033), + [anon_sym_BANGin] = ACTIONS(4033), + [anon_sym_is] = ACTIONS(4031), + [anon_sym_BANGis] = ACTIONS(4033), + [anon_sym_PLUS] = ACTIONS(4031), + [anon_sym_DASH] = ACTIONS(4031), + [anon_sym_SLASH] = ACTIONS(4031), + [anon_sym_PERCENT] = ACTIONS(4031), + [anon_sym_as_QMARK] = ACTIONS(4033), + [anon_sym_PLUS_PLUS] = ACTIONS(4033), + [anon_sym_DASH_DASH] = ACTIONS(4033), + [anon_sym_BANG] = ACTIONS(4031), + [anon_sym_BANG_BANG] = ACTIONS(4033), + [anon_sym_suspend] = ACTIONS(4031), + [anon_sym_sealed] = ACTIONS(4031), + [anon_sym_annotation] = ACTIONS(4031), + [anon_sym_data] = ACTIONS(4031), + [anon_sym_inner] = ACTIONS(4031), + [anon_sym_override] = ACTIONS(4031), + [anon_sym_lateinit] = ACTIONS(4031), + [anon_sym_public] = ACTIONS(4031), + [anon_sym_private] = ACTIONS(4031), + [anon_sym_internal] = ACTIONS(4031), + [anon_sym_protected] = ACTIONS(4031), + [anon_sym_tailrec] = ACTIONS(4031), + [anon_sym_operator] = ACTIONS(4031), + [anon_sym_infix] = ACTIONS(4031), + [anon_sym_inline] = ACTIONS(4031), + [anon_sym_external] = ACTIONS(4031), + [sym_property_modifier] = ACTIONS(4031), + [anon_sym_abstract] = ACTIONS(4031), + [anon_sym_final] = ACTIONS(4031), + [anon_sym_open] = ACTIONS(4031), + [anon_sym_vararg] = ACTIONS(4031), + [anon_sym_noinline] = ACTIONS(4031), + [anon_sym_crossinline] = ACTIONS(4031), + [anon_sym_expect] = ACTIONS(4031), + [anon_sym_actual] = ACTIONS(4031), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4033), + [anon_sym_continue_AT] = ACTIONS(4033), + [anon_sym_break_AT] = ACTIONS(4033), + [sym_real_literal] = ACTIONS(4033), + [sym_integer_literal] = ACTIONS(4031), + [sym_hex_literal] = ACTIONS(4033), + [sym_bin_literal] = ACTIONS(4033), + [anon_sym_true] = ACTIONS(4031), + [anon_sym_false] = ACTIONS(4031), + [anon_sym_SQUOTE] = ACTIONS(4033), + [sym__backtick_identifier] = ACTIONS(4033), + [sym__automatic_semicolon] = ACTIONS(4033), + [sym_safe_nav] = ACTIONS(4033), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4033), + }, + [872] = { + [sym_type_constraints] = STATE(1071), + [sym_function_body] = STATE(1168), + [sym__block] = STATE(1087), + [sym__alpha_identifier] = ACTIONS(4041), + [anon_sym_AT] = ACTIONS(4043), + [anon_sym_COLON] = ACTIONS(4334), + [anon_sym_LBRACK] = ACTIONS(4043), + [anon_sym_as] = ACTIONS(4041), + [anon_sym_EQ] = ACTIONS(4320), + [anon_sym_LBRACE] = ACTIONS(4039), + [anon_sym_RBRACE] = ACTIONS(4043), + [anon_sym_LPAREN] = ACTIONS(4043), + [anon_sym_LT] = ACTIONS(4041), + [anon_sym_GT] = ACTIONS(4041), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(4041), + [anon_sym_fun] = ACTIONS(4041), + [anon_sym_DOT] = ACTIONS(4041), + [anon_sym_SEMI] = ACTIONS(4043), + [anon_sym_get] = ACTIONS(4041), + [anon_sym_set] = ACTIONS(4041), + [anon_sym_this] = ACTIONS(4041), + [anon_sym_super] = ACTIONS(4041), + [anon_sym_STAR] = ACTIONS(4041), + [sym_label] = ACTIONS(4041), + [anon_sym_in] = ACTIONS(4041), + [anon_sym_DOT_DOT] = ACTIONS(4043), + [anon_sym_QMARK_COLON] = ACTIONS(4043), + [anon_sym_AMP_AMP] = ACTIONS(4043), + [anon_sym_PIPE_PIPE] = ACTIONS(4043), + [anon_sym_null] = ACTIONS(4041), + [anon_sym_if] = ACTIONS(4041), + [anon_sym_else] = ACTIONS(4041), + [anon_sym_when] = ACTIONS(4041), + [anon_sym_try] = ACTIONS(4041), + [anon_sym_throw] = ACTIONS(4041), + [anon_sym_return] = ACTIONS(4041), + [anon_sym_continue] = ACTIONS(4041), + [anon_sym_break] = ACTIONS(4041), + [anon_sym_COLON_COLON] = ACTIONS(4043), + [anon_sym_PLUS_EQ] = ACTIONS(4043), + [anon_sym_DASH_EQ] = ACTIONS(4043), + [anon_sym_STAR_EQ] = ACTIONS(4043), + [anon_sym_SLASH_EQ] = ACTIONS(4043), + [anon_sym_PERCENT_EQ] = ACTIONS(4043), + [anon_sym_BANG_EQ] = ACTIONS(4041), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4043), + [anon_sym_EQ_EQ] = ACTIONS(4041), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4043), + [anon_sym_LT_EQ] = ACTIONS(4043), + [anon_sym_GT_EQ] = ACTIONS(4043), + [anon_sym_BANGin] = ACTIONS(4043), + [anon_sym_is] = ACTIONS(4041), + [anon_sym_BANGis] = ACTIONS(4043), + [anon_sym_PLUS] = ACTIONS(4041), + [anon_sym_DASH] = ACTIONS(4041), + [anon_sym_SLASH] = ACTIONS(4041), + [anon_sym_PERCENT] = ACTIONS(4041), + [anon_sym_as_QMARK] = ACTIONS(4043), + [anon_sym_PLUS_PLUS] = ACTIONS(4043), + [anon_sym_DASH_DASH] = ACTIONS(4043), + [anon_sym_BANG] = ACTIONS(4041), + [anon_sym_BANG_BANG] = ACTIONS(4043), + [anon_sym_suspend] = ACTIONS(4041), + [anon_sym_sealed] = ACTIONS(4041), + [anon_sym_annotation] = ACTIONS(4041), + [anon_sym_data] = ACTIONS(4041), + [anon_sym_inner] = ACTIONS(4041), + [anon_sym_override] = ACTIONS(4041), + [anon_sym_lateinit] = ACTIONS(4041), + [anon_sym_public] = ACTIONS(4041), + [anon_sym_private] = ACTIONS(4041), + [anon_sym_internal] = ACTIONS(4041), + [anon_sym_protected] = ACTIONS(4041), + [anon_sym_tailrec] = ACTIONS(4041), + [anon_sym_operator] = ACTIONS(4041), + [anon_sym_infix] = ACTIONS(4041), + [anon_sym_inline] = ACTIONS(4041), + [anon_sym_external] = ACTIONS(4041), + [sym_property_modifier] = ACTIONS(4041), + [anon_sym_abstract] = ACTIONS(4041), + [anon_sym_final] = ACTIONS(4041), + [anon_sym_open] = ACTIONS(4041), + [anon_sym_vararg] = ACTIONS(4041), + [anon_sym_noinline] = ACTIONS(4041), + [anon_sym_crossinline] = ACTIONS(4041), + [anon_sym_expect] = ACTIONS(4041), + [anon_sym_actual] = ACTIONS(4041), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4043), + [anon_sym_continue_AT] = ACTIONS(4043), + [anon_sym_break_AT] = ACTIONS(4043), + [sym_real_literal] = ACTIONS(4043), + [sym_integer_literal] = ACTIONS(4041), + [sym_hex_literal] = ACTIONS(4043), + [sym_bin_literal] = ACTIONS(4043), + [anon_sym_true] = ACTIONS(4041), + [anon_sym_false] = ACTIONS(4041), + [anon_sym_SQUOTE] = ACTIONS(4043), + [sym__backtick_identifier] = ACTIONS(4043), + [sym__automatic_semicolon] = ACTIONS(4043), + [sym_safe_nav] = ACTIONS(4043), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4043), + }, + [873] = { + [sym_type_constraints] = STATE(1059), + [sym_function_body] = STATE(1201), + [sym__block] = STATE(1087), + [sym__alpha_identifier] = ACTIONS(4047), + [anon_sym_AT] = ACTIONS(4049), + [anon_sym_COLON] = ACTIONS(4336), + [anon_sym_LBRACK] = ACTIONS(4049), + [anon_sym_as] = ACTIONS(4047), + [anon_sym_EQ] = ACTIONS(4320), + [anon_sym_LBRACE] = ACTIONS(4039), + [anon_sym_RBRACE] = ACTIONS(4049), + [anon_sym_LPAREN] = ACTIONS(4049), + [anon_sym_LT] = ACTIONS(4047), + [anon_sym_GT] = ACTIONS(4047), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(4047), + [anon_sym_fun] = ACTIONS(4047), + [anon_sym_DOT] = ACTIONS(4047), + [anon_sym_SEMI] = ACTIONS(4049), + [anon_sym_get] = ACTIONS(4047), + [anon_sym_set] = ACTIONS(4047), + [anon_sym_this] = ACTIONS(4047), + [anon_sym_super] = ACTIONS(4047), + [anon_sym_STAR] = ACTIONS(4047), + [sym_label] = ACTIONS(4047), + [anon_sym_in] = ACTIONS(4047), + [anon_sym_DOT_DOT] = ACTIONS(4049), + [anon_sym_QMARK_COLON] = ACTIONS(4049), + [anon_sym_AMP_AMP] = ACTIONS(4049), + [anon_sym_PIPE_PIPE] = ACTIONS(4049), + [anon_sym_null] = ACTIONS(4047), + [anon_sym_if] = ACTIONS(4047), + [anon_sym_else] = ACTIONS(4047), + [anon_sym_when] = ACTIONS(4047), + [anon_sym_try] = ACTIONS(4047), + [anon_sym_throw] = ACTIONS(4047), + [anon_sym_return] = ACTIONS(4047), + [anon_sym_continue] = ACTIONS(4047), + [anon_sym_break] = ACTIONS(4047), + [anon_sym_COLON_COLON] = ACTIONS(4049), + [anon_sym_PLUS_EQ] = ACTIONS(4049), + [anon_sym_DASH_EQ] = ACTIONS(4049), + [anon_sym_STAR_EQ] = ACTIONS(4049), + [anon_sym_SLASH_EQ] = ACTIONS(4049), + [anon_sym_PERCENT_EQ] = ACTIONS(4049), + [anon_sym_BANG_EQ] = ACTIONS(4047), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4049), + [anon_sym_EQ_EQ] = ACTIONS(4047), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4049), + [anon_sym_LT_EQ] = ACTIONS(4049), + [anon_sym_GT_EQ] = ACTIONS(4049), + [anon_sym_BANGin] = ACTIONS(4049), + [anon_sym_is] = ACTIONS(4047), + [anon_sym_BANGis] = ACTIONS(4049), + [anon_sym_PLUS] = ACTIONS(4047), + [anon_sym_DASH] = ACTIONS(4047), + [anon_sym_SLASH] = ACTIONS(4047), + [anon_sym_PERCENT] = ACTIONS(4047), + [anon_sym_as_QMARK] = ACTIONS(4049), + [anon_sym_PLUS_PLUS] = ACTIONS(4049), + [anon_sym_DASH_DASH] = ACTIONS(4049), + [anon_sym_BANG] = ACTIONS(4047), + [anon_sym_BANG_BANG] = ACTIONS(4049), + [anon_sym_suspend] = ACTIONS(4047), + [anon_sym_sealed] = ACTIONS(4047), + [anon_sym_annotation] = ACTIONS(4047), + [anon_sym_data] = ACTIONS(4047), + [anon_sym_inner] = ACTIONS(4047), + [anon_sym_override] = ACTIONS(4047), + [anon_sym_lateinit] = ACTIONS(4047), + [anon_sym_public] = ACTIONS(4047), + [anon_sym_private] = ACTIONS(4047), + [anon_sym_internal] = ACTIONS(4047), + [anon_sym_protected] = ACTIONS(4047), + [anon_sym_tailrec] = ACTIONS(4047), + [anon_sym_operator] = ACTIONS(4047), + [anon_sym_infix] = ACTIONS(4047), + [anon_sym_inline] = ACTIONS(4047), + [anon_sym_external] = ACTIONS(4047), + [sym_property_modifier] = ACTIONS(4047), + [anon_sym_abstract] = ACTIONS(4047), + [anon_sym_final] = ACTIONS(4047), + [anon_sym_open] = ACTIONS(4047), + [anon_sym_vararg] = ACTIONS(4047), + [anon_sym_noinline] = ACTIONS(4047), + [anon_sym_crossinline] = ACTIONS(4047), + [anon_sym_expect] = ACTIONS(4047), + [anon_sym_actual] = ACTIONS(4047), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4049), + [anon_sym_continue_AT] = ACTIONS(4049), + [anon_sym_break_AT] = ACTIONS(4049), + [sym_real_literal] = ACTIONS(4049), + [sym_integer_literal] = ACTIONS(4047), + [sym_hex_literal] = ACTIONS(4049), + [sym_bin_literal] = ACTIONS(4049), + [anon_sym_true] = ACTIONS(4047), + [anon_sym_false] = ACTIONS(4047), + [anon_sym_SQUOTE] = ACTIONS(4049), + [sym__backtick_identifier] = ACTIONS(4049), + [sym__automatic_semicolon] = ACTIONS(4049), + [sym_safe_nav] = ACTIONS(4049), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4049), + }, + [874] = { + [sym_class_body] = STATE(1127), + [sym_type_constraints] = STATE(981), + [sym__alpha_identifier] = ACTIONS(4188), + [anon_sym_AT] = ACTIONS(4190), + [anon_sym_COLON] = ACTIONS(4338), + [anon_sym_LBRACK] = ACTIONS(4190), + [anon_sym_as] = ACTIONS(4188), + [anon_sym_EQ] = ACTIONS(4188), + [anon_sym_LBRACE] = ACTIONS(3180), + [anon_sym_RBRACE] = ACTIONS(4190), + [anon_sym_LPAREN] = ACTIONS(4190), + [anon_sym_COMMA] = ACTIONS(4190), + [anon_sym_LT] = ACTIONS(4188), + [anon_sym_GT] = ACTIONS(4188), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(4188), + [anon_sym_fun] = ACTIONS(4188), + [anon_sym_DOT] = ACTIONS(4188), + [anon_sym_SEMI] = ACTIONS(4190), + [anon_sym_get] = ACTIONS(4188), + [anon_sym_set] = ACTIONS(4188), + [anon_sym_this] = ACTIONS(4188), + [anon_sym_super] = ACTIONS(4188), + [anon_sym_STAR] = ACTIONS(4188), + [sym_label] = ACTIONS(4188), + [anon_sym_in] = ACTIONS(4188), + [anon_sym_DOT_DOT] = ACTIONS(4190), + [anon_sym_QMARK_COLON] = ACTIONS(4190), + [anon_sym_AMP_AMP] = ACTIONS(4190), + [anon_sym_PIPE_PIPE] = ACTIONS(4190), + [anon_sym_null] = ACTIONS(4188), + [anon_sym_if] = ACTIONS(4188), + [anon_sym_else] = ACTIONS(4188), + [anon_sym_when] = ACTIONS(4188), + [anon_sym_try] = ACTIONS(4188), + [anon_sym_throw] = ACTIONS(4188), + [anon_sym_return] = ACTIONS(4188), + [anon_sym_continue] = ACTIONS(4188), + [anon_sym_break] = ACTIONS(4188), + [anon_sym_COLON_COLON] = ACTIONS(4190), + [anon_sym_PLUS_EQ] = ACTIONS(4190), + [anon_sym_DASH_EQ] = ACTIONS(4190), + [anon_sym_STAR_EQ] = ACTIONS(4190), + [anon_sym_SLASH_EQ] = ACTIONS(4190), + [anon_sym_PERCENT_EQ] = ACTIONS(4190), + [anon_sym_BANG_EQ] = ACTIONS(4188), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4190), + [anon_sym_EQ_EQ] = ACTIONS(4188), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4190), + [anon_sym_LT_EQ] = ACTIONS(4190), + [anon_sym_GT_EQ] = ACTIONS(4190), + [anon_sym_BANGin] = ACTIONS(4190), + [anon_sym_is] = ACTIONS(4188), + [anon_sym_BANGis] = ACTIONS(4190), + [anon_sym_PLUS] = ACTIONS(4188), + [anon_sym_DASH] = ACTIONS(4188), + [anon_sym_SLASH] = ACTIONS(4188), + [anon_sym_PERCENT] = ACTIONS(4188), + [anon_sym_as_QMARK] = ACTIONS(4190), + [anon_sym_PLUS_PLUS] = ACTIONS(4190), + [anon_sym_DASH_DASH] = ACTIONS(4190), + [anon_sym_BANG] = ACTIONS(4188), + [anon_sym_BANG_BANG] = ACTIONS(4190), + [anon_sym_suspend] = ACTIONS(4188), + [anon_sym_sealed] = ACTIONS(4188), + [anon_sym_annotation] = ACTIONS(4188), + [anon_sym_data] = ACTIONS(4188), + [anon_sym_inner] = ACTIONS(4188), + [anon_sym_override] = ACTIONS(4188), + [anon_sym_lateinit] = ACTIONS(4188), + [anon_sym_public] = ACTIONS(4188), + [anon_sym_private] = ACTIONS(4188), + [anon_sym_internal] = ACTIONS(4188), + [anon_sym_protected] = ACTIONS(4188), + [anon_sym_tailrec] = ACTIONS(4188), + [anon_sym_operator] = ACTIONS(4188), + [anon_sym_infix] = ACTIONS(4188), + [anon_sym_inline] = ACTIONS(4188), + [anon_sym_external] = ACTIONS(4188), + [sym_property_modifier] = ACTIONS(4188), + [anon_sym_abstract] = ACTIONS(4188), + [anon_sym_final] = ACTIONS(4188), + [anon_sym_open] = ACTIONS(4188), + [anon_sym_vararg] = ACTIONS(4188), + [anon_sym_noinline] = ACTIONS(4188), + [anon_sym_crossinline] = ACTIONS(4188), + [anon_sym_expect] = ACTIONS(4188), + [anon_sym_actual] = ACTIONS(4188), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4190), + [anon_sym_continue_AT] = ACTIONS(4190), + [anon_sym_break_AT] = ACTIONS(4190), + [sym_real_literal] = ACTIONS(4190), + [sym_integer_literal] = ACTIONS(4188), + [sym_hex_literal] = ACTIONS(4190), + [sym_bin_literal] = ACTIONS(4190), + [anon_sym_true] = ACTIONS(4188), + [anon_sym_false] = ACTIONS(4188), + [anon_sym_SQUOTE] = ACTIONS(4190), + [sym__backtick_identifier] = ACTIONS(4190), + [sym__automatic_semicolon] = ACTIONS(4190), + [sym_safe_nav] = ACTIONS(4190), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4190), }, [875] = { - [sym_type_arguments] = STATE(899), - [sym__alpha_identifier] = ACTIONS(4130), - [anon_sym_AT] = ACTIONS(4138), - [anon_sym_LBRACK] = ACTIONS(4138), - [anon_sym_as] = ACTIONS(4130), - [anon_sym_EQ] = ACTIONS(4130), - [anon_sym_LBRACE] = ACTIONS(4138), - [anon_sym_RBRACE] = ACTIONS(4138), - [anon_sym_LPAREN] = ACTIONS(4138), - [anon_sym_COMMA] = ACTIONS(4138), - [anon_sym_by] = ACTIONS(4130), - [anon_sym_LT] = ACTIONS(4334), - [anon_sym_GT] = ACTIONS(4130), - [anon_sym_where] = ACTIONS(4130), - [anon_sym_object] = ACTIONS(4130), - [anon_sym_fun] = ACTIONS(4130), - [anon_sym_DOT] = ACTIONS(4130), - [anon_sym_SEMI] = ACTIONS(4138), - [anon_sym_get] = ACTIONS(4130), - [anon_sym_set] = ACTIONS(4130), - [anon_sym_this] = ACTIONS(4130), - [anon_sym_super] = ACTIONS(4130), - [sym__quest] = ACTIONS(4130), - [anon_sym_STAR] = ACTIONS(4130), - [sym_label] = ACTIONS(4130), - [anon_sym_in] = ACTIONS(4130), - [anon_sym_DOT_DOT] = ACTIONS(4138), - [anon_sym_QMARK_COLON] = ACTIONS(4138), - [anon_sym_AMP_AMP] = ACTIONS(4138), - [anon_sym_PIPE_PIPE] = ACTIONS(4138), - [anon_sym_null] = ACTIONS(4130), - [anon_sym_if] = ACTIONS(4130), - [anon_sym_else] = ACTIONS(4130), - [anon_sym_when] = ACTIONS(4130), - [anon_sym_try] = ACTIONS(4130), - [anon_sym_throw] = ACTIONS(4130), - [anon_sym_return] = ACTIONS(4130), - [anon_sym_continue] = ACTIONS(4130), - [anon_sym_break] = ACTIONS(4130), - [anon_sym_COLON_COLON] = ACTIONS(4138), - [anon_sym_PLUS_EQ] = ACTIONS(4138), - [anon_sym_DASH_EQ] = ACTIONS(4138), - [anon_sym_STAR_EQ] = ACTIONS(4138), - [anon_sym_SLASH_EQ] = ACTIONS(4138), - [anon_sym_PERCENT_EQ] = ACTIONS(4138), - [anon_sym_BANG_EQ] = ACTIONS(4130), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4138), - [anon_sym_EQ_EQ] = ACTIONS(4130), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4138), - [anon_sym_LT_EQ] = ACTIONS(4138), - [anon_sym_GT_EQ] = ACTIONS(4138), - [anon_sym_BANGin] = ACTIONS(4138), - [anon_sym_is] = ACTIONS(4130), - [anon_sym_BANGis] = ACTIONS(4138), - [anon_sym_PLUS] = ACTIONS(4130), - [anon_sym_DASH] = ACTIONS(4130), - [anon_sym_SLASH] = ACTIONS(4130), - [anon_sym_PERCENT] = ACTIONS(4130), - [anon_sym_as_QMARK] = ACTIONS(4138), - [anon_sym_PLUS_PLUS] = ACTIONS(4138), - [anon_sym_DASH_DASH] = ACTIONS(4138), - [anon_sym_BANG] = ACTIONS(4130), - [anon_sym_BANG_BANG] = ACTIONS(4138), - [anon_sym_suspend] = ACTIONS(4130), - [anon_sym_sealed] = ACTIONS(4130), - [anon_sym_annotation] = ACTIONS(4130), - [anon_sym_data] = ACTIONS(4130), - [anon_sym_inner] = ACTIONS(4130), - [anon_sym_override] = ACTIONS(4130), - [anon_sym_lateinit] = ACTIONS(4130), - [anon_sym_public] = ACTIONS(4130), - [anon_sym_private] = ACTIONS(4130), - [anon_sym_internal] = ACTIONS(4130), - [anon_sym_protected] = ACTIONS(4130), - [anon_sym_tailrec] = ACTIONS(4130), - [anon_sym_operator] = ACTIONS(4130), - [anon_sym_infix] = ACTIONS(4130), - [anon_sym_inline] = ACTIONS(4130), - [anon_sym_external] = ACTIONS(4130), - [sym_property_modifier] = ACTIONS(4130), - [anon_sym_abstract] = ACTIONS(4130), - [anon_sym_final] = ACTIONS(4130), - [anon_sym_open] = ACTIONS(4130), - [anon_sym_vararg] = ACTIONS(4130), - [anon_sym_noinline] = ACTIONS(4130), - [anon_sym_crossinline] = ACTIONS(4130), - [anon_sym_expect] = ACTIONS(4130), - [anon_sym_actual] = ACTIONS(4130), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4138), - [anon_sym_continue_AT] = ACTIONS(4138), - [anon_sym_break_AT] = ACTIONS(4138), - [sym_real_literal] = ACTIONS(4138), - [sym_integer_literal] = ACTIONS(4130), - [sym_hex_literal] = ACTIONS(4138), - [sym_bin_literal] = ACTIONS(4138), - [anon_sym_true] = ACTIONS(4130), - [anon_sym_false] = ACTIONS(4130), - [anon_sym_SQUOTE] = ACTIONS(4138), - [sym__backtick_identifier] = ACTIONS(4138), - [sym__automatic_semicolon] = ACTIONS(4138), - [sym_safe_nav] = ACTIONS(4138), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4138), + [sym_class_body] = STATE(1181), + [sym_type_constraints] = STATE(1022), + [sym__alpha_identifier] = ACTIONS(3186), + [anon_sym_AT] = ACTIONS(3190), + [anon_sym_COLON] = ACTIONS(3208), + [anon_sym_LBRACK] = ACTIONS(3190), + [anon_sym_as] = ACTIONS(3186), + [anon_sym_EQ] = ACTIONS(3186), + [anon_sym_LBRACE] = ACTIONS(3180), + [anon_sym_RBRACE] = ACTIONS(3190), + [anon_sym_LPAREN] = ACTIONS(3190), + [anon_sym_COMMA] = ACTIONS(3190), + [anon_sym_LT] = ACTIONS(3186), + [anon_sym_GT] = ACTIONS(3186), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(3186), + [anon_sym_fun] = ACTIONS(3186), + [anon_sym_DOT] = ACTIONS(3186), + [anon_sym_SEMI] = ACTIONS(3190), + [anon_sym_get] = ACTIONS(3186), + [anon_sym_set] = ACTIONS(3186), + [anon_sym_this] = ACTIONS(3186), + [anon_sym_super] = ACTIONS(3186), + [anon_sym_STAR] = ACTIONS(3186), + [sym_label] = ACTIONS(3186), + [anon_sym_in] = ACTIONS(3186), + [anon_sym_DOT_DOT] = ACTIONS(3190), + [anon_sym_QMARK_COLON] = ACTIONS(3190), + [anon_sym_AMP_AMP] = ACTIONS(3190), + [anon_sym_PIPE_PIPE] = ACTIONS(3190), + [anon_sym_null] = ACTIONS(3186), + [anon_sym_if] = ACTIONS(3186), + [anon_sym_else] = ACTIONS(3186), + [anon_sym_when] = ACTIONS(3186), + [anon_sym_try] = ACTIONS(3186), + [anon_sym_throw] = ACTIONS(3186), + [anon_sym_return] = ACTIONS(3186), + [anon_sym_continue] = ACTIONS(3186), + [anon_sym_break] = ACTIONS(3186), + [anon_sym_COLON_COLON] = ACTIONS(3190), + [anon_sym_PLUS_EQ] = ACTIONS(3190), + [anon_sym_DASH_EQ] = ACTIONS(3190), + [anon_sym_STAR_EQ] = ACTIONS(3190), + [anon_sym_SLASH_EQ] = ACTIONS(3190), + [anon_sym_PERCENT_EQ] = ACTIONS(3190), + [anon_sym_BANG_EQ] = ACTIONS(3186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3190), + [anon_sym_EQ_EQ] = ACTIONS(3186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3190), + [anon_sym_LT_EQ] = ACTIONS(3190), + [anon_sym_GT_EQ] = ACTIONS(3190), + [anon_sym_BANGin] = ACTIONS(3190), + [anon_sym_is] = ACTIONS(3186), + [anon_sym_BANGis] = ACTIONS(3190), + [anon_sym_PLUS] = ACTIONS(3186), + [anon_sym_DASH] = ACTIONS(3186), + [anon_sym_SLASH] = ACTIONS(3186), + [anon_sym_PERCENT] = ACTIONS(3186), + [anon_sym_as_QMARK] = ACTIONS(3190), + [anon_sym_PLUS_PLUS] = ACTIONS(3190), + [anon_sym_DASH_DASH] = ACTIONS(3190), + [anon_sym_BANG] = ACTIONS(3186), + [anon_sym_BANG_BANG] = ACTIONS(3190), + [anon_sym_suspend] = ACTIONS(3186), + [anon_sym_sealed] = ACTIONS(3186), + [anon_sym_annotation] = ACTIONS(3186), + [anon_sym_data] = ACTIONS(3186), + [anon_sym_inner] = ACTIONS(3186), + [anon_sym_override] = ACTIONS(3186), + [anon_sym_lateinit] = ACTIONS(3186), + [anon_sym_public] = ACTIONS(3186), + [anon_sym_private] = ACTIONS(3186), + [anon_sym_internal] = ACTIONS(3186), + [anon_sym_protected] = ACTIONS(3186), + [anon_sym_tailrec] = ACTIONS(3186), + [anon_sym_operator] = ACTIONS(3186), + [anon_sym_infix] = ACTIONS(3186), + [anon_sym_inline] = ACTIONS(3186), + [anon_sym_external] = ACTIONS(3186), + [sym_property_modifier] = ACTIONS(3186), + [anon_sym_abstract] = ACTIONS(3186), + [anon_sym_final] = ACTIONS(3186), + [anon_sym_open] = ACTIONS(3186), + [anon_sym_vararg] = ACTIONS(3186), + [anon_sym_noinline] = ACTIONS(3186), + [anon_sym_crossinline] = ACTIONS(3186), + [anon_sym_expect] = ACTIONS(3186), + [anon_sym_actual] = ACTIONS(3186), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3190), + [anon_sym_continue_AT] = ACTIONS(3190), + [anon_sym_break_AT] = ACTIONS(3190), + [sym_real_literal] = ACTIONS(3190), + [sym_integer_literal] = ACTIONS(3186), + [sym_hex_literal] = ACTIONS(3190), + [sym_bin_literal] = ACTIONS(3190), + [anon_sym_true] = ACTIONS(3186), + [anon_sym_false] = ACTIONS(3186), + [anon_sym_SQUOTE] = ACTIONS(3190), + [sym__backtick_identifier] = ACTIONS(3190), + [sym__automatic_semicolon] = ACTIONS(3190), + [sym_safe_nav] = ACTIONS(3190), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3190), }, [876] = { - [sym_function_body] = STATE(1159), - [sym__block] = STATE(1128), - [sym__alpha_identifier] = ACTIONS(4336), - [anon_sym_AT] = ACTIONS(4338), + [sym_type_constraints] = STATE(1068), + [sym_function_body] = STATE(1179), + [sym__block] = STATE(1087), + [sym__alpha_identifier] = ACTIONS(4085), + [anon_sym_AT] = ACTIONS(4087), [anon_sym_COLON] = ACTIONS(4340), - [anon_sym_LBRACK] = ACTIONS(4338), - [anon_sym_as] = ACTIONS(4336), - [anon_sym_EQ] = ACTIONS(4079), - [anon_sym_LBRACE] = ACTIONS(4081), - [anon_sym_RBRACE] = ACTIONS(4338), - [anon_sym_LPAREN] = ACTIONS(4338), - [anon_sym_COMMA] = ACTIONS(4338), - [anon_sym_LT] = ACTIONS(4336), - [anon_sym_GT] = ACTIONS(4336), - [anon_sym_where] = ACTIONS(4336), - [anon_sym_object] = ACTIONS(4336), - [anon_sym_fun] = ACTIONS(4336), - [anon_sym_DOT] = ACTIONS(4336), - [anon_sym_SEMI] = ACTIONS(4338), - [anon_sym_get] = ACTIONS(4336), - [anon_sym_set] = ACTIONS(4336), - [anon_sym_this] = ACTIONS(4336), - [anon_sym_super] = ACTIONS(4336), - [anon_sym_STAR] = ACTIONS(4336), - [sym_label] = ACTIONS(4336), - [anon_sym_in] = ACTIONS(4336), - [anon_sym_DOT_DOT] = ACTIONS(4338), - [anon_sym_QMARK_COLON] = ACTIONS(4338), - [anon_sym_AMP_AMP] = ACTIONS(4338), - [anon_sym_PIPE_PIPE] = ACTIONS(4338), - [anon_sym_null] = ACTIONS(4336), - [anon_sym_if] = ACTIONS(4336), - [anon_sym_else] = ACTIONS(4336), - [anon_sym_when] = ACTIONS(4336), - [anon_sym_try] = ACTIONS(4336), - [anon_sym_throw] = ACTIONS(4336), - [anon_sym_return] = ACTIONS(4336), - [anon_sym_continue] = ACTIONS(4336), - [anon_sym_break] = ACTIONS(4336), - [anon_sym_COLON_COLON] = ACTIONS(4338), - [anon_sym_PLUS_EQ] = ACTIONS(4338), - [anon_sym_DASH_EQ] = ACTIONS(4338), - [anon_sym_STAR_EQ] = ACTIONS(4338), - [anon_sym_SLASH_EQ] = ACTIONS(4338), - [anon_sym_PERCENT_EQ] = ACTIONS(4338), - [anon_sym_BANG_EQ] = ACTIONS(4336), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4338), - [anon_sym_EQ_EQ] = ACTIONS(4336), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4338), - [anon_sym_LT_EQ] = ACTIONS(4338), - [anon_sym_GT_EQ] = ACTIONS(4338), - [anon_sym_BANGin] = ACTIONS(4338), - [anon_sym_is] = ACTIONS(4336), - [anon_sym_BANGis] = ACTIONS(4338), - [anon_sym_PLUS] = ACTIONS(4336), - [anon_sym_DASH] = ACTIONS(4336), - [anon_sym_SLASH] = ACTIONS(4336), - [anon_sym_PERCENT] = ACTIONS(4336), - [anon_sym_as_QMARK] = ACTIONS(4338), - [anon_sym_PLUS_PLUS] = ACTIONS(4338), - [anon_sym_DASH_DASH] = ACTIONS(4338), - [anon_sym_BANG] = ACTIONS(4336), - [anon_sym_BANG_BANG] = ACTIONS(4338), - [anon_sym_suspend] = ACTIONS(4336), - [anon_sym_sealed] = ACTIONS(4336), - [anon_sym_annotation] = ACTIONS(4336), - [anon_sym_data] = ACTIONS(4336), - [anon_sym_inner] = ACTIONS(4336), - [anon_sym_override] = ACTIONS(4336), - [anon_sym_lateinit] = ACTIONS(4336), - [anon_sym_public] = ACTIONS(4336), - [anon_sym_private] = ACTIONS(4336), - [anon_sym_internal] = ACTIONS(4336), - [anon_sym_protected] = ACTIONS(4336), - [anon_sym_tailrec] = ACTIONS(4336), - [anon_sym_operator] = ACTIONS(4336), - [anon_sym_infix] = ACTIONS(4336), - [anon_sym_inline] = ACTIONS(4336), - [anon_sym_external] = ACTIONS(4336), - [sym_property_modifier] = ACTIONS(4336), - [anon_sym_abstract] = ACTIONS(4336), - [anon_sym_final] = ACTIONS(4336), - [anon_sym_open] = ACTIONS(4336), - [anon_sym_vararg] = ACTIONS(4336), - [anon_sym_noinline] = ACTIONS(4336), - [anon_sym_crossinline] = ACTIONS(4336), - [anon_sym_expect] = ACTIONS(4336), - [anon_sym_actual] = ACTIONS(4336), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4338), - [anon_sym_continue_AT] = ACTIONS(4338), - [anon_sym_break_AT] = ACTIONS(4338), - [sym_real_literal] = ACTIONS(4338), - [sym_integer_literal] = ACTIONS(4336), - [sym_hex_literal] = ACTIONS(4338), - [sym_bin_literal] = ACTIONS(4338), - [anon_sym_true] = ACTIONS(4336), - [anon_sym_false] = ACTIONS(4336), - [anon_sym_SQUOTE] = ACTIONS(4338), - [sym__backtick_identifier] = ACTIONS(4338), - [sym__automatic_semicolon] = ACTIONS(4338), - [sym_safe_nav] = ACTIONS(4338), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4338), + [anon_sym_LBRACK] = ACTIONS(4087), + [anon_sym_as] = ACTIONS(4085), + [anon_sym_EQ] = ACTIONS(4320), + [anon_sym_LBRACE] = ACTIONS(4039), + [anon_sym_RBRACE] = ACTIONS(4087), + [anon_sym_LPAREN] = ACTIONS(4087), + [anon_sym_LT] = ACTIONS(4085), + [anon_sym_GT] = ACTIONS(4085), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(4085), + [anon_sym_fun] = ACTIONS(4085), + [anon_sym_DOT] = ACTIONS(4085), + [anon_sym_SEMI] = ACTIONS(4087), + [anon_sym_get] = ACTIONS(4085), + [anon_sym_set] = ACTIONS(4085), + [anon_sym_this] = ACTIONS(4085), + [anon_sym_super] = ACTIONS(4085), + [anon_sym_STAR] = ACTIONS(4085), + [sym_label] = ACTIONS(4085), + [anon_sym_in] = ACTIONS(4085), + [anon_sym_DOT_DOT] = ACTIONS(4087), + [anon_sym_QMARK_COLON] = ACTIONS(4087), + [anon_sym_AMP_AMP] = ACTIONS(4087), + [anon_sym_PIPE_PIPE] = ACTIONS(4087), + [anon_sym_null] = ACTIONS(4085), + [anon_sym_if] = ACTIONS(4085), + [anon_sym_else] = ACTIONS(4085), + [anon_sym_when] = ACTIONS(4085), + [anon_sym_try] = ACTIONS(4085), + [anon_sym_throw] = ACTIONS(4085), + [anon_sym_return] = ACTIONS(4085), + [anon_sym_continue] = ACTIONS(4085), + [anon_sym_break] = ACTIONS(4085), + [anon_sym_COLON_COLON] = ACTIONS(4087), + [anon_sym_PLUS_EQ] = ACTIONS(4087), + [anon_sym_DASH_EQ] = ACTIONS(4087), + [anon_sym_STAR_EQ] = ACTIONS(4087), + [anon_sym_SLASH_EQ] = ACTIONS(4087), + [anon_sym_PERCENT_EQ] = ACTIONS(4087), + [anon_sym_BANG_EQ] = ACTIONS(4085), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4087), + [anon_sym_EQ_EQ] = ACTIONS(4085), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4087), + [anon_sym_LT_EQ] = ACTIONS(4087), + [anon_sym_GT_EQ] = ACTIONS(4087), + [anon_sym_BANGin] = ACTIONS(4087), + [anon_sym_is] = ACTIONS(4085), + [anon_sym_BANGis] = ACTIONS(4087), + [anon_sym_PLUS] = ACTIONS(4085), + [anon_sym_DASH] = ACTIONS(4085), + [anon_sym_SLASH] = ACTIONS(4085), + [anon_sym_PERCENT] = ACTIONS(4085), + [anon_sym_as_QMARK] = ACTIONS(4087), + [anon_sym_PLUS_PLUS] = ACTIONS(4087), + [anon_sym_DASH_DASH] = ACTIONS(4087), + [anon_sym_BANG] = ACTIONS(4085), + [anon_sym_BANG_BANG] = ACTIONS(4087), + [anon_sym_suspend] = ACTIONS(4085), + [anon_sym_sealed] = ACTIONS(4085), + [anon_sym_annotation] = ACTIONS(4085), + [anon_sym_data] = ACTIONS(4085), + [anon_sym_inner] = ACTIONS(4085), + [anon_sym_override] = ACTIONS(4085), + [anon_sym_lateinit] = ACTIONS(4085), + [anon_sym_public] = ACTIONS(4085), + [anon_sym_private] = ACTIONS(4085), + [anon_sym_internal] = ACTIONS(4085), + [anon_sym_protected] = ACTIONS(4085), + [anon_sym_tailrec] = ACTIONS(4085), + [anon_sym_operator] = ACTIONS(4085), + [anon_sym_infix] = ACTIONS(4085), + [anon_sym_inline] = ACTIONS(4085), + [anon_sym_external] = ACTIONS(4085), + [sym_property_modifier] = ACTIONS(4085), + [anon_sym_abstract] = ACTIONS(4085), + [anon_sym_final] = ACTIONS(4085), + [anon_sym_open] = ACTIONS(4085), + [anon_sym_vararg] = ACTIONS(4085), + [anon_sym_noinline] = ACTIONS(4085), + [anon_sym_crossinline] = ACTIONS(4085), + [anon_sym_expect] = ACTIONS(4085), + [anon_sym_actual] = ACTIONS(4085), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4087), + [anon_sym_continue_AT] = ACTIONS(4087), + [anon_sym_break_AT] = ACTIONS(4087), + [sym_real_literal] = ACTIONS(4087), + [sym_integer_literal] = ACTIONS(4085), + [sym_hex_literal] = ACTIONS(4087), + [sym_bin_literal] = ACTIONS(4087), + [anon_sym_true] = ACTIONS(4085), + [anon_sym_false] = ACTIONS(4085), + [anon_sym_SQUOTE] = ACTIONS(4087), + [sym__backtick_identifier] = ACTIONS(4087), + [sym__automatic_semicolon] = ACTIONS(4087), + [sym_safe_nav] = ACTIONS(4087), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4087), }, [877] = { - [sym_function_body] = STATE(1147), - [sym__block] = STATE(1128), - [sym__alpha_identifier] = ACTIONS(4101), - [anon_sym_AT] = ACTIONS(4103), - [anon_sym_LBRACK] = ACTIONS(4103), - [anon_sym_as] = ACTIONS(4101), - [anon_sym_EQ] = ACTIONS(4079), - [anon_sym_LBRACE] = ACTIONS(4081), - [anon_sym_RBRACE] = ACTIONS(4103), - [anon_sym_LPAREN] = ACTIONS(4103), - [anon_sym_COMMA] = ACTIONS(4103), - [anon_sym_LT] = ACTIONS(4101), - [anon_sym_GT] = ACTIONS(4101), - [anon_sym_where] = ACTIONS(4101), - [anon_sym_object] = ACTIONS(4101), - [anon_sym_fun] = ACTIONS(4101), - [anon_sym_DOT] = ACTIONS(4101), - [anon_sym_SEMI] = ACTIONS(4103), - [anon_sym_get] = ACTIONS(4101), - [anon_sym_set] = ACTIONS(4101), - [anon_sym_this] = ACTIONS(4101), - [anon_sym_super] = ACTIONS(4101), - [anon_sym_STAR] = ACTIONS(4101), - [sym_label] = ACTIONS(4101), - [anon_sym_in] = ACTIONS(4101), - [anon_sym_DOT_DOT] = ACTIONS(4103), - [anon_sym_QMARK_COLON] = ACTIONS(4103), - [anon_sym_AMP_AMP] = ACTIONS(4103), - [anon_sym_PIPE_PIPE] = ACTIONS(4103), - [anon_sym_null] = ACTIONS(4101), - [anon_sym_if] = ACTIONS(4101), - [anon_sym_else] = ACTIONS(4101), - [anon_sym_when] = ACTIONS(4101), - [anon_sym_try] = ACTIONS(4101), - [anon_sym_throw] = ACTIONS(4101), - [anon_sym_return] = ACTIONS(4101), - [anon_sym_continue] = ACTIONS(4101), - [anon_sym_break] = ACTIONS(4101), - [anon_sym_COLON_COLON] = ACTIONS(4103), - [anon_sym_PLUS_EQ] = ACTIONS(4103), - [anon_sym_DASH_EQ] = ACTIONS(4103), - [anon_sym_STAR_EQ] = ACTIONS(4103), - [anon_sym_SLASH_EQ] = ACTIONS(4103), - [anon_sym_PERCENT_EQ] = ACTIONS(4103), - [anon_sym_BANG_EQ] = ACTIONS(4101), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4103), - [anon_sym_EQ_EQ] = ACTIONS(4101), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4103), - [anon_sym_LT_EQ] = ACTIONS(4103), - [anon_sym_GT_EQ] = ACTIONS(4103), - [anon_sym_BANGin] = ACTIONS(4103), - [anon_sym_is] = ACTIONS(4101), - [anon_sym_BANGis] = ACTIONS(4103), - [anon_sym_PLUS] = ACTIONS(4101), - [anon_sym_DASH] = ACTIONS(4101), - [anon_sym_SLASH] = ACTIONS(4101), - [anon_sym_PERCENT] = ACTIONS(4101), - [anon_sym_as_QMARK] = ACTIONS(4103), - [anon_sym_PLUS_PLUS] = ACTIONS(4103), - [anon_sym_DASH_DASH] = ACTIONS(4103), - [anon_sym_BANG] = ACTIONS(4101), - [anon_sym_BANG_BANG] = ACTIONS(4103), - [anon_sym_suspend] = ACTIONS(4101), - [anon_sym_sealed] = ACTIONS(4101), - [anon_sym_annotation] = ACTIONS(4101), - [anon_sym_data] = ACTIONS(4101), - [anon_sym_inner] = ACTIONS(4101), - [anon_sym_override] = ACTIONS(4101), - [anon_sym_lateinit] = ACTIONS(4101), - [anon_sym_public] = ACTIONS(4101), - [anon_sym_private] = ACTIONS(4101), - [anon_sym_internal] = ACTIONS(4101), - [anon_sym_protected] = ACTIONS(4101), - [anon_sym_tailrec] = ACTIONS(4101), - [anon_sym_operator] = ACTIONS(4101), - [anon_sym_infix] = ACTIONS(4101), - [anon_sym_inline] = ACTIONS(4101), - [anon_sym_external] = ACTIONS(4101), - [sym_property_modifier] = ACTIONS(4101), - [anon_sym_abstract] = ACTIONS(4101), - [anon_sym_final] = ACTIONS(4101), - [anon_sym_open] = ACTIONS(4101), - [anon_sym_vararg] = ACTIONS(4101), - [anon_sym_noinline] = ACTIONS(4101), - [anon_sym_crossinline] = ACTIONS(4101), - [anon_sym_expect] = ACTIONS(4101), - [anon_sym_actual] = ACTIONS(4101), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4103), - [anon_sym_continue_AT] = ACTIONS(4103), - [anon_sym_break_AT] = ACTIONS(4103), - [sym_real_literal] = ACTIONS(4103), - [sym_integer_literal] = ACTIONS(4101), - [sym_hex_literal] = ACTIONS(4103), - [sym_bin_literal] = ACTIONS(4103), - [anon_sym_true] = ACTIONS(4101), - [anon_sym_false] = ACTIONS(4101), - [anon_sym_SQUOTE] = ACTIONS(4103), - [sym__backtick_identifier] = ACTIONS(4103), - [sym__automatic_semicolon] = ACTIONS(4103), - [sym_safe_nav] = ACTIONS(4103), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4103), + [sym_class_body] = STATE(1141), + [sym_type_constraints] = STATE(1007), + [sym__alpha_identifier] = ACTIONS(4342), + [anon_sym_AT] = ACTIONS(4344), + [anon_sym_LBRACK] = ACTIONS(4344), + [anon_sym_as] = ACTIONS(4342), + [anon_sym_EQ] = ACTIONS(4342), + [anon_sym_LBRACE] = ACTIONS(3180), + [anon_sym_RBRACE] = ACTIONS(4344), + [anon_sym_LPAREN] = ACTIONS(4344), + [anon_sym_COMMA] = ACTIONS(4344), + [anon_sym_LT] = ACTIONS(4342), + [anon_sym_GT] = ACTIONS(4342), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(4342), + [anon_sym_fun] = ACTIONS(4342), + [anon_sym_DOT] = ACTIONS(4342), + [anon_sym_SEMI] = ACTIONS(4344), + [anon_sym_get] = ACTIONS(4342), + [anon_sym_set] = ACTIONS(4342), + [anon_sym_this] = ACTIONS(4342), + [anon_sym_super] = ACTIONS(4342), + [anon_sym_STAR] = ACTIONS(4342), + [sym_label] = ACTIONS(4342), + [anon_sym_in] = ACTIONS(4342), + [anon_sym_DOT_DOT] = ACTIONS(4344), + [anon_sym_QMARK_COLON] = ACTIONS(4344), + [anon_sym_AMP_AMP] = ACTIONS(4344), + [anon_sym_PIPE_PIPE] = ACTIONS(4344), + [anon_sym_null] = ACTIONS(4342), + [anon_sym_if] = ACTIONS(4342), + [anon_sym_else] = ACTIONS(4342), + [anon_sym_when] = ACTIONS(4342), + [anon_sym_try] = ACTIONS(4342), + [anon_sym_throw] = ACTIONS(4342), + [anon_sym_return] = ACTIONS(4342), + [anon_sym_continue] = ACTIONS(4342), + [anon_sym_break] = ACTIONS(4342), + [anon_sym_COLON_COLON] = ACTIONS(4344), + [anon_sym_PLUS_EQ] = ACTIONS(4344), + [anon_sym_DASH_EQ] = ACTIONS(4344), + [anon_sym_STAR_EQ] = ACTIONS(4344), + [anon_sym_SLASH_EQ] = ACTIONS(4344), + [anon_sym_PERCENT_EQ] = ACTIONS(4344), + [anon_sym_BANG_EQ] = ACTIONS(4342), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4344), + [anon_sym_EQ_EQ] = ACTIONS(4342), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4344), + [anon_sym_LT_EQ] = ACTIONS(4344), + [anon_sym_GT_EQ] = ACTIONS(4344), + [anon_sym_BANGin] = ACTIONS(4344), + [anon_sym_is] = ACTIONS(4342), + [anon_sym_BANGis] = ACTIONS(4344), + [anon_sym_PLUS] = ACTIONS(4342), + [anon_sym_DASH] = ACTIONS(4342), + [anon_sym_SLASH] = ACTIONS(4342), + [anon_sym_PERCENT] = ACTIONS(4342), + [anon_sym_as_QMARK] = ACTIONS(4344), + [anon_sym_PLUS_PLUS] = ACTIONS(4344), + [anon_sym_DASH_DASH] = ACTIONS(4344), + [anon_sym_BANG] = ACTIONS(4342), + [anon_sym_BANG_BANG] = ACTIONS(4344), + [anon_sym_suspend] = ACTIONS(4342), + [anon_sym_sealed] = ACTIONS(4342), + [anon_sym_annotation] = ACTIONS(4342), + [anon_sym_data] = ACTIONS(4342), + [anon_sym_inner] = ACTIONS(4342), + [anon_sym_override] = ACTIONS(4342), + [anon_sym_lateinit] = ACTIONS(4342), + [anon_sym_public] = ACTIONS(4342), + [anon_sym_private] = ACTIONS(4342), + [anon_sym_internal] = ACTIONS(4342), + [anon_sym_protected] = ACTIONS(4342), + [anon_sym_tailrec] = ACTIONS(4342), + [anon_sym_operator] = ACTIONS(4342), + [anon_sym_infix] = ACTIONS(4342), + [anon_sym_inline] = ACTIONS(4342), + [anon_sym_external] = ACTIONS(4342), + [sym_property_modifier] = ACTIONS(4342), + [anon_sym_abstract] = ACTIONS(4342), + [anon_sym_final] = ACTIONS(4342), + [anon_sym_open] = ACTIONS(4342), + [anon_sym_vararg] = ACTIONS(4342), + [anon_sym_noinline] = ACTIONS(4342), + [anon_sym_crossinline] = ACTIONS(4342), + [anon_sym_expect] = ACTIONS(4342), + [anon_sym_actual] = ACTIONS(4342), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4344), + [anon_sym_continue_AT] = ACTIONS(4344), + [anon_sym_break_AT] = ACTIONS(4344), + [sym_real_literal] = ACTIONS(4344), + [sym_integer_literal] = ACTIONS(4342), + [sym_hex_literal] = ACTIONS(4344), + [sym_bin_literal] = ACTIONS(4344), + [anon_sym_true] = ACTIONS(4342), + [anon_sym_false] = ACTIONS(4342), + [anon_sym_SQUOTE] = ACTIONS(4344), + [sym__backtick_identifier] = ACTIONS(4344), + [sym__automatic_semicolon] = ACTIONS(4344), + [sym_safe_nav] = ACTIONS(4344), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4344), }, [878] = { - [sym_type_constraints] = STATE(1187), - [sym_function_body] = STATE(1112), - [sym__block] = STATE(1128), - [sym__alpha_identifier] = ACTIONS(4095), - [anon_sym_AT] = ACTIONS(4097), - [anon_sym_LBRACK] = ACTIONS(4097), - [anon_sym_as] = ACTIONS(4095), - [anon_sym_EQ] = ACTIONS(4207), - [anon_sym_LBRACE] = ACTIONS(4081), - [anon_sym_RBRACE] = ACTIONS(4097), - [anon_sym_LPAREN] = ACTIONS(4097), - [anon_sym_LT] = ACTIONS(4095), - [anon_sym_GT] = ACTIONS(4095), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(4095), - [anon_sym_fun] = ACTIONS(4095), - [anon_sym_DOT] = ACTIONS(4095), - [anon_sym_SEMI] = ACTIONS(4097), - [anon_sym_get] = ACTIONS(4095), - [anon_sym_set] = ACTIONS(4095), - [anon_sym_this] = ACTIONS(4095), - [anon_sym_super] = ACTIONS(4095), - [anon_sym_STAR] = ACTIONS(4095), - [sym_label] = ACTIONS(4095), - [anon_sym_in] = ACTIONS(4095), - [anon_sym_DOT_DOT] = ACTIONS(4097), - [anon_sym_QMARK_COLON] = ACTIONS(4097), - [anon_sym_AMP_AMP] = ACTIONS(4097), - [anon_sym_PIPE_PIPE] = ACTIONS(4097), - [anon_sym_null] = ACTIONS(4095), - [anon_sym_if] = ACTIONS(4095), - [anon_sym_else] = ACTIONS(4095), - [anon_sym_when] = ACTIONS(4095), - [anon_sym_try] = ACTIONS(4095), - [anon_sym_throw] = ACTIONS(4095), - [anon_sym_return] = ACTIONS(4095), - [anon_sym_continue] = ACTIONS(4095), - [anon_sym_break] = ACTIONS(4095), - [anon_sym_COLON_COLON] = ACTIONS(4097), - [anon_sym_PLUS_EQ] = ACTIONS(4097), - [anon_sym_DASH_EQ] = ACTIONS(4097), - [anon_sym_STAR_EQ] = ACTIONS(4097), - [anon_sym_SLASH_EQ] = ACTIONS(4097), - [anon_sym_PERCENT_EQ] = ACTIONS(4097), - [anon_sym_BANG_EQ] = ACTIONS(4095), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4097), - [anon_sym_EQ_EQ] = ACTIONS(4095), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4097), - [anon_sym_LT_EQ] = ACTIONS(4097), - [anon_sym_GT_EQ] = ACTIONS(4097), - [anon_sym_BANGin] = ACTIONS(4097), - [anon_sym_is] = ACTIONS(4095), - [anon_sym_BANGis] = ACTIONS(4097), - [anon_sym_PLUS] = ACTIONS(4095), - [anon_sym_DASH] = ACTIONS(4095), - [anon_sym_SLASH] = ACTIONS(4095), - [anon_sym_PERCENT] = ACTIONS(4095), - [anon_sym_as_QMARK] = ACTIONS(4097), - [anon_sym_PLUS_PLUS] = ACTIONS(4097), - [anon_sym_DASH_DASH] = ACTIONS(4097), - [anon_sym_BANG] = ACTIONS(4095), - [anon_sym_BANG_BANG] = ACTIONS(4097), - [anon_sym_suspend] = ACTIONS(4095), - [anon_sym_sealed] = ACTIONS(4095), - [anon_sym_annotation] = ACTIONS(4095), - [anon_sym_data] = ACTIONS(4095), - [anon_sym_inner] = ACTIONS(4095), - [anon_sym_override] = ACTIONS(4095), - [anon_sym_lateinit] = ACTIONS(4095), - [anon_sym_public] = ACTIONS(4095), - [anon_sym_private] = ACTIONS(4095), - [anon_sym_internal] = ACTIONS(4095), - [anon_sym_protected] = ACTIONS(4095), - [anon_sym_tailrec] = ACTIONS(4095), - [anon_sym_operator] = ACTIONS(4095), - [anon_sym_infix] = ACTIONS(4095), - [anon_sym_inline] = ACTIONS(4095), - [anon_sym_external] = ACTIONS(4095), - [sym_property_modifier] = ACTIONS(4095), - [anon_sym_abstract] = ACTIONS(4095), - [anon_sym_final] = ACTIONS(4095), - [anon_sym_open] = ACTIONS(4095), - [anon_sym_vararg] = ACTIONS(4095), - [anon_sym_noinline] = ACTIONS(4095), - [anon_sym_crossinline] = ACTIONS(4095), - [anon_sym_expect] = ACTIONS(4095), - [anon_sym_actual] = ACTIONS(4095), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4097), - [anon_sym_continue_AT] = ACTIONS(4097), - [anon_sym_break_AT] = ACTIONS(4097), - [sym_real_literal] = ACTIONS(4097), - [sym_integer_literal] = ACTIONS(4095), - [sym_hex_literal] = ACTIONS(4097), - [sym_bin_literal] = ACTIONS(4097), - [anon_sym_true] = ACTIONS(4095), - [anon_sym_false] = ACTIONS(4095), - [anon_sym_SQUOTE] = ACTIONS(4097), - [sym__backtick_identifier] = ACTIONS(4097), - [sym__automatic_semicolon] = ACTIONS(4097), - [sym_safe_nav] = ACTIONS(4097), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4097), + [sym_type_constraints] = STATE(1036), + [sym_enum_class_body] = STATE(1131), + [sym__alpha_identifier] = ACTIONS(4346), + [anon_sym_AT] = ACTIONS(4348), + [anon_sym_LBRACK] = ACTIONS(4348), + [anon_sym_as] = ACTIONS(4346), + [anon_sym_EQ] = ACTIONS(4346), + [anon_sym_LBRACE] = ACTIONS(3156), + [anon_sym_RBRACE] = ACTIONS(4348), + [anon_sym_LPAREN] = ACTIONS(4348), + [anon_sym_COMMA] = ACTIONS(4348), + [anon_sym_LT] = ACTIONS(4346), + [anon_sym_GT] = ACTIONS(4346), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(4346), + [anon_sym_fun] = ACTIONS(4346), + [anon_sym_DOT] = ACTIONS(4346), + [anon_sym_SEMI] = ACTIONS(4348), + [anon_sym_get] = ACTIONS(4346), + [anon_sym_set] = ACTIONS(4346), + [anon_sym_this] = ACTIONS(4346), + [anon_sym_super] = ACTIONS(4346), + [anon_sym_STAR] = ACTIONS(4346), + [sym_label] = ACTIONS(4346), + [anon_sym_in] = ACTIONS(4346), + [anon_sym_DOT_DOT] = ACTIONS(4348), + [anon_sym_QMARK_COLON] = ACTIONS(4348), + [anon_sym_AMP_AMP] = ACTIONS(4348), + [anon_sym_PIPE_PIPE] = ACTIONS(4348), + [anon_sym_null] = ACTIONS(4346), + [anon_sym_if] = ACTIONS(4346), + [anon_sym_else] = ACTIONS(4346), + [anon_sym_when] = ACTIONS(4346), + [anon_sym_try] = ACTIONS(4346), + [anon_sym_throw] = ACTIONS(4346), + [anon_sym_return] = ACTIONS(4346), + [anon_sym_continue] = ACTIONS(4346), + [anon_sym_break] = ACTIONS(4346), + [anon_sym_COLON_COLON] = ACTIONS(4348), + [anon_sym_PLUS_EQ] = ACTIONS(4348), + [anon_sym_DASH_EQ] = ACTIONS(4348), + [anon_sym_STAR_EQ] = ACTIONS(4348), + [anon_sym_SLASH_EQ] = ACTIONS(4348), + [anon_sym_PERCENT_EQ] = ACTIONS(4348), + [anon_sym_BANG_EQ] = ACTIONS(4346), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4348), + [anon_sym_EQ_EQ] = ACTIONS(4346), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4348), + [anon_sym_LT_EQ] = ACTIONS(4348), + [anon_sym_GT_EQ] = ACTIONS(4348), + [anon_sym_BANGin] = ACTIONS(4348), + [anon_sym_is] = ACTIONS(4346), + [anon_sym_BANGis] = ACTIONS(4348), + [anon_sym_PLUS] = ACTIONS(4346), + [anon_sym_DASH] = ACTIONS(4346), + [anon_sym_SLASH] = ACTIONS(4346), + [anon_sym_PERCENT] = ACTIONS(4346), + [anon_sym_as_QMARK] = ACTIONS(4348), + [anon_sym_PLUS_PLUS] = ACTIONS(4348), + [anon_sym_DASH_DASH] = ACTIONS(4348), + [anon_sym_BANG] = ACTIONS(4346), + [anon_sym_BANG_BANG] = ACTIONS(4348), + [anon_sym_suspend] = ACTIONS(4346), + [anon_sym_sealed] = ACTIONS(4346), + [anon_sym_annotation] = ACTIONS(4346), + [anon_sym_data] = ACTIONS(4346), + [anon_sym_inner] = ACTIONS(4346), + [anon_sym_override] = ACTIONS(4346), + [anon_sym_lateinit] = ACTIONS(4346), + [anon_sym_public] = ACTIONS(4346), + [anon_sym_private] = ACTIONS(4346), + [anon_sym_internal] = ACTIONS(4346), + [anon_sym_protected] = ACTIONS(4346), + [anon_sym_tailrec] = ACTIONS(4346), + [anon_sym_operator] = ACTIONS(4346), + [anon_sym_infix] = ACTIONS(4346), + [anon_sym_inline] = ACTIONS(4346), + [anon_sym_external] = ACTIONS(4346), + [sym_property_modifier] = ACTIONS(4346), + [anon_sym_abstract] = ACTIONS(4346), + [anon_sym_final] = ACTIONS(4346), + [anon_sym_open] = ACTIONS(4346), + [anon_sym_vararg] = ACTIONS(4346), + [anon_sym_noinline] = ACTIONS(4346), + [anon_sym_crossinline] = ACTIONS(4346), + [anon_sym_expect] = ACTIONS(4346), + [anon_sym_actual] = ACTIONS(4346), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4348), + [anon_sym_continue_AT] = ACTIONS(4348), + [anon_sym_break_AT] = ACTIONS(4348), + [sym_real_literal] = ACTIONS(4348), + [sym_integer_literal] = ACTIONS(4346), + [sym_hex_literal] = ACTIONS(4348), + [sym_bin_literal] = ACTIONS(4348), + [anon_sym_true] = ACTIONS(4346), + [anon_sym_false] = ACTIONS(4346), + [anon_sym_SQUOTE] = ACTIONS(4348), + [sym__backtick_identifier] = ACTIONS(4348), + [sym__automatic_semicolon] = ACTIONS(4348), + [sym_safe_nav] = ACTIONS(4348), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4348), }, [879] = { - [sym_getter] = STATE(3735), - [sym_setter] = STATE(3735), - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(1922), - [sym__comparison_operator] = STATE(1923), - [sym__in_operator] = STATE(1928), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(2019), - [sym__multiplicative_operator] = STATE(2048), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_modifiers] = STATE(8637), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2068), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym_getter] = STATE(3701), + [sym_setter] = STATE(3701), + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(2278), + [sym__comparison_operator] = STATE(2276), + [sym__in_operator] = STATE(2273), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(2271), + [sym__multiplicative_operator] = STATE(2268), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_modifiers] = STATE(8770), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2266), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(1784), - [anon_sym_LPAREN] = ACTIONS(3570), + [anon_sym_RBRACE] = ACTIONS(1780), + [anon_sym_LPAREN] = ACTIONS(3572), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(4342), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(4344), - [anon_sym_get] = ACTIONS(4346), - [anon_sym_set] = ACTIONS(4348), - [anon_sym_STAR] = ACTIONS(4350), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(4352), - [anon_sym_DOT_DOT] = ACTIONS(4354), - [anon_sym_QMARK_COLON] = ACTIONS(4356), - [anon_sym_AMP_AMP] = ACTIONS(4358), - [anon_sym_PIPE_PIPE] = ACTIONS(4360), - [anon_sym_else] = ACTIONS(1782), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_BANG_EQ] = ACTIONS(4362), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4364), - [anon_sym_EQ_EQ] = ACTIONS(4362), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4364), - [anon_sym_LT_EQ] = ACTIONS(4366), - [anon_sym_GT_EQ] = ACTIONS(4366), - [anon_sym_BANGin] = ACTIONS(4368), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), - [anon_sym_PLUS] = ACTIONS(4370), - [anon_sym_DASH] = ACTIONS(4370), - [anon_sym_SLASH] = ACTIONS(4372), - [anon_sym_PERCENT] = ACTIONS(4350), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), + [anon_sym_GT] = ACTIONS(4350), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(4352), + [anon_sym_get] = ACTIONS(4354), + [anon_sym_set] = ACTIONS(4356), + [anon_sym_STAR] = ACTIONS(4358), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(4360), + [anon_sym_DOT_DOT] = ACTIONS(4362), + [anon_sym_QMARK_COLON] = ACTIONS(4364), + [anon_sym_AMP_AMP] = ACTIONS(4366), + [anon_sym_PIPE_PIPE] = ACTIONS(4368), + [anon_sym_else] = ACTIONS(1778), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_BANG_EQ] = ACTIONS(4370), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4372), + [anon_sym_EQ_EQ] = ACTIONS(4370), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4372), + [anon_sym_LT_EQ] = ACTIONS(4374), + [anon_sym_GT_EQ] = ACTIONS(4374), + [anon_sym_BANGin] = ACTIONS(4376), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), + [anon_sym_PLUS] = ACTIONS(4378), + [anon_sym_DASH] = ACTIONS(4378), + [anon_sym_SLASH] = ACTIONS(4380), + [anon_sym_PERCENT] = ACTIONS(4358), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -138604,334 +138712,334 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(1784), - [sym_safe_nav] = ACTIONS(3596), + [sym__automatic_semicolon] = ACTIONS(1780), + [sym_safe_nav] = ACTIONS(3598), [sym_multiline_comment] = ACTIONS(3), }, [880] = { - [sym__alpha_identifier] = ACTIONS(4374), - [anon_sym_AT] = ACTIONS(4376), - [anon_sym_LBRACK] = ACTIONS(4376), - [anon_sym_as] = ACTIONS(4374), - [anon_sym_EQ] = ACTIONS(4374), - [anon_sym_LBRACE] = ACTIONS(4376), - [anon_sym_RBRACE] = ACTIONS(4376), - [anon_sym_LPAREN] = ACTIONS(4376), - [anon_sym_COMMA] = ACTIONS(4376), - [anon_sym_LT] = ACTIONS(4374), - [anon_sym_GT] = ACTIONS(4374), - [anon_sym_where] = ACTIONS(4374), - [anon_sym_object] = ACTIONS(4374), - [anon_sym_fun] = ACTIONS(4374), - [anon_sym_DOT] = ACTIONS(4374), - [anon_sym_SEMI] = ACTIONS(4376), - [anon_sym_get] = ACTIONS(4374), - [anon_sym_set] = ACTIONS(4374), - [anon_sym_this] = ACTIONS(4374), - [anon_sym_super] = ACTIONS(4374), - [anon_sym_STAR] = ACTIONS(4374), - [sym_label] = ACTIONS(4374), - [anon_sym_in] = ACTIONS(4374), - [anon_sym_DOT_DOT] = ACTIONS(4376), - [anon_sym_QMARK_COLON] = ACTIONS(4376), - [anon_sym_AMP_AMP] = ACTIONS(4376), - [anon_sym_PIPE_PIPE] = ACTIONS(4376), - [anon_sym_null] = ACTIONS(4374), - [anon_sym_if] = ACTIONS(4374), - [anon_sym_else] = ACTIONS(4374), - [anon_sym_when] = ACTIONS(4374), - [anon_sym_try] = ACTIONS(4374), - [anon_sym_catch] = ACTIONS(4374), - [anon_sym_finally] = ACTIONS(4374), - [anon_sym_throw] = ACTIONS(4374), - [anon_sym_return] = ACTIONS(4374), - [anon_sym_continue] = ACTIONS(4374), - [anon_sym_break] = ACTIONS(4374), - [anon_sym_COLON_COLON] = ACTIONS(4376), - [anon_sym_PLUS_EQ] = ACTIONS(4376), - [anon_sym_DASH_EQ] = ACTIONS(4376), - [anon_sym_STAR_EQ] = ACTIONS(4376), - [anon_sym_SLASH_EQ] = ACTIONS(4376), - [anon_sym_PERCENT_EQ] = ACTIONS(4376), - [anon_sym_BANG_EQ] = ACTIONS(4374), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4376), - [anon_sym_EQ_EQ] = ACTIONS(4374), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4376), - [anon_sym_LT_EQ] = ACTIONS(4376), - [anon_sym_GT_EQ] = ACTIONS(4376), - [anon_sym_BANGin] = ACTIONS(4376), - [anon_sym_is] = ACTIONS(4374), - [anon_sym_BANGis] = ACTIONS(4376), - [anon_sym_PLUS] = ACTIONS(4374), - [anon_sym_DASH] = ACTIONS(4374), - [anon_sym_SLASH] = ACTIONS(4374), - [anon_sym_PERCENT] = ACTIONS(4374), - [anon_sym_as_QMARK] = ACTIONS(4376), - [anon_sym_PLUS_PLUS] = ACTIONS(4376), - [anon_sym_DASH_DASH] = ACTIONS(4376), - [anon_sym_BANG] = ACTIONS(4374), - [anon_sym_BANG_BANG] = ACTIONS(4376), - [anon_sym_suspend] = ACTIONS(4374), - [anon_sym_sealed] = ACTIONS(4374), - [anon_sym_annotation] = ACTIONS(4374), - [anon_sym_data] = ACTIONS(4374), - [anon_sym_inner] = ACTIONS(4374), - [anon_sym_override] = ACTIONS(4374), - [anon_sym_lateinit] = ACTIONS(4374), - [anon_sym_public] = ACTIONS(4374), - [anon_sym_private] = ACTIONS(4374), - [anon_sym_internal] = ACTIONS(4374), - [anon_sym_protected] = ACTIONS(4374), - [anon_sym_tailrec] = ACTIONS(4374), - [anon_sym_operator] = ACTIONS(4374), - [anon_sym_infix] = ACTIONS(4374), - [anon_sym_inline] = ACTIONS(4374), - [anon_sym_external] = ACTIONS(4374), - [sym_property_modifier] = ACTIONS(4374), - [anon_sym_abstract] = ACTIONS(4374), - [anon_sym_final] = ACTIONS(4374), - [anon_sym_open] = ACTIONS(4374), - [anon_sym_vararg] = ACTIONS(4374), - [anon_sym_noinline] = ACTIONS(4374), - [anon_sym_crossinline] = ACTIONS(4374), - [anon_sym_expect] = ACTIONS(4374), - [anon_sym_actual] = ACTIONS(4374), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4376), - [anon_sym_continue_AT] = ACTIONS(4376), - [anon_sym_break_AT] = ACTIONS(4376), - [sym_real_literal] = ACTIONS(4376), - [sym_integer_literal] = ACTIONS(4374), - [sym_hex_literal] = ACTIONS(4376), - [sym_bin_literal] = ACTIONS(4376), - [anon_sym_true] = ACTIONS(4374), - [anon_sym_false] = ACTIONS(4374), - [anon_sym_SQUOTE] = ACTIONS(4376), - [sym__backtick_identifier] = ACTIONS(4376), - [sym__automatic_semicolon] = ACTIONS(4376), - [sym_safe_nav] = ACTIONS(4376), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4376), + [sym_type_constraints] = STATE(1068), + [sym_function_body] = STATE(1179), + [sym__block] = STATE(1087), + [sym__alpha_identifier] = ACTIONS(4085), + [anon_sym_AT] = ACTIONS(4087), + [anon_sym_LBRACK] = ACTIONS(4087), + [anon_sym_as] = ACTIONS(4085), + [anon_sym_EQ] = ACTIONS(4320), + [anon_sym_LBRACE] = ACTIONS(4039), + [anon_sym_RBRACE] = ACTIONS(4087), + [anon_sym_LPAREN] = ACTIONS(4087), + [anon_sym_LT] = ACTIONS(4085), + [anon_sym_GT] = ACTIONS(4085), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(4085), + [anon_sym_fun] = ACTIONS(4085), + [anon_sym_DOT] = ACTIONS(4085), + [anon_sym_SEMI] = ACTIONS(4087), + [anon_sym_get] = ACTIONS(4085), + [anon_sym_set] = ACTIONS(4085), + [anon_sym_this] = ACTIONS(4085), + [anon_sym_super] = ACTIONS(4085), + [anon_sym_STAR] = ACTIONS(4085), + [sym_label] = ACTIONS(4085), + [anon_sym_in] = ACTIONS(4085), + [anon_sym_DOT_DOT] = ACTIONS(4087), + [anon_sym_QMARK_COLON] = ACTIONS(4087), + [anon_sym_AMP_AMP] = ACTIONS(4087), + [anon_sym_PIPE_PIPE] = ACTIONS(4087), + [anon_sym_null] = ACTIONS(4085), + [anon_sym_if] = ACTIONS(4085), + [anon_sym_else] = ACTIONS(4085), + [anon_sym_when] = ACTIONS(4085), + [anon_sym_try] = ACTIONS(4085), + [anon_sym_throw] = ACTIONS(4085), + [anon_sym_return] = ACTIONS(4085), + [anon_sym_continue] = ACTIONS(4085), + [anon_sym_break] = ACTIONS(4085), + [anon_sym_COLON_COLON] = ACTIONS(4087), + [anon_sym_PLUS_EQ] = ACTIONS(4087), + [anon_sym_DASH_EQ] = ACTIONS(4087), + [anon_sym_STAR_EQ] = ACTIONS(4087), + [anon_sym_SLASH_EQ] = ACTIONS(4087), + [anon_sym_PERCENT_EQ] = ACTIONS(4087), + [anon_sym_BANG_EQ] = ACTIONS(4085), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4087), + [anon_sym_EQ_EQ] = ACTIONS(4085), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4087), + [anon_sym_LT_EQ] = ACTIONS(4087), + [anon_sym_GT_EQ] = ACTIONS(4087), + [anon_sym_BANGin] = ACTIONS(4087), + [anon_sym_is] = ACTIONS(4085), + [anon_sym_BANGis] = ACTIONS(4087), + [anon_sym_PLUS] = ACTIONS(4085), + [anon_sym_DASH] = ACTIONS(4085), + [anon_sym_SLASH] = ACTIONS(4085), + [anon_sym_PERCENT] = ACTIONS(4085), + [anon_sym_as_QMARK] = ACTIONS(4087), + [anon_sym_PLUS_PLUS] = ACTIONS(4087), + [anon_sym_DASH_DASH] = ACTIONS(4087), + [anon_sym_BANG] = ACTIONS(4085), + [anon_sym_BANG_BANG] = ACTIONS(4087), + [anon_sym_suspend] = ACTIONS(4085), + [anon_sym_sealed] = ACTIONS(4085), + [anon_sym_annotation] = ACTIONS(4085), + [anon_sym_data] = ACTIONS(4085), + [anon_sym_inner] = ACTIONS(4085), + [anon_sym_override] = ACTIONS(4085), + [anon_sym_lateinit] = ACTIONS(4085), + [anon_sym_public] = ACTIONS(4085), + [anon_sym_private] = ACTIONS(4085), + [anon_sym_internal] = ACTIONS(4085), + [anon_sym_protected] = ACTIONS(4085), + [anon_sym_tailrec] = ACTIONS(4085), + [anon_sym_operator] = ACTIONS(4085), + [anon_sym_infix] = ACTIONS(4085), + [anon_sym_inline] = ACTIONS(4085), + [anon_sym_external] = ACTIONS(4085), + [sym_property_modifier] = ACTIONS(4085), + [anon_sym_abstract] = ACTIONS(4085), + [anon_sym_final] = ACTIONS(4085), + [anon_sym_open] = ACTIONS(4085), + [anon_sym_vararg] = ACTIONS(4085), + [anon_sym_noinline] = ACTIONS(4085), + [anon_sym_crossinline] = ACTIONS(4085), + [anon_sym_expect] = ACTIONS(4085), + [anon_sym_actual] = ACTIONS(4085), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4087), + [anon_sym_continue_AT] = ACTIONS(4087), + [anon_sym_break_AT] = ACTIONS(4087), + [sym_real_literal] = ACTIONS(4087), + [sym_integer_literal] = ACTIONS(4085), + [sym_hex_literal] = ACTIONS(4087), + [sym_bin_literal] = ACTIONS(4087), + [anon_sym_true] = ACTIONS(4085), + [anon_sym_false] = ACTIONS(4085), + [anon_sym_SQUOTE] = ACTIONS(4087), + [sym__backtick_identifier] = ACTIONS(4087), + [sym__automatic_semicolon] = ACTIONS(4087), + [sym_safe_nav] = ACTIONS(4087), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4087), }, [881] = { - [sym__alpha_identifier] = ACTIONS(4378), - [anon_sym_AT] = ACTIONS(4380), - [anon_sym_LBRACK] = ACTIONS(4380), - [anon_sym_as] = ACTIONS(4378), - [anon_sym_EQ] = ACTIONS(4378), - [anon_sym_LBRACE] = ACTIONS(4380), - [anon_sym_RBRACE] = ACTIONS(4380), - [anon_sym_LPAREN] = ACTIONS(4380), - [anon_sym_COMMA] = ACTIONS(4380), - [anon_sym_LT] = ACTIONS(4378), - [anon_sym_GT] = ACTIONS(4378), - [anon_sym_where] = ACTIONS(4378), - [anon_sym_object] = ACTIONS(4378), - [anon_sym_fun] = ACTIONS(4378), - [anon_sym_DOT] = ACTIONS(4378), - [anon_sym_SEMI] = ACTIONS(4380), - [anon_sym_get] = ACTIONS(4378), - [anon_sym_set] = ACTIONS(4378), - [anon_sym_this] = ACTIONS(4378), - [anon_sym_super] = ACTIONS(4378), - [anon_sym_STAR] = ACTIONS(4378), - [sym_label] = ACTIONS(4378), - [anon_sym_in] = ACTIONS(4378), - [anon_sym_DOT_DOT] = ACTIONS(4380), - [anon_sym_QMARK_COLON] = ACTIONS(4380), - [anon_sym_AMP_AMP] = ACTIONS(4380), - [anon_sym_PIPE_PIPE] = ACTIONS(4380), - [anon_sym_null] = ACTIONS(4378), - [anon_sym_if] = ACTIONS(4378), - [anon_sym_else] = ACTIONS(4378), - [anon_sym_when] = ACTIONS(4378), - [anon_sym_try] = ACTIONS(4378), - [anon_sym_catch] = ACTIONS(4378), - [anon_sym_finally] = ACTIONS(4378), - [anon_sym_throw] = ACTIONS(4378), - [anon_sym_return] = ACTIONS(4378), - [anon_sym_continue] = ACTIONS(4378), - [anon_sym_break] = ACTIONS(4378), - [anon_sym_COLON_COLON] = ACTIONS(4380), - [anon_sym_PLUS_EQ] = ACTIONS(4380), - [anon_sym_DASH_EQ] = ACTIONS(4380), - [anon_sym_STAR_EQ] = ACTIONS(4380), - [anon_sym_SLASH_EQ] = ACTIONS(4380), - [anon_sym_PERCENT_EQ] = ACTIONS(4380), - [anon_sym_BANG_EQ] = ACTIONS(4378), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4380), - [anon_sym_EQ_EQ] = ACTIONS(4378), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4380), - [anon_sym_LT_EQ] = ACTIONS(4380), - [anon_sym_GT_EQ] = ACTIONS(4380), - [anon_sym_BANGin] = ACTIONS(4380), - [anon_sym_is] = ACTIONS(4378), - [anon_sym_BANGis] = ACTIONS(4380), + [sym_getter] = STATE(3766), + [sym_setter] = STATE(3766), + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(2278), + [sym__comparison_operator] = STATE(2276), + [sym__in_operator] = STATE(2273), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(2271), + [sym__multiplicative_operator] = STATE(2268), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_modifiers] = STATE(8770), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2266), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_RBRACE] = ACTIONS(1766), + [anon_sym_LPAREN] = ACTIONS(3572), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(4350), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(4382), + [anon_sym_get] = ACTIONS(4354), + [anon_sym_set] = ACTIONS(4356), + [anon_sym_STAR] = ACTIONS(4358), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(4360), + [anon_sym_DOT_DOT] = ACTIONS(4362), + [anon_sym_QMARK_COLON] = ACTIONS(4364), + [anon_sym_AMP_AMP] = ACTIONS(4366), + [anon_sym_PIPE_PIPE] = ACTIONS(4368), + [anon_sym_else] = ACTIONS(1764), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_BANG_EQ] = ACTIONS(4370), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4372), + [anon_sym_EQ_EQ] = ACTIONS(4370), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4372), + [anon_sym_LT_EQ] = ACTIONS(4374), + [anon_sym_GT_EQ] = ACTIONS(4374), + [anon_sym_BANGin] = ACTIONS(4376), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), [anon_sym_PLUS] = ACTIONS(4378), [anon_sym_DASH] = ACTIONS(4378), - [anon_sym_SLASH] = ACTIONS(4378), - [anon_sym_PERCENT] = ACTIONS(4378), - [anon_sym_as_QMARK] = ACTIONS(4380), - [anon_sym_PLUS_PLUS] = ACTIONS(4380), - [anon_sym_DASH_DASH] = ACTIONS(4380), - [anon_sym_BANG] = ACTIONS(4378), - [anon_sym_BANG_BANG] = ACTIONS(4380), - [anon_sym_suspend] = ACTIONS(4378), - [anon_sym_sealed] = ACTIONS(4378), - [anon_sym_annotation] = ACTIONS(4378), - [anon_sym_data] = ACTIONS(4378), - [anon_sym_inner] = ACTIONS(4378), - [anon_sym_override] = ACTIONS(4378), - [anon_sym_lateinit] = ACTIONS(4378), - [anon_sym_public] = ACTIONS(4378), - [anon_sym_private] = ACTIONS(4378), - [anon_sym_internal] = ACTIONS(4378), - [anon_sym_protected] = ACTIONS(4378), - [anon_sym_tailrec] = ACTIONS(4378), - [anon_sym_operator] = ACTIONS(4378), - [anon_sym_infix] = ACTIONS(4378), - [anon_sym_inline] = ACTIONS(4378), - [anon_sym_external] = ACTIONS(4378), - [sym_property_modifier] = ACTIONS(4378), - [anon_sym_abstract] = ACTIONS(4378), - [anon_sym_final] = ACTIONS(4378), - [anon_sym_open] = ACTIONS(4378), - [anon_sym_vararg] = ACTIONS(4378), - [anon_sym_noinline] = ACTIONS(4378), - [anon_sym_crossinline] = ACTIONS(4378), - [anon_sym_expect] = ACTIONS(4378), - [anon_sym_actual] = ACTIONS(4378), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4380), - [anon_sym_continue_AT] = ACTIONS(4380), - [anon_sym_break_AT] = ACTIONS(4380), - [sym_real_literal] = ACTIONS(4380), - [sym_integer_literal] = ACTIONS(4378), - [sym_hex_literal] = ACTIONS(4380), - [sym_bin_literal] = ACTIONS(4380), - [anon_sym_true] = ACTIONS(4378), - [anon_sym_false] = ACTIONS(4378), - [anon_sym_SQUOTE] = ACTIONS(4380), - [sym__backtick_identifier] = ACTIONS(4380), - [sym__automatic_semicolon] = ACTIONS(4380), - [sym_safe_nav] = ACTIONS(4380), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4380), + [anon_sym_SLASH] = ACTIONS(4380), + [anon_sym_PERCENT] = ACTIONS(4358), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(1746), + [anon_sym_inner] = ACTIONS(1746), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(1748), + [anon_sym_actual] = ACTIONS(1748), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(1766), + [sym_safe_nav] = ACTIONS(3598), + [sym_multiline_comment] = ACTIONS(3), }, [882] = { - [sym_function_body] = STATE(1199), - [sym__block] = STATE(1128), - [sym__alpha_identifier] = ACTIONS(4382), - [anon_sym_AT] = ACTIONS(4384), - [anon_sym_LBRACK] = ACTIONS(4384), - [anon_sym_as] = ACTIONS(4382), - [anon_sym_EQ] = ACTIONS(4079), - [anon_sym_LBRACE] = ACTIONS(4081), - [anon_sym_RBRACE] = ACTIONS(4384), - [anon_sym_LPAREN] = ACTIONS(4384), - [anon_sym_COMMA] = ACTIONS(4384), - [anon_sym_LT] = ACTIONS(4382), - [anon_sym_GT] = ACTIONS(4382), - [anon_sym_where] = ACTIONS(4382), - [anon_sym_object] = ACTIONS(4382), - [anon_sym_fun] = ACTIONS(4382), - [anon_sym_DOT] = ACTIONS(4382), + [sym_getter] = STATE(3702), + [sym_setter] = STATE(3702), + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(2278), + [sym__comparison_operator] = STATE(2276), + [sym__in_operator] = STATE(2273), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(2271), + [sym__multiplicative_operator] = STATE(2268), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_modifiers] = STATE(8770), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2266), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_LPAREN] = ACTIONS(3572), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(4350), + [anon_sym_DOT] = ACTIONS(3576), [anon_sym_SEMI] = ACTIONS(4384), - [anon_sym_get] = ACTIONS(4382), - [anon_sym_set] = ACTIONS(4382), - [anon_sym_this] = ACTIONS(4382), - [anon_sym_super] = ACTIONS(4382), - [anon_sym_STAR] = ACTIONS(4382), - [sym_label] = ACTIONS(4382), - [anon_sym_in] = ACTIONS(4382), - [anon_sym_DOT_DOT] = ACTIONS(4384), - [anon_sym_QMARK_COLON] = ACTIONS(4384), - [anon_sym_AMP_AMP] = ACTIONS(4384), - [anon_sym_PIPE_PIPE] = ACTIONS(4384), - [anon_sym_null] = ACTIONS(4382), - [anon_sym_if] = ACTIONS(4382), - [anon_sym_else] = ACTIONS(4382), - [anon_sym_when] = ACTIONS(4382), - [anon_sym_try] = ACTIONS(4382), - [anon_sym_throw] = ACTIONS(4382), - [anon_sym_return] = ACTIONS(4382), - [anon_sym_continue] = ACTIONS(4382), - [anon_sym_break] = ACTIONS(4382), - [anon_sym_COLON_COLON] = ACTIONS(4384), - [anon_sym_PLUS_EQ] = ACTIONS(4384), - [anon_sym_DASH_EQ] = ACTIONS(4384), - [anon_sym_STAR_EQ] = ACTIONS(4384), - [anon_sym_SLASH_EQ] = ACTIONS(4384), - [anon_sym_PERCENT_EQ] = ACTIONS(4384), - [anon_sym_BANG_EQ] = ACTIONS(4382), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4384), - [anon_sym_EQ_EQ] = ACTIONS(4382), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4384), - [anon_sym_LT_EQ] = ACTIONS(4384), - [anon_sym_GT_EQ] = ACTIONS(4384), - [anon_sym_BANGin] = ACTIONS(4384), - [anon_sym_is] = ACTIONS(4382), - [anon_sym_BANGis] = ACTIONS(4384), - [anon_sym_PLUS] = ACTIONS(4382), - [anon_sym_DASH] = ACTIONS(4382), - [anon_sym_SLASH] = ACTIONS(4382), - [anon_sym_PERCENT] = ACTIONS(4382), - [anon_sym_as_QMARK] = ACTIONS(4384), - [anon_sym_PLUS_PLUS] = ACTIONS(4384), - [anon_sym_DASH_DASH] = ACTIONS(4384), - [anon_sym_BANG] = ACTIONS(4382), - [anon_sym_BANG_BANG] = ACTIONS(4384), - [anon_sym_suspend] = ACTIONS(4382), - [anon_sym_sealed] = ACTIONS(4382), - [anon_sym_annotation] = ACTIONS(4382), - [anon_sym_data] = ACTIONS(4382), - [anon_sym_inner] = ACTIONS(4382), - [anon_sym_override] = ACTIONS(4382), - [anon_sym_lateinit] = ACTIONS(4382), - [anon_sym_public] = ACTIONS(4382), - [anon_sym_private] = ACTIONS(4382), - [anon_sym_internal] = ACTIONS(4382), - [anon_sym_protected] = ACTIONS(4382), - [anon_sym_tailrec] = ACTIONS(4382), - [anon_sym_operator] = ACTIONS(4382), - [anon_sym_infix] = ACTIONS(4382), - [anon_sym_inline] = ACTIONS(4382), - [anon_sym_external] = ACTIONS(4382), - [sym_property_modifier] = ACTIONS(4382), - [anon_sym_abstract] = ACTIONS(4382), - [anon_sym_final] = ACTIONS(4382), - [anon_sym_open] = ACTIONS(4382), - [anon_sym_vararg] = ACTIONS(4382), - [anon_sym_noinline] = ACTIONS(4382), - [anon_sym_crossinline] = ACTIONS(4382), - [anon_sym_expect] = ACTIONS(4382), - [anon_sym_actual] = ACTIONS(4382), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4384), - [anon_sym_continue_AT] = ACTIONS(4384), - [anon_sym_break_AT] = ACTIONS(4384), - [sym_real_literal] = ACTIONS(4384), - [sym_integer_literal] = ACTIONS(4382), - [sym_hex_literal] = ACTIONS(4384), - [sym_bin_literal] = ACTIONS(4384), - [anon_sym_true] = ACTIONS(4382), - [anon_sym_false] = ACTIONS(4382), - [anon_sym_SQUOTE] = ACTIONS(4384), - [sym__backtick_identifier] = ACTIONS(4384), - [sym__automatic_semicolon] = ACTIONS(4384), - [sym_safe_nav] = ACTIONS(4384), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4384), + [anon_sym_get] = ACTIONS(4354), + [anon_sym_set] = ACTIONS(4356), + [anon_sym_STAR] = ACTIONS(4358), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(4360), + [anon_sym_DOT_DOT] = ACTIONS(4362), + [anon_sym_QMARK_COLON] = ACTIONS(4364), + [anon_sym_AMP_AMP] = ACTIONS(4366), + [anon_sym_PIPE_PIPE] = ACTIONS(4368), + [anon_sym_else] = ACTIONS(1752), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_BANG_EQ] = ACTIONS(4370), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4372), + [anon_sym_EQ_EQ] = ACTIONS(4370), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4372), + [anon_sym_LT_EQ] = ACTIONS(4374), + [anon_sym_GT_EQ] = ACTIONS(4374), + [anon_sym_BANGin] = ACTIONS(4376), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), + [anon_sym_PLUS] = ACTIONS(4378), + [anon_sym_DASH] = ACTIONS(4378), + [anon_sym_SLASH] = ACTIONS(4380), + [anon_sym_PERCENT] = ACTIONS(4358), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(1746), + [anon_sym_inner] = ACTIONS(1746), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(1748), + [anon_sym_actual] = ACTIONS(1748), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(1754), + [sym_safe_nav] = ACTIONS(3598), + [sym_multiline_comment] = ACTIONS(3), }, [883] = { - [sym_function_body] = STATE(1167), - [sym__block] = STATE(1128), + [sym_class_body] = STATE(1084), [sym__alpha_identifier] = ACTIONS(4386), [anon_sym_AT] = ACTIONS(4388), + [anon_sym_COLON] = ACTIONS(4390), [anon_sym_LBRACK] = ACTIONS(4388), [anon_sym_as] = ACTIONS(4386), - [anon_sym_EQ] = ACTIONS(4079), - [anon_sym_LBRACE] = ACTIONS(4081), + [anon_sym_EQ] = ACTIONS(4386), + [anon_sym_LBRACE] = ACTIONS(3180), [anon_sym_RBRACE] = ACTIONS(4388), [anon_sym_LPAREN] = ACTIONS(4388), [anon_sym_COMMA] = ACTIONS(4388), @@ -139029,125 +139137,335 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(4388), }, [884] = { - [sym_type_constraints] = STATE(984), - [sym_enum_class_body] = STATE(1122), - [sym__alpha_identifier] = ACTIONS(4213), - [anon_sym_AT] = ACTIONS(4215), - [anon_sym_COLON] = ACTIONS(4390), - [anon_sym_LBRACK] = ACTIONS(4215), - [anon_sym_as] = ACTIONS(4213), - [anon_sym_EQ] = ACTIONS(4213), - [anon_sym_LBRACE] = ACTIONS(3144), - [anon_sym_RBRACE] = ACTIONS(4215), - [anon_sym_LPAREN] = ACTIONS(4215), - [anon_sym_LT] = ACTIONS(4213), - [anon_sym_GT] = ACTIONS(4213), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(4213), - [anon_sym_fun] = ACTIONS(4213), - [anon_sym_DOT] = ACTIONS(4213), - [anon_sym_SEMI] = ACTIONS(4215), - [anon_sym_get] = ACTIONS(4213), - [anon_sym_set] = ACTIONS(4213), - [anon_sym_this] = ACTIONS(4213), - [anon_sym_super] = ACTIONS(4213), - [anon_sym_STAR] = ACTIONS(4213), - [sym_label] = ACTIONS(4213), - [anon_sym_in] = ACTIONS(4213), - [anon_sym_DOT_DOT] = ACTIONS(4215), - [anon_sym_QMARK_COLON] = ACTIONS(4215), - [anon_sym_AMP_AMP] = ACTIONS(4215), - [anon_sym_PIPE_PIPE] = ACTIONS(4215), - [anon_sym_null] = ACTIONS(4213), - [anon_sym_if] = ACTIONS(4213), - [anon_sym_else] = ACTIONS(4213), - [anon_sym_when] = ACTIONS(4213), - [anon_sym_try] = ACTIONS(4213), - [anon_sym_throw] = ACTIONS(4213), - [anon_sym_return] = ACTIONS(4213), - [anon_sym_continue] = ACTIONS(4213), - [anon_sym_break] = ACTIONS(4213), - [anon_sym_COLON_COLON] = ACTIONS(4215), - [anon_sym_PLUS_EQ] = ACTIONS(4215), - [anon_sym_DASH_EQ] = ACTIONS(4215), - [anon_sym_STAR_EQ] = ACTIONS(4215), - [anon_sym_SLASH_EQ] = ACTIONS(4215), - [anon_sym_PERCENT_EQ] = ACTIONS(4215), - [anon_sym_BANG_EQ] = ACTIONS(4213), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4215), - [anon_sym_EQ_EQ] = ACTIONS(4213), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4215), - [anon_sym_LT_EQ] = ACTIONS(4215), - [anon_sym_GT_EQ] = ACTIONS(4215), - [anon_sym_BANGin] = ACTIONS(4215), - [anon_sym_is] = ACTIONS(4213), - [anon_sym_BANGis] = ACTIONS(4215), - [anon_sym_PLUS] = ACTIONS(4213), - [anon_sym_DASH] = ACTIONS(4213), - [anon_sym_SLASH] = ACTIONS(4213), - [anon_sym_PERCENT] = ACTIONS(4213), - [anon_sym_as_QMARK] = ACTIONS(4215), - [anon_sym_PLUS_PLUS] = ACTIONS(4215), - [anon_sym_DASH_DASH] = ACTIONS(4215), - [anon_sym_BANG] = ACTIONS(4213), - [anon_sym_BANG_BANG] = ACTIONS(4215), - [anon_sym_suspend] = ACTIONS(4213), - [anon_sym_sealed] = ACTIONS(4213), - [anon_sym_annotation] = ACTIONS(4213), - [anon_sym_data] = ACTIONS(4213), - [anon_sym_inner] = ACTIONS(4213), - [anon_sym_override] = ACTIONS(4213), - [anon_sym_lateinit] = ACTIONS(4213), - [anon_sym_public] = ACTIONS(4213), - [anon_sym_private] = ACTIONS(4213), - [anon_sym_internal] = ACTIONS(4213), - [anon_sym_protected] = ACTIONS(4213), - [anon_sym_tailrec] = ACTIONS(4213), - [anon_sym_operator] = ACTIONS(4213), - [anon_sym_infix] = ACTIONS(4213), - [anon_sym_inline] = ACTIONS(4213), - [anon_sym_external] = ACTIONS(4213), - [sym_property_modifier] = ACTIONS(4213), - [anon_sym_abstract] = ACTIONS(4213), - [anon_sym_final] = ACTIONS(4213), - [anon_sym_open] = ACTIONS(4213), - [anon_sym_vararg] = ACTIONS(4213), - [anon_sym_noinline] = ACTIONS(4213), - [anon_sym_crossinline] = ACTIONS(4213), - [anon_sym_expect] = ACTIONS(4213), - [anon_sym_actual] = ACTIONS(4213), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4215), - [anon_sym_continue_AT] = ACTIONS(4215), - [anon_sym_break_AT] = ACTIONS(4215), - [sym_real_literal] = ACTIONS(4215), - [sym_integer_literal] = ACTIONS(4213), - [sym_hex_literal] = ACTIONS(4215), - [sym_bin_literal] = ACTIONS(4215), - [anon_sym_true] = ACTIONS(4213), - [anon_sym_false] = ACTIONS(4213), - [anon_sym_SQUOTE] = ACTIONS(4215), - [sym__backtick_identifier] = ACTIONS(4215), - [sym__automatic_semicolon] = ACTIONS(4215), - [sym_safe_nav] = ACTIONS(4215), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4215), + [sym_type_constraints] = STATE(1067), + [sym_function_body] = STATE(1154), + [sym__block] = STATE(1087), + [sym__alpha_identifier] = ACTIONS(4031), + [anon_sym_AT] = ACTIONS(4033), + [anon_sym_LBRACK] = ACTIONS(4033), + [anon_sym_as] = ACTIONS(4031), + [anon_sym_EQ] = ACTIONS(4320), + [anon_sym_LBRACE] = ACTIONS(4039), + [anon_sym_RBRACE] = ACTIONS(4033), + [anon_sym_LPAREN] = ACTIONS(4033), + [anon_sym_LT] = ACTIONS(4031), + [anon_sym_GT] = ACTIONS(4031), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(4031), + [anon_sym_fun] = ACTIONS(4031), + [anon_sym_DOT] = ACTIONS(4031), + [anon_sym_SEMI] = ACTIONS(4033), + [anon_sym_get] = ACTIONS(4031), + [anon_sym_set] = ACTIONS(4031), + [anon_sym_this] = ACTIONS(4031), + [anon_sym_super] = ACTIONS(4031), + [anon_sym_STAR] = ACTIONS(4031), + [sym_label] = ACTIONS(4031), + [anon_sym_in] = ACTIONS(4031), + [anon_sym_DOT_DOT] = ACTIONS(4033), + [anon_sym_QMARK_COLON] = ACTIONS(4033), + [anon_sym_AMP_AMP] = ACTIONS(4033), + [anon_sym_PIPE_PIPE] = ACTIONS(4033), + [anon_sym_null] = ACTIONS(4031), + [anon_sym_if] = ACTIONS(4031), + [anon_sym_else] = ACTIONS(4031), + [anon_sym_when] = ACTIONS(4031), + [anon_sym_try] = ACTIONS(4031), + [anon_sym_throw] = ACTIONS(4031), + [anon_sym_return] = ACTIONS(4031), + [anon_sym_continue] = ACTIONS(4031), + [anon_sym_break] = ACTIONS(4031), + [anon_sym_COLON_COLON] = ACTIONS(4033), + [anon_sym_PLUS_EQ] = ACTIONS(4033), + [anon_sym_DASH_EQ] = ACTIONS(4033), + [anon_sym_STAR_EQ] = ACTIONS(4033), + [anon_sym_SLASH_EQ] = ACTIONS(4033), + [anon_sym_PERCENT_EQ] = ACTIONS(4033), + [anon_sym_BANG_EQ] = ACTIONS(4031), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4033), + [anon_sym_EQ_EQ] = ACTIONS(4031), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4033), + [anon_sym_LT_EQ] = ACTIONS(4033), + [anon_sym_GT_EQ] = ACTIONS(4033), + [anon_sym_BANGin] = ACTIONS(4033), + [anon_sym_is] = ACTIONS(4031), + [anon_sym_BANGis] = ACTIONS(4033), + [anon_sym_PLUS] = ACTIONS(4031), + [anon_sym_DASH] = ACTIONS(4031), + [anon_sym_SLASH] = ACTIONS(4031), + [anon_sym_PERCENT] = ACTIONS(4031), + [anon_sym_as_QMARK] = ACTIONS(4033), + [anon_sym_PLUS_PLUS] = ACTIONS(4033), + [anon_sym_DASH_DASH] = ACTIONS(4033), + [anon_sym_BANG] = ACTIONS(4031), + [anon_sym_BANG_BANG] = ACTIONS(4033), + [anon_sym_suspend] = ACTIONS(4031), + [anon_sym_sealed] = ACTIONS(4031), + [anon_sym_annotation] = ACTIONS(4031), + [anon_sym_data] = ACTIONS(4031), + [anon_sym_inner] = ACTIONS(4031), + [anon_sym_override] = ACTIONS(4031), + [anon_sym_lateinit] = ACTIONS(4031), + [anon_sym_public] = ACTIONS(4031), + [anon_sym_private] = ACTIONS(4031), + [anon_sym_internal] = ACTIONS(4031), + [anon_sym_protected] = ACTIONS(4031), + [anon_sym_tailrec] = ACTIONS(4031), + [anon_sym_operator] = ACTIONS(4031), + [anon_sym_infix] = ACTIONS(4031), + [anon_sym_inline] = ACTIONS(4031), + [anon_sym_external] = ACTIONS(4031), + [sym_property_modifier] = ACTIONS(4031), + [anon_sym_abstract] = ACTIONS(4031), + [anon_sym_final] = ACTIONS(4031), + [anon_sym_open] = ACTIONS(4031), + [anon_sym_vararg] = ACTIONS(4031), + [anon_sym_noinline] = ACTIONS(4031), + [anon_sym_crossinline] = ACTIONS(4031), + [anon_sym_expect] = ACTIONS(4031), + [anon_sym_actual] = ACTIONS(4031), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4033), + [anon_sym_continue_AT] = ACTIONS(4033), + [anon_sym_break_AT] = ACTIONS(4033), + [sym_real_literal] = ACTIONS(4033), + [sym_integer_literal] = ACTIONS(4031), + [sym_hex_literal] = ACTIONS(4033), + [sym_bin_literal] = ACTIONS(4033), + [anon_sym_true] = ACTIONS(4031), + [anon_sym_false] = ACTIONS(4031), + [anon_sym_SQUOTE] = ACTIONS(4033), + [sym__backtick_identifier] = ACTIONS(4033), + [sym__automatic_semicolon] = ACTIONS(4033), + [sym_safe_nav] = ACTIONS(4033), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4033), }, [885] = { + [sym_type_constraints] = STATE(962), + [sym_enum_class_body] = STATE(1127), + [sym__alpha_identifier] = ACTIONS(4188), + [anon_sym_AT] = ACTIONS(4190), + [anon_sym_LBRACK] = ACTIONS(4190), + [anon_sym_as] = ACTIONS(4188), + [anon_sym_EQ] = ACTIONS(4188), + [anon_sym_LBRACE] = ACTIONS(3156), + [anon_sym_RBRACE] = ACTIONS(4190), + [anon_sym_LPAREN] = ACTIONS(4190), + [anon_sym_COMMA] = ACTIONS(4190), + [anon_sym_LT] = ACTIONS(4188), + [anon_sym_GT] = ACTIONS(4188), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(4188), + [anon_sym_fun] = ACTIONS(4188), + [anon_sym_DOT] = ACTIONS(4188), + [anon_sym_SEMI] = ACTIONS(4190), + [anon_sym_get] = ACTIONS(4188), + [anon_sym_set] = ACTIONS(4188), + [anon_sym_this] = ACTIONS(4188), + [anon_sym_super] = ACTIONS(4188), + [anon_sym_STAR] = ACTIONS(4188), + [sym_label] = ACTIONS(4188), + [anon_sym_in] = ACTIONS(4188), + [anon_sym_DOT_DOT] = ACTIONS(4190), + [anon_sym_QMARK_COLON] = ACTIONS(4190), + [anon_sym_AMP_AMP] = ACTIONS(4190), + [anon_sym_PIPE_PIPE] = ACTIONS(4190), + [anon_sym_null] = ACTIONS(4188), + [anon_sym_if] = ACTIONS(4188), + [anon_sym_else] = ACTIONS(4188), + [anon_sym_when] = ACTIONS(4188), + [anon_sym_try] = ACTIONS(4188), + [anon_sym_throw] = ACTIONS(4188), + [anon_sym_return] = ACTIONS(4188), + [anon_sym_continue] = ACTIONS(4188), + [anon_sym_break] = ACTIONS(4188), + [anon_sym_COLON_COLON] = ACTIONS(4190), + [anon_sym_PLUS_EQ] = ACTIONS(4190), + [anon_sym_DASH_EQ] = ACTIONS(4190), + [anon_sym_STAR_EQ] = ACTIONS(4190), + [anon_sym_SLASH_EQ] = ACTIONS(4190), + [anon_sym_PERCENT_EQ] = ACTIONS(4190), + [anon_sym_BANG_EQ] = ACTIONS(4188), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4190), + [anon_sym_EQ_EQ] = ACTIONS(4188), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4190), + [anon_sym_LT_EQ] = ACTIONS(4190), + [anon_sym_GT_EQ] = ACTIONS(4190), + [anon_sym_BANGin] = ACTIONS(4190), + [anon_sym_is] = ACTIONS(4188), + [anon_sym_BANGis] = ACTIONS(4190), + [anon_sym_PLUS] = ACTIONS(4188), + [anon_sym_DASH] = ACTIONS(4188), + [anon_sym_SLASH] = ACTIONS(4188), + [anon_sym_PERCENT] = ACTIONS(4188), + [anon_sym_as_QMARK] = ACTIONS(4190), + [anon_sym_PLUS_PLUS] = ACTIONS(4190), + [anon_sym_DASH_DASH] = ACTIONS(4190), + [anon_sym_BANG] = ACTIONS(4188), + [anon_sym_BANG_BANG] = ACTIONS(4190), + [anon_sym_suspend] = ACTIONS(4188), + [anon_sym_sealed] = ACTIONS(4188), + [anon_sym_annotation] = ACTIONS(4188), + [anon_sym_data] = ACTIONS(4188), + [anon_sym_inner] = ACTIONS(4188), + [anon_sym_override] = ACTIONS(4188), + [anon_sym_lateinit] = ACTIONS(4188), + [anon_sym_public] = ACTIONS(4188), + [anon_sym_private] = ACTIONS(4188), + [anon_sym_internal] = ACTIONS(4188), + [anon_sym_protected] = ACTIONS(4188), + [anon_sym_tailrec] = ACTIONS(4188), + [anon_sym_operator] = ACTIONS(4188), + [anon_sym_infix] = ACTIONS(4188), + [anon_sym_inline] = ACTIONS(4188), + [anon_sym_external] = ACTIONS(4188), + [sym_property_modifier] = ACTIONS(4188), + [anon_sym_abstract] = ACTIONS(4188), + [anon_sym_final] = ACTIONS(4188), + [anon_sym_open] = ACTIONS(4188), + [anon_sym_vararg] = ACTIONS(4188), + [anon_sym_noinline] = ACTIONS(4188), + [anon_sym_crossinline] = ACTIONS(4188), + [anon_sym_expect] = ACTIONS(4188), + [anon_sym_actual] = ACTIONS(4188), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4190), + [anon_sym_continue_AT] = ACTIONS(4190), + [anon_sym_break_AT] = ACTIONS(4190), + [sym_real_literal] = ACTIONS(4190), + [sym_integer_literal] = ACTIONS(4188), + [sym_hex_literal] = ACTIONS(4190), + [sym_bin_literal] = ACTIONS(4190), + [anon_sym_true] = ACTIONS(4188), + [anon_sym_false] = ACTIONS(4188), + [anon_sym_SQUOTE] = ACTIONS(4190), + [sym__backtick_identifier] = ACTIONS(4190), + [sym__automatic_semicolon] = ACTIONS(4190), + [sym_safe_nav] = ACTIONS(4190), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4190), + }, + [886] = { + [sym_type_constraints] = STATE(1066), + [sym_function_body] = STATE(1039), + [sym__block] = STATE(1087), + [sym__alpha_identifier] = ACTIONS(4099), + [anon_sym_AT] = ACTIONS(4101), + [anon_sym_LBRACK] = ACTIONS(4101), + [anon_sym_as] = ACTIONS(4099), + [anon_sym_EQ] = ACTIONS(4320), + [anon_sym_LBRACE] = ACTIONS(4039), + [anon_sym_RBRACE] = ACTIONS(4101), + [anon_sym_LPAREN] = ACTIONS(4101), + [anon_sym_LT] = ACTIONS(4099), + [anon_sym_GT] = ACTIONS(4099), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(4099), + [anon_sym_fun] = ACTIONS(4099), + [anon_sym_DOT] = ACTIONS(4099), + [anon_sym_SEMI] = ACTIONS(4101), + [anon_sym_get] = ACTIONS(4099), + [anon_sym_set] = ACTIONS(4099), + [anon_sym_this] = ACTIONS(4099), + [anon_sym_super] = ACTIONS(4099), + [anon_sym_STAR] = ACTIONS(4099), + [sym_label] = ACTIONS(4099), + [anon_sym_in] = ACTIONS(4099), + [anon_sym_DOT_DOT] = ACTIONS(4101), + [anon_sym_QMARK_COLON] = ACTIONS(4101), + [anon_sym_AMP_AMP] = ACTIONS(4101), + [anon_sym_PIPE_PIPE] = ACTIONS(4101), + [anon_sym_null] = ACTIONS(4099), + [anon_sym_if] = ACTIONS(4099), + [anon_sym_else] = ACTIONS(4099), + [anon_sym_when] = ACTIONS(4099), + [anon_sym_try] = ACTIONS(4099), + [anon_sym_throw] = ACTIONS(4099), + [anon_sym_return] = ACTIONS(4099), + [anon_sym_continue] = ACTIONS(4099), + [anon_sym_break] = ACTIONS(4099), + [anon_sym_COLON_COLON] = ACTIONS(4101), + [anon_sym_PLUS_EQ] = ACTIONS(4101), + [anon_sym_DASH_EQ] = ACTIONS(4101), + [anon_sym_STAR_EQ] = ACTIONS(4101), + [anon_sym_SLASH_EQ] = ACTIONS(4101), + [anon_sym_PERCENT_EQ] = ACTIONS(4101), + [anon_sym_BANG_EQ] = ACTIONS(4099), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4101), + [anon_sym_EQ_EQ] = ACTIONS(4099), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4101), + [anon_sym_LT_EQ] = ACTIONS(4101), + [anon_sym_GT_EQ] = ACTIONS(4101), + [anon_sym_BANGin] = ACTIONS(4101), + [anon_sym_is] = ACTIONS(4099), + [anon_sym_BANGis] = ACTIONS(4101), + [anon_sym_PLUS] = ACTIONS(4099), + [anon_sym_DASH] = ACTIONS(4099), + [anon_sym_SLASH] = ACTIONS(4099), + [anon_sym_PERCENT] = ACTIONS(4099), + [anon_sym_as_QMARK] = ACTIONS(4101), + [anon_sym_PLUS_PLUS] = ACTIONS(4101), + [anon_sym_DASH_DASH] = ACTIONS(4101), + [anon_sym_BANG] = ACTIONS(4099), + [anon_sym_BANG_BANG] = ACTIONS(4101), + [anon_sym_suspend] = ACTIONS(4099), + [anon_sym_sealed] = ACTIONS(4099), + [anon_sym_annotation] = ACTIONS(4099), + [anon_sym_data] = ACTIONS(4099), + [anon_sym_inner] = ACTIONS(4099), + [anon_sym_override] = ACTIONS(4099), + [anon_sym_lateinit] = ACTIONS(4099), + [anon_sym_public] = ACTIONS(4099), + [anon_sym_private] = ACTIONS(4099), + [anon_sym_internal] = ACTIONS(4099), + [anon_sym_protected] = ACTIONS(4099), + [anon_sym_tailrec] = ACTIONS(4099), + [anon_sym_operator] = ACTIONS(4099), + [anon_sym_infix] = ACTIONS(4099), + [anon_sym_inline] = ACTIONS(4099), + [anon_sym_external] = ACTIONS(4099), + [sym_property_modifier] = ACTIONS(4099), + [anon_sym_abstract] = ACTIONS(4099), + [anon_sym_final] = ACTIONS(4099), + [anon_sym_open] = ACTIONS(4099), + [anon_sym_vararg] = ACTIONS(4099), + [anon_sym_noinline] = ACTIONS(4099), + [anon_sym_crossinline] = ACTIONS(4099), + [anon_sym_expect] = ACTIONS(4099), + [anon_sym_actual] = ACTIONS(4099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4101), + [anon_sym_continue_AT] = ACTIONS(4101), + [anon_sym_break_AT] = ACTIONS(4101), + [sym_real_literal] = ACTIONS(4101), + [sym_integer_literal] = ACTIONS(4099), + [sym_hex_literal] = ACTIONS(4101), + [sym_bin_literal] = ACTIONS(4101), + [anon_sym_true] = ACTIONS(4099), + [anon_sym_false] = ACTIONS(4099), + [anon_sym_SQUOTE] = ACTIONS(4101), + [sym__backtick_identifier] = ACTIONS(4101), + [sym__automatic_semicolon] = ACTIONS(4101), + [sym_safe_nav] = ACTIONS(4101), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4101), + }, + [887] = { + [sym_type_constraints] = STATE(1015), + [sym_enum_class_body] = STATE(1122), [sym__alpha_identifier] = ACTIONS(4392), [anon_sym_AT] = ACTIONS(4394), - [anon_sym_COLON] = ACTIONS(4392), [anon_sym_LBRACK] = ACTIONS(4394), [anon_sym_as] = ACTIONS(4392), [anon_sym_EQ] = ACTIONS(4392), - [anon_sym_constructor] = ACTIONS(4392), - [anon_sym_LBRACE] = ACTIONS(4394), + [anon_sym_LBRACE] = ACTIONS(3156), [anon_sym_RBRACE] = ACTIONS(4394), [anon_sym_LPAREN] = ACTIONS(4394), [anon_sym_COMMA] = ACTIONS(4394), [anon_sym_LT] = ACTIONS(4392), [anon_sym_GT] = ACTIONS(4392), - [anon_sym_where] = ACTIONS(4392), + [anon_sym_where] = ACTIONS(3160), [anon_sym_object] = ACTIONS(4392), [anon_sym_fun] = ACTIONS(4392), [anon_sym_DOT] = ACTIONS(4392), @@ -139238,12 +139556,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(4394), }, - [886] = { + [888] = { [sym__alpha_identifier] = ACTIONS(4396), [anon_sym_AT] = ACTIONS(4398), + [anon_sym_COLON] = ACTIONS(4396), [anon_sym_LBRACK] = ACTIONS(4398), [anon_sym_as] = ACTIONS(4396), [anon_sym_EQ] = ACTIONS(4396), + [anon_sym_constructor] = ACTIONS(4396), [anon_sym_LBRACE] = ACTIONS(4398), [anon_sym_RBRACE] = ACTIONS(4398), [anon_sym_LPAREN] = ACTIONS(4398), @@ -139271,8 +139591,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_else] = ACTIONS(4396), [anon_sym_when] = ACTIONS(4396), [anon_sym_try] = ACTIONS(4396), - [anon_sym_catch] = ACTIONS(4396), - [anon_sym_finally] = ACTIONS(4396), [anon_sym_throw] = ACTIONS(4396), [anon_sym_return] = ACTIONS(4396), [anon_sym_continue] = ACTIONS(4396), @@ -139343,80 +139661,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(4398), }, - [887] = { - [sym_getter] = STATE(5040), - [sym_setter] = STATE(5040), - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(1922), - [sym__comparison_operator] = STATE(1923), - [sym__in_operator] = STATE(1928), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(2019), - [sym__multiplicative_operator] = STATE(2048), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_modifiers] = STATE(8589), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2068), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [aux_sym_modifiers_repeat1] = STATE(5441), + [889] = { + [sym_getter] = STATE(3715), + [sym_setter] = STATE(3715), + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(2278), + [sym__comparison_operator] = STATE(2276), + [sym__in_operator] = STATE(2273), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(2271), + [sym__multiplicative_operator] = STATE(2268), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_modifiers] = STATE(8770), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2266), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), [anon_sym_LBRACE] = ACTIONS(1622), [anon_sym_RBRACE] = ACTIONS(1696), - [anon_sym_LPAREN] = ACTIONS(3570), + [anon_sym_LPAREN] = ACTIONS(3572), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(4342), - [anon_sym_DOT] = ACTIONS(3574), + [anon_sym_GT] = ACTIONS(4350), + [anon_sym_DOT] = ACTIONS(3576), [anon_sym_SEMI] = ACTIONS(4400), - [anon_sym_get] = ACTIONS(4402), - [anon_sym_set] = ACTIONS(4404), - [anon_sym_STAR] = ACTIONS(4350), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(4352), - [anon_sym_DOT_DOT] = ACTIONS(4354), - [anon_sym_QMARK_COLON] = ACTIONS(4356), - [anon_sym_AMP_AMP] = ACTIONS(4358), - [anon_sym_PIPE_PIPE] = ACTIONS(4360), + [anon_sym_get] = ACTIONS(4354), + [anon_sym_set] = ACTIONS(4356), + [anon_sym_STAR] = ACTIONS(4358), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(4360), + [anon_sym_DOT_DOT] = ACTIONS(4362), + [anon_sym_QMARK_COLON] = ACTIONS(4364), + [anon_sym_AMP_AMP] = ACTIONS(4366), + [anon_sym_PIPE_PIPE] = ACTIONS(4368), [anon_sym_else] = ACTIONS(1694), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_BANG_EQ] = ACTIONS(4362), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4364), - [anon_sym_EQ_EQ] = ACTIONS(4362), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4364), - [anon_sym_LT_EQ] = ACTIONS(4366), - [anon_sym_GT_EQ] = ACTIONS(4366), - [anon_sym_BANGin] = ACTIONS(4368), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), - [anon_sym_PLUS] = ACTIONS(4370), - [anon_sym_DASH] = ACTIONS(4370), - [anon_sym_SLASH] = ACTIONS(4372), - [anon_sym_PERCENT] = ACTIONS(4350), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_BANG_EQ] = ACTIONS(4370), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4372), + [anon_sym_EQ_EQ] = ACTIONS(4370), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4372), + [anon_sym_LT_EQ] = ACTIONS(4374), + [anon_sym_GT_EQ] = ACTIONS(4374), + [anon_sym_BANGin] = ACTIONS(4376), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), + [anon_sym_PLUS] = ACTIONS(4378), + [anon_sym_DASH] = ACTIONS(4378), + [anon_sym_SLASH] = ACTIONS(4380), + [anon_sym_PERCENT] = ACTIONS(4358), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -139445,232 +139763,234 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), [sym__automatic_semicolon] = ACTIONS(1696), - [sym_safe_nav] = ACTIONS(3596), + [sym_safe_nav] = ACTIONS(3598), [sym_multiline_comment] = ACTIONS(3), }, - [888] = { - [sym_type_constraints] = STATE(1015), - [sym_enum_class_body] = STATE(1077), - [sym__alpha_identifier] = ACTIONS(3204), - [anon_sym_AT] = ACTIONS(3208), - [anon_sym_COLON] = ACTIONS(3250), - [anon_sym_LBRACK] = ACTIONS(3208), - [anon_sym_as] = ACTIONS(3204), - [anon_sym_EQ] = ACTIONS(3204), - [anon_sym_LBRACE] = ACTIONS(3144), - [anon_sym_RBRACE] = ACTIONS(3208), - [anon_sym_LPAREN] = ACTIONS(3208), - [anon_sym_LT] = ACTIONS(3204), - [anon_sym_GT] = ACTIONS(3204), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(3204), - [anon_sym_fun] = ACTIONS(3204), - [anon_sym_DOT] = ACTIONS(3204), - [anon_sym_SEMI] = ACTIONS(3208), - [anon_sym_get] = ACTIONS(3204), - [anon_sym_set] = ACTIONS(3204), - [anon_sym_this] = ACTIONS(3204), - [anon_sym_super] = ACTIONS(3204), - [anon_sym_STAR] = ACTIONS(3204), - [sym_label] = ACTIONS(3204), - [anon_sym_in] = ACTIONS(3204), - [anon_sym_DOT_DOT] = ACTIONS(3208), - [anon_sym_QMARK_COLON] = ACTIONS(3208), - [anon_sym_AMP_AMP] = ACTIONS(3208), - [anon_sym_PIPE_PIPE] = ACTIONS(3208), - [anon_sym_null] = ACTIONS(3204), - [anon_sym_if] = ACTIONS(3204), - [anon_sym_else] = ACTIONS(3204), - [anon_sym_when] = ACTIONS(3204), - [anon_sym_try] = ACTIONS(3204), - [anon_sym_throw] = ACTIONS(3204), - [anon_sym_return] = ACTIONS(3204), - [anon_sym_continue] = ACTIONS(3204), - [anon_sym_break] = ACTIONS(3204), - [anon_sym_COLON_COLON] = ACTIONS(3208), - [anon_sym_PLUS_EQ] = ACTIONS(3208), - [anon_sym_DASH_EQ] = ACTIONS(3208), - [anon_sym_STAR_EQ] = ACTIONS(3208), - [anon_sym_SLASH_EQ] = ACTIONS(3208), - [anon_sym_PERCENT_EQ] = ACTIONS(3208), - [anon_sym_BANG_EQ] = ACTIONS(3204), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3208), - [anon_sym_EQ_EQ] = ACTIONS(3204), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3208), - [anon_sym_LT_EQ] = ACTIONS(3208), - [anon_sym_GT_EQ] = ACTIONS(3208), - [anon_sym_BANGin] = ACTIONS(3208), - [anon_sym_is] = ACTIONS(3204), - [anon_sym_BANGis] = ACTIONS(3208), - [anon_sym_PLUS] = ACTIONS(3204), - [anon_sym_DASH] = ACTIONS(3204), - [anon_sym_SLASH] = ACTIONS(3204), - [anon_sym_PERCENT] = ACTIONS(3204), - [anon_sym_as_QMARK] = ACTIONS(3208), - [anon_sym_PLUS_PLUS] = ACTIONS(3208), - [anon_sym_DASH_DASH] = ACTIONS(3208), - [anon_sym_BANG] = ACTIONS(3204), - [anon_sym_BANG_BANG] = ACTIONS(3208), - [anon_sym_suspend] = ACTIONS(3204), - [anon_sym_sealed] = ACTIONS(3204), - [anon_sym_annotation] = ACTIONS(3204), - [anon_sym_data] = ACTIONS(3204), - [anon_sym_inner] = ACTIONS(3204), - [anon_sym_override] = ACTIONS(3204), - [anon_sym_lateinit] = ACTIONS(3204), - [anon_sym_public] = ACTIONS(3204), - [anon_sym_private] = ACTIONS(3204), - [anon_sym_internal] = ACTIONS(3204), - [anon_sym_protected] = ACTIONS(3204), - [anon_sym_tailrec] = ACTIONS(3204), - [anon_sym_operator] = ACTIONS(3204), - [anon_sym_infix] = ACTIONS(3204), - [anon_sym_inline] = ACTIONS(3204), - [anon_sym_external] = ACTIONS(3204), - [sym_property_modifier] = ACTIONS(3204), - [anon_sym_abstract] = ACTIONS(3204), - [anon_sym_final] = ACTIONS(3204), - [anon_sym_open] = ACTIONS(3204), - [anon_sym_vararg] = ACTIONS(3204), - [anon_sym_noinline] = ACTIONS(3204), - [anon_sym_crossinline] = ACTIONS(3204), - [anon_sym_expect] = ACTIONS(3204), - [anon_sym_actual] = ACTIONS(3204), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3208), - [anon_sym_continue_AT] = ACTIONS(3208), - [anon_sym_break_AT] = ACTIONS(3208), - [sym_real_literal] = ACTIONS(3208), - [sym_integer_literal] = ACTIONS(3204), - [sym_hex_literal] = ACTIONS(3208), - [sym_bin_literal] = ACTIONS(3208), - [anon_sym_true] = ACTIONS(3204), - [anon_sym_false] = ACTIONS(3204), - [anon_sym_SQUOTE] = ACTIONS(3208), - [sym__backtick_identifier] = ACTIONS(3208), - [sym__automatic_semicolon] = ACTIONS(3208), - [sym_safe_nav] = ACTIONS(3208), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3208), + [890] = { + [sym_function_body] = STATE(1123), + [sym__block] = STATE(1087), + [sym__alpha_identifier] = ACTIONS(4210), + [anon_sym_AT] = ACTIONS(4212), + [anon_sym_LBRACK] = ACTIONS(4212), + [anon_sym_as] = ACTIONS(4210), + [anon_sym_EQ] = ACTIONS(4037), + [anon_sym_LBRACE] = ACTIONS(4039), + [anon_sym_RBRACE] = ACTIONS(4212), + [anon_sym_LPAREN] = ACTIONS(4212), + [anon_sym_COMMA] = ACTIONS(4212), + [anon_sym_LT] = ACTIONS(4210), + [anon_sym_GT] = ACTIONS(4210), + [anon_sym_where] = ACTIONS(4210), + [anon_sym_object] = ACTIONS(4210), + [anon_sym_fun] = ACTIONS(4210), + [anon_sym_DOT] = ACTIONS(4210), + [anon_sym_SEMI] = ACTIONS(4212), + [anon_sym_get] = ACTIONS(4210), + [anon_sym_set] = ACTIONS(4210), + [anon_sym_this] = ACTIONS(4210), + [anon_sym_super] = ACTIONS(4210), + [anon_sym_STAR] = ACTIONS(4210), + [sym_label] = ACTIONS(4210), + [anon_sym_in] = ACTIONS(4210), + [anon_sym_DOT_DOT] = ACTIONS(4212), + [anon_sym_QMARK_COLON] = ACTIONS(4212), + [anon_sym_AMP_AMP] = ACTIONS(4212), + [anon_sym_PIPE_PIPE] = ACTIONS(4212), + [anon_sym_null] = ACTIONS(4210), + [anon_sym_if] = ACTIONS(4210), + [anon_sym_else] = ACTIONS(4210), + [anon_sym_when] = ACTIONS(4210), + [anon_sym_try] = ACTIONS(4210), + [anon_sym_throw] = ACTIONS(4210), + [anon_sym_return] = ACTIONS(4210), + [anon_sym_continue] = ACTIONS(4210), + [anon_sym_break] = ACTIONS(4210), + [anon_sym_COLON_COLON] = ACTIONS(4212), + [anon_sym_PLUS_EQ] = ACTIONS(4212), + [anon_sym_DASH_EQ] = ACTIONS(4212), + [anon_sym_STAR_EQ] = ACTIONS(4212), + [anon_sym_SLASH_EQ] = ACTIONS(4212), + [anon_sym_PERCENT_EQ] = ACTIONS(4212), + [anon_sym_BANG_EQ] = ACTIONS(4210), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4212), + [anon_sym_EQ_EQ] = ACTIONS(4210), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4212), + [anon_sym_LT_EQ] = ACTIONS(4212), + [anon_sym_GT_EQ] = ACTIONS(4212), + [anon_sym_BANGin] = ACTIONS(4212), + [anon_sym_is] = ACTIONS(4210), + [anon_sym_BANGis] = ACTIONS(4212), + [anon_sym_PLUS] = ACTIONS(4210), + [anon_sym_DASH] = ACTIONS(4210), + [anon_sym_SLASH] = ACTIONS(4210), + [anon_sym_PERCENT] = ACTIONS(4210), + [anon_sym_as_QMARK] = ACTIONS(4212), + [anon_sym_PLUS_PLUS] = ACTIONS(4212), + [anon_sym_DASH_DASH] = ACTIONS(4212), + [anon_sym_BANG] = ACTIONS(4210), + [anon_sym_BANG_BANG] = ACTIONS(4212), + [anon_sym_suspend] = ACTIONS(4210), + [anon_sym_sealed] = ACTIONS(4210), + [anon_sym_annotation] = ACTIONS(4210), + [anon_sym_data] = ACTIONS(4210), + [anon_sym_inner] = ACTIONS(4210), + [anon_sym_override] = ACTIONS(4210), + [anon_sym_lateinit] = ACTIONS(4210), + [anon_sym_public] = ACTIONS(4210), + [anon_sym_private] = ACTIONS(4210), + [anon_sym_internal] = ACTIONS(4210), + [anon_sym_protected] = ACTIONS(4210), + [anon_sym_tailrec] = ACTIONS(4210), + [anon_sym_operator] = ACTIONS(4210), + [anon_sym_infix] = ACTIONS(4210), + [anon_sym_inline] = ACTIONS(4210), + [anon_sym_external] = ACTIONS(4210), + [sym_property_modifier] = ACTIONS(4210), + [anon_sym_abstract] = ACTIONS(4210), + [anon_sym_final] = ACTIONS(4210), + [anon_sym_open] = ACTIONS(4210), + [anon_sym_vararg] = ACTIONS(4210), + [anon_sym_noinline] = ACTIONS(4210), + [anon_sym_crossinline] = ACTIONS(4210), + [anon_sym_expect] = ACTIONS(4210), + [anon_sym_actual] = ACTIONS(4210), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4212), + [anon_sym_continue_AT] = ACTIONS(4212), + [anon_sym_break_AT] = ACTIONS(4212), + [sym_real_literal] = ACTIONS(4212), + [sym_integer_literal] = ACTIONS(4210), + [sym_hex_literal] = ACTIONS(4212), + [sym_bin_literal] = ACTIONS(4212), + [anon_sym_true] = ACTIONS(4210), + [anon_sym_false] = ACTIONS(4210), + [anon_sym_SQUOTE] = ACTIONS(4212), + [sym__backtick_identifier] = ACTIONS(4212), + [sym__automatic_semicolon] = ACTIONS(4212), + [sym_safe_nav] = ACTIONS(4212), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4212), }, - [889] = { - [sym_function_body] = STATE(1171), - [sym__block] = STATE(1128), - [sym__alpha_identifier] = ACTIONS(4181), - [anon_sym_AT] = ACTIONS(4183), - [anon_sym_LBRACK] = ACTIONS(4183), - [anon_sym_as] = ACTIONS(4181), - [anon_sym_EQ] = ACTIONS(4079), - [anon_sym_LBRACE] = ACTIONS(4081), - [anon_sym_RBRACE] = ACTIONS(4183), - [anon_sym_LPAREN] = ACTIONS(4183), - [anon_sym_COMMA] = ACTIONS(4183), - [anon_sym_LT] = ACTIONS(4181), - [anon_sym_GT] = ACTIONS(4181), - [anon_sym_where] = ACTIONS(4181), - [anon_sym_object] = ACTIONS(4181), - [anon_sym_fun] = ACTIONS(4181), - [anon_sym_DOT] = ACTIONS(4181), - [anon_sym_SEMI] = ACTIONS(4183), - [anon_sym_get] = ACTIONS(4181), - [anon_sym_set] = ACTIONS(4181), - [anon_sym_this] = ACTIONS(4181), - [anon_sym_super] = ACTIONS(4181), - [anon_sym_STAR] = ACTIONS(4181), - [sym_label] = ACTIONS(4181), - [anon_sym_in] = ACTIONS(4181), - [anon_sym_DOT_DOT] = ACTIONS(4183), - [anon_sym_QMARK_COLON] = ACTIONS(4183), - [anon_sym_AMP_AMP] = ACTIONS(4183), - [anon_sym_PIPE_PIPE] = ACTIONS(4183), - [anon_sym_null] = ACTIONS(4181), - [anon_sym_if] = ACTIONS(4181), - [anon_sym_else] = ACTIONS(4181), - [anon_sym_when] = ACTIONS(4181), - [anon_sym_try] = ACTIONS(4181), - [anon_sym_throw] = ACTIONS(4181), - [anon_sym_return] = ACTIONS(4181), - [anon_sym_continue] = ACTIONS(4181), - [anon_sym_break] = ACTIONS(4181), - [anon_sym_COLON_COLON] = ACTIONS(4183), - [anon_sym_PLUS_EQ] = ACTIONS(4183), - [anon_sym_DASH_EQ] = ACTIONS(4183), - [anon_sym_STAR_EQ] = ACTIONS(4183), - [anon_sym_SLASH_EQ] = ACTIONS(4183), - [anon_sym_PERCENT_EQ] = ACTIONS(4183), - [anon_sym_BANG_EQ] = ACTIONS(4181), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4183), - [anon_sym_EQ_EQ] = ACTIONS(4181), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4183), - [anon_sym_LT_EQ] = ACTIONS(4183), - [anon_sym_GT_EQ] = ACTIONS(4183), - [anon_sym_BANGin] = ACTIONS(4183), - [anon_sym_is] = ACTIONS(4181), - [anon_sym_BANGis] = ACTIONS(4183), - [anon_sym_PLUS] = ACTIONS(4181), - [anon_sym_DASH] = ACTIONS(4181), - [anon_sym_SLASH] = ACTIONS(4181), - [anon_sym_PERCENT] = ACTIONS(4181), - [anon_sym_as_QMARK] = ACTIONS(4183), - [anon_sym_PLUS_PLUS] = ACTIONS(4183), - [anon_sym_DASH_DASH] = ACTIONS(4183), - [anon_sym_BANG] = ACTIONS(4181), - [anon_sym_BANG_BANG] = ACTIONS(4183), - [anon_sym_suspend] = ACTIONS(4181), - [anon_sym_sealed] = ACTIONS(4181), - [anon_sym_annotation] = ACTIONS(4181), - [anon_sym_data] = ACTIONS(4181), - [anon_sym_inner] = ACTIONS(4181), - [anon_sym_override] = ACTIONS(4181), - [anon_sym_lateinit] = ACTIONS(4181), - [anon_sym_public] = ACTIONS(4181), - [anon_sym_private] = ACTIONS(4181), - [anon_sym_internal] = ACTIONS(4181), - [anon_sym_protected] = ACTIONS(4181), - [anon_sym_tailrec] = ACTIONS(4181), - [anon_sym_operator] = ACTIONS(4181), - [anon_sym_infix] = ACTIONS(4181), - [anon_sym_inline] = ACTIONS(4181), - [anon_sym_external] = ACTIONS(4181), - [sym_property_modifier] = ACTIONS(4181), - [anon_sym_abstract] = ACTIONS(4181), - [anon_sym_final] = ACTIONS(4181), - [anon_sym_open] = ACTIONS(4181), - [anon_sym_vararg] = ACTIONS(4181), - [anon_sym_noinline] = ACTIONS(4181), - [anon_sym_crossinline] = ACTIONS(4181), - [anon_sym_expect] = ACTIONS(4181), - [anon_sym_actual] = ACTIONS(4181), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4183), - [anon_sym_continue_AT] = ACTIONS(4183), - [anon_sym_break_AT] = ACTIONS(4183), - [sym_real_literal] = ACTIONS(4183), - [sym_integer_literal] = ACTIONS(4181), - [sym_hex_literal] = ACTIONS(4183), - [sym_bin_literal] = ACTIONS(4183), - [anon_sym_true] = ACTIONS(4181), - [anon_sym_false] = ACTIONS(4181), - [anon_sym_SQUOTE] = ACTIONS(4183), - [sym__backtick_identifier] = ACTIONS(4183), - [sym__automatic_semicolon] = ACTIONS(4183), - [sym_safe_nav] = ACTIONS(4183), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4183), + [891] = { + [sym_class_body] = STATE(1190), + [sym_type_constraints] = STATE(1023), + [sym__alpha_identifier] = ACTIONS(4402), + [anon_sym_AT] = ACTIONS(4404), + [anon_sym_LBRACK] = ACTIONS(4404), + [anon_sym_as] = ACTIONS(4402), + [anon_sym_EQ] = ACTIONS(4402), + [anon_sym_LBRACE] = ACTIONS(3180), + [anon_sym_RBRACE] = ACTIONS(4404), + [anon_sym_LPAREN] = ACTIONS(4404), + [anon_sym_COMMA] = ACTIONS(4404), + [anon_sym_LT] = ACTIONS(4402), + [anon_sym_GT] = ACTIONS(4402), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(4402), + [anon_sym_fun] = ACTIONS(4402), + [anon_sym_DOT] = ACTIONS(4402), + [anon_sym_SEMI] = ACTIONS(4404), + [anon_sym_get] = ACTIONS(4402), + [anon_sym_set] = ACTIONS(4402), + [anon_sym_this] = ACTIONS(4402), + [anon_sym_super] = ACTIONS(4402), + [anon_sym_STAR] = ACTIONS(4402), + [sym_label] = ACTIONS(4402), + [anon_sym_in] = ACTIONS(4402), + [anon_sym_DOT_DOT] = ACTIONS(4404), + [anon_sym_QMARK_COLON] = ACTIONS(4404), + [anon_sym_AMP_AMP] = ACTIONS(4404), + [anon_sym_PIPE_PIPE] = ACTIONS(4404), + [anon_sym_null] = ACTIONS(4402), + [anon_sym_if] = ACTIONS(4402), + [anon_sym_else] = ACTIONS(4402), + [anon_sym_when] = ACTIONS(4402), + [anon_sym_try] = ACTIONS(4402), + [anon_sym_throw] = ACTIONS(4402), + [anon_sym_return] = ACTIONS(4402), + [anon_sym_continue] = ACTIONS(4402), + [anon_sym_break] = ACTIONS(4402), + [anon_sym_COLON_COLON] = ACTIONS(4404), + [anon_sym_PLUS_EQ] = ACTIONS(4404), + [anon_sym_DASH_EQ] = ACTIONS(4404), + [anon_sym_STAR_EQ] = ACTIONS(4404), + [anon_sym_SLASH_EQ] = ACTIONS(4404), + [anon_sym_PERCENT_EQ] = ACTIONS(4404), + [anon_sym_BANG_EQ] = ACTIONS(4402), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4404), + [anon_sym_EQ_EQ] = ACTIONS(4402), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4404), + [anon_sym_LT_EQ] = ACTIONS(4404), + [anon_sym_GT_EQ] = ACTIONS(4404), + [anon_sym_BANGin] = ACTIONS(4404), + [anon_sym_is] = ACTIONS(4402), + [anon_sym_BANGis] = ACTIONS(4404), + [anon_sym_PLUS] = ACTIONS(4402), + [anon_sym_DASH] = ACTIONS(4402), + [anon_sym_SLASH] = ACTIONS(4402), + [anon_sym_PERCENT] = ACTIONS(4402), + [anon_sym_as_QMARK] = ACTIONS(4404), + [anon_sym_PLUS_PLUS] = ACTIONS(4404), + [anon_sym_DASH_DASH] = ACTIONS(4404), + [anon_sym_BANG] = ACTIONS(4402), + [anon_sym_BANG_BANG] = ACTIONS(4404), + [anon_sym_suspend] = ACTIONS(4402), + [anon_sym_sealed] = ACTIONS(4402), + [anon_sym_annotation] = ACTIONS(4402), + [anon_sym_data] = ACTIONS(4402), + [anon_sym_inner] = ACTIONS(4402), + [anon_sym_override] = ACTIONS(4402), + [anon_sym_lateinit] = ACTIONS(4402), + [anon_sym_public] = ACTIONS(4402), + [anon_sym_private] = ACTIONS(4402), + [anon_sym_internal] = ACTIONS(4402), + [anon_sym_protected] = ACTIONS(4402), + [anon_sym_tailrec] = ACTIONS(4402), + [anon_sym_operator] = ACTIONS(4402), + [anon_sym_infix] = ACTIONS(4402), + [anon_sym_inline] = ACTIONS(4402), + [anon_sym_external] = ACTIONS(4402), + [sym_property_modifier] = ACTIONS(4402), + [anon_sym_abstract] = ACTIONS(4402), + [anon_sym_final] = ACTIONS(4402), + [anon_sym_open] = ACTIONS(4402), + [anon_sym_vararg] = ACTIONS(4402), + [anon_sym_noinline] = ACTIONS(4402), + [anon_sym_crossinline] = ACTIONS(4402), + [anon_sym_expect] = ACTIONS(4402), + [anon_sym_actual] = ACTIONS(4402), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4404), + [anon_sym_continue_AT] = ACTIONS(4404), + [anon_sym_break_AT] = ACTIONS(4404), + [sym_real_literal] = ACTIONS(4404), + [sym_integer_literal] = ACTIONS(4402), + [sym_hex_literal] = ACTIONS(4404), + [sym_bin_literal] = ACTIONS(4404), + [anon_sym_true] = ACTIONS(4402), + [anon_sym_false] = ACTIONS(4402), + [anon_sym_SQUOTE] = ACTIONS(4404), + [sym__backtick_identifier] = ACTIONS(4404), + [sym__automatic_semicolon] = ACTIONS(4404), + [sym_safe_nav] = ACTIONS(4404), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4404), }, - [890] = { + [892] = { + [sym_class_body] = STATE(1159), + [sym_type_constraints] = STATE(964), [sym__alpha_identifier] = ACTIONS(4406), [anon_sym_AT] = ACTIONS(4408), [anon_sym_LBRACK] = ACTIONS(4408), [anon_sym_as] = ACTIONS(4406), [anon_sym_EQ] = ACTIONS(4406), - [anon_sym_LBRACE] = ACTIONS(4408), + [anon_sym_LBRACE] = ACTIONS(3180), [anon_sym_RBRACE] = ACTIONS(4408), [anon_sym_LPAREN] = ACTIONS(4408), [anon_sym_COMMA] = ACTIONS(4408), [anon_sym_LT] = ACTIONS(4406), [anon_sym_GT] = ACTIONS(4406), - [anon_sym_where] = ACTIONS(4406), + [anon_sym_where] = ACTIONS(3160), [anon_sym_object] = ACTIONS(4406), [anon_sym_fun] = ACTIONS(4406), [anon_sym_DOT] = ACTIONS(4406), @@ -139691,8 +140011,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_else] = ACTIONS(4406), [anon_sym_when] = ACTIONS(4406), [anon_sym_try] = ACTIONS(4406), - [anon_sym_catch] = ACTIONS(4406), - [anon_sym_finally] = ACTIONS(4406), [anon_sym_throw] = ACTIONS(4406), [anon_sym_return] = ACTIONS(4406), [anon_sym_continue] = ACTIONS(4406), @@ -139763,756 +140081,546 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(4408), }, - [891] = { - [sym_getter] = STATE(5053), - [sym_setter] = STATE(5053), - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(1922), - [sym__comparison_operator] = STATE(1923), - [sym__in_operator] = STATE(1928), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(2019), - [sym__multiplicative_operator] = STATE(2048), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_modifiers] = STATE(8589), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2068), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(1766), - [anon_sym_LPAREN] = ACTIONS(3570), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(4342), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(4410), - [anon_sym_get] = ACTIONS(4402), - [anon_sym_set] = ACTIONS(4404), - [anon_sym_STAR] = ACTIONS(4350), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(4352), - [anon_sym_DOT_DOT] = ACTIONS(4354), - [anon_sym_QMARK_COLON] = ACTIONS(4356), - [anon_sym_AMP_AMP] = ACTIONS(4358), - [anon_sym_PIPE_PIPE] = ACTIONS(4360), - [anon_sym_else] = ACTIONS(1764), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_BANG_EQ] = ACTIONS(4362), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4364), - [anon_sym_EQ_EQ] = ACTIONS(4362), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4364), - [anon_sym_LT_EQ] = ACTIONS(4366), - [anon_sym_GT_EQ] = ACTIONS(4366), - [anon_sym_BANGin] = ACTIONS(4368), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), - [anon_sym_PLUS] = ACTIONS(4370), - [anon_sym_DASH] = ACTIONS(4370), - [anon_sym_SLASH] = ACTIONS(4372), - [anon_sym_PERCENT] = ACTIONS(4350), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(1746), - [anon_sym_inner] = ACTIONS(1746), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(1748), - [anon_sym_actual] = ACTIONS(1748), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(1766), - [sym_safe_nav] = ACTIONS(3596), - [sym_multiline_comment] = ACTIONS(3), + [893] = { + [sym_type_constraints] = STATE(1065), + [sym_function_body] = STATE(1124), + [sym__block] = STATE(1087), + [sym__alpha_identifier] = ACTIONS(4260), + [anon_sym_AT] = ACTIONS(4262), + [anon_sym_LBRACK] = ACTIONS(4262), + [anon_sym_as] = ACTIONS(4260), + [anon_sym_EQ] = ACTIONS(4320), + [anon_sym_LBRACE] = ACTIONS(4039), + [anon_sym_RBRACE] = ACTIONS(4262), + [anon_sym_LPAREN] = ACTIONS(4262), + [anon_sym_LT] = ACTIONS(4260), + [anon_sym_GT] = ACTIONS(4260), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(4260), + [anon_sym_fun] = ACTIONS(4260), + [anon_sym_DOT] = ACTIONS(4260), + [anon_sym_SEMI] = ACTIONS(4262), + [anon_sym_get] = ACTIONS(4260), + [anon_sym_set] = ACTIONS(4260), + [anon_sym_this] = ACTIONS(4260), + [anon_sym_super] = ACTIONS(4260), + [anon_sym_STAR] = ACTIONS(4260), + [sym_label] = ACTIONS(4260), + [anon_sym_in] = ACTIONS(4260), + [anon_sym_DOT_DOT] = ACTIONS(4262), + [anon_sym_QMARK_COLON] = ACTIONS(4262), + [anon_sym_AMP_AMP] = ACTIONS(4262), + [anon_sym_PIPE_PIPE] = ACTIONS(4262), + [anon_sym_null] = ACTIONS(4260), + [anon_sym_if] = ACTIONS(4260), + [anon_sym_else] = ACTIONS(4260), + [anon_sym_when] = ACTIONS(4260), + [anon_sym_try] = ACTIONS(4260), + [anon_sym_throw] = ACTIONS(4260), + [anon_sym_return] = ACTIONS(4260), + [anon_sym_continue] = ACTIONS(4260), + [anon_sym_break] = ACTIONS(4260), + [anon_sym_COLON_COLON] = ACTIONS(4262), + [anon_sym_PLUS_EQ] = ACTIONS(4262), + [anon_sym_DASH_EQ] = ACTIONS(4262), + [anon_sym_STAR_EQ] = ACTIONS(4262), + [anon_sym_SLASH_EQ] = ACTIONS(4262), + [anon_sym_PERCENT_EQ] = ACTIONS(4262), + [anon_sym_BANG_EQ] = ACTIONS(4260), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4262), + [anon_sym_EQ_EQ] = ACTIONS(4260), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4262), + [anon_sym_LT_EQ] = ACTIONS(4262), + [anon_sym_GT_EQ] = ACTIONS(4262), + [anon_sym_BANGin] = ACTIONS(4262), + [anon_sym_is] = ACTIONS(4260), + [anon_sym_BANGis] = ACTIONS(4262), + [anon_sym_PLUS] = ACTIONS(4260), + [anon_sym_DASH] = ACTIONS(4260), + [anon_sym_SLASH] = ACTIONS(4260), + [anon_sym_PERCENT] = ACTIONS(4260), + [anon_sym_as_QMARK] = ACTIONS(4262), + [anon_sym_PLUS_PLUS] = ACTIONS(4262), + [anon_sym_DASH_DASH] = ACTIONS(4262), + [anon_sym_BANG] = ACTIONS(4260), + [anon_sym_BANG_BANG] = ACTIONS(4262), + [anon_sym_suspend] = ACTIONS(4260), + [anon_sym_sealed] = ACTIONS(4260), + [anon_sym_annotation] = ACTIONS(4260), + [anon_sym_data] = ACTIONS(4260), + [anon_sym_inner] = ACTIONS(4260), + [anon_sym_override] = ACTIONS(4260), + [anon_sym_lateinit] = ACTIONS(4260), + [anon_sym_public] = ACTIONS(4260), + [anon_sym_private] = ACTIONS(4260), + [anon_sym_internal] = ACTIONS(4260), + [anon_sym_protected] = ACTIONS(4260), + [anon_sym_tailrec] = ACTIONS(4260), + [anon_sym_operator] = ACTIONS(4260), + [anon_sym_infix] = ACTIONS(4260), + [anon_sym_inline] = ACTIONS(4260), + [anon_sym_external] = ACTIONS(4260), + [sym_property_modifier] = ACTIONS(4260), + [anon_sym_abstract] = ACTIONS(4260), + [anon_sym_final] = ACTIONS(4260), + [anon_sym_open] = ACTIONS(4260), + [anon_sym_vararg] = ACTIONS(4260), + [anon_sym_noinline] = ACTIONS(4260), + [anon_sym_crossinline] = ACTIONS(4260), + [anon_sym_expect] = ACTIONS(4260), + [anon_sym_actual] = ACTIONS(4260), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4262), + [anon_sym_continue_AT] = ACTIONS(4262), + [anon_sym_break_AT] = ACTIONS(4262), + [sym_real_literal] = ACTIONS(4262), + [sym_integer_literal] = ACTIONS(4260), + [sym_hex_literal] = ACTIONS(4262), + [sym_bin_literal] = ACTIONS(4262), + [anon_sym_true] = ACTIONS(4260), + [anon_sym_false] = ACTIONS(4260), + [anon_sym_SQUOTE] = ACTIONS(4262), + [sym__backtick_identifier] = ACTIONS(4262), + [sym__automatic_semicolon] = ACTIONS(4262), + [sym_safe_nav] = ACTIONS(4262), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4262), }, - [892] = { - [sym_getter] = STATE(5011), - [sym_setter] = STATE(5011), - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(1922), - [sym__comparison_operator] = STATE(1923), - [sym__in_operator] = STATE(1928), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(2019), - [sym__multiplicative_operator] = STATE(2048), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_modifiers] = STATE(8589), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2068), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(3570), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(4342), - [anon_sym_DOT] = ACTIONS(3574), + [894] = { + [sym_class_body] = STATE(1127), + [sym_type_constraints] = STATE(981), + [sym__alpha_identifier] = ACTIONS(4188), + [anon_sym_AT] = ACTIONS(4190), + [anon_sym_LBRACK] = ACTIONS(4190), + [anon_sym_as] = ACTIONS(4188), + [anon_sym_EQ] = ACTIONS(4188), + [anon_sym_LBRACE] = ACTIONS(3180), + [anon_sym_RBRACE] = ACTIONS(4190), + [anon_sym_LPAREN] = ACTIONS(4190), + [anon_sym_COMMA] = ACTIONS(4190), + [anon_sym_LT] = ACTIONS(4188), + [anon_sym_GT] = ACTIONS(4188), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(4188), + [anon_sym_fun] = ACTIONS(4188), + [anon_sym_DOT] = ACTIONS(4188), + [anon_sym_SEMI] = ACTIONS(4190), + [anon_sym_get] = ACTIONS(4188), + [anon_sym_set] = ACTIONS(4188), + [anon_sym_this] = ACTIONS(4188), + [anon_sym_super] = ACTIONS(4188), + [anon_sym_STAR] = ACTIONS(4188), + [sym_label] = ACTIONS(4188), + [anon_sym_in] = ACTIONS(4188), + [anon_sym_DOT_DOT] = ACTIONS(4190), + [anon_sym_QMARK_COLON] = ACTIONS(4190), + [anon_sym_AMP_AMP] = ACTIONS(4190), + [anon_sym_PIPE_PIPE] = ACTIONS(4190), + [anon_sym_null] = ACTIONS(4188), + [anon_sym_if] = ACTIONS(4188), + [anon_sym_else] = ACTIONS(4188), + [anon_sym_when] = ACTIONS(4188), + [anon_sym_try] = ACTIONS(4188), + [anon_sym_throw] = ACTIONS(4188), + [anon_sym_return] = ACTIONS(4188), + [anon_sym_continue] = ACTIONS(4188), + [anon_sym_break] = ACTIONS(4188), + [anon_sym_COLON_COLON] = ACTIONS(4190), + [anon_sym_PLUS_EQ] = ACTIONS(4190), + [anon_sym_DASH_EQ] = ACTIONS(4190), + [anon_sym_STAR_EQ] = ACTIONS(4190), + [anon_sym_SLASH_EQ] = ACTIONS(4190), + [anon_sym_PERCENT_EQ] = ACTIONS(4190), + [anon_sym_BANG_EQ] = ACTIONS(4188), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4190), + [anon_sym_EQ_EQ] = ACTIONS(4188), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4190), + [anon_sym_LT_EQ] = ACTIONS(4190), + [anon_sym_GT_EQ] = ACTIONS(4190), + [anon_sym_BANGin] = ACTIONS(4190), + [anon_sym_is] = ACTIONS(4188), + [anon_sym_BANGis] = ACTIONS(4190), + [anon_sym_PLUS] = ACTIONS(4188), + [anon_sym_DASH] = ACTIONS(4188), + [anon_sym_SLASH] = ACTIONS(4188), + [anon_sym_PERCENT] = ACTIONS(4188), + [anon_sym_as_QMARK] = ACTIONS(4190), + [anon_sym_PLUS_PLUS] = ACTIONS(4190), + [anon_sym_DASH_DASH] = ACTIONS(4190), + [anon_sym_BANG] = ACTIONS(4188), + [anon_sym_BANG_BANG] = ACTIONS(4190), + [anon_sym_suspend] = ACTIONS(4188), + [anon_sym_sealed] = ACTIONS(4188), + [anon_sym_annotation] = ACTIONS(4188), + [anon_sym_data] = ACTIONS(4188), + [anon_sym_inner] = ACTIONS(4188), + [anon_sym_override] = ACTIONS(4188), + [anon_sym_lateinit] = ACTIONS(4188), + [anon_sym_public] = ACTIONS(4188), + [anon_sym_private] = ACTIONS(4188), + [anon_sym_internal] = ACTIONS(4188), + [anon_sym_protected] = ACTIONS(4188), + [anon_sym_tailrec] = ACTIONS(4188), + [anon_sym_operator] = ACTIONS(4188), + [anon_sym_infix] = ACTIONS(4188), + [anon_sym_inline] = ACTIONS(4188), + [anon_sym_external] = ACTIONS(4188), + [sym_property_modifier] = ACTIONS(4188), + [anon_sym_abstract] = ACTIONS(4188), + [anon_sym_final] = ACTIONS(4188), + [anon_sym_open] = ACTIONS(4188), + [anon_sym_vararg] = ACTIONS(4188), + [anon_sym_noinline] = ACTIONS(4188), + [anon_sym_crossinline] = ACTIONS(4188), + [anon_sym_expect] = ACTIONS(4188), + [anon_sym_actual] = ACTIONS(4188), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4190), + [anon_sym_continue_AT] = ACTIONS(4190), + [anon_sym_break_AT] = ACTIONS(4190), + [sym_real_literal] = ACTIONS(4190), + [sym_integer_literal] = ACTIONS(4188), + [sym_hex_literal] = ACTIONS(4190), + [sym_bin_literal] = ACTIONS(4190), + [anon_sym_true] = ACTIONS(4188), + [anon_sym_false] = ACTIONS(4188), + [anon_sym_SQUOTE] = ACTIONS(4190), + [sym__backtick_identifier] = ACTIONS(4190), + [sym__automatic_semicolon] = ACTIONS(4190), + [sym_safe_nav] = ACTIONS(4190), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4190), + }, + [895] = { + [sym_class_body] = STATE(1172), + [sym__alpha_identifier] = ACTIONS(4410), + [anon_sym_AT] = ACTIONS(4412), + [anon_sym_COLON] = ACTIONS(4414), + [anon_sym_LBRACK] = ACTIONS(4412), + [anon_sym_as] = ACTIONS(4410), + [anon_sym_EQ] = ACTIONS(4410), + [anon_sym_LBRACE] = ACTIONS(3180), + [anon_sym_RBRACE] = ACTIONS(4412), + [anon_sym_LPAREN] = ACTIONS(4412), + [anon_sym_COMMA] = ACTIONS(4412), + [anon_sym_LT] = ACTIONS(4410), + [anon_sym_GT] = ACTIONS(4410), + [anon_sym_where] = ACTIONS(4410), + [anon_sym_object] = ACTIONS(4410), + [anon_sym_fun] = ACTIONS(4410), + [anon_sym_DOT] = ACTIONS(4410), [anon_sym_SEMI] = ACTIONS(4412), - [anon_sym_get] = ACTIONS(4402), - [anon_sym_set] = ACTIONS(4404), - [anon_sym_STAR] = ACTIONS(4350), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(4352), - [anon_sym_DOT_DOT] = ACTIONS(4354), - [anon_sym_QMARK_COLON] = ACTIONS(4356), - [anon_sym_AMP_AMP] = ACTIONS(4358), - [anon_sym_PIPE_PIPE] = ACTIONS(4360), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_BANG_EQ] = ACTIONS(4362), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4364), - [anon_sym_EQ_EQ] = ACTIONS(4362), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4364), - [anon_sym_LT_EQ] = ACTIONS(4366), - [anon_sym_GT_EQ] = ACTIONS(4366), - [anon_sym_BANGin] = ACTIONS(4368), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), - [anon_sym_PLUS] = ACTIONS(4370), - [anon_sym_DASH] = ACTIONS(4370), - [anon_sym_SLASH] = ACTIONS(4372), - [anon_sym_PERCENT] = ACTIONS(4350), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(1746), - [anon_sym_inner] = ACTIONS(1746), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(1748), - [anon_sym_actual] = ACTIONS(1748), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(3596), - [sym_multiline_comment] = ACTIONS(3), - }, - [893] = { - [sym_function_body] = STATE(1157), - [sym__block] = STATE(1128), - [sym__alpha_identifier] = ACTIONS(4326), - [anon_sym_AT] = ACTIONS(4328), - [anon_sym_LBRACK] = ACTIONS(4328), - [anon_sym_as] = ACTIONS(4326), - [anon_sym_EQ] = ACTIONS(4079), - [anon_sym_LBRACE] = ACTIONS(4081), - [anon_sym_RBRACE] = ACTIONS(4328), - [anon_sym_LPAREN] = ACTIONS(4328), - [anon_sym_COMMA] = ACTIONS(4328), - [anon_sym_LT] = ACTIONS(4326), - [anon_sym_GT] = ACTIONS(4326), - [anon_sym_where] = ACTIONS(4326), - [anon_sym_object] = ACTIONS(4326), - [anon_sym_fun] = ACTIONS(4326), - [anon_sym_DOT] = ACTIONS(4326), - [anon_sym_SEMI] = ACTIONS(4328), - [anon_sym_get] = ACTIONS(4326), - [anon_sym_set] = ACTIONS(4326), - [anon_sym_this] = ACTIONS(4326), - [anon_sym_super] = ACTIONS(4326), - [anon_sym_STAR] = ACTIONS(4326), - [sym_label] = ACTIONS(4326), - [anon_sym_in] = ACTIONS(4326), - [anon_sym_DOT_DOT] = ACTIONS(4328), - [anon_sym_QMARK_COLON] = ACTIONS(4328), - [anon_sym_AMP_AMP] = ACTIONS(4328), - [anon_sym_PIPE_PIPE] = ACTIONS(4328), - [anon_sym_null] = ACTIONS(4326), - [anon_sym_if] = ACTIONS(4326), - [anon_sym_else] = ACTIONS(4326), - [anon_sym_when] = ACTIONS(4326), - [anon_sym_try] = ACTIONS(4326), - [anon_sym_throw] = ACTIONS(4326), - [anon_sym_return] = ACTIONS(4326), - [anon_sym_continue] = ACTIONS(4326), - [anon_sym_break] = ACTIONS(4326), - [anon_sym_COLON_COLON] = ACTIONS(4328), - [anon_sym_PLUS_EQ] = ACTIONS(4328), - [anon_sym_DASH_EQ] = ACTIONS(4328), - [anon_sym_STAR_EQ] = ACTIONS(4328), - [anon_sym_SLASH_EQ] = ACTIONS(4328), - [anon_sym_PERCENT_EQ] = ACTIONS(4328), - [anon_sym_BANG_EQ] = ACTIONS(4326), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4328), - [anon_sym_EQ_EQ] = ACTIONS(4326), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4328), - [anon_sym_LT_EQ] = ACTIONS(4328), - [anon_sym_GT_EQ] = ACTIONS(4328), - [anon_sym_BANGin] = ACTIONS(4328), - [anon_sym_is] = ACTIONS(4326), - [anon_sym_BANGis] = ACTIONS(4328), - [anon_sym_PLUS] = ACTIONS(4326), - [anon_sym_DASH] = ACTIONS(4326), - [anon_sym_SLASH] = ACTIONS(4326), - [anon_sym_PERCENT] = ACTIONS(4326), - [anon_sym_as_QMARK] = ACTIONS(4328), - [anon_sym_PLUS_PLUS] = ACTIONS(4328), - [anon_sym_DASH_DASH] = ACTIONS(4328), - [anon_sym_BANG] = ACTIONS(4326), - [anon_sym_BANG_BANG] = ACTIONS(4328), - [anon_sym_suspend] = ACTIONS(4326), - [anon_sym_sealed] = ACTIONS(4326), - [anon_sym_annotation] = ACTIONS(4326), - [anon_sym_data] = ACTIONS(4326), - [anon_sym_inner] = ACTIONS(4326), - [anon_sym_override] = ACTIONS(4326), - [anon_sym_lateinit] = ACTIONS(4326), - [anon_sym_public] = ACTIONS(4326), - [anon_sym_private] = ACTIONS(4326), - [anon_sym_internal] = ACTIONS(4326), - [anon_sym_protected] = ACTIONS(4326), - [anon_sym_tailrec] = ACTIONS(4326), - [anon_sym_operator] = ACTIONS(4326), - [anon_sym_infix] = ACTIONS(4326), - [anon_sym_inline] = ACTIONS(4326), - [anon_sym_external] = ACTIONS(4326), - [sym_property_modifier] = ACTIONS(4326), - [anon_sym_abstract] = ACTIONS(4326), - [anon_sym_final] = ACTIONS(4326), - [anon_sym_open] = ACTIONS(4326), - [anon_sym_vararg] = ACTIONS(4326), - [anon_sym_noinline] = ACTIONS(4326), - [anon_sym_crossinline] = ACTIONS(4326), - [anon_sym_expect] = ACTIONS(4326), - [anon_sym_actual] = ACTIONS(4326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4328), - [anon_sym_continue_AT] = ACTIONS(4328), - [anon_sym_break_AT] = ACTIONS(4328), - [sym_real_literal] = ACTIONS(4328), - [sym_integer_literal] = ACTIONS(4326), - [sym_hex_literal] = ACTIONS(4328), - [sym_bin_literal] = ACTIONS(4328), - [anon_sym_true] = ACTIONS(4326), - [anon_sym_false] = ACTIONS(4326), - [anon_sym_SQUOTE] = ACTIONS(4328), - [sym__backtick_identifier] = ACTIONS(4328), - [sym__automatic_semicolon] = ACTIONS(4328), - [sym_safe_nav] = ACTIONS(4328), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4328), - }, - [894] = { - [sym_getter] = STATE(4966), - [sym_setter] = STATE(4966), - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(1922), - [sym__comparison_operator] = STATE(1923), - [sym__in_operator] = STATE(1928), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(2019), - [sym__multiplicative_operator] = STATE(2048), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_modifiers] = STATE(8589), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2068), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(1772), - [anon_sym_LPAREN] = ACTIONS(3570), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(4342), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(4414), - [anon_sym_get] = ACTIONS(4402), - [anon_sym_set] = ACTIONS(4404), - [anon_sym_STAR] = ACTIONS(4350), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(4352), - [anon_sym_DOT_DOT] = ACTIONS(4354), - [anon_sym_QMARK_COLON] = ACTIONS(4356), - [anon_sym_AMP_AMP] = ACTIONS(4358), - [anon_sym_PIPE_PIPE] = ACTIONS(4360), - [anon_sym_else] = ACTIONS(1770), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_BANG_EQ] = ACTIONS(4362), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4364), - [anon_sym_EQ_EQ] = ACTIONS(4362), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4364), - [anon_sym_LT_EQ] = ACTIONS(4366), - [anon_sym_GT_EQ] = ACTIONS(4366), - [anon_sym_BANGin] = ACTIONS(4368), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), - [anon_sym_PLUS] = ACTIONS(4370), - [anon_sym_DASH] = ACTIONS(4370), - [anon_sym_SLASH] = ACTIONS(4372), - [anon_sym_PERCENT] = ACTIONS(4350), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(1746), - [anon_sym_inner] = ACTIONS(1746), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(1748), - [anon_sym_actual] = ACTIONS(1748), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(1772), - [sym_safe_nav] = ACTIONS(3596), - [sym_multiline_comment] = ACTIONS(3), - }, - [895] = { - [sym_class_body] = STATE(1042), - [sym_type_constraints] = STATE(1018), - [sym__alpha_identifier] = ACTIONS(4197), - [anon_sym_AT] = ACTIONS(4199), - [anon_sym_COLON] = ACTIONS(4416), - [anon_sym_LBRACK] = ACTIONS(4199), - [anon_sym_as] = ACTIONS(4197), - [anon_sym_EQ] = ACTIONS(4197), - [anon_sym_LBRACE] = ACTIONS(3156), - [anon_sym_RBRACE] = ACTIONS(4199), - [anon_sym_LPAREN] = ACTIONS(4199), - [anon_sym_LT] = ACTIONS(4197), - [anon_sym_GT] = ACTIONS(4197), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(4197), - [anon_sym_fun] = ACTIONS(4197), - [anon_sym_DOT] = ACTIONS(4197), - [anon_sym_SEMI] = ACTIONS(4199), - [anon_sym_get] = ACTIONS(4197), - [anon_sym_set] = ACTIONS(4197), - [anon_sym_this] = ACTIONS(4197), - [anon_sym_super] = ACTIONS(4197), - [anon_sym_STAR] = ACTIONS(4197), - [sym_label] = ACTIONS(4197), - [anon_sym_in] = ACTIONS(4197), - [anon_sym_DOT_DOT] = ACTIONS(4199), - [anon_sym_QMARK_COLON] = ACTIONS(4199), - [anon_sym_AMP_AMP] = ACTIONS(4199), - [anon_sym_PIPE_PIPE] = ACTIONS(4199), - [anon_sym_null] = ACTIONS(4197), - [anon_sym_if] = ACTIONS(4197), - [anon_sym_else] = ACTIONS(4197), - [anon_sym_when] = ACTIONS(4197), - [anon_sym_try] = ACTIONS(4197), - [anon_sym_throw] = ACTIONS(4197), - [anon_sym_return] = ACTIONS(4197), - [anon_sym_continue] = ACTIONS(4197), - [anon_sym_break] = ACTIONS(4197), - [anon_sym_COLON_COLON] = ACTIONS(4199), - [anon_sym_PLUS_EQ] = ACTIONS(4199), - [anon_sym_DASH_EQ] = ACTIONS(4199), - [anon_sym_STAR_EQ] = ACTIONS(4199), - [anon_sym_SLASH_EQ] = ACTIONS(4199), - [anon_sym_PERCENT_EQ] = ACTIONS(4199), - [anon_sym_BANG_EQ] = ACTIONS(4197), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4199), - [anon_sym_EQ_EQ] = ACTIONS(4197), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4199), - [anon_sym_LT_EQ] = ACTIONS(4199), - [anon_sym_GT_EQ] = ACTIONS(4199), - [anon_sym_BANGin] = ACTIONS(4199), - [anon_sym_is] = ACTIONS(4197), - [anon_sym_BANGis] = ACTIONS(4199), - [anon_sym_PLUS] = ACTIONS(4197), - [anon_sym_DASH] = ACTIONS(4197), - [anon_sym_SLASH] = ACTIONS(4197), - [anon_sym_PERCENT] = ACTIONS(4197), - [anon_sym_as_QMARK] = ACTIONS(4199), - [anon_sym_PLUS_PLUS] = ACTIONS(4199), - [anon_sym_DASH_DASH] = ACTIONS(4199), - [anon_sym_BANG] = ACTIONS(4197), - [anon_sym_BANG_BANG] = ACTIONS(4199), - [anon_sym_suspend] = ACTIONS(4197), - [anon_sym_sealed] = ACTIONS(4197), - [anon_sym_annotation] = ACTIONS(4197), - [anon_sym_data] = ACTIONS(4197), - [anon_sym_inner] = ACTIONS(4197), - [anon_sym_override] = ACTIONS(4197), - [anon_sym_lateinit] = ACTIONS(4197), - [anon_sym_public] = ACTIONS(4197), - [anon_sym_private] = ACTIONS(4197), - [anon_sym_internal] = ACTIONS(4197), - [anon_sym_protected] = ACTIONS(4197), - [anon_sym_tailrec] = ACTIONS(4197), - [anon_sym_operator] = ACTIONS(4197), - [anon_sym_infix] = ACTIONS(4197), - [anon_sym_inline] = ACTIONS(4197), - [anon_sym_external] = ACTIONS(4197), - [sym_property_modifier] = ACTIONS(4197), - [anon_sym_abstract] = ACTIONS(4197), - [anon_sym_final] = ACTIONS(4197), - [anon_sym_open] = ACTIONS(4197), - [anon_sym_vararg] = ACTIONS(4197), - [anon_sym_noinline] = ACTIONS(4197), - [anon_sym_crossinline] = ACTIONS(4197), - [anon_sym_expect] = ACTIONS(4197), - [anon_sym_actual] = ACTIONS(4197), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4199), - [anon_sym_continue_AT] = ACTIONS(4199), - [anon_sym_break_AT] = ACTIONS(4199), - [sym_real_literal] = ACTIONS(4199), - [sym_integer_literal] = ACTIONS(4197), - [sym_hex_literal] = ACTIONS(4199), - [sym_bin_literal] = ACTIONS(4199), - [anon_sym_true] = ACTIONS(4197), - [anon_sym_false] = ACTIONS(4197), - [anon_sym_SQUOTE] = ACTIONS(4199), - [sym__backtick_identifier] = ACTIONS(4199), - [sym__automatic_semicolon] = ACTIONS(4199), - [sym_safe_nav] = ACTIONS(4199), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4199), + [anon_sym_get] = ACTIONS(4410), + [anon_sym_set] = ACTIONS(4410), + [anon_sym_this] = ACTIONS(4410), + [anon_sym_super] = ACTIONS(4410), + [anon_sym_STAR] = ACTIONS(4410), + [sym_label] = ACTIONS(4410), + [anon_sym_in] = ACTIONS(4410), + [anon_sym_DOT_DOT] = ACTIONS(4412), + [anon_sym_QMARK_COLON] = ACTIONS(4412), + [anon_sym_AMP_AMP] = ACTIONS(4412), + [anon_sym_PIPE_PIPE] = ACTIONS(4412), + [anon_sym_null] = ACTIONS(4410), + [anon_sym_if] = ACTIONS(4410), + [anon_sym_else] = ACTIONS(4410), + [anon_sym_when] = ACTIONS(4410), + [anon_sym_try] = ACTIONS(4410), + [anon_sym_throw] = ACTIONS(4410), + [anon_sym_return] = ACTIONS(4410), + [anon_sym_continue] = ACTIONS(4410), + [anon_sym_break] = ACTIONS(4410), + [anon_sym_COLON_COLON] = ACTIONS(4412), + [anon_sym_PLUS_EQ] = ACTIONS(4412), + [anon_sym_DASH_EQ] = ACTIONS(4412), + [anon_sym_STAR_EQ] = ACTIONS(4412), + [anon_sym_SLASH_EQ] = ACTIONS(4412), + [anon_sym_PERCENT_EQ] = ACTIONS(4412), + [anon_sym_BANG_EQ] = ACTIONS(4410), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4412), + [anon_sym_EQ_EQ] = ACTIONS(4410), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4412), + [anon_sym_LT_EQ] = ACTIONS(4412), + [anon_sym_GT_EQ] = ACTIONS(4412), + [anon_sym_BANGin] = ACTIONS(4412), + [anon_sym_is] = ACTIONS(4410), + [anon_sym_BANGis] = ACTIONS(4412), + [anon_sym_PLUS] = ACTIONS(4410), + [anon_sym_DASH] = ACTIONS(4410), + [anon_sym_SLASH] = ACTIONS(4410), + [anon_sym_PERCENT] = ACTIONS(4410), + [anon_sym_as_QMARK] = ACTIONS(4412), + [anon_sym_PLUS_PLUS] = ACTIONS(4412), + [anon_sym_DASH_DASH] = ACTIONS(4412), + [anon_sym_BANG] = ACTIONS(4410), + [anon_sym_BANG_BANG] = ACTIONS(4412), + [anon_sym_suspend] = ACTIONS(4410), + [anon_sym_sealed] = ACTIONS(4410), + [anon_sym_annotation] = ACTIONS(4410), + [anon_sym_data] = ACTIONS(4410), + [anon_sym_inner] = ACTIONS(4410), + [anon_sym_override] = ACTIONS(4410), + [anon_sym_lateinit] = ACTIONS(4410), + [anon_sym_public] = ACTIONS(4410), + [anon_sym_private] = ACTIONS(4410), + [anon_sym_internal] = ACTIONS(4410), + [anon_sym_protected] = ACTIONS(4410), + [anon_sym_tailrec] = ACTIONS(4410), + [anon_sym_operator] = ACTIONS(4410), + [anon_sym_infix] = ACTIONS(4410), + [anon_sym_inline] = ACTIONS(4410), + [anon_sym_external] = ACTIONS(4410), + [sym_property_modifier] = ACTIONS(4410), + [anon_sym_abstract] = ACTIONS(4410), + [anon_sym_final] = ACTIONS(4410), + [anon_sym_open] = ACTIONS(4410), + [anon_sym_vararg] = ACTIONS(4410), + [anon_sym_noinline] = ACTIONS(4410), + [anon_sym_crossinline] = ACTIONS(4410), + [anon_sym_expect] = ACTIONS(4410), + [anon_sym_actual] = ACTIONS(4410), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4412), + [anon_sym_continue_AT] = ACTIONS(4412), + [anon_sym_break_AT] = ACTIONS(4412), + [sym_real_literal] = ACTIONS(4412), + [sym_integer_literal] = ACTIONS(4410), + [sym_hex_literal] = ACTIONS(4412), + [sym_bin_literal] = ACTIONS(4412), + [anon_sym_true] = ACTIONS(4410), + [anon_sym_false] = ACTIONS(4410), + [anon_sym_SQUOTE] = ACTIONS(4412), + [sym__backtick_identifier] = ACTIONS(4412), + [sym__automatic_semicolon] = ACTIONS(4412), + [sym_safe_nav] = ACTIONS(4412), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4412), }, [896] = { - [sym_getter] = STATE(4953), - [sym_setter] = STATE(4953), - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(1922), - [sym__comparison_operator] = STATE(1923), - [sym__in_operator] = STATE(1928), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(2019), - [sym__multiplicative_operator] = STATE(2048), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_modifiers] = STATE(8589), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2068), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(1754), - [anon_sym_LPAREN] = ACTIONS(3570), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(4342), - [anon_sym_DOT] = ACTIONS(3574), + [sym_value_arguments] = STATE(1109), + [sym__alpha_identifier] = ACTIONS(4416), + [anon_sym_AT] = ACTIONS(4418), + [anon_sym_LBRACK] = ACTIONS(4418), + [anon_sym_as] = ACTIONS(4416), + [anon_sym_EQ] = ACTIONS(4416), + [anon_sym_LBRACE] = ACTIONS(4418), + [anon_sym_RBRACE] = ACTIONS(4418), + [anon_sym_LPAREN] = ACTIONS(4418), + [anon_sym_COMMA] = ACTIONS(4418), + [anon_sym_by] = ACTIONS(4420), + [anon_sym_LT] = ACTIONS(4416), + [anon_sym_GT] = ACTIONS(4416), + [anon_sym_where] = ACTIONS(4416), + [anon_sym_object] = ACTIONS(4416), + [anon_sym_fun] = ACTIONS(4416), + [anon_sym_DOT] = ACTIONS(4416), [anon_sym_SEMI] = ACTIONS(4418), - [anon_sym_get] = ACTIONS(4402), - [anon_sym_set] = ACTIONS(4404), - [anon_sym_STAR] = ACTIONS(4350), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(4352), - [anon_sym_DOT_DOT] = ACTIONS(4354), - [anon_sym_QMARK_COLON] = ACTIONS(4356), - [anon_sym_AMP_AMP] = ACTIONS(4358), - [anon_sym_PIPE_PIPE] = ACTIONS(4360), - [anon_sym_else] = ACTIONS(1752), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_BANG_EQ] = ACTIONS(4362), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4364), - [anon_sym_EQ_EQ] = ACTIONS(4362), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4364), - [anon_sym_LT_EQ] = ACTIONS(4366), - [anon_sym_GT_EQ] = ACTIONS(4366), - [anon_sym_BANGin] = ACTIONS(4368), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), - [anon_sym_PLUS] = ACTIONS(4370), - [anon_sym_DASH] = ACTIONS(4370), - [anon_sym_SLASH] = ACTIONS(4372), - [anon_sym_PERCENT] = ACTIONS(4350), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(1746), - [anon_sym_inner] = ACTIONS(1746), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(1748), - [anon_sym_actual] = ACTIONS(1748), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(1754), - [sym_safe_nav] = ACTIONS(3596), - [sym_multiline_comment] = ACTIONS(3), + [anon_sym_get] = ACTIONS(4416), + [anon_sym_set] = ACTIONS(4416), + [anon_sym_this] = ACTIONS(4416), + [anon_sym_super] = ACTIONS(4416), + [anon_sym_STAR] = ACTIONS(4416), + [sym_label] = ACTIONS(4416), + [anon_sym_in] = ACTIONS(4416), + [anon_sym_DOT_DOT] = ACTIONS(4418), + [anon_sym_QMARK_COLON] = ACTIONS(4418), + [anon_sym_AMP_AMP] = ACTIONS(4418), + [anon_sym_PIPE_PIPE] = ACTIONS(4418), + [anon_sym_null] = ACTIONS(4416), + [anon_sym_if] = ACTIONS(4416), + [anon_sym_else] = ACTIONS(4416), + [anon_sym_when] = ACTIONS(4416), + [anon_sym_try] = ACTIONS(4416), + [anon_sym_throw] = ACTIONS(4416), + [anon_sym_return] = ACTIONS(4416), + [anon_sym_continue] = ACTIONS(4416), + [anon_sym_break] = ACTIONS(4416), + [anon_sym_COLON_COLON] = ACTIONS(4418), + [anon_sym_PLUS_EQ] = ACTIONS(4418), + [anon_sym_DASH_EQ] = ACTIONS(4418), + [anon_sym_STAR_EQ] = ACTIONS(4418), + [anon_sym_SLASH_EQ] = ACTIONS(4418), + [anon_sym_PERCENT_EQ] = ACTIONS(4418), + [anon_sym_BANG_EQ] = ACTIONS(4416), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4418), + [anon_sym_EQ_EQ] = ACTIONS(4416), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4418), + [anon_sym_LT_EQ] = ACTIONS(4418), + [anon_sym_GT_EQ] = ACTIONS(4418), + [anon_sym_BANGin] = ACTIONS(4418), + [anon_sym_is] = ACTIONS(4416), + [anon_sym_BANGis] = ACTIONS(4418), + [anon_sym_PLUS] = ACTIONS(4416), + [anon_sym_DASH] = ACTIONS(4416), + [anon_sym_SLASH] = ACTIONS(4416), + [anon_sym_PERCENT] = ACTIONS(4416), + [anon_sym_as_QMARK] = ACTIONS(4418), + [anon_sym_PLUS_PLUS] = ACTIONS(4418), + [anon_sym_DASH_DASH] = ACTIONS(4418), + [anon_sym_BANG] = ACTIONS(4416), + [anon_sym_BANG_BANG] = ACTIONS(4418), + [anon_sym_suspend] = ACTIONS(4416), + [anon_sym_sealed] = ACTIONS(4416), + [anon_sym_annotation] = ACTIONS(4416), + [anon_sym_data] = ACTIONS(4416), + [anon_sym_inner] = ACTIONS(4416), + [anon_sym_override] = ACTIONS(4416), + [anon_sym_lateinit] = ACTIONS(4416), + [anon_sym_public] = ACTIONS(4416), + [anon_sym_private] = ACTIONS(4416), + [anon_sym_internal] = ACTIONS(4416), + [anon_sym_protected] = ACTIONS(4416), + [anon_sym_tailrec] = ACTIONS(4416), + [anon_sym_operator] = ACTIONS(4416), + [anon_sym_infix] = ACTIONS(4416), + [anon_sym_inline] = ACTIONS(4416), + [anon_sym_external] = ACTIONS(4416), + [sym_property_modifier] = ACTIONS(4416), + [anon_sym_abstract] = ACTIONS(4416), + [anon_sym_final] = ACTIONS(4416), + [anon_sym_open] = ACTIONS(4416), + [anon_sym_vararg] = ACTIONS(4416), + [anon_sym_noinline] = ACTIONS(4416), + [anon_sym_crossinline] = ACTIONS(4416), + [anon_sym_expect] = ACTIONS(4416), + [anon_sym_actual] = ACTIONS(4416), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4418), + [anon_sym_continue_AT] = ACTIONS(4418), + [anon_sym_break_AT] = ACTIONS(4418), + [sym_real_literal] = ACTIONS(4418), + [sym_integer_literal] = ACTIONS(4416), + [sym_hex_literal] = ACTIONS(4418), + [sym_bin_literal] = ACTIONS(4418), + [anon_sym_true] = ACTIONS(4416), + [anon_sym_false] = ACTIONS(4416), + [anon_sym_SQUOTE] = ACTIONS(4418), + [sym__backtick_identifier] = ACTIONS(4418), + [sym__automatic_semicolon] = ACTIONS(4418), + [sym_safe_nav] = ACTIONS(4418), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4418), }, [897] = { - [sym_getter] = STATE(4928), - [sym_setter] = STATE(4928), - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(1922), - [sym__comparison_operator] = STATE(1923), - [sym__in_operator] = STATE(1928), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(2019), - [sym__multiplicative_operator] = STATE(2048), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_modifiers] = STATE(8589), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2068), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(1784), - [anon_sym_LPAREN] = ACTIONS(3570), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(4342), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(4420), - [anon_sym_get] = ACTIONS(4402), - [anon_sym_set] = ACTIONS(4404), - [anon_sym_STAR] = ACTIONS(4350), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(4352), - [anon_sym_DOT_DOT] = ACTIONS(4354), - [anon_sym_QMARK_COLON] = ACTIONS(4356), - [anon_sym_AMP_AMP] = ACTIONS(4358), - [anon_sym_PIPE_PIPE] = ACTIONS(4360), - [anon_sym_else] = ACTIONS(1782), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_BANG_EQ] = ACTIONS(4362), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4364), - [anon_sym_EQ_EQ] = ACTIONS(4362), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4364), - [anon_sym_LT_EQ] = ACTIONS(4366), - [anon_sym_GT_EQ] = ACTIONS(4366), - [anon_sym_BANGin] = ACTIONS(4368), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), - [anon_sym_PLUS] = ACTIONS(4370), - [anon_sym_DASH] = ACTIONS(4370), - [anon_sym_SLASH] = ACTIONS(4372), - [anon_sym_PERCENT] = ACTIONS(4350), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(1746), - [anon_sym_inner] = ACTIONS(1746), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(1748), - [anon_sym_actual] = ACTIONS(1748), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(1784), - [sym_safe_nav] = ACTIONS(3596), - [sym_multiline_comment] = ACTIONS(3), + [sym_type_constraints] = STATE(1064), + [sym_function_body] = STATE(1119), + [sym__block] = STATE(1087), + [sym__alpha_identifier] = ACTIONS(4256), + [anon_sym_AT] = ACTIONS(4258), + [anon_sym_LBRACK] = ACTIONS(4258), + [anon_sym_as] = ACTIONS(4256), + [anon_sym_EQ] = ACTIONS(4320), + [anon_sym_LBRACE] = ACTIONS(4039), + [anon_sym_RBRACE] = ACTIONS(4258), + [anon_sym_LPAREN] = ACTIONS(4258), + [anon_sym_LT] = ACTIONS(4256), + [anon_sym_GT] = ACTIONS(4256), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(4256), + [anon_sym_fun] = ACTIONS(4256), + [anon_sym_DOT] = ACTIONS(4256), + [anon_sym_SEMI] = ACTIONS(4258), + [anon_sym_get] = ACTIONS(4256), + [anon_sym_set] = ACTIONS(4256), + [anon_sym_this] = ACTIONS(4256), + [anon_sym_super] = ACTIONS(4256), + [anon_sym_STAR] = ACTIONS(4256), + [sym_label] = ACTIONS(4256), + [anon_sym_in] = ACTIONS(4256), + [anon_sym_DOT_DOT] = ACTIONS(4258), + [anon_sym_QMARK_COLON] = ACTIONS(4258), + [anon_sym_AMP_AMP] = ACTIONS(4258), + [anon_sym_PIPE_PIPE] = ACTIONS(4258), + [anon_sym_null] = ACTIONS(4256), + [anon_sym_if] = ACTIONS(4256), + [anon_sym_else] = ACTIONS(4256), + [anon_sym_when] = ACTIONS(4256), + [anon_sym_try] = ACTIONS(4256), + [anon_sym_throw] = ACTIONS(4256), + [anon_sym_return] = ACTIONS(4256), + [anon_sym_continue] = ACTIONS(4256), + [anon_sym_break] = ACTIONS(4256), + [anon_sym_COLON_COLON] = ACTIONS(4258), + [anon_sym_PLUS_EQ] = ACTIONS(4258), + [anon_sym_DASH_EQ] = ACTIONS(4258), + [anon_sym_STAR_EQ] = ACTIONS(4258), + [anon_sym_SLASH_EQ] = ACTIONS(4258), + [anon_sym_PERCENT_EQ] = ACTIONS(4258), + [anon_sym_BANG_EQ] = ACTIONS(4256), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4258), + [anon_sym_EQ_EQ] = ACTIONS(4256), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4258), + [anon_sym_LT_EQ] = ACTIONS(4258), + [anon_sym_GT_EQ] = ACTIONS(4258), + [anon_sym_BANGin] = ACTIONS(4258), + [anon_sym_is] = ACTIONS(4256), + [anon_sym_BANGis] = ACTIONS(4258), + [anon_sym_PLUS] = ACTIONS(4256), + [anon_sym_DASH] = ACTIONS(4256), + [anon_sym_SLASH] = ACTIONS(4256), + [anon_sym_PERCENT] = ACTIONS(4256), + [anon_sym_as_QMARK] = ACTIONS(4258), + [anon_sym_PLUS_PLUS] = ACTIONS(4258), + [anon_sym_DASH_DASH] = ACTIONS(4258), + [anon_sym_BANG] = ACTIONS(4256), + [anon_sym_BANG_BANG] = ACTIONS(4258), + [anon_sym_suspend] = ACTIONS(4256), + [anon_sym_sealed] = ACTIONS(4256), + [anon_sym_annotation] = ACTIONS(4256), + [anon_sym_data] = ACTIONS(4256), + [anon_sym_inner] = ACTIONS(4256), + [anon_sym_override] = ACTIONS(4256), + [anon_sym_lateinit] = ACTIONS(4256), + [anon_sym_public] = ACTIONS(4256), + [anon_sym_private] = ACTIONS(4256), + [anon_sym_internal] = ACTIONS(4256), + [anon_sym_protected] = ACTIONS(4256), + [anon_sym_tailrec] = ACTIONS(4256), + [anon_sym_operator] = ACTIONS(4256), + [anon_sym_infix] = ACTIONS(4256), + [anon_sym_inline] = ACTIONS(4256), + [anon_sym_external] = ACTIONS(4256), + [sym_property_modifier] = ACTIONS(4256), + [anon_sym_abstract] = ACTIONS(4256), + [anon_sym_final] = ACTIONS(4256), + [anon_sym_open] = ACTIONS(4256), + [anon_sym_vararg] = ACTIONS(4256), + [anon_sym_noinline] = ACTIONS(4256), + [anon_sym_crossinline] = ACTIONS(4256), + [anon_sym_expect] = ACTIONS(4256), + [anon_sym_actual] = ACTIONS(4256), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4258), + [anon_sym_continue_AT] = ACTIONS(4258), + [anon_sym_break_AT] = ACTIONS(4258), + [sym_real_literal] = ACTIONS(4258), + [sym_integer_literal] = ACTIONS(4256), + [sym_hex_literal] = ACTIONS(4258), + [sym_bin_literal] = ACTIONS(4258), + [anon_sym_true] = ACTIONS(4256), + [anon_sym_false] = ACTIONS(4256), + [anon_sym_SQUOTE] = ACTIONS(4258), + [sym__backtick_identifier] = ACTIONS(4258), + [sym__automatic_semicolon] = ACTIONS(4258), + [sym_safe_nav] = ACTIONS(4258), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4258), }, [898] = { - [sym_class_body] = STATE(1102), - [sym_type_constraints] = STATE(986), + [sym_function_body] = STATE(1150), + [sym__block] = STATE(1087), [sym__alpha_identifier] = ACTIONS(4422), [anon_sym_AT] = ACTIONS(4424), [anon_sym_LBRACK] = ACTIONS(4424), [anon_sym_as] = ACTIONS(4422), - [anon_sym_EQ] = ACTIONS(4422), - [anon_sym_LBRACE] = ACTIONS(3156), + [anon_sym_EQ] = ACTIONS(4037), + [anon_sym_LBRACE] = ACTIONS(4039), [anon_sym_RBRACE] = ACTIONS(4424), [anon_sym_LPAREN] = ACTIONS(4424), [anon_sym_COMMA] = ACTIONS(4424), [anon_sym_LT] = ACTIONS(4422), [anon_sym_GT] = ACTIONS(4422), - [anon_sym_where] = ACTIONS(3148), + [anon_sym_where] = ACTIONS(4422), [anon_sym_object] = ACTIONS(4422), [anon_sym_fun] = ACTIONS(4422), [anon_sym_DOT] = ACTIONS(4422), @@ -140604,16 +140712,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(4424), }, [899] = { + [sym_function_body] = STATE(1183), + [sym__block] = STATE(1087), [sym__alpha_identifier] = ACTIONS(4426), [anon_sym_AT] = ACTIONS(4428), [anon_sym_LBRACK] = ACTIONS(4428), [anon_sym_as] = ACTIONS(4426), - [anon_sym_EQ] = ACTIONS(4426), - [anon_sym_LBRACE] = ACTIONS(4428), + [anon_sym_EQ] = ACTIONS(4037), + [anon_sym_LBRACE] = ACTIONS(4039), [anon_sym_RBRACE] = ACTIONS(4428), [anon_sym_LPAREN] = ACTIONS(4428), [anon_sym_COMMA] = ACTIONS(4428), - [anon_sym_by] = ACTIONS(4426), [anon_sym_LT] = ACTIONS(4426), [anon_sym_GT] = ACTIONS(4426), [anon_sym_where] = ACTIONS(4426), @@ -140625,7 +140734,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(4426), [anon_sym_this] = ACTIONS(4426), [anon_sym_super] = ACTIONS(4426), - [sym__quest] = ACTIONS(4426), [anon_sym_STAR] = ACTIONS(4426), [sym_label] = ACTIONS(4426), [anon_sym_in] = ACTIONS(4426), @@ -140709,919 +140817,1024 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(4428), }, [900] = { - [sym_type_constraints] = STATE(984), - [sym_enum_class_body] = STATE(1122), - [sym__alpha_identifier] = ACTIONS(4213), - [anon_sym_AT] = ACTIONS(4215), - [anon_sym_LBRACK] = ACTIONS(4215), - [anon_sym_as] = ACTIONS(4213), - [anon_sym_EQ] = ACTIONS(4213), - [anon_sym_LBRACE] = ACTIONS(3144), - [anon_sym_RBRACE] = ACTIONS(4215), - [anon_sym_LPAREN] = ACTIONS(4215), - [anon_sym_COMMA] = ACTIONS(4215), - [anon_sym_LT] = ACTIONS(4213), - [anon_sym_GT] = ACTIONS(4213), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(4213), - [anon_sym_fun] = ACTIONS(4213), - [anon_sym_DOT] = ACTIONS(4213), - [anon_sym_SEMI] = ACTIONS(4215), - [anon_sym_get] = ACTIONS(4213), - [anon_sym_set] = ACTIONS(4213), - [anon_sym_this] = ACTIONS(4213), - [anon_sym_super] = ACTIONS(4213), - [anon_sym_STAR] = ACTIONS(4213), - [sym_label] = ACTIONS(4213), - [anon_sym_in] = ACTIONS(4213), - [anon_sym_DOT_DOT] = ACTIONS(4215), - [anon_sym_QMARK_COLON] = ACTIONS(4215), - [anon_sym_AMP_AMP] = ACTIONS(4215), - [anon_sym_PIPE_PIPE] = ACTIONS(4215), - [anon_sym_null] = ACTIONS(4213), - [anon_sym_if] = ACTIONS(4213), - [anon_sym_else] = ACTIONS(4213), - [anon_sym_when] = ACTIONS(4213), - [anon_sym_try] = ACTIONS(4213), - [anon_sym_throw] = ACTIONS(4213), - [anon_sym_return] = ACTIONS(4213), - [anon_sym_continue] = ACTIONS(4213), - [anon_sym_break] = ACTIONS(4213), - [anon_sym_COLON_COLON] = ACTIONS(4215), - [anon_sym_PLUS_EQ] = ACTIONS(4215), - [anon_sym_DASH_EQ] = ACTIONS(4215), - [anon_sym_STAR_EQ] = ACTIONS(4215), - [anon_sym_SLASH_EQ] = ACTIONS(4215), - [anon_sym_PERCENT_EQ] = ACTIONS(4215), - [anon_sym_BANG_EQ] = ACTIONS(4213), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4215), - [anon_sym_EQ_EQ] = ACTIONS(4213), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4215), - [anon_sym_LT_EQ] = ACTIONS(4215), - [anon_sym_GT_EQ] = ACTIONS(4215), - [anon_sym_BANGin] = ACTIONS(4215), - [anon_sym_is] = ACTIONS(4213), - [anon_sym_BANGis] = ACTIONS(4215), - [anon_sym_PLUS] = ACTIONS(4213), - [anon_sym_DASH] = ACTIONS(4213), - [anon_sym_SLASH] = ACTIONS(4213), - [anon_sym_PERCENT] = ACTIONS(4213), - [anon_sym_as_QMARK] = ACTIONS(4215), - [anon_sym_PLUS_PLUS] = ACTIONS(4215), - [anon_sym_DASH_DASH] = ACTIONS(4215), - [anon_sym_BANG] = ACTIONS(4213), - [anon_sym_BANG_BANG] = ACTIONS(4215), - [anon_sym_suspend] = ACTIONS(4213), - [anon_sym_sealed] = ACTIONS(4213), - [anon_sym_annotation] = ACTIONS(4213), - [anon_sym_data] = ACTIONS(4213), - [anon_sym_inner] = ACTIONS(4213), - [anon_sym_override] = ACTIONS(4213), - [anon_sym_lateinit] = ACTIONS(4213), - [anon_sym_public] = ACTIONS(4213), - [anon_sym_private] = ACTIONS(4213), - [anon_sym_internal] = ACTIONS(4213), - [anon_sym_protected] = ACTIONS(4213), - [anon_sym_tailrec] = ACTIONS(4213), - [anon_sym_operator] = ACTIONS(4213), - [anon_sym_infix] = ACTIONS(4213), - [anon_sym_inline] = ACTIONS(4213), - [anon_sym_external] = ACTIONS(4213), - [sym_property_modifier] = ACTIONS(4213), - [anon_sym_abstract] = ACTIONS(4213), - [anon_sym_final] = ACTIONS(4213), - [anon_sym_open] = ACTIONS(4213), - [anon_sym_vararg] = ACTIONS(4213), - [anon_sym_noinline] = ACTIONS(4213), - [anon_sym_crossinline] = ACTIONS(4213), - [anon_sym_expect] = ACTIONS(4213), - [anon_sym_actual] = ACTIONS(4213), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4215), - [anon_sym_continue_AT] = ACTIONS(4215), - [anon_sym_break_AT] = ACTIONS(4215), - [sym_real_literal] = ACTIONS(4215), - [sym_integer_literal] = ACTIONS(4213), - [sym_hex_literal] = ACTIONS(4215), - [sym_bin_literal] = ACTIONS(4215), - [anon_sym_true] = ACTIONS(4213), - [anon_sym_false] = ACTIONS(4213), - [anon_sym_SQUOTE] = ACTIONS(4215), - [sym__backtick_identifier] = ACTIONS(4215), - [sym__automatic_semicolon] = ACTIONS(4215), - [sym_safe_nav] = ACTIONS(4215), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4215), + [sym_getter] = STATE(3817), + [sym_setter] = STATE(3817), + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(2278), + [sym__comparison_operator] = STATE(2276), + [sym__in_operator] = STATE(2273), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(2271), + [sym__multiplicative_operator] = STATE(2268), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_modifiers] = STATE(8770), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2266), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(3572), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(4350), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(4430), + [anon_sym_get] = ACTIONS(4354), + [anon_sym_set] = ACTIONS(4356), + [anon_sym_STAR] = ACTIONS(4358), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(4360), + [anon_sym_DOT_DOT] = ACTIONS(4362), + [anon_sym_QMARK_COLON] = ACTIONS(4364), + [anon_sym_AMP_AMP] = ACTIONS(4366), + [anon_sym_PIPE_PIPE] = ACTIONS(4368), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_BANG_EQ] = ACTIONS(4370), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4372), + [anon_sym_EQ_EQ] = ACTIONS(4370), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4372), + [anon_sym_LT_EQ] = ACTIONS(4374), + [anon_sym_GT_EQ] = ACTIONS(4374), + [anon_sym_BANGin] = ACTIONS(4376), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), + [anon_sym_PLUS] = ACTIONS(4378), + [anon_sym_DASH] = ACTIONS(4378), + [anon_sym_SLASH] = ACTIONS(4380), + [anon_sym_PERCENT] = ACTIONS(4358), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(1746), + [anon_sym_inner] = ACTIONS(1746), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(1748), + [anon_sym_actual] = ACTIONS(1748), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(3598), + [sym_multiline_comment] = ACTIONS(3), }, [901] = { - [sym_type_constraints] = STATE(1181), - [sym_function_body] = STATE(1171), - [sym__block] = STATE(1128), - [sym__alpha_identifier] = ACTIONS(4181), - [anon_sym_AT] = ACTIONS(4183), - [anon_sym_LBRACK] = ACTIONS(4183), - [anon_sym_as] = ACTIONS(4181), - [anon_sym_EQ] = ACTIONS(4207), - [anon_sym_LBRACE] = ACTIONS(4081), - [anon_sym_RBRACE] = ACTIONS(4183), - [anon_sym_LPAREN] = ACTIONS(4183), - [anon_sym_LT] = ACTIONS(4181), - [anon_sym_GT] = ACTIONS(4181), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(4181), - [anon_sym_fun] = ACTIONS(4181), - [anon_sym_DOT] = ACTIONS(4181), - [anon_sym_SEMI] = ACTIONS(4183), - [anon_sym_get] = ACTIONS(4181), - [anon_sym_set] = ACTIONS(4181), - [anon_sym_this] = ACTIONS(4181), - [anon_sym_super] = ACTIONS(4181), - [anon_sym_STAR] = ACTIONS(4181), - [sym_label] = ACTIONS(4181), - [anon_sym_in] = ACTIONS(4181), - [anon_sym_DOT_DOT] = ACTIONS(4183), - [anon_sym_QMARK_COLON] = ACTIONS(4183), - [anon_sym_AMP_AMP] = ACTIONS(4183), - [anon_sym_PIPE_PIPE] = ACTIONS(4183), - [anon_sym_null] = ACTIONS(4181), - [anon_sym_if] = ACTIONS(4181), - [anon_sym_else] = ACTIONS(4181), - [anon_sym_when] = ACTIONS(4181), - [anon_sym_try] = ACTIONS(4181), - [anon_sym_throw] = ACTIONS(4181), - [anon_sym_return] = ACTIONS(4181), - [anon_sym_continue] = ACTIONS(4181), - [anon_sym_break] = ACTIONS(4181), - [anon_sym_COLON_COLON] = ACTIONS(4183), - [anon_sym_PLUS_EQ] = ACTIONS(4183), - [anon_sym_DASH_EQ] = ACTIONS(4183), - [anon_sym_STAR_EQ] = ACTIONS(4183), - [anon_sym_SLASH_EQ] = ACTIONS(4183), - [anon_sym_PERCENT_EQ] = ACTIONS(4183), - [anon_sym_BANG_EQ] = ACTIONS(4181), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4183), - [anon_sym_EQ_EQ] = ACTIONS(4181), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4183), - [anon_sym_LT_EQ] = ACTIONS(4183), - [anon_sym_GT_EQ] = ACTIONS(4183), - [anon_sym_BANGin] = ACTIONS(4183), - [anon_sym_is] = ACTIONS(4181), - [anon_sym_BANGis] = ACTIONS(4183), - [anon_sym_PLUS] = ACTIONS(4181), - [anon_sym_DASH] = ACTIONS(4181), - [anon_sym_SLASH] = ACTIONS(4181), - [anon_sym_PERCENT] = ACTIONS(4181), - [anon_sym_as_QMARK] = ACTIONS(4183), - [anon_sym_PLUS_PLUS] = ACTIONS(4183), - [anon_sym_DASH_DASH] = ACTIONS(4183), - [anon_sym_BANG] = ACTIONS(4181), - [anon_sym_BANG_BANG] = ACTIONS(4183), - [anon_sym_suspend] = ACTIONS(4181), - [anon_sym_sealed] = ACTIONS(4181), - [anon_sym_annotation] = ACTIONS(4181), - [anon_sym_data] = ACTIONS(4181), - [anon_sym_inner] = ACTIONS(4181), - [anon_sym_override] = ACTIONS(4181), - [anon_sym_lateinit] = ACTIONS(4181), - [anon_sym_public] = ACTIONS(4181), - [anon_sym_private] = ACTIONS(4181), - [anon_sym_internal] = ACTIONS(4181), - [anon_sym_protected] = ACTIONS(4181), - [anon_sym_tailrec] = ACTIONS(4181), - [anon_sym_operator] = ACTIONS(4181), - [anon_sym_infix] = ACTIONS(4181), - [anon_sym_inline] = ACTIONS(4181), - [anon_sym_external] = ACTIONS(4181), - [sym_property_modifier] = ACTIONS(4181), - [anon_sym_abstract] = ACTIONS(4181), - [anon_sym_final] = ACTIONS(4181), - [anon_sym_open] = ACTIONS(4181), - [anon_sym_vararg] = ACTIONS(4181), - [anon_sym_noinline] = ACTIONS(4181), - [anon_sym_crossinline] = ACTIONS(4181), - [anon_sym_expect] = ACTIONS(4181), - [anon_sym_actual] = ACTIONS(4181), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4183), - [anon_sym_continue_AT] = ACTIONS(4183), - [anon_sym_break_AT] = ACTIONS(4183), - [sym_real_literal] = ACTIONS(4183), - [sym_integer_literal] = ACTIONS(4181), - [sym_hex_literal] = ACTIONS(4183), - [sym_bin_literal] = ACTIONS(4183), - [anon_sym_true] = ACTIONS(4181), - [anon_sym_false] = ACTIONS(4181), - [anon_sym_SQUOTE] = ACTIONS(4183), - [sym__backtick_identifier] = ACTIONS(4183), - [sym__automatic_semicolon] = ACTIONS(4183), - [sym_safe_nav] = ACTIONS(4183), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4183), + [sym_getter] = STATE(5058), + [sym_setter] = STATE(5058), + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(2278), + [sym__comparison_operator] = STATE(2276), + [sym__in_operator] = STATE(2273), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(2271), + [sym__multiplicative_operator] = STATE(2268), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_modifiers] = STATE(8625), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2266), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(3572), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(4350), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(4432), + [anon_sym_get] = ACTIONS(4434), + [anon_sym_set] = ACTIONS(4436), + [anon_sym_STAR] = ACTIONS(4358), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(4360), + [anon_sym_DOT_DOT] = ACTIONS(4362), + [anon_sym_QMARK_COLON] = ACTIONS(4364), + [anon_sym_AMP_AMP] = ACTIONS(4366), + [anon_sym_PIPE_PIPE] = ACTIONS(4368), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_BANG_EQ] = ACTIONS(4370), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4372), + [anon_sym_EQ_EQ] = ACTIONS(4370), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4372), + [anon_sym_LT_EQ] = ACTIONS(4374), + [anon_sym_GT_EQ] = ACTIONS(4374), + [anon_sym_BANGin] = ACTIONS(4376), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), + [anon_sym_PLUS] = ACTIONS(4378), + [anon_sym_DASH] = ACTIONS(4378), + [anon_sym_SLASH] = ACTIONS(4380), + [anon_sym_PERCENT] = ACTIONS(4358), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(1746), + [anon_sym_inner] = ACTIONS(1746), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(1748), + [anon_sym_actual] = ACTIONS(1748), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(3598), + [sym_multiline_comment] = ACTIONS(3), }, [902] = { - [sym__alpha_identifier] = ACTIONS(4430), - [anon_sym_AT] = ACTIONS(4432), - [anon_sym_COLON] = ACTIONS(4430), - [anon_sym_LBRACK] = ACTIONS(4432), - [anon_sym_as] = ACTIONS(4430), - [anon_sym_EQ] = ACTIONS(4430), - [anon_sym_constructor] = ACTIONS(4430), - [anon_sym_LBRACE] = ACTIONS(4432), - [anon_sym_RBRACE] = ACTIONS(4432), - [anon_sym_LPAREN] = ACTIONS(4432), - [anon_sym_COMMA] = ACTIONS(4432), - [anon_sym_LT] = ACTIONS(4430), - [anon_sym_GT] = ACTIONS(4430), - [anon_sym_where] = ACTIONS(4430), - [anon_sym_object] = ACTIONS(4430), - [anon_sym_fun] = ACTIONS(4430), - [anon_sym_DOT] = ACTIONS(4430), - [anon_sym_SEMI] = ACTIONS(4432), - [anon_sym_get] = ACTIONS(4430), - [anon_sym_set] = ACTIONS(4430), - [anon_sym_this] = ACTIONS(4430), - [anon_sym_super] = ACTIONS(4430), - [anon_sym_STAR] = ACTIONS(4430), - [sym_label] = ACTIONS(4430), - [anon_sym_in] = ACTIONS(4430), - [anon_sym_DOT_DOT] = ACTIONS(4432), - [anon_sym_QMARK_COLON] = ACTIONS(4432), - [anon_sym_AMP_AMP] = ACTIONS(4432), - [anon_sym_PIPE_PIPE] = ACTIONS(4432), - [anon_sym_null] = ACTIONS(4430), - [anon_sym_if] = ACTIONS(4430), - [anon_sym_else] = ACTIONS(4430), - [anon_sym_when] = ACTIONS(4430), - [anon_sym_try] = ACTIONS(4430), - [anon_sym_throw] = ACTIONS(4430), - [anon_sym_return] = ACTIONS(4430), - [anon_sym_continue] = ACTIONS(4430), - [anon_sym_break] = ACTIONS(4430), - [anon_sym_COLON_COLON] = ACTIONS(4432), - [anon_sym_PLUS_EQ] = ACTIONS(4432), - [anon_sym_DASH_EQ] = ACTIONS(4432), - [anon_sym_STAR_EQ] = ACTIONS(4432), - [anon_sym_SLASH_EQ] = ACTIONS(4432), - [anon_sym_PERCENT_EQ] = ACTIONS(4432), - [anon_sym_BANG_EQ] = ACTIONS(4430), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4432), - [anon_sym_EQ_EQ] = ACTIONS(4430), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4432), - [anon_sym_LT_EQ] = ACTIONS(4432), - [anon_sym_GT_EQ] = ACTIONS(4432), - [anon_sym_BANGin] = ACTIONS(4432), - [anon_sym_is] = ACTIONS(4430), - [anon_sym_BANGis] = ACTIONS(4432), - [anon_sym_PLUS] = ACTIONS(4430), - [anon_sym_DASH] = ACTIONS(4430), - [anon_sym_SLASH] = ACTIONS(4430), - [anon_sym_PERCENT] = ACTIONS(4430), - [anon_sym_as_QMARK] = ACTIONS(4432), - [anon_sym_PLUS_PLUS] = ACTIONS(4432), - [anon_sym_DASH_DASH] = ACTIONS(4432), - [anon_sym_BANG] = ACTIONS(4430), - [anon_sym_BANG_BANG] = ACTIONS(4432), - [anon_sym_suspend] = ACTIONS(4430), - [anon_sym_sealed] = ACTIONS(4430), - [anon_sym_annotation] = ACTIONS(4430), - [anon_sym_data] = ACTIONS(4430), - [anon_sym_inner] = ACTIONS(4430), - [anon_sym_override] = ACTIONS(4430), - [anon_sym_lateinit] = ACTIONS(4430), - [anon_sym_public] = ACTIONS(4430), - [anon_sym_private] = ACTIONS(4430), - [anon_sym_internal] = ACTIONS(4430), - [anon_sym_protected] = ACTIONS(4430), - [anon_sym_tailrec] = ACTIONS(4430), - [anon_sym_operator] = ACTIONS(4430), - [anon_sym_infix] = ACTIONS(4430), - [anon_sym_inline] = ACTIONS(4430), - [anon_sym_external] = ACTIONS(4430), - [sym_property_modifier] = ACTIONS(4430), - [anon_sym_abstract] = ACTIONS(4430), - [anon_sym_final] = ACTIONS(4430), - [anon_sym_open] = ACTIONS(4430), - [anon_sym_vararg] = ACTIONS(4430), - [anon_sym_noinline] = ACTIONS(4430), - [anon_sym_crossinline] = ACTIONS(4430), - [anon_sym_expect] = ACTIONS(4430), - [anon_sym_actual] = ACTIONS(4430), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4432), - [anon_sym_continue_AT] = ACTIONS(4432), - [anon_sym_break_AT] = ACTIONS(4432), - [sym_real_literal] = ACTIONS(4432), - [sym_integer_literal] = ACTIONS(4430), - [sym_hex_literal] = ACTIONS(4432), - [sym_bin_literal] = ACTIONS(4432), - [anon_sym_true] = ACTIONS(4430), - [anon_sym_false] = ACTIONS(4430), - [anon_sym_SQUOTE] = ACTIONS(4432), - [sym__backtick_identifier] = ACTIONS(4432), - [sym__automatic_semicolon] = ACTIONS(4432), - [sym_safe_nav] = ACTIONS(4432), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4432), + [sym_function_body] = STATE(1201), + [sym__block] = STATE(1087), + [sym__alpha_identifier] = ACTIONS(4047), + [anon_sym_AT] = ACTIONS(4049), + [anon_sym_LBRACK] = ACTIONS(4049), + [anon_sym_as] = ACTIONS(4047), + [anon_sym_EQ] = ACTIONS(4037), + [anon_sym_LBRACE] = ACTIONS(4039), + [anon_sym_RBRACE] = ACTIONS(4049), + [anon_sym_LPAREN] = ACTIONS(4049), + [anon_sym_COMMA] = ACTIONS(4049), + [anon_sym_LT] = ACTIONS(4047), + [anon_sym_GT] = ACTIONS(4047), + [anon_sym_where] = ACTIONS(4047), + [anon_sym_object] = ACTIONS(4047), + [anon_sym_fun] = ACTIONS(4047), + [anon_sym_DOT] = ACTIONS(4047), + [anon_sym_SEMI] = ACTIONS(4049), + [anon_sym_get] = ACTIONS(4047), + [anon_sym_set] = ACTIONS(4047), + [anon_sym_this] = ACTIONS(4047), + [anon_sym_super] = ACTIONS(4047), + [anon_sym_STAR] = ACTIONS(4047), + [sym_label] = ACTIONS(4047), + [anon_sym_in] = ACTIONS(4047), + [anon_sym_DOT_DOT] = ACTIONS(4049), + [anon_sym_QMARK_COLON] = ACTIONS(4049), + [anon_sym_AMP_AMP] = ACTIONS(4049), + [anon_sym_PIPE_PIPE] = ACTIONS(4049), + [anon_sym_null] = ACTIONS(4047), + [anon_sym_if] = ACTIONS(4047), + [anon_sym_else] = ACTIONS(4047), + [anon_sym_when] = ACTIONS(4047), + [anon_sym_try] = ACTIONS(4047), + [anon_sym_throw] = ACTIONS(4047), + [anon_sym_return] = ACTIONS(4047), + [anon_sym_continue] = ACTIONS(4047), + [anon_sym_break] = ACTIONS(4047), + [anon_sym_COLON_COLON] = ACTIONS(4049), + [anon_sym_PLUS_EQ] = ACTIONS(4049), + [anon_sym_DASH_EQ] = ACTIONS(4049), + [anon_sym_STAR_EQ] = ACTIONS(4049), + [anon_sym_SLASH_EQ] = ACTIONS(4049), + [anon_sym_PERCENT_EQ] = ACTIONS(4049), + [anon_sym_BANG_EQ] = ACTIONS(4047), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4049), + [anon_sym_EQ_EQ] = ACTIONS(4047), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4049), + [anon_sym_LT_EQ] = ACTIONS(4049), + [anon_sym_GT_EQ] = ACTIONS(4049), + [anon_sym_BANGin] = ACTIONS(4049), + [anon_sym_is] = ACTIONS(4047), + [anon_sym_BANGis] = ACTIONS(4049), + [anon_sym_PLUS] = ACTIONS(4047), + [anon_sym_DASH] = ACTIONS(4047), + [anon_sym_SLASH] = ACTIONS(4047), + [anon_sym_PERCENT] = ACTIONS(4047), + [anon_sym_as_QMARK] = ACTIONS(4049), + [anon_sym_PLUS_PLUS] = ACTIONS(4049), + [anon_sym_DASH_DASH] = ACTIONS(4049), + [anon_sym_BANG] = ACTIONS(4047), + [anon_sym_BANG_BANG] = ACTIONS(4049), + [anon_sym_suspend] = ACTIONS(4047), + [anon_sym_sealed] = ACTIONS(4047), + [anon_sym_annotation] = ACTIONS(4047), + [anon_sym_data] = ACTIONS(4047), + [anon_sym_inner] = ACTIONS(4047), + [anon_sym_override] = ACTIONS(4047), + [anon_sym_lateinit] = ACTIONS(4047), + [anon_sym_public] = ACTIONS(4047), + [anon_sym_private] = ACTIONS(4047), + [anon_sym_internal] = ACTIONS(4047), + [anon_sym_protected] = ACTIONS(4047), + [anon_sym_tailrec] = ACTIONS(4047), + [anon_sym_operator] = ACTIONS(4047), + [anon_sym_infix] = ACTIONS(4047), + [anon_sym_inline] = ACTIONS(4047), + [anon_sym_external] = ACTIONS(4047), + [sym_property_modifier] = ACTIONS(4047), + [anon_sym_abstract] = ACTIONS(4047), + [anon_sym_final] = ACTIONS(4047), + [anon_sym_open] = ACTIONS(4047), + [anon_sym_vararg] = ACTIONS(4047), + [anon_sym_noinline] = ACTIONS(4047), + [anon_sym_crossinline] = ACTIONS(4047), + [anon_sym_expect] = ACTIONS(4047), + [anon_sym_actual] = ACTIONS(4047), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4049), + [anon_sym_continue_AT] = ACTIONS(4049), + [anon_sym_break_AT] = ACTIONS(4049), + [sym_real_literal] = ACTIONS(4049), + [sym_integer_literal] = ACTIONS(4047), + [sym_hex_literal] = ACTIONS(4049), + [sym_bin_literal] = ACTIONS(4049), + [anon_sym_true] = ACTIONS(4047), + [anon_sym_false] = ACTIONS(4047), + [anon_sym_SQUOTE] = ACTIONS(4049), + [sym__backtick_identifier] = ACTIONS(4049), + [sym__automatic_semicolon] = ACTIONS(4049), + [sym_safe_nav] = ACTIONS(4049), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4049), }, [903] = { - [sym_function_body] = STATE(1166), - [sym__block] = STATE(1128), - [sym__alpha_identifier] = ACTIONS(4300), - [anon_sym_AT] = ACTIONS(4302), - [anon_sym_LBRACK] = ACTIONS(4302), - [anon_sym_as] = ACTIONS(4300), - [anon_sym_EQ] = ACTIONS(4079), - [anon_sym_LBRACE] = ACTIONS(4081), - [anon_sym_RBRACE] = ACTIONS(4302), - [anon_sym_LPAREN] = ACTIONS(4302), - [anon_sym_COMMA] = ACTIONS(4302), - [anon_sym_LT] = ACTIONS(4300), - [anon_sym_GT] = ACTIONS(4300), - [anon_sym_where] = ACTIONS(4300), - [anon_sym_object] = ACTIONS(4300), - [anon_sym_fun] = ACTIONS(4300), - [anon_sym_DOT] = ACTIONS(4300), - [anon_sym_SEMI] = ACTIONS(4302), - [anon_sym_get] = ACTIONS(4300), - [anon_sym_set] = ACTIONS(4300), - [anon_sym_this] = ACTIONS(4300), - [anon_sym_super] = ACTIONS(4300), - [anon_sym_STAR] = ACTIONS(4300), - [sym_label] = ACTIONS(4300), - [anon_sym_in] = ACTIONS(4300), - [anon_sym_DOT_DOT] = ACTIONS(4302), - [anon_sym_QMARK_COLON] = ACTIONS(4302), - [anon_sym_AMP_AMP] = ACTIONS(4302), - [anon_sym_PIPE_PIPE] = ACTIONS(4302), - [anon_sym_null] = ACTIONS(4300), - [anon_sym_if] = ACTIONS(4300), - [anon_sym_else] = ACTIONS(4300), - [anon_sym_when] = ACTIONS(4300), - [anon_sym_try] = ACTIONS(4300), - [anon_sym_throw] = ACTIONS(4300), - [anon_sym_return] = ACTIONS(4300), - [anon_sym_continue] = ACTIONS(4300), - [anon_sym_break] = ACTIONS(4300), - [anon_sym_COLON_COLON] = ACTIONS(4302), - [anon_sym_PLUS_EQ] = ACTIONS(4302), - [anon_sym_DASH_EQ] = ACTIONS(4302), - [anon_sym_STAR_EQ] = ACTIONS(4302), - [anon_sym_SLASH_EQ] = ACTIONS(4302), - [anon_sym_PERCENT_EQ] = ACTIONS(4302), - [anon_sym_BANG_EQ] = ACTIONS(4300), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4302), - [anon_sym_EQ_EQ] = ACTIONS(4300), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4302), - [anon_sym_LT_EQ] = ACTIONS(4302), - [anon_sym_GT_EQ] = ACTIONS(4302), - [anon_sym_BANGin] = ACTIONS(4302), - [anon_sym_is] = ACTIONS(4300), - [anon_sym_BANGis] = ACTIONS(4302), - [anon_sym_PLUS] = ACTIONS(4300), - [anon_sym_DASH] = ACTIONS(4300), - [anon_sym_SLASH] = ACTIONS(4300), - [anon_sym_PERCENT] = ACTIONS(4300), - [anon_sym_as_QMARK] = ACTIONS(4302), - [anon_sym_PLUS_PLUS] = ACTIONS(4302), - [anon_sym_DASH_DASH] = ACTIONS(4302), - [anon_sym_BANG] = ACTIONS(4300), - [anon_sym_BANG_BANG] = ACTIONS(4302), - [anon_sym_suspend] = ACTIONS(4300), - [anon_sym_sealed] = ACTIONS(4300), - [anon_sym_annotation] = ACTIONS(4300), - [anon_sym_data] = ACTIONS(4300), - [anon_sym_inner] = ACTIONS(4300), - [anon_sym_override] = ACTIONS(4300), - [anon_sym_lateinit] = ACTIONS(4300), - [anon_sym_public] = ACTIONS(4300), - [anon_sym_private] = ACTIONS(4300), - [anon_sym_internal] = ACTIONS(4300), - [anon_sym_protected] = ACTIONS(4300), - [anon_sym_tailrec] = ACTIONS(4300), - [anon_sym_operator] = ACTIONS(4300), - [anon_sym_infix] = ACTIONS(4300), - [anon_sym_inline] = ACTIONS(4300), - [anon_sym_external] = ACTIONS(4300), - [sym_property_modifier] = ACTIONS(4300), - [anon_sym_abstract] = ACTIONS(4300), - [anon_sym_final] = ACTIONS(4300), - [anon_sym_open] = ACTIONS(4300), - [anon_sym_vararg] = ACTIONS(4300), - [anon_sym_noinline] = ACTIONS(4300), - [anon_sym_crossinline] = ACTIONS(4300), - [anon_sym_expect] = ACTIONS(4300), - [anon_sym_actual] = ACTIONS(4300), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4302), - [anon_sym_continue_AT] = ACTIONS(4302), - [anon_sym_break_AT] = ACTIONS(4302), - [sym_real_literal] = ACTIONS(4302), - [sym_integer_literal] = ACTIONS(4300), - [sym_hex_literal] = ACTIONS(4302), - [sym_bin_literal] = ACTIONS(4302), - [anon_sym_true] = ACTIONS(4300), - [anon_sym_false] = ACTIONS(4300), - [anon_sym_SQUOTE] = ACTIONS(4302), - [sym__backtick_identifier] = ACTIONS(4302), - [sym__automatic_semicolon] = ACTIONS(4302), - [sym_safe_nav] = ACTIONS(4302), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4302), + [sym_getter] = STATE(5062), + [sym_setter] = STATE(5062), + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(2278), + [sym__comparison_operator] = STATE(2276), + [sym__in_operator] = STATE(2273), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(2271), + [sym__multiplicative_operator] = STATE(2268), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_modifiers] = STATE(8625), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2266), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_RBRACE] = ACTIONS(1696), + [anon_sym_LPAREN] = ACTIONS(3572), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(4350), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(4438), + [anon_sym_get] = ACTIONS(4434), + [anon_sym_set] = ACTIONS(4436), + [anon_sym_STAR] = ACTIONS(4358), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(4360), + [anon_sym_DOT_DOT] = ACTIONS(4362), + [anon_sym_QMARK_COLON] = ACTIONS(4364), + [anon_sym_AMP_AMP] = ACTIONS(4366), + [anon_sym_PIPE_PIPE] = ACTIONS(4368), + [anon_sym_else] = ACTIONS(1694), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_BANG_EQ] = ACTIONS(4370), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4372), + [anon_sym_EQ_EQ] = ACTIONS(4370), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4372), + [anon_sym_LT_EQ] = ACTIONS(4374), + [anon_sym_GT_EQ] = ACTIONS(4374), + [anon_sym_BANGin] = ACTIONS(4376), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), + [anon_sym_PLUS] = ACTIONS(4378), + [anon_sym_DASH] = ACTIONS(4378), + [anon_sym_SLASH] = ACTIONS(4380), + [anon_sym_PERCENT] = ACTIONS(4358), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(1746), + [anon_sym_inner] = ACTIONS(1746), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(1748), + [anon_sym_actual] = ACTIONS(1748), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(1696), + [sym_safe_nav] = ACTIONS(3598), + [sym_multiline_comment] = ACTIONS(3), }, [904] = { - [sym_type_constraints] = STATE(1028), - [sym_enum_class_body] = STATE(1042), - [sym__alpha_identifier] = ACTIONS(4197), - [anon_sym_AT] = ACTIONS(4199), - [anon_sym_LBRACK] = ACTIONS(4199), - [anon_sym_as] = ACTIONS(4197), - [anon_sym_EQ] = ACTIONS(4197), - [anon_sym_LBRACE] = ACTIONS(3144), - [anon_sym_RBRACE] = ACTIONS(4199), - [anon_sym_LPAREN] = ACTIONS(4199), - [anon_sym_COMMA] = ACTIONS(4199), - [anon_sym_LT] = ACTIONS(4197), - [anon_sym_GT] = ACTIONS(4197), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(4197), - [anon_sym_fun] = ACTIONS(4197), - [anon_sym_DOT] = ACTIONS(4197), - [anon_sym_SEMI] = ACTIONS(4199), - [anon_sym_get] = ACTIONS(4197), - [anon_sym_set] = ACTIONS(4197), - [anon_sym_this] = ACTIONS(4197), - [anon_sym_super] = ACTIONS(4197), - [anon_sym_STAR] = ACTIONS(4197), - [sym_label] = ACTIONS(4197), - [anon_sym_in] = ACTIONS(4197), - [anon_sym_DOT_DOT] = ACTIONS(4199), - [anon_sym_QMARK_COLON] = ACTIONS(4199), - [anon_sym_AMP_AMP] = ACTIONS(4199), - [anon_sym_PIPE_PIPE] = ACTIONS(4199), - [anon_sym_null] = ACTIONS(4197), - [anon_sym_if] = ACTIONS(4197), - [anon_sym_else] = ACTIONS(4197), - [anon_sym_when] = ACTIONS(4197), - [anon_sym_try] = ACTIONS(4197), - [anon_sym_throw] = ACTIONS(4197), - [anon_sym_return] = ACTIONS(4197), - [anon_sym_continue] = ACTIONS(4197), - [anon_sym_break] = ACTIONS(4197), - [anon_sym_COLON_COLON] = ACTIONS(4199), - [anon_sym_PLUS_EQ] = ACTIONS(4199), - [anon_sym_DASH_EQ] = ACTIONS(4199), - [anon_sym_STAR_EQ] = ACTIONS(4199), - [anon_sym_SLASH_EQ] = ACTIONS(4199), - [anon_sym_PERCENT_EQ] = ACTIONS(4199), - [anon_sym_BANG_EQ] = ACTIONS(4197), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4199), - [anon_sym_EQ_EQ] = ACTIONS(4197), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4199), - [anon_sym_LT_EQ] = ACTIONS(4199), - [anon_sym_GT_EQ] = ACTIONS(4199), - [anon_sym_BANGin] = ACTIONS(4199), - [anon_sym_is] = ACTIONS(4197), - [anon_sym_BANGis] = ACTIONS(4199), - [anon_sym_PLUS] = ACTIONS(4197), - [anon_sym_DASH] = ACTIONS(4197), - [anon_sym_SLASH] = ACTIONS(4197), - [anon_sym_PERCENT] = ACTIONS(4197), - [anon_sym_as_QMARK] = ACTIONS(4199), - [anon_sym_PLUS_PLUS] = ACTIONS(4199), - [anon_sym_DASH_DASH] = ACTIONS(4199), - [anon_sym_BANG] = ACTIONS(4197), - [anon_sym_BANG_BANG] = ACTIONS(4199), - [anon_sym_suspend] = ACTIONS(4197), - [anon_sym_sealed] = ACTIONS(4197), - [anon_sym_annotation] = ACTIONS(4197), - [anon_sym_data] = ACTIONS(4197), - [anon_sym_inner] = ACTIONS(4197), - [anon_sym_override] = ACTIONS(4197), - [anon_sym_lateinit] = ACTIONS(4197), - [anon_sym_public] = ACTIONS(4197), - [anon_sym_private] = ACTIONS(4197), - [anon_sym_internal] = ACTIONS(4197), - [anon_sym_protected] = ACTIONS(4197), - [anon_sym_tailrec] = ACTIONS(4197), - [anon_sym_operator] = ACTIONS(4197), - [anon_sym_infix] = ACTIONS(4197), - [anon_sym_inline] = ACTIONS(4197), - [anon_sym_external] = ACTIONS(4197), - [sym_property_modifier] = ACTIONS(4197), - [anon_sym_abstract] = ACTIONS(4197), - [anon_sym_final] = ACTIONS(4197), - [anon_sym_open] = ACTIONS(4197), - [anon_sym_vararg] = ACTIONS(4197), - [anon_sym_noinline] = ACTIONS(4197), - [anon_sym_crossinline] = ACTIONS(4197), - [anon_sym_expect] = ACTIONS(4197), - [anon_sym_actual] = ACTIONS(4197), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4199), - [anon_sym_continue_AT] = ACTIONS(4199), - [anon_sym_break_AT] = ACTIONS(4199), - [sym_real_literal] = ACTIONS(4199), - [sym_integer_literal] = ACTIONS(4197), - [sym_hex_literal] = ACTIONS(4199), - [sym_bin_literal] = ACTIONS(4199), - [anon_sym_true] = ACTIONS(4197), - [anon_sym_false] = ACTIONS(4197), - [anon_sym_SQUOTE] = ACTIONS(4199), - [sym__backtick_identifier] = ACTIONS(4199), - [sym__automatic_semicolon] = ACTIONS(4199), - [sym_safe_nav] = ACTIONS(4199), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4199), + [sym_getter] = STATE(5029), + [sym_setter] = STATE(5029), + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(2278), + [sym__comparison_operator] = STATE(2276), + [sym__in_operator] = STATE(2273), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(2271), + [sym__multiplicative_operator] = STATE(2268), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_modifiers] = STATE(8625), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2266), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_LPAREN] = ACTIONS(3572), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(4350), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(4440), + [anon_sym_get] = ACTIONS(4434), + [anon_sym_set] = ACTIONS(4436), + [anon_sym_STAR] = ACTIONS(4358), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(4360), + [anon_sym_DOT_DOT] = ACTIONS(4362), + [anon_sym_QMARK_COLON] = ACTIONS(4364), + [anon_sym_AMP_AMP] = ACTIONS(4366), + [anon_sym_PIPE_PIPE] = ACTIONS(4368), + [anon_sym_else] = ACTIONS(1752), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_BANG_EQ] = ACTIONS(4370), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4372), + [anon_sym_EQ_EQ] = ACTIONS(4370), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4372), + [anon_sym_LT_EQ] = ACTIONS(4374), + [anon_sym_GT_EQ] = ACTIONS(4374), + [anon_sym_BANGin] = ACTIONS(4376), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), + [anon_sym_PLUS] = ACTIONS(4378), + [anon_sym_DASH] = ACTIONS(4378), + [anon_sym_SLASH] = ACTIONS(4380), + [anon_sym_PERCENT] = ACTIONS(4358), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(1746), + [anon_sym_inner] = ACTIONS(1746), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(1748), + [anon_sym_actual] = ACTIONS(1748), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(1754), + [sym_safe_nav] = ACTIONS(3598), + [sym_multiline_comment] = ACTIONS(3), }, [905] = { - [sym_class_body] = STATE(1048), - [sym_type_constraints] = STATE(1030), - [sym__alpha_identifier] = ACTIONS(4434), - [anon_sym_AT] = ACTIONS(4436), - [anon_sym_LBRACK] = ACTIONS(4436), - [anon_sym_as] = ACTIONS(4434), - [anon_sym_EQ] = ACTIONS(4434), - [anon_sym_LBRACE] = ACTIONS(3156), - [anon_sym_RBRACE] = ACTIONS(4436), - [anon_sym_LPAREN] = ACTIONS(4436), - [anon_sym_COMMA] = ACTIONS(4436), - [anon_sym_LT] = ACTIONS(4434), - [anon_sym_GT] = ACTIONS(4434), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(4434), - [anon_sym_fun] = ACTIONS(4434), - [anon_sym_DOT] = ACTIONS(4434), - [anon_sym_SEMI] = ACTIONS(4436), - [anon_sym_get] = ACTIONS(4434), - [anon_sym_set] = ACTIONS(4434), - [anon_sym_this] = ACTIONS(4434), - [anon_sym_super] = ACTIONS(4434), - [anon_sym_STAR] = ACTIONS(4434), - [sym_label] = ACTIONS(4434), - [anon_sym_in] = ACTIONS(4434), - [anon_sym_DOT_DOT] = ACTIONS(4436), - [anon_sym_QMARK_COLON] = ACTIONS(4436), - [anon_sym_AMP_AMP] = ACTIONS(4436), - [anon_sym_PIPE_PIPE] = ACTIONS(4436), - [anon_sym_null] = ACTIONS(4434), - [anon_sym_if] = ACTIONS(4434), - [anon_sym_else] = ACTIONS(4434), - [anon_sym_when] = ACTIONS(4434), - [anon_sym_try] = ACTIONS(4434), - [anon_sym_throw] = ACTIONS(4434), - [anon_sym_return] = ACTIONS(4434), - [anon_sym_continue] = ACTIONS(4434), - [anon_sym_break] = ACTIONS(4434), - [anon_sym_COLON_COLON] = ACTIONS(4436), - [anon_sym_PLUS_EQ] = ACTIONS(4436), - [anon_sym_DASH_EQ] = ACTIONS(4436), - [anon_sym_STAR_EQ] = ACTIONS(4436), - [anon_sym_SLASH_EQ] = ACTIONS(4436), - [anon_sym_PERCENT_EQ] = ACTIONS(4436), - [anon_sym_BANG_EQ] = ACTIONS(4434), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4436), - [anon_sym_EQ_EQ] = ACTIONS(4434), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4436), - [anon_sym_LT_EQ] = ACTIONS(4436), - [anon_sym_GT_EQ] = ACTIONS(4436), - [anon_sym_BANGin] = ACTIONS(4436), - [anon_sym_is] = ACTIONS(4434), - [anon_sym_BANGis] = ACTIONS(4436), - [anon_sym_PLUS] = ACTIONS(4434), - [anon_sym_DASH] = ACTIONS(4434), - [anon_sym_SLASH] = ACTIONS(4434), - [anon_sym_PERCENT] = ACTIONS(4434), - [anon_sym_as_QMARK] = ACTIONS(4436), - [anon_sym_PLUS_PLUS] = ACTIONS(4436), - [anon_sym_DASH_DASH] = ACTIONS(4436), - [anon_sym_BANG] = ACTIONS(4434), - [anon_sym_BANG_BANG] = ACTIONS(4436), - [anon_sym_suspend] = ACTIONS(4434), - [anon_sym_sealed] = ACTIONS(4434), - [anon_sym_annotation] = ACTIONS(4434), - [anon_sym_data] = ACTIONS(4434), - [anon_sym_inner] = ACTIONS(4434), - [anon_sym_override] = ACTIONS(4434), - [anon_sym_lateinit] = ACTIONS(4434), - [anon_sym_public] = ACTIONS(4434), - [anon_sym_private] = ACTIONS(4434), - [anon_sym_internal] = ACTIONS(4434), - [anon_sym_protected] = ACTIONS(4434), - [anon_sym_tailrec] = ACTIONS(4434), - [anon_sym_operator] = ACTIONS(4434), - [anon_sym_infix] = ACTIONS(4434), - [anon_sym_inline] = ACTIONS(4434), - [anon_sym_external] = ACTIONS(4434), - [sym_property_modifier] = ACTIONS(4434), - [anon_sym_abstract] = ACTIONS(4434), - [anon_sym_final] = ACTIONS(4434), - [anon_sym_open] = ACTIONS(4434), - [anon_sym_vararg] = ACTIONS(4434), - [anon_sym_noinline] = ACTIONS(4434), - [anon_sym_crossinline] = ACTIONS(4434), - [anon_sym_expect] = ACTIONS(4434), - [anon_sym_actual] = ACTIONS(4434), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4436), - [anon_sym_continue_AT] = ACTIONS(4436), - [anon_sym_break_AT] = ACTIONS(4436), - [sym_real_literal] = ACTIONS(4436), - [sym_integer_literal] = ACTIONS(4434), - [sym_hex_literal] = ACTIONS(4436), - [sym_bin_literal] = ACTIONS(4436), - [anon_sym_true] = ACTIONS(4434), - [anon_sym_false] = ACTIONS(4434), - [anon_sym_SQUOTE] = ACTIONS(4436), - [sym__backtick_identifier] = ACTIONS(4436), - [sym__automatic_semicolon] = ACTIONS(4436), - [sym_safe_nav] = ACTIONS(4436), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4436), + [sym__alpha_identifier] = ACTIONS(3943), + [anon_sym_AT] = ACTIONS(3948), + [anon_sym_COLON] = ACTIONS(3943), + [anon_sym_LBRACK] = ACTIONS(3948), + [anon_sym_as] = ACTIONS(3943), + [anon_sym_EQ] = ACTIONS(3943), + [anon_sym_constructor] = ACTIONS(3943), + [anon_sym_LBRACE] = ACTIONS(3948), + [anon_sym_RBRACE] = ACTIONS(3948), + [anon_sym_LPAREN] = ACTIONS(3948), + [anon_sym_COMMA] = ACTIONS(3948), + [anon_sym_LT] = ACTIONS(3943), + [anon_sym_GT] = ACTIONS(3943), + [anon_sym_where] = ACTIONS(3943), + [anon_sym_object] = ACTIONS(3943), + [anon_sym_fun] = ACTIONS(3943), + [anon_sym_DOT] = ACTIONS(3943), + [anon_sym_SEMI] = ACTIONS(3948), + [anon_sym_get] = ACTIONS(3943), + [anon_sym_set] = ACTIONS(3943), + [anon_sym_this] = ACTIONS(3943), + [anon_sym_super] = ACTIONS(3943), + [anon_sym_STAR] = ACTIONS(3943), + [sym_label] = ACTIONS(3943), + [anon_sym_in] = ACTIONS(3943), + [anon_sym_DOT_DOT] = ACTIONS(3948), + [anon_sym_QMARK_COLON] = ACTIONS(3948), + [anon_sym_AMP_AMP] = ACTIONS(3948), + [anon_sym_PIPE_PIPE] = ACTIONS(3948), + [anon_sym_null] = ACTIONS(3943), + [anon_sym_if] = ACTIONS(3943), + [anon_sym_else] = ACTIONS(3943), + [anon_sym_when] = ACTIONS(3943), + [anon_sym_try] = ACTIONS(3943), + [anon_sym_throw] = ACTIONS(3943), + [anon_sym_return] = ACTIONS(3943), + [anon_sym_continue] = ACTIONS(3943), + [anon_sym_break] = ACTIONS(3943), + [anon_sym_COLON_COLON] = ACTIONS(3948), + [anon_sym_PLUS_EQ] = ACTIONS(3948), + [anon_sym_DASH_EQ] = ACTIONS(3948), + [anon_sym_STAR_EQ] = ACTIONS(3948), + [anon_sym_SLASH_EQ] = ACTIONS(3948), + [anon_sym_PERCENT_EQ] = ACTIONS(3948), + [anon_sym_BANG_EQ] = ACTIONS(3943), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3948), + [anon_sym_EQ_EQ] = ACTIONS(3943), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3948), + [anon_sym_LT_EQ] = ACTIONS(3948), + [anon_sym_GT_EQ] = ACTIONS(3948), + [anon_sym_BANGin] = ACTIONS(3948), + [anon_sym_is] = ACTIONS(3943), + [anon_sym_BANGis] = ACTIONS(3948), + [anon_sym_PLUS] = ACTIONS(3943), + [anon_sym_DASH] = ACTIONS(3943), + [anon_sym_SLASH] = ACTIONS(3943), + [anon_sym_PERCENT] = ACTIONS(3943), + [anon_sym_as_QMARK] = ACTIONS(3948), + [anon_sym_PLUS_PLUS] = ACTIONS(3948), + [anon_sym_DASH_DASH] = ACTIONS(3948), + [anon_sym_BANG] = ACTIONS(3943), + [anon_sym_BANG_BANG] = ACTIONS(3948), + [anon_sym_suspend] = ACTIONS(3943), + [anon_sym_sealed] = ACTIONS(3943), + [anon_sym_annotation] = ACTIONS(3943), + [anon_sym_data] = ACTIONS(3943), + [anon_sym_inner] = ACTIONS(3943), + [anon_sym_override] = ACTIONS(3943), + [anon_sym_lateinit] = ACTIONS(3943), + [anon_sym_public] = ACTIONS(3943), + [anon_sym_private] = ACTIONS(3943), + [anon_sym_internal] = ACTIONS(3943), + [anon_sym_protected] = ACTIONS(3943), + [anon_sym_tailrec] = ACTIONS(3943), + [anon_sym_operator] = ACTIONS(3943), + [anon_sym_infix] = ACTIONS(3943), + [anon_sym_inline] = ACTIONS(3943), + [anon_sym_external] = ACTIONS(3943), + [sym_property_modifier] = ACTIONS(3943), + [anon_sym_abstract] = ACTIONS(3943), + [anon_sym_final] = ACTIONS(3943), + [anon_sym_open] = ACTIONS(3943), + [anon_sym_vararg] = ACTIONS(3943), + [anon_sym_noinline] = ACTIONS(3943), + [anon_sym_crossinline] = ACTIONS(3943), + [anon_sym_expect] = ACTIONS(3943), + [anon_sym_actual] = ACTIONS(3943), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3948), + [anon_sym_continue_AT] = ACTIONS(3948), + [anon_sym_break_AT] = ACTIONS(3948), + [sym_real_literal] = ACTIONS(3948), + [sym_integer_literal] = ACTIONS(3943), + [sym_hex_literal] = ACTIONS(3948), + [sym_bin_literal] = ACTIONS(3948), + [anon_sym_true] = ACTIONS(3943), + [anon_sym_false] = ACTIONS(3943), + [anon_sym_SQUOTE] = ACTIONS(3948), + [sym__backtick_identifier] = ACTIONS(3948), + [sym__automatic_semicolon] = ACTIONS(3948), + [sym_safe_nav] = ACTIONS(3948), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3948), }, [906] = { - [sym_type_constraints] = STATE(1183), - [sym_function_body] = STATE(1147), - [sym__block] = STATE(1128), - [sym__alpha_identifier] = ACTIONS(4101), - [anon_sym_AT] = ACTIONS(4103), - [anon_sym_LBRACK] = ACTIONS(4103), - [anon_sym_as] = ACTIONS(4101), - [anon_sym_EQ] = ACTIONS(4207), - [anon_sym_LBRACE] = ACTIONS(4081), - [anon_sym_RBRACE] = ACTIONS(4103), - [anon_sym_LPAREN] = ACTIONS(4103), - [anon_sym_LT] = ACTIONS(4101), - [anon_sym_GT] = ACTIONS(4101), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(4101), - [anon_sym_fun] = ACTIONS(4101), - [anon_sym_DOT] = ACTIONS(4101), - [anon_sym_SEMI] = ACTIONS(4103), - [anon_sym_get] = ACTIONS(4101), - [anon_sym_set] = ACTIONS(4101), - [anon_sym_this] = ACTIONS(4101), - [anon_sym_super] = ACTIONS(4101), - [anon_sym_STAR] = ACTIONS(4101), - [sym_label] = ACTIONS(4101), - [anon_sym_in] = ACTIONS(4101), - [anon_sym_DOT_DOT] = ACTIONS(4103), - [anon_sym_QMARK_COLON] = ACTIONS(4103), - [anon_sym_AMP_AMP] = ACTIONS(4103), - [anon_sym_PIPE_PIPE] = ACTIONS(4103), - [anon_sym_null] = ACTIONS(4101), - [anon_sym_if] = ACTIONS(4101), - [anon_sym_else] = ACTIONS(4101), - [anon_sym_when] = ACTIONS(4101), - [anon_sym_try] = ACTIONS(4101), - [anon_sym_throw] = ACTIONS(4101), - [anon_sym_return] = ACTIONS(4101), - [anon_sym_continue] = ACTIONS(4101), - [anon_sym_break] = ACTIONS(4101), - [anon_sym_COLON_COLON] = ACTIONS(4103), - [anon_sym_PLUS_EQ] = ACTIONS(4103), - [anon_sym_DASH_EQ] = ACTIONS(4103), - [anon_sym_STAR_EQ] = ACTIONS(4103), - [anon_sym_SLASH_EQ] = ACTIONS(4103), - [anon_sym_PERCENT_EQ] = ACTIONS(4103), - [anon_sym_BANG_EQ] = ACTIONS(4101), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4103), - [anon_sym_EQ_EQ] = ACTIONS(4101), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4103), - [anon_sym_LT_EQ] = ACTIONS(4103), - [anon_sym_GT_EQ] = ACTIONS(4103), - [anon_sym_BANGin] = ACTIONS(4103), - [anon_sym_is] = ACTIONS(4101), - [anon_sym_BANGis] = ACTIONS(4103), - [anon_sym_PLUS] = ACTIONS(4101), - [anon_sym_DASH] = ACTIONS(4101), - [anon_sym_SLASH] = ACTIONS(4101), - [anon_sym_PERCENT] = ACTIONS(4101), - [anon_sym_as_QMARK] = ACTIONS(4103), - [anon_sym_PLUS_PLUS] = ACTIONS(4103), - [anon_sym_DASH_DASH] = ACTIONS(4103), - [anon_sym_BANG] = ACTIONS(4101), - [anon_sym_BANG_BANG] = ACTIONS(4103), - [anon_sym_suspend] = ACTIONS(4101), - [anon_sym_sealed] = ACTIONS(4101), - [anon_sym_annotation] = ACTIONS(4101), - [anon_sym_data] = ACTIONS(4101), - [anon_sym_inner] = ACTIONS(4101), - [anon_sym_override] = ACTIONS(4101), - [anon_sym_lateinit] = ACTIONS(4101), - [anon_sym_public] = ACTIONS(4101), - [anon_sym_private] = ACTIONS(4101), - [anon_sym_internal] = ACTIONS(4101), - [anon_sym_protected] = ACTIONS(4101), - [anon_sym_tailrec] = ACTIONS(4101), - [anon_sym_operator] = ACTIONS(4101), - [anon_sym_infix] = ACTIONS(4101), - [anon_sym_inline] = ACTIONS(4101), - [anon_sym_external] = ACTIONS(4101), - [sym_property_modifier] = ACTIONS(4101), - [anon_sym_abstract] = ACTIONS(4101), - [anon_sym_final] = ACTIONS(4101), - [anon_sym_open] = ACTIONS(4101), - [anon_sym_vararg] = ACTIONS(4101), - [anon_sym_noinline] = ACTIONS(4101), - [anon_sym_crossinline] = ACTIONS(4101), - [anon_sym_expect] = ACTIONS(4101), - [anon_sym_actual] = ACTIONS(4101), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4103), - [anon_sym_continue_AT] = ACTIONS(4103), - [anon_sym_break_AT] = ACTIONS(4103), - [sym_real_literal] = ACTIONS(4103), - [sym_integer_literal] = ACTIONS(4101), - [sym_hex_literal] = ACTIONS(4103), - [sym_bin_literal] = ACTIONS(4103), - [anon_sym_true] = ACTIONS(4101), - [anon_sym_false] = ACTIONS(4101), - [anon_sym_SQUOTE] = ACTIONS(4103), - [sym__backtick_identifier] = ACTIONS(4103), - [sym__automatic_semicolon] = ACTIONS(4103), - [sym_safe_nav] = ACTIONS(4103), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4103), + [sym_function_body] = STATE(1179), + [sym__block] = STATE(1087), + [sym__alpha_identifier] = ACTIONS(4085), + [anon_sym_AT] = ACTIONS(4087), + [anon_sym_LBRACK] = ACTIONS(4087), + [anon_sym_as] = ACTIONS(4085), + [anon_sym_EQ] = ACTIONS(4037), + [anon_sym_LBRACE] = ACTIONS(4039), + [anon_sym_RBRACE] = ACTIONS(4087), + [anon_sym_LPAREN] = ACTIONS(4087), + [anon_sym_COMMA] = ACTIONS(4087), + [anon_sym_LT] = ACTIONS(4085), + [anon_sym_GT] = ACTIONS(4085), + [anon_sym_where] = ACTIONS(4085), + [anon_sym_object] = ACTIONS(4085), + [anon_sym_fun] = ACTIONS(4085), + [anon_sym_DOT] = ACTIONS(4085), + [anon_sym_SEMI] = ACTIONS(4087), + [anon_sym_get] = ACTIONS(4085), + [anon_sym_set] = ACTIONS(4085), + [anon_sym_this] = ACTIONS(4085), + [anon_sym_super] = ACTIONS(4085), + [anon_sym_STAR] = ACTIONS(4085), + [sym_label] = ACTIONS(4085), + [anon_sym_in] = ACTIONS(4085), + [anon_sym_DOT_DOT] = ACTIONS(4087), + [anon_sym_QMARK_COLON] = ACTIONS(4087), + [anon_sym_AMP_AMP] = ACTIONS(4087), + [anon_sym_PIPE_PIPE] = ACTIONS(4087), + [anon_sym_null] = ACTIONS(4085), + [anon_sym_if] = ACTIONS(4085), + [anon_sym_else] = ACTIONS(4085), + [anon_sym_when] = ACTIONS(4085), + [anon_sym_try] = ACTIONS(4085), + [anon_sym_throw] = ACTIONS(4085), + [anon_sym_return] = ACTIONS(4085), + [anon_sym_continue] = ACTIONS(4085), + [anon_sym_break] = ACTIONS(4085), + [anon_sym_COLON_COLON] = ACTIONS(4087), + [anon_sym_PLUS_EQ] = ACTIONS(4087), + [anon_sym_DASH_EQ] = ACTIONS(4087), + [anon_sym_STAR_EQ] = ACTIONS(4087), + [anon_sym_SLASH_EQ] = ACTIONS(4087), + [anon_sym_PERCENT_EQ] = ACTIONS(4087), + [anon_sym_BANG_EQ] = ACTIONS(4085), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4087), + [anon_sym_EQ_EQ] = ACTIONS(4085), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4087), + [anon_sym_LT_EQ] = ACTIONS(4087), + [anon_sym_GT_EQ] = ACTIONS(4087), + [anon_sym_BANGin] = ACTIONS(4087), + [anon_sym_is] = ACTIONS(4085), + [anon_sym_BANGis] = ACTIONS(4087), + [anon_sym_PLUS] = ACTIONS(4085), + [anon_sym_DASH] = ACTIONS(4085), + [anon_sym_SLASH] = ACTIONS(4085), + [anon_sym_PERCENT] = ACTIONS(4085), + [anon_sym_as_QMARK] = ACTIONS(4087), + [anon_sym_PLUS_PLUS] = ACTIONS(4087), + [anon_sym_DASH_DASH] = ACTIONS(4087), + [anon_sym_BANG] = ACTIONS(4085), + [anon_sym_BANG_BANG] = ACTIONS(4087), + [anon_sym_suspend] = ACTIONS(4085), + [anon_sym_sealed] = ACTIONS(4085), + [anon_sym_annotation] = ACTIONS(4085), + [anon_sym_data] = ACTIONS(4085), + [anon_sym_inner] = ACTIONS(4085), + [anon_sym_override] = ACTIONS(4085), + [anon_sym_lateinit] = ACTIONS(4085), + [anon_sym_public] = ACTIONS(4085), + [anon_sym_private] = ACTIONS(4085), + [anon_sym_internal] = ACTIONS(4085), + [anon_sym_protected] = ACTIONS(4085), + [anon_sym_tailrec] = ACTIONS(4085), + [anon_sym_operator] = ACTIONS(4085), + [anon_sym_infix] = ACTIONS(4085), + [anon_sym_inline] = ACTIONS(4085), + [anon_sym_external] = ACTIONS(4085), + [sym_property_modifier] = ACTIONS(4085), + [anon_sym_abstract] = ACTIONS(4085), + [anon_sym_final] = ACTIONS(4085), + [anon_sym_open] = ACTIONS(4085), + [anon_sym_vararg] = ACTIONS(4085), + [anon_sym_noinline] = ACTIONS(4085), + [anon_sym_crossinline] = ACTIONS(4085), + [anon_sym_expect] = ACTIONS(4085), + [anon_sym_actual] = ACTIONS(4085), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4087), + [anon_sym_continue_AT] = ACTIONS(4087), + [anon_sym_break_AT] = ACTIONS(4087), + [sym_real_literal] = ACTIONS(4087), + [sym_integer_literal] = ACTIONS(4085), + [sym_hex_literal] = ACTIONS(4087), + [sym_bin_literal] = ACTIONS(4087), + [anon_sym_true] = ACTIONS(4085), + [anon_sym_false] = ACTIONS(4085), + [anon_sym_SQUOTE] = ACTIONS(4087), + [sym__backtick_identifier] = ACTIONS(4087), + [sym__automatic_semicolon] = ACTIONS(4087), + [sym_safe_nav] = ACTIONS(4087), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4087), }, [907] = { - [sym__alpha_identifier] = ACTIONS(4304), - [anon_sym_AT] = ACTIONS(4306), - [anon_sym_LBRACK] = ACTIONS(4306), - [anon_sym_as] = ACTIONS(4304), - [anon_sym_EQ] = ACTIONS(4304), - [anon_sym_LBRACE] = ACTIONS(4306), - [anon_sym_RBRACE] = ACTIONS(4306), - [anon_sym_LPAREN] = ACTIONS(4306), - [anon_sym_COMMA] = ACTIONS(4306), - [anon_sym_by] = ACTIONS(4304), - [anon_sym_LT] = ACTIONS(4304), - [anon_sym_GT] = ACTIONS(4304), - [anon_sym_where] = ACTIONS(4304), - [anon_sym_object] = ACTIONS(4304), - [anon_sym_fun] = ACTIONS(4304), - [anon_sym_DOT] = ACTIONS(4304), - [anon_sym_SEMI] = ACTIONS(4306), - [anon_sym_get] = ACTIONS(4304), - [anon_sym_set] = ACTIONS(4304), - [anon_sym_this] = ACTIONS(4304), - [anon_sym_super] = ACTIONS(4304), - [sym__quest] = ACTIONS(4304), - [anon_sym_STAR] = ACTIONS(4304), - [sym_label] = ACTIONS(4304), - [anon_sym_in] = ACTIONS(4304), - [anon_sym_DOT_DOT] = ACTIONS(4306), - [anon_sym_QMARK_COLON] = ACTIONS(4306), - [anon_sym_AMP_AMP] = ACTIONS(4306), - [anon_sym_PIPE_PIPE] = ACTIONS(4306), - [anon_sym_null] = ACTIONS(4304), - [anon_sym_if] = ACTIONS(4304), - [anon_sym_else] = ACTIONS(4304), - [anon_sym_when] = ACTIONS(4304), - [anon_sym_try] = ACTIONS(4304), - [anon_sym_throw] = ACTIONS(4304), - [anon_sym_return] = ACTIONS(4304), - [anon_sym_continue] = ACTIONS(4304), - [anon_sym_break] = ACTIONS(4304), - [anon_sym_COLON_COLON] = ACTIONS(4306), - [anon_sym_PLUS_EQ] = ACTIONS(4306), - [anon_sym_DASH_EQ] = ACTIONS(4306), - [anon_sym_STAR_EQ] = ACTIONS(4306), - [anon_sym_SLASH_EQ] = ACTIONS(4306), - [anon_sym_PERCENT_EQ] = ACTIONS(4306), - [anon_sym_BANG_EQ] = ACTIONS(4304), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4306), - [anon_sym_EQ_EQ] = ACTIONS(4304), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4306), - [anon_sym_LT_EQ] = ACTIONS(4306), - [anon_sym_GT_EQ] = ACTIONS(4306), - [anon_sym_BANGin] = ACTIONS(4306), - [anon_sym_is] = ACTIONS(4304), - [anon_sym_BANGis] = ACTIONS(4306), - [anon_sym_PLUS] = ACTIONS(4304), - [anon_sym_DASH] = ACTIONS(4304), - [anon_sym_SLASH] = ACTIONS(4304), - [anon_sym_PERCENT] = ACTIONS(4304), - [anon_sym_as_QMARK] = ACTIONS(4306), - [anon_sym_PLUS_PLUS] = ACTIONS(4306), - [anon_sym_DASH_DASH] = ACTIONS(4306), - [anon_sym_BANG] = ACTIONS(4304), - [anon_sym_BANG_BANG] = ACTIONS(4306), - [anon_sym_suspend] = ACTIONS(4304), - [anon_sym_sealed] = ACTIONS(4304), - [anon_sym_annotation] = ACTIONS(4304), - [anon_sym_data] = ACTIONS(4304), - [anon_sym_inner] = ACTIONS(4304), - [anon_sym_override] = ACTIONS(4304), - [anon_sym_lateinit] = ACTIONS(4304), - [anon_sym_public] = ACTIONS(4304), - [anon_sym_private] = ACTIONS(4304), - [anon_sym_internal] = ACTIONS(4304), - [anon_sym_protected] = ACTIONS(4304), - [anon_sym_tailrec] = ACTIONS(4304), - [anon_sym_operator] = ACTIONS(4304), - [anon_sym_infix] = ACTIONS(4304), - [anon_sym_inline] = ACTIONS(4304), - [anon_sym_external] = ACTIONS(4304), - [sym_property_modifier] = ACTIONS(4304), - [anon_sym_abstract] = ACTIONS(4304), - [anon_sym_final] = ACTIONS(4304), - [anon_sym_open] = ACTIONS(4304), - [anon_sym_vararg] = ACTIONS(4304), - [anon_sym_noinline] = ACTIONS(4304), - [anon_sym_crossinline] = ACTIONS(4304), - [anon_sym_expect] = ACTIONS(4304), - [anon_sym_actual] = ACTIONS(4304), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4306), - [anon_sym_continue_AT] = ACTIONS(4306), - [anon_sym_break_AT] = ACTIONS(4306), - [sym_real_literal] = ACTIONS(4306), - [sym_integer_literal] = ACTIONS(4304), - [sym_hex_literal] = ACTIONS(4306), - [sym_bin_literal] = ACTIONS(4306), - [anon_sym_true] = ACTIONS(4304), - [anon_sym_false] = ACTIONS(4304), - [anon_sym_SQUOTE] = ACTIONS(4306), - [sym__backtick_identifier] = ACTIONS(4306), - [sym__automatic_semicolon] = ACTIONS(4306), - [sym_safe_nav] = ACTIONS(4306), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4306), + [aux_sym_type_constraints_repeat1] = STATE(914), + [sym__alpha_identifier] = ACTIONS(4442), + [anon_sym_AT] = ACTIONS(4444), + [anon_sym_LBRACK] = ACTIONS(4444), + [anon_sym_as] = ACTIONS(4442), + [anon_sym_EQ] = ACTIONS(4442), + [anon_sym_LBRACE] = ACTIONS(4444), + [anon_sym_RBRACE] = ACTIONS(4444), + [anon_sym_LPAREN] = ACTIONS(4444), + [anon_sym_COMMA] = ACTIONS(4446), + [anon_sym_by] = ACTIONS(4442), + [anon_sym_LT] = ACTIONS(4442), + [anon_sym_GT] = ACTIONS(4442), + [anon_sym_where] = ACTIONS(4442), + [anon_sym_object] = ACTIONS(4442), + [anon_sym_fun] = ACTIONS(4442), + [anon_sym_DOT] = ACTIONS(4442), + [anon_sym_SEMI] = ACTIONS(4444), + [anon_sym_get] = ACTIONS(4442), + [anon_sym_set] = ACTIONS(4442), + [anon_sym_this] = ACTIONS(4442), + [anon_sym_super] = ACTIONS(4442), + [anon_sym_STAR] = ACTIONS(4442), + [sym_label] = ACTIONS(4442), + [anon_sym_in] = ACTIONS(4442), + [anon_sym_DOT_DOT] = ACTIONS(4444), + [anon_sym_QMARK_COLON] = ACTIONS(4444), + [anon_sym_AMP_AMP] = ACTIONS(4444), + [anon_sym_PIPE_PIPE] = ACTIONS(4444), + [anon_sym_null] = ACTIONS(4442), + [anon_sym_if] = ACTIONS(4442), + [anon_sym_else] = ACTIONS(4442), + [anon_sym_when] = ACTIONS(4442), + [anon_sym_try] = ACTIONS(4442), + [anon_sym_throw] = ACTIONS(4442), + [anon_sym_return] = ACTIONS(4442), + [anon_sym_continue] = ACTIONS(4442), + [anon_sym_break] = ACTIONS(4442), + [anon_sym_COLON_COLON] = ACTIONS(4444), + [anon_sym_PLUS_EQ] = ACTIONS(4444), + [anon_sym_DASH_EQ] = ACTIONS(4444), + [anon_sym_STAR_EQ] = ACTIONS(4444), + [anon_sym_SLASH_EQ] = ACTIONS(4444), + [anon_sym_PERCENT_EQ] = ACTIONS(4444), + [anon_sym_BANG_EQ] = ACTIONS(4442), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4444), + [anon_sym_EQ_EQ] = ACTIONS(4442), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4444), + [anon_sym_LT_EQ] = ACTIONS(4444), + [anon_sym_GT_EQ] = ACTIONS(4444), + [anon_sym_BANGin] = ACTIONS(4444), + [anon_sym_is] = ACTIONS(4442), + [anon_sym_BANGis] = ACTIONS(4444), + [anon_sym_PLUS] = ACTIONS(4442), + [anon_sym_DASH] = ACTIONS(4442), + [anon_sym_SLASH] = ACTIONS(4442), + [anon_sym_PERCENT] = ACTIONS(4442), + [anon_sym_as_QMARK] = ACTIONS(4444), + [anon_sym_PLUS_PLUS] = ACTIONS(4444), + [anon_sym_DASH_DASH] = ACTIONS(4444), + [anon_sym_BANG] = ACTIONS(4442), + [anon_sym_BANG_BANG] = ACTIONS(4444), + [anon_sym_suspend] = ACTIONS(4442), + [anon_sym_sealed] = ACTIONS(4442), + [anon_sym_annotation] = ACTIONS(4442), + [anon_sym_data] = ACTIONS(4442), + [anon_sym_inner] = ACTIONS(4442), + [anon_sym_override] = ACTIONS(4442), + [anon_sym_lateinit] = ACTIONS(4442), + [anon_sym_public] = ACTIONS(4442), + [anon_sym_private] = ACTIONS(4442), + [anon_sym_internal] = ACTIONS(4442), + [anon_sym_protected] = ACTIONS(4442), + [anon_sym_tailrec] = ACTIONS(4442), + [anon_sym_operator] = ACTIONS(4442), + [anon_sym_infix] = ACTIONS(4442), + [anon_sym_inline] = ACTIONS(4442), + [anon_sym_external] = ACTIONS(4442), + [sym_property_modifier] = ACTIONS(4442), + [anon_sym_abstract] = ACTIONS(4442), + [anon_sym_final] = ACTIONS(4442), + [anon_sym_open] = ACTIONS(4442), + [anon_sym_vararg] = ACTIONS(4442), + [anon_sym_noinline] = ACTIONS(4442), + [anon_sym_crossinline] = ACTIONS(4442), + [anon_sym_expect] = ACTIONS(4442), + [anon_sym_actual] = ACTIONS(4442), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4444), + [anon_sym_continue_AT] = ACTIONS(4444), + [anon_sym_break_AT] = ACTIONS(4444), + [sym_real_literal] = ACTIONS(4444), + [sym_integer_literal] = ACTIONS(4442), + [sym_hex_literal] = ACTIONS(4444), + [sym_bin_literal] = ACTIONS(4444), + [anon_sym_true] = ACTIONS(4442), + [anon_sym_false] = ACTIONS(4442), + [anon_sym_SQUOTE] = ACTIONS(4444), + [sym__backtick_identifier] = ACTIONS(4444), + [sym__automatic_semicolon] = ACTIONS(4444), + [sym_safe_nav] = ACTIONS(4444), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4444), }, [908] = { - [sym_getter] = STATE(3727), - [sym_setter] = STATE(3727), - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(1922), - [sym__comparison_operator] = STATE(1923), - [sym__in_operator] = STATE(1928), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(2019), - [sym__multiplicative_operator] = STATE(2048), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_modifiers] = STATE(8637), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2068), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym_type_constraints] = STATE(1035), + [sym_enum_class_body] = STATE(1148), + [sym__alpha_identifier] = ACTIONS(4231), + [anon_sym_AT] = ACTIONS(4233), + [anon_sym_COLON] = ACTIONS(4448), + [anon_sym_LBRACK] = ACTIONS(4233), + [anon_sym_as] = ACTIONS(4231), + [anon_sym_EQ] = ACTIONS(4231), + [anon_sym_LBRACE] = ACTIONS(3156), + [anon_sym_RBRACE] = ACTIONS(4233), + [anon_sym_LPAREN] = ACTIONS(4233), + [anon_sym_LT] = ACTIONS(4231), + [anon_sym_GT] = ACTIONS(4231), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(4231), + [anon_sym_fun] = ACTIONS(4231), + [anon_sym_DOT] = ACTIONS(4231), + [anon_sym_SEMI] = ACTIONS(4233), + [anon_sym_get] = ACTIONS(4231), + [anon_sym_set] = ACTIONS(4231), + [anon_sym_this] = ACTIONS(4231), + [anon_sym_super] = ACTIONS(4231), + [anon_sym_STAR] = ACTIONS(4231), + [sym_label] = ACTIONS(4231), + [anon_sym_in] = ACTIONS(4231), + [anon_sym_DOT_DOT] = ACTIONS(4233), + [anon_sym_QMARK_COLON] = ACTIONS(4233), + [anon_sym_AMP_AMP] = ACTIONS(4233), + [anon_sym_PIPE_PIPE] = ACTIONS(4233), + [anon_sym_null] = ACTIONS(4231), + [anon_sym_if] = ACTIONS(4231), + [anon_sym_else] = ACTIONS(4231), + [anon_sym_when] = ACTIONS(4231), + [anon_sym_try] = ACTIONS(4231), + [anon_sym_throw] = ACTIONS(4231), + [anon_sym_return] = ACTIONS(4231), + [anon_sym_continue] = ACTIONS(4231), + [anon_sym_break] = ACTIONS(4231), + [anon_sym_COLON_COLON] = ACTIONS(4233), + [anon_sym_PLUS_EQ] = ACTIONS(4233), + [anon_sym_DASH_EQ] = ACTIONS(4233), + [anon_sym_STAR_EQ] = ACTIONS(4233), + [anon_sym_SLASH_EQ] = ACTIONS(4233), + [anon_sym_PERCENT_EQ] = ACTIONS(4233), + [anon_sym_BANG_EQ] = ACTIONS(4231), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4233), + [anon_sym_EQ_EQ] = ACTIONS(4231), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4233), + [anon_sym_LT_EQ] = ACTIONS(4233), + [anon_sym_GT_EQ] = ACTIONS(4233), + [anon_sym_BANGin] = ACTIONS(4233), + [anon_sym_is] = ACTIONS(4231), + [anon_sym_BANGis] = ACTIONS(4233), + [anon_sym_PLUS] = ACTIONS(4231), + [anon_sym_DASH] = ACTIONS(4231), + [anon_sym_SLASH] = ACTIONS(4231), + [anon_sym_PERCENT] = ACTIONS(4231), + [anon_sym_as_QMARK] = ACTIONS(4233), + [anon_sym_PLUS_PLUS] = ACTIONS(4233), + [anon_sym_DASH_DASH] = ACTIONS(4233), + [anon_sym_BANG] = ACTIONS(4231), + [anon_sym_BANG_BANG] = ACTIONS(4233), + [anon_sym_suspend] = ACTIONS(4231), + [anon_sym_sealed] = ACTIONS(4231), + [anon_sym_annotation] = ACTIONS(4231), + [anon_sym_data] = ACTIONS(4231), + [anon_sym_inner] = ACTIONS(4231), + [anon_sym_override] = ACTIONS(4231), + [anon_sym_lateinit] = ACTIONS(4231), + [anon_sym_public] = ACTIONS(4231), + [anon_sym_private] = ACTIONS(4231), + [anon_sym_internal] = ACTIONS(4231), + [anon_sym_protected] = ACTIONS(4231), + [anon_sym_tailrec] = ACTIONS(4231), + [anon_sym_operator] = ACTIONS(4231), + [anon_sym_infix] = ACTIONS(4231), + [anon_sym_inline] = ACTIONS(4231), + [anon_sym_external] = ACTIONS(4231), + [sym_property_modifier] = ACTIONS(4231), + [anon_sym_abstract] = ACTIONS(4231), + [anon_sym_final] = ACTIONS(4231), + [anon_sym_open] = ACTIONS(4231), + [anon_sym_vararg] = ACTIONS(4231), + [anon_sym_noinline] = ACTIONS(4231), + [anon_sym_crossinline] = ACTIONS(4231), + [anon_sym_expect] = ACTIONS(4231), + [anon_sym_actual] = ACTIONS(4231), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4233), + [anon_sym_continue_AT] = ACTIONS(4233), + [anon_sym_break_AT] = ACTIONS(4233), + [sym_real_literal] = ACTIONS(4233), + [sym_integer_literal] = ACTIONS(4231), + [sym_hex_literal] = ACTIONS(4233), + [sym_bin_literal] = ACTIONS(4233), + [anon_sym_true] = ACTIONS(4231), + [anon_sym_false] = ACTIONS(4231), + [anon_sym_SQUOTE] = ACTIONS(4233), + [sym__backtick_identifier] = ACTIONS(4233), + [sym__automatic_semicolon] = ACTIONS(4233), + [sym_safe_nav] = ACTIONS(4233), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4233), + }, + [909] = { + [sym_getter] = STATE(4916), + [sym_setter] = STATE(4916), + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(2278), + [sym__comparison_operator] = STATE(2276), + [sym__in_operator] = STATE(2273), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(2271), + [sym__multiplicative_operator] = STATE(2268), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_modifiers] = STATE(8625), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2266), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(1696), - [anon_sym_LPAREN] = ACTIONS(3570), + [anon_sym_RBRACE] = ACTIONS(1766), + [anon_sym_LPAREN] = ACTIONS(3572), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(4342), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(4438), - [anon_sym_get] = ACTIONS(4346), - [anon_sym_set] = ACTIONS(4348), - [anon_sym_STAR] = ACTIONS(4350), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(4352), - [anon_sym_DOT_DOT] = ACTIONS(4354), - [anon_sym_QMARK_COLON] = ACTIONS(4356), - [anon_sym_AMP_AMP] = ACTIONS(4358), - [anon_sym_PIPE_PIPE] = ACTIONS(4360), - [anon_sym_else] = ACTIONS(1694), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_BANG_EQ] = ACTIONS(4362), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4364), - [anon_sym_EQ_EQ] = ACTIONS(4362), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4364), - [anon_sym_LT_EQ] = ACTIONS(4366), - [anon_sym_GT_EQ] = ACTIONS(4366), - [anon_sym_BANGin] = ACTIONS(4368), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), - [anon_sym_PLUS] = ACTIONS(4370), - [anon_sym_DASH] = ACTIONS(4370), - [anon_sym_SLASH] = ACTIONS(4372), - [anon_sym_PERCENT] = ACTIONS(4350), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), + [anon_sym_GT] = ACTIONS(4350), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(4450), + [anon_sym_get] = ACTIONS(4434), + [anon_sym_set] = ACTIONS(4436), + [anon_sym_STAR] = ACTIONS(4358), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(4360), + [anon_sym_DOT_DOT] = ACTIONS(4362), + [anon_sym_QMARK_COLON] = ACTIONS(4364), + [anon_sym_AMP_AMP] = ACTIONS(4366), + [anon_sym_PIPE_PIPE] = ACTIONS(4368), + [anon_sym_else] = ACTIONS(1764), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_BANG_EQ] = ACTIONS(4370), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4372), + [anon_sym_EQ_EQ] = ACTIONS(4370), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4372), + [anon_sym_LT_EQ] = ACTIONS(4374), + [anon_sym_GT_EQ] = ACTIONS(4374), + [anon_sym_BANGin] = ACTIONS(4376), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), + [anon_sym_PLUS] = ACTIONS(4378), + [anon_sym_DASH] = ACTIONS(4378), + [anon_sym_SLASH] = ACTIONS(4380), + [anon_sym_PERCENT] = ACTIONS(4358), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -141649,1075 +141862,655 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(1696), - [sym_safe_nav] = ACTIONS(3596), + [sym__automatic_semicolon] = ACTIONS(1766), + [sym_safe_nav] = ACTIONS(3598), [sym_multiline_comment] = ACTIONS(3), }, - [909] = { - [sym__alpha_identifier] = ACTIONS(4440), - [anon_sym_AT] = ACTIONS(4442), - [anon_sym_LBRACK] = ACTIONS(4442), - [anon_sym_as] = ACTIONS(4440), - [anon_sym_EQ] = ACTIONS(4440), - [anon_sym_LBRACE] = ACTIONS(4442), - [anon_sym_RBRACE] = ACTIONS(4442), - [anon_sym_LPAREN] = ACTIONS(4442), - [anon_sym_COMMA] = ACTIONS(4442), - [anon_sym_by] = ACTIONS(4440), - [anon_sym_LT] = ACTIONS(4440), - [anon_sym_GT] = ACTIONS(4440), - [anon_sym_where] = ACTIONS(4440), - [anon_sym_object] = ACTIONS(4440), - [anon_sym_fun] = ACTIONS(4440), - [anon_sym_DOT] = ACTIONS(4440), - [anon_sym_SEMI] = ACTIONS(4442), - [anon_sym_get] = ACTIONS(4440), - [anon_sym_set] = ACTIONS(4440), - [anon_sym_this] = ACTIONS(4440), - [anon_sym_super] = ACTIONS(4440), - [sym__quest] = ACTIONS(4440), - [anon_sym_STAR] = ACTIONS(4440), - [sym_label] = ACTIONS(4440), - [anon_sym_in] = ACTIONS(4440), - [anon_sym_DOT_DOT] = ACTIONS(4442), - [anon_sym_QMARK_COLON] = ACTIONS(4442), - [anon_sym_AMP_AMP] = ACTIONS(4442), - [anon_sym_PIPE_PIPE] = ACTIONS(4442), - [anon_sym_null] = ACTIONS(4440), - [anon_sym_if] = ACTIONS(4440), - [anon_sym_else] = ACTIONS(4440), - [anon_sym_when] = ACTIONS(4440), - [anon_sym_try] = ACTIONS(4440), - [anon_sym_throw] = ACTIONS(4440), - [anon_sym_return] = ACTIONS(4440), - [anon_sym_continue] = ACTIONS(4440), - [anon_sym_break] = ACTIONS(4440), - [anon_sym_COLON_COLON] = ACTIONS(4442), - [anon_sym_PLUS_EQ] = ACTIONS(4442), - [anon_sym_DASH_EQ] = ACTIONS(4442), - [anon_sym_STAR_EQ] = ACTIONS(4442), - [anon_sym_SLASH_EQ] = ACTIONS(4442), - [anon_sym_PERCENT_EQ] = ACTIONS(4442), - [anon_sym_BANG_EQ] = ACTIONS(4440), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4442), - [anon_sym_EQ_EQ] = ACTIONS(4440), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4442), - [anon_sym_LT_EQ] = ACTIONS(4442), - [anon_sym_GT_EQ] = ACTIONS(4442), - [anon_sym_BANGin] = ACTIONS(4442), - [anon_sym_is] = ACTIONS(4440), - [anon_sym_BANGis] = ACTIONS(4442), - [anon_sym_PLUS] = ACTIONS(4440), - [anon_sym_DASH] = ACTIONS(4440), - [anon_sym_SLASH] = ACTIONS(4440), - [anon_sym_PERCENT] = ACTIONS(4440), - [anon_sym_as_QMARK] = ACTIONS(4442), - [anon_sym_PLUS_PLUS] = ACTIONS(4442), - [anon_sym_DASH_DASH] = ACTIONS(4442), - [anon_sym_BANG] = ACTIONS(4440), - [anon_sym_BANG_BANG] = ACTIONS(4442), - [anon_sym_suspend] = ACTIONS(4440), - [anon_sym_sealed] = ACTIONS(4440), - [anon_sym_annotation] = ACTIONS(4440), - [anon_sym_data] = ACTIONS(4440), - [anon_sym_inner] = ACTIONS(4440), - [anon_sym_override] = ACTIONS(4440), - [anon_sym_lateinit] = ACTIONS(4440), - [anon_sym_public] = ACTIONS(4440), - [anon_sym_private] = ACTIONS(4440), - [anon_sym_internal] = ACTIONS(4440), - [anon_sym_protected] = ACTIONS(4440), - [anon_sym_tailrec] = ACTIONS(4440), - [anon_sym_operator] = ACTIONS(4440), - [anon_sym_infix] = ACTIONS(4440), - [anon_sym_inline] = ACTIONS(4440), - [anon_sym_external] = ACTIONS(4440), - [sym_property_modifier] = ACTIONS(4440), - [anon_sym_abstract] = ACTIONS(4440), - [anon_sym_final] = ACTIONS(4440), - [anon_sym_open] = ACTIONS(4440), - [anon_sym_vararg] = ACTIONS(4440), - [anon_sym_noinline] = ACTIONS(4440), - [anon_sym_crossinline] = ACTIONS(4440), - [anon_sym_expect] = ACTIONS(4440), - [anon_sym_actual] = ACTIONS(4440), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4442), - [anon_sym_continue_AT] = ACTIONS(4442), - [anon_sym_break_AT] = ACTIONS(4442), - [sym_real_literal] = ACTIONS(4442), - [sym_integer_literal] = ACTIONS(4440), - [sym_hex_literal] = ACTIONS(4442), - [sym_bin_literal] = ACTIONS(4442), - [anon_sym_true] = ACTIONS(4440), - [anon_sym_false] = ACTIONS(4440), - [anon_sym_SQUOTE] = ACTIONS(4442), - [sym__backtick_identifier] = ACTIONS(4442), - [sym__automatic_semicolon] = ACTIONS(4442), - [sym_safe_nav] = ACTIONS(4442), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4442), - }, [910] = { - [sym__alpha_identifier] = ACTIONS(4136), - [anon_sym_AT] = ACTIONS(4132), - [anon_sym_COLON] = ACTIONS(4134), - [anon_sym_LBRACK] = ACTIONS(4132), - [anon_sym_as] = ACTIONS(4136), - [anon_sym_EQ] = ACTIONS(4136), - [anon_sym_LBRACE] = ACTIONS(4132), - [anon_sym_RBRACE] = ACTIONS(4132), - [anon_sym_LPAREN] = ACTIONS(4132), - [anon_sym_COMMA] = ACTIONS(4132), - [anon_sym_by] = ACTIONS(4136), - [anon_sym_LT] = ACTIONS(4136), - [anon_sym_GT] = ACTIONS(4136), - [anon_sym_where] = ACTIONS(4136), - [anon_sym_object] = ACTIONS(4136), - [anon_sym_fun] = ACTIONS(4136), - [anon_sym_DOT] = ACTIONS(4136), - [anon_sym_SEMI] = ACTIONS(4132), - [anon_sym_get] = ACTIONS(4136), - [anon_sym_set] = ACTIONS(4136), - [anon_sym_this] = ACTIONS(4136), - [anon_sym_super] = ACTIONS(4136), - [anon_sym_STAR] = ACTIONS(4136), - [sym_label] = ACTIONS(4136), - [anon_sym_in] = ACTIONS(4136), - [anon_sym_DOT_DOT] = ACTIONS(4132), - [anon_sym_QMARK_COLON] = ACTIONS(4132), - [anon_sym_AMP_AMP] = ACTIONS(4132), - [anon_sym_PIPE_PIPE] = ACTIONS(4132), - [anon_sym_null] = ACTIONS(4136), - [anon_sym_if] = ACTIONS(4136), - [anon_sym_else] = ACTIONS(4136), - [anon_sym_when] = ACTIONS(4136), - [anon_sym_try] = ACTIONS(4136), - [anon_sym_throw] = ACTIONS(4136), - [anon_sym_return] = ACTIONS(4136), - [anon_sym_continue] = ACTIONS(4136), - [anon_sym_break] = ACTIONS(4136), - [anon_sym_COLON_COLON] = ACTIONS(4132), - [anon_sym_PLUS_EQ] = ACTIONS(4132), - [anon_sym_DASH_EQ] = ACTIONS(4132), - [anon_sym_STAR_EQ] = ACTIONS(4132), - [anon_sym_SLASH_EQ] = ACTIONS(4132), - [anon_sym_PERCENT_EQ] = ACTIONS(4132), - [anon_sym_BANG_EQ] = ACTIONS(4136), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4132), - [anon_sym_EQ_EQ] = ACTIONS(4136), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4132), - [anon_sym_LT_EQ] = ACTIONS(4132), - [anon_sym_GT_EQ] = ACTIONS(4132), - [anon_sym_BANGin] = ACTIONS(4132), - [anon_sym_is] = ACTIONS(4136), - [anon_sym_BANGis] = ACTIONS(4132), - [anon_sym_PLUS] = ACTIONS(4136), - [anon_sym_DASH] = ACTIONS(4136), - [anon_sym_SLASH] = ACTIONS(4136), - [anon_sym_PERCENT] = ACTIONS(4136), - [anon_sym_as_QMARK] = ACTIONS(4132), - [anon_sym_PLUS_PLUS] = ACTIONS(4132), - [anon_sym_DASH_DASH] = ACTIONS(4132), - [anon_sym_BANG] = ACTIONS(4136), - [anon_sym_BANG_BANG] = ACTIONS(4132), - [anon_sym_suspend] = ACTIONS(4136), - [anon_sym_sealed] = ACTIONS(4136), - [anon_sym_annotation] = ACTIONS(4136), - [anon_sym_data] = ACTIONS(4136), - [anon_sym_inner] = ACTIONS(4136), - [anon_sym_override] = ACTIONS(4136), - [anon_sym_lateinit] = ACTIONS(4136), - [anon_sym_public] = ACTIONS(4136), - [anon_sym_private] = ACTIONS(4136), - [anon_sym_internal] = ACTIONS(4136), - [anon_sym_protected] = ACTIONS(4136), - [anon_sym_tailrec] = ACTIONS(4136), - [anon_sym_operator] = ACTIONS(4136), - [anon_sym_infix] = ACTIONS(4136), - [anon_sym_inline] = ACTIONS(4136), - [anon_sym_external] = ACTIONS(4136), - [sym_property_modifier] = ACTIONS(4136), - [anon_sym_abstract] = ACTIONS(4136), - [anon_sym_final] = ACTIONS(4136), - [anon_sym_open] = ACTIONS(4136), - [anon_sym_vararg] = ACTIONS(4136), - [anon_sym_noinline] = ACTIONS(4136), - [anon_sym_crossinline] = ACTIONS(4136), - [anon_sym_expect] = ACTIONS(4136), - [anon_sym_actual] = ACTIONS(4136), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4132), - [anon_sym_continue_AT] = ACTIONS(4132), - [anon_sym_break_AT] = ACTIONS(4132), - [sym_real_literal] = ACTIONS(4132), - [sym_integer_literal] = ACTIONS(4136), - [sym_hex_literal] = ACTIONS(4132), - [sym_bin_literal] = ACTIONS(4132), - [anon_sym_true] = ACTIONS(4136), - [anon_sym_false] = ACTIONS(4136), - [anon_sym_SQUOTE] = ACTIONS(4132), - [sym__backtick_identifier] = ACTIONS(4132), - [sym__automatic_semicolon] = ACTIONS(4132), - [sym_safe_nav] = ACTIONS(4132), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4132), + [sym_function_body] = STATE(1154), + [sym__block] = STATE(1087), + [sym__alpha_identifier] = ACTIONS(4031), + [anon_sym_AT] = ACTIONS(4033), + [anon_sym_LBRACK] = ACTIONS(4033), + [anon_sym_as] = ACTIONS(4031), + [anon_sym_EQ] = ACTIONS(4037), + [anon_sym_LBRACE] = ACTIONS(4039), + [anon_sym_RBRACE] = ACTIONS(4033), + [anon_sym_LPAREN] = ACTIONS(4033), + [anon_sym_COMMA] = ACTIONS(4033), + [anon_sym_LT] = ACTIONS(4031), + [anon_sym_GT] = ACTIONS(4031), + [anon_sym_where] = ACTIONS(4031), + [anon_sym_object] = ACTIONS(4031), + [anon_sym_fun] = ACTIONS(4031), + [anon_sym_DOT] = ACTIONS(4031), + [anon_sym_SEMI] = ACTIONS(4033), + [anon_sym_get] = ACTIONS(4031), + [anon_sym_set] = ACTIONS(4031), + [anon_sym_this] = ACTIONS(4031), + [anon_sym_super] = ACTIONS(4031), + [anon_sym_STAR] = ACTIONS(4031), + [sym_label] = ACTIONS(4031), + [anon_sym_in] = ACTIONS(4031), + [anon_sym_DOT_DOT] = ACTIONS(4033), + [anon_sym_QMARK_COLON] = ACTIONS(4033), + [anon_sym_AMP_AMP] = ACTIONS(4033), + [anon_sym_PIPE_PIPE] = ACTIONS(4033), + [anon_sym_null] = ACTIONS(4031), + [anon_sym_if] = ACTIONS(4031), + [anon_sym_else] = ACTIONS(4031), + [anon_sym_when] = ACTIONS(4031), + [anon_sym_try] = ACTIONS(4031), + [anon_sym_throw] = ACTIONS(4031), + [anon_sym_return] = ACTIONS(4031), + [anon_sym_continue] = ACTIONS(4031), + [anon_sym_break] = ACTIONS(4031), + [anon_sym_COLON_COLON] = ACTIONS(4033), + [anon_sym_PLUS_EQ] = ACTIONS(4033), + [anon_sym_DASH_EQ] = ACTIONS(4033), + [anon_sym_STAR_EQ] = ACTIONS(4033), + [anon_sym_SLASH_EQ] = ACTIONS(4033), + [anon_sym_PERCENT_EQ] = ACTIONS(4033), + [anon_sym_BANG_EQ] = ACTIONS(4031), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4033), + [anon_sym_EQ_EQ] = ACTIONS(4031), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4033), + [anon_sym_LT_EQ] = ACTIONS(4033), + [anon_sym_GT_EQ] = ACTIONS(4033), + [anon_sym_BANGin] = ACTIONS(4033), + [anon_sym_is] = ACTIONS(4031), + [anon_sym_BANGis] = ACTIONS(4033), + [anon_sym_PLUS] = ACTIONS(4031), + [anon_sym_DASH] = ACTIONS(4031), + [anon_sym_SLASH] = ACTIONS(4031), + [anon_sym_PERCENT] = ACTIONS(4031), + [anon_sym_as_QMARK] = ACTIONS(4033), + [anon_sym_PLUS_PLUS] = ACTIONS(4033), + [anon_sym_DASH_DASH] = ACTIONS(4033), + [anon_sym_BANG] = ACTIONS(4031), + [anon_sym_BANG_BANG] = ACTIONS(4033), + [anon_sym_suspend] = ACTIONS(4031), + [anon_sym_sealed] = ACTIONS(4031), + [anon_sym_annotation] = ACTIONS(4031), + [anon_sym_data] = ACTIONS(4031), + [anon_sym_inner] = ACTIONS(4031), + [anon_sym_override] = ACTIONS(4031), + [anon_sym_lateinit] = ACTIONS(4031), + [anon_sym_public] = ACTIONS(4031), + [anon_sym_private] = ACTIONS(4031), + [anon_sym_internal] = ACTIONS(4031), + [anon_sym_protected] = ACTIONS(4031), + [anon_sym_tailrec] = ACTIONS(4031), + [anon_sym_operator] = ACTIONS(4031), + [anon_sym_infix] = ACTIONS(4031), + [anon_sym_inline] = ACTIONS(4031), + [anon_sym_external] = ACTIONS(4031), + [sym_property_modifier] = ACTIONS(4031), + [anon_sym_abstract] = ACTIONS(4031), + [anon_sym_final] = ACTIONS(4031), + [anon_sym_open] = ACTIONS(4031), + [anon_sym_vararg] = ACTIONS(4031), + [anon_sym_noinline] = ACTIONS(4031), + [anon_sym_crossinline] = ACTIONS(4031), + [anon_sym_expect] = ACTIONS(4031), + [anon_sym_actual] = ACTIONS(4031), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4033), + [anon_sym_continue_AT] = ACTIONS(4033), + [anon_sym_break_AT] = ACTIONS(4033), + [sym_real_literal] = ACTIONS(4033), + [sym_integer_literal] = ACTIONS(4031), + [sym_hex_literal] = ACTIONS(4033), + [sym_bin_literal] = ACTIONS(4033), + [anon_sym_true] = ACTIONS(4031), + [anon_sym_false] = ACTIONS(4031), + [anon_sym_SQUOTE] = ACTIONS(4033), + [sym__backtick_identifier] = ACTIONS(4033), + [sym__automatic_semicolon] = ACTIONS(4033), + [sym_safe_nav] = ACTIONS(4033), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4033), }, [911] = { - [sym__alpha_identifier] = ACTIONS(4444), - [anon_sym_AT] = ACTIONS(4446), - [anon_sym_LBRACK] = ACTIONS(4446), - [anon_sym_as] = ACTIONS(4444), - [anon_sym_EQ] = ACTIONS(4444), - [anon_sym_LBRACE] = ACTIONS(4446), - [anon_sym_RBRACE] = ACTIONS(4446), - [anon_sym_LPAREN] = ACTIONS(4446), - [anon_sym_COMMA] = ACTIONS(4446), - [anon_sym_by] = ACTIONS(4444), - [anon_sym_LT] = ACTIONS(4444), - [anon_sym_GT] = ACTIONS(4444), - [anon_sym_where] = ACTIONS(4444), - [anon_sym_object] = ACTIONS(4444), - [anon_sym_fun] = ACTIONS(4444), - [anon_sym_DOT] = ACTIONS(4444), - [anon_sym_SEMI] = ACTIONS(4446), - [anon_sym_get] = ACTIONS(4444), - [anon_sym_set] = ACTIONS(4444), - [anon_sym_this] = ACTIONS(4444), - [anon_sym_super] = ACTIONS(4444), - [sym__quest] = ACTIONS(4444), - [anon_sym_STAR] = ACTIONS(4444), - [sym_label] = ACTIONS(4444), - [anon_sym_in] = ACTIONS(4444), - [anon_sym_DOT_DOT] = ACTIONS(4446), - [anon_sym_QMARK_COLON] = ACTIONS(4446), - [anon_sym_AMP_AMP] = ACTIONS(4446), - [anon_sym_PIPE_PIPE] = ACTIONS(4446), - [anon_sym_null] = ACTIONS(4444), - [anon_sym_if] = ACTIONS(4444), - [anon_sym_else] = ACTIONS(4444), - [anon_sym_when] = ACTIONS(4444), - [anon_sym_try] = ACTIONS(4444), - [anon_sym_throw] = ACTIONS(4444), - [anon_sym_return] = ACTIONS(4444), - [anon_sym_continue] = ACTIONS(4444), - [anon_sym_break] = ACTIONS(4444), - [anon_sym_COLON_COLON] = ACTIONS(4446), - [anon_sym_PLUS_EQ] = ACTIONS(4446), - [anon_sym_DASH_EQ] = ACTIONS(4446), - [anon_sym_STAR_EQ] = ACTIONS(4446), - [anon_sym_SLASH_EQ] = ACTIONS(4446), - [anon_sym_PERCENT_EQ] = ACTIONS(4446), - [anon_sym_BANG_EQ] = ACTIONS(4444), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4446), - [anon_sym_EQ_EQ] = ACTIONS(4444), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4446), - [anon_sym_LT_EQ] = ACTIONS(4446), - [anon_sym_GT_EQ] = ACTIONS(4446), - [anon_sym_BANGin] = ACTIONS(4446), - [anon_sym_is] = ACTIONS(4444), - [anon_sym_BANGis] = ACTIONS(4446), - [anon_sym_PLUS] = ACTIONS(4444), - [anon_sym_DASH] = ACTIONS(4444), - [anon_sym_SLASH] = ACTIONS(4444), - [anon_sym_PERCENT] = ACTIONS(4444), - [anon_sym_as_QMARK] = ACTIONS(4446), - [anon_sym_PLUS_PLUS] = ACTIONS(4446), - [anon_sym_DASH_DASH] = ACTIONS(4446), - [anon_sym_BANG] = ACTIONS(4444), - [anon_sym_BANG_BANG] = ACTIONS(4446), - [anon_sym_suspend] = ACTIONS(4444), - [anon_sym_sealed] = ACTIONS(4444), - [anon_sym_annotation] = ACTIONS(4444), - [anon_sym_data] = ACTIONS(4444), - [anon_sym_inner] = ACTIONS(4444), - [anon_sym_override] = ACTIONS(4444), - [anon_sym_lateinit] = ACTIONS(4444), - [anon_sym_public] = ACTIONS(4444), - [anon_sym_private] = ACTIONS(4444), - [anon_sym_internal] = ACTIONS(4444), - [anon_sym_protected] = ACTIONS(4444), - [anon_sym_tailrec] = ACTIONS(4444), - [anon_sym_operator] = ACTIONS(4444), - [anon_sym_infix] = ACTIONS(4444), - [anon_sym_inline] = ACTIONS(4444), - [anon_sym_external] = ACTIONS(4444), - [sym_property_modifier] = ACTIONS(4444), - [anon_sym_abstract] = ACTIONS(4444), - [anon_sym_final] = ACTIONS(4444), - [anon_sym_open] = ACTIONS(4444), - [anon_sym_vararg] = ACTIONS(4444), - [anon_sym_noinline] = ACTIONS(4444), - [anon_sym_crossinline] = ACTIONS(4444), - [anon_sym_expect] = ACTIONS(4444), - [anon_sym_actual] = ACTIONS(4444), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4446), - [anon_sym_continue_AT] = ACTIONS(4446), - [anon_sym_break_AT] = ACTIONS(4446), - [sym_real_literal] = ACTIONS(4446), - [sym_integer_literal] = ACTIONS(4444), - [sym_hex_literal] = ACTIONS(4446), - [sym_bin_literal] = ACTIONS(4446), - [anon_sym_true] = ACTIONS(4444), - [anon_sym_false] = ACTIONS(4444), - [anon_sym_SQUOTE] = ACTIONS(4446), - [sym__backtick_identifier] = ACTIONS(4446), - [sym__automatic_semicolon] = ACTIONS(4446), - [sym_safe_nav] = ACTIONS(4446), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4446), + [sym_type_constraints] = STATE(989), + [sym_enum_class_body] = STATE(1038), + [sym__alpha_identifier] = ACTIONS(3212), + [anon_sym_AT] = ACTIONS(3216), + [anon_sym_COLON] = ACTIONS(3270), + [anon_sym_LBRACK] = ACTIONS(3216), + [anon_sym_as] = ACTIONS(3212), + [anon_sym_EQ] = ACTIONS(3212), + [anon_sym_LBRACE] = ACTIONS(3156), + [anon_sym_RBRACE] = ACTIONS(3216), + [anon_sym_LPAREN] = ACTIONS(3216), + [anon_sym_LT] = ACTIONS(3212), + [anon_sym_GT] = ACTIONS(3212), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(3212), + [anon_sym_fun] = ACTIONS(3212), + [anon_sym_DOT] = ACTIONS(3212), + [anon_sym_SEMI] = ACTIONS(3216), + [anon_sym_get] = ACTIONS(3212), + [anon_sym_set] = ACTIONS(3212), + [anon_sym_this] = ACTIONS(3212), + [anon_sym_super] = ACTIONS(3212), + [anon_sym_STAR] = ACTIONS(3212), + [sym_label] = ACTIONS(3212), + [anon_sym_in] = ACTIONS(3212), + [anon_sym_DOT_DOT] = ACTIONS(3216), + [anon_sym_QMARK_COLON] = ACTIONS(3216), + [anon_sym_AMP_AMP] = ACTIONS(3216), + [anon_sym_PIPE_PIPE] = ACTIONS(3216), + [anon_sym_null] = ACTIONS(3212), + [anon_sym_if] = ACTIONS(3212), + [anon_sym_else] = ACTIONS(3212), + [anon_sym_when] = ACTIONS(3212), + [anon_sym_try] = ACTIONS(3212), + [anon_sym_throw] = ACTIONS(3212), + [anon_sym_return] = ACTIONS(3212), + [anon_sym_continue] = ACTIONS(3212), + [anon_sym_break] = ACTIONS(3212), + [anon_sym_COLON_COLON] = ACTIONS(3216), + [anon_sym_PLUS_EQ] = ACTIONS(3216), + [anon_sym_DASH_EQ] = ACTIONS(3216), + [anon_sym_STAR_EQ] = ACTIONS(3216), + [anon_sym_SLASH_EQ] = ACTIONS(3216), + [anon_sym_PERCENT_EQ] = ACTIONS(3216), + [anon_sym_BANG_EQ] = ACTIONS(3212), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3216), + [anon_sym_EQ_EQ] = ACTIONS(3212), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3216), + [anon_sym_LT_EQ] = ACTIONS(3216), + [anon_sym_GT_EQ] = ACTIONS(3216), + [anon_sym_BANGin] = ACTIONS(3216), + [anon_sym_is] = ACTIONS(3212), + [anon_sym_BANGis] = ACTIONS(3216), + [anon_sym_PLUS] = ACTIONS(3212), + [anon_sym_DASH] = ACTIONS(3212), + [anon_sym_SLASH] = ACTIONS(3212), + [anon_sym_PERCENT] = ACTIONS(3212), + [anon_sym_as_QMARK] = ACTIONS(3216), + [anon_sym_PLUS_PLUS] = ACTIONS(3216), + [anon_sym_DASH_DASH] = ACTIONS(3216), + [anon_sym_BANG] = ACTIONS(3212), + [anon_sym_BANG_BANG] = ACTIONS(3216), + [anon_sym_suspend] = ACTIONS(3212), + [anon_sym_sealed] = ACTIONS(3212), + [anon_sym_annotation] = ACTIONS(3212), + [anon_sym_data] = ACTIONS(3212), + [anon_sym_inner] = ACTIONS(3212), + [anon_sym_override] = ACTIONS(3212), + [anon_sym_lateinit] = ACTIONS(3212), + [anon_sym_public] = ACTIONS(3212), + [anon_sym_private] = ACTIONS(3212), + [anon_sym_internal] = ACTIONS(3212), + [anon_sym_protected] = ACTIONS(3212), + [anon_sym_tailrec] = ACTIONS(3212), + [anon_sym_operator] = ACTIONS(3212), + [anon_sym_infix] = ACTIONS(3212), + [anon_sym_inline] = ACTIONS(3212), + [anon_sym_external] = ACTIONS(3212), + [sym_property_modifier] = ACTIONS(3212), + [anon_sym_abstract] = ACTIONS(3212), + [anon_sym_final] = ACTIONS(3212), + [anon_sym_open] = ACTIONS(3212), + [anon_sym_vararg] = ACTIONS(3212), + [anon_sym_noinline] = ACTIONS(3212), + [anon_sym_crossinline] = ACTIONS(3212), + [anon_sym_expect] = ACTIONS(3212), + [anon_sym_actual] = ACTIONS(3212), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3216), + [anon_sym_continue_AT] = ACTIONS(3216), + [anon_sym_break_AT] = ACTIONS(3216), + [sym_real_literal] = ACTIONS(3216), + [sym_integer_literal] = ACTIONS(3212), + [sym_hex_literal] = ACTIONS(3216), + [sym_bin_literal] = ACTIONS(3216), + [anon_sym_true] = ACTIONS(3212), + [anon_sym_false] = ACTIONS(3212), + [anon_sym_SQUOTE] = ACTIONS(3216), + [sym__backtick_identifier] = ACTIONS(3216), + [sym__automatic_semicolon] = ACTIONS(3216), + [sym_safe_nav] = ACTIONS(3216), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3216), }, [912] = { - [sym_type_constraints] = STATE(969), - [sym_enum_class_body] = STATE(1140), - [sym__alpha_identifier] = ACTIONS(4448), - [anon_sym_AT] = ACTIONS(4450), - [anon_sym_LBRACK] = ACTIONS(4450), - [anon_sym_as] = ACTIONS(4448), - [anon_sym_EQ] = ACTIONS(4448), - [anon_sym_LBRACE] = ACTIONS(3144), - [anon_sym_RBRACE] = ACTIONS(4450), - [anon_sym_LPAREN] = ACTIONS(4450), - [anon_sym_COMMA] = ACTIONS(4450), - [anon_sym_LT] = ACTIONS(4448), - [anon_sym_GT] = ACTIONS(4448), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(4448), - [anon_sym_fun] = ACTIONS(4448), - [anon_sym_DOT] = ACTIONS(4448), - [anon_sym_SEMI] = ACTIONS(4450), - [anon_sym_get] = ACTIONS(4448), - [anon_sym_set] = ACTIONS(4448), - [anon_sym_this] = ACTIONS(4448), - [anon_sym_super] = ACTIONS(4448), - [anon_sym_STAR] = ACTIONS(4448), - [sym_label] = ACTIONS(4448), - [anon_sym_in] = ACTIONS(4448), - [anon_sym_DOT_DOT] = ACTIONS(4450), - [anon_sym_QMARK_COLON] = ACTIONS(4450), - [anon_sym_AMP_AMP] = ACTIONS(4450), - [anon_sym_PIPE_PIPE] = ACTIONS(4450), - [anon_sym_null] = ACTIONS(4448), - [anon_sym_if] = ACTIONS(4448), - [anon_sym_else] = ACTIONS(4448), - [anon_sym_when] = ACTIONS(4448), - [anon_sym_try] = ACTIONS(4448), - [anon_sym_throw] = ACTIONS(4448), - [anon_sym_return] = ACTIONS(4448), - [anon_sym_continue] = ACTIONS(4448), - [anon_sym_break] = ACTIONS(4448), - [anon_sym_COLON_COLON] = ACTIONS(4450), - [anon_sym_PLUS_EQ] = ACTIONS(4450), - [anon_sym_DASH_EQ] = ACTIONS(4450), - [anon_sym_STAR_EQ] = ACTIONS(4450), - [anon_sym_SLASH_EQ] = ACTIONS(4450), - [anon_sym_PERCENT_EQ] = ACTIONS(4450), - [anon_sym_BANG_EQ] = ACTIONS(4448), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4450), - [anon_sym_EQ_EQ] = ACTIONS(4448), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4450), - [anon_sym_LT_EQ] = ACTIONS(4450), - [anon_sym_GT_EQ] = ACTIONS(4450), - [anon_sym_BANGin] = ACTIONS(4450), - [anon_sym_is] = ACTIONS(4448), - [anon_sym_BANGis] = ACTIONS(4450), - [anon_sym_PLUS] = ACTIONS(4448), - [anon_sym_DASH] = ACTIONS(4448), - [anon_sym_SLASH] = ACTIONS(4448), - [anon_sym_PERCENT] = ACTIONS(4448), - [anon_sym_as_QMARK] = ACTIONS(4450), - [anon_sym_PLUS_PLUS] = ACTIONS(4450), - [anon_sym_DASH_DASH] = ACTIONS(4450), - [anon_sym_BANG] = ACTIONS(4448), - [anon_sym_BANG_BANG] = ACTIONS(4450), - [anon_sym_suspend] = ACTIONS(4448), - [anon_sym_sealed] = ACTIONS(4448), - [anon_sym_annotation] = ACTIONS(4448), - [anon_sym_data] = ACTIONS(4448), - [anon_sym_inner] = ACTIONS(4448), - [anon_sym_override] = ACTIONS(4448), - [anon_sym_lateinit] = ACTIONS(4448), - [anon_sym_public] = ACTIONS(4448), - [anon_sym_private] = ACTIONS(4448), - [anon_sym_internal] = ACTIONS(4448), - [anon_sym_protected] = ACTIONS(4448), - [anon_sym_tailrec] = ACTIONS(4448), - [anon_sym_operator] = ACTIONS(4448), - [anon_sym_infix] = ACTIONS(4448), - [anon_sym_inline] = ACTIONS(4448), - [anon_sym_external] = ACTIONS(4448), - [sym_property_modifier] = ACTIONS(4448), - [anon_sym_abstract] = ACTIONS(4448), - [anon_sym_final] = ACTIONS(4448), - [anon_sym_open] = ACTIONS(4448), - [anon_sym_vararg] = ACTIONS(4448), - [anon_sym_noinline] = ACTIONS(4448), - [anon_sym_crossinline] = ACTIONS(4448), - [anon_sym_expect] = ACTIONS(4448), - [anon_sym_actual] = ACTIONS(4448), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4450), - [anon_sym_continue_AT] = ACTIONS(4450), - [anon_sym_break_AT] = ACTIONS(4450), - [sym_real_literal] = ACTIONS(4450), - [sym_integer_literal] = ACTIONS(4448), - [sym_hex_literal] = ACTIONS(4450), - [sym_bin_literal] = ACTIONS(4450), - [anon_sym_true] = ACTIONS(4448), - [anon_sym_false] = ACTIONS(4448), - [anon_sym_SQUOTE] = ACTIONS(4450), - [sym__backtick_identifier] = ACTIONS(4450), - [sym__automatic_semicolon] = ACTIONS(4450), - [sym_safe_nav] = ACTIONS(4450), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4450), + [sym_getter] = STATE(4923), + [sym_setter] = STATE(4923), + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(2278), + [sym__comparison_operator] = STATE(2276), + [sym__in_operator] = STATE(2273), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(2271), + [sym__multiplicative_operator] = STATE(2268), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_modifiers] = STATE(8625), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2266), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_RBRACE] = ACTIONS(1772), + [anon_sym_LPAREN] = ACTIONS(3572), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(4350), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(4452), + [anon_sym_get] = ACTIONS(4434), + [anon_sym_set] = ACTIONS(4436), + [anon_sym_STAR] = ACTIONS(4358), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(4360), + [anon_sym_DOT_DOT] = ACTIONS(4362), + [anon_sym_QMARK_COLON] = ACTIONS(4364), + [anon_sym_AMP_AMP] = ACTIONS(4366), + [anon_sym_PIPE_PIPE] = ACTIONS(4368), + [anon_sym_else] = ACTIONS(1770), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_BANG_EQ] = ACTIONS(4370), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4372), + [anon_sym_EQ_EQ] = ACTIONS(4370), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4372), + [anon_sym_LT_EQ] = ACTIONS(4374), + [anon_sym_GT_EQ] = ACTIONS(4374), + [anon_sym_BANGin] = ACTIONS(4376), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), + [anon_sym_PLUS] = ACTIONS(4378), + [anon_sym_DASH] = ACTIONS(4378), + [anon_sym_SLASH] = ACTIONS(4380), + [anon_sym_PERCENT] = ACTIONS(4358), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(1746), + [anon_sym_inner] = ACTIONS(1746), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(1748), + [anon_sym_actual] = ACTIONS(1748), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(1772), + [sym_safe_nav] = ACTIONS(3598), + [sym_multiline_comment] = ACTIONS(3), }, [913] = { - [sym_type_constraints] = STATE(1028), - [sym_enum_class_body] = STATE(1042), - [sym__alpha_identifier] = ACTIONS(4197), - [anon_sym_AT] = ACTIONS(4199), - [anon_sym_COLON] = ACTIONS(4452), - [anon_sym_LBRACK] = ACTIONS(4199), - [anon_sym_as] = ACTIONS(4197), - [anon_sym_EQ] = ACTIONS(4197), - [anon_sym_LBRACE] = ACTIONS(3144), - [anon_sym_RBRACE] = ACTIONS(4199), - [anon_sym_LPAREN] = ACTIONS(4199), - [anon_sym_LT] = ACTIONS(4197), - [anon_sym_GT] = ACTIONS(4197), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(4197), - [anon_sym_fun] = ACTIONS(4197), - [anon_sym_DOT] = ACTIONS(4197), - [anon_sym_SEMI] = ACTIONS(4199), - [anon_sym_get] = ACTIONS(4197), - [anon_sym_set] = ACTIONS(4197), - [anon_sym_this] = ACTIONS(4197), - [anon_sym_super] = ACTIONS(4197), - [anon_sym_STAR] = ACTIONS(4197), - [sym_label] = ACTIONS(4197), - [anon_sym_in] = ACTIONS(4197), - [anon_sym_DOT_DOT] = ACTIONS(4199), - [anon_sym_QMARK_COLON] = ACTIONS(4199), - [anon_sym_AMP_AMP] = ACTIONS(4199), - [anon_sym_PIPE_PIPE] = ACTIONS(4199), - [anon_sym_null] = ACTIONS(4197), - [anon_sym_if] = ACTIONS(4197), - [anon_sym_else] = ACTIONS(4197), - [anon_sym_when] = ACTIONS(4197), - [anon_sym_try] = ACTIONS(4197), - [anon_sym_throw] = ACTIONS(4197), - [anon_sym_return] = ACTIONS(4197), - [anon_sym_continue] = ACTIONS(4197), - [anon_sym_break] = ACTIONS(4197), - [anon_sym_COLON_COLON] = ACTIONS(4199), - [anon_sym_PLUS_EQ] = ACTIONS(4199), - [anon_sym_DASH_EQ] = ACTIONS(4199), - [anon_sym_STAR_EQ] = ACTIONS(4199), - [anon_sym_SLASH_EQ] = ACTIONS(4199), - [anon_sym_PERCENT_EQ] = ACTIONS(4199), - [anon_sym_BANG_EQ] = ACTIONS(4197), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4199), - [anon_sym_EQ_EQ] = ACTIONS(4197), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4199), - [anon_sym_LT_EQ] = ACTIONS(4199), - [anon_sym_GT_EQ] = ACTIONS(4199), - [anon_sym_BANGin] = ACTIONS(4199), - [anon_sym_is] = ACTIONS(4197), - [anon_sym_BANGis] = ACTIONS(4199), - [anon_sym_PLUS] = ACTIONS(4197), - [anon_sym_DASH] = ACTIONS(4197), - [anon_sym_SLASH] = ACTIONS(4197), - [anon_sym_PERCENT] = ACTIONS(4197), - [anon_sym_as_QMARK] = ACTIONS(4199), - [anon_sym_PLUS_PLUS] = ACTIONS(4199), - [anon_sym_DASH_DASH] = ACTIONS(4199), - [anon_sym_BANG] = ACTIONS(4197), - [anon_sym_BANG_BANG] = ACTIONS(4199), - [anon_sym_suspend] = ACTIONS(4197), - [anon_sym_sealed] = ACTIONS(4197), - [anon_sym_annotation] = ACTIONS(4197), - [anon_sym_data] = ACTIONS(4197), - [anon_sym_inner] = ACTIONS(4197), - [anon_sym_override] = ACTIONS(4197), - [anon_sym_lateinit] = ACTIONS(4197), - [anon_sym_public] = ACTIONS(4197), - [anon_sym_private] = ACTIONS(4197), - [anon_sym_internal] = ACTIONS(4197), - [anon_sym_protected] = ACTIONS(4197), - [anon_sym_tailrec] = ACTIONS(4197), - [anon_sym_operator] = ACTIONS(4197), - [anon_sym_infix] = ACTIONS(4197), - [anon_sym_inline] = ACTIONS(4197), - [anon_sym_external] = ACTIONS(4197), - [sym_property_modifier] = ACTIONS(4197), - [anon_sym_abstract] = ACTIONS(4197), - [anon_sym_final] = ACTIONS(4197), - [anon_sym_open] = ACTIONS(4197), - [anon_sym_vararg] = ACTIONS(4197), - [anon_sym_noinline] = ACTIONS(4197), - [anon_sym_crossinline] = ACTIONS(4197), - [anon_sym_expect] = ACTIONS(4197), - [anon_sym_actual] = ACTIONS(4197), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4199), - [anon_sym_continue_AT] = ACTIONS(4199), - [anon_sym_break_AT] = ACTIONS(4199), - [sym_real_literal] = ACTIONS(4199), - [sym_integer_literal] = ACTIONS(4197), - [sym_hex_literal] = ACTIONS(4199), - [sym_bin_literal] = ACTIONS(4199), - [anon_sym_true] = ACTIONS(4197), - [anon_sym_false] = ACTIONS(4197), - [anon_sym_SQUOTE] = ACTIONS(4199), - [sym__backtick_identifier] = ACTIONS(4199), - [sym__automatic_semicolon] = ACTIONS(4199), - [sym_safe_nav] = ACTIONS(4199), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4199), + [sym_getter] = STATE(4947), + [sym_setter] = STATE(4947), + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(2278), + [sym__comparison_operator] = STATE(2276), + [sym__in_operator] = STATE(2273), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(2271), + [sym__multiplicative_operator] = STATE(2268), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_modifiers] = STATE(8625), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2266), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_RBRACE] = ACTIONS(1780), + [anon_sym_LPAREN] = ACTIONS(3572), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(4350), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(4454), + [anon_sym_get] = ACTIONS(4434), + [anon_sym_set] = ACTIONS(4436), + [anon_sym_STAR] = ACTIONS(4358), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(4360), + [anon_sym_DOT_DOT] = ACTIONS(4362), + [anon_sym_QMARK_COLON] = ACTIONS(4364), + [anon_sym_AMP_AMP] = ACTIONS(4366), + [anon_sym_PIPE_PIPE] = ACTIONS(4368), + [anon_sym_else] = ACTIONS(1778), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_BANG_EQ] = ACTIONS(4370), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4372), + [anon_sym_EQ_EQ] = ACTIONS(4370), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4372), + [anon_sym_LT_EQ] = ACTIONS(4374), + [anon_sym_GT_EQ] = ACTIONS(4374), + [anon_sym_BANGin] = ACTIONS(4376), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), + [anon_sym_PLUS] = ACTIONS(4378), + [anon_sym_DASH] = ACTIONS(4378), + [anon_sym_SLASH] = ACTIONS(4380), + [anon_sym_PERCENT] = ACTIONS(4358), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(1746), + [anon_sym_inner] = ACTIONS(1746), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(1748), + [anon_sym_actual] = ACTIONS(1748), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(1780), + [sym_safe_nav] = ACTIONS(3598), + [sym_multiline_comment] = ACTIONS(3), }, [914] = { - [sym_function_body] = STATE(1112), - [sym__block] = STATE(1128), - [sym__alpha_identifier] = ACTIONS(4095), - [anon_sym_AT] = ACTIONS(4097), - [anon_sym_LBRACK] = ACTIONS(4097), - [anon_sym_as] = ACTIONS(4095), - [anon_sym_EQ] = ACTIONS(4079), - [anon_sym_LBRACE] = ACTIONS(4081), - [anon_sym_RBRACE] = ACTIONS(4097), - [anon_sym_LPAREN] = ACTIONS(4097), - [anon_sym_COMMA] = ACTIONS(4097), - [anon_sym_LT] = ACTIONS(4095), - [anon_sym_GT] = ACTIONS(4095), - [anon_sym_where] = ACTIONS(4095), - [anon_sym_object] = ACTIONS(4095), - [anon_sym_fun] = ACTIONS(4095), - [anon_sym_DOT] = ACTIONS(4095), - [anon_sym_SEMI] = ACTIONS(4097), - [anon_sym_get] = ACTIONS(4095), - [anon_sym_set] = ACTIONS(4095), - [anon_sym_this] = ACTIONS(4095), - [anon_sym_super] = ACTIONS(4095), - [anon_sym_STAR] = ACTIONS(4095), - [sym_label] = ACTIONS(4095), - [anon_sym_in] = ACTIONS(4095), - [anon_sym_DOT_DOT] = ACTIONS(4097), - [anon_sym_QMARK_COLON] = ACTIONS(4097), - [anon_sym_AMP_AMP] = ACTIONS(4097), - [anon_sym_PIPE_PIPE] = ACTIONS(4097), - [anon_sym_null] = ACTIONS(4095), - [anon_sym_if] = ACTIONS(4095), - [anon_sym_else] = ACTIONS(4095), - [anon_sym_when] = ACTIONS(4095), - [anon_sym_try] = ACTIONS(4095), - [anon_sym_throw] = ACTIONS(4095), - [anon_sym_return] = ACTIONS(4095), - [anon_sym_continue] = ACTIONS(4095), - [anon_sym_break] = ACTIONS(4095), - [anon_sym_COLON_COLON] = ACTIONS(4097), - [anon_sym_PLUS_EQ] = ACTIONS(4097), - [anon_sym_DASH_EQ] = ACTIONS(4097), - [anon_sym_STAR_EQ] = ACTIONS(4097), - [anon_sym_SLASH_EQ] = ACTIONS(4097), - [anon_sym_PERCENT_EQ] = ACTIONS(4097), - [anon_sym_BANG_EQ] = ACTIONS(4095), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4097), - [anon_sym_EQ_EQ] = ACTIONS(4095), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4097), - [anon_sym_LT_EQ] = ACTIONS(4097), - [anon_sym_GT_EQ] = ACTIONS(4097), - [anon_sym_BANGin] = ACTIONS(4097), - [anon_sym_is] = ACTIONS(4095), - [anon_sym_BANGis] = ACTIONS(4097), - [anon_sym_PLUS] = ACTIONS(4095), - [anon_sym_DASH] = ACTIONS(4095), - [anon_sym_SLASH] = ACTIONS(4095), - [anon_sym_PERCENT] = ACTIONS(4095), - [anon_sym_as_QMARK] = ACTIONS(4097), - [anon_sym_PLUS_PLUS] = ACTIONS(4097), - [anon_sym_DASH_DASH] = ACTIONS(4097), - [anon_sym_BANG] = ACTIONS(4095), - [anon_sym_BANG_BANG] = ACTIONS(4097), - [anon_sym_suspend] = ACTIONS(4095), - [anon_sym_sealed] = ACTIONS(4095), - [anon_sym_annotation] = ACTIONS(4095), - [anon_sym_data] = ACTIONS(4095), - [anon_sym_inner] = ACTIONS(4095), - [anon_sym_override] = ACTIONS(4095), - [anon_sym_lateinit] = ACTIONS(4095), - [anon_sym_public] = ACTIONS(4095), - [anon_sym_private] = ACTIONS(4095), - [anon_sym_internal] = ACTIONS(4095), - [anon_sym_protected] = ACTIONS(4095), - [anon_sym_tailrec] = ACTIONS(4095), - [anon_sym_operator] = ACTIONS(4095), - [anon_sym_infix] = ACTIONS(4095), - [anon_sym_inline] = ACTIONS(4095), - [anon_sym_external] = ACTIONS(4095), - [sym_property_modifier] = ACTIONS(4095), - [anon_sym_abstract] = ACTIONS(4095), - [anon_sym_final] = ACTIONS(4095), - [anon_sym_open] = ACTIONS(4095), - [anon_sym_vararg] = ACTIONS(4095), - [anon_sym_noinline] = ACTIONS(4095), - [anon_sym_crossinline] = ACTIONS(4095), - [anon_sym_expect] = ACTIONS(4095), - [anon_sym_actual] = ACTIONS(4095), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4097), - [anon_sym_continue_AT] = ACTIONS(4097), - [anon_sym_break_AT] = ACTIONS(4097), - [sym_real_literal] = ACTIONS(4097), - [sym_integer_literal] = ACTIONS(4095), - [sym_hex_literal] = ACTIONS(4097), - [sym_bin_literal] = ACTIONS(4097), - [anon_sym_true] = ACTIONS(4095), - [anon_sym_false] = ACTIONS(4095), - [anon_sym_SQUOTE] = ACTIONS(4097), - [sym__backtick_identifier] = ACTIONS(4097), - [sym__automatic_semicolon] = ACTIONS(4097), - [sym_safe_nav] = ACTIONS(4097), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4097), + [aux_sym_type_constraints_repeat1] = STATE(917), + [sym__alpha_identifier] = ACTIONS(4456), + [anon_sym_AT] = ACTIONS(4458), + [anon_sym_LBRACK] = ACTIONS(4458), + [anon_sym_as] = ACTIONS(4456), + [anon_sym_EQ] = ACTIONS(4456), + [anon_sym_LBRACE] = ACTIONS(4458), + [anon_sym_RBRACE] = ACTIONS(4458), + [anon_sym_LPAREN] = ACTIONS(4458), + [anon_sym_COMMA] = ACTIONS(4446), + [anon_sym_by] = ACTIONS(4456), + [anon_sym_LT] = ACTIONS(4456), + [anon_sym_GT] = ACTIONS(4456), + [anon_sym_where] = ACTIONS(4456), + [anon_sym_object] = ACTIONS(4456), + [anon_sym_fun] = ACTIONS(4456), + [anon_sym_DOT] = ACTIONS(4456), + [anon_sym_SEMI] = ACTIONS(4458), + [anon_sym_get] = ACTIONS(4456), + [anon_sym_set] = ACTIONS(4456), + [anon_sym_this] = ACTIONS(4456), + [anon_sym_super] = ACTIONS(4456), + [anon_sym_STAR] = ACTIONS(4456), + [sym_label] = ACTIONS(4456), + [anon_sym_in] = ACTIONS(4456), + [anon_sym_DOT_DOT] = ACTIONS(4458), + [anon_sym_QMARK_COLON] = ACTIONS(4458), + [anon_sym_AMP_AMP] = ACTIONS(4458), + [anon_sym_PIPE_PIPE] = ACTIONS(4458), + [anon_sym_null] = ACTIONS(4456), + [anon_sym_if] = ACTIONS(4456), + [anon_sym_else] = ACTIONS(4456), + [anon_sym_when] = ACTIONS(4456), + [anon_sym_try] = ACTIONS(4456), + [anon_sym_throw] = ACTIONS(4456), + [anon_sym_return] = ACTIONS(4456), + [anon_sym_continue] = ACTIONS(4456), + [anon_sym_break] = ACTIONS(4456), + [anon_sym_COLON_COLON] = ACTIONS(4458), + [anon_sym_PLUS_EQ] = ACTIONS(4458), + [anon_sym_DASH_EQ] = ACTIONS(4458), + [anon_sym_STAR_EQ] = ACTIONS(4458), + [anon_sym_SLASH_EQ] = ACTIONS(4458), + [anon_sym_PERCENT_EQ] = ACTIONS(4458), + [anon_sym_BANG_EQ] = ACTIONS(4456), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4458), + [anon_sym_EQ_EQ] = ACTIONS(4456), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4458), + [anon_sym_LT_EQ] = ACTIONS(4458), + [anon_sym_GT_EQ] = ACTIONS(4458), + [anon_sym_BANGin] = ACTIONS(4458), + [anon_sym_is] = ACTIONS(4456), + [anon_sym_BANGis] = ACTIONS(4458), + [anon_sym_PLUS] = ACTIONS(4456), + [anon_sym_DASH] = ACTIONS(4456), + [anon_sym_SLASH] = ACTIONS(4456), + [anon_sym_PERCENT] = ACTIONS(4456), + [anon_sym_as_QMARK] = ACTIONS(4458), + [anon_sym_PLUS_PLUS] = ACTIONS(4458), + [anon_sym_DASH_DASH] = ACTIONS(4458), + [anon_sym_BANG] = ACTIONS(4456), + [anon_sym_BANG_BANG] = ACTIONS(4458), + [anon_sym_suspend] = ACTIONS(4456), + [anon_sym_sealed] = ACTIONS(4456), + [anon_sym_annotation] = ACTIONS(4456), + [anon_sym_data] = ACTIONS(4456), + [anon_sym_inner] = ACTIONS(4456), + [anon_sym_override] = ACTIONS(4456), + [anon_sym_lateinit] = ACTIONS(4456), + [anon_sym_public] = ACTIONS(4456), + [anon_sym_private] = ACTIONS(4456), + [anon_sym_internal] = ACTIONS(4456), + [anon_sym_protected] = ACTIONS(4456), + [anon_sym_tailrec] = ACTIONS(4456), + [anon_sym_operator] = ACTIONS(4456), + [anon_sym_infix] = ACTIONS(4456), + [anon_sym_inline] = ACTIONS(4456), + [anon_sym_external] = ACTIONS(4456), + [sym_property_modifier] = ACTIONS(4456), + [anon_sym_abstract] = ACTIONS(4456), + [anon_sym_final] = ACTIONS(4456), + [anon_sym_open] = ACTIONS(4456), + [anon_sym_vararg] = ACTIONS(4456), + [anon_sym_noinline] = ACTIONS(4456), + [anon_sym_crossinline] = ACTIONS(4456), + [anon_sym_expect] = ACTIONS(4456), + [anon_sym_actual] = ACTIONS(4456), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4458), + [anon_sym_continue_AT] = ACTIONS(4458), + [anon_sym_break_AT] = ACTIONS(4458), + [sym_real_literal] = ACTIONS(4458), + [sym_integer_literal] = ACTIONS(4456), + [sym_hex_literal] = ACTIONS(4458), + [sym_bin_literal] = ACTIONS(4458), + [anon_sym_true] = ACTIONS(4456), + [anon_sym_false] = ACTIONS(4456), + [anon_sym_SQUOTE] = ACTIONS(4458), + [sym__backtick_identifier] = ACTIONS(4458), + [sym__automatic_semicolon] = ACTIONS(4458), + [sym_safe_nav] = ACTIONS(4458), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4458), }, [915] = { - [sym_value_arguments] = STATE(1175), - [sym__alpha_identifier] = ACTIONS(4454), - [anon_sym_AT] = ACTIONS(4456), - [anon_sym_LBRACK] = ACTIONS(4456), - [anon_sym_as] = ACTIONS(4454), - [anon_sym_EQ] = ACTIONS(4454), - [anon_sym_LBRACE] = ACTIONS(4456), - [anon_sym_RBRACE] = ACTIONS(4456), - [anon_sym_LPAREN] = ACTIONS(4456), - [anon_sym_COMMA] = ACTIONS(4456), - [anon_sym_by] = ACTIONS(4458), - [anon_sym_LT] = ACTIONS(4454), - [anon_sym_GT] = ACTIONS(4454), - [anon_sym_where] = ACTIONS(4454), - [anon_sym_object] = ACTIONS(4454), - [anon_sym_fun] = ACTIONS(4454), - [anon_sym_DOT] = ACTIONS(4454), - [anon_sym_SEMI] = ACTIONS(4456), - [anon_sym_get] = ACTIONS(4454), - [anon_sym_set] = ACTIONS(4454), - [anon_sym_this] = ACTIONS(4454), - [anon_sym_super] = ACTIONS(4454), - [anon_sym_STAR] = ACTIONS(4454), - [sym_label] = ACTIONS(4454), - [anon_sym_in] = ACTIONS(4454), - [anon_sym_DOT_DOT] = ACTIONS(4456), - [anon_sym_QMARK_COLON] = ACTIONS(4456), - [anon_sym_AMP_AMP] = ACTIONS(4456), - [anon_sym_PIPE_PIPE] = ACTIONS(4456), - [anon_sym_null] = ACTIONS(4454), - [anon_sym_if] = ACTIONS(4454), - [anon_sym_else] = ACTIONS(4454), - [anon_sym_when] = ACTIONS(4454), - [anon_sym_try] = ACTIONS(4454), - [anon_sym_throw] = ACTIONS(4454), - [anon_sym_return] = ACTIONS(4454), - [anon_sym_continue] = ACTIONS(4454), - [anon_sym_break] = ACTIONS(4454), - [anon_sym_COLON_COLON] = ACTIONS(4456), - [anon_sym_PLUS_EQ] = ACTIONS(4456), - [anon_sym_DASH_EQ] = ACTIONS(4456), - [anon_sym_STAR_EQ] = ACTIONS(4456), - [anon_sym_SLASH_EQ] = ACTIONS(4456), - [anon_sym_PERCENT_EQ] = ACTIONS(4456), - [anon_sym_BANG_EQ] = ACTIONS(4454), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4456), - [anon_sym_EQ_EQ] = ACTIONS(4454), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4456), - [anon_sym_LT_EQ] = ACTIONS(4456), - [anon_sym_GT_EQ] = ACTIONS(4456), - [anon_sym_BANGin] = ACTIONS(4456), - [anon_sym_is] = ACTIONS(4454), - [anon_sym_BANGis] = ACTIONS(4456), - [anon_sym_PLUS] = ACTIONS(4454), - [anon_sym_DASH] = ACTIONS(4454), - [anon_sym_SLASH] = ACTIONS(4454), - [anon_sym_PERCENT] = ACTIONS(4454), - [anon_sym_as_QMARK] = ACTIONS(4456), - [anon_sym_PLUS_PLUS] = ACTIONS(4456), - [anon_sym_DASH_DASH] = ACTIONS(4456), - [anon_sym_BANG] = ACTIONS(4454), - [anon_sym_BANG_BANG] = ACTIONS(4456), - [anon_sym_suspend] = ACTIONS(4454), - [anon_sym_sealed] = ACTIONS(4454), - [anon_sym_annotation] = ACTIONS(4454), - [anon_sym_data] = ACTIONS(4454), - [anon_sym_inner] = ACTIONS(4454), - [anon_sym_override] = ACTIONS(4454), - [anon_sym_lateinit] = ACTIONS(4454), - [anon_sym_public] = ACTIONS(4454), - [anon_sym_private] = ACTIONS(4454), - [anon_sym_internal] = ACTIONS(4454), - [anon_sym_protected] = ACTIONS(4454), - [anon_sym_tailrec] = ACTIONS(4454), - [anon_sym_operator] = ACTIONS(4454), - [anon_sym_infix] = ACTIONS(4454), - [anon_sym_inline] = ACTIONS(4454), - [anon_sym_external] = ACTIONS(4454), - [sym_property_modifier] = ACTIONS(4454), - [anon_sym_abstract] = ACTIONS(4454), - [anon_sym_final] = ACTIONS(4454), - [anon_sym_open] = ACTIONS(4454), - [anon_sym_vararg] = ACTIONS(4454), - [anon_sym_noinline] = ACTIONS(4454), - [anon_sym_crossinline] = ACTIONS(4454), - [anon_sym_expect] = ACTIONS(4454), - [anon_sym_actual] = ACTIONS(4454), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4456), - [anon_sym_continue_AT] = ACTIONS(4456), - [anon_sym_break_AT] = ACTIONS(4456), - [sym_real_literal] = ACTIONS(4456), - [sym_integer_literal] = ACTIONS(4454), - [sym_hex_literal] = ACTIONS(4456), - [sym_bin_literal] = ACTIONS(4456), - [anon_sym_true] = ACTIONS(4454), - [anon_sym_false] = ACTIONS(4454), - [anon_sym_SQUOTE] = ACTIONS(4456), - [sym__backtick_identifier] = ACTIONS(4456), - [sym__automatic_semicolon] = ACTIONS(4456), - [sym_safe_nav] = ACTIONS(4456), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4456), + [sym_function_body] = STATE(1039), + [sym__block] = STATE(1087), + [sym__alpha_identifier] = ACTIONS(4099), + [anon_sym_AT] = ACTIONS(4101), + [anon_sym_LBRACK] = ACTIONS(4101), + [anon_sym_as] = ACTIONS(4099), + [anon_sym_EQ] = ACTIONS(4037), + [anon_sym_LBRACE] = ACTIONS(4039), + [anon_sym_RBRACE] = ACTIONS(4101), + [anon_sym_LPAREN] = ACTIONS(4101), + [anon_sym_COMMA] = ACTIONS(4101), + [anon_sym_LT] = ACTIONS(4099), + [anon_sym_GT] = ACTIONS(4099), + [anon_sym_where] = ACTIONS(4099), + [anon_sym_object] = ACTIONS(4099), + [anon_sym_fun] = ACTIONS(4099), + [anon_sym_DOT] = ACTIONS(4099), + [anon_sym_SEMI] = ACTIONS(4101), + [anon_sym_get] = ACTIONS(4099), + [anon_sym_set] = ACTIONS(4099), + [anon_sym_this] = ACTIONS(4099), + [anon_sym_super] = ACTIONS(4099), + [anon_sym_STAR] = ACTIONS(4099), + [sym_label] = ACTIONS(4099), + [anon_sym_in] = ACTIONS(4099), + [anon_sym_DOT_DOT] = ACTIONS(4101), + [anon_sym_QMARK_COLON] = ACTIONS(4101), + [anon_sym_AMP_AMP] = ACTIONS(4101), + [anon_sym_PIPE_PIPE] = ACTIONS(4101), + [anon_sym_null] = ACTIONS(4099), + [anon_sym_if] = ACTIONS(4099), + [anon_sym_else] = ACTIONS(4099), + [anon_sym_when] = ACTIONS(4099), + [anon_sym_try] = ACTIONS(4099), + [anon_sym_throw] = ACTIONS(4099), + [anon_sym_return] = ACTIONS(4099), + [anon_sym_continue] = ACTIONS(4099), + [anon_sym_break] = ACTIONS(4099), + [anon_sym_COLON_COLON] = ACTIONS(4101), + [anon_sym_PLUS_EQ] = ACTIONS(4101), + [anon_sym_DASH_EQ] = ACTIONS(4101), + [anon_sym_STAR_EQ] = ACTIONS(4101), + [anon_sym_SLASH_EQ] = ACTIONS(4101), + [anon_sym_PERCENT_EQ] = ACTIONS(4101), + [anon_sym_BANG_EQ] = ACTIONS(4099), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4101), + [anon_sym_EQ_EQ] = ACTIONS(4099), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4101), + [anon_sym_LT_EQ] = ACTIONS(4101), + [anon_sym_GT_EQ] = ACTIONS(4101), + [anon_sym_BANGin] = ACTIONS(4101), + [anon_sym_is] = ACTIONS(4099), + [anon_sym_BANGis] = ACTIONS(4101), + [anon_sym_PLUS] = ACTIONS(4099), + [anon_sym_DASH] = ACTIONS(4099), + [anon_sym_SLASH] = ACTIONS(4099), + [anon_sym_PERCENT] = ACTIONS(4099), + [anon_sym_as_QMARK] = ACTIONS(4101), + [anon_sym_PLUS_PLUS] = ACTIONS(4101), + [anon_sym_DASH_DASH] = ACTIONS(4101), + [anon_sym_BANG] = ACTIONS(4099), + [anon_sym_BANG_BANG] = ACTIONS(4101), + [anon_sym_suspend] = ACTIONS(4099), + [anon_sym_sealed] = ACTIONS(4099), + [anon_sym_annotation] = ACTIONS(4099), + [anon_sym_data] = ACTIONS(4099), + [anon_sym_inner] = ACTIONS(4099), + [anon_sym_override] = ACTIONS(4099), + [anon_sym_lateinit] = ACTIONS(4099), + [anon_sym_public] = ACTIONS(4099), + [anon_sym_private] = ACTIONS(4099), + [anon_sym_internal] = ACTIONS(4099), + [anon_sym_protected] = ACTIONS(4099), + [anon_sym_tailrec] = ACTIONS(4099), + [anon_sym_operator] = ACTIONS(4099), + [anon_sym_infix] = ACTIONS(4099), + [anon_sym_inline] = ACTIONS(4099), + [anon_sym_external] = ACTIONS(4099), + [sym_property_modifier] = ACTIONS(4099), + [anon_sym_abstract] = ACTIONS(4099), + [anon_sym_final] = ACTIONS(4099), + [anon_sym_open] = ACTIONS(4099), + [anon_sym_vararg] = ACTIONS(4099), + [anon_sym_noinline] = ACTIONS(4099), + [anon_sym_crossinline] = ACTIONS(4099), + [anon_sym_expect] = ACTIONS(4099), + [anon_sym_actual] = ACTIONS(4099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4101), + [anon_sym_continue_AT] = ACTIONS(4101), + [anon_sym_break_AT] = ACTIONS(4101), + [sym_real_literal] = ACTIONS(4101), + [sym_integer_literal] = ACTIONS(4099), + [sym_hex_literal] = ACTIONS(4101), + [sym_bin_literal] = ACTIONS(4101), + [anon_sym_true] = ACTIONS(4099), + [anon_sym_false] = ACTIONS(4099), + [anon_sym_SQUOTE] = ACTIONS(4101), + [sym__backtick_identifier] = ACTIONS(4101), + [sym__automatic_semicolon] = ACTIONS(4101), + [sym_safe_nav] = ACTIONS(4101), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4101), }, [916] = { - [sym_type_constraints] = STATE(999), - [sym_enum_class_body] = STATE(1102), - [sym__alpha_identifier] = ACTIONS(4422), - [anon_sym_AT] = ACTIONS(4424), - [anon_sym_LBRACK] = ACTIONS(4424), - [anon_sym_as] = ACTIONS(4422), - [anon_sym_EQ] = ACTIONS(4422), - [anon_sym_LBRACE] = ACTIONS(3144), - [anon_sym_RBRACE] = ACTIONS(4424), - [anon_sym_LPAREN] = ACTIONS(4424), - [anon_sym_COMMA] = ACTIONS(4424), - [anon_sym_LT] = ACTIONS(4422), - [anon_sym_GT] = ACTIONS(4422), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(4422), - [anon_sym_fun] = ACTIONS(4422), - [anon_sym_DOT] = ACTIONS(4422), - [anon_sym_SEMI] = ACTIONS(4424), - [anon_sym_get] = ACTIONS(4422), - [anon_sym_set] = ACTIONS(4422), - [anon_sym_this] = ACTIONS(4422), - [anon_sym_super] = ACTIONS(4422), - [anon_sym_STAR] = ACTIONS(4422), - [sym_label] = ACTIONS(4422), - [anon_sym_in] = ACTIONS(4422), - [anon_sym_DOT_DOT] = ACTIONS(4424), - [anon_sym_QMARK_COLON] = ACTIONS(4424), - [anon_sym_AMP_AMP] = ACTIONS(4424), - [anon_sym_PIPE_PIPE] = ACTIONS(4424), - [anon_sym_null] = ACTIONS(4422), - [anon_sym_if] = ACTIONS(4422), - [anon_sym_else] = ACTIONS(4422), - [anon_sym_when] = ACTIONS(4422), - [anon_sym_try] = ACTIONS(4422), - [anon_sym_throw] = ACTIONS(4422), - [anon_sym_return] = ACTIONS(4422), - [anon_sym_continue] = ACTIONS(4422), - [anon_sym_break] = ACTIONS(4422), - [anon_sym_COLON_COLON] = ACTIONS(4424), - [anon_sym_PLUS_EQ] = ACTIONS(4424), - [anon_sym_DASH_EQ] = ACTIONS(4424), - [anon_sym_STAR_EQ] = ACTIONS(4424), - [anon_sym_SLASH_EQ] = ACTIONS(4424), - [anon_sym_PERCENT_EQ] = ACTIONS(4424), - [anon_sym_BANG_EQ] = ACTIONS(4422), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4424), - [anon_sym_EQ_EQ] = ACTIONS(4422), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4424), - [anon_sym_LT_EQ] = ACTIONS(4424), - [anon_sym_GT_EQ] = ACTIONS(4424), - [anon_sym_BANGin] = ACTIONS(4424), - [anon_sym_is] = ACTIONS(4422), - [anon_sym_BANGis] = ACTIONS(4424), - [anon_sym_PLUS] = ACTIONS(4422), - [anon_sym_DASH] = ACTIONS(4422), - [anon_sym_SLASH] = ACTIONS(4422), - [anon_sym_PERCENT] = ACTIONS(4422), - [anon_sym_as_QMARK] = ACTIONS(4424), - [anon_sym_PLUS_PLUS] = ACTIONS(4424), - [anon_sym_DASH_DASH] = ACTIONS(4424), - [anon_sym_BANG] = ACTIONS(4422), - [anon_sym_BANG_BANG] = ACTIONS(4424), - [anon_sym_suspend] = ACTIONS(4422), - [anon_sym_sealed] = ACTIONS(4422), - [anon_sym_annotation] = ACTIONS(4422), - [anon_sym_data] = ACTIONS(4422), - [anon_sym_inner] = ACTIONS(4422), - [anon_sym_override] = ACTIONS(4422), - [anon_sym_lateinit] = ACTIONS(4422), - [anon_sym_public] = ACTIONS(4422), - [anon_sym_private] = ACTIONS(4422), - [anon_sym_internal] = ACTIONS(4422), - [anon_sym_protected] = ACTIONS(4422), - [anon_sym_tailrec] = ACTIONS(4422), - [anon_sym_operator] = ACTIONS(4422), - [anon_sym_infix] = ACTIONS(4422), - [anon_sym_inline] = ACTIONS(4422), - [anon_sym_external] = ACTIONS(4422), - [sym_property_modifier] = ACTIONS(4422), - [anon_sym_abstract] = ACTIONS(4422), - [anon_sym_final] = ACTIONS(4422), - [anon_sym_open] = ACTIONS(4422), - [anon_sym_vararg] = ACTIONS(4422), - [anon_sym_noinline] = ACTIONS(4422), - [anon_sym_crossinline] = ACTIONS(4422), - [anon_sym_expect] = ACTIONS(4422), - [anon_sym_actual] = ACTIONS(4422), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4424), - [anon_sym_continue_AT] = ACTIONS(4424), - [anon_sym_break_AT] = ACTIONS(4424), - [sym_real_literal] = ACTIONS(4424), - [sym_integer_literal] = ACTIONS(4422), - [sym_hex_literal] = ACTIONS(4424), - [sym_bin_literal] = ACTIONS(4424), - [anon_sym_true] = ACTIONS(4422), - [anon_sym_false] = ACTIONS(4422), - [anon_sym_SQUOTE] = ACTIONS(4424), - [sym__backtick_identifier] = ACTIONS(4424), - [sym__automatic_semicolon] = ACTIONS(4424), - [sym_safe_nav] = ACTIONS(4424), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4424), - }, - [917] = { - [sym_class_body] = STATE(1140), - [sym_type_constraints] = STATE(961), - [sym__alpha_identifier] = ACTIONS(4448), - [anon_sym_AT] = ACTIONS(4450), - [anon_sym_LBRACK] = ACTIONS(4450), - [anon_sym_as] = ACTIONS(4448), - [anon_sym_EQ] = ACTIONS(4448), - [anon_sym_LBRACE] = ACTIONS(3156), - [anon_sym_RBRACE] = ACTIONS(4450), - [anon_sym_LPAREN] = ACTIONS(4450), - [anon_sym_COMMA] = ACTIONS(4450), - [anon_sym_LT] = ACTIONS(4448), - [anon_sym_GT] = ACTIONS(4448), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(4448), - [anon_sym_fun] = ACTIONS(4448), - [anon_sym_DOT] = ACTIONS(4448), - [anon_sym_SEMI] = ACTIONS(4450), - [anon_sym_get] = ACTIONS(4448), - [anon_sym_set] = ACTIONS(4448), - [anon_sym_this] = ACTIONS(4448), - [anon_sym_super] = ACTIONS(4448), - [anon_sym_STAR] = ACTIONS(4448), - [sym_label] = ACTIONS(4448), - [anon_sym_in] = ACTIONS(4448), - [anon_sym_DOT_DOT] = ACTIONS(4450), - [anon_sym_QMARK_COLON] = ACTIONS(4450), - [anon_sym_AMP_AMP] = ACTIONS(4450), - [anon_sym_PIPE_PIPE] = ACTIONS(4450), - [anon_sym_null] = ACTIONS(4448), - [anon_sym_if] = ACTIONS(4448), - [anon_sym_else] = ACTIONS(4448), - [anon_sym_when] = ACTIONS(4448), - [anon_sym_try] = ACTIONS(4448), - [anon_sym_throw] = ACTIONS(4448), - [anon_sym_return] = ACTIONS(4448), - [anon_sym_continue] = ACTIONS(4448), - [anon_sym_break] = ACTIONS(4448), - [anon_sym_COLON_COLON] = ACTIONS(4450), - [anon_sym_PLUS_EQ] = ACTIONS(4450), - [anon_sym_DASH_EQ] = ACTIONS(4450), - [anon_sym_STAR_EQ] = ACTIONS(4450), - [anon_sym_SLASH_EQ] = ACTIONS(4450), - [anon_sym_PERCENT_EQ] = ACTIONS(4450), - [anon_sym_BANG_EQ] = ACTIONS(4448), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4450), - [anon_sym_EQ_EQ] = ACTIONS(4448), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4450), - [anon_sym_LT_EQ] = ACTIONS(4450), - [anon_sym_GT_EQ] = ACTIONS(4450), - [anon_sym_BANGin] = ACTIONS(4450), - [anon_sym_is] = ACTIONS(4448), - [anon_sym_BANGis] = ACTIONS(4450), - [anon_sym_PLUS] = ACTIONS(4448), - [anon_sym_DASH] = ACTIONS(4448), - [anon_sym_SLASH] = ACTIONS(4448), - [anon_sym_PERCENT] = ACTIONS(4448), - [anon_sym_as_QMARK] = ACTIONS(4450), - [anon_sym_PLUS_PLUS] = ACTIONS(4450), - [anon_sym_DASH_DASH] = ACTIONS(4450), - [anon_sym_BANG] = ACTIONS(4448), - [anon_sym_BANG_BANG] = ACTIONS(4450), - [anon_sym_suspend] = ACTIONS(4448), - [anon_sym_sealed] = ACTIONS(4448), - [anon_sym_annotation] = ACTIONS(4448), - [anon_sym_data] = ACTIONS(4448), - [anon_sym_inner] = ACTIONS(4448), - [anon_sym_override] = ACTIONS(4448), - [anon_sym_lateinit] = ACTIONS(4448), - [anon_sym_public] = ACTIONS(4448), - [anon_sym_private] = ACTIONS(4448), - [anon_sym_internal] = ACTIONS(4448), - [anon_sym_protected] = ACTIONS(4448), - [anon_sym_tailrec] = ACTIONS(4448), - [anon_sym_operator] = ACTIONS(4448), - [anon_sym_infix] = ACTIONS(4448), - [anon_sym_inline] = ACTIONS(4448), - [anon_sym_external] = ACTIONS(4448), - [sym_property_modifier] = ACTIONS(4448), - [anon_sym_abstract] = ACTIONS(4448), - [anon_sym_final] = ACTIONS(4448), - [anon_sym_open] = ACTIONS(4448), - [anon_sym_vararg] = ACTIONS(4448), - [anon_sym_noinline] = ACTIONS(4448), - [anon_sym_crossinline] = ACTIONS(4448), - [anon_sym_expect] = ACTIONS(4448), - [anon_sym_actual] = ACTIONS(4448), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4450), - [anon_sym_continue_AT] = ACTIONS(4450), - [anon_sym_break_AT] = ACTIONS(4450), - [sym_real_literal] = ACTIONS(4450), - [sym_integer_literal] = ACTIONS(4448), - [sym_hex_literal] = ACTIONS(4450), - [sym_bin_literal] = ACTIONS(4450), - [anon_sym_true] = ACTIONS(4448), - [anon_sym_false] = ACTIONS(4448), - [anon_sym_SQUOTE] = ACTIONS(4450), - [sym__backtick_identifier] = ACTIONS(4450), - [sym__automatic_semicolon] = ACTIONS(4450), - [sym_safe_nav] = ACTIONS(4450), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4450), - }, - [918] = { - [sym_type_constraints] = STATE(1188), - [sym_function_body] = STATE(1127), - [sym__block] = STATE(1128), - [sym__alpha_identifier] = ACTIONS(4089), - [anon_sym_AT] = ACTIONS(4091), - [anon_sym_LBRACK] = ACTIONS(4091), - [anon_sym_as] = ACTIONS(4089), - [anon_sym_EQ] = ACTIONS(4207), - [anon_sym_LBRACE] = ACTIONS(4081), - [anon_sym_RBRACE] = ACTIONS(4091), - [anon_sym_LPAREN] = ACTIONS(4091), - [anon_sym_LT] = ACTIONS(4089), - [anon_sym_GT] = ACTIONS(4089), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(4089), - [anon_sym_fun] = ACTIONS(4089), - [anon_sym_DOT] = ACTIONS(4089), - [anon_sym_SEMI] = ACTIONS(4091), - [anon_sym_get] = ACTIONS(4089), - [anon_sym_set] = ACTIONS(4089), - [anon_sym_this] = ACTIONS(4089), - [anon_sym_super] = ACTIONS(4089), - [anon_sym_STAR] = ACTIONS(4089), - [sym_label] = ACTIONS(4089), - [anon_sym_in] = ACTIONS(4089), - [anon_sym_DOT_DOT] = ACTIONS(4091), - [anon_sym_QMARK_COLON] = ACTIONS(4091), - [anon_sym_AMP_AMP] = ACTIONS(4091), - [anon_sym_PIPE_PIPE] = ACTIONS(4091), - [anon_sym_null] = ACTIONS(4089), - [anon_sym_if] = ACTIONS(4089), - [anon_sym_else] = ACTIONS(4089), - [anon_sym_when] = ACTIONS(4089), - [anon_sym_try] = ACTIONS(4089), - [anon_sym_throw] = ACTIONS(4089), - [anon_sym_return] = ACTIONS(4089), - [anon_sym_continue] = ACTIONS(4089), - [anon_sym_break] = ACTIONS(4089), - [anon_sym_COLON_COLON] = ACTIONS(4091), - [anon_sym_PLUS_EQ] = ACTIONS(4091), - [anon_sym_DASH_EQ] = ACTIONS(4091), - [anon_sym_STAR_EQ] = ACTIONS(4091), - [anon_sym_SLASH_EQ] = ACTIONS(4091), - [anon_sym_PERCENT_EQ] = ACTIONS(4091), - [anon_sym_BANG_EQ] = ACTIONS(4089), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4091), - [anon_sym_EQ_EQ] = ACTIONS(4089), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4091), - [anon_sym_LT_EQ] = ACTIONS(4091), - [anon_sym_GT_EQ] = ACTIONS(4091), - [anon_sym_BANGin] = ACTIONS(4091), - [anon_sym_is] = ACTIONS(4089), - [anon_sym_BANGis] = ACTIONS(4091), - [anon_sym_PLUS] = ACTIONS(4089), - [anon_sym_DASH] = ACTIONS(4089), - [anon_sym_SLASH] = ACTIONS(4089), - [anon_sym_PERCENT] = ACTIONS(4089), - [anon_sym_as_QMARK] = ACTIONS(4091), - [anon_sym_PLUS_PLUS] = ACTIONS(4091), - [anon_sym_DASH_DASH] = ACTIONS(4091), - [anon_sym_BANG] = ACTIONS(4089), - [anon_sym_BANG_BANG] = ACTIONS(4091), - [anon_sym_suspend] = ACTIONS(4089), - [anon_sym_sealed] = ACTIONS(4089), - [anon_sym_annotation] = ACTIONS(4089), - [anon_sym_data] = ACTIONS(4089), - [anon_sym_inner] = ACTIONS(4089), - [anon_sym_override] = ACTIONS(4089), - [anon_sym_lateinit] = ACTIONS(4089), - [anon_sym_public] = ACTIONS(4089), - [anon_sym_private] = ACTIONS(4089), - [anon_sym_internal] = ACTIONS(4089), - [anon_sym_protected] = ACTIONS(4089), - [anon_sym_tailrec] = ACTIONS(4089), - [anon_sym_operator] = ACTIONS(4089), - [anon_sym_infix] = ACTIONS(4089), - [anon_sym_inline] = ACTIONS(4089), - [anon_sym_external] = ACTIONS(4089), - [sym_property_modifier] = ACTIONS(4089), - [anon_sym_abstract] = ACTIONS(4089), - [anon_sym_final] = ACTIONS(4089), - [anon_sym_open] = ACTIONS(4089), - [anon_sym_vararg] = ACTIONS(4089), - [anon_sym_noinline] = ACTIONS(4089), - [anon_sym_crossinline] = ACTIONS(4089), - [anon_sym_expect] = ACTIONS(4089), - [anon_sym_actual] = ACTIONS(4089), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4091), - [anon_sym_continue_AT] = ACTIONS(4091), - [anon_sym_break_AT] = ACTIONS(4091), - [sym_real_literal] = ACTIONS(4091), - [sym_integer_literal] = ACTIONS(4089), - [sym_hex_literal] = ACTIONS(4091), - [sym_bin_literal] = ACTIONS(4091), - [anon_sym_true] = ACTIONS(4089), - [anon_sym_false] = ACTIONS(4089), - [anon_sym_SQUOTE] = ACTIONS(4091), - [sym__backtick_identifier] = ACTIONS(4091), - [sym__automatic_semicolon] = ACTIONS(4091), - [sym_safe_nav] = ACTIONS(4091), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4091), - }, - [919] = { - [sym_type_constraints] = STATE(959), - [sym_enum_class_body] = STATE(1161), [sym__alpha_identifier] = ACTIONS(4460), [anon_sym_AT] = ACTIONS(4462), + [anon_sym_COLON] = ACTIONS(4460), [anon_sym_LBRACK] = ACTIONS(4462), [anon_sym_as] = ACTIONS(4460), [anon_sym_EQ] = ACTIONS(4460), - [anon_sym_LBRACE] = ACTIONS(3144), + [anon_sym_constructor] = ACTIONS(4460), + [anon_sym_LBRACE] = ACTIONS(4462), [anon_sym_RBRACE] = ACTIONS(4462), [anon_sym_LPAREN] = ACTIONS(4462), [anon_sym_COMMA] = ACTIONS(4462), [anon_sym_LT] = ACTIONS(4460), [anon_sym_GT] = ACTIONS(4460), - [anon_sym_where] = ACTIONS(3148), + [anon_sym_where] = ACTIONS(4460), [anon_sym_object] = ACTIONS(4460), [anon_sym_fun] = ACTIONS(4460), [anon_sym_DOT] = ACTIONS(4460), @@ -142808,1478 +142601,952 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(4462), }, + [917] = { + [aux_sym_type_constraints_repeat1] = STATE(917), + [sym__alpha_identifier] = ACTIONS(4464), + [anon_sym_AT] = ACTIONS(4466), + [anon_sym_LBRACK] = ACTIONS(4466), + [anon_sym_as] = ACTIONS(4464), + [anon_sym_EQ] = ACTIONS(4464), + [anon_sym_LBRACE] = ACTIONS(4466), + [anon_sym_RBRACE] = ACTIONS(4466), + [anon_sym_LPAREN] = ACTIONS(4466), + [anon_sym_COMMA] = ACTIONS(4468), + [anon_sym_by] = ACTIONS(4464), + [anon_sym_LT] = ACTIONS(4464), + [anon_sym_GT] = ACTIONS(4464), + [anon_sym_where] = ACTIONS(4464), + [anon_sym_object] = ACTIONS(4464), + [anon_sym_fun] = ACTIONS(4464), + [anon_sym_DOT] = ACTIONS(4464), + [anon_sym_SEMI] = ACTIONS(4466), + [anon_sym_get] = ACTIONS(4464), + [anon_sym_set] = ACTIONS(4464), + [anon_sym_this] = ACTIONS(4464), + [anon_sym_super] = ACTIONS(4464), + [anon_sym_STAR] = ACTIONS(4464), + [sym_label] = ACTIONS(4464), + [anon_sym_in] = ACTIONS(4464), + [anon_sym_DOT_DOT] = ACTIONS(4466), + [anon_sym_QMARK_COLON] = ACTIONS(4466), + [anon_sym_AMP_AMP] = ACTIONS(4466), + [anon_sym_PIPE_PIPE] = ACTIONS(4466), + [anon_sym_null] = ACTIONS(4464), + [anon_sym_if] = ACTIONS(4464), + [anon_sym_else] = ACTIONS(4464), + [anon_sym_when] = ACTIONS(4464), + [anon_sym_try] = ACTIONS(4464), + [anon_sym_throw] = ACTIONS(4464), + [anon_sym_return] = ACTIONS(4464), + [anon_sym_continue] = ACTIONS(4464), + [anon_sym_break] = ACTIONS(4464), + [anon_sym_COLON_COLON] = ACTIONS(4466), + [anon_sym_PLUS_EQ] = ACTIONS(4466), + [anon_sym_DASH_EQ] = ACTIONS(4466), + [anon_sym_STAR_EQ] = ACTIONS(4466), + [anon_sym_SLASH_EQ] = ACTIONS(4466), + [anon_sym_PERCENT_EQ] = ACTIONS(4466), + [anon_sym_BANG_EQ] = ACTIONS(4464), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4466), + [anon_sym_EQ_EQ] = ACTIONS(4464), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4466), + [anon_sym_LT_EQ] = ACTIONS(4466), + [anon_sym_GT_EQ] = ACTIONS(4466), + [anon_sym_BANGin] = ACTIONS(4466), + [anon_sym_is] = ACTIONS(4464), + [anon_sym_BANGis] = ACTIONS(4466), + [anon_sym_PLUS] = ACTIONS(4464), + [anon_sym_DASH] = ACTIONS(4464), + [anon_sym_SLASH] = ACTIONS(4464), + [anon_sym_PERCENT] = ACTIONS(4464), + [anon_sym_as_QMARK] = ACTIONS(4466), + [anon_sym_PLUS_PLUS] = ACTIONS(4466), + [anon_sym_DASH_DASH] = ACTIONS(4466), + [anon_sym_BANG] = ACTIONS(4464), + [anon_sym_BANG_BANG] = ACTIONS(4466), + [anon_sym_suspend] = ACTIONS(4464), + [anon_sym_sealed] = ACTIONS(4464), + [anon_sym_annotation] = ACTIONS(4464), + [anon_sym_data] = ACTIONS(4464), + [anon_sym_inner] = ACTIONS(4464), + [anon_sym_override] = ACTIONS(4464), + [anon_sym_lateinit] = ACTIONS(4464), + [anon_sym_public] = ACTIONS(4464), + [anon_sym_private] = ACTIONS(4464), + [anon_sym_internal] = ACTIONS(4464), + [anon_sym_protected] = ACTIONS(4464), + [anon_sym_tailrec] = ACTIONS(4464), + [anon_sym_operator] = ACTIONS(4464), + [anon_sym_infix] = ACTIONS(4464), + [anon_sym_inline] = ACTIONS(4464), + [anon_sym_external] = ACTIONS(4464), + [sym_property_modifier] = ACTIONS(4464), + [anon_sym_abstract] = ACTIONS(4464), + [anon_sym_final] = ACTIONS(4464), + [anon_sym_open] = ACTIONS(4464), + [anon_sym_vararg] = ACTIONS(4464), + [anon_sym_noinline] = ACTIONS(4464), + [anon_sym_crossinline] = ACTIONS(4464), + [anon_sym_expect] = ACTIONS(4464), + [anon_sym_actual] = ACTIONS(4464), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4466), + [anon_sym_continue_AT] = ACTIONS(4466), + [anon_sym_break_AT] = ACTIONS(4466), + [sym_real_literal] = ACTIONS(4466), + [sym_integer_literal] = ACTIONS(4464), + [sym_hex_literal] = ACTIONS(4466), + [sym_bin_literal] = ACTIONS(4466), + [anon_sym_true] = ACTIONS(4464), + [anon_sym_false] = ACTIONS(4464), + [anon_sym_SQUOTE] = ACTIONS(4466), + [sym__backtick_identifier] = ACTIONS(4466), + [sym__automatic_semicolon] = ACTIONS(4466), + [sym_safe_nav] = ACTIONS(4466), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4466), + }, + [918] = { + [sym__alpha_identifier] = ACTIONS(4471), + [anon_sym_AT] = ACTIONS(4473), + [anon_sym_LBRACK] = ACTIONS(4473), + [anon_sym_as] = ACTIONS(4471), + [anon_sym_EQ] = ACTIONS(4471), + [anon_sym_LBRACE] = ACTIONS(4473), + [anon_sym_RBRACE] = ACTIONS(4473), + [anon_sym_LPAREN] = ACTIONS(4473), + [anon_sym_COMMA] = ACTIONS(4473), + [anon_sym_by] = ACTIONS(4471), + [anon_sym_LT] = ACTIONS(4471), + [anon_sym_GT] = ACTIONS(4471), + [anon_sym_where] = ACTIONS(4471), + [anon_sym_object] = ACTIONS(4471), + [anon_sym_fun] = ACTIONS(4471), + [anon_sym_DOT] = ACTIONS(4471), + [anon_sym_SEMI] = ACTIONS(4473), + [anon_sym_get] = ACTIONS(4471), + [anon_sym_set] = ACTIONS(4471), + [anon_sym_this] = ACTIONS(4471), + [anon_sym_super] = ACTIONS(4471), + [sym__quest] = ACTIONS(4471), + [anon_sym_STAR] = ACTIONS(4471), + [sym_label] = ACTIONS(4471), + [anon_sym_in] = ACTIONS(4471), + [anon_sym_DOT_DOT] = ACTIONS(4473), + [anon_sym_QMARK_COLON] = ACTIONS(4473), + [anon_sym_AMP_AMP] = ACTIONS(4473), + [anon_sym_PIPE_PIPE] = ACTIONS(4473), + [anon_sym_null] = ACTIONS(4471), + [anon_sym_if] = ACTIONS(4471), + [anon_sym_else] = ACTIONS(4471), + [anon_sym_when] = ACTIONS(4471), + [anon_sym_try] = ACTIONS(4471), + [anon_sym_throw] = ACTIONS(4471), + [anon_sym_return] = ACTIONS(4471), + [anon_sym_continue] = ACTIONS(4471), + [anon_sym_break] = ACTIONS(4471), + [anon_sym_COLON_COLON] = ACTIONS(4473), + [anon_sym_PLUS_EQ] = ACTIONS(4473), + [anon_sym_DASH_EQ] = ACTIONS(4473), + [anon_sym_STAR_EQ] = ACTIONS(4473), + [anon_sym_SLASH_EQ] = ACTIONS(4473), + [anon_sym_PERCENT_EQ] = ACTIONS(4473), + [anon_sym_BANG_EQ] = ACTIONS(4471), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4473), + [anon_sym_EQ_EQ] = ACTIONS(4471), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4473), + [anon_sym_LT_EQ] = ACTIONS(4473), + [anon_sym_GT_EQ] = ACTIONS(4473), + [anon_sym_BANGin] = ACTIONS(4473), + [anon_sym_is] = ACTIONS(4471), + [anon_sym_BANGis] = ACTIONS(4473), + [anon_sym_PLUS] = ACTIONS(4471), + [anon_sym_DASH] = ACTIONS(4471), + [anon_sym_SLASH] = ACTIONS(4471), + [anon_sym_PERCENT] = ACTIONS(4471), + [anon_sym_as_QMARK] = ACTIONS(4473), + [anon_sym_PLUS_PLUS] = ACTIONS(4473), + [anon_sym_DASH_DASH] = ACTIONS(4473), + [anon_sym_BANG] = ACTIONS(4471), + [anon_sym_BANG_BANG] = ACTIONS(4473), + [anon_sym_suspend] = ACTIONS(4471), + [anon_sym_sealed] = ACTIONS(4471), + [anon_sym_annotation] = ACTIONS(4471), + [anon_sym_data] = ACTIONS(4471), + [anon_sym_inner] = ACTIONS(4471), + [anon_sym_override] = ACTIONS(4471), + [anon_sym_lateinit] = ACTIONS(4471), + [anon_sym_public] = ACTIONS(4471), + [anon_sym_private] = ACTIONS(4471), + [anon_sym_internal] = ACTIONS(4471), + [anon_sym_protected] = ACTIONS(4471), + [anon_sym_tailrec] = ACTIONS(4471), + [anon_sym_operator] = ACTIONS(4471), + [anon_sym_infix] = ACTIONS(4471), + [anon_sym_inline] = ACTIONS(4471), + [anon_sym_external] = ACTIONS(4471), + [sym_property_modifier] = ACTIONS(4471), + [anon_sym_abstract] = ACTIONS(4471), + [anon_sym_final] = ACTIONS(4471), + [anon_sym_open] = ACTIONS(4471), + [anon_sym_vararg] = ACTIONS(4471), + [anon_sym_noinline] = ACTIONS(4471), + [anon_sym_crossinline] = ACTIONS(4471), + [anon_sym_expect] = ACTIONS(4471), + [anon_sym_actual] = ACTIONS(4471), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4473), + [anon_sym_continue_AT] = ACTIONS(4473), + [anon_sym_break_AT] = ACTIONS(4473), + [sym_real_literal] = ACTIONS(4473), + [sym_integer_literal] = ACTIONS(4471), + [sym_hex_literal] = ACTIONS(4473), + [sym_bin_literal] = ACTIONS(4473), + [anon_sym_true] = ACTIONS(4471), + [anon_sym_false] = ACTIONS(4471), + [anon_sym_SQUOTE] = ACTIONS(4473), + [sym__backtick_identifier] = ACTIONS(4473), + [sym__automatic_semicolon] = ACTIONS(4473), + [sym_safe_nav] = ACTIONS(4473), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4473), + }, + [919] = { + [sym_class_body] = STATE(1127), + [sym_type_constraints] = STATE(981), + [sym__alpha_identifier] = ACTIONS(4188), + [anon_sym_AT] = ACTIONS(4190), + [anon_sym_COLON] = ACTIONS(4475), + [anon_sym_LBRACK] = ACTIONS(4190), + [anon_sym_as] = ACTIONS(4188), + [anon_sym_EQ] = ACTIONS(4188), + [anon_sym_LBRACE] = ACTIONS(3180), + [anon_sym_RBRACE] = ACTIONS(4190), + [anon_sym_LPAREN] = ACTIONS(4190), + [anon_sym_LT] = ACTIONS(4188), + [anon_sym_GT] = ACTIONS(4188), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(4188), + [anon_sym_fun] = ACTIONS(4188), + [anon_sym_DOT] = ACTIONS(4188), + [anon_sym_SEMI] = ACTIONS(4190), + [anon_sym_get] = ACTIONS(4188), + [anon_sym_set] = ACTIONS(4188), + [anon_sym_this] = ACTIONS(4188), + [anon_sym_super] = ACTIONS(4188), + [anon_sym_STAR] = ACTIONS(4188), + [sym_label] = ACTIONS(4188), + [anon_sym_in] = ACTIONS(4188), + [anon_sym_DOT_DOT] = ACTIONS(4190), + [anon_sym_QMARK_COLON] = ACTIONS(4190), + [anon_sym_AMP_AMP] = ACTIONS(4190), + [anon_sym_PIPE_PIPE] = ACTIONS(4190), + [anon_sym_null] = ACTIONS(4188), + [anon_sym_if] = ACTIONS(4188), + [anon_sym_else] = ACTIONS(4188), + [anon_sym_when] = ACTIONS(4188), + [anon_sym_try] = ACTIONS(4188), + [anon_sym_throw] = ACTIONS(4188), + [anon_sym_return] = ACTIONS(4188), + [anon_sym_continue] = ACTIONS(4188), + [anon_sym_break] = ACTIONS(4188), + [anon_sym_COLON_COLON] = ACTIONS(4190), + [anon_sym_PLUS_EQ] = ACTIONS(4190), + [anon_sym_DASH_EQ] = ACTIONS(4190), + [anon_sym_STAR_EQ] = ACTIONS(4190), + [anon_sym_SLASH_EQ] = ACTIONS(4190), + [anon_sym_PERCENT_EQ] = ACTIONS(4190), + [anon_sym_BANG_EQ] = ACTIONS(4188), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4190), + [anon_sym_EQ_EQ] = ACTIONS(4188), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4190), + [anon_sym_LT_EQ] = ACTIONS(4190), + [anon_sym_GT_EQ] = ACTIONS(4190), + [anon_sym_BANGin] = ACTIONS(4190), + [anon_sym_is] = ACTIONS(4188), + [anon_sym_BANGis] = ACTIONS(4190), + [anon_sym_PLUS] = ACTIONS(4188), + [anon_sym_DASH] = ACTIONS(4188), + [anon_sym_SLASH] = ACTIONS(4188), + [anon_sym_PERCENT] = ACTIONS(4188), + [anon_sym_as_QMARK] = ACTIONS(4190), + [anon_sym_PLUS_PLUS] = ACTIONS(4190), + [anon_sym_DASH_DASH] = ACTIONS(4190), + [anon_sym_BANG] = ACTIONS(4188), + [anon_sym_BANG_BANG] = ACTIONS(4190), + [anon_sym_suspend] = ACTIONS(4188), + [anon_sym_sealed] = ACTIONS(4188), + [anon_sym_annotation] = ACTIONS(4188), + [anon_sym_data] = ACTIONS(4188), + [anon_sym_inner] = ACTIONS(4188), + [anon_sym_override] = ACTIONS(4188), + [anon_sym_lateinit] = ACTIONS(4188), + [anon_sym_public] = ACTIONS(4188), + [anon_sym_private] = ACTIONS(4188), + [anon_sym_internal] = ACTIONS(4188), + [anon_sym_protected] = ACTIONS(4188), + [anon_sym_tailrec] = ACTIONS(4188), + [anon_sym_operator] = ACTIONS(4188), + [anon_sym_infix] = ACTIONS(4188), + [anon_sym_inline] = ACTIONS(4188), + [anon_sym_external] = ACTIONS(4188), + [sym_property_modifier] = ACTIONS(4188), + [anon_sym_abstract] = ACTIONS(4188), + [anon_sym_final] = ACTIONS(4188), + [anon_sym_open] = ACTIONS(4188), + [anon_sym_vararg] = ACTIONS(4188), + [anon_sym_noinline] = ACTIONS(4188), + [anon_sym_crossinline] = ACTIONS(4188), + [anon_sym_expect] = ACTIONS(4188), + [anon_sym_actual] = ACTIONS(4188), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4190), + [anon_sym_continue_AT] = ACTIONS(4190), + [anon_sym_break_AT] = ACTIONS(4190), + [sym_real_literal] = ACTIONS(4190), + [sym_integer_literal] = ACTIONS(4188), + [sym_hex_literal] = ACTIONS(4190), + [sym_bin_literal] = ACTIONS(4190), + [anon_sym_true] = ACTIONS(4188), + [anon_sym_false] = ACTIONS(4188), + [anon_sym_SQUOTE] = ACTIONS(4190), + [sym__backtick_identifier] = ACTIONS(4190), + [sym__automatic_semicolon] = ACTIONS(4190), + [sym_safe_nav] = ACTIONS(4190), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4190), + }, [920] = { - [sym_class_body] = STATE(1076), - [sym_type_constraints] = STATE(1034), - [sym__alpha_identifier] = ACTIONS(3190), - [anon_sym_AT] = ACTIONS(3194), - [anon_sym_COLON] = ACTIONS(3288), - [anon_sym_LBRACK] = ACTIONS(3194), - [anon_sym_as] = ACTIONS(3190), - [anon_sym_EQ] = ACTIONS(3190), - [anon_sym_LBRACE] = ACTIONS(3156), - [anon_sym_RBRACE] = ACTIONS(3194), - [anon_sym_LPAREN] = ACTIONS(3194), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3190), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(3190), - [anon_sym_fun] = ACTIONS(3190), - [anon_sym_DOT] = ACTIONS(3190), - [anon_sym_SEMI] = ACTIONS(3194), - [anon_sym_get] = ACTIONS(3190), - [anon_sym_set] = ACTIONS(3190), - [anon_sym_this] = ACTIONS(3190), - [anon_sym_super] = ACTIONS(3190), - [anon_sym_STAR] = ACTIONS(3190), - [sym_label] = ACTIONS(3190), - [anon_sym_in] = ACTIONS(3190), - [anon_sym_DOT_DOT] = ACTIONS(3194), - [anon_sym_QMARK_COLON] = ACTIONS(3194), - [anon_sym_AMP_AMP] = ACTIONS(3194), - [anon_sym_PIPE_PIPE] = ACTIONS(3194), - [anon_sym_null] = ACTIONS(3190), - [anon_sym_if] = ACTIONS(3190), - [anon_sym_else] = ACTIONS(3190), - [anon_sym_when] = ACTIONS(3190), - [anon_sym_try] = ACTIONS(3190), - [anon_sym_throw] = ACTIONS(3190), - [anon_sym_return] = ACTIONS(3190), - [anon_sym_continue] = ACTIONS(3190), - [anon_sym_break] = ACTIONS(3190), - [anon_sym_COLON_COLON] = ACTIONS(3194), - [anon_sym_PLUS_EQ] = ACTIONS(3194), - [anon_sym_DASH_EQ] = ACTIONS(3194), - [anon_sym_STAR_EQ] = ACTIONS(3194), - [anon_sym_SLASH_EQ] = ACTIONS(3194), - [anon_sym_PERCENT_EQ] = ACTIONS(3194), - [anon_sym_BANG_EQ] = ACTIONS(3190), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3194), - [anon_sym_EQ_EQ] = ACTIONS(3190), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3194), - [anon_sym_LT_EQ] = ACTIONS(3194), - [anon_sym_GT_EQ] = ACTIONS(3194), - [anon_sym_BANGin] = ACTIONS(3194), - [anon_sym_is] = ACTIONS(3190), - [anon_sym_BANGis] = ACTIONS(3194), - [anon_sym_PLUS] = ACTIONS(3190), - [anon_sym_DASH] = ACTIONS(3190), - [anon_sym_SLASH] = ACTIONS(3190), - [anon_sym_PERCENT] = ACTIONS(3190), - [anon_sym_as_QMARK] = ACTIONS(3194), - [anon_sym_PLUS_PLUS] = ACTIONS(3194), - [anon_sym_DASH_DASH] = ACTIONS(3194), - [anon_sym_BANG] = ACTIONS(3190), - [anon_sym_BANG_BANG] = ACTIONS(3194), - [anon_sym_suspend] = ACTIONS(3190), - [anon_sym_sealed] = ACTIONS(3190), - [anon_sym_annotation] = ACTIONS(3190), - [anon_sym_data] = ACTIONS(3190), - [anon_sym_inner] = ACTIONS(3190), - [anon_sym_override] = ACTIONS(3190), - [anon_sym_lateinit] = ACTIONS(3190), - [anon_sym_public] = ACTIONS(3190), - [anon_sym_private] = ACTIONS(3190), - [anon_sym_internal] = ACTIONS(3190), - [anon_sym_protected] = ACTIONS(3190), - [anon_sym_tailrec] = ACTIONS(3190), - [anon_sym_operator] = ACTIONS(3190), - [anon_sym_infix] = ACTIONS(3190), - [anon_sym_inline] = ACTIONS(3190), - [anon_sym_external] = ACTIONS(3190), - [sym_property_modifier] = ACTIONS(3190), - [anon_sym_abstract] = ACTIONS(3190), - [anon_sym_final] = ACTIONS(3190), - [anon_sym_open] = ACTIONS(3190), - [anon_sym_vararg] = ACTIONS(3190), - [anon_sym_noinline] = ACTIONS(3190), - [anon_sym_crossinline] = ACTIONS(3190), - [anon_sym_expect] = ACTIONS(3190), - [anon_sym_actual] = ACTIONS(3190), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3194), - [anon_sym_continue_AT] = ACTIONS(3194), - [anon_sym_break_AT] = ACTIONS(3194), - [sym_real_literal] = ACTIONS(3194), - [sym_integer_literal] = ACTIONS(3190), - [sym_hex_literal] = ACTIONS(3194), - [sym_bin_literal] = ACTIONS(3194), - [anon_sym_true] = ACTIONS(3190), - [anon_sym_false] = ACTIONS(3190), - [anon_sym_SQUOTE] = ACTIONS(3194), - [sym__backtick_identifier] = ACTIONS(3194), - [sym__automatic_semicolon] = ACTIONS(3194), - [sym_safe_nav] = ACTIONS(3194), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3194), + [sym__alpha_identifier] = ACTIONS(4477), + [anon_sym_AT] = ACTIONS(4479), + [anon_sym_LBRACK] = ACTIONS(4479), + [anon_sym_as] = ACTIONS(4477), + [anon_sym_EQ] = ACTIONS(4477), + [anon_sym_LBRACE] = ACTIONS(4479), + [anon_sym_RBRACE] = ACTIONS(4479), + [anon_sym_LPAREN] = ACTIONS(4479), + [anon_sym_COMMA] = ACTIONS(4479), + [anon_sym_LT] = ACTIONS(4477), + [anon_sym_GT] = ACTIONS(4477), + [anon_sym_where] = ACTIONS(4477), + [anon_sym_object] = ACTIONS(4477), + [anon_sym_fun] = ACTIONS(4477), + [anon_sym_DOT] = ACTIONS(4477), + [anon_sym_SEMI] = ACTIONS(4479), + [anon_sym_get] = ACTIONS(4477), + [anon_sym_set] = ACTIONS(4477), + [anon_sym_this] = ACTIONS(4477), + [anon_sym_super] = ACTIONS(4477), + [anon_sym_STAR] = ACTIONS(4477), + [sym_label] = ACTIONS(4477), + [anon_sym_in] = ACTIONS(4477), + [anon_sym_DOT_DOT] = ACTIONS(4479), + [anon_sym_QMARK_COLON] = ACTIONS(4479), + [anon_sym_AMP_AMP] = ACTIONS(4479), + [anon_sym_PIPE_PIPE] = ACTIONS(4479), + [anon_sym_null] = ACTIONS(4477), + [anon_sym_if] = ACTIONS(4477), + [anon_sym_else] = ACTIONS(4477), + [anon_sym_when] = ACTIONS(4477), + [anon_sym_try] = ACTIONS(4477), + [anon_sym_throw] = ACTIONS(4477), + [anon_sym_return] = ACTIONS(4477), + [anon_sym_continue] = ACTIONS(4477), + [anon_sym_break] = ACTIONS(4477), + [anon_sym_COLON_COLON] = ACTIONS(4479), + [anon_sym_PLUS_EQ] = ACTIONS(4479), + [anon_sym_DASH_EQ] = ACTIONS(4479), + [anon_sym_STAR_EQ] = ACTIONS(4479), + [anon_sym_SLASH_EQ] = ACTIONS(4479), + [anon_sym_PERCENT_EQ] = ACTIONS(4479), + [anon_sym_BANG_EQ] = ACTIONS(4477), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4479), + [anon_sym_EQ_EQ] = ACTIONS(4477), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4479), + [anon_sym_LT_EQ] = ACTIONS(4479), + [anon_sym_GT_EQ] = ACTIONS(4479), + [anon_sym_BANGin] = ACTIONS(4479), + [anon_sym_is] = ACTIONS(4477), + [anon_sym_BANGis] = ACTIONS(4479), + [anon_sym_PLUS] = ACTIONS(4477), + [anon_sym_DASH] = ACTIONS(4477), + [anon_sym_SLASH] = ACTIONS(4477), + [anon_sym_PERCENT] = ACTIONS(4477), + [anon_sym_as_QMARK] = ACTIONS(4479), + [anon_sym_PLUS_PLUS] = ACTIONS(4479), + [anon_sym_DASH_DASH] = ACTIONS(4479), + [anon_sym_BANG] = ACTIONS(4477), + [anon_sym_BANG_BANG] = ACTIONS(4479), + [anon_sym_suspend] = ACTIONS(4477), + [anon_sym_sealed] = ACTIONS(4477), + [anon_sym_annotation] = ACTIONS(4477), + [anon_sym_data] = ACTIONS(4477), + [anon_sym_inner] = ACTIONS(4477), + [anon_sym_override] = ACTIONS(4477), + [anon_sym_lateinit] = ACTIONS(4477), + [anon_sym_public] = ACTIONS(4477), + [anon_sym_private] = ACTIONS(4477), + [anon_sym_internal] = ACTIONS(4477), + [anon_sym_protected] = ACTIONS(4477), + [anon_sym_tailrec] = ACTIONS(4477), + [anon_sym_operator] = ACTIONS(4477), + [anon_sym_infix] = ACTIONS(4477), + [anon_sym_inline] = ACTIONS(4477), + [anon_sym_external] = ACTIONS(4477), + [sym_property_modifier] = ACTIONS(4477), + [anon_sym_abstract] = ACTIONS(4477), + [anon_sym_final] = ACTIONS(4477), + [anon_sym_open] = ACTIONS(4477), + [anon_sym_vararg] = ACTIONS(4477), + [anon_sym_noinline] = ACTIONS(4477), + [anon_sym_crossinline] = ACTIONS(4477), + [anon_sym_expect] = ACTIONS(4477), + [anon_sym_actual] = ACTIONS(4477), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4479), + [anon_sym_continue_AT] = ACTIONS(4479), + [anon_sym_break_AT] = ACTIONS(4479), + [sym_real_literal] = ACTIONS(4479), + [sym_integer_literal] = ACTIONS(4477), + [sym_hex_literal] = ACTIONS(4479), + [sym_bin_literal] = ACTIONS(4479), + [aux_sym_unsigned_literal_token1] = ACTIONS(4481), + [anon_sym_L] = ACTIONS(4483), + [anon_sym_true] = ACTIONS(4477), + [anon_sym_false] = ACTIONS(4477), + [anon_sym_SQUOTE] = ACTIONS(4479), + [sym__backtick_identifier] = ACTIONS(4479), + [sym__automatic_semicolon] = ACTIONS(4479), + [sym_safe_nav] = ACTIONS(4479), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4479), }, [921] = { - [sym_class_body] = STATE(1086), - [sym_type_constraints] = STATE(1006), - [sym__alpha_identifier] = ACTIONS(4284), - [anon_sym_AT] = ACTIONS(4286), - [anon_sym_LBRACK] = ACTIONS(4286), - [anon_sym_as] = ACTIONS(4284), - [anon_sym_EQ] = ACTIONS(4284), - [anon_sym_LBRACE] = ACTIONS(3156), - [anon_sym_RBRACE] = ACTIONS(4286), - [anon_sym_LPAREN] = ACTIONS(4286), - [anon_sym_COMMA] = ACTIONS(4286), - [anon_sym_LT] = ACTIONS(4284), - [anon_sym_GT] = ACTIONS(4284), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(4284), - [anon_sym_fun] = ACTIONS(4284), - [anon_sym_DOT] = ACTIONS(4284), - [anon_sym_SEMI] = ACTIONS(4286), - [anon_sym_get] = ACTIONS(4284), - [anon_sym_set] = ACTIONS(4284), - [anon_sym_this] = ACTIONS(4284), - [anon_sym_super] = ACTIONS(4284), - [anon_sym_STAR] = ACTIONS(4284), - [sym_label] = ACTIONS(4284), - [anon_sym_in] = ACTIONS(4284), - [anon_sym_DOT_DOT] = ACTIONS(4286), - [anon_sym_QMARK_COLON] = ACTIONS(4286), - [anon_sym_AMP_AMP] = ACTIONS(4286), - [anon_sym_PIPE_PIPE] = ACTIONS(4286), - [anon_sym_null] = ACTIONS(4284), - [anon_sym_if] = ACTIONS(4284), - [anon_sym_else] = ACTIONS(4284), - [anon_sym_when] = ACTIONS(4284), - [anon_sym_try] = ACTIONS(4284), - [anon_sym_throw] = ACTIONS(4284), - [anon_sym_return] = ACTIONS(4284), - [anon_sym_continue] = ACTIONS(4284), - [anon_sym_break] = ACTIONS(4284), - [anon_sym_COLON_COLON] = ACTIONS(4286), - [anon_sym_PLUS_EQ] = ACTIONS(4286), - [anon_sym_DASH_EQ] = ACTIONS(4286), - [anon_sym_STAR_EQ] = ACTIONS(4286), - [anon_sym_SLASH_EQ] = ACTIONS(4286), - [anon_sym_PERCENT_EQ] = ACTIONS(4286), - [anon_sym_BANG_EQ] = ACTIONS(4284), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4286), - [anon_sym_EQ_EQ] = ACTIONS(4284), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4286), - [anon_sym_LT_EQ] = ACTIONS(4286), - [anon_sym_GT_EQ] = ACTIONS(4286), - [anon_sym_BANGin] = ACTIONS(4286), - [anon_sym_is] = ACTIONS(4284), - [anon_sym_BANGis] = ACTIONS(4286), - [anon_sym_PLUS] = ACTIONS(4284), - [anon_sym_DASH] = ACTIONS(4284), - [anon_sym_SLASH] = ACTIONS(4284), - [anon_sym_PERCENT] = ACTIONS(4284), - [anon_sym_as_QMARK] = ACTIONS(4286), - [anon_sym_PLUS_PLUS] = ACTIONS(4286), - [anon_sym_DASH_DASH] = ACTIONS(4286), - [anon_sym_BANG] = ACTIONS(4284), - [anon_sym_BANG_BANG] = ACTIONS(4286), - [anon_sym_suspend] = ACTIONS(4284), - [anon_sym_sealed] = ACTIONS(4284), - [anon_sym_annotation] = ACTIONS(4284), - [anon_sym_data] = ACTIONS(4284), - [anon_sym_inner] = ACTIONS(4284), - [anon_sym_override] = ACTIONS(4284), - [anon_sym_lateinit] = ACTIONS(4284), - [anon_sym_public] = ACTIONS(4284), - [anon_sym_private] = ACTIONS(4284), - [anon_sym_internal] = ACTIONS(4284), - [anon_sym_protected] = ACTIONS(4284), - [anon_sym_tailrec] = ACTIONS(4284), - [anon_sym_operator] = ACTIONS(4284), - [anon_sym_infix] = ACTIONS(4284), - [anon_sym_inline] = ACTIONS(4284), - [anon_sym_external] = ACTIONS(4284), - [sym_property_modifier] = ACTIONS(4284), - [anon_sym_abstract] = ACTIONS(4284), - [anon_sym_final] = ACTIONS(4284), - [anon_sym_open] = ACTIONS(4284), - [anon_sym_vararg] = ACTIONS(4284), - [anon_sym_noinline] = ACTIONS(4284), - [anon_sym_crossinline] = ACTIONS(4284), - [anon_sym_expect] = ACTIONS(4284), - [anon_sym_actual] = ACTIONS(4284), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4286), - [anon_sym_continue_AT] = ACTIONS(4286), - [anon_sym_break_AT] = ACTIONS(4286), - [sym_real_literal] = ACTIONS(4286), - [sym_integer_literal] = ACTIONS(4284), - [sym_hex_literal] = ACTIONS(4286), - [sym_bin_literal] = ACTIONS(4286), - [anon_sym_true] = ACTIONS(4284), - [anon_sym_false] = ACTIONS(4284), - [anon_sym_SQUOTE] = ACTIONS(4286), - [sym__backtick_identifier] = ACTIONS(4286), - [sym__automatic_semicolon] = ACTIONS(4286), - [sym_safe_nav] = ACTIONS(4286), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4286), + [sym_function_body] = STATE(1124), + [sym__block] = STATE(1087), + [sym__alpha_identifier] = ACTIONS(4260), + [anon_sym_AT] = ACTIONS(4262), + [anon_sym_LBRACK] = ACTIONS(4262), + [anon_sym_as] = ACTIONS(4260), + [anon_sym_EQ] = ACTIONS(4037), + [anon_sym_LBRACE] = ACTIONS(4039), + [anon_sym_RBRACE] = ACTIONS(4262), + [anon_sym_LPAREN] = ACTIONS(4262), + [anon_sym_COMMA] = ACTIONS(4262), + [anon_sym_LT] = ACTIONS(4260), + [anon_sym_GT] = ACTIONS(4260), + [anon_sym_where] = ACTIONS(4260), + [anon_sym_object] = ACTIONS(4260), + [anon_sym_fun] = ACTIONS(4260), + [anon_sym_DOT] = ACTIONS(4260), + [anon_sym_SEMI] = ACTIONS(4262), + [anon_sym_get] = ACTIONS(4260), + [anon_sym_set] = ACTIONS(4260), + [anon_sym_this] = ACTIONS(4260), + [anon_sym_super] = ACTIONS(4260), + [anon_sym_STAR] = ACTIONS(4260), + [sym_label] = ACTIONS(4260), + [anon_sym_in] = ACTIONS(4260), + [anon_sym_DOT_DOT] = ACTIONS(4262), + [anon_sym_QMARK_COLON] = ACTIONS(4262), + [anon_sym_AMP_AMP] = ACTIONS(4262), + [anon_sym_PIPE_PIPE] = ACTIONS(4262), + [anon_sym_null] = ACTIONS(4260), + [anon_sym_if] = ACTIONS(4260), + [anon_sym_else] = ACTIONS(4260), + [anon_sym_when] = ACTIONS(4260), + [anon_sym_try] = ACTIONS(4260), + [anon_sym_throw] = ACTIONS(4260), + [anon_sym_return] = ACTIONS(4260), + [anon_sym_continue] = ACTIONS(4260), + [anon_sym_break] = ACTIONS(4260), + [anon_sym_COLON_COLON] = ACTIONS(4262), + [anon_sym_PLUS_EQ] = ACTIONS(4262), + [anon_sym_DASH_EQ] = ACTIONS(4262), + [anon_sym_STAR_EQ] = ACTIONS(4262), + [anon_sym_SLASH_EQ] = ACTIONS(4262), + [anon_sym_PERCENT_EQ] = ACTIONS(4262), + [anon_sym_BANG_EQ] = ACTIONS(4260), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4262), + [anon_sym_EQ_EQ] = ACTIONS(4260), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4262), + [anon_sym_LT_EQ] = ACTIONS(4262), + [anon_sym_GT_EQ] = ACTIONS(4262), + [anon_sym_BANGin] = ACTIONS(4262), + [anon_sym_is] = ACTIONS(4260), + [anon_sym_BANGis] = ACTIONS(4262), + [anon_sym_PLUS] = ACTIONS(4260), + [anon_sym_DASH] = ACTIONS(4260), + [anon_sym_SLASH] = ACTIONS(4260), + [anon_sym_PERCENT] = ACTIONS(4260), + [anon_sym_as_QMARK] = ACTIONS(4262), + [anon_sym_PLUS_PLUS] = ACTIONS(4262), + [anon_sym_DASH_DASH] = ACTIONS(4262), + [anon_sym_BANG] = ACTIONS(4260), + [anon_sym_BANG_BANG] = ACTIONS(4262), + [anon_sym_suspend] = ACTIONS(4260), + [anon_sym_sealed] = ACTIONS(4260), + [anon_sym_annotation] = ACTIONS(4260), + [anon_sym_data] = ACTIONS(4260), + [anon_sym_inner] = ACTIONS(4260), + [anon_sym_override] = ACTIONS(4260), + [anon_sym_lateinit] = ACTIONS(4260), + [anon_sym_public] = ACTIONS(4260), + [anon_sym_private] = ACTIONS(4260), + [anon_sym_internal] = ACTIONS(4260), + [anon_sym_protected] = ACTIONS(4260), + [anon_sym_tailrec] = ACTIONS(4260), + [anon_sym_operator] = ACTIONS(4260), + [anon_sym_infix] = ACTIONS(4260), + [anon_sym_inline] = ACTIONS(4260), + [anon_sym_external] = ACTIONS(4260), + [sym_property_modifier] = ACTIONS(4260), + [anon_sym_abstract] = ACTIONS(4260), + [anon_sym_final] = ACTIONS(4260), + [anon_sym_open] = ACTIONS(4260), + [anon_sym_vararg] = ACTIONS(4260), + [anon_sym_noinline] = ACTIONS(4260), + [anon_sym_crossinline] = ACTIONS(4260), + [anon_sym_expect] = ACTIONS(4260), + [anon_sym_actual] = ACTIONS(4260), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4262), + [anon_sym_continue_AT] = ACTIONS(4262), + [anon_sym_break_AT] = ACTIONS(4262), + [sym_real_literal] = ACTIONS(4262), + [sym_integer_literal] = ACTIONS(4260), + [sym_hex_literal] = ACTIONS(4262), + [sym_bin_literal] = ACTIONS(4262), + [anon_sym_true] = ACTIONS(4260), + [anon_sym_false] = ACTIONS(4260), + [anon_sym_SQUOTE] = ACTIONS(4262), + [sym__backtick_identifier] = ACTIONS(4262), + [sym__automatic_semicolon] = ACTIONS(4262), + [sym_safe_nav] = ACTIONS(4262), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4262), }, [922] = { - [sym_type_constraints] = STATE(1013), - [sym_enum_class_body] = STATE(1076), - [sym__alpha_identifier] = ACTIONS(3190), - [anon_sym_AT] = ACTIONS(3194), - [anon_sym_COLON] = ACTIONS(3282), - [anon_sym_LBRACK] = ACTIONS(3194), - [anon_sym_as] = ACTIONS(3190), - [anon_sym_EQ] = ACTIONS(3190), - [anon_sym_LBRACE] = ACTIONS(3144), - [anon_sym_RBRACE] = ACTIONS(3194), - [anon_sym_LPAREN] = ACTIONS(3194), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3190), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(3190), - [anon_sym_fun] = ACTIONS(3190), - [anon_sym_DOT] = ACTIONS(3190), - [anon_sym_SEMI] = ACTIONS(3194), - [anon_sym_get] = ACTIONS(3190), - [anon_sym_set] = ACTIONS(3190), - [anon_sym_this] = ACTIONS(3190), - [anon_sym_super] = ACTIONS(3190), - [anon_sym_STAR] = ACTIONS(3190), - [sym_label] = ACTIONS(3190), - [anon_sym_in] = ACTIONS(3190), - [anon_sym_DOT_DOT] = ACTIONS(3194), - [anon_sym_QMARK_COLON] = ACTIONS(3194), - [anon_sym_AMP_AMP] = ACTIONS(3194), - [anon_sym_PIPE_PIPE] = ACTIONS(3194), - [anon_sym_null] = ACTIONS(3190), - [anon_sym_if] = ACTIONS(3190), - [anon_sym_else] = ACTIONS(3190), - [anon_sym_when] = ACTIONS(3190), - [anon_sym_try] = ACTIONS(3190), - [anon_sym_throw] = ACTIONS(3190), - [anon_sym_return] = ACTIONS(3190), - [anon_sym_continue] = ACTIONS(3190), - [anon_sym_break] = ACTIONS(3190), - [anon_sym_COLON_COLON] = ACTIONS(3194), - [anon_sym_PLUS_EQ] = ACTIONS(3194), - [anon_sym_DASH_EQ] = ACTIONS(3194), - [anon_sym_STAR_EQ] = ACTIONS(3194), - [anon_sym_SLASH_EQ] = ACTIONS(3194), - [anon_sym_PERCENT_EQ] = ACTIONS(3194), - [anon_sym_BANG_EQ] = ACTIONS(3190), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3194), - [anon_sym_EQ_EQ] = ACTIONS(3190), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3194), - [anon_sym_LT_EQ] = ACTIONS(3194), - [anon_sym_GT_EQ] = ACTIONS(3194), - [anon_sym_BANGin] = ACTIONS(3194), - [anon_sym_is] = ACTIONS(3190), - [anon_sym_BANGis] = ACTIONS(3194), - [anon_sym_PLUS] = ACTIONS(3190), - [anon_sym_DASH] = ACTIONS(3190), - [anon_sym_SLASH] = ACTIONS(3190), - [anon_sym_PERCENT] = ACTIONS(3190), - [anon_sym_as_QMARK] = ACTIONS(3194), - [anon_sym_PLUS_PLUS] = ACTIONS(3194), - [anon_sym_DASH_DASH] = ACTIONS(3194), - [anon_sym_BANG] = ACTIONS(3190), - [anon_sym_BANG_BANG] = ACTIONS(3194), - [anon_sym_suspend] = ACTIONS(3190), - [anon_sym_sealed] = ACTIONS(3190), - [anon_sym_annotation] = ACTIONS(3190), - [anon_sym_data] = ACTIONS(3190), - [anon_sym_inner] = ACTIONS(3190), - [anon_sym_override] = ACTIONS(3190), - [anon_sym_lateinit] = ACTIONS(3190), - [anon_sym_public] = ACTIONS(3190), - [anon_sym_private] = ACTIONS(3190), - [anon_sym_internal] = ACTIONS(3190), - [anon_sym_protected] = ACTIONS(3190), - [anon_sym_tailrec] = ACTIONS(3190), - [anon_sym_operator] = ACTIONS(3190), - [anon_sym_infix] = ACTIONS(3190), - [anon_sym_inline] = ACTIONS(3190), - [anon_sym_external] = ACTIONS(3190), - [sym_property_modifier] = ACTIONS(3190), - [anon_sym_abstract] = ACTIONS(3190), - [anon_sym_final] = ACTIONS(3190), - [anon_sym_open] = ACTIONS(3190), - [anon_sym_vararg] = ACTIONS(3190), - [anon_sym_noinline] = ACTIONS(3190), - [anon_sym_crossinline] = ACTIONS(3190), - [anon_sym_expect] = ACTIONS(3190), - [anon_sym_actual] = ACTIONS(3190), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3194), - [anon_sym_continue_AT] = ACTIONS(3194), - [anon_sym_break_AT] = ACTIONS(3194), - [sym_real_literal] = ACTIONS(3194), - [sym_integer_literal] = ACTIONS(3190), - [sym_hex_literal] = ACTIONS(3194), - [sym_bin_literal] = ACTIONS(3194), - [anon_sym_true] = ACTIONS(3190), - [anon_sym_false] = ACTIONS(3190), - [anon_sym_SQUOTE] = ACTIONS(3194), - [sym__backtick_identifier] = ACTIONS(3194), - [sym__automatic_semicolon] = ACTIONS(3194), - [sym_safe_nav] = ACTIONS(3194), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3194), + [sym_function_body] = STATE(1119), + [sym__block] = STATE(1087), + [sym__alpha_identifier] = ACTIONS(4256), + [anon_sym_AT] = ACTIONS(4258), + [anon_sym_LBRACK] = ACTIONS(4258), + [anon_sym_as] = ACTIONS(4256), + [anon_sym_EQ] = ACTIONS(4037), + [anon_sym_LBRACE] = ACTIONS(4039), + [anon_sym_RBRACE] = ACTIONS(4258), + [anon_sym_LPAREN] = ACTIONS(4258), + [anon_sym_COMMA] = ACTIONS(4258), + [anon_sym_LT] = ACTIONS(4256), + [anon_sym_GT] = ACTIONS(4256), + [anon_sym_where] = ACTIONS(4256), + [anon_sym_object] = ACTIONS(4256), + [anon_sym_fun] = ACTIONS(4256), + [anon_sym_DOT] = ACTIONS(4256), + [anon_sym_SEMI] = ACTIONS(4258), + [anon_sym_get] = ACTIONS(4256), + [anon_sym_set] = ACTIONS(4256), + [anon_sym_this] = ACTIONS(4256), + [anon_sym_super] = ACTIONS(4256), + [anon_sym_STAR] = ACTIONS(4256), + [sym_label] = ACTIONS(4256), + [anon_sym_in] = ACTIONS(4256), + [anon_sym_DOT_DOT] = ACTIONS(4258), + [anon_sym_QMARK_COLON] = ACTIONS(4258), + [anon_sym_AMP_AMP] = ACTIONS(4258), + [anon_sym_PIPE_PIPE] = ACTIONS(4258), + [anon_sym_null] = ACTIONS(4256), + [anon_sym_if] = ACTIONS(4256), + [anon_sym_else] = ACTIONS(4256), + [anon_sym_when] = ACTIONS(4256), + [anon_sym_try] = ACTIONS(4256), + [anon_sym_throw] = ACTIONS(4256), + [anon_sym_return] = ACTIONS(4256), + [anon_sym_continue] = ACTIONS(4256), + [anon_sym_break] = ACTIONS(4256), + [anon_sym_COLON_COLON] = ACTIONS(4258), + [anon_sym_PLUS_EQ] = ACTIONS(4258), + [anon_sym_DASH_EQ] = ACTIONS(4258), + [anon_sym_STAR_EQ] = ACTIONS(4258), + [anon_sym_SLASH_EQ] = ACTIONS(4258), + [anon_sym_PERCENT_EQ] = ACTIONS(4258), + [anon_sym_BANG_EQ] = ACTIONS(4256), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4258), + [anon_sym_EQ_EQ] = ACTIONS(4256), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4258), + [anon_sym_LT_EQ] = ACTIONS(4258), + [anon_sym_GT_EQ] = ACTIONS(4258), + [anon_sym_BANGin] = ACTIONS(4258), + [anon_sym_is] = ACTIONS(4256), + [anon_sym_BANGis] = ACTIONS(4258), + [anon_sym_PLUS] = ACTIONS(4256), + [anon_sym_DASH] = ACTIONS(4256), + [anon_sym_SLASH] = ACTIONS(4256), + [anon_sym_PERCENT] = ACTIONS(4256), + [anon_sym_as_QMARK] = ACTIONS(4258), + [anon_sym_PLUS_PLUS] = ACTIONS(4258), + [anon_sym_DASH_DASH] = ACTIONS(4258), + [anon_sym_BANG] = ACTIONS(4256), + [anon_sym_BANG_BANG] = ACTIONS(4258), + [anon_sym_suspend] = ACTIONS(4256), + [anon_sym_sealed] = ACTIONS(4256), + [anon_sym_annotation] = ACTIONS(4256), + [anon_sym_data] = ACTIONS(4256), + [anon_sym_inner] = ACTIONS(4256), + [anon_sym_override] = ACTIONS(4256), + [anon_sym_lateinit] = ACTIONS(4256), + [anon_sym_public] = ACTIONS(4256), + [anon_sym_private] = ACTIONS(4256), + [anon_sym_internal] = ACTIONS(4256), + [anon_sym_protected] = ACTIONS(4256), + [anon_sym_tailrec] = ACTIONS(4256), + [anon_sym_operator] = ACTIONS(4256), + [anon_sym_infix] = ACTIONS(4256), + [anon_sym_inline] = ACTIONS(4256), + [anon_sym_external] = ACTIONS(4256), + [sym_property_modifier] = ACTIONS(4256), + [anon_sym_abstract] = ACTIONS(4256), + [anon_sym_final] = ACTIONS(4256), + [anon_sym_open] = ACTIONS(4256), + [anon_sym_vararg] = ACTIONS(4256), + [anon_sym_noinline] = ACTIONS(4256), + [anon_sym_crossinline] = ACTIONS(4256), + [anon_sym_expect] = ACTIONS(4256), + [anon_sym_actual] = ACTIONS(4256), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4258), + [anon_sym_continue_AT] = ACTIONS(4258), + [anon_sym_break_AT] = ACTIONS(4258), + [sym_real_literal] = ACTIONS(4258), + [sym_integer_literal] = ACTIONS(4256), + [sym_hex_literal] = ACTIONS(4258), + [sym_bin_literal] = ACTIONS(4258), + [anon_sym_true] = ACTIONS(4256), + [anon_sym_false] = ACTIONS(4256), + [anon_sym_SQUOTE] = ACTIONS(4258), + [sym__backtick_identifier] = ACTIONS(4258), + [sym__automatic_semicolon] = ACTIONS(4258), + [sym_safe_nav] = ACTIONS(4258), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4258), }, [923] = { - [sym__alpha_identifier] = ACTIONS(3828), - [anon_sym_AT] = ACTIONS(3833), - [anon_sym_COLON] = ACTIONS(3828), - [anon_sym_LBRACK] = ACTIONS(3833), - [anon_sym_as] = ACTIONS(3828), - [anon_sym_EQ] = ACTIONS(3828), - [anon_sym_constructor] = ACTIONS(3828), - [anon_sym_LBRACE] = ACTIONS(3833), - [anon_sym_RBRACE] = ACTIONS(3833), - [anon_sym_LPAREN] = ACTIONS(3833), - [anon_sym_COMMA] = ACTIONS(3833), - [anon_sym_LT] = ACTIONS(3828), - [anon_sym_GT] = ACTIONS(3828), - [anon_sym_where] = ACTIONS(3828), - [anon_sym_object] = ACTIONS(3828), - [anon_sym_fun] = ACTIONS(3828), - [anon_sym_DOT] = ACTIONS(3828), - [anon_sym_SEMI] = ACTIONS(3833), - [anon_sym_get] = ACTIONS(3828), - [anon_sym_set] = ACTIONS(3828), - [anon_sym_this] = ACTIONS(3828), - [anon_sym_super] = ACTIONS(3828), - [anon_sym_STAR] = ACTIONS(3828), - [sym_label] = ACTIONS(3828), - [anon_sym_in] = ACTIONS(3828), - [anon_sym_DOT_DOT] = ACTIONS(3833), - [anon_sym_QMARK_COLON] = ACTIONS(3833), - [anon_sym_AMP_AMP] = ACTIONS(3833), - [anon_sym_PIPE_PIPE] = ACTIONS(3833), - [anon_sym_null] = ACTIONS(3828), - [anon_sym_if] = ACTIONS(3828), - [anon_sym_else] = ACTIONS(3828), - [anon_sym_when] = ACTIONS(3828), - [anon_sym_try] = ACTIONS(3828), - [anon_sym_throw] = ACTIONS(3828), - [anon_sym_return] = ACTIONS(3828), - [anon_sym_continue] = ACTIONS(3828), - [anon_sym_break] = ACTIONS(3828), - [anon_sym_COLON_COLON] = ACTIONS(3833), - [anon_sym_PLUS_EQ] = ACTIONS(3833), - [anon_sym_DASH_EQ] = ACTIONS(3833), - [anon_sym_STAR_EQ] = ACTIONS(3833), - [anon_sym_SLASH_EQ] = ACTIONS(3833), - [anon_sym_PERCENT_EQ] = ACTIONS(3833), - [anon_sym_BANG_EQ] = ACTIONS(3828), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3833), - [anon_sym_EQ_EQ] = ACTIONS(3828), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3833), - [anon_sym_LT_EQ] = ACTIONS(3833), - [anon_sym_GT_EQ] = ACTIONS(3833), - [anon_sym_BANGin] = ACTIONS(3833), - [anon_sym_is] = ACTIONS(3828), - [anon_sym_BANGis] = ACTIONS(3833), - [anon_sym_PLUS] = ACTIONS(3828), - [anon_sym_DASH] = ACTIONS(3828), - [anon_sym_SLASH] = ACTIONS(3828), - [anon_sym_PERCENT] = ACTIONS(3828), - [anon_sym_as_QMARK] = ACTIONS(3833), - [anon_sym_PLUS_PLUS] = ACTIONS(3833), - [anon_sym_DASH_DASH] = ACTIONS(3833), - [anon_sym_BANG] = ACTIONS(3828), - [anon_sym_BANG_BANG] = ACTIONS(3833), - [anon_sym_suspend] = ACTIONS(3828), - [anon_sym_sealed] = ACTIONS(3828), - [anon_sym_annotation] = ACTIONS(3828), - [anon_sym_data] = ACTIONS(3828), - [anon_sym_inner] = ACTIONS(3828), - [anon_sym_override] = ACTIONS(3828), - [anon_sym_lateinit] = ACTIONS(3828), - [anon_sym_public] = ACTIONS(3828), - [anon_sym_private] = ACTIONS(3828), - [anon_sym_internal] = ACTIONS(3828), - [anon_sym_protected] = ACTIONS(3828), - [anon_sym_tailrec] = ACTIONS(3828), - [anon_sym_operator] = ACTIONS(3828), - [anon_sym_infix] = ACTIONS(3828), - [anon_sym_inline] = ACTIONS(3828), - [anon_sym_external] = ACTIONS(3828), - [sym_property_modifier] = ACTIONS(3828), - [anon_sym_abstract] = ACTIONS(3828), - [anon_sym_final] = ACTIONS(3828), - [anon_sym_open] = ACTIONS(3828), - [anon_sym_vararg] = ACTIONS(3828), - [anon_sym_noinline] = ACTIONS(3828), - [anon_sym_crossinline] = ACTIONS(3828), - [anon_sym_expect] = ACTIONS(3828), - [anon_sym_actual] = ACTIONS(3828), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3833), - [anon_sym_continue_AT] = ACTIONS(3833), - [anon_sym_break_AT] = ACTIONS(3833), - [sym_real_literal] = ACTIONS(3833), - [sym_integer_literal] = ACTIONS(3828), - [sym_hex_literal] = ACTIONS(3833), - [sym_bin_literal] = ACTIONS(3833), - [anon_sym_true] = ACTIONS(3828), - [anon_sym_false] = ACTIONS(3828), - [anon_sym_SQUOTE] = ACTIONS(3833), - [sym__backtick_identifier] = ACTIONS(3833), - [sym__automatic_semicolon] = ACTIONS(3833), - [sym_safe_nav] = ACTIONS(3833), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3833), + [sym_type_constraints] = STATE(962), + [sym_enum_class_body] = STATE(1127), + [sym__alpha_identifier] = ACTIONS(4188), + [anon_sym_AT] = ACTIONS(4190), + [anon_sym_COLON] = ACTIONS(4485), + [anon_sym_LBRACK] = ACTIONS(4190), + [anon_sym_as] = ACTIONS(4188), + [anon_sym_EQ] = ACTIONS(4188), + [anon_sym_LBRACE] = ACTIONS(3156), + [anon_sym_RBRACE] = ACTIONS(4190), + [anon_sym_LPAREN] = ACTIONS(4190), + [anon_sym_LT] = ACTIONS(4188), + [anon_sym_GT] = ACTIONS(4188), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(4188), + [anon_sym_fun] = ACTIONS(4188), + [anon_sym_DOT] = ACTIONS(4188), + [anon_sym_SEMI] = ACTIONS(4190), + [anon_sym_get] = ACTIONS(4188), + [anon_sym_set] = ACTIONS(4188), + [anon_sym_this] = ACTIONS(4188), + [anon_sym_super] = ACTIONS(4188), + [anon_sym_STAR] = ACTIONS(4188), + [sym_label] = ACTIONS(4188), + [anon_sym_in] = ACTIONS(4188), + [anon_sym_DOT_DOT] = ACTIONS(4190), + [anon_sym_QMARK_COLON] = ACTIONS(4190), + [anon_sym_AMP_AMP] = ACTIONS(4190), + [anon_sym_PIPE_PIPE] = ACTIONS(4190), + [anon_sym_null] = ACTIONS(4188), + [anon_sym_if] = ACTIONS(4188), + [anon_sym_else] = ACTIONS(4188), + [anon_sym_when] = ACTIONS(4188), + [anon_sym_try] = ACTIONS(4188), + [anon_sym_throw] = ACTIONS(4188), + [anon_sym_return] = ACTIONS(4188), + [anon_sym_continue] = ACTIONS(4188), + [anon_sym_break] = ACTIONS(4188), + [anon_sym_COLON_COLON] = ACTIONS(4190), + [anon_sym_PLUS_EQ] = ACTIONS(4190), + [anon_sym_DASH_EQ] = ACTIONS(4190), + [anon_sym_STAR_EQ] = ACTIONS(4190), + [anon_sym_SLASH_EQ] = ACTIONS(4190), + [anon_sym_PERCENT_EQ] = ACTIONS(4190), + [anon_sym_BANG_EQ] = ACTIONS(4188), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4190), + [anon_sym_EQ_EQ] = ACTIONS(4188), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4190), + [anon_sym_LT_EQ] = ACTIONS(4190), + [anon_sym_GT_EQ] = ACTIONS(4190), + [anon_sym_BANGin] = ACTIONS(4190), + [anon_sym_is] = ACTIONS(4188), + [anon_sym_BANGis] = ACTIONS(4190), + [anon_sym_PLUS] = ACTIONS(4188), + [anon_sym_DASH] = ACTIONS(4188), + [anon_sym_SLASH] = ACTIONS(4188), + [anon_sym_PERCENT] = ACTIONS(4188), + [anon_sym_as_QMARK] = ACTIONS(4190), + [anon_sym_PLUS_PLUS] = ACTIONS(4190), + [anon_sym_DASH_DASH] = ACTIONS(4190), + [anon_sym_BANG] = ACTIONS(4188), + [anon_sym_BANG_BANG] = ACTIONS(4190), + [anon_sym_suspend] = ACTIONS(4188), + [anon_sym_sealed] = ACTIONS(4188), + [anon_sym_annotation] = ACTIONS(4188), + [anon_sym_data] = ACTIONS(4188), + [anon_sym_inner] = ACTIONS(4188), + [anon_sym_override] = ACTIONS(4188), + [anon_sym_lateinit] = ACTIONS(4188), + [anon_sym_public] = ACTIONS(4188), + [anon_sym_private] = ACTIONS(4188), + [anon_sym_internal] = ACTIONS(4188), + [anon_sym_protected] = ACTIONS(4188), + [anon_sym_tailrec] = ACTIONS(4188), + [anon_sym_operator] = ACTIONS(4188), + [anon_sym_infix] = ACTIONS(4188), + [anon_sym_inline] = ACTIONS(4188), + [anon_sym_external] = ACTIONS(4188), + [sym_property_modifier] = ACTIONS(4188), + [anon_sym_abstract] = ACTIONS(4188), + [anon_sym_final] = ACTIONS(4188), + [anon_sym_open] = ACTIONS(4188), + [anon_sym_vararg] = ACTIONS(4188), + [anon_sym_noinline] = ACTIONS(4188), + [anon_sym_crossinline] = ACTIONS(4188), + [anon_sym_expect] = ACTIONS(4188), + [anon_sym_actual] = ACTIONS(4188), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4190), + [anon_sym_continue_AT] = ACTIONS(4190), + [anon_sym_break_AT] = ACTIONS(4190), + [sym_real_literal] = ACTIONS(4190), + [sym_integer_literal] = ACTIONS(4188), + [sym_hex_literal] = ACTIONS(4190), + [sym_bin_literal] = ACTIONS(4190), + [anon_sym_true] = ACTIONS(4188), + [anon_sym_false] = ACTIONS(4188), + [anon_sym_SQUOTE] = ACTIONS(4190), + [sym__backtick_identifier] = ACTIONS(4190), + [sym__automatic_semicolon] = ACTIONS(4190), + [sym_safe_nav] = ACTIONS(4190), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4190), }, [924] = { - [sym_class_body] = STATE(1086), - [sym_type_constraints] = STATE(1006), - [sym__alpha_identifier] = ACTIONS(4284), - [anon_sym_AT] = ACTIONS(4286), - [anon_sym_COLON] = ACTIONS(4464), - [anon_sym_LBRACK] = ACTIONS(4286), - [anon_sym_as] = ACTIONS(4284), - [anon_sym_EQ] = ACTIONS(4284), + [sym_type_constraints] = STATE(1035), + [sym_enum_class_body] = STATE(1148), + [sym__alpha_identifier] = ACTIONS(4231), + [anon_sym_AT] = ACTIONS(4233), + [anon_sym_LBRACK] = ACTIONS(4233), + [anon_sym_as] = ACTIONS(4231), + [anon_sym_EQ] = ACTIONS(4231), [anon_sym_LBRACE] = ACTIONS(3156), - [anon_sym_RBRACE] = ACTIONS(4286), - [anon_sym_LPAREN] = ACTIONS(4286), - [anon_sym_LT] = ACTIONS(4284), - [anon_sym_GT] = ACTIONS(4284), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(4284), - [anon_sym_fun] = ACTIONS(4284), - [anon_sym_DOT] = ACTIONS(4284), - [anon_sym_SEMI] = ACTIONS(4286), - [anon_sym_get] = ACTIONS(4284), - [anon_sym_set] = ACTIONS(4284), - [anon_sym_this] = ACTIONS(4284), - [anon_sym_super] = ACTIONS(4284), - [anon_sym_STAR] = ACTIONS(4284), - [sym_label] = ACTIONS(4284), - [anon_sym_in] = ACTIONS(4284), - [anon_sym_DOT_DOT] = ACTIONS(4286), - [anon_sym_QMARK_COLON] = ACTIONS(4286), - [anon_sym_AMP_AMP] = ACTIONS(4286), - [anon_sym_PIPE_PIPE] = ACTIONS(4286), - [anon_sym_null] = ACTIONS(4284), - [anon_sym_if] = ACTIONS(4284), - [anon_sym_else] = ACTIONS(4284), - [anon_sym_when] = ACTIONS(4284), - [anon_sym_try] = ACTIONS(4284), - [anon_sym_throw] = ACTIONS(4284), - [anon_sym_return] = ACTIONS(4284), - [anon_sym_continue] = ACTIONS(4284), - [anon_sym_break] = ACTIONS(4284), - [anon_sym_COLON_COLON] = ACTIONS(4286), - [anon_sym_PLUS_EQ] = ACTIONS(4286), - [anon_sym_DASH_EQ] = ACTIONS(4286), - [anon_sym_STAR_EQ] = ACTIONS(4286), - [anon_sym_SLASH_EQ] = ACTIONS(4286), - [anon_sym_PERCENT_EQ] = ACTIONS(4286), - [anon_sym_BANG_EQ] = ACTIONS(4284), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4286), - [anon_sym_EQ_EQ] = ACTIONS(4284), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4286), - [anon_sym_LT_EQ] = ACTIONS(4286), - [anon_sym_GT_EQ] = ACTIONS(4286), - [anon_sym_BANGin] = ACTIONS(4286), - [anon_sym_is] = ACTIONS(4284), - [anon_sym_BANGis] = ACTIONS(4286), - [anon_sym_PLUS] = ACTIONS(4284), - [anon_sym_DASH] = ACTIONS(4284), - [anon_sym_SLASH] = ACTIONS(4284), - [anon_sym_PERCENT] = ACTIONS(4284), - [anon_sym_as_QMARK] = ACTIONS(4286), - [anon_sym_PLUS_PLUS] = ACTIONS(4286), - [anon_sym_DASH_DASH] = ACTIONS(4286), - [anon_sym_BANG] = ACTIONS(4284), - [anon_sym_BANG_BANG] = ACTIONS(4286), - [anon_sym_suspend] = ACTIONS(4284), - [anon_sym_sealed] = ACTIONS(4284), - [anon_sym_annotation] = ACTIONS(4284), - [anon_sym_data] = ACTIONS(4284), - [anon_sym_inner] = ACTIONS(4284), - [anon_sym_override] = ACTIONS(4284), - [anon_sym_lateinit] = ACTIONS(4284), - [anon_sym_public] = ACTIONS(4284), - [anon_sym_private] = ACTIONS(4284), - [anon_sym_internal] = ACTIONS(4284), - [anon_sym_protected] = ACTIONS(4284), - [anon_sym_tailrec] = ACTIONS(4284), - [anon_sym_operator] = ACTIONS(4284), - [anon_sym_infix] = ACTIONS(4284), - [anon_sym_inline] = ACTIONS(4284), - [anon_sym_external] = ACTIONS(4284), - [sym_property_modifier] = ACTIONS(4284), - [anon_sym_abstract] = ACTIONS(4284), - [anon_sym_final] = ACTIONS(4284), - [anon_sym_open] = ACTIONS(4284), - [anon_sym_vararg] = ACTIONS(4284), - [anon_sym_noinline] = ACTIONS(4284), - [anon_sym_crossinline] = ACTIONS(4284), - [anon_sym_expect] = ACTIONS(4284), - [anon_sym_actual] = ACTIONS(4284), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4286), - [anon_sym_continue_AT] = ACTIONS(4286), - [anon_sym_break_AT] = ACTIONS(4286), - [sym_real_literal] = ACTIONS(4286), - [sym_integer_literal] = ACTIONS(4284), - [sym_hex_literal] = ACTIONS(4286), - [sym_bin_literal] = ACTIONS(4286), - [anon_sym_true] = ACTIONS(4284), - [anon_sym_false] = ACTIONS(4284), - [anon_sym_SQUOTE] = ACTIONS(4286), - [sym__backtick_identifier] = ACTIONS(4286), - [sym__automatic_semicolon] = ACTIONS(4286), - [sym_safe_nav] = ACTIONS(4286), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4286), + [anon_sym_RBRACE] = ACTIONS(4233), + [anon_sym_LPAREN] = ACTIONS(4233), + [anon_sym_COMMA] = ACTIONS(4233), + [anon_sym_LT] = ACTIONS(4231), + [anon_sym_GT] = ACTIONS(4231), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(4231), + [anon_sym_fun] = ACTIONS(4231), + [anon_sym_DOT] = ACTIONS(4231), + [anon_sym_SEMI] = ACTIONS(4233), + [anon_sym_get] = ACTIONS(4231), + [anon_sym_set] = ACTIONS(4231), + [anon_sym_this] = ACTIONS(4231), + [anon_sym_super] = ACTIONS(4231), + [anon_sym_STAR] = ACTIONS(4231), + [sym_label] = ACTIONS(4231), + [anon_sym_in] = ACTIONS(4231), + [anon_sym_DOT_DOT] = ACTIONS(4233), + [anon_sym_QMARK_COLON] = ACTIONS(4233), + [anon_sym_AMP_AMP] = ACTIONS(4233), + [anon_sym_PIPE_PIPE] = ACTIONS(4233), + [anon_sym_null] = ACTIONS(4231), + [anon_sym_if] = ACTIONS(4231), + [anon_sym_else] = ACTIONS(4231), + [anon_sym_when] = ACTIONS(4231), + [anon_sym_try] = ACTIONS(4231), + [anon_sym_throw] = ACTIONS(4231), + [anon_sym_return] = ACTIONS(4231), + [anon_sym_continue] = ACTIONS(4231), + [anon_sym_break] = ACTIONS(4231), + [anon_sym_COLON_COLON] = ACTIONS(4233), + [anon_sym_PLUS_EQ] = ACTIONS(4233), + [anon_sym_DASH_EQ] = ACTIONS(4233), + [anon_sym_STAR_EQ] = ACTIONS(4233), + [anon_sym_SLASH_EQ] = ACTIONS(4233), + [anon_sym_PERCENT_EQ] = ACTIONS(4233), + [anon_sym_BANG_EQ] = ACTIONS(4231), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4233), + [anon_sym_EQ_EQ] = ACTIONS(4231), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4233), + [anon_sym_LT_EQ] = ACTIONS(4233), + [anon_sym_GT_EQ] = ACTIONS(4233), + [anon_sym_BANGin] = ACTIONS(4233), + [anon_sym_is] = ACTIONS(4231), + [anon_sym_BANGis] = ACTIONS(4233), + [anon_sym_PLUS] = ACTIONS(4231), + [anon_sym_DASH] = ACTIONS(4231), + [anon_sym_SLASH] = ACTIONS(4231), + [anon_sym_PERCENT] = ACTIONS(4231), + [anon_sym_as_QMARK] = ACTIONS(4233), + [anon_sym_PLUS_PLUS] = ACTIONS(4233), + [anon_sym_DASH_DASH] = ACTIONS(4233), + [anon_sym_BANG] = ACTIONS(4231), + [anon_sym_BANG_BANG] = ACTIONS(4233), + [anon_sym_suspend] = ACTIONS(4231), + [anon_sym_sealed] = ACTIONS(4231), + [anon_sym_annotation] = ACTIONS(4231), + [anon_sym_data] = ACTIONS(4231), + [anon_sym_inner] = ACTIONS(4231), + [anon_sym_override] = ACTIONS(4231), + [anon_sym_lateinit] = ACTIONS(4231), + [anon_sym_public] = ACTIONS(4231), + [anon_sym_private] = ACTIONS(4231), + [anon_sym_internal] = ACTIONS(4231), + [anon_sym_protected] = ACTIONS(4231), + [anon_sym_tailrec] = ACTIONS(4231), + [anon_sym_operator] = ACTIONS(4231), + [anon_sym_infix] = ACTIONS(4231), + [anon_sym_inline] = ACTIONS(4231), + [anon_sym_external] = ACTIONS(4231), + [sym_property_modifier] = ACTIONS(4231), + [anon_sym_abstract] = ACTIONS(4231), + [anon_sym_final] = ACTIONS(4231), + [anon_sym_open] = ACTIONS(4231), + [anon_sym_vararg] = ACTIONS(4231), + [anon_sym_noinline] = ACTIONS(4231), + [anon_sym_crossinline] = ACTIONS(4231), + [anon_sym_expect] = ACTIONS(4231), + [anon_sym_actual] = ACTIONS(4231), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4233), + [anon_sym_continue_AT] = ACTIONS(4233), + [anon_sym_break_AT] = ACTIONS(4233), + [sym_real_literal] = ACTIONS(4233), + [sym_integer_literal] = ACTIONS(4231), + [sym_hex_literal] = ACTIONS(4233), + [sym_bin_literal] = ACTIONS(4233), + [anon_sym_true] = ACTIONS(4231), + [anon_sym_false] = ACTIONS(4231), + [anon_sym_SQUOTE] = ACTIONS(4233), + [sym__backtick_identifier] = ACTIONS(4233), + [sym__automatic_semicolon] = ACTIONS(4233), + [sym_safe_nav] = ACTIONS(4233), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4233), }, [925] = { - [aux_sym_type_constraints_repeat1] = STATE(925), - [sym__alpha_identifier] = ACTIONS(4466), - [anon_sym_AT] = ACTIONS(4468), - [anon_sym_LBRACK] = ACTIONS(4468), - [anon_sym_as] = ACTIONS(4466), - [anon_sym_EQ] = ACTIONS(4466), - [anon_sym_LBRACE] = ACTIONS(4468), - [anon_sym_RBRACE] = ACTIONS(4468), - [anon_sym_LPAREN] = ACTIONS(4468), - [anon_sym_COMMA] = ACTIONS(4470), - [anon_sym_by] = ACTIONS(4466), - [anon_sym_LT] = ACTIONS(4466), - [anon_sym_GT] = ACTIONS(4466), - [anon_sym_where] = ACTIONS(4466), - [anon_sym_object] = ACTIONS(4466), - [anon_sym_fun] = ACTIONS(4466), - [anon_sym_DOT] = ACTIONS(4466), - [anon_sym_SEMI] = ACTIONS(4468), - [anon_sym_get] = ACTIONS(4466), - [anon_sym_set] = ACTIONS(4466), - [anon_sym_this] = ACTIONS(4466), - [anon_sym_super] = ACTIONS(4466), - [anon_sym_STAR] = ACTIONS(4466), - [sym_label] = ACTIONS(4466), - [anon_sym_in] = ACTIONS(4466), - [anon_sym_DOT_DOT] = ACTIONS(4468), - [anon_sym_QMARK_COLON] = ACTIONS(4468), - [anon_sym_AMP_AMP] = ACTIONS(4468), - [anon_sym_PIPE_PIPE] = ACTIONS(4468), - [anon_sym_null] = ACTIONS(4466), - [anon_sym_if] = ACTIONS(4466), - [anon_sym_else] = ACTIONS(4466), - [anon_sym_when] = ACTIONS(4466), - [anon_sym_try] = ACTIONS(4466), - [anon_sym_throw] = ACTIONS(4466), - [anon_sym_return] = ACTIONS(4466), - [anon_sym_continue] = ACTIONS(4466), - [anon_sym_break] = ACTIONS(4466), - [anon_sym_COLON_COLON] = ACTIONS(4468), - [anon_sym_PLUS_EQ] = ACTIONS(4468), - [anon_sym_DASH_EQ] = ACTIONS(4468), - [anon_sym_STAR_EQ] = ACTIONS(4468), - [anon_sym_SLASH_EQ] = ACTIONS(4468), - [anon_sym_PERCENT_EQ] = ACTIONS(4468), - [anon_sym_BANG_EQ] = ACTIONS(4466), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4468), - [anon_sym_EQ_EQ] = ACTIONS(4466), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4468), - [anon_sym_LT_EQ] = ACTIONS(4468), - [anon_sym_GT_EQ] = ACTIONS(4468), - [anon_sym_BANGin] = ACTIONS(4468), - [anon_sym_is] = ACTIONS(4466), - [anon_sym_BANGis] = ACTIONS(4468), - [anon_sym_PLUS] = ACTIONS(4466), - [anon_sym_DASH] = ACTIONS(4466), - [anon_sym_SLASH] = ACTIONS(4466), - [anon_sym_PERCENT] = ACTIONS(4466), - [anon_sym_as_QMARK] = ACTIONS(4468), - [anon_sym_PLUS_PLUS] = ACTIONS(4468), - [anon_sym_DASH_DASH] = ACTIONS(4468), - [anon_sym_BANG] = ACTIONS(4466), - [anon_sym_BANG_BANG] = ACTIONS(4468), - [anon_sym_suspend] = ACTIONS(4466), - [anon_sym_sealed] = ACTIONS(4466), - [anon_sym_annotation] = ACTIONS(4466), - [anon_sym_data] = ACTIONS(4466), - [anon_sym_inner] = ACTIONS(4466), - [anon_sym_override] = ACTIONS(4466), - [anon_sym_lateinit] = ACTIONS(4466), - [anon_sym_public] = ACTIONS(4466), - [anon_sym_private] = ACTIONS(4466), - [anon_sym_internal] = ACTIONS(4466), - [anon_sym_protected] = ACTIONS(4466), - [anon_sym_tailrec] = ACTIONS(4466), - [anon_sym_operator] = ACTIONS(4466), - [anon_sym_infix] = ACTIONS(4466), - [anon_sym_inline] = ACTIONS(4466), - [anon_sym_external] = ACTIONS(4466), - [sym_property_modifier] = ACTIONS(4466), - [anon_sym_abstract] = ACTIONS(4466), - [anon_sym_final] = ACTIONS(4466), - [anon_sym_open] = ACTIONS(4466), - [anon_sym_vararg] = ACTIONS(4466), - [anon_sym_noinline] = ACTIONS(4466), - [anon_sym_crossinline] = ACTIONS(4466), - [anon_sym_expect] = ACTIONS(4466), - [anon_sym_actual] = ACTIONS(4466), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4468), - [anon_sym_continue_AT] = ACTIONS(4468), - [anon_sym_break_AT] = ACTIONS(4468), - [sym_real_literal] = ACTIONS(4468), - [sym_integer_literal] = ACTIONS(4466), - [sym_hex_literal] = ACTIONS(4468), - [sym_bin_literal] = ACTIONS(4468), - [anon_sym_true] = ACTIONS(4466), - [anon_sym_false] = ACTIONS(4466), - [anon_sym_SQUOTE] = ACTIONS(4468), - [sym__backtick_identifier] = ACTIONS(4468), - [sym__automatic_semicolon] = ACTIONS(4468), - [sym_safe_nav] = ACTIONS(4468), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4468), - }, - [926] = { - [sym_class_body] = STATE(1120), - [sym_type_constraints] = STATE(988), - [sym__alpha_identifier] = ACTIONS(3214), - [anon_sym_AT] = ACTIONS(3218), - [anon_sym_COLON] = ACTIONS(3286), - [anon_sym_LBRACK] = ACTIONS(3218), - [anon_sym_as] = ACTIONS(3214), - [anon_sym_EQ] = ACTIONS(3214), - [anon_sym_LBRACE] = ACTIONS(3156), - [anon_sym_RBRACE] = ACTIONS(3218), - [anon_sym_LPAREN] = ACTIONS(3218), - [anon_sym_LT] = ACTIONS(3214), - [anon_sym_GT] = ACTIONS(3214), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(3214), - [anon_sym_fun] = ACTIONS(3214), - [anon_sym_DOT] = ACTIONS(3214), - [anon_sym_SEMI] = ACTIONS(3218), - [anon_sym_get] = ACTIONS(3214), - [anon_sym_set] = ACTIONS(3214), - [anon_sym_this] = ACTIONS(3214), - [anon_sym_super] = ACTIONS(3214), - [anon_sym_STAR] = ACTIONS(3214), - [sym_label] = ACTIONS(3214), - [anon_sym_in] = ACTIONS(3214), - [anon_sym_DOT_DOT] = ACTIONS(3218), - [anon_sym_QMARK_COLON] = ACTIONS(3218), - [anon_sym_AMP_AMP] = ACTIONS(3218), - [anon_sym_PIPE_PIPE] = ACTIONS(3218), - [anon_sym_null] = ACTIONS(3214), - [anon_sym_if] = ACTIONS(3214), - [anon_sym_else] = ACTIONS(3214), - [anon_sym_when] = ACTIONS(3214), - [anon_sym_try] = ACTIONS(3214), - [anon_sym_throw] = ACTIONS(3214), - [anon_sym_return] = ACTIONS(3214), - [anon_sym_continue] = ACTIONS(3214), - [anon_sym_break] = ACTIONS(3214), - [anon_sym_COLON_COLON] = ACTIONS(3218), - [anon_sym_PLUS_EQ] = ACTIONS(3218), - [anon_sym_DASH_EQ] = ACTIONS(3218), - [anon_sym_STAR_EQ] = ACTIONS(3218), - [anon_sym_SLASH_EQ] = ACTIONS(3218), - [anon_sym_PERCENT_EQ] = ACTIONS(3218), - [anon_sym_BANG_EQ] = ACTIONS(3214), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3218), - [anon_sym_EQ_EQ] = ACTIONS(3214), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3218), - [anon_sym_LT_EQ] = ACTIONS(3218), - [anon_sym_GT_EQ] = ACTIONS(3218), - [anon_sym_BANGin] = ACTIONS(3218), - [anon_sym_is] = ACTIONS(3214), - [anon_sym_BANGis] = ACTIONS(3218), - [anon_sym_PLUS] = ACTIONS(3214), - [anon_sym_DASH] = ACTIONS(3214), - [anon_sym_SLASH] = ACTIONS(3214), - [anon_sym_PERCENT] = ACTIONS(3214), - [anon_sym_as_QMARK] = ACTIONS(3218), - [anon_sym_PLUS_PLUS] = ACTIONS(3218), - [anon_sym_DASH_DASH] = ACTIONS(3218), - [anon_sym_BANG] = ACTIONS(3214), - [anon_sym_BANG_BANG] = ACTIONS(3218), - [anon_sym_suspend] = ACTIONS(3214), - [anon_sym_sealed] = ACTIONS(3214), - [anon_sym_annotation] = ACTIONS(3214), - [anon_sym_data] = ACTIONS(3214), - [anon_sym_inner] = ACTIONS(3214), - [anon_sym_override] = ACTIONS(3214), - [anon_sym_lateinit] = ACTIONS(3214), - [anon_sym_public] = ACTIONS(3214), - [anon_sym_private] = ACTIONS(3214), - [anon_sym_internal] = ACTIONS(3214), - [anon_sym_protected] = ACTIONS(3214), - [anon_sym_tailrec] = ACTIONS(3214), - [anon_sym_operator] = ACTIONS(3214), - [anon_sym_infix] = ACTIONS(3214), - [anon_sym_inline] = ACTIONS(3214), - [anon_sym_external] = ACTIONS(3214), - [sym_property_modifier] = ACTIONS(3214), - [anon_sym_abstract] = ACTIONS(3214), - [anon_sym_final] = ACTIONS(3214), - [anon_sym_open] = ACTIONS(3214), - [anon_sym_vararg] = ACTIONS(3214), - [anon_sym_noinline] = ACTIONS(3214), - [anon_sym_crossinline] = ACTIONS(3214), - [anon_sym_expect] = ACTIONS(3214), - [anon_sym_actual] = ACTIONS(3214), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3218), - [anon_sym_continue_AT] = ACTIONS(3218), - [anon_sym_break_AT] = ACTIONS(3218), - [sym_real_literal] = ACTIONS(3218), - [sym_integer_literal] = ACTIONS(3214), - [sym_hex_literal] = ACTIONS(3218), - [sym_bin_literal] = ACTIONS(3218), - [anon_sym_true] = ACTIONS(3214), - [anon_sym_false] = ACTIONS(3214), - [anon_sym_SQUOTE] = ACTIONS(3218), - [sym__backtick_identifier] = ACTIONS(3218), - [sym__automatic_semicolon] = ACTIONS(3218), - [sym_safe_nav] = ACTIONS(3218), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3218), - }, - [927] = { - [sym__alpha_identifier] = ACTIONS(4473), - [anon_sym_AT] = ACTIONS(4475), - [anon_sym_LBRACK] = ACTIONS(4475), - [anon_sym_as] = ACTIONS(4473), - [anon_sym_EQ] = ACTIONS(4473), - [anon_sym_LBRACE] = ACTIONS(4475), - [anon_sym_RBRACE] = ACTIONS(4475), - [anon_sym_LPAREN] = ACTIONS(4475), - [anon_sym_COMMA] = ACTIONS(4475), - [anon_sym_LT] = ACTIONS(4473), - [anon_sym_GT] = ACTIONS(4473), - [anon_sym_where] = ACTIONS(4473), - [anon_sym_object] = ACTIONS(4473), - [anon_sym_fun] = ACTIONS(4473), - [anon_sym_DOT] = ACTIONS(4473), - [anon_sym_SEMI] = ACTIONS(4475), - [anon_sym_get] = ACTIONS(4473), - [anon_sym_set] = ACTIONS(4473), - [anon_sym_this] = ACTIONS(4473), - [anon_sym_super] = ACTIONS(4473), - [anon_sym_STAR] = ACTIONS(4473), - [sym_label] = ACTIONS(4473), - [anon_sym_in] = ACTIONS(4473), - [anon_sym_DOT_DOT] = ACTIONS(4475), - [anon_sym_QMARK_COLON] = ACTIONS(4475), - [anon_sym_AMP_AMP] = ACTIONS(4475), - [anon_sym_PIPE_PIPE] = ACTIONS(4475), - [anon_sym_null] = ACTIONS(4473), - [anon_sym_if] = ACTIONS(4473), - [anon_sym_else] = ACTIONS(4473), - [anon_sym_when] = ACTIONS(4473), - [anon_sym_try] = ACTIONS(4473), - [anon_sym_throw] = ACTIONS(4473), - [anon_sym_return] = ACTIONS(4473), - [anon_sym_continue] = ACTIONS(4473), - [anon_sym_break] = ACTIONS(4473), - [anon_sym_COLON_COLON] = ACTIONS(4475), - [anon_sym_PLUS_EQ] = ACTIONS(4475), - [anon_sym_DASH_EQ] = ACTIONS(4475), - [anon_sym_STAR_EQ] = ACTIONS(4475), - [anon_sym_SLASH_EQ] = ACTIONS(4475), - [anon_sym_PERCENT_EQ] = ACTIONS(4475), - [anon_sym_BANG_EQ] = ACTIONS(4473), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4475), - [anon_sym_EQ_EQ] = ACTIONS(4473), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4475), - [anon_sym_LT_EQ] = ACTIONS(4475), - [anon_sym_GT_EQ] = ACTIONS(4475), - [anon_sym_BANGin] = ACTIONS(4475), - [anon_sym_is] = ACTIONS(4473), - [anon_sym_BANGis] = ACTIONS(4475), - [anon_sym_PLUS] = ACTIONS(4473), - [anon_sym_DASH] = ACTIONS(4473), - [anon_sym_SLASH] = ACTIONS(4473), - [anon_sym_PERCENT] = ACTIONS(4473), - [anon_sym_as_QMARK] = ACTIONS(4475), - [anon_sym_PLUS_PLUS] = ACTIONS(4475), - [anon_sym_DASH_DASH] = ACTIONS(4475), - [anon_sym_BANG] = ACTIONS(4473), - [anon_sym_BANG_BANG] = ACTIONS(4475), - [anon_sym_suspend] = ACTIONS(4473), - [anon_sym_sealed] = ACTIONS(4473), - [anon_sym_annotation] = ACTIONS(4473), - [anon_sym_data] = ACTIONS(4473), - [anon_sym_inner] = ACTIONS(4473), - [anon_sym_override] = ACTIONS(4473), - [anon_sym_lateinit] = ACTIONS(4473), - [anon_sym_public] = ACTIONS(4473), - [anon_sym_private] = ACTIONS(4473), - [anon_sym_internal] = ACTIONS(4473), - [anon_sym_protected] = ACTIONS(4473), - [anon_sym_tailrec] = ACTIONS(4473), - [anon_sym_operator] = ACTIONS(4473), - [anon_sym_infix] = ACTIONS(4473), - [anon_sym_inline] = ACTIONS(4473), - [anon_sym_external] = ACTIONS(4473), - [sym_property_modifier] = ACTIONS(4473), - [anon_sym_abstract] = ACTIONS(4473), - [anon_sym_final] = ACTIONS(4473), - [anon_sym_open] = ACTIONS(4473), - [anon_sym_vararg] = ACTIONS(4473), - [anon_sym_noinline] = ACTIONS(4473), - [anon_sym_crossinline] = ACTIONS(4473), - [anon_sym_expect] = ACTIONS(4473), - [anon_sym_actual] = ACTIONS(4473), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4475), - [anon_sym_continue_AT] = ACTIONS(4475), - [anon_sym_break_AT] = ACTIONS(4475), - [sym_real_literal] = ACTIONS(4475), - [sym_integer_literal] = ACTIONS(4473), - [sym_hex_literal] = ACTIONS(4475), - [sym_bin_literal] = ACTIONS(4475), - [aux_sym_unsigned_literal_token1] = ACTIONS(4477), - [anon_sym_L] = ACTIONS(4479), - [anon_sym_true] = ACTIONS(4473), - [anon_sym_false] = ACTIONS(4473), - [anon_sym_SQUOTE] = ACTIONS(4475), - [sym__backtick_identifier] = ACTIONS(4475), - [sym__automatic_semicolon] = ACTIONS(4475), - [sym_safe_nav] = ACTIONS(4475), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4475), - }, - [928] = { - [sym_class_body] = STATE(1092), - [sym_type_constraints] = STATE(1005), - [sym__alpha_identifier] = ACTIONS(4481), - [anon_sym_AT] = ACTIONS(4483), - [anon_sym_LBRACK] = ACTIONS(4483), - [anon_sym_as] = ACTIONS(4481), - [anon_sym_EQ] = ACTIONS(4481), - [anon_sym_LBRACE] = ACTIONS(3156), - [anon_sym_RBRACE] = ACTIONS(4483), - [anon_sym_LPAREN] = ACTIONS(4483), - [anon_sym_COMMA] = ACTIONS(4483), - [anon_sym_LT] = ACTIONS(4481), - [anon_sym_GT] = ACTIONS(4481), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(4481), - [anon_sym_fun] = ACTIONS(4481), - [anon_sym_DOT] = ACTIONS(4481), - [anon_sym_SEMI] = ACTIONS(4483), - [anon_sym_get] = ACTIONS(4481), - [anon_sym_set] = ACTIONS(4481), - [anon_sym_this] = ACTIONS(4481), - [anon_sym_super] = ACTIONS(4481), - [anon_sym_STAR] = ACTIONS(4481), - [sym_label] = ACTIONS(4481), - [anon_sym_in] = ACTIONS(4481), - [anon_sym_DOT_DOT] = ACTIONS(4483), - [anon_sym_QMARK_COLON] = ACTIONS(4483), - [anon_sym_AMP_AMP] = ACTIONS(4483), - [anon_sym_PIPE_PIPE] = ACTIONS(4483), - [anon_sym_null] = ACTIONS(4481), - [anon_sym_if] = ACTIONS(4481), - [anon_sym_else] = ACTIONS(4481), - [anon_sym_when] = ACTIONS(4481), - [anon_sym_try] = ACTIONS(4481), - [anon_sym_throw] = ACTIONS(4481), - [anon_sym_return] = ACTIONS(4481), - [anon_sym_continue] = ACTIONS(4481), - [anon_sym_break] = ACTIONS(4481), - [anon_sym_COLON_COLON] = ACTIONS(4483), - [anon_sym_PLUS_EQ] = ACTIONS(4483), - [anon_sym_DASH_EQ] = ACTIONS(4483), - [anon_sym_STAR_EQ] = ACTIONS(4483), - [anon_sym_SLASH_EQ] = ACTIONS(4483), - [anon_sym_PERCENT_EQ] = ACTIONS(4483), - [anon_sym_BANG_EQ] = ACTIONS(4481), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4483), - [anon_sym_EQ_EQ] = ACTIONS(4481), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4483), - [anon_sym_LT_EQ] = ACTIONS(4483), - [anon_sym_GT_EQ] = ACTIONS(4483), - [anon_sym_BANGin] = ACTIONS(4483), - [anon_sym_is] = ACTIONS(4481), - [anon_sym_BANGis] = ACTIONS(4483), - [anon_sym_PLUS] = ACTIONS(4481), - [anon_sym_DASH] = ACTIONS(4481), - [anon_sym_SLASH] = ACTIONS(4481), - [anon_sym_PERCENT] = ACTIONS(4481), - [anon_sym_as_QMARK] = ACTIONS(4483), - [anon_sym_PLUS_PLUS] = ACTIONS(4483), - [anon_sym_DASH_DASH] = ACTIONS(4483), - [anon_sym_BANG] = ACTIONS(4481), - [anon_sym_BANG_BANG] = ACTIONS(4483), - [anon_sym_suspend] = ACTIONS(4481), - [anon_sym_sealed] = ACTIONS(4481), - [anon_sym_annotation] = ACTIONS(4481), - [anon_sym_data] = ACTIONS(4481), - [anon_sym_inner] = ACTIONS(4481), - [anon_sym_override] = ACTIONS(4481), - [anon_sym_lateinit] = ACTIONS(4481), - [anon_sym_public] = ACTIONS(4481), - [anon_sym_private] = ACTIONS(4481), - [anon_sym_internal] = ACTIONS(4481), - [anon_sym_protected] = ACTIONS(4481), - [anon_sym_tailrec] = ACTIONS(4481), - [anon_sym_operator] = ACTIONS(4481), - [anon_sym_infix] = ACTIONS(4481), - [anon_sym_inline] = ACTIONS(4481), - [anon_sym_external] = ACTIONS(4481), - [sym_property_modifier] = ACTIONS(4481), - [anon_sym_abstract] = ACTIONS(4481), - [anon_sym_final] = ACTIONS(4481), - [anon_sym_open] = ACTIONS(4481), - [anon_sym_vararg] = ACTIONS(4481), - [anon_sym_noinline] = ACTIONS(4481), - [anon_sym_crossinline] = ACTIONS(4481), - [anon_sym_expect] = ACTIONS(4481), - [anon_sym_actual] = ACTIONS(4481), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4483), - [anon_sym_continue_AT] = ACTIONS(4483), - [anon_sym_break_AT] = ACTIONS(4483), - [sym_real_literal] = ACTIONS(4483), - [sym_integer_literal] = ACTIONS(4481), - [sym_hex_literal] = ACTIONS(4483), - [sym_bin_literal] = ACTIONS(4483), - [anon_sym_true] = ACTIONS(4481), - [anon_sym_false] = ACTIONS(4481), - [anon_sym_SQUOTE] = ACTIONS(4483), - [sym__backtick_identifier] = ACTIONS(4483), - [sym__automatic_semicolon] = ACTIONS(4483), - [sym_safe_nav] = ACTIONS(4483), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4483), - }, - [929] = { - [sym_function_body] = STATE(1127), - [sym__block] = STATE(1128), - [sym__alpha_identifier] = ACTIONS(4089), - [anon_sym_AT] = ACTIONS(4091), - [anon_sym_LBRACK] = ACTIONS(4091), - [anon_sym_as] = ACTIONS(4089), - [anon_sym_EQ] = ACTIONS(4079), - [anon_sym_LBRACE] = ACTIONS(4081), - [anon_sym_RBRACE] = ACTIONS(4091), - [anon_sym_LPAREN] = ACTIONS(4091), - [anon_sym_COMMA] = ACTIONS(4091), - [anon_sym_LT] = ACTIONS(4089), - [anon_sym_GT] = ACTIONS(4089), - [anon_sym_where] = ACTIONS(4089), - [anon_sym_object] = ACTIONS(4089), - [anon_sym_fun] = ACTIONS(4089), - [anon_sym_DOT] = ACTIONS(4089), - [anon_sym_SEMI] = ACTIONS(4091), - [anon_sym_get] = ACTIONS(4089), - [anon_sym_set] = ACTIONS(4089), - [anon_sym_this] = ACTIONS(4089), - [anon_sym_super] = ACTIONS(4089), - [anon_sym_STAR] = ACTIONS(4089), - [sym_label] = ACTIONS(4089), - [anon_sym_in] = ACTIONS(4089), - [anon_sym_DOT_DOT] = ACTIONS(4091), - [anon_sym_QMARK_COLON] = ACTIONS(4091), - [anon_sym_AMP_AMP] = ACTIONS(4091), - [anon_sym_PIPE_PIPE] = ACTIONS(4091), - [anon_sym_null] = ACTIONS(4089), - [anon_sym_if] = ACTIONS(4089), - [anon_sym_else] = ACTIONS(4089), - [anon_sym_when] = ACTIONS(4089), - [anon_sym_try] = ACTIONS(4089), - [anon_sym_throw] = ACTIONS(4089), - [anon_sym_return] = ACTIONS(4089), - [anon_sym_continue] = ACTIONS(4089), - [anon_sym_break] = ACTIONS(4089), - [anon_sym_COLON_COLON] = ACTIONS(4091), - [anon_sym_PLUS_EQ] = ACTIONS(4091), - [anon_sym_DASH_EQ] = ACTIONS(4091), - [anon_sym_STAR_EQ] = ACTIONS(4091), - [anon_sym_SLASH_EQ] = ACTIONS(4091), - [anon_sym_PERCENT_EQ] = ACTIONS(4091), - [anon_sym_BANG_EQ] = ACTIONS(4089), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4091), - [anon_sym_EQ_EQ] = ACTIONS(4089), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4091), - [anon_sym_LT_EQ] = ACTIONS(4091), - [anon_sym_GT_EQ] = ACTIONS(4091), - [anon_sym_BANGin] = ACTIONS(4091), - [anon_sym_is] = ACTIONS(4089), - [anon_sym_BANGis] = ACTIONS(4091), - [anon_sym_PLUS] = ACTIONS(4089), - [anon_sym_DASH] = ACTIONS(4089), - [anon_sym_SLASH] = ACTIONS(4089), - [anon_sym_PERCENT] = ACTIONS(4089), - [anon_sym_as_QMARK] = ACTIONS(4091), - [anon_sym_PLUS_PLUS] = ACTIONS(4091), - [anon_sym_DASH_DASH] = ACTIONS(4091), - [anon_sym_BANG] = ACTIONS(4089), - [anon_sym_BANG_BANG] = ACTIONS(4091), - [anon_sym_suspend] = ACTIONS(4089), - [anon_sym_sealed] = ACTIONS(4089), - [anon_sym_annotation] = ACTIONS(4089), - [anon_sym_data] = ACTIONS(4089), - [anon_sym_inner] = ACTIONS(4089), - [anon_sym_override] = ACTIONS(4089), - [anon_sym_lateinit] = ACTIONS(4089), - [anon_sym_public] = ACTIONS(4089), - [anon_sym_private] = ACTIONS(4089), - [anon_sym_internal] = ACTIONS(4089), - [anon_sym_protected] = ACTIONS(4089), - [anon_sym_tailrec] = ACTIONS(4089), - [anon_sym_operator] = ACTIONS(4089), - [anon_sym_infix] = ACTIONS(4089), - [anon_sym_inline] = ACTIONS(4089), - [anon_sym_external] = ACTIONS(4089), - [sym_property_modifier] = ACTIONS(4089), - [anon_sym_abstract] = ACTIONS(4089), - [anon_sym_final] = ACTIONS(4089), - [anon_sym_open] = ACTIONS(4089), - [anon_sym_vararg] = ACTIONS(4089), - [anon_sym_noinline] = ACTIONS(4089), - [anon_sym_crossinline] = ACTIONS(4089), - [anon_sym_expect] = ACTIONS(4089), - [anon_sym_actual] = ACTIONS(4089), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4091), - [anon_sym_continue_AT] = ACTIONS(4091), - [anon_sym_break_AT] = ACTIONS(4091), - [sym_real_literal] = ACTIONS(4091), - [sym_integer_literal] = ACTIONS(4089), - [sym_hex_literal] = ACTIONS(4091), - [sym_bin_literal] = ACTIONS(4091), - [anon_sym_true] = ACTIONS(4089), - [anon_sym_false] = ACTIONS(4089), - [anon_sym_SQUOTE] = ACTIONS(4091), - [sym__backtick_identifier] = ACTIONS(4091), - [sym__automatic_semicolon] = ACTIONS(4091), - [sym_safe_nav] = ACTIONS(4091), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4091), - }, - [930] = { - [aux_sym_type_constraints_repeat1] = STATE(925), - [sym__alpha_identifier] = ACTIONS(4485), - [anon_sym_AT] = ACTIONS(4487), - [anon_sym_LBRACK] = ACTIONS(4487), - [anon_sym_as] = ACTIONS(4485), - [anon_sym_EQ] = ACTIONS(4485), - [anon_sym_LBRACE] = ACTIONS(4487), - [anon_sym_RBRACE] = ACTIONS(4487), - [anon_sym_LPAREN] = ACTIONS(4487), + [sym_function_body] = STATE(1115), + [sym__block] = STATE(1087), + [sym__alpha_identifier] = ACTIONS(4487), + [anon_sym_AT] = ACTIONS(4489), + [anon_sym_LBRACK] = ACTIONS(4489), + [anon_sym_as] = ACTIONS(4487), + [anon_sym_EQ] = ACTIONS(4037), + [anon_sym_LBRACE] = ACTIONS(4039), + [anon_sym_RBRACE] = ACTIONS(4489), + [anon_sym_LPAREN] = ACTIONS(4489), [anon_sym_COMMA] = ACTIONS(4489), - [anon_sym_by] = ACTIONS(4485), - [anon_sym_LT] = ACTIONS(4485), - [anon_sym_GT] = ACTIONS(4485), - [anon_sym_where] = ACTIONS(4485), - [anon_sym_object] = ACTIONS(4485), - [anon_sym_fun] = ACTIONS(4485), - [anon_sym_DOT] = ACTIONS(4485), - [anon_sym_SEMI] = ACTIONS(4487), - [anon_sym_get] = ACTIONS(4485), - [anon_sym_set] = ACTIONS(4485), - [anon_sym_this] = ACTIONS(4485), - [anon_sym_super] = ACTIONS(4485), - [anon_sym_STAR] = ACTIONS(4485), - [sym_label] = ACTIONS(4485), - [anon_sym_in] = ACTIONS(4485), - [anon_sym_DOT_DOT] = ACTIONS(4487), - [anon_sym_QMARK_COLON] = ACTIONS(4487), - [anon_sym_AMP_AMP] = ACTIONS(4487), - [anon_sym_PIPE_PIPE] = ACTIONS(4487), - [anon_sym_null] = ACTIONS(4485), - [anon_sym_if] = ACTIONS(4485), - [anon_sym_else] = ACTIONS(4485), - [anon_sym_when] = ACTIONS(4485), - [anon_sym_try] = ACTIONS(4485), - [anon_sym_throw] = ACTIONS(4485), - [anon_sym_return] = ACTIONS(4485), - [anon_sym_continue] = ACTIONS(4485), - [anon_sym_break] = ACTIONS(4485), - [anon_sym_COLON_COLON] = ACTIONS(4487), - [anon_sym_PLUS_EQ] = ACTIONS(4487), - [anon_sym_DASH_EQ] = ACTIONS(4487), - [anon_sym_STAR_EQ] = ACTIONS(4487), - [anon_sym_SLASH_EQ] = ACTIONS(4487), - [anon_sym_PERCENT_EQ] = ACTIONS(4487), - [anon_sym_BANG_EQ] = ACTIONS(4485), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4487), - [anon_sym_EQ_EQ] = ACTIONS(4485), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4487), - [anon_sym_LT_EQ] = ACTIONS(4487), - [anon_sym_GT_EQ] = ACTIONS(4487), - [anon_sym_BANGin] = ACTIONS(4487), - [anon_sym_is] = ACTIONS(4485), - [anon_sym_BANGis] = ACTIONS(4487), - [anon_sym_PLUS] = ACTIONS(4485), - [anon_sym_DASH] = ACTIONS(4485), - [anon_sym_SLASH] = ACTIONS(4485), - [anon_sym_PERCENT] = ACTIONS(4485), - [anon_sym_as_QMARK] = ACTIONS(4487), - [anon_sym_PLUS_PLUS] = ACTIONS(4487), - [anon_sym_DASH_DASH] = ACTIONS(4487), - [anon_sym_BANG] = ACTIONS(4485), - [anon_sym_BANG_BANG] = ACTIONS(4487), - [anon_sym_suspend] = ACTIONS(4485), - [anon_sym_sealed] = ACTIONS(4485), - [anon_sym_annotation] = ACTIONS(4485), - [anon_sym_data] = ACTIONS(4485), - [anon_sym_inner] = ACTIONS(4485), - [anon_sym_override] = ACTIONS(4485), - [anon_sym_lateinit] = ACTIONS(4485), - [anon_sym_public] = ACTIONS(4485), - [anon_sym_private] = ACTIONS(4485), - [anon_sym_internal] = ACTIONS(4485), - [anon_sym_protected] = ACTIONS(4485), - [anon_sym_tailrec] = ACTIONS(4485), - [anon_sym_operator] = ACTIONS(4485), - [anon_sym_infix] = ACTIONS(4485), - [anon_sym_inline] = ACTIONS(4485), - [anon_sym_external] = ACTIONS(4485), - [sym_property_modifier] = ACTIONS(4485), - [anon_sym_abstract] = ACTIONS(4485), - [anon_sym_final] = ACTIONS(4485), - [anon_sym_open] = ACTIONS(4485), - [anon_sym_vararg] = ACTIONS(4485), - [anon_sym_noinline] = ACTIONS(4485), - [anon_sym_crossinline] = ACTIONS(4485), - [anon_sym_expect] = ACTIONS(4485), - [anon_sym_actual] = ACTIONS(4485), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4487), - [anon_sym_continue_AT] = ACTIONS(4487), - [anon_sym_break_AT] = ACTIONS(4487), - [sym_real_literal] = ACTIONS(4487), - [sym_integer_literal] = ACTIONS(4485), - [sym_hex_literal] = ACTIONS(4487), - [sym_bin_literal] = ACTIONS(4487), - [anon_sym_true] = ACTIONS(4485), - [anon_sym_false] = ACTIONS(4485), - [anon_sym_SQUOTE] = ACTIONS(4487), - [sym__backtick_identifier] = ACTIONS(4487), - [sym__automatic_semicolon] = ACTIONS(4487), - [sym_safe_nav] = ACTIONS(4487), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4487), - }, - [931] = { - [sym_class_body] = STATE(1042), - [sym_type_constraints] = STATE(1018), - [sym__alpha_identifier] = ACTIONS(4197), - [anon_sym_AT] = ACTIONS(4199), - [anon_sym_LBRACK] = ACTIONS(4199), - [anon_sym_as] = ACTIONS(4197), - [anon_sym_EQ] = ACTIONS(4197), - [anon_sym_LBRACE] = ACTIONS(3156), - [anon_sym_RBRACE] = ACTIONS(4199), - [anon_sym_LPAREN] = ACTIONS(4199), - [anon_sym_COMMA] = ACTIONS(4199), - [anon_sym_LT] = ACTIONS(4197), - [anon_sym_GT] = ACTIONS(4197), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(4197), - [anon_sym_fun] = ACTIONS(4197), - [anon_sym_DOT] = ACTIONS(4197), - [anon_sym_SEMI] = ACTIONS(4199), - [anon_sym_get] = ACTIONS(4197), - [anon_sym_set] = ACTIONS(4197), - [anon_sym_this] = ACTIONS(4197), - [anon_sym_super] = ACTIONS(4197), - [anon_sym_STAR] = ACTIONS(4197), - [sym_label] = ACTIONS(4197), - [anon_sym_in] = ACTIONS(4197), - [anon_sym_DOT_DOT] = ACTIONS(4199), - [anon_sym_QMARK_COLON] = ACTIONS(4199), - [anon_sym_AMP_AMP] = ACTIONS(4199), - [anon_sym_PIPE_PIPE] = ACTIONS(4199), - [anon_sym_null] = ACTIONS(4197), - [anon_sym_if] = ACTIONS(4197), - [anon_sym_else] = ACTIONS(4197), - [anon_sym_when] = ACTIONS(4197), - [anon_sym_try] = ACTIONS(4197), - [anon_sym_throw] = ACTIONS(4197), - [anon_sym_return] = ACTIONS(4197), - [anon_sym_continue] = ACTIONS(4197), - [anon_sym_break] = ACTIONS(4197), - [anon_sym_COLON_COLON] = ACTIONS(4199), - [anon_sym_PLUS_EQ] = ACTIONS(4199), - [anon_sym_DASH_EQ] = ACTIONS(4199), - [anon_sym_STAR_EQ] = ACTIONS(4199), - [anon_sym_SLASH_EQ] = ACTIONS(4199), - [anon_sym_PERCENT_EQ] = ACTIONS(4199), - [anon_sym_BANG_EQ] = ACTIONS(4197), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4199), - [anon_sym_EQ_EQ] = ACTIONS(4197), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4199), - [anon_sym_LT_EQ] = ACTIONS(4199), - [anon_sym_GT_EQ] = ACTIONS(4199), - [anon_sym_BANGin] = ACTIONS(4199), - [anon_sym_is] = ACTIONS(4197), - [anon_sym_BANGis] = ACTIONS(4199), - [anon_sym_PLUS] = ACTIONS(4197), - [anon_sym_DASH] = ACTIONS(4197), - [anon_sym_SLASH] = ACTIONS(4197), - [anon_sym_PERCENT] = ACTIONS(4197), - [anon_sym_as_QMARK] = ACTIONS(4199), - [anon_sym_PLUS_PLUS] = ACTIONS(4199), - [anon_sym_DASH_DASH] = ACTIONS(4199), - [anon_sym_BANG] = ACTIONS(4197), - [anon_sym_BANG_BANG] = ACTIONS(4199), - [anon_sym_suspend] = ACTIONS(4197), - [anon_sym_sealed] = ACTIONS(4197), - [anon_sym_annotation] = ACTIONS(4197), - [anon_sym_data] = ACTIONS(4197), - [anon_sym_inner] = ACTIONS(4197), - [anon_sym_override] = ACTIONS(4197), - [anon_sym_lateinit] = ACTIONS(4197), - [anon_sym_public] = ACTIONS(4197), - [anon_sym_private] = ACTIONS(4197), - [anon_sym_internal] = ACTIONS(4197), - [anon_sym_protected] = ACTIONS(4197), - [anon_sym_tailrec] = ACTIONS(4197), - [anon_sym_operator] = ACTIONS(4197), - [anon_sym_infix] = ACTIONS(4197), - [anon_sym_inline] = ACTIONS(4197), - [anon_sym_external] = ACTIONS(4197), - [sym_property_modifier] = ACTIONS(4197), - [anon_sym_abstract] = ACTIONS(4197), - [anon_sym_final] = ACTIONS(4197), - [anon_sym_open] = ACTIONS(4197), - [anon_sym_vararg] = ACTIONS(4197), - [anon_sym_noinline] = ACTIONS(4197), - [anon_sym_crossinline] = ACTIONS(4197), - [anon_sym_expect] = ACTIONS(4197), - [anon_sym_actual] = ACTIONS(4197), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4199), - [anon_sym_continue_AT] = ACTIONS(4199), - [anon_sym_break_AT] = ACTIONS(4199), - [sym_real_literal] = ACTIONS(4199), - [sym_integer_literal] = ACTIONS(4197), - [sym_hex_literal] = ACTIONS(4199), - [sym_bin_literal] = ACTIONS(4199), - [anon_sym_true] = ACTIONS(4197), - [anon_sym_false] = ACTIONS(4197), - [anon_sym_SQUOTE] = ACTIONS(4199), - [sym__backtick_identifier] = ACTIONS(4199), - [sym__automatic_semicolon] = ACTIONS(4199), - [sym_safe_nav] = ACTIONS(4199), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4199), - }, - [932] = { - [sym_function_body] = STATE(1061), - [sym__block] = STATE(1128), - [sym__alpha_identifier] = ACTIONS(4083), - [anon_sym_AT] = ACTIONS(4085), - [anon_sym_LBRACK] = ACTIONS(4085), - [anon_sym_as] = ACTIONS(4083), - [anon_sym_EQ] = ACTIONS(4079), - [anon_sym_LBRACE] = ACTIONS(4081), - [anon_sym_RBRACE] = ACTIONS(4085), - [anon_sym_LPAREN] = ACTIONS(4085), - [anon_sym_COMMA] = ACTIONS(4085), - [anon_sym_LT] = ACTIONS(4083), - [anon_sym_GT] = ACTIONS(4083), - [anon_sym_where] = ACTIONS(4083), - [anon_sym_object] = ACTIONS(4083), - [anon_sym_fun] = ACTIONS(4083), - [anon_sym_DOT] = ACTIONS(4083), - [anon_sym_SEMI] = ACTIONS(4085), - [anon_sym_get] = ACTIONS(4083), - [anon_sym_set] = ACTIONS(4083), - [anon_sym_this] = ACTIONS(4083), - [anon_sym_super] = ACTIONS(4083), - [anon_sym_STAR] = ACTIONS(4083), - [sym_label] = ACTIONS(4083), - [anon_sym_in] = ACTIONS(4083), - [anon_sym_DOT_DOT] = ACTIONS(4085), - [anon_sym_QMARK_COLON] = ACTIONS(4085), - [anon_sym_AMP_AMP] = ACTIONS(4085), - [anon_sym_PIPE_PIPE] = ACTIONS(4085), - [anon_sym_null] = ACTIONS(4083), - [anon_sym_if] = ACTIONS(4083), - [anon_sym_else] = ACTIONS(4083), - [anon_sym_when] = ACTIONS(4083), - [anon_sym_try] = ACTIONS(4083), - [anon_sym_throw] = ACTIONS(4083), - [anon_sym_return] = ACTIONS(4083), - [anon_sym_continue] = ACTIONS(4083), - [anon_sym_break] = ACTIONS(4083), - [anon_sym_COLON_COLON] = ACTIONS(4085), - [anon_sym_PLUS_EQ] = ACTIONS(4085), - [anon_sym_DASH_EQ] = ACTIONS(4085), - [anon_sym_STAR_EQ] = ACTIONS(4085), - [anon_sym_SLASH_EQ] = ACTIONS(4085), - [anon_sym_PERCENT_EQ] = ACTIONS(4085), - [anon_sym_BANG_EQ] = ACTIONS(4083), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4085), - [anon_sym_EQ_EQ] = ACTIONS(4083), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4085), - [anon_sym_LT_EQ] = ACTIONS(4085), - [anon_sym_GT_EQ] = ACTIONS(4085), - [anon_sym_BANGin] = ACTIONS(4085), - [anon_sym_is] = ACTIONS(4083), - [anon_sym_BANGis] = ACTIONS(4085), - [anon_sym_PLUS] = ACTIONS(4083), - [anon_sym_DASH] = ACTIONS(4083), - [anon_sym_SLASH] = ACTIONS(4083), - [anon_sym_PERCENT] = ACTIONS(4083), - [anon_sym_as_QMARK] = ACTIONS(4085), - [anon_sym_PLUS_PLUS] = ACTIONS(4085), - [anon_sym_DASH_DASH] = ACTIONS(4085), - [anon_sym_BANG] = ACTIONS(4083), - [anon_sym_BANG_BANG] = ACTIONS(4085), - [anon_sym_suspend] = ACTIONS(4083), - [anon_sym_sealed] = ACTIONS(4083), - [anon_sym_annotation] = ACTIONS(4083), - [anon_sym_data] = ACTIONS(4083), - [anon_sym_inner] = ACTIONS(4083), - [anon_sym_override] = ACTIONS(4083), - [anon_sym_lateinit] = ACTIONS(4083), - [anon_sym_public] = ACTIONS(4083), - [anon_sym_private] = ACTIONS(4083), - [anon_sym_internal] = ACTIONS(4083), - [anon_sym_protected] = ACTIONS(4083), - [anon_sym_tailrec] = ACTIONS(4083), - [anon_sym_operator] = ACTIONS(4083), - [anon_sym_infix] = ACTIONS(4083), - [anon_sym_inline] = ACTIONS(4083), - [anon_sym_external] = ACTIONS(4083), - [sym_property_modifier] = ACTIONS(4083), - [anon_sym_abstract] = ACTIONS(4083), - [anon_sym_final] = ACTIONS(4083), - [anon_sym_open] = ACTIONS(4083), - [anon_sym_vararg] = ACTIONS(4083), - [anon_sym_noinline] = ACTIONS(4083), - [anon_sym_crossinline] = ACTIONS(4083), - [anon_sym_expect] = ACTIONS(4083), - [anon_sym_actual] = ACTIONS(4083), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4085), - [anon_sym_continue_AT] = ACTIONS(4085), - [anon_sym_break_AT] = ACTIONS(4085), - [sym_real_literal] = ACTIONS(4085), - [sym_integer_literal] = ACTIONS(4083), - [sym_hex_literal] = ACTIONS(4085), - [sym_bin_literal] = ACTIONS(4085), - [anon_sym_true] = ACTIONS(4083), - [anon_sym_false] = ACTIONS(4083), - [anon_sym_SQUOTE] = ACTIONS(4085), - [sym__backtick_identifier] = ACTIONS(4085), - [sym__automatic_semicolon] = ACTIONS(4085), - [sym_safe_nav] = ACTIONS(4085), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4085), - }, - [933] = { - [sym__expression] = STATE(4238), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_when_condition] = STATE(8777), - [sym_range_test] = STATE(8703), - [sym_type_test] = STATE(8703), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__in_operator] = STATE(1932), - [sym__is_operator] = STATE(5796), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(2296), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(845), - [sym_label] = ACTIONS(853), - [anon_sym_in] = ACTIONS(3818), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(2022), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(2024), - [anon_sym_return] = ACTIONS(2026), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_BANGin] = ACTIONS(3822), - [anon_sym_is] = ACTIONS(3824), - [anon_sym_BANGis] = ACTIONS(3826), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(853), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), + [anon_sym_LT] = ACTIONS(4487), + [anon_sym_GT] = ACTIONS(4487), + [anon_sym_where] = ACTIONS(4487), + [anon_sym_object] = ACTIONS(4487), + [anon_sym_fun] = ACTIONS(4487), + [anon_sym_DOT] = ACTIONS(4487), + [anon_sym_SEMI] = ACTIONS(4489), + [anon_sym_get] = ACTIONS(4487), + [anon_sym_set] = ACTIONS(4487), + [anon_sym_this] = ACTIONS(4487), + [anon_sym_super] = ACTIONS(4487), + [anon_sym_STAR] = ACTIONS(4487), + [sym_label] = ACTIONS(4487), + [anon_sym_in] = ACTIONS(4487), + [anon_sym_DOT_DOT] = ACTIONS(4489), + [anon_sym_QMARK_COLON] = ACTIONS(4489), + [anon_sym_AMP_AMP] = ACTIONS(4489), + [anon_sym_PIPE_PIPE] = ACTIONS(4489), + [anon_sym_null] = ACTIONS(4487), + [anon_sym_if] = ACTIONS(4487), + [anon_sym_else] = ACTIONS(4487), + [anon_sym_when] = ACTIONS(4487), + [anon_sym_try] = ACTIONS(4487), + [anon_sym_throw] = ACTIONS(4487), + [anon_sym_return] = ACTIONS(4487), + [anon_sym_continue] = ACTIONS(4487), + [anon_sym_break] = ACTIONS(4487), + [anon_sym_COLON_COLON] = ACTIONS(4489), + [anon_sym_PLUS_EQ] = ACTIONS(4489), + [anon_sym_DASH_EQ] = ACTIONS(4489), + [anon_sym_STAR_EQ] = ACTIONS(4489), + [anon_sym_SLASH_EQ] = ACTIONS(4489), + [anon_sym_PERCENT_EQ] = ACTIONS(4489), + [anon_sym_BANG_EQ] = ACTIONS(4487), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4489), + [anon_sym_EQ_EQ] = ACTIONS(4487), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4489), + [anon_sym_LT_EQ] = ACTIONS(4489), + [anon_sym_GT_EQ] = ACTIONS(4489), + [anon_sym_BANGin] = ACTIONS(4489), + [anon_sym_is] = ACTIONS(4487), + [anon_sym_BANGis] = ACTIONS(4489), + [anon_sym_PLUS] = ACTIONS(4487), + [anon_sym_DASH] = ACTIONS(4487), + [anon_sym_SLASH] = ACTIONS(4487), + [anon_sym_PERCENT] = ACTIONS(4487), + [anon_sym_as_QMARK] = ACTIONS(4489), + [anon_sym_PLUS_PLUS] = ACTIONS(4489), + [anon_sym_DASH_DASH] = ACTIONS(4489), + [anon_sym_BANG] = ACTIONS(4487), + [anon_sym_BANG_BANG] = ACTIONS(4489), + [anon_sym_suspend] = ACTIONS(4487), + [anon_sym_sealed] = ACTIONS(4487), + [anon_sym_annotation] = ACTIONS(4487), + [anon_sym_data] = ACTIONS(4487), + [anon_sym_inner] = ACTIONS(4487), + [anon_sym_override] = ACTIONS(4487), + [anon_sym_lateinit] = ACTIONS(4487), + [anon_sym_public] = ACTIONS(4487), + [anon_sym_private] = ACTIONS(4487), + [anon_sym_internal] = ACTIONS(4487), + [anon_sym_protected] = ACTIONS(4487), + [anon_sym_tailrec] = ACTIONS(4487), + [anon_sym_operator] = ACTIONS(4487), + [anon_sym_infix] = ACTIONS(4487), + [anon_sym_inline] = ACTIONS(4487), + [anon_sym_external] = ACTIONS(4487), + [sym_property_modifier] = ACTIONS(4487), + [anon_sym_abstract] = ACTIONS(4487), + [anon_sym_final] = ACTIONS(4487), + [anon_sym_open] = ACTIONS(4487), + [anon_sym_vararg] = ACTIONS(4487), + [anon_sym_noinline] = ACTIONS(4487), + [anon_sym_crossinline] = ACTIONS(4487), + [anon_sym_expect] = ACTIONS(4487), + [anon_sym_actual] = ACTIONS(4487), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4489), + [anon_sym_continue_AT] = ACTIONS(4489), + [anon_sym_break_AT] = ACTIONS(4489), + [sym_real_literal] = ACTIONS(4489), + [sym_integer_literal] = ACTIONS(4487), + [sym_hex_literal] = ACTIONS(4489), + [sym_bin_literal] = ACTIONS(4489), + [anon_sym_true] = ACTIONS(4487), + [anon_sym_false] = ACTIONS(4487), + [anon_sym_SQUOTE] = ACTIONS(4489), + [sym__backtick_identifier] = ACTIONS(4489), + [sym__automatic_semicolon] = ACTIONS(4489), + [sym_safe_nav] = ACTIONS(4489), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4489), }, - [934] = { - [aux_sym_type_constraints_repeat1] = STATE(930), + [926] = { [sym__alpha_identifier] = ACTIONS(4491), [anon_sym_AT] = ACTIONS(4493), [anon_sym_LBRACK] = ACTIONS(4493), @@ -144288,7 +143555,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(4493), [anon_sym_RBRACE] = ACTIONS(4493), [anon_sym_LPAREN] = ACTIONS(4493), - [anon_sym_COMMA] = ACTIONS(4489), + [anon_sym_COMMA] = ACTIONS(4493), [anon_sym_by] = ACTIONS(4491), [anon_sym_LT] = ACTIONS(4491), [anon_sym_GT] = ACTIONS(4491), @@ -144301,6 +143568,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(4491), [anon_sym_this] = ACTIONS(4491), [anon_sym_super] = ACTIONS(4491), + [sym__quest] = ACTIONS(4491), [anon_sym_STAR] = ACTIONS(4491), [sym_label] = ACTIONS(4491), [anon_sym_in] = ACTIONS(4491), @@ -144383,290 +143651,710 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(4493), }, - [935] = { - [sym_type_constraints] = STATE(949), - [sym_enum_class_body] = STATE(1169), - [sym__alpha_identifier] = ACTIONS(4495), - [anon_sym_AT] = ACTIONS(4497), - [anon_sym_LBRACK] = ACTIONS(4497), - [anon_sym_as] = ACTIONS(4495), - [anon_sym_EQ] = ACTIONS(4495), - [anon_sym_LBRACE] = ACTIONS(3144), - [anon_sym_RBRACE] = ACTIONS(4497), - [anon_sym_LPAREN] = ACTIONS(4497), - [anon_sym_COMMA] = ACTIONS(4497), - [anon_sym_LT] = ACTIONS(4495), - [anon_sym_GT] = ACTIONS(4495), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(4495), - [anon_sym_fun] = ACTIONS(4495), - [anon_sym_DOT] = ACTIONS(4495), - [anon_sym_SEMI] = ACTIONS(4497), - [anon_sym_get] = ACTIONS(4495), - [anon_sym_set] = ACTIONS(4495), - [anon_sym_this] = ACTIONS(4495), - [anon_sym_super] = ACTIONS(4495), - [anon_sym_STAR] = ACTIONS(4495), - [sym_label] = ACTIONS(4495), - [anon_sym_in] = ACTIONS(4495), - [anon_sym_DOT_DOT] = ACTIONS(4497), - [anon_sym_QMARK_COLON] = ACTIONS(4497), - [anon_sym_AMP_AMP] = ACTIONS(4497), - [anon_sym_PIPE_PIPE] = ACTIONS(4497), - [anon_sym_null] = ACTIONS(4495), - [anon_sym_if] = ACTIONS(4495), - [anon_sym_else] = ACTIONS(4495), - [anon_sym_when] = ACTIONS(4495), - [anon_sym_try] = ACTIONS(4495), - [anon_sym_throw] = ACTIONS(4495), - [anon_sym_return] = ACTIONS(4495), - [anon_sym_continue] = ACTIONS(4495), - [anon_sym_break] = ACTIONS(4495), - [anon_sym_COLON_COLON] = ACTIONS(4497), - [anon_sym_PLUS_EQ] = ACTIONS(4497), - [anon_sym_DASH_EQ] = ACTIONS(4497), - [anon_sym_STAR_EQ] = ACTIONS(4497), - [anon_sym_SLASH_EQ] = ACTIONS(4497), - [anon_sym_PERCENT_EQ] = ACTIONS(4497), - [anon_sym_BANG_EQ] = ACTIONS(4495), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4497), - [anon_sym_EQ_EQ] = ACTIONS(4495), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4497), - [anon_sym_LT_EQ] = ACTIONS(4497), - [anon_sym_GT_EQ] = ACTIONS(4497), - [anon_sym_BANGin] = ACTIONS(4497), - [anon_sym_is] = ACTIONS(4495), - [anon_sym_BANGis] = ACTIONS(4497), - [anon_sym_PLUS] = ACTIONS(4495), - [anon_sym_DASH] = ACTIONS(4495), - [anon_sym_SLASH] = ACTIONS(4495), - [anon_sym_PERCENT] = ACTIONS(4495), - [anon_sym_as_QMARK] = ACTIONS(4497), - [anon_sym_PLUS_PLUS] = ACTIONS(4497), - [anon_sym_DASH_DASH] = ACTIONS(4497), - [anon_sym_BANG] = ACTIONS(4495), - [anon_sym_BANG_BANG] = ACTIONS(4497), - [anon_sym_suspend] = ACTIONS(4495), - [anon_sym_sealed] = ACTIONS(4495), - [anon_sym_annotation] = ACTIONS(4495), - [anon_sym_data] = ACTIONS(4495), - [anon_sym_inner] = ACTIONS(4495), - [anon_sym_override] = ACTIONS(4495), - [anon_sym_lateinit] = ACTIONS(4495), - [anon_sym_public] = ACTIONS(4495), - [anon_sym_private] = ACTIONS(4495), - [anon_sym_internal] = ACTIONS(4495), - [anon_sym_protected] = ACTIONS(4495), - [anon_sym_tailrec] = ACTIONS(4495), - [anon_sym_operator] = ACTIONS(4495), - [anon_sym_infix] = ACTIONS(4495), - [anon_sym_inline] = ACTIONS(4495), - [anon_sym_external] = ACTIONS(4495), - [sym_property_modifier] = ACTIONS(4495), - [anon_sym_abstract] = ACTIONS(4495), - [anon_sym_final] = ACTIONS(4495), - [anon_sym_open] = ACTIONS(4495), - [anon_sym_vararg] = ACTIONS(4495), - [anon_sym_noinline] = ACTIONS(4495), - [anon_sym_crossinline] = ACTIONS(4495), - [anon_sym_expect] = ACTIONS(4495), - [anon_sym_actual] = ACTIONS(4495), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4497), - [anon_sym_continue_AT] = ACTIONS(4497), - [anon_sym_break_AT] = ACTIONS(4497), - [sym_real_literal] = ACTIONS(4497), - [sym_integer_literal] = ACTIONS(4495), - [sym_hex_literal] = ACTIONS(4497), - [sym_bin_literal] = ACTIONS(4497), - [anon_sym_true] = ACTIONS(4495), - [anon_sym_false] = ACTIONS(4495), - [anon_sym_SQUOTE] = ACTIONS(4497), - [sym__backtick_identifier] = ACTIONS(4497), - [sym__automatic_semicolon] = ACTIONS(4497), - [sym_safe_nav] = ACTIONS(4497), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4497), + [927] = { + [sym_class_body] = STATE(1181), + [sym_type_constraints] = STATE(1022), + [sym__alpha_identifier] = ACTIONS(3186), + [anon_sym_AT] = ACTIONS(3190), + [anon_sym_COLON] = ACTIONS(3250), + [anon_sym_LBRACK] = ACTIONS(3190), + [anon_sym_as] = ACTIONS(3186), + [anon_sym_EQ] = ACTIONS(3186), + [anon_sym_LBRACE] = ACTIONS(3180), + [anon_sym_RBRACE] = ACTIONS(3190), + [anon_sym_LPAREN] = ACTIONS(3190), + [anon_sym_LT] = ACTIONS(3186), + [anon_sym_GT] = ACTIONS(3186), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(3186), + [anon_sym_fun] = ACTIONS(3186), + [anon_sym_DOT] = ACTIONS(3186), + [anon_sym_SEMI] = ACTIONS(3190), + [anon_sym_get] = ACTIONS(3186), + [anon_sym_set] = ACTIONS(3186), + [anon_sym_this] = ACTIONS(3186), + [anon_sym_super] = ACTIONS(3186), + [anon_sym_STAR] = ACTIONS(3186), + [sym_label] = ACTIONS(3186), + [anon_sym_in] = ACTIONS(3186), + [anon_sym_DOT_DOT] = ACTIONS(3190), + [anon_sym_QMARK_COLON] = ACTIONS(3190), + [anon_sym_AMP_AMP] = ACTIONS(3190), + [anon_sym_PIPE_PIPE] = ACTIONS(3190), + [anon_sym_null] = ACTIONS(3186), + [anon_sym_if] = ACTIONS(3186), + [anon_sym_else] = ACTIONS(3186), + [anon_sym_when] = ACTIONS(3186), + [anon_sym_try] = ACTIONS(3186), + [anon_sym_throw] = ACTIONS(3186), + [anon_sym_return] = ACTIONS(3186), + [anon_sym_continue] = ACTIONS(3186), + [anon_sym_break] = ACTIONS(3186), + [anon_sym_COLON_COLON] = ACTIONS(3190), + [anon_sym_PLUS_EQ] = ACTIONS(3190), + [anon_sym_DASH_EQ] = ACTIONS(3190), + [anon_sym_STAR_EQ] = ACTIONS(3190), + [anon_sym_SLASH_EQ] = ACTIONS(3190), + [anon_sym_PERCENT_EQ] = ACTIONS(3190), + [anon_sym_BANG_EQ] = ACTIONS(3186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3190), + [anon_sym_EQ_EQ] = ACTIONS(3186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3190), + [anon_sym_LT_EQ] = ACTIONS(3190), + [anon_sym_GT_EQ] = ACTIONS(3190), + [anon_sym_BANGin] = ACTIONS(3190), + [anon_sym_is] = ACTIONS(3186), + [anon_sym_BANGis] = ACTIONS(3190), + [anon_sym_PLUS] = ACTIONS(3186), + [anon_sym_DASH] = ACTIONS(3186), + [anon_sym_SLASH] = ACTIONS(3186), + [anon_sym_PERCENT] = ACTIONS(3186), + [anon_sym_as_QMARK] = ACTIONS(3190), + [anon_sym_PLUS_PLUS] = ACTIONS(3190), + [anon_sym_DASH_DASH] = ACTIONS(3190), + [anon_sym_BANG] = ACTIONS(3186), + [anon_sym_BANG_BANG] = ACTIONS(3190), + [anon_sym_suspend] = ACTIONS(3186), + [anon_sym_sealed] = ACTIONS(3186), + [anon_sym_annotation] = ACTIONS(3186), + [anon_sym_data] = ACTIONS(3186), + [anon_sym_inner] = ACTIONS(3186), + [anon_sym_override] = ACTIONS(3186), + [anon_sym_lateinit] = ACTIONS(3186), + [anon_sym_public] = ACTIONS(3186), + [anon_sym_private] = ACTIONS(3186), + [anon_sym_internal] = ACTIONS(3186), + [anon_sym_protected] = ACTIONS(3186), + [anon_sym_tailrec] = ACTIONS(3186), + [anon_sym_operator] = ACTIONS(3186), + [anon_sym_infix] = ACTIONS(3186), + [anon_sym_inline] = ACTIONS(3186), + [anon_sym_external] = ACTIONS(3186), + [sym_property_modifier] = ACTIONS(3186), + [anon_sym_abstract] = ACTIONS(3186), + [anon_sym_final] = ACTIONS(3186), + [anon_sym_open] = ACTIONS(3186), + [anon_sym_vararg] = ACTIONS(3186), + [anon_sym_noinline] = ACTIONS(3186), + [anon_sym_crossinline] = ACTIONS(3186), + [anon_sym_expect] = ACTIONS(3186), + [anon_sym_actual] = ACTIONS(3186), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3190), + [anon_sym_continue_AT] = ACTIONS(3190), + [anon_sym_break_AT] = ACTIONS(3190), + [sym_real_literal] = ACTIONS(3190), + [sym_integer_literal] = ACTIONS(3186), + [sym_hex_literal] = ACTIONS(3190), + [sym_bin_literal] = ACTIONS(3190), + [anon_sym_true] = ACTIONS(3186), + [anon_sym_false] = ACTIONS(3186), + [anon_sym_SQUOTE] = ACTIONS(3190), + [sym__backtick_identifier] = ACTIONS(3190), + [sym__automatic_semicolon] = ACTIONS(3190), + [sym_safe_nav] = ACTIONS(3190), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3190), }, - [936] = { - [sym_getter] = STATE(3756), - [sym_setter] = STATE(3756), - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(1922), - [sym__comparison_operator] = STATE(1923), - [sym__in_operator] = STATE(1928), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(2019), - [sym__multiplicative_operator] = STATE(2048), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_modifiers] = STATE(8637), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2068), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(1754), - [anon_sym_LPAREN] = ACTIONS(3570), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(4342), - [anon_sym_DOT] = ACTIONS(3574), + [928] = { + [sym__alpha_identifier] = ACTIONS(4272), + [anon_sym_AT] = ACTIONS(4274), + [anon_sym_LBRACK] = ACTIONS(4274), + [anon_sym_as] = ACTIONS(4272), + [anon_sym_EQ] = ACTIONS(4272), + [anon_sym_LBRACE] = ACTIONS(4274), + [anon_sym_RBRACE] = ACTIONS(4274), + [anon_sym_LPAREN] = ACTIONS(4274), + [anon_sym_COMMA] = ACTIONS(4274), + [anon_sym_by] = ACTIONS(4272), + [anon_sym_LT] = ACTIONS(4272), + [anon_sym_GT] = ACTIONS(4272), + [anon_sym_where] = ACTIONS(4272), + [anon_sym_object] = ACTIONS(4272), + [anon_sym_fun] = ACTIONS(4272), + [anon_sym_DOT] = ACTIONS(4272), + [anon_sym_SEMI] = ACTIONS(4274), + [anon_sym_get] = ACTIONS(4272), + [anon_sym_set] = ACTIONS(4272), + [anon_sym_this] = ACTIONS(4272), + [anon_sym_super] = ACTIONS(4272), + [sym__quest] = ACTIONS(4272), + [anon_sym_STAR] = ACTIONS(4272), + [sym_label] = ACTIONS(4272), + [anon_sym_in] = ACTIONS(4272), + [anon_sym_DOT_DOT] = ACTIONS(4274), + [anon_sym_QMARK_COLON] = ACTIONS(4274), + [anon_sym_AMP_AMP] = ACTIONS(4274), + [anon_sym_PIPE_PIPE] = ACTIONS(4274), + [anon_sym_null] = ACTIONS(4272), + [anon_sym_if] = ACTIONS(4272), + [anon_sym_else] = ACTIONS(4272), + [anon_sym_when] = ACTIONS(4272), + [anon_sym_try] = ACTIONS(4272), + [anon_sym_throw] = ACTIONS(4272), + [anon_sym_return] = ACTIONS(4272), + [anon_sym_continue] = ACTIONS(4272), + [anon_sym_break] = ACTIONS(4272), + [anon_sym_COLON_COLON] = ACTIONS(4274), + [anon_sym_PLUS_EQ] = ACTIONS(4274), + [anon_sym_DASH_EQ] = ACTIONS(4274), + [anon_sym_STAR_EQ] = ACTIONS(4274), + [anon_sym_SLASH_EQ] = ACTIONS(4274), + [anon_sym_PERCENT_EQ] = ACTIONS(4274), + [anon_sym_BANG_EQ] = ACTIONS(4272), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4274), + [anon_sym_EQ_EQ] = ACTIONS(4272), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4274), + [anon_sym_LT_EQ] = ACTIONS(4274), + [anon_sym_GT_EQ] = ACTIONS(4274), + [anon_sym_BANGin] = ACTIONS(4274), + [anon_sym_is] = ACTIONS(4272), + [anon_sym_BANGis] = ACTIONS(4274), + [anon_sym_PLUS] = ACTIONS(4272), + [anon_sym_DASH] = ACTIONS(4272), + [anon_sym_SLASH] = ACTIONS(4272), + [anon_sym_PERCENT] = ACTIONS(4272), + [anon_sym_as_QMARK] = ACTIONS(4274), + [anon_sym_PLUS_PLUS] = ACTIONS(4274), + [anon_sym_DASH_DASH] = ACTIONS(4274), + [anon_sym_BANG] = ACTIONS(4272), + [anon_sym_BANG_BANG] = ACTIONS(4274), + [anon_sym_suspend] = ACTIONS(4272), + [anon_sym_sealed] = ACTIONS(4272), + [anon_sym_annotation] = ACTIONS(4272), + [anon_sym_data] = ACTIONS(4272), + [anon_sym_inner] = ACTIONS(4272), + [anon_sym_override] = ACTIONS(4272), + [anon_sym_lateinit] = ACTIONS(4272), + [anon_sym_public] = ACTIONS(4272), + [anon_sym_private] = ACTIONS(4272), + [anon_sym_internal] = ACTIONS(4272), + [anon_sym_protected] = ACTIONS(4272), + [anon_sym_tailrec] = ACTIONS(4272), + [anon_sym_operator] = ACTIONS(4272), + [anon_sym_infix] = ACTIONS(4272), + [anon_sym_inline] = ACTIONS(4272), + [anon_sym_external] = ACTIONS(4272), + [sym_property_modifier] = ACTIONS(4272), + [anon_sym_abstract] = ACTIONS(4272), + [anon_sym_final] = ACTIONS(4272), + [anon_sym_open] = ACTIONS(4272), + [anon_sym_vararg] = ACTIONS(4272), + [anon_sym_noinline] = ACTIONS(4272), + [anon_sym_crossinline] = ACTIONS(4272), + [anon_sym_expect] = ACTIONS(4272), + [anon_sym_actual] = ACTIONS(4272), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4274), + [anon_sym_continue_AT] = ACTIONS(4274), + [anon_sym_break_AT] = ACTIONS(4274), + [sym_real_literal] = ACTIONS(4274), + [sym_integer_literal] = ACTIONS(4272), + [sym_hex_literal] = ACTIONS(4274), + [sym_bin_literal] = ACTIONS(4274), + [anon_sym_true] = ACTIONS(4272), + [anon_sym_false] = ACTIONS(4272), + [anon_sym_SQUOTE] = ACTIONS(4274), + [sym__backtick_identifier] = ACTIONS(4274), + [sym__automatic_semicolon] = ACTIONS(4274), + [sym_safe_nav] = ACTIONS(4274), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4274), + }, + [929] = { + [sym_type_constraints] = STATE(971), + [sym_enum_class_body] = STATE(1181), + [sym__alpha_identifier] = ACTIONS(3186), + [anon_sym_AT] = ACTIONS(3190), + [anon_sym_COLON] = ACTIONS(3268), + [anon_sym_LBRACK] = ACTIONS(3190), + [anon_sym_as] = ACTIONS(3186), + [anon_sym_EQ] = ACTIONS(3186), + [anon_sym_LBRACE] = ACTIONS(3156), + [anon_sym_RBRACE] = ACTIONS(3190), + [anon_sym_LPAREN] = ACTIONS(3190), + [anon_sym_LT] = ACTIONS(3186), + [anon_sym_GT] = ACTIONS(3186), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(3186), + [anon_sym_fun] = ACTIONS(3186), + [anon_sym_DOT] = ACTIONS(3186), + [anon_sym_SEMI] = ACTIONS(3190), + [anon_sym_get] = ACTIONS(3186), + [anon_sym_set] = ACTIONS(3186), + [anon_sym_this] = ACTIONS(3186), + [anon_sym_super] = ACTIONS(3186), + [anon_sym_STAR] = ACTIONS(3186), + [sym_label] = ACTIONS(3186), + [anon_sym_in] = ACTIONS(3186), + [anon_sym_DOT_DOT] = ACTIONS(3190), + [anon_sym_QMARK_COLON] = ACTIONS(3190), + [anon_sym_AMP_AMP] = ACTIONS(3190), + [anon_sym_PIPE_PIPE] = ACTIONS(3190), + [anon_sym_null] = ACTIONS(3186), + [anon_sym_if] = ACTIONS(3186), + [anon_sym_else] = ACTIONS(3186), + [anon_sym_when] = ACTIONS(3186), + [anon_sym_try] = ACTIONS(3186), + [anon_sym_throw] = ACTIONS(3186), + [anon_sym_return] = ACTIONS(3186), + [anon_sym_continue] = ACTIONS(3186), + [anon_sym_break] = ACTIONS(3186), + [anon_sym_COLON_COLON] = ACTIONS(3190), + [anon_sym_PLUS_EQ] = ACTIONS(3190), + [anon_sym_DASH_EQ] = ACTIONS(3190), + [anon_sym_STAR_EQ] = ACTIONS(3190), + [anon_sym_SLASH_EQ] = ACTIONS(3190), + [anon_sym_PERCENT_EQ] = ACTIONS(3190), + [anon_sym_BANG_EQ] = ACTIONS(3186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3190), + [anon_sym_EQ_EQ] = ACTIONS(3186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3190), + [anon_sym_LT_EQ] = ACTIONS(3190), + [anon_sym_GT_EQ] = ACTIONS(3190), + [anon_sym_BANGin] = ACTIONS(3190), + [anon_sym_is] = ACTIONS(3186), + [anon_sym_BANGis] = ACTIONS(3190), + [anon_sym_PLUS] = ACTIONS(3186), + [anon_sym_DASH] = ACTIONS(3186), + [anon_sym_SLASH] = ACTIONS(3186), + [anon_sym_PERCENT] = ACTIONS(3186), + [anon_sym_as_QMARK] = ACTIONS(3190), + [anon_sym_PLUS_PLUS] = ACTIONS(3190), + [anon_sym_DASH_DASH] = ACTIONS(3190), + [anon_sym_BANG] = ACTIONS(3186), + [anon_sym_BANG_BANG] = ACTIONS(3190), + [anon_sym_suspend] = ACTIONS(3186), + [anon_sym_sealed] = ACTIONS(3186), + [anon_sym_annotation] = ACTIONS(3186), + [anon_sym_data] = ACTIONS(3186), + [anon_sym_inner] = ACTIONS(3186), + [anon_sym_override] = ACTIONS(3186), + [anon_sym_lateinit] = ACTIONS(3186), + [anon_sym_public] = ACTIONS(3186), + [anon_sym_private] = ACTIONS(3186), + [anon_sym_internal] = ACTIONS(3186), + [anon_sym_protected] = ACTIONS(3186), + [anon_sym_tailrec] = ACTIONS(3186), + [anon_sym_operator] = ACTIONS(3186), + [anon_sym_infix] = ACTIONS(3186), + [anon_sym_inline] = ACTIONS(3186), + [anon_sym_external] = ACTIONS(3186), + [sym_property_modifier] = ACTIONS(3186), + [anon_sym_abstract] = ACTIONS(3186), + [anon_sym_final] = ACTIONS(3186), + [anon_sym_open] = ACTIONS(3186), + [anon_sym_vararg] = ACTIONS(3186), + [anon_sym_noinline] = ACTIONS(3186), + [anon_sym_crossinline] = ACTIONS(3186), + [anon_sym_expect] = ACTIONS(3186), + [anon_sym_actual] = ACTIONS(3186), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3190), + [anon_sym_continue_AT] = ACTIONS(3190), + [anon_sym_break_AT] = ACTIONS(3190), + [sym_real_literal] = ACTIONS(3190), + [sym_integer_literal] = ACTIONS(3186), + [sym_hex_literal] = ACTIONS(3190), + [sym_bin_literal] = ACTIONS(3190), + [anon_sym_true] = ACTIONS(3186), + [anon_sym_false] = ACTIONS(3186), + [anon_sym_SQUOTE] = ACTIONS(3190), + [sym__backtick_identifier] = ACTIONS(3190), + [sym__automatic_semicolon] = ACTIONS(3190), + [sym_safe_nav] = ACTIONS(3190), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3190), + }, + [930] = { + [sym_class_body] = STATE(1174), + [sym_type_constraints] = STATE(992), + [sym__alpha_identifier] = ACTIONS(4303), + [anon_sym_AT] = ACTIONS(4305), + [anon_sym_COLON] = ACTIONS(4495), + [anon_sym_LBRACK] = ACTIONS(4305), + [anon_sym_as] = ACTIONS(4303), + [anon_sym_EQ] = ACTIONS(4303), + [anon_sym_LBRACE] = ACTIONS(3180), + [anon_sym_RBRACE] = ACTIONS(4305), + [anon_sym_LPAREN] = ACTIONS(4305), + [anon_sym_LT] = ACTIONS(4303), + [anon_sym_GT] = ACTIONS(4303), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(4303), + [anon_sym_fun] = ACTIONS(4303), + [anon_sym_DOT] = ACTIONS(4303), + [anon_sym_SEMI] = ACTIONS(4305), + [anon_sym_get] = ACTIONS(4303), + [anon_sym_set] = ACTIONS(4303), + [anon_sym_this] = ACTIONS(4303), + [anon_sym_super] = ACTIONS(4303), + [anon_sym_STAR] = ACTIONS(4303), + [sym_label] = ACTIONS(4303), + [anon_sym_in] = ACTIONS(4303), + [anon_sym_DOT_DOT] = ACTIONS(4305), + [anon_sym_QMARK_COLON] = ACTIONS(4305), + [anon_sym_AMP_AMP] = ACTIONS(4305), + [anon_sym_PIPE_PIPE] = ACTIONS(4305), + [anon_sym_null] = ACTIONS(4303), + [anon_sym_if] = ACTIONS(4303), + [anon_sym_else] = ACTIONS(4303), + [anon_sym_when] = ACTIONS(4303), + [anon_sym_try] = ACTIONS(4303), + [anon_sym_throw] = ACTIONS(4303), + [anon_sym_return] = ACTIONS(4303), + [anon_sym_continue] = ACTIONS(4303), + [anon_sym_break] = ACTIONS(4303), + [anon_sym_COLON_COLON] = ACTIONS(4305), + [anon_sym_PLUS_EQ] = ACTIONS(4305), + [anon_sym_DASH_EQ] = ACTIONS(4305), + [anon_sym_STAR_EQ] = ACTIONS(4305), + [anon_sym_SLASH_EQ] = ACTIONS(4305), + [anon_sym_PERCENT_EQ] = ACTIONS(4305), + [anon_sym_BANG_EQ] = ACTIONS(4303), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4305), + [anon_sym_EQ_EQ] = ACTIONS(4303), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4305), + [anon_sym_LT_EQ] = ACTIONS(4305), + [anon_sym_GT_EQ] = ACTIONS(4305), + [anon_sym_BANGin] = ACTIONS(4305), + [anon_sym_is] = ACTIONS(4303), + [anon_sym_BANGis] = ACTIONS(4305), + [anon_sym_PLUS] = ACTIONS(4303), + [anon_sym_DASH] = ACTIONS(4303), + [anon_sym_SLASH] = ACTIONS(4303), + [anon_sym_PERCENT] = ACTIONS(4303), + [anon_sym_as_QMARK] = ACTIONS(4305), + [anon_sym_PLUS_PLUS] = ACTIONS(4305), + [anon_sym_DASH_DASH] = ACTIONS(4305), + [anon_sym_BANG] = ACTIONS(4303), + [anon_sym_BANG_BANG] = ACTIONS(4305), + [anon_sym_suspend] = ACTIONS(4303), + [anon_sym_sealed] = ACTIONS(4303), + [anon_sym_annotation] = ACTIONS(4303), + [anon_sym_data] = ACTIONS(4303), + [anon_sym_inner] = ACTIONS(4303), + [anon_sym_override] = ACTIONS(4303), + [anon_sym_lateinit] = ACTIONS(4303), + [anon_sym_public] = ACTIONS(4303), + [anon_sym_private] = ACTIONS(4303), + [anon_sym_internal] = ACTIONS(4303), + [anon_sym_protected] = ACTIONS(4303), + [anon_sym_tailrec] = ACTIONS(4303), + [anon_sym_operator] = ACTIONS(4303), + [anon_sym_infix] = ACTIONS(4303), + [anon_sym_inline] = ACTIONS(4303), + [anon_sym_external] = ACTIONS(4303), + [sym_property_modifier] = ACTIONS(4303), + [anon_sym_abstract] = ACTIONS(4303), + [anon_sym_final] = ACTIONS(4303), + [anon_sym_open] = ACTIONS(4303), + [anon_sym_vararg] = ACTIONS(4303), + [anon_sym_noinline] = ACTIONS(4303), + [anon_sym_crossinline] = ACTIONS(4303), + [anon_sym_expect] = ACTIONS(4303), + [anon_sym_actual] = ACTIONS(4303), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4305), + [anon_sym_continue_AT] = ACTIONS(4305), + [anon_sym_break_AT] = ACTIONS(4305), + [sym_real_literal] = ACTIONS(4305), + [sym_integer_literal] = ACTIONS(4303), + [sym_hex_literal] = ACTIONS(4305), + [sym_bin_literal] = ACTIONS(4305), + [anon_sym_true] = ACTIONS(4303), + [anon_sym_false] = ACTIONS(4303), + [anon_sym_SQUOTE] = ACTIONS(4305), + [sym__backtick_identifier] = ACTIONS(4305), + [sym__automatic_semicolon] = ACTIONS(4305), + [sym_safe_nav] = ACTIONS(4305), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4305), + }, + [931] = { + [sym__alpha_identifier] = ACTIONS(4497), + [anon_sym_AT] = ACTIONS(4499), + [anon_sym_LBRACK] = ACTIONS(4499), + [anon_sym_as] = ACTIONS(4497), + [anon_sym_EQ] = ACTIONS(4497), + [anon_sym_LBRACE] = ACTIONS(4499), + [anon_sym_RBRACE] = ACTIONS(4499), + [anon_sym_LPAREN] = ACTIONS(4499), + [anon_sym_COMMA] = ACTIONS(4499), + [anon_sym_LT] = ACTIONS(4497), + [anon_sym_GT] = ACTIONS(4497), + [anon_sym_where] = ACTIONS(4497), + [anon_sym_object] = ACTIONS(4497), + [anon_sym_fun] = ACTIONS(4497), + [anon_sym_DOT] = ACTIONS(4497), [anon_sym_SEMI] = ACTIONS(4499), - [anon_sym_get] = ACTIONS(4346), - [anon_sym_set] = ACTIONS(4348), - [anon_sym_STAR] = ACTIONS(4350), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(4352), - [anon_sym_DOT_DOT] = ACTIONS(4354), - [anon_sym_QMARK_COLON] = ACTIONS(4356), - [anon_sym_AMP_AMP] = ACTIONS(4358), - [anon_sym_PIPE_PIPE] = ACTIONS(4360), - [anon_sym_else] = ACTIONS(1752), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_BANG_EQ] = ACTIONS(4362), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4364), - [anon_sym_EQ_EQ] = ACTIONS(4362), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4364), - [anon_sym_LT_EQ] = ACTIONS(4366), - [anon_sym_GT_EQ] = ACTIONS(4366), - [anon_sym_BANGin] = ACTIONS(4368), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), - [anon_sym_PLUS] = ACTIONS(4370), - [anon_sym_DASH] = ACTIONS(4370), - [anon_sym_SLASH] = ACTIONS(4372), - [anon_sym_PERCENT] = ACTIONS(4350), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(1746), - [anon_sym_inner] = ACTIONS(1746), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(1748), - [anon_sym_actual] = ACTIONS(1748), + [anon_sym_get] = ACTIONS(4497), + [anon_sym_set] = ACTIONS(4497), + [anon_sym_this] = ACTIONS(4497), + [anon_sym_super] = ACTIONS(4497), + [anon_sym_STAR] = ACTIONS(4497), + [sym_label] = ACTIONS(4497), + [anon_sym_in] = ACTIONS(4497), + [anon_sym_DOT_DOT] = ACTIONS(4499), + [anon_sym_QMARK_COLON] = ACTIONS(4499), + [anon_sym_AMP_AMP] = ACTIONS(4499), + [anon_sym_PIPE_PIPE] = ACTIONS(4499), + [anon_sym_null] = ACTIONS(4497), + [anon_sym_if] = ACTIONS(4497), + [anon_sym_else] = ACTIONS(4497), + [anon_sym_when] = ACTIONS(4497), + [anon_sym_try] = ACTIONS(4497), + [anon_sym_catch] = ACTIONS(4497), + [anon_sym_finally] = ACTIONS(4497), + [anon_sym_throw] = ACTIONS(4497), + [anon_sym_return] = ACTIONS(4497), + [anon_sym_continue] = ACTIONS(4497), + [anon_sym_break] = ACTIONS(4497), + [anon_sym_COLON_COLON] = ACTIONS(4499), + [anon_sym_PLUS_EQ] = ACTIONS(4499), + [anon_sym_DASH_EQ] = ACTIONS(4499), + [anon_sym_STAR_EQ] = ACTIONS(4499), + [anon_sym_SLASH_EQ] = ACTIONS(4499), + [anon_sym_PERCENT_EQ] = ACTIONS(4499), + [anon_sym_BANG_EQ] = ACTIONS(4497), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4499), + [anon_sym_EQ_EQ] = ACTIONS(4497), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4499), + [anon_sym_LT_EQ] = ACTIONS(4499), + [anon_sym_GT_EQ] = ACTIONS(4499), + [anon_sym_BANGin] = ACTIONS(4499), + [anon_sym_is] = ACTIONS(4497), + [anon_sym_BANGis] = ACTIONS(4499), + [anon_sym_PLUS] = ACTIONS(4497), + [anon_sym_DASH] = ACTIONS(4497), + [anon_sym_SLASH] = ACTIONS(4497), + [anon_sym_PERCENT] = ACTIONS(4497), + [anon_sym_as_QMARK] = ACTIONS(4499), + [anon_sym_PLUS_PLUS] = ACTIONS(4499), + [anon_sym_DASH_DASH] = ACTIONS(4499), + [anon_sym_BANG] = ACTIONS(4497), + [anon_sym_BANG_BANG] = ACTIONS(4499), + [anon_sym_suspend] = ACTIONS(4497), + [anon_sym_sealed] = ACTIONS(4497), + [anon_sym_annotation] = ACTIONS(4497), + [anon_sym_data] = ACTIONS(4497), + [anon_sym_inner] = ACTIONS(4497), + [anon_sym_override] = ACTIONS(4497), + [anon_sym_lateinit] = ACTIONS(4497), + [anon_sym_public] = ACTIONS(4497), + [anon_sym_private] = ACTIONS(4497), + [anon_sym_internal] = ACTIONS(4497), + [anon_sym_protected] = ACTIONS(4497), + [anon_sym_tailrec] = ACTIONS(4497), + [anon_sym_operator] = ACTIONS(4497), + [anon_sym_infix] = ACTIONS(4497), + [anon_sym_inline] = ACTIONS(4497), + [anon_sym_external] = ACTIONS(4497), + [sym_property_modifier] = ACTIONS(4497), + [anon_sym_abstract] = ACTIONS(4497), + [anon_sym_final] = ACTIONS(4497), + [anon_sym_open] = ACTIONS(4497), + [anon_sym_vararg] = ACTIONS(4497), + [anon_sym_noinline] = ACTIONS(4497), + [anon_sym_crossinline] = ACTIONS(4497), + [anon_sym_expect] = ACTIONS(4497), + [anon_sym_actual] = ACTIONS(4497), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4499), + [anon_sym_continue_AT] = ACTIONS(4499), + [anon_sym_break_AT] = ACTIONS(4499), + [sym_real_literal] = ACTIONS(4499), + [sym_integer_literal] = ACTIONS(4497), + [sym_hex_literal] = ACTIONS(4499), + [sym_bin_literal] = ACTIONS(4499), + [anon_sym_true] = ACTIONS(4497), + [anon_sym_false] = ACTIONS(4497), + [anon_sym_SQUOTE] = ACTIONS(4499), + [sym__backtick_identifier] = ACTIONS(4499), + [sym__automatic_semicolon] = ACTIONS(4499), + [sym_safe_nav] = ACTIONS(4499), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4499), + }, + [932] = { + [sym__expression] = STATE(4268), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_when_condition] = STATE(8729), + [sym_range_test] = STATE(8860), + [sym_type_test] = STATE(8860), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__in_operator] = STATE(2157), + [sym__is_operator] = STATE(5802), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(1897), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(331), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(2020), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(813), + [sym_label] = ACTIONS(821), + [anon_sym_in] = ACTIONS(3818), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(2022), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(2024), + [anon_sym_return] = ACTIONS(2026), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_BANGin] = ACTIONS(3822), + [anon_sym_is] = ACTIONS(3824), + [anon_sym_BANGis] = ACTIONS(3826), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(821), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(1754), - [sym_safe_nav] = ACTIONS(3596), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(283), }, - [937] = { - [sym_getter] = STATE(3812), - [sym_setter] = STATE(3812), - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(1922), - [sym__comparison_operator] = STATE(1923), - [sym__in_operator] = STATE(1928), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(2019), - [sym__multiplicative_operator] = STATE(2048), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_modifiers] = STATE(8637), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2068), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [aux_sym_modifiers_repeat1] = STATE(5441), + [933] = { + [sym_getter] = STATE(3760), + [sym_setter] = STATE(3760), + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(2278), + [sym__comparison_operator] = STATE(2276), + [sym__in_operator] = STATE(2273), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(2271), + [sym__multiplicative_operator] = STATE(2268), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_modifiers] = STATE(8770), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2266), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), [anon_sym_LBRACE] = ACTIONS(1622), [anon_sym_RBRACE] = ACTIONS(1772), - [anon_sym_LPAREN] = ACTIONS(3570), + [anon_sym_LPAREN] = ACTIONS(3572), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(4342), - [anon_sym_DOT] = ACTIONS(3574), + [anon_sym_GT] = ACTIONS(4350), + [anon_sym_DOT] = ACTIONS(3576), [anon_sym_SEMI] = ACTIONS(4501), - [anon_sym_get] = ACTIONS(4346), - [anon_sym_set] = ACTIONS(4348), - [anon_sym_STAR] = ACTIONS(4350), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(4352), - [anon_sym_DOT_DOT] = ACTIONS(4354), - [anon_sym_QMARK_COLON] = ACTIONS(4356), - [anon_sym_AMP_AMP] = ACTIONS(4358), - [anon_sym_PIPE_PIPE] = ACTIONS(4360), + [anon_sym_get] = ACTIONS(4354), + [anon_sym_set] = ACTIONS(4356), + [anon_sym_STAR] = ACTIONS(4358), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(4360), + [anon_sym_DOT_DOT] = ACTIONS(4362), + [anon_sym_QMARK_COLON] = ACTIONS(4364), + [anon_sym_AMP_AMP] = ACTIONS(4366), + [anon_sym_PIPE_PIPE] = ACTIONS(4368), [anon_sym_else] = ACTIONS(1770), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_BANG_EQ] = ACTIONS(4362), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4364), - [anon_sym_EQ_EQ] = ACTIONS(4362), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4364), - [anon_sym_LT_EQ] = ACTIONS(4366), - [anon_sym_GT_EQ] = ACTIONS(4366), - [anon_sym_BANGin] = ACTIONS(4368), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), - [anon_sym_PLUS] = ACTIONS(4370), - [anon_sym_DASH] = ACTIONS(4370), - [anon_sym_SLASH] = ACTIONS(4372), - [anon_sym_PERCENT] = ACTIONS(4350), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_BANG_EQ] = ACTIONS(4370), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4372), + [anon_sym_EQ_EQ] = ACTIONS(4370), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4372), + [anon_sym_LT_EQ] = ACTIONS(4374), + [anon_sym_GT_EQ] = ACTIONS(4374), + [anon_sym_BANGin] = ACTIONS(4376), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), + [anon_sym_PLUS] = ACTIONS(4378), + [anon_sym_DASH] = ACTIONS(4378), + [anon_sym_SLASH] = ACTIONS(4380), + [anon_sym_PERCENT] = ACTIONS(4358), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -144695,129 +144383,234 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), [sym__automatic_semicolon] = ACTIONS(1772), - [sym_safe_nav] = ACTIONS(3596), + [sym_safe_nav] = ACTIONS(3598), [sym_multiline_comment] = ACTIONS(3), }, - [938] = { - [sym_type_constraints] = STATE(1182), - [sym_function_body] = STATE(1166), - [sym__block] = STATE(1128), - [sym__alpha_identifier] = ACTIONS(4300), - [anon_sym_AT] = ACTIONS(4302), - [anon_sym_LBRACK] = ACTIONS(4302), - [anon_sym_as] = ACTIONS(4300), - [anon_sym_EQ] = ACTIONS(4207), - [anon_sym_LBRACE] = ACTIONS(4081), - [anon_sym_RBRACE] = ACTIONS(4302), - [anon_sym_LPAREN] = ACTIONS(4302), - [anon_sym_LT] = ACTIONS(4300), - [anon_sym_GT] = ACTIONS(4300), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(4300), - [anon_sym_fun] = ACTIONS(4300), - [anon_sym_DOT] = ACTIONS(4300), - [anon_sym_SEMI] = ACTIONS(4302), - [anon_sym_get] = ACTIONS(4300), - [anon_sym_set] = ACTIONS(4300), - [anon_sym_this] = ACTIONS(4300), - [anon_sym_super] = ACTIONS(4300), - [anon_sym_STAR] = ACTIONS(4300), - [sym_label] = ACTIONS(4300), - [anon_sym_in] = ACTIONS(4300), - [anon_sym_DOT_DOT] = ACTIONS(4302), - [anon_sym_QMARK_COLON] = ACTIONS(4302), - [anon_sym_AMP_AMP] = ACTIONS(4302), - [anon_sym_PIPE_PIPE] = ACTIONS(4302), - [anon_sym_null] = ACTIONS(4300), - [anon_sym_if] = ACTIONS(4300), - [anon_sym_else] = ACTIONS(4300), - [anon_sym_when] = ACTIONS(4300), - [anon_sym_try] = ACTIONS(4300), - [anon_sym_throw] = ACTIONS(4300), - [anon_sym_return] = ACTIONS(4300), - [anon_sym_continue] = ACTIONS(4300), - [anon_sym_break] = ACTIONS(4300), - [anon_sym_COLON_COLON] = ACTIONS(4302), - [anon_sym_PLUS_EQ] = ACTIONS(4302), - [anon_sym_DASH_EQ] = ACTIONS(4302), - [anon_sym_STAR_EQ] = ACTIONS(4302), - [anon_sym_SLASH_EQ] = ACTIONS(4302), - [anon_sym_PERCENT_EQ] = ACTIONS(4302), - [anon_sym_BANG_EQ] = ACTIONS(4300), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4302), - [anon_sym_EQ_EQ] = ACTIONS(4300), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4302), - [anon_sym_LT_EQ] = ACTIONS(4302), - [anon_sym_GT_EQ] = ACTIONS(4302), - [anon_sym_BANGin] = ACTIONS(4302), - [anon_sym_is] = ACTIONS(4300), - [anon_sym_BANGis] = ACTIONS(4302), - [anon_sym_PLUS] = ACTIONS(4300), - [anon_sym_DASH] = ACTIONS(4300), - [anon_sym_SLASH] = ACTIONS(4300), - [anon_sym_PERCENT] = ACTIONS(4300), - [anon_sym_as_QMARK] = ACTIONS(4302), - [anon_sym_PLUS_PLUS] = ACTIONS(4302), - [anon_sym_DASH_DASH] = ACTIONS(4302), - [anon_sym_BANG] = ACTIONS(4300), - [anon_sym_BANG_BANG] = ACTIONS(4302), - [anon_sym_suspend] = ACTIONS(4300), - [anon_sym_sealed] = ACTIONS(4300), - [anon_sym_annotation] = ACTIONS(4300), - [anon_sym_data] = ACTIONS(4300), - [anon_sym_inner] = ACTIONS(4300), - [anon_sym_override] = ACTIONS(4300), - [anon_sym_lateinit] = ACTIONS(4300), - [anon_sym_public] = ACTIONS(4300), - [anon_sym_private] = ACTIONS(4300), - [anon_sym_internal] = ACTIONS(4300), - [anon_sym_protected] = ACTIONS(4300), - [anon_sym_tailrec] = ACTIONS(4300), - [anon_sym_operator] = ACTIONS(4300), - [anon_sym_infix] = ACTIONS(4300), - [anon_sym_inline] = ACTIONS(4300), - [anon_sym_external] = ACTIONS(4300), - [sym_property_modifier] = ACTIONS(4300), - [anon_sym_abstract] = ACTIONS(4300), - [anon_sym_final] = ACTIONS(4300), - [anon_sym_open] = ACTIONS(4300), - [anon_sym_vararg] = ACTIONS(4300), - [anon_sym_noinline] = ACTIONS(4300), - [anon_sym_crossinline] = ACTIONS(4300), - [anon_sym_expect] = ACTIONS(4300), - [anon_sym_actual] = ACTIONS(4300), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4302), - [anon_sym_continue_AT] = ACTIONS(4302), - [anon_sym_break_AT] = ACTIONS(4302), - [sym_real_literal] = ACTIONS(4302), - [sym_integer_literal] = ACTIONS(4300), - [sym_hex_literal] = ACTIONS(4302), - [sym_bin_literal] = ACTIONS(4302), - [anon_sym_true] = ACTIONS(4300), - [anon_sym_false] = ACTIONS(4300), - [anon_sym_SQUOTE] = ACTIONS(4302), - [sym__backtick_identifier] = ACTIONS(4302), - [sym__automatic_semicolon] = ACTIONS(4302), - [sym_safe_nav] = ACTIONS(4302), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4302), + [934] = { + [sym__alpha_identifier] = ACTIONS(4113), + [anon_sym_AT] = ACTIONS(4109), + [anon_sym_COLON] = ACTIONS(4111), + [anon_sym_LBRACK] = ACTIONS(4109), + [anon_sym_as] = ACTIONS(4113), + [anon_sym_EQ] = ACTIONS(4113), + [anon_sym_LBRACE] = ACTIONS(4109), + [anon_sym_RBRACE] = ACTIONS(4109), + [anon_sym_LPAREN] = ACTIONS(4109), + [anon_sym_COMMA] = ACTIONS(4109), + [anon_sym_by] = ACTIONS(4113), + [anon_sym_LT] = ACTIONS(4113), + [anon_sym_GT] = ACTIONS(4113), + [anon_sym_where] = ACTIONS(4113), + [anon_sym_object] = ACTIONS(4113), + [anon_sym_fun] = ACTIONS(4113), + [anon_sym_DOT] = ACTIONS(4113), + [anon_sym_SEMI] = ACTIONS(4109), + [anon_sym_get] = ACTIONS(4113), + [anon_sym_set] = ACTIONS(4113), + [anon_sym_this] = ACTIONS(4113), + [anon_sym_super] = ACTIONS(4113), + [anon_sym_STAR] = ACTIONS(4113), + [sym_label] = ACTIONS(4113), + [anon_sym_in] = ACTIONS(4113), + [anon_sym_DOT_DOT] = ACTIONS(4109), + [anon_sym_QMARK_COLON] = ACTIONS(4109), + [anon_sym_AMP_AMP] = ACTIONS(4109), + [anon_sym_PIPE_PIPE] = ACTIONS(4109), + [anon_sym_null] = ACTIONS(4113), + [anon_sym_if] = ACTIONS(4113), + [anon_sym_else] = ACTIONS(4113), + [anon_sym_when] = ACTIONS(4113), + [anon_sym_try] = ACTIONS(4113), + [anon_sym_throw] = ACTIONS(4113), + [anon_sym_return] = ACTIONS(4113), + [anon_sym_continue] = ACTIONS(4113), + [anon_sym_break] = ACTIONS(4113), + [anon_sym_COLON_COLON] = ACTIONS(4109), + [anon_sym_PLUS_EQ] = ACTIONS(4109), + [anon_sym_DASH_EQ] = ACTIONS(4109), + [anon_sym_STAR_EQ] = ACTIONS(4109), + [anon_sym_SLASH_EQ] = ACTIONS(4109), + [anon_sym_PERCENT_EQ] = ACTIONS(4109), + [anon_sym_BANG_EQ] = ACTIONS(4113), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4109), + [anon_sym_EQ_EQ] = ACTIONS(4113), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4109), + [anon_sym_LT_EQ] = ACTIONS(4109), + [anon_sym_GT_EQ] = ACTIONS(4109), + [anon_sym_BANGin] = ACTIONS(4109), + [anon_sym_is] = ACTIONS(4113), + [anon_sym_BANGis] = ACTIONS(4109), + [anon_sym_PLUS] = ACTIONS(4113), + [anon_sym_DASH] = ACTIONS(4113), + [anon_sym_SLASH] = ACTIONS(4113), + [anon_sym_PERCENT] = ACTIONS(4113), + [anon_sym_as_QMARK] = ACTIONS(4109), + [anon_sym_PLUS_PLUS] = ACTIONS(4109), + [anon_sym_DASH_DASH] = ACTIONS(4109), + [anon_sym_BANG] = ACTIONS(4113), + [anon_sym_BANG_BANG] = ACTIONS(4109), + [anon_sym_suspend] = ACTIONS(4113), + [anon_sym_sealed] = ACTIONS(4113), + [anon_sym_annotation] = ACTIONS(4113), + [anon_sym_data] = ACTIONS(4113), + [anon_sym_inner] = ACTIONS(4113), + [anon_sym_override] = ACTIONS(4113), + [anon_sym_lateinit] = ACTIONS(4113), + [anon_sym_public] = ACTIONS(4113), + [anon_sym_private] = ACTIONS(4113), + [anon_sym_internal] = ACTIONS(4113), + [anon_sym_protected] = ACTIONS(4113), + [anon_sym_tailrec] = ACTIONS(4113), + [anon_sym_operator] = ACTIONS(4113), + [anon_sym_infix] = ACTIONS(4113), + [anon_sym_inline] = ACTIONS(4113), + [anon_sym_external] = ACTIONS(4113), + [sym_property_modifier] = ACTIONS(4113), + [anon_sym_abstract] = ACTIONS(4113), + [anon_sym_final] = ACTIONS(4113), + [anon_sym_open] = ACTIONS(4113), + [anon_sym_vararg] = ACTIONS(4113), + [anon_sym_noinline] = ACTIONS(4113), + [anon_sym_crossinline] = ACTIONS(4113), + [anon_sym_expect] = ACTIONS(4113), + [anon_sym_actual] = ACTIONS(4113), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4109), + [anon_sym_continue_AT] = ACTIONS(4109), + [anon_sym_break_AT] = ACTIONS(4109), + [sym_real_literal] = ACTIONS(4109), + [sym_integer_literal] = ACTIONS(4113), + [sym_hex_literal] = ACTIONS(4109), + [sym_bin_literal] = ACTIONS(4109), + [anon_sym_true] = ACTIONS(4113), + [anon_sym_false] = ACTIONS(4113), + [anon_sym_SQUOTE] = ACTIONS(4109), + [sym__backtick_identifier] = ACTIONS(4109), + [sym__automatic_semicolon] = ACTIONS(4109), + [sym_safe_nav] = ACTIONS(4109), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4109), }, - [939] = { - [sym_function_body] = STATE(1174), - [sym__block] = STATE(1128), + [935] = { + [sym_class_body] = STATE(1139), + [sym_type_constraints] = STATE(957), + [sym__alpha_identifier] = ACTIONS(3196), + [anon_sym_AT] = ACTIONS(3200), + [anon_sym_COLON] = ACTIONS(3276), + [anon_sym_LBRACK] = ACTIONS(3200), + [anon_sym_as] = ACTIONS(3196), + [anon_sym_EQ] = ACTIONS(3196), + [anon_sym_LBRACE] = ACTIONS(3180), + [anon_sym_RBRACE] = ACTIONS(3200), + [anon_sym_LPAREN] = ACTIONS(3200), + [anon_sym_LT] = ACTIONS(3196), + [anon_sym_GT] = ACTIONS(3196), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(3196), + [anon_sym_fun] = ACTIONS(3196), + [anon_sym_DOT] = ACTIONS(3196), + [anon_sym_SEMI] = ACTIONS(3200), + [anon_sym_get] = ACTIONS(3196), + [anon_sym_set] = ACTIONS(3196), + [anon_sym_this] = ACTIONS(3196), + [anon_sym_super] = ACTIONS(3196), + [anon_sym_STAR] = ACTIONS(3196), + [sym_label] = ACTIONS(3196), + [anon_sym_in] = ACTIONS(3196), + [anon_sym_DOT_DOT] = ACTIONS(3200), + [anon_sym_QMARK_COLON] = ACTIONS(3200), + [anon_sym_AMP_AMP] = ACTIONS(3200), + [anon_sym_PIPE_PIPE] = ACTIONS(3200), + [anon_sym_null] = ACTIONS(3196), + [anon_sym_if] = ACTIONS(3196), + [anon_sym_else] = ACTIONS(3196), + [anon_sym_when] = ACTIONS(3196), + [anon_sym_try] = ACTIONS(3196), + [anon_sym_throw] = ACTIONS(3196), + [anon_sym_return] = ACTIONS(3196), + [anon_sym_continue] = ACTIONS(3196), + [anon_sym_break] = ACTIONS(3196), + [anon_sym_COLON_COLON] = ACTIONS(3200), + [anon_sym_PLUS_EQ] = ACTIONS(3200), + [anon_sym_DASH_EQ] = ACTIONS(3200), + [anon_sym_STAR_EQ] = ACTIONS(3200), + [anon_sym_SLASH_EQ] = ACTIONS(3200), + [anon_sym_PERCENT_EQ] = ACTIONS(3200), + [anon_sym_BANG_EQ] = ACTIONS(3196), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3200), + [anon_sym_EQ_EQ] = ACTIONS(3196), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3200), + [anon_sym_LT_EQ] = ACTIONS(3200), + [anon_sym_GT_EQ] = ACTIONS(3200), + [anon_sym_BANGin] = ACTIONS(3200), + [anon_sym_is] = ACTIONS(3196), + [anon_sym_BANGis] = ACTIONS(3200), + [anon_sym_PLUS] = ACTIONS(3196), + [anon_sym_DASH] = ACTIONS(3196), + [anon_sym_SLASH] = ACTIONS(3196), + [anon_sym_PERCENT] = ACTIONS(3196), + [anon_sym_as_QMARK] = ACTIONS(3200), + [anon_sym_PLUS_PLUS] = ACTIONS(3200), + [anon_sym_DASH_DASH] = ACTIONS(3200), + [anon_sym_BANG] = ACTIONS(3196), + [anon_sym_BANG_BANG] = ACTIONS(3200), + [anon_sym_suspend] = ACTIONS(3196), + [anon_sym_sealed] = ACTIONS(3196), + [anon_sym_annotation] = ACTIONS(3196), + [anon_sym_data] = ACTIONS(3196), + [anon_sym_inner] = ACTIONS(3196), + [anon_sym_override] = ACTIONS(3196), + [anon_sym_lateinit] = ACTIONS(3196), + [anon_sym_public] = ACTIONS(3196), + [anon_sym_private] = ACTIONS(3196), + [anon_sym_internal] = ACTIONS(3196), + [anon_sym_protected] = ACTIONS(3196), + [anon_sym_tailrec] = ACTIONS(3196), + [anon_sym_operator] = ACTIONS(3196), + [anon_sym_infix] = ACTIONS(3196), + [anon_sym_inline] = ACTIONS(3196), + [anon_sym_external] = ACTIONS(3196), + [sym_property_modifier] = ACTIONS(3196), + [anon_sym_abstract] = ACTIONS(3196), + [anon_sym_final] = ACTIONS(3196), + [anon_sym_open] = ACTIONS(3196), + [anon_sym_vararg] = ACTIONS(3196), + [anon_sym_noinline] = ACTIONS(3196), + [anon_sym_crossinline] = ACTIONS(3196), + [anon_sym_expect] = ACTIONS(3196), + [anon_sym_actual] = ACTIONS(3196), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3200), + [anon_sym_continue_AT] = ACTIONS(3200), + [anon_sym_break_AT] = ACTIONS(3200), + [sym_real_literal] = ACTIONS(3200), + [sym_integer_literal] = ACTIONS(3196), + [sym_hex_literal] = ACTIONS(3200), + [sym_bin_literal] = ACTIONS(3200), + [anon_sym_true] = ACTIONS(3196), + [anon_sym_false] = ACTIONS(3196), + [anon_sym_SQUOTE] = ACTIONS(3200), + [sym__backtick_identifier] = ACTIONS(3200), + [sym__automatic_semicolon] = ACTIONS(3200), + [sym_safe_nav] = ACTIONS(3200), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3200), + }, + [936] = { + [sym_class_body] = STATE(1158), + [sym_type_constraints] = STATE(947), [sym__alpha_identifier] = ACTIONS(4503), [anon_sym_AT] = ACTIONS(4505), [anon_sym_LBRACK] = ACTIONS(4505), [anon_sym_as] = ACTIONS(4503), - [anon_sym_EQ] = ACTIONS(4079), - [anon_sym_LBRACE] = ACTIONS(4081), + [anon_sym_EQ] = ACTIONS(4503), + [anon_sym_LBRACE] = ACTIONS(3180), [anon_sym_RBRACE] = ACTIONS(4505), [anon_sym_LPAREN] = ACTIONS(4505), [anon_sym_COMMA] = ACTIONS(4505), [anon_sym_LT] = ACTIONS(4503), [anon_sym_GT] = ACTIONS(4503), - [anon_sym_where] = ACTIONS(4503), + [anon_sym_where] = ACTIONS(3160), [anon_sym_object] = ACTIONS(4503), [anon_sym_fun] = ACTIONS(4503), [anon_sym_DOT] = ACTIONS(4503), @@ -144908,2403 +144701,2198 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(4505), }, - [940] = { - [sym_getter] = STATE(3877), - [sym_setter] = STATE(3877), - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(1922), - [sym__comparison_operator] = STATE(1923), - [sym__in_operator] = STATE(1928), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(2019), - [sym__multiplicative_operator] = STATE(2048), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_modifiers] = STATE(8637), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2068), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(3570), - [anon_sym_LT] = ACTIONS(1700), + [937] = { + [sym_type_constraints] = STATE(1020), + [sym_enum_class_body] = STATE(1141), + [sym__alpha_identifier] = ACTIONS(4342), + [anon_sym_AT] = ACTIONS(4344), + [anon_sym_LBRACK] = ACTIONS(4344), + [anon_sym_as] = ACTIONS(4342), + [anon_sym_EQ] = ACTIONS(4342), + [anon_sym_LBRACE] = ACTIONS(3156), + [anon_sym_RBRACE] = ACTIONS(4344), + [anon_sym_LPAREN] = ACTIONS(4344), + [anon_sym_COMMA] = ACTIONS(4344), + [anon_sym_LT] = ACTIONS(4342), [anon_sym_GT] = ACTIONS(4342), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(4507), - [anon_sym_get] = ACTIONS(4346), - [anon_sym_set] = ACTIONS(4348), - [anon_sym_STAR] = ACTIONS(4350), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(4352), - [anon_sym_DOT_DOT] = ACTIONS(4354), - [anon_sym_QMARK_COLON] = ACTIONS(4356), - [anon_sym_AMP_AMP] = ACTIONS(4358), - [anon_sym_PIPE_PIPE] = ACTIONS(4360), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_BANG_EQ] = ACTIONS(4362), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4364), - [anon_sym_EQ_EQ] = ACTIONS(4362), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4364), - [anon_sym_LT_EQ] = ACTIONS(4366), - [anon_sym_GT_EQ] = ACTIONS(4366), - [anon_sym_BANGin] = ACTIONS(4368), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), - [anon_sym_PLUS] = ACTIONS(4370), - [anon_sym_DASH] = ACTIONS(4370), - [anon_sym_SLASH] = ACTIONS(4372), - [anon_sym_PERCENT] = ACTIONS(4350), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(1746), - [anon_sym_inner] = ACTIONS(1746), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(1748), - [anon_sym_actual] = ACTIONS(1748), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(3596), - [sym_multiline_comment] = ACTIONS(3), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(4342), + [anon_sym_fun] = ACTIONS(4342), + [anon_sym_DOT] = ACTIONS(4342), + [anon_sym_SEMI] = ACTIONS(4344), + [anon_sym_get] = ACTIONS(4342), + [anon_sym_set] = ACTIONS(4342), + [anon_sym_this] = ACTIONS(4342), + [anon_sym_super] = ACTIONS(4342), + [anon_sym_STAR] = ACTIONS(4342), + [sym_label] = ACTIONS(4342), + [anon_sym_in] = ACTIONS(4342), + [anon_sym_DOT_DOT] = ACTIONS(4344), + [anon_sym_QMARK_COLON] = ACTIONS(4344), + [anon_sym_AMP_AMP] = ACTIONS(4344), + [anon_sym_PIPE_PIPE] = ACTIONS(4344), + [anon_sym_null] = ACTIONS(4342), + [anon_sym_if] = ACTIONS(4342), + [anon_sym_else] = ACTIONS(4342), + [anon_sym_when] = ACTIONS(4342), + [anon_sym_try] = ACTIONS(4342), + [anon_sym_throw] = ACTIONS(4342), + [anon_sym_return] = ACTIONS(4342), + [anon_sym_continue] = ACTIONS(4342), + [anon_sym_break] = ACTIONS(4342), + [anon_sym_COLON_COLON] = ACTIONS(4344), + [anon_sym_PLUS_EQ] = ACTIONS(4344), + [anon_sym_DASH_EQ] = ACTIONS(4344), + [anon_sym_STAR_EQ] = ACTIONS(4344), + [anon_sym_SLASH_EQ] = ACTIONS(4344), + [anon_sym_PERCENT_EQ] = ACTIONS(4344), + [anon_sym_BANG_EQ] = ACTIONS(4342), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4344), + [anon_sym_EQ_EQ] = ACTIONS(4342), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4344), + [anon_sym_LT_EQ] = ACTIONS(4344), + [anon_sym_GT_EQ] = ACTIONS(4344), + [anon_sym_BANGin] = ACTIONS(4344), + [anon_sym_is] = ACTIONS(4342), + [anon_sym_BANGis] = ACTIONS(4344), + [anon_sym_PLUS] = ACTIONS(4342), + [anon_sym_DASH] = ACTIONS(4342), + [anon_sym_SLASH] = ACTIONS(4342), + [anon_sym_PERCENT] = ACTIONS(4342), + [anon_sym_as_QMARK] = ACTIONS(4344), + [anon_sym_PLUS_PLUS] = ACTIONS(4344), + [anon_sym_DASH_DASH] = ACTIONS(4344), + [anon_sym_BANG] = ACTIONS(4342), + [anon_sym_BANG_BANG] = ACTIONS(4344), + [anon_sym_suspend] = ACTIONS(4342), + [anon_sym_sealed] = ACTIONS(4342), + [anon_sym_annotation] = ACTIONS(4342), + [anon_sym_data] = ACTIONS(4342), + [anon_sym_inner] = ACTIONS(4342), + [anon_sym_override] = ACTIONS(4342), + [anon_sym_lateinit] = ACTIONS(4342), + [anon_sym_public] = ACTIONS(4342), + [anon_sym_private] = ACTIONS(4342), + [anon_sym_internal] = ACTIONS(4342), + [anon_sym_protected] = ACTIONS(4342), + [anon_sym_tailrec] = ACTIONS(4342), + [anon_sym_operator] = ACTIONS(4342), + [anon_sym_infix] = ACTIONS(4342), + [anon_sym_inline] = ACTIONS(4342), + [anon_sym_external] = ACTIONS(4342), + [sym_property_modifier] = ACTIONS(4342), + [anon_sym_abstract] = ACTIONS(4342), + [anon_sym_final] = ACTIONS(4342), + [anon_sym_open] = ACTIONS(4342), + [anon_sym_vararg] = ACTIONS(4342), + [anon_sym_noinline] = ACTIONS(4342), + [anon_sym_crossinline] = ACTIONS(4342), + [anon_sym_expect] = ACTIONS(4342), + [anon_sym_actual] = ACTIONS(4342), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4344), + [anon_sym_continue_AT] = ACTIONS(4344), + [anon_sym_break_AT] = ACTIONS(4344), + [sym_real_literal] = ACTIONS(4344), + [sym_integer_literal] = ACTIONS(4342), + [sym_hex_literal] = ACTIONS(4344), + [sym_bin_literal] = ACTIONS(4344), + [anon_sym_true] = ACTIONS(4342), + [anon_sym_false] = ACTIONS(4342), + [anon_sym_SQUOTE] = ACTIONS(4344), + [sym__backtick_identifier] = ACTIONS(4344), + [sym__automatic_semicolon] = ACTIONS(4344), + [sym_safe_nav] = ACTIONS(4344), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4344), + }, + [938] = { + [sym__alpha_identifier] = ACTIONS(4507), + [anon_sym_AT] = ACTIONS(4509), + [anon_sym_LBRACK] = ACTIONS(4509), + [anon_sym_as] = ACTIONS(4507), + [anon_sym_EQ] = ACTIONS(4507), + [anon_sym_LBRACE] = ACTIONS(4509), + [anon_sym_RBRACE] = ACTIONS(4509), + [anon_sym_LPAREN] = ACTIONS(4509), + [anon_sym_COMMA] = ACTIONS(4509), + [anon_sym_LT] = ACTIONS(4507), + [anon_sym_GT] = ACTIONS(4507), + [anon_sym_where] = ACTIONS(4507), + [anon_sym_object] = ACTIONS(4507), + [anon_sym_fun] = ACTIONS(4507), + [anon_sym_DOT] = ACTIONS(4507), + [anon_sym_SEMI] = ACTIONS(4509), + [anon_sym_get] = ACTIONS(4507), + [anon_sym_set] = ACTIONS(4507), + [anon_sym_this] = ACTIONS(4507), + [anon_sym_super] = ACTIONS(4507), + [anon_sym_STAR] = ACTIONS(4507), + [sym_label] = ACTIONS(4507), + [anon_sym_in] = ACTIONS(4507), + [anon_sym_DOT_DOT] = ACTIONS(4509), + [anon_sym_QMARK_COLON] = ACTIONS(4509), + [anon_sym_AMP_AMP] = ACTIONS(4509), + [anon_sym_PIPE_PIPE] = ACTIONS(4509), + [anon_sym_null] = ACTIONS(4507), + [anon_sym_if] = ACTIONS(4507), + [anon_sym_else] = ACTIONS(4507), + [anon_sym_when] = ACTIONS(4507), + [anon_sym_try] = ACTIONS(4507), + [anon_sym_catch] = ACTIONS(4507), + [anon_sym_finally] = ACTIONS(4507), + [anon_sym_throw] = ACTIONS(4507), + [anon_sym_return] = ACTIONS(4507), + [anon_sym_continue] = ACTIONS(4507), + [anon_sym_break] = ACTIONS(4507), + [anon_sym_COLON_COLON] = ACTIONS(4509), + [anon_sym_PLUS_EQ] = ACTIONS(4509), + [anon_sym_DASH_EQ] = ACTIONS(4509), + [anon_sym_STAR_EQ] = ACTIONS(4509), + [anon_sym_SLASH_EQ] = ACTIONS(4509), + [anon_sym_PERCENT_EQ] = ACTIONS(4509), + [anon_sym_BANG_EQ] = ACTIONS(4507), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4509), + [anon_sym_EQ_EQ] = ACTIONS(4507), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4509), + [anon_sym_LT_EQ] = ACTIONS(4509), + [anon_sym_GT_EQ] = ACTIONS(4509), + [anon_sym_BANGin] = ACTIONS(4509), + [anon_sym_is] = ACTIONS(4507), + [anon_sym_BANGis] = ACTIONS(4509), + [anon_sym_PLUS] = ACTIONS(4507), + [anon_sym_DASH] = ACTIONS(4507), + [anon_sym_SLASH] = ACTIONS(4507), + [anon_sym_PERCENT] = ACTIONS(4507), + [anon_sym_as_QMARK] = ACTIONS(4509), + [anon_sym_PLUS_PLUS] = ACTIONS(4509), + [anon_sym_DASH_DASH] = ACTIONS(4509), + [anon_sym_BANG] = ACTIONS(4507), + [anon_sym_BANG_BANG] = ACTIONS(4509), + [anon_sym_suspend] = ACTIONS(4507), + [anon_sym_sealed] = ACTIONS(4507), + [anon_sym_annotation] = ACTIONS(4507), + [anon_sym_data] = ACTIONS(4507), + [anon_sym_inner] = ACTIONS(4507), + [anon_sym_override] = ACTIONS(4507), + [anon_sym_lateinit] = ACTIONS(4507), + [anon_sym_public] = ACTIONS(4507), + [anon_sym_private] = ACTIONS(4507), + [anon_sym_internal] = ACTIONS(4507), + [anon_sym_protected] = ACTIONS(4507), + [anon_sym_tailrec] = ACTIONS(4507), + [anon_sym_operator] = ACTIONS(4507), + [anon_sym_infix] = ACTIONS(4507), + [anon_sym_inline] = ACTIONS(4507), + [anon_sym_external] = ACTIONS(4507), + [sym_property_modifier] = ACTIONS(4507), + [anon_sym_abstract] = ACTIONS(4507), + [anon_sym_final] = ACTIONS(4507), + [anon_sym_open] = ACTIONS(4507), + [anon_sym_vararg] = ACTIONS(4507), + [anon_sym_noinline] = ACTIONS(4507), + [anon_sym_crossinline] = ACTIONS(4507), + [anon_sym_expect] = ACTIONS(4507), + [anon_sym_actual] = ACTIONS(4507), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4509), + [anon_sym_continue_AT] = ACTIONS(4509), + [anon_sym_break_AT] = ACTIONS(4509), + [sym_real_literal] = ACTIONS(4509), + [sym_integer_literal] = ACTIONS(4507), + [sym_hex_literal] = ACTIONS(4509), + [sym_bin_literal] = ACTIONS(4509), + [anon_sym_true] = ACTIONS(4507), + [anon_sym_false] = ACTIONS(4507), + [anon_sym_SQUOTE] = ACTIONS(4509), + [sym__backtick_identifier] = ACTIONS(4509), + [sym__automatic_semicolon] = ACTIONS(4509), + [sym_safe_nav] = ACTIONS(4509), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4509), + }, + [939] = { + [sym_class_body] = STATE(1174), + [sym_type_constraints] = STATE(992), + [sym__alpha_identifier] = ACTIONS(4303), + [anon_sym_AT] = ACTIONS(4305), + [anon_sym_LBRACK] = ACTIONS(4305), + [anon_sym_as] = ACTIONS(4303), + [anon_sym_EQ] = ACTIONS(4303), + [anon_sym_LBRACE] = ACTIONS(3180), + [anon_sym_RBRACE] = ACTIONS(4305), + [anon_sym_LPAREN] = ACTIONS(4305), + [anon_sym_COMMA] = ACTIONS(4305), + [anon_sym_LT] = ACTIONS(4303), + [anon_sym_GT] = ACTIONS(4303), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(4303), + [anon_sym_fun] = ACTIONS(4303), + [anon_sym_DOT] = ACTIONS(4303), + [anon_sym_SEMI] = ACTIONS(4305), + [anon_sym_get] = ACTIONS(4303), + [anon_sym_set] = ACTIONS(4303), + [anon_sym_this] = ACTIONS(4303), + [anon_sym_super] = ACTIONS(4303), + [anon_sym_STAR] = ACTIONS(4303), + [sym_label] = ACTIONS(4303), + [anon_sym_in] = ACTIONS(4303), + [anon_sym_DOT_DOT] = ACTIONS(4305), + [anon_sym_QMARK_COLON] = ACTIONS(4305), + [anon_sym_AMP_AMP] = ACTIONS(4305), + [anon_sym_PIPE_PIPE] = ACTIONS(4305), + [anon_sym_null] = ACTIONS(4303), + [anon_sym_if] = ACTIONS(4303), + [anon_sym_else] = ACTIONS(4303), + [anon_sym_when] = ACTIONS(4303), + [anon_sym_try] = ACTIONS(4303), + [anon_sym_throw] = ACTIONS(4303), + [anon_sym_return] = ACTIONS(4303), + [anon_sym_continue] = ACTIONS(4303), + [anon_sym_break] = ACTIONS(4303), + [anon_sym_COLON_COLON] = ACTIONS(4305), + [anon_sym_PLUS_EQ] = ACTIONS(4305), + [anon_sym_DASH_EQ] = ACTIONS(4305), + [anon_sym_STAR_EQ] = ACTIONS(4305), + [anon_sym_SLASH_EQ] = ACTIONS(4305), + [anon_sym_PERCENT_EQ] = ACTIONS(4305), + [anon_sym_BANG_EQ] = ACTIONS(4303), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4305), + [anon_sym_EQ_EQ] = ACTIONS(4303), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4305), + [anon_sym_LT_EQ] = ACTIONS(4305), + [anon_sym_GT_EQ] = ACTIONS(4305), + [anon_sym_BANGin] = ACTIONS(4305), + [anon_sym_is] = ACTIONS(4303), + [anon_sym_BANGis] = ACTIONS(4305), + [anon_sym_PLUS] = ACTIONS(4303), + [anon_sym_DASH] = ACTIONS(4303), + [anon_sym_SLASH] = ACTIONS(4303), + [anon_sym_PERCENT] = ACTIONS(4303), + [anon_sym_as_QMARK] = ACTIONS(4305), + [anon_sym_PLUS_PLUS] = ACTIONS(4305), + [anon_sym_DASH_DASH] = ACTIONS(4305), + [anon_sym_BANG] = ACTIONS(4303), + [anon_sym_BANG_BANG] = ACTIONS(4305), + [anon_sym_suspend] = ACTIONS(4303), + [anon_sym_sealed] = ACTIONS(4303), + [anon_sym_annotation] = ACTIONS(4303), + [anon_sym_data] = ACTIONS(4303), + [anon_sym_inner] = ACTIONS(4303), + [anon_sym_override] = ACTIONS(4303), + [anon_sym_lateinit] = ACTIONS(4303), + [anon_sym_public] = ACTIONS(4303), + [anon_sym_private] = ACTIONS(4303), + [anon_sym_internal] = ACTIONS(4303), + [anon_sym_protected] = ACTIONS(4303), + [anon_sym_tailrec] = ACTIONS(4303), + [anon_sym_operator] = ACTIONS(4303), + [anon_sym_infix] = ACTIONS(4303), + [anon_sym_inline] = ACTIONS(4303), + [anon_sym_external] = ACTIONS(4303), + [sym_property_modifier] = ACTIONS(4303), + [anon_sym_abstract] = ACTIONS(4303), + [anon_sym_final] = ACTIONS(4303), + [anon_sym_open] = ACTIONS(4303), + [anon_sym_vararg] = ACTIONS(4303), + [anon_sym_noinline] = ACTIONS(4303), + [anon_sym_crossinline] = ACTIONS(4303), + [anon_sym_expect] = ACTIONS(4303), + [anon_sym_actual] = ACTIONS(4303), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4305), + [anon_sym_continue_AT] = ACTIONS(4305), + [anon_sym_break_AT] = ACTIONS(4305), + [sym_real_literal] = ACTIONS(4305), + [sym_integer_literal] = ACTIONS(4303), + [sym_hex_literal] = ACTIONS(4305), + [sym_bin_literal] = ACTIONS(4305), + [anon_sym_true] = ACTIONS(4303), + [anon_sym_false] = ACTIONS(4303), + [anon_sym_SQUOTE] = ACTIONS(4305), + [sym__backtick_identifier] = ACTIONS(4305), + [sym__automatic_semicolon] = ACTIONS(4305), + [sym_safe_nav] = ACTIONS(4305), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4305), + }, + [940] = { + [sym__alpha_identifier] = ACTIONS(4511), + [anon_sym_AT] = ACTIONS(4513), + [anon_sym_LBRACK] = ACTIONS(4513), + [anon_sym_as] = ACTIONS(4511), + [anon_sym_EQ] = ACTIONS(4511), + [anon_sym_LBRACE] = ACTIONS(4513), + [anon_sym_RBRACE] = ACTIONS(4513), + [anon_sym_LPAREN] = ACTIONS(4513), + [anon_sym_COMMA] = ACTIONS(4513), + [anon_sym_LT] = ACTIONS(4511), + [anon_sym_GT] = ACTIONS(4511), + [anon_sym_where] = ACTIONS(4511), + [anon_sym_object] = ACTIONS(4511), + [anon_sym_fun] = ACTIONS(4511), + [anon_sym_DOT] = ACTIONS(4511), + [anon_sym_SEMI] = ACTIONS(4513), + [anon_sym_get] = ACTIONS(4511), + [anon_sym_set] = ACTIONS(4511), + [anon_sym_this] = ACTIONS(4511), + [anon_sym_super] = ACTIONS(4511), + [anon_sym_STAR] = ACTIONS(4511), + [sym_label] = ACTIONS(4511), + [anon_sym_in] = ACTIONS(4511), + [anon_sym_DOT_DOT] = ACTIONS(4513), + [anon_sym_QMARK_COLON] = ACTIONS(4513), + [anon_sym_AMP_AMP] = ACTIONS(4513), + [anon_sym_PIPE_PIPE] = ACTIONS(4513), + [anon_sym_null] = ACTIONS(4511), + [anon_sym_if] = ACTIONS(4511), + [anon_sym_else] = ACTIONS(4511), + [anon_sym_when] = ACTIONS(4511), + [anon_sym_try] = ACTIONS(4511), + [anon_sym_catch] = ACTIONS(4511), + [anon_sym_finally] = ACTIONS(4511), + [anon_sym_throw] = ACTIONS(4511), + [anon_sym_return] = ACTIONS(4511), + [anon_sym_continue] = ACTIONS(4511), + [anon_sym_break] = ACTIONS(4511), + [anon_sym_COLON_COLON] = ACTIONS(4513), + [anon_sym_PLUS_EQ] = ACTIONS(4513), + [anon_sym_DASH_EQ] = ACTIONS(4513), + [anon_sym_STAR_EQ] = ACTIONS(4513), + [anon_sym_SLASH_EQ] = ACTIONS(4513), + [anon_sym_PERCENT_EQ] = ACTIONS(4513), + [anon_sym_BANG_EQ] = ACTIONS(4511), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4513), + [anon_sym_EQ_EQ] = ACTIONS(4511), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4513), + [anon_sym_LT_EQ] = ACTIONS(4513), + [anon_sym_GT_EQ] = ACTIONS(4513), + [anon_sym_BANGin] = ACTIONS(4513), + [anon_sym_is] = ACTIONS(4511), + [anon_sym_BANGis] = ACTIONS(4513), + [anon_sym_PLUS] = ACTIONS(4511), + [anon_sym_DASH] = ACTIONS(4511), + [anon_sym_SLASH] = ACTIONS(4511), + [anon_sym_PERCENT] = ACTIONS(4511), + [anon_sym_as_QMARK] = ACTIONS(4513), + [anon_sym_PLUS_PLUS] = ACTIONS(4513), + [anon_sym_DASH_DASH] = ACTIONS(4513), + [anon_sym_BANG] = ACTIONS(4511), + [anon_sym_BANG_BANG] = ACTIONS(4513), + [anon_sym_suspend] = ACTIONS(4511), + [anon_sym_sealed] = ACTIONS(4511), + [anon_sym_annotation] = ACTIONS(4511), + [anon_sym_data] = ACTIONS(4511), + [anon_sym_inner] = ACTIONS(4511), + [anon_sym_override] = ACTIONS(4511), + [anon_sym_lateinit] = ACTIONS(4511), + [anon_sym_public] = ACTIONS(4511), + [anon_sym_private] = ACTIONS(4511), + [anon_sym_internal] = ACTIONS(4511), + [anon_sym_protected] = ACTIONS(4511), + [anon_sym_tailrec] = ACTIONS(4511), + [anon_sym_operator] = ACTIONS(4511), + [anon_sym_infix] = ACTIONS(4511), + [anon_sym_inline] = ACTIONS(4511), + [anon_sym_external] = ACTIONS(4511), + [sym_property_modifier] = ACTIONS(4511), + [anon_sym_abstract] = ACTIONS(4511), + [anon_sym_final] = ACTIONS(4511), + [anon_sym_open] = ACTIONS(4511), + [anon_sym_vararg] = ACTIONS(4511), + [anon_sym_noinline] = ACTIONS(4511), + [anon_sym_crossinline] = ACTIONS(4511), + [anon_sym_expect] = ACTIONS(4511), + [anon_sym_actual] = ACTIONS(4511), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4513), + [anon_sym_continue_AT] = ACTIONS(4513), + [anon_sym_break_AT] = ACTIONS(4513), + [sym_real_literal] = ACTIONS(4513), + [sym_integer_literal] = ACTIONS(4511), + [sym_hex_literal] = ACTIONS(4513), + [sym_bin_literal] = ACTIONS(4513), + [anon_sym_true] = ACTIONS(4511), + [anon_sym_false] = ACTIONS(4511), + [anon_sym_SQUOTE] = ACTIONS(4513), + [sym__backtick_identifier] = ACTIONS(4513), + [sym__automatic_semicolon] = ACTIONS(4513), + [sym_safe_nav] = ACTIONS(4513), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4513), }, [941] = { - [sym_class_body] = STATE(1130), - [sym__alpha_identifier] = ACTIONS(4509), - [anon_sym_AT] = ACTIONS(4511), - [anon_sym_COLON] = ACTIONS(4513), - [anon_sym_LBRACK] = ACTIONS(4511), - [anon_sym_as] = ACTIONS(4509), - [anon_sym_EQ] = ACTIONS(4509), - [anon_sym_LBRACE] = ACTIONS(3156), - [anon_sym_RBRACE] = ACTIONS(4511), - [anon_sym_LPAREN] = ACTIONS(4511), - [anon_sym_COMMA] = ACTIONS(4511), - [anon_sym_LT] = ACTIONS(4509), - [anon_sym_GT] = ACTIONS(4509), - [anon_sym_where] = ACTIONS(4509), - [anon_sym_object] = ACTIONS(4509), - [anon_sym_fun] = ACTIONS(4509), - [anon_sym_DOT] = ACTIONS(4509), - [anon_sym_SEMI] = ACTIONS(4511), - [anon_sym_get] = ACTIONS(4509), - [anon_sym_set] = ACTIONS(4509), - [anon_sym_this] = ACTIONS(4509), - [anon_sym_super] = ACTIONS(4509), - [anon_sym_STAR] = ACTIONS(4509), - [sym_label] = ACTIONS(4509), - [anon_sym_in] = ACTIONS(4509), - [anon_sym_DOT_DOT] = ACTIONS(4511), - [anon_sym_QMARK_COLON] = ACTIONS(4511), - [anon_sym_AMP_AMP] = ACTIONS(4511), - [anon_sym_PIPE_PIPE] = ACTIONS(4511), - [anon_sym_null] = ACTIONS(4509), - [anon_sym_if] = ACTIONS(4509), - [anon_sym_else] = ACTIONS(4509), - [anon_sym_when] = ACTIONS(4509), - [anon_sym_try] = ACTIONS(4509), - [anon_sym_throw] = ACTIONS(4509), - [anon_sym_return] = ACTIONS(4509), - [anon_sym_continue] = ACTIONS(4509), - [anon_sym_break] = ACTIONS(4509), - [anon_sym_COLON_COLON] = ACTIONS(4511), - [anon_sym_PLUS_EQ] = ACTIONS(4511), - [anon_sym_DASH_EQ] = ACTIONS(4511), - [anon_sym_STAR_EQ] = ACTIONS(4511), - [anon_sym_SLASH_EQ] = ACTIONS(4511), - [anon_sym_PERCENT_EQ] = ACTIONS(4511), - [anon_sym_BANG_EQ] = ACTIONS(4509), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4511), - [anon_sym_EQ_EQ] = ACTIONS(4509), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4511), - [anon_sym_LT_EQ] = ACTIONS(4511), - [anon_sym_GT_EQ] = ACTIONS(4511), - [anon_sym_BANGin] = ACTIONS(4511), - [anon_sym_is] = ACTIONS(4509), - [anon_sym_BANGis] = ACTIONS(4511), - [anon_sym_PLUS] = ACTIONS(4509), - [anon_sym_DASH] = ACTIONS(4509), - [anon_sym_SLASH] = ACTIONS(4509), - [anon_sym_PERCENT] = ACTIONS(4509), - [anon_sym_as_QMARK] = ACTIONS(4511), - [anon_sym_PLUS_PLUS] = ACTIONS(4511), - [anon_sym_DASH_DASH] = ACTIONS(4511), - [anon_sym_BANG] = ACTIONS(4509), - [anon_sym_BANG_BANG] = ACTIONS(4511), - [anon_sym_suspend] = ACTIONS(4509), - [anon_sym_sealed] = ACTIONS(4509), - [anon_sym_annotation] = ACTIONS(4509), - [anon_sym_data] = ACTIONS(4509), - [anon_sym_inner] = ACTIONS(4509), - [anon_sym_override] = ACTIONS(4509), - [anon_sym_lateinit] = ACTIONS(4509), - [anon_sym_public] = ACTIONS(4509), - [anon_sym_private] = ACTIONS(4509), - [anon_sym_internal] = ACTIONS(4509), - [anon_sym_protected] = ACTIONS(4509), - [anon_sym_tailrec] = ACTIONS(4509), - [anon_sym_operator] = ACTIONS(4509), - [anon_sym_infix] = ACTIONS(4509), - [anon_sym_inline] = ACTIONS(4509), - [anon_sym_external] = ACTIONS(4509), - [sym_property_modifier] = ACTIONS(4509), - [anon_sym_abstract] = ACTIONS(4509), - [anon_sym_final] = ACTIONS(4509), - [anon_sym_open] = ACTIONS(4509), - [anon_sym_vararg] = ACTIONS(4509), - [anon_sym_noinline] = ACTIONS(4509), - [anon_sym_crossinline] = ACTIONS(4509), - [anon_sym_expect] = ACTIONS(4509), - [anon_sym_actual] = ACTIONS(4509), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4511), - [anon_sym_continue_AT] = ACTIONS(4511), - [anon_sym_break_AT] = ACTIONS(4511), - [sym_real_literal] = ACTIONS(4511), - [sym_integer_literal] = ACTIONS(4509), - [sym_hex_literal] = ACTIONS(4511), - [sym_bin_literal] = ACTIONS(4511), - [anon_sym_true] = ACTIONS(4509), - [anon_sym_false] = ACTIONS(4509), - [anon_sym_SQUOTE] = ACTIONS(4511), - [sym__backtick_identifier] = ACTIONS(4511), - [sym__automatic_semicolon] = ACTIONS(4511), - [sym_safe_nav] = ACTIONS(4511), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4511), + [sym__alpha_identifier] = ACTIONS(4515), + [anon_sym_AT] = ACTIONS(4517), + [anon_sym_LBRACK] = ACTIONS(4517), + [anon_sym_as] = ACTIONS(4515), + [anon_sym_EQ] = ACTIONS(4515), + [anon_sym_LBRACE] = ACTIONS(4517), + [anon_sym_RBRACE] = ACTIONS(4517), + [anon_sym_LPAREN] = ACTIONS(4517), + [anon_sym_COMMA] = ACTIONS(4517), + [anon_sym_by] = ACTIONS(4515), + [anon_sym_LT] = ACTIONS(4515), + [anon_sym_GT] = ACTIONS(4515), + [anon_sym_where] = ACTIONS(4515), + [anon_sym_object] = ACTIONS(4515), + [anon_sym_fun] = ACTIONS(4515), + [anon_sym_DOT] = ACTIONS(4515), + [anon_sym_SEMI] = ACTIONS(4517), + [anon_sym_get] = ACTIONS(4515), + [anon_sym_set] = ACTIONS(4515), + [anon_sym_this] = ACTIONS(4515), + [anon_sym_super] = ACTIONS(4515), + [sym__quest] = ACTIONS(4515), + [anon_sym_STAR] = ACTIONS(4515), + [sym_label] = ACTIONS(4515), + [anon_sym_in] = ACTIONS(4515), + [anon_sym_DOT_DOT] = ACTIONS(4517), + [anon_sym_QMARK_COLON] = ACTIONS(4517), + [anon_sym_AMP_AMP] = ACTIONS(4517), + [anon_sym_PIPE_PIPE] = ACTIONS(4517), + [anon_sym_null] = ACTIONS(4515), + [anon_sym_if] = ACTIONS(4515), + [anon_sym_else] = ACTIONS(4515), + [anon_sym_when] = ACTIONS(4515), + [anon_sym_try] = ACTIONS(4515), + [anon_sym_throw] = ACTIONS(4515), + [anon_sym_return] = ACTIONS(4515), + [anon_sym_continue] = ACTIONS(4515), + [anon_sym_break] = ACTIONS(4515), + [anon_sym_COLON_COLON] = ACTIONS(4517), + [anon_sym_PLUS_EQ] = ACTIONS(4517), + [anon_sym_DASH_EQ] = ACTIONS(4517), + [anon_sym_STAR_EQ] = ACTIONS(4517), + [anon_sym_SLASH_EQ] = ACTIONS(4517), + [anon_sym_PERCENT_EQ] = ACTIONS(4517), + [anon_sym_BANG_EQ] = ACTIONS(4515), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4517), + [anon_sym_EQ_EQ] = ACTIONS(4515), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4517), + [anon_sym_LT_EQ] = ACTIONS(4517), + [anon_sym_GT_EQ] = ACTIONS(4517), + [anon_sym_BANGin] = ACTIONS(4517), + [anon_sym_is] = ACTIONS(4515), + [anon_sym_BANGis] = ACTIONS(4517), + [anon_sym_PLUS] = ACTIONS(4515), + [anon_sym_DASH] = ACTIONS(4515), + [anon_sym_SLASH] = ACTIONS(4515), + [anon_sym_PERCENT] = ACTIONS(4515), + [anon_sym_as_QMARK] = ACTIONS(4517), + [anon_sym_PLUS_PLUS] = ACTIONS(4517), + [anon_sym_DASH_DASH] = ACTIONS(4517), + [anon_sym_BANG] = ACTIONS(4515), + [anon_sym_BANG_BANG] = ACTIONS(4517), + [anon_sym_suspend] = ACTIONS(4515), + [anon_sym_sealed] = ACTIONS(4515), + [anon_sym_annotation] = ACTIONS(4515), + [anon_sym_data] = ACTIONS(4515), + [anon_sym_inner] = ACTIONS(4515), + [anon_sym_override] = ACTIONS(4515), + [anon_sym_lateinit] = ACTIONS(4515), + [anon_sym_public] = ACTIONS(4515), + [anon_sym_private] = ACTIONS(4515), + [anon_sym_internal] = ACTIONS(4515), + [anon_sym_protected] = ACTIONS(4515), + [anon_sym_tailrec] = ACTIONS(4515), + [anon_sym_operator] = ACTIONS(4515), + [anon_sym_infix] = ACTIONS(4515), + [anon_sym_inline] = ACTIONS(4515), + [anon_sym_external] = ACTIONS(4515), + [sym_property_modifier] = ACTIONS(4515), + [anon_sym_abstract] = ACTIONS(4515), + [anon_sym_final] = ACTIONS(4515), + [anon_sym_open] = ACTIONS(4515), + [anon_sym_vararg] = ACTIONS(4515), + [anon_sym_noinline] = ACTIONS(4515), + [anon_sym_crossinline] = ACTIONS(4515), + [anon_sym_expect] = ACTIONS(4515), + [anon_sym_actual] = ACTIONS(4515), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4517), + [anon_sym_continue_AT] = ACTIONS(4517), + [anon_sym_break_AT] = ACTIONS(4517), + [sym_real_literal] = ACTIONS(4517), + [sym_integer_literal] = ACTIONS(4515), + [sym_hex_literal] = ACTIONS(4517), + [sym_bin_literal] = ACTIONS(4517), + [anon_sym_true] = ACTIONS(4515), + [anon_sym_false] = ACTIONS(4515), + [anon_sym_SQUOTE] = ACTIONS(4517), + [sym__backtick_identifier] = ACTIONS(4517), + [sym__automatic_semicolon] = ACTIONS(4517), + [sym_safe_nav] = ACTIONS(4517), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4517), }, [942] = { - [sym_getter] = STATE(3810), - [sym_setter] = STATE(3810), - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(1922), - [sym__comparison_operator] = STATE(1923), - [sym__in_operator] = STATE(1928), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(2019), - [sym__multiplicative_operator] = STATE(2048), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_modifiers] = STATE(8637), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2068), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(1766), - [anon_sym_LPAREN] = ACTIONS(3570), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(4342), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(4515), - [anon_sym_get] = ACTIONS(4346), - [anon_sym_set] = ACTIONS(4348), - [anon_sym_STAR] = ACTIONS(4350), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(4352), - [anon_sym_DOT_DOT] = ACTIONS(4354), - [anon_sym_QMARK_COLON] = ACTIONS(4356), - [anon_sym_AMP_AMP] = ACTIONS(4358), - [anon_sym_PIPE_PIPE] = ACTIONS(4360), - [anon_sym_else] = ACTIONS(1764), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_BANG_EQ] = ACTIONS(4362), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4364), - [anon_sym_EQ_EQ] = ACTIONS(4362), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4364), - [anon_sym_LT_EQ] = ACTIONS(4366), - [anon_sym_GT_EQ] = ACTIONS(4366), - [anon_sym_BANGin] = ACTIONS(4368), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), - [anon_sym_PLUS] = ACTIONS(4370), - [anon_sym_DASH] = ACTIONS(4370), - [anon_sym_SLASH] = ACTIONS(4372), - [anon_sym_PERCENT] = ACTIONS(4350), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(1746), - [anon_sym_inner] = ACTIONS(1746), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(1748), - [anon_sym_actual] = ACTIONS(1748), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(1766), - [sym_safe_nav] = ACTIONS(3596), - [sym_multiline_comment] = ACTIONS(3), + [sym__alpha_identifier] = ACTIONS(4519), + [anon_sym_AT] = ACTIONS(4521), + [anon_sym_LBRACK] = ACTIONS(4521), + [anon_sym_as] = ACTIONS(4519), + [anon_sym_EQ] = ACTIONS(4519), + [anon_sym_LBRACE] = ACTIONS(4521), + [anon_sym_RBRACE] = ACTIONS(4521), + [anon_sym_LPAREN] = ACTIONS(4521), + [anon_sym_COMMA] = ACTIONS(4521), + [anon_sym_LT] = ACTIONS(4519), + [anon_sym_GT] = ACTIONS(4519), + [anon_sym_where] = ACTIONS(4519), + [anon_sym_object] = ACTIONS(4519), + [anon_sym_fun] = ACTIONS(4519), + [anon_sym_DOT] = ACTIONS(4519), + [anon_sym_SEMI] = ACTIONS(4521), + [anon_sym_get] = ACTIONS(4519), + [anon_sym_set] = ACTIONS(4519), + [anon_sym_this] = ACTIONS(4519), + [anon_sym_super] = ACTIONS(4519), + [anon_sym_STAR] = ACTIONS(4519), + [sym_label] = ACTIONS(4519), + [anon_sym_in] = ACTIONS(4519), + [anon_sym_DOT_DOT] = ACTIONS(4521), + [anon_sym_QMARK_COLON] = ACTIONS(4521), + [anon_sym_AMP_AMP] = ACTIONS(4521), + [anon_sym_PIPE_PIPE] = ACTIONS(4521), + [anon_sym_null] = ACTIONS(4519), + [anon_sym_if] = ACTIONS(4519), + [anon_sym_else] = ACTIONS(4519), + [anon_sym_when] = ACTIONS(4519), + [anon_sym_try] = ACTIONS(4519), + [anon_sym_catch] = ACTIONS(4519), + [anon_sym_finally] = ACTIONS(4519), + [anon_sym_throw] = ACTIONS(4519), + [anon_sym_return] = ACTIONS(4519), + [anon_sym_continue] = ACTIONS(4519), + [anon_sym_break] = ACTIONS(4519), + [anon_sym_COLON_COLON] = ACTIONS(4521), + [anon_sym_PLUS_EQ] = ACTIONS(4521), + [anon_sym_DASH_EQ] = ACTIONS(4521), + [anon_sym_STAR_EQ] = ACTIONS(4521), + [anon_sym_SLASH_EQ] = ACTIONS(4521), + [anon_sym_PERCENT_EQ] = ACTIONS(4521), + [anon_sym_BANG_EQ] = ACTIONS(4519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4521), + [anon_sym_EQ_EQ] = ACTIONS(4519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4521), + [anon_sym_LT_EQ] = ACTIONS(4521), + [anon_sym_GT_EQ] = ACTIONS(4521), + [anon_sym_BANGin] = ACTIONS(4521), + [anon_sym_is] = ACTIONS(4519), + [anon_sym_BANGis] = ACTIONS(4521), + [anon_sym_PLUS] = ACTIONS(4519), + [anon_sym_DASH] = ACTIONS(4519), + [anon_sym_SLASH] = ACTIONS(4519), + [anon_sym_PERCENT] = ACTIONS(4519), + [anon_sym_as_QMARK] = ACTIONS(4521), + [anon_sym_PLUS_PLUS] = ACTIONS(4521), + [anon_sym_DASH_DASH] = ACTIONS(4521), + [anon_sym_BANG] = ACTIONS(4519), + [anon_sym_BANG_BANG] = ACTIONS(4521), + [anon_sym_suspend] = ACTIONS(4519), + [anon_sym_sealed] = ACTIONS(4519), + [anon_sym_annotation] = ACTIONS(4519), + [anon_sym_data] = ACTIONS(4519), + [anon_sym_inner] = ACTIONS(4519), + [anon_sym_override] = ACTIONS(4519), + [anon_sym_lateinit] = ACTIONS(4519), + [anon_sym_public] = ACTIONS(4519), + [anon_sym_private] = ACTIONS(4519), + [anon_sym_internal] = ACTIONS(4519), + [anon_sym_protected] = ACTIONS(4519), + [anon_sym_tailrec] = ACTIONS(4519), + [anon_sym_operator] = ACTIONS(4519), + [anon_sym_infix] = ACTIONS(4519), + [anon_sym_inline] = ACTIONS(4519), + [anon_sym_external] = ACTIONS(4519), + [sym_property_modifier] = ACTIONS(4519), + [anon_sym_abstract] = ACTIONS(4519), + [anon_sym_final] = ACTIONS(4519), + [anon_sym_open] = ACTIONS(4519), + [anon_sym_vararg] = ACTIONS(4519), + [anon_sym_noinline] = ACTIONS(4519), + [anon_sym_crossinline] = ACTIONS(4519), + [anon_sym_expect] = ACTIONS(4519), + [anon_sym_actual] = ACTIONS(4519), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4521), + [anon_sym_continue_AT] = ACTIONS(4521), + [anon_sym_break_AT] = ACTIONS(4521), + [sym_real_literal] = ACTIONS(4521), + [sym_integer_literal] = ACTIONS(4519), + [sym_hex_literal] = ACTIONS(4521), + [sym_bin_literal] = ACTIONS(4521), + [anon_sym_true] = ACTIONS(4519), + [anon_sym_false] = ACTIONS(4519), + [anon_sym_SQUOTE] = ACTIONS(4521), + [sym__backtick_identifier] = ACTIONS(4521), + [sym__automatic_semicolon] = ACTIONS(4521), + [sym_safe_nav] = ACTIONS(4521), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4521), }, [943] = { - [sym_class_body] = STATE(1089), - [sym__alpha_identifier] = ACTIONS(4517), - [anon_sym_AT] = ACTIONS(4519), - [anon_sym_COLON] = ACTIONS(4521), - [anon_sym_LBRACK] = ACTIONS(4519), - [anon_sym_as] = ACTIONS(4517), - [anon_sym_EQ] = ACTIONS(4517), + [sym_type_constraints] = STATE(963), + [sym_enum_class_body] = STATE(1158), + [sym__alpha_identifier] = ACTIONS(4503), + [anon_sym_AT] = ACTIONS(4505), + [anon_sym_LBRACK] = ACTIONS(4505), + [anon_sym_as] = ACTIONS(4503), + [anon_sym_EQ] = ACTIONS(4503), [anon_sym_LBRACE] = ACTIONS(3156), - [anon_sym_RBRACE] = ACTIONS(4519), - [anon_sym_LPAREN] = ACTIONS(4519), - [anon_sym_COMMA] = ACTIONS(4519), - [anon_sym_LT] = ACTIONS(4517), - [anon_sym_GT] = ACTIONS(4517), - [anon_sym_where] = ACTIONS(4517), - [anon_sym_object] = ACTIONS(4517), - [anon_sym_fun] = ACTIONS(4517), - [anon_sym_DOT] = ACTIONS(4517), - [anon_sym_SEMI] = ACTIONS(4519), - [anon_sym_get] = ACTIONS(4517), - [anon_sym_set] = ACTIONS(4517), - [anon_sym_this] = ACTIONS(4517), - [anon_sym_super] = ACTIONS(4517), - [anon_sym_STAR] = ACTIONS(4517), - [sym_label] = ACTIONS(4517), - [anon_sym_in] = ACTIONS(4517), - [anon_sym_DOT_DOT] = ACTIONS(4519), - [anon_sym_QMARK_COLON] = ACTIONS(4519), - [anon_sym_AMP_AMP] = ACTIONS(4519), - [anon_sym_PIPE_PIPE] = ACTIONS(4519), - [anon_sym_null] = ACTIONS(4517), - [anon_sym_if] = ACTIONS(4517), - [anon_sym_else] = ACTIONS(4517), - [anon_sym_when] = ACTIONS(4517), - [anon_sym_try] = ACTIONS(4517), - [anon_sym_throw] = ACTIONS(4517), - [anon_sym_return] = ACTIONS(4517), - [anon_sym_continue] = ACTIONS(4517), - [anon_sym_break] = ACTIONS(4517), - [anon_sym_COLON_COLON] = ACTIONS(4519), - [anon_sym_PLUS_EQ] = ACTIONS(4519), - [anon_sym_DASH_EQ] = ACTIONS(4519), - [anon_sym_STAR_EQ] = ACTIONS(4519), - [anon_sym_SLASH_EQ] = ACTIONS(4519), - [anon_sym_PERCENT_EQ] = ACTIONS(4519), - [anon_sym_BANG_EQ] = ACTIONS(4517), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4519), - [anon_sym_EQ_EQ] = ACTIONS(4517), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4519), - [anon_sym_LT_EQ] = ACTIONS(4519), - [anon_sym_GT_EQ] = ACTIONS(4519), - [anon_sym_BANGin] = ACTIONS(4519), - [anon_sym_is] = ACTIONS(4517), - [anon_sym_BANGis] = ACTIONS(4519), - [anon_sym_PLUS] = ACTIONS(4517), - [anon_sym_DASH] = ACTIONS(4517), - [anon_sym_SLASH] = ACTIONS(4517), - [anon_sym_PERCENT] = ACTIONS(4517), - [anon_sym_as_QMARK] = ACTIONS(4519), - [anon_sym_PLUS_PLUS] = ACTIONS(4519), - [anon_sym_DASH_DASH] = ACTIONS(4519), - [anon_sym_BANG] = ACTIONS(4517), - [anon_sym_BANG_BANG] = ACTIONS(4519), - [anon_sym_suspend] = ACTIONS(4517), - [anon_sym_sealed] = ACTIONS(4517), - [anon_sym_annotation] = ACTIONS(4517), - [anon_sym_data] = ACTIONS(4517), - [anon_sym_inner] = ACTIONS(4517), - [anon_sym_override] = ACTIONS(4517), - [anon_sym_lateinit] = ACTIONS(4517), - [anon_sym_public] = ACTIONS(4517), - [anon_sym_private] = ACTIONS(4517), - [anon_sym_internal] = ACTIONS(4517), - [anon_sym_protected] = ACTIONS(4517), - [anon_sym_tailrec] = ACTIONS(4517), - [anon_sym_operator] = ACTIONS(4517), - [anon_sym_infix] = ACTIONS(4517), - [anon_sym_inline] = ACTIONS(4517), - [anon_sym_external] = ACTIONS(4517), - [sym_property_modifier] = ACTIONS(4517), - [anon_sym_abstract] = ACTIONS(4517), - [anon_sym_final] = ACTIONS(4517), - [anon_sym_open] = ACTIONS(4517), - [anon_sym_vararg] = ACTIONS(4517), - [anon_sym_noinline] = ACTIONS(4517), - [anon_sym_crossinline] = ACTIONS(4517), - [anon_sym_expect] = ACTIONS(4517), - [anon_sym_actual] = ACTIONS(4517), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4519), - [anon_sym_continue_AT] = ACTIONS(4519), - [anon_sym_break_AT] = ACTIONS(4519), - [sym_real_literal] = ACTIONS(4519), - [sym_integer_literal] = ACTIONS(4517), - [sym_hex_literal] = ACTIONS(4519), - [sym_bin_literal] = ACTIONS(4519), - [anon_sym_true] = ACTIONS(4517), - [anon_sym_false] = ACTIONS(4517), - [anon_sym_SQUOTE] = ACTIONS(4519), - [sym__backtick_identifier] = ACTIONS(4519), - [sym__automatic_semicolon] = ACTIONS(4519), - [sym_safe_nav] = ACTIONS(4519), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4519), + [anon_sym_RBRACE] = ACTIONS(4505), + [anon_sym_LPAREN] = ACTIONS(4505), + [anon_sym_COMMA] = ACTIONS(4505), + [anon_sym_LT] = ACTIONS(4503), + [anon_sym_GT] = ACTIONS(4503), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(4503), + [anon_sym_fun] = ACTIONS(4503), + [anon_sym_DOT] = ACTIONS(4503), + [anon_sym_SEMI] = ACTIONS(4505), + [anon_sym_get] = ACTIONS(4503), + [anon_sym_set] = ACTIONS(4503), + [anon_sym_this] = ACTIONS(4503), + [anon_sym_super] = ACTIONS(4503), + [anon_sym_STAR] = ACTIONS(4503), + [sym_label] = ACTIONS(4503), + [anon_sym_in] = ACTIONS(4503), + [anon_sym_DOT_DOT] = ACTIONS(4505), + [anon_sym_QMARK_COLON] = ACTIONS(4505), + [anon_sym_AMP_AMP] = ACTIONS(4505), + [anon_sym_PIPE_PIPE] = ACTIONS(4505), + [anon_sym_null] = ACTIONS(4503), + [anon_sym_if] = ACTIONS(4503), + [anon_sym_else] = ACTIONS(4503), + [anon_sym_when] = ACTIONS(4503), + [anon_sym_try] = ACTIONS(4503), + [anon_sym_throw] = ACTIONS(4503), + [anon_sym_return] = ACTIONS(4503), + [anon_sym_continue] = ACTIONS(4503), + [anon_sym_break] = ACTIONS(4503), + [anon_sym_COLON_COLON] = ACTIONS(4505), + [anon_sym_PLUS_EQ] = ACTIONS(4505), + [anon_sym_DASH_EQ] = ACTIONS(4505), + [anon_sym_STAR_EQ] = ACTIONS(4505), + [anon_sym_SLASH_EQ] = ACTIONS(4505), + [anon_sym_PERCENT_EQ] = ACTIONS(4505), + [anon_sym_BANG_EQ] = ACTIONS(4503), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4505), + [anon_sym_EQ_EQ] = ACTIONS(4503), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4505), + [anon_sym_LT_EQ] = ACTIONS(4505), + [anon_sym_GT_EQ] = ACTIONS(4505), + [anon_sym_BANGin] = ACTIONS(4505), + [anon_sym_is] = ACTIONS(4503), + [anon_sym_BANGis] = ACTIONS(4505), + [anon_sym_PLUS] = ACTIONS(4503), + [anon_sym_DASH] = ACTIONS(4503), + [anon_sym_SLASH] = ACTIONS(4503), + [anon_sym_PERCENT] = ACTIONS(4503), + [anon_sym_as_QMARK] = ACTIONS(4505), + [anon_sym_PLUS_PLUS] = ACTIONS(4505), + [anon_sym_DASH_DASH] = ACTIONS(4505), + [anon_sym_BANG] = ACTIONS(4503), + [anon_sym_BANG_BANG] = ACTIONS(4505), + [anon_sym_suspend] = ACTIONS(4503), + [anon_sym_sealed] = ACTIONS(4503), + [anon_sym_annotation] = ACTIONS(4503), + [anon_sym_data] = ACTIONS(4503), + [anon_sym_inner] = ACTIONS(4503), + [anon_sym_override] = ACTIONS(4503), + [anon_sym_lateinit] = ACTIONS(4503), + [anon_sym_public] = ACTIONS(4503), + [anon_sym_private] = ACTIONS(4503), + [anon_sym_internal] = ACTIONS(4503), + [anon_sym_protected] = ACTIONS(4503), + [anon_sym_tailrec] = ACTIONS(4503), + [anon_sym_operator] = ACTIONS(4503), + [anon_sym_infix] = ACTIONS(4503), + [anon_sym_inline] = ACTIONS(4503), + [anon_sym_external] = ACTIONS(4503), + [sym_property_modifier] = ACTIONS(4503), + [anon_sym_abstract] = ACTIONS(4503), + [anon_sym_final] = ACTIONS(4503), + [anon_sym_open] = ACTIONS(4503), + [anon_sym_vararg] = ACTIONS(4503), + [anon_sym_noinline] = ACTIONS(4503), + [anon_sym_crossinline] = ACTIONS(4503), + [anon_sym_expect] = ACTIONS(4503), + [anon_sym_actual] = ACTIONS(4503), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4505), + [anon_sym_continue_AT] = ACTIONS(4505), + [anon_sym_break_AT] = ACTIONS(4505), + [sym_real_literal] = ACTIONS(4505), + [sym_integer_literal] = ACTIONS(4503), + [sym_hex_literal] = ACTIONS(4505), + [sym_bin_literal] = ACTIONS(4505), + [anon_sym_true] = ACTIONS(4503), + [anon_sym_false] = ACTIONS(4503), + [anon_sym_SQUOTE] = ACTIONS(4505), + [sym__backtick_identifier] = ACTIONS(4505), + [sym__automatic_semicolon] = ACTIONS(4505), + [sym_safe_nav] = ACTIONS(4505), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4505), }, [944] = { - [sym_indexing_suffix] = STATE(3339), - [sym_navigation_suffix] = STATE(3435), - [sym_call_suffix] = STATE(3432), - [sym_annotated_lambda] = STATE(3429), - [sym_type_arguments] = STATE(7512), - [sym_value_arguments] = STATE(2735), - [sym_lambda_literal] = STATE(3427), - [sym__equality_operator] = STATE(1957), - [sym__comparison_operator] = STATE(1958), - [sym__in_operator] = STATE(1962), - [sym__is_operator] = STATE(6217), - [sym__additive_operator] = STATE(1966), - [sym__multiplicative_operator] = STATE(1975), - [sym__as_operator] = STATE(6214), - [sym__postfix_unary_operator] = STATE(3426), - [sym__member_access_operator] = STATE(7360), - [sym_annotation] = STATE(7846), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1976), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7846), + [sym__alpha_identifier] = ACTIONS(4523), + [anon_sym_AT] = ACTIONS(4525), + [anon_sym_COLON] = ACTIONS(4523), + [anon_sym_LBRACK] = ACTIONS(4525), + [anon_sym_as] = ACTIONS(4523), + [anon_sym_EQ] = ACTIONS(4523), + [anon_sym_LBRACE] = ACTIONS(4525), + [anon_sym_RBRACE] = ACTIONS(4525), + [anon_sym_LPAREN] = ACTIONS(4525), + [anon_sym_COMMA] = ACTIONS(4525), + [anon_sym_LT] = ACTIONS(4523), + [anon_sym_GT] = ACTIONS(4523), + [anon_sym_where] = ACTIONS(4523), + [anon_sym_object] = ACTIONS(4523), + [anon_sym_fun] = ACTIONS(4523), + [anon_sym_DOT] = ACTIONS(4523), + [anon_sym_SEMI] = ACTIONS(4525), + [anon_sym_get] = ACTIONS(4523), + [anon_sym_set] = ACTIONS(4523), + [anon_sym_this] = ACTIONS(4523), + [anon_sym_super] = ACTIONS(4523), + [anon_sym_STAR] = ACTIONS(4523), + [sym_label] = ACTIONS(4523), + [anon_sym_in] = ACTIONS(4523), + [anon_sym_DOT_DOT] = ACTIONS(4525), + [anon_sym_QMARK_COLON] = ACTIONS(4525), + [anon_sym_AMP_AMP] = ACTIONS(4525), + [anon_sym_PIPE_PIPE] = ACTIONS(4525), + [anon_sym_null] = ACTIONS(4523), + [anon_sym_if] = ACTIONS(4523), + [anon_sym_else] = ACTIONS(4523), + [anon_sym_when] = ACTIONS(4523), + [anon_sym_try] = ACTIONS(4523), + [anon_sym_throw] = ACTIONS(4523), + [anon_sym_return] = ACTIONS(4523), + [anon_sym_continue] = ACTIONS(4523), + [anon_sym_break] = ACTIONS(4523), + [anon_sym_COLON_COLON] = ACTIONS(4525), + [anon_sym_PLUS_EQ] = ACTIONS(4525), + [anon_sym_DASH_EQ] = ACTIONS(4525), + [anon_sym_STAR_EQ] = ACTIONS(4525), + [anon_sym_SLASH_EQ] = ACTIONS(4525), + [anon_sym_PERCENT_EQ] = ACTIONS(4525), + [anon_sym_BANG_EQ] = ACTIONS(4523), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4525), + [anon_sym_EQ_EQ] = ACTIONS(4523), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4525), + [anon_sym_LT_EQ] = ACTIONS(4525), + [anon_sym_GT_EQ] = ACTIONS(4525), + [anon_sym_BANGin] = ACTIONS(4525), + [anon_sym_is] = ACTIONS(4523), + [anon_sym_BANGis] = ACTIONS(4525), + [anon_sym_PLUS] = ACTIONS(4523), + [anon_sym_DASH] = ACTIONS(4523), + [anon_sym_SLASH] = ACTIONS(4523), + [anon_sym_PERCENT] = ACTIONS(4523), + [anon_sym_as_QMARK] = ACTIONS(4525), + [anon_sym_PLUS_PLUS] = ACTIONS(4525), + [anon_sym_DASH_DASH] = ACTIONS(4525), + [anon_sym_BANG] = ACTIONS(4523), + [anon_sym_BANG_BANG] = ACTIONS(4525), + [anon_sym_suspend] = ACTIONS(4523), + [anon_sym_sealed] = ACTIONS(4523), + [anon_sym_annotation] = ACTIONS(4523), + [anon_sym_data] = ACTIONS(4523), + [anon_sym_inner] = ACTIONS(4523), + [anon_sym_override] = ACTIONS(4523), + [anon_sym_lateinit] = ACTIONS(4523), + [anon_sym_public] = ACTIONS(4523), + [anon_sym_private] = ACTIONS(4523), + [anon_sym_internal] = ACTIONS(4523), + [anon_sym_protected] = ACTIONS(4523), + [anon_sym_tailrec] = ACTIONS(4523), + [anon_sym_operator] = ACTIONS(4523), + [anon_sym_infix] = ACTIONS(4523), + [anon_sym_inline] = ACTIONS(4523), + [anon_sym_external] = ACTIONS(4523), + [sym_property_modifier] = ACTIONS(4523), + [anon_sym_abstract] = ACTIONS(4523), + [anon_sym_final] = ACTIONS(4523), + [anon_sym_open] = ACTIONS(4523), + [anon_sym_vararg] = ACTIONS(4523), + [anon_sym_noinline] = ACTIONS(4523), + [anon_sym_crossinline] = ACTIONS(4523), + [anon_sym_expect] = ACTIONS(4523), + [anon_sym_actual] = ACTIONS(4523), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4525), + [anon_sym_continue_AT] = ACTIONS(4525), + [anon_sym_break_AT] = ACTIONS(4525), + [sym_real_literal] = ACTIONS(4525), + [sym_integer_literal] = ACTIONS(4523), + [sym_hex_literal] = ACTIONS(4525), + [sym_bin_literal] = ACTIONS(4525), + [anon_sym_true] = ACTIONS(4523), + [anon_sym_false] = ACTIONS(4523), + [anon_sym_SQUOTE] = ACTIONS(4525), + [sym__backtick_identifier] = ACTIONS(4525), + [sym__automatic_semicolon] = ACTIONS(4525), + [sym_safe_nav] = ACTIONS(4525), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4525), + }, + [945] = { + [sym__alpha_identifier] = ACTIONS(4527), + [anon_sym_AT] = ACTIONS(4529), + [anon_sym_LBRACK] = ACTIONS(4529), + [anon_sym_as] = ACTIONS(4527), + [anon_sym_EQ] = ACTIONS(4527), + [anon_sym_LBRACE] = ACTIONS(4529), + [anon_sym_RBRACE] = ACTIONS(4529), + [anon_sym_LPAREN] = ACTIONS(4529), + [anon_sym_COMMA] = ACTIONS(4529), + [anon_sym_by] = ACTIONS(4527), + [anon_sym_LT] = ACTIONS(4527), + [anon_sym_GT] = ACTIONS(4527), + [anon_sym_where] = ACTIONS(4527), + [anon_sym_object] = ACTIONS(4527), + [anon_sym_fun] = ACTIONS(4527), + [anon_sym_DOT] = ACTIONS(4527), + [anon_sym_SEMI] = ACTIONS(4529), + [anon_sym_get] = ACTIONS(4527), + [anon_sym_set] = ACTIONS(4527), + [anon_sym_this] = ACTIONS(4527), + [anon_sym_super] = ACTIONS(4527), + [anon_sym_STAR] = ACTIONS(4527), + [sym_label] = ACTIONS(4527), + [anon_sym_in] = ACTIONS(4527), + [anon_sym_DOT_DOT] = ACTIONS(4529), + [anon_sym_QMARK_COLON] = ACTIONS(4529), + [anon_sym_AMP_AMP] = ACTIONS(4529), + [anon_sym_PIPE_PIPE] = ACTIONS(4529), + [anon_sym_null] = ACTIONS(4527), + [anon_sym_if] = ACTIONS(4527), + [anon_sym_else] = ACTIONS(4527), + [anon_sym_when] = ACTIONS(4527), + [anon_sym_try] = ACTIONS(4527), + [anon_sym_throw] = ACTIONS(4527), + [anon_sym_return] = ACTIONS(4527), + [anon_sym_continue] = ACTIONS(4527), + [anon_sym_break] = ACTIONS(4527), + [anon_sym_COLON_COLON] = ACTIONS(4529), + [anon_sym_PLUS_EQ] = ACTIONS(4529), + [anon_sym_DASH_EQ] = ACTIONS(4529), + [anon_sym_STAR_EQ] = ACTIONS(4529), + [anon_sym_SLASH_EQ] = ACTIONS(4529), + [anon_sym_PERCENT_EQ] = ACTIONS(4529), + [anon_sym_BANG_EQ] = ACTIONS(4527), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4529), + [anon_sym_EQ_EQ] = ACTIONS(4527), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4529), + [anon_sym_LT_EQ] = ACTIONS(4529), + [anon_sym_GT_EQ] = ACTIONS(4529), + [anon_sym_BANGin] = ACTIONS(4529), + [anon_sym_is] = ACTIONS(4527), + [anon_sym_BANGis] = ACTIONS(4529), + [anon_sym_PLUS] = ACTIONS(4527), + [anon_sym_DASH] = ACTIONS(4527), + [anon_sym_SLASH] = ACTIONS(4527), + [anon_sym_PERCENT] = ACTIONS(4527), + [anon_sym_as_QMARK] = ACTIONS(4529), + [anon_sym_PLUS_PLUS] = ACTIONS(4529), + [anon_sym_DASH_DASH] = ACTIONS(4529), + [anon_sym_BANG] = ACTIONS(4527), + [anon_sym_BANG_BANG] = ACTIONS(4529), + [anon_sym_suspend] = ACTIONS(4527), + [anon_sym_sealed] = ACTIONS(4527), + [anon_sym_annotation] = ACTIONS(4527), + [anon_sym_data] = ACTIONS(4527), + [anon_sym_inner] = ACTIONS(4527), + [anon_sym_override] = ACTIONS(4527), + [anon_sym_lateinit] = ACTIONS(4527), + [anon_sym_public] = ACTIONS(4527), + [anon_sym_private] = ACTIONS(4527), + [anon_sym_internal] = ACTIONS(4527), + [anon_sym_protected] = ACTIONS(4527), + [anon_sym_tailrec] = ACTIONS(4527), + [anon_sym_operator] = ACTIONS(4527), + [anon_sym_infix] = ACTIONS(4527), + [anon_sym_inline] = ACTIONS(4527), + [anon_sym_external] = ACTIONS(4527), + [sym_property_modifier] = ACTIONS(4527), + [anon_sym_abstract] = ACTIONS(4527), + [anon_sym_final] = ACTIONS(4527), + [anon_sym_open] = ACTIONS(4527), + [anon_sym_vararg] = ACTIONS(4527), + [anon_sym_noinline] = ACTIONS(4527), + [anon_sym_crossinline] = ACTIONS(4527), + [anon_sym_expect] = ACTIONS(4527), + [anon_sym_actual] = ACTIONS(4527), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4529), + [anon_sym_continue_AT] = ACTIONS(4529), + [anon_sym_break_AT] = ACTIONS(4529), + [sym_real_literal] = ACTIONS(4529), + [sym_integer_literal] = ACTIONS(4527), + [sym_hex_literal] = ACTIONS(4529), + [sym_bin_literal] = ACTIONS(4529), + [anon_sym_true] = ACTIONS(4527), + [anon_sym_false] = ACTIONS(4527), + [anon_sym_SQUOTE] = ACTIONS(4529), + [sym__backtick_identifier] = ACTIONS(4529), + [sym__automatic_semicolon] = ACTIONS(4529), + [sym_safe_nav] = ACTIONS(4529), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4529), + }, + [946] = { + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(1631), + [sym__comparison_operator] = STATE(2054), + [sym__in_operator] = STATE(1615), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(1616), + [sym__multiplicative_operator] = STATE(1617), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_annotation] = STATE(7893), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1618), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(4523), - [anon_sym_as] = ACTIONS(4525), - [anon_sym_EQ] = ACTIONS(3053), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_RBRACE] = ACTIONS(3055), - [anon_sym_LPAREN] = ACTIONS(4527), - [anon_sym_COMMA] = ACTIONS(3055), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_RBRACK] = ACTIONS(3084), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_EQ] = ACTIONS(3082), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(3084), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_COMMA] = ACTIONS(3084), + [anon_sym_RPAREN] = ACTIONS(3084), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(4529), - [anon_sym_where] = ACTIONS(3053), - [anon_sym_object] = ACTIONS(3053), - [anon_sym_fun] = ACTIONS(3053), - [anon_sym_DOT] = ACTIONS(4531), - [anon_sym_SEMI] = ACTIONS(3055), + [anon_sym_GT] = ACTIONS(3396), + [anon_sym_where] = ACTIONS(3082), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3084), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(3053), - [anon_sym_super] = ACTIONS(3053), - [anon_sym_STAR] = ACTIONS(4533), - [sym_label] = ACTIONS(4535), - [anon_sym_in] = ACTIONS(4537), - [anon_sym_DOT_DOT] = ACTIONS(4539), - [anon_sym_QMARK_COLON] = ACTIONS(4541), - [anon_sym_AMP_AMP] = ACTIONS(4543), - [anon_sym_PIPE_PIPE] = ACTIONS(4545), - [anon_sym_null] = ACTIONS(3053), - [anon_sym_if] = ACTIONS(3053), - [anon_sym_else] = ACTIONS(3053), - [anon_sym_when] = ACTIONS(3053), - [anon_sym_try] = ACTIONS(3053), - [anon_sym_throw] = ACTIONS(3053), - [anon_sym_return] = ACTIONS(3053), - [anon_sym_continue] = ACTIONS(3053), - [anon_sym_break] = ACTIONS(3053), - [anon_sym_COLON_COLON] = ACTIONS(4547), - [anon_sym_PLUS_EQ] = ACTIONS(3055), - [anon_sym_DASH_EQ] = ACTIONS(3055), - [anon_sym_STAR_EQ] = ACTIONS(3055), - [anon_sym_SLASH_EQ] = ACTIONS(3055), - [anon_sym_PERCENT_EQ] = ACTIONS(3055), - [anon_sym_BANG_EQ] = ACTIONS(4549), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4551), - [anon_sym_EQ_EQ] = ACTIONS(4549), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4551), - [anon_sym_LT_EQ] = ACTIONS(4553), - [anon_sym_GT_EQ] = ACTIONS(4553), - [anon_sym_BANGin] = ACTIONS(4555), - [anon_sym_is] = ACTIONS(4557), - [anon_sym_BANGis] = ACTIONS(4559), - [anon_sym_PLUS] = ACTIONS(4561), - [anon_sym_DASH] = ACTIONS(4561), - [anon_sym_SLASH] = ACTIONS(4533), - [anon_sym_PERCENT] = ACTIONS(4533), - [anon_sym_as_QMARK] = ACTIONS(4563), - [anon_sym_PLUS_PLUS] = ACTIONS(4565), - [anon_sym_DASH_DASH] = ACTIONS(4565), - [anon_sym_BANG] = ACTIONS(3053), - [anon_sym_BANG_BANG] = ACTIONS(4565), + [anon_sym_STAR] = ACTIONS(3406), + [anon_sym_DASH_GT] = ACTIONS(3084), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(3410), + [anon_sym_while] = ACTIONS(3082), + [anon_sym_DOT_DOT] = ACTIONS(3412), + [anon_sym_QMARK_COLON] = ACTIONS(3414), + [anon_sym_AMP_AMP] = ACTIONS(3416), + [anon_sym_PIPE_PIPE] = ACTIONS(3418), + [anon_sym_else] = ACTIONS(3082), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_PLUS_EQ] = ACTIONS(3084), + [anon_sym_DASH_EQ] = ACTIONS(3084), + [anon_sym_STAR_EQ] = ACTIONS(3084), + [anon_sym_SLASH_EQ] = ACTIONS(3084), + [anon_sym_PERCENT_EQ] = ACTIONS(3084), + [anon_sym_BANG_EQ] = ACTIONS(3422), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3424), + [anon_sym_EQ_EQ] = ACTIONS(3422), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3424), + [anon_sym_LT_EQ] = ACTIONS(3426), + [anon_sym_GT_EQ] = ACTIONS(3426), + [anon_sym_BANGin] = ACTIONS(3428), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), + [anon_sym_PLUS] = ACTIONS(3434), + [anon_sym_DASH] = ACTIONS(3434), + [anon_sym_SLASH] = ACTIONS(3406), + [anon_sym_PERCENT] = ACTIONS(3406), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), + [anon_sym_suspend] = ACTIONS(3082), + [anon_sym_sealed] = ACTIONS(3082), + [anon_sym_annotation] = ACTIONS(3082), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), + [anon_sym_override] = ACTIONS(3082), + [anon_sym_lateinit] = ACTIONS(3082), + [anon_sym_public] = ACTIONS(3082), + [anon_sym_private] = ACTIONS(3082), + [anon_sym_internal] = ACTIONS(3082), + [anon_sym_protected] = ACTIONS(3082), + [anon_sym_tailrec] = ACTIONS(3082), + [anon_sym_operator] = ACTIONS(3082), + [anon_sym_infix] = ACTIONS(3082), + [anon_sym_inline] = ACTIONS(3082), + [anon_sym_external] = ACTIONS(3082), + [sym_property_modifier] = ACTIONS(3082), + [anon_sym_abstract] = ACTIONS(3082), + [anon_sym_final] = ACTIONS(3082), + [anon_sym_open] = ACTIONS(3082), + [anon_sym_vararg] = ACTIONS(3082), + [anon_sym_noinline] = ACTIONS(3082), + [anon_sym_crossinline] = ACTIONS(3082), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3055), - [anon_sym_continue_AT] = ACTIONS(3055), - [anon_sym_break_AT] = ACTIONS(3055), - [sym_real_literal] = ACTIONS(3055), - [sym_integer_literal] = ACTIONS(3053), - [sym_hex_literal] = ACTIONS(3055), - [sym_bin_literal] = ACTIONS(3055), - [anon_sym_true] = ACTIONS(3053), - [anon_sym_false] = ACTIONS(3053), - [anon_sym_SQUOTE] = ACTIONS(3055), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3055), - [sym_safe_nav] = ACTIONS(4547), + [sym_safe_nav] = ACTIONS(3420), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3055), }, - [945] = { - [sym_indexing_suffix] = STATE(3339), - [sym_navigation_suffix] = STATE(3435), - [sym_call_suffix] = STATE(3432), - [sym_annotated_lambda] = STATE(3429), - [sym_type_arguments] = STATE(7512), - [sym_value_arguments] = STATE(2735), - [sym_lambda_literal] = STATE(3427), - [sym__equality_operator] = STATE(1957), - [sym__comparison_operator] = STATE(1958), - [sym__in_operator] = STATE(1962), - [sym__is_operator] = STATE(6217), - [sym__additive_operator] = STATE(1966), - [sym__multiplicative_operator] = STATE(1975), - [sym__as_operator] = STATE(6214), - [sym__postfix_unary_operator] = STATE(3426), - [sym__member_access_operator] = STATE(7360), - [sym_annotation] = STATE(7846), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1976), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7846), + [947] = { + [sym_class_body] = STATE(1141), + [sym__alpha_identifier] = ACTIONS(4342), + [anon_sym_AT] = ACTIONS(4344), + [anon_sym_LBRACK] = ACTIONS(4344), + [anon_sym_as] = ACTIONS(4342), + [anon_sym_EQ] = ACTIONS(4342), + [anon_sym_LBRACE] = ACTIONS(3180), + [anon_sym_RBRACE] = ACTIONS(4344), + [anon_sym_LPAREN] = ACTIONS(4344), + [anon_sym_COMMA] = ACTIONS(4344), + [anon_sym_LT] = ACTIONS(4342), + [anon_sym_GT] = ACTIONS(4342), + [anon_sym_where] = ACTIONS(4342), + [anon_sym_object] = ACTIONS(4342), + [anon_sym_fun] = ACTIONS(4342), + [anon_sym_DOT] = ACTIONS(4342), + [anon_sym_SEMI] = ACTIONS(4344), + [anon_sym_get] = ACTIONS(4342), + [anon_sym_set] = ACTIONS(4342), + [anon_sym_this] = ACTIONS(4342), + [anon_sym_super] = ACTIONS(4342), + [anon_sym_STAR] = ACTIONS(4342), + [sym_label] = ACTIONS(4342), + [anon_sym_in] = ACTIONS(4342), + [anon_sym_DOT_DOT] = ACTIONS(4344), + [anon_sym_QMARK_COLON] = ACTIONS(4344), + [anon_sym_AMP_AMP] = ACTIONS(4344), + [anon_sym_PIPE_PIPE] = ACTIONS(4344), + [anon_sym_null] = ACTIONS(4342), + [anon_sym_if] = ACTIONS(4342), + [anon_sym_else] = ACTIONS(4342), + [anon_sym_when] = ACTIONS(4342), + [anon_sym_try] = ACTIONS(4342), + [anon_sym_throw] = ACTIONS(4342), + [anon_sym_return] = ACTIONS(4342), + [anon_sym_continue] = ACTIONS(4342), + [anon_sym_break] = ACTIONS(4342), + [anon_sym_COLON_COLON] = ACTIONS(4344), + [anon_sym_PLUS_EQ] = ACTIONS(4344), + [anon_sym_DASH_EQ] = ACTIONS(4344), + [anon_sym_STAR_EQ] = ACTIONS(4344), + [anon_sym_SLASH_EQ] = ACTIONS(4344), + [anon_sym_PERCENT_EQ] = ACTIONS(4344), + [anon_sym_BANG_EQ] = ACTIONS(4342), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4344), + [anon_sym_EQ_EQ] = ACTIONS(4342), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4344), + [anon_sym_LT_EQ] = ACTIONS(4344), + [anon_sym_GT_EQ] = ACTIONS(4344), + [anon_sym_BANGin] = ACTIONS(4344), + [anon_sym_is] = ACTIONS(4342), + [anon_sym_BANGis] = ACTIONS(4344), + [anon_sym_PLUS] = ACTIONS(4342), + [anon_sym_DASH] = ACTIONS(4342), + [anon_sym_SLASH] = ACTIONS(4342), + [anon_sym_PERCENT] = ACTIONS(4342), + [anon_sym_as_QMARK] = ACTIONS(4344), + [anon_sym_PLUS_PLUS] = ACTIONS(4344), + [anon_sym_DASH_DASH] = ACTIONS(4344), + [anon_sym_BANG] = ACTIONS(4342), + [anon_sym_BANG_BANG] = ACTIONS(4344), + [anon_sym_suspend] = ACTIONS(4342), + [anon_sym_sealed] = ACTIONS(4342), + [anon_sym_annotation] = ACTIONS(4342), + [anon_sym_data] = ACTIONS(4342), + [anon_sym_inner] = ACTIONS(4342), + [anon_sym_override] = ACTIONS(4342), + [anon_sym_lateinit] = ACTIONS(4342), + [anon_sym_public] = ACTIONS(4342), + [anon_sym_private] = ACTIONS(4342), + [anon_sym_internal] = ACTIONS(4342), + [anon_sym_protected] = ACTIONS(4342), + [anon_sym_tailrec] = ACTIONS(4342), + [anon_sym_operator] = ACTIONS(4342), + [anon_sym_infix] = ACTIONS(4342), + [anon_sym_inline] = ACTIONS(4342), + [anon_sym_external] = ACTIONS(4342), + [sym_property_modifier] = ACTIONS(4342), + [anon_sym_abstract] = ACTIONS(4342), + [anon_sym_final] = ACTIONS(4342), + [anon_sym_open] = ACTIONS(4342), + [anon_sym_vararg] = ACTIONS(4342), + [anon_sym_noinline] = ACTIONS(4342), + [anon_sym_crossinline] = ACTIONS(4342), + [anon_sym_expect] = ACTIONS(4342), + [anon_sym_actual] = ACTIONS(4342), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4344), + [anon_sym_continue_AT] = ACTIONS(4344), + [anon_sym_break_AT] = ACTIONS(4344), + [sym_real_literal] = ACTIONS(4344), + [sym_integer_literal] = ACTIONS(4342), + [sym_hex_literal] = ACTIONS(4344), + [sym_bin_literal] = ACTIONS(4344), + [anon_sym_true] = ACTIONS(4342), + [anon_sym_false] = ACTIONS(4342), + [anon_sym_SQUOTE] = ACTIONS(4344), + [sym__backtick_identifier] = ACTIONS(4344), + [sym__automatic_semicolon] = ACTIONS(4344), + [sym_safe_nav] = ACTIONS(4344), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4344), + }, + [948] = { + [sym__alpha_identifier] = ACTIONS(4531), + [anon_sym_AT] = ACTIONS(4533), + [anon_sym_COLON] = ACTIONS(4531), + [anon_sym_LBRACK] = ACTIONS(4533), + [anon_sym_as] = ACTIONS(4531), + [anon_sym_EQ] = ACTIONS(4531), + [anon_sym_LBRACE] = ACTIONS(4533), + [anon_sym_RBRACE] = ACTIONS(4533), + [anon_sym_LPAREN] = ACTIONS(4533), + [anon_sym_COMMA] = ACTIONS(4533), + [anon_sym_LT] = ACTIONS(4531), + [anon_sym_GT] = ACTIONS(4531), + [anon_sym_where] = ACTIONS(4531), + [anon_sym_object] = ACTIONS(4531), + [anon_sym_fun] = ACTIONS(4531), + [anon_sym_DOT] = ACTIONS(4531), + [anon_sym_SEMI] = ACTIONS(4533), + [anon_sym_get] = ACTIONS(4531), + [anon_sym_set] = ACTIONS(4531), + [anon_sym_this] = ACTIONS(4531), + [anon_sym_super] = ACTIONS(4531), + [anon_sym_STAR] = ACTIONS(4531), + [sym_label] = ACTIONS(4531), + [anon_sym_in] = ACTIONS(4531), + [anon_sym_DOT_DOT] = ACTIONS(4533), + [anon_sym_QMARK_COLON] = ACTIONS(4533), + [anon_sym_AMP_AMP] = ACTIONS(4533), + [anon_sym_PIPE_PIPE] = ACTIONS(4533), + [anon_sym_null] = ACTIONS(4531), + [anon_sym_if] = ACTIONS(4531), + [anon_sym_else] = ACTIONS(4531), + [anon_sym_when] = ACTIONS(4531), + [anon_sym_try] = ACTIONS(4531), + [anon_sym_throw] = ACTIONS(4531), + [anon_sym_return] = ACTIONS(4531), + [anon_sym_continue] = ACTIONS(4531), + [anon_sym_break] = ACTIONS(4531), + [anon_sym_COLON_COLON] = ACTIONS(4533), + [anon_sym_PLUS_EQ] = ACTIONS(4533), + [anon_sym_DASH_EQ] = ACTIONS(4533), + [anon_sym_STAR_EQ] = ACTIONS(4533), + [anon_sym_SLASH_EQ] = ACTIONS(4533), + [anon_sym_PERCENT_EQ] = ACTIONS(4533), + [anon_sym_BANG_EQ] = ACTIONS(4531), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4533), + [anon_sym_EQ_EQ] = ACTIONS(4531), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4533), + [anon_sym_LT_EQ] = ACTIONS(4533), + [anon_sym_GT_EQ] = ACTIONS(4533), + [anon_sym_BANGin] = ACTIONS(4533), + [anon_sym_is] = ACTIONS(4531), + [anon_sym_BANGis] = ACTIONS(4533), + [anon_sym_PLUS] = ACTIONS(4531), + [anon_sym_DASH] = ACTIONS(4531), + [anon_sym_SLASH] = ACTIONS(4531), + [anon_sym_PERCENT] = ACTIONS(4531), + [anon_sym_as_QMARK] = ACTIONS(4533), + [anon_sym_PLUS_PLUS] = ACTIONS(4533), + [anon_sym_DASH_DASH] = ACTIONS(4533), + [anon_sym_BANG] = ACTIONS(4531), + [anon_sym_BANG_BANG] = ACTIONS(4533), + [anon_sym_suspend] = ACTIONS(4531), + [anon_sym_sealed] = ACTIONS(4531), + [anon_sym_annotation] = ACTIONS(4531), + [anon_sym_data] = ACTIONS(4531), + [anon_sym_inner] = ACTIONS(4531), + [anon_sym_override] = ACTIONS(4531), + [anon_sym_lateinit] = ACTIONS(4531), + [anon_sym_public] = ACTIONS(4531), + [anon_sym_private] = ACTIONS(4531), + [anon_sym_internal] = ACTIONS(4531), + [anon_sym_protected] = ACTIONS(4531), + [anon_sym_tailrec] = ACTIONS(4531), + [anon_sym_operator] = ACTIONS(4531), + [anon_sym_infix] = ACTIONS(4531), + [anon_sym_inline] = ACTIONS(4531), + [anon_sym_external] = ACTIONS(4531), + [sym_property_modifier] = ACTIONS(4531), + [anon_sym_abstract] = ACTIONS(4531), + [anon_sym_final] = ACTIONS(4531), + [anon_sym_open] = ACTIONS(4531), + [anon_sym_vararg] = ACTIONS(4531), + [anon_sym_noinline] = ACTIONS(4531), + [anon_sym_crossinline] = ACTIONS(4531), + [anon_sym_expect] = ACTIONS(4531), + [anon_sym_actual] = ACTIONS(4531), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4533), + [anon_sym_continue_AT] = ACTIONS(4533), + [anon_sym_break_AT] = ACTIONS(4533), + [sym_real_literal] = ACTIONS(4533), + [sym_integer_literal] = ACTIONS(4531), + [sym_hex_literal] = ACTIONS(4533), + [sym_bin_literal] = ACTIONS(4533), + [anon_sym_true] = ACTIONS(4531), + [anon_sym_false] = ACTIONS(4531), + [anon_sym_SQUOTE] = ACTIONS(4533), + [sym__backtick_identifier] = ACTIONS(4533), + [sym__automatic_semicolon] = ACTIONS(4533), + [sym_safe_nav] = ACTIONS(4533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4533), + }, + [949] = { + [sym_class_body] = STATE(1197), + [sym__alpha_identifier] = ACTIONS(4535), + [anon_sym_AT] = ACTIONS(4537), + [anon_sym_LBRACK] = ACTIONS(4537), + [anon_sym_as] = ACTIONS(4535), + [anon_sym_EQ] = ACTIONS(4535), + [anon_sym_LBRACE] = ACTIONS(3180), + [anon_sym_RBRACE] = ACTIONS(4537), + [anon_sym_LPAREN] = ACTIONS(4537), + [anon_sym_COMMA] = ACTIONS(4537), + [anon_sym_LT] = ACTIONS(4535), + [anon_sym_GT] = ACTIONS(4535), + [anon_sym_where] = ACTIONS(4535), + [anon_sym_object] = ACTIONS(4535), + [anon_sym_fun] = ACTIONS(4535), + [anon_sym_DOT] = ACTIONS(4535), + [anon_sym_SEMI] = ACTIONS(4537), + [anon_sym_get] = ACTIONS(4535), + [anon_sym_set] = ACTIONS(4535), + [anon_sym_this] = ACTIONS(4535), + [anon_sym_super] = ACTIONS(4535), + [anon_sym_STAR] = ACTIONS(4535), + [sym_label] = ACTIONS(4535), + [anon_sym_in] = ACTIONS(4535), + [anon_sym_DOT_DOT] = ACTIONS(4537), + [anon_sym_QMARK_COLON] = ACTIONS(4537), + [anon_sym_AMP_AMP] = ACTIONS(4537), + [anon_sym_PIPE_PIPE] = ACTIONS(4537), + [anon_sym_null] = ACTIONS(4535), + [anon_sym_if] = ACTIONS(4535), + [anon_sym_else] = ACTIONS(4535), + [anon_sym_when] = ACTIONS(4535), + [anon_sym_try] = ACTIONS(4535), + [anon_sym_throw] = ACTIONS(4535), + [anon_sym_return] = ACTIONS(4535), + [anon_sym_continue] = ACTIONS(4535), + [anon_sym_break] = ACTIONS(4535), + [anon_sym_COLON_COLON] = ACTIONS(4537), + [anon_sym_PLUS_EQ] = ACTIONS(4537), + [anon_sym_DASH_EQ] = ACTIONS(4537), + [anon_sym_STAR_EQ] = ACTIONS(4537), + [anon_sym_SLASH_EQ] = ACTIONS(4537), + [anon_sym_PERCENT_EQ] = ACTIONS(4537), + [anon_sym_BANG_EQ] = ACTIONS(4535), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4537), + [anon_sym_EQ_EQ] = ACTIONS(4535), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4537), + [anon_sym_LT_EQ] = ACTIONS(4537), + [anon_sym_GT_EQ] = ACTIONS(4537), + [anon_sym_BANGin] = ACTIONS(4537), + [anon_sym_is] = ACTIONS(4535), + [anon_sym_BANGis] = ACTIONS(4537), + [anon_sym_PLUS] = ACTIONS(4535), + [anon_sym_DASH] = ACTIONS(4535), + [anon_sym_SLASH] = ACTIONS(4535), + [anon_sym_PERCENT] = ACTIONS(4535), + [anon_sym_as_QMARK] = ACTIONS(4537), + [anon_sym_PLUS_PLUS] = ACTIONS(4537), + [anon_sym_DASH_DASH] = ACTIONS(4537), + [anon_sym_BANG] = ACTIONS(4535), + [anon_sym_BANG_BANG] = ACTIONS(4537), + [anon_sym_suspend] = ACTIONS(4535), + [anon_sym_sealed] = ACTIONS(4535), + [anon_sym_annotation] = ACTIONS(4535), + [anon_sym_data] = ACTIONS(4535), + [anon_sym_inner] = ACTIONS(4535), + [anon_sym_override] = ACTIONS(4535), + [anon_sym_lateinit] = ACTIONS(4535), + [anon_sym_public] = ACTIONS(4535), + [anon_sym_private] = ACTIONS(4535), + [anon_sym_internal] = ACTIONS(4535), + [anon_sym_protected] = ACTIONS(4535), + [anon_sym_tailrec] = ACTIONS(4535), + [anon_sym_operator] = ACTIONS(4535), + [anon_sym_infix] = ACTIONS(4535), + [anon_sym_inline] = ACTIONS(4535), + [anon_sym_external] = ACTIONS(4535), + [sym_property_modifier] = ACTIONS(4535), + [anon_sym_abstract] = ACTIONS(4535), + [anon_sym_final] = ACTIONS(4535), + [anon_sym_open] = ACTIONS(4535), + [anon_sym_vararg] = ACTIONS(4535), + [anon_sym_noinline] = ACTIONS(4535), + [anon_sym_crossinline] = ACTIONS(4535), + [anon_sym_expect] = ACTIONS(4535), + [anon_sym_actual] = ACTIONS(4535), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4537), + [anon_sym_continue_AT] = ACTIONS(4537), + [anon_sym_break_AT] = ACTIONS(4537), + [sym_real_literal] = ACTIONS(4537), + [sym_integer_literal] = ACTIONS(4535), + [sym_hex_literal] = ACTIONS(4537), + [sym_bin_literal] = ACTIONS(4537), + [anon_sym_true] = ACTIONS(4535), + [anon_sym_false] = ACTIONS(4535), + [anon_sym_SQUOTE] = ACTIONS(4537), + [sym__backtick_identifier] = ACTIONS(4537), + [sym__automatic_semicolon] = ACTIONS(4537), + [sym_safe_nav] = ACTIONS(4537), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4537), + }, + [950] = { + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(1631), + [sym__comparison_operator] = STATE(2054), + [sym__in_operator] = STATE(1615), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(1616), + [sym__multiplicative_operator] = STATE(1617), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_annotation] = STATE(7893), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1618), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(4523), - [anon_sym_as] = ACTIONS(4525), - [anon_sym_EQ] = ACTIONS(3072), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_RBRACE] = ACTIONS(3074), - [anon_sym_LPAREN] = ACTIONS(4527), - [anon_sym_COMMA] = ACTIONS(3074), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_RBRACK] = ACTIONS(3061), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_EQ] = ACTIONS(3059), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(3061), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_COMMA] = ACTIONS(3061), + [anon_sym_RPAREN] = ACTIONS(3061), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(4529), - [anon_sym_where] = ACTIONS(3072), - [anon_sym_object] = ACTIONS(3072), - [anon_sym_fun] = ACTIONS(3072), - [anon_sym_DOT] = ACTIONS(4531), - [anon_sym_SEMI] = ACTIONS(3074), + [anon_sym_GT] = ACTIONS(3396), + [anon_sym_where] = ACTIONS(3059), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3061), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(3072), - [anon_sym_super] = ACTIONS(3072), - [anon_sym_STAR] = ACTIONS(4533), - [sym_label] = ACTIONS(4535), - [anon_sym_in] = ACTIONS(4537), - [anon_sym_DOT_DOT] = ACTIONS(4539), - [anon_sym_QMARK_COLON] = ACTIONS(4541), - [anon_sym_AMP_AMP] = ACTIONS(4543), - [anon_sym_PIPE_PIPE] = ACTIONS(4545), - [anon_sym_null] = ACTIONS(3072), - [anon_sym_if] = ACTIONS(3072), - [anon_sym_else] = ACTIONS(3072), - [anon_sym_when] = ACTIONS(3072), - [anon_sym_try] = ACTIONS(3072), - [anon_sym_throw] = ACTIONS(3072), - [anon_sym_return] = ACTIONS(3072), - [anon_sym_continue] = ACTIONS(3072), - [anon_sym_break] = ACTIONS(3072), - [anon_sym_COLON_COLON] = ACTIONS(4547), - [anon_sym_PLUS_EQ] = ACTIONS(3074), - [anon_sym_DASH_EQ] = ACTIONS(3074), - [anon_sym_STAR_EQ] = ACTIONS(3074), - [anon_sym_SLASH_EQ] = ACTIONS(3074), - [anon_sym_PERCENT_EQ] = ACTIONS(3074), - [anon_sym_BANG_EQ] = ACTIONS(4549), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4551), - [anon_sym_EQ_EQ] = ACTIONS(4549), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4551), - [anon_sym_LT_EQ] = ACTIONS(4553), - [anon_sym_GT_EQ] = ACTIONS(4553), - [anon_sym_BANGin] = ACTIONS(4555), - [anon_sym_is] = ACTIONS(4557), - [anon_sym_BANGis] = ACTIONS(4559), - [anon_sym_PLUS] = ACTIONS(4561), - [anon_sym_DASH] = ACTIONS(4561), - [anon_sym_SLASH] = ACTIONS(4533), - [anon_sym_PERCENT] = ACTIONS(4533), - [anon_sym_as_QMARK] = ACTIONS(4563), - [anon_sym_PLUS_PLUS] = ACTIONS(4565), - [anon_sym_DASH_DASH] = ACTIONS(4565), - [anon_sym_BANG] = ACTIONS(3072), - [anon_sym_BANG_BANG] = ACTIONS(4565), + [anon_sym_STAR] = ACTIONS(3406), + [anon_sym_DASH_GT] = ACTIONS(3061), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(3410), + [anon_sym_while] = ACTIONS(3059), + [anon_sym_DOT_DOT] = ACTIONS(3412), + [anon_sym_QMARK_COLON] = ACTIONS(3414), + [anon_sym_AMP_AMP] = ACTIONS(3416), + [anon_sym_PIPE_PIPE] = ACTIONS(3418), + [anon_sym_else] = ACTIONS(3059), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_PLUS_EQ] = ACTIONS(3061), + [anon_sym_DASH_EQ] = ACTIONS(3061), + [anon_sym_STAR_EQ] = ACTIONS(3061), + [anon_sym_SLASH_EQ] = ACTIONS(3061), + [anon_sym_PERCENT_EQ] = ACTIONS(3061), + [anon_sym_BANG_EQ] = ACTIONS(3422), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3424), + [anon_sym_EQ_EQ] = ACTIONS(3422), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3424), + [anon_sym_LT_EQ] = ACTIONS(3426), + [anon_sym_GT_EQ] = ACTIONS(3426), + [anon_sym_BANGin] = ACTIONS(3428), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), + [anon_sym_PLUS] = ACTIONS(3434), + [anon_sym_DASH] = ACTIONS(3434), + [anon_sym_SLASH] = ACTIONS(3406), + [anon_sym_PERCENT] = ACTIONS(3406), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), + [anon_sym_suspend] = ACTIONS(3059), + [anon_sym_sealed] = ACTIONS(3059), + [anon_sym_annotation] = ACTIONS(3059), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), + [anon_sym_override] = ACTIONS(3059), + [anon_sym_lateinit] = ACTIONS(3059), + [anon_sym_public] = ACTIONS(3059), + [anon_sym_private] = ACTIONS(3059), + [anon_sym_internal] = ACTIONS(3059), + [anon_sym_protected] = ACTIONS(3059), + [anon_sym_tailrec] = ACTIONS(3059), + [anon_sym_operator] = ACTIONS(3059), + [anon_sym_infix] = ACTIONS(3059), + [anon_sym_inline] = ACTIONS(3059), + [anon_sym_external] = ACTIONS(3059), + [sym_property_modifier] = ACTIONS(3059), + [anon_sym_abstract] = ACTIONS(3059), + [anon_sym_final] = ACTIONS(3059), + [anon_sym_open] = ACTIONS(3059), + [anon_sym_vararg] = ACTIONS(3059), + [anon_sym_noinline] = ACTIONS(3059), + [anon_sym_crossinline] = ACTIONS(3059), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3074), - [anon_sym_continue_AT] = ACTIONS(3074), - [anon_sym_break_AT] = ACTIONS(3074), - [sym_real_literal] = ACTIONS(3074), - [sym_integer_literal] = ACTIONS(3072), - [sym_hex_literal] = ACTIONS(3074), - [sym_bin_literal] = ACTIONS(3074), - [anon_sym_true] = ACTIONS(3072), - [anon_sym_false] = ACTIONS(3072), - [anon_sym_SQUOTE] = ACTIONS(3074), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3074), - [sym_safe_nav] = ACTIONS(4547), + [sym_safe_nav] = ACTIONS(3420), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3074), }, - [946] = { - [sym_indexing_suffix] = STATE(3339), - [sym_navigation_suffix] = STATE(3435), - [sym_call_suffix] = STATE(3432), - [sym_annotated_lambda] = STATE(3429), - [sym_type_arguments] = STATE(7512), - [sym_value_arguments] = STATE(2735), - [sym_lambda_literal] = STATE(3427), - [sym__equality_operator] = STATE(1957), - [sym__comparison_operator] = STATE(1958), - [sym__in_operator] = STATE(1962), - [sym__is_operator] = STATE(6217), - [sym__additive_operator] = STATE(1966), - [sym__multiplicative_operator] = STATE(1975), - [sym__as_operator] = STATE(6214), - [sym__postfix_unary_operator] = STATE(3426), - [sym__member_access_operator] = STATE(7360), - [sym_annotation] = STATE(7846), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1976), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7846), + [951] = { + [sym__alpha_identifier] = ACTIONS(4539), + [anon_sym_AT] = ACTIONS(4541), + [anon_sym_COLON] = ACTIONS(4539), + [anon_sym_LBRACK] = ACTIONS(4541), + [anon_sym_as] = ACTIONS(4539), + [anon_sym_EQ] = ACTIONS(4539), + [anon_sym_LBRACE] = ACTIONS(4541), + [anon_sym_RBRACE] = ACTIONS(4541), + [anon_sym_LPAREN] = ACTIONS(4541), + [anon_sym_COMMA] = ACTIONS(4541), + [anon_sym_LT] = ACTIONS(4539), + [anon_sym_GT] = ACTIONS(4539), + [anon_sym_where] = ACTIONS(4539), + [anon_sym_object] = ACTIONS(4539), + [anon_sym_fun] = ACTIONS(4539), + [anon_sym_DOT] = ACTIONS(4539), + [anon_sym_SEMI] = ACTIONS(4541), + [anon_sym_get] = ACTIONS(4539), + [anon_sym_set] = ACTIONS(4539), + [anon_sym_this] = ACTIONS(4539), + [anon_sym_super] = ACTIONS(4539), + [anon_sym_STAR] = ACTIONS(4539), + [sym_label] = ACTIONS(4539), + [anon_sym_in] = ACTIONS(4539), + [anon_sym_DOT_DOT] = ACTIONS(4541), + [anon_sym_QMARK_COLON] = ACTIONS(4541), + [anon_sym_AMP_AMP] = ACTIONS(4541), + [anon_sym_PIPE_PIPE] = ACTIONS(4541), + [anon_sym_null] = ACTIONS(4539), + [anon_sym_if] = ACTIONS(4539), + [anon_sym_else] = ACTIONS(4539), + [anon_sym_when] = ACTIONS(4539), + [anon_sym_try] = ACTIONS(4539), + [anon_sym_throw] = ACTIONS(4539), + [anon_sym_return] = ACTIONS(4539), + [anon_sym_continue] = ACTIONS(4539), + [anon_sym_break] = ACTIONS(4539), + [anon_sym_COLON_COLON] = ACTIONS(4541), + [anon_sym_PLUS_EQ] = ACTIONS(4541), + [anon_sym_DASH_EQ] = ACTIONS(4541), + [anon_sym_STAR_EQ] = ACTIONS(4541), + [anon_sym_SLASH_EQ] = ACTIONS(4541), + [anon_sym_PERCENT_EQ] = ACTIONS(4541), + [anon_sym_BANG_EQ] = ACTIONS(4539), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4541), + [anon_sym_EQ_EQ] = ACTIONS(4539), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4541), + [anon_sym_LT_EQ] = ACTIONS(4541), + [anon_sym_GT_EQ] = ACTIONS(4541), + [anon_sym_BANGin] = ACTIONS(4541), + [anon_sym_is] = ACTIONS(4539), + [anon_sym_BANGis] = ACTIONS(4541), + [anon_sym_PLUS] = ACTIONS(4539), + [anon_sym_DASH] = ACTIONS(4539), + [anon_sym_SLASH] = ACTIONS(4539), + [anon_sym_PERCENT] = ACTIONS(4539), + [anon_sym_as_QMARK] = ACTIONS(4541), + [anon_sym_PLUS_PLUS] = ACTIONS(4541), + [anon_sym_DASH_DASH] = ACTIONS(4541), + [anon_sym_BANG] = ACTIONS(4539), + [anon_sym_BANG_BANG] = ACTIONS(4541), + [anon_sym_suspend] = ACTIONS(4539), + [anon_sym_sealed] = ACTIONS(4539), + [anon_sym_annotation] = ACTIONS(4539), + [anon_sym_data] = ACTIONS(4539), + [anon_sym_inner] = ACTIONS(4539), + [anon_sym_override] = ACTIONS(4539), + [anon_sym_lateinit] = ACTIONS(4539), + [anon_sym_public] = ACTIONS(4539), + [anon_sym_private] = ACTIONS(4539), + [anon_sym_internal] = ACTIONS(4539), + [anon_sym_protected] = ACTIONS(4539), + [anon_sym_tailrec] = ACTIONS(4539), + [anon_sym_operator] = ACTIONS(4539), + [anon_sym_infix] = ACTIONS(4539), + [anon_sym_inline] = ACTIONS(4539), + [anon_sym_external] = ACTIONS(4539), + [sym_property_modifier] = ACTIONS(4539), + [anon_sym_abstract] = ACTIONS(4539), + [anon_sym_final] = ACTIONS(4539), + [anon_sym_open] = ACTIONS(4539), + [anon_sym_vararg] = ACTIONS(4539), + [anon_sym_noinline] = ACTIONS(4539), + [anon_sym_crossinline] = ACTIONS(4539), + [anon_sym_expect] = ACTIONS(4539), + [anon_sym_actual] = ACTIONS(4539), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4541), + [anon_sym_continue_AT] = ACTIONS(4541), + [anon_sym_break_AT] = ACTIONS(4541), + [sym_real_literal] = ACTIONS(4541), + [sym_integer_literal] = ACTIONS(4539), + [sym_hex_literal] = ACTIONS(4541), + [sym_bin_literal] = ACTIONS(4541), + [anon_sym_true] = ACTIONS(4539), + [anon_sym_false] = ACTIONS(4539), + [anon_sym_SQUOTE] = ACTIONS(4541), + [sym__backtick_identifier] = ACTIONS(4541), + [sym__automatic_semicolon] = ACTIONS(4541), + [sym_safe_nav] = ACTIONS(4541), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4541), + }, + [952] = { + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(1631), + [sym__comparison_operator] = STATE(2054), + [sym__in_operator] = STATE(1615), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(1616), + [sym__multiplicative_operator] = STATE(1617), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_annotation] = STATE(7893), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1618), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(4523), - [anon_sym_as] = ACTIONS(4525), - [anon_sym_EQ] = ACTIONS(3023), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_RBRACE] = ACTIONS(3025), - [anon_sym_LPAREN] = ACTIONS(4527), - [anon_sym_COMMA] = ACTIONS(3025), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_RBRACK] = ACTIONS(3020), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_EQ] = ACTIONS(3018), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(3020), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_COMMA] = ACTIONS(3020), + [anon_sym_RPAREN] = ACTIONS(3020), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3023), - [anon_sym_where] = ACTIONS(3023), - [anon_sym_object] = ACTIONS(3023), - [anon_sym_fun] = ACTIONS(3023), - [anon_sym_DOT] = ACTIONS(4531), - [anon_sym_SEMI] = ACTIONS(3025), + [anon_sym_GT] = ACTIONS(3396), + [anon_sym_where] = ACTIONS(3018), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3020), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(3023), - [anon_sym_super] = ACTIONS(3023), - [anon_sym_STAR] = ACTIONS(4533), - [sym_label] = ACTIONS(4535), - [anon_sym_in] = ACTIONS(4537), - [anon_sym_DOT_DOT] = ACTIONS(4539), - [anon_sym_QMARK_COLON] = ACTIONS(4541), - [anon_sym_AMP_AMP] = ACTIONS(3025), - [anon_sym_PIPE_PIPE] = ACTIONS(3025), - [anon_sym_null] = ACTIONS(3023), - [anon_sym_if] = ACTIONS(3023), - [anon_sym_else] = ACTIONS(3023), - [anon_sym_when] = ACTIONS(3023), - [anon_sym_try] = ACTIONS(3023), - [anon_sym_throw] = ACTIONS(3023), - [anon_sym_return] = ACTIONS(3023), - [anon_sym_continue] = ACTIONS(3023), - [anon_sym_break] = ACTIONS(3023), - [anon_sym_COLON_COLON] = ACTIONS(4547), - [anon_sym_PLUS_EQ] = ACTIONS(3025), - [anon_sym_DASH_EQ] = ACTIONS(3025), - [anon_sym_STAR_EQ] = ACTIONS(3025), - [anon_sym_SLASH_EQ] = ACTIONS(3025), - [anon_sym_PERCENT_EQ] = ACTIONS(3025), - [anon_sym_BANG_EQ] = ACTIONS(3023), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3025), - [anon_sym_EQ_EQ] = ACTIONS(3023), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3025), - [anon_sym_LT_EQ] = ACTIONS(3025), - [anon_sym_GT_EQ] = ACTIONS(3025), - [anon_sym_BANGin] = ACTIONS(4555), - [anon_sym_is] = ACTIONS(4557), - [anon_sym_BANGis] = ACTIONS(4559), - [anon_sym_PLUS] = ACTIONS(4561), - [anon_sym_DASH] = ACTIONS(4561), - [anon_sym_SLASH] = ACTIONS(4533), - [anon_sym_PERCENT] = ACTIONS(4533), - [anon_sym_as_QMARK] = ACTIONS(4563), - [anon_sym_PLUS_PLUS] = ACTIONS(4565), - [anon_sym_DASH_DASH] = ACTIONS(4565), - [anon_sym_BANG] = ACTIONS(3023), - [anon_sym_BANG_BANG] = ACTIONS(4565), + [anon_sym_STAR] = ACTIONS(3406), + [anon_sym_DASH_GT] = ACTIONS(3020), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(3410), + [anon_sym_while] = ACTIONS(3018), + [anon_sym_DOT_DOT] = ACTIONS(3412), + [anon_sym_QMARK_COLON] = ACTIONS(3414), + [anon_sym_AMP_AMP] = ACTIONS(3416), + [anon_sym_PIPE_PIPE] = ACTIONS(3418), + [anon_sym_else] = ACTIONS(3018), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_PLUS_EQ] = ACTIONS(3020), + [anon_sym_DASH_EQ] = ACTIONS(3020), + [anon_sym_STAR_EQ] = ACTIONS(3020), + [anon_sym_SLASH_EQ] = ACTIONS(3020), + [anon_sym_PERCENT_EQ] = ACTIONS(3020), + [anon_sym_BANG_EQ] = ACTIONS(3422), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3424), + [anon_sym_EQ_EQ] = ACTIONS(3422), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3424), + [anon_sym_LT_EQ] = ACTIONS(3426), + [anon_sym_GT_EQ] = ACTIONS(3426), + [anon_sym_BANGin] = ACTIONS(3428), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), + [anon_sym_PLUS] = ACTIONS(3434), + [anon_sym_DASH] = ACTIONS(3434), + [anon_sym_SLASH] = ACTIONS(3406), + [anon_sym_PERCENT] = ACTIONS(3406), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), + [anon_sym_suspend] = ACTIONS(3018), + [anon_sym_sealed] = ACTIONS(3018), + [anon_sym_annotation] = ACTIONS(3018), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), + [anon_sym_override] = ACTIONS(3018), + [anon_sym_lateinit] = ACTIONS(3018), + [anon_sym_public] = ACTIONS(3018), + [anon_sym_private] = ACTIONS(3018), + [anon_sym_internal] = ACTIONS(3018), + [anon_sym_protected] = ACTIONS(3018), + [anon_sym_tailrec] = ACTIONS(3018), + [anon_sym_operator] = ACTIONS(3018), + [anon_sym_infix] = ACTIONS(3018), + [anon_sym_inline] = ACTIONS(3018), + [anon_sym_external] = ACTIONS(3018), + [sym_property_modifier] = ACTIONS(3018), + [anon_sym_abstract] = ACTIONS(3018), + [anon_sym_final] = ACTIONS(3018), + [anon_sym_open] = ACTIONS(3018), + [anon_sym_vararg] = ACTIONS(3018), + [anon_sym_noinline] = ACTIONS(3018), + [anon_sym_crossinline] = ACTIONS(3018), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3025), - [anon_sym_continue_AT] = ACTIONS(3025), - [anon_sym_break_AT] = ACTIONS(3025), - [sym_real_literal] = ACTIONS(3025), - [sym_integer_literal] = ACTIONS(3023), - [sym_hex_literal] = ACTIONS(3025), - [sym_bin_literal] = ACTIONS(3025), - [anon_sym_true] = ACTIONS(3023), - [anon_sym_false] = ACTIONS(3023), - [anon_sym_SQUOTE] = ACTIONS(3025), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3025), - [sym_safe_nav] = ACTIONS(4547), + [sym_safe_nav] = ACTIONS(3420), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3025), - }, - [947] = { - [sym_indexing_suffix] = STATE(3339), - [sym_navigation_suffix] = STATE(3435), - [sym_call_suffix] = STATE(3432), - [sym_annotated_lambda] = STATE(3429), - [sym_type_arguments] = STATE(7512), - [sym_value_arguments] = STATE(2735), - [sym_lambda_literal] = STATE(3427), - [sym__equality_operator] = STATE(1957), - [sym__comparison_operator] = STATE(1958), - [sym__in_operator] = STATE(1962), - [sym__is_operator] = STATE(6217), - [sym__additive_operator] = STATE(1966), - [sym__multiplicative_operator] = STATE(1975), - [sym__as_operator] = STATE(6214), - [sym__postfix_unary_operator] = STATE(3426), - [sym__member_access_operator] = STATE(7360), - [sym_annotation] = STATE(7846), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1976), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7846), - [sym__alpha_identifier] = ACTIONS(3076), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(4523), - [anon_sym_as] = ACTIONS(4525), - [anon_sym_EQ] = ACTIONS(3076), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_RBRACE] = ACTIONS(3078), - [anon_sym_LPAREN] = ACTIONS(4527), - [anon_sym_COMMA] = ACTIONS(3078), - [anon_sym_LT] = ACTIONS(3080), - [anon_sym_GT] = ACTIONS(3076), - [anon_sym_where] = ACTIONS(3076), - [anon_sym_object] = ACTIONS(3076), - [anon_sym_fun] = ACTIONS(3076), - [anon_sym_DOT] = ACTIONS(4531), - [anon_sym_SEMI] = ACTIONS(3078), - [anon_sym_get] = ACTIONS(3076), - [anon_sym_set] = ACTIONS(3076), - [anon_sym_this] = ACTIONS(3076), - [anon_sym_super] = ACTIONS(3076), - [anon_sym_STAR] = ACTIONS(4533), - [sym_label] = ACTIONS(4535), - [anon_sym_in] = ACTIONS(3076), - [anon_sym_DOT_DOT] = ACTIONS(4539), - [anon_sym_QMARK_COLON] = ACTIONS(3078), - [anon_sym_AMP_AMP] = ACTIONS(3078), - [anon_sym_PIPE_PIPE] = ACTIONS(3078), - [anon_sym_null] = ACTIONS(3076), - [anon_sym_if] = ACTIONS(3076), - [anon_sym_else] = ACTIONS(3076), - [anon_sym_when] = ACTIONS(3076), - [anon_sym_try] = ACTIONS(3076), - [anon_sym_throw] = ACTIONS(3076), - [anon_sym_return] = ACTIONS(3076), - [anon_sym_continue] = ACTIONS(3076), - [anon_sym_break] = ACTIONS(3076), - [anon_sym_COLON_COLON] = ACTIONS(4547), - [anon_sym_PLUS_EQ] = ACTIONS(3078), - [anon_sym_DASH_EQ] = ACTIONS(3078), - [anon_sym_STAR_EQ] = ACTIONS(3078), - [anon_sym_SLASH_EQ] = ACTIONS(3078), - [anon_sym_PERCENT_EQ] = ACTIONS(3078), - [anon_sym_BANG_EQ] = ACTIONS(3076), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3078), - [anon_sym_EQ_EQ] = ACTIONS(3076), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3078), - [anon_sym_LT_EQ] = ACTIONS(3078), - [anon_sym_GT_EQ] = ACTIONS(3078), - [anon_sym_BANGin] = ACTIONS(3078), - [anon_sym_is] = ACTIONS(3076), - [anon_sym_BANGis] = ACTIONS(3078), - [anon_sym_PLUS] = ACTIONS(4561), - [anon_sym_DASH] = ACTIONS(4561), - [anon_sym_SLASH] = ACTIONS(4533), - [anon_sym_PERCENT] = ACTIONS(4533), - [anon_sym_as_QMARK] = ACTIONS(4563), - [anon_sym_PLUS_PLUS] = ACTIONS(4565), - [anon_sym_DASH_DASH] = ACTIONS(4565), - [anon_sym_BANG] = ACTIONS(3076), - [anon_sym_BANG_BANG] = ACTIONS(4565), - [anon_sym_data] = ACTIONS(3076), - [anon_sym_inner] = ACTIONS(3076), - [anon_sym_expect] = ACTIONS(3076), - [anon_sym_actual] = ACTIONS(3076), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3078), - [anon_sym_continue_AT] = ACTIONS(3078), - [anon_sym_break_AT] = ACTIONS(3078), - [sym_real_literal] = ACTIONS(3078), - [sym_integer_literal] = ACTIONS(3076), - [sym_hex_literal] = ACTIONS(3078), - [sym_bin_literal] = ACTIONS(3078), - [anon_sym_true] = ACTIONS(3076), - [anon_sym_false] = ACTIONS(3076), - [anon_sym_SQUOTE] = ACTIONS(3078), - [sym__backtick_identifier] = ACTIONS(3078), - [sym__automatic_semicolon] = ACTIONS(3078), - [sym_safe_nav] = ACTIONS(4547), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3078), }, - [948] = { - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(1814), - [sym__comparison_operator] = STATE(1815), - [sym__in_operator] = STATE(1817), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(1818), - [sym__multiplicative_operator] = STATE(1819), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_annotation] = STATE(7845), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1821), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), + [953] = { + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(1631), + [sym__comparison_operator] = STATE(2054), + [sym__in_operator] = STATE(1615), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(1616), + [sym__multiplicative_operator] = STATE(1617), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_annotation] = STATE(7893), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1618), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_RBRACK] = ACTIONS(3092), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_EQ] = ACTIONS(3090), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(3092), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_COMMA] = ACTIONS(3092), - [anon_sym_RPAREN] = ACTIONS(3092), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_RBRACK] = ACTIONS(3005), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_EQ] = ACTIONS(3003), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(3005), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_COMMA] = ACTIONS(3005), + [anon_sym_RPAREN] = ACTIONS(3005), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3380), - [anon_sym_where] = ACTIONS(3090), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(3396), + [anon_sym_where] = ACTIONS(3003), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3005), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(3390), - [anon_sym_DASH_GT] = ACTIONS(3092), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(3394), - [anon_sym_while] = ACTIONS(3090), - [anon_sym_DOT_DOT] = ACTIONS(3396), - [anon_sym_QMARK_COLON] = ACTIONS(3398), - [anon_sym_AMP_AMP] = ACTIONS(3400), - [anon_sym_PIPE_PIPE] = ACTIONS(3402), - [anon_sym_else] = ACTIONS(3090), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_PLUS_EQ] = ACTIONS(3092), - [anon_sym_DASH_EQ] = ACTIONS(3092), - [anon_sym_STAR_EQ] = ACTIONS(3092), - [anon_sym_SLASH_EQ] = ACTIONS(3092), - [anon_sym_PERCENT_EQ] = ACTIONS(3092), - [anon_sym_BANG_EQ] = ACTIONS(3406), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3408), - [anon_sym_EQ_EQ] = ACTIONS(3406), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3408), - [anon_sym_LT_EQ] = ACTIONS(3410), - [anon_sym_GT_EQ] = ACTIONS(3410), - [anon_sym_BANGin] = ACTIONS(3412), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), - [anon_sym_PLUS] = ACTIONS(3418), - [anon_sym_DASH] = ACTIONS(3418), - [anon_sym_SLASH] = ACTIONS(3390), - [anon_sym_PERCENT] = ACTIONS(3390), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), - [anon_sym_suspend] = ACTIONS(3090), - [anon_sym_sealed] = ACTIONS(3090), - [anon_sym_annotation] = ACTIONS(3090), + [anon_sym_STAR] = ACTIONS(3406), + [anon_sym_DASH_GT] = ACTIONS(3005), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(3410), + [anon_sym_while] = ACTIONS(3003), + [anon_sym_DOT_DOT] = ACTIONS(3412), + [anon_sym_QMARK_COLON] = ACTIONS(3414), + [anon_sym_AMP_AMP] = ACTIONS(3416), + [anon_sym_PIPE_PIPE] = ACTIONS(3418), + [anon_sym_else] = ACTIONS(3003), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_PLUS_EQ] = ACTIONS(3005), + [anon_sym_DASH_EQ] = ACTIONS(3005), + [anon_sym_STAR_EQ] = ACTIONS(3005), + [anon_sym_SLASH_EQ] = ACTIONS(3005), + [anon_sym_PERCENT_EQ] = ACTIONS(3005), + [anon_sym_BANG_EQ] = ACTIONS(3422), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3424), + [anon_sym_EQ_EQ] = ACTIONS(3422), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3424), + [anon_sym_LT_EQ] = ACTIONS(3426), + [anon_sym_GT_EQ] = ACTIONS(3426), + [anon_sym_BANGin] = ACTIONS(3428), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), + [anon_sym_PLUS] = ACTIONS(3434), + [anon_sym_DASH] = ACTIONS(3434), + [anon_sym_SLASH] = ACTIONS(3406), + [anon_sym_PERCENT] = ACTIONS(3406), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), + [anon_sym_suspend] = ACTIONS(3003), + [anon_sym_sealed] = ACTIONS(3003), + [anon_sym_annotation] = ACTIONS(3003), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3090), - [anon_sym_lateinit] = ACTIONS(3090), - [anon_sym_public] = ACTIONS(3090), - [anon_sym_private] = ACTIONS(3090), - [anon_sym_internal] = ACTIONS(3090), - [anon_sym_protected] = ACTIONS(3090), - [anon_sym_tailrec] = ACTIONS(3090), - [anon_sym_operator] = ACTIONS(3090), - [anon_sym_infix] = ACTIONS(3090), - [anon_sym_inline] = ACTIONS(3090), - [anon_sym_external] = ACTIONS(3090), - [sym_property_modifier] = ACTIONS(3090), - [anon_sym_abstract] = ACTIONS(3090), - [anon_sym_final] = ACTIONS(3090), - [anon_sym_open] = ACTIONS(3090), - [anon_sym_vararg] = ACTIONS(3090), - [anon_sym_noinline] = ACTIONS(3090), - [anon_sym_crossinline] = ACTIONS(3090), + [anon_sym_override] = ACTIONS(3003), + [anon_sym_lateinit] = ACTIONS(3003), + [anon_sym_public] = ACTIONS(3003), + [anon_sym_private] = ACTIONS(3003), + [anon_sym_internal] = ACTIONS(3003), + [anon_sym_protected] = ACTIONS(3003), + [anon_sym_tailrec] = ACTIONS(3003), + [anon_sym_operator] = ACTIONS(3003), + [anon_sym_infix] = ACTIONS(3003), + [anon_sym_inline] = ACTIONS(3003), + [anon_sym_external] = ACTIONS(3003), + [sym_property_modifier] = ACTIONS(3003), + [anon_sym_abstract] = ACTIONS(3003), + [anon_sym_final] = ACTIONS(3003), + [anon_sym_open] = ACTIONS(3003), + [anon_sym_vararg] = ACTIONS(3003), + [anon_sym_noinline] = ACTIONS(3003), + [anon_sym_crossinline] = ACTIONS(3003), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), + [sym_safe_nav] = ACTIONS(3420), [sym_multiline_comment] = ACTIONS(3), }, - [949] = { - [sym_enum_class_body] = STATE(1172), - [sym__alpha_identifier] = ACTIONS(4567), - [anon_sym_AT] = ACTIONS(4569), - [anon_sym_LBRACK] = ACTIONS(4569), - [anon_sym_as] = ACTIONS(4567), - [anon_sym_EQ] = ACTIONS(4567), - [anon_sym_LBRACE] = ACTIONS(3144), - [anon_sym_RBRACE] = ACTIONS(4569), - [anon_sym_LPAREN] = ACTIONS(4569), - [anon_sym_COMMA] = ACTIONS(4569), - [anon_sym_LT] = ACTIONS(4567), - [anon_sym_GT] = ACTIONS(4567), - [anon_sym_where] = ACTIONS(4567), - [anon_sym_object] = ACTIONS(4567), - [anon_sym_fun] = ACTIONS(4567), - [anon_sym_DOT] = ACTIONS(4567), - [anon_sym_SEMI] = ACTIONS(4569), - [anon_sym_get] = ACTIONS(4567), - [anon_sym_set] = ACTIONS(4567), - [anon_sym_this] = ACTIONS(4567), - [anon_sym_super] = ACTIONS(4567), - [anon_sym_STAR] = ACTIONS(4567), - [sym_label] = ACTIONS(4567), - [anon_sym_in] = ACTIONS(4567), - [anon_sym_DOT_DOT] = ACTIONS(4569), - [anon_sym_QMARK_COLON] = ACTIONS(4569), - [anon_sym_AMP_AMP] = ACTIONS(4569), - [anon_sym_PIPE_PIPE] = ACTIONS(4569), - [anon_sym_null] = ACTIONS(4567), - [anon_sym_if] = ACTIONS(4567), - [anon_sym_else] = ACTIONS(4567), - [anon_sym_when] = ACTIONS(4567), - [anon_sym_try] = ACTIONS(4567), - [anon_sym_throw] = ACTIONS(4567), - [anon_sym_return] = ACTIONS(4567), - [anon_sym_continue] = ACTIONS(4567), - [anon_sym_break] = ACTIONS(4567), - [anon_sym_COLON_COLON] = ACTIONS(4569), - [anon_sym_PLUS_EQ] = ACTIONS(4569), - [anon_sym_DASH_EQ] = ACTIONS(4569), - [anon_sym_STAR_EQ] = ACTIONS(4569), - [anon_sym_SLASH_EQ] = ACTIONS(4569), - [anon_sym_PERCENT_EQ] = ACTIONS(4569), - [anon_sym_BANG_EQ] = ACTIONS(4567), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4569), - [anon_sym_EQ_EQ] = ACTIONS(4567), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4569), - [anon_sym_LT_EQ] = ACTIONS(4569), - [anon_sym_GT_EQ] = ACTIONS(4569), - [anon_sym_BANGin] = ACTIONS(4569), - [anon_sym_is] = ACTIONS(4567), - [anon_sym_BANGis] = ACTIONS(4569), - [anon_sym_PLUS] = ACTIONS(4567), - [anon_sym_DASH] = ACTIONS(4567), - [anon_sym_SLASH] = ACTIONS(4567), - [anon_sym_PERCENT] = ACTIONS(4567), - [anon_sym_as_QMARK] = ACTIONS(4569), - [anon_sym_PLUS_PLUS] = ACTIONS(4569), - [anon_sym_DASH_DASH] = ACTIONS(4569), - [anon_sym_BANG] = ACTIONS(4567), - [anon_sym_BANG_BANG] = ACTIONS(4569), - [anon_sym_suspend] = ACTIONS(4567), - [anon_sym_sealed] = ACTIONS(4567), - [anon_sym_annotation] = ACTIONS(4567), - [anon_sym_data] = ACTIONS(4567), - [anon_sym_inner] = ACTIONS(4567), - [anon_sym_override] = ACTIONS(4567), - [anon_sym_lateinit] = ACTIONS(4567), - [anon_sym_public] = ACTIONS(4567), - [anon_sym_private] = ACTIONS(4567), - [anon_sym_internal] = ACTIONS(4567), - [anon_sym_protected] = ACTIONS(4567), - [anon_sym_tailrec] = ACTIONS(4567), - [anon_sym_operator] = ACTIONS(4567), - [anon_sym_infix] = ACTIONS(4567), - [anon_sym_inline] = ACTIONS(4567), - [anon_sym_external] = ACTIONS(4567), - [sym_property_modifier] = ACTIONS(4567), - [anon_sym_abstract] = ACTIONS(4567), - [anon_sym_final] = ACTIONS(4567), - [anon_sym_open] = ACTIONS(4567), - [anon_sym_vararg] = ACTIONS(4567), - [anon_sym_noinline] = ACTIONS(4567), - [anon_sym_crossinline] = ACTIONS(4567), - [anon_sym_expect] = ACTIONS(4567), - [anon_sym_actual] = ACTIONS(4567), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4569), - [anon_sym_continue_AT] = ACTIONS(4569), - [anon_sym_break_AT] = ACTIONS(4569), - [sym_real_literal] = ACTIONS(4569), - [sym_integer_literal] = ACTIONS(4567), - [sym_hex_literal] = ACTIONS(4569), - [sym_bin_literal] = ACTIONS(4569), - [anon_sym_true] = ACTIONS(4567), - [anon_sym_false] = ACTIONS(4567), - [anon_sym_SQUOTE] = ACTIONS(4569), - [sym__backtick_identifier] = ACTIONS(4569), - [sym__automatic_semicolon] = ACTIONS(4569), - [sym_safe_nav] = ACTIONS(4569), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4569), - }, - [950] = { - [sym_indexing_suffix] = STATE(3339), - [sym_navigation_suffix] = STATE(3435), - [sym_call_suffix] = STATE(3432), - [sym_annotated_lambda] = STATE(3429), - [sym_type_arguments] = STATE(7512), - [sym_value_arguments] = STATE(2735), - [sym_lambda_literal] = STATE(3427), - [sym__equality_operator] = STATE(1957), - [sym__comparison_operator] = STATE(1958), - [sym__in_operator] = STATE(1962), - [sym__is_operator] = STATE(6217), - [sym__additive_operator] = STATE(1966), - [sym__multiplicative_operator] = STATE(1975), - [sym__as_operator] = STATE(6214), - [sym__postfix_unary_operator] = STATE(3426), - [sym__member_access_operator] = STATE(7360), - [sym_annotation] = STATE(7846), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1976), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7846), - [sym__alpha_identifier] = ACTIONS(3065), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(4523), - [anon_sym_as] = ACTIONS(4525), - [anon_sym_EQ] = ACTIONS(3065), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_RBRACE] = ACTIONS(3067), - [anon_sym_LPAREN] = ACTIONS(4527), - [anon_sym_COMMA] = ACTIONS(3067), - [anon_sym_LT] = ACTIONS(3069), - [anon_sym_GT] = ACTIONS(3065), - [anon_sym_where] = ACTIONS(3065), - [anon_sym_object] = ACTIONS(3065), - [anon_sym_fun] = ACTIONS(3065), - [anon_sym_DOT] = ACTIONS(4531), - [anon_sym_SEMI] = ACTIONS(3067), - [anon_sym_get] = ACTIONS(3065), - [anon_sym_set] = ACTIONS(3065), - [anon_sym_this] = ACTIONS(3065), - [anon_sym_super] = ACTIONS(3065), - [anon_sym_STAR] = ACTIONS(3065), - [sym_label] = ACTIONS(4535), - [anon_sym_in] = ACTIONS(3065), - [anon_sym_DOT_DOT] = ACTIONS(3067), - [anon_sym_QMARK_COLON] = ACTIONS(3067), - [anon_sym_AMP_AMP] = ACTIONS(3067), - [anon_sym_PIPE_PIPE] = ACTIONS(3067), - [anon_sym_null] = ACTIONS(3065), - [anon_sym_if] = ACTIONS(3065), - [anon_sym_else] = ACTIONS(3065), - [anon_sym_when] = ACTIONS(3065), - [anon_sym_try] = ACTIONS(3065), - [anon_sym_throw] = ACTIONS(3065), - [anon_sym_return] = ACTIONS(3065), - [anon_sym_continue] = ACTIONS(3065), - [anon_sym_break] = ACTIONS(3065), - [anon_sym_COLON_COLON] = ACTIONS(4547), - [anon_sym_PLUS_EQ] = ACTIONS(3067), - [anon_sym_DASH_EQ] = ACTIONS(3067), - [anon_sym_STAR_EQ] = ACTIONS(3067), - [anon_sym_SLASH_EQ] = ACTIONS(3067), - [anon_sym_PERCENT_EQ] = ACTIONS(3067), - [anon_sym_BANG_EQ] = ACTIONS(3065), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3067), - [anon_sym_EQ_EQ] = ACTIONS(3065), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3067), - [anon_sym_LT_EQ] = ACTIONS(3067), - [anon_sym_GT_EQ] = ACTIONS(3067), - [anon_sym_BANGin] = ACTIONS(3067), - [anon_sym_is] = ACTIONS(3065), - [anon_sym_BANGis] = ACTIONS(3067), - [anon_sym_PLUS] = ACTIONS(3065), - [anon_sym_DASH] = ACTIONS(3065), - [anon_sym_SLASH] = ACTIONS(3065), - [anon_sym_PERCENT] = ACTIONS(3065), - [anon_sym_as_QMARK] = ACTIONS(4563), - [anon_sym_PLUS_PLUS] = ACTIONS(4565), - [anon_sym_DASH_DASH] = ACTIONS(4565), - [anon_sym_BANG] = ACTIONS(3065), - [anon_sym_BANG_BANG] = ACTIONS(4565), - [anon_sym_data] = ACTIONS(3065), - [anon_sym_inner] = ACTIONS(3065), - [anon_sym_expect] = ACTIONS(3065), - [anon_sym_actual] = ACTIONS(3065), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3067), - [anon_sym_continue_AT] = ACTIONS(3067), - [anon_sym_break_AT] = ACTIONS(3067), - [sym_real_literal] = ACTIONS(3067), - [sym_integer_literal] = ACTIONS(3065), - [sym_hex_literal] = ACTIONS(3067), - [sym_bin_literal] = ACTIONS(3067), - [anon_sym_true] = ACTIONS(3065), - [anon_sym_false] = ACTIONS(3065), - [anon_sym_SQUOTE] = ACTIONS(3067), - [sym__backtick_identifier] = ACTIONS(3067), - [sym__automatic_semicolon] = ACTIONS(3067), - [sym_safe_nav] = ACTIONS(4547), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3067), - }, - [951] = { - [sym_indexing_suffix] = STATE(3339), - [sym_navigation_suffix] = STATE(3435), - [sym_call_suffix] = STATE(3432), - [sym_annotated_lambda] = STATE(3429), - [sym_type_arguments] = STATE(7512), - [sym_value_arguments] = STATE(2735), - [sym_lambda_literal] = STATE(3427), - [sym__equality_operator] = STATE(1957), - [sym__comparison_operator] = STATE(1958), - [sym__in_operator] = STATE(1962), - [sym__is_operator] = STATE(6217), - [sym__additive_operator] = STATE(1966), - [sym__multiplicative_operator] = STATE(1975), - [sym__as_operator] = STATE(6214), - [sym__postfix_unary_operator] = STATE(3426), - [sym__member_access_operator] = STATE(7360), - [sym_annotation] = STATE(7846), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1976), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7846), - [sym__alpha_identifier] = ACTIONS(3034), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(4523), - [anon_sym_as] = ACTIONS(4525), - [anon_sym_EQ] = ACTIONS(3034), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_RBRACE] = ACTIONS(3036), - [anon_sym_LPAREN] = ACTIONS(4527), - [anon_sym_COMMA] = ACTIONS(3036), - [anon_sym_LT] = ACTIONS(3038), - [anon_sym_GT] = ACTIONS(3034), - [anon_sym_where] = ACTIONS(3034), - [anon_sym_object] = ACTIONS(3034), - [anon_sym_fun] = ACTIONS(3034), - [anon_sym_DOT] = ACTIONS(4531), - [anon_sym_SEMI] = ACTIONS(3036), - [anon_sym_get] = ACTIONS(3034), - [anon_sym_set] = ACTIONS(3034), - [anon_sym_this] = ACTIONS(3034), - [anon_sym_super] = ACTIONS(3034), - [anon_sym_STAR] = ACTIONS(4533), - [sym_label] = ACTIONS(4535), - [anon_sym_in] = ACTIONS(3034), - [anon_sym_DOT_DOT] = ACTIONS(3036), - [anon_sym_QMARK_COLON] = ACTIONS(3036), - [anon_sym_AMP_AMP] = ACTIONS(3036), - [anon_sym_PIPE_PIPE] = ACTIONS(3036), - [anon_sym_null] = ACTIONS(3034), - [anon_sym_if] = ACTIONS(3034), - [anon_sym_else] = ACTIONS(3034), - [anon_sym_when] = ACTIONS(3034), - [anon_sym_try] = ACTIONS(3034), - [anon_sym_throw] = ACTIONS(3034), - [anon_sym_return] = ACTIONS(3034), - [anon_sym_continue] = ACTIONS(3034), - [anon_sym_break] = ACTIONS(3034), - [anon_sym_COLON_COLON] = ACTIONS(4547), - [anon_sym_PLUS_EQ] = ACTIONS(3036), - [anon_sym_DASH_EQ] = ACTIONS(3036), - [anon_sym_STAR_EQ] = ACTIONS(3036), - [anon_sym_SLASH_EQ] = ACTIONS(3036), - [anon_sym_PERCENT_EQ] = ACTIONS(3036), - [anon_sym_BANG_EQ] = ACTIONS(3034), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3036), - [anon_sym_EQ_EQ] = ACTIONS(3034), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3036), - [anon_sym_LT_EQ] = ACTIONS(3036), - [anon_sym_GT_EQ] = ACTIONS(3036), - [anon_sym_BANGin] = ACTIONS(3036), - [anon_sym_is] = ACTIONS(3034), - [anon_sym_BANGis] = ACTIONS(3036), - [anon_sym_PLUS] = ACTIONS(3034), - [anon_sym_DASH] = ACTIONS(3034), - [anon_sym_SLASH] = ACTIONS(4533), - [anon_sym_PERCENT] = ACTIONS(4533), - [anon_sym_as_QMARK] = ACTIONS(4563), - [anon_sym_PLUS_PLUS] = ACTIONS(4565), - [anon_sym_DASH_DASH] = ACTIONS(4565), - [anon_sym_BANG] = ACTIONS(3034), - [anon_sym_BANG_BANG] = ACTIONS(4565), - [anon_sym_data] = ACTIONS(3034), - [anon_sym_inner] = ACTIONS(3034), - [anon_sym_expect] = ACTIONS(3034), - [anon_sym_actual] = ACTIONS(3034), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3036), - [anon_sym_continue_AT] = ACTIONS(3036), - [anon_sym_break_AT] = ACTIONS(3036), - [sym_real_literal] = ACTIONS(3036), - [sym_integer_literal] = ACTIONS(3034), - [sym_hex_literal] = ACTIONS(3036), - [sym_bin_literal] = ACTIONS(3036), - [anon_sym_true] = ACTIONS(3034), - [anon_sym_false] = ACTIONS(3034), - [anon_sym_SQUOTE] = ACTIONS(3036), - [sym__backtick_identifier] = ACTIONS(3036), - [sym__automatic_semicolon] = ACTIONS(3036), - [sym_safe_nav] = ACTIONS(4547), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3036), - }, - [952] = { - [sym_indexing_suffix] = STATE(3339), - [sym_navigation_suffix] = STATE(3435), - [sym_call_suffix] = STATE(3432), - [sym_annotated_lambda] = STATE(3429), - [sym_type_arguments] = STATE(7512), - [sym_value_arguments] = STATE(2735), - [sym_lambda_literal] = STATE(3427), - [sym__equality_operator] = STATE(1957), - [sym__comparison_operator] = STATE(1958), - [sym__in_operator] = STATE(1962), - [sym__is_operator] = STATE(6217), - [sym__additive_operator] = STATE(1966), - [sym__multiplicative_operator] = STATE(1975), - [sym__as_operator] = STATE(6214), - [sym__postfix_unary_operator] = STATE(3426), - [sym__member_access_operator] = STATE(7360), - [sym_annotation] = STATE(7846), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1976), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7846), + [954] = { + [sym_indexing_suffix] = STATE(3424), + [sym_navigation_suffix] = STATE(3423), + [sym_call_suffix] = STATE(3420), + [sym_annotated_lambda] = STATE(3419), + [sym_type_arguments] = STATE(7492), + [sym_value_arguments] = STATE(2731), + [sym_lambda_literal] = STATE(3415), + [sym__equality_operator] = STATE(1651), + [sym__comparison_operator] = STATE(1652), + [sym__in_operator] = STATE(1654), + [sym__is_operator] = STATE(6160), + [sym__additive_operator] = STATE(1655), + [sym__multiplicative_operator] = STATE(1656), + [sym__as_operator] = STATE(6161), + [sym__postfix_unary_operator] = STATE(3414), + [sym__member_access_operator] = STATE(7370), + [sym_annotation] = STATE(7887), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1657), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7887), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(4523), - [anon_sym_as] = ACTIONS(4525), - [anon_sym_EQ] = ACTIONS(3027), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_RBRACE] = ACTIONS(3029), - [anon_sym_LPAREN] = ACTIONS(4527), - [anon_sym_COMMA] = ACTIONS(3029), - [anon_sym_LT] = ACTIONS(3031), - [anon_sym_GT] = ACTIONS(3027), - [anon_sym_where] = ACTIONS(3027), - [anon_sym_object] = ACTIONS(3027), - [anon_sym_fun] = ACTIONS(3027), - [anon_sym_DOT] = ACTIONS(4531), - [anon_sym_SEMI] = ACTIONS(3029), + [anon_sym_LBRACK] = ACTIONS(4543), + [anon_sym_as] = ACTIONS(4545), + [anon_sym_EQ] = ACTIONS(3059), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_RBRACE] = ACTIONS(3061), + [anon_sym_LPAREN] = ACTIONS(4547), + [anon_sym_COMMA] = ACTIONS(3061), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(4549), + [anon_sym_where] = ACTIONS(3059), + [anon_sym_object] = ACTIONS(3059), + [anon_sym_fun] = ACTIONS(3059), + [anon_sym_DOT] = ACTIONS(4551), + [anon_sym_SEMI] = ACTIONS(3061), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(3027), - [anon_sym_super] = ACTIONS(3027), - [anon_sym_STAR] = ACTIONS(4533), - [sym_label] = ACTIONS(4535), - [anon_sym_in] = ACTIONS(3027), - [anon_sym_DOT_DOT] = ACTIONS(4539), - [anon_sym_QMARK_COLON] = ACTIONS(4541), - [anon_sym_AMP_AMP] = ACTIONS(3029), - [anon_sym_PIPE_PIPE] = ACTIONS(3029), - [anon_sym_null] = ACTIONS(3027), - [anon_sym_if] = ACTIONS(3027), - [anon_sym_else] = ACTIONS(3027), - [anon_sym_when] = ACTIONS(3027), - [anon_sym_try] = ACTIONS(3027), - [anon_sym_throw] = ACTIONS(3027), - [anon_sym_return] = ACTIONS(3027), - [anon_sym_continue] = ACTIONS(3027), - [anon_sym_break] = ACTIONS(3027), - [anon_sym_COLON_COLON] = ACTIONS(4547), - [anon_sym_PLUS_EQ] = ACTIONS(3029), - [anon_sym_DASH_EQ] = ACTIONS(3029), - [anon_sym_STAR_EQ] = ACTIONS(3029), - [anon_sym_SLASH_EQ] = ACTIONS(3029), - [anon_sym_PERCENT_EQ] = ACTIONS(3029), - [anon_sym_BANG_EQ] = ACTIONS(3027), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3029), - [anon_sym_EQ_EQ] = ACTIONS(3027), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3029), - [anon_sym_LT_EQ] = ACTIONS(3029), - [anon_sym_GT_EQ] = ACTIONS(3029), - [anon_sym_BANGin] = ACTIONS(3029), - [anon_sym_is] = ACTIONS(3027), - [anon_sym_BANGis] = ACTIONS(3029), - [anon_sym_PLUS] = ACTIONS(4561), - [anon_sym_DASH] = ACTIONS(4561), - [anon_sym_SLASH] = ACTIONS(4533), - [anon_sym_PERCENT] = ACTIONS(4533), - [anon_sym_as_QMARK] = ACTIONS(4563), - [anon_sym_PLUS_PLUS] = ACTIONS(4565), - [anon_sym_DASH_DASH] = ACTIONS(4565), - [anon_sym_BANG] = ACTIONS(3027), - [anon_sym_BANG_BANG] = ACTIONS(4565), + [anon_sym_this] = ACTIONS(3059), + [anon_sym_super] = ACTIONS(3059), + [anon_sym_STAR] = ACTIONS(4553), + [sym_label] = ACTIONS(4555), + [anon_sym_in] = ACTIONS(4557), + [anon_sym_DOT_DOT] = ACTIONS(4559), + [anon_sym_QMARK_COLON] = ACTIONS(4561), + [anon_sym_AMP_AMP] = ACTIONS(4563), + [anon_sym_PIPE_PIPE] = ACTIONS(4565), + [anon_sym_null] = ACTIONS(3059), + [anon_sym_if] = ACTIONS(3059), + [anon_sym_else] = ACTIONS(3059), + [anon_sym_when] = ACTIONS(3059), + [anon_sym_try] = ACTIONS(3059), + [anon_sym_throw] = ACTIONS(3059), + [anon_sym_return] = ACTIONS(3059), + [anon_sym_continue] = ACTIONS(3059), + [anon_sym_break] = ACTIONS(3059), + [anon_sym_COLON_COLON] = ACTIONS(4567), + [anon_sym_PLUS_EQ] = ACTIONS(3061), + [anon_sym_DASH_EQ] = ACTIONS(3061), + [anon_sym_STAR_EQ] = ACTIONS(3061), + [anon_sym_SLASH_EQ] = ACTIONS(3061), + [anon_sym_PERCENT_EQ] = ACTIONS(3061), + [anon_sym_BANG_EQ] = ACTIONS(4569), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4571), + [anon_sym_EQ_EQ] = ACTIONS(4569), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4571), + [anon_sym_LT_EQ] = ACTIONS(4573), + [anon_sym_GT_EQ] = ACTIONS(4573), + [anon_sym_BANGin] = ACTIONS(4575), + [anon_sym_is] = ACTIONS(4577), + [anon_sym_BANGis] = ACTIONS(4579), + [anon_sym_PLUS] = ACTIONS(4581), + [anon_sym_DASH] = ACTIONS(4581), + [anon_sym_SLASH] = ACTIONS(4553), + [anon_sym_PERCENT] = ACTIONS(4553), + [anon_sym_as_QMARK] = ACTIONS(4583), + [anon_sym_PLUS_PLUS] = ACTIONS(4585), + [anon_sym_DASH_DASH] = ACTIONS(4585), + [anon_sym_BANG] = ACTIONS(3059), + [anon_sym_BANG_BANG] = ACTIONS(4585), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3029), - [anon_sym_continue_AT] = ACTIONS(3029), - [anon_sym_break_AT] = ACTIONS(3029), - [sym_real_literal] = ACTIONS(3029), - [sym_integer_literal] = ACTIONS(3027), - [sym_hex_literal] = ACTIONS(3029), - [sym_bin_literal] = ACTIONS(3029), - [anon_sym_true] = ACTIONS(3027), - [anon_sym_false] = ACTIONS(3027), - [anon_sym_SQUOTE] = ACTIONS(3029), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3029), - [sym_safe_nav] = ACTIONS(4547), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3029), - }, - [953] = { - [sym_getter] = STATE(8819), - [sym_setter] = STATE(8819), - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(1922), - [sym__comparison_operator] = STATE(1923), - [sym__in_operator] = STATE(1928), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(2019), - [sym__multiplicative_operator] = STATE(2048), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_modifiers] = STATE(8618), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2068), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(1772), - [anon_sym_LPAREN] = ACTIONS(3570), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(4342), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(4571), - [anon_sym_get] = ACTIONS(4573), - [anon_sym_set] = ACTIONS(4575), - [anon_sym_STAR] = ACTIONS(4350), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(4352), - [anon_sym_DOT_DOT] = ACTIONS(4354), - [anon_sym_QMARK_COLON] = ACTIONS(4356), - [anon_sym_AMP_AMP] = ACTIONS(4358), - [anon_sym_PIPE_PIPE] = ACTIONS(4360), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_BANG_EQ] = ACTIONS(4362), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4364), - [anon_sym_EQ_EQ] = ACTIONS(4362), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4364), - [anon_sym_LT_EQ] = ACTIONS(4366), - [anon_sym_GT_EQ] = ACTIONS(4366), - [anon_sym_BANGin] = ACTIONS(4368), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), - [anon_sym_PLUS] = ACTIONS(4370), - [anon_sym_DASH] = ACTIONS(4370), - [anon_sym_SLASH] = ACTIONS(4372), - [anon_sym_PERCENT] = ACTIONS(4350), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(1746), - [anon_sym_inner] = ACTIONS(1746), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(1748), - [anon_sym_actual] = ACTIONS(1748), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(1772), - [sym_safe_nav] = ACTIONS(3596), - [sym_multiline_comment] = ACTIONS(3), - }, - [954] = { - [sym_getter] = STATE(8648), - [sym_setter] = STATE(8648), - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(1922), - [sym__comparison_operator] = STATE(1923), - [sym__in_operator] = STATE(1928), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(2019), - [sym__multiplicative_operator] = STATE(2048), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_modifiers] = STATE(8618), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2068), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(1766), - [anon_sym_LPAREN] = ACTIONS(3570), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(4342), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(4577), - [anon_sym_get] = ACTIONS(4573), - [anon_sym_set] = ACTIONS(4575), - [anon_sym_STAR] = ACTIONS(4350), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(4352), - [anon_sym_DOT_DOT] = ACTIONS(4354), - [anon_sym_QMARK_COLON] = ACTIONS(4356), - [anon_sym_AMP_AMP] = ACTIONS(4358), - [anon_sym_PIPE_PIPE] = ACTIONS(4360), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_BANG_EQ] = ACTIONS(4362), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4364), - [anon_sym_EQ_EQ] = ACTIONS(4362), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4364), - [anon_sym_LT_EQ] = ACTIONS(4366), - [anon_sym_GT_EQ] = ACTIONS(4366), - [anon_sym_BANGin] = ACTIONS(4368), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), - [anon_sym_PLUS] = ACTIONS(4370), - [anon_sym_DASH] = ACTIONS(4370), - [anon_sym_SLASH] = ACTIONS(4372), - [anon_sym_PERCENT] = ACTIONS(4350), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(1746), - [anon_sym_inner] = ACTIONS(1746), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(1748), - [anon_sym_actual] = ACTIONS(1748), - [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3061), + [anon_sym_continue_AT] = ACTIONS(3061), + [anon_sym_break_AT] = ACTIONS(3061), + [sym_real_literal] = ACTIONS(3061), + [sym_integer_literal] = ACTIONS(3059), + [sym_hex_literal] = ACTIONS(3061), + [sym_bin_literal] = ACTIONS(3061), + [anon_sym_true] = ACTIONS(3059), + [anon_sym_false] = ACTIONS(3059), + [anon_sym_SQUOTE] = ACTIONS(3061), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(1766), - [sym_safe_nav] = ACTIONS(3596), + [sym__automatic_semicolon] = ACTIONS(3061), + [sym_safe_nav] = ACTIONS(4567), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3061), }, [955] = { - [sym_getter] = STATE(8880), - [sym_setter] = STATE(8880), - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(1922), - [sym__comparison_operator] = STATE(1923), - [sym__in_operator] = STATE(1928), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(2019), - [sym__multiplicative_operator] = STATE(2048), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_modifiers] = STATE(8618), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2068), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(3570), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(4342), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(4579), - [anon_sym_get] = ACTIONS(4573), - [anon_sym_set] = ACTIONS(4575), - [anon_sym_STAR] = ACTIONS(4350), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(4352), - [anon_sym_DOT_DOT] = ACTIONS(4354), - [anon_sym_QMARK_COLON] = ACTIONS(4356), - [anon_sym_AMP_AMP] = ACTIONS(4358), - [anon_sym_PIPE_PIPE] = ACTIONS(4360), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_BANG_EQ] = ACTIONS(4362), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4364), - [anon_sym_EQ_EQ] = ACTIONS(4362), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4364), - [anon_sym_LT_EQ] = ACTIONS(4366), - [anon_sym_GT_EQ] = ACTIONS(4366), - [anon_sym_BANGin] = ACTIONS(4368), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), - [anon_sym_PLUS] = ACTIONS(4370), - [anon_sym_DASH] = ACTIONS(4370), - [anon_sym_SLASH] = ACTIONS(4372), - [anon_sym_PERCENT] = ACTIONS(4350), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(1746), - [anon_sym_inner] = ACTIONS(1746), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(1748), - [anon_sym_actual] = ACTIONS(1748), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(3596), - [sym_multiline_comment] = ACTIONS(3), + [sym_enum_class_body] = STATE(1181), + [sym__alpha_identifier] = ACTIONS(3186), + [anon_sym_AT] = ACTIONS(3190), + [anon_sym_LBRACK] = ACTIONS(3190), + [anon_sym_as] = ACTIONS(3186), + [anon_sym_EQ] = ACTIONS(3186), + [anon_sym_LBRACE] = ACTIONS(3156), + [anon_sym_RBRACE] = ACTIONS(3190), + [anon_sym_LPAREN] = ACTIONS(3190), + [anon_sym_COMMA] = ACTIONS(3190), + [anon_sym_LT] = ACTIONS(3186), + [anon_sym_GT] = ACTIONS(3186), + [anon_sym_where] = ACTIONS(3186), + [anon_sym_object] = ACTIONS(3186), + [anon_sym_fun] = ACTIONS(3186), + [anon_sym_DOT] = ACTIONS(3186), + [anon_sym_SEMI] = ACTIONS(3190), + [anon_sym_get] = ACTIONS(3186), + [anon_sym_set] = ACTIONS(3186), + [anon_sym_this] = ACTIONS(3186), + [anon_sym_super] = ACTIONS(3186), + [anon_sym_STAR] = ACTIONS(3186), + [sym_label] = ACTIONS(3186), + [anon_sym_in] = ACTIONS(3186), + [anon_sym_DOT_DOT] = ACTIONS(3190), + [anon_sym_QMARK_COLON] = ACTIONS(3190), + [anon_sym_AMP_AMP] = ACTIONS(3190), + [anon_sym_PIPE_PIPE] = ACTIONS(3190), + [anon_sym_null] = ACTIONS(3186), + [anon_sym_if] = ACTIONS(3186), + [anon_sym_else] = ACTIONS(3186), + [anon_sym_when] = ACTIONS(3186), + [anon_sym_try] = ACTIONS(3186), + [anon_sym_throw] = ACTIONS(3186), + [anon_sym_return] = ACTIONS(3186), + [anon_sym_continue] = ACTIONS(3186), + [anon_sym_break] = ACTIONS(3186), + [anon_sym_COLON_COLON] = ACTIONS(3190), + [anon_sym_PLUS_EQ] = ACTIONS(3190), + [anon_sym_DASH_EQ] = ACTIONS(3190), + [anon_sym_STAR_EQ] = ACTIONS(3190), + [anon_sym_SLASH_EQ] = ACTIONS(3190), + [anon_sym_PERCENT_EQ] = ACTIONS(3190), + [anon_sym_BANG_EQ] = ACTIONS(3186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3190), + [anon_sym_EQ_EQ] = ACTIONS(3186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3190), + [anon_sym_LT_EQ] = ACTIONS(3190), + [anon_sym_GT_EQ] = ACTIONS(3190), + [anon_sym_BANGin] = ACTIONS(3190), + [anon_sym_is] = ACTIONS(3186), + [anon_sym_BANGis] = ACTIONS(3190), + [anon_sym_PLUS] = ACTIONS(3186), + [anon_sym_DASH] = ACTIONS(3186), + [anon_sym_SLASH] = ACTIONS(3186), + [anon_sym_PERCENT] = ACTIONS(3186), + [anon_sym_as_QMARK] = ACTIONS(3190), + [anon_sym_PLUS_PLUS] = ACTIONS(3190), + [anon_sym_DASH_DASH] = ACTIONS(3190), + [anon_sym_BANG] = ACTIONS(3186), + [anon_sym_BANG_BANG] = ACTIONS(3190), + [anon_sym_suspend] = ACTIONS(3186), + [anon_sym_sealed] = ACTIONS(3186), + [anon_sym_annotation] = ACTIONS(3186), + [anon_sym_data] = ACTIONS(3186), + [anon_sym_inner] = ACTIONS(3186), + [anon_sym_override] = ACTIONS(3186), + [anon_sym_lateinit] = ACTIONS(3186), + [anon_sym_public] = ACTIONS(3186), + [anon_sym_private] = ACTIONS(3186), + [anon_sym_internal] = ACTIONS(3186), + [anon_sym_protected] = ACTIONS(3186), + [anon_sym_tailrec] = ACTIONS(3186), + [anon_sym_operator] = ACTIONS(3186), + [anon_sym_infix] = ACTIONS(3186), + [anon_sym_inline] = ACTIONS(3186), + [anon_sym_external] = ACTIONS(3186), + [sym_property_modifier] = ACTIONS(3186), + [anon_sym_abstract] = ACTIONS(3186), + [anon_sym_final] = ACTIONS(3186), + [anon_sym_open] = ACTIONS(3186), + [anon_sym_vararg] = ACTIONS(3186), + [anon_sym_noinline] = ACTIONS(3186), + [anon_sym_crossinline] = ACTIONS(3186), + [anon_sym_expect] = ACTIONS(3186), + [anon_sym_actual] = ACTIONS(3186), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3190), + [anon_sym_continue_AT] = ACTIONS(3190), + [anon_sym_break_AT] = ACTIONS(3190), + [sym_real_literal] = ACTIONS(3190), + [sym_integer_literal] = ACTIONS(3186), + [sym_hex_literal] = ACTIONS(3190), + [sym_bin_literal] = ACTIONS(3190), + [anon_sym_true] = ACTIONS(3186), + [anon_sym_false] = ACTIONS(3186), + [anon_sym_SQUOTE] = ACTIONS(3190), + [sym__backtick_identifier] = ACTIONS(3190), + [sym__automatic_semicolon] = ACTIONS(3190), + [sym_safe_nav] = ACTIONS(3190), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3190), }, [956] = { - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(1814), - [sym__comparison_operator] = STATE(1815), - [sym__in_operator] = STATE(1817), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(1818), - [sym__multiplicative_operator] = STATE(1819), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_annotation] = STATE(7845), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1821), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [sym__alpha_identifier] = ACTIONS(1686), + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(1631), + [sym__comparison_operator] = STATE(2054), + [sym__in_operator] = STATE(1615), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(1616), + [sym__multiplicative_operator] = STATE(1617), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_annotation] = STATE(7893), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1618), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), + [sym__alpha_identifier] = ACTIONS(2992), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_RBRACK] = ACTIONS(3055), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_EQ] = ACTIONS(3053), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(3055), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_COMMA] = ACTIONS(3055), - [anon_sym_RPAREN] = ACTIONS(3055), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3380), - [anon_sym_where] = ACTIONS(3053), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(3055), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(3390), - [anon_sym_DASH_GT] = ACTIONS(3055), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(3394), - [anon_sym_while] = ACTIONS(3053), - [anon_sym_DOT_DOT] = ACTIONS(3396), - [anon_sym_QMARK_COLON] = ACTIONS(3398), - [anon_sym_AMP_AMP] = ACTIONS(3400), - [anon_sym_PIPE_PIPE] = ACTIONS(3402), - [anon_sym_else] = ACTIONS(3053), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_PLUS_EQ] = ACTIONS(3055), - [anon_sym_DASH_EQ] = ACTIONS(3055), - [anon_sym_STAR_EQ] = ACTIONS(3055), - [anon_sym_SLASH_EQ] = ACTIONS(3055), - [anon_sym_PERCENT_EQ] = ACTIONS(3055), - [anon_sym_BANG_EQ] = ACTIONS(3406), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3408), - [anon_sym_EQ_EQ] = ACTIONS(3406), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3408), - [anon_sym_LT_EQ] = ACTIONS(3410), - [anon_sym_GT_EQ] = ACTIONS(3410), - [anon_sym_BANGin] = ACTIONS(3412), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), - [anon_sym_PLUS] = ACTIONS(3418), - [anon_sym_DASH] = ACTIONS(3418), - [anon_sym_SLASH] = ACTIONS(3390), - [anon_sym_PERCENT] = ACTIONS(3390), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), - [anon_sym_suspend] = ACTIONS(3053), - [anon_sym_sealed] = ACTIONS(3053), - [anon_sym_annotation] = ACTIONS(3053), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3053), - [anon_sym_lateinit] = ACTIONS(3053), - [anon_sym_public] = ACTIONS(3053), - [anon_sym_private] = ACTIONS(3053), - [anon_sym_internal] = ACTIONS(3053), - [anon_sym_protected] = ACTIONS(3053), - [anon_sym_tailrec] = ACTIONS(3053), - [anon_sym_operator] = ACTIONS(3053), - [anon_sym_infix] = ACTIONS(3053), - [anon_sym_inline] = ACTIONS(3053), - [anon_sym_external] = ACTIONS(3053), - [sym_property_modifier] = ACTIONS(3053), - [anon_sym_abstract] = ACTIONS(3053), - [anon_sym_final] = ACTIONS(3053), - [anon_sym_open] = ACTIONS(3053), - [anon_sym_vararg] = ACTIONS(3053), - [anon_sym_noinline] = ACTIONS(3053), - [anon_sym_crossinline] = ACTIONS(3053), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_RBRACK] = ACTIONS(2994), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_EQ] = ACTIONS(2992), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(2994), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_COMMA] = ACTIONS(2994), + [anon_sym_RPAREN] = ACTIONS(2994), + [anon_sym_LT] = ACTIONS(2996), + [anon_sym_GT] = ACTIONS(2992), + [anon_sym_where] = ACTIONS(2992), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(2994), + [anon_sym_get] = ACTIONS(2992), + [anon_sym_set] = ACTIONS(2992), + [anon_sym_STAR] = ACTIONS(3406), + [anon_sym_DASH_GT] = ACTIONS(2994), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(2992), + [anon_sym_while] = ACTIONS(2992), + [anon_sym_DOT_DOT] = ACTIONS(3412), + [anon_sym_QMARK_COLON] = ACTIONS(2994), + [anon_sym_AMP_AMP] = ACTIONS(2994), + [anon_sym_PIPE_PIPE] = ACTIONS(2994), + [anon_sym_else] = ACTIONS(2992), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_PLUS_EQ] = ACTIONS(2994), + [anon_sym_DASH_EQ] = ACTIONS(2994), + [anon_sym_STAR_EQ] = ACTIONS(2994), + [anon_sym_SLASH_EQ] = ACTIONS(2994), + [anon_sym_PERCENT_EQ] = ACTIONS(2994), + [anon_sym_BANG_EQ] = ACTIONS(2992), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2994), + [anon_sym_EQ_EQ] = ACTIONS(2992), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2994), + [anon_sym_LT_EQ] = ACTIONS(2994), + [anon_sym_GT_EQ] = ACTIONS(2994), + [anon_sym_BANGin] = ACTIONS(2994), + [anon_sym_is] = ACTIONS(2992), + [anon_sym_BANGis] = ACTIONS(2994), + [anon_sym_PLUS] = ACTIONS(3434), + [anon_sym_DASH] = ACTIONS(3434), + [anon_sym_SLASH] = ACTIONS(3406), + [anon_sym_PERCENT] = ACTIONS(3406), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), + [anon_sym_suspend] = ACTIONS(2992), + [anon_sym_sealed] = ACTIONS(2992), + [anon_sym_annotation] = ACTIONS(2992), + [anon_sym_data] = ACTIONS(2992), + [anon_sym_inner] = ACTIONS(2992), + [anon_sym_override] = ACTIONS(2992), + [anon_sym_lateinit] = ACTIONS(2992), + [anon_sym_public] = ACTIONS(2992), + [anon_sym_private] = ACTIONS(2992), + [anon_sym_internal] = ACTIONS(2992), + [anon_sym_protected] = ACTIONS(2992), + [anon_sym_tailrec] = ACTIONS(2992), + [anon_sym_operator] = ACTIONS(2992), + [anon_sym_infix] = ACTIONS(2992), + [anon_sym_inline] = ACTIONS(2992), + [anon_sym_external] = ACTIONS(2992), + [sym_property_modifier] = ACTIONS(2992), + [anon_sym_abstract] = ACTIONS(2992), + [anon_sym_final] = ACTIONS(2992), + [anon_sym_open] = ACTIONS(2992), + [anon_sym_vararg] = ACTIONS(2992), + [anon_sym_noinline] = ACTIONS(2992), + [anon_sym_crossinline] = ACTIONS(2992), + [anon_sym_expect] = ACTIONS(2992), + [anon_sym_actual] = ACTIONS(2992), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(2994), + [sym_safe_nav] = ACTIONS(3420), [sym_multiline_comment] = ACTIONS(3), }, [957] = { - [sym_indexing_suffix] = STATE(3339), - [sym_navigation_suffix] = STATE(3435), - [sym_call_suffix] = STATE(3432), - [sym_annotated_lambda] = STATE(3429), - [sym_type_arguments] = STATE(7512), - [sym_value_arguments] = STATE(2735), - [sym_lambda_literal] = STATE(3427), - [sym__equality_operator] = STATE(1957), - [sym__comparison_operator] = STATE(1958), - [sym__in_operator] = STATE(1962), - [sym__is_operator] = STATE(6217), - [sym__additive_operator] = STATE(1966), - [sym__multiplicative_operator] = STATE(1975), - [sym__as_operator] = STATE(6214), - [sym__postfix_unary_operator] = STATE(3426), - [sym__member_access_operator] = STATE(7360), - [sym_annotation] = STATE(7846), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1976), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7846), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(4523), - [anon_sym_as] = ACTIONS(4525), - [anon_sym_EQ] = ACTIONS(2995), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_RBRACE] = ACTIONS(2997), - [anon_sym_LPAREN] = ACTIONS(4527), - [anon_sym_COMMA] = ACTIONS(2997), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(4529), - [anon_sym_where] = ACTIONS(2995), - [anon_sym_object] = ACTIONS(2995), - [anon_sym_fun] = ACTIONS(2995), - [anon_sym_DOT] = ACTIONS(4531), - [anon_sym_SEMI] = ACTIONS(2997), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(2995), - [anon_sym_super] = ACTIONS(2995), - [anon_sym_STAR] = ACTIONS(4533), - [sym_label] = ACTIONS(4535), - [anon_sym_in] = ACTIONS(4537), - [anon_sym_DOT_DOT] = ACTIONS(4539), - [anon_sym_QMARK_COLON] = ACTIONS(4541), - [anon_sym_AMP_AMP] = ACTIONS(2997), - [anon_sym_PIPE_PIPE] = ACTIONS(2997), - [anon_sym_null] = ACTIONS(2995), - [anon_sym_if] = ACTIONS(2995), - [anon_sym_else] = ACTIONS(2995), - [anon_sym_when] = ACTIONS(2995), - [anon_sym_try] = ACTIONS(2995), - [anon_sym_throw] = ACTIONS(2995), - [anon_sym_return] = ACTIONS(2995), - [anon_sym_continue] = ACTIONS(2995), - [anon_sym_break] = ACTIONS(2995), - [anon_sym_COLON_COLON] = ACTIONS(4547), - [anon_sym_PLUS_EQ] = ACTIONS(2997), - [anon_sym_DASH_EQ] = ACTIONS(2997), - [anon_sym_STAR_EQ] = ACTIONS(2997), - [anon_sym_SLASH_EQ] = ACTIONS(2997), - [anon_sym_PERCENT_EQ] = ACTIONS(2997), - [anon_sym_BANG_EQ] = ACTIONS(2995), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2997), - [anon_sym_EQ_EQ] = ACTIONS(2995), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2997), - [anon_sym_LT_EQ] = ACTIONS(4553), - [anon_sym_GT_EQ] = ACTIONS(4553), - [anon_sym_BANGin] = ACTIONS(4555), - [anon_sym_is] = ACTIONS(4557), - [anon_sym_BANGis] = ACTIONS(4559), - [anon_sym_PLUS] = ACTIONS(4561), - [anon_sym_DASH] = ACTIONS(4561), - [anon_sym_SLASH] = ACTIONS(4533), - [anon_sym_PERCENT] = ACTIONS(4533), - [anon_sym_as_QMARK] = ACTIONS(4563), - [anon_sym_PLUS_PLUS] = ACTIONS(4565), - [anon_sym_DASH_DASH] = ACTIONS(4565), - [anon_sym_BANG] = ACTIONS(2995), - [anon_sym_BANG_BANG] = ACTIONS(4565), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(2997), - [anon_sym_continue_AT] = ACTIONS(2997), - [anon_sym_break_AT] = ACTIONS(2997), - [sym_real_literal] = ACTIONS(2997), - [sym_integer_literal] = ACTIONS(2995), - [sym_hex_literal] = ACTIONS(2997), - [sym_bin_literal] = ACTIONS(2997), - [anon_sym_true] = ACTIONS(2995), - [anon_sym_false] = ACTIONS(2995), - [anon_sym_SQUOTE] = ACTIONS(2997), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(2997), - [sym_safe_nav] = ACTIONS(4547), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2997), + [sym_class_body] = STATE(1174), + [sym__alpha_identifier] = ACTIONS(4303), + [anon_sym_AT] = ACTIONS(4305), + [anon_sym_LBRACK] = ACTIONS(4305), + [anon_sym_as] = ACTIONS(4303), + [anon_sym_EQ] = ACTIONS(4303), + [anon_sym_LBRACE] = ACTIONS(3180), + [anon_sym_RBRACE] = ACTIONS(4305), + [anon_sym_LPAREN] = ACTIONS(4305), + [anon_sym_COMMA] = ACTIONS(4305), + [anon_sym_LT] = ACTIONS(4303), + [anon_sym_GT] = ACTIONS(4303), + [anon_sym_where] = ACTIONS(4303), + [anon_sym_object] = ACTIONS(4303), + [anon_sym_fun] = ACTIONS(4303), + [anon_sym_DOT] = ACTIONS(4303), + [anon_sym_SEMI] = ACTIONS(4305), + [anon_sym_get] = ACTIONS(4303), + [anon_sym_set] = ACTIONS(4303), + [anon_sym_this] = ACTIONS(4303), + [anon_sym_super] = ACTIONS(4303), + [anon_sym_STAR] = ACTIONS(4303), + [sym_label] = ACTIONS(4303), + [anon_sym_in] = ACTIONS(4303), + [anon_sym_DOT_DOT] = ACTIONS(4305), + [anon_sym_QMARK_COLON] = ACTIONS(4305), + [anon_sym_AMP_AMP] = ACTIONS(4305), + [anon_sym_PIPE_PIPE] = ACTIONS(4305), + [anon_sym_null] = ACTIONS(4303), + [anon_sym_if] = ACTIONS(4303), + [anon_sym_else] = ACTIONS(4303), + [anon_sym_when] = ACTIONS(4303), + [anon_sym_try] = ACTIONS(4303), + [anon_sym_throw] = ACTIONS(4303), + [anon_sym_return] = ACTIONS(4303), + [anon_sym_continue] = ACTIONS(4303), + [anon_sym_break] = ACTIONS(4303), + [anon_sym_COLON_COLON] = ACTIONS(4305), + [anon_sym_PLUS_EQ] = ACTIONS(4305), + [anon_sym_DASH_EQ] = ACTIONS(4305), + [anon_sym_STAR_EQ] = ACTIONS(4305), + [anon_sym_SLASH_EQ] = ACTIONS(4305), + [anon_sym_PERCENT_EQ] = ACTIONS(4305), + [anon_sym_BANG_EQ] = ACTIONS(4303), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4305), + [anon_sym_EQ_EQ] = ACTIONS(4303), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4305), + [anon_sym_LT_EQ] = ACTIONS(4305), + [anon_sym_GT_EQ] = ACTIONS(4305), + [anon_sym_BANGin] = ACTIONS(4305), + [anon_sym_is] = ACTIONS(4303), + [anon_sym_BANGis] = ACTIONS(4305), + [anon_sym_PLUS] = ACTIONS(4303), + [anon_sym_DASH] = ACTIONS(4303), + [anon_sym_SLASH] = ACTIONS(4303), + [anon_sym_PERCENT] = ACTIONS(4303), + [anon_sym_as_QMARK] = ACTIONS(4305), + [anon_sym_PLUS_PLUS] = ACTIONS(4305), + [anon_sym_DASH_DASH] = ACTIONS(4305), + [anon_sym_BANG] = ACTIONS(4303), + [anon_sym_BANG_BANG] = ACTIONS(4305), + [anon_sym_suspend] = ACTIONS(4303), + [anon_sym_sealed] = ACTIONS(4303), + [anon_sym_annotation] = ACTIONS(4303), + [anon_sym_data] = ACTIONS(4303), + [anon_sym_inner] = ACTIONS(4303), + [anon_sym_override] = ACTIONS(4303), + [anon_sym_lateinit] = ACTIONS(4303), + [anon_sym_public] = ACTIONS(4303), + [anon_sym_private] = ACTIONS(4303), + [anon_sym_internal] = ACTIONS(4303), + [anon_sym_protected] = ACTIONS(4303), + [anon_sym_tailrec] = ACTIONS(4303), + [anon_sym_operator] = ACTIONS(4303), + [anon_sym_infix] = ACTIONS(4303), + [anon_sym_inline] = ACTIONS(4303), + [anon_sym_external] = ACTIONS(4303), + [sym_property_modifier] = ACTIONS(4303), + [anon_sym_abstract] = ACTIONS(4303), + [anon_sym_final] = ACTIONS(4303), + [anon_sym_open] = ACTIONS(4303), + [anon_sym_vararg] = ACTIONS(4303), + [anon_sym_noinline] = ACTIONS(4303), + [anon_sym_crossinline] = ACTIONS(4303), + [anon_sym_expect] = ACTIONS(4303), + [anon_sym_actual] = ACTIONS(4303), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4305), + [anon_sym_continue_AT] = ACTIONS(4305), + [anon_sym_break_AT] = ACTIONS(4305), + [sym_real_literal] = ACTIONS(4305), + [sym_integer_literal] = ACTIONS(4303), + [sym_hex_literal] = ACTIONS(4305), + [sym_bin_literal] = ACTIONS(4305), + [anon_sym_true] = ACTIONS(4303), + [anon_sym_false] = ACTIONS(4303), + [anon_sym_SQUOTE] = ACTIONS(4305), + [sym__backtick_identifier] = ACTIONS(4305), + [sym__automatic_semicolon] = ACTIONS(4305), + [sym_safe_nav] = ACTIONS(4305), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4305), }, [958] = { - [sym_getter] = STATE(8833), - [sym_setter] = STATE(8833), - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(1922), - [sym__comparison_operator] = STATE(1923), - [sym__in_operator] = STATE(1928), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(2019), - [sym__multiplicative_operator] = STATE(2048), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_modifiers] = STATE(8618), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2068), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(1696), - [anon_sym_LPAREN] = ACTIONS(3570), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(4342), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(4581), - [anon_sym_get] = ACTIONS(4573), - [anon_sym_set] = ACTIONS(4575), - [anon_sym_STAR] = ACTIONS(4350), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(4352), - [anon_sym_DOT_DOT] = ACTIONS(4354), - [anon_sym_QMARK_COLON] = ACTIONS(4356), - [anon_sym_AMP_AMP] = ACTIONS(4358), - [anon_sym_PIPE_PIPE] = ACTIONS(4360), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_BANG_EQ] = ACTIONS(4362), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4364), - [anon_sym_EQ_EQ] = ACTIONS(4362), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4364), - [anon_sym_LT_EQ] = ACTIONS(4366), - [anon_sym_GT_EQ] = ACTIONS(4366), - [anon_sym_BANGin] = ACTIONS(4368), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), - [anon_sym_PLUS] = ACTIONS(4370), - [anon_sym_DASH] = ACTIONS(4370), - [anon_sym_SLASH] = ACTIONS(4372), - [anon_sym_PERCENT] = ACTIONS(4350), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(1746), - [anon_sym_inner] = ACTIONS(1746), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(1748), - [anon_sym_actual] = ACTIONS(1748), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(1696), - [sym_safe_nav] = ACTIONS(3596), - [sym_multiline_comment] = ACTIONS(3), - }, - [959] = { - [sym_enum_class_body] = STATE(1169), - [sym__alpha_identifier] = ACTIONS(4495), - [anon_sym_AT] = ACTIONS(4497), - [anon_sym_LBRACK] = ACTIONS(4497), - [anon_sym_as] = ACTIONS(4495), - [anon_sym_EQ] = ACTIONS(4495), - [anon_sym_LBRACE] = ACTIONS(3144), - [anon_sym_RBRACE] = ACTIONS(4497), - [anon_sym_LPAREN] = ACTIONS(4497), - [anon_sym_COMMA] = ACTIONS(4497), - [anon_sym_LT] = ACTIONS(4495), - [anon_sym_GT] = ACTIONS(4495), - [anon_sym_where] = ACTIONS(4495), - [anon_sym_object] = ACTIONS(4495), - [anon_sym_fun] = ACTIONS(4495), - [anon_sym_DOT] = ACTIONS(4495), - [anon_sym_SEMI] = ACTIONS(4497), - [anon_sym_get] = ACTIONS(4495), - [anon_sym_set] = ACTIONS(4495), - [anon_sym_this] = ACTIONS(4495), - [anon_sym_super] = ACTIONS(4495), - [anon_sym_STAR] = ACTIONS(4495), - [sym_label] = ACTIONS(4495), - [anon_sym_in] = ACTIONS(4495), - [anon_sym_DOT_DOT] = ACTIONS(4497), - [anon_sym_QMARK_COLON] = ACTIONS(4497), - [anon_sym_AMP_AMP] = ACTIONS(4497), - [anon_sym_PIPE_PIPE] = ACTIONS(4497), - [anon_sym_null] = ACTIONS(4495), - [anon_sym_if] = ACTIONS(4495), - [anon_sym_else] = ACTIONS(4495), - [anon_sym_when] = ACTIONS(4495), - [anon_sym_try] = ACTIONS(4495), - [anon_sym_throw] = ACTIONS(4495), - [anon_sym_return] = ACTIONS(4495), - [anon_sym_continue] = ACTIONS(4495), - [anon_sym_break] = ACTIONS(4495), - [anon_sym_COLON_COLON] = ACTIONS(4497), - [anon_sym_PLUS_EQ] = ACTIONS(4497), - [anon_sym_DASH_EQ] = ACTIONS(4497), - [anon_sym_STAR_EQ] = ACTIONS(4497), - [anon_sym_SLASH_EQ] = ACTIONS(4497), - [anon_sym_PERCENT_EQ] = ACTIONS(4497), - [anon_sym_BANG_EQ] = ACTIONS(4495), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4497), - [anon_sym_EQ_EQ] = ACTIONS(4495), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4497), - [anon_sym_LT_EQ] = ACTIONS(4497), - [anon_sym_GT_EQ] = ACTIONS(4497), - [anon_sym_BANGin] = ACTIONS(4497), - [anon_sym_is] = ACTIONS(4495), - [anon_sym_BANGis] = ACTIONS(4497), - [anon_sym_PLUS] = ACTIONS(4495), - [anon_sym_DASH] = ACTIONS(4495), - [anon_sym_SLASH] = ACTIONS(4495), - [anon_sym_PERCENT] = ACTIONS(4495), - [anon_sym_as_QMARK] = ACTIONS(4497), - [anon_sym_PLUS_PLUS] = ACTIONS(4497), - [anon_sym_DASH_DASH] = ACTIONS(4497), - [anon_sym_BANG] = ACTIONS(4495), - [anon_sym_BANG_BANG] = ACTIONS(4497), - [anon_sym_suspend] = ACTIONS(4495), - [anon_sym_sealed] = ACTIONS(4495), - [anon_sym_annotation] = ACTIONS(4495), - [anon_sym_data] = ACTIONS(4495), - [anon_sym_inner] = ACTIONS(4495), - [anon_sym_override] = ACTIONS(4495), - [anon_sym_lateinit] = ACTIONS(4495), - [anon_sym_public] = ACTIONS(4495), - [anon_sym_private] = ACTIONS(4495), - [anon_sym_internal] = ACTIONS(4495), - [anon_sym_protected] = ACTIONS(4495), - [anon_sym_tailrec] = ACTIONS(4495), - [anon_sym_operator] = ACTIONS(4495), - [anon_sym_infix] = ACTIONS(4495), - [anon_sym_inline] = ACTIONS(4495), - [anon_sym_external] = ACTIONS(4495), - [sym_property_modifier] = ACTIONS(4495), - [anon_sym_abstract] = ACTIONS(4495), - [anon_sym_final] = ACTIONS(4495), - [anon_sym_open] = ACTIONS(4495), - [anon_sym_vararg] = ACTIONS(4495), - [anon_sym_noinline] = ACTIONS(4495), - [anon_sym_crossinline] = ACTIONS(4495), - [anon_sym_expect] = ACTIONS(4495), - [anon_sym_actual] = ACTIONS(4495), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4497), - [anon_sym_continue_AT] = ACTIONS(4497), - [anon_sym_break_AT] = ACTIONS(4497), - [sym_real_literal] = ACTIONS(4497), - [sym_integer_literal] = ACTIONS(4495), - [sym_hex_literal] = ACTIONS(4497), - [sym_bin_literal] = ACTIONS(4497), - [anon_sym_true] = ACTIONS(4495), - [anon_sym_false] = ACTIONS(4495), - [anon_sym_SQUOTE] = ACTIONS(4497), - [sym__backtick_identifier] = ACTIONS(4497), - [sym__automatic_semicolon] = ACTIONS(4497), - [sym_safe_nav] = ACTIONS(4497), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4497), - }, - [960] = { - [sym_indexing_suffix] = STATE(3339), - [sym_navigation_suffix] = STATE(3435), - [sym_call_suffix] = STATE(3432), - [sym_annotated_lambda] = STATE(3429), - [sym_type_arguments] = STATE(7512), - [sym_value_arguments] = STATE(2735), - [sym_lambda_literal] = STATE(3427), - [sym__equality_operator] = STATE(1957), - [sym__comparison_operator] = STATE(1958), - [sym__in_operator] = STATE(1962), - [sym__is_operator] = STATE(6217), - [sym__additive_operator] = STATE(1966), - [sym__multiplicative_operator] = STATE(1975), - [sym__as_operator] = STATE(6214), - [sym__postfix_unary_operator] = STATE(3426), - [sym__member_access_operator] = STATE(7360), - [sym_annotation] = STATE(7846), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1976), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7846), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(4523), - [anon_sym_as] = ACTIONS(4525), - [anon_sym_EQ] = ACTIONS(3011), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_RBRACE] = ACTIONS(3013), - [anon_sym_LPAREN] = ACTIONS(4527), - [anon_sym_COMMA] = ACTIONS(3013), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(4529), - [anon_sym_where] = ACTIONS(3011), - [anon_sym_object] = ACTIONS(3011), - [anon_sym_fun] = ACTIONS(3011), - [anon_sym_DOT] = ACTIONS(4531), - [anon_sym_SEMI] = ACTIONS(3013), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(3011), - [anon_sym_super] = ACTIONS(3011), - [anon_sym_STAR] = ACTIONS(4533), - [sym_label] = ACTIONS(4535), - [anon_sym_in] = ACTIONS(4537), - [anon_sym_DOT_DOT] = ACTIONS(4539), - [anon_sym_QMARK_COLON] = ACTIONS(4541), - [anon_sym_AMP_AMP] = ACTIONS(4543), - [anon_sym_PIPE_PIPE] = ACTIONS(3013), - [anon_sym_null] = ACTIONS(3011), - [anon_sym_if] = ACTIONS(3011), - [anon_sym_else] = ACTIONS(3011), - [anon_sym_when] = ACTIONS(3011), - [anon_sym_try] = ACTIONS(3011), - [anon_sym_throw] = ACTIONS(3011), - [anon_sym_return] = ACTIONS(3011), - [anon_sym_continue] = ACTIONS(3011), - [anon_sym_break] = ACTIONS(3011), - [anon_sym_COLON_COLON] = ACTIONS(4547), - [anon_sym_PLUS_EQ] = ACTIONS(3013), - [anon_sym_DASH_EQ] = ACTIONS(3013), - [anon_sym_STAR_EQ] = ACTIONS(3013), - [anon_sym_SLASH_EQ] = ACTIONS(3013), - [anon_sym_PERCENT_EQ] = ACTIONS(3013), - [anon_sym_BANG_EQ] = ACTIONS(4549), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4551), - [anon_sym_EQ_EQ] = ACTIONS(4549), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4551), - [anon_sym_LT_EQ] = ACTIONS(4553), - [anon_sym_GT_EQ] = ACTIONS(4553), - [anon_sym_BANGin] = ACTIONS(4555), - [anon_sym_is] = ACTIONS(4557), - [anon_sym_BANGis] = ACTIONS(4559), - [anon_sym_PLUS] = ACTIONS(4561), - [anon_sym_DASH] = ACTIONS(4561), - [anon_sym_SLASH] = ACTIONS(4533), - [anon_sym_PERCENT] = ACTIONS(4533), - [anon_sym_as_QMARK] = ACTIONS(4563), - [anon_sym_PLUS_PLUS] = ACTIONS(4565), - [anon_sym_DASH_DASH] = ACTIONS(4565), - [anon_sym_BANG] = ACTIONS(3011), - [anon_sym_BANG_BANG] = ACTIONS(4565), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3013), - [anon_sym_continue_AT] = ACTIONS(3013), - [anon_sym_break_AT] = ACTIONS(3013), - [sym_real_literal] = ACTIONS(3013), - [sym_integer_literal] = ACTIONS(3011), - [sym_hex_literal] = ACTIONS(3013), - [sym_bin_literal] = ACTIONS(3013), - [anon_sym_true] = ACTIONS(3011), - [anon_sym_false] = ACTIONS(3011), - [anon_sym_SQUOTE] = ACTIONS(3013), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3013), - [sym_safe_nav] = ACTIONS(4547), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3013), - }, - [961] = { - [sym_class_body] = STATE(1163), - [sym__alpha_identifier] = ACTIONS(4583), - [anon_sym_AT] = ACTIONS(4585), - [anon_sym_LBRACK] = ACTIONS(4585), - [anon_sym_as] = ACTIONS(4583), - [anon_sym_EQ] = ACTIONS(4583), - [anon_sym_LBRACE] = ACTIONS(3156), - [anon_sym_RBRACE] = ACTIONS(4585), - [anon_sym_LPAREN] = ACTIONS(4585), - [anon_sym_COMMA] = ACTIONS(4585), - [anon_sym_LT] = ACTIONS(4583), - [anon_sym_GT] = ACTIONS(4583), - [anon_sym_where] = ACTIONS(4583), - [anon_sym_object] = ACTIONS(4583), - [anon_sym_fun] = ACTIONS(4583), - [anon_sym_DOT] = ACTIONS(4583), - [anon_sym_SEMI] = ACTIONS(4585), - [anon_sym_get] = ACTIONS(4583), - [anon_sym_set] = ACTIONS(4583), - [anon_sym_this] = ACTIONS(4583), - [anon_sym_super] = ACTIONS(4583), - [anon_sym_STAR] = ACTIONS(4583), - [sym_label] = ACTIONS(4583), - [anon_sym_in] = ACTIONS(4583), - [anon_sym_DOT_DOT] = ACTIONS(4585), - [anon_sym_QMARK_COLON] = ACTIONS(4585), - [anon_sym_AMP_AMP] = ACTIONS(4585), - [anon_sym_PIPE_PIPE] = ACTIONS(4585), - [anon_sym_null] = ACTIONS(4583), - [anon_sym_if] = ACTIONS(4583), - [anon_sym_else] = ACTIONS(4583), - [anon_sym_when] = ACTIONS(4583), - [anon_sym_try] = ACTIONS(4583), - [anon_sym_throw] = ACTIONS(4583), - [anon_sym_return] = ACTIONS(4583), - [anon_sym_continue] = ACTIONS(4583), - [anon_sym_break] = ACTIONS(4583), - [anon_sym_COLON_COLON] = ACTIONS(4585), - [anon_sym_PLUS_EQ] = ACTIONS(4585), - [anon_sym_DASH_EQ] = ACTIONS(4585), - [anon_sym_STAR_EQ] = ACTIONS(4585), - [anon_sym_SLASH_EQ] = ACTIONS(4585), - [anon_sym_PERCENT_EQ] = ACTIONS(4585), - [anon_sym_BANG_EQ] = ACTIONS(4583), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4585), - [anon_sym_EQ_EQ] = ACTIONS(4583), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4585), - [anon_sym_LT_EQ] = ACTIONS(4585), - [anon_sym_GT_EQ] = ACTIONS(4585), - [anon_sym_BANGin] = ACTIONS(4585), - [anon_sym_is] = ACTIONS(4583), - [anon_sym_BANGis] = ACTIONS(4585), - [anon_sym_PLUS] = ACTIONS(4583), - [anon_sym_DASH] = ACTIONS(4583), - [anon_sym_SLASH] = ACTIONS(4583), - [anon_sym_PERCENT] = ACTIONS(4583), - [anon_sym_as_QMARK] = ACTIONS(4585), - [anon_sym_PLUS_PLUS] = ACTIONS(4585), - [anon_sym_DASH_DASH] = ACTIONS(4585), - [anon_sym_BANG] = ACTIONS(4583), - [anon_sym_BANG_BANG] = ACTIONS(4585), - [anon_sym_suspend] = ACTIONS(4583), - [anon_sym_sealed] = ACTIONS(4583), - [anon_sym_annotation] = ACTIONS(4583), - [anon_sym_data] = ACTIONS(4583), - [anon_sym_inner] = ACTIONS(4583), - [anon_sym_override] = ACTIONS(4583), - [anon_sym_lateinit] = ACTIONS(4583), - [anon_sym_public] = ACTIONS(4583), - [anon_sym_private] = ACTIONS(4583), - [anon_sym_internal] = ACTIONS(4583), - [anon_sym_protected] = ACTIONS(4583), - [anon_sym_tailrec] = ACTIONS(4583), - [anon_sym_operator] = ACTIONS(4583), - [anon_sym_infix] = ACTIONS(4583), - [anon_sym_inline] = ACTIONS(4583), - [anon_sym_external] = ACTIONS(4583), - [sym_property_modifier] = ACTIONS(4583), - [anon_sym_abstract] = ACTIONS(4583), - [anon_sym_final] = ACTIONS(4583), - [anon_sym_open] = ACTIONS(4583), - [anon_sym_vararg] = ACTIONS(4583), - [anon_sym_noinline] = ACTIONS(4583), - [anon_sym_crossinline] = ACTIONS(4583), - [anon_sym_expect] = ACTIONS(4583), - [anon_sym_actual] = ACTIONS(4583), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4585), - [anon_sym_continue_AT] = ACTIONS(4585), - [anon_sym_break_AT] = ACTIONS(4585), - [sym_real_literal] = ACTIONS(4585), - [sym_integer_literal] = ACTIONS(4583), - [sym_hex_literal] = ACTIONS(4585), - [sym_bin_literal] = ACTIONS(4585), - [anon_sym_true] = ACTIONS(4583), - [anon_sym_false] = ACTIONS(4583), - [anon_sym_SQUOTE] = ACTIONS(4585), - [sym__backtick_identifier] = ACTIONS(4585), - [sym__automatic_semicolon] = ACTIONS(4585), - [sym_safe_nav] = ACTIONS(4585), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4585), - }, - [962] = { - [sym_indexing_suffix] = STATE(3339), - [sym_navigation_suffix] = STATE(3435), - [sym_call_suffix] = STATE(3432), - [sym_annotated_lambda] = STATE(3429), - [sym_type_arguments] = STATE(7512), - [sym_value_arguments] = STATE(2735), - [sym_lambda_literal] = STATE(3427), - [sym__equality_operator] = STATE(1957), - [sym__comparison_operator] = STATE(1958), - [sym__in_operator] = STATE(1962), - [sym__is_operator] = STATE(6217), - [sym__additive_operator] = STATE(1966), - [sym__multiplicative_operator] = STATE(1975), - [sym__as_operator] = STATE(6214), - [sym__postfix_unary_operator] = STATE(3426), - [sym__member_access_operator] = STATE(7360), - [sym_annotation] = STATE(7846), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1976), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7846), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(4523), - [anon_sym_as] = ACTIONS(4525), - [anon_sym_EQ] = ACTIONS(3061), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_RBRACE] = ACTIONS(3063), - [anon_sym_LPAREN] = ACTIONS(4527), - [anon_sym_COMMA] = ACTIONS(3063), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(4529), - [anon_sym_where] = ACTIONS(3061), - [anon_sym_object] = ACTIONS(3061), - [anon_sym_fun] = ACTIONS(3061), - [anon_sym_DOT] = ACTIONS(4531), - [anon_sym_SEMI] = ACTIONS(3063), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(3061), - [anon_sym_super] = ACTIONS(3061), - [anon_sym_STAR] = ACTIONS(4533), - [sym_label] = ACTIONS(4535), - [anon_sym_in] = ACTIONS(4537), - [anon_sym_DOT_DOT] = ACTIONS(4539), - [anon_sym_QMARK_COLON] = ACTIONS(4541), - [anon_sym_AMP_AMP] = ACTIONS(4543), - [anon_sym_PIPE_PIPE] = ACTIONS(4545), - [anon_sym_null] = ACTIONS(3061), - [anon_sym_if] = ACTIONS(3061), - [anon_sym_else] = ACTIONS(3061), - [anon_sym_when] = ACTIONS(3061), - [anon_sym_try] = ACTIONS(3061), - [anon_sym_throw] = ACTIONS(3061), - [anon_sym_return] = ACTIONS(3061), - [anon_sym_continue] = ACTIONS(3061), - [anon_sym_break] = ACTIONS(3061), - [anon_sym_COLON_COLON] = ACTIONS(4547), - [anon_sym_PLUS_EQ] = ACTIONS(3063), - [anon_sym_DASH_EQ] = ACTIONS(3063), - [anon_sym_STAR_EQ] = ACTIONS(3063), - [anon_sym_SLASH_EQ] = ACTIONS(3063), - [anon_sym_PERCENT_EQ] = ACTIONS(3063), - [anon_sym_BANG_EQ] = ACTIONS(4549), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4551), - [anon_sym_EQ_EQ] = ACTIONS(4549), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4551), - [anon_sym_LT_EQ] = ACTIONS(4553), - [anon_sym_GT_EQ] = ACTIONS(4553), - [anon_sym_BANGin] = ACTIONS(4555), - [anon_sym_is] = ACTIONS(4557), - [anon_sym_BANGis] = ACTIONS(4559), - [anon_sym_PLUS] = ACTIONS(4561), - [anon_sym_DASH] = ACTIONS(4561), - [anon_sym_SLASH] = ACTIONS(4533), - [anon_sym_PERCENT] = ACTIONS(4533), - [anon_sym_as_QMARK] = ACTIONS(4563), - [anon_sym_PLUS_PLUS] = ACTIONS(4565), - [anon_sym_DASH_DASH] = ACTIONS(4565), - [anon_sym_BANG] = ACTIONS(3061), - [anon_sym_BANG_BANG] = ACTIONS(4565), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3063), - [anon_sym_continue_AT] = ACTIONS(3063), - [anon_sym_break_AT] = ACTIONS(3063), - [sym_real_literal] = ACTIONS(3063), - [sym_integer_literal] = ACTIONS(3061), - [sym_hex_literal] = ACTIONS(3063), - [sym_bin_literal] = ACTIONS(3063), - [anon_sym_true] = ACTIONS(3061), - [anon_sym_false] = ACTIONS(3061), - [anon_sym_SQUOTE] = ACTIONS(3063), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3063), - [sym_safe_nav] = ACTIONS(4547), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3063), - }, - [963] = { [sym__alpha_identifier] = ACTIONS(4587), [anon_sym_AT] = ACTIONS(4589), [anon_sym_COLON] = ACTIONS(4587), @@ -147408,841 +146996,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(4589), }, - [964] = { - [sym_class_body] = STATE(1120), - [sym__alpha_identifier] = ACTIONS(3214), - [anon_sym_AT] = ACTIONS(3218), - [anon_sym_LBRACK] = ACTIONS(3218), - [anon_sym_as] = ACTIONS(3214), - [anon_sym_EQ] = ACTIONS(3214), - [anon_sym_LBRACE] = ACTIONS(3156), - [anon_sym_RBRACE] = ACTIONS(3218), - [anon_sym_LPAREN] = ACTIONS(3218), - [anon_sym_COMMA] = ACTIONS(3218), - [anon_sym_LT] = ACTIONS(3214), - [anon_sym_GT] = ACTIONS(3214), - [anon_sym_where] = ACTIONS(3214), - [anon_sym_object] = ACTIONS(3214), - [anon_sym_fun] = ACTIONS(3214), - [anon_sym_DOT] = ACTIONS(3214), - [anon_sym_SEMI] = ACTIONS(3218), - [anon_sym_get] = ACTIONS(3214), - [anon_sym_set] = ACTIONS(3214), - [anon_sym_this] = ACTIONS(3214), - [anon_sym_super] = ACTIONS(3214), - [anon_sym_STAR] = ACTIONS(3214), - [sym_label] = ACTIONS(3214), - [anon_sym_in] = ACTIONS(3214), - [anon_sym_DOT_DOT] = ACTIONS(3218), - [anon_sym_QMARK_COLON] = ACTIONS(3218), - [anon_sym_AMP_AMP] = ACTIONS(3218), - [anon_sym_PIPE_PIPE] = ACTIONS(3218), - [anon_sym_null] = ACTIONS(3214), - [anon_sym_if] = ACTIONS(3214), - [anon_sym_else] = ACTIONS(3214), - [anon_sym_when] = ACTIONS(3214), - [anon_sym_try] = ACTIONS(3214), - [anon_sym_throw] = ACTIONS(3214), - [anon_sym_return] = ACTIONS(3214), - [anon_sym_continue] = ACTIONS(3214), - [anon_sym_break] = ACTIONS(3214), - [anon_sym_COLON_COLON] = ACTIONS(3218), - [anon_sym_PLUS_EQ] = ACTIONS(3218), - [anon_sym_DASH_EQ] = ACTIONS(3218), - [anon_sym_STAR_EQ] = ACTIONS(3218), - [anon_sym_SLASH_EQ] = ACTIONS(3218), - [anon_sym_PERCENT_EQ] = ACTIONS(3218), - [anon_sym_BANG_EQ] = ACTIONS(3214), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3218), - [anon_sym_EQ_EQ] = ACTIONS(3214), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3218), - [anon_sym_LT_EQ] = ACTIONS(3218), - [anon_sym_GT_EQ] = ACTIONS(3218), - [anon_sym_BANGin] = ACTIONS(3218), - [anon_sym_is] = ACTIONS(3214), - [anon_sym_BANGis] = ACTIONS(3218), - [anon_sym_PLUS] = ACTIONS(3214), - [anon_sym_DASH] = ACTIONS(3214), - [anon_sym_SLASH] = ACTIONS(3214), - [anon_sym_PERCENT] = ACTIONS(3214), - [anon_sym_as_QMARK] = ACTIONS(3218), - [anon_sym_PLUS_PLUS] = ACTIONS(3218), - [anon_sym_DASH_DASH] = ACTIONS(3218), - [anon_sym_BANG] = ACTIONS(3214), - [anon_sym_BANG_BANG] = ACTIONS(3218), - [anon_sym_suspend] = ACTIONS(3214), - [anon_sym_sealed] = ACTIONS(3214), - [anon_sym_annotation] = ACTIONS(3214), - [anon_sym_data] = ACTIONS(3214), - [anon_sym_inner] = ACTIONS(3214), - [anon_sym_override] = ACTIONS(3214), - [anon_sym_lateinit] = ACTIONS(3214), - [anon_sym_public] = ACTIONS(3214), - [anon_sym_private] = ACTIONS(3214), - [anon_sym_internal] = ACTIONS(3214), - [anon_sym_protected] = ACTIONS(3214), - [anon_sym_tailrec] = ACTIONS(3214), - [anon_sym_operator] = ACTIONS(3214), - [anon_sym_infix] = ACTIONS(3214), - [anon_sym_inline] = ACTIONS(3214), - [anon_sym_external] = ACTIONS(3214), - [sym_property_modifier] = ACTIONS(3214), - [anon_sym_abstract] = ACTIONS(3214), - [anon_sym_final] = ACTIONS(3214), - [anon_sym_open] = ACTIONS(3214), - [anon_sym_vararg] = ACTIONS(3214), - [anon_sym_noinline] = ACTIONS(3214), - [anon_sym_crossinline] = ACTIONS(3214), - [anon_sym_expect] = ACTIONS(3214), - [anon_sym_actual] = ACTIONS(3214), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3218), - [anon_sym_continue_AT] = ACTIONS(3218), - [anon_sym_break_AT] = ACTIONS(3218), - [sym_real_literal] = ACTIONS(3218), - [sym_integer_literal] = ACTIONS(3214), - [sym_hex_literal] = ACTIONS(3218), - [sym_bin_literal] = ACTIONS(3218), - [anon_sym_true] = ACTIONS(3214), - [anon_sym_false] = ACTIONS(3214), - [anon_sym_SQUOTE] = ACTIONS(3218), - [sym__backtick_identifier] = ACTIONS(3218), - [sym__automatic_semicolon] = ACTIONS(3218), - [sym_safe_nav] = ACTIONS(3218), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3218), - }, - [965] = { - [sym__alpha_identifier] = ACTIONS(4294), - [anon_sym_AT] = ACTIONS(4296), - [anon_sym_LBRACK] = ACTIONS(4296), - [anon_sym_as] = ACTIONS(4294), - [anon_sym_EQ] = ACTIONS(4294), - [anon_sym_LBRACE] = ACTIONS(4296), - [anon_sym_RBRACE] = ACTIONS(4296), - [anon_sym_LPAREN] = ACTIONS(4296), - [anon_sym_COMMA] = ACTIONS(4296), - [anon_sym_by] = ACTIONS(4294), - [anon_sym_LT] = ACTIONS(4294), - [anon_sym_GT] = ACTIONS(4294), - [anon_sym_where] = ACTIONS(4294), - [anon_sym_object] = ACTIONS(4294), - [anon_sym_fun] = ACTIONS(4294), - [anon_sym_DOT] = ACTIONS(4294), - [anon_sym_SEMI] = ACTIONS(4296), - [anon_sym_get] = ACTIONS(4294), - [anon_sym_set] = ACTIONS(4294), - [anon_sym_this] = ACTIONS(4294), - [anon_sym_super] = ACTIONS(4294), - [anon_sym_STAR] = ACTIONS(4294), - [sym_label] = ACTIONS(4294), - [anon_sym_in] = ACTIONS(4294), - [anon_sym_DOT_DOT] = ACTIONS(4296), - [anon_sym_QMARK_COLON] = ACTIONS(4296), - [anon_sym_AMP_AMP] = ACTIONS(4296), - [anon_sym_PIPE_PIPE] = ACTIONS(4296), - [anon_sym_null] = ACTIONS(4294), - [anon_sym_if] = ACTIONS(4294), - [anon_sym_else] = ACTIONS(4294), - [anon_sym_when] = ACTIONS(4294), - [anon_sym_try] = ACTIONS(4294), - [anon_sym_throw] = ACTIONS(4294), - [anon_sym_return] = ACTIONS(4294), - [anon_sym_continue] = ACTIONS(4294), - [anon_sym_break] = ACTIONS(4294), - [anon_sym_COLON_COLON] = ACTIONS(4296), - [anon_sym_PLUS_EQ] = ACTIONS(4296), - [anon_sym_DASH_EQ] = ACTIONS(4296), - [anon_sym_STAR_EQ] = ACTIONS(4296), - [anon_sym_SLASH_EQ] = ACTIONS(4296), - [anon_sym_PERCENT_EQ] = ACTIONS(4296), - [anon_sym_BANG_EQ] = ACTIONS(4294), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4296), - [anon_sym_EQ_EQ] = ACTIONS(4294), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4296), - [anon_sym_LT_EQ] = ACTIONS(4296), - [anon_sym_GT_EQ] = ACTIONS(4296), - [anon_sym_BANGin] = ACTIONS(4296), - [anon_sym_is] = ACTIONS(4294), - [anon_sym_BANGis] = ACTIONS(4296), - [anon_sym_PLUS] = ACTIONS(4294), - [anon_sym_DASH] = ACTIONS(4294), - [anon_sym_SLASH] = ACTIONS(4294), - [anon_sym_PERCENT] = ACTIONS(4294), - [anon_sym_as_QMARK] = ACTIONS(4296), - [anon_sym_PLUS_PLUS] = ACTIONS(4296), - [anon_sym_DASH_DASH] = ACTIONS(4296), - [anon_sym_BANG] = ACTIONS(4294), - [anon_sym_BANG_BANG] = ACTIONS(4296), - [anon_sym_suspend] = ACTIONS(4294), - [anon_sym_sealed] = ACTIONS(4294), - [anon_sym_annotation] = ACTIONS(4294), - [anon_sym_data] = ACTIONS(4294), - [anon_sym_inner] = ACTIONS(4294), - [anon_sym_override] = ACTIONS(4294), - [anon_sym_lateinit] = ACTIONS(4294), - [anon_sym_public] = ACTIONS(4294), - [anon_sym_private] = ACTIONS(4294), - [anon_sym_internal] = ACTIONS(4294), - [anon_sym_protected] = ACTIONS(4294), - [anon_sym_tailrec] = ACTIONS(4294), - [anon_sym_operator] = ACTIONS(4294), - [anon_sym_infix] = ACTIONS(4294), - [anon_sym_inline] = ACTIONS(4294), - [anon_sym_external] = ACTIONS(4294), - [sym_property_modifier] = ACTIONS(4294), - [anon_sym_abstract] = ACTIONS(4294), - [anon_sym_final] = ACTIONS(4294), - [anon_sym_open] = ACTIONS(4294), - [anon_sym_vararg] = ACTIONS(4294), - [anon_sym_noinline] = ACTIONS(4294), - [anon_sym_crossinline] = ACTIONS(4294), - [anon_sym_expect] = ACTIONS(4294), - [anon_sym_actual] = ACTIONS(4294), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4296), - [anon_sym_continue_AT] = ACTIONS(4296), - [anon_sym_break_AT] = ACTIONS(4296), - [sym_real_literal] = ACTIONS(4296), - [sym_integer_literal] = ACTIONS(4294), - [sym_hex_literal] = ACTIONS(4296), - [sym_bin_literal] = ACTIONS(4296), - [anon_sym_true] = ACTIONS(4294), - [anon_sym_false] = ACTIONS(4294), - [anon_sym_SQUOTE] = ACTIONS(4296), - [sym__backtick_identifier] = ACTIONS(4296), - [sym__automatic_semicolon] = ACTIONS(4296), - [sym_safe_nav] = ACTIONS(4296), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4296), - }, - [966] = { - [sym_indexing_suffix] = STATE(3339), - [sym_navigation_suffix] = STATE(3435), - [sym_call_suffix] = STATE(3432), - [sym_annotated_lambda] = STATE(3429), - [sym_type_arguments] = STATE(7512), - [sym_value_arguments] = STATE(2735), - [sym_lambda_literal] = STATE(3427), - [sym__equality_operator] = STATE(1957), - [sym__comparison_operator] = STATE(1958), - [sym__in_operator] = STATE(1962), - [sym__is_operator] = STATE(6217), - [sym__additive_operator] = STATE(1966), - [sym__multiplicative_operator] = STATE(1975), - [sym__as_operator] = STATE(6214), - [sym__postfix_unary_operator] = STATE(3426), - [sym__member_access_operator] = STATE(7360), - [sym_annotation] = STATE(7846), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1976), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7846), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(4523), - [anon_sym_as] = ACTIONS(4525), - [anon_sym_EQ] = ACTIONS(2991), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_RBRACE] = ACTIONS(2993), - [anon_sym_LPAREN] = ACTIONS(4527), - [anon_sym_COMMA] = ACTIONS(2993), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(4529), - [anon_sym_where] = ACTIONS(2991), - [anon_sym_object] = ACTIONS(2991), - [anon_sym_fun] = ACTIONS(2991), - [anon_sym_DOT] = ACTIONS(4531), - [anon_sym_SEMI] = ACTIONS(2993), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(2991), - [anon_sym_super] = ACTIONS(2991), - [anon_sym_STAR] = ACTIONS(4533), - [sym_label] = ACTIONS(4535), - [anon_sym_in] = ACTIONS(4537), - [anon_sym_DOT_DOT] = ACTIONS(4539), - [anon_sym_QMARK_COLON] = ACTIONS(4541), - [anon_sym_AMP_AMP] = ACTIONS(2993), - [anon_sym_PIPE_PIPE] = ACTIONS(2993), - [anon_sym_null] = ACTIONS(2991), - [anon_sym_if] = ACTIONS(2991), - [anon_sym_else] = ACTIONS(2991), - [anon_sym_when] = ACTIONS(2991), - [anon_sym_try] = ACTIONS(2991), - [anon_sym_throw] = ACTIONS(2991), - [anon_sym_return] = ACTIONS(2991), - [anon_sym_continue] = ACTIONS(2991), - [anon_sym_break] = ACTIONS(2991), - [anon_sym_COLON_COLON] = ACTIONS(4547), - [anon_sym_PLUS_EQ] = ACTIONS(2993), - [anon_sym_DASH_EQ] = ACTIONS(2993), - [anon_sym_STAR_EQ] = ACTIONS(2993), - [anon_sym_SLASH_EQ] = ACTIONS(2993), - [anon_sym_PERCENT_EQ] = ACTIONS(2993), - [anon_sym_BANG_EQ] = ACTIONS(4549), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4551), - [anon_sym_EQ_EQ] = ACTIONS(4549), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4551), - [anon_sym_LT_EQ] = ACTIONS(4553), - [anon_sym_GT_EQ] = ACTIONS(4553), - [anon_sym_BANGin] = ACTIONS(4555), - [anon_sym_is] = ACTIONS(4557), - [anon_sym_BANGis] = ACTIONS(4559), - [anon_sym_PLUS] = ACTIONS(4561), - [anon_sym_DASH] = ACTIONS(4561), - [anon_sym_SLASH] = ACTIONS(4533), - [anon_sym_PERCENT] = ACTIONS(4533), - [anon_sym_as_QMARK] = ACTIONS(4563), - [anon_sym_PLUS_PLUS] = ACTIONS(4565), - [anon_sym_DASH_DASH] = ACTIONS(4565), - [anon_sym_BANG] = ACTIONS(2991), - [anon_sym_BANG_BANG] = ACTIONS(4565), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(2993), - [anon_sym_continue_AT] = ACTIONS(2993), - [anon_sym_break_AT] = ACTIONS(2993), - [sym_real_literal] = ACTIONS(2993), - [sym_integer_literal] = ACTIONS(2991), - [sym_hex_literal] = ACTIONS(2993), - [sym_bin_literal] = ACTIONS(2993), - [anon_sym_true] = ACTIONS(2991), - [anon_sym_false] = ACTIONS(2991), - [anon_sym_SQUOTE] = ACTIONS(2993), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(2993), - [sym_safe_nav] = ACTIONS(4547), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2993), - }, - [967] = { - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(1814), - [sym__comparison_operator] = STATE(1815), - [sym__in_operator] = STATE(1817), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(1818), - [sym__multiplicative_operator] = STATE(1819), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_annotation] = STATE(7845), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1821), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_RBRACK] = ACTIONS(3001), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_EQ] = ACTIONS(2999), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(3001), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_COMMA] = ACTIONS(3001), - [anon_sym_RPAREN] = ACTIONS(3001), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3380), - [anon_sym_where] = ACTIONS(2999), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(3001), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(3390), - [anon_sym_DASH_GT] = ACTIONS(3001), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(3394), - [anon_sym_while] = ACTIONS(2999), - [anon_sym_DOT_DOT] = ACTIONS(3396), - [anon_sym_QMARK_COLON] = ACTIONS(3398), - [anon_sym_AMP_AMP] = ACTIONS(3400), - [anon_sym_PIPE_PIPE] = ACTIONS(3402), - [anon_sym_else] = ACTIONS(2999), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_PLUS_EQ] = ACTIONS(3001), - [anon_sym_DASH_EQ] = ACTIONS(3001), - [anon_sym_STAR_EQ] = ACTIONS(3001), - [anon_sym_SLASH_EQ] = ACTIONS(3001), - [anon_sym_PERCENT_EQ] = ACTIONS(3001), - [anon_sym_BANG_EQ] = ACTIONS(3406), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3408), - [anon_sym_EQ_EQ] = ACTIONS(3406), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3408), - [anon_sym_LT_EQ] = ACTIONS(3410), - [anon_sym_GT_EQ] = ACTIONS(3410), - [anon_sym_BANGin] = ACTIONS(3412), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), - [anon_sym_PLUS] = ACTIONS(3418), - [anon_sym_DASH] = ACTIONS(3418), - [anon_sym_SLASH] = ACTIONS(3390), - [anon_sym_PERCENT] = ACTIONS(3390), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), - [anon_sym_suspend] = ACTIONS(2999), - [anon_sym_sealed] = ACTIONS(2999), - [anon_sym_annotation] = ACTIONS(2999), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(2999), - [anon_sym_lateinit] = ACTIONS(2999), - [anon_sym_public] = ACTIONS(2999), - [anon_sym_private] = ACTIONS(2999), - [anon_sym_internal] = ACTIONS(2999), - [anon_sym_protected] = ACTIONS(2999), - [anon_sym_tailrec] = ACTIONS(2999), - [anon_sym_operator] = ACTIONS(2999), - [anon_sym_infix] = ACTIONS(2999), - [anon_sym_inline] = ACTIONS(2999), - [anon_sym_external] = ACTIONS(2999), - [sym_property_modifier] = ACTIONS(2999), - [anon_sym_abstract] = ACTIONS(2999), - [anon_sym_final] = ACTIONS(2999), - [anon_sym_open] = ACTIONS(2999), - [anon_sym_vararg] = ACTIONS(2999), - [anon_sym_noinline] = ACTIONS(2999), - [anon_sym_crossinline] = ACTIONS(2999), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), - [sym_multiline_comment] = ACTIONS(3), - }, - [968] = { - [sym_indexing_suffix] = STATE(3339), - [sym_navigation_suffix] = STATE(3435), - [sym_call_suffix] = STATE(3432), - [sym_annotated_lambda] = STATE(3429), - [sym_type_arguments] = STATE(7512), - [sym_value_arguments] = STATE(2735), - [sym_lambda_literal] = STATE(3427), - [sym__equality_operator] = STATE(1957), - [sym__comparison_operator] = STATE(1958), - [sym__in_operator] = STATE(1962), - [sym__is_operator] = STATE(6217), - [sym__additive_operator] = STATE(1966), - [sym__multiplicative_operator] = STATE(1975), - [sym__as_operator] = STATE(6214), - [sym__postfix_unary_operator] = STATE(3426), - [sym__member_access_operator] = STATE(7360), - [sym_annotation] = STATE(7846), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1976), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7846), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(4523), - [anon_sym_as] = ACTIONS(4525), - [anon_sym_EQ] = ACTIONS(3083), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_RBRACE] = ACTIONS(3085), - [anon_sym_LPAREN] = ACTIONS(4527), - [anon_sym_COMMA] = ACTIONS(3085), - [anon_sym_LT] = ACTIONS(3087), - [anon_sym_GT] = ACTIONS(3083), - [anon_sym_where] = ACTIONS(3083), - [anon_sym_object] = ACTIONS(3083), - [anon_sym_fun] = ACTIONS(3083), - [anon_sym_DOT] = ACTIONS(4531), - [anon_sym_SEMI] = ACTIONS(3085), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(3083), - [anon_sym_super] = ACTIONS(3083), - [anon_sym_STAR] = ACTIONS(4533), - [sym_label] = ACTIONS(4535), - [anon_sym_in] = ACTIONS(3083), - [anon_sym_DOT_DOT] = ACTIONS(4539), - [anon_sym_QMARK_COLON] = ACTIONS(3085), - [anon_sym_AMP_AMP] = ACTIONS(3085), - [anon_sym_PIPE_PIPE] = ACTIONS(3085), - [anon_sym_null] = ACTIONS(3083), - [anon_sym_if] = ACTIONS(3083), - [anon_sym_else] = ACTIONS(3083), - [anon_sym_when] = ACTIONS(3083), - [anon_sym_try] = ACTIONS(3083), - [anon_sym_throw] = ACTIONS(3083), - [anon_sym_return] = ACTIONS(3083), - [anon_sym_continue] = ACTIONS(3083), - [anon_sym_break] = ACTIONS(3083), - [anon_sym_COLON_COLON] = ACTIONS(4547), - [anon_sym_PLUS_EQ] = ACTIONS(3085), - [anon_sym_DASH_EQ] = ACTIONS(3085), - [anon_sym_STAR_EQ] = ACTIONS(3085), - [anon_sym_SLASH_EQ] = ACTIONS(3085), - [anon_sym_PERCENT_EQ] = ACTIONS(3085), - [anon_sym_BANG_EQ] = ACTIONS(3083), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3085), - [anon_sym_EQ_EQ] = ACTIONS(3083), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3085), - [anon_sym_LT_EQ] = ACTIONS(3085), - [anon_sym_GT_EQ] = ACTIONS(3085), - [anon_sym_BANGin] = ACTIONS(3085), - [anon_sym_is] = ACTIONS(3083), - [anon_sym_BANGis] = ACTIONS(3085), - [anon_sym_PLUS] = ACTIONS(4561), - [anon_sym_DASH] = ACTIONS(4561), - [anon_sym_SLASH] = ACTIONS(4533), - [anon_sym_PERCENT] = ACTIONS(4533), - [anon_sym_as_QMARK] = ACTIONS(4563), - [anon_sym_PLUS_PLUS] = ACTIONS(4565), - [anon_sym_DASH_DASH] = ACTIONS(4565), - [anon_sym_BANG] = ACTIONS(3083), - [anon_sym_BANG_BANG] = ACTIONS(4565), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3085), - [anon_sym_continue_AT] = ACTIONS(3085), - [anon_sym_break_AT] = ACTIONS(3085), - [sym_real_literal] = ACTIONS(3085), - [sym_integer_literal] = ACTIONS(3083), - [sym_hex_literal] = ACTIONS(3085), - [sym_bin_literal] = ACTIONS(3085), - [anon_sym_true] = ACTIONS(3083), - [anon_sym_false] = ACTIONS(3083), - [anon_sym_SQUOTE] = ACTIONS(3085), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3085), - [sym_safe_nav] = ACTIONS(4547), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3085), - }, - [969] = { - [sym_enum_class_body] = STATE(1163), - [sym__alpha_identifier] = ACTIONS(4583), - [anon_sym_AT] = ACTIONS(4585), - [anon_sym_LBRACK] = ACTIONS(4585), - [anon_sym_as] = ACTIONS(4583), - [anon_sym_EQ] = ACTIONS(4583), - [anon_sym_LBRACE] = ACTIONS(3144), - [anon_sym_RBRACE] = ACTIONS(4585), - [anon_sym_LPAREN] = ACTIONS(4585), - [anon_sym_COMMA] = ACTIONS(4585), - [anon_sym_LT] = ACTIONS(4583), - [anon_sym_GT] = ACTIONS(4583), - [anon_sym_where] = ACTIONS(4583), - [anon_sym_object] = ACTIONS(4583), - [anon_sym_fun] = ACTIONS(4583), - [anon_sym_DOT] = ACTIONS(4583), - [anon_sym_SEMI] = ACTIONS(4585), - [anon_sym_get] = ACTIONS(4583), - [anon_sym_set] = ACTIONS(4583), - [anon_sym_this] = ACTIONS(4583), - [anon_sym_super] = ACTIONS(4583), - [anon_sym_STAR] = ACTIONS(4583), - [sym_label] = ACTIONS(4583), - [anon_sym_in] = ACTIONS(4583), - [anon_sym_DOT_DOT] = ACTIONS(4585), - [anon_sym_QMARK_COLON] = ACTIONS(4585), - [anon_sym_AMP_AMP] = ACTIONS(4585), - [anon_sym_PIPE_PIPE] = ACTIONS(4585), - [anon_sym_null] = ACTIONS(4583), - [anon_sym_if] = ACTIONS(4583), - [anon_sym_else] = ACTIONS(4583), - [anon_sym_when] = ACTIONS(4583), - [anon_sym_try] = ACTIONS(4583), - [anon_sym_throw] = ACTIONS(4583), - [anon_sym_return] = ACTIONS(4583), - [anon_sym_continue] = ACTIONS(4583), - [anon_sym_break] = ACTIONS(4583), - [anon_sym_COLON_COLON] = ACTIONS(4585), - [anon_sym_PLUS_EQ] = ACTIONS(4585), - [anon_sym_DASH_EQ] = ACTIONS(4585), - [anon_sym_STAR_EQ] = ACTIONS(4585), - [anon_sym_SLASH_EQ] = ACTIONS(4585), - [anon_sym_PERCENT_EQ] = ACTIONS(4585), - [anon_sym_BANG_EQ] = ACTIONS(4583), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4585), - [anon_sym_EQ_EQ] = ACTIONS(4583), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4585), - [anon_sym_LT_EQ] = ACTIONS(4585), - [anon_sym_GT_EQ] = ACTIONS(4585), - [anon_sym_BANGin] = ACTIONS(4585), - [anon_sym_is] = ACTIONS(4583), - [anon_sym_BANGis] = ACTIONS(4585), - [anon_sym_PLUS] = ACTIONS(4583), - [anon_sym_DASH] = ACTIONS(4583), - [anon_sym_SLASH] = ACTIONS(4583), - [anon_sym_PERCENT] = ACTIONS(4583), - [anon_sym_as_QMARK] = ACTIONS(4585), - [anon_sym_PLUS_PLUS] = ACTIONS(4585), - [anon_sym_DASH_DASH] = ACTIONS(4585), - [anon_sym_BANG] = ACTIONS(4583), - [anon_sym_BANG_BANG] = ACTIONS(4585), - [anon_sym_suspend] = ACTIONS(4583), - [anon_sym_sealed] = ACTIONS(4583), - [anon_sym_annotation] = ACTIONS(4583), - [anon_sym_data] = ACTIONS(4583), - [anon_sym_inner] = ACTIONS(4583), - [anon_sym_override] = ACTIONS(4583), - [anon_sym_lateinit] = ACTIONS(4583), - [anon_sym_public] = ACTIONS(4583), - [anon_sym_private] = ACTIONS(4583), - [anon_sym_internal] = ACTIONS(4583), - [anon_sym_protected] = ACTIONS(4583), - [anon_sym_tailrec] = ACTIONS(4583), - [anon_sym_operator] = ACTIONS(4583), - [anon_sym_infix] = ACTIONS(4583), - [anon_sym_inline] = ACTIONS(4583), - [anon_sym_external] = ACTIONS(4583), - [sym_property_modifier] = ACTIONS(4583), - [anon_sym_abstract] = ACTIONS(4583), - [anon_sym_final] = ACTIONS(4583), - [anon_sym_open] = ACTIONS(4583), - [anon_sym_vararg] = ACTIONS(4583), - [anon_sym_noinline] = ACTIONS(4583), - [anon_sym_crossinline] = ACTIONS(4583), - [anon_sym_expect] = ACTIONS(4583), - [anon_sym_actual] = ACTIONS(4583), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4585), - [anon_sym_continue_AT] = ACTIONS(4585), - [anon_sym_break_AT] = ACTIONS(4585), - [sym_real_literal] = ACTIONS(4585), - [sym_integer_literal] = ACTIONS(4583), - [sym_hex_literal] = ACTIONS(4585), - [sym_bin_literal] = ACTIONS(4585), - [anon_sym_true] = ACTIONS(4583), - [anon_sym_false] = ACTIONS(4583), - [anon_sym_SQUOTE] = ACTIONS(4585), - [sym__backtick_identifier] = ACTIONS(4585), - [sym__automatic_semicolon] = ACTIONS(4585), - [sym_safe_nav] = ACTIONS(4585), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4585), - }, - [970] = { - [sym_indexing_suffix] = STATE(3339), - [sym_navigation_suffix] = STATE(3435), - [sym_call_suffix] = STATE(3432), - [sym_annotated_lambda] = STATE(3429), - [sym_type_arguments] = STATE(7512), - [sym_value_arguments] = STATE(2735), - [sym_lambda_literal] = STATE(3427), - [sym__equality_operator] = STATE(1957), - [sym__comparison_operator] = STATE(1958), - [sym__in_operator] = STATE(1962), - [sym__is_operator] = STATE(6217), - [sym__additive_operator] = STATE(1966), - [sym__multiplicative_operator] = STATE(1975), - [sym__as_operator] = STATE(6214), - [sym__postfix_unary_operator] = STATE(3426), - [sym__member_access_operator] = STATE(7360), - [sym_annotation] = STATE(7846), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1976), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7846), - [sym__alpha_identifier] = ACTIONS(2984), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(4523), - [anon_sym_as] = ACTIONS(4525), - [anon_sym_EQ] = ACTIONS(2984), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_RBRACE] = ACTIONS(2986), - [anon_sym_LPAREN] = ACTIONS(4527), - [anon_sym_COMMA] = ACTIONS(2986), - [anon_sym_LT] = ACTIONS(2988), - [anon_sym_GT] = ACTIONS(2984), - [anon_sym_where] = ACTIONS(2984), - [anon_sym_object] = ACTIONS(2984), - [anon_sym_fun] = ACTIONS(2984), - [anon_sym_DOT] = ACTIONS(4531), - [anon_sym_SEMI] = ACTIONS(2986), - [anon_sym_get] = ACTIONS(2984), - [anon_sym_set] = ACTIONS(2984), - [anon_sym_this] = ACTIONS(2984), - [anon_sym_super] = ACTIONS(2984), - [anon_sym_STAR] = ACTIONS(4533), - [sym_label] = ACTIONS(4535), - [anon_sym_in] = ACTIONS(2984), - [anon_sym_DOT_DOT] = ACTIONS(2986), - [anon_sym_QMARK_COLON] = ACTIONS(2986), - [anon_sym_AMP_AMP] = ACTIONS(2986), - [anon_sym_PIPE_PIPE] = ACTIONS(2986), - [anon_sym_null] = ACTIONS(2984), - [anon_sym_if] = ACTIONS(2984), - [anon_sym_else] = ACTIONS(2984), - [anon_sym_when] = ACTIONS(2984), - [anon_sym_try] = ACTIONS(2984), - [anon_sym_throw] = ACTIONS(2984), - [anon_sym_return] = ACTIONS(2984), - [anon_sym_continue] = ACTIONS(2984), - [anon_sym_break] = ACTIONS(2984), - [anon_sym_COLON_COLON] = ACTIONS(4547), - [anon_sym_PLUS_EQ] = ACTIONS(2986), - [anon_sym_DASH_EQ] = ACTIONS(2986), - [anon_sym_STAR_EQ] = ACTIONS(2986), - [anon_sym_SLASH_EQ] = ACTIONS(2986), - [anon_sym_PERCENT_EQ] = ACTIONS(2986), - [anon_sym_BANG_EQ] = ACTIONS(2984), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2986), - [anon_sym_EQ_EQ] = ACTIONS(2984), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2986), - [anon_sym_LT_EQ] = ACTIONS(2986), - [anon_sym_GT_EQ] = ACTIONS(2986), - [anon_sym_BANGin] = ACTIONS(2986), - [anon_sym_is] = ACTIONS(2984), - [anon_sym_BANGis] = ACTIONS(2986), - [anon_sym_PLUS] = ACTIONS(4561), - [anon_sym_DASH] = ACTIONS(4561), - [anon_sym_SLASH] = ACTIONS(4533), - [anon_sym_PERCENT] = ACTIONS(4533), - [anon_sym_as_QMARK] = ACTIONS(4563), - [anon_sym_PLUS_PLUS] = ACTIONS(4565), - [anon_sym_DASH_DASH] = ACTIONS(4565), - [anon_sym_BANG] = ACTIONS(2984), - [anon_sym_BANG_BANG] = ACTIONS(4565), - [anon_sym_data] = ACTIONS(2984), - [anon_sym_inner] = ACTIONS(2984), - [anon_sym_expect] = ACTIONS(2984), - [anon_sym_actual] = ACTIONS(2984), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(2986), - [anon_sym_continue_AT] = ACTIONS(2986), - [anon_sym_break_AT] = ACTIONS(2986), - [sym_real_literal] = ACTIONS(2986), - [sym_integer_literal] = ACTIONS(2984), - [sym_hex_literal] = ACTIONS(2986), - [sym_bin_literal] = ACTIONS(2986), - [anon_sym_true] = ACTIONS(2984), - [anon_sym_false] = ACTIONS(2984), - [anon_sym_SQUOTE] = ACTIONS(2986), - [sym__backtick_identifier] = ACTIONS(2986), - [sym__automatic_semicolon] = ACTIONS(2986), - [sym_safe_nav] = ACTIONS(4547), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2986), - }, - [971] = { - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(1814), - [sym__comparison_operator] = STATE(1815), - [sym__in_operator] = STATE(1817), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(1818), - [sym__multiplicative_operator] = STATE(1819), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_annotation] = STATE(7845), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1821), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_RBRACK] = ACTIONS(3063), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_EQ] = ACTIONS(3061), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(3063), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_COMMA] = ACTIONS(3063), - [anon_sym_RPAREN] = ACTIONS(3063), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3380), - [anon_sym_where] = ACTIONS(3061), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(3063), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(3390), - [anon_sym_DASH_GT] = ACTIONS(3063), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(3394), - [anon_sym_while] = ACTIONS(3061), - [anon_sym_DOT_DOT] = ACTIONS(3396), - [anon_sym_QMARK_COLON] = ACTIONS(3398), - [anon_sym_AMP_AMP] = ACTIONS(3400), - [anon_sym_PIPE_PIPE] = ACTIONS(3402), - [anon_sym_else] = ACTIONS(3061), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_PLUS_EQ] = ACTIONS(3063), - [anon_sym_DASH_EQ] = ACTIONS(3063), - [anon_sym_STAR_EQ] = ACTIONS(3063), - [anon_sym_SLASH_EQ] = ACTIONS(3063), - [anon_sym_PERCENT_EQ] = ACTIONS(3063), - [anon_sym_BANG_EQ] = ACTIONS(3406), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3408), - [anon_sym_EQ_EQ] = ACTIONS(3406), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3408), - [anon_sym_LT_EQ] = ACTIONS(3410), - [anon_sym_GT_EQ] = ACTIONS(3410), - [anon_sym_BANGin] = ACTIONS(3412), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), - [anon_sym_PLUS] = ACTIONS(3418), - [anon_sym_DASH] = ACTIONS(3418), - [anon_sym_SLASH] = ACTIONS(3390), - [anon_sym_PERCENT] = ACTIONS(3390), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), - [anon_sym_suspend] = ACTIONS(3061), - [anon_sym_sealed] = ACTIONS(3061), - [anon_sym_annotation] = ACTIONS(3061), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3061), - [anon_sym_lateinit] = ACTIONS(3061), - [anon_sym_public] = ACTIONS(3061), - [anon_sym_private] = ACTIONS(3061), - [anon_sym_internal] = ACTIONS(3061), - [anon_sym_protected] = ACTIONS(3061), - [anon_sym_tailrec] = ACTIONS(3061), - [anon_sym_operator] = ACTIONS(3061), - [anon_sym_infix] = ACTIONS(3061), - [anon_sym_inline] = ACTIONS(3061), - [anon_sym_external] = ACTIONS(3061), - [sym_property_modifier] = ACTIONS(3061), - [anon_sym_abstract] = ACTIONS(3061), - [anon_sym_final] = ACTIONS(3061), - [anon_sym_open] = ACTIONS(3061), - [anon_sym_vararg] = ACTIONS(3061), - [anon_sym_noinline] = ACTIONS(3061), - [anon_sym_crossinline] = ACTIONS(3061), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), - [sym_multiline_comment] = ACTIONS(3), - }, - [972] = { + [959] = { [sym__alpha_identifier] = ACTIONS(4591), [anon_sym_AT] = ACTIONS(4593), + [anon_sym_COLON] = ACTIONS(4591), [anon_sym_LBRACK] = ACTIONS(4593), [anon_sym_as] = ACTIONS(4591), [anon_sym_EQ] = ACTIONS(4591), @@ -148250,7 +147007,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_RBRACE] = ACTIONS(4593), [anon_sym_LPAREN] = ACTIONS(4593), [anon_sym_COMMA] = ACTIONS(4593), - [anon_sym_by] = ACTIONS(4591), [anon_sym_LT] = ACTIONS(4591), [anon_sym_GT] = ACTIONS(4591), [anon_sym_where] = ACTIONS(4591), @@ -148344,121 +147100,433 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(4593), }, - [973] = { - [sym__alpha_identifier] = ACTIONS(4466), - [anon_sym_AT] = ACTIONS(4468), - [anon_sym_LBRACK] = ACTIONS(4468), - [anon_sym_as] = ACTIONS(4466), - [anon_sym_EQ] = ACTIONS(4466), - [anon_sym_LBRACE] = ACTIONS(4468), - [anon_sym_RBRACE] = ACTIONS(4468), - [anon_sym_LPAREN] = ACTIONS(4468), - [anon_sym_COMMA] = ACTIONS(4468), - [anon_sym_by] = ACTIONS(4466), - [anon_sym_LT] = ACTIONS(4466), - [anon_sym_GT] = ACTIONS(4466), - [anon_sym_where] = ACTIONS(4466), - [anon_sym_object] = ACTIONS(4466), - [anon_sym_fun] = ACTIONS(4466), - [anon_sym_DOT] = ACTIONS(4466), - [anon_sym_SEMI] = ACTIONS(4468), - [anon_sym_get] = ACTIONS(4466), - [anon_sym_set] = ACTIONS(4466), - [anon_sym_this] = ACTIONS(4466), - [anon_sym_super] = ACTIONS(4466), - [anon_sym_STAR] = ACTIONS(4466), - [sym_label] = ACTIONS(4466), - [anon_sym_in] = ACTIONS(4466), - [anon_sym_DOT_DOT] = ACTIONS(4468), - [anon_sym_QMARK_COLON] = ACTIONS(4468), - [anon_sym_AMP_AMP] = ACTIONS(4468), - [anon_sym_PIPE_PIPE] = ACTIONS(4468), - [anon_sym_null] = ACTIONS(4466), - [anon_sym_if] = ACTIONS(4466), - [anon_sym_else] = ACTIONS(4466), - [anon_sym_when] = ACTIONS(4466), - [anon_sym_try] = ACTIONS(4466), - [anon_sym_throw] = ACTIONS(4466), - [anon_sym_return] = ACTIONS(4466), - [anon_sym_continue] = ACTIONS(4466), - [anon_sym_break] = ACTIONS(4466), - [anon_sym_COLON_COLON] = ACTIONS(4468), - [anon_sym_PLUS_EQ] = ACTIONS(4468), - [anon_sym_DASH_EQ] = ACTIONS(4468), - [anon_sym_STAR_EQ] = ACTIONS(4468), - [anon_sym_SLASH_EQ] = ACTIONS(4468), - [anon_sym_PERCENT_EQ] = ACTIONS(4468), - [anon_sym_BANG_EQ] = ACTIONS(4466), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4468), - [anon_sym_EQ_EQ] = ACTIONS(4466), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4468), - [anon_sym_LT_EQ] = ACTIONS(4468), - [anon_sym_GT_EQ] = ACTIONS(4468), - [anon_sym_BANGin] = ACTIONS(4468), - [anon_sym_is] = ACTIONS(4466), - [anon_sym_BANGis] = ACTIONS(4468), - [anon_sym_PLUS] = ACTIONS(4466), - [anon_sym_DASH] = ACTIONS(4466), - [anon_sym_SLASH] = ACTIONS(4466), - [anon_sym_PERCENT] = ACTIONS(4466), - [anon_sym_as_QMARK] = ACTIONS(4468), - [anon_sym_PLUS_PLUS] = ACTIONS(4468), - [anon_sym_DASH_DASH] = ACTIONS(4468), - [anon_sym_BANG] = ACTIONS(4466), - [anon_sym_BANG_BANG] = ACTIONS(4468), - [anon_sym_suspend] = ACTIONS(4466), - [anon_sym_sealed] = ACTIONS(4466), - [anon_sym_annotation] = ACTIONS(4466), - [anon_sym_data] = ACTIONS(4466), - [anon_sym_inner] = ACTIONS(4466), - [anon_sym_override] = ACTIONS(4466), - [anon_sym_lateinit] = ACTIONS(4466), - [anon_sym_public] = ACTIONS(4466), - [anon_sym_private] = ACTIONS(4466), - [anon_sym_internal] = ACTIONS(4466), - [anon_sym_protected] = ACTIONS(4466), - [anon_sym_tailrec] = ACTIONS(4466), - [anon_sym_operator] = ACTIONS(4466), - [anon_sym_infix] = ACTIONS(4466), - [anon_sym_inline] = ACTIONS(4466), - [anon_sym_external] = ACTIONS(4466), - [sym_property_modifier] = ACTIONS(4466), - [anon_sym_abstract] = ACTIONS(4466), - [anon_sym_final] = ACTIONS(4466), - [anon_sym_open] = ACTIONS(4466), - [anon_sym_vararg] = ACTIONS(4466), - [anon_sym_noinline] = ACTIONS(4466), - [anon_sym_crossinline] = ACTIONS(4466), - [anon_sym_expect] = ACTIONS(4466), - [anon_sym_actual] = ACTIONS(4466), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4468), - [anon_sym_continue_AT] = ACTIONS(4468), - [anon_sym_break_AT] = ACTIONS(4468), - [sym_real_literal] = ACTIONS(4468), - [sym_integer_literal] = ACTIONS(4466), - [sym_hex_literal] = ACTIONS(4468), - [sym_bin_literal] = ACTIONS(4468), - [anon_sym_true] = ACTIONS(4466), - [anon_sym_false] = ACTIONS(4466), - [anon_sym_SQUOTE] = ACTIONS(4468), - [sym__backtick_identifier] = ACTIONS(4468), - [sym__automatic_semicolon] = ACTIONS(4468), - [sym_safe_nav] = ACTIONS(4468), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4468), + [960] = { + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(1631), + [sym__comparison_operator] = STATE(2054), + [sym__in_operator] = STATE(1615), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(1616), + [sym__multiplicative_operator] = STATE(1617), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_annotation] = STATE(7893), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1618), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), + [sym__alpha_identifier] = ACTIONS(3011), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_RBRACK] = ACTIONS(3013), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_EQ] = ACTIONS(3011), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(3013), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_COMMA] = ACTIONS(3013), + [anon_sym_RPAREN] = ACTIONS(3013), + [anon_sym_LT] = ACTIONS(3015), + [anon_sym_GT] = ACTIONS(3011), + [anon_sym_where] = ACTIONS(3011), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3013), + [anon_sym_get] = ACTIONS(3011), + [anon_sym_set] = ACTIONS(3011), + [anon_sym_STAR] = ACTIONS(3011), + [anon_sym_DASH_GT] = ACTIONS(3013), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(3011), + [anon_sym_while] = ACTIONS(3011), + [anon_sym_DOT_DOT] = ACTIONS(3013), + [anon_sym_QMARK_COLON] = ACTIONS(3013), + [anon_sym_AMP_AMP] = ACTIONS(3013), + [anon_sym_PIPE_PIPE] = ACTIONS(3013), + [anon_sym_else] = ACTIONS(3011), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_PLUS_EQ] = ACTIONS(3013), + [anon_sym_DASH_EQ] = ACTIONS(3013), + [anon_sym_STAR_EQ] = ACTIONS(3013), + [anon_sym_SLASH_EQ] = ACTIONS(3013), + [anon_sym_PERCENT_EQ] = ACTIONS(3013), + [anon_sym_BANG_EQ] = ACTIONS(3011), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3013), + [anon_sym_EQ_EQ] = ACTIONS(3011), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3013), + [anon_sym_LT_EQ] = ACTIONS(3013), + [anon_sym_GT_EQ] = ACTIONS(3013), + [anon_sym_BANGin] = ACTIONS(3013), + [anon_sym_is] = ACTIONS(3011), + [anon_sym_BANGis] = ACTIONS(3013), + [anon_sym_PLUS] = ACTIONS(3011), + [anon_sym_DASH] = ACTIONS(3011), + [anon_sym_SLASH] = ACTIONS(3011), + [anon_sym_PERCENT] = ACTIONS(3011), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), + [anon_sym_suspend] = ACTIONS(3011), + [anon_sym_sealed] = ACTIONS(3011), + [anon_sym_annotation] = ACTIONS(3011), + [anon_sym_data] = ACTIONS(3011), + [anon_sym_inner] = ACTIONS(3011), + [anon_sym_override] = ACTIONS(3011), + [anon_sym_lateinit] = ACTIONS(3011), + [anon_sym_public] = ACTIONS(3011), + [anon_sym_private] = ACTIONS(3011), + [anon_sym_internal] = ACTIONS(3011), + [anon_sym_protected] = ACTIONS(3011), + [anon_sym_tailrec] = ACTIONS(3011), + [anon_sym_operator] = ACTIONS(3011), + [anon_sym_infix] = ACTIONS(3011), + [anon_sym_inline] = ACTIONS(3011), + [anon_sym_external] = ACTIONS(3011), + [sym_property_modifier] = ACTIONS(3011), + [anon_sym_abstract] = ACTIONS(3011), + [anon_sym_final] = ACTIONS(3011), + [anon_sym_open] = ACTIONS(3011), + [anon_sym_vararg] = ACTIONS(3011), + [anon_sym_noinline] = ACTIONS(3011), + [anon_sym_crossinline] = ACTIONS(3011), + [anon_sym_expect] = ACTIONS(3011), + [anon_sym_actual] = ACTIONS(3011), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3013), + [sym_safe_nav] = ACTIONS(3420), + [sym_multiline_comment] = ACTIONS(3), }, - [974] = { + [961] = { + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(1631), + [sym__comparison_operator] = STATE(2054), + [sym__in_operator] = STATE(1615), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(1616), + [sym__multiplicative_operator] = STATE(1617), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_annotation] = STATE(7893), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1618), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_RBRACK] = ACTIONS(3001), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_EQ] = ACTIONS(2999), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(3001), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_COMMA] = ACTIONS(3001), + [anon_sym_RPAREN] = ACTIONS(3001), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(3396), + [anon_sym_where] = ACTIONS(2999), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3001), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(3406), + [anon_sym_DASH_GT] = ACTIONS(3001), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(3410), + [anon_sym_while] = ACTIONS(2999), + [anon_sym_DOT_DOT] = ACTIONS(3412), + [anon_sym_QMARK_COLON] = ACTIONS(3414), + [anon_sym_AMP_AMP] = ACTIONS(3416), + [anon_sym_PIPE_PIPE] = ACTIONS(3418), + [anon_sym_else] = ACTIONS(2999), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_PLUS_EQ] = ACTIONS(3001), + [anon_sym_DASH_EQ] = ACTIONS(3001), + [anon_sym_STAR_EQ] = ACTIONS(3001), + [anon_sym_SLASH_EQ] = ACTIONS(3001), + [anon_sym_PERCENT_EQ] = ACTIONS(3001), + [anon_sym_BANG_EQ] = ACTIONS(3422), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3424), + [anon_sym_EQ_EQ] = ACTIONS(3422), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3424), + [anon_sym_LT_EQ] = ACTIONS(3426), + [anon_sym_GT_EQ] = ACTIONS(3426), + [anon_sym_BANGin] = ACTIONS(3428), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), + [anon_sym_PLUS] = ACTIONS(3434), + [anon_sym_DASH] = ACTIONS(3434), + [anon_sym_SLASH] = ACTIONS(3406), + [anon_sym_PERCENT] = ACTIONS(3406), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), + [anon_sym_suspend] = ACTIONS(2999), + [anon_sym_sealed] = ACTIONS(2999), + [anon_sym_annotation] = ACTIONS(2999), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_override] = ACTIONS(2999), + [anon_sym_lateinit] = ACTIONS(2999), + [anon_sym_public] = ACTIONS(2999), + [anon_sym_private] = ACTIONS(2999), + [anon_sym_internal] = ACTIONS(2999), + [anon_sym_protected] = ACTIONS(2999), + [anon_sym_tailrec] = ACTIONS(2999), + [anon_sym_operator] = ACTIONS(2999), + [anon_sym_infix] = ACTIONS(2999), + [anon_sym_inline] = ACTIONS(2999), + [anon_sym_external] = ACTIONS(2999), + [sym_property_modifier] = ACTIONS(2999), + [anon_sym_abstract] = ACTIONS(2999), + [anon_sym_final] = ACTIONS(2999), + [anon_sym_open] = ACTIONS(2999), + [anon_sym_vararg] = ACTIONS(2999), + [anon_sym_noinline] = ACTIONS(2999), + [anon_sym_crossinline] = ACTIONS(2999), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym_safe_nav] = ACTIONS(3420), + [sym_multiline_comment] = ACTIONS(3), + }, + [962] = { + [sym_enum_class_body] = STATE(1158), + [sym__alpha_identifier] = ACTIONS(4503), + [anon_sym_AT] = ACTIONS(4505), + [anon_sym_LBRACK] = ACTIONS(4505), + [anon_sym_as] = ACTIONS(4503), + [anon_sym_EQ] = ACTIONS(4503), + [anon_sym_LBRACE] = ACTIONS(3156), + [anon_sym_RBRACE] = ACTIONS(4505), + [anon_sym_LPAREN] = ACTIONS(4505), + [anon_sym_COMMA] = ACTIONS(4505), + [anon_sym_LT] = ACTIONS(4503), + [anon_sym_GT] = ACTIONS(4503), + [anon_sym_where] = ACTIONS(4503), + [anon_sym_object] = ACTIONS(4503), + [anon_sym_fun] = ACTIONS(4503), + [anon_sym_DOT] = ACTIONS(4503), + [anon_sym_SEMI] = ACTIONS(4505), + [anon_sym_get] = ACTIONS(4503), + [anon_sym_set] = ACTIONS(4503), + [anon_sym_this] = ACTIONS(4503), + [anon_sym_super] = ACTIONS(4503), + [anon_sym_STAR] = ACTIONS(4503), + [sym_label] = ACTIONS(4503), + [anon_sym_in] = ACTIONS(4503), + [anon_sym_DOT_DOT] = ACTIONS(4505), + [anon_sym_QMARK_COLON] = ACTIONS(4505), + [anon_sym_AMP_AMP] = ACTIONS(4505), + [anon_sym_PIPE_PIPE] = ACTIONS(4505), + [anon_sym_null] = ACTIONS(4503), + [anon_sym_if] = ACTIONS(4503), + [anon_sym_else] = ACTIONS(4503), + [anon_sym_when] = ACTIONS(4503), + [anon_sym_try] = ACTIONS(4503), + [anon_sym_throw] = ACTIONS(4503), + [anon_sym_return] = ACTIONS(4503), + [anon_sym_continue] = ACTIONS(4503), + [anon_sym_break] = ACTIONS(4503), + [anon_sym_COLON_COLON] = ACTIONS(4505), + [anon_sym_PLUS_EQ] = ACTIONS(4505), + [anon_sym_DASH_EQ] = ACTIONS(4505), + [anon_sym_STAR_EQ] = ACTIONS(4505), + [anon_sym_SLASH_EQ] = ACTIONS(4505), + [anon_sym_PERCENT_EQ] = ACTIONS(4505), + [anon_sym_BANG_EQ] = ACTIONS(4503), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4505), + [anon_sym_EQ_EQ] = ACTIONS(4503), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4505), + [anon_sym_LT_EQ] = ACTIONS(4505), + [anon_sym_GT_EQ] = ACTIONS(4505), + [anon_sym_BANGin] = ACTIONS(4505), + [anon_sym_is] = ACTIONS(4503), + [anon_sym_BANGis] = ACTIONS(4505), + [anon_sym_PLUS] = ACTIONS(4503), + [anon_sym_DASH] = ACTIONS(4503), + [anon_sym_SLASH] = ACTIONS(4503), + [anon_sym_PERCENT] = ACTIONS(4503), + [anon_sym_as_QMARK] = ACTIONS(4505), + [anon_sym_PLUS_PLUS] = ACTIONS(4505), + [anon_sym_DASH_DASH] = ACTIONS(4505), + [anon_sym_BANG] = ACTIONS(4503), + [anon_sym_BANG_BANG] = ACTIONS(4505), + [anon_sym_suspend] = ACTIONS(4503), + [anon_sym_sealed] = ACTIONS(4503), + [anon_sym_annotation] = ACTIONS(4503), + [anon_sym_data] = ACTIONS(4503), + [anon_sym_inner] = ACTIONS(4503), + [anon_sym_override] = ACTIONS(4503), + [anon_sym_lateinit] = ACTIONS(4503), + [anon_sym_public] = ACTIONS(4503), + [anon_sym_private] = ACTIONS(4503), + [anon_sym_internal] = ACTIONS(4503), + [anon_sym_protected] = ACTIONS(4503), + [anon_sym_tailrec] = ACTIONS(4503), + [anon_sym_operator] = ACTIONS(4503), + [anon_sym_infix] = ACTIONS(4503), + [anon_sym_inline] = ACTIONS(4503), + [anon_sym_external] = ACTIONS(4503), + [sym_property_modifier] = ACTIONS(4503), + [anon_sym_abstract] = ACTIONS(4503), + [anon_sym_final] = ACTIONS(4503), + [anon_sym_open] = ACTIONS(4503), + [anon_sym_vararg] = ACTIONS(4503), + [anon_sym_noinline] = ACTIONS(4503), + [anon_sym_crossinline] = ACTIONS(4503), + [anon_sym_expect] = ACTIONS(4503), + [anon_sym_actual] = ACTIONS(4503), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4505), + [anon_sym_continue_AT] = ACTIONS(4505), + [anon_sym_break_AT] = ACTIONS(4505), + [sym_real_literal] = ACTIONS(4505), + [sym_integer_literal] = ACTIONS(4503), + [sym_hex_literal] = ACTIONS(4505), + [sym_bin_literal] = ACTIONS(4505), + [anon_sym_true] = ACTIONS(4503), + [anon_sym_false] = ACTIONS(4503), + [anon_sym_SQUOTE] = ACTIONS(4505), + [sym__backtick_identifier] = ACTIONS(4505), + [sym__automatic_semicolon] = ACTIONS(4505), + [sym_safe_nav] = ACTIONS(4505), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4505), + }, + [963] = { + [sym_enum_class_body] = STATE(1141), + [sym__alpha_identifier] = ACTIONS(4342), + [anon_sym_AT] = ACTIONS(4344), + [anon_sym_LBRACK] = ACTIONS(4344), + [anon_sym_as] = ACTIONS(4342), + [anon_sym_EQ] = ACTIONS(4342), + [anon_sym_LBRACE] = ACTIONS(3156), + [anon_sym_RBRACE] = ACTIONS(4344), + [anon_sym_LPAREN] = ACTIONS(4344), + [anon_sym_COMMA] = ACTIONS(4344), + [anon_sym_LT] = ACTIONS(4342), + [anon_sym_GT] = ACTIONS(4342), + [anon_sym_where] = ACTIONS(4342), + [anon_sym_object] = ACTIONS(4342), + [anon_sym_fun] = ACTIONS(4342), + [anon_sym_DOT] = ACTIONS(4342), + [anon_sym_SEMI] = ACTIONS(4344), + [anon_sym_get] = ACTIONS(4342), + [anon_sym_set] = ACTIONS(4342), + [anon_sym_this] = ACTIONS(4342), + [anon_sym_super] = ACTIONS(4342), + [anon_sym_STAR] = ACTIONS(4342), + [sym_label] = ACTIONS(4342), + [anon_sym_in] = ACTIONS(4342), + [anon_sym_DOT_DOT] = ACTIONS(4344), + [anon_sym_QMARK_COLON] = ACTIONS(4344), + [anon_sym_AMP_AMP] = ACTIONS(4344), + [anon_sym_PIPE_PIPE] = ACTIONS(4344), + [anon_sym_null] = ACTIONS(4342), + [anon_sym_if] = ACTIONS(4342), + [anon_sym_else] = ACTIONS(4342), + [anon_sym_when] = ACTIONS(4342), + [anon_sym_try] = ACTIONS(4342), + [anon_sym_throw] = ACTIONS(4342), + [anon_sym_return] = ACTIONS(4342), + [anon_sym_continue] = ACTIONS(4342), + [anon_sym_break] = ACTIONS(4342), + [anon_sym_COLON_COLON] = ACTIONS(4344), + [anon_sym_PLUS_EQ] = ACTIONS(4344), + [anon_sym_DASH_EQ] = ACTIONS(4344), + [anon_sym_STAR_EQ] = ACTIONS(4344), + [anon_sym_SLASH_EQ] = ACTIONS(4344), + [anon_sym_PERCENT_EQ] = ACTIONS(4344), + [anon_sym_BANG_EQ] = ACTIONS(4342), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4344), + [anon_sym_EQ_EQ] = ACTIONS(4342), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4344), + [anon_sym_LT_EQ] = ACTIONS(4344), + [anon_sym_GT_EQ] = ACTIONS(4344), + [anon_sym_BANGin] = ACTIONS(4344), + [anon_sym_is] = ACTIONS(4342), + [anon_sym_BANGis] = ACTIONS(4344), + [anon_sym_PLUS] = ACTIONS(4342), + [anon_sym_DASH] = ACTIONS(4342), + [anon_sym_SLASH] = ACTIONS(4342), + [anon_sym_PERCENT] = ACTIONS(4342), + [anon_sym_as_QMARK] = ACTIONS(4344), + [anon_sym_PLUS_PLUS] = ACTIONS(4344), + [anon_sym_DASH_DASH] = ACTIONS(4344), + [anon_sym_BANG] = ACTIONS(4342), + [anon_sym_BANG_BANG] = ACTIONS(4344), + [anon_sym_suspend] = ACTIONS(4342), + [anon_sym_sealed] = ACTIONS(4342), + [anon_sym_annotation] = ACTIONS(4342), + [anon_sym_data] = ACTIONS(4342), + [anon_sym_inner] = ACTIONS(4342), + [anon_sym_override] = ACTIONS(4342), + [anon_sym_lateinit] = ACTIONS(4342), + [anon_sym_public] = ACTIONS(4342), + [anon_sym_private] = ACTIONS(4342), + [anon_sym_internal] = ACTIONS(4342), + [anon_sym_protected] = ACTIONS(4342), + [anon_sym_tailrec] = ACTIONS(4342), + [anon_sym_operator] = ACTIONS(4342), + [anon_sym_infix] = ACTIONS(4342), + [anon_sym_inline] = ACTIONS(4342), + [anon_sym_external] = ACTIONS(4342), + [sym_property_modifier] = ACTIONS(4342), + [anon_sym_abstract] = ACTIONS(4342), + [anon_sym_final] = ACTIONS(4342), + [anon_sym_open] = ACTIONS(4342), + [anon_sym_vararg] = ACTIONS(4342), + [anon_sym_noinline] = ACTIONS(4342), + [anon_sym_crossinline] = ACTIONS(4342), + [anon_sym_expect] = ACTIONS(4342), + [anon_sym_actual] = ACTIONS(4342), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4344), + [anon_sym_continue_AT] = ACTIONS(4344), + [anon_sym_break_AT] = ACTIONS(4344), + [sym_real_literal] = ACTIONS(4344), + [sym_integer_literal] = ACTIONS(4342), + [sym_hex_literal] = ACTIONS(4344), + [sym_bin_literal] = ACTIONS(4344), + [anon_sym_true] = ACTIONS(4342), + [anon_sym_false] = ACTIONS(4342), + [anon_sym_SQUOTE] = ACTIONS(4344), + [sym__backtick_identifier] = ACTIONS(4344), + [sym__automatic_semicolon] = ACTIONS(4344), + [sym_safe_nav] = ACTIONS(4344), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4344), + }, + [964] = { + [sym_class_body] = STATE(1146), [sym__alpha_identifier] = ACTIONS(4595), [anon_sym_AT] = ACTIONS(4597), [anon_sym_LBRACK] = ACTIONS(4597), [anon_sym_as] = ACTIONS(4595), [anon_sym_EQ] = ACTIONS(4595), - [anon_sym_LBRACE] = ACTIONS(4597), + [anon_sym_LBRACE] = ACTIONS(3180), [anon_sym_RBRACE] = ACTIONS(4597), [anon_sym_LPAREN] = ACTIONS(4597), [anon_sym_COMMA] = ACTIONS(4597), - [anon_sym_by] = ACTIONS(4595), [anon_sym_LT] = ACTIONS(4595), [anon_sym_GT] = ACTIONS(4595), [anon_sym_where] = ACTIONS(4595), @@ -148552,9 +147620,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(4597), }, - [975] = { + [965] = { [sym__alpha_identifier] = ACTIONS(4599), [anon_sym_AT] = ACTIONS(4601), + [anon_sym_COLON] = ACTIONS(4599), [anon_sym_LBRACK] = ACTIONS(4601), [anon_sym_as] = ACTIONS(4599), [anon_sym_EQ] = ACTIONS(4599), @@ -148562,7 +147631,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_RBRACE] = ACTIONS(4601), [anon_sym_LPAREN] = ACTIONS(4601), [anon_sym_COMMA] = ACTIONS(4601), - [anon_sym_by] = ACTIONS(4599), [anon_sym_LT] = ACTIONS(4599), [anon_sym_GT] = ACTIONS(4599), [anon_sym_where] = ACTIONS(4599), @@ -148656,4320 +147724,5360 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(4601), }, - [976] = { - [sym_function_body] = STATE(1091), - [sym__block] = STATE(1128), - [sym__alpha_identifier] = ACTIONS(4191), - [anon_sym_AT] = ACTIONS(4193), - [anon_sym_COLON] = ACTIONS(4603), - [anon_sym_LBRACK] = ACTIONS(4193), - [anon_sym_as] = ACTIONS(4191), - [anon_sym_EQ] = ACTIONS(4207), - [anon_sym_LBRACE] = ACTIONS(4081), - [anon_sym_RBRACE] = ACTIONS(4193), - [anon_sym_LPAREN] = ACTIONS(4193), - [anon_sym_LT] = ACTIONS(4191), - [anon_sym_GT] = ACTIONS(4191), - [anon_sym_object] = ACTIONS(4191), - [anon_sym_fun] = ACTIONS(4191), - [anon_sym_DOT] = ACTIONS(4191), - [anon_sym_SEMI] = ACTIONS(4193), - [anon_sym_get] = ACTIONS(4191), - [anon_sym_set] = ACTIONS(4191), - [anon_sym_this] = ACTIONS(4191), - [anon_sym_super] = ACTIONS(4191), - [anon_sym_STAR] = ACTIONS(4191), - [sym_label] = ACTIONS(4191), - [anon_sym_in] = ACTIONS(4191), - [anon_sym_DOT_DOT] = ACTIONS(4193), - [anon_sym_QMARK_COLON] = ACTIONS(4193), - [anon_sym_AMP_AMP] = ACTIONS(4193), - [anon_sym_PIPE_PIPE] = ACTIONS(4193), - [anon_sym_null] = ACTIONS(4191), - [anon_sym_if] = ACTIONS(4191), - [anon_sym_else] = ACTIONS(4191), - [anon_sym_when] = ACTIONS(4191), - [anon_sym_try] = ACTIONS(4191), - [anon_sym_throw] = ACTIONS(4191), - [anon_sym_return] = ACTIONS(4191), - [anon_sym_continue] = ACTIONS(4191), - [anon_sym_break] = ACTIONS(4191), - [anon_sym_COLON_COLON] = ACTIONS(4193), - [anon_sym_PLUS_EQ] = ACTIONS(4193), - [anon_sym_DASH_EQ] = ACTIONS(4193), - [anon_sym_STAR_EQ] = ACTIONS(4193), - [anon_sym_SLASH_EQ] = ACTIONS(4193), - [anon_sym_PERCENT_EQ] = ACTIONS(4193), - [anon_sym_BANG_EQ] = ACTIONS(4191), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4193), - [anon_sym_EQ_EQ] = ACTIONS(4191), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4193), - [anon_sym_LT_EQ] = ACTIONS(4193), - [anon_sym_GT_EQ] = ACTIONS(4193), - [anon_sym_BANGin] = ACTIONS(4193), - [anon_sym_is] = ACTIONS(4191), - [anon_sym_BANGis] = ACTIONS(4193), - [anon_sym_PLUS] = ACTIONS(4191), - [anon_sym_DASH] = ACTIONS(4191), - [anon_sym_SLASH] = ACTIONS(4191), - [anon_sym_PERCENT] = ACTIONS(4191), - [anon_sym_as_QMARK] = ACTIONS(4193), - [anon_sym_PLUS_PLUS] = ACTIONS(4193), - [anon_sym_DASH_DASH] = ACTIONS(4193), - [anon_sym_BANG] = ACTIONS(4191), - [anon_sym_BANG_BANG] = ACTIONS(4193), - [anon_sym_suspend] = ACTIONS(4191), - [anon_sym_sealed] = ACTIONS(4191), - [anon_sym_annotation] = ACTIONS(4191), - [anon_sym_data] = ACTIONS(4191), - [anon_sym_inner] = ACTIONS(4191), - [anon_sym_override] = ACTIONS(4191), - [anon_sym_lateinit] = ACTIONS(4191), - [anon_sym_public] = ACTIONS(4191), - [anon_sym_private] = ACTIONS(4191), - [anon_sym_internal] = ACTIONS(4191), - [anon_sym_protected] = ACTIONS(4191), - [anon_sym_tailrec] = ACTIONS(4191), - [anon_sym_operator] = ACTIONS(4191), - [anon_sym_infix] = ACTIONS(4191), - [anon_sym_inline] = ACTIONS(4191), - [anon_sym_external] = ACTIONS(4191), - [sym_property_modifier] = ACTIONS(4191), - [anon_sym_abstract] = ACTIONS(4191), - [anon_sym_final] = ACTIONS(4191), - [anon_sym_open] = ACTIONS(4191), - [anon_sym_vararg] = ACTIONS(4191), - [anon_sym_noinline] = ACTIONS(4191), - [anon_sym_crossinline] = ACTIONS(4191), - [anon_sym_expect] = ACTIONS(4191), - [anon_sym_actual] = ACTIONS(4191), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4193), - [anon_sym_continue_AT] = ACTIONS(4193), - [anon_sym_break_AT] = ACTIONS(4193), - [sym_real_literal] = ACTIONS(4193), - [sym_integer_literal] = ACTIONS(4191), - [sym_hex_literal] = ACTIONS(4193), - [sym_bin_literal] = ACTIONS(4193), - [anon_sym_true] = ACTIONS(4191), - [anon_sym_false] = ACTIONS(4191), - [anon_sym_SQUOTE] = ACTIONS(4193), - [sym__backtick_identifier] = ACTIONS(4193), - [sym__automatic_semicolon] = ACTIONS(4193), - [sym_safe_nav] = ACTIONS(4193), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4193), - }, - [977] = { - [sym__alpha_identifier] = ACTIONS(4605), - [anon_sym_AT] = ACTIONS(4607), - [anon_sym_COLON] = ACTIONS(4605), - [anon_sym_LBRACK] = ACTIONS(4607), - [anon_sym_as] = ACTIONS(4605), - [anon_sym_EQ] = ACTIONS(4605), - [anon_sym_LBRACE] = ACTIONS(4607), - [anon_sym_RBRACE] = ACTIONS(4607), - [anon_sym_LPAREN] = ACTIONS(4607), - [anon_sym_COMMA] = ACTIONS(4607), - [anon_sym_LT] = ACTIONS(4605), - [anon_sym_GT] = ACTIONS(4605), - [anon_sym_where] = ACTIONS(4605), - [anon_sym_object] = ACTIONS(4605), - [anon_sym_fun] = ACTIONS(4605), - [anon_sym_DOT] = ACTIONS(4605), - [anon_sym_SEMI] = ACTIONS(4607), - [anon_sym_get] = ACTIONS(4605), - [anon_sym_set] = ACTIONS(4605), - [anon_sym_this] = ACTIONS(4605), - [anon_sym_super] = ACTIONS(4605), - [anon_sym_STAR] = ACTIONS(4605), - [sym_label] = ACTIONS(4605), - [anon_sym_in] = ACTIONS(4605), - [anon_sym_DOT_DOT] = ACTIONS(4607), - [anon_sym_QMARK_COLON] = ACTIONS(4607), - [anon_sym_AMP_AMP] = ACTIONS(4607), - [anon_sym_PIPE_PIPE] = ACTIONS(4607), - [anon_sym_null] = ACTIONS(4605), - [anon_sym_if] = ACTIONS(4605), - [anon_sym_else] = ACTIONS(4605), - [anon_sym_when] = ACTIONS(4605), - [anon_sym_try] = ACTIONS(4605), - [anon_sym_throw] = ACTIONS(4605), - [anon_sym_return] = ACTIONS(4605), - [anon_sym_continue] = ACTIONS(4605), - [anon_sym_break] = ACTIONS(4605), - [anon_sym_COLON_COLON] = ACTIONS(4607), - [anon_sym_PLUS_EQ] = ACTIONS(4607), - [anon_sym_DASH_EQ] = ACTIONS(4607), - [anon_sym_STAR_EQ] = ACTIONS(4607), - [anon_sym_SLASH_EQ] = ACTIONS(4607), - [anon_sym_PERCENT_EQ] = ACTIONS(4607), - [anon_sym_BANG_EQ] = ACTIONS(4605), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4607), - [anon_sym_EQ_EQ] = ACTIONS(4605), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4607), - [anon_sym_LT_EQ] = ACTIONS(4607), - [anon_sym_GT_EQ] = ACTIONS(4607), - [anon_sym_BANGin] = ACTIONS(4607), - [anon_sym_is] = ACTIONS(4605), - [anon_sym_BANGis] = ACTIONS(4607), - [anon_sym_PLUS] = ACTIONS(4605), - [anon_sym_DASH] = ACTIONS(4605), - [anon_sym_SLASH] = ACTIONS(4605), - [anon_sym_PERCENT] = ACTIONS(4605), - [anon_sym_as_QMARK] = ACTIONS(4607), - [anon_sym_PLUS_PLUS] = ACTIONS(4607), - [anon_sym_DASH_DASH] = ACTIONS(4607), - [anon_sym_BANG] = ACTIONS(4605), - [anon_sym_BANG_BANG] = ACTIONS(4607), - [anon_sym_suspend] = ACTIONS(4605), - [anon_sym_sealed] = ACTIONS(4605), - [anon_sym_annotation] = ACTIONS(4605), - [anon_sym_data] = ACTIONS(4605), - [anon_sym_inner] = ACTIONS(4605), - [anon_sym_override] = ACTIONS(4605), - [anon_sym_lateinit] = ACTIONS(4605), - [anon_sym_public] = ACTIONS(4605), - [anon_sym_private] = ACTIONS(4605), - [anon_sym_internal] = ACTIONS(4605), - [anon_sym_protected] = ACTIONS(4605), - [anon_sym_tailrec] = ACTIONS(4605), - [anon_sym_operator] = ACTIONS(4605), - [anon_sym_infix] = ACTIONS(4605), - [anon_sym_inline] = ACTIONS(4605), - [anon_sym_external] = ACTIONS(4605), - [sym_property_modifier] = ACTIONS(4605), - [anon_sym_abstract] = ACTIONS(4605), - [anon_sym_final] = ACTIONS(4605), - [anon_sym_open] = ACTIONS(4605), - [anon_sym_vararg] = ACTIONS(4605), - [anon_sym_noinline] = ACTIONS(4605), - [anon_sym_crossinline] = ACTIONS(4605), - [anon_sym_expect] = ACTIONS(4605), - [anon_sym_actual] = ACTIONS(4605), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4607), - [anon_sym_continue_AT] = ACTIONS(4607), - [anon_sym_break_AT] = ACTIONS(4607), - [sym_real_literal] = ACTIONS(4607), - [sym_integer_literal] = ACTIONS(4605), - [sym_hex_literal] = ACTIONS(4607), - [sym_bin_literal] = ACTIONS(4607), - [anon_sym_true] = ACTIONS(4605), - [anon_sym_false] = ACTIONS(4605), - [anon_sym_SQUOTE] = ACTIONS(4607), - [sym__backtick_identifier] = ACTIONS(4607), - [sym__automatic_semicolon] = ACTIONS(4607), - [sym_safe_nav] = ACTIONS(4607), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4607), + [966] = { + [sym_class_body] = STATE(1139), + [sym__alpha_identifier] = ACTIONS(3196), + [anon_sym_AT] = ACTIONS(3200), + [anon_sym_LBRACK] = ACTIONS(3200), + [anon_sym_as] = ACTIONS(3196), + [anon_sym_EQ] = ACTIONS(3196), + [anon_sym_LBRACE] = ACTIONS(3180), + [anon_sym_RBRACE] = ACTIONS(3200), + [anon_sym_LPAREN] = ACTIONS(3200), + [anon_sym_COMMA] = ACTIONS(3200), + [anon_sym_LT] = ACTIONS(3196), + [anon_sym_GT] = ACTIONS(3196), + [anon_sym_where] = ACTIONS(3196), + [anon_sym_object] = ACTIONS(3196), + [anon_sym_fun] = ACTIONS(3196), + [anon_sym_DOT] = ACTIONS(3196), + [anon_sym_SEMI] = ACTIONS(3200), + [anon_sym_get] = ACTIONS(3196), + [anon_sym_set] = ACTIONS(3196), + [anon_sym_this] = ACTIONS(3196), + [anon_sym_super] = ACTIONS(3196), + [anon_sym_STAR] = ACTIONS(3196), + [sym_label] = ACTIONS(3196), + [anon_sym_in] = ACTIONS(3196), + [anon_sym_DOT_DOT] = ACTIONS(3200), + [anon_sym_QMARK_COLON] = ACTIONS(3200), + [anon_sym_AMP_AMP] = ACTIONS(3200), + [anon_sym_PIPE_PIPE] = ACTIONS(3200), + [anon_sym_null] = ACTIONS(3196), + [anon_sym_if] = ACTIONS(3196), + [anon_sym_else] = ACTIONS(3196), + [anon_sym_when] = ACTIONS(3196), + [anon_sym_try] = ACTIONS(3196), + [anon_sym_throw] = ACTIONS(3196), + [anon_sym_return] = ACTIONS(3196), + [anon_sym_continue] = ACTIONS(3196), + [anon_sym_break] = ACTIONS(3196), + [anon_sym_COLON_COLON] = ACTIONS(3200), + [anon_sym_PLUS_EQ] = ACTIONS(3200), + [anon_sym_DASH_EQ] = ACTIONS(3200), + [anon_sym_STAR_EQ] = ACTIONS(3200), + [anon_sym_SLASH_EQ] = ACTIONS(3200), + [anon_sym_PERCENT_EQ] = ACTIONS(3200), + [anon_sym_BANG_EQ] = ACTIONS(3196), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3200), + [anon_sym_EQ_EQ] = ACTIONS(3196), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3200), + [anon_sym_LT_EQ] = ACTIONS(3200), + [anon_sym_GT_EQ] = ACTIONS(3200), + [anon_sym_BANGin] = ACTIONS(3200), + [anon_sym_is] = ACTIONS(3196), + [anon_sym_BANGis] = ACTIONS(3200), + [anon_sym_PLUS] = ACTIONS(3196), + [anon_sym_DASH] = ACTIONS(3196), + [anon_sym_SLASH] = ACTIONS(3196), + [anon_sym_PERCENT] = ACTIONS(3196), + [anon_sym_as_QMARK] = ACTIONS(3200), + [anon_sym_PLUS_PLUS] = ACTIONS(3200), + [anon_sym_DASH_DASH] = ACTIONS(3200), + [anon_sym_BANG] = ACTIONS(3196), + [anon_sym_BANG_BANG] = ACTIONS(3200), + [anon_sym_suspend] = ACTIONS(3196), + [anon_sym_sealed] = ACTIONS(3196), + [anon_sym_annotation] = ACTIONS(3196), + [anon_sym_data] = ACTIONS(3196), + [anon_sym_inner] = ACTIONS(3196), + [anon_sym_override] = ACTIONS(3196), + [anon_sym_lateinit] = ACTIONS(3196), + [anon_sym_public] = ACTIONS(3196), + [anon_sym_private] = ACTIONS(3196), + [anon_sym_internal] = ACTIONS(3196), + [anon_sym_protected] = ACTIONS(3196), + [anon_sym_tailrec] = ACTIONS(3196), + [anon_sym_operator] = ACTIONS(3196), + [anon_sym_infix] = ACTIONS(3196), + [anon_sym_inline] = ACTIONS(3196), + [anon_sym_external] = ACTIONS(3196), + [sym_property_modifier] = ACTIONS(3196), + [anon_sym_abstract] = ACTIONS(3196), + [anon_sym_final] = ACTIONS(3196), + [anon_sym_open] = ACTIONS(3196), + [anon_sym_vararg] = ACTIONS(3196), + [anon_sym_noinline] = ACTIONS(3196), + [anon_sym_crossinline] = ACTIONS(3196), + [anon_sym_expect] = ACTIONS(3196), + [anon_sym_actual] = ACTIONS(3196), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3200), + [anon_sym_continue_AT] = ACTIONS(3200), + [anon_sym_break_AT] = ACTIONS(3200), + [sym_real_literal] = ACTIONS(3200), + [sym_integer_literal] = ACTIONS(3196), + [sym_hex_literal] = ACTIONS(3200), + [sym_bin_literal] = ACTIONS(3200), + [anon_sym_true] = ACTIONS(3196), + [anon_sym_false] = ACTIONS(3196), + [anon_sym_SQUOTE] = ACTIONS(3200), + [sym__backtick_identifier] = ACTIONS(3200), + [sym__automatic_semicolon] = ACTIONS(3200), + [sym_safe_nav] = ACTIONS(3200), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3200), }, - [978] = { - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(1814), - [sym__comparison_operator] = STATE(1815), - [sym__in_operator] = STATE(1817), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(1818), - [sym__multiplicative_operator] = STATE(1819), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_annotation] = STATE(7845), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1821), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [sym__alpha_identifier] = ACTIONS(1686), + [967] = { + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(1631), + [sym__comparison_operator] = STATE(2054), + [sym__in_operator] = STATE(1615), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(1616), + [sym__multiplicative_operator] = STATE(1617), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_annotation] = STATE(7893), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1618), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), + [sym__alpha_identifier] = ACTIONS(3022), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_RBRACK] = ACTIONS(3074), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_EQ] = ACTIONS(3072), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(3074), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_COMMA] = ACTIONS(3074), - [anon_sym_RPAREN] = ACTIONS(3074), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3380), - [anon_sym_where] = ACTIONS(3072), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(3074), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(3390), - [anon_sym_DASH_GT] = ACTIONS(3074), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(3394), - [anon_sym_while] = ACTIONS(3072), - [anon_sym_DOT_DOT] = ACTIONS(3396), - [anon_sym_QMARK_COLON] = ACTIONS(3398), - [anon_sym_AMP_AMP] = ACTIONS(3400), - [anon_sym_PIPE_PIPE] = ACTIONS(3402), - [anon_sym_else] = ACTIONS(3072), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_PLUS_EQ] = ACTIONS(3074), - [anon_sym_DASH_EQ] = ACTIONS(3074), - [anon_sym_STAR_EQ] = ACTIONS(3074), - [anon_sym_SLASH_EQ] = ACTIONS(3074), - [anon_sym_PERCENT_EQ] = ACTIONS(3074), - [anon_sym_BANG_EQ] = ACTIONS(3406), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3408), - [anon_sym_EQ_EQ] = ACTIONS(3406), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3408), - [anon_sym_LT_EQ] = ACTIONS(3410), - [anon_sym_GT_EQ] = ACTIONS(3410), - [anon_sym_BANGin] = ACTIONS(3412), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), - [anon_sym_PLUS] = ACTIONS(3418), - [anon_sym_DASH] = ACTIONS(3418), - [anon_sym_SLASH] = ACTIONS(3390), - [anon_sym_PERCENT] = ACTIONS(3390), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), - [anon_sym_suspend] = ACTIONS(3072), - [anon_sym_sealed] = ACTIONS(3072), - [anon_sym_annotation] = ACTIONS(3072), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3072), - [anon_sym_lateinit] = ACTIONS(3072), - [anon_sym_public] = ACTIONS(3072), - [anon_sym_private] = ACTIONS(3072), - [anon_sym_internal] = ACTIONS(3072), - [anon_sym_protected] = ACTIONS(3072), - [anon_sym_tailrec] = ACTIONS(3072), - [anon_sym_operator] = ACTIONS(3072), - [anon_sym_infix] = ACTIONS(3072), - [anon_sym_inline] = ACTIONS(3072), - [anon_sym_external] = ACTIONS(3072), - [sym_property_modifier] = ACTIONS(3072), - [anon_sym_abstract] = ACTIONS(3072), - [anon_sym_final] = ACTIONS(3072), - [anon_sym_open] = ACTIONS(3072), - [anon_sym_vararg] = ACTIONS(3072), - [anon_sym_noinline] = ACTIONS(3072), - [anon_sym_crossinline] = ACTIONS(3072), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_RBRACK] = ACTIONS(3024), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_EQ] = ACTIONS(3022), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(3024), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_COMMA] = ACTIONS(3024), + [anon_sym_RPAREN] = ACTIONS(3024), + [anon_sym_LT] = ACTIONS(3026), + [anon_sym_GT] = ACTIONS(3022), + [anon_sym_where] = ACTIONS(3022), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3024), + [anon_sym_get] = ACTIONS(3022), + [anon_sym_set] = ACTIONS(3022), + [anon_sym_STAR] = ACTIONS(3406), + [anon_sym_DASH_GT] = ACTIONS(3024), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(3022), + [anon_sym_while] = ACTIONS(3022), + [anon_sym_DOT_DOT] = ACTIONS(3024), + [anon_sym_QMARK_COLON] = ACTIONS(3024), + [anon_sym_AMP_AMP] = ACTIONS(3024), + [anon_sym_PIPE_PIPE] = ACTIONS(3024), + [anon_sym_else] = ACTIONS(3022), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_PLUS_EQ] = ACTIONS(3024), + [anon_sym_DASH_EQ] = ACTIONS(3024), + [anon_sym_STAR_EQ] = ACTIONS(3024), + [anon_sym_SLASH_EQ] = ACTIONS(3024), + [anon_sym_PERCENT_EQ] = ACTIONS(3024), + [anon_sym_BANG_EQ] = ACTIONS(3022), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3024), + [anon_sym_EQ_EQ] = ACTIONS(3022), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3024), + [anon_sym_LT_EQ] = ACTIONS(3024), + [anon_sym_GT_EQ] = ACTIONS(3024), + [anon_sym_BANGin] = ACTIONS(3024), + [anon_sym_is] = ACTIONS(3022), + [anon_sym_BANGis] = ACTIONS(3024), + [anon_sym_PLUS] = ACTIONS(3022), + [anon_sym_DASH] = ACTIONS(3022), + [anon_sym_SLASH] = ACTIONS(3406), + [anon_sym_PERCENT] = ACTIONS(3406), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), + [anon_sym_suspend] = ACTIONS(3022), + [anon_sym_sealed] = ACTIONS(3022), + [anon_sym_annotation] = ACTIONS(3022), + [anon_sym_data] = ACTIONS(3022), + [anon_sym_inner] = ACTIONS(3022), + [anon_sym_override] = ACTIONS(3022), + [anon_sym_lateinit] = ACTIONS(3022), + [anon_sym_public] = ACTIONS(3022), + [anon_sym_private] = ACTIONS(3022), + [anon_sym_internal] = ACTIONS(3022), + [anon_sym_protected] = ACTIONS(3022), + [anon_sym_tailrec] = ACTIONS(3022), + [anon_sym_operator] = ACTIONS(3022), + [anon_sym_infix] = ACTIONS(3022), + [anon_sym_inline] = ACTIONS(3022), + [anon_sym_external] = ACTIONS(3022), + [sym_property_modifier] = ACTIONS(3022), + [anon_sym_abstract] = ACTIONS(3022), + [anon_sym_final] = ACTIONS(3022), + [anon_sym_open] = ACTIONS(3022), + [anon_sym_vararg] = ACTIONS(3022), + [anon_sym_noinline] = ACTIONS(3022), + [anon_sym_crossinline] = ACTIONS(3022), + [anon_sym_expect] = ACTIONS(3022), + [anon_sym_actual] = ACTIONS(3022), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3024), + [sym_safe_nav] = ACTIONS(3420), [sym_multiline_comment] = ACTIONS(3), }, - [979] = { - [sym__alpha_identifier] = ACTIONS(4609), - [anon_sym_AT] = ACTIONS(4611), - [anon_sym_LBRACK] = ACTIONS(4611), - [anon_sym_as] = ACTIONS(4609), - [anon_sym_EQ] = ACTIONS(4609), - [anon_sym_LBRACE] = ACTIONS(4611), - [anon_sym_RBRACE] = ACTIONS(4611), - [anon_sym_LPAREN] = ACTIONS(4611), - [anon_sym_COMMA] = ACTIONS(4611), - [anon_sym_LT] = ACTIONS(4609), - [anon_sym_GT] = ACTIONS(4609), - [anon_sym_where] = ACTIONS(4609), - [anon_sym_object] = ACTIONS(4609), - [anon_sym_fun] = ACTIONS(4609), - [anon_sym_DOT] = ACTIONS(4609), - [anon_sym_SEMI] = ACTIONS(4611), - [anon_sym_get] = ACTIONS(4609), - [anon_sym_set] = ACTIONS(4609), - [anon_sym_this] = ACTIONS(4609), - [anon_sym_super] = ACTIONS(4609), - [anon_sym_STAR] = ACTIONS(4609), - [sym_label] = ACTIONS(4609), - [anon_sym_in] = ACTIONS(4609), - [anon_sym_DOT_DOT] = ACTIONS(4611), - [anon_sym_QMARK_COLON] = ACTIONS(4611), - [anon_sym_AMP_AMP] = ACTIONS(4611), - [anon_sym_PIPE_PIPE] = ACTIONS(4611), - [anon_sym_null] = ACTIONS(4609), - [anon_sym_if] = ACTIONS(4609), - [anon_sym_else] = ACTIONS(4609), - [anon_sym_when] = ACTIONS(4609), - [anon_sym_try] = ACTIONS(4609), - [anon_sym_throw] = ACTIONS(4609), - [anon_sym_return] = ACTIONS(4609), - [anon_sym_continue] = ACTIONS(4609), - [anon_sym_break] = ACTIONS(4609), - [anon_sym_COLON_COLON] = ACTIONS(4611), - [anon_sym_PLUS_EQ] = ACTIONS(4611), - [anon_sym_DASH_EQ] = ACTIONS(4611), - [anon_sym_STAR_EQ] = ACTIONS(4611), - [anon_sym_SLASH_EQ] = ACTIONS(4611), - [anon_sym_PERCENT_EQ] = ACTIONS(4611), - [anon_sym_BANG_EQ] = ACTIONS(4609), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4611), - [anon_sym_EQ_EQ] = ACTIONS(4609), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4611), - [anon_sym_LT_EQ] = ACTIONS(4611), - [anon_sym_GT_EQ] = ACTIONS(4611), - [anon_sym_BANGin] = ACTIONS(4611), - [anon_sym_is] = ACTIONS(4609), - [anon_sym_BANGis] = ACTIONS(4611), - [anon_sym_PLUS] = ACTIONS(4609), - [anon_sym_DASH] = ACTIONS(4609), - [anon_sym_SLASH] = ACTIONS(4609), - [anon_sym_PERCENT] = ACTIONS(4609), - [anon_sym_as_QMARK] = ACTIONS(4611), - [anon_sym_PLUS_PLUS] = ACTIONS(4611), - [anon_sym_DASH_DASH] = ACTIONS(4611), - [anon_sym_BANG] = ACTIONS(4609), - [anon_sym_BANG_BANG] = ACTIONS(4611), - [anon_sym_suspend] = ACTIONS(4609), - [anon_sym_sealed] = ACTIONS(4609), - [anon_sym_annotation] = ACTIONS(4609), - [anon_sym_data] = ACTIONS(4609), - [anon_sym_inner] = ACTIONS(4609), - [anon_sym_override] = ACTIONS(4609), - [anon_sym_lateinit] = ACTIONS(4609), - [anon_sym_public] = ACTIONS(4609), - [anon_sym_private] = ACTIONS(4609), - [anon_sym_internal] = ACTIONS(4609), - [anon_sym_protected] = ACTIONS(4609), - [anon_sym_tailrec] = ACTIONS(4609), - [anon_sym_operator] = ACTIONS(4609), - [anon_sym_infix] = ACTIONS(4609), - [anon_sym_inline] = ACTIONS(4609), - [anon_sym_external] = ACTIONS(4609), - [sym_property_modifier] = ACTIONS(4609), - [anon_sym_abstract] = ACTIONS(4609), - [anon_sym_final] = ACTIONS(4609), - [anon_sym_open] = ACTIONS(4609), - [anon_sym_vararg] = ACTIONS(4609), - [anon_sym_noinline] = ACTIONS(4609), - [anon_sym_crossinline] = ACTIONS(4609), - [anon_sym_expect] = ACTIONS(4609), - [anon_sym_actual] = ACTIONS(4609), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4611), - [anon_sym_continue_AT] = ACTIONS(4611), - [anon_sym_break_AT] = ACTIONS(4611), - [sym_real_literal] = ACTIONS(4611), - [sym_integer_literal] = ACTIONS(4609), - [sym_hex_literal] = ACTIONS(4611), - [sym_bin_literal] = ACTIONS(4611), - [anon_sym_L] = ACTIONS(4613), - [anon_sym_true] = ACTIONS(4609), - [anon_sym_false] = ACTIONS(4609), - [anon_sym_SQUOTE] = ACTIONS(4611), - [sym__backtick_identifier] = ACTIONS(4611), - [sym__automatic_semicolon] = ACTIONS(4611), - [sym_safe_nav] = ACTIONS(4611), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4611), - }, - [980] = { - [sym__alpha_identifier] = ACTIONS(4615), - [anon_sym_AT] = ACTIONS(4617), - [anon_sym_COLON] = ACTIONS(4615), - [anon_sym_LBRACK] = ACTIONS(4617), - [anon_sym_as] = ACTIONS(4615), - [anon_sym_EQ] = ACTIONS(4615), - [anon_sym_LBRACE] = ACTIONS(4617), - [anon_sym_RBRACE] = ACTIONS(4617), - [anon_sym_LPAREN] = ACTIONS(4617), - [anon_sym_COMMA] = ACTIONS(4617), - [anon_sym_LT] = ACTIONS(4615), - [anon_sym_GT] = ACTIONS(4615), - [anon_sym_where] = ACTIONS(4615), - [anon_sym_object] = ACTIONS(4615), - [anon_sym_fun] = ACTIONS(4615), - [anon_sym_DOT] = ACTIONS(4615), - [anon_sym_SEMI] = ACTIONS(4617), - [anon_sym_get] = ACTIONS(4615), - [anon_sym_set] = ACTIONS(4615), - [anon_sym_this] = ACTIONS(4615), - [anon_sym_super] = ACTIONS(4615), - [anon_sym_STAR] = ACTIONS(4615), - [sym_label] = ACTIONS(4615), - [anon_sym_in] = ACTIONS(4615), - [anon_sym_DOT_DOT] = ACTIONS(4617), - [anon_sym_QMARK_COLON] = ACTIONS(4617), - [anon_sym_AMP_AMP] = ACTIONS(4617), - [anon_sym_PIPE_PIPE] = ACTIONS(4617), - [anon_sym_null] = ACTIONS(4615), - [anon_sym_if] = ACTIONS(4615), - [anon_sym_else] = ACTIONS(4615), - [anon_sym_when] = ACTIONS(4615), - [anon_sym_try] = ACTIONS(4615), - [anon_sym_throw] = ACTIONS(4615), - [anon_sym_return] = ACTIONS(4615), - [anon_sym_continue] = ACTIONS(4615), - [anon_sym_break] = ACTIONS(4615), - [anon_sym_COLON_COLON] = ACTIONS(4617), - [anon_sym_PLUS_EQ] = ACTIONS(4617), - [anon_sym_DASH_EQ] = ACTIONS(4617), - [anon_sym_STAR_EQ] = ACTIONS(4617), - [anon_sym_SLASH_EQ] = ACTIONS(4617), - [anon_sym_PERCENT_EQ] = ACTIONS(4617), - [anon_sym_BANG_EQ] = ACTIONS(4615), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4617), - [anon_sym_EQ_EQ] = ACTIONS(4615), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4617), - [anon_sym_LT_EQ] = ACTIONS(4617), - [anon_sym_GT_EQ] = ACTIONS(4617), - [anon_sym_BANGin] = ACTIONS(4617), - [anon_sym_is] = ACTIONS(4615), - [anon_sym_BANGis] = ACTIONS(4617), - [anon_sym_PLUS] = ACTIONS(4615), - [anon_sym_DASH] = ACTIONS(4615), - [anon_sym_SLASH] = ACTIONS(4615), - [anon_sym_PERCENT] = ACTIONS(4615), - [anon_sym_as_QMARK] = ACTIONS(4617), - [anon_sym_PLUS_PLUS] = ACTIONS(4617), - [anon_sym_DASH_DASH] = ACTIONS(4617), - [anon_sym_BANG] = ACTIONS(4615), - [anon_sym_BANG_BANG] = ACTIONS(4617), - [anon_sym_suspend] = ACTIONS(4615), - [anon_sym_sealed] = ACTIONS(4615), - [anon_sym_annotation] = ACTIONS(4615), - [anon_sym_data] = ACTIONS(4615), - [anon_sym_inner] = ACTIONS(4615), - [anon_sym_override] = ACTIONS(4615), - [anon_sym_lateinit] = ACTIONS(4615), - [anon_sym_public] = ACTIONS(4615), - [anon_sym_private] = ACTIONS(4615), - [anon_sym_internal] = ACTIONS(4615), - [anon_sym_protected] = ACTIONS(4615), - [anon_sym_tailrec] = ACTIONS(4615), - [anon_sym_operator] = ACTIONS(4615), - [anon_sym_infix] = ACTIONS(4615), - [anon_sym_inline] = ACTIONS(4615), - [anon_sym_external] = ACTIONS(4615), - [sym_property_modifier] = ACTIONS(4615), - [anon_sym_abstract] = ACTIONS(4615), - [anon_sym_final] = ACTIONS(4615), - [anon_sym_open] = ACTIONS(4615), - [anon_sym_vararg] = ACTIONS(4615), - [anon_sym_noinline] = ACTIONS(4615), - [anon_sym_crossinline] = ACTIONS(4615), - [anon_sym_expect] = ACTIONS(4615), - [anon_sym_actual] = ACTIONS(4615), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4617), - [anon_sym_continue_AT] = ACTIONS(4617), - [anon_sym_break_AT] = ACTIONS(4617), - [sym_real_literal] = ACTIONS(4617), - [sym_integer_literal] = ACTIONS(4615), - [sym_hex_literal] = ACTIONS(4617), - [sym_bin_literal] = ACTIONS(4617), - [anon_sym_true] = ACTIONS(4615), - [anon_sym_false] = ACTIONS(4615), - [anon_sym_SQUOTE] = ACTIONS(4617), - [sym__backtick_identifier] = ACTIONS(4617), - [sym__automatic_semicolon] = ACTIONS(4617), - [sym_safe_nav] = ACTIONS(4617), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4617), - }, - [981] = { - [sym__alpha_identifier] = ACTIONS(4619), - [anon_sym_AT] = ACTIONS(4621), - [anon_sym_LBRACK] = ACTIONS(4621), - [anon_sym_as] = ACTIONS(4619), - [anon_sym_EQ] = ACTIONS(4619), - [anon_sym_LBRACE] = ACTIONS(4621), - [anon_sym_RBRACE] = ACTIONS(4621), - [anon_sym_LPAREN] = ACTIONS(4621), - [anon_sym_COMMA] = ACTIONS(4621), - [anon_sym_by] = ACTIONS(4619), - [anon_sym_LT] = ACTIONS(4619), - [anon_sym_GT] = ACTIONS(4619), - [anon_sym_where] = ACTIONS(4619), - [anon_sym_object] = ACTIONS(4619), - [anon_sym_fun] = ACTIONS(4619), - [anon_sym_DOT] = ACTIONS(4619), - [anon_sym_SEMI] = ACTIONS(4621), - [anon_sym_get] = ACTIONS(4619), - [anon_sym_set] = ACTIONS(4619), - [anon_sym_this] = ACTIONS(4619), - [anon_sym_super] = ACTIONS(4619), - [anon_sym_STAR] = ACTIONS(4619), - [sym_label] = ACTIONS(4619), - [anon_sym_in] = ACTIONS(4619), - [anon_sym_DOT_DOT] = ACTIONS(4621), - [anon_sym_QMARK_COLON] = ACTIONS(4621), - [anon_sym_AMP_AMP] = ACTIONS(4621), - [anon_sym_PIPE_PIPE] = ACTIONS(4621), - [anon_sym_null] = ACTIONS(4619), - [anon_sym_if] = ACTIONS(4619), - [anon_sym_else] = ACTIONS(4619), - [anon_sym_when] = ACTIONS(4619), - [anon_sym_try] = ACTIONS(4619), - [anon_sym_throw] = ACTIONS(4619), - [anon_sym_return] = ACTIONS(4619), - [anon_sym_continue] = ACTIONS(4619), - [anon_sym_break] = ACTIONS(4619), - [anon_sym_COLON_COLON] = ACTIONS(4621), - [anon_sym_PLUS_EQ] = ACTIONS(4621), - [anon_sym_DASH_EQ] = ACTIONS(4621), - [anon_sym_STAR_EQ] = ACTIONS(4621), - [anon_sym_SLASH_EQ] = ACTIONS(4621), - [anon_sym_PERCENT_EQ] = ACTIONS(4621), - [anon_sym_BANG_EQ] = ACTIONS(4619), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4621), - [anon_sym_EQ_EQ] = ACTIONS(4619), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4621), - [anon_sym_LT_EQ] = ACTIONS(4621), - [anon_sym_GT_EQ] = ACTIONS(4621), - [anon_sym_BANGin] = ACTIONS(4621), - [anon_sym_is] = ACTIONS(4619), - [anon_sym_BANGis] = ACTIONS(4621), - [anon_sym_PLUS] = ACTIONS(4619), - [anon_sym_DASH] = ACTIONS(4619), - [anon_sym_SLASH] = ACTIONS(4619), - [anon_sym_PERCENT] = ACTIONS(4619), - [anon_sym_as_QMARK] = ACTIONS(4621), - [anon_sym_PLUS_PLUS] = ACTIONS(4621), - [anon_sym_DASH_DASH] = ACTIONS(4621), - [anon_sym_BANG] = ACTIONS(4619), - [anon_sym_BANG_BANG] = ACTIONS(4621), - [anon_sym_suspend] = ACTIONS(4619), - [anon_sym_sealed] = ACTIONS(4619), - [anon_sym_annotation] = ACTIONS(4619), - [anon_sym_data] = ACTIONS(4619), - [anon_sym_inner] = ACTIONS(4619), - [anon_sym_override] = ACTIONS(4619), - [anon_sym_lateinit] = ACTIONS(4619), - [anon_sym_public] = ACTIONS(4619), - [anon_sym_private] = ACTIONS(4619), - [anon_sym_internal] = ACTIONS(4619), - [anon_sym_protected] = ACTIONS(4619), - [anon_sym_tailrec] = ACTIONS(4619), - [anon_sym_operator] = ACTIONS(4619), - [anon_sym_infix] = ACTIONS(4619), - [anon_sym_inline] = ACTIONS(4619), - [anon_sym_external] = ACTIONS(4619), - [sym_property_modifier] = ACTIONS(4619), - [anon_sym_abstract] = ACTIONS(4619), - [anon_sym_final] = ACTIONS(4619), - [anon_sym_open] = ACTIONS(4619), - [anon_sym_vararg] = ACTIONS(4619), - [anon_sym_noinline] = ACTIONS(4619), - [anon_sym_crossinline] = ACTIONS(4619), - [anon_sym_expect] = ACTIONS(4619), - [anon_sym_actual] = ACTIONS(4619), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4621), - [anon_sym_continue_AT] = ACTIONS(4621), - [anon_sym_break_AT] = ACTIONS(4621), - [sym_real_literal] = ACTIONS(4621), - [sym_integer_literal] = ACTIONS(4619), - [sym_hex_literal] = ACTIONS(4621), - [sym_bin_literal] = ACTIONS(4621), - [anon_sym_true] = ACTIONS(4619), - [anon_sym_false] = ACTIONS(4619), - [anon_sym_SQUOTE] = ACTIONS(4621), - [sym__backtick_identifier] = ACTIONS(4621), - [sym__automatic_semicolon] = ACTIONS(4621), - [sym_safe_nav] = ACTIONS(4621), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4621), + [968] = { + [sym__alpha_identifier] = ACTIONS(4603), + [anon_sym_AT] = ACTIONS(4605), + [anon_sym_LBRACK] = ACTIONS(4605), + [anon_sym_as] = ACTIONS(4603), + [anon_sym_EQ] = ACTIONS(4603), + [anon_sym_LBRACE] = ACTIONS(4605), + [anon_sym_RBRACE] = ACTIONS(4605), + [anon_sym_LPAREN] = ACTIONS(4605), + [anon_sym_COMMA] = ACTIONS(4605), + [anon_sym_by] = ACTIONS(4603), + [anon_sym_LT] = ACTIONS(4603), + [anon_sym_GT] = ACTIONS(4603), + [anon_sym_where] = ACTIONS(4603), + [anon_sym_object] = ACTIONS(4603), + [anon_sym_fun] = ACTIONS(4603), + [anon_sym_DOT] = ACTIONS(4603), + [anon_sym_SEMI] = ACTIONS(4605), + [anon_sym_get] = ACTIONS(4603), + [anon_sym_set] = ACTIONS(4603), + [anon_sym_this] = ACTIONS(4603), + [anon_sym_super] = ACTIONS(4603), + [anon_sym_STAR] = ACTIONS(4603), + [sym_label] = ACTIONS(4603), + [anon_sym_in] = ACTIONS(4603), + [anon_sym_DOT_DOT] = ACTIONS(4605), + [anon_sym_QMARK_COLON] = ACTIONS(4605), + [anon_sym_AMP_AMP] = ACTIONS(4605), + [anon_sym_PIPE_PIPE] = ACTIONS(4605), + [anon_sym_null] = ACTIONS(4603), + [anon_sym_if] = ACTIONS(4603), + [anon_sym_else] = ACTIONS(4603), + [anon_sym_when] = ACTIONS(4603), + [anon_sym_try] = ACTIONS(4603), + [anon_sym_throw] = ACTIONS(4603), + [anon_sym_return] = ACTIONS(4603), + [anon_sym_continue] = ACTIONS(4603), + [anon_sym_break] = ACTIONS(4603), + [anon_sym_COLON_COLON] = ACTIONS(4605), + [anon_sym_PLUS_EQ] = ACTIONS(4605), + [anon_sym_DASH_EQ] = ACTIONS(4605), + [anon_sym_STAR_EQ] = ACTIONS(4605), + [anon_sym_SLASH_EQ] = ACTIONS(4605), + [anon_sym_PERCENT_EQ] = ACTIONS(4605), + [anon_sym_BANG_EQ] = ACTIONS(4603), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4605), + [anon_sym_EQ_EQ] = ACTIONS(4603), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4605), + [anon_sym_LT_EQ] = ACTIONS(4605), + [anon_sym_GT_EQ] = ACTIONS(4605), + [anon_sym_BANGin] = ACTIONS(4605), + [anon_sym_is] = ACTIONS(4603), + [anon_sym_BANGis] = ACTIONS(4605), + [anon_sym_PLUS] = ACTIONS(4603), + [anon_sym_DASH] = ACTIONS(4603), + [anon_sym_SLASH] = ACTIONS(4603), + [anon_sym_PERCENT] = ACTIONS(4603), + [anon_sym_as_QMARK] = ACTIONS(4605), + [anon_sym_PLUS_PLUS] = ACTIONS(4605), + [anon_sym_DASH_DASH] = ACTIONS(4605), + [anon_sym_BANG] = ACTIONS(4603), + [anon_sym_BANG_BANG] = ACTIONS(4605), + [anon_sym_suspend] = ACTIONS(4603), + [anon_sym_sealed] = ACTIONS(4603), + [anon_sym_annotation] = ACTIONS(4603), + [anon_sym_data] = ACTIONS(4603), + [anon_sym_inner] = ACTIONS(4603), + [anon_sym_override] = ACTIONS(4603), + [anon_sym_lateinit] = ACTIONS(4603), + [anon_sym_public] = ACTIONS(4603), + [anon_sym_private] = ACTIONS(4603), + [anon_sym_internal] = ACTIONS(4603), + [anon_sym_protected] = ACTIONS(4603), + [anon_sym_tailrec] = ACTIONS(4603), + [anon_sym_operator] = ACTIONS(4603), + [anon_sym_infix] = ACTIONS(4603), + [anon_sym_inline] = ACTIONS(4603), + [anon_sym_external] = ACTIONS(4603), + [sym_property_modifier] = ACTIONS(4603), + [anon_sym_abstract] = ACTIONS(4603), + [anon_sym_final] = ACTIONS(4603), + [anon_sym_open] = ACTIONS(4603), + [anon_sym_vararg] = ACTIONS(4603), + [anon_sym_noinline] = ACTIONS(4603), + [anon_sym_crossinline] = ACTIONS(4603), + [anon_sym_expect] = ACTIONS(4603), + [anon_sym_actual] = ACTIONS(4603), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4605), + [anon_sym_continue_AT] = ACTIONS(4605), + [anon_sym_break_AT] = ACTIONS(4605), + [sym_real_literal] = ACTIONS(4605), + [sym_integer_literal] = ACTIONS(4603), + [sym_hex_literal] = ACTIONS(4605), + [sym_bin_literal] = ACTIONS(4605), + [anon_sym_true] = ACTIONS(4603), + [anon_sym_false] = ACTIONS(4603), + [anon_sym_SQUOTE] = ACTIONS(4605), + [sym__backtick_identifier] = ACTIONS(4605), + [sym__automatic_semicolon] = ACTIONS(4605), + [sym_safe_nav] = ACTIONS(4605), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4605), }, - [982] = { - [sym_indexing_suffix] = STATE(3339), - [sym_navigation_suffix] = STATE(3435), - [sym_call_suffix] = STATE(3432), - [sym_annotated_lambda] = STATE(3429), - [sym_type_arguments] = STATE(7512), - [sym_value_arguments] = STATE(2735), - [sym_lambda_literal] = STATE(3427), - [sym__equality_operator] = STATE(1957), - [sym__comparison_operator] = STATE(1958), - [sym__in_operator] = STATE(1962), - [sym__is_operator] = STATE(6217), - [sym__additive_operator] = STATE(1966), - [sym__multiplicative_operator] = STATE(1975), - [sym__as_operator] = STATE(6214), - [sym__postfix_unary_operator] = STATE(3426), - [sym__member_access_operator] = STATE(7360), - [sym_annotation] = STATE(7846), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1976), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7846), + [969] = { + [sym_indexing_suffix] = STATE(3424), + [sym_navigation_suffix] = STATE(3423), + [sym_call_suffix] = STATE(3420), + [sym_annotated_lambda] = STATE(3419), + [sym_type_arguments] = STATE(7492), + [sym_value_arguments] = STATE(2731), + [sym_lambda_literal] = STATE(3415), + [sym__equality_operator] = STATE(1651), + [sym__comparison_operator] = STATE(1652), + [sym__in_operator] = STATE(1654), + [sym__is_operator] = STATE(6160), + [sym__additive_operator] = STATE(1655), + [sym__multiplicative_operator] = STATE(1656), + [sym__as_operator] = STATE(6161), + [sym__postfix_unary_operator] = STATE(3414), + [sym__member_access_operator] = STATE(7370), + [sym_annotation] = STATE(7887), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1657), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7887), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(4523), - [anon_sym_as] = ACTIONS(4525), - [anon_sym_EQ] = ACTIONS(3019), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_RBRACE] = ACTIONS(3021), - [anon_sym_LPAREN] = ACTIONS(4527), - [anon_sym_COMMA] = ACTIONS(3021), + [anon_sym_LBRACK] = ACTIONS(4543), + [anon_sym_as] = ACTIONS(4545), + [anon_sym_EQ] = ACTIONS(3082), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_RBRACE] = ACTIONS(3084), + [anon_sym_LPAREN] = ACTIONS(4547), + [anon_sym_COMMA] = ACTIONS(3084), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(4529), - [anon_sym_where] = ACTIONS(3019), - [anon_sym_object] = ACTIONS(3019), - [anon_sym_fun] = ACTIONS(3019), - [anon_sym_DOT] = ACTIONS(4531), - [anon_sym_SEMI] = ACTIONS(3021), + [anon_sym_GT] = ACTIONS(4549), + [anon_sym_where] = ACTIONS(3082), + [anon_sym_object] = ACTIONS(3082), + [anon_sym_fun] = ACTIONS(3082), + [anon_sym_DOT] = ACTIONS(4551), + [anon_sym_SEMI] = ACTIONS(3084), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(3019), - [anon_sym_super] = ACTIONS(3019), - [anon_sym_STAR] = ACTIONS(4533), - [sym_label] = ACTIONS(4535), - [anon_sym_in] = ACTIONS(4537), - [anon_sym_DOT_DOT] = ACTIONS(4539), - [anon_sym_QMARK_COLON] = ACTIONS(4541), - [anon_sym_AMP_AMP] = ACTIONS(4543), - [anon_sym_PIPE_PIPE] = ACTIONS(4545), - [anon_sym_null] = ACTIONS(3019), - [anon_sym_if] = ACTIONS(3019), - [anon_sym_else] = ACTIONS(3019), - [anon_sym_when] = ACTIONS(3019), - [anon_sym_try] = ACTIONS(3019), - [anon_sym_throw] = ACTIONS(3019), - [anon_sym_return] = ACTIONS(3019), - [anon_sym_continue] = ACTIONS(3019), - [anon_sym_break] = ACTIONS(3019), - [anon_sym_COLON_COLON] = ACTIONS(4547), - [anon_sym_PLUS_EQ] = ACTIONS(3021), - [anon_sym_DASH_EQ] = ACTIONS(3021), - [anon_sym_STAR_EQ] = ACTIONS(3021), - [anon_sym_SLASH_EQ] = ACTIONS(3021), - [anon_sym_PERCENT_EQ] = ACTIONS(3021), - [anon_sym_BANG_EQ] = ACTIONS(4549), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4551), - [anon_sym_EQ_EQ] = ACTIONS(4549), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4551), - [anon_sym_LT_EQ] = ACTIONS(4553), - [anon_sym_GT_EQ] = ACTIONS(4553), - [anon_sym_BANGin] = ACTIONS(4555), - [anon_sym_is] = ACTIONS(4557), - [anon_sym_BANGis] = ACTIONS(4559), - [anon_sym_PLUS] = ACTIONS(4561), - [anon_sym_DASH] = ACTIONS(4561), - [anon_sym_SLASH] = ACTIONS(4533), - [anon_sym_PERCENT] = ACTIONS(4533), - [anon_sym_as_QMARK] = ACTIONS(4563), - [anon_sym_PLUS_PLUS] = ACTIONS(4565), - [anon_sym_DASH_DASH] = ACTIONS(4565), - [anon_sym_BANG] = ACTIONS(3019), - [anon_sym_BANG_BANG] = ACTIONS(4565), + [anon_sym_this] = ACTIONS(3082), + [anon_sym_super] = ACTIONS(3082), + [anon_sym_STAR] = ACTIONS(4553), + [sym_label] = ACTIONS(4555), + [anon_sym_in] = ACTIONS(4557), + [anon_sym_DOT_DOT] = ACTIONS(4559), + [anon_sym_QMARK_COLON] = ACTIONS(4561), + [anon_sym_AMP_AMP] = ACTIONS(4563), + [anon_sym_PIPE_PIPE] = ACTIONS(4565), + [anon_sym_null] = ACTIONS(3082), + [anon_sym_if] = ACTIONS(3082), + [anon_sym_else] = ACTIONS(3082), + [anon_sym_when] = ACTIONS(3082), + [anon_sym_try] = ACTIONS(3082), + [anon_sym_throw] = ACTIONS(3082), + [anon_sym_return] = ACTIONS(3082), + [anon_sym_continue] = ACTIONS(3082), + [anon_sym_break] = ACTIONS(3082), + [anon_sym_COLON_COLON] = ACTIONS(4567), + [anon_sym_PLUS_EQ] = ACTIONS(3084), + [anon_sym_DASH_EQ] = ACTIONS(3084), + [anon_sym_STAR_EQ] = ACTIONS(3084), + [anon_sym_SLASH_EQ] = ACTIONS(3084), + [anon_sym_PERCENT_EQ] = ACTIONS(3084), + [anon_sym_BANG_EQ] = ACTIONS(4569), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4571), + [anon_sym_EQ_EQ] = ACTIONS(4569), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4571), + [anon_sym_LT_EQ] = ACTIONS(4573), + [anon_sym_GT_EQ] = ACTIONS(4573), + [anon_sym_BANGin] = ACTIONS(4575), + [anon_sym_is] = ACTIONS(4577), + [anon_sym_BANGis] = ACTIONS(4579), + [anon_sym_PLUS] = ACTIONS(4581), + [anon_sym_DASH] = ACTIONS(4581), + [anon_sym_SLASH] = ACTIONS(4553), + [anon_sym_PERCENT] = ACTIONS(4553), + [anon_sym_as_QMARK] = ACTIONS(4583), + [anon_sym_PLUS_PLUS] = ACTIONS(4585), + [anon_sym_DASH_DASH] = ACTIONS(4585), + [anon_sym_BANG] = ACTIONS(3082), + [anon_sym_BANG_BANG] = ACTIONS(4585), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3021), - [anon_sym_continue_AT] = ACTIONS(3021), - [anon_sym_break_AT] = ACTIONS(3021), - [sym_real_literal] = ACTIONS(3021), - [sym_integer_literal] = ACTIONS(3019), - [sym_hex_literal] = ACTIONS(3021), - [sym_bin_literal] = ACTIONS(3021), - [anon_sym_true] = ACTIONS(3019), - [anon_sym_false] = ACTIONS(3019), - [anon_sym_SQUOTE] = ACTIONS(3021), + [anon_sym_return_AT] = ACTIONS(3084), + [anon_sym_continue_AT] = ACTIONS(3084), + [anon_sym_break_AT] = ACTIONS(3084), + [sym_real_literal] = ACTIONS(3084), + [sym_integer_literal] = ACTIONS(3082), + [sym_hex_literal] = ACTIONS(3084), + [sym_bin_literal] = ACTIONS(3084), + [anon_sym_true] = ACTIONS(3082), + [anon_sym_false] = ACTIONS(3082), + [anon_sym_SQUOTE] = ACTIONS(3084), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3021), - [sym_safe_nav] = ACTIONS(4547), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3021), - }, - [983] = { - [sym__alpha_identifier] = ACTIONS(4623), - [anon_sym_AT] = ACTIONS(4625), - [anon_sym_COLON] = ACTIONS(4623), - [anon_sym_LBRACK] = ACTIONS(4625), - [anon_sym_as] = ACTIONS(4623), - [anon_sym_EQ] = ACTIONS(4623), - [anon_sym_LBRACE] = ACTIONS(4625), - [anon_sym_RBRACE] = ACTIONS(4625), - [anon_sym_LPAREN] = ACTIONS(4625), - [anon_sym_COMMA] = ACTIONS(4625), - [anon_sym_LT] = ACTIONS(4623), - [anon_sym_GT] = ACTIONS(4623), - [anon_sym_where] = ACTIONS(4623), - [anon_sym_object] = ACTIONS(4623), - [anon_sym_fun] = ACTIONS(4623), - [anon_sym_DOT] = ACTIONS(4623), - [anon_sym_SEMI] = ACTIONS(4625), - [anon_sym_get] = ACTIONS(4623), - [anon_sym_set] = ACTIONS(4623), - [anon_sym_this] = ACTIONS(4623), - [anon_sym_super] = ACTIONS(4623), - [anon_sym_STAR] = ACTIONS(4623), - [sym_label] = ACTIONS(4623), - [anon_sym_in] = ACTIONS(4623), - [anon_sym_DOT_DOT] = ACTIONS(4625), - [anon_sym_QMARK_COLON] = ACTIONS(4625), - [anon_sym_AMP_AMP] = ACTIONS(4625), - [anon_sym_PIPE_PIPE] = ACTIONS(4625), - [anon_sym_null] = ACTIONS(4623), - [anon_sym_if] = ACTIONS(4623), - [anon_sym_else] = ACTIONS(4623), - [anon_sym_when] = ACTIONS(4623), - [anon_sym_try] = ACTIONS(4623), - [anon_sym_throw] = ACTIONS(4623), - [anon_sym_return] = ACTIONS(4623), - [anon_sym_continue] = ACTIONS(4623), - [anon_sym_break] = ACTIONS(4623), - [anon_sym_COLON_COLON] = ACTIONS(4625), - [anon_sym_PLUS_EQ] = ACTIONS(4625), - [anon_sym_DASH_EQ] = ACTIONS(4625), - [anon_sym_STAR_EQ] = ACTIONS(4625), - [anon_sym_SLASH_EQ] = ACTIONS(4625), - [anon_sym_PERCENT_EQ] = ACTIONS(4625), - [anon_sym_BANG_EQ] = ACTIONS(4623), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4625), - [anon_sym_EQ_EQ] = ACTIONS(4623), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4625), - [anon_sym_LT_EQ] = ACTIONS(4625), - [anon_sym_GT_EQ] = ACTIONS(4625), - [anon_sym_BANGin] = ACTIONS(4625), - [anon_sym_is] = ACTIONS(4623), - [anon_sym_BANGis] = ACTIONS(4625), - [anon_sym_PLUS] = ACTIONS(4623), - [anon_sym_DASH] = ACTIONS(4623), - [anon_sym_SLASH] = ACTIONS(4623), - [anon_sym_PERCENT] = ACTIONS(4623), - [anon_sym_as_QMARK] = ACTIONS(4625), - [anon_sym_PLUS_PLUS] = ACTIONS(4625), - [anon_sym_DASH_DASH] = ACTIONS(4625), - [anon_sym_BANG] = ACTIONS(4623), - [anon_sym_BANG_BANG] = ACTIONS(4625), - [anon_sym_suspend] = ACTIONS(4623), - [anon_sym_sealed] = ACTIONS(4623), - [anon_sym_annotation] = ACTIONS(4623), - [anon_sym_data] = ACTIONS(4623), - [anon_sym_inner] = ACTIONS(4623), - [anon_sym_override] = ACTIONS(4623), - [anon_sym_lateinit] = ACTIONS(4623), - [anon_sym_public] = ACTIONS(4623), - [anon_sym_private] = ACTIONS(4623), - [anon_sym_internal] = ACTIONS(4623), - [anon_sym_protected] = ACTIONS(4623), - [anon_sym_tailrec] = ACTIONS(4623), - [anon_sym_operator] = ACTIONS(4623), - [anon_sym_infix] = ACTIONS(4623), - [anon_sym_inline] = ACTIONS(4623), - [anon_sym_external] = ACTIONS(4623), - [sym_property_modifier] = ACTIONS(4623), - [anon_sym_abstract] = ACTIONS(4623), - [anon_sym_final] = ACTIONS(4623), - [anon_sym_open] = ACTIONS(4623), - [anon_sym_vararg] = ACTIONS(4623), - [anon_sym_noinline] = ACTIONS(4623), - [anon_sym_crossinline] = ACTIONS(4623), - [anon_sym_expect] = ACTIONS(4623), - [anon_sym_actual] = ACTIONS(4623), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4625), - [anon_sym_continue_AT] = ACTIONS(4625), - [anon_sym_break_AT] = ACTIONS(4625), - [sym_real_literal] = ACTIONS(4625), - [sym_integer_literal] = ACTIONS(4623), - [sym_hex_literal] = ACTIONS(4625), - [sym_bin_literal] = ACTIONS(4625), - [anon_sym_true] = ACTIONS(4623), - [anon_sym_false] = ACTIONS(4623), - [anon_sym_SQUOTE] = ACTIONS(4625), - [sym__backtick_identifier] = ACTIONS(4625), - [sym__automatic_semicolon] = ACTIONS(4625), - [sym_safe_nav] = ACTIONS(4625), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4625), - }, - [984] = { - [sym_enum_class_body] = STATE(1161), - [sym__alpha_identifier] = ACTIONS(4460), - [anon_sym_AT] = ACTIONS(4462), - [anon_sym_LBRACK] = ACTIONS(4462), - [anon_sym_as] = ACTIONS(4460), - [anon_sym_EQ] = ACTIONS(4460), - [anon_sym_LBRACE] = ACTIONS(3144), - [anon_sym_RBRACE] = ACTIONS(4462), - [anon_sym_LPAREN] = ACTIONS(4462), - [anon_sym_COMMA] = ACTIONS(4462), - [anon_sym_LT] = ACTIONS(4460), - [anon_sym_GT] = ACTIONS(4460), - [anon_sym_where] = ACTIONS(4460), - [anon_sym_object] = ACTIONS(4460), - [anon_sym_fun] = ACTIONS(4460), - [anon_sym_DOT] = ACTIONS(4460), - [anon_sym_SEMI] = ACTIONS(4462), - [anon_sym_get] = ACTIONS(4460), - [anon_sym_set] = ACTIONS(4460), - [anon_sym_this] = ACTIONS(4460), - [anon_sym_super] = ACTIONS(4460), - [anon_sym_STAR] = ACTIONS(4460), - [sym_label] = ACTIONS(4460), - [anon_sym_in] = ACTIONS(4460), - [anon_sym_DOT_DOT] = ACTIONS(4462), - [anon_sym_QMARK_COLON] = ACTIONS(4462), - [anon_sym_AMP_AMP] = ACTIONS(4462), - [anon_sym_PIPE_PIPE] = ACTIONS(4462), - [anon_sym_null] = ACTIONS(4460), - [anon_sym_if] = ACTIONS(4460), - [anon_sym_else] = ACTIONS(4460), - [anon_sym_when] = ACTIONS(4460), - [anon_sym_try] = ACTIONS(4460), - [anon_sym_throw] = ACTIONS(4460), - [anon_sym_return] = ACTIONS(4460), - [anon_sym_continue] = ACTIONS(4460), - [anon_sym_break] = ACTIONS(4460), - [anon_sym_COLON_COLON] = ACTIONS(4462), - [anon_sym_PLUS_EQ] = ACTIONS(4462), - [anon_sym_DASH_EQ] = ACTIONS(4462), - [anon_sym_STAR_EQ] = ACTIONS(4462), - [anon_sym_SLASH_EQ] = ACTIONS(4462), - [anon_sym_PERCENT_EQ] = ACTIONS(4462), - [anon_sym_BANG_EQ] = ACTIONS(4460), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4462), - [anon_sym_EQ_EQ] = ACTIONS(4460), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4462), - [anon_sym_LT_EQ] = ACTIONS(4462), - [anon_sym_GT_EQ] = ACTIONS(4462), - [anon_sym_BANGin] = ACTIONS(4462), - [anon_sym_is] = ACTIONS(4460), - [anon_sym_BANGis] = ACTIONS(4462), - [anon_sym_PLUS] = ACTIONS(4460), - [anon_sym_DASH] = ACTIONS(4460), - [anon_sym_SLASH] = ACTIONS(4460), - [anon_sym_PERCENT] = ACTIONS(4460), - [anon_sym_as_QMARK] = ACTIONS(4462), - [anon_sym_PLUS_PLUS] = ACTIONS(4462), - [anon_sym_DASH_DASH] = ACTIONS(4462), - [anon_sym_BANG] = ACTIONS(4460), - [anon_sym_BANG_BANG] = ACTIONS(4462), - [anon_sym_suspend] = ACTIONS(4460), - [anon_sym_sealed] = ACTIONS(4460), - [anon_sym_annotation] = ACTIONS(4460), - [anon_sym_data] = ACTIONS(4460), - [anon_sym_inner] = ACTIONS(4460), - [anon_sym_override] = ACTIONS(4460), - [anon_sym_lateinit] = ACTIONS(4460), - [anon_sym_public] = ACTIONS(4460), - [anon_sym_private] = ACTIONS(4460), - [anon_sym_internal] = ACTIONS(4460), - [anon_sym_protected] = ACTIONS(4460), - [anon_sym_tailrec] = ACTIONS(4460), - [anon_sym_operator] = ACTIONS(4460), - [anon_sym_infix] = ACTIONS(4460), - [anon_sym_inline] = ACTIONS(4460), - [anon_sym_external] = ACTIONS(4460), - [sym_property_modifier] = ACTIONS(4460), - [anon_sym_abstract] = ACTIONS(4460), - [anon_sym_final] = ACTIONS(4460), - [anon_sym_open] = ACTIONS(4460), - [anon_sym_vararg] = ACTIONS(4460), - [anon_sym_noinline] = ACTIONS(4460), - [anon_sym_crossinline] = ACTIONS(4460), - [anon_sym_expect] = ACTIONS(4460), - [anon_sym_actual] = ACTIONS(4460), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4462), - [anon_sym_continue_AT] = ACTIONS(4462), - [anon_sym_break_AT] = ACTIONS(4462), - [sym_real_literal] = ACTIONS(4462), - [sym_integer_literal] = ACTIONS(4460), - [sym_hex_literal] = ACTIONS(4462), - [sym_bin_literal] = ACTIONS(4462), - [anon_sym_true] = ACTIONS(4460), - [anon_sym_false] = ACTIONS(4460), - [anon_sym_SQUOTE] = ACTIONS(4462), - [sym__backtick_identifier] = ACTIONS(4462), - [sym__automatic_semicolon] = ACTIONS(4462), - [sym_safe_nav] = ACTIONS(4462), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4462), - }, - [985] = { - [sym_function_body] = STATE(1157), - [sym__block] = STATE(1128), - [sym__alpha_identifier] = ACTIONS(4326), - [anon_sym_AT] = ACTIONS(4328), - [anon_sym_COLON] = ACTIONS(4627), - [anon_sym_LBRACK] = ACTIONS(4328), - [anon_sym_as] = ACTIONS(4326), - [anon_sym_EQ] = ACTIONS(4207), - [anon_sym_LBRACE] = ACTIONS(4081), - [anon_sym_RBRACE] = ACTIONS(4328), - [anon_sym_LPAREN] = ACTIONS(4328), - [anon_sym_LT] = ACTIONS(4326), - [anon_sym_GT] = ACTIONS(4326), - [anon_sym_object] = ACTIONS(4326), - [anon_sym_fun] = ACTIONS(4326), - [anon_sym_DOT] = ACTIONS(4326), - [anon_sym_SEMI] = ACTIONS(4328), - [anon_sym_get] = ACTIONS(4326), - [anon_sym_set] = ACTIONS(4326), - [anon_sym_this] = ACTIONS(4326), - [anon_sym_super] = ACTIONS(4326), - [anon_sym_STAR] = ACTIONS(4326), - [sym_label] = ACTIONS(4326), - [anon_sym_in] = ACTIONS(4326), - [anon_sym_DOT_DOT] = ACTIONS(4328), - [anon_sym_QMARK_COLON] = ACTIONS(4328), - [anon_sym_AMP_AMP] = ACTIONS(4328), - [anon_sym_PIPE_PIPE] = ACTIONS(4328), - [anon_sym_null] = ACTIONS(4326), - [anon_sym_if] = ACTIONS(4326), - [anon_sym_else] = ACTIONS(4326), - [anon_sym_when] = ACTIONS(4326), - [anon_sym_try] = ACTIONS(4326), - [anon_sym_throw] = ACTIONS(4326), - [anon_sym_return] = ACTIONS(4326), - [anon_sym_continue] = ACTIONS(4326), - [anon_sym_break] = ACTIONS(4326), - [anon_sym_COLON_COLON] = ACTIONS(4328), - [anon_sym_PLUS_EQ] = ACTIONS(4328), - [anon_sym_DASH_EQ] = ACTIONS(4328), - [anon_sym_STAR_EQ] = ACTIONS(4328), - [anon_sym_SLASH_EQ] = ACTIONS(4328), - [anon_sym_PERCENT_EQ] = ACTIONS(4328), - [anon_sym_BANG_EQ] = ACTIONS(4326), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4328), - [anon_sym_EQ_EQ] = ACTIONS(4326), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4328), - [anon_sym_LT_EQ] = ACTIONS(4328), - [anon_sym_GT_EQ] = ACTIONS(4328), - [anon_sym_BANGin] = ACTIONS(4328), - [anon_sym_is] = ACTIONS(4326), - [anon_sym_BANGis] = ACTIONS(4328), - [anon_sym_PLUS] = ACTIONS(4326), - [anon_sym_DASH] = ACTIONS(4326), - [anon_sym_SLASH] = ACTIONS(4326), - [anon_sym_PERCENT] = ACTIONS(4326), - [anon_sym_as_QMARK] = ACTIONS(4328), - [anon_sym_PLUS_PLUS] = ACTIONS(4328), - [anon_sym_DASH_DASH] = ACTIONS(4328), - [anon_sym_BANG] = ACTIONS(4326), - [anon_sym_BANG_BANG] = ACTIONS(4328), - [anon_sym_suspend] = ACTIONS(4326), - [anon_sym_sealed] = ACTIONS(4326), - [anon_sym_annotation] = ACTIONS(4326), - [anon_sym_data] = ACTIONS(4326), - [anon_sym_inner] = ACTIONS(4326), - [anon_sym_override] = ACTIONS(4326), - [anon_sym_lateinit] = ACTIONS(4326), - [anon_sym_public] = ACTIONS(4326), - [anon_sym_private] = ACTIONS(4326), - [anon_sym_internal] = ACTIONS(4326), - [anon_sym_protected] = ACTIONS(4326), - [anon_sym_tailrec] = ACTIONS(4326), - [anon_sym_operator] = ACTIONS(4326), - [anon_sym_infix] = ACTIONS(4326), - [anon_sym_inline] = ACTIONS(4326), - [anon_sym_external] = ACTIONS(4326), - [sym_property_modifier] = ACTIONS(4326), - [anon_sym_abstract] = ACTIONS(4326), - [anon_sym_final] = ACTIONS(4326), - [anon_sym_open] = ACTIONS(4326), - [anon_sym_vararg] = ACTIONS(4326), - [anon_sym_noinline] = ACTIONS(4326), - [anon_sym_crossinline] = ACTIONS(4326), - [anon_sym_expect] = ACTIONS(4326), - [anon_sym_actual] = ACTIONS(4326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4328), - [anon_sym_continue_AT] = ACTIONS(4328), - [anon_sym_break_AT] = ACTIONS(4328), - [sym_real_literal] = ACTIONS(4328), - [sym_integer_literal] = ACTIONS(4326), - [sym_hex_literal] = ACTIONS(4328), - [sym_bin_literal] = ACTIONS(4328), - [anon_sym_true] = ACTIONS(4326), - [anon_sym_false] = ACTIONS(4326), - [anon_sym_SQUOTE] = ACTIONS(4328), - [sym__backtick_identifier] = ACTIONS(4328), - [sym__automatic_semicolon] = ACTIONS(4328), - [sym_safe_nav] = ACTIONS(4328), + [sym__automatic_semicolon] = ACTIONS(3084), + [sym_safe_nav] = ACTIONS(4567), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4328), + [sym__string_start] = ACTIONS(3084), }, - [986] = { - [sym_class_body] = STATE(1140), - [sym__alpha_identifier] = ACTIONS(4448), - [anon_sym_AT] = ACTIONS(4450), - [anon_sym_LBRACK] = ACTIONS(4450), - [anon_sym_as] = ACTIONS(4448), - [anon_sym_EQ] = ACTIONS(4448), - [anon_sym_LBRACE] = ACTIONS(3156), - [anon_sym_RBRACE] = ACTIONS(4450), - [anon_sym_LPAREN] = ACTIONS(4450), - [anon_sym_COMMA] = ACTIONS(4450), - [anon_sym_LT] = ACTIONS(4448), - [anon_sym_GT] = ACTIONS(4448), - [anon_sym_where] = ACTIONS(4448), - [anon_sym_object] = ACTIONS(4448), - [anon_sym_fun] = ACTIONS(4448), - [anon_sym_DOT] = ACTIONS(4448), - [anon_sym_SEMI] = ACTIONS(4450), - [anon_sym_get] = ACTIONS(4448), - [anon_sym_set] = ACTIONS(4448), - [anon_sym_this] = ACTIONS(4448), - [anon_sym_super] = ACTIONS(4448), - [anon_sym_STAR] = ACTIONS(4448), - [sym_label] = ACTIONS(4448), - [anon_sym_in] = ACTIONS(4448), - [anon_sym_DOT_DOT] = ACTIONS(4450), - [anon_sym_QMARK_COLON] = ACTIONS(4450), - [anon_sym_AMP_AMP] = ACTIONS(4450), - [anon_sym_PIPE_PIPE] = ACTIONS(4450), - [anon_sym_null] = ACTIONS(4448), - [anon_sym_if] = ACTIONS(4448), - [anon_sym_else] = ACTIONS(4448), - [anon_sym_when] = ACTIONS(4448), - [anon_sym_try] = ACTIONS(4448), - [anon_sym_throw] = ACTIONS(4448), - [anon_sym_return] = ACTIONS(4448), - [anon_sym_continue] = ACTIONS(4448), - [anon_sym_break] = ACTIONS(4448), - [anon_sym_COLON_COLON] = ACTIONS(4450), - [anon_sym_PLUS_EQ] = ACTIONS(4450), - [anon_sym_DASH_EQ] = ACTIONS(4450), - [anon_sym_STAR_EQ] = ACTIONS(4450), - [anon_sym_SLASH_EQ] = ACTIONS(4450), - [anon_sym_PERCENT_EQ] = ACTIONS(4450), - [anon_sym_BANG_EQ] = ACTIONS(4448), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4450), - [anon_sym_EQ_EQ] = ACTIONS(4448), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4450), - [anon_sym_LT_EQ] = ACTIONS(4450), - [anon_sym_GT_EQ] = ACTIONS(4450), - [anon_sym_BANGin] = ACTIONS(4450), - [anon_sym_is] = ACTIONS(4448), - [anon_sym_BANGis] = ACTIONS(4450), - [anon_sym_PLUS] = ACTIONS(4448), - [anon_sym_DASH] = ACTIONS(4448), - [anon_sym_SLASH] = ACTIONS(4448), - [anon_sym_PERCENT] = ACTIONS(4448), - [anon_sym_as_QMARK] = ACTIONS(4450), - [anon_sym_PLUS_PLUS] = ACTIONS(4450), - [anon_sym_DASH_DASH] = ACTIONS(4450), - [anon_sym_BANG] = ACTIONS(4448), - [anon_sym_BANG_BANG] = ACTIONS(4450), - [anon_sym_suspend] = ACTIONS(4448), - [anon_sym_sealed] = ACTIONS(4448), - [anon_sym_annotation] = ACTIONS(4448), - [anon_sym_data] = ACTIONS(4448), - [anon_sym_inner] = ACTIONS(4448), - [anon_sym_override] = ACTIONS(4448), - [anon_sym_lateinit] = ACTIONS(4448), - [anon_sym_public] = ACTIONS(4448), - [anon_sym_private] = ACTIONS(4448), - [anon_sym_internal] = ACTIONS(4448), - [anon_sym_protected] = ACTIONS(4448), - [anon_sym_tailrec] = ACTIONS(4448), - [anon_sym_operator] = ACTIONS(4448), - [anon_sym_infix] = ACTIONS(4448), - [anon_sym_inline] = ACTIONS(4448), - [anon_sym_external] = ACTIONS(4448), - [sym_property_modifier] = ACTIONS(4448), - [anon_sym_abstract] = ACTIONS(4448), - [anon_sym_final] = ACTIONS(4448), - [anon_sym_open] = ACTIONS(4448), - [anon_sym_vararg] = ACTIONS(4448), - [anon_sym_noinline] = ACTIONS(4448), - [anon_sym_crossinline] = ACTIONS(4448), - [anon_sym_expect] = ACTIONS(4448), - [anon_sym_actual] = ACTIONS(4448), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4450), - [anon_sym_continue_AT] = ACTIONS(4450), - [anon_sym_break_AT] = ACTIONS(4450), - [sym_real_literal] = ACTIONS(4450), - [sym_integer_literal] = ACTIONS(4448), - [sym_hex_literal] = ACTIONS(4450), - [sym_bin_literal] = ACTIONS(4450), - [anon_sym_true] = ACTIONS(4448), - [anon_sym_false] = ACTIONS(4448), - [anon_sym_SQUOTE] = ACTIONS(4450), - [sym__backtick_identifier] = ACTIONS(4450), - [sym__automatic_semicolon] = ACTIONS(4450), - [sym_safe_nav] = ACTIONS(4450), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4450), - }, - [987] = { - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(1814), - [sym__comparison_operator] = STATE(1815), - [sym__in_operator] = STATE(1817), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(1818), - [sym__multiplicative_operator] = STATE(1819), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_annotation] = STATE(7845), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1821), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), + [970] = { + [sym_indexing_suffix] = STATE(3424), + [sym_navigation_suffix] = STATE(3423), + [sym_call_suffix] = STATE(3420), + [sym_annotated_lambda] = STATE(3419), + [sym_type_arguments] = STATE(7492), + [sym_value_arguments] = STATE(2731), + [sym_lambda_literal] = STATE(3415), + [sym__equality_operator] = STATE(1651), + [sym__comparison_operator] = STATE(1652), + [sym__in_operator] = STATE(1654), + [sym__is_operator] = STATE(6160), + [sym__additive_operator] = STATE(1655), + [sym__multiplicative_operator] = STATE(1656), + [sym__as_operator] = STATE(6161), + [sym__postfix_unary_operator] = STATE(3414), + [sym__member_access_operator] = STATE(7370), + [sym_annotation] = STATE(7887), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1657), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7887), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_RBRACK] = ACTIONS(3021), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_EQ] = ACTIONS(3019), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(3021), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_COMMA] = ACTIONS(3021), - [anon_sym_RPAREN] = ACTIONS(3021), + [anon_sym_LBRACK] = ACTIONS(4543), + [anon_sym_as] = ACTIONS(4545), + [anon_sym_EQ] = ACTIONS(3007), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_RBRACE] = ACTIONS(3009), + [anon_sym_LPAREN] = ACTIONS(4547), + [anon_sym_COMMA] = ACTIONS(3009), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3380), - [anon_sym_where] = ACTIONS(3019), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(3021), + [anon_sym_GT] = ACTIONS(4549), + [anon_sym_where] = ACTIONS(3007), + [anon_sym_object] = ACTIONS(3007), + [anon_sym_fun] = ACTIONS(3007), + [anon_sym_DOT] = ACTIONS(4551), + [anon_sym_SEMI] = ACTIONS(3009), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(3390), - [anon_sym_DASH_GT] = ACTIONS(3021), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(3394), - [anon_sym_while] = ACTIONS(3019), - [anon_sym_DOT_DOT] = ACTIONS(3396), - [anon_sym_QMARK_COLON] = ACTIONS(3398), - [anon_sym_AMP_AMP] = ACTIONS(3400), - [anon_sym_PIPE_PIPE] = ACTIONS(3402), - [anon_sym_else] = ACTIONS(3019), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_PLUS_EQ] = ACTIONS(3021), - [anon_sym_DASH_EQ] = ACTIONS(3021), - [anon_sym_STAR_EQ] = ACTIONS(3021), - [anon_sym_SLASH_EQ] = ACTIONS(3021), - [anon_sym_PERCENT_EQ] = ACTIONS(3021), - [anon_sym_BANG_EQ] = ACTIONS(3406), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3408), - [anon_sym_EQ_EQ] = ACTIONS(3406), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3408), - [anon_sym_LT_EQ] = ACTIONS(3410), - [anon_sym_GT_EQ] = ACTIONS(3410), - [anon_sym_BANGin] = ACTIONS(3412), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), - [anon_sym_PLUS] = ACTIONS(3418), - [anon_sym_DASH] = ACTIONS(3418), - [anon_sym_SLASH] = ACTIONS(3390), - [anon_sym_PERCENT] = ACTIONS(3390), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), - [anon_sym_suspend] = ACTIONS(3019), - [anon_sym_sealed] = ACTIONS(3019), - [anon_sym_annotation] = ACTIONS(3019), + [anon_sym_this] = ACTIONS(3007), + [anon_sym_super] = ACTIONS(3007), + [anon_sym_STAR] = ACTIONS(4553), + [sym_label] = ACTIONS(4555), + [anon_sym_in] = ACTIONS(4557), + [anon_sym_DOT_DOT] = ACTIONS(4559), + [anon_sym_QMARK_COLON] = ACTIONS(4561), + [anon_sym_AMP_AMP] = ACTIONS(4563), + [anon_sym_PIPE_PIPE] = ACTIONS(4565), + [anon_sym_null] = ACTIONS(3007), + [anon_sym_if] = ACTIONS(3007), + [anon_sym_else] = ACTIONS(3007), + [anon_sym_when] = ACTIONS(3007), + [anon_sym_try] = ACTIONS(3007), + [anon_sym_throw] = ACTIONS(3007), + [anon_sym_return] = ACTIONS(3007), + [anon_sym_continue] = ACTIONS(3007), + [anon_sym_break] = ACTIONS(3007), + [anon_sym_COLON_COLON] = ACTIONS(4567), + [anon_sym_PLUS_EQ] = ACTIONS(3009), + [anon_sym_DASH_EQ] = ACTIONS(3009), + [anon_sym_STAR_EQ] = ACTIONS(3009), + [anon_sym_SLASH_EQ] = ACTIONS(3009), + [anon_sym_PERCENT_EQ] = ACTIONS(3009), + [anon_sym_BANG_EQ] = ACTIONS(4569), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4571), + [anon_sym_EQ_EQ] = ACTIONS(4569), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4571), + [anon_sym_LT_EQ] = ACTIONS(4573), + [anon_sym_GT_EQ] = ACTIONS(4573), + [anon_sym_BANGin] = ACTIONS(4575), + [anon_sym_is] = ACTIONS(4577), + [anon_sym_BANGis] = ACTIONS(4579), + [anon_sym_PLUS] = ACTIONS(4581), + [anon_sym_DASH] = ACTIONS(4581), + [anon_sym_SLASH] = ACTIONS(4553), + [anon_sym_PERCENT] = ACTIONS(4553), + [anon_sym_as_QMARK] = ACTIONS(4583), + [anon_sym_PLUS_PLUS] = ACTIONS(4585), + [anon_sym_DASH_DASH] = ACTIONS(4585), + [anon_sym_BANG] = ACTIONS(3007), + [anon_sym_BANG_BANG] = ACTIONS(4585), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3019), - [anon_sym_lateinit] = ACTIONS(3019), - [anon_sym_public] = ACTIONS(3019), - [anon_sym_private] = ACTIONS(3019), - [anon_sym_internal] = ACTIONS(3019), - [anon_sym_protected] = ACTIONS(3019), - [anon_sym_tailrec] = ACTIONS(3019), - [anon_sym_operator] = ACTIONS(3019), - [anon_sym_infix] = ACTIONS(3019), - [anon_sym_inline] = ACTIONS(3019), - [anon_sym_external] = ACTIONS(3019), - [sym_property_modifier] = ACTIONS(3019), - [anon_sym_abstract] = ACTIONS(3019), - [anon_sym_final] = ACTIONS(3019), - [anon_sym_open] = ACTIONS(3019), - [anon_sym_vararg] = ACTIONS(3019), - [anon_sym_noinline] = ACTIONS(3019), - [anon_sym_crossinline] = ACTIONS(3019), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3009), + [anon_sym_continue_AT] = ACTIONS(3009), + [anon_sym_break_AT] = ACTIONS(3009), + [sym_real_literal] = ACTIONS(3009), + [sym_integer_literal] = ACTIONS(3007), + [sym_hex_literal] = ACTIONS(3009), + [sym_bin_literal] = ACTIONS(3009), + [anon_sym_true] = ACTIONS(3007), + [anon_sym_false] = ACTIONS(3007), + [anon_sym_SQUOTE] = ACTIONS(3009), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), + [sym__automatic_semicolon] = ACTIONS(3009), + [sym_safe_nav] = ACTIONS(4567), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3009), }, - [988] = { - [sym_class_body] = STATE(1086), - [sym__alpha_identifier] = ACTIONS(4284), - [anon_sym_AT] = ACTIONS(4286), - [anon_sym_LBRACK] = ACTIONS(4286), - [anon_sym_as] = ACTIONS(4284), - [anon_sym_EQ] = ACTIONS(4284), + [971] = { + [sym_enum_class_body] = STATE(1127), + [sym__alpha_identifier] = ACTIONS(4188), + [anon_sym_AT] = ACTIONS(4190), + [anon_sym_LBRACK] = ACTIONS(4190), + [anon_sym_as] = ACTIONS(4188), + [anon_sym_EQ] = ACTIONS(4188), [anon_sym_LBRACE] = ACTIONS(3156), - [anon_sym_RBRACE] = ACTIONS(4286), - [anon_sym_LPAREN] = ACTIONS(4286), - [anon_sym_COMMA] = ACTIONS(4286), - [anon_sym_LT] = ACTIONS(4284), - [anon_sym_GT] = ACTIONS(4284), - [anon_sym_where] = ACTIONS(4284), - [anon_sym_object] = ACTIONS(4284), - [anon_sym_fun] = ACTIONS(4284), - [anon_sym_DOT] = ACTIONS(4284), - [anon_sym_SEMI] = ACTIONS(4286), - [anon_sym_get] = ACTIONS(4284), - [anon_sym_set] = ACTIONS(4284), - [anon_sym_this] = ACTIONS(4284), - [anon_sym_super] = ACTIONS(4284), - [anon_sym_STAR] = ACTIONS(4284), - [sym_label] = ACTIONS(4284), - [anon_sym_in] = ACTIONS(4284), - [anon_sym_DOT_DOT] = ACTIONS(4286), - [anon_sym_QMARK_COLON] = ACTIONS(4286), - [anon_sym_AMP_AMP] = ACTIONS(4286), - [anon_sym_PIPE_PIPE] = ACTIONS(4286), - [anon_sym_null] = ACTIONS(4284), - [anon_sym_if] = ACTIONS(4284), - [anon_sym_else] = ACTIONS(4284), - [anon_sym_when] = ACTIONS(4284), - [anon_sym_try] = ACTIONS(4284), - [anon_sym_throw] = ACTIONS(4284), - [anon_sym_return] = ACTIONS(4284), - [anon_sym_continue] = ACTIONS(4284), - [anon_sym_break] = ACTIONS(4284), - [anon_sym_COLON_COLON] = ACTIONS(4286), - [anon_sym_PLUS_EQ] = ACTIONS(4286), - [anon_sym_DASH_EQ] = ACTIONS(4286), - [anon_sym_STAR_EQ] = ACTIONS(4286), - [anon_sym_SLASH_EQ] = ACTIONS(4286), - [anon_sym_PERCENT_EQ] = ACTIONS(4286), - [anon_sym_BANG_EQ] = ACTIONS(4284), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4286), - [anon_sym_EQ_EQ] = ACTIONS(4284), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4286), - [anon_sym_LT_EQ] = ACTIONS(4286), - [anon_sym_GT_EQ] = ACTIONS(4286), - [anon_sym_BANGin] = ACTIONS(4286), - [anon_sym_is] = ACTIONS(4284), - [anon_sym_BANGis] = ACTIONS(4286), - [anon_sym_PLUS] = ACTIONS(4284), - [anon_sym_DASH] = ACTIONS(4284), - [anon_sym_SLASH] = ACTIONS(4284), - [anon_sym_PERCENT] = ACTIONS(4284), - [anon_sym_as_QMARK] = ACTIONS(4286), - [anon_sym_PLUS_PLUS] = ACTIONS(4286), - [anon_sym_DASH_DASH] = ACTIONS(4286), - [anon_sym_BANG] = ACTIONS(4284), - [anon_sym_BANG_BANG] = ACTIONS(4286), - [anon_sym_suspend] = ACTIONS(4284), - [anon_sym_sealed] = ACTIONS(4284), - [anon_sym_annotation] = ACTIONS(4284), - [anon_sym_data] = ACTIONS(4284), - [anon_sym_inner] = ACTIONS(4284), - [anon_sym_override] = ACTIONS(4284), - [anon_sym_lateinit] = ACTIONS(4284), - [anon_sym_public] = ACTIONS(4284), - [anon_sym_private] = ACTIONS(4284), - [anon_sym_internal] = ACTIONS(4284), - [anon_sym_protected] = ACTIONS(4284), - [anon_sym_tailrec] = ACTIONS(4284), - [anon_sym_operator] = ACTIONS(4284), - [anon_sym_infix] = ACTIONS(4284), - [anon_sym_inline] = ACTIONS(4284), - [anon_sym_external] = ACTIONS(4284), - [sym_property_modifier] = ACTIONS(4284), - [anon_sym_abstract] = ACTIONS(4284), - [anon_sym_final] = ACTIONS(4284), - [anon_sym_open] = ACTIONS(4284), - [anon_sym_vararg] = ACTIONS(4284), - [anon_sym_noinline] = ACTIONS(4284), - [anon_sym_crossinline] = ACTIONS(4284), - [anon_sym_expect] = ACTIONS(4284), - [anon_sym_actual] = ACTIONS(4284), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4286), - [anon_sym_continue_AT] = ACTIONS(4286), - [anon_sym_break_AT] = ACTIONS(4286), - [sym_real_literal] = ACTIONS(4286), - [sym_integer_literal] = ACTIONS(4284), - [sym_hex_literal] = ACTIONS(4286), - [sym_bin_literal] = ACTIONS(4286), - [anon_sym_true] = ACTIONS(4284), - [anon_sym_false] = ACTIONS(4284), - [anon_sym_SQUOTE] = ACTIONS(4286), - [sym__backtick_identifier] = ACTIONS(4286), - [sym__automatic_semicolon] = ACTIONS(4286), - [sym_safe_nav] = ACTIONS(4286), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4286), - }, - [989] = { - [sym_enum_class_body] = STATE(1076), - [sym__alpha_identifier] = ACTIONS(3190), - [anon_sym_AT] = ACTIONS(3194), - [anon_sym_LBRACK] = ACTIONS(3194), - [anon_sym_as] = ACTIONS(3190), - [anon_sym_EQ] = ACTIONS(3190), - [anon_sym_LBRACE] = ACTIONS(3144), - [anon_sym_RBRACE] = ACTIONS(3194), - [anon_sym_LPAREN] = ACTIONS(3194), - [anon_sym_COMMA] = ACTIONS(3194), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3190), - [anon_sym_where] = ACTIONS(3190), - [anon_sym_object] = ACTIONS(3190), - [anon_sym_fun] = ACTIONS(3190), - [anon_sym_DOT] = ACTIONS(3190), - [anon_sym_SEMI] = ACTIONS(3194), - [anon_sym_get] = ACTIONS(3190), - [anon_sym_set] = ACTIONS(3190), - [anon_sym_this] = ACTIONS(3190), - [anon_sym_super] = ACTIONS(3190), - [anon_sym_STAR] = ACTIONS(3190), - [sym_label] = ACTIONS(3190), - [anon_sym_in] = ACTIONS(3190), - [anon_sym_DOT_DOT] = ACTIONS(3194), - [anon_sym_QMARK_COLON] = ACTIONS(3194), - [anon_sym_AMP_AMP] = ACTIONS(3194), - [anon_sym_PIPE_PIPE] = ACTIONS(3194), - [anon_sym_null] = ACTIONS(3190), - [anon_sym_if] = ACTIONS(3190), - [anon_sym_else] = ACTIONS(3190), - [anon_sym_when] = ACTIONS(3190), - [anon_sym_try] = ACTIONS(3190), - [anon_sym_throw] = ACTIONS(3190), - [anon_sym_return] = ACTIONS(3190), - [anon_sym_continue] = ACTIONS(3190), - [anon_sym_break] = ACTIONS(3190), - [anon_sym_COLON_COLON] = ACTIONS(3194), - [anon_sym_PLUS_EQ] = ACTIONS(3194), - [anon_sym_DASH_EQ] = ACTIONS(3194), - [anon_sym_STAR_EQ] = ACTIONS(3194), - [anon_sym_SLASH_EQ] = ACTIONS(3194), - [anon_sym_PERCENT_EQ] = ACTIONS(3194), - [anon_sym_BANG_EQ] = ACTIONS(3190), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3194), - [anon_sym_EQ_EQ] = ACTIONS(3190), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3194), - [anon_sym_LT_EQ] = ACTIONS(3194), - [anon_sym_GT_EQ] = ACTIONS(3194), - [anon_sym_BANGin] = ACTIONS(3194), - [anon_sym_is] = ACTIONS(3190), - [anon_sym_BANGis] = ACTIONS(3194), - [anon_sym_PLUS] = ACTIONS(3190), - [anon_sym_DASH] = ACTIONS(3190), - [anon_sym_SLASH] = ACTIONS(3190), - [anon_sym_PERCENT] = ACTIONS(3190), - [anon_sym_as_QMARK] = ACTIONS(3194), - [anon_sym_PLUS_PLUS] = ACTIONS(3194), - [anon_sym_DASH_DASH] = ACTIONS(3194), - [anon_sym_BANG] = ACTIONS(3190), - [anon_sym_BANG_BANG] = ACTIONS(3194), - [anon_sym_suspend] = ACTIONS(3190), - [anon_sym_sealed] = ACTIONS(3190), - [anon_sym_annotation] = ACTIONS(3190), - [anon_sym_data] = ACTIONS(3190), - [anon_sym_inner] = ACTIONS(3190), - [anon_sym_override] = ACTIONS(3190), - [anon_sym_lateinit] = ACTIONS(3190), - [anon_sym_public] = ACTIONS(3190), - [anon_sym_private] = ACTIONS(3190), - [anon_sym_internal] = ACTIONS(3190), - [anon_sym_protected] = ACTIONS(3190), - [anon_sym_tailrec] = ACTIONS(3190), - [anon_sym_operator] = ACTIONS(3190), - [anon_sym_infix] = ACTIONS(3190), - [anon_sym_inline] = ACTIONS(3190), - [anon_sym_external] = ACTIONS(3190), - [sym_property_modifier] = ACTIONS(3190), - [anon_sym_abstract] = ACTIONS(3190), - [anon_sym_final] = ACTIONS(3190), - [anon_sym_open] = ACTIONS(3190), - [anon_sym_vararg] = ACTIONS(3190), - [anon_sym_noinline] = ACTIONS(3190), - [anon_sym_crossinline] = ACTIONS(3190), - [anon_sym_expect] = ACTIONS(3190), - [anon_sym_actual] = ACTIONS(3190), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3194), - [anon_sym_continue_AT] = ACTIONS(3194), - [anon_sym_break_AT] = ACTIONS(3194), - [sym_real_literal] = ACTIONS(3194), - [sym_integer_literal] = ACTIONS(3190), - [sym_hex_literal] = ACTIONS(3194), - [sym_bin_literal] = ACTIONS(3194), - [anon_sym_true] = ACTIONS(3190), - [anon_sym_false] = ACTIONS(3190), - [anon_sym_SQUOTE] = ACTIONS(3194), - [sym__backtick_identifier] = ACTIONS(3194), - [sym__automatic_semicolon] = ACTIONS(3194), - [sym_safe_nav] = ACTIONS(3194), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3194), - }, - [990] = { - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(1814), - [sym__comparison_operator] = STATE(1815), - [sym__in_operator] = STATE(1817), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(1818), - [sym__multiplicative_operator] = STATE(1819), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_annotation] = STATE(7845), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1821), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [sym__alpha_identifier] = ACTIONS(3076), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_RBRACK] = ACTIONS(3078), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_EQ] = ACTIONS(3076), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(3078), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_COMMA] = ACTIONS(3078), - [anon_sym_RPAREN] = ACTIONS(3078), - [anon_sym_LT] = ACTIONS(3080), - [anon_sym_GT] = ACTIONS(3076), - [anon_sym_where] = ACTIONS(3076), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(3078), - [anon_sym_get] = ACTIONS(3076), - [anon_sym_set] = ACTIONS(3076), - [anon_sym_STAR] = ACTIONS(3390), - [anon_sym_DASH_GT] = ACTIONS(3078), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(3076), - [anon_sym_while] = ACTIONS(3076), - [anon_sym_DOT_DOT] = ACTIONS(3396), - [anon_sym_QMARK_COLON] = ACTIONS(3078), - [anon_sym_AMP_AMP] = ACTIONS(3078), - [anon_sym_PIPE_PIPE] = ACTIONS(3078), - [anon_sym_else] = ACTIONS(3076), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_PLUS_EQ] = ACTIONS(3078), - [anon_sym_DASH_EQ] = ACTIONS(3078), - [anon_sym_STAR_EQ] = ACTIONS(3078), - [anon_sym_SLASH_EQ] = ACTIONS(3078), - [anon_sym_PERCENT_EQ] = ACTIONS(3078), - [anon_sym_BANG_EQ] = ACTIONS(3076), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3078), - [anon_sym_EQ_EQ] = ACTIONS(3076), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3078), - [anon_sym_LT_EQ] = ACTIONS(3078), - [anon_sym_GT_EQ] = ACTIONS(3078), - [anon_sym_BANGin] = ACTIONS(3078), - [anon_sym_is] = ACTIONS(3076), - [anon_sym_BANGis] = ACTIONS(3078), - [anon_sym_PLUS] = ACTIONS(3418), - [anon_sym_DASH] = ACTIONS(3418), - [anon_sym_SLASH] = ACTIONS(3390), - [anon_sym_PERCENT] = ACTIONS(3390), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), - [anon_sym_suspend] = ACTIONS(3076), - [anon_sym_sealed] = ACTIONS(3076), - [anon_sym_annotation] = ACTIONS(3076), - [anon_sym_data] = ACTIONS(3076), - [anon_sym_inner] = ACTIONS(3076), - [anon_sym_override] = ACTIONS(3076), - [anon_sym_lateinit] = ACTIONS(3076), - [anon_sym_public] = ACTIONS(3076), - [anon_sym_private] = ACTIONS(3076), - [anon_sym_internal] = ACTIONS(3076), - [anon_sym_protected] = ACTIONS(3076), - [anon_sym_tailrec] = ACTIONS(3076), - [anon_sym_operator] = ACTIONS(3076), - [anon_sym_infix] = ACTIONS(3076), - [anon_sym_inline] = ACTIONS(3076), - [anon_sym_external] = ACTIONS(3076), - [sym_property_modifier] = ACTIONS(3076), - [anon_sym_abstract] = ACTIONS(3076), - [anon_sym_final] = ACTIONS(3076), - [anon_sym_open] = ACTIONS(3076), - [anon_sym_vararg] = ACTIONS(3076), - [anon_sym_noinline] = ACTIONS(3076), - [anon_sym_crossinline] = ACTIONS(3076), - [anon_sym_expect] = ACTIONS(3076), - [anon_sym_actual] = ACTIONS(3076), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3078), - [sym_safe_nav] = ACTIONS(3404), - [sym_multiline_comment] = ACTIONS(3), - }, - [991] = { - [sym_function_body] = STATE(1159), - [sym__block] = STATE(1128), - [sym__alpha_identifier] = ACTIONS(4336), - [anon_sym_AT] = ACTIONS(4338), - [anon_sym_COLON] = ACTIONS(4629), - [anon_sym_LBRACK] = ACTIONS(4338), - [anon_sym_as] = ACTIONS(4336), - [anon_sym_EQ] = ACTIONS(4207), - [anon_sym_LBRACE] = ACTIONS(4081), - [anon_sym_RBRACE] = ACTIONS(4338), - [anon_sym_LPAREN] = ACTIONS(4338), - [anon_sym_LT] = ACTIONS(4336), - [anon_sym_GT] = ACTIONS(4336), - [anon_sym_object] = ACTIONS(4336), - [anon_sym_fun] = ACTIONS(4336), - [anon_sym_DOT] = ACTIONS(4336), - [anon_sym_SEMI] = ACTIONS(4338), - [anon_sym_get] = ACTIONS(4336), - [anon_sym_set] = ACTIONS(4336), - [anon_sym_this] = ACTIONS(4336), - [anon_sym_super] = ACTIONS(4336), - [anon_sym_STAR] = ACTIONS(4336), - [sym_label] = ACTIONS(4336), - [anon_sym_in] = ACTIONS(4336), - [anon_sym_DOT_DOT] = ACTIONS(4338), - [anon_sym_QMARK_COLON] = ACTIONS(4338), - [anon_sym_AMP_AMP] = ACTIONS(4338), - [anon_sym_PIPE_PIPE] = ACTIONS(4338), - [anon_sym_null] = ACTIONS(4336), - [anon_sym_if] = ACTIONS(4336), - [anon_sym_else] = ACTIONS(4336), - [anon_sym_when] = ACTIONS(4336), - [anon_sym_try] = ACTIONS(4336), - [anon_sym_throw] = ACTIONS(4336), - [anon_sym_return] = ACTIONS(4336), - [anon_sym_continue] = ACTIONS(4336), - [anon_sym_break] = ACTIONS(4336), - [anon_sym_COLON_COLON] = ACTIONS(4338), - [anon_sym_PLUS_EQ] = ACTIONS(4338), - [anon_sym_DASH_EQ] = ACTIONS(4338), - [anon_sym_STAR_EQ] = ACTIONS(4338), - [anon_sym_SLASH_EQ] = ACTIONS(4338), - [anon_sym_PERCENT_EQ] = ACTIONS(4338), - [anon_sym_BANG_EQ] = ACTIONS(4336), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4338), - [anon_sym_EQ_EQ] = ACTIONS(4336), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4338), - [anon_sym_LT_EQ] = ACTIONS(4338), - [anon_sym_GT_EQ] = ACTIONS(4338), - [anon_sym_BANGin] = ACTIONS(4338), - [anon_sym_is] = ACTIONS(4336), - [anon_sym_BANGis] = ACTIONS(4338), - [anon_sym_PLUS] = ACTIONS(4336), - [anon_sym_DASH] = ACTIONS(4336), - [anon_sym_SLASH] = ACTIONS(4336), - [anon_sym_PERCENT] = ACTIONS(4336), - [anon_sym_as_QMARK] = ACTIONS(4338), - [anon_sym_PLUS_PLUS] = ACTIONS(4338), - [anon_sym_DASH_DASH] = ACTIONS(4338), - [anon_sym_BANG] = ACTIONS(4336), - [anon_sym_BANG_BANG] = ACTIONS(4338), - [anon_sym_suspend] = ACTIONS(4336), - [anon_sym_sealed] = ACTIONS(4336), - [anon_sym_annotation] = ACTIONS(4336), - [anon_sym_data] = ACTIONS(4336), - [anon_sym_inner] = ACTIONS(4336), - [anon_sym_override] = ACTIONS(4336), - [anon_sym_lateinit] = ACTIONS(4336), - [anon_sym_public] = ACTIONS(4336), - [anon_sym_private] = ACTIONS(4336), - [anon_sym_internal] = ACTIONS(4336), - [anon_sym_protected] = ACTIONS(4336), - [anon_sym_tailrec] = ACTIONS(4336), - [anon_sym_operator] = ACTIONS(4336), - [anon_sym_infix] = ACTIONS(4336), - [anon_sym_inline] = ACTIONS(4336), - [anon_sym_external] = ACTIONS(4336), - [sym_property_modifier] = ACTIONS(4336), - [anon_sym_abstract] = ACTIONS(4336), - [anon_sym_final] = ACTIONS(4336), - [anon_sym_open] = ACTIONS(4336), - [anon_sym_vararg] = ACTIONS(4336), - [anon_sym_noinline] = ACTIONS(4336), - [anon_sym_crossinline] = ACTIONS(4336), - [anon_sym_expect] = ACTIONS(4336), - [anon_sym_actual] = ACTIONS(4336), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4338), - [anon_sym_continue_AT] = ACTIONS(4338), - [anon_sym_break_AT] = ACTIONS(4338), - [sym_real_literal] = ACTIONS(4338), - [sym_integer_literal] = ACTIONS(4336), - [sym_hex_literal] = ACTIONS(4338), - [sym_bin_literal] = ACTIONS(4338), - [anon_sym_true] = ACTIONS(4336), - [anon_sym_false] = ACTIONS(4336), - [anon_sym_SQUOTE] = ACTIONS(4338), - [sym__backtick_identifier] = ACTIONS(4338), - [sym__automatic_semicolon] = ACTIONS(4338), - [sym_safe_nav] = ACTIONS(4338), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4338), - }, - [992] = { - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(1814), - [sym__comparison_operator] = STATE(1815), - [sym__in_operator] = STATE(1817), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(1818), - [sym__multiplicative_operator] = STATE(1819), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_annotation] = STATE(7845), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1821), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [sym__alpha_identifier] = ACTIONS(3065), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_RBRACK] = ACTIONS(3067), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_EQ] = ACTIONS(3065), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(3067), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_COMMA] = ACTIONS(3067), - [anon_sym_RPAREN] = ACTIONS(3067), - [anon_sym_LT] = ACTIONS(3069), - [anon_sym_GT] = ACTIONS(3065), - [anon_sym_where] = ACTIONS(3065), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(3067), - [anon_sym_get] = ACTIONS(3065), - [anon_sym_set] = ACTIONS(3065), - [anon_sym_STAR] = ACTIONS(3065), - [anon_sym_DASH_GT] = ACTIONS(3067), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(3065), - [anon_sym_while] = ACTIONS(3065), - [anon_sym_DOT_DOT] = ACTIONS(3067), - [anon_sym_QMARK_COLON] = ACTIONS(3067), - [anon_sym_AMP_AMP] = ACTIONS(3067), - [anon_sym_PIPE_PIPE] = ACTIONS(3067), - [anon_sym_else] = ACTIONS(3065), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_PLUS_EQ] = ACTIONS(3067), - [anon_sym_DASH_EQ] = ACTIONS(3067), - [anon_sym_STAR_EQ] = ACTIONS(3067), - [anon_sym_SLASH_EQ] = ACTIONS(3067), - [anon_sym_PERCENT_EQ] = ACTIONS(3067), - [anon_sym_BANG_EQ] = ACTIONS(3065), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3067), - [anon_sym_EQ_EQ] = ACTIONS(3065), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3067), - [anon_sym_LT_EQ] = ACTIONS(3067), - [anon_sym_GT_EQ] = ACTIONS(3067), - [anon_sym_BANGin] = ACTIONS(3067), - [anon_sym_is] = ACTIONS(3065), - [anon_sym_BANGis] = ACTIONS(3067), - [anon_sym_PLUS] = ACTIONS(3065), - [anon_sym_DASH] = ACTIONS(3065), - [anon_sym_SLASH] = ACTIONS(3065), - [anon_sym_PERCENT] = ACTIONS(3065), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), - [anon_sym_suspend] = ACTIONS(3065), - [anon_sym_sealed] = ACTIONS(3065), - [anon_sym_annotation] = ACTIONS(3065), - [anon_sym_data] = ACTIONS(3065), - [anon_sym_inner] = ACTIONS(3065), - [anon_sym_override] = ACTIONS(3065), - [anon_sym_lateinit] = ACTIONS(3065), - [anon_sym_public] = ACTIONS(3065), - [anon_sym_private] = ACTIONS(3065), - [anon_sym_internal] = ACTIONS(3065), - [anon_sym_protected] = ACTIONS(3065), - [anon_sym_tailrec] = ACTIONS(3065), - [anon_sym_operator] = ACTIONS(3065), - [anon_sym_infix] = ACTIONS(3065), - [anon_sym_inline] = ACTIONS(3065), - [anon_sym_external] = ACTIONS(3065), - [sym_property_modifier] = ACTIONS(3065), - [anon_sym_abstract] = ACTIONS(3065), - [anon_sym_final] = ACTIONS(3065), - [anon_sym_open] = ACTIONS(3065), - [anon_sym_vararg] = ACTIONS(3065), - [anon_sym_noinline] = ACTIONS(3065), - [anon_sym_crossinline] = ACTIONS(3065), - [anon_sym_expect] = ACTIONS(3065), - [anon_sym_actual] = ACTIONS(3065), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3067), - [sym_safe_nav] = ACTIONS(3404), - [sym_multiline_comment] = ACTIONS(3), - }, - [993] = { - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(1814), - [sym__comparison_operator] = STATE(1815), - [sym__in_operator] = STATE(1817), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(1818), - [sym__multiplicative_operator] = STATE(1819), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_annotation] = STATE(7845), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1821), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [sym__alpha_identifier] = ACTIONS(3034), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_RBRACK] = ACTIONS(3036), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_EQ] = ACTIONS(3034), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(3036), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_COMMA] = ACTIONS(3036), - [anon_sym_RPAREN] = ACTIONS(3036), - [anon_sym_LT] = ACTIONS(3038), - [anon_sym_GT] = ACTIONS(3034), - [anon_sym_where] = ACTIONS(3034), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(3036), - [anon_sym_get] = ACTIONS(3034), - [anon_sym_set] = ACTIONS(3034), - [anon_sym_STAR] = ACTIONS(3390), - [anon_sym_DASH_GT] = ACTIONS(3036), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(3034), - [anon_sym_while] = ACTIONS(3034), - [anon_sym_DOT_DOT] = ACTIONS(3036), - [anon_sym_QMARK_COLON] = ACTIONS(3036), - [anon_sym_AMP_AMP] = ACTIONS(3036), - [anon_sym_PIPE_PIPE] = ACTIONS(3036), - [anon_sym_else] = ACTIONS(3034), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_PLUS_EQ] = ACTIONS(3036), - [anon_sym_DASH_EQ] = ACTIONS(3036), - [anon_sym_STAR_EQ] = ACTIONS(3036), - [anon_sym_SLASH_EQ] = ACTIONS(3036), - [anon_sym_PERCENT_EQ] = ACTIONS(3036), - [anon_sym_BANG_EQ] = ACTIONS(3034), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3036), - [anon_sym_EQ_EQ] = ACTIONS(3034), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3036), - [anon_sym_LT_EQ] = ACTIONS(3036), - [anon_sym_GT_EQ] = ACTIONS(3036), - [anon_sym_BANGin] = ACTIONS(3036), - [anon_sym_is] = ACTIONS(3034), - [anon_sym_BANGis] = ACTIONS(3036), - [anon_sym_PLUS] = ACTIONS(3034), - [anon_sym_DASH] = ACTIONS(3034), - [anon_sym_SLASH] = ACTIONS(3390), - [anon_sym_PERCENT] = ACTIONS(3390), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), - [anon_sym_suspend] = ACTIONS(3034), - [anon_sym_sealed] = ACTIONS(3034), - [anon_sym_annotation] = ACTIONS(3034), - [anon_sym_data] = ACTIONS(3034), - [anon_sym_inner] = ACTIONS(3034), - [anon_sym_override] = ACTIONS(3034), - [anon_sym_lateinit] = ACTIONS(3034), - [anon_sym_public] = ACTIONS(3034), - [anon_sym_private] = ACTIONS(3034), - [anon_sym_internal] = ACTIONS(3034), - [anon_sym_protected] = ACTIONS(3034), - [anon_sym_tailrec] = ACTIONS(3034), - [anon_sym_operator] = ACTIONS(3034), - [anon_sym_infix] = ACTIONS(3034), - [anon_sym_inline] = ACTIONS(3034), - [anon_sym_external] = ACTIONS(3034), - [sym_property_modifier] = ACTIONS(3034), - [anon_sym_abstract] = ACTIONS(3034), - [anon_sym_final] = ACTIONS(3034), - [anon_sym_open] = ACTIONS(3034), - [anon_sym_vararg] = ACTIONS(3034), - [anon_sym_noinline] = ACTIONS(3034), - [anon_sym_crossinline] = ACTIONS(3034), - [anon_sym_expect] = ACTIONS(3034), - [anon_sym_actual] = ACTIONS(3034), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3036), - [sym_safe_nav] = ACTIONS(3404), - [sym_multiline_comment] = ACTIONS(3), + [anon_sym_RBRACE] = ACTIONS(4190), + [anon_sym_LPAREN] = ACTIONS(4190), + [anon_sym_COMMA] = ACTIONS(4190), + [anon_sym_LT] = ACTIONS(4188), + [anon_sym_GT] = ACTIONS(4188), + [anon_sym_where] = ACTIONS(4188), + [anon_sym_object] = ACTIONS(4188), + [anon_sym_fun] = ACTIONS(4188), + [anon_sym_DOT] = ACTIONS(4188), + [anon_sym_SEMI] = ACTIONS(4190), + [anon_sym_get] = ACTIONS(4188), + [anon_sym_set] = ACTIONS(4188), + [anon_sym_this] = ACTIONS(4188), + [anon_sym_super] = ACTIONS(4188), + [anon_sym_STAR] = ACTIONS(4188), + [sym_label] = ACTIONS(4188), + [anon_sym_in] = ACTIONS(4188), + [anon_sym_DOT_DOT] = ACTIONS(4190), + [anon_sym_QMARK_COLON] = ACTIONS(4190), + [anon_sym_AMP_AMP] = ACTIONS(4190), + [anon_sym_PIPE_PIPE] = ACTIONS(4190), + [anon_sym_null] = ACTIONS(4188), + [anon_sym_if] = ACTIONS(4188), + [anon_sym_else] = ACTIONS(4188), + [anon_sym_when] = ACTIONS(4188), + [anon_sym_try] = ACTIONS(4188), + [anon_sym_throw] = ACTIONS(4188), + [anon_sym_return] = ACTIONS(4188), + [anon_sym_continue] = ACTIONS(4188), + [anon_sym_break] = ACTIONS(4188), + [anon_sym_COLON_COLON] = ACTIONS(4190), + [anon_sym_PLUS_EQ] = ACTIONS(4190), + [anon_sym_DASH_EQ] = ACTIONS(4190), + [anon_sym_STAR_EQ] = ACTIONS(4190), + [anon_sym_SLASH_EQ] = ACTIONS(4190), + [anon_sym_PERCENT_EQ] = ACTIONS(4190), + [anon_sym_BANG_EQ] = ACTIONS(4188), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4190), + [anon_sym_EQ_EQ] = ACTIONS(4188), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4190), + [anon_sym_LT_EQ] = ACTIONS(4190), + [anon_sym_GT_EQ] = ACTIONS(4190), + [anon_sym_BANGin] = ACTIONS(4190), + [anon_sym_is] = ACTIONS(4188), + [anon_sym_BANGis] = ACTIONS(4190), + [anon_sym_PLUS] = ACTIONS(4188), + [anon_sym_DASH] = ACTIONS(4188), + [anon_sym_SLASH] = ACTIONS(4188), + [anon_sym_PERCENT] = ACTIONS(4188), + [anon_sym_as_QMARK] = ACTIONS(4190), + [anon_sym_PLUS_PLUS] = ACTIONS(4190), + [anon_sym_DASH_DASH] = ACTIONS(4190), + [anon_sym_BANG] = ACTIONS(4188), + [anon_sym_BANG_BANG] = ACTIONS(4190), + [anon_sym_suspend] = ACTIONS(4188), + [anon_sym_sealed] = ACTIONS(4188), + [anon_sym_annotation] = ACTIONS(4188), + [anon_sym_data] = ACTIONS(4188), + [anon_sym_inner] = ACTIONS(4188), + [anon_sym_override] = ACTIONS(4188), + [anon_sym_lateinit] = ACTIONS(4188), + [anon_sym_public] = ACTIONS(4188), + [anon_sym_private] = ACTIONS(4188), + [anon_sym_internal] = ACTIONS(4188), + [anon_sym_protected] = ACTIONS(4188), + [anon_sym_tailrec] = ACTIONS(4188), + [anon_sym_operator] = ACTIONS(4188), + [anon_sym_infix] = ACTIONS(4188), + [anon_sym_inline] = ACTIONS(4188), + [anon_sym_external] = ACTIONS(4188), + [sym_property_modifier] = ACTIONS(4188), + [anon_sym_abstract] = ACTIONS(4188), + [anon_sym_final] = ACTIONS(4188), + [anon_sym_open] = ACTIONS(4188), + [anon_sym_vararg] = ACTIONS(4188), + [anon_sym_noinline] = ACTIONS(4188), + [anon_sym_crossinline] = ACTIONS(4188), + [anon_sym_expect] = ACTIONS(4188), + [anon_sym_actual] = ACTIONS(4188), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4190), + [anon_sym_continue_AT] = ACTIONS(4190), + [anon_sym_break_AT] = ACTIONS(4190), + [sym_real_literal] = ACTIONS(4190), + [sym_integer_literal] = ACTIONS(4188), + [sym_hex_literal] = ACTIONS(4190), + [sym_bin_literal] = ACTIONS(4190), + [anon_sym_true] = ACTIONS(4188), + [anon_sym_false] = ACTIONS(4188), + [anon_sym_SQUOTE] = ACTIONS(4190), + [sym__backtick_identifier] = ACTIONS(4190), + [sym__automatic_semicolon] = ACTIONS(4190), + [sym_safe_nav] = ACTIONS(4190), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4190), }, - [994] = { - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(1814), - [sym__comparison_operator] = STATE(1815), - [sym__in_operator] = STATE(1817), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(1818), - [sym__multiplicative_operator] = STATE(1819), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_annotation] = STATE(7845), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1821), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), + [972] = { + [sym_getter] = STATE(8867), + [sym_setter] = STATE(8867), + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(2278), + [sym__comparison_operator] = STATE(2276), + [sym__in_operator] = STATE(2273), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(2271), + [sym__multiplicative_operator] = STATE(2268), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_modifiers] = STATE(8834), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2266), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_RBRACK] = ACTIONS(3017), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_EQ] = ACTIONS(3015), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(3017), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_COMMA] = ACTIONS(3017), - [anon_sym_RPAREN] = ACTIONS(3017), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_RBRACE] = ACTIONS(1766), + [anon_sym_LPAREN] = ACTIONS(3572), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3380), - [anon_sym_where] = ACTIONS(3015), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(3017), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(3390), - [anon_sym_DASH_GT] = ACTIONS(3017), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(3394), - [anon_sym_while] = ACTIONS(3015), - [anon_sym_DOT_DOT] = ACTIONS(3396), - [anon_sym_QMARK_COLON] = ACTIONS(3398), - [anon_sym_AMP_AMP] = ACTIONS(3400), - [anon_sym_PIPE_PIPE] = ACTIONS(3402), - [anon_sym_else] = ACTIONS(3015), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_PLUS_EQ] = ACTIONS(3017), - [anon_sym_DASH_EQ] = ACTIONS(3017), - [anon_sym_STAR_EQ] = ACTIONS(3017), - [anon_sym_SLASH_EQ] = ACTIONS(3017), - [anon_sym_PERCENT_EQ] = ACTIONS(3017), - [anon_sym_BANG_EQ] = ACTIONS(3406), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3408), - [anon_sym_EQ_EQ] = ACTIONS(3406), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3408), - [anon_sym_LT_EQ] = ACTIONS(3410), - [anon_sym_GT_EQ] = ACTIONS(3410), - [anon_sym_BANGin] = ACTIONS(3412), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), - [anon_sym_PLUS] = ACTIONS(3418), - [anon_sym_DASH] = ACTIONS(3418), - [anon_sym_SLASH] = ACTIONS(3390), - [anon_sym_PERCENT] = ACTIONS(3390), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), - [anon_sym_suspend] = ACTIONS(3015), - [anon_sym_sealed] = ACTIONS(3015), - [anon_sym_annotation] = ACTIONS(3015), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3015), - [anon_sym_lateinit] = ACTIONS(3015), - [anon_sym_public] = ACTIONS(3015), - [anon_sym_private] = ACTIONS(3015), - [anon_sym_internal] = ACTIONS(3015), - [anon_sym_protected] = ACTIONS(3015), - [anon_sym_tailrec] = ACTIONS(3015), - [anon_sym_operator] = ACTIONS(3015), - [anon_sym_infix] = ACTIONS(3015), - [anon_sym_inline] = ACTIONS(3015), - [anon_sym_external] = ACTIONS(3015), - [sym_property_modifier] = ACTIONS(3015), - [anon_sym_abstract] = ACTIONS(3015), - [anon_sym_final] = ACTIONS(3015), - [anon_sym_open] = ACTIONS(3015), - [anon_sym_vararg] = ACTIONS(3015), - [anon_sym_noinline] = ACTIONS(3015), - [anon_sym_crossinline] = ACTIONS(3015), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), + [anon_sym_GT] = ACTIONS(4350), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(4607), + [anon_sym_get] = ACTIONS(4609), + [anon_sym_set] = ACTIONS(4611), + [anon_sym_STAR] = ACTIONS(4358), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(4360), + [anon_sym_DOT_DOT] = ACTIONS(4362), + [anon_sym_QMARK_COLON] = ACTIONS(4364), + [anon_sym_AMP_AMP] = ACTIONS(4366), + [anon_sym_PIPE_PIPE] = ACTIONS(4368), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_BANG_EQ] = ACTIONS(4370), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4372), + [anon_sym_EQ_EQ] = ACTIONS(4370), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4372), + [anon_sym_LT_EQ] = ACTIONS(4374), + [anon_sym_GT_EQ] = ACTIONS(4374), + [anon_sym_BANGin] = ACTIONS(4376), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), + [anon_sym_PLUS] = ACTIONS(4378), + [anon_sym_DASH] = ACTIONS(4378), + [anon_sym_SLASH] = ACTIONS(4380), + [anon_sym_PERCENT] = ACTIONS(4358), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(1746), + [anon_sym_inner] = ACTIONS(1746), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(1748), + [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), + [sym__automatic_semicolon] = ACTIONS(1766), + [sym_safe_nav] = ACTIONS(3598), [sym_multiline_comment] = ACTIONS(3), }, - [995] = { - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(1814), - [sym__comparison_operator] = STATE(1815), - [sym__in_operator] = STATE(1817), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(1818), - [sym__multiplicative_operator] = STATE(1819), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_annotation] = STATE(7845), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1821), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [sym__alpha_identifier] = ACTIONS(1686), + [973] = { + [sym_indexing_suffix] = STATE(3424), + [sym_navigation_suffix] = STATE(3423), + [sym_call_suffix] = STATE(3420), + [sym_annotated_lambda] = STATE(3419), + [sym_type_arguments] = STATE(7492), + [sym_value_arguments] = STATE(2731), + [sym_lambda_literal] = STATE(3415), + [sym__equality_operator] = STATE(1651), + [sym__comparison_operator] = STATE(1652), + [sym__in_operator] = STATE(1654), + [sym__is_operator] = STATE(6160), + [sym__additive_operator] = STATE(1655), + [sym__multiplicative_operator] = STATE(1656), + [sym__as_operator] = STATE(6161), + [sym__postfix_unary_operator] = STATE(3414), + [sym__member_access_operator] = STATE(7370), + [sym_annotation] = STATE(7887), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1657), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7887), + [sym__alpha_identifier] = ACTIONS(3075), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_RBRACK] = ACTIONS(3029), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_EQ] = ACTIONS(3027), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(3029), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_COMMA] = ACTIONS(3029), - [anon_sym_RPAREN] = ACTIONS(3029), - [anon_sym_LT] = ACTIONS(3031), - [anon_sym_GT] = ACTIONS(3027), - [anon_sym_where] = ACTIONS(3027), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(3029), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(3390), - [anon_sym_DASH_GT] = ACTIONS(3029), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(3027), - [anon_sym_while] = ACTIONS(3027), - [anon_sym_DOT_DOT] = ACTIONS(3396), - [anon_sym_QMARK_COLON] = ACTIONS(3398), - [anon_sym_AMP_AMP] = ACTIONS(3029), - [anon_sym_PIPE_PIPE] = ACTIONS(3029), - [anon_sym_else] = ACTIONS(3027), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_PLUS_EQ] = ACTIONS(3029), - [anon_sym_DASH_EQ] = ACTIONS(3029), - [anon_sym_STAR_EQ] = ACTIONS(3029), - [anon_sym_SLASH_EQ] = ACTIONS(3029), - [anon_sym_PERCENT_EQ] = ACTIONS(3029), - [anon_sym_BANG_EQ] = ACTIONS(3027), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3029), - [anon_sym_EQ_EQ] = ACTIONS(3027), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3029), - [anon_sym_LT_EQ] = ACTIONS(3029), - [anon_sym_GT_EQ] = ACTIONS(3029), - [anon_sym_BANGin] = ACTIONS(3029), - [anon_sym_is] = ACTIONS(3027), - [anon_sym_BANGis] = ACTIONS(3029), - [anon_sym_PLUS] = ACTIONS(3418), - [anon_sym_DASH] = ACTIONS(3418), - [anon_sym_SLASH] = ACTIONS(3390), - [anon_sym_PERCENT] = ACTIONS(3390), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), - [anon_sym_suspend] = ACTIONS(3027), - [anon_sym_sealed] = ACTIONS(3027), - [anon_sym_annotation] = ACTIONS(3027), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3027), - [anon_sym_lateinit] = ACTIONS(3027), - [anon_sym_public] = ACTIONS(3027), - [anon_sym_private] = ACTIONS(3027), - [anon_sym_internal] = ACTIONS(3027), - [anon_sym_protected] = ACTIONS(3027), - [anon_sym_tailrec] = ACTIONS(3027), - [anon_sym_operator] = ACTIONS(3027), - [anon_sym_infix] = ACTIONS(3027), - [anon_sym_inline] = ACTIONS(3027), - [anon_sym_external] = ACTIONS(3027), - [sym_property_modifier] = ACTIONS(3027), - [anon_sym_abstract] = ACTIONS(3027), - [anon_sym_final] = ACTIONS(3027), - [anon_sym_open] = ACTIONS(3027), - [anon_sym_vararg] = ACTIONS(3027), - [anon_sym_noinline] = ACTIONS(3027), - [anon_sym_crossinline] = ACTIONS(3027), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), - [sym_multiline_comment] = ACTIONS(3), + [anon_sym_LBRACK] = ACTIONS(4543), + [anon_sym_as] = ACTIONS(4545), + [anon_sym_EQ] = ACTIONS(3075), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_RBRACE] = ACTIONS(3077), + [anon_sym_LPAREN] = ACTIONS(4547), + [anon_sym_COMMA] = ACTIONS(3077), + [anon_sym_LT] = ACTIONS(3079), + [anon_sym_GT] = ACTIONS(3075), + [anon_sym_where] = ACTIONS(3075), + [anon_sym_object] = ACTIONS(3075), + [anon_sym_fun] = ACTIONS(3075), + [anon_sym_DOT] = ACTIONS(4551), + [anon_sym_SEMI] = ACTIONS(3077), + [anon_sym_get] = ACTIONS(3075), + [anon_sym_set] = ACTIONS(3075), + [anon_sym_this] = ACTIONS(3075), + [anon_sym_super] = ACTIONS(3075), + [anon_sym_STAR] = ACTIONS(4553), + [sym_label] = ACTIONS(4555), + [anon_sym_in] = ACTIONS(3075), + [anon_sym_DOT_DOT] = ACTIONS(3077), + [anon_sym_QMARK_COLON] = ACTIONS(3077), + [anon_sym_AMP_AMP] = ACTIONS(3077), + [anon_sym_PIPE_PIPE] = ACTIONS(3077), + [anon_sym_null] = ACTIONS(3075), + [anon_sym_if] = ACTIONS(3075), + [anon_sym_else] = ACTIONS(3075), + [anon_sym_when] = ACTIONS(3075), + [anon_sym_try] = ACTIONS(3075), + [anon_sym_throw] = ACTIONS(3075), + [anon_sym_return] = ACTIONS(3075), + [anon_sym_continue] = ACTIONS(3075), + [anon_sym_break] = ACTIONS(3075), + [anon_sym_COLON_COLON] = ACTIONS(4567), + [anon_sym_PLUS_EQ] = ACTIONS(3077), + [anon_sym_DASH_EQ] = ACTIONS(3077), + [anon_sym_STAR_EQ] = ACTIONS(3077), + [anon_sym_SLASH_EQ] = ACTIONS(3077), + [anon_sym_PERCENT_EQ] = ACTIONS(3077), + [anon_sym_BANG_EQ] = ACTIONS(3075), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3077), + [anon_sym_EQ_EQ] = ACTIONS(3075), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3077), + [anon_sym_LT_EQ] = ACTIONS(3077), + [anon_sym_GT_EQ] = ACTIONS(3077), + [anon_sym_BANGin] = ACTIONS(3077), + [anon_sym_is] = ACTIONS(3075), + [anon_sym_BANGis] = ACTIONS(3077), + [anon_sym_PLUS] = ACTIONS(4581), + [anon_sym_DASH] = ACTIONS(4581), + [anon_sym_SLASH] = ACTIONS(4553), + [anon_sym_PERCENT] = ACTIONS(4553), + [anon_sym_as_QMARK] = ACTIONS(4583), + [anon_sym_PLUS_PLUS] = ACTIONS(4585), + [anon_sym_DASH_DASH] = ACTIONS(4585), + [anon_sym_BANG] = ACTIONS(3075), + [anon_sym_BANG_BANG] = ACTIONS(4585), + [anon_sym_data] = ACTIONS(3075), + [anon_sym_inner] = ACTIONS(3075), + [anon_sym_expect] = ACTIONS(3075), + [anon_sym_actual] = ACTIONS(3075), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3077), + [anon_sym_continue_AT] = ACTIONS(3077), + [anon_sym_break_AT] = ACTIONS(3077), + [sym_real_literal] = ACTIONS(3077), + [sym_integer_literal] = ACTIONS(3075), + [sym_hex_literal] = ACTIONS(3077), + [sym_bin_literal] = ACTIONS(3077), + [anon_sym_true] = ACTIONS(3075), + [anon_sym_false] = ACTIONS(3075), + [anon_sym_SQUOTE] = ACTIONS(3077), + [sym__backtick_identifier] = ACTIONS(3077), + [sym__automatic_semicolon] = ACTIONS(3077), + [sym_safe_nav] = ACTIONS(4567), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3077), }, - [996] = { - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(1814), - [sym__comparison_operator] = STATE(1815), - [sym__in_operator] = STATE(1817), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(1818), - [sym__multiplicative_operator] = STATE(1819), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_annotation] = STATE(7845), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1821), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), + [974] = { + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(1631), + [sym__comparison_operator] = STATE(2054), + [sym__in_operator] = STATE(1615), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(1616), + [sym__multiplicative_operator] = STATE(1617), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_annotation] = STATE(7893), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1618), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_RBRACK] = ACTIONS(3025), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_EQ] = ACTIONS(3023), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(3025), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_COMMA] = ACTIONS(3025), - [anon_sym_RPAREN] = ACTIONS(3025), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3023), - [anon_sym_where] = ACTIONS(3023), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(3025), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_RBRACK] = ACTIONS(3031), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_EQ] = ACTIONS(3029), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(3031), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_COMMA] = ACTIONS(3031), + [anon_sym_RPAREN] = ACTIONS(3031), + [anon_sym_LT] = ACTIONS(3033), + [anon_sym_GT] = ACTIONS(3029), + [anon_sym_where] = ACTIONS(3029), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3031), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(3390), - [anon_sym_DASH_GT] = ACTIONS(3025), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(3394), - [anon_sym_while] = ACTIONS(3023), - [anon_sym_DOT_DOT] = ACTIONS(3396), - [anon_sym_QMARK_COLON] = ACTIONS(3398), - [anon_sym_AMP_AMP] = ACTIONS(3025), - [anon_sym_PIPE_PIPE] = ACTIONS(3025), - [anon_sym_else] = ACTIONS(3023), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_PLUS_EQ] = ACTIONS(3025), - [anon_sym_DASH_EQ] = ACTIONS(3025), - [anon_sym_STAR_EQ] = ACTIONS(3025), - [anon_sym_SLASH_EQ] = ACTIONS(3025), - [anon_sym_PERCENT_EQ] = ACTIONS(3025), - [anon_sym_BANG_EQ] = ACTIONS(3023), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3025), - [anon_sym_EQ_EQ] = ACTIONS(3023), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3025), - [anon_sym_LT_EQ] = ACTIONS(3025), - [anon_sym_GT_EQ] = ACTIONS(3025), - [anon_sym_BANGin] = ACTIONS(3412), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), - [anon_sym_PLUS] = ACTIONS(3418), - [anon_sym_DASH] = ACTIONS(3418), - [anon_sym_SLASH] = ACTIONS(3390), - [anon_sym_PERCENT] = ACTIONS(3390), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), - [anon_sym_suspend] = ACTIONS(3023), - [anon_sym_sealed] = ACTIONS(3023), - [anon_sym_annotation] = ACTIONS(3023), + [anon_sym_STAR] = ACTIONS(3406), + [anon_sym_DASH_GT] = ACTIONS(3031), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(3029), + [anon_sym_while] = ACTIONS(3029), + [anon_sym_DOT_DOT] = ACTIONS(3412), + [anon_sym_QMARK_COLON] = ACTIONS(3414), + [anon_sym_AMP_AMP] = ACTIONS(3031), + [anon_sym_PIPE_PIPE] = ACTIONS(3031), + [anon_sym_else] = ACTIONS(3029), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_PLUS_EQ] = ACTIONS(3031), + [anon_sym_DASH_EQ] = ACTIONS(3031), + [anon_sym_STAR_EQ] = ACTIONS(3031), + [anon_sym_SLASH_EQ] = ACTIONS(3031), + [anon_sym_PERCENT_EQ] = ACTIONS(3031), + [anon_sym_BANG_EQ] = ACTIONS(3029), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3031), + [anon_sym_EQ_EQ] = ACTIONS(3029), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3031), + [anon_sym_LT_EQ] = ACTIONS(3031), + [anon_sym_GT_EQ] = ACTIONS(3031), + [anon_sym_BANGin] = ACTIONS(3031), + [anon_sym_is] = ACTIONS(3029), + [anon_sym_BANGis] = ACTIONS(3031), + [anon_sym_PLUS] = ACTIONS(3434), + [anon_sym_DASH] = ACTIONS(3434), + [anon_sym_SLASH] = ACTIONS(3406), + [anon_sym_PERCENT] = ACTIONS(3406), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), + [anon_sym_suspend] = ACTIONS(3029), + [anon_sym_sealed] = ACTIONS(3029), + [anon_sym_annotation] = ACTIONS(3029), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3023), - [anon_sym_lateinit] = ACTIONS(3023), - [anon_sym_public] = ACTIONS(3023), - [anon_sym_private] = ACTIONS(3023), - [anon_sym_internal] = ACTIONS(3023), - [anon_sym_protected] = ACTIONS(3023), - [anon_sym_tailrec] = ACTIONS(3023), - [anon_sym_operator] = ACTIONS(3023), - [anon_sym_infix] = ACTIONS(3023), - [anon_sym_inline] = ACTIONS(3023), - [anon_sym_external] = ACTIONS(3023), - [sym_property_modifier] = ACTIONS(3023), - [anon_sym_abstract] = ACTIONS(3023), - [anon_sym_final] = ACTIONS(3023), - [anon_sym_open] = ACTIONS(3023), - [anon_sym_vararg] = ACTIONS(3023), - [anon_sym_noinline] = ACTIONS(3023), - [anon_sym_crossinline] = ACTIONS(3023), + [anon_sym_override] = ACTIONS(3029), + [anon_sym_lateinit] = ACTIONS(3029), + [anon_sym_public] = ACTIONS(3029), + [anon_sym_private] = ACTIONS(3029), + [anon_sym_internal] = ACTIONS(3029), + [anon_sym_protected] = ACTIONS(3029), + [anon_sym_tailrec] = ACTIONS(3029), + [anon_sym_operator] = ACTIONS(3029), + [anon_sym_infix] = ACTIONS(3029), + [anon_sym_inline] = ACTIONS(3029), + [anon_sym_external] = ACTIONS(3029), + [sym_property_modifier] = ACTIONS(3029), + [anon_sym_abstract] = ACTIONS(3029), + [anon_sym_final] = ACTIONS(3029), + [anon_sym_open] = ACTIONS(3029), + [anon_sym_vararg] = ACTIONS(3029), + [anon_sym_noinline] = ACTIONS(3029), + [anon_sym_crossinline] = ACTIONS(3029), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), + [sym_safe_nav] = ACTIONS(3420), [sym_multiline_comment] = ACTIONS(3), }, - [997] = { - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(1814), - [sym__comparison_operator] = STATE(1815), - [sym__in_operator] = STATE(1817), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(1818), - [sym__multiplicative_operator] = STATE(1819), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_annotation] = STATE(7845), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1821), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), + [975] = { + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(1631), + [sym__comparison_operator] = STATE(2054), + [sym__in_operator] = STATE(1615), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(1616), + [sym__multiplicative_operator] = STATE(1617), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_annotation] = STATE(7893), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1618), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_RBRACK] = ACTIONS(2997), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_EQ] = ACTIONS(2995), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(2997), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_COMMA] = ACTIONS(2997), - [anon_sym_RPAREN] = ACTIONS(2997), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_RBRACK] = ACTIONS(3038), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_EQ] = ACTIONS(3036), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(3038), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_COMMA] = ACTIONS(3038), + [anon_sym_RPAREN] = ACTIONS(3038), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3380), - [anon_sym_where] = ACTIONS(2995), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(2997), + [anon_sym_GT] = ACTIONS(3036), + [anon_sym_where] = ACTIONS(3036), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3038), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(3390), - [anon_sym_DASH_GT] = ACTIONS(2997), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(3394), - [anon_sym_while] = ACTIONS(2995), - [anon_sym_DOT_DOT] = ACTIONS(3396), - [anon_sym_QMARK_COLON] = ACTIONS(3398), - [anon_sym_AMP_AMP] = ACTIONS(2997), - [anon_sym_PIPE_PIPE] = ACTIONS(2997), - [anon_sym_else] = ACTIONS(2995), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_PLUS_EQ] = ACTIONS(2997), - [anon_sym_DASH_EQ] = ACTIONS(2997), - [anon_sym_STAR_EQ] = ACTIONS(2997), - [anon_sym_SLASH_EQ] = ACTIONS(2997), - [anon_sym_PERCENT_EQ] = ACTIONS(2997), - [anon_sym_BANG_EQ] = ACTIONS(2995), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2997), - [anon_sym_EQ_EQ] = ACTIONS(2995), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2997), - [anon_sym_LT_EQ] = ACTIONS(3410), - [anon_sym_GT_EQ] = ACTIONS(3410), - [anon_sym_BANGin] = ACTIONS(3412), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), - [anon_sym_PLUS] = ACTIONS(3418), - [anon_sym_DASH] = ACTIONS(3418), - [anon_sym_SLASH] = ACTIONS(3390), - [anon_sym_PERCENT] = ACTIONS(3390), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), - [anon_sym_suspend] = ACTIONS(2995), - [anon_sym_sealed] = ACTIONS(2995), - [anon_sym_annotation] = ACTIONS(2995), + [anon_sym_STAR] = ACTIONS(3406), + [anon_sym_DASH_GT] = ACTIONS(3038), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(3410), + [anon_sym_while] = ACTIONS(3036), + [anon_sym_DOT_DOT] = ACTIONS(3412), + [anon_sym_QMARK_COLON] = ACTIONS(3414), + [anon_sym_AMP_AMP] = ACTIONS(3038), + [anon_sym_PIPE_PIPE] = ACTIONS(3038), + [anon_sym_else] = ACTIONS(3036), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_PLUS_EQ] = ACTIONS(3038), + [anon_sym_DASH_EQ] = ACTIONS(3038), + [anon_sym_STAR_EQ] = ACTIONS(3038), + [anon_sym_SLASH_EQ] = ACTIONS(3038), + [anon_sym_PERCENT_EQ] = ACTIONS(3038), + [anon_sym_BANG_EQ] = ACTIONS(3036), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3038), + [anon_sym_EQ_EQ] = ACTIONS(3036), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3038), + [anon_sym_LT_EQ] = ACTIONS(3038), + [anon_sym_GT_EQ] = ACTIONS(3038), + [anon_sym_BANGin] = ACTIONS(3428), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), + [anon_sym_PLUS] = ACTIONS(3434), + [anon_sym_DASH] = ACTIONS(3434), + [anon_sym_SLASH] = ACTIONS(3406), + [anon_sym_PERCENT] = ACTIONS(3406), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), + [anon_sym_suspend] = ACTIONS(3036), + [anon_sym_sealed] = ACTIONS(3036), + [anon_sym_annotation] = ACTIONS(3036), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(2995), - [anon_sym_lateinit] = ACTIONS(2995), - [anon_sym_public] = ACTIONS(2995), - [anon_sym_private] = ACTIONS(2995), - [anon_sym_internal] = ACTIONS(2995), - [anon_sym_protected] = ACTIONS(2995), - [anon_sym_tailrec] = ACTIONS(2995), - [anon_sym_operator] = ACTIONS(2995), - [anon_sym_infix] = ACTIONS(2995), - [anon_sym_inline] = ACTIONS(2995), - [anon_sym_external] = ACTIONS(2995), - [sym_property_modifier] = ACTIONS(2995), - [anon_sym_abstract] = ACTIONS(2995), - [anon_sym_final] = ACTIONS(2995), - [anon_sym_open] = ACTIONS(2995), - [anon_sym_vararg] = ACTIONS(2995), - [anon_sym_noinline] = ACTIONS(2995), - [anon_sym_crossinline] = ACTIONS(2995), + [anon_sym_override] = ACTIONS(3036), + [anon_sym_lateinit] = ACTIONS(3036), + [anon_sym_public] = ACTIONS(3036), + [anon_sym_private] = ACTIONS(3036), + [anon_sym_internal] = ACTIONS(3036), + [anon_sym_protected] = ACTIONS(3036), + [anon_sym_tailrec] = ACTIONS(3036), + [anon_sym_operator] = ACTIONS(3036), + [anon_sym_infix] = ACTIONS(3036), + [anon_sym_inline] = ACTIONS(3036), + [anon_sym_external] = ACTIONS(3036), + [sym_property_modifier] = ACTIONS(3036), + [anon_sym_abstract] = ACTIONS(3036), + [anon_sym_final] = ACTIONS(3036), + [anon_sym_open] = ACTIONS(3036), + [anon_sym_vararg] = ACTIONS(3036), + [anon_sym_noinline] = ACTIONS(3036), + [anon_sym_crossinline] = ACTIONS(3036), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), + [sym_safe_nav] = ACTIONS(3420), [sym_multiline_comment] = ACTIONS(3), }, - [998] = { - [sym__alpha_identifier] = ACTIONS(4631), - [anon_sym_AT] = ACTIONS(4633), - [anon_sym_LBRACK] = ACTIONS(4633), - [anon_sym_as] = ACTIONS(4631), - [anon_sym_EQ] = ACTIONS(4631), - [anon_sym_LBRACE] = ACTIONS(4633), - [anon_sym_RBRACE] = ACTIONS(4633), - [anon_sym_LPAREN] = ACTIONS(4633), - [anon_sym_COMMA] = ACTIONS(4633), - [anon_sym_by] = ACTIONS(4631), - [anon_sym_LT] = ACTIONS(4631), - [anon_sym_GT] = ACTIONS(4631), - [anon_sym_where] = ACTIONS(4631), - [anon_sym_object] = ACTIONS(4631), - [anon_sym_fun] = ACTIONS(4631), - [anon_sym_DOT] = ACTIONS(4631), - [anon_sym_SEMI] = ACTIONS(4633), - [anon_sym_get] = ACTIONS(4631), - [anon_sym_set] = ACTIONS(4631), - [anon_sym_this] = ACTIONS(4631), - [anon_sym_super] = ACTIONS(4631), - [anon_sym_STAR] = ACTIONS(4631), - [sym_label] = ACTIONS(4631), - [anon_sym_in] = ACTIONS(4631), - [anon_sym_DOT_DOT] = ACTIONS(4633), - [anon_sym_QMARK_COLON] = ACTIONS(4633), - [anon_sym_AMP_AMP] = ACTIONS(4633), - [anon_sym_PIPE_PIPE] = ACTIONS(4633), - [anon_sym_null] = ACTIONS(4631), - [anon_sym_if] = ACTIONS(4631), - [anon_sym_else] = ACTIONS(4631), - [anon_sym_when] = ACTIONS(4631), - [anon_sym_try] = ACTIONS(4631), - [anon_sym_throw] = ACTIONS(4631), - [anon_sym_return] = ACTIONS(4631), - [anon_sym_continue] = ACTIONS(4631), - [anon_sym_break] = ACTIONS(4631), - [anon_sym_COLON_COLON] = ACTIONS(4633), - [anon_sym_PLUS_EQ] = ACTIONS(4633), - [anon_sym_DASH_EQ] = ACTIONS(4633), - [anon_sym_STAR_EQ] = ACTIONS(4633), - [anon_sym_SLASH_EQ] = ACTIONS(4633), - [anon_sym_PERCENT_EQ] = ACTIONS(4633), - [anon_sym_BANG_EQ] = ACTIONS(4631), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4633), - [anon_sym_EQ_EQ] = ACTIONS(4631), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4633), - [anon_sym_LT_EQ] = ACTIONS(4633), - [anon_sym_GT_EQ] = ACTIONS(4633), - [anon_sym_BANGin] = ACTIONS(4633), - [anon_sym_is] = ACTIONS(4631), - [anon_sym_BANGis] = ACTIONS(4633), - [anon_sym_PLUS] = ACTIONS(4631), - [anon_sym_DASH] = ACTIONS(4631), - [anon_sym_SLASH] = ACTIONS(4631), - [anon_sym_PERCENT] = ACTIONS(4631), - [anon_sym_as_QMARK] = ACTIONS(4633), - [anon_sym_PLUS_PLUS] = ACTIONS(4633), - [anon_sym_DASH_DASH] = ACTIONS(4633), - [anon_sym_BANG] = ACTIONS(4631), - [anon_sym_BANG_BANG] = ACTIONS(4633), - [anon_sym_suspend] = ACTIONS(4631), - [anon_sym_sealed] = ACTIONS(4631), - [anon_sym_annotation] = ACTIONS(4631), - [anon_sym_data] = ACTIONS(4631), - [anon_sym_inner] = ACTIONS(4631), - [anon_sym_override] = ACTIONS(4631), - [anon_sym_lateinit] = ACTIONS(4631), - [anon_sym_public] = ACTIONS(4631), - [anon_sym_private] = ACTIONS(4631), - [anon_sym_internal] = ACTIONS(4631), - [anon_sym_protected] = ACTIONS(4631), - [anon_sym_tailrec] = ACTIONS(4631), - [anon_sym_operator] = ACTIONS(4631), - [anon_sym_infix] = ACTIONS(4631), - [anon_sym_inline] = ACTIONS(4631), - [anon_sym_external] = ACTIONS(4631), - [sym_property_modifier] = ACTIONS(4631), - [anon_sym_abstract] = ACTIONS(4631), - [anon_sym_final] = ACTIONS(4631), - [anon_sym_open] = ACTIONS(4631), - [anon_sym_vararg] = ACTIONS(4631), - [anon_sym_noinline] = ACTIONS(4631), - [anon_sym_crossinline] = ACTIONS(4631), - [anon_sym_expect] = ACTIONS(4631), - [anon_sym_actual] = ACTIONS(4631), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4633), - [anon_sym_continue_AT] = ACTIONS(4633), - [anon_sym_break_AT] = ACTIONS(4633), - [sym_real_literal] = ACTIONS(4633), - [sym_integer_literal] = ACTIONS(4631), - [sym_hex_literal] = ACTIONS(4633), - [sym_bin_literal] = ACTIONS(4633), - [anon_sym_true] = ACTIONS(4631), - [anon_sym_false] = ACTIONS(4631), - [anon_sym_SQUOTE] = ACTIONS(4633), - [sym__backtick_identifier] = ACTIONS(4633), - [sym__automatic_semicolon] = ACTIONS(4633), - [sym_safe_nav] = ACTIONS(4633), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4633), - }, - [999] = { - [sym_enum_class_body] = STATE(1140), - [sym__alpha_identifier] = ACTIONS(4448), - [anon_sym_AT] = ACTIONS(4450), - [anon_sym_LBRACK] = ACTIONS(4450), - [anon_sym_as] = ACTIONS(4448), - [anon_sym_EQ] = ACTIONS(4448), - [anon_sym_LBRACE] = ACTIONS(3144), - [anon_sym_RBRACE] = ACTIONS(4450), - [anon_sym_LPAREN] = ACTIONS(4450), - [anon_sym_COMMA] = ACTIONS(4450), - [anon_sym_LT] = ACTIONS(4448), - [anon_sym_GT] = ACTIONS(4448), - [anon_sym_where] = ACTIONS(4448), - [anon_sym_object] = ACTIONS(4448), - [anon_sym_fun] = ACTIONS(4448), - [anon_sym_DOT] = ACTIONS(4448), - [anon_sym_SEMI] = ACTIONS(4450), - [anon_sym_get] = ACTIONS(4448), - [anon_sym_set] = ACTIONS(4448), - [anon_sym_this] = ACTIONS(4448), - [anon_sym_super] = ACTIONS(4448), - [anon_sym_STAR] = ACTIONS(4448), - [sym_label] = ACTIONS(4448), - [anon_sym_in] = ACTIONS(4448), - [anon_sym_DOT_DOT] = ACTIONS(4450), - [anon_sym_QMARK_COLON] = ACTIONS(4450), - [anon_sym_AMP_AMP] = ACTIONS(4450), - [anon_sym_PIPE_PIPE] = ACTIONS(4450), - [anon_sym_null] = ACTIONS(4448), - [anon_sym_if] = ACTIONS(4448), - [anon_sym_else] = ACTIONS(4448), - [anon_sym_when] = ACTIONS(4448), - [anon_sym_try] = ACTIONS(4448), - [anon_sym_throw] = ACTIONS(4448), - [anon_sym_return] = ACTIONS(4448), - [anon_sym_continue] = ACTIONS(4448), - [anon_sym_break] = ACTIONS(4448), - [anon_sym_COLON_COLON] = ACTIONS(4450), - [anon_sym_PLUS_EQ] = ACTIONS(4450), - [anon_sym_DASH_EQ] = ACTIONS(4450), - [anon_sym_STAR_EQ] = ACTIONS(4450), - [anon_sym_SLASH_EQ] = ACTIONS(4450), - [anon_sym_PERCENT_EQ] = ACTIONS(4450), - [anon_sym_BANG_EQ] = ACTIONS(4448), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4450), - [anon_sym_EQ_EQ] = ACTIONS(4448), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4450), - [anon_sym_LT_EQ] = ACTIONS(4450), - [anon_sym_GT_EQ] = ACTIONS(4450), - [anon_sym_BANGin] = ACTIONS(4450), - [anon_sym_is] = ACTIONS(4448), - [anon_sym_BANGis] = ACTIONS(4450), - [anon_sym_PLUS] = ACTIONS(4448), - [anon_sym_DASH] = ACTIONS(4448), - [anon_sym_SLASH] = ACTIONS(4448), - [anon_sym_PERCENT] = ACTIONS(4448), - [anon_sym_as_QMARK] = ACTIONS(4450), - [anon_sym_PLUS_PLUS] = ACTIONS(4450), - [anon_sym_DASH_DASH] = ACTIONS(4450), - [anon_sym_BANG] = ACTIONS(4448), - [anon_sym_BANG_BANG] = ACTIONS(4450), - [anon_sym_suspend] = ACTIONS(4448), - [anon_sym_sealed] = ACTIONS(4448), - [anon_sym_annotation] = ACTIONS(4448), - [anon_sym_data] = ACTIONS(4448), - [anon_sym_inner] = ACTIONS(4448), - [anon_sym_override] = ACTIONS(4448), - [anon_sym_lateinit] = ACTIONS(4448), - [anon_sym_public] = ACTIONS(4448), - [anon_sym_private] = ACTIONS(4448), - [anon_sym_internal] = ACTIONS(4448), - [anon_sym_protected] = ACTIONS(4448), - [anon_sym_tailrec] = ACTIONS(4448), - [anon_sym_operator] = ACTIONS(4448), - [anon_sym_infix] = ACTIONS(4448), - [anon_sym_inline] = ACTIONS(4448), - [anon_sym_external] = ACTIONS(4448), - [sym_property_modifier] = ACTIONS(4448), - [anon_sym_abstract] = ACTIONS(4448), - [anon_sym_final] = ACTIONS(4448), - [anon_sym_open] = ACTIONS(4448), - [anon_sym_vararg] = ACTIONS(4448), - [anon_sym_noinline] = ACTIONS(4448), - [anon_sym_crossinline] = ACTIONS(4448), - [anon_sym_expect] = ACTIONS(4448), - [anon_sym_actual] = ACTIONS(4448), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4450), - [anon_sym_continue_AT] = ACTIONS(4450), - [anon_sym_break_AT] = ACTIONS(4450), - [sym_real_literal] = ACTIONS(4450), - [sym_integer_literal] = ACTIONS(4448), - [sym_hex_literal] = ACTIONS(4450), - [sym_bin_literal] = ACTIONS(4450), - [anon_sym_true] = ACTIONS(4448), - [anon_sym_false] = ACTIONS(4448), - [anon_sym_SQUOTE] = ACTIONS(4450), - [sym__backtick_identifier] = ACTIONS(4450), - [sym__automatic_semicolon] = ACTIONS(4450), - [sym_safe_nav] = ACTIONS(4450), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4450), + [976] = { + [sym__alpha_identifier] = ACTIONS(4613), + [anon_sym_AT] = ACTIONS(4615), + [anon_sym_COLON] = ACTIONS(4613), + [anon_sym_LBRACK] = ACTIONS(4615), + [anon_sym_as] = ACTIONS(4613), + [anon_sym_EQ] = ACTIONS(4613), + [anon_sym_LBRACE] = ACTIONS(4615), + [anon_sym_RBRACE] = ACTIONS(4615), + [anon_sym_LPAREN] = ACTIONS(4615), + [anon_sym_COMMA] = ACTIONS(4615), + [anon_sym_LT] = ACTIONS(4613), + [anon_sym_GT] = ACTIONS(4613), + [anon_sym_where] = ACTIONS(4613), + [anon_sym_object] = ACTIONS(4613), + [anon_sym_fun] = ACTIONS(4613), + [anon_sym_DOT] = ACTIONS(4613), + [anon_sym_SEMI] = ACTIONS(4615), + [anon_sym_get] = ACTIONS(4613), + [anon_sym_set] = ACTIONS(4613), + [anon_sym_this] = ACTIONS(4613), + [anon_sym_super] = ACTIONS(4613), + [anon_sym_STAR] = ACTIONS(4613), + [sym_label] = ACTIONS(4613), + [anon_sym_in] = ACTIONS(4613), + [anon_sym_DOT_DOT] = ACTIONS(4615), + [anon_sym_QMARK_COLON] = ACTIONS(4615), + [anon_sym_AMP_AMP] = ACTIONS(4615), + [anon_sym_PIPE_PIPE] = ACTIONS(4615), + [anon_sym_null] = ACTIONS(4613), + [anon_sym_if] = ACTIONS(4613), + [anon_sym_else] = ACTIONS(4613), + [anon_sym_when] = ACTIONS(4613), + [anon_sym_try] = ACTIONS(4613), + [anon_sym_throw] = ACTIONS(4613), + [anon_sym_return] = ACTIONS(4613), + [anon_sym_continue] = ACTIONS(4613), + [anon_sym_break] = ACTIONS(4613), + [anon_sym_COLON_COLON] = ACTIONS(4615), + [anon_sym_PLUS_EQ] = ACTIONS(4615), + [anon_sym_DASH_EQ] = ACTIONS(4615), + [anon_sym_STAR_EQ] = ACTIONS(4615), + [anon_sym_SLASH_EQ] = ACTIONS(4615), + [anon_sym_PERCENT_EQ] = ACTIONS(4615), + [anon_sym_BANG_EQ] = ACTIONS(4613), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4615), + [anon_sym_EQ_EQ] = ACTIONS(4613), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4615), + [anon_sym_LT_EQ] = ACTIONS(4615), + [anon_sym_GT_EQ] = ACTIONS(4615), + [anon_sym_BANGin] = ACTIONS(4615), + [anon_sym_is] = ACTIONS(4613), + [anon_sym_BANGis] = ACTIONS(4615), + [anon_sym_PLUS] = ACTIONS(4613), + [anon_sym_DASH] = ACTIONS(4613), + [anon_sym_SLASH] = ACTIONS(4613), + [anon_sym_PERCENT] = ACTIONS(4613), + [anon_sym_as_QMARK] = ACTIONS(4615), + [anon_sym_PLUS_PLUS] = ACTIONS(4615), + [anon_sym_DASH_DASH] = ACTIONS(4615), + [anon_sym_BANG] = ACTIONS(4613), + [anon_sym_BANG_BANG] = ACTIONS(4615), + [anon_sym_suspend] = ACTIONS(4613), + [anon_sym_sealed] = ACTIONS(4613), + [anon_sym_annotation] = ACTIONS(4613), + [anon_sym_data] = ACTIONS(4613), + [anon_sym_inner] = ACTIONS(4613), + [anon_sym_override] = ACTIONS(4613), + [anon_sym_lateinit] = ACTIONS(4613), + [anon_sym_public] = ACTIONS(4613), + [anon_sym_private] = ACTIONS(4613), + [anon_sym_internal] = ACTIONS(4613), + [anon_sym_protected] = ACTIONS(4613), + [anon_sym_tailrec] = ACTIONS(4613), + [anon_sym_operator] = ACTIONS(4613), + [anon_sym_infix] = ACTIONS(4613), + [anon_sym_inline] = ACTIONS(4613), + [anon_sym_external] = ACTIONS(4613), + [sym_property_modifier] = ACTIONS(4613), + [anon_sym_abstract] = ACTIONS(4613), + [anon_sym_final] = ACTIONS(4613), + [anon_sym_open] = ACTIONS(4613), + [anon_sym_vararg] = ACTIONS(4613), + [anon_sym_noinline] = ACTIONS(4613), + [anon_sym_crossinline] = ACTIONS(4613), + [anon_sym_expect] = ACTIONS(4613), + [anon_sym_actual] = ACTIONS(4613), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4615), + [anon_sym_continue_AT] = ACTIONS(4615), + [anon_sym_break_AT] = ACTIONS(4615), + [sym_real_literal] = ACTIONS(4615), + [sym_integer_literal] = ACTIONS(4613), + [sym_hex_literal] = ACTIONS(4615), + [sym_bin_literal] = ACTIONS(4615), + [anon_sym_true] = ACTIONS(4613), + [anon_sym_false] = ACTIONS(4613), + [anon_sym_SQUOTE] = ACTIONS(4615), + [sym__backtick_identifier] = ACTIONS(4615), + [sym__automatic_semicolon] = ACTIONS(4615), + [sym_safe_nav] = ACTIONS(4615), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4615), }, - [1000] = { - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(1814), - [sym__comparison_operator] = STATE(1815), - [sym__in_operator] = STATE(1817), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(1818), - [sym__multiplicative_operator] = STATE(1819), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_annotation] = STATE(7845), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1821), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), + [977] = { + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(1631), + [sym__comparison_operator] = STATE(2054), + [sym__in_operator] = STATE(1615), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(1616), + [sym__multiplicative_operator] = STATE(1617), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_annotation] = STATE(7893), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1618), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_RBRACK] = ACTIONS(3013), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_EQ] = ACTIONS(3011), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(3013), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_COMMA] = ACTIONS(3013), - [anon_sym_RPAREN] = ACTIONS(3013), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_RBRACK] = ACTIONS(3065), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_EQ] = ACTIONS(3063), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(3065), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_COMMA] = ACTIONS(3065), + [anon_sym_RPAREN] = ACTIONS(3065), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3380), - [anon_sym_where] = ACTIONS(3011), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(3013), + [anon_sym_GT] = ACTIONS(3396), + [anon_sym_where] = ACTIONS(3063), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3065), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(3390), - [anon_sym_DASH_GT] = ACTIONS(3013), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(3394), - [anon_sym_while] = ACTIONS(3011), - [anon_sym_DOT_DOT] = ACTIONS(3396), - [anon_sym_QMARK_COLON] = ACTIONS(3398), - [anon_sym_AMP_AMP] = ACTIONS(3400), - [anon_sym_PIPE_PIPE] = ACTIONS(3013), - [anon_sym_else] = ACTIONS(3011), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_PLUS_EQ] = ACTIONS(3013), - [anon_sym_DASH_EQ] = ACTIONS(3013), - [anon_sym_STAR_EQ] = ACTIONS(3013), - [anon_sym_SLASH_EQ] = ACTIONS(3013), - [anon_sym_PERCENT_EQ] = ACTIONS(3013), - [anon_sym_BANG_EQ] = ACTIONS(3406), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3408), - [anon_sym_EQ_EQ] = ACTIONS(3406), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3408), - [anon_sym_LT_EQ] = ACTIONS(3410), - [anon_sym_GT_EQ] = ACTIONS(3410), - [anon_sym_BANGin] = ACTIONS(3412), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), - [anon_sym_PLUS] = ACTIONS(3418), - [anon_sym_DASH] = ACTIONS(3418), - [anon_sym_SLASH] = ACTIONS(3390), - [anon_sym_PERCENT] = ACTIONS(3390), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), - [anon_sym_suspend] = ACTIONS(3011), - [anon_sym_sealed] = ACTIONS(3011), - [anon_sym_annotation] = ACTIONS(3011), + [anon_sym_STAR] = ACTIONS(3406), + [anon_sym_DASH_GT] = ACTIONS(3065), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(3410), + [anon_sym_while] = ACTIONS(3063), + [anon_sym_DOT_DOT] = ACTIONS(3412), + [anon_sym_QMARK_COLON] = ACTIONS(3414), + [anon_sym_AMP_AMP] = ACTIONS(3416), + [anon_sym_PIPE_PIPE] = ACTIONS(3418), + [anon_sym_else] = ACTIONS(3063), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_PLUS_EQ] = ACTIONS(3065), + [anon_sym_DASH_EQ] = ACTIONS(3065), + [anon_sym_STAR_EQ] = ACTIONS(3065), + [anon_sym_SLASH_EQ] = ACTIONS(3065), + [anon_sym_PERCENT_EQ] = ACTIONS(3065), + [anon_sym_BANG_EQ] = ACTIONS(3422), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3424), + [anon_sym_EQ_EQ] = ACTIONS(3422), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3424), + [anon_sym_LT_EQ] = ACTIONS(3426), + [anon_sym_GT_EQ] = ACTIONS(3426), + [anon_sym_BANGin] = ACTIONS(3428), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), + [anon_sym_PLUS] = ACTIONS(3434), + [anon_sym_DASH] = ACTIONS(3434), + [anon_sym_SLASH] = ACTIONS(3406), + [anon_sym_PERCENT] = ACTIONS(3406), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), + [anon_sym_suspend] = ACTIONS(3063), + [anon_sym_sealed] = ACTIONS(3063), + [anon_sym_annotation] = ACTIONS(3063), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3011), - [anon_sym_lateinit] = ACTIONS(3011), - [anon_sym_public] = ACTIONS(3011), - [anon_sym_private] = ACTIONS(3011), - [anon_sym_internal] = ACTIONS(3011), - [anon_sym_protected] = ACTIONS(3011), - [anon_sym_tailrec] = ACTIONS(3011), - [anon_sym_operator] = ACTIONS(3011), - [anon_sym_infix] = ACTIONS(3011), - [anon_sym_inline] = ACTIONS(3011), - [anon_sym_external] = ACTIONS(3011), - [sym_property_modifier] = ACTIONS(3011), - [anon_sym_abstract] = ACTIONS(3011), - [anon_sym_final] = ACTIONS(3011), - [anon_sym_open] = ACTIONS(3011), - [anon_sym_vararg] = ACTIONS(3011), - [anon_sym_noinline] = ACTIONS(3011), - [anon_sym_crossinline] = ACTIONS(3011), + [anon_sym_override] = ACTIONS(3063), + [anon_sym_lateinit] = ACTIONS(3063), + [anon_sym_public] = ACTIONS(3063), + [anon_sym_private] = ACTIONS(3063), + [anon_sym_internal] = ACTIONS(3063), + [anon_sym_protected] = ACTIONS(3063), + [anon_sym_tailrec] = ACTIONS(3063), + [anon_sym_operator] = ACTIONS(3063), + [anon_sym_infix] = ACTIONS(3063), + [anon_sym_inline] = ACTIONS(3063), + [anon_sym_external] = ACTIONS(3063), + [sym_property_modifier] = ACTIONS(3063), + [anon_sym_abstract] = ACTIONS(3063), + [anon_sym_final] = ACTIONS(3063), + [anon_sym_open] = ACTIONS(3063), + [anon_sym_vararg] = ACTIONS(3063), + [anon_sym_noinline] = ACTIONS(3063), + [anon_sym_crossinline] = ACTIONS(3063), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), + [sym_safe_nav] = ACTIONS(3420), [sym_multiline_comment] = ACTIONS(3), }, - [1001] = { - [sym_class_body] = STATE(1066), - [sym__alpha_identifier] = ACTIONS(4635), - [anon_sym_AT] = ACTIONS(4637), - [anon_sym_LBRACK] = ACTIONS(4637), - [anon_sym_as] = ACTIONS(4635), - [anon_sym_EQ] = ACTIONS(4635), - [anon_sym_LBRACE] = ACTIONS(3156), - [anon_sym_RBRACE] = ACTIONS(4637), - [anon_sym_LPAREN] = ACTIONS(4637), - [anon_sym_COMMA] = ACTIONS(4637), - [anon_sym_LT] = ACTIONS(4635), - [anon_sym_GT] = ACTIONS(4635), - [anon_sym_where] = ACTIONS(4635), - [anon_sym_object] = ACTIONS(4635), - [anon_sym_fun] = ACTIONS(4635), - [anon_sym_DOT] = ACTIONS(4635), - [anon_sym_SEMI] = ACTIONS(4637), - [anon_sym_get] = ACTIONS(4635), - [anon_sym_set] = ACTIONS(4635), - [anon_sym_this] = ACTIONS(4635), - [anon_sym_super] = ACTIONS(4635), - [anon_sym_STAR] = ACTIONS(4635), - [sym_label] = ACTIONS(4635), - [anon_sym_in] = ACTIONS(4635), - [anon_sym_DOT_DOT] = ACTIONS(4637), - [anon_sym_QMARK_COLON] = ACTIONS(4637), - [anon_sym_AMP_AMP] = ACTIONS(4637), - [anon_sym_PIPE_PIPE] = ACTIONS(4637), - [anon_sym_null] = ACTIONS(4635), - [anon_sym_if] = ACTIONS(4635), - [anon_sym_else] = ACTIONS(4635), - [anon_sym_when] = ACTIONS(4635), - [anon_sym_try] = ACTIONS(4635), - [anon_sym_throw] = ACTIONS(4635), - [anon_sym_return] = ACTIONS(4635), - [anon_sym_continue] = ACTIONS(4635), - [anon_sym_break] = ACTIONS(4635), - [anon_sym_COLON_COLON] = ACTIONS(4637), - [anon_sym_PLUS_EQ] = ACTIONS(4637), - [anon_sym_DASH_EQ] = ACTIONS(4637), - [anon_sym_STAR_EQ] = ACTIONS(4637), - [anon_sym_SLASH_EQ] = ACTIONS(4637), - [anon_sym_PERCENT_EQ] = ACTIONS(4637), - [anon_sym_BANG_EQ] = ACTIONS(4635), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4637), - [anon_sym_EQ_EQ] = ACTIONS(4635), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4637), - [anon_sym_LT_EQ] = ACTIONS(4637), - [anon_sym_GT_EQ] = ACTIONS(4637), - [anon_sym_BANGin] = ACTIONS(4637), - [anon_sym_is] = ACTIONS(4635), - [anon_sym_BANGis] = ACTIONS(4637), - [anon_sym_PLUS] = ACTIONS(4635), - [anon_sym_DASH] = ACTIONS(4635), - [anon_sym_SLASH] = ACTIONS(4635), - [anon_sym_PERCENT] = ACTIONS(4635), - [anon_sym_as_QMARK] = ACTIONS(4637), - [anon_sym_PLUS_PLUS] = ACTIONS(4637), - [anon_sym_DASH_DASH] = ACTIONS(4637), - [anon_sym_BANG] = ACTIONS(4635), - [anon_sym_BANG_BANG] = ACTIONS(4637), - [anon_sym_suspend] = ACTIONS(4635), - [anon_sym_sealed] = ACTIONS(4635), - [anon_sym_annotation] = ACTIONS(4635), - [anon_sym_data] = ACTIONS(4635), - [anon_sym_inner] = ACTIONS(4635), - [anon_sym_override] = ACTIONS(4635), - [anon_sym_lateinit] = ACTIONS(4635), - [anon_sym_public] = ACTIONS(4635), - [anon_sym_private] = ACTIONS(4635), - [anon_sym_internal] = ACTIONS(4635), - [anon_sym_protected] = ACTIONS(4635), - [anon_sym_tailrec] = ACTIONS(4635), - [anon_sym_operator] = ACTIONS(4635), - [anon_sym_infix] = ACTIONS(4635), - [anon_sym_inline] = ACTIONS(4635), - [anon_sym_external] = ACTIONS(4635), - [sym_property_modifier] = ACTIONS(4635), - [anon_sym_abstract] = ACTIONS(4635), - [anon_sym_final] = ACTIONS(4635), - [anon_sym_open] = ACTIONS(4635), - [anon_sym_vararg] = ACTIONS(4635), - [anon_sym_noinline] = ACTIONS(4635), - [anon_sym_crossinline] = ACTIONS(4635), - [anon_sym_expect] = ACTIONS(4635), - [anon_sym_actual] = ACTIONS(4635), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4637), - [anon_sym_continue_AT] = ACTIONS(4637), - [anon_sym_break_AT] = ACTIONS(4637), - [sym_real_literal] = ACTIONS(4637), - [sym_integer_literal] = ACTIONS(4635), - [sym_hex_literal] = ACTIONS(4637), - [sym_bin_literal] = ACTIONS(4637), - [anon_sym_true] = ACTIONS(4635), - [anon_sym_false] = ACTIONS(4635), - [anon_sym_SQUOTE] = ACTIONS(4637), - [sym__backtick_identifier] = ACTIONS(4637), - [sym__automatic_semicolon] = ACTIONS(4637), - [sym_safe_nav] = ACTIONS(4637), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4637), - }, - [1002] = { - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(1814), - [sym__comparison_operator] = STATE(1815), - [sym__in_operator] = STATE(1817), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(1818), - [sym__multiplicative_operator] = STATE(1819), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_annotation] = STATE(7845), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1821), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), + [978] = { + [sym_indexing_suffix] = STATE(3424), + [sym_navigation_suffix] = STATE(3423), + [sym_call_suffix] = STATE(3420), + [sym_annotated_lambda] = STATE(3419), + [sym_type_arguments] = STATE(7492), + [sym_value_arguments] = STATE(2731), + [sym_lambda_literal] = STATE(3415), + [sym__equality_operator] = STATE(1651), + [sym__comparison_operator] = STATE(1652), + [sym__in_operator] = STATE(1654), + [sym__is_operator] = STATE(6160), + [sym__additive_operator] = STATE(1655), + [sym__multiplicative_operator] = STATE(1656), + [sym__as_operator] = STATE(6161), + [sym__postfix_unary_operator] = STATE(3414), + [sym__member_access_operator] = STATE(7370), + [sym_annotation] = STATE(7887), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1657), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7887), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_RBRACK] = ACTIONS(2993), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_EQ] = ACTIONS(2991), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(2993), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_COMMA] = ACTIONS(2993), - [anon_sym_RPAREN] = ACTIONS(2993), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3380), - [anon_sym_where] = ACTIONS(2991), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(2993), + [anon_sym_LBRACK] = ACTIONS(4543), + [anon_sym_as] = ACTIONS(4545), + [anon_sym_EQ] = ACTIONS(3052), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_RBRACE] = ACTIONS(3054), + [anon_sym_LPAREN] = ACTIONS(4547), + [anon_sym_COMMA] = ACTIONS(3054), + [anon_sym_LT] = ACTIONS(3056), + [anon_sym_GT] = ACTIONS(3052), + [anon_sym_where] = ACTIONS(3052), + [anon_sym_object] = ACTIONS(3052), + [anon_sym_fun] = ACTIONS(3052), + [anon_sym_DOT] = ACTIONS(4551), + [anon_sym_SEMI] = ACTIONS(3054), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(3390), - [anon_sym_DASH_GT] = ACTIONS(2993), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(3394), - [anon_sym_while] = ACTIONS(2991), - [anon_sym_DOT_DOT] = ACTIONS(3396), - [anon_sym_QMARK_COLON] = ACTIONS(3398), - [anon_sym_AMP_AMP] = ACTIONS(2993), - [anon_sym_PIPE_PIPE] = ACTIONS(2993), - [anon_sym_else] = ACTIONS(2991), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_PLUS_EQ] = ACTIONS(2993), - [anon_sym_DASH_EQ] = ACTIONS(2993), - [anon_sym_STAR_EQ] = ACTIONS(2993), - [anon_sym_SLASH_EQ] = ACTIONS(2993), - [anon_sym_PERCENT_EQ] = ACTIONS(2993), - [anon_sym_BANG_EQ] = ACTIONS(3406), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3408), - [anon_sym_EQ_EQ] = ACTIONS(3406), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3408), - [anon_sym_LT_EQ] = ACTIONS(3410), - [anon_sym_GT_EQ] = ACTIONS(3410), - [anon_sym_BANGin] = ACTIONS(3412), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), - [anon_sym_PLUS] = ACTIONS(3418), - [anon_sym_DASH] = ACTIONS(3418), - [anon_sym_SLASH] = ACTIONS(3390), - [anon_sym_PERCENT] = ACTIONS(3390), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), - [anon_sym_suspend] = ACTIONS(2991), - [anon_sym_sealed] = ACTIONS(2991), - [anon_sym_annotation] = ACTIONS(2991), + [anon_sym_this] = ACTIONS(3052), + [anon_sym_super] = ACTIONS(3052), + [anon_sym_STAR] = ACTIONS(4553), + [sym_label] = ACTIONS(4555), + [anon_sym_in] = ACTIONS(3052), + [anon_sym_DOT_DOT] = ACTIONS(4559), + [anon_sym_QMARK_COLON] = ACTIONS(3054), + [anon_sym_AMP_AMP] = ACTIONS(3054), + [anon_sym_PIPE_PIPE] = ACTIONS(3054), + [anon_sym_null] = ACTIONS(3052), + [anon_sym_if] = ACTIONS(3052), + [anon_sym_else] = ACTIONS(3052), + [anon_sym_when] = ACTIONS(3052), + [anon_sym_try] = ACTIONS(3052), + [anon_sym_throw] = ACTIONS(3052), + [anon_sym_return] = ACTIONS(3052), + [anon_sym_continue] = ACTIONS(3052), + [anon_sym_break] = ACTIONS(3052), + [anon_sym_COLON_COLON] = ACTIONS(4567), + [anon_sym_PLUS_EQ] = ACTIONS(3054), + [anon_sym_DASH_EQ] = ACTIONS(3054), + [anon_sym_STAR_EQ] = ACTIONS(3054), + [anon_sym_SLASH_EQ] = ACTIONS(3054), + [anon_sym_PERCENT_EQ] = ACTIONS(3054), + [anon_sym_BANG_EQ] = ACTIONS(3052), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3054), + [anon_sym_EQ_EQ] = ACTIONS(3052), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3054), + [anon_sym_LT_EQ] = ACTIONS(3054), + [anon_sym_GT_EQ] = ACTIONS(3054), + [anon_sym_BANGin] = ACTIONS(3054), + [anon_sym_is] = ACTIONS(3052), + [anon_sym_BANGis] = ACTIONS(3054), + [anon_sym_PLUS] = ACTIONS(4581), + [anon_sym_DASH] = ACTIONS(4581), + [anon_sym_SLASH] = ACTIONS(4553), + [anon_sym_PERCENT] = ACTIONS(4553), + [anon_sym_as_QMARK] = ACTIONS(4583), + [anon_sym_PLUS_PLUS] = ACTIONS(4585), + [anon_sym_DASH_DASH] = ACTIONS(4585), + [anon_sym_BANG] = ACTIONS(3052), + [anon_sym_BANG_BANG] = ACTIONS(4585), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(2991), - [anon_sym_lateinit] = ACTIONS(2991), - [anon_sym_public] = ACTIONS(2991), - [anon_sym_private] = ACTIONS(2991), - [anon_sym_internal] = ACTIONS(2991), - [anon_sym_protected] = ACTIONS(2991), - [anon_sym_tailrec] = ACTIONS(2991), - [anon_sym_operator] = ACTIONS(2991), - [anon_sym_infix] = ACTIONS(2991), - [anon_sym_inline] = ACTIONS(2991), - [anon_sym_external] = ACTIONS(2991), - [sym_property_modifier] = ACTIONS(2991), - [anon_sym_abstract] = ACTIONS(2991), - [anon_sym_final] = ACTIONS(2991), - [anon_sym_open] = ACTIONS(2991), - [anon_sym_vararg] = ACTIONS(2991), - [anon_sym_noinline] = ACTIONS(2991), - [anon_sym_crossinline] = ACTIONS(2991), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3054), + [anon_sym_continue_AT] = ACTIONS(3054), + [anon_sym_break_AT] = ACTIONS(3054), + [sym_real_literal] = ACTIONS(3054), + [sym_integer_literal] = ACTIONS(3052), + [sym_hex_literal] = ACTIONS(3054), + [sym_bin_literal] = ACTIONS(3054), + [anon_sym_true] = ACTIONS(3052), + [anon_sym_false] = ACTIONS(3052), + [anon_sym_SQUOTE] = ACTIONS(3054), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), + [sym__automatic_semicolon] = ACTIONS(3054), + [sym_safe_nav] = ACTIONS(4567), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3054), }, - [1003] = { - [sym__alpha_identifier] = ACTIONS(4639), - [anon_sym_AT] = ACTIONS(4641), - [anon_sym_COLON] = ACTIONS(4639), - [anon_sym_LBRACK] = ACTIONS(4641), - [anon_sym_as] = ACTIONS(4639), - [anon_sym_EQ] = ACTIONS(4639), - [anon_sym_LBRACE] = ACTIONS(4641), - [anon_sym_RBRACE] = ACTIONS(4641), - [anon_sym_LPAREN] = ACTIONS(4641), - [anon_sym_COMMA] = ACTIONS(4641), - [anon_sym_LT] = ACTIONS(4639), - [anon_sym_GT] = ACTIONS(4639), - [anon_sym_where] = ACTIONS(4639), - [anon_sym_object] = ACTIONS(4639), - [anon_sym_fun] = ACTIONS(4639), - [anon_sym_DOT] = ACTIONS(4639), - [anon_sym_SEMI] = ACTIONS(4641), - [anon_sym_get] = ACTIONS(4639), - [anon_sym_set] = ACTIONS(4639), - [anon_sym_this] = ACTIONS(4639), - [anon_sym_super] = ACTIONS(4639), - [anon_sym_STAR] = ACTIONS(4639), - [sym_label] = ACTIONS(4639), - [anon_sym_in] = ACTIONS(4639), - [anon_sym_DOT_DOT] = ACTIONS(4641), - [anon_sym_QMARK_COLON] = ACTIONS(4641), - [anon_sym_AMP_AMP] = ACTIONS(4641), - [anon_sym_PIPE_PIPE] = ACTIONS(4641), - [anon_sym_null] = ACTIONS(4639), - [anon_sym_if] = ACTIONS(4639), - [anon_sym_else] = ACTIONS(4639), - [anon_sym_when] = ACTIONS(4639), - [anon_sym_try] = ACTIONS(4639), - [anon_sym_throw] = ACTIONS(4639), - [anon_sym_return] = ACTIONS(4639), - [anon_sym_continue] = ACTIONS(4639), - [anon_sym_break] = ACTIONS(4639), - [anon_sym_COLON_COLON] = ACTIONS(4641), - [anon_sym_PLUS_EQ] = ACTIONS(4641), - [anon_sym_DASH_EQ] = ACTIONS(4641), - [anon_sym_STAR_EQ] = ACTIONS(4641), - [anon_sym_SLASH_EQ] = ACTIONS(4641), - [anon_sym_PERCENT_EQ] = ACTIONS(4641), - [anon_sym_BANG_EQ] = ACTIONS(4639), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4641), - [anon_sym_EQ_EQ] = ACTIONS(4639), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4641), - [anon_sym_LT_EQ] = ACTIONS(4641), - [anon_sym_GT_EQ] = ACTIONS(4641), - [anon_sym_BANGin] = ACTIONS(4641), - [anon_sym_is] = ACTIONS(4639), - [anon_sym_BANGis] = ACTIONS(4641), - [anon_sym_PLUS] = ACTIONS(4639), - [anon_sym_DASH] = ACTIONS(4639), - [anon_sym_SLASH] = ACTIONS(4639), - [anon_sym_PERCENT] = ACTIONS(4639), - [anon_sym_as_QMARK] = ACTIONS(4641), - [anon_sym_PLUS_PLUS] = ACTIONS(4641), - [anon_sym_DASH_DASH] = ACTIONS(4641), - [anon_sym_BANG] = ACTIONS(4639), - [anon_sym_BANG_BANG] = ACTIONS(4641), - [anon_sym_suspend] = ACTIONS(4639), - [anon_sym_sealed] = ACTIONS(4639), - [anon_sym_annotation] = ACTIONS(4639), - [anon_sym_data] = ACTIONS(4639), - [anon_sym_inner] = ACTIONS(4639), - [anon_sym_override] = ACTIONS(4639), - [anon_sym_lateinit] = ACTIONS(4639), - [anon_sym_public] = ACTIONS(4639), - [anon_sym_private] = ACTIONS(4639), - [anon_sym_internal] = ACTIONS(4639), - [anon_sym_protected] = ACTIONS(4639), - [anon_sym_tailrec] = ACTIONS(4639), - [anon_sym_operator] = ACTIONS(4639), - [anon_sym_infix] = ACTIONS(4639), - [anon_sym_inline] = ACTIONS(4639), - [anon_sym_external] = ACTIONS(4639), - [sym_property_modifier] = ACTIONS(4639), - [anon_sym_abstract] = ACTIONS(4639), - [anon_sym_final] = ACTIONS(4639), - [anon_sym_open] = ACTIONS(4639), - [anon_sym_vararg] = ACTIONS(4639), - [anon_sym_noinline] = ACTIONS(4639), - [anon_sym_crossinline] = ACTIONS(4639), - [anon_sym_expect] = ACTIONS(4639), - [anon_sym_actual] = ACTIONS(4639), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4641), - [anon_sym_continue_AT] = ACTIONS(4641), - [anon_sym_break_AT] = ACTIONS(4641), - [sym_real_literal] = ACTIONS(4641), - [sym_integer_literal] = ACTIONS(4639), - [sym_hex_literal] = ACTIONS(4641), - [sym_bin_literal] = ACTIONS(4641), - [anon_sym_true] = ACTIONS(4639), - [anon_sym_false] = ACTIONS(4639), - [anon_sym_SQUOTE] = ACTIONS(4641), - [sym__backtick_identifier] = ACTIONS(4641), - [sym__automatic_semicolon] = ACTIONS(4641), - [sym_safe_nav] = ACTIONS(4641), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4641), - }, - [1004] = { - [sym_class_body] = STATE(1076), - [sym__alpha_identifier] = ACTIONS(3190), - [anon_sym_AT] = ACTIONS(3194), - [anon_sym_LBRACK] = ACTIONS(3194), - [anon_sym_as] = ACTIONS(3190), - [anon_sym_EQ] = ACTIONS(3190), - [anon_sym_LBRACE] = ACTIONS(3156), - [anon_sym_RBRACE] = ACTIONS(3194), - [anon_sym_LPAREN] = ACTIONS(3194), - [anon_sym_COMMA] = ACTIONS(3194), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3190), - [anon_sym_where] = ACTIONS(3190), - [anon_sym_object] = ACTIONS(3190), - [anon_sym_fun] = ACTIONS(3190), - [anon_sym_DOT] = ACTIONS(3190), - [anon_sym_SEMI] = ACTIONS(3194), - [anon_sym_get] = ACTIONS(3190), - [anon_sym_set] = ACTIONS(3190), - [anon_sym_this] = ACTIONS(3190), - [anon_sym_super] = ACTIONS(3190), - [anon_sym_STAR] = ACTIONS(3190), - [sym_label] = ACTIONS(3190), - [anon_sym_in] = ACTIONS(3190), - [anon_sym_DOT_DOT] = ACTIONS(3194), - [anon_sym_QMARK_COLON] = ACTIONS(3194), - [anon_sym_AMP_AMP] = ACTIONS(3194), - [anon_sym_PIPE_PIPE] = ACTIONS(3194), - [anon_sym_null] = ACTIONS(3190), - [anon_sym_if] = ACTIONS(3190), - [anon_sym_else] = ACTIONS(3190), - [anon_sym_when] = ACTIONS(3190), - [anon_sym_try] = ACTIONS(3190), - [anon_sym_throw] = ACTIONS(3190), - [anon_sym_return] = ACTIONS(3190), - [anon_sym_continue] = ACTIONS(3190), - [anon_sym_break] = ACTIONS(3190), - [anon_sym_COLON_COLON] = ACTIONS(3194), - [anon_sym_PLUS_EQ] = ACTIONS(3194), - [anon_sym_DASH_EQ] = ACTIONS(3194), - [anon_sym_STAR_EQ] = ACTIONS(3194), - [anon_sym_SLASH_EQ] = ACTIONS(3194), - [anon_sym_PERCENT_EQ] = ACTIONS(3194), - [anon_sym_BANG_EQ] = ACTIONS(3190), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3194), - [anon_sym_EQ_EQ] = ACTIONS(3190), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3194), - [anon_sym_LT_EQ] = ACTIONS(3194), - [anon_sym_GT_EQ] = ACTIONS(3194), - [anon_sym_BANGin] = ACTIONS(3194), - [anon_sym_is] = ACTIONS(3190), - [anon_sym_BANGis] = ACTIONS(3194), - [anon_sym_PLUS] = ACTIONS(3190), - [anon_sym_DASH] = ACTIONS(3190), - [anon_sym_SLASH] = ACTIONS(3190), - [anon_sym_PERCENT] = ACTIONS(3190), - [anon_sym_as_QMARK] = ACTIONS(3194), - [anon_sym_PLUS_PLUS] = ACTIONS(3194), - [anon_sym_DASH_DASH] = ACTIONS(3194), - [anon_sym_BANG] = ACTIONS(3190), - [anon_sym_BANG_BANG] = ACTIONS(3194), - [anon_sym_suspend] = ACTIONS(3190), - [anon_sym_sealed] = ACTIONS(3190), - [anon_sym_annotation] = ACTIONS(3190), - [anon_sym_data] = ACTIONS(3190), - [anon_sym_inner] = ACTIONS(3190), - [anon_sym_override] = ACTIONS(3190), - [anon_sym_lateinit] = ACTIONS(3190), - [anon_sym_public] = ACTIONS(3190), - [anon_sym_private] = ACTIONS(3190), - [anon_sym_internal] = ACTIONS(3190), - [anon_sym_protected] = ACTIONS(3190), - [anon_sym_tailrec] = ACTIONS(3190), - [anon_sym_operator] = ACTIONS(3190), - [anon_sym_infix] = ACTIONS(3190), - [anon_sym_inline] = ACTIONS(3190), - [anon_sym_external] = ACTIONS(3190), - [sym_property_modifier] = ACTIONS(3190), - [anon_sym_abstract] = ACTIONS(3190), - [anon_sym_final] = ACTIONS(3190), - [anon_sym_open] = ACTIONS(3190), - [anon_sym_vararg] = ACTIONS(3190), - [anon_sym_noinline] = ACTIONS(3190), - [anon_sym_crossinline] = ACTIONS(3190), - [anon_sym_expect] = ACTIONS(3190), - [anon_sym_actual] = ACTIONS(3190), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3194), - [anon_sym_continue_AT] = ACTIONS(3194), - [anon_sym_break_AT] = ACTIONS(3194), - [sym_real_literal] = ACTIONS(3194), - [sym_integer_literal] = ACTIONS(3190), - [sym_hex_literal] = ACTIONS(3194), - [sym_bin_literal] = ACTIONS(3194), - [anon_sym_true] = ACTIONS(3190), - [anon_sym_false] = ACTIONS(3190), - [anon_sym_SQUOTE] = ACTIONS(3194), - [sym__backtick_identifier] = ACTIONS(3194), - [sym__automatic_semicolon] = ACTIONS(3194), - [sym_safe_nav] = ACTIONS(3194), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3194), - }, - [1005] = { - [sym_class_body] = STATE(1136), - [sym__alpha_identifier] = ACTIONS(4643), - [anon_sym_AT] = ACTIONS(4645), - [anon_sym_LBRACK] = ACTIONS(4645), - [anon_sym_as] = ACTIONS(4643), - [anon_sym_EQ] = ACTIONS(4643), - [anon_sym_LBRACE] = ACTIONS(3156), - [anon_sym_RBRACE] = ACTIONS(4645), - [anon_sym_LPAREN] = ACTIONS(4645), - [anon_sym_COMMA] = ACTIONS(4645), - [anon_sym_LT] = ACTIONS(4643), - [anon_sym_GT] = ACTIONS(4643), - [anon_sym_where] = ACTIONS(4643), - [anon_sym_object] = ACTIONS(4643), - [anon_sym_fun] = ACTIONS(4643), - [anon_sym_DOT] = ACTIONS(4643), - [anon_sym_SEMI] = ACTIONS(4645), - [anon_sym_get] = ACTIONS(4643), - [anon_sym_set] = ACTIONS(4643), - [anon_sym_this] = ACTIONS(4643), - [anon_sym_super] = ACTIONS(4643), - [anon_sym_STAR] = ACTIONS(4643), - [sym_label] = ACTIONS(4643), - [anon_sym_in] = ACTIONS(4643), - [anon_sym_DOT_DOT] = ACTIONS(4645), - [anon_sym_QMARK_COLON] = ACTIONS(4645), - [anon_sym_AMP_AMP] = ACTIONS(4645), - [anon_sym_PIPE_PIPE] = ACTIONS(4645), - [anon_sym_null] = ACTIONS(4643), - [anon_sym_if] = ACTIONS(4643), - [anon_sym_else] = ACTIONS(4643), - [anon_sym_when] = ACTIONS(4643), - [anon_sym_try] = ACTIONS(4643), - [anon_sym_throw] = ACTIONS(4643), - [anon_sym_return] = ACTIONS(4643), - [anon_sym_continue] = ACTIONS(4643), - [anon_sym_break] = ACTIONS(4643), - [anon_sym_COLON_COLON] = ACTIONS(4645), - [anon_sym_PLUS_EQ] = ACTIONS(4645), - [anon_sym_DASH_EQ] = ACTIONS(4645), - [anon_sym_STAR_EQ] = ACTIONS(4645), - [anon_sym_SLASH_EQ] = ACTIONS(4645), - [anon_sym_PERCENT_EQ] = ACTIONS(4645), - [anon_sym_BANG_EQ] = ACTIONS(4643), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4645), - [anon_sym_EQ_EQ] = ACTIONS(4643), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4645), - [anon_sym_LT_EQ] = ACTIONS(4645), - [anon_sym_GT_EQ] = ACTIONS(4645), - [anon_sym_BANGin] = ACTIONS(4645), - [anon_sym_is] = ACTIONS(4643), - [anon_sym_BANGis] = ACTIONS(4645), - [anon_sym_PLUS] = ACTIONS(4643), - [anon_sym_DASH] = ACTIONS(4643), - [anon_sym_SLASH] = ACTIONS(4643), - [anon_sym_PERCENT] = ACTIONS(4643), - [anon_sym_as_QMARK] = ACTIONS(4645), - [anon_sym_PLUS_PLUS] = ACTIONS(4645), - [anon_sym_DASH_DASH] = ACTIONS(4645), - [anon_sym_BANG] = ACTIONS(4643), - [anon_sym_BANG_BANG] = ACTIONS(4645), - [anon_sym_suspend] = ACTIONS(4643), - [anon_sym_sealed] = ACTIONS(4643), - [anon_sym_annotation] = ACTIONS(4643), - [anon_sym_data] = ACTIONS(4643), - [anon_sym_inner] = ACTIONS(4643), - [anon_sym_override] = ACTIONS(4643), - [anon_sym_lateinit] = ACTIONS(4643), - [anon_sym_public] = ACTIONS(4643), - [anon_sym_private] = ACTIONS(4643), - [anon_sym_internal] = ACTIONS(4643), - [anon_sym_protected] = ACTIONS(4643), - [anon_sym_tailrec] = ACTIONS(4643), - [anon_sym_operator] = ACTIONS(4643), - [anon_sym_infix] = ACTIONS(4643), - [anon_sym_inline] = ACTIONS(4643), - [anon_sym_external] = ACTIONS(4643), - [sym_property_modifier] = ACTIONS(4643), - [anon_sym_abstract] = ACTIONS(4643), - [anon_sym_final] = ACTIONS(4643), - [anon_sym_open] = ACTIONS(4643), - [anon_sym_vararg] = ACTIONS(4643), - [anon_sym_noinline] = ACTIONS(4643), - [anon_sym_crossinline] = ACTIONS(4643), - [anon_sym_expect] = ACTIONS(4643), - [anon_sym_actual] = ACTIONS(4643), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4645), - [anon_sym_continue_AT] = ACTIONS(4645), - [anon_sym_break_AT] = ACTIONS(4645), - [sym_real_literal] = ACTIONS(4645), - [sym_integer_literal] = ACTIONS(4643), - [sym_hex_literal] = ACTIONS(4645), - [sym_bin_literal] = ACTIONS(4645), - [anon_sym_true] = ACTIONS(4643), - [anon_sym_false] = ACTIONS(4643), - [anon_sym_SQUOTE] = ACTIONS(4645), - [sym__backtick_identifier] = ACTIONS(4645), - [sym__automatic_semicolon] = ACTIONS(4645), - [sym_safe_nav] = ACTIONS(4645), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4645), - }, - [1006] = { - [sym_class_body] = STATE(1048), - [sym__alpha_identifier] = ACTIONS(4434), - [anon_sym_AT] = ACTIONS(4436), - [anon_sym_LBRACK] = ACTIONS(4436), - [anon_sym_as] = ACTIONS(4434), - [anon_sym_EQ] = ACTIONS(4434), - [anon_sym_LBRACE] = ACTIONS(3156), - [anon_sym_RBRACE] = ACTIONS(4436), - [anon_sym_LPAREN] = ACTIONS(4436), - [anon_sym_COMMA] = ACTIONS(4436), - [anon_sym_LT] = ACTIONS(4434), - [anon_sym_GT] = ACTIONS(4434), - [anon_sym_where] = ACTIONS(4434), - [anon_sym_object] = ACTIONS(4434), - [anon_sym_fun] = ACTIONS(4434), - [anon_sym_DOT] = ACTIONS(4434), - [anon_sym_SEMI] = ACTIONS(4436), - [anon_sym_get] = ACTIONS(4434), - [anon_sym_set] = ACTIONS(4434), - [anon_sym_this] = ACTIONS(4434), - [anon_sym_super] = ACTIONS(4434), - [anon_sym_STAR] = ACTIONS(4434), - [sym_label] = ACTIONS(4434), - [anon_sym_in] = ACTIONS(4434), - [anon_sym_DOT_DOT] = ACTIONS(4436), - [anon_sym_QMARK_COLON] = ACTIONS(4436), - [anon_sym_AMP_AMP] = ACTIONS(4436), - [anon_sym_PIPE_PIPE] = ACTIONS(4436), - [anon_sym_null] = ACTIONS(4434), - [anon_sym_if] = ACTIONS(4434), - [anon_sym_else] = ACTIONS(4434), - [anon_sym_when] = ACTIONS(4434), - [anon_sym_try] = ACTIONS(4434), - [anon_sym_throw] = ACTIONS(4434), - [anon_sym_return] = ACTIONS(4434), - [anon_sym_continue] = ACTIONS(4434), - [anon_sym_break] = ACTIONS(4434), - [anon_sym_COLON_COLON] = ACTIONS(4436), - [anon_sym_PLUS_EQ] = ACTIONS(4436), - [anon_sym_DASH_EQ] = ACTIONS(4436), - [anon_sym_STAR_EQ] = ACTIONS(4436), - [anon_sym_SLASH_EQ] = ACTIONS(4436), - [anon_sym_PERCENT_EQ] = ACTIONS(4436), - [anon_sym_BANG_EQ] = ACTIONS(4434), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4436), - [anon_sym_EQ_EQ] = ACTIONS(4434), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4436), - [anon_sym_LT_EQ] = ACTIONS(4436), - [anon_sym_GT_EQ] = ACTIONS(4436), - [anon_sym_BANGin] = ACTIONS(4436), - [anon_sym_is] = ACTIONS(4434), - [anon_sym_BANGis] = ACTIONS(4436), - [anon_sym_PLUS] = ACTIONS(4434), - [anon_sym_DASH] = ACTIONS(4434), - [anon_sym_SLASH] = ACTIONS(4434), - [anon_sym_PERCENT] = ACTIONS(4434), - [anon_sym_as_QMARK] = ACTIONS(4436), - [anon_sym_PLUS_PLUS] = ACTIONS(4436), - [anon_sym_DASH_DASH] = ACTIONS(4436), - [anon_sym_BANG] = ACTIONS(4434), - [anon_sym_BANG_BANG] = ACTIONS(4436), - [anon_sym_suspend] = ACTIONS(4434), - [anon_sym_sealed] = ACTIONS(4434), - [anon_sym_annotation] = ACTIONS(4434), - [anon_sym_data] = ACTIONS(4434), - [anon_sym_inner] = ACTIONS(4434), - [anon_sym_override] = ACTIONS(4434), - [anon_sym_lateinit] = ACTIONS(4434), - [anon_sym_public] = ACTIONS(4434), - [anon_sym_private] = ACTIONS(4434), - [anon_sym_internal] = ACTIONS(4434), - [anon_sym_protected] = ACTIONS(4434), - [anon_sym_tailrec] = ACTIONS(4434), - [anon_sym_operator] = ACTIONS(4434), - [anon_sym_infix] = ACTIONS(4434), - [anon_sym_inline] = ACTIONS(4434), - [anon_sym_external] = ACTIONS(4434), - [sym_property_modifier] = ACTIONS(4434), - [anon_sym_abstract] = ACTIONS(4434), - [anon_sym_final] = ACTIONS(4434), - [anon_sym_open] = ACTIONS(4434), - [anon_sym_vararg] = ACTIONS(4434), - [anon_sym_noinline] = ACTIONS(4434), - [anon_sym_crossinline] = ACTIONS(4434), - [anon_sym_expect] = ACTIONS(4434), - [anon_sym_actual] = ACTIONS(4434), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4436), - [anon_sym_continue_AT] = ACTIONS(4436), - [anon_sym_break_AT] = ACTIONS(4436), - [sym_real_literal] = ACTIONS(4436), - [sym_integer_literal] = ACTIONS(4434), - [sym_hex_literal] = ACTIONS(4436), - [sym_bin_literal] = ACTIONS(4436), - [anon_sym_true] = ACTIONS(4434), - [anon_sym_false] = ACTIONS(4434), - [anon_sym_SQUOTE] = ACTIONS(4436), - [sym__backtick_identifier] = ACTIONS(4436), - [sym__automatic_semicolon] = ACTIONS(4436), - [sym_safe_nav] = ACTIONS(4436), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4436), - }, - [1007] = { - [sym__alpha_identifier] = ACTIONS(4647), - [anon_sym_AT] = ACTIONS(4649), - [anon_sym_COLON] = ACTIONS(4647), - [anon_sym_LBRACK] = ACTIONS(4649), - [anon_sym_as] = ACTIONS(4647), - [anon_sym_EQ] = ACTIONS(4647), - [anon_sym_LBRACE] = ACTIONS(4649), - [anon_sym_RBRACE] = ACTIONS(4649), - [anon_sym_LPAREN] = ACTIONS(4649), - [anon_sym_COMMA] = ACTIONS(4649), - [anon_sym_LT] = ACTIONS(4647), - [anon_sym_GT] = ACTIONS(4647), - [anon_sym_where] = ACTIONS(4647), - [anon_sym_object] = ACTIONS(4647), - [anon_sym_fun] = ACTIONS(4647), - [anon_sym_DOT] = ACTIONS(4647), - [anon_sym_SEMI] = ACTIONS(4649), - [anon_sym_get] = ACTIONS(4647), - [anon_sym_set] = ACTIONS(4647), - [anon_sym_this] = ACTIONS(4647), - [anon_sym_super] = ACTIONS(4647), - [anon_sym_STAR] = ACTIONS(4647), - [sym_label] = ACTIONS(4647), - [anon_sym_in] = ACTIONS(4647), - [anon_sym_DOT_DOT] = ACTIONS(4649), - [anon_sym_QMARK_COLON] = ACTIONS(4649), - [anon_sym_AMP_AMP] = ACTIONS(4649), - [anon_sym_PIPE_PIPE] = ACTIONS(4649), - [anon_sym_null] = ACTIONS(4647), - [anon_sym_if] = ACTIONS(4647), - [anon_sym_else] = ACTIONS(4647), - [anon_sym_when] = ACTIONS(4647), - [anon_sym_try] = ACTIONS(4647), - [anon_sym_throw] = ACTIONS(4647), - [anon_sym_return] = ACTIONS(4647), - [anon_sym_continue] = ACTIONS(4647), - [anon_sym_break] = ACTIONS(4647), - [anon_sym_COLON_COLON] = ACTIONS(4649), - [anon_sym_PLUS_EQ] = ACTIONS(4649), - [anon_sym_DASH_EQ] = ACTIONS(4649), - [anon_sym_STAR_EQ] = ACTIONS(4649), - [anon_sym_SLASH_EQ] = ACTIONS(4649), - [anon_sym_PERCENT_EQ] = ACTIONS(4649), - [anon_sym_BANG_EQ] = ACTIONS(4647), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4649), - [anon_sym_EQ_EQ] = ACTIONS(4647), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4649), - [anon_sym_LT_EQ] = ACTIONS(4649), - [anon_sym_GT_EQ] = ACTIONS(4649), - [anon_sym_BANGin] = ACTIONS(4649), - [anon_sym_is] = ACTIONS(4647), - [anon_sym_BANGis] = ACTIONS(4649), - [anon_sym_PLUS] = ACTIONS(4647), - [anon_sym_DASH] = ACTIONS(4647), - [anon_sym_SLASH] = ACTIONS(4647), - [anon_sym_PERCENT] = ACTIONS(4647), - [anon_sym_as_QMARK] = ACTIONS(4649), - [anon_sym_PLUS_PLUS] = ACTIONS(4649), - [anon_sym_DASH_DASH] = ACTIONS(4649), - [anon_sym_BANG] = ACTIONS(4647), - [anon_sym_BANG_BANG] = ACTIONS(4649), - [anon_sym_suspend] = ACTIONS(4647), - [anon_sym_sealed] = ACTIONS(4647), - [anon_sym_annotation] = ACTIONS(4647), - [anon_sym_data] = ACTIONS(4647), - [anon_sym_inner] = ACTIONS(4647), - [anon_sym_override] = ACTIONS(4647), - [anon_sym_lateinit] = ACTIONS(4647), - [anon_sym_public] = ACTIONS(4647), - [anon_sym_private] = ACTIONS(4647), - [anon_sym_internal] = ACTIONS(4647), - [anon_sym_protected] = ACTIONS(4647), - [anon_sym_tailrec] = ACTIONS(4647), - [anon_sym_operator] = ACTIONS(4647), - [anon_sym_infix] = ACTIONS(4647), - [anon_sym_inline] = ACTIONS(4647), - [anon_sym_external] = ACTIONS(4647), - [sym_property_modifier] = ACTIONS(4647), - [anon_sym_abstract] = ACTIONS(4647), - [anon_sym_final] = ACTIONS(4647), - [anon_sym_open] = ACTIONS(4647), - [anon_sym_vararg] = ACTIONS(4647), - [anon_sym_noinline] = ACTIONS(4647), - [anon_sym_crossinline] = ACTIONS(4647), - [anon_sym_expect] = ACTIONS(4647), - [anon_sym_actual] = ACTIONS(4647), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4649), - [anon_sym_continue_AT] = ACTIONS(4649), - [anon_sym_break_AT] = ACTIONS(4649), - [sym_real_literal] = ACTIONS(4649), - [sym_integer_literal] = ACTIONS(4647), - [sym_hex_literal] = ACTIONS(4649), - [sym_bin_literal] = ACTIONS(4649), - [anon_sym_true] = ACTIONS(4647), - [anon_sym_false] = ACTIONS(4647), - [anon_sym_SQUOTE] = ACTIONS(4649), - [sym__backtick_identifier] = ACTIONS(4649), - [sym__automatic_semicolon] = ACTIONS(4649), - [sym_safe_nav] = ACTIONS(4649), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4649), - }, - [1008] = { - [sym__alpha_identifier] = ACTIONS(4651), - [anon_sym_AT] = ACTIONS(4653), - [anon_sym_COLON] = ACTIONS(4651), - [anon_sym_LBRACK] = ACTIONS(4653), - [anon_sym_as] = ACTIONS(4651), - [anon_sym_EQ] = ACTIONS(4651), - [anon_sym_LBRACE] = ACTIONS(4653), - [anon_sym_RBRACE] = ACTIONS(4653), - [anon_sym_LPAREN] = ACTIONS(4653), - [anon_sym_COMMA] = ACTIONS(4653), - [anon_sym_LT] = ACTIONS(4651), - [anon_sym_GT] = ACTIONS(4651), - [anon_sym_where] = ACTIONS(4651), - [anon_sym_object] = ACTIONS(4651), - [anon_sym_fun] = ACTIONS(4651), - [anon_sym_DOT] = ACTIONS(4651), - [anon_sym_SEMI] = ACTIONS(4653), - [anon_sym_get] = ACTIONS(4651), - [anon_sym_set] = ACTIONS(4651), - [anon_sym_this] = ACTIONS(4651), - [anon_sym_super] = ACTIONS(4651), - [anon_sym_STAR] = ACTIONS(4651), - [sym_label] = ACTIONS(4651), - [anon_sym_in] = ACTIONS(4651), - [anon_sym_DOT_DOT] = ACTIONS(4653), - [anon_sym_QMARK_COLON] = ACTIONS(4653), - [anon_sym_AMP_AMP] = ACTIONS(4653), - [anon_sym_PIPE_PIPE] = ACTIONS(4653), - [anon_sym_null] = ACTIONS(4651), - [anon_sym_if] = ACTIONS(4651), - [anon_sym_else] = ACTIONS(4651), - [anon_sym_when] = ACTIONS(4651), - [anon_sym_try] = ACTIONS(4651), - [anon_sym_throw] = ACTIONS(4651), - [anon_sym_return] = ACTIONS(4651), - [anon_sym_continue] = ACTIONS(4651), - [anon_sym_break] = ACTIONS(4651), - [anon_sym_COLON_COLON] = ACTIONS(4653), - [anon_sym_PLUS_EQ] = ACTIONS(4653), - [anon_sym_DASH_EQ] = ACTIONS(4653), - [anon_sym_STAR_EQ] = ACTIONS(4653), - [anon_sym_SLASH_EQ] = ACTIONS(4653), - [anon_sym_PERCENT_EQ] = ACTIONS(4653), - [anon_sym_BANG_EQ] = ACTIONS(4651), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4653), - [anon_sym_EQ_EQ] = ACTIONS(4651), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4653), - [anon_sym_LT_EQ] = ACTIONS(4653), - [anon_sym_GT_EQ] = ACTIONS(4653), - [anon_sym_BANGin] = ACTIONS(4653), - [anon_sym_is] = ACTIONS(4651), - [anon_sym_BANGis] = ACTIONS(4653), - [anon_sym_PLUS] = ACTIONS(4651), - [anon_sym_DASH] = ACTIONS(4651), - [anon_sym_SLASH] = ACTIONS(4651), - [anon_sym_PERCENT] = ACTIONS(4651), - [anon_sym_as_QMARK] = ACTIONS(4653), - [anon_sym_PLUS_PLUS] = ACTIONS(4653), - [anon_sym_DASH_DASH] = ACTIONS(4653), - [anon_sym_BANG] = ACTIONS(4651), - [anon_sym_BANG_BANG] = ACTIONS(4653), - [anon_sym_suspend] = ACTIONS(4651), - [anon_sym_sealed] = ACTIONS(4651), - [anon_sym_annotation] = ACTIONS(4651), - [anon_sym_data] = ACTIONS(4651), - [anon_sym_inner] = ACTIONS(4651), - [anon_sym_override] = ACTIONS(4651), - [anon_sym_lateinit] = ACTIONS(4651), - [anon_sym_public] = ACTIONS(4651), - [anon_sym_private] = ACTIONS(4651), - [anon_sym_internal] = ACTIONS(4651), - [anon_sym_protected] = ACTIONS(4651), - [anon_sym_tailrec] = ACTIONS(4651), - [anon_sym_operator] = ACTIONS(4651), - [anon_sym_infix] = ACTIONS(4651), - [anon_sym_inline] = ACTIONS(4651), - [anon_sym_external] = ACTIONS(4651), - [sym_property_modifier] = ACTIONS(4651), - [anon_sym_abstract] = ACTIONS(4651), - [anon_sym_final] = ACTIONS(4651), - [anon_sym_open] = ACTIONS(4651), - [anon_sym_vararg] = ACTIONS(4651), - [anon_sym_noinline] = ACTIONS(4651), - [anon_sym_crossinline] = ACTIONS(4651), - [anon_sym_expect] = ACTIONS(4651), - [anon_sym_actual] = ACTIONS(4651), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4653), - [anon_sym_continue_AT] = ACTIONS(4653), - [anon_sym_break_AT] = ACTIONS(4653), - [sym_real_literal] = ACTIONS(4653), - [sym_integer_literal] = ACTIONS(4651), - [sym_hex_literal] = ACTIONS(4653), - [sym_bin_literal] = ACTIONS(4653), - [anon_sym_true] = ACTIONS(4651), - [anon_sym_false] = ACTIONS(4651), - [anon_sym_SQUOTE] = ACTIONS(4653), - [sym__backtick_identifier] = ACTIONS(4653), - [sym__automatic_semicolon] = ACTIONS(4653), - [sym_safe_nav] = ACTIONS(4653), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4653), - }, - [1009] = { - [sym__alpha_identifier] = ACTIONS(4655), - [anon_sym_AT] = ACTIONS(4657), - [anon_sym_LBRACK] = ACTIONS(4657), - [anon_sym_as] = ACTIONS(4655), - [anon_sym_EQ] = ACTIONS(4655), - [anon_sym_LBRACE] = ACTIONS(4657), - [anon_sym_RBRACE] = ACTIONS(4657), - [anon_sym_LPAREN] = ACTIONS(4657), - [anon_sym_COMMA] = ACTIONS(4657), - [anon_sym_by] = ACTIONS(4655), - [anon_sym_LT] = ACTIONS(4655), - [anon_sym_GT] = ACTIONS(4655), - [anon_sym_where] = ACTIONS(4655), - [anon_sym_object] = ACTIONS(4655), - [anon_sym_fun] = ACTIONS(4655), - [anon_sym_DOT] = ACTIONS(4655), - [anon_sym_SEMI] = ACTIONS(4657), - [anon_sym_get] = ACTIONS(4655), - [anon_sym_set] = ACTIONS(4655), - [anon_sym_this] = ACTIONS(4655), - [anon_sym_super] = ACTIONS(4655), - [anon_sym_STAR] = ACTIONS(4655), - [sym_label] = ACTIONS(4655), - [anon_sym_in] = ACTIONS(4655), - [anon_sym_DOT_DOT] = ACTIONS(4657), - [anon_sym_QMARK_COLON] = ACTIONS(4657), - [anon_sym_AMP_AMP] = ACTIONS(4657), - [anon_sym_PIPE_PIPE] = ACTIONS(4657), - [anon_sym_null] = ACTIONS(4655), - [anon_sym_if] = ACTIONS(4655), - [anon_sym_else] = ACTIONS(4655), - [anon_sym_when] = ACTIONS(4655), - [anon_sym_try] = ACTIONS(4655), - [anon_sym_throw] = ACTIONS(4655), - [anon_sym_return] = ACTIONS(4655), - [anon_sym_continue] = ACTIONS(4655), - [anon_sym_break] = ACTIONS(4655), - [anon_sym_COLON_COLON] = ACTIONS(4657), - [anon_sym_PLUS_EQ] = ACTIONS(4657), - [anon_sym_DASH_EQ] = ACTIONS(4657), - [anon_sym_STAR_EQ] = ACTIONS(4657), - [anon_sym_SLASH_EQ] = ACTIONS(4657), - [anon_sym_PERCENT_EQ] = ACTIONS(4657), - [anon_sym_BANG_EQ] = ACTIONS(4655), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4657), - [anon_sym_EQ_EQ] = ACTIONS(4655), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4657), - [anon_sym_LT_EQ] = ACTIONS(4657), - [anon_sym_GT_EQ] = ACTIONS(4657), - [anon_sym_BANGin] = ACTIONS(4657), - [anon_sym_is] = ACTIONS(4655), - [anon_sym_BANGis] = ACTIONS(4657), - [anon_sym_PLUS] = ACTIONS(4655), - [anon_sym_DASH] = ACTIONS(4655), - [anon_sym_SLASH] = ACTIONS(4655), - [anon_sym_PERCENT] = ACTIONS(4655), - [anon_sym_as_QMARK] = ACTIONS(4657), - [anon_sym_PLUS_PLUS] = ACTIONS(4657), - [anon_sym_DASH_DASH] = ACTIONS(4657), - [anon_sym_BANG] = ACTIONS(4655), - [anon_sym_BANG_BANG] = ACTIONS(4657), - [anon_sym_suspend] = ACTIONS(4655), - [anon_sym_sealed] = ACTIONS(4655), - [anon_sym_annotation] = ACTIONS(4655), - [anon_sym_data] = ACTIONS(4655), - [anon_sym_inner] = ACTIONS(4655), - [anon_sym_override] = ACTIONS(4655), - [anon_sym_lateinit] = ACTIONS(4655), - [anon_sym_public] = ACTIONS(4655), - [anon_sym_private] = ACTIONS(4655), - [anon_sym_internal] = ACTIONS(4655), - [anon_sym_protected] = ACTIONS(4655), - [anon_sym_tailrec] = ACTIONS(4655), - [anon_sym_operator] = ACTIONS(4655), - [anon_sym_infix] = ACTIONS(4655), - [anon_sym_inline] = ACTIONS(4655), - [anon_sym_external] = ACTIONS(4655), - [sym_property_modifier] = ACTIONS(4655), - [anon_sym_abstract] = ACTIONS(4655), - [anon_sym_final] = ACTIONS(4655), - [anon_sym_open] = ACTIONS(4655), - [anon_sym_vararg] = ACTIONS(4655), - [anon_sym_noinline] = ACTIONS(4655), - [anon_sym_crossinline] = ACTIONS(4655), - [anon_sym_expect] = ACTIONS(4655), - [anon_sym_actual] = ACTIONS(4655), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4657), - [anon_sym_continue_AT] = ACTIONS(4657), - [anon_sym_break_AT] = ACTIONS(4657), - [sym_real_literal] = ACTIONS(4657), - [sym_integer_literal] = ACTIONS(4655), - [sym_hex_literal] = ACTIONS(4657), - [sym_bin_literal] = ACTIONS(4657), - [anon_sym_true] = ACTIONS(4655), - [anon_sym_false] = ACTIONS(4655), - [anon_sym_SQUOTE] = ACTIONS(4657), - [sym__backtick_identifier] = ACTIONS(4657), - [sym__automatic_semicolon] = ACTIONS(4657), - [sym_safe_nav] = ACTIONS(4657), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4657), - }, - [1010] = { - [sym__alpha_identifier] = ACTIONS(4659), - [anon_sym_AT] = ACTIONS(4661), - [anon_sym_COLON] = ACTIONS(4659), - [anon_sym_LBRACK] = ACTIONS(4661), - [anon_sym_as] = ACTIONS(4659), - [anon_sym_EQ] = ACTIONS(4659), - [anon_sym_LBRACE] = ACTIONS(4661), - [anon_sym_RBRACE] = ACTIONS(4661), - [anon_sym_LPAREN] = ACTIONS(4661), - [anon_sym_COMMA] = ACTIONS(4661), - [anon_sym_LT] = ACTIONS(4659), - [anon_sym_GT] = ACTIONS(4659), - [anon_sym_where] = ACTIONS(4659), - [anon_sym_object] = ACTIONS(4659), - [anon_sym_fun] = ACTIONS(4659), - [anon_sym_DOT] = ACTIONS(4659), - [anon_sym_SEMI] = ACTIONS(4661), - [anon_sym_get] = ACTIONS(4659), - [anon_sym_set] = ACTIONS(4659), - [anon_sym_this] = ACTIONS(4659), - [anon_sym_super] = ACTIONS(4659), - [anon_sym_STAR] = ACTIONS(4659), - [sym_label] = ACTIONS(4659), - [anon_sym_in] = ACTIONS(4659), - [anon_sym_DOT_DOT] = ACTIONS(4661), - [anon_sym_QMARK_COLON] = ACTIONS(4661), - [anon_sym_AMP_AMP] = ACTIONS(4661), - [anon_sym_PIPE_PIPE] = ACTIONS(4661), - [anon_sym_null] = ACTIONS(4659), - [anon_sym_if] = ACTIONS(4659), - [anon_sym_else] = ACTIONS(4659), - [anon_sym_when] = ACTIONS(4659), - [anon_sym_try] = ACTIONS(4659), - [anon_sym_throw] = ACTIONS(4659), - [anon_sym_return] = ACTIONS(4659), - [anon_sym_continue] = ACTIONS(4659), - [anon_sym_break] = ACTIONS(4659), - [anon_sym_COLON_COLON] = ACTIONS(4661), - [anon_sym_PLUS_EQ] = ACTIONS(4661), - [anon_sym_DASH_EQ] = ACTIONS(4661), - [anon_sym_STAR_EQ] = ACTIONS(4661), - [anon_sym_SLASH_EQ] = ACTIONS(4661), - [anon_sym_PERCENT_EQ] = ACTIONS(4661), - [anon_sym_BANG_EQ] = ACTIONS(4659), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4661), - [anon_sym_EQ_EQ] = ACTIONS(4659), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4661), - [anon_sym_LT_EQ] = ACTIONS(4661), - [anon_sym_GT_EQ] = ACTIONS(4661), - [anon_sym_BANGin] = ACTIONS(4661), - [anon_sym_is] = ACTIONS(4659), - [anon_sym_BANGis] = ACTIONS(4661), - [anon_sym_PLUS] = ACTIONS(4659), - [anon_sym_DASH] = ACTIONS(4659), - [anon_sym_SLASH] = ACTIONS(4659), - [anon_sym_PERCENT] = ACTIONS(4659), - [anon_sym_as_QMARK] = ACTIONS(4661), - [anon_sym_PLUS_PLUS] = ACTIONS(4661), - [anon_sym_DASH_DASH] = ACTIONS(4661), - [anon_sym_BANG] = ACTIONS(4659), - [anon_sym_BANG_BANG] = ACTIONS(4661), - [anon_sym_suspend] = ACTIONS(4659), - [anon_sym_sealed] = ACTIONS(4659), - [anon_sym_annotation] = ACTIONS(4659), - [anon_sym_data] = ACTIONS(4659), - [anon_sym_inner] = ACTIONS(4659), - [anon_sym_override] = ACTIONS(4659), - [anon_sym_lateinit] = ACTIONS(4659), - [anon_sym_public] = ACTIONS(4659), - [anon_sym_private] = ACTIONS(4659), - [anon_sym_internal] = ACTIONS(4659), - [anon_sym_protected] = ACTIONS(4659), - [anon_sym_tailrec] = ACTIONS(4659), - [anon_sym_operator] = ACTIONS(4659), - [anon_sym_infix] = ACTIONS(4659), - [anon_sym_inline] = ACTIONS(4659), - [anon_sym_external] = ACTIONS(4659), - [sym_property_modifier] = ACTIONS(4659), - [anon_sym_abstract] = ACTIONS(4659), - [anon_sym_final] = ACTIONS(4659), - [anon_sym_open] = ACTIONS(4659), - [anon_sym_vararg] = ACTIONS(4659), - [anon_sym_noinline] = ACTIONS(4659), - [anon_sym_crossinline] = ACTIONS(4659), - [anon_sym_expect] = ACTIONS(4659), - [anon_sym_actual] = ACTIONS(4659), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4661), - [anon_sym_continue_AT] = ACTIONS(4661), - [anon_sym_break_AT] = ACTIONS(4661), - [sym_real_literal] = ACTIONS(4661), - [sym_integer_literal] = ACTIONS(4659), - [sym_hex_literal] = ACTIONS(4661), - [sym_bin_literal] = ACTIONS(4661), - [anon_sym_true] = ACTIONS(4659), - [anon_sym_false] = ACTIONS(4659), - [anon_sym_SQUOTE] = ACTIONS(4661), - [sym__backtick_identifier] = ACTIONS(4661), - [sym__automatic_semicolon] = ACTIONS(4661), - [sym_safe_nav] = ACTIONS(4661), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4661), - }, - [1011] = { - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(1814), - [sym__comparison_operator] = STATE(1815), - [sym__in_operator] = STATE(1817), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(1818), - [sym__multiplicative_operator] = STATE(1819), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_annotation] = STATE(7845), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1821), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), + [979] = { + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(1631), + [sym__comparison_operator] = STATE(2054), + [sym__in_operator] = STATE(1615), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(1616), + [sym__multiplicative_operator] = STATE(1617), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_annotation] = STATE(7893), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1618), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_RBRACK] = ACTIONS(3085), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_EQ] = ACTIONS(3083), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(3085), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_COMMA] = ACTIONS(3085), - [anon_sym_RPAREN] = ACTIONS(3085), - [anon_sym_LT] = ACTIONS(3087), - [anon_sym_GT] = ACTIONS(3083), - [anon_sym_where] = ACTIONS(3083), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(3085), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_RBRACK] = ACTIONS(3069), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_EQ] = ACTIONS(3067), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(3069), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_COMMA] = ACTIONS(3069), + [anon_sym_RPAREN] = ACTIONS(3069), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(3396), + [anon_sym_where] = ACTIONS(3067), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3069), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(3390), - [anon_sym_DASH_GT] = ACTIONS(3085), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(3083), - [anon_sym_while] = ACTIONS(3083), - [anon_sym_DOT_DOT] = ACTIONS(3396), - [anon_sym_QMARK_COLON] = ACTIONS(3085), - [anon_sym_AMP_AMP] = ACTIONS(3085), - [anon_sym_PIPE_PIPE] = ACTIONS(3085), - [anon_sym_else] = ACTIONS(3083), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_PLUS_EQ] = ACTIONS(3085), - [anon_sym_DASH_EQ] = ACTIONS(3085), - [anon_sym_STAR_EQ] = ACTIONS(3085), - [anon_sym_SLASH_EQ] = ACTIONS(3085), - [anon_sym_PERCENT_EQ] = ACTIONS(3085), - [anon_sym_BANG_EQ] = ACTIONS(3083), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3085), - [anon_sym_EQ_EQ] = ACTIONS(3083), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3085), - [anon_sym_LT_EQ] = ACTIONS(3085), - [anon_sym_GT_EQ] = ACTIONS(3085), - [anon_sym_BANGin] = ACTIONS(3085), - [anon_sym_is] = ACTIONS(3083), - [anon_sym_BANGis] = ACTIONS(3085), - [anon_sym_PLUS] = ACTIONS(3418), - [anon_sym_DASH] = ACTIONS(3418), - [anon_sym_SLASH] = ACTIONS(3390), - [anon_sym_PERCENT] = ACTIONS(3390), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), - [anon_sym_suspend] = ACTIONS(3083), - [anon_sym_sealed] = ACTIONS(3083), - [anon_sym_annotation] = ACTIONS(3083), + [anon_sym_STAR] = ACTIONS(3406), + [anon_sym_DASH_GT] = ACTIONS(3069), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(3410), + [anon_sym_while] = ACTIONS(3067), + [anon_sym_DOT_DOT] = ACTIONS(3412), + [anon_sym_QMARK_COLON] = ACTIONS(3414), + [anon_sym_AMP_AMP] = ACTIONS(3416), + [anon_sym_PIPE_PIPE] = ACTIONS(3418), + [anon_sym_else] = ACTIONS(3067), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_PLUS_EQ] = ACTIONS(3069), + [anon_sym_DASH_EQ] = ACTIONS(3069), + [anon_sym_STAR_EQ] = ACTIONS(3069), + [anon_sym_SLASH_EQ] = ACTIONS(3069), + [anon_sym_PERCENT_EQ] = ACTIONS(3069), + [anon_sym_BANG_EQ] = ACTIONS(3422), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3424), + [anon_sym_EQ_EQ] = ACTIONS(3422), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3424), + [anon_sym_LT_EQ] = ACTIONS(3426), + [anon_sym_GT_EQ] = ACTIONS(3426), + [anon_sym_BANGin] = ACTIONS(3428), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), + [anon_sym_PLUS] = ACTIONS(3434), + [anon_sym_DASH] = ACTIONS(3434), + [anon_sym_SLASH] = ACTIONS(3406), + [anon_sym_PERCENT] = ACTIONS(3406), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), + [anon_sym_suspend] = ACTIONS(3067), + [anon_sym_sealed] = ACTIONS(3067), + [anon_sym_annotation] = ACTIONS(3067), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3083), - [anon_sym_lateinit] = ACTIONS(3083), - [anon_sym_public] = ACTIONS(3083), - [anon_sym_private] = ACTIONS(3083), - [anon_sym_internal] = ACTIONS(3083), - [anon_sym_protected] = ACTIONS(3083), - [anon_sym_tailrec] = ACTIONS(3083), - [anon_sym_operator] = ACTIONS(3083), - [anon_sym_infix] = ACTIONS(3083), - [anon_sym_inline] = ACTIONS(3083), - [anon_sym_external] = ACTIONS(3083), - [sym_property_modifier] = ACTIONS(3083), - [anon_sym_abstract] = ACTIONS(3083), - [anon_sym_final] = ACTIONS(3083), - [anon_sym_open] = ACTIONS(3083), - [anon_sym_vararg] = ACTIONS(3083), - [anon_sym_noinline] = ACTIONS(3083), - [anon_sym_crossinline] = ACTIONS(3083), + [anon_sym_override] = ACTIONS(3067), + [anon_sym_lateinit] = ACTIONS(3067), + [anon_sym_public] = ACTIONS(3067), + [anon_sym_private] = ACTIONS(3067), + [anon_sym_internal] = ACTIONS(3067), + [anon_sym_protected] = ACTIONS(3067), + [anon_sym_tailrec] = ACTIONS(3067), + [anon_sym_operator] = ACTIONS(3067), + [anon_sym_infix] = ACTIONS(3067), + [anon_sym_inline] = ACTIONS(3067), + [anon_sym_external] = ACTIONS(3067), + [sym_property_modifier] = ACTIONS(3067), + [anon_sym_abstract] = ACTIONS(3067), + [anon_sym_final] = ACTIONS(3067), + [anon_sym_open] = ACTIONS(3067), + [anon_sym_vararg] = ACTIONS(3067), + [anon_sym_noinline] = ACTIONS(3067), + [anon_sym_crossinline] = ACTIONS(3067), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), + [sym_safe_nav] = ACTIONS(3420), [sym_multiline_comment] = ACTIONS(3), }, - [1012] = { - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(1814), - [sym__comparison_operator] = STATE(1815), - [sym__in_operator] = STATE(1817), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(1818), - [sym__multiplicative_operator] = STATE(1819), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_annotation] = STATE(7845), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1821), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), + [980] = { + [sym_indexing_suffix] = STATE(3424), + [sym_navigation_suffix] = STATE(3423), + [sym_call_suffix] = STATE(3420), + [sym_annotated_lambda] = STATE(3419), + [sym_type_arguments] = STATE(7492), + [sym_value_arguments] = STATE(2731), + [sym_lambda_literal] = STATE(3415), + [sym__equality_operator] = STATE(1651), + [sym__comparison_operator] = STATE(1652), + [sym__in_operator] = STATE(1654), + [sym__is_operator] = STATE(6160), + [sym__additive_operator] = STATE(1655), + [sym__multiplicative_operator] = STATE(1656), + [sym__as_operator] = STATE(6161), + [sym__postfix_unary_operator] = STATE(3414), + [sym__member_access_operator] = STATE(7370), + [sym_annotation] = STATE(7887), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1657), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7887), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_RBRACK] = ACTIONS(3059), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_EQ] = ACTIONS(3057), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(3059), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_COMMA] = ACTIONS(3059), - [anon_sym_RPAREN] = ACTIONS(3059), + [anon_sym_LBRACK] = ACTIONS(4543), + [anon_sym_as] = ACTIONS(4545), + [anon_sym_EQ] = ACTIONS(3048), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_RBRACE] = ACTIONS(3050), + [anon_sym_LPAREN] = ACTIONS(4547), + [anon_sym_COMMA] = ACTIONS(3050), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3380), - [anon_sym_where] = ACTIONS(3057), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(3059), + [anon_sym_GT] = ACTIONS(4549), + [anon_sym_where] = ACTIONS(3048), + [anon_sym_object] = ACTIONS(3048), + [anon_sym_fun] = ACTIONS(3048), + [anon_sym_DOT] = ACTIONS(4551), + [anon_sym_SEMI] = ACTIONS(3050), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(3390), - [anon_sym_DASH_GT] = ACTIONS(3059), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(3394), - [anon_sym_while] = ACTIONS(3057), - [anon_sym_DOT_DOT] = ACTIONS(3396), - [anon_sym_QMARK_COLON] = ACTIONS(3398), - [anon_sym_AMP_AMP] = ACTIONS(3400), - [anon_sym_PIPE_PIPE] = ACTIONS(3402), - [anon_sym_else] = ACTIONS(3057), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_PLUS_EQ] = ACTIONS(3059), - [anon_sym_DASH_EQ] = ACTIONS(3059), - [anon_sym_STAR_EQ] = ACTIONS(3059), - [anon_sym_SLASH_EQ] = ACTIONS(3059), - [anon_sym_PERCENT_EQ] = ACTIONS(3059), - [anon_sym_BANG_EQ] = ACTIONS(3406), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3408), - [anon_sym_EQ_EQ] = ACTIONS(3406), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3408), - [anon_sym_LT_EQ] = ACTIONS(3410), - [anon_sym_GT_EQ] = ACTIONS(3410), - [anon_sym_BANGin] = ACTIONS(3412), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), - [anon_sym_PLUS] = ACTIONS(3418), - [anon_sym_DASH] = ACTIONS(3418), - [anon_sym_SLASH] = ACTIONS(3390), - [anon_sym_PERCENT] = ACTIONS(3390), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), - [anon_sym_suspend] = ACTIONS(3057), - [anon_sym_sealed] = ACTIONS(3057), - [anon_sym_annotation] = ACTIONS(3057), + [anon_sym_this] = ACTIONS(3048), + [anon_sym_super] = ACTIONS(3048), + [anon_sym_STAR] = ACTIONS(4553), + [sym_label] = ACTIONS(4555), + [anon_sym_in] = ACTIONS(4557), + [anon_sym_DOT_DOT] = ACTIONS(4559), + [anon_sym_QMARK_COLON] = ACTIONS(4561), + [anon_sym_AMP_AMP] = ACTIONS(3050), + [anon_sym_PIPE_PIPE] = ACTIONS(3050), + [anon_sym_null] = ACTIONS(3048), + [anon_sym_if] = ACTIONS(3048), + [anon_sym_else] = ACTIONS(3048), + [anon_sym_when] = ACTIONS(3048), + [anon_sym_try] = ACTIONS(3048), + [anon_sym_throw] = ACTIONS(3048), + [anon_sym_return] = ACTIONS(3048), + [anon_sym_continue] = ACTIONS(3048), + [anon_sym_break] = ACTIONS(3048), + [anon_sym_COLON_COLON] = ACTIONS(4567), + [anon_sym_PLUS_EQ] = ACTIONS(3050), + [anon_sym_DASH_EQ] = ACTIONS(3050), + [anon_sym_STAR_EQ] = ACTIONS(3050), + [anon_sym_SLASH_EQ] = ACTIONS(3050), + [anon_sym_PERCENT_EQ] = ACTIONS(3050), + [anon_sym_BANG_EQ] = ACTIONS(4569), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4571), + [anon_sym_EQ_EQ] = ACTIONS(4569), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4571), + [anon_sym_LT_EQ] = ACTIONS(4573), + [anon_sym_GT_EQ] = ACTIONS(4573), + [anon_sym_BANGin] = ACTIONS(4575), + [anon_sym_is] = ACTIONS(4577), + [anon_sym_BANGis] = ACTIONS(4579), + [anon_sym_PLUS] = ACTIONS(4581), + [anon_sym_DASH] = ACTIONS(4581), + [anon_sym_SLASH] = ACTIONS(4553), + [anon_sym_PERCENT] = ACTIONS(4553), + [anon_sym_as_QMARK] = ACTIONS(4583), + [anon_sym_PLUS_PLUS] = ACTIONS(4585), + [anon_sym_DASH_DASH] = ACTIONS(4585), + [anon_sym_BANG] = ACTIONS(3048), + [anon_sym_BANG_BANG] = ACTIONS(4585), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3057), - [anon_sym_lateinit] = ACTIONS(3057), - [anon_sym_public] = ACTIONS(3057), - [anon_sym_private] = ACTIONS(3057), - [anon_sym_internal] = ACTIONS(3057), - [anon_sym_protected] = ACTIONS(3057), - [anon_sym_tailrec] = ACTIONS(3057), - [anon_sym_operator] = ACTIONS(3057), - [anon_sym_infix] = ACTIONS(3057), - [anon_sym_inline] = ACTIONS(3057), - [anon_sym_external] = ACTIONS(3057), - [sym_property_modifier] = ACTIONS(3057), - [anon_sym_abstract] = ACTIONS(3057), - [anon_sym_final] = ACTIONS(3057), - [anon_sym_open] = ACTIONS(3057), - [anon_sym_vararg] = ACTIONS(3057), - [anon_sym_noinline] = ACTIONS(3057), - [anon_sym_crossinline] = ACTIONS(3057), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3050), + [anon_sym_continue_AT] = ACTIONS(3050), + [anon_sym_break_AT] = ACTIONS(3050), + [sym_real_literal] = ACTIONS(3050), + [sym_integer_literal] = ACTIONS(3048), + [sym_hex_literal] = ACTIONS(3050), + [sym_bin_literal] = ACTIONS(3050), + [anon_sym_true] = ACTIONS(3048), + [anon_sym_false] = ACTIONS(3048), + [anon_sym_SQUOTE] = ACTIONS(3050), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), + [sym__automatic_semicolon] = ACTIONS(3050), + [sym_safe_nav] = ACTIONS(4567), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3050), }, - [1013] = { - [sym_enum_class_body] = STATE(1042), - [sym__alpha_identifier] = ACTIONS(4197), - [anon_sym_AT] = ACTIONS(4199), - [anon_sym_LBRACK] = ACTIONS(4199), - [anon_sym_as] = ACTIONS(4197), - [anon_sym_EQ] = ACTIONS(4197), - [anon_sym_LBRACE] = ACTIONS(3144), - [anon_sym_RBRACE] = ACTIONS(4199), - [anon_sym_LPAREN] = ACTIONS(4199), - [anon_sym_COMMA] = ACTIONS(4199), - [anon_sym_LT] = ACTIONS(4197), - [anon_sym_GT] = ACTIONS(4197), - [anon_sym_where] = ACTIONS(4197), - [anon_sym_object] = ACTIONS(4197), - [anon_sym_fun] = ACTIONS(4197), - [anon_sym_DOT] = ACTIONS(4197), - [anon_sym_SEMI] = ACTIONS(4199), - [anon_sym_get] = ACTIONS(4197), - [anon_sym_set] = ACTIONS(4197), - [anon_sym_this] = ACTIONS(4197), - [anon_sym_super] = ACTIONS(4197), - [anon_sym_STAR] = ACTIONS(4197), - [sym_label] = ACTIONS(4197), - [anon_sym_in] = ACTIONS(4197), - [anon_sym_DOT_DOT] = ACTIONS(4199), - [anon_sym_QMARK_COLON] = ACTIONS(4199), - [anon_sym_AMP_AMP] = ACTIONS(4199), - [anon_sym_PIPE_PIPE] = ACTIONS(4199), - [anon_sym_null] = ACTIONS(4197), - [anon_sym_if] = ACTIONS(4197), - [anon_sym_else] = ACTIONS(4197), - [anon_sym_when] = ACTIONS(4197), - [anon_sym_try] = ACTIONS(4197), - [anon_sym_throw] = ACTIONS(4197), - [anon_sym_return] = ACTIONS(4197), - [anon_sym_continue] = ACTIONS(4197), - [anon_sym_break] = ACTIONS(4197), - [anon_sym_COLON_COLON] = ACTIONS(4199), - [anon_sym_PLUS_EQ] = ACTIONS(4199), - [anon_sym_DASH_EQ] = ACTIONS(4199), - [anon_sym_STAR_EQ] = ACTIONS(4199), - [anon_sym_SLASH_EQ] = ACTIONS(4199), - [anon_sym_PERCENT_EQ] = ACTIONS(4199), - [anon_sym_BANG_EQ] = ACTIONS(4197), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4199), - [anon_sym_EQ_EQ] = ACTIONS(4197), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4199), - [anon_sym_LT_EQ] = ACTIONS(4199), - [anon_sym_GT_EQ] = ACTIONS(4199), - [anon_sym_BANGin] = ACTIONS(4199), - [anon_sym_is] = ACTIONS(4197), - [anon_sym_BANGis] = ACTIONS(4199), - [anon_sym_PLUS] = ACTIONS(4197), - [anon_sym_DASH] = ACTIONS(4197), - [anon_sym_SLASH] = ACTIONS(4197), - [anon_sym_PERCENT] = ACTIONS(4197), - [anon_sym_as_QMARK] = ACTIONS(4199), - [anon_sym_PLUS_PLUS] = ACTIONS(4199), - [anon_sym_DASH_DASH] = ACTIONS(4199), - [anon_sym_BANG] = ACTIONS(4197), - [anon_sym_BANG_BANG] = ACTIONS(4199), - [anon_sym_suspend] = ACTIONS(4197), - [anon_sym_sealed] = ACTIONS(4197), - [anon_sym_annotation] = ACTIONS(4197), - [anon_sym_data] = ACTIONS(4197), - [anon_sym_inner] = ACTIONS(4197), - [anon_sym_override] = ACTIONS(4197), - [anon_sym_lateinit] = ACTIONS(4197), - [anon_sym_public] = ACTIONS(4197), - [anon_sym_private] = ACTIONS(4197), - [anon_sym_internal] = ACTIONS(4197), - [anon_sym_protected] = ACTIONS(4197), - [anon_sym_tailrec] = ACTIONS(4197), - [anon_sym_operator] = ACTIONS(4197), - [anon_sym_infix] = ACTIONS(4197), - [anon_sym_inline] = ACTIONS(4197), - [anon_sym_external] = ACTIONS(4197), - [sym_property_modifier] = ACTIONS(4197), - [anon_sym_abstract] = ACTIONS(4197), - [anon_sym_final] = ACTIONS(4197), - [anon_sym_open] = ACTIONS(4197), - [anon_sym_vararg] = ACTIONS(4197), - [anon_sym_noinline] = ACTIONS(4197), - [anon_sym_crossinline] = ACTIONS(4197), - [anon_sym_expect] = ACTIONS(4197), - [anon_sym_actual] = ACTIONS(4197), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4199), - [anon_sym_continue_AT] = ACTIONS(4199), - [anon_sym_break_AT] = ACTIONS(4199), - [sym_real_literal] = ACTIONS(4199), - [sym_integer_literal] = ACTIONS(4197), - [sym_hex_literal] = ACTIONS(4199), - [sym_bin_literal] = ACTIONS(4199), - [anon_sym_true] = ACTIONS(4197), - [anon_sym_false] = ACTIONS(4197), - [anon_sym_SQUOTE] = ACTIONS(4199), - [sym__backtick_identifier] = ACTIONS(4199), - [sym__automatic_semicolon] = ACTIONS(4199), - [sym_safe_nav] = ACTIONS(4199), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4199), + [981] = { + [sym_class_body] = STATE(1158), + [sym__alpha_identifier] = ACTIONS(4503), + [anon_sym_AT] = ACTIONS(4505), + [anon_sym_LBRACK] = ACTIONS(4505), + [anon_sym_as] = ACTIONS(4503), + [anon_sym_EQ] = ACTIONS(4503), + [anon_sym_LBRACE] = ACTIONS(3180), + [anon_sym_RBRACE] = ACTIONS(4505), + [anon_sym_LPAREN] = ACTIONS(4505), + [anon_sym_COMMA] = ACTIONS(4505), + [anon_sym_LT] = ACTIONS(4503), + [anon_sym_GT] = ACTIONS(4503), + [anon_sym_where] = ACTIONS(4503), + [anon_sym_object] = ACTIONS(4503), + [anon_sym_fun] = ACTIONS(4503), + [anon_sym_DOT] = ACTIONS(4503), + [anon_sym_SEMI] = ACTIONS(4505), + [anon_sym_get] = ACTIONS(4503), + [anon_sym_set] = ACTIONS(4503), + [anon_sym_this] = ACTIONS(4503), + [anon_sym_super] = ACTIONS(4503), + [anon_sym_STAR] = ACTIONS(4503), + [sym_label] = ACTIONS(4503), + [anon_sym_in] = ACTIONS(4503), + [anon_sym_DOT_DOT] = ACTIONS(4505), + [anon_sym_QMARK_COLON] = ACTIONS(4505), + [anon_sym_AMP_AMP] = ACTIONS(4505), + [anon_sym_PIPE_PIPE] = ACTIONS(4505), + [anon_sym_null] = ACTIONS(4503), + [anon_sym_if] = ACTIONS(4503), + [anon_sym_else] = ACTIONS(4503), + [anon_sym_when] = ACTIONS(4503), + [anon_sym_try] = ACTIONS(4503), + [anon_sym_throw] = ACTIONS(4503), + [anon_sym_return] = ACTIONS(4503), + [anon_sym_continue] = ACTIONS(4503), + [anon_sym_break] = ACTIONS(4503), + [anon_sym_COLON_COLON] = ACTIONS(4505), + [anon_sym_PLUS_EQ] = ACTIONS(4505), + [anon_sym_DASH_EQ] = ACTIONS(4505), + [anon_sym_STAR_EQ] = ACTIONS(4505), + [anon_sym_SLASH_EQ] = ACTIONS(4505), + [anon_sym_PERCENT_EQ] = ACTIONS(4505), + [anon_sym_BANG_EQ] = ACTIONS(4503), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4505), + [anon_sym_EQ_EQ] = ACTIONS(4503), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4505), + [anon_sym_LT_EQ] = ACTIONS(4505), + [anon_sym_GT_EQ] = ACTIONS(4505), + [anon_sym_BANGin] = ACTIONS(4505), + [anon_sym_is] = ACTIONS(4503), + [anon_sym_BANGis] = ACTIONS(4505), + [anon_sym_PLUS] = ACTIONS(4503), + [anon_sym_DASH] = ACTIONS(4503), + [anon_sym_SLASH] = ACTIONS(4503), + [anon_sym_PERCENT] = ACTIONS(4503), + [anon_sym_as_QMARK] = ACTIONS(4505), + [anon_sym_PLUS_PLUS] = ACTIONS(4505), + [anon_sym_DASH_DASH] = ACTIONS(4505), + [anon_sym_BANG] = ACTIONS(4503), + [anon_sym_BANG_BANG] = ACTIONS(4505), + [anon_sym_suspend] = ACTIONS(4503), + [anon_sym_sealed] = ACTIONS(4503), + [anon_sym_annotation] = ACTIONS(4503), + [anon_sym_data] = ACTIONS(4503), + [anon_sym_inner] = ACTIONS(4503), + [anon_sym_override] = ACTIONS(4503), + [anon_sym_lateinit] = ACTIONS(4503), + [anon_sym_public] = ACTIONS(4503), + [anon_sym_private] = ACTIONS(4503), + [anon_sym_internal] = ACTIONS(4503), + [anon_sym_protected] = ACTIONS(4503), + [anon_sym_tailrec] = ACTIONS(4503), + [anon_sym_operator] = ACTIONS(4503), + [anon_sym_infix] = ACTIONS(4503), + [anon_sym_inline] = ACTIONS(4503), + [anon_sym_external] = ACTIONS(4503), + [sym_property_modifier] = ACTIONS(4503), + [anon_sym_abstract] = ACTIONS(4503), + [anon_sym_final] = ACTIONS(4503), + [anon_sym_open] = ACTIONS(4503), + [anon_sym_vararg] = ACTIONS(4503), + [anon_sym_noinline] = ACTIONS(4503), + [anon_sym_crossinline] = ACTIONS(4503), + [anon_sym_expect] = ACTIONS(4503), + [anon_sym_actual] = ACTIONS(4503), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4505), + [anon_sym_continue_AT] = ACTIONS(4505), + [anon_sym_break_AT] = ACTIONS(4505), + [sym_real_literal] = ACTIONS(4505), + [sym_integer_literal] = ACTIONS(4503), + [sym_hex_literal] = ACTIONS(4505), + [sym_bin_literal] = ACTIONS(4505), + [anon_sym_true] = ACTIONS(4503), + [anon_sym_false] = ACTIONS(4503), + [anon_sym_SQUOTE] = ACTIONS(4505), + [sym__backtick_identifier] = ACTIONS(4505), + [sym__automatic_semicolon] = ACTIONS(4505), + [sym_safe_nav] = ACTIONS(4505), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4505), }, - [1014] = { - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(1814), - [sym__comparison_operator] = STATE(1815), - [sym__in_operator] = STATE(1817), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(1818), - [sym__multiplicative_operator] = STATE(1819), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_annotation] = STATE(7845), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1821), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [sym__alpha_identifier] = ACTIONS(2984), + [982] = { + [sym__alpha_identifier] = ACTIONS(4617), + [anon_sym_AT] = ACTIONS(4619), + [anon_sym_COLON] = ACTIONS(4617), + [anon_sym_LBRACK] = ACTIONS(4619), + [anon_sym_as] = ACTIONS(4617), + [anon_sym_EQ] = ACTIONS(4617), + [anon_sym_LBRACE] = ACTIONS(4619), + [anon_sym_RBRACE] = ACTIONS(4619), + [anon_sym_LPAREN] = ACTIONS(4619), + [anon_sym_COMMA] = ACTIONS(4619), + [anon_sym_LT] = ACTIONS(4617), + [anon_sym_GT] = ACTIONS(4617), + [anon_sym_where] = ACTIONS(4617), + [anon_sym_object] = ACTIONS(4617), + [anon_sym_fun] = ACTIONS(4617), + [anon_sym_DOT] = ACTIONS(4617), + [anon_sym_SEMI] = ACTIONS(4619), + [anon_sym_get] = ACTIONS(4617), + [anon_sym_set] = ACTIONS(4617), + [anon_sym_this] = ACTIONS(4617), + [anon_sym_super] = ACTIONS(4617), + [anon_sym_STAR] = ACTIONS(4617), + [sym_label] = ACTIONS(4617), + [anon_sym_in] = ACTIONS(4617), + [anon_sym_DOT_DOT] = ACTIONS(4619), + [anon_sym_QMARK_COLON] = ACTIONS(4619), + [anon_sym_AMP_AMP] = ACTIONS(4619), + [anon_sym_PIPE_PIPE] = ACTIONS(4619), + [anon_sym_null] = ACTIONS(4617), + [anon_sym_if] = ACTIONS(4617), + [anon_sym_else] = ACTIONS(4617), + [anon_sym_when] = ACTIONS(4617), + [anon_sym_try] = ACTIONS(4617), + [anon_sym_throw] = ACTIONS(4617), + [anon_sym_return] = ACTIONS(4617), + [anon_sym_continue] = ACTIONS(4617), + [anon_sym_break] = ACTIONS(4617), + [anon_sym_COLON_COLON] = ACTIONS(4619), + [anon_sym_PLUS_EQ] = ACTIONS(4619), + [anon_sym_DASH_EQ] = ACTIONS(4619), + [anon_sym_STAR_EQ] = ACTIONS(4619), + [anon_sym_SLASH_EQ] = ACTIONS(4619), + [anon_sym_PERCENT_EQ] = ACTIONS(4619), + [anon_sym_BANG_EQ] = ACTIONS(4617), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4619), + [anon_sym_EQ_EQ] = ACTIONS(4617), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4619), + [anon_sym_LT_EQ] = ACTIONS(4619), + [anon_sym_GT_EQ] = ACTIONS(4619), + [anon_sym_BANGin] = ACTIONS(4619), + [anon_sym_is] = ACTIONS(4617), + [anon_sym_BANGis] = ACTIONS(4619), + [anon_sym_PLUS] = ACTIONS(4617), + [anon_sym_DASH] = ACTIONS(4617), + [anon_sym_SLASH] = ACTIONS(4617), + [anon_sym_PERCENT] = ACTIONS(4617), + [anon_sym_as_QMARK] = ACTIONS(4619), + [anon_sym_PLUS_PLUS] = ACTIONS(4619), + [anon_sym_DASH_DASH] = ACTIONS(4619), + [anon_sym_BANG] = ACTIONS(4617), + [anon_sym_BANG_BANG] = ACTIONS(4619), + [anon_sym_suspend] = ACTIONS(4617), + [anon_sym_sealed] = ACTIONS(4617), + [anon_sym_annotation] = ACTIONS(4617), + [anon_sym_data] = ACTIONS(4617), + [anon_sym_inner] = ACTIONS(4617), + [anon_sym_override] = ACTIONS(4617), + [anon_sym_lateinit] = ACTIONS(4617), + [anon_sym_public] = ACTIONS(4617), + [anon_sym_private] = ACTIONS(4617), + [anon_sym_internal] = ACTIONS(4617), + [anon_sym_protected] = ACTIONS(4617), + [anon_sym_tailrec] = ACTIONS(4617), + [anon_sym_operator] = ACTIONS(4617), + [anon_sym_infix] = ACTIONS(4617), + [anon_sym_inline] = ACTIONS(4617), + [anon_sym_external] = ACTIONS(4617), + [sym_property_modifier] = ACTIONS(4617), + [anon_sym_abstract] = ACTIONS(4617), + [anon_sym_final] = ACTIONS(4617), + [anon_sym_open] = ACTIONS(4617), + [anon_sym_vararg] = ACTIONS(4617), + [anon_sym_noinline] = ACTIONS(4617), + [anon_sym_crossinline] = ACTIONS(4617), + [anon_sym_expect] = ACTIONS(4617), + [anon_sym_actual] = ACTIONS(4617), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4619), + [anon_sym_continue_AT] = ACTIONS(4619), + [anon_sym_break_AT] = ACTIONS(4619), + [sym_real_literal] = ACTIONS(4619), + [sym_integer_literal] = ACTIONS(4617), + [sym_hex_literal] = ACTIONS(4619), + [sym_bin_literal] = ACTIONS(4619), + [anon_sym_true] = ACTIONS(4617), + [anon_sym_false] = ACTIONS(4617), + [anon_sym_SQUOTE] = ACTIONS(4619), + [sym__backtick_identifier] = ACTIONS(4619), + [sym__automatic_semicolon] = ACTIONS(4619), + [sym_safe_nav] = ACTIONS(4619), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4619), + }, + [983] = { + [sym__alpha_identifier] = ACTIONS(4621), + [anon_sym_AT] = ACTIONS(4623), + [anon_sym_LBRACK] = ACTIONS(4623), + [anon_sym_as] = ACTIONS(4621), + [anon_sym_EQ] = ACTIONS(4621), + [anon_sym_LBRACE] = ACTIONS(4623), + [anon_sym_RBRACE] = ACTIONS(4623), + [anon_sym_LPAREN] = ACTIONS(4623), + [anon_sym_COMMA] = ACTIONS(4623), + [anon_sym_by] = ACTIONS(4621), + [anon_sym_LT] = ACTIONS(4621), + [anon_sym_GT] = ACTIONS(4621), + [anon_sym_where] = ACTIONS(4621), + [anon_sym_object] = ACTIONS(4621), + [anon_sym_fun] = ACTIONS(4621), + [anon_sym_DOT] = ACTIONS(4621), + [anon_sym_SEMI] = ACTIONS(4623), + [anon_sym_get] = ACTIONS(4621), + [anon_sym_set] = ACTIONS(4621), + [anon_sym_this] = ACTIONS(4621), + [anon_sym_super] = ACTIONS(4621), + [anon_sym_STAR] = ACTIONS(4621), + [sym_label] = ACTIONS(4621), + [anon_sym_in] = ACTIONS(4621), + [anon_sym_DOT_DOT] = ACTIONS(4623), + [anon_sym_QMARK_COLON] = ACTIONS(4623), + [anon_sym_AMP_AMP] = ACTIONS(4623), + [anon_sym_PIPE_PIPE] = ACTIONS(4623), + [anon_sym_null] = ACTIONS(4621), + [anon_sym_if] = ACTIONS(4621), + [anon_sym_else] = ACTIONS(4621), + [anon_sym_when] = ACTIONS(4621), + [anon_sym_try] = ACTIONS(4621), + [anon_sym_throw] = ACTIONS(4621), + [anon_sym_return] = ACTIONS(4621), + [anon_sym_continue] = ACTIONS(4621), + [anon_sym_break] = ACTIONS(4621), + [anon_sym_COLON_COLON] = ACTIONS(4623), + [anon_sym_PLUS_EQ] = ACTIONS(4623), + [anon_sym_DASH_EQ] = ACTIONS(4623), + [anon_sym_STAR_EQ] = ACTIONS(4623), + [anon_sym_SLASH_EQ] = ACTIONS(4623), + [anon_sym_PERCENT_EQ] = ACTIONS(4623), + [anon_sym_BANG_EQ] = ACTIONS(4621), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4623), + [anon_sym_EQ_EQ] = ACTIONS(4621), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4623), + [anon_sym_LT_EQ] = ACTIONS(4623), + [anon_sym_GT_EQ] = ACTIONS(4623), + [anon_sym_BANGin] = ACTIONS(4623), + [anon_sym_is] = ACTIONS(4621), + [anon_sym_BANGis] = ACTIONS(4623), + [anon_sym_PLUS] = ACTIONS(4621), + [anon_sym_DASH] = ACTIONS(4621), + [anon_sym_SLASH] = ACTIONS(4621), + [anon_sym_PERCENT] = ACTIONS(4621), + [anon_sym_as_QMARK] = ACTIONS(4623), + [anon_sym_PLUS_PLUS] = ACTIONS(4623), + [anon_sym_DASH_DASH] = ACTIONS(4623), + [anon_sym_BANG] = ACTIONS(4621), + [anon_sym_BANG_BANG] = ACTIONS(4623), + [anon_sym_suspend] = ACTIONS(4621), + [anon_sym_sealed] = ACTIONS(4621), + [anon_sym_annotation] = ACTIONS(4621), + [anon_sym_data] = ACTIONS(4621), + [anon_sym_inner] = ACTIONS(4621), + [anon_sym_override] = ACTIONS(4621), + [anon_sym_lateinit] = ACTIONS(4621), + [anon_sym_public] = ACTIONS(4621), + [anon_sym_private] = ACTIONS(4621), + [anon_sym_internal] = ACTIONS(4621), + [anon_sym_protected] = ACTIONS(4621), + [anon_sym_tailrec] = ACTIONS(4621), + [anon_sym_operator] = ACTIONS(4621), + [anon_sym_infix] = ACTIONS(4621), + [anon_sym_inline] = ACTIONS(4621), + [anon_sym_external] = ACTIONS(4621), + [sym_property_modifier] = ACTIONS(4621), + [anon_sym_abstract] = ACTIONS(4621), + [anon_sym_final] = ACTIONS(4621), + [anon_sym_open] = ACTIONS(4621), + [anon_sym_vararg] = ACTIONS(4621), + [anon_sym_noinline] = ACTIONS(4621), + [anon_sym_crossinline] = ACTIONS(4621), + [anon_sym_expect] = ACTIONS(4621), + [anon_sym_actual] = ACTIONS(4621), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4623), + [anon_sym_continue_AT] = ACTIONS(4623), + [anon_sym_break_AT] = ACTIONS(4623), + [sym_real_literal] = ACTIONS(4623), + [sym_integer_literal] = ACTIONS(4621), + [sym_hex_literal] = ACTIONS(4623), + [sym_bin_literal] = ACTIONS(4623), + [anon_sym_true] = ACTIONS(4621), + [anon_sym_false] = ACTIONS(4621), + [anon_sym_SQUOTE] = ACTIONS(4623), + [sym__backtick_identifier] = ACTIONS(4623), + [sym__automatic_semicolon] = ACTIONS(4623), + [sym_safe_nav] = ACTIONS(4623), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4623), + }, + [984] = { + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(1631), + [sym__comparison_operator] = STATE(2054), + [sym__in_operator] = STATE(1615), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(1616), + [sym__multiplicative_operator] = STATE(1617), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_annotation] = STATE(7893), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1618), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_RBRACK] = ACTIONS(3073), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_EQ] = ACTIONS(3071), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(3073), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_COMMA] = ACTIONS(3073), + [anon_sym_RPAREN] = ACTIONS(3073), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(3396), + [anon_sym_where] = ACTIONS(3071), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3073), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(3406), + [anon_sym_DASH_GT] = ACTIONS(3073), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(3410), + [anon_sym_while] = ACTIONS(3071), + [anon_sym_DOT_DOT] = ACTIONS(3412), + [anon_sym_QMARK_COLON] = ACTIONS(3414), + [anon_sym_AMP_AMP] = ACTIONS(3416), + [anon_sym_PIPE_PIPE] = ACTIONS(3418), + [anon_sym_else] = ACTIONS(3071), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_PLUS_EQ] = ACTIONS(3073), + [anon_sym_DASH_EQ] = ACTIONS(3073), + [anon_sym_STAR_EQ] = ACTIONS(3073), + [anon_sym_SLASH_EQ] = ACTIONS(3073), + [anon_sym_PERCENT_EQ] = ACTIONS(3073), + [anon_sym_BANG_EQ] = ACTIONS(3422), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3424), + [anon_sym_EQ_EQ] = ACTIONS(3422), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3424), + [anon_sym_LT_EQ] = ACTIONS(3426), + [anon_sym_GT_EQ] = ACTIONS(3426), + [anon_sym_BANGin] = ACTIONS(3428), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), + [anon_sym_PLUS] = ACTIONS(3434), + [anon_sym_DASH] = ACTIONS(3434), + [anon_sym_SLASH] = ACTIONS(3406), + [anon_sym_PERCENT] = ACTIONS(3406), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), + [anon_sym_suspend] = ACTIONS(3071), + [anon_sym_sealed] = ACTIONS(3071), + [anon_sym_annotation] = ACTIONS(3071), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_override] = ACTIONS(3071), + [anon_sym_lateinit] = ACTIONS(3071), + [anon_sym_public] = ACTIONS(3071), + [anon_sym_private] = ACTIONS(3071), + [anon_sym_internal] = ACTIONS(3071), + [anon_sym_protected] = ACTIONS(3071), + [anon_sym_tailrec] = ACTIONS(3071), + [anon_sym_operator] = ACTIONS(3071), + [anon_sym_infix] = ACTIONS(3071), + [anon_sym_inline] = ACTIONS(3071), + [anon_sym_external] = ACTIONS(3071), + [sym_property_modifier] = ACTIONS(3071), + [anon_sym_abstract] = ACTIONS(3071), + [anon_sym_final] = ACTIONS(3071), + [anon_sym_open] = ACTIONS(3071), + [anon_sym_vararg] = ACTIONS(3071), + [anon_sym_noinline] = ACTIONS(3071), + [anon_sym_crossinline] = ACTIONS(3071), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym_safe_nav] = ACTIONS(3420), + [sym_multiline_comment] = ACTIONS(3), + }, + [985] = { + [sym_indexing_suffix] = STATE(3424), + [sym_navigation_suffix] = STATE(3423), + [sym_call_suffix] = STATE(3420), + [sym_annotated_lambda] = STATE(3419), + [sym_type_arguments] = STATE(7492), + [sym_value_arguments] = STATE(2731), + [sym_lambda_literal] = STATE(3415), + [sym__equality_operator] = STATE(1651), + [sym__comparison_operator] = STATE(1652), + [sym__in_operator] = STATE(1654), + [sym__is_operator] = STATE(6160), + [sym__additive_operator] = STATE(1655), + [sym__multiplicative_operator] = STATE(1656), + [sym__as_operator] = STATE(6161), + [sym__postfix_unary_operator] = STATE(3414), + [sym__member_access_operator] = STATE(7370), + [sym_annotation] = STATE(7887), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1657), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7887), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(4543), + [anon_sym_as] = ACTIONS(4545), + [anon_sym_EQ] = ACTIONS(3063), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_RBRACE] = ACTIONS(3065), + [anon_sym_LPAREN] = ACTIONS(4547), + [anon_sym_COMMA] = ACTIONS(3065), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(4549), + [anon_sym_where] = ACTIONS(3063), + [anon_sym_object] = ACTIONS(3063), + [anon_sym_fun] = ACTIONS(3063), + [anon_sym_DOT] = ACTIONS(4551), + [anon_sym_SEMI] = ACTIONS(3065), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_this] = ACTIONS(3063), + [anon_sym_super] = ACTIONS(3063), + [anon_sym_STAR] = ACTIONS(4553), + [sym_label] = ACTIONS(4555), + [anon_sym_in] = ACTIONS(4557), + [anon_sym_DOT_DOT] = ACTIONS(4559), + [anon_sym_QMARK_COLON] = ACTIONS(4561), + [anon_sym_AMP_AMP] = ACTIONS(4563), + [anon_sym_PIPE_PIPE] = ACTIONS(4565), + [anon_sym_null] = ACTIONS(3063), + [anon_sym_if] = ACTIONS(3063), + [anon_sym_else] = ACTIONS(3063), + [anon_sym_when] = ACTIONS(3063), + [anon_sym_try] = ACTIONS(3063), + [anon_sym_throw] = ACTIONS(3063), + [anon_sym_return] = ACTIONS(3063), + [anon_sym_continue] = ACTIONS(3063), + [anon_sym_break] = ACTIONS(3063), + [anon_sym_COLON_COLON] = ACTIONS(4567), + [anon_sym_PLUS_EQ] = ACTIONS(3065), + [anon_sym_DASH_EQ] = ACTIONS(3065), + [anon_sym_STAR_EQ] = ACTIONS(3065), + [anon_sym_SLASH_EQ] = ACTIONS(3065), + [anon_sym_PERCENT_EQ] = ACTIONS(3065), + [anon_sym_BANG_EQ] = ACTIONS(4569), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4571), + [anon_sym_EQ_EQ] = ACTIONS(4569), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4571), + [anon_sym_LT_EQ] = ACTIONS(4573), + [anon_sym_GT_EQ] = ACTIONS(4573), + [anon_sym_BANGin] = ACTIONS(4575), + [anon_sym_is] = ACTIONS(4577), + [anon_sym_BANGis] = ACTIONS(4579), + [anon_sym_PLUS] = ACTIONS(4581), + [anon_sym_DASH] = ACTIONS(4581), + [anon_sym_SLASH] = ACTIONS(4553), + [anon_sym_PERCENT] = ACTIONS(4553), + [anon_sym_as_QMARK] = ACTIONS(4583), + [anon_sym_PLUS_PLUS] = ACTIONS(4585), + [anon_sym_DASH_DASH] = ACTIONS(4585), + [anon_sym_BANG] = ACTIONS(3063), + [anon_sym_BANG_BANG] = ACTIONS(4585), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3065), + [anon_sym_continue_AT] = ACTIONS(3065), + [anon_sym_break_AT] = ACTIONS(3065), + [sym_real_literal] = ACTIONS(3065), + [sym_integer_literal] = ACTIONS(3063), + [sym_hex_literal] = ACTIONS(3065), + [sym_bin_literal] = ACTIONS(3065), + [anon_sym_true] = ACTIONS(3063), + [anon_sym_false] = ACTIONS(3063), + [anon_sym_SQUOTE] = ACTIONS(3065), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(3065), + [sym_safe_nav] = ACTIONS(4567), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3065), + }, + [986] = { + [sym_indexing_suffix] = STATE(3424), + [sym_navigation_suffix] = STATE(3423), + [sym_call_suffix] = STATE(3420), + [sym_annotated_lambda] = STATE(3419), + [sym_type_arguments] = STATE(7492), + [sym_value_arguments] = STATE(2731), + [sym_lambda_literal] = STATE(3415), + [sym__equality_operator] = STATE(1651), + [sym__comparison_operator] = STATE(1652), + [sym__in_operator] = STATE(1654), + [sym__is_operator] = STATE(6160), + [sym__additive_operator] = STATE(1655), + [sym__multiplicative_operator] = STATE(1656), + [sym__as_operator] = STATE(6161), + [sym__postfix_unary_operator] = STATE(3414), + [sym__member_access_operator] = STATE(7370), + [sym_annotation] = STATE(7887), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1657), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7887), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(4543), + [anon_sym_as] = ACTIONS(4545), + [anon_sym_EQ] = ACTIONS(3067), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_RBRACE] = ACTIONS(3069), + [anon_sym_LPAREN] = ACTIONS(4547), + [anon_sym_COMMA] = ACTIONS(3069), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(4549), + [anon_sym_where] = ACTIONS(3067), + [anon_sym_object] = ACTIONS(3067), + [anon_sym_fun] = ACTIONS(3067), + [anon_sym_DOT] = ACTIONS(4551), + [anon_sym_SEMI] = ACTIONS(3069), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_this] = ACTIONS(3067), + [anon_sym_super] = ACTIONS(3067), + [anon_sym_STAR] = ACTIONS(4553), + [sym_label] = ACTIONS(4555), + [anon_sym_in] = ACTIONS(4557), + [anon_sym_DOT_DOT] = ACTIONS(4559), + [anon_sym_QMARK_COLON] = ACTIONS(4561), + [anon_sym_AMP_AMP] = ACTIONS(4563), + [anon_sym_PIPE_PIPE] = ACTIONS(4565), + [anon_sym_null] = ACTIONS(3067), + [anon_sym_if] = ACTIONS(3067), + [anon_sym_else] = ACTIONS(3067), + [anon_sym_when] = ACTIONS(3067), + [anon_sym_try] = ACTIONS(3067), + [anon_sym_throw] = ACTIONS(3067), + [anon_sym_return] = ACTIONS(3067), + [anon_sym_continue] = ACTIONS(3067), + [anon_sym_break] = ACTIONS(3067), + [anon_sym_COLON_COLON] = ACTIONS(4567), + [anon_sym_PLUS_EQ] = ACTIONS(3069), + [anon_sym_DASH_EQ] = ACTIONS(3069), + [anon_sym_STAR_EQ] = ACTIONS(3069), + [anon_sym_SLASH_EQ] = ACTIONS(3069), + [anon_sym_PERCENT_EQ] = ACTIONS(3069), + [anon_sym_BANG_EQ] = ACTIONS(4569), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4571), + [anon_sym_EQ_EQ] = ACTIONS(4569), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4571), + [anon_sym_LT_EQ] = ACTIONS(4573), + [anon_sym_GT_EQ] = ACTIONS(4573), + [anon_sym_BANGin] = ACTIONS(4575), + [anon_sym_is] = ACTIONS(4577), + [anon_sym_BANGis] = ACTIONS(4579), + [anon_sym_PLUS] = ACTIONS(4581), + [anon_sym_DASH] = ACTIONS(4581), + [anon_sym_SLASH] = ACTIONS(4553), + [anon_sym_PERCENT] = ACTIONS(4553), + [anon_sym_as_QMARK] = ACTIONS(4583), + [anon_sym_PLUS_PLUS] = ACTIONS(4585), + [anon_sym_DASH_DASH] = ACTIONS(4585), + [anon_sym_BANG] = ACTIONS(3067), + [anon_sym_BANG_BANG] = ACTIONS(4585), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3069), + [anon_sym_continue_AT] = ACTIONS(3069), + [anon_sym_break_AT] = ACTIONS(3069), + [sym_real_literal] = ACTIONS(3069), + [sym_integer_literal] = ACTIONS(3067), + [sym_hex_literal] = ACTIONS(3069), + [sym_bin_literal] = ACTIONS(3069), + [anon_sym_true] = ACTIONS(3067), + [anon_sym_false] = ACTIONS(3067), + [anon_sym_SQUOTE] = ACTIONS(3069), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(3069), + [sym_safe_nav] = ACTIONS(4567), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3069), + }, + [987] = { + [sym_function_body] = STATE(1123), + [sym__block] = STATE(1087), + [sym__alpha_identifier] = ACTIONS(4210), + [anon_sym_AT] = ACTIONS(4212), + [anon_sym_COLON] = ACTIONS(4625), + [anon_sym_LBRACK] = ACTIONS(4212), + [anon_sym_as] = ACTIONS(4210), + [anon_sym_EQ] = ACTIONS(4320), + [anon_sym_LBRACE] = ACTIONS(4039), + [anon_sym_RBRACE] = ACTIONS(4212), + [anon_sym_LPAREN] = ACTIONS(4212), + [anon_sym_LT] = ACTIONS(4210), + [anon_sym_GT] = ACTIONS(4210), + [anon_sym_object] = ACTIONS(4210), + [anon_sym_fun] = ACTIONS(4210), + [anon_sym_DOT] = ACTIONS(4210), + [anon_sym_SEMI] = ACTIONS(4212), + [anon_sym_get] = ACTIONS(4210), + [anon_sym_set] = ACTIONS(4210), + [anon_sym_this] = ACTIONS(4210), + [anon_sym_super] = ACTIONS(4210), + [anon_sym_STAR] = ACTIONS(4210), + [sym_label] = ACTIONS(4210), + [anon_sym_in] = ACTIONS(4210), + [anon_sym_DOT_DOT] = ACTIONS(4212), + [anon_sym_QMARK_COLON] = ACTIONS(4212), + [anon_sym_AMP_AMP] = ACTIONS(4212), + [anon_sym_PIPE_PIPE] = ACTIONS(4212), + [anon_sym_null] = ACTIONS(4210), + [anon_sym_if] = ACTIONS(4210), + [anon_sym_else] = ACTIONS(4210), + [anon_sym_when] = ACTIONS(4210), + [anon_sym_try] = ACTIONS(4210), + [anon_sym_throw] = ACTIONS(4210), + [anon_sym_return] = ACTIONS(4210), + [anon_sym_continue] = ACTIONS(4210), + [anon_sym_break] = ACTIONS(4210), + [anon_sym_COLON_COLON] = ACTIONS(4212), + [anon_sym_PLUS_EQ] = ACTIONS(4212), + [anon_sym_DASH_EQ] = ACTIONS(4212), + [anon_sym_STAR_EQ] = ACTIONS(4212), + [anon_sym_SLASH_EQ] = ACTIONS(4212), + [anon_sym_PERCENT_EQ] = ACTIONS(4212), + [anon_sym_BANG_EQ] = ACTIONS(4210), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4212), + [anon_sym_EQ_EQ] = ACTIONS(4210), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4212), + [anon_sym_LT_EQ] = ACTIONS(4212), + [anon_sym_GT_EQ] = ACTIONS(4212), + [anon_sym_BANGin] = ACTIONS(4212), + [anon_sym_is] = ACTIONS(4210), + [anon_sym_BANGis] = ACTIONS(4212), + [anon_sym_PLUS] = ACTIONS(4210), + [anon_sym_DASH] = ACTIONS(4210), + [anon_sym_SLASH] = ACTIONS(4210), + [anon_sym_PERCENT] = ACTIONS(4210), + [anon_sym_as_QMARK] = ACTIONS(4212), + [anon_sym_PLUS_PLUS] = ACTIONS(4212), + [anon_sym_DASH_DASH] = ACTIONS(4212), + [anon_sym_BANG] = ACTIONS(4210), + [anon_sym_BANG_BANG] = ACTIONS(4212), + [anon_sym_suspend] = ACTIONS(4210), + [anon_sym_sealed] = ACTIONS(4210), + [anon_sym_annotation] = ACTIONS(4210), + [anon_sym_data] = ACTIONS(4210), + [anon_sym_inner] = ACTIONS(4210), + [anon_sym_override] = ACTIONS(4210), + [anon_sym_lateinit] = ACTIONS(4210), + [anon_sym_public] = ACTIONS(4210), + [anon_sym_private] = ACTIONS(4210), + [anon_sym_internal] = ACTIONS(4210), + [anon_sym_protected] = ACTIONS(4210), + [anon_sym_tailrec] = ACTIONS(4210), + [anon_sym_operator] = ACTIONS(4210), + [anon_sym_infix] = ACTIONS(4210), + [anon_sym_inline] = ACTIONS(4210), + [anon_sym_external] = ACTIONS(4210), + [sym_property_modifier] = ACTIONS(4210), + [anon_sym_abstract] = ACTIONS(4210), + [anon_sym_final] = ACTIONS(4210), + [anon_sym_open] = ACTIONS(4210), + [anon_sym_vararg] = ACTIONS(4210), + [anon_sym_noinline] = ACTIONS(4210), + [anon_sym_crossinline] = ACTIONS(4210), + [anon_sym_expect] = ACTIONS(4210), + [anon_sym_actual] = ACTIONS(4210), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4212), + [anon_sym_continue_AT] = ACTIONS(4212), + [anon_sym_break_AT] = ACTIONS(4212), + [sym_real_literal] = ACTIONS(4212), + [sym_integer_literal] = ACTIONS(4210), + [sym_hex_literal] = ACTIONS(4212), + [sym_bin_literal] = ACTIONS(4212), + [anon_sym_true] = ACTIONS(4210), + [anon_sym_false] = ACTIONS(4210), + [anon_sym_SQUOTE] = ACTIONS(4212), + [sym__backtick_identifier] = ACTIONS(4212), + [sym__automatic_semicolon] = ACTIONS(4212), + [sym_safe_nav] = ACTIONS(4212), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4212), + }, + [988] = { + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(1631), + [sym__comparison_operator] = STATE(2054), + [sym__in_operator] = STATE(1615), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(1616), + [sym__multiplicative_operator] = STATE(1617), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_annotation] = STATE(7893), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1618), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_RBRACK] = ACTIONS(3042), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_EQ] = ACTIONS(3040), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(3042), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_COMMA] = ACTIONS(3042), + [anon_sym_RPAREN] = ACTIONS(3042), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(3396), + [anon_sym_where] = ACTIONS(3040), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3042), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(3406), + [anon_sym_DASH_GT] = ACTIONS(3042), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(3410), + [anon_sym_while] = ACTIONS(3040), + [anon_sym_DOT_DOT] = ACTIONS(3412), + [anon_sym_QMARK_COLON] = ACTIONS(3414), + [anon_sym_AMP_AMP] = ACTIONS(3042), + [anon_sym_PIPE_PIPE] = ACTIONS(3042), + [anon_sym_else] = ACTIONS(3040), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_PLUS_EQ] = ACTIONS(3042), + [anon_sym_DASH_EQ] = ACTIONS(3042), + [anon_sym_STAR_EQ] = ACTIONS(3042), + [anon_sym_SLASH_EQ] = ACTIONS(3042), + [anon_sym_PERCENT_EQ] = ACTIONS(3042), + [anon_sym_BANG_EQ] = ACTIONS(3040), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3042), + [anon_sym_EQ_EQ] = ACTIONS(3040), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3042), + [anon_sym_LT_EQ] = ACTIONS(3426), + [anon_sym_GT_EQ] = ACTIONS(3426), + [anon_sym_BANGin] = ACTIONS(3428), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), + [anon_sym_PLUS] = ACTIONS(3434), + [anon_sym_DASH] = ACTIONS(3434), + [anon_sym_SLASH] = ACTIONS(3406), + [anon_sym_PERCENT] = ACTIONS(3406), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), + [anon_sym_suspend] = ACTIONS(3040), + [anon_sym_sealed] = ACTIONS(3040), + [anon_sym_annotation] = ACTIONS(3040), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_override] = ACTIONS(3040), + [anon_sym_lateinit] = ACTIONS(3040), + [anon_sym_public] = ACTIONS(3040), + [anon_sym_private] = ACTIONS(3040), + [anon_sym_internal] = ACTIONS(3040), + [anon_sym_protected] = ACTIONS(3040), + [anon_sym_tailrec] = ACTIONS(3040), + [anon_sym_operator] = ACTIONS(3040), + [anon_sym_infix] = ACTIONS(3040), + [anon_sym_inline] = ACTIONS(3040), + [anon_sym_external] = ACTIONS(3040), + [sym_property_modifier] = ACTIONS(3040), + [anon_sym_abstract] = ACTIONS(3040), + [anon_sym_final] = ACTIONS(3040), + [anon_sym_open] = ACTIONS(3040), + [anon_sym_vararg] = ACTIONS(3040), + [anon_sym_noinline] = ACTIONS(3040), + [anon_sym_crossinline] = ACTIONS(3040), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym_safe_nav] = ACTIONS(3420), + [sym_multiline_comment] = ACTIONS(3), + }, + [989] = { + [sym_enum_class_body] = STATE(1148), + [sym__alpha_identifier] = ACTIONS(4231), + [anon_sym_AT] = ACTIONS(4233), + [anon_sym_LBRACK] = ACTIONS(4233), + [anon_sym_as] = ACTIONS(4231), + [anon_sym_EQ] = ACTIONS(4231), + [anon_sym_LBRACE] = ACTIONS(3156), + [anon_sym_RBRACE] = ACTIONS(4233), + [anon_sym_LPAREN] = ACTIONS(4233), + [anon_sym_COMMA] = ACTIONS(4233), + [anon_sym_LT] = ACTIONS(4231), + [anon_sym_GT] = ACTIONS(4231), + [anon_sym_where] = ACTIONS(4231), + [anon_sym_object] = ACTIONS(4231), + [anon_sym_fun] = ACTIONS(4231), + [anon_sym_DOT] = ACTIONS(4231), + [anon_sym_SEMI] = ACTIONS(4233), + [anon_sym_get] = ACTIONS(4231), + [anon_sym_set] = ACTIONS(4231), + [anon_sym_this] = ACTIONS(4231), + [anon_sym_super] = ACTIONS(4231), + [anon_sym_STAR] = ACTIONS(4231), + [sym_label] = ACTIONS(4231), + [anon_sym_in] = ACTIONS(4231), + [anon_sym_DOT_DOT] = ACTIONS(4233), + [anon_sym_QMARK_COLON] = ACTIONS(4233), + [anon_sym_AMP_AMP] = ACTIONS(4233), + [anon_sym_PIPE_PIPE] = ACTIONS(4233), + [anon_sym_null] = ACTIONS(4231), + [anon_sym_if] = ACTIONS(4231), + [anon_sym_else] = ACTIONS(4231), + [anon_sym_when] = ACTIONS(4231), + [anon_sym_try] = ACTIONS(4231), + [anon_sym_throw] = ACTIONS(4231), + [anon_sym_return] = ACTIONS(4231), + [anon_sym_continue] = ACTIONS(4231), + [anon_sym_break] = ACTIONS(4231), + [anon_sym_COLON_COLON] = ACTIONS(4233), + [anon_sym_PLUS_EQ] = ACTIONS(4233), + [anon_sym_DASH_EQ] = ACTIONS(4233), + [anon_sym_STAR_EQ] = ACTIONS(4233), + [anon_sym_SLASH_EQ] = ACTIONS(4233), + [anon_sym_PERCENT_EQ] = ACTIONS(4233), + [anon_sym_BANG_EQ] = ACTIONS(4231), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4233), + [anon_sym_EQ_EQ] = ACTIONS(4231), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4233), + [anon_sym_LT_EQ] = ACTIONS(4233), + [anon_sym_GT_EQ] = ACTIONS(4233), + [anon_sym_BANGin] = ACTIONS(4233), + [anon_sym_is] = ACTIONS(4231), + [anon_sym_BANGis] = ACTIONS(4233), + [anon_sym_PLUS] = ACTIONS(4231), + [anon_sym_DASH] = ACTIONS(4231), + [anon_sym_SLASH] = ACTIONS(4231), + [anon_sym_PERCENT] = ACTIONS(4231), + [anon_sym_as_QMARK] = ACTIONS(4233), + [anon_sym_PLUS_PLUS] = ACTIONS(4233), + [anon_sym_DASH_DASH] = ACTIONS(4233), + [anon_sym_BANG] = ACTIONS(4231), + [anon_sym_BANG_BANG] = ACTIONS(4233), + [anon_sym_suspend] = ACTIONS(4231), + [anon_sym_sealed] = ACTIONS(4231), + [anon_sym_annotation] = ACTIONS(4231), + [anon_sym_data] = ACTIONS(4231), + [anon_sym_inner] = ACTIONS(4231), + [anon_sym_override] = ACTIONS(4231), + [anon_sym_lateinit] = ACTIONS(4231), + [anon_sym_public] = ACTIONS(4231), + [anon_sym_private] = ACTIONS(4231), + [anon_sym_internal] = ACTIONS(4231), + [anon_sym_protected] = ACTIONS(4231), + [anon_sym_tailrec] = ACTIONS(4231), + [anon_sym_operator] = ACTIONS(4231), + [anon_sym_infix] = ACTIONS(4231), + [anon_sym_inline] = ACTIONS(4231), + [anon_sym_external] = ACTIONS(4231), + [sym_property_modifier] = ACTIONS(4231), + [anon_sym_abstract] = ACTIONS(4231), + [anon_sym_final] = ACTIONS(4231), + [anon_sym_open] = ACTIONS(4231), + [anon_sym_vararg] = ACTIONS(4231), + [anon_sym_noinline] = ACTIONS(4231), + [anon_sym_crossinline] = ACTIONS(4231), + [anon_sym_expect] = ACTIONS(4231), + [anon_sym_actual] = ACTIONS(4231), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4233), + [anon_sym_continue_AT] = ACTIONS(4233), + [anon_sym_break_AT] = ACTIONS(4233), + [sym_real_literal] = ACTIONS(4233), + [sym_integer_literal] = ACTIONS(4231), + [sym_hex_literal] = ACTIONS(4233), + [sym_bin_literal] = ACTIONS(4233), + [anon_sym_true] = ACTIONS(4231), + [anon_sym_false] = ACTIONS(4231), + [anon_sym_SQUOTE] = ACTIONS(4233), + [sym__backtick_identifier] = ACTIONS(4233), + [sym__automatic_semicolon] = ACTIONS(4233), + [sym_safe_nav] = ACTIONS(4233), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4233), + }, + [990] = { + [sym_indexing_suffix] = STATE(3424), + [sym_navigation_suffix] = STATE(3423), + [sym_call_suffix] = STATE(3420), + [sym_annotated_lambda] = STATE(3419), + [sym_type_arguments] = STATE(7492), + [sym_value_arguments] = STATE(2731), + [sym_lambda_literal] = STATE(3415), + [sym__equality_operator] = STATE(1651), + [sym__comparison_operator] = STATE(1652), + [sym__in_operator] = STATE(1654), + [sym__is_operator] = STATE(6160), + [sym__additive_operator] = STATE(1655), + [sym__multiplicative_operator] = STATE(1656), + [sym__as_operator] = STATE(6161), + [sym__postfix_unary_operator] = STATE(3414), + [sym__member_access_operator] = STATE(7370), + [sym_annotation] = STATE(7887), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1657), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7887), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(4543), + [anon_sym_as] = ACTIONS(4545), + [anon_sym_EQ] = ACTIONS(3044), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_RBRACE] = ACTIONS(3046), + [anon_sym_LPAREN] = ACTIONS(4547), + [anon_sym_COMMA] = ACTIONS(3046), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(4549), + [anon_sym_where] = ACTIONS(3044), + [anon_sym_object] = ACTIONS(3044), + [anon_sym_fun] = ACTIONS(3044), + [anon_sym_DOT] = ACTIONS(4551), + [anon_sym_SEMI] = ACTIONS(3046), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_this] = ACTIONS(3044), + [anon_sym_super] = ACTIONS(3044), + [anon_sym_STAR] = ACTIONS(4553), + [sym_label] = ACTIONS(4555), + [anon_sym_in] = ACTIONS(4557), + [anon_sym_DOT_DOT] = ACTIONS(4559), + [anon_sym_QMARK_COLON] = ACTIONS(4561), + [anon_sym_AMP_AMP] = ACTIONS(4563), + [anon_sym_PIPE_PIPE] = ACTIONS(3046), + [anon_sym_null] = ACTIONS(3044), + [anon_sym_if] = ACTIONS(3044), + [anon_sym_else] = ACTIONS(3044), + [anon_sym_when] = ACTIONS(3044), + [anon_sym_try] = ACTIONS(3044), + [anon_sym_throw] = ACTIONS(3044), + [anon_sym_return] = ACTIONS(3044), + [anon_sym_continue] = ACTIONS(3044), + [anon_sym_break] = ACTIONS(3044), + [anon_sym_COLON_COLON] = ACTIONS(4567), + [anon_sym_PLUS_EQ] = ACTIONS(3046), + [anon_sym_DASH_EQ] = ACTIONS(3046), + [anon_sym_STAR_EQ] = ACTIONS(3046), + [anon_sym_SLASH_EQ] = ACTIONS(3046), + [anon_sym_PERCENT_EQ] = ACTIONS(3046), + [anon_sym_BANG_EQ] = ACTIONS(4569), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4571), + [anon_sym_EQ_EQ] = ACTIONS(4569), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4571), + [anon_sym_LT_EQ] = ACTIONS(4573), + [anon_sym_GT_EQ] = ACTIONS(4573), + [anon_sym_BANGin] = ACTIONS(4575), + [anon_sym_is] = ACTIONS(4577), + [anon_sym_BANGis] = ACTIONS(4579), + [anon_sym_PLUS] = ACTIONS(4581), + [anon_sym_DASH] = ACTIONS(4581), + [anon_sym_SLASH] = ACTIONS(4553), + [anon_sym_PERCENT] = ACTIONS(4553), + [anon_sym_as_QMARK] = ACTIONS(4583), + [anon_sym_PLUS_PLUS] = ACTIONS(4585), + [anon_sym_DASH_DASH] = ACTIONS(4585), + [anon_sym_BANG] = ACTIONS(3044), + [anon_sym_BANG_BANG] = ACTIONS(4585), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3046), + [anon_sym_continue_AT] = ACTIONS(3046), + [anon_sym_break_AT] = ACTIONS(3046), + [sym_real_literal] = ACTIONS(3046), + [sym_integer_literal] = ACTIONS(3044), + [sym_hex_literal] = ACTIONS(3046), + [sym_bin_literal] = ACTIONS(3046), + [anon_sym_true] = ACTIONS(3044), + [anon_sym_false] = ACTIONS(3044), + [anon_sym_SQUOTE] = ACTIONS(3046), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(3046), + [sym_safe_nav] = ACTIONS(4567), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3046), + }, + [991] = { + [sym_class_body] = STATE(1181), + [sym__alpha_identifier] = ACTIONS(3186), + [anon_sym_AT] = ACTIONS(3190), + [anon_sym_LBRACK] = ACTIONS(3190), + [anon_sym_as] = ACTIONS(3186), + [anon_sym_EQ] = ACTIONS(3186), + [anon_sym_LBRACE] = ACTIONS(3180), + [anon_sym_RBRACE] = ACTIONS(3190), + [anon_sym_LPAREN] = ACTIONS(3190), + [anon_sym_COMMA] = ACTIONS(3190), + [anon_sym_LT] = ACTIONS(3186), + [anon_sym_GT] = ACTIONS(3186), + [anon_sym_where] = ACTIONS(3186), + [anon_sym_object] = ACTIONS(3186), + [anon_sym_fun] = ACTIONS(3186), + [anon_sym_DOT] = ACTIONS(3186), + [anon_sym_SEMI] = ACTIONS(3190), + [anon_sym_get] = ACTIONS(3186), + [anon_sym_set] = ACTIONS(3186), + [anon_sym_this] = ACTIONS(3186), + [anon_sym_super] = ACTIONS(3186), + [anon_sym_STAR] = ACTIONS(3186), + [sym_label] = ACTIONS(3186), + [anon_sym_in] = ACTIONS(3186), + [anon_sym_DOT_DOT] = ACTIONS(3190), + [anon_sym_QMARK_COLON] = ACTIONS(3190), + [anon_sym_AMP_AMP] = ACTIONS(3190), + [anon_sym_PIPE_PIPE] = ACTIONS(3190), + [anon_sym_null] = ACTIONS(3186), + [anon_sym_if] = ACTIONS(3186), + [anon_sym_else] = ACTIONS(3186), + [anon_sym_when] = ACTIONS(3186), + [anon_sym_try] = ACTIONS(3186), + [anon_sym_throw] = ACTIONS(3186), + [anon_sym_return] = ACTIONS(3186), + [anon_sym_continue] = ACTIONS(3186), + [anon_sym_break] = ACTIONS(3186), + [anon_sym_COLON_COLON] = ACTIONS(3190), + [anon_sym_PLUS_EQ] = ACTIONS(3190), + [anon_sym_DASH_EQ] = ACTIONS(3190), + [anon_sym_STAR_EQ] = ACTIONS(3190), + [anon_sym_SLASH_EQ] = ACTIONS(3190), + [anon_sym_PERCENT_EQ] = ACTIONS(3190), + [anon_sym_BANG_EQ] = ACTIONS(3186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3190), + [anon_sym_EQ_EQ] = ACTIONS(3186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3190), + [anon_sym_LT_EQ] = ACTIONS(3190), + [anon_sym_GT_EQ] = ACTIONS(3190), + [anon_sym_BANGin] = ACTIONS(3190), + [anon_sym_is] = ACTIONS(3186), + [anon_sym_BANGis] = ACTIONS(3190), + [anon_sym_PLUS] = ACTIONS(3186), + [anon_sym_DASH] = ACTIONS(3186), + [anon_sym_SLASH] = ACTIONS(3186), + [anon_sym_PERCENT] = ACTIONS(3186), + [anon_sym_as_QMARK] = ACTIONS(3190), + [anon_sym_PLUS_PLUS] = ACTIONS(3190), + [anon_sym_DASH_DASH] = ACTIONS(3190), + [anon_sym_BANG] = ACTIONS(3186), + [anon_sym_BANG_BANG] = ACTIONS(3190), + [anon_sym_suspend] = ACTIONS(3186), + [anon_sym_sealed] = ACTIONS(3186), + [anon_sym_annotation] = ACTIONS(3186), + [anon_sym_data] = ACTIONS(3186), + [anon_sym_inner] = ACTIONS(3186), + [anon_sym_override] = ACTIONS(3186), + [anon_sym_lateinit] = ACTIONS(3186), + [anon_sym_public] = ACTIONS(3186), + [anon_sym_private] = ACTIONS(3186), + [anon_sym_internal] = ACTIONS(3186), + [anon_sym_protected] = ACTIONS(3186), + [anon_sym_tailrec] = ACTIONS(3186), + [anon_sym_operator] = ACTIONS(3186), + [anon_sym_infix] = ACTIONS(3186), + [anon_sym_inline] = ACTIONS(3186), + [anon_sym_external] = ACTIONS(3186), + [sym_property_modifier] = ACTIONS(3186), + [anon_sym_abstract] = ACTIONS(3186), + [anon_sym_final] = ACTIONS(3186), + [anon_sym_open] = ACTIONS(3186), + [anon_sym_vararg] = ACTIONS(3186), + [anon_sym_noinline] = ACTIONS(3186), + [anon_sym_crossinline] = ACTIONS(3186), + [anon_sym_expect] = ACTIONS(3186), + [anon_sym_actual] = ACTIONS(3186), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3190), + [anon_sym_continue_AT] = ACTIONS(3190), + [anon_sym_break_AT] = ACTIONS(3190), + [sym_real_literal] = ACTIONS(3190), + [sym_integer_literal] = ACTIONS(3186), + [sym_hex_literal] = ACTIONS(3190), + [sym_bin_literal] = ACTIONS(3190), + [anon_sym_true] = ACTIONS(3186), + [anon_sym_false] = ACTIONS(3186), + [anon_sym_SQUOTE] = ACTIONS(3190), + [sym__backtick_identifier] = ACTIONS(3190), + [sym__automatic_semicolon] = ACTIONS(3190), + [sym_safe_nav] = ACTIONS(3190), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3190), + }, + [992] = { + [sym_class_body] = STATE(1190), + [sym__alpha_identifier] = ACTIONS(4402), + [anon_sym_AT] = ACTIONS(4404), + [anon_sym_LBRACK] = ACTIONS(4404), + [anon_sym_as] = ACTIONS(4402), + [anon_sym_EQ] = ACTIONS(4402), + [anon_sym_LBRACE] = ACTIONS(3180), + [anon_sym_RBRACE] = ACTIONS(4404), + [anon_sym_LPAREN] = ACTIONS(4404), + [anon_sym_COMMA] = ACTIONS(4404), + [anon_sym_LT] = ACTIONS(4402), + [anon_sym_GT] = ACTIONS(4402), + [anon_sym_where] = ACTIONS(4402), + [anon_sym_object] = ACTIONS(4402), + [anon_sym_fun] = ACTIONS(4402), + [anon_sym_DOT] = ACTIONS(4402), + [anon_sym_SEMI] = ACTIONS(4404), + [anon_sym_get] = ACTIONS(4402), + [anon_sym_set] = ACTIONS(4402), + [anon_sym_this] = ACTIONS(4402), + [anon_sym_super] = ACTIONS(4402), + [anon_sym_STAR] = ACTIONS(4402), + [sym_label] = ACTIONS(4402), + [anon_sym_in] = ACTIONS(4402), + [anon_sym_DOT_DOT] = ACTIONS(4404), + [anon_sym_QMARK_COLON] = ACTIONS(4404), + [anon_sym_AMP_AMP] = ACTIONS(4404), + [anon_sym_PIPE_PIPE] = ACTIONS(4404), + [anon_sym_null] = ACTIONS(4402), + [anon_sym_if] = ACTIONS(4402), + [anon_sym_else] = ACTIONS(4402), + [anon_sym_when] = ACTIONS(4402), + [anon_sym_try] = ACTIONS(4402), + [anon_sym_throw] = ACTIONS(4402), + [anon_sym_return] = ACTIONS(4402), + [anon_sym_continue] = ACTIONS(4402), + [anon_sym_break] = ACTIONS(4402), + [anon_sym_COLON_COLON] = ACTIONS(4404), + [anon_sym_PLUS_EQ] = ACTIONS(4404), + [anon_sym_DASH_EQ] = ACTIONS(4404), + [anon_sym_STAR_EQ] = ACTIONS(4404), + [anon_sym_SLASH_EQ] = ACTIONS(4404), + [anon_sym_PERCENT_EQ] = ACTIONS(4404), + [anon_sym_BANG_EQ] = ACTIONS(4402), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4404), + [anon_sym_EQ_EQ] = ACTIONS(4402), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4404), + [anon_sym_LT_EQ] = ACTIONS(4404), + [anon_sym_GT_EQ] = ACTIONS(4404), + [anon_sym_BANGin] = ACTIONS(4404), + [anon_sym_is] = ACTIONS(4402), + [anon_sym_BANGis] = ACTIONS(4404), + [anon_sym_PLUS] = ACTIONS(4402), + [anon_sym_DASH] = ACTIONS(4402), + [anon_sym_SLASH] = ACTIONS(4402), + [anon_sym_PERCENT] = ACTIONS(4402), + [anon_sym_as_QMARK] = ACTIONS(4404), + [anon_sym_PLUS_PLUS] = ACTIONS(4404), + [anon_sym_DASH_DASH] = ACTIONS(4404), + [anon_sym_BANG] = ACTIONS(4402), + [anon_sym_BANG_BANG] = ACTIONS(4404), + [anon_sym_suspend] = ACTIONS(4402), + [anon_sym_sealed] = ACTIONS(4402), + [anon_sym_annotation] = ACTIONS(4402), + [anon_sym_data] = ACTIONS(4402), + [anon_sym_inner] = ACTIONS(4402), + [anon_sym_override] = ACTIONS(4402), + [anon_sym_lateinit] = ACTIONS(4402), + [anon_sym_public] = ACTIONS(4402), + [anon_sym_private] = ACTIONS(4402), + [anon_sym_internal] = ACTIONS(4402), + [anon_sym_protected] = ACTIONS(4402), + [anon_sym_tailrec] = ACTIONS(4402), + [anon_sym_operator] = ACTIONS(4402), + [anon_sym_infix] = ACTIONS(4402), + [anon_sym_inline] = ACTIONS(4402), + [anon_sym_external] = ACTIONS(4402), + [sym_property_modifier] = ACTIONS(4402), + [anon_sym_abstract] = ACTIONS(4402), + [anon_sym_final] = ACTIONS(4402), + [anon_sym_open] = ACTIONS(4402), + [anon_sym_vararg] = ACTIONS(4402), + [anon_sym_noinline] = ACTIONS(4402), + [anon_sym_crossinline] = ACTIONS(4402), + [anon_sym_expect] = ACTIONS(4402), + [anon_sym_actual] = ACTIONS(4402), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4404), + [anon_sym_continue_AT] = ACTIONS(4404), + [anon_sym_break_AT] = ACTIONS(4404), + [sym_real_literal] = ACTIONS(4404), + [sym_integer_literal] = ACTIONS(4402), + [sym_hex_literal] = ACTIONS(4404), + [sym_bin_literal] = ACTIONS(4404), + [anon_sym_true] = ACTIONS(4402), + [anon_sym_false] = ACTIONS(4402), + [anon_sym_SQUOTE] = ACTIONS(4404), + [sym__backtick_identifier] = ACTIONS(4404), + [sym__automatic_semicolon] = ACTIONS(4404), + [sym_safe_nav] = ACTIONS(4404), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4404), + }, + [993] = { + [aux_sym__delegation_specifiers_repeat1] = STATE(993), + [sym__alpha_identifier] = ACTIONS(4627), + [anon_sym_AT] = ACTIONS(4629), + [anon_sym_LBRACK] = ACTIONS(4629), + [anon_sym_as] = ACTIONS(4627), + [anon_sym_EQ] = ACTIONS(4627), + [anon_sym_LBRACE] = ACTIONS(4629), + [anon_sym_RBRACE] = ACTIONS(4629), + [anon_sym_LPAREN] = ACTIONS(4629), + [anon_sym_COMMA] = ACTIONS(4631), + [anon_sym_LT] = ACTIONS(4627), + [anon_sym_GT] = ACTIONS(4627), + [anon_sym_where] = ACTIONS(4627), + [anon_sym_object] = ACTIONS(4627), + [anon_sym_fun] = ACTIONS(4627), + [anon_sym_DOT] = ACTIONS(4627), + [anon_sym_SEMI] = ACTIONS(4629), + [anon_sym_get] = ACTIONS(4627), + [anon_sym_set] = ACTIONS(4627), + [anon_sym_this] = ACTIONS(4627), + [anon_sym_super] = ACTIONS(4627), + [anon_sym_STAR] = ACTIONS(4627), + [sym_label] = ACTIONS(4627), + [anon_sym_in] = ACTIONS(4627), + [anon_sym_DOT_DOT] = ACTIONS(4629), + [anon_sym_QMARK_COLON] = ACTIONS(4629), + [anon_sym_AMP_AMP] = ACTIONS(4629), + [anon_sym_PIPE_PIPE] = ACTIONS(4629), + [anon_sym_null] = ACTIONS(4627), + [anon_sym_if] = ACTIONS(4627), + [anon_sym_else] = ACTIONS(4627), + [anon_sym_when] = ACTIONS(4627), + [anon_sym_try] = ACTIONS(4627), + [anon_sym_throw] = ACTIONS(4627), + [anon_sym_return] = ACTIONS(4627), + [anon_sym_continue] = ACTIONS(4627), + [anon_sym_break] = ACTIONS(4627), + [anon_sym_COLON_COLON] = ACTIONS(4629), + [anon_sym_PLUS_EQ] = ACTIONS(4629), + [anon_sym_DASH_EQ] = ACTIONS(4629), + [anon_sym_STAR_EQ] = ACTIONS(4629), + [anon_sym_SLASH_EQ] = ACTIONS(4629), + [anon_sym_PERCENT_EQ] = ACTIONS(4629), + [anon_sym_BANG_EQ] = ACTIONS(4627), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4629), + [anon_sym_EQ_EQ] = ACTIONS(4627), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4629), + [anon_sym_LT_EQ] = ACTIONS(4629), + [anon_sym_GT_EQ] = ACTIONS(4629), + [anon_sym_BANGin] = ACTIONS(4629), + [anon_sym_is] = ACTIONS(4627), + [anon_sym_BANGis] = ACTIONS(4629), + [anon_sym_PLUS] = ACTIONS(4627), + [anon_sym_DASH] = ACTIONS(4627), + [anon_sym_SLASH] = ACTIONS(4627), + [anon_sym_PERCENT] = ACTIONS(4627), + [anon_sym_as_QMARK] = ACTIONS(4629), + [anon_sym_PLUS_PLUS] = ACTIONS(4629), + [anon_sym_DASH_DASH] = ACTIONS(4629), + [anon_sym_BANG] = ACTIONS(4627), + [anon_sym_BANG_BANG] = ACTIONS(4629), + [anon_sym_suspend] = ACTIONS(4627), + [anon_sym_sealed] = ACTIONS(4627), + [anon_sym_annotation] = ACTIONS(4627), + [anon_sym_data] = ACTIONS(4627), + [anon_sym_inner] = ACTIONS(4627), + [anon_sym_override] = ACTIONS(4627), + [anon_sym_lateinit] = ACTIONS(4627), + [anon_sym_public] = ACTIONS(4627), + [anon_sym_private] = ACTIONS(4627), + [anon_sym_internal] = ACTIONS(4627), + [anon_sym_protected] = ACTIONS(4627), + [anon_sym_tailrec] = ACTIONS(4627), + [anon_sym_operator] = ACTIONS(4627), + [anon_sym_infix] = ACTIONS(4627), + [anon_sym_inline] = ACTIONS(4627), + [anon_sym_external] = ACTIONS(4627), + [sym_property_modifier] = ACTIONS(4627), + [anon_sym_abstract] = ACTIONS(4627), + [anon_sym_final] = ACTIONS(4627), + [anon_sym_open] = ACTIONS(4627), + [anon_sym_vararg] = ACTIONS(4627), + [anon_sym_noinline] = ACTIONS(4627), + [anon_sym_crossinline] = ACTIONS(4627), + [anon_sym_expect] = ACTIONS(4627), + [anon_sym_actual] = ACTIONS(4627), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4629), + [anon_sym_continue_AT] = ACTIONS(4629), + [anon_sym_break_AT] = ACTIONS(4629), + [sym_real_literal] = ACTIONS(4629), + [sym_integer_literal] = ACTIONS(4627), + [sym_hex_literal] = ACTIONS(4629), + [sym_bin_literal] = ACTIONS(4629), + [anon_sym_true] = ACTIONS(4627), + [anon_sym_false] = ACTIONS(4627), + [anon_sym_SQUOTE] = ACTIONS(4629), + [sym__backtick_identifier] = ACTIONS(4629), + [sym__automatic_semicolon] = ACTIONS(4629), + [sym_safe_nav] = ACTIONS(4629), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4629), + }, + [994] = { + [sym_function_body] = STATE(1105), + [sym__block] = STATE(1087), + [sym__alpha_identifier] = ACTIONS(4198), + [anon_sym_AT] = ACTIONS(4200), + [anon_sym_COLON] = ACTIONS(4634), + [anon_sym_LBRACK] = ACTIONS(4200), + [anon_sym_as] = ACTIONS(4198), + [anon_sym_EQ] = ACTIONS(4320), + [anon_sym_LBRACE] = ACTIONS(4039), + [anon_sym_RBRACE] = ACTIONS(4200), + [anon_sym_LPAREN] = ACTIONS(4200), + [anon_sym_LT] = ACTIONS(4198), + [anon_sym_GT] = ACTIONS(4198), + [anon_sym_object] = ACTIONS(4198), + [anon_sym_fun] = ACTIONS(4198), + [anon_sym_DOT] = ACTIONS(4198), + [anon_sym_SEMI] = ACTIONS(4200), + [anon_sym_get] = ACTIONS(4198), + [anon_sym_set] = ACTIONS(4198), + [anon_sym_this] = ACTIONS(4198), + [anon_sym_super] = ACTIONS(4198), + [anon_sym_STAR] = ACTIONS(4198), + [sym_label] = ACTIONS(4198), + [anon_sym_in] = ACTIONS(4198), + [anon_sym_DOT_DOT] = ACTIONS(4200), + [anon_sym_QMARK_COLON] = ACTIONS(4200), + [anon_sym_AMP_AMP] = ACTIONS(4200), + [anon_sym_PIPE_PIPE] = ACTIONS(4200), + [anon_sym_null] = ACTIONS(4198), + [anon_sym_if] = ACTIONS(4198), + [anon_sym_else] = ACTIONS(4198), + [anon_sym_when] = ACTIONS(4198), + [anon_sym_try] = ACTIONS(4198), + [anon_sym_throw] = ACTIONS(4198), + [anon_sym_return] = ACTIONS(4198), + [anon_sym_continue] = ACTIONS(4198), + [anon_sym_break] = ACTIONS(4198), + [anon_sym_COLON_COLON] = ACTIONS(4200), + [anon_sym_PLUS_EQ] = ACTIONS(4200), + [anon_sym_DASH_EQ] = ACTIONS(4200), + [anon_sym_STAR_EQ] = ACTIONS(4200), + [anon_sym_SLASH_EQ] = ACTIONS(4200), + [anon_sym_PERCENT_EQ] = ACTIONS(4200), + [anon_sym_BANG_EQ] = ACTIONS(4198), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4200), + [anon_sym_EQ_EQ] = ACTIONS(4198), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4200), + [anon_sym_LT_EQ] = ACTIONS(4200), + [anon_sym_GT_EQ] = ACTIONS(4200), + [anon_sym_BANGin] = ACTIONS(4200), + [anon_sym_is] = ACTIONS(4198), + [anon_sym_BANGis] = ACTIONS(4200), + [anon_sym_PLUS] = ACTIONS(4198), + [anon_sym_DASH] = ACTIONS(4198), + [anon_sym_SLASH] = ACTIONS(4198), + [anon_sym_PERCENT] = ACTIONS(4198), + [anon_sym_as_QMARK] = ACTIONS(4200), + [anon_sym_PLUS_PLUS] = ACTIONS(4200), + [anon_sym_DASH_DASH] = ACTIONS(4200), + [anon_sym_BANG] = ACTIONS(4198), + [anon_sym_BANG_BANG] = ACTIONS(4200), + [anon_sym_suspend] = ACTIONS(4198), + [anon_sym_sealed] = ACTIONS(4198), + [anon_sym_annotation] = ACTIONS(4198), + [anon_sym_data] = ACTIONS(4198), + [anon_sym_inner] = ACTIONS(4198), + [anon_sym_override] = ACTIONS(4198), + [anon_sym_lateinit] = ACTIONS(4198), + [anon_sym_public] = ACTIONS(4198), + [anon_sym_private] = ACTIONS(4198), + [anon_sym_internal] = ACTIONS(4198), + [anon_sym_protected] = ACTIONS(4198), + [anon_sym_tailrec] = ACTIONS(4198), + [anon_sym_operator] = ACTIONS(4198), + [anon_sym_infix] = ACTIONS(4198), + [anon_sym_inline] = ACTIONS(4198), + [anon_sym_external] = ACTIONS(4198), + [sym_property_modifier] = ACTIONS(4198), + [anon_sym_abstract] = ACTIONS(4198), + [anon_sym_final] = ACTIONS(4198), + [anon_sym_open] = ACTIONS(4198), + [anon_sym_vararg] = ACTIONS(4198), + [anon_sym_noinline] = ACTIONS(4198), + [anon_sym_crossinline] = ACTIONS(4198), + [anon_sym_expect] = ACTIONS(4198), + [anon_sym_actual] = ACTIONS(4198), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4200), + [anon_sym_continue_AT] = ACTIONS(4200), + [anon_sym_break_AT] = ACTIONS(4200), + [sym_real_literal] = ACTIONS(4200), + [sym_integer_literal] = ACTIONS(4198), + [sym_hex_literal] = ACTIONS(4200), + [sym_bin_literal] = ACTIONS(4200), + [anon_sym_true] = ACTIONS(4198), + [anon_sym_false] = ACTIONS(4198), + [anon_sym_SQUOTE] = ACTIONS(4200), + [sym__backtick_identifier] = ACTIONS(4200), + [sym__automatic_semicolon] = ACTIONS(4200), + [sym_safe_nav] = ACTIONS(4200), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4200), + }, + [995] = { + [sym__alpha_identifier] = ACTIONS(4636), + [anon_sym_AT] = ACTIONS(4638), + [anon_sym_LBRACK] = ACTIONS(4638), + [anon_sym_as] = ACTIONS(4636), + [anon_sym_EQ] = ACTIONS(4636), + [anon_sym_LBRACE] = ACTIONS(4638), + [anon_sym_RBRACE] = ACTIONS(4638), + [anon_sym_LPAREN] = ACTIONS(4638), + [anon_sym_COMMA] = ACTIONS(4638), + [anon_sym_by] = ACTIONS(4636), + [anon_sym_LT] = ACTIONS(4636), + [anon_sym_GT] = ACTIONS(4636), + [anon_sym_where] = ACTIONS(4636), + [anon_sym_object] = ACTIONS(4636), + [anon_sym_fun] = ACTIONS(4636), + [anon_sym_DOT] = ACTIONS(4636), + [anon_sym_SEMI] = ACTIONS(4638), + [anon_sym_get] = ACTIONS(4636), + [anon_sym_set] = ACTIONS(4636), + [anon_sym_this] = ACTIONS(4636), + [anon_sym_super] = ACTIONS(4636), + [anon_sym_STAR] = ACTIONS(4636), + [sym_label] = ACTIONS(4636), + [anon_sym_in] = ACTIONS(4636), + [anon_sym_DOT_DOT] = ACTIONS(4638), + [anon_sym_QMARK_COLON] = ACTIONS(4638), + [anon_sym_AMP_AMP] = ACTIONS(4638), + [anon_sym_PIPE_PIPE] = ACTIONS(4638), + [anon_sym_null] = ACTIONS(4636), + [anon_sym_if] = ACTIONS(4636), + [anon_sym_else] = ACTIONS(4636), + [anon_sym_when] = ACTIONS(4636), + [anon_sym_try] = ACTIONS(4636), + [anon_sym_throw] = ACTIONS(4636), + [anon_sym_return] = ACTIONS(4636), + [anon_sym_continue] = ACTIONS(4636), + [anon_sym_break] = ACTIONS(4636), + [anon_sym_COLON_COLON] = ACTIONS(4638), + [anon_sym_PLUS_EQ] = ACTIONS(4638), + [anon_sym_DASH_EQ] = ACTIONS(4638), + [anon_sym_STAR_EQ] = ACTIONS(4638), + [anon_sym_SLASH_EQ] = ACTIONS(4638), + [anon_sym_PERCENT_EQ] = ACTIONS(4638), + [anon_sym_BANG_EQ] = ACTIONS(4636), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4638), + [anon_sym_EQ_EQ] = ACTIONS(4636), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4638), + [anon_sym_LT_EQ] = ACTIONS(4638), + [anon_sym_GT_EQ] = ACTIONS(4638), + [anon_sym_BANGin] = ACTIONS(4638), + [anon_sym_is] = ACTIONS(4636), + [anon_sym_BANGis] = ACTIONS(4638), + [anon_sym_PLUS] = ACTIONS(4636), + [anon_sym_DASH] = ACTIONS(4636), + [anon_sym_SLASH] = ACTIONS(4636), + [anon_sym_PERCENT] = ACTIONS(4636), + [anon_sym_as_QMARK] = ACTIONS(4638), + [anon_sym_PLUS_PLUS] = ACTIONS(4638), + [anon_sym_DASH_DASH] = ACTIONS(4638), + [anon_sym_BANG] = ACTIONS(4636), + [anon_sym_BANG_BANG] = ACTIONS(4638), + [anon_sym_suspend] = ACTIONS(4636), + [anon_sym_sealed] = ACTIONS(4636), + [anon_sym_annotation] = ACTIONS(4636), + [anon_sym_data] = ACTIONS(4636), + [anon_sym_inner] = ACTIONS(4636), + [anon_sym_override] = ACTIONS(4636), + [anon_sym_lateinit] = ACTIONS(4636), + [anon_sym_public] = ACTIONS(4636), + [anon_sym_private] = ACTIONS(4636), + [anon_sym_internal] = ACTIONS(4636), + [anon_sym_protected] = ACTIONS(4636), + [anon_sym_tailrec] = ACTIONS(4636), + [anon_sym_operator] = ACTIONS(4636), + [anon_sym_infix] = ACTIONS(4636), + [anon_sym_inline] = ACTIONS(4636), + [anon_sym_external] = ACTIONS(4636), + [sym_property_modifier] = ACTIONS(4636), + [anon_sym_abstract] = ACTIONS(4636), + [anon_sym_final] = ACTIONS(4636), + [anon_sym_open] = ACTIONS(4636), + [anon_sym_vararg] = ACTIONS(4636), + [anon_sym_noinline] = ACTIONS(4636), + [anon_sym_crossinline] = ACTIONS(4636), + [anon_sym_expect] = ACTIONS(4636), + [anon_sym_actual] = ACTIONS(4636), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4638), + [anon_sym_continue_AT] = ACTIONS(4638), + [anon_sym_break_AT] = ACTIONS(4638), + [sym_real_literal] = ACTIONS(4638), + [sym_integer_literal] = ACTIONS(4636), + [sym_hex_literal] = ACTIONS(4638), + [sym_bin_literal] = ACTIONS(4638), + [anon_sym_true] = ACTIONS(4636), + [anon_sym_false] = ACTIONS(4636), + [anon_sym_SQUOTE] = ACTIONS(4638), + [sym__backtick_identifier] = ACTIONS(4638), + [sym__automatic_semicolon] = ACTIONS(4638), + [sym_safe_nav] = ACTIONS(4638), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4638), + }, + [996] = { + [sym_indexing_suffix] = STATE(3424), + [sym_navigation_suffix] = STATE(3423), + [sym_call_suffix] = STATE(3420), + [sym_annotated_lambda] = STATE(3419), + [sym_type_arguments] = STATE(7492), + [sym_value_arguments] = STATE(2731), + [sym_lambda_literal] = STATE(3415), + [sym__equality_operator] = STATE(1651), + [sym__comparison_operator] = STATE(1652), + [sym__in_operator] = STATE(1654), + [sym__is_operator] = STATE(6160), + [sym__additive_operator] = STATE(1655), + [sym__multiplicative_operator] = STATE(1656), + [sym__as_operator] = STATE(6161), + [sym__postfix_unary_operator] = STATE(3414), + [sym__member_access_operator] = STATE(7370), + [sym_annotation] = STATE(7887), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1657), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7887), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(4543), + [anon_sym_as] = ACTIONS(4545), + [anon_sym_EQ] = ACTIONS(3040), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_RBRACE] = ACTIONS(3042), + [anon_sym_LPAREN] = ACTIONS(4547), + [anon_sym_COMMA] = ACTIONS(3042), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(4549), + [anon_sym_where] = ACTIONS(3040), + [anon_sym_object] = ACTIONS(3040), + [anon_sym_fun] = ACTIONS(3040), + [anon_sym_DOT] = ACTIONS(4551), + [anon_sym_SEMI] = ACTIONS(3042), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_this] = ACTIONS(3040), + [anon_sym_super] = ACTIONS(3040), + [anon_sym_STAR] = ACTIONS(4553), + [sym_label] = ACTIONS(4555), + [anon_sym_in] = ACTIONS(4557), + [anon_sym_DOT_DOT] = ACTIONS(4559), + [anon_sym_QMARK_COLON] = ACTIONS(4561), + [anon_sym_AMP_AMP] = ACTIONS(3042), + [anon_sym_PIPE_PIPE] = ACTIONS(3042), + [anon_sym_null] = ACTIONS(3040), + [anon_sym_if] = ACTIONS(3040), + [anon_sym_else] = ACTIONS(3040), + [anon_sym_when] = ACTIONS(3040), + [anon_sym_try] = ACTIONS(3040), + [anon_sym_throw] = ACTIONS(3040), + [anon_sym_return] = ACTIONS(3040), + [anon_sym_continue] = ACTIONS(3040), + [anon_sym_break] = ACTIONS(3040), + [anon_sym_COLON_COLON] = ACTIONS(4567), + [anon_sym_PLUS_EQ] = ACTIONS(3042), + [anon_sym_DASH_EQ] = ACTIONS(3042), + [anon_sym_STAR_EQ] = ACTIONS(3042), + [anon_sym_SLASH_EQ] = ACTIONS(3042), + [anon_sym_PERCENT_EQ] = ACTIONS(3042), + [anon_sym_BANG_EQ] = ACTIONS(3040), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3042), + [anon_sym_EQ_EQ] = ACTIONS(3040), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3042), + [anon_sym_LT_EQ] = ACTIONS(4573), + [anon_sym_GT_EQ] = ACTIONS(4573), + [anon_sym_BANGin] = ACTIONS(4575), + [anon_sym_is] = ACTIONS(4577), + [anon_sym_BANGis] = ACTIONS(4579), + [anon_sym_PLUS] = ACTIONS(4581), + [anon_sym_DASH] = ACTIONS(4581), + [anon_sym_SLASH] = ACTIONS(4553), + [anon_sym_PERCENT] = ACTIONS(4553), + [anon_sym_as_QMARK] = ACTIONS(4583), + [anon_sym_PLUS_PLUS] = ACTIONS(4585), + [anon_sym_DASH_DASH] = ACTIONS(4585), + [anon_sym_BANG] = ACTIONS(3040), + [anon_sym_BANG_BANG] = ACTIONS(4585), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3042), + [anon_sym_continue_AT] = ACTIONS(3042), + [anon_sym_break_AT] = ACTIONS(3042), + [sym_real_literal] = ACTIONS(3042), + [sym_integer_literal] = ACTIONS(3040), + [sym_hex_literal] = ACTIONS(3042), + [sym_bin_literal] = ACTIONS(3042), + [anon_sym_true] = ACTIONS(3040), + [anon_sym_false] = ACTIONS(3040), + [anon_sym_SQUOTE] = ACTIONS(3042), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(3042), + [sym_safe_nav] = ACTIONS(4567), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3042), + }, + [997] = { + [sym__alpha_identifier] = ACTIONS(4640), + [anon_sym_AT] = ACTIONS(4642), + [anon_sym_LBRACK] = ACTIONS(4642), + [anon_sym_as] = ACTIONS(4640), + [anon_sym_EQ] = ACTIONS(4640), + [anon_sym_LBRACE] = ACTIONS(4642), + [anon_sym_RBRACE] = ACTIONS(4642), + [anon_sym_LPAREN] = ACTIONS(4642), + [anon_sym_COMMA] = ACTIONS(4642), + [anon_sym_LT] = ACTIONS(4640), + [anon_sym_GT] = ACTIONS(4640), + [anon_sym_where] = ACTIONS(4640), + [anon_sym_object] = ACTIONS(4640), + [anon_sym_fun] = ACTIONS(4640), + [anon_sym_DOT] = ACTIONS(4640), + [anon_sym_SEMI] = ACTIONS(4642), + [anon_sym_get] = ACTIONS(4640), + [anon_sym_set] = ACTIONS(4640), + [anon_sym_this] = ACTIONS(4640), + [anon_sym_super] = ACTIONS(4640), + [anon_sym_STAR] = ACTIONS(4640), + [sym_label] = ACTIONS(4640), + [anon_sym_in] = ACTIONS(4640), + [anon_sym_DOT_DOT] = ACTIONS(4642), + [anon_sym_QMARK_COLON] = ACTIONS(4642), + [anon_sym_AMP_AMP] = ACTIONS(4642), + [anon_sym_PIPE_PIPE] = ACTIONS(4642), + [anon_sym_null] = ACTIONS(4640), + [anon_sym_if] = ACTIONS(4640), + [anon_sym_else] = ACTIONS(4640), + [anon_sym_when] = ACTIONS(4640), + [anon_sym_try] = ACTIONS(4640), + [anon_sym_throw] = ACTIONS(4640), + [anon_sym_return] = ACTIONS(4640), + [anon_sym_continue] = ACTIONS(4640), + [anon_sym_break] = ACTIONS(4640), + [anon_sym_COLON_COLON] = ACTIONS(4642), + [anon_sym_PLUS_EQ] = ACTIONS(4642), + [anon_sym_DASH_EQ] = ACTIONS(4642), + [anon_sym_STAR_EQ] = ACTIONS(4642), + [anon_sym_SLASH_EQ] = ACTIONS(4642), + [anon_sym_PERCENT_EQ] = ACTIONS(4642), + [anon_sym_BANG_EQ] = ACTIONS(4640), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4642), + [anon_sym_EQ_EQ] = ACTIONS(4640), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4642), + [anon_sym_LT_EQ] = ACTIONS(4642), + [anon_sym_GT_EQ] = ACTIONS(4642), + [anon_sym_BANGin] = ACTIONS(4642), + [anon_sym_is] = ACTIONS(4640), + [anon_sym_BANGis] = ACTIONS(4642), + [anon_sym_PLUS] = ACTIONS(4640), + [anon_sym_DASH] = ACTIONS(4640), + [anon_sym_SLASH] = ACTIONS(4640), + [anon_sym_PERCENT] = ACTIONS(4640), + [anon_sym_as_QMARK] = ACTIONS(4642), + [anon_sym_PLUS_PLUS] = ACTIONS(4642), + [anon_sym_DASH_DASH] = ACTIONS(4642), + [anon_sym_BANG] = ACTIONS(4640), + [anon_sym_BANG_BANG] = ACTIONS(4642), + [anon_sym_suspend] = ACTIONS(4640), + [anon_sym_sealed] = ACTIONS(4640), + [anon_sym_annotation] = ACTIONS(4640), + [anon_sym_data] = ACTIONS(4640), + [anon_sym_inner] = ACTIONS(4640), + [anon_sym_override] = ACTIONS(4640), + [anon_sym_lateinit] = ACTIONS(4640), + [anon_sym_public] = ACTIONS(4640), + [anon_sym_private] = ACTIONS(4640), + [anon_sym_internal] = ACTIONS(4640), + [anon_sym_protected] = ACTIONS(4640), + [anon_sym_tailrec] = ACTIONS(4640), + [anon_sym_operator] = ACTIONS(4640), + [anon_sym_infix] = ACTIONS(4640), + [anon_sym_inline] = ACTIONS(4640), + [anon_sym_external] = ACTIONS(4640), + [sym_property_modifier] = ACTIONS(4640), + [anon_sym_abstract] = ACTIONS(4640), + [anon_sym_final] = ACTIONS(4640), + [anon_sym_open] = ACTIONS(4640), + [anon_sym_vararg] = ACTIONS(4640), + [anon_sym_noinline] = ACTIONS(4640), + [anon_sym_crossinline] = ACTIONS(4640), + [anon_sym_expect] = ACTIONS(4640), + [anon_sym_actual] = ACTIONS(4640), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4642), + [anon_sym_continue_AT] = ACTIONS(4642), + [anon_sym_break_AT] = ACTIONS(4642), + [sym_real_literal] = ACTIONS(4642), + [sym_integer_literal] = ACTIONS(4640), + [sym_hex_literal] = ACTIONS(4642), + [sym_bin_literal] = ACTIONS(4642), + [anon_sym_L] = ACTIONS(4644), + [anon_sym_true] = ACTIONS(4640), + [anon_sym_false] = ACTIONS(4640), + [anon_sym_SQUOTE] = ACTIONS(4642), + [sym__backtick_identifier] = ACTIONS(4642), + [sym__automatic_semicolon] = ACTIONS(4642), + [sym_safe_nav] = ACTIONS(4642), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4642), + }, + [998] = { + [sym__alpha_identifier] = ACTIONS(4464), + [anon_sym_AT] = ACTIONS(4466), + [anon_sym_LBRACK] = ACTIONS(4466), + [anon_sym_as] = ACTIONS(4464), + [anon_sym_EQ] = ACTIONS(4464), + [anon_sym_LBRACE] = ACTIONS(4466), + [anon_sym_RBRACE] = ACTIONS(4466), + [anon_sym_LPAREN] = ACTIONS(4466), + [anon_sym_COMMA] = ACTIONS(4466), + [anon_sym_by] = ACTIONS(4464), + [anon_sym_LT] = ACTIONS(4464), + [anon_sym_GT] = ACTIONS(4464), + [anon_sym_where] = ACTIONS(4464), + [anon_sym_object] = ACTIONS(4464), + [anon_sym_fun] = ACTIONS(4464), + [anon_sym_DOT] = ACTIONS(4464), + [anon_sym_SEMI] = ACTIONS(4466), + [anon_sym_get] = ACTIONS(4464), + [anon_sym_set] = ACTIONS(4464), + [anon_sym_this] = ACTIONS(4464), + [anon_sym_super] = ACTIONS(4464), + [anon_sym_STAR] = ACTIONS(4464), + [sym_label] = ACTIONS(4464), + [anon_sym_in] = ACTIONS(4464), + [anon_sym_DOT_DOT] = ACTIONS(4466), + [anon_sym_QMARK_COLON] = ACTIONS(4466), + [anon_sym_AMP_AMP] = ACTIONS(4466), + [anon_sym_PIPE_PIPE] = ACTIONS(4466), + [anon_sym_null] = ACTIONS(4464), + [anon_sym_if] = ACTIONS(4464), + [anon_sym_else] = ACTIONS(4464), + [anon_sym_when] = ACTIONS(4464), + [anon_sym_try] = ACTIONS(4464), + [anon_sym_throw] = ACTIONS(4464), + [anon_sym_return] = ACTIONS(4464), + [anon_sym_continue] = ACTIONS(4464), + [anon_sym_break] = ACTIONS(4464), + [anon_sym_COLON_COLON] = ACTIONS(4466), + [anon_sym_PLUS_EQ] = ACTIONS(4466), + [anon_sym_DASH_EQ] = ACTIONS(4466), + [anon_sym_STAR_EQ] = ACTIONS(4466), + [anon_sym_SLASH_EQ] = ACTIONS(4466), + [anon_sym_PERCENT_EQ] = ACTIONS(4466), + [anon_sym_BANG_EQ] = ACTIONS(4464), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4466), + [anon_sym_EQ_EQ] = ACTIONS(4464), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4466), + [anon_sym_LT_EQ] = ACTIONS(4466), + [anon_sym_GT_EQ] = ACTIONS(4466), + [anon_sym_BANGin] = ACTIONS(4466), + [anon_sym_is] = ACTIONS(4464), + [anon_sym_BANGis] = ACTIONS(4466), + [anon_sym_PLUS] = ACTIONS(4464), + [anon_sym_DASH] = ACTIONS(4464), + [anon_sym_SLASH] = ACTIONS(4464), + [anon_sym_PERCENT] = ACTIONS(4464), + [anon_sym_as_QMARK] = ACTIONS(4466), + [anon_sym_PLUS_PLUS] = ACTIONS(4466), + [anon_sym_DASH_DASH] = ACTIONS(4466), + [anon_sym_BANG] = ACTIONS(4464), + [anon_sym_BANG_BANG] = ACTIONS(4466), + [anon_sym_suspend] = ACTIONS(4464), + [anon_sym_sealed] = ACTIONS(4464), + [anon_sym_annotation] = ACTIONS(4464), + [anon_sym_data] = ACTIONS(4464), + [anon_sym_inner] = ACTIONS(4464), + [anon_sym_override] = ACTIONS(4464), + [anon_sym_lateinit] = ACTIONS(4464), + [anon_sym_public] = ACTIONS(4464), + [anon_sym_private] = ACTIONS(4464), + [anon_sym_internal] = ACTIONS(4464), + [anon_sym_protected] = ACTIONS(4464), + [anon_sym_tailrec] = ACTIONS(4464), + [anon_sym_operator] = ACTIONS(4464), + [anon_sym_infix] = ACTIONS(4464), + [anon_sym_inline] = ACTIONS(4464), + [anon_sym_external] = ACTIONS(4464), + [sym_property_modifier] = ACTIONS(4464), + [anon_sym_abstract] = ACTIONS(4464), + [anon_sym_final] = ACTIONS(4464), + [anon_sym_open] = ACTIONS(4464), + [anon_sym_vararg] = ACTIONS(4464), + [anon_sym_noinline] = ACTIONS(4464), + [anon_sym_crossinline] = ACTIONS(4464), + [anon_sym_expect] = ACTIONS(4464), + [anon_sym_actual] = ACTIONS(4464), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4466), + [anon_sym_continue_AT] = ACTIONS(4466), + [anon_sym_break_AT] = ACTIONS(4466), + [sym_real_literal] = ACTIONS(4466), + [sym_integer_literal] = ACTIONS(4464), + [sym_hex_literal] = ACTIONS(4466), + [sym_bin_literal] = ACTIONS(4466), + [anon_sym_true] = ACTIONS(4464), + [anon_sym_false] = ACTIONS(4464), + [anon_sym_SQUOTE] = ACTIONS(4466), + [sym__backtick_identifier] = ACTIONS(4466), + [sym__automatic_semicolon] = ACTIONS(4466), + [sym_safe_nav] = ACTIONS(4466), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4466), + }, + [999] = { + [sym__alpha_identifier] = ACTIONS(4646), + [anon_sym_AT] = ACTIONS(4648), + [anon_sym_LBRACK] = ACTIONS(4648), + [anon_sym_as] = ACTIONS(4646), + [anon_sym_EQ] = ACTIONS(4646), + [anon_sym_LBRACE] = ACTIONS(4648), + [anon_sym_RBRACE] = ACTIONS(4648), + [anon_sym_LPAREN] = ACTIONS(4648), + [anon_sym_COMMA] = ACTIONS(4648), + [anon_sym_by] = ACTIONS(4646), + [anon_sym_LT] = ACTIONS(4646), + [anon_sym_GT] = ACTIONS(4646), + [anon_sym_where] = ACTIONS(4646), + [anon_sym_object] = ACTIONS(4646), + [anon_sym_fun] = ACTIONS(4646), + [anon_sym_DOT] = ACTIONS(4646), + [anon_sym_SEMI] = ACTIONS(4648), + [anon_sym_get] = ACTIONS(4646), + [anon_sym_set] = ACTIONS(4646), + [anon_sym_this] = ACTIONS(4646), + [anon_sym_super] = ACTIONS(4646), + [anon_sym_STAR] = ACTIONS(4646), + [sym_label] = ACTIONS(4646), + [anon_sym_in] = ACTIONS(4646), + [anon_sym_DOT_DOT] = ACTIONS(4648), + [anon_sym_QMARK_COLON] = ACTIONS(4648), + [anon_sym_AMP_AMP] = ACTIONS(4648), + [anon_sym_PIPE_PIPE] = ACTIONS(4648), + [anon_sym_null] = ACTIONS(4646), + [anon_sym_if] = ACTIONS(4646), + [anon_sym_else] = ACTIONS(4646), + [anon_sym_when] = ACTIONS(4646), + [anon_sym_try] = ACTIONS(4646), + [anon_sym_throw] = ACTIONS(4646), + [anon_sym_return] = ACTIONS(4646), + [anon_sym_continue] = ACTIONS(4646), + [anon_sym_break] = ACTIONS(4646), + [anon_sym_COLON_COLON] = ACTIONS(4648), + [anon_sym_PLUS_EQ] = ACTIONS(4648), + [anon_sym_DASH_EQ] = ACTIONS(4648), + [anon_sym_STAR_EQ] = ACTIONS(4648), + [anon_sym_SLASH_EQ] = ACTIONS(4648), + [anon_sym_PERCENT_EQ] = ACTIONS(4648), + [anon_sym_BANG_EQ] = ACTIONS(4646), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4648), + [anon_sym_EQ_EQ] = ACTIONS(4646), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4648), + [anon_sym_LT_EQ] = ACTIONS(4648), + [anon_sym_GT_EQ] = ACTIONS(4648), + [anon_sym_BANGin] = ACTIONS(4648), + [anon_sym_is] = ACTIONS(4646), + [anon_sym_BANGis] = ACTIONS(4648), + [anon_sym_PLUS] = ACTIONS(4646), + [anon_sym_DASH] = ACTIONS(4646), + [anon_sym_SLASH] = ACTIONS(4646), + [anon_sym_PERCENT] = ACTIONS(4646), + [anon_sym_as_QMARK] = ACTIONS(4648), + [anon_sym_PLUS_PLUS] = ACTIONS(4648), + [anon_sym_DASH_DASH] = ACTIONS(4648), + [anon_sym_BANG] = ACTIONS(4646), + [anon_sym_BANG_BANG] = ACTIONS(4648), + [anon_sym_suspend] = ACTIONS(4646), + [anon_sym_sealed] = ACTIONS(4646), + [anon_sym_annotation] = ACTIONS(4646), + [anon_sym_data] = ACTIONS(4646), + [anon_sym_inner] = ACTIONS(4646), + [anon_sym_override] = ACTIONS(4646), + [anon_sym_lateinit] = ACTIONS(4646), + [anon_sym_public] = ACTIONS(4646), + [anon_sym_private] = ACTIONS(4646), + [anon_sym_internal] = ACTIONS(4646), + [anon_sym_protected] = ACTIONS(4646), + [anon_sym_tailrec] = ACTIONS(4646), + [anon_sym_operator] = ACTIONS(4646), + [anon_sym_infix] = ACTIONS(4646), + [anon_sym_inline] = ACTIONS(4646), + [anon_sym_external] = ACTIONS(4646), + [sym_property_modifier] = ACTIONS(4646), + [anon_sym_abstract] = ACTIONS(4646), + [anon_sym_final] = ACTIONS(4646), + [anon_sym_open] = ACTIONS(4646), + [anon_sym_vararg] = ACTIONS(4646), + [anon_sym_noinline] = ACTIONS(4646), + [anon_sym_crossinline] = ACTIONS(4646), + [anon_sym_expect] = ACTIONS(4646), + [anon_sym_actual] = ACTIONS(4646), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4648), + [anon_sym_continue_AT] = ACTIONS(4648), + [anon_sym_break_AT] = ACTIONS(4648), + [sym_real_literal] = ACTIONS(4648), + [sym_integer_literal] = ACTIONS(4646), + [sym_hex_literal] = ACTIONS(4648), + [sym_bin_literal] = ACTIONS(4648), + [anon_sym_true] = ACTIONS(4646), + [anon_sym_false] = ACTIONS(4646), + [anon_sym_SQUOTE] = ACTIONS(4648), + [sym__backtick_identifier] = ACTIONS(4648), + [sym__automatic_semicolon] = ACTIONS(4648), + [sym_safe_nav] = ACTIONS(4648), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4648), + }, + [1000] = { + [sym_indexing_suffix] = STATE(3424), + [sym_navigation_suffix] = STATE(3423), + [sym_call_suffix] = STATE(3420), + [sym_annotated_lambda] = STATE(3419), + [sym_type_arguments] = STATE(7492), + [sym_value_arguments] = STATE(2731), + [sym_lambda_literal] = STATE(3415), + [sym__equality_operator] = STATE(1651), + [sym__comparison_operator] = STATE(1652), + [sym__in_operator] = STATE(1654), + [sym__is_operator] = STATE(6160), + [sym__additive_operator] = STATE(1655), + [sym__multiplicative_operator] = STATE(1656), + [sym__as_operator] = STATE(6161), + [sym__postfix_unary_operator] = STATE(3414), + [sym__member_access_operator] = STATE(7370), + [sym_annotation] = STATE(7887), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1657), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7887), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(4543), + [anon_sym_as] = ACTIONS(4545), + [anon_sym_EQ] = ACTIONS(3036), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_RBRACE] = ACTIONS(3038), + [anon_sym_LPAREN] = ACTIONS(4547), + [anon_sym_COMMA] = ACTIONS(3038), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(3036), + [anon_sym_where] = ACTIONS(3036), + [anon_sym_object] = ACTIONS(3036), + [anon_sym_fun] = ACTIONS(3036), + [anon_sym_DOT] = ACTIONS(4551), + [anon_sym_SEMI] = ACTIONS(3038), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_this] = ACTIONS(3036), + [anon_sym_super] = ACTIONS(3036), + [anon_sym_STAR] = ACTIONS(4553), + [sym_label] = ACTIONS(4555), + [anon_sym_in] = ACTIONS(4557), + [anon_sym_DOT_DOT] = ACTIONS(4559), + [anon_sym_QMARK_COLON] = ACTIONS(4561), + [anon_sym_AMP_AMP] = ACTIONS(3038), + [anon_sym_PIPE_PIPE] = ACTIONS(3038), + [anon_sym_null] = ACTIONS(3036), + [anon_sym_if] = ACTIONS(3036), + [anon_sym_else] = ACTIONS(3036), + [anon_sym_when] = ACTIONS(3036), + [anon_sym_try] = ACTIONS(3036), + [anon_sym_throw] = ACTIONS(3036), + [anon_sym_return] = ACTIONS(3036), + [anon_sym_continue] = ACTIONS(3036), + [anon_sym_break] = ACTIONS(3036), + [anon_sym_COLON_COLON] = ACTIONS(4567), + [anon_sym_PLUS_EQ] = ACTIONS(3038), + [anon_sym_DASH_EQ] = ACTIONS(3038), + [anon_sym_STAR_EQ] = ACTIONS(3038), + [anon_sym_SLASH_EQ] = ACTIONS(3038), + [anon_sym_PERCENT_EQ] = ACTIONS(3038), + [anon_sym_BANG_EQ] = ACTIONS(3036), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3038), + [anon_sym_EQ_EQ] = ACTIONS(3036), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3038), + [anon_sym_LT_EQ] = ACTIONS(3038), + [anon_sym_GT_EQ] = ACTIONS(3038), + [anon_sym_BANGin] = ACTIONS(4575), + [anon_sym_is] = ACTIONS(4577), + [anon_sym_BANGis] = ACTIONS(4579), + [anon_sym_PLUS] = ACTIONS(4581), + [anon_sym_DASH] = ACTIONS(4581), + [anon_sym_SLASH] = ACTIONS(4553), + [anon_sym_PERCENT] = ACTIONS(4553), + [anon_sym_as_QMARK] = ACTIONS(4583), + [anon_sym_PLUS_PLUS] = ACTIONS(4585), + [anon_sym_DASH_DASH] = ACTIONS(4585), + [anon_sym_BANG] = ACTIONS(3036), + [anon_sym_BANG_BANG] = ACTIONS(4585), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3038), + [anon_sym_continue_AT] = ACTIONS(3038), + [anon_sym_break_AT] = ACTIONS(3038), + [sym_real_literal] = ACTIONS(3038), + [sym_integer_literal] = ACTIONS(3036), + [sym_hex_literal] = ACTIONS(3038), + [sym_bin_literal] = ACTIONS(3038), + [anon_sym_true] = ACTIONS(3036), + [anon_sym_false] = ACTIONS(3036), + [anon_sym_SQUOTE] = ACTIONS(3038), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(3038), + [sym_safe_nav] = ACTIONS(4567), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3038), + }, + [1001] = { + [sym_indexing_suffix] = STATE(3424), + [sym_navigation_suffix] = STATE(3423), + [sym_call_suffix] = STATE(3420), + [sym_annotated_lambda] = STATE(3419), + [sym_type_arguments] = STATE(7492), + [sym_value_arguments] = STATE(2731), + [sym_lambda_literal] = STATE(3415), + [sym__equality_operator] = STATE(1651), + [sym__comparison_operator] = STATE(1652), + [sym__in_operator] = STATE(1654), + [sym__is_operator] = STATE(6160), + [sym__additive_operator] = STATE(1655), + [sym__multiplicative_operator] = STATE(1656), + [sym__as_operator] = STATE(6161), + [sym__postfix_unary_operator] = STATE(3414), + [sym__member_access_operator] = STATE(7370), + [sym_annotation] = STATE(7887), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1657), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7887), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(4543), + [anon_sym_as] = ACTIONS(4545), + [anon_sym_EQ] = ACTIONS(3029), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_RBRACE] = ACTIONS(3031), + [anon_sym_LPAREN] = ACTIONS(4547), + [anon_sym_COMMA] = ACTIONS(3031), + [anon_sym_LT] = ACTIONS(3033), + [anon_sym_GT] = ACTIONS(3029), + [anon_sym_where] = ACTIONS(3029), + [anon_sym_object] = ACTIONS(3029), + [anon_sym_fun] = ACTIONS(3029), + [anon_sym_DOT] = ACTIONS(4551), + [anon_sym_SEMI] = ACTIONS(3031), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_this] = ACTIONS(3029), + [anon_sym_super] = ACTIONS(3029), + [anon_sym_STAR] = ACTIONS(4553), + [sym_label] = ACTIONS(4555), + [anon_sym_in] = ACTIONS(3029), + [anon_sym_DOT_DOT] = ACTIONS(4559), + [anon_sym_QMARK_COLON] = ACTIONS(4561), + [anon_sym_AMP_AMP] = ACTIONS(3031), + [anon_sym_PIPE_PIPE] = ACTIONS(3031), + [anon_sym_null] = ACTIONS(3029), + [anon_sym_if] = ACTIONS(3029), + [anon_sym_else] = ACTIONS(3029), + [anon_sym_when] = ACTIONS(3029), + [anon_sym_try] = ACTIONS(3029), + [anon_sym_throw] = ACTIONS(3029), + [anon_sym_return] = ACTIONS(3029), + [anon_sym_continue] = ACTIONS(3029), + [anon_sym_break] = ACTIONS(3029), + [anon_sym_COLON_COLON] = ACTIONS(4567), + [anon_sym_PLUS_EQ] = ACTIONS(3031), + [anon_sym_DASH_EQ] = ACTIONS(3031), + [anon_sym_STAR_EQ] = ACTIONS(3031), + [anon_sym_SLASH_EQ] = ACTIONS(3031), + [anon_sym_PERCENT_EQ] = ACTIONS(3031), + [anon_sym_BANG_EQ] = ACTIONS(3029), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3031), + [anon_sym_EQ_EQ] = ACTIONS(3029), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3031), + [anon_sym_LT_EQ] = ACTIONS(3031), + [anon_sym_GT_EQ] = ACTIONS(3031), + [anon_sym_BANGin] = ACTIONS(3031), + [anon_sym_is] = ACTIONS(3029), + [anon_sym_BANGis] = ACTIONS(3031), + [anon_sym_PLUS] = ACTIONS(4581), + [anon_sym_DASH] = ACTIONS(4581), + [anon_sym_SLASH] = ACTIONS(4553), + [anon_sym_PERCENT] = ACTIONS(4553), + [anon_sym_as_QMARK] = ACTIONS(4583), + [anon_sym_PLUS_PLUS] = ACTIONS(4585), + [anon_sym_DASH_DASH] = ACTIONS(4585), + [anon_sym_BANG] = ACTIONS(3029), + [anon_sym_BANG_BANG] = ACTIONS(4585), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3031), + [anon_sym_continue_AT] = ACTIONS(3031), + [anon_sym_break_AT] = ACTIONS(3031), + [sym_real_literal] = ACTIONS(3031), + [sym_integer_literal] = ACTIONS(3029), + [sym_hex_literal] = ACTIONS(3031), + [sym_bin_literal] = ACTIONS(3031), + [anon_sym_true] = ACTIONS(3029), + [anon_sym_false] = ACTIONS(3029), + [anon_sym_SQUOTE] = ACTIONS(3031), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(3031), + [sym_safe_nav] = ACTIONS(4567), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3031), + }, + [1002] = { + [sym_indexing_suffix] = STATE(3424), + [sym_navigation_suffix] = STATE(3423), + [sym_call_suffix] = STATE(3420), + [sym_annotated_lambda] = STATE(3419), + [sym_type_arguments] = STATE(7492), + [sym_value_arguments] = STATE(2731), + [sym_lambda_literal] = STATE(3415), + [sym__equality_operator] = STATE(1651), + [sym__comparison_operator] = STATE(1652), + [sym__in_operator] = STATE(1654), + [sym__is_operator] = STATE(6160), + [sym__additive_operator] = STATE(1655), + [sym__multiplicative_operator] = STATE(1656), + [sym__as_operator] = STATE(6161), + [sym__postfix_unary_operator] = STATE(3414), + [sym__member_access_operator] = STATE(7370), + [sym_annotation] = STATE(7887), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1657), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7887), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(4543), + [anon_sym_as] = ACTIONS(4545), + [anon_sym_EQ] = ACTIONS(3003), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_RBRACE] = ACTIONS(3005), + [anon_sym_LPAREN] = ACTIONS(4547), + [anon_sym_COMMA] = ACTIONS(3005), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(4549), + [anon_sym_where] = ACTIONS(3003), + [anon_sym_object] = ACTIONS(3003), + [anon_sym_fun] = ACTIONS(3003), + [anon_sym_DOT] = ACTIONS(4551), + [anon_sym_SEMI] = ACTIONS(3005), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_this] = ACTIONS(3003), + [anon_sym_super] = ACTIONS(3003), + [anon_sym_STAR] = ACTIONS(4553), + [sym_label] = ACTIONS(4555), + [anon_sym_in] = ACTIONS(4557), + [anon_sym_DOT_DOT] = ACTIONS(4559), + [anon_sym_QMARK_COLON] = ACTIONS(4561), + [anon_sym_AMP_AMP] = ACTIONS(4563), + [anon_sym_PIPE_PIPE] = ACTIONS(4565), + [anon_sym_null] = ACTIONS(3003), + [anon_sym_if] = ACTIONS(3003), + [anon_sym_else] = ACTIONS(3003), + [anon_sym_when] = ACTIONS(3003), + [anon_sym_try] = ACTIONS(3003), + [anon_sym_throw] = ACTIONS(3003), + [anon_sym_return] = ACTIONS(3003), + [anon_sym_continue] = ACTIONS(3003), + [anon_sym_break] = ACTIONS(3003), + [anon_sym_COLON_COLON] = ACTIONS(4567), + [anon_sym_PLUS_EQ] = ACTIONS(3005), + [anon_sym_DASH_EQ] = ACTIONS(3005), + [anon_sym_STAR_EQ] = ACTIONS(3005), + [anon_sym_SLASH_EQ] = ACTIONS(3005), + [anon_sym_PERCENT_EQ] = ACTIONS(3005), + [anon_sym_BANG_EQ] = ACTIONS(4569), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4571), + [anon_sym_EQ_EQ] = ACTIONS(4569), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4571), + [anon_sym_LT_EQ] = ACTIONS(4573), + [anon_sym_GT_EQ] = ACTIONS(4573), + [anon_sym_BANGin] = ACTIONS(4575), + [anon_sym_is] = ACTIONS(4577), + [anon_sym_BANGis] = ACTIONS(4579), + [anon_sym_PLUS] = ACTIONS(4581), + [anon_sym_DASH] = ACTIONS(4581), + [anon_sym_SLASH] = ACTIONS(4553), + [anon_sym_PERCENT] = ACTIONS(4553), + [anon_sym_as_QMARK] = ACTIONS(4583), + [anon_sym_PLUS_PLUS] = ACTIONS(4585), + [anon_sym_DASH_DASH] = ACTIONS(4585), + [anon_sym_BANG] = ACTIONS(3003), + [anon_sym_BANG_BANG] = ACTIONS(4585), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3005), + [anon_sym_continue_AT] = ACTIONS(3005), + [anon_sym_break_AT] = ACTIONS(3005), + [sym_real_literal] = ACTIONS(3005), + [sym_integer_literal] = ACTIONS(3003), + [sym_hex_literal] = ACTIONS(3005), + [sym_bin_literal] = ACTIONS(3005), + [anon_sym_true] = ACTIONS(3003), + [anon_sym_false] = ACTIONS(3003), + [anon_sym_SQUOTE] = ACTIONS(3005), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(3005), + [sym_safe_nav] = ACTIONS(4567), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3005), + }, + [1003] = { + [sym_indexing_suffix] = STATE(3424), + [sym_navigation_suffix] = STATE(3423), + [sym_call_suffix] = STATE(3420), + [sym_annotated_lambda] = STATE(3419), + [sym_type_arguments] = STATE(7492), + [sym_value_arguments] = STATE(2731), + [sym_lambda_literal] = STATE(3415), + [sym__equality_operator] = STATE(1651), + [sym__comparison_operator] = STATE(1652), + [sym__in_operator] = STATE(1654), + [sym__is_operator] = STATE(6160), + [sym__additive_operator] = STATE(1655), + [sym__multiplicative_operator] = STATE(1656), + [sym__as_operator] = STATE(6161), + [sym__postfix_unary_operator] = STATE(3414), + [sym__member_access_operator] = STATE(7370), + [sym_annotation] = STATE(7887), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1657), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7887), + [sym__alpha_identifier] = ACTIONS(3022), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(4543), + [anon_sym_as] = ACTIONS(4545), + [anon_sym_EQ] = ACTIONS(3022), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_RBRACE] = ACTIONS(3024), + [anon_sym_LPAREN] = ACTIONS(4547), + [anon_sym_COMMA] = ACTIONS(3024), + [anon_sym_LT] = ACTIONS(3026), + [anon_sym_GT] = ACTIONS(3022), + [anon_sym_where] = ACTIONS(3022), + [anon_sym_object] = ACTIONS(3022), + [anon_sym_fun] = ACTIONS(3022), + [anon_sym_DOT] = ACTIONS(4551), + [anon_sym_SEMI] = ACTIONS(3024), + [anon_sym_get] = ACTIONS(3022), + [anon_sym_set] = ACTIONS(3022), + [anon_sym_this] = ACTIONS(3022), + [anon_sym_super] = ACTIONS(3022), + [anon_sym_STAR] = ACTIONS(4553), + [sym_label] = ACTIONS(4555), + [anon_sym_in] = ACTIONS(3022), + [anon_sym_DOT_DOT] = ACTIONS(3024), + [anon_sym_QMARK_COLON] = ACTIONS(3024), + [anon_sym_AMP_AMP] = ACTIONS(3024), + [anon_sym_PIPE_PIPE] = ACTIONS(3024), + [anon_sym_null] = ACTIONS(3022), + [anon_sym_if] = ACTIONS(3022), + [anon_sym_else] = ACTIONS(3022), + [anon_sym_when] = ACTIONS(3022), + [anon_sym_try] = ACTIONS(3022), + [anon_sym_throw] = ACTIONS(3022), + [anon_sym_return] = ACTIONS(3022), + [anon_sym_continue] = ACTIONS(3022), + [anon_sym_break] = ACTIONS(3022), + [anon_sym_COLON_COLON] = ACTIONS(4567), + [anon_sym_PLUS_EQ] = ACTIONS(3024), + [anon_sym_DASH_EQ] = ACTIONS(3024), + [anon_sym_STAR_EQ] = ACTIONS(3024), + [anon_sym_SLASH_EQ] = ACTIONS(3024), + [anon_sym_PERCENT_EQ] = ACTIONS(3024), + [anon_sym_BANG_EQ] = ACTIONS(3022), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3024), + [anon_sym_EQ_EQ] = ACTIONS(3022), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3024), + [anon_sym_LT_EQ] = ACTIONS(3024), + [anon_sym_GT_EQ] = ACTIONS(3024), + [anon_sym_BANGin] = ACTIONS(3024), + [anon_sym_is] = ACTIONS(3022), + [anon_sym_BANGis] = ACTIONS(3024), + [anon_sym_PLUS] = ACTIONS(3022), + [anon_sym_DASH] = ACTIONS(3022), + [anon_sym_SLASH] = ACTIONS(4553), + [anon_sym_PERCENT] = ACTIONS(4553), + [anon_sym_as_QMARK] = ACTIONS(4583), + [anon_sym_PLUS_PLUS] = ACTIONS(4585), + [anon_sym_DASH_DASH] = ACTIONS(4585), + [anon_sym_BANG] = ACTIONS(3022), + [anon_sym_BANG_BANG] = ACTIONS(4585), + [anon_sym_data] = ACTIONS(3022), + [anon_sym_inner] = ACTIONS(3022), + [anon_sym_expect] = ACTIONS(3022), + [anon_sym_actual] = ACTIONS(3022), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3024), + [anon_sym_continue_AT] = ACTIONS(3024), + [anon_sym_break_AT] = ACTIONS(3024), + [sym_real_literal] = ACTIONS(3024), + [sym_integer_literal] = ACTIONS(3022), + [sym_hex_literal] = ACTIONS(3024), + [sym_bin_literal] = ACTIONS(3024), + [anon_sym_true] = ACTIONS(3022), + [anon_sym_false] = ACTIONS(3022), + [anon_sym_SQUOTE] = ACTIONS(3024), + [sym__backtick_identifier] = ACTIONS(3024), + [sym__automatic_semicolon] = ACTIONS(3024), + [sym_safe_nav] = ACTIONS(4567), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3024), + }, + [1004] = { + [sym_indexing_suffix] = STATE(3424), + [sym_navigation_suffix] = STATE(3423), + [sym_call_suffix] = STATE(3420), + [sym_annotated_lambda] = STATE(3419), + [sym_type_arguments] = STATE(7492), + [sym_value_arguments] = STATE(2731), + [sym_lambda_literal] = STATE(3415), + [sym__equality_operator] = STATE(1651), + [sym__comparison_operator] = STATE(1652), + [sym__in_operator] = STATE(1654), + [sym__is_operator] = STATE(6160), + [sym__additive_operator] = STATE(1655), + [sym__multiplicative_operator] = STATE(1656), + [sym__as_operator] = STATE(6161), + [sym__postfix_unary_operator] = STATE(3414), + [sym__member_access_operator] = STATE(7370), + [sym_annotation] = STATE(7887), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1657), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7887), + [sym__alpha_identifier] = ACTIONS(3011), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(4543), + [anon_sym_as] = ACTIONS(4545), + [anon_sym_EQ] = ACTIONS(3011), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_RBRACE] = ACTIONS(3013), + [anon_sym_LPAREN] = ACTIONS(4547), + [anon_sym_COMMA] = ACTIONS(3013), + [anon_sym_LT] = ACTIONS(3015), + [anon_sym_GT] = ACTIONS(3011), + [anon_sym_where] = ACTIONS(3011), + [anon_sym_object] = ACTIONS(3011), + [anon_sym_fun] = ACTIONS(3011), + [anon_sym_DOT] = ACTIONS(4551), + [anon_sym_SEMI] = ACTIONS(3013), + [anon_sym_get] = ACTIONS(3011), + [anon_sym_set] = ACTIONS(3011), + [anon_sym_this] = ACTIONS(3011), + [anon_sym_super] = ACTIONS(3011), + [anon_sym_STAR] = ACTIONS(3011), + [sym_label] = ACTIONS(4555), + [anon_sym_in] = ACTIONS(3011), + [anon_sym_DOT_DOT] = ACTIONS(3013), + [anon_sym_QMARK_COLON] = ACTIONS(3013), + [anon_sym_AMP_AMP] = ACTIONS(3013), + [anon_sym_PIPE_PIPE] = ACTIONS(3013), + [anon_sym_null] = ACTIONS(3011), + [anon_sym_if] = ACTIONS(3011), + [anon_sym_else] = ACTIONS(3011), + [anon_sym_when] = ACTIONS(3011), + [anon_sym_try] = ACTIONS(3011), + [anon_sym_throw] = ACTIONS(3011), + [anon_sym_return] = ACTIONS(3011), + [anon_sym_continue] = ACTIONS(3011), + [anon_sym_break] = ACTIONS(3011), + [anon_sym_COLON_COLON] = ACTIONS(4567), + [anon_sym_PLUS_EQ] = ACTIONS(3013), + [anon_sym_DASH_EQ] = ACTIONS(3013), + [anon_sym_STAR_EQ] = ACTIONS(3013), + [anon_sym_SLASH_EQ] = ACTIONS(3013), + [anon_sym_PERCENT_EQ] = ACTIONS(3013), + [anon_sym_BANG_EQ] = ACTIONS(3011), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3013), + [anon_sym_EQ_EQ] = ACTIONS(3011), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3013), + [anon_sym_LT_EQ] = ACTIONS(3013), + [anon_sym_GT_EQ] = ACTIONS(3013), + [anon_sym_BANGin] = ACTIONS(3013), + [anon_sym_is] = ACTIONS(3011), + [anon_sym_BANGis] = ACTIONS(3013), + [anon_sym_PLUS] = ACTIONS(3011), + [anon_sym_DASH] = ACTIONS(3011), + [anon_sym_SLASH] = ACTIONS(3011), + [anon_sym_PERCENT] = ACTIONS(3011), + [anon_sym_as_QMARK] = ACTIONS(4583), + [anon_sym_PLUS_PLUS] = ACTIONS(4585), + [anon_sym_DASH_DASH] = ACTIONS(4585), + [anon_sym_BANG] = ACTIONS(3011), + [anon_sym_BANG_BANG] = ACTIONS(4585), + [anon_sym_data] = ACTIONS(3011), + [anon_sym_inner] = ACTIONS(3011), + [anon_sym_expect] = ACTIONS(3011), + [anon_sym_actual] = ACTIONS(3011), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3013), + [anon_sym_continue_AT] = ACTIONS(3013), + [anon_sym_break_AT] = ACTIONS(3013), + [sym_real_literal] = ACTIONS(3013), + [sym_integer_literal] = ACTIONS(3011), + [sym_hex_literal] = ACTIONS(3013), + [sym_bin_literal] = ACTIONS(3013), + [anon_sym_true] = ACTIONS(3011), + [anon_sym_false] = ACTIONS(3011), + [anon_sym_SQUOTE] = ACTIONS(3013), + [sym__backtick_identifier] = ACTIONS(3013), + [sym__automatic_semicolon] = ACTIONS(3013), + [sym_safe_nav] = ACTIONS(4567), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3013), + }, + [1005] = { + [sym__alpha_identifier] = ACTIONS(4244), + [anon_sym_AT] = ACTIONS(4246), + [anon_sym_LBRACK] = ACTIONS(4246), + [anon_sym_as] = ACTIONS(4244), + [anon_sym_EQ] = ACTIONS(4244), + [anon_sym_LBRACE] = ACTIONS(4246), + [anon_sym_RBRACE] = ACTIONS(4246), + [anon_sym_LPAREN] = ACTIONS(4246), + [anon_sym_COMMA] = ACTIONS(4246), + [anon_sym_by] = ACTIONS(4244), + [anon_sym_LT] = ACTIONS(4244), + [anon_sym_GT] = ACTIONS(4244), + [anon_sym_where] = ACTIONS(4244), + [anon_sym_object] = ACTIONS(4244), + [anon_sym_fun] = ACTIONS(4244), + [anon_sym_DOT] = ACTIONS(4244), + [anon_sym_SEMI] = ACTIONS(4246), + [anon_sym_get] = ACTIONS(4244), + [anon_sym_set] = ACTIONS(4244), + [anon_sym_this] = ACTIONS(4244), + [anon_sym_super] = ACTIONS(4244), + [anon_sym_STAR] = ACTIONS(4244), + [sym_label] = ACTIONS(4244), + [anon_sym_in] = ACTIONS(4244), + [anon_sym_DOT_DOT] = ACTIONS(4246), + [anon_sym_QMARK_COLON] = ACTIONS(4246), + [anon_sym_AMP_AMP] = ACTIONS(4246), + [anon_sym_PIPE_PIPE] = ACTIONS(4246), + [anon_sym_null] = ACTIONS(4244), + [anon_sym_if] = ACTIONS(4244), + [anon_sym_else] = ACTIONS(4244), + [anon_sym_when] = ACTIONS(4244), + [anon_sym_try] = ACTIONS(4244), + [anon_sym_throw] = ACTIONS(4244), + [anon_sym_return] = ACTIONS(4244), + [anon_sym_continue] = ACTIONS(4244), + [anon_sym_break] = ACTIONS(4244), + [anon_sym_COLON_COLON] = ACTIONS(4246), + [anon_sym_PLUS_EQ] = ACTIONS(4246), + [anon_sym_DASH_EQ] = ACTIONS(4246), + [anon_sym_STAR_EQ] = ACTIONS(4246), + [anon_sym_SLASH_EQ] = ACTIONS(4246), + [anon_sym_PERCENT_EQ] = ACTIONS(4246), + [anon_sym_BANG_EQ] = ACTIONS(4244), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4246), + [anon_sym_EQ_EQ] = ACTIONS(4244), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4246), + [anon_sym_LT_EQ] = ACTIONS(4246), + [anon_sym_GT_EQ] = ACTIONS(4246), + [anon_sym_BANGin] = ACTIONS(4246), + [anon_sym_is] = ACTIONS(4244), + [anon_sym_BANGis] = ACTIONS(4246), + [anon_sym_PLUS] = ACTIONS(4244), + [anon_sym_DASH] = ACTIONS(4244), + [anon_sym_SLASH] = ACTIONS(4244), + [anon_sym_PERCENT] = ACTIONS(4244), + [anon_sym_as_QMARK] = ACTIONS(4246), + [anon_sym_PLUS_PLUS] = ACTIONS(4246), + [anon_sym_DASH_DASH] = ACTIONS(4246), + [anon_sym_BANG] = ACTIONS(4244), + [anon_sym_BANG_BANG] = ACTIONS(4246), + [anon_sym_suspend] = ACTIONS(4244), + [anon_sym_sealed] = ACTIONS(4244), + [anon_sym_annotation] = ACTIONS(4244), + [anon_sym_data] = ACTIONS(4244), + [anon_sym_inner] = ACTIONS(4244), + [anon_sym_override] = ACTIONS(4244), + [anon_sym_lateinit] = ACTIONS(4244), + [anon_sym_public] = ACTIONS(4244), + [anon_sym_private] = ACTIONS(4244), + [anon_sym_internal] = ACTIONS(4244), + [anon_sym_protected] = ACTIONS(4244), + [anon_sym_tailrec] = ACTIONS(4244), + [anon_sym_operator] = ACTIONS(4244), + [anon_sym_infix] = ACTIONS(4244), + [anon_sym_inline] = ACTIONS(4244), + [anon_sym_external] = ACTIONS(4244), + [sym_property_modifier] = ACTIONS(4244), + [anon_sym_abstract] = ACTIONS(4244), + [anon_sym_final] = ACTIONS(4244), + [anon_sym_open] = ACTIONS(4244), + [anon_sym_vararg] = ACTIONS(4244), + [anon_sym_noinline] = ACTIONS(4244), + [anon_sym_crossinline] = ACTIONS(4244), + [anon_sym_expect] = ACTIONS(4244), + [anon_sym_actual] = ACTIONS(4244), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4246), + [anon_sym_continue_AT] = ACTIONS(4246), + [anon_sym_break_AT] = ACTIONS(4246), + [sym_real_literal] = ACTIONS(4246), + [sym_integer_literal] = ACTIONS(4244), + [sym_hex_literal] = ACTIONS(4246), + [sym_bin_literal] = ACTIONS(4246), + [anon_sym_true] = ACTIONS(4244), + [anon_sym_false] = ACTIONS(4244), + [anon_sym_SQUOTE] = ACTIONS(4246), + [sym__backtick_identifier] = ACTIONS(4246), + [sym__automatic_semicolon] = ACTIONS(4246), + [sym_safe_nav] = ACTIONS(4246), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4246), + }, + [1006] = { + [sym__alpha_identifier] = ACTIONS(4650), + [anon_sym_AT] = ACTIONS(4652), + [anon_sym_COLON] = ACTIONS(4650), + [anon_sym_LBRACK] = ACTIONS(4652), + [anon_sym_as] = ACTIONS(4650), + [anon_sym_EQ] = ACTIONS(4650), + [anon_sym_LBRACE] = ACTIONS(4652), + [anon_sym_RBRACE] = ACTIONS(4652), + [anon_sym_LPAREN] = ACTIONS(4652), + [anon_sym_COMMA] = ACTIONS(4652), + [anon_sym_LT] = ACTIONS(4650), + [anon_sym_GT] = ACTIONS(4650), + [anon_sym_where] = ACTIONS(4650), + [anon_sym_object] = ACTIONS(4650), + [anon_sym_fun] = ACTIONS(4650), + [anon_sym_DOT] = ACTIONS(4650), + [anon_sym_SEMI] = ACTIONS(4652), + [anon_sym_get] = ACTIONS(4650), + [anon_sym_set] = ACTIONS(4650), + [anon_sym_this] = ACTIONS(4650), + [anon_sym_super] = ACTIONS(4650), + [anon_sym_STAR] = ACTIONS(4650), + [sym_label] = ACTIONS(4650), + [anon_sym_in] = ACTIONS(4650), + [anon_sym_DOT_DOT] = ACTIONS(4652), + [anon_sym_QMARK_COLON] = ACTIONS(4652), + [anon_sym_AMP_AMP] = ACTIONS(4652), + [anon_sym_PIPE_PIPE] = ACTIONS(4652), + [anon_sym_null] = ACTIONS(4650), + [anon_sym_if] = ACTIONS(4650), + [anon_sym_else] = ACTIONS(4650), + [anon_sym_when] = ACTIONS(4650), + [anon_sym_try] = ACTIONS(4650), + [anon_sym_throw] = ACTIONS(4650), + [anon_sym_return] = ACTIONS(4650), + [anon_sym_continue] = ACTIONS(4650), + [anon_sym_break] = ACTIONS(4650), + [anon_sym_COLON_COLON] = ACTIONS(4652), + [anon_sym_PLUS_EQ] = ACTIONS(4652), + [anon_sym_DASH_EQ] = ACTIONS(4652), + [anon_sym_STAR_EQ] = ACTIONS(4652), + [anon_sym_SLASH_EQ] = ACTIONS(4652), + [anon_sym_PERCENT_EQ] = ACTIONS(4652), + [anon_sym_BANG_EQ] = ACTIONS(4650), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4652), + [anon_sym_EQ_EQ] = ACTIONS(4650), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4652), + [anon_sym_LT_EQ] = ACTIONS(4652), + [anon_sym_GT_EQ] = ACTIONS(4652), + [anon_sym_BANGin] = ACTIONS(4652), + [anon_sym_is] = ACTIONS(4650), + [anon_sym_BANGis] = ACTIONS(4652), + [anon_sym_PLUS] = ACTIONS(4650), + [anon_sym_DASH] = ACTIONS(4650), + [anon_sym_SLASH] = ACTIONS(4650), + [anon_sym_PERCENT] = ACTIONS(4650), + [anon_sym_as_QMARK] = ACTIONS(4652), + [anon_sym_PLUS_PLUS] = ACTIONS(4652), + [anon_sym_DASH_DASH] = ACTIONS(4652), + [anon_sym_BANG] = ACTIONS(4650), + [anon_sym_BANG_BANG] = ACTIONS(4652), + [anon_sym_suspend] = ACTIONS(4650), + [anon_sym_sealed] = ACTIONS(4650), + [anon_sym_annotation] = ACTIONS(4650), + [anon_sym_data] = ACTIONS(4650), + [anon_sym_inner] = ACTIONS(4650), + [anon_sym_override] = ACTIONS(4650), + [anon_sym_lateinit] = ACTIONS(4650), + [anon_sym_public] = ACTIONS(4650), + [anon_sym_private] = ACTIONS(4650), + [anon_sym_internal] = ACTIONS(4650), + [anon_sym_protected] = ACTIONS(4650), + [anon_sym_tailrec] = ACTIONS(4650), + [anon_sym_operator] = ACTIONS(4650), + [anon_sym_infix] = ACTIONS(4650), + [anon_sym_inline] = ACTIONS(4650), + [anon_sym_external] = ACTIONS(4650), + [sym_property_modifier] = ACTIONS(4650), + [anon_sym_abstract] = ACTIONS(4650), + [anon_sym_final] = ACTIONS(4650), + [anon_sym_open] = ACTIONS(4650), + [anon_sym_vararg] = ACTIONS(4650), + [anon_sym_noinline] = ACTIONS(4650), + [anon_sym_crossinline] = ACTIONS(4650), + [anon_sym_expect] = ACTIONS(4650), + [anon_sym_actual] = ACTIONS(4650), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4652), + [anon_sym_continue_AT] = ACTIONS(4652), + [anon_sym_break_AT] = ACTIONS(4652), + [sym_real_literal] = ACTIONS(4652), + [sym_integer_literal] = ACTIONS(4650), + [sym_hex_literal] = ACTIONS(4652), + [sym_bin_literal] = ACTIONS(4652), + [anon_sym_true] = ACTIONS(4650), + [anon_sym_false] = ACTIONS(4650), + [anon_sym_SQUOTE] = ACTIONS(4652), + [sym__backtick_identifier] = ACTIONS(4652), + [sym__automatic_semicolon] = ACTIONS(4652), + [sym_safe_nav] = ACTIONS(4652), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4652), + }, + [1007] = { + [sym_class_body] = STATE(1129), + [sym__alpha_identifier] = ACTIONS(4654), + [anon_sym_AT] = ACTIONS(4656), + [anon_sym_LBRACK] = ACTIONS(4656), + [anon_sym_as] = ACTIONS(4654), + [anon_sym_EQ] = ACTIONS(4654), + [anon_sym_LBRACE] = ACTIONS(3180), + [anon_sym_RBRACE] = ACTIONS(4656), + [anon_sym_LPAREN] = ACTIONS(4656), + [anon_sym_COMMA] = ACTIONS(4656), + [anon_sym_LT] = ACTIONS(4654), + [anon_sym_GT] = ACTIONS(4654), + [anon_sym_where] = ACTIONS(4654), + [anon_sym_object] = ACTIONS(4654), + [anon_sym_fun] = ACTIONS(4654), + [anon_sym_DOT] = ACTIONS(4654), + [anon_sym_SEMI] = ACTIONS(4656), + [anon_sym_get] = ACTIONS(4654), + [anon_sym_set] = ACTIONS(4654), + [anon_sym_this] = ACTIONS(4654), + [anon_sym_super] = ACTIONS(4654), + [anon_sym_STAR] = ACTIONS(4654), + [sym_label] = ACTIONS(4654), + [anon_sym_in] = ACTIONS(4654), + [anon_sym_DOT_DOT] = ACTIONS(4656), + [anon_sym_QMARK_COLON] = ACTIONS(4656), + [anon_sym_AMP_AMP] = ACTIONS(4656), + [anon_sym_PIPE_PIPE] = ACTIONS(4656), + [anon_sym_null] = ACTIONS(4654), + [anon_sym_if] = ACTIONS(4654), + [anon_sym_else] = ACTIONS(4654), + [anon_sym_when] = ACTIONS(4654), + [anon_sym_try] = ACTIONS(4654), + [anon_sym_throw] = ACTIONS(4654), + [anon_sym_return] = ACTIONS(4654), + [anon_sym_continue] = ACTIONS(4654), + [anon_sym_break] = ACTIONS(4654), + [anon_sym_COLON_COLON] = ACTIONS(4656), + [anon_sym_PLUS_EQ] = ACTIONS(4656), + [anon_sym_DASH_EQ] = ACTIONS(4656), + [anon_sym_STAR_EQ] = ACTIONS(4656), + [anon_sym_SLASH_EQ] = ACTIONS(4656), + [anon_sym_PERCENT_EQ] = ACTIONS(4656), + [anon_sym_BANG_EQ] = ACTIONS(4654), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4656), + [anon_sym_EQ_EQ] = ACTIONS(4654), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4656), + [anon_sym_LT_EQ] = ACTIONS(4656), + [anon_sym_GT_EQ] = ACTIONS(4656), + [anon_sym_BANGin] = ACTIONS(4656), + [anon_sym_is] = ACTIONS(4654), + [anon_sym_BANGis] = ACTIONS(4656), + [anon_sym_PLUS] = ACTIONS(4654), + [anon_sym_DASH] = ACTIONS(4654), + [anon_sym_SLASH] = ACTIONS(4654), + [anon_sym_PERCENT] = ACTIONS(4654), + [anon_sym_as_QMARK] = ACTIONS(4656), + [anon_sym_PLUS_PLUS] = ACTIONS(4656), + [anon_sym_DASH_DASH] = ACTIONS(4656), + [anon_sym_BANG] = ACTIONS(4654), + [anon_sym_BANG_BANG] = ACTIONS(4656), + [anon_sym_suspend] = ACTIONS(4654), + [anon_sym_sealed] = ACTIONS(4654), + [anon_sym_annotation] = ACTIONS(4654), + [anon_sym_data] = ACTIONS(4654), + [anon_sym_inner] = ACTIONS(4654), + [anon_sym_override] = ACTIONS(4654), + [anon_sym_lateinit] = ACTIONS(4654), + [anon_sym_public] = ACTIONS(4654), + [anon_sym_private] = ACTIONS(4654), + [anon_sym_internal] = ACTIONS(4654), + [anon_sym_protected] = ACTIONS(4654), + [anon_sym_tailrec] = ACTIONS(4654), + [anon_sym_operator] = ACTIONS(4654), + [anon_sym_infix] = ACTIONS(4654), + [anon_sym_inline] = ACTIONS(4654), + [anon_sym_external] = ACTIONS(4654), + [sym_property_modifier] = ACTIONS(4654), + [anon_sym_abstract] = ACTIONS(4654), + [anon_sym_final] = ACTIONS(4654), + [anon_sym_open] = ACTIONS(4654), + [anon_sym_vararg] = ACTIONS(4654), + [anon_sym_noinline] = ACTIONS(4654), + [anon_sym_crossinline] = ACTIONS(4654), + [anon_sym_expect] = ACTIONS(4654), + [anon_sym_actual] = ACTIONS(4654), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4656), + [anon_sym_continue_AT] = ACTIONS(4656), + [anon_sym_break_AT] = ACTIONS(4656), + [sym_real_literal] = ACTIONS(4656), + [sym_integer_literal] = ACTIONS(4654), + [sym_hex_literal] = ACTIONS(4656), + [sym_bin_literal] = ACTIONS(4656), + [anon_sym_true] = ACTIONS(4654), + [anon_sym_false] = ACTIONS(4654), + [anon_sym_SQUOTE] = ACTIONS(4656), + [sym__backtick_identifier] = ACTIONS(4656), + [sym__automatic_semicolon] = ACTIONS(4656), + [sym_safe_nav] = ACTIONS(4656), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4656), + }, + [1008] = { + [aux_sym__delegation_specifiers_repeat1] = STATE(1010), + [sym__alpha_identifier] = ACTIONS(4658), + [anon_sym_AT] = ACTIONS(4660), + [anon_sym_LBRACK] = ACTIONS(4660), + [anon_sym_as] = ACTIONS(4658), + [anon_sym_EQ] = ACTIONS(4658), + [anon_sym_LBRACE] = ACTIONS(4660), + [anon_sym_RBRACE] = ACTIONS(4660), + [anon_sym_LPAREN] = ACTIONS(4660), + [anon_sym_COMMA] = ACTIONS(4662), + [anon_sym_LT] = ACTIONS(4658), + [anon_sym_GT] = ACTIONS(4658), + [anon_sym_where] = ACTIONS(4658), + [anon_sym_object] = ACTIONS(4658), + [anon_sym_fun] = ACTIONS(4658), + [anon_sym_DOT] = ACTIONS(4658), + [anon_sym_SEMI] = ACTIONS(4660), + [anon_sym_get] = ACTIONS(4658), + [anon_sym_set] = ACTIONS(4658), + [anon_sym_this] = ACTIONS(4658), + [anon_sym_super] = ACTIONS(4658), + [anon_sym_STAR] = ACTIONS(4658), + [sym_label] = ACTIONS(4658), + [anon_sym_in] = ACTIONS(4658), + [anon_sym_DOT_DOT] = ACTIONS(4660), + [anon_sym_QMARK_COLON] = ACTIONS(4660), + [anon_sym_AMP_AMP] = ACTIONS(4660), + [anon_sym_PIPE_PIPE] = ACTIONS(4660), + [anon_sym_null] = ACTIONS(4658), + [anon_sym_if] = ACTIONS(4658), + [anon_sym_else] = ACTIONS(4658), + [anon_sym_when] = ACTIONS(4658), + [anon_sym_try] = ACTIONS(4658), + [anon_sym_throw] = ACTIONS(4658), + [anon_sym_return] = ACTIONS(4658), + [anon_sym_continue] = ACTIONS(4658), + [anon_sym_break] = ACTIONS(4658), + [anon_sym_COLON_COLON] = ACTIONS(4660), + [anon_sym_PLUS_EQ] = ACTIONS(4660), + [anon_sym_DASH_EQ] = ACTIONS(4660), + [anon_sym_STAR_EQ] = ACTIONS(4660), + [anon_sym_SLASH_EQ] = ACTIONS(4660), + [anon_sym_PERCENT_EQ] = ACTIONS(4660), + [anon_sym_BANG_EQ] = ACTIONS(4658), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4660), + [anon_sym_EQ_EQ] = ACTIONS(4658), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4660), + [anon_sym_LT_EQ] = ACTIONS(4660), + [anon_sym_GT_EQ] = ACTIONS(4660), + [anon_sym_BANGin] = ACTIONS(4660), + [anon_sym_is] = ACTIONS(4658), + [anon_sym_BANGis] = ACTIONS(4660), + [anon_sym_PLUS] = ACTIONS(4658), + [anon_sym_DASH] = ACTIONS(4658), + [anon_sym_SLASH] = ACTIONS(4658), + [anon_sym_PERCENT] = ACTIONS(4658), + [anon_sym_as_QMARK] = ACTIONS(4660), + [anon_sym_PLUS_PLUS] = ACTIONS(4660), + [anon_sym_DASH_DASH] = ACTIONS(4660), + [anon_sym_BANG] = ACTIONS(4658), + [anon_sym_BANG_BANG] = ACTIONS(4660), + [anon_sym_suspend] = ACTIONS(4658), + [anon_sym_sealed] = ACTIONS(4658), + [anon_sym_annotation] = ACTIONS(4658), + [anon_sym_data] = ACTIONS(4658), + [anon_sym_inner] = ACTIONS(4658), + [anon_sym_override] = ACTIONS(4658), + [anon_sym_lateinit] = ACTIONS(4658), + [anon_sym_public] = ACTIONS(4658), + [anon_sym_private] = ACTIONS(4658), + [anon_sym_internal] = ACTIONS(4658), + [anon_sym_protected] = ACTIONS(4658), + [anon_sym_tailrec] = ACTIONS(4658), + [anon_sym_operator] = ACTIONS(4658), + [anon_sym_infix] = ACTIONS(4658), + [anon_sym_inline] = ACTIONS(4658), + [anon_sym_external] = ACTIONS(4658), + [sym_property_modifier] = ACTIONS(4658), + [anon_sym_abstract] = ACTIONS(4658), + [anon_sym_final] = ACTIONS(4658), + [anon_sym_open] = ACTIONS(4658), + [anon_sym_vararg] = ACTIONS(4658), + [anon_sym_noinline] = ACTIONS(4658), + [anon_sym_crossinline] = ACTIONS(4658), + [anon_sym_expect] = ACTIONS(4658), + [anon_sym_actual] = ACTIONS(4658), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4660), + [anon_sym_continue_AT] = ACTIONS(4660), + [anon_sym_break_AT] = ACTIONS(4660), + [sym_real_literal] = ACTIONS(4660), + [sym_integer_literal] = ACTIONS(4658), + [sym_hex_literal] = ACTIONS(4660), + [sym_bin_literal] = ACTIONS(4660), + [anon_sym_true] = ACTIONS(4658), + [anon_sym_false] = ACTIONS(4658), + [anon_sym_SQUOTE] = ACTIONS(4660), + [sym__backtick_identifier] = ACTIONS(4660), + [sym__automatic_semicolon] = ACTIONS(4660), + [sym_safe_nav] = ACTIONS(4660), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4660), + }, + [1009] = { + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(1631), + [sym__comparison_operator] = STATE(2054), + [sym__in_operator] = STATE(1615), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(1616), + [sym__multiplicative_operator] = STATE(1617), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_annotation] = STATE(7893), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1618), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_RBRACK] = ACTIONS(3046), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_EQ] = ACTIONS(3044), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(3046), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_COMMA] = ACTIONS(3046), + [anon_sym_RPAREN] = ACTIONS(3046), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(3396), + [anon_sym_where] = ACTIONS(3044), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3046), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(3406), + [anon_sym_DASH_GT] = ACTIONS(3046), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(3410), + [anon_sym_while] = ACTIONS(3044), + [anon_sym_DOT_DOT] = ACTIONS(3412), + [anon_sym_QMARK_COLON] = ACTIONS(3414), + [anon_sym_AMP_AMP] = ACTIONS(3416), + [anon_sym_PIPE_PIPE] = ACTIONS(3046), + [anon_sym_else] = ACTIONS(3044), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_PLUS_EQ] = ACTIONS(3046), + [anon_sym_DASH_EQ] = ACTIONS(3046), + [anon_sym_STAR_EQ] = ACTIONS(3046), + [anon_sym_SLASH_EQ] = ACTIONS(3046), + [anon_sym_PERCENT_EQ] = ACTIONS(3046), + [anon_sym_BANG_EQ] = ACTIONS(3422), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3424), + [anon_sym_EQ_EQ] = ACTIONS(3422), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3424), + [anon_sym_LT_EQ] = ACTIONS(3426), + [anon_sym_GT_EQ] = ACTIONS(3426), + [anon_sym_BANGin] = ACTIONS(3428), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), + [anon_sym_PLUS] = ACTIONS(3434), + [anon_sym_DASH] = ACTIONS(3434), + [anon_sym_SLASH] = ACTIONS(3406), + [anon_sym_PERCENT] = ACTIONS(3406), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), + [anon_sym_suspend] = ACTIONS(3044), + [anon_sym_sealed] = ACTIONS(3044), + [anon_sym_annotation] = ACTIONS(3044), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_override] = ACTIONS(3044), + [anon_sym_lateinit] = ACTIONS(3044), + [anon_sym_public] = ACTIONS(3044), + [anon_sym_private] = ACTIONS(3044), + [anon_sym_internal] = ACTIONS(3044), + [anon_sym_protected] = ACTIONS(3044), + [anon_sym_tailrec] = ACTIONS(3044), + [anon_sym_operator] = ACTIONS(3044), + [anon_sym_infix] = ACTIONS(3044), + [anon_sym_inline] = ACTIONS(3044), + [anon_sym_external] = ACTIONS(3044), + [sym_property_modifier] = ACTIONS(3044), + [anon_sym_abstract] = ACTIONS(3044), + [anon_sym_final] = ACTIONS(3044), + [anon_sym_open] = ACTIONS(3044), + [anon_sym_vararg] = ACTIONS(3044), + [anon_sym_noinline] = ACTIONS(3044), + [anon_sym_crossinline] = ACTIONS(3044), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym_safe_nav] = ACTIONS(3420), + [sym_multiline_comment] = ACTIONS(3), + }, + [1010] = { + [aux_sym__delegation_specifiers_repeat1] = STATE(993), + [sym__alpha_identifier] = ACTIONS(4664), + [anon_sym_AT] = ACTIONS(4666), + [anon_sym_LBRACK] = ACTIONS(4666), + [anon_sym_as] = ACTIONS(4664), + [anon_sym_EQ] = ACTIONS(4664), + [anon_sym_LBRACE] = ACTIONS(4666), + [anon_sym_RBRACE] = ACTIONS(4666), + [anon_sym_LPAREN] = ACTIONS(4666), + [anon_sym_COMMA] = ACTIONS(4662), + [anon_sym_LT] = ACTIONS(4664), + [anon_sym_GT] = ACTIONS(4664), + [anon_sym_where] = ACTIONS(4664), + [anon_sym_object] = ACTIONS(4664), + [anon_sym_fun] = ACTIONS(4664), + [anon_sym_DOT] = ACTIONS(4664), + [anon_sym_SEMI] = ACTIONS(4666), + [anon_sym_get] = ACTIONS(4664), + [anon_sym_set] = ACTIONS(4664), + [anon_sym_this] = ACTIONS(4664), + [anon_sym_super] = ACTIONS(4664), + [anon_sym_STAR] = ACTIONS(4664), + [sym_label] = ACTIONS(4664), + [anon_sym_in] = ACTIONS(4664), + [anon_sym_DOT_DOT] = ACTIONS(4666), + [anon_sym_QMARK_COLON] = ACTIONS(4666), + [anon_sym_AMP_AMP] = ACTIONS(4666), + [anon_sym_PIPE_PIPE] = ACTIONS(4666), + [anon_sym_null] = ACTIONS(4664), + [anon_sym_if] = ACTIONS(4664), + [anon_sym_else] = ACTIONS(4664), + [anon_sym_when] = ACTIONS(4664), + [anon_sym_try] = ACTIONS(4664), + [anon_sym_throw] = ACTIONS(4664), + [anon_sym_return] = ACTIONS(4664), + [anon_sym_continue] = ACTIONS(4664), + [anon_sym_break] = ACTIONS(4664), + [anon_sym_COLON_COLON] = ACTIONS(4666), + [anon_sym_PLUS_EQ] = ACTIONS(4666), + [anon_sym_DASH_EQ] = ACTIONS(4666), + [anon_sym_STAR_EQ] = ACTIONS(4666), + [anon_sym_SLASH_EQ] = ACTIONS(4666), + [anon_sym_PERCENT_EQ] = ACTIONS(4666), + [anon_sym_BANG_EQ] = ACTIONS(4664), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4666), + [anon_sym_EQ_EQ] = ACTIONS(4664), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4666), + [anon_sym_LT_EQ] = ACTIONS(4666), + [anon_sym_GT_EQ] = ACTIONS(4666), + [anon_sym_BANGin] = ACTIONS(4666), + [anon_sym_is] = ACTIONS(4664), + [anon_sym_BANGis] = ACTIONS(4666), + [anon_sym_PLUS] = ACTIONS(4664), + [anon_sym_DASH] = ACTIONS(4664), + [anon_sym_SLASH] = ACTIONS(4664), + [anon_sym_PERCENT] = ACTIONS(4664), + [anon_sym_as_QMARK] = ACTIONS(4666), + [anon_sym_PLUS_PLUS] = ACTIONS(4666), + [anon_sym_DASH_DASH] = ACTIONS(4666), + [anon_sym_BANG] = ACTIONS(4664), + [anon_sym_BANG_BANG] = ACTIONS(4666), + [anon_sym_suspend] = ACTIONS(4664), + [anon_sym_sealed] = ACTIONS(4664), + [anon_sym_annotation] = ACTIONS(4664), + [anon_sym_data] = ACTIONS(4664), + [anon_sym_inner] = ACTIONS(4664), + [anon_sym_override] = ACTIONS(4664), + [anon_sym_lateinit] = ACTIONS(4664), + [anon_sym_public] = ACTIONS(4664), + [anon_sym_private] = ACTIONS(4664), + [anon_sym_internal] = ACTIONS(4664), + [anon_sym_protected] = ACTIONS(4664), + [anon_sym_tailrec] = ACTIONS(4664), + [anon_sym_operator] = ACTIONS(4664), + [anon_sym_infix] = ACTIONS(4664), + [anon_sym_inline] = ACTIONS(4664), + [anon_sym_external] = ACTIONS(4664), + [sym_property_modifier] = ACTIONS(4664), + [anon_sym_abstract] = ACTIONS(4664), + [anon_sym_final] = ACTIONS(4664), + [anon_sym_open] = ACTIONS(4664), + [anon_sym_vararg] = ACTIONS(4664), + [anon_sym_noinline] = ACTIONS(4664), + [anon_sym_crossinline] = ACTIONS(4664), + [anon_sym_expect] = ACTIONS(4664), + [anon_sym_actual] = ACTIONS(4664), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4666), + [anon_sym_continue_AT] = ACTIONS(4666), + [anon_sym_break_AT] = ACTIONS(4666), + [sym_real_literal] = ACTIONS(4666), + [sym_integer_literal] = ACTIONS(4664), + [sym_hex_literal] = ACTIONS(4666), + [sym_bin_literal] = ACTIONS(4666), + [anon_sym_true] = ACTIONS(4664), + [anon_sym_false] = ACTIONS(4664), + [anon_sym_SQUOTE] = ACTIONS(4666), + [sym__backtick_identifier] = ACTIONS(4666), + [sym__automatic_semicolon] = ACTIONS(4666), + [sym_safe_nav] = ACTIONS(4666), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4666), + }, + [1011] = { + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(1631), + [sym__comparison_operator] = STATE(2054), + [sym__in_operator] = STATE(1615), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(1616), + [sym__multiplicative_operator] = STATE(1617), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_annotation] = STATE(7893), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1618), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_RBRACK] = ACTIONS(3050), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_EQ] = ACTIONS(3048), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(3050), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_COMMA] = ACTIONS(3050), + [anon_sym_RPAREN] = ACTIONS(3050), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(3396), + [anon_sym_where] = ACTIONS(3048), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3050), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(3406), + [anon_sym_DASH_GT] = ACTIONS(3050), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(3410), + [anon_sym_while] = ACTIONS(3048), + [anon_sym_DOT_DOT] = ACTIONS(3412), + [anon_sym_QMARK_COLON] = ACTIONS(3414), + [anon_sym_AMP_AMP] = ACTIONS(3050), + [anon_sym_PIPE_PIPE] = ACTIONS(3050), + [anon_sym_else] = ACTIONS(3048), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_PLUS_EQ] = ACTIONS(3050), + [anon_sym_DASH_EQ] = ACTIONS(3050), + [anon_sym_STAR_EQ] = ACTIONS(3050), + [anon_sym_SLASH_EQ] = ACTIONS(3050), + [anon_sym_PERCENT_EQ] = ACTIONS(3050), + [anon_sym_BANG_EQ] = ACTIONS(3422), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3424), + [anon_sym_EQ_EQ] = ACTIONS(3422), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3424), + [anon_sym_LT_EQ] = ACTIONS(3426), + [anon_sym_GT_EQ] = ACTIONS(3426), + [anon_sym_BANGin] = ACTIONS(3428), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), + [anon_sym_PLUS] = ACTIONS(3434), + [anon_sym_DASH] = ACTIONS(3434), + [anon_sym_SLASH] = ACTIONS(3406), + [anon_sym_PERCENT] = ACTIONS(3406), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), + [anon_sym_suspend] = ACTIONS(3048), + [anon_sym_sealed] = ACTIONS(3048), + [anon_sym_annotation] = ACTIONS(3048), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_override] = ACTIONS(3048), + [anon_sym_lateinit] = ACTIONS(3048), + [anon_sym_public] = ACTIONS(3048), + [anon_sym_private] = ACTIONS(3048), + [anon_sym_internal] = ACTIONS(3048), + [anon_sym_protected] = ACTIONS(3048), + [anon_sym_tailrec] = ACTIONS(3048), + [anon_sym_operator] = ACTIONS(3048), + [anon_sym_infix] = ACTIONS(3048), + [anon_sym_inline] = ACTIONS(3048), + [anon_sym_external] = ACTIONS(3048), + [sym_property_modifier] = ACTIONS(3048), + [anon_sym_abstract] = ACTIONS(3048), + [anon_sym_final] = ACTIONS(3048), + [anon_sym_open] = ACTIONS(3048), + [anon_sym_vararg] = ACTIONS(3048), + [anon_sym_noinline] = ACTIONS(3048), + [anon_sym_crossinline] = ACTIONS(3048), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym_safe_nav] = ACTIONS(3420), + [sym_multiline_comment] = ACTIONS(3), + }, + [1012] = { + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(1631), + [sym__comparison_operator] = STATE(2054), + [sym__in_operator] = STATE(1615), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(1616), + [sym__multiplicative_operator] = STATE(1617), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_annotation] = STATE(7893), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1618), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_RBRACK] = ACTIONS(3054), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_EQ] = ACTIONS(3052), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(3054), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_COMMA] = ACTIONS(3054), + [anon_sym_RPAREN] = ACTIONS(3054), + [anon_sym_LT] = ACTIONS(3056), + [anon_sym_GT] = ACTIONS(3052), + [anon_sym_where] = ACTIONS(3052), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3054), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(3406), + [anon_sym_DASH_GT] = ACTIONS(3054), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(3052), + [anon_sym_while] = ACTIONS(3052), + [anon_sym_DOT_DOT] = ACTIONS(3412), + [anon_sym_QMARK_COLON] = ACTIONS(3054), + [anon_sym_AMP_AMP] = ACTIONS(3054), + [anon_sym_PIPE_PIPE] = ACTIONS(3054), + [anon_sym_else] = ACTIONS(3052), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_PLUS_EQ] = ACTIONS(3054), + [anon_sym_DASH_EQ] = ACTIONS(3054), + [anon_sym_STAR_EQ] = ACTIONS(3054), + [anon_sym_SLASH_EQ] = ACTIONS(3054), + [anon_sym_PERCENT_EQ] = ACTIONS(3054), + [anon_sym_BANG_EQ] = ACTIONS(3052), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3054), + [anon_sym_EQ_EQ] = ACTIONS(3052), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3054), + [anon_sym_LT_EQ] = ACTIONS(3054), + [anon_sym_GT_EQ] = ACTIONS(3054), + [anon_sym_BANGin] = ACTIONS(3054), + [anon_sym_is] = ACTIONS(3052), + [anon_sym_BANGis] = ACTIONS(3054), + [anon_sym_PLUS] = ACTIONS(3434), + [anon_sym_DASH] = ACTIONS(3434), + [anon_sym_SLASH] = ACTIONS(3406), + [anon_sym_PERCENT] = ACTIONS(3406), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), + [anon_sym_suspend] = ACTIONS(3052), + [anon_sym_sealed] = ACTIONS(3052), + [anon_sym_annotation] = ACTIONS(3052), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_override] = ACTIONS(3052), + [anon_sym_lateinit] = ACTIONS(3052), + [anon_sym_public] = ACTIONS(3052), + [anon_sym_private] = ACTIONS(3052), + [anon_sym_internal] = ACTIONS(3052), + [anon_sym_protected] = ACTIONS(3052), + [anon_sym_tailrec] = ACTIONS(3052), + [anon_sym_operator] = ACTIONS(3052), + [anon_sym_infix] = ACTIONS(3052), + [anon_sym_inline] = ACTIONS(3052), + [anon_sym_external] = ACTIONS(3052), + [sym_property_modifier] = ACTIONS(3052), + [anon_sym_abstract] = ACTIONS(3052), + [anon_sym_final] = ACTIONS(3052), + [anon_sym_open] = ACTIONS(3052), + [anon_sym_vararg] = ACTIONS(3052), + [anon_sym_noinline] = ACTIONS(3052), + [anon_sym_crossinline] = ACTIONS(3052), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym_safe_nav] = ACTIONS(3420), + [sym_multiline_comment] = ACTIONS(3), + }, + [1013] = { + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(1631), + [sym__comparison_operator] = STATE(2054), + [sym__in_operator] = STATE(1615), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(1616), + [sym__multiplicative_operator] = STATE(1617), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_annotation] = STATE(7893), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1618), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), + [sym__alpha_identifier] = ACTIONS(3075), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_RBRACK] = ACTIONS(2986), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_EQ] = ACTIONS(2984), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(2986), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_COMMA] = ACTIONS(2986), - [anon_sym_RPAREN] = ACTIONS(2986), - [anon_sym_LT] = ACTIONS(2988), - [anon_sym_GT] = ACTIONS(2984), - [anon_sym_where] = ACTIONS(2984), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(2986), - [anon_sym_get] = ACTIONS(2984), - [anon_sym_set] = ACTIONS(2984), - [anon_sym_STAR] = ACTIONS(3390), - [anon_sym_DASH_GT] = ACTIONS(2986), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(2984), - [anon_sym_while] = ACTIONS(2984), - [anon_sym_DOT_DOT] = ACTIONS(2986), - [anon_sym_QMARK_COLON] = ACTIONS(2986), - [anon_sym_AMP_AMP] = ACTIONS(2986), - [anon_sym_PIPE_PIPE] = ACTIONS(2986), - [anon_sym_else] = ACTIONS(2984), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_PLUS_EQ] = ACTIONS(2986), - [anon_sym_DASH_EQ] = ACTIONS(2986), - [anon_sym_STAR_EQ] = ACTIONS(2986), - [anon_sym_SLASH_EQ] = ACTIONS(2986), - [anon_sym_PERCENT_EQ] = ACTIONS(2986), - [anon_sym_BANG_EQ] = ACTIONS(2984), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2986), - [anon_sym_EQ_EQ] = ACTIONS(2984), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2986), - [anon_sym_LT_EQ] = ACTIONS(2986), - [anon_sym_GT_EQ] = ACTIONS(2986), - [anon_sym_BANGin] = ACTIONS(2986), - [anon_sym_is] = ACTIONS(2984), - [anon_sym_BANGis] = ACTIONS(2986), - [anon_sym_PLUS] = ACTIONS(3418), - [anon_sym_DASH] = ACTIONS(3418), - [anon_sym_SLASH] = ACTIONS(3390), - [anon_sym_PERCENT] = ACTIONS(3390), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), - [anon_sym_suspend] = ACTIONS(2984), - [anon_sym_sealed] = ACTIONS(2984), - [anon_sym_annotation] = ACTIONS(2984), - [anon_sym_data] = ACTIONS(2984), - [anon_sym_inner] = ACTIONS(2984), - [anon_sym_override] = ACTIONS(2984), - [anon_sym_lateinit] = ACTIONS(2984), - [anon_sym_public] = ACTIONS(2984), - [anon_sym_private] = ACTIONS(2984), - [anon_sym_internal] = ACTIONS(2984), - [anon_sym_protected] = ACTIONS(2984), - [anon_sym_tailrec] = ACTIONS(2984), - [anon_sym_operator] = ACTIONS(2984), - [anon_sym_infix] = ACTIONS(2984), - [anon_sym_inline] = ACTIONS(2984), - [anon_sym_external] = ACTIONS(2984), - [sym_property_modifier] = ACTIONS(2984), - [anon_sym_abstract] = ACTIONS(2984), - [anon_sym_final] = ACTIONS(2984), - [anon_sym_open] = ACTIONS(2984), - [anon_sym_vararg] = ACTIONS(2984), - [anon_sym_noinline] = ACTIONS(2984), - [anon_sym_crossinline] = ACTIONS(2984), - [anon_sym_expect] = ACTIONS(2984), - [anon_sym_actual] = ACTIONS(2984), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(2986), - [sym_safe_nav] = ACTIONS(3404), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_RBRACK] = ACTIONS(3077), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_EQ] = ACTIONS(3075), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(3077), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_COMMA] = ACTIONS(3077), + [anon_sym_RPAREN] = ACTIONS(3077), + [anon_sym_LT] = ACTIONS(3079), + [anon_sym_GT] = ACTIONS(3075), + [anon_sym_where] = ACTIONS(3075), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3077), + [anon_sym_get] = ACTIONS(3075), + [anon_sym_set] = ACTIONS(3075), + [anon_sym_STAR] = ACTIONS(3406), + [anon_sym_DASH_GT] = ACTIONS(3077), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(3075), + [anon_sym_while] = ACTIONS(3075), + [anon_sym_DOT_DOT] = ACTIONS(3077), + [anon_sym_QMARK_COLON] = ACTIONS(3077), + [anon_sym_AMP_AMP] = ACTIONS(3077), + [anon_sym_PIPE_PIPE] = ACTIONS(3077), + [anon_sym_else] = ACTIONS(3075), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_PLUS_EQ] = ACTIONS(3077), + [anon_sym_DASH_EQ] = ACTIONS(3077), + [anon_sym_STAR_EQ] = ACTIONS(3077), + [anon_sym_SLASH_EQ] = ACTIONS(3077), + [anon_sym_PERCENT_EQ] = ACTIONS(3077), + [anon_sym_BANG_EQ] = ACTIONS(3075), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3077), + [anon_sym_EQ_EQ] = ACTIONS(3075), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3077), + [anon_sym_LT_EQ] = ACTIONS(3077), + [anon_sym_GT_EQ] = ACTIONS(3077), + [anon_sym_BANGin] = ACTIONS(3077), + [anon_sym_is] = ACTIONS(3075), + [anon_sym_BANGis] = ACTIONS(3077), + [anon_sym_PLUS] = ACTIONS(3434), + [anon_sym_DASH] = ACTIONS(3434), + [anon_sym_SLASH] = ACTIONS(3406), + [anon_sym_PERCENT] = ACTIONS(3406), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), + [anon_sym_suspend] = ACTIONS(3075), + [anon_sym_sealed] = ACTIONS(3075), + [anon_sym_annotation] = ACTIONS(3075), + [anon_sym_data] = ACTIONS(3075), + [anon_sym_inner] = ACTIONS(3075), + [anon_sym_override] = ACTIONS(3075), + [anon_sym_lateinit] = ACTIONS(3075), + [anon_sym_public] = ACTIONS(3075), + [anon_sym_private] = ACTIONS(3075), + [anon_sym_internal] = ACTIONS(3075), + [anon_sym_protected] = ACTIONS(3075), + [anon_sym_tailrec] = ACTIONS(3075), + [anon_sym_operator] = ACTIONS(3075), + [anon_sym_infix] = ACTIONS(3075), + [anon_sym_inline] = ACTIONS(3075), + [anon_sym_external] = ACTIONS(3075), + [sym_property_modifier] = ACTIONS(3075), + [anon_sym_abstract] = ACTIONS(3075), + [anon_sym_final] = ACTIONS(3075), + [anon_sym_open] = ACTIONS(3075), + [anon_sym_vararg] = ACTIONS(3075), + [anon_sym_noinline] = ACTIONS(3075), + [anon_sym_crossinline] = ACTIONS(3075), + [anon_sym_expect] = ACTIONS(3075), + [anon_sym_actual] = ACTIONS(3075), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3077), + [sym_safe_nav] = ACTIONS(3420), [sym_multiline_comment] = ACTIONS(3), }, + [1014] = { + [sym__alpha_identifier] = ACTIONS(4668), + [anon_sym_AT] = ACTIONS(4670), + [anon_sym_COLON] = ACTIONS(4668), + [anon_sym_LBRACK] = ACTIONS(4670), + [anon_sym_as] = ACTIONS(4668), + [anon_sym_EQ] = ACTIONS(4668), + [anon_sym_LBRACE] = ACTIONS(4670), + [anon_sym_RBRACE] = ACTIONS(4670), + [anon_sym_LPAREN] = ACTIONS(4670), + [anon_sym_COMMA] = ACTIONS(4670), + [anon_sym_LT] = ACTIONS(4668), + [anon_sym_GT] = ACTIONS(4668), + [anon_sym_where] = ACTIONS(4668), + [anon_sym_object] = ACTIONS(4668), + [anon_sym_fun] = ACTIONS(4668), + [anon_sym_DOT] = ACTIONS(4668), + [anon_sym_SEMI] = ACTIONS(4670), + [anon_sym_get] = ACTIONS(4668), + [anon_sym_set] = ACTIONS(4668), + [anon_sym_this] = ACTIONS(4668), + [anon_sym_super] = ACTIONS(4668), + [anon_sym_STAR] = ACTIONS(4668), + [sym_label] = ACTIONS(4668), + [anon_sym_in] = ACTIONS(4668), + [anon_sym_DOT_DOT] = ACTIONS(4670), + [anon_sym_QMARK_COLON] = ACTIONS(4670), + [anon_sym_AMP_AMP] = ACTIONS(4670), + [anon_sym_PIPE_PIPE] = ACTIONS(4670), + [anon_sym_null] = ACTIONS(4668), + [anon_sym_if] = ACTIONS(4668), + [anon_sym_else] = ACTIONS(4668), + [anon_sym_when] = ACTIONS(4668), + [anon_sym_try] = ACTIONS(4668), + [anon_sym_throw] = ACTIONS(4668), + [anon_sym_return] = ACTIONS(4668), + [anon_sym_continue] = ACTIONS(4668), + [anon_sym_break] = ACTIONS(4668), + [anon_sym_COLON_COLON] = ACTIONS(4670), + [anon_sym_PLUS_EQ] = ACTIONS(4670), + [anon_sym_DASH_EQ] = ACTIONS(4670), + [anon_sym_STAR_EQ] = ACTIONS(4670), + [anon_sym_SLASH_EQ] = ACTIONS(4670), + [anon_sym_PERCENT_EQ] = ACTIONS(4670), + [anon_sym_BANG_EQ] = ACTIONS(4668), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4670), + [anon_sym_EQ_EQ] = ACTIONS(4668), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4670), + [anon_sym_LT_EQ] = ACTIONS(4670), + [anon_sym_GT_EQ] = ACTIONS(4670), + [anon_sym_BANGin] = ACTIONS(4670), + [anon_sym_is] = ACTIONS(4668), + [anon_sym_BANGis] = ACTIONS(4670), + [anon_sym_PLUS] = ACTIONS(4668), + [anon_sym_DASH] = ACTIONS(4668), + [anon_sym_SLASH] = ACTIONS(4668), + [anon_sym_PERCENT] = ACTIONS(4668), + [anon_sym_as_QMARK] = ACTIONS(4670), + [anon_sym_PLUS_PLUS] = ACTIONS(4670), + [anon_sym_DASH_DASH] = ACTIONS(4670), + [anon_sym_BANG] = ACTIONS(4668), + [anon_sym_BANG_BANG] = ACTIONS(4670), + [anon_sym_suspend] = ACTIONS(4668), + [anon_sym_sealed] = ACTIONS(4668), + [anon_sym_annotation] = ACTIONS(4668), + [anon_sym_data] = ACTIONS(4668), + [anon_sym_inner] = ACTIONS(4668), + [anon_sym_override] = ACTIONS(4668), + [anon_sym_lateinit] = ACTIONS(4668), + [anon_sym_public] = ACTIONS(4668), + [anon_sym_private] = ACTIONS(4668), + [anon_sym_internal] = ACTIONS(4668), + [anon_sym_protected] = ACTIONS(4668), + [anon_sym_tailrec] = ACTIONS(4668), + [anon_sym_operator] = ACTIONS(4668), + [anon_sym_infix] = ACTIONS(4668), + [anon_sym_inline] = ACTIONS(4668), + [anon_sym_external] = ACTIONS(4668), + [sym_property_modifier] = ACTIONS(4668), + [anon_sym_abstract] = ACTIONS(4668), + [anon_sym_final] = ACTIONS(4668), + [anon_sym_open] = ACTIONS(4668), + [anon_sym_vararg] = ACTIONS(4668), + [anon_sym_noinline] = ACTIONS(4668), + [anon_sym_crossinline] = ACTIONS(4668), + [anon_sym_expect] = ACTIONS(4668), + [anon_sym_actual] = ACTIONS(4668), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4670), + [anon_sym_continue_AT] = ACTIONS(4670), + [anon_sym_break_AT] = ACTIONS(4670), + [sym_real_literal] = ACTIONS(4670), + [sym_integer_literal] = ACTIONS(4668), + [sym_hex_literal] = ACTIONS(4670), + [sym_bin_literal] = ACTIONS(4670), + [anon_sym_true] = ACTIONS(4668), + [anon_sym_false] = ACTIONS(4668), + [anon_sym_SQUOTE] = ACTIONS(4670), + [sym__backtick_identifier] = ACTIONS(4670), + [sym__automatic_semicolon] = ACTIONS(4670), + [sym_safe_nav] = ACTIONS(4670), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4670), + }, [1015] = { - [sym_enum_class_body] = STATE(1122), - [sym__alpha_identifier] = ACTIONS(4213), - [anon_sym_AT] = ACTIONS(4215), - [anon_sym_LBRACK] = ACTIONS(4215), - [anon_sym_as] = ACTIONS(4213), - [anon_sym_EQ] = ACTIONS(4213), - [anon_sym_LBRACE] = ACTIONS(3144), - [anon_sym_RBRACE] = ACTIONS(4215), - [anon_sym_LPAREN] = ACTIONS(4215), - [anon_sym_COMMA] = ACTIONS(4215), - [anon_sym_LT] = ACTIONS(4213), - [anon_sym_GT] = ACTIONS(4213), - [anon_sym_where] = ACTIONS(4213), - [anon_sym_object] = ACTIONS(4213), - [anon_sym_fun] = ACTIONS(4213), - [anon_sym_DOT] = ACTIONS(4213), - [anon_sym_SEMI] = ACTIONS(4215), - [anon_sym_get] = ACTIONS(4213), - [anon_sym_set] = ACTIONS(4213), - [anon_sym_this] = ACTIONS(4213), - [anon_sym_super] = ACTIONS(4213), - [anon_sym_STAR] = ACTIONS(4213), - [sym_label] = ACTIONS(4213), - [anon_sym_in] = ACTIONS(4213), - [anon_sym_DOT_DOT] = ACTIONS(4215), - [anon_sym_QMARK_COLON] = ACTIONS(4215), - [anon_sym_AMP_AMP] = ACTIONS(4215), - [anon_sym_PIPE_PIPE] = ACTIONS(4215), - [anon_sym_null] = ACTIONS(4213), - [anon_sym_if] = ACTIONS(4213), - [anon_sym_else] = ACTIONS(4213), - [anon_sym_when] = ACTIONS(4213), - [anon_sym_try] = ACTIONS(4213), - [anon_sym_throw] = ACTIONS(4213), - [anon_sym_return] = ACTIONS(4213), - [anon_sym_continue] = ACTIONS(4213), - [anon_sym_break] = ACTIONS(4213), - [anon_sym_COLON_COLON] = ACTIONS(4215), - [anon_sym_PLUS_EQ] = ACTIONS(4215), - [anon_sym_DASH_EQ] = ACTIONS(4215), - [anon_sym_STAR_EQ] = ACTIONS(4215), - [anon_sym_SLASH_EQ] = ACTIONS(4215), - [anon_sym_PERCENT_EQ] = ACTIONS(4215), - [anon_sym_BANG_EQ] = ACTIONS(4213), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4215), - [anon_sym_EQ_EQ] = ACTIONS(4213), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4215), - [anon_sym_LT_EQ] = ACTIONS(4215), - [anon_sym_GT_EQ] = ACTIONS(4215), - [anon_sym_BANGin] = ACTIONS(4215), - [anon_sym_is] = ACTIONS(4213), - [anon_sym_BANGis] = ACTIONS(4215), - [anon_sym_PLUS] = ACTIONS(4213), - [anon_sym_DASH] = ACTIONS(4213), - [anon_sym_SLASH] = ACTIONS(4213), - [anon_sym_PERCENT] = ACTIONS(4213), - [anon_sym_as_QMARK] = ACTIONS(4215), - [anon_sym_PLUS_PLUS] = ACTIONS(4215), - [anon_sym_DASH_DASH] = ACTIONS(4215), - [anon_sym_BANG] = ACTIONS(4213), - [anon_sym_BANG_BANG] = ACTIONS(4215), - [anon_sym_suspend] = ACTIONS(4213), - [anon_sym_sealed] = ACTIONS(4213), - [anon_sym_annotation] = ACTIONS(4213), - [anon_sym_data] = ACTIONS(4213), - [anon_sym_inner] = ACTIONS(4213), - [anon_sym_override] = ACTIONS(4213), - [anon_sym_lateinit] = ACTIONS(4213), - [anon_sym_public] = ACTIONS(4213), - [anon_sym_private] = ACTIONS(4213), - [anon_sym_internal] = ACTIONS(4213), - [anon_sym_protected] = ACTIONS(4213), - [anon_sym_tailrec] = ACTIONS(4213), - [anon_sym_operator] = ACTIONS(4213), - [anon_sym_infix] = ACTIONS(4213), - [anon_sym_inline] = ACTIONS(4213), - [anon_sym_external] = ACTIONS(4213), - [sym_property_modifier] = ACTIONS(4213), - [anon_sym_abstract] = ACTIONS(4213), - [anon_sym_final] = ACTIONS(4213), - [anon_sym_open] = ACTIONS(4213), - [anon_sym_vararg] = ACTIONS(4213), - [anon_sym_noinline] = ACTIONS(4213), - [anon_sym_crossinline] = ACTIONS(4213), - [anon_sym_expect] = ACTIONS(4213), - [anon_sym_actual] = ACTIONS(4213), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4215), - [anon_sym_continue_AT] = ACTIONS(4215), - [anon_sym_break_AT] = ACTIONS(4215), - [sym_real_literal] = ACTIONS(4215), - [sym_integer_literal] = ACTIONS(4213), - [sym_hex_literal] = ACTIONS(4215), - [sym_bin_literal] = ACTIONS(4215), - [anon_sym_true] = ACTIONS(4213), - [anon_sym_false] = ACTIONS(4213), - [anon_sym_SQUOTE] = ACTIONS(4215), - [sym__backtick_identifier] = ACTIONS(4215), - [sym__automatic_semicolon] = ACTIONS(4215), - [sym_safe_nav] = ACTIONS(4215), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4215), + [sym_enum_class_body] = STATE(1118), + [sym__alpha_identifier] = ACTIONS(4672), + [anon_sym_AT] = ACTIONS(4674), + [anon_sym_LBRACK] = ACTIONS(4674), + [anon_sym_as] = ACTIONS(4672), + [anon_sym_EQ] = ACTIONS(4672), + [anon_sym_LBRACE] = ACTIONS(3156), + [anon_sym_RBRACE] = ACTIONS(4674), + [anon_sym_LPAREN] = ACTIONS(4674), + [anon_sym_COMMA] = ACTIONS(4674), + [anon_sym_LT] = ACTIONS(4672), + [anon_sym_GT] = ACTIONS(4672), + [anon_sym_where] = ACTIONS(4672), + [anon_sym_object] = ACTIONS(4672), + [anon_sym_fun] = ACTIONS(4672), + [anon_sym_DOT] = ACTIONS(4672), + [anon_sym_SEMI] = ACTIONS(4674), + [anon_sym_get] = ACTIONS(4672), + [anon_sym_set] = ACTIONS(4672), + [anon_sym_this] = ACTIONS(4672), + [anon_sym_super] = ACTIONS(4672), + [anon_sym_STAR] = ACTIONS(4672), + [sym_label] = ACTIONS(4672), + [anon_sym_in] = ACTIONS(4672), + [anon_sym_DOT_DOT] = ACTIONS(4674), + [anon_sym_QMARK_COLON] = ACTIONS(4674), + [anon_sym_AMP_AMP] = ACTIONS(4674), + [anon_sym_PIPE_PIPE] = ACTIONS(4674), + [anon_sym_null] = ACTIONS(4672), + [anon_sym_if] = ACTIONS(4672), + [anon_sym_else] = ACTIONS(4672), + [anon_sym_when] = ACTIONS(4672), + [anon_sym_try] = ACTIONS(4672), + [anon_sym_throw] = ACTIONS(4672), + [anon_sym_return] = ACTIONS(4672), + [anon_sym_continue] = ACTIONS(4672), + [anon_sym_break] = ACTIONS(4672), + [anon_sym_COLON_COLON] = ACTIONS(4674), + [anon_sym_PLUS_EQ] = ACTIONS(4674), + [anon_sym_DASH_EQ] = ACTIONS(4674), + [anon_sym_STAR_EQ] = ACTIONS(4674), + [anon_sym_SLASH_EQ] = ACTIONS(4674), + [anon_sym_PERCENT_EQ] = ACTIONS(4674), + [anon_sym_BANG_EQ] = ACTIONS(4672), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4674), + [anon_sym_EQ_EQ] = ACTIONS(4672), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4674), + [anon_sym_LT_EQ] = ACTIONS(4674), + [anon_sym_GT_EQ] = ACTIONS(4674), + [anon_sym_BANGin] = ACTIONS(4674), + [anon_sym_is] = ACTIONS(4672), + [anon_sym_BANGis] = ACTIONS(4674), + [anon_sym_PLUS] = ACTIONS(4672), + [anon_sym_DASH] = ACTIONS(4672), + [anon_sym_SLASH] = ACTIONS(4672), + [anon_sym_PERCENT] = ACTIONS(4672), + [anon_sym_as_QMARK] = ACTIONS(4674), + [anon_sym_PLUS_PLUS] = ACTIONS(4674), + [anon_sym_DASH_DASH] = ACTIONS(4674), + [anon_sym_BANG] = ACTIONS(4672), + [anon_sym_BANG_BANG] = ACTIONS(4674), + [anon_sym_suspend] = ACTIONS(4672), + [anon_sym_sealed] = ACTIONS(4672), + [anon_sym_annotation] = ACTIONS(4672), + [anon_sym_data] = ACTIONS(4672), + [anon_sym_inner] = ACTIONS(4672), + [anon_sym_override] = ACTIONS(4672), + [anon_sym_lateinit] = ACTIONS(4672), + [anon_sym_public] = ACTIONS(4672), + [anon_sym_private] = ACTIONS(4672), + [anon_sym_internal] = ACTIONS(4672), + [anon_sym_protected] = ACTIONS(4672), + [anon_sym_tailrec] = ACTIONS(4672), + [anon_sym_operator] = ACTIONS(4672), + [anon_sym_infix] = ACTIONS(4672), + [anon_sym_inline] = ACTIONS(4672), + [anon_sym_external] = ACTIONS(4672), + [sym_property_modifier] = ACTIONS(4672), + [anon_sym_abstract] = ACTIONS(4672), + [anon_sym_final] = ACTIONS(4672), + [anon_sym_open] = ACTIONS(4672), + [anon_sym_vararg] = ACTIONS(4672), + [anon_sym_noinline] = ACTIONS(4672), + [anon_sym_crossinline] = ACTIONS(4672), + [anon_sym_expect] = ACTIONS(4672), + [anon_sym_actual] = ACTIONS(4672), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4674), + [anon_sym_continue_AT] = ACTIONS(4674), + [anon_sym_break_AT] = ACTIONS(4674), + [sym_real_literal] = ACTIONS(4674), + [sym_integer_literal] = ACTIONS(4672), + [sym_hex_literal] = ACTIONS(4674), + [sym_bin_literal] = ACTIONS(4674), + [anon_sym_true] = ACTIONS(4672), + [anon_sym_false] = ACTIONS(4672), + [anon_sym_SQUOTE] = ACTIONS(4674), + [sym__backtick_identifier] = ACTIONS(4674), + [sym__automatic_semicolon] = ACTIONS(4674), + [sym_safe_nav] = ACTIONS(4674), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4674), }, [1016] = { - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(1814), - [sym__comparison_operator] = STATE(1815), - [sym__in_operator] = STATE(1817), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(1818), - [sym__multiplicative_operator] = STATE(1819), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_annotation] = STATE(7845), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1821), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(1631), + [sym__comparison_operator] = STATE(2054), + [sym__in_operator] = STATE(1615), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(1616), + [sym__multiplicative_operator] = STATE(1617), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_annotation] = STATE(7893), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1618), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_RBRACK] = ACTIONS(3051), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_EQ] = ACTIONS(3049), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(3051), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_COMMA] = ACTIONS(3051), - [anon_sym_RPAREN] = ACTIONS(3051), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_RBRACK] = ACTIONS(3009), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_EQ] = ACTIONS(3007), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(3009), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_COMMA] = ACTIONS(3009), + [anon_sym_RPAREN] = ACTIONS(3009), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3380), - [anon_sym_where] = ACTIONS(3049), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(3051), + [anon_sym_GT] = ACTIONS(3396), + [anon_sym_where] = ACTIONS(3007), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3009), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(3390), - [anon_sym_DASH_GT] = ACTIONS(3051), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(3394), - [anon_sym_while] = ACTIONS(3049), - [anon_sym_DOT_DOT] = ACTIONS(3396), - [anon_sym_QMARK_COLON] = ACTIONS(3398), - [anon_sym_AMP_AMP] = ACTIONS(3400), - [anon_sym_PIPE_PIPE] = ACTIONS(3402), - [anon_sym_else] = ACTIONS(3049), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_PLUS_EQ] = ACTIONS(3051), - [anon_sym_DASH_EQ] = ACTIONS(3051), - [anon_sym_STAR_EQ] = ACTIONS(3051), - [anon_sym_SLASH_EQ] = ACTIONS(3051), - [anon_sym_PERCENT_EQ] = ACTIONS(3051), - [anon_sym_BANG_EQ] = ACTIONS(3406), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3408), - [anon_sym_EQ_EQ] = ACTIONS(3406), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3408), - [anon_sym_LT_EQ] = ACTIONS(3410), - [anon_sym_GT_EQ] = ACTIONS(3410), - [anon_sym_BANGin] = ACTIONS(3412), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), - [anon_sym_PLUS] = ACTIONS(3418), - [anon_sym_DASH] = ACTIONS(3418), - [anon_sym_SLASH] = ACTIONS(3390), - [anon_sym_PERCENT] = ACTIONS(3390), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), - [anon_sym_suspend] = ACTIONS(3049), - [anon_sym_sealed] = ACTIONS(3049), - [anon_sym_annotation] = ACTIONS(3049), + [anon_sym_STAR] = ACTIONS(3406), + [anon_sym_DASH_GT] = ACTIONS(3009), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(3410), + [anon_sym_while] = ACTIONS(3007), + [anon_sym_DOT_DOT] = ACTIONS(3412), + [anon_sym_QMARK_COLON] = ACTIONS(3414), + [anon_sym_AMP_AMP] = ACTIONS(3416), + [anon_sym_PIPE_PIPE] = ACTIONS(3418), + [anon_sym_else] = ACTIONS(3007), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_PLUS_EQ] = ACTIONS(3009), + [anon_sym_DASH_EQ] = ACTIONS(3009), + [anon_sym_STAR_EQ] = ACTIONS(3009), + [anon_sym_SLASH_EQ] = ACTIONS(3009), + [anon_sym_PERCENT_EQ] = ACTIONS(3009), + [anon_sym_BANG_EQ] = ACTIONS(3422), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3424), + [anon_sym_EQ_EQ] = ACTIONS(3422), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3424), + [anon_sym_LT_EQ] = ACTIONS(3426), + [anon_sym_GT_EQ] = ACTIONS(3426), + [anon_sym_BANGin] = ACTIONS(3428), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), + [anon_sym_PLUS] = ACTIONS(3434), + [anon_sym_DASH] = ACTIONS(3434), + [anon_sym_SLASH] = ACTIONS(3406), + [anon_sym_PERCENT] = ACTIONS(3406), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), + [anon_sym_suspend] = ACTIONS(3007), + [anon_sym_sealed] = ACTIONS(3007), + [anon_sym_annotation] = ACTIONS(3007), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3049), - [anon_sym_lateinit] = ACTIONS(3049), - [anon_sym_public] = ACTIONS(3049), - [anon_sym_private] = ACTIONS(3049), - [anon_sym_internal] = ACTIONS(3049), - [anon_sym_protected] = ACTIONS(3049), - [anon_sym_tailrec] = ACTIONS(3049), - [anon_sym_operator] = ACTIONS(3049), - [anon_sym_infix] = ACTIONS(3049), - [anon_sym_inline] = ACTIONS(3049), - [anon_sym_external] = ACTIONS(3049), - [sym_property_modifier] = ACTIONS(3049), - [anon_sym_abstract] = ACTIONS(3049), - [anon_sym_final] = ACTIONS(3049), - [anon_sym_open] = ACTIONS(3049), - [anon_sym_vararg] = ACTIONS(3049), - [anon_sym_noinline] = ACTIONS(3049), - [anon_sym_crossinline] = ACTIONS(3049), + [anon_sym_override] = ACTIONS(3007), + [anon_sym_lateinit] = ACTIONS(3007), + [anon_sym_public] = ACTIONS(3007), + [anon_sym_private] = ACTIONS(3007), + [anon_sym_internal] = ACTIONS(3007), + [anon_sym_protected] = ACTIONS(3007), + [anon_sym_tailrec] = ACTIONS(3007), + [anon_sym_operator] = ACTIONS(3007), + [anon_sym_infix] = ACTIONS(3007), + [anon_sym_inline] = ACTIONS(3007), + [anon_sym_external] = ACTIONS(3007), + [sym_property_modifier] = ACTIONS(3007), + [anon_sym_abstract] = ACTIONS(3007), + [anon_sym_final] = ACTIONS(3007), + [anon_sym_open] = ACTIONS(3007), + [anon_sym_vararg] = ACTIONS(3007), + [anon_sym_noinline] = ACTIONS(3007), + [anon_sym_crossinline] = ACTIONS(3007), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), + [sym_safe_nav] = ACTIONS(3420), [sym_multiline_comment] = ACTIONS(3), }, [1017] = { - [sym_indexing_suffix] = STATE(3339), - [sym_navigation_suffix] = STATE(3435), - [sym_call_suffix] = STATE(3432), - [sym_annotated_lambda] = STATE(3429), - [sym_type_arguments] = STATE(7512), - [sym_value_arguments] = STATE(2735), - [sym_lambda_literal] = STATE(3427), - [sym__equality_operator] = STATE(1957), - [sym__comparison_operator] = STATE(1958), - [sym__in_operator] = STATE(1962), - [sym__is_operator] = STATE(6217), - [sym__additive_operator] = STATE(1966), - [sym__multiplicative_operator] = STATE(1975), - [sym__as_operator] = STATE(6214), - [sym__postfix_unary_operator] = STATE(3426), - [sym__member_access_operator] = STATE(7360), - [sym_annotation] = STATE(7846), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1976), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7846), + [sym_indexing_suffix] = STATE(3424), + [sym_navigation_suffix] = STATE(3423), + [sym_call_suffix] = STATE(3420), + [sym_annotated_lambda] = STATE(3419), + [sym_type_arguments] = STATE(7492), + [sym_value_arguments] = STATE(2731), + [sym_lambda_literal] = STATE(3415), + [sym__equality_operator] = STATE(1651), + [sym__comparison_operator] = STATE(1652), + [sym__in_operator] = STATE(1654), + [sym__is_operator] = STATE(6160), + [sym__additive_operator] = STATE(1655), + [sym__multiplicative_operator] = STATE(1656), + [sym__as_operator] = STATE(6161), + [sym__postfix_unary_operator] = STATE(3414), + [sym__member_access_operator] = STATE(7370), + [sym_annotation] = STATE(7887), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1657), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7887), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(4523), - [anon_sym_as] = ACTIONS(4525), + [anon_sym_LBRACK] = ACTIONS(4543), + [anon_sym_as] = ACTIONS(4545), [anon_sym_EQ] = ACTIONS(2999), - [anon_sym_LBRACE] = ACTIONS(1920), + [anon_sym_LBRACE] = ACTIONS(1918), [anon_sym_RBRACE] = ACTIONS(3001), - [anon_sym_LPAREN] = ACTIONS(4527), + [anon_sym_LPAREN] = ACTIONS(4547), [anon_sym_COMMA] = ACTIONS(3001), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(4529), + [anon_sym_GT] = ACTIONS(4549), [anon_sym_where] = ACTIONS(2999), [anon_sym_object] = ACTIONS(2999), [anon_sym_fun] = ACTIONS(2999), - [anon_sym_DOT] = ACTIONS(4531), + [anon_sym_DOT] = ACTIONS(4551), [anon_sym_SEMI] = ACTIONS(3001), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), [anon_sym_this] = ACTIONS(2999), [anon_sym_super] = ACTIONS(2999), - [anon_sym_STAR] = ACTIONS(4533), - [sym_label] = ACTIONS(4535), - [anon_sym_in] = ACTIONS(4537), - [anon_sym_DOT_DOT] = ACTIONS(4539), - [anon_sym_QMARK_COLON] = ACTIONS(4541), - [anon_sym_AMP_AMP] = ACTIONS(4543), - [anon_sym_PIPE_PIPE] = ACTIONS(4545), + [anon_sym_STAR] = ACTIONS(4553), + [sym_label] = ACTIONS(4555), + [anon_sym_in] = ACTIONS(4557), + [anon_sym_DOT_DOT] = ACTIONS(4559), + [anon_sym_QMARK_COLON] = ACTIONS(4561), + [anon_sym_AMP_AMP] = ACTIONS(4563), + [anon_sym_PIPE_PIPE] = ACTIONS(4565), [anon_sym_null] = ACTIONS(2999), [anon_sym_if] = ACTIONS(2999), [anon_sym_else] = ACTIONS(2999), @@ -152979,30 +153087,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return] = ACTIONS(2999), [anon_sym_continue] = ACTIONS(2999), [anon_sym_break] = ACTIONS(2999), - [anon_sym_COLON_COLON] = ACTIONS(4547), + [anon_sym_COLON_COLON] = ACTIONS(4567), [anon_sym_PLUS_EQ] = ACTIONS(3001), [anon_sym_DASH_EQ] = ACTIONS(3001), [anon_sym_STAR_EQ] = ACTIONS(3001), [anon_sym_SLASH_EQ] = ACTIONS(3001), [anon_sym_PERCENT_EQ] = ACTIONS(3001), - [anon_sym_BANG_EQ] = ACTIONS(4549), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4551), - [anon_sym_EQ_EQ] = ACTIONS(4549), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4551), - [anon_sym_LT_EQ] = ACTIONS(4553), - [anon_sym_GT_EQ] = ACTIONS(4553), - [anon_sym_BANGin] = ACTIONS(4555), - [anon_sym_is] = ACTIONS(4557), - [anon_sym_BANGis] = ACTIONS(4559), - [anon_sym_PLUS] = ACTIONS(4561), - [anon_sym_DASH] = ACTIONS(4561), - [anon_sym_SLASH] = ACTIONS(4533), - [anon_sym_PERCENT] = ACTIONS(4533), - [anon_sym_as_QMARK] = ACTIONS(4563), - [anon_sym_PLUS_PLUS] = ACTIONS(4565), - [anon_sym_DASH_DASH] = ACTIONS(4565), + [anon_sym_BANG_EQ] = ACTIONS(4569), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4571), + [anon_sym_EQ_EQ] = ACTIONS(4569), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4571), + [anon_sym_LT_EQ] = ACTIONS(4573), + [anon_sym_GT_EQ] = ACTIONS(4573), + [anon_sym_BANGin] = ACTIONS(4575), + [anon_sym_is] = ACTIONS(4577), + [anon_sym_BANGis] = ACTIONS(4579), + [anon_sym_PLUS] = ACTIONS(4581), + [anon_sym_DASH] = ACTIONS(4581), + [anon_sym_SLASH] = ACTIONS(4553), + [anon_sym_PERCENT] = ACTIONS(4553), + [anon_sym_as_QMARK] = ACTIONS(4583), + [anon_sym_PLUS_PLUS] = ACTIONS(4585), + [anon_sym_DASH_DASH] = ACTIONS(4585), [anon_sym_BANG] = ACTIONS(2999), - [anon_sym_BANG_BANG] = ACTIONS(4565), + [anon_sym_BANG_BANG] = ACTIONS(4585), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), @@ -153020,1019 +153128,707 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_SQUOTE] = ACTIONS(3001), [sym__backtick_identifier] = ACTIONS(1750), [sym__automatic_semicolon] = ACTIONS(3001), - [sym_safe_nav] = ACTIONS(4547), + [sym_safe_nav] = ACTIONS(4567), [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(3001), }, [1018] = { - [sym_class_body] = STATE(1102), - [sym__alpha_identifier] = ACTIONS(4422), - [anon_sym_AT] = ACTIONS(4424), - [anon_sym_LBRACK] = ACTIONS(4424), - [anon_sym_as] = ACTIONS(4422), - [anon_sym_EQ] = ACTIONS(4422), - [anon_sym_LBRACE] = ACTIONS(3156), - [anon_sym_RBRACE] = ACTIONS(4424), - [anon_sym_LPAREN] = ACTIONS(4424), - [anon_sym_COMMA] = ACTIONS(4424), - [anon_sym_LT] = ACTIONS(4422), - [anon_sym_GT] = ACTIONS(4422), - [anon_sym_where] = ACTIONS(4422), - [anon_sym_object] = ACTIONS(4422), - [anon_sym_fun] = ACTIONS(4422), - [anon_sym_DOT] = ACTIONS(4422), - [anon_sym_SEMI] = ACTIONS(4424), - [anon_sym_get] = ACTIONS(4422), - [anon_sym_set] = ACTIONS(4422), - [anon_sym_this] = ACTIONS(4422), - [anon_sym_super] = ACTIONS(4422), - [anon_sym_STAR] = ACTIONS(4422), - [sym_label] = ACTIONS(4422), - [anon_sym_in] = ACTIONS(4422), - [anon_sym_DOT_DOT] = ACTIONS(4424), - [anon_sym_QMARK_COLON] = ACTIONS(4424), - [anon_sym_AMP_AMP] = ACTIONS(4424), - [anon_sym_PIPE_PIPE] = ACTIONS(4424), - [anon_sym_null] = ACTIONS(4422), - [anon_sym_if] = ACTIONS(4422), - [anon_sym_else] = ACTIONS(4422), - [anon_sym_when] = ACTIONS(4422), - [anon_sym_try] = ACTIONS(4422), - [anon_sym_throw] = ACTIONS(4422), - [anon_sym_return] = ACTIONS(4422), - [anon_sym_continue] = ACTIONS(4422), - [anon_sym_break] = ACTIONS(4422), - [anon_sym_COLON_COLON] = ACTIONS(4424), - [anon_sym_PLUS_EQ] = ACTIONS(4424), - [anon_sym_DASH_EQ] = ACTIONS(4424), - [anon_sym_STAR_EQ] = ACTIONS(4424), - [anon_sym_SLASH_EQ] = ACTIONS(4424), - [anon_sym_PERCENT_EQ] = ACTIONS(4424), - [anon_sym_BANG_EQ] = ACTIONS(4422), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4424), - [anon_sym_EQ_EQ] = ACTIONS(4422), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4424), - [anon_sym_LT_EQ] = ACTIONS(4424), - [anon_sym_GT_EQ] = ACTIONS(4424), - [anon_sym_BANGin] = ACTIONS(4424), - [anon_sym_is] = ACTIONS(4422), - [anon_sym_BANGis] = ACTIONS(4424), - [anon_sym_PLUS] = ACTIONS(4422), - [anon_sym_DASH] = ACTIONS(4422), - [anon_sym_SLASH] = ACTIONS(4422), - [anon_sym_PERCENT] = ACTIONS(4422), - [anon_sym_as_QMARK] = ACTIONS(4424), - [anon_sym_PLUS_PLUS] = ACTIONS(4424), - [anon_sym_DASH_DASH] = ACTIONS(4424), - [anon_sym_BANG] = ACTIONS(4422), - [anon_sym_BANG_BANG] = ACTIONS(4424), - [anon_sym_suspend] = ACTIONS(4422), - [anon_sym_sealed] = ACTIONS(4422), - [anon_sym_annotation] = ACTIONS(4422), - [anon_sym_data] = ACTIONS(4422), - [anon_sym_inner] = ACTIONS(4422), - [anon_sym_override] = ACTIONS(4422), - [anon_sym_lateinit] = ACTIONS(4422), - [anon_sym_public] = ACTIONS(4422), - [anon_sym_private] = ACTIONS(4422), - [anon_sym_internal] = ACTIONS(4422), - [anon_sym_protected] = ACTIONS(4422), - [anon_sym_tailrec] = ACTIONS(4422), - [anon_sym_operator] = ACTIONS(4422), - [anon_sym_infix] = ACTIONS(4422), - [anon_sym_inline] = ACTIONS(4422), - [anon_sym_external] = ACTIONS(4422), - [sym_property_modifier] = ACTIONS(4422), - [anon_sym_abstract] = ACTIONS(4422), - [anon_sym_final] = ACTIONS(4422), - [anon_sym_open] = ACTIONS(4422), - [anon_sym_vararg] = ACTIONS(4422), - [anon_sym_noinline] = ACTIONS(4422), - [anon_sym_crossinline] = ACTIONS(4422), - [anon_sym_expect] = ACTIONS(4422), - [anon_sym_actual] = ACTIONS(4422), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4424), - [anon_sym_continue_AT] = ACTIONS(4424), - [anon_sym_break_AT] = ACTIONS(4424), - [sym_real_literal] = ACTIONS(4424), - [sym_integer_literal] = ACTIONS(4422), - [sym_hex_literal] = ACTIONS(4424), - [sym_bin_literal] = ACTIONS(4424), - [anon_sym_true] = ACTIONS(4422), - [anon_sym_false] = ACTIONS(4422), - [anon_sym_SQUOTE] = ACTIONS(4424), - [sym__backtick_identifier] = ACTIONS(4424), - [sym__automatic_semicolon] = ACTIONS(4424), - [sym_safe_nav] = ACTIONS(4424), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4424), + [sym__alpha_identifier] = ACTIONS(4416), + [anon_sym_AT] = ACTIONS(4418), + [anon_sym_LBRACK] = ACTIONS(4418), + [anon_sym_as] = ACTIONS(4416), + [anon_sym_EQ] = ACTIONS(4416), + [anon_sym_LBRACE] = ACTIONS(4418), + [anon_sym_RBRACE] = ACTIONS(4418), + [anon_sym_LPAREN] = ACTIONS(4418), + [anon_sym_COMMA] = ACTIONS(4418), + [anon_sym_by] = ACTIONS(4420), + [anon_sym_LT] = ACTIONS(4416), + [anon_sym_GT] = ACTIONS(4416), + [anon_sym_where] = ACTIONS(4416), + [anon_sym_object] = ACTIONS(4416), + [anon_sym_fun] = ACTIONS(4416), + [anon_sym_DOT] = ACTIONS(4416), + [anon_sym_SEMI] = ACTIONS(4418), + [anon_sym_get] = ACTIONS(4416), + [anon_sym_set] = ACTIONS(4416), + [anon_sym_this] = ACTIONS(4416), + [anon_sym_super] = ACTIONS(4416), + [anon_sym_STAR] = ACTIONS(4416), + [sym_label] = ACTIONS(4416), + [anon_sym_in] = ACTIONS(4416), + [anon_sym_DOT_DOT] = ACTIONS(4418), + [anon_sym_QMARK_COLON] = ACTIONS(4418), + [anon_sym_AMP_AMP] = ACTIONS(4418), + [anon_sym_PIPE_PIPE] = ACTIONS(4418), + [anon_sym_null] = ACTIONS(4416), + [anon_sym_if] = ACTIONS(4416), + [anon_sym_else] = ACTIONS(4416), + [anon_sym_when] = ACTIONS(4416), + [anon_sym_try] = ACTIONS(4416), + [anon_sym_throw] = ACTIONS(4416), + [anon_sym_return] = ACTIONS(4416), + [anon_sym_continue] = ACTIONS(4416), + [anon_sym_break] = ACTIONS(4416), + [anon_sym_COLON_COLON] = ACTIONS(4418), + [anon_sym_PLUS_EQ] = ACTIONS(4418), + [anon_sym_DASH_EQ] = ACTIONS(4418), + [anon_sym_STAR_EQ] = ACTIONS(4418), + [anon_sym_SLASH_EQ] = ACTIONS(4418), + [anon_sym_PERCENT_EQ] = ACTIONS(4418), + [anon_sym_BANG_EQ] = ACTIONS(4416), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4418), + [anon_sym_EQ_EQ] = ACTIONS(4416), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4418), + [anon_sym_LT_EQ] = ACTIONS(4418), + [anon_sym_GT_EQ] = ACTIONS(4418), + [anon_sym_BANGin] = ACTIONS(4418), + [anon_sym_is] = ACTIONS(4416), + [anon_sym_BANGis] = ACTIONS(4418), + [anon_sym_PLUS] = ACTIONS(4416), + [anon_sym_DASH] = ACTIONS(4416), + [anon_sym_SLASH] = ACTIONS(4416), + [anon_sym_PERCENT] = ACTIONS(4416), + [anon_sym_as_QMARK] = ACTIONS(4418), + [anon_sym_PLUS_PLUS] = ACTIONS(4418), + [anon_sym_DASH_DASH] = ACTIONS(4418), + [anon_sym_BANG] = ACTIONS(4416), + [anon_sym_BANG_BANG] = ACTIONS(4418), + [anon_sym_suspend] = ACTIONS(4416), + [anon_sym_sealed] = ACTIONS(4416), + [anon_sym_annotation] = ACTIONS(4416), + [anon_sym_data] = ACTIONS(4416), + [anon_sym_inner] = ACTIONS(4416), + [anon_sym_override] = ACTIONS(4416), + [anon_sym_lateinit] = ACTIONS(4416), + [anon_sym_public] = ACTIONS(4416), + [anon_sym_private] = ACTIONS(4416), + [anon_sym_internal] = ACTIONS(4416), + [anon_sym_protected] = ACTIONS(4416), + [anon_sym_tailrec] = ACTIONS(4416), + [anon_sym_operator] = ACTIONS(4416), + [anon_sym_infix] = ACTIONS(4416), + [anon_sym_inline] = ACTIONS(4416), + [anon_sym_external] = ACTIONS(4416), + [sym_property_modifier] = ACTIONS(4416), + [anon_sym_abstract] = ACTIONS(4416), + [anon_sym_final] = ACTIONS(4416), + [anon_sym_open] = ACTIONS(4416), + [anon_sym_vararg] = ACTIONS(4416), + [anon_sym_noinline] = ACTIONS(4416), + [anon_sym_crossinline] = ACTIONS(4416), + [anon_sym_expect] = ACTIONS(4416), + [anon_sym_actual] = ACTIONS(4416), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4418), + [anon_sym_continue_AT] = ACTIONS(4418), + [anon_sym_break_AT] = ACTIONS(4418), + [sym_real_literal] = ACTIONS(4418), + [sym_integer_literal] = ACTIONS(4416), + [sym_hex_literal] = ACTIONS(4418), + [sym_bin_literal] = ACTIONS(4418), + [anon_sym_true] = ACTIONS(4416), + [anon_sym_false] = ACTIONS(4416), + [anon_sym_SQUOTE] = ACTIONS(4418), + [sym__backtick_identifier] = ACTIONS(4418), + [sym__automatic_semicolon] = ACTIONS(4418), + [sym_safe_nav] = ACTIONS(4418), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4418), }, [1019] = { - [aux_sym__delegation_specifiers_repeat1] = STATE(1019), - [sym__alpha_identifier] = ACTIONS(4663), - [anon_sym_AT] = ACTIONS(4665), - [anon_sym_LBRACK] = ACTIONS(4665), - [anon_sym_as] = ACTIONS(4663), - [anon_sym_EQ] = ACTIONS(4663), - [anon_sym_LBRACE] = ACTIONS(4665), - [anon_sym_RBRACE] = ACTIONS(4665), - [anon_sym_LPAREN] = ACTIONS(4665), - [anon_sym_COMMA] = ACTIONS(4667), - [anon_sym_LT] = ACTIONS(4663), - [anon_sym_GT] = ACTIONS(4663), - [anon_sym_where] = ACTIONS(4663), - [anon_sym_object] = ACTIONS(4663), - [anon_sym_fun] = ACTIONS(4663), - [anon_sym_DOT] = ACTIONS(4663), - [anon_sym_SEMI] = ACTIONS(4665), - [anon_sym_get] = ACTIONS(4663), - [anon_sym_set] = ACTIONS(4663), - [anon_sym_this] = ACTIONS(4663), - [anon_sym_super] = ACTIONS(4663), - [anon_sym_STAR] = ACTIONS(4663), - [sym_label] = ACTIONS(4663), - [anon_sym_in] = ACTIONS(4663), - [anon_sym_DOT_DOT] = ACTIONS(4665), - [anon_sym_QMARK_COLON] = ACTIONS(4665), - [anon_sym_AMP_AMP] = ACTIONS(4665), - [anon_sym_PIPE_PIPE] = ACTIONS(4665), - [anon_sym_null] = ACTIONS(4663), - [anon_sym_if] = ACTIONS(4663), - [anon_sym_else] = ACTIONS(4663), - [anon_sym_when] = ACTIONS(4663), - [anon_sym_try] = ACTIONS(4663), - [anon_sym_throw] = ACTIONS(4663), - [anon_sym_return] = ACTIONS(4663), - [anon_sym_continue] = ACTIONS(4663), - [anon_sym_break] = ACTIONS(4663), - [anon_sym_COLON_COLON] = ACTIONS(4665), - [anon_sym_PLUS_EQ] = ACTIONS(4665), - [anon_sym_DASH_EQ] = ACTIONS(4665), - [anon_sym_STAR_EQ] = ACTIONS(4665), - [anon_sym_SLASH_EQ] = ACTIONS(4665), - [anon_sym_PERCENT_EQ] = ACTIONS(4665), - [anon_sym_BANG_EQ] = ACTIONS(4663), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4665), - [anon_sym_EQ_EQ] = ACTIONS(4663), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4665), - [anon_sym_LT_EQ] = ACTIONS(4665), - [anon_sym_GT_EQ] = ACTIONS(4665), - [anon_sym_BANGin] = ACTIONS(4665), - [anon_sym_is] = ACTIONS(4663), - [anon_sym_BANGis] = ACTIONS(4665), - [anon_sym_PLUS] = ACTIONS(4663), - [anon_sym_DASH] = ACTIONS(4663), - [anon_sym_SLASH] = ACTIONS(4663), - [anon_sym_PERCENT] = ACTIONS(4663), - [anon_sym_as_QMARK] = ACTIONS(4665), - [anon_sym_PLUS_PLUS] = ACTIONS(4665), - [anon_sym_DASH_DASH] = ACTIONS(4665), - [anon_sym_BANG] = ACTIONS(4663), - [anon_sym_BANG_BANG] = ACTIONS(4665), - [anon_sym_suspend] = ACTIONS(4663), - [anon_sym_sealed] = ACTIONS(4663), - [anon_sym_annotation] = ACTIONS(4663), - [anon_sym_data] = ACTIONS(4663), - [anon_sym_inner] = ACTIONS(4663), - [anon_sym_override] = ACTIONS(4663), - [anon_sym_lateinit] = ACTIONS(4663), - [anon_sym_public] = ACTIONS(4663), - [anon_sym_private] = ACTIONS(4663), - [anon_sym_internal] = ACTIONS(4663), - [anon_sym_protected] = ACTIONS(4663), - [anon_sym_tailrec] = ACTIONS(4663), - [anon_sym_operator] = ACTIONS(4663), - [anon_sym_infix] = ACTIONS(4663), - [anon_sym_inline] = ACTIONS(4663), - [anon_sym_external] = ACTIONS(4663), - [sym_property_modifier] = ACTIONS(4663), - [anon_sym_abstract] = ACTIONS(4663), - [anon_sym_final] = ACTIONS(4663), - [anon_sym_open] = ACTIONS(4663), - [anon_sym_vararg] = ACTIONS(4663), - [anon_sym_noinline] = ACTIONS(4663), - [anon_sym_crossinline] = ACTIONS(4663), - [anon_sym_expect] = ACTIONS(4663), - [anon_sym_actual] = ACTIONS(4663), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4665), - [anon_sym_continue_AT] = ACTIONS(4665), - [anon_sym_break_AT] = ACTIONS(4665), - [sym_real_literal] = ACTIONS(4665), - [sym_integer_literal] = ACTIONS(4663), - [sym_hex_literal] = ACTIONS(4665), - [sym_bin_literal] = ACTIONS(4665), - [anon_sym_true] = ACTIONS(4663), - [anon_sym_false] = ACTIONS(4663), - [anon_sym_SQUOTE] = ACTIONS(4665), - [sym__backtick_identifier] = ACTIONS(4665), - [sym__automatic_semicolon] = ACTIONS(4665), - [sym_safe_nav] = ACTIONS(4665), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4665), - }, - [1020] = { - [sym_indexing_suffix] = STATE(3339), - [sym_navigation_suffix] = STATE(3435), - [sym_call_suffix] = STATE(3432), - [sym_annotated_lambda] = STATE(3429), - [sym_type_arguments] = STATE(7512), - [sym_value_arguments] = STATE(2735), - [sym_lambda_literal] = STATE(3427), - [sym__equality_operator] = STATE(1957), - [sym__comparison_operator] = STATE(1958), - [sym__in_operator] = STATE(1962), - [sym__is_operator] = STATE(6217), - [sym__additive_operator] = STATE(1966), - [sym__multiplicative_operator] = STATE(1975), - [sym__as_operator] = STATE(6214), - [sym__postfix_unary_operator] = STATE(3426), - [sym__member_access_operator] = STATE(7360), - [sym_annotation] = STATE(7846), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1976), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7846), + [sym_getter] = STATE(8838), + [sym_setter] = STATE(8838), + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(2278), + [sym__comparison_operator] = STATE(2276), + [sym__in_operator] = STATE(2273), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(2271), + [sym__multiplicative_operator] = STATE(2268), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_modifiers] = STATE(8834), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2266), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(4523), - [anon_sym_as] = ACTIONS(4525), - [anon_sym_EQ] = ACTIONS(3057), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_RBRACE] = ACTIONS(3059), - [anon_sym_LPAREN] = ACTIONS(4527), - [anon_sym_COMMA] = ACTIONS(3059), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_RBRACE] = ACTIONS(1772), + [anon_sym_LPAREN] = ACTIONS(3572), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(4529), - [anon_sym_where] = ACTIONS(3057), - [anon_sym_object] = ACTIONS(3057), - [anon_sym_fun] = ACTIONS(3057), - [anon_sym_DOT] = ACTIONS(4531), - [anon_sym_SEMI] = ACTIONS(3059), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(3057), - [anon_sym_super] = ACTIONS(3057), - [anon_sym_STAR] = ACTIONS(4533), - [sym_label] = ACTIONS(4535), - [anon_sym_in] = ACTIONS(4537), - [anon_sym_DOT_DOT] = ACTIONS(4539), - [anon_sym_QMARK_COLON] = ACTIONS(4541), - [anon_sym_AMP_AMP] = ACTIONS(4543), - [anon_sym_PIPE_PIPE] = ACTIONS(4545), - [anon_sym_null] = ACTIONS(3057), - [anon_sym_if] = ACTIONS(3057), - [anon_sym_else] = ACTIONS(3057), - [anon_sym_when] = ACTIONS(3057), - [anon_sym_try] = ACTIONS(3057), - [anon_sym_throw] = ACTIONS(3057), - [anon_sym_return] = ACTIONS(3057), - [anon_sym_continue] = ACTIONS(3057), - [anon_sym_break] = ACTIONS(3057), - [anon_sym_COLON_COLON] = ACTIONS(4547), - [anon_sym_PLUS_EQ] = ACTIONS(3059), - [anon_sym_DASH_EQ] = ACTIONS(3059), - [anon_sym_STAR_EQ] = ACTIONS(3059), - [anon_sym_SLASH_EQ] = ACTIONS(3059), - [anon_sym_PERCENT_EQ] = ACTIONS(3059), - [anon_sym_BANG_EQ] = ACTIONS(4549), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4551), - [anon_sym_EQ_EQ] = ACTIONS(4549), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4551), - [anon_sym_LT_EQ] = ACTIONS(4553), - [anon_sym_GT_EQ] = ACTIONS(4553), - [anon_sym_BANGin] = ACTIONS(4555), - [anon_sym_is] = ACTIONS(4557), - [anon_sym_BANGis] = ACTIONS(4559), - [anon_sym_PLUS] = ACTIONS(4561), - [anon_sym_DASH] = ACTIONS(4561), - [anon_sym_SLASH] = ACTIONS(4533), - [anon_sym_PERCENT] = ACTIONS(4533), - [anon_sym_as_QMARK] = ACTIONS(4563), - [anon_sym_PLUS_PLUS] = ACTIONS(4565), - [anon_sym_DASH_DASH] = ACTIONS(4565), - [anon_sym_BANG] = ACTIONS(3057), - [anon_sym_BANG_BANG] = ACTIONS(4565), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), + [anon_sym_GT] = ACTIONS(4350), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(4676), + [anon_sym_get] = ACTIONS(4609), + [anon_sym_set] = ACTIONS(4611), + [anon_sym_STAR] = ACTIONS(4358), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(4360), + [anon_sym_DOT_DOT] = ACTIONS(4362), + [anon_sym_QMARK_COLON] = ACTIONS(4364), + [anon_sym_AMP_AMP] = ACTIONS(4366), + [anon_sym_PIPE_PIPE] = ACTIONS(4368), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_BANG_EQ] = ACTIONS(4370), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4372), + [anon_sym_EQ_EQ] = ACTIONS(4370), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4372), + [anon_sym_LT_EQ] = ACTIONS(4374), + [anon_sym_GT_EQ] = ACTIONS(4374), + [anon_sym_BANGin] = ACTIONS(4376), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), + [anon_sym_PLUS] = ACTIONS(4378), + [anon_sym_DASH] = ACTIONS(4378), + [anon_sym_SLASH] = ACTIONS(4380), + [anon_sym_PERCENT] = ACTIONS(4358), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(1746), + [anon_sym_inner] = ACTIONS(1746), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(1748), + [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3059), - [anon_sym_continue_AT] = ACTIONS(3059), - [anon_sym_break_AT] = ACTIONS(3059), - [sym_real_literal] = ACTIONS(3059), - [sym_integer_literal] = ACTIONS(3057), - [sym_hex_literal] = ACTIONS(3059), - [sym_bin_literal] = ACTIONS(3059), - [anon_sym_true] = ACTIONS(3057), - [anon_sym_false] = ACTIONS(3057), - [anon_sym_SQUOTE] = ACTIONS(3059), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3059), - [sym_safe_nav] = ACTIONS(4547), + [sym__automatic_semicolon] = ACTIONS(1772), + [sym_safe_nav] = ACTIONS(3598), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3059), + }, + [1020] = { + [sym_enum_class_body] = STATE(1129), + [sym__alpha_identifier] = ACTIONS(4654), + [anon_sym_AT] = ACTIONS(4656), + [anon_sym_LBRACK] = ACTIONS(4656), + [anon_sym_as] = ACTIONS(4654), + [anon_sym_EQ] = ACTIONS(4654), + [anon_sym_LBRACE] = ACTIONS(3156), + [anon_sym_RBRACE] = ACTIONS(4656), + [anon_sym_LPAREN] = ACTIONS(4656), + [anon_sym_COMMA] = ACTIONS(4656), + [anon_sym_LT] = ACTIONS(4654), + [anon_sym_GT] = ACTIONS(4654), + [anon_sym_where] = ACTIONS(4654), + [anon_sym_object] = ACTIONS(4654), + [anon_sym_fun] = ACTIONS(4654), + [anon_sym_DOT] = ACTIONS(4654), + [anon_sym_SEMI] = ACTIONS(4656), + [anon_sym_get] = ACTIONS(4654), + [anon_sym_set] = ACTIONS(4654), + [anon_sym_this] = ACTIONS(4654), + [anon_sym_super] = ACTIONS(4654), + [anon_sym_STAR] = ACTIONS(4654), + [sym_label] = ACTIONS(4654), + [anon_sym_in] = ACTIONS(4654), + [anon_sym_DOT_DOT] = ACTIONS(4656), + [anon_sym_QMARK_COLON] = ACTIONS(4656), + [anon_sym_AMP_AMP] = ACTIONS(4656), + [anon_sym_PIPE_PIPE] = ACTIONS(4656), + [anon_sym_null] = ACTIONS(4654), + [anon_sym_if] = ACTIONS(4654), + [anon_sym_else] = ACTIONS(4654), + [anon_sym_when] = ACTIONS(4654), + [anon_sym_try] = ACTIONS(4654), + [anon_sym_throw] = ACTIONS(4654), + [anon_sym_return] = ACTIONS(4654), + [anon_sym_continue] = ACTIONS(4654), + [anon_sym_break] = ACTIONS(4654), + [anon_sym_COLON_COLON] = ACTIONS(4656), + [anon_sym_PLUS_EQ] = ACTIONS(4656), + [anon_sym_DASH_EQ] = ACTIONS(4656), + [anon_sym_STAR_EQ] = ACTIONS(4656), + [anon_sym_SLASH_EQ] = ACTIONS(4656), + [anon_sym_PERCENT_EQ] = ACTIONS(4656), + [anon_sym_BANG_EQ] = ACTIONS(4654), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4656), + [anon_sym_EQ_EQ] = ACTIONS(4654), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4656), + [anon_sym_LT_EQ] = ACTIONS(4656), + [anon_sym_GT_EQ] = ACTIONS(4656), + [anon_sym_BANGin] = ACTIONS(4656), + [anon_sym_is] = ACTIONS(4654), + [anon_sym_BANGis] = ACTIONS(4656), + [anon_sym_PLUS] = ACTIONS(4654), + [anon_sym_DASH] = ACTIONS(4654), + [anon_sym_SLASH] = ACTIONS(4654), + [anon_sym_PERCENT] = ACTIONS(4654), + [anon_sym_as_QMARK] = ACTIONS(4656), + [anon_sym_PLUS_PLUS] = ACTIONS(4656), + [anon_sym_DASH_DASH] = ACTIONS(4656), + [anon_sym_BANG] = ACTIONS(4654), + [anon_sym_BANG_BANG] = ACTIONS(4656), + [anon_sym_suspend] = ACTIONS(4654), + [anon_sym_sealed] = ACTIONS(4654), + [anon_sym_annotation] = ACTIONS(4654), + [anon_sym_data] = ACTIONS(4654), + [anon_sym_inner] = ACTIONS(4654), + [anon_sym_override] = ACTIONS(4654), + [anon_sym_lateinit] = ACTIONS(4654), + [anon_sym_public] = ACTIONS(4654), + [anon_sym_private] = ACTIONS(4654), + [anon_sym_internal] = ACTIONS(4654), + [anon_sym_protected] = ACTIONS(4654), + [anon_sym_tailrec] = ACTIONS(4654), + [anon_sym_operator] = ACTIONS(4654), + [anon_sym_infix] = ACTIONS(4654), + [anon_sym_inline] = ACTIONS(4654), + [anon_sym_external] = ACTIONS(4654), + [sym_property_modifier] = ACTIONS(4654), + [anon_sym_abstract] = ACTIONS(4654), + [anon_sym_final] = ACTIONS(4654), + [anon_sym_open] = ACTIONS(4654), + [anon_sym_vararg] = ACTIONS(4654), + [anon_sym_noinline] = ACTIONS(4654), + [anon_sym_crossinline] = ACTIONS(4654), + [anon_sym_expect] = ACTIONS(4654), + [anon_sym_actual] = ACTIONS(4654), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4656), + [anon_sym_continue_AT] = ACTIONS(4656), + [anon_sym_break_AT] = ACTIONS(4656), + [sym_real_literal] = ACTIONS(4656), + [sym_integer_literal] = ACTIONS(4654), + [sym_hex_literal] = ACTIONS(4656), + [sym_bin_literal] = ACTIONS(4656), + [anon_sym_true] = ACTIONS(4654), + [anon_sym_false] = ACTIONS(4654), + [anon_sym_SQUOTE] = ACTIONS(4656), + [sym__backtick_identifier] = ACTIONS(4656), + [sym__automatic_semicolon] = ACTIONS(4656), + [sym_safe_nav] = ACTIONS(4656), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4656), }, [1021] = { - [sym_indexing_suffix] = STATE(3339), - [sym_navigation_suffix] = STATE(3435), - [sym_call_suffix] = STATE(3432), - [sym_annotated_lambda] = STATE(3429), - [sym_type_arguments] = STATE(7512), - [sym_value_arguments] = STATE(2735), - [sym_lambda_literal] = STATE(3427), - [sym__equality_operator] = STATE(1957), - [sym__comparison_operator] = STATE(1958), - [sym__in_operator] = STATE(1962), - [sym__is_operator] = STATE(6217), - [sym__additive_operator] = STATE(1966), - [sym__multiplicative_operator] = STATE(1975), - [sym__as_operator] = STATE(6214), - [sym__postfix_unary_operator] = STATE(3426), - [sym__member_access_operator] = STATE(7360), - [sym_annotation] = STATE(7846), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1976), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7846), + [sym_getter] = STATE(8906), + [sym_setter] = STATE(8906), + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(2278), + [sym__comparison_operator] = STATE(2276), + [sym__in_operator] = STATE(2273), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(2271), + [sym__multiplicative_operator] = STATE(2268), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_modifiers] = STATE(8834), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2266), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(4523), - [anon_sym_as] = ACTIONS(4525), - [anon_sym_EQ] = ACTIONS(3049), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_RBRACE] = ACTIONS(3051), - [anon_sym_LPAREN] = ACTIONS(4527), - [anon_sym_COMMA] = ACTIONS(3051), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_LPAREN] = ACTIONS(3572), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(4529), - [anon_sym_where] = ACTIONS(3049), - [anon_sym_object] = ACTIONS(3049), - [anon_sym_fun] = ACTIONS(3049), - [anon_sym_DOT] = ACTIONS(4531), - [anon_sym_SEMI] = ACTIONS(3051), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(3049), - [anon_sym_super] = ACTIONS(3049), - [anon_sym_STAR] = ACTIONS(4533), - [sym_label] = ACTIONS(4535), - [anon_sym_in] = ACTIONS(4537), - [anon_sym_DOT_DOT] = ACTIONS(4539), - [anon_sym_QMARK_COLON] = ACTIONS(4541), - [anon_sym_AMP_AMP] = ACTIONS(4543), - [anon_sym_PIPE_PIPE] = ACTIONS(4545), - [anon_sym_null] = ACTIONS(3049), - [anon_sym_if] = ACTIONS(3049), - [anon_sym_else] = ACTIONS(3049), - [anon_sym_when] = ACTIONS(3049), - [anon_sym_try] = ACTIONS(3049), - [anon_sym_throw] = ACTIONS(3049), - [anon_sym_return] = ACTIONS(3049), - [anon_sym_continue] = ACTIONS(3049), - [anon_sym_break] = ACTIONS(3049), - [anon_sym_COLON_COLON] = ACTIONS(4547), - [anon_sym_PLUS_EQ] = ACTIONS(3051), - [anon_sym_DASH_EQ] = ACTIONS(3051), - [anon_sym_STAR_EQ] = ACTIONS(3051), - [anon_sym_SLASH_EQ] = ACTIONS(3051), - [anon_sym_PERCENT_EQ] = ACTIONS(3051), - [anon_sym_BANG_EQ] = ACTIONS(4549), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4551), - [anon_sym_EQ_EQ] = ACTIONS(4549), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4551), - [anon_sym_LT_EQ] = ACTIONS(4553), - [anon_sym_GT_EQ] = ACTIONS(4553), - [anon_sym_BANGin] = ACTIONS(4555), - [anon_sym_is] = ACTIONS(4557), - [anon_sym_BANGis] = ACTIONS(4559), - [anon_sym_PLUS] = ACTIONS(4561), - [anon_sym_DASH] = ACTIONS(4561), - [anon_sym_SLASH] = ACTIONS(4533), - [anon_sym_PERCENT] = ACTIONS(4533), - [anon_sym_as_QMARK] = ACTIONS(4563), - [anon_sym_PLUS_PLUS] = ACTIONS(4565), - [anon_sym_DASH_DASH] = ACTIONS(4565), - [anon_sym_BANG] = ACTIONS(3049), - [anon_sym_BANG_BANG] = ACTIONS(4565), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), + [anon_sym_GT] = ACTIONS(4350), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(4678), + [anon_sym_get] = ACTIONS(4609), + [anon_sym_set] = ACTIONS(4611), + [anon_sym_STAR] = ACTIONS(4358), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(4360), + [anon_sym_DOT_DOT] = ACTIONS(4362), + [anon_sym_QMARK_COLON] = ACTIONS(4364), + [anon_sym_AMP_AMP] = ACTIONS(4366), + [anon_sym_PIPE_PIPE] = ACTIONS(4368), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_BANG_EQ] = ACTIONS(4370), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4372), + [anon_sym_EQ_EQ] = ACTIONS(4370), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4372), + [anon_sym_LT_EQ] = ACTIONS(4374), + [anon_sym_GT_EQ] = ACTIONS(4374), + [anon_sym_BANGin] = ACTIONS(4376), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), + [anon_sym_PLUS] = ACTIONS(4378), + [anon_sym_DASH] = ACTIONS(4378), + [anon_sym_SLASH] = ACTIONS(4380), + [anon_sym_PERCENT] = ACTIONS(4358), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(1746), + [anon_sym_inner] = ACTIONS(1746), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(1748), + [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3051), - [anon_sym_continue_AT] = ACTIONS(3051), - [anon_sym_break_AT] = ACTIONS(3051), - [sym_real_literal] = ACTIONS(3051), - [sym_integer_literal] = ACTIONS(3049), - [sym_hex_literal] = ACTIONS(3051), - [sym_bin_literal] = ACTIONS(3051), - [anon_sym_true] = ACTIONS(3049), - [anon_sym_false] = ACTIONS(3049), - [anon_sym_SQUOTE] = ACTIONS(3051), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3051), - [sym_safe_nav] = ACTIONS(4547), + [sym__automatic_semicolon] = ACTIONS(1754), + [sym_safe_nav] = ACTIONS(3598), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3051), }, [1022] = { - [sym__alpha_identifier] = ACTIONS(4670), - [anon_sym_AT] = ACTIONS(4672), - [anon_sym_LBRACK] = ACTIONS(4672), - [anon_sym_as] = ACTIONS(4670), - [anon_sym_EQ] = ACTIONS(4670), - [anon_sym_LBRACE] = ACTIONS(4672), - [anon_sym_RBRACE] = ACTIONS(4672), - [anon_sym_LPAREN] = ACTIONS(4672), - [anon_sym_COMMA] = ACTIONS(4672), - [anon_sym_by] = ACTIONS(4670), - [anon_sym_LT] = ACTIONS(4670), - [anon_sym_GT] = ACTIONS(4670), - [anon_sym_where] = ACTIONS(4670), - [anon_sym_object] = ACTIONS(4670), - [anon_sym_fun] = ACTIONS(4670), - [anon_sym_DOT] = ACTIONS(4670), - [anon_sym_SEMI] = ACTIONS(4672), - [anon_sym_get] = ACTIONS(4670), - [anon_sym_set] = ACTIONS(4670), - [anon_sym_this] = ACTIONS(4670), - [anon_sym_super] = ACTIONS(4670), - [anon_sym_STAR] = ACTIONS(4670), - [sym_label] = ACTIONS(4670), - [anon_sym_in] = ACTIONS(4670), - [anon_sym_DOT_DOT] = ACTIONS(4672), - [anon_sym_QMARK_COLON] = ACTIONS(4672), - [anon_sym_AMP_AMP] = ACTIONS(4672), - [anon_sym_PIPE_PIPE] = ACTIONS(4672), - [anon_sym_null] = ACTIONS(4670), - [anon_sym_if] = ACTIONS(4670), - [anon_sym_else] = ACTIONS(4670), - [anon_sym_when] = ACTIONS(4670), - [anon_sym_try] = ACTIONS(4670), - [anon_sym_throw] = ACTIONS(4670), - [anon_sym_return] = ACTIONS(4670), - [anon_sym_continue] = ACTIONS(4670), - [anon_sym_break] = ACTIONS(4670), - [anon_sym_COLON_COLON] = ACTIONS(4672), - [anon_sym_PLUS_EQ] = ACTIONS(4672), - [anon_sym_DASH_EQ] = ACTIONS(4672), - [anon_sym_STAR_EQ] = ACTIONS(4672), - [anon_sym_SLASH_EQ] = ACTIONS(4672), - [anon_sym_PERCENT_EQ] = ACTIONS(4672), - [anon_sym_BANG_EQ] = ACTIONS(4670), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4672), - [anon_sym_EQ_EQ] = ACTIONS(4670), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4672), - [anon_sym_LT_EQ] = ACTIONS(4672), - [anon_sym_GT_EQ] = ACTIONS(4672), - [anon_sym_BANGin] = ACTIONS(4672), - [anon_sym_is] = ACTIONS(4670), - [anon_sym_BANGis] = ACTIONS(4672), - [anon_sym_PLUS] = ACTIONS(4670), - [anon_sym_DASH] = ACTIONS(4670), - [anon_sym_SLASH] = ACTIONS(4670), - [anon_sym_PERCENT] = ACTIONS(4670), - [anon_sym_as_QMARK] = ACTIONS(4672), - [anon_sym_PLUS_PLUS] = ACTIONS(4672), - [anon_sym_DASH_DASH] = ACTIONS(4672), - [anon_sym_BANG] = ACTIONS(4670), - [anon_sym_BANG_BANG] = ACTIONS(4672), - [anon_sym_suspend] = ACTIONS(4670), - [anon_sym_sealed] = ACTIONS(4670), - [anon_sym_annotation] = ACTIONS(4670), - [anon_sym_data] = ACTIONS(4670), - [anon_sym_inner] = ACTIONS(4670), - [anon_sym_override] = ACTIONS(4670), - [anon_sym_lateinit] = ACTIONS(4670), - [anon_sym_public] = ACTIONS(4670), - [anon_sym_private] = ACTIONS(4670), - [anon_sym_internal] = ACTIONS(4670), - [anon_sym_protected] = ACTIONS(4670), - [anon_sym_tailrec] = ACTIONS(4670), - [anon_sym_operator] = ACTIONS(4670), - [anon_sym_infix] = ACTIONS(4670), - [anon_sym_inline] = ACTIONS(4670), - [anon_sym_external] = ACTIONS(4670), - [sym_property_modifier] = ACTIONS(4670), - [anon_sym_abstract] = ACTIONS(4670), - [anon_sym_final] = ACTIONS(4670), - [anon_sym_open] = ACTIONS(4670), - [anon_sym_vararg] = ACTIONS(4670), - [anon_sym_noinline] = ACTIONS(4670), - [anon_sym_crossinline] = ACTIONS(4670), - [anon_sym_expect] = ACTIONS(4670), - [anon_sym_actual] = ACTIONS(4670), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4672), - [anon_sym_continue_AT] = ACTIONS(4672), - [anon_sym_break_AT] = ACTIONS(4672), - [sym_real_literal] = ACTIONS(4672), - [sym_integer_literal] = ACTIONS(4670), - [sym_hex_literal] = ACTIONS(4672), - [sym_bin_literal] = ACTIONS(4672), - [anon_sym_true] = ACTIONS(4670), - [anon_sym_false] = ACTIONS(4670), - [anon_sym_SQUOTE] = ACTIONS(4672), - [sym__backtick_identifier] = ACTIONS(4672), - [sym__automatic_semicolon] = ACTIONS(4672), - [sym_safe_nav] = ACTIONS(4672), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4672), + [sym_class_body] = STATE(1127), + [sym__alpha_identifier] = ACTIONS(4188), + [anon_sym_AT] = ACTIONS(4190), + [anon_sym_LBRACK] = ACTIONS(4190), + [anon_sym_as] = ACTIONS(4188), + [anon_sym_EQ] = ACTIONS(4188), + [anon_sym_LBRACE] = ACTIONS(3180), + [anon_sym_RBRACE] = ACTIONS(4190), + [anon_sym_LPAREN] = ACTIONS(4190), + [anon_sym_COMMA] = ACTIONS(4190), + [anon_sym_LT] = ACTIONS(4188), + [anon_sym_GT] = ACTIONS(4188), + [anon_sym_where] = ACTIONS(4188), + [anon_sym_object] = ACTIONS(4188), + [anon_sym_fun] = ACTIONS(4188), + [anon_sym_DOT] = ACTIONS(4188), + [anon_sym_SEMI] = ACTIONS(4190), + [anon_sym_get] = ACTIONS(4188), + [anon_sym_set] = ACTIONS(4188), + [anon_sym_this] = ACTIONS(4188), + [anon_sym_super] = ACTIONS(4188), + [anon_sym_STAR] = ACTIONS(4188), + [sym_label] = ACTIONS(4188), + [anon_sym_in] = ACTIONS(4188), + [anon_sym_DOT_DOT] = ACTIONS(4190), + [anon_sym_QMARK_COLON] = ACTIONS(4190), + [anon_sym_AMP_AMP] = ACTIONS(4190), + [anon_sym_PIPE_PIPE] = ACTIONS(4190), + [anon_sym_null] = ACTIONS(4188), + [anon_sym_if] = ACTIONS(4188), + [anon_sym_else] = ACTIONS(4188), + [anon_sym_when] = ACTIONS(4188), + [anon_sym_try] = ACTIONS(4188), + [anon_sym_throw] = ACTIONS(4188), + [anon_sym_return] = ACTIONS(4188), + [anon_sym_continue] = ACTIONS(4188), + [anon_sym_break] = ACTIONS(4188), + [anon_sym_COLON_COLON] = ACTIONS(4190), + [anon_sym_PLUS_EQ] = ACTIONS(4190), + [anon_sym_DASH_EQ] = ACTIONS(4190), + [anon_sym_STAR_EQ] = ACTIONS(4190), + [anon_sym_SLASH_EQ] = ACTIONS(4190), + [anon_sym_PERCENT_EQ] = ACTIONS(4190), + [anon_sym_BANG_EQ] = ACTIONS(4188), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4190), + [anon_sym_EQ_EQ] = ACTIONS(4188), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4190), + [anon_sym_LT_EQ] = ACTIONS(4190), + [anon_sym_GT_EQ] = ACTIONS(4190), + [anon_sym_BANGin] = ACTIONS(4190), + [anon_sym_is] = ACTIONS(4188), + [anon_sym_BANGis] = ACTIONS(4190), + [anon_sym_PLUS] = ACTIONS(4188), + [anon_sym_DASH] = ACTIONS(4188), + [anon_sym_SLASH] = ACTIONS(4188), + [anon_sym_PERCENT] = ACTIONS(4188), + [anon_sym_as_QMARK] = ACTIONS(4190), + [anon_sym_PLUS_PLUS] = ACTIONS(4190), + [anon_sym_DASH_DASH] = ACTIONS(4190), + [anon_sym_BANG] = ACTIONS(4188), + [anon_sym_BANG_BANG] = ACTIONS(4190), + [anon_sym_suspend] = ACTIONS(4188), + [anon_sym_sealed] = ACTIONS(4188), + [anon_sym_annotation] = ACTIONS(4188), + [anon_sym_data] = ACTIONS(4188), + [anon_sym_inner] = ACTIONS(4188), + [anon_sym_override] = ACTIONS(4188), + [anon_sym_lateinit] = ACTIONS(4188), + [anon_sym_public] = ACTIONS(4188), + [anon_sym_private] = ACTIONS(4188), + [anon_sym_internal] = ACTIONS(4188), + [anon_sym_protected] = ACTIONS(4188), + [anon_sym_tailrec] = ACTIONS(4188), + [anon_sym_operator] = ACTIONS(4188), + [anon_sym_infix] = ACTIONS(4188), + [anon_sym_inline] = ACTIONS(4188), + [anon_sym_external] = ACTIONS(4188), + [sym_property_modifier] = ACTIONS(4188), + [anon_sym_abstract] = ACTIONS(4188), + [anon_sym_final] = ACTIONS(4188), + [anon_sym_open] = ACTIONS(4188), + [anon_sym_vararg] = ACTIONS(4188), + [anon_sym_noinline] = ACTIONS(4188), + [anon_sym_crossinline] = ACTIONS(4188), + [anon_sym_expect] = ACTIONS(4188), + [anon_sym_actual] = ACTIONS(4188), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4190), + [anon_sym_continue_AT] = ACTIONS(4190), + [anon_sym_break_AT] = ACTIONS(4190), + [sym_real_literal] = ACTIONS(4190), + [sym_integer_literal] = ACTIONS(4188), + [sym_hex_literal] = ACTIONS(4190), + [sym_bin_literal] = ACTIONS(4190), + [anon_sym_true] = ACTIONS(4188), + [anon_sym_false] = ACTIONS(4188), + [anon_sym_SQUOTE] = ACTIONS(4190), + [sym__backtick_identifier] = ACTIONS(4190), + [sym__automatic_semicolon] = ACTIONS(4190), + [sym_safe_nav] = ACTIONS(4190), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4190), }, [1023] = { - [sym__alpha_identifier] = ACTIONS(4674), - [anon_sym_AT] = ACTIONS(4676), - [anon_sym_COLON] = ACTIONS(4674), - [anon_sym_LBRACK] = ACTIONS(4676), - [anon_sym_as] = ACTIONS(4674), - [anon_sym_EQ] = ACTIONS(4674), - [anon_sym_LBRACE] = ACTIONS(4676), - [anon_sym_RBRACE] = ACTIONS(4676), - [anon_sym_LPAREN] = ACTIONS(4676), - [anon_sym_COMMA] = ACTIONS(4676), - [anon_sym_LT] = ACTIONS(4674), - [anon_sym_GT] = ACTIONS(4674), - [anon_sym_where] = ACTIONS(4674), - [anon_sym_object] = ACTIONS(4674), - [anon_sym_fun] = ACTIONS(4674), - [anon_sym_DOT] = ACTIONS(4674), - [anon_sym_SEMI] = ACTIONS(4676), - [anon_sym_get] = ACTIONS(4674), - [anon_sym_set] = ACTIONS(4674), - [anon_sym_this] = ACTIONS(4674), - [anon_sym_super] = ACTIONS(4674), - [anon_sym_STAR] = ACTIONS(4674), - [sym_label] = ACTIONS(4674), - [anon_sym_in] = ACTIONS(4674), - [anon_sym_DOT_DOT] = ACTIONS(4676), - [anon_sym_QMARK_COLON] = ACTIONS(4676), - [anon_sym_AMP_AMP] = ACTIONS(4676), - [anon_sym_PIPE_PIPE] = ACTIONS(4676), - [anon_sym_null] = ACTIONS(4674), - [anon_sym_if] = ACTIONS(4674), - [anon_sym_else] = ACTIONS(4674), - [anon_sym_when] = ACTIONS(4674), - [anon_sym_try] = ACTIONS(4674), - [anon_sym_throw] = ACTIONS(4674), - [anon_sym_return] = ACTIONS(4674), - [anon_sym_continue] = ACTIONS(4674), - [anon_sym_break] = ACTIONS(4674), - [anon_sym_COLON_COLON] = ACTIONS(4676), - [anon_sym_PLUS_EQ] = ACTIONS(4676), - [anon_sym_DASH_EQ] = ACTIONS(4676), - [anon_sym_STAR_EQ] = ACTIONS(4676), - [anon_sym_SLASH_EQ] = ACTIONS(4676), - [anon_sym_PERCENT_EQ] = ACTIONS(4676), - [anon_sym_BANG_EQ] = ACTIONS(4674), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4676), - [anon_sym_EQ_EQ] = ACTIONS(4674), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4676), - [anon_sym_LT_EQ] = ACTIONS(4676), - [anon_sym_GT_EQ] = ACTIONS(4676), - [anon_sym_BANGin] = ACTIONS(4676), - [anon_sym_is] = ACTIONS(4674), - [anon_sym_BANGis] = ACTIONS(4676), - [anon_sym_PLUS] = ACTIONS(4674), - [anon_sym_DASH] = ACTIONS(4674), - [anon_sym_SLASH] = ACTIONS(4674), - [anon_sym_PERCENT] = ACTIONS(4674), - [anon_sym_as_QMARK] = ACTIONS(4676), - [anon_sym_PLUS_PLUS] = ACTIONS(4676), - [anon_sym_DASH_DASH] = ACTIONS(4676), - [anon_sym_BANG] = ACTIONS(4674), - [anon_sym_BANG_BANG] = ACTIONS(4676), - [anon_sym_suspend] = ACTIONS(4674), - [anon_sym_sealed] = ACTIONS(4674), - [anon_sym_annotation] = ACTIONS(4674), - [anon_sym_data] = ACTIONS(4674), - [anon_sym_inner] = ACTIONS(4674), - [anon_sym_override] = ACTIONS(4674), - [anon_sym_lateinit] = ACTIONS(4674), - [anon_sym_public] = ACTIONS(4674), - [anon_sym_private] = ACTIONS(4674), - [anon_sym_internal] = ACTIONS(4674), - [anon_sym_protected] = ACTIONS(4674), - [anon_sym_tailrec] = ACTIONS(4674), - [anon_sym_operator] = ACTIONS(4674), - [anon_sym_infix] = ACTIONS(4674), - [anon_sym_inline] = ACTIONS(4674), - [anon_sym_external] = ACTIONS(4674), - [sym_property_modifier] = ACTIONS(4674), - [anon_sym_abstract] = ACTIONS(4674), - [anon_sym_final] = ACTIONS(4674), - [anon_sym_open] = ACTIONS(4674), - [anon_sym_vararg] = ACTIONS(4674), - [anon_sym_noinline] = ACTIONS(4674), - [anon_sym_crossinline] = ACTIONS(4674), - [anon_sym_expect] = ACTIONS(4674), - [anon_sym_actual] = ACTIONS(4674), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4676), - [anon_sym_continue_AT] = ACTIONS(4676), - [anon_sym_break_AT] = ACTIONS(4676), - [sym_real_literal] = ACTIONS(4676), - [sym_integer_literal] = ACTIONS(4674), - [sym_hex_literal] = ACTIONS(4676), - [sym_bin_literal] = ACTIONS(4676), - [anon_sym_true] = ACTIONS(4674), - [anon_sym_false] = ACTIONS(4674), - [anon_sym_SQUOTE] = ACTIONS(4676), - [sym__backtick_identifier] = ACTIONS(4676), - [sym__automatic_semicolon] = ACTIONS(4676), - [sym_safe_nav] = ACTIONS(4676), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4676), + [sym_class_body] = STATE(1159), + [sym__alpha_identifier] = ACTIONS(4406), + [anon_sym_AT] = ACTIONS(4408), + [anon_sym_LBRACK] = ACTIONS(4408), + [anon_sym_as] = ACTIONS(4406), + [anon_sym_EQ] = ACTIONS(4406), + [anon_sym_LBRACE] = ACTIONS(3180), + [anon_sym_RBRACE] = ACTIONS(4408), + [anon_sym_LPAREN] = ACTIONS(4408), + [anon_sym_COMMA] = ACTIONS(4408), + [anon_sym_LT] = ACTIONS(4406), + [anon_sym_GT] = ACTIONS(4406), + [anon_sym_where] = ACTIONS(4406), + [anon_sym_object] = ACTIONS(4406), + [anon_sym_fun] = ACTIONS(4406), + [anon_sym_DOT] = ACTIONS(4406), + [anon_sym_SEMI] = ACTIONS(4408), + [anon_sym_get] = ACTIONS(4406), + [anon_sym_set] = ACTIONS(4406), + [anon_sym_this] = ACTIONS(4406), + [anon_sym_super] = ACTIONS(4406), + [anon_sym_STAR] = ACTIONS(4406), + [sym_label] = ACTIONS(4406), + [anon_sym_in] = ACTIONS(4406), + [anon_sym_DOT_DOT] = ACTIONS(4408), + [anon_sym_QMARK_COLON] = ACTIONS(4408), + [anon_sym_AMP_AMP] = ACTIONS(4408), + [anon_sym_PIPE_PIPE] = ACTIONS(4408), + [anon_sym_null] = ACTIONS(4406), + [anon_sym_if] = ACTIONS(4406), + [anon_sym_else] = ACTIONS(4406), + [anon_sym_when] = ACTIONS(4406), + [anon_sym_try] = ACTIONS(4406), + [anon_sym_throw] = ACTIONS(4406), + [anon_sym_return] = ACTIONS(4406), + [anon_sym_continue] = ACTIONS(4406), + [anon_sym_break] = ACTIONS(4406), + [anon_sym_COLON_COLON] = ACTIONS(4408), + [anon_sym_PLUS_EQ] = ACTIONS(4408), + [anon_sym_DASH_EQ] = ACTIONS(4408), + [anon_sym_STAR_EQ] = ACTIONS(4408), + [anon_sym_SLASH_EQ] = ACTIONS(4408), + [anon_sym_PERCENT_EQ] = ACTIONS(4408), + [anon_sym_BANG_EQ] = ACTIONS(4406), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4408), + [anon_sym_EQ_EQ] = ACTIONS(4406), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4408), + [anon_sym_LT_EQ] = ACTIONS(4408), + [anon_sym_GT_EQ] = ACTIONS(4408), + [anon_sym_BANGin] = ACTIONS(4408), + [anon_sym_is] = ACTIONS(4406), + [anon_sym_BANGis] = ACTIONS(4408), + [anon_sym_PLUS] = ACTIONS(4406), + [anon_sym_DASH] = ACTIONS(4406), + [anon_sym_SLASH] = ACTIONS(4406), + [anon_sym_PERCENT] = ACTIONS(4406), + [anon_sym_as_QMARK] = ACTIONS(4408), + [anon_sym_PLUS_PLUS] = ACTIONS(4408), + [anon_sym_DASH_DASH] = ACTIONS(4408), + [anon_sym_BANG] = ACTIONS(4406), + [anon_sym_BANG_BANG] = ACTIONS(4408), + [anon_sym_suspend] = ACTIONS(4406), + [anon_sym_sealed] = ACTIONS(4406), + [anon_sym_annotation] = ACTIONS(4406), + [anon_sym_data] = ACTIONS(4406), + [anon_sym_inner] = ACTIONS(4406), + [anon_sym_override] = ACTIONS(4406), + [anon_sym_lateinit] = ACTIONS(4406), + [anon_sym_public] = ACTIONS(4406), + [anon_sym_private] = ACTIONS(4406), + [anon_sym_internal] = ACTIONS(4406), + [anon_sym_protected] = ACTIONS(4406), + [anon_sym_tailrec] = ACTIONS(4406), + [anon_sym_operator] = ACTIONS(4406), + [anon_sym_infix] = ACTIONS(4406), + [anon_sym_inline] = ACTIONS(4406), + [anon_sym_external] = ACTIONS(4406), + [sym_property_modifier] = ACTIONS(4406), + [anon_sym_abstract] = ACTIONS(4406), + [anon_sym_final] = ACTIONS(4406), + [anon_sym_open] = ACTIONS(4406), + [anon_sym_vararg] = ACTIONS(4406), + [anon_sym_noinline] = ACTIONS(4406), + [anon_sym_crossinline] = ACTIONS(4406), + [anon_sym_expect] = ACTIONS(4406), + [anon_sym_actual] = ACTIONS(4406), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4408), + [anon_sym_continue_AT] = ACTIONS(4408), + [anon_sym_break_AT] = ACTIONS(4408), + [sym_real_literal] = ACTIONS(4408), + [sym_integer_literal] = ACTIONS(4406), + [sym_hex_literal] = ACTIONS(4408), + [sym_bin_literal] = ACTIONS(4408), + [anon_sym_true] = ACTIONS(4406), + [anon_sym_false] = ACTIONS(4406), + [anon_sym_SQUOTE] = ACTIONS(4408), + [sym__backtick_identifier] = ACTIONS(4408), + [sym__automatic_semicolon] = ACTIONS(4408), + [sym_safe_nav] = ACTIONS(4408), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4408), }, [1024] = { - [aux_sym__delegation_specifiers_repeat1] = STATE(1025), - [sym__alpha_identifier] = ACTIONS(4678), - [anon_sym_AT] = ACTIONS(4680), - [anon_sym_LBRACK] = ACTIONS(4680), - [anon_sym_as] = ACTIONS(4678), - [anon_sym_EQ] = ACTIONS(4678), - [anon_sym_LBRACE] = ACTIONS(4680), - [anon_sym_RBRACE] = ACTIONS(4680), - [anon_sym_LPAREN] = ACTIONS(4680), - [anon_sym_COMMA] = ACTIONS(4682), - [anon_sym_LT] = ACTIONS(4678), - [anon_sym_GT] = ACTIONS(4678), - [anon_sym_where] = ACTIONS(4678), - [anon_sym_object] = ACTIONS(4678), - [anon_sym_fun] = ACTIONS(4678), - [anon_sym_DOT] = ACTIONS(4678), - [anon_sym_SEMI] = ACTIONS(4680), - [anon_sym_get] = ACTIONS(4678), - [anon_sym_set] = ACTIONS(4678), - [anon_sym_this] = ACTIONS(4678), - [anon_sym_super] = ACTIONS(4678), - [anon_sym_STAR] = ACTIONS(4678), - [sym_label] = ACTIONS(4678), - [anon_sym_in] = ACTIONS(4678), - [anon_sym_DOT_DOT] = ACTIONS(4680), - [anon_sym_QMARK_COLON] = ACTIONS(4680), - [anon_sym_AMP_AMP] = ACTIONS(4680), - [anon_sym_PIPE_PIPE] = ACTIONS(4680), - [anon_sym_null] = ACTIONS(4678), - [anon_sym_if] = ACTIONS(4678), - [anon_sym_else] = ACTIONS(4678), - [anon_sym_when] = ACTIONS(4678), - [anon_sym_try] = ACTIONS(4678), - [anon_sym_throw] = ACTIONS(4678), - [anon_sym_return] = ACTIONS(4678), - [anon_sym_continue] = ACTIONS(4678), - [anon_sym_break] = ACTIONS(4678), - [anon_sym_COLON_COLON] = ACTIONS(4680), - [anon_sym_PLUS_EQ] = ACTIONS(4680), - [anon_sym_DASH_EQ] = ACTIONS(4680), - [anon_sym_STAR_EQ] = ACTIONS(4680), - [anon_sym_SLASH_EQ] = ACTIONS(4680), - [anon_sym_PERCENT_EQ] = ACTIONS(4680), - [anon_sym_BANG_EQ] = ACTIONS(4678), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4680), - [anon_sym_EQ_EQ] = ACTIONS(4678), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4680), - [anon_sym_LT_EQ] = ACTIONS(4680), - [anon_sym_GT_EQ] = ACTIONS(4680), - [anon_sym_BANGin] = ACTIONS(4680), - [anon_sym_is] = ACTIONS(4678), - [anon_sym_BANGis] = ACTIONS(4680), - [anon_sym_PLUS] = ACTIONS(4678), - [anon_sym_DASH] = ACTIONS(4678), - [anon_sym_SLASH] = ACTIONS(4678), - [anon_sym_PERCENT] = ACTIONS(4678), - [anon_sym_as_QMARK] = ACTIONS(4680), - [anon_sym_PLUS_PLUS] = ACTIONS(4680), - [anon_sym_DASH_DASH] = ACTIONS(4680), - [anon_sym_BANG] = ACTIONS(4678), - [anon_sym_BANG_BANG] = ACTIONS(4680), - [anon_sym_suspend] = ACTIONS(4678), - [anon_sym_sealed] = ACTIONS(4678), - [anon_sym_annotation] = ACTIONS(4678), - [anon_sym_data] = ACTIONS(4678), - [anon_sym_inner] = ACTIONS(4678), - [anon_sym_override] = ACTIONS(4678), - [anon_sym_lateinit] = ACTIONS(4678), - [anon_sym_public] = ACTIONS(4678), - [anon_sym_private] = ACTIONS(4678), - [anon_sym_internal] = ACTIONS(4678), - [anon_sym_protected] = ACTIONS(4678), - [anon_sym_tailrec] = ACTIONS(4678), - [anon_sym_operator] = ACTIONS(4678), - [anon_sym_infix] = ACTIONS(4678), - [anon_sym_inline] = ACTIONS(4678), - [anon_sym_external] = ACTIONS(4678), - [sym_property_modifier] = ACTIONS(4678), - [anon_sym_abstract] = ACTIONS(4678), - [anon_sym_final] = ACTIONS(4678), - [anon_sym_open] = ACTIONS(4678), - [anon_sym_vararg] = ACTIONS(4678), - [anon_sym_noinline] = ACTIONS(4678), - [anon_sym_crossinline] = ACTIONS(4678), - [anon_sym_expect] = ACTIONS(4678), - [anon_sym_actual] = ACTIONS(4678), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4680), - [anon_sym_continue_AT] = ACTIONS(4680), - [anon_sym_break_AT] = ACTIONS(4680), - [sym_real_literal] = ACTIONS(4680), - [sym_integer_literal] = ACTIONS(4678), - [sym_hex_literal] = ACTIONS(4680), - [sym_bin_literal] = ACTIONS(4680), - [anon_sym_true] = ACTIONS(4678), - [anon_sym_false] = ACTIONS(4678), - [anon_sym_SQUOTE] = ACTIONS(4680), - [sym__backtick_identifier] = ACTIONS(4680), - [sym__automatic_semicolon] = ACTIONS(4680), - [sym_safe_nav] = ACTIONS(4680), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4680), - }, - [1025] = { - [aux_sym__delegation_specifiers_repeat1] = STATE(1019), - [sym__alpha_identifier] = ACTIONS(4684), - [anon_sym_AT] = ACTIONS(4686), - [anon_sym_LBRACK] = ACTIONS(4686), - [anon_sym_as] = ACTIONS(4684), - [anon_sym_EQ] = ACTIONS(4684), - [anon_sym_LBRACE] = ACTIONS(4686), - [anon_sym_RBRACE] = ACTIONS(4686), - [anon_sym_LPAREN] = ACTIONS(4686), - [anon_sym_COMMA] = ACTIONS(4682), - [anon_sym_LT] = ACTIONS(4684), - [anon_sym_GT] = ACTIONS(4684), - [anon_sym_where] = ACTIONS(4684), - [anon_sym_object] = ACTIONS(4684), - [anon_sym_fun] = ACTIONS(4684), - [anon_sym_DOT] = ACTIONS(4684), - [anon_sym_SEMI] = ACTIONS(4686), - [anon_sym_get] = ACTIONS(4684), - [anon_sym_set] = ACTIONS(4684), - [anon_sym_this] = ACTIONS(4684), - [anon_sym_super] = ACTIONS(4684), - [anon_sym_STAR] = ACTIONS(4684), - [sym_label] = ACTIONS(4684), - [anon_sym_in] = ACTIONS(4684), - [anon_sym_DOT_DOT] = ACTIONS(4686), - [anon_sym_QMARK_COLON] = ACTIONS(4686), - [anon_sym_AMP_AMP] = ACTIONS(4686), - [anon_sym_PIPE_PIPE] = ACTIONS(4686), - [anon_sym_null] = ACTIONS(4684), - [anon_sym_if] = ACTIONS(4684), - [anon_sym_else] = ACTIONS(4684), - [anon_sym_when] = ACTIONS(4684), - [anon_sym_try] = ACTIONS(4684), - [anon_sym_throw] = ACTIONS(4684), - [anon_sym_return] = ACTIONS(4684), - [anon_sym_continue] = ACTIONS(4684), - [anon_sym_break] = ACTIONS(4684), - [anon_sym_COLON_COLON] = ACTIONS(4686), - [anon_sym_PLUS_EQ] = ACTIONS(4686), - [anon_sym_DASH_EQ] = ACTIONS(4686), - [anon_sym_STAR_EQ] = ACTIONS(4686), - [anon_sym_SLASH_EQ] = ACTIONS(4686), - [anon_sym_PERCENT_EQ] = ACTIONS(4686), - [anon_sym_BANG_EQ] = ACTIONS(4684), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4686), - [anon_sym_EQ_EQ] = ACTIONS(4684), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4686), - [anon_sym_LT_EQ] = ACTIONS(4686), - [anon_sym_GT_EQ] = ACTIONS(4686), - [anon_sym_BANGin] = ACTIONS(4686), - [anon_sym_is] = ACTIONS(4684), - [anon_sym_BANGis] = ACTIONS(4686), - [anon_sym_PLUS] = ACTIONS(4684), - [anon_sym_DASH] = ACTIONS(4684), - [anon_sym_SLASH] = ACTIONS(4684), - [anon_sym_PERCENT] = ACTIONS(4684), - [anon_sym_as_QMARK] = ACTIONS(4686), - [anon_sym_PLUS_PLUS] = ACTIONS(4686), - [anon_sym_DASH_DASH] = ACTIONS(4686), - [anon_sym_BANG] = ACTIONS(4684), - [anon_sym_BANG_BANG] = ACTIONS(4686), - [anon_sym_suspend] = ACTIONS(4684), - [anon_sym_sealed] = ACTIONS(4684), - [anon_sym_annotation] = ACTIONS(4684), - [anon_sym_data] = ACTIONS(4684), - [anon_sym_inner] = ACTIONS(4684), - [anon_sym_override] = ACTIONS(4684), - [anon_sym_lateinit] = ACTIONS(4684), - [anon_sym_public] = ACTIONS(4684), - [anon_sym_private] = ACTIONS(4684), - [anon_sym_internal] = ACTIONS(4684), - [anon_sym_protected] = ACTIONS(4684), - [anon_sym_tailrec] = ACTIONS(4684), - [anon_sym_operator] = ACTIONS(4684), - [anon_sym_infix] = ACTIONS(4684), - [anon_sym_inline] = ACTIONS(4684), - [anon_sym_external] = ACTIONS(4684), - [sym_property_modifier] = ACTIONS(4684), - [anon_sym_abstract] = ACTIONS(4684), - [anon_sym_final] = ACTIONS(4684), - [anon_sym_open] = ACTIONS(4684), - [anon_sym_vararg] = ACTIONS(4684), - [anon_sym_noinline] = ACTIONS(4684), - [anon_sym_crossinline] = ACTIONS(4684), - [anon_sym_expect] = ACTIONS(4684), - [anon_sym_actual] = ACTIONS(4684), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4686), - [anon_sym_continue_AT] = ACTIONS(4686), - [anon_sym_break_AT] = ACTIONS(4686), - [sym_real_literal] = ACTIONS(4686), - [sym_integer_literal] = ACTIONS(4684), - [sym_hex_literal] = ACTIONS(4686), - [sym_bin_literal] = ACTIONS(4686), - [anon_sym_true] = ACTIONS(4684), - [anon_sym_false] = ACTIONS(4684), - [anon_sym_SQUOTE] = ACTIONS(4686), - [sym__backtick_identifier] = ACTIONS(4686), - [sym__automatic_semicolon] = ACTIONS(4686), - [sym_safe_nav] = ACTIONS(4686), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4686), - }, - [1026] = { - [aux_sym__delegation_specifiers_repeat1] = STATE(1019), - [sym__alpha_identifier] = ACTIONS(4684), - [anon_sym_AT] = ACTIONS(4686), - [anon_sym_LBRACK] = ACTIONS(4686), - [anon_sym_as] = ACTIONS(4684), - [anon_sym_EQ] = ACTIONS(4684), - [anon_sym_LBRACE] = ACTIONS(4686), - [anon_sym_RBRACE] = ACTIONS(4686), - [anon_sym_LPAREN] = ACTIONS(4686), - [anon_sym_COMMA] = ACTIONS(4686), - [anon_sym_LT] = ACTIONS(4684), - [anon_sym_GT] = ACTIONS(4684), - [anon_sym_where] = ACTIONS(4684), - [anon_sym_object] = ACTIONS(4684), - [anon_sym_fun] = ACTIONS(4684), - [anon_sym_DOT] = ACTIONS(4684), - [anon_sym_SEMI] = ACTIONS(4686), - [anon_sym_get] = ACTIONS(4684), - [anon_sym_set] = ACTIONS(4684), - [anon_sym_this] = ACTIONS(4684), - [anon_sym_super] = ACTIONS(4684), - [anon_sym_STAR] = ACTIONS(4684), - [sym_label] = ACTIONS(4684), - [anon_sym_in] = ACTIONS(4684), - [anon_sym_DOT_DOT] = ACTIONS(4686), - [anon_sym_QMARK_COLON] = ACTIONS(4686), - [anon_sym_AMP_AMP] = ACTIONS(4686), - [anon_sym_PIPE_PIPE] = ACTIONS(4686), - [anon_sym_null] = ACTIONS(4684), - [anon_sym_if] = ACTIONS(4684), - [anon_sym_else] = ACTIONS(4684), - [anon_sym_when] = ACTIONS(4684), - [anon_sym_try] = ACTIONS(4684), - [anon_sym_throw] = ACTIONS(4684), - [anon_sym_return] = ACTIONS(4684), - [anon_sym_continue] = ACTIONS(4684), - [anon_sym_break] = ACTIONS(4684), - [anon_sym_COLON_COLON] = ACTIONS(4686), - [anon_sym_PLUS_EQ] = ACTIONS(4686), - [anon_sym_DASH_EQ] = ACTIONS(4686), - [anon_sym_STAR_EQ] = ACTIONS(4686), - [anon_sym_SLASH_EQ] = ACTIONS(4686), - [anon_sym_PERCENT_EQ] = ACTIONS(4686), - [anon_sym_BANG_EQ] = ACTIONS(4684), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4686), - [anon_sym_EQ_EQ] = ACTIONS(4684), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4686), - [anon_sym_LT_EQ] = ACTIONS(4686), - [anon_sym_GT_EQ] = ACTIONS(4686), - [anon_sym_BANGin] = ACTIONS(4686), - [anon_sym_is] = ACTIONS(4684), - [anon_sym_BANGis] = ACTIONS(4686), - [anon_sym_PLUS] = ACTIONS(4684), - [anon_sym_DASH] = ACTIONS(4684), - [anon_sym_SLASH] = ACTIONS(4684), - [anon_sym_PERCENT] = ACTIONS(4684), - [anon_sym_as_QMARK] = ACTIONS(4686), - [anon_sym_PLUS_PLUS] = ACTIONS(4686), - [anon_sym_DASH_DASH] = ACTIONS(4686), - [anon_sym_BANG] = ACTIONS(4684), - [anon_sym_BANG_BANG] = ACTIONS(4686), - [anon_sym_suspend] = ACTIONS(4684), - [anon_sym_sealed] = ACTIONS(4684), - [anon_sym_annotation] = ACTIONS(4684), - [anon_sym_data] = ACTIONS(4684), - [anon_sym_inner] = ACTIONS(4684), - [anon_sym_override] = ACTIONS(4684), - [anon_sym_lateinit] = ACTIONS(4684), - [anon_sym_public] = ACTIONS(4684), - [anon_sym_private] = ACTIONS(4684), - [anon_sym_internal] = ACTIONS(4684), - [anon_sym_protected] = ACTIONS(4684), - [anon_sym_tailrec] = ACTIONS(4684), - [anon_sym_operator] = ACTIONS(4684), - [anon_sym_infix] = ACTIONS(4684), - [anon_sym_inline] = ACTIONS(4684), - [anon_sym_external] = ACTIONS(4684), - [sym_property_modifier] = ACTIONS(4684), - [anon_sym_abstract] = ACTIONS(4684), - [anon_sym_final] = ACTIONS(4684), - [anon_sym_open] = ACTIONS(4684), - [anon_sym_vararg] = ACTIONS(4684), - [anon_sym_noinline] = ACTIONS(4684), - [anon_sym_crossinline] = ACTIONS(4684), - [anon_sym_expect] = ACTIONS(4684), - [anon_sym_actual] = ACTIONS(4684), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4686), - [anon_sym_continue_AT] = ACTIONS(4686), - [anon_sym_break_AT] = ACTIONS(4686), - [sym_real_literal] = ACTIONS(4686), - [sym_integer_literal] = ACTIONS(4684), - [sym_hex_literal] = ACTIONS(4686), - [sym_bin_literal] = ACTIONS(4686), - [anon_sym_true] = ACTIONS(4684), - [anon_sym_false] = ACTIONS(4684), - [anon_sym_SQUOTE] = ACTIONS(4686), - [sym__backtick_identifier] = ACTIONS(4686), - [sym__automatic_semicolon] = ACTIONS(4686), - [sym_safe_nav] = ACTIONS(4686), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4686), - }, - [1027] = { - [sym_getter] = STATE(8853), - [sym_setter] = STATE(8853), - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(1922), - [sym__comparison_operator] = STATE(1923), - [sym__in_operator] = STATE(1928), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(2019), - [sym__multiplicative_operator] = STATE(2048), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_modifiers] = STATE(8618), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2068), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym_getter] = STATE(8826), + [sym_setter] = STATE(8826), + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(2278), + [sym__comparison_operator] = STATE(2276), + [sym__in_operator] = STATE(2273), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(2271), + [sym__multiplicative_operator] = STATE(2268), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_modifiers] = STATE(8834), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2266), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(1784), - [anon_sym_LPAREN] = ACTIONS(3570), + [anon_sym_RBRACE] = ACTIONS(1780), + [anon_sym_LPAREN] = ACTIONS(3572), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(4342), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(4688), - [anon_sym_get] = ACTIONS(4573), - [anon_sym_set] = ACTIONS(4575), - [anon_sym_STAR] = ACTIONS(4350), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(4352), - [anon_sym_DOT_DOT] = ACTIONS(4354), - [anon_sym_QMARK_COLON] = ACTIONS(4356), - [anon_sym_AMP_AMP] = ACTIONS(4358), - [anon_sym_PIPE_PIPE] = ACTIONS(4360), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_BANG_EQ] = ACTIONS(4362), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4364), - [anon_sym_EQ_EQ] = ACTIONS(4362), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4364), - [anon_sym_LT_EQ] = ACTIONS(4366), - [anon_sym_GT_EQ] = ACTIONS(4366), - [anon_sym_BANGin] = ACTIONS(4368), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), - [anon_sym_PLUS] = ACTIONS(4370), - [anon_sym_DASH] = ACTIONS(4370), - [anon_sym_SLASH] = ACTIONS(4372), - [anon_sym_PERCENT] = ACTIONS(4350), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), + [anon_sym_GT] = ACTIONS(4350), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(4680), + [anon_sym_get] = ACTIONS(4609), + [anon_sym_set] = ACTIONS(4611), + [anon_sym_STAR] = ACTIONS(4358), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(4360), + [anon_sym_DOT_DOT] = ACTIONS(4362), + [anon_sym_QMARK_COLON] = ACTIONS(4364), + [anon_sym_AMP_AMP] = ACTIONS(4366), + [anon_sym_PIPE_PIPE] = ACTIONS(4368), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_BANG_EQ] = ACTIONS(4370), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4372), + [anon_sym_EQ_EQ] = ACTIONS(4370), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4372), + [anon_sym_LT_EQ] = ACTIONS(4374), + [anon_sym_GT_EQ] = ACTIONS(4374), + [anon_sym_BANGin] = ACTIONS(4376), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), + [anon_sym_PLUS] = ACTIONS(4378), + [anon_sym_DASH] = ACTIONS(4378), + [anon_sym_SLASH] = ACTIONS(4380), + [anon_sym_PERCENT] = ACTIONS(4358), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -154060,811 +153856,395 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(1784), - [sym_safe_nav] = ACTIONS(3596), + [sym__automatic_semicolon] = ACTIONS(1780), + [sym_safe_nav] = ACTIONS(3598), [sym_multiline_comment] = ACTIONS(3), }, - [1028] = { - [sym_enum_class_body] = STATE(1102), - [sym__alpha_identifier] = ACTIONS(4422), - [anon_sym_AT] = ACTIONS(4424), - [anon_sym_LBRACK] = ACTIONS(4424), - [anon_sym_as] = ACTIONS(4422), - [anon_sym_EQ] = ACTIONS(4422), - [anon_sym_LBRACE] = ACTIONS(3144), - [anon_sym_RBRACE] = ACTIONS(4424), - [anon_sym_LPAREN] = ACTIONS(4424), - [anon_sym_COMMA] = ACTIONS(4424), - [anon_sym_LT] = ACTIONS(4422), - [anon_sym_GT] = ACTIONS(4422), - [anon_sym_where] = ACTIONS(4422), - [anon_sym_object] = ACTIONS(4422), - [anon_sym_fun] = ACTIONS(4422), - [anon_sym_DOT] = ACTIONS(4422), - [anon_sym_SEMI] = ACTIONS(4424), - [anon_sym_get] = ACTIONS(4422), - [anon_sym_set] = ACTIONS(4422), - [anon_sym_this] = ACTIONS(4422), - [anon_sym_super] = ACTIONS(4422), - [anon_sym_STAR] = ACTIONS(4422), - [sym_label] = ACTIONS(4422), - [anon_sym_in] = ACTIONS(4422), - [anon_sym_DOT_DOT] = ACTIONS(4424), - [anon_sym_QMARK_COLON] = ACTIONS(4424), - [anon_sym_AMP_AMP] = ACTIONS(4424), - [anon_sym_PIPE_PIPE] = ACTIONS(4424), - [anon_sym_null] = ACTIONS(4422), - [anon_sym_if] = ACTIONS(4422), - [anon_sym_else] = ACTIONS(4422), - [anon_sym_when] = ACTIONS(4422), - [anon_sym_try] = ACTIONS(4422), - [anon_sym_throw] = ACTIONS(4422), - [anon_sym_return] = ACTIONS(4422), - [anon_sym_continue] = ACTIONS(4422), - [anon_sym_break] = ACTIONS(4422), - [anon_sym_COLON_COLON] = ACTIONS(4424), - [anon_sym_PLUS_EQ] = ACTIONS(4424), - [anon_sym_DASH_EQ] = ACTIONS(4424), - [anon_sym_STAR_EQ] = ACTIONS(4424), - [anon_sym_SLASH_EQ] = ACTIONS(4424), - [anon_sym_PERCENT_EQ] = ACTIONS(4424), - [anon_sym_BANG_EQ] = ACTIONS(4422), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4424), - [anon_sym_EQ_EQ] = ACTIONS(4422), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4424), - [anon_sym_LT_EQ] = ACTIONS(4424), - [anon_sym_GT_EQ] = ACTIONS(4424), - [anon_sym_BANGin] = ACTIONS(4424), - [anon_sym_is] = ACTIONS(4422), - [anon_sym_BANGis] = ACTIONS(4424), - [anon_sym_PLUS] = ACTIONS(4422), - [anon_sym_DASH] = ACTIONS(4422), - [anon_sym_SLASH] = ACTIONS(4422), - [anon_sym_PERCENT] = ACTIONS(4422), - [anon_sym_as_QMARK] = ACTIONS(4424), - [anon_sym_PLUS_PLUS] = ACTIONS(4424), - [anon_sym_DASH_DASH] = ACTIONS(4424), - [anon_sym_BANG] = ACTIONS(4422), - [anon_sym_BANG_BANG] = ACTIONS(4424), - [anon_sym_suspend] = ACTIONS(4422), - [anon_sym_sealed] = ACTIONS(4422), - [anon_sym_annotation] = ACTIONS(4422), - [anon_sym_data] = ACTIONS(4422), - [anon_sym_inner] = ACTIONS(4422), - [anon_sym_override] = ACTIONS(4422), - [anon_sym_lateinit] = ACTIONS(4422), - [anon_sym_public] = ACTIONS(4422), - [anon_sym_private] = ACTIONS(4422), - [anon_sym_internal] = ACTIONS(4422), - [anon_sym_protected] = ACTIONS(4422), - [anon_sym_tailrec] = ACTIONS(4422), - [anon_sym_operator] = ACTIONS(4422), - [anon_sym_infix] = ACTIONS(4422), - [anon_sym_inline] = ACTIONS(4422), - [anon_sym_external] = ACTIONS(4422), - [sym_property_modifier] = ACTIONS(4422), - [anon_sym_abstract] = ACTIONS(4422), - [anon_sym_final] = ACTIONS(4422), - [anon_sym_open] = ACTIONS(4422), - [anon_sym_vararg] = ACTIONS(4422), - [anon_sym_noinline] = ACTIONS(4422), - [anon_sym_crossinline] = ACTIONS(4422), - [anon_sym_expect] = ACTIONS(4422), - [anon_sym_actual] = ACTIONS(4422), + [1025] = { + [sym_indexing_suffix] = STATE(3424), + [sym_navigation_suffix] = STATE(3423), + [sym_call_suffix] = STATE(3420), + [sym_annotated_lambda] = STATE(3419), + [sym_type_arguments] = STATE(7492), + [sym_value_arguments] = STATE(2731), + [sym_lambda_literal] = STATE(3415), + [sym__equality_operator] = STATE(1651), + [sym__comparison_operator] = STATE(1652), + [sym__in_operator] = STATE(1654), + [sym__is_operator] = STATE(6160), + [sym__additive_operator] = STATE(1655), + [sym__multiplicative_operator] = STATE(1656), + [sym__as_operator] = STATE(6161), + [sym__postfix_unary_operator] = STATE(3414), + [sym__member_access_operator] = STATE(7370), + [sym_annotation] = STATE(7887), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1657), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7887), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(4543), + [anon_sym_as] = ACTIONS(4545), + [anon_sym_EQ] = ACTIONS(3071), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_RBRACE] = ACTIONS(3073), + [anon_sym_LPAREN] = ACTIONS(4547), + [anon_sym_COMMA] = ACTIONS(3073), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(4549), + [anon_sym_where] = ACTIONS(3071), + [anon_sym_object] = ACTIONS(3071), + [anon_sym_fun] = ACTIONS(3071), + [anon_sym_DOT] = ACTIONS(4551), + [anon_sym_SEMI] = ACTIONS(3073), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_this] = ACTIONS(3071), + [anon_sym_super] = ACTIONS(3071), + [anon_sym_STAR] = ACTIONS(4553), + [sym_label] = ACTIONS(4555), + [anon_sym_in] = ACTIONS(4557), + [anon_sym_DOT_DOT] = ACTIONS(4559), + [anon_sym_QMARK_COLON] = ACTIONS(4561), + [anon_sym_AMP_AMP] = ACTIONS(4563), + [anon_sym_PIPE_PIPE] = ACTIONS(4565), + [anon_sym_null] = ACTIONS(3071), + [anon_sym_if] = ACTIONS(3071), + [anon_sym_else] = ACTIONS(3071), + [anon_sym_when] = ACTIONS(3071), + [anon_sym_try] = ACTIONS(3071), + [anon_sym_throw] = ACTIONS(3071), + [anon_sym_return] = ACTIONS(3071), + [anon_sym_continue] = ACTIONS(3071), + [anon_sym_break] = ACTIONS(3071), + [anon_sym_COLON_COLON] = ACTIONS(4567), + [anon_sym_PLUS_EQ] = ACTIONS(3073), + [anon_sym_DASH_EQ] = ACTIONS(3073), + [anon_sym_STAR_EQ] = ACTIONS(3073), + [anon_sym_SLASH_EQ] = ACTIONS(3073), + [anon_sym_PERCENT_EQ] = ACTIONS(3073), + [anon_sym_BANG_EQ] = ACTIONS(4569), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4571), + [anon_sym_EQ_EQ] = ACTIONS(4569), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4571), + [anon_sym_LT_EQ] = ACTIONS(4573), + [anon_sym_GT_EQ] = ACTIONS(4573), + [anon_sym_BANGin] = ACTIONS(4575), + [anon_sym_is] = ACTIONS(4577), + [anon_sym_BANGis] = ACTIONS(4579), + [anon_sym_PLUS] = ACTIONS(4581), + [anon_sym_DASH] = ACTIONS(4581), + [anon_sym_SLASH] = ACTIONS(4553), + [anon_sym_PERCENT] = ACTIONS(4553), + [anon_sym_as_QMARK] = ACTIONS(4583), + [anon_sym_PLUS_PLUS] = ACTIONS(4585), + [anon_sym_DASH_DASH] = ACTIONS(4585), + [anon_sym_BANG] = ACTIONS(3071), + [anon_sym_BANG_BANG] = ACTIONS(4585), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4424), - [anon_sym_continue_AT] = ACTIONS(4424), - [anon_sym_break_AT] = ACTIONS(4424), - [sym_real_literal] = ACTIONS(4424), - [sym_integer_literal] = ACTIONS(4422), - [sym_hex_literal] = ACTIONS(4424), - [sym_bin_literal] = ACTIONS(4424), - [anon_sym_true] = ACTIONS(4422), - [anon_sym_false] = ACTIONS(4422), - [anon_sym_SQUOTE] = ACTIONS(4424), - [sym__backtick_identifier] = ACTIONS(4424), - [sym__automatic_semicolon] = ACTIONS(4424), - [sym_safe_nav] = ACTIONS(4424), + [anon_sym_return_AT] = ACTIONS(3073), + [anon_sym_continue_AT] = ACTIONS(3073), + [anon_sym_break_AT] = ACTIONS(3073), + [sym_real_literal] = ACTIONS(3073), + [sym_integer_literal] = ACTIONS(3071), + [sym_hex_literal] = ACTIONS(3073), + [sym_bin_literal] = ACTIONS(3073), + [anon_sym_true] = ACTIONS(3071), + [anon_sym_false] = ACTIONS(3071), + [anon_sym_SQUOTE] = ACTIONS(3073), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(3073), + [sym_safe_nav] = ACTIONS(4567), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4424), - }, - [1029] = { - [sym__alpha_identifier] = ACTIONS(4454), - [anon_sym_AT] = ACTIONS(4456), - [anon_sym_LBRACK] = ACTIONS(4456), - [anon_sym_as] = ACTIONS(4454), - [anon_sym_EQ] = ACTIONS(4454), - [anon_sym_LBRACE] = ACTIONS(4456), - [anon_sym_RBRACE] = ACTIONS(4456), - [anon_sym_LPAREN] = ACTIONS(4456), - [anon_sym_COMMA] = ACTIONS(4456), - [anon_sym_by] = ACTIONS(4458), - [anon_sym_LT] = ACTIONS(4454), - [anon_sym_GT] = ACTIONS(4454), - [anon_sym_where] = ACTIONS(4454), - [anon_sym_object] = ACTIONS(4454), - [anon_sym_fun] = ACTIONS(4454), - [anon_sym_DOT] = ACTIONS(4454), - [anon_sym_SEMI] = ACTIONS(4456), - [anon_sym_get] = ACTIONS(4454), - [anon_sym_set] = ACTIONS(4454), - [anon_sym_this] = ACTIONS(4454), - [anon_sym_super] = ACTIONS(4454), - [anon_sym_STAR] = ACTIONS(4454), - [sym_label] = ACTIONS(4454), - [anon_sym_in] = ACTIONS(4454), - [anon_sym_DOT_DOT] = ACTIONS(4456), - [anon_sym_QMARK_COLON] = ACTIONS(4456), - [anon_sym_AMP_AMP] = ACTIONS(4456), - [anon_sym_PIPE_PIPE] = ACTIONS(4456), - [anon_sym_null] = ACTIONS(4454), - [anon_sym_if] = ACTIONS(4454), - [anon_sym_else] = ACTIONS(4454), - [anon_sym_when] = ACTIONS(4454), - [anon_sym_try] = ACTIONS(4454), - [anon_sym_throw] = ACTIONS(4454), - [anon_sym_return] = ACTIONS(4454), - [anon_sym_continue] = ACTIONS(4454), - [anon_sym_break] = ACTIONS(4454), - [anon_sym_COLON_COLON] = ACTIONS(4456), - [anon_sym_PLUS_EQ] = ACTIONS(4456), - [anon_sym_DASH_EQ] = ACTIONS(4456), - [anon_sym_STAR_EQ] = ACTIONS(4456), - [anon_sym_SLASH_EQ] = ACTIONS(4456), - [anon_sym_PERCENT_EQ] = ACTIONS(4456), - [anon_sym_BANG_EQ] = ACTIONS(4454), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4456), - [anon_sym_EQ_EQ] = ACTIONS(4454), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4456), - [anon_sym_LT_EQ] = ACTIONS(4456), - [anon_sym_GT_EQ] = ACTIONS(4456), - [anon_sym_BANGin] = ACTIONS(4456), - [anon_sym_is] = ACTIONS(4454), - [anon_sym_BANGis] = ACTIONS(4456), - [anon_sym_PLUS] = ACTIONS(4454), - [anon_sym_DASH] = ACTIONS(4454), - [anon_sym_SLASH] = ACTIONS(4454), - [anon_sym_PERCENT] = ACTIONS(4454), - [anon_sym_as_QMARK] = ACTIONS(4456), - [anon_sym_PLUS_PLUS] = ACTIONS(4456), - [anon_sym_DASH_DASH] = ACTIONS(4456), - [anon_sym_BANG] = ACTIONS(4454), - [anon_sym_BANG_BANG] = ACTIONS(4456), - [anon_sym_suspend] = ACTIONS(4454), - [anon_sym_sealed] = ACTIONS(4454), - [anon_sym_annotation] = ACTIONS(4454), - [anon_sym_data] = ACTIONS(4454), - [anon_sym_inner] = ACTIONS(4454), - [anon_sym_override] = ACTIONS(4454), - [anon_sym_lateinit] = ACTIONS(4454), - [anon_sym_public] = ACTIONS(4454), - [anon_sym_private] = ACTIONS(4454), - [anon_sym_internal] = ACTIONS(4454), - [anon_sym_protected] = ACTIONS(4454), - [anon_sym_tailrec] = ACTIONS(4454), - [anon_sym_operator] = ACTIONS(4454), - [anon_sym_infix] = ACTIONS(4454), - [anon_sym_inline] = ACTIONS(4454), - [anon_sym_external] = ACTIONS(4454), - [sym_property_modifier] = ACTIONS(4454), - [anon_sym_abstract] = ACTIONS(4454), - [anon_sym_final] = ACTIONS(4454), - [anon_sym_open] = ACTIONS(4454), - [anon_sym_vararg] = ACTIONS(4454), - [anon_sym_noinline] = ACTIONS(4454), - [anon_sym_crossinline] = ACTIONS(4454), - [anon_sym_expect] = ACTIONS(4454), - [anon_sym_actual] = ACTIONS(4454), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4456), - [anon_sym_continue_AT] = ACTIONS(4456), - [anon_sym_break_AT] = ACTIONS(4456), - [sym_real_literal] = ACTIONS(4456), - [sym_integer_literal] = ACTIONS(4454), - [sym_hex_literal] = ACTIONS(4456), - [sym_bin_literal] = ACTIONS(4456), - [anon_sym_true] = ACTIONS(4454), - [anon_sym_false] = ACTIONS(4454), - [anon_sym_SQUOTE] = ACTIONS(4456), - [sym__backtick_identifier] = ACTIONS(4456), - [sym__automatic_semicolon] = ACTIONS(4456), - [sym_safe_nav] = ACTIONS(4456), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4456), + [sym__string_start] = ACTIONS(3073), }, - [1030] = { - [sym_class_body] = STATE(1092), - [sym__alpha_identifier] = ACTIONS(4481), - [anon_sym_AT] = ACTIONS(4483), - [anon_sym_LBRACK] = ACTIONS(4483), - [anon_sym_as] = ACTIONS(4481), - [anon_sym_EQ] = ACTIONS(4481), - [anon_sym_LBRACE] = ACTIONS(3156), - [anon_sym_RBRACE] = ACTIONS(4483), - [anon_sym_LPAREN] = ACTIONS(4483), - [anon_sym_COMMA] = ACTIONS(4483), - [anon_sym_LT] = ACTIONS(4481), - [anon_sym_GT] = ACTIONS(4481), - [anon_sym_where] = ACTIONS(4481), - [anon_sym_object] = ACTIONS(4481), - [anon_sym_fun] = ACTIONS(4481), - [anon_sym_DOT] = ACTIONS(4481), - [anon_sym_SEMI] = ACTIONS(4483), - [anon_sym_get] = ACTIONS(4481), - [anon_sym_set] = ACTIONS(4481), - [anon_sym_this] = ACTIONS(4481), - [anon_sym_super] = ACTIONS(4481), - [anon_sym_STAR] = ACTIONS(4481), - [sym_label] = ACTIONS(4481), - [anon_sym_in] = ACTIONS(4481), - [anon_sym_DOT_DOT] = ACTIONS(4483), - [anon_sym_QMARK_COLON] = ACTIONS(4483), - [anon_sym_AMP_AMP] = ACTIONS(4483), - [anon_sym_PIPE_PIPE] = ACTIONS(4483), - [anon_sym_null] = ACTIONS(4481), - [anon_sym_if] = ACTIONS(4481), - [anon_sym_else] = ACTIONS(4481), - [anon_sym_when] = ACTIONS(4481), - [anon_sym_try] = ACTIONS(4481), - [anon_sym_throw] = ACTIONS(4481), - [anon_sym_return] = ACTIONS(4481), - [anon_sym_continue] = ACTIONS(4481), - [anon_sym_break] = ACTIONS(4481), - [anon_sym_COLON_COLON] = ACTIONS(4483), - [anon_sym_PLUS_EQ] = ACTIONS(4483), - [anon_sym_DASH_EQ] = ACTIONS(4483), - [anon_sym_STAR_EQ] = ACTIONS(4483), - [anon_sym_SLASH_EQ] = ACTIONS(4483), - [anon_sym_PERCENT_EQ] = ACTIONS(4483), - [anon_sym_BANG_EQ] = ACTIONS(4481), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4483), - [anon_sym_EQ_EQ] = ACTIONS(4481), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4483), - [anon_sym_LT_EQ] = ACTIONS(4483), - [anon_sym_GT_EQ] = ACTIONS(4483), - [anon_sym_BANGin] = ACTIONS(4483), - [anon_sym_is] = ACTIONS(4481), - [anon_sym_BANGis] = ACTIONS(4483), - [anon_sym_PLUS] = ACTIONS(4481), - [anon_sym_DASH] = ACTIONS(4481), - [anon_sym_SLASH] = ACTIONS(4481), - [anon_sym_PERCENT] = ACTIONS(4481), - [anon_sym_as_QMARK] = ACTIONS(4483), - [anon_sym_PLUS_PLUS] = ACTIONS(4483), - [anon_sym_DASH_DASH] = ACTIONS(4483), - [anon_sym_BANG] = ACTIONS(4481), - [anon_sym_BANG_BANG] = ACTIONS(4483), - [anon_sym_suspend] = ACTIONS(4481), - [anon_sym_sealed] = ACTIONS(4481), - [anon_sym_annotation] = ACTIONS(4481), - [anon_sym_data] = ACTIONS(4481), - [anon_sym_inner] = ACTIONS(4481), - [anon_sym_override] = ACTIONS(4481), - [anon_sym_lateinit] = ACTIONS(4481), - [anon_sym_public] = ACTIONS(4481), - [anon_sym_private] = ACTIONS(4481), - [anon_sym_internal] = ACTIONS(4481), - [anon_sym_protected] = ACTIONS(4481), - [anon_sym_tailrec] = ACTIONS(4481), - [anon_sym_operator] = ACTIONS(4481), - [anon_sym_infix] = ACTIONS(4481), - [anon_sym_inline] = ACTIONS(4481), - [anon_sym_external] = ACTIONS(4481), - [sym_property_modifier] = ACTIONS(4481), - [anon_sym_abstract] = ACTIONS(4481), - [anon_sym_final] = ACTIONS(4481), - [anon_sym_open] = ACTIONS(4481), - [anon_sym_vararg] = ACTIONS(4481), - [anon_sym_noinline] = ACTIONS(4481), - [anon_sym_crossinline] = ACTIONS(4481), - [anon_sym_expect] = ACTIONS(4481), - [anon_sym_actual] = ACTIONS(4481), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4483), - [anon_sym_continue_AT] = ACTIONS(4483), - [anon_sym_break_AT] = ACTIONS(4483), - [sym_real_literal] = ACTIONS(4483), - [sym_integer_literal] = ACTIONS(4481), - [sym_hex_literal] = ACTIONS(4483), - [sym_bin_literal] = ACTIONS(4483), - [anon_sym_true] = ACTIONS(4481), - [anon_sym_false] = ACTIONS(4481), - [anon_sym_SQUOTE] = ACTIONS(4483), - [sym__backtick_identifier] = ACTIONS(4483), - [sym__automatic_semicolon] = ACTIONS(4483), - [sym_safe_nav] = ACTIONS(4483), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4483), - }, - [1031] = { - [sym__alpha_identifier] = ACTIONS(4690), - [anon_sym_AT] = ACTIONS(4692), - [anon_sym_COLON] = ACTIONS(4690), - [anon_sym_LBRACK] = ACTIONS(4692), - [anon_sym_as] = ACTIONS(4690), - [anon_sym_EQ] = ACTIONS(4690), - [anon_sym_LBRACE] = ACTIONS(4692), - [anon_sym_RBRACE] = ACTIONS(4692), - [anon_sym_LPAREN] = ACTIONS(4692), - [anon_sym_COMMA] = ACTIONS(4692), - [anon_sym_LT] = ACTIONS(4690), - [anon_sym_GT] = ACTIONS(4690), - [anon_sym_where] = ACTIONS(4690), - [anon_sym_object] = ACTIONS(4690), - [anon_sym_fun] = ACTIONS(4690), - [anon_sym_DOT] = ACTIONS(4690), - [anon_sym_SEMI] = ACTIONS(4692), - [anon_sym_get] = ACTIONS(4690), - [anon_sym_set] = ACTIONS(4690), - [anon_sym_this] = ACTIONS(4690), - [anon_sym_super] = ACTIONS(4690), - [anon_sym_STAR] = ACTIONS(4690), - [sym_label] = ACTIONS(4690), - [anon_sym_in] = ACTIONS(4690), - [anon_sym_DOT_DOT] = ACTIONS(4692), - [anon_sym_QMARK_COLON] = ACTIONS(4692), - [anon_sym_AMP_AMP] = ACTIONS(4692), - [anon_sym_PIPE_PIPE] = ACTIONS(4692), - [anon_sym_null] = ACTIONS(4690), - [anon_sym_if] = ACTIONS(4690), - [anon_sym_else] = ACTIONS(4690), - [anon_sym_when] = ACTIONS(4690), - [anon_sym_try] = ACTIONS(4690), - [anon_sym_throw] = ACTIONS(4690), - [anon_sym_return] = ACTIONS(4690), - [anon_sym_continue] = ACTIONS(4690), - [anon_sym_break] = ACTIONS(4690), - [anon_sym_COLON_COLON] = ACTIONS(4692), - [anon_sym_PLUS_EQ] = ACTIONS(4692), - [anon_sym_DASH_EQ] = ACTIONS(4692), - [anon_sym_STAR_EQ] = ACTIONS(4692), - [anon_sym_SLASH_EQ] = ACTIONS(4692), - [anon_sym_PERCENT_EQ] = ACTIONS(4692), - [anon_sym_BANG_EQ] = ACTIONS(4690), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4692), - [anon_sym_EQ_EQ] = ACTIONS(4690), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4692), - [anon_sym_LT_EQ] = ACTIONS(4692), - [anon_sym_GT_EQ] = ACTIONS(4692), - [anon_sym_BANGin] = ACTIONS(4692), - [anon_sym_is] = ACTIONS(4690), - [anon_sym_BANGis] = ACTIONS(4692), - [anon_sym_PLUS] = ACTIONS(4690), - [anon_sym_DASH] = ACTIONS(4690), - [anon_sym_SLASH] = ACTIONS(4690), - [anon_sym_PERCENT] = ACTIONS(4690), - [anon_sym_as_QMARK] = ACTIONS(4692), - [anon_sym_PLUS_PLUS] = ACTIONS(4692), - [anon_sym_DASH_DASH] = ACTIONS(4692), - [anon_sym_BANG] = ACTIONS(4690), - [anon_sym_BANG_BANG] = ACTIONS(4692), - [anon_sym_suspend] = ACTIONS(4690), - [anon_sym_sealed] = ACTIONS(4690), - [anon_sym_annotation] = ACTIONS(4690), - [anon_sym_data] = ACTIONS(4690), - [anon_sym_inner] = ACTIONS(4690), - [anon_sym_override] = ACTIONS(4690), - [anon_sym_lateinit] = ACTIONS(4690), - [anon_sym_public] = ACTIONS(4690), - [anon_sym_private] = ACTIONS(4690), - [anon_sym_internal] = ACTIONS(4690), - [anon_sym_protected] = ACTIONS(4690), - [anon_sym_tailrec] = ACTIONS(4690), - [anon_sym_operator] = ACTIONS(4690), - [anon_sym_infix] = ACTIONS(4690), - [anon_sym_inline] = ACTIONS(4690), - [anon_sym_external] = ACTIONS(4690), - [sym_property_modifier] = ACTIONS(4690), - [anon_sym_abstract] = ACTIONS(4690), - [anon_sym_final] = ACTIONS(4690), - [anon_sym_open] = ACTIONS(4690), - [anon_sym_vararg] = ACTIONS(4690), - [anon_sym_noinline] = ACTIONS(4690), - [anon_sym_crossinline] = ACTIONS(4690), - [anon_sym_expect] = ACTIONS(4690), - [anon_sym_actual] = ACTIONS(4690), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4692), - [anon_sym_continue_AT] = ACTIONS(4692), - [anon_sym_break_AT] = ACTIONS(4692), - [sym_real_literal] = ACTIONS(4692), - [sym_integer_literal] = ACTIONS(4690), - [sym_hex_literal] = ACTIONS(4692), - [sym_bin_literal] = ACTIONS(4692), - [anon_sym_true] = ACTIONS(4690), - [anon_sym_false] = ACTIONS(4690), - [anon_sym_SQUOTE] = ACTIONS(4692), - [sym__backtick_identifier] = ACTIONS(4692), - [sym__automatic_semicolon] = ACTIONS(4692), - [sym_safe_nav] = ACTIONS(4692), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4692), - }, - [1032] = { - [sym_class_body] = STATE(1082), - [sym__alpha_identifier] = ACTIONS(4694), - [anon_sym_AT] = ACTIONS(4696), - [anon_sym_LBRACK] = ACTIONS(4696), - [anon_sym_as] = ACTIONS(4694), - [anon_sym_EQ] = ACTIONS(4694), + [1026] = { + [sym_enum_class_body] = STATE(1038), + [sym__alpha_identifier] = ACTIONS(3212), + [anon_sym_AT] = ACTIONS(3216), + [anon_sym_LBRACK] = ACTIONS(3216), + [anon_sym_as] = ACTIONS(3212), + [anon_sym_EQ] = ACTIONS(3212), [anon_sym_LBRACE] = ACTIONS(3156), - [anon_sym_RBRACE] = ACTIONS(4696), - [anon_sym_LPAREN] = ACTIONS(4696), - [anon_sym_COMMA] = ACTIONS(4696), - [anon_sym_LT] = ACTIONS(4694), - [anon_sym_GT] = ACTIONS(4694), - [anon_sym_where] = ACTIONS(4694), - [anon_sym_object] = ACTIONS(4694), - [anon_sym_fun] = ACTIONS(4694), - [anon_sym_DOT] = ACTIONS(4694), - [anon_sym_SEMI] = ACTIONS(4696), - [anon_sym_get] = ACTIONS(4694), - [anon_sym_set] = ACTIONS(4694), - [anon_sym_this] = ACTIONS(4694), - [anon_sym_super] = ACTIONS(4694), - [anon_sym_STAR] = ACTIONS(4694), - [sym_label] = ACTIONS(4694), - [anon_sym_in] = ACTIONS(4694), - [anon_sym_DOT_DOT] = ACTIONS(4696), - [anon_sym_QMARK_COLON] = ACTIONS(4696), - [anon_sym_AMP_AMP] = ACTIONS(4696), - [anon_sym_PIPE_PIPE] = ACTIONS(4696), - [anon_sym_null] = ACTIONS(4694), - [anon_sym_if] = ACTIONS(4694), - [anon_sym_else] = ACTIONS(4694), - [anon_sym_when] = ACTIONS(4694), - [anon_sym_try] = ACTIONS(4694), - [anon_sym_throw] = ACTIONS(4694), - [anon_sym_return] = ACTIONS(4694), - [anon_sym_continue] = ACTIONS(4694), - [anon_sym_break] = ACTIONS(4694), - [anon_sym_COLON_COLON] = ACTIONS(4696), - [anon_sym_PLUS_EQ] = ACTIONS(4696), - [anon_sym_DASH_EQ] = ACTIONS(4696), - [anon_sym_STAR_EQ] = ACTIONS(4696), - [anon_sym_SLASH_EQ] = ACTIONS(4696), - [anon_sym_PERCENT_EQ] = ACTIONS(4696), - [anon_sym_BANG_EQ] = ACTIONS(4694), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4696), - [anon_sym_EQ_EQ] = ACTIONS(4694), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4696), - [anon_sym_LT_EQ] = ACTIONS(4696), - [anon_sym_GT_EQ] = ACTIONS(4696), - [anon_sym_BANGin] = ACTIONS(4696), - [anon_sym_is] = ACTIONS(4694), - [anon_sym_BANGis] = ACTIONS(4696), - [anon_sym_PLUS] = ACTIONS(4694), - [anon_sym_DASH] = ACTIONS(4694), - [anon_sym_SLASH] = ACTIONS(4694), - [anon_sym_PERCENT] = ACTIONS(4694), - [anon_sym_as_QMARK] = ACTIONS(4696), - [anon_sym_PLUS_PLUS] = ACTIONS(4696), - [anon_sym_DASH_DASH] = ACTIONS(4696), - [anon_sym_BANG] = ACTIONS(4694), - [anon_sym_BANG_BANG] = ACTIONS(4696), - [anon_sym_suspend] = ACTIONS(4694), - [anon_sym_sealed] = ACTIONS(4694), - [anon_sym_annotation] = ACTIONS(4694), - [anon_sym_data] = ACTIONS(4694), - [anon_sym_inner] = ACTIONS(4694), - [anon_sym_override] = ACTIONS(4694), - [anon_sym_lateinit] = ACTIONS(4694), - [anon_sym_public] = ACTIONS(4694), - [anon_sym_private] = ACTIONS(4694), - [anon_sym_internal] = ACTIONS(4694), - [anon_sym_protected] = ACTIONS(4694), - [anon_sym_tailrec] = ACTIONS(4694), - [anon_sym_operator] = ACTIONS(4694), - [anon_sym_infix] = ACTIONS(4694), - [anon_sym_inline] = ACTIONS(4694), - [anon_sym_external] = ACTIONS(4694), - [sym_property_modifier] = ACTIONS(4694), - [anon_sym_abstract] = ACTIONS(4694), - [anon_sym_final] = ACTIONS(4694), - [anon_sym_open] = ACTIONS(4694), - [anon_sym_vararg] = ACTIONS(4694), - [anon_sym_noinline] = ACTIONS(4694), - [anon_sym_crossinline] = ACTIONS(4694), - [anon_sym_expect] = ACTIONS(4694), - [anon_sym_actual] = ACTIONS(4694), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4696), - [anon_sym_continue_AT] = ACTIONS(4696), - [anon_sym_break_AT] = ACTIONS(4696), - [sym_real_literal] = ACTIONS(4696), - [sym_integer_literal] = ACTIONS(4694), - [sym_hex_literal] = ACTIONS(4696), - [sym_bin_literal] = ACTIONS(4696), - [anon_sym_true] = ACTIONS(4694), - [anon_sym_false] = ACTIONS(4694), - [anon_sym_SQUOTE] = ACTIONS(4696), - [sym__backtick_identifier] = ACTIONS(4696), - [sym__automatic_semicolon] = ACTIONS(4696), - [sym_safe_nav] = ACTIONS(4696), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4696), - }, - [1033] = { - [sym_enum_class_body] = STATE(1077), - [sym__alpha_identifier] = ACTIONS(3204), - [anon_sym_AT] = ACTIONS(3208), - [anon_sym_LBRACK] = ACTIONS(3208), - [anon_sym_as] = ACTIONS(3204), - [anon_sym_EQ] = ACTIONS(3204), - [anon_sym_LBRACE] = ACTIONS(3144), - [anon_sym_RBRACE] = ACTIONS(3208), - [anon_sym_LPAREN] = ACTIONS(3208), - [anon_sym_COMMA] = ACTIONS(3208), - [anon_sym_LT] = ACTIONS(3204), - [anon_sym_GT] = ACTIONS(3204), - [anon_sym_where] = ACTIONS(3204), - [anon_sym_object] = ACTIONS(3204), - [anon_sym_fun] = ACTIONS(3204), - [anon_sym_DOT] = ACTIONS(3204), - [anon_sym_SEMI] = ACTIONS(3208), - [anon_sym_get] = ACTIONS(3204), - [anon_sym_set] = ACTIONS(3204), - [anon_sym_this] = ACTIONS(3204), - [anon_sym_super] = ACTIONS(3204), - [anon_sym_STAR] = ACTIONS(3204), - [sym_label] = ACTIONS(3204), - [anon_sym_in] = ACTIONS(3204), - [anon_sym_DOT_DOT] = ACTIONS(3208), - [anon_sym_QMARK_COLON] = ACTIONS(3208), - [anon_sym_AMP_AMP] = ACTIONS(3208), - [anon_sym_PIPE_PIPE] = ACTIONS(3208), - [anon_sym_null] = ACTIONS(3204), - [anon_sym_if] = ACTIONS(3204), - [anon_sym_else] = ACTIONS(3204), - [anon_sym_when] = ACTIONS(3204), - [anon_sym_try] = ACTIONS(3204), - [anon_sym_throw] = ACTIONS(3204), - [anon_sym_return] = ACTIONS(3204), - [anon_sym_continue] = ACTIONS(3204), - [anon_sym_break] = ACTIONS(3204), - [anon_sym_COLON_COLON] = ACTIONS(3208), - [anon_sym_PLUS_EQ] = ACTIONS(3208), - [anon_sym_DASH_EQ] = ACTIONS(3208), - [anon_sym_STAR_EQ] = ACTIONS(3208), - [anon_sym_SLASH_EQ] = ACTIONS(3208), - [anon_sym_PERCENT_EQ] = ACTIONS(3208), - [anon_sym_BANG_EQ] = ACTIONS(3204), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3208), - [anon_sym_EQ_EQ] = ACTIONS(3204), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3208), - [anon_sym_LT_EQ] = ACTIONS(3208), - [anon_sym_GT_EQ] = ACTIONS(3208), - [anon_sym_BANGin] = ACTIONS(3208), - [anon_sym_is] = ACTIONS(3204), - [anon_sym_BANGis] = ACTIONS(3208), - [anon_sym_PLUS] = ACTIONS(3204), - [anon_sym_DASH] = ACTIONS(3204), - [anon_sym_SLASH] = ACTIONS(3204), - [anon_sym_PERCENT] = ACTIONS(3204), - [anon_sym_as_QMARK] = ACTIONS(3208), - [anon_sym_PLUS_PLUS] = ACTIONS(3208), - [anon_sym_DASH_DASH] = ACTIONS(3208), - [anon_sym_BANG] = ACTIONS(3204), - [anon_sym_BANG_BANG] = ACTIONS(3208), - [anon_sym_suspend] = ACTIONS(3204), - [anon_sym_sealed] = ACTIONS(3204), - [anon_sym_annotation] = ACTIONS(3204), - [anon_sym_data] = ACTIONS(3204), - [anon_sym_inner] = ACTIONS(3204), - [anon_sym_override] = ACTIONS(3204), - [anon_sym_lateinit] = ACTIONS(3204), - [anon_sym_public] = ACTIONS(3204), - [anon_sym_private] = ACTIONS(3204), - [anon_sym_internal] = ACTIONS(3204), - [anon_sym_protected] = ACTIONS(3204), - [anon_sym_tailrec] = ACTIONS(3204), - [anon_sym_operator] = ACTIONS(3204), - [anon_sym_infix] = ACTIONS(3204), - [anon_sym_inline] = ACTIONS(3204), - [anon_sym_external] = ACTIONS(3204), - [sym_property_modifier] = ACTIONS(3204), - [anon_sym_abstract] = ACTIONS(3204), - [anon_sym_final] = ACTIONS(3204), - [anon_sym_open] = ACTIONS(3204), - [anon_sym_vararg] = ACTIONS(3204), - [anon_sym_noinline] = ACTIONS(3204), - [anon_sym_crossinline] = ACTIONS(3204), - [anon_sym_expect] = ACTIONS(3204), - [anon_sym_actual] = ACTIONS(3204), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3208), - [anon_sym_continue_AT] = ACTIONS(3208), - [anon_sym_break_AT] = ACTIONS(3208), - [sym_real_literal] = ACTIONS(3208), - [sym_integer_literal] = ACTIONS(3204), - [sym_hex_literal] = ACTIONS(3208), - [sym_bin_literal] = ACTIONS(3208), - [anon_sym_true] = ACTIONS(3204), - [anon_sym_false] = ACTIONS(3204), - [anon_sym_SQUOTE] = ACTIONS(3208), - [sym__backtick_identifier] = ACTIONS(3208), - [sym__automatic_semicolon] = ACTIONS(3208), - [sym_safe_nav] = ACTIONS(3208), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3208), + [anon_sym_RBRACE] = ACTIONS(3216), + [anon_sym_LPAREN] = ACTIONS(3216), + [anon_sym_COMMA] = ACTIONS(3216), + [anon_sym_LT] = ACTIONS(3212), + [anon_sym_GT] = ACTIONS(3212), + [anon_sym_where] = ACTIONS(3212), + [anon_sym_object] = ACTIONS(3212), + [anon_sym_fun] = ACTIONS(3212), + [anon_sym_DOT] = ACTIONS(3212), + [anon_sym_SEMI] = ACTIONS(3216), + [anon_sym_get] = ACTIONS(3212), + [anon_sym_set] = ACTIONS(3212), + [anon_sym_this] = ACTIONS(3212), + [anon_sym_super] = ACTIONS(3212), + [anon_sym_STAR] = ACTIONS(3212), + [sym_label] = ACTIONS(3212), + [anon_sym_in] = ACTIONS(3212), + [anon_sym_DOT_DOT] = ACTIONS(3216), + [anon_sym_QMARK_COLON] = ACTIONS(3216), + [anon_sym_AMP_AMP] = ACTIONS(3216), + [anon_sym_PIPE_PIPE] = ACTIONS(3216), + [anon_sym_null] = ACTIONS(3212), + [anon_sym_if] = ACTIONS(3212), + [anon_sym_else] = ACTIONS(3212), + [anon_sym_when] = ACTIONS(3212), + [anon_sym_try] = ACTIONS(3212), + [anon_sym_throw] = ACTIONS(3212), + [anon_sym_return] = ACTIONS(3212), + [anon_sym_continue] = ACTIONS(3212), + [anon_sym_break] = ACTIONS(3212), + [anon_sym_COLON_COLON] = ACTIONS(3216), + [anon_sym_PLUS_EQ] = ACTIONS(3216), + [anon_sym_DASH_EQ] = ACTIONS(3216), + [anon_sym_STAR_EQ] = ACTIONS(3216), + [anon_sym_SLASH_EQ] = ACTIONS(3216), + [anon_sym_PERCENT_EQ] = ACTIONS(3216), + [anon_sym_BANG_EQ] = ACTIONS(3212), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3216), + [anon_sym_EQ_EQ] = ACTIONS(3212), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3216), + [anon_sym_LT_EQ] = ACTIONS(3216), + [anon_sym_GT_EQ] = ACTIONS(3216), + [anon_sym_BANGin] = ACTIONS(3216), + [anon_sym_is] = ACTIONS(3212), + [anon_sym_BANGis] = ACTIONS(3216), + [anon_sym_PLUS] = ACTIONS(3212), + [anon_sym_DASH] = ACTIONS(3212), + [anon_sym_SLASH] = ACTIONS(3212), + [anon_sym_PERCENT] = ACTIONS(3212), + [anon_sym_as_QMARK] = ACTIONS(3216), + [anon_sym_PLUS_PLUS] = ACTIONS(3216), + [anon_sym_DASH_DASH] = ACTIONS(3216), + [anon_sym_BANG] = ACTIONS(3212), + [anon_sym_BANG_BANG] = ACTIONS(3216), + [anon_sym_suspend] = ACTIONS(3212), + [anon_sym_sealed] = ACTIONS(3212), + [anon_sym_annotation] = ACTIONS(3212), + [anon_sym_data] = ACTIONS(3212), + [anon_sym_inner] = ACTIONS(3212), + [anon_sym_override] = ACTIONS(3212), + [anon_sym_lateinit] = ACTIONS(3212), + [anon_sym_public] = ACTIONS(3212), + [anon_sym_private] = ACTIONS(3212), + [anon_sym_internal] = ACTIONS(3212), + [anon_sym_protected] = ACTIONS(3212), + [anon_sym_tailrec] = ACTIONS(3212), + [anon_sym_operator] = ACTIONS(3212), + [anon_sym_infix] = ACTIONS(3212), + [anon_sym_inline] = ACTIONS(3212), + [anon_sym_external] = ACTIONS(3212), + [sym_property_modifier] = ACTIONS(3212), + [anon_sym_abstract] = ACTIONS(3212), + [anon_sym_final] = ACTIONS(3212), + [anon_sym_open] = ACTIONS(3212), + [anon_sym_vararg] = ACTIONS(3212), + [anon_sym_noinline] = ACTIONS(3212), + [anon_sym_crossinline] = ACTIONS(3212), + [anon_sym_expect] = ACTIONS(3212), + [anon_sym_actual] = ACTIONS(3212), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3216), + [anon_sym_continue_AT] = ACTIONS(3216), + [anon_sym_break_AT] = ACTIONS(3216), + [sym_real_literal] = ACTIONS(3216), + [sym_integer_literal] = ACTIONS(3212), + [sym_hex_literal] = ACTIONS(3216), + [sym_bin_literal] = ACTIONS(3216), + [anon_sym_true] = ACTIONS(3212), + [anon_sym_false] = ACTIONS(3212), + [anon_sym_SQUOTE] = ACTIONS(3216), + [sym__backtick_identifier] = ACTIONS(3216), + [sym__automatic_semicolon] = ACTIONS(3216), + [sym_safe_nav] = ACTIONS(3216), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3216), }, - [1034] = { - [sym_class_body] = STATE(1042), - [sym__alpha_identifier] = ACTIONS(4197), - [anon_sym_AT] = ACTIONS(4199), - [anon_sym_LBRACK] = ACTIONS(4199), - [anon_sym_as] = ACTIONS(4197), - [anon_sym_EQ] = ACTIONS(4197), - [anon_sym_LBRACE] = ACTIONS(3156), - [anon_sym_RBRACE] = ACTIONS(4199), - [anon_sym_LPAREN] = ACTIONS(4199), - [anon_sym_COMMA] = ACTIONS(4199), - [anon_sym_LT] = ACTIONS(4197), - [anon_sym_GT] = ACTIONS(4197), - [anon_sym_where] = ACTIONS(4197), - [anon_sym_object] = ACTIONS(4197), - [anon_sym_fun] = ACTIONS(4197), - [anon_sym_DOT] = ACTIONS(4197), - [anon_sym_SEMI] = ACTIONS(4199), - [anon_sym_get] = ACTIONS(4197), - [anon_sym_set] = ACTIONS(4197), - [anon_sym_this] = ACTIONS(4197), - [anon_sym_super] = ACTIONS(4197), - [anon_sym_STAR] = ACTIONS(4197), - [sym_label] = ACTIONS(4197), - [anon_sym_in] = ACTIONS(4197), - [anon_sym_DOT_DOT] = ACTIONS(4199), - [anon_sym_QMARK_COLON] = ACTIONS(4199), - [anon_sym_AMP_AMP] = ACTIONS(4199), - [anon_sym_PIPE_PIPE] = ACTIONS(4199), - [anon_sym_null] = ACTIONS(4197), - [anon_sym_if] = ACTIONS(4197), - [anon_sym_else] = ACTIONS(4197), - [anon_sym_when] = ACTIONS(4197), - [anon_sym_try] = ACTIONS(4197), - [anon_sym_throw] = ACTIONS(4197), - [anon_sym_return] = ACTIONS(4197), - [anon_sym_continue] = ACTIONS(4197), - [anon_sym_break] = ACTIONS(4197), - [anon_sym_COLON_COLON] = ACTIONS(4199), - [anon_sym_PLUS_EQ] = ACTIONS(4199), - [anon_sym_DASH_EQ] = ACTIONS(4199), - [anon_sym_STAR_EQ] = ACTIONS(4199), - [anon_sym_SLASH_EQ] = ACTIONS(4199), - [anon_sym_PERCENT_EQ] = ACTIONS(4199), - [anon_sym_BANG_EQ] = ACTIONS(4197), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4199), - [anon_sym_EQ_EQ] = ACTIONS(4197), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4199), - [anon_sym_LT_EQ] = ACTIONS(4199), - [anon_sym_GT_EQ] = ACTIONS(4199), - [anon_sym_BANGin] = ACTIONS(4199), - [anon_sym_is] = ACTIONS(4197), - [anon_sym_BANGis] = ACTIONS(4199), - [anon_sym_PLUS] = ACTIONS(4197), - [anon_sym_DASH] = ACTIONS(4197), - [anon_sym_SLASH] = ACTIONS(4197), - [anon_sym_PERCENT] = ACTIONS(4197), - [anon_sym_as_QMARK] = ACTIONS(4199), - [anon_sym_PLUS_PLUS] = ACTIONS(4199), - [anon_sym_DASH_DASH] = ACTIONS(4199), - [anon_sym_BANG] = ACTIONS(4197), - [anon_sym_BANG_BANG] = ACTIONS(4199), - [anon_sym_suspend] = ACTIONS(4197), - [anon_sym_sealed] = ACTIONS(4197), - [anon_sym_annotation] = ACTIONS(4197), - [anon_sym_data] = ACTIONS(4197), - [anon_sym_inner] = ACTIONS(4197), - [anon_sym_override] = ACTIONS(4197), - [anon_sym_lateinit] = ACTIONS(4197), - [anon_sym_public] = ACTIONS(4197), - [anon_sym_private] = ACTIONS(4197), - [anon_sym_internal] = ACTIONS(4197), - [anon_sym_protected] = ACTIONS(4197), - [anon_sym_tailrec] = ACTIONS(4197), - [anon_sym_operator] = ACTIONS(4197), - [anon_sym_infix] = ACTIONS(4197), - [anon_sym_inline] = ACTIONS(4197), - [anon_sym_external] = ACTIONS(4197), - [sym_property_modifier] = ACTIONS(4197), - [anon_sym_abstract] = ACTIONS(4197), - [anon_sym_final] = ACTIONS(4197), - [anon_sym_open] = ACTIONS(4197), - [anon_sym_vararg] = ACTIONS(4197), - [anon_sym_noinline] = ACTIONS(4197), - [anon_sym_crossinline] = ACTIONS(4197), - [anon_sym_expect] = ACTIONS(4197), - [anon_sym_actual] = ACTIONS(4197), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4199), - [anon_sym_continue_AT] = ACTIONS(4199), - [anon_sym_break_AT] = ACTIONS(4199), - [sym_real_literal] = ACTIONS(4199), - [sym_integer_literal] = ACTIONS(4197), - [sym_hex_literal] = ACTIONS(4199), - [sym_bin_literal] = ACTIONS(4199), - [anon_sym_true] = ACTIONS(4197), - [anon_sym_false] = ACTIONS(4197), - [anon_sym_SQUOTE] = ACTIONS(4199), - [sym__backtick_identifier] = ACTIONS(4199), - [sym__automatic_semicolon] = ACTIONS(4199), - [sym_safe_nav] = ACTIONS(4199), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4199), + [1027] = { + [sym_class_body] = STATE(1162), + [sym__alpha_identifier] = ACTIONS(4682), + [anon_sym_AT] = ACTIONS(4684), + [anon_sym_LBRACK] = ACTIONS(4684), + [anon_sym_as] = ACTIONS(4682), + [anon_sym_EQ] = ACTIONS(4682), + [anon_sym_LBRACE] = ACTIONS(3180), + [anon_sym_RBRACE] = ACTIONS(4684), + [anon_sym_LPAREN] = ACTIONS(4684), + [anon_sym_COMMA] = ACTIONS(4684), + [anon_sym_LT] = ACTIONS(4682), + [anon_sym_GT] = ACTIONS(4682), + [anon_sym_where] = ACTIONS(4682), + [anon_sym_object] = ACTIONS(4682), + [anon_sym_fun] = ACTIONS(4682), + [anon_sym_DOT] = ACTIONS(4682), + [anon_sym_SEMI] = ACTIONS(4684), + [anon_sym_get] = ACTIONS(4682), + [anon_sym_set] = ACTIONS(4682), + [anon_sym_this] = ACTIONS(4682), + [anon_sym_super] = ACTIONS(4682), + [anon_sym_STAR] = ACTIONS(4682), + [sym_label] = ACTIONS(4682), + [anon_sym_in] = ACTIONS(4682), + [anon_sym_DOT_DOT] = ACTIONS(4684), + [anon_sym_QMARK_COLON] = ACTIONS(4684), + [anon_sym_AMP_AMP] = ACTIONS(4684), + [anon_sym_PIPE_PIPE] = ACTIONS(4684), + [anon_sym_null] = ACTIONS(4682), + [anon_sym_if] = ACTIONS(4682), + [anon_sym_else] = ACTIONS(4682), + [anon_sym_when] = ACTIONS(4682), + [anon_sym_try] = ACTIONS(4682), + [anon_sym_throw] = ACTIONS(4682), + [anon_sym_return] = ACTIONS(4682), + [anon_sym_continue] = ACTIONS(4682), + [anon_sym_break] = ACTIONS(4682), + [anon_sym_COLON_COLON] = ACTIONS(4684), + [anon_sym_PLUS_EQ] = ACTIONS(4684), + [anon_sym_DASH_EQ] = ACTIONS(4684), + [anon_sym_STAR_EQ] = ACTIONS(4684), + [anon_sym_SLASH_EQ] = ACTIONS(4684), + [anon_sym_PERCENT_EQ] = ACTIONS(4684), + [anon_sym_BANG_EQ] = ACTIONS(4682), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4684), + [anon_sym_EQ_EQ] = ACTIONS(4682), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4684), + [anon_sym_LT_EQ] = ACTIONS(4684), + [anon_sym_GT_EQ] = ACTIONS(4684), + [anon_sym_BANGin] = ACTIONS(4684), + [anon_sym_is] = ACTIONS(4682), + [anon_sym_BANGis] = ACTIONS(4684), + [anon_sym_PLUS] = ACTIONS(4682), + [anon_sym_DASH] = ACTIONS(4682), + [anon_sym_SLASH] = ACTIONS(4682), + [anon_sym_PERCENT] = ACTIONS(4682), + [anon_sym_as_QMARK] = ACTIONS(4684), + [anon_sym_PLUS_PLUS] = ACTIONS(4684), + [anon_sym_DASH_DASH] = ACTIONS(4684), + [anon_sym_BANG] = ACTIONS(4682), + [anon_sym_BANG_BANG] = ACTIONS(4684), + [anon_sym_suspend] = ACTIONS(4682), + [anon_sym_sealed] = ACTIONS(4682), + [anon_sym_annotation] = ACTIONS(4682), + [anon_sym_data] = ACTIONS(4682), + [anon_sym_inner] = ACTIONS(4682), + [anon_sym_override] = ACTIONS(4682), + [anon_sym_lateinit] = ACTIONS(4682), + [anon_sym_public] = ACTIONS(4682), + [anon_sym_private] = ACTIONS(4682), + [anon_sym_internal] = ACTIONS(4682), + [anon_sym_protected] = ACTIONS(4682), + [anon_sym_tailrec] = ACTIONS(4682), + [anon_sym_operator] = ACTIONS(4682), + [anon_sym_infix] = ACTIONS(4682), + [anon_sym_inline] = ACTIONS(4682), + [anon_sym_external] = ACTIONS(4682), + [sym_property_modifier] = ACTIONS(4682), + [anon_sym_abstract] = ACTIONS(4682), + [anon_sym_final] = ACTIONS(4682), + [anon_sym_open] = ACTIONS(4682), + [anon_sym_vararg] = ACTIONS(4682), + [anon_sym_noinline] = ACTIONS(4682), + [anon_sym_crossinline] = ACTIONS(4682), + [anon_sym_expect] = ACTIONS(4682), + [anon_sym_actual] = ACTIONS(4682), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4684), + [anon_sym_continue_AT] = ACTIONS(4684), + [anon_sym_break_AT] = ACTIONS(4684), + [sym_real_literal] = ACTIONS(4684), + [sym_integer_literal] = ACTIONS(4682), + [sym_hex_literal] = ACTIONS(4684), + [sym_bin_literal] = ACTIONS(4684), + [anon_sym_true] = ACTIONS(4682), + [anon_sym_false] = ACTIONS(4682), + [anon_sym_SQUOTE] = ACTIONS(4684), + [sym__backtick_identifier] = ACTIONS(4684), + [sym__automatic_semicolon] = ACTIONS(4684), + [sym_safe_nav] = ACTIONS(4684), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4684), }, - [1035] = { - [sym_getter] = STATE(8849), - [sym_setter] = STATE(8849), - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(1922), - [sym__comparison_operator] = STATE(1923), - [sym__in_operator] = STATE(1928), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(2019), - [sym__multiplicative_operator] = STATE(2048), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_modifiers] = STATE(8618), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2068), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [aux_sym_modifiers_repeat1] = STATE(5441), + [1028] = { + [sym_getter] = STATE(8659), + [sym_setter] = STATE(8659), + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(2278), + [sym__comparison_operator] = STATE(2276), + [sym__in_operator] = STATE(2273), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(2271), + [sym__multiplicative_operator] = STATE(2268), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_modifiers] = STATE(8834), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2266), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(1754), - [anon_sym_LPAREN] = ACTIONS(3570), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(3572), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(4342), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(4698), - [anon_sym_get] = ACTIONS(4573), - [anon_sym_set] = ACTIONS(4575), - [anon_sym_STAR] = ACTIONS(4350), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(4352), - [anon_sym_DOT_DOT] = ACTIONS(4354), - [anon_sym_QMARK_COLON] = ACTIONS(4356), - [anon_sym_AMP_AMP] = ACTIONS(4358), - [anon_sym_PIPE_PIPE] = ACTIONS(4360), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_BANG_EQ] = ACTIONS(4362), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4364), - [anon_sym_EQ_EQ] = ACTIONS(4362), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4364), - [anon_sym_LT_EQ] = ACTIONS(4366), - [anon_sym_GT_EQ] = ACTIONS(4366), - [anon_sym_BANGin] = ACTIONS(4368), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), - [anon_sym_PLUS] = ACTIONS(4370), - [anon_sym_DASH] = ACTIONS(4370), - [anon_sym_SLASH] = ACTIONS(4372), - [anon_sym_PERCENT] = ACTIONS(4350), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), + [anon_sym_GT] = ACTIONS(4350), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(4686), + [anon_sym_get] = ACTIONS(4609), + [anon_sym_set] = ACTIONS(4611), + [anon_sym_STAR] = ACTIONS(4358), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(4360), + [anon_sym_DOT_DOT] = ACTIONS(4362), + [anon_sym_QMARK_COLON] = ACTIONS(4364), + [anon_sym_AMP_AMP] = ACTIONS(4366), + [anon_sym_PIPE_PIPE] = ACTIONS(4368), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_BANG_EQ] = ACTIONS(4370), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4372), + [anon_sym_EQ_EQ] = ACTIONS(4370), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4372), + [anon_sym_LT_EQ] = ACTIONS(4374), + [anon_sym_GT_EQ] = ACTIONS(4374), + [anon_sym_BANGin] = ACTIONS(4376), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), + [anon_sym_PLUS] = ACTIONS(4378), + [anon_sym_DASH] = ACTIONS(4378), + [anon_sym_SLASH] = ACTIONS(4380), + [anon_sym_PERCENT] = ACTIONS(4358), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -154892,118 +154272,429 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(1754), - [sym_safe_nav] = ACTIONS(3596), + [sym__automatic_semicolon] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(3598), [sym_multiline_comment] = ACTIONS(3), }, - [1036] = { - [sym_indexing_suffix] = STATE(3339), - [sym_navigation_suffix] = STATE(3435), - [sym_call_suffix] = STATE(3432), - [sym_annotated_lambda] = STATE(3429), - [sym_type_arguments] = STATE(7512), - [sym_value_arguments] = STATE(2735), - [sym_lambda_literal] = STATE(3427), - [sym__equality_operator] = STATE(1957), - [sym__comparison_operator] = STATE(1958), - [sym__in_operator] = STATE(1962), - [sym__is_operator] = STATE(6217), - [sym__additive_operator] = STATE(1966), - [sym__multiplicative_operator] = STATE(1975), - [sym__as_operator] = STATE(6214), - [sym__postfix_unary_operator] = STATE(3426), - [sym__member_access_operator] = STATE(7360), - [sym_annotation] = STATE(7846), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1976), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7846), + [1029] = { + [sym__alpha_identifier] = ACTIONS(4688), + [anon_sym_AT] = ACTIONS(4690), + [anon_sym_COLON] = ACTIONS(4688), + [anon_sym_LBRACK] = ACTIONS(4690), + [anon_sym_as] = ACTIONS(4688), + [anon_sym_EQ] = ACTIONS(4688), + [anon_sym_LBRACE] = ACTIONS(4690), + [anon_sym_RBRACE] = ACTIONS(4690), + [anon_sym_LPAREN] = ACTIONS(4690), + [anon_sym_COMMA] = ACTIONS(4690), + [anon_sym_LT] = ACTIONS(4688), + [anon_sym_GT] = ACTIONS(4688), + [anon_sym_where] = ACTIONS(4688), + [anon_sym_object] = ACTIONS(4688), + [anon_sym_fun] = ACTIONS(4688), + [anon_sym_DOT] = ACTIONS(4688), + [anon_sym_SEMI] = ACTIONS(4690), + [anon_sym_get] = ACTIONS(4688), + [anon_sym_set] = ACTIONS(4688), + [anon_sym_this] = ACTIONS(4688), + [anon_sym_super] = ACTIONS(4688), + [anon_sym_STAR] = ACTIONS(4688), + [sym_label] = ACTIONS(4688), + [anon_sym_in] = ACTIONS(4688), + [anon_sym_DOT_DOT] = ACTIONS(4690), + [anon_sym_QMARK_COLON] = ACTIONS(4690), + [anon_sym_AMP_AMP] = ACTIONS(4690), + [anon_sym_PIPE_PIPE] = ACTIONS(4690), + [anon_sym_null] = ACTIONS(4688), + [anon_sym_if] = ACTIONS(4688), + [anon_sym_else] = ACTIONS(4688), + [anon_sym_when] = ACTIONS(4688), + [anon_sym_try] = ACTIONS(4688), + [anon_sym_throw] = ACTIONS(4688), + [anon_sym_return] = ACTIONS(4688), + [anon_sym_continue] = ACTIONS(4688), + [anon_sym_break] = ACTIONS(4688), + [anon_sym_COLON_COLON] = ACTIONS(4690), + [anon_sym_PLUS_EQ] = ACTIONS(4690), + [anon_sym_DASH_EQ] = ACTIONS(4690), + [anon_sym_STAR_EQ] = ACTIONS(4690), + [anon_sym_SLASH_EQ] = ACTIONS(4690), + [anon_sym_PERCENT_EQ] = ACTIONS(4690), + [anon_sym_BANG_EQ] = ACTIONS(4688), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4690), + [anon_sym_EQ_EQ] = ACTIONS(4688), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4690), + [anon_sym_LT_EQ] = ACTIONS(4690), + [anon_sym_GT_EQ] = ACTIONS(4690), + [anon_sym_BANGin] = ACTIONS(4690), + [anon_sym_is] = ACTIONS(4688), + [anon_sym_BANGis] = ACTIONS(4690), + [anon_sym_PLUS] = ACTIONS(4688), + [anon_sym_DASH] = ACTIONS(4688), + [anon_sym_SLASH] = ACTIONS(4688), + [anon_sym_PERCENT] = ACTIONS(4688), + [anon_sym_as_QMARK] = ACTIONS(4690), + [anon_sym_PLUS_PLUS] = ACTIONS(4690), + [anon_sym_DASH_DASH] = ACTIONS(4690), + [anon_sym_BANG] = ACTIONS(4688), + [anon_sym_BANG_BANG] = ACTIONS(4690), + [anon_sym_suspend] = ACTIONS(4688), + [anon_sym_sealed] = ACTIONS(4688), + [anon_sym_annotation] = ACTIONS(4688), + [anon_sym_data] = ACTIONS(4688), + [anon_sym_inner] = ACTIONS(4688), + [anon_sym_override] = ACTIONS(4688), + [anon_sym_lateinit] = ACTIONS(4688), + [anon_sym_public] = ACTIONS(4688), + [anon_sym_private] = ACTIONS(4688), + [anon_sym_internal] = ACTIONS(4688), + [anon_sym_protected] = ACTIONS(4688), + [anon_sym_tailrec] = ACTIONS(4688), + [anon_sym_operator] = ACTIONS(4688), + [anon_sym_infix] = ACTIONS(4688), + [anon_sym_inline] = ACTIONS(4688), + [anon_sym_external] = ACTIONS(4688), + [sym_property_modifier] = ACTIONS(4688), + [anon_sym_abstract] = ACTIONS(4688), + [anon_sym_final] = ACTIONS(4688), + [anon_sym_open] = ACTIONS(4688), + [anon_sym_vararg] = ACTIONS(4688), + [anon_sym_noinline] = ACTIONS(4688), + [anon_sym_crossinline] = ACTIONS(4688), + [anon_sym_expect] = ACTIONS(4688), + [anon_sym_actual] = ACTIONS(4688), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4690), + [anon_sym_continue_AT] = ACTIONS(4690), + [anon_sym_break_AT] = ACTIONS(4690), + [sym_real_literal] = ACTIONS(4690), + [sym_integer_literal] = ACTIONS(4688), + [sym_hex_literal] = ACTIONS(4690), + [sym_bin_literal] = ACTIONS(4690), + [anon_sym_true] = ACTIONS(4688), + [anon_sym_false] = ACTIONS(4688), + [anon_sym_SQUOTE] = ACTIONS(4690), + [sym__backtick_identifier] = ACTIONS(4690), + [sym__automatic_semicolon] = ACTIONS(4690), + [sym_safe_nav] = ACTIONS(4690), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4690), + }, + [1030] = { + [sym_getter] = STATE(8897), + [sym_setter] = STATE(8897), + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(2278), + [sym__comparison_operator] = STATE(2276), + [sym__in_operator] = STATE(2273), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(2271), + [sym__multiplicative_operator] = STATE(2268), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_modifiers] = STATE(8834), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2266), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(4523), - [anon_sym_as] = ACTIONS(4525), - [anon_sym_EQ] = ACTIONS(3015), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_RBRACE] = ACTIONS(3017), - [anon_sym_LPAREN] = ACTIONS(4527), - [anon_sym_COMMA] = ACTIONS(3017), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_RBRACE] = ACTIONS(1696), + [anon_sym_LPAREN] = ACTIONS(3572), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(4529), - [anon_sym_where] = ACTIONS(3015), - [anon_sym_object] = ACTIONS(3015), - [anon_sym_fun] = ACTIONS(3015), - [anon_sym_DOT] = ACTIONS(4531), - [anon_sym_SEMI] = ACTIONS(3017), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(3015), - [anon_sym_super] = ACTIONS(3015), - [anon_sym_STAR] = ACTIONS(4533), - [sym_label] = ACTIONS(4535), - [anon_sym_in] = ACTIONS(4537), - [anon_sym_DOT_DOT] = ACTIONS(4539), - [anon_sym_QMARK_COLON] = ACTIONS(4541), - [anon_sym_AMP_AMP] = ACTIONS(4543), - [anon_sym_PIPE_PIPE] = ACTIONS(4545), - [anon_sym_null] = ACTIONS(3015), - [anon_sym_if] = ACTIONS(3015), - [anon_sym_else] = ACTIONS(3015), - [anon_sym_when] = ACTIONS(3015), - [anon_sym_try] = ACTIONS(3015), - [anon_sym_throw] = ACTIONS(3015), - [anon_sym_return] = ACTIONS(3015), - [anon_sym_continue] = ACTIONS(3015), - [anon_sym_break] = ACTIONS(3015), - [anon_sym_COLON_COLON] = ACTIONS(4547), - [anon_sym_PLUS_EQ] = ACTIONS(3017), - [anon_sym_DASH_EQ] = ACTIONS(3017), - [anon_sym_STAR_EQ] = ACTIONS(3017), - [anon_sym_SLASH_EQ] = ACTIONS(3017), - [anon_sym_PERCENT_EQ] = ACTIONS(3017), - [anon_sym_BANG_EQ] = ACTIONS(4549), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4551), - [anon_sym_EQ_EQ] = ACTIONS(4549), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4551), - [anon_sym_LT_EQ] = ACTIONS(4553), - [anon_sym_GT_EQ] = ACTIONS(4553), - [anon_sym_BANGin] = ACTIONS(4555), - [anon_sym_is] = ACTIONS(4557), - [anon_sym_BANGis] = ACTIONS(4559), - [anon_sym_PLUS] = ACTIONS(4561), - [anon_sym_DASH] = ACTIONS(4561), - [anon_sym_SLASH] = ACTIONS(4533), - [anon_sym_PERCENT] = ACTIONS(4533), - [anon_sym_as_QMARK] = ACTIONS(4563), - [anon_sym_PLUS_PLUS] = ACTIONS(4565), - [anon_sym_DASH_DASH] = ACTIONS(4565), - [anon_sym_BANG] = ACTIONS(3015), - [anon_sym_BANG_BANG] = ACTIONS(4565), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), + [anon_sym_GT] = ACTIONS(4350), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(4692), + [anon_sym_get] = ACTIONS(4609), + [anon_sym_set] = ACTIONS(4611), + [anon_sym_STAR] = ACTIONS(4358), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(4360), + [anon_sym_DOT_DOT] = ACTIONS(4362), + [anon_sym_QMARK_COLON] = ACTIONS(4364), + [anon_sym_AMP_AMP] = ACTIONS(4366), + [anon_sym_PIPE_PIPE] = ACTIONS(4368), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_BANG_EQ] = ACTIONS(4370), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4372), + [anon_sym_EQ_EQ] = ACTIONS(4370), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4372), + [anon_sym_LT_EQ] = ACTIONS(4374), + [anon_sym_GT_EQ] = ACTIONS(4374), + [anon_sym_BANGin] = ACTIONS(4376), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), + [anon_sym_PLUS] = ACTIONS(4378), + [anon_sym_DASH] = ACTIONS(4378), + [anon_sym_SLASH] = ACTIONS(4380), + [anon_sym_PERCENT] = ACTIONS(4358), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(1746), + [anon_sym_inner] = ACTIONS(1746), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(1748), + [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3017), - [anon_sym_continue_AT] = ACTIONS(3017), - [anon_sym_break_AT] = ACTIONS(3017), - [sym_real_literal] = ACTIONS(3017), - [sym_integer_literal] = ACTIONS(3015), - [sym_hex_literal] = ACTIONS(3017), - [sym_bin_literal] = ACTIONS(3017), - [anon_sym_true] = ACTIONS(3015), - [anon_sym_false] = ACTIONS(3015), - [anon_sym_SQUOTE] = ACTIONS(3017), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3017), - [sym_safe_nav] = ACTIONS(4547), + [sym__automatic_semicolon] = ACTIONS(1696), + [sym_safe_nav] = ACTIONS(3598), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3017), }, - [1037] = { + [1031] = { + [sym_function_body] = STATE(1198), + [sym__block] = STATE(1087), + [sym__alpha_identifier] = ACTIONS(4326), + [anon_sym_AT] = ACTIONS(4328), + [anon_sym_COLON] = ACTIONS(4694), + [anon_sym_LBRACK] = ACTIONS(4328), + [anon_sym_as] = ACTIONS(4326), + [anon_sym_EQ] = ACTIONS(4320), + [anon_sym_LBRACE] = ACTIONS(4039), + [anon_sym_RBRACE] = ACTIONS(4328), + [anon_sym_LPAREN] = ACTIONS(4328), + [anon_sym_LT] = ACTIONS(4326), + [anon_sym_GT] = ACTIONS(4326), + [anon_sym_object] = ACTIONS(4326), + [anon_sym_fun] = ACTIONS(4326), + [anon_sym_DOT] = ACTIONS(4326), + [anon_sym_SEMI] = ACTIONS(4328), + [anon_sym_get] = ACTIONS(4326), + [anon_sym_set] = ACTIONS(4326), + [anon_sym_this] = ACTIONS(4326), + [anon_sym_super] = ACTIONS(4326), + [anon_sym_STAR] = ACTIONS(4326), + [sym_label] = ACTIONS(4326), + [anon_sym_in] = ACTIONS(4326), + [anon_sym_DOT_DOT] = ACTIONS(4328), + [anon_sym_QMARK_COLON] = ACTIONS(4328), + [anon_sym_AMP_AMP] = ACTIONS(4328), + [anon_sym_PIPE_PIPE] = ACTIONS(4328), + [anon_sym_null] = ACTIONS(4326), + [anon_sym_if] = ACTIONS(4326), + [anon_sym_else] = ACTIONS(4326), + [anon_sym_when] = ACTIONS(4326), + [anon_sym_try] = ACTIONS(4326), + [anon_sym_throw] = ACTIONS(4326), + [anon_sym_return] = ACTIONS(4326), + [anon_sym_continue] = ACTIONS(4326), + [anon_sym_break] = ACTIONS(4326), + [anon_sym_COLON_COLON] = ACTIONS(4328), + [anon_sym_PLUS_EQ] = ACTIONS(4328), + [anon_sym_DASH_EQ] = ACTIONS(4328), + [anon_sym_STAR_EQ] = ACTIONS(4328), + [anon_sym_SLASH_EQ] = ACTIONS(4328), + [anon_sym_PERCENT_EQ] = ACTIONS(4328), + [anon_sym_BANG_EQ] = ACTIONS(4326), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4328), + [anon_sym_EQ_EQ] = ACTIONS(4326), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4328), + [anon_sym_LT_EQ] = ACTIONS(4328), + [anon_sym_GT_EQ] = ACTIONS(4328), + [anon_sym_BANGin] = ACTIONS(4328), + [anon_sym_is] = ACTIONS(4326), + [anon_sym_BANGis] = ACTIONS(4328), + [anon_sym_PLUS] = ACTIONS(4326), + [anon_sym_DASH] = ACTIONS(4326), + [anon_sym_SLASH] = ACTIONS(4326), + [anon_sym_PERCENT] = ACTIONS(4326), + [anon_sym_as_QMARK] = ACTIONS(4328), + [anon_sym_PLUS_PLUS] = ACTIONS(4328), + [anon_sym_DASH_DASH] = ACTIONS(4328), + [anon_sym_BANG] = ACTIONS(4326), + [anon_sym_BANG_BANG] = ACTIONS(4328), + [anon_sym_suspend] = ACTIONS(4326), + [anon_sym_sealed] = ACTIONS(4326), + [anon_sym_annotation] = ACTIONS(4326), + [anon_sym_data] = ACTIONS(4326), + [anon_sym_inner] = ACTIONS(4326), + [anon_sym_override] = ACTIONS(4326), + [anon_sym_lateinit] = ACTIONS(4326), + [anon_sym_public] = ACTIONS(4326), + [anon_sym_private] = ACTIONS(4326), + [anon_sym_internal] = ACTIONS(4326), + [anon_sym_protected] = ACTIONS(4326), + [anon_sym_tailrec] = ACTIONS(4326), + [anon_sym_operator] = ACTIONS(4326), + [anon_sym_infix] = ACTIONS(4326), + [anon_sym_inline] = ACTIONS(4326), + [anon_sym_external] = ACTIONS(4326), + [sym_property_modifier] = ACTIONS(4326), + [anon_sym_abstract] = ACTIONS(4326), + [anon_sym_final] = ACTIONS(4326), + [anon_sym_open] = ACTIONS(4326), + [anon_sym_vararg] = ACTIONS(4326), + [anon_sym_noinline] = ACTIONS(4326), + [anon_sym_crossinline] = ACTIONS(4326), + [anon_sym_expect] = ACTIONS(4326), + [anon_sym_actual] = ACTIONS(4326), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4328), + [anon_sym_continue_AT] = ACTIONS(4328), + [anon_sym_break_AT] = ACTIONS(4328), + [sym_real_literal] = ACTIONS(4328), + [sym_integer_literal] = ACTIONS(4326), + [sym_hex_literal] = ACTIONS(4328), + [sym_bin_literal] = ACTIONS(4328), + [anon_sym_true] = ACTIONS(4326), + [anon_sym_false] = ACTIONS(4326), + [anon_sym_SQUOTE] = ACTIONS(4328), + [sym__backtick_identifier] = ACTIONS(4328), + [sym__automatic_semicolon] = ACTIONS(4328), + [sym_safe_nav] = ACTIONS(4328), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4328), + }, + [1032] = { + [sym__alpha_identifier] = ACTIONS(4696), + [anon_sym_AT] = ACTIONS(4698), + [anon_sym_LBRACK] = ACTIONS(4698), + [anon_sym_as] = ACTIONS(4696), + [anon_sym_EQ] = ACTIONS(4696), + [anon_sym_LBRACE] = ACTIONS(4698), + [anon_sym_RBRACE] = ACTIONS(4698), + [anon_sym_LPAREN] = ACTIONS(4698), + [anon_sym_COMMA] = ACTIONS(4698), + [anon_sym_by] = ACTIONS(4696), + [anon_sym_LT] = ACTIONS(4696), + [anon_sym_GT] = ACTIONS(4696), + [anon_sym_where] = ACTIONS(4696), + [anon_sym_object] = ACTIONS(4696), + [anon_sym_fun] = ACTIONS(4696), + [anon_sym_DOT] = ACTIONS(4696), + [anon_sym_SEMI] = ACTIONS(4698), + [anon_sym_get] = ACTIONS(4696), + [anon_sym_set] = ACTIONS(4696), + [anon_sym_this] = ACTIONS(4696), + [anon_sym_super] = ACTIONS(4696), + [anon_sym_STAR] = ACTIONS(4696), + [sym_label] = ACTIONS(4696), + [anon_sym_in] = ACTIONS(4696), + [anon_sym_DOT_DOT] = ACTIONS(4698), + [anon_sym_QMARK_COLON] = ACTIONS(4698), + [anon_sym_AMP_AMP] = ACTIONS(4698), + [anon_sym_PIPE_PIPE] = ACTIONS(4698), + [anon_sym_null] = ACTIONS(4696), + [anon_sym_if] = ACTIONS(4696), + [anon_sym_else] = ACTIONS(4696), + [anon_sym_when] = ACTIONS(4696), + [anon_sym_try] = ACTIONS(4696), + [anon_sym_throw] = ACTIONS(4696), + [anon_sym_return] = ACTIONS(4696), + [anon_sym_continue] = ACTIONS(4696), + [anon_sym_break] = ACTIONS(4696), + [anon_sym_COLON_COLON] = ACTIONS(4698), + [anon_sym_PLUS_EQ] = ACTIONS(4698), + [anon_sym_DASH_EQ] = ACTIONS(4698), + [anon_sym_STAR_EQ] = ACTIONS(4698), + [anon_sym_SLASH_EQ] = ACTIONS(4698), + [anon_sym_PERCENT_EQ] = ACTIONS(4698), + [anon_sym_BANG_EQ] = ACTIONS(4696), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4698), + [anon_sym_EQ_EQ] = ACTIONS(4696), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4698), + [anon_sym_LT_EQ] = ACTIONS(4698), + [anon_sym_GT_EQ] = ACTIONS(4698), + [anon_sym_BANGin] = ACTIONS(4698), + [anon_sym_is] = ACTIONS(4696), + [anon_sym_BANGis] = ACTIONS(4698), + [anon_sym_PLUS] = ACTIONS(4696), + [anon_sym_DASH] = ACTIONS(4696), + [anon_sym_SLASH] = ACTIONS(4696), + [anon_sym_PERCENT] = ACTIONS(4696), + [anon_sym_as_QMARK] = ACTIONS(4698), + [anon_sym_PLUS_PLUS] = ACTIONS(4698), + [anon_sym_DASH_DASH] = ACTIONS(4698), + [anon_sym_BANG] = ACTIONS(4696), + [anon_sym_BANG_BANG] = ACTIONS(4698), + [anon_sym_suspend] = ACTIONS(4696), + [anon_sym_sealed] = ACTIONS(4696), + [anon_sym_annotation] = ACTIONS(4696), + [anon_sym_data] = ACTIONS(4696), + [anon_sym_inner] = ACTIONS(4696), + [anon_sym_override] = ACTIONS(4696), + [anon_sym_lateinit] = ACTIONS(4696), + [anon_sym_public] = ACTIONS(4696), + [anon_sym_private] = ACTIONS(4696), + [anon_sym_internal] = ACTIONS(4696), + [anon_sym_protected] = ACTIONS(4696), + [anon_sym_tailrec] = ACTIONS(4696), + [anon_sym_operator] = ACTIONS(4696), + [anon_sym_infix] = ACTIONS(4696), + [anon_sym_inline] = ACTIONS(4696), + [anon_sym_external] = ACTIONS(4696), + [sym_property_modifier] = ACTIONS(4696), + [anon_sym_abstract] = ACTIONS(4696), + [anon_sym_final] = ACTIONS(4696), + [anon_sym_open] = ACTIONS(4696), + [anon_sym_vararg] = ACTIONS(4696), + [anon_sym_noinline] = ACTIONS(4696), + [anon_sym_crossinline] = ACTIONS(4696), + [anon_sym_expect] = ACTIONS(4696), + [anon_sym_actual] = ACTIONS(4696), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4698), + [anon_sym_continue_AT] = ACTIONS(4698), + [anon_sym_break_AT] = ACTIONS(4698), + [sym_real_literal] = ACTIONS(4698), + [sym_integer_literal] = ACTIONS(4696), + [sym_hex_literal] = ACTIONS(4698), + [sym_bin_literal] = ACTIONS(4698), + [anon_sym_true] = ACTIONS(4696), + [anon_sym_false] = ACTIONS(4696), + [anon_sym_SQUOTE] = ACTIONS(4698), + [sym__backtick_identifier] = ACTIONS(4698), + [sym__automatic_semicolon] = ACTIONS(4698), + [sym_safe_nav] = ACTIONS(4698), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4698), + }, + [1033] = { [sym__alpha_identifier] = ACTIONS(4700), [anon_sym_AT] = ACTIONS(4702), - [anon_sym_COLON] = ACTIONS(4700), [anon_sym_LBRACK] = ACTIONS(4702), [anon_sym_as] = ACTIONS(4700), [anon_sym_EQ] = ACTIONS(4700), @@ -155011,6 +154702,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_RBRACE] = ACTIONS(4702), [anon_sym_LPAREN] = ACTIONS(4702), [anon_sym_COMMA] = ACTIONS(4702), + [anon_sym_by] = ACTIONS(4700), [anon_sym_LT] = ACTIONS(4700), [anon_sym_GT] = ACTIONS(4700), [anon_sym_where] = ACTIONS(4700), @@ -155104,431 +154796,4761 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(4702), }, - [1038] = { - [sym__alpha_identifier] = ACTIONS(4704), - [anon_sym_AT] = ACTIONS(4706), - [anon_sym_LBRACK] = ACTIONS(4706), - [anon_sym_as] = ACTIONS(4704), - [anon_sym_EQ] = ACTIONS(4704), - [anon_sym_LBRACE] = ACTIONS(4706), - [anon_sym_RBRACE] = ACTIONS(4706), - [anon_sym_LPAREN] = ACTIONS(4706), - [anon_sym_COMMA] = ACTIONS(4706), - [anon_sym_LT] = ACTIONS(4704), - [anon_sym_GT] = ACTIONS(4704), - [anon_sym_where] = ACTIONS(4704), - [anon_sym_object] = ACTIONS(4704), - [anon_sym_fun] = ACTIONS(4704), - [anon_sym_DOT] = ACTIONS(4704), - [anon_sym_SEMI] = ACTIONS(4706), - [anon_sym_get] = ACTIONS(4704), - [anon_sym_set] = ACTIONS(4704), - [anon_sym_this] = ACTIONS(4704), - [anon_sym_super] = ACTIONS(4704), - [anon_sym_STAR] = ACTIONS(4704), - [sym_label] = ACTIONS(4704), - [anon_sym_in] = ACTIONS(4704), - [anon_sym_DOT_DOT] = ACTIONS(4706), - [anon_sym_QMARK_COLON] = ACTIONS(4706), - [anon_sym_AMP_AMP] = ACTIONS(4706), - [anon_sym_PIPE_PIPE] = ACTIONS(4706), - [anon_sym_null] = ACTIONS(4704), - [anon_sym_if] = ACTIONS(4704), - [anon_sym_else] = ACTIONS(4704), - [anon_sym_when] = ACTIONS(4704), - [anon_sym_try] = ACTIONS(4704), - [anon_sym_throw] = ACTIONS(4704), - [anon_sym_return] = ACTIONS(4704), - [anon_sym_continue] = ACTIONS(4704), - [anon_sym_break] = ACTIONS(4704), - [anon_sym_COLON_COLON] = ACTIONS(4706), - [anon_sym_PLUS_EQ] = ACTIONS(4706), - [anon_sym_DASH_EQ] = ACTIONS(4706), - [anon_sym_STAR_EQ] = ACTIONS(4706), - [anon_sym_SLASH_EQ] = ACTIONS(4706), - [anon_sym_PERCENT_EQ] = ACTIONS(4706), - [anon_sym_BANG_EQ] = ACTIONS(4704), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4706), - [anon_sym_EQ_EQ] = ACTIONS(4704), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4706), - [anon_sym_LT_EQ] = ACTIONS(4706), - [anon_sym_GT_EQ] = ACTIONS(4706), - [anon_sym_BANGin] = ACTIONS(4706), - [anon_sym_is] = ACTIONS(4704), - [anon_sym_BANGis] = ACTIONS(4706), - [anon_sym_PLUS] = ACTIONS(4704), - [anon_sym_DASH] = ACTIONS(4704), - [anon_sym_SLASH] = ACTIONS(4704), - [anon_sym_PERCENT] = ACTIONS(4704), - [anon_sym_as_QMARK] = ACTIONS(4706), - [anon_sym_PLUS_PLUS] = ACTIONS(4706), - [anon_sym_DASH_DASH] = ACTIONS(4706), - [anon_sym_BANG] = ACTIONS(4704), - [anon_sym_BANG_BANG] = ACTIONS(4706), - [anon_sym_suspend] = ACTIONS(4704), - [anon_sym_sealed] = ACTIONS(4704), - [anon_sym_annotation] = ACTIONS(4704), - [anon_sym_data] = ACTIONS(4704), - [anon_sym_inner] = ACTIONS(4704), - [anon_sym_override] = ACTIONS(4704), - [anon_sym_lateinit] = ACTIONS(4704), - [anon_sym_public] = ACTIONS(4704), - [anon_sym_private] = ACTIONS(4704), - [anon_sym_internal] = ACTIONS(4704), - [anon_sym_protected] = ACTIONS(4704), - [anon_sym_tailrec] = ACTIONS(4704), - [anon_sym_operator] = ACTIONS(4704), - [anon_sym_infix] = ACTIONS(4704), - [anon_sym_inline] = ACTIONS(4704), - [anon_sym_external] = ACTIONS(4704), - [sym_property_modifier] = ACTIONS(4704), - [anon_sym_abstract] = ACTIONS(4704), - [anon_sym_final] = ACTIONS(4704), - [anon_sym_open] = ACTIONS(4704), - [anon_sym_vararg] = ACTIONS(4704), - [anon_sym_noinline] = ACTIONS(4704), - [anon_sym_crossinline] = ACTIONS(4704), - [anon_sym_expect] = ACTIONS(4704), - [anon_sym_actual] = ACTIONS(4704), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4706), - [anon_sym_continue_AT] = ACTIONS(4706), - [anon_sym_break_AT] = ACTIONS(4706), - [sym_real_literal] = ACTIONS(4706), - [sym_integer_literal] = ACTIONS(4704), - [sym_hex_literal] = ACTIONS(4706), - [sym_bin_literal] = ACTIONS(4706), - [anon_sym_true] = ACTIONS(4704), - [anon_sym_false] = ACTIONS(4704), - [anon_sym_SQUOTE] = ACTIONS(4706), - [sym__backtick_identifier] = ACTIONS(4706), - [sym__automatic_semicolon] = ACTIONS(4706), - [sym_safe_nav] = ACTIONS(4706), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4706), + [1034] = { + [aux_sym__delegation_specifiers_repeat1] = STATE(993), + [sym__alpha_identifier] = ACTIONS(4664), + [anon_sym_AT] = ACTIONS(4666), + [anon_sym_LBRACK] = ACTIONS(4666), + [anon_sym_as] = ACTIONS(4664), + [anon_sym_EQ] = ACTIONS(4664), + [anon_sym_LBRACE] = ACTIONS(4666), + [anon_sym_RBRACE] = ACTIONS(4666), + [anon_sym_LPAREN] = ACTIONS(4666), + [anon_sym_COMMA] = ACTIONS(4666), + [anon_sym_LT] = ACTIONS(4664), + [anon_sym_GT] = ACTIONS(4664), + [anon_sym_where] = ACTIONS(4664), + [anon_sym_object] = ACTIONS(4664), + [anon_sym_fun] = ACTIONS(4664), + [anon_sym_DOT] = ACTIONS(4664), + [anon_sym_SEMI] = ACTIONS(4666), + [anon_sym_get] = ACTIONS(4664), + [anon_sym_set] = ACTIONS(4664), + [anon_sym_this] = ACTIONS(4664), + [anon_sym_super] = ACTIONS(4664), + [anon_sym_STAR] = ACTIONS(4664), + [sym_label] = ACTIONS(4664), + [anon_sym_in] = ACTIONS(4664), + [anon_sym_DOT_DOT] = ACTIONS(4666), + [anon_sym_QMARK_COLON] = ACTIONS(4666), + [anon_sym_AMP_AMP] = ACTIONS(4666), + [anon_sym_PIPE_PIPE] = ACTIONS(4666), + [anon_sym_null] = ACTIONS(4664), + [anon_sym_if] = ACTIONS(4664), + [anon_sym_else] = ACTIONS(4664), + [anon_sym_when] = ACTIONS(4664), + [anon_sym_try] = ACTIONS(4664), + [anon_sym_throw] = ACTIONS(4664), + [anon_sym_return] = ACTIONS(4664), + [anon_sym_continue] = ACTIONS(4664), + [anon_sym_break] = ACTIONS(4664), + [anon_sym_COLON_COLON] = ACTIONS(4666), + [anon_sym_PLUS_EQ] = ACTIONS(4666), + [anon_sym_DASH_EQ] = ACTIONS(4666), + [anon_sym_STAR_EQ] = ACTIONS(4666), + [anon_sym_SLASH_EQ] = ACTIONS(4666), + [anon_sym_PERCENT_EQ] = ACTIONS(4666), + [anon_sym_BANG_EQ] = ACTIONS(4664), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4666), + [anon_sym_EQ_EQ] = ACTIONS(4664), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4666), + [anon_sym_LT_EQ] = ACTIONS(4666), + [anon_sym_GT_EQ] = ACTIONS(4666), + [anon_sym_BANGin] = ACTIONS(4666), + [anon_sym_is] = ACTIONS(4664), + [anon_sym_BANGis] = ACTIONS(4666), + [anon_sym_PLUS] = ACTIONS(4664), + [anon_sym_DASH] = ACTIONS(4664), + [anon_sym_SLASH] = ACTIONS(4664), + [anon_sym_PERCENT] = ACTIONS(4664), + [anon_sym_as_QMARK] = ACTIONS(4666), + [anon_sym_PLUS_PLUS] = ACTIONS(4666), + [anon_sym_DASH_DASH] = ACTIONS(4666), + [anon_sym_BANG] = ACTIONS(4664), + [anon_sym_BANG_BANG] = ACTIONS(4666), + [anon_sym_suspend] = ACTIONS(4664), + [anon_sym_sealed] = ACTIONS(4664), + [anon_sym_annotation] = ACTIONS(4664), + [anon_sym_data] = ACTIONS(4664), + [anon_sym_inner] = ACTIONS(4664), + [anon_sym_override] = ACTIONS(4664), + [anon_sym_lateinit] = ACTIONS(4664), + [anon_sym_public] = ACTIONS(4664), + [anon_sym_private] = ACTIONS(4664), + [anon_sym_internal] = ACTIONS(4664), + [anon_sym_protected] = ACTIONS(4664), + [anon_sym_tailrec] = ACTIONS(4664), + [anon_sym_operator] = ACTIONS(4664), + [anon_sym_infix] = ACTIONS(4664), + [anon_sym_inline] = ACTIONS(4664), + [anon_sym_external] = ACTIONS(4664), + [sym_property_modifier] = ACTIONS(4664), + [anon_sym_abstract] = ACTIONS(4664), + [anon_sym_final] = ACTIONS(4664), + [anon_sym_open] = ACTIONS(4664), + [anon_sym_vararg] = ACTIONS(4664), + [anon_sym_noinline] = ACTIONS(4664), + [anon_sym_crossinline] = ACTIONS(4664), + [anon_sym_expect] = ACTIONS(4664), + [anon_sym_actual] = ACTIONS(4664), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4666), + [anon_sym_continue_AT] = ACTIONS(4666), + [anon_sym_break_AT] = ACTIONS(4666), + [sym_real_literal] = ACTIONS(4666), + [sym_integer_literal] = ACTIONS(4664), + [sym_hex_literal] = ACTIONS(4666), + [sym_bin_literal] = ACTIONS(4666), + [anon_sym_true] = ACTIONS(4664), + [anon_sym_false] = ACTIONS(4664), + [anon_sym_SQUOTE] = ACTIONS(4666), + [sym__backtick_identifier] = ACTIONS(4666), + [sym__automatic_semicolon] = ACTIONS(4666), + [sym_safe_nav] = ACTIONS(4666), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4666), }, - [1039] = { - [sym_getter] = STATE(9393), - [sym_setter] = STATE(9393), - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(1738), - [sym__comparison_operator] = STATE(1739), - [sym__in_operator] = STATE(1740), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(1741), - [sym__multiplicative_operator] = STATE(1742), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_modifiers] = STATE(8580), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1744), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(4149), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(4708), - [anon_sym_get] = ACTIONS(4710), - [anon_sym_set] = ACTIONS(4712), - [anon_sym_STAR] = ACTIONS(4157), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(4159), - [anon_sym_while] = ACTIONS(1752), - [anon_sym_DOT_DOT] = ACTIONS(4161), - [anon_sym_QMARK_COLON] = ACTIONS(4163), - [anon_sym_AMP_AMP] = ACTIONS(4165), - [anon_sym_PIPE_PIPE] = ACTIONS(4167), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_BANG_EQ] = ACTIONS(4169), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4171), - [anon_sym_EQ_EQ] = ACTIONS(4169), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4171), - [anon_sym_LT_EQ] = ACTIONS(4173), - [anon_sym_GT_EQ] = ACTIONS(4173), - [anon_sym_BANGin] = ACTIONS(4175), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), - [anon_sym_PLUS] = ACTIONS(4177), - [anon_sym_DASH] = ACTIONS(4177), - [anon_sym_SLASH] = ACTIONS(4179), - [anon_sym_PERCENT] = ACTIONS(4157), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(1746), - [anon_sym_inner] = ACTIONS(1746), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(1748), - [anon_sym_actual] = ACTIONS(1748), + [1035] = { + [sym_enum_class_body] = STATE(1131), + [sym__alpha_identifier] = ACTIONS(4346), + [anon_sym_AT] = ACTIONS(4348), + [anon_sym_LBRACK] = ACTIONS(4348), + [anon_sym_as] = ACTIONS(4346), + [anon_sym_EQ] = ACTIONS(4346), + [anon_sym_LBRACE] = ACTIONS(3156), + [anon_sym_RBRACE] = ACTIONS(4348), + [anon_sym_LPAREN] = ACTIONS(4348), + [anon_sym_COMMA] = ACTIONS(4348), + [anon_sym_LT] = ACTIONS(4346), + [anon_sym_GT] = ACTIONS(4346), + [anon_sym_where] = ACTIONS(4346), + [anon_sym_object] = ACTIONS(4346), + [anon_sym_fun] = ACTIONS(4346), + [anon_sym_DOT] = ACTIONS(4346), + [anon_sym_SEMI] = ACTIONS(4348), + [anon_sym_get] = ACTIONS(4346), + [anon_sym_set] = ACTIONS(4346), + [anon_sym_this] = ACTIONS(4346), + [anon_sym_super] = ACTIONS(4346), + [anon_sym_STAR] = ACTIONS(4346), + [sym_label] = ACTIONS(4346), + [anon_sym_in] = ACTIONS(4346), + [anon_sym_DOT_DOT] = ACTIONS(4348), + [anon_sym_QMARK_COLON] = ACTIONS(4348), + [anon_sym_AMP_AMP] = ACTIONS(4348), + [anon_sym_PIPE_PIPE] = ACTIONS(4348), + [anon_sym_null] = ACTIONS(4346), + [anon_sym_if] = ACTIONS(4346), + [anon_sym_else] = ACTIONS(4346), + [anon_sym_when] = ACTIONS(4346), + [anon_sym_try] = ACTIONS(4346), + [anon_sym_throw] = ACTIONS(4346), + [anon_sym_return] = ACTIONS(4346), + [anon_sym_continue] = ACTIONS(4346), + [anon_sym_break] = ACTIONS(4346), + [anon_sym_COLON_COLON] = ACTIONS(4348), + [anon_sym_PLUS_EQ] = ACTIONS(4348), + [anon_sym_DASH_EQ] = ACTIONS(4348), + [anon_sym_STAR_EQ] = ACTIONS(4348), + [anon_sym_SLASH_EQ] = ACTIONS(4348), + [anon_sym_PERCENT_EQ] = ACTIONS(4348), + [anon_sym_BANG_EQ] = ACTIONS(4346), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4348), + [anon_sym_EQ_EQ] = ACTIONS(4346), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4348), + [anon_sym_LT_EQ] = ACTIONS(4348), + [anon_sym_GT_EQ] = ACTIONS(4348), + [anon_sym_BANGin] = ACTIONS(4348), + [anon_sym_is] = ACTIONS(4346), + [anon_sym_BANGis] = ACTIONS(4348), + [anon_sym_PLUS] = ACTIONS(4346), + [anon_sym_DASH] = ACTIONS(4346), + [anon_sym_SLASH] = ACTIONS(4346), + [anon_sym_PERCENT] = ACTIONS(4346), + [anon_sym_as_QMARK] = ACTIONS(4348), + [anon_sym_PLUS_PLUS] = ACTIONS(4348), + [anon_sym_DASH_DASH] = ACTIONS(4348), + [anon_sym_BANG] = ACTIONS(4346), + [anon_sym_BANG_BANG] = ACTIONS(4348), + [anon_sym_suspend] = ACTIONS(4346), + [anon_sym_sealed] = ACTIONS(4346), + [anon_sym_annotation] = ACTIONS(4346), + [anon_sym_data] = ACTIONS(4346), + [anon_sym_inner] = ACTIONS(4346), + [anon_sym_override] = ACTIONS(4346), + [anon_sym_lateinit] = ACTIONS(4346), + [anon_sym_public] = ACTIONS(4346), + [anon_sym_private] = ACTIONS(4346), + [anon_sym_internal] = ACTIONS(4346), + [anon_sym_protected] = ACTIONS(4346), + [anon_sym_tailrec] = ACTIONS(4346), + [anon_sym_operator] = ACTIONS(4346), + [anon_sym_infix] = ACTIONS(4346), + [anon_sym_inline] = ACTIONS(4346), + [anon_sym_external] = ACTIONS(4346), + [sym_property_modifier] = ACTIONS(4346), + [anon_sym_abstract] = ACTIONS(4346), + [anon_sym_final] = ACTIONS(4346), + [anon_sym_open] = ACTIONS(4346), + [anon_sym_vararg] = ACTIONS(4346), + [anon_sym_noinline] = ACTIONS(4346), + [anon_sym_crossinline] = ACTIONS(4346), + [anon_sym_expect] = ACTIONS(4346), + [anon_sym_actual] = ACTIONS(4346), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4348), + [anon_sym_continue_AT] = ACTIONS(4348), + [anon_sym_break_AT] = ACTIONS(4348), + [sym_real_literal] = ACTIONS(4348), + [sym_integer_literal] = ACTIONS(4346), + [sym_hex_literal] = ACTIONS(4348), + [sym_bin_literal] = ACTIONS(4348), + [anon_sym_true] = ACTIONS(4346), + [anon_sym_false] = ACTIONS(4346), + [anon_sym_SQUOTE] = ACTIONS(4348), + [sym__backtick_identifier] = ACTIONS(4348), + [sym__automatic_semicolon] = ACTIONS(4348), + [sym_safe_nav] = ACTIONS(4348), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4348), + }, + [1036] = { + [sym_enum_class_body] = STATE(1122), + [sym__alpha_identifier] = ACTIONS(4392), + [anon_sym_AT] = ACTIONS(4394), + [anon_sym_LBRACK] = ACTIONS(4394), + [anon_sym_as] = ACTIONS(4392), + [anon_sym_EQ] = ACTIONS(4392), + [anon_sym_LBRACE] = ACTIONS(3156), + [anon_sym_RBRACE] = ACTIONS(4394), + [anon_sym_LPAREN] = ACTIONS(4394), + [anon_sym_COMMA] = ACTIONS(4394), + [anon_sym_LT] = ACTIONS(4392), + [anon_sym_GT] = ACTIONS(4392), + [anon_sym_where] = ACTIONS(4392), + [anon_sym_object] = ACTIONS(4392), + [anon_sym_fun] = ACTIONS(4392), + [anon_sym_DOT] = ACTIONS(4392), + [anon_sym_SEMI] = ACTIONS(4394), + [anon_sym_get] = ACTIONS(4392), + [anon_sym_set] = ACTIONS(4392), + [anon_sym_this] = ACTIONS(4392), + [anon_sym_super] = ACTIONS(4392), + [anon_sym_STAR] = ACTIONS(4392), + [sym_label] = ACTIONS(4392), + [anon_sym_in] = ACTIONS(4392), + [anon_sym_DOT_DOT] = ACTIONS(4394), + [anon_sym_QMARK_COLON] = ACTIONS(4394), + [anon_sym_AMP_AMP] = ACTIONS(4394), + [anon_sym_PIPE_PIPE] = ACTIONS(4394), + [anon_sym_null] = ACTIONS(4392), + [anon_sym_if] = ACTIONS(4392), + [anon_sym_else] = ACTIONS(4392), + [anon_sym_when] = ACTIONS(4392), + [anon_sym_try] = ACTIONS(4392), + [anon_sym_throw] = ACTIONS(4392), + [anon_sym_return] = ACTIONS(4392), + [anon_sym_continue] = ACTIONS(4392), + [anon_sym_break] = ACTIONS(4392), + [anon_sym_COLON_COLON] = ACTIONS(4394), + [anon_sym_PLUS_EQ] = ACTIONS(4394), + [anon_sym_DASH_EQ] = ACTIONS(4394), + [anon_sym_STAR_EQ] = ACTIONS(4394), + [anon_sym_SLASH_EQ] = ACTIONS(4394), + [anon_sym_PERCENT_EQ] = ACTIONS(4394), + [anon_sym_BANG_EQ] = ACTIONS(4392), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4394), + [anon_sym_EQ_EQ] = ACTIONS(4392), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4394), + [anon_sym_LT_EQ] = ACTIONS(4394), + [anon_sym_GT_EQ] = ACTIONS(4394), + [anon_sym_BANGin] = ACTIONS(4394), + [anon_sym_is] = ACTIONS(4392), + [anon_sym_BANGis] = ACTIONS(4394), + [anon_sym_PLUS] = ACTIONS(4392), + [anon_sym_DASH] = ACTIONS(4392), + [anon_sym_SLASH] = ACTIONS(4392), + [anon_sym_PERCENT] = ACTIONS(4392), + [anon_sym_as_QMARK] = ACTIONS(4394), + [anon_sym_PLUS_PLUS] = ACTIONS(4394), + [anon_sym_DASH_DASH] = ACTIONS(4394), + [anon_sym_BANG] = ACTIONS(4392), + [anon_sym_BANG_BANG] = ACTIONS(4394), + [anon_sym_suspend] = ACTIONS(4392), + [anon_sym_sealed] = ACTIONS(4392), + [anon_sym_annotation] = ACTIONS(4392), + [anon_sym_data] = ACTIONS(4392), + [anon_sym_inner] = ACTIONS(4392), + [anon_sym_override] = ACTIONS(4392), + [anon_sym_lateinit] = ACTIONS(4392), + [anon_sym_public] = ACTIONS(4392), + [anon_sym_private] = ACTIONS(4392), + [anon_sym_internal] = ACTIONS(4392), + [anon_sym_protected] = ACTIONS(4392), + [anon_sym_tailrec] = ACTIONS(4392), + [anon_sym_operator] = ACTIONS(4392), + [anon_sym_infix] = ACTIONS(4392), + [anon_sym_inline] = ACTIONS(4392), + [anon_sym_external] = ACTIONS(4392), + [sym_property_modifier] = ACTIONS(4392), + [anon_sym_abstract] = ACTIONS(4392), + [anon_sym_final] = ACTIONS(4392), + [anon_sym_open] = ACTIONS(4392), + [anon_sym_vararg] = ACTIONS(4392), + [anon_sym_noinline] = ACTIONS(4392), + [anon_sym_crossinline] = ACTIONS(4392), + [anon_sym_expect] = ACTIONS(4392), + [anon_sym_actual] = ACTIONS(4392), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), + [anon_sym_return_AT] = ACTIONS(4394), + [anon_sym_continue_AT] = ACTIONS(4394), + [anon_sym_break_AT] = ACTIONS(4394), + [sym_real_literal] = ACTIONS(4394), + [sym_integer_literal] = ACTIONS(4392), + [sym_hex_literal] = ACTIONS(4394), + [sym_bin_literal] = ACTIONS(4394), + [anon_sym_true] = ACTIONS(4392), + [anon_sym_false] = ACTIONS(4392), + [anon_sym_SQUOTE] = ACTIONS(4394), + [sym__backtick_identifier] = ACTIONS(4394), + [sym__automatic_semicolon] = ACTIONS(4394), + [sym_safe_nav] = ACTIONS(4394), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4394), + }, + [1037] = { + [sym_indexing_suffix] = STATE(3424), + [sym_navigation_suffix] = STATE(3423), + [sym_call_suffix] = STATE(3420), + [sym_annotated_lambda] = STATE(3419), + [sym_type_arguments] = STATE(7492), + [sym_value_arguments] = STATE(2731), + [sym_lambda_literal] = STATE(3415), + [sym__equality_operator] = STATE(1651), + [sym__comparison_operator] = STATE(1652), + [sym__in_operator] = STATE(1654), + [sym__is_operator] = STATE(6160), + [sym__additive_operator] = STATE(1655), + [sym__multiplicative_operator] = STATE(1656), + [sym__as_operator] = STATE(6161), + [sym__postfix_unary_operator] = STATE(3414), + [sym__member_access_operator] = STATE(7370), + [sym_annotation] = STATE(7887), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1657), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7887), + [sym__alpha_identifier] = ACTIONS(2992), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(4543), + [anon_sym_as] = ACTIONS(4545), + [anon_sym_EQ] = ACTIONS(2992), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_RBRACE] = ACTIONS(2994), + [anon_sym_LPAREN] = ACTIONS(4547), + [anon_sym_COMMA] = ACTIONS(2994), + [anon_sym_LT] = ACTIONS(2996), + [anon_sym_GT] = ACTIONS(2992), + [anon_sym_where] = ACTIONS(2992), + [anon_sym_object] = ACTIONS(2992), + [anon_sym_fun] = ACTIONS(2992), + [anon_sym_DOT] = ACTIONS(4551), + [anon_sym_SEMI] = ACTIONS(2994), + [anon_sym_get] = ACTIONS(2992), + [anon_sym_set] = ACTIONS(2992), + [anon_sym_this] = ACTIONS(2992), + [anon_sym_super] = ACTIONS(2992), + [anon_sym_STAR] = ACTIONS(4553), + [sym_label] = ACTIONS(4555), + [anon_sym_in] = ACTIONS(2992), + [anon_sym_DOT_DOT] = ACTIONS(4559), + [anon_sym_QMARK_COLON] = ACTIONS(2994), + [anon_sym_AMP_AMP] = ACTIONS(2994), + [anon_sym_PIPE_PIPE] = ACTIONS(2994), + [anon_sym_null] = ACTIONS(2992), + [anon_sym_if] = ACTIONS(2992), + [anon_sym_else] = ACTIONS(2992), + [anon_sym_when] = ACTIONS(2992), + [anon_sym_try] = ACTIONS(2992), + [anon_sym_throw] = ACTIONS(2992), + [anon_sym_return] = ACTIONS(2992), + [anon_sym_continue] = ACTIONS(2992), + [anon_sym_break] = ACTIONS(2992), + [anon_sym_COLON_COLON] = ACTIONS(4567), + [anon_sym_PLUS_EQ] = ACTIONS(2994), + [anon_sym_DASH_EQ] = ACTIONS(2994), + [anon_sym_STAR_EQ] = ACTIONS(2994), + [anon_sym_SLASH_EQ] = ACTIONS(2994), + [anon_sym_PERCENT_EQ] = ACTIONS(2994), + [anon_sym_BANG_EQ] = ACTIONS(2992), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2994), + [anon_sym_EQ_EQ] = ACTIONS(2992), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2994), + [anon_sym_LT_EQ] = ACTIONS(2994), + [anon_sym_GT_EQ] = ACTIONS(2994), + [anon_sym_BANGin] = ACTIONS(2994), + [anon_sym_is] = ACTIONS(2992), + [anon_sym_BANGis] = ACTIONS(2994), + [anon_sym_PLUS] = ACTIONS(4581), + [anon_sym_DASH] = ACTIONS(4581), + [anon_sym_SLASH] = ACTIONS(4553), + [anon_sym_PERCENT] = ACTIONS(4553), + [anon_sym_as_QMARK] = ACTIONS(4583), + [anon_sym_PLUS_PLUS] = ACTIONS(4585), + [anon_sym_DASH_DASH] = ACTIONS(4585), + [anon_sym_BANG] = ACTIONS(2992), + [anon_sym_BANG_BANG] = ACTIONS(4585), + [anon_sym_data] = ACTIONS(2992), + [anon_sym_inner] = ACTIONS(2992), + [anon_sym_expect] = ACTIONS(2992), + [anon_sym_actual] = ACTIONS(2992), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(2994), + [anon_sym_continue_AT] = ACTIONS(2994), + [anon_sym_break_AT] = ACTIONS(2994), + [sym_real_literal] = ACTIONS(2994), + [sym_integer_literal] = ACTIONS(2992), + [sym_hex_literal] = ACTIONS(2994), + [sym_bin_literal] = ACTIONS(2994), + [anon_sym_true] = ACTIONS(2992), + [anon_sym_false] = ACTIONS(2992), + [anon_sym_SQUOTE] = ACTIONS(2994), + [sym__backtick_identifier] = ACTIONS(2994), + [sym__automatic_semicolon] = ACTIONS(2994), + [sym_safe_nav] = ACTIONS(4567), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(2994), + }, + [1038] = { + [sym__alpha_identifier] = ACTIONS(4231), + [anon_sym_AT] = ACTIONS(4233), + [anon_sym_LBRACK] = ACTIONS(4233), + [anon_sym_as] = ACTIONS(4231), + [anon_sym_EQ] = ACTIONS(4231), + [anon_sym_LBRACE] = ACTIONS(4233), + [anon_sym_RBRACE] = ACTIONS(4233), + [anon_sym_LPAREN] = ACTIONS(4233), + [anon_sym_COMMA] = ACTIONS(4233), + [anon_sym_LT] = ACTIONS(4231), + [anon_sym_GT] = ACTIONS(4231), + [anon_sym_where] = ACTIONS(4231), + [anon_sym_object] = ACTIONS(4231), + [anon_sym_fun] = ACTIONS(4231), + [anon_sym_DOT] = ACTIONS(4231), + [anon_sym_SEMI] = ACTIONS(4233), + [anon_sym_get] = ACTIONS(4231), + [anon_sym_set] = ACTIONS(4231), + [anon_sym_this] = ACTIONS(4231), + [anon_sym_super] = ACTIONS(4231), + [anon_sym_STAR] = ACTIONS(4231), + [sym_label] = ACTIONS(4231), + [anon_sym_in] = ACTIONS(4231), + [anon_sym_DOT_DOT] = ACTIONS(4233), + [anon_sym_QMARK_COLON] = ACTIONS(4233), + [anon_sym_AMP_AMP] = ACTIONS(4233), + [anon_sym_PIPE_PIPE] = ACTIONS(4233), + [anon_sym_null] = ACTIONS(4231), + [anon_sym_if] = ACTIONS(4231), + [anon_sym_else] = ACTIONS(4231), + [anon_sym_when] = ACTIONS(4231), + [anon_sym_try] = ACTIONS(4231), + [anon_sym_throw] = ACTIONS(4231), + [anon_sym_return] = ACTIONS(4231), + [anon_sym_continue] = ACTIONS(4231), + [anon_sym_break] = ACTIONS(4231), + [anon_sym_COLON_COLON] = ACTIONS(4233), + [anon_sym_PLUS_EQ] = ACTIONS(4233), + [anon_sym_DASH_EQ] = ACTIONS(4233), + [anon_sym_STAR_EQ] = ACTIONS(4233), + [anon_sym_SLASH_EQ] = ACTIONS(4233), + [anon_sym_PERCENT_EQ] = ACTIONS(4233), + [anon_sym_BANG_EQ] = ACTIONS(4231), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4233), + [anon_sym_EQ_EQ] = ACTIONS(4231), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4233), + [anon_sym_LT_EQ] = ACTIONS(4233), + [anon_sym_GT_EQ] = ACTIONS(4233), + [anon_sym_BANGin] = ACTIONS(4233), + [anon_sym_is] = ACTIONS(4231), + [anon_sym_BANGis] = ACTIONS(4233), + [anon_sym_PLUS] = ACTIONS(4231), + [anon_sym_DASH] = ACTIONS(4231), + [anon_sym_SLASH] = ACTIONS(4231), + [anon_sym_PERCENT] = ACTIONS(4231), + [anon_sym_as_QMARK] = ACTIONS(4233), + [anon_sym_PLUS_PLUS] = ACTIONS(4233), + [anon_sym_DASH_DASH] = ACTIONS(4233), + [anon_sym_BANG] = ACTIONS(4231), + [anon_sym_BANG_BANG] = ACTIONS(4233), + [anon_sym_suspend] = ACTIONS(4231), + [anon_sym_sealed] = ACTIONS(4231), + [anon_sym_annotation] = ACTIONS(4231), + [anon_sym_data] = ACTIONS(4231), + [anon_sym_inner] = ACTIONS(4231), + [anon_sym_override] = ACTIONS(4231), + [anon_sym_lateinit] = ACTIONS(4231), + [anon_sym_public] = ACTIONS(4231), + [anon_sym_private] = ACTIONS(4231), + [anon_sym_internal] = ACTIONS(4231), + [anon_sym_protected] = ACTIONS(4231), + [anon_sym_tailrec] = ACTIONS(4231), + [anon_sym_operator] = ACTIONS(4231), + [anon_sym_infix] = ACTIONS(4231), + [anon_sym_inline] = ACTIONS(4231), + [anon_sym_external] = ACTIONS(4231), + [sym_property_modifier] = ACTIONS(4231), + [anon_sym_abstract] = ACTIONS(4231), + [anon_sym_final] = ACTIONS(4231), + [anon_sym_open] = ACTIONS(4231), + [anon_sym_vararg] = ACTIONS(4231), + [anon_sym_noinline] = ACTIONS(4231), + [anon_sym_crossinline] = ACTIONS(4231), + [anon_sym_expect] = ACTIONS(4231), + [anon_sym_actual] = ACTIONS(4231), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4233), + [anon_sym_continue_AT] = ACTIONS(4233), + [anon_sym_break_AT] = ACTIONS(4233), + [sym_real_literal] = ACTIONS(4233), + [sym_integer_literal] = ACTIONS(4231), + [sym_hex_literal] = ACTIONS(4233), + [sym_bin_literal] = ACTIONS(4233), + [anon_sym_true] = ACTIONS(4231), + [anon_sym_false] = ACTIONS(4231), + [anon_sym_SQUOTE] = ACTIONS(4233), + [sym__backtick_identifier] = ACTIONS(4233), + [sym__automatic_semicolon] = ACTIONS(4233), + [sym_safe_nav] = ACTIONS(4233), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4233), + }, + [1039] = { + [sym__alpha_identifier] = ACTIONS(4260), + [anon_sym_AT] = ACTIONS(4262), + [anon_sym_LBRACK] = ACTIONS(4262), + [anon_sym_as] = ACTIONS(4260), + [anon_sym_EQ] = ACTIONS(4260), + [anon_sym_LBRACE] = ACTIONS(4262), + [anon_sym_RBRACE] = ACTIONS(4262), + [anon_sym_LPAREN] = ACTIONS(4262), + [anon_sym_COMMA] = ACTIONS(4262), + [anon_sym_LT] = ACTIONS(4260), + [anon_sym_GT] = ACTIONS(4260), + [anon_sym_where] = ACTIONS(4260), + [anon_sym_object] = ACTIONS(4260), + [anon_sym_fun] = ACTIONS(4260), + [anon_sym_DOT] = ACTIONS(4260), + [anon_sym_SEMI] = ACTIONS(4262), + [anon_sym_get] = ACTIONS(4260), + [anon_sym_set] = ACTIONS(4260), + [anon_sym_this] = ACTIONS(4260), + [anon_sym_super] = ACTIONS(4260), + [anon_sym_STAR] = ACTIONS(4260), + [sym_label] = ACTIONS(4260), + [anon_sym_in] = ACTIONS(4260), + [anon_sym_DOT_DOT] = ACTIONS(4262), + [anon_sym_QMARK_COLON] = ACTIONS(4262), + [anon_sym_AMP_AMP] = ACTIONS(4262), + [anon_sym_PIPE_PIPE] = ACTIONS(4262), + [anon_sym_null] = ACTIONS(4260), + [anon_sym_if] = ACTIONS(4260), + [anon_sym_else] = ACTIONS(4260), + [anon_sym_when] = ACTIONS(4260), + [anon_sym_try] = ACTIONS(4260), + [anon_sym_throw] = ACTIONS(4260), + [anon_sym_return] = ACTIONS(4260), + [anon_sym_continue] = ACTIONS(4260), + [anon_sym_break] = ACTIONS(4260), + [anon_sym_COLON_COLON] = ACTIONS(4262), + [anon_sym_PLUS_EQ] = ACTIONS(4262), + [anon_sym_DASH_EQ] = ACTIONS(4262), + [anon_sym_STAR_EQ] = ACTIONS(4262), + [anon_sym_SLASH_EQ] = ACTIONS(4262), + [anon_sym_PERCENT_EQ] = ACTIONS(4262), + [anon_sym_BANG_EQ] = ACTIONS(4260), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4262), + [anon_sym_EQ_EQ] = ACTIONS(4260), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4262), + [anon_sym_LT_EQ] = ACTIONS(4262), + [anon_sym_GT_EQ] = ACTIONS(4262), + [anon_sym_BANGin] = ACTIONS(4262), + [anon_sym_is] = ACTIONS(4260), + [anon_sym_BANGis] = ACTIONS(4262), + [anon_sym_PLUS] = ACTIONS(4260), + [anon_sym_DASH] = ACTIONS(4260), + [anon_sym_SLASH] = ACTIONS(4260), + [anon_sym_PERCENT] = ACTIONS(4260), + [anon_sym_as_QMARK] = ACTIONS(4262), + [anon_sym_PLUS_PLUS] = ACTIONS(4262), + [anon_sym_DASH_DASH] = ACTIONS(4262), + [anon_sym_BANG] = ACTIONS(4260), + [anon_sym_BANG_BANG] = ACTIONS(4262), + [anon_sym_suspend] = ACTIONS(4260), + [anon_sym_sealed] = ACTIONS(4260), + [anon_sym_annotation] = ACTIONS(4260), + [anon_sym_data] = ACTIONS(4260), + [anon_sym_inner] = ACTIONS(4260), + [anon_sym_override] = ACTIONS(4260), + [anon_sym_lateinit] = ACTIONS(4260), + [anon_sym_public] = ACTIONS(4260), + [anon_sym_private] = ACTIONS(4260), + [anon_sym_internal] = ACTIONS(4260), + [anon_sym_protected] = ACTIONS(4260), + [anon_sym_tailrec] = ACTIONS(4260), + [anon_sym_operator] = ACTIONS(4260), + [anon_sym_infix] = ACTIONS(4260), + [anon_sym_inline] = ACTIONS(4260), + [anon_sym_external] = ACTIONS(4260), + [sym_property_modifier] = ACTIONS(4260), + [anon_sym_abstract] = ACTIONS(4260), + [anon_sym_final] = ACTIONS(4260), + [anon_sym_open] = ACTIONS(4260), + [anon_sym_vararg] = ACTIONS(4260), + [anon_sym_noinline] = ACTIONS(4260), + [anon_sym_crossinline] = ACTIONS(4260), + [anon_sym_expect] = ACTIONS(4260), + [anon_sym_actual] = ACTIONS(4260), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4262), + [anon_sym_continue_AT] = ACTIONS(4262), + [anon_sym_break_AT] = ACTIONS(4262), + [sym_real_literal] = ACTIONS(4262), + [sym_integer_literal] = ACTIONS(4260), + [sym_hex_literal] = ACTIONS(4262), + [sym_bin_literal] = ACTIONS(4262), + [anon_sym_true] = ACTIONS(4260), + [anon_sym_false] = ACTIONS(4260), + [anon_sym_SQUOTE] = ACTIONS(4262), + [sym__backtick_identifier] = ACTIONS(4262), + [sym__automatic_semicolon] = ACTIONS(4262), + [sym_safe_nav] = ACTIONS(4262), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4262), }, [1040] = { - [sym__alpha_identifier] = ACTIONS(4714), - [anon_sym_AT] = ACTIONS(4716), - [anon_sym_LBRACK] = ACTIONS(4716), - [anon_sym_as] = ACTIONS(4714), - [anon_sym_EQ] = ACTIONS(4714), - [anon_sym_LBRACE] = ACTIONS(4716), - [anon_sym_RBRACE] = ACTIONS(4716), - [anon_sym_LPAREN] = ACTIONS(4716), - [anon_sym_COMMA] = ACTIONS(4716), - [anon_sym_LT] = ACTIONS(4714), - [anon_sym_GT] = ACTIONS(4714), - [anon_sym_where] = ACTIONS(4714), - [anon_sym_object] = ACTIONS(4714), - [anon_sym_fun] = ACTIONS(4714), - [anon_sym_DOT] = ACTIONS(4714), - [anon_sym_SEMI] = ACTIONS(4716), - [anon_sym_get] = ACTIONS(4714), - [anon_sym_set] = ACTIONS(4714), - [anon_sym_this] = ACTIONS(4714), - [anon_sym_super] = ACTIONS(4714), - [anon_sym_STAR] = ACTIONS(4714), - [sym_label] = ACTIONS(4714), - [anon_sym_in] = ACTIONS(4714), - [anon_sym_DOT_DOT] = ACTIONS(4716), - [anon_sym_QMARK_COLON] = ACTIONS(4716), - [anon_sym_AMP_AMP] = ACTIONS(4716), - [anon_sym_PIPE_PIPE] = ACTIONS(4716), - [anon_sym_null] = ACTIONS(4714), - [anon_sym_if] = ACTIONS(4714), - [anon_sym_else] = ACTIONS(4714), - [anon_sym_when] = ACTIONS(4714), - [anon_sym_try] = ACTIONS(4714), - [anon_sym_throw] = ACTIONS(4714), - [anon_sym_return] = ACTIONS(4714), - [anon_sym_continue] = ACTIONS(4714), - [anon_sym_break] = ACTIONS(4714), - [anon_sym_COLON_COLON] = ACTIONS(4716), - [anon_sym_PLUS_EQ] = ACTIONS(4716), - [anon_sym_DASH_EQ] = ACTIONS(4716), - [anon_sym_STAR_EQ] = ACTIONS(4716), - [anon_sym_SLASH_EQ] = ACTIONS(4716), - [anon_sym_PERCENT_EQ] = ACTIONS(4716), - [anon_sym_BANG_EQ] = ACTIONS(4714), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4716), - [anon_sym_EQ_EQ] = ACTIONS(4714), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4716), - [anon_sym_LT_EQ] = ACTIONS(4716), - [anon_sym_GT_EQ] = ACTIONS(4716), - [anon_sym_BANGin] = ACTIONS(4716), - [anon_sym_is] = ACTIONS(4714), - [anon_sym_BANGis] = ACTIONS(4716), - [anon_sym_PLUS] = ACTIONS(4714), - [anon_sym_DASH] = ACTIONS(4714), - [anon_sym_SLASH] = ACTIONS(4714), - [anon_sym_PERCENT] = ACTIONS(4714), - [anon_sym_as_QMARK] = ACTIONS(4716), - [anon_sym_PLUS_PLUS] = ACTIONS(4716), - [anon_sym_DASH_DASH] = ACTIONS(4716), - [anon_sym_BANG] = ACTIONS(4714), - [anon_sym_BANG_BANG] = ACTIONS(4716), - [anon_sym_suspend] = ACTIONS(4714), - [anon_sym_sealed] = ACTIONS(4714), - [anon_sym_annotation] = ACTIONS(4714), - [anon_sym_data] = ACTIONS(4714), - [anon_sym_inner] = ACTIONS(4714), - [anon_sym_override] = ACTIONS(4714), - [anon_sym_lateinit] = ACTIONS(4714), - [anon_sym_public] = ACTIONS(4714), - [anon_sym_private] = ACTIONS(4714), - [anon_sym_internal] = ACTIONS(4714), - [anon_sym_protected] = ACTIONS(4714), - [anon_sym_tailrec] = ACTIONS(4714), - [anon_sym_operator] = ACTIONS(4714), - [anon_sym_infix] = ACTIONS(4714), - [anon_sym_inline] = ACTIONS(4714), - [anon_sym_external] = ACTIONS(4714), - [sym_property_modifier] = ACTIONS(4714), - [anon_sym_abstract] = ACTIONS(4714), - [anon_sym_final] = ACTIONS(4714), - [anon_sym_open] = ACTIONS(4714), - [anon_sym_vararg] = ACTIONS(4714), - [anon_sym_noinline] = ACTIONS(4714), - [anon_sym_crossinline] = ACTIONS(4714), - [anon_sym_expect] = ACTIONS(4714), - [anon_sym_actual] = ACTIONS(4714), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4716), - [anon_sym_continue_AT] = ACTIONS(4716), - [anon_sym_break_AT] = ACTIONS(4716), - [sym_real_literal] = ACTIONS(4716), - [sym_integer_literal] = ACTIONS(4714), - [sym_hex_literal] = ACTIONS(4716), - [sym_bin_literal] = ACTIONS(4716), - [anon_sym_true] = ACTIONS(4714), - [anon_sym_false] = ACTIONS(4714), - [anon_sym_SQUOTE] = ACTIONS(4716), - [sym__backtick_identifier] = ACTIONS(4716), - [sym__automatic_semicolon] = ACTIONS(4716), - [sym_safe_nav] = ACTIONS(4716), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4716), + [sym__alpha_identifier] = ACTIONS(4142), + [anon_sym_AT] = ACTIONS(4145), + [anon_sym_LBRACK] = ACTIONS(4145), + [anon_sym_as] = ACTIONS(4150), + [anon_sym_EQ] = ACTIONS(4150), + [anon_sym_LBRACE] = ACTIONS(4145), + [anon_sym_RBRACE] = ACTIONS(4148), + [anon_sym_LPAREN] = ACTIONS(4704), + [anon_sym_COMMA] = ACTIONS(4148), + [anon_sym_LT] = ACTIONS(4150), + [anon_sym_GT] = ACTIONS(4150), + [anon_sym_where] = ACTIONS(4150), + [anon_sym_object] = ACTIONS(3943), + [anon_sym_fun] = ACTIONS(3943), + [anon_sym_DOT] = ACTIONS(4150), + [anon_sym_SEMI] = ACTIONS(4148), + [anon_sym_get] = ACTIONS(4142), + [anon_sym_set] = ACTIONS(4142), + [anon_sym_this] = ACTIONS(3943), + [anon_sym_super] = ACTIONS(3943), + [anon_sym_STAR] = ACTIONS(4142), + [sym_label] = ACTIONS(4142), + [anon_sym_in] = ACTIONS(4150), + [anon_sym_DOT_DOT] = ACTIONS(4148), + [anon_sym_QMARK_COLON] = ACTIONS(4148), + [anon_sym_AMP_AMP] = ACTIONS(4148), + [anon_sym_PIPE_PIPE] = ACTIONS(4148), + [anon_sym_null] = ACTIONS(3943), + [anon_sym_if] = ACTIONS(3943), + [anon_sym_else] = ACTIONS(4150), + [anon_sym_when] = ACTIONS(3943), + [anon_sym_try] = ACTIONS(3943), + [anon_sym_throw] = ACTIONS(3943), + [anon_sym_return] = ACTIONS(3943), + [anon_sym_continue] = ACTIONS(3943), + [anon_sym_break] = ACTIONS(3943), + [anon_sym_COLON_COLON] = ACTIONS(4145), + [anon_sym_PLUS_EQ] = ACTIONS(4148), + [anon_sym_DASH_EQ] = ACTIONS(4148), + [anon_sym_STAR_EQ] = ACTIONS(4148), + [anon_sym_SLASH_EQ] = ACTIONS(4148), + [anon_sym_PERCENT_EQ] = ACTIONS(4148), + [anon_sym_BANG_EQ] = ACTIONS(4150), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4148), + [anon_sym_EQ_EQ] = ACTIONS(4150), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4148), + [anon_sym_LT_EQ] = ACTIONS(4148), + [anon_sym_GT_EQ] = ACTIONS(4148), + [anon_sym_BANGin] = ACTIONS(4148), + [anon_sym_is] = ACTIONS(4150), + [anon_sym_BANGis] = ACTIONS(4148), + [anon_sym_PLUS] = ACTIONS(4142), + [anon_sym_DASH] = ACTIONS(4142), + [anon_sym_SLASH] = ACTIONS(4150), + [anon_sym_PERCENT] = ACTIONS(4150), + [anon_sym_as_QMARK] = ACTIONS(4148), + [anon_sym_PLUS_PLUS] = ACTIONS(4145), + [anon_sym_DASH_DASH] = ACTIONS(4145), + [anon_sym_BANG] = ACTIONS(3943), + [anon_sym_BANG_BANG] = ACTIONS(4148), + [anon_sym_suspend] = ACTIONS(4150), + [anon_sym_sealed] = ACTIONS(4150), + [anon_sym_annotation] = ACTIONS(4150), + [anon_sym_data] = ACTIONS(4142), + [anon_sym_inner] = ACTIONS(4142), + [anon_sym_override] = ACTIONS(4150), + [anon_sym_lateinit] = ACTIONS(4150), + [anon_sym_public] = ACTIONS(4150), + [anon_sym_private] = ACTIONS(4150), + [anon_sym_internal] = ACTIONS(4150), + [anon_sym_protected] = ACTIONS(4150), + [anon_sym_tailrec] = ACTIONS(4150), + [anon_sym_operator] = ACTIONS(4150), + [anon_sym_infix] = ACTIONS(4150), + [anon_sym_inline] = ACTIONS(4150), + [anon_sym_external] = ACTIONS(4150), + [sym_property_modifier] = ACTIONS(4150), + [anon_sym_abstract] = ACTIONS(4150), + [anon_sym_final] = ACTIONS(4150), + [anon_sym_open] = ACTIONS(4150), + [anon_sym_vararg] = ACTIONS(4150), + [anon_sym_noinline] = ACTIONS(4150), + [anon_sym_crossinline] = ACTIONS(4150), + [anon_sym_expect] = ACTIONS(4142), + [anon_sym_actual] = ACTIONS(4142), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3948), + [anon_sym_continue_AT] = ACTIONS(3948), + [anon_sym_break_AT] = ACTIONS(3948), + [sym_real_literal] = ACTIONS(3948), + [sym_integer_literal] = ACTIONS(3943), + [sym_hex_literal] = ACTIONS(3948), + [sym_bin_literal] = ACTIONS(3948), + [anon_sym_true] = ACTIONS(3943), + [anon_sym_false] = ACTIONS(3943), + [anon_sym_SQUOTE] = ACTIONS(3948), + [sym__backtick_identifier] = ACTIONS(4145), + [sym__automatic_semicolon] = ACTIONS(4148), + [sym_safe_nav] = ACTIONS(4148), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3948), }, [1041] = { - [sym__alpha_identifier] = ACTIONS(4718), - [anon_sym_AT] = ACTIONS(4720), - [anon_sym_LBRACK] = ACTIONS(4720), - [anon_sym_as] = ACTIONS(4718), - [anon_sym_EQ] = ACTIONS(4718), - [anon_sym_LBRACE] = ACTIONS(4720), - [anon_sym_RBRACE] = ACTIONS(4720), - [anon_sym_LPAREN] = ACTIONS(4720), - [anon_sym_COMMA] = ACTIONS(4720), - [anon_sym_LT] = ACTIONS(4718), - [anon_sym_GT] = ACTIONS(4718), - [anon_sym_where] = ACTIONS(4718), - [anon_sym_object] = ACTIONS(4718), - [anon_sym_fun] = ACTIONS(4718), - [anon_sym_DOT] = ACTIONS(4718), - [anon_sym_SEMI] = ACTIONS(4720), - [anon_sym_get] = ACTIONS(4718), - [anon_sym_set] = ACTIONS(4718), - [anon_sym_this] = ACTIONS(4718), - [anon_sym_super] = ACTIONS(4718), - [anon_sym_STAR] = ACTIONS(4718), - [sym_label] = ACTIONS(4718), - [anon_sym_in] = ACTIONS(4718), - [anon_sym_DOT_DOT] = ACTIONS(4720), - [anon_sym_QMARK_COLON] = ACTIONS(4720), - [anon_sym_AMP_AMP] = ACTIONS(4720), - [anon_sym_PIPE_PIPE] = ACTIONS(4720), - [anon_sym_null] = ACTIONS(4718), - [anon_sym_if] = ACTIONS(4718), - [anon_sym_else] = ACTIONS(4718), - [anon_sym_when] = ACTIONS(4718), - [anon_sym_try] = ACTIONS(4718), - [anon_sym_throw] = ACTIONS(4718), - [anon_sym_return] = ACTIONS(4718), - [anon_sym_continue] = ACTIONS(4718), - [anon_sym_break] = ACTIONS(4718), - [anon_sym_COLON_COLON] = ACTIONS(4720), - [anon_sym_PLUS_EQ] = ACTIONS(4720), - [anon_sym_DASH_EQ] = ACTIONS(4720), - [anon_sym_STAR_EQ] = ACTIONS(4720), - [anon_sym_SLASH_EQ] = ACTIONS(4720), - [anon_sym_PERCENT_EQ] = ACTIONS(4720), - [anon_sym_BANG_EQ] = ACTIONS(4718), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4720), - [anon_sym_EQ_EQ] = ACTIONS(4718), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4720), - [anon_sym_LT_EQ] = ACTIONS(4720), - [anon_sym_GT_EQ] = ACTIONS(4720), - [anon_sym_BANGin] = ACTIONS(4720), - [anon_sym_is] = ACTIONS(4718), - [anon_sym_BANGis] = ACTIONS(4720), - [anon_sym_PLUS] = ACTIONS(4718), - [anon_sym_DASH] = ACTIONS(4718), - [anon_sym_SLASH] = ACTIONS(4718), - [anon_sym_PERCENT] = ACTIONS(4718), - [anon_sym_as_QMARK] = ACTIONS(4720), - [anon_sym_PLUS_PLUS] = ACTIONS(4720), - [anon_sym_DASH_DASH] = ACTIONS(4720), - [anon_sym_BANG] = ACTIONS(4718), - [anon_sym_BANG_BANG] = ACTIONS(4720), - [anon_sym_suspend] = ACTIONS(4718), - [anon_sym_sealed] = ACTIONS(4718), - [anon_sym_annotation] = ACTIONS(4718), - [anon_sym_data] = ACTIONS(4718), - [anon_sym_inner] = ACTIONS(4718), - [anon_sym_override] = ACTIONS(4718), - [anon_sym_lateinit] = ACTIONS(4718), - [anon_sym_public] = ACTIONS(4718), - [anon_sym_private] = ACTIONS(4718), - [anon_sym_internal] = ACTIONS(4718), - [anon_sym_protected] = ACTIONS(4718), - [anon_sym_tailrec] = ACTIONS(4718), - [anon_sym_operator] = ACTIONS(4718), - [anon_sym_infix] = ACTIONS(4718), - [anon_sym_inline] = ACTIONS(4718), - [anon_sym_external] = ACTIONS(4718), - [sym_property_modifier] = ACTIONS(4718), - [anon_sym_abstract] = ACTIONS(4718), - [anon_sym_final] = ACTIONS(4718), - [anon_sym_open] = ACTIONS(4718), - [anon_sym_vararg] = ACTIONS(4718), - [anon_sym_noinline] = ACTIONS(4718), - [anon_sym_crossinline] = ACTIONS(4718), - [anon_sym_expect] = ACTIONS(4718), - [anon_sym_actual] = ACTIONS(4718), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4720), - [anon_sym_continue_AT] = ACTIONS(4720), - [anon_sym_break_AT] = ACTIONS(4720), - [sym_real_literal] = ACTIONS(4720), - [sym_integer_literal] = ACTIONS(4718), - [sym_hex_literal] = ACTIONS(4720), - [sym_bin_literal] = ACTIONS(4720), - [anon_sym_true] = ACTIONS(4718), - [anon_sym_false] = ACTIONS(4718), - [anon_sym_SQUOTE] = ACTIONS(4720), - [sym__backtick_identifier] = ACTIONS(4720), - [sym__automatic_semicolon] = ACTIONS(4720), - [sym_safe_nav] = ACTIONS(4720), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4720), + [sym__alpha_identifier] = ACTIONS(4142), + [anon_sym_AT] = ACTIONS(4145), + [anon_sym_LBRACK] = ACTIONS(4145), + [anon_sym_as] = ACTIONS(4150), + [anon_sym_EQ] = ACTIONS(4150), + [anon_sym_LBRACE] = ACTIONS(4145), + [anon_sym_RBRACE] = ACTIONS(4148), + [anon_sym_LPAREN] = ACTIONS(4708), + [anon_sym_COMMA] = ACTIONS(4148), + [anon_sym_LT] = ACTIONS(4150), + [anon_sym_GT] = ACTIONS(4150), + [anon_sym_where] = ACTIONS(4150), + [anon_sym_object] = ACTIONS(4142), + [anon_sym_fun] = ACTIONS(4142), + [anon_sym_DOT] = ACTIONS(4150), + [anon_sym_SEMI] = ACTIONS(4148), + [anon_sym_get] = ACTIONS(4142), + [anon_sym_set] = ACTIONS(4142), + [anon_sym_this] = ACTIONS(4142), + [anon_sym_super] = ACTIONS(4142), + [anon_sym_STAR] = ACTIONS(4142), + [sym_label] = ACTIONS(4142), + [anon_sym_in] = ACTIONS(4150), + [anon_sym_DOT_DOT] = ACTIONS(4148), + [anon_sym_QMARK_COLON] = ACTIONS(4148), + [anon_sym_AMP_AMP] = ACTIONS(4148), + [anon_sym_PIPE_PIPE] = ACTIONS(4148), + [anon_sym_null] = ACTIONS(4142), + [anon_sym_if] = ACTIONS(4142), + [anon_sym_else] = ACTIONS(4150), + [anon_sym_when] = ACTIONS(4142), + [anon_sym_try] = ACTIONS(4142), + [anon_sym_throw] = ACTIONS(4142), + [anon_sym_return] = ACTIONS(4142), + [anon_sym_continue] = ACTIONS(4142), + [anon_sym_break] = ACTIONS(4142), + [anon_sym_COLON_COLON] = ACTIONS(4145), + [anon_sym_PLUS_EQ] = ACTIONS(4148), + [anon_sym_DASH_EQ] = ACTIONS(4148), + [anon_sym_STAR_EQ] = ACTIONS(4148), + [anon_sym_SLASH_EQ] = ACTIONS(4148), + [anon_sym_PERCENT_EQ] = ACTIONS(4148), + [anon_sym_BANG_EQ] = ACTIONS(4150), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4148), + [anon_sym_EQ_EQ] = ACTIONS(4150), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4148), + [anon_sym_LT_EQ] = ACTIONS(4148), + [anon_sym_GT_EQ] = ACTIONS(4148), + [anon_sym_BANGin] = ACTIONS(4148), + [anon_sym_is] = ACTIONS(4150), + [anon_sym_BANGis] = ACTIONS(4148), + [anon_sym_PLUS] = ACTIONS(4142), + [anon_sym_DASH] = ACTIONS(4142), + [anon_sym_SLASH] = ACTIONS(4150), + [anon_sym_PERCENT] = ACTIONS(4150), + [anon_sym_as_QMARK] = ACTIONS(4148), + [anon_sym_PLUS_PLUS] = ACTIONS(4145), + [anon_sym_DASH_DASH] = ACTIONS(4145), + [anon_sym_BANG] = ACTIONS(4142), + [anon_sym_BANG_BANG] = ACTIONS(4148), + [anon_sym_suspend] = ACTIONS(4150), + [anon_sym_sealed] = ACTIONS(4150), + [anon_sym_annotation] = ACTIONS(4150), + [anon_sym_data] = ACTIONS(4142), + [anon_sym_inner] = ACTIONS(4142), + [anon_sym_override] = ACTIONS(4150), + [anon_sym_lateinit] = ACTIONS(4150), + [anon_sym_public] = ACTIONS(4150), + [anon_sym_private] = ACTIONS(4150), + [anon_sym_internal] = ACTIONS(4150), + [anon_sym_protected] = ACTIONS(4150), + [anon_sym_tailrec] = ACTIONS(4150), + [anon_sym_operator] = ACTIONS(4150), + [anon_sym_infix] = ACTIONS(4150), + [anon_sym_inline] = ACTIONS(4150), + [anon_sym_external] = ACTIONS(4150), + [sym_property_modifier] = ACTIONS(4150), + [anon_sym_abstract] = ACTIONS(4150), + [anon_sym_final] = ACTIONS(4150), + [anon_sym_open] = ACTIONS(4150), + [anon_sym_vararg] = ACTIONS(4150), + [anon_sym_noinline] = ACTIONS(4150), + [anon_sym_crossinline] = ACTIONS(4150), + [anon_sym_expect] = ACTIONS(4142), + [anon_sym_actual] = ACTIONS(4142), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4145), + [anon_sym_continue_AT] = ACTIONS(4145), + [anon_sym_break_AT] = ACTIONS(4145), + [sym_real_literal] = ACTIONS(4145), + [sym_integer_literal] = ACTIONS(4142), + [sym_hex_literal] = ACTIONS(4145), + [sym_bin_literal] = ACTIONS(4145), + [anon_sym_true] = ACTIONS(4142), + [anon_sym_false] = ACTIONS(4142), + [anon_sym_SQUOTE] = ACTIONS(4145), + [sym__backtick_identifier] = ACTIONS(4145), + [sym__automatic_semicolon] = ACTIONS(4148), + [sym_safe_nav] = ACTIONS(4148), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4145), }, [1042] = { + [sym__alpha_identifier] = ACTIONS(4142), + [anon_sym_AT] = ACTIONS(4145), + [anon_sym_LBRACK] = ACTIONS(4145), + [anon_sym_as] = ACTIONS(4142), + [anon_sym_EQ] = ACTIONS(3943), + [anon_sym_LBRACE] = ACTIONS(4145), + [anon_sym_RBRACE] = ACTIONS(4145), + [anon_sym_LPAREN] = ACTIONS(4712), + [anon_sym_COMMA] = ACTIONS(4145), + [anon_sym_LT] = ACTIONS(4142), + [anon_sym_GT] = ACTIONS(4142), + [anon_sym_where] = ACTIONS(4142), + [anon_sym_object] = ACTIONS(4142), + [anon_sym_fun] = ACTIONS(4142), + [anon_sym_DOT] = ACTIONS(4142), + [anon_sym_SEMI] = ACTIONS(4145), + [anon_sym_get] = ACTIONS(4142), + [anon_sym_set] = ACTIONS(4142), + [anon_sym_this] = ACTIONS(4142), + [anon_sym_super] = ACTIONS(4142), + [anon_sym_STAR] = ACTIONS(4142), + [sym_label] = ACTIONS(4142), + [anon_sym_in] = ACTIONS(4142), + [anon_sym_DOT_DOT] = ACTIONS(4145), + [anon_sym_QMARK_COLON] = ACTIONS(4145), + [anon_sym_AMP_AMP] = ACTIONS(4145), + [anon_sym_PIPE_PIPE] = ACTIONS(4145), + [anon_sym_null] = ACTIONS(4142), + [anon_sym_if] = ACTIONS(4142), + [anon_sym_else] = ACTIONS(4142), + [anon_sym_when] = ACTIONS(4142), + [anon_sym_try] = ACTIONS(4142), + [anon_sym_throw] = ACTIONS(4142), + [anon_sym_return] = ACTIONS(4142), + [anon_sym_continue] = ACTIONS(4142), + [anon_sym_break] = ACTIONS(4142), + [anon_sym_COLON_COLON] = ACTIONS(4145), + [anon_sym_PLUS_EQ] = ACTIONS(3948), + [anon_sym_DASH_EQ] = ACTIONS(3948), + [anon_sym_STAR_EQ] = ACTIONS(3948), + [anon_sym_SLASH_EQ] = ACTIONS(3948), + [anon_sym_PERCENT_EQ] = ACTIONS(3948), + [anon_sym_BANG_EQ] = ACTIONS(4142), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4145), + [anon_sym_EQ_EQ] = ACTIONS(4142), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4145), + [anon_sym_LT_EQ] = ACTIONS(4145), + [anon_sym_GT_EQ] = ACTIONS(4145), + [anon_sym_BANGin] = ACTIONS(4145), + [anon_sym_is] = ACTIONS(4142), + [anon_sym_BANGis] = ACTIONS(4145), + [anon_sym_PLUS] = ACTIONS(4142), + [anon_sym_DASH] = ACTIONS(4142), + [anon_sym_SLASH] = ACTIONS(4142), + [anon_sym_PERCENT] = ACTIONS(4142), + [anon_sym_as_QMARK] = ACTIONS(4145), + [anon_sym_PLUS_PLUS] = ACTIONS(4145), + [anon_sym_DASH_DASH] = ACTIONS(4145), + [anon_sym_BANG] = ACTIONS(4142), + [anon_sym_BANG_BANG] = ACTIONS(4145), + [anon_sym_suspend] = ACTIONS(4142), + [anon_sym_sealed] = ACTIONS(4142), + [anon_sym_annotation] = ACTIONS(4142), + [anon_sym_data] = ACTIONS(4142), + [anon_sym_inner] = ACTIONS(4142), + [anon_sym_override] = ACTIONS(4142), + [anon_sym_lateinit] = ACTIONS(4142), + [anon_sym_public] = ACTIONS(4142), + [anon_sym_private] = ACTIONS(4142), + [anon_sym_internal] = ACTIONS(4142), + [anon_sym_protected] = ACTIONS(4142), + [anon_sym_tailrec] = ACTIONS(4142), + [anon_sym_operator] = ACTIONS(4142), + [anon_sym_infix] = ACTIONS(4142), + [anon_sym_inline] = ACTIONS(4142), + [anon_sym_external] = ACTIONS(4142), + [sym_property_modifier] = ACTIONS(4142), + [anon_sym_abstract] = ACTIONS(4142), + [anon_sym_final] = ACTIONS(4142), + [anon_sym_open] = ACTIONS(4142), + [anon_sym_vararg] = ACTIONS(4142), + [anon_sym_noinline] = ACTIONS(4142), + [anon_sym_crossinline] = ACTIONS(4142), + [anon_sym_expect] = ACTIONS(4142), + [anon_sym_actual] = ACTIONS(4142), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4145), + [anon_sym_continue_AT] = ACTIONS(4145), + [anon_sym_break_AT] = ACTIONS(4145), + [sym_real_literal] = ACTIONS(4145), + [sym_integer_literal] = ACTIONS(4142), + [sym_hex_literal] = ACTIONS(4145), + [sym_bin_literal] = ACTIONS(4145), + [anon_sym_true] = ACTIONS(4142), + [anon_sym_false] = ACTIONS(4142), + [anon_sym_SQUOTE] = ACTIONS(4145), + [sym__backtick_identifier] = ACTIONS(4145), + [sym__automatic_semicolon] = ACTIONS(4145), + [sym_safe_nav] = ACTIONS(4145), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4145), + }, + [1043] = { + [sym__alpha_identifier] = ACTIONS(4716), + [anon_sym_AT] = ACTIONS(4718), + [anon_sym_LBRACK] = ACTIONS(4718), + [anon_sym_as] = ACTIONS(4716), + [anon_sym_EQ] = ACTIONS(4716), + [anon_sym_LBRACE] = ACTIONS(4718), + [anon_sym_RBRACE] = ACTIONS(4718), + [anon_sym_LPAREN] = ACTIONS(4718), + [anon_sym_COMMA] = ACTIONS(4718), + [anon_sym_LT] = ACTIONS(4716), + [anon_sym_GT] = ACTIONS(4716), + [anon_sym_where] = ACTIONS(4716), + [anon_sym_object] = ACTIONS(4716), + [anon_sym_fun] = ACTIONS(4716), + [anon_sym_DOT] = ACTIONS(4716), + [anon_sym_SEMI] = ACTIONS(4718), + [anon_sym_get] = ACTIONS(4716), + [anon_sym_set] = ACTIONS(4716), + [anon_sym_this] = ACTIONS(4716), + [anon_sym_super] = ACTIONS(4716), + [anon_sym_STAR] = ACTIONS(4716), + [sym_label] = ACTIONS(4716), + [anon_sym_in] = ACTIONS(4716), + [anon_sym_DOT_DOT] = ACTIONS(4718), + [anon_sym_QMARK_COLON] = ACTIONS(4718), + [anon_sym_AMP_AMP] = ACTIONS(4718), + [anon_sym_PIPE_PIPE] = ACTIONS(4718), + [anon_sym_null] = ACTIONS(4716), + [anon_sym_if] = ACTIONS(4716), + [anon_sym_else] = ACTIONS(4716), + [anon_sym_when] = ACTIONS(4716), + [anon_sym_try] = ACTIONS(4716), + [anon_sym_throw] = ACTIONS(4716), + [anon_sym_return] = ACTIONS(4716), + [anon_sym_continue] = ACTIONS(4716), + [anon_sym_break] = ACTIONS(4716), + [anon_sym_COLON_COLON] = ACTIONS(4718), + [anon_sym_PLUS_EQ] = ACTIONS(4718), + [anon_sym_DASH_EQ] = ACTIONS(4718), + [anon_sym_STAR_EQ] = ACTIONS(4718), + [anon_sym_SLASH_EQ] = ACTIONS(4718), + [anon_sym_PERCENT_EQ] = ACTIONS(4718), + [anon_sym_BANG_EQ] = ACTIONS(4716), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4718), + [anon_sym_EQ_EQ] = ACTIONS(4716), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4718), + [anon_sym_LT_EQ] = ACTIONS(4718), + [anon_sym_GT_EQ] = ACTIONS(4718), + [anon_sym_BANGin] = ACTIONS(4718), + [anon_sym_is] = ACTIONS(4716), + [anon_sym_BANGis] = ACTIONS(4718), + [anon_sym_PLUS] = ACTIONS(4716), + [anon_sym_DASH] = ACTIONS(4716), + [anon_sym_SLASH] = ACTIONS(4716), + [anon_sym_PERCENT] = ACTIONS(4716), + [anon_sym_as_QMARK] = ACTIONS(4718), + [anon_sym_PLUS_PLUS] = ACTIONS(4718), + [anon_sym_DASH_DASH] = ACTIONS(4718), + [anon_sym_BANG] = ACTIONS(4716), + [anon_sym_BANG_BANG] = ACTIONS(4718), + [anon_sym_suspend] = ACTIONS(4716), + [anon_sym_sealed] = ACTIONS(4716), + [anon_sym_annotation] = ACTIONS(4716), + [anon_sym_data] = ACTIONS(4716), + [anon_sym_inner] = ACTIONS(4716), + [anon_sym_override] = ACTIONS(4716), + [anon_sym_lateinit] = ACTIONS(4716), + [anon_sym_public] = ACTIONS(4716), + [anon_sym_private] = ACTIONS(4716), + [anon_sym_internal] = ACTIONS(4716), + [anon_sym_protected] = ACTIONS(4716), + [anon_sym_tailrec] = ACTIONS(4716), + [anon_sym_operator] = ACTIONS(4716), + [anon_sym_infix] = ACTIONS(4716), + [anon_sym_inline] = ACTIONS(4716), + [anon_sym_external] = ACTIONS(4716), + [sym_property_modifier] = ACTIONS(4716), + [anon_sym_abstract] = ACTIONS(4716), + [anon_sym_final] = ACTIONS(4716), + [anon_sym_open] = ACTIONS(4716), + [anon_sym_vararg] = ACTIONS(4716), + [anon_sym_noinline] = ACTIONS(4716), + [anon_sym_crossinline] = ACTIONS(4716), + [anon_sym_expect] = ACTIONS(4716), + [anon_sym_actual] = ACTIONS(4716), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4718), + [anon_sym_continue_AT] = ACTIONS(4718), + [anon_sym_break_AT] = ACTIONS(4718), + [sym_real_literal] = ACTIONS(4718), + [sym_integer_literal] = ACTIONS(4716), + [sym_hex_literal] = ACTIONS(4718), + [sym_bin_literal] = ACTIONS(4718), + [anon_sym_true] = ACTIONS(4716), + [anon_sym_false] = ACTIONS(4716), + [anon_sym_SQUOTE] = ACTIONS(4718), + [sym__backtick_identifier] = ACTIONS(4718), + [sym__automatic_semicolon] = ACTIONS(4718), + [sym_safe_nav] = ACTIONS(4718), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4718), + }, + [1044] = { + [sym__alpha_identifier] = ACTIONS(4720), + [anon_sym_AT] = ACTIONS(4722), + [anon_sym_LBRACK] = ACTIONS(4722), + [anon_sym_as] = ACTIONS(4720), + [anon_sym_EQ] = ACTIONS(4720), + [anon_sym_LBRACE] = ACTIONS(4722), + [anon_sym_RBRACE] = ACTIONS(4722), + [anon_sym_LPAREN] = ACTIONS(4722), + [anon_sym_COMMA] = ACTIONS(4722), + [anon_sym_LT] = ACTIONS(4720), + [anon_sym_GT] = ACTIONS(4720), + [anon_sym_where] = ACTIONS(4720), + [anon_sym_object] = ACTIONS(4720), + [anon_sym_fun] = ACTIONS(4720), + [anon_sym_DOT] = ACTIONS(4720), + [anon_sym_SEMI] = ACTIONS(4722), + [anon_sym_get] = ACTIONS(4720), + [anon_sym_set] = ACTIONS(4720), + [anon_sym_this] = ACTIONS(4720), + [anon_sym_super] = ACTIONS(4720), + [anon_sym_STAR] = ACTIONS(4720), + [sym_label] = ACTIONS(4720), + [anon_sym_in] = ACTIONS(4720), + [anon_sym_DOT_DOT] = ACTIONS(4722), + [anon_sym_QMARK_COLON] = ACTIONS(4722), + [anon_sym_AMP_AMP] = ACTIONS(4722), + [anon_sym_PIPE_PIPE] = ACTIONS(4722), + [anon_sym_null] = ACTIONS(4720), + [anon_sym_if] = ACTIONS(4720), + [anon_sym_else] = ACTIONS(4720), + [anon_sym_when] = ACTIONS(4720), + [anon_sym_try] = ACTIONS(4720), + [anon_sym_throw] = ACTIONS(4720), + [anon_sym_return] = ACTIONS(4720), + [anon_sym_continue] = ACTIONS(4720), + [anon_sym_break] = ACTIONS(4720), + [anon_sym_COLON_COLON] = ACTIONS(4722), + [anon_sym_PLUS_EQ] = ACTIONS(4722), + [anon_sym_DASH_EQ] = ACTIONS(4722), + [anon_sym_STAR_EQ] = ACTIONS(4722), + [anon_sym_SLASH_EQ] = ACTIONS(4722), + [anon_sym_PERCENT_EQ] = ACTIONS(4722), + [anon_sym_BANG_EQ] = ACTIONS(4720), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4722), + [anon_sym_EQ_EQ] = ACTIONS(4720), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4722), + [anon_sym_LT_EQ] = ACTIONS(4722), + [anon_sym_GT_EQ] = ACTIONS(4722), + [anon_sym_BANGin] = ACTIONS(4722), + [anon_sym_is] = ACTIONS(4720), + [anon_sym_BANGis] = ACTIONS(4722), + [anon_sym_PLUS] = ACTIONS(4720), + [anon_sym_DASH] = ACTIONS(4720), + [anon_sym_SLASH] = ACTIONS(4720), + [anon_sym_PERCENT] = ACTIONS(4720), + [anon_sym_as_QMARK] = ACTIONS(4722), + [anon_sym_PLUS_PLUS] = ACTIONS(4722), + [anon_sym_DASH_DASH] = ACTIONS(4722), + [anon_sym_BANG] = ACTIONS(4720), + [anon_sym_BANG_BANG] = ACTIONS(4722), + [anon_sym_suspend] = ACTIONS(4720), + [anon_sym_sealed] = ACTIONS(4720), + [anon_sym_annotation] = ACTIONS(4720), + [anon_sym_data] = ACTIONS(4720), + [anon_sym_inner] = ACTIONS(4720), + [anon_sym_override] = ACTIONS(4720), + [anon_sym_lateinit] = ACTIONS(4720), + [anon_sym_public] = ACTIONS(4720), + [anon_sym_private] = ACTIONS(4720), + [anon_sym_internal] = ACTIONS(4720), + [anon_sym_protected] = ACTIONS(4720), + [anon_sym_tailrec] = ACTIONS(4720), + [anon_sym_operator] = ACTIONS(4720), + [anon_sym_infix] = ACTIONS(4720), + [anon_sym_inline] = ACTIONS(4720), + [anon_sym_external] = ACTIONS(4720), + [sym_property_modifier] = ACTIONS(4720), + [anon_sym_abstract] = ACTIONS(4720), + [anon_sym_final] = ACTIONS(4720), + [anon_sym_open] = ACTIONS(4720), + [anon_sym_vararg] = ACTIONS(4720), + [anon_sym_noinline] = ACTIONS(4720), + [anon_sym_crossinline] = ACTIONS(4720), + [anon_sym_expect] = ACTIONS(4720), + [anon_sym_actual] = ACTIONS(4720), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4722), + [anon_sym_continue_AT] = ACTIONS(4722), + [anon_sym_break_AT] = ACTIONS(4722), + [sym_real_literal] = ACTIONS(4722), + [sym_integer_literal] = ACTIONS(4720), + [sym_hex_literal] = ACTIONS(4722), + [sym_bin_literal] = ACTIONS(4722), + [anon_sym_true] = ACTIONS(4720), + [anon_sym_false] = ACTIONS(4720), + [anon_sym_SQUOTE] = ACTIONS(4722), + [sym__backtick_identifier] = ACTIONS(4722), + [sym__automatic_semicolon] = ACTIONS(4722), + [sym_safe_nav] = ACTIONS(4722), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4722), + }, + [1045] = { + [sym__alpha_identifier] = ACTIONS(4724), + [anon_sym_AT] = ACTIONS(4726), + [anon_sym_LBRACK] = ACTIONS(4726), + [anon_sym_as] = ACTIONS(4724), + [anon_sym_EQ] = ACTIONS(4724), + [anon_sym_LBRACE] = ACTIONS(4726), + [anon_sym_RBRACE] = ACTIONS(4726), + [anon_sym_LPAREN] = ACTIONS(4726), + [anon_sym_COMMA] = ACTIONS(4726), + [anon_sym_LT] = ACTIONS(4724), + [anon_sym_GT] = ACTIONS(4724), + [anon_sym_where] = ACTIONS(4724), + [anon_sym_object] = ACTIONS(4724), + [anon_sym_fun] = ACTIONS(4724), + [anon_sym_DOT] = ACTIONS(4724), + [anon_sym_SEMI] = ACTIONS(4726), + [anon_sym_get] = ACTIONS(4724), + [anon_sym_set] = ACTIONS(4724), + [anon_sym_this] = ACTIONS(4724), + [anon_sym_super] = ACTIONS(4724), + [anon_sym_STAR] = ACTIONS(4724), + [sym_label] = ACTIONS(4724), + [anon_sym_in] = ACTIONS(4724), + [anon_sym_DOT_DOT] = ACTIONS(4726), + [anon_sym_QMARK_COLON] = ACTIONS(4726), + [anon_sym_AMP_AMP] = ACTIONS(4726), + [anon_sym_PIPE_PIPE] = ACTIONS(4726), + [anon_sym_null] = ACTIONS(4724), + [anon_sym_if] = ACTIONS(4724), + [anon_sym_else] = ACTIONS(4724), + [anon_sym_when] = ACTIONS(4724), + [anon_sym_try] = ACTIONS(4724), + [anon_sym_throw] = ACTIONS(4724), + [anon_sym_return] = ACTIONS(4724), + [anon_sym_continue] = ACTIONS(4724), + [anon_sym_break] = ACTIONS(4724), + [anon_sym_COLON_COLON] = ACTIONS(4726), + [anon_sym_PLUS_EQ] = ACTIONS(4726), + [anon_sym_DASH_EQ] = ACTIONS(4726), + [anon_sym_STAR_EQ] = ACTIONS(4726), + [anon_sym_SLASH_EQ] = ACTIONS(4726), + [anon_sym_PERCENT_EQ] = ACTIONS(4726), + [anon_sym_BANG_EQ] = ACTIONS(4724), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4726), + [anon_sym_EQ_EQ] = ACTIONS(4724), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4726), + [anon_sym_LT_EQ] = ACTIONS(4726), + [anon_sym_GT_EQ] = ACTIONS(4726), + [anon_sym_BANGin] = ACTIONS(4726), + [anon_sym_is] = ACTIONS(4724), + [anon_sym_BANGis] = ACTIONS(4726), + [anon_sym_PLUS] = ACTIONS(4724), + [anon_sym_DASH] = ACTIONS(4724), + [anon_sym_SLASH] = ACTIONS(4724), + [anon_sym_PERCENT] = ACTIONS(4724), + [anon_sym_as_QMARK] = ACTIONS(4726), + [anon_sym_PLUS_PLUS] = ACTIONS(4726), + [anon_sym_DASH_DASH] = ACTIONS(4726), + [anon_sym_BANG] = ACTIONS(4724), + [anon_sym_BANG_BANG] = ACTIONS(4726), + [anon_sym_suspend] = ACTIONS(4724), + [anon_sym_sealed] = ACTIONS(4724), + [anon_sym_annotation] = ACTIONS(4724), + [anon_sym_data] = ACTIONS(4724), + [anon_sym_inner] = ACTIONS(4724), + [anon_sym_override] = ACTIONS(4724), + [anon_sym_lateinit] = ACTIONS(4724), + [anon_sym_public] = ACTIONS(4724), + [anon_sym_private] = ACTIONS(4724), + [anon_sym_internal] = ACTIONS(4724), + [anon_sym_protected] = ACTIONS(4724), + [anon_sym_tailrec] = ACTIONS(4724), + [anon_sym_operator] = ACTIONS(4724), + [anon_sym_infix] = ACTIONS(4724), + [anon_sym_inline] = ACTIONS(4724), + [anon_sym_external] = ACTIONS(4724), + [sym_property_modifier] = ACTIONS(4724), + [anon_sym_abstract] = ACTIONS(4724), + [anon_sym_final] = ACTIONS(4724), + [anon_sym_open] = ACTIONS(4724), + [anon_sym_vararg] = ACTIONS(4724), + [anon_sym_noinline] = ACTIONS(4724), + [anon_sym_crossinline] = ACTIONS(4724), + [anon_sym_expect] = ACTIONS(4724), + [anon_sym_actual] = ACTIONS(4724), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4726), + [anon_sym_continue_AT] = ACTIONS(4726), + [anon_sym_break_AT] = ACTIONS(4726), + [sym_real_literal] = ACTIONS(4726), + [sym_integer_literal] = ACTIONS(4724), + [sym_hex_literal] = ACTIONS(4726), + [sym_bin_literal] = ACTIONS(4726), + [anon_sym_true] = ACTIONS(4724), + [anon_sym_false] = ACTIONS(4724), + [anon_sym_SQUOTE] = ACTIONS(4726), + [sym__backtick_identifier] = ACTIONS(4726), + [sym__automatic_semicolon] = ACTIONS(4726), + [sym_safe_nav] = ACTIONS(4726), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4726), + }, + [1046] = { + [sym__alpha_identifier] = ACTIONS(4285), + [anon_sym_AT] = ACTIONS(4288), + [anon_sym_LBRACK] = ACTIONS(4288), + [anon_sym_as] = ACTIONS(4285), + [anon_sym_EQ] = ACTIONS(3943), + [anon_sym_LBRACE] = ACTIONS(4288), + [anon_sym_RBRACE] = ACTIONS(4288), + [anon_sym_LPAREN] = ACTIONS(4728), + [anon_sym_COMMA] = ACTIONS(4288), + [anon_sym_LT] = ACTIONS(4285), + [anon_sym_GT] = ACTIONS(4285), + [anon_sym_where] = ACTIONS(4285), + [anon_sym_object] = ACTIONS(4285), + [anon_sym_fun] = ACTIONS(4285), + [anon_sym_DOT] = ACTIONS(4285), + [anon_sym_SEMI] = ACTIONS(4288), + [anon_sym_get] = ACTIONS(4285), + [anon_sym_set] = ACTIONS(4285), + [anon_sym_this] = ACTIONS(4285), + [anon_sym_super] = ACTIONS(4285), + [anon_sym_STAR] = ACTIONS(4285), + [sym_label] = ACTIONS(4285), + [anon_sym_in] = ACTIONS(4285), + [anon_sym_DOT_DOT] = ACTIONS(4288), + [anon_sym_QMARK_COLON] = ACTIONS(4288), + [anon_sym_AMP_AMP] = ACTIONS(4288), + [anon_sym_PIPE_PIPE] = ACTIONS(4288), + [anon_sym_null] = ACTIONS(4285), + [anon_sym_if] = ACTIONS(4285), + [anon_sym_else] = ACTIONS(4285), + [anon_sym_when] = ACTIONS(4285), + [anon_sym_try] = ACTIONS(4285), + [anon_sym_throw] = ACTIONS(4285), + [anon_sym_return] = ACTIONS(4285), + [anon_sym_continue] = ACTIONS(4285), + [anon_sym_break] = ACTIONS(4285), + [anon_sym_COLON_COLON] = ACTIONS(4288), + [anon_sym_PLUS_EQ] = ACTIONS(3948), + [anon_sym_DASH_EQ] = ACTIONS(3948), + [anon_sym_STAR_EQ] = ACTIONS(3948), + [anon_sym_SLASH_EQ] = ACTIONS(3948), + [anon_sym_PERCENT_EQ] = ACTIONS(3948), + [anon_sym_BANG_EQ] = ACTIONS(4285), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4288), + [anon_sym_EQ_EQ] = ACTIONS(4285), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4288), + [anon_sym_LT_EQ] = ACTIONS(4288), + [anon_sym_GT_EQ] = ACTIONS(4288), + [anon_sym_BANGin] = ACTIONS(4288), + [anon_sym_is] = ACTIONS(4285), + [anon_sym_BANGis] = ACTIONS(4288), + [anon_sym_PLUS] = ACTIONS(4285), + [anon_sym_DASH] = ACTIONS(4285), + [anon_sym_SLASH] = ACTIONS(4285), + [anon_sym_PERCENT] = ACTIONS(4285), + [anon_sym_as_QMARK] = ACTIONS(4288), + [anon_sym_PLUS_PLUS] = ACTIONS(4288), + [anon_sym_DASH_DASH] = ACTIONS(4288), + [anon_sym_BANG] = ACTIONS(4285), + [anon_sym_BANG_BANG] = ACTIONS(4288), + [anon_sym_suspend] = ACTIONS(4285), + [anon_sym_sealed] = ACTIONS(4285), + [anon_sym_annotation] = ACTIONS(4285), + [anon_sym_data] = ACTIONS(4285), + [anon_sym_inner] = ACTIONS(4285), + [anon_sym_override] = ACTIONS(4285), + [anon_sym_lateinit] = ACTIONS(4285), + [anon_sym_public] = ACTIONS(4285), + [anon_sym_private] = ACTIONS(4285), + [anon_sym_internal] = ACTIONS(4285), + [anon_sym_protected] = ACTIONS(4285), + [anon_sym_tailrec] = ACTIONS(4285), + [anon_sym_operator] = ACTIONS(4285), + [anon_sym_infix] = ACTIONS(4285), + [anon_sym_inline] = ACTIONS(4285), + [anon_sym_external] = ACTIONS(4285), + [sym_property_modifier] = ACTIONS(4285), + [anon_sym_abstract] = ACTIONS(4285), + [anon_sym_final] = ACTIONS(4285), + [anon_sym_open] = ACTIONS(4285), + [anon_sym_vararg] = ACTIONS(4285), + [anon_sym_noinline] = ACTIONS(4285), + [anon_sym_crossinline] = ACTIONS(4285), + [anon_sym_expect] = ACTIONS(4285), + [anon_sym_actual] = ACTIONS(4285), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4288), + [anon_sym_continue_AT] = ACTIONS(4288), + [anon_sym_break_AT] = ACTIONS(4288), + [sym_real_literal] = ACTIONS(4288), + [sym_integer_literal] = ACTIONS(4285), + [sym_hex_literal] = ACTIONS(4288), + [sym_bin_literal] = ACTIONS(4288), + [anon_sym_true] = ACTIONS(4285), + [anon_sym_false] = ACTIONS(4285), + [anon_sym_SQUOTE] = ACTIONS(4288), + [sym__backtick_identifier] = ACTIONS(4288), + [sym__automatic_semicolon] = ACTIONS(4288), + [sym_safe_nav] = ACTIONS(4288), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4288), + }, + [1047] = { + [sym__alpha_identifier] = ACTIONS(4732), + [anon_sym_AT] = ACTIONS(4734), + [anon_sym_LBRACK] = ACTIONS(4734), + [anon_sym_as] = ACTIONS(4732), + [anon_sym_EQ] = ACTIONS(4732), + [anon_sym_LBRACE] = ACTIONS(4734), + [anon_sym_RBRACE] = ACTIONS(4734), + [anon_sym_LPAREN] = ACTIONS(4734), + [anon_sym_COMMA] = ACTIONS(4734), + [anon_sym_LT] = ACTIONS(4732), + [anon_sym_GT] = ACTIONS(4732), + [anon_sym_where] = ACTIONS(4732), + [anon_sym_object] = ACTIONS(4732), + [anon_sym_fun] = ACTIONS(4732), + [anon_sym_DOT] = ACTIONS(4732), + [anon_sym_SEMI] = ACTIONS(4734), + [anon_sym_get] = ACTIONS(4732), + [anon_sym_set] = ACTIONS(4732), + [anon_sym_this] = ACTIONS(4732), + [anon_sym_super] = ACTIONS(4732), + [anon_sym_STAR] = ACTIONS(4732), + [sym_label] = ACTIONS(4732), + [anon_sym_in] = ACTIONS(4732), + [anon_sym_DOT_DOT] = ACTIONS(4734), + [anon_sym_QMARK_COLON] = ACTIONS(4734), + [anon_sym_AMP_AMP] = ACTIONS(4734), + [anon_sym_PIPE_PIPE] = ACTIONS(4734), + [anon_sym_null] = ACTIONS(4732), + [anon_sym_if] = ACTIONS(4732), + [anon_sym_else] = ACTIONS(4732), + [anon_sym_when] = ACTIONS(4732), + [anon_sym_try] = ACTIONS(4732), + [anon_sym_throw] = ACTIONS(4732), + [anon_sym_return] = ACTIONS(4732), + [anon_sym_continue] = ACTIONS(4732), + [anon_sym_break] = ACTIONS(4732), + [anon_sym_COLON_COLON] = ACTIONS(4734), + [anon_sym_PLUS_EQ] = ACTIONS(4734), + [anon_sym_DASH_EQ] = ACTIONS(4734), + [anon_sym_STAR_EQ] = ACTIONS(4734), + [anon_sym_SLASH_EQ] = ACTIONS(4734), + [anon_sym_PERCENT_EQ] = ACTIONS(4734), + [anon_sym_BANG_EQ] = ACTIONS(4732), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4734), + [anon_sym_EQ_EQ] = ACTIONS(4732), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4734), + [anon_sym_LT_EQ] = ACTIONS(4734), + [anon_sym_GT_EQ] = ACTIONS(4734), + [anon_sym_BANGin] = ACTIONS(4734), + [anon_sym_is] = ACTIONS(4732), + [anon_sym_BANGis] = ACTIONS(4734), + [anon_sym_PLUS] = ACTIONS(4732), + [anon_sym_DASH] = ACTIONS(4732), + [anon_sym_SLASH] = ACTIONS(4732), + [anon_sym_PERCENT] = ACTIONS(4732), + [anon_sym_as_QMARK] = ACTIONS(4734), + [anon_sym_PLUS_PLUS] = ACTIONS(4734), + [anon_sym_DASH_DASH] = ACTIONS(4734), + [anon_sym_BANG] = ACTIONS(4732), + [anon_sym_BANG_BANG] = ACTIONS(4734), + [anon_sym_suspend] = ACTIONS(4732), + [anon_sym_sealed] = ACTIONS(4732), + [anon_sym_annotation] = ACTIONS(4732), + [anon_sym_data] = ACTIONS(4732), + [anon_sym_inner] = ACTIONS(4732), + [anon_sym_override] = ACTIONS(4732), + [anon_sym_lateinit] = ACTIONS(4732), + [anon_sym_public] = ACTIONS(4732), + [anon_sym_private] = ACTIONS(4732), + [anon_sym_internal] = ACTIONS(4732), + [anon_sym_protected] = ACTIONS(4732), + [anon_sym_tailrec] = ACTIONS(4732), + [anon_sym_operator] = ACTIONS(4732), + [anon_sym_infix] = ACTIONS(4732), + [anon_sym_inline] = ACTIONS(4732), + [anon_sym_external] = ACTIONS(4732), + [sym_property_modifier] = ACTIONS(4732), + [anon_sym_abstract] = ACTIONS(4732), + [anon_sym_final] = ACTIONS(4732), + [anon_sym_open] = ACTIONS(4732), + [anon_sym_vararg] = ACTIONS(4732), + [anon_sym_noinline] = ACTIONS(4732), + [anon_sym_crossinline] = ACTIONS(4732), + [anon_sym_expect] = ACTIONS(4732), + [anon_sym_actual] = ACTIONS(4732), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4734), + [anon_sym_continue_AT] = ACTIONS(4734), + [anon_sym_break_AT] = ACTIONS(4734), + [sym_real_literal] = ACTIONS(4734), + [sym_integer_literal] = ACTIONS(4732), + [sym_hex_literal] = ACTIONS(4734), + [sym_bin_literal] = ACTIONS(4734), + [anon_sym_true] = ACTIONS(4732), + [anon_sym_false] = ACTIONS(4732), + [anon_sym_SQUOTE] = ACTIONS(4734), + [sym__backtick_identifier] = ACTIONS(4734), + [sym__automatic_semicolon] = ACTIONS(4734), + [sym_safe_nav] = ACTIONS(4734), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4734), + }, + [1048] = { + [sym__alpha_identifier] = ACTIONS(4285), + [anon_sym_AT] = ACTIONS(4288), + [anon_sym_LBRACK] = ACTIONS(4288), + [anon_sym_as] = ACTIONS(4293), + [anon_sym_EQ] = ACTIONS(4293), + [anon_sym_LBRACE] = ACTIONS(4288), + [anon_sym_RBRACE] = ACTIONS(4291), + [anon_sym_LPAREN] = ACTIONS(4736), + [anon_sym_COMMA] = ACTIONS(4291), + [anon_sym_LT] = ACTIONS(4293), + [anon_sym_GT] = ACTIONS(4293), + [anon_sym_where] = ACTIONS(4293), + [anon_sym_object] = ACTIONS(3943), + [anon_sym_fun] = ACTIONS(3943), + [anon_sym_DOT] = ACTIONS(4293), + [anon_sym_SEMI] = ACTIONS(4291), + [anon_sym_get] = ACTIONS(4285), + [anon_sym_set] = ACTIONS(4285), + [anon_sym_this] = ACTIONS(3943), + [anon_sym_super] = ACTIONS(3943), + [anon_sym_STAR] = ACTIONS(4285), + [sym_label] = ACTIONS(4285), + [anon_sym_in] = ACTIONS(4293), + [anon_sym_DOT_DOT] = ACTIONS(4291), + [anon_sym_QMARK_COLON] = ACTIONS(4291), + [anon_sym_AMP_AMP] = ACTIONS(4291), + [anon_sym_PIPE_PIPE] = ACTIONS(4291), + [anon_sym_null] = ACTIONS(3943), + [anon_sym_if] = ACTIONS(3943), + [anon_sym_else] = ACTIONS(4293), + [anon_sym_when] = ACTIONS(3943), + [anon_sym_try] = ACTIONS(3943), + [anon_sym_throw] = ACTIONS(3943), + [anon_sym_return] = ACTIONS(3943), + [anon_sym_continue] = ACTIONS(3943), + [anon_sym_break] = ACTIONS(3943), + [anon_sym_COLON_COLON] = ACTIONS(4288), + [anon_sym_PLUS_EQ] = ACTIONS(4291), + [anon_sym_DASH_EQ] = ACTIONS(4291), + [anon_sym_STAR_EQ] = ACTIONS(4291), + [anon_sym_SLASH_EQ] = ACTIONS(4291), + [anon_sym_PERCENT_EQ] = ACTIONS(4291), + [anon_sym_BANG_EQ] = ACTIONS(4293), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4291), + [anon_sym_EQ_EQ] = ACTIONS(4293), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4291), + [anon_sym_LT_EQ] = ACTIONS(4291), + [anon_sym_GT_EQ] = ACTIONS(4291), + [anon_sym_BANGin] = ACTIONS(4291), + [anon_sym_is] = ACTIONS(4293), + [anon_sym_BANGis] = ACTIONS(4291), + [anon_sym_PLUS] = ACTIONS(4285), + [anon_sym_DASH] = ACTIONS(4285), + [anon_sym_SLASH] = ACTIONS(4293), + [anon_sym_PERCENT] = ACTIONS(4293), + [anon_sym_as_QMARK] = ACTIONS(4291), + [anon_sym_PLUS_PLUS] = ACTIONS(4288), + [anon_sym_DASH_DASH] = ACTIONS(4288), + [anon_sym_BANG] = ACTIONS(3943), + [anon_sym_BANG_BANG] = ACTIONS(4291), + [anon_sym_suspend] = ACTIONS(4293), + [anon_sym_sealed] = ACTIONS(4293), + [anon_sym_annotation] = ACTIONS(4293), + [anon_sym_data] = ACTIONS(4285), + [anon_sym_inner] = ACTIONS(4285), + [anon_sym_override] = ACTIONS(4293), + [anon_sym_lateinit] = ACTIONS(4293), + [anon_sym_public] = ACTIONS(4293), + [anon_sym_private] = ACTIONS(4293), + [anon_sym_internal] = ACTIONS(4293), + [anon_sym_protected] = ACTIONS(4293), + [anon_sym_tailrec] = ACTIONS(4293), + [anon_sym_operator] = ACTIONS(4293), + [anon_sym_infix] = ACTIONS(4293), + [anon_sym_inline] = ACTIONS(4293), + [anon_sym_external] = ACTIONS(4293), + [sym_property_modifier] = ACTIONS(4293), + [anon_sym_abstract] = ACTIONS(4293), + [anon_sym_final] = ACTIONS(4293), + [anon_sym_open] = ACTIONS(4293), + [anon_sym_vararg] = ACTIONS(4293), + [anon_sym_noinline] = ACTIONS(4293), + [anon_sym_crossinline] = ACTIONS(4293), + [anon_sym_expect] = ACTIONS(4285), + [anon_sym_actual] = ACTIONS(4285), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3948), + [anon_sym_continue_AT] = ACTIONS(3948), + [anon_sym_break_AT] = ACTIONS(3948), + [sym_real_literal] = ACTIONS(3948), + [sym_integer_literal] = ACTIONS(3943), + [sym_hex_literal] = ACTIONS(3948), + [sym_bin_literal] = ACTIONS(3948), + [anon_sym_true] = ACTIONS(3943), + [anon_sym_false] = ACTIONS(3943), + [anon_sym_SQUOTE] = ACTIONS(3948), + [sym__backtick_identifier] = ACTIONS(4288), + [sym__automatic_semicolon] = ACTIONS(4291), + [sym_safe_nav] = ACTIONS(4291), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3948), + }, + [1049] = { + [sym__alpha_identifier] = ACTIONS(4740), + [anon_sym_AT] = ACTIONS(4742), + [anon_sym_LBRACK] = ACTIONS(4742), + [anon_sym_as] = ACTIONS(4740), + [anon_sym_EQ] = ACTIONS(4740), + [anon_sym_LBRACE] = ACTIONS(4742), + [anon_sym_RBRACE] = ACTIONS(4742), + [anon_sym_LPAREN] = ACTIONS(4742), + [anon_sym_COMMA] = ACTIONS(4742), + [anon_sym_LT] = ACTIONS(4740), + [anon_sym_GT] = ACTIONS(4740), + [anon_sym_where] = ACTIONS(4740), + [anon_sym_object] = ACTIONS(4740), + [anon_sym_fun] = ACTIONS(4740), + [anon_sym_DOT] = ACTIONS(4740), + [anon_sym_SEMI] = ACTIONS(4742), + [anon_sym_get] = ACTIONS(4740), + [anon_sym_set] = ACTIONS(4740), + [anon_sym_this] = ACTIONS(4740), + [anon_sym_super] = ACTIONS(4740), + [anon_sym_STAR] = ACTIONS(4740), + [sym_label] = ACTIONS(4740), + [anon_sym_in] = ACTIONS(4740), + [anon_sym_DOT_DOT] = ACTIONS(4742), + [anon_sym_QMARK_COLON] = ACTIONS(4742), + [anon_sym_AMP_AMP] = ACTIONS(4742), + [anon_sym_PIPE_PIPE] = ACTIONS(4742), + [anon_sym_null] = ACTIONS(4740), + [anon_sym_if] = ACTIONS(4740), + [anon_sym_else] = ACTIONS(4740), + [anon_sym_when] = ACTIONS(4740), + [anon_sym_try] = ACTIONS(4740), + [anon_sym_throw] = ACTIONS(4740), + [anon_sym_return] = ACTIONS(4740), + [anon_sym_continue] = ACTIONS(4740), + [anon_sym_break] = ACTIONS(4740), + [anon_sym_COLON_COLON] = ACTIONS(4742), + [anon_sym_PLUS_EQ] = ACTIONS(4742), + [anon_sym_DASH_EQ] = ACTIONS(4742), + [anon_sym_STAR_EQ] = ACTIONS(4742), + [anon_sym_SLASH_EQ] = ACTIONS(4742), + [anon_sym_PERCENT_EQ] = ACTIONS(4742), + [anon_sym_BANG_EQ] = ACTIONS(4740), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4742), + [anon_sym_EQ_EQ] = ACTIONS(4740), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4742), + [anon_sym_LT_EQ] = ACTIONS(4742), + [anon_sym_GT_EQ] = ACTIONS(4742), + [anon_sym_BANGin] = ACTIONS(4742), + [anon_sym_is] = ACTIONS(4740), + [anon_sym_BANGis] = ACTIONS(4742), + [anon_sym_PLUS] = ACTIONS(4740), + [anon_sym_DASH] = ACTIONS(4740), + [anon_sym_SLASH] = ACTIONS(4740), + [anon_sym_PERCENT] = ACTIONS(4740), + [anon_sym_as_QMARK] = ACTIONS(4742), + [anon_sym_PLUS_PLUS] = ACTIONS(4742), + [anon_sym_DASH_DASH] = ACTIONS(4742), + [anon_sym_BANG] = ACTIONS(4740), + [anon_sym_BANG_BANG] = ACTIONS(4742), + [anon_sym_suspend] = ACTIONS(4740), + [anon_sym_sealed] = ACTIONS(4740), + [anon_sym_annotation] = ACTIONS(4740), + [anon_sym_data] = ACTIONS(4740), + [anon_sym_inner] = ACTIONS(4740), + [anon_sym_override] = ACTIONS(4740), + [anon_sym_lateinit] = ACTIONS(4740), + [anon_sym_public] = ACTIONS(4740), + [anon_sym_private] = ACTIONS(4740), + [anon_sym_internal] = ACTIONS(4740), + [anon_sym_protected] = ACTIONS(4740), + [anon_sym_tailrec] = ACTIONS(4740), + [anon_sym_operator] = ACTIONS(4740), + [anon_sym_infix] = ACTIONS(4740), + [anon_sym_inline] = ACTIONS(4740), + [anon_sym_external] = ACTIONS(4740), + [sym_property_modifier] = ACTIONS(4740), + [anon_sym_abstract] = ACTIONS(4740), + [anon_sym_final] = ACTIONS(4740), + [anon_sym_open] = ACTIONS(4740), + [anon_sym_vararg] = ACTIONS(4740), + [anon_sym_noinline] = ACTIONS(4740), + [anon_sym_crossinline] = ACTIONS(4740), + [anon_sym_expect] = ACTIONS(4740), + [anon_sym_actual] = ACTIONS(4740), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4742), + [anon_sym_continue_AT] = ACTIONS(4742), + [anon_sym_break_AT] = ACTIONS(4742), + [sym_real_literal] = ACTIONS(4742), + [sym_integer_literal] = ACTIONS(4740), + [sym_hex_literal] = ACTIONS(4742), + [sym_bin_literal] = ACTIONS(4742), + [anon_sym_true] = ACTIONS(4740), + [anon_sym_false] = ACTIONS(4740), + [anon_sym_SQUOTE] = ACTIONS(4742), + [sym__backtick_identifier] = ACTIONS(4742), + [sym__automatic_semicolon] = ACTIONS(4742), + [sym_safe_nav] = ACTIONS(4742), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4742), + }, + [1050] = { + [sym__alpha_identifier] = ACTIONS(4744), + [anon_sym_AT] = ACTIONS(4746), + [anon_sym_LBRACK] = ACTIONS(4746), + [anon_sym_as] = ACTIONS(4744), + [anon_sym_EQ] = ACTIONS(4744), + [anon_sym_LBRACE] = ACTIONS(4746), + [anon_sym_RBRACE] = ACTIONS(4746), + [anon_sym_LPAREN] = ACTIONS(4746), + [anon_sym_COMMA] = ACTIONS(4746), + [anon_sym_LT] = ACTIONS(4744), + [anon_sym_GT] = ACTIONS(4744), + [anon_sym_where] = ACTIONS(4744), + [anon_sym_object] = ACTIONS(4744), + [anon_sym_fun] = ACTIONS(4744), + [anon_sym_DOT] = ACTIONS(4744), + [anon_sym_SEMI] = ACTIONS(4746), + [anon_sym_get] = ACTIONS(4744), + [anon_sym_set] = ACTIONS(4744), + [anon_sym_this] = ACTIONS(4744), + [anon_sym_super] = ACTIONS(4744), + [anon_sym_STAR] = ACTIONS(4744), + [sym_label] = ACTIONS(4744), + [anon_sym_in] = ACTIONS(4744), + [anon_sym_DOT_DOT] = ACTIONS(4746), + [anon_sym_QMARK_COLON] = ACTIONS(4746), + [anon_sym_AMP_AMP] = ACTIONS(4746), + [anon_sym_PIPE_PIPE] = ACTIONS(4746), + [anon_sym_null] = ACTIONS(4744), + [anon_sym_if] = ACTIONS(4744), + [anon_sym_else] = ACTIONS(4744), + [anon_sym_when] = ACTIONS(4744), + [anon_sym_try] = ACTIONS(4744), + [anon_sym_throw] = ACTIONS(4744), + [anon_sym_return] = ACTIONS(4744), + [anon_sym_continue] = ACTIONS(4744), + [anon_sym_break] = ACTIONS(4744), + [anon_sym_COLON_COLON] = ACTIONS(4746), + [anon_sym_PLUS_EQ] = ACTIONS(4746), + [anon_sym_DASH_EQ] = ACTIONS(4746), + [anon_sym_STAR_EQ] = ACTIONS(4746), + [anon_sym_SLASH_EQ] = ACTIONS(4746), + [anon_sym_PERCENT_EQ] = ACTIONS(4746), + [anon_sym_BANG_EQ] = ACTIONS(4744), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4746), + [anon_sym_EQ_EQ] = ACTIONS(4744), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4746), + [anon_sym_LT_EQ] = ACTIONS(4746), + [anon_sym_GT_EQ] = ACTIONS(4746), + [anon_sym_BANGin] = ACTIONS(4746), + [anon_sym_is] = ACTIONS(4744), + [anon_sym_BANGis] = ACTIONS(4746), + [anon_sym_PLUS] = ACTIONS(4744), + [anon_sym_DASH] = ACTIONS(4744), + [anon_sym_SLASH] = ACTIONS(4744), + [anon_sym_PERCENT] = ACTIONS(4744), + [anon_sym_as_QMARK] = ACTIONS(4746), + [anon_sym_PLUS_PLUS] = ACTIONS(4746), + [anon_sym_DASH_DASH] = ACTIONS(4746), + [anon_sym_BANG] = ACTIONS(4744), + [anon_sym_BANG_BANG] = ACTIONS(4746), + [anon_sym_suspend] = ACTIONS(4744), + [anon_sym_sealed] = ACTIONS(4744), + [anon_sym_annotation] = ACTIONS(4744), + [anon_sym_data] = ACTIONS(4744), + [anon_sym_inner] = ACTIONS(4744), + [anon_sym_override] = ACTIONS(4744), + [anon_sym_lateinit] = ACTIONS(4744), + [anon_sym_public] = ACTIONS(4744), + [anon_sym_private] = ACTIONS(4744), + [anon_sym_internal] = ACTIONS(4744), + [anon_sym_protected] = ACTIONS(4744), + [anon_sym_tailrec] = ACTIONS(4744), + [anon_sym_operator] = ACTIONS(4744), + [anon_sym_infix] = ACTIONS(4744), + [anon_sym_inline] = ACTIONS(4744), + [anon_sym_external] = ACTIONS(4744), + [sym_property_modifier] = ACTIONS(4744), + [anon_sym_abstract] = ACTIONS(4744), + [anon_sym_final] = ACTIONS(4744), + [anon_sym_open] = ACTIONS(4744), + [anon_sym_vararg] = ACTIONS(4744), + [anon_sym_noinline] = ACTIONS(4744), + [anon_sym_crossinline] = ACTIONS(4744), + [anon_sym_expect] = ACTIONS(4744), + [anon_sym_actual] = ACTIONS(4744), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4746), + [anon_sym_continue_AT] = ACTIONS(4746), + [anon_sym_break_AT] = ACTIONS(4746), + [sym_real_literal] = ACTIONS(4746), + [sym_integer_literal] = ACTIONS(4744), + [sym_hex_literal] = ACTIONS(4746), + [sym_bin_literal] = ACTIONS(4746), + [anon_sym_true] = ACTIONS(4744), + [anon_sym_false] = ACTIONS(4744), + [anon_sym_SQUOTE] = ACTIONS(4746), + [sym__backtick_identifier] = ACTIONS(4746), + [sym__automatic_semicolon] = ACTIONS(4746), + [sym_safe_nav] = ACTIONS(4746), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4746), + }, + [1051] = { + [sym__alpha_identifier] = ACTIONS(4748), + [anon_sym_AT] = ACTIONS(4750), + [anon_sym_LBRACK] = ACTIONS(4750), + [anon_sym_as] = ACTIONS(4748), + [anon_sym_EQ] = ACTIONS(4748), + [anon_sym_LBRACE] = ACTIONS(4750), + [anon_sym_RBRACE] = ACTIONS(4750), + [anon_sym_LPAREN] = ACTIONS(4750), + [anon_sym_COMMA] = ACTIONS(4750), + [anon_sym_LT] = ACTIONS(4748), + [anon_sym_GT] = ACTIONS(4748), + [anon_sym_where] = ACTIONS(4748), + [anon_sym_object] = ACTIONS(4748), + [anon_sym_fun] = ACTIONS(4748), + [anon_sym_DOT] = ACTIONS(4748), + [anon_sym_SEMI] = ACTIONS(4750), + [anon_sym_get] = ACTIONS(4748), + [anon_sym_set] = ACTIONS(4748), + [anon_sym_this] = ACTIONS(4748), + [anon_sym_super] = ACTIONS(4748), + [anon_sym_STAR] = ACTIONS(4748), + [sym_label] = ACTIONS(4748), + [anon_sym_in] = ACTIONS(4748), + [anon_sym_DOT_DOT] = ACTIONS(4750), + [anon_sym_QMARK_COLON] = ACTIONS(4750), + [anon_sym_AMP_AMP] = ACTIONS(4750), + [anon_sym_PIPE_PIPE] = ACTIONS(4750), + [anon_sym_null] = ACTIONS(4748), + [anon_sym_if] = ACTIONS(4748), + [anon_sym_else] = ACTIONS(4748), + [anon_sym_when] = ACTIONS(4748), + [anon_sym_try] = ACTIONS(4748), + [anon_sym_throw] = ACTIONS(4748), + [anon_sym_return] = ACTIONS(4748), + [anon_sym_continue] = ACTIONS(4748), + [anon_sym_break] = ACTIONS(4748), + [anon_sym_COLON_COLON] = ACTIONS(4750), + [anon_sym_PLUS_EQ] = ACTIONS(4750), + [anon_sym_DASH_EQ] = ACTIONS(4750), + [anon_sym_STAR_EQ] = ACTIONS(4750), + [anon_sym_SLASH_EQ] = ACTIONS(4750), + [anon_sym_PERCENT_EQ] = ACTIONS(4750), + [anon_sym_BANG_EQ] = ACTIONS(4748), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4750), + [anon_sym_EQ_EQ] = ACTIONS(4748), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4750), + [anon_sym_LT_EQ] = ACTIONS(4750), + [anon_sym_GT_EQ] = ACTIONS(4750), + [anon_sym_BANGin] = ACTIONS(4750), + [anon_sym_is] = ACTIONS(4748), + [anon_sym_BANGis] = ACTIONS(4750), + [anon_sym_PLUS] = ACTIONS(4748), + [anon_sym_DASH] = ACTIONS(4748), + [anon_sym_SLASH] = ACTIONS(4748), + [anon_sym_PERCENT] = ACTIONS(4748), + [anon_sym_as_QMARK] = ACTIONS(4750), + [anon_sym_PLUS_PLUS] = ACTIONS(4750), + [anon_sym_DASH_DASH] = ACTIONS(4750), + [anon_sym_BANG] = ACTIONS(4748), + [anon_sym_BANG_BANG] = ACTIONS(4750), + [anon_sym_suspend] = ACTIONS(4748), + [anon_sym_sealed] = ACTIONS(4748), + [anon_sym_annotation] = ACTIONS(4748), + [anon_sym_data] = ACTIONS(4748), + [anon_sym_inner] = ACTIONS(4748), + [anon_sym_override] = ACTIONS(4748), + [anon_sym_lateinit] = ACTIONS(4748), + [anon_sym_public] = ACTIONS(4748), + [anon_sym_private] = ACTIONS(4748), + [anon_sym_internal] = ACTIONS(4748), + [anon_sym_protected] = ACTIONS(4748), + [anon_sym_tailrec] = ACTIONS(4748), + [anon_sym_operator] = ACTIONS(4748), + [anon_sym_infix] = ACTIONS(4748), + [anon_sym_inline] = ACTIONS(4748), + [anon_sym_external] = ACTIONS(4748), + [sym_property_modifier] = ACTIONS(4748), + [anon_sym_abstract] = ACTIONS(4748), + [anon_sym_final] = ACTIONS(4748), + [anon_sym_open] = ACTIONS(4748), + [anon_sym_vararg] = ACTIONS(4748), + [anon_sym_noinline] = ACTIONS(4748), + [anon_sym_crossinline] = ACTIONS(4748), + [anon_sym_expect] = ACTIONS(4748), + [anon_sym_actual] = ACTIONS(4748), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4750), + [anon_sym_continue_AT] = ACTIONS(4750), + [anon_sym_break_AT] = ACTIONS(4750), + [sym_real_literal] = ACTIONS(4750), + [sym_integer_literal] = ACTIONS(4748), + [sym_hex_literal] = ACTIONS(4750), + [sym_bin_literal] = ACTIONS(4750), + [anon_sym_true] = ACTIONS(4748), + [anon_sym_false] = ACTIONS(4748), + [anon_sym_SQUOTE] = ACTIONS(4750), + [sym__backtick_identifier] = ACTIONS(4750), + [sym__automatic_semicolon] = ACTIONS(4750), + [sym_safe_nav] = ACTIONS(4750), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4750), + }, + [1052] = { + [sym__alpha_identifier] = ACTIONS(4752), + [anon_sym_AT] = ACTIONS(4754), + [anon_sym_LBRACK] = ACTIONS(4754), + [anon_sym_as] = ACTIONS(4752), + [anon_sym_EQ] = ACTIONS(4752), + [anon_sym_LBRACE] = ACTIONS(4754), + [anon_sym_RBRACE] = ACTIONS(4754), + [anon_sym_LPAREN] = ACTIONS(4754), + [anon_sym_COMMA] = ACTIONS(4754), + [anon_sym_LT] = ACTIONS(4752), + [anon_sym_GT] = ACTIONS(4752), + [anon_sym_where] = ACTIONS(4752), + [anon_sym_object] = ACTIONS(4752), + [anon_sym_fun] = ACTIONS(4752), + [anon_sym_DOT] = ACTIONS(4752), + [anon_sym_SEMI] = ACTIONS(4754), + [anon_sym_get] = ACTIONS(4752), + [anon_sym_set] = ACTIONS(4752), + [anon_sym_this] = ACTIONS(4752), + [anon_sym_super] = ACTIONS(4752), + [anon_sym_STAR] = ACTIONS(4752), + [sym_label] = ACTIONS(4752), + [anon_sym_in] = ACTIONS(4752), + [anon_sym_DOT_DOT] = ACTIONS(4754), + [anon_sym_QMARK_COLON] = ACTIONS(4754), + [anon_sym_AMP_AMP] = ACTIONS(4754), + [anon_sym_PIPE_PIPE] = ACTIONS(4754), + [anon_sym_null] = ACTIONS(4752), + [anon_sym_if] = ACTIONS(4752), + [anon_sym_else] = ACTIONS(4752), + [anon_sym_when] = ACTIONS(4752), + [anon_sym_try] = ACTIONS(4752), + [anon_sym_throw] = ACTIONS(4752), + [anon_sym_return] = ACTIONS(4752), + [anon_sym_continue] = ACTIONS(4752), + [anon_sym_break] = ACTIONS(4752), + [anon_sym_COLON_COLON] = ACTIONS(4754), + [anon_sym_PLUS_EQ] = ACTIONS(4754), + [anon_sym_DASH_EQ] = ACTIONS(4754), + [anon_sym_STAR_EQ] = ACTIONS(4754), + [anon_sym_SLASH_EQ] = ACTIONS(4754), + [anon_sym_PERCENT_EQ] = ACTIONS(4754), + [anon_sym_BANG_EQ] = ACTIONS(4752), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4754), + [anon_sym_EQ_EQ] = ACTIONS(4752), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4754), + [anon_sym_LT_EQ] = ACTIONS(4754), + [anon_sym_GT_EQ] = ACTIONS(4754), + [anon_sym_BANGin] = ACTIONS(4754), + [anon_sym_is] = ACTIONS(4752), + [anon_sym_BANGis] = ACTIONS(4754), + [anon_sym_PLUS] = ACTIONS(4752), + [anon_sym_DASH] = ACTIONS(4752), + [anon_sym_SLASH] = ACTIONS(4752), + [anon_sym_PERCENT] = ACTIONS(4752), + [anon_sym_as_QMARK] = ACTIONS(4754), + [anon_sym_PLUS_PLUS] = ACTIONS(4754), + [anon_sym_DASH_DASH] = ACTIONS(4754), + [anon_sym_BANG] = ACTIONS(4752), + [anon_sym_BANG_BANG] = ACTIONS(4754), + [anon_sym_suspend] = ACTIONS(4752), + [anon_sym_sealed] = ACTIONS(4752), + [anon_sym_annotation] = ACTIONS(4752), + [anon_sym_data] = ACTIONS(4752), + [anon_sym_inner] = ACTIONS(4752), + [anon_sym_override] = ACTIONS(4752), + [anon_sym_lateinit] = ACTIONS(4752), + [anon_sym_public] = ACTIONS(4752), + [anon_sym_private] = ACTIONS(4752), + [anon_sym_internal] = ACTIONS(4752), + [anon_sym_protected] = ACTIONS(4752), + [anon_sym_tailrec] = ACTIONS(4752), + [anon_sym_operator] = ACTIONS(4752), + [anon_sym_infix] = ACTIONS(4752), + [anon_sym_inline] = ACTIONS(4752), + [anon_sym_external] = ACTIONS(4752), + [sym_property_modifier] = ACTIONS(4752), + [anon_sym_abstract] = ACTIONS(4752), + [anon_sym_final] = ACTIONS(4752), + [anon_sym_open] = ACTIONS(4752), + [anon_sym_vararg] = ACTIONS(4752), + [anon_sym_noinline] = ACTIONS(4752), + [anon_sym_crossinline] = ACTIONS(4752), + [anon_sym_expect] = ACTIONS(4752), + [anon_sym_actual] = ACTIONS(4752), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4754), + [anon_sym_continue_AT] = ACTIONS(4754), + [anon_sym_break_AT] = ACTIONS(4754), + [sym_real_literal] = ACTIONS(4754), + [sym_integer_literal] = ACTIONS(4752), + [sym_hex_literal] = ACTIONS(4754), + [sym_bin_literal] = ACTIONS(4754), + [anon_sym_true] = ACTIONS(4752), + [anon_sym_false] = ACTIONS(4752), + [anon_sym_SQUOTE] = ACTIONS(4754), + [sym__backtick_identifier] = ACTIONS(4754), + [sym__automatic_semicolon] = ACTIONS(4754), + [sym_safe_nav] = ACTIONS(4754), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4754), + }, + [1053] = { + [sym__alpha_identifier] = ACTIONS(3082), + [anon_sym_AT] = ACTIONS(3084), + [anon_sym_LBRACK] = ACTIONS(3084), + [anon_sym_as] = ACTIONS(3082), + [anon_sym_EQ] = ACTIONS(3082), + [anon_sym_LBRACE] = ACTIONS(3084), + [anon_sym_RBRACE] = ACTIONS(3084), + [anon_sym_LPAREN] = ACTIONS(3084), + [anon_sym_COMMA] = ACTIONS(3084), + [anon_sym_LT] = ACTIONS(3082), + [anon_sym_GT] = ACTIONS(3082), + [anon_sym_where] = ACTIONS(3082), + [anon_sym_object] = ACTIONS(3082), + [anon_sym_fun] = ACTIONS(3082), + [anon_sym_DOT] = ACTIONS(3082), + [anon_sym_SEMI] = ACTIONS(3084), + [anon_sym_get] = ACTIONS(3082), + [anon_sym_set] = ACTIONS(3082), + [anon_sym_this] = ACTIONS(3082), + [anon_sym_super] = ACTIONS(3082), + [anon_sym_STAR] = ACTIONS(3082), + [sym_label] = ACTIONS(3082), + [anon_sym_in] = ACTIONS(3082), + [anon_sym_DOT_DOT] = ACTIONS(3084), + [anon_sym_QMARK_COLON] = ACTIONS(3084), + [anon_sym_AMP_AMP] = ACTIONS(3084), + [anon_sym_PIPE_PIPE] = ACTIONS(3084), + [anon_sym_null] = ACTIONS(3082), + [anon_sym_if] = ACTIONS(3082), + [anon_sym_else] = ACTIONS(3082), + [anon_sym_when] = ACTIONS(3082), + [anon_sym_try] = ACTIONS(3082), + [anon_sym_throw] = ACTIONS(3082), + [anon_sym_return] = ACTIONS(3082), + [anon_sym_continue] = ACTIONS(3082), + [anon_sym_break] = ACTIONS(3082), + [anon_sym_COLON_COLON] = ACTIONS(3084), + [anon_sym_PLUS_EQ] = ACTIONS(3084), + [anon_sym_DASH_EQ] = ACTIONS(3084), + [anon_sym_STAR_EQ] = ACTIONS(3084), + [anon_sym_SLASH_EQ] = ACTIONS(3084), + [anon_sym_PERCENT_EQ] = ACTIONS(3084), + [anon_sym_BANG_EQ] = ACTIONS(3082), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3084), + [anon_sym_EQ_EQ] = ACTIONS(3082), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3084), + [anon_sym_LT_EQ] = ACTIONS(3084), + [anon_sym_GT_EQ] = ACTIONS(3084), + [anon_sym_BANGin] = ACTIONS(3084), + [anon_sym_is] = ACTIONS(3082), + [anon_sym_BANGis] = ACTIONS(3084), + [anon_sym_PLUS] = ACTIONS(3082), + [anon_sym_DASH] = ACTIONS(3082), + [anon_sym_SLASH] = ACTIONS(3082), + [anon_sym_PERCENT] = ACTIONS(3082), + [anon_sym_as_QMARK] = ACTIONS(3084), + [anon_sym_PLUS_PLUS] = ACTIONS(3084), + [anon_sym_DASH_DASH] = ACTIONS(3084), + [anon_sym_BANG] = ACTIONS(3082), + [anon_sym_BANG_BANG] = ACTIONS(3084), + [anon_sym_suspend] = ACTIONS(3082), + [anon_sym_sealed] = ACTIONS(3082), + [anon_sym_annotation] = ACTIONS(3082), + [anon_sym_data] = ACTIONS(3082), + [anon_sym_inner] = ACTIONS(3082), + [anon_sym_override] = ACTIONS(3082), + [anon_sym_lateinit] = ACTIONS(3082), + [anon_sym_public] = ACTIONS(3082), + [anon_sym_private] = ACTIONS(3082), + [anon_sym_internal] = ACTIONS(3082), + [anon_sym_protected] = ACTIONS(3082), + [anon_sym_tailrec] = ACTIONS(3082), + [anon_sym_operator] = ACTIONS(3082), + [anon_sym_infix] = ACTIONS(3082), + [anon_sym_inline] = ACTIONS(3082), + [anon_sym_external] = ACTIONS(3082), + [sym_property_modifier] = ACTIONS(3082), + [anon_sym_abstract] = ACTIONS(3082), + [anon_sym_final] = ACTIONS(3082), + [anon_sym_open] = ACTIONS(3082), + [anon_sym_vararg] = ACTIONS(3082), + [anon_sym_noinline] = ACTIONS(3082), + [anon_sym_crossinline] = ACTIONS(3082), + [anon_sym_expect] = ACTIONS(3082), + [anon_sym_actual] = ACTIONS(3082), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3084), + [anon_sym_continue_AT] = ACTIONS(3084), + [anon_sym_break_AT] = ACTIONS(3084), + [sym_real_literal] = ACTIONS(3084), + [sym_integer_literal] = ACTIONS(3082), + [sym_hex_literal] = ACTIONS(3084), + [sym_bin_literal] = ACTIONS(3084), + [anon_sym_true] = ACTIONS(3082), + [anon_sym_false] = ACTIONS(3082), + [anon_sym_SQUOTE] = ACTIONS(3084), + [sym__backtick_identifier] = ACTIONS(3084), + [sym__automatic_semicolon] = ACTIONS(3084), + [sym_safe_nav] = ACTIONS(3084), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3084), + }, + [1054] = { + [sym__alpha_identifier] = ACTIONS(4756), + [anon_sym_AT] = ACTIONS(4758), + [anon_sym_LBRACK] = ACTIONS(4758), + [anon_sym_as] = ACTIONS(4756), + [anon_sym_EQ] = ACTIONS(4756), + [anon_sym_LBRACE] = ACTIONS(4758), + [anon_sym_RBRACE] = ACTIONS(4758), + [anon_sym_LPAREN] = ACTIONS(4758), + [anon_sym_COMMA] = ACTIONS(4758), + [anon_sym_LT] = ACTIONS(4756), + [anon_sym_GT] = ACTIONS(4756), + [anon_sym_where] = ACTIONS(4756), + [anon_sym_object] = ACTIONS(4756), + [anon_sym_fun] = ACTIONS(4756), + [anon_sym_DOT] = ACTIONS(4756), + [anon_sym_SEMI] = ACTIONS(4758), + [anon_sym_get] = ACTIONS(4756), + [anon_sym_set] = ACTIONS(4756), + [anon_sym_this] = ACTIONS(4756), + [anon_sym_super] = ACTIONS(4756), + [anon_sym_STAR] = ACTIONS(4756), + [sym_label] = ACTIONS(4756), + [anon_sym_in] = ACTIONS(4756), + [anon_sym_DOT_DOT] = ACTIONS(4758), + [anon_sym_QMARK_COLON] = ACTIONS(4758), + [anon_sym_AMP_AMP] = ACTIONS(4758), + [anon_sym_PIPE_PIPE] = ACTIONS(4758), + [anon_sym_null] = ACTIONS(4756), + [anon_sym_if] = ACTIONS(4756), + [anon_sym_else] = ACTIONS(4756), + [anon_sym_when] = ACTIONS(4756), + [anon_sym_try] = ACTIONS(4756), + [anon_sym_throw] = ACTIONS(4756), + [anon_sym_return] = ACTIONS(4756), + [anon_sym_continue] = ACTIONS(4756), + [anon_sym_break] = ACTIONS(4756), + [anon_sym_COLON_COLON] = ACTIONS(4758), + [anon_sym_PLUS_EQ] = ACTIONS(4758), + [anon_sym_DASH_EQ] = ACTIONS(4758), + [anon_sym_STAR_EQ] = ACTIONS(4758), + [anon_sym_SLASH_EQ] = ACTIONS(4758), + [anon_sym_PERCENT_EQ] = ACTIONS(4758), + [anon_sym_BANG_EQ] = ACTIONS(4756), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4758), + [anon_sym_EQ_EQ] = ACTIONS(4756), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4758), + [anon_sym_LT_EQ] = ACTIONS(4758), + [anon_sym_GT_EQ] = ACTIONS(4758), + [anon_sym_BANGin] = ACTIONS(4758), + [anon_sym_is] = ACTIONS(4756), + [anon_sym_BANGis] = ACTIONS(4758), + [anon_sym_PLUS] = ACTIONS(4756), + [anon_sym_DASH] = ACTIONS(4756), + [anon_sym_SLASH] = ACTIONS(4756), + [anon_sym_PERCENT] = ACTIONS(4756), + [anon_sym_as_QMARK] = ACTIONS(4758), + [anon_sym_PLUS_PLUS] = ACTIONS(4758), + [anon_sym_DASH_DASH] = ACTIONS(4758), + [anon_sym_BANG] = ACTIONS(4756), + [anon_sym_BANG_BANG] = ACTIONS(4758), + [anon_sym_suspend] = ACTIONS(4756), + [anon_sym_sealed] = ACTIONS(4756), + [anon_sym_annotation] = ACTIONS(4756), + [anon_sym_data] = ACTIONS(4756), + [anon_sym_inner] = ACTIONS(4756), + [anon_sym_override] = ACTIONS(4756), + [anon_sym_lateinit] = ACTIONS(4756), + [anon_sym_public] = ACTIONS(4756), + [anon_sym_private] = ACTIONS(4756), + [anon_sym_internal] = ACTIONS(4756), + [anon_sym_protected] = ACTIONS(4756), + [anon_sym_tailrec] = ACTIONS(4756), + [anon_sym_operator] = ACTIONS(4756), + [anon_sym_infix] = ACTIONS(4756), + [anon_sym_inline] = ACTIONS(4756), + [anon_sym_external] = ACTIONS(4756), + [sym_property_modifier] = ACTIONS(4756), + [anon_sym_abstract] = ACTIONS(4756), + [anon_sym_final] = ACTIONS(4756), + [anon_sym_open] = ACTIONS(4756), + [anon_sym_vararg] = ACTIONS(4756), + [anon_sym_noinline] = ACTIONS(4756), + [anon_sym_crossinline] = ACTIONS(4756), + [anon_sym_expect] = ACTIONS(4756), + [anon_sym_actual] = ACTIONS(4756), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4758), + [anon_sym_continue_AT] = ACTIONS(4758), + [anon_sym_break_AT] = ACTIONS(4758), + [sym_real_literal] = ACTIONS(4758), + [sym_integer_literal] = ACTIONS(4756), + [sym_hex_literal] = ACTIONS(4758), + [sym_bin_literal] = ACTIONS(4758), + [anon_sym_true] = ACTIONS(4756), + [anon_sym_false] = ACTIONS(4756), + [anon_sym_SQUOTE] = ACTIONS(4758), + [sym__backtick_identifier] = ACTIONS(4758), + [sym__automatic_semicolon] = ACTIONS(4758), + [sym_safe_nav] = ACTIONS(4758), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4758), + }, + [1055] = { + [sym__alpha_identifier] = ACTIONS(4760), + [anon_sym_AT] = ACTIONS(4762), + [anon_sym_LBRACK] = ACTIONS(4762), + [anon_sym_as] = ACTIONS(4760), + [anon_sym_EQ] = ACTIONS(4760), + [anon_sym_LBRACE] = ACTIONS(4762), + [anon_sym_RBRACE] = ACTIONS(4762), + [anon_sym_LPAREN] = ACTIONS(4762), + [anon_sym_COMMA] = ACTIONS(4762), + [anon_sym_LT] = ACTIONS(4760), + [anon_sym_GT] = ACTIONS(4760), + [anon_sym_where] = ACTIONS(4760), + [anon_sym_object] = ACTIONS(4760), + [anon_sym_fun] = ACTIONS(4760), + [anon_sym_DOT] = ACTIONS(4760), + [anon_sym_SEMI] = ACTIONS(4762), + [anon_sym_get] = ACTIONS(4760), + [anon_sym_set] = ACTIONS(4760), + [anon_sym_this] = ACTIONS(4760), + [anon_sym_super] = ACTIONS(4760), + [anon_sym_STAR] = ACTIONS(4760), + [sym_label] = ACTIONS(4760), + [anon_sym_in] = ACTIONS(4760), + [anon_sym_DOT_DOT] = ACTIONS(4762), + [anon_sym_QMARK_COLON] = ACTIONS(4762), + [anon_sym_AMP_AMP] = ACTIONS(4762), + [anon_sym_PIPE_PIPE] = ACTIONS(4762), + [anon_sym_null] = ACTIONS(4760), + [anon_sym_if] = ACTIONS(4760), + [anon_sym_else] = ACTIONS(4760), + [anon_sym_when] = ACTIONS(4760), + [anon_sym_try] = ACTIONS(4760), + [anon_sym_throw] = ACTIONS(4760), + [anon_sym_return] = ACTIONS(4760), + [anon_sym_continue] = ACTIONS(4760), + [anon_sym_break] = ACTIONS(4760), + [anon_sym_COLON_COLON] = ACTIONS(4762), + [anon_sym_PLUS_EQ] = ACTIONS(4762), + [anon_sym_DASH_EQ] = ACTIONS(4762), + [anon_sym_STAR_EQ] = ACTIONS(4762), + [anon_sym_SLASH_EQ] = ACTIONS(4762), + [anon_sym_PERCENT_EQ] = ACTIONS(4762), + [anon_sym_BANG_EQ] = ACTIONS(4760), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4762), + [anon_sym_EQ_EQ] = ACTIONS(4760), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4762), + [anon_sym_LT_EQ] = ACTIONS(4762), + [anon_sym_GT_EQ] = ACTIONS(4762), + [anon_sym_BANGin] = ACTIONS(4762), + [anon_sym_is] = ACTIONS(4760), + [anon_sym_BANGis] = ACTIONS(4762), + [anon_sym_PLUS] = ACTIONS(4760), + [anon_sym_DASH] = ACTIONS(4760), + [anon_sym_SLASH] = ACTIONS(4760), + [anon_sym_PERCENT] = ACTIONS(4760), + [anon_sym_as_QMARK] = ACTIONS(4762), + [anon_sym_PLUS_PLUS] = ACTIONS(4762), + [anon_sym_DASH_DASH] = ACTIONS(4762), + [anon_sym_BANG] = ACTIONS(4760), + [anon_sym_BANG_BANG] = ACTIONS(4762), + [anon_sym_suspend] = ACTIONS(4760), + [anon_sym_sealed] = ACTIONS(4760), + [anon_sym_annotation] = ACTIONS(4760), + [anon_sym_data] = ACTIONS(4760), + [anon_sym_inner] = ACTIONS(4760), + [anon_sym_override] = ACTIONS(4760), + [anon_sym_lateinit] = ACTIONS(4760), + [anon_sym_public] = ACTIONS(4760), + [anon_sym_private] = ACTIONS(4760), + [anon_sym_internal] = ACTIONS(4760), + [anon_sym_protected] = ACTIONS(4760), + [anon_sym_tailrec] = ACTIONS(4760), + [anon_sym_operator] = ACTIONS(4760), + [anon_sym_infix] = ACTIONS(4760), + [anon_sym_inline] = ACTIONS(4760), + [anon_sym_external] = ACTIONS(4760), + [sym_property_modifier] = ACTIONS(4760), + [anon_sym_abstract] = ACTIONS(4760), + [anon_sym_final] = ACTIONS(4760), + [anon_sym_open] = ACTIONS(4760), + [anon_sym_vararg] = ACTIONS(4760), + [anon_sym_noinline] = ACTIONS(4760), + [anon_sym_crossinline] = ACTIONS(4760), + [anon_sym_expect] = ACTIONS(4760), + [anon_sym_actual] = ACTIONS(4760), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4762), + [anon_sym_continue_AT] = ACTIONS(4762), + [anon_sym_break_AT] = ACTIONS(4762), + [sym_real_literal] = ACTIONS(4762), + [sym_integer_literal] = ACTIONS(4760), + [sym_hex_literal] = ACTIONS(4762), + [sym_bin_literal] = ACTIONS(4762), + [anon_sym_true] = ACTIONS(4760), + [anon_sym_false] = ACTIONS(4760), + [anon_sym_SQUOTE] = ACTIONS(4762), + [sym__backtick_identifier] = ACTIONS(4762), + [sym__automatic_semicolon] = ACTIONS(4762), + [sym_safe_nav] = ACTIONS(4762), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4762), + }, + [1056] = { + [sym__alpha_identifier] = ACTIONS(4764), + [anon_sym_AT] = ACTIONS(4766), + [anon_sym_LBRACK] = ACTIONS(4766), + [anon_sym_as] = ACTIONS(4764), + [anon_sym_EQ] = ACTIONS(4764), + [anon_sym_LBRACE] = ACTIONS(4766), + [anon_sym_RBRACE] = ACTIONS(4766), + [anon_sym_LPAREN] = ACTIONS(4766), + [anon_sym_COMMA] = ACTIONS(4766), + [anon_sym_LT] = ACTIONS(4764), + [anon_sym_GT] = ACTIONS(4764), + [anon_sym_where] = ACTIONS(4764), + [anon_sym_object] = ACTIONS(4764), + [anon_sym_fun] = ACTIONS(4764), + [anon_sym_DOT] = ACTIONS(4764), + [anon_sym_SEMI] = ACTIONS(4766), + [anon_sym_get] = ACTIONS(4764), + [anon_sym_set] = ACTIONS(4764), + [anon_sym_this] = ACTIONS(4764), + [anon_sym_super] = ACTIONS(4764), + [anon_sym_STAR] = ACTIONS(4764), + [sym_label] = ACTIONS(4764), + [anon_sym_in] = ACTIONS(4764), + [anon_sym_DOT_DOT] = ACTIONS(4766), + [anon_sym_QMARK_COLON] = ACTIONS(4766), + [anon_sym_AMP_AMP] = ACTIONS(4766), + [anon_sym_PIPE_PIPE] = ACTIONS(4766), + [anon_sym_null] = ACTIONS(4764), + [anon_sym_if] = ACTIONS(4764), + [anon_sym_else] = ACTIONS(4764), + [anon_sym_when] = ACTIONS(4764), + [anon_sym_try] = ACTIONS(4764), + [anon_sym_throw] = ACTIONS(4764), + [anon_sym_return] = ACTIONS(4764), + [anon_sym_continue] = ACTIONS(4764), + [anon_sym_break] = ACTIONS(4764), + [anon_sym_COLON_COLON] = ACTIONS(4766), + [anon_sym_PLUS_EQ] = ACTIONS(4766), + [anon_sym_DASH_EQ] = ACTIONS(4766), + [anon_sym_STAR_EQ] = ACTIONS(4766), + [anon_sym_SLASH_EQ] = ACTIONS(4766), + [anon_sym_PERCENT_EQ] = ACTIONS(4766), + [anon_sym_BANG_EQ] = ACTIONS(4764), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4766), + [anon_sym_EQ_EQ] = ACTIONS(4764), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4766), + [anon_sym_LT_EQ] = ACTIONS(4766), + [anon_sym_GT_EQ] = ACTIONS(4766), + [anon_sym_BANGin] = ACTIONS(4766), + [anon_sym_is] = ACTIONS(4764), + [anon_sym_BANGis] = ACTIONS(4766), + [anon_sym_PLUS] = ACTIONS(4764), + [anon_sym_DASH] = ACTIONS(4764), + [anon_sym_SLASH] = ACTIONS(4764), + [anon_sym_PERCENT] = ACTIONS(4764), + [anon_sym_as_QMARK] = ACTIONS(4766), + [anon_sym_PLUS_PLUS] = ACTIONS(4766), + [anon_sym_DASH_DASH] = ACTIONS(4766), + [anon_sym_BANG] = ACTIONS(4764), + [anon_sym_BANG_BANG] = ACTIONS(4766), + [anon_sym_suspend] = ACTIONS(4764), + [anon_sym_sealed] = ACTIONS(4764), + [anon_sym_annotation] = ACTIONS(4764), + [anon_sym_data] = ACTIONS(4764), + [anon_sym_inner] = ACTIONS(4764), + [anon_sym_override] = ACTIONS(4764), + [anon_sym_lateinit] = ACTIONS(4764), + [anon_sym_public] = ACTIONS(4764), + [anon_sym_private] = ACTIONS(4764), + [anon_sym_internal] = ACTIONS(4764), + [anon_sym_protected] = ACTIONS(4764), + [anon_sym_tailrec] = ACTIONS(4764), + [anon_sym_operator] = ACTIONS(4764), + [anon_sym_infix] = ACTIONS(4764), + [anon_sym_inline] = ACTIONS(4764), + [anon_sym_external] = ACTIONS(4764), + [sym_property_modifier] = ACTIONS(4764), + [anon_sym_abstract] = ACTIONS(4764), + [anon_sym_final] = ACTIONS(4764), + [anon_sym_open] = ACTIONS(4764), + [anon_sym_vararg] = ACTIONS(4764), + [anon_sym_noinline] = ACTIONS(4764), + [anon_sym_crossinline] = ACTIONS(4764), + [anon_sym_expect] = ACTIONS(4764), + [anon_sym_actual] = ACTIONS(4764), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4766), + [anon_sym_continue_AT] = ACTIONS(4766), + [anon_sym_break_AT] = ACTIONS(4766), + [sym_real_literal] = ACTIONS(4766), + [sym_integer_literal] = ACTIONS(4764), + [sym_hex_literal] = ACTIONS(4766), + [sym_bin_literal] = ACTIONS(4766), + [anon_sym_true] = ACTIONS(4764), + [anon_sym_false] = ACTIONS(4764), + [anon_sym_SQUOTE] = ACTIONS(4766), + [sym__backtick_identifier] = ACTIONS(4766), + [sym__automatic_semicolon] = ACTIONS(4766), + [sym_safe_nav] = ACTIONS(4766), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4766), + }, + [1057] = { + [sym__alpha_identifier] = ACTIONS(4768), + [anon_sym_AT] = ACTIONS(4770), + [anon_sym_LBRACK] = ACTIONS(4770), + [anon_sym_as] = ACTIONS(4768), + [anon_sym_EQ] = ACTIONS(4768), + [anon_sym_LBRACE] = ACTIONS(4770), + [anon_sym_RBRACE] = ACTIONS(4770), + [anon_sym_LPAREN] = ACTIONS(4770), + [anon_sym_COMMA] = ACTIONS(4770), + [anon_sym_LT] = ACTIONS(4768), + [anon_sym_GT] = ACTIONS(4768), + [anon_sym_where] = ACTIONS(4768), + [anon_sym_object] = ACTIONS(4768), + [anon_sym_fun] = ACTIONS(4768), + [anon_sym_DOT] = ACTIONS(4768), + [anon_sym_SEMI] = ACTIONS(4770), + [anon_sym_get] = ACTIONS(4768), + [anon_sym_set] = ACTIONS(4768), + [anon_sym_this] = ACTIONS(4768), + [anon_sym_super] = ACTIONS(4768), + [anon_sym_STAR] = ACTIONS(4768), + [sym_label] = ACTIONS(4768), + [anon_sym_in] = ACTIONS(4768), + [anon_sym_DOT_DOT] = ACTIONS(4770), + [anon_sym_QMARK_COLON] = ACTIONS(4770), + [anon_sym_AMP_AMP] = ACTIONS(4770), + [anon_sym_PIPE_PIPE] = ACTIONS(4770), + [anon_sym_null] = ACTIONS(4768), + [anon_sym_if] = ACTIONS(4768), + [anon_sym_else] = ACTIONS(4768), + [anon_sym_when] = ACTIONS(4768), + [anon_sym_try] = ACTIONS(4768), + [anon_sym_throw] = ACTIONS(4768), + [anon_sym_return] = ACTIONS(4768), + [anon_sym_continue] = ACTIONS(4768), + [anon_sym_break] = ACTIONS(4768), + [anon_sym_COLON_COLON] = ACTIONS(4770), + [anon_sym_PLUS_EQ] = ACTIONS(4770), + [anon_sym_DASH_EQ] = ACTIONS(4770), + [anon_sym_STAR_EQ] = ACTIONS(4770), + [anon_sym_SLASH_EQ] = ACTIONS(4770), + [anon_sym_PERCENT_EQ] = ACTIONS(4770), + [anon_sym_BANG_EQ] = ACTIONS(4768), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4770), + [anon_sym_EQ_EQ] = ACTIONS(4768), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4770), + [anon_sym_LT_EQ] = ACTIONS(4770), + [anon_sym_GT_EQ] = ACTIONS(4770), + [anon_sym_BANGin] = ACTIONS(4770), + [anon_sym_is] = ACTIONS(4768), + [anon_sym_BANGis] = ACTIONS(4770), + [anon_sym_PLUS] = ACTIONS(4768), + [anon_sym_DASH] = ACTIONS(4768), + [anon_sym_SLASH] = ACTIONS(4768), + [anon_sym_PERCENT] = ACTIONS(4768), + [anon_sym_as_QMARK] = ACTIONS(4770), + [anon_sym_PLUS_PLUS] = ACTIONS(4770), + [anon_sym_DASH_DASH] = ACTIONS(4770), + [anon_sym_BANG] = ACTIONS(4768), + [anon_sym_BANG_BANG] = ACTIONS(4770), + [anon_sym_suspend] = ACTIONS(4768), + [anon_sym_sealed] = ACTIONS(4768), + [anon_sym_annotation] = ACTIONS(4768), + [anon_sym_data] = ACTIONS(4768), + [anon_sym_inner] = ACTIONS(4768), + [anon_sym_override] = ACTIONS(4768), + [anon_sym_lateinit] = ACTIONS(4768), + [anon_sym_public] = ACTIONS(4768), + [anon_sym_private] = ACTIONS(4768), + [anon_sym_internal] = ACTIONS(4768), + [anon_sym_protected] = ACTIONS(4768), + [anon_sym_tailrec] = ACTIONS(4768), + [anon_sym_operator] = ACTIONS(4768), + [anon_sym_infix] = ACTIONS(4768), + [anon_sym_inline] = ACTIONS(4768), + [anon_sym_external] = ACTIONS(4768), + [sym_property_modifier] = ACTIONS(4768), + [anon_sym_abstract] = ACTIONS(4768), + [anon_sym_final] = ACTIONS(4768), + [anon_sym_open] = ACTIONS(4768), + [anon_sym_vararg] = ACTIONS(4768), + [anon_sym_noinline] = ACTIONS(4768), + [anon_sym_crossinline] = ACTIONS(4768), + [anon_sym_expect] = ACTIONS(4768), + [anon_sym_actual] = ACTIONS(4768), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4770), + [anon_sym_continue_AT] = ACTIONS(4770), + [anon_sym_break_AT] = ACTIONS(4770), + [sym_real_literal] = ACTIONS(4770), + [sym_integer_literal] = ACTIONS(4768), + [sym_hex_literal] = ACTIONS(4770), + [sym_bin_literal] = ACTIONS(4770), + [anon_sym_true] = ACTIONS(4768), + [anon_sym_false] = ACTIONS(4768), + [anon_sym_SQUOTE] = ACTIONS(4770), + [sym__backtick_identifier] = ACTIONS(4770), + [sym__automatic_semicolon] = ACTIONS(4770), + [sym_safe_nav] = ACTIONS(4770), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4770), + }, + [1058] = { + [sym__alpha_identifier] = ACTIONS(4019), + [anon_sym_AT] = ACTIONS(4021), + [anon_sym_LBRACK] = ACTIONS(4021), + [anon_sym_as] = ACTIONS(4019), + [anon_sym_EQ] = ACTIONS(4019), + [anon_sym_LBRACE] = ACTIONS(4021), + [anon_sym_RBRACE] = ACTIONS(4021), + [anon_sym_LPAREN] = ACTIONS(4021), + [anon_sym_COMMA] = ACTIONS(4021), + [anon_sym_LT] = ACTIONS(4019), + [anon_sym_GT] = ACTIONS(4019), + [anon_sym_where] = ACTIONS(4019), + [anon_sym_object] = ACTIONS(4019), + [anon_sym_fun] = ACTIONS(4019), + [anon_sym_DOT] = ACTIONS(4019), + [anon_sym_SEMI] = ACTIONS(4021), + [anon_sym_get] = ACTIONS(4019), + [anon_sym_set] = ACTIONS(4019), + [anon_sym_this] = ACTIONS(4019), + [anon_sym_super] = ACTIONS(4019), + [anon_sym_STAR] = ACTIONS(4019), + [sym_label] = ACTIONS(4019), + [anon_sym_in] = ACTIONS(4019), + [anon_sym_DOT_DOT] = ACTIONS(4021), + [anon_sym_QMARK_COLON] = ACTIONS(4021), + [anon_sym_AMP_AMP] = ACTIONS(4021), + [anon_sym_PIPE_PIPE] = ACTIONS(4021), + [anon_sym_null] = ACTIONS(4019), + [anon_sym_if] = ACTIONS(4019), + [anon_sym_else] = ACTIONS(4019), + [anon_sym_when] = ACTIONS(4019), + [anon_sym_try] = ACTIONS(4019), + [anon_sym_throw] = ACTIONS(4019), + [anon_sym_return] = ACTIONS(4019), + [anon_sym_continue] = ACTIONS(4019), + [anon_sym_break] = ACTIONS(4019), + [anon_sym_COLON_COLON] = ACTIONS(4021), + [anon_sym_PLUS_EQ] = ACTIONS(4021), + [anon_sym_DASH_EQ] = ACTIONS(4021), + [anon_sym_STAR_EQ] = ACTIONS(4021), + [anon_sym_SLASH_EQ] = ACTIONS(4021), + [anon_sym_PERCENT_EQ] = ACTIONS(4021), + [anon_sym_BANG_EQ] = ACTIONS(4019), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4021), + [anon_sym_EQ_EQ] = ACTIONS(4019), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4021), + [anon_sym_LT_EQ] = ACTIONS(4021), + [anon_sym_GT_EQ] = ACTIONS(4021), + [anon_sym_BANGin] = ACTIONS(4021), + [anon_sym_is] = ACTIONS(4019), + [anon_sym_BANGis] = ACTIONS(4021), + [anon_sym_PLUS] = ACTIONS(4019), + [anon_sym_DASH] = ACTIONS(4019), + [anon_sym_SLASH] = ACTIONS(4019), + [anon_sym_PERCENT] = ACTIONS(4019), + [anon_sym_as_QMARK] = ACTIONS(4021), + [anon_sym_PLUS_PLUS] = ACTIONS(4021), + [anon_sym_DASH_DASH] = ACTIONS(4021), + [anon_sym_BANG] = ACTIONS(4019), + [anon_sym_BANG_BANG] = ACTIONS(4021), + [anon_sym_suspend] = ACTIONS(4019), + [anon_sym_sealed] = ACTIONS(4019), + [anon_sym_annotation] = ACTIONS(4019), + [anon_sym_data] = ACTIONS(4019), + [anon_sym_inner] = ACTIONS(4019), + [anon_sym_override] = ACTIONS(4019), + [anon_sym_lateinit] = ACTIONS(4019), + [anon_sym_public] = ACTIONS(4019), + [anon_sym_private] = ACTIONS(4019), + [anon_sym_internal] = ACTIONS(4019), + [anon_sym_protected] = ACTIONS(4019), + [anon_sym_tailrec] = ACTIONS(4019), + [anon_sym_operator] = ACTIONS(4019), + [anon_sym_infix] = ACTIONS(4019), + [anon_sym_inline] = ACTIONS(4019), + [anon_sym_external] = ACTIONS(4019), + [sym_property_modifier] = ACTIONS(4019), + [anon_sym_abstract] = ACTIONS(4019), + [anon_sym_final] = ACTIONS(4019), + [anon_sym_open] = ACTIONS(4019), + [anon_sym_vararg] = ACTIONS(4019), + [anon_sym_noinline] = ACTIONS(4019), + [anon_sym_crossinline] = ACTIONS(4019), + [anon_sym_expect] = ACTIONS(4019), + [anon_sym_actual] = ACTIONS(4019), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4021), + [anon_sym_continue_AT] = ACTIONS(4021), + [anon_sym_break_AT] = ACTIONS(4021), + [sym_real_literal] = ACTIONS(4021), + [sym_integer_literal] = ACTIONS(4019), + [sym_hex_literal] = ACTIONS(4021), + [sym_bin_literal] = ACTIONS(4021), + [anon_sym_true] = ACTIONS(4019), + [anon_sym_false] = ACTIONS(4019), + [anon_sym_SQUOTE] = ACTIONS(4021), + [sym__backtick_identifier] = ACTIONS(4021), + [sym__automatic_semicolon] = ACTIONS(4021), + [sym_safe_nav] = ACTIONS(4021), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4021), + }, + [1059] = { + [sym_function_body] = STATE(1179), + [sym__block] = STATE(1087), + [sym__alpha_identifier] = ACTIONS(4085), + [anon_sym_AT] = ACTIONS(4087), + [anon_sym_LBRACK] = ACTIONS(4087), + [anon_sym_as] = ACTIONS(4085), + [anon_sym_EQ] = ACTIONS(4320), + [anon_sym_LBRACE] = ACTIONS(4039), + [anon_sym_RBRACE] = ACTIONS(4087), + [anon_sym_LPAREN] = ACTIONS(4087), + [anon_sym_LT] = ACTIONS(4085), + [anon_sym_GT] = ACTIONS(4085), + [anon_sym_object] = ACTIONS(4085), + [anon_sym_fun] = ACTIONS(4085), + [anon_sym_DOT] = ACTIONS(4085), + [anon_sym_SEMI] = ACTIONS(4087), + [anon_sym_get] = ACTIONS(4085), + [anon_sym_set] = ACTIONS(4085), + [anon_sym_this] = ACTIONS(4085), + [anon_sym_super] = ACTIONS(4085), + [anon_sym_STAR] = ACTIONS(4085), + [sym_label] = ACTIONS(4085), + [anon_sym_in] = ACTIONS(4085), + [anon_sym_DOT_DOT] = ACTIONS(4087), + [anon_sym_QMARK_COLON] = ACTIONS(4087), + [anon_sym_AMP_AMP] = ACTIONS(4087), + [anon_sym_PIPE_PIPE] = ACTIONS(4087), + [anon_sym_null] = ACTIONS(4085), + [anon_sym_if] = ACTIONS(4085), + [anon_sym_else] = ACTIONS(4085), + [anon_sym_when] = ACTIONS(4085), + [anon_sym_try] = ACTIONS(4085), + [anon_sym_throw] = ACTIONS(4085), + [anon_sym_return] = ACTIONS(4085), + [anon_sym_continue] = ACTIONS(4085), + [anon_sym_break] = ACTIONS(4085), + [anon_sym_COLON_COLON] = ACTIONS(4087), + [anon_sym_PLUS_EQ] = ACTIONS(4087), + [anon_sym_DASH_EQ] = ACTIONS(4087), + [anon_sym_STAR_EQ] = ACTIONS(4087), + [anon_sym_SLASH_EQ] = ACTIONS(4087), + [anon_sym_PERCENT_EQ] = ACTIONS(4087), + [anon_sym_BANG_EQ] = ACTIONS(4085), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4087), + [anon_sym_EQ_EQ] = ACTIONS(4085), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4087), + [anon_sym_LT_EQ] = ACTIONS(4087), + [anon_sym_GT_EQ] = ACTIONS(4087), + [anon_sym_BANGin] = ACTIONS(4087), + [anon_sym_is] = ACTIONS(4085), + [anon_sym_BANGis] = ACTIONS(4087), + [anon_sym_PLUS] = ACTIONS(4085), + [anon_sym_DASH] = ACTIONS(4085), + [anon_sym_SLASH] = ACTIONS(4085), + [anon_sym_PERCENT] = ACTIONS(4085), + [anon_sym_as_QMARK] = ACTIONS(4087), + [anon_sym_PLUS_PLUS] = ACTIONS(4087), + [anon_sym_DASH_DASH] = ACTIONS(4087), + [anon_sym_BANG] = ACTIONS(4085), + [anon_sym_BANG_BANG] = ACTIONS(4087), + [anon_sym_suspend] = ACTIONS(4085), + [anon_sym_sealed] = ACTIONS(4085), + [anon_sym_annotation] = ACTIONS(4085), + [anon_sym_data] = ACTIONS(4085), + [anon_sym_inner] = ACTIONS(4085), + [anon_sym_override] = ACTIONS(4085), + [anon_sym_lateinit] = ACTIONS(4085), + [anon_sym_public] = ACTIONS(4085), + [anon_sym_private] = ACTIONS(4085), + [anon_sym_internal] = ACTIONS(4085), + [anon_sym_protected] = ACTIONS(4085), + [anon_sym_tailrec] = ACTIONS(4085), + [anon_sym_operator] = ACTIONS(4085), + [anon_sym_infix] = ACTIONS(4085), + [anon_sym_inline] = ACTIONS(4085), + [anon_sym_external] = ACTIONS(4085), + [sym_property_modifier] = ACTIONS(4085), + [anon_sym_abstract] = ACTIONS(4085), + [anon_sym_final] = ACTIONS(4085), + [anon_sym_open] = ACTIONS(4085), + [anon_sym_vararg] = ACTIONS(4085), + [anon_sym_noinline] = ACTIONS(4085), + [anon_sym_crossinline] = ACTIONS(4085), + [anon_sym_expect] = ACTIONS(4085), + [anon_sym_actual] = ACTIONS(4085), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4087), + [anon_sym_continue_AT] = ACTIONS(4087), + [anon_sym_break_AT] = ACTIONS(4087), + [sym_real_literal] = ACTIONS(4087), + [sym_integer_literal] = ACTIONS(4085), + [sym_hex_literal] = ACTIONS(4087), + [sym_bin_literal] = ACTIONS(4087), + [anon_sym_true] = ACTIONS(4085), + [anon_sym_false] = ACTIONS(4085), + [anon_sym_SQUOTE] = ACTIONS(4087), + [sym__backtick_identifier] = ACTIONS(4087), + [sym__automatic_semicolon] = ACTIONS(4087), + [sym_safe_nav] = ACTIONS(4087), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4087), + }, + [1060] = { + [sym__alpha_identifier] = ACTIONS(4772), + [anon_sym_AT] = ACTIONS(4774), + [anon_sym_LBRACK] = ACTIONS(4774), + [anon_sym_as] = ACTIONS(4772), + [anon_sym_EQ] = ACTIONS(4772), + [anon_sym_LBRACE] = ACTIONS(4774), + [anon_sym_RBRACE] = ACTIONS(4774), + [anon_sym_LPAREN] = ACTIONS(4774), + [anon_sym_COMMA] = ACTIONS(4774), + [anon_sym_LT] = ACTIONS(4772), + [anon_sym_GT] = ACTIONS(4772), + [anon_sym_where] = ACTIONS(4772), + [anon_sym_object] = ACTIONS(4772), + [anon_sym_fun] = ACTIONS(4772), + [anon_sym_DOT] = ACTIONS(4772), + [anon_sym_SEMI] = ACTIONS(4774), + [anon_sym_get] = ACTIONS(4772), + [anon_sym_set] = ACTIONS(4772), + [anon_sym_this] = ACTIONS(4772), + [anon_sym_super] = ACTIONS(4772), + [anon_sym_STAR] = ACTIONS(4772), + [sym_label] = ACTIONS(4772), + [anon_sym_in] = ACTIONS(4772), + [anon_sym_DOT_DOT] = ACTIONS(4774), + [anon_sym_QMARK_COLON] = ACTIONS(4774), + [anon_sym_AMP_AMP] = ACTIONS(4774), + [anon_sym_PIPE_PIPE] = ACTIONS(4774), + [anon_sym_null] = ACTIONS(4772), + [anon_sym_if] = ACTIONS(4772), + [anon_sym_else] = ACTIONS(4772), + [anon_sym_when] = ACTIONS(4772), + [anon_sym_try] = ACTIONS(4772), + [anon_sym_throw] = ACTIONS(4772), + [anon_sym_return] = ACTIONS(4772), + [anon_sym_continue] = ACTIONS(4772), + [anon_sym_break] = ACTIONS(4772), + [anon_sym_COLON_COLON] = ACTIONS(4774), + [anon_sym_PLUS_EQ] = ACTIONS(4774), + [anon_sym_DASH_EQ] = ACTIONS(4774), + [anon_sym_STAR_EQ] = ACTIONS(4774), + [anon_sym_SLASH_EQ] = ACTIONS(4774), + [anon_sym_PERCENT_EQ] = ACTIONS(4774), + [anon_sym_BANG_EQ] = ACTIONS(4772), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4774), + [anon_sym_EQ_EQ] = ACTIONS(4772), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4774), + [anon_sym_LT_EQ] = ACTIONS(4774), + [anon_sym_GT_EQ] = ACTIONS(4774), + [anon_sym_BANGin] = ACTIONS(4774), + [anon_sym_is] = ACTIONS(4772), + [anon_sym_BANGis] = ACTIONS(4774), + [anon_sym_PLUS] = ACTIONS(4772), + [anon_sym_DASH] = ACTIONS(4772), + [anon_sym_SLASH] = ACTIONS(4772), + [anon_sym_PERCENT] = ACTIONS(4772), + [anon_sym_as_QMARK] = ACTIONS(4774), + [anon_sym_PLUS_PLUS] = ACTIONS(4774), + [anon_sym_DASH_DASH] = ACTIONS(4774), + [anon_sym_BANG] = ACTIONS(4772), + [anon_sym_BANG_BANG] = ACTIONS(4774), + [anon_sym_suspend] = ACTIONS(4772), + [anon_sym_sealed] = ACTIONS(4772), + [anon_sym_annotation] = ACTIONS(4772), + [anon_sym_data] = ACTIONS(4772), + [anon_sym_inner] = ACTIONS(4772), + [anon_sym_override] = ACTIONS(4772), + [anon_sym_lateinit] = ACTIONS(4772), + [anon_sym_public] = ACTIONS(4772), + [anon_sym_private] = ACTIONS(4772), + [anon_sym_internal] = ACTIONS(4772), + [anon_sym_protected] = ACTIONS(4772), + [anon_sym_tailrec] = ACTIONS(4772), + [anon_sym_operator] = ACTIONS(4772), + [anon_sym_infix] = ACTIONS(4772), + [anon_sym_inline] = ACTIONS(4772), + [anon_sym_external] = ACTIONS(4772), + [sym_property_modifier] = ACTIONS(4772), + [anon_sym_abstract] = ACTIONS(4772), + [anon_sym_final] = ACTIONS(4772), + [anon_sym_open] = ACTIONS(4772), + [anon_sym_vararg] = ACTIONS(4772), + [anon_sym_noinline] = ACTIONS(4772), + [anon_sym_crossinline] = ACTIONS(4772), + [anon_sym_expect] = ACTIONS(4772), + [anon_sym_actual] = ACTIONS(4772), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4774), + [anon_sym_continue_AT] = ACTIONS(4774), + [anon_sym_break_AT] = ACTIONS(4774), + [sym_real_literal] = ACTIONS(4774), + [sym_integer_literal] = ACTIONS(4772), + [sym_hex_literal] = ACTIONS(4774), + [sym_bin_literal] = ACTIONS(4774), + [anon_sym_true] = ACTIONS(4772), + [anon_sym_false] = ACTIONS(4772), + [anon_sym_SQUOTE] = ACTIONS(4774), + [sym__backtick_identifier] = ACTIONS(4774), + [sym__automatic_semicolon] = ACTIONS(4774), + [sym_safe_nav] = ACTIONS(4774), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4774), + }, + [1061] = { + [sym_class_body] = STATE(1084), + [sym__alpha_identifier] = ACTIONS(4386), + [anon_sym_AT] = ACTIONS(4388), + [anon_sym_COLON] = ACTIONS(4776), + [anon_sym_LBRACK] = ACTIONS(4388), + [anon_sym_as] = ACTIONS(4386), + [anon_sym_EQ] = ACTIONS(4386), + [anon_sym_LBRACE] = ACTIONS(3180), + [anon_sym_RBRACE] = ACTIONS(4388), + [anon_sym_LPAREN] = ACTIONS(4388), + [anon_sym_LT] = ACTIONS(4386), + [anon_sym_GT] = ACTIONS(4386), + [anon_sym_object] = ACTIONS(4386), + [anon_sym_fun] = ACTIONS(4386), + [anon_sym_DOT] = ACTIONS(4386), + [anon_sym_SEMI] = ACTIONS(4388), + [anon_sym_get] = ACTIONS(4386), + [anon_sym_set] = ACTIONS(4386), + [anon_sym_this] = ACTIONS(4386), + [anon_sym_super] = ACTIONS(4386), + [anon_sym_STAR] = ACTIONS(4386), + [sym_label] = ACTIONS(4386), + [anon_sym_in] = ACTIONS(4386), + [anon_sym_DOT_DOT] = ACTIONS(4388), + [anon_sym_QMARK_COLON] = ACTIONS(4388), + [anon_sym_AMP_AMP] = ACTIONS(4388), + [anon_sym_PIPE_PIPE] = ACTIONS(4388), + [anon_sym_null] = ACTIONS(4386), + [anon_sym_if] = ACTIONS(4386), + [anon_sym_else] = ACTIONS(4386), + [anon_sym_when] = ACTIONS(4386), + [anon_sym_try] = ACTIONS(4386), + [anon_sym_throw] = ACTIONS(4386), + [anon_sym_return] = ACTIONS(4386), + [anon_sym_continue] = ACTIONS(4386), + [anon_sym_break] = ACTIONS(4386), + [anon_sym_COLON_COLON] = ACTIONS(4388), + [anon_sym_PLUS_EQ] = ACTIONS(4388), + [anon_sym_DASH_EQ] = ACTIONS(4388), + [anon_sym_STAR_EQ] = ACTIONS(4388), + [anon_sym_SLASH_EQ] = ACTIONS(4388), + [anon_sym_PERCENT_EQ] = ACTIONS(4388), + [anon_sym_BANG_EQ] = ACTIONS(4386), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4388), + [anon_sym_EQ_EQ] = ACTIONS(4386), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4388), + [anon_sym_LT_EQ] = ACTIONS(4388), + [anon_sym_GT_EQ] = ACTIONS(4388), + [anon_sym_BANGin] = ACTIONS(4388), + [anon_sym_is] = ACTIONS(4386), + [anon_sym_BANGis] = ACTIONS(4388), + [anon_sym_PLUS] = ACTIONS(4386), + [anon_sym_DASH] = ACTIONS(4386), + [anon_sym_SLASH] = ACTIONS(4386), + [anon_sym_PERCENT] = ACTIONS(4386), + [anon_sym_as_QMARK] = ACTIONS(4388), + [anon_sym_PLUS_PLUS] = ACTIONS(4388), + [anon_sym_DASH_DASH] = ACTIONS(4388), + [anon_sym_BANG] = ACTIONS(4386), + [anon_sym_BANG_BANG] = ACTIONS(4388), + [anon_sym_suspend] = ACTIONS(4386), + [anon_sym_sealed] = ACTIONS(4386), + [anon_sym_annotation] = ACTIONS(4386), + [anon_sym_data] = ACTIONS(4386), + [anon_sym_inner] = ACTIONS(4386), + [anon_sym_override] = ACTIONS(4386), + [anon_sym_lateinit] = ACTIONS(4386), + [anon_sym_public] = ACTIONS(4386), + [anon_sym_private] = ACTIONS(4386), + [anon_sym_internal] = ACTIONS(4386), + [anon_sym_protected] = ACTIONS(4386), + [anon_sym_tailrec] = ACTIONS(4386), + [anon_sym_operator] = ACTIONS(4386), + [anon_sym_infix] = ACTIONS(4386), + [anon_sym_inline] = ACTIONS(4386), + [anon_sym_external] = ACTIONS(4386), + [sym_property_modifier] = ACTIONS(4386), + [anon_sym_abstract] = ACTIONS(4386), + [anon_sym_final] = ACTIONS(4386), + [anon_sym_open] = ACTIONS(4386), + [anon_sym_vararg] = ACTIONS(4386), + [anon_sym_noinline] = ACTIONS(4386), + [anon_sym_crossinline] = ACTIONS(4386), + [anon_sym_expect] = ACTIONS(4386), + [anon_sym_actual] = ACTIONS(4386), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4388), + [anon_sym_continue_AT] = ACTIONS(4388), + [anon_sym_break_AT] = ACTIONS(4388), + [sym_real_literal] = ACTIONS(4388), + [sym_integer_literal] = ACTIONS(4386), + [sym_hex_literal] = ACTIONS(4388), + [sym_bin_literal] = ACTIONS(4388), + [anon_sym_true] = ACTIONS(4386), + [anon_sym_false] = ACTIONS(4386), + [anon_sym_SQUOTE] = ACTIONS(4388), + [sym__backtick_identifier] = ACTIONS(4388), + [sym__automatic_semicolon] = ACTIONS(4388), + [sym_safe_nav] = ACTIONS(4388), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4388), + }, + [1062] = { + [sym_class_body] = STATE(1172), + [sym__alpha_identifier] = ACTIONS(4410), + [anon_sym_AT] = ACTIONS(4412), + [anon_sym_COLON] = ACTIONS(4778), + [anon_sym_LBRACK] = ACTIONS(4412), + [anon_sym_as] = ACTIONS(4410), + [anon_sym_EQ] = ACTIONS(4410), + [anon_sym_LBRACE] = ACTIONS(3180), + [anon_sym_RBRACE] = ACTIONS(4412), + [anon_sym_LPAREN] = ACTIONS(4412), + [anon_sym_LT] = ACTIONS(4410), + [anon_sym_GT] = ACTIONS(4410), + [anon_sym_object] = ACTIONS(4410), + [anon_sym_fun] = ACTIONS(4410), + [anon_sym_DOT] = ACTIONS(4410), + [anon_sym_SEMI] = ACTIONS(4412), + [anon_sym_get] = ACTIONS(4410), + [anon_sym_set] = ACTIONS(4410), + [anon_sym_this] = ACTIONS(4410), + [anon_sym_super] = ACTIONS(4410), + [anon_sym_STAR] = ACTIONS(4410), + [sym_label] = ACTIONS(4410), + [anon_sym_in] = ACTIONS(4410), + [anon_sym_DOT_DOT] = ACTIONS(4412), + [anon_sym_QMARK_COLON] = ACTIONS(4412), + [anon_sym_AMP_AMP] = ACTIONS(4412), + [anon_sym_PIPE_PIPE] = ACTIONS(4412), + [anon_sym_null] = ACTIONS(4410), + [anon_sym_if] = ACTIONS(4410), + [anon_sym_else] = ACTIONS(4410), + [anon_sym_when] = ACTIONS(4410), + [anon_sym_try] = ACTIONS(4410), + [anon_sym_throw] = ACTIONS(4410), + [anon_sym_return] = ACTIONS(4410), + [anon_sym_continue] = ACTIONS(4410), + [anon_sym_break] = ACTIONS(4410), + [anon_sym_COLON_COLON] = ACTIONS(4412), + [anon_sym_PLUS_EQ] = ACTIONS(4412), + [anon_sym_DASH_EQ] = ACTIONS(4412), + [anon_sym_STAR_EQ] = ACTIONS(4412), + [anon_sym_SLASH_EQ] = ACTIONS(4412), + [anon_sym_PERCENT_EQ] = ACTIONS(4412), + [anon_sym_BANG_EQ] = ACTIONS(4410), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4412), + [anon_sym_EQ_EQ] = ACTIONS(4410), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4412), + [anon_sym_LT_EQ] = ACTIONS(4412), + [anon_sym_GT_EQ] = ACTIONS(4412), + [anon_sym_BANGin] = ACTIONS(4412), + [anon_sym_is] = ACTIONS(4410), + [anon_sym_BANGis] = ACTIONS(4412), + [anon_sym_PLUS] = ACTIONS(4410), + [anon_sym_DASH] = ACTIONS(4410), + [anon_sym_SLASH] = ACTIONS(4410), + [anon_sym_PERCENT] = ACTIONS(4410), + [anon_sym_as_QMARK] = ACTIONS(4412), + [anon_sym_PLUS_PLUS] = ACTIONS(4412), + [anon_sym_DASH_DASH] = ACTIONS(4412), + [anon_sym_BANG] = ACTIONS(4410), + [anon_sym_BANG_BANG] = ACTIONS(4412), + [anon_sym_suspend] = ACTIONS(4410), + [anon_sym_sealed] = ACTIONS(4410), + [anon_sym_annotation] = ACTIONS(4410), + [anon_sym_data] = ACTIONS(4410), + [anon_sym_inner] = ACTIONS(4410), + [anon_sym_override] = ACTIONS(4410), + [anon_sym_lateinit] = ACTIONS(4410), + [anon_sym_public] = ACTIONS(4410), + [anon_sym_private] = ACTIONS(4410), + [anon_sym_internal] = ACTIONS(4410), + [anon_sym_protected] = ACTIONS(4410), + [anon_sym_tailrec] = ACTIONS(4410), + [anon_sym_operator] = ACTIONS(4410), + [anon_sym_infix] = ACTIONS(4410), + [anon_sym_inline] = ACTIONS(4410), + [anon_sym_external] = ACTIONS(4410), + [sym_property_modifier] = ACTIONS(4410), + [anon_sym_abstract] = ACTIONS(4410), + [anon_sym_final] = ACTIONS(4410), + [anon_sym_open] = ACTIONS(4410), + [anon_sym_vararg] = ACTIONS(4410), + [anon_sym_noinline] = ACTIONS(4410), + [anon_sym_crossinline] = ACTIONS(4410), + [anon_sym_expect] = ACTIONS(4410), + [anon_sym_actual] = ACTIONS(4410), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4412), + [anon_sym_continue_AT] = ACTIONS(4412), + [anon_sym_break_AT] = ACTIONS(4412), + [sym_real_literal] = ACTIONS(4412), + [sym_integer_literal] = ACTIONS(4410), + [sym_hex_literal] = ACTIONS(4412), + [sym_bin_literal] = ACTIONS(4412), + [anon_sym_true] = ACTIONS(4410), + [anon_sym_false] = ACTIONS(4410), + [anon_sym_SQUOTE] = ACTIONS(4412), + [sym__backtick_identifier] = ACTIONS(4412), + [sym__automatic_semicolon] = ACTIONS(4412), + [sym_safe_nav] = ACTIONS(4412), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4412), + }, + [1063] = { + [sym__alpha_identifier] = ACTIONS(4780), + [anon_sym_AT] = ACTIONS(4782), + [anon_sym_LBRACK] = ACTIONS(4782), + [anon_sym_as] = ACTIONS(4780), + [anon_sym_EQ] = ACTIONS(4780), + [anon_sym_LBRACE] = ACTIONS(4782), + [anon_sym_RBRACE] = ACTIONS(4782), + [anon_sym_LPAREN] = ACTIONS(4782), + [anon_sym_COMMA] = ACTIONS(4782), + [anon_sym_LT] = ACTIONS(4780), + [anon_sym_GT] = ACTIONS(4780), + [anon_sym_where] = ACTIONS(4780), + [anon_sym_object] = ACTIONS(4780), + [anon_sym_fun] = ACTIONS(4780), + [anon_sym_DOT] = ACTIONS(4780), + [anon_sym_SEMI] = ACTIONS(4782), + [anon_sym_get] = ACTIONS(4780), + [anon_sym_set] = ACTIONS(4780), + [anon_sym_this] = ACTIONS(4780), + [anon_sym_super] = ACTIONS(4780), + [anon_sym_STAR] = ACTIONS(4780), + [sym_label] = ACTIONS(4780), + [anon_sym_in] = ACTIONS(4780), + [anon_sym_DOT_DOT] = ACTIONS(4782), + [anon_sym_QMARK_COLON] = ACTIONS(4782), + [anon_sym_AMP_AMP] = ACTIONS(4782), + [anon_sym_PIPE_PIPE] = ACTIONS(4782), + [anon_sym_null] = ACTIONS(4780), + [anon_sym_if] = ACTIONS(4780), + [anon_sym_else] = ACTIONS(4780), + [anon_sym_when] = ACTIONS(4780), + [anon_sym_try] = ACTIONS(4780), + [anon_sym_throw] = ACTIONS(4780), + [anon_sym_return] = ACTIONS(4780), + [anon_sym_continue] = ACTIONS(4780), + [anon_sym_break] = ACTIONS(4780), + [anon_sym_COLON_COLON] = ACTIONS(4782), + [anon_sym_PLUS_EQ] = ACTIONS(4782), + [anon_sym_DASH_EQ] = ACTIONS(4782), + [anon_sym_STAR_EQ] = ACTIONS(4782), + [anon_sym_SLASH_EQ] = ACTIONS(4782), + [anon_sym_PERCENT_EQ] = ACTIONS(4782), + [anon_sym_BANG_EQ] = ACTIONS(4780), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4782), + [anon_sym_EQ_EQ] = ACTIONS(4780), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4782), + [anon_sym_LT_EQ] = ACTIONS(4782), + [anon_sym_GT_EQ] = ACTIONS(4782), + [anon_sym_BANGin] = ACTIONS(4782), + [anon_sym_is] = ACTIONS(4780), + [anon_sym_BANGis] = ACTIONS(4782), + [anon_sym_PLUS] = ACTIONS(4780), + [anon_sym_DASH] = ACTIONS(4780), + [anon_sym_SLASH] = ACTIONS(4780), + [anon_sym_PERCENT] = ACTIONS(4780), + [anon_sym_as_QMARK] = ACTIONS(4782), + [anon_sym_PLUS_PLUS] = ACTIONS(4782), + [anon_sym_DASH_DASH] = ACTIONS(4782), + [anon_sym_BANG] = ACTIONS(4780), + [anon_sym_BANG_BANG] = ACTIONS(4782), + [anon_sym_suspend] = ACTIONS(4780), + [anon_sym_sealed] = ACTIONS(4780), + [anon_sym_annotation] = ACTIONS(4780), + [anon_sym_data] = ACTIONS(4780), + [anon_sym_inner] = ACTIONS(4780), + [anon_sym_override] = ACTIONS(4780), + [anon_sym_lateinit] = ACTIONS(4780), + [anon_sym_public] = ACTIONS(4780), + [anon_sym_private] = ACTIONS(4780), + [anon_sym_internal] = ACTIONS(4780), + [anon_sym_protected] = ACTIONS(4780), + [anon_sym_tailrec] = ACTIONS(4780), + [anon_sym_operator] = ACTIONS(4780), + [anon_sym_infix] = ACTIONS(4780), + [anon_sym_inline] = ACTIONS(4780), + [anon_sym_external] = ACTIONS(4780), + [sym_property_modifier] = ACTIONS(4780), + [anon_sym_abstract] = ACTIONS(4780), + [anon_sym_final] = ACTIONS(4780), + [anon_sym_open] = ACTIONS(4780), + [anon_sym_vararg] = ACTIONS(4780), + [anon_sym_noinline] = ACTIONS(4780), + [anon_sym_crossinline] = ACTIONS(4780), + [anon_sym_expect] = ACTIONS(4780), + [anon_sym_actual] = ACTIONS(4780), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4782), + [anon_sym_continue_AT] = ACTIONS(4782), + [anon_sym_break_AT] = ACTIONS(4782), + [sym_real_literal] = ACTIONS(4782), + [sym_integer_literal] = ACTIONS(4780), + [sym_hex_literal] = ACTIONS(4782), + [sym_bin_literal] = ACTIONS(4782), + [anon_sym_true] = ACTIONS(4780), + [anon_sym_false] = ACTIONS(4780), + [anon_sym_SQUOTE] = ACTIONS(4782), + [sym__backtick_identifier] = ACTIONS(4782), + [sym__automatic_semicolon] = ACTIONS(4782), + [sym_safe_nav] = ACTIONS(4782), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4782), + }, + [1064] = { + [sym_function_body] = STATE(1115), + [sym__block] = STATE(1087), + [sym__alpha_identifier] = ACTIONS(4487), + [anon_sym_AT] = ACTIONS(4489), + [anon_sym_LBRACK] = ACTIONS(4489), + [anon_sym_as] = ACTIONS(4487), + [anon_sym_EQ] = ACTIONS(4320), + [anon_sym_LBRACE] = ACTIONS(4039), + [anon_sym_RBRACE] = ACTIONS(4489), + [anon_sym_LPAREN] = ACTIONS(4489), + [anon_sym_LT] = ACTIONS(4487), + [anon_sym_GT] = ACTIONS(4487), + [anon_sym_object] = ACTIONS(4487), + [anon_sym_fun] = ACTIONS(4487), + [anon_sym_DOT] = ACTIONS(4487), + [anon_sym_SEMI] = ACTIONS(4489), + [anon_sym_get] = ACTIONS(4487), + [anon_sym_set] = ACTIONS(4487), + [anon_sym_this] = ACTIONS(4487), + [anon_sym_super] = ACTIONS(4487), + [anon_sym_STAR] = ACTIONS(4487), + [sym_label] = ACTIONS(4487), + [anon_sym_in] = ACTIONS(4487), + [anon_sym_DOT_DOT] = ACTIONS(4489), + [anon_sym_QMARK_COLON] = ACTIONS(4489), + [anon_sym_AMP_AMP] = ACTIONS(4489), + [anon_sym_PIPE_PIPE] = ACTIONS(4489), + [anon_sym_null] = ACTIONS(4487), + [anon_sym_if] = ACTIONS(4487), + [anon_sym_else] = ACTIONS(4487), + [anon_sym_when] = ACTIONS(4487), + [anon_sym_try] = ACTIONS(4487), + [anon_sym_throw] = ACTIONS(4487), + [anon_sym_return] = ACTIONS(4487), + [anon_sym_continue] = ACTIONS(4487), + [anon_sym_break] = ACTIONS(4487), + [anon_sym_COLON_COLON] = ACTIONS(4489), + [anon_sym_PLUS_EQ] = ACTIONS(4489), + [anon_sym_DASH_EQ] = ACTIONS(4489), + [anon_sym_STAR_EQ] = ACTIONS(4489), + [anon_sym_SLASH_EQ] = ACTIONS(4489), + [anon_sym_PERCENT_EQ] = ACTIONS(4489), + [anon_sym_BANG_EQ] = ACTIONS(4487), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4489), + [anon_sym_EQ_EQ] = ACTIONS(4487), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4489), + [anon_sym_LT_EQ] = ACTIONS(4489), + [anon_sym_GT_EQ] = ACTIONS(4489), + [anon_sym_BANGin] = ACTIONS(4489), + [anon_sym_is] = ACTIONS(4487), + [anon_sym_BANGis] = ACTIONS(4489), + [anon_sym_PLUS] = ACTIONS(4487), + [anon_sym_DASH] = ACTIONS(4487), + [anon_sym_SLASH] = ACTIONS(4487), + [anon_sym_PERCENT] = ACTIONS(4487), + [anon_sym_as_QMARK] = ACTIONS(4489), + [anon_sym_PLUS_PLUS] = ACTIONS(4489), + [anon_sym_DASH_DASH] = ACTIONS(4489), + [anon_sym_BANG] = ACTIONS(4487), + [anon_sym_BANG_BANG] = ACTIONS(4489), + [anon_sym_suspend] = ACTIONS(4487), + [anon_sym_sealed] = ACTIONS(4487), + [anon_sym_annotation] = ACTIONS(4487), + [anon_sym_data] = ACTIONS(4487), + [anon_sym_inner] = ACTIONS(4487), + [anon_sym_override] = ACTIONS(4487), + [anon_sym_lateinit] = ACTIONS(4487), + [anon_sym_public] = ACTIONS(4487), + [anon_sym_private] = ACTIONS(4487), + [anon_sym_internal] = ACTIONS(4487), + [anon_sym_protected] = ACTIONS(4487), + [anon_sym_tailrec] = ACTIONS(4487), + [anon_sym_operator] = ACTIONS(4487), + [anon_sym_infix] = ACTIONS(4487), + [anon_sym_inline] = ACTIONS(4487), + [anon_sym_external] = ACTIONS(4487), + [sym_property_modifier] = ACTIONS(4487), + [anon_sym_abstract] = ACTIONS(4487), + [anon_sym_final] = ACTIONS(4487), + [anon_sym_open] = ACTIONS(4487), + [anon_sym_vararg] = ACTIONS(4487), + [anon_sym_noinline] = ACTIONS(4487), + [anon_sym_crossinline] = ACTIONS(4487), + [anon_sym_expect] = ACTIONS(4487), + [anon_sym_actual] = ACTIONS(4487), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4489), + [anon_sym_continue_AT] = ACTIONS(4489), + [anon_sym_break_AT] = ACTIONS(4489), + [sym_real_literal] = ACTIONS(4489), + [sym_integer_literal] = ACTIONS(4487), + [sym_hex_literal] = ACTIONS(4489), + [sym_bin_literal] = ACTIONS(4489), + [anon_sym_true] = ACTIONS(4487), + [anon_sym_false] = ACTIONS(4487), + [anon_sym_SQUOTE] = ACTIONS(4489), + [sym__backtick_identifier] = ACTIONS(4489), + [sym__automatic_semicolon] = ACTIONS(4489), + [sym_safe_nav] = ACTIONS(4489), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4489), + }, + [1065] = { + [sym_function_body] = STATE(1119), + [sym__block] = STATE(1087), + [sym__alpha_identifier] = ACTIONS(4256), + [anon_sym_AT] = ACTIONS(4258), + [anon_sym_LBRACK] = ACTIONS(4258), + [anon_sym_as] = ACTIONS(4256), + [anon_sym_EQ] = ACTIONS(4320), + [anon_sym_LBRACE] = ACTIONS(4039), + [anon_sym_RBRACE] = ACTIONS(4258), + [anon_sym_LPAREN] = ACTIONS(4258), + [anon_sym_LT] = ACTIONS(4256), + [anon_sym_GT] = ACTIONS(4256), + [anon_sym_object] = ACTIONS(4256), + [anon_sym_fun] = ACTIONS(4256), + [anon_sym_DOT] = ACTIONS(4256), + [anon_sym_SEMI] = ACTIONS(4258), + [anon_sym_get] = ACTIONS(4256), + [anon_sym_set] = ACTIONS(4256), + [anon_sym_this] = ACTIONS(4256), + [anon_sym_super] = ACTIONS(4256), + [anon_sym_STAR] = ACTIONS(4256), + [sym_label] = ACTIONS(4256), + [anon_sym_in] = ACTIONS(4256), + [anon_sym_DOT_DOT] = ACTIONS(4258), + [anon_sym_QMARK_COLON] = ACTIONS(4258), + [anon_sym_AMP_AMP] = ACTIONS(4258), + [anon_sym_PIPE_PIPE] = ACTIONS(4258), + [anon_sym_null] = ACTIONS(4256), + [anon_sym_if] = ACTIONS(4256), + [anon_sym_else] = ACTIONS(4256), + [anon_sym_when] = ACTIONS(4256), + [anon_sym_try] = ACTIONS(4256), + [anon_sym_throw] = ACTIONS(4256), + [anon_sym_return] = ACTIONS(4256), + [anon_sym_continue] = ACTIONS(4256), + [anon_sym_break] = ACTIONS(4256), + [anon_sym_COLON_COLON] = ACTIONS(4258), + [anon_sym_PLUS_EQ] = ACTIONS(4258), + [anon_sym_DASH_EQ] = ACTIONS(4258), + [anon_sym_STAR_EQ] = ACTIONS(4258), + [anon_sym_SLASH_EQ] = ACTIONS(4258), + [anon_sym_PERCENT_EQ] = ACTIONS(4258), + [anon_sym_BANG_EQ] = ACTIONS(4256), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4258), + [anon_sym_EQ_EQ] = ACTIONS(4256), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4258), + [anon_sym_LT_EQ] = ACTIONS(4258), + [anon_sym_GT_EQ] = ACTIONS(4258), + [anon_sym_BANGin] = ACTIONS(4258), + [anon_sym_is] = ACTIONS(4256), + [anon_sym_BANGis] = ACTIONS(4258), + [anon_sym_PLUS] = ACTIONS(4256), + [anon_sym_DASH] = ACTIONS(4256), + [anon_sym_SLASH] = ACTIONS(4256), + [anon_sym_PERCENT] = ACTIONS(4256), + [anon_sym_as_QMARK] = ACTIONS(4258), + [anon_sym_PLUS_PLUS] = ACTIONS(4258), + [anon_sym_DASH_DASH] = ACTIONS(4258), + [anon_sym_BANG] = ACTIONS(4256), + [anon_sym_BANG_BANG] = ACTIONS(4258), + [anon_sym_suspend] = ACTIONS(4256), + [anon_sym_sealed] = ACTIONS(4256), + [anon_sym_annotation] = ACTIONS(4256), + [anon_sym_data] = ACTIONS(4256), + [anon_sym_inner] = ACTIONS(4256), + [anon_sym_override] = ACTIONS(4256), + [anon_sym_lateinit] = ACTIONS(4256), + [anon_sym_public] = ACTIONS(4256), + [anon_sym_private] = ACTIONS(4256), + [anon_sym_internal] = ACTIONS(4256), + [anon_sym_protected] = ACTIONS(4256), + [anon_sym_tailrec] = ACTIONS(4256), + [anon_sym_operator] = ACTIONS(4256), + [anon_sym_infix] = ACTIONS(4256), + [anon_sym_inline] = ACTIONS(4256), + [anon_sym_external] = ACTIONS(4256), + [sym_property_modifier] = ACTIONS(4256), + [anon_sym_abstract] = ACTIONS(4256), + [anon_sym_final] = ACTIONS(4256), + [anon_sym_open] = ACTIONS(4256), + [anon_sym_vararg] = ACTIONS(4256), + [anon_sym_noinline] = ACTIONS(4256), + [anon_sym_crossinline] = ACTIONS(4256), + [anon_sym_expect] = ACTIONS(4256), + [anon_sym_actual] = ACTIONS(4256), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4258), + [anon_sym_continue_AT] = ACTIONS(4258), + [anon_sym_break_AT] = ACTIONS(4258), + [sym_real_literal] = ACTIONS(4258), + [sym_integer_literal] = ACTIONS(4256), + [sym_hex_literal] = ACTIONS(4258), + [sym_bin_literal] = ACTIONS(4258), + [anon_sym_true] = ACTIONS(4256), + [anon_sym_false] = ACTIONS(4256), + [anon_sym_SQUOTE] = ACTIONS(4258), + [sym__backtick_identifier] = ACTIONS(4258), + [sym__automatic_semicolon] = ACTIONS(4258), + [sym_safe_nav] = ACTIONS(4258), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4258), + }, + [1066] = { + [sym_function_body] = STATE(1124), + [sym__block] = STATE(1087), + [sym__alpha_identifier] = ACTIONS(4260), + [anon_sym_AT] = ACTIONS(4262), + [anon_sym_LBRACK] = ACTIONS(4262), + [anon_sym_as] = ACTIONS(4260), + [anon_sym_EQ] = ACTIONS(4320), + [anon_sym_LBRACE] = ACTIONS(4039), + [anon_sym_RBRACE] = ACTIONS(4262), + [anon_sym_LPAREN] = ACTIONS(4262), + [anon_sym_LT] = ACTIONS(4260), + [anon_sym_GT] = ACTIONS(4260), + [anon_sym_object] = ACTIONS(4260), + [anon_sym_fun] = ACTIONS(4260), + [anon_sym_DOT] = ACTIONS(4260), + [anon_sym_SEMI] = ACTIONS(4262), + [anon_sym_get] = ACTIONS(4260), + [anon_sym_set] = ACTIONS(4260), + [anon_sym_this] = ACTIONS(4260), + [anon_sym_super] = ACTIONS(4260), + [anon_sym_STAR] = ACTIONS(4260), + [sym_label] = ACTIONS(4260), + [anon_sym_in] = ACTIONS(4260), + [anon_sym_DOT_DOT] = ACTIONS(4262), + [anon_sym_QMARK_COLON] = ACTIONS(4262), + [anon_sym_AMP_AMP] = ACTIONS(4262), + [anon_sym_PIPE_PIPE] = ACTIONS(4262), + [anon_sym_null] = ACTIONS(4260), + [anon_sym_if] = ACTIONS(4260), + [anon_sym_else] = ACTIONS(4260), + [anon_sym_when] = ACTIONS(4260), + [anon_sym_try] = ACTIONS(4260), + [anon_sym_throw] = ACTIONS(4260), + [anon_sym_return] = ACTIONS(4260), + [anon_sym_continue] = ACTIONS(4260), + [anon_sym_break] = ACTIONS(4260), + [anon_sym_COLON_COLON] = ACTIONS(4262), + [anon_sym_PLUS_EQ] = ACTIONS(4262), + [anon_sym_DASH_EQ] = ACTIONS(4262), + [anon_sym_STAR_EQ] = ACTIONS(4262), + [anon_sym_SLASH_EQ] = ACTIONS(4262), + [anon_sym_PERCENT_EQ] = ACTIONS(4262), + [anon_sym_BANG_EQ] = ACTIONS(4260), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4262), + [anon_sym_EQ_EQ] = ACTIONS(4260), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4262), + [anon_sym_LT_EQ] = ACTIONS(4262), + [anon_sym_GT_EQ] = ACTIONS(4262), + [anon_sym_BANGin] = ACTIONS(4262), + [anon_sym_is] = ACTIONS(4260), + [anon_sym_BANGis] = ACTIONS(4262), + [anon_sym_PLUS] = ACTIONS(4260), + [anon_sym_DASH] = ACTIONS(4260), + [anon_sym_SLASH] = ACTIONS(4260), + [anon_sym_PERCENT] = ACTIONS(4260), + [anon_sym_as_QMARK] = ACTIONS(4262), + [anon_sym_PLUS_PLUS] = ACTIONS(4262), + [anon_sym_DASH_DASH] = ACTIONS(4262), + [anon_sym_BANG] = ACTIONS(4260), + [anon_sym_BANG_BANG] = ACTIONS(4262), + [anon_sym_suspend] = ACTIONS(4260), + [anon_sym_sealed] = ACTIONS(4260), + [anon_sym_annotation] = ACTIONS(4260), + [anon_sym_data] = ACTIONS(4260), + [anon_sym_inner] = ACTIONS(4260), + [anon_sym_override] = ACTIONS(4260), + [anon_sym_lateinit] = ACTIONS(4260), + [anon_sym_public] = ACTIONS(4260), + [anon_sym_private] = ACTIONS(4260), + [anon_sym_internal] = ACTIONS(4260), + [anon_sym_protected] = ACTIONS(4260), + [anon_sym_tailrec] = ACTIONS(4260), + [anon_sym_operator] = ACTIONS(4260), + [anon_sym_infix] = ACTIONS(4260), + [anon_sym_inline] = ACTIONS(4260), + [anon_sym_external] = ACTIONS(4260), + [sym_property_modifier] = ACTIONS(4260), + [anon_sym_abstract] = ACTIONS(4260), + [anon_sym_final] = ACTIONS(4260), + [anon_sym_open] = ACTIONS(4260), + [anon_sym_vararg] = ACTIONS(4260), + [anon_sym_noinline] = ACTIONS(4260), + [anon_sym_crossinline] = ACTIONS(4260), + [anon_sym_expect] = ACTIONS(4260), + [anon_sym_actual] = ACTIONS(4260), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4262), + [anon_sym_continue_AT] = ACTIONS(4262), + [anon_sym_break_AT] = ACTIONS(4262), + [sym_real_literal] = ACTIONS(4262), + [sym_integer_literal] = ACTIONS(4260), + [sym_hex_literal] = ACTIONS(4262), + [sym_bin_literal] = ACTIONS(4262), + [anon_sym_true] = ACTIONS(4260), + [anon_sym_false] = ACTIONS(4260), + [anon_sym_SQUOTE] = ACTIONS(4262), + [sym__backtick_identifier] = ACTIONS(4262), + [sym__automatic_semicolon] = ACTIONS(4262), + [sym_safe_nav] = ACTIONS(4262), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4262), + }, + [1067] = { + [sym_function_body] = STATE(1039), + [sym__block] = STATE(1087), + [sym__alpha_identifier] = ACTIONS(4099), + [anon_sym_AT] = ACTIONS(4101), + [anon_sym_LBRACK] = ACTIONS(4101), + [anon_sym_as] = ACTIONS(4099), + [anon_sym_EQ] = ACTIONS(4320), + [anon_sym_LBRACE] = ACTIONS(4039), + [anon_sym_RBRACE] = ACTIONS(4101), + [anon_sym_LPAREN] = ACTIONS(4101), + [anon_sym_LT] = ACTIONS(4099), + [anon_sym_GT] = ACTIONS(4099), + [anon_sym_object] = ACTIONS(4099), + [anon_sym_fun] = ACTIONS(4099), + [anon_sym_DOT] = ACTIONS(4099), + [anon_sym_SEMI] = ACTIONS(4101), + [anon_sym_get] = ACTIONS(4099), + [anon_sym_set] = ACTIONS(4099), + [anon_sym_this] = ACTIONS(4099), + [anon_sym_super] = ACTIONS(4099), + [anon_sym_STAR] = ACTIONS(4099), + [sym_label] = ACTIONS(4099), + [anon_sym_in] = ACTIONS(4099), + [anon_sym_DOT_DOT] = ACTIONS(4101), + [anon_sym_QMARK_COLON] = ACTIONS(4101), + [anon_sym_AMP_AMP] = ACTIONS(4101), + [anon_sym_PIPE_PIPE] = ACTIONS(4101), + [anon_sym_null] = ACTIONS(4099), + [anon_sym_if] = ACTIONS(4099), + [anon_sym_else] = ACTIONS(4099), + [anon_sym_when] = ACTIONS(4099), + [anon_sym_try] = ACTIONS(4099), + [anon_sym_throw] = ACTIONS(4099), + [anon_sym_return] = ACTIONS(4099), + [anon_sym_continue] = ACTIONS(4099), + [anon_sym_break] = ACTIONS(4099), + [anon_sym_COLON_COLON] = ACTIONS(4101), + [anon_sym_PLUS_EQ] = ACTIONS(4101), + [anon_sym_DASH_EQ] = ACTIONS(4101), + [anon_sym_STAR_EQ] = ACTIONS(4101), + [anon_sym_SLASH_EQ] = ACTIONS(4101), + [anon_sym_PERCENT_EQ] = ACTIONS(4101), + [anon_sym_BANG_EQ] = ACTIONS(4099), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4101), + [anon_sym_EQ_EQ] = ACTIONS(4099), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4101), + [anon_sym_LT_EQ] = ACTIONS(4101), + [anon_sym_GT_EQ] = ACTIONS(4101), + [anon_sym_BANGin] = ACTIONS(4101), + [anon_sym_is] = ACTIONS(4099), + [anon_sym_BANGis] = ACTIONS(4101), + [anon_sym_PLUS] = ACTIONS(4099), + [anon_sym_DASH] = ACTIONS(4099), + [anon_sym_SLASH] = ACTIONS(4099), + [anon_sym_PERCENT] = ACTIONS(4099), + [anon_sym_as_QMARK] = ACTIONS(4101), + [anon_sym_PLUS_PLUS] = ACTIONS(4101), + [anon_sym_DASH_DASH] = ACTIONS(4101), + [anon_sym_BANG] = ACTIONS(4099), + [anon_sym_BANG_BANG] = ACTIONS(4101), + [anon_sym_suspend] = ACTIONS(4099), + [anon_sym_sealed] = ACTIONS(4099), + [anon_sym_annotation] = ACTIONS(4099), + [anon_sym_data] = ACTIONS(4099), + [anon_sym_inner] = ACTIONS(4099), + [anon_sym_override] = ACTIONS(4099), + [anon_sym_lateinit] = ACTIONS(4099), + [anon_sym_public] = ACTIONS(4099), + [anon_sym_private] = ACTIONS(4099), + [anon_sym_internal] = ACTIONS(4099), + [anon_sym_protected] = ACTIONS(4099), + [anon_sym_tailrec] = ACTIONS(4099), + [anon_sym_operator] = ACTIONS(4099), + [anon_sym_infix] = ACTIONS(4099), + [anon_sym_inline] = ACTIONS(4099), + [anon_sym_external] = ACTIONS(4099), + [sym_property_modifier] = ACTIONS(4099), + [anon_sym_abstract] = ACTIONS(4099), + [anon_sym_final] = ACTIONS(4099), + [anon_sym_open] = ACTIONS(4099), + [anon_sym_vararg] = ACTIONS(4099), + [anon_sym_noinline] = ACTIONS(4099), + [anon_sym_crossinline] = ACTIONS(4099), + [anon_sym_expect] = ACTIONS(4099), + [anon_sym_actual] = ACTIONS(4099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4101), + [anon_sym_continue_AT] = ACTIONS(4101), + [anon_sym_break_AT] = ACTIONS(4101), + [sym_real_literal] = ACTIONS(4101), + [sym_integer_literal] = ACTIONS(4099), + [sym_hex_literal] = ACTIONS(4101), + [sym_bin_literal] = ACTIONS(4101), + [anon_sym_true] = ACTIONS(4099), + [anon_sym_false] = ACTIONS(4099), + [anon_sym_SQUOTE] = ACTIONS(4101), + [sym__backtick_identifier] = ACTIONS(4101), + [sym__automatic_semicolon] = ACTIONS(4101), + [sym_safe_nav] = ACTIONS(4101), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4101), + }, + [1068] = { + [sym_function_body] = STATE(1154), + [sym__block] = STATE(1087), + [sym__alpha_identifier] = ACTIONS(4031), + [anon_sym_AT] = ACTIONS(4033), + [anon_sym_LBRACK] = ACTIONS(4033), + [anon_sym_as] = ACTIONS(4031), + [anon_sym_EQ] = ACTIONS(4320), + [anon_sym_LBRACE] = ACTIONS(4039), + [anon_sym_RBRACE] = ACTIONS(4033), + [anon_sym_LPAREN] = ACTIONS(4033), + [anon_sym_LT] = ACTIONS(4031), + [anon_sym_GT] = ACTIONS(4031), + [anon_sym_object] = ACTIONS(4031), + [anon_sym_fun] = ACTIONS(4031), + [anon_sym_DOT] = ACTIONS(4031), + [anon_sym_SEMI] = ACTIONS(4033), + [anon_sym_get] = ACTIONS(4031), + [anon_sym_set] = ACTIONS(4031), + [anon_sym_this] = ACTIONS(4031), + [anon_sym_super] = ACTIONS(4031), + [anon_sym_STAR] = ACTIONS(4031), + [sym_label] = ACTIONS(4031), + [anon_sym_in] = ACTIONS(4031), + [anon_sym_DOT_DOT] = ACTIONS(4033), + [anon_sym_QMARK_COLON] = ACTIONS(4033), + [anon_sym_AMP_AMP] = ACTIONS(4033), + [anon_sym_PIPE_PIPE] = ACTIONS(4033), + [anon_sym_null] = ACTIONS(4031), + [anon_sym_if] = ACTIONS(4031), + [anon_sym_else] = ACTIONS(4031), + [anon_sym_when] = ACTIONS(4031), + [anon_sym_try] = ACTIONS(4031), + [anon_sym_throw] = ACTIONS(4031), + [anon_sym_return] = ACTIONS(4031), + [anon_sym_continue] = ACTIONS(4031), + [anon_sym_break] = ACTIONS(4031), + [anon_sym_COLON_COLON] = ACTIONS(4033), + [anon_sym_PLUS_EQ] = ACTIONS(4033), + [anon_sym_DASH_EQ] = ACTIONS(4033), + [anon_sym_STAR_EQ] = ACTIONS(4033), + [anon_sym_SLASH_EQ] = ACTIONS(4033), + [anon_sym_PERCENT_EQ] = ACTIONS(4033), + [anon_sym_BANG_EQ] = ACTIONS(4031), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4033), + [anon_sym_EQ_EQ] = ACTIONS(4031), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4033), + [anon_sym_LT_EQ] = ACTIONS(4033), + [anon_sym_GT_EQ] = ACTIONS(4033), + [anon_sym_BANGin] = ACTIONS(4033), + [anon_sym_is] = ACTIONS(4031), + [anon_sym_BANGis] = ACTIONS(4033), + [anon_sym_PLUS] = ACTIONS(4031), + [anon_sym_DASH] = ACTIONS(4031), + [anon_sym_SLASH] = ACTIONS(4031), + [anon_sym_PERCENT] = ACTIONS(4031), + [anon_sym_as_QMARK] = ACTIONS(4033), + [anon_sym_PLUS_PLUS] = ACTIONS(4033), + [anon_sym_DASH_DASH] = ACTIONS(4033), + [anon_sym_BANG] = ACTIONS(4031), + [anon_sym_BANG_BANG] = ACTIONS(4033), + [anon_sym_suspend] = ACTIONS(4031), + [anon_sym_sealed] = ACTIONS(4031), + [anon_sym_annotation] = ACTIONS(4031), + [anon_sym_data] = ACTIONS(4031), + [anon_sym_inner] = ACTIONS(4031), + [anon_sym_override] = ACTIONS(4031), + [anon_sym_lateinit] = ACTIONS(4031), + [anon_sym_public] = ACTIONS(4031), + [anon_sym_private] = ACTIONS(4031), + [anon_sym_internal] = ACTIONS(4031), + [anon_sym_protected] = ACTIONS(4031), + [anon_sym_tailrec] = ACTIONS(4031), + [anon_sym_operator] = ACTIONS(4031), + [anon_sym_infix] = ACTIONS(4031), + [anon_sym_inline] = ACTIONS(4031), + [anon_sym_external] = ACTIONS(4031), + [sym_property_modifier] = ACTIONS(4031), + [anon_sym_abstract] = ACTIONS(4031), + [anon_sym_final] = ACTIONS(4031), + [anon_sym_open] = ACTIONS(4031), + [anon_sym_vararg] = ACTIONS(4031), + [anon_sym_noinline] = ACTIONS(4031), + [anon_sym_crossinline] = ACTIONS(4031), + [anon_sym_expect] = ACTIONS(4031), + [anon_sym_actual] = ACTIONS(4031), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4033), + [anon_sym_continue_AT] = ACTIONS(4033), + [anon_sym_break_AT] = ACTIONS(4033), + [sym_real_literal] = ACTIONS(4033), + [sym_integer_literal] = ACTIONS(4031), + [sym_hex_literal] = ACTIONS(4033), + [sym_bin_literal] = ACTIONS(4033), + [anon_sym_true] = ACTIONS(4031), + [anon_sym_false] = ACTIONS(4031), + [anon_sym_SQUOTE] = ACTIONS(4033), + [sym__backtick_identifier] = ACTIONS(4033), + [sym__automatic_semicolon] = ACTIONS(4033), + [sym_safe_nav] = ACTIONS(4033), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4033), + }, + [1069] = { + [sym__alpha_identifier] = ACTIONS(3196), + [anon_sym_AT] = ACTIONS(3200), + [anon_sym_LBRACK] = ACTIONS(3200), + [anon_sym_as] = ACTIONS(3196), + [anon_sym_EQ] = ACTIONS(3196), + [anon_sym_LBRACE] = ACTIONS(3200), + [anon_sym_RBRACE] = ACTIONS(3200), + [anon_sym_LPAREN] = ACTIONS(3200), + [anon_sym_COMMA] = ACTIONS(3200), + [anon_sym_LT] = ACTIONS(3196), + [anon_sym_GT] = ACTIONS(3196), + [anon_sym_where] = ACTIONS(3196), + [anon_sym_object] = ACTIONS(3196), + [anon_sym_fun] = ACTIONS(3196), + [anon_sym_DOT] = ACTIONS(3196), + [anon_sym_SEMI] = ACTIONS(3200), + [anon_sym_get] = ACTIONS(3196), + [anon_sym_set] = ACTIONS(3196), + [anon_sym_this] = ACTIONS(3196), + [anon_sym_super] = ACTIONS(3196), + [anon_sym_STAR] = ACTIONS(3196), + [sym_label] = ACTIONS(3196), + [anon_sym_in] = ACTIONS(3196), + [anon_sym_DOT_DOT] = ACTIONS(3200), + [anon_sym_QMARK_COLON] = ACTIONS(3200), + [anon_sym_AMP_AMP] = ACTIONS(3200), + [anon_sym_PIPE_PIPE] = ACTIONS(3200), + [anon_sym_null] = ACTIONS(3196), + [anon_sym_if] = ACTIONS(3196), + [anon_sym_else] = ACTIONS(3196), + [anon_sym_when] = ACTIONS(3196), + [anon_sym_try] = ACTIONS(3196), + [anon_sym_throw] = ACTIONS(3196), + [anon_sym_return] = ACTIONS(3196), + [anon_sym_continue] = ACTIONS(3196), + [anon_sym_break] = ACTIONS(3196), + [anon_sym_COLON_COLON] = ACTIONS(3200), + [anon_sym_PLUS_EQ] = ACTIONS(3200), + [anon_sym_DASH_EQ] = ACTIONS(3200), + [anon_sym_STAR_EQ] = ACTIONS(3200), + [anon_sym_SLASH_EQ] = ACTIONS(3200), + [anon_sym_PERCENT_EQ] = ACTIONS(3200), + [anon_sym_BANG_EQ] = ACTIONS(3196), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3200), + [anon_sym_EQ_EQ] = ACTIONS(3196), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3200), + [anon_sym_LT_EQ] = ACTIONS(3200), + [anon_sym_GT_EQ] = ACTIONS(3200), + [anon_sym_BANGin] = ACTIONS(3200), + [anon_sym_is] = ACTIONS(3196), + [anon_sym_BANGis] = ACTIONS(3200), + [anon_sym_PLUS] = ACTIONS(3196), + [anon_sym_DASH] = ACTIONS(3196), + [anon_sym_SLASH] = ACTIONS(3196), + [anon_sym_PERCENT] = ACTIONS(3196), + [anon_sym_as_QMARK] = ACTIONS(3200), + [anon_sym_PLUS_PLUS] = ACTIONS(3200), + [anon_sym_DASH_DASH] = ACTIONS(3200), + [anon_sym_BANG] = ACTIONS(3196), + [anon_sym_BANG_BANG] = ACTIONS(3200), + [anon_sym_suspend] = ACTIONS(3196), + [anon_sym_sealed] = ACTIONS(3196), + [anon_sym_annotation] = ACTIONS(3196), + [anon_sym_data] = ACTIONS(3196), + [anon_sym_inner] = ACTIONS(3196), + [anon_sym_override] = ACTIONS(3196), + [anon_sym_lateinit] = ACTIONS(3196), + [anon_sym_public] = ACTIONS(3196), + [anon_sym_private] = ACTIONS(3196), + [anon_sym_internal] = ACTIONS(3196), + [anon_sym_protected] = ACTIONS(3196), + [anon_sym_tailrec] = ACTIONS(3196), + [anon_sym_operator] = ACTIONS(3196), + [anon_sym_infix] = ACTIONS(3196), + [anon_sym_inline] = ACTIONS(3196), + [anon_sym_external] = ACTIONS(3196), + [sym_property_modifier] = ACTIONS(3196), + [anon_sym_abstract] = ACTIONS(3196), + [anon_sym_final] = ACTIONS(3196), + [anon_sym_open] = ACTIONS(3196), + [anon_sym_vararg] = ACTIONS(3196), + [anon_sym_noinline] = ACTIONS(3196), + [anon_sym_crossinline] = ACTIONS(3196), + [anon_sym_expect] = ACTIONS(3196), + [anon_sym_actual] = ACTIONS(3196), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3200), + [anon_sym_continue_AT] = ACTIONS(3200), + [anon_sym_break_AT] = ACTIONS(3200), + [sym_real_literal] = ACTIONS(3200), + [sym_integer_literal] = ACTIONS(3196), + [sym_hex_literal] = ACTIONS(3200), + [sym_bin_literal] = ACTIONS(3200), + [anon_sym_true] = ACTIONS(3196), + [anon_sym_false] = ACTIONS(3196), + [anon_sym_SQUOTE] = ACTIONS(3200), + [sym__backtick_identifier] = ACTIONS(3200), + [sym__automatic_semicolon] = ACTIONS(3200), + [sym_safe_nav] = ACTIONS(3200), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3200), + }, + [1070] = { + [sym__alpha_identifier] = ACTIONS(4784), + [anon_sym_AT] = ACTIONS(4786), + [anon_sym_LBRACK] = ACTIONS(4786), + [anon_sym_as] = ACTIONS(4784), + [anon_sym_EQ] = ACTIONS(4784), + [anon_sym_LBRACE] = ACTIONS(4786), + [anon_sym_RBRACE] = ACTIONS(4786), + [anon_sym_LPAREN] = ACTIONS(4786), + [anon_sym_COMMA] = ACTIONS(4786), + [anon_sym_LT] = ACTIONS(4784), + [anon_sym_GT] = ACTIONS(4784), + [anon_sym_where] = ACTIONS(4784), + [anon_sym_object] = ACTIONS(4784), + [anon_sym_fun] = ACTIONS(4784), + [anon_sym_DOT] = ACTIONS(4784), + [anon_sym_SEMI] = ACTIONS(4786), + [anon_sym_get] = ACTIONS(4784), + [anon_sym_set] = ACTIONS(4784), + [anon_sym_this] = ACTIONS(4784), + [anon_sym_super] = ACTIONS(4784), + [anon_sym_STAR] = ACTIONS(4784), + [sym_label] = ACTIONS(4784), + [anon_sym_in] = ACTIONS(4784), + [anon_sym_DOT_DOT] = ACTIONS(4786), + [anon_sym_QMARK_COLON] = ACTIONS(4786), + [anon_sym_AMP_AMP] = ACTIONS(4786), + [anon_sym_PIPE_PIPE] = ACTIONS(4786), + [anon_sym_null] = ACTIONS(4784), + [anon_sym_if] = ACTIONS(4784), + [anon_sym_else] = ACTIONS(4784), + [anon_sym_when] = ACTIONS(4784), + [anon_sym_try] = ACTIONS(4784), + [anon_sym_throw] = ACTIONS(4784), + [anon_sym_return] = ACTIONS(4784), + [anon_sym_continue] = ACTIONS(4784), + [anon_sym_break] = ACTIONS(4784), + [anon_sym_COLON_COLON] = ACTIONS(4786), + [anon_sym_PLUS_EQ] = ACTIONS(4786), + [anon_sym_DASH_EQ] = ACTIONS(4786), + [anon_sym_STAR_EQ] = ACTIONS(4786), + [anon_sym_SLASH_EQ] = ACTIONS(4786), + [anon_sym_PERCENT_EQ] = ACTIONS(4786), + [anon_sym_BANG_EQ] = ACTIONS(4784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4786), + [anon_sym_EQ_EQ] = ACTIONS(4784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4786), + [anon_sym_LT_EQ] = ACTIONS(4786), + [anon_sym_GT_EQ] = ACTIONS(4786), + [anon_sym_BANGin] = ACTIONS(4786), + [anon_sym_is] = ACTIONS(4784), + [anon_sym_BANGis] = ACTIONS(4786), + [anon_sym_PLUS] = ACTIONS(4784), + [anon_sym_DASH] = ACTIONS(4784), + [anon_sym_SLASH] = ACTIONS(4784), + [anon_sym_PERCENT] = ACTIONS(4784), + [anon_sym_as_QMARK] = ACTIONS(4786), + [anon_sym_PLUS_PLUS] = ACTIONS(4786), + [anon_sym_DASH_DASH] = ACTIONS(4786), + [anon_sym_BANG] = ACTIONS(4784), + [anon_sym_BANG_BANG] = ACTIONS(4786), + [anon_sym_suspend] = ACTIONS(4784), + [anon_sym_sealed] = ACTIONS(4784), + [anon_sym_annotation] = ACTIONS(4784), + [anon_sym_data] = ACTIONS(4784), + [anon_sym_inner] = ACTIONS(4784), + [anon_sym_override] = ACTIONS(4784), + [anon_sym_lateinit] = ACTIONS(4784), + [anon_sym_public] = ACTIONS(4784), + [anon_sym_private] = ACTIONS(4784), + [anon_sym_internal] = ACTIONS(4784), + [anon_sym_protected] = ACTIONS(4784), + [anon_sym_tailrec] = ACTIONS(4784), + [anon_sym_operator] = ACTIONS(4784), + [anon_sym_infix] = ACTIONS(4784), + [anon_sym_inline] = ACTIONS(4784), + [anon_sym_external] = ACTIONS(4784), + [sym_property_modifier] = ACTIONS(4784), + [anon_sym_abstract] = ACTIONS(4784), + [anon_sym_final] = ACTIONS(4784), + [anon_sym_open] = ACTIONS(4784), + [anon_sym_vararg] = ACTIONS(4784), + [anon_sym_noinline] = ACTIONS(4784), + [anon_sym_crossinline] = ACTIONS(4784), + [anon_sym_expect] = ACTIONS(4784), + [anon_sym_actual] = ACTIONS(4784), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4786), + [anon_sym_continue_AT] = ACTIONS(4786), + [anon_sym_break_AT] = ACTIONS(4786), + [sym_real_literal] = ACTIONS(4786), + [sym_integer_literal] = ACTIONS(4784), + [sym_hex_literal] = ACTIONS(4786), + [sym_bin_literal] = ACTIONS(4786), + [anon_sym_true] = ACTIONS(4784), + [anon_sym_false] = ACTIONS(4784), + [anon_sym_SQUOTE] = ACTIONS(4786), + [sym__backtick_identifier] = ACTIONS(4786), + [sym__automatic_semicolon] = ACTIONS(4786), + [sym_safe_nav] = ACTIONS(4786), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4786), + }, + [1071] = { + [sym_function_body] = STATE(1201), + [sym__block] = STATE(1087), + [sym__alpha_identifier] = ACTIONS(4047), + [anon_sym_AT] = ACTIONS(4049), + [anon_sym_LBRACK] = ACTIONS(4049), + [anon_sym_as] = ACTIONS(4047), + [anon_sym_EQ] = ACTIONS(4320), + [anon_sym_LBRACE] = ACTIONS(4039), + [anon_sym_RBRACE] = ACTIONS(4049), + [anon_sym_LPAREN] = ACTIONS(4049), + [anon_sym_LT] = ACTIONS(4047), + [anon_sym_GT] = ACTIONS(4047), + [anon_sym_object] = ACTIONS(4047), + [anon_sym_fun] = ACTIONS(4047), + [anon_sym_DOT] = ACTIONS(4047), + [anon_sym_SEMI] = ACTIONS(4049), + [anon_sym_get] = ACTIONS(4047), + [anon_sym_set] = ACTIONS(4047), + [anon_sym_this] = ACTIONS(4047), + [anon_sym_super] = ACTIONS(4047), + [anon_sym_STAR] = ACTIONS(4047), + [sym_label] = ACTIONS(4047), + [anon_sym_in] = ACTIONS(4047), + [anon_sym_DOT_DOT] = ACTIONS(4049), + [anon_sym_QMARK_COLON] = ACTIONS(4049), + [anon_sym_AMP_AMP] = ACTIONS(4049), + [anon_sym_PIPE_PIPE] = ACTIONS(4049), + [anon_sym_null] = ACTIONS(4047), + [anon_sym_if] = ACTIONS(4047), + [anon_sym_else] = ACTIONS(4047), + [anon_sym_when] = ACTIONS(4047), + [anon_sym_try] = ACTIONS(4047), + [anon_sym_throw] = ACTIONS(4047), + [anon_sym_return] = ACTIONS(4047), + [anon_sym_continue] = ACTIONS(4047), + [anon_sym_break] = ACTIONS(4047), + [anon_sym_COLON_COLON] = ACTIONS(4049), + [anon_sym_PLUS_EQ] = ACTIONS(4049), + [anon_sym_DASH_EQ] = ACTIONS(4049), + [anon_sym_STAR_EQ] = ACTIONS(4049), + [anon_sym_SLASH_EQ] = ACTIONS(4049), + [anon_sym_PERCENT_EQ] = ACTIONS(4049), + [anon_sym_BANG_EQ] = ACTIONS(4047), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4049), + [anon_sym_EQ_EQ] = ACTIONS(4047), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4049), + [anon_sym_LT_EQ] = ACTIONS(4049), + [anon_sym_GT_EQ] = ACTIONS(4049), + [anon_sym_BANGin] = ACTIONS(4049), + [anon_sym_is] = ACTIONS(4047), + [anon_sym_BANGis] = ACTIONS(4049), + [anon_sym_PLUS] = ACTIONS(4047), + [anon_sym_DASH] = ACTIONS(4047), + [anon_sym_SLASH] = ACTIONS(4047), + [anon_sym_PERCENT] = ACTIONS(4047), + [anon_sym_as_QMARK] = ACTIONS(4049), + [anon_sym_PLUS_PLUS] = ACTIONS(4049), + [anon_sym_DASH_DASH] = ACTIONS(4049), + [anon_sym_BANG] = ACTIONS(4047), + [anon_sym_BANG_BANG] = ACTIONS(4049), + [anon_sym_suspend] = ACTIONS(4047), + [anon_sym_sealed] = ACTIONS(4047), + [anon_sym_annotation] = ACTIONS(4047), + [anon_sym_data] = ACTIONS(4047), + [anon_sym_inner] = ACTIONS(4047), + [anon_sym_override] = ACTIONS(4047), + [anon_sym_lateinit] = ACTIONS(4047), + [anon_sym_public] = ACTIONS(4047), + [anon_sym_private] = ACTIONS(4047), + [anon_sym_internal] = ACTIONS(4047), + [anon_sym_protected] = ACTIONS(4047), + [anon_sym_tailrec] = ACTIONS(4047), + [anon_sym_operator] = ACTIONS(4047), + [anon_sym_infix] = ACTIONS(4047), + [anon_sym_inline] = ACTIONS(4047), + [anon_sym_external] = ACTIONS(4047), + [sym_property_modifier] = ACTIONS(4047), + [anon_sym_abstract] = ACTIONS(4047), + [anon_sym_final] = ACTIONS(4047), + [anon_sym_open] = ACTIONS(4047), + [anon_sym_vararg] = ACTIONS(4047), + [anon_sym_noinline] = ACTIONS(4047), + [anon_sym_crossinline] = ACTIONS(4047), + [anon_sym_expect] = ACTIONS(4047), + [anon_sym_actual] = ACTIONS(4047), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4049), + [anon_sym_continue_AT] = ACTIONS(4049), + [anon_sym_break_AT] = ACTIONS(4049), + [sym_real_literal] = ACTIONS(4049), + [sym_integer_literal] = ACTIONS(4047), + [sym_hex_literal] = ACTIONS(4049), + [sym_bin_literal] = ACTIONS(4049), + [anon_sym_true] = ACTIONS(4047), + [anon_sym_false] = ACTIONS(4047), + [anon_sym_SQUOTE] = ACTIONS(4049), + [sym__backtick_identifier] = ACTIONS(4049), + [sym__automatic_semicolon] = ACTIONS(4049), + [sym_safe_nav] = ACTIONS(4049), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4049), + }, + [1072] = { + [sym__alpha_identifier] = ACTIONS(4788), + [anon_sym_AT] = ACTIONS(4790), + [anon_sym_LBRACK] = ACTIONS(4790), + [anon_sym_as] = ACTIONS(4788), + [anon_sym_EQ] = ACTIONS(4788), + [anon_sym_LBRACE] = ACTIONS(4790), + [anon_sym_RBRACE] = ACTIONS(4790), + [anon_sym_LPAREN] = ACTIONS(4790), + [anon_sym_COMMA] = ACTIONS(4790), + [anon_sym_LT] = ACTIONS(4788), + [anon_sym_GT] = ACTIONS(4788), + [anon_sym_where] = ACTIONS(4788), + [anon_sym_object] = ACTIONS(4788), + [anon_sym_fun] = ACTIONS(4788), + [anon_sym_DOT] = ACTIONS(4788), + [anon_sym_SEMI] = ACTIONS(4790), + [anon_sym_get] = ACTIONS(4788), + [anon_sym_set] = ACTIONS(4788), + [anon_sym_this] = ACTIONS(4788), + [anon_sym_super] = ACTIONS(4788), + [anon_sym_STAR] = ACTIONS(4788), + [sym_label] = ACTIONS(4788), + [anon_sym_in] = ACTIONS(4788), + [anon_sym_DOT_DOT] = ACTIONS(4790), + [anon_sym_QMARK_COLON] = ACTIONS(4790), + [anon_sym_AMP_AMP] = ACTIONS(4790), + [anon_sym_PIPE_PIPE] = ACTIONS(4790), + [anon_sym_null] = ACTIONS(4788), + [anon_sym_if] = ACTIONS(4788), + [anon_sym_else] = ACTIONS(4788), + [anon_sym_when] = ACTIONS(4788), + [anon_sym_try] = ACTIONS(4788), + [anon_sym_throw] = ACTIONS(4788), + [anon_sym_return] = ACTIONS(4788), + [anon_sym_continue] = ACTIONS(4788), + [anon_sym_break] = ACTIONS(4788), + [anon_sym_COLON_COLON] = ACTIONS(4790), + [anon_sym_PLUS_EQ] = ACTIONS(4790), + [anon_sym_DASH_EQ] = ACTIONS(4790), + [anon_sym_STAR_EQ] = ACTIONS(4790), + [anon_sym_SLASH_EQ] = ACTIONS(4790), + [anon_sym_PERCENT_EQ] = ACTIONS(4790), + [anon_sym_BANG_EQ] = ACTIONS(4788), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4790), + [anon_sym_EQ_EQ] = ACTIONS(4788), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4790), + [anon_sym_LT_EQ] = ACTIONS(4790), + [anon_sym_GT_EQ] = ACTIONS(4790), + [anon_sym_BANGin] = ACTIONS(4790), + [anon_sym_is] = ACTIONS(4788), + [anon_sym_BANGis] = ACTIONS(4790), + [anon_sym_PLUS] = ACTIONS(4788), + [anon_sym_DASH] = ACTIONS(4788), + [anon_sym_SLASH] = ACTIONS(4788), + [anon_sym_PERCENT] = ACTIONS(4788), + [anon_sym_as_QMARK] = ACTIONS(4790), + [anon_sym_PLUS_PLUS] = ACTIONS(4790), + [anon_sym_DASH_DASH] = ACTIONS(4790), + [anon_sym_BANG] = ACTIONS(4788), + [anon_sym_BANG_BANG] = ACTIONS(4790), + [anon_sym_suspend] = ACTIONS(4788), + [anon_sym_sealed] = ACTIONS(4788), + [anon_sym_annotation] = ACTIONS(4788), + [anon_sym_data] = ACTIONS(4788), + [anon_sym_inner] = ACTIONS(4788), + [anon_sym_override] = ACTIONS(4788), + [anon_sym_lateinit] = ACTIONS(4788), + [anon_sym_public] = ACTIONS(4788), + [anon_sym_private] = ACTIONS(4788), + [anon_sym_internal] = ACTIONS(4788), + [anon_sym_protected] = ACTIONS(4788), + [anon_sym_tailrec] = ACTIONS(4788), + [anon_sym_operator] = ACTIONS(4788), + [anon_sym_infix] = ACTIONS(4788), + [anon_sym_inline] = ACTIONS(4788), + [anon_sym_external] = ACTIONS(4788), + [sym_property_modifier] = ACTIONS(4788), + [anon_sym_abstract] = ACTIONS(4788), + [anon_sym_final] = ACTIONS(4788), + [anon_sym_open] = ACTIONS(4788), + [anon_sym_vararg] = ACTIONS(4788), + [anon_sym_noinline] = ACTIONS(4788), + [anon_sym_crossinline] = ACTIONS(4788), + [anon_sym_expect] = ACTIONS(4788), + [anon_sym_actual] = ACTIONS(4788), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4790), + [anon_sym_continue_AT] = ACTIONS(4790), + [anon_sym_break_AT] = ACTIONS(4790), + [sym_real_literal] = ACTIONS(4790), + [sym_integer_literal] = ACTIONS(4788), + [sym_hex_literal] = ACTIONS(4790), + [sym_bin_literal] = ACTIONS(4790), + [anon_sym_true] = ACTIONS(4788), + [anon_sym_false] = ACTIONS(4788), + [anon_sym_SQUOTE] = ACTIONS(4790), + [sym__backtick_identifier] = ACTIONS(4790), + [sym__automatic_semicolon] = ACTIONS(4790), + [sym_safe_nav] = ACTIONS(4790), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4790), + }, + [1073] = { + [sym__alpha_identifier] = ACTIONS(4792), + [anon_sym_AT] = ACTIONS(4794), + [anon_sym_LBRACK] = ACTIONS(4794), + [anon_sym_as] = ACTIONS(4792), + [anon_sym_EQ] = ACTIONS(4792), + [anon_sym_LBRACE] = ACTIONS(4794), + [anon_sym_RBRACE] = ACTIONS(4794), + [anon_sym_LPAREN] = ACTIONS(4794), + [anon_sym_COMMA] = ACTIONS(4794), + [anon_sym_LT] = ACTIONS(4792), + [anon_sym_GT] = ACTIONS(4792), + [anon_sym_where] = ACTIONS(4792), + [anon_sym_object] = ACTIONS(4792), + [anon_sym_fun] = ACTIONS(4792), + [anon_sym_DOT] = ACTIONS(4792), + [anon_sym_SEMI] = ACTIONS(4796), + [anon_sym_get] = ACTIONS(4792), + [anon_sym_set] = ACTIONS(4792), + [anon_sym_this] = ACTIONS(4792), + [anon_sym_super] = ACTIONS(4792), + [anon_sym_STAR] = ACTIONS(4792), + [sym_label] = ACTIONS(4792), + [anon_sym_in] = ACTIONS(4792), + [anon_sym_DOT_DOT] = ACTIONS(4794), + [anon_sym_QMARK_COLON] = ACTIONS(4794), + [anon_sym_AMP_AMP] = ACTIONS(4794), + [anon_sym_PIPE_PIPE] = ACTIONS(4794), + [anon_sym_null] = ACTIONS(4792), + [anon_sym_if] = ACTIONS(4792), + [anon_sym_else] = ACTIONS(4798), + [anon_sym_when] = ACTIONS(4792), + [anon_sym_try] = ACTIONS(4792), + [anon_sym_throw] = ACTIONS(4792), + [anon_sym_return] = ACTIONS(4792), + [anon_sym_continue] = ACTIONS(4792), + [anon_sym_break] = ACTIONS(4792), + [anon_sym_COLON_COLON] = ACTIONS(4794), + [anon_sym_PLUS_EQ] = ACTIONS(4794), + [anon_sym_DASH_EQ] = ACTIONS(4794), + [anon_sym_STAR_EQ] = ACTIONS(4794), + [anon_sym_SLASH_EQ] = ACTIONS(4794), + [anon_sym_PERCENT_EQ] = ACTIONS(4794), + [anon_sym_BANG_EQ] = ACTIONS(4792), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4794), + [anon_sym_EQ_EQ] = ACTIONS(4792), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4794), + [anon_sym_LT_EQ] = ACTIONS(4794), + [anon_sym_GT_EQ] = ACTIONS(4794), + [anon_sym_BANGin] = ACTIONS(4794), + [anon_sym_is] = ACTIONS(4792), + [anon_sym_BANGis] = ACTIONS(4794), + [anon_sym_PLUS] = ACTIONS(4792), + [anon_sym_DASH] = ACTIONS(4792), + [anon_sym_SLASH] = ACTIONS(4792), + [anon_sym_PERCENT] = ACTIONS(4792), + [anon_sym_as_QMARK] = ACTIONS(4794), + [anon_sym_PLUS_PLUS] = ACTIONS(4794), + [anon_sym_DASH_DASH] = ACTIONS(4794), + [anon_sym_BANG] = ACTIONS(4792), + [anon_sym_BANG_BANG] = ACTIONS(4794), + [anon_sym_suspend] = ACTIONS(4792), + [anon_sym_sealed] = ACTIONS(4792), + [anon_sym_annotation] = ACTIONS(4792), + [anon_sym_data] = ACTIONS(4792), + [anon_sym_inner] = ACTIONS(4792), + [anon_sym_override] = ACTIONS(4792), + [anon_sym_lateinit] = ACTIONS(4792), + [anon_sym_public] = ACTIONS(4792), + [anon_sym_private] = ACTIONS(4792), + [anon_sym_internal] = ACTIONS(4792), + [anon_sym_protected] = ACTIONS(4792), + [anon_sym_tailrec] = ACTIONS(4792), + [anon_sym_operator] = ACTIONS(4792), + [anon_sym_infix] = ACTIONS(4792), + [anon_sym_inline] = ACTIONS(4792), + [anon_sym_external] = ACTIONS(4792), + [sym_property_modifier] = ACTIONS(4792), + [anon_sym_abstract] = ACTIONS(4792), + [anon_sym_final] = ACTIONS(4792), + [anon_sym_open] = ACTIONS(4792), + [anon_sym_vararg] = ACTIONS(4792), + [anon_sym_noinline] = ACTIONS(4792), + [anon_sym_crossinline] = ACTIONS(4792), + [anon_sym_expect] = ACTIONS(4792), + [anon_sym_actual] = ACTIONS(4792), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4794), + [anon_sym_continue_AT] = ACTIONS(4794), + [anon_sym_break_AT] = ACTIONS(4794), + [sym_real_literal] = ACTIONS(4794), + [sym_integer_literal] = ACTIONS(4792), + [sym_hex_literal] = ACTIONS(4794), + [sym_bin_literal] = ACTIONS(4794), + [anon_sym_true] = ACTIONS(4792), + [anon_sym_false] = ACTIONS(4792), + [anon_sym_SQUOTE] = ACTIONS(4794), + [sym__backtick_identifier] = ACTIONS(4794), + [sym__automatic_semicolon] = ACTIONS(4794), + [sym_safe_nav] = ACTIONS(4794), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4794), + }, + [1074] = { + [sym__alpha_identifier] = ACTIONS(3278), + [anon_sym_AT] = ACTIONS(3280), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_EQ] = ACTIONS(3278), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_COMMA] = ACTIONS(3280), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_where] = ACTIONS(3278), + [anon_sym_object] = ACTIONS(3278), + [anon_sym_fun] = ACTIONS(3278), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(3280), + [anon_sym_get] = ACTIONS(3278), + [anon_sym_set] = ACTIONS(3278), + [anon_sym_this] = ACTIONS(3278), + [anon_sym_super] = ACTIONS(3278), + [anon_sym_STAR] = ACTIONS(3278), + [sym_label] = ACTIONS(3278), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_null] = ACTIONS(3278), + [anon_sym_if] = ACTIONS(3278), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_when] = ACTIONS(3278), + [anon_sym_try] = ACTIONS(3278), + [anon_sym_throw] = ACTIONS(3278), + [anon_sym_return] = ACTIONS(3278), + [anon_sym_continue] = ACTIONS(3278), + [anon_sym_break] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_PLUS_EQ] = ACTIONS(3280), + [anon_sym_DASH_EQ] = ACTIONS(3280), + [anon_sym_STAR_EQ] = ACTIONS(3280), + [anon_sym_SLASH_EQ] = ACTIONS(3280), + [anon_sym_PERCENT_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3278), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG] = ACTIONS(3278), + [anon_sym_BANG_BANG] = ACTIONS(3280), + [anon_sym_suspend] = ACTIONS(3278), + [anon_sym_sealed] = ACTIONS(3278), + [anon_sym_annotation] = ACTIONS(3278), + [anon_sym_data] = ACTIONS(3278), + [anon_sym_inner] = ACTIONS(3278), + [anon_sym_override] = ACTIONS(3278), + [anon_sym_lateinit] = ACTIONS(3278), + [anon_sym_public] = ACTIONS(3278), + [anon_sym_private] = ACTIONS(3278), + [anon_sym_internal] = ACTIONS(3278), + [anon_sym_protected] = ACTIONS(3278), + [anon_sym_tailrec] = ACTIONS(3278), + [anon_sym_operator] = ACTIONS(3278), + [anon_sym_infix] = ACTIONS(3278), + [anon_sym_inline] = ACTIONS(3278), + [anon_sym_external] = ACTIONS(3278), + [sym_property_modifier] = ACTIONS(3278), + [anon_sym_abstract] = ACTIONS(3278), + [anon_sym_final] = ACTIONS(3278), + [anon_sym_open] = ACTIONS(3278), + [anon_sym_vararg] = ACTIONS(3278), + [anon_sym_noinline] = ACTIONS(3278), + [anon_sym_crossinline] = ACTIONS(3278), + [anon_sym_expect] = ACTIONS(3278), + [anon_sym_actual] = ACTIONS(3278), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3280), + [anon_sym_continue_AT] = ACTIONS(3280), + [anon_sym_break_AT] = ACTIONS(3280), + [sym_real_literal] = ACTIONS(3280), + [sym_integer_literal] = ACTIONS(3278), + [sym_hex_literal] = ACTIONS(3280), + [sym_bin_literal] = ACTIONS(3280), + [anon_sym_true] = ACTIONS(3278), + [anon_sym_false] = ACTIONS(3278), + [anon_sym_SQUOTE] = ACTIONS(3280), + [sym__backtick_identifier] = ACTIONS(3280), + [sym__automatic_semicolon] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3280), + }, + [1075] = { + [sym__alpha_identifier] = ACTIONS(4416), + [anon_sym_AT] = ACTIONS(4418), + [anon_sym_LBRACK] = ACTIONS(4418), + [anon_sym_as] = ACTIONS(4416), + [anon_sym_EQ] = ACTIONS(4416), + [anon_sym_LBRACE] = ACTIONS(4418), + [anon_sym_RBRACE] = ACTIONS(4418), + [anon_sym_LPAREN] = ACTIONS(4418), + [anon_sym_COMMA] = ACTIONS(4418), + [anon_sym_LT] = ACTIONS(4416), + [anon_sym_GT] = ACTIONS(4416), + [anon_sym_where] = ACTIONS(4416), + [anon_sym_object] = ACTIONS(4416), + [anon_sym_fun] = ACTIONS(4416), + [anon_sym_DOT] = ACTIONS(4416), + [anon_sym_SEMI] = ACTIONS(4418), + [anon_sym_get] = ACTIONS(4416), + [anon_sym_set] = ACTIONS(4416), + [anon_sym_this] = ACTIONS(4416), + [anon_sym_super] = ACTIONS(4416), + [anon_sym_STAR] = ACTIONS(4416), + [sym_label] = ACTIONS(4416), + [anon_sym_in] = ACTIONS(4416), + [anon_sym_DOT_DOT] = ACTIONS(4418), + [anon_sym_QMARK_COLON] = ACTIONS(4418), + [anon_sym_AMP_AMP] = ACTIONS(4418), + [anon_sym_PIPE_PIPE] = ACTIONS(4418), + [anon_sym_null] = ACTIONS(4416), + [anon_sym_if] = ACTIONS(4416), + [anon_sym_else] = ACTIONS(4416), + [anon_sym_when] = ACTIONS(4416), + [anon_sym_try] = ACTIONS(4416), + [anon_sym_throw] = ACTIONS(4416), + [anon_sym_return] = ACTIONS(4416), + [anon_sym_continue] = ACTIONS(4416), + [anon_sym_break] = ACTIONS(4416), + [anon_sym_COLON_COLON] = ACTIONS(4418), + [anon_sym_PLUS_EQ] = ACTIONS(4418), + [anon_sym_DASH_EQ] = ACTIONS(4418), + [anon_sym_STAR_EQ] = ACTIONS(4418), + [anon_sym_SLASH_EQ] = ACTIONS(4418), + [anon_sym_PERCENT_EQ] = ACTIONS(4418), + [anon_sym_BANG_EQ] = ACTIONS(4416), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4418), + [anon_sym_EQ_EQ] = ACTIONS(4416), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4418), + [anon_sym_LT_EQ] = ACTIONS(4418), + [anon_sym_GT_EQ] = ACTIONS(4418), + [anon_sym_BANGin] = ACTIONS(4418), + [anon_sym_is] = ACTIONS(4416), + [anon_sym_BANGis] = ACTIONS(4418), + [anon_sym_PLUS] = ACTIONS(4416), + [anon_sym_DASH] = ACTIONS(4416), + [anon_sym_SLASH] = ACTIONS(4416), + [anon_sym_PERCENT] = ACTIONS(4416), + [anon_sym_as_QMARK] = ACTIONS(4418), + [anon_sym_PLUS_PLUS] = ACTIONS(4418), + [anon_sym_DASH_DASH] = ACTIONS(4418), + [anon_sym_BANG] = ACTIONS(4416), + [anon_sym_BANG_BANG] = ACTIONS(4418), + [anon_sym_suspend] = ACTIONS(4416), + [anon_sym_sealed] = ACTIONS(4416), + [anon_sym_annotation] = ACTIONS(4416), + [anon_sym_data] = ACTIONS(4416), + [anon_sym_inner] = ACTIONS(4416), + [anon_sym_override] = ACTIONS(4416), + [anon_sym_lateinit] = ACTIONS(4416), + [anon_sym_public] = ACTIONS(4416), + [anon_sym_private] = ACTIONS(4416), + [anon_sym_internal] = ACTIONS(4416), + [anon_sym_protected] = ACTIONS(4416), + [anon_sym_tailrec] = ACTIONS(4416), + [anon_sym_operator] = ACTIONS(4416), + [anon_sym_infix] = ACTIONS(4416), + [anon_sym_inline] = ACTIONS(4416), + [anon_sym_external] = ACTIONS(4416), + [sym_property_modifier] = ACTIONS(4416), + [anon_sym_abstract] = ACTIONS(4416), + [anon_sym_final] = ACTIONS(4416), + [anon_sym_open] = ACTIONS(4416), + [anon_sym_vararg] = ACTIONS(4416), + [anon_sym_noinline] = ACTIONS(4416), + [anon_sym_crossinline] = ACTIONS(4416), + [anon_sym_expect] = ACTIONS(4416), + [anon_sym_actual] = ACTIONS(4416), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4418), + [anon_sym_continue_AT] = ACTIONS(4418), + [anon_sym_break_AT] = ACTIONS(4418), + [sym_real_literal] = ACTIONS(4418), + [sym_integer_literal] = ACTIONS(4416), + [sym_hex_literal] = ACTIONS(4418), + [sym_bin_literal] = ACTIONS(4418), + [anon_sym_true] = ACTIONS(4416), + [anon_sym_false] = ACTIONS(4416), + [anon_sym_SQUOTE] = ACTIONS(4418), + [sym__backtick_identifier] = ACTIONS(4418), + [sym__automatic_semicolon] = ACTIONS(4418), + [sym_safe_nav] = ACTIONS(4418), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4418), + }, + [1076] = { + [sym_function_body] = STATE(1183), + [sym__block] = STATE(1087), + [sym__alpha_identifier] = ACTIONS(4426), + [anon_sym_AT] = ACTIONS(4428), + [anon_sym_LBRACK] = ACTIONS(4428), + [anon_sym_as] = ACTIONS(4426), + [anon_sym_EQ] = ACTIONS(4320), + [anon_sym_LBRACE] = ACTIONS(4039), + [anon_sym_RBRACE] = ACTIONS(4428), + [anon_sym_LPAREN] = ACTIONS(4428), + [anon_sym_LT] = ACTIONS(4426), + [anon_sym_GT] = ACTIONS(4426), + [anon_sym_object] = ACTIONS(4426), + [anon_sym_fun] = ACTIONS(4426), + [anon_sym_DOT] = ACTIONS(4426), + [anon_sym_SEMI] = ACTIONS(4428), + [anon_sym_get] = ACTIONS(4426), + [anon_sym_set] = ACTIONS(4426), + [anon_sym_this] = ACTIONS(4426), + [anon_sym_super] = ACTIONS(4426), + [anon_sym_STAR] = ACTIONS(4426), + [sym_label] = ACTIONS(4426), + [anon_sym_in] = ACTIONS(4426), + [anon_sym_DOT_DOT] = ACTIONS(4428), + [anon_sym_QMARK_COLON] = ACTIONS(4428), + [anon_sym_AMP_AMP] = ACTIONS(4428), + [anon_sym_PIPE_PIPE] = ACTIONS(4428), + [anon_sym_null] = ACTIONS(4426), + [anon_sym_if] = ACTIONS(4426), + [anon_sym_else] = ACTIONS(4426), + [anon_sym_when] = ACTIONS(4426), + [anon_sym_try] = ACTIONS(4426), + [anon_sym_throw] = ACTIONS(4426), + [anon_sym_return] = ACTIONS(4426), + [anon_sym_continue] = ACTIONS(4426), + [anon_sym_break] = ACTIONS(4426), + [anon_sym_COLON_COLON] = ACTIONS(4428), + [anon_sym_PLUS_EQ] = ACTIONS(4428), + [anon_sym_DASH_EQ] = ACTIONS(4428), + [anon_sym_STAR_EQ] = ACTIONS(4428), + [anon_sym_SLASH_EQ] = ACTIONS(4428), + [anon_sym_PERCENT_EQ] = ACTIONS(4428), + [anon_sym_BANG_EQ] = ACTIONS(4426), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4428), + [anon_sym_EQ_EQ] = ACTIONS(4426), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4428), + [anon_sym_LT_EQ] = ACTIONS(4428), + [anon_sym_GT_EQ] = ACTIONS(4428), + [anon_sym_BANGin] = ACTIONS(4428), + [anon_sym_is] = ACTIONS(4426), + [anon_sym_BANGis] = ACTIONS(4428), + [anon_sym_PLUS] = ACTIONS(4426), + [anon_sym_DASH] = ACTIONS(4426), + [anon_sym_SLASH] = ACTIONS(4426), + [anon_sym_PERCENT] = ACTIONS(4426), + [anon_sym_as_QMARK] = ACTIONS(4428), + [anon_sym_PLUS_PLUS] = ACTIONS(4428), + [anon_sym_DASH_DASH] = ACTIONS(4428), + [anon_sym_BANG] = ACTIONS(4426), + [anon_sym_BANG_BANG] = ACTIONS(4428), + [anon_sym_suspend] = ACTIONS(4426), + [anon_sym_sealed] = ACTIONS(4426), + [anon_sym_annotation] = ACTIONS(4426), + [anon_sym_data] = ACTIONS(4426), + [anon_sym_inner] = ACTIONS(4426), + [anon_sym_override] = ACTIONS(4426), + [anon_sym_lateinit] = ACTIONS(4426), + [anon_sym_public] = ACTIONS(4426), + [anon_sym_private] = ACTIONS(4426), + [anon_sym_internal] = ACTIONS(4426), + [anon_sym_protected] = ACTIONS(4426), + [anon_sym_tailrec] = ACTIONS(4426), + [anon_sym_operator] = ACTIONS(4426), + [anon_sym_infix] = ACTIONS(4426), + [anon_sym_inline] = ACTIONS(4426), + [anon_sym_external] = ACTIONS(4426), + [sym_property_modifier] = ACTIONS(4426), + [anon_sym_abstract] = ACTIONS(4426), + [anon_sym_final] = ACTIONS(4426), + [anon_sym_open] = ACTIONS(4426), + [anon_sym_vararg] = ACTIONS(4426), + [anon_sym_noinline] = ACTIONS(4426), + [anon_sym_crossinline] = ACTIONS(4426), + [anon_sym_expect] = ACTIONS(4426), + [anon_sym_actual] = ACTIONS(4426), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4428), + [anon_sym_continue_AT] = ACTIONS(4428), + [anon_sym_break_AT] = ACTIONS(4428), + [sym_real_literal] = ACTIONS(4428), + [sym_integer_literal] = ACTIONS(4426), + [sym_hex_literal] = ACTIONS(4428), + [sym_bin_literal] = ACTIONS(4428), + [anon_sym_true] = ACTIONS(4426), + [anon_sym_false] = ACTIONS(4426), + [anon_sym_SQUOTE] = ACTIONS(4428), + [sym__backtick_identifier] = ACTIONS(4428), + [sym__automatic_semicolon] = ACTIONS(4428), + [sym_safe_nav] = ACTIONS(4428), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4428), + }, + [1077] = { + [sym__alpha_identifier] = ACTIONS(4285), + [anon_sym_AT] = ACTIONS(4288), + [anon_sym_LBRACK] = ACTIONS(4288), + [anon_sym_as] = ACTIONS(4293), + [anon_sym_EQ] = ACTIONS(4293), + [anon_sym_LBRACE] = ACTIONS(4288), + [anon_sym_RBRACE] = ACTIONS(4291), + [anon_sym_LPAREN] = ACTIONS(4800), + [anon_sym_COMMA] = ACTIONS(4291), + [anon_sym_LT] = ACTIONS(4293), + [anon_sym_GT] = ACTIONS(4293), + [anon_sym_where] = ACTIONS(4293), + [anon_sym_object] = ACTIONS(4285), + [anon_sym_fun] = ACTIONS(4285), + [anon_sym_DOT] = ACTIONS(4293), + [anon_sym_SEMI] = ACTIONS(4291), + [anon_sym_get] = ACTIONS(4285), + [anon_sym_set] = ACTIONS(4285), + [anon_sym_this] = ACTIONS(4285), + [anon_sym_super] = ACTIONS(4285), + [anon_sym_STAR] = ACTIONS(4285), + [sym_label] = ACTIONS(4285), + [anon_sym_in] = ACTIONS(4293), + [anon_sym_DOT_DOT] = ACTIONS(4291), + [anon_sym_QMARK_COLON] = ACTIONS(4291), + [anon_sym_AMP_AMP] = ACTIONS(4291), + [anon_sym_PIPE_PIPE] = ACTIONS(4291), + [anon_sym_null] = ACTIONS(4285), + [anon_sym_if] = ACTIONS(4285), + [anon_sym_else] = ACTIONS(4293), + [anon_sym_when] = ACTIONS(4285), + [anon_sym_try] = ACTIONS(4285), + [anon_sym_throw] = ACTIONS(4285), + [anon_sym_return] = ACTIONS(4285), + [anon_sym_continue] = ACTIONS(4285), + [anon_sym_break] = ACTIONS(4285), + [anon_sym_COLON_COLON] = ACTIONS(4288), + [anon_sym_PLUS_EQ] = ACTIONS(4291), + [anon_sym_DASH_EQ] = ACTIONS(4291), + [anon_sym_STAR_EQ] = ACTIONS(4291), + [anon_sym_SLASH_EQ] = ACTIONS(4291), + [anon_sym_PERCENT_EQ] = ACTIONS(4291), + [anon_sym_BANG_EQ] = ACTIONS(4293), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4291), + [anon_sym_EQ_EQ] = ACTIONS(4293), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4291), + [anon_sym_LT_EQ] = ACTIONS(4291), + [anon_sym_GT_EQ] = ACTIONS(4291), + [anon_sym_BANGin] = ACTIONS(4291), + [anon_sym_is] = ACTIONS(4293), + [anon_sym_BANGis] = ACTIONS(4291), + [anon_sym_PLUS] = ACTIONS(4285), + [anon_sym_DASH] = ACTIONS(4285), + [anon_sym_SLASH] = ACTIONS(4293), + [anon_sym_PERCENT] = ACTIONS(4293), + [anon_sym_as_QMARK] = ACTIONS(4291), + [anon_sym_PLUS_PLUS] = ACTIONS(4288), + [anon_sym_DASH_DASH] = ACTIONS(4288), + [anon_sym_BANG] = ACTIONS(4285), + [anon_sym_BANG_BANG] = ACTIONS(4291), + [anon_sym_suspend] = ACTIONS(4293), + [anon_sym_sealed] = ACTIONS(4293), + [anon_sym_annotation] = ACTIONS(4293), + [anon_sym_data] = ACTIONS(4285), + [anon_sym_inner] = ACTIONS(4285), + [anon_sym_override] = ACTIONS(4293), + [anon_sym_lateinit] = ACTIONS(4293), + [anon_sym_public] = ACTIONS(4293), + [anon_sym_private] = ACTIONS(4293), + [anon_sym_internal] = ACTIONS(4293), + [anon_sym_protected] = ACTIONS(4293), + [anon_sym_tailrec] = ACTIONS(4293), + [anon_sym_operator] = ACTIONS(4293), + [anon_sym_infix] = ACTIONS(4293), + [anon_sym_inline] = ACTIONS(4293), + [anon_sym_external] = ACTIONS(4293), + [sym_property_modifier] = ACTIONS(4293), + [anon_sym_abstract] = ACTIONS(4293), + [anon_sym_final] = ACTIONS(4293), + [anon_sym_open] = ACTIONS(4293), + [anon_sym_vararg] = ACTIONS(4293), + [anon_sym_noinline] = ACTIONS(4293), + [anon_sym_crossinline] = ACTIONS(4293), + [anon_sym_expect] = ACTIONS(4285), + [anon_sym_actual] = ACTIONS(4285), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4288), + [anon_sym_continue_AT] = ACTIONS(4288), + [anon_sym_break_AT] = ACTIONS(4288), + [sym_real_literal] = ACTIONS(4288), + [sym_integer_literal] = ACTIONS(4285), + [sym_hex_literal] = ACTIONS(4288), + [sym_bin_literal] = ACTIONS(4288), + [anon_sym_true] = ACTIONS(4285), + [anon_sym_false] = ACTIONS(4285), + [anon_sym_SQUOTE] = ACTIONS(4288), + [sym__backtick_identifier] = ACTIONS(4288), + [sym__automatic_semicolon] = ACTIONS(4291), + [sym_safe_nav] = ACTIONS(4291), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4288), + }, + [1078] = { + [sym__alpha_identifier] = ACTIONS(4804), + [anon_sym_AT] = ACTIONS(4806), + [anon_sym_LBRACK] = ACTIONS(4806), + [anon_sym_as] = ACTIONS(4804), + [anon_sym_EQ] = ACTIONS(4804), + [anon_sym_LBRACE] = ACTIONS(4806), + [anon_sym_RBRACE] = ACTIONS(4806), + [anon_sym_LPAREN] = ACTIONS(4806), + [anon_sym_COMMA] = ACTIONS(4806), + [anon_sym_LT] = ACTIONS(4804), + [anon_sym_GT] = ACTIONS(4804), + [anon_sym_where] = ACTIONS(4804), + [anon_sym_object] = ACTIONS(4804), + [anon_sym_fun] = ACTIONS(4804), + [anon_sym_DOT] = ACTIONS(4804), + [anon_sym_SEMI] = ACTIONS(4806), + [anon_sym_get] = ACTIONS(4804), + [anon_sym_set] = ACTIONS(4804), + [anon_sym_this] = ACTIONS(4804), + [anon_sym_super] = ACTIONS(4804), + [anon_sym_STAR] = ACTIONS(4804), + [sym_label] = ACTIONS(4804), + [anon_sym_in] = ACTIONS(4804), + [anon_sym_DOT_DOT] = ACTIONS(4806), + [anon_sym_QMARK_COLON] = ACTIONS(4806), + [anon_sym_AMP_AMP] = ACTIONS(4806), + [anon_sym_PIPE_PIPE] = ACTIONS(4806), + [anon_sym_null] = ACTIONS(4804), + [anon_sym_if] = ACTIONS(4804), + [anon_sym_else] = ACTIONS(4804), + [anon_sym_when] = ACTIONS(4804), + [anon_sym_try] = ACTIONS(4804), + [anon_sym_throw] = ACTIONS(4804), + [anon_sym_return] = ACTIONS(4804), + [anon_sym_continue] = ACTIONS(4804), + [anon_sym_break] = ACTIONS(4804), + [anon_sym_COLON_COLON] = ACTIONS(4806), + [anon_sym_PLUS_EQ] = ACTIONS(4806), + [anon_sym_DASH_EQ] = ACTIONS(4806), + [anon_sym_STAR_EQ] = ACTIONS(4806), + [anon_sym_SLASH_EQ] = ACTIONS(4806), + [anon_sym_PERCENT_EQ] = ACTIONS(4806), + [anon_sym_BANG_EQ] = ACTIONS(4804), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4806), + [anon_sym_EQ_EQ] = ACTIONS(4804), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4806), + [anon_sym_LT_EQ] = ACTIONS(4806), + [anon_sym_GT_EQ] = ACTIONS(4806), + [anon_sym_BANGin] = ACTIONS(4806), + [anon_sym_is] = ACTIONS(4804), + [anon_sym_BANGis] = ACTIONS(4806), + [anon_sym_PLUS] = ACTIONS(4804), + [anon_sym_DASH] = ACTIONS(4804), + [anon_sym_SLASH] = ACTIONS(4804), + [anon_sym_PERCENT] = ACTIONS(4804), + [anon_sym_as_QMARK] = ACTIONS(4806), + [anon_sym_PLUS_PLUS] = ACTIONS(4806), + [anon_sym_DASH_DASH] = ACTIONS(4806), + [anon_sym_BANG] = ACTIONS(4804), + [anon_sym_BANG_BANG] = ACTIONS(4806), + [anon_sym_suspend] = ACTIONS(4804), + [anon_sym_sealed] = ACTIONS(4804), + [anon_sym_annotation] = ACTIONS(4804), + [anon_sym_data] = ACTIONS(4804), + [anon_sym_inner] = ACTIONS(4804), + [anon_sym_override] = ACTIONS(4804), + [anon_sym_lateinit] = ACTIONS(4804), + [anon_sym_public] = ACTIONS(4804), + [anon_sym_private] = ACTIONS(4804), + [anon_sym_internal] = ACTIONS(4804), + [anon_sym_protected] = ACTIONS(4804), + [anon_sym_tailrec] = ACTIONS(4804), + [anon_sym_operator] = ACTIONS(4804), + [anon_sym_infix] = ACTIONS(4804), + [anon_sym_inline] = ACTIONS(4804), + [anon_sym_external] = ACTIONS(4804), + [sym_property_modifier] = ACTIONS(4804), + [anon_sym_abstract] = ACTIONS(4804), + [anon_sym_final] = ACTIONS(4804), + [anon_sym_open] = ACTIONS(4804), + [anon_sym_vararg] = ACTIONS(4804), + [anon_sym_noinline] = ACTIONS(4804), + [anon_sym_crossinline] = ACTIONS(4804), + [anon_sym_expect] = ACTIONS(4804), + [anon_sym_actual] = ACTIONS(4804), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4806), + [anon_sym_continue_AT] = ACTIONS(4806), + [anon_sym_break_AT] = ACTIONS(4806), + [sym_real_literal] = ACTIONS(4806), + [sym_integer_literal] = ACTIONS(4804), + [sym_hex_literal] = ACTIONS(4806), + [sym_bin_literal] = ACTIONS(4806), + [anon_sym_true] = ACTIONS(4804), + [anon_sym_false] = ACTIONS(4804), + [anon_sym_SQUOTE] = ACTIONS(4806), + [sym__backtick_identifier] = ACTIONS(4806), + [sym__automatic_semicolon] = ACTIONS(4806), + [sym_safe_nav] = ACTIONS(4806), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4806), + }, + [1079] = { + [sym__alpha_identifier] = ACTIONS(4792), + [anon_sym_AT] = ACTIONS(4794), + [anon_sym_LBRACK] = ACTIONS(4794), + [anon_sym_as] = ACTIONS(4792), + [anon_sym_EQ] = ACTIONS(4792), + [anon_sym_LBRACE] = ACTIONS(4794), + [anon_sym_RBRACE] = ACTIONS(4794), + [anon_sym_LPAREN] = ACTIONS(4794), + [anon_sym_COMMA] = ACTIONS(4794), + [anon_sym_LT] = ACTIONS(4792), + [anon_sym_GT] = ACTIONS(4792), + [anon_sym_where] = ACTIONS(4792), + [anon_sym_object] = ACTIONS(4792), + [anon_sym_fun] = ACTIONS(4792), + [anon_sym_DOT] = ACTIONS(4792), + [anon_sym_SEMI] = ACTIONS(4794), + [anon_sym_get] = ACTIONS(4792), + [anon_sym_set] = ACTIONS(4792), + [anon_sym_this] = ACTIONS(4792), + [anon_sym_super] = ACTIONS(4792), + [anon_sym_STAR] = ACTIONS(4792), + [sym_label] = ACTIONS(4792), + [anon_sym_in] = ACTIONS(4792), + [anon_sym_DOT_DOT] = ACTIONS(4794), + [anon_sym_QMARK_COLON] = ACTIONS(4794), + [anon_sym_AMP_AMP] = ACTIONS(4794), + [anon_sym_PIPE_PIPE] = ACTIONS(4794), + [anon_sym_null] = ACTIONS(4792), + [anon_sym_if] = ACTIONS(4792), + [anon_sym_else] = ACTIONS(4798), + [anon_sym_when] = ACTIONS(4792), + [anon_sym_try] = ACTIONS(4792), + [anon_sym_throw] = ACTIONS(4792), + [anon_sym_return] = ACTIONS(4792), + [anon_sym_continue] = ACTIONS(4792), + [anon_sym_break] = ACTIONS(4792), + [anon_sym_COLON_COLON] = ACTIONS(4794), + [anon_sym_PLUS_EQ] = ACTIONS(4794), + [anon_sym_DASH_EQ] = ACTIONS(4794), + [anon_sym_STAR_EQ] = ACTIONS(4794), + [anon_sym_SLASH_EQ] = ACTIONS(4794), + [anon_sym_PERCENT_EQ] = ACTIONS(4794), + [anon_sym_BANG_EQ] = ACTIONS(4792), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4794), + [anon_sym_EQ_EQ] = ACTIONS(4792), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4794), + [anon_sym_LT_EQ] = ACTIONS(4794), + [anon_sym_GT_EQ] = ACTIONS(4794), + [anon_sym_BANGin] = ACTIONS(4794), + [anon_sym_is] = ACTIONS(4792), + [anon_sym_BANGis] = ACTIONS(4794), + [anon_sym_PLUS] = ACTIONS(4792), + [anon_sym_DASH] = ACTIONS(4792), + [anon_sym_SLASH] = ACTIONS(4792), + [anon_sym_PERCENT] = ACTIONS(4792), + [anon_sym_as_QMARK] = ACTIONS(4794), + [anon_sym_PLUS_PLUS] = ACTIONS(4794), + [anon_sym_DASH_DASH] = ACTIONS(4794), + [anon_sym_BANG] = ACTIONS(4792), + [anon_sym_BANG_BANG] = ACTIONS(4794), + [anon_sym_suspend] = ACTIONS(4792), + [anon_sym_sealed] = ACTIONS(4792), + [anon_sym_annotation] = ACTIONS(4792), + [anon_sym_data] = ACTIONS(4792), + [anon_sym_inner] = ACTIONS(4792), + [anon_sym_override] = ACTIONS(4792), + [anon_sym_lateinit] = ACTIONS(4792), + [anon_sym_public] = ACTIONS(4792), + [anon_sym_private] = ACTIONS(4792), + [anon_sym_internal] = ACTIONS(4792), + [anon_sym_protected] = ACTIONS(4792), + [anon_sym_tailrec] = ACTIONS(4792), + [anon_sym_operator] = ACTIONS(4792), + [anon_sym_infix] = ACTIONS(4792), + [anon_sym_inline] = ACTIONS(4792), + [anon_sym_external] = ACTIONS(4792), + [sym_property_modifier] = ACTIONS(4792), + [anon_sym_abstract] = ACTIONS(4792), + [anon_sym_final] = ACTIONS(4792), + [anon_sym_open] = ACTIONS(4792), + [anon_sym_vararg] = ACTIONS(4792), + [anon_sym_noinline] = ACTIONS(4792), + [anon_sym_crossinline] = ACTIONS(4792), + [anon_sym_expect] = ACTIONS(4792), + [anon_sym_actual] = ACTIONS(4792), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4794), + [anon_sym_continue_AT] = ACTIONS(4794), + [anon_sym_break_AT] = ACTIONS(4794), + [sym_real_literal] = ACTIONS(4794), + [sym_integer_literal] = ACTIONS(4792), + [sym_hex_literal] = ACTIONS(4794), + [sym_bin_literal] = ACTIONS(4794), + [anon_sym_true] = ACTIONS(4792), + [anon_sym_false] = ACTIONS(4792), + [anon_sym_SQUOTE] = ACTIONS(4794), + [sym__backtick_identifier] = ACTIONS(4794), + [sym__automatic_semicolon] = ACTIONS(4794), + [sym_safe_nav] = ACTIONS(4794), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4794), + }, + [1080] = { + [sym_function_body] = STATE(1150), + [sym__block] = STATE(1087), [sym__alpha_identifier] = ACTIONS(4422), [anon_sym_AT] = ACTIONS(4424), [anon_sym_LBRACK] = ACTIONS(4424), [anon_sym_as] = ACTIONS(4422), - [anon_sym_EQ] = ACTIONS(4422), - [anon_sym_LBRACE] = ACTIONS(4424), + [anon_sym_EQ] = ACTIONS(4320), + [anon_sym_LBRACE] = ACTIONS(4039), [anon_sym_RBRACE] = ACTIONS(4424), [anon_sym_LPAREN] = ACTIONS(4424), - [anon_sym_COMMA] = ACTIONS(4424), [anon_sym_LT] = ACTIONS(4422), [anon_sym_GT] = ACTIONS(4422), - [anon_sym_where] = ACTIONS(4422), [anon_sym_object] = ACTIONS(4422), [anon_sym_fun] = ACTIONS(4422), [anon_sym_DOT] = ACTIONS(4422), @@ -155619,4199 +159641,3169 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(4424), }, - [1043] = { - [sym__alpha_identifier] = ACTIONS(4722), - [anon_sym_AT] = ACTIONS(4724), - [anon_sym_LBRACK] = ACTIONS(4724), - [anon_sym_as] = ACTIONS(4722), - [anon_sym_EQ] = ACTIONS(4722), - [anon_sym_LBRACE] = ACTIONS(4724), - [anon_sym_RBRACE] = ACTIONS(4724), - [anon_sym_LPAREN] = ACTIONS(4724), - [anon_sym_COMMA] = ACTIONS(4724), - [anon_sym_LT] = ACTIONS(4722), - [anon_sym_GT] = ACTIONS(4722), - [anon_sym_where] = ACTIONS(4722), - [anon_sym_object] = ACTIONS(4722), - [anon_sym_fun] = ACTIONS(4722), - [anon_sym_DOT] = ACTIONS(4722), - [anon_sym_SEMI] = ACTIONS(4724), - [anon_sym_get] = ACTIONS(4722), - [anon_sym_set] = ACTIONS(4722), - [anon_sym_this] = ACTIONS(4722), - [anon_sym_super] = ACTIONS(4722), - [anon_sym_STAR] = ACTIONS(4722), - [sym_label] = ACTIONS(4722), - [anon_sym_in] = ACTIONS(4722), - [anon_sym_DOT_DOT] = ACTIONS(4724), - [anon_sym_QMARK_COLON] = ACTIONS(4724), - [anon_sym_AMP_AMP] = ACTIONS(4724), - [anon_sym_PIPE_PIPE] = ACTIONS(4724), - [anon_sym_null] = ACTIONS(4722), - [anon_sym_if] = ACTIONS(4722), - [anon_sym_else] = ACTIONS(4722), - [anon_sym_when] = ACTIONS(4722), - [anon_sym_try] = ACTIONS(4722), - [anon_sym_throw] = ACTIONS(4722), - [anon_sym_return] = ACTIONS(4722), - [anon_sym_continue] = ACTIONS(4722), - [anon_sym_break] = ACTIONS(4722), - [anon_sym_COLON_COLON] = ACTIONS(4724), - [anon_sym_PLUS_EQ] = ACTIONS(4724), - [anon_sym_DASH_EQ] = ACTIONS(4724), - [anon_sym_STAR_EQ] = ACTIONS(4724), - [anon_sym_SLASH_EQ] = ACTIONS(4724), - [anon_sym_PERCENT_EQ] = ACTIONS(4724), - [anon_sym_BANG_EQ] = ACTIONS(4722), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4724), - [anon_sym_EQ_EQ] = ACTIONS(4722), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4724), - [anon_sym_LT_EQ] = ACTIONS(4724), - [anon_sym_GT_EQ] = ACTIONS(4724), - [anon_sym_BANGin] = ACTIONS(4724), - [anon_sym_is] = ACTIONS(4722), - [anon_sym_BANGis] = ACTIONS(4724), - [anon_sym_PLUS] = ACTIONS(4722), - [anon_sym_DASH] = ACTIONS(4722), - [anon_sym_SLASH] = ACTIONS(4722), - [anon_sym_PERCENT] = ACTIONS(4722), - [anon_sym_as_QMARK] = ACTIONS(4724), - [anon_sym_PLUS_PLUS] = ACTIONS(4724), - [anon_sym_DASH_DASH] = ACTIONS(4724), - [anon_sym_BANG] = ACTIONS(4722), - [anon_sym_BANG_BANG] = ACTIONS(4724), - [anon_sym_suspend] = ACTIONS(4722), - [anon_sym_sealed] = ACTIONS(4722), - [anon_sym_annotation] = ACTIONS(4722), - [anon_sym_data] = ACTIONS(4722), - [anon_sym_inner] = ACTIONS(4722), - [anon_sym_override] = ACTIONS(4722), - [anon_sym_lateinit] = ACTIONS(4722), - [anon_sym_public] = ACTIONS(4722), - [anon_sym_private] = ACTIONS(4722), - [anon_sym_internal] = ACTIONS(4722), - [anon_sym_protected] = ACTIONS(4722), - [anon_sym_tailrec] = ACTIONS(4722), - [anon_sym_operator] = ACTIONS(4722), - [anon_sym_infix] = ACTIONS(4722), - [anon_sym_inline] = ACTIONS(4722), - [anon_sym_external] = ACTIONS(4722), - [sym_property_modifier] = ACTIONS(4722), - [anon_sym_abstract] = ACTIONS(4722), - [anon_sym_final] = ACTIONS(4722), - [anon_sym_open] = ACTIONS(4722), - [anon_sym_vararg] = ACTIONS(4722), - [anon_sym_noinline] = ACTIONS(4722), - [anon_sym_crossinline] = ACTIONS(4722), - [anon_sym_expect] = ACTIONS(4722), - [anon_sym_actual] = ACTIONS(4722), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4724), - [anon_sym_continue_AT] = ACTIONS(4724), - [anon_sym_break_AT] = ACTIONS(4724), - [sym_real_literal] = ACTIONS(4724), - [sym_integer_literal] = ACTIONS(4722), - [sym_hex_literal] = ACTIONS(4724), - [sym_bin_literal] = ACTIONS(4724), - [anon_sym_true] = ACTIONS(4722), - [anon_sym_false] = ACTIONS(4722), - [anon_sym_SQUOTE] = ACTIONS(4724), - [sym__backtick_identifier] = ACTIONS(4724), - [sym__automatic_semicolon] = ACTIONS(4724), - [sym_safe_nav] = ACTIONS(4724), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4724), - }, - [1044] = { - [sym__alpha_identifier] = ACTIONS(4726), - [anon_sym_AT] = ACTIONS(4728), - [anon_sym_LBRACK] = ACTIONS(4728), - [anon_sym_as] = ACTIONS(4726), - [anon_sym_EQ] = ACTIONS(4726), - [anon_sym_LBRACE] = ACTIONS(4728), - [anon_sym_RBRACE] = ACTIONS(4728), - [anon_sym_LPAREN] = ACTIONS(4728), - [anon_sym_COMMA] = ACTIONS(4728), - [anon_sym_LT] = ACTIONS(4726), - [anon_sym_GT] = ACTIONS(4726), - [anon_sym_where] = ACTIONS(4726), - [anon_sym_object] = ACTIONS(4726), - [anon_sym_fun] = ACTIONS(4726), - [anon_sym_DOT] = ACTIONS(4726), - [anon_sym_SEMI] = ACTIONS(4728), - [anon_sym_get] = ACTIONS(4726), - [anon_sym_set] = ACTIONS(4726), - [anon_sym_this] = ACTIONS(4726), - [anon_sym_super] = ACTIONS(4726), - [anon_sym_STAR] = ACTIONS(4726), - [sym_label] = ACTIONS(4726), - [anon_sym_in] = ACTIONS(4726), - [anon_sym_DOT_DOT] = ACTIONS(4728), - [anon_sym_QMARK_COLON] = ACTIONS(4728), - [anon_sym_AMP_AMP] = ACTIONS(4728), - [anon_sym_PIPE_PIPE] = ACTIONS(4728), - [anon_sym_null] = ACTIONS(4726), - [anon_sym_if] = ACTIONS(4726), - [anon_sym_else] = ACTIONS(4726), - [anon_sym_when] = ACTIONS(4726), - [anon_sym_try] = ACTIONS(4726), - [anon_sym_throw] = ACTIONS(4726), - [anon_sym_return] = ACTIONS(4726), - [anon_sym_continue] = ACTIONS(4726), - [anon_sym_break] = ACTIONS(4726), - [anon_sym_COLON_COLON] = ACTIONS(4728), - [anon_sym_PLUS_EQ] = ACTIONS(4728), - [anon_sym_DASH_EQ] = ACTIONS(4728), - [anon_sym_STAR_EQ] = ACTIONS(4728), - [anon_sym_SLASH_EQ] = ACTIONS(4728), - [anon_sym_PERCENT_EQ] = ACTIONS(4728), - [anon_sym_BANG_EQ] = ACTIONS(4726), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4728), - [anon_sym_EQ_EQ] = ACTIONS(4726), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4728), - [anon_sym_LT_EQ] = ACTIONS(4728), - [anon_sym_GT_EQ] = ACTIONS(4728), - [anon_sym_BANGin] = ACTIONS(4728), - [anon_sym_is] = ACTIONS(4726), - [anon_sym_BANGis] = ACTIONS(4728), - [anon_sym_PLUS] = ACTIONS(4726), - [anon_sym_DASH] = ACTIONS(4726), - [anon_sym_SLASH] = ACTIONS(4726), - [anon_sym_PERCENT] = ACTIONS(4726), - [anon_sym_as_QMARK] = ACTIONS(4728), - [anon_sym_PLUS_PLUS] = ACTIONS(4728), - [anon_sym_DASH_DASH] = ACTIONS(4728), - [anon_sym_BANG] = ACTIONS(4726), - [anon_sym_BANG_BANG] = ACTIONS(4728), - [anon_sym_suspend] = ACTIONS(4726), - [anon_sym_sealed] = ACTIONS(4726), - [anon_sym_annotation] = ACTIONS(4726), - [anon_sym_data] = ACTIONS(4726), - [anon_sym_inner] = ACTIONS(4726), - [anon_sym_override] = ACTIONS(4726), - [anon_sym_lateinit] = ACTIONS(4726), - [anon_sym_public] = ACTIONS(4726), - [anon_sym_private] = ACTIONS(4726), - [anon_sym_internal] = ACTIONS(4726), - [anon_sym_protected] = ACTIONS(4726), - [anon_sym_tailrec] = ACTIONS(4726), - [anon_sym_operator] = ACTIONS(4726), - [anon_sym_infix] = ACTIONS(4726), - [anon_sym_inline] = ACTIONS(4726), - [anon_sym_external] = ACTIONS(4726), - [sym_property_modifier] = ACTIONS(4726), - [anon_sym_abstract] = ACTIONS(4726), - [anon_sym_final] = ACTIONS(4726), - [anon_sym_open] = ACTIONS(4726), - [anon_sym_vararg] = ACTIONS(4726), - [anon_sym_noinline] = ACTIONS(4726), - [anon_sym_crossinline] = ACTIONS(4726), - [anon_sym_expect] = ACTIONS(4726), - [anon_sym_actual] = ACTIONS(4726), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4728), - [anon_sym_continue_AT] = ACTIONS(4728), - [anon_sym_break_AT] = ACTIONS(4728), - [sym_real_literal] = ACTIONS(4728), - [sym_integer_literal] = ACTIONS(4726), - [sym_hex_literal] = ACTIONS(4728), - [sym_bin_literal] = ACTIONS(4728), - [anon_sym_true] = ACTIONS(4726), - [anon_sym_false] = ACTIONS(4726), - [anon_sym_SQUOTE] = ACTIONS(4728), - [sym__backtick_identifier] = ACTIONS(4728), - [sym__automatic_semicolon] = ACTIONS(4728), - [sym_safe_nav] = ACTIONS(4728), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4728), - }, - [1045] = { - [sym__alpha_identifier] = ACTIONS(4730), - [anon_sym_AT] = ACTIONS(4732), - [anon_sym_LBRACK] = ACTIONS(4732), - [anon_sym_as] = ACTIONS(4730), - [anon_sym_EQ] = ACTIONS(4730), - [anon_sym_LBRACE] = ACTIONS(4732), - [anon_sym_RBRACE] = ACTIONS(4732), - [anon_sym_LPAREN] = ACTIONS(4732), - [anon_sym_COMMA] = ACTIONS(4732), - [anon_sym_LT] = ACTIONS(4730), - [anon_sym_GT] = ACTIONS(4730), - [anon_sym_where] = ACTIONS(4730), - [anon_sym_object] = ACTIONS(4730), - [anon_sym_fun] = ACTIONS(4730), - [anon_sym_DOT] = ACTIONS(4730), - [anon_sym_SEMI] = ACTIONS(4732), - [anon_sym_get] = ACTIONS(4730), - [anon_sym_set] = ACTIONS(4730), - [anon_sym_this] = ACTIONS(4730), - [anon_sym_super] = ACTIONS(4730), - [anon_sym_STAR] = ACTIONS(4730), - [sym_label] = ACTIONS(4730), - [anon_sym_in] = ACTIONS(4730), - [anon_sym_DOT_DOT] = ACTIONS(4732), - [anon_sym_QMARK_COLON] = ACTIONS(4732), - [anon_sym_AMP_AMP] = ACTIONS(4732), - [anon_sym_PIPE_PIPE] = ACTIONS(4732), - [anon_sym_null] = ACTIONS(4730), - [anon_sym_if] = ACTIONS(4730), - [anon_sym_else] = ACTIONS(4730), - [anon_sym_when] = ACTIONS(4730), - [anon_sym_try] = ACTIONS(4730), - [anon_sym_throw] = ACTIONS(4730), - [anon_sym_return] = ACTIONS(4730), - [anon_sym_continue] = ACTIONS(4730), - [anon_sym_break] = ACTIONS(4730), - [anon_sym_COLON_COLON] = ACTIONS(4732), - [anon_sym_PLUS_EQ] = ACTIONS(4732), - [anon_sym_DASH_EQ] = ACTIONS(4732), - [anon_sym_STAR_EQ] = ACTIONS(4732), - [anon_sym_SLASH_EQ] = ACTIONS(4732), - [anon_sym_PERCENT_EQ] = ACTIONS(4732), - [anon_sym_BANG_EQ] = ACTIONS(4730), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4732), - [anon_sym_EQ_EQ] = ACTIONS(4730), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4732), - [anon_sym_LT_EQ] = ACTIONS(4732), - [anon_sym_GT_EQ] = ACTIONS(4732), - [anon_sym_BANGin] = ACTIONS(4732), - [anon_sym_is] = ACTIONS(4730), - [anon_sym_BANGis] = ACTIONS(4732), - [anon_sym_PLUS] = ACTIONS(4730), - [anon_sym_DASH] = ACTIONS(4730), - [anon_sym_SLASH] = ACTIONS(4730), - [anon_sym_PERCENT] = ACTIONS(4730), - [anon_sym_as_QMARK] = ACTIONS(4732), - [anon_sym_PLUS_PLUS] = ACTIONS(4732), - [anon_sym_DASH_DASH] = ACTIONS(4732), - [anon_sym_BANG] = ACTIONS(4730), - [anon_sym_BANG_BANG] = ACTIONS(4732), - [anon_sym_suspend] = ACTIONS(4730), - [anon_sym_sealed] = ACTIONS(4730), - [anon_sym_annotation] = ACTIONS(4730), - [anon_sym_data] = ACTIONS(4730), - [anon_sym_inner] = ACTIONS(4730), - [anon_sym_override] = ACTIONS(4730), - [anon_sym_lateinit] = ACTIONS(4730), - [anon_sym_public] = ACTIONS(4730), - [anon_sym_private] = ACTIONS(4730), - [anon_sym_internal] = ACTIONS(4730), - [anon_sym_protected] = ACTIONS(4730), - [anon_sym_tailrec] = ACTIONS(4730), - [anon_sym_operator] = ACTIONS(4730), - [anon_sym_infix] = ACTIONS(4730), - [anon_sym_inline] = ACTIONS(4730), - [anon_sym_external] = ACTIONS(4730), - [sym_property_modifier] = ACTIONS(4730), - [anon_sym_abstract] = ACTIONS(4730), - [anon_sym_final] = ACTIONS(4730), - [anon_sym_open] = ACTIONS(4730), - [anon_sym_vararg] = ACTIONS(4730), - [anon_sym_noinline] = ACTIONS(4730), - [anon_sym_crossinline] = ACTIONS(4730), - [anon_sym_expect] = ACTIONS(4730), - [anon_sym_actual] = ACTIONS(4730), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4732), - [anon_sym_continue_AT] = ACTIONS(4732), - [anon_sym_break_AT] = ACTIONS(4732), - [sym_real_literal] = ACTIONS(4732), - [sym_integer_literal] = ACTIONS(4730), - [sym_hex_literal] = ACTIONS(4732), - [sym_bin_literal] = ACTIONS(4732), - [anon_sym_true] = ACTIONS(4730), - [anon_sym_false] = ACTIONS(4730), - [anon_sym_SQUOTE] = ACTIONS(4732), - [sym__backtick_identifier] = ACTIONS(4732), - [sym__automatic_semicolon] = ACTIONS(4732), - [sym_safe_nav] = ACTIONS(4732), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4732), - }, - [1046] = { - [sym__alpha_identifier] = ACTIONS(4734), - [anon_sym_AT] = ACTIONS(4736), - [anon_sym_LBRACK] = ACTIONS(4736), - [anon_sym_as] = ACTIONS(4734), - [anon_sym_EQ] = ACTIONS(4734), - [anon_sym_LBRACE] = ACTIONS(4736), - [anon_sym_RBRACE] = ACTIONS(4736), - [anon_sym_LPAREN] = ACTIONS(4736), - [anon_sym_COMMA] = ACTIONS(4736), - [anon_sym_LT] = ACTIONS(4734), - [anon_sym_GT] = ACTIONS(4734), - [anon_sym_where] = ACTIONS(4734), - [anon_sym_object] = ACTIONS(4734), - [anon_sym_fun] = ACTIONS(4734), - [anon_sym_DOT] = ACTIONS(4734), - [anon_sym_SEMI] = ACTIONS(4736), - [anon_sym_get] = ACTIONS(4734), - [anon_sym_set] = ACTIONS(4734), - [anon_sym_this] = ACTIONS(4734), - [anon_sym_super] = ACTIONS(4734), - [anon_sym_STAR] = ACTIONS(4734), - [sym_label] = ACTIONS(4734), - [anon_sym_in] = ACTIONS(4734), - [anon_sym_DOT_DOT] = ACTIONS(4736), - [anon_sym_QMARK_COLON] = ACTIONS(4736), - [anon_sym_AMP_AMP] = ACTIONS(4736), - [anon_sym_PIPE_PIPE] = ACTIONS(4736), - [anon_sym_null] = ACTIONS(4734), - [anon_sym_if] = ACTIONS(4734), - [anon_sym_else] = ACTIONS(4734), - [anon_sym_when] = ACTIONS(4734), - [anon_sym_try] = ACTIONS(4734), - [anon_sym_throw] = ACTIONS(4734), - [anon_sym_return] = ACTIONS(4734), - [anon_sym_continue] = ACTIONS(4734), - [anon_sym_break] = ACTIONS(4734), - [anon_sym_COLON_COLON] = ACTIONS(4736), - [anon_sym_PLUS_EQ] = ACTIONS(4736), - [anon_sym_DASH_EQ] = ACTIONS(4736), - [anon_sym_STAR_EQ] = ACTIONS(4736), - [anon_sym_SLASH_EQ] = ACTIONS(4736), - [anon_sym_PERCENT_EQ] = ACTIONS(4736), - [anon_sym_BANG_EQ] = ACTIONS(4734), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4736), - [anon_sym_EQ_EQ] = ACTIONS(4734), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4736), - [anon_sym_LT_EQ] = ACTIONS(4736), - [anon_sym_GT_EQ] = ACTIONS(4736), - [anon_sym_BANGin] = ACTIONS(4736), - [anon_sym_is] = ACTIONS(4734), - [anon_sym_BANGis] = ACTIONS(4736), - [anon_sym_PLUS] = ACTIONS(4734), - [anon_sym_DASH] = ACTIONS(4734), - [anon_sym_SLASH] = ACTIONS(4734), - [anon_sym_PERCENT] = ACTIONS(4734), - [anon_sym_as_QMARK] = ACTIONS(4736), - [anon_sym_PLUS_PLUS] = ACTIONS(4736), - [anon_sym_DASH_DASH] = ACTIONS(4736), - [anon_sym_BANG] = ACTIONS(4734), - [anon_sym_BANG_BANG] = ACTIONS(4736), - [anon_sym_suspend] = ACTIONS(4734), - [anon_sym_sealed] = ACTIONS(4734), - [anon_sym_annotation] = ACTIONS(4734), - [anon_sym_data] = ACTIONS(4734), - [anon_sym_inner] = ACTIONS(4734), - [anon_sym_override] = ACTIONS(4734), - [anon_sym_lateinit] = ACTIONS(4734), - [anon_sym_public] = ACTIONS(4734), - [anon_sym_private] = ACTIONS(4734), - [anon_sym_internal] = ACTIONS(4734), - [anon_sym_protected] = ACTIONS(4734), - [anon_sym_tailrec] = ACTIONS(4734), - [anon_sym_operator] = ACTIONS(4734), - [anon_sym_infix] = ACTIONS(4734), - [anon_sym_inline] = ACTIONS(4734), - [anon_sym_external] = ACTIONS(4734), - [sym_property_modifier] = ACTIONS(4734), - [anon_sym_abstract] = ACTIONS(4734), - [anon_sym_final] = ACTIONS(4734), - [anon_sym_open] = ACTIONS(4734), - [anon_sym_vararg] = ACTIONS(4734), - [anon_sym_noinline] = ACTIONS(4734), - [anon_sym_crossinline] = ACTIONS(4734), - [anon_sym_expect] = ACTIONS(4734), - [anon_sym_actual] = ACTIONS(4734), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4736), - [anon_sym_continue_AT] = ACTIONS(4736), - [anon_sym_break_AT] = ACTIONS(4736), - [sym_real_literal] = ACTIONS(4736), - [sym_integer_literal] = ACTIONS(4734), - [sym_hex_literal] = ACTIONS(4736), - [sym_bin_literal] = ACTIONS(4736), - [anon_sym_true] = ACTIONS(4734), - [anon_sym_false] = ACTIONS(4734), - [anon_sym_SQUOTE] = ACTIONS(4736), - [sym__backtick_identifier] = ACTIONS(4736), - [sym__automatic_semicolon] = ACTIONS(4736), - [sym_safe_nav] = ACTIONS(4736), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4736), + [1081] = { + [sym__alpha_identifier] = ACTIONS(4519), + [anon_sym_AT] = ACTIONS(4521), + [anon_sym_LBRACK] = ACTIONS(4521), + [anon_sym_as] = ACTIONS(4519), + [anon_sym_EQ] = ACTIONS(4519), + [anon_sym_LBRACE] = ACTIONS(4521), + [anon_sym_RBRACE] = ACTIONS(4521), + [anon_sym_LPAREN] = ACTIONS(4521), + [anon_sym_COMMA] = ACTIONS(4521), + [anon_sym_LT] = ACTIONS(4519), + [anon_sym_GT] = ACTIONS(4519), + [anon_sym_where] = ACTIONS(4519), + [anon_sym_object] = ACTIONS(4519), + [anon_sym_fun] = ACTIONS(4519), + [anon_sym_DOT] = ACTIONS(4519), + [anon_sym_SEMI] = ACTIONS(4521), + [anon_sym_get] = ACTIONS(4519), + [anon_sym_set] = ACTIONS(4519), + [anon_sym_this] = ACTIONS(4519), + [anon_sym_super] = ACTIONS(4519), + [anon_sym_STAR] = ACTIONS(4519), + [sym_label] = ACTIONS(4519), + [anon_sym_in] = ACTIONS(4519), + [anon_sym_DOT_DOT] = ACTIONS(4521), + [anon_sym_QMARK_COLON] = ACTIONS(4521), + [anon_sym_AMP_AMP] = ACTIONS(4521), + [anon_sym_PIPE_PIPE] = ACTIONS(4521), + [anon_sym_null] = ACTIONS(4519), + [anon_sym_if] = ACTIONS(4519), + [anon_sym_else] = ACTIONS(4519), + [anon_sym_when] = ACTIONS(4519), + [anon_sym_try] = ACTIONS(4519), + [anon_sym_throw] = ACTIONS(4519), + [anon_sym_return] = ACTIONS(4519), + [anon_sym_continue] = ACTIONS(4519), + [anon_sym_break] = ACTIONS(4519), + [anon_sym_COLON_COLON] = ACTIONS(4521), + [anon_sym_PLUS_EQ] = ACTIONS(4521), + [anon_sym_DASH_EQ] = ACTIONS(4521), + [anon_sym_STAR_EQ] = ACTIONS(4521), + [anon_sym_SLASH_EQ] = ACTIONS(4521), + [anon_sym_PERCENT_EQ] = ACTIONS(4521), + [anon_sym_BANG_EQ] = ACTIONS(4519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4521), + [anon_sym_EQ_EQ] = ACTIONS(4519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4521), + [anon_sym_LT_EQ] = ACTIONS(4521), + [anon_sym_GT_EQ] = ACTIONS(4521), + [anon_sym_BANGin] = ACTIONS(4521), + [anon_sym_is] = ACTIONS(4519), + [anon_sym_BANGis] = ACTIONS(4521), + [anon_sym_PLUS] = ACTIONS(4519), + [anon_sym_DASH] = ACTIONS(4519), + [anon_sym_SLASH] = ACTIONS(4519), + [anon_sym_PERCENT] = ACTIONS(4519), + [anon_sym_as_QMARK] = ACTIONS(4521), + [anon_sym_PLUS_PLUS] = ACTIONS(4521), + [anon_sym_DASH_DASH] = ACTIONS(4521), + [anon_sym_BANG] = ACTIONS(4519), + [anon_sym_BANG_BANG] = ACTIONS(4521), + [anon_sym_suspend] = ACTIONS(4519), + [anon_sym_sealed] = ACTIONS(4519), + [anon_sym_annotation] = ACTIONS(4519), + [anon_sym_data] = ACTIONS(4519), + [anon_sym_inner] = ACTIONS(4519), + [anon_sym_override] = ACTIONS(4519), + [anon_sym_lateinit] = ACTIONS(4519), + [anon_sym_public] = ACTIONS(4519), + [anon_sym_private] = ACTIONS(4519), + [anon_sym_internal] = ACTIONS(4519), + [anon_sym_protected] = ACTIONS(4519), + [anon_sym_tailrec] = ACTIONS(4519), + [anon_sym_operator] = ACTIONS(4519), + [anon_sym_infix] = ACTIONS(4519), + [anon_sym_inline] = ACTIONS(4519), + [anon_sym_external] = ACTIONS(4519), + [sym_property_modifier] = ACTIONS(4519), + [anon_sym_abstract] = ACTIONS(4519), + [anon_sym_final] = ACTIONS(4519), + [anon_sym_open] = ACTIONS(4519), + [anon_sym_vararg] = ACTIONS(4519), + [anon_sym_noinline] = ACTIONS(4519), + [anon_sym_crossinline] = ACTIONS(4519), + [anon_sym_expect] = ACTIONS(4519), + [anon_sym_actual] = ACTIONS(4519), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4521), + [anon_sym_continue_AT] = ACTIONS(4521), + [anon_sym_break_AT] = ACTIONS(4521), + [sym_real_literal] = ACTIONS(4521), + [sym_integer_literal] = ACTIONS(4519), + [sym_hex_literal] = ACTIONS(4521), + [sym_bin_literal] = ACTIONS(4521), + [anon_sym_true] = ACTIONS(4519), + [anon_sym_false] = ACTIONS(4519), + [anon_sym_SQUOTE] = ACTIONS(4521), + [sym__backtick_identifier] = ACTIONS(4521), + [sym__automatic_semicolon] = ACTIONS(4521), + [sym_safe_nav] = ACTIONS(4521), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4521), }, - [1047] = { - [sym__alpha_identifier] = ACTIONS(1594), - [anon_sym_AT] = ACTIONS(1592), - [anon_sym_LBRACK] = ACTIONS(1592), - [anon_sym_as] = ACTIONS(1594), - [anon_sym_EQ] = ACTIONS(1594), - [anon_sym_LBRACE] = ACTIONS(1592), - [anon_sym_RBRACE] = ACTIONS(1592), - [anon_sym_LPAREN] = ACTIONS(1592), - [anon_sym_COMMA] = ACTIONS(1592), - [anon_sym_LT] = ACTIONS(1594), - [anon_sym_GT] = ACTIONS(1594), - [anon_sym_where] = ACTIONS(1594), - [anon_sym_object] = ACTIONS(1594), - [anon_sym_fun] = ACTIONS(1594), - [anon_sym_DOT] = ACTIONS(1594), - [anon_sym_SEMI] = ACTIONS(1592), - [anon_sym_get] = ACTIONS(1594), - [anon_sym_set] = ACTIONS(1594), - [anon_sym_this] = ACTIONS(1594), - [anon_sym_super] = ACTIONS(1594), - [anon_sym_STAR] = ACTIONS(1594), - [sym_label] = ACTIONS(1594), - [anon_sym_in] = ACTIONS(1594), - [anon_sym_DOT_DOT] = ACTIONS(1592), - [anon_sym_QMARK_COLON] = ACTIONS(1592), - [anon_sym_AMP_AMP] = ACTIONS(1592), - [anon_sym_PIPE_PIPE] = ACTIONS(1592), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(1594), - [anon_sym_else] = ACTIONS(1594), - [anon_sym_when] = ACTIONS(1594), - [anon_sym_try] = ACTIONS(1594), - [anon_sym_throw] = ACTIONS(1594), - [anon_sym_return] = ACTIONS(1594), - [anon_sym_continue] = ACTIONS(1594), - [anon_sym_break] = ACTIONS(1594), - [anon_sym_COLON_COLON] = ACTIONS(1592), - [anon_sym_PLUS_EQ] = ACTIONS(1592), - [anon_sym_DASH_EQ] = ACTIONS(1592), - [anon_sym_STAR_EQ] = ACTIONS(1592), - [anon_sym_SLASH_EQ] = ACTIONS(1592), - [anon_sym_PERCENT_EQ] = ACTIONS(1592), - [anon_sym_BANG_EQ] = ACTIONS(1594), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1592), - [anon_sym_EQ_EQ] = ACTIONS(1594), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1592), - [anon_sym_LT_EQ] = ACTIONS(1592), - [anon_sym_GT_EQ] = ACTIONS(1592), - [anon_sym_BANGin] = ACTIONS(1592), - [anon_sym_is] = ACTIONS(1594), - [anon_sym_BANGis] = ACTIONS(1592), - [anon_sym_PLUS] = ACTIONS(1594), - [anon_sym_DASH] = ACTIONS(1594), - [anon_sym_SLASH] = ACTIONS(1594), - [anon_sym_PERCENT] = ACTIONS(1594), - [anon_sym_as_QMARK] = ACTIONS(1592), - [anon_sym_PLUS_PLUS] = ACTIONS(1592), - [anon_sym_DASH_DASH] = ACTIONS(1592), - [anon_sym_BANG] = ACTIONS(1594), - [anon_sym_BANG_BANG] = ACTIONS(1592), - [anon_sym_suspend] = ACTIONS(1594), - [anon_sym_sealed] = ACTIONS(1594), - [anon_sym_annotation] = ACTIONS(1594), - [anon_sym_data] = ACTIONS(1594), - [anon_sym_inner] = ACTIONS(1594), - [anon_sym_override] = ACTIONS(1594), - [anon_sym_lateinit] = ACTIONS(1594), - [anon_sym_public] = ACTIONS(1594), - [anon_sym_private] = ACTIONS(1594), - [anon_sym_internal] = ACTIONS(1594), - [anon_sym_protected] = ACTIONS(1594), - [anon_sym_tailrec] = ACTIONS(1594), - [anon_sym_operator] = ACTIONS(1594), - [anon_sym_infix] = ACTIONS(1594), - [anon_sym_inline] = ACTIONS(1594), - [anon_sym_external] = ACTIONS(1594), - [sym_property_modifier] = ACTIONS(1594), - [anon_sym_abstract] = ACTIONS(1594), - [anon_sym_final] = ACTIONS(1594), - [anon_sym_open] = ACTIONS(1594), - [anon_sym_vararg] = ACTIONS(1594), - [anon_sym_noinline] = ACTIONS(1594), - [anon_sym_crossinline] = ACTIONS(1594), - [anon_sym_expect] = ACTIONS(1594), - [anon_sym_actual] = ACTIONS(1594), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1592), - [anon_sym_continue_AT] = ACTIONS(1592), - [anon_sym_break_AT] = ACTIONS(1592), - [sym_real_literal] = ACTIONS(1592), - [sym_integer_literal] = ACTIONS(1594), - [sym_hex_literal] = ACTIONS(1592), - [sym_bin_literal] = ACTIONS(1592), - [anon_sym_true] = ACTIONS(1594), - [anon_sym_false] = ACTIONS(1594), - [anon_sym_SQUOTE] = ACTIONS(1592), - [sym__backtick_identifier] = ACTIONS(1592), - [sym__automatic_semicolon] = ACTIONS(1592), - [sym_safe_nav] = ACTIONS(1592), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1592), + [1082] = { + [sym__alpha_identifier] = ACTIONS(4808), + [anon_sym_AT] = ACTIONS(4810), + [anon_sym_LBRACK] = ACTIONS(4810), + [anon_sym_as] = ACTIONS(4808), + [anon_sym_EQ] = ACTIONS(4808), + [anon_sym_LBRACE] = ACTIONS(4810), + [anon_sym_RBRACE] = ACTIONS(4810), + [anon_sym_LPAREN] = ACTIONS(4810), + [anon_sym_COMMA] = ACTIONS(4810), + [anon_sym_LT] = ACTIONS(4808), + [anon_sym_GT] = ACTIONS(4808), + [anon_sym_where] = ACTIONS(4808), + [anon_sym_object] = ACTIONS(4808), + [anon_sym_fun] = ACTIONS(4808), + [anon_sym_DOT] = ACTIONS(4808), + [anon_sym_SEMI] = ACTIONS(4810), + [anon_sym_get] = ACTIONS(4808), + [anon_sym_set] = ACTIONS(4808), + [anon_sym_this] = ACTIONS(4808), + [anon_sym_super] = ACTIONS(4808), + [anon_sym_STAR] = ACTIONS(4808), + [sym_label] = ACTIONS(4808), + [anon_sym_in] = ACTIONS(4808), + [anon_sym_DOT_DOT] = ACTIONS(4810), + [anon_sym_QMARK_COLON] = ACTIONS(4810), + [anon_sym_AMP_AMP] = ACTIONS(4810), + [anon_sym_PIPE_PIPE] = ACTIONS(4810), + [anon_sym_null] = ACTIONS(4808), + [anon_sym_if] = ACTIONS(4808), + [anon_sym_else] = ACTIONS(4808), + [anon_sym_when] = ACTIONS(4808), + [anon_sym_try] = ACTIONS(4808), + [anon_sym_throw] = ACTIONS(4808), + [anon_sym_return] = ACTIONS(4808), + [anon_sym_continue] = ACTIONS(4808), + [anon_sym_break] = ACTIONS(4808), + [anon_sym_COLON_COLON] = ACTIONS(4810), + [anon_sym_PLUS_EQ] = ACTIONS(4810), + [anon_sym_DASH_EQ] = ACTIONS(4810), + [anon_sym_STAR_EQ] = ACTIONS(4810), + [anon_sym_SLASH_EQ] = ACTIONS(4810), + [anon_sym_PERCENT_EQ] = ACTIONS(4810), + [anon_sym_BANG_EQ] = ACTIONS(4808), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4810), + [anon_sym_EQ_EQ] = ACTIONS(4808), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4810), + [anon_sym_LT_EQ] = ACTIONS(4810), + [anon_sym_GT_EQ] = ACTIONS(4810), + [anon_sym_BANGin] = ACTIONS(4810), + [anon_sym_is] = ACTIONS(4808), + [anon_sym_BANGis] = ACTIONS(4810), + [anon_sym_PLUS] = ACTIONS(4808), + [anon_sym_DASH] = ACTIONS(4808), + [anon_sym_SLASH] = ACTIONS(4808), + [anon_sym_PERCENT] = ACTIONS(4808), + [anon_sym_as_QMARK] = ACTIONS(4810), + [anon_sym_PLUS_PLUS] = ACTIONS(4810), + [anon_sym_DASH_DASH] = ACTIONS(4810), + [anon_sym_BANG] = ACTIONS(4808), + [anon_sym_BANG_BANG] = ACTIONS(4810), + [anon_sym_suspend] = ACTIONS(4808), + [anon_sym_sealed] = ACTIONS(4808), + [anon_sym_annotation] = ACTIONS(4808), + [anon_sym_data] = ACTIONS(4808), + [anon_sym_inner] = ACTIONS(4808), + [anon_sym_override] = ACTIONS(4808), + [anon_sym_lateinit] = ACTIONS(4808), + [anon_sym_public] = ACTIONS(4808), + [anon_sym_private] = ACTIONS(4808), + [anon_sym_internal] = ACTIONS(4808), + [anon_sym_protected] = ACTIONS(4808), + [anon_sym_tailrec] = ACTIONS(4808), + [anon_sym_operator] = ACTIONS(4808), + [anon_sym_infix] = ACTIONS(4808), + [anon_sym_inline] = ACTIONS(4808), + [anon_sym_external] = ACTIONS(4808), + [sym_property_modifier] = ACTIONS(4808), + [anon_sym_abstract] = ACTIONS(4808), + [anon_sym_final] = ACTIONS(4808), + [anon_sym_open] = ACTIONS(4808), + [anon_sym_vararg] = ACTIONS(4808), + [anon_sym_noinline] = ACTIONS(4808), + [anon_sym_crossinline] = ACTIONS(4808), + [anon_sym_expect] = ACTIONS(4808), + [anon_sym_actual] = ACTIONS(4808), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4810), + [anon_sym_continue_AT] = ACTIONS(4810), + [anon_sym_break_AT] = ACTIONS(4810), + [sym_real_literal] = ACTIONS(4810), + [sym_integer_literal] = ACTIONS(4808), + [sym_hex_literal] = ACTIONS(4810), + [sym_bin_literal] = ACTIONS(4810), + [anon_sym_true] = ACTIONS(4808), + [anon_sym_false] = ACTIONS(4808), + [anon_sym_SQUOTE] = ACTIONS(4810), + [sym__backtick_identifier] = ACTIONS(4810), + [sym__automatic_semicolon] = ACTIONS(4810), + [sym_safe_nav] = ACTIONS(4810), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4810), }, - [1048] = { - [sym__alpha_identifier] = ACTIONS(4481), - [anon_sym_AT] = ACTIONS(4483), - [anon_sym_LBRACK] = ACTIONS(4483), - [anon_sym_as] = ACTIONS(4481), - [anon_sym_EQ] = ACTIONS(4481), - [anon_sym_LBRACE] = ACTIONS(4483), - [anon_sym_RBRACE] = ACTIONS(4483), - [anon_sym_LPAREN] = ACTIONS(4483), - [anon_sym_COMMA] = ACTIONS(4483), - [anon_sym_LT] = ACTIONS(4481), - [anon_sym_GT] = ACTIONS(4481), - [anon_sym_where] = ACTIONS(4481), - [anon_sym_object] = ACTIONS(4481), - [anon_sym_fun] = ACTIONS(4481), - [anon_sym_DOT] = ACTIONS(4481), - [anon_sym_SEMI] = ACTIONS(4483), - [anon_sym_get] = ACTIONS(4481), - [anon_sym_set] = ACTIONS(4481), - [anon_sym_this] = ACTIONS(4481), - [anon_sym_super] = ACTIONS(4481), - [anon_sym_STAR] = ACTIONS(4481), - [sym_label] = ACTIONS(4481), - [anon_sym_in] = ACTIONS(4481), - [anon_sym_DOT_DOT] = ACTIONS(4483), - [anon_sym_QMARK_COLON] = ACTIONS(4483), - [anon_sym_AMP_AMP] = ACTIONS(4483), - [anon_sym_PIPE_PIPE] = ACTIONS(4483), - [anon_sym_null] = ACTIONS(4481), - [anon_sym_if] = ACTIONS(4481), - [anon_sym_else] = ACTIONS(4481), - [anon_sym_when] = ACTIONS(4481), - [anon_sym_try] = ACTIONS(4481), - [anon_sym_throw] = ACTIONS(4481), - [anon_sym_return] = ACTIONS(4481), - [anon_sym_continue] = ACTIONS(4481), - [anon_sym_break] = ACTIONS(4481), - [anon_sym_COLON_COLON] = ACTIONS(4483), - [anon_sym_PLUS_EQ] = ACTIONS(4483), - [anon_sym_DASH_EQ] = ACTIONS(4483), - [anon_sym_STAR_EQ] = ACTIONS(4483), - [anon_sym_SLASH_EQ] = ACTIONS(4483), - [anon_sym_PERCENT_EQ] = ACTIONS(4483), - [anon_sym_BANG_EQ] = ACTIONS(4481), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4483), - [anon_sym_EQ_EQ] = ACTIONS(4481), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4483), - [anon_sym_LT_EQ] = ACTIONS(4483), - [anon_sym_GT_EQ] = ACTIONS(4483), - [anon_sym_BANGin] = ACTIONS(4483), - [anon_sym_is] = ACTIONS(4481), - [anon_sym_BANGis] = ACTIONS(4483), - [anon_sym_PLUS] = ACTIONS(4481), - [anon_sym_DASH] = ACTIONS(4481), - [anon_sym_SLASH] = ACTIONS(4481), - [anon_sym_PERCENT] = ACTIONS(4481), - [anon_sym_as_QMARK] = ACTIONS(4483), - [anon_sym_PLUS_PLUS] = ACTIONS(4483), - [anon_sym_DASH_DASH] = ACTIONS(4483), - [anon_sym_BANG] = ACTIONS(4481), - [anon_sym_BANG_BANG] = ACTIONS(4483), - [anon_sym_suspend] = ACTIONS(4481), - [anon_sym_sealed] = ACTIONS(4481), - [anon_sym_annotation] = ACTIONS(4481), - [anon_sym_data] = ACTIONS(4481), - [anon_sym_inner] = ACTIONS(4481), - [anon_sym_override] = ACTIONS(4481), - [anon_sym_lateinit] = ACTIONS(4481), - [anon_sym_public] = ACTIONS(4481), - [anon_sym_private] = ACTIONS(4481), - [anon_sym_internal] = ACTIONS(4481), - [anon_sym_protected] = ACTIONS(4481), - [anon_sym_tailrec] = ACTIONS(4481), - [anon_sym_operator] = ACTIONS(4481), - [anon_sym_infix] = ACTIONS(4481), - [anon_sym_inline] = ACTIONS(4481), - [anon_sym_external] = ACTIONS(4481), - [sym_property_modifier] = ACTIONS(4481), - [anon_sym_abstract] = ACTIONS(4481), - [anon_sym_final] = ACTIONS(4481), - [anon_sym_open] = ACTIONS(4481), - [anon_sym_vararg] = ACTIONS(4481), - [anon_sym_noinline] = ACTIONS(4481), - [anon_sym_crossinline] = ACTIONS(4481), - [anon_sym_expect] = ACTIONS(4481), - [anon_sym_actual] = ACTIONS(4481), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4483), - [anon_sym_continue_AT] = ACTIONS(4483), - [anon_sym_break_AT] = ACTIONS(4483), - [sym_real_literal] = ACTIONS(4483), - [sym_integer_literal] = ACTIONS(4481), - [sym_hex_literal] = ACTIONS(4483), - [sym_bin_literal] = ACTIONS(4483), - [anon_sym_true] = ACTIONS(4481), - [anon_sym_false] = ACTIONS(4481), - [anon_sym_SQUOTE] = ACTIONS(4483), - [sym__backtick_identifier] = ACTIONS(4483), - [sym__automatic_semicolon] = ACTIONS(4483), - [sym_safe_nav] = ACTIONS(4483), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4483), + [1083] = { + [sym__alpha_identifier] = ACTIONS(4511), + [anon_sym_AT] = ACTIONS(4513), + [anon_sym_LBRACK] = ACTIONS(4513), + [anon_sym_as] = ACTIONS(4511), + [anon_sym_EQ] = ACTIONS(4511), + [anon_sym_LBRACE] = ACTIONS(4513), + [anon_sym_RBRACE] = ACTIONS(4513), + [anon_sym_LPAREN] = ACTIONS(4513), + [anon_sym_COMMA] = ACTIONS(4513), + [anon_sym_LT] = ACTIONS(4511), + [anon_sym_GT] = ACTIONS(4511), + [anon_sym_where] = ACTIONS(4511), + [anon_sym_object] = ACTIONS(4511), + [anon_sym_fun] = ACTIONS(4511), + [anon_sym_DOT] = ACTIONS(4511), + [anon_sym_SEMI] = ACTIONS(4513), + [anon_sym_get] = ACTIONS(4511), + [anon_sym_set] = ACTIONS(4511), + [anon_sym_this] = ACTIONS(4511), + [anon_sym_super] = ACTIONS(4511), + [anon_sym_STAR] = ACTIONS(4511), + [sym_label] = ACTIONS(4511), + [anon_sym_in] = ACTIONS(4511), + [anon_sym_DOT_DOT] = ACTIONS(4513), + [anon_sym_QMARK_COLON] = ACTIONS(4513), + [anon_sym_AMP_AMP] = ACTIONS(4513), + [anon_sym_PIPE_PIPE] = ACTIONS(4513), + [anon_sym_null] = ACTIONS(4511), + [anon_sym_if] = ACTIONS(4511), + [anon_sym_else] = ACTIONS(4511), + [anon_sym_when] = ACTIONS(4511), + [anon_sym_try] = ACTIONS(4511), + [anon_sym_throw] = ACTIONS(4511), + [anon_sym_return] = ACTIONS(4511), + [anon_sym_continue] = ACTIONS(4511), + [anon_sym_break] = ACTIONS(4511), + [anon_sym_COLON_COLON] = ACTIONS(4513), + [anon_sym_PLUS_EQ] = ACTIONS(4513), + [anon_sym_DASH_EQ] = ACTIONS(4513), + [anon_sym_STAR_EQ] = ACTIONS(4513), + [anon_sym_SLASH_EQ] = ACTIONS(4513), + [anon_sym_PERCENT_EQ] = ACTIONS(4513), + [anon_sym_BANG_EQ] = ACTIONS(4511), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4513), + [anon_sym_EQ_EQ] = ACTIONS(4511), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4513), + [anon_sym_LT_EQ] = ACTIONS(4513), + [anon_sym_GT_EQ] = ACTIONS(4513), + [anon_sym_BANGin] = ACTIONS(4513), + [anon_sym_is] = ACTIONS(4511), + [anon_sym_BANGis] = ACTIONS(4513), + [anon_sym_PLUS] = ACTIONS(4511), + [anon_sym_DASH] = ACTIONS(4511), + [anon_sym_SLASH] = ACTIONS(4511), + [anon_sym_PERCENT] = ACTIONS(4511), + [anon_sym_as_QMARK] = ACTIONS(4513), + [anon_sym_PLUS_PLUS] = ACTIONS(4513), + [anon_sym_DASH_DASH] = ACTIONS(4513), + [anon_sym_BANG] = ACTIONS(4511), + [anon_sym_BANG_BANG] = ACTIONS(4513), + [anon_sym_suspend] = ACTIONS(4511), + [anon_sym_sealed] = ACTIONS(4511), + [anon_sym_annotation] = ACTIONS(4511), + [anon_sym_data] = ACTIONS(4511), + [anon_sym_inner] = ACTIONS(4511), + [anon_sym_override] = ACTIONS(4511), + [anon_sym_lateinit] = ACTIONS(4511), + [anon_sym_public] = ACTIONS(4511), + [anon_sym_private] = ACTIONS(4511), + [anon_sym_internal] = ACTIONS(4511), + [anon_sym_protected] = ACTIONS(4511), + [anon_sym_tailrec] = ACTIONS(4511), + [anon_sym_operator] = ACTIONS(4511), + [anon_sym_infix] = ACTIONS(4511), + [anon_sym_inline] = ACTIONS(4511), + [anon_sym_external] = ACTIONS(4511), + [sym_property_modifier] = ACTIONS(4511), + [anon_sym_abstract] = ACTIONS(4511), + [anon_sym_final] = ACTIONS(4511), + [anon_sym_open] = ACTIONS(4511), + [anon_sym_vararg] = ACTIONS(4511), + [anon_sym_noinline] = ACTIONS(4511), + [anon_sym_crossinline] = ACTIONS(4511), + [anon_sym_expect] = ACTIONS(4511), + [anon_sym_actual] = ACTIONS(4511), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4513), + [anon_sym_continue_AT] = ACTIONS(4513), + [anon_sym_break_AT] = ACTIONS(4513), + [sym_real_literal] = ACTIONS(4513), + [sym_integer_literal] = ACTIONS(4511), + [sym_hex_literal] = ACTIONS(4513), + [sym_bin_literal] = ACTIONS(4513), + [anon_sym_true] = ACTIONS(4511), + [anon_sym_false] = ACTIONS(4511), + [anon_sym_SQUOTE] = ACTIONS(4513), + [sym__backtick_identifier] = ACTIONS(4513), + [sym__automatic_semicolon] = ACTIONS(4513), + [sym_safe_nav] = ACTIONS(4513), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4513), }, - [1049] = { - [sym__alpha_identifier] = ACTIONS(4738), - [anon_sym_AT] = ACTIONS(4740), - [anon_sym_LBRACK] = ACTIONS(4740), - [anon_sym_as] = ACTIONS(4738), - [anon_sym_EQ] = ACTIONS(4738), - [anon_sym_LBRACE] = ACTIONS(4740), - [anon_sym_RBRACE] = ACTIONS(4740), - [anon_sym_LPAREN] = ACTIONS(4740), - [anon_sym_COMMA] = ACTIONS(4740), - [anon_sym_LT] = ACTIONS(4738), - [anon_sym_GT] = ACTIONS(4738), - [anon_sym_where] = ACTIONS(4738), - [anon_sym_object] = ACTIONS(4738), - [anon_sym_fun] = ACTIONS(4738), - [anon_sym_DOT] = ACTIONS(4738), - [anon_sym_SEMI] = ACTIONS(4740), - [anon_sym_get] = ACTIONS(4738), - [anon_sym_set] = ACTIONS(4738), - [anon_sym_this] = ACTIONS(4738), - [anon_sym_super] = ACTIONS(4738), - [anon_sym_STAR] = ACTIONS(4738), - [sym_label] = ACTIONS(4738), - [anon_sym_in] = ACTIONS(4738), - [anon_sym_DOT_DOT] = ACTIONS(4740), - [anon_sym_QMARK_COLON] = ACTIONS(4740), - [anon_sym_AMP_AMP] = ACTIONS(4740), - [anon_sym_PIPE_PIPE] = ACTIONS(4740), - [anon_sym_null] = ACTIONS(4738), - [anon_sym_if] = ACTIONS(4738), - [anon_sym_else] = ACTIONS(4738), - [anon_sym_when] = ACTIONS(4738), - [anon_sym_try] = ACTIONS(4738), - [anon_sym_throw] = ACTIONS(4738), - [anon_sym_return] = ACTIONS(4738), - [anon_sym_continue] = ACTIONS(4738), - [anon_sym_break] = ACTIONS(4738), - [anon_sym_COLON_COLON] = ACTIONS(4740), - [anon_sym_PLUS_EQ] = ACTIONS(4740), - [anon_sym_DASH_EQ] = ACTIONS(4740), - [anon_sym_STAR_EQ] = ACTIONS(4740), - [anon_sym_SLASH_EQ] = ACTIONS(4740), - [anon_sym_PERCENT_EQ] = ACTIONS(4740), - [anon_sym_BANG_EQ] = ACTIONS(4738), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4740), - [anon_sym_EQ_EQ] = ACTIONS(4738), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4740), - [anon_sym_LT_EQ] = ACTIONS(4740), - [anon_sym_GT_EQ] = ACTIONS(4740), - [anon_sym_BANGin] = ACTIONS(4740), - [anon_sym_is] = ACTIONS(4738), - [anon_sym_BANGis] = ACTIONS(4740), - [anon_sym_PLUS] = ACTIONS(4738), - [anon_sym_DASH] = ACTIONS(4738), - [anon_sym_SLASH] = ACTIONS(4738), - [anon_sym_PERCENT] = ACTIONS(4738), - [anon_sym_as_QMARK] = ACTIONS(4740), - [anon_sym_PLUS_PLUS] = ACTIONS(4740), - [anon_sym_DASH_DASH] = ACTIONS(4740), - [anon_sym_BANG] = ACTIONS(4738), - [anon_sym_BANG_BANG] = ACTIONS(4740), - [anon_sym_suspend] = ACTIONS(4738), - [anon_sym_sealed] = ACTIONS(4738), - [anon_sym_annotation] = ACTIONS(4738), - [anon_sym_data] = ACTIONS(4738), - [anon_sym_inner] = ACTIONS(4738), - [anon_sym_override] = ACTIONS(4738), - [anon_sym_lateinit] = ACTIONS(4738), - [anon_sym_public] = ACTIONS(4738), - [anon_sym_private] = ACTIONS(4738), - [anon_sym_internal] = ACTIONS(4738), - [anon_sym_protected] = ACTIONS(4738), - [anon_sym_tailrec] = ACTIONS(4738), - [anon_sym_operator] = ACTIONS(4738), - [anon_sym_infix] = ACTIONS(4738), - [anon_sym_inline] = ACTIONS(4738), - [anon_sym_external] = ACTIONS(4738), - [sym_property_modifier] = ACTIONS(4738), - [anon_sym_abstract] = ACTIONS(4738), - [anon_sym_final] = ACTIONS(4738), - [anon_sym_open] = ACTIONS(4738), - [anon_sym_vararg] = ACTIONS(4738), - [anon_sym_noinline] = ACTIONS(4738), - [anon_sym_crossinline] = ACTIONS(4738), - [anon_sym_expect] = ACTIONS(4738), - [anon_sym_actual] = ACTIONS(4738), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4740), - [anon_sym_continue_AT] = ACTIONS(4740), - [anon_sym_break_AT] = ACTIONS(4740), - [sym_real_literal] = ACTIONS(4740), - [sym_integer_literal] = ACTIONS(4738), - [sym_hex_literal] = ACTIONS(4740), - [sym_bin_literal] = ACTIONS(4740), - [anon_sym_true] = ACTIONS(4738), - [anon_sym_false] = ACTIONS(4738), - [anon_sym_SQUOTE] = ACTIONS(4740), - [sym__backtick_identifier] = ACTIONS(4740), - [sym__automatic_semicolon] = ACTIONS(4740), - [sym_safe_nav] = ACTIONS(4740), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4740), + [1084] = { + [sym__alpha_identifier] = ACTIONS(4812), + [anon_sym_AT] = ACTIONS(4814), + [anon_sym_LBRACK] = ACTIONS(4814), + [anon_sym_as] = ACTIONS(4812), + [anon_sym_EQ] = ACTIONS(4812), + [anon_sym_LBRACE] = ACTIONS(4814), + [anon_sym_RBRACE] = ACTIONS(4814), + [anon_sym_LPAREN] = ACTIONS(4814), + [anon_sym_COMMA] = ACTIONS(4814), + [anon_sym_LT] = ACTIONS(4812), + [anon_sym_GT] = ACTIONS(4812), + [anon_sym_where] = ACTIONS(4812), + [anon_sym_object] = ACTIONS(4812), + [anon_sym_fun] = ACTIONS(4812), + [anon_sym_DOT] = ACTIONS(4812), + [anon_sym_SEMI] = ACTIONS(4814), + [anon_sym_get] = ACTIONS(4812), + [anon_sym_set] = ACTIONS(4812), + [anon_sym_this] = ACTIONS(4812), + [anon_sym_super] = ACTIONS(4812), + [anon_sym_STAR] = ACTIONS(4812), + [sym_label] = ACTIONS(4812), + [anon_sym_in] = ACTIONS(4812), + [anon_sym_DOT_DOT] = ACTIONS(4814), + [anon_sym_QMARK_COLON] = ACTIONS(4814), + [anon_sym_AMP_AMP] = ACTIONS(4814), + [anon_sym_PIPE_PIPE] = ACTIONS(4814), + [anon_sym_null] = ACTIONS(4812), + [anon_sym_if] = ACTIONS(4812), + [anon_sym_else] = ACTIONS(4812), + [anon_sym_when] = ACTIONS(4812), + [anon_sym_try] = ACTIONS(4812), + [anon_sym_throw] = ACTIONS(4812), + [anon_sym_return] = ACTIONS(4812), + [anon_sym_continue] = ACTIONS(4812), + [anon_sym_break] = ACTIONS(4812), + [anon_sym_COLON_COLON] = ACTIONS(4814), + [anon_sym_PLUS_EQ] = ACTIONS(4814), + [anon_sym_DASH_EQ] = ACTIONS(4814), + [anon_sym_STAR_EQ] = ACTIONS(4814), + [anon_sym_SLASH_EQ] = ACTIONS(4814), + [anon_sym_PERCENT_EQ] = ACTIONS(4814), + [anon_sym_BANG_EQ] = ACTIONS(4812), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4814), + [anon_sym_EQ_EQ] = ACTIONS(4812), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4814), + [anon_sym_LT_EQ] = ACTIONS(4814), + [anon_sym_GT_EQ] = ACTIONS(4814), + [anon_sym_BANGin] = ACTIONS(4814), + [anon_sym_is] = ACTIONS(4812), + [anon_sym_BANGis] = ACTIONS(4814), + [anon_sym_PLUS] = ACTIONS(4812), + [anon_sym_DASH] = ACTIONS(4812), + [anon_sym_SLASH] = ACTIONS(4812), + [anon_sym_PERCENT] = ACTIONS(4812), + [anon_sym_as_QMARK] = ACTIONS(4814), + [anon_sym_PLUS_PLUS] = ACTIONS(4814), + [anon_sym_DASH_DASH] = ACTIONS(4814), + [anon_sym_BANG] = ACTIONS(4812), + [anon_sym_BANG_BANG] = ACTIONS(4814), + [anon_sym_suspend] = ACTIONS(4812), + [anon_sym_sealed] = ACTIONS(4812), + [anon_sym_annotation] = ACTIONS(4812), + [anon_sym_data] = ACTIONS(4812), + [anon_sym_inner] = ACTIONS(4812), + [anon_sym_override] = ACTIONS(4812), + [anon_sym_lateinit] = ACTIONS(4812), + [anon_sym_public] = ACTIONS(4812), + [anon_sym_private] = ACTIONS(4812), + [anon_sym_internal] = ACTIONS(4812), + [anon_sym_protected] = ACTIONS(4812), + [anon_sym_tailrec] = ACTIONS(4812), + [anon_sym_operator] = ACTIONS(4812), + [anon_sym_infix] = ACTIONS(4812), + [anon_sym_inline] = ACTIONS(4812), + [anon_sym_external] = ACTIONS(4812), + [sym_property_modifier] = ACTIONS(4812), + [anon_sym_abstract] = ACTIONS(4812), + [anon_sym_final] = ACTIONS(4812), + [anon_sym_open] = ACTIONS(4812), + [anon_sym_vararg] = ACTIONS(4812), + [anon_sym_noinline] = ACTIONS(4812), + [anon_sym_crossinline] = ACTIONS(4812), + [anon_sym_expect] = ACTIONS(4812), + [anon_sym_actual] = ACTIONS(4812), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4814), + [anon_sym_continue_AT] = ACTIONS(4814), + [anon_sym_break_AT] = ACTIONS(4814), + [sym_real_literal] = ACTIONS(4814), + [sym_integer_literal] = ACTIONS(4812), + [sym_hex_literal] = ACTIONS(4814), + [sym_bin_literal] = ACTIONS(4814), + [anon_sym_true] = ACTIONS(4812), + [anon_sym_false] = ACTIONS(4812), + [anon_sym_SQUOTE] = ACTIONS(4814), + [sym__backtick_identifier] = ACTIONS(4814), + [sym__automatic_semicolon] = ACTIONS(4814), + [sym_safe_nav] = ACTIONS(4814), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4814), }, - [1050] = { - [sym__alpha_identifier] = ACTIONS(4742), - [anon_sym_AT] = ACTIONS(4744), - [anon_sym_LBRACK] = ACTIONS(4744), - [anon_sym_as] = ACTIONS(4742), - [anon_sym_EQ] = ACTIONS(4742), - [anon_sym_LBRACE] = ACTIONS(4744), - [anon_sym_RBRACE] = ACTIONS(4744), - [anon_sym_LPAREN] = ACTIONS(4744), - [anon_sym_COMMA] = ACTIONS(4744), - [anon_sym_LT] = ACTIONS(4742), - [anon_sym_GT] = ACTIONS(4742), - [anon_sym_where] = ACTIONS(4742), - [anon_sym_object] = ACTIONS(4742), - [anon_sym_fun] = ACTIONS(4742), - [anon_sym_DOT] = ACTIONS(4742), - [anon_sym_SEMI] = ACTIONS(4744), - [anon_sym_get] = ACTIONS(4742), - [anon_sym_set] = ACTIONS(4742), - [anon_sym_this] = ACTIONS(4742), - [anon_sym_super] = ACTIONS(4742), - [anon_sym_STAR] = ACTIONS(4742), - [sym_label] = ACTIONS(4742), - [anon_sym_in] = ACTIONS(4742), - [anon_sym_DOT_DOT] = ACTIONS(4744), - [anon_sym_QMARK_COLON] = ACTIONS(4744), - [anon_sym_AMP_AMP] = ACTIONS(4744), - [anon_sym_PIPE_PIPE] = ACTIONS(4744), - [anon_sym_null] = ACTIONS(4742), - [anon_sym_if] = ACTIONS(4742), - [anon_sym_else] = ACTIONS(4742), - [anon_sym_when] = ACTIONS(4742), - [anon_sym_try] = ACTIONS(4742), - [anon_sym_throw] = ACTIONS(4742), - [anon_sym_return] = ACTIONS(4742), - [anon_sym_continue] = ACTIONS(4742), - [anon_sym_break] = ACTIONS(4742), - [anon_sym_COLON_COLON] = ACTIONS(4744), - [anon_sym_PLUS_EQ] = ACTIONS(4744), - [anon_sym_DASH_EQ] = ACTIONS(4744), - [anon_sym_STAR_EQ] = ACTIONS(4744), - [anon_sym_SLASH_EQ] = ACTIONS(4744), - [anon_sym_PERCENT_EQ] = ACTIONS(4744), - [anon_sym_BANG_EQ] = ACTIONS(4742), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4744), - [anon_sym_EQ_EQ] = ACTIONS(4742), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4744), - [anon_sym_LT_EQ] = ACTIONS(4744), - [anon_sym_GT_EQ] = ACTIONS(4744), - [anon_sym_BANGin] = ACTIONS(4744), - [anon_sym_is] = ACTIONS(4742), - [anon_sym_BANGis] = ACTIONS(4744), - [anon_sym_PLUS] = ACTIONS(4742), - [anon_sym_DASH] = ACTIONS(4742), - [anon_sym_SLASH] = ACTIONS(4742), - [anon_sym_PERCENT] = ACTIONS(4742), - [anon_sym_as_QMARK] = ACTIONS(4744), - [anon_sym_PLUS_PLUS] = ACTIONS(4744), - [anon_sym_DASH_DASH] = ACTIONS(4744), - [anon_sym_BANG] = ACTIONS(4742), - [anon_sym_BANG_BANG] = ACTIONS(4744), - [anon_sym_suspend] = ACTIONS(4742), - [anon_sym_sealed] = ACTIONS(4742), - [anon_sym_annotation] = ACTIONS(4742), - [anon_sym_data] = ACTIONS(4742), - [anon_sym_inner] = ACTIONS(4742), - [anon_sym_override] = ACTIONS(4742), - [anon_sym_lateinit] = ACTIONS(4742), - [anon_sym_public] = ACTIONS(4742), - [anon_sym_private] = ACTIONS(4742), - [anon_sym_internal] = ACTIONS(4742), - [anon_sym_protected] = ACTIONS(4742), - [anon_sym_tailrec] = ACTIONS(4742), - [anon_sym_operator] = ACTIONS(4742), - [anon_sym_infix] = ACTIONS(4742), - [anon_sym_inline] = ACTIONS(4742), - [anon_sym_external] = ACTIONS(4742), - [sym_property_modifier] = ACTIONS(4742), - [anon_sym_abstract] = ACTIONS(4742), - [anon_sym_final] = ACTIONS(4742), - [anon_sym_open] = ACTIONS(4742), - [anon_sym_vararg] = ACTIONS(4742), - [anon_sym_noinline] = ACTIONS(4742), - [anon_sym_crossinline] = ACTIONS(4742), - [anon_sym_expect] = ACTIONS(4742), - [anon_sym_actual] = ACTIONS(4742), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4744), - [anon_sym_continue_AT] = ACTIONS(4744), - [anon_sym_break_AT] = ACTIONS(4744), - [sym_real_literal] = ACTIONS(4744), - [sym_integer_literal] = ACTIONS(4742), - [sym_hex_literal] = ACTIONS(4744), - [sym_bin_literal] = ACTIONS(4744), - [anon_sym_true] = ACTIONS(4742), - [anon_sym_false] = ACTIONS(4742), - [anon_sym_SQUOTE] = ACTIONS(4744), - [sym__backtick_identifier] = ACTIONS(4744), - [sym__automatic_semicolon] = ACTIONS(4744), - [sym_safe_nav] = ACTIONS(4744), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4744), + [1085] = { + [sym__alpha_identifier] = ACTIONS(4816), + [anon_sym_AT] = ACTIONS(4818), + [anon_sym_LBRACK] = ACTIONS(4818), + [anon_sym_as] = ACTIONS(4816), + [anon_sym_EQ] = ACTIONS(4816), + [anon_sym_LBRACE] = ACTIONS(4818), + [anon_sym_RBRACE] = ACTIONS(4818), + [anon_sym_LPAREN] = ACTIONS(4818), + [anon_sym_COMMA] = ACTIONS(4818), + [anon_sym_LT] = ACTIONS(4816), + [anon_sym_GT] = ACTIONS(4816), + [anon_sym_where] = ACTIONS(4816), + [anon_sym_object] = ACTIONS(4816), + [anon_sym_fun] = ACTIONS(4816), + [anon_sym_DOT] = ACTIONS(4816), + [anon_sym_SEMI] = ACTIONS(4818), + [anon_sym_get] = ACTIONS(4816), + [anon_sym_set] = ACTIONS(4816), + [anon_sym_this] = ACTIONS(4816), + [anon_sym_super] = ACTIONS(4816), + [anon_sym_STAR] = ACTIONS(4816), + [sym_label] = ACTIONS(4816), + [anon_sym_in] = ACTIONS(4816), + [anon_sym_DOT_DOT] = ACTIONS(4818), + [anon_sym_QMARK_COLON] = ACTIONS(4818), + [anon_sym_AMP_AMP] = ACTIONS(4818), + [anon_sym_PIPE_PIPE] = ACTIONS(4818), + [anon_sym_null] = ACTIONS(4816), + [anon_sym_if] = ACTIONS(4816), + [anon_sym_else] = ACTIONS(4816), + [anon_sym_when] = ACTIONS(4816), + [anon_sym_try] = ACTIONS(4816), + [anon_sym_throw] = ACTIONS(4816), + [anon_sym_return] = ACTIONS(4816), + [anon_sym_continue] = ACTIONS(4816), + [anon_sym_break] = ACTIONS(4816), + [anon_sym_COLON_COLON] = ACTIONS(4818), + [anon_sym_PLUS_EQ] = ACTIONS(4818), + [anon_sym_DASH_EQ] = ACTIONS(4818), + [anon_sym_STAR_EQ] = ACTIONS(4818), + [anon_sym_SLASH_EQ] = ACTIONS(4818), + [anon_sym_PERCENT_EQ] = ACTIONS(4818), + [anon_sym_BANG_EQ] = ACTIONS(4816), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4818), + [anon_sym_EQ_EQ] = ACTIONS(4816), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4818), + [anon_sym_LT_EQ] = ACTIONS(4818), + [anon_sym_GT_EQ] = ACTIONS(4818), + [anon_sym_BANGin] = ACTIONS(4818), + [anon_sym_is] = ACTIONS(4816), + [anon_sym_BANGis] = ACTIONS(4818), + [anon_sym_PLUS] = ACTIONS(4816), + [anon_sym_DASH] = ACTIONS(4816), + [anon_sym_SLASH] = ACTIONS(4816), + [anon_sym_PERCENT] = ACTIONS(4816), + [anon_sym_as_QMARK] = ACTIONS(4818), + [anon_sym_PLUS_PLUS] = ACTIONS(4818), + [anon_sym_DASH_DASH] = ACTIONS(4818), + [anon_sym_BANG] = ACTIONS(4816), + [anon_sym_BANG_BANG] = ACTIONS(4818), + [anon_sym_suspend] = ACTIONS(4816), + [anon_sym_sealed] = ACTIONS(4816), + [anon_sym_annotation] = ACTIONS(4816), + [anon_sym_data] = ACTIONS(4816), + [anon_sym_inner] = ACTIONS(4816), + [anon_sym_override] = ACTIONS(4816), + [anon_sym_lateinit] = ACTIONS(4816), + [anon_sym_public] = ACTIONS(4816), + [anon_sym_private] = ACTIONS(4816), + [anon_sym_internal] = ACTIONS(4816), + [anon_sym_protected] = ACTIONS(4816), + [anon_sym_tailrec] = ACTIONS(4816), + [anon_sym_operator] = ACTIONS(4816), + [anon_sym_infix] = ACTIONS(4816), + [anon_sym_inline] = ACTIONS(4816), + [anon_sym_external] = ACTIONS(4816), + [sym_property_modifier] = ACTIONS(4816), + [anon_sym_abstract] = ACTIONS(4816), + [anon_sym_final] = ACTIONS(4816), + [anon_sym_open] = ACTIONS(4816), + [anon_sym_vararg] = ACTIONS(4816), + [anon_sym_noinline] = ACTIONS(4816), + [anon_sym_crossinline] = ACTIONS(4816), + [anon_sym_expect] = ACTIONS(4816), + [anon_sym_actual] = ACTIONS(4816), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4818), + [anon_sym_continue_AT] = ACTIONS(4818), + [anon_sym_break_AT] = ACTIONS(4818), + [sym_real_literal] = ACTIONS(4818), + [sym_integer_literal] = ACTIONS(4816), + [sym_hex_literal] = ACTIONS(4818), + [sym_bin_literal] = ACTIONS(4818), + [anon_sym_true] = ACTIONS(4816), + [anon_sym_false] = ACTIONS(4816), + [anon_sym_SQUOTE] = ACTIONS(4818), + [sym__backtick_identifier] = ACTIONS(4818), + [sym__automatic_semicolon] = ACTIONS(4818), + [sym_safe_nav] = ACTIONS(4818), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4818), }, - [1051] = { - [sym__alpha_identifier] = ACTIONS(3204), - [anon_sym_AT] = ACTIONS(3208), - [anon_sym_LBRACK] = ACTIONS(3208), - [anon_sym_as] = ACTIONS(3204), - [anon_sym_EQ] = ACTIONS(3204), - [anon_sym_LBRACE] = ACTIONS(3208), - [anon_sym_RBRACE] = ACTIONS(3208), - [anon_sym_LPAREN] = ACTIONS(3208), - [anon_sym_COMMA] = ACTIONS(3208), - [anon_sym_LT] = ACTIONS(3204), - [anon_sym_GT] = ACTIONS(3204), - [anon_sym_where] = ACTIONS(3204), - [anon_sym_object] = ACTIONS(3204), - [anon_sym_fun] = ACTIONS(3204), - [anon_sym_DOT] = ACTIONS(3204), - [anon_sym_SEMI] = ACTIONS(3208), - [anon_sym_get] = ACTIONS(3204), - [anon_sym_set] = ACTIONS(3204), - [anon_sym_this] = ACTIONS(3204), - [anon_sym_super] = ACTIONS(3204), - [anon_sym_STAR] = ACTIONS(3204), - [sym_label] = ACTIONS(3204), - [anon_sym_in] = ACTIONS(3204), - [anon_sym_DOT_DOT] = ACTIONS(3208), - [anon_sym_QMARK_COLON] = ACTIONS(3208), - [anon_sym_AMP_AMP] = ACTIONS(3208), - [anon_sym_PIPE_PIPE] = ACTIONS(3208), - [anon_sym_null] = ACTIONS(3204), - [anon_sym_if] = ACTIONS(3204), - [anon_sym_else] = ACTIONS(3204), - [anon_sym_when] = ACTIONS(3204), - [anon_sym_try] = ACTIONS(3204), - [anon_sym_throw] = ACTIONS(3204), - [anon_sym_return] = ACTIONS(3204), - [anon_sym_continue] = ACTIONS(3204), - [anon_sym_break] = ACTIONS(3204), - [anon_sym_COLON_COLON] = ACTIONS(3208), - [anon_sym_PLUS_EQ] = ACTIONS(3208), - [anon_sym_DASH_EQ] = ACTIONS(3208), - [anon_sym_STAR_EQ] = ACTIONS(3208), - [anon_sym_SLASH_EQ] = ACTIONS(3208), - [anon_sym_PERCENT_EQ] = ACTIONS(3208), - [anon_sym_BANG_EQ] = ACTIONS(3204), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3208), - [anon_sym_EQ_EQ] = ACTIONS(3204), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3208), - [anon_sym_LT_EQ] = ACTIONS(3208), - [anon_sym_GT_EQ] = ACTIONS(3208), - [anon_sym_BANGin] = ACTIONS(3208), - [anon_sym_is] = ACTIONS(3204), - [anon_sym_BANGis] = ACTIONS(3208), - [anon_sym_PLUS] = ACTIONS(3204), - [anon_sym_DASH] = ACTIONS(3204), - [anon_sym_SLASH] = ACTIONS(3204), - [anon_sym_PERCENT] = ACTIONS(3204), - [anon_sym_as_QMARK] = ACTIONS(3208), - [anon_sym_PLUS_PLUS] = ACTIONS(3208), - [anon_sym_DASH_DASH] = ACTIONS(3208), - [anon_sym_BANG] = ACTIONS(3204), - [anon_sym_BANG_BANG] = ACTIONS(3208), - [anon_sym_suspend] = ACTIONS(3204), - [anon_sym_sealed] = ACTIONS(3204), - [anon_sym_annotation] = ACTIONS(3204), - [anon_sym_data] = ACTIONS(3204), - [anon_sym_inner] = ACTIONS(3204), - [anon_sym_override] = ACTIONS(3204), - [anon_sym_lateinit] = ACTIONS(3204), - [anon_sym_public] = ACTIONS(3204), - [anon_sym_private] = ACTIONS(3204), - [anon_sym_internal] = ACTIONS(3204), - [anon_sym_protected] = ACTIONS(3204), - [anon_sym_tailrec] = ACTIONS(3204), - [anon_sym_operator] = ACTIONS(3204), - [anon_sym_infix] = ACTIONS(3204), - [anon_sym_inline] = ACTIONS(3204), - [anon_sym_external] = ACTIONS(3204), - [sym_property_modifier] = ACTIONS(3204), - [anon_sym_abstract] = ACTIONS(3204), - [anon_sym_final] = ACTIONS(3204), - [anon_sym_open] = ACTIONS(3204), - [anon_sym_vararg] = ACTIONS(3204), - [anon_sym_noinline] = ACTIONS(3204), - [anon_sym_crossinline] = ACTIONS(3204), - [anon_sym_expect] = ACTIONS(3204), - [anon_sym_actual] = ACTIONS(3204), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3208), - [anon_sym_continue_AT] = ACTIONS(3208), - [anon_sym_break_AT] = ACTIONS(3208), - [sym_real_literal] = ACTIONS(3208), - [sym_integer_literal] = ACTIONS(3204), - [sym_hex_literal] = ACTIONS(3208), - [sym_bin_literal] = ACTIONS(3208), - [anon_sym_true] = ACTIONS(3204), - [anon_sym_false] = ACTIONS(3204), - [anon_sym_SQUOTE] = ACTIONS(3208), - [sym__backtick_identifier] = ACTIONS(3208), - [sym__automatic_semicolon] = ACTIONS(3208), - [sym_safe_nav] = ACTIONS(3208), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3208), + [1086] = { + [sym__alpha_identifier] = ACTIONS(4820), + [anon_sym_AT] = ACTIONS(4822), + [anon_sym_LBRACK] = ACTIONS(4822), + [anon_sym_as] = ACTIONS(4820), + [anon_sym_EQ] = ACTIONS(4820), + [anon_sym_LBRACE] = ACTIONS(4822), + [anon_sym_RBRACE] = ACTIONS(4822), + [anon_sym_LPAREN] = ACTIONS(4822), + [anon_sym_COMMA] = ACTIONS(4822), + [anon_sym_LT] = ACTIONS(4820), + [anon_sym_GT] = ACTIONS(4820), + [anon_sym_where] = ACTIONS(4820), + [anon_sym_object] = ACTIONS(4820), + [anon_sym_fun] = ACTIONS(4820), + [anon_sym_DOT] = ACTIONS(4820), + [anon_sym_SEMI] = ACTIONS(4822), + [anon_sym_get] = ACTIONS(4820), + [anon_sym_set] = ACTIONS(4820), + [anon_sym_this] = ACTIONS(4820), + [anon_sym_super] = ACTIONS(4820), + [anon_sym_STAR] = ACTIONS(4820), + [sym_label] = ACTIONS(4820), + [anon_sym_in] = ACTIONS(4820), + [anon_sym_DOT_DOT] = ACTIONS(4822), + [anon_sym_QMARK_COLON] = ACTIONS(4822), + [anon_sym_AMP_AMP] = ACTIONS(4822), + [anon_sym_PIPE_PIPE] = ACTIONS(4822), + [anon_sym_null] = ACTIONS(4820), + [anon_sym_if] = ACTIONS(4820), + [anon_sym_else] = ACTIONS(4820), + [anon_sym_when] = ACTIONS(4820), + [anon_sym_try] = ACTIONS(4820), + [anon_sym_throw] = ACTIONS(4820), + [anon_sym_return] = ACTIONS(4820), + [anon_sym_continue] = ACTIONS(4820), + [anon_sym_break] = ACTIONS(4820), + [anon_sym_COLON_COLON] = ACTIONS(4822), + [anon_sym_PLUS_EQ] = ACTIONS(4822), + [anon_sym_DASH_EQ] = ACTIONS(4822), + [anon_sym_STAR_EQ] = ACTIONS(4822), + [anon_sym_SLASH_EQ] = ACTIONS(4822), + [anon_sym_PERCENT_EQ] = ACTIONS(4822), + [anon_sym_BANG_EQ] = ACTIONS(4820), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4822), + [anon_sym_EQ_EQ] = ACTIONS(4820), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4822), + [anon_sym_LT_EQ] = ACTIONS(4822), + [anon_sym_GT_EQ] = ACTIONS(4822), + [anon_sym_BANGin] = ACTIONS(4822), + [anon_sym_is] = ACTIONS(4820), + [anon_sym_BANGis] = ACTIONS(4822), + [anon_sym_PLUS] = ACTIONS(4820), + [anon_sym_DASH] = ACTIONS(4820), + [anon_sym_SLASH] = ACTIONS(4820), + [anon_sym_PERCENT] = ACTIONS(4820), + [anon_sym_as_QMARK] = ACTIONS(4822), + [anon_sym_PLUS_PLUS] = ACTIONS(4822), + [anon_sym_DASH_DASH] = ACTIONS(4822), + [anon_sym_BANG] = ACTIONS(4820), + [anon_sym_BANG_BANG] = ACTIONS(4822), + [anon_sym_suspend] = ACTIONS(4820), + [anon_sym_sealed] = ACTIONS(4820), + [anon_sym_annotation] = ACTIONS(4820), + [anon_sym_data] = ACTIONS(4820), + [anon_sym_inner] = ACTIONS(4820), + [anon_sym_override] = ACTIONS(4820), + [anon_sym_lateinit] = ACTIONS(4820), + [anon_sym_public] = ACTIONS(4820), + [anon_sym_private] = ACTIONS(4820), + [anon_sym_internal] = ACTIONS(4820), + [anon_sym_protected] = ACTIONS(4820), + [anon_sym_tailrec] = ACTIONS(4820), + [anon_sym_operator] = ACTIONS(4820), + [anon_sym_infix] = ACTIONS(4820), + [anon_sym_inline] = ACTIONS(4820), + [anon_sym_external] = ACTIONS(4820), + [sym_property_modifier] = ACTIONS(4820), + [anon_sym_abstract] = ACTIONS(4820), + [anon_sym_final] = ACTIONS(4820), + [anon_sym_open] = ACTIONS(4820), + [anon_sym_vararg] = ACTIONS(4820), + [anon_sym_noinline] = ACTIONS(4820), + [anon_sym_crossinline] = ACTIONS(4820), + [anon_sym_expect] = ACTIONS(4820), + [anon_sym_actual] = ACTIONS(4820), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4822), + [anon_sym_continue_AT] = ACTIONS(4822), + [anon_sym_break_AT] = ACTIONS(4822), + [sym_real_literal] = ACTIONS(4822), + [sym_integer_literal] = ACTIONS(4820), + [sym_hex_literal] = ACTIONS(4822), + [sym_bin_literal] = ACTIONS(4822), + [anon_sym_true] = ACTIONS(4820), + [anon_sym_false] = ACTIONS(4820), + [anon_sym_SQUOTE] = ACTIONS(4822), + [sym__backtick_identifier] = ACTIONS(4822), + [sym__automatic_semicolon] = ACTIONS(4822), + [sym_safe_nav] = ACTIONS(4822), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4822), }, - [1052] = { - [sym__alpha_identifier] = ACTIONS(1776), - [anon_sym_AT] = ACTIONS(1778), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_EQ] = ACTIONS(1776), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_COMMA] = ACTIONS(1778), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_where] = ACTIONS(1776), - [anon_sym_object] = ACTIONS(1776), - [anon_sym_fun] = ACTIONS(1776), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(1778), - [anon_sym_get] = ACTIONS(1776), - [anon_sym_set] = ACTIONS(1776), - [anon_sym_this] = ACTIONS(1776), - [anon_sym_super] = ACTIONS(1776), - [anon_sym_STAR] = ACTIONS(1776), - [sym_label] = ACTIONS(1776), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_null] = ACTIONS(1776), - [anon_sym_if] = ACTIONS(1776), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_when] = ACTIONS(1776), - [anon_sym_try] = ACTIONS(1776), - [anon_sym_throw] = ACTIONS(1776), - [anon_sym_return] = ACTIONS(1776), - [anon_sym_continue] = ACTIONS(1776), - [anon_sym_break] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_PLUS_EQ] = ACTIONS(1778), - [anon_sym_DASH_EQ] = ACTIONS(1778), - [anon_sym_STAR_EQ] = ACTIONS(1778), - [anon_sym_SLASH_EQ] = ACTIONS(1778), - [anon_sym_PERCENT_EQ] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1776), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG] = ACTIONS(1776), - [anon_sym_BANG_BANG] = ACTIONS(1778), - [anon_sym_suspend] = ACTIONS(1776), - [anon_sym_sealed] = ACTIONS(1776), - [anon_sym_annotation] = ACTIONS(1776), - [anon_sym_data] = ACTIONS(1776), - [anon_sym_inner] = ACTIONS(1776), - [anon_sym_override] = ACTIONS(1776), - [anon_sym_lateinit] = ACTIONS(1776), - [anon_sym_public] = ACTIONS(1776), - [anon_sym_private] = ACTIONS(1776), - [anon_sym_internal] = ACTIONS(1776), - [anon_sym_protected] = ACTIONS(1776), - [anon_sym_tailrec] = ACTIONS(1776), - [anon_sym_operator] = ACTIONS(1776), - [anon_sym_infix] = ACTIONS(1776), - [anon_sym_inline] = ACTIONS(1776), - [anon_sym_external] = ACTIONS(1776), - [sym_property_modifier] = ACTIONS(1776), - [anon_sym_abstract] = ACTIONS(1776), - [anon_sym_final] = ACTIONS(1776), - [anon_sym_open] = ACTIONS(1776), - [anon_sym_vararg] = ACTIONS(1776), - [anon_sym_noinline] = ACTIONS(1776), - [anon_sym_crossinline] = ACTIONS(1776), - [anon_sym_expect] = ACTIONS(1776), - [anon_sym_actual] = ACTIONS(1776), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1778), - [anon_sym_continue_AT] = ACTIONS(1778), - [anon_sym_break_AT] = ACTIONS(1778), - [sym_real_literal] = ACTIONS(1778), - [sym_integer_literal] = ACTIONS(1776), - [sym_hex_literal] = ACTIONS(1778), - [sym_bin_literal] = ACTIONS(1778), - [anon_sym_true] = ACTIONS(1776), - [anon_sym_false] = ACTIONS(1776), - [anon_sym_SQUOTE] = ACTIONS(1778), - [sym__backtick_identifier] = ACTIONS(1778), - [sym__automatic_semicolon] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1778), + [1087] = { + [sym__alpha_identifier] = ACTIONS(4824), + [anon_sym_AT] = ACTIONS(4826), + [anon_sym_LBRACK] = ACTIONS(4826), + [anon_sym_as] = ACTIONS(4824), + [anon_sym_EQ] = ACTIONS(4824), + [anon_sym_LBRACE] = ACTIONS(4826), + [anon_sym_RBRACE] = ACTIONS(4826), + [anon_sym_LPAREN] = ACTIONS(4826), + [anon_sym_COMMA] = ACTIONS(4826), + [anon_sym_LT] = ACTIONS(4824), + [anon_sym_GT] = ACTIONS(4824), + [anon_sym_where] = ACTIONS(4824), + [anon_sym_object] = ACTIONS(4824), + [anon_sym_fun] = ACTIONS(4824), + [anon_sym_DOT] = ACTIONS(4824), + [anon_sym_SEMI] = ACTIONS(4826), + [anon_sym_get] = ACTIONS(4824), + [anon_sym_set] = ACTIONS(4824), + [anon_sym_this] = ACTIONS(4824), + [anon_sym_super] = ACTIONS(4824), + [anon_sym_STAR] = ACTIONS(4824), + [sym_label] = ACTIONS(4824), + [anon_sym_in] = ACTIONS(4824), + [anon_sym_DOT_DOT] = ACTIONS(4826), + [anon_sym_QMARK_COLON] = ACTIONS(4826), + [anon_sym_AMP_AMP] = ACTIONS(4826), + [anon_sym_PIPE_PIPE] = ACTIONS(4826), + [anon_sym_null] = ACTIONS(4824), + [anon_sym_if] = ACTIONS(4824), + [anon_sym_else] = ACTIONS(4824), + [anon_sym_when] = ACTIONS(4824), + [anon_sym_try] = ACTIONS(4824), + [anon_sym_throw] = ACTIONS(4824), + [anon_sym_return] = ACTIONS(4824), + [anon_sym_continue] = ACTIONS(4824), + [anon_sym_break] = ACTIONS(4824), + [anon_sym_COLON_COLON] = ACTIONS(4826), + [anon_sym_PLUS_EQ] = ACTIONS(4826), + [anon_sym_DASH_EQ] = ACTIONS(4826), + [anon_sym_STAR_EQ] = ACTIONS(4826), + [anon_sym_SLASH_EQ] = ACTIONS(4826), + [anon_sym_PERCENT_EQ] = ACTIONS(4826), + [anon_sym_BANG_EQ] = ACTIONS(4824), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4826), + [anon_sym_EQ_EQ] = ACTIONS(4824), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4826), + [anon_sym_LT_EQ] = ACTIONS(4826), + [anon_sym_GT_EQ] = ACTIONS(4826), + [anon_sym_BANGin] = ACTIONS(4826), + [anon_sym_is] = ACTIONS(4824), + [anon_sym_BANGis] = ACTIONS(4826), + [anon_sym_PLUS] = ACTIONS(4824), + [anon_sym_DASH] = ACTIONS(4824), + [anon_sym_SLASH] = ACTIONS(4824), + [anon_sym_PERCENT] = ACTIONS(4824), + [anon_sym_as_QMARK] = ACTIONS(4826), + [anon_sym_PLUS_PLUS] = ACTIONS(4826), + [anon_sym_DASH_DASH] = ACTIONS(4826), + [anon_sym_BANG] = ACTIONS(4824), + [anon_sym_BANG_BANG] = ACTIONS(4826), + [anon_sym_suspend] = ACTIONS(4824), + [anon_sym_sealed] = ACTIONS(4824), + [anon_sym_annotation] = ACTIONS(4824), + [anon_sym_data] = ACTIONS(4824), + [anon_sym_inner] = ACTIONS(4824), + [anon_sym_override] = ACTIONS(4824), + [anon_sym_lateinit] = ACTIONS(4824), + [anon_sym_public] = ACTIONS(4824), + [anon_sym_private] = ACTIONS(4824), + [anon_sym_internal] = ACTIONS(4824), + [anon_sym_protected] = ACTIONS(4824), + [anon_sym_tailrec] = ACTIONS(4824), + [anon_sym_operator] = ACTIONS(4824), + [anon_sym_infix] = ACTIONS(4824), + [anon_sym_inline] = ACTIONS(4824), + [anon_sym_external] = ACTIONS(4824), + [sym_property_modifier] = ACTIONS(4824), + [anon_sym_abstract] = ACTIONS(4824), + [anon_sym_final] = ACTIONS(4824), + [anon_sym_open] = ACTIONS(4824), + [anon_sym_vararg] = ACTIONS(4824), + [anon_sym_noinline] = ACTIONS(4824), + [anon_sym_crossinline] = ACTIONS(4824), + [anon_sym_expect] = ACTIONS(4824), + [anon_sym_actual] = ACTIONS(4824), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4826), + [anon_sym_continue_AT] = ACTIONS(4826), + [anon_sym_break_AT] = ACTIONS(4826), + [sym_real_literal] = ACTIONS(4826), + [sym_integer_literal] = ACTIONS(4824), + [sym_hex_literal] = ACTIONS(4826), + [sym_bin_literal] = ACTIONS(4826), + [anon_sym_true] = ACTIONS(4824), + [anon_sym_false] = ACTIONS(4824), + [anon_sym_SQUOTE] = ACTIONS(4826), + [sym__backtick_identifier] = ACTIONS(4826), + [sym__automatic_semicolon] = ACTIONS(4826), + [sym_safe_nav] = ACTIONS(4826), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4826), }, - [1053] = { - [sym__alpha_identifier] = ACTIONS(3874), - [anon_sym_AT] = ACTIONS(3876), - [anon_sym_LBRACK] = ACTIONS(3876), - [anon_sym_as] = ACTIONS(3874), - [anon_sym_EQ] = ACTIONS(3874), - [anon_sym_LBRACE] = ACTIONS(3876), - [anon_sym_RBRACE] = ACTIONS(3876), - [anon_sym_LPAREN] = ACTIONS(3876), - [anon_sym_COMMA] = ACTIONS(3876), - [anon_sym_LT] = ACTIONS(3874), - [anon_sym_GT] = ACTIONS(3874), - [anon_sym_where] = ACTIONS(3874), - [anon_sym_object] = ACTIONS(3874), - [anon_sym_fun] = ACTIONS(3874), - [anon_sym_DOT] = ACTIONS(3874), - [anon_sym_SEMI] = ACTIONS(3876), - [anon_sym_get] = ACTIONS(3874), - [anon_sym_set] = ACTIONS(3874), - [anon_sym_this] = ACTIONS(3874), - [anon_sym_super] = ACTIONS(3874), - [anon_sym_STAR] = ACTIONS(3874), - [sym_label] = ACTIONS(3874), - [anon_sym_in] = ACTIONS(3874), - [anon_sym_DOT_DOT] = ACTIONS(3876), - [anon_sym_QMARK_COLON] = ACTIONS(3876), - [anon_sym_AMP_AMP] = ACTIONS(3876), - [anon_sym_PIPE_PIPE] = ACTIONS(3876), - [anon_sym_null] = ACTIONS(3874), - [anon_sym_if] = ACTIONS(3874), - [anon_sym_else] = ACTIONS(3874), - [anon_sym_when] = ACTIONS(3874), - [anon_sym_try] = ACTIONS(3874), - [anon_sym_throw] = ACTIONS(3874), - [anon_sym_return] = ACTIONS(3874), - [anon_sym_continue] = ACTIONS(3874), - [anon_sym_break] = ACTIONS(3874), - [anon_sym_COLON_COLON] = ACTIONS(3876), - [anon_sym_PLUS_EQ] = ACTIONS(3876), - [anon_sym_DASH_EQ] = ACTIONS(3876), - [anon_sym_STAR_EQ] = ACTIONS(3876), - [anon_sym_SLASH_EQ] = ACTIONS(3876), - [anon_sym_PERCENT_EQ] = ACTIONS(3876), - [anon_sym_BANG_EQ] = ACTIONS(3874), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3876), - [anon_sym_EQ_EQ] = ACTIONS(3874), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3876), - [anon_sym_LT_EQ] = ACTIONS(3876), - [anon_sym_GT_EQ] = ACTIONS(3876), - [anon_sym_BANGin] = ACTIONS(3876), - [anon_sym_is] = ACTIONS(3874), - [anon_sym_BANGis] = ACTIONS(3876), - [anon_sym_PLUS] = ACTIONS(3874), - [anon_sym_DASH] = ACTIONS(3874), - [anon_sym_SLASH] = ACTIONS(3874), - [anon_sym_PERCENT] = ACTIONS(3874), - [anon_sym_as_QMARK] = ACTIONS(3876), - [anon_sym_PLUS_PLUS] = ACTIONS(3876), - [anon_sym_DASH_DASH] = ACTIONS(3876), - [anon_sym_BANG] = ACTIONS(3874), - [anon_sym_BANG_BANG] = ACTIONS(3876), - [anon_sym_suspend] = ACTIONS(3874), - [anon_sym_sealed] = ACTIONS(3874), - [anon_sym_annotation] = ACTIONS(3874), - [anon_sym_data] = ACTIONS(3874), - [anon_sym_inner] = ACTIONS(3874), - [anon_sym_override] = ACTIONS(3874), - [anon_sym_lateinit] = ACTIONS(3874), - [anon_sym_public] = ACTIONS(3874), - [anon_sym_private] = ACTIONS(3874), - [anon_sym_internal] = ACTIONS(3874), - [anon_sym_protected] = ACTIONS(3874), - [anon_sym_tailrec] = ACTIONS(3874), - [anon_sym_operator] = ACTIONS(3874), - [anon_sym_infix] = ACTIONS(3874), - [anon_sym_inline] = ACTIONS(3874), - [anon_sym_external] = ACTIONS(3874), - [sym_property_modifier] = ACTIONS(3874), - [anon_sym_abstract] = ACTIONS(3874), - [anon_sym_final] = ACTIONS(3874), - [anon_sym_open] = ACTIONS(3874), - [anon_sym_vararg] = ACTIONS(3874), - [anon_sym_noinline] = ACTIONS(3874), - [anon_sym_crossinline] = ACTIONS(3874), - [anon_sym_expect] = ACTIONS(3874), - [anon_sym_actual] = ACTIONS(3874), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3876), - [anon_sym_continue_AT] = ACTIONS(3876), - [anon_sym_break_AT] = ACTIONS(3876), - [sym_real_literal] = ACTIONS(3876), - [sym_integer_literal] = ACTIONS(3874), - [sym_hex_literal] = ACTIONS(3876), - [sym_bin_literal] = ACTIONS(3876), - [anon_sym_true] = ACTIONS(3874), - [anon_sym_false] = ACTIONS(3874), - [anon_sym_SQUOTE] = ACTIONS(3876), - [sym__backtick_identifier] = ACTIONS(3876), - [sym__automatic_semicolon] = ACTIONS(3876), - [sym_safe_nav] = ACTIONS(3876), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3876), + [1088] = { + [sym__alpha_identifier] = ACTIONS(4519), + [anon_sym_AT] = ACTIONS(4521), + [anon_sym_LBRACK] = ACTIONS(4521), + [anon_sym_as] = ACTIONS(4519), + [anon_sym_EQ] = ACTIONS(4828), + [anon_sym_LBRACE] = ACTIONS(4521), + [anon_sym_RBRACE] = ACTIONS(4521), + [anon_sym_LPAREN] = ACTIONS(4521), + [anon_sym_COMMA] = ACTIONS(4521), + [anon_sym_LT] = ACTIONS(4519), + [anon_sym_GT] = ACTIONS(4519), + [anon_sym_where] = ACTIONS(4519), + [anon_sym_object] = ACTIONS(4519), + [anon_sym_fun] = ACTIONS(4519), + [anon_sym_DOT] = ACTIONS(4519), + [anon_sym_SEMI] = ACTIONS(4521), + [anon_sym_get] = ACTIONS(4519), + [anon_sym_set] = ACTIONS(4519), + [anon_sym_this] = ACTIONS(4519), + [anon_sym_super] = ACTIONS(4519), + [anon_sym_STAR] = ACTIONS(4519), + [sym_label] = ACTIONS(4519), + [anon_sym_in] = ACTIONS(4519), + [anon_sym_DOT_DOT] = ACTIONS(4521), + [anon_sym_QMARK_COLON] = ACTIONS(4521), + [anon_sym_AMP_AMP] = ACTIONS(4521), + [anon_sym_PIPE_PIPE] = ACTIONS(4521), + [anon_sym_null] = ACTIONS(4519), + [anon_sym_if] = ACTIONS(4519), + [anon_sym_else] = ACTIONS(4519), + [anon_sym_when] = ACTIONS(4519), + [anon_sym_try] = ACTIONS(4519), + [anon_sym_throw] = ACTIONS(4519), + [anon_sym_return] = ACTIONS(4519), + [anon_sym_continue] = ACTIONS(4519), + [anon_sym_break] = ACTIONS(4519), + [anon_sym_COLON_COLON] = ACTIONS(4521), + [anon_sym_PLUS_EQ] = ACTIONS(4830), + [anon_sym_DASH_EQ] = ACTIONS(4830), + [anon_sym_STAR_EQ] = ACTIONS(4830), + [anon_sym_SLASH_EQ] = ACTIONS(4830), + [anon_sym_PERCENT_EQ] = ACTIONS(4830), + [anon_sym_BANG_EQ] = ACTIONS(4519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4521), + [anon_sym_EQ_EQ] = ACTIONS(4519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4521), + [anon_sym_LT_EQ] = ACTIONS(4521), + [anon_sym_GT_EQ] = ACTIONS(4521), + [anon_sym_BANGin] = ACTIONS(4521), + [anon_sym_is] = ACTIONS(4519), + [anon_sym_BANGis] = ACTIONS(4521), + [anon_sym_PLUS] = ACTIONS(4519), + [anon_sym_DASH] = ACTIONS(4519), + [anon_sym_SLASH] = ACTIONS(4519), + [anon_sym_PERCENT] = ACTIONS(4519), + [anon_sym_as_QMARK] = ACTIONS(4521), + [anon_sym_PLUS_PLUS] = ACTIONS(4521), + [anon_sym_DASH_DASH] = ACTIONS(4521), + [anon_sym_BANG] = ACTIONS(4519), + [anon_sym_BANG_BANG] = ACTIONS(4521), + [anon_sym_suspend] = ACTIONS(4519), + [anon_sym_sealed] = ACTIONS(4519), + [anon_sym_annotation] = ACTIONS(4519), + [anon_sym_data] = ACTIONS(4519), + [anon_sym_inner] = ACTIONS(4519), + [anon_sym_override] = ACTIONS(4519), + [anon_sym_lateinit] = ACTIONS(4519), + [anon_sym_public] = ACTIONS(4519), + [anon_sym_private] = ACTIONS(4519), + [anon_sym_internal] = ACTIONS(4519), + [anon_sym_protected] = ACTIONS(4519), + [anon_sym_tailrec] = ACTIONS(4519), + [anon_sym_operator] = ACTIONS(4519), + [anon_sym_infix] = ACTIONS(4519), + [anon_sym_inline] = ACTIONS(4519), + [anon_sym_external] = ACTIONS(4519), + [sym_property_modifier] = ACTIONS(4519), + [anon_sym_abstract] = ACTIONS(4519), + [anon_sym_final] = ACTIONS(4519), + [anon_sym_open] = ACTIONS(4519), + [anon_sym_vararg] = ACTIONS(4519), + [anon_sym_noinline] = ACTIONS(4519), + [anon_sym_crossinline] = ACTIONS(4519), + [anon_sym_expect] = ACTIONS(4519), + [anon_sym_actual] = ACTIONS(4519), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4521), + [anon_sym_continue_AT] = ACTIONS(4521), + [anon_sym_break_AT] = ACTIONS(4521), + [sym_real_literal] = ACTIONS(4521), + [sym_integer_literal] = ACTIONS(4519), + [sym_hex_literal] = ACTIONS(4521), + [sym_bin_literal] = ACTIONS(4521), + [anon_sym_true] = ACTIONS(4519), + [anon_sym_false] = ACTIONS(4519), + [anon_sym_SQUOTE] = ACTIONS(4521), + [sym__backtick_identifier] = ACTIONS(4521), + [sym__automatic_semicolon] = ACTIONS(4521), + [sym_safe_nav] = ACTIONS(4521), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4521), }, - [1054] = { - [sym__alpha_identifier] = ACTIONS(4746), - [anon_sym_AT] = ACTIONS(4748), - [anon_sym_LBRACK] = ACTIONS(4748), - [anon_sym_as] = ACTIONS(4746), - [anon_sym_EQ] = ACTIONS(4750), - [anon_sym_LBRACE] = ACTIONS(4748), - [anon_sym_RBRACE] = ACTIONS(4748), - [anon_sym_LPAREN] = ACTIONS(4748), - [anon_sym_COMMA] = ACTIONS(4748), - [anon_sym_LT] = ACTIONS(4746), - [anon_sym_GT] = ACTIONS(4746), - [anon_sym_where] = ACTIONS(4746), - [anon_sym_object] = ACTIONS(4746), - [anon_sym_fun] = ACTIONS(4746), - [anon_sym_DOT] = ACTIONS(4746), - [anon_sym_SEMI] = ACTIONS(4748), - [anon_sym_get] = ACTIONS(4746), - [anon_sym_set] = ACTIONS(4746), - [anon_sym_this] = ACTIONS(4746), - [anon_sym_super] = ACTIONS(4746), - [anon_sym_STAR] = ACTIONS(4746), - [sym_label] = ACTIONS(4746), - [anon_sym_in] = ACTIONS(4746), - [anon_sym_DOT_DOT] = ACTIONS(4748), - [anon_sym_QMARK_COLON] = ACTIONS(4748), - [anon_sym_AMP_AMP] = ACTIONS(4748), - [anon_sym_PIPE_PIPE] = ACTIONS(4748), - [anon_sym_null] = ACTIONS(4746), - [anon_sym_if] = ACTIONS(4746), - [anon_sym_else] = ACTIONS(4746), - [anon_sym_when] = ACTIONS(4746), - [anon_sym_try] = ACTIONS(4746), - [anon_sym_throw] = ACTIONS(4746), - [anon_sym_return] = ACTIONS(4746), - [anon_sym_continue] = ACTIONS(4746), - [anon_sym_break] = ACTIONS(4746), - [anon_sym_COLON_COLON] = ACTIONS(4752), - [anon_sym_PLUS_EQ] = ACTIONS(4755), - [anon_sym_DASH_EQ] = ACTIONS(4755), - [anon_sym_STAR_EQ] = ACTIONS(4755), - [anon_sym_SLASH_EQ] = ACTIONS(4755), - [anon_sym_PERCENT_EQ] = ACTIONS(4755), - [anon_sym_BANG_EQ] = ACTIONS(4746), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4748), - [anon_sym_EQ_EQ] = ACTIONS(4746), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4748), - [anon_sym_LT_EQ] = ACTIONS(4748), - [anon_sym_GT_EQ] = ACTIONS(4748), - [anon_sym_BANGin] = ACTIONS(4748), - [anon_sym_is] = ACTIONS(4746), - [anon_sym_BANGis] = ACTIONS(4748), - [anon_sym_PLUS] = ACTIONS(4746), - [anon_sym_DASH] = ACTIONS(4746), - [anon_sym_SLASH] = ACTIONS(4746), - [anon_sym_PERCENT] = ACTIONS(4746), - [anon_sym_as_QMARK] = ACTIONS(4748), - [anon_sym_PLUS_PLUS] = ACTIONS(4748), - [anon_sym_DASH_DASH] = ACTIONS(4748), - [anon_sym_BANG] = ACTIONS(4746), - [anon_sym_BANG_BANG] = ACTIONS(4748), - [anon_sym_suspend] = ACTIONS(4746), - [anon_sym_sealed] = ACTIONS(4746), - [anon_sym_annotation] = ACTIONS(4746), - [anon_sym_data] = ACTIONS(4746), - [anon_sym_inner] = ACTIONS(4746), - [anon_sym_override] = ACTIONS(4746), - [anon_sym_lateinit] = ACTIONS(4746), - [anon_sym_public] = ACTIONS(4746), - [anon_sym_private] = ACTIONS(4746), - [anon_sym_internal] = ACTIONS(4746), - [anon_sym_protected] = ACTIONS(4746), - [anon_sym_tailrec] = ACTIONS(4746), - [anon_sym_operator] = ACTIONS(4746), - [anon_sym_infix] = ACTIONS(4746), - [anon_sym_inline] = ACTIONS(4746), - [anon_sym_external] = ACTIONS(4746), - [sym_property_modifier] = ACTIONS(4746), - [anon_sym_abstract] = ACTIONS(4746), - [anon_sym_final] = ACTIONS(4746), - [anon_sym_open] = ACTIONS(4746), - [anon_sym_vararg] = ACTIONS(4746), - [anon_sym_noinline] = ACTIONS(4746), - [anon_sym_crossinline] = ACTIONS(4746), - [anon_sym_expect] = ACTIONS(4746), - [anon_sym_actual] = ACTIONS(4746), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4748), - [anon_sym_continue_AT] = ACTIONS(4748), - [anon_sym_break_AT] = ACTIONS(4748), - [sym_real_literal] = ACTIONS(4748), - [sym_integer_literal] = ACTIONS(4746), - [sym_hex_literal] = ACTIONS(4748), - [sym_bin_literal] = ACTIONS(4748), - [anon_sym_true] = ACTIONS(4746), - [anon_sym_false] = ACTIONS(4746), - [anon_sym_SQUOTE] = ACTIONS(4748), - [sym__backtick_identifier] = ACTIONS(4748), - [sym__automatic_semicolon] = ACTIONS(4748), - [sym_safe_nav] = ACTIONS(4748), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4748), + [1089] = { + [sym__alpha_identifier] = ACTIONS(4832), + [anon_sym_AT] = ACTIONS(4834), + [anon_sym_LBRACK] = ACTIONS(4834), + [anon_sym_as] = ACTIONS(4832), + [anon_sym_EQ] = ACTIONS(4832), + [anon_sym_LBRACE] = ACTIONS(4834), + [anon_sym_RBRACE] = ACTIONS(4834), + [anon_sym_LPAREN] = ACTIONS(4834), + [anon_sym_COMMA] = ACTIONS(4834), + [anon_sym_LT] = ACTIONS(4832), + [anon_sym_GT] = ACTIONS(4832), + [anon_sym_where] = ACTIONS(4832), + [anon_sym_object] = ACTIONS(4832), + [anon_sym_fun] = ACTIONS(4832), + [anon_sym_DOT] = ACTIONS(4832), + [anon_sym_SEMI] = ACTIONS(4834), + [anon_sym_get] = ACTIONS(4832), + [anon_sym_set] = ACTIONS(4832), + [anon_sym_this] = ACTIONS(4832), + [anon_sym_super] = ACTIONS(4832), + [anon_sym_STAR] = ACTIONS(4832), + [sym_label] = ACTIONS(4832), + [anon_sym_in] = ACTIONS(4832), + [anon_sym_DOT_DOT] = ACTIONS(4834), + [anon_sym_QMARK_COLON] = ACTIONS(4834), + [anon_sym_AMP_AMP] = ACTIONS(4834), + [anon_sym_PIPE_PIPE] = ACTIONS(4834), + [anon_sym_null] = ACTIONS(4832), + [anon_sym_if] = ACTIONS(4832), + [anon_sym_else] = ACTIONS(4832), + [anon_sym_when] = ACTIONS(4832), + [anon_sym_try] = ACTIONS(4832), + [anon_sym_throw] = ACTIONS(4832), + [anon_sym_return] = ACTIONS(4832), + [anon_sym_continue] = ACTIONS(4832), + [anon_sym_break] = ACTIONS(4832), + [anon_sym_COLON_COLON] = ACTIONS(4834), + [anon_sym_PLUS_EQ] = ACTIONS(4834), + [anon_sym_DASH_EQ] = ACTIONS(4834), + [anon_sym_STAR_EQ] = ACTIONS(4834), + [anon_sym_SLASH_EQ] = ACTIONS(4834), + [anon_sym_PERCENT_EQ] = ACTIONS(4834), + [anon_sym_BANG_EQ] = ACTIONS(4832), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4834), + [anon_sym_EQ_EQ] = ACTIONS(4832), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4834), + [anon_sym_LT_EQ] = ACTIONS(4834), + [anon_sym_GT_EQ] = ACTIONS(4834), + [anon_sym_BANGin] = ACTIONS(4834), + [anon_sym_is] = ACTIONS(4832), + [anon_sym_BANGis] = ACTIONS(4834), + [anon_sym_PLUS] = ACTIONS(4832), + [anon_sym_DASH] = ACTIONS(4832), + [anon_sym_SLASH] = ACTIONS(4832), + [anon_sym_PERCENT] = ACTIONS(4832), + [anon_sym_as_QMARK] = ACTIONS(4834), + [anon_sym_PLUS_PLUS] = ACTIONS(4834), + [anon_sym_DASH_DASH] = ACTIONS(4834), + [anon_sym_BANG] = ACTIONS(4832), + [anon_sym_BANG_BANG] = ACTIONS(4834), + [anon_sym_suspend] = ACTIONS(4832), + [anon_sym_sealed] = ACTIONS(4832), + [anon_sym_annotation] = ACTIONS(4832), + [anon_sym_data] = ACTIONS(4832), + [anon_sym_inner] = ACTIONS(4832), + [anon_sym_override] = ACTIONS(4832), + [anon_sym_lateinit] = ACTIONS(4832), + [anon_sym_public] = ACTIONS(4832), + [anon_sym_private] = ACTIONS(4832), + [anon_sym_internal] = ACTIONS(4832), + [anon_sym_protected] = ACTIONS(4832), + [anon_sym_tailrec] = ACTIONS(4832), + [anon_sym_operator] = ACTIONS(4832), + [anon_sym_infix] = ACTIONS(4832), + [anon_sym_inline] = ACTIONS(4832), + [anon_sym_external] = ACTIONS(4832), + [sym_property_modifier] = ACTIONS(4832), + [anon_sym_abstract] = ACTIONS(4832), + [anon_sym_final] = ACTIONS(4832), + [anon_sym_open] = ACTIONS(4832), + [anon_sym_vararg] = ACTIONS(4832), + [anon_sym_noinline] = ACTIONS(4832), + [anon_sym_crossinline] = ACTIONS(4832), + [anon_sym_expect] = ACTIONS(4832), + [anon_sym_actual] = ACTIONS(4832), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4834), + [anon_sym_continue_AT] = ACTIONS(4834), + [anon_sym_break_AT] = ACTIONS(4834), + [sym_real_literal] = ACTIONS(4834), + [sym_integer_literal] = ACTIONS(4832), + [sym_hex_literal] = ACTIONS(4834), + [sym_bin_literal] = ACTIONS(4834), + [anon_sym_true] = ACTIONS(4832), + [anon_sym_false] = ACTIONS(4832), + [anon_sym_SQUOTE] = ACTIONS(4834), + [sym__backtick_identifier] = ACTIONS(4834), + [sym__automatic_semicolon] = ACTIONS(4834), + [sym_safe_nav] = ACTIONS(4834), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4834), }, - [1055] = { - [sym__alpha_identifier] = ACTIONS(4757), - [anon_sym_AT] = ACTIONS(4759), - [anon_sym_LBRACK] = ACTIONS(4759), - [anon_sym_as] = ACTIONS(4757), - [anon_sym_EQ] = ACTIONS(4757), - [anon_sym_LBRACE] = ACTIONS(4759), - [anon_sym_RBRACE] = ACTIONS(4759), - [anon_sym_LPAREN] = ACTIONS(4759), - [anon_sym_COMMA] = ACTIONS(4759), - [anon_sym_LT] = ACTIONS(4757), - [anon_sym_GT] = ACTIONS(4757), - [anon_sym_where] = ACTIONS(4757), - [anon_sym_object] = ACTIONS(4757), - [anon_sym_fun] = ACTIONS(4757), - [anon_sym_DOT] = ACTIONS(4757), - [anon_sym_SEMI] = ACTIONS(4759), - [anon_sym_get] = ACTIONS(4757), - [anon_sym_set] = ACTIONS(4757), - [anon_sym_this] = ACTIONS(4757), - [anon_sym_super] = ACTIONS(4757), - [anon_sym_STAR] = ACTIONS(4757), - [sym_label] = ACTIONS(4757), - [anon_sym_in] = ACTIONS(4757), - [anon_sym_DOT_DOT] = ACTIONS(4759), - [anon_sym_QMARK_COLON] = ACTIONS(4759), - [anon_sym_AMP_AMP] = ACTIONS(4759), - [anon_sym_PIPE_PIPE] = ACTIONS(4759), - [anon_sym_null] = ACTIONS(4757), - [anon_sym_if] = ACTIONS(4757), - [anon_sym_else] = ACTIONS(4757), - [anon_sym_when] = ACTIONS(4757), - [anon_sym_try] = ACTIONS(4757), - [anon_sym_throw] = ACTIONS(4757), - [anon_sym_return] = ACTIONS(4757), - [anon_sym_continue] = ACTIONS(4757), - [anon_sym_break] = ACTIONS(4757), - [anon_sym_COLON_COLON] = ACTIONS(4759), - [anon_sym_PLUS_EQ] = ACTIONS(4759), - [anon_sym_DASH_EQ] = ACTIONS(4759), - [anon_sym_STAR_EQ] = ACTIONS(4759), - [anon_sym_SLASH_EQ] = ACTIONS(4759), - [anon_sym_PERCENT_EQ] = ACTIONS(4759), - [anon_sym_BANG_EQ] = ACTIONS(4757), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4759), - [anon_sym_EQ_EQ] = ACTIONS(4757), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4759), - [anon_sym_LT_EQ] = ACTIONS(4759), - [anon_sym_GT_EQ] = ACTIONS(4759), - [anon_sym_BANGin] = ACTIONS(4759), - [anon_sym_is] = ACTIONS(4757), - [anon_sym_BANGis] = ACTIONS(4759), - [anon_sym_PLUS] = ACTIONS(4757), - [anon_sym_DASH] = ACTIONS(4757), - [anon_sym_SLASH] = ACTIONS(4757), - [anon_sym_PERCENT] = ACTIONS(4757), - [anon_sym_as_QMARK] = ACTIONS(4759), - [anon_sym_PLUS_PLUS] = ACTIONS(4759), - [anon_sym_DASH_DASH] = ACTIONS(4759), - [anon_sym_BANG] = ACTIONS(4757), - [anon_sym_BANG_BANG] = ACTIONS(4759), - [anon_sym_suspend] = ACTIONS(4757), - [anon_sym_sealed] = ACTIONS(4757), - [anon_sym_annotation] = ACTIONS(4757), - [anon_sym_data] = ACTIONS(4757), - [anon_sym_inner] = ACTIONS(4757), - [anon_sym_override] = ACTIONS(4757), - [anon_sym_lateinit] = ACTIONS(4757), - [anon_sym_public] = ACTIONS(4757), - [anon_sym_private] = ACTIONS(4757), - [anon_sym_internal] = ACTIONS(4757), - [anon_sym_protected] = ACTIONS(4757), - [anon_sym_tailrec] = ACTIONS(4757), - [anon_sym_operator] = ACTIONS(4757), - [anon_sym_infix] = ACTIONS(4757), - [anon_sym_inline] = ACTIONS(4757), - [anon_sym_external] = ACTIONS(4757), - [sym_property_modifier] = ACTIONS(4757), - [anon_sym_abstract] = ACTIONS(4757), - [anon_sym_final] = ACTIONS(4757), - [anon_sym_open] = ACTIONS(4757), - [anon_sym_vararg] = ACTIONS(4757), - [anon_sym_noinline] = ACTIONS(4757), - [anon_sym_crossinline] = ACTIONS(4757), - [anon_sym_expect] = ACTIONS(4757), - [anon_sym_actual] = ACTIONS(4757), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4759), - [anon_sym_continue_AT] = ACTIONS(4759), - [anon_sym_break_AT] = ACTIONS(4759), - [sym_real_literal] = ACTIONS(4759), - [sym_integer_literal] = ACTIONS(4757), - [sym_hex_literal] = ACTIONS(4759), - [sym_bin_literal] = ACTIONS(4759), - [anon_sym_true] = ACTIONS(4757), - [anon_sym_false] = ACTIONS(4757), - [anon_sym_SQUOTE] = ACTIONS(4759), - [sym__backtick_identifier] = ACTIONS(4759), - [sym__automatic_semicolon] = ACTIONS(4759), - [sym_safe_nav] = ACTIONS(4759), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4759), + [1090] = { + [sym_getter] = STATE(9055), + [sym_setter] = STATE(9055), + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(1752), + [sym__comparison_operator] = STATE(1753), + [sym__in_operator] = STATE(1754), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(1755), + [sym__multiplicative_operator] = STATE(1756), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_modifiers] = STATE(8728), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1758), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(4156), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(4836), + [anon_sym_get] = ACTIONS(4838), + [anon_sym_set] = ACTIONS(4840), + [anon_sym_STAR] = ACTIONS(4164), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(4166), + [anon_sym_while] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(4168), + [anon_sym_QMARK_COLON] = ACTIONS(4170), + [anon_sym_AMP_AMP] = ACTIONS(4172), + [anon_sym_PIPE_PIPE] = ACTIONS(4174), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_BANG_EQ] = ACTIONS(4176), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4178), + [anon_sym_EQ_EQ] = ACTIONS(4176), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4178), + [anon_sym_LT_EQ] = ACTIONS(4180), + [anon_sym_GT_EQ] = ACTIONS(4180), + [anon_sym_BANGin] = ACTIONS(4182), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), + [anon_sym_PLUS] = ACTIONS(4184), + [anon_sym_DASH] = ACTIONS(4184), + [anon_sym_SLASH] = ACTIONS(4186), + [anon_sym_PERCENT] = ACTIONS(4164), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(1746), + [anon_sym_inner] = ACTIONS(1746), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(1748), + [anon_sym_actual] = ACTIONS(1748), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym_safe_nav] = ACTIONS(3420), + [sym_multiline_comment] = ACTIONS(3), }, - [1056] = { - [sym__alpha_identifier] = ACTIONS(4761), - [anon_sym_AT] = ACTIONS(4763), - [anon_sym_LBRACK] = ACTIONS(4763), - [anon_sym_as] = ACTIONS(4761), - [anon_sym_EQ] = ACTIONS(4761), - [anon_sym_LBRACE] = ACTIONS(4763), - [anon_sym_RBRACE] = ACTIONS(4763), - [anon_sym_LPAREN] = ACTIONS(4763), - [anon_sym_COMMA] = ACTIONS(4763), - [anon_sym_LT] = ACTIONS(4761), - [anon_sym_GT] = ACTIONS(4761), - [anon_sym_where] = ACTIONS(4761), - [anon_sym_object] = ACTIONS(4761), - [anon_sym_fun] = ACTIONS(4761), - [anon_sym_DOT] = ACTIONS(4761), - [anon_sym_SEMI] = ACTIONS(4763), - [anon_sym_get] = ACTIONS(4761), - [anon_sym_set] = ACTIONS(4761), - [anon_sym_this] = ACTIONS(4761), - [anon_sym_super] = ACTIONS(4761), - [anon_sym_STAR] = ACTIONS(4761), - [sym_label] = ACTIONS(4761), - [anon_sym_in] = ACTIONS(4761), - [anon_sym_DOT_DOT] = ACTIONS(4763), - [anon_sym_QMARK_COLON] = ACTIONS(4763), - [anon_sym_AMP_AMP] = ACTIONS(4763), - [anon_sym_PIPE_PIPE] = ACTIONS(4763), - [anon_sym_null] = ACTIONS(4761), - [anon_sym_if] = ACTIONS(4761), - [anon_sym_else] = ACTIONS(4761), - [anon_sym_when] = ACTIONS(4761), - [anon_sym_try] = ACTIONS(4761), - [anon_sym_throw] = ACTIONS(4761), - [anon_sym_return] = ACTIONS(4761), - [anon_sym_continue] = ACTIONS(4761), - [anon_sym_break] = ACTIONS(4761), - [anon_sym_COLON_COLON] = ACTIONS(4763), - [anon_sym_PLUS_EQ] = ACTIONS(4763), - [anon_sym_DASH_EQ] = ACTIONS(4763), - [anon_sym_STAR_EQ] = ACTIONS(4763), - [anon_sym_SLASH_EQ] = ACTIONS(4763), - [anon_sym_PERCENT_EQ] = ACTIONS(4763), - [anon_sym_BANG_EQ] = ACTIONS(4761), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4763), - [anon_sym_EQ_EQ] = ACTIONS(4761), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4763), - [anon_sym_LT_EQ] = ACTIONS(4763), - [anon_sym_GT_EQ] = ACTIONS(4763), - [anon_sym_BANGin] = ACTIONS(4763), - [anon_sym_is] = ACTIONS(4761), - [anon_sym_BANGis] = ACTIONS(4763), - [anon_sym_PLUS] = ACTIONS(4761), - [anon_sym_DASH] = ACTIONS(4761), - [anon_sym_SLASH] = ACTIONS(4761), - [anon_sym_PERCENT] = ACTIONS(4761), - [anon_sym_as_QMARK] = ACTIONS(4763), - [anon_sym_PLUS_PLUS] = ACTIONS(4763), - [anon_sym_DASH_DASH] = ACTIONS(4763), - [anon_sym_BANG] = ACTIONS(4761), - [anon_sym_BANG_BANG] = ACTIONS(4763), - [anon_sym_suspend] = ACTIONS(4761), - [anon_sym_sealed] = ACTIONS(4761), - [anon_sym_annotation] = ACTIONS(4761), - [anon_sym_data] = ACTIONS(4761), - [anon_sym_inner] = ACTIONS(4761), - [anon_sym_override] = ACTIONS(4761), - [anon_sym_lateinit] = ACTIONS(4761), - [anon_sym_public] = ACTIONS(4761), - [anon_sym_private] = ACTIONS(4761), - [anon_sym_internal] = ACTIONS(4761), - [anon_sym_protected] = ACTIONS(4761), - [anon_sym_tailrec] = ACTIONS(4761), - [anon_sym_operator] = ACTIONS(4761), - [anon_sym_infix] = ACTIONS(4761), - [anon_sym_inline] = ACTIONS(4761), - [anon_sym_external] = ACTIONS(4761), - [sym_property_modifier] = ACTIONS(4761), - [anon_sym_abstract] = ACTIONS(4761), - [anon_sym_final] = ACTIONS(4761), - [anon_sym_open] = ACTIONS(4761), - [anon_sym_vararg] = ACTIONS(4761), - [anon_sym_noinline] = ACTIONS(4761), - [anon_sym_crossinline] = ACTIONS(4761), - [anon_sym_expect] = ACTIONS(4761), - [anon_sym_actual] = ACTIONS(4761), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4763), - [anon_sym_continue_AT] = ACTIONS(4763), - [anon_sym_break_AT] = ACTIONS(4763), - [sym_real_literal] = ACTIONS(4763), - [sym_integer_literal] = ACTIONS(4761), - [sym_hex_literal] = ACTIONS(4763), - [sym_bin_literal] = ACTIONS(4763), - [anon_sym_true] = ACTIONS(4761), - [anon_sym_false] = ACTIONS(4761), - [anon_sym_SQUOTE] = ACTIONS(4763), - [sym__backtick_identifier] = ACTIONS(4763), - [sym__automatic_semicolon] = ACTIONS(4763), - [sym_safe_nav] = ACTIONS(4763), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4763), + [1091] = { + [sym__alpha_identifier] = ACTIONS(4842), + [anon_sym_AT] = ACTIONS(4844), + [anon_sym_LBRACK] = ACTIONS(4844), + [anon_sym_as] = ACTIONS(4842), + [anon_sym_EQ] = ACTIONS(4842), + [anon_sym_LBRACE] = ACTIONS(4844), + [anon_sym_RBRACE] = ACTIONS(4844), + [anon_sym_LPAREN] = ACTIONS(4844), + [anon_sym_COMMA] = ACTIONS(4844), + [anon_sym_LT] = ACTIONS(4842), + [anon_sym_GT] = ACTIONS(4842), + [anon_sym_where] = ACTIONS(4842), + [anon_sym_object] = ACTIONS(4842), + [anon_sym_fun] = ACTIONS(4842), + [anon_sym_DOT] = ACTIONS(4842), + [anon_sym_SEMI] = ACTIONS(4844), + [anon_sym_get] = ACTIONS(4842), + [anon_sym_set] = ACTIONS(4842), + [anon_sym_this] = ACTIONS(4842), + [anon_sym_super] = ACTIONS(4842), + [anon_sym_STAR] = ACTIONS(4842), + [sym_label] = ACTIONS(4842), + [anon_sym_in] = ACTIONS(4842), + [anon_sym_DOT_DOT] = ACTIONS(4844), + [anon_sym_QMARK_COLON] = ACTIONS(4844), + [anon_sym_AMP_AMP] = ACTIONS(4844), + [anon_sym_PIPE_PIPE] = ACTIONS(4844), + [anon_sym_null] = ACTIONS(4842), + [anon_sym_if] = ACTIONS(4842), + [anon_sym_else] = ACTIONS(4842), + [anon_sym_when] = ACTIONS(4842), + [anon_sym_try] = ACTIONS(4842), + [anon_sym_throw] = ACTIONS(4842), + [anon_sym_return] = ACTIONS(4842), + [anon_sym_continue] = ACTIONS(4842), + [anon_sym_break] = ACTIONS(4842), + [anon_sym_COLON_COLON] = ACTIONS(4846), + [anon_sym_PLUS_EQ] = ACTIONS(4844), + [anon_sym_DASH_EQ] = ACTIONS(4844), + [anon_sym_STAR_EQ] = ACTIONS(4844), + [anon_sym_SLASH_EQ] = ACTIONS(4844), + [anon_sym_PERCENT_EQ] = ACTIONS(4844), + [anon_sym_BANG_EQ] = ACTIONS(4842), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4844), + [anon_sym_EQ_EQ] = ACTIONS(4842), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4844), + [anon_sym_LT_EQ] = ACTIONS(4844), + [anon_sym_GT_EQ] = ACTIONS(4844), + [anon_sym_BANGin] = ACTIONS(4844), + [anon_sym_is] = ACTIONS(4842), + [anon_sym_BANGis] = ACTIONS(4844), + [anon_sym_PLUS] = ACTIONS(4842), + [anon_sym_DASH] = ACTIONS(4842), + [anon_sym_SLASH] = ACTIONS(4842), + [anon_sym_PERCENT] = ACTIONS(4842), + [anon_sym_as_QMARK] = ACTIONS(4844), + [anon_sym_PLUS_PLUS] = ACTIONS(4844), + [anon_sym_DASH_DASH] = ACTIONS(4844), + [anon_sym_BANG] = ACTIONS(4842), + [anon_sym_BANG_BANG] = ACTIONS(4844), + [anon_sym_suspend] = ACTIONS(4842), + [anon_sym_sealed] = ACTIONS(4842), + [anon_sym_annotation] = ACTIONS(4842), + [anon_sym_data] = ACTIONS(4842), + [anon_sym_inner] = ACTIONS(4842), + [anon_sym_override] = ACTIONS(4842), + [anon_sym_lateinit] = ACTIONS(4842), + [anon_sym_public] = ACTIONS(4842), + [anon_sym_private] = ACTIONS(4842), + [anon_sym_internal] = ACTIONS(4842), + [anon_sym_protected] = ACTIONS(4842), + [anon_sym_tailrec] = ACTIONS(4842), + [anon_sym_operator] = ACTIONS(4842), + [anon_sym_infix] = ACTIONS(4842), + [anon_sym_inline] = ACTIONS(4842), + [anon_sym_external] = ACTIONS(4842), + [sym_property_modifier] = ACTIONS(4842), + [anon_sym_abstract] = ACTIONS(4842), + [anon_sym_final] = ACTIONS(4842), + [anon_sym_open] = ACTIONS(4842), + [anon_sym_vararg] = ACTIONS(4842), + [anon_sym_noinline] = ACTIONS(4842), + [anon_sym_crossinline] = ACTIONS(4842), + [anon_sym_expect] = ACTIONS(4842), + [anon_sym_actual] = ACTIONS(4842), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4844), + [anon_sym_continue_AT] = ACTIONS(4844), + [anon_sym_break_AT] = ACTIONS(4844), + [sym_real_literal] = ACTIONS(4844), + [sym_integer_literal] = ACTIONS(4842), + [sym_hex_literal] = ACTIONS(4844), + [sym_bin_literal] = ACTIONS(4844), + [anon_sym_true] = ACTIONS(4842), + [anon_sym_false] = ACTIONS(4842), + [anon_sym_SQUOTE] = ACTIONS(4844), + [sym__backtick_identifier] = ACTIONS(4844), + [sym__automatic_semicolon] = ACTIONS(4844), + [sym_safe_nav] = ACTIONS(4844), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4844), }, - [1057] = { - [sym__alpha_identifier] = ACTIONS(4765), - [anon_sym_AT] = ACTIONS(4767), - [anon_sym_LBRACK] = ACTIONS(4767), - [anon_sym_as] = ACTIONS(4765), - [anon_sym_EQ] = ACTIONS(4765), - [anon_sym_LBRACE] = ACTIONS(4767), - [anon_sym_RBRACE] = ACTIONS(4767), - [anon_sym_LPAREN] = ACTIONS(4767), - [anon_sym_COMMA] = ACTIONS(4767), - [anon_sym_LT] = ACTIONS(4765), - [anon_sym_GT] = ACTIONS(4765), - [anon_sym_where] = ACTIONS(4765), - [anon_sym_object] = ACTIONS(4765), - [anon_sym_fun] = ACTIONS(4765), - [anon_sym_DOT] = ACTIONS(4765), - [anon_sym_SEMI] = ACTIONS(4767), - [anon_sym_get] = ACTIONS(4765), - [anon_sym_set] = ACTIONS(4765), - [anon_sym_this] = ACTIONS(4765), - [anon_sym_super] = ACTIONS(4765), - [anon_sym_STAR] = ACTIONS(4765), - [sym_label] = ACTIONS(4765), - [anon_sym_in] = ACTIONS(4765), - [anon_sym_DOT_DOT] = ACTIONS(4767), - [anon_sym_QMARK_COLON] = ACTIONS(4767), - [anon_sym_AMP_AMP] = ACTIONS(4767), - [anon_sym_PIPE_PIPE] = ACTIONS(4767), - [anon_sym_null] = ACTIONS(4765), - [anon_sym_if] = ACTIONS(4765), - [anon_sym_else] = ACTIONS(4765), - [anon_sym_when] = ACTIONS(4765), - [anon_sym_try] = ACTIONS(4765), - [anon_sym_throw] = ACTIONS(4765), - [anon_sym_return] = ACTIONS(4765), - [anon_sym_continue] = ACTIONS(4765), - [anon_sym_break] = ACTIONS(4765), - [anon_sym_COLON_COLON] = ACTIONS(4767), - [anon_sym_PLUS_EQ] = ACTIONS(4767), - [anon_sym_DASH_EQ] = ACTIONS(4767), - [anon_sym_STAR_EQ] = ACTIONS(4767), - [anon_sym_SLASH_EQ] = ACTIONS(4767), - [anon_sym_PERCENT_EQ] = ACTIONS(4767), - [anon_sym_BANG_EQ] = ACTIONS(4765), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4767), - [anon_sym_EQ_EQ] = ACTIONS(4765), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4767), - [anon_sym_LT_EQ] = ACTIONS(4767), - [anon_sym_GT_EQ] = ACTIONS(4767), - [anon_sym_BANGin] = ACTIONS(4767), - [anon_sym_is] = ACTIONS(4765), - [anon_sym_BANGis] = ACTIONS(4767), - [anon_sym_PLUS] = ACTIONS(4765), - [anon_sym_DASH] = ACTIONS(4765), - [anon_sym_SLASH] = ACTIONS(4765), - [anon_sym_PERCENT] = ACTIONS(4765), - [anon_sym_as_QMARK] = ACTIONS(4767), - [anon_sym_PLUS_PLUS] = ACTIONS(4767), - [anon_sym_DASH_DASH] = ACTIONS(4767), - [anon_sym_BANG] = ACTIONS(4765), - [anon_sym_BANG_BANG] = ACTIONS(4767), - [anon_sym_suspend] = ACTIONS(4765), - [anon_sym_sealed] = ACTIONS(4765), - [anon_sym_annotation] = ACTIONS(4765), - [anon_sym_data] = ACTIONS(4765), - [anon_sym_inner] = ACTIONS(4765), - [anon_sym_override] = ACTIONS(4765), - [anon_sym_lateinit] = ACTIONS(4765), - [anon_sym_public] = ACTIONS(4765), - [anon_sym_private] = ACTIONS(4765), - [anon_sym_internal] = ACTIONS(4765), - [anon_sym_protected] = ACTIONS(4765), - [anon_sym_tailrec] = ACTIONS(4765), - [anon_sym_operator] = ACTIONS(4765), - [anon_sym_infix] = ACTIONS(4765), - [anon_sym_inline] = ACTIONS(4765), - [anon_sym_external] = ACTIONS(4765), - [sym_property_modifier] = ACTIONS(4765), - [anon_sym_abstract] = ACTIONS(4765), - [anon_sym_final] = ACTIONS(4765), - [anon_sym_open] = ACTIONS(4765), - [anon_sym_vararg] = ACTIONS(4765), - [anon_sym_noinline] = ACTIONS(4765), - [anon_sym_crossinline] = ACTIONS(4765), - [anon_sym_expect] = ACTIONS(4765), - [anon_sym_actual] = ACTIONS(4765), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4767), - [anon_sym_continue_AT] = ACTIONS(4767), - [anon_sym_break_AT] = ACTIONS(4767), - [sym_real_literal] = ACTIONS(4767), - [sym_integer_literal] = ACTIONS(4765), - [sym_hex_literal] = ACTIONS(4767), - [sym_bin_literal] = ACTIONS(4767), - [anon_sym_true] = ACTIONS(4765), - [anon_sym_false] = ACTIONS(4765), - [anon_sym_SQUOTE] = ACTIONS(4767), - [sym__backtick_identifier] = ACTIONS(4767), - [sym__automatic_semicolon] = ACTIONS(4767), - [sym_safe_nav] = ACTIONS(4767), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4767), + [1092] = { + [sym_function_body] = STATE(1123), + [sym__block] = STATE(1087), + [sym__alpha_identifier] = ACTIONS(4210), + [anon_sym_AT] = ACTIONS(4212), + [anon_sym_LBRACK] = ACTIONS(4212), + [anon_sym_as] = ACTIONS(4210), + [anon_sym_EQ] = ACTIONS(4320), + [anon_sym_LBRACE] = ACTIONS(4039), + [anon_sym_RBRACE] = ACTIONS(4212), + [anon_sym_LPAREN] = ACTIONS(4212), + [anon_sym_LT] = ACTIONS(4210), + [anon_sym_GT] = ACTIONS(4210), + [anon_sym_object] = ACTIONS(4210), + [anon_sym_fun] = ACTIONS(4210), + [anon_sym_DOT] = ACTIONS(4210), + [anon_sym_SEMI] = ACTIONS(4212), + [anon_sym_get] = ACTIONS(4210), + [anon_sym_set] = ACTIONS(4210), + [anon_sym_this] = ACTIONS(4210), + [anon_sym_super] = ACTIONS(4210), + [anon_sym_STAR] = ACTIONS(4210), + [sym_label] = ACTIONS(4210), + [anon_sym_in] = ACTIONS(4210), + [anon_sym_DOT_DOT] = ACTIONS(4212), + [anon_sym_QMARK_COLON] = ACTIONS(4212), + [anon_sym_AMP_AMP] = ACTIONS(4212), + [anon_sym_PIPE_PIPE] = ACTIONS(4212), + [anon_sym_null] = ACTIONS(4210), + [anon_sym_if] = ACTIONS(4210), + [anon_sym_else] = ACTIONS(4210), + [anon_sym_when] = ACTIONS(4210), + [anon_sym_try] = ACTIONS(4210), + [anon_sym_throw] = ACTIONS(4210), + [anon_sym_return] = ACTIONS(4210), + [anon_sym_continue] = ACTIONS(4210), + [anon_sym_break] = ACTIONS(4210), + [anon_sym_COLON_COLON] = ACTIONS(4212), + [anon_sym_PLUS_EQ] = ACTIONS(4212), + [anon_sym_DASH_EQ] = ACTIONS(4212), + [anon_sym_STAR_EQ] = ACTIONS(4212), + [anon_sym_SLASH_EQ] = ACTIONS(4212), + [anon_sym_PERCENT_EQ] = ACTIONS(4212), + [anon_sym_BANG_EQ] = ACTIONS(4210), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4212), + [anon_sym_EQ_EQ] = ACTIONS(4210), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4212), + [anon_sym_LT_EQ] = ACTIONS(4212), + [anon_sym_GT_EQ] = ACTIONS(4212), + [anon_sym_BANGin] = ACTIONS(4212), + [anon_sym_is] = ACTIONS(4210), + [anon_sym_BANGis] = ACTIONS(4212), + [anon_sym_PLUS] = ACTIONS(4210), + [anon_sym_DASH] = ACTIONS(4210), + [anon_sym_SLASH] = ACTIONS(4210), + [anon_sym_PERCENT] = ACTIONS(4210), + [anon_sym_as_QMARK] = ACTIONS(4212), + [anon_sym_PLUS_PLUS] = ACTIONS(4212), + [anon_sym_DASH_DASH] = ACTIONS(4212), + [anon_sym_BANG] = ACTIONS(4210), + [anon_sym_BANG_BANG] = ACTIONS(4212), + [anon_sym_suspend] = ACTIONS(4210), + [anon_sym_sealed] = ACTIONS(4210), + [anon_sym_annotation] = ACTIONS(4210), + [anon_sym_data] = ACTIONS(4210), + [anon_sym_inner] = ACTIONS(4210), + [anon_sym_override] = ACTIONS(4210), + [anon_sym_lateinit] = ACTIONS(4210), + [anon_sym_public] = ACTIONS(4210), + [anon_sym_private] = ACTIONS(4210), + [anon_sym_internal] = ACTIONS(4210), + [anon_sym_protected] = ACTIONS(4210), + [anon_sym_tailrec] = ACTIONS(4210), + [anon_sym_operator] = ACTIONS(4210), + [anon_sym_infix] = ACTIONS(4210), + [anon_sym_inline] = ACTIONS(4210), + [anon_sym_external] = ACTIONS(4210), + [sym_property_modifier] = ACTIONS(4210), + [anon_sym_abstract] = ACTIONS(4210), + [anon_sym_final] = ACTIONS(4210), + [anon_sym_open] = ACTIONS(4210), + [anon_sym_vararg] = ACTIONS(4210), + [anon_sym_noinline] = ACTIONS(4210), + [anon_sym_crossinline] = ACTIONS(4210), + [anon_sym_expect] = ACTIONS(4210), + [anon_sym_actual] = ACTIONS(4210), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4212), + [anon_sym_continue_AT] = ACTIONS(4212), + [anon_sym_break_AT] = ACTIONS(4212), + [sym_real_literal] = ACTIONS(4212), + [sym_integer_literal] = ACTIONS(4210), + [sym_hex_literal] = ACTIONS(4212), + [sym_bin_literal] = ACTIONS(4212), + [anon_sym_true] = ACTIONS(4210), + [anon_sym_false] = ACTIONS(4210), + [anon_sym_SQUOTE] = ACTIONS(4212), + [sym__backtick_identifier] = ACTIONS(4212), + [sym__automatic_semicolon] = ACTIONS(4212), + [sym_safe_nav] = ACTIONS(4212), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4212), }, - [1058] = { - [sym__alpha_identifier] = ACTIONS(4769), - [anon_sym_AT] = ACTIONS(4771), - [anon_sym_LBRACK] = ACTIONS(4771), - [anon_sym_as] = ACTIONS(4769), - [anon_sym_EQ] = ACTIONS(4769), - [anon_sym_LBRACE] = ACTIONS(4771), - [anon_sym_RBRACE] = ACTIONS(4771), - [anon_sym_LPAREN] = ACTIONS(4771), - [anon_sym_COMMA] = ACTIONS(4771), - [anon_sym_LT] = ACTIONS(4769), - [anon_sym_GT] = ACTIONS(4769), - [anon_sym_where] = ACTIONS(4769), - [anon_sym_object] = ACTIONS(4769), - [anon_sym_fun] = ACTIONS(4769), - [anon_sym_DOT] = ACTIONS(4769), - [anon_sym_SEMI] = ACTIONS(4771), - [anon_sym_get] = ACTIONS(4769), - [anon_sym_set] = ACTIONS(4769), - [anon_sym_this] = ACTIONS(4769), - [anon_sym_super] = ACTIONS(4769), - [anon_sym_STAR] = ACTIONS(4769), - [sym_label] = ACTIONS(4769), - [anon_sym_in] = ACTIONS(4769), - [anon_sym_DOT_DOT] = ACTIONS(4771), - [anon_sym_QMARK_COLON] = ACTIONS(4771), - [anon_sym_AMP_AMP] = ACTIONS(4771), - [anon_sym_PIPE_PIPE] = ACTIONS(4771), - [anon_sym_null] = ACTIONS(4769), - [anon_sym_if] = ACTIONS(4769), - [anon_sym_else] = ACTIONS(4769), - [anon_sym_when] = ACTIONS(4769), - [anon_sym_try] = ACTIONS(4769), - [anon_sym_throw] = ACTIONS(4769), - [anon_sym_return] = ACTIONS(4769), - [anon_sym_continue] = ACTIONS(4769), - [anon_sym_break] = ACTIONS(4769), - [anon_sym_COLON_COLON] = ACTIONS(4771), - [anon_sym_PLUS_EQ] = ACTIONS(4771), - [anon_sym_DASH_EQ] = ACTIONS(4771), - [anon_sym_STAR_EQ] = ACTIONS(4771), - [anon_sym_SLASH_EQ] = ACTIONS(4771), - [anon_sym_PERCENT_EQ] = ACTIONS(4771), - [anon_sym_BANG_EQ] = ACTIONS(4769), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4771), - [anon_sym_EQ_EQ] = ACTIONS(4769), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4771), - [anon_sym_LT_EQ] = ACTIONS(4771), - [anon_sym_GT_EQ] = ACTIONS(4771), - [anon_sym_BANGin] = ACTIONS(4771), - [anon_sym_is] = ACTIONS(4769), - [anon_sym_BANGis] = ACTIONS(4771), - [anon_sym_PLUS] = ACTIONS(4769), - [anon_sym_DASH] = ACTIONS(4769), - [anon_sym_SLASH] = ACTIONS(4769), - [anon_sym_PERCENT] = ACTIONS(4769), - [anon_sym_as_QMARK] = ACTIONS(4771), - [anon_sym_PLUS_PLUS] = ACTIONS(4771), - [anon_sym_DASH_DASH] = ACTIONS(4771), - [anon_sym_BANG] = ACTIONS(4769), - [anon_sym_BANG_BANG] = ACTIONS(4771), - [anon_sym_suspend] = ACTIONS(4769), - [anon_sym_sealed] = ACTIONS(4769), - [anon_sym_annotation] = ACTIONS(4769), - [anon_sym_data] = ACTIONS(4769), - [anon_sym_inner] = ACTIONS(4769), - [anon_sym_override] = ACTIONS(4769), - [anon_sym_lateinit] = ACTIONS(4769), - [anon_sym_public] = ACTIONS(4769), - [anon_sym_private] = ACTIONS(4769), - [anon_sym_internal] = ACTIONS(4769), - [anon_sym_protected] = ACTIONS(4769), - [anon_sym_tailrec] = ACTIONS(4769), - [anon_sym_operator] = ACTIONS(4769), - [anon_sym_infix] = ACTIONS(4769), - [anon_sym_inline] = ACTIONS(4769), - [anon_sym_external] = ACTIONS(4769), - [sym_property_modifier] = ACTIONS(4769), - [anon_sym_abstract] = ACTIONS(4769), - [anon_sym_final] = ACTIONS(4769), - [anon_sym_open] = ACTIONS(4769), - [anon_sym_vararg] = ACTIONS(4769), - [anon_sym_noinline] = ACTIONS(4769), - [anon_sym_crossinline] = ACTIONS(4769), - [anon_sym_expect] = ACTIONS(4769), - [anon_sym_actual] = ACTIONS(4769), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4771), - [anon_sym_continue_AT] = ACTIONS(4771), - [anon_sym_break_AT] = ACTIONS(4771), - [sym_real_literal] = ACTIONS(4771), - [sym_integer_literal] = ACTIONS(4769), - [sym_hex_literal] = ACTIONS(4771), - [sym_bin_literal] = ACTIONS(4771), - [anon_sym_true] = ACTIONS(4769), - [anon_sym_false] = ACTIONS(4769), - [anon_sym_SQUOTE] = ACTIONS(4771), - [sym__backtick_identifier] = ACTIONS(4771), - [sym__automatic_semicolon] = ACTIONS(4771), - [sym_safe_nav] = ACTIONS(4771), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4771), + [1093] = { + [sym__alpha_identifier] = ACTIONS(4511), + [anon_sym_AT] = ACTIONS(4513), + [anon_sym_LBRACK] = ACTIONS(4513), + [anon_sym_as] = ACTIONS(4511), + [anon_sym_EQ] = ACTIONS(4816), + [anon_sym_LBRACE] = ACTIONS(4513), + [anon_sym_RBRACE] = ACTIONS(4513), + [anon_sym_LPAREN] = ACTIONS(4513), + [anon_sym_COMMA] = ACTIONS(4513), + [anon_sym_LT] = ACTIONS(4511), + [anon_sym_GT] = ACTIONS(4511), + [anon_sym_where] = ACTIONS(4511), + [anon_sym_object] = ACTIONS(4511), + [anon_sym_fun] = ACTIONS(4511), + [anon_sym_DOT] = ACTIONS(4511), + [anon_sym_SEMI] = ACTIONS(4513), + [anon_sym_get] = ACTIONS(4511), + [anon_sym_set] = ACTIONS(4511), + [anon_sym_this] = ACTIONS(4511), + [anon_sym_super] = ACTIONS(4511), + [anon_sym_STAR] = ACTIONS(4511), + [sym_label] = ACTIONS(4511), + [anon_sym_in] = ACTIONS(4511), + [anon_sym_DOT_DOT] = ACTIONS(4513), + [anon_sym_QMARK_COLON] = ACTIONS(4513), + [anon_sym_AMP_AMP] = ACTIONS(4513), + [anon_sym_PIPE_PIPE] = ACTIONS(4513), + [anon_sym_null] = ACTIONS(4511), + [anon_sym_if] = ACTIONS(4511), + [anon_sym_else] = ACTIONS(4511), + [anon_sym_when] = ACTIONS(4511), + [anon_sym_try] = ACTIONS(4511), + [anon_sym_throw] = ACTIONS(4511), + [anon_sym_return] = ACTIONS(4511), + [anon_sym_continue] = ACTIONS(4511), + [anon_sym_break] = ACTIONS(4511), + [anon_sym_COLON_COLON] = ACTIONS(4513), + [anon_sym_PLUS_EQ] = ACTIONS(4818), + [anon_sym_DASH_EQ] = ACTIONS(4818), + [anon_sym_STAR_EQ] = ACTIONS(4818), + [anon_sym_SLASH_EQ] = ACTIONS(4818), + [anon_sym_PERCENT_EQ] = ACTIONS(4818), + [anon_sym_BANG_EQ] = ACTIONS(4511), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4513), + [anon_sym_EQ_EQ] = ACTIONS(4511), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4513), + [anon_sym_LT_EQ] = ACTIONS(4513), + [anon_sym_GT_EQ] = ACTIONS(4513), + [anon_sym_BANGin] = ACTIONS(4513), + [anon_sym_is] = ACTIONS(4511), + [anon_sym_BANGis] = ACTIONS(4513), + [anon_sym_PLUS] = ACTIONS(4511), + [anon_sym_DASH] = ACTIONS(4511), + [anon_sym_SLASH] = ACTIONS(4511), + [anon_sym_PERCENT] = ACTIONS(4511), + [anon_sym_as_QMARK] = ACTIONS(4513), + [anon_sym_PLUS_PLUS] = ACTIONS(4513), + [anon_sym_DASH_DASH] = ACTIONS(4513), + [anon_sym_BANG] = ACTIONS(4511), + [anon_sym_BANG_BANG] = ACTIONS(4513), + [anon_sym_suspend] = ACTIONS(4511), + [anon_sym_sealed] = ACTIONS(4511), + [anon_sym_annotation] = ACTIONS(4511), + [anon_sym_data] = ACTIONS(4511), + [anon_sym_inner] = ACTIONS(4511), + [anon_sym_override] = ACTIONS(4511), + [anon_sym_lateinit] = ACTIONS(4511), + [anon_sym_public] = ACTIONS(4511), + [anon_sym_private] = ACTIONS(4511), + [anon_sym_internal] = ACTIONS(4511), + [anon_sym_protected] = ACTIONS(4511), + [anon_sym_tailrec] = ACTIONS(4511), + [anon_sym_operator] = ACTIONS(4511), + [anon_sym_infix] = ACTIONS(4511), + [anon_sym_inline] = ACTIONS(4511), + [anon_sym_external] = ACTIONS(4511), + [sym_property_modifier] = ACTIONS(4511), + [anon_sym_abstract] = ACTIONS(4511), + [anon_sym_final] = ACTIONS(4511), + [anon_sym_open] = ACTIONS(4511), + [anon_sym_vararg] = ACTIONS(4511), + [anon_sym_noinline] = ACTIONS(4511), + [anon_sym_crossinline] = ACTIONS(4511), + [anon_sym_expect] = ACTIONS(4511), + [anon_sym_actual] = ACTIONS(4511), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4513), + [anon_sym_continue_AT] = ACTIONS(4513), + [anon_sym_break_AT] = ACTIONS(4513), + [sym_real_literal] = ACTIONS(4513), + [sym_integer_literal] = ACTIONS(4511), + [sym_hex_literal] = ACTIONS(4513), + [sym_bin_literal] = ACTIONS(4513), + [anon_sym_true] = ACTIONS(4511), + [anon_sym_false] = ACTIONS(4511), + [anon_sym_SQUOTE] = ACTIONS(4513), + [sym__backtick_identifier] = ACTIONS(4513), + [sym__automatic_semicolon] = ACTIONS(4513), + [sym_safe_nav] = ACTIONS(4513), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4513), }, - [1059] = { - [sym__alpha_identifier] = ACTIONS(4773), - [anon_sym_AT] = ACTIONS(4775), - [anon_sym_LBRACK] = ACTIONS(4775), - [anon_sym_as] = ACTIONS(4773), - [anon_sym_EQ] = ACTIONS(4773), - [anon_sym_LBRACE] = ACTIONS(4775), - [anon_sym_RBRACE] = ACTIONS(4775), - [anon_sym_LPAREN] = ACTIONS(4775), - [anon_sym_COMMA] = ACTIONS(4775), - [anon_sym_LT] = ACTIONS(4773), - [anon_sym_GT] = ACTIONS(4773), - [anon_sym_where] = ACTIONS(4773), - [anon_sym_object] = ACTIONS(4773), - [anon_sym_fun] = ACTIONS(4773), - [anon_sym_DOT] = ACTIONS(4773), - [anon_sym_SEMI] = ACTIONS(4775), - [anon_sym_get] = ACTIONS(4773), - [anon_sym_set] = ACTIONS(4773), - [anon_sym_this] = ACTIONS(4773), - [anon_sym_super] = ACTIONS(4773), - [anon_sym_STAR] = ACTIONS(4773), - [sym_label] = ACTIONS(4773), - [anon_sym_in] = ACTIONS(4773), - [anon_sym_DOT_DOT] = ACTIONS(4775), - [anon_sym_QMARK_COLON] = ACTIONS(4775), - [anon_sym_AMP_AMP] = ACTIONS(4775), - [anon_sym_PIPE_PIPE] = ACTIONS(4775), - [anon_sym_null] = ACTIONS(4773), - [anon_sym_if] = ACTIONS(4773), - [anon_sym_else] = ACTIONS(4773), - [anon_sym_when] = ACTIONS(4773), - [anon_sym_try] = ACTIONS(4773), - [anon_sym_throw] = ACTIONS(4773), - [anon_sym_return] = ACTIONS(4773), - [anon_sym_continue] = ACTIONS(4773), - [anon_sym_break] = ACTIONS(4773), - [anon_sym_COLON_COLON] = ACTIONS(4775), - [anon_sym_PLUS_EQ] = ACTIONS(4775), - [anon_sym_DASH_EQ] = ACTIONS(4775), - [anon_sym_STAR_EQ] = ACTIONS(4775), - [anon_sym_SLASH_EQ] = ACTIONS(4775), - [anon_sym_PERCENT_EQ] = ACTIONS(4775), - [anon_sym_BANG_EQ] = ACTIONS(4773), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4775), - [anon_sym_EQ_EQ] = ACTIONS(4773), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4775), - [anon_sym_LT_EQ] = ACTIONS(4775), - [anon_sym_GT_EQ] = ACTIONS(4775), - [anon_sym_BANGin] = ACTIONS(4775), - [anon_sym_is] = ACTIONS(4773), - [anon_sym_BANGis] = ACTIONS(4775), - [anon_sym_PLUS] = ACTIONS(4773), - [anon_sym_DASH] = ACTIONS(4773), - [anon_sym_SLASH] = ACTIONS(4773), - [anon_sym_PERCENT] = ACTIONS(4773), - [anon_sym_as_QMARK] = ACTIONS(4775), - [anon_sym_PLUS_PLUS] = ACTIONS(4775), - [anon_sym_DASH_DASH] = ACTIONS(4775), - [anon_sym_BANG] = ACTIONS(4773), - [anon_sym_BANG_BANG] = ACTIONS(4775), - [anon_sym_suspend] = ACTIONS(4773), - [anon_sym_sealed] = ACTIONS(4773), - [anon_sym_annotation] = ACTIONS(4773), - [anon_sym_data] = ACTIONS(4773), - [anon_sym_inner] = ACTIONS(4773), - [anon_sym_override] = ACTIONS(4773), - [anon_sym_lateinit] = ACTIONS(4773), - [anon_sym_public] = ACTIONS(4773), - [anon_sym_private] = ACTIONS(4773), - [anon_sym_internal] = ACTIONS(4773), - [anon_sym_protected] = ACTIONS(4773), - [anon_sym_tailrec] = ACTIONS(4773), - [anon_sym_operator] = ACTIONS(4773), - [anon_sym_infix] = ACTIONS(4773), - [anon_sym_inline] = ACTIONS(4773), - [anon_sym_external] = ACTIONS(4773), - [sym_property_modifier] = ACTIONS(4773), - [anon_sym_abstract] = ACTIONS(4773), - [anon_sym_final] = ACTIONS(4773), - [anon_sym_open] = ACTIONS(4773), - [anon_sym_vararg] = ACTIONS(4773), - [anon_sym_noinline] = ACTIONS(4773), - [anon_sym_crossinline] = ACTIONS(4773), - [anon_sym_expect] = ACTIONS(4773), - [anon_sym_actual] = ACTIONS(4773), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4775), - [anon_sym_continue_AT] = ACTIONS(4775), - [anon_sym_break_AT] = ACTIONS(4775), - [sym_real_literal] = ACTIONS(4775), - [sym_integer_literal] = ACTIONS(4773), - [sym_hex_literal] = ACTIONS(4775), - [sym_bin_literal] = ACTIONS(4775), - [anon_sym_true] = ACTIONS(4773), - [anon_sym_false] = ACTIONS(4773), - [anon_sym_SQUOTE] = ACTIONS(4775), - [sym__backtick_identifier] = ACTIONS(4775), - [sym__automatic_semicolon] = ACTIONS(4775), - [sym_safe_nav] = ACTIONS(4775), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4775), + [1094] = { + [sym__alpha_identifier] = ACTIONS(4849), + [anon_sym_AT] = ACTIONS(4851), + [anon_sym_LBRACK] = ACTIONS(4851), + [anon_sym_as] = ACTIONS(4849), + [anon_sym_EQ] = ACTIONS(4849), + [anon_sym_LBRACE] = ACTIONS(4851), + [anon_sym_RBRACE] = ACTIONS(4851), + [anon_sym_LPAREN] = ACTIONS(4851), + [anon_sym_COMMA] = ACTIONS(4851), + [anon_sym_LT] = ACTIONS(4849), + [anon_sym_GT] = ACTIONS(4849), + [anon_sym_where] = ACTIONS(4849), + [anon_sym_object] = ACTIONS(4849), + [anon_sym_fun] = ACTIONS(4849), + [anon_sym_DOT] = ACTIONS(4849), + [anon_sym_SEMI] = ACTIONS(4851), + [anon_sym_get] = ACTIONS(4849), + [anon_sym_set] = ACTIONS(4849), + [anon_sym_this] = ACTIONS(4849), + [anon_sym_super] = ACTIONS(4849), + [anon_sym_STAR] = ACTIONS(4849), + [sym_label] = ACTIONS(4849), + [anon_sym_in] = ACTIONS(4849), + [anon_sym_DOT_DOT] = ACTIONS(4851), + [anon_sym_QMARK_COLON] = ACTIONS(4851), + [anon_sym_AMP_AMP] = ACTIONS(4851), + [anon_sym_PIPE_PIPE] = ACTIONS(4851), + [anon_sym_null] = ACTIONS(4849), + [anon_sym_if] = ACTIONS(4849), + [anon_sym_else] = ACTIONS(4849), + [anon_sym_when] = ACTIONS(4849), + [anon_sym_try] = ACTIONS(4849), + [anon_sym_throw] = ACTIONS(4849), + [anon_sym_return] = ACTIONS(4849), + [anon_sym_continue] = ACTIONS(4849), + [anon_sym_break] = ACTIONS(4849), + [anon_sym_COLON_COLON] = ACTIONS(4851), + [anon_sym_PLUS_EQ] = ACTIONS(4851), + [anon_sym_DASH_EQ] = ACTIONS(4851), + [anon_sym_STAR_EQ] = ACTIONS(4851), + [anon_sym_SLASH_EQ] = ACTIONS(4851), + [anon_sym_PERCENT_EQ] = ACTIONS(4851), + [anon_sym_BANG_EQ] = ACTIONS(4849), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4851), + [anon_sym_EQ_EQ] = ACTIONS(4849), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4851), + [anon_sym_LT_EQ] = ACTIONS(4851), + [anon_sym_GT_EQ] = ACTIONS(4851), + [anon_sym_BANGin] = ACTIONS(4851), + [anon_sym_is] = ACTIONS(4849), + [anon_sym_BANGis] = ACTIONS(4851), + [anon_sym_PLUS] = ACTIONS(4849), + [anon_sym_DASH] = ACTIONS(4849), + [anon_sym_SLASH] = ACTIONS(4849), + [anon_sym_PERCENT] = ACTIONS(4849), + [anon_sym_as_QMARK] = ACTIONS(4851), + [anon_sym_PLUS_PLUS] = ACTIONS(4851), + [anon_sym_DASH_DASH] = ACTIONS(4851), + [anon_sym_BANG] = ACTIONS(4849), + [anon_sym_BANG_BANG] = ACTIONS(4851), + [anon_sym_suspend] = ACTIONS(4849), + [anon_sym_sealed] = ACTIONS(4849), + [anon_sym_annotation] = ACTIONS(4849), + [anon_sym_data] = ACTIONS(4849), + [anon_sym_inner] = ACTIONS(4849), + [anon_sym_override] = ACTIONS(4849), + [anon_sym_lateinit] = ACTIONS(4849), + [anon_sym_public] = ACTIONS(4849), + [anon_sym_private] = ACTIONS(4849), + [anon_sym_internal] = ACTIONS(4849), + [anon_sym_protected] = ACTIONS(4849), + [anon_sym_tailrec] = ACTIONS(4849), + [anon_sym_operator] = ACTIONS(4849), + [anon_sym_infix] = ACTIONS(4849), + [anon_sym_inline] = ACTIONS(4849), + [anon_sym_external] = ACTIONS(4849), + [sym_property_modifier] = ACTIONS(4849), + [anon_sym_abstract] = ACTIONS(4849), + [anon_sym_final] = ACTIONS(4849), + [anon_sym_open] = ACTIONS(4849), + [anon_sym_vararg] = ACTIONS(4849), + [anon_sym_noinline] = ACTIONS(4849), + [anon_sym_crossinline] = ACTIONS(4849), + [anon_sym_expect] = ACTIONS(4849), + [anon_sym_actual] = ACTIONS(4849), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4851), + [anon_sym_continue_AT] = ACTIONS(4851), + [anon_sym_break_AT] = ACTIONS(4851), + [sym_real_literal] = ACTIONS(4851), + [sym_integer_literal] = ACTIONS(4849), + [sym_hex_literal] = ACTIONS(4851), + [sym_bin_literal] = ACTIONS(4851), + [anon_sym_true] = ACTIONS(4849), + [anon_sym_false] = ACTIONS(4849), + [anon_sym_SQUOTE] = ACTIONS(4851), + [sym__backtick_identifier] = ACTIONS(4851), + [sym__automatic_semicolon] = ACTIONS(4851), + [sym_safe_nav] = ACTIONS(4851), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4851), }, - [1060] = { - [sym__alpha_identifier] = ACTIONS(4746), - [anon_sym_AT] = ACTIONS(4748), - [anon_sym_LBRACK] = ACTIONS(4748), - [anon_sym_as] = ACTIONS(4746), - [anon_sym_EQ] = ACTIONS(4746), - [anon_sym_LBRACE] = ACTIONS(4748), - [anon_sym_RBRACE] = ACTIONS(4748), - [anon_sym_LPAREN] = ACTIONS(4748), - [anon_sym_COMMA] = ACTIONS(4748), - [anon_sym_LT] = ACTIONS(4746), - [anon_sym_GT] = ACTIONS(4746), - [anon_sym_where] = ACTIONS(4746), - [anon_sym_object] = ACTIONS(4746), - [anon_sym_fun] = ACTIONS(4746), - [anon_sym_DOT] = ACTIONS(4746), - [anon_sym_SEMI] = ACTIONS(4748), - [anon_sym_get] = ACTIONS(4746), - [anon_sym_set] = ACTIONS(4746), - [anon_sym_this] = ACTIONS(4746), - [anon_sym_super] = ACTIONS(4746), - [anon_sym_STAR] = ACTIONS(4746), - [sym_label] = ACTIONS(4746), - [anon_sym_in] = ACTIONS(4746), - [anon_sym_DOT_DOT] = ACTIONS(4748), - [anon_sym_QMARK_COLON] = ACTIONS(4748), - [anon_sym_AMP_AMP] = ACTIONS(4748), - [anon_sym_PIPE_PIPE] = ACTIONS(4748), - [anon_sym_null] = ACTIONS(4746), - [anon_sym_if] = ACTIONS(4746), - [anon_sym_else] = ACTIONS(4746), - [anon_sym_when] = ACTIONS(4746), - [anon_sym_try] = ACTIONS(4746), - [anon_sym_throw] = ACTIONS(4746), - [anon_sym_return] = ACTIONS(4746), - [anon_sym_continue] = ACTIONS(4746), - [anon_sym_break] = ACTIONS(4746), - [anon_sym_COLON_COLON] = ACTIONS(4752), - [anon_sym_PLUS_EQ] = ACTIONS(4748), - [anon_sym_DASH_EQ] = ACTIONS(4748), - [anon_sym_STAR_EQ] = ACTIONS(4748), - [anon_sym_SLASH_EQ] = ACTIONS(4748), - [anon_sym_PERCENT_EQ] = ACTIONS(4748), - [anon_sym_BANG_EQ] = ACTIONS(4746), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4748), - [anon_sym_EQ_EQ] = ACTIONS(4746), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4748), - [anon_sym_LT_EQ] = ACTIONS(4748), - [anon_sym_GT_EQ] = ACTIONS(4748), - [anon_sym_BANGin] = ACTIONS(4748), - [anon_sym_is] = ACTIONS(4746), - [anon_sym_BANGis] = ACTIONS(4748), - [anon_sym_PLUS] = ACTIONS(4746), - [anon_sym_DASH] = ACTIONS(4746), - [anon_sym_SLASH] = ACTIONS(4746), - [anon_sym_PERCENT] = ACTIONS(4746), - [anon_sym_as_QMARK] = ACTIONS(4748), - [anon_sym_PLUS_PLUS] = ACTIONS(4748), - [anon_sym_DASH_DASH] = ACTIONS(4748), - [anon_sym_BANG] = ACTIONS(4746), - [anon_sym_BANG_BANG] = ACTIONS(4748), - [anon_sym_suspend] = ACTIONS(4746), - [anon_sym_sealed] = ACTIONS(4746), - [anon_sym_annotation] = ACTIONS(4746), - [anon_sym_data] = ACTIONS(4746), - [anon_sym_inner] = ACTIONS(4746), - [anon_sym_override] = ACTIONS(4746), - [anon_sym_lateinit] = ACTIONS(4746), - [anon_sym_public] = ACTIONS(4746), - [anon_sym_private] = ACTIONS(4746), - [anon_sym_internal] = ACTIONS(4746), - [anon_sym_protected] = ACTIONS(4746), - [anon_sym_tailrec] = ACTIONS(4746), - [anon_sym_operator] = ACTIONS(4746), - [anon_sym_infix] = ACTIONS(4746), - [anon_sym_inline] = ACTIONS(4746), - [anon_sym_external] = ACTIONS(4746), - [sym_property_modifier] = ACTIONS(4746), - [anon_sym_abstract] = ACTIONS(4746), - [anon_sym_final] = ACTIONS(4746), - [anon_sym_open] = ACTIONS(4746), - [anon_sym_vararg] = ACTIONS(4746), - [anon_sym_noinline] = ACTIONS(4746), - [anon_sym_crossinline] = ACTIONS(4746), - [anon_sym_expect] = ACTIONS(4746), - [anon_sym_actual] = ACTIONS(4746), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4748), - [anon_sym_continue_AT] = ACTIONS(4748), - [anon_sym_break_AT] = ACTIONS(4748), - [sym_real_literal] = ACTIONS(4748), - [sym_integer_literal] = ACTIONS(4746), - [sym_hex_literal] = ACTIONS(4748), - [sym_bin_literal] = ACTIONS(4748), - [anon_sym_true] = ACTIONS(4746), - [anon_sym_false] = ACTIONS(4746), - [anon_sym_SQUOTE] = ACTIONS(4748), - [sym__backtick_identifier] = ACTIONS(4748), - [sym__automatic_semicolon] = ACTIONS(4748), - [sym_safe_nav] = ACTIONS(4748), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4748), + [1095] = { + [sym__alpha_identifier] = ACTIONS(4828), + [anon_sym_AT] = ACTIONS(4830), + [anon_sym_LBRACK] = ACTIONS(4830), + [anon_sym_as] = ACTIONS(4828), + [anon_sym_EQ] = ACTIONS(4828), + [anon_sym_LBRACE] = ACTIONS(4830), + [anon_sym_RBRACE] = ACTIONS(4830), + [anon_sym_LPAREN] = ACTIONS(4830), + [anon_sym_COMMA] = ACTIONS(4830), + [anon_sym_LT] = ACTIONS(4828), + [anon_sym_GT] = ACTIONS(4828), + [anon_sym_where] = ACTIONS(4828), + [anon_sym_object] = ACTIONS(4828), + [anon_sym_fun] = ACTIONS(4828), + [anon_sym_DOT] = ACTIONS(4828), + [anon_sym_SEMI] = ACTIONS(4830), + [anon_sym_get] = ACTIONS(4828), + [anon_sym_set] = ACTIONS(4828), + [anon_sym_this] = ACTIONS(4828), + [anon_sym_super] = ACTIONS(4828), + [anon_sym_STAR] = ACTIONS(4828), + [sym_label] = ACTIONS(4828), + [anon_sym_in] = ACTIONS(4828), + [anon_sym_DOT_DOT] = ACTIONS(4830), + [anon_sym_QMARK_COLON] = ACTIONS(4830), + [anon_sym_AMP_AMP] = ACTIONS(4830), + [anon_sym_PIPE_PIPE] = ACTIONS(4830), + [anon_sym_null] = ACTIONS(4828), + [anon_sym_if] = ACTIONS(4828), + [anon_sym_else] = ACTIONS(4828), + [anon_sym_when] = ACTIONS(4828), + [anon_sym_try] = ACTIONS(4828), + [anon_sym_throw] = ACTIONS(4828), + [anon_sym_return] = ACTIONS(4828), + [anon_sym_continue] = ACTIONS(4828), + [anon_sym_break] = ACTIONS(4828), + [anon_sym_COLON_COLON] = ACTIONS(4830), + [anon_sym_PLUS_EQ] = ACTIONS(4830), + [anon_sym_DASH_EQ] = ACTIONS(4830), + [anon_sym_STAR_EQ] = ACTIONS(4830), + [anon_sym_SLASH_EQ] = ACTIONS(4830), + [anon_sym_PERCENT_EQ] = ACTIONS(4830), + [anon_sym_BANG_EQ] = ACTIONS(4828), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4830), + [anon_sym_EQ_EQ] = ACTIONS(4828), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4830), + [anon_sym_LT_EQ] = ACTIONS(4830), + [anon_sym_GT_EQ] = ACTIONS(4830), + [anon_sym_BANGin] = ACTIONS(4830), + [anon_sym_is] = ACTIONS(4828), + [anon_sym_BANGis] = ACTIONS(4830), + [anon_sym_PLUS] = ACTIONS(4828), + [anon_sym_DASH] = ACTIONS(4828), + [anon_sym_SLASH] = ACTIONS(4828), + [anon_sym_PERCENT] = ACTIONS(4828), + [anon_sym_as_QMARK] = ACTIONS(4830), + [anon_sym_PLUS_PLUS] = ACTIONS(4830), + [anon_sym_DASH_DASH] = ACTIONS(4830), + [anon_sym_BANG] = ACTIONS(4828), + [anon_sym_BANG_BANG] = ACTIONS(4830), + [anon_sym_suspend] = ACTIONS(4828), + [anon_sym_sealed] = ACTIONS(4828), + [anon_sym_annotation] = ACTIONS(4828), + [anon_sym_data] = ACTIONS(4828), + [anon_sym_inner] = ACTIONS(4828), + [anon_sym_override] = ACTIONS(4828), + [anon_sym_lateinit] = ACTIONS(4828), + [anon_sym_public] = ACTIONS(4828), + [anon_sym_private] = ACTIONS(4828), + [anon_sym_internal] = ACTIONS(4828), + [anon_sym_protected] = ACTIONS(4828), + [anon_sym_tailrec] = ACTIONS(4828), + [anon_sym_operator] = ACTIONS(4828), + [anon_sym_infix] = ACTIONS(4828), + [anon_sym_inline] = ACTIONS(4828), + [anon_sym_external] = ACTIONS(4828), + [sym_property_modifier] = ACTIONS(4828), + [anon_sym_abstract] = ACTIONS(4828), + [anon_sym_final] = ACTIONS(4828), + [anon_sym_open] = ACTIONS(4828), + [anon_sym_vararg] = ACTIONS(4828), + [anon_sym_noinline] = ACTIONS(4828), + [anon_sym_crossinline] = ACTIONS(4828), + [anon_sym_expect] = ACTIONS(4828), + [anon_sym_actual] = ACTIONS(4828), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4830), + [anon_sym_continue_AT] = ACTIONS(4830), + [anon_sym_break_AT] = ACTIONS(4830), + [sym_real_literal] = ACTIONS(4830), + [sym_integer_literal] = ACTIONS(4828), + [sym_hex_literal] = ACTIONS(4830), + [sym_bin_literal] = ACTIONS(4830), + [anon_sym_true] = ACTIONS(4828), + [anon_sym_false] = ACTIONS(4828), + [anon_sym_SQUOTE] = ACTIONS(4830), + [sym__backtick_identifier] = ACTIONS(4830), + [sym__automatic_semicolon] = ACTIONS(4830), + [sym_safe_nav] = ACTIONS(4830), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4830), }, - [1061] = { - [sym__alpha_identifier] = ACTIONS(4089), - [anon_sym_AT] = ACTIONS(4091), - [anon_sym_LBRACK] = ACTIONS(4091), - [anon_sym_as] = ACTIONS(4089), - [anon_sym_EQ] = ACTIONS(4089), - [anon_sym_LBRACE] = ACTIONS(4091), - [anon_sym_RBRACE] = ACTIONS(4091), - [anon_sym_LPAREN] = ACTIONS(4091), - [anon_sym_COMMA] = ACTIONS(4091), - [anon_sym_LT] = ACTIONS(4089), - [anon_sym_GT] = ACTIONS(4089), - [anon_sym_where] = ACTIONS(4089), - [anon_sym_object] = ACTIONS(4089), - [anon_sym_fun] = ACTIONS(4089), - [anon_sym_DOT] = ACTIONS(4089), - [anon_sym_SEMI] = ACTIONS(4091), - [anon_sym_get] = ACTIONS(4089), - [anon_sym_set] = ACTIONS(4089), - [anon_sym_this] = ACTIONS(4089), - [anon_sym_super] = ACTIONS(4089), - [anon_sym_STAR] = ACTIONS(4089), - [sym_label] = ACTIONS(4089), - [anon_sym_in] = ACTIONS(4089), - [anon_sym_DOT_DOT] = ACTIONS(4091), - [anon_sym_QMARK_COLON] = ACTIONS(4091), - [anon_sym_AMP_AMP] = ACTIONS(4091), - [anon_sym_PIPE_PIPE] = ACTIONS(4091), - [anon_sym_null] = ACTIONS(4089), - [anon_sym_if] = ACTIONS(4089), - [anon_sym_else] = ACTIONS(4089), - [anon_sym_when] = ACTIONS(4089), - [anon_sym_try] = ACTIONS(4089), - [anon_sym_throw] = ACTIONS(4089), - [anon_sym_return] = ACTIONS(4089), - [anon_sym_continue] = ACTIONS(4089), - [anon_sym_break] = ACTIONS(4089), - [anon_sym_COLON_COLON] = ACTIONS(4091), - [anon_sym_PLUS_EQ] = ACTIONS(4091), - [anon_sym_DASH_EQ] = ACTIONS(4091), - [anon_sym_STAR_EQ] = ACTIONS(4091), - [anon_sym_SLASH_EQ] = ACTIONS(4091), - [anon_sym_PERCENT_EQ] = ACTIONS(4091), - [anon_sym_BANG_EQ] = ACTIONS(4089), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4091), - [anon_sym_EQ_EQ] = ACTIONS(4089), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4091), - [anon_sym_LT_EQ] = ACTIONS(4091), - [anon_sym_GT_EQ] = ACTIONS(4091), - [anon_sym_BANGin] = ACTIONS(4091), - [anon_sym_is] = ACTIONS(4089), - [anon_sym_BANGis] = ACTIONS(4091), - [anon_sym_PLUS] = ACTIONS(4089), - [anon_sym_DASH] = ACTIONS(4089), - [anon_sym_SLASH] = ACTIONS(4089), - [anon_sym_PERCENT] = ACTIONS(4089), - [anon_sym_as_QMARK] = ACTIONS(4091), - [anon_sym_PLUS_PLUS] = ACTIONS(4091), - [anon_sym_DASH_DASH] = ACTIONS(4091), - [anon_sym_BANG] = ACTIONS(4089), - [anon_sym_BANG_BANG] = ACTIONS(4091), - [anon_sym_suspend] = ACTIONS(4089), - [anon_sym_sealed] = ACTIONS(4089), - [anon_sym_annotation] = ACTIONS(4089), - [anon_sym_data] = ACTIONS(4089), - [anon_sym_inner] = ACTIONS(4089), - [anon_sym_override] = ACTIONS(4089), - [anon_sym_lateinit] = ACTIONS(4089), - [anon_sym_public] = ACTIONS(4089), - [anon_sym_private] = ACTIONS(4089), - [anon_sym_internal] = ACTIONS(4089), - [anon_sym_protected] = ACTIONS(4089), - [anon_sym_tailrec] = ACTIONS(4089), - [anon_sym_operator] = ACTIONS(4089), - [anon_sym_infix] = ACTIONS(4089), - [anon_sym_inline] = ACTIONS(4089), - [anon_sym_external] = ACTIONS(4089), - [sym_property_modifier] = ACTIONS(4089), - [anon_sym_abstract] = ACTIONS(4089), - [anon_sym_final] = ACTIONS(4089), - [anon_sym_open] = ACTIONS(4089), - [anon_sym_vararg] = ACTIONS(4089), - [anon_sym_noinline] = ACTIONS(4089), - [anon_sym_crossinline] = ACTIONS(4089), - [anon_sym_expect] = ACTIONS(4089), - [anon_sym_actual] = ACTIONS(4089), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4091), - [anon_sym_continue_AT] = ACTIONS(4091), - [anon_sym_break_AT] = ACTIONS(4091), - [sym_real_literal] = ACTIONS(4091), - [sym_integer_literal] = ACTIONS(4089), - [sym_hex_literal] = ACTIONS(4091), - [sym_bin_literal] = ACTIONS(4091), - [anon_sym_true] = ACTIONS(4089), - [anon_sym_false] = ACTIONS(4089), - [anon_sym_SQUOTE] = ACTIONS(4091), - [sym__backtick_identifier] = ACTIONS(4091), - [sym__automatic_semicolon] = ACTIONS(4091), - [sym_safe_nav] = ACTIONS(4091), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4091), + [1096] = { + [sym__alpha_identifier] = ACTIONS(4511), + [anon_sym_AT] = ACTIONS(4513), + [anon_sym_LBRACK] = ACTIONS(4513), + [anon_sym_as] = ACTIONS(4511), + [anon_sym_EQ] = ACTIONS(4511), + [anon_sym_LBRACE] = ACTIONS(4513), + [anon_sym_RBRACE] = ACTIONS(4513), + [anon_sym_LPAREN] = ACTIONS(4513), + [anon_sym_COMMA] = ACTIONS(4513), + [anon_sym_LT] = ACTIONS(4511), + [anon_sym_GT] = ACTIONS(4511), + [anon_sym_where] = ACTIONS(4511), + [anon_sym_object] = ACTIONS(4511), + [anon_sym_fun] = ACTIONS(4511), + [anon_sym_DOT] = ACTIONS(4511), + [anon_sym_SEMI] = ACTIONS(4513), + [anon_sym_get] = ACTIONS(4511), + [anon_sym_set] = ACTIONS(4511), + [anon_sym_this] = ACTIONS(4511), + [anon_sym_super] = ACTIONS(4511), + [anon_sym_STAR] = ACTIONS(4511), + [sym_label] = ACTIONS(4511), + [anon_sym_in] = ACTIONS(4511), + [anon_sym_DOT_DOT] = ACTIONS(4513), + [anon_sym_QMARK_COLON] = ACTIONS(4513), + [anon_sym_AMP_AMP] = ACTIONS(4513), + [anon_sym_PIPE_PIPE] = ACTIONS(4513), + [anon_sym_null] = ACTIONS(4511), + [anon_sym_if] = ACTIONS(4511), + [anon_sym_else] = ACTIONS(4511), + [anon_sym_when] = ACTIONS(4511), + [anon_sym_try] = ACTIONS(4511), + [anon_sym_throw] = ACTIONS(4511), + [anon_sym_return] = ACTIONS(4511), + [anon_sym_continue] = ACTIONS(4511), + [anon_sym_break] = ACTIONS(4511), + [anon_sym_COLON_COLON] = ACTIONS(4513), + [anon_sym_PLUS_EQ] = ACTIONS(4513), + [anon_sym_DASH_EQ] = ACTIONS(4513), + [anon_sym_STAR_EQ] = ACTIONS(4513), + [anon_sym_SLASH_EQ] = ACTIONS(4513), + [anon_sym_PERCENT_EQ] = ACTIONS(4513), + [anon_sym_BANG_EQ] = ACTIONS(4511), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4513), + [anon_sym_EQ_EQ] = ACTIONS(4511), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4513), + [anon_sym_LT_EQ] = ACTIONS(4513), + [anon_sym_GT_EQ] = ACTIONS(4513), + [anon_sym_BANGin] = ACTIONS(4513), + [anon_sym_is] = ACTIONS(4511), + [anon_sym_BANGis] = ACTIONS(4513), + [anon_sym_PLUS] = ACTIONS(4511), + [anon_sym_DASH] = ACTIONS(4511), + [anon_sym_SLASH] = ACTIONS(4511), + [anon_sym_PERCENT] = ACTIONS(4511), + [anon_sym_as_QMARK] = ACTIONS(4513), + [anon_sym_PLUS_PLUS] = ACTIONS(4513), + [anon_sym_DASH_DASH] = ACTIONS(4513), + [anon_sym_BANG] = ACTIONS(4511), + [anon_sym_BANG_BANG] = ACTIONS(4513), + [anon_sym_suspend] = ACTIONS(4511), + [anon_sym_sealed] = ACTIONS(4511), + [anon_sym_annotation] = ACTIONS(4511), + [anon_sym_data] = ACTIONS(4511), + [anon_sym_inner] = ACTIONS(4511), + [anon_sym_override] = ACTIONS(4511), + [anon_sym_lateinit] = ACTIONS(4511), + [anon_sym_public] = ACTIONS(4511), + [anon_sym_private] = ACTIONS(4511), + [anon_sym_internal] = ACTIONS(4511), + [anon_sym_protected] = ACTIONS(4511), + [anon_sym_tailrec] = ACTIONS(4511), + [anon_sym_operator] = ACTIONS(4511), + [anon_sym_infix] = ACTIONS(4511), + [anon_sym_inline] = ACTIONS(4511), + [anon_sym_external] = ACTIONS(4511), + [sym_property_modifier] = ACTIONS(4511), + [anon_sym_abstract] = ACTIONS(4511), + [anon_sym_final] = ACTIONS(4511), + [anon_sym_open] = ACTIONS(4511), + [anon_sym_vararg] = ACTIONS(4511), + [anon_sym_noinline] = ACTIONS(4511), + [anon_sym_crossinline] = ACTIONS(4511), + [anon_sym_expect] = ACTIONS(4511), + [anon_sym_actual] = ACTIONS(4511), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4513), + [anon_sym_continue_AT] = ACTIONS(4513), + [anon_sym_break_AT] = ACTIONS(4513), + [sym_real_literal] = ACTIONS(4513), + [sym_integer_literal] = ACTIONS(4511), + [sym_hex_literal] = ACTIONS(4513), + [sym_bin_literal] = ACTIONS(4513), + [anon_sym_true] = ACTIONS(4511), + [anon_sym_false] = ACTIONS(4511), + [anon_sym_SQUOTE] = ACTIONS(4513), + [sym__backtick_identifier] = ACTIONS(4513), + [sym__automatic_semicolon] = ACTIONS(4513), + [sym_safe_nav] = ACTIONS(4513), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4513), }, - [1062] = { - [sym__alpha_identifier] = ACTIONS(4777), - [anon_sym_AT] = ACTIONS(4779), - [anon_sym_LBRACK] = ACTIONS(4779), - [anon_sym_as] = ACTIONS(4777), - [anon_sym_EQ] = ACTIONS(4777), - [anon_sym_LBRACE] = ACTIONS(4779), - [anon_sym_RBRACE] = ACTIONS(4779), - [anon_sym_LPAREN] = ACTIONS(4779), - [anon_sym_COMMA] = ACTIONS(4779), - [anon_sym_LT] = ACTIONS(4777), - [anon_sym_GT] = ACTIONS(4777), - [anon_sym_where] = ACTIONS(4777), - [anon_sym_object] = ACTIONS(4777), - [anon_sym_fun] = ACTIONS(4777), - [anon_sym_DOT] = ACTIONS(4777), - [anon_sym_SEMI] = ACTIONS(4779), - [anon_sym_get] = ACTIONS(4777), - [anon_sym_set] = ACTIONS(4777), - [anon_sym_this] = ACTIONS(4777), - [anon_sym_super] = ACTIONS(4777), - [anon_sym_STAR] = ACTIONS(4777), - [sym_label] = ACTIONS(4777), - [anon_sym_in] = ACTIONS(4777), - [anon_sym_DOT_DOT] = ACTIONS(4779), - [anon_sym_QMARK_COLON] = ACTIONS(4779), - [anon_sym_AMP_AMP] = ACTIONS(4779), - [anon_sym_PIPE_PIPE] = ACTIONS(4779), - [anon_sym_null] = ACTIONS(4777), - [anon_sym_if] = ACTIONS(4777), - [anon_sym_else] = ACTIONS(4777), - [anon_sym_when] = ACTIONS(4777), - [anon_sym_try] = ACTIONS(4777), - [anon_sym_throw] = ACTIONS(4777), - [anon_sym_return] = ACTIONS(4777), - [anon_sym_continue] = ACTIONS(4777), - [anon_sym_break] = ACTIONS(4777), - [anon_sym_COLON_COLON] = ACTIONS(4779), - [anon_sym_PLUS_EQ] = ACTIONS(4779), - [anon_sym_DASH_EQ] = ACTIONS(4779), - [anon_sym_STAR_EQ] = ACTIONS(4779), - [anon_sym_SLASH_EQ] = ACTIONS(4779), - [anon_sym_PERCENT_EQ] = ACTIONS(4779), - [anon_sym_BANG_EQ] = ACTIONS(4777), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4779), - [anon_sym_EQ_EQ] = ACTIONS(4777), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4779), - [anon_sym_LT_EQ] = ACTIONS(4779), - [anon_sym_GT_EQ] = ACTIONS(4779), - [anon_sym_BANGin] = ACTIONS(4779), - [anon_sym_is] = ACTIONS(4777), - [anon_sym_BANGis] = ACTIONS(4779), - [anon_sym_PLUS] = ACTIONS(4777), - [anon_sym_DASH] = ACTIONS(4777), - [anon_sym_SLASH] = ACTIONS(4777), - [anon_sym_PERCENT] = ACTIONS(4777), - [anon_sym_as_QMARK] = ACTIONS(4779), - [anon_sym_PLUS_PLUS] = ACTIONS(4779), - [anon_sym_DASH_DASH] = ACTIONS(4779), - [anon_sym_BANG] = ACTIONS(4777), - [anon_sym_BANG_BANG] = ACTIONS(4779), - [anon_sym_suspend] = ACTIONS(4777), - [anon_sym_sealed] = ACTIONS(4777), - [anon_sym_annotation] = ACTIONS(4777), - [anon_sym_data] = ACTIONS(4777), - [anon_sym_inner] = ACTIONS(4777), - [anon_sym_override] = ACTIONS(4777), - [anon_sym_lateinit] = ACTIONS(4777), - [anon_sym_public] = ACTIONS(4777), - [anon_sym_private] = ACTIONS(4777), - [anon_sym_internal] = ACTIONS(4777), - [anon_sym_protected] = ACTIONS(4777), - [anon_sym_tailrec] = ACTIONS(4777), - [anon_sym_operator] = ACTIONS(4777), - [anon_sym_infix] = ACTIONS(4777), - [anon_sym_inline] = ACTIONS(4777), - [anon_sym_external] = ACTIONS(4777), - [sym_property_modifier] = ACTIONS(4777), - [anon_sym_abstract] = ACTIONS(4777), - [anon_sym_final] = ACTIONS(4777), - [anon_sym_open] = ACTIONS(4777), - [anon_sym_vararg] = ACTIONS(4777), - [anon_sym_noinline] = ACTIONS(4777), - [anon_sym_crossinline] = ACTIONS(4777), - [anon_sym_expect] = ACTIONS(4777), - [anon_sym_actual] = ACTIONS(4777), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4779), - [anon_sym_continue_AT] = ACTIONS(4779), - [anon_sym_break_AT] = ACTIONS(4779), - [sym_real_literal] = ACTIONS(4779), - [sym_integer_literal] = ACTIONS(4777), - [sym_hex_literal] = ACTIONS(4779), - [sym_bin_literal] = ACTIONS(4779), - [anon_sym_true] = ACTIONS(4777), - [anon_sym_false] = ACTIONS(4777), - [anon_sym_SQUOTE] = ACTIONS(4779), - [sym__backtick_identifier] = ACTIONS(4779), - [sym__automatic_semicolon] = ACTIONS(4779), - [sym_safe_nav] = ACTIONS(4779), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4779), + [1097] = { + [sym__alpha_identifier] = ACTIONS(4853), + [anon_sym_AT] = ACTIONS(4855), + [anon_sym_LBRACK] = ACTIONS(4855), + [anon_sym_as] = ACTIONS(4853), + [anon_sym_EQ] = ACTIONS(4853), + [anon_sym_LBRACE] = ACTIONS(4855), + [anon_sym_RBRACE] = ACTIONS(4855), + [anon_sym_LPAREN] = ACTIONS(4855), + [anon_sym_COMMA] = ACTIONS(4855), + [anon_sym_LT] = ACTIONS(4853), + [anon_sym_GT] = ACTIONS(4853), + [anon_sym_where] = ACTIONS(4853), + [anon_sym_object] = ACTIONS(4853), + [anon_sym_fun] = ACTIONS(4853), + [anon_sym_DOT] = ACTIONS(4853), + [anon_sym_SEMI] = ACTIONS(4855), + [anon_sym_get] = ACTIONS(4853), + [anon_sym_set] = ACTIONS(4853), + [anon_sym_this] = ACTIONS(4853), + [anon_sym_super] = ACTIONS(4853), + [anon_sym_STAR] = ACTIONS(4853), + [sym_label] = ACTIONS(4853), + [anon_sym_in] = ACTIONS(4853), + [anon_sym_DOT_DOT] = ACTIONS(4855), + [anon_sym_QMARK_COLON] = ACTIONS(4855), + [anon_sym_AMP_AMP] = ACTIONS(4855), + [anon_sym_PIPE_PIPE] = ACTIONS(4855), + [anon_sym_null] = ACTIONS(4853), + [anon_sym_if] = ACTIONS(4853), + [anon_sym_else] = ACTIONS(4853), + [anon_sym_when] = ACTIONS(4853), + [anon_sym_try] = ACTIONS(4853), + [anon_sym_throw] = ACTIONS(4853), + [anon_sym_return] = ACTIONS(4853), + [anon_sym_continue] = ACTIONS(4853), + [anon_sym_break] = ACTIONS(4853), + [anon_sym_COLON_COLON] = ACTIONS(4855), + [anon_sym_PLUS_EQ] = ACTIONS(4855), + [anon_sym_DASH_EQ] = ACTIONS(4855), + [anon_sym_STAR_EQ] = ACTIONS(4855), + [anon_sym_SLASH_EQ] = ACTIONS(4855), + [anon_sym_PERCENT_EQ] = ACTIONS(4855), + [anon_sym_BANG_EQ] = ACTIONS(4853), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4855), + [anon_sym_EQ_EQ] = ACTIONS(4853), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4855), + [anon_sym_LT_EQ] = ACTIONS(4855), + [anon_sym_GT_EQ] = ACTIONS(4855), + [anon_sym_BANGin] = ACTIONS(4855), + [anon_sym_is] = ACTIONS(4853), + [anon_sym_BANGis] = ACTIONS(4855), + [anon_sym_PLUS] = ACTIONS(4853), + [anon_sym_DASH] = ACTIONS(4853), + [anon_sym_SLASH] = ACTIONS(4853), + [anon_sym_PERCENT] = ACTIONS(4853), + [anon_sym_as_QMARK] = ACTIONS(4855), + [anon_sym_PLUS_PLUS] = ACTIONS(4855), + [anon_sym_DASH_DASH] = ACTIONS(4855), + [anon_sym_BANG] = ACTIONS(4853), + [anon_sym_BANG_BANG] = ACTIONS(4855), + [anon_sym_suspend] = ACTIONS(4853), + [anon_sym_sealed] = ACTIONS(4853), + [anon_sym_annotation] = ACTIONS(4853), + [anon_sym_data] = ACTIONS(4853), + [anon_sym_inner] = ACTIONS(4853), + [anon_sym_override] = ACTIONS(4853), + [anon_sym_lateinit] = ACTIONS(4853), + [anon_sym_public] = ACTIONS(4853), + [anon_sym_private] = ACTIONS(4853), + [anon_sym_internal] = ACTIONS(4853), + [anon_sym_protected] = ACTIONS(4853), + [anon_sym_tailrec] = ACTIONS(4853), + [anon_sym_operator] = ACTIONS(4853), + [anon_sym_infix] = ACTIONS(4853), + [anon_sym_inline] = ACTIONS(4853), + [anon_sym_external] = ACTIONS(4853), + [sym_property_modifier] = ACTIONS(4853), + [anon_sym_abstract] = ACTIONS(4853), + [anon_sym_final] = ACTIONS(4853), + [anon_sym_open] = ACTIONS(4853), + [anon_sym_vararg] = ACTIONS(4853), + [anon_sym_noinline] = ACTIONS(4853), + [anon_sym_crossinline] = ACTIONS(4853), + [anon_sym_expect] = ACTIONS(4853), + [anon_sym_actual] = ACTIONS(4853), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4855), + [anon_sym_continue_AT] = ACTIONS(4855), + [anon_sym_break_AT] = ACTIONS(4855), + [sym_real_literal] = ACTIONS(4855), + [sym_integer_literal] = ACTIONS(4853), + [sym_hex_literal] = ACTIONS(4855), + [sym_bin_literal] = ACTIONS(4855), + [anon_sym_true] = ACTIONS(4853), + [anon_sym_false] = ACTIONS(4853), + [anon_sym_SQUOTE] = ACTIONS(4855), + [sym__backtick_identifier] = ACTIONS(4855), + [sym__automatic_semicolon] = ACTIONS(4855), + [sym_safe_nav] = ACTIONS(4855), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4855), }, - [1063] = { - [sym__alpha_identifier] = ACTIONS(4781), - [anon_sym_AT] = ACTIONS(4783), - [anon_sym_LBRACK] = ACTIONS(4783), - [anon_sym_as] = ACTIONS(4781), - [anon_sym_EQ] = ACTIONS(4781), - [anon_sym_LBRACE] = ACTIONS(4783), - [anon_sym_RBRACE] = ACTIONS(4783), - [anon_sym_LPAREN] = ACTIONS(4783), - [anon_sym_COMMA] = ACTIONS(4783), - [anon_sym_LT] = ACTIONS(4781), - [anon_sym_GT] = ACTIONS(4781), - [anon_sym_where] = ACTIONS(4781), - [anon_sym_object] = ACTIONS(4781), - [anon_sym_fun] = ACTIONS(4781), - [anon_sym_DOT] = ACTIONS(4781), - [anon_sym_SEMI] = ACTIONS(4783), - [anon_sym_get] = ACTIONS(4781), - [anon_sym_set] = ACTIONS(4781), - [anon_sym_this] = ACTIONS(4781), - [anon_sym_super] = ACTIONS(4781), - [anon_sym_STAR] = ACTIONS(4781), - [sym_label] = ACTIONS(4781), - [anon_sym_in] = ACTIONS(4781), - [anon_sym_DOT_DOT] = ACTIONS(4783), - [anon_sym_QMARK_COLON] = ACTIONS(4783), - [anon_sym_AMP_AMP] = ACTIONS(4783), - [anon_sym_PIPE_PIPE] = ACTIONS(4783), - [anon_sym_null] = ACTIONS(4781), - [anon_sym_if] = ACTIONS(4781), - [anon_sym_else] = ACTIONS(4781), - [anon_sym_when] = ACTIONS(4781), - [anon_sym_try] = ACTIONS(4781), - [anon_sym_throw] = ACTIONS(4781), - [anon_sym_return] = ACTIONS(4781), - [anon_sym_continue] = ACTIONS(4781), - [anon_sym_break] = ACTIONS(4781), - [anon_sym_COLON_COLON] = ACTIONS(4783), - [anon_sym_PLUS_EQ] = ACTIONS(4783), - [anon_sym_DASH_EQ] = ACTIONS(4783), - [anon_sym_STAR_EQ] = ACTIONS(4783), - [anon_sym_SLASH_EQ] = ACTIONS(4783), - [anon_sym_PERCENT_EQ] = ACTIONS(4783), - [anon_sym_BANG_EQ] = ACTIONS(4781), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4783), - [anon_sym_EQ_EQ] = ACTIONS(4781), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4783), - [anon_sym_LT_EQ] = ACTIONS(4783), - [anon_sym_GT_EQ] = ACTIONS(4783), - [anon_sym_BANGin] = ACTIONS(4783), - [anon_sym_is] = ACTIONS(4781), - [anon_sym_BANGis] = ACTIONS(4783), - [anon_sym_PLUS] = ACTIONS(4781), - [anon_sym_DASH] = ACTIONS(4781), - [anon_sym_SLASH] = ACTIONS(4781), - [anon_sym_PERCENT] = ACTIONS(4781), - [anon_sym_as_QMARK] = ACTIONS(4783), - [anon_sym_PLUS_PLUS] = ACTIONS(4783), - [anon_sym_DASH_DASH] = ACTIONS(4783), - [anon_sym_BANG] = ACTIONS(4781), - [anon_sym_BANG_BANG] = ACTIONS(4783), - [anon_sym_suspend] = ACTIONS(4781), - [anon_sym_sealed] = ACTIONS(4781), - [anon_sym_annotation] = ACTIONS(4781), - [anon_sym_data] = ACTIONS(4781), - [anon_sym_inner] = ACTIONS(4781), - [anon_sym_override] = ACTIONS(4781), - [anon_sym_lateinit] = ACTIONS(4781), - [anon_sym_public] = ACTIONS(4781), - [anon_sym_private] = ACTIONS(4781), - [anon_sym_internal] = ACTIONS(4781), - [anon_sym_protected] = ACTIONS(4781), - [anon_sym_tailrec] = ACTIONS(4781), - [anon_sym_operator] = ACTIONS(4781), - [anon_sym_infix] = ACTIONS(4781), - [anon_sym_inline] = ACTIONS(4781), - [anon_sym_external] = ACTIONS(4781), - [sym_property_modifier] = ACTIONS(4781), - [anon_sym_abstract] = ACTIONS(4781), - [anon_sym_final] = ACTIONS(4781), - [anon_sym_open] = ACTIONS(4781), - [anon_sym_vararg] = ACTIONS(4781), - [anon_sym_noinline] = ACTIONS(4781), - [anon_sym_crossinline] = ACTIONS(4781), - [anon_sym_expect] = ACTIONS(4781), - [anon_sym_actual] = ACTIONS(4781), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4783), - [anon_sym_continue_AT] = ACTIONS(4783), - [anon_sym_break_AT] = ACTIONS(4783), - [sym_real_literal] = ACTIONS(4783), - [sym_integer_literal] = ACTIONS(4781), - [sym_hex_literal] = ACTIONS(4783), - [sym_bin_literal] = ACTIONS(4783), - [anon_sym_true] = ACTIONS(4781), - [anon_sym_false] = ACTIONS(4781), - [anon_sym_SQUOTE] = ACTIONS(4783), - [sym__backtick_identifier] = ACTIONS(4783), - [sym__automatic_semicolon] = ACTIONS(4783), - [sym_safe_nav] = ACTIONS(4783), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4783), + [1098] = { + [sym__alpha_identifier] = ACTIONS(4857), + [anon_sym_AT] = ACTIONS(4859), + [anon_sym_LBRACK] = ACTIONS(4859), + [anon_sym_as] = ACTIONS(4857), + [anon_sym_EQ] = ACTIONS(4857), + [anon_sym_LBRACE] = ACTIONS(4859), + [anon_sym_RBRACE] = ACTIONS(4859), + [anon_sym_LPAREN] = ACTIONS(4859), + [anon_sym_COMMA] = ACTIONS(4859), + [anon_sym_LT] = ACTIONS(4857), + [anon_sym_GT] = ACTIONS(4857), + [anon_sym_where] = ACTIONS(4857), + [anon_sym_object] = ACTIONS(4857), + [anon_sym_fun] = ACTIONS(4857), + [anon_sym_DOT] = ACTIONS(4857), + [anon_sym_SEMI] = ACTIONS(4859), + [anon_sym_get] = ACTIONS(4857), + [anon_sym_set] = ACTIONS(4857), + [anon_sym_this] = ACTIONS(4857), + [anon_sym_super] = ACTIONS(4857), + [anon_sym_STAR] = ACTIONS(4857), + [sym_label] = ACTIONS(4857), + [anon_sym_in] = ACTIONS(4857), + [anon_sym_DOT_DOT] = ACTIONS(4859), + [anon_sym_QMARK_COLON] = ACTIONS(4859), + [anon_sym_AMP_AMP] = ACTIONS(4859), + [anon_sym_PIPE_PIPE] = ACTIONS(4859), + [anon_sym_null] = ACTIONS(4857), + [anon_sym_if] = ACTIONS(4857), + [anon_sym_else] = ACTIONS(4857), + [anon_sym_when] = ACTIONS(4857), + [anon_sym_try] = ACTIONS(4857), + [anon_sym_throw] = ACTIONS(4857), + [anon_sym_return] = ACTIONS(4857), + [anon_sym_continue] = ACTIONS(4857), + [anon_sym_break] = ACTIONS(4857), + [anon_sym_COLON_COLON] = ACTIONS(4859), + [anon_sym_PLUS_EQ] = ACTIONS(4859), + [anon_sym_DASH_EQ] = ACTIONS(4859), + [anon_sym_STAR_EQ] = ACTIONS(4859), + [anon_sym_SLASH_EQ] = ACTIONS(4859), + [anon_sym_PERCENT_EQ] = ACTIONS(4859), + [anon_sym_BANG_EQ] = ACTIONS(4857), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4859), + [anon_sym_EQ_EQ] = ACTIONS(4857), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4859), + [anon_sym_LT_EQ] = ACTIONS(4859), + [anon_sym_GT_EQ] = ACTIONS(4859), + [anon_sym_BANGin] = ACTIONS(4859), + [anon_sym_is] = ACTIONS(4857), + [anon_sym_BANGis] = ACTIONS(4859), + [anon_sym_PLUS] = ACTIONS(4857), + [anon_sym_DASH] = ACTIONS(4857), + [anon_sym_SLASH] = ACTIONS(4857), + [anon_sym_PERCENT] = ACTIONS(4857), + [anon_sym_as_QMARK] = ACTIONS(4859), + [anon_sym_PLUS_PLUS] = ACTIONS(4859), + [anon_sym_DASH_DASH] = ACTIONS(4859), + [anon_sym_BANG] = ACTIONS(4857), + [anon_sym_BANG_BANG] = ACTIONS(4859), + [anon_sym_suspend] = ACTIONS(4857), + [anon_sym_sealed] = ACTIONS(4857), + [anon_sym_annotation] = ACTIONS(4857), + [anon_sym_data] = ACTIONS(4857), + [anon_sym_inner] = ACTIONS(4857), + [anon_sym_override] = ACTIONS(4857), + [anon_sym_lateinit] = ACTIONS(4857), + [anon_sym_public] = ACTIONS(4857), + [anon_sym_private] = ACTIONS(4857), + [anon_sym_internal] = ACTIONS(4857), + [anon_sym_protected] = ACTIONS(4857), + [anon_sym_tailrec] = ACTIONS(4857), + [anon_sym_operator] = ACTIONS(4857), + [anon_sym_infix] = ACTIONS(4857), + [anon_sym_inline] = ACTIONS(4857), + [anon_sym_external] = ACTIONS(4857), + [sym_property_modifier] = ACTIONS(4857), + [anon_sym_abstract] = ACTIONS(4857), + [anon_sym_final] = ACTIONS(4857), + [anon_sym_open] = ACTIONS(4857), + [anon_sym_vararg] = ACTIONS(4857), + [anon_sym_noinline] = ACTIONS(4857), + [anon_sym_crossinline] = ACTIONS(4857), + [anon_sym_expect] = ACTIONS(4857), + [anon_sym_actual] = ACTIONS(4857), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4859), + [anon_sym_continue_AT] = ACTIONS(4859), + [anon_sym_break_AT] = ACTIONS(4859), + [sym_real_literal] = ACTIONS(4859), + [sym_integer_literal] = ACTIONS(4857), + [sym_hex_literal] = ACTIONS(4859), + [sym_bin_literal] = ACTIONS(4859), + [anon_sym_true] = ACTIONS(4857), + [anon_sym_false] = ACTIONS(4857), + [anon_sym_SQUOTE] = ACTIONS(4859), + [sym__backtick_identifier] = ACTIONS(4859), + [sym__automatic_semicolon] = ACTIONS(4859), + [sym_safe_nav] = ACTIONS(4859), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4859), }, - [1064] = { - [sym__alpha_identifier] = ACTIONS(4785), - [anon_sym_AT] = ACTIONS(4787), - [anon_sym_LBRACK] = ACTIONS(4787), - [anon_sym_as] = ACTIONS(4785), - [anon_sym_EQ] = ACTIONS(4785), - [anon_sym_LBRACE] = ACTIONS(4787), - [anon_sym_RBRACE] = ACTIONS(4787), - [anon_sym_LPAREN] = ACTIONS(4787), - [anon_sym_COMMA] = ACTIONS(4787), - [anon_sym_LT] = ACTIONS(4785), - [anon_sym_GT] = ACTIONS(4785), - [anon_sym_where] = ACTIONS(4785), - [anon_sym_object] = ACTIONS(4785), - [anon_sym_fun] = ACTIONS(4785), - [anon_sym_DOT] = ACTIONS(4785), - [anon_sym_SEMI] = ACTIONS(4787), - [anon_sym_get] = ACTIONS(4785), - [anon_sym_set] = ACTIONS(4785), - [anon_sym_this] = ACTIONS(4785), - [anon_sym_super] = ACTIONS(4785), - [anon_sym_STAR] = ACTIONS(4785), - [sym_label] = ACTIONS(4785), - [anon_sym_in] = ACTIONS(4785), - [anon_sym_DOT_DOT] = ACTIONS(4787), - [anon_sym_QMARK_COLON] = ACTIONS(4787), - [anon_sym_AMP_AMP] = ACTIONS(4787), - [anon_sym_PIPE_PIPE] = ACTIONS(4787), - [anon_sym_null] = ACTIONS(4785), - [anon_sym_if] = ACTIONS(4785), - [anon_sym_else] = ACTIONS(4785), - [anon_sym_when] = ACTIONS(4785), - [anon_sym_try] = ACTIONS(4785), - [anon_sym_throw] = ACTIONS(4785), - [anon_sym_return] = ACTIONS(4785), - [anon_sym_continue] = ACTIONS(4785), - [anon_sym_break] = ACTIONS(4785), - [anon_sym_COLON_COLON] = ACTIONS(4787), - [anon_sym_PLUS_EQ] = ACTIONS(4787), - [anon_sym_DASH_EQ] = ACTIONS(4787), - [anon_sym_STAR_EQ] = ACTIONS(4787), - [anon_sym_SLASH_EQ] = ACTIONS(4787), - [anon_sym_PERCENT_EQ] = ACTIONS(4787), - [anon_sym_BANG_EQ] = ACTIONS(4785), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4787), - [anon_sym_EQ_EQ] = ACTIONS(4785), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4787), - [anon_sym_LT_EQ] = ACTIONS(4787), - [anon_sym_GT_EQ] = ACTIONS(4787), - [anon_sym_BANGin] = ACTIONS(4787), - [anon_sym_is] = ACTIONS(4785), - [anon_sym_BANGis] = ACTIONS(4787), - [anon_sym_PLUS] = ACTIONS(4785), - [anon_sym_DASH] = ACTIONS(4785), - [anon_sym_SLASH] = ACTIONS(4785), - [anon_sym_PERCENT] = ACTIONS(4785), - [anon_sym_as_QMARK] = ACTIONS(4787), - [anon_sym_PLUS_PLUS] = ACTIONS(4787), - [anon_sym_DASH_DASH] = ACTIONS(4787), - [anon_sym_BANG] = ACTIONS(4785), - [anon_sym_BANG_BANG] = ACTIONS(4787), - [anon_sym_suspend] = ACTIONS(4785), - [anon_sym_sealed] = ACTIONS(4785), - [anon_sym_annotation] = ACTIONS(4785), - [anon_sym_data] = ACTIONS(4785), - [anon_sym_inner] = ACTIONS(4785), - [anon_sym_override] = ACTIONS(4785), - [anon_sym_lateinit] = ACTIONS(4785), - [anon_sym_public] = ACTIONS(4785), - [anon_sym_private] = ACTIONS(4785), - [anon_sym_internal] = ACTIONS(4785), - [anon_sym_protected] = ACTIONS(4785), - [anon_sym_tailrec] = ACTIONS(4785), - [anon_sym_operator] = ACTIONS(4785), - [anon_sym_infix] = ACTIONS(4785), - [anon_sym_inline] = ACTIONS(4785), - [anon_sym_external] = ACTIONS(4785), - [sym_property_modifier] = ACTIONS(4785), - [anon_sym_abstract] = ACTIONS(4785), - [anon_sym_final] = ACTIONS(4785), - [anon_sym_open] = ACTIONS(4785), - [anon_sym_vararg] = ACTIONS(4785), - [anon_sym_noinline] = ACTIONS(4785), - [anon_sym_crossinline] = ACTIONS(4785), - [anon_sym_expect] = ACTIONS(4785), - [anon_sym_actual] = ACTIONS(4785), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4787), - [anon_sym_continue_AT] = ACTIONS(4787), - [anon_sym_break_AT] = ACTIONS(4787), - [sym_real_literal] = ACTIONS(4787), - [sym_integer_literal] = ACTIONS(4785), - [sym_hex_literal] = ACTIONS(4787), - [sym_bin_literal] = ACTIONS(4787), - [anon_sym_true] = ACTIONS(4785), - [anon_sym_false] = ACTIONS(4785), - [anon_sym_SQUOTE] = ACTIONS(4787), - [sym__backtick_identifier] = ACTIONS(4787), - [sym__automatic_semicolon] = ACTIONS(4787), - [sym_safe_nav] = ACTIONS(4787), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4787), + [1099] = { + [sym__alpha_identifier] = ACTIONS(4861), + [anon_sym_AT] = ACTIONS(4863), + [anon_sym_LBRACK] = ACTIONS(4863), + [anon_sym_as] = ACTIONS(4861), + [anon_sym_EQ] = ACTIONS(4861), + [anon_sym_LBRACE] = ACTIONS(4863), + [anon_sym_RBRACE] = ACTIONS(4863), + [anon_sym_LPAREN] = ACTIONS(4863), + [anon_sym_COMMA] = ACTIONS(4863), + [anon_sym_LT] = ACTIONS(4861), + [anon_sym_GT] = ACTIONS(4861), + [anon_sym_where] = ACTIONS(4861), + [anon_sym_object] = ACTIONS(4861), + [anon_sym_fun] = ACTIONS(4861), + [anon_sym_DOT] = ACTIONS(4861), + [anon_sym_SEMI] = ACTIONS(4863), + [anon_sym_get] = ACTIONS(4861), + [anon_sym_set] = ACTIONS(4861), + [anon_sym_this] = ACTIONS(4861), + [anon_sym_super] = ACTIONS(4861), + [anon_sym_STAR] = ACTIONS(4861), + [sym_label] = ACTIONS(4861), + [anon_sym_in] = ACTIONS(4861), + [anon_sym_DOT_DOT] = ACTIONS(4863), + [anon_sym_QMARK_COLON] = ACTIONS(4863), + [anon_sym_AMP_AMP] = ACTIONS(4863), + [anon_sym_PIPE_PIPE] = ACTIONS(4863), + [anon_sym_null] = ACTIONS(4861), + [anon_sym_if] = ACTIONS(4861), + [anon_sym_else] = ACTIONS(4861), + [anon_sym_when] = ACTIONS(4861), + [anon_sym_try] = ACTIONS(4861), + [anon_sym_throw] = ACTIONS(4861), + [anon_sym_return] = ACTIONS(4861), + [anon_sym_continue] = ACTIONS(4861), + [anon_sym_break] = ACTIONS(4861), + [anon_sym_COLON_COLON] = ACTIONS(4863), + [anon_sym_PLUS_EQ] = ACTIONS(4863), + [anon_sym_DASH_EQ] = ACTIONS(4863), + [anon_sym_STAR_EQ] = ACTIONS(4863), + [anon_sym_SLASH_EQ] = ACTIONS(4863), + [anon_sym_PERCENT_EQ] = ACTIONS(4863), + [anon_sym_BANG_EQ] = ACTIONS(4861), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4863), + [anon_sym_EQ_EQ] = ACTIONS(4861), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4863), + [anon_sym_LT_EQ] = ACTIONS(4863), + [anon_sym_GT_EQ] = ACTIONS(4863), + [anon_sym_BANGin] = ACTIONS(4863), + [anon_sym_is] = ACTIONS(4861), + [anon_sym_BANGis] = ACTIONS(4863), + [anon_sym_PLUS] = ACTIONS(4861), + [anon_sym_DASH] = ACTIONS(4861), + [anon_sym_SLASH] = ACTIONS(4861), + [anon_sym_PERCENT] = ACTIONS(4861), + [anon_sym_as_QMARK] = ACTIONS(4863), + [anon_sym_PLUS_PLUS] = ACTIONS(4863), + [anon_sym_DASH_DASH] = ACTIONS(4863), + [anon_sym_BANG] = ACTIONS(4861), + [anon_sym_BANG_BANG] = ACTIONS(4863), + [anon_sym_suspend] = ACTIONS(4861), + [anon_sym_sealed] = ACTIONS(4861), + [anon_sym_annotation] = ACTIONS(4861), + [anon_sym_data] = ACTIONS(4861), + [anon_sym_inner] = ACTIONS(4861), + [anon_sym_override] = ACTIONS(4861), + [anon_sym_lateinit] = ACTIONS(4861), + [anon_sym_public] = ACTIONS(4861), + [anon_sym_private] = ACTIONS(4861), + [anon_sym_internal] = ACTIONS(4861), + [anon_sym_protected] = ACTIONS(4861), + [anon_sym_tailrec] = ACTIONS(4861), + [anon_sym_operator] = ACTIONS(4861), + [anon_sym_infix] = ACTIONS(4861), + [anon_sym_inline] = ACTIONS(4861), + [anon_sym_external] = ACTIONS(4861), + [sym_property_modifier] = ACTIONS(4861), + [anon_sym_abstract] = ACTIONS(4861), + [anon_sym_final] = ACTIONS(4861), + [anon_sym_open] = ACTIONS(4861), + [anon_sym_vararg] = ACTIONS(4861), + [anon_sym_noinline] = ACTIONS(4861), + [anon_sym_crossinline] = ACTIONS(4861), + [anon_sym_expect] = ACTIONS(4861), + [anon_sym_actual] = ACTIONS(4861), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4863), + [anon_sym_continue_AT] = ACTIONS(4863), + [anon_sym_break_AT] = ACTIONS(4863), + [sym_real_literal] = ACTIONS(4863), + [sym_integer_literal] = ACTIONS(4861), + [sym_hex_literal] = ACTIONS(4863), + [sym_bin_literal] = ACTIONS(4863), + [anon_sym_true] = ACTIONS(4861), + [anon_sym_false] = ACTIONS(4861), + [anon_sym_SQUOTE] = ACTIONS(4863), + [sym__backtick_identifier] = ACTIONS(4863), + [sym__automatic_semicolon] = ACTIONS(4863), + [sym_safe_nav] = ACTIONS(4863), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4863), }, - [1065] = { - [sym__alpha_identifier] = ACTIONS(4789), - [anon_sym_AT] = ACTIONS(4791), - [anon_sym_LBRACK] = ACTIONS(4791), - [anon_sym_as] = ACTIONS(4789), - [anon_sym_EQ] = ACTIONS(4789), - [anon_sym_LBRACE] = ACTIONS(4791), - [anon_sym_RBRACE] = ACTIONS(4791), - [anon_sym_LPAREN] = ACTIONS(4791), - [anon_sym_COMMA] = ACTIONS(4791), - [anon_sym_LT] = ACTIONS(4789), - [anon_sym_GT] = ACTIONS(4789), - [anon_sym_where] = ACTIONS(4789), - [anon_sym_object] = ACTIONS(4789), - [anon_sym_fun] = ACTIONS(4789), - [anon_sym_DOT] = ACTIONS(4789), - [anon_sym_SEMI] = ACTIONS(4791), - [anon_sym_get] = ACTIONS(4789), - [anon_sym_set] = ACTIONS(4789), - [anon_sym_this] = ACTIONS(4789), - [anon_sym_super] = ACTIONS(4789), - [anon_sym_STAR] = ACTIONS(4789), - [sym_label] = ACTIONS(4789), - [anon_sym_in] = ACTIONS(4789), - [anon_sym_DOT_DOT] = ACTIONS(4791), - [anon_sym_QMARK_COLON] = ACTIONS(4791), - [anon_sym_AMP_AMP] = ACTIONS(4791), - [anon_sym_PIPE_PIPE] = ACTIONS(4791), - [anon_sym_null] = ACTIONS(4789), - [anon_sym_if] = ACTIONS(4789), - [anon_sym_else] = ACTIONS(4789), - [anon_sym_when] = ACTIONS(4789), - [anon_sym_try] = ACTIONS(4789), - [anon_sym_throw] = ACTIONS(4789), - [anon_sym_return] = ACTIONS(4789), - [anon_sym_continue] = ACTIONS(4789), - [anon_sym_break] = ACTIONS(4789), - [anon_sym_COLON_COLON] = ACTIONS(4791), - [anon_sym_PLUS_EQ] = ACTIONS(4791), - [anon_sym_DASH_EQ] = ACTIONS(4791), - [anon_sym_STAR_EQ] = ACTIONS(4791), - [anon_sym_SLASH_EQ] = ACTIONS(4791), - [anon_sym_PERCENT_EQ] = ACTIONS(4791), - [anon_sym_BANG_EQ] = ACTIONS(4789), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4791), - [anon_sym_EQ_EQ] = ACTIONS(4789), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4791), - [anon_sym_LT_EQ] = ACTIONS(4791), - [anon_sym_GT_EQ] = ACTIONS(4791), - [anon_sym_BANGin] = ACTIONS(4791), - [anon_sym_is] = ACTIONS(4789), - [anon_sym_BANGis] = ACTIONS(4791), - [anon_sym_PLUS] = ACTIONS(4789), - [anon_sym_DASH] = ACTIONS(4789), - [anon_sym_SLASH] = ACTIONS(4789), - [anon_sym_PERCENT] = ACTIONS(4789), - [anon_sym_as_QMARK] = ACTIONS(4791), - [anon_sym_PLUS_PLUS] = ACTIONS(4791), - [anon_sym_DASH_DASH] = ACTIONS(4791), - [anon_sym_BANG] = ACTIONS(4789), - [anon_sym_BANG_BANG] = ACTIONS(4791), - [anon_sym_suspend] = ACTIONS(4789), - [anon_sym_sealed] = ACTIONS(4789), - [anon_sym_annotation] = ACTIONS(4789), - [anon_sym_data] = ACTIONS(4789), - [anon_sym_inner] = ACTIONS(4789), - [anon_sym_override] = ACTIONS(4789), - [anon_sym_lateinit] = ACTIONS(4789), - [anon_sym_public] = ACTIONS(4789), - [anon_sym_private] = ACTIONS(4789), - [anon_sym_internal] = ACTIONS(4789), - [anon_sym_protected] = ACTIONS(4789), - [anon_sym_tailrec] = ACTIONS(4789), - [anon_sym_operator] = ACTIONS(4789), - [anon_sym_infix] = ACTIONS(4789), - [anon_sym_inline] = ACTIONS(4789), - [anon_sym_external] = ACTIONS(4789), - [sym_property_modifier] = ACTIONS(4789), - [anon_sym_abstract] = ACTIONS(4789), - [anon_sym_final] = ACTIONS(4789), - [anon_sym_open] = ACTIONS(4789), - [anon_sym_vararg] = ACTIONS(4789), - [anon_sym_noinline] = ACTIONS(4789), - [anon_sym_crossinline] = ACTIONS(4789), - [anon_sym_expect] = ACTIONS(4789), - [anon_sym_actual] = ACTIONS(4789), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4791), - [anon_sym_continue_AT] = ACTIONS(4791), - [anon_sym_break_AT] = ACTIONS(4791), - [sym_real_literal] = ACTIONS(4791), - [sym_integer_literal] = ACTIONS(4789), - [sym_hex_literal] = ACTIONS(4791), - [sym_bin_literal] = ACTIONS(4791), - [anon_sym_true] = ACTIONS(4789), - [anon_sym_false] = ACTIONS(4789), - [anon_sym_SQUOTE] = ACTIONS(4791), - [sym__backtick_identifier] = ACTIONS(4791), - [sym__automatic_semicolon] = ACTIONS(4791), - [sym_safe_nav] = ACTIONS(4791), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4791), + [1100] = { + [sym__alpha_identifier] = ACTIONS(4865), + [anon_sym_AT] = ACTIONS(4867), + [anon_sym_LBRACK] = ACTIONS(4867), + [anon_sym_as] = ACTIONS(4865), + [anon_sym_EQ] = ACTIONS(4865), + [anon_sym_LBRACE] = ACTIONS(4867), + [anon_sym_RBRACE] = ACTIONS(4867), + [anon_sym_LPAREN] = ACTIONS(4867), + [anon_sym_COMMA] = ACTIONS(4867), + [anon_sym_LT] = ACTIONS(4865), + [anon_sym_GT] = ACTIONS(4865), + [anon_sym_where] = ACTIONS(4865), + [anon_sym_object] = ACTIONS(4865), + [anon_sym_fun] = ACTIONS(4865), + [anon_sym_DOT] = ACTIONS(4865), + [anon_sym_SEMI] = ACTIONS(4867), + [anon_sym_get] = ACTIONS(4865), + [anon_sym_set] = ACTIONS(4865), + [anon_sym_this] = ACTIONS(4865), + [anon_sym_super] = ACTIONS(4865), + [anon_sym_STAR] = ACTIONS(4865), + [sym_label] = ACTIONS(4865), + [anon_sym_in] = ACTIONS(4865), + [anon_sym_DOT_DOT] = ACTIONS(4867), + [anon_sym_QMARK_COLON] = ACTIONS(4867), + [anon_sym_AMP_AMP] = ACTIONS(4867), + [anon_sym_PIPE_PIPE] = ACTIONS(4867), + [anon_sym_null] = ACTIONS(4865), + [anon_sym_if] = ACTIONS(4865), + [anon_sym_else] = ACTIONS(4865), + [anon_sym_when] = ACTIONS(4865), + [anon_sym_try] = ACTIONS(4865), + [anon_sym_throw] = ACTIONS(4865), + [anon_sym_return] = ACTIONS(4865), + [anon_sym_continue] = ACTIONS(4865), + [anon_sym_break] = ACTIONS(4865), + [anon_sym_COLON_COLON] = ACTIONS(4867), + [anon_sym_PLUS_EQ] = ACTIONS(4867), + [anon_sym_DASH_EQ] = ACTIONS(4867), + [anon_sym_STAR_EQ] = ACTIONS(4867), + [anon_sym_SLASH_EQ] = ACTIONS(4867), + [anon_sym_PERCENT_EQ] = ACTIONS(4867), + [anon_sym_BANG_EQ] = ACTIONS(4865), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4867), + [anon_sym_EQ_EQ] = ACTIONS(4865), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4867), + [anon_sym_LT_EQ] = ACTIONS(4867), + [anon_sym_GT_EQ] = ACTIONS(4867), + [anon_sym_BANGin] = ACTIONS(4867), + [anon_sym_is] = ACTIONS(4865), + [anon_sym_BANGis] = ACTIONS(4867), + [anon_sym_PLUS] = ACTIONS(4865), + [anon_sym_DASH] = ACTIONS(4865), + [anon_sym_SLASH] = ACTIONS(4865), + [anon_sym_PERCENT] = ACTIONS(4865), + [anon_sym_as_QMARK] = ACTIONS(4867), + [anon_sym_PLUS_PLUS] = ACTIONS(4867), + [anon_sym_DASH_DASH] = ACTIONS(4867), + [anon_sym_BANG] = ACTIONS(4865), + [anon_sym_BANG_BANG] = ACTIONS(4867), + [anon_sym_suspend] = ACTIONS(4865), + [anon_sym_sealed] = ACTIONS(4865), + [anon_sym_annotation] = ACTIONS(4865), + [anon_sym_data] = ACTIONS(4865), + [anon_sym_inner] = ACTIONS(4865), + [anon_sym_override] = ACTIONS(4865), + [anon_sym_lateinit] = ACTIONS(4865), + [anon_sym_public] = ACTIONS(4865), + [anon_sym_private] = ACTIONS(4865), + [anon_sym_internal] = ACTIONS(4865), + [anon_sym_protected] = ACTIONS(4865), + [anon_sym_tailrec] = ACTIONS(4865), + [anon_sym_operator] = ACTIONS(4865), + [anon_sym_infix] = ACTIONS(4865), + [anon_sym_inline] = ACTIONS(4865), + [anon_sym_external] = ACTIONS(4865), + [sym_property_modifier] = ACTIONS(4865), + [anon_sym_abstract] = ACTIONS(4865), + [anon_sym_final] = ACTIONS(4865), + [anon_sym_open] = ACTIONS(4865), + [anon_sym_vararg] = ACTIONS(4865), + [anon_sym_noinline] = ACTIONS(4865), + [anon_sym_crossinline] = ACTIONS(4865), + [anon_sym_expect] = ACTIONS(4865), + [anon_sym_actual] = ACTIONS(4865), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4867), + [anon_sym_continue_AT] = ACTIONS(4867), + [anon_sym_break_AT] = ACTIONS(4867), + [sym_real_literal] = ACTIONS(4867), + [sym_integer_literal] = ACTIONS(4865), + [sym_hex_literal] = ACTIONS(4867), + [sym_bin_literal] = ACTIONS(4867), + [anon_sym_true] = ACTIONS(4865), + [anon_sym_false] = ACTIONS(4865), + [anon_sym_SQUOTE] = ACTIONS(4867), + [sym__backtick_identifier] = ACTIONS(4867), + [sym__automatic_semicolon] = ACTIONS(4867), + [sym_safe_nav] = ACTIONS(4867), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4867), }, - [1066] = { - [sym__alpha_identifier] = ACTIONS(4793), - [anon_sym_AT] = ACTIONS(4795), - [anon_sym_LBRACK] = ACTIONS(4795), - [anon_sym_as] = ACTIONS(4793), - [anon_sym_EQ] = ACTIONS(4793), - [anon_sym_LBRACE] = ACTIONS(4795), - [anon_sym_RBRACE] = ACTIONS(4795), - [anon_sym_LPAREN] = ACTIONS(4795), - [anon_sym_COMMA] = ACTIONS(4795), - [anon_sym_LT] = ACTIONS(4793), - [anon_sym_GT] = ACTIONS(4793), - [anon_sym_where] = ACTIONS(4793), - [anon_sym_object] = ACTIONS(4793), - [anon_sym_fun] = ACTIONS(4793), - [anon_sym_DOT] = ACTIONS(4793), - [anon_sym_SEMI] = ACTIONS(4795), - [anon_sym_get] = ACTIONS(4793), - [anon_sym_set] = ACTIONS(4793), - [anon_sym_this] = ACTIONS(4793), - [anon_sym_super] = ACTIONS(4793), - [anon_sym_STAR] = ACTIONS(4793), - [sym_label] = ACTIONS(4793), - [anon_sym_in] = ACTIONS(4793), - [anon_sym_DOT_DOT] = ACTIONS(4795), - [anon_sym_QMARK_COLON] = ACTIONS(4795), - [anon_sym_AMP_AMP] = ACTIONS(4795), - [anon_sym_PIPE_PIPE] = ACTIONS(4795), - [anon_sym_null] = ACTIONS(4793), - [anon_sym_if] = ACTIONS(4793), - [anon_sym_else] = ACTIONS(4793), - [anon_sym_when] = ACTIONS(4793), - [anon_sym_try] = ACTIONS(4793), - [anon_sym_throw] = ACTIONS(4793), - [anon_sym_return] = ACTIONS(4793), - [anon_sym_continue] = ACTIONS(4793), - [anon_sym_break] = ACTIONS(4793), - [anon_sym_COLON_COLON] = ACTIONS(4795), - [anon_sym_PLUS_EQ] = ACTIONS(4795), - [anon_sym_DASH_EQ] = ACTIONS(4795), - [anon_sym_STAR_EQ] = ACTIONS(4795), - [anon_sym_SLASH_EQ] = ACTIONS(4795), - [anon_sym_PERCENT_EQ] = ACTIONS(4795), - [anon_sym_BANG_EQ] = ACTIONS(4793), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4795), - [anon_sym_EQ_EQ] = ACTIONS(4793), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4795), - [anon_sym_LT_EQ] = ACTIONS(4795), - [anon_sym_GT_EQ] = ACTIONS(4795), - [anon_sym_BANGin] = ACTIONS(4795), - [anon_sym_is] = ACTIONS(4793), - [anon_sym_BANGis] = ACTIONS(4795), - [anon_sym_PLUS] = ACTIONS(4793), - [anon_sym_DASH] = ACTIONS(4793), - [anon_sym_SLASH] = ACTIONS(4793), - [anon_sym_PERCENT] = ACTIONS(4793), - [anon_sym_as_QMARK] = ACTIONS(4795), - [anon_sym_PLUS_PLUS] = ACTIONS(4795), - [anon_sym_DASH_DASH] = ACTIONS(4795), - [anon_sym_BANG] = ACTIONS(4793), - [anon_sym_BANG_BANG] = ACTIONS(4795), - [anon_sym_suspend] = ACTIONS(4793), - [anon_sym_sealed] = ACTIONS(4793), - [anon_sym_annotation] = ACTIONS(4793), - [anon_sym_data] = ACTIONS(4793), - [anon_sym_inner] = ACTIONS(4793), - [anon_sym_override] = ACTIONS(4793), - [anon_sym_lateinit] = ACTIONS(4793), - [anon_sym_public] = ACTIONS(4793), - [anon_sym_private] = ACTIONS(4793), - [anon_sym_internal] = ACTIONS(4793), - [anon_sym_protected] = ACTIONS(4793), - [anon_sym_tailrec] = ACTIONS(4793), - [anon_sym_operator] = ACTIONS(4793), - [anon_sym_infix] = ACTIONS(4793), - [anon_sym_inline] = ACTIONS(4793), - [anon_sym_external] = ACTIONS(4793), - [sym_property_modifier] = ACTIONS(4793), - [anon_sym_abstract] = ACTIONS(4793), - [anon_sym_final] = ACTIONS(4793), - [anon_sym_open] = ACTIONS(4793), - [anon_sym_vararg] = ACTIONS(4793), - [anon_sym_noinline] = ACTIONS(4793), - [anon_sym_crossinline] = ACTIONS(4793), - [anon_sym_expect] = ACTIONS(4793), - [anon_sym_actual] = ACTIONS(4793), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4795), - [anon_sym_continue_AT] = ACTIONS(4795), - [anon_sym_break_AT] = ACTIONS(4795), - [sym_real_literal] = ACTIONS(4795), - [sym_integer_literal] = ACTIONS(4793), - [sym_hex_literal] = ACTIONS(4795), - [sym_bin_literal] = ACTIONS(4795), - [anon_sym_true] = ACTIONS(4793), - [anon_sym_false] = ACTIONS(4793), - [anon_sym_SQUOTE] = ACTIONS(4795), - [sym__backtick_identifier] = ACTIONS(4795), - [sym__automatic_semicolon] = ACTIONS(4795), - [sym_safe_nav] = ACTIONS(4795), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4795), + [1101] = { + [sym__alpha_identifier] = ACTIONS(4869), + [anon_sym_AT] = ACTIONS(4871), + [anon_sym_LBRACK] = ACTIONS(4871), + [anon_sym_as] = ACTIONS(4869), + [anon_sym_EQ] = ACTIONS(4869), + [anon_sym_LBRACE] = ACTIONS(4871), + [anon_sym_RBRACE] = ACTIONS(4871), + [anon_sym_LPAREN] = ACTIONS(4871), + [anon_sym_COMMA] = ACTIONS(4871), + [anon_sym_LT] = ACTIONS(4869), + [anon_sym_GT] = ACTIONS(4869), + [anon_sym_where] = ACTIONS(4869), + [anon_sym_object] = ACTIONS(4869), + [anon_sym_fun] = ACTIONS(4869), + [anon_sym_DOT] = ACTIONS(4869), + [anon_sym_SEMI] = ACTIONS(4871), + [anon_sym_get] = ACTIONS(4869), + [anon_sym_set] = ACTIONS(4869), + [anon_sym_this] = ACTIONS(4869), + [anon_sym_super] = ACTIONS(4869), + [anon_sym_STAR] = ACTIONS(4869), + [sym_label] = ACTIONS(4869), + [anon_sym_in] = ACTIONS(4869), + [anon_sym_DOT_DOT] = ACTIONS(4871), + [anon_sym_QMARK_COLON] = ACTIONS(4871), + [anon_sym_AMP_AMP] = ACTIONS(4871), + [anon_sym_PIPE_PIPE] = ACTIONS(4871), + [anon_sym_null] = ACTIONS(4869), + [anon_sym_if] = ACTIONS(4869), + [anon_sym_else] = ACTIONS(4869), + [anon_sym_when] = ACTIONS(4869), + [anon_sym_try] = ACTIONS(4869), + [anon_sym_throw] = ACTIONS(4869), + [anon_sym_return] = ACTIONS(4869), + [anon_sym_continue] = ACTIONS(4869), + [anon_sym_break] = ACTIONS(4869), + [anon_sym_COLON_COLON] = ACTIONS(4871), + [anon_sym_PLUS_EQ] = ACTIONS(4871), + [anon_sym_DASH_EQ] = ACTIONS(4871), + [anon_sym_STAR_EQ] = ACTIONS(4871), + [anon_sym_SLASH_EQ] = ACTIONS(4871), + [anon_sym_PERCENT_EQ] = ACTIONS(4871), + [anon_sym_BANG_EQ] = ACTIONS(4869), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4871), + [anon_sym_EQ_EQ] = ACTIONS(4869), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4871), + [anon_sym_LT_EQ] = ACTIONS(4871), + [anon_sym_GT_EQ] = ACTIONS(4871), + [anon_sym_BANGin] = ACTIONS(4871), + [anon_sym_is] = ACTIONS(4869), + [anon_sym_BANGis] = ACTIONS(4871), + [anon_sym_PLUS] = ACTIONS(4869), + [anon_sym_DASH] = ACTIONS(4869), + [anon_sym_SLASH] = ACTIONS(4869), + [anon_sym_PERCENT] = ACTIONS(4869), + [anon_sym_as_QMARK] = ACTIONS(4871), + [anon_sym_PLUS_PLUS] = ACTIONS(4871), + [anon_sym_DASH_DASH] = ACTIONS(4871), + [anon_sym_BANG] = ACTIONS(4869), + [anon_sym_BANG_BANG] = ACTIONS(4871), + [anon_sym_suspend] = ACTIONS(4869), + [anon_sym_sealed] = ACTIONS(4869), + [anon_sym_annotation] = ACTIONS(4869), + [anon_sym_data] = ACTIONS(4869), + [anon_sym_inner] = ACTIONS(4869), + [anon_sym_override] = ACTIONS(4869), + [anon_sym_lateinit] = ACTIONS(4869), + [anon_sym_public] = ACTIONS(4869), + [anon_sym_private] = ACTIONS(4869), + [anon_sym_internal] = ACTIONS(4869), + [anon_sym_protected] = ACTIONS(4869), + [anon_sym_tailrec] = ACTIONS(4869), + [anon_sym_operator] = ACTIONS(4869), + [anon_sym_infix] = ACTIONS(4869), + [anon_sym_inline] = ACTIONS(4869), + [anon_sym_external] = ACTIONS(4869), + [sym_property_modifier] = ACTIONS(4869), + [anon_sym_abstract] = ACTIONS(4869), + [anon_sym_final] = ACTIONS(4869), + [anon_sym_open] = ACTIONS(4869), + [anon_sym_vararg] = ACTIONS(4869), + [anon_sym_noinline] = ACTIONS(4869), + [anon_sym_crossinline] = ACTIONS(4869), + [anon_sym_expect] = ACTIONS(4869), + [anon_sym_actual] = ACTIONS(4869), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4871), + [anon_sym_continue_AT] = ACTIONS(4871), + [anon_sym_break_AT] = ACTIONS(4871), + [sym_real_literal] = ACTIONS(4871), + [sym_integer_literal] = ACTIONS(4869), + [sym_hex_literal] = ACTIONS(4871), + [sym_bin_literal] = ACTIONS(4871), + [anon_sym_true] = ACTIONS(4869), + [anon_sym_false] = ACTIONS(4869), + [anon_sym_SQUOTE] = ACTIONS(4871), + [sym__backtick_identifier] = ACTIONS(4871), + [sym__automatic_semicolon] = ACTIONS(4871), + [sym_safe_nav] = ACTIONS(4871), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4871), }, - [1067] = { - [sym__alpha_identifier] = ACTIONS(4797), - [anon_sym_AT] = ACTIONS(4799), - [anon_sym_LBRACK] = ACTIONS(4799), - [anon_sym_as] = ACTIONS(4797), - [anon_sym_EQ] = ACTIONS(4797), - [anon_sym_LBRACE] = ACTIONS(4799), - [anon_sym_RBRACE] = ACTIONS(4799), - [anon_sym_LPAREN] = ACTIONS(4799), - [anon_sym_COMMA] = ACTIONS(4799), - [anon_sym_LT] = ACTIONS(4797), - [anon_sym_GT] = ACTIONS(4797), - [anon_sym_where] = ACTIONS(4797), - [anon_sym_object] = ACTIONS(4797), - [anon_sym_fun] = ACTIONS(4797), - [anon_sym_DOT] = ACTIONS(4797), - [anon_sym_SEMI] = ACTIONS(4799), - [anon_sym_get] = ACTIONS(4797), - [anon_sym_set] = ACTIONS(4797), - [anon_sym_this] = ACTIONS(4797), - [anon_sym_super] = ACTIONS(4797), - [anon_sym_STAR] = ACTIONS(4797), - [sym_label] = ACTIONS(4797), - [anon_sym_in] = ACTIONS(4797), - [anon_sym_DOT_DOT] = ACTIONS(4799), - [anon_sym_QMARK_COLON] = ACTIONS(4799), - [anon_sym_AMP_AMP] = ACTIONS(4799), - [anon_sym_PIPE_PIPE] = ACTIONS(4799), - [anon_sym_null] = ACTIONS(4797), - [anon_sym_if] = ACTIONS(4797), - [anon_sym_else] = ACTIONS(4797), - [anon_sym_when] = ACTIONS(4797), - [anon_sym_try] = ACTIONS(4797), - [anon_sym_throw] = ACTIONS(4797), - [anon_sym_return] = ACTIONS(4797), - [anon_sym_continue] = ACTIONS(4797), - [anon_sym_break] = ACTIONS(4797), - [anon_sym_COLON_COLON] = ACTIONS(4799), - [anon_sym_PLUS_EQ] = ACTIONS(4799), - [anon_sym_DASH_EQ] = ACTIONS(4799), - [anon_sym_STAR_EQ] = ACTIONS(4799), - [anon_sym_SLASH_EQ] = ACTIONS(4799), - [anon_sym_PERCENT_EQ] = ACTIONS(4799), - [anon_sym_BANG_EQ] = ACTIONS(4797), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4799), - [anon_sym_EQ_EQ] = ACTIONS(4797), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4799), - [anon_sym_LT_EQ] = ACTIONS(4799), - [anon_sym_GT_EQ] = ACTIONS(4799), - [anon_sym_BANGin] = ACTIONS(4799), - [anon_sym_is] = ACTIONS(4797), - [anon_sym_BANGis] = ACTIONS(4799), - [anon_sym_PLUS] = ACTIONS(4797), - [anon_sym_DASH] = ACTIONS(4797), - [anon_sym_SLASH] = ACTIONS(4797), - [anon_sym_PERCENT] = ACTIONS(4797), - [anon_sym_as_QMARK] = ACTIONS(4799), - [anon_sym_PLUS_PLUS] = ACTIONS(4799), - [anon_sym_DASH_DASH] = ACTIONS(4799), - [anon_sym_BANG] = ACTIONS(4797), - [anon_sym_BANG_BANG] = ACTIONS(4799), - [anon_sym_suspend] = ACTIONS(4797), - [anon_sym_sealed] = ACTIONS(4797), - [anon_sym_annotation] = ACTIONS(4797), - [anon_sym_data] = ACTIONS(4797), - [anon_sym_inner] = ACTIONS(4797), - [anon_sym_override] = ACTIONS(4797), - [anon_sym_lateinit] = ACTIONS(4797), - [anon_sym_public] = ACTIONS(4797), - [anon_sym_private] = ACTIONS(4797), - [anon_sym_internal] = ACTIONS(4797), - [anon_sym_protected] = ACTIONS(4797), - [anon_sym_tailrec] = ACTIONS(4797), - [anon_sym_operator] = ACTIONS(4797), - [anon_sym_infix] = ACTIONS(4797), - [anon_sym_inline] = ACTIONS(4797), - [anon_sym_external] = ACTIONS(4797), - [sym_property_modifier] = ACTIONS(4797), - [anon_sym_abstract] = ACTIONS(4797), - [anon_sym_final] = ACTIONS(4797), - [anon_sym_open] = ACTIONS(4797), - [anon_sym_vararg] = ACTIONS(4797), - [anon_sym_noinline] = ACTIONS(4797), - [anon_sym_crossinline] = ACTIONS(4797), - [anon_sym_expect] = ACTIONS(4797), - [anon_sym_actual] = ACTIONS(4797), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4799), - [anon_sym_continue_AT] = ACTIONS(4799), - [anon_sym_break_AT] = ACTIONS(4799), - [sym_real_literal] = ACTIONS(4799), - [sym_integer_literal] = ACTIONS(4797), - [sym_hex_literal] = ACTIONS(4799), - [sym_bin_literal] = ACTIONS(4799), - [anon_sym_true] = ACTIONS(4797), - [anon_sym_false] = ACTIONS(4797), - [anon_sym_SQUOTE] = ACTIONS(4799), - [sym__backtick_identifier] = ACTIONS(4799), - [sym__automatic_semicolon] = ACTIONS(4799), - [sym_safe_nav] = ACTIONS(4799), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4799), + [1102] = { + [sym__alpha_identifier] = ACTIONS(4873), + [anon_sym_AT] = ACTIONS(4875), + [anon_sym_LBRACK] = ACTIONS(4875), + [anon_sym_as] = ACTIONS(4873), + [anon_sym_EQ] = ACTIONS(4873), + [anon_sym_LBRACE] = ACTIONS(4875), + [anon_sym_RBRACE] = ACTIONS(4875), + [anon_sym_LPAREN] = ACTIONS(4875), + [anon_sym_COMMA] = ACTIONS(4875), + [anon_sym_LT] = ACTIONS(4873), + [anon_sym_GT] = ACTIONS(4873), + [anon_sym_where] = ACTIONS(4873), + [anon_sym_object] = ACTIONS(4873), + [anon_sym_fun] = ACTIONS(4873), + [anon_sym_DOT] = ACTIONS(4873), + [anon_sym_SEMI] = ACTIONS(4875), + [anon_sym_get] = ACTIONS(4873), + [anon_sym_set] = ACTIONS(4873), + [anon_sym_this] = ACTIONS(4873), + [anon_sym_super] = ACTIONS(4873), + [anon_sym_STAR] = ACTIONS(4873), + [sym_label] = ACTIONS(4873), + [anon_sym_in] = ACTIONS(4873), + [anon_sym_DOT_DOT] = ACTIONS(4875), + [anon_sym_QMARK_COLON] = ACTIONS(4875), + [anon_sym_AMP_AMP] = ACTIONS(4875), + [anon_sym_PIPE_PIPE] = ACTIONS(4875), + [anon_sym_null] = ACTIONS(4873), + [anon_sym_if] = ACTIONS(4873), + [anon_sym_else] = ACTIONS(4873), + [anon_sym_when] = ACTIONS(4873), + [anon_sym_try] = ACTIONS(4873), + [anon_sym_throw] = ACTIONS(4873), + [anon_sym_return] = ACTIONS(4873), + [anon_sym_continue] = ACTIONS(4873), + [anon_sym_break] = ACTIONS(4873), + [anon_sym_COLON_COLON] = ACTIONS(4875), + [anon_sym_PLUS_EQ] = ACTIONS(4875), + [anon_sym_DASH_EQ] = ACTIONS(4875), + [anon_sym_STAR_EQ] = ACTIONS(4875), + [anon_sym_SLASH_EQ] = ACTIONS(4875), + [anon_sym_PERCENT_EQ] = ACTIONS(4875), + [anon_sym_BANG_EQ] = ACTIONS(4873), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4875), + [anon_sym_EQ_EQ] = ACTIONS(4873), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4875), + [anon_sym_LT_EQ] = ACTIONS(4875), + [anon_sym_GT_EQ] = ACTIONS(4875), + [anon_sym_BANGin] = ACTIONS(4875), + [anon_sym_is] = ACTIONS(4873), + [anon_sym_BANGis] = ACTIONS(4875), + [anon_sym_PLUS] = ACTIONS(4873), + [anon_sym_DASH] = ACTIONS(4873), + [anon_sym_SLASH] = ACTIONS(4873), + [anon_sym_PERCENT] = ACTIONS(4873), + [anon_sym_as_QMARK] = ACTIONS(4875), + [anon_sym_PLUS_PLUS] = ACTIONS(4875), + [anon_sym_DASH_DASH] = ACTIONS(4875), + [anon_sym_BANG] = ACTIONS(4873), + [anon_sym_BANG_BANG] = ACTIONS(4875), + [anon_sym_suspend] = ACTIONS(4873), + [anon_sym_sealed] = ACTIONS(4873), + [anon_sym_annotation] = ACTIONS(4873), + [anon_sym_data] = ACTIONS(4873), + [anon_sym_inner] = ACTIONS(4873), + [anon_sym_override] = ACTIONS(4873), + [anon_sym_lateinit] = ACTIONS(4873), + [anon_sym_public] = ACTIONS(4873), + [anon_sym_private] = ACTIONS(4873), + [anon_sym_internal] = ACTIONS(4873), + [anon_sym_protected] = ACTIONS(4873), + [anon_sym_tailrec] = ACTIONS(4873), + [anon_sym_operator] = ACTIONS(4873), + [anon_sym_infix] = ACTIONS(4873), + [anon_sym_inline] = ACTIONS(4873), + [anon_sym_external] = ACTIONS(4873), + [sym_property_modifier] = ACTIONS(4873), + [anon_sym_abstract] = ACTIONS(4873), + [anon_sym_final] = ACTIONS(4873), + [anon_sym_open] = ACTIONS(4873), + [anon_sym_vararg] = ACTIONS(4873), + [anon_sym_noinline] = ACTIONS(4873), + [anon_sym_crossinline] = ACTIONS(4873), + [anon_sym_expect] = ACTIONS(4873), + [anon_sym_actual] = ACTIONS(4873), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4875), + [anon_sym_continue_AT] = ACTIONS(4875), + [anon_sym_break_AT] = ACTIONS(4875), + [sym_real_literal] = ACTIONS(4875), + [sym_integer_literal] = ACTIONS(4873), + [sym_hex_literal] = ACTIONS(4875), + [sym_bin_literal] = ACTIONS(4875), + [anon_sym_true] = ACTIONS(4873), + [anon_sym_false] = ACTIONS(4873), + [anon_sym_SQUOTE] = ACTIONS(4875), + [sym__backtick_identifier] = ACTIONS(4875), + [sym__automatic_semicolon] = ACTIONS(4875), + [sym_safe_nav] = ACTIONS(4875), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4875), }, - [1068] = { - [sym__alpha_identifier] = ACTIONS(4663), - [anon_sym_AT] = ACTIONS(4665), - [anon_sym_LBRACK] = ACTIONS(4665), - [anon_sym_as] = ACTIONS(4663), - [anon_sym_EQ] = ACTIONS(4663), - [anon_sym_LBRACE] = ACTIONS(4665), - [anon_sym_RBRACE] = ACTIONS(4665), - [anon_sym_LPAREN] = ACTIONS(4665), - [anon_sym_COMMA] = ACTIONS(4665), - [anon_sym_LT] = ACTIONS(4663), - [anon_sym_GT] = ACTIONS(4663), - [anon_sym_where] = ACTIONS(4663), - [anon_sym_object] = ACTIONS(4663), - [anon_sym_fun] = ACTIONS(4663), - [anon_sym_DOT] = ACTIONS(4663), - [anon_sym_SEMI] = ACTIONS(4665), - [anon_sym_get] = ACTIONS(4663), - [anon_sym_set] = ACTIONS(4663), - [anon_sym_this] = ACTIONS(4663), - [anon_sym_super] = ACTIONS(4663), - [anon_sym_STAR] = ACTIONS(4663), - [sym_label] = ACTIONS(4663), - [anon_sym_in] = ACTIONS(4663), - [anon_sym_DOT_DOT] = ACTIONS(4665), - [anon_sym_QMARK_COLON] = ACTIONS(4665), - [anon_sym_AMP_AMP] = ACTIONS(4665), - [anon_sym_PIPE_PIPE] = ACTIONS(4665), - [anon_sym_null] = ACTIONS(4663), - [anon_sym_if] = ACTIONS(4663), - [anon_sym_else] = ACTIONS(4663), - [anon_sym_when] = ACTIONS(4663), - [anon_sym_try] = ACTIONS(4663), - [anon_sym_throw] = ACTIONS(4663), - [anon_sym_return] = ACTIONS(4663), - [anon_sym_continue] = ACTIONS(4663), - [anon_sym_break] = ACTIONS(4663), - [anon_sym_COLON_COLON] = ACTIONS(4665), - [anon_sym_PLUS_EQ] = ACTIONS(4665), - [anon_sym_DASH_EQ] = ACTIONS(4665), - [anon_sym_STAR_EQ] = ACTIONS(4665), - [anon_sym_SLASH_EQ] = ACTIONS(4665), - [anon_sym_PERCENT_EQ] = ACTIONS(4665), - [anon_sym_BANG_EQ] = ACTIONS(4663), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4665), - [anon_sym_EQ_EQ] = ACTIONS(4663), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4665), - [anon_sym_LT_EQ] = ACTIONS(4665), - [anon_sym_GT_EQ] = ACTIONS(4665), - [anon_sym_BANGin] = ACTIONS(4665), - [anon_sym_is] = ACTIONS(4663), - [anon_sym_BANGis] = ACTIONS(4665), - [anon_sym_PLUS] = ACTIONS(4663), - [anon_sym_DASH] = ACTIONS(4663), - [anon_sym_SLASH] = ACTIONS(4663), - [anon_sym_PERCENT] = ACTIONS(4663), - [anon_sym_as_QMARK] = ACTIONS(4665), - [anon_sym_PLUS_PLUS] = ACTIONS(4665), - [anon_sym_DASH_DASH] = ACTIONS(4665), - [anon_sym_BANG] = ACTIONS(4663), - [anon_sym_BANG_BANG] = ACTIONS(4665), - [anon_sym_suspend] = ACTIONS(4663), - [anon_sym_sealed] = ACTIONS(4663), - [anon_sym_annotation] = ACTIONS(4663), - [anon_sym_data] = ACTIONS(4663), - [anon_sym_inner] = ACTIONS(4663), - [anon_sym_override] = ACTIONS(4663), - [anon_sym_lateinit] = ACTIONS(4663), - [anon_sym_public] = ACTIONS(4663), - [anon_sym_private] = ACTIONS(4663), - [anon_sym_internal] = ACTIONS(4663), - [anon_sym_protected] = ACTIONS(4663), - [anon_sym_tailrec] = ACTIONS(4663), - [anon_sym_operator] = ACTIONS(4663), - [anon_sym_infix] = ACTIONS(4663), - [anon_sym_inline] = ACTIONS(4663), - [anon_sym_external] = ACTIONS(4663), - [sym_property_modifier] = ACTIONS(4663), - [anon_sym_abstract] = ACTIONS(4663), - [anon_sym_final] = ACTIONS(4663), - [anon_sym_open] = ACTIONS(4663), - [anon_sym_vararg] = ACTIONS(4663), - [anon_sym_noinline] = ACTIONS(4663), - [anon_sym_crossinline] = ACTIONS(4663), - [anon_sym_expect] = ACTIONS(4663), - [anon_sym_actual] = ACTIONS(4663), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4665), - [anon_sym_continue_AT] = ACTIONS(4665), - [anon_sym_break_AT] = ACTIONS(4665), - [sym_real_literal] = ACTIONS(4665), - [sym_integer_literal] = ACTIONS(4663), - [sym_hex_literal] = ACTIONS(4665), - [sym_bin_literal] = ACTIONS(4665), - [anon_sym_true] = ACTIONS(4663), - [anon_sym_false] = ACTIONS(4663), - [anon_sym_SQUOTE] = ACTIONS(4665), - [sym__backtick_identifier] = ACTIONS(4665), - [sym__automatic_semicolon] = ACTIONS(4665), - [sym_safe_nav] = ACTIONS(4665), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4665), + [1103] = { + [sym__alpha_identifier] = ACTIONS(4842), + [anon_sym_AT] = ACTIONS(4844), + [anon_sym_LBRACK] = ACTIONS(4844), + [anon_sym_as] = ACTIONS(4842), + [anon_sym_EQ] = ACTIONS(4877), + [anon_sym_LBRACE] = ACTIONS(4844), + [anon_sym_RBRACE] = ACTIONS(4844), + [anon_sym_LPAREN] = ACTIONS(4844), + [anon_sym_COMMA] = ACTIONS(4844), + [anon_sym_LT] = ACTIONS(4842), + [anon_sym_GT] = ACTIONS(4842), + [anon_sym_where] = ACTIONS(4842), + [anon_sym_object] = ACTIONS(4842), + [anon_sym_fun] = ACTIONS(4842), + [anon_sym_DOT] = ACTIONS(4842), + [anon_sym_SEMI] = ACTIONS(4844), + [anon_sym_get] = ACTIONS(4842), + [anon_sym_set] = ACTIONS(4842), + [anon_sym_this] = ACTIONS(4842), + [anon_sym_super] = ACTIONS(4842), + [anon_sym_STAR] = ACTIONS(4842), + [sym_label] = ACTIONS(4842), + [anon_sym_in] = ACTIONS(4842), + [anon_sym_DOT_DOT] = ACTIONS(4844), + [anon_sym_QMARK_COLON] = ACTIONS(4844), + [anon_sym_AMP_AMP] = ACTIONS(4844), + [anon_sym_PIPE_PIPE] = ACTIONS(4844), + [anon_sym_null] = ACTIONS(4842), + [anon_sym_if] = ACTIONS(4842), + [anon_sym_else] = ACTIONS(4842), + [anon_sym_when] = ACTIONS(4842), + [anon_sym_try] = ACTIONS(4842), + [anon_sym_throw] = ACTIONS(4842), + [anon_sym_return] = ACTIONS(4842), + [anon_sym_continue] = ACTIONS(4842), + [anon_sym_break] = ACTIONS(4842), + [anon_sym_COLON_COLON] = ACTIONS(4846), + [anon_sym_PLUS_EQ] = ACTIONS(4879), + [anon_sym_DASH_EQ] = ACTIONS(4879), + [anon_sym_STAR_EQ] = ACTIONS(4879), + [anon_sym_SLASH_EQ] = ACTIONS(4879), + [anon_sym_PERCENT_EQ] = ACTIONS(4879), + [anon_sym_BANG_EQ] = ACTIONS(4842), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4844), + [anon_sym_EQ_EQ] = ACTIONS(4842), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4844), + [anon_sym_LT_EQ] = ACTIONS(4844), + [anon_sym_GT_EQ] = ACTIONS(4844), + [anon_sym_BANGin] = ACTIONS(4844), + [anon_sym_is] = ACTIONS(4842), + [anon_sym_BANGis] = ACTIONS(4844), + [anon_sym_PLUS] = ACTIONS(4842), + [anon_sym_DASH] = ACTIONS(4842), + [anon_sym_SLASH] = ACTIONS(4842), + [anon_sym_PERCENT] = ACTIONS(4842), + [anon_sym_as_QMARK] = ACTIONS(4844), + [anon_sym_PLUS_PLUS] = ACTIONS(4844), + [anon_sym_DASH_DASH] = ACTIONS(4844), + [anon_sym_BANG] = ACTIONS(4842), + [anon_sym_BANG_BANG] = ACTIONS(4844), + [anon_sym_suspend] = ACTIONS(4842), + [anon_sym_sealed] = ACTIONS(4842), + [anon_sym_annotation] = ACTIONS(4842), + [anon_sym_data] = ACTIONS(4842), + [anon_sym_inner] = ACTIONS(4842), + [anon_sym_override] = ACTIONS(4842), + [anon_sym_lateinit] = ACTIONS(4842), + [anon_sym_public] = ACTIONS(4842), + [anon_sym_private] = ACTIONS(4842), + [anon_sym_internal] = ACTIONS(4842), + [anon_sym_protected] = ACTIONS(4842), + [anon_sym_tailrec] = ACTIONS(4842), + [anon_sym_operator] = ACTIONS(4842), + [anon_sym_infix] = ACTIONS(4842), + [anon_sym_inline] = ACTIONS(4842), + [anon_sym_external] = ACTIONS(4842), + [sym_property_modifier] = ACTIONS(4842), + [anon_sym_abstract] = ACTIONS(4842), + [anon_sym_final] = ACTIONS(4842), + [anon_sym_open] = ACTIONS(4842), + [anon_sym_vararg] = ACTIONS(4842), + [anon_sym_noinline] = ACTIONS(4842), + [anon_sym_crossinline] = ACTIONS(4842), + [anon_sym_expect] = ACTIONS(4842), + [anon_sym_actual] = ACTIONS(4842), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4844), + [anon_sym_continue_AT] = ACTIONS(4844), + [anon_sym_break_AT] = ACTIONS(4844), + [sym_real_literal] = ACTIONS(4844), + [sym_integer_literal] = ACTIONS(4842), + [sym_hex_literal] = ACTIONS(4844), + [sym_bin_literal] = ACTIONS(4844), + [anon_sym_true] = ACTIONS(4842), + [anon_sym_false] = ACTIONS(4842), + [anon_sym_SQUOTE] = ACTIONS(4844), + [sym__backtick_identifier] = ACTIONS(4844), + [sym__automatic_semicolon] = ACTIONS(4844), + [sym_safe_nav] = ACTIONS(4844), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4844), }, - [1069] = { - [sym__alpha_identifier] = ACTIONS(1764), - [anon_sym_AT] = ACTIONS(1766), - [anon_sym_LBRACK] = ACTIONS(1766), - [anon_sym_as] = ACTIONS(1764), - [anon_sym_EQ] = ACTIONS(1764), - [anon_sym_LBRACE] = ACTIONS(1766), - [anon_sym_RBRACE] = ACTIONS(1766), - [anon_sym_LPAREN] = ACTIONS(1766), - [anon_sym_COMMA] = ACTIONS(1766), - [anon_sym_LT] = ACTIONS(1764), - [anon_sym_GT] = ACTIONS(1764), - [anon_sym_where] = ACTIONS(1764), - [anon_sym_object] = ACTIONS(1764), - [anon_sym_fun] = ACTIONS(1764), - [anon_sym_DOT] = ACTIONS(1764), - [anon_sym_SEMI] = ACTIONS(1766), - [anon_sym_get] = ACTIONS(1764), - [anon_sym_set] = ACTIONS(1764), - [anon_sym_this] = ACTIONS(1764), - [anon_sym_super] = ACTIONS(1764), - [anon_sym_STAR] = ACTIONS(1764), - [sym_label] = ACTIONS(1764), - [anon_sym_in] = ACTIONS(1764), - [anon_sym_DOT_DOT] = ACTIONS(1766), - [anon_sym_QMARK_COLON] = ACTIONS(1766), - [anon_sym_AMP_AMP] = ACTIONS(1766), - [anon_sym_PIPE_PIPE] = ACTIONS(1766), - [anon_sym_null] = ACTIONS(1764), - [anon_sym_if] = ACTIONS(1764), - [anon_sym_else] = ACTIONS(1764), - [anon_sym_when] = ACTIONS(1764), - [anon_sym_try] = ACTIONS(1764), - [anon_sym_throw] = ACTIONS(1764), - [anon_sym_return] = ACTIONS(1764), - [anon_sym_continue] = ACTIONS(1764), - [anon_sym_break] = ACTIONS(1764), - [anon_sym_COLON_COLON] = ACTIONS(1766), - [anon_sym_PLUS_EQ] = ACTIONS(1766), - [anon_sym_DASH_EQ] = ACTIONS(1766), - [anon_sym_STAR_EQ] = ACTIONS(1766), - [anon_sym_SLASH_EQ] = ACTIONS(1766), - [anon_sym_PERCENT_EQ] = ACTIONS(1766), - [anon_sym_BANG_EQ] = ACTIONS(1764), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), - [anon_sym_EQ_EQ] = ACTIONS(1764), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1766), - [anon_sym_LT_EQ] = ACTIONS(1766), - [anon_sym_GT_EQ] = ACTIONS(1766), - [anon_sym_BANGin] = ACTIONS(1766), - [anon_sym_is] = ACTIONS(1764), - [anon_sym_BANGis] = ACTIONS(1766), - [anon_sym_PLUS] = ACTIONS(1764), - [anon_sym_DASH] = ACTIONS(1764), - [anon_sym_SLASH] = ACTIONS(1764), - [anon_sym_PERCENT] = ACTIONS(1764), - [anon_sym_as_QMARK] = ACTIONS(1766), - [anon_sym_PLUS_PLUS] = ACTIONS(1766), - [anon_sym_DASH_DASH] = ACTIONS(1766), - [anon_sym_BANG] = ACTIONS(1764), - [anon_sym_BANG_BANG] = ACTIONS(1766), - [anon_sym_suspend] = ACTIONS(1764), - [anon_sym_sealed] = ACTIONS(1764), - [anon_sym_annotation] = ACTIONS(1764), - [anon_sym_data] = ACTIONS(1764), - [anon_sym_inner] = ACTIONS(1764), - [anon_sym_override] = ACTIONS(1764), - [anon_sym_lateinit] = ACTIONS(1764), - [anon_sym_public] = ACTIONS(1764), - [anon_sym_private] = ACTIONS(1764), - [anon_sym_internal] = ACTIONS(1764), - [anon_sym_protected] = ACTIONS(1764), - [anon_sym_tailrec] = ACTIONS(1764), - [anon_sym_operator] = ACTIONS(1764), - [anon_sym_infix] = ACTIONS(1764), - [anon_sym_inline] = ACTIONS(1764), - [anon_sym_external] = ACTIONS(1764), - [sym_property_modifier] = ACTIONS(1764), - [anon_sym_abstract] = ACTIONS(1764), - [anon_sym_final] = ACTIONS(1764), - [anon_sym_open] = ACTIONS(1764), - [anon_sym_vararg] = ACTIONS(1764), - [anon_sym_noinline] = ACTIONS(1764), - [anon_sym_crossinline] = ACTIONS(1764), - [anon_sym_expect] = ACTIONS(1764), - [anon_sym_actual] = ACTIONS(1764), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1766), - [anon_sym_continue_AT] = ACTIONS(1766), - [anon_sym_break_AT] = ACTIONS(1766), - [sym_real_literal] = ACTIONS(1766), - [sym_integer_literal] = ACTIONS(1764), - [sym_hex_literal] = ACTIONS(1766), - [sym_bin_literal] = ACTIONS(1766), - [anon_sym_true] = ACTIONS(1764), - [anon_sym_false] = ACTIONS(1764), - [anon_sym_SQUOTE] = ACTIONS(1766), - [sym__backtick_identifier] = ACTIONS(1766), - [sym__automatic_semicolon] = ACTIONS(1766), - [sym_safe_nav] = ACTIONS(1766), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1766), + [1104] = { + [sym__alpha_identifier] = ACTIONS(4881), + [anon_sym_AT] = ACTIONS(4883), + [anon_sym_LBRACK] = ACTIONS(4883), + [anon_sym_as] = ACTIONS(4881), + [anon_sym_EQ] = ACTIONS(4881), + [anon_sym_LBRACE] = ACTIONS(4883), + [anon_sym_RBRACE] = ACTIONS(4883), + [anon_sym_LPAREN] = ACTIONS(4883), + [anon_sym_COMMA] = ACTIONS(4883), + [anon_sym_LT] = ACTIONS(4881), + [anon_sym_GT] = ACTIONS(4881), + [anon_sym_where] = ACTIONS(4881), + [anon_sym_object] = ACTIONS(4881), + [anon_sym_fun] = ACTIONS(4881), + [anon_sym_DOT] = ACTIONS(4881), + [anon_sym_SEMI] = ACTIONS(4883), + [anon_sym_get] = ACTIONS(4881), + [anon_sym_set] = ACTIONS(4881), + [anon_sym_this] = ACTIONS(4881), + [anon_sym_super] = ACTIONS(4881), + [anon_sym_STAR] = ACTIONS(4881), + [sym_label] = ACTIONS(4881), + [anon_sym_in] = ACTIONS(4881), + [anon_sym_DOT_DOT] = ACTIONS(4883), + [anon_sym_QMARK_COLON] = ACTIONS(4883), + [anon_sym_AMP_AMP] = ACTIONS(4883), + [anon_sym_PIPE_PIPE] = ACTIONS(4883), + [anon_sym_null] = ACTIONS(4881), + [anon_sym_if] = ACTIONS(4881), + [anon_sym_else] = ACTIONS(4881), + [anon_sym_when] = ACTIONS(4881), + [anon_sym_try] = ACTIONS(4881), + [anon_sym_throw] = ACTIONS(4881), + [anon_sym_return] = ACTIONS(4881), + [anon_sym_continue] = ACTIONS(4881), + [anon_sym_break] = ACTIONS(4881), + [anon_sym_COLON_COLON] = ACTIONS(4883), + [anon_sym_PLUS_EQ] = ACTIONS(4883), + [anon_sym_DASH_EQ] = ACTIONS(4883), + [anon_sym_STAR_EQ] = ACTIONS(4883), + [anon_sym_SLASH_EQ] = ACTIONS(4883), + [anon_sym_PERCENT_EQ] = ACTIONS(4883), + [anon_sym_BANG_EQ] = ACTIONS(4881), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4883), + [anon_sym_EQ_EQ] = ACTIONS(4881), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4883), + [anon_sym_LT_EQ] = ACTIONS(4883), + [anon_sym_GT_EQ] = ACTIONS(4883), + [anon_sym_BANGin] = ACTIONS(4883), + [anon_sym_is] = ACTIONS(4881), + [anon_sym_BANGis] = ACTIONS(4883), + [anon_sym_PLUS] = ACTIONS(4881), + [anon_sym_DASH] = ACTIONS(4881), + [anon_sym_SLASH] = ACTIONS(4881), + [anon_sym_PERCENT] = ACTIONS(4881), + [anon_sym_as_QMARK] = ACTIONS(4883), + [anon_sym_PLUS_PLUS] = ACTIONS(4883), + [anon_sym_DASH_DASH] = ACTIONS(4883), + [anon_sym_BANG] = ACTIONS(4881), + [anon_sym_BANG_BANG] = ACTIONS(4883), + [anon_sym_suspend] = ACTIONS(4881), + [anon_sym_sealed] = ACTIONS(4881), + [anon_sym_annotation] = ACTIONS(4881), + [anon_sym_data] = ACTIONS(4881), + [anon_sym_inner] = ACTIONS(4881), + [anon_sym_override] = ACTIONS(4881), + [anon_sym_lateinit] = ACTIONS(4881), + [anon_sym_public] = ACTIONS(4881), + [anon_sym_private] = ACTIONS(4881), + [anon_sym_internal] = ACTIONS(4881), + [anon_sym_protected] = ACTIONS(4881), + [anon_sym_tailrec] = ACTIONS(4881), + [anon_sym_operator] = ACTIONS(4881), + [anon_sym_infix] = ACTIONS(4881), + [anon_sym_inline] = ACTIONS(4881), + [anon_sym_external] = ACTIONS(4881), + [sym_property_modifier] = ACTIONS(4881), + [anon_sym_abstract] = ACTIONS(4881), + [anon_sym_final] = ACTIONS(4881), + [anon_sym_open] = ACTIONS(4881), + [anon_sym_vararg] = ACTIONS(4881), + [anon_sym_noinline] = ACTIONS(4881), + [anon_sym_crossinline] = ACTIONS(4881), + [anon_sym_expect] = ACTIONS(4881), + [anon_sym_actual] = ACTIONS(4881), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4883), + [anon_sym_continue_AT] = ACTIONS(4883), + [anon_sym_break_AT] = ACTIONS(4883), + [sym_real_literal] = ACTIONS(4883), + [sym_integer_literal] = ACTIONS(4881), + [sym_hex_literal] = ACTIONS(4883), + [sym_bin_literal] = ACTIONS(4883), + [anon_sym_true] = ACTIONS(4881), + [anon_sym_false] = ACTIONS(4881), + [anon_sym_SQUOTE] = ACTIONS(4883), + [sym__backtick_identifier] = ACTIONS(4883), + [sym__automatic_semicolon] = ACTIONS(4883), + [sym_safe_nav] = ACTIONS(4883), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4883), }, - [1070] = { - [sym_function_body] = STATE(1157), - [sym__block] = STATE(1128), - [sym__alpha_identifier] = ACTIONS(4326), - [anon_sym_AT] = ACTIONS(4328), - [anon_sym_LBRACK] = ACTIONS(4328), - [anon_sym_as] = ACTIONS(4326), - [anon_sym_EQ] = ACTIONS(4207), - [anon_sym_LBRACE] = ACTIONS(4081), - [anon_sym_RBRACE] = ACTIONS(4328), - [anon_sym_LPAREN] = ACTIONS(4328), - [anon_sym_LT] = ACTIONS(4326), - [anon_sym_GT] = ACTIONS(4326), - [anon_sym_object] = ACTIONS(4326), - [anon_sym_fun] = ACTIONS(4326), - [anon_sym_DOT] = ACTIONS(4326), - [anon_sym_SEMI] = ACTIONS(4328), - [anon_sym_get] = ACTIONS(4326), - [anon_sym_set] = ACTIONS(4326), - [anon_sym_this] = ACTIONS(4326), - [anon_sym_super] = ACTIONS(4326), - [anon_sym_STAR] = ACTIONS(4326), - [sym_label] = ACTIONS(4326), - [anon_sym_in] = ACTIONS(4326), - [anon_sym_DOT_DOT] = ACTIONS(4328), - [anon_sym_QMARK_COLON] = ACTIONS(4328), - [anon_sym_AMP_AMP] = ACTIONS(4328), - [anon_sym_PIPE_PIPE] = ACTIONS(4328), - [anon_sym_null] = ACTIONS(4326), - [anon_sym_if] = ACTIONS(4326), - [anon_sym_else] = ACTIONS(4326), - [anon_sym_when] = ACTIONS(4326), - [anon_sym_try] = ACTIONS(4326), - [anon_sym_throw] = ACTIONS(4326), - [anon_sym_return] = ACTIONS(4326), - [anon_sym_continue] = ACTIONS(4326), - [anon_sym_break] = ACTIONS(4326), - [anon_sym_COLON_COLON] = ACTIONS(4328), - [anon_sym_PLUS_EQ] = ACTIONS(4328), - [anon_sym_DASH_EQ] = ACTIONS(4328), - [anon_sym_STAR_EQ] = ACTIONS(4328), - [anon_sym_SLASH_EQ] = ACTIONS(4328), - [anon_sym_PERCENT_EQ] = ACTIONS(4328), - [anon_sym_BANG_EQ] = ACTIONS(4326), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4328), - [anon_sym_EQ_EQ] = ACTIONS(4326), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4328), - [anon_sym_LT_EQ] = ACTIONS(4328), - [anon_sym_GT_EQ] = ACTIONS(4328), - [anon_sym_BANGin] = ACTIONS(4328), - [anon_sym_is] = ACTIONS(4326), - [anon_sym_BANGis] = ACTIONS(4328), - [anon_sym_PLUS] = ACTIONS(4326), - [anon_sym_DASH] = ACTIONS(4326), - [anon_sym_SLASH] = ACTIONS(4326), - [anon_sym_PERCENT] = ACTIONS(4326), - [anon_sym_as_QMARK] = ACTIONS(4328), - [anon_sym_PLUS_PLUS] = ACTIONS(4328), - [anon_sym_DASH_DASH] = ACTIONS(4328), - [anon_sym_BANG] = ACTIONS(4326), - [anon_sym_BANG_BANG] = ACTIONS(4328), - [anon_sym_suspend] = ACTIONS(4326), - [anon_sym_sealed] = ACTIONS(4326), - [anon_sym_annotation] = ACTIONS(4326), - [anon_sym_data] = ACTIONS(4326), - [anon_sym_inner] = ACTIONS(4326), - [anon_sym_override] = ACTIONS(4326), - [anon_sym_lateinit] = ACTIONS(4326), - [anon_sym_public] = ACTIONS(4326), - [anon_sym_private] = ACTIONS(4326), - [anon_sym_internal] = ACTIONS(4326), - [anon_sym_protected] = ACTIONS(4326), - [anon_sym_tailrec] = ACTIONS(4326), - [anon_sym_operator] = ACTIONS(4326), - [anon_sym_infix] = ACTIONS(4326), - [anon_sym_inline] = ACTIONS(4326), - [anon_sym_external] = ACTIONS(4326), - [sym_property_modifier] = ACTIONS(4326), - [anon_sym_abstract] = ACTIONS(4326), - [anon_sym_final] = ACTIONS(4326), - [anon_sym_open] = ACTIONS(4326), - [anon_sym_vararg] = ACTIONS(4326), - [anon_sym_noinline] = ACTIONS(4326), - [anon_sym_crossinline] = ACTIONS(4326), - [anon_sym_expect] = ACTIONS(4326), - [anon_sym_actual] = ACTIONS(4326), + [1105] = { + [sym__alpha_identifier] = ACTIONS(4422), + [anon_sym_AT] = ACTIONS(4424), + [anon_sym_LBRACK] = ACTIONS(4424), + [anon_sym_as] = ACTIONS(4422), + [anon_sym_EQ] = ACTIONS(4422), + [anon_sym_LBRACE] = ACTIONS(4424), + [anon_sym_RBRACE] = ACTIONS(4424), + [anon_sym_LPAREN] = ACTIONS(4424), + [anon_sym_COMMA] = ACTIONS(4424), + [anon_sym_LT] = ACTIONS(4422), + [anon_sym_GT] = ACTIONS(4422), + [anon_sym_where] = ACTIONS(4422), + [anon_sym_object] = ACTIONS(4422), + [anon_sym_fun] = ACTIONS(4422), + [anon_sym_DOT] = ACTIONS(4422), + [anon_sym_SEMI] = ACTIONS(4424), + [anon_sym_get] = ACTIONS(4422), + [anon_sym_set] = ACTIONS(4422), + [anon_sym_this] = ACTIONS(4422), + [anon_sym_super] = ACTIONS(4422), + [anon_sym_STAR] = ACTIONS(4422), + [sym_label] = ACTIONS(4422), + [anon_sym_in] = ACTIONS(4422), + [anon_sym_DOT_DOT] = ACTIONS(4424), + [anon_sym_QMARK_COLON] = ACTIONS(4424), + [anon_sym_AMP_AMP] = ACTIONS(4424), + [anon_sym_PIPE_PIPE] = ACTIONS(4424), + [anon_sym_null] = ACTIONS(4422), + [anon_sym_if] = ACTIONS(4422), + [anon_sym_else] = ACTIONS(4422), + [anon_sym_when] = ACTIONS(4422), + [anon_sym_try] = ACTIONS(4422), + [anon_sym_throw] = ACTIONS(4422), + [anon_sym_return] = ACTIONS(4422), + [anon_sym_continue] = ACTIONS(4422), + [anon_sym_break] = ACTIONS(4422), + [anon_sym_COLON_COLON] = ACTIONS(4424), + [anon_sym_PLUS_EQ] = ACTIONS(4424), + [anon_sym_DASH_EQ] = ACTIONS(4424), + [anon_sym_STAR_EQ] = ACTIONS(4424), + [anon_sym_SLASH_EQ] = ACTIONS(4424), + [anon_sym_PERCENT_EQ] = ACTIONS(4424), + [anon_sym_BANG_EQ] = ACTIONS(4422), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4424), + [anon_sym_EQ_EQ] = ACTIONS(4422), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4424), + [anon_sym_LT_EQ] = ACTIONS(4424), + [anon_sym_GT_EQ] = ACTIONS(4424), + [anon_sym_BANGin] = ACTIONS(4424), + [anon_sym_is] = ACTIONS(4422), + [anon_sym_BANGis] = ACTIONS(4424), + [anon_sym_PLUS] = ACTIONS(4422), + [anon_sym_DASH] = ACTIONS(4422), + [anon_sym_SLASH] = ACTIONS(4422), + [anon_sym_PERCENT] = ACTIONS(4422), + [anon_sym_as_QMARK] = ACTIONS(4424), + [anon_sym_PLUS_PLUS] = ACTIONS(4424), + [anon_sym_DASH_DASH] = ACTIONS(4424), + [anon_sym_BANG] = ACTIONS(4422), + [anon_sym_BANG_BANG] = ACTIONS(4424), + [anon_sym_suspend] = ACTIONS(4422), + [anon_sym_sealed] = ACTIONS(4422), + [anon_sym_annotation] = ACTIONS(4422), + [anon_sym_data] = ACTIONS(4422), + [anon_sym_inner] = ACTIONS(4422), + [anon_sym_override] = ACTIONS(4422), + [anon_sym_lateinit] = ACTIONS(4422), + [anon_sym_public] = ACTIONS(4422), + [anon_sym_private] = ACTIONS(4422), + [anon_sym_internal] = ACTIONS(4422), + [anon_sym_protected] = ACTIONS(4422), + [anon_sym_tailrec] = ACTIONS(4422), + [anon_sym_operator] = ACTIONS(4422), + [anon_sym_infix] = ACTIONS(4422), + [anon_sym_inline] = ACTIONS(4422), + [anon_sym_external] = ACTIONS(4422), + [sym_property_modifier] = ACTIONS(4422), + [anon_sym_abstract] = ACTIONS(4422), + [anon_sym_final] = ACTIONS(4422), + [anon_sym_open] = ACTIONS(4422), + [anon_sym_vararg] = ACTIONS(4422), + [anon_sym_noinline] = ACTIONS(4422), + [anon_sym_crossinline] = ACTIONS(4422), + [anon_sym_expect] = ACTIONS(4422), + [anon_sym_actual] = ACTIONS(4422), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4328), - [anon_sym_continue_AT] = ACTIONS(4328), - [anon_sym_break_AT] = ACTIONS(4328), - [sym_real_literal] = ACTIONS(4328), - [sym_integer_literal] = ACTIONS(4326), - [sym_hex_literal] = ACTIONS(4328), - [sym_bin_literal] = ACTIONS(4328), - [anon_sym_true] = ACTIONS(4326), - [anon_sym_false] = ACTIONS(4326), - [anon_sym_SQUOTE] = ACTIONS(4328), - [sym__backtick_identifier] = ACTIONS(4328), - [sym__automatic_semicolon] = ACTIONS(4328), - [sym_safe_nav] = ACTIONS(4328), + [anon_sym_return_AT] = ACTIONS(4424), + [anon_sym_continue_AT] = ACTIONS(4424), + [anon_sym_break_AT] = ACTIONS(4424), + [sym_real_literal] = ACTIONS(4424), + [sym_integer_literal] = ACTIONS(4422), + [sym_hex_literal] = ACTIONS(4424), + [sym_bin_literal] = ACTIONS(4424), + [anon_sym_true] = ACTIONS(4422), + [anon_sym_false] = ACTIONS(4422), + [anon_sym_SQUOTE] = ACTIONS(4424), + [sym__backtick_identifier] = ACTIONS(4424), + [sym__automatic_semicolon] = ACTIONS(4424), + [sym_safe_nav] = ACTIONS(4424), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4328), - }, - [1071] = { - [sym__alpha_identifier] = ACTIONS(4801), - [anon_sym_AT] = ACTIONS(4803), - [anon_sym_LBRACK] = ACTIONS(4803), - [anon_sym_as] = ACTIONS(4801), - [anon_sym_EQ] = ACTIONS(4801), - [anon_sym_LBRACE] = ACTIONS(4803), - [anon_sym_RBRACE] = ACTIONS(4803), - [anon_sym_LPAREN] = ACTIONS(4803), - [anon_sym_COMMA] = ACTIONS(4803), - [anon_sym_LT] = ACTIONS(4801), - [anon_sym_GT] = ACTIONS(4801), - [anon_sym_where] = ACTIONS(4801), - [anon_sym_object] = ACTIONS(4801), - [anon_sym_fun] = ACTIONS(4801), - [anon_sym_DOT] = ACTIONS(4801), - [anon_sym_SEMI] = ACTIONS(4803), - [anon_sym_get] = ACTIONS(4801), - [anon_sym_set] = ACTIONS(4801), - [anon_sym_this] = ACTIONS(4801), - [anon_sym_super] = ACTIONS(4801), - [anon_sym_STAR] = ACTIONS(4801), - [sym_label] = ACTIONS(4801), - [anon_sym_in] = ACTIONS(4801), - [anon_sym_DOT_DOT] = ACTIONS(4803), - [anon_sym_QMARK_COLON] = ACTIONS(4803), - [anon_sym_AMP_AMP] = ACTIONS(4803), - [anon_sym_PIPE_PIPE] = ACTIONS(4803), - [anon_sym_null] = ACTIONS(4801), - [anon_sym_if] = ACTIONS(4801), - [anon_sym_else] = ACTIONS(4801), - [anon_sym_when] = ACTIONS(4801), - [anon_sym_try] = ACTIONS(4801), - [anon_sym_throw] = ACTIONS(4801), - [anon_sym_return] = ACTIONS(4801), - [anon_sym_continue] = ACTIONS(4801), - [anon_sym_break] = ACTIONS(4801), - [anon_sym_COLON_COLON] = ACTIONS(4803), - [anon_sym_PLUS_EQ] = ACTIONS(4803), - [anon_sym_DASH_EQ] = ACTIONS(4803), - [anon_sym_STAR_EQ] = ACTIONS(4803), - [anon_sym_SLASH_EQ] = ACTIONS(4803), - [anon_sym_PERCENT_EQ] = ACTIONS(4803), - [anon_sym_BANG_EQ] = ACTIONS(4801), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4803), - [anon_sym_EQ_EQ] = ACTIONS(4801), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4803), - [anon_sym_LT_EQ] = ACTIONS(4803), - [anon_sym_GT_EQ] = ACTIONS(4803), - [anon_sym_BANGin] = ACTIONS(4803), - [anon_sym_is] = ACTIONS(4801), - [anon_sym_BANGis] = ACTIONS(4803), - [anon_sym_PLUS] = ACTIONS(4801), - [anon_sym_DASH] = ACTIONS(4801), - [anon_sym_SLASH] = ACTIONS(4801), - [anon_sym_PERCENT] = ACTIONS(4801), - [anon_sym_as_QMARK] = ACTIONS(4803), - [anon_sym_PLUS_PLUS] = ACTIONS(4803), - [anon_sym_DASH_DASH] = ACTIONS(4803), - [anon_sym_BANG] = ACTIONS(4801), - [anon_sym_BANG_BANG] = ACTIONS(4803), - [anon_sym_suspend] = ACTIONS(4801), - [anon_sym_sealed] = ACTIONS(4801), - [anon_sym_annotation] = ACTIONS(4801), - [anon_sym_data] = ACTIONS(4801), - [anon_sym_inner] = ACTIONS(4801), - [anon_sym_override] = ACTIONS(4801), - [anon_sym_lateinit] = ACTIONS(4801), - [anon_sym_public] = ACTIONS(4801), - [anon_sym_private] = ACTIONS(4801), - [anon_sym_internal] = ACTIONS(4801), - [anon_sym_protected] = ACTIONS(4801), - [anon_sym_tailrec] = ACTIONS(4801), - [anon_sym_operator] = ACTIONS(4801), - [anon_sym_infix] = ACTIONS(4801), - [anon_sym_inline] = ACTIONS(4801), - [anon_sym_external] = ACTIONS(4801), - [sym_property_modifier] = ACTIONS(4801), - [anon_sym_abstract] = ACTIONS(4801), - [anon_sym_final] = ACTIONS(4801), - [anon_sym_open] = ACTIONS(4801), - [anon_sym_vararg] = ACTIONS(4801), - [anon_sym_noinline] = ACTIONS(4801), - [anon_sym_crossinline] = ACTIONS(4801), - [anon_sym_expect] = ACTIONS(4801), - [anon_sym_actual] = ACTIONS(4801), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4803), - [anon_sym_continue_AT] = ACTIONS(4803), - [anon_sym_break_AT] = ACTIONS(4803), - [sym_real_literal] = ACTIONS(4803), - [sym_integer_literal] = ACTIONS(4801), - [sym_hex_literal] = ACTIONS(4803), - [sym_bin_literal] = ACTIONS(4803), - [anon_sym_true] = ACTIONS(4801), - [anon_sym_false] = ACTIONS(4801), - [anon_sym_SQUOTE] = ACTIONS(4803), - [sym__backtick_identifier] = ACTIONS(4803), - [sym__automatic_semicolon] = ACTIONS(4803), - [sym_safe_nav] = ACTIONS(4803), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4803), - }, - [1072] = { - [sym__alpha_identifier] = ACTIONS(4805), - [anon_sym_AT] = ACTIONS(4807), - [anon_sym_LBRACK] = ACTIONS(4807), - [anon_sym_as] = ACTIONS(4805), - [anon_sym_EQ] = ACTIONS(4805), - [anon_sym_LBRACE] = ACTIONS(4807), - [anon_sym_RBRACE] = ACTIONS(4807), - [anon_sym_LPAREN] = ACTIONS(4807), - [anon_sym_COMMA] = ACTIONS(4807), - [anon_sym_LT] = ACTIONS(4805), - [anon_sym_GT] = ACTIONS(4805), - [anon_sym_where] = ACTIONS(4805), - [anon_sym_object] = ACTIONS(4805), - [anon_sym_fun] = ACTIONS(4805), - [anon_sym_DOT] = ACTIONS(4805), - [anon_sym_SEMI] = ACTIONS(4807), - [anon_sym_get] = ACTIONS(4805), - [anon_sym_set] = ACTIONS(4805), - [anon_sym_this] = ACTIONS(4805), - [anon_sym_super] = ACTIONS(4805), - [anon_sym_STAR] = ACTIONS(4805), - [sym_label] = ACTIONS(4805), - [anon_sym_in] = ACTIONS(4805), - [anon_sym_DOT_DOT] = ACTIONS(4807), - [anon_sym_QMARK_COLON] = ACTIONS(4807), - [anon_sym_AMP_AMP] = ACTIONS(4807), - [anon_sym_PIPE_PIPE] = ACTIONS(4807), - [anon_sym_null] = ACTIONS(4805), - [anon_sym_if] = ACTIONS(4805), - [anon_sym_else] = ACTIONS(4805), - [anon_sym_when] = ACTIONS(4805), - [anon_sym_try] = ACTIONS(4805), - [anon_sym_throw] = ACTIONS(4805), - [anon_sym_return] = ACTIONS(4805), - [anon_sym_continue] = ACTIONS(4805), - [anon_sym_break] = ACTIONS(4805), - [anon_sym_COLON_COLON] = ACTIONS(4807), - [anon_sym_PLUS_EQ] = ACTIONS(4807), - [anon_sym_DASH_EQ] = ACTIONS(4807), - [anon_sym_STAR_EQ] = ACTIONS(4807), - [anon_sym_SLASH_EQ] = ACTIONS(4807), - [anon_sym_PERCENT_EQ] = ACTIONS(4807), - [anon_sym_BANG_EQ] = ACTIONS(4805), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4807), - [anon_sym_EQ_EQ] = ACTIONS(4805), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4807), - [anon_sym_LT_EQ] = ACTIONS(4807), - [anon_sym_GT_EQ] = ACTIONS(4807), - [anon_sym_BANGin] = ACTIONS(4807), - [anon_sym_is] = ACTIONS(4805), - [anon_sym_BANGis] = ACTIONS(4807), - [anon_sym_PLUS] = ACTIONS(4805), - [anon_sym_DASH] = ACTIONS(4805), - [anon_sym_SLASH] = ACTIONS(4805), - [anon_sym_PERCENT] = ACTIONS(4805), - [anon_sym_as_QMARK] = ACTIONS(4807), - [anon_sym_PLUS_PLUS] = ACTIONS(4807), - [anon_sym_DASH_DASH] = ACTIONS(4807), - [anon_sym_BANG] = ACTIONS(4805), - [anon_sym_BANG_BANG] = ACTIONS(4807), - [anon_sym_suspend] = ACTIONS(4805), - [anon_sym_sealed] = ACTIONS(4805), - [anon_sym_annotation] = ACTIONS(4805), - [anon_sym_data] = ACTIONS(4805), - [anon_sym_inner] = ACTIONS(4805), - [anon_sym_override] = ACTIONS(4805), - [anon_sym_lateinit] = ACTIONS(4805), - [anon_sym_public] = ACTIONS(4805), - [anon_sym_private] = ACTIONS(4805), - [anon_sym_internal] = ACTIONS(4805), - [anon_sym_protected] = ACTIONS(4805), - [anon_sym_tailrec] = ACTIONS(4805), - [anon_sym_operator] = ACTIONS(4805), - [anon_sym_infix] = ACTIONS(4805), - [anon_sym_inline] = ACTIONS(4805), - [anon_sym_external] = ACTIONS(4805), - [sym_property_modifier] = ACTIONS(4805), - [anon_sym_abstract] = ACTIONS(4805), - [anon_sym_final] = ACTIONS(4805), - [anon_sym_open] = ACTIONS(4805), - [anon_sym_vararg] = ACTIONS(4805), - [anon_sym_noinline] = ACTIONS(4805), - [anon_sym_crossinline] = ACTIONS(4805), - [anon_sym_expect] = ACTIONS(4805), - [anon_sym_actual] = ACTIONS(4805), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4807), - [anon_sym_continue_AT] = ACTIONS(4807), - [anon_sym_break_AT] = ACTIONS(4807), - [sym_real_literal] = ACTIONS(4807), - [sym_integer_literal] = ACTIONS(4805), - [sym_hex_literal] = ACTIONS(4807), - [sym_bin_literal] = ACTIONS(4807), - [anon_sym_true] = ACTIONS(4805), - [anon_sym_false] = ACTIONS(4805), - [anon_sym_SQUOTE] = ACTIONS(4807), - [sym__backtick_identifier] = ACTIONS(4807), - [sym__automatic_semicolon] = ACTIONS(4807), - [sym_safe_nav] = ACTIONS(4807), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4807), - }, - [1073] = { - [sym__alpha_identifier] = ACTIONS(4809), - [anon_sym_AT] = ACTIONS(4811), - [anon_sym_LBRACK] = ACTIONS(4811), - [anon_sym_as] = ACTIONS(4809), - [anon_sym_EQ] = ACTIONS(4809), - [anon_sym_LBRACE] = ACTIONS(4811), - [anon_sym_RBRACE] = ACTIONS(4811), - [anon_sym_LPAREN] = ACTIONS(4811), - [anon_sym_COMMA] = ACTIONS(4811), - [anon_sym_LT] = ACTIONS(4809), - [anon_sym_GT] = ACTIONS(4809), - [anon_sym_where] = ACTIONS(4809), - [anon_sym_object] = ACTIONS(4809), - [anon_sym_fun] = ACTIONS(4809), - [anon_sym_DOT] = ACTIONS(4809), - [anon_sym_SEMI] = ACTIONS(4811), - [anon_sym_get] = ACTIONS(4809), - [anon_sym_set] = ACTIONS(4809), - [anon_sym_this] = ACTIONS(4809), - [anon_sym_super] = ACTIONS(4809), - [anon_sym_STAR] = ACTIONS(4809), - [sym_label] = ACTIONS(4809), - [anon_sym_in] = ACTIONS(4809), - [anon_sym_DOT_DOT] = ACTIONS(4811), - [anon_sym_QMARK_COLON] = ACTIONS(4811), - [anon_sym_AMP_AMP] = ACTIONS(4811), - [anon_sym_PIPE_PIPE] = ACTIONS(4811), - [anon_sym_null] = ACTIONS(4809), - [anon_sym_if] = ACTIONS(4809), - [anon_sym_else] = ACTIONS(4809), - [anon_sym_when] = ACTIONS(4809), - [anon_sym_try] = ACTIONS(4809), - [anon_sym_throw] = ACTIONS(4809), - [anon_sym_return] = ACTIONS(4809), - [anon_sym_continue] = ACTIONS(4809), - [anon_sym_break] = ACTIONS(4809), - [anon_sym_COLON_COLON] = ACTIONS(4811), - [anon_sym_PLUS_EQ] = ACTIONS(4811), - [anon_sym_DASH_EQ] = ACTIONS(4811), - [anon_sym_STAR_EQ] = ACTIONS(4811), - [anon_sym_SLASH_EQ] = ACTIONS(4811), - [anon_sym_PERCENT_EQ] = ACTIONS(4811), - [anon_sym_BANG_EQ] = ACTIONS(4809), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4811), - [anon_sym_EQ_EQ] = ACTIONS(4809), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4811), - [anon_sym_LT_EQ] = ACTIONS(4811), - [anon_sym_GT_EQ] = ACTIONS(4811), - [anon_sym_BANGin] = ACTIONS(4811), - [anon_sym_is] = ACTIONS(4809), - [anon_sym_BANGis] = ACTIONS(4811), - [anon_sym_PLUS] = ACTIONS(4809), - [anon_sym_DASH] = ACTIONS(4809), - [anon_sym_SLASH] = ACTIONS(4809), - [anon_sym_PERCENT] = ACTIONS(4809), - [anon_sym_as_QMARK] = ACTIONS(4811), - [anon_sym_PLUS_PLUS] = ACTIONS(4811), - [anon_sym_DASH_DASH] = ACTIONS(4811), - [anon_sym_BANG] = ACTIONS(4809), - [anon_sym_BANG_BANG] = ACTIONS(4811), - [anon_sym_suspend] = ACTIONS(4809), - [anon_sym_sealed] = ACTIONS(4809), - [anon_sym_annotation] = ACTIONS(4809), - [anon_sym_data] = ACTIONS(4809), - [anon_sym_inner] = ACTIONS(4809), - [anon_sym_override] = ACTIONS(4809), - [anon_sym_lateinit] = ACTIONS(4809), - [anon_sym_public] = ACTIONS(4809), - [anon_sym_private] = ACTIONS(4809), - [anon_sym_internal] = ACTIONS(4809), - [anon_sym_protected] = ACTIONS(4809), - [anon_sym_tailrec] = ACTIONS(4809), - [anon_sym_operator] = ACTIONS(4809), - [anon_sym_infix] = ACTIONS(4809), - [anon_sym_inline] = ACTIONS(4809), - [anon_sym_external] = ACTIONS(4809), - [sym_property_modifier] = ACTIONS(4809), - [anon_sym_abstract] = ACTIONS(4809), - [anon_sym_final] = ACTIONS(4809), - [anon_sym_open] = ACTIONS(4809), - [anon_sym_vararg] = ACTIONS(4809), - [anon_sym_noinline] = ACTIONS(4809), - [anon_sym_crossinline] = ACTIONS(4809), - [anon_sym_expect] = ACTIONS(4809), - [anon_sym_actual] = ACTIONS(4809), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4811), - [anon_sym_continue_AT] = ACTIONS(4811), - [anon_sym_break_AT] = ACTIONS(4811), - [sym_real_literal] = ACTIONS(4811), - [sym_integer_literal] = ACTIONS(4809), - [sym_hex_literal] = ACTIONS(4811), - [sym_bin_literal] = ACTIONS(4811), - [anon_sym_true] = ACTIONS(4809), - [anon_sym_false] = ACTIONS(4809), - [anon_sym_SQUOTE] = ACTIONS(4811), - [sym__backtick_identifier] = ACTIONS(4811), - [sym__automatic_semicolon] = ACTIONS(4811), - [sym_safe_nav] = ACTIONS(4811), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4811), - }, - [1074] = { - [sym__alpha_identifier] = ACTIONS(4813), - [anon_sym_AT] = ACTIONS(4815), - [anon_sym_LBRACK] = ACTIONS(4815), - [anon_sym_as] = ACTIONS(4813), - [anon_sym_EQ] = ACTIONS(4813), - [anon_sym_LBRACE] = ACTIONS(4815), - [anon_sym_RBRACE] = ACTIONS(4815), - [anon_sym_LPAREN] = ACTIONS(4815), - [anon_sym_COMMA] = ACTIONS(4815), - [anon_sym_LT] = ACTIONS(4813), - [anon_sym_GT] = ACTIONS(4813), - [anon_sym_where] = ACTIONS(4813), - [anon_sym_object] = ACTIONS(4813), - [anon_sym_fun] = ACTIONS(4813), - [anon_sym_DOT] = ACTIONS(4813), - [anon_sym_SEMI] = ACTIONS(4815), - [anon_sym_get] = ACTIONS(4813), - [anon_sym_set] = ACTIONS(4813), - [anon_sym_this] = ACTIONS(4813), - [anon_sym_super] = ACTIONS(4813), - [anon_sym_STAR] = ACTIONS(4813), - [sym_label] = ACTIONS(4813), - [anon_sym_in] = ACTIONS(4813), - [anon_sym_DOT_DOT] = ACTIONS(4815), - [anon_sym_QMARK_COLON] = ACTIONS(4815), - [anon_sym_AMP_AMP] = ACTIONS(4815), - [anon_sym_PIPE_PIPE] = ACTIONS(4815), - [anon_sym_null] = ACTIONS(4813), - [anon_sym_if] = ACTIONS(4813), - [anon_sym_else] = ACTIONS(4813), - [anon_sym_when] = ACTIONS(4813), - [anon_sym_try] = ACTIONS(4813), - [anon_sym_throw] = ACTIONS(4813), - [anon_sym_return] = ACTIONS(4813), - [anon_sym_continue] = ACTIONS(4813), - [anon_sym_break] = ACTIONS(4813), - [anon_sym_COLON_COLON] = ACTIONS(4815), - [anon_sym_PLUS_EQ] = ACTIONS(4815), - [anon_sym_DASH_EQ] = ACTIONS(4815), - [anon_sym_STAR_EQ] = ACTIONS(4815), - [anon_sym_SLASH_EQ] = ACTIONS(4815), - [anon_sym_PERCENT_EQ] = ACTIONS(4815), - [anon_sym_BANG_EQ] = ACTIONS(4813), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4815), - [anon_sym_EQ_EQ] = ACTIONS(4813), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4815), - [anon_sym_LT_EQ] = ACTIONS(4815), - [anon_sym_GT_EQ] = ACTIONS(4815), - [anon_sym_BANGin] = ACTIONS(4815), - [anon_sym_is] = ACTIONS(4813), - [anon_sym_BANGis] = ACTIONS(4815), - [anon_sym_PLUS] = ACTIONS(4813), - [anon_sym_DASH] = ACTIONS(4813), - [anon_sym_SLASH] = ACTIONS(4813), - [anon_sym_PERCENT] = ACTIONS(4813), - [anon_sym_as_QMARK] = ACTIONS(4815), - [anon_sym_PLUS_PLUS] = ACTIONS(4815), - [anon_sym_DASH_DASH] = ACTIONS(4815), - [anon_sym_BANG] = ACTIONS(4813), - [anon_sym_BANG_BANG] = ACTIONS(4815), - [anon_sym_suspend] = ACTIONS(4813), - [anon_sym_sealed] = ACTIONS(4813), - [anon_sym_annotation] = ACTIONS(4813), - [anon_sym_data] = ACTIONS(4813), - [anon_sym_inner] = ACTIONS(4813), - [anon_sym_override] = ACTIONS(4813), - [anon_sym_lateinit] = ACTIONS(4813), - [anon_sym_public] = ACTIONS(4813), - [anon_sym_private] = ACTIONS(4813), - [anon_sym_internal] = ACTIONS(4813), - [anon_sym_protected] = ACTIONS(4813), - [anon_sym_tailrec] = ACTIONS(4813), - [anon_sym_operator] = ACTIONS(4813), - [anon_sym_infix] = ACTIONS(4813), - [anon_sym_inline] = ACTIONS(4813), - [anon_sym_external] = ACTIONS(4813), - [sym_property_modifier] = ACTIONS(4813), - [anon_sym_abstract] = ACTIONS(4813), - [anon_sym_final] = ACTIONS(4813), - [anon_sym_open] = ACTIONS(4813), - [anon_sym_vararg] = ACTIONS(4813), - [anon_sym_noinline] = ACTIONS(4813), - [anon_sym_crossinline] = ACTIONS(4813), - [anon_sym_expect] = ACTIONS(4813), - [anon_sym_actual] = ACTIONS(4813), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4815), - [anon_sym_continue_AT] = ACTIONS(4815), - [anon_sym_break_AT] = ACTIONS(4815), - [sym_real_literal] = ACTIONS(4815), - [sym_integer_literal] = ACTIONS(4813), - [sym_hex_literal] = ACTIONS(4815), - [sym_bin_literal] = ACTIONS(4815), - [anon_sym_true] = ACTIONS(4813), - [anon_sym_false] = ACTIONS(4813), - [anon_sym_SQUOTE] = ACTIONS(4815), - [sym__backtick_identifier] = ACTIONS(4815), - [sym__automatic_semicolon] = ACTIONS(4815), - [sym_safe_nav] = ACTIONS(4815), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4815), - }, - [1075] = { - [sym__alpha_identifier] = ACTIONS(4817), - [anon_sym_AT] = ACTIONS(4819), - [anon_sym_LBRACK] = ACTIONS(4819), - [anon_sym_as] = ACTIONS(4817), - [anon_sym_EQ] = ACTIONS(4817), - [anon_sym_LBRACE] = ACTIONS(4819), - [anon_sym_RBRACE] = ACTIONS(4819), - [anon_sym_LPAREN] = ACTIONS(4819), - [anon_sym_COMMA] = ACTIONS(4819), - [anon_sym_LT] = ACTIONS(4817), - [anon_sym_GT] = ACTIONS(4817), - [anon_sym_where] = ACTIONS(4817), - [anon_sym_object] = ACTIONS(4817), - [anon_sym_fun] = ACTIONS(4817), - [anon_sym_DOT] = ACTIONS(4817), - [anon_sym_SEMI] = ACTIONS(4819), - [anon_sym_get] = ACTIONS(4817), - [anon_sym_set] = ACTIONS(4817), - [anon_sym_this] = ACTIONS(4817), - [anon_sym_super] = ACTIONS(4817), - [anon_sym_STAR] = ACTIONS(4817), - [sym_label] = ACTIONS(4817), - [anon_sym_in] = ACTIONS(4817), - [anon_sym_DOT_DOT] = ACTIONS(4819), - [anon_sym_QMARK_COLON] = ACTIONS(4819), - [anon_sym_AMP_AMP] = ACTIONS(4819), - [anon_sym_PIPE_PIPE] = ACTIONS(4819), - [anon_sym_null] = ACTIONS(4817), - [anon_sym_if] = ACTIONS(4817), - [anon_sym_else] = ACTIONS(4817), - [anon_sym_when] = ACTIONS(4817), - [anon_sym_try] = ACTIONS(4817), - [anon_sym_throw] = ACTIONS(4817), - [anon_sym_return] = ACTIONS(4817), - [anon_sym_continue] = ACTIONS(4817), - [anon_sym_break] = ACTIONS(4817), - [anon_sym_COLON_COLON] = ACTIONS(4819), - [anon_sym_PLUS_EQ] = ACTIONS(4819), - [anon_sym_DASH_EQ] = ACTIONS(4819), - [anon_sym_STAR_EQ] = ACTIONS(4819), - [anon_sym_SLASH_EQ] = ACTIONS(4819), - [anon_sym_PERCENT_EQ] = ACTIONS(4819), - [anon_sym_BANG_EQ] = ACTIONS(4817), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4819), - [anon_sym_EQ_EQ] = ACTIONS(4817), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4819), - [anon_sym_LT_EQ] = ACTIONS(4819), - [anon_sym_GT_EQ] = ACTIONS(4819), - [anon_sym_BANGin] = ACTIONS(4819), - [anon_sym_is] = ACTIONS(4817), - [anon_sym_BANGis] = ACTIONS(4819), - [anon_sym_PLUS] = ACTIONS(4817), - [anon_sym_DASH] = ACTIONS(4817), - [anon_sym_SLASH] = ACTIONS(4817), - [anon_sym_PERCENT] = ACTIONS(4817), - [anon_sym_as_QMARK] = ACTIONS(4819), - [anon_sym_PLUS_PLUS] = ACTIONS(4819), - [anon_sym_DASH_DASH] = ACTIONS(4819), - [anon_sym_BANG] = ACTIONS(4817), - [anon_sym_BANG_BANG] = ACTIONS(4819), - [anon_sym_suspend] = ACTIONS(4817), - [anon_sym_sealed] = ACTIONS(4817), - [anon_sym_annotation] = ACTIONS(4817), - [anon_sym_data] = ACTIONS(4817), - [anon_sym_inner] = ACTIONS(4817), - [anon_sym_override] = ACTIONS(4817), - [anon_sym_lateinit] = ACTIONS(4817), - [anon_sym_public] = ACTIONS(4817), - [anon_sym_private] = ACTIONS(4817), - [anon_sym_internal] = ACTIONS(4817), - [anon_sym_protected] = ACTIONS(4817), - [anon_sym_tailrec] = ACTIONS(4817), - [anon_sym_operator] = ACTIONS(4817), - [anon_sym_infix] = ACTIONS(4817), - [anon_sym_inline] = ACTIONS(4817), - [anon_sym_external] = ACTIONS(4817), - [sym_property_modifier] = ACTIONS(4817), - [anon_sym_abstract] = ACTIONS(4817), - [anon_sym_final] = ACTIONS(4817), - [anon_sym_open] = ACTIONS(4817), - [anon_sym_vararg] = ACTIONS(4817), - [anon_sym_noinline] = ACTIONS(4817), - [anon_sym_crossinline] = ACTIONS(4817), - [anon_sym_expect] = ACTIONS(4817), - [anon_sym_actual] = ACTIONS(4817), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4819), - [anon_sym_continue_AT] = ACTIONS(4819), - [anon_sym_break_AT] = ACTIONS(4819), - [sym_real_literal] = ACTIONS(4819), - [sym_integer_literal] = ACTIONS(4817), - [sym_hex_literal] = ACTIONS(4819), - [sym_bin_literal] = ACTIONS(4819), - [anon_sym_true] = ACTIONS(4817), - [anon_sym_false] = ACTIONS(4817), - [anon_sym_SQUOTE] = ACTIONS(4819), - [sym__backtick_identifier] = ACTIONS(4819), - [sym__automatic_semicolon] = ACTIONS(4819), - [sym_safe_nav] = ACTIONS(4819), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4819), - }, - [1076] = { - [sym__alpha_identifier] = ACTIONS(4197), - [anon_sym_AT] = ACTIONS(4199), - [anon_sym_LBRACK] = ACTIONS(4199), - [anon_sym_as] = ACTIONS(4197), - [anon_sym_EQ] = ACTIONS(4197), - [anon_sym_LBRACE] = ACTIONS(4199), - [anon_sym_RBRACE] = ACTIONS(4199), - [anon_sym_LPAREN] = ACTIONS(4199), - [anon_sym_COMMA] = ACTIONS(4199), - [anon_sym_LT] = ACTIONS(4197), - [anon_sym_GT] = ACTIONS(4197), - [anon_sym_where] = ACTIONS(4197), - [anon_sym_object] = ACTIONS(4197), - [anon_sym_fun] = ACTIONS(4197), - [anon_sym_DOT] = ACTIONS(4197), - [anon_sym_SEMI] = ACTIONS(4199), - [anon_sym_get] = ACTIONS(4197), - [anon_sym_set] = ACTIONS(4197), - [anon_sym_this] = ACTIONS(4197), - [anon_sym_super] = ACTIONS(4197), - [anon_sym_STAR] = ACTIONS(4197), - [sym_label] = ACTIONS(4197), - [anon_sym_in] = ACTIONS(4197), - [anon_sym_DOT_DOT] = ACTIONS(4199), - [anon_sym_QMARK_COLON] = ACTIONS(4199), - [anon_sym_AMP_AMP] = ACTIONS(4199), - [anon_sym_PIPE_PIPE] = ACTIONS(4199), - [anon_sym_null] = ACTIONS(4197), - [anon_sym_if] = ACTIONS(4197), - [anon_sym_else] = ACTIONS(4197), - [anon_sym_when] = ACTIONS(4197), - [anon_sym_try] = ACTIONS(4197), - [anon_sym_throw] = ACTIONS(4197), - [anon_sym_return] = ACTIONS(4197), - [anon_sym_continue] = ACTIONS(4197), - [anon_sym_break] = ACTIONS(4197), - [anon_sym_COLON_COLON] = ACTIONS(4199), - [anon_sym_PLUS_EQ] = ACTIONS(4199), - [anon_sym_DASH_EQ] = ACTIONS(4199), - [anon_sym_STAR_EQ] = ACTIONS(4199), - [anon_sym_SLASH_EQ] = ACTIONS(4199), - [anon_sym_PERCENT_EQ] = ACTIONS(4199), - [anon_sym_BANG_EQ] = ACTIONS(4197), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4199), - [anon_sym_EQ_EQ] = ACTIONS(4197), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4199), - [anon_sym_LT_EQ] = ACTIONS(4199), - [anon_sym_GT_EQ] = ACTIONS(4199), - [anon_sym_BANGin] = ACTIONS(4199), - [anon_sym_is] = ACTIONS(4197), - [anon_sym_BANGis] = ACTIONS(4199), - [anon_sym_PLUS] = ACTIONS(4197), - [anon_sym_DASH] = ACTIONS(4197), - [anon_sym_SLASH] = ACTIONS(4197), - [anon_sym_PERCENT] = ACTIONS(4197), - [anon_sym_as_QMARK] = ACTIONS(4199), - [anon_sym_PLUS_PLUS] = ACTIONS(4199), - [anon_sym_DASH_DASH] = ACTIONS(4199), - [anon_sym_BANG] = ACTIONS(4197), - [anon_sym_BANG_BANG] = ACTIONS(4199), - [anon_sym_suspend] = ACTIONS(4197), - [anon_sym_sealed] = ACTIONS(4197), - [anon_sym_annotation] = ACTIONS(4197), - [anon_sym_data] = ACTIONS(4197), - [anon_sym_inner] = ACTIONS(4197), - [anon_sym_override] = ACTIONS(4197), - [anon_sym_lateinit] = ACTIONS(4197), - [anon_sym_public] = ACTIONS(4197), - [anon_sym_private] = ACTIONS(4197), - [anon_sym_internal] = ACTIONS(4197), - [anon_sym_protected] = ACTIONS(4197), - [anon_sym_tailrec] = ACTIONS(4197), - [anon_sym_operator] = ACTIONS(4197), - [anon_sym_infix] = ACTIONS(4197), - [anon_sym_inline] = ACTIONS(4197), - [anon_sym_external] = ACTIONS(4197), - [sym_property_modifier] = ACTIONS(4197), - [anon_sym_abstract] = ACTIONS(4197), - [anon_sym_final] = ACTIONS(4197), - [anon_sym_open] = ACTIONS(4197), - [anon_sym_vararg] = ACTIONS(4197), - [anon_sym_noinline] = ACTIONS(4197), - [anon_sym_crossinline] = ACTIONS(4197), - [anon_sym_expect] = ACTIONS(4197), - [anon_sym_actual] = ACTIONS(4197), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4199), - [anon_sym_continue_AT] = ACTIONS(4199), - [anon_sym_break_AT] = ACTIONS(4199), - [sym_real_literal] = ACTIONS(4199), - [sym_integer_literal] = ACTIONS(4197), - [sym_hex_literal] = ACTIONS(4199), - [sym_bin_literal] = ACTIONS(4199), - [anon_sym_true] = ACTIONS(4197), - [anon_sym_false] = ACTIONS(4197), - [anon_sym_SQUOTE] = ACTIONS(4199), - [sym__backtick_identifier] = ACTIONS(4199), - [sym__automatic_semicolon] = ACTIONS(4199), - [sym_safe_nav] = ACTIONS(4199), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4199), - }, - [1077] = { - [sym__alpha_identifier] = ACTIONS(4213), - [anon_sym_AT] = ACTIONS(4215), - [anon_sym_LBRACK] = ACTIONS(4215), - [anon_sym_as] = ACTIONS(4213), - [anon_sym_EQ] = ACTIONS(4213), - [anon_sym_LBRACE] = ACTIONS(4215), - [anon_sym_RBRACE] = ACTIONS(4215), - [anon_sym_LPAREN] = ACTIONS(4215), - [anon_sym_COMMA] = ACTIONS(4215), - [anon_sym_LT] = ACTIONS(4213), - [anon_sym_GT] = ACTIONS(4213), - [anon_sym_where] = ACTIONS(4213), - [anon_sym_object] = ACTIONS(4213), - [anon_sym_fun] = ACTIONS(4213), - [anon_sym_DOT] = ACTIONS(4213), - [anon_sym_SEMI] = ACTIONS(4215), - [anon_sym_get] = ACTIONS(4213), - [anon_sym_set] = ACTIONS(4213), - [anon_sym_this] = ACTIONS(4213), - [anon_sym_super] = ACTIONS(4213), - [anon_sym_STAR] = ACTIONS(4213), - [sym_label] = ACTIONS(4213), - [anon_sym_in] = ACTIONS(4213), - [anon_sym_DOT_DOT] = ACTIONS(4215), - [anon_sym_QMARK_COLON] = ACTIONS(4215), - [anon_sym_AMP_AMP] = ACTIONS(4215), - [anon_sym_PIPE_PIPE] = ACTIONS(4215), - [anon_sym_null] = ACTIONS(4213), - [anon_sym_if] = ACTIONS(4213), - [anon_sym_else] = ACTIONS(4213), - [anon_sym_when] = ACTIONS(4213), - [anon_sym_try] = ACTIONS(4213), - [anon_sym_throw] = ACTIONS(4213), - [anon_sym_return] = ACTIONS(4213), - [anon_sym_continue] = ACTIONS(4213), - [anon_sym_break] = ACTIONS(4213), - [anon_sym_COLON_COLON] = ACTIONS(4215), - [anon_sym_PLUS_EQ] = ACTIONS(4215), - [anon_sym_DASH_EQ] = ACTIONS(4215), - [anon_sym_STAR_EQ] = ACTIONS(4215), - [anon_sym_SLASH_EQ] = ACTIONS(4215), - [anon_sym_PERCENT_EQ] = ACTIONS(4215), - [anon_sym_BANG_EQ] = ACTIONS(4213), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4215), - [anon_sym_EQ_EQ] = ACTIONS(4213), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4215), - [anon_sym_LT_EQ] = ACTIONS(4215), - [anon_sym_GT_EQ] = ACTIONS(4215), - [anon_sym_BANGin] = ACTIONS(4215), - [anon_sym_is] = ACTIONS(4213), - [anon_sym_BANGis] = ACTIONS(4215), - [anon_sym_PLUS] = ACTIONS(4213), - [anon_sym_DASH] = ACTIONS(4213), - [anon_sym_SLASH] = ACTIONS(4213), - [anon_sym_PERCENT] = ACTIONS(4213), - [anon_sym_as_QMARK] = ACTIONS(4215), - [anon_sym_PLUS_PLUS] = ACTIONS(4215), - [anon_sym_DASH_DASH] = ACTIONS(4215), - [anon_sym_BANG] = ACTIONS(4213), - [anon_sym_BANG_BANG] = ACTIONS(4215), - [anon_sym_suspend] = ACTIONS(4213), - [anon_sym_sealed] = ACTIONS(4213), - [anon_sym_annotation] = ACTIONS(4213), - [anon_sym_data] = ACTIONS(4213), - [anon_sym_inner] = ACTIONS(4213), - [anon_sym_override] = ACTIONS(4213), - [anon_sym_lateinit] = ACTIONS(4213), - [anon_sym_public] = ACTIONS(4213), - [anon_sym_private] = ACTIONS(4213), - [anon_sym_internal] = ACTIONS(4213), - [anon_sym_protected] = ACTIONS(4213), - [anon_sym_tailrec] = ACTIONS(4213), - [anon_sym_operator] = ACTIONS(4213), - [anon_sym_infix] = ACTIONS(4213), - [anon_sym_inline] = ACTIONS(4213), - [anon_sym_external] = ACTIONS(4213), - [sym_property_modifier] = ACTIONS(4213), - [anon_sym_abstract] = ACTIONS(4213), - [anon_sym_final] = ACTIONS(4213), - [anon_sym_open] = ACTIONS(4213), - [anon_sym_vararg] = ACTIONS(4213), - [anon_sym_noinline] = ACTIONS(4213), - [anon_sym_crossinline] = ACTIONS(4213), - [anon_sym_expect] = ACTIONS(4213), - [anon_sym_actual] = ACTIONS(4213), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4215), - [anon_sym_continue_AT] = ACTIONS(4215), - [anon_sym_break_AT] = ACTIONS(4215), - [sym_real_literal] = ACTIONS(4215), - [sym_integer_literal] = ACTIONS(4213), - [sym_hex_literal] = ACTIONS(4215), - [sym_bin_literal] = ACTIONS(4215), - [anon_sym_true] = ACTIONS(4213), - [anon_sym_false] = ACTIONS(4213), - [anon_sym_SQUOTE] = ACTIONS(4215), - [sym__backtick_identifier] = ACTIONS(4215), - [sym__automatic_semicolon] = ACTIONS(4215), - [sym_safe_nav] = ACTIONS(4215), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4215), + [sym__string_start] = ACTIONS(4424), }, - [1078] = { - [sym__alpha_identifier] = ACTIONS(3854), - [anon_sym_AT] = ACTIONS(3856), - [anon_sym_LBRACK] = ACTIONS(3856), - [anon_sym_as] = ACTIONS(3854), - [anon_sym_EQ] = ACTIONS(3854), - [anon_sym_LBRACE] = ACTIONS(3856), - [anon_sym_RBRACE] = ACTIONS(3856), - [anon_sym_LPAREN] = ACTIONS(3856), - [anon_sym_COMMA] = ACTIONS(3856), - [anon_sym_LT] = ACTIONS(3854), - [anon_sym_GT] = ACTIONS(3854), - [anon_sym_where] = ACTIONS(3854), - [anon_sym_object] = ACTIONS(3854), - [anon_sym_fun] = ACTIONS(3854), - [anon_sym_DOT] = ACTIONS(3854), - [anon_sym_SEMI] = ACTIONS(3856), - [anon_sym_get] = ACTIONS(3854), - [anon_sym_set] = ACTIONS(3854), - [anon_sym_this] = ACTIONS(3854), - [anon_sym_super] = ACTIONS(3854), - [anon_sym_STAR] = ACTIONS(3854), - [sym_label] = ACTIONS(3854), - [anon_sym_in] = ACTIONS(3854), - [anon_sym_DOT_DOT] = ACTIONS(3856), - [anon_sym_QMARK_COLON] = ACTIONS(3856), - [anon_sym_AMP_AMP] = ACTIONS(3856), - [anon_sym_PIPE_PIPE] = ACTIONS(3856), - [anon_sym_null] = ACTIONS(3854), - [anon_sym_if] = ACTIONS(3854), - [anon_sym_else] = ACTIONS(3854), - [anon_sym_when] = ACTIONS(3854), - [anon_sym_try] = ACTIONS(3854), - [anon_sym_throw] = ACTIONS(3854), - [anon_sym_return] = ACTIONS(3854), - [anon_sym_continue] = ACTIONS(3854), - [anon_sym_break] = ACTIONS(3854), - [anon_sym_COLON_COLON] = ACTIONS(3856), - [anon_sym_PLUS_EQ] = ACTIONS(3856), - [anon_sym_DASH_EQ] = ACTIONS(3856), - [anon_sym_STAR_EQ] = ACTIONS(3856), - [anon_sym_SLASH_EQ] = ACTIONS(3856), - [anon_sym_PERCENT_EQ] = ACTIONS(3856), - [anon_sym_BANG_EQ] = ACTIONS(3854), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3856), - [anon_sym_EQ_EQ] = ACTIONS(3854), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3856), - [anon_sym_LT_EQ] = ACTIONS(3856), - [anon_sym_GT_EQ] = ACTIONS(3856), - [anon_sym_BANGin] = ACTIONS(3856), - [anon_sym_is] = ACTIONS(3854), - [anon_sym_BANGis] = ACTIONS(3856), - [anon_sym_PLUS] = ACTIONS(3854), - [anon_sym_DASH] = ACTIONS(3854), - [anon_sym_SLASH] = ACTIONS(3854), - [anon_sym_PERCENT] = ACTIONS(3854), - [anon_sym_as_QMARK] = ACTIONS(3856), - [anon_sym_PLUS_PLUS] = ACTIONS(3856), - [anon_sym_DASH_DASH] = ACTIONS(3856), - [anon_sym_BANG] = ACTIONS(3854), - [anon_sym_BANG_BANG] = ACTIONS(3856), - [anon_sym_suspend] = ACTIONS(3854), - [anon_sym_sealed] = ACTIONS(3854), - [anon_sym_annotation] = ACTIONS(3854), - [anon_sym_data] = ACTIONS(3854), - [anon_sym_inner] = ACTIONS(3854), - [anon_sym_override] = ACTIONS(3854), - [anon_sym_lateinit] = ACTIONS(3854), - [anon_sym_public] = ACTIONS(3854), - [anon_sym_private] = ACTIONS(3854), - [anon_sym_internal] = ACTIONS(3854), - [anon_sym_protected] = ACTIONS(3854), - [anon_sym_tailrec] = ACTIONS(3854), - [anon_sym_operator] = ACTIONS(3854), - [anon_sym_infix] = ACTIONS(3854), - [anon_sym_inline] = ACTIONS(3854), - [anon_sym_external] = ACTIONS(3854), - [sym_property_modifier] = ACTIONS(3854), - [anon_sym_abstract] = ACTIONS(3854), - [anon_sym_final] = ACTIONS(3854), - [anon_sym_open] = ACTIONS(3854), - [anon_sym_vararg] = ACTIONS(3854), - [anon_sym_noinline] = ACTIONS(3854), - [anon_sym_crossinline] = ACTIONS(3854), - [anon_sym_expect] = ACTIONS(3854), - [anon_sym_actual] = ACTIONS(3854), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3856), - [anon_sym_continue_AT] = ACTIONS(3856), - [anon_sym_break_AT] = ACTIONS(3856), - [sym_real_literal] = ACTIONS(3856), - [sym_integer_literal] = ACTIONS(3854), - [sym_hex_literal] = ACTIONS(3856), - [sym_bin_literal] = ACTIONS(3856), - [anon_sym_true] = ACTIONS(3854), - [anon_sym_false] = ACTIONS(3854), - [anon_sym_SQUOTE] = ACTIONS(3856), - [sym__backtick_identifier] = ACTIONS(3856), - [sym__automatic_semicolon] = ACTIONS(3856), - [sym_safe_nav] = ACTIONS(3856), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3856), + [1106] = { + [sym__alpha_identifier] = ACTIONS(4885), + [anon_sym_AT] = ACTIONS(4887), + [anon_sym_LBRACK] = ACTIONS(4887), + [anon_sym_as] = ACTIONS(4885), + [anon_sym_EQ] = ACTIONS(4885), + [anon_sym_LBRACE] = ACTIONS(4887), + [anon_sym_RBRACE] = ACTIONS(4887), + [anon_sym_LPAREN] = ACTIONS(4887), + [anon_sym_COMMA] = ACTIONS(4887), + [anon_sym_LT] = ACTIONS(4885), + [anon_sym_GT] = ACTIONS(4885), + [anon_sym_where] = ACTIONS(4885), + [anon_sym_object] = ACTIONS(4885), + [anon_sym_fun] = ACTIONS(4885), + [anon_sym_DOT] = ACTIONS(4885), + [anon_sym_SEMI] = ACTIONS(4887), + [anon_sym_get] = ACTIONS(4885), + [anon_sym_set] = ACTIONS(4885), + [anon_sym_this] = ACTIONS(4885), + [anon_sym_super] = ACTIONS(4885), + [anon_sym_STAR] = ACTIONS(4885), + [sym_label] = ACTIONS(4885), + [anon_sym_in] = ACTIONS(4885), + [anon_sym_DOT_DOT] = ACTIONS(4887), + [anon_sym_QMARK_COLON] = ACTIONS(4887), + [anon_sym_AMP_AMP] = ACTIONS(4887), + [anon_sym_PIPE_PIPE] = ACTIONS(4887), + [anon_sym_null] = ACTIONS(4885), + [anon_sym_if] = ACTIONS(4885), + [anon_sym_else] = ACTIONS(4885), + [anon_sym_when] = ACTIONS(4885), + [anon_sym_try] = ACTIONS(4885), + [anon_sym_throw] = ACTIONS(4885), + [anon_sym_return] = ACTIONS(4885), + [anon_sym_continue] = ACTIONS(4885), + [anon_sym_break] = ACTIONS(4885), + [anon_sym_COLON_COLON] = ACTIONS(4887), + [anon_sym_PLUS_EQ] = ACTIONS(4887), + [anon_sym_DASH_EQ] = ACTIONS(4887), + [anon_sym_STAR_EQ] = ACTIONS(4887), + [anon_sym_SLASH_EQ] = ACTIONS(4887), + [anon_sym_PERCENT_EQ] = ACTIONS(4887), + [anon_sym_BANG_EQ] = ACTIONS(4885), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4887), + [anon_sym_EQ_EQ] = ACTIONS(4885), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4887), + [anon_sym_LT_EQ] = ACTIONS(4887), + [anon_sym_GT_EQ] = ACTIONS(4887), + [anon_sym_BANGin] = ACTIONS(4887), + [anon_sym_is] = ACTIONS(4885), + [anon_sym_BANGis] = ACTIONS(4887), + [anon_sym_PLUS] = ACTIONS(4885), + [anon_sym_DASH] = ACTIONS(4885), + [anon_sym_SLASH] = ACTIONS(4885), + [anon_sym_PERCENT] = ACTIONS(4885), + [anon_sym_as_QMARK] = ACTIONS(4887), + [anon_sym_PLUS_PLUS] = ACTIONS(4887), + [anon_sym_DASH_DASH] = ACTIONS(4887), + [anon_sym_BANG] = ACTIONS(4885), + [anon_sym_BANG_BANG] = ACTIONS(4887), + [anon_sym_suspend] = ACTIONS(4885), + [anon_sym_sealed] = ACTIONS(4885), + [anon_sym_annotation] = ACTIONS(4885), + [anon_sym_data] = ACTIONS(4885), + [anon_sym_inner] = ACTIONS(4885), + [anon_sym_override] = ACTIONS(4885), + [anon_sym_lateinit] = ACTIONS(4885), + [anon_sym_public] = ACTIONS(4885), + [anon_sym_private] = ACTIONS(4885), + [anon_sym_internal] = ACTIONS(4885), + [anon_sym_protected] = ACTIONS(4885), + [anon_sym_tailrec] = ACTIONS(4885), + [anon_sym_operator] = ACTIONS(4885), + [anon_sym_infix] = ACTIONS(4885), + [anon_sym_inline] = ACTIONS(4885), + [anon_sym_external] = ACTIONS(4885), + [sym_property_modifier] = ACTIONS(4885), + [anon_sym_abstract] = ACTIONS(4885), + [anon_sym_final] = ACTIONS(4885), + [anon_sym_open] = ACTIONS(4885), + [anon_sym_vararg] = ACTIONS(4885), + [anon_sym_noinline] = ACTIONS(4885), + [anon_sym_crossinline] = ACTIONS(4885), + [anon_sym_expect] = ACTIONS(4885), + [anon_sym_actual] = ACTIONS(4885), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4887), + [anon_sym_continue_AT] = ACTIONS(4887), + [anon_sym_break_AT] = ACTIONS(4887), + [sym_real_literal] = ACTIONS(4887), + [sym_integer_literal] = ACTIONS(4885), + [sym_hex_literal] = ACTIONS(4887), + [sym_bin_literal] = ACTIONS(4887), + [anon_sym_true] = ACTIONS(4885), + [anon_sym_false] = ACTIONS(4885), + [anon_sym_SQUOTE] = ACTIONS(4887), + [sym__backtick_identifier] = ACTIONS(4887), + [sym__automatic_semicolon] = ACTIONS(4887), + [sym_safe_nav] = ACTIONS(4887), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4887), }, - [1079] = { - [sym__alpha_identifier] = ACTIONS(4821), - [anon_sym_AT] = ACTIONS(4823), - [anon_sym_LBRACK] = ACTIONS(4823), - [anon_sym_as] = ACTIONS(4821), - [anon_sym_EQ] = ACTIONS(4821), - [anon_sym_LBRACE] = ACTIONS(4823), - [anon_sym_RBRACE] = ACTIONS(4823), - [anon_sym_LPAREN] = ACTIONS(4823), - [anon_sym_COMMA] = ACTIONS(4823), - [anon_sym_LT] = ACTIONS(4821), - [anon_sym_GT] = ACTIONS(4821), - [anon_sym_where] = ACTIONS(4821), - [anon_sym_object] = ACTIONS(4821), - [anon_sym_fun] = ACTIONS(4821), - [anon_sym_DOT] = ACTIONS(4821), - [anon_sym_SEMI] = ACTIONS(4823), - [anon_sym_get] = ACTIONS(4821), - [anon_sym_set] = ACTIONS(4821), - [anon_sym_this] = ACTIONS(4821), - [anon_sym_super] = ACTIONS(4821), - [anon_sym_STAR] = ACTIONS(4821), - [sym_label] = ACTIONS(4821), - [anon_sym_in] = ACTIONS(4821), - [anon_sym_DOT_DOT] = ACTIONS(4823), - [anon_sym_QMARK_COLON] = ACTIONS(4823), - [anon_sym_AMP_AMP] = ACTIONS(4823), - [anon_sym_PIPE_PIPE] = ACTIONS(4823), - [anon_sym_null] = ACTIONS(4821), - [anon_sym_if] = ACTIONS(4821), - [anon_sym_else] = ACTIONS(4821), - [anon_sym_when] = ACTIONS(4821), - [anon_sym_try] = ACTIONS(4821), - [anon_sym_throw] = ACTIONS(4821), - [anon_sym_return] = ACTIONS(4821), - [anon_sym_continue] = ACTIONS(4821), - [anon_sym_break] = ACTIONS(4821), - [anon_sym_COLON_COLON] = ACTIONS(4823), - [anon_sym_PLUS_EQ] = ACTIONS(4823), - [anon_sym_DASH_EQ] = ACTIONS(4823), - [anon_sym_STAR_EQ] = ACTIONS(4823), - [anon_sym_SLASH_EQ] = ACTIONS(4823), - [anon_sym_PERCENT_EQ] = ACTIONS(4823), - [anon_sym_BANG_EQ] = ACTIONS(4821), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4823), - [anon_sym_EQ_EQ] = ACTIONS(4821), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4823), - [anon_sym_LT_EQ] = ACTIONS(4823), - [anon_sym_GT_EQ] = ACTIONS(4823), - [anon_sym_BANGin] = ACTIONS(4823), - [anon_sym_is] = ACTIONS(4821), - [anon_sym_BANGis] = ACTIONS(4823), - [anon_sym_PLUS] = ACTIONS(4821), - [anon_sym_DASH] = ACTIONS(4821), - [anon_sym_SLASH] = ACTIONS(4821), - [anon_sym_PERCENT] = ACTIONS(4821), - [anon_sym_as_QMARK] = ACTIONS(4823), - [anon_sym_PLUS_PLUS] = ACTIONS(4823), - [anon_sym_DASH_DASH] = ACTIONS(4823), - [anon_sym_BANG] = ACTIONS(4821), - [anon_sym_BANG_BANG] = ACTIONS(4823), - [anon_sym_suspend] = ACTIONS(4821), - [anon_sym_sealed] = ACTIONS(4821), - [anon_sym_annotation] = ACTIONS(4821), - [anon_sym_data] = ACTIONS(4821), - [anon_sym_inner] = ACTIONS(4821), - [anon_sym_override] = ACTIONS(4821), - [anon_sym_lateinit] = ACTIONS(4821), - [anon_sym_public] = ACTIONS(4821), - [anon_sym_private] = ACTIONS(4821), - [anon_sym_internal] = ACTIONS(4821), - [anon_sym_protected] = ACTIONS(4821), - [anon_sym_tailrec] = ACTIONS(4821), - [anon_sym_operator] = ACTIONS(4821), - [anon_sym_infix] = ACTIONS(4821), - [anon_sym_inline] = ACTIONS(4821), - [anon_sym_external] = ACTIONS(4821), - [sym_property_modifier] = ACTIONS(4821), - [anon_sym_abstract] = ACTIONS(4821), - [anon_sym_final] = ACTIONS(4821), - [anon_sym_open] = ACTIONS(4821), - [anon_sym_vararg] = ACTIONS(4821), - [anon_sym_noinline] = ACTIONS(4821), - [anon_sym_crossinline] = ACTIONS(4821), - [anon_sym_expect] = ACTIONS(4821), - [anon_sym_actual] = ACTIONS(4821), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4823), - [anon_sym_continue_AT] = ACTIONS(4823), - [anon_sym_break_AT] = ACTIONS(4823), - [sym_real_literal] = ACTIONS(4823), - [sym_integer_literal] = ACTIONS(4821), - [sym_hex_literal] = ACTIONS(4823), - [sym_bin_literal] = ACTIONS(4823), - [anon_sym_true] = ACTIONS(4821), - [anon_sym_false] = ACTIONS(4821), - [anon_sym_SQUOTE] = ACTIONS(4823), - [sym__backtick_identifier] = ACTIONS(4823), - [sym__automatic_semicolon] = ACTIONS(4823), - [sym_safe_nav] = ACTIONS(4823), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4823), + [1107] = { + [sym__alpha_identifier] = ACTIONS(4889), + [anon_sym_AT] = ACTIONS(4891), + [anon_sym_LBRACK] = ACTIONS(4891), + [anon_sym_as] = ACTIONS(4889), + [anon_sym_EQ] = ACTIONS(4889), + [anon_sym_LBRACE] = ACTIONS(4891), + [anon_sym_RBRACE] = ACTIONS(4891), + [anon_sym_LPAREN] = ACTIONS(4891), + [anon_sym_COMMA] = ACTIONS(4891), + [anon_sym_LT] = ACTIONS(4889), + [anon_sym_GT] = ACTIONS(4889), + [anon_sym_where] = ACTIONS(4889), + [anon_sym_object] = ACTIONS(4889), + [anon_sym_fun] = ACTIONS(4889), + [anon_sym_DOT] = ACTIONS(4889), + [anon_sym_SEMI] = ACTIONS(4891), + [anon_sym_get] = ACTIONS(4889), + [anon_sym_set] = ACTIONS(4889), + [anon_sym_this] = ACTIONS(4889), + [anon_sym_super] = ACTIONS(4889), + [anon_sym_STAR] = ACTIONS(4889), + [sym_label] = ACTIONS(4889), + [anon_sym_in] = ACTIONS(4889), + [anon_sym_DOT_DOT] = ACTIONS(4891), + [anon_sym_QMARK_COLON] = ACTIONS(4891), + [anon_sym_AMP_AMP] = ACTIONS(4891), + [anon_sym_PIPE_PIPE] = ACTIONS(4891), + [anon_sym_null] = ACTIONS(4889), + [anon_sym_if] = ACTIONS(4889), + [anon_sym_else] = ACTIONS(4889), + [anon_sym_when] = ACTIONS(4889), + [anon_sym_try] = ACTIONS(4889), + [anon_sym_throw] = ACTIONS(4889), + [anon_sym_return] = ACTIONS(4889), + [anon_sym_continue] = ACTIONS(4889), + [anon_sym_break] = ACTIONS(4889), + [anon_sym_COLON_COLON] = ACTIONS(4891), + [anon_sym_PLUS_EQ] = ACTIONS(4891), + [anon_sym_DASH_EQ] = ACTIONS(4891), + [anon_sym_STAR_EQ] = ACTIONS(4891), + [anon_sym_SLASH_EQ] = ACTIONS(4891), + [anon_sym_PERCENT_EQ] = ACTIONS(4891), + [anon_sym_BANG_EQ] = ACTIONS(4889), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4891), + [anon_sym_EQ_EQ] = ACTIONS(4889), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4891), + [anon_sym_LT_EQ] = ACTIONS(4891), + [anon_sym_GT_EQ] = ACTIONS(4891), + [anon_sym_BANGin] = ACTIONS(4891), + [anon_sym_is] = ACTIONS(4889), + [anon_sym_BANGis] = ACTIONS(4891), + [anon_sym_PLUS] = ACTIONS(4889), + [anon_sym_DASH] = ACTIONS(4889), + [anon_sym_SLASH] = ACTIONS(4889), + [anon_sym_PERCENT] = ACTIONS(4889), + [anon_sym_as_QMARK] = ACTIONS(4891), + [anon_sym_PLUS_PLUS] = ACTIONS(4891), + [anon_sym_DASH_DASH] = ACTIONS(4891), + [anon_sym_BANG] = ACTIONS(4889), + [anon_sym_BANG_BANG] = ACTIONS(4891), + [anon_sym_suspend] = ACTIONS(4889), + [anon_sym_sealed] = ACTIONS(4889), + [anon_sym_annotation] = ACTIONS(4889), + [anon_sym_data] = ACTIONS(4889), + [anon_sym_inner] = ACTIONS(4889), + [anon_sym_override] = ACTIONS(4889), + [anon_sym_lateinit] = ACTIONS(4889), + [anon_sym_public] = ACTIONS(4889), + [anon_sym_private] = ACTIONS(4889), + [anon_sym_internal] = ACTIONS(4889), + [anon_sym_protected] = ACTIONS(4889), + [anon_sym_tailrec] = ACTIONS(4889), + [anon_sym_operator] = ACTIONS(4889), + [anon_sym_infix] = ACTIONS(4889), + [anon_sym_inline] = ACTIONS(4889), + [anon_sym_external] = ACTIONS(4889), + [sym_property_modifier] = ACTIONS(4889), + [anon_sym_abstract] = ACTIONS(4889), + [anon_sym_final] = ACTIONS(4889), + [anon_sym_open] = ACTIONS(4889), + [anon_sym_vararg] = ACTIONS(4889), + [anon_sym_noinline] = ACTIONS(4889), + [anon_sym_crossinline] = ACTIONS(4889), + [anon_sym_expect] = ACTIONS(4889), + [anon_sym_actual] = ACTIONS(4889), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4891), + [anon_sym_continue_AT] = ACTIONS(4891), + [anon_sym_break_AT] = ACTIONS(4891), + [sym_real_literal] = ACTIONS(4891), + [sym_integer_literal] = ACTIONS(4889), + [sym_hex_literal] = ACTIONS(4891), + [sym_bin_literal] = ACTIONS(4891), + [anon_sym_true] = ACTIONS(4889), + [anon_sym_false] = ACTIONS(4889), + [anon_sym_SQUOTE] = ACTIONS(4891), + [sym__backtick_identifier] = ACTIONS(4891), + [sym__automatic_semicolon] = ACTIONS(4891), + [sym_safe_nav] = ACTIONS(4891), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4891), }, - [1080] = { - [sym__alpha_identifier] = ACTIONS(4825), - [anon_sym_AT] = ACTIONS(4827), - [anon_sym_LBRACK] = ACTIONS(4827), - [anon_sym_as] = ACTIONS(4825), - [anon_sym_EQ] = ACTIONS(4825), - [anon_sym_LBRACE] = ACTIONS(4827), - [anon_sym_RBRACE] = ACTIONS(4827), - [anon_sym_LPAREN] = ACTIONS(4827), - [anon_sym_COMMA] = ACTIONS(4827), - [anon_sym_LT] = ACTIONS(4825), - [anon_sym_GT] = ACTIONS(4825), - [anon_sym_where] = ACTIONS(4825), - [anon_sym_object] = ACTIONS(4825), - [anon_sym_fun] = ACTIONS(4825), - [anon_sym_DOT] = ACTIONS(4825), - [anon_sym_SEMI] = ACTIONS(4827), - [anon_sym_get] = ACTIONS(4825), - [anon_sym_set] = ACTIONS(4825), - [anon_sym_this] = ACTIONS(4825), - [anon_sym_super] = ACTIONS(4825), - [anon_sym_STAR] = ACTIONS(4825), - [sym_label] = ACTIONS(4825), - [anon_sym_in] = ACTIONS(4825), - [anon_sym_DOT_DOT] = ACTIONS(4827), - [anon_sym_QMARK_COLON] = ACTIONS(4827), - [anon_sym_AMP_AMP] = ACTIONS(4827), - [anon_sym_PIPE_PIPE] = ACTIONS(4827), - [anon_sym_null] = ACTIONS(4825), - [anon_sym_if] = ACTIONS(4825), - [anon_sym_else] = ACTIONS(4825), - [anon_sym_when] = ACTIONS(4825), - [anon_sym_try] = ACTIONS(4825), - [anon_sym_throw] = ACTIONS(4825), - [anon_sym_return] = ACTIONS(4825), - [anon_sym_continue] = ACTIONS(4825), - [anon_sym_break] = ACTIONS(4825), - [anon_sym_COLON_COLON] = ACTIONS(4827), - [anon_sym_PLUS_EQ] = ACTIONS(4827), - [anon_sym_DASH_EQ] = ACTIONS(4827), - [anon_sym_STAR_EQ] = ACTIONS(4827), - [anon_sym_SLASH_EQ] = ACTIONS(4827), - [anon_sym_PERCENT_EQ] = ACTIONS(4827), - [anon_sym_BANG_EQ] = ACTIONS(4825), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4827), - [anon_sym_EQ_EQ] = ACTIONS(4825), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4827), - [anon_sym_LT_EQ] = ACTIONS(4827), - [anon_sym_GT_EQ] = ACTIONS(4827), - [anon_sym_BANGin] = ACTIONS(4827), - [anon_sym_is] = ACTIONS(4825), - [anon_sym_BANGis] = ACTIONS(4827), - [anon_sym_PLUS] = ACTIONS(4825), - [anon_sym_DASH] = ACTIONS(4825), - [anon_sym_SLASH] = ACTIONS(4825), - [anon_sym_PERCENT] = ACTIONS(4825), - [anon_sym_as_QMARK] = ACTIONS(4827), - [anon_sym_PLUS_PLUS] = ACTIONS(4827), - [anon_sym_DASH_DASH] = ACTIONS(4827), - [anon_sym_BANG] = ACTIONS(4825), - [anon_sym_BANG_BANG] = ACTIONS(4827), - [anon_sym_suspend] = ACTIONS(4825), - [anon_sym_sealed] = ACTIONS(4825), - [anon_sym_annotation] = ACTIONS(4825), - [anon_sym_data] = ACTIONS(4825), - [anon_sym_inner] = ACTIONS(4825), - [anon_sym_override] = ACTIONS(4825), - [anon_sym_lateinit] = ACTIONS(4825), - [anon_sym_public] = ACTIONS(4825), - [anon_sym_private] = ACTIONS(4825), - [anon_sym_internal] = ACTIONS(4825), - [anon_sym_protected] = ACTIONS(4825), - [anon_sym_tailrec] = ACTIONS(4825), - [anon_sym_operator] = ACTIONS(4825), - [anon_sym_infix] = ACTIONS(4825), - [anon_sym_inline] = ACTIONS(4825), - [anon_sym_external] = ACTIONS(4825), - [sym_property_modifier] = ACTIONS(4825), - [anon_sym_abstract] = ACTIONS(4825), - [anon_sym_final] = ACTIONS(4825), - [anon_sym_open] = ACTIONS(4825), - [anon_sym_vararg] = ACTIONS(4825), - [anon_sym_noinline] = ACTIONS(4825), - [anon_sym_crossinline] = ACTIONS(4825), - [anon_sym_expect] = ACTIONS(4825), - [anon_sym_actual] = ACTIONS(4825), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4827), - [anon_sym_continue_AT] = ACTIONS(4827), - [anon_sym_break_AT] = ACTIONS(4827), - [sym_real_literal] = ACTIONS(4827), - [sym_integer_literal] = ACTIONS(4825), - [sym_hex_literal] = ACTIONS(4827), - [sym_bin_literal] = ACTIONS(4827), - [anon_sym_true] = ACTIONS(4825), - [anon_sym_false] = ACTIONS(4825), - [anon_sym_SQUOTE] = ACTIONS(4827), - [sym__backtick_identifier] = ACTIONS(4827), - [sym__automatic_semicolon] = ACTIONS(4827), - [sym_safe_nav] = ACTIONS(4827), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4827), + [1108] = { + [sym__alpha_identifier] = ACTIONS(3969), + [anon_sym_AT] = ACTIONS(3971), + [anon_sym_LBRACK] = ACTIONS(3971), + [anon_sym_as] = ACTIONS(3969), + [anon_sym_EQ] = ACTIONS(3969), + [anon_sym_LBRACE] = ACTIONS(3971), + [anon_sym_RBRACE] = ACTIONS(3971), + [anon_sym_LPAREN] = ACTIONS(3971), + [anon_sym_COMMA] = ACTIONS(3971), + [anon_sym_LT] = ACTIONS(3969), + [anon_sym_GT] = ACTIONS(3969), + [anon_sym_where] = ACTIONS(3969), + [anon_sym_object] = ACTIONS(3969), + [anon_sym_fun] = ACTIONS(3969), + [anon_sym_DOT] = ACTIONS(3969), + [anon_sym_SEMI] = ACTIONS(3971), + [anon_sym_get] = ACTIONS(3969), + [anon_sym_set] = ACTIONS(3969), + [anon_sym_this] = ACTIONS(3969), + [anon_sym_super] = ACTIONS(3969), + [anon_sym_STAR] = ACTIONS(3969), + [sym_label] = ACTIONS(3969), + [anon_sym_in] = ACTIONS(3969), + [anon_sym_DOT_DOT] = ACTIONS(3971), + [anon_sym_QMARK_COLON] = ACTIONS(3971), + [anon_sym_AMP_AMP] = ACTIONS(3971), + [anon_sym_PIPE_PIPE] = ACTIONS(3971), + [anon_sym_null] = ACTIONS(3969), + [anon_sym_if] = ACTIONS(3969), + [anon_sym_else] = ACTIONS(3969), + [anon_sym_when] = ACTIONS(3969), + [anon_sym_try] = ACTIONS(3969), + [anon_sym_throw] = ACTIONS(3969), + [anon_sym_return] = ACTIONS(3969), + [anon_sym_continue] = ACTIONS(3969), + [anon_sym_break] = ACTIONS(3969), + [anon_sym_COLON_COLON] = ACTIONS(3971), + [anon_sym_PLUS_EQ] = ACTIONS(3971), + [anon_sym_DASH_EQ] = ACTIONS(3971), + [anon_sym_STAR_EQ] = ACTIONS(3971), + [anon_sym_SLASH_EQ] = ACTIONS(3971), + [anon_sym_PERCENT_EQ] = ACTIONS(3971), + [anon_sym_BANG_EQ] = ACTIONS(3969), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3971), + [anon_sym_EQ_EQ] = ACTIONS(3969), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3971), + [anon_sym_LT_EQ] = ACTIONS(3971), + [anon_sym_GT_EQ] = ACTIONS(3971), + [anon_sym_BANGin] = ACTIONS(3971), + [anon_sym_is] = ACTIONS(3969), + [anon_sym_BANGis] = ACTIONS(3971), + [anon_sym_PLUS] = ACTIONS(3969), + [anon_sym_DASH] = ACTIONS(3969), + [anon_sym_SLASH] = ACTIONS(3969), + [anon_sym_PERCENT] = ACTIONS(3969), + [anon_sym_as_QMARK] = ACTIONS(3971), + [anon_sym_PLUS_PLUS] = ACTIONS(3971), + [anon_sym_DASH_DASH] = ACTIONS(3971), + [anon_sym_BANG] = ACTIONS(3969), + [anon_sym_BANG_BANG] = ACTIONS(3971), + [anon_sym_suspend] = ACTIONS(3969), + [anon_sym_sealed] = ACTIONS(3969), + [anon_sym_annotation] = ACTIONS(3969), + [anon_sym_data] = ACTIONS(3969), + [anon_sym_inner] = ACTIONS(3969), + [anon_sym_override] = ACTIONS(3969), + [anon_sym_lateinit] = ACTIONS(3969), + [anon_sym_public] = ACTIONS(3969), + [anon_sym_private] = ACTIONS(3969), + [anon_sym_internal] = ACTIONS(3969), + [anon_sym_protected] = ACTIONS(3969), + [anon_sym_tailrec] = ACTIONS(3969), + [anon_sym_operator] = ACTIONS(3969), + [anon_sym_infix] = ACTIONS(3969), + [anon_sym_inline] = ACTIONS(3969), + [anon_sym_external] = ACTIONS(3969), + [sym_property_modifier] = ACTIONS(3969), + [anon_sym_abstract] = ACTIONS(3969), + [anon_sym_final] = ACTIONS(3969), + [anon_sym_open] = ACTIONS(3969), + [anon_sym_vararg] = ACTIONS(3969), + [anon_sym_noinline] = ACTIONS(3969), + [anon_sym_crossinline] = ACTIONS(3969), + [anon_sym_expect] = ACTIONS(3969), + [anon_sym_actual] = ACTIONS(3969), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3971), + [anon_sym_continue_AT] = ACTIONS(3971), + [anon_sym_break_AT] = ACTIONS(3971), + [sym_real_literal] = ACTIONS(3971), + [sym_integer_literal] = ACTIONS(3969), + [sym_hex_literal] = ACTIONS(3971), + [sym_bin_literal] = ACTIONS(3971), + [anon_sym_true] = ACTIONS(3969), + [anon_sym_false] = ACTIONS(3969), + [anon_sym_SQUOTE] = ACTIONS(3971), + [sym__backtick_identifier] = ACTIONS(3971), + [sym__automatic_semicolon] = ACTIONS(3971), + [sym_safe_nav] = ACTIONS(3971), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3971), }, - [1081] = { - [sym__alpha_identifier] = ACTIONS(4829), - [anon_sym_AT] = ACTIONS(4831), - [anon_sym_LBRACK] = ACTIONS(4831), - [anon_sym_as] = ACTIONS(4829), - [anon_sym_EQ] = ACTIONS(4829), - [anon_sym_LBRACE] = ACTIONS(4831), - [anon_sym_RBRACE] = ACTIONS(4831), - [anon_sym_LPAREN] = ACTIONS(4831), - [anon_sym_COMMA] = ACTIONS(4831), - [anon_sym_LT] = ACTIONS(4829), - [anon_sym_GT] = ACTIONS(4829), - [anon_sym_where] = ACTIONS(4829), - [anon_sym_object] = ACTIONS(4829), - [anon_sym_fun] = ACTIONS(4829), - [anon_sym_DOT] = ACTIONS(4829), - [anon_sym_SEMI] = ACTIONS(4831), - [anon_sym_get] = ACTIONS(4829), - [anon_sym_set] = ACTIONS(4829), - [anon_sym_this] = ACTIONS(4829), - [anon_sym_super] = ACTIONS(4829), - [anon_sym_STAR] = ACTIONS(4829), - [sym_label] = ACTIONS(4829), - [anon_sym_in] = ACTIONS(4829), - [anon_sym_DOT_DOT] = ACTIONS(4831), - [anon_sym_QMARK_COLON] = ACTIONS(4831), - [anon_sym_AMP_AMP] = ACTIONS(4831), - [anon_sym_PIPE_PIPE] = ACTIONS(4831), - [anon_sym_null] = ACTIONS(4829), - [anon_sym_if] = ACTIONS(4829), - [anon_sym_else] = ACTIONS(4829), - [anon_sym_when] = ACTIONS(4829), - [anon_sym_try] = ACTIONS(4829), - [anon_sym_throw] = ACTIONS(4829), - [anon_sym_return] = ACTIONS(4829), - [anon_sym_continue] = ACTIONS(4829), - [anon_sym_break] = ACTIONS(4829), - [anon_sym_COLON_COLON] = ACTIONS(4831), - [anon_sym_PLUS_EQ] = ACTIONS(4831), - [anon_sym_DASH_EQ] = ACTIONS(4831), - [anon_sym_STAR_EQ] = ACTIONS(4831), - [anon_sym_SLASH_EQ] = ACTIONS(4831), - [anon_sym_PERCENT_EQ] = ACTIONS(4831), - [anon_sym_BANG_EQ] = ACTIONS(4829), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4831), - [anon_sym_EQ_EQ] = ACTIONS(4829), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4831), - [anon_sym_LT_EQ] = ACTIONS(4831), - [anon_sym_GT_EQ] = ACTIONS(4831), - [anon_sym_BANGin] = ACTIONS(4831), - [anon_sym_is] = ACTIONS(4829), - [anon_sym_BANGis] = ACTIONS(4831), - [anon_sym_PLUS] = ACTIONS(4829), - [anon_sym_DASH] = ACTIONS(4829), - [anon_sym_SLASH] = ACTIONS(4829), - [anon_sym_PERCENT] = ACTIONS(4829), - [anon_sym_as_QMARK] = ACTIONS(4831), - [anon_sym_PLUS_PLUS] = ACTIONS(4831), - [anon_sym_DASH_DASH] = ACTIONS(4831), - [anon_sym_BANG] = ACTIONS(4829), - [anon_sym_BANG_BANG] = ACTIONS(4831), - [anon_sym_suspend] = ACTIONS(4829), - [anon_sym_sealed] = ACTIONS(4829), - [anon_sym_annotation] = ACTIONS(4829), - [anon_sym_data] = ACTIONS(4829), - [anon_sym_inner] = ACTIONS(4829), - [anon_sym_override] = ACTIONS(4829), - [anon_sym_lateinit] = ACTIONS(4829), - [anon_sym_public] = ACTIONS(4829), - [anon_sym_private] = ACTIONS(4829), - [anon_sym_internal] = ACTIONS(4829), - [anon_sym_protected] = ACTIONS(4829), - [anon_sym_tailrec] = ACTIONS(4829), - [anon_sym_operator] = ACTIONS(4829), - [anon_sym_infix] = ACTIONS(4829), - [anon_sym_inline] = ACTIONS(4829), - [anon_sym_external] = ACTIONS(4829), - [sym_property_modifier] = ACTIONS(4829), - [anon_sym_abstract] = ACTIONS(4829), - [anon_sym_final] = ACTIONS(4829), - [anon_sym_open] = ACTIONS(4829), - [anon_sym_vararg] = ACTIONS(4829), - [anon_sym_noinline] = ACTIONS(4829), - [anon_sym_crossinline] = ACTIONS(4829), - [anon_sym_expect] = ACTIONS(4829), - [anon_sym_actual] = ACTIONS(4829), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4831), - [anon_sym_continue_AT] = ACTIONS(4831), - [anon_sym_break_AT] = ACTIONS(4831), - [sym_real_literal] = ACTIONS(4831), - [sym_integer_literal] = ACTIONS(4829), - [sym_hex_literal] = ACTIONS(4831), - [sym_bin_literal] = ACTIONS(4831), - [anon_sym_true] = ACTIONS(4829), - [anon_sym_false] = ACTIONS(4829), - [anon_sym_SQUOTE] = ACTIONS(4831), - [sym__backtick_identifier] = ACTIONS(4831), - [sym__automatic_semicolon] = ACTIONS(4831), - [sym_safe_nav] = ACTIONS(4831), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4831), + [1109] = { + [sym__alpha_identifier] = ACTIONS(4893), + [anon_sym_AT] = ACTIONS(4895), + [anon_sym_LBRACK] = ACTIONS(4895), + [anon_sym_as] = ACTIONS(4893), + [anon_sym_EQ] = ACTIONS(4893), + [anon_sym_LBRACE] = ACTIONS(4895), + [anon_sym_RBRACE] = ACTIONS(4895), + [anon_sym_LPAREN] = ACTIONS(4895), + [anon_sym_COMMA] = ACTIONS(4895), + [anon_sym_LT] = ACTIONS(4893), + [anon_sym_GT] = ACTIONS(4893), + [anon_sym_where] = ACTIONS(4893), + [anon_sym_object] = ACTIONS(4893), + [anon_sym_fun] = ACTIONS(4893), + [anon_sym_DOT] = ACTIONS(4893), + [anon_sym_SEMI] = ACTIONS(4895), + [anon_sym_get] = ACTIONS(4893), + [anon_sym_set] = ACTIONS(4893), + [anon_sym_this] = ACTIONS(4893), + [anon_sym_super] = ACTIONS(4893), + [anon_sym_STAR] = ACTIONS(4893), + [sym_label] = ACTIONS(4893), + [anon_sym_in] = ACTIONS(4893), + [anon_sym_DOT_DOT] = ACTIONS(4895), + [anon_sym_QMARK_COLON] = ACTIONS(4895), + [anon_sym_AMP_AMP] = ACTIONS(4895), + [anon_sym_PIPE_PIPE] = ACTIONS(4895), + [anon_sym_null] = ACTIONS(4893), + [anon_sym_if] = ACTIONS(4893), + [anon_sym_else] = ACTIONS(4893), + [anon_sym_when] = ACTIONS(4893), + [anon_sym_try] = ACTIONS(4893), + [anon_sym_throw] = ACTIONS(4893), + [anon_sym_return] = ACTIONS(4893), + [anon_sym_continue] = ACTIONS(4893), + [anon_sym_break] = ACTIONS(4893), + [anon_sym_COLON_COLON] = ACTIONS(4895), + [anon_sym_PLUS_EQ] = ACTIONS(4895), + [anon_sym_DASH_EQ] = ACTIONS(4895), + [anon_sym_STAR_EQ] = ACTIONS(4895), + [anon_sym_SLASH_EQ] = ACTIONS(4895), + [anon_sym_PERCENT_EQ] = ACTIONS(4895), + [anon_sym_BANG_EQ] = ACTIONS(4893), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4895), + [anon_sym_EQ_EQ] = ACTIONS(4893), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4895), + [anon_sym_LT_EQ] = ACTIONS(4895), + [anon_sym_GT_EQ] = ACTIONS(4895), + [anon_sym_BANGin] = ACTIONS(4895), + [anon_sym_is] = ACTIONS(4893), + [anon_sym_BANGis] = ACTIONS(4895), + [anon_sym_PLUS] = ACTIONS(4893), + [anon_sym_DASH] = ACTIONS(4893), + [anon_sym_SLASH] = ACTIONS(4893), + [anon_sym_PERCENT] = ACTIONS(4893), + [anon_sym_as_QMARK] = ACTIONS(4895), + [anon_sym_PLUS_PLUS] = ACTIONS(4895), + [anon_sym_DASH_DASH] = ACTIONS(4895), + [anon_sym_BANG] = ACTIONS(4893), + [anon_sym_BANG_BANG] = ACTIONS(4895), + [anon_sym_suspend] = ACTIONS(4893), + [anon_sym_sealed] = ACTIONS(4893), + [anon_sym_annotation] = ACTIONS(4893), + [anon_sym_data] = ACTIONS(4893), + [anon_sym_inner] = ACTIONS(4893), + [anon_sym_override] = ACTIONS(4893), + [anon_sym_lateinit] = ACTIONS(4893), + [anon_sym_public] = ACTIONS(4893), + [anon_sym_private] = ACTIONS(4893), + [anon_sym_internal] = ACTIONS(4893), + [anon_sym_protected] = ACTIONS(4893), + [anon_sym_tailrec] = ACTIONS(4893), + [anon_sym_operator] = ACTIONS(4893), + [anon_sym_infix] = ACTIONS(4893), + [anon_sym_inline] = ACTIONS(4893), + [anon_sym_external] = ACTIONS(4893), + [sym_property_modifier] = ACTIONS(4893), + [anon_sym_abstract] = ACTIONS(4893), + [anon_sym_final] = ACTIONS(4893), + [anon_sym_open] = ACTIONS(4893), + [anon_sym_vararg] = ACTIONS(4893), + [anon_sym_noinline] = ACTIONS(4893), + [anon_sym_crossinline] = ACTIONS(4893), + [anon_sym_expect] = ACTIONS(4893), + [anon_sym_actual] = ACTIONS(4893), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4895), + [anon_sym_continue_AT] = ACTIONS(4895), + [anon_sym_break_AT] = ACTIONS(4895), + [sym_real_literal] = ACTIONS(4895), + [sym_integer_literal] = ACTIONS(4893), + [sym_hex_literal] = ACTIONS(4895), + [sym_bin_literal] = ACTIONS(4895), + [anon_sym_true] = ACTIONS(4893), + [anon_sym_false] = ACTIONS(4893), + [anon_sym_SQUOTE] = ACTIONS(4895), + [sym__backtick_identifier] = ACTIONS(4895), + [sym__automatic_semicolon] = ACTIONS(4895), + [sym_safe_nav] = ACTIONS(4895), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4895), }, - [1082] = { - [sym__alpha_identifier] = ACTIONS(4833), - [anon_sym_AT] = ACTIONS(4835), - [anon_sym_LBRACK] = ACTIONS(4835), - [anon_sym_as] = ACTIONS(4833), - [anon_sym_EQ] = ACTIONS(4833), - [anon_sym_LBRACE] = ACTIONS(4835), - [anon_sym_RBRACE] = ACTIONS(4835), - [anon_sym_LPAREN] = ACTIONS(4835), - [anon_sym_COMMA] = ACTIONS(4835), - [anon_sym_LT] = ACTIONS(4833), - [anon_sym_GT] = ACTIONS(4833), - [anon_sym_where] = ACTIONS(4833), - [anon_sym_object] = ACTIONS(4833), - [anon_sym_fun] = ACTIONS(4833), - [anon_sym_DOT] = ACTIONS(4833), - [anon_sym_SEMI] = ACTIONS(4835), - [anon_sym_get] = ACTIONS(4833), - [anon_sym_set] = ACTIONS(4833), - [anon_sym_this] = ACTIONS(4833), - [anon_sym_super] = ACTIONS(4833), - [anon_sym_STAR] = ACTIONS(4833), - [sym_label] = ACTIONS(4833), - [anon_sym_in] = ACTIONS(4833), - [anon_sym_DOT_DOT] = ACTIONS(4835), - [anon_sym_QMARK_COLON] = ACTIONS(4835), - [anon_sym_AMP_AMP] = ACTIONS(4835), - [anon_sym_PIPE_PIPE] = ACTIONS(4835), - [anon_sym_null] = ACTIONS(4833), - [anon_sym_if] = ACTIONS(4833), - [anon_sym_else] = ACTIONS(4833), - [anon_sym_when] = ACTIONS(4833), - [anon_sym_try] = ACTIONS(4833), - [anon_sym_throw] = ACTIONS(4833), - [anon_sym_return] = ACTIONS(4833), - [anon_sym_continue] = ACTIONS(4833), - [anon_sym_break] = ACTIONS(4833), - [anon_sym_COLON_COLON] = ACTIONS(4835), - [anon_sym_PLUS_EQ] = ACTIONS(4835), - [anon_sym_DASH_EQ] = ACTIONS(4835), - [anon_sym_STAR_EQ] = ACTIONS(4835), - [anon_sym_SLASH_EQ] = ACTIONS(4835), - [anon_sym_PERCENT_EQ] = ACTIONS(4835), - [anon_sym_BANG_EQ] = ACTIONS(4833), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4835), - [anon_sym_EQ_EQ] = ACTIONS(4833), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4835), - [anon_sym_LT_EQ] = ACTIONS(4835), - [anon_sym_GT_EQ] = ACTIONS(4835), - [anon_sym_BANGin] = ACTIONS(4835), - [anon_sym_is] = ACTIONS(4833), - [anon_sym_BANGis] = ACTIONS(4835), - [anon_sym_PLUS] = ACTIONS(4833), - [anon_sym_DASH] = ACTIONS(4833), - [anon_sym_SLASH] = ACTIONS(4833), - [anon_sym_PERCENT] = ACTIONS(4833), - [anon_sym_as_QMARK] = ACTIONS(4835), - [anon_sym_PLUS_PLUS] = ACTIONS(4835), - [anon_sym_DASH_DASH] = ACTIONS(4835), - [anon_sym_BANG] = ACTIONS(4833), - [anon_sym_BANG_BANG] = ACTIONS(4835), - [anon_sym_suspend] = ACTIONS(4833), - [anon_sym_sealed] = ACTIONS(4833), - [anon_sym_annotation] = ACTIONS(4833), - [anon_sym_data] = ACTIONS(4833), - [anon_sym_inner] = ACTIONS(4833), - [anon_sym_override] = ACTIONS(4833), - [anon_sym_lateinit] = ACTIONS(4833), - [anon_sym_public] = ACTIONS(4833), - [anon_sym_private] = ACTIONS(4833), - [anon_sym_internal] = ACTIONS(4833), - [anon_sym_protected] = ACTIONS(4833), - [anon_sym_tailrec] = ACTIONS(4833), - [anon_sym_operator] = ACTIONS(4833), - [anon_sym_infix] = ACTIONS(4833), - [anon_sym_inline] = ACTIONS(4833), - [anon_sym_external] = ACTIONS(4833), - [sym_property_modifier] = ACTIONS(4833), - [anon_sym_abstract] = ACTIONS(4833), - [anon_sym_final] = ACTIONS(4833), - [anon_sym_open] = ACTIONS(4833), - [anon_sym_vararg] = ACTIONS(4833), - [anon_sym_noinline] = ACTIONS(4833), - [anon_sym_crossinline] = ACTIONS(4833), - [anon_sym_expect] = ACTIONS(4833), - [anon_sym_actual] = ACTIONS(4833), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4835), - [anon_sym_continue_AT] = ACTIONS(4835), - [anon_sym_break_AT] = ACTIONS(4835), - [sym_real_literal] = ACTIONS(4835), - [sym_integer_literal] = ACTIONS(4833), - [sym_hex_literal] = ACTIONS(4835), - [sym_bin_literal] = ACTIONS(4835), - [anon_sym_true] = ACTIONS(4833), - [anon_sym_false] = ACTIONS(4833), - [anon_sym_SQUOTE] = ACTIONS(4835), - [sym__backtick_identifier] = ACTIONS(4835), - [sym__automatic_semicolon] = ACTIONS(4835), - [sym_safe_nav] = ACTIONS(4835), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4835), + [1110] = { + [sym__alpha_identifier] = ACTIONS(4897), + [anon_sym_AT] = ACTIONS(4899), + [anon_sym_LBRACK] = ACTIONS(4899), + [anon_sym_as] = ACTIONS(4897), + [anon_sym_EQ] = ACTIONS(4897), + [anon_sym_LBRACE] = ACTIONS(4899), + [anon_sym_RBRACE] = ACTIONS(4899), + [anon_sym_LPAREN] = ACTIONS(4899), + [anon_sym_COMMA] = ACTIONS(4899), + [anon_sym_LT] = ACTIONS(4897), + [anon_sym_GT] = ACTIONS(4897), + [anon_sym_where] = ACTIONS(4897), + [anon_sym_object] = ACTIONS(4897), + [anon_sym_fun] = ACTIONS(4897), + [anon_sym_DOT] = ACTIONS(4897), + [anon_sym_SEMI] = ACTIONS(4899), + [anon_sym_get] = ACTIONS(4897), + [anon_sym_set] = ACTIONS(4897), + [anon_sym_this] = ACTIONS(4897), + [anon_sym_super] = ACTIONS(4897), + [anon_sym_STAR] = ACTIONS(4897), + [sym_label] = ACTIONS(4897), + [anon_sym_in] = ACTIONS(4897), + [anon_sym_DOT_DOT] = ACTIONS(4899), + [anon_sym_QMARK_COLON] = ACTIONS(4899), + [anon_sym_AMP_AMP] = ACTIONS(4899), + [anon_sym_PIPE_PIPE] = ACTIONS(4899), + [anon_sym_null] = ACTIONS(4897), + [anon_sym_if] = ACTIONS(4897), + [anon_sym_else] = ACTIONS(4897), + [anon_sym_when] = ACTIONS(4897), + [anon_sym_try] = ACTIONS(4897), + [anon_sym_throw] = ACTIONS(4897), + [anon_sym_return] = ACTIONS(4897), + [anon_sym_continue] = ACTIONS(4897), + [anon_sym_break] = ACTIONS(4897), + [anon_sym_COLON_COLON] = ACTIONS(4899), + [anon_sym_PLUS_EQ] = ACTIONS(4899), + [anon_sym_DASH_EQ] = ACTIONS(4899), + [anon_sym_STAR_EQ] = ACTIONS(4899), + [anon_sym_SLASH_EQ] = ACTIONS(4899), + [anon_sym_PERCENT_EQ] = ACTIONS(4899), + [anon_sym_BANG_EQ] = ACTIONS(4897), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4899), + [anon_sym_EQ_EQ] = ACTIONS(4897), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4899), + [anon_sym_LT_EQ] = ACTIONS(4899), + [anon_sym_GT_EQ] = ACTIONS(4899), + [anon_sym_BANGin] = ACTIONS(4899), + [anon_sym_is] = ACTIONS(4897), + [anon_sym_BANGis] = ACTIONS(4899), + [anon_sym_PLUS] = ACTIONS(4897), + [anon_sym_DASH] = ACTIONS(4897), + [anon_sym_SLASH] = ACTIONS(4897), + [anon_sym_PERCENT] = ACTIONS(4897), + [anon_sym_as_QMARK] = ACTIONS(4899), + [anon_sym_PLUS_PLUS] = ACTIONS(4899), + [anon_sym_DASH_DASH] = ACTIONS(4899), + [anon_sym_BANG] = ACTIONS(4897), + [anon_sym_BANG_BANG] = ACTIONS(4899), + [anon_sym_suspend] = ACTIONS(4897), + [anon_sym_sealed] = ACTIONS(4897), + [anon_sym_annotation] = ACTIONS(4897), + [anon_sym_data] = ACTIONS(4897), + [anon_sym_inner] = ACTIONS(4897), + [anon_sym_override] = ACTIONS(4897), + [anon_sym_lateinit] = ACTIONS(4897), + [anon_sym_public] = ACTIONS(4897), + [anon_sym_private] = ACTIONS(4897), + [anon_sym_internal] = ACTIONS(4897), + [anon_sym_protected] = ACTIONS(4897), + [anon_sym_tailrec] = ACTIONS(4897), + [anon_sym_operator] = ACTIONS(4897), + [anon_sym_infix] = ACTIONS(4897), + [anon_sym_inline] = ACTIONS(4897), + [anon_sym_external] = ACTIONS(4897), + [sym_property_modifier] = ACTIONS(4897), + [anon_sym_abstract] = ACTIONS(4897), + [anon_sym_final] = ACTIONS(4897), + [anon_sym_open] = ACTIONS(4897), + [anon_sym_vararg] = ACTIONS(4897), + [anon_sym_noinline] = ACTIONS(4897), + [anon_sym_crossinline] = ACTIONS(4897), + [anon_sym_expect] = ACTIONS(4897), + [anon_sym_actual] = ACTIONS(4897), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4899), + [anon_sym_continue_AT] = ACTIONS(4899), + [anon_sym_break_AT] = ACTIONS(4899), + [sym_real_literal] = ACTIONS(4899), + [sym_integer_literal] = ACTIONS(4897), + [sym_hex_literal] = ACTIONS(4899), + [sym_bin_literal] = ACTIONS(4899), + [anon_sym_true] = ACTIONS(4897), + [anon_sym_false] = ACTIONS(4897), + [anon_sym_SQUOTE] = ACTIONS(4899), + [sym__backtick_identifier] = ACTIONS(4899), + [sym__automatic_semicolon] = ACTIONS(4899), + [sym_safe_nav] = ACTIONS(4899), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4899), }, - [1083] = { - [sym_getter] = STATE(9506), - [sym_setter] = STATE(9506), - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(1738), - [sym__comparison_operator] = STATE(1739), - [sym__in_operator] = STATE(1740), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(1741), - [sym__multiplicative_operator] = STATE(1742), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_modifiers] = STATE(8580), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1744), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [aux_sym_modifiers_repeat1] = STATE(5441), + [1111] = { + [sym_getter] = STATE(9127), + [sym_setter] = STATE(9127), + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(1752), + [sym__comparison_operator] = STATE(1753), + [sym__in_operator] = STATE(1754), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(1755), + [sym__multiplicative_operator] = STATE(1756), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_modifiers] = STATE(8728), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1758), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_LPAREN] = ACTIONS(3378), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_LPAREN] = ACTIONS(3394), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(4149), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(4837), - [anon_sym_get] = ACTIONS(4710), - [anon_sym_set] = ACTIONS(4712), - [anon_sym_STAR] = ACTIONS(4157), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(4159), - [anon_sym_while] = ACTIONS(1694), - [anon_sym_DOT_DOT] = ACTIONS(4161), - [anon_sym_QMARK_COLON] = ACTIONS(4163), - [anon_sym_AMP_AMP] = ACTIONS(4165), - [anon_sym_PIPE_PIPE] = ACTIONS(4167), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_BANG_EQ] = ACTIONS(4169), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4171), - [anon_sym_EQ_EQ] = ACTIONS(4169), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4171), - [anon_sym_LT_EQ] = ACTIONS(4173), - [anon_sym_GT_EQ] = ACTIONS(4173), - [anon_sym_BANGin] = ACTIONS(4175), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), - [anon_sym_PLUS] = ACTIONS(4177), - [anon_sym_DASH] = ACTIONS(4177), - [anon_sym_SLASH] = ACTIONS(4179), - [anon_sym_PERCENT] = ACTIONS(4157), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), + [anon_sym_GT] = ACTIONS(4156), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(4901), + [anon_sym_get] = ACTIONS(4838), + [anon_sym_set] = ACTIONS(4840), + [anon_sym_STAR] = ACTIONS(4164), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(4166), + [anon_sym_while] = ACTIONS(1764), + [anon_sym_DOT_DOT] = ACTIONS(4168), + [anon_sym_QMARK_COLON] = ACTIONS(4170), + [anon_sym_AMP_AMP] = ACTIONS(4172), + [anon_sym_PIPE_PIPE] = ACTIONS(4174), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_BANG_EQ] = ACTIONS(4176), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4178), + [anon_sym_EQ_EQ] = ACTIONS(4176), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4178), + [anon_sym_LT_EQ] = ACTIONS(4180), + [anon_sym_GT_EQ] = ACTIONS(4180), + [anon_sym_BANGin] = ACTIONS(4182), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), + [anon_sym_PLUS] = ACTIONS(4184), + [anon_sym_DASH] = ACTIONS(4184), + [anon_sym_SLASH] = ACTIONS(4186), + [anon_sym_PERCENT] = ACTIONS(4164), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -159839,2585 +162831,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), + [sym_safe_nav] = ACTIONS(3420), [sym_multiline_comment] = ACTIONS(3), }, - [1084] = { - [sym__alpha_identifier] = ACTIONS(4839), - [anon_sym_AT] = ACTIONS(4841), - [anon_sym_LBRACK] = ACTIONS(4841), - [anon_sym_as] = ACTIONS(4839), - [anon_sym_EQ] = ACTIONS(4839), - [anon_sym_LBRACE] = ACTIONS(4841), - [anon_sym_RBRACE] = ACTIONS(4841), - [anon_sym_LPAREN] = ACTIONS(4841), - [anon_sym_COMMA] = ACTIONS(4841), - [anon_sym_LT] = ACTIONS(4839), - [anon_sym_GT] = ACTIONS(4839), - [anon_sym_where] = ACTIONS(4839), - [anon_sym_object] = ACTIONS(4839), - [anon_sym_fun] = ACTIONS(4839), - [anon_sym_DOT] = ACTIONS(4839), - [anon_sym_SEMI] = ACTIONS(4841), - [anon_sym_get] = ACTIONS(4839), - [anon_sym_set] = ACTIONS(4839), - [anon_sym_this] = ACTIONS(4839), - [anon_sym_super] = ACTIONS(4839), - [anon_sym_STAR] = ACTIONS(4839), - [sym_label] = ACTIONS(4839), - [anon_sym_in] = ACTIONS(4839), - [anon_sym_DOT_DOT] = ACTIONS(4841), - [anon_sym_QMARK_COLON] = ACTIONS(4841), - [anon_sym_AMP_AMP] = ACTIONS(4841), - [anon_sym_PIPE_PIPE] = ACTIONS(4841), - [anon_sym_null] = ACTIONS(4839), - [anon_sym_if] = ACTIONS(4839), - [anon_sym_else] = ACTIONS(4839), - [anon_sym_when] = ACTIONS(4839), - [anon_sym_try] = ACTIONS(4839), - [anon_sym_throw] = ACTIONS(4839), - [anon_sym_return] = ACTIONS(4839), - [anon_sym_continue] = ACTIONS(4839), - [anon_sym_break] = ACTIONS(4839), - [anon_sym_COLON_COLON] = ACTIONS(4841), - [anon_sym_PLUS_EQ] = ACTIONS(4841), - [anon_sym_DASH_EQ] = ACTIONS(4841), - [anon_sym_STAR_EQ] = ACTIONS(4841), - [anon_sym_SLASH_EQ] = ACTIONS(4841), - [anon_sym_PERCENT_EQ] = ACTIONS(4841), - [anon_sym_BANG_EQ] = ACTIONS(4839), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4841), - [anon_sym_EQ_EQ] = ACTIONS(4839), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4841), - [anon_sym_LT_EQ] = ACTIONS(4841), - [anon_sym_GT_EQ] = ACTIONS(4841), - [anon_sym_BANGin] = ACTIONS(4841), - [anon_sym_is] = ACTIONS(4839), - [anon_sym_BANGis] = ACTIONS(4841), - [anon_sym_PLUS] = ACTIONS(4839), - [anon_sym_DASH] = ACTIONS(4839), - [anon_sym_SLASH] = ACTIONS(4839), - [anon_sym_PERCENT] = ACTIONS(4839), - [anon_sym_as_QMARK] = ACTIONS(4841), - [anon_sym_PLUS_PLUS] = ACTIONS(4841), - [anon_sym_DASH_DASH] = ACTIONS(4841), - [anon_sym_BANG] = ACTIONS(4839), - [anon_sym_BANG_BANG] = ACTIONS(4841), - [anon_sym_suspend] = ACTIONS(4839), - [anon_sym_sealed] = ACTIONS(4839), - [anon_sym_annotation] = ACTIONS(4839), - [anon_sym_data] = ACTIONS(4839), - [anon_sym_inner] = ACTIONS(4839), - [anon_sym_override] = ACTIONS(4839), - [anon_sym_lateinit] = ACTIONS(4839), - [anon_sym_public] = ACTIONS(4839), - [anon_sym_private] = ACTIONS(4839), - [anon_sym_internal] = ACTIONS(4839), - [anon_sym_protected] = ACTIONS(4839), - [anon_sym_tailrec] = ACTIONS(4839), - [anon_sym_operator] = ACTIONS(4839), - [anon_sym_infix] = ACTIONS(4839), - [anon_sym_inline] = ACTIONS(4839), - [anon_sym_external] = ACTIONS(4839), - [sym_property_modifier] = ACTIONS(4839), - [anon_sym_abstract] = ACTIONS(4839), - [anon_sym_final] = ACTIONS(4839), - [anon_sym_open] = ACTIONS(4839), - [anon_sym_vararg] = ACTIONS(4839), - [anon_sym_noinline] = ACTIONS(4839), - [anon_sym_crossinline] = ACTIONS(4839), - [anon_sym_expect] = ACTIONS(4839), - [anon_sym_actual] = ACTIONS(4839), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4841), - [anon_sym_continue_AT] = ACTIONS(4841), - [anon_sym_break_AT] = ACTIONS(4841), - [sym_real_literal] = ACTIONS(4841), - [sym_integer_literal] = ACTIONS(4839), - [sym_hex_literal] = ACTIONS(4841), - [sym_bin_literal] = ACTIONS(4841), - [anon_sym_true] = ACTIONS(4839), - [anon_sym_false] = ACTIONS(4839), - [anon_sym_SQUOTE] = ACTIONS(4841), - [sym__backtick_identifier] = ACTIONS(4841), - [sym__automatic_semicolon] = ACTIONS(4841), - [sym_safe_nav] = ACTIONS(4841), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4841), - }, - [1085] = { - [sym__alpha_identifier] = ACTIONS(4843), - [anon_sym_AT] = ACTIONS(4845), - [anon_sym_LBRACK] = ACTIONS(4845), - [anon_sym_as] = ACTIONS(4843), - [anon_sym_EQ] = ACTIONS(4843), - [anon_sym_LBRACE] = ACTIONS(4845), - [anon_sym_RBRACE] = ACTIONS(4845), - [anon_sym_LPAREN] = ACTIONS(4845), - [anon_sym_COMMA] = ACTIONS(4845), - [anon_sym_LT] = ACTIONS(4843), - [anon_sym_GT] = ACTIONS(4843), - [anon_sym_where] = ACTIONS(4843), - [anon_sym_object] = ACTIONS(4843), - [anon_sym_fun] = ACTIONS(4843), - [anon_sym_DOT] = ACTIONS(4843), - [anon_sym_SEMI] = ACTIONS(4845), - [anon_sym_get] = ACTIONS(4843), - [anon_sym_set] = ACTIONS(4843), - [anon_sym_this] = ACTIONS(4843), - [anon_sym_super] = ACTIONS(4843), - [anon_sym_STAR] = ACTIONS(4843), - [sym_label] = ACTIONS(4843), - [anon_sym_in] = ACTIONS(4843), - [anon_sym_DOT_DOT] = ACTIONS(4845), - [anon_sym_QMARK_COLON] = ACTIONS(4845), - [anon_sym_AMP_AMP] = ACTIONS(4845), - [anon_sym_PIPE_PIPE] = ACTIONS(4845), - [anon_sym_null] = ACTIONS(4843), - [anon_sym_if] = ACTIONS(4843), - [anon_sym_else] = ACTIONS(4843), - [anon_sym_when] = ACTIONS(4843), - [anon_sym_try] = ACTIONS(4843), - [anon_sym_throw] = ACTIONS(4843), - [anon_sym_return] = ACTIONS(4843), - [anon_sym_continue] = ACTIONS(4843), - [anon_sym_break] = ACTIONS(4843), - [anon_sym_COLON_COLON] = ACTIONS(4845), - [anon_sym_PLUS_EQ] = ACTIONS(4845), - [anon_sym_DASH_EQ] = ACTIONS(4845), - [anon_sym_STAR_EQ] = ACTIONS(4845), - [anon_sym_SLASH_EQ] = ACTIONS(4845), - [anon_sym_PERCENT_EQ] = ACTIONS(4845), - [anon_sym_BANG_EQ] = ACTIONS(4843), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4845), - [anon_sym_EQ_EQ] = ACTIONS(4843), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4845), - [anon_sym_LT_EQ] = ACTIONS(4845), - [anon_sym_GT_EQ] = ACTIONS(4845), - [anon_sym_BANGin] = ACTIONS(4845), - [anon_sym_is] = ACTIONS(4843), - [anon_sym_BANGis] = ACTIONS(4845), - [anon_sym_PLUS] = ACTIONS(4843), - [anon_sym_DASH] = ACTIONS(4843), - [anon_sym_SLASH] = ACTIONS(4843), - [anon_sym_PERCENT] = ACTIONS(4843), - [anon_sym_as_QMARK] = ACTIONS(4845), - [anon_sym_PLUS_PLUS] = ACTIONS(4845), - [anon_sym_DASH_DASH] = ACTIONS(4845), - [anon_sym_BANG] = ACTIONS(4843), - [anon_sym_BANG_BANG] = ACTIONS(4845), - [anon_sym_suspend] = ACTIONS(4843), - [anon_sym_sealed] = ACTIONS(4843), - [anon_sym_annotation] = ACTIONS(4843), - [anon_sym_data] = ACTIONS(4843), - [anon_sym_inner] = ACTIONS(4843), - [anon_sym_override] = ACTIONS(4843), - [anon_sym_lateinit] = ACTIONS(4843), - [anon_sym_public] = ACTIONS(4843), - [anon_sym_private] = ACTIONS(4843), - [anon_sym_internal] = ACTIONS(4843), - [anon_sym_protected] = ACTIONS(4843), - [anon_sym_tailrec] = ACTIONS(4843), - [anon_sym_operator] = ACTIONS(4843), - [anon_sym_infix] = ACTIONS(4843), - [anon_sym_inline] = ACTIONS(4843), - [anon_sym_external] = ACTIONS(4843), - [sym_property_modifier] = ACTIONS(4843), - [anon_sym_abstract] = ACTIONS(4843), - [anon_sym_final] = ACTIONS(4843), - [anon_sym_open] = ACTIONS(4843), - [anon_sym_vararg] = ACTIONS(4843), - [anon_sym_noinline] = ACTIONS(4843), - [anon_sym_crossinline] = ACTIONS(4843), - [anon_sym_expect] = ACTIONS(4843), - [anon_sym_actual] = ACTIONS(4843), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4845), - [anon_sym_continue_AT] = ACTIONS(4845), - [anon_sym_break_AT] = ACTIONS(4845), - [sym_real_literal] = ACTIONS(4845), - [sym_integer_literal] = ACTIONS(4843), - [sym_hex_literal] = ACTIONS(4845), - [sym_bin_literal] = ACTIONS(4845), - [anon_sym_true] = ACTIONS(4843), - [anon_sym_false] = ACTIONS(4843), - [anon_sym_SQUOTE] = ACTIONS(4845), - [sym__backtick_identifier] = ACTIONS(4845), - [sym__automatic_semicolon] = ACTIONS(4845), - [sym_safe_nav] = ACTIONS(4845), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4845), - }, - [1086] = { - [sym__alpha_identifier] = ACTIONS(4434), - [anon_sym_AT] = ACTIONS(4436), - [anon_sym_LBRACK] = ACTIONS(4436), - [anon_sym_as] = ACTIONS(4434), - [anon_sym_EQ] = ACTIONS(4434), - [anon_sym_LBRACE] = ACTIONS(4436), - [anon_sym_RBRACE] = ACTIONS(4436), - [anon_sym_LPAREN] = ACTIONS(4436), - [anon_sym_COMMA] = ACTIONS(4436), - [anon_sym_LT] = ACTIONS(4434), - [anon_sym_GT] = ACTIONS(4434), - [anon_sym_where] = ACTIONS(4434), - [anon_sym_object] = ACTIONS(4434), - [anon_sym_fun] = ACTIONS(4434), - [anon_sym_DOT] = ACTIONS(4434), - [anon_sym_SEMI] = ACTIONS(4436), - [anon_sym_get] = ACTIONS(4434), - [anon_sym_set] = ACTIONS(4434), - [anon_sym_this] = ACTIONS(4434), - [anon_sym_super] = ACTIONS(4434), - [anon_sym_STAR] = ACTIONS(4434), - [sym_label] = ACTIONS(4434), - [anon_sym_in] = ACTIONS(4434), - [anon_sym_DOT_DOT] = ACTIONS(4436), - [anon_sym_QMARK_COLON] = ACTIONS(4436), - [anon_sym_AMP_AMP] = ACTIONS(4436), - [anon_sym_PIPE_PIPE] = ACTIONS(4436), - [anon_sym_null] = ACTIONS(4434), - [anon_sym_if] = ACTIONS(4434), - [anon_sym_else] = ACTIONS(4434), - [anon_sym_when] = ACTIONS(4434), - [anon_sym_try] = ACTIONS(4434), - [anon_sym_throw] = ACTIONS(4434), - [anon_sym_return] = ACTIONS(4434), - [anon_sym_continue] = ACTIONS(4434), - [anon_sym_break] = ACTIONS(4434), - [anon_sym_COLON_COLON] = ACTIONS(4436), - [anon_sym_PLUS_EQ] = ACTIONS(4436), - [anon_sym_DASH_EQ] = ACTIONS(4436), - [anon_sym_STAR_EQ] = ACTIONS(4436), - [anon_sym_SLASH_EQ] = ACTIONS(4436), - [anon_sym_PERCENT_EQ] = ACTIONS(4436), - [anon_sym_BANG_EQ] = ACTIONS(4434), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4436), - [anon_sym_EQ_EQ] = ACTIONS(4434), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4436), - [anon_sym_LT_EQ] = ACTIONS(4436), - [anon_sym_GT_EQ] = ACTIONS(4436), - [anon_sym_BANGin] = ACTIONS(4436), - [anon_sym_is] = ACTIONS(4434), - [anon_sym_BANGis] = ACTIONS(4436), - [anon_sym_PLUS] = ACTIONS(4434), - [anon_sym_DASH] = ACTIONS(4434), - [anon_sym_SLASH] = ACTIONS(4434), - [anon_sym_PERCENT] = ACTIONS(4434), - [anon_sym_as_QMARK] = ACTIONS(4436), - [anon_sym_PLUS_PLUS] = ACTIONS(4436), - [anon_sym_DASH_DASH] = ACTIONS(4436), - [anon_sym_BANG] = ACTIONS(4434), - [anon_sym_BANG_BANG] = ACTIONS(4436), - [anon_sym_suspend] = ACTIONS(4434), - [anon_sym_sealed] = ACTIONS(4434), - [anon_sym_annotation] = ACTIONS(4434), - [anon_sym_data] = ACTIONS(4434), - [anon_sym_inner] = ACTIONS(4434), - [anon_sym_override] = ACTIONS(4434), - [anon_sym_lateinit] = ACTIONS(4434), - [anon_sym_public] = ACTIONS(4434), - [anon_sym_private] = ACTIONS(4434), - [anon_sym_internal] = ACTIONS(4434), - [anon_sym_protected] = ACTIONS(4434), - [anon_sym_tailrec] = ACTIONS(4434), - [anon_sym_operator] = ACTIONS(4434), - [anon_sym_infix] = ACTIONS(4434), - [anon_sym_inline] = ACTIONS(4434), - [anon_sym_external] = ACTIONS(4434), - [sym_property_modifier] = ACTIONS(4434), - [anon_sym_abstract] = ACTIONS(4434), - [anon_sym_final] = ACTIONS(4434), - [anon_sym_open] = ACTIONS(4434), - [anon_sym_vararg] = ACTIONS(4434), - [anon_sym_noinline] = ACTIONS(4434), - [anon_sym_crossinline] = ACTIONS(4434), - [anon_sym_expect] = ACTIONS(4434), - [anon_sym_actual] = ACTIONS(4434), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4436), - [anon_sym_continue_AT] = ACTIONS(4436), - [anon_sym_break_AT] = ACTIONS(4436), - [sym_real_literal] = ACTIONS(4436), - [sym_integer_literal] = ACTIONS(4434), - [sym_hex_literal] = ACTIONS(4436), - [sym_bin_literal] = ACTIONS(4436), - [anon_sym_true] = ACTIONS(4434), - [anon_sym_false] = ACTIONS(4434), - [anon_sym_SQUOTE] = ACTIONS(4436), - [sym__backtick_identifier] = ACTIONS(4436), - [sym__automatic_semicolon] = ACTIONS(4436), - [sym_safe_nav] = ACTIONS(4436), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4436), - }, - [1087] = { - [sym__alpha_identifier] = ACTIONS(4847), - [anon_sym_AT] = ACTIONS(4849), - [anon_sym_LBRACK] = ACTIONS(4849), - [anon_sym_as] = ACTIONS(4847), - [anon_sym_EQ] = ACTIONS(4847), - [anon_sym_LBRACE] = ACTIONS(4849), - [anon_sym_RBRACE] = ACTIONS(4849), - [anon_sym_LPAREN] = ACTIONS(4849), - [anon_sym_COMMA] = ACTIONS(4849), - [anon_sym_LT] = ACTIONS(4847), - [anon_sym_GT] = ACTIONS(4847), - [anon_sym_where] = ACTIONS(4847), - [anon_sym_object] = ACTIONS(4847), - [anon_sym_fun] = ACTIONS(4847), - [anon_sym_DOT] = ACTIONS(4847), - [anon_sym_SEMI] = ACTIONS(4849), - [anon_sym_get] = ACTIONS(4847), - [anon_sym_set] = ACTIONS(4847), - [anon_sym_this] = ACTIONS(4847), - [anon_sym_super] = ACTIONS(4847), - [anon_sym_STAR] = ACTIONS(4847), - [sym_label] = ACTIONS(4847), - [anon_sym_in] = ACTIONS(4847), - [anon_sym_DOT_DOT] = ACTIONS(4849), - [anon_sym_QMARK_COLON] = ACTIONS(4849), - [anon_sym_AMP_AMP] = ACTIONS(4849), - [anon_sym_PIPE_PIPE] = ACTIONS(4849), - [anon_sym_null] = ACTIONS(4847), - [anon_sym_if] = ACTIONS(4847), - [anon_sym_else] = ACTIONS(4847), - [anon_sym_when] = ACTIONS(4847), - [anon_sym_try] = ACTIONS(4847), - [anon_sym_throw] = ACTIONS(4847), - [anon_sym_return] = ACTIONS(4847), - [anon_sym_continue] = ACTIONS(4847), - [anon_sym_break] = ACTIONS(4847), - [anon_sym_COLON_COLON] = ACTIONS(4849), - [anon_sym_PLUS_EQ] = ACTIONS(4849), - [anon_sym_DASH_EQ] = ACTIONS(4849), - [anon_sym_STAR_EQ] = ACTIONS(4849), - [anon_sym_SLASH_EQ] = ACTIONS(4849), - [anon_sym_PERCENT_EQ] = ACTIONS(4849), - [anon_sym_BANG_EQ] = ACTIONS(4847), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4849), - [anon_sym_EQ_EQ] = ACTIONS(4847), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4849), - [anon_sym_LT_EQ] = ACTIONS(4849), - [anon_sym_GT_EQ] = ACTIONS(4849), - [anon_sym_BANGin] = ACTIONS(4849), - [anon_sym_is] = ACTIONS(4847), - [anon_sym_BANGis] = ACTIONS(4849), - [anon_sym_PLUS] = ACTIONS(4847), - [anon_sym_DASH] = ACTIONS(4847), - [anon_sym_SLASH] = ACTIONS(4847), - [anon_sym_PERCENT] = ACTIONS(4847), - [anon_sym_as_QMARK] = ACTIONS(4849), - [anon_sym_PLUS_PLUS] = ACTIONS(4849), - [anon_sym_DASH_DASH] = ACTIONS(4849), - [anon_sym_BANG] = ACTIONS(4847), - [anon_sym_BANG_BANG] = ACTIONS(4849), - [anon_sym_suspend] = ACTIONS(4847), - [anon_sym_sealed] = ACTIONS(4847), - [anon_sym_annotation] = ACTIONS(4847), - [anon_sym_data] = ACTIONS(4847), - [anon_sym_inner] = ACTIONS(4847), - [anon_sym_override] = ACTIONS(4847), - [anon_sym_lateinit] = ACTIONS(4847), - [anon_sym_public] = ACTIONS(4847), - [anon_sym_private] = ACTIONS(4847), - [anon_sym_internal] = ACTIONS(4847), - [anon_sym_protected] = ACTIONS(4847), - [anon_sym_tailrec] = ACTIONS(4847), - [anon_sym_operator] = ACTIONS(4847), - [anon_sym_infix] = ACTIONS(4847), - [anon_sym_inline] = ACTIONS(4847), - [anon_sym_external] = ACTIONS(4847), - [sym_property_modifier] = ACTIONS(4847), - [anon_sym_abstract] = ACTIONS(4847), - [anon_sym_final] = ACTIONS(4847), - [anon_sym_open] = ACTIONS(4847), - [anon_sym_vararg] = ACTIONS(4847), - [anon_sym_noinline] = ACTIONS(4847), - [anon_sym_crossinline] = ACTIONS(4847), - [anon_sym_expect] = ACTIONS(4847), - [anon_sym_actual] = ACTIONS(4847), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4849), - [anon_sym_continue_AT] = ACTIONS(4849), - [anon_sym_break_AT] = ACTIONS(4849), - [sym_real_literal] = ACTIONS(4849), - [sym_integer_literal] = ACTIONS(4847), - [sym_hex_literal] = ACTIONS(4849), - [sym_bin_literal] = ACTIONS(4849), - [anon_sym_true] = ACTIONS(4847), - [anon_sym_false] = ACTIONS(4847), - [anon_sym_SQUOTE] = ACTIONS(4849), - [sym__backtick_identifier] = ACTIONS(4849), - [sym__automatic_semicolon] = ACTIONS(4849), - [sym_safe_nav] = ACTIONS(4849), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4849), - }, - [1088] = { - [sym__alpha_identifier] = ACTIONS(4851), - [anon_sym_AT] = ACTIONS(4853), - [anon_sym_LBRACK] = ACTIONS(4853), - [anon_sym_as] = ACTIONS(4851), - [anon_sym_EQ] = ACTIONS(4851), - [anon_sym_LBRACE] = ACTIONS(4853), - [anon_sym_RBRACE] = ACTIONS(4853), - [anon_sym_LPAREN] = ACTIONS(4853), - [anon_sym_COMMA] = ACTIONS(4853), - [anon_sym_LT] = ACTIONS(4851), - [anon_sym_GT] = ACTIONS(4851), - [anon_sym_where] = ACTIONS(4851), - [anon_sym_object] = ACTIONS(4851), - [anon_sym_fun] = ACTIONS(4851), - [anon_sym_DOT] = ACTIONS(4851), - [anon_sym_SEMI] = ACTIONS(4853), - [anon_sym_get] = ACTIONS(4851), - [anon_sym_set] = ACTIONS(4851), - [anon_sym_this] = ACTIONS(4851), - [anon_sym_super] = ACTIONS(4851), - [anon_sym_STAR] = ACTIONS(4851), - [sym_label] = ACTIONS(4851), - [anon_sym_in] = ACTIONS(4851), - [anon_sym_DOT_DOT] = ACTIONS(4853), - [anon_sym_QMARK_COLON] = ACTIONS(4853), - [anon_sym_AMP_AMP] = ACTIONS(4853), - [anon_sym_PIPE_PIPE] = ACTIONS(4853), - [anon_sym_null] = ACTIONS(4851), - [anon_sym_if] = ACTIONS(4851), - [anon_sym_else] = ACTIONS(4851), - [anon_sym_when] = ACTIONS(4851), - [anon_sym_try] = ACTIONS(4851), - [anon_sym_throw] = ACTIONS(4851), - [anon_sym_return] = ACTIONS(4851), - [anon_sym_continue] = ACTIONS(4851), - [anon_sym_break] = ACTIONS(4851), - [anon_sym_COLON_COLON] = ACTIONS(4853), - [anon_sym_PLUS_EQ] = ACTIONS(4853), - [anon_sym_DASH_EQ] = ACTIONS(4853), - [anon_sym_STAR_EQ] = ACTIONS(4853), - [anon_sym_SLASH_EQ] = ACTIONS(4853), - [anon_sym_PERCENT_EQ] = ACTIONS(4853), - [anon_sym_BANG_EQ] = ACTIONS(4851), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4853), - [anon_sym_EQ_EQ] = ACTIONS(4851), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4853), - [anon_sym_LT_EQ] = ACTIONS(4853), - [anon_sym_GT_EQ] = ACTIONS(4853), - [anon_sym_BANGin] = ACTIONS(4853), - [anon_sym_is] = ACTIONS(4851), - [anon_sym_BANGis] = ACTIONS(4853), - [anon_sym_PLUS] = ACTIONS(4851), - [anon_sym_DASH] = ACTIONS(4851), - [anon_sym_SLASH] = ACTIONS(4851), - [anon_sym_PERCENT] = ACTIONS(4851), - [anon_sym_as_QMARK] = ACTIONS(4853), - [anon_sym_PLUS_PLUS] = ACTIONS(4853), - [anon_sym_DASH_DASH] = ACTIONS(4853), - [anon_sym_BANG] = ACTIONS(4851), - [anon_sym_BANG_BANG] = ACTIONS(4853), - [anon_sym_suspend] = ACTIONS(4851), - [anon_sym_sealed] = ACTIONS(4851), - [anon_sym_annotation] = ACTIONS(4851), - [anon_sym_data] = ACTIONS(4851), - [anon_sym_inner] = ACTIONS(4851), - [anon_sym_override] = ACTIONS(4851), - [anon_sym_lateinit] = ACTIONS(4851), - [anon_sym_public] = ACTIONS(4851), - [anon_sym_private] = ACTIONS(4851), - [anon_sym_internal] = ACTIONS(4851), - [anon_sym_protected] = ACTIONS(4851), - [anon_sym_tailrec] = ACTIONS(4851), - [anon_sym_operator] = ACTIONS(4851), - [anon_sym_infix] = ACTIONS(4851), - [anon_sym_inline] = ACTIONS(4851), - [anon_sym_external] = ACTIONS(4851), - [sym_property_modifier] = ACTIONS(4851), - [anon_sym_abstract] = ACTIONS(4851), - [anon_sym_final] = ACTIONS(4851), - [anon_sym_open] = ACTIONS(4851), - [anon_sym_vararg] = ACTIONS(4851), - [anon_sym_noinline] = ACTIONS(4851), - [anon_sym_crossinline] = ACTIONS(4851), - [anon_sym_expect] = ACTIONS(4851), - [anon_sym_actual] = ACTIONS(4851), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4853), - [anon_sym_continue_AT] = ACTIONS(4853), - [anon_sym_break_AT] = ACTIONS(4853), - [sym_real_literal] = ACTIONS(4853), - [sym_integer_literal] = ACTIONS(4851), - [sym_hex_literal] = ACTIONS(4853), - [sym_bin_literal] = ACTIONS(4853), - [anon_sym_true] = ACTIONS(4851), - [anon_sym_false] = ACTIONS(4851), - [anon_sym_SQUOTE] = ACTIONS(4853), - [sym__backtick_identifier] = ACTIONS(4853), - [sym__automatic_semicolon] = ACTIONS(4853), - [sym_safe_nav] = ACTIONS(4853), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4853), - }, - [1089] = { - [sym__alpha_identifier] = ACTIONS(4855), - [anon_sym_AT] = ACTIONS(4857), - [anon_sym_LBRACK] = ACTIONS(4857), - [anon_sym_as] = ACTIONS(4855), - [anon_sym_EQ] = ACTIONS(4855), - [anon_sym_LBRACE] = ACTIONS(4857), - [anon_sym_RBRACE] = ACTIONS(4857), - [anon_sym_LPAREN] = ACTIONS(4857), - [anon_sym_COMMA] = ACTIONS(4857), - [anon_sym_LT] = ACTIONS(4855), - [anon_sym_GT] = ACTIONS(4855), - [anon_sym_where] = ACTIONS(4855), - [anon_sym_object] = ACTIONS(4855), - [anon_sym_fun] = ACTIONS(4855), - [anon_sym_DOT] = ACTIONS(4855), - [anon_sym_SEMI] = ACTIONS(4857), - [anon_sym_get] = ACTIONS(4855), - [anon_sym_set] = ACTIONS(4855), - [anon_sym_this] = ACTIONS(4855), - [anon_sym_super] = ACTIONS(4855), - [anon_sym_STAR] = ACTIONS(4855), - [sym_label] = ACTIONS(4855), - [anon_sym_in] = ACTIONS(4855), - [anon_sym_DOT_DOT] = ACTIONS(4857), - [anon_sym_QMARK_COLON] = ACTIONS(4857), - [anon_sym_AMP_AMP] = ACTIONS(4857), - [anon_sym_PIPE_PIPE] = ACTIONS(4857), - [anon_sym_null] = ACTIONS(4855), - [anon_sym_if] = ACTIONS(4855), - [anon_sym_else] = ACTIONS(4855), - [anon_sym_when] = ACTIONS(4855), - [anon_sym_try] = ACTIONS(4855), - [anon_sym_throw] = ACTIONS(4855), - [anon_sym_return] = ACTIONS(4855), - [anon_sym_continue] = ACTIONS(4855), - [anon_sym_break] = ACTIONS(4855), - [anon_sym_COLON_COLON] = ACTIONS(4857), - [anon_sym_PLUS_EQ] = ACTIONS(4857), - [anon_sym_DASH_EQ] = ACTIONS(4857), - [anon_sym_STAR_EQ] = ACTIONS(4857), - [anon_sym_SLASH_EQ] = ACTIONS(4857), - [anon_sym_PERCENT_EQ] = ACTIONS(4857), - [anon_sym_BANG_EQ] = ACTIONS(4855), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4857), - [anon_sym_EQ_EQ] = ACTIONS(4855), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4857), - [anon_sym_LT_EQ] = ACTIONS(4857), - [anon_sym_GT_EQ] = ACTIONS(4857), - [anon_sym_BANGin] = ACTIONS(4857), - [anon_sym_is] = ACTIONS(4855), - [anon_sym_BANGis] = ACTIONS(4857), - [anon_sym_PLUS] = ACTIONS(4855), - [anon_sym_DASH] = ACTIONS(4855), - [anon_sym_SLASH] = ACTIONS(4855), - [anon_sym_PERCENT] = ACTIONS(4855), - [anon_sym_as_QMARK] = ACTIONS(4857), - [anon_sym_PLUS_PLUS] = ACTIONS(4857), - [anon_sym_DASH_DASH] = ACTIONS(4857), - [anon_sym_BANG] = ACTIONS(4855), - [anon_sym_BANG_BANG] = ACTIONS(4857), - [anon_sym_suspend] = ACTIONS(4855), - [anon_sym_sealed] = ACTIONS(4855), - [anon_sym_annotation] = ACTIONS(4855), - [anon_sym_data] = ACTIONS(4855), - [anon_sym_inner] = ACTIONS(4855), - [anon_sym_override] = ACTIONS(4855), - [anon_sym_lateinit] = ACTIONS(4855), - [anon_sym_public] = ACTIONS(4855), - [anon_sym_private] = ACTIONS(4855), - [anon_sym_internal] = ACTIONS(4855), - [anon_sym_protected] = ACTIONS(4855), - [anon_sym_tailrec] = ACTIONS(4855), - [anon_sym_operator] = ACTIONS(4855), - [anon_sym_infix] = ACTIONS(4855), - [anon_sym_inline] = ACTIONS(4855), - [anon_sym_external] = ACTIONS(4855), - [sym_property_modifier] = ACTIONS(4855), - [anon_sym_abstract] = ACTIONS(4855), - [anon_sym_final] = ACTIONS(4855), - [anon_sym_open] = ACTIONS(4855), - [anon_sym_vararg] = ACTIONS(4855), - [anon_sym_noinline] = ACTIONS(4855), - [anon_sym_crossinline] = ACTIONS(4855), - [anon_sym_expect] = ACTIONS(4855), - [anon_sym_actual] = ACTIONS(4855), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4857), - [anon_sym_continue_AT] = ACTIONS(4857), - [anon_sym_break_AT] = ACTIONS(4857), - [sym_real_literal] = ACTIONS(4857), - [sym_integer_literal] = ACTIONS(4855), - [sym_hex_literal] = ACTIONS(4857), - [sym_bin_literal] = ACTIONS(4857), - [anon_sym_true] = ACTIONS(4855), - [anon_sym_false] = ACTIONS(4855), - [anon_sym_SQUOTE] = ACTIONS(4857), - [sym__backtick_identifier] = ACTIONS(4857), - [sym__automatic_semicolon] = ACTIONS(4857), - [sym_safe_nav] = ACTIONS(4857), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4857), - }, - [1090] = { - [sym__alpha_identifier] = ACTIONS(4859), - [anon_sym_AT] = ACTIONS(4861), - [anon_sym_LBRACK] = ACTIONS(4861), - [anon_sym_as] = ACTIONS(4859), - [anon_sym_EQ] = ACTIONS(4859), - [anon_sym_LBRACE] = ACTIONS(4861), - [anon_sym_RBRACE] = ACTIONS(4861), - [anon_sym_LPAREN] = ACTIONS(4861), - [anon_sym_COMMA] = ACTIONS(4861), - [anon_sym_LT] = ACTIONS(4859), - [anon_sym_GT] = ACTIONS(4859), - [anon_sym_where] = ACTIONS(4859), - [anon_sym_object] = ACTIONS(4859), - [anon_sym_fun] = ACTIONS(4859), - [anon_sym_DOT] = ACTIONS(4859), - [anon_sym_SEMI] = ACTIONS(4861), - [anon_sym_get] = ACTIONS(4859), - [anon_sym_set] = ACTIONS(4859), - [anon_sym_this] = ACTIONS(4859), - [anon_sym_super] = ACTIONS(4859), - [anon_sym_STAR] = ACTIONS(4859), - [sym_label] = ACTIONS(4859), - [anon_sym_in] = ACTIONS(4859), - [anon_sym_DOT_DOT] = ACTIONS(4861), - [anon_sym_QMARK_COLON] = ACTIONS(4861), - [anon_sym_AMP_AMP] = ACTIONS(4861), - [anon_sym_PIPE_PIPE] = ACTIONS(4861), - [anon_sym_null] = ACTIONS(4859), - [anon_sym_if] = ACTIONS(4859), - [anon_sym_else] = ACTIONS(4859), - [anon_sym_when] = ACTIONS(4859), - [anon_sym_try] = ACTIONS(4859), - [anon_sym_throw] = ACTIONS(4859), - [anon_sym_return] = ACTIONS(4859), - [anon_sym_continue] = ACTIONS(4859), - [anon_sym_break] = ACTIONS(4859), - [anon_sym_COLON_COLON] = ACTIONS(4861), - [anon_sym_PLUS_EQ] = ACTIONS(4861), - [anon_sym_DASH_EQ] = ACTIONS(4861), - [anon_sym_STAR_EQ] = ACTIONS(4861), - [anon_sym_SLASH_EQ] = ACTIONS(4861), - [anon_sym_PERCENT_EQ] = ACTIONS(4861), - [anon_sym_BANG_EQ] = ACTIONS(4859), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4861), - [anon_sym_EQ_EQ] = ACTIONS(4859), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4861), - [anon_sym_LT_EQ] = ACTIONS(4861), - [anon_sym_GT_EQ] = ACTIONS(4861), - [anon_sym_BANGin] = ACTIONS(4861), - [anon_sym_is] = ACTIONS(4859), - [anon_sym_BANGis] = ACTIONS(4861), - [anon_sym_PLUS] = ACTIONS(4859), - [anon_sym_DASH] = ACTIONS(4859), - [anon_sym_SLASH] = ACTIONS(4859), - [anon_sym_PERCENT] = ACTIONS(4859), - [anon_sym_as_QMARK] = ACTIONS(4861), - [anon_sym_PLUS_PLUS] = ACTIONS(4861), - [anon_sym_DASH_DASH] = ACTIONS(4861), - [anon_sym_BANG] = ACTIONS(4859), - [anon_sym_BANG_BANG] = ACTIONS(4861), - [anon_sym_suspend] = ACTIONS(4859), - [anon_sym_sealed] = ACTIONS(4859), - [anon_sym_annotation] = ACTIONS(4859), - [anon_sym_data] = ACTIONS(4859), - [anon_sym_inner] = ACTIONS(4859), - [anon_sym_override] = ACTIONS(4859), - [anon_sym_lateinit] = ACTIONS(4859), - [anon_sym_public] = ACTIONS(4859), - [anon_sym_private] = ACTIONS(4859), - [anon_sym_internal] = ACTIONS(4859), - [anon_sym_protected] = ACTIONS(4859), - [anon_sym_tailrec] = ACTIONS(4859), - [anon_sym_operator] = ACTIONS(4859), - [anon_sym_infix] = ACTIONS(4859), - [anon_sym_inline] = ACTIONS(4859), - [anon_sym_external] = ACTIONS(4859), - [sym_property_modifier] = ACTIONS(4859), - [anon_sym_abstract] = ACTIONS(4859), - [anon_sym_final] = ACTIONS(4859), - [anon_sym_open] = ACTIONS(4859), - [anon_sym_vararg] = ACTIONS(4859), - [anon_sym_noinline] = ACTIONS(4859), - [anon_sym_crossinline] = ACTIONS(4859), - [anon_sym_expect] = ACTIONS(4859), - [anon_sym_actual] = ACTIONS(4859), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4861), - [anon_sym_continue_AT] = ACTIONS(4861), - [anon_sym_break_AT] = ACTIONS(4861), - [sym_real_literal] = ACTIONS(4861), - [sym_integer_literal] = ACTIONS(4859), - [sym_hex_literal] = ACTIONS(4861), - [sym_bin_literal] = ACTIONS(4861), - [anon_sym_true] = ACTIONS(4859), - [anon_sym_false] = ACTIONS(4859), - [anon_sym_SQUOTE] = ACTIONS(4861), - [sym__backtick_identifier] = ACTIONS(4861), - [sym__automatic_semicolon] = ACTIONS(4861), - [sym_safe_nav] = ACTIONS(4861), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4861), - }, - [1091] = { - [sym__alpha_identifier] = ACTIONS(4863), - [anon_sym_AT] = ACTIONS(4865), - [anon_sym_LBRACK] = ACTIONS(4865), - [anon_sym_as] = ACTIONS(4863), - [anon_sym_EQ] = ACTIONS(4863), - [anon_sym_LBRACE] = ACTIONS(4865), - [anon_sym_RBRACE] = ACTIONS(4865), - [anon_sym_LPAREN] = ACTIONS(4865), - [anon_sym_COMMA] = ACTIONS(4865), - [anon_sym_LT] = ACTIONS(4863), - [anon_sym_GT] = ACTIONS(4863), - [anon_sym_where] = ACTIONS(4863), - [anon_sym_object] = ACTIONS(4863), - [anon_sym_fun] = ACTIONS(4863), - [anon_sym_DOT] = ACTIONS(4863), - [anon_sym_SEMI] = ACTIONS(4865), - [anon_sym_get] = ACTIONS(4863), - [anon_sym_set] = ACTIONS(4863), - [anon_sym_this] = ACTIONS(4863), - [anon_sym_super] = ACTIONS(4863), - [anon_sym_STAR] = ACTIONS(4863), - [sym_label] = ACTIONS(4863), - [anon_sym_in] = ACTIONS(4863), - [anon_sym_DOT_DOT] = ACTIONS(4865), - [anon_sym_QMARK_COLON] = ACTIONS(4865), - [anon_sym_AMP_AMP] = ACTIONS(4865), - [anon_sym_PIPE_PIPE] = ACTIONS(4865), - [anon_sym_null] = ACTIONS(4863), - [anon_sym_if] = ACTIONS(4863), - [anon_sym_else] = ACTIONS(4863), - [anon_sym_when] = ACTIONS(4863), - [anon_sym_try] = ACTIONS(4863), - [anon_sym_throw] = ACTIONS(4863), - [anon_sym_return] = ACTIONS(4863), - [anon_sym_continue] = ACTIONS(4863), - [anon_sym_break] = ACTIONS(4863), - [anon_sym_COLON_COLON] = ACTIONS(4865), - [anon_sym_PLUS_EQ] = ACTIONS(4865), - [anon_sym_DASH_EQ] = ACTIONS(4865), - [anon_sym_STAR_EQ] = ACTIONS(4865), - [anon_sym_SLASH_EQ] = ACTIONS(4865), - [anon_sym_PERCENT_EQ] = ACTIONS(4865), - [anon_sym_BANG_EQ] = ACTIONS(4863), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4865), - [anon_sym_EQ_EQ] = ACTIONS(4863), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4865), - [anon_sym_LT_EQ] = ACTIONS(4865), - [anon_sym_GT_EQ] = ACTIONS(4865), - [anon_sym_BANGin] = ACTIONS(4865), - [anon_sym_is] = ACTIONS(4863), - [anon_sym_BANGis] = ACTIONS(4865), - [anon_sym_PLUS] = ACTIONS(4863), - [anon_sym_DASH] = ACTIONS(4863), - [anon_sym_SLASH] = ACTIONS(4863), - [anon_sym_PERCENT] = ACTIONS(4863), - [anon_sym_as_QMARK] = ACTIONS(4865), - [anon_sym_PLUS_PLUS] = ACTIONS(4865), - [anon_sym_DASH_DASH] = ACTIONS(4865), - [anon_sym_BANG] = ACTIONS(4863), - [anon_sym_BANG_BANG] = ACTIONS(4865), - [anon_sym_suspend] = ACTIONS(4863), - [anon_sym_sealed] = ACTIONS(4863), - [anon_sym_annotation] = ACTIONS(4863), - [anon_sym_data] = ACTIONS(4863), - [anon_sym_inner] = ACTIONS(4863), - [anon_sym_override] = ACTIONS(4863), - [anon_sym_lateinit] = ACTIONS(4863), - [anon_sym_public] = ACTIONS(4863), - [anon_sym_private] = ACTIONS(4863), - [anon_sym_internal] = ACTIONS(4863), - [anon_sym_protected] = ACTIONS(4863), - [anon_sym_tailrec] = ACTIONS(4863), - [anon_sym_operator] = ACTIONS(4863), - [anon_sym_infix] = ACTIONS(4863), - [anon_sym_inline] = ACTIONS(4863), - [anon_sym_external] = ACTIONS(4863), - [sym_property_modifier] = ACTIONS(4863), - [anon_sym_abstract] = ACTIONS(4863), - [anon_sym_final] = ACTIONS(4863), - [anon_sym_open] = ACTIONS(4863), - [anon_sym_vararg] = ACTIONS(4863), - [anon_sym_noinline] = ACTIONS(4863), - [anon_sym_crossinline] = ACTIONS(4863), - [anon_sym_expect] = ACTIONS(4863), - [anon_sym_actual] = ACTIONS(4863), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4865), - [anon_sym_continue_AT] = ACTIONS(4865), - [anon_sym_break_AT] = ACTIONS(4865), - [sym_real_literal] = ACTIONS(4865), - [sym_integer_literal] = ACTIONS(4863), - [sym_hex_literal] = ACTIONS(4865), - [sym_bin_literal] = ACTIONS(4865), - [anon_sym_true] = ACTIONS(4863), - [anon_sym_false] = ACTIONS(4863), - [anon_sym_SQUOTE] = ACTIONS(4865), - [sym__backtick_identifier] = ACTIONS(4865), - [sym__automatic_semicolon] = ACTIONS(4865), - [sym_safe_nav] = ACTIONS(4865), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4865), - }, - [1092] = { - [sym__alpha_identifier] = ACTIONS(4643), - [anon_sym_AT] = ACTIONS(4645), - [anon_sym_LBRACK] = ACTIONS(4645), - [anon_sym_as] = ACTIONS(4643), - [anon_sym_EQ] = ACTIONS(4643), - [anon_sym_LBRACE] = ACTIONS(4645), - [anon_sym_RBRACE] = ACTIONS(4645), - [anon_sym_LPAREN] = ACTIONS(4645), - [anon_sym_COMMA] = ACTIONS(4645), - [anon_sym_LT] = ACTIONS(4643), - [anon_sym_GT] = ACTIONS(4643), - [anon_sym_where] = ACTIONS(4643), - [anon_sym_object] = ACTIONS(4643), - [anon_sym_fun] = ACTIONS(4643), - [anon_sym_DOT] = ACTIONS(4643), - [anon_sym_SEMI] = ACTIONS(4645), - [anon_sym_get] = ACTIONS(4643), - [anon_sym_set] = ACTIONS(4643), - [anon_sym_this] = ACTIONS(4643), - [anon_sym_super] = ACTIONS(4643), - [anon_sym_STAR] = ACTIONS(4643), - [sym_label] = ACTIONS(4643), - [anon_sym_in] = ACTIONS(4643), - [anon_sym_DOT_DOT] = ACTIONS(4645), - [anon_sym_QMARK_COLON] = ACTIONS(4645), - [anon_sym_AMP_AMP] = ACTIONS(4645), - [anon_sym_PIPE_PIPE] = ACTIONS(4645), - [anon_sym_null] = ACTIONS(4643), - [anon_sym_if] = ACTIONS(4643), - [anon_sym_else] = ACTIONS(4643), - [anon_sym_when] = ACTIONS(4643), - [anon_sym_try] = ACTIONS(4643), - [anon_sym_throw] = ACTIONS(4643), - [anon_sym_return] = ACTIONS(4643), - [anon_sym_continue] = ACTIONS(4643), - [anon_sym_break] = ACTIONS(4643), - [anon_sym_COLON_COLON] = ACTIONS(4645), - [anon_sym_PLUS_EQ] = ACTIONS(4645), - [anon_sym_DASH_EQ] = ACTIONS(4645), - [anon_sym_STAR_EQ] = ACTIONS(4645), - [anon_sym_SLASH_EQ] = ACTIONS(4645), - [anon_sym_PERCENT_EQ] = ACTIONS(4645), - [anon_sym_BANG_EQ] = ACTIONS(4643), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4645), - [anon_sym_EQ_EQ] = ACTIONS(4643), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4645), - [anon_sym_LT_EQ] = ACTIONS(4645), - [anon_sym_GT_EQ] = ACTIONS(4645), - [anon_sym_BANGin] = ACTIONS(4645), - [anon_sym_is] = ACTIONS(4643), - [anon_sym_BANGis] = ACTIONS(4645), - [anon_sym_PLUS] = ACTIONS(4643), - [anon_sym_DASH] = ACTIONS(4643), - [anon_sym_SLASH] = ACTIONS(4643), - [anon_sym_PERCENT] = ACTIONS(4643), - [anon_sym_as_QMARK] = ACTIONS(4645), - [anon_sym_PLUS_PLUS] = ACTIONS(4645), - [anon_sym_DASH_DASH] = ACTIONS(4645), - [anon_sym_BANG] = ACTIONS(4643), - [anon_sym_BANG_BANG] = ACTIONS(4645), - [anon_sym_suspend] = ACTIONS(4643), - [anon_sym_sealed] = ACTIONS(4643), - [anon_sym_annotation] = ACTIONS(4643), - [anon_sym_data] = ACTIONS(4643), - [anon_sym_inner] = ACTIONS(4643), - [anon_sym_override] = ACTIONS(4643), - [anon_sym_lateinit] = ACTIONS(4643), - [anon_sym_public] = ACTIONS(4643), - [anon_sym_private] = ACTIONS(4643), - [anon_sym_internal] = ACTIONS(4643), - [anon_sym_protected] = ACTIONS(4643), - [anon_sym_tailrec] = ACTIONS(4643), - [anon_sym_operator] = ACTIONS(4643), - [anon_sym_infix] = ACTIONS(4643), - [anon_sym_inline] = ACTIONS(4643), - [anon_sym_external] = ACTIONS(4643), - [sym_property_modifier] = ACTIONS(4643), - [anon_sym_abstract] = ACTIONS(4643), - [anon_sym_final] = ACTIONS(4643), - [anon_sym_open] = ACTIONS(4643), - [anon_sym_vararg] = ACTIONS(4643), - [anon_sym_noinline] = ACTIONS(4643), - [anon_sym_crossinline] = ACTIONS(4643), - [anon_sym_expect] = ACTIONS(4643), - [anon_sym_actual] = ACTIONS(4643), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4645), - [anon_sym_continue_AT] = ACTIONS(4645), - [anon_sym_break_AT] = ACTIONS(4645), - [sym_real_literal] = ACTIONS(4645), - [sym_integer_literal] = ACTIONS(4643), - [sym_hex_literal] = ACTIONS(4645), - [sym_bin_literal] = ACTIONS(4645), - [anon_sym_true] = ACTIONS(4643), - [anon_sym_false] = ACTIONS(4643), - [anon_sym_SQUOTE] = ACTIONS(4645), - [sym__backtick_identifier] = ACTIONS(4645), - [sym__automatic_semicolon] = ACTIONS(4645), - [sym_safe_nav] = ACTIONS(4645), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4645), - }, - [1093] = { - [sym__alpha_identifier] = ACTIONS(4867), - [anon_sym_AT] = ACTIONS(4869), - [anon_sym_LBRACK] = ACTIONS(4869), - [anon_sym_as] = ACTIONS(4867), - [anon_sym_EQ] = ACTIONS(4867), - [anon_sym_LBRACE] = ACTIONS(4869), - [anon_sym_RBRACE] = ACTIONS(4869), - [anon_sym_LPAREN] = ACTIONS(4869), - [anon_sym_COMMA] = ACTIONS(4869), - [anon_sym_LT] = ACTIONS(4867), - [anon_sym_GT] = ACTIONS(4867), - [anon_sym_where] = ACTIONS(4867), - [anon_sym_object] = ACTIONS(4867), - [anon_sym_fun] = ACTIONS(4867), - [anon_sym_DOT] = ACTIONS(4867), - [anon_sym_SEMI] = ACTIONS(4869), - [anon_sym_get] = ACTIONS(4867), - [anon_sym_set] = ACTIONS(4867), - [anon_sym_this] = ACTIONS(4867), - [anon_sym_super] = ACTIONS(4867), - [anon_sym_STAR] = ACTIONS(4867), - [sym_label] = ACTIONS(4867), - [anon_sym_in] = ACTIONS(4867), - [anon_sym_DOT_DOT] = ACTIONS(4869), - [anon_sym_QMARK_COLON] = ACTIONS(4869), - [anon_sym_AMP_AMP] = ACTIONS(4869), - [anon_sym_PIPE_PIPE] = ACTIONS(4869), - [anon_sym_null] = ACTIONS(4867), - [anon_sym_if] = ACTIONS(4867), - [anon_sym_else] = ACTIONS(4867), - [anon_sym_when] = ACTIONS(4867), - [anon_sym_try] = ACTIONS(4867), - [anon_sym_throw] = ACTIONS(4867), - [anon_sym_return] = ACTIONS(4867), - [anon_sym_continue] = ACTIONS(4867), - [anon_sym_break] = ACTIONS(4867), - [anon_sym_COLON_COLON] = ACTIONS(4869), - [anon_sym_PLUS_EQ] = ACTIONS(4869), - [anon_sym_DASH_EQ] = ACTIONS(4869), - [anon_sym_STAR_EQ] = ACTIONS(4869), - [anon_sym_SLASH_EQ] = ACTIONS(4869), - [anon_sym_PERCENT_EQ] = ACTIONS(4869), - [anon_sym_BANG_EQ] = ACTIONS(4867), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4869), - [anon_sym_EQ_EQ] = ACTIONS(4867), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4869), - [anon_sym_LT_EQ] = ACTIONS(4869), - [anon_sym_GT_EQ] = ACTIONS(4869), - [anon_sym_BANGin] = ACTIONS(4869), - [anon_sym_is] = ACTIONS(4867), - [anon_sym_BANGis] = ACTIONS(4869), - [anon_sym_PLUS] = ACTIONS(4867), - [anon_sym_DASH] = ACTIONS(4867), - [anon_sym_SLASH] = ACTIONS(4867), - [anon_sym_PERCENT] = ACTIONS(4867), - [anon_sym_as_QMARK] = ACTIONS(4869), - [anon_sym_PLUS_PLUS] = ACTIONS(4869), - [anon_sym_DASH_DASH] = ACTIONS(4869), - [anon_sym_BANG] = ACTIONS(4867), - [anon_sym_BANG_BANG] = ACTIONS(4869), - [anon_sym_suspend] = ACTIONS(4867), - [anon_sym_sealed] = ACTIONS(4867), - [anon_sym_annotation] = ACTIONS(4867), - [anon_sym_data] = ACTIONS(4867), - [anon_sym_inner] = ACTIONS(4867), - [anon_sym_override] = ACTIONS(4867), - [anon_sym_lateinit] = ACTIONS(4867), - [anon_sym_public] = ACTIONS(4867), - [anon_sym_private] = ACTIONS(4867), - [anon_sym_internal] = ACTIONS(4867), - [anon_sym_protected] = ACTIONS(4867), - [anon_sym_tailrec] = ACTIONS(4867), - [anon_sym_operator] = ACTIONS(4867), - [anon_sym_infix] = ACTIONS(4867), - [anon_sym_inline] = ACTIONS(4867), - [anon_sym_external] = ACTIONS(4867), - [sym_property_modifier] = ACTIONS(4867), - [anon_sym_abstract] = ACTIONS(4867), - [anon_sym_final] = ACTIONS(4867), - [anon_sym_open] = ACTIONS(4867), - [anon_sym_vararg] = ACTIONS(4867), - [anon_sym_noinline] = ACTIONS(4867), - [anon_sym_crossinline] = ACTIONS(4867), - [anon_sym_expect] = ACTIONS(4867), - [anon_sym_actual] = ACTIONS(4867), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4869), - [anon_sym_continue_AT] = ACTIONS(4869), - [anon_sym_break_AT] = ACTIONS(4869), - [sym_real_literal] = ACTIONS(4869), - [sym_integer_literal] = ACTIONS(4867), - [sym_hex_literal] = ACTIONS(4869), - [sym_bin_literal] = ACTIONS(4869), - [anon_sym_true] = ACTIONS(4867), - [anon_sym_false] = ACTIONS(4867), - [anon_sym_SQUOTE] = ACTIONS(4869), - [sym__backtick_identifier] = ACTIONS(4869), - [sym__automatic_semicolon] = ACTIONS(4869), - [sym_safe_nav] = ACTIONS(4869), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4869), - }, - [1094] = { - [sym__alpha_identifier] = ACTIONS(4396), - [anon_sym_AT] = ACTIONS(4398), - [anon_sym_LBRACK] = ACTIONS(4398), - [anon_sym_as] = ACTIONS(4396), - [anon_sym_EQ] = ACTIONS(4396), - [anon_sym_LBRACE] = ACTIONS(4398), - [anon_sym_RBRACE] = ACTIONS(4398), - [anon_sym_LPAREN] = ACTIONS(4398), - [anon_sym_COMMA] = ACTIONS(4398), - [anon_sym_LT] = ACTIONS(4396), - [anon_sym_GT] = ACTIONS(4396), - [anon_sym_where] = ACTIONS(4396), - [anon_sym_object] = ACTIONS(4396), - [anon_sym_fun] = ACTIONS(4396), - [anon_sym_DOT] = ACTIONS(4396), - [anon_sym_SEMI] = ACTIONS(4398), - [anon_sym_get] = ACTIONS(4396), - [anon_sym_set] = ACTIONS(4396), - [anon_sym_this] = ACTIONS(4396), - [anon_sym_super] = ACTIONS(4396), - [anon_sym_STAR] = ACTIONS(4396), - [sym_label] = ACTIONS(4396), - [anon_sym_in] = ACTIONS(4396), - [anon_sym_DOT_DOT] = ACTIONS(4398), - [anon_sym_QMARK_COLON] = ACTIONS(4398), - [anon_sym_AMP_AMP] = ACTIONS(4398), - [anon_sym_PIPE_PIPE] = ACTIONS(4398), - [anon_sym_null] = ACTIONS(4396), - [anon_sym_if] = ACTIONS(4396), - [anon_sym_else] = ACTIONS(4396), - [anon_sym_when] = ACTIONS(4396), - [anon_sym_try] = ACTIONS(4396), - [anon_sym_throw] = ACTIONS(4396), - [anon_sym_return] = ACTIONS(4396), - [anon_sym_continue] = ACTIONS(4396), - [anon_sym_break] = ACTIONS(4396), - [anon_sym_COLON_COLON] = ACTIONS(4398), - [anon_sym_PLUS_EQ] = ACTIONS(4398), - [anon_sym_DASH_EQ] = ACTIONS(4398), - [anon_sym_STAR_EQ] = ACTIONS(4398), - [anon_sym_SLASH_EQ] = ACTIONS(4398), - [anon_sym_PERCENT_EQ] = ACTIONS(4398), - [anon_sym_BANG_EQ] = ACTIONS(4396), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4398), - [anon_sym_EQ_EQ] = ACTIONS(4396), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4398), - [anon_sym_LT_EQ] = ACTIONS(4398), - [anon_sym_GT_EQ] = ACTIONS(4398), - [anon_sym_BANGin] = ACTIONS(4398), - [anon_sym_is] = ACTIONS(4396), - [anon_sym_BANGis] = ACTIONS(4398), - [anon_sym_PLUS] = ACTIONS(4396), - [anon_sym_DASH] = ACTIONS(4396), - [anon_sym_SLASH] = ACTIONS(4396), - [anon_sym_PERCENT] = ACTIONS(4396), - [anon_sym_as_QMARK] = ACTIONS(4398), - [anon_sym_PLUS_PLUS] = ACTIONS(4398), - [anon_sym_DASH_DASH] = ACTIONS(4398), - [anon_sym_BANG] = ACTIONS(4396), - [anon_sym_BANG_BANG] = ACTIONS(4398), - [anon_sym_suspend] = ACTIONS(4396), - [anon_sym_sealed] = ACTIONS(4396), - [anon_sym_annotation] = ACTIONS(4396), - [anon_sym_data] = ACTIONS(4396), - [anon_sym_inner] = ACTIONS(4396), - [anon_sym_override] = ACTIONS(4396), - [anon_sym_lateinit] = ACTIONS(4396), - [anon_sym_public] = ACTIONS(4396), - [anon_sym_private] = ACTIONS(4396), - [anon_sym_internal] = ACTIONS(4396), - [anon_sym_protected] = ACTIONS(4396), - [anon_sym_tailrec] = ACTIONS(4396), - [anon_sym_operator] = ACTIONS(4396), - [anon_sym_infix] = ACTIONS(4396), - [anon_sym_inline] = ACTIONS(4396), - [anon_sym_external] = ACTIONS(4396), - [sym_property_modifier] = ACTIONS(4396), - [anon_sym_abstract] = ACTIONS(4396), - [anon_sym_final] = ACTIONS(4396), - [anon_sym_open] = ACTIONS(4396), - [anon_sym_vararg] = ACTIONS(4396), - [anon_sym_noinline] = ACTIONS(4396), - [anon_sym_crossinline] = ACTIONS(4396), - [anon_sym_expect] = ACTIONS(4396), - [anon_sym_actual] = ACTIONS(4396), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4398), - [anon_sym_continue_AT] = ACTIONS(4398), - [anon_sym_break_AT] = ACTIONS(4398), - [sym_real_literal] = ACTIONS(4398), - [sym_integer_literal] = ACTIONS(4396), - [sym_hex_literal] = ACTIONS(4398), - [sym_bin_literal] = ACTIONS(4398), - [anon_sym_true] = ACTIONS(4396), - [anon_sym_false] = ACTIONS(4396), - [anon_sym_SQUOTE] = ACTIONS(4398), - [sym__backtick_identifier] = ACTIONS(4398), - [sym__automatic_semicolon] = ACTIONS(4398), - [sym_safe_nav] = ACTIONS(4398), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4398), - }, - [1095] = { - [sym__alpha_identifier] = ACTIONS(4871), - [anon_sym_AT] = ACTIONS(4873), - [anon_sym_LBRACK] = ACTIONS(4873), - [anon_sym_as] = ACTIONS(4871), - [anon_sym_EQ] = ACTIONS(4871), - [anon_sym_LBRACE] = ACTIONS(4873), - [anon_sym_RBRACE] = ACTIONS(4873), - [anon_sym_LPAREN] = ACTIONS(4873), - [anon_sym_COMMA] = ACTIONS(4873), - [anon_sym_LT] = ACTIONS(4871), - [anon_sym_GT] = ACTIONS(4871), - [anon_sym_where] = ACTIONS(4871), - [anon_sym_object] = ACTIONS(4871), - [anon_sym_fun] = ACTIONS(4871), - [anon_sym_DOT] = ACTIONS(4871), - [anon_sym_SEMI] = ACTIONS(4873), - [anon_sym_get] = ACTIONS(4871), - [anon_sym_set] = ACTIONS(4871), - [anon_sym_this] = ACTIONS(4871), - [anon_sym_super] = ACTIONS(4871), - [anon_sym_STAR] = ACTIONS(4871), - [sym_label] = ACTIONS(4871), - [anon_sym_in] = ACTIONS(4871), - [anon_sym_DOT_DOT] = ACTIONS(4873), - [anon_sym_QMARK_COLON] = ACTIONS(4873), - [anon_sym_AMP_AMP] = ACTIONS(4873), - [anon_sym_PIPE_PIPE] = ACTIONS(4873), - [anon_sym_null] = ACTIONS(4871), - [anon_sym_if] = ACTIONS(4871), - [anon_sym_else] = ACTIONS(4871), - [anon_sym_when] = ACTIONS(4871), - [anon_sym_try] = ACTIONS(4871), - [anon_sym_throw] = ACTIONS(4871), - [anon_sym_return] = ACTIONS(4871), - [anon_sym_continue] = ACTIONS(4871), - [anon_sym_break] = ACTIONS(4871), - [anon_sym_COLON_COLON] = ACTIONS(4873), - [anon_sym_PLUS_EQ] = ACTIONS(4873), - [anon_sym_DASH_EQ] = ACTIONS(4873), - [anon_sym_STAR_EQ] = ACTIONS(4873), - [anon_sym_SLASH_EQ] = ACTIONS(4873), - [anon_sym_PERCENT_EQ] = ACTIONS(4873), - [anon_sym_BANG_EQ] = ACTIONS(4871), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4873), - [anon_sym_EQ_EQ] = ACTIONS(4871), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4873), - [anon_sym_LT_EQ] = ACTIONS(4873), - [anon_sym_GT_EQ] = ACTIONS(4873), - [anon_sym_BANGin] = ACTIONS(4873), - [anon_sym_is] = ACTIONS(4871), - [anon_sym_BANGis] = ACTIONS(4873), - [anon_sym_PLUS] = ACTIONS(4871), - [anon_sym_DASH] = ACTIONS(4871), - [anon_sym_SLASH] = ACTIONS(4871), - [anon_sym_PERCENT] = ACTIONS(4871), - [anon_sym_as_QMARK] = ACTIONS(4873), - [anon_sym_PLUS_PLUS] = ACTIONS(4873), - [anon_sym_DASH_DASH] = ACTIONS(4873), - [anon_sym_BANG] = ACTIONS(4871), - [anon_sym_BANG_BANG] = ACTIONS(4873), - [anon_sym_suspend] = ACTIONS(4871), - [anon_sym_sealed] = ACTIONS(4871), - [anon_sym_annotation] = ACTIONS(4871), - [anon_sym_data] = ACTIONS(4871), - [anon_sym_inner] = ACTIONS(4871), - [anon_sym_override] = ACTIONS(4871), - [anon_sym_lateinit] = ACTIONS(4871), - [anon_sym_public] = ACTIONS(4871), - [anon_sym_private] = ACTIONS(4871), - [anon_sym_internal] = ACTIONS(4871), - [anon_sym_protected] = ACTIONS(4871), - [anon_sym_tailrec] = ACTIONS(4871), - [anon_sym_operator] = ACTIONS(4871), - [anon_sym_infix] = ACTIONS(4871), - [anon_sym_inline] = ACTIONS(4871), - [anon_sym_external] = ACTIONS(4871), - [sym_property_modifier] = ACTIONS(4871), - [anon_sym_abstract] = ACTIONS(4871), - [anon_sym_final] = ACTIONS(4871), - [anon_sym_open] = ACTIONS(4871), - [anon_sym_vararg] = ACTIONS(4871), - [anon_sym_noinline] = ACTIONS(4871), - [anon_sym_crossinline] = ACTIONS(4871), - [anon_sym_expect] = ACTIONS(4871), - [anon_sym_actual] = ACTIONS(4871), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4873), - [anon_sym_continue_AT] = ACTIONS(4873), - [anon_sym_break_AT] = ACTIONS(4873), - [sym_real_literal] = ACTIONS(4873), - [sym_integer_literal] = ACTIONS(4871), - [sym_hex_literal] = ACTIONS(4873), - [sym_bin_literal] = ACTIONS(4873), - [anon_sym_true] = ACTIONS(4871), - [anon_sym_false] = ACTIONS(4871), - [anon_sym_SQUOTE] = ACTIONS(4873), - [sym__backtick_identifier] = ACTIONS(4873), - [sym__automatic_semicolon] = ACTIONS(4873), - [sym_safe_nav] = ACTIONS(4873), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4873), - }, - [1096] = { - [sym__alpha_identifier] = ACTIONS(4083), - [anon_sym_AT] = ACTIONS(4085), - [anon_sym_LBRACK] = ACTIONS(4085), - [anon_sym_as] = ACTIONS(4083), - [anon_sym_EQ] = ACTIONS(4083), - [anon_sym_LBRACE] = ACTIONS(4085), - [anon_sym_RBRACE] = ACTIONS(4085), - [anon_sym_LPAREN] = ACTIONS(4085), - [anon_sym_COMMA] = ACTIONS(4085), - [anon_sym_LT] = ACTIONS(4083), - [anon_sym_GT] = ACTIONS(4083), - [anon_sym_where] = ACTIONS(4083), - [anon_sym_object] = ACTIONS(4083), - [anon_sym_fun] = ACTIONS(4083), - [anon_sym_DOT] = ACTIONS(4083), - [anon_sym_SEMI] = ACTIONS(4085), - [anon_sym_get] = ACTIONS(4083), - [anon_sym_set] = ACTIONS(4083), - [anon_sym_this] = ACTIONS(4083), - [anon_sym_super] = ACTIONS(4083), - [anon_sym_STAR] = ACTIONS(4083), - [sym_label] = ACTIONS(4083), - [anon_sym_in] = ACTIONS(4083), - [anon_sym_DOT_DOT] = ACTIONS(4085), - [anon_sym_QMARK_COLON] = ACTIONS(4085), - [anon_sym_AMP_AMP] = ACTIONS(4085), - [anon_sym_PIPE_PIPE] = ACTIONS(4085), - [anon_sym_null] = ACTIONS(4083), - [anon_sym_if] = ACTIONS(4083), - [anon_sym_else] = ACTIONS(4083), - [anon_sym_when] = ACTIONS(4083), - [anon_sym_try] = ACTIONS(4083), - [anon_sym_throw] = ACTIONS(4083), - [anon_sym_return] = ACTIONS(4083), - [anon_sym_continue] = ACTIONS(4083), - [anon_sym_break] = ACTIONS(4083), - [anon_sym_COLON_COLON] = ACTIONS(4085), - [anon_sym_PLUS_EQ] = ACTIONS(4085), - [anon_sym_DASH_EQ] = ACTIONS(4085), - [anon_sym_STAR_EQ] = ACTIONS(4085), - [anon_sym_SLASH_EQ] = ACTIONS(4085), - [anon_sym_PERCENT_EQ] = ACTIONS(4085), - [anon_sym_BANG_EQ] = ACTIONS(4083), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4085), - [anon_sym_EQ_EQ] = ACTIONS(4083), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4085), - [anon_sym_LT_EQ] = ACTIONS(4085), - [anon_sym_GT_EQ] = ACTIONS(4085), - [anon_sym_BANGin] = ACTIONS(4085), - [anon_sym_is] = ACTIONS(4083), - [anon_sym_BANGis] = ACTIONS(4085), - [anon_sym_PLUS] = ACTIONS(4083), - [anon_sym_DASH] = ACTIONS(4083), - [anon_sym_SLASH] = ACTIONS(4083), - [anon_sym_PERCENT] = ACTIONS(4083), - [anon_sym_as_QMARK] = ACTIONS(4085), - [anon_sym_PLUS_PLUS] = ACTIONS(4085), - [anon_sym_DASH_DASH] = ACTIONS(4085), - [anon_sym_BANG] = ACTIONS(4083), - [anon_sym_BANG_BANG] = ACTIONS(4085), - [anon_sym_suspend] = ACTIONS(4083), - [anon_sym_sealed] = ACTIONS(4083), - [anon_sym_annotation] = ACTIONS(4083), - [anon_sym_data] = ACTIONS(4083), - [anon_sym_inner] = ACTIONS(4083), - [anon_sym_override] = ACTIONS(4083), - [anon_sym_lateinit] = ACTIONS(4083), - [anon_sym_public] = ACTIONS(4083), - [anon_sym_private] = ACTIONS(4083), - [anon_sym_internal] = ACTIONS(4083), - [anon_sym_protected] = ACTIONS(4083), - [anon_sym_tailrec] = ACTIONS(4083), - [anon_sym_operator] = ACTIONS(4083), - [anon_sym_infix] = ACTIONS(4083), - [anon_sym_inline] = ACTIONS(4083), - [anon_sym_external] = ACTIONS(4083), - [sym_property_modifier] = ACTIONS(4083), - [anon_sym_abstract] = ACTIONS(4083), - [anon_sym_final] = ACTIONS(4083), - [anon_sym_open] = ACTIONS(4083), - [anon_sym_vararg] = ACTIONS(4083), - [anon_sym_noinline] = ACTIONS(4083), - [anon_sym_crossinline] = ACTIONS(4083), - [anon_sym_expect] = ACTIONS(4083), - [anon_sym_actual] = ACTIONS(4083), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4085), - [anon_sym_continue_AT] = ACTIONS(4085), - [anon_sym_break_AT] = ACTIONS(4085), - [sym_real_literal] = ACTIONS(4085), - [sym_integer_literal] = ACTIONS(4083), - [sym_hex_literal] = ACTIONS(4085), - [sym_bin_literal] = ACTIONS(4085), - [anon_sym_true] = ACTIONS(4083), - [anon_sym_false] = ACTIONS(4083), - [anon_sym_SQUOTE] = ACTIONS(4085), - [sym__backtick_identifier] = ACTIONS(4085), - [sym__automatic_semicolon] = ACTIONS(4085), - [sym_safe_nav] = ACTIONS(4085), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4085), - }, - [1097] = { - [sym__alpha_identifier] = ACTIONS(4023), - [anon_sym_AT] = ACTIONS(4025), - [anon_sym_LBRACK] = ACTIONS(4025), - [anon_sym_as] = ACTIONS(4023), - [anon_sym_EQ] = ACTIONS(4023), - [anon_sym_LBRACE] = ACTIONS(4025), - [anon_sym_RBRACE] = ACTIONS(4025), - [anon_sym_LPAREN] = ACTIONS(4025), - [anon_sym_COMMA] = ACTIONS(4025), - [anon_sym_LT] = ACTIONS(4023), - [anon_sym_GT] = ACTIONS(4023), - [anon_sym_where] = ACTIONS(4023), - [anon_sym_object] = ACTIONS(4023), - [anon_sym_fun] = ACTIONS(4023), - [anon_sym_DOT] = ACTIONS(4023), - [anon_sym_SEMI] = ACTIONS(4025), - [anon_sym_get] = ACTIONS(4023), - [anon_sym_set] = ACTIONS(4023), - [anon_sym_this] = ACTIONS(4023), - [anon_sym_super] = ACTIONS(4023), - [anon_sym_STAR] = ACTIONS(4023), - [sym_label] = ACTIONS(4023), - [anon_sym_in] = ACTIONS(4023), - [anon_sym_DOT_DOT] = ACTIONS(4025), - [anon_sym_QMARK_COLON] = ACTIONS(4025), - [anon_sym_AMP_AMP] = ACTIONS(4025), - [anon_sym_PIPE_PIPE] = ACTIONS(4025), - [anon_sym_null] = ACTIONS(4023), - [anon_sym_if] = ACTIONS(4023), - [anon_sym_else] = ACTIONS(4023), - [anon_sym_when] = ACTIONS(4023), - [anon_sym_try] = ACTIONS(4023), - [anon_sym_throw] = ACTIONS(4023), - [anon_sym_return] = ACTIONS(4023), - [anon_sym_continue] = ACTIONS(4023), - [anon_sym_break] = ACTIONS(4023), - [anon_sym_COLON_COLON] = ACTIONS(4025), - [anon_sym_PLUS_EQ] = ACTIONS(4025), - [anon_sym_DASH_EQ] = ACTIONS(4025), - [anon_sym_STAR_EQ] = ACTIONS(4025), - [anon_sym_SLASH_EQ] = ACTIONS(4025), - [anon_sym_PERCENT_EQ] = ACTIONS(4025), - [anon_sym_BANG_EQ] = ACTIONS(4023), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4025), - [anon_sym_EQ_EQ] = ACTIONS(4023), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4025), - [anon_sym_LT_EQ] = ACTIONS(4025), - [anon_sym_GT_EQ] = ACTIONS(4025), - [anon_sym_BANGin] = ACTIONS(4025), - [anon_sym_is] = ACTIONS(4023), - [anon_sym_BANGis] = ACTIONS(4025), - [anon_sym_PLUS] = ACTIONS(4023), - [anon_sym_DASH] = ACTIONS(4023), - [anon_sym_SLASH] = ACTIONS(4023), - [anon_sym_PERCENT] = ACTIONS(4023), - [anon_sym_as_QMARK] = ACTIONS(4025), - [anon_sym_PLUS_PLUS] = ACTIONS(4025), - [anon_sym_DASH_DASH] = ACTIONS(4025), - [anon_sym_BANG] = ACTIONS(4023), - [anon_sym_BANG_BANG] = ACTIONS(4025), - [anon_sym_suspend] = ACTIONS(4023), - [anon_sym_sealed] = ACTIONS(4023), - [anon_sym_annotation] = ACTIONS(4023), - [anon_sym_data] = ACTIONS(4023), - [anon_sym_inner] = ACTIONS(4023), - [anon_sym_override] = ACTIONS(4023), - [anon_sym_lateinit] = ACTIONS(4023), - [anon_sym_public] = ACTIONS(4023), - [anon_sym_private] = ACTIONS(4023), - [anon_sym_internal] = ACTIONS(4023), - [anon_sym_protected] = ACTIONS(4023), - [anon_sym_tailrec] = ACTIONS(4023), - [anon_sym_operator] = ACTIONS(4023), - [anon_sym_infix] = ACTIONS(4023), - [anon_sym_inline] = ACTIONS(4023), - [anon_sym_external] = ACTIONS(4023), - [sym_property_modifier] = ACTIONS(4023), - [anon_sym_abstract] = ACTIONS(4023), - [anon_sym_final] = ACTIONS(4023), - [anon_sym_open] = ACTIONS(4023), - [anon_sym_vararg] = ACTIONS(4023), - [anon_sym_noinline] = ACTIONS(4023), - [anon_sym_crossinline] = ACTIONS(4023), - [anon_sym_expect] = ACTIONS(4023), - [anon_sym_actual] = ACTIONS(4023), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4025), - [anon_sym_continue_AT] = ACTIONS(4025), - [anon_sym_break_AT] = ACTIONS(4025), - [sym_real_literal] = ACTIONS(4025), - [sym_integer_literal] = ACTIONS(4023), - [sym_hex_literal] = ACTIONS(4025), - [sym_bin_literal] = ACTIONS(4025), - [anon_sym_true] = ACTIONS(4023), - [anon_sym_false] = ACTIONS(4023), - [anon_sym_SQUOTE] = ACTIONS(4025), - [sym__backtick_identifier] = ACTIONS(4025), - [sym__automatic_semicolon] = ACTIONS(4025), - [sym_safe_nav] = ACTIONS(4025), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4025), - }, - [1098] = { - [sym__alpha_identifier] = ACTIONS(4875), - [anon_sym_AT] = ACTIONS(4877), - [anon_sym_LBRACK] = ACTIONS(4877), - [anon_sym_as] = ACTIONS(4875), - [anon_sym_EQ] = ACTIONS(4875), - [anon_sym_LBRACE] = ACTIONS(4877), - [anon_sym_RBRACE] = ACTIONS(4877), - [anon_sym_LPAREN] = ACTIONS(4877), - [anon_sym_COMMA] = ACTIONS(4877), - [anon_sym_LT] = ACTIONS(4875), - [anon_sym_GT] = ACTIONS(4875), - [anon_sym_where] = ACTIONS(4875), - [anon_sym_object] = ACTIONS(4875), - [anon_sym_fun] = ACTIONS(4875), - [anon_sym_DOT] = ACTIONS(4875), - [anon_sym_SEMI] = ACTIONS(4877), - [anon_sym_get] = ACTIONS(4875), - [anon_sym_set] = ACTIONS(4875), - [anon_sym_this] = ACTIONS(4875), - [anon_sym_super] = ACTIONS(4875), - [anon_sym_STAR] = ACTIONS(4875), - [sym_label] = ACTIONS(4875), - [anon_sym_in] = ACTIONS(4875), - [anon_sym_DOT_DOT] = ACTIONS(4877), - [anon_sym_QMARK_COLON] = ACTIONS(4877), - [anon_sym_AMP_AMP] = ACTIONS(4877), - [anon_sym_PIPE_PIPE] = ACTIONS(4877), - [anon_sym_null] = ACTIONS(4875), - [anon_sym_if] = ACTIONS(4875), - [anon_sym_else] = ACTIONS(4875), - [anon_sym_when] = ACTIONS(4875), - [anon_sym_try] = ACTIONS(4875), - [anon_sym_throw] = ACTIONS(4875), - [anon_sym_return] = ACTIONS(4875), - [anon_sym_continue] = ACTIONS(4875), - [anon_sym_break] = ACTIONS(4875), - [anon_sym_COLON_COLON] = ACTIONS(4877), - [anon_sym_PLUS_EQ] = ACTIONS(4877), - [anon_sym_DASH_EQ] = ACTIONS(4877), - [anon_sym_STAR_EQ] = ACTIONS(4877), - [anon_sym_SLASH_EQ] = ACTIONS(4877), - [anon_sym_PERCENT_EQ] = ACTIONS(4877), - [anon_sym_BANG_EQ] = ACTIONS(4875), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4877), - [anon_sym_EQ_EQ] = ACTIONS(4875), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4877), - [anon_sym_LT_EQ] = ACTIONS(4877), - [anon_sym_GT_EQ] = ACTIONS(4877), - [anon_sym_BANGin] = ACTIONS(4877), - [anon_sym_is] = ACTIONS(4875), - [anon_sym_BANGis] = ACTIONS(4877), - [anon_sym_PLUS] = ACTIONS(4875), - [anon_sym_DASH] = ACTIONS(4875), - [anon_sym_SLASH] = ACTIONS(4875), - [anon_sym_PERCENT] = ACTIONS(4875), - [anon_sym_as_QMARK] = ACTIONS(4877), - [anon_sym_PLUS_PLUS] = ACTIONS(4877), - [anon_sym_DASH_DASH] = ACTIONS(4877), - [anon_sym_BANG] = ACTIONS(4875), - [anon_sym_BANG_BANG] = ACTIONS(4877), - [anon_sym_suspend] = ACTIONS(4875), - [anon_sym_sealed] = ACTIONS(4875), - [anon_sym_annotation] = ACTIONS(4875), - [anon_sym_data] = ACTIONS(4875), - [anon_sym_inner] = ACTIONS(4875), - [anon_sym_override] = ACTIONS(4875), - [anon_sym_lateinit] = ACTIONS(4875), - [anon_sym_public] = ACTIONS(4875), - [anon_sym_private] = ACTIONS(4875), - [anon_sym_internal] = ACTIONS(4875), - [anon_sym_protected] = ACTIONS(4875), - [anon_sym_tailrec] = ACTIONS(4875), - [anon_sym_operator] = ACTIONS(4875), - [anon_sym_infix] = ACTIONS(4875), - [anon_sym_inline] = ACTIONS(4875), - [anon_sym_external] = ACTIONS(4875), - [sym_property_modifier] = ACTIONS(4875), - [anon_sym_abstract] = ACTIONS(4875), - [anon_sym_final] = ACTIONS(4875), - [anon_sym_open] = ACTIONS(4875), - [anon_sym_vararg] = ACTIONS(4875), - [anon_sym_noinline] = ACTIONS(4875), - [anon_sym_crossinline] = ACTIONS(4875), - [anon_sym_expect] = ACTIONS(4875), - [anon_sym_actual] = ACTIONS(4875), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4877), - [anon_sym_continue_AT] = ACTIONS(4877), - [anon_sym_break_AT] = ACTIONS(4877), - [sym_real_literal] = ACTIONS(4877), - [sym_integer_literal] = ACTIONS(4875), - [sym_hex_literal] = ACTIONS(4877), - [sym_bin_literal] = ACTIONS(4877), - [anon_sym_true] = ACTIONS(4875), - [anon_sym_false] = ACTIONS(4875), - [anon_sym_SQUOTE] = ACTIONS(4877), - [sym__backtick_identifier] = ACTIONS(4877), - [sym__automatic_semicolon] = ACTIONS(4877), - [sym_safe_nav] = ACTIONS(4877), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4877), - }, - [1099] = { - [sym__alpha_identifier] = ACTIONS(4879), - [anon_sym_AT] = ACTIONS(4881), - [anon_sym_LBRACK] = ACTIONS(4881), - [anon_sym_as] = ACTIONS(4879), - [anon_sym_EQ] = ACTIONS(4879), - [anon_sym_LBRACE] = ACTIONS(4881), - [anon_sym_RBRACE] = ACTIONS(4881), - [anon_sym_LPAREN] = ACTIONS(4881), - [anon_sym_COMMA] = ACTIONS(4881), - [anon_sym_LT] = ACTIONS(4879), - [anon_sym_GT] = ACTIONS(4879), - [anon_sym_where] = ACTIONS(4879), - [anon_sym_object] = ACTIONS(4879), - [anon_sym_fun] = ACTIONS(4879), - [anon_sym_DOT] = ACTIONS(4879), - [anon_sym_SEMI] = ACTIONS(4881), - [anon_sym_get] = ACTIONS(4879), - [anon_sym_set] = ACTIONS(4879), - [anon_sym_this] = ACTIONS(4879), - [anon_sym_super] = ACTIONS(4879), - [anon_sym_STAR] = ACTIONS(4879), - [sym_label] = ACTIONS(4879), - [anon_sym_in] = ACTIONS(4879), - [anon_sym_DOT_DOT] = ACTIONS(4881), - [anon_sym_QMARK_COLON] = ACTIONS(4881), - [anon_sym_AMP_AMP] = ACTIONS(4881), - [anon_sym_PIPE_PIPE] = ACTIONS(4881), - [anon_sym_null] = ACTIONS(4879), - [anon_sym_if] = ACTIONS(4879), - [anon_sym_else] = ACTIONS(4879), - [anon_sym_when] = ACTIONS(4879), - [anon_sym_try] = ACTIONS(4879), - [anon_sym_throw] = ACTIONS(4879), - [anon_sym_return] = ACTIONS(4879), - [anon_sym_continue] = ACTIONS(4879), - [anon_sym_break] = ACTIONS(4879), - [anon_sym_COLON_COLON] = ACTIONS(4881), - [anon_sym_PLUS_EQ] = ACTIONS(4881), - [anon_sym_DASH_EQ] = ACTIONS(4881), - [anon_sym_STAR_EQ] = ACTIONS(4881), - [anon_sym_SLASH_EQ] = ACTIONS(4881), - [anon_sym_PERCENT_EQ] = ACTIONS(4881), - [anon_sym_BANG_EQ] = ACTIONS(4879), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4881), - [anon_sym_EQ_EQ] = ACTIONS(4879), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4881), - [anon_sym_LT_EQ] = ACTIONS(4881), - [anon_sym_GT_EQ] = ACTIONS(4881), - [anon_sym_BANGin] = ACTIONS(4881), - [anon_sym_is] = ACTIONS(4879), - [anon_sym_BANGis] = ACTIONS(4881), - [anon_sym_PLUS] = ACTIONS(4879), - [anon_sym_DASH] = ACTIONS(4879), - [anon_sym_SLASH] = ACTIONS(4879), - [anon_sym_PERCENT] = ACTIONS(4879), - [anon_sym_as_QMARK] = ACTIONS(4881), - [anon_sym_PLUS_PLUS] = ACTIONS(4881), - [anon_sym_DASH_DASH] = ACTIONS(4881), - [anon_sym_BANG] = ACTIONS(4879), - [anon_sym_BANG_BANG] = ACTIONS(4881), - [anon_sym_suspend] = ACTIONS(4879), - [anon_sym_sealed] = ACTIONS(4879), - [anon_sym_annotation] = ACTIONS(4879), - [anon_sym_data] = ACTIONS(4879), - [anon_sym_inner] = ACTIONS(4879), - [anon_sym_override] = ACTIONS(4879), - [anon_sym_lateinit] = ACTIONS(4879), - [anon_sym_public] = ACTIONS(4879), - [anon_sym_private] = ACTIONS(4879), - [anon_sym_internal] = ACTIONS(4879), - [anon_sym_protected] = ACTIONS(4879), - [anon_sym_tailrec] = ACTIONS(4879), - [anon_sym_operator] = ACTIONS(4879), - [anon_sym_infix] = ACTIONS(4879), - [anon_sym_inline] = ACTIONS(4879), - [anon_sym_external] = ACTIONS(4879), - [sym_property_modifier] = ACTIONS(4879), - [anon_sym_abstract] = ACTIONS(4879), - [anon_sym_final] = ACTIONS(4879), - [anon_sym_open] = ACTIONS(4879), - [anon_sym_vararg] = ACTIONS(4879), - [anon_sym_noinline] = ACTIONS(4879), - [anon_sym_crossinline] = ACTIONS(4879), - [anon_sym_expect] = ACTIONS(4879), - [anon_sym_actual] = ACTIONS(4879), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4881), - [anon_sym_continue_AT] = ACTIONS(4881), - [anon_sym_break_AT] = ACTIONS(4881), - [sym_real_literal] = ACTIONS(4881), - [sym_integer_literal] = ACTIONS(4879), - [sym_hex_literal] = ACTIONS(4881), - [sym_bin_literal] = ACTIONS(4881), - [anon_sym_true] = ACTIONS(4879), - [anon_sym_false] = ACTIONS(4879), - [anon_sym_SQUOTE] = ACTIONS(4881), - [sym__backtick_identifier] = ACTIONS(4881), - [sym__automatic_semicolon] = ACTIONS(4881), - [sym_safe_nav] = ACTIONS(4881), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4881), - }, - [1100] = { - [sym__alpha_identifier] = ACTIONS(4883), - [anon_sym_AT] = ACTIONS(4885), - [anon_sym_LBRACK] = ACTIONS(4885), - [anon_sym_as] = ACTIONS(4883), - [anon_sym_EQ] = ACTIONS(4883), - [anon_sym_LBRACE] = ACTIONS(4885), - [anon_sym_RBRACE] = ACTIONS(4885), - [anon_sym_LPAREN] = ACTIONS(4885), - [anon_sym_COMMA] = ACTIONS(4885), - [anon_sym_LT] = ACTIONS(4883), - [anon_sym_GT] = ACTIONS(4883), - [anon_sym_where] = ACTIONS(4883), - [anon_sym_object] = ACTIONS(4883), - [anon_sym_fun] = ACTIONS(4883), - [anon_sym_DOT] = ACTIONS(4883), - [anon_sym_SEMI] = ACTIONS(4885), - [anon_sym_get] = ACTIONS(4883), - [anon_sym_set] = ACTIONS(4883), - [anon_sym_this] = ACTIONS(4883), - [anon_sym_super] = ACTIONS(4883), - [anon_sym_STAR] = ACTIONS(4883), - [sym_label] = ACTIONS(4883), - [anon_sym_in] = ACTIONS(4883), - [anon_sym_DOT_DOT] = ACTIONS(4885), - [anon_sym_QMARK_COLON] = ACTIONS(4885), - [anon_sym_AMP_AMP] = ACTIONS(4885), - [anon_sym_PIPE_PIPE] = ACTIONS(4885), - [anon_sym_null] = ACTIONS(4883), - [anon_sym_if] = ACTIONS(4883), - [anon_sym_else] = ACTIONS(4883), - [anon_sym_when] = ACTIONS(4883), - [anon_sym_try] = ACTIONS(4883), - [anon_sym_throw] = ACTIONS(4883), - [anon_sym_return] = ACTIONS(4883), - [anon_sym_continue] = ACTIONS(4883), - [anon_sym_break] = ACTIONS(4883), - [anon_sym_COLON_COLON] = ACTIONS(4885), - [anon_sym_PLUS_EQ] = ACTIONS(4885), - [anon_sym_DASH_EQ] = ACTIONS(4885), - [anon_sym_STAR_EQ] = ACTIONS(4885), - [anon_sym_SLASH_EQ] = ACTIONS(4885), - [anon_sym_PERCENT_EQ] = ACTIONS(4885), - [anon_sym_BANG_EQ] = ACTIONS(4883), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4885), - [anon_sym_EQ_EQ] = ACTIONS(4883), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4885), - [anon_sym_LT_EQ] = ACTIONS(4885), - [anon_sym_GT_EQ] = ACTIONS(4885), - [anon_sym_BANGin] = ACTIONS(4885), - [anon_sym_is] = ACTIONS(4883), - [anon_sym_BANGis] = ACTIONS(4885), - [anon_sym_PLUS] = ACTIONS(4883), - [anon_sym_DASH] = ACTIONS(4883), - [anon_sym_SLASH] = ACTIONS(4883), - [anon_sym_PERCENT] = ACTIONS(4883), - [anon_sym_as_QMARK] = ACTIONS(4885), - [anon_sym_PLUS_PLUS] = ACTIONS(4885), - [anon_sym_DASH_DASH] = ACTIONS(4885), - [anon_sym_BANG] = ACTIONS(4883), - [anon_sym_BANG_BANG] = ACTIONS(4885), - [anon_sym_suspend] = ACTIONS(4883), - [anon_sym_sealed] = ACTIONS(4883), - [anon_sym_annotation] = ACTIONS(4883), - [anon_sym_data] = ACTIONS(4883), - [anon_sym_inner] = ACTIONS(4883), - [anon_sym_override] = ACTIONS(4883), - [anon_sym_lateinit] = ACTIONS(4883), - [anon_sym_public] = ACTIONS(4883), - [anon_sym_private] = ACTIONS(4883), - [anon_sym_internal] = ACTIONS(4883), - [anon_sym_protected] = ACTIONS(4883), - [anon_sym_tailrec] = ACTIONS(4883), - [anon_sym_operator] = ACTIONS(4883), - [anon_sym_infix] = ACTIONS(4883), - [anon_sym_inline] = ACTIONS(4883), - [anon_sym_external] = ACTIONS(4883), - [sym_property_modifier] = ACTIONS(4883), - [anon_sym_abstract] = ACTIONS(4883), - [anon_sym_final] = ACTIONS(4883), - [anon_sym_open] = ACTIONS(4883), - [anon_sym_vararg] = ACTIONS(4883), - [anon_sym_noinline] = ACTIONS(4883), - [anon_sym_crossinline] = ACTIONS(4883), - [anon_sym_expect] = ACTIONS(4883), - [anon_sym_actual] = ACTIONS(4883), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4885), - [anon_sym_continue_AT] = ACTIONS(4885), - [anon_sym_break_AT] = ACTIONS(4885), - [sym_real_literal] = ACTIONS(4885), - [sym_integer_literal] = ACTIONS(4883), - [sym_hex_literal] = ACTIONS(4885), - [sym_bin_literal] = ACTIONS(4885), - [anon_sym_true] = ACTIONS(4883), - [anon_sym_false] = ACTIONS(4883), - [anon_sym_SQUOTE] = ACTIONS(4885), - [sym__backtick_identifier] = ACTIONS(4885), - [sym__automatic_semicolon] = ACTIONS(4885), - [sym_safe_nav] = ACTIONS(4885), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4885), - }, - [1101] = { - [sym__alpha_identifier] = ACTIONS(4887), - [anon_sym_AT] = ACTIONS(4889), - [anon_sym_LBRACK] = ACTIONS(4889), - [anon_sym_as] = ACTIONS(4887), - [anon_sym_EQ] = ACTIONS(4887), - [anon_sym_LBRACE] = ACTIONS(4889), - [anon_sym_RBRACE] = ACTIONS(4889), - [anon_sym_LPAREN] = ACTIONS(4889), - [anon_sym_COMMA] = ACTIONS(4889), - [anon_sym_LT] = ACTIONS(4887), - [anon_sym_GT] = ACTIONS(4887), - [anon_sym_where] = ACTIONS(4887), - [anon_sym_object] = ACTIONS(4887), - [anon_sym_fun] = ACTIONS(4887), - [anon_sym_DOT] = ACTIONS(4887), - [anon_sym_SEMI] = ACTIONS(4889), - [anon_sym_get] = ACTIONS(4887), - [anon_sym_set] = ACTIONS(4887), - [anon_sym_this] = ACTIONS(4887), - [anon_sym_super] = ACTIONS(4887), - [anon_sym_STAR] = ACTIONS(4887), - [sym_label] = ACTIONS(4887), - [anon_sym_in] = ACTIONS(4887), - [anon_sym_DOT_DOT] = ACTIONS(4889), - [anon_sym_QMARK_COLON] = ACTIONS(4889), - [anon_sym_AMP_AMP] = ACTIONS(4889), - [anon_sym_PIPE_PIPE] = ACTIONS(4889), - [anon_sym_null] = ACTIONS(4887), - [anon_sym_if] = ACTIONS(4887), - [anon_sym_else] = ACTIONS(4887), - [anon_sym_when] = ACTIONS(4887), - [anon_sym_try] = ACTIONS(4887), - [anon_sym_throw] = ACTIONS(4887), - [anon_sym_return] = ACTIONS(4887), - [anon_sym_continue] = ACTIONS(4887), - [anon_sym_break] = ACTIONS(4887), - [anon_sym_COLON_COLON] = ACTIONS(4889), - [anon_sym_PLUS_EQ] = ACTIONS(4889), - [anon_sym_DASH_EQ] = ACTIONS(4889), - [anon_sym_STAR_EQ] = ACTIONS(4889), - [anon_sym_SLASH_EQ] = ACTIONS(4889), - [anon_sym_PERCENT_EQ] = ACTIONS(4889), - [anon_sym_BANG_EQ] = ACTIONS(4887), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4889), - [anon_sym_EQ_EQ] = ACTIONS(4887), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4889), - [anon_sym_LT_EQ] = ACTIONS(4889), - [anon_sym_GT_EQ] = ACTIONS(4889), - [anon_sym_BANGin] = ACTIONS(4889), - [anon_sym_is] = ACTIONS(4887), - [anon_sym_BANGis] = ACTIONS(4889), - [anon_sym_PLUS] = ACTIONS(4887), - [anon_sym_DASH] = ACTIONS(4887), - [anon_sym_SLASH] = ACTIONS(4887), - [anon_sym_PERCENT] = ACTIONS(4887), - [anon_sym_as_QMARK] = ACTIONS(4889), - [anon_sym_PLUS_PLUS] = ACTIONS(4889), - [anon_sym_DASH_DASH] = ACTIONS(4889), - [anon_sym_BANG] = ACTIONS(4887), - [anon_sym_BANG_BANG] = ACTIONS(4889), - [anon_sym_suspend] = ACTIONS(4887), - [anon_sym_sealed] = ACTIONS(4887), - [anon_sym_annotation] = ACTIONS(4887), - [anon_sym_data] = ACTIONS(4887), - [anon_sym_inner] = ACTIONS(4887), - [anon_sym_override] = ACTIONS(4887), - [anon_sym_lateinit] = ACTIONS(4887), - [anon_sym_public] = ACTIONS(4887), - [anon_sym_private] = ACTIONS(4887), - [anon_sym_internal] = ACTIONS(4887), - [anon_sym_protected] = ACTIONS(4887), - [anon_sym_tailrec] = ACTIONS(4887), - [anon_sym_operator] = ACTIONS(4887), - [anon_sym_infix] = ACTIONS(4887), - [anon_sym_inline] = ACTIONS(4887), - [anon_sym_external] = ACTIONS(4887), - [sym_property_modifier] = ACTIONS(4887), - [anon_sym_abstract] = ACTIONS(4887), - [anon_sym_final] = ACTIONS(4887), - [anon_sym_open] = ACTIONS(4887), - [anon_sym_vararg] = ACTIONS(4887), - [anon_sym_noinline] = ACTIONS(4887), - [anon_sym_crossinline] = ACTIONS(4887), - [anon_sym_expect] = ACTIONS(4887), - [anon_sym_actual] = ACTIONS(4887), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4889), - [anon_sym_continue_AT] = ACTIONS(4889), - [anon_sym_break_AT] = ACTIONS(4889), - [sym_real_literal] = ACTIONS(4889), - [sym_integer_literal] = ACTIONS(4887), - [sym_hex_literal] = ACTIONS(4889), - [sym_bin_literal] = ACTIONS(4889), - [anon_sym_true] = ACTIONS(4887), - [anon_sym_false] = ACTIONS(4887), - [anon_sym_SQUOTE] = ACTIONS(4889), - [sym__backtick_identifier] = ACTIONS(4889), - [sym__automatic_semicolon] = ACTIONS(4889), - [sym_safe_nav] = ACTIONS(4889), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4889), - }, - [1102] = { - [sym__alpha_identifier] = ACTIONS(4448), - [anon_sym_AT] = ACTIONS(4450), - [anon_sym_LBRACK] = ACTIONS(4450), - [anon_sym_as] = ACTIONS(4448), - [anon_sym_EQ] = ACTIONS(4448), - [anon_sym_LBRACE] = ACTIONS(4450), - [anon_sym_RBRACE] = ACTIONS(4450), - [anon_sym_LPAREN] = ACTIONS(4450), - [anon_sym_COMMA] = ACTIONS(4450), - [anon_sym_LT] = ACTIONS(4448), - [anon_sym_GT] = ACTIONS(4448), - [anon_sym_where] = ACTIONS(4448), - [anon_sym_object] = ACTIONS(4448), - [anon_sym_fun] = ACTIONS(4448), - [anon_sym_DOT] = ACTIONS(4448), - [anon_sym_SEMI] = ACTIONS(4450), - [anon_sym_get] = ACTIONS(4448), - [anon_sym_set] = ACTIONS(4448), - [anon_sym_this] = ACTIONS(4448), - [anon_sym_super] = ACTIONS(4448), - [anon_sym_STAR] = ACTIONS(4448), - [sym_label] = ACTIONS(4448), - [anon_sym_in] = ACTIONS(4448), - [anon_sym_DOT_DOT] = ACTIONS(4450), - [anon_sym_QMARK_COLON] = ACTIONS(4450), - [anon_sym_AMP_AMP] = ACTIONS(4450), - [anon_sym_PIPE_PIPE] = ACTIONS(4450), - [anon_sym_null] = ACTIONS(4448), - [anon_sym_if] = ACTIONS(4448), - [anon_sym_else] = ACTIONS(4448), - [anon_sym_when] = ACTIONS(4448), - [anon_sym_try] = ACTIONS(4448), - [anon_sym_throw] = ACTIONS(4448), - [anon_sym_return] = ACTIONS(4448), - [anon_sym_continue] = ACTIONS(4448), - [anon_sym_break] = ACTIONS(4448), - [anon_sym_COLON_COLON] = ACTIONS(4450), - [anon_sym_PLUS_EQ] = ACTIONS(4450), - [anon_sym_DASH_EQ] = ACTIONS(4450), - [anon_sym_STAR_EQ] = ACTIONS(4450), - [anon_sym_SLASH_EQ] = ACTIONS(4450), - [anon_sym_PERCENT_EQ] = ACTIONS(4450), - [anon_sym_BANG_EQ] = ACTIONS(4448), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4450), - [anon_sym_EQ_EQ] = ACTIONS(4448), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4450), - [anon_sym_LT_EQ] = ACTIONS(4450), - [anon_sym_GT_EQ] = ACTIONS(4450), - [anon_sym_BANGin] = ACTIONS(4450), - [anon_sym_is] = ACTIONS(4448), - [anon_sym_BANGis] = ACTIONS(4450), - [anon_sym_PLUS] = ACTIONS(4448), - [anon_sym_DASH] = ACTIONS(4448), - [anon_sym_SLASH] = ACTIONS(4448), - [anon_sym_PERCENT] = ACTIONS(4448), - [anon_sym_as_QMARK] = ACTIONS(4450), - [anon_sym_PLUS_PLUS] = ACTIONS(4450), - [anon_sym_DASH_DASH] = ACTIONS(4450), - [anon_sym_BANG] = ACTIONS(4448), - [anon_sym_BANG_BANG] = ACTIONS(4450), - [anon_sym_suspend] = ACTIONS(4448), - [anon_sym_sealed] = ACTIONS(4448), - [anon_sym_annotation] = ACTIONS(4448), - [anon_sym_data] = ACTIONS(4448), - [anon_sym_inner] = ACTIONS(4448), - [anon_sym_override] = ACTIONS(4448), - [anon_sym_lateinit] = ACTIONS(4448), - [anon_sym_public] = ACTIONS(4448), - [anon_sym_private] = ACTIONS(4448), - [anon_sym_internal] = ACTIONS(4448), - [anon_sym_protected] = ACTIONS(4448), - [anon_sym_tailrec] = ACTIONS(4448), - [anon_sym_operator] = ACTIONS(4448), - [anon_sym_infix] = ACTIONS(4448), - [anon_sym_inline] = ACTIONS(4448), - [anon_sym_external] = ACTIONS(4448), - [sym_property_modifier] = ACTIONS(4448), - [anon_sym_abstract] = ACTIONS(4448), - [anon_sym_final] = ACTIONS(4448), - [anon_sym_open] = ACTIONS(4448), - [anon_sym_vararg] = ACTIONS(4448), - [anon_sym_noinline] = ACTIONS(4448), - [anon_sym_crossinline] = ACTIONS(4448), - [anon_sym_expect] = ACTIONS(4448), - [anon_sym_actual] = ACTIONS(4448), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4450), - [anon_sym_continue_AT] = ACTIONS(4450), - [anon_sym_break_AT] = ACTIONS(4450), - [sym_real_literal] = ACTIONS(4450), - [sym_integer_literal] = ACTIONS(4448), - [sym_hex_literal] = ACTIONS(4450), - [sym_bin_literal] = ACTIONS(4450), - [anon_sym_true] = ACTIONS(4448), - [anon_sym_false] = ACTIONS(4448), - [anon_sym_SQUOTE] = ACTIONS(4450), - [sym__backtick_identifier] = ACTIONS(4450), - [sym__automatic_semicolon] = ACTIONS(4450), - [sym_safe_nav] = ACTIONS(4450), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4450), - }, - [1103] = { - [sym__alpha_identifier] = ACTIONS(4322), - [anon_sym_AT] = ACTIONS(4324), - [anon_sym_LBRACK] = ACTIONS(4324), - [anon_sym_as] = ACTIONS(4322), - [anon_sym_EQ] = ACTIONS(4322), - [anon_sym_LBRACE] = ACTIONS(4324), - [anon_sym_RBRACE] = ACTIONS(4324), - [anon_sym_LPAREN] = ACTIONS(4324), - [anon_sym_COMMA] = ACTIONS(4324), - [anon_sym_LT] = ACTIONS(4322), - [anon_sym_GT] = ACTIONS(4322), - [anon_sym_where] = ACTIONS(4322), - [anon_sym_object] = ACTIONS(4322), - [anon_sym_fun] = ACTIONS(4322), - [anon_sym_DOT] = ACTIONS(4322), - [anon_sym_SEMI] = ACTIONS(4324), - [anon_sym_get] = ACTIONS(4322), - [anon_sym_set] = ACTIONS(4322), - [anon_sym_this] = ACTIONS(4322), - [anon_sym_super] = ACTIONS(4322), - [anon_sym_STAR] = ACTIONS(4322), - [sym_label] = ACTIONS(4322), - [anon_sym_in] = ACTIONS(4322), - [anon_sym_DOT_DOT] = ACTIONS(4324), - [anon_sym_QMARK_COLON] = ACTIONS(4324), - [anon_sym_AMP_AMP] = ACTIONS(4324), - [anon_sym_PIPE_PIPE] = ACTIONS(4324), - [anon_sym_null] = ACTIONS(4322), - [anon_sym_if] = ACTIONS(4322), - [anon_sym_else] = ACTIONS(4322), - [anon_sym_when] = ACTIONS(4322), - [anon_sym_try] = ACTIONS(4322), - [anon_sym_throw] = ACTIONS(4322), - [anon_sym_return] = ACTIONS(4322), - [anon_sym_continue] = ACTIONS(4322), - [anon_sym_break] = ACTIONS(4322), - [anon_sym_COLON_COLON] = ACTIONS(4324), - [anon_sym_PLUS_EQ] = ACTIONS(4324), - [anon_sym_DASH_EQ] = ACTIONS(4324), - [anon_sym_STAR_EQ] = ACTIONS(4324), - [anon_sym_SLASH_EQ] = ACTIONS(4324), - [anon_sym_PERCENT_EQ] = ACTIONS(4324), - [anon_sym_BANG_EQ] = ACTIONS(4322), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4324), - [anon_sym_EQ_EQ] = ACTIONS(4322), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4324), - [anon_sym_LT_EQ] = ACTIONS(4324), - [anon_sym_GT_EQ] = ACTIONS(4324), - [anon_sym_BANGin] = ACTIONS(4324), - [anon_sym_is] = ACTIONS(4322), - [anon_sym_BANGis] = ACTIONS(4324), - [anon_sym_PLUS] = ACTIONS(4322), - [anon_sym_DASH] = ACTIONS(4322), - [anon_sym_SLASH] = ACTIONS(4322), - [anon_sym_PERCENT] = ACTIONS(4322), - [anon_sym_as_QMARK] = ACTIONS(4324), - [anon_sym_PLUS_PLUS] = ACTIONS(4324), - [anon_sym_DASH_DASH] = ACTIONS(4324), - [anon_sym_BANG] = ACTIONS(4322), - [anon_sym_BANG_BANG] = ACTIONS(4324), - [anon_sym_suspend] = ACTIONS(4322), - [anon_sym_sealed] = ACTIONS(4322), - [anon_sym_annotation] = ACTIONS(4322), - [anon_sym_data] = ACTIONS(4322), - [anon_sym_inner] = ACTIONS(4322), - [anon_sym_override] = ACTIONS(4322), - [anon_sym_lateinit] = ACTIONS(4322), - [anon_sym_public] = ACTIONS(4322), - [anon_sym_private] = ACTIONS(4322), - [anon_sym_internal] = ACTIONS(4322), - [anon_sym_protected] = ACTIONS(4322), - [anon_sym_tailrec] = ACTIONS(4322), - [anon_sym_operator] = ACTIONS(4322), - [anon_sym_infix] = ACTIONS(4322), - [anon_sym_inline] = ACTIONS(4322), - [anon_sym_external] = ACTIONS(4322), - [sym_property_modifier] = ACTIONS(4322), - [anon_sym_abstract] = ACTIONS(4322), - [anon_sym_final] = ACTIONS(4322), - [anon_sym_open] = ACTIONS(4322), - [anon_sym_vararg] = ACTIONS(4322), - [anon_sym_noinline] = ACTIONS(4322), - [anon_sym_crossinline] = ACTIONS(4322), - [anon_sym_expect] = ACTIONS(4322), - [anon_sym_actual] = ACTIONS(4322), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4324), - [anon_sym_continue_AT] = ACTIONS(4324), - [anon_sym_break_AT] = ACTIONS(4324), - [sym_real_literal] = ACTIONS(4324), - [sym_integer_literal] = ACTIONS(4322), - [sym_hex_literal] = ACTIONS(4324), - [sym_bin_literal] = ACTIONS(4324), - [anon_sym_true] = ACTIONS(4322), - [anon_sym_false] = ACTIONS(4322), - [anon_sym_SQUOTE] = ACTIONS(4324), - [sym__backtick_identifier] = ACTIONS(4324), - [sym__automatic_semicolon] = ACTIONS(4324), - [sym_safe_nav] = ACTIONS(4324), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4324), - }, - [1104] = { - [sym__alpha_identifier] = ACTIONS(4233), - [anon_sym_AT] = ACTIONS(4236), - [anon_sym_LBRACK] = ACTIONS(4236), - [anon_sym_as] = ACTIONS(4241), - [anon_sym_EQ] = ACTIONS(4241), - [anon_sym_LBRACE] = ACTIONS(4236), - [anon_sym_RBRACE] = ACTIONS(4239), - [anon_sym_LPAREN] = ACTIONS(4891), - [anon_sym_COMMA] = ACTIONS(4239), - [anon_sym_LT] = ACTIONS(4241), - [anon_sym_GT] = ACTIONS(4241), - [anon_sym_where] = ACTIONS(4241), - [anon_sym_object] = ACTIONS(4233), - [anon_sym_fun] = ACTIONS(4233), - [anon_sym_DOT] = ACTIONS(4241), - [anon_sym_SEMI] = ACTIONS(4239), - [anon_sym_get] = ACTIONS(4233), - [anon_sym_set] = ACTIONS(4233), - [anon_sym_this] = ACTIONS(4233), - [anon_sym_super] = ACTIONS(4233), - [anon_sym_STAR] = ACTIONS(4233), - [sym_label] = ACTIONS(4233), - [anon_sym_in] = ACTIONS(4241), - [anon_sym_DOT_DOT] = ACTIONS(4239), - [anon_sym_QMARK_COLON] = ACTIONS(4239), - [anon_sym_AMP_AMP] = ACTIONS(4239), - [anon_sym_PIPE_PIPE] = ACTIONS(4239), - [anon_sym_null] = ACTIONS(4233), - [anon_sym_if] = ACTIONS(4233), - [anon_sym_else] = ACTIONS(4241), - [anon_sym_when] = ACTIONS(4233), - [anon_sym_try] = ACTIONS(4233), - [anon_sym_throw] = ACTIONS(4233), - [anon_sym_return] = ACTIONS(4233), - [anon_sym_continue] = ACTIONS(4233), - [anon_sym_break] = ACTIONS(4233), - [anon_sym_COLON_COLON] = ACTIONS(4236), - [anon_sym_PLUS_EQ] = ACTIONS(4239), - [anon_sym_DASH_EQ] = ACTIONS(4239), - [anon_sym_STAR_EQ] = ACTIONS(4239), - [anon_sym_SLASH_EQ] = ACTIONS(4239), - [anon_sym_PERCENT_EQ] = ACTIONS(4239), - [anon_sym_BANG_EQ] = ACTIONS(4241), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4239), - [anon_sym_EQ_EQ] = ACTIONS(4241), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4239), - [anon_sym_LT_EQ] = ACTIONS(4239), - [anon_sym_GT_EQ] = ACTIONS(4239), - [anon_sym_BANGin] = ACTIONS(4239), - [anon_sym_is] = ACTIONS(4241), - [anon_sym_BANGis] = ACTIONS(4239), - [anon_sym_PLUS] = ACTIONS(4233), - [anon_sym_DASH] = ACTIONS(4233), - [anon_sym_SLASH] = ACTIONS(4241), - [anon_sym_PERCENT] = ACTIONS(4241), - [anon_sym_as_QMARK] = ACTIONS(4239), - [anon_sym_PLUS_PLUS] = ACTIONS(4236), - [anon_sym_DASH_DASH] = ACTIONS(4236), - [anon_sym_BANG] = ACTIONS(4233), - [anon_sym_BANG_BANG] = ACTIONS(4239), - [anon_sym_suspend] = ACTIONS(4241), - [anon_sym_sealed] = ACTIONS(4241), - [anon_sym_annotation] = ACTIONS(4241), - [anon_sym_data] = ACTIONS(4233), - [anon_sym_inner] = ACTIONS(4233), - [anon_sym_override] = ACTIONS(4241), - [anon_sym_lateinit] = ACTIONS(4241), - [anon_sym_public] = ACTIONS(4241), - [anon_sym_private] = ACTIONS(4241), - [anon_sym_internal] = ACTIONS(4241), - [anon_sym_protected] = ACTIONS(4241), - [anon_sym_tailrec] = ACTIONS(4241), - [anon_sym_operator] = ACTIONS(4241), - [anon_sym_infix] = ACTIONS(4241), - [anon_sym_inline] = ACTIONS(4241), - [anon_sym_external] = ACTIONS(4241), - [sym_property_modifier] = ACTIONS(4241), - [anon_sym_abstract] = ACTIONS(4241), - [anon_sym_final] = ACTIONS(4241), - [anon_sym_open] = ACTIONS(4241), - [anon_sym_vararg] = ACTIONS(4241), - [anon_sym_noinline] = ACTIONS(4241), - [anon_sym_crossinline] = ACTIONS(4241), - [anon_sym_expect] = ACTIONS(4233), - [anon_sym_actual] = ACTIONS(4233), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4236), - [anon_sym_continue_AT] = ACTIONS(4236), - [anon_sym_break_AT] = ACTIONS(4236), - [sym_real_literal] = ACTIONS(4236), - [sym_integer_literal] = ACTIONS(4233), - [sym_hex_literal] = ACTIONS(4236), - [sym_bin_literal] = ACTIONS(4236), - [anon_sym_true] = ACTIONS(4233), - [anon_sym_false] = ACTIONS(4233), - [anon_sym_SQUOTE] = ACTIONS(4236), - [sym__backtick_identifier] = ACTIONS(4236), - [sym__automatic_semicolon] = ACTIONS(4239), - [sym_safe_nav] = ACTIONS(4239), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4236), - }, - [1105] = { - [sym__alpha_identifier] = ACTIONS(4895), - [anon_sym_AT] = ACTIONS(4897), - [anon_sym_LBRACK] = ACTIONS(4897), - [anon_sym_as] = ACTIONS(4895), - [anon_sym_EQ] = ACTIONS(4895), - [anon_sym_LBRACE] = ACTIONS(4897), - [anon_sym_RBRACE] = ACTIONS(4897), - [anon_sym_LPAREN] = ACTIONS(4897), - [anon_sym_COMMA] = ACTIONS(4897), - [anon_sym_LT] = ACTIONS(4895), - [anon_sym_GT] = ACTIONS(4895), - [anon_sym_where] = ACTIONS(4895), - [anon_sym_object] = ACTIONS(4895), - [anon_sym_fun] = ACTIONS(4895), - [anon_sym_DOT] = ACTIONS(4895), - [anon_sym_SEMI] = ACTIONS(4897), - [anon_sym_get] = ACTIONS(4895), - [anon_sym_set] = ACTIONS(4895), - [anon_sym_this] = ACTIONS(4895), - [anon_sym_super] = ACTIONS(4895), - [anon_sym_STAR] = ACTIONS(4895), - [sym_label] = ACTIONS(4895), - [anon_sym_in] = ACTIONS(4895), - [anon_sym_DOT_DOT] = ACTIONS(4897), - [anon_sym_QMARK_COLON] = ACTIONS(4897), - [anon_sym_AMP_AMP] = ACTIONS(4897), - [anon_sym_PIPE_PIPE] = ACTIONS(4897), - [anon_sym_null] = ACTIONS(4895), - [anon_sym_if] = ACTIONS(4895), - [anon_sym_else] = ACTIONS(4895), - [anon_sym_when] = ACTIONS(4895), - [anon_sym_try] = ACTIONS(4895), - [anon_sym_throw] = ACTIONS(4895), - [anon_sym_return] = ACTIONS(4895), - [anon_sym_continue] = ACTIONS(4895), - [anon_sym_break] = ACTIONS(4895), - [anon_sym_COLON_COLON] = ACTIONS(4897), - [anon_sym_PLUS_EQ] = ACTIONS(4897), - [anon_sym_DASH_EQ] = ACTIONS(4897), - [anon_sym_STAR_EQ] = ACTIONS(4897), - [anon_sym_SLASH_EQ] = ACTIONS(4897), - [anon_sym_PERCENT_EQ] = ACTIONS(4897), - [anon_sym_BANG_EQ] = ACTIONS(4895), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4897), - [anon_sym_EQ_EQ] = ACTIONS(4895), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4897), - [anon_sym_LT_EQ] = ACTIONS(4897), - [anon_sym_GT_EQ] = ACTIONS(4897), - [anon_sym_BANGin] = ACTIONS(4897), - [anon_sym_is] = ACTIONS(4895), - [anon_sym_BANGis] = ACTIONS(4897), - [anon_sym_PLUS] = ACTIONS(4895), - [anon_sym_DASH] = ACTIONS(4895), - [anon_sym_SLASH] = ACTIONS(4895), - [anon_sym_PERCENT] = ACTIONS(4895), - [anon_sym_as_QMARK] = ACTIONS(4897), - [anon_sym_PLUS_PLUS] = ACTIONS(4897), - [anon_sym_DASH_DASH] = ACTIONS(4897), - [anon_sym_BANG] = ACTIONS(4895), - [anon_sym_BANG_BANG] = ACTIONS(4897), - [anon_sym_suspend] = ACTIONS(4895), - [anon_sym_sealed] = ACTIONS(4895), - [anon_sym_annotation] = ACTIONS(4895), - [anon_sym_data] = ACTIONS(4895), - [anon_sym_inner] = ACTIONS(4895), - [anon_sym_override] = ACTIONS(4895), - [anon_sym_lateinit] = ACTIONS(4895), - [anon_sym_public] = ACTIONS(4895), - [anon_sym_private] = ACTIONS(4895), - [anon_sym_internal] = ACTIONS(4895), - [anon_sym_protected] = ACTIONS(4895), - [anon_sym_tailrec] = ACTIONS(4895), - [anon_sym_operator] = ACTIONS(4895), - [anon_sym_infix] = ACTIONS(4895), - [anon_sym_inline] = ACTIONS(4895), - [anon_sym_external] = ACTIONS(4895), - [sym_property_modifier] = ACTIONS(4895), - [anon_sym_abstract] = ACTIONS(4895), - [anon_sym_final] = ACTIONS(4895), - [anon_sym_open] = ACTIONS(4895), - [anon_sym_vararg] = ACTIONS(4895), - [anon_sym_noinline] = ACTIONS(4895), - [anon_sym_crossinline] = ACTIONS(4895), - [anon_sym_expect] = ACTIONS(4895), - [anon_sym_actual] = ACTIONS(4895), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4897), - [anon_sym_continue_AT] = ACTIONS(4897), - [anon_sym_break_AT] = ACTIONS(4897), - [sym_real_literal] = ACTIONS(4897), - [sym_integer_literal] = ACTIONS(4895), - [sym_hex_literal] = ACTIONS(4897), - [sym_bin_literal] = ACTIONS(4897), - [anon_sym_true] = ACTIONS(4895), - [anon_sym_false] = ACTIONS(4895), - [anon_sym_SQUOTE] = ACTIONS(4897), - [sym__backtick_identifier] = ACTIONS(4897), - [sym__automatic_semicolon] = ACTIONS(4897), - [sym_safe_nav] = ACTIONS(4897), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4897), - }, - [1106] = { - [sym__alpha_identifier] = ACTIONS(4249), - [anon_sym_AT] = ACTIONS(4252), - [anon_sym_LBRACK] = ACTIONS(4252), - [anon_sym_as] = ACTIONS(4257), - [anon_sym_EQ] = ACTIONS(4257), - [anon_sym_LBRACE] = ACTIONS(4252), - [anon_sym_RBRACE] = ACTIONS(4255), - [anon_sym_LPAREN] = ACTIONS(4899), - [anon_sym_COMMA] = ACTIONS(4255), - [anon_sym_LT] = ACTIONS(4257), - [anon_sym_GT] = ACTIONS(4257), - [anon_sym_where] = ACTIONS(4257), - [anon_sym_object] = ACTIONS(4249), - [anon_sym_fun] = ACTIONS(4249), - [anon_sym_DOT] = ACTIONS(4257), - [anon_sym_SEMI] = ACTIONS(4255), - [anon_sym_get] = ACTIONS(4249), - [anon_sym_set] = ACTIONS(4249), - [anon_sym_this] = ACTIONS(4249), - [anon_sym_super] = ACTIONS(4249), - [anon_sym_STAR] = ACTIONS(4249), - [sym_label] = ACTIONS(4249), - [anon_sym_in] = ACTIONS(4257), - [anon_sym_DOT_DOT] = ACTIONS(4255), - [anon_sym_QMARK_COLON] = ACTIONS(4255), - [anon_sym_AMP_AMP] = ACTIONS(4255), - [anon_sym_PIPE_PIPE] = ACTIONS(4255), - [anon_sym_null] = ACTIONS(4249), - [anon_sym_if] = ACTIONS(4249), - [anon_sym_else] = ACTIONS(4257), - [anon_sym_when] = ACTIONS(4249), - [anon_sym_try] = ACTIONS(4249), - [anon_sym_throw] = ACTIONS(4249), - [anon_sym_return] = ACTIONS(4249), - [anon_sym_continue] = ACTIONS(4249), - [anon_sym_break] = ACTIONS(4249), - [anon_sym_COLON_COLON] = ACTIONS(4252), - [anon_sym_PLUS_EQ] = ACTIONS(4255), - [anon_sym_DASH_EQ] = ACTIONS(4255), - [anon_sym_STAR_EQ] = ACTIONS(4255), - [anon_sym_SLASH_EQ] = ACTIONS(4255), - [anon_sym_PERCENT_EQ] = ACTIONS(4255), - [anon_sym_BANG_EQ] = ACTIONS(4257), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4255), - [anon_sym_EQ_EQ] = ACTIONS(4257), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4255), - [anon_sym_LT_EQ] = ACTIONS(4255), - [anon_sym_GT_EQ] = ACTIONS(4255), - [anon_sym_BANGin] = ACTIONS(4255), - [anon_sym_is] = ACTIONS(4257), - [anon_sym_BANGis] = ACTIONS(4255), - [anon_sym_PLUS] = ACTIONS(4249), - [anon_sym_DASH] = ACTIONS(4249), - [anon_sym_SLASH] = ACTIONS(4257), - [anon_sym_PERCENT] = ACTIONS(4257), - [anon_sym_as_QMARK] = ACTIONS(4255), - [anon_sym_PLUS_PLUS] = ACTIONS(4252), - [anon_sym_DASH_DASH] = ACTIONS(4252), - [anon_sym_BANG] = ACTIONS(4249), - [anon_sym_BANG_BANG] = ACTIONS(4255), - [anon_sym_suspend] = ACTIONS(4257), - [anon_sym_sealed] = ACTIONS(4257), - [anon_sym_annotation] = ACTIONS(4257), - [anon_sym_data] = ACTIONS(4249), - [anon_sym_inner] = ACTIONS(4249), - [anon_sym_override] = ACTIONS(4257), - [anon_sym_lateinit] = ACTIONS(4257), - [anon_sym_public] = ACTIONS(4257), - [anon_sym_private] = ACTIONS(4257), - [anon_sym_internal] = ACTIONS(4257), - [anon_sym_protected] = ACTIONS(4257), - [anon_sym_tailrec] = ACTIONS(4257), - [anon_sym_operator] = ACTIONS(4257), - [anon_sym_infix] = ACTIONS(4257), - [anon_sym_inline] = ACTIONS(4257), - [anon_sym_external] = ACTIONS(4257), - [sym_property_modifier] = ACTIONS(4257), - [anon_sym_abstract] = ACTIONS(4257), - [anon_sym_final] = ACTIONS(4257), - [anon_sym_open] = ACTIONS(4257), - [anon_sym_vararg] = ACTIONS(4257), - [anon_sym_noinline] = ACTIONS(4257), - [anon_sym_crossinline] = ACTIONS(4257), - [anon_sym_expect] = ACTIONS(4249), - [anon_sym_actual] = ACTIONS(4249), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4252), - [anon_sym_continue_AT] = ACTIONS(4252), - [anon_sym_break_AT] = ACTIONS(4252), - [sym_real_literal] = ACTIONS(4252), - [sym_integer_literal] = ACTIONS(4249), - [sym_hex_literal] = ACTIONS(4252), - [sym_bin_literal] = ACTIONS(4252), - [anon_sym_true] = ACTIONS(4249), - [anon_sym_false] = ACTIONS(4249), - [anon_sym_SQUOTE] = ACTIONS(4252), - [sym__backtick_identifier] = ACTIONS(4252), - [sym__automatic_semicolon] = ACTIONS(4255), - [sym_safe_nav] = ACTIONS(4255), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4252), - }, - [1107] = { - [sym__alpha_identifier] = ACTIONS(1694), - [anon_sym_AT] = ACTIONS(1696), - [anon_sym_LBRACK] = ACTIONS(1696), - [anon_sym_as] = ACTIONS(1694), - [anon_sym_EQ] = ACTIONS(1694), - [anon_sym_LBRACE] = ACTIONS(1696), - [anon_sym_RBRACE] = ACTIONS(1696), - [anon_sym_LPAREN] = ACTIONS(1696), - [anon_sym_COMMA] = ACTIONS(1696), - [anon_sym_LT] = ACTIONS(1694), - [anon_sym_GT] = ACTIONS(1694), - [anon_sym_where] = ACTIONS(1694), - [anon_sym_object] = ACTIONS(1694), - [anon_sym_fun] = ACTIONS(1694), - [anon_sym_DOT] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(1696), - [anon_sym_get] = ACTIONS(1694), - [anon_sym_set] = ACTIONS(1694), - [anon_sym_this] = ACTIONS(1694), - [anon_sym_super] = ACTIONS(1694), - [anon_sym_STAR] = ACTIONS(1694), - [sym_label] = ACTIONS(1694), - [anon_sym_in] = ACTIONS(1694), - [anon_sym_DOT_DOT] = ACTIONS(1696), - [anon_sym_QMARK_COLON] = ACTIONS(1696), - [anon_sym_AMP_AMP] = ACTIONS(1696), - [anon_sym_PIPE_PIPE] = ACTIONS(1696), - [anon_sym_null] = ACTIONS(1694), - [anon_sym_if] = ACTIONS(1694), - [anon_sym_else] = ACTIONS(1694), - [anon_sym_when] = ACTIONS(1694), - [anon_sym_try] = ACTIONS(1694), - [anon_sym_throw] = ACTIONS(1694), - [anon_sym_return] = ACTIONS(1694), - [anon_sym_continue] = ACTIONS(1694), - [anon_sym_break] = ACTIONS(1694), - [anon_sym_COLON_COLON] = ACTIONS(1696), - [anon_sym_PLUS_EQ] = ACTIONS(1696), - [anon_sym_DASH_EQ] = ACTIONS(1696), - [anon_sym_STAR_EQ] = ACTIONS(1696), - [anon_sym_SLASH_EQ] = ACTIONS(1696), - [anon_sym_PERCENT_EQ] = ACTIONS(1696), - [anon_sym_BANG_EQ] = ACTIONS(1694), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), - [anon_sym_EQ_EQ] = ACTIONS(1694), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), - [anon_sym_LT_EQ] = ACTIONS(1696), - [anon_sym_GT_EQ] = ACTIONS(1696), - [anon_sym_BANGin] = ACTIONS(1696), - [anon_sym_is] = ACTIONS(1694), - [anon_sym_BANGis] = ACTIONS(1696), - [anon_sym_PLUS] = ACTIONS(1694), - [anon_sym_DASH] = ACTIONS(1694), - [anon_sym_SLASH] = ACTIONS(1694), - [anon_sym_PERCENT] = ACTIONS(1694), - [anon_sym_as_QMARK] = ACTIONS(1696), - [anon_sym_PLUS_PLUS] = ACTIONS(1696), - [anon_sym_DASH_DASH] = ACTIONS(1696), - [anon_sym_BANG] = ACTIONS(1694), - [anon_sym_BANG_BANG] = ACTIONS(1696), - [anon_sym_suspend] = ACTIONS(1694), - [anon_sym_sealed] = ACTIONS(1694), - [anon_sym_annotation] = ACTIONS(1694), - [anon_sym_data] = ACTIONS(1694), - [anon_sym_inner] = ACTIONS(1694), - [anon_sym_override] = ACTIONS(1694), - [anon_sym_lateinit] = ACTIONS(1694), - [anon_sym_public] = ACTIONS(1694), - [anon_sym_private] = ACTIONS(1694), - [anon_sym_internal] = ACTIONS(1694), - [anon_sym_protected] = ACTIONS(1694), - [anon_sym_tailrec] = ACTIONS(1694), - [anon_sym_operator] = ACTIONS(1694), - [anon_sym_infix] = ACTIONS(1694), - [anon_sym_inline] = ACTIONS(1694), - [anon_sym_external] = ACTIONS(1694), - [sym_property_modifier] = ACTIONS(1694), - [anon_sym_abstract] = ACTIONS(1694), - [anon_sym_final] = ACTIONS(1694), - [anon_sym_open] = ACTIONS(1694), - [anon_sym_vararg] = ACTIONS(1694), - [anon_sym_noinline] = ACTIONS(1694), - [anon_sym_crossinline] = ACTIONS(1694), - [anon_sym_expect] = ACTIONS(1694), - [anon_sym_actual] = ACTIONS(1694), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1696), - [anon_sym_continue_AT] = ACTIONS(1696), - [anon_sym_break_AT] = ACTIONS(1696), - [sym_real_literal] = ACTIONS(1696), - [sym_integer_literal] = ACTIONS(1694), - [sym_hex_literal] = ACTIONS(1696), - [sym_bin_literal] = ACTIONS(1696), - [anon_sym_true] = ACTIONS(1694), - [anon_sym_false] = ACTIONS(1694), - [anon_sym_SQUOTE] = ACTIONS(1696), - [sym__backtick_identifier] = ACTIONS(1696), - [sym__automatic_semicolon] = ACTIONS(1696), - [sym_safe_nav] = ACTIONS(1696), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1696), - }, - [1108] = { - [sym__alpha_identifier] = ACTIONS(3840), - [anon_sym_AT] = ACTIONS(3842), - [anon_sym_LBRACK] = ACTIONS(3842), - [anon_sym_as] = ACTIONS(3840), - [anon_sym_EQ] = ACTIONS(3840), - [anon_sym_LBRACE] = ACTIONS(3842), - [anon_sym_RBRACE] = ACTIONS(3842), - [anon_sym_LPAREN] = ACTIONS(3842), - [anon_sym_COMMA] = ACTIONS(3842), - [anon_sym_LT] = ACTIONS(3840), - [anon_sym_GT] = ACTIONS(3840), - [anon_sym_where] = ACTIONS(3840), - [anon_sym_object] = ACTIONS(3840), - [anon_sym_fun] = ACTIONS(3840), - [anon_sym_DOT] = ACTIONS(3840), - [anon_sym_SEMI] = ACTIONS(3842), - [anon_sym_get] = ACTIONS(3840), - [anon_sym_set] = ACTIONS(3840), - [anon_sym_this] = ACTIONS(3840), - [anon_sym_super] = ACTIONS(3840), - [anon_sym_STAR] = ACTIONS(3840), - [sym_label] = ACTIONS(3840), - [anon_sym_in] = ACTIONS(3840), - [anon_sym_DOT_DOT] = ACTIONS(3842), - [anon_sym_QMARK_COLON] = ACTIONS(3842), - [anon_sym_AMP_AMP] = ACTIONS(3842), - [anon_sym_PIPE_PIPE] = ACTIONS(3842), - [anon_sym_null] = ACTIONS(3840), - [anon_sym_if] = ACTIONS(3840), - [anon_sym_else] = ACTIONS(3840), - [anon_sym_when] = ACTIONS(3840), - [anon_sym_try] = ACTIONS(3840), - [anon_sym_throw] = ACTIONS(3840), - [anon_sym_return] = ACTIONS(3840), - [anon_sym_continue] = ACTIONS(3840), - [anon_sym_break] = ACTIONS(3840), - [anon_sym_COLON_COLON] = ACTIONS(3842), - [anon_sym_PLUS_EQ] = ACTIONS(3842), - [anon_sym_DASH_EQ] = ACTIONS(3842), - [anon_sym_STAR_EQ] = ACTIONS(3842), - [anon_sym_SLASH_EQ] = ACTIONS(3842), - [anon_sym_PERCENT_EQ] = ACTIONS(3842), - [anon_sym_BANG_EQ] = ACTIONS(3840), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3842), - [anon_sym_EQ_EQ] = ACTIONS(3840), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3842), - [anon_sym_LT_EQ] = ACTIONS(3842), - [anon_sym_GT_EQ] = ACTIONS(3842), - [anon_sym_BANGin] = ACTIONS(3842), - [anon_sym_is] = ACTIONS(3840), - [anon_sym_BANGis] = ACTIONS(3842), - [anon_sym_PLUS] = ACTIONS(3840), - [anon_sym_DASH] = ACTIONS(3840), - [anon_sym_SLASH] = ACTIONS(3840), - [anon_sym_PERCENT] = ACTIONS(3840), - [anon_sym_as_QMARK] = ACTIONS(3842), - [anon_sym_PLUS_PLUS] = ACTIONS(3842), - [anon_sym_DASH_DASH] = ACTIONS(3842), - [anon_sym_BANG] = ACTIONS(3840), - [anon_sym_BANG_BANG] = ACTIONS(3842), - [anon_sym_suspend] = ACTIONS(3840), - [anon_sym_sealed] = ACTIONS(3840), - [anon_sym_annotation] = ACTIONS(3840), - [anon_sym_data] = ACTIONS(3840), - [anon_sym_inner] = ACTIONS(3840), - [anon_sym_override] = ACTIONS(3840), - [anon_sym_lateinit] = ACTIONS(3840), - [anon_sym_public] = ACTIONS(3840), - [anon_sym_private] = ACTIONS(3840), - [anon_sym_internal] = ACTIONS(3840), - [anon_sym_protected] = ACTIONS(3840), - [anon_sym_tailrec] = ACTIONS(3840), - [anon_sym_operator] = ACTIONS(3840), - [anon_sym_infix] = ACTIONS(3840), - [anon_sym_inline] = ACTIONS(3840), - [anon_sym_external] = ACTIONS(3840), - [sym_property_modifier] = ACTIONS(3840), - [anon_sym_abstract] = ACTIONS(3840), - [anon_sym_final] = ACTIONS(3840), - [anon_sym_open] = ACTIONS(3840), - [anon_sym_vararg] = ACTIONS(3840), - [anon_sym_noinline] = ACTIONS(3840), - [anon_sym_crossinline] = ACTIONS(3840), - [anon_sym_expect] = ACTIONS(3840), - [anon_sym_actual] = ACTIONS(3840), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3842), - [anon_sym_continue_AT] = ACTIONS(3842), - [anon_sym_break_AT] = ACTIONS(3842), - [sym_real_literal] = ACTIONS(3842), - [sym_integer_literal] = ACTIONS(3840), - [sym_hex_literal] = ACTIONS(3842), - [sym_bin_literal] = ACTIONS(3842), - [anon_sym_true] = ACTIONS(3840), - [anon_sym_false] = ACTIONS(3840), - [anon_sym_SQUOTE] = ACTIONS(3842), - [sym__backtick_identifier] = ACTIONS(3842), - [sym__automatic_semicolon] = ACTIONS(3842), - [sym_safe_nav] = ACTIONS(3842), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3842), - }, - [1109] = { + [1112] = { [sym__alpha_identifier] = ACTIONS(4903), [anon_sym_AT] = ACTIONS(4905), [anon_sym_LBRACK] = ACTIONS(4905), @@ -162520,1449 +162937,522 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(4905), }, - [1110] = { - [sym__alpha_identifier] = ACTIONS(1770), - [anon_sym_AT] = ACTIONS(1772), - [anon_sym_LBRACK] = ACTIONS(1772), - [anon_sym_as] = ACTIONS(1770), - [anon_sym_EQ] = ACTIONS(1770), - [anon_sym_LBRACE] = ACTIONS(1772), - [anon_sym_RBRACE] = ACTIONS(1772), - [anon_sym_LPAREN] = ACTIONS(1772), - [anon_sym_COMMA] = ACTIONS(1772), - [anon_sym_LT] = ACTIONS(1770), - [anon_sym_GT] = ACTIONS(1770), - [anon_sym_where] = ACTIONS(1770), - [anon_sym_object] = ACTIONS(1770), - [anon_sym_fun] = ACTIONS(1770), - [anon_sym_DOT] = ACTIONS(1770), - [anon_sym_SEMI] = ACTIONS(1772), - [anon_sym_get] = ACTIONS(1770), - [anon_sym_set] = ACTIONS(1770), - [anon_sym_this] = ACTIONS(1770), - [anon_sym_super] = ACTIONS(1770), - [anon_sym_STAR] = ACTIONS(1770), - [sym_label] = ACTIONS(1770), - [anon_sym_in] = ACTIONS(1770), - [anon_sym_DOT_DOT] = ACTIONS(1772), - [anon_sym_QMARK_COLON] = ACTIONS(1772), - [anon_sym_AMP_AMP] = ACTIONS(1772), - [anon_sym_PIPE_PIPE] = ACTIONS(1772), - [anon_sym_null] = ACTIONS(1770), - [anon_sym_if] = ACTIONS(1770), - [anon_sym_else] = ACTIONS(1770), - [anon_sym_when] = ACTIONS(1770), - [anon_sym_try] = ACTIONS(1770), - [anon_sym_throw] = ACTIONS(1770), - [anon_sym_return] = ACTIONS(1770), - [anon_sym_continue] = ACTIONS(1770), - [anon_sym_break] = ACTIONS(1770), - [anon_sym_COLON_COLON] = ACTIONS(1772), - [anon_sym_PLUS_EQ] = ACTIONS(1772), - [anon_sym_DASH_EQ] = ACTIONS(1772), - [anon_sym_STAR_EQ] = ACTIONS(1772), - [anon_sym_SLASH_EQ] = ACTIONS(1772), - [anon_sym_PERCENT_EQ] = ACTIONS(1772), - [anon_sym_BANG_EQ] = ACTIONS(1770), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1772), - [anon_sym_EQ_EQ] = ACTIONS(1770), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1772), - [anon_sym_LT_EQ] = ACTIONS(1772), - [anon_sym_GT_EQ] = ACTIONS(1772), - [anon_sym_BANGin] = ACTIONS(1772), - [anon_sym_is] = ACTIONS(1770), - [anon_sym_BANGis] = ACTIONS(1772), - [anon_sym_PLUS] = ACTIONS(1770), - [anon_sym_DASH] = ACTIONS(1770), - [anon_sym_SLASH] = ACTIONS(1770), - [anon_sym_PERCENT] = ACTIONS(1770), - [anon_sym_as_QMARK] = ACTIONS(1772), - [anon_sym_PLUS_PLUS] = ACTIONS(1772), - [anon_sym_DASH_DASH] = ACTIONS(1772), - [anon_sym_BANG] = ACTIONS(1770), - [anon_sym_BANG_BANG] = ACTIONS(1772), - [anon_sym_suspend] = ACTIONS(1770), - [anon_sym_sealed] = ACTIONS(1770), - [anon_sym_annotation] = ACTIONS(1770), - [anon_sym_data] = ACTIONS(1770), - [anon_sym_inner] = ACTIONS(1770), - [anon_sym_override] = ACTIONS(1770), - [anon_sym_lateinit] = ACTIONS(1770), - [anon_sym_public] = ACTIONS(1770), - [anon_sym_private] = ACTIONS(1770), - [anon_sym_internal] = ACTIONS(1770), - [anon_sym_protected] = ACTIONS(1770), - [anon_sym_tailrec] = ACTIONS(1770), - [anon_sym_operator] = ACTIONS(1770), - [anon_sym_infix] = ACTIONS(1770), - [anon_sym_inline] = ACTIONS(1770), - [anon_sym_external] = ACTIONS(1770), - [sym_property_modifier] = ACTIONS(1770), - [anon_sym_abstract] = ACTIONS(1770), - [anon_sym_final] = ACTIONS(1770), - [anon_sym_open] = ACTIONS(1770), - [anon_sym_vararg] = ACTIONS(1770), - [anon_sym_noinline] = ACTIONS(1770), - [anon_sym_crossinline] = ACTIONS(1770), - [anon_sym_expect] = ACTIONS(1770), - [anon_sym_actual] = ACTIONS(1770), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1772), - [anon_sym_continue_AT] = ACTIONS(1772), - [anon_sym_break_AT] = ACTIONS(1772), - [sym_real_literal] = ACTIONS(1772), - [sym_integer_literal] = ACTIONS(1770), - [sym_hex_literal] = ACTIONS(1772), - [sym_bin_literal] = ACTIONS(1772), - [anon_sym_true] = ACTIONS(1770), - [anon_sym_false] = ACTIONS(1770), - [anon_sym_SQUOTE] = ACTIONS(1772), - [sym__backtick_identifier] = ACTIONS(1772), - [sym__automatic_semicolon] = ACTIONS(1772), - [sym_safe_nav] = ACTIONS(1772), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1772), - }, - [1111] = { - [sym_function_body] = STATE(1167), - [sym__block] = STATE(1128), - [sym__alpha_identifier] = ACTIONS(4386), - [anon_sym_AT] = ACTIONS(4388), - [anon_sym_LBRACK] = ACTIONS(4388), - [anon_sym_as] = ACTIONS(4386), - [anon_sym_EQ] = ACTIONS(4207), - [anon_sym_LBRACE] = ACTIONS(4081), - [anon_sym_RBRACE] = ACTIONS(4388), - [anon_sym_LPAREN] = ACTIONS(4388), - [anon_sym_LT] = ACTIONS(4386), - [anon_sym_GT] = ACTIONS(4386), - [anon_sym_object] = ACTIONS(4386), - [anon_sym_fun] = ACTIONS(4386), - [anon_sym_DOT] = ACTIONS(4386), - [anon_sym_SEMI] = ACTIONS(4388), - [anon_sym_get] = ACTIONS(4386), - [anon_sym_set] = ACTIONS(4386), - [anon_sym_this] = ACTIONS(4386), - [anon_sym_super] = ACTIONS(4386), - [anon_sym_STAR] = ACTIONS(4386), - [sym_label] = ACTIONS(4386), - [anon_sym_in] = ACTIONS(4386), - [anon_sym_DOT_DOT] = ACTIONS(4388), - [anon_sym_QMARK_COLON] = ACTIONS(4388), - [anon_sym_AMP_AMP] = ACTIONS(4388), - [anon_sym_PIPE_PIPE] = ACTIONS(4388), - [anon_sym_null] = ACTIONS(4386), - [anon_sym_if] = ACTIONS(4386), - [anon_sym_else] = ACTIONS(4386), - [anon_sym_when] = ACTIONS(4386), - [anon_sym_try] = ACTIONS(4386), - [anon_sym_throw] = ACTIONS(4386), - [anon_sym_return] = ACTIONS(4386), - [anon_sym_continue] = ACTIONS(4386), - [anon_sym_break] = ACTIONS(4386), - [anon_sym_COLON_COLON] = ACTIONS(4388), - [anon_sym_PLUS_EQ] = ACTIONS(4388), - [anon_sym_DASH_EQ] = ACTIONS(4388), - [anon_sym_STAR_EQ] = ACTIONS(4388), - [anon_sym_SLASH_EQ] = ACTIONS(4388), - [anon_sym_PERCENT_EQ] = ACTIONS(4388), - [anon_sym_BANG_EQ] = ACTIONS(4386), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4388), - [anon_sym_EQ_EQ] = ACTIONS(4386), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4388), - [anon_sym_LT_EQ] = ACTIONS(4388), - [anon_sym_GT_EQ] = ACTIONS(4388), - [anon_sym_BANGin] = ACTIONS(4388), - [anon_sym_is] = ACTIONS(4386), - [anon_sym_BANGis] = ACTIONS(4388), - [anon_sym_PLUS] = ACTIONS(4386), - [anon_sym_DASH] = ACTIONS(4386), - [anon_sym_SLASH] = ACTIONS(4386), - [anon_sym_PERCENT] = ACTIONS(4386), - [anon_sym_as_QMARK] = ACTIONS(4388), - [anon_sym_PLUS_PLUS] = ACTIONS(4388), - [anon_sym_DASH_DASH] = ACTIONS(4388), - [anon_sym_BANG] = ACTIONS(4386), - [anon_sym_BANG_BANG] = ACTIONS(4388), - [anon_sym_suspend] = ACTIONS(4386), - [anon_sym_sealed] = ACTIONS(4386), - [anon_sym_annotation] = ACTIONS(4386), - [anon_sym_data] = ACTIONS(4386), - [anon_sym_inner] = ACTIONS(4386), - [anon_sym_override] = ACTIONS(4386), - [anon_sym_lateinit] = ACTIONS(4386), - [anon_sym_public] = ACTIONS(4386), - [anon_sym_private] = ACTIONS(4386), - [anon_sym_internal] = ACTIONS(4386), - [anon_sym_protected] = ACTIONS(4386), - [anon_sym_tailrec] = ACTIONS(4386), - [anon_sym_operator] = ACTIONS(4386), - [anon_sym_infix] = ACTIONS(4386), - [anon_sym_inline] = ACTIONS(4386), - [anon_sym_external] = ACTIONS(4386), - [sym_property_modifier] = ACTIONS(4386), - [anon_sym_abstract] = ACTIONS(4386), - [anon_sym_final] = ACTIONS(4386), - [anon_sym_open] = ACTIONS(4386), - [anon_sym_vararg] = ACTIONS(4386), - [anon_sym_noinline] = ACTIONS(4386), - [anon_sym_crossinline] = ACTIONS(4386), - [anon_sym_expect] = ACTIONS(4386), - [anon_sym_actual] = ACTIONS(4386), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4388), - [anon_sym_continue_AT] = ACTIONS(4388), - [anon_sym_break_AT] = ACTIONS(4388), - [sym_real_literal] = ACTIONS(4388), - [sym_integer_literal] = ACTIONS(4386), - [sym_hex_literal] = ACTIONS(4388), - [sym_bin_literal] = ACTIONS(4388), - [anon_sym_true] = ACTIONS(4386), - [anon_sym_false] = ACTIONS(4386), - [anon_sym_SQUOTE] = ACTIONS(4388), - [sym__backtick_identifier] = ACTIONS(4388), - [sym__automatic_semicolon] = ACTIONS(4388), - [sym_safe_nav] = ACTIONS(4388), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4388), - }, - [1112] = { - [sym__alpha_identifier] = ACTIONS(4101), - [anon_sym_AT] = ACTIONS(4103), - [anon_sym_LBRACK] = ACTIONS(4103), - [anon_sym_as] = ACTIONS(4101), - [anon_sym_EQ] = ACTIONS(4101), - [anon_sym_LBRACE] = ACTIONS(4103), - [anon_sym_RBRACE] = ACTIONS(4103), - [anon_sym_LPAREN] = ACTIONS(4103), - [anon_sym_COMMA] = ACTIONS(4103), - [anon_sym_LT] = ACTIONS(4101), - [anon_sym_GT] = ACTIONS(4101), - [anon_sym_where] = ACTIONS(4101), - [anon_sym_object] = ACTIONS(4101), - [anon_sym_fun] = ACTIONS(4101), - [anon_sym_DOT] = ACTIONS(4101), - [anon_sym_SEMI] = ACTIONS(4103), - [anon_sym_get] = ACTIONS(4101), - [anon_sym_set] = ACTIONS(4101), - [anon_sym_this] = ACTIONS(4101), - [anon_sym_super] = ACTIONS(4101), - [anon_sym_STAR] = ACTIONS(4101), - [sym_label] = ACTIONS(4101), - [anon_sym_in] = ACTIONS(4101), - [anon_sym_DOT_DOT] = ACTIONS(4103), - [anon_sym_QMARK_COLON] = ACTIONS(4103), - [anon_sym_AMP_AMP] = ACTIONS(4103), - [anon_sym_PIPE_PIPE] = ACTIONS(4103), - [anon_sym_null] = ACTIONS(4101), - [anon_sym_if] = ACTIONS(4101), - [anon_sym_else] = ACTIONS(4101), - [anon_sym_when] = ACTIONS(4101), - [anon_sym_try] = ACTIONS(4101), - [anon_sym_throw] = ACTIONS(4101), - [anon_sym_return] = ACTIONS(4101), - [anon_sym_continue] = ACTIONS(4101), - [anon_sym_break] = ACTIONS(4101), - [anon_sym_COLON_COLON] = ACTIONS(4103), - [anon_sym_PLUS_EQ] = ACTIONS(4103), - [anon_sym_DASH_EQ] = ACTIONS(4103), - [anon_sym_STAR_EQ] = ACTIONS(4103), - [anon_sym_SLASH_EQ] = ACTIONS(4103), - [anon_sym_PERCENT_EQ] = ACTIONS(4103), - [anon_sym_BANG_EQ] = ACTIONS(4101), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4103), - [anon_sym_EQ_EQ] = ACTIONS(4101), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4103), - [anon_sym_LT_EQ] = ACTIONS(4103), - [anon_sym_GT_EQ] = ACTIONS(4103), - [anon_sym_BANGin] = ACTIONS(4103), - [anon_sym_is] = ACTIONS(4101), - [anon_sym_BANGis] = ACTIONS(4103), - [anon_sym_PLUS] = ACTIONS(4101), - [anon_sym_DASH] = ACTIONS(4101), - [anon_sym_SLASH] = ACTIONS(4101), - [anon_sym_PERCENT] = ACTIONS(4101), - [anon_sym_as_QMARK] = ACTIONS(4103), - [anon_sym_PLUS_PLUS] = ACTIONS(4103), - [anon_sym_DASH_DASH] = ACTIONS(4103), - [anon_sym_BANG] = ACTIONS(4101), - [anon_sym_BANG_BANG] = ACTIONS(4103), - [anon_sym_suspend] = ACTIONS(4101), - [anon_sym_sealed] = ACTIONS(4101), - [anon_sym_annotation] = ACTIONS(4101), - [anon_sym_data] = ACTIONS(4101), - [anon_sym_inner] = ACTIONS(4101), - [anon_sym_override] = ACTIONS(4101), - [anon_sym_lateinit] = ACTIONS(4101), - [anon_sym_public] = ACTIONS(4101), - [anon_sym_private] = ACTIONS(4101), - [anon_sym_internal] = ACTIONS(4101), - [anon_sym_protected] = ACTIONS(4101), - [anon_sym_tailrec] = ACTIONS(4101), - [anon_sym_operator] = ACTIONS(4101), - [anon_sym_infix] = ACTIONS(4101), - [anon_sym_inline] = ACTIONS(4101), - [anon_sym_external] = ACTIONS(4101), - [sym_property_modifier] = ACTIONS(4101), - [anon_sym_abstract] = ACTIONS(4101), - [anon_sym_final] = ACTIONS(4101), - [anon_sym_open] = ACTIONS(4101), - [anon_sym_vararg] = ACTIONS(4101), - [anon_sym_noinline] = ACTIONS(4101), - [anon_sym_crossinline] = ACTIONS(4101), - [anon_sym_expect] = ACTIONS(4101), - [anon_sym_actual] = ACTIONS(4101), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4103), - [anon_sym_continue_AT] = ACTIONS(4103), - [anon_sym_break_AT] = ACTIONS(4103), - [sym_real_literal] = ACTIONS(4103), - [sym_integer_literal] = ACTIONS(4101), - [sym_hex_literal] = ACTIONS(4103), - [sym_bin_literal] = ACTIONS(4103), - [anon_sym_true] = ACTIONS(4101), - [anon_sym_false] = ACTIONS(4101), - [anon_sym_SQUOTE] = ACTIONS(4103), - [sym__backtick_identifier] = ACTIONS(4103), - [sym__automatic_semicolon] = ACTIONS(4103), - [sym_safe_nav] = ACTIONS(4103), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4103), - }, [1113] = { - [sym__alpha_identifier] = ACTIONS(4233), - [anon_sym_AT] = ACTIONS(4236), - [anon_sym_LBRACK] = ACTIONS(4236), - [anon_sym_as] = ACTIONS(4241), - [anon_sym_EQ] = ACTIONS(4241), - [anon_sym_LBRACE] = ACTIONS(4236), - [anon_sym_RBRACE] = ACTIONS(4239), - [anon_sym_LPAREN] = ACTIONS(4907), - [anon_sym_COMMA] = ACTIONS(4239), - [anon_sym_LT] = ACTIONS(4241), - [anon_sym_GT] = ACTIONS(4241), - [anon_sym_where] = ACTIONS(4241), - [anon_sym_object] = ACTIONS(3828), - [anon_sym_fun] = ACTIONS(3828), - [anon_sym_DOT] = ACTIONS(4241), - [anon_sym_SEMI] = ACTIONS(4239), - [anon_sym_get] = ACTIONS(4233), - [anon_sym_set] = ACTIONS(4233), - [anon_sym_this] = ACTIONS(3828), - [anon_sym_super] = ACTIONS(3828), - [anon_sym_STAR] = ACTIONS(4233), - [sym_label] = ACTIONS(4233), - [anon_sym_in] = ACTIONS(4241), - [anon_sym_DOT_DOT] = ACTIONS(4239), - [anon_sym_QMARK_COLON] = ACTIONS(4239), - [anon_sym_AMP_AMP] = ACTIONS(4239), - [anon_sym_PIPE_PIPE] = ACTIONS(4239), - [anon_sym_null] = ACTIONS(3828), - [anon_sym_if] = ACTIONS(3828), - [anon_sym_else] = ACTIONS(4241), - [anon_sym_when] = ACTIONS(3828), - [anon_sym_try] = ACTIONS(3828), - [anon_sym_throw] = ACTIONS(3828), - [anon_sym_return] = ACTIONS(3828), - [anon_sym_continue] = ACTIONS(3828), - [anon_sym_break] = ACTIONS(3828), - [anon_sym_COLON_COLON] = ACTIONS(4236), - [anon_sym_PLUS_EQ] = ACTIONS(4239), - [anon_sym_DASH_EQ] = ACTIONS(4239), - [anon_sym_STAR_EQ] = ACTIONS(4239), - [anon_sym_SLASH_EQ] = ACTIONS(4239), - [anon_sym_PERCENT_EQ] = ACTIONS(4239), - [anon_sym_BANG_EQ] = ACTIONS(4241), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4239), - [anon_sym_EQ_EQ] = ACTIONS(4241), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4239), - [anon_sym_LT_EQ] = ACTIONS(4239), - [anon_sym_GT_EQ] = ACTIONS(4239), - [anon_sym_BANGin] = ACTIONS(4239), - [anon_sym_is] = ACTIONS(4241), - [anon_sym_BANGis] = ACTIONS(4239), - [anon_sym_PLUS] = ACTIONS(4233), - [anon_sym_DASH] = ACTIONS(4233), - [anon_sym_SLASH] = ACTIONS(4241), - [anon_sym_PERCENT] = ACTIONS(4241), - [anon_sym_as_QMARK] = ACTIONS(4239), - [anon_sym_PLUS_PLUS] = ACTIONS(4236), - [anon_sym_DASH_DASH] = ACTIONS(4236), - [anon_sym_BANG] = ACTIONS(3828), - [anon_sym_BANG_BANG] = ACTIONS(4239), - [anon_sym_suspend] = ACTIONS(4241), - [anon_sym_sealed] = ACTIONS(4241), - [anon_sym_annotation] = ACTIONS(4241), - [anon_sym_data] = ACTIONS(4233), - [anon_sym_inner] = ACTIONS(4233), - [anon_sym_override] = ACTIONS(4241), - [anon_sym_lateinit] = ACTIONS(4241), - [anon_sym_public] = ACTIONS(4241), - [anon_sym_private] = ACTIONS(4241), - [anon_sym_internal] = ACTIONS(4241), - [anon_sym_protected] = ACTIONS(4241), - [anon_sym_tailrec] = ACTIONS(4241), - [anon_sym_operator] = ACTIONS(4241), - [anon_sym_infix] = ACTIONS(4241), - [anon_sym_inline] = ACTIONS(4241), - [anon_sym_external] = ACTIONS(4241), - [sym_property_modifier] = ACTIONS(4241), - [anon_sym_abstract] = ACTIONS(4241), - [anon_sym_final] = ACTIONS(4241), - [anon_sym_open] = ACTIONS(4241), - [anon_sym_vararg] = ACTIONS(4241), - [anon_sym_noinline] = ACTIONS(4241), - [anon_sym_crossinline] = ACTIONS(4241), - [anon_sym_expect] = ACTIONS(4233), - [anon_sym_actual] = ACTIONS(4233), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3833), - [anon_sym_continue_AT] = ACTIONS(3833), - [anon_sym_break_AT] = ACTIONS(3833), - [sym_real_literal] = ACTIONS(3833), - [sym_integer_literal] = ACTIONS(3828), - [sym_hex_literal] = ACTIONS(3833), - [sym_bin_literal] = ACTIONS(3833), - [anon_sym_true] = ACTIONS(3828), - [anon_sym_false] = ACTIONS(3828), - [anon_sym_SQUOTE] = ACTIONS(3833), - [sym__backtick_identifier] = ACTIONS(4236), - [sym__automatic_semicolon] = ACTIONS(4239), - [sym_safe_nav] = ACTIONS(4239), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3833), + [sym__alpha_identifier] = ACTIONS(4907), + [anon_sym_AT] = ACTIONS(4909), + [anon_sym_LBRACK] = ACTIONS(4909), + [anon_sym_as] = ACTIONS(4907), + [anon_sym_EQ] = ACTIONS(4907), + [anon_sym_LBRACE] = ACTIONS(4909), + [anon_sym_RBRACE] = ACTIONS(4909), + [anon_sym_LPAREN] = ACTIONS(4909), + [anon_sym_COMMA] = ACTIONS(4909), + [anon_sym_LT] = ACTIONS(4907), + [anon_sym_GT] = ACTIONS(4907), + [anon_sym_where] = ACTIONS(4907), + [anon_sym_object] = ACTIONS(4907), + [anon_sym_fun] = ACTIONS(4907), + [anon_sym_DOT] = ACTIONS(4907), + [anon_sym_SEMI] = ACTIONS(4909), + [anon_sym_get] = ACTIONS(4907), + [anon_sym_set] = ACTIONS(4907), + [anon_sym_this] = ACTIONS(4907), + [anon_sym_super] = ACTIONS(4907), + [anon_sym_STAR] = ACTIONS(4907), + [sym_label] = ACTIONS(4907), + [anon_sym_in] = ACTIONS(4907), + [anon_sym_DOT_DOT] = ACTIONS(4909), + [anon_sym_QMARK_COLON] = ACTIONS(4909), + [anon_sym_AMP_AMP] = ACTIONS(4909), + [anon_sym_PIPE_PIPE] = ACTIONS(4909), + [anon_sym_null] = ACTIONS(4907), + [anon_sym_if] = ACTIONS(4907), + [anon_sym_else] = ACTIONS(4907), + [anon_sym_when] = ACTIONS(4907), + [anon_sym_try] = ACTIONS(4907), + [anon_sym_throw] = ACTIONS(4907), + [anon_sym_return] = ACTIONS(4907), + [anon_sym_continue] = ACTIONS(4907), + [anon_sym_break] = ACTIONS(4907), + [anon_sym_COLON_COLON] = ACTIONS(4909), + [anon_sym_PLUS_EQ] = ACTIONS(4909), + [anon_sym_DASH_EQ] = ACTIONS(4909), + [anon_sym_STAR_EQ] = ACTIONS(4909), + [anon_sym_SLASH_EQ] = ACTIONS(4909), + [anon_sym_PERCENT_EQ] = ACTIONS(4909), + [anon_sym_BANG_EQ] = ACTIONS(4907), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4909), + [anon_sym_EQ_EQ] = ACTIONS(4907), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4909), + [anon_sym_LT_EQ] = ACTIONS(4909), + [anon_sym_GT_EQ] = ACTIONS(4909), + [anon_sym_BANGin] = ACTIONS(4909), + [anon_sym_is] = ACTIONS(4907), + [anon_sym_BANGis] = ACTIONS(4909), + [anon_sym_PLUS] = ACTIONS(4907), + [anon_sym_DASH] = ACTIONS(4907), + [anon_sym_SLASH] = ACTIONS(4907), + [anon_sym_PERCENT] = ACTIONS(4907), + [anon_sym_as_QMARK] = ACTIONS(4909), + [anon_sym_PLUS_PLUS] = ACTIONS(4909), + [anon_sym_DASH_DASH] = ACTIONS(4909), + [anon_sym_BANG] = ACTIONS(4907), + [anon_sym_BANG_BANG] = ACTIONS(4909), + [anon_sym_suspend] = ACTIONS(4907), + [anon_sym_sealed] = ACTIONS(4907), + [anon_sym_annotation] = ACTIONS(4907), + [anon_sym_data] = ACTIONS(4907), + [anon_sym_inner] = ACTIONS(4907), + [anon_sym_override] = ACTIONS(4907), + [anon_sym_lateinit] = ACTIONS(4907), + [anon_sym_public] = ACTIONS(4907), + [anon_sym_private] = ACTIONS(4907), + [anon_sym_internal] = ACTIONS(4907), + [anon_sym_protected] = ACTIONS(4907), + [anon_sym_tailrec] = ACTIONS(4907), + [anon_sym_operator] = ACTIONS(4907), + [anon_sym_infix] = ACTIONS(4907), + [anon_sym_inline] = ACTIONS(4907), + [anon_sym_external] = ACTIONS(4907), + [sym_property_modifier] = ACTIONS(4907), + [anon_sym_abstract] = ACTIONS(4907), + [anon_sym_final] = ACTIONS(4907), + [anon_sym_open] = ACTIONS(4907), + [anon_sym_vararg] = ACTIONS(4907), + [anon_sym_noinline] = ACTIONS(4907), + [anon_sym_crossinline] = ACTIONS(4907), + [anon_sym_expect] = ACTIONS(4907), + [anon_sym_actual] = ACTIONS(4907), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4909), + [anon_sym_continue_AT] = ACTIONS(4909), + [anon_sym_break_AT] = ACTIONS(4909), + [sym_real_literal] = ACTIONS(4909), + [sym_integer_literal] = ACTIONS(4907), + [sym_hex_literal] = ACTIONS(4909), + [sym_bin_literal] = ACTIONS(4909), + [anon_sym_true] = ACTIONS(4907), + [anon_sym_false] = ACTIONS(4907), + [anon_sym_SQUOTE] = ACTIONS(4909), + [sym__backtick_identifier] = ACTIONS(4909), + [sym__automatic_semicolon] = ACTIONS(4909), + [sym_safe_nav] = ACTIONS(4909), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4909), }, [1114] = { - [sym__alpha_identifier] = ACTIONS(4249), - [anon_sym_AT] = ACTIONS(4252), - [anon_sym_LBRACK] = ACTIONS(4252), - [anon_sym_as] = ACTIONS(4257), - [anon_sym_EQ] = ACTIONS(4257), - [anon_sym_LBRACE] = ACTIONS(4252), - [anon_sym_RBRACE] = ACTIONS(4255), - [anon_sym_LPAREN] = ACTIONS(4911), - [anon_sym_COMMA] = ACTIONS(4255), - [anon_sym_LT] = ACTIONS(4257), - [anon_sym_GT] = ACTIONS(4257), - [anon_sym_where] = ACTIONS(4257), - [anon_sym_object] = ACTIONS(3828), - [anon_sym_fun] = ACTIONS(3828), - [anon_sym_DOT] = ACTIONS(4257), - [anon_sym_SEMI] = ACTIONS(4255), - [anon_sym_get] = ACTIONS(4249), - [anon_sym_set] = ACTIONS(4249), - [anon_sym_this] = ACTIONS(3828), - [anon_sym_super] = ACTIONS(3828), - [anon_sym_STAR] = ACTIONS(4249), - [sym_label] = ACTIONS(4249), - [anon_sym_in] = ACTIONS(4257), - [anon_sym_DOT_DOT] = ACTIONS(4255), - [anon_sym_QMARK_COLON] = ACTIONS(4255), - [anon_sym_AMP_AMP] = ACTIONS(4255), - [anon_sym_PIPE_PIPE] = ACTIONS(4255), - [anon_sym_null] = ACTIONS(3828), - [anon_sym_if] = ACTIONS(3828), - [anon_sym_else] = ACTIONS(4257), - [anon_sym_when] = ACTIONS(3828), - [anon_sym_try] = ACTIONS(3828), - [anon_sym_throw] = ACTIONS(3828), - [anon_sym_return] = ACTIONS(3828), - [anon_sym_continue] = ACTIONS(3828), - [anon_sym_break] = ACTIONS(3828), - [anon_sym_COLON_COLON] = ACTIONS(4252), - [anon_sym_PLUS_EQ] = ACTIONS(4255), - [anon_sym_DASH_EQ] = ACTIONS(4255), - [anon_sym_STAR_EQ] = ACTIONS(4255), - [anon_sym_SLASH_EQ] = ACTIONS(4255), - [anon_sym_PERCENT_EQ] = ACTIONS(4255), - [anon_sym_BANG_EQ] = ACTIONS(4257), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4255), - [anon_sym_EQ_EQ] = ACTIONS(4257), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4255), - [anon_sym_LT_EQ] = ACTIONS(4255), - [anon_sym_GT_EQ] = ACTIONS(4255), - [anon_sym_BANGin] = ACTIONS(4255), - [anon_sym_is] = ACTIONS(4257), - [anon_sym_BANGis] = ACTIONS(4255), - [anon_sym_PLUS] = ACTIONS(4249), - [anon_sym_DASH] = ACTIONS(4249), - [anon_sym_SLASH] = ACTIONS(4257), - [anon_sym_PERCENT] = ACTIONS(4257), - [anon_sym_as_QMARK] = ACTIONS(4255), - [anon_sym_PLUS_PLUS] = ACTIONS(4252), - [anon_sym_DASH_DASH] = ACTIONS(4252), - [anon_sym_BANG] = ACTIONS(3828), - [anon_sym_BANG_BANG] = ACTIONS(4255), - [anon_sym_suspend] = ACTIONS(4257), - [anon_sym_sealed] = ACTIONS(4257), - [anon_sym_annotation] = ACTIONS(4257), - [anon_sym_data] = ACTIONS(4249), - [anon_sym_inner] = ACTIONS(4249), - [anon_sym_override] = ACTIONS(4257), - [anon_sym_lateinit] = ACTIONS(4257), - [anon_sym_public] = ACTIONS(4257), - [anon_sym_private] = ACTIONS(4257), - [anon_sym_internal] = ACTIONS(4257), - [anon_sym_protected] = ACTIONS(4257), - [anon_sym_tailrec] = ACTIONS(4257), - [anon_sym_operator] = ACTIONS(4257), - [anon_sym_infix] = ACTIONS(4257), - [anon_sym_inline] = ACTIONS(4257), - [anon_sym_external] = ACTIONS(4257), - [sym_property_modifier] = ACTIONS(4257), - [anon_sym_abstract] = ACTIONS(4257), - [anon_sym_final] = ACTIONS(4257), - [anon_sym_open] = ACTIONS(4257), - [anon_sym_vararg] = ACTIONS(4257), - [anon_sym_noinline] = ACTIONS(4257), - [anon_sym_crossinline] = ACTIONS(4257), - [anon_sym_expect] = ACTIONS(4249), - [anon_sym_actual] = ACTIONS(4249), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3833), - [anon_sym_continue_AT] = ACTIONS(3833), - [anon_sym_break_AT] = ACTIONS(3833), - [sym_real_literal] = ACTIONS(3833), - [sym_integer_literal] = ACTIONS(3828), - [sym_hex_literal] = ACTIONS(3833), - [sym_bin_literal] = ACTIONS(3833), - [anon_sym_true] = ACTIONS(3828), - [anon_sym_false] = ACTIONS(3828), - [anon_sym_SQUOTE] = ACTIONS(3833), - [sym__backtick_identifier] = ACTIONS(4252), - [sym__automatic_semicolon] = ACTIONS(4255), - [sym_safe_nav] = ACTIONS(4255), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3833), + [sym__alpha_identifier] = ACTIONS(1401), + [anon_sym_AT] = ACTIONS(1399), + [anon_sym_LBRACK] = ACTIONS(1399), + [anon_sym_as] = ACTIONS(1401), + [anon_sym_EQ] = ACTIONS(1401), + [anon_sym_LBRACE] = ACTIONS(1399), + [anon_sym_RBRACE] = ACTIONS(1399), + [anon_sym_LPAREN] = ACTIONS(1399), + [anon_sym_COMMA] = ACTIONS(1399), + [anon_sym_LT] = ACTIONS(1401), + [anon_sym_GT] = ACTIONS(1401), + [anon_sym_where] = ACTIONS(1401), + [anon_sym_object] = ACTIONS(1401), + [anon_sym_fun] = ACTIONS(1401), + [anon_sym_DOT] = ACTIONS(1401), + [anon_sym_SEMI] = ACTIONS(1399), + [anon_sym_get] = ACTIONS(1401), + [anon_sym_set] = ACTIONS(1401), + [anon_sym_this] = ACTIONS(1401), + [anon_sym_super] = ACTIONS(1401), + [anon_sym_STAR] = ACTIONS(1401), + [sym_label] = ACTIONS(1401), + [anon_sym_in] = ACTIONS(1401), + [anon_sym_DOT_DOT] = ACTIONS(1399), + [anon_sym_QMARK_COLON] = ACTIONS(1399), + [anon_sym_AMP_AMP] = ACTIONS(1399), + [anon_sym_PIPE_PIPE] = ACTIONS(1399), + [anon_sym_null] = ACTIONS(1401), + [anon_sym_if] = ACTIONS(1401), + [anon_sym_else] = ACTIONS(1401), + [anon_sym_when] = ACTIONS(1401), + [anon_sym_try] = ACTIONS(1401), + [anon_sym_throw] = ACTIONS(1401), + [anon_sym_return] = ACTIONS(1401), + [anon_sym_continue] = ACTIONS(1401), + [anon_sym_break] = ACTIONS(1401), + [anon_sym_COLON_COLON] = ACTIONS(1399), + [anon_sym_PLUS_EQ] = ACTIONS(1399), + [anon_sym_DASH_EQ] = ACTIONS(1399), + [anon_sym_STAR_EQ] = ACTIONS(1399), + [anon_sym_SLASH_EQ] = ACTIONS(1399), + [anon_sym_PERCENT_EQ] = ACTIONS(1399), + [anon_sym_BANG_EQ] = ACTIONS(1401), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1399), + [anon_sym_EQ_EQ] = ACTIONS(1401), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1399), + [anon_sym_LT_EQ] = ACTIONS(1399), + [anon_sym_GT_EQ] = ACTIONS(1399), + [anon_sym_BANGin] = ACTIONS(1399), + [anon_sym_is] = ACTIONS(1401), + [anon_sym_BANGis] = ACTIONS(1399), + [anon_sym_PLUS] = ACTIONS(1401), + [anon_sym_DASH] = ACTIONS(1401), + [anon_sym_SLASH] = ACTIONS(1401), + [anon_sym_PERCENT] = ACTIONS(1401), + [anon_sym_as_QMARK] = ACTIONS(1399), + [anon_sym_PLUS_PLUS] = ACTIONS(1399), + [anon_sym_DASH_DASH] = ACTIONS(1399), + [anon_sym_BANG] = ACTIONS(1401), + [anon_sym_BANG_BANG] = ACTIONS(1399), + [anon_sym_suspend] = ACTIONS(1401), + [anon_sym_sealed] = ACTIONS(1401), + [anon_sym_annotation] = ACTIONS(1401), + [anon_sym_data] = ACTIONS(1401), + [anon_sym_inner] = ACTIONS(1401), + [anon_sym_override] = ACTIONS(1401), + [anon_sym_lateinit] = ACTIONS(1401), + [anon_sym_public] = ACTIONS(1401), + [anon_sym_private] = ACTIONS(1401), + [anon_sym_internal] = ACTIONS(1401), + [anon_sym_protected] = ACTIONS(1401), + [anon_sym_tailrec] = ACTIONS(1401), + [anon_sym_operator] = ACTIONS(1401), + [anon_sym_infix] = ACTIONS(1401), + [anon_sym_inline] = ACTIONS(1401), + [anon_sym_external] = ACTIONS(1401), + [sym_property_modifier] = ACTIONS(1401), + [anon_sym_abstract] = ACTIONS(1401), + [anon_sym_final] = ACTIONS(1401), + [anon_sym_open] = ACTIONS(1401), + [anon_sym_vararg] = ACTIONS(1401), + [anon_sym_noinline] = ACTIONS(1401), + [anon_sym_crossinline] = ACTIONS(1401), + [anon_sym_expect] = ACTIONS(1401), + [anon_sym_actual] = ACTIONS(1401), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1399), + [anon_sym_continue_AT] = ACTIONS(1399), + [anon_sym_break_AT] = ACTIONS(1399), + [sym_real_literal] = ACTIONS(1399), + [sym_integer_literal] = ACTIONS(1401), + [sym_hex_literal] = ACTIONS(1399), + [sym_bin_literal] = ACTIONS(1399), + [anon_sym_true] = ACTIONS(1401), + [anon_sym_false] = ACTIONS(1401), + [anon_sym_SQUOTE] = ACTIONS(1399), + [sym__backtick_identifier] = ACTIONS(1399), + [sym__automatic_semicolon] = ACTIONS(1399), + [sym_safe_nav] = ACTIONS(1399), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1399), }, [1115] = { - [sym__alpha_identifier] = ACTIONS(3190), - [anon_sym_AT] = ACTIONS(3194), - [anon_sym_LBRACK] = ACTIONS(3194), - [anon_sym_as] = ACTIONS(3190), - [anon_sym_EQ] = ACTIONS(3190), - [anon_sym_LBRACE] = ACTIONS(3194), - [anon_sym_RBRACE] = ACTIONS(3194), - [anon_sym_LPAREN] = ACTIONS(3194), - [anon_sym_COMMA] = ACTIONS(3194), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3190), - [anon_sym_where] = ACTIONS(3190), - [anon_sym_object] = ACTIONS(3190), - [anon_sym_fun] = ACTIONS(3190), - [anon_sym_DOT] = ACTIONS(3190), - [anon_sym_SEMI] = ACTIONS(3194), - [anon_sym_get] = ACTIONS(3190), - [anon_sym_set] = ACTIONS(3190), - [anon_sym_this] = ACTIONS(3190), - [anon_sym_super] = ACTIONS(3190), - [anon_sym_STAR] = ACTIONS(3190), - [sym_label] = ACTIONS(3190), - [anon_sym_in] = ACTIONS(3190), - [anon_sym_DOT_DOT] = ACTIONS(3194), - [anon_sym_QMARK_COLON] = ACTIONS(3194), - [anon_sym_AMP_AMP] = ACTIONS(3194), - [anon_sym_PIPE_PIPE] = ACTIONS(3194), - [anon_sym_null] = ACTIONS(3190), - [anon_sym_if] = ACTIONS(3190), - [anon_sym_else] = ACTIONS(3190), - [anon_sym_when] = ACTIONS(3190), - [anon_sym_try] = ACTIONS(3190), - [anon_sym_throw] = ACTIONS(3190), - [anon_sym_return] = ACTIONS(3190), - [anon_sym_continue] = ACTIONS(3190), - [anon_sym_break] = ACTIONS(3190), - [anon_sym_COLON_COLON] = ACTIONS(3194), - [anon_sym_PLUS_EQ] = ACTIONS(3194), - [anon_sym_DASH_EQ] = ACTIONS(3194), - [anon_sym_STAR_EQ] = ACTIONS(3194), - [anon_sym_SLASH_EQ] = ACTIONS(3194), - [anon_sym_PERCENT_EQ] = ACTIONS(3194), - [anon_sym_BANG_EQ] = ACTIONS(3190), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3194), - [anon_sym_EQ_EQ] = ACTIONS(3190), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3194), - [anon_sym_LT_EQ] = ACTIONS(3194), - [anon_sym_GT_EQ] = ACTIONS(3194), - [anon_sym_BANGin] = ACTIONS(3194), - [anon_sym_is] = ACTIONS(3190), - [anon_sym_BANGis] = ACTIONS(3194), - [anon_sym_PLUS] = ACTIONS(3190), - [anon_sym_DASH] = ACTIONS(3190), - [anon_sym_SLASH] = ACTIONS(3190), - [anon_sym_PERCENT] = ACTIONS(3190), - [anon_sym_as_QMARK] = ACTIONS(3194), - [anon_sym_PLUS_PLUS] = ACTIONS(3194), - [anon_sym_DASH_DASH] = ACTIONS(3194), - [anon_sym_BANG] = ACTIONS(3190), - [anon_sym_BANG_BANG] = ACTIONS(3194), - [anon_sym_suspend] = ACTIONS(3190), - [anon_sym_sealed] = ACTIONS(3190), - [anon_sym_annotation] = ACTIONS(3190), - [anon_sym_data] = ACTIONS(3190), - [anon_sym_inner] = ACTIONS(3190), - [anon_sym_override] = ACTIONS(3190), - [anon_sym_lateinit] = ACTIONS(3190), - [anon_sym_public] = ACTIONS(3190), - [anon_sym_private] = ACTIONS(3190), - [anon_sym_internal] = ACTIONS(3190), - [anon_sym_protected] = ACTIONS(3190), - [anon_sym_tailrec] = ACTIONS(3190), - [anon_sym_operator] = ACTIONS(3190), - [anon_sym_infix] = ACTIONS(3190), - [anon_sym_inline] = ACTIONS(3190), - [anon_sym_external] = ACTIONS(3190), - [sym_property_modifier] = ACTIONS(3190), - [anon_sym_abstract] = ACTIONS(3190), - [anon_sym_final] = ACTIONS(3190), - [anon_sym_open] = ACTIONS(3190), - [anon_sym_vararg] = ACTIONS(3190), - [anon_sym_noinline] = ACTIONS(3190), - [anon_sym_crossinline] = ACTIONS(3190), - [anon_sym_expect] = ACTIONS(3190), - [anon_sym_actual] = ACTIONS(3190), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3194), - [anon_sym_continue_AT] = ACTIONS(3194), - [anon_sym_break_AT] = ACTIONS(3194), - [sym_real_literal] = ACTIONS(3194), - [sym_integer_literal] = ACTIONS(3190), - [sym_hex_literal] = ACTIONS(3194), - [sym_bin_literal] = ACTIONS(3194), - [anon_sym_true] = ACTIONS(3190), - [anon_sym_false] = ACTIONS(3190), - [anon_sym_SQUOTE] = ACTIONS(3194), - [sym__backtick_identifier] = ACTIONS(3194), - [sym__automatic_semicolon] = ACTIONS(3194), - [sym_safe_nav] = ACTIONS(3194), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3194), + [sym__alpha_identifier] = ACTIONS(4911), + [anon_sym_AT] = ACTIONS(4913), + [anon_sym_LBRACK] = ACTIONS(4913), + [anon_sym_as] = ACTIONS(4911), + [anon_sym_EQ] = ACTIONS(4911), + [anon_sym_LBRACE] = ACTIONS(4913), + [anon_sym_RBRACE] = ACTIONS(4913), + [anon_sym_LPAREN] = ACTIONS(4913), + [anon_sym_COMMA] = ACTIONS(4913), + [anon_sym_LT] = ACTIONS(4911), + [anon_sym_GT] = ACTIONS(4911), + [anon_sym_where] = ACTIONS(4911), + [anon_sym_object] = ACTIONS(4911), + [anon_sym_fun] = ACTIONS(4911), + [anon_sym_DOT] = ACTIONS(4911), + [anon_sym_SEMI] = ACTIONS(4913), + [anon_sym_get] = ACTIONS(4911), + [anon_sym_set] = ACTIONS(4911), + [anon_sym_this] = ACTIONS(4911), + [anon_sym_super] = ACTIONS(4911), + [anon_sym_STAR] = ACTIONS(4911), + [sym_label] = ACTIONS(4911), + [anon_sym_in] = ACTIONS(4911), + [anon_sym_DOT_DOT] = ACTIONS(4913), + [anon_sym_QMARK_COLON] = ACTIONS(4913), + [anon_sym_AMP_AMP] = ACTIONS(4913), + [anon_sym_PIPE_PIPE] = ACTIONS(4913), + [anon_sym_null] = ACTIONS(4911), + [anon_sym_if] = ACTIONS(4911), + [anon_sym_else] = ACTIONS(4911), + [anon_sym_when] = ACTIONS(4911), + [anon_sym_try] = ACTIONS(4911), + [anon_sym_throw] = ACTIONS(4911), + [anon_sym_return] = ACTIONS(4911), + [anon_sym_continue] = ACTIONS(4911), + [anon_sym_break] = ACTIONS(4911), + [anon_sym_COLON_COLON] = ACTIONS(4913), + [anon_sym_PLUS_EQ] = ACTIONS(4913), + [anon_sym_DASH_EQ] = ACTIONS(4913), + [anon_sym_STAR_EQ] = ACTIONS(4913), + [anon_sym_SLASH_EQ] = ACTIONS(4913), + [anon_sym_PERCENT_EQ] = ACTIONS(4913), + [anon_sym_BANG_EQ] = ACTIONS(4911), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4913), + [anon_sym_EQ_EQ] = ACTIONS(4911), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4913), + [anon_sym_LT_EQ] = ACTIONS(4913), + [anon_sym_GT_EQ] = ACTIONS(4913), + [anon_sym_BANGin] = ACTIONS(4913), + [anon_sym_is] = ACTIONS(4911), + [anon_sym_BANGis] = ACTIONS(4913), + [anon_sym_PLUS] = ACTIONS(4911), + [anon_sym_DASH] = ACTIONS(4911), + [anon_sym_SLASH] = ACTIONS(4911), + [anon_sym_PERCENT] = ACTIONS(4911), + [anon_sym_as_QMARK] = ACTIONS(4913), + [anon_sym_PLUS_PLUS] = ACTIONS(4913), + [anon_sym_DASH_DASH] = ACTIONS(4913), + [anon_sym_BANG] = ACTIONS(4911), + [anon_sym_BANG_BANG] = ACTIONS(4913), + [anon_sym_suspend] = ACTIONS(4911), + [anon_sym_sealed] = ACTIONS(4911), + [anon_sym_annotation] = ACTIONS(4911), + [anon_sym_data] = ACTIONS(4911), + [anon_sym_inner] = ACTIONS(4911), + [anon_sym_override] = ACTIONS(4911), + [anon_sym_lateinit] = ACTIONS(4911), + [anon_sym_public] = ACTIONS(4911), + [anon_sym_private] = ACTIONS(4911), + [anon_sym_internal] = ACTIONS(4911), + [anon_sym_protected] = ACTIONS(4911), + [anon_sym_tailrec] = ACTIONS(4911), + [anon_sym_operator] = ACTIONS(4911), + [anon_sym_infix] = ACTIONS(4911), + [anon_sym_inline] = ACTIONS(4911), + [anon_sym_external] = ACTIONS(4911), + [sym_property_modifier] = ACTIONS(4911), + [anon_sym_abstract] = ACTIONS(4911), + [anon_sym_final] = ACTIONS(4911), + [anon_sym_open] = ACTIONS(4911), + [anon_sym_vararg] = ACTIONS(4911), + [anon_sym_noinline] = ACTIONS(4911), + [anon_sym_crossinline] = ACTIONS(4911), + [anon_sym_expect] = ACTIONS(4911), + [anon_sym_actual] = ACTIONS(4911), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4913), + [anon_sym_continue_AT] = ACTIONS(4913), + [anon_sym_break_AT] = ACTIONS(4913), + [sym_real_literal] = ACTIONS(4913), + [sym_integer_literal] = ACTIONS(4911), + [sym_hex_literal] = ACTIONS(4913), + [sym_bin_literal] = ACTIONS(4913), + [anon_sym_true] = ACTIONS(4911), + [anon_sym_false] = ACTIONS(4911), + [anon_sym_SQUOTE] = ACTIONS(4913), + [sym__backtick_identifier] = ACTIONS(4913), + [sym__automatic_semicolon] = ACTIONS(4913), + [sym_safe_nav] = ACTIONS(4913), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4913), }, [1116] = { - [sym__alpha_identifier] = ACTIONS(3027), - [anon_sym_AT] = ACTIONS(3029), - [anon_sym_LBRACK] = ACTIONS(3029), - [anon_sym_as] = ACTIONS(3027), - [anon_sym_EQ] = ACTIONS(3027), - [anon_sym_LBRACE] = ACTIONS(3029), - [anon_sym_RBRACE] = ACTIONS(3029), - [anon_sym_LPAREN] = ACTIONS(3029), - [anon_sym_COMMA] = ACTIONS(3029), - [anon_sym_LT] = ACTIONS(3027), - [anon_sym_GT] = ACTIONS(3027), - [anon_sym_where] = ACTIONS(3027), - [anon_sym_object] = ACTIONS(3027), - [anon_sym_fun] = ACTIONS(3027), - [anon_sym_DOT] = ACTIONS(3027), - [anon_sym_SEMI] = ACTIONS(3029), - [anon_sym_get] = ACTIONS(3027), - [anon_sym_set] = ACTIONS(3027), - [anon_sym_this] = ACTIONS(3027), - [anon_sym_super] = ACTIONS(3027), - [anon_sym_STAR] = ACTIONS(3027), - [sym_label] = ACTIONS(3027), - [anon_sym_in] = ACTIONS(3027), - [anon_sym_DOT_DOT] = ACTIONS(3029), - [anon_sym_QMARK_COLON] = ACTIONS(3029), - [anon_sym_AMP_AMP] = ACTIONS(3029), - [anon_sym_PIPE_PIPE] = ACTIONS(3029), - [anon_sym_null] = ACTIONS(3027), - [anon_sym_if] = ACTIONS(3027), - [anon_sym_else] = ACTIONS(3027), - [anon_sym_when] = ACTIONS(3027), - [anon_sym_try] = ACTIONS(3027), - [anon_sym_throw] = ACTIONS(3027), - [anon_sym_return] = ACTIONS(3027), - [anon_sym_continue] = ACTIONS(3027), - [anon_sym_break] = ACTIONS(3027), - [anon_sym_COLON_COLON] = ACTIONS(3029), - [anon_sym_PLUS_EQ] = ACTIONS(3029), - [anon_sym_DASH_EQ] = ACTIONS(3029), - [anon_sym_STAR_EQ] = ACTIONS(3029), - [anon_sym_SLASH_EQ] = ACTIONS(3029), - [anon_sym_PERCENT_EQ] = ACTIONS(3029), - [anon_sym_BANG_EQ] = ACTIONS(3027), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3029), - [anon_sym_EQ_EQ] = ACTIONS(3027), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3029), - [anon_sym_LT_EQ] = ACTIONS(3029), - [anon_sym_GT_EQ] = ACTIONS(3029), - [anon_sym_BANGin] = ACTIONS(3029), - [anon_sym_is] = ACTIONS(3027), - [anon_sym_BANGis] = ACTIONS(3029), - [anon_sym_PLUS] = ACTIONS(3027), - [anon_sym_DASH] = ACTIONS(3027), - [anon_sym_SLASH] = ACTIONS(3027), - [anon_sym_PERCENT] = ACTIONS(3027), - [anon_sym_as_QMARK] = ACTIONS(3029), - [anon_sym_PLUS_PLUS] = ACTIONS(3029), - [anon_sym_DASH_DASH] = ACTIONS(3029), - [anon_sym_BANG] = ACTIONS(3027), - [anon_sym_BANG_BANG] = ACTIONS(3029), - [anon_sym_suspend] = ACTIONS(3027), - [anon_sym_sealed] = ACTIONS(3027), - [anon_sym_annotation] = ACTIONS(3027), - [anon_sym_data] = ACTIONS(3027), - [anon_sym_inner] = ACTIONS(3027), - [anon_sym_override] = ACTIONS(3027), - [anon_sym_lateinit] = ACTIONS(3027), - [anon_sym_public] = ACTIONS(3027), - [anon_sym_private] = ACTIONS(3027), - [anon_sym_internal] = ACTIONS(3027), - [anon_sym_protected] = ACTIONS(3027), - [anon_sym_tailrec] = ACTIONS(3027), - [anon_sym_operator] = ACTIONS(3027), - [anon_sym_infix] = ACTIONS(3027), - [anon_sym_inline] = ACTIONS(3027), - [anon_sym_external] = ACTIONS(3027), - [sym_property_modifier] = ACTIONS(3027), - [anon_sym_abstract] = ACTIONS(3027), - [anon_sym_final] = ACTIONS(3027), - [anon_sym_open] = ACTIONS(3027), - [anon_sym_vararg] = ACTIONS(3027), - [anon_sym_noinline] = ACTIONS(3027), - [anon_sym_crossinline] = ACTIONS(3027), - [anon_sym_expect] = ACTIONS(3027), - [anon_sym_actual] = ACTIONS(3027), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3029), - [anon_sym_continue_AT] = ACTIONS(3029), - [anon_sym_break_AT] = ACTIONS(3029), - [sym_real_literal] = ACTIONS(3029), - [sym_integer_literal] = ACTIONS(3027), - [sym_hex_literal] = ACTIONS(3029), - [sym_bin_literal] = ACTIONS(3029), - [anon_sym_true] = ACTIONS(3027), - [anon_sym_false] = ACTIONS(3027), - [anon_sym_SQUOTE] = ACTIONS(3029), - [sym__backtick_identifier] = ACTIONS(3029), - [sym__automatic_semicolon] = ACTIONS(3029), - [sym_safe_nav] = ACTIONS(3029), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3029), + [sym__alpha_identifier] = ACTIONS(4915), + [anon_sym_AT] = ACTIONS(4917), + [anon_sym_LBRACK] = ACTIONS(4917), + [anon_sym_as] = ACTIONS(4915), + [anon_sym_EQ] = ACTIONS(4915), + [anon_sym_LBRACE] = ACTIONS(4917), + [anon_sym_RBRACE] = ACTIONS(4917), + [anon_sym_LPAREN] = ACTIONS(4917), + [anon_sym_COMMA] = ACTIONS(4917), + [anon_sym_LT] = ACTIONS(4915), + [anon_sym_GT] = ACTIONS(4915), + [anon_sym_where] = ACTIONS(4915), + [anon_sym_object] = ACTIONS(4915), + [anon_sym_fun] = ACTIONS(4915), + [anon_sym_DOT] = ACTIONS(4915), + [anon_sym_SEMI] = ACTIONS(4917), + [anon_sym_get] = ACTIONS(4915), + [anon_sym_set] = ACTIONS(4915), + [anon_sym_this] = ACTIONS(4915), + [anon_sym_super] = ACTIONS(4915), + [anon_sym_STAR] = ACTIONS(4915), + [sym_label] = ACTIONS(4915), + [anon_sym_in] = ACTIONS(4915), + [anon_sym_DOT_DOT] = ACTIONS(4917), + [anon_sym_QMARK_COLON] = ACTIONS(4917), + [anon_sym_AMP_AMP] = ACTIONS(4917), + [anon_sym_PIPE_PIPE] = ACTIONS(4917), + [anon_sym_null] = ACTIONS(4915), + [anon_sym_if] = ACTIONS(4915), + [anon_sym_else] = ACTIONS(4915), + [anon_sym_when] = ACTIONS(4915), + [anon_sym_try] = ACTIONS(4915), + [anon_sym_throw] = ACTIONS(4915), + [anon_sym_return] = ACTIONS(4915), + [anon_sym_continue] = ACTIONS(4915), + [anon_sym_break] = ACTIONS(4915), + [anon_sym_COLON_COLON] = ACTIONS(4917), + [anon_sym_PLUS_EQ] = ACTIONS(4917), + [anon_sym_DASH_EQ] = ACTIONS(4917), + [anon_sym_STAR_EQ] = ACTIONS(4917), + [anon_sym_SLASH_EQ] = ACTIONS(4917), + [anon_sym_PERCENT_EQ] = ACTIONS(4917), + [anon_sym_BANG_EQ] = ACTIONS(4915), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4917), + [anon_sym_EQ_EQ] = ACTIONS(4915), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4917), + [anon_sym_LT_EQ] = ACTIONS(4917), + [anon_sym_GT_EQ] = ACTIONS(4917), + [anon_sym_BANGin] = ACTIONS(4917), + [anon_sym_is] = ACTIONS(4915), + [anon_sym_BANGis] = ACTIONS(4917), + [anon_sym_PLUS] = ACTIONS(4915), + [anon_sym_DASH] = ACTIONS(4915), + [anon_sym_SLASH] = ACTIONS(4915), + [anon_sym_PERCENT] = ACTIONS(4915), + [anon_sym_as_QMARK] = ACTIONS(4917), + [anon_sym_PLUS_PLUS] = ACTIONS(4917), + [anon_sym_DASH_DASH] = ACTIONS(4917), + [anon_sym_BANG] = ACTIONS(4915), + [anon_sym_BANG_BANG] = ACTIONS(4917), + [anon_sym_suspend] = ACTIONS(4915), + [anon_sym_sealed] = ACTIONS(4915), + [anon_sym_annotation] = ACTIONS(4915), + [anon_sym_data] = ACTIONS(4915), + [anon_sym_inner] = ACTIONS(4915), + [anon_sym_override] = ACTIONS(4915), + [anon_sym_lateinit] = ACTIONS(4915), + [anon_sym_public] = ACTIONS(4915), + [anon_sym_private] = ACTIONS(4915), + [anon_sym_internal] = ACTIONS(4915), + [anon_sym_protected] = ACTIONS(4915), + [anon_sym_tailrec] = ACTIONS(4915), + [anon_sym_operator] = ACTIONS(4915), + [anon_sym_infix] = ACTIONS(4915), + [anon_sym_inline] = ACTIONS(4915), + [anon_sym_external] = ACTIONS(4915), + [sym_property_modifier] = ACTIONS(4915), + [anon_sym_abstract] = ACTIONS(4915), + [anon_sym_final] = ACTIONS(4915), + [anon_sym_open] = ACTIONS(4915), + [anon_sym_vararg] = ACTIONS(4915), + [anon_sym_noinline] = ACTIONS(4915), + [anon_sym_crossinline] = ACTIONS(4915), + [anon_sym_expect] = ACTIONS(4915), + [anon_sym_actual] = ACTIONS(4915), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4917), + [anon_sym_continue_AT] = ACTIONS(4917), + [anon_sym_break_AT] = ACTIONS(4917), + [sym_real_literal] = ACTIONS(4917), + [sym_integer_literal] = ACTIONS(4915), + [sym_hex_literal] = ACTIONS(4917), + [sym_bin_literal] = ACTIONS(4917), + [anon_sym_true] = ACTIONS(4915), + [anon_sym_false] = ACTIONS(4915), + [anon_sym_SQUOTE] = ACTIONS(4917), + [sym__backtick_identifier] = ACTIONS(4917), + [sym__automatic_semicolon] = ACTIONS(4917), + [sym_safe_nav] = ACTIONS(4917), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4917), }, [1117] = { - [sym_function_body] = STATE(1199), - [sym__block] = STATE(1128), - [sym__alpha_identifier] = ACTIONS(4382), - [anon_sym_AT] = ACTIONS(4384), - [anon_sym_LBRACK] = ACTIONS(4384), - [anon_sym_as] = ACTIONS(4382), - [anon_sym_EQ] = ACTIONS(4207), - [anon_sym_LBRACE] = ACTIONS(4081), - [anon_sym_RBRACE] = ACTIONS(4384), - [anon_sym_LPAREN] = ACTIONS(4384), - [anon_sym_LT] = ACTIONS(4382), - [anon_sym_GT] = ACTIONS(4382), - [anon_sym_object] = ACTIONS(4382), - [anon_sym_fun] = ACTIONS(4382), - [anon_sym_DOT] = ACTIONS(4382), - [anon_sym_SEMI] = ACTIONS(4384), - [anon_sym_get] = ACTIONS(4382), - [anon_sym_set] = ACTIONS(4382), - [anon_sym_this] = ACTIONS(4382), - [anon_sym_super] = ACTIONS(4382), - [anon_sym_STAR] = ACTIONS(4382), - [sym_label] = ACTIONS(4382), - [anon_sym_in] = ACTIONS(4382), - [anon_sym_DOT_DOT] = ACTIONS(4384), - [anon_sym_QMARK_COLON] = ACTIONS(4384), - [anon_sym_AMP_AMP] = ACTIONS(4384), - [anon_sym_PIPE_PIPE] = ACTIONS(4384), - [anon_sym_null] = ACTIONS(4382), - [anon_sym_if] = ACTIONS(4382), - [anon_sym_else] = ACTIONS(4382), - [anon_sym_when] = ACTIONS(4382), - [anon_sym_try] = ACTIONS(4382), - [anon_sym_throw] = ACTIONS(4382), - [anon_sym_return] = ACTIONS(4382), - [anon_sym_continue] = ACTIONS(4382), - [anon_sym_break] = ACTIONS(4382), - [anon_sym_COLON_COLON] = ACTIONS(4384), - [anon_sym_PLUS_EQ] = ACTIONS(4384), - [anon_sym_DASH_EQ] = ACTIONS(4384), - [anon_sym_STAR_EQ] = ACTIONS(4384), - [anon_sym_SLASH_EQ] = ACTIONS(4384), - [anon_sym_PERCENT_EQ] = ACTIONS(4384), - [anon_sym_BANG_EQ] = ACTIONS(4382), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4384), - [anon_sym_EQ_EQ] = ACTIONS(4382), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4384), - [anon_sym_LT_EQ] = ACTIONS(4384), - [anon_sym_GT_EQ] = ACTIONS(4384), - [anon_sym_BANGin] = ACTIONS(4384), - [anon_sym_is] = ACTIONS(4382), - [anon_sym_BANGis] = ACTIONS(4384), - [anon_sym_PLUS] = ACTIONS(4382), - [anon_sym_DASH] = ACTIONS(4382), - [anon_sym_SLASH] = ACTIONS(4382), - [anon_sym_PERCENT] = ACTIONS(4382), - [anon_sym_as_QMARK] = ACTIONS(4384), - [anon_sym_PLUS_PLUS] = ACTIONS(4384), - [anon_sym_DASH_DASH] = ACTIONS(4384), - [anon_sym_BANG] = ACTIONS(4382), - [anon_sym_BANG_BANG] = ACTIONS(4384), - [anon_sym_suspend] = ACTIONS(4382), - [anon_sym_sealed] = ACTIONS(4382), - [anon_sym_annotation] = ACTIONS(4382), - [anon_sym_data] = ACTIONS(4382), - [anon_sym_inner] = ACTIONS(4382), - [anon_sym_override] = ACTIONS(4382), - [anon_sym_lateinit] = ACTIONS(4382), - [anon_sym_public] = ACTIONS(4382), - [anon_sym_private] = ACTIONS(4382), - [anon_sym_internal] = ACTIONS(4382), - [anon_sym_protected] = ACTIONS(4382), - [anon_sym_tailrec] = ACTIONS(4382), - [anon_sym_operator] = ACTIONS(4382), - [anon_sym_infix] = ACTIONS(4382), - [anon_sym_inline] = ACTIONS(4382), - [anon_sym_external] = ACTIONS(4382), - [sym_property_modifier] = ACTIONS(4382), - [anon_sym_abstract] = ACTIONS(4382), - [anon_sym_final] = ACTIONS(4382), - [anon_sym_open] = ACTIONS(4382), - [anon_sym_vararg] = ACTIONS(4382), - [anon_sym_noinline] = ACTIONS(4382), - [anon_sym_crossinline] = ACTIONS(4382), - [anon_sym_expect] = ACTIONS(4382), - [anon_sym_actual] = ACTIONS(4382), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4384), - [anon_sym_continue_AT] = ACTIONS(4384), - [anon_sym_break_AT] = ACTIONS(4384), - [sym_real_literal] = ACTIONS(4384), - [sym_integer_literal] = ACTIONS(4382), - [sym_hex_literal] = ACTIONS(4384), - [sym_bin_literal] = ACTIONS(4384), - [anon_sym_true] = ACTIONS(4382), - [anon_sym_false] = ACTIONS(4382), - [anon_sym_SQUOTE] = ACTIONS(4384), - [sym__backtick_identifier] = ACTIONS(4384), - [sym__automatic_semicolon] = ACTIONS(4384), - [sym_safe_nav] = ACTIONS(4384), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4384), - }, - [1118] = { - [sym__alpha_identifier] = ACTIONS(4241), - [anon_sym_AT] = ACTIONS(4239), - [anon_sym_LBRACK] = ACTIONS(4239), - [anon_sym_as] = ACTIONS(4241), - [anon_sym_EQ] = ACTIONS(4241), - [anon_sym_LBRACE] = ACTIONS(4239), - [anon_sym_RBRACE] = ACTIONS(4239), - [anon_sym_LPAREN] = ACTIONS(4915), - [anon_sym_COMMA] = ACTIONS(4239), - [anon_sym_LT] = ACTIONS(4241), - [anon_sym_GT] = ACTIONS(4241), - [anon_sym_where] = ACTIONS(4241), - [anon_sym_object] = ACTIONS(4241), - [anon_sym_fun] = ACTIONS(4241), - [anon_sym_DOT] = ACTIONS(4241), - [anon_sym_SEMI] = ACTIONS(4239), - [anon_sym_get] = ACTIONS(4241), - [anon_sym_set] = ACTIONS(4241), - [anon_sym_this] = ACTIONS(4241), - [anon_sym_super] = ACTIONS(4241), - [anon_sym_STAR] = ACTIONS(4241), - [sym_label] = ACTIONS(4241), - [anon_sym_in] = ACTIONS(4241), - [anon_sym_DOT_DOT] = ACTIONS(4239), - [anon_sym_QMARK_COLON] = ACTIONS(4239), - [anon_sym_AMP_AMP] = ACTIONS(4239), - [anon_sym_PIPE_PIPE] = ACTIONS(4239), - [anon_sym_null] = ACTIONS(4241), - [anon_sym_if] = ACTIONS(4241), - [anon_sym_else] = ACTIONS(4241), - [anon_sym_when] = ACTIONS(4241), - [anon_sym_try] = ACTIONS(4241), - [anon_sym_throw] = ACTIONS(4241), - [anon_sym_return] = ACTIONS(4241), - [anon_sym_continue] = ACTIONS(4241), - [anon_sym_break] = ACTIONS(4241), - [anon_sym_COLON_COLON] = ACTIONS(4239), - [anon_sym_PLUS_EQ] = ACTIONS(4239), - [anon_sym_DASH_EQ] = ACTIONS(4239), - [anon_sym_STAR_EQ] = ACTIONS(4239), - [anon_sym_SLASH_EQ] = ACTIONS(4239), - [anon_sym_PERCENT_EQ] = ACTIONS(4239), - [anon_sym_BANG_EQ] = ACTIONS(4241), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4239), - [anon_sym_EQ_EQ] = ACTIONS(4241), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4239), - [anon_sym_LT_EQ] = ACTIONS(4239), - [anon_sym_GT_EQ] = ACTIONS(4239), - [anon_sym_BANGin] = ACTIONS(4239), - [anon_sym_is] = ACTIONS(4241), - [anon_sym_BANGis] = ACTIONS(4239), - [anon_sym_PLUS] = ACTIONS(4241), - [anon_sym_DASH] = ACTIONS(4241), - [anon_sym_SLASH] = ACTIONS(4241), - [anon_sym_PERCENT] = ACTIONS(4241), - [anon_sym_as_QMARK] = ACTIONS(4239), - [anon_sym_PLUS_PLUS] = ACTIONS(4239), - [anon_sym_DASH_DASH] = ACTIONS(4239), - [anon_sym_BANG] = ACTIONS(4241), - [anon_sym_BANG_BANG] = ACTIONS(4239), - [anon_sym_suspend] = ACTIONS(4241), - [anon_sym_sealed] = ACTIONS(4241), - [anon_sym_annotation] = ACTIONS(4241), - [anon_sym_data] = ACTIONS(4241), - [anon_sym_inner] = ACTIONS(4241), - [anon_sym_override] = ACTIONS(4241), - [anon_sym_lateinit] = ACTIONS(4241), - [anon_sym_public] = ACTIONS(4241), - [anon_sym_private] = ACTIONS(4241), - [anon_sym_internal] = ACTIONS(4241), - [anon_sym_protected] = ACTIONS(4241), - [anon_sym_tailrec] = ACTIONS(4241), - [anon_sym_operator] = ACTIONS(4241), - [anon_sym_infix] = ACTIONS(4241), - [anon_sym_inline] = ACTIONS(4241), - [anon_sym_external] = ACTIONS(4241), - [sym_property_modifier] = ACTIONS(4241), - [anon_sym_abstract] = ACTIONS(4241), - [anon_sym_final] = ACTIONS(4241), - [anon_sym_open] = ACTIONS(4241), - [anon_sym_vararg] = ACTIONS(4241), - [anon_sym_noinline] = ACTIONS(4241), - [anon_sym_crossinline] = ACTIONS(4241), - [anon_sym_expect] = ACTIONS(4241), - [anon_sym_actual] = ACTIONS(4241), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4239), - [anon_sym_continue_AT] = ACTIONS(4239), - [anon_sym_break_AT] = ACTIONS(4239), - [sym_real_literal] = ACTIONS(4239), - [sym_integer_literal] = ACTIONS(4241), - [sym_hex_literal] = ACTIONS(4239), - [sym_bin_literal] = ACTIONS(4239), - [anon_sym_true] = ACTIONS(4241), - [anon_sym_false] = ACTIONS(4241), - [anon_sym_SQUOTE] = ACTIONS(4239), - [sym__backtick_identifier] = ACTIONS(4239), - [sym__automatic_semicolon] = ACTIONS(4239), - [sym_safe_nav] = ACTIONS(4239), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4239), - }, - [1119] = { - [sym__alpha_identifier] = ACTIONS(4917), - [anon_sym_AT] = ACTIONS(4919), - [anon_sym_LBRACK] = ACTIONS(4919), - [anon_sym_as] = ACTIONS(4917), - [anon_sym_EQ] = ACTIONS(4917), - [anon_sym_LBRACE] = ACTIONS(4919), - [anon_sym_RBRACE] = ACTIONS(4919), - [anon_sym_LPAREN] = ACTIONS(4919), - [anon_sym_COMMA] = ACTIONS(4919), - [anon_sym_LT] = ACTIONS(4917), - [anon_sym_GT] = ACTIONS(4917), - [anon_sym_where] = ACTIONS(4917), - [anon_sym_object] = ACTIONS(4917), - [anon_sym_fun] = ACTIONS(4917), - [anon_sym_DOT] = ACTIONS(4917), - [anon_sym_SEMI] = ACTIONS(4919), - [anon_sym_get] = ACTIONS(4917), - [anon_sym_set] = ACTIONS(4917), - [anon_sym_this] = ACTIONS(4917), - [anon_sym_super] = ACTIONS(4917), - [anon_sym_STAR] = ACTIONS(4917), - [sym_label] = ACTIONS(4917), - [anon_sym_in] = ACTIONS(4917), - [anon_sym_DOT_DOT] = ACTIONS(4919), - [anon_sym_QMARK_COLON] = ACTIONS(4919), - [anon_sym_AMP_AMP] = ACTIONS(4919), - [anon_sym_PIPE_PIPE] = ACTIONS(4919), - [anon_sym_null] = ACTIONS(4917), - [anon_sym_if] = ACTIONS(4917), - [anon_sym_else] = ACTIONS(4917), - [anon_sym_when] = ACTIONS(4917), - [anon_sym_try] = ACTIONS(4917), - [anon_sym_throw] = ACTIONS(4917), - [anon_sym_return] = ACTIONS(4917), - [anon_sym_continue] = ACTIONS(4917), - [anon_sym_break] = ACTIONS(4917), - [anon_sym_COLON_COLON] = ACTIONS(4919), - [anon_sym_PLUS_EQ] = ACTIONS(4919), - [anon_sym_DASH_EQ] = ACTIONS(4919), - [anon_sym_STAR_EQ] = ACTIONS(4919), - [anon_sym_SLASH_EQ] = ACTIONS(4919), - [anon_sym_PERCENT_EQ] = ACTIONS(4919), - [anon_sym_BANG_EQ] = ACTIONS(4917), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4919), - [anon_sym_EQ_EQ] = ACTIONS(4917), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4919), - [anon_sym_LT_EQ] = ACTIONS(4919), - [anon_sym_GT_EQ] = ACTIONS(4919), - [anon_sym_BANGin] = ACTIONS(4919), - [anon_sym_is] = ACTIONS(4917), - [anon_sym_BANGis] = ACTIONS(4919), - [anon_sym_PLUS] = ACTIONS(4917), - [anon_sym_DASH] = ACTIONS(4917), - [anon_sym_SLASH] = ACTIONS(4917), - [anon_sym_PERCENT] = ACTIONS(4917), - [anon_sym_as_QMARK] = ACTIONS(4919), - [anon_sym_PLUS_PLUS] = ACTIONS(4919), - [anon_sym_DASH_DASH] = ACTIONS(4919), - [anon_sym_BANG] = ACTIONS(4917), - [anon_sym_BANG_BANG] = ACTIONS(4919), - [anon_sym_suspend] = ACTIONS(4917), - [anon_sym_sealed] = ACTIONS(4917), - [anon_sym_annotation] = ACTIONS(4917), - [anon_sym_data] = ACTIONS(4917), - [anon_sym_inner] = ACTIONS(4917), - [anon_sym_override] = ACTIONS(4917), - [anon_sym_lateinit] = ACTIONS(4917), - [anon_sym_public] = ACTIONS(4917), - [anon_sym_private] = ACTIONS(4917), - [anon_sym_internal] = ACTIONS(4917), - [anon_sym_protected] = ACTIONS(4917), - [anon_sym_tailrec] = ACTIONS(4917), - [anon_sym_operator] = ACTIONS(4917), - [anon_sym_infix] = ACTIONS(4917), - [anon_sym_inline] = ACTIONS(4917), - [anon_sym_external] = ACTIONS(4917), - [sym_property_modifier] = ACTIONS(4917), - [anon_sym_abstract] = ACTIONS(4917), - [anon_sym_final] = ACTIONS(4917), - [anon_sym_open] = ACTIONS(4917), - [anon_sym_vararg] = ACTIONS(4917), - [anon_sym_noinline] = ACTIONS(4917), - [anon_sym_crossinline] = ACTIONS(4917), - [anon_sym_expect] = ACTIONS(4917), - [anon_sym_actual] = ACTIONS(4917), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4919), - [anon_sym_continue_AT] = ACTIONS(4919), - [anon_sym_break_AT] = ACTIONS(4919), - [sym_real_literal] = ACTIONS(4919), - [sym_integer_literal] = ACTIONS(4917), - [sym_hex_literal] = ACTIONS(4919), - [sym_bin_literal] = ACTIONS(4919), - [anon_sym_true] = ACTIONS(4917), - [anon_sym_false] = ACTIONS(4917), - [anon_sym_SQUOTE] = ACTIONS(4919), - [sym__backtick_identifier] = ACTIONS(4919), - [sym__automatic_semicolon] = ACTIONS(4919), - [sym_safe_nav] = ACTIONS(4919), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4919), - }, - [1120] = { - [sym__alpha_identifier] = ACTIONS(4284), - [anon_sym_AT] = ACTIONS(4286), - [anon_sym_LBRACK] = ACTIONS(4286), - [anon_sym_as] = ACTIONS(4284), - [anon_sym_EQ] = ACTIONS(4284), - [anon_sym_LBRACE] = ACTIONS(4286), - [anon_sym_RBRACE] = ACTIONS(4286), - [anon_sym_LPAREN] = ACTIONS(4286), - [anon_sym_COMMA] = ACTIONS(4286), - [anon_sym_LT] = ACTIONS(4284), - [anon_sym_GT] = ACTIONS(4284), - [anon_sym_where] = ACTIONS(4284), - [anon_sym_object] = ACTIONS(4284), - [anon_sym_fun] = ACTIONS(4284), - [anon_sym_DOT] = ACTIONS(4284), - [anon_sym_SEMI] = ACTIONS(4286), - [anon_sym_get] = ACTIONS(4284), - [anon_sym_set] = ACTIONS(4284), - [anon_sym_this] = ACTIONS(4284), - [anon_sym_super] = ACTIONS(4284), - [anon_sym_STAR] = ACTIONS(4284), - [sym_label] = ACTIONS(4284), - [anon_sym_in] = ACTIONS(4284), - [anon_sym_DOT_DOT] = ACTIONS(4286), - [anon_sym_QMARK_COLON] = ACTIONS(4286), - [anon_sym_AMP_AMP] = ACTIONS(4286), - [anon_sym_PIPE_PIPE] = ACTIONS(4286), - [anon_sym_null] = ACTIONS(4284), - [anon_sym_if] = ACTIONS(4284), - [anon_sym_else] = ACTIONS(4284), - [anon_sym_when] = ACTIONS(4284), - [anon_sym_try] = ACTIONS(4284), - [anon_sym_throw] = ACTIONS(4284), - [anon_sym_return] = ACTIONS(4284), - [anon_sym_continue] = ACTIONS(4284), - [anon_sym_break] = ACTIONS(4284), - [anon_sym_COLON_COLON] = ACTIONS(4286), - [anon_sym_PLUS_EQ] = ACTIONS(4286), - [anon_sym_DASH_EQ] = ACTIONS(4286), - [anon_sym_STAR_EQ] = ACTIONS(4286), - [anon_sym_SLASH_EQ] = ACTIONS(4286), - [anon_sym_PERCENT_EQ] = ACTIONS(4286), - [anon_sym_BANG_EQ] = ACTIONS(4284), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4286), - [anon_sym_EQ_EQ] = ACTIONS(4284), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4286), - [anon_sym_LT_EQ] = ACTIONS(4286), - [anon_sym_GT_EQ] = ACTIONS(4286), - [anon_sym_BANGin] = ACTIONS(4286), - [anon_sym_is] = ACTIONS(4284), - [anon_sym_BANGis] = ACTIONS(4286), - [anon_sym_PLUS] = ACTIONS(4284), - [anon_sym_DASH] = ACTIONS(4284), - [anon_sym_SLASH] = ACTIONS(4284), - [anon_sym_PERCENT] = ACTIONS(4284), - [anon_sym_as_QMARK] = ACTIONS(4286), - [anon_sym_PLUS_PLUS] = ACTIONS(4286), - [anon_sym_DASH_DASH] = ACTIONS(4286), - [anon_sym_BANG] = ACTIONS(4284), - [anon_sym_BANG_BANG] = ACTIONS(4286), - [anon_sym_suspend] = ACTIONS(4284), - [anon_sym_sealed] = ACTIONS(4284), - [anon_sym_annotation] = ACTIONS(4284), - [anon_sym_data] = ACTIONS(4284), - [anon_sym_inner] = ACTIONS(4284), - [anon_sym_override] = ACTIONS(4284), - [anon_sym_lateinit] = ACTIONS(4284), - [anon_sym_public] = ACTIONS(4284), - [anon_sym_private] = ACTIONS(4284), - [anon_sym_internal] = ACTIONS(4284), - [anon_sym_protected] = ACTIONS(4284), - [anon_sym_tailrec] = ACTIONS(4284), - [anon_sym_operator] = ACTIONS(4284), - [anon_sym_infix] = ACTIONS(4284), - [anon_sym_inline] = ACTIONS(4284), - [anon_sym_external] = ACTIONS(4284), - [sym_property_modifier] = ACTIONS(4284), - [anon_sym_abstract] = ACTIONS(4284), - [anon_sym_final] = ACTIONS(4284), - [anon_sym_open] = ACTIONS(4284), - [anon_sym_vararg] = ACTIONS(4284), - [anon_sym_noinline] = ACTIONS(4284), - [anon_sym_crossinline] = ACTIONS(4284), - [anon_sym_expect] = ACTIONS(4284), - [anon_sym_actual] = ACTIONS(4284), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4286), - [anon_sym_continue_AT] = ACTIONS(4286), - [anon_sym_break_AT] = ACTIONS(4286), - [sym_real_literal] = ACTIONS(4286), - [sym_integer_literal] = ACTIONS(4284), - [sym_hex_literal] = ACTIONS(4286), - [sym_bin_literal] = ACTIONS(4286), - [anon_sym_true] = ACTIONS(4284), - [anon_sym_false] = ACTIONS(4284), - [anon_sym_SQUOTE] = ACTIONS(4286), - [sym__backtick_identifier] = ACTIONS(4286), - [sym__automatic_semicolon] = ACTIONS(4286), - [sym_safe_nav] = ACTIONS(4286), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4286), - }, - [1121] = { - [sym__alpha_identifier] = ACTIONS(119), - [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(117), - [anon_sym_as] = ACTIONS(119), - [anon_sym_EQ] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(117), - [anon_sym_RBRACE] = ACTIONS(117), - [anon_sym_LPAREN] = ACTIONS(117), - [anon_sym_COMMA] = ACTIONS(117), - [anon_sym_LT] = ACTIONS(119), - [anon_sym_GT] = ACTIONS(119), - [anon_sym_where] = ACTIONS(119), - [anon_sym_object] = ACTIONS(119), - [anon_sym_fun] = ACTIONS(119), - [anon_sym_DOT] = ACTIONS(119), - [anon_sym_SEMI] = ACTIONS(117), - [anon_sym_get] = ACTIONS(119), - [anon_sym_set] = ACTIONS(119), - [anon_sym_this] = ACTIONS(119), - [anon_sym_super] = ACTIONS(119), - [anon_sym_STAR] = ACTIONS(119), - [sym_label] = ACTIONS(119), - [anon_sym_in] = ACTIONS(119), - [anon_sym_DOT_DOT] = ACTIONS(117), - [anon_sym_QMARK_COLON] = ACTIONS(117), - [anon_sym_AMP_AMP] = ACTIONS(117), - [anon_sym_PIPE_PIPE] = ACTIONS(117), - [anon_sym_null] = ACTIONS(119), - [anon_sym_if] = ACTIONS(119), - [anon_sym_else] = ACTIONS(119), - [anon_sym_when] = ACTIONS(119), - [anon_sym_try] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(119), - [anon_sym_return] = ACTIONS(119), - [anon_sym_continue] = ACTIONS(119), - [anon_sym_break] = ACTIONS(119), - [anon_sym_COLON_COLON] = ACTIONS(117), - [anon_sym_PLUS_EQ] = ACTIONS(117), - [anon_sym_DASH_EQ] = ACTIONS(117), - [anon_sym_STAR_EQ] = ACTIONS(117), - [anon_sym_SLASH_EQ] = ACTIONS(117), - [anon_sym_PERCENT_EQ] = ACTIONS(117), - [anon_sym_BANG_EQ] = ACTIONS(119), - [anon_sym_BANG_EQ_EQ] = ACTIONS(117), - [anon_sym_EQ_EQ] = ACTIONS(119), - [anon_sym_EQ_EQ_EQ] = ACTIONS(117), - [anon_sym_LT_EQ] = ACTIONS(117), - [anon_sym_GT_EQ] = ACTIONS(117), - [anon_sym_BANGin] = ACTIONS(117), - [anon_sym_is] = ACTIONS(119), - [anon_sym_BANGis] = ACTIONS(117), - [anon_sym_PLUS] = ACTIONS(119), - [anon_sym_DASH] = ACTIONS(119), - [anon_sym_SLASH] = ACTIONS(119), - [anon_sym_PERCENT] = ACTIONS(119), - [anon_sym_as_QMARK] = ACTIONS(117), - [anon_sym_PLUS_PLUS] = ACTIONS(117), - [anon_sym_DASH_DASH] = ACTIONS(117), - [anon_sym_BANG] = ACTIONS(119), - [anon_sym_BANG_BANG] = ACTIONS(117), - [anon_sym_suspend] = ACTIONS(119), - [anon_sym_sealed] = ACTIONS(119), - [anon_sym_annotation] = ACTIONS(119), - [anon_sym_data] = ACTIONS(119), - [anon_sym_inner] = ACTIONS(119), - [anon_sym_override] = ACTIONS(119), - [anon_sym_lateinit] = ACTIONS(119), - [anon_sym_public] = ACTIONS(119), - [anon_sym_private] = ACTIONS(119), - [anon_sym_internal] = ACTIONS(119), - [anon_sym_protected] = ACTIONS(119), - [anon_sym_tailrec] = ACTIONS(119), - [anon_sym_operator] = ACTIONS(119), - [anon_sym_infix] = ACTIONS(119), - [anon_sym_inline] = ACTIONS(119), - [anon_sym_external] = ACTIONS(119), - [sym_property_modifier] = ACTIONS(119), - [anon_sym_abstract] = ACTIONS(119), - [anon_sym_final] = ACTIONS(119), - [anon_sym_open] = ACTIONS(119), - [anon_sym_vararg] = ACTIONS(119), - [anon_sym_noinline] = ACTIONS(119), - [anon_sym_crossinline] = ACTIONS(119), - [anon_sym_expect] = ACTIONS(119), - [anon_sym_actual] = ACTIONS(119), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(117), - [anon_sym_continue_AT] = ACTIONS(117), - [anon_sym_break_AT] = ACTIONS(117), - [sym_real_literal] = ACTIONS(117), - [sym_integer_literal] = ACTIONS(119), - [sym_hex_literal] = ACTIONS(117), - [sym_bin_literal] = ACTIONS(117), - [anon_sym_true] = ACTIONS(119), - [anon_sym_false] = ACTIONS(119), - [anon_sym_SQUOTE] = ACTIONS(117), - [sym__backtick_identifier] = ACTIONS(117), - [sym__automatic_semicolon] = ACTIONS(117), - [sym_safe_nav] = ACTIONS(117), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(117), - }, - [1122] = { - [sym__alpha_identifier] = ACTIONS(4460), - [anon_sym_AT] = ACTIONS(4462), - [anon_sym_LBRACK] = ACTIONS(4462), - [anon_sym_as] = ACTIONS(4460), - [anon_sym_EQ] = ACTIONS(4460), - [anon_sym_LBRACE] = ACTIONS(4462), - [anon_sym_RBRACE] = ACTIONS(4462), - [anon_sym_LPAREN] = ACTIONS(4462), - [anon_sym_COMMA] = ACTIONS(4462), - [anon_sym_LT] = ACTIONS(4460), - [anon_sym_GT] = ACTIONS(4460), - [anon_sym_where] = ACTIONS(4460), - [anon_sym_object] = ACTIONS(4460), - [anon_sym_fun] = ACTIONS(4460), - [anon_sym_DOT] = ACTIONS(4460), - [anon_sym_SEMI] = ACTIONS(4462), - [anon_sym_get] = ACTIONS(4460), - [anon_sym_set] = ACTIONS(4460), - [anon_sym_this] = ACTIONS(4460), - [anon_sym_super] = ACTIONS(4460), - [anon_sym_STAR] = ACTIONS(4460), - [sym_label] = ACTIONS(4460), - [anon_sym_in] = ACTIONS(4460), - [anon_sym_DOT_DOT] = ACTIONS(4462), - [anon_sym_QMARK_COLON] = ACTIONS(4462), - [anon_sym_AMP_AMP] = ACTIONS(4462), - [anon_sym_PIPE_PIPE] = ACTIONS(4462), - [anon_sym_null] = ACTIONS(4460), - [anon_sym_if] = ACTIONS(4460), - [anon_sym_else] = ACTIONS(4460), - [anon_sym_when] = ACTIONS(4460), - [anon_sym_try] = ACTIONS(4460), - [anon_sym_throw] = ACTIONS(4460), - [anon_sym_return] = ACTIONS(4460), - [anon_sym_continue] = ACTIONS(4460), - [anon_sym_break] = ACTIONS(4460), - [anon_sym_COLON_COLON] = ACTIONS(4462), - [anon_sym_PLUS_EQ] = ACTIONS(4462), - [anon_sym_DASH_EQ] = ACTIONS(4462), - [anon_sym_STAR_EQ] = ACTIONS(4462), - [anon_sym_SLASH_EQ] = ACTIONS(4462), - [anon_sym_PERCENT_EQ] = ACTIONS(4462), - [anon_sym_BANG_EQ] = ACTIONS(4460), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4462), - [anon_sym_EQ_EQ] = ACTIONS(4460), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4462), - [anon_sym_LT_EQ] = ACTIONS(4462), - [anon_sym_GT_EQ] = ACTIONS(4462), - [anon_sym_BANGin] = ACTIONS(4462), - [anon_sym_is] = ACTIONS(4460), - [anon_sym_BANGis] = ACTIONS(4462), - [anon_sym_PLUS] = ACTIONS(4460), - [anon_sym_DASH] = ACTIONS(4460), - [anon_sym_SLASH] = ACTIONS(4460), - [anon_sym_PERCENT] = ACTIONS(4460), - [anon_sym_as_QMARK] = ACTIONS(4462), - [anon_sym_PLUS_PLUS] = ACTIONS(4462), - [anon_sym_DASH_DASH] = ACTIONS(4462), - [anon_sym_BANG] = ACTIONS(4460), - [anon_sym_BANG_BANG] = ACTIONS(4462), - [anon_sym_suspend] = ACTIONS(4460), - [anon_sym_sealed] = ACTIONS(4460), - [anon_sym_annotation] = ACTIONS(4460), - [anon_sym_data] = ACTIONS(4460), - [anon_sym_inner] = ACTIONS(4460), - [anon_sym_override] = ACTIONS(4460), - [anon_sym_lateinit] = ACTIONS(4460), - [anon_sym_public] = ACTIONS(4460), - [anon_sym_private] = ACTIONS(4460), - [anon_sym_internal] = ACTIONS(4460), - [anon_sym_protected] = ACTIONS(4460), - [anon_sym_tailrec] = ACTIONS(4460), - [anon_sym_operator] = ACTIONS(4460), - [anon_sym_infix] = ACTIONS(4460), - [anon_sym_inline] = ACTIONS(4460), - [anon_sym_external] = ACTIONS(4460), - [sym_property_modifier] = ACTIONS(4460), - [anon_sym_abstract] = ACTIONS(4460), - [anon_sym_final] = ACTIONS(4460), - [anon_sym_open] = ACTIONS(4460), - [anon_sym_vararg] = ACTIONS(4460), - [anon_sym_noinline] = ACTIONS(4460), - [anon_sym_crossinline] = ACTIONS(4460), - [anon_sym_expect] = ACTIONS(4460), - [anon_sym_actual] = ACTIONS(4460), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4462), - [anon_sym_continue_AT] = ACTIONS(4462), - [anon_sym_break_AT] = ACTIONS(4462), - [sym_real_literal] = ACTIONS(4462), - [sym_integer_literal] = ACTIONS(4460), - [sym_hex_literal] = ACTIONS(4462), - [sym_bin_literal] = ACTIONS(4462), - [anon_sym_true] = ACTIONS(4460), - [anon_sym_false] = ACTIONS(4460), - [anon_sym_SQUOTE] = ACTIONS(4462), - [sym__backtick_identifier] = ACTIONS(4462), - [sym__automatic_semicolon] = ACTIONS(4462), - [sym_safe_nav] = ACTIONS(4462), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4462), - }, - [1123] = { - [sym__alpha_identifier] = ACTIONS(4257), - [anon_sym_AT] = ACTIONS(4255), - [anon_sym_LBRACK] = ACTIONS(4255), - [anon_sym_as] = ACTIONS(4257), - [anon_sym_EQ] = ACTIONS(4257), - [anon_sym_LBRACE] = ACTIONS(4255), - [anon_sym_RBRACE] = ACTIONS(4255), + [sym__alpha_identifier] = ACTIONS(4919), + [anon_sym_AT] = ACTIONS(4921), + [anon_sym_LBRACK] = ACTIONS(4921), + [anon_sym_as] = ACTIONS(4919), + [anon_sym_EQ] = ACTIONS(4919), + [anon_sym_LBRACE] = ACTIONS(4921), + [anon_sym_RBRACE] = ACTIONS(4921), [anon_sym_LPAREN] = ACTIONS(4921), - [anon_sym_COMMA] = ACTIONS(4255), - [anon_sym_LT] = ACTIONS(4257), - [anon_sym_GT] = ACTIONS(4257), - [anon_sym_where] = ACTIONS(4257), - [anon_sym_object] = ACTIONS(4257), - [anon_sym_fun] = ACTIONS(4257), - [anon_sym_DOT] = ACTIONS(4257), - [anon_sym_SEMI] = ACTIONS(4255), - [anon_sym_get] = ACTIONS(4257), - [anon_sym_set] = ACTIONS(4257), - [anon_sym_this] = ACTIONS(4257), - [anon_sym_super] = ACTIONS(4257), - [anon_sym_STAR] = ACTIONS(4257), - [sym_label] = ACTIONS(4257), - [anon_sym_in] = ACTIONS(4257), - [anon_sym_DOT_DOT] = ACTIONS(4255), - [anon_sym_QMARK_COLON] = ACTIONS(4255), - [anon_sym_AMP_AMP] = ACTIONS(4255), - [anon_sym_PIPE_PIPE] = ACTIONS(4255), - [anon_sym_null] = ACTIONS(4257), - [anon_sym_if] = ACTIONS(4257), - [anon_sym_else] = ACTIONS(4257), - [anon_sym_when] = ACTIONS(4257), - [anon_sym_try] = ACTIONS(4257), - [anon_sym_throw] = ACTIONS(4257), - [anon_sym_return] = ACTIONS(4257), - [anon_sym_continue] = ACTIONS(4257), - [anon_sym_break] = ACTIONS(4257), - [anon_sym_COLON_COLON] = ACTIONS(4255), - [anon_sym_PLUS_EQ] = ACTIONS(4255), - [anon_sym_DASH_EQ] = ACTIONS(4255), - [anon_sym_STAR_EQ] = ACTIONS(4255), - [anon_sym_SLASH_EQ] = ACTIONS(4255), - [anon_sym_PERCENT_EQ] = ACTIONS(4255), - [anon_sym_BANG_EQ] = ACTIONS(4257), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4255), - [anon_sym_EQ_EQ] = ACTIONS(4257), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4255), - [anon_sym_LT_EQ] = ACTIONS(4255), - [anon_sym_GT_EQ] = ACTIONS(4255), - [anon_sym_BANGin] = ACTIONS(4255), - [anon_sym_is] = ACTIONS(4257), - [anon_sym_BANGis] = ACTIONS(4255), - [anon_sym_PLUS] = ACTIONS(4257), - [anon_sym_DASH] = ACTIONS(4257), - [anon_sym_SLASH] = ACTIONS(4257), - [anon_sym_PERCENT] = ACTIONS(4257), - [anon_sym_as_QMARK] = ACTIONS(4255), - [anon_sym_PLUS_PLUS] = ACTIONS(4255), - [anon_sym_DASH_DASH] = ACTIONS(4255), - [anon_sym_BANG] = ACTIONS(4257), - [anon_sym_BANG_BANG] = ACTIONS(4255), - [anon_sym_suspend] = ACTIONS(4257), - [anon_sym_sealed] = ACTIONS(4257), - [anon_sym_annotation] = ACTIONS(4257), - [anon_sym_data] = ACTIONS(4257), - [anon_sym_inner] = ACTIONS(4257), - [anon_sym_override] = ACTIONS(4257), - [anon_sym_lateinit] = ACTIONS(4257), - [anon_sym_public] = ACTIONS(4257), - [anon_sym_private] = ACTIONS(4257), - [anon_sym_internal] = ACTIONS(4257), - [anon_sym_protected] = ACTIONS(4257), - [anon_sym_tailrec] = ACTIONS(4257), - [anon_sym_operator] = ACTIONS(4257), - [anon_sym_infix] = ACTIONS(4257), - [anon_sym_inline] = ACTIONS(4257), - [anon_sym_external] = ACTIONS(4257), - [sym_property_modifier] = ACTIONS(4257), - [anon_sym_abstract] = ACTIONS(4257), - [anon_sym_final] = ACTIONS(4257), - [anon_sym_open] = ACTIONS(4257), - [anon_sym_vararg] = ACTIONS(4257), - [anon_sym_noinline] = ACTIONS(4257), - [anon_sym_crossinline] = ACTIONS(4257), - [anon_sym_expect] = ACTIONS(4257), - [anon_sym_actual] = ACTIONS(4257), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4255), - [anon_sym_continue_AT] = ACTIONS(4255), - [anon_sym_break_AT] = ACTIONS(4255), - [sym_real_literal] = ACTIONS(4255), - [sym_integer_literal] = ACTIONS(4257), - [sym_hex_literal] = ACTIONS(4255), - [sym_bin_literal] = ACTIONS(4255), - [anon_sym_true] = ACTIONS(4257), - [anon_sym_false] = ACTIONS(4257), - [anon_sym_SQUOTE] = ACTIONS(4255), - [sym__backtick_identifier] = ACTIONS(4255), - [sym__automatic_semicolon] = ACTIONS(4255), - [sym_safe_nav] = ACTIONS(4255), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4255), + [anon_sym_COMMA] = ACTIONS(4921), + [anon_sym_LT] = ACTIONS(4919), + [anon_sym_GT] = ACTIONS(4919), + [anon_sym_where] = ACTIONS(4919), + [anon_sym_object] = ACTIONS(4919), + [anon_sym_fun] = ACTIONS(4919), + [anon_sym_DOT] = ACTIONS(4919), + [anon_sym_SEMI] = ACTIONS(4921), + [anon_sym_get] = ACTIONS(4919), + [anon_sym_set] = ACTIONS(4919), + [anon_sym_this] = ACTIONS(4919), + [anon_sym_super] = ACTIONS(4919), + [anon_sym_STAR] = ACTIONS(4919), + [sym_label] = ACTIONS(4919), + [anon_sym_in] = ACTIONS(4919), + [anon_sym_DOT_DOT] = ACTIONS(4921), + [anon_sym_QMARK_COLON] = ACTIONS(4921), + [anon_sym_AMP_AMP] = ACTIONS(4921), + [anon_sym_PIPE_PIPE] = ACTIONS(4921), + [anon_sym_null] = ACTIONS(4919), + [anon_sym_if] = ACTIONS(4919), + [anon_sym_else] = ACTIONS(4919), + [anon_sym_when] = ACTIONS(4919), + [anon_sym_try] = ACTIONS(4919), + [anon_sym_throw] = ACTIONS(4919), + [anon_sym_return] = ACTIONS(4919), + [anon_sym_continue] = ACTIONS(4919), + [anon_sym_break] = ACTIONS(4919), + [anon_sym_COLON_COLON] = ACTIONS(4921), + [anon_sym_PLUS_EQ] = ACTIONS(4921), + [anon_sym_DASH_EQ] = ACTIONS(4921), + [anon_sym_STAR_EQ] = ACTIONS(4921), + [anon_sym_SLASH_EQ] = ACTIONS(4921), + [anon_sym_PERCENT_EQ] = ACTIONS(4921), + [anon_sym_BANG_EQ] = ACTIONS(4919), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4921), + [anon_sym_EQ_EQ] = ACTIONS(4919), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4921), + [anon_sym_LT_EQ] = ACTIONS(4921), + [anon_sym_GT_EQ] = ACTIONS(4921), + [anon_sym_BANGin] = ACTIONS(4921), + [anon_sym_is] = ACTIONS(4919), + [anon_sym_BANGis] = ACTIONS(4921), + [anon_sym_PLUS] = ACTIONS(4919), + [anon_sym_DASH] = ACTIONS(4919), + [anon_sym_SLASH] = ACTIONS(4919), + [anon_sym_PERCENT] = ACTIONS(4919), + [anon_sym_as_QMARK] = ACTIONS(4921), + [anon_sym_PLUS_PLUS] = ACTIONS(4921), + [anon_sym_DASH_DASH] = ACTIONS(4921), + [anon_sym_BANG] = ACTIONS(4919), + [anon_sym_BANG_BANG] = ACTIONS(4921), + [anon_sym_suspend] = ACTIONS(4919), + [anon_sym_sealed] = ACTIONS(4919), + [anon_sym_annotation] = ACTIONS(4919), + [anon_sym_data] = ACTIONS(4919), + [anon_sym_inner] = ACTIONS(4919), + [anon_sym_override] = ACTIONS(4919), + [anon_sym_lateinit] = ACTIONS(4919), + [anon_sym_public] = ACTIONS(4919), + [anon_sym_private] = ACTIONS(4919), + [anon_sym_internal] = ACTIONS(4919), + [anon_sym_protected] = ACTIONS(4919), + [anon_sym_tailrec] = ACTIONS(4919), + [anon_sym_operator] = ACTIONS(4919), + [anon_sym_infix] = ACTIONS(4919), + [anon_sym_inline] = ACTIONS(4919), + [anon_sym_external] = ACTIONS(4919), + [sym_property_modifier] = ACTIONS(4919), + [anon_sym_abstract] = ACTIONS(4919), + [anon_sym_final] = ACTIONS(4919), + [anon_sym_open] = ACTIONS(4919), + [anon_sym_vararg] = ACTIONS(4919), + [anon_sym_noinline] = ACTIONS(4919), + [anon_sym_crossinline] = ACTIONS(4919), + [anon_sym_expect] = ACTIONS(4919), + [anon_sym_actual] = ACTIONS(4919), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4921), + [anon_sym_continue_AT] = ACTIONS(4921), + [anon_sym_break_AT] = ACTIONS(4921), + [sym_real_literal] = ACTIONS(4921), + [sym_integer_literal] = ACTIONS(4919), + [sym_hex_literal] = ACTIONS(4921), + [sym_bin_literal] = ACTIONS(4921), + [anon_sym_true] = ACTIONS(4919), + [anon_sym_false] = ACTIONS(4919), + [anon_sym_SQUOTE] = ACTIONS(4921), + [sym__backtick_identifier] = ACTIONS(4921), + [sym__automatic_semicolon] = ACTIONS(4921), + [sym_safe_nav] = ACTIONS(4921), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4921), }, - [1124] = { + [1118] = { [sym__alpha_identifier] = ACTIONS(4923), [anon_sym_AT] = ACTIONS(4925), [anon_sym_LBRACK] = ACTIONS(4925), @@ -163970,7 +163460,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_EQ] = ACTIONS(4923), [anon_sym_LBRACE] = ACTIONS(4925), [anon_sym_RBRACE] = ACTIONS(4925), - [anon_sym_LPAREN] = ACTIONS(4927), + [anon_sym_LPAREN] = ACTIONS(4925), [anon_sym_COMMA] = ACTIONS(4925), [anon_sym_LT] = ACTIONS(4923), [anon_sym_GT] = ACTIONS(4923), @@ -164065,728 +163555,1655 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(4925), }, + [1119] = { + [sym__alpha_identifier] = ACTIONS(4487), + [anon_sym_AT] = ACTIONS(4489), + [anon_sym_LBRACK] = ACTIONS(4489), + [anon_sym_as] = ACTIONS(4487), + [anon_sym_EQ] = ACTIONS(4487), + [anon_sym_LBRACE] = ACTIONS(4489), + [anon_sym_RBRACE] = ACTIONS(4489), + [anon_sym_LPAREN] = ACTIONS(4489), + [anon_sym_COMMA] = ACTIONS(4489), + [anon_sym_LT] = ACTIONS(4487), + [anon_sym_GT] = ACTIONS(4487), + [anon_sym_where] = ACTIONS(4487), + [anon_sym_object] = ACTIONS(4487), + [anon_sym_fun] = ACTIONS(4487), + [anon_sym_DOT] = ACTIONS(4487), + [anon_sym_SEMI] = ACTIONS(4489), + [anon_sym_get] = ACTIONS(4487), + [anon_sym_set] = ACTIONS(4487), + [anon_sym_this] = ACTIONS(4487), + [anon_sym_super] = ACTIONS(4487), + [anon_sym_STAR] = ACTIONS(4487), + [sym_label] = ACTIONS(4487), + [anon_sym_in] = ACTIONS(4487), + [anon_sym_DOT_DOT] = ACTIONS(4489), + [anon_sym_QMARK_COLON] = ACTIONS(4489), + [anon_sym_AMP_AMP] = ACTIONS(4489), + [anon_sym_PIPE_PIPE] = ACTIONS(4489), + [anon_sym_null] = ACTIONS(4487), + [anon_sym_if] = ACTIONS(4487), + [anon_sym_else] = ACTIONS(4487), + [anon_sym_when] = ACTIONS(4487), + [anon_sym_try] = ACTIONS(4487), + [anon_sym_throw] = ACTIONS(4487), + [anon_sym_return] = ACTIONS(4487), + [anon_sym_continue] = ACTIONS(4487), + [anon_sym_break] = ACTIONS(4487), + [anon_sym_COLON_COLON] = ACTIONS(4489), + [anon_sym_PLUS_EQ] = ACTIONS(4489), + [anon_sym_DASH_EQ] = ACTIONS(4489), + [anon_sym_STAR_EQ] = ACTIONS(4489), + [anon_sym_SLASH_EQ] = ACTIONS(4489), + [anon_sym_PERCENT_EQ] = ACTIONS(4489), + [anon_sym_BANG_EQ] = ACTIONS(4487), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4489), + [anon_sym_EQ_EQ] = ACTIONS(4487), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4489), + [anon_sym_LT_EQ] = ACTIONS(4489), + [anon_sym_GT_EQ] = ACTIONS(4489), + [anon_sym_BANGin] = ACTIONS(4489), + [anon_sym_is] = ACTIONS(4487), + [anon_sym_BANGis] = ACTIONS(4489), + [anon_sym_PLUS] = ACTIONS(4487), + [anon_sym_DASH] = ACTIONS(4487), + [anon_sym_SLASH] = ACTIONS(4487), + [anon_sym_PERCENT] = ACTIONS(4487), + [anon_sym_as_QMARK] = ACTIONS(4489), + [anon_sym_PLUS_PLUS] = ACTIONS(4489), + [anon_sym_DASH_DASH] = ACTIONS(4489), + [anon_sym_BANG] = ACTIONS(4487), + [anon_sym_BANG_BANG] = ACTIONS(4489), + [anon_sym_suspend] = ACTIONS(4487), + [anon_sym_sealed] = ACTIONS(4487), + [anon_sym_annotation] = ACTIONS(4487), + [anon_sym_data] = ACTIONS(4487), + [anon_sym_inner] = ACTIONS(4487), + [anon_sym_override] = ACTIONS(4487), + [anon_sym_lateinit] = ACTIONS(4487), + [anon_sym_public] = ACTIONS(4487), + [anon_sym_private] = ACTIONS(4487), + [anon_sym_internal] = ACTIONS(4487), + [anon_sym_protected] = ACTIONS(4487), + [anon_sym_tailrec] = ACTIONS(4487), + [anon_sym_operator] = ACTIONS(4487), + [anon_sym_infix] = ACTIONS(4487), + [anon_sym_inline] = ACTIONS(4487), + [anon_sym_external] = ACTIONS(4487), + [sym_property_modifier] = ACTIONS(4487), + [anon_sym_abstract] = ACTIONS(4487), + [anon_sym_final] = ACTIONS(4487), + [anon_sym_open] = ACTIONS(4487), + [anon_sym_vararg] = ACTIONS(4487), + [anon_sym_noinline] = ACTIONS(4487), + [anon_sym_crossinline] = ACTIONS(4487), + [anon_sym_expect] = ACTIONS(4487), + [anon_sym_actual] = ACTIONS(4487), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4489), + [anon_sym_continue_AT] = ACTIONS(4489), + [anon_sym_break_AT] = ACTIONS(4489), + [sym_real_literal] = ACTIONS(4489), + [sym_integer_literal] = ACTIONS(4487), + [sym_hex_literal] = ACTIONS(4489), + [sym_bin_literal] = ACTIONS(4489), + [anon_sym_true] = ACTIONS(4487), + [anon_sym_false] = ACTIONS(4487), + [anon_sym_SQUOTE] = ACTIONS(4489), + [sym__backtick_identifier] = ACTIONS(4489), + [sym__automatic_semicolon] = ACTIONS(4489), + [sym_safe_nav] = ACTIONS(4489), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4489), + }, + [1120] = { + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3340), + [anon_sym_LBRACK] = ACTIONS(3340), + [anon_sym_as] = ACTIONS(3338), + [anon_sym_EQ] = ACTIONS(3338), + [anon_sym_LBRACE] = ACTIONS(3340), + [anon_sym_RBRACE] = ACTIONS(3340), + [anon_sym_LPAREN] = ACTIONS(3340), + [anon_sym_COMMA] = ACTIONS(3340), + [anon_sym_LT] = ACTIONS(3338), + [anon_sym_GT] = ACTIONS(3338), + [anon_sym_where] = ACTIONS(3338), + [anon_sym_object] = ACTIONS(3338), + [anon_sym_fun] = ACTIONS(3338), + [anon_sym_DOT] = ACTIONS(3338), + [anon_sym_SEMI] = ACTIONS(3340), + [anon_sym_get] = ACTIONS(3338), + [anon_sym_set] = ACTIONS(3338), + [anon_sym_this] = ACTIONS(3338), + [anon_sym_super] = ACTIONS(3338), + [anon_sym_STAR] = ACTIONS(3338), + [sym_label] = ACTIONS(3338), + [anon_sym_in] = ACTIONS(3338), + [anon_sym_DOT_DOT] = ACTIONS(3340), + [anon_sym_QMARK_COLON] = ACTIONS(3340), + [anon_sym_AMP_AMP] = ACTIONS(3340), + [anon_sym_PIPE_PIPE] = ACTIONS(3340), + [anon_sym_null] = ACTIONS(3338), + [anon_sym_if] = ACTIONS(3338), + [anon_sym_else] = ACTIONS(3338), + [anon_sym_when] = ACTIONS(3338), + [anon_sym_try] = ACTIONS(3338), + [anon_sym_throw] = ACTIONS(3338), + [anon_sym_return] = ACTIONS(3338), + [anon_sym_continue] = ACTIONS(3338), + [anon_sym_break] = ACTIONS(3338), + [anon_sym_COLON_COLON] = ACTIONS(3340), + [anon_sym_PLUS_EQ] = ACTIONS(3340), + [anon_sym_DASH_EQ] = ACTIONS(3340), + [anon_sym_STAR_EQ] = ACTIONS(3340), + [anon_sym_SLASH_EQ] = ACTIONS(3340), + [anon_sym_PERCENT_EQ] = ACTIONS(3340), + [anon_sym_BANG_EQ] = ACTIONS(3338), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3340), + [anon_sym_EQ_EQ] = ACTIONS(3338), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3340), + [anon_sym_LT_EQ] = ACTIONS(3340), + [anon_sym_GT_EQ] = ACTIONS(3340), + [anon_sym_BANGin] = ACTIONS(3340), + [anon_sym_is] = ACTIONS(3338), + [anon_sym_BANGis] = ACTIONS(3340), + [anon_sym_PLUS] = ACTIONS(3338), + [anon_sym_DASH] = ACTIONS(3338), + [anon_sym_SLASH] = ACTIONS(3338), + [anon_sym_PERCENT] = ACTIONS(3338), + [anon_sym_as_QMARK] = ACTIONS(3340), + [anon_sym_PLUS_PLUS] = ACTIONS(3340), + [anon_sym_DASH_DASH] = ACTIONS(3340), + [anon_sym_BANG] = ACTIONS(3338), + [anon_sym_BANG_BANG] = ACTIONS(3340), + [anon_sym_suspend] = ACTIONS(3338), + [anon_sym_sealed] = ACTIONS(3338), + [anon_sym_annotation] = ACTIONS(3338), + [anon_sym_data] = ACTIONS(3338), + [anon_sym_inner] = ACTIONS(3338), + [anon_sym_override] = ACTIONS(3338), + [anon_sym_lateinit] = ACTIONS(3338), + [anon_sym_public] = ACTIONS(3338), + [anon_sym_private] = ACTIONS(3338), + [anon_sym_internal] = ACTIONS(3338), + [anon_sym_protected] = ACTIONS(3338), + [anon_sym_tailrec] = ACTIONS(3338), + [anon_sym_operator] = ACTIONS(3338), + [anon_sym_infix] = ACTIONS(3338), + [anon_sym_inline] = ACTIONS(3338), + [anon_sym_external] = ACTIONS(3338), + [sym_property_modifier] = ACTIONS(3338), + [anon_sym_abstract] = ACTIONS(3338), + [anon_sym_final] = ACTIONS(3338), + [anon_sym_open] = ACTIONS(3338), + [anon_sym_vararg] = ACTIONS(3338), + [anon_sym_noinline] = ACTIONS(3338), + [anon_sym_crossinline] = ACTIONS(3338), + [anon_sym_expect] = ACTIONS(3338), + [anon_sym_actual] = ACTIONS(3338), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3340), + [anon_sym_continue_AT] = ACTIONS(3340), + [anon_sym_break_AT] = ACTIONS(3340), + [sym_real_literal] = ACTIONS(3340), + [sym_integer_literal] = ACTIONS(3338), + [sym_hex_literal] = ACTIONS(3340), + [sym_bin_literal] = ACTIONS(3340), + [anon_sym_true] = ACTIONS(3338), + [anon_sym_false] = ACTIONS(3338), + [anon_sym_SQUOTE] = ACTIONS(3340), + [sym__backtick_identifier] = ACTIONS(3340), + [sym__automatic_semicolon] = ACTIONS(3340), + [sym_safe_nav] = ACTIONS(3340), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3340), + }, + [1121] = { + [sym__alpha_identifier] = ACTIONS(4927), + [anon_sym_AT] = ACTIONS(4929), + [anon_sym_LBRACK] = ACTIONS(4929), + [anon_sym_as] = ACTIONS(4927), + [anon_sym_EQ] = ACTIONS(4927), + [anon_sym_LBRACE] = ACTIONS(4929), + [anon_sym_RBRACE] = ACTIONS(4929), + [anon_sym_LPAREN] = ACTIONS(4929), + [anon_sym_COMMA] = ACTIONS(4929), + [anon_sym_LT] = ACTIONS(4927), + [anon_sym_GT] = ACTIONS(4927), + [anon_sym_where] = ACTIONS(4927), + [anon_sym_object] = ACTIONS(4927), + [anon_sym_fun] = ACTIONS(4927), + [anon_sym_DOT] = ACTIONS(4927), + [anon_sym_SEMI] = ACTIONS(4929), + [anon_sym_get] = ACTIONS(4927), + [anon_sym_set] = ACTIONS(4927), + [anon_sym_this] = ACTIONS(4927), + [anon_sym_super] = ACTIONS(4927), + [anon_sym_STAR] = ACTIONS(4927), + [sym_label] = ACTIONS(4927), + [anon_sym_in] = ACTIONS(4927), + [anon_sym_DOT_DOT] = ACTIONS(4929), + [anon_sym_QMARK_COLON] = ACTIONS(4929), + [anon_sym_AMP_AMP] = ACTIONS(4929), + [anon_sym_PIPE_PIPE] = ACTIONS(4929), + [anon_sym_null] = ACTIONS(4927), + [anon_sym_if] = ACTIONS(4927), + [anon_sym_else] = ACTIONS(4927), + [anon_sym_when] = ACTIONS(4927), + [anon_sym_try] = ACTIONS(4927), + [anon_sym_throw] = ACTIONS(4927), + [anon_sym_return] = ACTIONS(4927), + [anon_sym_continue] = ACTIONS(4927), + [anon_sym_break] = ACTIONS(4927), + [anon_sym_COLON_COLON] = ACTIONS(4929), + [anon_sym_PLUS_EQ] = ACTIONS(4929), + [anon_sym_DASH_EQ] = ACTIONS(4929), + [anon_sym_STAR_EQ] = ACTIONS(4929), + [anon_sym_SLASH_EQ] = ACTIONS(4929), + [anon_sym_PERCENT_EQ] = ACTIONS(4929), + [anon_sym_BANG_EQ] = ACTIONS(4927), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4929), + [anon_sym_EQ_EQ] = ACTIONS(4927), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4929), + [anon_sym_LT_EQ] = ACTIONS(4929), + [anon_sym_GT_EQ] = ACTIONS(4929), + [anon_sym_BANGin] = ACTIONS(4929), + [anon_sym_is] = ACTIONS(4927), + [anon_sym_BANGis] = ACTIONS(4929), + [anon_sym_PLUS] = ACTIONS(4927), + [anon_sym_DASH] = ACTIONS(4927), + [anon_sym_SLASH] = ACTIONS(4927), + [anon_sym_PERCENT] = ACTIONS(4927), + [anon_sym_as_QMARK] = ACTIONS(4929), + [anon_sym_PLUS_PLUS] = ACTIONS(4929), + [anon_sym_DASH_DASH] = ACTIONS(4929), + [anon_sym_BANG] = ACTIONS(4927), + [anon_sym_BANG_BANG] = ACTIONS(4929), + [anon_sym_suspend] = ACTIONS(4927), + [anon_sym_sealed] = ACTIONS(4927), + [anon_sym_annotation] = ACTIONS(4927), + [anon_sym_data] = ACTIONS(4927), + [anon_sym_inner] = ACTIONS(4927), + [anon_sym_override] = ACTIONS(4927), + [anon_sym_lateinit] = ACTIONS(4927), + [anon_sym_public] = ACTIONS(4927), + [anon_sym_private] = ACTIONS(4927), + [anon_sym_internal] = ACTIONS(4927), + [anon_sym_protected] = ACTIONS(4927), + [anon_sym_tailrec] = ACTIONS(4927), + [anon_sym_operator] = ACTIONS(4927), + [anon_sym_infix] = ACTIONS(4927), + [anon_sym_inline] = ACTIONS(4927), + [anon_sym_external] = ACTIONS(4927), + [sym_property_modifier] = ACTIONS(4927), + [anon_sym_abstract] = ACTIONS(4927), + [anon_sym_final] = ACTIONS(4927), + [anon_sym_open] = ACTIONS(4927), + [anon_sym_vararg] = ACTIONS(4927), + [anon_sym_noinline] = ACTIONS(4927), + [anon_sym_crossinline] = ACTIONS(4927), + [anon_sym_expect] = ACTIONS(4927), + [anon_sym_actual] = ACTIONS(4927), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4929), + [anon_sym_continue_AT] = ACTIONS(4929), + [anon_sym_break_AT] = ACTIONS(4929), + [sym_real_literal] = ACTIONS(4929), + [sym_integer_literal] = ACTIONS(4927), + [sym_hex_literal] = ACTIONS(4929), + [sym_bin_literal] = ACTIONS(4929), + [anon_sym_true] = ACTIONS(4927), + [anon_sym_false] = ACTIONS(4927), + [anon_sym_SQUOTE] = ACTIONS(4929), + [sym__backtick_identifier] = ACTIONS(4929), + [sym__automatic_semicolon] = ACTIONS(4929), + [sym_safe_nav] = ACTIONS(4929), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4929), + }, + [1122] = { + [sym__alpha_identifier] = ACTIONS(4672), + [anon_sym_AT] = ACTIONS(4674), + [anon_sym_LBRACK] = ACTIONS(4674), + [anon_sym_as] = ACTIONS(4672), + [anon_sym_EQ] = ACTIONS(4672), + [anon_sym_LBRACE] = ACTIONS(4674), + [anon_sym_RBRACE] = ACTIONS(4674), + [anon_sym_LPAREN] = ACTIONS(4674), + [anon_sym_COMMA] = ACTIONS(4674), + [anon_sym_LT] = ACTIONS(4672), + [anon_sym_GT] = ACTIONS(4672), + [anon_sym_where] = ACTIONS(4672), + [anon_sym_object] = ACTIONS(4672), + [anon_sym_fun] = ACTIONS(4672), + [anon_sym_DOT] = ACTIONS(4672), + [anon_sym_SEMI] = ACTIONS(4674), + [anon_sym_get] = ACTIONS(4672), + [anon_sym_set] = ACTIONS(4672), + [anon_sym_this] = ACTIONS(4672), + [anon_sym_super] = ACTIONS(4672), + [anon_sym_STAR] = ACTIONS(4672), + [sym_label] = ACTIONS(4672), + [anon_sym_in] = ACTIONS(4672), + [anon_sym_DOT_DOT] = ACTIONS(4674), + [anon_sym_QMARK_COLON] = ACTIONS(4674), + [anon_sym_AMP_AMP] = ACTIONS(4674), + [anon_sym_PIPE_PIPE] = ACTIONS(4674), + [anon_sym_null] = ACTIONS(4672), + [anon_sym_if] = ACTIONS(4672), + [anon_sym_else] = ACTIONS(4672), + [anon_sym_when] = ACTIONS(4672), + [anon_sym_try] = ACTIONS(4672), + [anon_sym_throw] = ACTIONS(4672), + [anon_sym_return] = ACTIONS(4672), + [anon_sym_continue] = ACTIONS(4672), + [anon_sym_break] = ACTIONS(4672), + [anon_sym_COLON_COLON] = ACTIONS(4674), + [anon_sym_PLUS_EQ] = ACTIONS(4674), + [anon_sym_DASH_EQ] = ACTIONS(4674), + [anon_sym_STAR_EQ] = ACTIONS(4674), + [anon_sym_SLASH_EQ] = ACTIONS(4674), + [anon_sym_PERCENT_EQ] = ACTIONS(4674), + [anon_sym_BANG_EQ] = ACTIONS(4672), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4674), + [anon_sym_EQ_EQ] = ACTIONS(4672), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4674), + [anon_sym_LT_EQ] = ACTIONS(4674), + [anon_sym_GT_EQ] = ACTIONS(4674), + [anon_sym_BANGin] = ACTIONS(4674), + [anon_sym_is] = ACTIONS(4672), + [anon_sym_BANGis] = ACTIONS(4674), + [anon_sym_PLUS] = ACTIONS(4672), + [anon_sym_DASH] = ACTIONS(4672), + [anon_sym_SLASH] = ACTIONS(4672), + [anon_sym_PERCENT] = ACTIONS(4672), + [anon_sym_as_QMARK] = ACTIONS(4674), + [anon_sym_PLUS_PLUS] = ACTIONS(4674), + [anon_sym_DASH_DASH] = ACTIONS(4674), + [anon_sym_BANG] = ACTIONS(4672), + [anon_sym_BANG_BANG] = ACTIONS(4674), + [anon_sym_suspend] = ACTIONS(4672), + [anon_sym_sealed] = ACTIONS(4672), + [anon_sym_annotation] = ACTIONS(4672), + [anon_sym_data] = ACTIONS(4672), + [anon_sym_inner] = ACTIONS(4672), + [anon_sym_override] = ACTIONS(4672), + [anon_sym_lateinit] = ACTIONS(4672), + [anon_sym_public] = ACTIONS(4672), + [anon_sym_private] = ACTIONS(4672), + [anon_sym_internal] = ACTIONS(4672), + [anon_sym_protected] = ACTIONS(4672), + [anon_sym_tailrec] = ACTIONS(4672), + [anon_sym_operator] = ACTIONS(4672), + [anon_sym_infix] = ACTIONS(4672), + [anon_sym_inline] = ACTIONS(4672), + [anon_sym_external] = ACTIONS(4672), + [sym_property_modifier] = ACTIONS(4672), + [anon_sym_abstract] = ACTIONS(4672), + [anon_sym_final] = ACTIONS(4672), + [anon_sym_open] = ACTIONS(4672), + [anon_sym_vararg] = ACTIONS(4672), + [anon_sym_noinline] = ACTIONS(4672), + [anon_sym_crossinline] = ACTIONS(4672), + [anon_sym_expect] = ACTIONS(4672), + [anon_sym_actual] = ACTIONS(4672), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4674), + [anon_sym_continue_AT] = ACTIONS(4674), + [anon_sym_break_AT] = ACTIONS(4674), + [sym_real_literal] = ACTIONS(4674), + [sym_integer_literal] = ACTIONS(4672), + [sym_hex_literal] = ACTIONS(4674), + [sym_bin_literal] = ACTIONS(4674), + [anon_sym_true] = ACTIONS(4672), + [anon_sym_false] = ACTIONS(4672), + [anon_sym_SQUOTE] = ACTIONS(4674), + [sym__backtick_identifier] = ACTIONS(4674), + [sym__automatic_semicolon] = ACTIONS(4674), + [sym_safe_nav] = ACTIONS(4674), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4674), + }, + [1123] = { + [sym__alpha_identifier] = ACTIONS(4198), + [anon_sym_AT] = ACTIONS(4200), + [anon_sym_LBRACK] = ACTIONS(4200), + [anon_sym_as] = ACTIONS(4198), + [anon_sym_EQ] = ACTIONS(4198), + [anon_sym_LBRACE] = ACTIONS(4200), + [anon_sym_RBRACE] = ACTIONS(4200), + [anon_sym_LPAREN] = ACTIONS(4200), + [anon_sym_COMMA] = ACTIONS(4200), + [anon_sym_LT] = ACTIONS(4198), + [anon_sym_GT] = ACTIONS(4198), + [anon_sym_where] = ACTIONS(4198), + [anon_sym_object] = ACTIONS(4198), + [anon_sym_fun] = ACTIONS(4198), + [anon_sym_DOT] = ACTIONS(4198), + [anon_sym_SEMI] = ACTIONS(4200), + [anon_sym_get] = ACTIONS(4198), + [anon_sym_set] = ACTIONS(4198), + [anon_sym_this] = ACTIONS(4198), + [anon_sym_super] = ACTIONS(4198), + [anon_sym_STAR] = ACTIONS(4198), + [sym_label] = ACTIONS(4198), + [anon_sym_in] = ACTIONS(4198), + [anon_sym_DOT_DOT] = ACTIONS(4200), + [anon_sym_QMARK_COLON] = ACTIONS(4200), + [anon_sym_AMP_AMP] = ACTIONS(4200), + [anon_sym_PIPE_PIPE] = ACTIONS(4200), + [anon_sym_null] = ACTIONS(4198), + [anon_sym_if] = ACTIONS(4198), + [anon_sym_else] = ACTIONS(4198), + [anon_sym_when] = ACTIONS(4198), + [anon_sym_try] = ACTIONS(4198), + [anon_sym_throw] = ACTIONS(4198), + [anon_sym_return] = ACTIONS(4198), + [anon_sym_continue] = ACTIONS(4198), + [anon_sym_break] = ACTIONS(4198), + [anon_sym_COLON_COLON] = ACTIONS(4200), + [anon_sym_PLUS_EQ] = ACTIONS(4200), + [anon_sym_DASH_EQ] = ACTIONS(4200), + [anon_sym_STAR_EQ] = ACTIONS(4200), + [anon_sym_SLASH_EQ] = ACTIONS(4200), + [anon_sym_PERCENT_EQ] = ACTIONS(4200), + [anon_sym_BANG_EQ] = ACTIONS(4198), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4200), + [anon_sym_EQ_EQ] = ACTIONS(4198), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4200), + [anon_sym_LT_EQ] = ACTIONS(4200), + [anon_sym_GT_EQ] = ACTIONS(4200), + [anon_sym_BANGin] = ACTIONS(4200), + [anon_sym_is] = ACTIONS(4198), + [anon_sym_BANGis] = ACTIONS(4200), + [anon_sym_PLUS] = ACTIONS(4198), + [anon_sym_DASH] = ACTIONS(4198), + [anon_sym_SLASH] = ACTIONS(4198), + [anon_sym_PERCENT] = ACTIONS(4198), + [anon_sym_as_QMARK] = ACTIONS(4200), + [anon_sym_PLUS_PLUS] = ACTIONS(4200), + [anon_sym_DASH_DASH] = ACTIONS(4200), + [anon_sym_BANG] = ACTIONS(4198), + [anon_sym_BANG_BANG] = ACTIONS(4200), + [anon_sym_suspend] = ACTIONS(4198), + [anon_sym_sealed] = ACTIONS(4198), + [anon_sym_annotation] = ACTIONS(4198), + [anon_sym_data] = ACTIONS(4198), + [anon_sym_inner] = ACTIONS(4198), + [anon_sym_override] = ACTIONS(4198), + [anon_sym_lateinit] = ACTIONS(4198), + [anon_sym_public] = ACTIONS(4198), + [anon_sym_private] = ACTIONS(4198), + [anon_sym_internal] = ACTIONS(4198), + [anon_sym_protected] = ACTIONS(4198), + [anon_sym_tailrec] = ACTIONS(4198), + [anon_sym_operator] = ACTIONS(4198), + [anon_sym_infix] = ACTIONS(4198), + [anon_sym_inline] = ACTIONS(4198), + [anon_sym_external] = ACTIONS(4198), + [sym_property_modifier] = ACTIONS(4198), + [anon_sym_abstract] = ACTIONS(4198), + [anon_sym_final] = ACTIONS(4198), + [anon_sym_open] = ACTIONS(4198), + [anon_sym_vararg] = ACTIONS(4198), + [anon_sym_noinline] = ACTIONS(4198), + [anon_sym_crossinline] = ACTIONS(4198), + [anon_sym_expect] = ACTIONS(4198), + [anon_sym_actual] = ACTIONS(4198), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4200), + [anon_sym_continue_AT] = ACTIONS(4200), + [anon_sym_break_AT] = ACTIONS(4200), + [sym_real_literal] = ACTIONS(4200), + [sym_integer_literal] = ACTIONS(4198), + [sym_hex_literal] = ACTIONS(4200), + [sym_bin_literal] = ACTIONS(4200), + [anon_sym_true] = ACTIONS(4198), + [anon_sym_false] = ACTIONS(4198), + [anon_sym_SQUOTE] = ACTIONS(4200), + [sym__backtick_identifier] = ACTIONS(4200), + [sym__automatic_semicolon] = ACTIONS(4200), + [sym_safe_nav] = ACTIONS(4200), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4200), + }, + [1124] = { + [sym__alpha_identifier] = ACTIONS(4256), + [anon_sym_AT] = ACTIONS(4258), + [anon_sym_LBRACK] = ACTIONS(4258), + [anon_sym_as] = ACTIONS(4256), + [anon_sym_EQ] = ACTIONS(4256), + [anon_sym_LBRACE] = ACTIONS(4258), + [anon_sym_RBRACE] = ACTIONS(4258), + [anon_sym_LPAREN] = ACTIONS(4258), + [anon_sym_COMMA] = ACTIONS(4258), + [anon_sym_LT] = ACTIONS(4256), + [anon_sym_GT] = ACTIONS(4256), + [anon_sym_where] = ACTIONS(4256), + [anon_sym_object] = ACTIONS(4256), + [anon_sym_fun] = ACTIONS(4256), + [anon_sym_DOT] = ACTIONS(4256), + [anon_sym_SEMI] = ACTIONS(4258), + [anon_sym_get] = ACTIONS(4256), + [anon_sym_set] = ACTIONS(4256), + [anon_sym_this] = ACTIONS(4256), + [anon_sym_super] = ACTIONS(4256), + [anon_sym_STAR] = ACTIONS(4256), + [sym_label] = ACTIONS(4256), + [anon_sym_in] = ACTIONS(4256), + [anon_sym_DOT_DOT] = ACTIONS(4258), + [anon_sym_QMARK_COLON] = ACTIONS(4258), + [anon_sym_AMP_AMP] = ACTIONS(4258), + [anon_sym_PIPE_PIPE] = ACTIONS(4258), + [anon_sym_null] = ACTIONS(4256), + [anon_sym_if] = ACTIONS(4256), + [anon_sym_else] = ACTIONS(4256), + [anon_sym_when] = ACTIONS(4256), + [anon_sym_try] = ACTIONS(4256), + [anon_sym_throw] = ACTIONS(4256), + [anon_sym_return] = ACTIONS(4256), + [anon_sym_continue] = ACTIONS(4256), + [anon_sym_break] = ACTIONS(4256), + [anon_sym_COLON_COLON] = ACTIONS(4258), + [anon_sym_PLUS_EQ] = ACTIONS(4258), + [anon_sym_DASH_EQ] = ACTIONS(4258), + [anon_sym_STAR_EQ] = ACTIONS(4258), + [anon_sym_SLASH_EQ] = ACTIONS(4258), + [anon_sym_PERCENT_EQ] = ACTIONS(4258), + [anon_sym_BANG_EQ] = ACTIONS(4256), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4258), + [anon_sym_EQ_EQ] = ACTIONS(4256), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4258), + [anon_sym_LT_EQ] = ACTIONS(4258), + [anon_sym_GT_EQ] = ACTIONS(4258), + [anon_sym_BANGin] = ACTIONS(4258), + [anon_sym_is] = ACTIONS(4256), + [anon_sym_BANGis] = ACTIONS(4258), + [anon_sym_PLUS] = ACTIONS(4256), + [anon_sym_DASH] = ACTIONS(4256), + [anon_sym_SLASH] = ACTIONS(4256), + [anon_sym_PERCENT] = ACTIONS(4256), + [anon_sym_as_QMARK] = ACTIONS(4258), + [anon_sym_PLUS_PLUS] = ACTIONS(4258), + [anon_sym_DASH_DASH] = ACTIONS(4258), + [anon_sym_BANG] = ACTIONS(4256), + [anon_sym_BANG_BANG] = ACTIONS(4258), + [anon_sym_suspend] = ACTIONS(4256), + [anon_sym_sealed] = ACTIONS(4256), + [anon_sym_annotation] = ACTIONS(4256), + [anon_sym_data] = ACTIONS(4256), + [anon_sym_inner] = ACTIONS(4256), + [anon_sym_override] = ACTIONS(4256), + [anon_sym_lateinit] = ACTIONS(4256), + [anon_sym_public] = ACTIONS(4256), + [anon_sym_private] = ACTIONS(4256), + [anon_sym_internal] = ACTIONS(4256), + [anon_sym_protected] = ACTIONS(4256), + [anon_sym_tailrec] = ACTIONS(4256), + [anon_sym_operator] = ACTIONS(4256), + [anon_sym_infix] = ACTIONS(4256), + [anon_sym_inline] = ACTIONS(4256), + [anon_sym_external] = ACTIONS(4256), + [sym_property_modifier] = ACTIONS(4256), + [anon_sym_abstract] = ACTIONS(4256), + [anon_sym_final] = ACTIONS(4256), + [anon_sym_open] = ACTIONS(4256), + [anon_sym_vararg] = ACTIONS(4256), + [anon_sym_noinline] = ACTIONS(4256), + [anon_sym_crossinline] = ACTIONS(4256), + [anon_sym_expect] = ACTIONS(4256), + [anon_sym_actual] = ACTIONS(4256), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4258), + [anon_sym_continue_AT] = ACTIONS(4258), + [anon_sym_break_AT] = ACTIONS(4258), + [sym_real_literal] = ACTIONS(4258), + [sym_integer_literal] = ACTIONS(4256), + [sym_hex_literal] = ACTIONS(4258), + [sym_bin_literal] = ACTIONS(4258), + [anon_sym_true] = ACTIONS(4256), + [anon_sym_false] = ACTIONS(4256), + [anon_sym_SQUOTE] = ACTIONS(4258), + [sym__backtick_identifier] = ACTIONS(4258), + [sym__automatic_semicolon] = ACTIONS(4258), + [sym_safe_nav] = ACTIONS(4258), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4258), + }, [1125] = { - [sym__alpha_identifier] = ACTIONS(4929), - [anon_sym_AT] = ACTIONS(4931), - [anon_sym_LBRACK] = ACTIONS(4931), - [anon_sym_as] = ACTIONS(4929), - [anon_sym_EQ] = ACTIONS(4929), - [anon_sym_LBRACE] = ACTIONS(4931), - [anon_sym_RBRACE] = ACTIONS(4931), - [anon_sym_LPAREN] = ACTIONS(4933), - [anon_sym_COMMA] = ACTIONS(4931), - [anon_sym_LT] = ACTIONS(4929), - [anon_sym_GT] = ACTIONS(4929), - [anon_sym_where] = ACTIONS(4929), - [anon_sym_object] = ACTIONS(4929), - [anon_sym_fun] = ACTIONS(4929), - [anon_sym_DOT] = ACTIONS(4929), - [anon_sym_SEMI] = ACTIONS(4931), - [anon_sym_get] = ACTIONS(4929), - [anon_sym_set] = ACTIONS(4929), - [anon_sym_this] = ACTIONS(4929), - [anon_sym_super] = ACTIONS(4929), - [anon_sym_STAR] = ACTIONS(4929), - [sym_label] = ACTIONS(4929), - [anon_sym_in] = ACTIONS(4929), - [anon_sym_DOT_DOT] = ACTIONS(4931), - [anon_sym_QMARK_COLON] = ACTIONS(4931), - [anon_sym_AMP_AMP] = ACTIONS(4931), - [anon_sym_PIPE_PIPE] = ACTIONS(4931), - [anon_sym_null] = ACTIONS(4929), - [anon_sym_if] = ACTIONS(4929), - [anon_sym_else] = ACTIONS(4929), - [anon_sym_when] = ACTIONS(4929), - [anon_sym_try] = ACTIONS(4929), - [anon_sym_throw] = ACTIONS(4929), - [anon_sym_return] = ACTIONS(4929), - [anon_sym_continue] = ACTIONS(4929), - [anon_sym_break] = ACTIONS(4929), - [anon_sym_COLON_COLON] = ACTIONS(4931), - [anon_sym_PLUS_EQ] = ACTIONS(4931), - [anon_sym_DASH_EQ] = ACTIONS(4931), - [anon_sym_STAR_EQ] = ACTIONS(4931), - [anon_sym_SLASH_EQ] = ACTIONS(4931), - [anon_sym_PERCENT_EQ] = ACTIONS(4931), - [anon_sym_BANG_EQ] = ACTIONS(4929), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4931), - [anon_sym_EQ_EQ] = ACTIONS(4929), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4931), - [anon_sym_LT_EQ] = ACTIONS(4931), - [anon_sym_GT_EQ] = ACTIONS(4931), - [anon_sym_BANGin] = ACTIONS(4931), - [anon_sym_is] = ACTIONS(4929), - [anon_sym_BANGis] = ACTIONS(4931), - [anon_sym_PLUS] = ACTIONS(4929), - [anon_sym_DASH] = ACTIONS(4929), - [anon_sym_SLASH] = ACTIONS(4929), - [anon_sym_PERCENT] = ACTIONS(4929), - [anon_sym_as_QMARK] = ACTIONS(4931), - [anon_sym_PLUS_PLUS] = ACTIONS(4931), - [anon_sym_DASH_DASH] = ACTIONS(4931), - [anon_sym_BANG] = ACTIONS(4929), - [anon_sym_BANG_BANG] = ACTIONS(4931), - [anon_sym_suspend] = ACTIONS(4929), - [anon_sym_sealed] = ACTIONS(4929), - [anon_sym_annotation] = ACTIONS(4929), - [anon_sym_data] = ACTIONS(4929), - [anon_sym_inner] = ACTIONS(4929), - [anon_sym_override] = ACTIONS(4929), - [anon_sym_lateinit] = ACTIONS(4929), - [anon_sym_public] = ACTIONS(4929), - [anon_sym_private] = ACTIONS(4929), - [anon_sym_internal] = ACTIONS(4929), - [anon_sym_protected] = ACTIONS(4929), - [anon_sym_tailrec] = ACTIONS(4929), - [anon_sym_operator] = ACTIONS(4929), - [anon_sym_infix] = ACTIONS(4929), - [anon_sym_inline] = ACTIONS(4929), - [anon_sym_external] = ACTIONS(4929), - [sym_property_modifier] = ACTIONS(4929), - [anon_sym_abstract] = ACTIONS(4929), - [anon_sym_final] = ACTIONS(4929), - [anon_sym_open] = ACTIONS(4929), - [anon_sym_vararg] = ACTIONS(4929), - [anon_sym_noinline] = ACTIONS(4929), - [anon_sym_crossinline] = ACTIONS(4929), - [anon_sym_expect] = ACTIONS(4929), - [anon_sym_actual] = ACTIONS(4929), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4931), - [anon_sym_continue_AT] = ACTIONS(4931), - [anon_sym_break_AT] = ACTIONS(4931), - [sym_real_literal] = ACTIONS(4931), - [sym_integer_literal] = ACTIONS(4929), - [sym_hex_literal] = ACTIONS(4931), - [sym_bin_literal] = ACTIONS(4931), - [anon_sym_true] = ACTIONS(4929), - [anon_sym_false] = ACTIONS(4929), - [anon_sym_SQUOTE] = ACTIONS(4931), - [sym__backtick_identifier] = ACTIONS(4931), - [sym__automatic_semicolon] = ACTIONS(4931), - [sym_safe_nav] = ACTIONS(4931), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4931), + [sym__alpha_identifier] = ACTIONS(4293), + [anon_sym_AT] = ACTIONS(4291), + [anon_sym_LBRACK] = ACTIONS(4291), + [anon_sym_as] = ACTIONS(4293), + [anon_sym_EQ] = ACTIONS(4293), + [anon_sym_LBRACE] = ACTIONS(4291), + [anon_sym_RBRACE] = ACTIONS(4291), + [anon_sym_LPAREN] = ACTIONS(4931), + [anon_sym_COMMA] = ACTIONS(4291), + [anon_sym_LT] = ACTIONS(4293), + [anon_sym_GT] = ACTIONS(4293), + [anon_sym_where] = ACTIONS(4293), + [anon_sym_object] = ACTIONS(4293), + [anon_sym_fun] = ACTIONS(4293), + [anon_sym_DOT] = ACTIONS(4293), + [anon_sym_SEMI] = ACTIONS(4291), + [anon_sym_get] = ACTIONS(4293), + [anon_sym_set] = ACTIONS(4293), + [anon_sym_this] = ACTIONS(4293), + [anon_sym_super] = ACTIONS(4293), + [anon_sym_STAR] = ACTIONS(4293), + [sym_label] = ACTIONS(4293), + [anon_sym_in] = ACTIONS(4293), + [anon_sym_DOT_DOT] = ACTIONS(4291), + [anon_sym_QMARK_COLON] = ACTIONS(4291), + [anon_sym_AMP_AMP] = ACTIONS(4291), + [anon_sym_PIPE_PIPE] = ACTIONS(4291), + [anon_sym_null] = ACTIONS(4293), + [anon_sym_if] = ACTIONS(4293), + [anon_sym_else] = ACTIONS(4293), + [anon_sym_when] = ACTIONS(4293), + [anon_sym_try] = ACTIONS(4293), + [anon_sym_throw] = ACTIONS(4293), + [anon_sym_return] = ACTIONS(4293), + [anon_sym_continue] = ACTIONS(4293), + [anon_sym_break] = ACTIONS(4293), + [anon_sym_COLON_COLON] = ACTIONS(4291), + [anon_sym_PLUS_EQ] = ACTIONS(4291), + [anon_sym_DASH_EQ] = ACTIONS(4291), + [anon_sym_STAR_EQ] = ACTIONS(4291), + [anon_sym_SLASH_EQ] = ACTIONS(4291), + [anon_sym_PERCENT_EQ] = ACTIONS(4291), + [anon_sym_BANG_EQ] = ACTIONS(4293), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4291), + [anon_sym_EQ_EQ] = ACTIONS(4293), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4291), + [anon_sym_LT_EQ] = ACTIONS(4291), + [anon_sym_GT_EQ] = ACTIONS(4291), + [anon_sym_BANGin] = ACTIONS(4291), + [anon_sym_is] = ACTIONS(4293), + [anon_sym_BANGis] = ACTIONS(4291), + [anon_sym_PLUS] = ACTIONS(4293), + [anon_sym_DASH] = ACTIONS(4293), + [anon_sym_SLASH] = ACTIONS(4293), + [anon_sym_PERCENT] = ACTIONS(4293), + [anon_sym_as_QMARK] = ACTIONS(4291), + [anon_sym_PLUS_PLUS] = ACTIONS(4291), + [anon_sym_DASH_DASH] = ACTIONS(4291), + [anon_sym_BANG] = ACTIONS(4293), + [anon_sym_BANG_BANG] = ACTIONS(4291), + [anon_sym_suspend] = ACTIONS(4293), + [anon_sym_sealed] = ACTIONS(4293), + [anon_sym_annotation] = ACTIONS(4293), + [anon_sym_data] = ACTIONS(4293), + [anon_sym_inner] = ACTIONS(4293), + [anon_sym_override] = ACTIONS(4293), + [anon_sym_lateinit] = ACTIONS(4293), + [anon_sym_public] = ACTIONS(4293), + [anon_sym_private] = ACTIONS(4293), + [anon_sym_internal] = ACTIONS(4293), + [anon_sym_protected] = ACTIONS(4293), + [anon_sym_tailrec] = ACTIONS(4293), + [anon_sym_operator] = ACTIONS(4293), + [anon_sym_infix] = ACTIONS(4293), + [anon_sym_inline] = ACTIONS(4293), + [anon_sym_external] = ACTIONS(4293), + [sym_property_modifier] = ACTIONS(4293), + [anon_sym_abstract] = ACTIONS(4293), + [anon_sym_final] = ACTIONS(4293), + [anon_sym_open] = ACTIONS(4293), + [anon_sym_vararg] = ACTIONS(4293), + [anon_sym_noinline] = ACTIONS(4293), + [anon_sym_crossinline] = ACTIONS(4293), + [anon_sym_expect] = ACTIONS(4293), + [anon_sym_actual] = ACTIONS(4293), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4291), + [anon_sym_continue_AT] = ACTIONS(4291), + [anon_sym_break_AT] = ACTIONS(4291), + [sym_real_literal] = ACTIONS(4291), + [sym_integer_literal] = ACTIONS(4293), + [sym_hex_literal] = ACTIONS(4291), + [sym_bin_literal] = ACTIONS(4291), + [anon_sym_true] = ACTIONS(4293), + [anon_sym_false] = ACTIONS(4293), + [anon_sym_SQUOTE] = ACTIONS(4291), + [sym__backtick_identifier] = ACTIONS(4291), + [sym__automatic_semicolon] = ACTIONS(4291), + [sym_safe_nav] = ACTIONS(4291), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4291), }, [1126] = { - [sym__alpha_identifier] = ACTIONS(4406), - [anon_sym_AT] = ACTIONS(4408), - [anon_sym_LBRACK] = ACTIONS(4408), - [anon_sym_as] = ACTIONS(4406), - [anon_sym_EQ] = ACTIONS(4406), - [anon_sym_LBRACE] = ACTIONS(4408), - [anon_sym_RBRACE] = ACTIONS(4408), - [anon_sym_LPAREN] = ACTIONS(4408), - [anon_sym_COMMA] = ACTIONS(4408), - [anon_sym_LT] = ACTIONS(4406), - [anon_sym_GT] = ACTIONS(4406), - [anon_sym_where] = ACTIONS(4406), - [anon_sym_object] = ACTIONS(4406), - [anon_sym_fun] = ACTIONS(4406), - [anon_sym_DOT] = ACTIONS(4406), - [anon_sym_SEMI] = ACTIONS(4408), - [anon_sym_get] = ACTIONS(4406), - [anon_sym_set] = ACTIONS(4406), - [anon_sym_this] = ACTIONS(4406), - [anon_sym_super] = ACTIONS(4406), - [anon_sym_STAR] = ACTIONS(4406), - [sym_label] = ACTIONS(4406), - [anon_sym_in] = ACTIONS(4406), - [anon_sym_DOT_DOT] = ACTIONS(4408), - [anon_sym_QMARK_COLON] = ACTIONS(4408), - [anon_sym_AMP_AMP] = ACTIONS(4408), - [anon_sym_PIPE_PIPE] = ACTIONS(4408), - [anon_sym_null] = ACTIONS(4406), - [anon_sym_if] = ACTIONS(4406), - [anon_sym_else] = ACTIONS(4406), - [anon_sym_when] = ACTIONS(4406), - [anon_sym_try] = ACTIONS(4406), - [anon_sym_throw] = ACTIONS(4406), - [anon_sym_return] = ACTIONS(4406), - [anon_sym_continue] = ACTIONS(4406), - [anon_sym_break] = ACTIONS(4406), - [anon_sym_COLON_COLON] = ACTIONS(4408), - [anon_sym_PLUS_EQ] = ACTIONS(4408), - [anon_sym_DASH_EQ] = ACTIONS(4408), - [anon_sym_STAR_EQ] = ACTIONS(4408), - [anon_sym_SLASH_EQ] = ACTIONS(4408), - [anon_sym_PERCENT_EQ] = ACTIONS(4408), - [anon_sym_BANG_EQ] = ACTIONS(4406), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4408), - [anon_sym_EQ_EQ] = ACTIONS(4406), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4408), - [anon_sym_LT_EQ] = ACTIONS(4408), - [anon_sym_GT_EQ] = ACTIONS(4408), - [anon_sym_BANGin] = ACTIONS(4408), - [anon_sym_is] = ACTIONS(4406), - [anon_sym_BANGis] = ACTIONS(4408), - [anon_sym_PLUS] = ACTIONS(4406), - [anon_sym_DASH] = ACTIONS(4406), - [anon_sym_SLASH] = ACTIONS(4406), - [anon_sym_PERCENT] = ACTIONS(4406), - [anon_sym_as_QMARK] = ACTIONS(4408), - [anon_sym_PLUS_PLUS] = ACTIONS(4408), - [anon_sym_DASH_DASH] = ACTIONS(4408), - [anon_sym_BANG] = ACTIONS(4406), - [anon_sym_BANG_BANG] = ACTIONS(4408), - [anon_sym_suspend] = ACTIONS(4406), - [anon_sym_sealed] = ACTIONS(4406), - [anon_sym_annotation] = ACTIONS(4406), - [anon_sym_data] = ACTIONS(4406), - [anon_sym_inner] = ACTIONS(4406), - [anon_sym_override] = ACTIONS(4406), - [anon_sym_lateinit] = ACTIONS(4406), - [anon_sym_public] = ACTIONS(4406), - [anon_sym_private] = ACTIONS(4406), - [anon_sym_internal] = ACTIONS(4406), - [anon_sym_protected] = ACTIONS(4406), - [anon_sym_tailrec] = ACTIONS(4406), - [anon_sym_operator] = ACTIONS(4406), - [anon_sym_infix] = ACTIONS(4406), - [anon_sym_inline] = ACTIONS(4406), - [anon_sym_external] = ACTIONS(4406), - [sym_property_modifier] = ACTIONS(4406), - [anon_sym_abstract] = ACTIONS(4406), - [anon_sym_final] = ACTIONS(4406), - [anon_sym_open] = ACTIONS(4406), - [anon_sym_vararg] = ACTIONS(4406), - [anon_sym_noinline] = ACTIONS(4406), - [anon_sym_crossinline] = ACTIONS(4406), - [anon_sym_expect] = ACTIONS(4406), - [anon_sym_actual] = ACTIONS(4406), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4408), - [anon_sym_continue_AT] = ACTIONS(4408), - [anon_sym_break_AT] = ACTIONS(4408), - [sym_real_literal] = ACTIONS(4408), - [sym_integer_literal] = ACTIONS(4406), - [sym_hex_literal] = ACTIONS(4408), - [sym_bin_literal] = ACTIONS(4408), - [anon_sym_true] = ACTIONS(4406), - [anon_sym_false] = ACTIONS(4406), - [anon_sym_SQUOTE] = ACTIONS(4408), - [sym__backtick_identifier] = ACTIONS(4408), - [sym__automatic_semicolon] = ACTIONS(4408), - [sym_safe_nav] = ACTIONS(4408), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4408), + [sym__alpha_identifier] = ACTIONS(4933), + [anon_sym_AT] = ACTIONS(4935), + [anon_sym_LBRACK] = ACTIONS(4935), + [anon_sym_as] = ACTIONS(4933), + [anon_sym_EQ] = ACTIONS(4933), + [anon_sym_LBRACE] = ACTIONS(4935), + [anon_sym_RBRACE] = ACTIONS(4935), + [anon_sym_LPAREN] = ACTIONS(4935), + [anon_sym_COMMA] = ACTIONS(4935), + [anon_sym_LT] = ACTIONS(4933), + [anon_sym_GT] = ACTIONS(4933), + [anon_sym_where] = ACTIONS(4933), + [anon_sym_object] = ACTIONS(4933), + [anon_sym_fun] = ACTIONS(4933), + [anon_sym_DOT] = ACTIONS(4933), + [anon_sym_SEMI] = ACTIONS(4935), + [anon_sym_get] = ACTIONS(4933), + [anon_sym_set] = ACTIONS(4933), + [anon_sym_this] = ACTIONS(4933), + [anon_sym_super] = ACTIONS(4933), + [anon_sym_STAR] = ACTIONS(4933), + [sym_label] = ACTIONS(4933), + [anon_sym_in] = ACTIONS(4933), + [anon_sym_DOT_DOT] = ACTIONS(4935), + [anon_sym_QMARK_COLON] = ACTIONS(4935), + [anon_sym_AMP_AMP] = ACTIONS(4935), + [anon_sym_PIPE_PIPE] = ACTIONS(4935), + [anon_sym_null] = ACTIONS(4933), + [anon_sym_if] = ACTIONS(4933), + [anon_sym_else] = ACTIONS(4933), + [anon_sym_when] = ACTIONS(4933), + [anon_sym_try] = ACTIONS(4933), + [anon_sym_throw] = ACTIONS(4933), + [anon_sym_return] = ACTIONS(4933), + [anon_sym_continue] = ACTIONS(4933), + [anon_sym_break] = ACTIONS(4933), + [anon_sym_COLON_COLON] = ACTIONS(4935), + [anon_sym_PLUS_EQ] = ACTIONS(4935), + [anon_sym_DASH_EQ] = ACTIONS(4935), + [anon_sym_STAR_EQ] = ACTIONS(4935), + [anon_sym_SLASH_EQ] = ACTIONS(4935), + [anon_sym_PERCENT_EQ] = ACTIONS(4935), + [anon_sym_BANG_EQ] = ACTIONS(4933), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4935), + [anon_sym_EQ_EQ] = ACTIONS(4933), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4935), + [anon_sym_LT_EQ] = ACTIONS(4935), + [anon_sym_GT_EQ] = ACTIONS(4935), + [anon_sym_BANGin] = ACTIONS(4935), + [anon_sym_is] = ACTIONS(4933), + [anon_sym_BANGis] = ACTIONS(4935), + [anon_sym_PLUS] = ACTIONS(4933), + [anon_sym_DASH] = ACTIONS(4933), + [anon_sym_SLASH] = ACTIONS(4933), + [anon_sym_PERCENT] = ACTIONS(4933), + [anon_sym_as_QMARK] = ACTIONS(4935), + [anon_sym_PLUS_PLUS] = ACTIONS(4935), + [anon_sym_DASH_DASH] = ACTIONS(4935), + [anon_sym_BANG] = ACTIONS(4933), + [anon_sym_BANG_BANG] = ACTIONS(4935), + [anon_sym_suspend] = ACTIONS(4933), + [anon_sym_sealed] = ACTIONS(4933), + [anon_sym_annotation] = ACTIONS(4933), + [anon_sym_data] = ACTIONS(4933), + [anon_sym_inner] = ACTIONS(4933), + [anon_sym_override] = ACTIONS(4933), + [anon_sym_lateinit] = ACTIONS(4933), + [anon_sym_public] = ACTIONS(4933), + [anon_sym_private] = ACTIONS(4933), + [anon_sym_internal] = ACTIONS(4933), + [anon_sym_protected] = ACTIONS(4933), + [anon_sym_tailrec] = ACTIONS(4933), + [anon_sym_operator] = ACTIONS(4933), + [anon_sym_infix] = ACTIONS(4933), + [anon_sym_inline] = ACTIONS(4933), + [anon_sym_external] = ACTIONS(4933), + [sym_property_modifier] = ACTIONS(4933), + [anon_sym_abstract] = ACTIONS(4933), + [anon_sym_final] = ACTIONS(4933), + [anon_sym_open] = ACTIONS(4933), + [anon_sym_vararg] = ACTIONS(4933), + [anon_sym_noinline] = ACTIONS(4933), + [anon_sym_crossinline] = ACTIONS(4933), + [anon_sym_expect] = ACTIONS(4933), + [anon_sym_actual] = ACTIONS(4933), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4935), + [anon_sym_continue_AT] = ACTIONS(4935), + [anon_sym_break_AT] = ACTIONS(4935), + [sym_real_literal] = ACTIONS(4935), + [sym_integer_literal] = ACTIONS(4933), + [sym_hex_literal] = ACTIONS(4935), + [sym_bin_literal] = ACTIONS(4935), + [anon_sym_true] = ACTIONS(4933), + [anon_sym_false] = ACTIONS(4933), + [anon_sym_SQUOTE] = ACTIONS(4935), + [sym__backtick_identifier] = ACTIONS(4935), + [sym__automatic_semicolon] = ACTIONS(4935), + [sym_safe_nav] = ACTIONS(4935), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4935), }, [1127] = { - [sym__alpha_identifier] = ACTIONS(4095), - [anon_sym_AT] = ACTIONS(4097), - [anon_sym_LBRACK] = ACTIONS(4097), - [anon_sym_as] = ACTIONS(4095), - [anon_sym_EQ] = ACTIONS(4095), - [anon_sym_LBRACE] = ACTIONS(4097), - [anon_sym_RBRACE] = ACTIONS(4097), - [anon_sym_LPAREN] = ACTIONS(4097), - [anon_sym_COMMA] = ACTIONS(4097), - [anon_sym_LT] = ACTIONS(4095), - [anon_sym_GT] = ACTIONS(4095), - [anon_sym_where] = ACTIONS(4095), - [anon_sym_object] = ACTIONS(4095), - [anon_sym_fun] = ACTIONS(4095), - [anon_sym_DOT] = ACTIONS(4095), - [anon_sym_SEMI] = ACTIONS(4097), - [anon_sym_get] = ACTIONS(4095), - [anon_sym_set] = ACTIONS(4095), - [anon_sym_this] = ACTIONS(4095), - [anon_sym_super] = ACTIONS(4095), - [anon_sym_STAR] = ACTIONS(4095), - [sym_label] = ACTIONS(4095), - [anon_sym_in] = ACTIONS(4095), - [anon_sym_DOT_DOT] = ACTIONS(4097), - [anon_sym_QMARK_COLON] = ACTIONS(4097), - [anon_sym_AMP_AMP] = ACTIONS(4097), - [anon_sym_PIPE_PIPE] = ACTIONS(4097), - [anon_sym_null] = ACTIONS(4095), - [anon_sym_if] = ACTIONS(4095), - [anon_sym_else] = ACTIONS(4095), - [anon_sym_when] = ACTIONS(4095), - [anon_sym_try] = ACTIONS(4095), - [anon_sym_throw] = ACTIONS(4095), - [anon_sym_return] = ACTIONS(4095), - [anon_sym_continue] = ACTIONS(4095), - [anon_sym_break] = ACTIONS(4095), - [anon_sym_COLON_COLON] = ACTIONS(4097), - [anon_sym_PLUS_EQ] = ACTIONS(4097), - [anon_sym_DASH_EQ] = ACTIONS(4097), - [anon_sym_STAR_EQ] = ACTIONS(4097), - [anon_sym_SLASH_EQ] = ACTIONS(4097), - [anon_sym_PERCENT_EQ] = ACTIONS(4097), - [anon_sym_BANG_EQ] = ACTIONS(4095), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4097), - [anon_sym_EQ_EQ] = ACTIONS(4095), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4097), - [anon_sym_LT_EQ] = ACTIONS(4097), - [anon_sym_GT_EQ] = ACTIONS(4097), - [anon_sym_BANGin] = ACTIONS(4097), - [anon_sym_is] = ACTIONS(4095), - [anon_sym_BANGis] = ACTIONS(4097), - [anon_sym_PLUS] = ACTIONS(4095), - [anon_sym_DASH] = ACTIONS(4095), - [anon_sym_SLASH] = ACTIONS(4095), - [anon_sym_PERCENT] = ACTIONS(4095), - [anon_sym_as_QMARK] = ACTIONS(4097), - [anon_sym_PLUS_PLUS] = ACTIONS(4097), - [anon_sym_DASH_DASH] = ACTIONS(4097), - [anon_sym_BANG] = ACTIONS(4095), - [anon_sym_BANG_BANG] = ACTIONS(4097), - [anon_sym_suspend] = ACTIONS(4095), - [anon_sym_sealed] = ACTIONS(4095), - [anon_sym_annotation] = ACTIONS(4095), - [anon_sym_data] = ACTIONS(4095), - [anon_sym_inner] = ACTIONS(4095), - [anon_sym_override] = ACTIONS(4095), - [anon_sym_lateinit] = ACTIONS(4095), - [anon_sym_public] = ACTIONS(4095), - [anon_sym_private] = ACTIONS(4095), - [anon_sym_internal] = ACTIONS(4095), - [anon_sym_protected] = ACTIONS(4095), - [anon_sym_tailrec] = ACTIONS(4095), - [anon_sym_operator] = ACTIONS(4095), - [anon_sym_infix] = ACTIONS(4095), - [anon_sym_inline] = ACTIONS(4095), - [anon_sym_external] = ACTIONS(4095), - [sym_property_modifier] = ACTIONS(4095), - [anon_sym_abstract] = ACTIONS(4095), - [anon_sym_final] = ACTIONS(4095), - [anon_sym_open] = ACTIONS(4095), - [anon_sym_vararg] = ACTIONS(4095), - [anon_sym_noinline] = ACTIONS(4095), - [anon_sym_crossinline] = ACTIONS(4095), - [anon_sym_expect] = ACTIONS(4095), - [anon_sym_actual] = ACTIONS(4095), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4097), - [anon_sym_continue_AT] = ACTIONS(4097), - [anon_sym_break_AT] = ACTIONS(4097), - [sym_real_literal] = ACTIONS(4097), - [sym_integer_literal] = ACTIONS(4095), - [sym_hex_literal] = ACTIONS(4097), - [sym_bin_literal] = ACTIONS(4097), - [anon_sym_true] = ACTIONS(4095), - [anon_sym_false] = ACTIONS(4095), - [anon_sym_SQUOTE] = ACTIONS(4097), - [sym__backtick_identifier] = ACTIONS(4097), - [sym__automatic_semicolon] = ACTIONS(4097), - [sym_safe_nav] = ACTIONS(4097), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4097), + [sym__alpha_identifier] = ACTIONS(4503), + [anon_sym_AT] = ACTIONS(4505), + [anon_sym_LBRACK] = ACTIONS(4505), + [anon_sym_as] = ACTIONS(4503), + [anon_sym_EQ] = ACTIONS(4503), + [anon_sym_LBRACE] = ACTIONS(4505), + [anon_sym_RBRACE] = ACTIONS(4505), + [anon_sym_LPAREN] = ACTIONS(4505), + [anon_sym_COMMA] = ACTIONS(4505), + [anon_sym_LT] = ACTIONS(4503), + [anon_sym_GT] = ACTIONS(4503), + [anon_sym_where] = ACTIONS(4503), + [anon_sym_object] = ACTIONS(4503), + [anon_sym_fun] = ACTIONS(4503), + [anon_sym_DOT] = ACTIONS(4503), + [anon_sym_SEMI] = ACTIONS(4505), + [anon_sym_get] = ACTIONS(4503), + [anon_sym_set] = ACTIONS(4503), + [anon_sym_this] = ACTIONS(4503), + [anon_sym_super] = ACTIONS(4503), + [anon_sym_STAR] = ACTIONS(4503), + [sym_label] = ACTIONS(4503), + [anon_sym_in] = ACTIONS(4503), + [anon_sym_DOT_DOT] = ACTIONS(4505), + [anon_sym_QMARK_COLON] = ACTIONS(4505), + [anon_sym_AMP_AMP] = ACTIONS(4505), + [anon_sym_PIPE_PIPE] = ACTIONS(4505), + [anon_sym_null] = ACTIONS(4503), + [anon_sym_if] = ACTIONS(4503), + [anon_sym_else] = ACTIONS(4503), + [anon_sym_when] = ACTIONS(4503), + [anon_sym_try] = ACTIONS(4503), + [anon_sym_throw] = ACTIONS(4503), + [anon_sym_return] = ACTIONS(4503), + [anon_sym_continue] = ACTIONS(4503), + [anon_sym_break] = ACTIONS(4503), + [anon_sym_COLON_COLON] = ACTIONS(4505), + [anon_sym_PLUS_EQ] = ACTIONS(4505), + [anon_sym_DASH_EQ] = ACTIONS(4505), + [anon_sym_STAR_EQ] = ACTIONS(4505), + [anon_sym_SLASH_EQ] = ACTIONS(4505), + [anon_sym_PERCENT_EQ] = ACTIONS(4505), + [anon_sym_BANG_EQ] = ACTIONS(4503), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4505), + [anon_sym_EQ_EQ] = ACTIONS(4503), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4505), + [anon_sym_LT_EQ] = ACTIONS(4505), + [anon_sym_GT_EQ] = ACTIONS(4505), + [anon_sym_BANGin] = ACTIONS(4505), + [anon_sym_is] = ACTIONS(4503), + [anon_sym_BANGis] = ACTIONS(4505), + [anon_sym_PLUS] = ACTIONS(4503), + [anon_sym_DASH] = ACTIONS(4503), + [anon_sym_SLASH] = ACTIONS(4503), + [anon_sym_PERCENT] = ACTIONS(4503), + [anon_sym_as_QMARK] = ACTIONS(4505), + [anon_sym_PLUS_PLUS] = ACTIONS(4505), + [anon_sym_DASH_DASH] = ACTIONS(4505), + [anon_sym_BANG] = ACTIONS(4503), + [anon_sym_BANG_BANG] = ACTIONS(4505), + [anon_sym_suspend] = ACTIONS(4503), + [anon_sym_sealed] = ACTIONS(4503), + [anon_sym_annotation] = ACTIONS(4503), + [anon_sym_data] = ACTIONS(4503), + [anon_sym_inner] = ACTIONS(4503), + [anon_sym_override] = ACTIONS(4503), + [anon_sym_lateinit] = ACTIONS(4503), + [anon_sym_public] = ACTIONS(4503), + [anon_sym_private] = ACTIONS(4503), + [anon_sym_internal] = ACTIONS(4503), + [anon_sym_protected] = ACTIONS(4503), + [anon_sym_tailrec] = ACTIONS(4503), + [anon_sym_operator] = ACTIONS(4503), + [anon_sym_infix] = ACTIONS(4503), + [anon_sym_inline] = ACTIONS(4503), + [anon_sym_external] = ACTIONS(4503), + [sym_property_modifier] = ACTIONS(4503), + [anon_sym_abstract] = ACTIONS(4503), + [anon_sym_final] = ACTIONS(4503), + [anon_sym_open] = ACTIONS(4503), + [anon_sym_vararg] = ACTIONS(4503), + [anon_sym_noinline] = ACTIONS(4503), + [anon_sym_crossinline] = ACTIONS(4503), + [anon_sym_expect] = ACTIONS(4503), + [anon_sym_actual] = ACTIONS(4503), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4505), + [anon_sym_continue_AT] = ACTIONS(4505), + [anon_sym_break_AT] = ACTIONS(4505), + [sym_real_literal] = ACTIONS(4505), + [sym_integer_literal] = ACTIONS(4503), + [sym_hex_literal] = ACTIONS(4505), + [sym_bin_literal] = ACTIONS(4505), + [anon_sym_true] = ACTIONS(4503), + [anon_sym_false] = ACTIONS(4503), + [anon_sym_SQUOTE] = ACTIONS(4505), + [sym__backtick_identifier] = ACTIONS(4505), + [sym__automatic_semicolon] = ACTIONS(4505), + [sym_safe_nav] = ACTIONS(4505), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4505), }, [1128] = { - [sym__alpha_identifier] = ACTIONS(4935), - [anon_sym_AT] = ACTIONS(4937), - [anon_sym_LBRACK] = ACTIONS(4937), - [anon_sym_as] = ACTIONS(4935), - [anon_sym_EQ] = ACTIONS(4935), - [anon_sym_LBRACE] = ACTIONS(4937), - [anon_sym_RBRACE] = ACTIONS(4937), - [anon_sym_LPAREN] = ACTIONS(4937), - [anon_sym_COMMA] = ACTIONS(4937), - [anon_sym_LT] = ACTIONS(4935), - [anon_sym_GT] = ACTIONS(4935), - [anon_sym_where] = ACTIONS(4935), - [anon_sym_object] = ACTIONS(4935), - [anon_sym_fun] = ACTIONS(4935), - [anon_sym_DOT] = ACTIONS(4935), - [anon_sym_SEMI] = ACTIONS(4937), - [anon_sym_get] = ACTIONS(4935), - [anon_sym_set] = ACTIONS(4935), - [anon_sym_this] = ACTIONS(4935), - [anon_sym_super] = ACTIONS(4935), - [anon_sym_STAR] = ACTIONS(4935), - [sym_label] = ACTIONS(4935), - [anon_sym_in] = ACTIONS(4935), - [anon_sym_DOT_DOT] = ACTIONS(4937), - [anon_sym_QMARK_COLON] = ACTIONS(4937), - [anon_sym_AMP_AMP] = ACTIONS(4937), - [anon_sym_PIPE_PIPE] = ACTIONS(4937), - [anon_sym_null] = ACTIONS(4935), - [anon_sym_if] = ACTIONS(4935), - [anon_sym_else] = ACTIONS(4935), - [anon_sym_when] = ACTIONS(4935), - [anon_sym_try] = ACTIONS(4935), - [anon_sym_throw] = ACTIONS(4935), - [anon_sym_return] = ACTIONS(4935), - [anon_sym_continue] = ACTIONS(4935), - [anon_sym_break] = ACTIONS(4935), - [anon_sym_COLON_COLON] = ACTIONS(4937), - [anon_sym_PLUS_EQ] = ACTIONS(4937), - [anon_sym_DASH_EQ] = ACTIONS(4937), - [anon_sym_STAR_EQ] = ACTIONS(4937), - [anon_sym_SLASH_EQ] = ACTIONS(4937), - [anon_sym_PERCENT_EQ] = ACTIONS(4937), - [anon_sym_BANG_EQ] = ACTIONS(4935), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4937), - [anon_sym_EQ_EQ] = ACTIONS(4935), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4937), - [anon_sym_LT_EQ] = ACTIONS(4937), - [anon_sym_GT_EQ] = ACTIONS(4937), - [anon_sym_BANGin] = ACTIONS(4937), - [anon_sym_is] = ACTIONS(4935), - [anon_sym_BANGis] = ACTIONS(4937), - [anon_sym_PLUS] = ACTIONS(4935), - [anon_sym_DASH] = ACTIONS(4935), - [anon_sym_SLASH] = ACTIONS(4935), - [anon_sym_PERCENT] = ACTIONS(4935), - [anon_sym_as_QMARK] = ACTIONS(4937), - [anon_sym_PLUS_PLUS] = ACTIONS(4937), - [anon_sym_DASH_DASH] = ACTIONS(4937), - [anon_sym_BANG] = ACTIONS(4935), - [anon_sym_BANG_BANG] = ACTIONS(4937), - [anon_sym_suspend] = ACTIONS(4935), - [anon_sym_sealed] = ACTIONS(4935), - [anon_sym_annotation] = ACTIONS(4935), - [anon_sym_data] = ACTIONS(4935), - [anon_sym_inner] = ACTIONS(4935), - [anon_sym_override] = ACTIONS(4935), - [anon_sym_lateinit] = ACTIONS(4935), - [anon_sym_public] = ACTIONS(4935), - [anon_sym_private] = ACTIONS(4935), - [anon_sym_internal] = ACTIONS(4935), - [anon_sym_protected] = ACTIONS(4935), - [anon_sym_tailrec] = ACTIONS(4935), - [anon_sym_operator] = ACTIONS(4935), - [anon_sym_infix] = ACTIONS(4935), - [anon_sym_inline] = ACTIONS(4935), - [anon_sym_external] = ACTIONS(4935), - [sym_property_modifier] = ACTIONS(4935), - [anon_sym_abstract] = ACTIONS(4935), - [anon_sym_final] = ACTIONS(4935), - [anon_sym_open] = ACTIONS(4935), - [anon_sym_vararg] = ACTIONS(4935), - [anon_sym_noinline] = ACTIONS(4935), - [anon_sym_crossinline] = ACTIONS(4935), - [anon_sym_expect] = ACTIONS(4935), - [anon_sym_actual] = ACTIONS(4935), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4937), - [anon_sym_continue_AT] = ACTIONS(4937), - [anon_sym_break_AT] = ACTIONS(4937), - [sym_real_literal] = ACTIONS(4937), - [sym_integer_literal] = ACTIONS(4935), - [sym_hex_literal] = ACTIONS(4937), - [sym_bin_literal] = ACTIONS(4937), - [anon_sym_true] = ACTIONS(4935), - [anon_sym_false] = ACTIONS(4935), - [anon_sym_SQUOTE] = ACTIONS(4937), - [sym__backtick_identifier] = ACTIONS(4937), - [sym__automatic_semicolon] = ACTIONS(4937), - [sym_safe_nav] = ACTIONS(4937), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4937), + [sym__alpha_identifier] = ACTIONS(1778), + [anon_sym_AT] = ACTIONS(1780), + [anon_sym_LBRACK] = ACTIONS(1780), + [anon_sym_as] = ACTIONS(1778), + [anon_sym_EQ] = ACTIONS(1778), + [anon_sym_LBRACE] = ACTIONS(1780), + [anon_sym_RBRACE] = ACTIONS(1780), + [anon_sym_LPAREN] = ACTIONS(1780), + [anon_sym_COMMA] = ACTIONS(1780), + [anon_sym_LT] = ACTIONS(1778), + [anon_sym_GT] = ACTIONS(1778), + [anon_sym_where] = ACTIONS(1778), + [anon_sym_object] = ACTIONS(1778), + [anon_sym_fun] = ACTIONS(1778), + [anon_sym_DOT] = ACTIONS(1778), + [anon_sym_SEMI] = ACTIONS(1780), + [anon_sym_get] = ACTIONS(1778), + [anon_sym_set] = ACTIONS(1778), + [anon_sym_this] = ACTIONS(1778), + [anon_sym_super] = ACTIONS(1778), + [anon_sym_STAR] = ACTIONS(1778), + [sym_label] = ACTIONS(1778), + [anon_sym_in] = ACTIONS(1778), + [anon_sym_DOT_DOT] = ACTIONS(1780), + [anon_sym_QMARK_COLON] = ACTIONS(1780), + [anon_sym_AMP_AMP] = ACTIONS(1780), + [anon_sym_PIPE_PIPE] = ACTIONS(1780), + [anon_sym_null] = ACTIONS(1778), + [anon_sym_if] = ACTIONS(1778), + [anon_sym_else] = ACTIONS(1778), + [anon_sym_when] = ACTIONS(1778), + [anon_sym_try] = ACTIONS(1778), + [anon_sym_throw] = ACTIONS(1778), + [anon_sym_return] = ACTIONS(1778), + [anon_sym_continue] = ACTIONS(1778), + [anon_sym_break] = ACTIONS(1778), + [anon_sym_COLON_COLON] = ACTIONS(1780), + [anon_sym_PLUS_EQ] = ACTIONS(1780), + [anon_sym_DASH_EQ] = ACTIONS(1780), + [anon_sym_STAR_EQ] = ACTIONS(1780), + [anon_sym_SLASH_EQ] = ACTIONS(1780), + [anon_sym_PERCENT_EQ] = ACTIONS(1780), + [anon_sym_BANG_EQ] = ACTIONS(1778), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1780), + [anon_sym_EQ_EQ] = ACTIONS(1778), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1780), + [anon_sym_LT_EQ] = ACTIONS(1780), + [anon_sym_GT_EQ] = ACTIONS(1780), + [anon_sym_BANGin] = ACTIONS(1780), + [anon_sym_is] = ACTIONS(1778), + [anon_sym_BANGis] = ACTIONS(1780), + [anon_sym_PLUS] = ACTIONS(1778), + [anon_sym_DASH] = ACTIONS(1778), + [anon_sym_SLASH] = ACTIONS(1778), + [anon_sym_PERCENT] = ACTIONS(1778), + [anon_sym_as_QMARK] = ACTIONS(1780), + [anon_sym_PLUS_PLUS] = ACTIONS(1780), + [anon_sym_DASH_DASH] = ACTIONS(1780), + [anon_sym_BANG] = ACTIONS(1778), + [anon_sym_BANG_BANG] = ACTIONS(1780), + [anon_sym_suspend] = ACTIONS(1778), + [anon_sym_sealed] = ACTIONS(1778), + [anon_sym_annotation] = ACTIONS(1778), + [anon_sym_data] = ACTIONS(1778), + [anon_sym_inner] = ACTIONS(1778), + [anon_sym_override] = ACTIONS(1778), + [anon_sym_lateinit] = ACTIONS(1778), + [anon_sym_public] = ACTIONS(1778), + [anon_sym_private] = ACTIONS(1778), + [anon_sym_internal] = ACTIONS(1778), + [anon_sym_protected] = ACTIONS(1778), + [anon_sym_tailrec] = ACTIONS(1778), + [anon_sym_operator] = ACTIONS(1778), + [anon_sym_infix] = ACTIONS(1778), + [anon_sym_inline] = ACTIONS(1778), + [anon_sym_external] = ACTIONS(1778), + [sym_property_modifier] = ACTIONS(1778), + [anon_sym_abstract] = ACTIONS(1778), + [anon_sym_final] = ACTIONS(1778), + [anon_sym_open] = ACTIONS(1778), + [anon_sym_vararg] = ACTIONS(1778), + [anon_sym_noinline] = ACTIONS(1778), + [anon_sym_crossinline] = ACTIONS(1778), + [anon_sym_expect] = ACTIONS(1778), + [anon_sym_actual] = ACTIONS(1778), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1780), + [anon_sym_continue_AT] = ACTIONS(1780), + [anon_sym_break_AT] = ACTIONS(1780), + [sym_real_literal] = ACTIONS(1780), + [sym_integer_literal] = ACTIONS(1778), + [sym_hex_literal] = ACTIONS(1780), + [sym_bin_literal] = ACTIONS(1780), + [anon_sym_true] = ACTIONS(1778), + [anon_sym_false] = ACTIONS(1778), + [anon_sym_SQUOTE] = ACTIONS(1780), + [sym__backtick_identifier] = ACTIONS(1780), + [sym__automatic_semicolon] = ACTIONS(1780), + [sym_safe_nav] = ACTIONS(1780), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1780), }, [1129] = { - [sym__alpha_identifier] = ACTIONS(4939), - [anon_sym_AT] = ACTIONS(4941), - [anon_sym_LBRACK] = ACTIONS(4941), - [anon_sym_as] = ACTIONS(4939), - [anon_sym_EQ] = ACTIONS(4939), - [anon_sym_LBRACE] = ACTIONS(4941), - [anon_sym_RBRACE] = ACTIONS(4941), - [anon_sym_LPAREN] = ACTIONS(4941), - [anon_sym_COMMA] = ACTIONS(4941), - [anon_sym_LT] = ACTIONS(4939), - [anon_sym_GT] = ACTIONS(4939), - [anon_sym_where] = ACTIONS(4939), - [anon_sym_object] = ACTIONS(4939), - [anon_sym_fun] = ACTIONS(4939), - [anon_sym_DOT] = ACTIONS(4939), - [anon_sym_SEMI] = ACTIONS(4941), - [anon_sym_get] = ACTIONS(4939), - [anon_sym_set] = ACTIONS(4939), - [anon_sym_this] = ACTIONS(4939), - [anon_sym_super] = ACTIONS(4939), - [anon_sym_STAR] = ACTIONS(4939), - [sym_label] = ACTIONS(4939), - [anon_sym_in] = ACTIONS(4939), - [anon_sym_DOT_DOT] = ACTIONS(4941), - [anon_sym_QMARK_COLON] = ACTIONS(4941), - [anon_sym_AMP_AMP] = ACTIONS(4941), - [anon_sym_PIPE_PIPE] = ACTIONS(4941), - [anon_sym_null] = ACTIONS(4939), - [anon_sym_if] = ACTIONS(4939), - [anon_sym_else] = ACTIONS(4939), - [anon_sym_when] = ACTIONS(4939), - [anon_sym_try] = ACTIONS(4939), - [anon_sym_throw] = ACTIONS(4939), - [anon_sym_return] = ACTIONS(4939), - [anon_sym_continue] = ACTIONS(4939), - [anon_sym_break] = ACTIONS(4939), - [anon_sym_COLON_COLON] = ACTIONS(4941), - [anon_sym_PLUS_EQ] = ACTIONS(4941), - [anon_sym_DASH_EQ] = ACTIONS(4941), - [anon_sym_STAR_EQ] = ACTIONS(4941), - [anon_sym_SLASH_EQ] = ACTIONS(4941), - [anon_sym_PERCENT_EQ] = ACTIONS(4941), - [anon_sym_BANG_EQ] = ACTIONS(4939), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4941), - [anon_sym_EQ_EQ] = ACTIONS(4939), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4941), - [anon_sym_LT_EQ] = ACTIONS(4941), - [anon_sym_GT_EQ] = ACTIONS(4941), - [anon_sym_BANGin] = ACTIONS(4941), - [anon_sym_is] = ACTIONS(4939), - [anon_sym_BANGis] = ACTIONS(4941), - [anon_sym_PLUS] = ACTIONS(4939), - [anon_sym_DASH] = ACTIONS(4939), - [anon_sym_SLASH] = ACTIONS(4939), - [anon_sym_PERCENT] = ACTIONS(4939), - [anon_sym_as_QMARK] = ACTIONS(4941), - [anon_sym_PLUS_PLUS] = ACTIONS(4941), - [anon_sym_DASH_DASH] = ACTIONS(4941), - [anon_sym_BANG] = ACTIONS(4939), - [anon_sym_BANG_BANG] = ACTIONS(4941), - [anon_sym_suspend] = ACTIONS(4939), - [anon_sym_sealed] = ACTIONS(4939), - [anon_sym_annotation] = ACTIONS(4939), - [anon_sym_data] = ACTIONS(4939), - [anon_sym_inner] = ACTIONS(4939), - [anon_sym_override] = ACTIONS(4939), - [anon_sym_lateinit] = ACTIONS(4939), - [anon_sym_public] = ACTIONS(4939), - [anon_sym_private] = ACTIONS(4939), - [anon_sym_internal] = ACTIONS(4939), - [anon_sym_protected] = ACTIONS(4939), - [anon_sym_tailrec] = ACTIONS(4939), - [anon_sym_operator] = ACTIONS(4939), - [anon_sym_infix] = ACTIONS(4939), - [anon_sym_inline] = ACTIONS(4939), - [anon_sym_external] = ACTIONS(4939), - [sym_property_modifier] = ACTIONS(4939), - [anon_sym_abstract] = ACTIONS(4939), - [anon_sym_final] = ACTIONS(4939), - [anon_sym_open] = ACTIONS(4939), - [anon_sym_vararg] = ACTIONS(4939), - [anon_sym_noinline] = ACTIONS(4939), - [anon_sym_crossinline] = ACTIONS(4939), - [anon_sym_expect] = ACTIONS(4939), - [anon_sym_actual] = ACTIONS(4939), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4941), - [anon_sym_continue_AT] = ACTIONS(4941), - [anon_sym_break_AT] = ACTIONS(4941), - [sym_real_literal] = ACTIONS(4941), - [sym_integer_literal] = ACTIONS(4939), - [sym_hex_literal] = ACTIONS(4941), - [sym_bin_literal] = ACTIONS(4941), - [anon_sym_true] = ACTIONS(4939), - [anon_sym_false] = ACTIONS(4939), - [anon_sym_SQUOTE] = ACTIONS(4941), - [sym__backtick_identifier] = ACTIONS(4941), - [sym__automatic_semicolon] = ACTIONS(4941), - [sym_safe_nav] = ACTIONS(4941), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4941), + [sym__alpha_identifier] = ACTIONS(4937), + [anon_sym_AT] = ACTIONS(4939), + [anon_sym_LBRACK] = ACTIONS(4939), + [anon_sym_as] = ACTIONS(4937), + [anon_sym_EQ] = ACTIONS(4937), + [anon_sym_LBRACE] = ACTIONS(4939), + [anon_sym_RBRACE] = ACTIONS(4939), + [anon_sym_LPAREN] = ACTIONS(4939), + [anon_sym_COMMA] = ACTIONS(4939), + [anon_sym_LT] = ACTIONS(4937), + [anon_sym_GT] = ACTIONS(4937), + [anon_sym_where] = ACTIONS(4937), + [anon_sym_object] = ACTIONS(4937), + [anon_sym_fun] = ACTIONS(4937), + [anon_sym_DOT] = ACTIONS(4937), + [anon_sym_SEMI] = ACTIONS(4939), + [anon_sym_get] = ACTIONS(4937), + [anon_sym_set] = ACTIONS(4937), + [anon_sym_this] = ACTIONS(4937), + [anon_sym_super] = ACTIONS(4937), + [anon_sym_STAR] = ACTIONS(4937), + [sym_label] = ACTIONS(4937), + [anon_sym_in] = ACTIONS(4937), + [anon_sym_DOT_DOT] = ACTIONS(4939), + [anon_sym_QMARK_COLON] = ACTIONS(4939), + [anon_sym_AMP_AMP] = ACTIONS(4939), + [anon_sym_PIPE_PIPE] = ACTIONS(4939), + [anon_sym_null] = ACTIONS(4937), + [anon_sym_if] = ACTIONS(4937), + [anon_sym_else] = ACTIONS(4937), + [anon_sym_when] = ACTIONS(4937), + [anon_sym_try] = ACTIONS(4937), + [anon_sym_throw] = ACTIONS(4937), + [anon_sym_return] = ACTIONS(4937), + [anon_sym_continue] = ACTIONS(4937), + [anon_sym_break] = ACTIONS(4937), + [anon_sym_COLON_COLON] = ACTIONS(4939), + [anon_sym_PLUS_EQ] = ACTIONS(4939), + [anon_sym_DASH_EQ] = ACTIONS(4939), + [anon_sym_STAR_EQ] = ACTIONS(4939), + [anon_sym_SLASH_EQ] = ACTIONS(4939), + [anon_sym_PERCENT_EQ] = ACTIONS(4939), + [anon_sym_BANG_EQ] = ACTIONS(4937), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4939), + [anon_sym_EQ_EQ] = ACTIONS(4937), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4939), + [anon_sym_LT_EQ] = ACTIONS(4939), + [anon_sym_GT_EQ] = ACTIONS(4939), + [anon_sym_BANGin] = ACTIONS(4939), + [anon_sym_is] = ACTIONS(4937), + [anon_sym_BANGis] = ACTIONS(4939), + [anon_sym_PLUS] = ACTIONS(4937), + [anon_sym_DASH] = ACTIONS(4937), + [anon_sym_SLASH] = ACTIONS(4937), + [anon_sym_PERCENT] = ACTIONS(4937), + [anon_sym_as_QMARK] = ACTIONS(4939), + [anon_sym_PLUS_PLUS] = ACTIONS(4939), + [anon_sym_DASH_DASH] = ACTIONS(4939), + [anon_sym_BANG] = ACTIONS(4937), + [anon_sym_BANG_BANG] = ACTIONS(4939), + [anon_sym_suspend] = ACTIONS(4937), + [anon_sym_sealed] = ACTIONS(4937), + [anon_sym_annotation] = ACTIONS(4937), + [anon_sym_data] = ACTIONS(4937), + [anon_sym_inner] = ACTIONS(4937), + [anon_sym_override] = ACTIONS(4937), + [anon_sym_lateinit] = ACTIONS(4937), + [anon_sym_public] = ACTIONS(4937), + [anon_sym_private] = ACTIONS(4937), + [anon_sym_internal] = ACTIONS(4937), + [anon_sym_protected] = ACTIONS(4937), + [anon_sym_tailrec] = ACTIONS(4937), + [anon_sym_operator] = ACTIONS(4937), + [anon_sym_infix] = ACTIONS(4937), + [anon_sym_inline] = ACTIONS(4937), + [anon_sym_external] = ACTIONS(4937), + [sym_property_modifier] = ACTIONS(4937), + [anon_sym_abstract] = ACTIONS(4937), + [anon_sym_final] = ACTIONS(4937), + [anon_sym_open] = ACTIONS(4937), + [anon_sym_vararg] = ACTIONS(4937), + [anon_sym_noinline] = ACTIONS(4937), + [anon_sym_crossinline] = ACTIONS(4937), + [anon_sym_expect] = ACTIONS(4937), + [anon_sym_actual] = ACTIONS(4937), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4939), + [anon_sym_continue_AT] = ACTIONS(4939), + [anon_sym_break_AT] = ACTIONS(4939), + [sym_real_literal] = ACTIONS(4939), + [sym_integer_literal] = ACTIONS(4937), + [sym_hex_literal] = ACTIONS(4939), + [sym_bin_literal] = ACTIONS(4939), + [anon_sym_true] = ACTIONS(4937), + [anon_sym_false] = ACTIONS(4937), + [anon_sym_SQUOTE] = ACTIONS(4939), + [sym__backtick_identifier] = ACTIONS(4939), + [sym__automatic_semicolon] = ACTIONS(4939), + [sym_safe_nav] = ACTIONS(4939), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4939), }, [1130] = { - [sym__alpha_identifier] = ACTIONS(4943), - [anon_sym_AT] = ACTIONS(4945), - [anon_sym_LBRACK] = ACTIONS(4945), - [anon_sym_as] = ACTIONS(4943), - [anon_sym_EQ] = ACTIONS(4943), - [anon_sym_LBRACE] = ACTIONS(4945), - [anon_sym_RBRACE] = ACTIONS(4945), - [anon_sym_LPAREN] = ACTIONS(4945), - [anon_sym_COMMA] = ACTIONS(4945), - [anon_sym_LT] = ACTIONS(4943), - [anon_sym_GT] = ACTIONS(4943), - [anon_sym_where] = ACTIONS(4943), - [anon_sym_object] = ACTIONS(4943), - [anon_sym_fun] = ACTIONS(4943), - [anon_sym_DOT] = ACTIONS(4943), - [anon_sym_SEMI] = ACTIONS(4945), - [anon_sym_get] = ACTIONS(4943), - [anon_sym_set] = ACTIONS(4943), - [anon_sym_this] = ACTIONS(4943), - [anon_sym_super] = ACTIONS(4943), - [anon_sym_STAR] = ACTIONS(4943), - [sym_label] = ACTIONS(4943), - [anon_sym_in] = ACTIONS(4943), - [anon_sym_DOT_DOT] = ACTIONS(4945), - [anon_sym_QMARK_COLON] = ACTIONS(4945), - [anon_sym_AMP_AMP] = ACTIONS(4945), - [anon_sym_PIPE_PIPE] = ACTIONS(4945), - [anon_sym_null] = ACTIONS(4943), - [anon_sym_if] = ACTIONS(4943), - [anon_sym_else] = ACTIONS(4943), - [anon_sym_when] = ACTIONS(4943), - [anon_sym_try] = ACTIONS(4943), - [anon_sym_throw] = ACTIONS(4943), - [anon_sym_return] = ACTIONS(4943), - [anon_sym_continue] = ACTIONS(4943), - [anon_sym_break] = ACTIONS(4943), - [anon_sym_COLON_COLON] = ACTIONS(4945), - [anon_sym_PLUS_EQ] = ACTIONS(4945), - [anon_sym_DASH_EQ] = ACTIONS(4945), - [anon_sym_STAR_EQ] = ACTIONS(4945), - [anon_sym_SLASH_EQ] = ACTIONS(4945), - [anon_sym_PERCENT_EQ] = ACTIONS(4945), - [anon_sym_BANG_EQ] = ACTIONS(4943), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4945), - [anon_sym_EQ_EQ] = ACTIONS(4943), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4945), - [anon_sym_LT_EQ] = ACTIONS(4945), - [anon_sym_GT_EQ] = ACTIONS(4945), - [anon_sym_BANGin] = ACTIONS(4945), - [anon_sym_is] = ACTIONS(4943), - [anon_sym_BANGis] = ACTIONS(4945), - [anon_sym_PLUS] = ACTIONS(4943), - [anon_sym_DASH] = ACTIONS(4943), - [anon_sym_SLASH] = ACTIONS(4943), - [anon_sym_PERCENT] = ACTIONS(4943), - [anon_sym_as_QMARK] = ACTIONS(4945), - [anon_sym_PLUS_PLUS] = ACTIONS(4945), - [anon_sym_DASH_DASH] = ACTIONS(4945), - [anon_sym_BANG] = ACTIONS(4943), - [anon_sym_BANG_BANG] = ACTIONS(4945), - [anon_sym_suspend] = ACTIONS(4943), - [anon_sym_sealed] = ACTIONS(4943), - [anon_sym_annotation] = ACTIONS(4943), - [anon_sym_data] = ACTIONS(4943), - [anon_sym_inner] = ACTIONS(4943), - [anon_sym_override] = ACTIONS(4943), - [anon_sym_lateinit] = ACTIONS(4943), - [anon_sym_public] = ACTIONS(4943), - [anon_sym_private] = ACTIONS(4943), - [anon_sym_internal] = ACTIONS(4943), - [anon_sym_protected] = ACTIONS(4943), - [anon_sym_tailrec] = ACTIONS(4943), - [anon_sym_operator] = ACTIONS(4943), - [anon_sym_infix] = ACTIONS(4943), - [anon_sym_inline] = ACTIONS(4943), - [anon_sym_external] = ACTIONS(4943), - [sym_property_modifier] = ACTIONS(4943), - [anon_sym_abstract] = ACTIONS(4943), - [anon_sym_final] = ACTIONS(4943), - [anon_sym_open] = ACTIONS(4943), - [anon_sym_vararg] = ACTIONS(4943), - [anon_sym_noinline] = ACTIONS(4943), - [anon_sym_crossinline] = ACTIONS(4943), - [anon_sym_expect] = ACTIONS(4943), - [anon_sym_actual] = ACTIONS(4943), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4945), - [anon_sym_continue_AT] = ACTIONS(4945), - [anon_sym_break_AT] = ACTIONS(4945), - [sym_real_literal] = ACTIONS(4945), - [sym_integer_literal] = ACTIONS(4943), - [sym_hex_literal] = ACTIONS(4945), - [sym_bin_literal] = ACTIONS(4945), - [anon_sym_true] = ACTIONS(4943), - [anon_sym_false] = ACTIONS(4943), - [anon_sym_SQUOTE] = ACTIONS(4945), - [sym__backtick_identifier] = ACTIONS(4945), - [sym__automatic_semicolon] = ACTIONS(4945), - [sym_safe_nav] = ACTIONS(4945), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4945), + [sym__alpha_identifier] = ACTIONS(4941), + [anon_sym_AT] = ACTIONS(4943), + [anon_sym_LBRACK] = ACTIONS(4943), + [anon_sym_as] = ACTIONS(4941), + [anon_sym_EQ] = ACTIONS(4941), + [anon_sym_LBRACE] = ACTIONS(4943), + [anon_sym_RBRACE] = ACTIONS(4943), + [anon_sym_LPAREN] = ACTIONS(4943), + [anon_sym_COMMA] = ACTIONS(4943), + [anon_sym_LT] = ACTIONS(4941), + [anon_sym_GT] = ACTIONS(4941), + [anon_sym_where] = ACTIONS(4941), + [anon_sym_object] = ACTIONS(4941), + [anon_sym_fun] = ACTIONS(4941), + [anon_sym_DOT] = ACTIONS(4941), + [anon_sym_SEMI] = ACTIONS(4943), + [anon_sym_get] = ACTIONS(4941), + [anon_sym_set] = ACTIONS(4941), + [anon_sym_this] = ACTIONS(4941), + [anon_sym_super] = ACTIONS(4941), + [anon_sym_STAR] = ACTIONS(4941), + [sym_label] = ACTIONS(4941), + [anon_sym_in] = ACTIONS(4941), + [anon_sym_DOT_DOT] = ACTIONS(4943), + [anon_sym_QMARK_COLON] = ACTIONS(4943), + [anon_sym_AMP_AMP] = ACTIONS(4943), + [anon_sym_PIPE_PIPE] = ACTIONS(4943), + [anon_sym_null] = ACTIONS(4941), + [anon_sym_if] = ACTIONS(4941), + [anon_sym_else] = ACTIONS(4941), + [anon_sym_when] = ACTIONS(4941), + [anon_sym_try] = ACTIONS(4941), + [anon_sym_throw] = ACTIONS(4941), + [anon_sym_return] = ACTIONS(4941), + [anon_sym_continue] = ACTIONS(4941), + [anon_sym_break] = ACTIONS(4941), + [anon_sym_COLON_COLON] = ACTIONS(4943), + [anon_sym_PLUS_EQ] = ACTIONS(4943), + [anon_sym_DASH_EQ] = ACTIONS(4943), + [anon_sym_STAR_EQ] = ACTIONS(4943), + [anon_sym_SLASH_EQ] = ACTIONS(4943), + [anon_sym_PERCENT_EQ] = ACTIONS(4943), + [anon_sym_BANG_EQ] = ACTIONS(4941), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4943), + [anon_sym_EQ_EQ] = ACTIONS(4941), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4943), + [anon_sym_LT_EQ] = ACTIONS(4943), + [anon_sym_GT_EQ] = ACTIONS(4943), + [anon_sym_BANGin] = ACTIONS(4943), + [anon_sym_is] = ACTIONS(4941), + [anon_sym_BANGis] = ACTIONS(4943), + [anon_sym_PLUS] = ACTIONS(4941), + [anon_sym_DASH] = ACTIONS(4941), + [anon_sym_SLASH] = ACTIONS(4941), + [anon_sym_PERCENT] = ACTIONS(4941), + [anon_sym_as_QMARK] = ACTIONS(4943), + [anon_sym_PLUS_PLUS] = ACTIONS(4943), + [anon_sym_DASH_DASH] = ACTIONS(4943), + [anon_sym_BANG] = ACTIONS(4941), + [anon_sym_BANG_BANG] = ACTIONS(4943), + [anon_sym_suspend] = ACTIONS(4941), + [anon_sym_sealed] = ACTIONS(4941), + [anon_sym_annotation] = ACTIONS(4941), + [anon_sym_data] = ACTIONS(4941), + [anon_sym_inner] = ACTIONS(4941), + [anon_sym_override] = ACTIONS(4941), + [anon_sym_lateinit] = ACTIONS(4941), + [anon_sym_public] = ACTIONS(4941), + [anon_sym_private] = ACTIONS(4941), + [anon_sym_internal] = ACTIONS(4941), + [anon_sym_protected] = ACTIONS(4941), + [anon_sym_tailrec] = ACTIONS(4941), + [anon_sym_operator] = ACTIONS(4941), + [anon_sym_infix] = ACTIONS(4941), + [anon_sym_inline] = ACTIONS(4941), + [anon_sym_external] = ACTIONS(4941), + [sym_property_modifier] = ACTIONS(4941), + [anon_sym_abstract] = ACTIONS(4941), + [anon_sym_final] = ACTIONS(4941), + [anon_sym_open] = ACTIONS(4941), + [anon_sym_vararg] = ACTIONS(4941), + [anon_sym_noinline] = ACTIONS(4941), + [anon_sym_crossinline] = ACTIONS(4941), + [anon_sym_expect] = ACTIONS(4941), + [anon_sym_actual] = ACTIONS(4941), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4943), + [anon_sym_continue_AT] = ACTIONS(4943), + [anon_sym_break_AT] = ACTIONS(4943), + [sym_real_literal] = ACTIONS(4943), + [sym_integer_literal] = ACTIONS(4941), + [sym_hex_literal] = ACTIONS(4943), + [sym_bin_literal] = ACTIONS(4943), + [anon_sym_true] = ACTIONS(4941), + [anon_sym_false] = ACTIONS(4941), + [anon_sym_SQUOTE] = ACTIONS(4943), + [sym__backtick_identifier] = ACTIONS(4943), + [sym__automatic_semicolon] = ACTIONS(4943), + [sym_safe_nav] = ACTIONS(4943), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4943), }, [1131] = { - [sym__alpha_identifier] = ACTIONS(4947), - [anon_sym_AT] = ACTIONS(4949), - [anon_sym_LBRACK] = ACTIONS(4949), - [anon_sym_as] = ACTIONS(4947), - [anon_sym_EQ] = ACTIONS(4947), - [anon_sym_LBRACE] = ACTIONS(4949), - [anon_sym_RBRACE] = ACTIONS(4949), - [anon_sym_LPAREN] = ACTIONS(4949), - [anon_sym_COMMA] = ACTIONS(4949), - [anon_sym_LT] = ACTIONS(4947), - [anon_sym_GT] = ACTIONS(4947), - [anon_sym_where] = ACTIONS(4947), - [anon_sym_object] = ACTIONS(4947), - [anon_sym_fun] = ACTIONS(4947), - [anon_sym_DOT] = ACTIONS(4947), - [anon_sym_SEMI] = ACTIONS(4949), - [anon_sym_get] = ACTIONS(4947), - [anon_sym_set] = ACTIONS(4947), - [anon_sym_this] = ACTIONS(4947), - [anon_sym_super] = ACTIONS(4947), - [anon_sym_STAR] = ACTIONS(4947), - [sym_label] = ACTIONS(4947), - [anon_sym_in] = ACTIONS(4947), - [anon_sym_DOT_DOT] = ACTIONS(4949), - [anon_sym_QMARK_COLON] = ACTIONS(4949), - [anon_sym_AMP_AMP] = ACTIONS(4949), - [anon_sym_PIPE_PIPE] = ACTIONS(4949), - [anon_sym_null] = ACTIONS(4947), - [anon_sym_if] = ACTIONS(4947), - [anon_sym_else] = ACTIONS(4947), - [anon_sym_when] = ACTIONS(4947), - [anon_sym_try] = ACTIONS(4947), - [anon_sym_throw] = ACTIONS(4947), - [anon_sym_return] = ACTIONS(4947), - [anon_sym_continue] = ACTIONS(4947), - [anon_sym_break] = ACTIONS(4947), - [anon_sym_COLON_COLON] = ACTIONS(4949), - [anon_sym_PLUS_EQ] = ACTIONS(4949), - [anon_sym_DASH_EQ] = ACTIONS(4949), - [anon_sym_STAR_EQ] = ACTIONS(4949), - [anon_sym_SLASH_EQ] = ACTIONS(4949), - [anon_sym_PERCENT_EQ] = ACTIONS(4949), - [anon_sym_BANG_EQ] = ACTIONS(4947), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4949), - [anon_sym_EQ_EQ] = ACTIONS(4947), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4949), - [anon_sym_LT_EQ] = ACTIONS(4949), - [anon_sym_GT_EQ] = ACTIONS(4949), - [anon_sym_BANGin] = ACTIONS(4949), - [anon_sym_is] = ACTIONS(4947), - [anon_sym_BANGis] = ACTIONS(4949), - [anon_sym_PLUS] = ACTIONS(4947), - [anon_sym_DASH] = ACTIONS(4947), - [anon_sym_SLASH] = ACTIONS(4947), - [anon_sym_PERCENT] = ACTIONS(4947), - [anon_sym_as_QMARK] = ACTIONS(4949), - [anon_sym_PLUS_PLUS] = ACTIONS(4949), - [anon_sym_DASH_DASH] = ACTIONS(4949), - [anon_sym_BANG] = ACTIONS(4947), - [anon_sym_BANG_BANG] = ACTIONS(4949), - [anon_sym_suspend] = ACTIONS(4947), - [anon_sym_sealed] = ACTIONS(4947), - [anon_sym_annotation] = ACTIONS(4947), - [anon_sym_data] = ACTIONS(4947), - [anon_sym_inner] = ACTIONS(4947), - [anon_sym_override] = ACTIONS(4947), - [anon_sym_lateinit] = ACTIONS(4947), - [anon_sym_public] = ACTIONS(4947), - [anon_sym_private] = ACTIONS(4947), - [anon_sym_internal] = ACTIONS(4947), - [anon_sym_protected] = ACTIONS(4947), - [anon_sym_tailrec] = ACTIONS(4947), - [anon_sym_operator] = ACTIONS(4947), - [anon_sym_infix] = ACTIONS(4947), - [anon_sym_inline] = ACTIONS(4947), - [anon_sym_external] = ACTIONS(4947), - [sym_property_modifier] = ACTIONS(4947), - [anon_sym_abstract] = ACTIONS(4947), - [anon_sym_final] = ACTIONS(4947), - [anon_sym_open] = ACTIONS(4947), - [anon_sym_vararg] = ACTIONS(4947), - [anon_sym_noinline] = ACTIONS(4947), - [anon_sym_crossinline] = ACTIONS(4947), - [anon_sym_expect] = ACTIONS(4947), - [anon_sym_actual] = ACTIONS(4947), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4949), - [anon_sym_continue_AT] = ACTIONS(4949), - [anon_sym_break_AT] = ACTIONS(4949), - [sym_real_literal] = ACTIONS(4949), - [sym_integer_literal] = ACTIONS(4947), - [sym_hex_literal] = ACTIONS(4949), - [sym_bin_literal] = ACTIONS(4949), - [anon_sym_true] = ACTIONS(4947), - [anon_sym_false] = ACTIONS(4947), - [anon_sym_SQUOTE] = ACTIONS(4949), - [sym__backtick_identifier] = ACTIONS(4949), - [sym__automatic_semicolon] = ACTIONS(4949), - [sym_safe_nav] = ACTIONS(4949), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4949), + [sym__alpha_identifier] = ACTIONS(4392), + [anon_sym_AT] = ACTIONS(4394), + [anon_sym_LBRACK] = ACTIONS(4394), + [anon_sym_as] = ACTIONS(4392), + [anon_sym_EQ] = ACTIONS(4392), + [anon_sym_LBRACE] = ACTIONS(4394), + [anon_sym_RBRACE] = ACTIONS(4394), + [anon_sym_LPAREN] = ACTIONS(4394), + [anon_sym_COMMA] = ACTIONS(4394), + [anon_sym_LT] = ACTIONS(4392), + [anon_sym_GT] = ACTIONS(4392), + [anon_sym_where] = ACTIONS(4392), + [anon_sym_object] = ACTIONS(4392), + [anon_sym_fun] = ACTIONS(4392), + [anon_sym_DOT] = ACTIONS(4392), + [anon_sym_SEMI] = ACTIONS(4394), + [anon_sym_get] = ACTIONS(4392), + [anon_sym_set] = ACTIONS(4392), + [anon_sym_this] = ACTIONS(4392), + [anon_sym_super] = ACTIONS(4392), + [anon_sym_STAR] = ACTIONS(4392), + [sym_label] = ACTIONS(4392), + [anon_sym_in] = ACTIONS(4392), + [anon_sym_DOT_DOT] = ACTIONS(4394), + [anon_sym_QMARK_COLON] = ACTIONS(4394), + [anon_sym_AMP_AMP] = ACTIONS(4394), + [anon_sym_PIPE_PIPE] = ACTIONS(4394), + [anon_sym_null] = ACTIONS(4392), + [anon_sym_if] = ACTIONS(4392), + [anon_sym_else] = ACTIONS(4392), + [anon_sym_when] = ACTIONS(4392), + [anon_sym_try] = ACTIONS(4392), + [anon_sym_throw] = ACTIONS(4392), + [anon_sym_return] = ACTIONS(4392), + [anon_sym_continue] = ACTIONS(4392), + [anon_sym_break] = ACTIONS(4392), + [anon_sym_COLON_COLON] = ACTIONS(4394), + [anon_sym_PLUS_EQ] = ACTIONS(4394), + [anon_sym_DASH_EQ] = ACTIONS(4394), + [anon_sym_STAR_EQ] = ACTIONS(4394), + [anon_sym_SLASH_EQ] = ACTIONS(4394), + [anon_sym_PERCENT_EQ] = ACTIONS(4394), + [anon_sym_BANG_EQ] = ACTIONS(4392), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4394), + [anon_sym_EQ_EQ] = ACTIONS(4392), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4394), + [anon_sym_LT_EQ] = ACTIONS(4394), + [anon_sym_GT_EQ] = ACTIONS(4394), + [anon_sym_BANGin] = ACTIONS(4394), + [anon_sym_is] = ACTIONS(4392), + [anon_sym_BANGis] = ACTIONS(4394), + [anon_sym_PLUS] = ACTIONS(4392), + [anon_sym_DASH] = ACTIONS(4392), + [anon_sym_SLASH] = ACTIONS(4392), + [anon_sym_PERCENT] = ACTIONS(4392), + [anon_sym_as_QMARK] = ACTIONS(4394), + [anon_sym_PLUS_PLUS] = ACTIONS(4394), + [anon_sym_DASH_DASH] = ACTIONS(4394), + [anon_sym_BANG] = ACTIONS(4392), + [anon_sym_BANG_BANG] = ACTIONS(4394), + [anon_sym_suspend] = ACTIONS(4392), + [anon_sym_sealed] = ACTIONS(4392), + [anon_sym_annotation] = ACTIONS(4392), + [anon_sym_data] = ACTIONS(4392), + [anon_sym_inner] = ACTIONS(4392), + [anon_sym_override] = ACTIONS(4392), + [anon_sym_lateinit] = ACTIONS(4392), + [anon_sym_public] = ACTIONS(4392), + [anon_sym_private] = ACTIONS(4392), + [anon_sym_internal] = ACTIONS(4392), + [anon_sym_protected] = ACTIONS(4392), + [anon_sym_tailrec] = ACTIONS(4392), + [anon_sym_operator] = ACTIONS(4392), + [anon_sym_infix] = ACTIONS(4392), + [anon_sym_inline] = ACTIONS(4392), + [anon_sym_external] = ACTIONS(4392), + [sym_property_modifier] = ACTIONS(4392), + [anon_sym_abstract] = ACTIONS(4392), + [anon_sym_final] = ACTIONS(4392), + [anon_sym_open] = ACTIONS(4392), + [anon_sym_vararg] = ACTIONS(4392), + [anon_sym_noinline] = ACTIONS(4392), + [anon_sym_crossinline] = ACTIONS(4392), + [anon_sym_expect] = ACTIONS(4392), + [anon_sym_actual] = ACTIONS(4392), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4394), + [anon_sym_continue_AT] = ACTIONS(4394), + [anon_sym_break_AT] = ACTIONS(4394), + [sym_real_literal] = ACTIONS(4394), + [sym_integer_literal] = ACTIONS(4392), + [sym_hex_literal] = ACTIONS(4394), + [sym_bin_literal] = ACTIONS(4394), + [anon_sym_true] = ACTIONS(4392), + [anon_sym_false] = ACTIONS(4392), + [anon_sym_SQUOTE] = ACTIONS(4394), + [sym__backtick_identifier] = ACTIONS(4394), + [sym__automatic_semicolon] = ACTIONS(4394), + [sym_safe_nav] = ACTIONS(4394), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4394), }, [1132] = { + [sym__alpha_identifier] = ACTIONS(3029), + [anon_sym_AT] = ACTIONS(3031), + [anon_sym_LBRACK] = ACTIONS(3031), + [anon_sym_as] = ACTIONS(3029), + [anon_sym_EQ] = ACTIONS(3029), + [anon_sym_LBRACE] = ACTIONS(3031), + [anon_sym_RBRACE] = ACTIONS(3031), + [anon_sym_LPAREN] = ACTIONS(3031), + [anon_sym_COMMA] = ACTIONS(3031), + [anon_sym_LT] = ACTIONS(3029), + [anon_sym_GT] = ACTIONS(3029), + [anon_sym_where] = ACTIONS(3029), + [anon_sym_object] = ACTIONS(3029), + [anon_sym_fun] = ACTIONS(3029), + [anon_sym_DOT] = ACTIONS(3029), + [anon_sym_SEMI] = ACTIONS(3031), + [anon_sym_get] = ACTIONS(3029), + [anon_sym_set] = ACTIONS(3029), + [anon_sym_this] = ACTIONS(3029), + [anon_sym_super] = ACTIONS(3029), + [anon_sym_STAR] = ACTIONS(3029), + [sym_label] = ACTIONS(3029), + [anon_sym_in] = ACTIONS(3029), + [anon_sym_DOT_DOT] = ACTIONS(3031), + [anon_sym_QMARK_COLON] = ACTIONS(3031), + [anon_sym_AMP_AMP] = ACTIONS(3031), + [anon_sym_PIPE_PIPE] = ACTIONS(3031), + [anon_sym_null] = ACTIONS(3029), + [anon_sym_if] = ACTIONS(3029), + [anon_sym_else] = ACTIONS(3029), + [anon_sym_when] = ACTIONS(3029), + [anon_sym_try] = ACTIONS(3029), + [anon_sym_throw] = ACTIONS(3029), + [anon_sym_return] = ACTIONS(3029), + [anon_sym_continue] = ACTIONS(3029), + [anon_sym_break] = ACTIONS(3029), + [anon_sym_COLON_COLON] = ACTIONS(3031), + [anon_sym_PLUS_EQ] = ACTIONS(3031), + [anon_sym_DASH_EQ] = ACTIONS(3031), + [anon_sym_STAR_EQ] = ACTIONS(3031), + [anon_sym_SLASH_EQ] = ACTIONS(3031), + [anon_sym_PERCENT_EQ] = ACTIONS(3031), + [anon_sym_BANG_EQ] = ACTIONS(3029), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3031), + [anon_sym_EQ_EQ] = ACTIONS(3029), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3031), + [anon_sym_LT_EQ] = ACTIONS(3031), + [anon_sym_GT_EQ] = ACTIONS(3031), + [anon_sym_BANGin] = ACTIONS(3031), + [anon_sym_is] = ACTIONS(3029), + [anon_sym_BANGis] = ACTIONS(3031), + [anon_sym_PLUS] = ACTIONS(3029), + [anon_sym_DASH] = ACTIONS(3029), + [anon_sym_SLASH] = ACTIONS(3029), + [anon_sym_PERCENT] = ACTIONS(3029), + [anon_sym_as_QMARK] = ACTIONS(3031), + [anon_sym_PLUS_PLUS] = ACTIONS(3031), + [anon_sym_DASH_DASH] = ACTIONS(3031), + [anon_sym_BANG] = ACTIONS(3029), + [anon_sym_BANG_BANG] = ACTIONS(3031), + [anon_sym_suspend] = ACTIONS(3029), + [anon_sym_sealed] = ACTIONS(3029), + [anon_sym_annotation] = ACTIONS(3029), + [anon_sym_data] = ACTIONS(3029), + [anon_sym_inner] = ACTIONS(3029), + [anon_sym_override] = ACTIONS(3029), + [anon_sym_lateinit] = ACTIONS(3029), + [anon_sym_public] = ACTIONS(3029), + [anon_sym_private] = ACTIONS(3029), + [anon_sym_internal] = ACTIONS(3029), + [anon_sym_protected] = ACTIONS(3029), + [anon_sym_tailrec] = ACTIONS(3029), + [anon_sym_operator] = ACTIONS(3029), + [anon_sym_infix] = ACTIONS(3029), + [anon_sym_inline] = ACTIONS(3029), + [anon_sym_external] = ACTIONS(3029), + [sym_property_modifier] = ACTIONS(3029), + [anon_sym_abstract] = ACTIONS(3029), + [anon_sym_final] = ACTIONS(3029), + [anon_sym_open] = ACTIONS(3029), + [anon_sym_vararg] = ACTIONS(3029), + [anon_sym_noinline] = ACTIONS(3029), + [anon_sym_crossinline] = ACTIONS(3029), + [anon_sym_expect] = ACTIONS(3029), + [anon_sym_actual] = ACTIONS(3029), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3031), + [anon_sym_continue_AT] = ACTIONS(3031), + [anon_sym_break_AT] = ACTIONS(3031), + [sym_real_literal] = ACTIONS(3031), + [sym_integer_literal] = ACTIONS(3029), + [sym_hex_literal] = ACTIONS(3031), + [sym_bin_literal] = ACTIONS(3031), + [anon_sym_true] = ACTIONS(3029), + [anon_sym_false] = ACTIONS(3029), + [anon_sym_SQUOTE] = ACTIONS(3031), + [sym__backtick_identifier] = ACTIONS(3031), + [sym__automatic_semicolon] = ACTIONS(3031), + [sym_safe_nav] = ACTIONS(3031), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3031), + }, + [1133] = { + [sym__alpha_identifier] = ACTIONS(4945), + [anon_sym_AT] = ACTIONS(4947), + [anon_sym_LBRACK] = ACTIONS(4947), + [anon_sym_as] = ACTIONS(4945), + [anon_sym_EQ] = ACTIONS(4945), + [anon_sym_LBRACE] = ACTIONS(4947), + [anon_sym_RBRACE] = ACTIONS(4947), + [anon_sym_LPAREN] = ACTIONS(4947), + [anon_sym_COMMA] = ACTIONS(4947), + [anon_sym_LT] = ACTIONS(4945), + [anon_sym_GT] = ACTIONS(4945), + [anon_sym_where] = ACTIONS(4945), + [anon_sym_object] = ACTIONS(4945), + [anon_sym_fun] = ACTIONS(4945), + [anon_sym_DOT] = ACTIONS(4945), + [anon_sym_SEMI] = ACTIONS(4947), + [anon_sym_get] = ACTIONS(4945), + [anon_sym_set] = ACTIONS(4945), + [anon_sym_this] = ACTIONS(4945), + [anon_sym_super] = ACTIONS(4945), + [anon_sym_STAR] = ACTIONS(4945), + [sym_label] = ACTIONS(4945), + [anon_sym_in] = ACTIONS(4945), + [anon_sym_DOT_DOT] = ACTIONS(4947), + [anon_sym_QMARK_COLON] = ACTIONS(4947), + [anon_sym_AMP_AMP] = ACTIONS(4947), + [anon_sym_PIPE_PIPE] = ACTIONS(4947), + [anon_sym_null] = ACTIONS(4945), + [anon_sym_if] = ACTIONS(4945), + [anon_sym_else] = ACTIONS(4945), + [anon_sym_when] = ACTIONS(4945), + [anon_sym_try] = ACTIONS(4945), + [anon_sym_throw] = ACTIONS(4945), + [anon_sym_return] = ACTIONS(4945), + [anon_sym_continue] = ACTIONS(4945), + [anon_sym_break] = ACTIONS(4945), + [anon_sym_COLON_COLON] = ACTIONS(4947), + [anon_sym_PLUS_EQ] = ACTIONS(4947), + [anon_sym_DASH_EQ] = ACTIONS(4947), + [anon_sym_STAR_EQ] = ACTIONS(4947), + [anon_sym_SLASH_EQ] = ACTIONS(4947), + [anon_sym_PERCENT_EQ] = ACTIONS(4947), + [anon_sym_BANG_EQ] = ACTIONS(4945), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4947), + [anon_sym_EQ_EQ] = ACTIONS(4945), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4947), + [anon_sym_LT_EQ] = ACTIONS(4947), + [anon_sym_GT_EQ] = ACTIONS(4947), + [anon_sym_BANGin] = ACTIONS(4947), + [anon_sym_is] = ACTIONS(4945), + [anon_sym_BANGis] = ACTIONS(4947), + [anon_sym_PLUS] = ACTIONS(4945), + [anon_sym_DASH] = ACTIONS(4945), + [anon_sym_SLASH] = ACTIONS(4945), + [anon_sym_PERCENT] = ACTIONS(4945), + [anon_sym_as_QMARK] = ACTIONS(4947), + [anon_sym_PLUS_PLUS] = ACTIONS(4947), + [anon_sym_DASH_DASH] = ACTIONS(4947), + [anon_sym_BANG] = ACTIONS(4945), + [anon_sym_BANG_BANG] = ACTIONS(4947), + [anon_sym_suspend] = ACTIONS(4945), + [anon_sym_sealed] = ACTIONS(4945), + [anon_sym_annotation] = ACTIONS(4945), + [anon_sym_data] = ACTIONS(4945), + [anon_sym_inner] = ACTIONS(4945), + [anon_sym_override] = ACTIONS(4945), + [anon_sym_lateinit] = ACTIONS(4945), + [anon_sym_public] = ACTIONS(4945), + [anon_sym_private] = ACTIONS(4945), + [anon_sym_internal] = ACTIONS(4945), + [anon_sym_protected] = ACTIONS(4945), + [anon_sym_tailrec] = ACTIONS(4945), + [anon_sym_operator] = ACTIONS(4945), + [anon_sym_infix] = ACTIONS(4945), + [anon_sym_inline] = ACTIONS(4945), + [anon_sym_external] = ACTIONS(4945), + [sym_property_modifier] = ACTIONS(4945), + [anon_sym_abstract] = ACTIONS(4945), + [anon_sym_final] = ACTIONS(4945), + [anon_sym_open] = ACTIONS(4945), + [anon_sym_vararg] = ACTIONS(4945), + [anon_sym_noinline] = ACTIONS(4945), + [anon_sym_crossinline] = ACTIONS(4945), + [anon_sym_expect] = ACTIONS(4945), + [anon_sym_actual] = ACTIONS(4945), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4947), + [anon_sym_continue_AT] = ACTIONS(4947), + [anon_sym_break_AT] = ACTIONS(4947), + [sym_real_literal] = ACTIONS(4947), + [sym_integer_literal] = ACTIONS(4945), + [sym_hex_literal] = ACTIONS(4947), + [sym_bin_literal] = ACTIONS(4947), + [anon_sym_true] = ACTIONS(4945), + [anon_sym_false] = ACTIONS(4945), + [anon_sym_SQUOTE] = ACTIONS(4947), + [sym__backtick_identifier] = ACTIONS(4947), + [sym__automatic_semicolon] = ACTIONS(4947), + [sym_safe_nav] = ACTIONS(4947), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4947), + }, + [1134] = { + [sym__alpha_identifier] = ACTIONS(4150), + [anon_sym_AT] = ACTIONS(4148), + [anon_sym_LBRACK] = ACTIONS(4148), + [anon_sym_as] = ACTIONS(4150), + [anon_sym_EQ] = ACTIONS(4150), + [anon_sym_LBRACE] = ACTIONS(4148), + [anon_sym_RBRACE] = ACTIONS(4148), + [anon_sym_LPAREN] = ACTIONS(4949), + [anon_sym_COMMA] = ACTIONS(4148), + [anon_sym_LT] = ACTIONS(4150), + [anon_sym_GT] = ACTIONS(4150), + [anon_sym_where] = ACTIONS(4150), + [anon_sym_object] = ACTIONS(4150), + [anon_sym_fun] = ACTIONS(4150), + [anon_sym_DOT] = ACTIONS(4150), + [anon_sym_SEMI] = ACTIONS(4148), + [anon_sym_get] = ACTIONS(4150), + [anon_sym_set] = ACTIONS(4150), + [anon_sym_this] = ACTIONS(4150), + [anon_sym_super] = ACTIONS(4150), + [anon_sym_STAR] = ACTIONS(4150), + [sym_label] = ACTIONS(4150), + [anon_sym_in] = ACTIONS(4150), + [anon_sym_DOT_DOT] = ACTIONS(4148), + [anon_sym_QMARK_COLON] = ACTIONS(4148), + [anon_sym_AMP_AMP] = ACTIONS(4148), + [anon_sym_PIPE_PIPE] = ACTIONS(4148), + [anon_sym_null] = ACTIONS(4150), + [anon_sym_if] = ACTIONS(4150), + [anon_sym_else] = ACTIONS(4150), + [anon_sym_when] = ACTIONS(4150), + [anon_sym_try] = ACTIONS(4150), + [anon_sym_throw] = ACTIONS(4150), + [anon_sym_return] = ACTIONS(4150), + [anon_sym_continue] = ACTIONS(4150), + [anon_sym_break] = ACTIONS(4150), + [anon_sym_COLON_COLON] = ACTIONS(4148), + [anon_sym_PLUS_EQ] = ACTIONS(4148), + [anon_sym_DASH_EQ] = ACTIONS(4148), + [anon_sym_STAR_EQ] = ACTIONS(4148), + [anon_sym_SLASH_EQ] = ACTIONS(4148), + [anon_sym_PERCENT_EQ] = ACTIONS(4148), + [anon_sym_BANG_EQ] = ACTIONS(4150), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4148), + [anon_sym_EQ_EQ] = ACTIONS(4150), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4148), + [anon_sym_LT_EQ] = ACTIONS(4148), + [anon_sym_GT_EQ] = ACTIONS(4148), + [anon_sym_BANGin] = ACTIONS(4148), + [anon_sym_is] = ACTIONS(4150), + [anon_sym_BANGis] = ACTIONS(4148), + [anon_sym_PLUS] = ACTIONS(4150), + [anon_sym_DASH] = ACTIONS(4150), + [anon_sym_SLASH] = ACTIONS(4150), + [anon_sym_PERCENT] = ACTIONS(4150), + [anon_sym_as_QMARK] = ACTIONS(4148), + [anon_sym_PLUS_PLUS] = ACTIONS(4148), + [anon_sym_DASH_DASH] = ACTIONS(4148), + [anon_sym_BANG] = ACTIONS(4150), + [anon_sym_BANG_BANG] = ACTIONS(4148), + [anon_sym_suspend] = ACTIONS(4150), + [anon_sym_sealed] = ACTIONS(4150), + [anon_sym_annotation] = ACTIONS(4150), + [anon_sym_data] = ACTIONS(4150), + [anon_sym_inner] = ACTIONS(4150), + [anon_sym_override] = ACTIONS(4150), + [anon_sym_lateinit] = ACTIONS(4150), + [anon_sym_public] = ACTIONS(4150), + [anon_sym_private] = ACTIONS(4150), + [anon_sym_internal] = ACTIONS(4150), + [anon_sym_protected] = ACTIONS(4150), + [anon_sym_tailrec] = ACTIONS(4150), + [anon_sym_operator] = ACTIONS(4150), + [anon_sym_infix] = ACTIONS(4150), + [anon_sym_inline] = ACTIONS(4150), + [anon_sym_external] = ACTIONS(4150), + [sym_property_modifier] = ACTIONS(4150), + [anon_sym_abstract] = ACTIONS(4150), + [anon_sym_final] = ACTIONS(4150), + [anon_sym_open] = ACTIONS(4150), + [anon_sym_vararg] = ACTIONS(4150), + [anon_sym_noinline] = ACTIONS(4150), + [anon_sym_crossinline] = ACTIONS(4150), + [anon_sym_expect] = ACTIONS(4150), + [anon_sym_actual] = ACTIONS(4150), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4148), + [anon_sym_continue_AT] = ACTIONS(4148), + [anon_sym_break_AT] = ACTIONS(4148), + [sym_real_literal] = ACTIONS(4148), + [sym_integer_literal] = ACTIONS(4150), + [sym_hex_literal] = ACTIONS(4148), + [sym_bin_literal] = ACTIONS(4148), + [anon_sym_true] = ACTIONS(4150), + [anon_sym_false] = ACTIONS(4150), + [anon_sym_SQUOTE] = ACTIONS(4148), + [sym__backtick_identifier] = ACTIONS(4148), + [sym__automatic_semicolon] = ACTIONS(4148), + [sym_safe_nav] = ACTIONS(4148), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4148), + }, + [1135] = { [sym__alpha_identifier] = ACTIONS(4951), [anon_sym_AT] = ACTIONS(4953), [anon_sym_LBRACK] = ACTIONS(4953), @@ -164889,7 +165306,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(4953), }, - [1133] = { + [1136] = { [sym__alpha_identifier] = ACTIONS(4955), [anon_sym_AT] = ACTIONS(4957), [anon_sym_LBRACK] = ACTIONS(4957), @@ -164897,7 +165314,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_EQ] = ACTIONS(4955), [anon_sym_LBRACE] = ACTIONS(4957), [anon_sym_RBRACE] = ACTIONS(4957), - [anon_sym_LPAREN] = ACTIONS(4957), + [anon_sym_LPAREN] = ACTIONS(4959), [anon_sym_COMMA] = ACTIONS(4957), [anon_sym_LT] = ACTIONS(4955), [anon_sym_GT] = ACTIONS(4955), @@ -164992,419 +165409,625 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(4957), }, - [1134] = { - [sym__alpha_identifier] = ACTIONS(4454), - [anon_sym_AT] = ACTIONS(4456), - [anon_sym_LBRACK] = ACTIONS(4456), - [anon_sym_as] = ACTIONS(4454), - [anon_sym_EQ] = ACTIONS(4454), - [anon_sym_LBRACE] = ACTIONS(4456), - [anon_sym_RBRACE] = ACTIONS(4456), - [anon_sym_LPAREN] = ACTIONS(4456), - [anon_sym_COMMA] = ACTIONS(4456), - [anon_sym_LT] = ACTIONS(4454), - [anon_sym_GT] = ACTIONS(4454), - [anon_sym_where] = ACTIONS(4454), - [anon_sym_object] = ACTIONS(4454), - [anon_sym_fun] = ACTIONS(4454), - [anon_sym_DOT] = ACTIONS(4454), - [anon_sym_SEMI] = ACTIONS(4456), - [anon_sym_get] = ACTIONS(4454), - [anon_sym_set] = ACTIONS(4454), - [anon_sym_this] = ACTIONS(4454), - [anon_sym_super] = ACTIONS(4454), - [anon_sym_STAR] = ACTIONS(4454), - [sym_label] = ACTIONS(4454), - [anon_sym_in] = ACTIONS(4454), - [anon_sym_DOT_DOT] = ACTIONS(4456), - [anon_sym_QMARK_COLON] = ACTIONS(4456), - [anon_sym_AMP_AMP] = ACTIONS(4456), - [anon_sym_PIPE_PIPE] = ACTIONS(4456), - [anon_sym_null] = ACTIONS(4454), - [anon_sym_if] = ACTIONS(4454), - [anon_sym_else] = ACTIONS(4454), - [anon_sym_when] = ACTIONS(4454), - [anon_sym_try] = ACTIONS(4454), - [anon_sym_throw] = ACTIONS(4454), - [anon_sym_return] = ACTIONS(4454), - [anon_sym_continue] = ACTIONS(4454), - [anon_sym_break] = ACTIONS(4454), - [anon_sym_COLON_COLON] = ACTIONS(4456), - [anon_sym_PLUS_EQ] = ACTIONS(4456), - [anon_sym_DASH_EQ] = ACTIONS(4456), - [anon_sym_STAR_EQ] = ACTIONS(4456), - [anon_sym_SLASH_EQ] = ACTIONS(4456), - [anon_sym_PERCENT_EQ] = ACTIONS(4456), - [anon_sym_BANG_EQ] = ACTIONS(4454), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4456), - [anon_sym_EQ_EQ] = ACTIONS(4454), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4456), - [anon_sym_LT_EQ] = ACTIONS(4456), - [anon_sym_GT_EQ] = ACTIONS(4456), - [anon_sym_BANGin] = ACTIONS(4456), - [anon_sym_is] = ACTIONS(4454), - [anon_sym_BANGis] = ACTIONS(4456), - [anon_sym_PLUS] = ACTIONS(4454), - [anon_sym_DASH] = ACTIONS(4454), - [anon_sym_SLASH] = ACTIONS(4454), - [anon_sym_PERCENT] = ACTIONS(4454), - [anon_sym_as_QMARK] = ACTIONS(4456), - [anon_sym_PLUS_PLUS] = ACTIONS(4456), - [anon_sym_DASH_DASH] = ACTIONS(4456), - [anon_sym_BANG] = ACTIONS(4454), - [anon_sym_BANG_BANG] = ACTIONS(4456), - [anon_sym_suspend] = ACTIONS(4454), - [anon_sym_sealed] = ACTIONS(4454), - [anon_sym_annotation] = ACTIONS(4454), - [anon_sym_data] = ACTIONS(4454), - [anon_sym_inner] = ACTIONS(4454), - [anon_sym_override] = ACTIONS(4454), - [anon_sym_lateinit] = ACTIONS(4454), - [anon_sym_public] = ACTIONS(4454), - [anon_sym_private] = ACTIONS(4454), - [anon_sym_internal] = ACTIONS(4454), - [anon_sym_protected] = ACTIONS(4454), - [anon_sym_tailrec] = ACTIONS(4454), - [anon_sym_operator] = ACTIONS(4454), - [anon_sym_infix] = ACTIONS(4454), - [anon_sym_inline] = ACTIONS(4454), - [anon_sym_external] = ACTIONS(4454), - [sym_property_modifier] = ACTIONS(4454), - [anon_sym_abstract] = ACTIONS(4454), - [anon_sym_final] = ACTIONS(4454), - [anon_sym_open] = ACTIONS(4454), - [anon_sym_vararg] = ACTIONS(4454), - [anon_sym_noinline] = ACTIONS(4454), - [anon_sym_crossinline] = ACTIONS(4454), - [anon_sym_expect] = ACTIONS(4454), - [anon_sym_actual] = ACTIONS(4454), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4456), - [anon_sym_continue_AT] = ACTIONS(4456), - [anon_sym_break_AT] = ACTIONS(4456), - [sym_real_literal] = ACTIONS(4456), - [sym_integer_literal] = ACTIONS(4454), - [sym_hex_literal] = ACTIONS(4456), - [sym_bin_literal] = ACTIONS(4456), - [anon_sym_true] = ACTIONS(4454), - [anon_sym_false] = ACTIONS(4454), - [anon_sym_SQUOTE] = ACTIONS(4456), - [sym__backtick_identifier] = ACTIONS(4456), - [sym__automatic_semicolon] = ACTIONS(4456), - [sym_safe_nav] = ACTIONS(4456), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4456), + [1137] = { + [sym__alpha_identifier] = ACTIONS(4961), + [anon_sym_AT] = ACTIONS(4963), + [anon_sym_LBRACK] = ACTIONS(4963), + [anon_sym_as] = ACTIONS(4961), + [anon_sym_EQ] = ACTIONS(4961), + [anon_sym_LBRACE] = ACTIONS(4963), + [anon_sym_RBRACE] = ACTIONS(4963), + [anon_sym_LPAREN] = ACTIONS(4965), + [anon_sym_COMMA] = ACTIONS(4963), + [anon_sym_LT] = ACTIONS(4961), + [anon_sym_GT] = ACTIONS(4961), + [anon_sym_where] = ACTIONS(4961), + [anon_sym_object] = ACTIONS(4961), + [anon_sym_fun] = ACTIONS(4961), + [anon_sym_DOT] = ACTIONS(4961), + [anon_sym_SEMI] = ACTIONS(4963), + [anon_sym_get] = ACTIONS(4961), + [anon_sym_set] = ACTIONS(4961), + [anon_sym_this] = ACTIONS(4961), + [anon_sym_super] = ACTIONS(4961), + [anon_sym_STAR] = ACTIONS(4961), + [sym_label] = ACTIONS(4961), + [anon_sym_in] = ACTIONS(4961), + [anon_sym_DOT_DOT] = ACTIONS(4963), + [anon_sym_QMARK_COLON] = ACTIONS(4963), + [anon_sym_AMP_AMP] = ACTIONS(4963), + [anon_sym_PIPE_PIPE] = ACTIONS(4963), + [anon_sym_null] = ACTIONS(4961), + [anon_sym_if] = ACTIONS(4961), + [anon_sym_else] = ACTIONS(4961), + [anon_sym_when] = ACTIONS(4961), + [anon_sym_try] = ACTIONS(4961), + [anon_sym_throw] = ACTIONS(4961), + [anon_sym_return] = ACTIONS(4961), + [anon_sym_continue] = ACTIONS(4961), + [anon_sym_break] = ACTIONS(4961), + [anon_sym_COLON_COLON] = ACTIONS(4963), + [anon_sym_PLUS_EQ] = ACTIONS(4963), + [anon_sym_DASH_EQ] = ACTIONS(4963), + [anon_sym_STAR_EQ] = ACTIONS(4963), + [anon_sym_SLASH_EQ] = ACTIONS(4963), + [anon_sym_PERCENT_EQ] = ACTIONS(4963), + [anon_sym_BANG_EQ] = ACTIONS(4961), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4963), + [anon_sym_EQ_EQ] = ACTIONS(4961), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4963), + [anon_sym_LT_EQ] = ACTIONS(4963), + [anon_sym_GT_EQ] = ACTIONS(4963), + [anon_sym_BANGin] = ACTIONS(4963), + [anon_sym_is] = ACTIONS(4961), + [anon_sym_BANGis] = ACTIONS(4963), + [anon_sym_PLUS] = ACTIONS(4961), + [anon_sym_DASH] = ACTIONS(4961), + [anon_sym_SLASH] = ACTIONS(4961), + [anon_sym_PERCENT] = ACTIONS(4961), + [anon_sym_as_QMARK] = ACTIONS(4963), + [anon_sym_PLUS_PLUS] = ACTIONS(4963), + [anon_sym_DASH_DASH] = ACTIONS(4963), + [anon_sym_BANG] = ACTIONS(4961), + [anon_sym_BANG_BANG] = ACTIONS(4963), + [anon_sym_suspend] = ACTIONS(4961), + [anon_sym_sealed] = ACTIONS(4961), + [anon_sym_annotation] = ACTIONS(4961), + [anon_sym_data] = ACTIONS(4961), + [anon_sym_inner] = ACTIONS(4961), + [anon_sym_override] = ACTIONS(4961), + [anon_sym_lateinit] = ACTIONS(4961), + [anon_sym_public] = ACTIONS(4961), + [anon_sym_private] = ACTIONS(4961), + [anon_sym_internal] = ACTIONS(4961), + [anon_sym_protected] = ACTIONS(4961), + [anon_sym_tailrec] = ACTIONS(4961), + [anon_sym_operator] = ACTIONS(4961), + [anon_sym_infix] = ACTIONS(4961), + [anon_sym_inline] = ACTIONS(4961), + [anon_sym_external] = ACTIONS(4961), + [sym_property_modifier] = ACTIONS(4961), + [anon_sym_abstract] = ACTIONS(4961), + [anon_sym_final] = ACTIONS(4961), + [anon_sym_open] = ACTIONS(4961), + [anon_sym_vararg] = ACTIONS(4961), + [anon_sym_noinline] = ACTIONS(4961), + [anon_sym_crossinline] = ACTIONS(4961), + [anon_sym_expect] = ACTIONS(4961), + [anon_sym_actual] = ACTIONS(4961), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4963), + [anon_sym_continue_AT] = ACTIONS(4963), + [anon_sym_break_AT] = ACTIONS(4963), + [sym_real_literal] = ACTIONS(4963), + [sym_integer_literal] = ACTIONS(4961), + [sym_hex_literal] = ACTIONS(4963), + [sym_bin_literal] = ACTIONS(4963), + [anon_sym_true] = ACTIONS(4961), + [anon_sym_false] = ACTIONS(4961), + [anon_sym_SQUOTE] = ACTIONS(4963), + [sym__backtick_identifier] = ACTIONS(4963), + [sym__automatic_semicolon] = ACTIONS(4963), + [sym_safe_nav] = ACTIONS(4963), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4963), }, - [1135] = { - [sym__alpha_identifier] = ACTIONS(4959), - [anon_sym_AT] = ACTIONS(4961), - [anon_sym_LBRACK] = ACTIONS(4961), - [anon_sym_as] = ACTIONS(4959), - [anon_sym_EQ] = ACTIONS(4959), - [anon_sym_LBRACE] = ACTIONS(4961), - [anon_sym_RBRACE] = ACTIONS(4961), - [anon_sym_LPAREN] = ACTIONS(4961), - [anon_sym_COMMA] = ACTIONS(4961), - [anon_sym_LT] = ACTIONS(4959), - [anon_sym_GT] = ACTIONS(4959), - [anon_sym_where] = ACTIONS(4959), - [anon_sym_object] = ACTIONS(4959), - [anon_sym_fun] = ACTIONS(4959), - [anon_sym_DOT] = ACTIONS(4959), - [anon_sym_SEMI] = ACTIONS(4961), - [anon_sym_get] = ACTIONS(4959), - [anon_sym_set] = ACTIONS(4959), - [anon_sym_this] = ACTIONS(4959), - [anon_sym_super] = ACTIONS(4959), - [anon_sym_STAR] = ACTIONS(4959), - [sym_label] = ACTIONS(4959), - [anon_sym_in] = ACTIONS(4959), - [anon_sym_DOT_DOT] = ACTIONS(4961), - [anon_sym_QMARK_COLON] = ACTIONS(4961), - [anon_sym_AMP_AMP] = ACTIONS(4961), - [anon_sym_PIPE_PIPE] = ACTIONS(4961), - [anon_sym_null] = ACTIONS(4959), - [anon_sym_if] = ACTIONS(4959), - [anon_sym_else] = ACTIONS(4959), - [anon_sym_when] = ACTIONS(4959), - [anon_sym_try] = ACTIONS(4959), - [anon_sym_throw] = ACTIONS(4959), - [anon_sym_return] = ACTIONS(4959), - [anon_sym_continue] = ACTIONS(4959), - [anon_sym_break] = ACTIONS(4959), - [anon_sym_COLON_COLON] = ACTIONS(4961), - [anon_sym_PLUS_EQ] = ACTIONS(4961), - [anon_sym_DASH_EQ] = ACTIONS(4961), - [anon_sym_STAR_EQ] = ACTIONS(4961), - [anon_sym_SLASH_EQ] = ACTIONS(4961), - [anon_sym_PERCENT_EQ] = ACTIONS(4961), - [anon_sym_BANG_EQ] = ACTIONS(4959), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4961), - [anon_sym_EQ_EQ] = ACTIONS(4959), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4961), - [anon_sym_LT_EQ] = ACTIONS(4961), - [anon_sym_GT_EQ] = ACTIONS(4961), - [anon_sym_BANGin] = ACTIONS(4961), - [anon_sym_is] = ACTIONS(4959), - [anon_sym_BANGis] = ACTIONS(4961), - [anon_sym_PLUS] = ACTIONS(4959), - [anon_sym_DASH] = ACTIONS(4959), - [anon_sym_SLASH] = ACTIONS(4959), - [anon_sym_PERCENT] = ACTIONS(4959), - [anon_sym_as_QMARK] = ACTIONS(4961), - [anon_sym_PLUS_PLUS] = ACTIONS(4961), - [anon_sym_DASH_DASH] = ACTIONS(4961), - [anon_sym_BANG] = ACTIONS(4959), - [anon_sym_BANG_BANG] = ACTIONS(4961), - [anon_sym_suspend] = ACTIONS(4959), - [anon_sym_sealed] = ACTIONS(4959), - [anon_sym_annotation] = ACTIONS(4959), - [anon_sym_data] = ACTIONS(4959), - [anon_sym_inner] = ACTIONS(4959), - [anon_sym_override] = ACTIONS(4959), - [anon_sym_lateinit] = ACTIONS(4959), - [anon_sym_public] = ACTIONS(4959), - [anon_sym_private] = ACTIONS(4959), - [anon_sym_internal] = ACTIONS(4959), - [anon_sym_protected] = ACTIONS(4959), - [anon_sym_tailrec] = ACTIONS(4959), - [anon_sym_operator] = ACTIONS(4959), - [anon_sym_infix] = ACTIONS(4959), - [anon_sym_inline] = ACTIONS(4959), - [anon_sym_external] = ACTIONS(4959), - [sym_property_modifier] = ACTIONS(4959), - [anon_sym_abstract] = ACTIONS(4959), - [anon_sym_final] = ACTIONS(4959), - [anon_sym_open] = ACTIONS(4959), - [anon_sym_vararg] = ACTIONS(4959), - [anon_sym_noinline] = ACTIONS(4959), - [anon_sym_crossinline] = ACTIONS(4959), - [anon_sym_expect] = ACTIONS(4959), - [anon_sym_actual] = ACTIONS(4959), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4961), - [anon_sym_continue_AT] = ACTIONS(4961), - [anon_sym_break_AT] = ACTIONS(4961), - [sym_real_literal] = ACTIONS(4961), - [sym_integer_literal] = ACTIONS(4959), - [sym_hex_literal] = ACTIONS(4961), - [sym_bin_literal] = ACTIONS(4961), - [anon_sym_true] = ACTIONS(4959), - [anon_sym_false] = ACTIONS(4959), - [anon_sym_SQUOTE] = ACTIONS(4961), - [sym__backtick_identifier] = ACTIONS(4961), - [sym__automatic_semicolon] = ACTIONS(4961), - [sym_safe_nav] = ACTIONS(4961), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4961), + [1138] = { + [sym__alpha_identifier] = ACTIONS(1770), + [anon_sym_AT] = ACTIONS(1772), + [anon_sym_LBRACK] = ACTIONS(1772), + [anon_sym_as] = ACTIONS(1770), + [anon_sym_EQ] = ACTIONS(1770), + [anon_sym_LBRACE] = ACTIONS(1772), + [anon_sym_RBRACE] = ACTIONS(1772), + [anon_sym_LPAREN] = ACTIONS(1772), + [anon_sym_COMMA] = ACTIONS(1772), + [anon_sym_LT] = ACTIONS(1770), + [anon_sym_GT] = ACTIONS(1770), + [anon_sym_where] = ACTIONS(1770), + [anon_sym_object] = ACTIONS(1770), + [anon_sym_fun] = ACTIONS(1770), + [anon_sym_DOT] = ACTIONS(1770), + [anon_sym_SEMI] = ACTIONS(1772), + [anon_sym_get] = ACTIONS(1770), + [anon_sym_set] = ACTIONS(1770), + [anon_sym_this] = ACTIONS(1770), + [anon_sym_super] = ACTIONS(1770), + [anon_sym_STAR] = ACTIONS(1770), + [sym_label] = ACTIONS(1770), + [anon_sym_in] = ACTIONS(1770), + [anon_sym_DOT_DOT] = ACTIONS(1772), + [anon_sym_QMARK_COLON] = ACTIONS(1772), + [anon_sym_AMP_AMP] = ACTIONS(1772), + [anon_sym_PIPE_PIPE] = ACTIONS(1772), + [anon_sym_null] = ACTIONS(1770), + [anon_sym_if] = ACTIONS(1770), + [anon_sym_else] = ACTIONS(1770), + [anon_sym_when] = ACTIONS(1770), + [anon_sym_try] = ACTIONS(1770), + [anon_sym_throw] = ACTIONS(1770), + [anon_sym_return] = ACTIONS(1770), + [anon_sym_continue] = ACTIONS(1770), + [anon_sym_break] = ACTIONS(1770), + [anon_sym_COLON_COLON] = ACTIONS(1772), + [anon_sym_PLUS_EQ] = ACTIONS(1772), + [anon_sym_DASH_EQ] = ACTIONS(1772), + [anon_sym_STAR_EQ] = ACTIONS(1772), + [anon_sym_SLASH_EQ] = ACTIONS(1772), + [anon_sym_PERCENT_EQ] = ACTIONS(1772), + [anon_sym_BANG_EQ] = ACTIONS(1770), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1772), + [anon_sym_EQ_EQ] = ACTIONS(1770), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1772), + [anon_sym_LT_EQ] = ACTIONS(1772), + [anon_sym_GT_EQ] = ACTIONS(1772), + [anon_sym_BANGin] = ACTIONS(1772), + [anon_sym_is] = ACTIONS(1770), + [anon_sym_BANGis] = ACTIONS(1772), + [anon_sym_PLUS] = ACTIONS(1770), + [anon_sym_DASH] = ACTIONS(1770), + [anon_sym_SLASH] = ACTIONS(1770), + [anon_sym_PERCENT] = ACTIONS(1770), + [anon_sym_as_QMARK] = ACTIONS(1772), + [anon_sym_PLUS_PLUS] = ACTIONS(1772), + [anon_sym_DASH_DASH] = ACTIONS(1772), + [anon_sym_BANG] = ACTIONS(1770), + [anon_sym_BANG_BANG] = ACTIONS(1772), + [anon_sym_suspend] = ACTIONS(1770), + [anon_sym_sealed] = ACTIONS(1770), + [anon_sym_annotation] = ACTIONS(1770), + [anon_sym_data] = ACTIONS(1770), + [anon_sym_inner] = ACTIONS(1770), + [anon_sym_override] = ACTIONS(1770), + [anon_sym_lateinit] = ACTIONS(1770), + [anon_sym_public] = ACTIONS(1770), + [anon_sym_private] = ACTIONS(1770), + [anon_sym_internal] = ACTIONS(1770), + [anon_sym_protected] = ACTIONS(1770), + [anon_sym_tailrec] = ACTIONS(1770), + [anon_sym_operator] = ACTIONS(1770), + [anon_sym_infix] = ACTIONS(1770), + [anon_sym_inline] = ACTIONS(1770), + [anon_sym_external] = ACTIONS(1770), + [sym_property_modifier] = ACTIONS(1770), + [anon_sym_abstract] = ACTIONS(1770), + [anon_sym_final] = ACTIONS(1770), + [anon_sym_open] = ACTIONS(1770), + [anon_sym_vararg] = ACTIONS(1770), + [anon_sym_noinline] = ACTIONS(1770), + [anon_sym_crossinline] = ACTIONS(1770), + [anon_sym_expect] = ACTIONS(1770), + [anon_sym_actual] = ACTIONS(1770), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1772), + [anon_sym_continue_AT] = ACTIONS(1772), + [anon_sym_break_AT] = ACTIONS(1772), + [sym_real_literal] = ACTIONS(1772), + [sym_integer_literal] = ACTIONS(1770), + [sym_hex_literal] = ACTIONS(1772), + [sym_bin_literal] = ACTIONS(1772), + [anon_sym_true] = ACTIONS(1770), + [anon_sym_false] = ACTIONS(1770), + [anon_sym_SQUOTE] = ACTIONS(1772), + [sym__backtick_identifier] = ACTIONS(1772), + [sym__automatic_semicolon] = ACTIONS(1772), + [sym_safe_nav] = ACTIONS(1772), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1772), }, - [1136] = { - [sym__alpha_identifier] = ACTIONS(4963), - [anon_sym_AT] = ACTIONS(4965), - [anon_sym_LBRACK] = ACTIONS(4965), - [anon_sym_as] = ACTIONS(4963), - [anon_sym_EQ] = ACTIONS(4963), - [anon_sym_LBRACE] = ACTIONS(4965), - [anon_sym_RBRACE] = ACTIONS(4965), - [anon_sym_LPAREN] = ACTIONS(4965), - [anon_sym_COMMA] = ACTIONS(4965), - [anon_sym_LT] = ACTIONS(4963), - [anon_sym_GT] = ACTIONS(4963), - [anon_sym_where] = ACTIONS(4963), - [anon_sym_object] = ACTIONS(4963), - [anon_sym_fun] = ACTIONS(4963), - [anon_sym_DOT] = ACTIONS(4963), - [anon_sym_SEMI] = ACTIONS(4965), - [anon_sym_get] = ACTIONS(4963), - [anon_sym_set] = ACTIONS(4963), - [anon_sym_this] = ACTIONS(4963), - [anon_sym_super] = ACTIONS(4963), - [anon_sym_STAR] = ACTIONS(4963), - [sym_label] = ACTIONS(4963), - [anon_sym_in] = ACTIONS(4963), - [anon_sym_DOT_DOT] = ACTIONS(4965), - [anon_sym_QMARK_COLON] = ACTIONS(4965), - [anon_sym_AMP_AMP] = ACTIONS(4965), - [anon_sym_PIPE_PIPE] = ACTIONS(4965), - [anon_sym_null] = ACTIONS(4963), - [anon_sym_if] = ACTIONS(4963), - [anon_sym_else] = ACTIONS(4963), - [anon_sym_when] = ACTIONS(4963), - [anon_sym_try] = ACTIONS(4963), - [anon_sym_throw] = ACTIONS(4963), - [anon_sym_return] = ACTIONS(4963), - [anon_sym_continue] = ACTIONS(4963), - [anon_sym_break] = ACTIONS(4963), - [anon_sym_COLON_COLON] = ACTIONS(4965), - [anon_sym_PLUS_EQ] = ACTIONS(4965), - [anon_sym_DASH_EQ] = ACTIONS(4965), - [anon_sym_STAR_EQ] = ACTIONS(4965), - [anon_sym_SLASH_EQ] = ACTIONS(4965), - [anon_sym_PERCENT_EQ] = ACTIONS(4965), - [anon_sym_BANG_EQ] = ACTIONS(4963), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4965), - [anon_sym_EQ_EQ] = ACTIONS(4963), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4965), - [anon_sym_LT_EQ] = ACTIONS(4965), - [anon_sym_GT_EQ] = ACTIONS(4965), - [anon_sym_BANGin] = ACTIONS(4965), - [anon_sym_is] = ACTIONS(4963), - [anon_sym_BANGis] = ACTIONS(4965), - [anon_sym_PLUS] = ACTIONS(4963), - [anon_sym_DASH] = ACTIONS(4963), - [anon_sym_SLASH] = ACTIONS(4963), - [anon_sym_PERCENT] = ACTIONS(4963), - [anon_sym_as_QMARK] = ACTIONS(4965), - [anon_sym_PLUS_PLUS] = ACTIONS(4965), - [anon_sym_DASH_DASH] = ACTIONS(4965), - [anon_sym_BANG] = ACTIONS(4963), - [anon_sym_BANG_BANG] = ACTIONS(4965), - [anon_sym_suspend] = ACTIONS(4963), - [anon_sym_sealed] = ACTIONS(4963), - [anon_sym_annotation] = ACTIONS(4963), - [anon_sym_data] = ACTIONS(4963), - [anon_sym_inner] = ACTIONS(4963), - [anon_sym_override] = ACTIONS(4963), - [anon_sym_lateinit] = ACTIONS(4963), - [anon_sym_public] = ACTIONS(4963), - [anon_sym_private] = ACTIONS(4963), - [anon_sym_internal] = ACTIONS(4963), - [anon_sym_protected] = ACTIONS(4963), - [anon_sym_tailrec] = ACTIONS(4963), - [anon_sym_operator] = ACTIONS(4963), - [anon_sym_infix] = ACTIONS(4963), - [anon_sym_inline] = ACTIONS(4963), - [anon_sym_external] = ACTIONS(4963), - [sym_property_modifier] = ACTIONS(4963), - [anon_sym_abstract] = ACTIONS(4963), - [anon_sym_final] = ACTIONS(4963), - [anon_sym_open] = ACTIONS(4963), - [anon_sym_vararg] = ACTIONS(4963), - [anon_sym_noinline] = ACTIONS(4963), - [anon_sym_crossinline] = ACTIONS(4963), - [anon_sym_expect] = ACTIONS(4963), - [anon_sym_actual] = ACTIONS(4963), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4965), - [anon_sym_continue_AT] = ACTIONS(4965), - [anon_sym_break_AT] = ACTIONS(4965), - [sym_real_literal] = ACTIONS(4965), - [sym_integer_literal] = ACTIONS(4963), - [sym_hex_literal] = ACTIONS(4965), - [sym_bin_literal] = ACTIONS(4965), - [anon_sym_true] = ACTIONS(4963), - [anon_sym_false] = ACTIONS(4963), - [anon_sym_SQUOTE] = ACTIONS(4965), - [sym__backtick_identifier] = ACTIONS(4965), - [sym__automatic_semicolon] = ACTIONS(4965), - [sym_safe_nav] = ACTIONS(4965), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4965), + [1139] = { + [sym__alpha_identifier] = ACTIONS(4303), + [anon_sym_AT] = ACTIONS(4305), + [anon_sym_LBRACK] = ACTIONS(4305), + [anon_sym_as] = ACTIONS(4303), + [anon_sym_EQ] = ACTIONS(4303), + [anon_sym_LBRACE] = ACTIONS(4305), + [anon_sym_RBRACE] = ACTIONS(4305), + [anon_sym_LPAREN] = ACTIONS(4305), + [anon_sym_COMMA] = ACTIONS(4305), + [anon_sym_LT] = ACTIONS(4303), + [anon_sym_GT] = ACTIONS(4303), + [anon_sym_where] = ACTIONS(4303), + [anon_sym_object] = ACTIONS(4303), + [anon_sym_fun] = ACTIONS(4303), + [anon_sym_DOT] = ACTIONS(4303), + [anon_sym_SEMI] = ACTIONS(4305), + [anon_sym_get] = ACTIONS(4303), + [anon_sym_set] = ACTIONS(4303), + [anon_sym_this] = ACTIONS(4303), + [anon_sym_super] = ACTIONS(4303), + [anon_sym_STAR] = ACTIONS(4303), + [sym_label] = ACTIONS(4303), + [anon_sym_in] = ACTIONS(4303), + [anon_sym_DOT_DOT] = ACTIONS(4305), + [anon_sym_QMARK_COLON] = ACTIONS(4305), + [anon_sym_AMP_AMP] = ACTIONS(4305), + [anon_sym_PIPE_PIPE] = ACTIONS(4305), + [anon_sym_null] = ACTIONS(4303), + [anon_sym_if] = ACTIONS(4303), + [anon_sym_else] = ACTIONS(4303), + [anon_sym_when] = ACTIONS(4303), + [anon_sym_try] = ACTIONS(4303), + [anon_sym_throw] = ACTIONS(4303), + [anon_sym_return] = ACTIONS(4303), + [anon_sym_continue] = ACTIONS(4303), + [anon_sym_break] = ACTIONS(4303), + [anon_sym_COLON_COLON] = ACTIONS(4305), + [anon_sym_PLUS_EQ] = ACTIONS(4305), + [anon_sym_DASH_EQ] = ACTIONS(4305), + [anon_sym_STAR_EQ] = ACTIONS(4305), + [anon_sym_SLASH_EQ] = ACTIONS(4305), + [anon_sym_PERCENT_EQ] = ACTIONS(4305), + [anon_sym_BANG_EQ] = ACTIONS(4303), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4305), + [anon_sym_EQ_EQ] = ACTIONS(4303), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4305), + [anon_sym_LT_EQ] = ACTIONS(4305), + [anon_sym_GT_EQ] = ACTIONS(4305), + [anon_sym_BANGin] = ACTIONS(4305), + [anon_sym_is] = ACTIONS(4303), + [anon_sym_BANGis] = ACTIONS(4305), + [anon_sym_PLUS] = ACTIONS(4303), + [anon_sym_DASH] = ACTIONS(4303), + [anon_sym_SLASH] = ACTIONS(4303), + [anon_sym_PERCENT] = ACTIONS(4303), + [anon_sym_as_QMARK] = ACTIONS(4305), + [anon_sym_PLUS_PLUS] = ACTIONS(4305), + [anon_sym_DASH_DASH] = ACTIONS(4305), + [anon_sym_BANG] = ACTIONS(4303), + [anon_sym_BANG_BANG] = ACTIONS(4305), + [anon_sym_suspend] = ACTIONS(4303), + [anon_sym_sealed] = ACTIONS(4303), + [anon_sym_annotation] = ACTIONS(4303), + [anon_sym_data] = ACTIONS(4303), + [anon_sym_inner] = ACTIONS(4303), + [anon_sym_override] = ACTIONS(4303), + [anon_sym_lateinit] = ACTIONS(4303), + [anon_sym_public] = ACTIONS(4303), + [anon_sym_private] = ACTIONS(4303), + [anon_sym_internal] = ACTIONS(4303), + [anon_sym_protected] = ACTIONS(4303), + [anon_sym_tailrec] = ACTIONS(4303), + [anon_sym_operator] = ACTIONS(4303), + [anon_sym_infix] = ACTIONS(4303), + [anon_sym_inline] = ACTIONS(4303), + [anon_sym_external] = ACTIONS(4303), + [sym_property_modifier] = ACTIONS(4303), + [anon_sym_abstract] = ACTIONS(4303), + [anon_sym_final] = ACTIONS(4303), + [anon_sym_open] = ACTIONS(4303), + [anon_sym_vararg] = ACTIONS(4303), + [anon_sym_noinline] = ACTIONS(4303), + [anon_sym_crossinline] = ACTIONS(4303), + [anon_sym_expect] = ACTIONS(4303), + [anon_sym_actual] = ACTIONS(4303), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4305), + [anon_sym_continue_AT] = ACTIONS(4305), + [anon_sym_break_AT] = ACTIONS(4305), + [sym_real_literal] = ACTIONS(4305), + [sym_integer_literal] = ACTIONS(4303), + [sym_hex_literal] = ACTIONS(4305), + [sym_bin_literal] = ACTIONS(4305), + [anon_sym_true] = ACTIONS(4303), + [anon_sym_false] = ACTIONS(4303), + [anon_sym_SQUOTE] = ACTIONS(4305), + [sym__backtick_identifier] = ACTIONS(4305), + [sym__automatic_semicolon] = ACTIONS(4305), + [sym_safe_nav] = ACTIONS(4305), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4305), }, - [1137] = { - [sym__alpha_identifier] = ACTIONS(3254), - [anon_sym_AT] = ACTIONS(3256), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_EQ] = ACTIONS(3254), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_COMMA] = ACTIONS(3256), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_where] = ACTIONS(3254), - [anon_sym_object] = ACTIONS(3254), - [anon_sym_fun] = ACTIONS(3254), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(3256), - [anon_sym_get] = ACTIONS(3254), - [anon_sym_set] = ACTIONS(3254), - [anon_sym_this] = ACTIONS(3254), - [anon_sym_super] = ACTIONS(3254), - [anon_sym_STAR] = ACTIONS(3254), - [sym_label] = ACTIONS(3254), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_null] = ACTIONS(3254), - [anon_sym_if] = ACTIONS(3254), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_when] = ACTIONS(3254), - [anon_sym_try] = ACTIONS(3254), - [anon_sym_throw] = ACTIONS(3254), - [anon_sym_return] = ACTIONS(3254), - [anon_sym_continue] = ACTIONS(3254), - [anon_sym_break] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_PLUS_EQ] = ACTIONS(3256), - [anon_sym_DASH_EQ] = ACTIONS(3256), - [anon_sym_STAR_EQ] = ACTIONS(3256), - [anon_sym_SLASH_EQ] = ACTIONS(3256), - [anon_sym_PERCENT_EQ] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3254), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG] = ACTIONS(3254), - [anon_sym_BANG_BANG] = ACTIONS(3256), - [anon_sym_suspend] = ACTIONS(3254), - [anon_sym_sealed] = ACTIONS(3254), - [anon_sym_annotation] = ACTIONS(3254), - [anon_sym_data] = ACTIONS(3254), - [anon_sym_inner] = ACTIONS(3254), - [anon_sym_override] = ACTIONS(3254), - [anon_sym_lateinit] = ACTIONS(3254), - [anon_sym_public] = ACTIONS(3254), - [anon_sym_private] = ACTIONS(3254), - [anon_sym_internal] = ACTIONS(3254), - [anon_sym_protected] = ACTIONS(3254), - [anon_sym_tailrec] = ACTIONS(3254), - [anon_sym_operator] = ACTIONS(3254), - [anon_sym_infix] = ACTIONS(3254), - [anon_sym_inline] = ACTIONS(3254), - [anon_sym_external] = ACTIONS(3254), - [sym_property_modifier] = ACTIONS(3254), - [anon_sym_abstract] = ACTIONS(3254), - [anon_sym_final] = ACTIONS(3254), - [anon_sym_open] = ACTIONS(3254), - [anon_sym_vararg] = ACTIONS(3254), - [anon_sym_noinline] = ACTIONS(3254), - [anon_sym_crossinline] = ACTIONS(3254), - [anon_sym_expect] = ACTIONS(3254), - [anon_sym_actual] = ACTIONS(3254), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3256), - [anon_sym_continue_AT] = ACTIONS(3256), - [anon_sym_break_AT] = ACTIONS(3256), - [sym_real_literal] = ACTIONS(3256), - [sym_integer_literal] = ACTIONS(3254), - [sym_hex_literal] = ACTIONS(3256), - [sym_bin_literal] = ACTIONS(3256), - [anon_sym_true] = ACTIONS(3254), - [anon_sym_false] = ACTIONS(3254), - [anon_sym_SQUOTE] = ACTIONS(3256), - [sym__backtick_identifier] = ACTIONS(3256), - [sym__automatic_semicolon] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3256), + [1140] = { + [sym__alpha_identifier] = ACTIONS(3186), + [anon_sym_AT] = ACTIONS(3190), + [anon_sym_LBRACK] = ACTIONS(3190), + [anon_sym_as] = ACTIONS(3186), + [anon_sym_EQ] = ACTIONS(3186), + [anon_sym_LBRACE] = ACTIONS(3190), + [anon_sym_RBRACE] = ACTIONS(3190), + [anon_sym_LPAREN] = ACTIONS(3190), + [anon_sym_COMMA] = ACTIONS(3190), + [anon_sym_LT] = ACTIONS(3186), + [anon_sym_GT] = ACTIONS(3186), + [anon_sym_where] = ACTIONS(3186), + [anon_sym_object] = ACTIONS(3186), + [anon_sym_fun] = ACTIONS(3186), + [anon_sym_DOT] = ACTIONS(3186), + [anon_sym_SEMI] = ACTIONS(3190), + [anon_sym_get] = ACTIONS(3186), + [anon_sym_set] = ACTIONS(3186), + [anon_sym_this] = ACTIONS(3186), + [anon_sym_super] = ACTIONS(3186), + [anon_sym_STAR] = ACTIONS(3186), + [sym_label] = ACTIONS(3186), + [anon_sym_in] = ACTIONS(3186), + [anon_sym_DOT_DOT] = ACTIONS(3190), + [anon_sym_QMARK_COLON] = ACTIONS(3190), + [anon_sym_AMP_AMP] = ACTIONS(3190), + [anon_sym_PIPE_PIPE] = ACTIONS(3190), + [anon_sym_null] = ACTIONS(3186), + [anon_sym_if] = ACTIONS(3186), + [anon_sym_else] = ACTIONS(3186), + [anon_sym_when] = ACTIONS(3186), + [anon_sym_try] = ACTIONS(3186), + [anon_sym_throw] = ACTIONS(3186), + [anon_sym_return] = ACTIONS(3186), + [anon_sym_continue] = ACTIONS(3186), + [anon_sym_break] = ACTIONS(3186), + [anon_sym_COLON_COLON] = ACTIONS(3190), + [anon_sym_PLUS_EQ] = ACTIONS(3190), + [anon_sym_DASH_EQ] = ACTIONS(3190), + [anon_sym_STAR_EQ] = ACTIONS(3190), + [anon_sym_SLASH_EQ] = ACTIONS(3190), + [anon_sym_PERCENT_EQ] = ACTIONS(3190), + [anon_sym_BANG_EQ] = ACTIONS(3186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3190), + [anon_sym_EQ_EQ] = ACTIONS(3186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3190), + [anon_sym_LT_EQ] = ACTIONS(3190), + [anon_sym_GT_EQ] = ACTIONS(3190), + [anon_sym_BANGin] = ACTIONS(3190), + [anon_sym_is] = ACTIONS(3186), + [anon_sym_BANGis] = ACTIONS(3190), + [anon_sym_PLUS] = ACTIONS(3186), + [anon_sym_DASH] = ACTIONS(3186), + [anon_sym_SLASH] = ACTIONS(3186), + [anon_sym_PERCENT] = ACTIONS(3186), + [anon_sym_as_QMARK] = ACTIONS(3190), + [anon_sym_PLUS_PLUS] = ACTIONS(3190), + [anon_sym_DASH_DASH] = ACTIONS(3190), + [anon_sym_BANG] = ACTIONS(3186), + [anon_sym_BANG_BANG] = ACTIONS(3190), + [anon_sym_suspend] = ACTIONS(3186), + [anon_sym_sealed] = ACTIONS(3186), + [anon_sym_annotation] = ACTIONS(3186), + [anon_sym_data] = ACTIONS(3186), + [anon_sym_inner] = ACTIONS(3186), + [anon_sym_override] = ACTIONS(3186), + [anon_sym_lateinit] = ACTIONS(3186), + [anon_sym_public] = ACTIONS(3186), + [anon_sym_private] = ACTIONS(3186), + [anon_sym_internal] = ACTIONS(3186), + [anon_sym_protected] = ACTIONS(3186), + [anon_sym_tailrec] = ACTIONS(3186), + [anon_sym_operator] = ACTIONS(3186), + [anon_sym_infix] = ACTIONS(3186), + [anon_sym_inline] = ACTIONS(3186), + [anon_sym_external] = ACTIONS(3186), + [sym_property_modifier] = ACTIONS(3186), + [anon_sym_abstract] = ACTIONS(3186), + [anon_sym_final] = ACTIONS(3186), + [anon_sym_open] = ACTIONS(3186), + [anon_sym_vararg] = ACTIONS(3186), + [anon_sym_noinline] = ACTIONS(3186), + [anon_sym_crossinline] = ACTIONS(3186), + [anon_sym_expect] = ACTIONS(3186), + [anon_sym_actual] = ACTIONS(3186), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3190), + [anon_sym_continue_AT] = ACTIONS(3190), + [anon_sym_break_AT] = ACTIONS(3190), + [sym_real_literal] = ACTIONS(3190), + [sym_integer_literal] = ACTIONS(3186), + [sym_hex_literal] = ACTIONS(3190), + [sym_bin_literal] = ACTIONS(3190), + [anon_sym_true] = ACTIONS(3186), + [anon_sym_false] = ACTIONS(3186), + [anon_sym_SQUOTE] = ACTIONS(3190), + [sym__backtick_identifier] = ACTIONS(3190), + [sym__automatic_semicolon] = ACTIONS(3190), + [sym_safe_nav] = ACTIONS(3190), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3190), }, - [1138] = { + [1141] = { + [sym__alpha_identifier] = ACTIONS(4654), + [anon_sym_AT] = ACTIONS(4656), + [anon_sym_LBRACK] = ACTIONS(4656), + [anon_sym_as] = ACTIONS(4654), + [anon_sym_EQ] = ACTIONS(4654), + [anon_sym_LBRACE] = ACTIONS(4656), + [anon_sym_RBRACE] = ACTIONS(4656), + [anon_sym_LPAREN] = ACTIONS(4656), + [anon_sym_COMMA] = ACTIONS(4656), + [anon_sym_LT] = ACTIONS(4654), + [anon_sym_GT] = ACTIONS(4654), + [anon_sym_where] = ACTIONS(4654), + [anon_sym_object] = ACTIONS(4654), + [anon_sym_fun] = ACTIONS(4654), + [anon_sym_DOT] = ACTIONS(4654), + [anon_sym_SEMI] = ACTIONS(4656), + [anon_sym_get] = ACTIONS(4654), + [anon_sym_set] = ACTIONS(4654), + [anon_sym_this] = ACTIONS(4654), + [anon_sym_super] = ACTIONS(4654), + [anon_sym_STAR] = ACTIONS(4654), + [sym_label] = ACTIONS(4654), + [anon_sym_in] = ACTIONS(4654), + [anon_sym_DOT_DOT] = ACTIONS(4656), + [anon_sym_QMARK_COLON] = ACTIONS(4656), + [anon_sym_AMP_AMP] = ACTIONS(4656), + [anon_sym_PIPE_PIPE] = ACTIONS(4656), + [anon_sym_null] = ACTIONS(4654), + [anon_sym_if] = ACTIONS(4654), + [anon_sym_else] = ACTIONS(4654), + [anon_sym_when] = ACTIONS(4654), + [anon_sym_try] = ACTIONS(4654), + [anon_sym_throw] = ACTIONS(4654), + [anon_sym_return] = ACTIONS(4654), + [anon_sym_continue] = ACTIONS(4654), + [anon_sym_break] = ACTIONS(4654), + [anon_sym_COLON_COLON] = ACTIONS(4656), + [anon_sym_PLUS_EQ] = ACTIONS(4656), + [anon_sym_DASH_EQ] = ACTIONS(4656), + [anon_sym_STAR_EQ] = ACTIONS(4656), + [anon_sym_SLASH_EQ] = ACTIONS(4656), + [anon_sym_PERCENT_EQ] = ACTIONS(4656), + [anon_sym_BANG_EQ] = ACTIONS(4654), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4656), + [anon_sym_EQ_EQ] = ACTIONS(4654), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4656), + [anon_sym_LT_EQ] = ACTIONS(4656), + [anon_sym_GT_EQ] = ACTIONS(4656), + [anon_sym_BANGin] = ACTIONS(4656), + [anon_sym_is] = ACTIONS(4654), + [anon_sym_BANGis] = ACTIONS(4656), + [anon_sym_PLUS] = ACTIONS(4654), + [anon_sym_DASH] = ACTIONS(4654), + [anon_sym_SLASH] = ACTIONS(4654), + [anon_sym_PERCENT] = ACTIONS(4654), + [anon_sym_as_QMARK] = ACTIONS(4656), + [anon_sym_PLUS_PLUS] = ACTIONS(4656), + [anon_sym_DASH_DASH] = ACTIONS(4656), + [anon_sym_BANG] = ACTIONS(4654), + [anon_sym_BANG_BANG] = ACTIONS(4656), + [anon_sym_suspend] = ACTIONS(4654), + [anon_sym_sealed] = ACTIONS(4654), + [anon_sym_annotation] = ACTIONS(4654), + [anon_sym_data] = ACTIONS(4654), + [anon_sym_inner] = ACTIONS(4654), + [anon_sym_override] = ACTIONS(4654), + [anon_sym_lateinit] = ACTIONS(4654), + [anon_sym_public] = ACTIONS(4654), + [anon_sym_private] = ACTIONS(4654), + [anon_sym_internal] = ACTIONS(4654), + [anon_sym_protected] = ACTIONS(4654), + [anon_sym_tailrec] = ACTIONS(4654), + [anon_sym_operator] = ACTIONS(4654), + [anon_sym_infix] = ACTIONS(4654), + [anon_sym_inline] = ACTIONS(4654), + [anon_sym_external] = ACTIONS(4654), + [sym_property_modifier] = ACTIONS(4654), + [anon_sym_abstract] = ACTIONS(4654), + [anon_sym_final] = ACTIONS(4654), + [anon_sym_open] = ACTIONS(4654), + [anon_sym_vararg] = ACTIONS(4654), + [anon_sym_noinline] = ACTIONS(4654), + [anon_sym_crossinline] = ACTIONS(4654), + [anon_sym_expect] = ACTIONS(4654), + [anon_sym_actual] = ACTIONS(4654), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4656), + [anon_sym_continue_AT] = ACTIONS(4656), + [anon_sym_break_AT] = ACTIONS(4656), + [sym_real_literal] = ACTIONS(4656), + [sym_integer_literal] = ACTIONS(4654), + [sym_hex_literal] = ACTIONS(4656), + [sym_bin_literal] = ACTIONS(4656), + [anon_sym_true] = ACTIONS(4654), + [anon_sym_false] = ACTIONS(4654), + [anon_sym_SQUOTE] = ACTIONS(4656), + [sym__backtick_identifier] = ACTIONS(4656), + [sym__automatic_semicolon] = ACTIONS(4656), + [sym_safe_nav] = ACTIONS(4656), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4656), + }, + [1142] = { + [sym__alpha_identifier] = ACTIONS(1784), + [anon_sym_AT] = ACTIONS(1786), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_EQ] = ACTIONS(1784), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_COMMA] = ACTIONS(1786), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_where] = ACTIONS(1784), + [anon_sym_object] = ACTIONS(1784), + [anon_sym_fun] = ACTIONS(1784), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(1786), + [anon_sym_get] = ACTIONS(1784), + [anon_sym_set] = ACTIONS(1784), + [anon_sym_this] = ACTIONS(1784), + [anon_sym_super] = ACTIONS(1784), + [anon_sym_STAR] = ACTIONS(1784), + [sym_label] = ACTIONS(1784), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_null] = ACTIONS(1784), + [anon_sym_if] = ACTIONS(1784), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_when] = ACTIONS(1784), + [anon_sym_try] = ACTIONS(1784), + [anon_sym_throw] = ACTIONS(1784), + [anon_sym_return] = ACTIONS(1784), + [anon_sym_continue] = ACTIONS(1784), + [anon_sym_break] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_PLUS_EQ] = ACTIONS(1786), + [anon_sym_DASH_EQ] = ACTIONS(1786), + [anon_sym_STAR_EQ] = ACTIONS(1786), + [anon_sym_SLASH_EQ] = ACTIONS(1786), + [anon_sym_PERCENT_EQ] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1784), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG] = ACTIONS(1784), + [anon_sym_BANG_BANG] = ACTIONS(1786), + [anon_sym_suspend] = ACTIONS(1784), + [anon_sym_sealed] = ACTIONS(1784), + [anon_sym_annotation] = ACTIONS(1784), + [anon_sym_data] = ACTIONS(1784), + [anon_sym_inner] = ACTIONS(1784), + [anon_sym_override] = ACTIONS(1784), + [anon_sym_lateinit] = ACTIONS(1784), + [anon_sym_public] = ACTIONS(1784), + [anon_sym_private] = ACTIONS(1784), + [anon_sym_internal] = ACTIONS(1784), + [anon_sym_protected] = ACTIONS(1784), + [anon_sym_tailrec] = ACTIONS(1784), + [anon_sym_operator] = ACTIONS(1784), + [anon_sym_infix] = ACTIONS(1784), + [anon_sym_inline] = ACTIONS(1784), + [anon_sym_external] = ACTIONS(1784), + [sym_property_modifier] = ACTIONS(1784), + [anon_sym_abstract] = ACTIONS(1784), + [anon_sym_final] = ACTIONS(1784), + [anon_sym_open] = ACTIONS(1784), + [anon_sym_vararg] = ACTIONS(1784), + [anon_sym_noinline] = ACTIONS(1784), + [anon_sym_crossinline] = ACTIONS(1784), + [anon_sym_expect] = ACTIONS(1784), + [anon_sym_actual] = ACTIONS(1784), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1786), + [anon_sym_continue_AT] = ACTIONS(1786), + [anon_sym_break_AT] = ACTIONS(1786), + [sym_real_literal] = ACTIONS(1786), + [sym_integer_literal] = ACTIONS(1784), + [sym_hex_literal] = ACTIONS(1786), + [sym_bin_literal] = ACTIONS(1786), + [anon_sym_true] = ACTIONS(1784), + [anon_sym_false] = ACTIONS(1784), + [anon_sym_SQUOTE] = ACTIONS(1786), + [sym__backtick_identifier] = ACTIONS(1786), + [sym__automatic_semicolon] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1786), + }, + [1143] = { [sym__alpha_identifier] = ACTIONS(4967), [anon_sym_AT] = ACTIONS(4969), [anon_sym_LBRACK] = ACTIONS(4969), @@ -165507,7 +166130,213 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(4969), }, - [1139] = { + [1144] = { + [sym__alpha_identifier] = ACTIONS(4142), + [anon_sym_AT] = ACTIONS(4145), + [anon_sym_LBRACK] = ACTIONS(4145), + [anon_sym_as] = ACTIONS(4142), + [anon_sym_EQ] = ACTIONS(4142), + [anon_sym_LBRACE] = ACTIONS(4145), + [anon_sym_RBRACE] = ACTIONS(4145), + [anon_sym_LPAREN] = ACTIONS(4708), + [anon_sym_COMMA] = ACTIONS(4145), + [anon_sym_LT] = ACTIONS(4142), + [anon_sym_GT] = ACTIONS(4142), + [anon_sym_where] = ACTIONS(4142), + [anon_sym_object] = ACTIONS(4142), + [anon_sym_fun] = ACTIONS(4142), + [anon_sym_DOT] = ACTIONS(4142), + [anon_sym_SEMI] = ACTIONS(4145), + [anon_sym_get] = ACTIONS(4142), + [anon_sym_set] = ACTIONS(4142), + [anon_sym_this] = ACTIONS(4142), + [anon_sym_super] = ACTIONS(4142), + [anon_sym_STAR] = ACTIONS(4142), + [sym_label] = ACTIONS(4142), + [anon_sym_in] = ACTIONS(4142), + [anon_sym_DOT_DOT] = ACTIONS(4145), + [anon_sym_QMARK_COLON] = ACTIONS(4145), + [anon_sym_AMP_AMP] = ACTIONS(4145), + [anon_sym_PIPE_PIPE] = ACTIONS(4145), + [anon_sym_null] = ACTIONS(4142), + [anon_sym_if] = ACTIONS(4142), + [anon_sym_else] = ACTIONS(4142), + [anon_sym_when] = ACTIONS(4142), + [anon_sym_try] = ACTIONS(4142), + [anon_sym_throw] = ACTIONS(4142), + [anon_sym_return] = ACTIONS(4142), + [anon_sym_continue] = ACTIONS(4142), + [anon_sym_break] = ACTIONS(4142), + [anon_sym_COLON_COLON] = ACTIONS(4145), + [anon_sym_PLUS_EQ] = ACTIONS(4145), + [anon_sym_DASH_EQ] = ACTIONS(4145), + [anon_sym_STAR_EQ] = ACTIONS(4145), + [anon_sym_SLASH_EQ] = ACTIONS(4145), + [anon_sym_PERCENT_EQ] = ACTIONS(4145), + [anon_sym_BANG_EQ] = ACTIONS(4142), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4145), + [anon_sym_EQ_EQ] = ACTIONS(4142), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4145), + [anon_sym_LT_EQ] = ACTIONS(4145), + [anon_sym_GT_EQ] = ACTIONS(4145), + [anon_sym_BANGin] = ACTIONS(4145), + [anon_sym_is] = ACTIONS(4142), + [anon_sym_BANGis] = ACTIONS(4145), + [anon_sym_PLUS] = ACTIONS(4142), + [anon_sym_DASH] = ACTIONS(4142), + [anon_sym_SLASH] = ACTIONS(4142), + [anon_sym_PERCENT] = ACTIONS(4142), + [anon_sym_as_QMARK] = ACTIONS(4145), + [anon_sym_PLUS_PLUS] = ACTIONS(4145), + [anon_sym_DASH_DASH] = ACTIONS(4145), + [anon_sym_BANG] = ACTIONS(4142), + [anon_sym_BANG_BANG] = ACTIONS(4145), + [anon_sym_suspend] = ACTIONS(4142), + [anon_sym_sealed] = ACTIONS(4142), + [anon_sym_annotation] = ACTIONS(4142), + [anon_sym_data] = ACTIONS(4142), + [anon_sym_inner] = ACTIONS(4142), + [anon_sym_override] = ACTIONS(4142), + [anon_sym_lateinit] = ACTIONS(4142), + [anon_sym_public] = ACTIONS(4142), + [anon_sym_private] = ACTIONS(4142), + [anon_sym_internal] = ACTIONS(4142), + [anon_sym_protected] = ACTIONS(4142), + [anon_sym_tailrec] = ACTIONS(4142), + [anon_sym_operator] = ACTIONS(4142), + [anon_sym_infix] = ACTIONS(4142), + [anon_sym_inline] = ACTIONS(4142), + [anon_sym_external] = ACTIONS(4142), + [sym_property_modifier] = ACTIONS(4142), + [anon_sym_abstract] = ACTIONS(4142), + [anon_sym_final] = ACTIONS(4142), + [anon_sym_open] = ACTIONS(4142), + [anon_sym_vararg] = ACTIONS(4142), + [anon_sym_noinline] = ACTIONS(4142), + [anon_sym_crossinline] = ACTIONS(4142), + [anon_sym_expect] = ACTIONS(4142), + [anon_sym_actual] = ACTIONS(4142), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4145), + [anon_sym_continue_AT] = ACTIONS(4145), + [anon_sym_break_AT] = ACTIONS(4145), + [sym_real_literal] = ACTIONS(4145), + [sym_integer_literal] = ACTIONS(4142), + [sym_hex_literal] = ACTIONS(4145), + [sym_bin_literal] = ACTIONS(4145), + [anon_sym_true] = ACTIONS(4142), + [anon_sym_false] = ACTIONS(4142), + [anon_sym_SQUOTE] = ACTIONS(4145), + [sym__backtick_identifier] = ACTIONS(4145), + [sym__automatic_semicolon] = ACTIONS(4145), + [sym_safe_nav] = ACTIONS(4145), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4145), + }, + [1145] = { + [sym__alpha_identifier] = ACTIONS(4285), + [anon_sym_AT] = ACTIONS(4288), + [anon_sym_LBRACK] = ACTIONS(4288), + [anon_sym_as] = ACTIONS(4285), + [anon_sym_EQ] = ACTIONS(4285), + [anon_sym_LBRACE] = ACTIONS(4288), + [anon_sym_RBRACE] = ACTIONS(4288), + [anon_sym_LPAREN] = ACTIONS(4800), + [anon_sym_COMMA] = ACTIONS(4288), + [anon_sym_LT] = ACTIONS(4285), + [anon_sym_GT] = ACTIONS(4285), + [anon_sym_where] = ACTIONS(4285), + [anon_sym_object] = ACTIONS(4285), + [anon_sym_fun] = ACTIONS(4285), + [anon_sym_DOT] = ACTIONS(4285), + [anon_sym_SEMI] = ACTIONS(4288), + [anon_sym_get] = ACTIONS(4285), + [anon_sym_set] = ACTIONS(4285), + [anon_sym_this] = ACTIONS(4285), + [anon_sym_super] = ACTIONS(4285), + [anon_sym_STAR] = ACTIONS(4285), + [sym_label] = ACTIONS(4285), + [anon_sym_in] = ACTIONS(4285), + [anon_sym_DOT_DOT] = ACTIONS(4288), + [anon_sym_QMARK_COLON] = ACTIONS(4288), + [anon_sym_AMP_AMP] = ACTIONS(4288), + [anon_sym_PIPE_PIPE] = ACTIONS(4288), + [anon_sym_null] = ACTIONS(4285), + [anon_sym_if] = ACTIONS(4285), + [anon_sym_else] = ACTIONS(4285), + [anon_sym_when] = ACTIONS(4285), + [anon_sym_try] = ACTIONS(4285), + [anon_sym_throw] = ACTIONS(4285), + [anon_sym_return] = ACTIONS(4285), + [anon_sym_continue] = ACTIONS(4285), + [anon_sym_break] = ACTIONS(4285), + [anon_sym_COLON_COLON] = ACTIONS(4288), + [anon_sym_PLUS_EQ] = ACTIONS(4288), + [anon_sym_DASH_EQ] = ACTIONS(4288), + [anon_sym_STAR_EQ] = ACTIONS(4288), + [anon_sym_SLASH_EQ] = ACTIONS(4288), + [anon_sym_PERCENT_EQ] = ACTIONS(4288), + [anon_sym_BANG_EQ] = ACTIONS(4285), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4288), + [anon_sym_EQ_EQ] = ACTIONS(4285), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4288), + [anon_sym_LT_EQ] = ACTIONS(4288), + [anon_sym_GT_EQ] = ACTIONS(4288), + [anon_sym_BANGin] = ACTIONS(4288), + [anon_sym_is] = ACTIONS(4285), + [anon_sym_BANGis] = ACTIONS(4288), + [anon_sym_PLUS] = ACTIONS(4285), + [anon_sym_DASH] = ACTIONS(4285), + [anon_sym_SLASH] = ACTIONS(4285), + [anon_sym_PERCENT] = ACTIONS(4285), + [anon_sym_as_QMARK] = ACTIONS(4288), + [anon_sym_PLUS_PLUS] = ACTIONS(4288), + [anon_sym_DASH_DASH] = ACTIONS(4288), + [anon_sym_BANG] = ACTIONS(4285), + [anon_sym_BANG_BANG] = ACTIONS(4288), + [anon_sym_suspend] = ACTIONS(4285), + [anon_sym_sealed] = ACTIONS(4285), + [anon_sym_annotation] = ACTIONS(4285), + [anon_sym_data] = ACTIONS(4285), + [anon_sym_inner] = ACTIONS(4285), + [anon_sym_override] = ACTIONS(4285), + [anon_sym_lateinit] = ACTIONS(4285), + [anon_sym_public] = ACTIONS(4285), + [anon_sym_private] = ACTIONS(4285), + [anon_sym_internal] = ACTIONS(4285), + [anon_sym_protected] = ACTIONS(4285), + [anon_sym_tailrec] = ACTIONS(4285), + [anon_sym_operator] = ACTIONS(4285), + [anon_sym_infix] = ACTIONS(4285), + [anon_sym_inline] = ACTIONS(4285), + [anon_sym_external] = ACTIONS(4285), + [sym_property_modifier] = ACTIONS(4285), + [anon_sym_abstract] = ACTIONS(4285), + [anon_sym_final] = ACTIONS(4285), + [anon_sym_open] = ACTIONS(4285), + [anon_sym_vararg] = ACTIONS(4285), + [anon_sym_noinline] = ACTIONS(4285), + [anon_sym_crossinline] = ACTIONS(4285), + [anon_sym_expect] = ACTIONS(4285), + [anon_sym_actual] = ACTIONS(4285), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4288), + [anon_sym_continue_AT] = ACTIONS(4288), + [anon_sym_break_AT] = ACTIONS(4288), + [sym_real_literal] = ACTIONS(4288), + [sym_integer_literal] = ACTIONS(4285), + [sym_hex_literal] = ACTIONS(4288), + [sym_bin_literal] = ACTIONS(4288), + [anon_sym_true] = ACTIONS(4285), + [anon_sym_false] = ACTIONS(4285), + [anon_sym_SQUOTE] = ACTIONS(4288), + [sym__backtick_identifier] = ACTIONS(4288), + [sym__automatic_semicolon] = ACTIONS(4288), + [sym_safe_nav] = ACTIONS(4288), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4288), + }, + [1146] = { [sym__alpha_identifier] = ACTIONS(4971), [anon_sym_AT] = ACTIONS(4973), [anon_sym_LBRACK] = ACTIONS(4973), @@ -165610,110 +166439,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(4973), }, - [1140] = { - [sym__alpha_identifier] = ACTIONS(4583), - [anon_sym_AT] = ACTIONS(4585), - [anon_sym_LBRACK] = ACTIONS(4585), - [anon_sym_as] = ACTIONS(4583), - [anon_sym_EQ] = ACTIONS(4583), - [anon_sym_LBRACE] = ACTIONS(4585), - [anon_sym_RBRACE] = ACTIONS(4585), - [anon_sym_LPAREN] = ACTIONS(4585), - [anon_sym_COMMA] = ACTIONS(4585), - [anon_sym_LT] = ACTIONS(4583), - [anon_sym_GT] = ACTIONS(4583), - [anon_sym_where] = ACTIONS(4583), - [anon_sym_object] = ACTIONS(4583), - [anon_sym_fun] = ACTIONS(4583), - [anon_sym_DOT] = ACTIONS(4583), - [anon_sym_SEMI] = ACTIONS(4585), - [anon_sym_get] = ACTIONS(4583), - [anon_sym_set] = ACTIONS(4583), - [anon_sym_this] = ACTIONS(4583), - [anon_sym_super] = ACTIONS(4583), - [anon_sym_STAR] = ACTIONS(4583), - [sym_label] = ACTIONS(4583), - [anon_sym_in] = ACTIONS(4583), - [anon_sym_DOT_DOT] = ACTIONS(4585), - [anon_sym_QMARK_COLON] = ACTIONS(4585), - [anon_sym_AMP_AMP] = ACTIONS(4585), - [anon_sym_PIPE_PIPE] = ACTIONS(4585), - [anon_sym_null] = ACTIONS(4583), - [anon_sym_if] = ACTIONS(4583), - [anon_sym_else] = ACTIONS(4583), - [anon_sym_when] = ACTIONS(4583), - [anon_sym_try] = ACTIONS(4583), - [anon_sym_throw] = ACTIONS(4583), - [anon_sym_return] = ACTIONS(4583), - [anon_sym_continue] = ACTIONS(4583), - [anon_sym_break] = ACTIONS(4583), - [anon_sym_COLON_COLON] = ACTIONS(4585), - [anon_sym_PLUS_EQ] = ACTIONS(4585), - [anon_sym_DASH_EQ] = ACTIONS(4585), - [anon_sym_STAR_EQ] = ACTIONS(4585), - [anon_sym_SLASH_EQ] = ACTIONS(4585), - [anon_sym_PERCENT_EQ] = ACTIONS(4585), - [anon_sym_BANG_EQ] = ACTIONS(4583), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4585), - [anon_sym_EQ_EQ] = ACTIONS(4583), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4585), - [anon_sym_LT_EQ] = ACTIONS(4585), - [anon_sym_GT_EQ] = ACTIONS(4585), - [anon_sym_BANGin] = ACTIONS(4585), - [anon_sym_is] = ACTIONS(4583), - [anon_sym_BANGis] = ACTIONS(4585), - [anon_sym_PLUS] = ACTIONS(4583), - [anon_sym_DASH] = ACTIONS(4583), - [anon_sym_SLASH] = ACTIONS(4583), - [anon_sym_PERCENT] = ACTIONS(4583), - [anon_sym_as_QMARK] = ACTIONS(4585), - [anon_sym_PLUS_PLUS] = ACTIONS(4585), - [anon_sym_DASH_DASH] = ACTIONS(4585), - [anon_sym_BANG] = ACTIONS(4583), - [anon_sym_BANG_BANG] = ACTIONS(4585), - [anon_sym_suspend] = ACTIONS(4583), - [anon_sym_sealed] = ACTIONS(4583), - [anon_sym_annotation] = ACTIONS(4583), - [anon_sym_data] = ACTIONS(4583), - [anon_sym_inner] = ACTIONS(4583), - [anon_sym_override] = ACTIONS(4583), - [anon_sym_lateinit] = ACTIONS(4583), - [anon_sym_public] = ACTIONS(4583), - [anon_sym_private] = ACTIONS(4583), - [anon_sym_internal] = ACTIONS(4583), - [anon_sym_protected] = ACTIONS(4583), - [anon_sym_tailrec] = ACTIONS(4583), - [anon_sym_operator] = ACTIONS(4583), - [anon_sym_infix] = ACTIONS(4583), - [anon_sym_inline] = ACTIONS(4583), - [anon_sym_external] = ACTIONS(4583), - [sym_property_modifier] = ACTIONS(4583), - [anon_sym_abstract] = ACTIONS(4583), - [anon_sym_final] = ACTIONS(4583), - [anon_sym_open] = ACTIONS(4583), - [anon_sym_vararg] = ACTIONS(4583), - [anon_sym_noinline] = ACTIONS(4583), - [anon_sym_crossinline] = ACTIONS(4583), - [anon_sym_expect] = ACTIONS(4583), - [anon_sym_actual] = ACTIONS(4583), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4585), - [anon_sym_continue_AT] = ACTIONS(4585), - [anon_sym_break_AT] = ACTIONS(4585), - [sym_real_literal] = ACTIONS(4585), - [sym_integer_literal] = ACTIONS(4583), - [sym_hex_literal] = ACTIONS(4585), - [sym_bin_literal] = ACTIONS(4585), - [anon_sym_true] = ACTIONS(4583), - [anon_sym_false] = ACTIONS(4583), - [anon_sym_SQUOTE] = ACTIONS(4585), - [sym__backtick_identifier] = ACTIONS(4585), - [sym__automatic_semicolon] = ACTIONS(4585), - [sym_safe_nav] = ACTIONS(4585), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4585), - }, - [1141] = { + [1147] = { [sym__alpha_identifier] = ACTIONS(4975), [anon_sym_AT] = ACTIONS(4977), [anon_sym_LBRACK] = ACTIONS(4977), @@ -165816,800 +166542,1006 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(4977), }, - [1142] = { - [sym_class_body] = STATE(1130), - [sym__alpha_identifier] = ACTIONS(4509), - [anon_sym_AT] = ACTIONS(4511), - [anon_sym_COLON] = ACTIONS(4979), - [anon_sym_LBRACK] = ACTIONS(4511), - [anon_sym_as] = ACTIONS(4509), - [anon_sym_EQ] = ACTIONS(4509), - [anon_sym_LBRACE] = ACTIONS(3156), - [anon_sym_RBRACE] = ACTIONS(4511), - [anon_sym_LPAREN] = ACTIONS(4511), - [anon_sym_LT] = ACTIONS(4509), - [anon_sym_GT] = ACTIONS(4509), - [anon_sym_object] = ACTIONS(4509), - [anon_sym_fun] = ACTIONS(4509), - [anon_sym_DOT] = ACTIONS(4509), - [anon_sym_SEMI] = ACTIONS(4511), - [anon_sym_get] = ACTIONS(4509), - [anon_sym_set] = ACTIONS(4509), - [anon_sym_this] = ACTIONS(4509), - [anon_sym_super] = ACTIONS(4509), - [anon_sym_STAR] = ACTIONS(4509), - [sym_label] = ACTIONS(4509), - [anon_sym_in] = ACTIONS(4509), - [anon_sym_DOT_DOT] = ACTIONS(4511), - [anon_sym_QMARK_COLON] = ACTIONS(4511), - [anon_sym_AMP_AMP] = ACTIONS(4511), - [anon_sym_PIPE_PIPE] = ACTIONS(4511), - [anon_sym_null] = ACTIONS(4509), - [anon_sym_if] = ACTIONS(4509), - [anon_sym_else] = ACTIONS(4509), - [anon_sym_when] = ACTIONS(4509), - [anon_sym_try] = ACTIONS(4509), - [anon_sym_throw] = ACTIONS(4509), - [anon_sym_return] = ACTIONS(4509), - [anon_sym_continue] = ACTIONS(4509), - [anon_sym_break] = ACTIONS(4509), - [anon_sym_COLON_COLON] = ACTIONS(4511), - [anon_sym_PLUS_EQ] = ACTIONS(4511), - [anon_sym_DASH_EQ] = ACTIONS(4511), - [anon_sym_STAR_EQ] = ACTIONS(4511), - [anon_sym_SLASH_EQ] = ACTIONS(4511), - [anon_sym_PERCENT_EQ] = ACTIONS(4511), - [anon_sym_BANG_EQ] = ACTIONS(4509), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4511), - [anon_sym_EQ_EQ] = ACTIONS(4509), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4511), - [anon_sym_LT_EQ] = ACTIONS(4511), - [anon_sym_GT_EQ] = ACTIONS(4511), - [anon_sym_BANGin] = ACTIONS(4511), - [anon_sym_is] = ACTIONS(4509), - [anon_sym_BANGis] = ACTIONS(4511), - [anon_sym_PLUS] = ACTIONS(4509), - [anon_sym_DASH] = ACTIONS(4509), - [anon_sym_SLASH] = ACTIONS(4509), - [anon_sym_PERCENT] = ACTIONS(4509), - [anon_sym_as_QMARK] = ACTIONS(4511), - [anon_sym_PLUS_PLUS] = ACTIONS(4511), - [anon_sym_DASH_DASH] = ACTIONS(4511), - [anon_sym_BANG] = ACTIONS(4509), - [anon_sym_BANG_BANG] = ACTIONS(4511), - [anon_sym_suspend] = ACTIONS(4509), - [anon_sym_sealed] = ACTIONS(4509), - [anon_sym_annotation] = ACTIONS(4509), - [anon_sym_data] = ACTIONS(4509), - [anon_sym_inner] = ACTIONS(4509), - [anon_sym_override] = ACTIONS(4509), - [anon_sym_lateinit] = ACTIONS(4509), - [anon_sym_public] = ACTIONS(4509), - [anon_sym_private] = ACTIONS(4509), - [anon_sym_internal] = ACTIONS(4509), - [anon_sym_protected] = ACTIONS(4509), - [anon_sym_tailrec] = ACTIONS(4509), - [anon_sym_operator] = ACTIONS(4509), - [anon_sym_infix] = ACTIONS(4509), - [anon_sym_inline] = ACTIONS(4509), - [anon_sym_external] = ACTIONS(4509), - [sym_property_modifier] = ACTIONS(4509), - [anon_sym_abstract] = ACTIONS(4509), - [anon_sym_final] = ACTIONS(4509), - [anon_sym_open] = ACTIONS(4509), - [anon_sym_vararg] = ACTIONS(4509), - [anon_sym_noinline] = ACTIONS(4509), - [anon_sym_crossinline] = ACTIONS(4509), - [anon_sym_expect] = ACTIONS(4509), - [anon_sym_actual] = ACTIONS(4509), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4511), - [anon_sym_continue_AT] = ACTIONS(4511), - [anon_sym_break_AT] = ACTIONS(4511), - [sym_real_literal] = ACTIONS(4511), - [sym_integer_literal] = ACTIONS(4509), - [sym_hex_literal] = ACTIONS(4511), - [sym_bin_literal] = ACTIONS(4511), - [anon_sym_true] = ACTIONS(4509), - [anon_sym_false] = ACTIONS(4509), - [anon_sym_SQUOTE] = ACTIONS(4511), - [sym__backtick_identifier] = ACTIONS(4511), - [sym__automatic_semicolon] = ACTIONS(4511), - [sym_safe_nav] = ACTIONS(4511), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4511), + [1148] = { + [sym__alpha_identifier] = ACTIONS(4346), + [anon_sym_AT] = ACTIONS(4348), + [anon_sym_LBRACK] = ACTIONS(4348), + [anon_sym_as] = ACTIONS(4346), + [anon_sym_EQ] = ACTIONS(4346), + [anon_sym_LBRACE] = ACTIONS(4348), + [anon_sym_RBRACE] = ACTIONS(4348), + [anon_sym_LPAREN] = ACTIONS(4348), + [anon_sym_COMMA] = ACTIONS(4348), + [anon_sym_LT] = ACTIONS(4346), + [anon_sym_GT] = ACTIONS(4346), + [anon_sym_where] = ACTIONS(4346), + [anon_sym_object] = ACTIONS(4346), + [anon_sym_fun] = ACTIONS(4346), + [anon_sym_DOT] = ACTIONS(4346), + [anon_sym_SEMI] = ACTIONS(4348), + [anon_sym_get] = ACTIONS(4346), + [anon_sym_set] = ACTIONS(4346), + [anon_sym_this] = ACTIONS(4346), + [anon_sym_super] = ACTIONS(4346), + [anon_sym_STAR] = ACTIONS(4346), + [sym_label] = ACTIONS(4346), + [anon_sym_in] = ACTIONS(4346), + [anon_sym_DOT_DOT] = ACTIONS(4348), + [anon_sym_QMARK_COLON] = ACTIONS(4348), + [anon_sym_AMP_AMP] = ACTIONS(4348), + [anon_sym_PIPE_PIPE] = ACTIONS(4348), + [anon_sym_null] = ACTIONS(4346), + [anon_sym_if] = ACTIONS(4346), + [anon_sym_else] = ACTIONS(4346), + [anon_sym_when] = ACTIONS(4346), + [anon_sym_try] = ACTIONS(4346), + [anon_sym_throw] = ACTIONS(4346), + [anon_sym_return] = ACTIONS(4346), + [anon_sym_continue] = ACTIONS(4346), + [anon_sym_break] = ACTIONS(4346), + [anon_sym_COLON_COLON] = ACTIONS(4348), + [anon_sym_PLUS_EQ] = ACTIONS(4348), + [anon_sym_DASH_EQ] = ACTIONS(4348), + [anon_sym_STAR_EQ] = ACTIONS(4348), + [anon_sym_SLASH_EQ] = ACTIONS(4348), + [anon_sym_PERCENT_EQ] = ACTIONS(4348), + [anon_sym_BANG_EQ] = ACTIONS(4346), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4348), + [anon_sym_EQ_EQ] = ACTIONS(4346), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4348), + [anon_sym_LT_EQ] = ACTIONS(4348), + [anon_sym_GT_EQ] = ACTIONS(4348), + [anon_sym_BANGin] = ACTIONS(4348), + [anon_sym_is] = ACTIONS(4346), + [anon_sym_BANGis] = ACTIONS(4348), + [anon_sym_PLUS] = ACTIONS(4346), + [anon_sym_DASH] = ACTIONS(4346), + [anon_sym_SLASH] = ACTIONS(4346), + [anon_sym_PERCENT] = ACTIONS(4346), + [anon_sym_as_QMARK] = ACTIONS(4348), + [anon_sym_PLUS_PLUS] = ACTIONS(4348), + [anon_sym_DASH_DASH] = ACTIONS(4348), + [anon_sym_BANG] = ACTIONS(4346), + [anon_sym_BANG_BANG] = ACTIONS(4348), + [anon_sym_suspend] = ACTIONS(4346), + [anon_sym_sealed] = ACTIONS(4346), + [anon_sym_annotation] = ACTIONS(4346), + [anon_sym_data] = ACTIONS(4346), + [anon_sym_inner] = ACTIONS(4346), + [anon_sym_override] = ACTIONS(4346), + [anon_sym_lateinit] = ACTIONS(4346), + [anon_sym_public] = ACTIONS(4346), + [anon_sym_private] = ACTIONS(4346), + [anon_sym_internal] = ACTIONS(4346), + [anon_sym_protected] = ACTIONS(4346), + [anon_sym_tailrec] = ACTIONS(4346), + [anon_sym_operator] = ACTIONS(4346), + [anon_sym_infix] = ACTIONS(4346), + [anon_sym_inline] = ACTIONS(4346), + [anon_sym_external] = ACTIONS(4346), + [sym_property_modifier] = ACTIONS(4346), + [anon_sym_abstract] = ACTIONS(4346), + [anon_sym_final] = ACTIONS(4346), + [anon_sym_open] = ACTIONS(4346), + [anon_sym_vararg] = ACTIONS(4346), + [anon_sym_noinline] = ACTIONS(4346), + [anon_sym_crossinline] = ACTIONS(4346), + [anon_sym_expect] = ACTIONS(4346), + [anon_sym_actual] = ACTIONS(4346), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4348), + [anon_sym_continue_AT] = ACTIONS(4348), + [anon_sym_break_AT] = ACTIONS(4348), + [sym_real_literal] = ACTIONS(4348), + [sym_integer_literal] = ACTIONS(4346), + [sym_hex_literal] = ACTIONS(4348), + [sym_bin_literal] = ACTIONS(4348), + [anon_sym_true] = ACTIONS(4346), + [anon_sym_false] = ACTIONS(4346), + [anon_sym_SQUOTE] = ACTIONS(4348), + [sym__backtick_identifier] = ACTIONS(4348), + [sym__automatic_semicolon] = ACTIONS(4348), + [sym_safe_nav] = ACTIONS(4348), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4348), }, - [1143] = { - [sym__alpha_identifier] = ACTIONS(1752), - [anon_sym_AT] = ACTIONS(1754), - [anon_sym_LBRACK] = ACTIONS(1754), - [anon_sym_as] = ACTIONS(1752), - [anon_sym_EQ] = ACTIONS(1752), - [anon_sym_LBRACE] = ACTIONS(1754), - [anon_sym_RBRACE] = ACTIONS(1754), - [anon_sym_LPAREN] = ACTIONS(1754), - [anon_sym_COMMA] = ACTIONS(1754), - [anon_sym_LT] = ACTIONS(1752), - [anon_sym_GT] = ACTIONS(1752), - [anon_sym_where] = ACTIONS(1752), - [anon_sym_object] = ACTIONS(1752), - [anon_sym_fun] = ACTIONS(1752), - [anon_sym_DOT] = ACTIONS(1752), - [anon_sym_SEMI] = ACTIONS(1754), - [anon_sym_get] = ACTIONS(1752), - [anon_sym_set] = ACTIONS(1752), - [anon_sym_this] = ACTIONS(1752), - [anon_sym_super] = ACTIONS(1752), - [anon_sym_STAR] = ACTIONS(1752), - [sym_label] = ACTIONS(1752), - [anon_sym_in] = ACTIONS(1752), - [anon_sym_DOT_DOT] = ACTIONS(1754), - [anon_sym_QMARK_COLON] = ACTIONS(1754), - [anon_sym_AMP_AMP] = ACTIONS(1754), - [anon_sym_PIPE_PIPE] = ACTIONS(1754), - [anon_sym_null] = ACTIONS(1752), - [anon_sym_if] = ACTIONS(1752), - [anon_sym_else] = ACTIONS(1752), - [anon_sym_when] = ACTIONS(1752), - [anon_sym_try] = ACTIONS(1752), - [anon_sym_throw] = ACTIONS(1752), - [anon_sym_return] = ACTIONS(1752), - [anon_sym_continue] = ACTIONS(1752), - [anon_sym_break] = ACTIONS(1752), - [anon_sym_COLON_COLON] = ACTIONS(1754), - [anon_sym_PLUS_EQ] = ACTIONS(1754), - [anon_sym_DASH_EQ] = ACTIONS(1754), - [anon_sym_STAR_EQ] = ACTIONS(1754), - [anon_sym_SLASH_EQ] = ACTIONS(1754), - [anon_sym_PERCENT_EQ] = ACTIONS(1754), - [anon_sym_BANG_EQ] = ACTIONS(1752), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), - [anon_sym_EQ_EQ] = ACTIONS(1752), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), - [anon_sym_LT_EQ] = ACTIONS(1754), - [anon_sym_GT_EQ] = ACTIONS(1754), - [anon_sym_BANGin] = ACTIONS(1754), - [anon_sym_is] = ACTIONS(1752), - [anon_sym_BANGis] = ACTIONS(1754), - [anon_sym_PLUS] = ACTIONS(1752), - [anon_sym_DASH] = ACTIONS(1752), - [anon_sym_SLASH] = ACTIONS(1752), - [anon_sym_PERCENT] = ACTIONS(1752), - [anon_sym_as_QMARK] = ACTIONS(1754), - [anon_sym_PLUS_PLUS] = ACTIONS(1754), - [anon_sym_DASH_DASH] = ACTIONS(1754), - [anon_sym_BANG] = ACTIONS(1752), - [anon_sym_BANG_BANG] = ACTIONS(1754), - [anon_sym_suspend] = ACTIONS(1752), - [anon_sym_sealed] = ACTIONS(1752), - [anon_sym_annotation] = ACTIONS(1752), - [anon_sym_data] = ACTIONS(1752), - [anon_sym_inner] = ACTIONS(1752), - [anon_sym_override] = ACTIONS(1752), - [anon_sym_lateinit] = ACTIONS(1752), - [anon_sym_public] = ACTIONS(1752), - [anon_sym_private] = ACTIONS(1752), - [anon_sym_internal] = ACTIONS(1752), - [anon_sym_protected] = ACTIONS(1752), - [anon_sym_tailrec] = ACTIONS(1752), - [anon_sym_operator] = ACTIONS(1752), - [anon_sym_infix] = ACTIONS(1752), - [anon_sym_inline] = ACTIONS(1752), - [anon_sym_external] = ACTIONS(1752), - [sym_property_modifier] = ACTIONS(1752), - [anon_sym_abstract] = ACTIONS(1752), - [anon_sym_final] = ACTIONS(1752), - [anon_sym_open] = ACTIONS(1752), - [anon_sym_vararg] = ACTIONS(1752), - [anon_sym_noinline] = ACTIONS(1752), - [anon_sym_crossinline] = ACTIONS(1752), - [anon_sym_expect] = ACTIONS(1752), - [anon_sym_actual] = ACTIONS(1752), + [1149] = { + [sym__alpha_identifier] = ACTIONS(4979), + [anon_sym_AT] = ACTIONS(4981), + [anon_sym_LBRACK] = ACTIONS(4981), + [anon_sym_as] = ACTIONS(4979), + [anon_sym_EQ] = ACTIONS(4979), + [anon_sym_LBRACE] = ACTIONS(4981), + [anon_sym_RBRACE] = ACTIONS(4981), + [anon_sym_LPAREN] = ACTIONS(4981), + [anon_sym_COMMA] = ACTIONS(4981), + [anon_sym_LT] = ACTIONS(4979), + [anon_sym_GT] = ACTIONS(4979), + [anon_sym_where] = ACTIONS(4979), + [anon_sym_object] = ACTIONS(4979), + [anon_sym_fun] = ACTIONS(4979), + [anon_sym_DOT] = ACTIONS(4979), + [anon_sym_SEMI] = ACTIONS(4981), + [anon_sym_get] = ACTIONS(4979), + [anon_sym_set] = ACTIONS(4979), + [anon_sym_this] = ACTIONS(4979), + [anon_sym_super] = ACTIONS(4979), + [anon_sym_STAR] = ACTIONS(4979), + [sym_label] = ACTIONS(4979), + [anon_sym_in] = ACTIONS(4979), + [anon_sym_DOT_DOT] = ACTIONS(4981), + [anon_sym_QMARK_COLON] = ACTIONS(4981), + [anon_sym_AMP_AMP] = ACTIONS(4981), + [anon_sym_PIPE_PIPE] = ACTIONS(4981), + [anon_sym_null] = ACTIONS(4979), + [anon_sym_if] = ACTIONS(4979), + [anon_sym_else] = ACTIONS(4979), + [anon_sym_when] = ACTIONS(4979), + [anon_sym_try] = ACTIONS(4979), + [anon_sym_throw] = ACTIONS(4979), + [anon_sym_return] = ACTIONS(4979), + [anon_sym_continue] = ACTIONS(4979), + [anon_sym_break] = ACTIONS(4979), + [anon_sym_COLON_COLON] = ACTIONS(4981), + [anon_sym_PLUS_EQ] = ACTIONS(4981), + [anon_sym_DASH_EQ] = ACTIONS(4981), + [anon_sym_STAR_EQ] = ACTIONS(4981), + [anon_sym_SLASH_EQ] = ACTIONS(4981), + [anon_sym_PERCENT_EQ] = ACTIONS(4981), + [anon_sym_BANG_EQ] = ACTIONS(4979), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4981), + [anon_sym_EQ_EQ] = ACTIONS(4979), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4981), + [anon_sym_LT_EQ] = ACTIONS(4981), + [anon_sym_GT_EQ] = ACTIONS(4981), + [anon_sym_BANGin] = ACTIONS(4981), + [anon_sym_is] = ACTIONS(4979), + [anon_sym_BANGis] = ACTIONS(4981), + [anon_sym_PLUS] = ACTIONS(4979), + [anon_sym_DASH] = ACTIONS(4979), + [anon_sym_SLASH] = ACTIONS(4979), + [anon_sym_PERCENT] = ACTIONS(4979), + [anon_sym_as_QMARK] = ACTIONS(4981), + [anon_sym_PLUS_PLUS] = ACTIONS(4981), + [anon_sym_DASH_DASH] = ACTIONS(4981), + [anon_sym_BANG] = ACTIONS(4979), + [anon_sym_BANG_BANG] = ACTIONS(4981), + [anon_sym_suspend] = ACTIONS(4979), + [anon_sym_sealed] = ACTIONS(4979), + [anon_sym_annotation] = ACTIONS(4979), + [anon_sym_data] = ACTIONS(4979), + [anon_sym_inner] = ACTIONS(4979), + [anon_sym_override] = ACTIONS(4979), + [anon_sym_lateinit] = ACTIONS(4979), + [anon_sym_public] = ACTIONS(4979), + [anon_sym_private] = ACTIONS(4979), + [anon_sym_internal] = ACTIONS(4979), + [anon_sym_protected] = ACTIONS(4979), + [anon_sym_tailrec] = ACTIONS(4979), + [anon_sym_operator] = ACTIONS(4979), + [anon_sym_infix] = ACTIONS(4979), + [anon_sym_inline] = ACTIONS(4979), + [anon_sym_external] = ACTIONS(4979), + [sym_property_modifier] = ACTIONS(4979), + [anon_sym_abstract] = ACTIONS(4979), + [anon_sym_final] = ACTIONS(4979), + [anon_sym_open] = ACTIONS(4979), + [anon_sym_vararg] = ACTIONS(4979), + [anon_sym_noinline] = ACTIONS(4979), + [anon_sym_crossinline] = ACTIONS(4979), + [anon_sym_expect] = ACTIONS(4979), + [anon_sym_actual] = ACTIONS(4979), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4981), + [anon_sym_continue_AT] = ACTIONS(4981), + [anon_sym_break_AT] = ACTIONS(4981), + [sym_real_literal] = ACTIONS(4981), + [sym_integer_literal] = ACTIONS(4979), + [sym_hex_literal] = ACTIONS(4981), + [sym_bin_literal] = ACTIONS(4981), + [anon_sym_true] = ACTIONS(4979), + [anon_sym_false] = ACTIONS(4979), + [anon_sym_SQUOTE] = ACTIONS(4981), + [sym__backtick_identifier] = ACTIONS(4981), + [sym__automatic_semicolon] = ACTIONS(4981), + [sym_safe_nav] = ACTIONS(4981), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4981), + }, + [1150] = { + [sym__alpha_identifier] = ACTIONS(4426), + [anon_sym_AT] = ACTIONS(4428), + [anon_sym_LBRACK] = ACTIONS(4428), + [anon_sym_as] = ACTIONS(4426), + [anon_sym_EQ] = ACTIONS(4426), + [anon_sym_LBRACE] = ACTIONS(4428), + [anon_sym_RBRACE] = ACTIONS(4428), + [anon_sym_LPAREN] = ACTIONS(4428), + [anon_sym_COMMA] = ACTIONS(4428), + [anon_sym_LT] = ACTIONS(4426), + [anon_sym_GT] = ACTIONS(4426), + [anon_sym_where] = ACTIONS(4426), + [anon_sym_object] = ACTIONS(4426), + [anon_sym_fun] = ACTIONS(4426), + [anon_sym_DOT] = ACTIONS(4426), + [anon_sym_SEMI] = ACTIONS(4428), + [anon_sym_get] = ACTIONS(4426), + [anon_sym_set] = ACTIONS(4426), + [anon_sym_this] = ACTIONS(4426), + [anon_sym_super] = ACTIONS(4426), + [anon_sym_STAR] = ACTIONS(4426), + [sym_label] = ACTIONS(4426), + [anon_sym_in] = ACTIONS(4426), + [anon_sym_DOT_DOT] = ACTIONS(4428), + [anon_sym_QMARK_COLON] = ACTIONS(4428), + [anon_sym_AMP_AMP] = ACTIONS(4428), + [anon_sym_PIPE_PIPE] = ACTIONS(4428), + [anon_sym_null] = ACTIONS(4426), + [anon_sym_if] = ACTIONS(4426), + [anon_sym_else] = ACTIONS(4426), + [anon_sym_when] = ACTIONS(4426), + [anon_sym_try] = ACTIONS(4426), + [anon_sym_throw] = ACTIONS(4426), + [anon_sym_return] = ACTIONS(4426), + [anon_sym_continue] = ACTIONS(4426), + [anon_sym_break] = ACTIONS(4426), + [anon_sym_COLON_COLON] = ACTIONS(4428), + [anon_sym_PLUS_EQ] = ACTIONS(4428), + [anon_sym_DASH_EQ] = ACTIONS(4428), + [anon_sym_STAR_EQ] = ACTIONS(4428), + [anon_sym_SLASH_EQ] = ACTIONS(4428), + [anon_sym_PERCENT_EQ] = ACTIONS(4428), + [anon_sym_BANG_EQ] = ACTIONS(4426), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4428), + [anon_sym_EQ_EQ] = ACTIONS(4426), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4428), + [anon_sym_LT_EQ] = ACTIONS(4428), + [anon_sym_GT_EQ] = ACTIONS(4428), + [anon_sym_BANGin] = ACTIONS(4428), + [anon_sym_is] = ACTIONS(4426), + [anon_sym_BANGis] = ACTIONS(4428), + [anon_sym_PLUS] = ACTIONS(4426), + [anon_sym_DASH] = ACTIONS(4426), + [anon_sym_SLASH] = ACTIONS(4426), + [anon_sym_PERCENT] = ACTIONS(4426), + [anon_sym_as_QMARK] = ACTIONS(4428), + [anon_sym_PLUS_PLUS] = ACTIONS(4428), + [anon_sym_DASH_DASH] = ACTIONS(4428), + [anon_sym_BANG] = ACTIONS(4426), + [anon_sym_BANG_BANG] = ACTIONS(4428), + [anon_sym_suspend] = ACTIONS(4426), + [anon_sym_sealed] = ACTIONS(4426), + [anon_sym_annotation] = ACTIONS(4426), + [anon_sym_data] = ACTIONS(4426), + [anon_sym_inner] = ACTIONS(4426), + [anon_sym_override] = ACTIONS(4426), + [anon_sym_lateinit] = ACTIONS(4426), + [anon_sym_public] = ACTIONS(4426), + [anon_sym_private] = ACTIONS(4426), + [anon_sym_internal] = ACTIONS(4426), + [anon_sym_protected] = ACTIONS(4426), + [anon_sym_tailrec] = ACTIONS(4426), + [anon_sym_operator] = ACTIONS(4426), + [anon_sym_infix] = ACTIONS(4426), + [anon_sym_inline] = ACTIONS(4426), + [anon_sym_external] = ACTIONS(4426), + [sym_property_modifier] = ACTIONS(4426), + [anon_sym_abstract] = ACTIONS(4426), + [anon_sym_final] = ACTIONS(4426), + [anon_sym_open] = ACTIONS(4426), + [anon_sym_vararg] = ACTIONS(4426), + [anon_sym_noinline] = ACTIONS(4426), + [anon_sym_crossinline] = ACTIONS(4426), + [anon_sym_expect] = ACTIONS(4426), + [anon_sym_actual] = ACTIONS(4426), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1754), - [anon_sym_continue_AT] = ACTIONS(1754), - [anon_sym_break_AT] = ACTIONS(1754), - [sym_real_literal] = ACTIONS(1754), - [sym_integer_literal] = ACTIONS(1752), - [sym_hex_literal] = ACTIONS(1754), - [sym_bin_literal] = ACTIONS(1754), - [anon_sym_true] = ACTIONS(1752), - [anon_sym_false] = ACTIONS(1752), - [anon_sym_SQUOTE] = ACTIONS(1754), - [sym__backtick_identifier] = ACTIONS(1754), - [sym__automatic_semicolon] = ACTIONS(1754), - [sym_safe_nav] = ACTIONS(1754), + [anon_sym_return_AT] = ACTIONS(4428), + [anon_sym_continue_AT] = ACTIONS(4428), + [anon_sym_break_AT] = ACTIONS(4428), + [sym_real_literal] = ACTIONS(4428), + [sym_integer_literal] = ACTIONS(4426), + [sym_hex_literal] = ACTIONS(4428), + [sym_bin_literal] = ACTIONS(4428), + [anon_sym_true] = ACTIONS(4426), + [anon_sym_false] = ACTIONS(4426), + [anon_sym_SQUOTE] = ACTIONS(4428), + [sym__backtick_identifier] = ACTIONS(4428), + [sym__automatic_semicolon] = ACTIONS(4428), + [sym_safe_nav] = ACTIONS(4428), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1754), + [sym__string_start] = ACTIONS(4428), }, - [1144] = { - [sym__alpha_identifier] = ACTIONS(4981), - [anon_sym_AT] = ACTIONS(4983), - [anon_sym_LBRACK] = ACTIONS(4983), - [anon_sym_as] = ACTIONS(4981), - [anon_sym_EQ] = ACTIONS(4981), - [anon_sym_LBRACE] = ACTIONS(4983), - [anon_sym_RBRACE] = ACTIONS(4983), - [anon_sym_LPAREN] = ACTIONS(4983), - [anon_sym_COMMA] = ACTIONS(4983), - [anon_sym_LT] = ACTIONS(4981), - [anon_sym_GT] = ACTIONS(4981), - [anon_sym_where] = ACTIONS(4981), - [anon_sym_object] = ACTIONS(4981), - [anon_sym_fun] = ACTIONS(4981), - [anon_sym_DOT] = ACTIONS(4981), - [anon_sym_SEMI] = ACTIONS(4983), - [anon_sym_get] = ACTIONS(4981), - [anon_sym_set] = ACTIONS(4981), - [anon_sym_this] = ACTIONS(4981), - [anon_sym_super] = ACTIONS(4981), - [anon_sym_STAR] = ACTIONS(4981), - [sym_label] = ACTIONS(4981), - [anon_sym_in] = ACTIONS(4981), - [anon_sym_DOT_DOT] = ACTIONS(4983), - [anon_sym_QMARK_COLON] = ACTIONS(4983), - [anon_sym_AMP_AMP] = ACTIONS(4983), - [anon_sym_PIPE_PIPE] = ACTIONS(4983), - [anon_sym_null] = ACTIONS(4981), - [anon_sym_if] = ACTIONS(4981), - [anon_sym_else] = ACTIONS(4981), - [anon_sym_when] = ACTIONS(4981), - [anon_sym_try] = ACTIONS(4981), - [anon_sym_throw] = ACTIONS(4981), - [anon_sym_return] = ACTIONS(4981), - [anon_sym_continue] = ACTIONS(4981), - [anon_sym_break] = ACTIONS(4981), - [anon_sym_COLON_COLON] = ACTIONS(4983), - [anon_sym_PLUS_EQ] = ACTIONS(4983), - [anon_sym_DASH_EQ] = ACTIONS(4983), - [anon_sym_STAR_EQ] = ACTIONS(4983), - [anon_sym_SLASH_EQ] = ACTIONS(4983), - [anon_sym_PERCENT_EQ] = ACTIONS(4983), - [anon_sym_BANG_EQ] = ACTIONS(4981), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4983), - [anon_sym_EQ_EQ] = ACTIONS(4981), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4983), - [anon_sym_LT_EQ] = ACTIONS(4983), - [anon_sym_GT_EQ] = ACTIONS(4983), - [anon_sym_BANGin] = ACTIONS(4983), - [anon_sym_is] = ACTIONS(4981), - [anon_sym_BANGis] = ACTIONS(4983), - [anon_sym_PLUS] = ACTIONS(4981), - [anon_sym_DASH] = ACTIONS(4981), - [anon_sym_SLASH] = ACTIONS(4981), - [anon_sym_PERCENT] = ACTIONS(4981), - [anon_sym_as_QMARK] = ACTIONS(4983), - [anon_sym_PLUS_PLUS] = ACTIONS(4983), - [anon_sym_DASH_DASH] = ACTIONS(4983), - [anon_sym_BANG] = ACTIONS(4981), - [anon_sym_BANG_BANG] = ACTIONS(4983), - [anon_sym_suspend] = ACTIONS(4981), - [anon_sym_sealed] = ACTIONS(4981), - [anon_sym_annotation] = ACTIONS(4981), - [anon_sym_data] = ACTIONS(4981), - [anon_sym_inner] = ACTIONS(4981), - [anon_sym_override] = ACTIONS(4981), - [anon_sym_lateinit] = ACTIONS(4981), - [anon_sym_public] = ACTIONS(4981), - [anon_sym_private] = ACTIONS(4981), - [anon_sym_internal] = ACTIONS(4981), - [anon_sym_protected] = ACTIONS(4981), - [anon_sym_tailrec] = ACTIONS(4981), - [anon_sym_operator] = ACTIONS(4981), - [anon_sym_infix] = ACTIONS(4981), - [anon_sym_inline] = ACTIONS(4981), - [anon_sym_external] = ACTIONS(4981), - [sym_property_modifier] = ACTIONS(4981), - [anon_sym_abstract] = ACTIONS(4981), - [anon_sym_final] = ACTIONS(4981), - [anon_sym_open] = ACTIONS(4981), - [anon_sym_vararg] = ACTIONS(4981), - [anon_sym_noinline] = ACTIONS(4981), - [anon_sym_crossinline] = ACTIONS(4981), - [anon_sym_expect] = ACTIONS(4981), - [anon_sym_actual] = ACTIONS(4981), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4983), - [anon_sym_continue_AT] = ACTIONS(4983), - [anon_sym_break_AT] = ACTIONS(4983), - [sym_real_literal] = ACTIONS(4983), - [sym_integer_literal] = ACTIONS(4981), - [sym_hex_literal] = ACTIONS(4983), - [sym_bin_literal] = ACTIONS(4983), - [anon_sym_true] = ACTIONS(4981), - [anon_sym_false] = ACTIONS(4981), - [anon_sym_SQUOTE] = ACTIONS(4983), - [sym__backtick_identifier] = ACTIONS(4983), - [sym__automatic_semicolon] = ACTIONS(4983), - [sym_safe_nav] = ACTIONS(4983), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4983), + [1151] = { + [sym__alpha_identifier] = ACTIONS(201), + [anon_sym_AT] = ACTIONS(199), + [anon_sym_LBRACK] = ACTIONS(199), + [anon_sym_as] = ACTIONS(201), + [anon_sym_EQ] = ACTIONS(201), + [anon_sym_LBRACE] = ACTIONS(199), + [anon_sym_RBRACE] = ACTIONS(199), + [anon_sym_LPAREN] = ACTIONS(199), + [anon_sym_COMMA] = ACTIONS(199), + [anon_sym_LT] = ACTIONS(201), + [anon_sym_GT] = ACTIONS(201), + [anon_sym_where] = ACTIONS(201), + [anon_sym_object] = ACTIONS(201), + [anon_sym_fun] = ACTIONS(201), + [anon_sym_DOT] = ACTIONS(201), + [anon_sym_SEMI] = ACTIONS(199), + [anon_sym_get] = ACTIONS(201), + [anon_sym_set] = ACTIONS(201), + [anon_sym_this] = ACTIONS(201), + [anon_sym_super] = ACTIONS(201), + [anon_sym_STAR] = ACTIONS(201), + [sym_label] = ACTIONS(201), + [anon_sym_in] = ACTIONS(201), + [anon_sym_DOT_DOT] = ACTIONS(199), + [anon_sym_QMARK_COLON] = ACTIONS(199), + [anon_sym_AMP_AMP] = ACTIONS(199), + [anon_sym_PIPE_PIPE] = ACTIONS(199), + [anon_sym_null] = ACTIONS(201), + [anon_sym_if] = ACTIONS(201), + [anon_sym_else] = ACTIONS(201), + [anon_sym_when] = ACTIONS(201), + [anon_sym_try] = ACTIONS(201), + [anon_sym_throw] = ACTIONS(201), + [anon_sym_return] = ACTIONS(201), + [anon_sym_continue] = ACTIONS(201), + [anon_sym_break] = ACTIONS(201), + [anon_sym_COLON_COLON] = ACTIONS(199), + [anon_sym_PLUS_EQ] = ACTIONS(199), + [anon_sym_DASH_EQ] = ACTIONS(199), + [anon_sym_STAR_EQ] = ACTIONS(199), + [anon_sym_SLASH_EQ] = ACTIONS(199), + [anon_sym_PERCENT_EQ] = ACTIONS(199), + [anon_sym_BANG_EQ] = ACTIONS(201), + [anon_sym_BANG_EQ_EQ] = ACTIONS(199), + [anon_sym_EQ_EQ] = ACTIONS(201), + [anon_sym_EQ_EQ_EQ] = ACTIONS(199), + [anon_sym_LT_EQ] = ACTIONS(199), + [anon_sym_GT_EQ] = ACTIONS(199), + [anon_sym_BANGin] = ACTIONS(199), + [anon_sym_is] = ACTIONS(201), + [anon_sym_BANGis] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(201), + [anon_sym_DASH] = ACTIONS(201), + [anon_sym_SLASH] = ACTIONS(201), + [anon_sym_PERCENT] = ACTIONS(201), + [anon_sym_as_QMARK] = ACTIONS(199), + [anon_sym_PLUS_PLUS] = ACTIONS(199), + [anon_sym_DASH_DASH] = ACTIONS(199), + [anon_sym_BANG] = ACTIONS(201), + [anon_sym_BANG_BANG] = ACTIONS(199), + [anon_sym_suspend] = ACTIONS(201), + [anon_sym_sealed] = ACTIONS(201), + [anon_sym_annotation] = ACTIONS(201), + [anon_sym_data] = ACTIONS(201), + [anon_sym_inner] = ACTIONS(201), + [anon_sym_override] = ACTIONS(201), + [anon_sym_lateinit] = ACTIONS(201), + [anon_sym_public] = ACTIONS(201), + [anon_sym_private] = ACTIONS(201), + [anon_sym_internal] = ACTIONS(201), + [anon_sym_protected] = ACTIONS(201), + [anon_sym_tailrec] = ACTIONS(201), + [anon_sym_operator] = ACTIONS(201), + [anon_sym_infix] = ACTIONS(201), + [anon_sym_inline] = ACTIONS(201), + [anon_sym_external] = ACTIONS(201), + [sym_property_modifier] = ACTIONS(201), + [anon_sym_abstract] = ACTIONS(201), + [anon_sym_final] = ACTIONS(201), + [anon_sym_open] = ACTIONS(201), + [anon_sym_vararg] = ACTIONS(201), + [anon_sym_noinline] = ACTIONS(201), + [anon_sym_crossinline] = ACTIONS(201), + [anon_sym_expect] = ACTIONS(201), + [anon_sym_actual] = ACTIONS(201), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(199), + [anon_sym_continue_AT] = ACTIONS(199), + [anon_sym_break_AT] = ACTIONS(199), + [sym_real_literal] = ACTIONS(199), + [sym_integer_literal] = ACTIONS(201), + [sym_hex_literal] = ACTIONS(199), + [sym_bin_literal] = ACTIONS(199), + [anon_sym_true] = ACTIONS(201), + [anon_sym_false] = ACTIONS(201), + [anon_sym_SQUOTE] = ACTIONS(199), + [sym__backtick_identifier] = ACTIONS(199), + [sym__automatic_semicolon] = ACTIONS(199), + [sym_safe_nav] = ACTIONS(199), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(199), }, - [1145] = { - [sym__alpha_identifier] = ACTIONS(4985), - [anon_sym_AT] = ACTIONS(4987), - [anon_sym_LBRACK] = ACTIONS(4987), - [anon_sym_as] = ACTIONS(4985), - [anon_sym_EQ] = ACTIONS(4985), - [anon_sym_LBRACE] = ACTIONS(4987), - [anon_sym_RBRACE] = ACTIONS(4987), - [anon_sym_LPAREN] = ACTIONS(4987), - [anon_sym_COMMA] = ACTIONS(4987), - [anon_sym_LT] = ACTIONS(4985), - [anon_sym_GT] = ACTIONS(4985), - [anon_sym_where] = ACTIONS(4985), - [anon_sym_object] = ACTIONS(4985), - [anon_sym_fun] = ACTIONS(4985), - [anon_sym_DOT] = ACTIONS(4985), - [anon_sym_SEMI] = ACTIONS(4987), - [anon_sym_get] = ACTIONS(4985), - [anon_sym_set] = ACTIONS(4985), - [anon_sym_this] = ACTIONS(4985), - [anon_sym_super] = ACTIONS(4985), - [anon_sym_STAR] = ACTIONS(4985), - [sym_label] = ACTIONS(4985), - [anon_sym_in] = ACTIONS(4985), - [anon_sym_DOT_DOT] = ACTIONS(4987), - [anon_sym_QMARK_COLON] = ACTIONS(4987), - [anon_sym_AMP_AMP] = ACTIONS(4987), - [anon_sym_PIPE_PIPE] = ACTIONS(4987), - [anon_sym_null] = ACTIONS(4985), - [anon_sym_if] = ACTIONS(4985), - [anon_sym_else] = ACTIONS(4985), - [anon_sym_when] = ACTIONS(4985), - [anon_sym_try] = ACTIONS(4985), - [anon_sym_throw] = ACTIONS(4985), - [anon_sym_return] = ACTIONS(4985), - [anon_sym_continue] = ACTIONS(4985), - [anon_sym_break] = ACTIONS(4985), - [anon_sym_COLON_COLON] = ACTIONS(4987), - [anon_sym_PLUS_EQ] = ACTIONS(4987), - [anon_sym_DASH_EQ] = ACTIONS(4987), - [anon_sym_STAR_EQ] = ACTIONS(4987), - [anon_sym_SLASH_EQ] = ACTIONS(4987), - [anon_sym_PERCENT_EQ] = ACTIONS(4987), - [anon_sym_BANG_EQ] = ACTIONS(4985), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4987), - [anon_sym_EQ_EQ] = ACTIONS(4985), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4987), - [anon_sym_LT_EQ] = ACTIONS(4987), - [anon_sym_GT_EQ] = ACTIONS(4987), - [anon_sym_BANGin] = ACTIONS(4987), - [anon_sym_is] = ACTIONS(4985), - [anon_sym_BANGis] = ACTIONS(4987), - [anon_sym_PLUS] = ACTIONS(4985), - [anon_sym_DASH] = ACTIONS(4985), - [anon_sym_SLASH] = ACTIONS(4985), - [anon_sym_PERCENT] = ACTIONS(4985), - [anon_sym_as_QMARK] = ACTIONS(4987), - [anon_sym_PLUS_PLUS] = ACTIONS(4987), - [anon_sym_DASH_DASH] = ACTIONS(4987), - [anon_sym_BANG] = ACTIONS(4985), - [anon_sym_BANG_BANG] = ACTIONS(4987), - [anon_sym_suspend] = ACTIONS(4985), - [anon_sym_sealed] = ACTIONS(4985), - [anon_sym_annotation] = ACTIONS(4985), - [anon_sym_data] = ACTIONS(4985), - [anon_sym_inner] = ACTIONS(4985), - [anon_sym_override] = ACTIONS(4985), - [anon_sym_lateinit] = ACTIONS(4985), - [anon_sym_public] = ACTIONS(4985), - [anon_sym_private] = ACTIONS(4985), - [anon_sym_internal] = ACTIONS(4985), - [anon_sym_protected] = ACTIONS(4985), - [anon_sym_tailrec] = ACTIONS(4985), - [anon_sym_operator] = ACTIONS(4985), - [anon_sym_infix] = ACTIONS(4985), - [anon_sym_inline] = ACTIONS(4985), - [anon_sym_external] = ACTIONS(4985), - [sym_property_modifier] = ACTIONS(4985), - [anon_sym_abstract] = ACTIONS(4985), - [anon_sym_final] = ACTIONS(4985), - [anon_sym_open] = ACTIONS(4985), - [anon_sym_vararg] = ACTIONS(4985), - [anon_sym_noinline] = ACTIONS(4985), - [anon_sym_crossinline] = ACTIONS(4985), - [anon_sym_expect] = ACTIONS(4985), - [anon_sym_actual] = ACTIONS(4985), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4987), - [anon_sym_continue_AT] = ACTIONS(4987), - [anon_sym_break_AT] = ACTIONS(4987), - [sym_real_literal] = ACTIONS(4987), - [sym_integer_literal] = ACTIONS(4985), - [sym_hex_literal] = ACTIONS(4987), - [sym_bin_literal] = ACTIONS(4987), - [anon_sym_true] = ACTIONS(4985), - [anon_sym_false] = ACTIONS(4985), - [anon_sym_SQUOTE] = ACTIONS(4987), - [sym__backtick_identifier] = ACTIONS(4987), - [sym__automatic_semicolon] = ACTIONS(4987), - [sym_safe_nav] = ACTIONS(4987), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4987), + [1152] = { + [sym__alpha_identifier] = ACTIONS(4983), + [anon_sym_AT] = ACTIONS(4985), + [anon_sym_LBRACK] = ACTIONS(4985), + [anon_sym_as] = ACTIONS(4983), + [anon_sym_EQ] = ACTIONS(4983), + [anon_sym_LBRACE] = ACTIONS(4985), + [anon_sym_RBRACE] = ACTIONS(4985), + [anon_sym_LPAREN] = ACTIONS(4985), + [anon_sym_COMMA] = ACTIONS(4985), + [anon_sym_LT] = ACTIONS(4983), + [anon_sym_GT] = ACTIONS(4983), + [anon_sym_where] = ACTIONS(4983), + [anon_sym_object] = ACTIONS(4983), + [anon_sym_fun] = ACTIONS(4983), + [anon_sym_DOT] = ACTIONS(4983), + [anon_sym_SEMI] = ACTIONS(4985), + [anon_sym_get] = ACTIONS(4983), + [anon_sym_set] = ACTIONS(4983), + [anon_sym_this] = ACTIONS(4983), + [anon_sym_super] = ACTIONS(4983), + [anon_sym_STAR] = ACTIONS(4983), + [sym_label] = ACTIONS(4983), + [anon_sym_in] = ACTIONS(4983), + [anon_sym_DOT_DOT] = ACTIONS(4985), + [anon_sym_QMARK_COLON] = ACTIONS(4985), + [anon_sym_AMP_AMP] = ACTIONS(4985), + [anon_sym_PIPE_PIPE] = ACTIONS(4985), + [anon_sym_null] = ACTIONS(4983), + [anon_sym_if] = ACTIONS(4983), + [anon_sym_else] = ACTIONS(4983), + [anon_sym_when] = ACTIONS(4983), + [anon_sym_try] = ACTIONS(4983), + [anon_sym_throw] = ACTIONS(4983), + [anon_sym_return] = ACTIONS(4983), + [anon_sym_continue] = ACTIONS(4983), + [anon_sym_break] = ACTIONS(4983), + [anon_sym_COLON_COLON] = ACTIONS(4985), + [anon_sym_PLUS_EQ] = ACTIONS(4985), + [anon_sym_DASH_EQ] = ACTIONS(4985), + [anon_sym_STAR_EQ] = ACTIONS(4985), + [anon_sym_SLASH_EQ] = ACTIONS(4985), + [anon_sym_PERCENT_EQ] = ACTIONS(4985), + [anon_sym_BANG_EQ] = ACTIONS(4983), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4985), + [anon_sym_EQ_EQ] = ACTIONS(4983), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4985), + [anon_sym_LT_EQ] = ACTIONS(4985), + [anon_sym_GT_EQ] = ACTIONS(4985), + [anon_sym_BANGin] = ACTIONS(4985), + [anon_sym_is] = ACTIONS(4983), + [anon_sym_BANGis] = ACTIONS(4985), + [anon_sym_PLUS] = ACTIONS(4983), + [anon_sym_DASH] = ACTIONS(4983), + [anon_sym_SLASH] = ACTIONS(4983), + [anon_sym_PERCENT] = ACTIONS(4983), + [anon_sym_as_QMARK] = ACTIONS(4985), + [anon_sym_PLUS_PLUS] = ACTIONS(4985), + [anon_sym_DASH_DASH] = ACTIONS(4985), + [anon_sym_BANG] = ACTIONS(4983), + [anon_sym_BANG_BANG] = ACTIONS(4985), + [anon_sym_suspend] = ACTIONS(4983), + [anon_sym_sealed] = ACTIONS(4983), + [anon_sym_annotation] = ACTIONS(4983), + [anon_sym_data] = ACTIONS(4983), + [anon_sym_inner] = ACTIONS(4983), + [anon_sym_override] = ACTIONS(4983), + [anon_sym_lateinit] = ACTIONS(4983), + [anon_sym_public] = ACTIONS(4983), + [anon_sym_private] = ACTIONS(4983), + [anon_sym_internal] = ACTIONS(4983), + [anon_sym_protected] = ACTIONS(4983), + [anon_sym_tailrec] = ACTIONS(4983), + [anon_sym_operator] = ACTIONS(4983), + [anon_sym_infix] = ACTIONS(4983), + [anon_sym_inline] = ACTIONS(4983), + [anon_sym_external] = ACTIONS(4983), + [sym_property_modifier] = ACTIONS(4983), + [anon_sym_abstract] = ACTIONS(4983), + [anon_sym_final] = ACTIONS(4983), + [anon_sym_open] = ACTIONS(4983), + [anon_sym_vararg] = ACTIONS(4983), + [anon_sym_noinline] = ACTIONS(4983), + [anon_sym_crossinline] = ACTIONS(4983), + [anon_sym_expect] = ACTIONS(4983), + [anon_sym_actual] = ACTIONS(4983), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4985), + [anon_sym_continue_AT] = ACTIONS(4985), + [anon_sym_break_AT] = ACTIONS(4985), + [sym_real_literal] = ACTIONS(4985), + [sym_integer_literal] = ACTIONS(4983), + [sym_hex_literal] = ACTIONS(4985), + [sym_bin_literal] = ACTIONS(4985), + [anon_sym_true] = ACTIONS(4983), + [anon_sym_false] = ACTIONS(4983), + [anon_sym_SQUOTE] = ACTIONS(4985), + [sym__backtick_identifier] = ACTIONS(4985), + [sym__automatic_semicolon] = ACTIONS(4985), + [sym_safe_nav] = ACTIONS(4985), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4985), }, - [1146] = { - [sym__alpha_identifier] = ACTIONS(4989), - [anon_sym_AT] = ACTIONS(4991), - [anon_sym_LBRACK] = ACTIONS(4991), - [anon_sym_as] = ACTIONS(4989), - [anon_sym_EQ] = ACTIONS(4989), - [anon_sym_LBRACE] = ACTIONS(4991), - [anon_sym_RBRACE] = ACTIONS(4991), - [anon_sym_LPAREN] = ACTIONS(4991), - [anon_sym_COMMA] = ACTIONS(4991), - [anon_sym_LT] = ACTIONS(4989), - [anon_sym_GT] = ACTIONS(4989), - [anon_sym_where] = ACTIONS(4989), - [anon_sym_object] = ACTIONS(4989), - [anon_sym_fun] = ACTIONS(4989), - [anon_sym_DOT] = ACTIONS(4989), - [anon_sym_SEMI] = ACTIONS(4991), - [anon_sym_get] = ACTIONS(4989), - [anon_sym_set] = ACTIONS(4989), - [anon_sym_this] = ACTIONS(4989), - [anon_sym_super] = ACTIONS(4989), - [anon_sym_STAR] = ACTIONS(4989), - [sym_label] = ACTIONS(4989), - [anon_sym_in] = ACTIONS(4989), - [anon_sym_DOT_DOT] = ACTIONS(4991), - [anon_sym_QMARK_COLON] = ACTIONS(4991), - [anon_sym_AMP_AMP] = ACTIONS(4991), - [anon_sym_PIPE_PIPE] = ACTIONS(4991), - [anon_sym_null] = ACTIONS(4989), - [anon_sym_if] = ACTIONS(4989), - [anon_sym_else] = ACTIONS(4989), - [anon_sym_when] = ACTIONS(4989), - [anon_sym_try] = ACTIONS(4989), - [anon_sym_throw] = ACTIONS(4989), - [anon_sym_return] = ACTIONS(4989), - [anon_sym_continue] = ACTIONS(4989), - [anon_sym_break] = ACTIONS(4989), - [anon_sym_COLON_COLON] = ACTIONS(4991), - [anon_sym_PLUS_EQ] = ACTIONS(4991), - [anon_sym_DASH_EQ] = ACTIONS(4991), - [anon_sym_STAR_EQ] = ACTIONS(4991), - [anon_sym_SLASH_EQ] = ACTIONS(4991), - [anon_sym_PERCENT_EQ] = ACTIONS(4991), - [anon_sym_BANG_EQ] = ACTIONS(4989), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4991), - [anon_sym_EQ_EQ] = ACTIONS(4989), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4991), - [anon_sym_LT_EQ] = ACTIONS(4991), - [anon_sym_GT_EQ] = ACTIONS(4991), - [anon_sym_BANGin] = ACTIONS(4991), - [anon_sym_is] = ACTIONS(4989), - [anon_sym_BANGis] = ACTIONS(4991), - [anon_sym_PLUS] = ACTIONS(4989), - [anon_sym_DASH] = ACTIONS(4989), - [anon_sym_SLASH] = ACTIONS(4989), - [anon_sym_PERCENT] = ACTIONS(4989), - [anon_sym_as_QMARK] = ACTIONS(4991), - [anon_sym_PLUS_PLUS] = ACTIONS(4991), - [anon_sym_DASH_DASH] = ACTIONS(4991), - [anon_sym_BANG] = ACTIONS(4989), - [anon_sym_BANG_BANG] = ACTIONS(4991), - [anon_sym_suspend] = ACTIONS(4989), - [anon_sym_sealed] = ACTIONS(4989), - [anon_sym_annotation] = ACTIONS(4989), - [anon_sym_data] = ACTIONS(4989), - [anon_sym_inner] = ACTIONS(4989), - [anon_sym_override] = ACTIONS(4989), - [anon_sym_lateinit] = ACTIONS(4989), - [anon_sym_public] = ACTIONS(4989), - [anon_sym_private] = ACTIONS(4989), - [anon_sym_internal] = ACTIONS(4989), - [anon_sym_protected] = ACTIONS(4989), - [anon_sym_tailrec] = ACTIONS(4989), - [anon_sym_operator] = ACTIONS(4989), - [anon_sym_infix] = ACTIONS(4989), - [anon_sym_inline] = ACTIONS(4989), - [anon_sym_external] = ACTIONS(4989), - [sym_property_modifier] = ACTIONS(4989), - [anon_sym_abstract] = ACTIONS(4989), - [anon_sym_final] = ACTIONS(4989), - [anon_sym_open] = ACTIONS(4989), - [anon_sym_vararg] = ACTIONS(4989), - [anon_sym_noinline] = ACTIONS(4989), - [anon_sym_crossinline] = ACTIONS(4989), - [anon_sym_expect] = ACTIONS(4989), - [anon_sym_actual] = ACTIONS(4989), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4991), - [anon_sym_continue_AT] = ACTIONS(4991), - [anon_sym_break_AT] = ACTIONS(4991), - [sym_real_literal] = ACTIONS(4991), - [sym_integer_literal] = ACTIONS(4989), - [sym_hex_literal] = ACTIONS(4991), - [sym_bin_literal] = ACTIONS(4991), - [anon_sym_true] = ACTIONS(4989), - [anon_sym_false] = ACTIONS(4989), - [anon_sym_SQUOTE] = ACTIONS(4991), - [sym__backtick_identifier] = ACTIONS(4991), - [sym__automatic_semicolon] = ACTIONS(4991), - [sym_safe_nav] = ACTIONS(4991), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4991), + [1153] = { + [sym__alpha_identifier] = ACTIONS(4987), + [anon_sym_AT] = ACTIONS(4989), + [anon_sym_LBRACK] = ACTIONS(4989), + [anon_sym_as] = ACTIONS(4987), + [anon_sym_EQ] = ACTIONS(4987), + [anon_sym_LBRACE] = ACTIONS(4989), + [anon_sym_RBRACE] = ACTIONS(4989), + [anon_sym_LPAREN] = ACTIONS(4989), + [anon_sym_COMMA] = ACTIONS(4989), + [anon_sym_LT] = ACTIONS(4987), + [anon_sym_GT] = ACTIONS(4987), + [anon_sym_where] = ACTIONS(4987), + [anon_sym_object] = ACTIONS(4987), + [anon_sym_fun] = ACTIONS(4987), + [anon_sym_DOT] = ACTIONS(4987), + [anon_sym_SEMI] = ACTIONS(4989), + [anon_sym_get] = ACTIONS(4987), + [anon_sym_set] = ACTIONS(4987), + [anon_sym_this] = ACTIONS(4987), + [anon_sym_super] = ACTIONS(4987), + [anon_sym_STAR] = ACTIONS(4987), + [sym_label] = ACTIONS(4987), + [anon_sym_in] = ACTIONS(4987), + [anon_sym_DOT_DOT] = ACTIONS(4989), + [anon_sym_QMARK_COLON] = ACTIONS(4989), + [anon_sym_AMP_AMP] = ACTIONS(4989), + [anon_sym_PIPE_PIPE] = ACTIONS(4989), + [anon_sym_null] = ACTIONS(4987), + [anon_sym_if] = ACTIONS(4987), + [anon_sym_else] = ACTIONS(4987), + [anon_sym_when] = ACTIONS(4987), + [anon_sym_try] = ACTIONS(4987), + [anon_sym_throw] = ACTIONS(4987), + [anon_sym_return] = ACTIONS(4987), + [anon_sym_continue] = ACTIONS(4987), + [anon_sym_break] = ACTIONS(4987), + [anon_sym_COLON_COLON] = ACTIONS(4989), + [anon_sym_PLUS_EQ] = ACTIONS(4989), + [anon_sym_DASH_EQ] = ACTIONS(4989), + [anon_sym_STAR_EQ] = ACTIONS(4989), + [anon_sym_SLASH_EQ] = ACTIONS(4989), + [anon_sym_PERCENT_EQ] = ACTIONS(4989), + [anon_sym_BANG_EQ] = ACTIONS(4987), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4989), + [anon_sym_EQ_EQ] = ACTIONS(4987), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4989), + [anon_sym_LT_EQ] = ACTIONS(4989), + [anon_sym_GT_EQ] = ACTIONS(4989), + [anon_sym_BANGin] = ACTIONS(4989), + [anon_sym_is] = ACTIONS(4987), + [anon_sym_BANGis] = ACTIONS(4989), + [anon_sym_PLUS] = ACTIONS(4987), + [anon_sym_DASH] = ACTIONS(4987), + [anon_sym_SLASH] = ACTIONS(4987), + [anon_sym_PERCENT] = ACTIONS(4987), + [anon_sym_as_QMARK] = ACTIONS(4989), + [anon_sym_PLUS_PLUS] = ACTIONS(4989), + [anon_sym_DASH_DASH] = ACTIONS(4989), + [anon_sym_BANG] = ACTIONS(4987), + [anon_sym_BANG_BANG] = ACTIONS(4989), + [anon_sym_suspend] = ACTIONS(4987), + [anon_sym_sealed] = ACTIONS(4987), + [anon_sym_annotation] = ACTIONS(4987), + [anon_sym_data] = ACTIONS(4987), + [anon_sym_inner] = ACTIONS(4987), + [anon_sym_override] = ACTIONS(4987), + [anon_sym_lateinit] = ACTIONS(4987), + [anon_sym_public] = ACTIONS(4987), + [anon_sym_private] = ACTIONS(4987), + [anon_sym_internal] = ACTIONS(4987), + [anon_sym_protected] = ACTIONS(4987), + [anon_sym_tailrec] = ACTIONS(4987), + [anon_sym_operator] = ACTIONS(4987), + [anon_sym_infix] = ACTIONS(4987), + [anon_sym_inline] = ACTIONS(4987), + [anon_sym_external] = ACTIONS(4987), + [sym_property_modifier] = ACTIONS(4987), + [anon_sym_abstract] = ACTIONS(4987), + [anon_sym_final] = ACTIONS(4987), + [anon_sym_open] = ACTIONS(4987), + [anon_sym_vararg] = ACTIONS(4987), + [anon_sym_noinline] = ACTIONS(4987), + [anon_sym_crossinline] = ACTIONS(4987), + [anon_sym_expect] = ACTIONS(4987), + [anon_sym_actual] = ACTIONS(4987), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4989), + [anon_sym_continue_AT] = ACTIONS(4989), + [anon_sym_break_AT] = ACTIONS(4989), + [sym_real_literal] = ACTIONS(4989), + [sym_integer_literal] = ACTIONS(4987), + [sym_hex_literal] = ACTIONS(4989), + [sym_bin_literal] = ACTIONS(4989), + [anon_sym_true] = ACTIONS(4987), + [anon_sym_false] = ACTIONS(4987), + [anon_sym_SQUOTE] = ACTIONS(4989), + [sym__backtick_identifier] = ACTIONS(4989), + [sym__automatic_semicolon] = ACTIONS(4989), + [sym_safe_nav] = ACTIONS(4989), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4989), }, - [1147] = { - [sym__alpha_identifier] = ACTIONS(4300), - [anon_sym_AT] = ACTIONS(4302), - [anon_sym_LBRACK] = ACTIONS(4302), - [anon_sym_as] = ACTIONS(4300), - [anon_sym_EQ] = ACTIONS(4300), - [anon_sym_LBRACE] = ACTIONS(4302), - [anon_sym_RBRACE] = ACTIONS(4302), - [anon_sym_LPAREN] = ACTIONS(4302), - [anon_sym_COMMA] = ACTIONS(4302), - [anon_sym_LT] = ACTIONS(4300), - [anon_sym_GT] = ACTIONS(4300), - [anon_sym_where] = ACTIONS(4300), - [anon_sym_object] = ACTIONS(4300), - [anon_sym_fun] = ACTIONS(4300), - [anon_sym_DOT] = ACTIONS(4300), - [anon_sym_SEMI] = ACTIONS(4302), - [anon_sym_get] = ACTIONS(4300), - [anon_sym_set] = ACTIONS(4300), - [anon_sym_this] = ACTIONS(4300), - [anon_sym_super] = ACTIONS(4300), - [anon_sym_STAR] = ACTIONS(4300), - [sym_label] = ACTIONS(4300), - [anon_sym_in] = ACTIONS(4300), - [anon_sym_DOT_DOT] = ACTIONS(4302), - [anon_sym_QMARK_COLON] = ACTIONS(4302), - [anon_sym_AMP_AMP] = ACTIONS(4302), - [anon_sym_PIPE_PIPE] = ACTIONS(4302), - [anon_sym_null] = ACTIONS(4300), - [anon_sym_if] = ACTIONS(4300), - [anon_sym_else] = ACTIONS(4300), - [anon_sym_when] = ACTIONS(4300), - [anon_sym_try] = ACTIONS(4300), - [anon_sym_throw] = ACTIONS(4300), - [anon_sym_return] = ACTIONS(4300), - [anon_sym_continue] = ACTIONS(4300), - [anon_sym_break] = ACTIONS(4300), - [anon_sym_COLON_COLON] = ACTIONS(4302), - [anon_sym_PLUS_EQ] = ACTIONS(4302), - [anon_sym_DASH_EQ] = ACTIONS(4302), - [anon_sym_STAR_EQ] = ACTIONS(4302), - [anon_sym_SLASH_EQ] = ACTIONS(4302), - [anon_sym_PERCENT_EQ] = ACTIONS(4302), - [anon_sym_BANG_EQ] = ACTIONS(4300), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4302), - [anon_sym_EQ_EQ] = ACTIONS(4300), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4302), - [anon_sym_LT_EQ] = ACTIONS(4302), - [anon_sym_GT_EQ] = ACTIONS(4302), - [anon_sym_BANGin] = ACTIONS(4302), - [anon_sym_is] = ACTIONS(4300), - [anon_sym_BANGis] = ACTIONS(4302), - [anon_sym_PLUS] = ACTIONS(4300), - [anon_sym_DASH] = ACTIONS(4300), - [anon_sym_SLASH] = ACTIONS(4300), - [anon_sym_PERCENT] = ACTIONS(4300), - [anon_sym_as_QMARK] = ACTIONS(4302), - [anon_sym_PLUS_PLUS] = ACTIONS(4302), - [anon_sym_DASH_DASH] = ACTIONS(4302), - [anon_sym_BANG] = ACTIONS(4300), - [anon_sym_BANG_BANG] = ACTIONS(4302), - [anon_sym_suspend] = ACTIONS(4300), - [anon_sym_sealed] = ACTIONS(4300), - [anon_sym_annotation] = ACTIONS(4300), - [anon_sym_data] = ACTIONS(4300), - [anon_sym_inner] = ACTIONS(4300), - [anon_sym_override] = ACTIONS(4300), - [anon_sym_lateinit] = ACTIONS(4300), - [anon_sym_public] = ACTIONS(4300), - [anon_sym_private] = ACTIONS(4300), - [anon_sym_internal] = ACTIONS(4300), - [anon_sym_protected] = ACTIONS(4300), - [anon_sym_tailrec] = ACTIONS(4300), - [anon_sym_operator] = ACTIONS(4300), - [anon_sym_infix] = ACTIONS(4300), - [anon_sym_inline] = ACTIONS(4300), - [anon_sym_external] = ACTIONS(4300), - [sym_property_modifier] = ACTIONS(4300), - [anon_sym_abstract] = ACTIONS(4300), - [anon_sym_final] = ACTIONS(4300), - [anon_sym_open] = ACTIONS(4300), - [anon_sym_vararg] = ACTIONS(4300), - [anon_sym_noinline] = ACTIONS(4300), - [anon_sym_crossinline] = ACTIONS(4300), - [anon_sym_expect] = ACTIONS(4300), - [anon_sym_actual] = ACTIONS(4300), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4302), - [anon_sym_continue_AT] = ACTIONS(4302), - [anon_sym_break_AT] = ACTIONS(4302), - [sym_real_literal] = ACTIONS(4302), - [sym_integer_literal] = ACTIONS(4300), - [sym_hex_literal] = ACTIONS(4302), - [sym_bin_literal] = ACTIONS(4302), - [anon_sym_true] = ACTIONS(4300), - [anon_sym_false] = ACTIONS(4300), - [anon_sym_SQUOTE] = ACTIONS(4302), - [sym__backtick_identifier] = ACTIONS(4302), - [sym__automatic_semicolon] = ACTIONS(4302), - [sym_safe_nav] = ACTIONS(4302), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4302), + [1154] = { + [sym__alpha_identifier] = ACTIONS(4099), + [anon_sym_AT] = ACTIONS(4101), + [anon_sym_LBRACK] = ACTIONS(4101), + [anon_sym_as] = ACTIONS(4099), + [anon_sym_EQ] = ACTIONS(4099), + [anon_sym_LBRACE] = ACTIONS(4101), + [anon_sym_RBRACE] = ACTIONS(4101), + [anon_sym_LPAREN] = ACTIONS(4101), + [anon_sym_COMMA] = ACTIONS(4101), + [anon_sym_LT] = ACTIONS(4099), + [anon_sym_GT] = ACTIONS(4099), + [anon_sym_where] = ACTIONS(4099), + [anon_sym_object] = ACTIONS(4099), + [anon_sym_fun] = ACTIONS(4099), + [anon_sym_DOT] = ACTIONS(4099), + [anon_sym_SEMI] = ACTIONS(4101), + [anon_sym_get] = ACTIONS(4099), + [anon_sym_set] = ACTIONS(4099), + [anon_sym_this] = ACTIONS(4099), + [anon_sym_super] = ACTIONS(4099), + [anon_sym_STAR] = ACTIONS(4099), + [sym_label] = ACTIONS(4099), + [anon_sym_in] = ACTIONS(4099), + [anon_sym_DOT_DOT] = ACTIONS(4101), + [anon_sym_QMARK_COLON] = ACTIONS(4101), + [anon_sym_AMP_AMP] = ACTIONS(4101), + [anon_sym_PIPE_PIPE] = ACTIONS(4101), + [anon_sym_null] = ACTIONS(4099), + [anon_sym_if] = ACTIONS(4099), + [anon_sym_else] = ACTIONS(4099), + [anon_sym_when] = ACTIONS(4099), + [anon_sym_try] = ACTIONS(4099), + [anon_sym_throw] = ACTIONS(4099), + [anon_sym_return] = ACTIONS(4099), + [anon_sym_continue] = ACTIONS(4099), + [anon_sym_break] = ACTIONS(4099), + [anon_sym_COLON_COLON] = ACTIONS(4101), + [anon_sym_PLUS_EQ] = ACTIONS(4101), + [anon_sym_DASH_EQ] = ACTIONS(4101), + [anon_sym_STAR_EQ] = ACTIONS(4101), + [anon_sym_SLASH_EQ] = ACTIONS(4101), + [anon_sym_PERCENT_EQ] = ACTIONS(4101), + [anon_sym_BANG_EQ] = ACTIONS(4099), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4101), + [anon_sym_EQ_EQ] = ACTIONS(4099), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4101), + [anon_sym_LT_EQ] = ACTIONS(4101), + [anon_sym_GT_EQ] = ACTIONS(4101), + [anon_sym_BANGin] = ACTIONS(4101), + [anon_sym_is] = ACTIONS(4099), + [anon_sym_BANGis] = ACTIONS(4101), + [anon_sym_PLUS] = ACTIONS(4099), + [anon_sym_DASH] = ACTIONS(4099), + [anon_sym_SLASH] = ACTIONS(4099), + [anon_sym_PERCENT] = ACTIONS(4099), + [anon_sym_as_QMARK] = ACTIONS(4101), + [anon_sym_PLUS_PLUS] = ACTIONS(4101), + [anon_sym_DASH_DASH] = ACTIONS(4101), + [anon_sym_BANG] = ACTIONS(4099), + [anon_sym_BANG_BANG] = ACTIONS(4101), + [anon_sym_suspend] = ACTIONS(4099), + [anon_sym_sealed] = ACTIONS(4099), + [anon_sym_annotation] = ACTIONS(4099), + [anon_sym_data] = ACTIONS(4099), + [anon_sym_inner] = ACTIONS(4099), + [anon_sym_override] = ACTIONS(4099), + [anon_sym_lateinit] = ACTIONS(4099), + [anon_sym_public] = ACTIONS(4099), + [anon_sym_private] = ACTIONS(4099), + [anon_sym_internal] = ACTIONS(4099), + [anon_sym_protected] = ACTIONS(4099), + [anon_sym_tailrec] = ACTIONS(4099), + [anon_sym_operator] = ACTIONS(4099), + [anon_sym_infix] = ACTIONS(4099), + [anon_sym_inline] = ACTIONS(4099), + [anon_sym_external] = ACTIONS(4099), + [sym_property_modifier] = ACTIONS(4099), + [anon_sym_abstract] = ACTIONS(4099), + [anon_sym_final] = ACTIONS(4099), + [anon_sym_open] = ACTIONS(4099), + [anon_sym_vararg] = ACTIONS(4099), + [anon_sym_noinline] = ACTIONS(4099), + [anon_sym_crossinline] = ACTIONS(4099), + [anon_sym_expect] = ACTIONS(4099), + [anon_sym_actual] = ACTIONS(4099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4101), + [anon_sym_continue_AT] = ACTIONS(4101), + [anon_sym_break_AT] = ACTIONS(4101), + [sym_real_literal] = ACTIONS(4101), + [sym_integer_literal] = ACTIONS(4099), + [sym_hex_literal] = ACTIONS(4101), + [sym_bin_literal] = ACTIONS(4101), + [anon_sym_true] = ACTIONS(4099), + [anon_sym_false] = ACTIONS(4099), + [anon_sym_SQUOTE] = ACTIONS(4101), + [sym__backtick_identifier] = ACTIONS(4101), + [sym__automatic_semicolon] = ACTIONS(4101), + [sym_safe_nav] = ACTIONS(4101), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4101), }, - [1148] = { - [sym__alpha_identifier] = ACTIONS(3214), - [anon_sym_AT] = ACTIONS(3218), - [anon_sym_LBRACK] = ACTIONS(3218), - [anon_sym_as] = ACTIONS(3214), - [anon_sym_EQ] = ACTIONS(3214), - [anon_sym_LBRACE] = ACTIONS(3218), - [anon_sym_RBRACE] = ACTIONS(3218), - [anon_sym_LPAREN] = ACTIONS(3218), - [anon_sym_COMMA] = ACTIONS(3218), - [anon_sym_LT] = ACTIONS(3214), - [anon_sym_GT] = ACTIONS(3214), - [anon_sym_where] = ACTIONS(3214), - [anon_sym_object] = ACTIONS(3214), - [anon_sym_fun] = ACTIONS(3214), - [anon_sym_DOT] = ACTIONS(3214), - [anon_sym_SEMI] = ACTIONS(3218), - [anon_sym_get] = ACTIONS(3214), - [anon_sym_set] = ACTIONS(3214), - [anon_sym_this] = ACTIONS(3214), - [anon_sym_super] = ACTIONS(3214), - [anon_sym_STAR] = ACTIONS(3214), - [sym_label] = ACTIONS(3214), - [anon_sym_in] = ACTIONS(3214), - [anon_sym_DOT_DOT] = ACTIONS(3218), - [anon_sym_QMARK_COLON] = ACTIONS(3218), - [anon_sym_AMP_AMP] = ACTIONS(3218), - [anon_sym_PIPE_PIPE] = ACTIONS(3218), - [anon_sym_null] = ACTIONS(3214), - [anon_sym_if] = ACTIONS(3214), - [anon_sym_else] = ACTIONS(3214), - [anon_sym_when] = ACTIONS(3214), - [anon_sym_try] = ACTIONS(3214), - [anon_sym_throw] = ACTIONS(3214), - [anon_sym_return] = ACTIONS(3214), - [anon_sym_continue] = ACTIONS(3214), - [anon_sym_break] = ACTIONS(3214), - [anon_sym_COLON_COLON] = ACTIONS(3218), - [anon_sym_PLUS_EQ] = ACTIONS(3218), - [anon_sym_DASH_EQ] = ACTIONS(3218), - [anon_sym_STAR_EQ] = ACTIONS(3218), - [anon_sym_SLASH_EQ] = ACTIONS(3218), - [anon_sym_PERCENT_EQ] = ACTIONS(3218), - [anon_sym_BANG_EQ] = ACTIONS(3214), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3218), - [anon_sym_EQ_EQ] = ACTIONS(3214), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3218), - [anon_sym_LT_EQ] = ACTIONS(3218), - [anon_sym_GT_EQ] = ACTIONS(3218), - [anon_sym_BANGin] = ACTIONS(3218), - [anon_sym_is] = ACTIONS(3214), - [anon_sym_BANGis] = ACTIONS(3218), - [anon_sym_PLUS] = ACTIONS(3214), - [anon_sym_DASH] = ACTIONS(3214), - [anon_sym_SLASH] = ACTIONS(3214), - [anon_sym_PERCENT] = ACTIONS(3214), - [anon_sym_as_QMARK] = ACTIONS(3218), - [anon_sym_PLUS_PLUS] = ACTIONS(3218), - [anon_sym_DASH_DASH] = ACTIONS(3218), - [anon_sym_BANG] = ACTIONS(3214), - [anon_sym_BANG_BANG] = ACTIONS(3218), - [anon_sym_suspend] = ACTIONS(3214), - [anon_sym_sealed] = ACTIONS(3214), - [anon_sym_annotation] = ACTIONS(3214), - [anon_sym_data] = ACTIONS(3214), - [anon_sym_inner] = ACTIONS(3214), - [anon_sym_override] = ACTIONS(3214), - [anon_sym_lateinit] = ACTIONS(3214), - [anon_sym_public] = ACTIONS(3214), - [anon_sym_private] = ACTIONS(3214), - [anon_sym_internal] = ACTIONS(3214), - [anon_sym_protected] = ACTIONS(3214), - [anon_sym_tailrec] = ACTIONS(3214), - [anon_sym_operator] = ACTIONS(3214), - [anon_sym_infix] = ACTIONS(3214), - [anon_sym_inline] = ACTIONS(3214), - [anon_sym_external] = ACTIONS(3214), - [sym_property_modifier] = ACTIONS(3214), - [anon_sym_abstract] = ACTIONS(3214), - [anon_sym_final] = ACTIONS(3214), - [anon_sym_open] = ACTIONS(3214), - [anon_sym_vararg] = ACTIONS(3214), - [anon_sym_noinline] = ACTIONS(3214), - [anon_sym_crossinline] = ACTIONS(3214), - [anon_sym_expect] = ACTIONS(3214), - [anon_sym_actual] = ACTIONS(3214), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3218), - [anon_sym_continue_AT] = ACTIONS(3218), - [anon_sym_break_AT] = ACTIONS(3218), - [sym_real_literal] = ACTIONS(3218), - [sym_integer_literal] = ACTIONS(3214), - [sym_hex_literal] = ACTIONS(3218), - [sym_bin_literal] = ACTIONS(3218), - [anon_sym_true] = ACTIONS(3214), - [anon_sym_false] = ACTIONS(3214), - [anon_sym_SQUOTE] = ACTIONS(3218), - [sym__backtick_identifier] = ACTIONS(3218), - [sym__automatic_semicolon] = ACTIONS(3218), - [sym_safe_nav] = ACTIONS(3218), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3218), + [1155] = { + [sym__alpha_identifier] = ACTIONS(1764), + [anon_sym_AT] = ACTIONS(1766), + [anon_sym_LBRACK] = ACTIONS(1766), + [anon_sym_as] = ACTIONS(1764), + [anon_sym_EQ] = ACTIONS(1764), + [anon_sym_LBRACE] = ACTIONS(1766), + [anon_sym_RBRACE] = ACTIONS(1766), + [anon_sym_LPAREN] = ACTIONS(1766), + [anon_sym_COMMA] = ACTIONS(1766), + [anon_sym_LT] = ACTIONS(1764), + [anon_sym_GT] = ACTIONS(1764), + [anon_sym_where] = ACTIONS(1764), + [anon_sym_object] = ACTIONS(1764), + [anon_sym_fun] = ACTIONS(1764), + [anon_sym_DOT] = ACTIONS(1764), + [anon_sym_SEMI] = ACTIONS(1766), + [anon_sym_get] = ACTIONS(1764), + [anon_sym_set] = ACTIONS(1764), + [anon_sym_this] = ACTIONS(1764), + [anon_sym_super] = ACTIONS(1764), + [anon_sym_STAR] = ACTIONS(1764), + [sym_label] = ACTIONS(1764), + [anon_sym_in] = ACTIONS(1764), + [anon_sym_DOT_DOT] = ACTIONS(1766), + [anon_sym_QMARK_COLON] = ACTIONS(1766), + [anon_sym_AMP_AMP] = ACTIONS(1766), + [anon_sym_PIPE_PIPE] = ACTIONS(1766), + [anon_sym_null] = ACTIONS(1764), + [anon_sym_if] = ACTIONS(1764), + [anon_sym_else] = ACTIONS(1764), + [anon_sym_when] = ACTIONS(1764), + [anon_sym_try] = ACTIONS(1764), + [anon_sym_throw] = ACTIONS(1764), + [anon_sym_return] = ACTIONS(1764), + [anon_sym_continue] = ACTIONS(1764), + [anon_sym_break] = ACTIONS(1764), + [anon_sym_COLON_COLON] = ACTIONS(1766), + [anon_sym_PLUS_EQ] = ACTIONS(1766), + [anon_sym_DASH_EQ] = ACTIONS(1766), + [anon_sym_STAR_EQ] = ACTIONS(1766), + [anon_sym_SLASH_EQ] = ACTIONS(1766), + [anon_sym_PERCENT_EQ] = ACTIONS(1766), + [anon_sym_BANG_EQ] = ACTIONS(1764), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), + [anon_sym_EQ_EQ] = ACTIONS(1764), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1766), + [anon_sym_LT_EQ] = ACTIONS(1766), + [anon_sym_GT_EQ] = ACTIONS(1766), + [anon_sym_BANGin] = ACTIONS(1766), + [anon_sym_is] = ACTIONS(1764), + [anon_sym_BANGis] = ACTIONS(1766), + [anon_sym_PLUS] = ACTIONS(1764), + [anon_sym_DASH] = ACTIONS(1764), + [anon_sym_SLASH] = ACTIONS(1764), + [anon_sym_PERCENT] = ACTIONS(1764), + [anon_sym_as_QMARK] = ACTIONS(1766), + [anon_sym_PLUS_PLUS] = ACTIONS(1766), + [anon_sym_DASH_DASH] = ACTIONS(1766), + [anon_sym_BANG] = ACTIONS(1764), + [anon_sym_BANG_BANG] = ACTIONS(1766), + [anon_sym_suspend] = ACTIONS(1764), + [anon_sym_sealed] = ACTIONS(1764), + [anon_sym_annotation] = ACTIONS(1764), + [anon_sym_data] = ACTIONS(1764), + [anon_sym_inner] = ACTIONS(1764), + [anon_sym_override] = ACTIONS(1764), + [anon_sym_lateinit] = ACTIONS(1764), + [anon_sym_public] = ACTIONS(1764), + [anon_sym_private] = ACTIONS(1764), + [anon_sym_internal] = ACTIONS(1764), + [anon_sym_protected] = ACTIONS(1764), + [anon_sym_tailrec] = ACTIONS(1764), + [anon_sym_operator] = ACTIONS(1764), + [anon_sym_infix] = ACTIONS(1764), + [anon_sym_inline] = ACTIONS(1764), + [anon_sym_external] = ACTIONS(1764), + [sym_property_modifier] = ACTIONS(1764), + [anon_sym_abstract] = ACTIONS(1764), + [anon_sym_final] = ACTIONS(1764), + [anon_sym_open] = ACTIONS(1764), + [anon_sym_vararg] = ACTIONS(1764), + [anon_sym_noinline] = ACTIONS(1764), + [anon_sym_crossinline] = ACTIONS(1764), + [anon_sym_expect] = ACTIONS(1764), + [anon_sym_actual] = ACTIONS(1764), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1766), + [anon_sym_continue_AT] = ACTIONS(1766), + [anon_sym_break_AT] = ACTIONS(1766), + [sym_real_literal] = ACTIONS(1766), + [sym_integer_literal] = ACTIONS(1764), + [sym_hex_literal] = ACTIONS(1766), + [sym_bin_literal] = ACTIONS(1766), + [anon_sym_true] = ACTIONS(1764), + [anon_sym_false] = ACTIONS(1764), + [anon_sym_SQUOTE] = ACTIONS(1766), + [sym__backtick_identifier] = ACTIONS(1766), + [sym__automatic_semicolon] = ACTIONS(1766), + [sym_safe_nav] = ACTIONS(1766), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1766), }, - [1149] = { - [sym_getter] = STATE(9435), - [sym_setter] = STATE(9435), - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(1738), - [sym__comparison_operator] = STATE(1739), - [sym__in_operator] = STATE(1740), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(1741), - [sym__multiplicative_operator] = STATE(1742), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_modifiers] = STATE(8580), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1744), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [aux_sym_modifiers_repeat1] = STATE(5441), + [1156] = { + [sym__alpha_identifier] = ACTIONS(4991), + [anon_sym_AT] = ACTIONS(4993), + [anon_sym_LBRACK] = ACTIONS(4993), + [anon_sym_as] = ACTIONS(4991), + [anon_sym_EQ] = ACTIONS(4991), + [anon_sym_LBRACE] = ACTIONS(4993), + [anon_sym_RBRACE] = ACTIONS(4993), + [anon_sym_LPAREN] = ACTIONS(4993), + [anon_sym_COMMA] = ACTIONS(4993), + [anon_sym_LT] = ACTIONS(4991), + [anon_sym_GT] = ACTIONS(4991), + [anon_sym_where] = ACTIONS(4991), + [anon_sym_object] = ACTIONS(4991), + [anon_sym_fun] = ACTIONS(4991), + [anon_sym_DOT] = ACTIONS(4991), + [anon_sym_SEMI] = ACTIONS(4993), + [anon_sym_get] = ACTIONS(4991), + [anon_sym_set] = ACTIONS(4991), + [anon_sym_this] = ACTIONS(4991), + [anon_sym_super] = ACTIONS(4991), + [anon_sym_STAR] = ACTIONS(4991), + [sym_label] = ACTIONS(4991), + [anon_sym_in] = ACTIONS(4991), + [anon_sym_DOT_DOT] = ACTIONS(4993), + [anon_sym_QMARK_COLON] = ACTIONS(4993), + [anon_sym_AMP_AMP] = ACTIONS(4993), + [anon_sym_PIPE_PIPE] = ACTIONS(4993), + [anon_sym_null] = ACTIONS(4991), + [anon_sym_if] = ACTIONS(4991), + [anon_sym_else] = ACTIONS(4991), + [anon_sym_when] = ACTIONS(4991), + [anon_sym_try] = ACTIONS(4991), + [anon_sym_throw] = ACTIONS(4991), + [anon_sym_return] = ACTIONS(4991), + [anon_sym_continue] = ACTIONS(4991), + [anon_sym_break] = ACTIONS(4991), + [anon_sym_COLON_COLON] = ACTIONS(4993), + [anon_sym_PLUS_EQ] = ACTIONS(4993), + [anon_sym_DASH_EQ] = ACTIONS(4993), + [anon_sym_STAR_EQ] = ACTIONS(4993), + [anon_sym_SLASH_EQ] = ACTIONS(4993), + [anon_sym_PERCENT_EQ] = ACTIONS(4993), + [anon_sym_BANG_EQ] = ACTIONS(4991), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4993), + [anon_sym_EQ_EQ] = ACTIONS(4991), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4993), + [anon_sym_LT_EQ] = ACTIONS(4993), + [anon_sym_GT_EQ] = ACTIONS(4993), + [anon_sym_BANGin] = ACTIONS(4993), + [anon_sym_is] = ACTIONS(4991), + [anon_sym_BANGis] = ACTIONS(4993), + [anon_sym_PLUS] = ACTIONS(4991), + [anon_sym_DASH] = ACTIONS(4991), + [anon_sym_SLASH] = ACTIONS(4991), + [anon_sym_PERCENT] = ACTIONS(4991), + [anon_sym_as_QMARK] = ACTIONS(4993), + [anon_sym_PLUS_PLUS] = ACTIONS(4993), + [anon_sym_DASH_DASH] = ACTIONS(4993), + [anon_sym_BANG] = ACTIONS(4991), + [anon_sym_BANG_BANG] = ACTIONS(4993), + [anon_sym_suspend] = ACTIONS(4991), + [anon_sym_sealed] = ACTIONS(4991), + [anon_sym_annotation] = ACTIONS(4991), + [anon_sym_data] = ACTIONS(4991), + [anon_sym_inner] = ACTIONS(4991), + [anon_sym_override] = ACTIONS(4991), + [anon_sym_lateinit] = ACTIONS(4991), + [anon_sym_public] = ACTIONS(4991), + [anon_sym_private] = ACTIONS(4991), + [anon_sym_internal] = ACTIONS(4991), + [anon_sym_protected] = ACTIONS(4991), + [anon_sym_tailrec] = ACTIONS(4991), + [anon_sym_operator] = ACTIONS(4991), + [anon_sym_infix] = ACTIONS(4991), + [anon_sym_inline] = ACTIONS(4991), + [anon_sym_external] = ACTIONS(4991), + [sym_property_modifier] = ACTIONS(4991), + [anon_sym_abstract] = ACTIONS(4991), + [anon_sym_final] = ACTIONS(4991), + [anon_sym_open] = ACTIONS(4991), + [anon_sym_vararg] = ACTIONS(4991), + [anon_sym_noinline] = ACTIONS(4991), + [anon_sym_crossinline] = ACTIONS(4991), + [anon_sym_expect] = ACTIONS(4991), + [anon_sym_actual] = ACTIONS(4991), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4993), + [anon_sym_continue_AT] = ACTIONS(4993), + [anon_sym_break_AT] = ACTIONS(4993), + [sym_real_literal] = ACTIONS(4993), + [sym_integer_literal] = ACTIONS(4991), + [sym_hex_literal] = ACTIONS(4993), + [sym_bin_literal] = ACTIONS(4993), + [anon_sym_true] = ACTIONS(4991), + [anon_sym_false] = ACTIONS(4991), + [anon_sym_SQUOTE] = ACTIONS(4993), + [sym__backtick_identifier] = ACTIONS(4993), + [sym__automatic_semicolon] = ACTIONS(4993), + [sym_safe_nav] = ACTIONS(4993), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4993), + }, + [1157] = { + [sym_getter] = STATE(9079), + [sym_setter] = STATE(9079), + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(1752), + [sym__comparison_operator] = STATE(1753), + [sym__in_operator] = STATE(1754), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(1755), + [sym__multiplicative_operator] = STATE(1756), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_modifiers] = STATE(8728), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1758), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_LPAREN] = ACTIONS(3378), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_LPAREN] = ACTIONS(3394), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(4149), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(4993), - [anon_sym_get] = ACTIONS(4710), - [anon_sym_set] = ACTIONS(4712), - [anon_sym_STAR] = ACTIONS(4157), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(4159), - [anon_sym_while] = ACTIONS(1764), - [anon_sym_DOT_DOT] = ACTIONS(4161), - [anon_sym_QMARK_COLON] = ACTIONS(4163), - [anon_sym_AMP_AMP] = ACTIONS(4165), - [anon_sym_PIPE_PIPE] = ACTIONS(4167), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_BANG_EQ] = ACTIONS(4169), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4171), - [anon_sym_EQ_EQ] = ACTIONS(4169), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4171), - [anon_sym_LT_EQ] = ACTIONS(4173), - [anon_sym_GT_EQ] = ACTIONS(4173), - [anon_sym_BANGin] = ACTIONS(4175), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), - [anon_sym_PLUS] = ACTIONS(4177), - [anon_sym_DASH] = ACTIONS(4177), - [anon_sym_SLASH] = ACTIONS(4179), - [anon_sym_PERCENT] = ACTIONS(4157), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), + [anon_sym_GT] = ACTIONS(4156), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(4995), + [anon_sym_get] = ACTIONS(4838), + [anon_sym_set] = ACTIONS(4840), + [anon_sym_STAR] = ACTIONS(4164), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(4166), + [anon_sym_while] = ACTIONS(1694), + [anon_sym_DOT_DOT] = ACTIONS(4168), + [anon_sym_QMARK_COLON] = ACTIONS(4170), + [anon_sym_AMP_AMP] = ACTIONS(4172), + [anon_sym_PIPE_PIPE] = ACTIONS(4174), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_BANG_EQ] = ACTIONS(4176), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4178), + [anon_sym_EQ_EQ] = ACTIONS(4176), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4178), + [anon_sym_LT_EQ] = ACTIONS(4180), + [anon_sym_GT_EQ] = ACTIONS(4180), + [anon_sym_BANGin] = ACTIONS(4182), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), + [anon_sym_PLUS] = ACTIONS(4184), + [anon_sym_DASH] = ACTIONS(4184), + [anon_sym_SLASH] = ACTIONS(4186), + [anon_sym_PERCENT] = ACTIONS(4164), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -166637,422 +167569,525 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), + [sym_safe_nav] = ACTIONS(3420), [sym_multiline_comment] = ACTIONS(3), }, - [1150] = { - [sym__alpha_identifier] = ACTIONS(4995), - [anon_sym_AT] = ACTIONS(4997), - [anon_sym_LBRACK] = ACTIONS(4997), - [anon_sym_as] = ACTIONS(4995), - [anon_sym_EQ] = ACTIONS(4995), - [anon_sym_LBRACE] = ACTIONS(4997), - [anon_sym_RBRACE] = ACTIONS(4997), - [anon_sym_LPAREN] = ACTIONS(4997), - [anon_sym_COMMA] = ACTIONS(4997), - [anon_sym_LT] = ACTIONS(4995), - [anon_sym_GT] = ACTIONS(4995), - [anon_sym_where] = ACTIONS(4995), - [anon_sym_object] = ACTIONS(4995), - [anon_sym_fun] = ACTIONS(4995), - [anon_sym_DOT] = ACTIONS(4995), - [anon_sym_SEMI] = ACTIONS(4997), - [anon_sym_get] = ACTIONS(4995), - [anon_sym_set] = ACTIONS(4995), - [anon_sym_this] = ACTIONS(4995), - [anon_sym_super] = ACTIONS(4995), - [anon_sym_STAR] = ACTIONS(4995), - [sym_label] = ACTIONS(4995), - [anon_sym_in] = ACTIONS(4995), - [anon_sym_DOT_DOT] = ACTIONS(4997), - [anon_sym_QMARK_COLON] = ACTIONS(4997), - [anon_sym_AMP_AMP] = ACTIONS(4997), - [anon_sym_PIPE_PIPE] = ACTIONS(4997), - [anon_sym_null] = ACTIONS(4995), - [anon_sym_if] = ACTIONS(4995), - [anon_sym_else] = ACTIONS(4995), - [anon_sym_when] = ACTIONS(4995), - [anon_sym_try] = ACTIONS(4995), - [anon_sym_throw] = ACTIONS(4995), - [anon_sym_return] = ACTIONS(4995), - [anon_sym_continue] = ACTIONS(4995), - [anon_sym_break] = ACTIONS(4995), - [anon_sym_COLON_COLON] = ACTIONS(4997), - [anon_sym_PLUS_EQ] = ACTIONS(4997), - [anon_sym_DASH_EQ] = ACTIONS(4997), - [anon_sym_STAR_EQ] = ACTIONS(4997), - [anon_sym_SLASH_EQ] = ACTIONS(4997), - [anon_sym_PERCENT_EQ] = ACTIONS(4997), - [anon_sym_BANG_EQ] = ACTIONS(4995), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4997), - [anon_sym_EQ_EQ] = ACTIONS(4995), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4997), - [anon_sym_LT_EQ] = ACTIONS(4997), - [anon_sym_GT_EQ] = ACTIONS(4997), - [anon_sym_BANGin] = ACTIONS(4997), - [anon_sym_is] = ACTIONS(4995), - [anon_sym_BANGis] = ACTIONS(4997), - [anon_sym_PLUS] = ACTIONS(4995), - [anon_sym_DASH] = ACTIONS(4995), - [anon_sym_SLASH] = ACTIONS(4995), - [anon_sym_PERCENT] = ACTIONS(4995), - [anon_sym_as_QMARK] = ACTIONS(4997), - [anon_sym_PLUS_PLUS] = ACTIONS(4997), - [anon_sym_DASH_DASH] = ACTIONS(4997), - [anon_sym_BANG] = ACTIONS(4995), - [anon_sym_BANG_BANG] = ACTIONS(4997), - [anon_sym_suspend] = ACTIONS(4995), - [anon_sym_sealed] = ACTIONS(4995), - [anon_sym_annotation] = ACTIONS(4995), - [anon_sym_data] = ACTIONS(4995), - [anon_sym_inner] = ACTIONS(4995), - [anon_sym_override] = ACTIONS(4995), - [anon_sym_lateinit] = ACTIONS(4995), - [anon_sym_public] = ACTIONS(4995), - [anon_sym_private] = ACTIONS(4995), - [anon_sym_internal] = ACTIONS(4995), - [anon_sym_protected] = ACTIONS(4995), - [anon_sym_tailrec] = ACTIONS(4995), - [anon_sym_operator] = ACTIONS(4995), - [anon_sym_infix] = ACTIONS(4995), - [anon_sym_inline] = ACTIONS(4995), - [anon_sym_external] = ACTIONS(4995), - [sym_property_modifier] = ACTIONS(4995), - [anon_sym_abstract] = ACTIONS(4995), - [anon_sym_final] = ACTIONS(4995), - [anon_sym_open] = ACTIONS(4995), - [anon_sym_vararg] = ACTIONS(4995), - [anon_sym_noinline] = ACTIONS(4995), - [anon_sym_crossinline] = ACTIONS(4995), - [anon_sym_expect] = ACTIONS(4995), - [anon_sym_actual] = ACTIONS(4995), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4997), - [anon_sym_continue_AT] = ACTIONS(4997), - [anon_sym_break_AT] = ACTIONS(4997), - [sym_real_literal] = ACTIONS(4997), - [sym_integer_literal] = ACTIONS(4995), - [sym_hex_literal] = ACTIONS(4997), - [sym_bin_literal] = ACTIONS(4997), - [anon_sym_true] = ACTIONS(4995), - [anon_sym_false] = ACTIONS(4995), - [anon_sym_SQUOTE] = ACTIONS(4997), - [sym__backtick_identifier] = ACTIONS(4997), - [sym__automatic_semicolon] = ACTIONS(4997), - [sym_safe_nav] = ACTIONS(4997), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4997), + [1158] = { + [sym__alpha_identifier] = ACTIONS(4342), + [anon_sym_AT] = ACTIONS(4344), + [anon_sym_LBRACK] = ACTIONS(4344), + [anon_sym_as] = ACTIONS(4342), + [anon_sym_EQ] = ACTIONS(4342), + [anon_sym_LBRACE] = ACTIONS(4344), + [anon_sym_RBRACE] = ACTIONS(4344), + [anon_sym_LPAREN] = ACTIONS(4344), + [anon_sym_COMMA] = ACTIONS(4344), + [anon_sym_LT] = ACTIONS(4342), + [anon_sym_GT] = ACTIONS(4342), + [anon_sym_where] = ACTIONS(4342), + [anon_sym_object] = ACTIONS(4342), + [anon_sym_fun] = ACTIONS(4342), + [anon_sym_DOT] = ACTIONS(4342), + [anon_sym_SEMI] = ACTIONS(4344), + [anon_sym_get] = ACTIONS(4342), + [anon_sym_set] = ACTIONS(4342), + [anon_sym_this] = ACTIONS(4342), + [anon_sym_super] = ACTIONS(4342), + [anon_sym_STAR] = ACTIONS(4342), + [sym_label] = ACTIONS(4342), + [anon_sym_in] = ACTIONS(4342), + [anon_sym_DOT_DOT] = ACTIONS(4344), + [anon_sym_QMARK_COLON] = ACTIONS(4344), + [anon_sym_AMP_AMP] = ACTIONS(4344), + [anon_sym_PIPE_PIPE] = ACTIONS(4344), + [anon_sym_null] = ACTIONS(4342), + [anon_sym_if] = ACTIONS(4342), + [anon_sym_else] = ACTIONS(4342), + [anon_sym_when] = ACTIONS(4342), + [anon_sym_try] = ACTIONS(4342), + [anon_sym_throw] = ACTIONS(4342), + [anon_sym_return] = ACTIONS(4342), + [anon_sym_continue] = ACTIONS(4342), + [anon_sym_break] = ACTIONS(4342), + [anon_sym_COLON_COLON] = ACTIONS(4344), + [anon_sym_PLUS_EQ] = ACTIONS(4344), + [anon_sym_DASH_EQ] = ACTIONS(4344), + [anon_sym_STAR_EQ] = ACTIONS(4344), + [anon_sym_SLASH_EQ] = ACTIONS(4344), + [anon_sym_PERCENT_EQ] = ACTIONS(4344), + [anon_sym_BANG_EQ] = ACTIONS(4342), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4344), + [anon_sym_EQ_EQ] = ACTIONS(4342), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4344), + [anon_sym_LT_EQ] = ACTIONS(4344), + [anon_sym_GT_EQ] = ACTIONS(4344), + [anon_sym_BANGin] = ACTIONS(4344), + [anon_sym_is] = ACTIONS(4342), + [anon_sym_BANGis] = ACTIONS(4344), + [anon_sym_PLUS] = ACTIONS(4342), + [anon_sym_DASH] = ACTIONS(4342), + [anon_sym_SLASH] = ACTIONS(4342), + [anon_sym_PERCENT] = ACTIONS(4342), + [anon_sym_as_QMARK] = ACTIONS(4344), + [anon_sym_PLUS_PLUS] = ACTIONS(4344), + [anon_sym_DASH_DASH] = ACTIONS(4344), + [anon_sym_BANG] = ACTIONS(4342), + [anon_sym_BANG_BANG] = ACTIONS(4344), + [anon_sym_suspend] = ACTIONS(4342), + [anon_sym_sealed] = ACTIONS(4342), + [anon_sym_annotation] = ACTIONS(4342), + [anon_sym_data] = ACTIONS(4342), + [anon_sym_inner] = ACTIONS(4342), + [anon_sym_override] = ACTIONS(4342), + [anon_sym_lateinit] = ACTIONS(4342), + [anon_sym_public] = ACTIONS(4342), + [anon_sym_private] = ACTIONS(4342), + [anon_sym_internal] = ACTIONS(4342), + [anon_sym_protected] = ACTIONS(4342), + [anon_sym_tailrec] = ACTIONS(4342), + [anon_sym_operator] = ACTIONS(4342), + [anon_sym_infix] = ACTIONS(4342), + [anon_sym_inline] = ACTIONS(4342), + [anon_sym_external] = ACTIONS(4342), + [sym_property_modifier] = ACTIONS(4342), + [anon_sym_abstract] = ACTIONS(4342), + [anon_sym_final] = ACTIONS(4342), + [anon_sym_open] = ACTIONS(4342), + [anon_sym_vararg] = ACTIONS(4342), + [anon_sym_noinline] = ACTIONS(4342), + [anon_sym_crossinline] = ACTIONS(4342), + [anon_sym_expect] = ACTIONS(4342), + [anon_sym_actual] = ACTIONS(4342), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4344), + [anon_sym_continue_AT] = ACTIONS(4344), + [anon_sym_break_AT] = ACTIONS(4344), + [sym_real_literal] = ACTIONS(4344), + [sym_integer_literal] = ACTIONS(4342), + [sym_hex_literal] = ACTIONS(4344), + [sym_bin_literal] = ACTIONS(4344), + [anon_sym_true] = ACTIONS(4342), + [anon_sym_false] = ACTIONS(4342), + [anon_sym_SQUOTE] = ACTIONS(4344), + [sym__backtick_identifier] = ACTIONS(4344), + [sym__automatic_semicolon] = ACTIONS(4344), + [sym_safe_nav] = ACTIONS(4344), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4344), }, - [1151] = { - [sym__alpha_identifier] = ACTIONS(3061), - [anon_sym_AT] = ACTIONS(3063), - [anon_sym_LBRACK] = ACTIONS(3063), - [anon_sym_as] = ACTIONS(3061), - [anon_sym_EQ] = ACTIONS(3061), - [anon_sym_LBRACE] = ACTIONS(3063), - [anon_sym_RBRACE] = ACTIONS(3063), - [anon_sym_LPAREN] = ACTIONS(3063), - [anon_sym_COMMA] = ACTIONS(3063), - [anon_sym_LT] = ACTIONS(3061), - [anon_sym_GT] = ACTIONS(3061), - [anon_sym_where] = ACTIONS(3061), - [anon_sym_object] = ACTIONS(3061), - [anon_sym_fun] = ACTIONS(3061), - [anon_sym_DOT] = ACTIONS(3061), - [anon_sym_SEMI] = ACTIONS(3063), - [anon_sym_get] = ACTIONS(3061), - [anon_sym_set] = ACTIONS(3061), - [anon_sym_this] = ACTIONS(3061), - [anon_sym_super] = ACTIONS(3061), - [anon_sym_STAR] = ACTIONS(3061), - [sym_label] = ACTIONS(3061), - [anon_sym_in] = ACTIONS(3061), - [anon_sym_DOT_DOT] = ACTIONS(3063), - [anon_sym_QMARK_COLON] = ACTIONS(3063), - [anon_sym_AMP_AMP] = ACTIONS(3063), - [anon_sym_PIPE_PIPE] = ACTIONS(3063), - [anon_sym_null] = ACTIONS(3061), - [anon_sym_if] = ACTIONS(3061), - [anon_sym_else] = ACTIONS(3061), - [anon_sym_when] = ACTIONS(3061), - [anon_sym_try] = ACTIONS(3061), - [anon_sym_throw] = ACTIONS(3061), - [anon_sym_return] = ACTIONS(3061), - [anon_sym_continue] = ACTIONS(3061), - [anon_sym_break] = ACTIONS(3061), - [anon_sym_COLON_COLON] = ACTIONS(3063), - [anon_sym_PLUS_EQ] = ACTIONS(3063), - [anon_sym_DASH_EQ] = ACTIONS(3063), - [anon_sym_STAR_EQ] = ACTIONS(3063), - [anon_sym_SLASH_EQ] = ACTIONS(3063), - [anon_sym_PERCENT_EQ] = ACTIONS(3063), - [anon_sym_BANG_EQ] = ACTIONS(3061), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3063), - [anon_sym_EQ_EQ] = ACTIONS(3061), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3063), - [anon_sym_LT_EQ] = ACTIONS(3063), - [anon_sym_GT_EQ] = ACTIONS(3063), - [anon_sym_BANGin] = ACTIONS(3063), - [anon_sym_is] = ACTIONS(3061), - [anon_sym_BANGis] = ACTIONS(3063), - [anon_sym_PLUS] = ACTIONS(3061), - [anon_sym_DASH] = ACTIONS(3061), - [anon_sym_SLASH] = ACTIONS(3061), - [anon_sym_PERCENT] = ACTIONS(3061), - [anon_sym_as_QMARK] = ACTIONS(3063), - [anon_sym_PLUS_PLUS] = ACTIONS(3063), - [anon_sym_DASH_DASH] = ACTIONS(3063), - [anon_sym_BANG] = ACTIONS(3061), - [anon_sym_BANG_BANG] = ACTIONS(3063), - [anon_sym_suspend] = ACTIONS(3061), - [anon_sym_sealed] = ACTIONS(3061), - [anon_sym_annotation] = ACTIONS(3061), - [anon_sym_data] = ACTIONS(3061), - [anon_sym_inner] = ACTIONS(3061), - [anon_sym_override] = ACTIONS(3061), - [anon_sym_lateinit] = ACTIONS(3061), - [anon_sym_public] = ACTIONS(3061), - [anon_sym_private] = ACTIONS(3061), - [anon_sym_internal] = ACTIONS(3061), - [anon_sym_protected] = ACTIONS(3061), - [anon_sym_tailrec] = ACTIONS(3061), - [anon_sym_operator] = ACTIONS(3061), - [anon_sym_infix] = ACTIONS(3061), - [anon_sym_inline] = ACTIONS(3061), - [anon_sym_external] = ACTIONS(3061), - [sym_property_modifier] = ACTIONS(3061), - [anon_sym_abstract] = ACTIONS(3061), - [anon_sym_final] = ACTIONS(3061), - [anon_sym_open] = ACTIONS(3061), - [anon_sym_vararg] = ACTIONS(3061), - [anon_sym_noinline] = ACTIONS(3061), - [anon_sym_crossinline] = ACTIONS(3061), - [anon_sym_expect] = ACTIONS(3061), - [anon_sym_actual] = ACTIONS(3061), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3063), - [anon_sym_continue_AT] = ACTIONS(3063), - [anon_sym_break_AT] = ACTIONS(3063), - [sym_real_literal] = ACTIONS(3063), - [sym_integer_literal] = ACTIONS(3061), - [sym_hex_literal] = ACTIONS(3063), - [sym_bin_literal] = ACTIONS(3063), - [anon_sym_true] = ACTIONS(3061), - [anon_sym_false] = ACTIONS(3061), - [anon_sym_SQUOTE] = ACTIONS(3063), - [sym__backtick_identifier] = ACTIONS(3063), - [sym__automatic_semicolon] = ACTIONS(3063), - [sym_safe_nav] = ACTIONS(3063), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3063), + [1159] = { + [sym__alpha_identifier] = ACTIONS(4595), + [anon_sym_AT] = ACTIONS(4597), + [anon_sym_LBRACK] = ACTIONS(4597), + [anon_sym_as] = ACTIONS(4595), + [anon_sym_EQ] = ACTIONS(4595), + [anon_sym_LBRACE] = ACTIONS(4597), + [anon_sym_RBRACE] = ACTIONS(4597), + [anon_sym_LPAREN] = ACTIONS(4597), + [anon_sym_COMMA] = ACTIONS(4597), + [anon_sym_LT] = ACTIONS(4595), + [anon_sym_GT] = ACTIONS(4595), + [anon_sym_where] = ACTIONS(4595), + [anon_sym_object] = ACTIONS(4595), + [anon_sym_fun] = ACTIONS(4595), + [anon_sym_DOT] = ACTIONS(4595), + [anon_sym_SEMI] = ACTIONS(4597), + [anon_sym_get] = ACTIONS(4595), + [anon_sym_set] = ACTIONS(4595), + [anon_sym_this] = ACTIONS(4595), + [anon_sym_super] = ACTIONS(4595), + [anon_sym_STAR] = ACTIONS(4595), + [sym_label] = ACTIONS(4595), + [anon_sym_in] = ACTIONS(4595), + [anon_sym_DOT_DOT] = ACTIONS(4597), + [anon_sym_QMARK_COLON] = ACTIONS(4597), + [anon_sym_AMP_AMP] = ACTIONS(4597), + [anon_sym_PIPE_PIPE] = ACTIONS(4597), + [anon_sym_null] = ACTIONS(4595), + [anon_sym_if] = ACTIONS(4595), + [anon_sym_else] = ACTIONS(4595), + [anon_sym_when] = ACTIONS(4595), + [anon_sym_try] = ACTIONS(4595), + [anon_sym_throw] = ACTIONS(4595), + [anon_sym_return] = ACTIONS(4595), + [anon_sym_continue] = ACTIONS(4595), + [anon_sym_break] = ACTIONS(4595), + [anon_sym_COLON_COLON] = ACTIONS(4597), + [anon_sym_PLUS_EQ] = ACTIONS(4597), + [anon_sym_DASH_EQ] = ACTIONS(4597), + [anon_sym_STAR_EQ] = ACTIONS(4597), + [anon_sym_SLASH_EQ] = ACTIONS(4597), + [anon_sym_PERCENT_EQ] = ACTIONS(4597), + [anon_sym_BANG_EQ] = ACTIONS(4595), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4597), + [anon_sym_EQ_EQ] = ACTIONS(4595), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4597), + [anon_sym_LT_EQ] = ACTIONS(4597), + [anon_sym_GT_EQ] = ACTIONS(4597), + [anon_sym_BANGin] = ACTIONS(4597), + [anon_sym_is] = ACTIONS(4595), + [anon_sym_BANGis] = ACTIONS(4597), + [anon_sym_PLUS] = ACTIONS(4595), + [anon_sym_DASH] = ACTIONS(4595), + [anon_sym_SLASH] = ACTIONS(4595), + [anon_sym_PERCENT] = ACTIONS(4595), + [anon_sym_as_QMARK] = ACTIONS(4597), + [anon_sym_PLUS_PLUS] = ACTIONS(4597), + [anon_sym_DASH_DASH] = ACTIONS(4597), + [anon_sym_BANG] = ACTIONS(4595), + [anon_sym_BANG_BANG] = ACTIONS(4597), + [anon_sym_suspend] = ACTIONS(4595), + [anon_sym_sealed] = ACTIONS(4595), + [anon_sym_annotation] = ACTIONS(4595), + [anon_sym_data] = ACTIONS(4595), + [anon_sym_inner] = ACTIONS(4595), + [anon_sym_override] = ACTIONS(4595), + [anon_sym_lateinit] = ACTIONS(4595), + [anon_sym_public] = ACTIONS(4595), + [anon_sym_private] = ACTIONS(4595), + [anon_sym_internal] = ACTIONS(4595), + [anon_sym_protected] = ACTIONS(4595), + [anon_sym_tailrec] = ACTIONS(4595), + [anon_sym_operator] = ACTIONS(4595), + [anon_sym_infix] = ACTIONS(4595), + [anon_sym_inline] = ACTIONS(4595), + [anon_sym_external] = ACTIONS(4595), + [sym_property_modifier] = ACTIONS(4595), + [anon_sym_abstract] = ACTIONS(4595), + [anon_sym_final] = ACTIONS(4595), + [anon_sym_open] = ACTIONS(4595), + [anon_sym_vararg] = ACTIONS(4595), + [anon_sym_noinline] = ACTIONS(4595), + [anon_sym_crossinline] = ACTIONS(4595), + [anon_sym_expect] = ACTIONS(4595), + [anon_sym_actual] = ACTIONS(4595), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4597), + [anon_sym_continue_AT] = ACTIONS(4597), + [anon_sym_break_AT] = ACTIONS(4597), + [sym_real_literal] = ACTIONS(4597), + [sym_integer_literal] = ACTIONS(4595), + [sym_hex_literal] = ACTIONS(4597), + [sym_bin_literal] = ACTIONS(4597), + [anon_sym_true] = ACTIONS(4595), + [anon_sym_false] = ACTIONS(4595), + [anon_sym_SQUOTE] = ACTIONS(4597), + [sym__backtick_identifier] = ACTIONS(4597), + [sym__automatic_semicolon] = ACTIONS(4597), + [sym_safe_nav] = ACTIONS(4597), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4597), }, - [1152] = { - [sym__alpha_identifier] = ACTIONS(4999), - [anon_sym_AT] = ACTIONS(5001), - [anon_sym_LBRACK] = ACTIONS(5001), - [anon_sym_as] = ACTIONS(4999), - [anon_sym_EQ] = ACTIONS(4999), - [anon_sym_LBRACE] = ACTIONS(5001), - [anon_sym_RBRACE] = ACTIONS(5001), - [anon_sym_LPAREN] = ACTIONS(5001), - [anon_sym_COMMA] = ACTIONS(5001), - [anon_sym_LT] = ACTIONS(4999), - [anon_sym_GT] = ACTIONS(4999), - [anon_sym_where] = ACTIONS(4999), - [anon_sym_object] = ACTIONS(4999), - [anon_sym_fun] = ACTIONS(4999), - [anon_sym_DOT] = ACTIONS(4999), - [anon_sym_SEMI] = ACTIONS(5001), - [anon_sym_get] = ACTIONS(4999), - [anon_sym_set] = ACTIONS(4999), - [anon_sym_this] = ACTIONS(4999), - [anon_sym_super] = ACTIONS(4999), - [anon_sym_STAR] = ACTIONS(4999), - [sym_label] = ACTIONS(4999), - [anon_sym_in] = ACTIONS(4999), - [anon_sym_DOT_DOT] = ACTIONS(5001), - [anon_sym_QMARK_COLON] = ACTIONS(5001), - [anon_sym_AMP_AMP] = ACTIONS(5001), - [anon_sym_PIPE_PIPE] = ACTIONS(5001), - [anon_sym_null] = ACTIONS(4999), - [anon_sym_if] = ACTIONS(4999), - [anon_sym_else] = ACTIONS(4999), - [anon_sym_when] = ACTIONS(4999), - [anon_sym_try] = ACTIONS(4999), - [anon_sym_throw] = ACTIONS(4999), - [anon_sym_return] = ACTIONS(4999), - [anon_sym_continue] = ACTIONS(4999), - [anon_sym_break] = ACTIONS(4999), - [anon_sym_COLON_COLON] = ACTIONS(5001), - [anon_sym_PLUS_EQ] = ACTIONS(5001), - [anon_sym_DASH_EQ] = ACTIONS(5001), - [anon_sym_STAR_EQ] = ACTIONS(5001), - [anon_sym_SLASH_EQ] = ACTIONS(5001), - [anon_sym_PERCENT_EQ] = ACTIONS(5001), - [anon_sym_BANG_EQ] = ACTIONS(4999), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5001), - [anon_sym_EQ_EQ] = ACTIONS(4999), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5001), - [anon_sym_LT_EQ] = ACTIONS(5001), - [anon_sym_GT_EQ] = ACTIONS(5001), - [anon_sym_BANGin] = ACTIONS(5001), - [anon_sym_is] = ACTIONS(4999), - [anon_sym_BANGis] = ACTIONS(5001), - [anon_sym_PLUS] = ACTIONS(4999), - [anon_sym_DASH] = ACTIONS(4999), - [anon_sym_SLASH] = ACTIONS(4999), - [anon_sym_PERCENT] = ACTIONS(4999), - [anon_sym_as_QMARK] = ACTIONS(5001), - [anon_sym_PLUS_PLUS] = ACTIONS(5001), - [anon_sym_DASH_DASH] = ACTIONS(5001), - [anon_sym_BANG] = ACTIONS(4999), - [anon_sym_BANG_BANG] = ACTIONS(5001), - [anon_sym_suspend] = ACTIONS(4999), - [anon_sym_sealed] = ACTIONS(4999), - [anon_sym_annotation] = ACTIONS(4999), - [anon_sym_data] = ACTIONS(4999), - [anon_sym_inner] = ACTIONS(4999), - [anon_sym_override] = ACTIONS(4999), - [anon_sym_lateinit] = ACTIONS(4999), - [anon_sym_public] = ACTIONS(4999), - [anon_sym_private] = ACTIONS(4999), - [anon_sym_internal] = ACTIONS(4999), - [anon_sym_protected] = ACTIONS(4999), - [anon_sym_tailrec] = ACTIONS(4999), - [anon_sym_operator] = ACTIONS(4999), - [anon_sym_infix] = ACTIONS(4999), - [anon_sym_inline] = ACTIONS(4999), - [anon_sym_external] = ACTIONS(4999), - [sym_property_modifier] = ACTIONS(4999), - [anon_sym_abstract] = ACTIONS(4999), - [anon_sym_final] = ACTIONS(4999), - [anon_sym_open] = ACTIONS(4999), - [anon_sym_vararg] = ACTIONS(4999), - [anon_sym_noinline] = ACTIONS(4999), - [anon_sym_crossinline] = ACTIONS(4999), - [anon_sym_expect] = ACTIONS(4999), - [anon_sym_actual] = ACTIONS(4999), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5001), - [anon_sym_continue_AT] = ACTIONS(5001), - [anon_sym_break_AT] = ACTIONS(5001), - [sym_real_literal] = ACTIONS(5001), - [sym_integer_literal] = ACTIONS(4999), - [sym_hex_literal] = ACTIONS(5001), - [sym_bin_literal] = ACTIONS(5001), - [anon_sym_true] = ACTIONS(4999), - [anon_sym_false] = ACTIONS(4999), - [anon_sym_SQUOTE] = ACTIONS(5001), - [sym__backtick_identifier] = ACTIONS(5001), - [sym__automatic_semicolon] = ACTIONS(5001), - [sym_safe_nav] = ACTIONS(5001), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5001), + [1160] = { + [sym__alpha_identifier] = ACTIONS(4005), + [anon_sym_AT] = ACTIONS(4007), + [anon_sym_LBRACK] = ACTIONS(4007), + [anon_sym_as] = ACTIONS(4005), + [anon_sym_EQ] = ACTIONS(4005), + [anon_sym_LBRACE] = ACTIONS(4007), + [anon_sym_RBRACE] = ACTIONS(4007), + [anon_sym_LPAREN] = ACTIONS(4007), + [anon_sym_COMMA] = ACTIONS(4007), + [anon_sym_LT] = ACTIONS(4005), + [anon_sym_GT] = ACTIONS(4005), + [anon_sym_where] = ACTIONS(4005), + [anon_sym_object] = ACTIONS(4005), + [anon_sym_fun] = ACTIONS(4005), + [anon_sym_DOT] = ACTIONS(4005), + [anon_sym_SEMI] = ACTIONS(4007), + [anon_sym_get] = ACTIONS(4005), + [anon_sym_set] = ACTIONS(4005), + [anon_sym_this] = ACTIONS(4005), + [anon_sym_super] = ACTIONS(4005), + [anon_sym_STAR] = ACTIONS(4005), + [sym_label] = ACTIONS(4005), + [anon_sym_in] = ACTIONS(4005), + [anon_sym_DOT_DOT] = ACTIONS(4007), + [anon_sym_QMARK_COLON] = ACTIONS(4007), + [anon_sym_AMP_AMP] = ACTIONS(4007), + [anon_sym_PIPE_PIPE] = ACTIONS(4007), + [anon_sym_null] = ACTIONS(4005), + [anon_sym_if] = ACTIONS(4005), + [anon_sym_else] = ACTIONS(4005), + [anon_sym_when] = ACTIONS(4005), + [anon_sym_try] = ACTIONS(4005), + [anon_sym_throw] = ACTIONS(4005), + [anon_sym_return] = ACTIONS(4005), + [anon_sym_continue] = ACTIONS(4005), + [anon_sym_break] = ACTIONS(4005), + [anon_sym_COLON_COLON] = ACTIONS(4007), + [anon_sym_PLUS_EQ] = ACTIONS(4007), + [anon_sym_DASH_EQ] = ACTIONS(4007), + [anon_sym_STAR_EQ] = ACTIONS(4007), + [anon_sym_SLASH_EQ] = ACTIONS(4007), + [anon_sym_PERCENT_EQ] = ACTIONS(4007), + [anon_sym_BANG_EQ] = ACTIONS(4005), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4007), + [anon_sym_EQ_EQ] = ACTIONS(4005), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4007), + [anon_sym_LT_EQ] = ACTIONS(4007), + [anon_sym_GT_EQ] = ACTIONS(4007), + [anon_sym_BANGin] = ACTIONS(4007), + [anon_sym_is] = ACTIONS(4005), + [anon_sym_BANGis] = ACTIONS(4007), + [anon_sym_PLUS] = ACTIONS(4005), + [anon_sym_DASH] = ACTIONS(4005), + [anon_sym_SLASH] = ACTIONS(4005), + [anon_sym_PERCENT] = ACTIONS(4005), + [anon_sym_as_QMARK] = ACTIONS(4007), + [anon_sym_PLUS_PLUS] = ACTIONS(4007), + [anon_sym_DASH_DASH] = ACTIONS(4007), + [anon_sym_BANG] = ACTIONS(4005), + [anon_sym_BANG_BANG] = ACTIONS(4007), + [anon_sym_suspend] = ACTIONS(4005), + [anon_sym_sealed] = ACTIONS(4005), + [anon_sym_annotation] = ACTIONS(4005), + [anon_sym_data] = ACTIONS(4005), + [anon_sym_inner] = ACTIONS(4005), + [anon_sym_override] = ACTIONS(4005), + [anon_sym_lateinit] = ACTIONS(4005), + [anon_sym_public] = ACTIONS(4005), + [anon_sym_private] = ACTIONS(4005), + [anon_sym_internal] = ACTIONS(4005), + [anon_sym_protected] = ACTIONS(4005), + [anon_sym_tailrec] = ACTIONS(4005), + [anon_sym_operator] = ACTIONS(4005), + [anon_sym_infix] = ACTIONS(4005), + [anon_sym_inline] = ACTIONS(4005), + [anon_sym_external] = ACTIONS(4005), + [sym_property_modifier] = ACTIONS(4005), + [anon_sym_abstract] = ACTIONS(4005), + [anon_sym_final] = ACTIONS(4005), + [anon_sym_open] = ACTIONS(4005), + [anon_sym_vararg] = ACTIONS(4005), + [anon_sym_noinline] = ACTIONS(4005), + [anon_sym_crossinline] = ACTIONS(4005), + [anon_sym_expect] = ACTIONS(4005), + [anon_sym_actual] = ACTIONS(4005), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4007), + [anon_sym_continue_AT] = ACTIONS(4007), + [anon_sym_break_AT] = ACTIONS(4007), + [sym_real_literal] = ACTIONS(4007), + [sym_integer_literal] = ACTIONS(4005), + [sym_hex_literal] = ACTIONS(4007), + [sym_bin_literal] = ACTIONS(4007), + [anon_sym_true] = ACTIONS(4005), + [anon_sym_false] = ACTIONS(4005), + [anon_sym_SQUOTE] = ACTIONS(4007), + [sym__backtick_identifier] = ACTIONS(4007), + [sym__automatic_semicolon] = ACTIONS(4007), + [sym_safe_nav] = ACTIONS(4007), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4007), }, - [1153] = { - [sym_getter] = STATE(9389), - [sym_setter] = STATE(9389), - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(1738), - [sym__comparison_operator] = STATE(1739), - [sym__in_operator] = STATE(1740), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(1741), - [sym__multiplicative_operator] = STATE(1742), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_modifiers] = STATE(8580), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1744), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(4149), - [anon_sym_DOT] = ACTIONS(3382), + [1161] = { + [sym__alpha_identifier] = ACTIONS(4997), + [anon_sym_AT] = ACTIONS(4999), + [anon_sym_LBRACK] = ACTIONS(4999), + [anon_sym_as] = ACTIONS(4997), + [anon_sym_EQ] = ACTIONS(4997), + [anon_sym_LBRACE] = ACTIONS(4999), + [anon_sym_RBRACE] = ACTIONS(4999), + [anon_sym_LPAREN] = ACTIONS(4999), + [anon_sym_COMMA] = ACTIONS(4999), + [anon_sym_LT] = ACTIONS(4997), + [anon_sym_GT] = ACTIONS(4997), + [anon_sym_where] = ACTIONS(4997), + [anon_sym_object] = ACTIONS(4997), + [anon_sym_fun] = ACTIONS(4997), + [anon_sym_DOT] = ACTIONS(4997), + [anon_sym_SEMI] = ACTIONS(4999), + [anon_sym_get] = ACTIONS(4997), + [anon_sym_set] = ACTIONS(4997), + [anon_sym_this] = ACTIONS(4997), + [anon_sym_super] = ACTIONS(4997), + [anon_sym_STAR] = ACTIONS(4997), + [sym_label] = ACTIONS(4997), + [anon_sym_in] = ACTIONS(4997), + [anon_sym_DOT_DOT] = ACTIONS(4999), + [anon_sym_QMARK_COLON] = ACTIONS(4999), + [anon_sym_AMP_AMP] = ACTIONS(4999), + [anon_sym_PIPE_PIPE] = ACTIONS(4999), + [anon_sym_null] = ACTIONS(4997), + [anon_sym_if] = ACTIONS(4997), + [anon_sym_else] = ACTIONS(4997), + [anon_sym_when] = ACTIONS(4997), + [anon_sym_try] = ACTIONS(4997), + [anon_sym_throw] = ACTIONS(4997), + [anon_sym_return] = ACTIONS(4997), + [anon_sym_continue] = ACTIONS(4997), + [anon_sym_break] = ACTIONS(4997), + [anon_sym_COLON_COLON] = ACTIONS(4999), + [anon_sym_PLUS_EQ] = ACTIONS(4999), + [anon_sym_DASH_EQ] = ACTIONS(4999), + [anon_sym_STAR_EQ] = ACTIONS(4999), + [anon_sym_SLASH_EQ] = ACTIONS(4999), + [anon_sym_PERCENT_EQ] = ACTIONS(4999), + [anon_sym_BANG_EQ] = ACTIONS(4997), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4999), + [anon_sym_EQ_EQ] = ACTIONS(4997), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4999), + [anon_sym_LT_EQ] = ACTIONS(4999), + [anon_sym_GT_EQ] = ACTIONS(4999), + [anon_sym_BANGin] = ACTIONS(4999), + [anon_sym_is] = ACTIONS(4997), + [anon_sym_BANGis] = ACTIONS(4999), + [anon_sym_PLUS] = ACTIONS(4997), + [anon_sym_DASH] = ACTIONS(4997), + [anon_sym_SLASH] = ACTIONS(4997), + [anon_sym_PERCENT] = ACTIONS(4997), + [anon_sym_as_QMARK] = ACTIONS(4999), + [anon_sym_PLUS_PLUS] = ACTIONS(4999), + [anon_sym_DASH_DASH] = ACTIONS(4999), + [anon_sym_BANG] = ACTIONS(4997), + [anon_sym_BANG_BANG] = ACTIONS(4999), + [anon_sym_suspend] = ACTIONS(4997), + [anon_sym_sealed] = ACTIONS(4997), + [anon_sym_annotation] = ACTIONS(4997), + [anon_sym_data] = ACTIONS(4997), + [anon_sym_inner] = ACTIONS(4997), + [anon_sym_override] = ACTIONS(4997), + [anon_sym_lateinit] = ACTIONS(4997), + [anon_sym_public] = ACTIONS(4997), + [anon_sym_private] = ACTIONS(4997), + [anon_sym_internal] = ACTIONS(4997), + [anon_sym_protected] = ACTIONS(4997), + [anon_sym_tailrec] = ACTIONS(4997), + [anon_sym_operator] = ACTIONS(4997), + [anon_sym_infix] = ACTIONS(4997), + [anon_sym_inline] = ACTIONS(4997), + [anon_sym_external] = ACTIONS(4997), + [sym_property_modifier] = ACTIONS(4997), + [anon_sym_abstract] = ACTIONS(4997), + [anon_sym_final] = ACTIONS(4997), + [anon_sym_open] = ACTIONS(4997), + [anon_sym_vararg] = ACTIONS(4997), + [anon_sym_noinline] = ACTIONS(4997), + [anon_sym_crossinline] = ACTIONS(4997), + [anon_sym_expect] = ACTIONS(4997), + [anon_sym_actual] = ACTIONS(4997), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4999), + [anon_sym_continue_AT] = ACTIONS(4999), + [anon_sym_break_AT] = ACTIONS(4999), + [sym_real_literal] = ACTIONS(4999), + [sym_integer_literal] = ACTIONS(4997), + [sym_hex_literal] = ACTIONS(4999), + [sym_bin_literal] = ACTIONS(4999), + [anon_sym_true] = ACTIONS(4997), + [anon_sym_false] = ACTIONS(4997), + [anon_sym_SQUOTE] = ACTIONS(4999), + [sym__backtick_identifier] = ACTIONS(4999), + [sym__automatic_semicolon] = ACTIONS(4999), + [sym_safe_nav] = ACTIONS(4999), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4999), + }, + [1162] = { + [sym__alpha_identifier] = ACTIONS(5001), + [anon_sym_AT] = ACTIONS(5003), + [anon_sym_LBRACK] = ACTIONS(5003), + [anon_sym_as] = ACTIONS(5001), + [anon_sym_EQ] = ACTIONS(5001), + [anon_sym_LBRACE] = ACTIONS(5003), + [anon_sym_RBRACE] = ACTIONS(5003), + [anon_sym_LPAREN] = ACTIONS(5003), + [anon_sym_COMMA] = ACTIONS(5003), + [anon_sym_LT] = ACTIONS(5001), + [anon_sym_GT] = ACTIONS(5001), + [anon_sym_where] = ACTIONS(5001), + [anon_sym_object] = ACTIONS(5001), + [anon_sym_fun] = ACTIONS(5001), + [anon_sym_DOT] = ACTIONS(5001), [anon_sym_SEMI] = ACTIONS(5003), - [anon_sym_get] = ACTIONS(4710), - [anon_sym_set] = ACTIONS(4712), - [anon_sym_STAR] = ACTIONS(4157), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(4159), - [anon_sym_while] = ACTIONS(1782), - [anon_sym_DOT_DOT] = ACTIONS(4161), - [anon_sym_QMARK_COLON] = ACTIONS(4163), - [anon_sym_AMP_AMP] = ACTIONS(4165), - [anon_sym_PIPE_PIPE] = ACTIONS(4167), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_BANG_EQ] = ACTIONS(4169), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4171), - [anon_sym_EQ_EQ] = ACTIONS(4169), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4171), - [anon_sym_LT_EQ] = ACTIONS(4173), - [anon_sym_GT_EQ] = ACTIONS(4173), - [anon_sym_BANGin] = ACTIONS(4175), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), - [anon_sym_PLUS] = ACTIONS(4177), - [anon_sym_DASH] = ACTIONS(4177), - [anon_sym_SLASH] = ACTIONS(4179), - [anon_sym_PERCENT] = ACTIONS(4157), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(1746), - [anon_sym_inner] = ACTIONS(1746), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(1748), - [anon_sym_actual] = ACTIONS(1748), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), - [sym_multiline_comment] = ACTIONS(3), + [anon_sym_get] = ACTIONS(5001), + [anon_sym_set] = ACTIONS(5001), + [anon_sym_this] = ACTIONS(5001), + [anon_sym_super] = ACTIONS(5001), + [anon_sym_STAR] = ACTIONS(5001), + [sym_label] = ACTIONS(5001), + [anon_sym_in] = ACTIONS(5001), + [anon_sym_DOT_DOT] = ACTIONS(5003), + [anon_sym_QMARK_COLON] = ACTIONS(5003), + [anon_sym_AMP_AMP] = ACTIONS(5003), + [anon_sym_PIPE_PIPE] = ACTIONS(5003), + [anon_sym_null] = ACTIONS(5001), + [anon_sym_if] = ACTIONS(5001), + [anon_sym_else] = ACTIONS(5001), + [anon_sym_when] = ACTIONS(5001), + [anon_sym_try] = ACTIONS(5001), + [anon_sym_throw] = ACTIONS(5001), + [anon_sym_return] = ACTIONS(5001), + [anon_sym_continue] = ACTIONS(5001), + [anon_sym_break] = ACTIONS(5001), + [anon_sym_COLON_COLON] = ACTIONS(5003), + [anon_sym_PLUS_EQ] = ACTIONS(5003), + [anon_sym_DASH_EQ] = ACTIONS(5003), + [anon_sym_STAR_EQ] = ACTIONS(5003), + [anon_sym_SLASH_EQ] = ACTIONS(5003), + [anon_sym_PERCENT_EQ] = ACTIONS(5003), + [anon_sym_BANG_EQ] = ACTIONS(5001), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5003), + [anon_sym_EQ_EQ] = ACTIONS(5001), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5003), + [anon_sym_LT_EQ] = ACTIONS(5003), + [anon_sym_GT_EQ] = ACTIONS(5003), + [anon_sym_BANGin] = ACTIONS(5003), + [anon_sym_is] = ACTIONS(5001), + [anon_sym_BANGis] = ACTIONS(5003), + [anon_sym_PLUS] = ACTIONS(5001), + [anon_sym_DASH] = ACTIONS(5001), + [anon_sym_SLASH] = ACTIONS(5001), + [anon_sym_PERCENT] = ACTIONS(5001), + [anon_sym_as_QMARK] = ACTIONS(5003), + [anon_sym_PLUS_PLUS] = ACTIONS(5003), + [anon_sym_DASH_DASH] = ACTIONS(5003), + [anon_sym_BANG] = ACTIONS(5001), + [anon_sym_BANG_BANG] = ACTIONS(5003), + [anon_sym_suspend] = ACTIONS(5001), + [anon_sym_sealed] = ACTIONS(5001), + [anon_sym_annotation] = ACTIONS(5001), + [anon_sym_data] = ACTIONS(5001), + [anon_sym_inner] = ACTIONS(5001), + [anon_sym_override] = ACTIONS(5001), + [anon_sym_lateinit] = ACTIONS(5001), + [anon_sym_public] = ACTIONS(5001), + [anon_sym_private] = ACTIONS(5001), + [anon_sym_internal] = ACTIONS(5001), + [anon_sym_protected] = ACTIONS(5001), + [anon_sym_tailrec] = ACTIONS(5001), + [anon_sym_operator] = ACTIONS(5001), + [anon_sym_infix] = ACTIONS(5001), + [anon_sym_inline] = ACTIONS(5001), + [anon_sym_external] = ACTIONS(5001), + [sym_property_modifier] = ACTIONS(5001), + [anon_sym_abstract] = ACTIONS(5001), + [anon_sym_final] = ACTIONS(5001), + [anon_sym_open] = ACTIONS(5001), + [anon_sym_vararg] = ACTIONS(5001), + [anon_sym_noinline] = ACTIONS(5001), + [anon_sym_crossinline] = ACTIONS(5001), + [anon_sym_expect] = ACTIONS(5001), + [anon_sym_actual] = ACTIONS(5001), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5003), + [anon_sym_continue_AT] = ACTIONS(5003), + [anon_sym_break_AT] = ACTIONS(5003), + [sym_real_literal] = ACTIONS(5003), + [sym_integer_literal] = ACTIONS(5001), + [sym_hex_literal] = ACTIONS(5003), + [sym_bin_literal] = ACTIONS(5003), + [anon_sym_true] = ACTIONS(5001), + [anon_sym_false] = ACTIONS(5001), + [anon_sym_SQUOTE] = ACTIONS(5003), + [sym__backtick_identifier] = ACTIONS(5003), + [sym__automatic_semicolon] = ACTIONS(5003), + [sym_safe_nav] = ACTIONS(5003), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5003), }, - [1154] = { + [1163] = { [sym__alpha_identifier] = ACTIONS(5005), [anon_sym_AT] = ACTIONS(5007), [anon_sym_LBRACK] = ACTIONS(5007), @@ -167155,316 +168190,316 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(5007), }, - [1155] = { - [sym__alpha_identifier] = ACTIONS(5009), - [anon_sym_AT] = ACTIONS(5011), - [anon_sym_LBRACK] = ACTIONS(5011), - [anon_sym_as] = ACTIONS(5009), - [anon_sym_EQ] = ACTIONS(5009), - [anon_sym_LBRACE] = ACTIONS(5011), - [anon_sym_RBRACE] = ACTIONS(5011), - [anon_sym_LPAREN] = ACTIONS(5011), - [anon_sym_COMMA] = ACTIONS(5011), - [anon_sym_LT] = ACTIONS(5009), - [anon_sym_GT] = ACTIONS(5009), - [anon_sym_where] = ACTIONS(5009), - [anon_sym_object] = ACTIONS(5009), - [anon_sym_fun] = ACTIONS(5009), - [anon_sym_DOT] = ACTIONS(5009), - [anon_sym_SEMI] = ACTIONS(5011), - [anon_sym_get] = ACTIONS(5009), - [anon_sym_set] = ACTIONS(5009), - [anon_sym_this] = ACTIONS(5009), - [anon_sym_super] = ACTIONS(5009), - [anon_sym_STAR] = ACTIONS(5009), - [sym_label] = ACTIONS(5009), - [anon_sym_in] = ACTIONS(5009), - [anon_sym_DOT_DOT] = ACTIONS(5011), - [anon_sym_QMARK_COLON] = ACTIONS(5011), - [anon_sym_AMP_AMP] = ACTIONS(5011), - [anon_sym_PIPE_PIPE] = ACTIONS(5011), - [anon_sym_null] = ACTIONS(5009), - [anon_sym_if] = ACTIONS(5009), - [anon_sym_else] = ACTIONS(5009), - [anon_sym_when] = ACTIONS(5009), - [anon_sym_try] = ACTIONS(5009), - [anon_sym_throw] = ACTIONS(5009), - [anon_sym_return] = ACTIONS(5009), - [anon_sym_continue] = ACTIONS(5009), - [anon_sym_break] = ACTIONS(5009), - [anon_sym_COLON_COLON] = ACTIONS(5011), - [anon_sym_PLUS_EQ] = ACTIONS(5011), - [anon_sym_DASH_EQ] = ACTIONS(5011), - [anon_sym_STAR_EQ] = ACTIONS(5011), - [anon_sym_SLASH_EQ] = ACTIONS(5011), - [anon_sym_PERCENT_EQ] = ACTIONS(5011), - [anon_sym_BANG_EQ] = ACTIONS(5009), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5011), - [anon_sym_EQ_EQ] = ACTIONS(5009), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5011), - [anon_sym_LT_EQ] = ACTIONS(5011), - [anon_sym_GT_EQ] = ACTIONS(5011), - [anon_sym_BANGin] = ACTIONS(5011), - [anon_sym_is] = ACTIONS(5009), - [anon_sym_BANGis] = ACTIONS(5011), - [anon_sym_PLUS] = ACTIONS(5009), - [anon_sym_DASH] = ACTIONS(5009), - [anon_sym_SLASH] = ACTIONS(5009), - [anon_sym_PERCENT] = ACTIONS(5009), - [anon_sym_as_QMARK] = ACTIONS(5011), - [anon_sym_PLUS_PLUS] = ACTIONS(5011), - [anon_sym_DASH_DASH] = ACTIONS(5011), - [anon_sym_BANG] = ACTIONS(5009), - [anon_sym_BANG_BANG] = ACTIONS(5011), - [anon_sym_suspend] = ACTIONS(5009), - [anon_sym_sealed] = ACTIONS(5009), - [anon_sym_annotation] = ACTIONS(5009), - [anon_sym_data] = ACTIONS(5009), - [anon_sym_inner] = ACTIONS(5009), - [anon_sym_override] = ACTIONS(5009), - [anon_sym_lateinit] = ACTIONS(5009), - [anon_sym_public] = ACTIONS(5009), - [anon_sym_private] = ACTIONS(5009), - [anon_sym_internal] = ACTIONS(5009), - [anon_sym_protected] = ACTIONS(5009), - [anon_sym_tailrec] = ACTIONS(5009), - [anon_sym_operator] = ACTIONS(5009), - [anon_sym_infix] = ACTIONS(5009), - [anon_sym_inline] = ACTIONS(5009), - [anon_sym_external] = ACTIONS(5009), - [sym_property_modifier] = ACTIONS(5009), - [anon_sym_abstract] = ACTIONS(5009), - [anon_sym_final] = ACTIONS(5009), - [anon_sym_open] = ACTIONS(5009), - [anon_sym_vararg] = ACTIONS(5009), - [anon_sym_noinline] = ACTIONS(5009), - [anon_sym_crossinline] = ACTIONS(5009), - [anon_sym_expect] = ACTIONS(5009), - [anon_sym_actual] = ACTIONS(5009), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5011), - [anon_sym_continue_AT] = ACTIONS(5011), - [anon_sym_break_AT] = ACTIONS(5011), - [sym_real_literal] = ACTIONS(5011), - [sym_integer_literal] = ACTIONS(5009), - [sym_hex_literal] = ACTIONS(5011), - [sym_bin_literal] = ACTIONS(5011), - [anon_sym_true] = ACTIONS(5009), - [anon_sym_false] = ACTIONS(5009), - [anon_sym_SQUOTE] = ACTIONS(5011), - [sym__backtick_identifier] = ACTIONS(5011), - [sym__automatic_semicolon] = ACTIONS(5011), - [sym_safe_nav] = ACTIONS(5011), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5011), + [1164] = { + [sym_getter] = STATE(9095), + [sym_setter] = STATE(9095), + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(1752), + [sym__comparison_operator] = STATE(1753), + [sym__in_operator] = STATE(1754), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(1755), + [sym__multiplicative_operator] = STATE(1756), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_modifiers] = STATE(8728), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1758), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(4156), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(5009), + [anon_sym_get] = ACTIONS(4838), + [anon_sym_set] = ACTIONS(4840), + [anon_sym_STAR] = ACTIONS(4164), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(4166), + [anon_sym_while] = ACTIONS(1752), + [anon_sym_DOT_DOT] = ACTIONS(4168), + [anon_sym_QMARK_COLON] = ACTIONS(4170), + [anon_sym_AMP_AMP] = ACTIONS(4172), + [anon_sym_PIPE_PIPE] = ACTIONS(4174), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_BANG_EQ] = ACTIONS(4176), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4178), + [anon_sym_EQ_EQ] = ACTIONS(4176), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4178), + [anon_sym_LT_EQ] = ACTIONS(4180), + [anon_sym_GT_EQ] = ACTIONS(4180), + [anon_sym_BANGin] = ACTIONS(4182), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), + [anon_sym_PLUS] = ACTIONS(4184), + [anon_sym_DASH] = ACTIONS(4184), + [anon_sym_SLASH] = ACTIONS(4186), + [anon_sym_PERCENT] = ACTIONS(4164), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(1746), + [anon_sym_inner] = ACTIONS(1746), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(1748), + [anon_sym_actual] = ACTIONS(1748), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym_safe_nav] = ACTIONS(3420), + [sym_multiline_comment] = ACTIONS(3), }, - [1156] = { - [sym_class_body] = STATE(1089), - [sym__alpha_identifier] = ACTIONS(4517), - [anon_sym_AT] = ACTIONS(4519), - [anon_sym_COLON] = ACTIONS(5013), - [anon_sym_LBRACK] = ACTIONS(4519), - [anon_sym_as] = ACTIONS(4517), - [anon_sym_EQ] = ACTIONS(4517), - [anon_sym_LBRACE] = ACTIONS(3156), - [anon_sym_RBRACE] = ACTIONS(4519), - [anon_sym_LPAREN] = ACTIONS(4519), - [anon_sym_LT] = ACTIONS(4517), - [anon_sym_GT] = ACTIONS(4517), - [anon_sym_object] = ACTIONS(4517), - [anon_sym_fun] = ACTIONS(4517), - [anon_sym_DOT] = ACTIONS(4517), - [anon_sym_SEMI] = ACTIONS(4519), - [anon_sym_get] = ACTIONS(4517), - [anon_sym_set] = ACTIONS(4517), - [anon_sym_this] = ACTIONS(4517), - [anon_sym_super] = ACTIONS(4517), - [anon_sym_STAR] = ACTIONS(4517), - [sym_label] = ACTIONS(4517), - [anon_sym_in] = ACTIONS(4517), - [anon_sym_DOT_DOT] = ACTIONS(4519), - [anon_sym_QMARK_COLON] = ACTIONS(4519), - [anon_sym_AMP_AMP] = ACTIONS(4519), - [anon_sym_PIPE_PIPE] = ACTIONS(4519), - [anon_sym_null] = ACTIONS(4517), - [anon_sym_if] = ACTIONS(4517), - [anon_sym_else] = ACTIONS(4517), - [anon_sym_when] = ACTIONS(4517), - [anon_sym_try] = ACTIONS(4517), - [anon_sym_throw] = ACTIONS(4517), - [anon_sym_return] = ACTIONS(4517), - [anon_sym_continue] = ACTIONS(4517), - [anon_sym_break] = ACTIONS(4517), - [anon_sym_COLON_COLON] = ACTIONS(4519), - [anon_sym_PLUS_EQ] = ACTIONS(4519), - [anon_sym_DASH_EQ] = ACTIONS(4519), - [anon_sym_STAR_EQ] = ACTIONS(4519), - [anon_sym_SLASH_EQ] = ACTIONS(4519), - [anon_sym_PERCENT_EQ] = ACTIONS(4519), - [anon_sym_BANG_EQ] = ACTIONS(4517), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4519), - [anon_sym_EQ_EQ] = ACTIONS(4517), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4519), - [anon_sym_LT_EQ] = ACTIONS(4519), - [anon_sym_GT_EQ] = ACTIONS(4519), - [anon_sym_BANGin] = ACTIONS(4519), - [anon_sym_is] = ACTIONS(4517), - [anon_sym_BANGis] = ACTIONS(4519), - [anon_sym_PLUS] = ACTIONS(4517), - [anon_sym_DASH] = ACTIONS(4517), - [anon_sym_SLASH] = ACTIONS(4517), - [anon_sym_PERCENT] = ACTIONS(4517), - [anon_sym_as_QMARK] = ACTIONS(4519), - [anon_sym_PLUS_PLUS] = ACTIONS(4519), - [anon_sym_DASH_DASH] = ACTIONS(4519), - [anon_sym_BANG] = ACTIONS(4517), - [anon_sym_BANG_BANG] = ACTIONS(4519), - [anon_sym_suspend] = ACTIONS(4517), - [anon_sym_sealed] = ACTIONS(4517), - [anon_sym_annotation] = ACTIONS(4517), - [anon_sym_data] = ACTIONS(4517), - [anon_sym_inner] = ACTIONS(4517), - [anon_sym_override] = ACTIONS(4517), - [anon_sym_lateinit] = ACTIONS(4517), - [anon_sym_public] = ACTIONS(4517), - [anon_sym_private] = ACTIONS(4517), - [anon_sym_internal] = ACTIONS(4517), - [anon_sym_protected] = ACTIONS(4517), - [anon_sym_tailrec] = ACTIONS(4517), - [anon_sym_operator] = ACTIONS(4517), - [anon_sym_infix] = ACTIONS(4517), - [anon_sym_inline] = ACTIONS(4517), - [anon_sym_external] = ACTIONS(4517), - [sym_property_modifier] = ACTIONS(4517), - [anon_sym_abstract] = ACTIONS(4517), - [anon_sym_final] = ACTIONS(4517), - [anon_sym_open] = ACTIONS(4517), - [anon_sym_vararg] = ACTIONS(4517), - [anon_sym_noinline] = ACTIONS(4517), - [anon_sym_crossinline] = ACTIONS(4517), - [anon_sym_expect] = ACTIONS(4517), - [anon_sym_actual] = ACTIONS(4517), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4519), - [anon_sym_continue_AT] = ACTIONS(4519), - [anon_sym_break_AT] = ACTIONS(4519), - [sym_real_literal] = ACTIONS(4519), - [sym_integer_literal] = ACTIONS(4517), - [sym_hex_literal] = ACTIONS(4519), - [sym_bin_literal] = ACTIONS(4519), - [anon_sym_true] = ACTIONS(4517), - [anon_sym_false] = ACTIONS(4517), - [anon_sym_SQUOTE] = ACTIONS(4519), - [sym__backtick_identifier] = ACTIONS(4519), - [sym__automatic_semicolon] = ACTIONS(4519), - [sym_safe_nav] = ACTIONS(4519), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4519), + [1165] = { + [sym__alpha_identifier] = ACTIONS(5011), + [anon_sym_AT] = ACTIONS(5013), + [anon_sym_LBRACK] = ACTIONS(5013), + [anon_sym_as] = ACTIONS(5011), + [anon_sym_EQ] = ACTIONS(5011), + [anon_sym_LBRACE] = ACTIONS(5013), + [anon_sym_RBRACE] = ACTIONS(5013), + [anon_sym_LPAREN] = ACTIONS(5013), + [anon_sym_COMMA] = ACTIONS(5013), + [anon_sym_LT] = ACTIONS(5011), + [anon_sym_GT] = ACTIONS(5011), + [anon_sym_where] = ACTIONS(5011), + [anon_sym_object] = ACTIONS(5011), + [anon_sym_fun] = ACTIONS(5011), + [anon_sym_DOT] = ACTIONS(5011), + [anon_sym_SEMI] = ACTIONS(5013), + [anon_sym_get] = ACTIONS(5011), + [anon_sym_set] = ACTIONS(5011), + [anon_sym_this] = ACTIONS(5011), + [anon_sym_super] = ACTIONS(5011), + [anon_sym_STAR] = ACTIONS(5011), + [sym_label] = ACTIONS(5011), + [anon_sym_in] = ACTIONS(5011), + [anon_sym_DOT_DOT] = ACTIONS(5013), + [anon_sym_QMARK_COLON] = ACTIONS(5013), + [anon_sym_AMP_AMP] = ACTIONS(5013), + [anon_sym_PIPE_PIPE] = ACTIONS(5013), + [anon_sym_null] = ACTIONS(5011), + [anon_sym_if] = ACTIONS(5011), + [anon_sym_else] = ACTIONS(5011), + [anon_sym_when] = ACTIONS(5011), + [anon_sym_try] = ACTIONS(5011), + [anon_sym_throw] = ACTIONS(5011), + [anon_sym_return] = ACTIONS(5011), + [anon_sym_continue] = ACTIONS(5011), + [anon_sym_break] = ACTIONS(5011), + [anon_sym_COLON_COLON] = ACTIONS(5013), + [anon_sym_PLUS_EQ] = ACTIONS(5013), + [anon_sym_DASH_EQ] = ACTIONS(5013), + [anon_sym_STAR_EQ] = ACTIONS(5013), + [anon_sym_SLASH_EQ] = ACTIONS(5013), + [anon_sym_PERCENT_EQ] = ACTIONS(5013), + [anon_sym_BANG_EQ] = ACTIONS(5011), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5013), + [anon_sym_EQ_EQ] = ACTIONS(5011), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5013), + [anon_sym_LT_EQ] = ACTIONS(5013), + [anon_sym_GT_EQ] = ACTIONS(5013), + [anon_sym_BANGin] = ACTIONS(5013), + [anon_sym_is] = ACTIONS(5011), + [anon_sym_BANGis] = ACTIONS(5013), + [anon_sym_PLUS] = ACTIONS(5011), + [anon_sym_DASH] = ACTIONS(5011), + [anon_sym_SLASH] = ACTIONS(5011), + [anon_sym_PERCENT] = ACTIONS(5011), + [anon_sym_as_QMARK] = ACTIONS(5013), + [anon_sym_PLUS_PLUS] = ACTIONS(5013), + [anon_sym_DASH_DASH] = ACTIONS(5013), + [anon_sym_BANG] = ACTIONS(5011), + [anon_sym_BANG_BANG] = ACTIONS(5013), + [anon_sym_suspend] = ACTIONS(5011), + [anon_sym_sealed] = ACTIONS(5011), + [anon_sym_annotation] = ACTIONS(5011), + [anon_sym_data] = ACTIONS(5011), + [anon_sym_inner] = ACTIONS(5011), + [anon_sym_override] = ACTIONS(5011), + [anon_sym_lateinit] = ACTIONS(5011), + [anon_sym_public] = ACTIONS(5011), + [anon_sym_private] = ACTIONS(5011), + [anon_sym_internal] = ACTIONS(5011), + [anon_sym_protected] = ACTIONS(5011), + [anon_sym_tailrec] = ACTIONS(5011), + [anon_sym_operator] = ACTIONS(5011), + [anon_sym_infix] = ACTIONS(5011), + [anon_sym_inline] = ACTIONS(5011), + [anon_sym_external] = ACTIONS(5011), + [sym_property_modifier] = ACTIONS(5011), + [anon_sym_abstract] = ACTIONS(5011), + [anon_sym_final] = ACTIONS(5011), + [anon_sym_open] = ACTIONS(5011), + [anon_sym_vararg] = ACTIONS(5011), + [anon_sym_noinline] = ACTIONS(5011), + [anon_sym_crossinline] = ACTIONS(5011), + [anon_sym_expect] = ACTIONS(5011), + [anon_sym_actual] = ACTIONS(5011), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5013), + [anon_sym_continue_AT] = ACTIONS(5013), + [anon_sym_break_AT] = ACTIONS(5013), + [sym_real_literal] = ACTIONS(5013), + [sym_integer_literal] = ACTIONS(5011), + [sym_hex_literal] = ACTIONS(5013), + [sym_bin_literal] = ACTIONS(5013), + [anon_sym_true] = ACTIONS(5011), + [anon_sym_false] = ACTIONS(5011), + [anon_sym_SQUOTE] = ACTIONS(5013), + [sym__backtick_identifier] = ACTIONS(5013), + [sym__automatic_semicolon] = ACTIONS(5013), + [sym_safe_nav] = ACTIONS(5013), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5013), }, - [1157] = { - [sym__alpha_identifier] = ACTIONS(4336), - [anon_sym_AT] = ACTIONS(4338), - [anon_sym_LBRACK] = ACTIONS(4338), - [anon_sym_as] = ACTIONS(4336), - [anon_sym_EQ] = ACTIONS(4336), - [anon_sym_LBRACE] = ACTIONS(4338), - [anon_sym_RBRACE] = ACTIONS(4338), - [anon_sym_LPAREN] = ACTIONS(4338), - [anon_sym_COMMA] = ACTIONS(4338), - [anon_sym_LT] = ACTIONS(4336), - [anon_sym_GT] = ACTIONS(4336), - [anon_sym_where] = ACTIONS(4336), - [anon_sym_object] = ACTIONS(4336), - [anon_sym_fun] = ACTIONS(4336), - [anon_sym_DOT] = ACTIONS(4336), - [anon_sym_SEMI] = ACTIONS(4338), - [anon_sym_get] = ACTIONS(4336), - [anon_sym_set] = ACTIONS(4336), - [anon_sym_this] = ACTIONS(4336), - [anon_sym_super] = ACTIONS(4336), - [anon_sym_STAR] = ACTIONS(4336), - [sym_label] = ACTIONS(4336), - [anon_sym_in] = ACTIONS(4336), - [anon_sym_DOT_DOT] = ACTIONS(4338), - [anon_sym_QMARK_COLON] = ACTIONS(4338), - [anon_sym_AMP_AMP] = ACTIONS(4338), - [anon_sym_PIPE_PIPE] = ACTIONS(4338), - [anon_sym_null] = ACTIONS(4336), - [anon_sym_if] = ACTIONS(4336), - [anon_sym_else] = ACTIONS(4336), - [anon_sym_when] = ACTIONS(4336), - [anon_sym_try] = ACTIONS(4336), - [anon_sym_throw] = ACTIONS(4336), - [anon_sym_return] = ACTIONS(4336), - [anon_sym_continue] = ACTIONS(4336), - [anon_sym_break] = ACTIONS(4336), - [anon_sym_COLON_COLON] = ACTIONS(4338), - [anon_sym_PLUS_EQ] = ACTIONS(4338), - [anon_sym_DASH_EQ] = ACTIONS(4338), - [anon_sym_STAR_EQ] = ACTIONS(4338), - [anon_sym_SLASH_EQ] = ACTIONS(4338), - [anon_sym_PERCENT_EQ] = ACTIONS(4338), - [anon_sym_BANG_EQ] = ACTIONS(4336), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4338), - [anon_sym_EQ_EQ] = ACTIONS(4336), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4338), - [anon_sym_LT_EQ] = ACTIONS(4338), - [anon_sym_GT_EQ] = ACTIONS(4338), - [anon_sym_BANGin] = ACTIONS(4338), - [anon_sym_is] = ACTIONS(4336), - [anon_sym_BANGis] = ACTIONS(4338), - [anon_sym_PLUS] = ACTIONS(4336), - [anon_sym_DASH] = ACTIONS(4336), - [anon_sym_SLASH] = ACTIONS(4336), - [anon_sym_PERCENT] = ACTIONS(4336), - [anon_sym_as_QMARK] = ACTIONS(4338), - [anon_sym_PLUS_PLUS] = ACTIONS(4338), - [anon_sym_DASH_DASH] = ACTIONS(4338), - [anon_sym_BANG] = ACTIONS(4336), - [anon_sym_BANG_BANG] = ACTIONS(4338), - [anon_sym_suspend] = ACTIONS(4336), - [anon_sym_sealed] = ACTIONS(4336), - [anon_sym_annotation] = ACTIONS(4336), - [anon_sym_data] = ACTIONS(4336), - [anon_sym_inner] = ACTIONS(4336), - [anon_sym_override] = ACTIONS(4336), - [anon_sym_lateinit] = ACTIONS(4336), - [anon_sym_public] = ACTIONS(4336), - [anon_sym_private] = ACTIONS(4336), - [anon_sym_internal] = ACTIONS(4336), - [anon_sym_protected] = ACTIONS(4336), - [anon_sym_tailrec] = ACTIONS(4336), - [anon_sym_operator] = ACTIONS(4336), - [anon_sym_infix] = ACTIONS(4336), - [anon_sym_inline] = ACTIONS(4336), - [anon_sym_external] = ACTIONS(4336), - [sym_property_modifier] = ACTIONS(4336), - [anon_sym_abstract] = ACTIONS(4336), - [anon_sym_final] = ACTIONS(4336), - [anon_sym_open] = ACTIONS(4336), - [anon_sym_vararg] = ACTIONS(4336), - [anon_sym_noinline] = ACTIONS(4336), - [anon_sym_crossinline] = ACTIONS(4336), - [anon_sym_expect] = ACTIONS(4336), - [anon_sym_actual] = ACTIONS(4336), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4338), - [anon_sym_continue_AT] = ACTIONS(4338), - [anon_sym_break_AT] = ACTIONS(4338), - [sym_real_literal] = ACTIONS(4338), - [sym_integer_literal] = ACTIONS(4336), - [sym_hex_literal] = ACTIONS(4338), - [sym_bin_literal] = ACTIONS(4338), - [anon_sym_true] = ACTIONS(4336), - [anon_sym_false] = ACTIONS(4336), - [anon_sym_SQUOTE] = ACTIONS(4338), - [sym__backtick_identifier] = ACTIONS(4338), - [sym__automatic_semicolon] = ACTIONS(4338), - [sym_safe_nav] = ACTIONS(4338), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4338), + [1166] = { + [sym__alpha_identifier] = ACTIONS(4281), + [anon_sym_AT] = ACTIONS(4283), + [anon_sym_LBRACK] = ACTIONS(4283), + [anon_sym_as] = ACTIONS(4281), + [anon_sym_EQ] = ACTIONS(4281), + [anon_sym_LBRACE] = ACTIONS(4283), + [anon_sym_RBRACE] = ACTIONS(4283), + [anon_sym_LPAREN] = ACTIONS(4283), + [anon_sym_COMMA] = ACTIONS(4283), + [anon_sym_LT] = ACTIONS(4281), + [anon_sym_GT] = ACTIONS(4281), + [anon_sym_where] = ACTIONS(4281), + [anon_sym_object] = ACTIONS(4281), + [anon_sym_fun] = ACTIONS(4281), + [anon_sym_DOT] = ACTIONS(4281), + [anon_sym_SEMI] = ACTIONS(4283), + [anon_sym_get] = ACTIONS(4281), + [anon_sym_set] = ACTIONS(4281), + [anon_sym_this] = ACTIONS(4281), + [anon_sym_super] = ACTIONS(4281), + [anon_sym_STAR] = ACTIONS(4281), + [sym_label] = ACTIONS(4281), + [anon_sym_in] = ACTIONS(4281), + [anon_sym_DOT_DOT] = ACTIONS(4283), + [anon_sym_QMARK_COLON] = ACTIONS(4283), + [anon_sym_AMP_AMP] = ACTIONS(4283), + [anon_sym_PIPE_PIPE] = ACTIONS(4283), + [anon_sym_null] = ACTIONS(4281), + [anon_sym_if] = ACTIONS(4281), + [anon_sym_else] = ACTIONS(4281), + [anon_sym_when] = ACTIONS(4281), + [anon_sym_try] = ACTIONS(4281), + [anon_sym_throw] = ACTIONS(4281), + [anon_sym_return] = ACTIONS(4281), + [anon_sym_continue] = ACTIONS(4281), + [anon_sym_break] = ACTIONS(4281), + [anon_sym_COLON_COLON] = ACTIONS(4283), + [anon_sym_PLUS_EQ] = ACTIONS(4283), + [anon_sym_DASH_EQ] = ACTIONS(4283), + [anon_sym_STAR_EQ] = ACTIONS(4283), + [anon_sym_SLASH_EQ] = ACTIONS(4283), + [anon_sym_PERCENT_EQ] = ACTIONS(4283), + [anon_sym_BANG_EQ] = ACTIONS(4281), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4283), + [anon_sym_EQ_EQ] = ACTIONS(4281), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4283), + [anon_sym_LT_EQ] = ACTIONS(4283), + [anon_sym_GT_EQ] = ACTIONS(4283), + [anon_sym_BANGin] = ACTIONS(4283), + [anon_sym_is] = ACTIONS(4281), + [anon_sym_BANGis] = ACTIONS(4283), + [anon_sym_PLUS] = ACTIONS(4281), + [anon_sym_DASH] = ACTIONS(4281), + [anon_sym_SLASH] = ACTIONS(4281), + [anon_sym_PERCENT] = ACTIONS(4281), + [anon_sym_as_QMARK] = ACTIONS(4283), + [anon_sym_PLUS_PLUS] = ACTIONS(4283), + [anon_sym_DASH_DASH] = ACTIONS(4283), + [anon_sym_BANG] = ACTIONS(4281), + [anon_sym_BANG_BANG] = ACTIONS(4283), + [anon_sym_suspend] = ACTIONS(4281), + [anon_sym_sealed] = ACTIONS(4281), + [anon_sym_annotation] = ACTIONS(4281), + [anon_sym_data] = ACTIONS(4281), + [anon_sym_inner] = ACTIONS(4281), + [anon_sym_override] = ACTIONS(4281), + [anon_sym_lateinit] = ACTIONS(4281), + [anon_sym_public] = ACTIONS(4281), + [anon_sym_private] = ACTIONS(4281), + [anon_sym_internal] = ACTIONS(4281), + [anon_sym_protected] = ACTIONS(4281), + [anon_sym_tailrec] = ACTIONS(4281), + [anon_sym_operator] = ACTIONS(4281), + [anon_sym_infix] = ACTIONS(4281), + [anon_sym_inline] = ACTIONS(4281), + [anon_sym_external] = ACTIONS(4281), + [sym_property_modifier] = ACTIONS(4281), + [anon_sym_abstract] = ACTIONS(4281), + [anon_sym_final] = ACTIONS(4281), + [anon_sym_open] = ACTIONS(4281), + [anon_sym_vararg] = ACTIONS(4281), + [anon_sym_noinline] = ACTIONS(4281), + [anon_sym_crossinline] = ACTIONS(4281), + [anon_sym_expect] = ACTIONS(4281), + [anon_sym_actual] = ACTIONS(4281), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4283), + [anon_sym_continue_AT] = ACTIONS(4283), + [anon_sym_break_AT] = ACTIONS(4283), + [sym_real_literal] = ACTIONS(4283), + [sym_integer_literal] = ACTIONS(4281), + [sym_hex_literal] = ACTIONS(4283), + [sym_bin_literal] = ACTIONS(4283), + [anon_sym_true] = ACTIONS(4281), + [anon_sym_false] = ACTIONS(4281), + [anon_sym_SQUOTE] = ACTIONS(4283), + [sym__backtick_identifier] = ACTIONS(4283), + [sym__automatic_semicolon] = ACTIONS(4283), + [sym_safe_nav] = ACTIONS(4283), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4283), }, - [1158] = { + [1167] = { [sym__alpha_identifier] = ACTIONS(5015), [anon_sym_AT] = ACTIONS(5017), [anon_sym_LBRACK] = ACTIONS(5017), @@ -167567,110 +168602,110 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(5017), }, - [1159] = { - [sym__alpha_identifier] = ACTIONS(4386), - [anon_sym_AT] = ACTIONS(4388), - [anon_sym_LBRACK] = ACTIONS(4388), - [anon_sym_as] = ACTIONS(4386), - [anon_sym_EQ] = ACTIONS(4386), - [anon_sym_LBRACE] = ACTIONS(4388), - [anon_sym_RBRACE] = ACTIONS(4388), - [anon_sym_LPAREN] = ACTIONS(4388), - [anon_sym_COMMA] = ACTIONS(4388), - [anon_sym_LT] = ACTIONS(4386), - [anon_sym_GT] = ACTIONS(4386), - [anon_sym_where] = ACTIONS(4386), - [anon_sym_object] = ACTIONS(4386), - [anon_sym_fun] = ACTIONS(4386), - [anon_sym_DOT] = ACTIONS(4386), - [anon_sym_SEMI] = ACTIONS(4388), - [anon_sym_get] = ACTIONS(4386), - [anon_sym_set] = ACTIONS(4386), - [anon_sym_this] = ACTIONS(4386), - [anon_sym_super] = ACTIONS(4386), - [anon_sym_STAR] = ACTIONS(4386), - [sym_label] = ACTIONS(4386), - [anon_sym_in] = ACTIONS(4386), - [anon_sym_DOT_DOT] = ACTIONS(4388), - [anon_sym_QMARK_COLON] = ACTIONS(4388), - [anon_sym_AMP_AMP] = ACTIONS(4388), - [anon_sym_PIPE_PIPE] = ACTIONS(4388), - [anon_sym_null] = ACTIONS(4386), - [anon_sym_if] = ACTIONS(4386), - [anon_sym_else] = ACTIONS(4386), - [anon_sym_when] = ACTIONS(4386), - [anon_sym_try] = ACTIONS(4386), - [anon_sym_throw] = ACTIONS(4386), - [anon_sym_return] = ACTIONS(4386), - [anon_sym_continue] = ACTIONS(4386), - [anon_sym_break] = ACTIONS(4386), - [anon_sym_COLON_COLON] = ACTIONS(4388), - [anon_sym_PLUS_EQ] = ACTIONS(4388), - [anon_sym_DASH_EQ] = ACTIONS(4388), - [anon_sym_STAR_EQ] = ACTIONS(4388), - [anon_sym_SLASH_EQ] = ACTIONS(4388), - [anon_sym_PERCENT_EQ] = ACTIONS(4388), - [anon_sym_BANG_EQ] = ACTIONS(4386), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4388), - [anon_sym_EQ_EQ] = ACTIONS(4386), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4388), - [anon_sym_LT_EQ] = ACTIONS(4388), - [anon_sym_GT_EQ] = ACTIONS(4388), - [anon_sym_BANGin] = ACTIONS(4388), - [anon_sym_is] = ACTIONS(4386), - [anon_sym_BANGis] = ACTIONS(4388), - [anon_sym_PLUS] = ACTIONS(4386), - [anon_sym_DASH] = ACTIONS(4386), - [anon_sym_SLASH] = ACTIONS(4386), - [anon_sym_PERCENT] = ACTIONS(4386), - [anon_sym_as_QMARK] = ACTIONS(4388), - [anon_sym_PLUS_PLUS] = ACTIONS(4388), - [anon_sym_DASH_DASH] = ACTIONS(4388), - [anon_sym_BANG] = ACTIONS(4386), - [anon_sym_BANG_BANG] = ACTIONS(4388), - [anon_sym_suspend] = ACTIONS(4386), - [anon_sym_sealed] = ACTIONS(4386), - [anon_sym_annotation] = ACTIONS(4386), - [anon_sym_data] = ACTIONS(4386), - [anon_sym_inner] = ACTIONS(4386), - [anon_sym_override] = ACTIONS(4386), - [anon_sym_lateinit] = ACTIONS(4386), - [anon_sym_public] = ACTIONS(4386), - [anon_sym_private] = ACTIONS(4386), - [anon_sym_internal] = ACTIONS(4386), - [anon_sym_protected] = ACTIONS(4386), - [anon_sym_tailrec] = ACTIONS(4386), - [anon_sym_operator] = ACTIONS(4386), - [anon_sym_infix] = ACTIONS(4386), - [anon_sym_inline] = ACTIONS(4386), - [anon_sym_external] = ACTIONS(4386), - [sym_property_modifier] = ACTIONS(4386), - [anon_sym_abstract] = ACTIONS(4386), - [anon_sym_final] = ACTIONS(4386), - [anon_sym_open] = ACTIONS(4386), - [anon_sym_vararg] = ACTIONS(4386), - [anon_sym_noinline] = ACTIONS(4386), - [anon_sym_crossinline] = ACTIONS(4386), - [anon_sym_expect] = ACTIONS(4386), - [anon_sym_actual] = ACTIONS(4386), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4388), - [anon_sym_continue_AT] = ACTIONS(4388), - [anon_sym_break_AT] = ACTIONS(4388), - [sym_real_literal] = ACTIONS(4388), - [sym_integer_literal] = ACTIONS(4386), - [sym_hex_literal] = ACTIONS(4388), - [sym_bin_literal] = ACTIONS(4388), - [anon_sym_true] = ACTIONS(4386), - [anon_sym_false] = ACTIONS(4386), - [anon_sym_SQUOTE] = ACTIONS(4388), - [sym__backtick_identifier] = ACTIONS(4388), - [sym__automatic_semicolon] = ACTIONS(4388), - [sym_safe_nav] = ACTIONS(4388), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4388), + [1168] = { + [sym__alpha_identifier] = ACTIONS(4047), + [anon_sym_AT] = ACTIONS(4049), + [anon_sym_LBRACK] = ACTIONS(4049), + [anon_sym_as] = ACTIONS(4047), + [anon_sym_EQ] = ACTIONS(4047), + [anon_sym_LBRACE] = ACTIONS(4049), + [anon_sym_RBRACE] = ACTIONS(4049), + [anon_sym_LPAREN] = ACTIONS(4049), + [anon_sym_COMMA] = ACTIONS(4049), + [anon_sym_LT] = ACTIONS(4047), + [anon_sym_GT] = ACTIONS(4047), + [anon_sym_where] = ACTIONS(4047), + [anon_sym_object] = ACTIONS(4047), + [anon_sym_fun] = ACTIONS(4047), + [anon_sym_DOT] = ACTIONS(4047), + [anon_sym_SEMI] = ACTIONS(4049), + [anon_sym_get] = ACTIONS(4047), + [anon_sym_set] = ACTIONS(4047), + [anon_sym_this] = ACTIONS(4047), + [anon_sym_super] = ACTIONS(4047), + [anon_sym_STAR] = ACTIONS(4047), + [sym_label] = ACTIONS(4047), + [anon_sym_in] = ACTIONS(4047), + [anon_sym_DOT_DOT] = ACTIONS(4049), + [anon_sym_QMARK_COLON] = ACTIONS(4049), + [anon_sym_AMP_AMP] = ACTIONS(4049), + [anon_sym_PIPE_PIPE] = ACTIONS(4049), + [anon_sym_null] = ACTIONS(4047), + [anon_sym_if] = ACTIONS(4047), + [anon_sym_else] = ACTIONS(4047), + [anon_sym_when] = ACTIONS(4047), + [anon_sym_try] = ACTIONS(4047), + [anon_sym_throw] = ACTIONS(4047), + [anon_sym_return] = ACTIONS(4047), + [anon_sym_continue] = ACTIONS(4047), + [anon_sym_break] = ACTIONS(4047), + [anon_sym_COLON_COLON] = ACTIONS(4049), + [anon_sym_PLUS_EQ] = ACTIONS(4049), + [anon_sym_DASH_EQ] = ACTIONS(4049), + [anon_sym_STAR_EQ] = ACTIONS(4049), + [anon_sym_SLASH_EQ] = ACTIONS(4049), + [anon_sym_PERCENT_EQ] = ACTIONS(4049), + [anon_sym_BANG_EQ] = ACTIONS(4047), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4049), + [anon_sym_EQ_EQ] = ACTIONS(4047), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4049), + [anon_sym_LT_EQ] = ACTIONS(4049), + [anon_sym_GT_EQ] = ACTIONS(4049), + [anon_sym_BANGin] = ACTIONS(4049), + [anon_sym_is] = ACTIONS(4047), + [anon_sym_BANGis] = ACTIONS(4049), + [anon_sym_PLUS] = ACTIONS(4047), + [anon_sym_DASH] = ACTIONS(4047), + [anon_sym_SLASH] = ACTIONS(4047), + [anon_sym_PERCENT] = ACTIONS(4047), + [anon_sym_as_QMARK] = ACTIONS(4049), + [anon_sym_PLUS_PLUS] = ACTIONS(4049), + [anon_sym_DASH_DASH] = ACTIONS(4049), + [anon_sym_BANG] = ACTIONS(4047), + [anon_sym_BANG_BANG] = ACTIONS(4049), + [anon_sym_suspend] = ACTIONS(4047), + [anon_sym_sealed] = ACTIONS(4047), + [anon_sym_annotation] = ACTIONS(4047), + [anon_sym_data] = ACTIONS(4047), + [anon_sym_inner] = ACTIONS(4047), + [anon_sym_override] = ACTIONS(4047), + [anon_sym_lateinit] = ACTIONS(4047), + [anon_sym_public] = ACTIONS(4047), + [anon_sym_private] = ACTIONS(4047), + [anon_sym_internal] = ACTIONS(4047), + [anon_sym_protected] = ACTIONS(4047), + [anon_sym_tailrec] = ACTIONS(4047), + [anon_sym_operator] = ACTIONS(4047), + [anon_sym_infix] = ACTIONS(4047), + [anon_sym_inline] = ACTIONS(4047), + [anon_sym_external] = ACTIONS(4047), + [sym_property_modifier] = ACTIONS(4047), + [anon_sym_abstract] = ACTIONS(4047), + [anon_sym_final] = ACTIONS(4047), + [anon_sym_open] = ACTIONS(4047), + [anon_sym_vararg] = ACTIONS(4047), + [anon_sym_noinline] = ACTIONS(4047), + [anon_sym_crossinline] = ACTIONS(4047), + [anon_sym_expect] = ACTIONS(4047), + [anon_sym_actual] = ACTIONS(4047), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4049), + [anon_sym_continue_AT] = ACTIONS(4049), + [anon_sym_break_AT] = ACTIONS(4049), + [sym_real_literal] = ACTIONS(4049), + [sym_integer_literal] = ACTIONS(4047), + [sym_hex_literal] = ACTIONS(4049), + [sym_bin_literal] = ACTIONS(4049), + [anon_sym_true] = ACTIONS(4047), + [anon_sym_false] = ACTIONS(4047), + [anon_sym_SQUOTE] = ACTIONS(4049), + [sym__backtick_identifier] = ACTIONS(4049), + [sym__automatic_semicolon] = ACTIONS(4049), + [sym_safe_nav] = ACTIONS(4049), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4049), }, - [1160] = { + [1169] = { [sym__alpha_identifier] = ACTIONS(5019), [anon_sym_AT] = ACTIONS(5021), [anon_sym_LBRACK] = ACTIONS(5021), @@ -167773,110 +168808,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(5021), }, - [1161] = { - [sym__alpha_identifier] = ACTIONS(4495), - [anon_sym_AT] = ACTIONS(4497), - [anon_sym_LBRACK] = ACTIONS(4497), - [anon_sym_as] = ACTIONS(4495), - [anon_sym_EQ] = ACTIONS(4495), - [anon_sym_LBRACE] = ACTIONS(4497), - [anon_sym_RBRACE] = ACTIONS(4497), - [anon_sym_LPAREN] = ACTIONS(4497), - [anon_sym_COMMA] = ACTIONS(4497), - [anon_sym_LT] = ACTIONS(4495), - [anon_sym_GT] = ACTIONS(4495), - [anon_sym_where] = ACTIONS(4495), - [anon_sym_object] = ACTIONS(4495), - [anon_sym_fun] = ACTIONS(4495), - [anon_sym_DOT] = ACTIONS(4495), - [anon_sym_SEMI] = ACTIONS(4497), - [anon_sym_get] = ACTIONS(4495), - [anon_sym_set] = ACTIONS(4495), - [anon_sym_this] = ACTIONS(4495), - [anon_sym_super] = ACTIONS(4495), - [anon_sym_STAR] = ACTIONS(4495), - [sym_label] = ACTIONS(4495), - [anon_sym_in] = ACTIONS(4495), - [anon_sym_DOT_DOT] = ACTIONS(4497), - [anon_sym_QMARK_COLON] = ACTIONS(4497), - [anon_sym_AMP_AMP] = ACTIONS(4497), - [anon_sym_PIPE_PIPE] = ACTIONS(4497), - [anon_sym_null] = ACTIONS(4495), - [anon_sym_if] = ACTIONS(4495), - [anon_sym_else] = ACTIONS(4495), - [anon_sym_when] = ACTIONS(4495), - [anon_sym_try] = ACTIONS(4495), - [anon_sym_throw] = ACTIONS(4495), - [anon_sym_return] = ACTIONS(4495), - [anon_sym_continue] = ACTIONS(4495), - [anon_sym_break] = ACTIONS(4495), - [anon_sym_COLON_COLON] = ACTIONS(4497), - [anon_sym_PLUS_EQ] = ACTIONS(4497), - [anon_sym_DASH_EQ] = ACTIONS(4497), - [anon_sym_STAR_EQ] = ACTIONS(4497), - [anon_sym_SLASH_EQ] = ACTIONS(4497), - [anon_sym_PERCENT_EQ] = ACTIONS(4497), - [anon_sym_BANG_EQ] = ACTIONS(4495), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4497), - [anon_sym_EQ_EQ] = ACTIONS(4495), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4497), - [anon_sym_LT_EQ] = ACTIONS(4497), - [anon_sym_GT_EQ] = ACTIONS(4497), - [anon_sym_BANGin] = ACTIONS(4497), - [anon_sym_is] = ACTIONS(4495), - [anon_sym_BANGis] = ACTIONS(4497), - [anon_sym_PLUS] = ACTIONS(4495), - [anon_sym_DASH] = ACTIONS(4495), - [anon_sym_SLASH] = ACTIONS(4495), - [anon_sym_PERCENT] = ACTIONS(4495), - [anon_sym_as_QMARK] = ACTIONS(4497), - [anon_sym_PLUS_PLUS] = ACTIONS(4497), - [anon_sym_DASH_DASH] = ACTIONS(4497), - [anon_sym_BANG] = ACTIONS(4495), - [anon_sym_BANG_BANG] = ACTIONS(4497), - [anon_sym_suspend] = ACTIONS(4495), - [anon_sym_sealed] = ACTIONS(4495), - [anon_sym_annotation] = ACTIONS(4495), - [anon_sym_data] = ACTIONS(4495), - [anon_sym_inner] = ACTIONS(4495), - [anon_sym_override] = ACTIONS(4495), - [anon_sym_lateinit] = ACTIONS(4495), - [anon_sym_public] = ACTIONS(4495), - [anon_sym_private] = ACTIONS(4495), - [anon_sym_internal] = ACTIONS(4495), - [anon_sym_protected] = ACTIONS(4495), - [anon_sym_tailrec] = ACTIONS(4495), - [anon_sym_operator] = ACTIONS(4495), - [anon_sym_infix] = ACTIONS(4495), - [anon_sym_inline] = ACTIONS(4495), - [anon_sym_external] = ACTIONS(4495), - [sym_property_modifier] = ACTIONS(4495), - [anon_sym_abstract] = ACTIONS(4495), - [anon_sym_final] = ACTIONS(4495), - [anon_sym_open] = ACTIONS(4495), - [anon_sym_vararg] = ACTIONS(4495), - [anon_sym_noinline] = ACTIONS(4495), - [anon_sym_crossinline] = ACTIONS(4495), - [anon_sym_expect] = ACTIONS(4495), - [anon_sym_actual] = ACTIONS(4495), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4497), - [anon_sym_continue_AT] = ACTIONS(4497), - [anon_sym_break_AT] = ACTIONS(4497), - [sym_real_literal] = ACTIONS(4497), - [sym_integer_literal] = ACTIONS(4495), - [sym_hex_literal] = ACTIONS(4497), - [sym_bin_literal] = ACTIONS(4497), - [anon_sym_true] = ACTIONS(4495), - [anon_sym_false] = ACTIONS(4495), - [anon_sym_SQUOTE] = ACTIONS(4497), - [sym__backtick_identifier] = ACTIONS(4497), - [sym__automatic_semicolon] = ACTIONS(4497), - [sym_safe_nav] = ACTIONS(4497), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4497), - }, - [1162] = { + [1170] = { [sym__alpha_identifier] = ACTIONS(5023), [anon_sym_AT] = ACTIONS(5025), [anon_sym_LBRACK] = ACTIONS(5025), @@ -167979,7 +168911,110 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(5025), }, - [1163] = { + [1171] = { + [sym__alpha_identifier] = ACTIONS(4519), + [anon_sym_AT] = ACTIONS(4521), + [anon_sym_LBRACK] = ACTIONS(4521), + [anon_sym_as] = ACTIONS(4519), + [anon_sym_EQ] = ACTIONS(4519), + [anon_sym_LBRACE] = ACTIONS(4521), + [anon_sym_RBRACE] = ACTIONS(4521), + [anon_sym_LPAREN] = ACTIONS(4521), + [anon_sym_COMMA] = ACTIONS(4521), + [anon_sym_LT] = ACTIONS(4519), + [anon_sym_GT] = ACTIONS(4519), + [anon_sym_where] = ACTIONS(4519), + [anon_sym_object] = ACTIONS(4519), + [anon_sym_fun] = ACTIONS(4519), + [anon_sym_DOT] = ACTIONS(4519), + [anon_sym_SEMI] = ACTIONS(4521), + [anon_sym_get] = ACTIONS(4519), + [anon_sym_set] = ACTIONS(4519), + [anon_sym_this] = ACTIONS(4519), + [anon_sym_super] = ACTIONS(4519), + [anon_sym_STAR] = ACTIONS(4519), + [sym_label] = ACTIONS(4519), + [anon_sym_in] = ACTIONS(4519), + [anon_sym_DOT_DOT] = ACTIONS(4521), + [anon_sym_QMARK_COLON] = ACTIONS(4521), + [anon_sym_AMP_AMP] = ACTIONS(4521), + [anon_sym_PIPE_PIPE] = ACTIONS(4521), + [anon_sym_null] = ACTIONS(4519), + [anon_sym_if] = ACTIONS(4519), + [anon_sym_else] = ACTIONS(4519), + [anon_sym_when] = ACTIONS(4519), + [anon_sym_try] = ACTIONS(4519), + [anon_sym_throw] = ACTIONS(4519), + [anon_sym_return] = ACTIONS(4519), + [anon_sym_continue] = ACTIONS(4519), + [anon_sym_break] = ACTIONS(4519), + [anon_sym_COLON_COLON] = ACTIONS(4521), + [anon_sym_PLUS_EQ] = ACTIONS(4521), + [anon_sym_DASH_EQ] = ACTIONS(4521), + [anon_sym_STAR_EQ] = ACTIONS(4521), + [anon_sym_SLASH_EQ] = ACTIONS(4521), + [anon_sym_PERCENT_EQ] = ACTIONS(4521), + [anon_sym_BANG_EQ] = ACTIONS(4519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4521), + [anon_sym_EQ_EQ] = ACTIONS(4519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4521), + [anon_sym_LT_EQ] = ACTIONS(4521), + [anon_sym_GT_EQ] = ACTIONS(4521), + [anon_sym_BANGin] = ACTIONS(4521), + [anon_sym_is] = ACTIONS(4519), + [anon_sym_BANGis] = ACTIONS(4521), + [anon_sym_PLUS] = ACTIONS(4519), + [anon_sym_DASH] = ACTIONS(4519), + [anon_sym_SLASH] = ACTIONS(4519), + [anon_sym_PERCENT] = ACTIONS(4519), + [anon_sym_as_QMARK] = ACTIONS(4521), + [anon_sym_PLUS_PLUS] = ACTIONS(4521), + [anon_sym_DASH_DASH] = ACTIONS(4521), + [anon_sym_BANG] = ACTIONS(4519), + [anon_sym_BANG_BANG] = ACTIONS(4521), + [anon_sym_suspend] = ACTIONS(4519), + [anon_sym_sealed] = ACTIONS(4519), + [anon_sym_annotation] = ACTIONS(4519), + [anon_sym_data] = ACTIONS(4519), + [anon_sym_inner] = ACTIONS(4519), + [anon_sym_override] = ACTIONS(4519), + [anon_sym_lateinit] = ACTIONS(4519), + [anon_sym_public] = ACTIONS(4519), + [anon_sym_private] = ACTIONS(4519), + [anon_sym_internal] = ACTIONS(4519), + [anon_sym_protected] = ACTIONS(4519), + [anon_sym_tailrec] = ACTIONS(4519), + [anon_sym_operator] = ACTIONS(4519), + [anon_sym_infix] = ACTIONS(4519), + [anon_sym_inline] = ACTIONS(4519), + [anon_sym_external] = ACTIONS(4519), + [sym_property_modifier] = ACTIONS(4519), + [anon_sym_abstract] = ACTIONS(4519), + [anon_sym_final] = ACTIONS(4519), + [anon_sym_open] = ACTIONS(4519), + [anon_sym_vararg] = ACTIONS(4519), + [anon_sym_noinline] = ACTIONS(4519), + [anon_sym_crossinline] = ACTIONS(4519), + [anon_sym_expect] = ACTIONS(4519), + [anon_sym_actual] = ACTIONS(4519), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4521), + [anon_sym_continue_AT] = ACTIONS(4521), + [anon_sym_break_AT] = ACTIONS(4521), + [sym_real_literal] = ACTIONS(4521), + [sym_integer_literal] = ACTIONS(4519), + [sym_hex_literal] = ACTIONS(4521), + [sym_bin_literal] = ACTIONS(4521), + [anon_sym_true] = ACTIONS(4519), + [anon_sym_false] = ACTIONS(4519), + [anon_sym_SQUOTE] = ACTIONS(4521), + [sym__backtick_identifier] = ACTIONS(4521), + [sym__automatic_semicolon] = ACTIONS(4521), + [sym_safe_nav] = ACTIONS(4521), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4521), + }, + [1172] = { [sym__alpha_identifier] = ACTIONS(5027), [anon_sym_AT] = ACTIONS(5029), [anon_sym_LBRACK] = ACTIONS(5029), @@ -168082,110 +169117,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(5029), }, - [1164] = { - [sym__alpha_identifier] = ACTIONS(1782), - [anon_sym_AT] = ACTIONS(1784), - [anon_sym_LBRACK] = ACTIONS(1784), - [anon_sym_as] = ACTIONS(1782), - [anon_sym_EQ] = ACTIONS(1782), - [anon_sym_LBRACE] = ACTIONS(1784), - [anon_sym_RBRACE] = ACTIONS(1784), - [anon_sym_LPAREN] = ACTIONS(1784), - [anon_sym_COMMA] = ACTIONS(1784), - [anon_sym_LT] = ACTIONS(1782), - [anon_sym_GT] = ACTIONS(1782), - [anon_sym_where] = ACTIONS(1782), - [anon_sym_object] = ACTIONS(1782), - [anon_sym_fun] = ACTIONS(1782), - [anon_sym_DOT] = ACTIONS(1782), - [anon_sym_SEMI] = ACTIONS(1784), - [anon_sym_get] = ACTIONS(1782), - [anon_sym_set] = ACTIONS(1782), - [anon_sym_this] = ACTIONS(1782), - [anon_sym_super] = ACTIONS(1782), - [anon_sym_STAR] = ACTIONS(1782), - [sym_label] = ACTIONS(1782), - [anon_sym_in] = ACTIONS(1782), - [anon_sym_DOT_DOT] = ACTIONS(1784), - [anon_sym_QMARK_COLON] = ACTIONS(1784), - [anon_sym_AMP_AMP] = ACTIONS(1784), - [anon_sym_PIPE_PIPE] = ACTIONS(1784), - [anon_sym_null] = ACTIONS(1782), - [anon_sym_if] = ACTIONS(1782), - [anon_sym_else] = ACTIONS(1782), - [anon_sym_when] = ACTIONS(1782), - [anon_sym_try] = ACTIONS(1782), - [anon_sym_throw] = ACTIONS(1782), - [anon_sym_return] = ACTIONS(1782), - [anon_sym_continue] = ACTIONS(1782), - [anon_sym_break] = ACTIONS(1782), - [anon_sym_COLON_COLON] = ACTIONS(1784), - [anon_sym_PLUS_EQ] = ACTIONS(1784), - [anon_sym_DASH_EQ] = ACTIONS(1784), - [anon_sym_STAR_EQ] = ACTIONS(1784), - [anon_sym_SLASH_EQ] = ACTIONS(1784), - [anon_sym_PERCENT_EQ] = ACTIONS(1784), - [anon_sym_BANG_EQ] = ACTIONS(1782), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1784), - [anon_sym_EQ_EQ] = ACTIONS(1782), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1784), - [anon_sym_LT_EQ] = ACTIONS(1784), - [anon_sym_GT_EQ] = ACTIONS(1784), - [anon_sym_BANGin] = ACTIONS(1784), - [anon_sym_is] = ACTIONS(1782), - [anon_sym_BANGis] = ACTIONS(1784), - [anon_sym_PLUS] = ACTIONS(1782), - [anon_sym_DASH] = ACTIONS(1782), - [anon_sym_SLASH] = ACTIONS(1782), - [anon_sym_PERCENT] = ACTIONS(1782), - [anon_sym_as_QMARK] = ACTIONS(1784), - [anon_sym_PLUS_PLUS] = ACTIONS(1784), - [anon_sym_DASH_DASH] = ACTIONS(1784), - [anon_sym_BANG] = ACTIONS(1782), - [anon_sym_BANG_BANG] = ACTIONS(1784), - [anon_sym_suspend] = ACTIONS(1782), - [anon_sym_sealed] = ACTIONS(1782), - [anon_sym_annotation] = ACTIONS(1782), - [anon_sym_data] = ACTIONS(1782), - [anon_sym_inner] = ACTIONS(1782), - [anon_sym_override] = ACTIONS(1782), - [anon_sym_lateinit] = ACTIONS(1782), - [anon_sym_public] = ACTIONS(1782), - [anon_sym_private] = ACTIONS(1782), - [anon_sym_internal] = ACTIONS(1782), - [anon_sym_protected] = ACTIONS(1782), - [anon_sym_tailrec] = ACTIONS(1782), - [anon_sym_operator] = ACTIONS(1782), - [anon_sym_infix] = ACTIONS(1782), - [anon_sym_inline] = ACTIONS(1782), - [anon_sym_external] = ACTIONS(1782), - [sym_property_modifier] = ACTIONS(1782), - [anon_sym_abstract] = ACTIONS(1782), - [anon_sym_final] = ACTIONS(1782), - [anon_sym_open] = ACTIONS(1782), - [anon_sym_vararg] = ACTIONS(1782), - [anon_sym_noinline] = ACTIONS(1782), - [anon_sym_crossinline] = ACTIONS(1782), - [anon_sym_expect] = ACTIONS(1782), - [anon_sym_actual] = ACTIONS(1782), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1784), - [anon_sym_continue_AT] = ACTIONS(1784), - [anon_sym_break_AT] = ACTIONS(1784), - [sym_real_literal] = ACTIONS(1784), - [sym_integer_literal] = ACTIONS(1782), - [sym_hex_literal] = ACTIONS(1784), - [sym_bin_literal] = ACTIONS(1784), - [anon_sym_true] = ACTIONS(1782), - [anon_sym_false] = ACTIONS(1782), - [anon_sym_SQUOTE] = ACTIONS(1784), - [sym__backtick_identifier] = ACTIONS(1784), - [sym__automatic_semicolon] = ACTIONS(1784), - [sym_safe_nav] = ACTIONS(1784), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1784), - }, - [1165] = { + [1173] = { [sym__alpha_identifier] = ACTIONS(5031), [anon_sym_AT] = ACTIONS(5033), [anon_sym_LBRACK] = ACTIONS(5033), @@ -168288,213 +169220,110 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(5033), }, - [1166] = { - [sym__alpha_identifier] = ACTIONS(4181), - [anon_sym_AT] = ACTIONS(4183), - [anon_sym_LBRACK] = ACTIONS(4183), - [anon_sym_as] = ACTIONS(4181), - [anon_sym_EQ] = ACTIONS(4181), - [anon_sym_LBRACE] = ACTIONS(4183), - [anon_sym_RBRACE] = ACTIONS(4183), - [anon_sym_LPAREN] = ACTIONS(4183), - [anon_sym_COMMA] = ACTIONS(4183), - [anon_sym_LT] = ACTIONS(4181), - [anon_sym_GT] = ACTIONS(4181), - [anon_sym_where] = ACTIONS(4181), - [anon_sym_object] = ACTIONS(4181), - [anon_sym_fun] = ACTIONS(4181), - [anon_sym_DOT] = ACTIONS(4181), - [anon_sym_SEMI] = ACTIONS(4183), - [anon_sym_get] = ACTIONS(4181), - [anon_sym_set] = ACTIONS(4181), - [anon_sym_this] = ACTIONS(4181), - [anon_sym_super] = ACTIONS(4181), - [anon_sym_STAR] = ACTIONS(4181), - [sym_label] = ACTIONS(4181), - [anon_sym_in] = ACTIONS(4181), - [anon_sym_DOT_DOT] = ACTIONS(4183), - [anon_sym_QMARK_COLON] = ACTIONS(4183), - [anon_sym_AMP_AMP] = ACTIONS(4183), - [anon_sym_PIPE_PIPE] = ACTIONS(4183), - [anon_sym_null] = ACTIONS(4181), - [anon_sym_if] = ACTIONS(4181), - [anon_sym_else] = ACTIONS(4181), - [anon_sym_when] = ACTIONS(4181), - [anon_sym_try] = ACTIONS(4181), - [anon_sym_throw] = ACTIONS(4181), - [anon_sym_return] = ACTIONS(4181), - [anon_sym_continue] = ACTIONS(4181), - [anon_sym_break] = ACTIONS(4181), - [anon_sym_COLON_COLON] = ACTIONS(4183), - [anon_sym_PLUS_EQ] = ACTIONS(4183), - [anon_sym_DASH_EQ] = ACTIONS(4183), - [anon_sym_STAR_EQ] = ACTIONS(4183), - [anon_sym_SLASH_EQ] = ACTIONS(4183), - [anon_sym_PERCENT_EQ] = ACTIONS(4183), - [anon_sym_BANG_EQ] = ACTIONS(4181), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4183), - [anon_sym_EQ_EQ] = ACTIONS(4181), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4183), - [anon_sym_LT_EQ] = ACTIONS(4183), - [anon_sym_GT_EQ] = ACTIONS(4183), - [anon_sym_BANGin] = ACTIONS(4183), - [anon_sym_is] = ACTIONS(4181), - [anon_sym_BANGis] = ACTIONS(4183), - [anon_sym_PLUS] = ACTIONS(4181), - [anon_sym_DASH] = ACTIONS(4181), - [anon_sym_SLASH] = ACTIONS(4181), - [anon_sym_PERCENT] = ACTIONS(4181), - [anon_sym_as_QMARK] = ACTIONS(4183), - [anon_sym_PLUS_PLUS] = ACTIONS(4183), - [anon_sym_DASH_DASH] = ACTIONS(4183), - [anon_sym_BANG] = ACTIONS(4181), - [anon_sym_BANG_BANG] = ACTIONS(4183), - [anon_sym_suspend] = ACTIONS(4181), - [anon_sym_sealed] = ACTIONS(4181), - [anon_sym_annotation] = ACTIONS(4181), - [anon_sym_data] = ACTIONS(4181), - [anon_sym_inner] = ACTIONS(4181), - [anon_sym_override] = ACTIONS(4181), - [anon_sym_lateinit] = ACTIONS(4181), - [anon_sym_public] = ACTIONS(4181), - [anon_sym_private] = ACTIONS(4181), - [anon_sym_internal] = ACTIONS(4181), - [anon_sym_protected] = ACTIONS(4181), - [anon_sym_tailrec] = ACTIONS(4181), - [anon_sym_operator] = ACTIONS(4181), - [anon_sym_infix] = ACTIONS(4181), - [anon_sym_inline] = ACTIONS(4181), - [anon_sym_external] = ACTIONS(4181), - [sym_property_modifier] = ACTIONS(4181), - [anon_sym_abstract] = ACTIONS(4181), - [anon_sym_final] = ACTIONS(4181), - [anon_sym_open] = ACTIONS(4181), - [anon_sym_vararg] = ACTIONS(4181), - [anon_sym_noinline] = ACTIONS(4181), - [anon_sym_crossinline] = ACTIONS(4181), - [anon_sym_expect] = ACTIONS(4181), - [anon_sym_actual] = ACTIONS(4181), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4183), - [anon_sym_continue_AT] = ACTIONS(4183), - [anon_sym_break_AT] = ACTIONS(4183), - [sym_real_literal] = ACTIONS(4183), - [sym_integer_literal] = ACTIONS(4181), - [sym_hex_literal] = ACTIONS(4183), - [sym_bin_literal] = ACTIONS(4183), - [anon_sym_true] = ACTIONS(4181), - [anon_sym_false] = ACTIONS(4181), - [anon_sym_SQUOTE] = ACTIONS(4183), - [sym__backtick_identifier] = ACTIONS(4183), - [sym__automatic_semicolon] = ACTIONS(4183), - [sym_safe_nav] = ACTIONS(4183), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4183), - }, - [1167] = { - [sym__alpha_identifier] = ACTIONS(4382), - [anon_sym_AT] = ACTIONS(4384), - [anon_sym_LBRACK] = ACTIONS(4384), - [anon_sym_as] = ACTIONS(4382), - [anon_sym_EQ] = ACTIONS(4382), - [anon_sym_LBRACE] = ACTIONS(4384), - [anon_sym_RBRACE] = ACTIONS(4384), - [anon_sym_LPAREN] = ACTIONS(4384), - [anon_sym_COMMA] = ACTIONS(4384), - [anon_sym_LT] = ACTIONS(4382), - [anon_sym_GT] = ACTIONS(4382), - [anon_sym_where] = ACTIONS(4382), - [anon_sym_object] = ACTIONS(4382), - [anon_sym_fun] = ACTIONS(4382), - [anon_sym_DOT] = ACTIONS(4382), - [anon_sym_SEMI] = ACTIONS(4384), - [anon_sym_get] = ACTIONS(4382), - [anon_sym_set] = ACTIONS(4382), - [anon_sym_this] = ACTIONS(4382), - [anon_sym_super] = ACTIONS(4382), - [anon_sym_STAR] = ACTIONS(4382), - [sym_label] = ACTIONS(4382), - [anon_sym_in] = ACTIONS(4382), - [anon_sym_DOT_DOT] = ACTIONS(4384), - [anon_sym_QMARK_COLON] = ACTIONS(4384), - [anon_sym_AMP_AMP] = ACTIONS(4384), - [anon_sym_PIPE_PIPE] = ACTIONS(4384), - [anon_sym_null] = ACTIONS(4382), - [anon_sym_if] = ACTIONS(4382), - [anon_sym_else] = ACTIONS(4382), - [anon_sym_when] = ACTIONS(4382), - [anon_sym_try] = ACTIONS(4382), - [anon_sym_throw] = ACTIONS(4382), - [anon_sym_return] = ACTIONS(4382), - [anon_sym_continue] = ACTIONS(4382), - [anon_sym_break] = ACTIONS(4382), - [anon_sym_COLON_COLON] = ACTIONS(4384), - [anon_sym_PLUS_EQ] = ACTIONS(4384), - [anon_sym_DASH_EQ] = ACTIONS(4384), - [anon_sym_STAR_EQ] = ACTIONS(4384), - [anon_sym_SLASH_EQ] = ACTIONS(4384), - [anon_sym_PERCENT_EQ] = ACTIONS(4384), - [anon_sym_BANG_EQ] = ACTIONS(4382), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4384), - [anon_sym_EQ_EQ] = ACTIONS(4382), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4384), - [anon_sym_LT_EQ] = ACTIONS(4384), - [anon_sym_GT_EQ] = ACTIONS(4384), - [anon_sym_BANGin] = ACTIONS(4384), - [anon_sym_is] = ACTIONS(4382), - [anon_sym_BANGis] = ACTIONS(4384), - [anon_sym_PLUS] = ACTIONS(4382), - [anon_sym_DASH] = ACTIONS(4382), - [anon_sym_SLASH] = ACTIONS(4382), - [anon_sym_PERCENT] = ACTIONS(4382), - [anon_sym_as_QMARK] = ACTIONS(4384), - [anon_sym_PLUS_PLUS] = ACTIONS(4384), - [anon_sym_DASH_DASH] = ACTIONS(4384), - [anon_sym_BANG] = ACTIONS(4382), - [anon_sym_BANG_BANG] = ACTIONS(4384), - [anon_sym_suspend] = ACTIONS(4382), - [anon_sym_sealed] = ACTIONS(4382), - [anon_sym_annotation] = ACTIONS(4382), - [anon_sym_data] = ACTIONS(4382), - [anon_sym_inner] = ACTIONS(4382), - [anon_sym_override] = ACTIONS(4382), - [anon_sym_lateinit] = ACTIONS(4382), - [anon_sym_public] = ACTIONS(4382), - [anon_sym_private] = ACTIONS(4382), - [anon_sym_internal] = ACTIONS(4382), - [anon_sym_protected] = ACTIONS(4382), - [anon_sym_tailrec] = ACTIONS(4382), - [anon_sym_operator] = ACTIONS(4382), - [anon_sym_infix] = ACTIONS(4382), - [anon_sym_inline] = ACTIONS(4382), - [anon_sym_external] = ACTIONS(4382), - [sym_property_modifier] = ACTIONS(4382), - [anon_sym_abstract] = ACTIONS(4382), - [anon_sym_final] = ACTIONS(4382), - [anon_sym_open] = ACTIONS(4382), - [anon_sym_vararg] = ACTIONS(4382), - [anon_sym_noinline] = ACTIONS(4382), - [anon_sym_crossinline] = ACTIONS(4382), - [anon_sym_expect] = ACTIONS(4382), - [anon_sym_actual] = ACTIONS(4382), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4384), - [anon_sym_continue_AT] = ACTIONS(4384), - [anon_sym_break_AT] = ACTIONS(4384), - [sym_real_literal] = ACTIONS(4384), - [sym_integer_literal] = ACTIONS(4382), - [sym_hex_literal] = ACTIONS(4384), - [sym_bin_literal] = ACTIONS(4384), - [anon_sym_true] = ACTIONS(4382), - [anon_sym_false] = ACTIONS(4382), - [anon_sym_SQUOTE] = ACTIONS(4384), - [sym__backtick_identifier] = ACTIONS(4384), - [sym__automatic_semicolon] = ACTIONS(4384), - [sym_safe_nav] = ACTIONS(4384), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4384), + [1174] = { + [sym__alpha_identifier] = ACTIONS(4402), + [anon_sym_AT] = ACTIONS(4404), + [anon_sym_LBRACK] = ACTIONS(4404), + [anon_sym_as] = ACTIONS(4402), + [anon_sym_EQ] = ACTIONS(4402), + [anon_sym_LBRACE] = ACTIONS(4404), + [anon_sym_RBRACE] = ACTIONS(4404), + [anon_sym_LPAREN] = ACTIONS(4404), + [anon_sym_COMMA] = ACTIONS(4404), + [anon_sym_LT] = ACTIONS(4402), + [anon_sym_GT] = ACTIONS(4402), + [anon_sym_where] = ACTIONS(4402), + [anon_sym_object] = ACTIONS(4402), + [anon_sym_fun] = ACTIONS(4402), + [anon_sym_DOT] = ACTIONS(4402), + [anon_sym_SEMI] = ACTIONS(4404), + [anon_sym_get] = ACTIONS(4402), + [anon_sym_set] = ACTIONS(4402), + [anon_sym_this] = ACTIONS(4402), + [anon_sym_super] = ACTIONS(4402), + [anon_sym_STAR] = ACTIONS(4402), + [sym_label] = ACTIONS(4402), + [anon_sym_in] = ACTIONS(4402), + [anon_sym_DOT_DOT] = ACTIONS(4404), + [anon_sym_QMARK_COLON] = ACTIONS(4404), + [anon_sym_AMP_AMP] = ACTIONS(4404), + [anon_sym_PIPE_PIPE] = ACTIONS(4404), + [anon_sym_null] = ACTIONS(4402), + [anon_sym_if] = ACTIONS(4402), + [anon_sym_else] = ACTIONS(4402), + [anon_sym_when] = ACTIONS(4402), + [anon_sym_try] = ACTIONS(4402), + [anon_sym_throw] = ACTIONS(4402), + [anon_sym_return] = ACTIONS(4402), + [anon_sym_continue] = ACTIONS(4402), + [anon_sym_break] = ACTIONS(4402), + [anon_sym_COLON_COLON] = ACTIONS(4404), + [anon_sym_PLUS_EQ] = ACTIONS(4404), + [anon_sym_DASH_EQ] = ACTIONS(4404), + [anon_sym_STAR_EQ] = ACTIONS(4404), + [anon_sym_SLASH_EQ] = ACTIONS(4404), + [anon_sym_PERCENT_EQ] = ACTIONS(4404), + [anon_sym_BANG_EQ] = ACTIONS(4402), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4404), + [anon_sym_EQ_EQ] = ACTIONS(4402), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4404), + [anon_sym_LT_EQ] = ACTIONS(4404), + [anon_sym_GT_EQ] = ACTIONS(4404), + [anon_sym_BANGin] = ACTIONS(4404), + [anon_sym_is] = ACTIONS(4402), + [anon_sym_BANGis] = ACTIONS(4404), + [anon_sym_PLUS] = ACTIONS(4402), + [anon_sym_DASH] = ACTIONS(4402), + [anon_sym_SLASH] = ACTIONS(4402), + [anon_sym_PERCENT] = ACTIONS(4402), + [anon_sym_as_QMARK] = ACTIONS(4404), + [anon_sym_PLUS_PLUS] = ACTIONS(4404), + [anon_sym_DASH_DASH] = ACTIONS(4404), + [anon_sym_BANG] = ACTIONS(4402), + [anon_sym_BANG_BANG] = ACTIONS(4404), + [anon_sym_suspend] = ACTIONS(4402), + [anon_sym_sealed] = ACTIONS(4402), + [anon_sym_annotation] = ACTIONS(4402), + [anon_sym_data] = ACTIONS(4402), + [anon_sym_inner] = ACTIONS(4402), + [anon_sym_override] = ACTIONS(4402), + [anon_sym_lateinit] = ACTIONS(4402), + [anon_sym_public] = ACTIONS(4402), + [anon_sym_private] = ACTIONS(4402), + [anon_sym_internal] = ACTIONS(4402), + [anon_sym_protected] = ACTIONS(4402), + [anon_sym_tailrec] = ACTIONS(4402), + [anon_sym_operator] = ACTIONS(4402), + [anon_sym_infix] = ACTIONS(4402), + [anon_sym_inline] = ACTIONS(4402), + [anon_sym_external] = ACTIONS(4402), + [sym_property_modifier] = ACTIONS(4402), + [anon_sym_abstract] = ACTIONS(4402), + [anon_sym_final] = ACTIONS(4402), + [anon_sym_open] = ACTIONS(4402), + [anon_sym_vararg] = ACTIONS(4402), + [anon_sym_noinline] = ACTIONS(4402), + [anon_sym_crossinline] = ACTIONS(4402), + [anon_sym_expect] = ACTIONS(4402), + [anon_sym_actual] = ACTIONS(4402), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4404), + [anon_sym_continue_AT] = ACTIONS(4404), + [anon_sym_break_AT] = ACTIONS(4404), + [sym_real_literal] = ACTIONS(4404), + [sym_integer_literal] = ACTIONS(4402), + [sym_hex_literal] = ACTIONS(4404), + [sym_bin_literal] = ACTIONS(4404), + [anon_sym_true] = ACTIONS(4402), + [anon_sym_false] = ACTIONS(4402), + [anon_sym_SQUOTE] = ACTIONS(4404), + [sym__backtick_identifier] = ACTIONS(4404), + [sym__automatic_semicolon] = ACTIONS(4404), + [sym_safe_nav] = ACTIONS(4404), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4404), }, - [1168] = { + [1175] = { [sym__alpha_identifier] = ACTIONS(5035), [anon_sym_AT] = ACTIONS(5037), [anon_sym_LBRACK] = ACTIONS(5037), @@ -168597,316 +169426,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(5037), }, - [1169] = { - [sym__alpha_identifier] = ACTIONS(4567), - [anon_sym_AT] = ACTIONS(4569), - [anon_sym_LBRACK] = ACTIONS(4569), - [anon_sym_as] = ACTIONS(4567), - [anon_sym_EQ] = ACTIONS(4567), - [anon_sym_LBRACE] = ACTIONS(4569), - [anon_sym_RBRACE] = ACTIONS(4569), - [anon_sym_LPAREN] = ACTIONS(4569), - [anon_sym_COMMA] = ACTIONS(4569), - [anon_sym_LT] = ACTIONS(4567), - [anon_sym_GT] = ACTIONS(4567), - [anon_sym_where] = ACTIONS(4567), - [anon_sym_object] = ACTIONS(4567), - [anon_sym_fun] = ACTIONS(4567), - [anon_sym_DOT] = ACTIONS(4567), - [anon_sym_SEMI] = ACTIONS(4569), - [anon_sym_get] = ACTIONS(4567), - [anon_sym_set] = ACTIONS(4567), - [anon_sym_this] = ACTIONS(4567), - [anon_sym_super] = ACTIONS(4567), - [anon_sym_STAR] = ACTIONS(4567), - [sym_label] = ACTIONS(4567), - [anon_sym_in] = ACTIONS(4567), - [anon_sym_DOT_DOT] = ACTIONS(4569), - [anon_sym_QMARK_COLON] = ACTIONS(4569), - [anon_sym_AMP_AMP] = ACTIONS(4569), - [anon_sym_PIPE_PIPE] = ACTIONS(4569), - [anon_sym_null] = ACTIONS(4567), - [anon_sym_if] = ACTIONS(4567), - [anon_sym_else] = ACTIONS(4567), - [anon_sym_when] = ACTIONS(4567), - [anon_sym_try] = ACTIONS(4567), - [anon_sym_throw] = ACTIONS(4567), - [anon_sym_return] = ACTIONS(4567), - [anon_sym_continue] = ACTIONS(4567), - [anon_sym_break] = ACTIONS(4567), - [anon_sym_COLON_COLON] = ACTIONS(4569), - [anon_sym_PLUS_EQ] = ACTIONS(4569), - [anon_sym_DASH_EQ] = ACTIONS(4569), - [anon_sym_STAR_EQ] = ACTIONS(4569), - [anon_sym_SLASH_EQ] = ACTIONS(4569), - [anon_sym_PERCENT_EQ] = ACTIONS(4569), - [anon_sym_BANG_EQ] = ACTIONS(4567), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4569), - [anon_sym_EQ_EQ] = ACTIONS(4567), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4569), - [anon_sym_LT_EQ] = ACTIONS(4569), - [anon_sym_GT_EQ] = ACTIONS(4569), - [anon_sym_BANGin] = ACTIONS(4569), - [anon_sym_is] = ACTIONS(4567), - [anon_sym_BANGis] = ACTIONS(4569), - [anon_sym_PLUS] = ACTIONS(4567), - [anon_sym_DASH] = ACTIONS(4567), - [anon_sym_SLASH] = ACTIONS(4567), - [anon_sym_PERCENT] = ACTIONS(4567), - [anon_sym_as_QMARK] = ACTIONS(4569), - [anon_sym_PLUS_PLUS] = ACTIONS(4569), - [anon_sym_DASH_DASH] = ACTIONS(4569), - [anon_sym_BANG] = ACTIONS(4567), - [anon_sym_BANG_BANG] = ACTIONS(4569), - [anon_sym_suspend] = ACTIONS(4567), - [anon_sym_sealed] = ACTIONS(4567), - [anon_sym_annotation] = ACTIONS(4567), - [anon_sym_data] = ACTIONS(4567), - [anon_sym_inner] = ACTIONS(4567), - [anon_sym_override] = ACTIONS(4567), - [anon_sym_lateinit] = ACTIONS(4567), - [anon_sym_public] = ACTIONS(4567), - [anon_sym_private] = ACTIONS(4567), - [anon_sym_internal] = ACTIONS(4567), - [anon_sym_protected] = ACTIONS(4567), - [anon_sym_tailrec] = ACTIONS(4567), - [anon_sym_operator] = ACTIONS(4567), - [anon_sym_infix] = ACTIONS(4567), - [anon_sym_inline] = ACTIONS(4567), - [anon_sym_external] = ACTIONS(4567), - [sym_property_modifier] = ACTIONS(4567), - [anon_sym_abstract] = ACTIONS(4567), - [anon_sym_final] = ACTIONS(4567), - [anon_sym_open] = ACTIONS(4567), - [anon_sym_vararg] = ACTIONS(4567), - [anon_sym_noinline] = ACTIONS(4567), - [anon_sym_crossinline] = ACTIONS(4567), - [anon_sym_expect] = ACTIONS(4567), - [anon_sym_actual] = ACTIONS(4567), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4569), - [anon_sym_continue_AT] = ACTIONS(4569), - [anon_sym_break_AT] = ACTIONS(4569), - [sym_real_literal] = ACTIONS(4569), - [sym_integer_literal] = ACTIONS(4567), - [sym_hex_literal] = ACTIONS(4569), - [sym_bin_literal] = ACTIONS(4569), - [anon_sym_true] = ACTIONS(4567), - [anon_sym_false] = ACTIONS(4567), - [anon_sym_SQUOTE] = ACTIONS(4569), - [sym__backtick_identifier] = ACTIONS(4569), - [sym__automatic_semicolon] = ACTIONS(4569), - [sym_safe_nav] = ACTIONS(4569), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4569), - }, - [1170] = { - [sym__alpha_identifier] = ACTIONS(3340), - [anon_sym_AT] = ACTIONS(3342), - [anon_sym_LBRACK] = ACTIONS(3342), - [anon_sym_as] = ACTIONS(3340), - [anon_sym_EQ] = ACTIONS(3340), - [anon_sym_LBRACE] = ACTIONS(3342), - [anon_sym_RBRACE] = ACTIONS(3342), - [anon_sym_LPAREN] = ACTIONS(3342), - [anon_sym_COMMA] = ACTIONS(3342), - [anon_sym_LT] = ACTIONS(3340), - [anon_sym_GT] = ACTIONS(3340), - [anon_sym_where] = ACTIONS(3340), - [anon_sym_object] = ACTIONS(3340), - [anon_sym_fun] = ACTIONS(3340), - [anon_sym_DOT] = ACTIONS(3340), - [anon_sym_SEMI] = ACTIONS(3342), - [anon_sym_get] = ACTIONS(3340), - [anon_sym_set] = ACTIONS(3340), - [anon_sym_this] = ACTIONS(3340), - [anon_sym_super] = ACTIONS(3340), - [anon_sym_STAR] = ACTIONS(3340), - [sym_label] = ACTIONS(3340), - [anon_sym_in] = ACTIONS(3340), - [anon_sym_DOT_DOT] = ACTIONS(3342), - [anon_sym_QMARK_COLON] = ACTIONS(3342), - [anon_sym_AMP_AMP] = ACTIONS(3342), - [anon_sym_PIPE_PIPE] = ACTIONS(3342), - [anon_sym_null] = ACTIONS(3340), - [anon_sym_if] = ACTIONS(3340), - [anon_sym_else] = ACTIONS(3340), - [anon_sym_when] = ACTIONS(3340), - [anon_sym_try] = ACTIONS(3340), - [anon_sym_throw] = ACTIONS(3340), - [anon_sym_return] = ACTIONS(3340), - [anon_sym_continue] = ACTIONS(3340), - [anon_sym_break] = ACTIONS(3340), - [anon_sym_COLON_COLON] = ACTIONS(3342), - [anon_sym_PLUS_EQ] = ACTIONS(3342), - [anon_sym_DASH_EQ] = ACTIONS(3342), - [anon_sym_STAR_EQ] = ACTIONS(3342), - [anon_sym_SLASH_EQ] = ACTIONS(3342), - [anon_sym_PERCENT_EQ] = ACTIONS(3342), - [anon_sym_BANG_EQ] = ACTIONS(3340), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3342), - [anon_sym_EQ_EQ] = ACTIONS(3340), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3342), - [anon_sym_LT_EQ] = ACTIONS(3342), - [anon_sym_GT_EQ] = ACTIONS(3342), - [anon_sym_BANGin] = ACTIONS(3342), - [anon_sym_is] = ACTIONS(3340), - [anon_sym_BANGis] = ACTIONS(3342), - [anon_sym_PLUS] = ACTIONS(3340), - [anon_sym_DASH] = ACTIONS(3340), - [anon_sym_SLASH] = ACTIONS(3340), - [anon_sym_PERCENT] = ACTIONS(3340), - [anon_sym_as_QMARK] = ACTIONS(3342), - [anon_sym_PLUS_PLUS] = ACTIONS(3342), - [anon_sym_DASH_DASH] = ACTIONS(3342), - [anon_sym_BANG] = ACTIONS(3340), - [anon_sym_BANG_BANG] = ACTIONS(3342), - [anon_sym_suspend] = ACTIONS(3340), - [anon_sym_sealed] = ACTIONS(3340), - [anon_sym_annotation] = ACTIONS(3340), - [anon_sym_data] = ACTIONS(3340), - [anon_sym_inner] = ACTIONS(3340), - [anon_sym_override] = ACTIONS(3340), - [anon_sym_lateinit] = ACTIONS(3340), - [anon_sym_public] = ACTIONS(3340), - [anon_sym_private] = ACTIONS(3340), - [anon_sym_internal] = ACTIONS(3340), - [anon_sym_protected] = ACTIONS(3340), - [anon_sym_tailrec] = ACTIONS(3340), - [anon_sym_operator] = ACTIONS(3340), - [anon_sym_infix] = ACTIONS(3340), - [anon_sym_inline] = ACTIONS(3340), - [anon_sym_external] = ACTIONS(3340), - [sym_property_modifier] = ACTIONS(3340), - [anon_sym_abstract] = ACTIONS(3340), - [anon_sym_final] = ACTIONS(3340), - [anon_sym_open] = ACTIONS(3340), - [anon_sym_vararg] = ACTIONS(3340), - [anon_sym_noinline] = ACTIONS(3340), - [anon_sym_crossinline] = ACTIONS(3340), - [anon_sym_expect] = ACTIONS(3340), - [anon_sym_actual] = ACTIONS(3340), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3342), - [anon_sym_continue_AT] = ACTIONS(3342), - [anon_sym_break_AT] = ACTIONS(3342), - [sym_real_literal] = ACTIONS(3342), - [sym_integer_literal] = ACTIONS(3340), - [sym_hex_literal] = ACTIONS(3342), - [sym_bin_literal] = ACTIONS(3342), - [anon_sym_true] = ACTIONS(3340), - [anon_sym_false] = ACTIONS(3340), - [anon_sym_SQUOTE] = ACTIONS(3342), - [sym__backtick_identifier] = ACTIONS(3342), - [sym__automatic_semicolon] = ACTIONS(3342), - [sym_safe_nav] = ACTIONS(3342), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3342), - }, - [1171] = { - [sym__alpha_identifier] = ACTIONS(4503), - [anon_sym_AT] = ACTIONS(4505), - [anon_sym_LBRACK] = ACTIONS(4505), - [anon_sym_as] = ACTIONS(4503), - [anon_sym_EQ] = ACTIONS(4503), - [anon_sym_LBRACE] = ACTIONS(4505), - [anon_sym_RBRACE] = ACTIONS(4505), - [anon_sym_LPAREN] = ACTIONS(4505), - [anon_sym_COMMA] = ACTIONS(4505), - [anon_sym_LT] = ACTIONS(4503), - [anon_sym_GT] = ACTIONS(4503), - [anon_sym_where] = ACTIONS(4503), - [anon_sym_object] = ACTIONS(4503), - [anon_sym_fun] = ACTIONS(4503), - [anon_sym_DOT] = ACTIONS(4503), - [anon_sym_SEMI] = ACTIONS(4505), - [anon_sym_get] = ACTIONS(4503), - [anon_sym_set] = ACTIONS(4503), - [anon_sym_this] = ACTIONS(4503), - [anon_sym_super] = ACTIONS(4503), - [anon_sym_STAR] = ACTIONS(4503), - [sym_label] = ACTIONS(4503), - [anon_sym_in] = ACTIONS(4503), - [anon_sym_DOT_DOT] = ACTIONS(4505), - [anon_sym_QMARK_COLON] = ACTIONS(4505), - [anon_sym_AMP_AMP] = ACTIONS(4505), - [anon_sym_PIPE_PIPE] = ACTIONS(4505), - [anon_sym_null] = ACTIONS(4503), - [anon_sym_if] = ACTIONS(4503), - [anon_sym_else] = ACTIONS(4503), - [anon_sym_when] = ACTIONS(4503), - [anon_sym_try] = ACTIONS(4503), - [anon_sym_throw] = ACTIONS(4503), - [anon_sym_return] = ACTIONS(4503), - [anon_sym_continue] = ACTIONS(4503), - [anon_sym_break] = ACTIONS(4503), - [anon_sym_COLON_COLON] = ACTIONS(4505), - [anon_sym_PLUS_EQ] = ACTIONS(4505), - [anon_sym_DASH_EQ] = ACTIONS(4505), - [anon_sym_STAR_EQ] = ACTIONS(4505), - [anon_sym_SLASH_EQ] = ACTIONS(4505), - [anon_sym_PERCENT_EQ] = ACTIONS(4505), - [anon_sym_BANG_EQ] = ACTIONS(4503), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4505), - [anon_sym_EQ_EQ] = ACTIONS(4503), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4505), - [anon_sym_LT_EQ] = ACTIONS(4505), - [anon_sym_GT_EQ] = ACTIONS(4505), - [anon_sym_BANGin] = ACTIONS(4505), - [anon_sym_is] = ACTIONS(4503), - [anon_sym_BANGis] = ACTIONS(4505), - [anon_sym_PLUS] = ACTIONS(4503), - [anon_sym_DASH] = ACTIONS(4503), - [anon_sym_SLASH] = ACTIONS(4503), - [anon_sym_PERCENT] = ACTIONS(4503), - [anon_sym_as_QMARK] = ACTIONS(4505), - [anon_sym_PLUS_PLUS] = ACTIONS(4505), - [anon_sym_DASH_DASH] = ACTIONS(4505), - [anon_sym_BANG] = ACTIONS(4503), - [anon_sym_BANG_BANG] = ACTIONS(4505), - [anon_sym_suspend] = ACTIONS(4503), - [anon_sym_sealed] = ACTIONS(4503), - [anon_sym_annotation] = ACTIONS(4503), - [anon_sym_data] = ACTIONS(4503), - [anon_sym_inner] = ACTIONS(4503), - [anon_sym_override] = ACTIONS(4503), - [anon_sym_lateinit] = ACTIONS(4503), - [anon_sym_public] = ACTIONS(4503), - [anon_sym_private] = ACTIONS(4503), - [anon_sym_internal] = ACTIONS(4503), - [anon_sym_protected] = ACTIONS(4503), - [anon_sym_tailrec] = ACTIONS(4503), - [anon_sym_operator] = ACTIONS(4503), - [anon_sym_infix] = ACTIONS(4503), - [anon_sym_inline] = ACTIONS(4503), - [anon_sym_external] = ACTIONS(4503), - [sym_property_modifier] = ACTIONS(4503), - [anon_sym_abstract] = ACTIONS(4503), - [anon_sym_final] = ACTIONS(4503), - [anon_sym_open] = ACTIONS(4503), - [anon_sym_vararg] = ACTIONS(4503), - [anon_sym_noinline] = ACTIONS(4503), - [anon_sym_crossinline] = ACTIONS(4503), - [anon_sym_expect] = ACTIONS(4503), - [anon_sym_actual] = ACTIONS(4503), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4505), - [anon_sym_continue_AT] = ACTIONS(4505), - [anon_sym_break_AT] = ACTIONS(4505), - [sym_real_literal] = ACTIONS(4505), - [sym_integer_literal] = ACTIONS(4503), - [sym_hex_literal] = ACTIONS(4505), - [sym_bin_literal] = ACTIONS(4505), - [anon_sym_true] = ACTIONS(4503), - [anon_sym_false] = ACTIONS(4503), - [anon_sym_SQUOTE] = ACTIONS(4505), - [sym__backtick_identifier] = ACTIONS(4505), - [sym__automatic_semicolon] = ACTIONS(4505), - [sym_safe_nav] = ACTIONS(4505), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4505), - }, - [1172] = { + [1176] = { [sym__alpha_identifier] = ACTIONS(5039), [anon_sym_AT] = ACTIONS(5041), [anon_sym_LBRACK] = ACTIONS(5041), @@ -169009,7 +169529,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(5041), }, - [1173] = { + [1177] = { [sym__alpha_identifier] = ACTIONS(5043), [anon_sym_AT] = ACTIONS(5045), [anon_sym_LBRACK] = ACTIONS(5045), @@ -169112,7 +169632,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(5045), }, - [1174] = { + [1178] = { [sym__alpha_identifier] = ACTIONS(5047), [anon_sym_AT] = ACTIONS(5049), [anon_sym_LBRACK] = ACTIONS(5049), @@ -169215,594 +169735,182 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(5049), }, - [1175] = { - [sym__alpha_identifier] = ACTIONS(5051), - [anon_sym_AT] = ACTIONS(5053), - [anon_sym_LBRACK] = ACTIONS(5053), - [anon_sym_as] = ACTIONS(5051), - [anon_sym_EQ] = ACTIONS(5051), - [anon_sym_LBRACE] = ACTIONS(5053), - [anon_sym_RBRACE] = ACTIONS(5053), - [anon_sym_LPAREN] = ACTIONS(5053), - [anon_sym_COMMA] = ACTIONS(5053), - [anon_sym_LT] = ACTIONS(5051), - [anon_sym_GT] = ACTIONS(5051), - [anon_sym_where] = ACTIONS(5051), - [anon_sym_object] = ACTIONS(5051), - [anon_sym_fun] = ACTIONS(5051), - [anon_sym_DOT] = ACTIONS(5051), - [anon_sym_SEMI] = ACTIONS(5053), - [anon_sym_get] = ACTIONS(5051), - [anon_sym_set] = ACTIONS(5051), - [anon_sym_this] = ACTIONS(5051), - [anon_sym_super] = ACTIONS(5051), - [anon_sym_STAR] = ACTIONS(5051), - [sym_label] = ACTIONS(5051), - [anon_sym_in] = ACTIONS(5051), - [anon_sym_DOT_DOT] = ACTIONS(5053), - [anon_sym_QMARK_COLON] = ACTIONS(5053), - [anon_sym_AMP_AMP] = ACTIONS(5053), - [anon_sym_PIPE_PIPE] = ACTIONS(5053), - [anon_sym_null] = ACTIONS(5051), - [anon_sym_if] = ACTIONS(5051), - [anon_sym_else] = ACTIONS(5051), - [anon_sym_when] = ACTIONS(5051), - [anon_sym_try] = ACTIONS(5051), - [anon_sym_throw] = ACTIONS(5051), - [anon_sym_return] = ACTIONS(5051), - [anon_sym_continue] = ACTIONS(5051), - [anon_sym_break] = ACTIONS(5051), - [anon_sym_COLON_COLON] = ACTIONS(5053), - [anon_sym_PLUS_EQ] = ACTIONS(5053), - [anon_sym_DASH_EQ] = ACTIONS(5053), - [anon_sym_STAR_EQ] = ACTIONS(5053), - [anon_sym_SLASH_EQ] = ACTIONS(5053), - [anon_sym_PERCENT_EQ] = ACTIONS(5053), - [anon_sym_BANG_EQ] = ACTIONS(5051), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5053), - [anon_sym_EQ_EQ] = ACTIONS(5051), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5053), - [anon_sym_LT_EQ] = ACTIONS(5053), - [anon_sym_GT_EQ] = ACTIONS(5053), - [anon_sym_BANGin] = ACTIONS(5053), - [anon_sym_is] = ACTIONS(5051), - [anon_sym_BANGis] = ACTIONS(5053), - [anon_sym_PLUS] = ACTIONS(5051), - [anon_sym_DASH] = ACTIONS(5051), - [anon_sym_SLASH] = ACTIONS(5051), - [anon_sym_PERCENT] = ACTIONS(5051), - [anon_sym_as_QMARK] = ACTIONS(5053), - [anon_sym_PLUS_PLUS] = ACTIONS(5053), - [anon_sym_DASH_DASH] = ACTIONS(5053), - [anon_sym_BANG] = ACTIONS(5051), - [anon_sym_BANG_BANG] = ACTIONS(5053), - [anon_sym_suspend] = ACTIONS(5051), - [anon_sym_sealed] = ACTIONS(5051), - [anon_sym_annotation] = ACTIONS(5051), - [anon_sym_data] = ACTIONS(5051), - [anon_sym_inner] = ACTIONS(5051), - [anon_sym_override] = ACTIONS(5051), - [anon_sym_lateinit] = ACTIONS(5051), - [anon_sym_public] = ACTIONS(5051), - [anon_sym_private] = ACTIONS(5051), - [anon_sym_internal] = ACTIONS(5051), - [anon_sym_protected] = ACTIONS(5051), - [anon_sym_tailrec] = ACTIONS(5051), - [anon_sym_operator] = ACTIONS(5051), - [anon_sym_infix] = ACTIONS(5051), - [anon_sym_inline] = ACTIONS(5051), - [anon_sym_external] = ACTIONS(5051), - [sym_property_modifier] = ACTIONS(5051), - [anon_sym_abstract] = ACTIONS(5051), - [anon_sym_final] = ACTIONS(5051), - [anon_sym_open] = ACTIONS(5051), - [anon_sym_vararg] = ACTIONS(5051), - [anon_sym_noinline] = ACTIONS(5051), - [anon_sym_crossinline] = ACTIONS(5051), - [anon_sym_expect] = ACTIONS(5051), - [anon_sym_actual] = ACTIONS(5051), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5053), - [anon_sym_continue_AT] = ACTIONS(5053), - [anon_sym_break_AT] = ACTIONS(5053), - [sym_real_literal] = ACTIONS(5053), - [sym_integer_literal] = ACTIONS(5051), - [sym_hex_literal] = ACTIONS(5053), - [sym_bin_literal] = ACTIONS(5053), - [anon_sym_true] = ACTIONS(5051), - [anon_sym_false] = ACTIONS(5051), - [anon_sym_SQUOTE] = ACTIONS(5053), - [sym__backtick_identifier] = ACTIONS(5053), - [sym__automatic_semicolon] = ACTIONS(5053), - [sym_safe_nav] = ACTIONS(5053), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5053), - }, - [1176] = { - [sym__alpha_identifier] = ACTIONS(5055), - [anon_sym_AT] = ACTIONS(5057), - [anon_sym_LBRACK] = ACTIONS(5057), - [anon_sym_as] = ACTIONS(5055), - [anon_sym_EQ] = ACTIONS(5055), - [anon_sym_LBRACE] = ACTIONS(5057), - [anon_sym_RBRACE] = ACTIONS(5057), - [anon_sym_LPAREN] = ACTIONS(5057), - [anon_sym_COMMA] = ACTIONS(5057), - [anon_sym_LT] = ACTIONS(5055), - [anon_sym_GT] = ACTIONS(5055), - [anon_sym_where] = ACTIONS(5055), - [anon_sym_object] = ACTIONS(5055), - [anon_sym_fun] = ACTIONS(5055), - [anon_sym_DOT] = ACTIONS(5055), - [anon_sym_SEMI] = ACTIONS(5057), - [anon_sym_get] = ACTIONS(5055), - [anon_sym_set] = ACTIONS(5055), - [anon_sym_this] = ACTIONS(5055), - [anon_sym_super] = ACTIONS(5055), - [anon_sym_STAR] = ACTIONS(5055), - [sym_label] = ACTIONS(5055), - [anon_sym_in] = ACTIONS(5055), - [anon_sym_DOT_DOT] = ACTIONS(5057), - [anon_sym_QMARK_COLON] = ACTIONS(5057), - [anon_sym_AMP_AMP] = ACTIONS(5057), - [anon_sym_PIPE_PIPE] = ACTIONS(5057), - [anon_sym_null] = ACTIONS(5055), - [anon_sym_if] = ACTIONS(5055), - [anon_sym_else] = ACTIONS(5055), - [anon_sym_when] = ACTIONS(5055), - [anon_sym_try] = ACTIONS(5055), - [anon_sym_throw] = ACTIONS(5055), - [anon_sym_return] = ACTIONS(5055), - [anon_sym_continue] = ACTIONS(5055), - [anon_sym_break] = ACTIONS(5055), - [anon_sym_COLON_COLON] = ACTIONS(5057), - [anon_sym_PLUS_EQ] = ACTIONS(5057), - [anon_sym_DASH_EQ] = ACTIONS(5057), - [anon_sym_STAR_EQ] = ACTIONS(5057), - [anon_sym_SLASH_EQ] = ACTIONS(5057), - [anon_sym_PERCENT_EQ] = ACTIONS(5057), - [anon_sym_BANG_EQ] = ACTIONS(5055), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5057), - [anon_sym_EQ_EQ] = ACTIONS(5055), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5057), - [anon_sym_LT_EQ] = ACTIONS(5057), - [anon_sym_GT_EQ] = ACTIONS(5057), - [anon_sym_BANGin] = ACTIONS(5057), - [anon_sym_is] = ACTIONS(5055), - [anon_sym_BANGis] = ACTIONS(5057), - [anon_sym_PLUS] = ACTIONS(5055), - [anon_sym_DASH] = ACTIONS(5055), - [anon_sym_SLASH] = ACTIONS(5055), - [anon_sym_PERCENT] = ACTIONS(5055), - [anon_sym_as_QMARK] = ACTIONS(5057), - [anon_sym_PLUS_PLUS] = ACTIONS(5057), - [anon_sym_DASH_DASH] = ACTIONS(5057), - [anon_sym_BANG] = ACTIONS(5055), - [anon_sym_BANG_BANG] = ACTIONS(5057), - [anon_sym_suspend] = ACTIONS(5055), - [anon_sym_sealed] = ACTIONS(5055), - [anon_sym_annotation] = ACTIONS(5055), - [anon_sym_data] = ACTIONS(5055), - [anon_sym_inner] = ACTIONS(5055), - [anon_sym_override] = ACTIONS(5055), - [anon_sym_lateinit] = ACTIONS(5055), - [anon_sym_public] = ACTIONS(5055), - [anon_sym_private] = ACTIONS(5055), - [anon_sym_internal] = ACTIONS(5055), - [anon_sym_protected] = ACTIONS(5055), - [anon_sym_tailrec] = ACTIONS(5055), - [anon_sym_operator] = ACTIONS(5055), - [anon_sym_infix] = ACTIONS(5055), - [anon_sym_inline] = ACTIONS(5055), - [anon_sym_external] = ACTIONS(5055), - [sym_property_modifier] = ACTIONS(5055), - [anon_sym_abstract] = ACTIONS(5055), - [anon_sym_final] = ACTIONS(5055), - [anon_sym_open] = ACTIONS(5055), - [anon_sym_vararg] = ACTIONS(5055), - [anon_sym_noinline] = ACTIONS(5055), - [anon_sym_crossinline] = ACTIONS(5055), - [anon_sym_expect] = ACTIONS(5055), - [anon_sym_actual] = ACTIONS(5055), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5057), - [anon_sym_continue_AT] = ACTIONS(5057), - [anon_sym_break_AT] = ACTIONS(5057), - [sym_real_literal] = ACTIONS(5057), - [sym_integer_literal] = ACTIONS(5055), - [sym_hex_literal] = ACTIONS(5057), - [sym_bin_literal] = ACTIONS(5057), - [anon_sym_true] = ACTIONS(5055), - [anon_sym_false] = ACTIONS(5055), - [anon_sym_SQUOTE] = ACTIONS(5057), - [sym__backtick_identifier] = ACTIONS(5057), - [sym__automatic_semicolon] = ACTIONS(5057), - [sym_safe_nav] = ACTIONS(5057), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5057), - }, - [1177] = { - [sym__alpha_identifier] = ACTIONS(5059), - [anon_sym_AT] = ACTIONS(5061), - [anon_sym_LBRACK] = ACTIONS(5061), - [anon_sym_as] = ACTIONS(5059), - [anon_sym_EQ] = ACTIONS(5059), - [anon_sym_LBRACE] = ACTIONS(5061), - [anon_sym_RBRACE] = ACTIONS(5061), - [anon_sym_LPAREN] = ACTIONS(5061), - [anon_sym_COMMA] = ACTIONS(5061), - [anon_sym_LT] = ACTIONS(5059), - [anon_sym_GT] = ACTIONS(5059), - [anon_sym_where] = ACTIONS(5059), - [anon_sym_object] = ACTIONS(5059), - [anon_sym_fun] = ACTIONS(5059), - [anon_sym_DOT] = ACTIONS(5059), - [anon_sym_SEMI] = ACTIONS(5061), - [anon_sym_get] = ACTIONS(5059), - [anon_sym_set] = ACTIONS(5059), - [anon_sym_this] = ACTIONS(5059), - [anon_sym_super] = ACTIONS(5059), - [anon_sym_STAR] = ACTIONS(5059), - [sym_label] = ACTIONS(5059), - [anon_sym_in] = ACTIONS(5059), - [anon_sym_DOT_DOT] = ACTIONS(5061), - [anon_sym_QMARK_COLON] = ACTIONS(5061), - [anon_sym_AMP_AMP] = ACTIONS(5061), - [anon_sym_PIPE_PIPE] = ACTIONS(5061), - [anon_sym_null] = ACTIONS(5059), - [anon_sym_if] = ACTIONS(5059), - [anon_sym_else] = ACTIONS(5059), - [anon_sym_when] = ACTIONS(5059), - [anon_sym_try] = ACTIONS(5059), - [anon_sym_throw] = ACTIONS(5059), - [anon_sym_return] = ACTIONS(5059), - [anon_sym_continue] = ACTIONS(5059), - [anon_sym_break] = ACTIONS(5059), - [anon_sym_COLON_COLON] = ACTIONS(5061), - [anon_sym_PLUS_EQ] = ACTIONS(5061), - [anon_sym_DASH_EQ] = ACTIONS(5061), - [anon_sym_STAR_EQ] = ACTIONS(5061), - [anon_sym_SLASH_EQ] = ACTIONS(5061), - [anon_sym_PERCENT_EQ] = ACTIONS(5061), - [anon_sym_BANG_EQ] = ACTIONS(5059), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5061), - [anon_sym_EQ_EQ] = ACTIONS(5059), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5061), - [anon_sym_LT_EQ] = ACTIONS(5061), - [anon_sym_GT_EQ] = ACTIONS(5061), - [anon_sym_BANGin] = ACTIONS(5061), - [anon_sym_is] = ACTIONS(5059), - [anon_sym_BANGis] = ACTIONS(5061), - [anon_sym_PLUS] = ACTIONS(5059), - [anon_sym_DASH] = ACTIONS(5059), - [anon_sym_SLASH] = ACTIONS(5059), - [anon_sym_PERCENT] = ACTIONS(5059), - [anon_sym_as_QMARK] = ACTIONS(5061), - [anon_sym_PLUS_PLUS] = ACTIONS(5061), - [anon_sym_DASH_DASH] = ACTIONS(5061), - [anon_sym_BANG] = ACTIONS(5059), - [anon_sym_BANG_BANG] = ACTIONS(5061), - [anon_sym_suspend] = ACTIONS(5059), - [anon_sym_sealed] = ACTIONS(5059), - [anon_sym_annotation] = ACTIONS(5059), - [anon_sym_data] = ACTIONS(5059), - [anon_sym_inner] = ACTIONS(5059), - [anon_sym_override] = ACTIONS(5059), - [anon_sym_lateinit] = ACTIONS(5059), - [anon_sym_public] = ACTIONS(5059), - [anon_sym_private] = ACTIONS(5059), - [anon_sym_internal] = ACTIONS(5059), - [anon_sym_protected] = ACTIONS(5059), - [anon_sym_tailrec] = ACTIONS(5059), - [anon_sym_operator] = ACTIONS(5059), - [anon_sym_infix] = ACTIONS(5059), - [anon_sym_inline] = ACTIONS(5059), - [anon_sym_external] = ACTIONS(5059), - [sym_property_modifier] = ACTIONS(5059), - [anon_sym_abstract] = ACTIONS(5059), - [anon_sym_final] = ACTIONS(5059), - [anon_sym_open] = ACTIONS(5059), - [anon_sym_vararg] = ACTIONS(5059), - [anon_sym_noinline] = ACTIONS(5059), - [anon_sym_crossinline] = ACTIONS(5059), - [anon_sym_expect] = ACTIONS(5059), - [anon_sym_actual] = ACTIONS(5059), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5061), - [anon_sym_continue_AT] = ACTIONS(5061), - [anon_sym_break_AT] = ACTIONS(5061), - [sym_real_literal] = ACTIONS(5061), - [sym_integer_literal] = ACTIONS(5059), - [sym_hex_literal] = ACTIONS(5061), - [sym_bin_literal] = ACTIONS(5061), - [anon_sym_true] = ACTIONS(5059), - [anon_sym_false] = ACTIONS(5059), - [anon_sym_SQUOTE] = ACTIONS(5061), - [sym__backtick_identifier] = ACTIONS(5061), - [sym__automatic_semicolon] = ACTIONS(5061), - [sym_safe_nav] = ACTIONS(5061), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5061), - }, - [1178] = { - [sym__alpha_identifier] = ACTIONS(5063), - [anon_sym_AT] = ACTIONS(5065), - [anon_sym_LBRACK] = ACTIONS(5065), - [anon_sym_as] = ACTIONS(5063), - [anon_sym_EQ] = ACTIONS(5063), - [anon_sym_LBRACE] = ACTIONS(5065), - [anon_sym_RBRACE] = ACTIONS(5065), - [anon_sym_LPAREN] = ACTIONS(5065), - [anon_sym_COMMA] = ACTIONS(5065), - [anon_sym_LT] = ACTIONS(5063), - [anon_sym_GT] = ACTIONS(5063), - [anon_sym_where] = ACTIONS(5063), - [anon_sym_object] = ACTIONS(5063), - [anon_sym_fun] = ACTIONS(5063), - [anon_sym_DOT] = ACTIONS(5063), - [anon_sym_SEMI] = ACTIONS(5065), - [anon_sym_get] = ACTIONS(5063), - [anon_sym_set] = ACTIONS(5063), - [anon_sym_this] = ACTIONS(5063), - [anon_sym_super] = ACTIONS(5063), - [anon_sym_STAR] = ACTIONS(5063), - [sym_label] = ACTIONS(5063), - [anon_sym_in] = ACTIONS(5063), - [anon_sym_DOT_DOT] = ACTIONS(5065), - [anon_sym_QMARK_COLON] = ACTIONS(5065), - [anon_sym_AMP_AMP] = ACTIONS(5065), - [anon_sym_PIPE_PIPE] = ACTIONS(5065), - [anon_sym_null] = ACTIONS(5063), - [anon_sym_if] = ACTIONS(5063), - [anon_sym_else] = ACTIONS(5063), - [anon_sym_when] = ACTIONS(5063), - [anon_sym_try] = ACTIONS(5063), - [anon_sym_throw] = ACTIONS(5063), - [anon_sym_return] = ACTIONS(5063), - [anon_sym_continue] = ACTIONS(5063), - [anon_sym_break] = ACTIONS(5063), - [anon_sym_COLON_COLON] = ACTIONS(5065), - [anon_sym_PLUS_EQ] = ACTIONS(5065), - [anon_sym_DASH_EQ] = ACTIONS(5065), - [anon_sym_STAR_EQ] = ACTIONS(5065), - [anon_sym_SLASH_EQ] = ACTIONS(5065), - [anon_sym_PERCENT_EQ] = ACTIONS(5065), - [anon_sym_BANG_EQ] = ACTIONS(5063), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5065), - [anon_sym_EQ_EQ] = ACTIONS(5063), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5065), - [anon_sym_LT_EQ] = ACTIONS(5065), - [anon_sym_GT_EQ] = ACTIONS(5065), - [anon_sym_BANGin] = ACTIONS(5065), - [anon_sym_is] = ACTIONS(5063), - [anon_sym_BANGis] = ACTIONS(5065), - [anon_sym_PLUS] = ACTIONS(5063), - [anon_sym_DASH] = ACTIONS(5063), - [anon_sym_SLASH] = ACTIONS(5063), - [anon_sym_PERCENT] = ACTIONS(5063), - [anon_sym_as_QMARK] = ACTIONS(5065), - [anon_sym_PLUS_PLUS] = ACTIONS(5065), - [anon_sym_DASH_DASH] = ACTIONS(5065), - [anon_sym_BANG] = ACTIONS(5063), - [anon_sym_BANG_BANG] = ACTIONS(5065), - [anon_sym_suspend] = ACTIONS(5063), - [anon_sym_sealed] = ACTIONS(5063), - [anon_sym_annotation] = ACTIONS(5063), - [anon_sym_data] = ACTIONS(5063), - [anon_sym_inner] = ACTIONS(5063), - [anon_sym_override] = ACTIONS(5063), - [anon_sym_lateinit] = ACTIONS(5063), - [anon_sym_public] = ACTIONS(5063), - [anon_sym_private] = ACTIONS(5063), - [anon_sym_internal] = ACTIONS(5063), - [anon_sym_protected] = ACTIONS(5063), - [anon_sym_tailrec] = ACTIONS(5063), - [anon_sym_operator] = ACTIONS(5063), - [anon_sym_infix] = ACTIONS(5063), - [anon_sym_inline] = ACTIONS(5063), - [anon_sym_external] = ACTIONS(5063), - [sym_property_modifier] = ACTIONS(5063), - [anon_sym_abstract] = ACTIONS(5063), - [anon_sym_final] = ACTIONS(5063), - [anon_sym_open] = ACTIONS(5063), - [anon_sym_vararg] = ACTIONS(5063), - [anon_sym_noinline] = ACTIONS(5063), - [anon_sym_crossinline] = ACTIONS(5063), - [anon_sym_expect] = ACTIONS(5063), - [anon_sym_actual] = ACTIONS(5063), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5065), - [anon_sym_continue_AT] = ACTIONS(5065), - [anon_sym_break_AT] = ACTIONS(5065), - [sym_real_literal] = ACTIONS(5065), - [sym_integer_literal] = ACTIONS(5063), - [sym_hex_literal] = ACTIONS(5065), - [sym_bin_literal] = ACTIONS(5065), - [anon_sym_true] = ACTIONS(5063), - [anon_sym_false] = ACTIONS(5063), - [anon_sym_SQUOTE] = ACTIONS(5065), - [sym__backtick_identifier] = ACTIONS(5065), - [sym__automatic_semicolon] = ACTIONS(5065), - [sym_safe_nav] = ACTIONS(5065), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5065), - }, [1179] = { - [sym__alpha_identifier] = ACTIONS(5067), - [anon_sym_AT] = ACTIONS(5069), - [anon_sym_LBRACK] = ACTIONS(5069), - [anon_sym_as] = ACTIONS(5067), - [anon_sym_EQ] = ACTIONS(5067), - [anon_sym_LBRACE] = ACTIONS(5069), - [anon_sym_RBRACE] = ACTIONS(5069), - [anon_sym_LPAREN] = ACTIONS(5069), - [anon_sym_COMMA] = ACTIONS(5069), - [anon_sym_LT] = ACTIONS(5067), - [anon_sym_GT] = ACTIONS(5067), - [anon_sym_where] = ACTIONS(5067), - [anon_sym_object] = ACTIONS(5067), - [anon_sym_fun] = ACTIONS(5067), - [anon_sym_DOT] = ACTIONS(5067), - [anon_sym_SEMI] = ACTIONS(5071), - [anon_sym_get] = ACTIONS(5067), - [anon_sym_set] = ACTIONS(5067), - [anon_sym_this] = ACTIONS(5067), - [anon_sym_super] = ACTIONS(5067), - [anon_sym_STAR] = ACTIONS(5067), - [sym_label] = ACTIONS(5067), - [anon_sym_in] = ACTIONS(5067), - [anon_sym_DOT_DOT] = ACTIONS(5069), - [anon_sym_QMARK_COLON] = ACTIONS(5069), - [anon_sym_AMP_AMP] = ACTIONS(5069), - [anon_sym_PIPE_PIPE] = ACTIONS(5069), - [anon_sym_null] = ACTIONS(5067), - [anon_sym_if] = ACTIONS(5067), - [anon_sym_else] = ACTIONS(5073), - [anon_sym_when] = ACTIONS(5067), - [anon_sym_try] = ACTIONS(5067), - [anon_sym_throw] = ACTIONS(5067), - [anon_sym_return] = ACTIONS(5067), - [anon_sym_continue] = ACTIONS(5067), - [anon_sym_break] = ACTIONS(5067), - [anon_sym_COLON_COLON] = ACTIONS(5069), - [anon_sym_PLUS_EQ] = ACTIONS(5069), - [anon_sym_DASH_EQ] = ACTIONS(5069), - [anon_sym_STAR_EQ] = ACTIONS(5069), - [anon_sym_SLASH_EQ] = ACTIONS(5069), - [anon_sym_PERCENT_EQ] = ACTIONS(5069), - [anon_sym_BANG_EQ] = ACTIONS(5067), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5069), - [anon_sym_EQ_EQ] = ACTIONS(5067), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5069), - [anon_sym_LT_EQ] = ACTIONS(5069), - [anon_sym_GT_EQ] = ACTIONS(5069), - [anon_sym_BANGin] = ACTIONS(5069), - [anon_sym_is] = ACTIONS(5067), - [anon_sym_BANGis] = ACTIONS(5069), - [anon_sym_PLUS] = ACTIONS(5067), - [anon_sym_DASH] = ACTIONS(5067), - [anon_sym_SLASH] = ACTIONS(5067), - [anon_sym_PERCENT] = ACTIONS(5067), - [anon_sym_as_QMARK] = ACTIONS(5069), - [anon_sym_PLUS_PLUS] = ACTIONS(5069), - [anon_sym_DASH_DASH] = ACTIONS(5069), - [anon_sym_BANG] = ACTIONS(5067), - [anon_sym_BANG_BANG] = ACTIONS(5069), - [anon_sym_suspend] = ACTIONS(5067), - [anon_sym_sealed] = ACTIONS(5067), - [anon_sym_annotation] = ACTIONS(5067), - [anon_sym_data] = ACTIONS(5067), - [anon_sym_inner] = ACTIONS(5067), - [anon_sym_override] = ACTIONS(5067), - [anon_sym_lateinit] = ACTIONS(5067), - [anon_sym_public] = ACTIONS(5067), - [anon_sym_private] = ACTIONS(5067), - [anon_sym_internal] = ACTIONS(5067), - [anon_sym_protected] = ACTIONS(5067), - [anon_sym_tailrec] = ACTIONS(5067), - [anon_sym_operator] = ACTIONS(5067), - [anon_sym_infix] = ACTIONS(5067), - [anon_sym_inline] = ACTIONS(5067), - [anon_sym_external] = ACTIONS(5067), - [sym_property_modifier] = ACTIONS(5067), - [anon_sym_abstract] = ACTIONS(5067), - [anon_sym_final] = ACTIONS(5067), - [anon_sym_open] = ACTIONS(5067), - [anon_sym_vararg] = ACTIONS(5067), - [anon_sym_noinline] = ACTIONS(5067), - [anon_sym_crossinline] = ACTIONS(5067), - [anon_sym_expect] = ACTIONS(5067), - [anon_sym_actual] = ACTIONS(5067), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5069), - [anon_sym_continue_AT] = ACTIONS(5069), - [anon_sym_break_AT] = ACTIONS(5069), - [sym_real_literal] = ACTIONS(5069), - [sym_integer_literal] = ACTIONS(5067), - [sym_hex_literal] = ACTIONS(5069), - [sym_bin_literal] = ACTIONS(5069), - [anon_sym_true] = ACTIONS(5067), - [anon_sym_false] = ACTIONS(5067), - [anon_sym_SQUOTE] = ACTIONS(5069), - [sym__backtick_identifier] = ACTIONS(5069), - [sym__automatic_semicolon] = ACTIONS(5069), - [sym_safe_nav] = ACTIONS(5069), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5069), + [sym__alpha_identifier] = ACTIONS(4031), + [anon_sym_AT] = ACTIONS(4033), + [anon_sym_LBRACK] = ACTIONS(4033), + [anon_sym_as] = ACTIONS(4031), + [anon_sym_EQ] = ACTIONS(4031), + [anon_sym_LBRACE] = ACTIONS(4033), + [anon_sym_RBRACE] = ACTIONS(4033), + [anon_sym_LPAREN] = ACTIONS(4033), + [anon_sym_COMMA] = ACTIONS(4033), + [anon_sym_LT] = ACTIONS(4031), + [anon_sym_GT] = ACTIONS(4031), + [anon_sym_where] = ACTIONS(4031), + [anon_sym_object] = ACTIONS(4031), + [anon_sym_fun] = ACTIONS(4031), + [anon_sym_DOT] = ACTIONS(4031), + [anon_sym_SEMI] = ACTIONS(4033), + [anon_sym_get] = ACTIONS(4031), + [anon_sym_set] = ACTIONS(4031), + [anon_sym_this] = ACTIONS(4031), + [anon_sym_super] = ACTIONS(4031), + [anon_sym_STAR] = ACTIONS(4031), + [sym_label] = ACTIONS(4031), + [anon_sym_in] = ACTIONS(4031), + [anon_sym_DOT_DOT] = ACTIONS(4033), + [anon_sym_QMARK_COLON] = ACTIONS(4033), + [anon_sym_AMP_AMP] = ACTIONS(4033), + [anon_sym_PIPE_PIPE] = ACTIONS(4033), + [anon_sym_null] = ACTIONS(4031), + [anon_sym_if] = ACTIONS(4031), + [anon_sym_else] = ACTIONS(4031), + [anon_sym_when] = ACTIONS(4031), + [anon_sym_try] = ACTIONS(4031), + [anon_sym_throw] = ACTIONS(4031), + [anon_sym_return] = ACTIONS(4031), + [anon_sym_continue] = ACTIONS(4031), + [anon_sym_break] = ACTIONS(4031), + [anon_sym_COLON_COLON] = ACTIONS(4033), + [anon_sym_PLUS_EQ] = ACTIONS(4033), + [anon_sym_DASH_EQ] = ACTIONS(4033), + [anon_sym_STAR_EQ] = ACTIONS(4033), + [anon_sym_SLASH_EQ] = ACTIONS(4033), + [anon_sym_PERCENT_EQ] = ACTIONS(4033), + [anon_sym_BANG_EQ] = ACTIONS(4031), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4033), + [anon_sym_EQ_EQ] = ACTIONS(4031), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4033), + [anon_sym_LT_EQ] = ACTIONS(4033), + [anon_sym_GT_EQ] = ACTIONS(4033), + [anon_sym_BANGin] = ACTIONS(4033), + [anon_sym_is] = ACTIONS(4031), + [anon_sym_BANGis] = ACTIONS(4033), + [anon_sym_PLUS] = ACTIONS(4031), + [anon_sym_DASH] = ACTIONS(4031), + [anon_sym_SLASH] = ACTIONS(4031), + [anon_sym_PERCENT] = ACTIONS(4031), + [anon_sym_as_QMARK] = ACTIONS(4033), + [anon_sym_PLUS_PLUS] = ACTIONS(4033), + [anon_sym_DASH_DASH] = ACTIONS(4033), + [anon_sym_BANG] = ACTIONS(4031), + [anon_sym_BANG_BANG] = ACTIONS(4033), + [anon_sym_suspend] = ACTIONS(4031), + [anon_sym_sealed] = ACTIONS(4031), + [anon_sym_annotation] = ACTIONS(4031), + [anon_sym_data] = ACTIONS(4031), + [anon_sym_inner] = ACTIONS(4031), + [anon_sym_override] = ACTIONS(4031), + [anon_sym_lateinit] = ACTIONS(4031), + [anon_sym_public] = ACTIONS(4031), + [anon_sym_private] = ACTIONS(4031), + [anon_sym_internal] = ACTIONS(4031), + [anon_sym_protected] = ACTIONS(4031), + [anon_sym_tailrec] = ACTIONS(4031), + [anon_sym_operator] = ACTIONS(4031), + [anon_sym_infix] = ACTIONS(4031), + [anon_sym_inline] = ACTIONS(4031), + [anon_sym_external] = ACTIONS(4031), + [sym_property_modifier] = ACTIONS(4031), + [anon_sym_abstract] = ACTIONS(4031), + [anon_sym_final] = ACTIONS(4031), + [anon_sym_open] = ACTIONS(4031), + [anon_sym_vararg] = ACTIONS(4031), + [anon_sym_noinline] = ACTIONS(4031), + [anon_sym_crossinline] = ACTIONS(4031), + [anon_sym_expect] = ACTIONS(4031), + [anon_sym_actual] = ACTIONS(4031), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4033), + [anon_sym_continue_AT] = ACTIONS(4033), + [anon_sym_break_AT] = ACTIONS(4033), + [sym_real_literal] = ACTIONS(4033), + [sym_integer_literal] = ACTIONS(4031), + [sym_hex_literal] = ACTIONS(4033), + [sym_bin_literal] = ACTIONS(4033), + [anon_sym_true] = ACTIONS(4031), + [anon_sym_false] = ACTIONS(4031), + [anon_sym_SQUOTE] = ACTIONS(4033), + [sym__backtick_identifier] = ACTIONS(4033), + [sym__automatic_semicolon] = ACTIONS(4033), + [sym_safe_nav] = ACTIONS(4033), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4033), }, [1180] = { - [sym_getter] = STATE(9417), - [sym_setter] = STATE(9417), - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(1738), - [sym__comparison_operator] = STATE(1739), - [sym__in_operator] = STATE(1740), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(1741), - [sym__multiplicative_operator] = STATE(1742), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_modifiers] = STATE(8580), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1744), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym_getter] = STATE(9118), + [sym_setter] = STATE(9118), + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(1752), + [sym__comparison_operator] = STATE(1753), + [sym__in_operator] = STATE(1754), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(1755), + [sym__multiplicative_operator] = STATE(1756), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_modifiers] = STATE(8728), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1758), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_LPAREN] = ACTIONS(3378), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_LPAREN] = ACTIONS(3394), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(4149), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(5075), - [anon_sym_get] = ACTIONS(4710), - [anon_sym_set] = ACTIONS(4712), - [anon_sym_STAR] = ACTIONS(4157), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(4159), - [anon_sym_while] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(4161), - [anon_sym_QMARK_COLON] = ACTIONS(4163), - [anon_sym_AMP_AMP] = ACTIONS(4165), - [anon_sym_PIPE_PIPE] = ACTIONS(4167), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_BANG_EQ] = ACTIONS(4169), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4171), - [anon_sym_EQ_EQ] = ACTIONS(4169), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4171), - [anon_sym_LT_EQ] = ACTIONS(4173), - [anon_sym_GT_EQ] = ACTIONS(4173), - [anon_sym_BANGin] = ACTIONS(4175), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), - [anon_sym_PLUS] = ACTIONS(4177), - [anon_sym_DASH] = ACTIONS(4177), - [anon_sym_SLASH] = ACTIONS(4179), - [anon_sym_PERCENT] = ACTIONS(4157), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), + [anon_sym_GT] = ACTIONS(4156), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(5051), + [anon_sym_get] = ACTIONS(4838), + [anon_sym_set] = ACTIONS(4840), + [anon_sym_STAR] = ACTIONS(4164), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(4166), + [anon_sym_while] = ACTIONS(1778), + [anon_sym_DOT_DOT] = ACTIONS(4168), + [anon_sym_QMARK_COLON] = ACTIONS(4170), + [anon_sym_AMP_AMP] = ACTIONS(4172), + [anon_sym_PIPE_PIPE] = ACTIONS(4174), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_BANG_EQ] = ACTIONS(4176), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4178), + [anon_sym_EQ_EQ] = ACTIONS(4176), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4178), + [anon_sym_LT_EQ] = ACTIONS(4180), + [anon_sym_GT_EQ] = ACTIONS(4180), + [anon_sym_BANGin] = ACTIONS(4182), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), + [anon_sym_PLUS] = ACTIONS(4184), + [anon_sym_DASH] = ACTIONS(4184), + [anon_sym_SLASH] = ACTIONS(4186), + [anon_sym_PERCENT] = ACTIONS(4164), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -169830,427 +169938,942 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), + [sym_safe_nav] = ACTIONS(3420), [sym_multiline_comment] = ACTIONS(3), }, [1181] = { - [sym_function_body] = STATE(1174), - [sym__block] = STATE(1128), - [sym__alpha_identifier] = ACTIONS(4503), - [anon_sym_AT] = ACTIONS(4505), - [anon_sym_LBRACK] = ACTIONS(4505), - [anon_sym_as] = ACTIONS(4503), - [anon_sym_EQ] = ACTIONS(4207), - [anon_sym_LBRACE] = ACTIONS(4081), - [anon_sym_RBRACE] = ACTIONS(4505), - [anon_sym_LPAREN] = ACTIONS(4505), - [anon_sym_LT] = ACTIONS(4503), - [anon_sym_GT] = ACTIONS(4503), - [anon_sym_object] = ACTIONS(4503), - [anon_sym_fun] = ACTIONS(4503), - [anon_sym_DOT] = ACTIONS(4503), - [anon_sym_SEMI] = ACTIONS(4505), - [anon_sym_get] = ACTIONS(4503), - [anon_sym_set] = ACTIONS(4503), - [anon_sym_this] = ACTIONS(4503), - [anon_sym_super] = ACTIONS(4503), - [anon_sym_STAR] = ACTIONS(4503), - [sym_label] = ACTIONS(4503), - [anon_sym_in] = ACTIONS(4503), - [anon_sym_DOT_DOT] = ACTIONS(4505), - [anon_sym_QMARK_COLON] = ACTIONS(4505), - [anon_sym_AMP_AMP] = ACTIONS(4505), - [anon_sym_PIPE_PIPE] = ACTIONS(4505), - [anon_sym_null] = ACTIONS(4503), - [anon_sym_if] = ACTIONS(4503), - [anon_sym_else] = ACTIONS(4503), - [anon_sym_when] = ACTIONS(4503), - [anon_sym_try] = ACTIONS(4503), - [anon_sym_throw] = ACTIONS(4503), - [anon_sym_return] = ACTIONS(4503), - [anon_sym_continue] = ACTIONS(4503), - [anon_sym_break] = ACTIONS(4503), - [anon_sym_COLON_COLON] = ACTIONS(4505), - [anon_sym_PLUS_EQ] = ACTIONS(4505), - [anon_sym_DASH_EQ] = ACTIONS(4505), - [anon_sym_STAR_EQ] = ACTIONS(4505), - [anon_sym_SLASH_EQ] = ACTIONS(4505), - [anon_sym_PERCENT_EQ] = ACTIONS(4505), - [anon_sym_BANG_EQ] = ACTIONS(4503), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4505), - [anon_sym_EQ_EQ] = ACTIONS(4503), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4505), - [anon_sym_LT_EQ] = ACTIONS(4505), - [anon_sym_GT_EQ] = ACTIONS(4505), - [anon_sym_BANGin] = ACTIONS(4505), - [anon_sym_is] = ACTIONS(4503), - [anon_sym_BANGis] = ACTIONS(4505), - [anon_sym_PLUS] = ACTIONS(4503), - [anon_sym_DASH] = ACTIONS(4503), - [anon_sym_SLASH] = ACTIONS(4503), - [anon_sym_PERCENT] = ACTIONS(4503), - [anon_sym_as_QMARK] = ACTIONS(4505), - [anon_sym_PLUS_PLUS] = ACTIONS(4505), - [anon_sym_DASH_DASH] = ACTIONS(4505), - [anon_sym_BANG] = ACTIONS(4503), - [anon_sym_BANG_BANG] = ACTIONS(4505), - [anon_sym_suspend] = ACTIONS(4503), - [anon_sym_sealed] = ACTIONS(4503), - [anon_sym_annotation] = ACTIONS(4503), - [anon_sym_data] = ACTIONS(4503), - [anon_sym_inner] = ACTIONS(4503), - [anon_sym_override] = ACTIONS(4503), - [anon_sym_lateinit] = ACTIONS(4503), - [anon_sym_public] = ACTIONS(4503), - [anon_sym_private] = ACTIONS(4503), - [anon_sym_internal] = ACTIONS(4503), - [anon_sym_protected] = ACTIONS(4503), - [anon_sym_tailrec] = ACTIONS(4503), - [anon_sym_operator] = ACTIONS(4503), - [anon_sym_infix] = ACTIONS(4503), - [anon_sym_inline] = ACTIONS(4503), - [anon_sym_external] = ACTIONS(4503), - [sym_property_modifier] = ACTIONS(4503), - [anon_sym_abstract] = ACTIONS(4503), - [anon_sym_final] = ACTIONS(4503), - [anon_sym_open] = ACTIONS(4503), - [anon_sym_vararg] = ACTIONS(4503), - [anon_sym_noinline] = ACTIONS(4503), - [anon_sym_crossinline] = ACTIONS(4503), - [anon_sym_expect] = ACTIONS(4503), - [anon_sym_actual] = ACTIONS(4503), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4505), - [anon_sym_continue_AT] = ACTIONS(4505), - [anon_sym_break_AT] = ACTIONS(4505), - [sym_real_literal] = ACTIONS(4505), - [sym_integer_literal] = ACTIONS(4503), - [sym_hex_literal] = ACTIONS(4505), - [sym_bin_literal] = ACTIONS(4505), - [anon_sym_true] = ACTIONS(4503), - [anon_sym_false] = ACTIONS(4503), - [anon_sym_SQUOTE] = ACTIONS(4505), - [sym__backtick_identifier] = ACTIONS(4505), - [sym__automatic_semicolon] = ACTIONS(4505), - [sym_safe_nav] = ACTIONS(4505), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4505), + [sym__alpha_identifier] = ACTIONS(4188), + [anon_sym_AT] = ACTIONS(4190), + [anon_sym_LBRACK] = ACTIONS(4190), + [anon_sym_as] = ACTIONS(4188), + [anon_sym_EQ] = ACTIONS(4188), + [anon_sym_LBRACE] = ACTIONS(4190), + [anon_sym_RBRACE] = ACTIONS(4190), + [anon_sym_LPAREN] = ACTIONS(4190), + [anon_sym_COMMA] = ACTIONS(4190), + [anon_sym_LT] = ACTIONS(4188), + [anon_sym_GT] = ACTIONS(4188), + [anon_sym_where] = ACTIONS(4188), + [anon_sym_object] = ACTIONS(4188), + [anon_sym_fun] = ACTIONS(4188), + [anon_sym_DOT] = ACTIONS(4188), + [anon_sym_SEMI] = ACTIONS(4190), + [anon_sym_get] = ACTIONS(4188), + [anon_sym_set] = ACTIONS(4188), + [anon_sym_this] = ACTIONS(4188), + [anon_sym_super] = ACTIONS(4188), + [anon_sym_STAR] = ACTIONS(4188), + [sym_label] = ACTIONS(4188), + [anon_sym_in] = ACTIONS(4188), + [anon_sym_DOT_DOT] = ACTIONS(4190), + [anon_sym_QMARK_COLON] = ACTIONS(4190), + [anon_sym_AMP_AMP] = ACTIONS(4190), + [anon_sym_PIPE_PIPE] = ACTIONS(4190), + [anon_sym_null] = ACTIONS(4188), + [anon_sym_if] = ACTIONS(4188), + [anon_sym_else] = ACTIONS(4188), + [anon_sym_when] = ACTIONS(4188), + [anon_sym_try] = ACTIONS(4188), + [anon_sym_throw] = ACTIONS(4188), + [anon_sym_return] = ACTIONS(4188), + [anon_sym_continue] = ACTIONS(4188), + [anon_sym_break] = ACTIONS(4188), + [anon_sym_COLON_COLON] = ACTIONS(4190), + [anon_sym_PLUS_EQ] = ACTIONS(4190), + [anon_sym_DASH_EQ] = ACTIONS(4190), + [anon_sym_STAR_EQ] = ACTIONS(4190), + [anon_sym_SLASH_EQ] = ACTIONS(4190), + [anon_sym_PERCENT_EQ] = ACTIONS(4190), + [anon_sym_BANG_EQ] = ACTIONS(4188), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4190), + [anon_sym_EQ_EQ] = ACTIONS(4188), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4190), + [anon_sym_LT_EQ] = ACTIONS(4190), + [anon_sym_GT_EQ] = ACTIONS(4190), + [anon_sym_BANGin] = ACTIONS(4190), + [anon_sym_is] = ACTIONS(4188), + [anon_sym_BANGis] = ACTIONS(4190), + [anon_sym_PLUS] = ACTIONS(4188), + [anon_sym_DASH] = ACTIONS(4188), + [anon_sym_SLASH] = ACTIONS(4188), + [anon_sym_PERCENT] = ACTIONS(4188), + [anon_sym_as_QMARK] = ACTIONS(4190), + [anon_sym_PLUS_PLUS] = ACTIONS(4190), + [anon_sym_DASH_DASH] = ACTIONS(4190), + [anon_sym_BANG] = ACTIONS(4188), + [anon_sym_BANG_BANG] = ACTIONS(4190), + [anon_sym_suspend] = ACTIONS(4188), + [anon_sym_sealed] = ACTIONS(4188), + [anon_sym_annotation] = ACTIONS(4188), + [anon_sym_data] = ACTIONS(4188), + [anon_sym_inner] = ACTIONS(4188), + [anon_sym_override] = ACTIONS(4188), + [anon_sym_lateinit] = ACTIONS(4188), + [anon_sym_public] = ACTIONS(4188), + [anon_sym_private] = ACTIONS(4188), + [anon_sym_internal] = ACTIONS(4188), + [anon_sym_protected] = ACTIONS(4188), + [anon_sym_tailrec] = ACTIONS(4188), + [anon_sym_operator] = ACTIONS(4188), + [anon_sym_infix] = ACTIONS(4188), + [anon_sym_inline] = ACTIONS(4188), + [anon_sym_external] = ACTIONS(4188), + [sym_property_modifier] = ACTIONS(4188), + [anon_sym_abstract] = ACTIONS(4188), + [anon_sym_final] = ACTIONS(4188), + [anon_sym_open] = ACTIONS(4188), + [anon_sym_vararg] = ACTIONS(4188), + [anon_sym_noinline] = ACTIONS(4188), + [anon_sym_crossinline] = ACTIONS(4188), + [anon_sym_expect] = ACTIONS(4188), + [anon_sym_actual] = ACTIONS(4188), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4190), + [anon_sym_continue_AT] = ACTIONS(4190), + [anon_sym_break_AT] = ACTIONS(4190), + [sym_real_literal] = ACTIONS(4190), + [sym_integer_literal] = ACTIONS(4188), + [sym_hex_literal] = ACTIONS(4190), + [sym_bin_literal] = ACTIONS(4190), + [anon_sym_true] = ACTIONS(4188), + [anon_sym_false] = ACTIONS(4188), + [anon_sym_SQUOTE] = ACTIONS(4190), + [sym__backtick_identifier] = ACTIONS(4190), + [sym__automatic_semicolon] = ACTIONS(4190), + [sym_safe_nav] = ACTIONS(4190), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4190), }, [1182] = { - [sym_function_body] = STATE(1171), - [sym__block] = STATE(1128), - [sym__alpha_identifier] = ACTIONS(4181), - [anon_sym_AT] = ACTIONS(4183), - [anon_sym_LBRACK] = ACTIONS(4183), - [anon_sym_as] = ACTIONS(4181), - [anon_sym_EQ] = ACTIONS(4207), - [anon_sym_LBRACE] = ACTIONS(4081), - [anon_sym_RBRACE] = ACTIONS(4183), - [anon_sym_LPAREN] = ACTIONS(4183), - [anon_sym_LT] = ACTIONS(4181), - [anon_sym_GT] = ACTIONS(4181), - [anon_sym_object] = ACTIONS(4181), - [anon_sym_fun] = ACTIONS(4181), - [anon_sym_DOT] = ACTIONS(4181), - [anon_sym_SEMI] = ACTIONS(4183), - [anon_sym_get] = ACTIONS(4181), - [anon_sym_set] = ACTIONS(4181), - [anon_sym_this] = ACTIONS(4181), - [anon_sym_super] = ACTIONS(4181), - [anon_sym_STAR] = ACTIONS(4181), - [sym_label] = ACTIONS(4181), - [anon_sym_in] = ACTIONS(4181), - [anon_sym_DOT_DOT] = ACTIONS(4183), - [anon_sym_QMARK_COLON] = ACTIONS(4183), - [anon_sym_AMP_AMP] = ACTIONS(4183), - [anon_sym_PIPE_PIPE] = ACTIONS(4183), - [anon_sym_null] = ACTIONS(4181), - [anon_sym_if] = ACTIONS(4181), - [anon_sym_else] = ACTIONS(4181), - [anon_sym_when] = ACTIONS(4181), - [anon_sym_try] = ACTIONS(4181), - [anon_sym_throw] = ACTIONS(4181), - [anon_sym_return] = ACTIONS(4181), - [anon_sym_continue] = ACTIONS(4181), - [anon_sym_break] = ACTIONS(4181), - [anon_sym_COLON_COLON] = ACTIONS(4183), - [anon_sym_PLUS_EQ] = ACTIONS(4183), - [anon_sym_DASH_EQ] = ACTIONS(4183), - [anon_sym_STAR_EQ] = ACTIONS(4183), - [anon_sym_SLASH_EQ] = ACTIONS(4183), - [anon_sym_PERCENT_EQ] = ACTIONS(4183), - [anon_sym_BANG_EQ] = ACTIONS(4181), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4183), - [anon_sym_EQ_EQ] = ACTIONS(4181), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4183), - [anon_sym_LT_EQ] = ACTIONS(4183), - [anon_sym_GT_EQ] = ACTIONS(4183), - [anon_sym_BANGin] = ACTIONS(4183), - [anon_sym_is] = ACTIONS(4181), - [anon_sym_BANGis] = ACTIONS(4183), - [anon_sym_PLUS] = ACTIONS(4181), - [anon_sym_DASH] = ACTIONS(4181), - [anon_sym_SLASH] = ACTIONS(4181), - [anon_sym_PERCENT] = ACTIONS(4181), - [anon_sym_as_QMARK] = ACTIONS(4183), - [anon_sym_PLUS_PLUS] = ACTIONS(4183), - [anon_sym_DASH_DASH] = ACTIONS(4183), - [anon_sym_BANG] = ACTIONS(4181), - [anon_sym_BANG_BANG] = ACTIONS(4183), - [anon_sym_suspend] = ACTIONS(4181), - [anon_sym_sealed] = ACTIONS(4181), - [anon_sym_annotation] = ACTIONS(4181), - [anon_sym_data] = ACTIONS(4181), - [anon_sym_inner] = ACTIONS(4181), - [anon_sym_override] = ACTIONS(4181), - [anon_sym_lateinit] = ACTIONS(4181), - [anon_sym_public] = ACTIONS(4181), - [anon_sym_private] = ACTIONS(4181), - [anon_sym_internal] = ACTIONS(4181), - [anon_sym_protected] = ACTIONS(4181), - [anon_sym_tailrec] = ACTIONS(4181), - [anon_sym_operator] = ACTIONS(4181), - [anon_sym_infix] = ACTIONS(4181), - [anon_sym_inline] = ACTIONS(4181), - [anon_sym_external] = ACTIONS(4181), - [sym_property_modifier] = ACTIONS(4181), - [anon_sym_abstract] = ACTIONS(4181), - [anon_sym_final] = ACTIONS(4181), - [anon_sym_open] = ACTIONS(4181), - [anon_sym_vararg] = ACTIONS(4181), - [anon_sym_noinline] = ACTIONS(4181), - [anon_sym_crossinline] = ACTIONS(4181), - [anon_sym_expect] = ACTIONS(4181), - [anon_sym_actual] = ACTIONS(4181), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4183), - [anon_sym_continue_AT] = ACTIONS(4183), - [anon_sym_break_AT] = ACTIONS(4183), - [sym_real_literal] = ACTIONS(4183), - [sym_integer_literal] = ACTIONS(4181), - [sym_hex_literal] = ACTIONS(4183), - [sym_bin_literal] = ACTIONS(4183), - [anon_sym_true] = ACTIONS(4181), - [anon_sym_false] = ACTIONS(4181), - [anon_sym_SQUOTE] = ACTIONS(4183), - [sym__backtick_identifier] = ACTIONS(4183), - [sym__automatic_semicolon] = ACTIONS(4183), - [sym_safe_nav] = ACTIONS(4183), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4183), + [sym__alpha_identifier] = ACTIONS(1752), + [anon_sym_AT] = ACTIONS(1754), + [anon_sym_LBRACK] = ACTIONS(1754), + [anon_sym_as] = ACTIONS(1752), + [anon_sym_EQ] = ACTIONS(1752), + [anon_sym_LBRACE] = ACTIONS(1754), + [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_LPAREN] = ACTIONS(1754), + [anon_sym_COMMA] = ACTIONS(1754), + [anon_sym_LT] = ACTIONS(1752), + [anon_sym_GT] = ACTIONS(1752), + [anon_sym_where] = ACTIONS(1752), + [anon_sym_object] = ACTIONS(1752), + [anon_sym_fun] = ACTIONS(1752), + [anon_sym_DOT] = ACTIONS(1752), + [anon_sym_SEMI] = ACTIONS(1754), + [anon_sym_get] = ACTIONS(1752), + [anon_sym_set] = ACTIONS(1752), + [anon_sym_this] = ACTIONS(1752), + [anon_sym_super] = ACTIONS(1752), + [anon_sym_STAR] = ACTIONS(1752), + [sym_label] = ACTIONS(1752), + [anon_sym_in] = ACTIONS(1752), + [anon_sym_DOT_DOT] = ACTIONS(1754), + [anon_sym_QMARK_COLON] = ACTIONS(1754), + [anon_sym_AMP_AMP] = ACTIONS(1754), + [anon_sym_PIPE_PIPE] = ACTIONS(1754), + [anon_sym_null] = ACTIONS(1752), + [anon_sym_if] = ACTIONS(1752), + [anon_sym_else] = ACTIONS(1752), + [anon_sym_when] = ACTIONS(1752), + [anon_sym_try] = ACTIONS(1752), + [anon_sym_throw] = ACTIONS(1752), + [anon_sym_return] = ACTIONS(1752), + [anon_sym_continue] = ACTIONS(1752), + [anon_sym_break] = ACTIONS(1752), + [anon_sym_COLON_COLON] = ACTIONS(1754), + [anon_sym_PLUS_EQ] = ACTIONS(1754), + [anon_sym_DASH_EQ] = ACTIONS(1754), + [anon_sym_STAR_EQ] = ACTIONS(1754), + [anon_sym_SLASH_EQ] = ACTIONS(1754), + [anon_sym_PERCENT_EQ] = ACTIONS(1754), + [anon_sym_BANG_EQ] = ACTIONS(1752), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), + [anon_sym_EQ_EQ] = ACTIONS(1752), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), + [anon_sym_LT_EQ] = ACTIONS(1754), + [anon_sym_GT_EQ] = ACTIONS(1754), + [anon_sym_BANGin] = ACTIONS(1754), + [anon_sym_is] = ACTIONS(1752), + [anon_sym_BANGis] = ACTIONS(1754), + [anon_sym_PLUS] = ACTIONS(1752), + [anon_sym_DASH] = ACTIONS(1752), + [anon_sym_SLASH] = ACTIONS(1752), + [anon_sym_PERCENT] = ACTIONS(1752), + [anon_sym_as_QMARK] = ACTIONS(1754), + [anon_sym_PLUS_PLUS] = ACTIONS(1754), + [anon_sym_DASH_DASH] = ACTIONS(1754), + [anon_sym_BANG] = ACTIONS(1752), + [anon_sym_BANG_BANG] = ACTIONS(1754), + [anon_sym_suspend] = ACTIONS(1752), + [anon_sym_sealed] = ACTIONS(1752), + [anon_sym_annotation] = ACTIONS(1752), + [anon_sym_data] = ACTIONS(1752), + [anon_sym_inner] = ACTIONS(1752), + [anon_sym_override] = ACTIONS(1752), + [anon_sym_lateinit] = ACTIONS(1752), + [anon_sym_public] = ACTIONS(1752), + [anon_sym_private] = ACTIONS(1752), + [anon_sym_internal] = ACTIONS(1752), + [anon_sym_protected] = ACTIONS(1752), + [anon_sym_tailrec] = ACTIONS(1752), + [anon_sym_operator] = ACTIONS(1752), + [anon_sym_infix] = ACTIONS(1752), + [anon_sym_inline] = ACTIONS(1752), + [anon_sym_external] = ACTIONS(1752), + [sym_property_modifier] = ACTIONS(1752), + [anon_sym_abstract] = ACTIONS(1752), + [anon_sym_final] = ACTIONS(1752), + [anon_sym_open] = ACTIONS(1752), + [anon_sym_vararg] = ACTIONS(1752), + [anon_sym_noinline] = ACTIONS(1752), + [anon_sym_crossinline] = ACTIONS(1752), + [anon_sym_expect] = ACTIONS(1752), + [anon_sym_actual] = ACTIONS(1752), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1754), + [anon_sym_continue_AT] = ACTIONS(1754), + [anon_sym_break_AT] = ACTIONS(1754), + [sym_real_literal] = ACTIONS(1754), + [sym_integer_literal] = ACTIONS(1752), + [sym_hex_literal] = ACTIONS(1754), + [sym_bin_literal] = ACTIONS(1754), + [anon_sym_true] = ACTIONS(1752), + [anon_sym_false] = ACTIONS(1752), + [anon_sym_SQUOTE] = ACTIONS(1754), + [sym__backtick_identifier] = ACTIONS(1754), + [sym__automatic_semicolon] = ACTIONS(1754), + [sym_safe_nav] = ACTIONS(1754), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1754), }, [1183] = { - [sym_function_body] = STATE(1166), - [sym__block] = STATE(1128), - [sym__alpha_identifier] = ACTIONS(4300), - [anon_sym_AT] = ACTIONS(4302), - [anon_sym_LBRACK] = ACTIONS(4302), - [anon_sym_as] = ACTIONS(4300), - [anon_sym_EQ] = ACTIONS(4207), - [anon_sym_LBRACE] = ACTIONS(4081), - [anon_sym_RBRACE] = ACTIONS(4302), - [anon_sym_LPAREN] = ACTIONS(4302), - [anon_sym_LT] = ACTIONS(4300), - [anon_sym_GT] = ACTIONS(4300), - [anon_sym_object] = ACTIONS(4300), - [anon_sym_fun] = ACTIONS(4300), - [anon_sym_DOT] = ACTIONS(4300), - [anon_sym_SEMI] = ACTIONS(4302), - [anon_sym_get] = ACTIONS(4300), - [anon_sym_set] = ACTIONS(4300), - [anon_sym_this] = ACTIONS(4300), - [anon_sym_super] = ACTIONS(4300), - [anon_sym_STAR] = ACTIONS(4300), - [sym_label] = ACTIONS(4300), - [anon_sym_in] = ACTIONS(4300), - [anon_sym_DOT_DOT] = ACTIONS(4302), - [anon_sym_QMARK_COLON] = ACTIONS(4302), - [anon_sym_AMP_AMP] = ACTIONS(4302), - [anon_sym_PIPE_PIPE] = ACTIONS(4302), - [anon_sym_null] = ACTIONS(4300), - [anon_sym_if] = ACTIONS(4300), - [anon_sym_else] = ACTIONS(4300), - [anon_sym_when] = ACTIONS(4300), - [anon_sym_try] = ACTIONS(4300), - [anon_sym_throw] = ACTIONS(4300), - [anon_sym_return] = ACTIONS(4300), - [anon_sym_continue] = ACTIONS(4300), - [anon_sym_break] = ACTIONS(4300), - [anon_sym_COLON_COLON] = ACTIONS(4302), - [anon_sym_PLUS_EQ] = ACTIONS(4302), - [anon_sym_DASH_EQ] = ACTIONS(4302), - [anon_sym_STAR_EQ] = ACTIONS(4302), - [anon_sym_SLASH_EQ] = ACTIONS(4302), - [anon_sym_PERCENT_EQ] = ACTIONS(4302), - [anon_sym_BANG_EQ] = ACTIONS(4300), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4302), - [anon_sym_EQ_EQ] = ACTIONS(4300), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4302), - [anon_sym_LT_EQ] = ACTIONS(4302), - [anon_sym_GT_EQ] = ACTIONS(4302), - [anon_sym_BANGin] = ACTIONS(4302), - [anon_sym_is] = ACTIONS(4300), - [anon_sym_BANGis] = ACTIONS(4302), - [anon_sym_PLUS] = ACTIONS(4300), - [anon_sym_DASH] = ACTIONS(4300), - [anon_sym_SLASH] = ACTIONS(4300), - [anon_sym_PERCENT] = ACTIONS(4300), - [anon_sym_as_QMARK] = ACTIONS(4302), - [anon_sym_PLUS_PLUS] = ACTIONS(4302), - [anon_sym_DASH_DASH] = ACTIONS(4302), - [anon_sym_BANG] = ACTIONS(4300), - [anon_sym_BANG_BANG] = ACTIONS(4302), - [anon_sym_suspend] = ACTIONS(4300), - [anon_sym_sealed] = ACTIONS(4300), - [anon_sym_annotation] = ACTIONS(4300), - [anon_sym_data] = ACTIONS(4300), - [anon_sym_inner] = ACTIONS(4300), - [anon_sym_override] = ACTIONS(4300), - [anon_sym_lateinit] = ACTIONS(4300), - [anon_sym_public] = ACTIONS(4300), - [anon_sym_private] = ACTIONS(4300), - [anon_sym_internal] = ACTIONS(4300), - [anon_sym_protected] = ACTIONS(4300), - [anon_sym_tailrec] = ACTIONS(4300), - [anon_sym_operator] = ACTIONS(4300), - [anon_sym_infix] = ACTIONS(4300), - [anon_sym_inline] = ACTIONS(4300), - [anon_sym_external] = ACTIONS(4300), - [sym_property_modifier] = ACTIONS(4300), - [anon_sym_abstract] = ACTIONS(4300), - [anon_sym_final] = ACTIONS(4300), - [anon_sym_open] = ACTIONS(4300), - [anon_sym_vararg] = ACTIONS(4300), - [anon_sym_noinline] = ACTIONS(4300), - [anon_sym_crossinline] = ACTIONS(4300), - [anon_sym_expect] = ACTIONS(4300), - [anon_sym_actual] = ACTIONS(4300), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4302), - [anon_sym_continue_AT] = ACTIONS(4302), - [anon_sym_break_AT] = ACTIONS(4302), - [sym_real_literal] = ACTIONS(4302), - [sym_integer_literal] = ACTIONS(4300), - [sym_hex_literal] = ACTIONS(4302), - [sym_bin_literal] = ACTIONS(4302), - [anon_sym_true] = ACTIONS(4300), - [anon_sym_false] = ACTIONS(4300), - [anon_sym_SQUOTE] = ACTIONS(4302), - [sym__backtick_identifier] = ACTIONS(4302), - [sym__automatic_semicolon] = ACTIONS(4302), - [sym_safe_nav] = ACTIONS(4302), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4302), + [sym__alpha_identifier] = ACTIONS(5053), + [anon_sym_AT] = ACTIONS(5055), + [anon_sym_LBRACK] = ACTIONS(5055), + [anon_sym_as] = ACTIONS(5053), + [anon_sym_EQ] = ACTIONS(5053), + [anon_sym_LBRACE] = ACTIONS(5055), + [anon_sym_RBRACE] = ACTIONS(5055), + [anon_sym_LPAREN] = ACTIONS(5055), + [anon_sym_COMMA] = ACTIONS(5055), + [anon_sym_LT] = ACTIONS(5053), + [anon_sym_GT] = ACTIONS(5053), + [anon_sym_where] = ACTIONS(5053), + [anon_sym_object] = ACTIONS(5053), + [anon_sym_fun] = ACTIONS(5053), + [anon_sym_DOT] = ACTIONS(5053), + [anon_sym_SEMI] = ACTIONS(5055), + [anon_sym_get] = ACTIONS(5053), + [anon_sym_set] = ACTIONS(5053), + [anon_sym_this] = ACTIONS(5053), + [anon_sym_super] = ACTIONS(5053), + [anon_sym_STAR] = ACTIONS(5053), + [sym_label] = ACTIONS(5053), + [anon_sym_in] = ACTIONS(5053), + [anon_sym_DOT_DOT] = ACTIONS(5055), + [anon_sym_QMARK_COLON] = ACTIONS(5055), + [anon_sym_AMP_AMP] = ACTIONS(5055), + [anon_sym_PIPE_PIPE] = ACTIONS(5055), + [anon_sym_null] = ACTIONS(5053), + [anon_sym_if] = ACTIONS(5053), + [anon_sym_else] = ACTIONS(5053), + [anon_sym_when] = ACTIONS(5053), + [anon_sym_try] = ACTIONS(5053), + [anon_sym_throw] = ACTIONS(5053), + [anon_sym_return] = ACTIONS(5053), + [anon_sym_continue] = ACTIONS(5053), + [anon_sym_break] = ACTIONS(5053), + [anon_sym_COLON_COLON] = ACTIONS(5055), + [anon_sym_PLUS_EQ] = ACTIONS(5055), + [anon_sym_DASH_EQ] = ACTIONS(5055), + [anon_sym_STAR_EQ] = ACTIONS(5055), + [anon_sym_SLASH_EQ] = ACTIONS(5055), + [anon_sym_PERCENT_EQ] = ACTIONS(5055), + [anon_sym_BANG_EQ] = ACTIONS(5053), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5055), + [anon_sym_EQ_EQ] = ACTIONS(5053), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5055), + [anon_sym_LT_EQ] = ACTIONS(5055), + [anon_sym_GT_EQ] = ACTIONS(5055), + [anon_sym_BANGin] = ACTIONS(5055), + [anon_sym_is] = ACTIONS(5053), + [anon_sym_BANGis] = ACTIONS(5055), + [anon_sym_PLUS] = ACTIONS(5053), + [anon_sym_DASH] = ACTIONS(5053), + [anon_sym_SLASH] = ACTIONS(5053), + [anon_sym_PERCENT] = ACTIONS(5053), + [anon_sym_as_QMARK] = ACTIONS(5055), + [anon_sym_PLUS_PLUS] = ACTIONS(5055), + [anon_sym_DASH_DASH] = ACTIONS(5055), + [anon_sym_BANG] = ACTIONS(5053), + [anon_sym_BANG_BANG] = ACTIONS(5055), + [anon_sym_suspend] = ACTIONS(5053), + [anon_sym_sealed] = ACTIONS(5053), + [anon_sym_annotation] = ACTIONS(5053), + [anon_sym_data] = ACTIONS(5053), + [anon_sym_inner] = ACTIONS(5053), + [anon_sym_override] = ACTIONS(5053), + [anon_sym_lateinit] = ACTIONS(5053), + [anon_sym_public] = ACTIONS(5053), + [anon_sym_private] = ACTIONS(5053), + [anon_sym_internal] = ACTIONS(5053), + [anon_sym_protected] = ACTIONS(5053), + [anon_sym_tailrec] = ACTIONS(5053), + [anon_sym_operator] = ACTIONS(5053), + [anon_sym_infix] = ACTIONS(5053), + [anon_sym_inline] = ACTIONS(5053), + [anon_sym_external] = ACTIONS(5053), + [sym_property_modifier] = ACTIONS(5053), + [anon_sym_abstract] = ACTIONS(5053), + [anon_sym_final] = ACTIONS(5053), + [anon_sym_open] = ACTIONS(5053), + [anon_sym_vararg] = ACTIONS(5053), + [anon_sym_noinline] = ACTIONS(5053), + [anon_sym_crossinline] = ACTIONS(5053), + [anon_sym_expect] = ACTIONS(5053), + [anon_sym_actual] = ACTIONS(5053), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5055), + [anon_sym_continue_AT] = ACTIONS(5055), + [anon_sym_break_AT] = ACTIONS(5055), + [sym_real_literal] = ACTIONS(5055), + [sym_integer_literal] = ACTIONS(5053), + [sym_hex_literal] = ACTIONS(5055), + [sym_bin_literal] = ACTIONS(5055), + [anon_sym_true] = ACTIONS(5053), + [anon_sym_false] = ACTIONS(5053), + [anon_sym_SQUOTE] = ACTIONS(5055), + [sym__backtick_identifier] = ACTIONS(5055), + [sym__automatic_semicolon] = ACTIONS(5055), + [sym_safe_nav] = ACTIONS(5055), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5055), }, [1184] = { - [sym__alpha_identifier] = ACTIONS(5067), - [anon_sym_AT] = ACTIONS(5069), - [anon_sym_LBRACK] = ACTIONS(5069), - [anon_sym_as] = ACTIONS(5067), - [anon_sym_EQ] = ACTIONS(5067), - [anon_sym_LBRACE] = ACTIONS(5069), - [anon_sym_RBRACE] = ACTIONS(5069), - [anon_sym_LPAREN] = ACTIONS(5069), - [anon_sym_COMMA] = ACTIONS(5069), - [anon_sym_LT] = ACTIONS(5067), - [anon_sym_GT] = ACTIONS(5067), - [anon_sym_where] = ACTIONS(5067), - [anon_sym_object] = ACTIONS(5067), - [anon_sym_fun] = ACTIONS(5067), - [anon_sym_DOT] = ACTIONS(5067), - [anon_sym_SEMI] = ACTIONS(5069), - [anon_sym_get] = ACTIONS(5067), - [anon_sym_set] = ACTIONS(5067), - [anon_sym_this] = ACTIONS(5067), - [anon_sym_super] = ACTIONS(5067), - [anon_sym_STAR] = ACTIONS(5067), - [sym_label] = ACTIONS(5067), - [anon_sym_in] = ACTIONS(5067), - [anon_sym_DOT_DOT] = ACTIONS(5069), - [anon_sym_QMARK_COLON] = ACTIONS(5069), - [anon_sym_AMP_AMP] = ACTIONS(5069), - [anon_sym_PIPE_PIPE] = ACTIONS(5069), - [anon_sym_null] = ACTIONS(5067), - [anon_sym_if] = ACTIONS(5067), - [anon_sym_else] = ACTIONS(5073), - [anon_sym_when] = ACTIONS(5067), - [anon_sym_try] = ACTIONS(5067), - [anon_sym_throw] = ACTIONS(5067), - [anon_sym_return] = ACTIONS(5067), - [anon_sym_continue] = ACTIONS(5067), - [anon_sym_break] = ACTIONS(5067), - [anon_sym_COLON_COLON] = ACTIONS(5069), - [anon_sym_PLUS_EQ] = ACTIONS(5069), - [anon_sym_DASH_EQ] = ACTIONS(5069), - [anon_sym_STAR_EQ] = ACTIONS(5069), - [anon_sym_SLASH_EQ] = ACTIONS(5069), - [anon_sym_PERCENT_EQ] = ACTIONS(5069), - [anon_sym_BANG_EQ] = ACTIONS(5067), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5069), - [anon_sym_EQ_EQ] = ACTIONS(5067), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5069), - [anon_sym_LT_EQ] = ACTIONS(5069), - [anon_sym_GT_EQ] = ACTIONS(5069), - [anon_sym_BANGin] = ACTIONS(5069), - [anon_sym_is] = ACTIONS(5067), - [anon_sym_BANGis] = ACTIONS(5069), - [anon_sym_PLUS] = ACTIONS(5067), - [anon_sym_DASH] = ACTIONS(5067), - [anon_sym_SLASH] = ACTIONS(5067), - [anon_sym_PERCENT] = ACTIONS(5067), - [anon_sym_as_QMARK] = ACTIONS(5069), - [anon_sym_PLUS_PLUS] = ACTIONS(5069), - [anon_sym_DASH_DASH] = ACTIONS(5069), - [anon_sym_BANG] = ACTIONS(5067), - [anon_sym_BANG_BANG] = ACTIONS(5069), - [anon_sym_suspend] = ACTIONS(5067), - [anon_sym_sealed] = ACTIONS(5067), - [anon_sym_annotation] = ACTIONS(5067), - [anon_sym_data] = ACTIONS(5067), - [anon_sym_inner] = ACTIONS(5067), - [anon_sym_override] = ACTIONS(5067), - [anon_sym_lateinit] = ACTIONS(5067), - [anon_sym_public] = ACTIONS(5067), - [anon_sym_private] = ACTIONS(5067), - [anon_sym_internal] = ACTIONS(5067), - [anon_sym_protected] = ACTIONS(5067), - [anon_sym_tailrec] = ACTIONS(5067), - [anon_sym_operator] = ACTIONS(5067), - [anon_sym_infix] = ACTIONS(5067), - [anon_sym_inline] = ACTIONS(5067), - [anon_sym_external] = ACTIONS(5067), - [sym_property_modifier] = ACTIONS(5067), - [anon_sym_abstract] = ACTIONS(5067), - [anon_sym_final] = ACTIONS(5067), - [anon_sym_open] = ACTIONS(5067), - [anon_sym_vararg] = ACTIONS(5067), - [anon_sym_noinline] = ACTIONS(5067), - [anon_sym_crossinline] = ACTIONS(5067), - [anon_sym_expect] = ACTIONS(5067), - [anon_sym_actual] = ACTIONS(5067), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5069), - [anon_sym_continue_AT] = ACTIONS(5069), - [anon_sym_break_AT] = ACTIONS(5069), - [sym_real_literal] = ACTIONS(5069), - [sym_integer_literal] = ACTIONS(5067), - [sym_hex_literal] = ACTIONS(5069), - [sym_bin_literal] = ACTIONS(5069), - [anon_sym_true] = ACTIONS(5067), - [anon_sym_false] = ACTIONS(5067), - [anon_sym_SQUOTE] = ACTIONS(5069), - [sym__backtick_identifier] = ACTIONS(5069), - [sym__automatic_semicolon] = ACTIONS(5069), - [sym_safe_nav] = ACTIONS(5069), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5069), + [sym__alpha_identifier] = ACTIONS(5057), + [anon_sym_AT] = ACTIONS(5059), + [anon_sym_LBRACK] = ACTIONS(5059), + [anon_sym_as] = ACTIONS(5057), + [anon_sym_EQ] = ACTIONS(5057), + [anon_sym_LBRACE] = ACTIONS(5059), + [anon_sym_RBRACE] = ACTIONS(5059), + [anon_sym_LPAREN] = ACTIONS(5059), + [anon_sym_COMMA] = ACTIONS(5059), + [anon_sym_LT] = ACTIONS(5057), + [anon_sym_GT] = ACTIONS(5057), + [anon_sym_where] = ACTIONS(5057), + [anon_sym_object] = ACTIONS(5057), + [anon_sym_fun] = ACTIONS(5057), + [anon_sym_DOT] = ACTIONS(5057), + [anon_sym_SEMI] = ACTIONS(5059), + [anon_sym_get] = ACTIONS(5057), + [anon_sym_set] = ACTIONS(5057), + [anon_sym_this] = ACTIONS(5057), + [anon_sym_super] = ACTIONS(5057), + [anon_sym_STAR] = ACTIONS(5057), + [sym_label] = ACTIONS(5057), + [anon_sym_in] = ACTIONS(5057), + [anon_sym_DOT_DOT] = ACTIONS(5059), + [anon_sym_QMARK_COLON] = ACTIONS(5059), + [anon_sym_AMP_AMP] = ACTIONS(5059), + [anon_sym_PIPE_PIPE] = ACTIONS(5059), + [anon_sym_null] = ACTIONS(5057), + [anon_sym_if] = ACTIONS(5057), + [anon_sym_else] = ACTIONS(5057), + [anon_sym_when] = ACTIONS(5057), + [anon_sym_try] = ACTIONS(5057), + [anon_sym_throw] = ACTIONS(5057), + [anon_sym_return] = ACTIONS(5057), + [anon_sym_continue] = ACTIONS(5057), + [anon_sym_break] = ACTIONS(5057), + [anon_sym_COLON_COLON] = ACTIONS(5059), + [anon_sym_PLUS_EQ] = ACTIONS(5059), + [anon_sym_DASH_EQ] = ACTIONS(5059), + [anon_sym_STAR_EQ] = ACTIONS(5059), + [anon_sym_SLASH_EQ] = ACTIONS(5059), + [anon_sym_PERCENT_EQ] = ACTIONS(5059), + [anon_sym_BANG_EQ] = ACTIONS(5057), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5059), + [anon_sym_EQ_EQ] = ACTIONS(5057), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5059), + [anon_sym_LT_EQ] = ACTIONS(5059), + [anon_sym_GT_EQ] = ACTIONS(5059), + [anon_sym_BANGin] = ACTIONS(5059), + [anon_sym_is] = ACTIONS(5057), + [anon_sym_BANGis] = ACTIONS(5059), + [anon_sym_PLUS] = ACTIONS(5057), + [anon_sym_DASH] = ACTIONS(5057), + [anon_sym_SLASH] = ACTIONS(5057), + [anon_sym_PERCENT] = ACTIONS(5057), + [anon_sym_as_QMARK] = ACTIONS(5059), + [anon_sym_PLUS_PLUS] = ACTIONS(5059), + [anon_sym_DASH_DASH] = ACTIONS(5059), + [anon_sym_BANG] = ACTIONS(5057), + [anon_sym_BANG_BANG] = ACTIONS(5059), + [anon_sym_suspend] = ACTIONS(5057), + [anon_sym_sealed] = ACTIONS(5057), + [anon_sym_annotation] = ACTIONS(5057), + [anon_sym_data] = ACTIONS(5057), + [anon_sym_inner] = ACTIONS(5057), + [anon_sym_override] = ACTIONS(5057), + [anon_sym_lateinit] = ACTIONS(5057), + [anon_sym_public] = ACTIONS(5057), + [anon_sym_private] = ACTIONS(5057), + [anon_sym_internal] = ACTIONS(5057), + [anon_sym_protected] = ACTIONS(5057), + [anon_sym_tailrec] = ACTIONS(5057), + [anon_sym_operator] = ACTIONS(5057), + [anon_sym_infix] = ACTIONS(5057), + [anon_sym_inline] = ACTIONS(5057), + [anon_sym_external] = ACTIONS(5057), + [sym_property_modifier] = ACTIONS(5057), + [anon_sym_abstract] = ACTIONS(5057), + [anon_sym_final] = ACTIONS(5057), + [anon_sym_open] = ACTIONS(5057), + [anon_sym_vararg] = ACTIONS(5057), + [anon_sym_noinline] = ACTIONS(5057), + [anon_sym_crossinline] = ACTIONS(5057), + [anon_sym_expect] = ACTIONS(5057), + [anon_sym_actual] = ACTIONS(5057), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5059), + [anon_sym_continue_AT] = ACTIONS(5059), + [anon_sym_break_AT] = ACTIONS(5059), + [sym_real_literal] = ACTIONS(5059), + [sym_integer_literal] = ACTIONS(5057), + [sym_hex_literal] = ACTIONS(5059), + [sym_bin_literal] = ACTIONS(5059), + [anon_sym_true] = ACTIONS(5057), + [anon_sym_false] = ACTIONS(5057), + [anon_sym_SQUOTE] = ACTIONS(5059), + [sym__backtick_identifier] = ACTIONS(5059), + [sym__automatic_semicolon] = ACTIONS(5059), + [sym_safe_nav] = ACTIONS(5059), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5059), }, [1185] = { + [sym__alpha_identifier] = ACTIONS(5061), + [anon_sym_AT] = ACTIONS(5063), + [anon_sym_LBRACK] = ACTIONS(5063), + [anon_sym_as] = ACTIONS(5061), + [anon_sym_EQ] = ACTIONS(5061), + [anon_sym_LBRACE] = ACTIONS(5063), + [anon_sym_RBRACE] = ACTIONS(5063), + [anon_sym_LPAREN] = ACTIONS(5063), + [anon_sym_COMMA] = ACTIONS(5063), + [anon_sym_LT] = ACTIONS(5061), + [anon_sym_GT] = ACTIONS(5061), + [anon_sym_where] = ACTIONS(5061), + [anon_sym_object] = ACTIONS(5061), + [anon_sym_fun] = ACTIONS(5061), + [anon_sym_DOT] = ACTIONS(5061), + [anon_sym_SEMI] = ACTIONS(5063), + [anon_sym_get] = ACTIONS(5061), + [anon_sym_set] = ACTIONS(5061), + [anon_sym_this] = ACTIONS(5061), + [anon_sym_super] = ACTIONS(5061), + [anon_sym_STAR] = ACTIONS(5061), + [sym_label] = ACTIONS(5061), + [anon_sym_in] = ACTIONS(5061), + [anon_sym_DOT_DOT] = ACTIONS(5063), + [anon_sym_QMARK_COLON] = ACTIONS(5063), + [anon_sym_AMP_AMP] = ACTIONS(5063), + [anon_sym_PIPE_PIPE] = ACTIONS(5063), + [anon_sym_null] = ACTIONS(5061), + [anon_sym_if] = ACTIONS(5061), + [anon_sym_else] = ACTIONS(5061), + [anon_sym_when] = ACTIONS(5061), + [anon_sym_try] = ACTIONS(5061), + [anon_sym_throw] = ACTIONS(5061), + [anon_sym_return] = ACTIONS(5061), + [anon_sym_continue] = ACTIONS(5061), + [anon_sym_break] = ACTIONS(5061), + [anon_sym_COLON_COLON] = ACTIONS(5063), + [anon_sym_PLUS_EQ] = ACTIONS(5063), + [anon_sym_DASH_EQ] = ACTIONS(5063), + [anon_sym_STAR_EQ] = ACTIONS(5063), + [anon_sym_SLASH_EQ] = ACTIONS(5063), + [anon_sym_PERCENT_EQ] = ACTIONS(5063), + [anon_sym_BANG_EQ] = ACTIONS(5061), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5063), + [anon_sym_EQ_EQ] = ACTIONS(5061), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5063), + [anon_sym_LT_EQ] = ACTIONS(5063), + [anon_sym_GT_EQ] = ACTIONS(5063), + [anon_sym_BANGin] = ACTIONS(5063), + [anon_sym_is] = ACTIONS(5061), + [anon_sym_BANGis] = ACTIONS(5063), + [anon_sym_PLUS] = ACTIONS(5061), + [anon_sym_DASH] = ACTIONS(5061), + [anon_sym_SLASH] = ACTIONS(5061), + [anon_sym_PERCENT] = ACTIONS(5061), + [anon_sym_as_QMARK] = ACTIONS(5063), + [anon_sym_PLUS_PLUS] = ACTIONS(5063), + [anon_sym_DASH_DASH] = ACTIONS(5063), + [anon_sym_BANG] = ACTIONS(5061), + [anon_sym_BANG_BANG] = ACTIONS(5063), + [anon_sym_suspend] = ACTIONS(5061), + [anon_sym_sealed] = ACTIONS(5061), + [anon_sym_annotation] = ACTIONS(5061), + [anon_sym_data] = ACTIONS(5061), + [anon_sym_inner] = ACTIONS(5061), + [anon_sym_override] = ACTIONS(5061), + [anon_sym_lateinit] = ACTIONS(5061), + [anon_sym_public] = ACTIONS(5061), + [anon_sym_private] = ACTIONS(5061), + [anon_sym_internal] = ACTIONS(5061), + [anon_sym_protected] = ACTIONS(5061), + [anon_sym_tailrec] = ACTIONS(5061), + [anon_sym_operator] = ACTIONS(5061), + [anon_sym_infix] = ACTIONS(5061), + [anon_sym_inline] = ACTIONS(5061), + [anon_sym_external] = ACTIONS(5061), + [sym_property_modifier] = ACTIONS(5061), + [anon_sym_abstract] = ACTIONS(5061), + [anon_sym_final] = ACTIONS(5061), + [anon_sym_open] = ACTIONS(5061), + [anon_sym_vararg] = ACTIONS(5061), + [anon_sym_noinline] = ACTIONS(5061), + [anon_sym_crossinline] = ACTIONS(5061), + [anon_sym_expect] = ACTIONS(5061), + [anon_sym_actual] = ACTIONS(5061), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5063), + [anon_sym_continue_AT] = ACTIONS(5063), + [anon_sym_break_AT] = ACTIONS(5063), + [sym_real_literal] = ACTIONS(5063), + [sym_integer_literal] = ACTIONS(5061), + [sym_hex_literal] = ACTIONS(5063), + [sym_bin_literal] = ACTIONS(5063), + [anon_sym_true] = ACTIONS(5061), + [anon_sym_false] = ACTIONS(5061), + [anon_sym_SQUOTE] = ACTIONS(5063), + [sym__backtick_identifier] = ACTIONS(5063), + [sym__automatic_semicolon] = ACTIONS(5063), + [sym_safe_nav] = ACTIONS(5063), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5063), + }, + [1186] = { + [sym__alpha_identifier] = ACTIONS(5065), + [anon_sym_AT] = ACTIONS(5067), + [anon_sym_LBRACK] = ACTIONS(5067), + [anon_sym_as] = ACTIONS(5065), + [anon_sym_EQ] = ACTIONS(5065), + [anon_sym_LBRACE] = ACTIONS(5067), + [anon_sym_RBRACE] = ACTIONS(5067), + [anon_sym_LPAREN] = ACTIONS(5067), + [anon_sym_COMMA] = ACTIONS(5067), + [anon_sym_LT] = ACTIONS(5065), + [anon_sym_GT] = ACTIONS(5065), + [anon_sym_where] = ACTIONS(5065), + [anon_sym_object] = ACTIONS(5065), + [anon_sym_fun] = ACTIONS(5065), + [anon_sym_DOT] = ACTIONS(5065), + [anon_sym_SEMI] = ACTIONS(5067), + [anon_sym_get] = ACTIONS(5065), + [anon_sym_set] = ACTIONS(5065), + [anon_sym_this] = ACTIONS(5065), + [anon_sym_super] = ACTIONS(5065), + [anon_sym_STAR] = ACTIONS(5065), + [sym_label] = ACTIONS(5065), + [anon_sym_in] = ACTIONS(5065), + [anon_sym_DOT_DOT] = ACTIONS(5067), + [anon_sym_QMARK_COLON] = ACTIONS(5067), + [anon_sym_AMP_AMP] = ACTIONS(5067), + [anon_sym_PIPE_PIPE] = ACTIONS(5067), + [anon_sym_null] = ACTIONS(5065), + [anon_sym_if] = ACTIONS(5065), + [anon_sym_else] = ACTIONS(5065), + [anon_sym_when] = ACTIONS(5065), + [anon_sym_try] = ACTIONS(5065), + [anon_sym_throw] = ACTIONS(5065), + [anon_sym_return] = ACTIONS(5065), + [anon_sym_continue] = ACTIONS(5065), + [anon_sym_break] = ACTIONS(5065), + [anon_sym_COLON_COLON] = ACTIONS(5067), + [anon_sym_PLUS_EQ] = ACTIONS(5067), + [anon_sym_DASH_EQ] = ACTIONS(5067), + [anon_sym_STAR_EQ] = ACTIONS(5067), + [anon_sym_SLASH_EQ] = ACTIONS(5067), + [anon_sym_PERCENT_EQ] = ACTIONS(5067), + [anon_sym_BANG_EQ] = ACTIONS(5065), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5067), + [anon_sym_EQ_EQ] = ACTIONS(5065), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5067), + [anon_sym_LT_EQ] = ACTIONS(5067), + [anon_sym_GT_EQ] = ACTIONS(5067), + [anon_sym_BANGin] = ACTIONS(5067), + [anon_sym_is] = ACTIONS(5065), + [anon_sym_BANGis] = ACTIONS(5067), + [anon_sym_PLUS] = ACTIONS(5065), + [anon_sym_DASH] = ACTIONS(5065), + [anon_sym_SLASH] = ACTIONS(5065), + [anon_sym_PERCENT] = ACTIONS(5065), + [anon_sym_as_QMARK] = ACTIONS(5067), + [anon_sym_PLUS_PLUS] = ACTIONS(5067), + [anon_sym_DASH_DASH] = ACTIONS(5067), + [anon_sym_BANG] = ACTIONS(5065), + [anon_sym_BANG_BANG] = ACTIONS(5067), + [anon_sym_suspend] = ACTIONS(5065), + [anon_sym_sealed] = ACTIONS(5065), + [anon_sym_annotation] = ACTIONS(5065), + [anon_sym_data] = ACTIONS(5065), + [anon_sym_inner] = ACTIONS(5065), + [anon_sym_override] = ACTIONS(5065), + [anon_sym_lateinit] = ACTIONS(5065), + [anon_sym_public] = ACTIONS(5065), + [anon_sym_private] = ACTIONS(5065), + [anon_sym_internal] = ACTIONS(5065), + [anon_sym_protected] = ACTIONS(5065), + [anon_sym_tailrec] = ACTIONS(5065), + [anon_sym_operator] = ACTIONS(5065), + [anon_sym_infix] = ACTIONS(5065), + [anon_sym_inline] = ACTIONS(5065), + [anon_sym_external] = ACTIONS(5065), + [sym_property_modifier] = ACTIONS(5065), + [anon_sym_abstract] = ACTIONS(5065), + [anon_sym_final] = ACTIONS(5065), + [anon_sym_open] = ACTIONS(5065), + [anon_sym_vararg] = ACTIONS(5065), + [anon_sym_noinline] = ACTIONS(5065), + [anon_sym_crossinline] = ACTIONS(5065), + [anon_sym_expect] = ACTIONS(5065), + [anon_sym_actual] = ACTIONS(5065), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5067), + [anon_sym_continue_AT] = ACTIONS(5067), + [anon_sym_break_AT] = ACTIONS(5067), + [sym_real_literal] = ACTIONS(5067), + [sym_integer_literal] = ACTIONS(5065), + [sym_hex_literal] = ACTIONS(5067), + [sym_bin_literal] = ACTIONS(5067), + [anon_sym_true] = ACTIONS(5065), + [anon_sym_false] = ACTIONS(5065), + [anon_sym_SQUOTE] = ACTIONS(5067), + [sym__backtick_identifier] = ACTIONS(5067), + [sym__automatic_semicolon] = ACTIONS(5067), + [sym_safe_nav] = ACTIONS(5067), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5067), + }, + [1187] = { + [sym__alpha_identifier] = ACTIONS(4023), + [anon_sym_AT] = ACTIONS(4025), + [anon_sym_LBRACK] = ACTIONS(4025), + [anon_sym_as] = ACTIONS(4023), + [anon_sym_EQ] = ACTIONS(4023), + [anon_sym_LBRACE] = ACTIONS(4025), + [anon_sym_RBRACE] = ACTIONS(4025), + [anon_sym_LPAREN] = ACTIONS(4025), + [anon_sym_COMMA] = ACTIONS(4025), + [anon_sym_LT] = ACTIONS(4023), + [anon_sym_GT] = ACTIONS(4023), + [anon_sym_where] = ACTIONS(4023), + [anon_sym_object] = ACTIONS(4023), + [anon_sym_fun] = ACTIONS(4023), + [anon_sym_DOT] = ACTIONS(4023), + [anon_sym_SEMI] = ACTIONS(4025), + [anon_sym_get] = ACTIONS(4023), + [anon_sym_set] = ACTIONS(4023), + [anon_sym_this] = ACTIONS(4023), + [anon_sym_super] = ACTIONS(4023), + [anon_sym_STAR] = ACTIONS(4023), + [sym_label] = ACTIONS(4023), + [anon_sym_in] = ACTIONS(4023), + [anon_sym_DOT_DOT] = ACTIONS(4025), + [anon_sym_QMARK_COLON] = ACTIONS(4025), + [anon_sym_AMP_AMP] = ACTIONS(4025), + [anon_sym_PIPE_PIPE] = ACTIONS(4025), + [anon_sym_null] = ACTIONS(4023), + [anon_sym_if] = ACTIONS(4023), + [anon_sym_else] = ACTIONS(4023), + [anon_sym_when] = ACTIONS(4023), + [anon_sym_try] = ACTIONS(4023), + [anon_sym_throw] = ACTIONS(4023), + [anon_sym_return] = ACTIONS(4023), + [anon_sym_continue] = ACTIONS(4023), + [anon_sym_break] = ACTIONS(4023), + [anon_sym_COLON_COLON] = ACTIONS(4025), + [anon_sym_PLUS_EQ] = ACTIONS(4025), + [anon_sym_DASH_EQ] = ACTIONS(4025), + [anon_sym_STAR_EQ] = ACTIONS(4025), + [anon_sym_SLASH_EQ] = ACTIONS(4025), + [anon_sym_PERCENT_EQ] = ACTIONS(4025), + [anon_sym_BANG_EQ] = ACTIONS(4023), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4025), + [anon_sym_EQ_EQ] = ACTIONS(4023), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4025), + [anon_sym_LT_EQ] = ACTIONS(4025), + [anon_sym_GT_EQ] = ACTIONS(4025), + [anon_sym_BANGin] = ACTIONS(4025), + [anon_sym_is] = ACTIONS(4023), + [anon_sym_BANGis] = ACTIONS(4025), + [anon_sym_PLUS] = ACTIONS(4023), + [anon_sym_DASH] = ACTIONS(4023), + [anon_sym_SLASH] = ACTIONS(4023), + [anon_sym_PERCENT] = ACTIONS(4023), + [anon_sym_as_QMARK] = ACTIONS(4025), + [anon_sym_PLUS_PLUS] = ACTIONS(4025), + [anon_sym_DASH_DASH] = ACTIONS(4025), + [anon_sym_BANG] = ACTIONS(4023), + [anon_sym_BANG_BANG] = ACTIONS(4025), + [anon_sym_suspend] = ACTIONS(4023), + [anon_sym_sealed] = ACTIONS(4023), + [anon_sym_annotation] = ACTIONS(4023), + [anon_sym_data] = ACTIONS(4023), + [anon_sym_inner] = ACTIONS(4023), + [anon_sym_override] = ACTIONS(4023), + [anon_sym_lateinit] = ACTIONS(4023), + [anon_sym_public] = ACTIONS(4023), + [anon_sym_private] = ACTIONS(4023), + [anon_sym_internal] = ACTIONS(4023), + [anon_sym_protected] = ACTIONS(4023), + [anon_sym_tailrec] = ACTIONS(4023), + [anon_sym_operator] = ACTIONS(4023), + [anon_sym_infix] = ACTIONS(4023), + [anon_sym_inline] = ACTIONS(4023), + [anon_sym_external] = ACTIONS(4023), + [sym_property_modifier] = ACTIONS(4023), + [anon_sym_abstract] = ACTIONS(4023), + [anon_sym_final] = ACTIONS(4023), + [anon_sym_open] = ACTIONS(4023), + [anon_sym_vararg] = ACTIONS(4023), + [anon_sym_noinline] = ACTIONS(4023), + [anon_sym_crossinline] = ACTIONS(4023), + [anon_sym_expect] = ACTIONS(4023), + [anon_sym_actual] = ACTIONS(4023), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4025), + [anon_sym_continue_AT] = ACTIONS(4025), + [anon_sym_break_AT] = ACTIONS(4025), + [sym_real_literal] = ACTIONS(4025), + [sym_integer_literal] = ACTIONS(4023), + [sym_hex_literal] = ACTIONS(4025), + [sym_bin_literal] = ACTIONS(4025), + [anon_sym_true] = ACTIONS(4023), + [anon_sym_false] = ACTIONS(4023), + [anon_sym_SQUOTE] = ACTIONS(4025), + [sym__backtick_identifier] = ACTIONS(4025), + [sym__automatic_semicolon] = ACTIONS(4025), + [sym_safe_nav] = ACTIONS(4025), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4025), + }, + [1188] = { + [sym__alpha_identifier] = ACTIONS(1694), + [anon_sym_AT] = ACTIONS(1696), + [anon_sym_LBRACK] = ACTIONS(1696), + [anon_sym_as] = ACTIONS(1694), + [anon_sym_EQ] = ACTIONS(1694), + [anon_sym_LBRACE] = ACTIONS(1696), + [anon_sym_RBRACE] = ACTIONS(1696), + [anon_sym_LPAREN] = ACTIONS(1696), + [anon_sym_COMMA] = ACTIONS(1696), + [anon_sym_LT] = ACTIONS(1694), + [anon_sym_GT] = ACTIONS(1694), + [anon_sym_where] = ACTIONS(1694), + [anon_sym_object] = ACTIONS(1694), + [anon_sym_fun] = ACTIONS(1694), + [anon_sym_DOT] = ACTIONS(1694), + [anon_sym_SEMI] = ACTIONS(1696), + [anon_sym_get] = ACTIONS(1694), + [anon_sym_set] = ACTIONS(1694), + [anon_sym_this] = ACTIONS(1694), + [anon_sym_super] = ACTIONS(1694), + [anon_sym_STAR] = ACTIONS(1694), + [sym_label] = ACTIONS(1694), + [anon_sym_in] = ACTIONS(1694), + [anon_sym_DOT_DOT] = ACTIONS(1696), + [anon_sym_QMARK_COLON] = ACTIONS(1696), + [anon_sym_AMP_AMP] = ACTIONS(1696), + [anon_sym_PIPE_PIPE] = ACTIONS(1696), + [anon_sym_null] = ACTIONS(1694), + [anon_sym_if] = ACTIONS(1694), + [anon_sym_else] = ACTIONS(1694), + [anon_sym_when] = ACTIONS(1694), + [anon_sym_try] = ACTIONS(1694), + [anon_sym_throw] = ACTIONS(1694), + [anon_sym_return] = ACTIONS(1694), + [anon_sym_continue] = ACTIONS(1694), + [anon_sym_break] = ACTIONS(1694), + [anon_sym_COLON_COLON] = ACTIONS(1696), + [anon_sym_PLUS_EQ] = ACTIONS(1696), + [anon_sym_DASH_EQ] = ACTIONS(1696), + [anon_sym_STAR_EQ] = ACTIONS(1696), + [anon_sym_SLASH_EQ] = ACTIONS(1696), + [anon_sym_PERCENT_EQ] = ACTIONS(1696), + [anon_sym_BANG_EQ] = ACTIONS(1694), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), + [anon_sym_EQ_EQ] = ACTIONS(1694), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), + [anon_sym_LT_EQ] = ACTIONS(1696), + [anon_sym_GT_EQ] = ACTIONS(1696), + [anon_sym_BANGin] = ACTIONS(1696), + [anon_sym_is] = ACTIONS(1694), + [anon_sym_BANGis] = ACTIONS(1696), + [anon_sym_PLUS] = ACTIONS(1694), + [anon_sym_DASH] = ACTIONS(1694), + [anon_sym_SLASH] = ACTIONS(1694), + [anon_sym_PERCENT] = ACTIONS(1694), + [anon_sym_as_QMARK] = ACTIONS(1696), + [anon_sym_PLUS_PLUS] = ACTIONS(1696), + [anon_sym_DASH_DASH] = ACTIONS(1696), + [anon_sym_BANG] = ACTIONS(1694), + [anon_sym_BANG_BANG] = ACTIONS(1696), + [anon_sym_suspend] = ACTIONS(1694), + [anon_sym_sealed] = ACTIONS(1694), + [anon_sym_annotation] = ACTIONS(1694), + [anon_sym_data] = ACTIONS(1694), + [anon_sym_inner] = ACTIONS(1694), + [anon_sym_override] = ACTIONS(1694), + [anon_sym_lateinit] = ACTIONS(1694), + [anon_sym_public] = ACTIONS(1694), + [anon_sym_private] = ACTIONS(1694), + [anon_sym_internal] = ACTIONS(1694), + [anon_sym_protected] = ACTIONS(1694), + [anon_sym_tailrec] = ACTIONS(1694), + [anon_sym_operator] = ACTIONS(1694), + [anon_sym_infix] = ACTIONS(1694), + [anon_sym_inline] = ACTIONS(1694), + [anon_sym_external] = ACTIONS(1694), + [sym_property_modifier] = ACTIONS(1694), + [anon_sym_abstract] = ACTIONS(1694), + [anon_sym_final] = ACTIONS(1694), + [anon_sym_open] = ACTIONS(1694), + [anon_sym_vararg] = ACTIONS(1694), + [anon_sym_noinline] = ACTIONS(1694), + [anon_sym_crossinline] = ACTIONS(1694), + [anon_sym_expect] = ACTIONS(1694), + [anon_sym_actual] = ACTIONS(1694), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1696), + [anon_sym_continue_AT] = ACTIONS(1696), + [anon_sym_break_AT] = ACTIONS(1696), + [sym_real_literal] = ACTIONS(1696), + [sym_integer_literal] = ACTIONS(1694), + [sym_hex_literal] = ACTIONS(1696), + [sym_bin_literal] = ACTIONS(1696), + [anon_sym_true] = ACTIONS(1694), + [anon_sym_false] = ACTIONS(1694), + [anon_sym_SQUOTE] = ACTIONS(1696), + [sym__backtick_identifier] = ACTIONS(1696), + [sym__automatic_semicolon] = ACTIONS(1696), + [sym_safe_nav] = ACTIONS(1696), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1696), + }, + [1189] = { + [sym__alpha_identifier] = ACTIONS(5069), + [anon_sym_AT] = ACTIONS(5071), + [anon_sym_LBRACK] = ACTIONS(5071), + [anon_sym_as] = ACTIONS(5069), + [anon_sym_EQ] = ACTIONS(5069), + [anon_sym_LBRACE] = ACTIONS(5071), + [anon_sym_RBRACE] = ACTIONS(5071), + [anon_sym_LPAREN] = ACTIONS(5071), + [anon_sym_COMMA] = ACTIONS(5071), + [anon_sym_LT] = ACTIONS(5069), + [anon_sym_GT] = ACTIONS(5069), + [anon_sym_where] = ACTIONS(5069), + [anon_sym_object] = ACTIONS(5069), + [anon_sym_fun] = ACTIONS(5069), + [anon_sym_DOT] = ACTIONS(5069), + [anon_sym_SEMI] = ACTIONS(5071), + [anon_sym_get] = ACTIONS(5069), + [anon_sym_set] = ACTIONS(5069), + [anon_sym_this] = ACTIONS(5069), + [anon_sym_super] = ACTIONS(5069), + [anon_sym_STAR] = ACTIONS(5069), + [sym_label] = ACTIONS(5069), + [anon_sym_in] = ACTIONS(5069), + [anon_sym_DOT_DOT] = ACTIONS(5071), + [anon_sym_QMARK_COLON] = ACTIONS(5071), + [anon_sym_AMP_AMP] = ACTIONS(5071), + [anon_sym_PIPE_PIPE] = ACTIONS(5071), + [anon_sym_null] = ACTIONS(5069), + [anon_sym_if] = ACTIONS(5069), + [anon_sym_else] = ACTIONS(5069), + [anon_sym_when] = ACTIONS(5069), + [anon_sym_try] = ACTIONS(5069), + [anon_sym_throw] = ACTIONS(5069), + [anon_sym_return] = ACTIONS(5069), + [anon_sym_continue] = ACTIONS(5069), + [anon_sym_break] = ACTIONS(5069), + [anon_sym_COLON_COLON] = ACTIONS(5071), + [anon_sym_PLUS_EQ] = ACTIONS(5071), + [anon_sym_DASH_EQ] = ACTIONS(5071), + [anon_sym_STAR_EQ] = ACTIONS(5071), + [anon_sym_SLASH_EQ] = ACTIONS(5071), + [anon_sym_PERCENT_EQ] = ACTIONS(5071), + [anon_sym_BANG_EQ] = ACTIONS(5069), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5071), + [anon_sym_EQ_EQ] = ACTIONS(5069), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5071), + [anon_sym_LT_EQ] = ACTIONS(5071), + [anon_sym_GT_EQ] = ACTIONS(5071), + [anon_sym_BANGin] = ACTIONS(5071), + [anon_sym_is] = ACTIONS(5069), + [anon_sym_BANGis] = ACTIONS(5071), + [anon_sym_PLUS] = ACTIONS(5069), + [anon_sym_DASH] = ACTIONS(5069), + [anon_sym_SLASH] = ACTIONS(5069), + [anon_sym_PERCENT] = ACTIONS(5069), + [anon_sym_as_QMARK] = ACTIONS(5071), + [anon_sym_PLUS_PLUS] = ACTIONS(5071), + [anon_sym_DASH_DASH] = ACTIONS(5071), + [anon_sym_BANG] = ACTIONS(5069), + [anon_sym_BANG_BANG] = ACTIONS(5071), + [anon_sym_suspend] = ACTIONS(5069), + [anon_sym_sealed] = ACTIONS(5069), + [anon_sym_annotation] = ACTIONS(5069), + [anon_sym_data] = ACTIONS(5069), + [anon_sym_inner] = ACTIONS(5069), + [anon_sym_override] = ACTIONS(5069), + [anon_sym_lateinit] = ACTIONS(5069), + [anon_sym_public] = ACTIONS(5069), + [anon_sym_private] = ACTIONS(5069), + [anon_sym_internal] = ACTIONS(5069), + [anon_sym_protected] = ACTIONS(5069), + [anon_sym_tailrec] = ACTIONS(5069), + [anon_sym_operator] = ACTIONS(5069), + [anon_sym_infix] = ACTIONS(5069), + [anon_sym_inline] = ACTIONS(5069), + [anon_sym_external] = ACTIONS(5069), + [sym_property_modifier] = ACTIONS(5069), + [anon_sym_abstract] = ACTIONS(5069), + [anon_sym_final] = ACTIONS(5069), + [anon_sym_open] = ACTIONS(5069), + [anon_sym_vararg] = ACTIONS(5069), + [anon_sym_noinline] = ACTIONS(5069), + [anon_sym_crossinline] = ACTIONS(5069), + [anon_sym_expect] = ACTIONS(5069), + [anon_sym_actual] = ACTIONS(5069), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5071), + [anon_sym_continue_AT] = ACTIONS(5071), + [anon_sym_break_AT] = ACTIONS(5071), + [sym_real_literal] = ACTIONS(5071), + [sym_integer_literal] = ACTIONS(5069), + [sym_hex_literal] = ACTIONS(5071), + [sym_bin_literal] = ACTIONS(5071), + [anon_sym_true] = ACTIONS(5069), + [anon_sym_false] = ACTIONS(5069), + [anon_sym_SQUOTE] = ACTIONS(5071), + [sym__backtick_identifier] = ACTIONS(5071), + [sym__automatic_semicolon] = ACTIONS(5071), + [sym_safe_nav] = ACTIONS(5071), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5071), + }, + [1190] = { [sym__alpha_identifier] = ACTIONS(4406), [anon_sym_AT] = ACTIONS(4408), [anon_sym_LBRACK] = ACTIONS(4408), [anon_sym_as] = ACTIONS(4406), - [anon_sym_EQ] = ACTIONS(4777), + [anon_sym_EQ] = ACTIONS(4406), [anon_sym_LBRACE] = ACTIONS(4408), [anon_sym_RBRACE] = ACTIONS(4408), [anon_sym_LPAREN] = ACTIONS(4408), @@ -170283,11 +170906,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(4406), [anon_sym_break] = ACTIONS(4406), [anon_sym_COLON_COLON] = ACTIONS(4408), - [anon_sym_PLUS_EQ] = ACTIONS(4779), - [anon_sym_DASH_EQ] = ACTIONS(4779), - [anon_sym_STAR_EQ] = ACTIONS(4779), - [anon_sym_SLASH_EQ] = ACTIONS(4779), - [anon_sym_PERCENT_EQ] = ACTIONS(4779), + [anon_sym_PLUS_EQ] = ACTIONS(4408), + [anon_sym_DASH_EQ] = ACTIONS(4408), + [anon_sym_STAR_EQ] = ACTIONS(4408), + [anon_sym_SLASH_EQ] = ACTIONS(4408), + [anon_sym_PERCENT_EQ] = ACTIONS(4408), [anon_sym_BANG_EQ] = ACTIONS(4406), [anon_sym_BANG_EQ_EQ] = ACTIONS(4408), [anon_sym_EQ_EQ] = ACTIONS(4406), @@ -170348,800 +170971,388 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(4408), }, - [1186] = { - [sym__alpha_identifier] = ACTIONS(4396), - [anon_sym_AT] = ACTIONS(4398), - [anon_sym_LBRACK] = ACTIONS(4398), - [anon_sym_as] = ACTIONS(4396), - [anon_sym_EQ] = ACTIONS(4851), - [anon_sym_LBRACE] = ACTIONS(4398), - [anon_sym_RBRACE] = ACTIONS(4398), - [anon_sym_LPAREN] = ACTIONS(4398), - [anon_sym_COMMA] = ACTIONS(4398), - [anon_sym_LT] = ACTIONS(4396), - [anon_sym_GT] = ACTIONS(4396), - [anon_sym_where] = ACTIONS(4396), - [anon_sym_object] = ACTIONS(4396), - [anon_sym_fun] = ACTIONS(4396), - [anon_sym_DOT] = ACTIONS(4396), - [anon_sym_SEMI] = ACTIONS(4398), - [anon_sym_get] = ACTIONS(4396), - [anon_sym_set] = ACTIONS(4396), - [anon_sym_this] = ACTIONS(4396), - [anon_sym_super] = ACTIONS(4396), - [anon_sym_STAR] = ACTIONS(4396), - [sym_label] = ACTIONS(4396), - [anon_sym_in] = ACTIONS(4396), - [anon_sym_DOT_DOT] = ACTIONS(4398), - [anon_sym_QMARK_COLON] = ACTIONS(4398), - [anon_sym_AMP_AMP] = ACTIONS(4398), - [anon_sym_PIPE_PIPE] = ACTIONS(4398), - [anon_sym_null] = ACTIONS(4396), - [anon_sym_if] = ACTIONS(4396), - [anon_sym_else] = ACTIONS(4396), - [anon_sym_when] = ACTIONS(4396), - [anon_sym_try] = ACTIONS(4396), - [anon_sym_throw] = ACTIONS(4396), - [anon_sym_return] = ACTIONS(4396), - [anon_sym_continue] = ACTIONS(4396), - [anon_sym_break] = ACTIONS(4396), - [anon_sym_COLON_COLON] = ACTIONS(4398), - [anon_sym_PLUS_EQ] = ACTIONS(4853), - [anon_sym_DASH_EQ] = ACTIONS(4853), - [anon_sym_STAR_EQ] = ACTIONS(4853), - [anon_sym_SLASH_EQ] = ACTIONS(4853), - [anon_sym_PERCENT_EQ] = ACTIONS(4853), - [anon_sym_BANG_EQ] = ACTIONS(4396), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4398), - [anon_sym_EQ_EQ] = ACTIONS(4396), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4398), - [anon_sym_LT_EQ] = ACTIONS(4398), - [anon_sym_GT_EQ] = ACTIONS(4398), - [anon_sym_BANGin] = ACTIONS(4398), - [anon_sym_is] = ACTIONS(4396), - [anon_sym_BANGis] = ACTIONS(4398), - [anon_sym_PLUS] = ACTIONS(4396), - [anon_sym_DASH] = ACTIONS(4396), - [anon_sym_SLASH] = ACTIONS(4396), - [anon_sym_PERCENT] = ACTIONS(4396), - [anon_sym_as_QMARK] = ACTIONS(4398), - [anon_sym_PLUS_PLUS] = ACTIONS(4398), - [anon_sym_DASH_DASH] = ACTIONS(4398), - [anon_sym_BANG] = ACTIONS(4396), - [anon_sym_BANG_BANG] = ACTIONS(4398), - [anon_sym_suspend] = ACTIONS(4396), - [anon_sym_sealed] = ACTIONS(4396), - [anon_sym_annotation] = ACTIONS(4396), - [anon_sym_data] = ACTIONS(4396), - [anon_sym_inner] = ACTIONS(4396), - [anon_sym_override] = ACTIONS(4396), - [anon_sym_lateinit] = ACTIONS(4396), - [anon_sym_public] = ACTIONS(4396), - [anon_sym_private] = ACTIONS(4396), - [anon_sym_internal] = ACTIONS(4396), - [anon_sym_protected] = ACTIONS(4396), - [anon_sym_tailrec] = ACTIONS(4396), - [anon_sym_operator] = ACTIONS(4396), - [anon_sym_infix] = ACTIONS(4396), - [anon_sym_inline] = ACTIONS(4396), - [anon_sym_external] = ACTIONS(4396), - [sym_property_modifier] = ACTIONS(4396), - [anon_sym_abstract] = ACTIONS(4396), - [anon_sym_final] = ACTIONS(4396), - [anon_sym_open] = ACTIONS(4396), - [anon_sym_vararg] = ACTIONS(4396), - [anon_sym_noinline] = ACTIONS(4396), - [anon_sym_crossinline] = ACTIONS(4396), - [anon_sym_expect] = ACTIONS(4396), - [anon_sym_actual] = ACTIONS(4396), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4398), - [anon_sym_continue_AT] = ACTIONS(4398), - [anon_sym_break_AT] = ACTIONS(4398), - [sym_real_literal] = ACTIONS(4398), - [sym_integer_literal] = ACTIONS(4396), - [sym_hex_literal] = ACTIONS(4398), - [sym_bin_literal] = ACTIONS(4398), - [anon_sym_true] = ACTIONS(4396), - [anon_sym_false] = ACTIONS(4396), - [anon_sym_SQUOTE] = ACTIONS(4398), - [sym__backtick_identifier] = ACTIONS(4398), - [sym__automatic_semicolon] = ACTIONS(4398), - [sym_safe_nav] = ACTIONS(4398), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4398), - }, - [1187] = { - [sym_function_body] = STATE(1147), - [sym__block] = STATE(1128), - [sym__alpha_identifier] = ACTIONS(4101), - [anon_sym_AT] = ACTIONS(4103), - [anon_sym_LBRACK] = ACTIONS(4103), - [anon_sym_as] = ACTIONS(4101), - [anon_sym_EQ] = ACTIONS(4207), - [anon_sym_LBRACE] = ACTIONS(4081), - [anon_sym_RBRACE] = ACTIONS(4103), - [anon_sym_LPAREN] = ACTIONS(4103), - [anon_sym_LT] = ACTIONS(4101), - [anon_sym_GT] = ACTIONS(4101), - [anon_sym_object] = ACTIONS(4101), - [anon_sym_fun] = ACTIONS(4101), - [anon_sym_DOT] = ACTIONS(4101), - [anon_sym_SEMI] = ACTIONS(4103), - [anon_sym_get] = ACTIONS(4101), - [anon_sym_set] = ACTIONS(4101), - [anon_sym_this] = ACTIONS(4101), - [anon_sym_super] = ACTIONS(4101), - [anon_sym_STAR] = ACTIONS(4101), - [sym_label] = ACTIONS(4101), - [anon_sym_in] = ACTIONS(4101), - [anon_sym_DOT_DOT] = ACTIONS(4103), - [anon_sym_QMARK_COLON] = ACTIONS(4103), - [anon_sym_AMP_AMP] = ACTIONS(4103), - [anon_sym_PIPE_PIPE] = ACTIONS(4103), - [anon_sym_null] = ACTIONS(4101), - [anon_sym_if] = ACTIONS(4101), - [anon_sym_else] = ACTIONS(4101), - [anon_sym_when] = ACTIONS(4101), - [anon_sym_try] = ACTIONS(4101), - [anon_sym_throw] = ACTIONS(4101), - [anon_sym_return] = ACTIONS(4101), - [anon_sym_continue] = ACTIONS(4101), - [anon_sym_break] = ACTIONS(4101), - [anon_sym_COLON_COLON] = ACTIONS(4103), - [anon_sym_PLUS_EQ] = ACTIONS(4103), - [anon_sym_DASH_EQ] = ACTIONS(4103), - [anon_sym_STAR_EQ] = ACTIONS(4103), - [anon_sym_SLASH_EQ] = ACTIONS(4103), - [anon_sym_PERCENT_EQ] = ACTIONS(4103), - [anon_sym_BANG_EQ] = ACTIONS(4101), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4103), - [anon_sym_EQ_EQ] = ACTIONS(4101), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4103), - [anon_sym_LT_EQ] = ACTIONS(4103), - [anon_sym_GT_EQ] = ACTIONS(4103), - [anon_sym_BANGin] = ACTIONS(4103), - [anon_sym_is] = ACTIONS(4101), - [anon_sym_BANGis] = ACTIONS(4103), - [anon_sym_PLUS] = ACTIONS(4101), - [anon_sym_DASH] = ACTIONS(4101), - [anon_sym_SLASH] = ACTIONS(4101), - [anon_sym_PERCENT] = ACTIONS(4101), - [anon_sym_as_QMARK] = ACTIONS(4103), - [anon_sym_PLUS_PLUS] = ACTIONS(4103), - [anon_sym_DASH_DASH] = ACTIONS(4103), - [anon_sym_BANG] = ACTIONS(4101), - [anon_sym_BANG_BANG] = ACTIONS(4103), - [anon_sym_suspend] = ACTIONS(4101), - [anon_sym_sealed] = ACTIONS(4101), - [anon_sym_annotation] = ACTIONS(4101), - [anon_sym_data] = ACTIONS(4101), - [anon_sym_inner] = ACTIONS(4101), - [anon_sym_override] = ACTIONS(4101), - [anon_sym_lateinit] = ACTIONS(4101), - [anon_sym_public] = ACTIONS(4101), - [anon_sym_private] = ACTIONS(4101), - [anon_sym_internal] = ACTIONS(4101), - [anon_sym_protected] = ACTIONS(4101), - [anon_sym_tailrec] = ACTIONS(4101), - [anon_sym_operator] = ACTIONS(4101), - [anon_sym_infix] = ACTIONS(4101), - [anon_sym_inline] = ACTIONS(4101), - [anon_sym_external] = ACTIONS(4101), - [sym_property_modifier] = ACTIONS(4101), - [anon_sym_abstract] = ACTIONS(4101), - [anon_sym_final] = ACTIONS(4101), - [anon_sym_open] = ACTIONS(4101), - [anon_sym_vararg] = ACTIONS(4101), - [anon_sym_noinline] = ACTIONS(4101), - [anon_sym_crossinline] = ACTIONS(4101), - [anon_sym_expect] = ACTIONS(4101), - [anon_sym_actual] = ACTIONS(4101), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4103), - [anon_sym_continue_AT] = ACTIONS(4103), - [anon_sym_break_AT] = ACTIONS(4103), - [sym_real_literal] = ACTIONS(4103), - [sym_integer_literal] = ACTIONS(4101), - [sym_hex_literal] = ACTIONS(4103), - [sym_bin_literal] = ACTIONS(4103), - [anon_sym_true] = ACTIONS(4101), - [anon_sym_false] = ACTIONS(4101), - [anon_sym_SQUOTE] = ACTIONS(4103), - [sym__backtick_identifier] = ACTIONS(4103), - [sym__automatic_semicolon] = ACTIONS(4103), - [sym_safe_nav] = ACTIONS(4103), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4103), - }, - [1188] = { - [sym_function_body] = STATE(1112), - [sym__block] = STATE(1128), - [sym__alpha_identifier] = ACTIONS(4095), - [anon_sym_AT] = ACTIONS(4097), - [anon_sym_LBRACK] = ACTIONS(4097), - [anon_sym_as] = ACTIONS(4095), - [anon_sym_EQ] = ACTIONS(4207), - [anon_sym_LBRACE] = ACTIONS(4081), - [anon_sym_RBRACE] = ACTIONS(4097), - [anon_sym_LPAREN] = ACTIONS(4097), - [anon_sym_LT] = ACTIONS(4095), - [anon_sym_GT] = ACTIONS(4095), - [anon_sym_object] = ACTIONS(4095), - [anon_sym_fun] = ACTIONS(4095), - [anon_sym_DOT] = ACTIONS(4095), - [anon_sym_SEMI] = ACTIONS(4097), - [anon_sym_get] = ACTIONS(4095), - [anon_sym_set] = ACTIONS(4095), - [anon_sym_this] = ACTIONS(4095), - [anon_sym_super] = ACTIONS(4095), - [anon_sym_STAR] = ACTIONS(4095), - [sym_label] = ACTIONS(4095), - [anon_sym_in] = ACTIONS(4095), - [anon_sym_DOT_DOT] = ACTIONS(4097), - [anon_sym_QMARK_COLON] = ACTIONS(4097), - [anon_sym_AMP_AMP] = ACTIONS(4097), - [anon_sym_PIPE_PIPE] = ACTIONS(4097), - [anon_sym_null] = ACTIONS(4095), - [anon_sym_if] = ACTIONS(4095), - [anon_sym_else] = ACTIONS(4095), - [anon_sym_when] = ACTIONS(4095), - [anon_sym_try] = ACTIONS(4095), - [anon_sym_throw] = ACTIONS(4095), - [anon_sym_return] = ACTIONS(4095), - [anon_sym_continue] = ACTIONS(4095), - [anon_sym_break] = ACTIONS(4095), - [anon_sym_COLON_COLON] = ACTIONS(4097), - [anon_sym_PLUS_EQ] = ACTIONS(4097), - [anon_sym_DASH_EQ] = ACTIONS(4097), - [anon_sym_STAR_EQ] = ACTIONS(4097), - [anon_sym_SLASH_EQ] = ACTIONS(4097), - [anon_sym_PERCENT_EQ] = ACTIONS(4097), - [anon_sym_BANG_EQ] = ACTIONS(4095), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4097), - [anon_sym_EQ_EQ] = ACTIONS(4095), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4097), - [anon_sym_LT_EQ] = ACTIONS(4097), - [anon_sym_GT_EQ] = ACTIONS(4097), - [anon_sym_BANGin] = ACTIONS(4097), - [anon_sym_is] = ACTIONS(4095), - [anon_sym_BANGis] = ACTIONS(4097), - [anon_sym_PLUS] = ACTIONS(4095), - [anon_sym_DASH] = ACTIONS(4095), - [anon_sym_SLASH] = ACTIONS(4095), - [anon_sym_PERCENT] = ACTIONS(4095), - [anon_sym_as_QMARK] = ACTIONS(4097), - [anon_sym_PLUS_PLUS] = ACTIONS(4097), - [anon_sym_DASH_DASH] = ACTIONS(4097), - [anon_sym_BANG] = ACTIONS(4095), - [anon_sym_BANG_BANG] = ACTIONS(4097), - [anon_sym_suspend] = ACTIONS(4095), - [anon_sym_sealed] = ACTIONS(4095), - [anon_sym_annotation] = ACTIONS(4095), - [anon_sym_data] = ACTIONS(4095), - [anon_sym_inner] = ACTIONS(4095), - [anon_sym_override] = ACTIONS(4095), - [anon_sym_lateinit] = ACTIONS(4095), - [anon_sym_public] = ACTIONS(4095), - [anon_sym_private] = ACTIONS(4095), - [anon_sym_internal] = ACTIONS(4095), - [anon_sym_protected] = ACTIONS(4095), - [anon_sym_tailrec] = ACTIONS(4095), - [anon_sym_operator] = ACTIONS(4095), - [anon_sym_infix] = ACTIONS(4095), - [anon_sym_inline] = ACTIONS(4095), - [anon_sym_external] = ACTIONS(4095), - [sym_property_modifier] = ACTIONS(4095), - [anon_sym_abstract] = ACTIONS(4095), - [anon_sym_final] = ACTIONS(4095), - [anon_sym_open] = ACTIONS(4095), - [anon_sym_vararg] = ACTIONS(4095), - [anon_sym_noinline] = ACTIONS(4095), - [anon_sym_crossinline] = ACTIONS(4095), - [anon_sym_expect] = ACTIONS(4095), - [anon_sym_actual] = ACTIONS(4095), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4097), - [anon_sym_continue_AT] = ACTIONS(4097), - [anon_sym_break_AT] = ACTIONS(4097), - [sym_real_literal] = ACTIONS(4097), - [sym_integer_literal] = ACTIONS(4095), - [sym_hex_literal] = ACTIONS(4097), - [sym_bin_literal] = ACTIONS(4097), - [anon_sym_true] = ACTIONS(4095), - [anon_sym_false] = ACTIONS(4095), - [anon_sym_SQUOTE] = ACTIONS(4097), - [sym__backtick_identifier] = ACTIONS(4097), - [sym__automatic_semicolon] = ACTIONS(4097), - [sym_safe_nav] = ACTIONS(4097), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4097), - }, - [1189] = { - [sym__alpha_identifier] = ACTIONS(4249), - [anon_sym_AT] = ACTIONS(4252), - [anon_sym_LBRACK] = ACTIONS(4252), - [anon_sym_as] = ACTIONS(4249), - [anon_sym_EQ] = ACTIONS(3828), - [anon_sym_LBRACE] = ACTIONS(4252), - [anon_sym_RBRACE] = ACTIONS(4252), - [anon_sym_LPAREN] = ACTIONS(5077), - [anon_sym_COMMA] = ACTIONS(4252), - [anon_sym_LT] = ACTIONS(4249), - [anon_sym_GT] = ACTIONS(4249), - [anon_sym_where] = ACTIONS(4249), - [anon_sym_object] = ACTIONS(4249), - [anon_sym_fun] = ACTIONS(4249), - [anon_sym_DOT] = ACTIONS(4249), - [anon_sym_SEMI] = ACTIONS(4252), - [anon_sym_get] = ACTIONS(4249), - [anon_sym_set] = ACTIONS(4249), - [anon_sym_this] = ACTIONS(4249), - [anon_sym_super] = ACTIONS(4249), - [anon_sym_STAR] = ACTIONS(4249), - [sym_label] = ACTIONS(4249), - [anon_sym_in] = ACTIONS(4249), - [anon_sym_DOT_DOT] = ACTIONS(4252), - [anon_sym_QMARK_COLON] = ACTIONS(4252), - [anon_sym_AMP_AMP] = ACTIONS(4252), - [anon_sym_PIPE_PIPE] = ACTIONS(4252), - [anon_sym_null] = ACTIONS(4249), - [anon_sym_if] = ACTIONS(4249), - [anon_sym_else] = ACTIONS(4249), - [anon_sym_when] = ACTIONS(4249), - [anon_sym_try] = ACTIONS(4249), - [anon_sym_throw] = ACTIONS(4249), - [anon_sym_return] = ACTIONS(4249), - [anon_sym_continue] = ACTIONS(4249), - [anon_sym_break] = ACTIONS(4249), - [anon_sym_COLON_COLON] = ACTIONS(4252), - [anon_sym_PLUS_EQ] = ACTIONS(3833), - [anon_sym_DASH_EQ] = ACTIONS(3833), - [anon_sym_STAR_EQ] = ACTIONS(3833), - [anon_sym_SLASH_EQ] = ACTIONS(3833), - [anon_sym_PERCENT_EQ] = ACTIONS(3833), - [anon_sym_BANG_EQ] = ACTIONS(4249), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4252), - [anon_sym_EQ_EQ] = ACTIONS(4249), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4252), - [anon_sym_LT_EQ] = ACTIONS(4252), - [anon_sym_GT_EQ] = ACTIONS(4252), - [anon_sym_BANGin] = ACTIONS(4252), - [anon_sym_is] = ACTIONS(4249), - [anon_sym_BANGis] = ACTIONS(4252), - [anon_sym_PLUS] = ACTIONS(4249), - [anon_sym_DASH] = ACTIONS(4249), - [anon_sym_SLASH] = ACTIONS(4249), - [anon_sym_PERCENT] = ACTIONS(4249), - [anon_sym_as_QMARK] = ACTIONS(4252), - [anon_sym_PLUS_PLUS] = ACTIONS(4252), - [anon_sym_DASH_DASH] = ACTIONS(4252), - [anon_sym_BANG] = ACTIONS(4249), - [anon_sym_BANG_BANG] = ACTIONS(4252), - [anon_sym_suspend] = ACTIONS(4249), - [anon_sym_sealed] = ACTIONS(4249), - [anon_sym_annotation] = ACTIONS(4249), - [anon_sym_data] = ACTIONS(4249), - [anon_sym_inner] = ACTIONS(4249), - [anon_sym_override] = ACTIONS(4249), - [anon_sym_lateinit] = ACTIONS(4249), - [anon_sym_public] = ACTIONS(4249), - [anon_sym_private] = ACTIONS(4249), - [anon_sym_internal] = ACTIONS(4249), - [anon_sym_protected] = ACTIONS(4249), - [anon_sym_tailrec] = ACTIONS(4249), - [anon_sym_operator] = ACTIONS(4249), - [anon_sym_infix] = ACTIONS(4249), - [anon_sym_inline] = ACTIONS(4249), - [anon_sym_external] = ACTIONS(4249), - [sym_property_modifier] = ACTIONS(4249), - [anon_sym_abstract] = ACTIONS(4249), - [anon_sym_final] = ACTIONS(4249), - [anon_sym_open] = ACTIONS(4249), - [anon_sym_vararg] = ACTIONS(4249), - [anon_sym_noinline] = ACTIONS(4249), - [anon_sym_crossinline] = ACTIONS(4249), - [anon_sym_expect] = ACTIONS(4249), - [anon_sym_actual] = ACTIONS(4249), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4252), - [anon_sym_continue_AT] = ACTIONS(4252), - [anon_sym_break_AT] = ACTIONS(4252), - [sym_real_literal] = ACTIONS(4252), - [sym_integer_literal] = ACTIONS(4249), - [sym_hex_literal] = ACTIONS(4252), - [sym_bin_literal] = ACTIONS(4252), - [anon_sym_true] = ACTIONS(4249), - [anon_sym_false] = ACTIONS(4249), - [anon_sym_SQUOTE] = ACTIONS(4252), - [sym__backtick_identifier] = ACTIONS(4252), - [sym__automatic_semicolon] = ACTIONS(4252), - [sym_safe_nav] = ACTIONS(4252), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4252), - }, - [1190] = { - [sym__alpha_identifier] = ACTIONS(4233), - [anon_sym_AT] = ACTIONS(4236), - [anon_sym_LBRACK] = ACTIONS(4236), - [anon_sym_as] = ACTIONS(4233), - [anon_sym_EQ] = ACTIONS(3828), - [anon_sym_LBRACE] = ACTIONS(4236), - [anon_sym_RBRACE] = ACTIONS(4236), - [anon_sym_LPAREN] = ACTIONS(5081), - [anon_sym_COMMA] = ACTIONS(4236), - [anon_sym_LT] = ACTIONS(4233), - [anon_sym_GT] = ACTIONS(4233), - [anon_sym_where] = ACTIONS(4233), - [anon_sym_object] = ACTIONS(4233), - [anon_sym_fun] = ACTIONS(4233), - [anon_sym_DOT] = ACTIONS(4233), - [anon_sym_SEMI] = ACTIONS(4236), - [anon_sym_get] = ACTIONS(4233), - [anon_sym_set] = ACTIONS(4233), - [anon_sym_this] = ACTIONS(4233), - [anon_sym_super] = ACTIONS(4233), - [anon_sym_STAR] = ACTIONS(4233), - [sym_label] = ACTIONS(4233), - [anon_sym_in] = ACTIONS(4233), - [anon_sym_DOT_DOT] = ACTIONS(4236), - [anon_sym_QMARK_COLON] = ACTIONS(4236), - [anon_sym_AMP_AMP] = ACTIONS(4236), - [anon_sym_PIPE_PIPE] = ACTIONS(4236), - [anon_sym_null] = ACTIONS(4233), - [anon_sym_if] = ACTIONS(4233), - [anon_sym_else] = ACTIONS(4233), - [anon_sym_when] = ACTIONS(4233), - [anon_sym_try] = ACTIONS(4233), - [anon_sym_throw] = ACTIONS(4233), - [anon_sym_return] = ACTIONS(4233), - [anon_sym_continue] = ACTIONS(4233), - [anon_sym_break] = ACTIONS(4233), - [anon_sym_COLON_COLON] = ACTIONS(4236), - [anon_sym_PLUS_EQ] = ACTIONS(3833), - [anon_sym_DASH_EQ] = ACTIONS(3833), - [anon_sym_STAR_EQ] = ACTIONS(3833), - [anon_sym_SLASH_EQ] = ACTIONS(3833), - [anon_sym_PERCENT_EQ] = ACTIONS(3833), - [anon_sym_BANG_EQ] = ACTIONS(4233), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4236), - [anon_sym_EQ_EQ] = ACTIONS(4233), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4236), - [anon_sym_LT_EQ] = ACTIONS(4236), - [anon_sym_GT_EQ] = ACTIONS(4236), - [anon_sym_BANGin] = ACTIONS(4236), - [anon_sym_is] = ACTIONS(4233), - [anon_sym_BANGis] = ACTIONS(4236), - [anon_sym_PLUS] = ACTIONS(4233), - [anon_sym_DASH] = ACTIONS(4233), - [anon_sym_SLASH] = ACTIONS(4233), - [anon_sym_PERCENT] = ACTIONS(4233), - [anon_sym_as_QMARK] = ACTIONS(4236), - [anon_sym_PLUS_PLUS] = ACTIONS(4236), - [anon_sym_DASH_DASH] = ACTIONS(4236), - [anon_sym_BANG] = ACTIONS(4233), - [anon_sym_BANG_BANG] = ACTIONS(4236), - [anon_sym_suspend] = ACTIONS(4233), - [anon_sym_sealed] = ACTIONS(4233), - [anon_sym_annotation] = ACTIONS(4233), - [anon_sym_data] = ACTIONS(4233), - [anon_sym_inner] = ACTIONS(4233), - [anon_sym_override] = ACTIONS(4233), - [anon_sym_lateinit] = ACTIONS(4233), - [anon_sym_public] = ACTIONS(4233), - [anon_sym_private] = ACTIONS(4233), - [anon_sym_internal] = ACTIONS(4233), - [anon_sym_protected] = ACTIONS(4233), - [anon_sym_tailrec] = ACTIONS(4233), - [anon_sym_operator] = ACTIONS(4233), - [anon_sym_infix] = ACTIONS(4233), - [anon_sym_inline] = ACTIONS(4233), - [anon_sym_external] = ACTIONS(4233), - [sym_property_modifier] = ACTIONS(4233), - [anon_sym_abstract] = ACTIONS(4233), - [anon_sym_final] = ACTIONS(4233), - [anon_sym_open] = ACTIONS(4233), - [anon_sym_vararg] = ACTIONS(4233), - [anon_sym_noinline] = ACTIONS(4233), - [anon_sym_crossinline] = ACTIONS(4233), - [anon_sym_expect] = ACTIONS(4233), - [anon_sym_actual] = ACTIONS(4233), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4236), - [anon_sym_continue_AT] = ACTIONS(4236), - [anon_sym_break_AT] = ACTIONS(4236), - [sym_real_literal] = ACTIONS(4236), - [sym_integer_literal] = ACTIONS(4233), - [sym_hex_literal] = ACTIONS(4236), - [sym_bin_literal] = ACTIONS(4236), - [anon_sym_true] = ACTIONS(4233), - [anon_sym_false] = ACTIONS(4233), - [anon_sym_SQUOTE] = ACTIONS(4236), - [sym__backtick_identifier] = ACTIONS(4236), - [sym__automatic_semicolon] = ACTIONS(4236), - [sym_safe_nav] = ACTIONS(4236), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4236), - }, [1191] = { - [sym_function_body] = STATE(1127), - [sym__block] = STATE(1128), - [sym__alpha_identifier] = ACTIONS(4089), - [anon_sym_AT] = ACTIONS(4091), - [anon_sym_LBRACK] = ACTIONS(4091), - [anon_sym_as] = ACTIONS(4089), - [anon_sym_EQ] = ACTIONS(4207), - [anon_sym_LBRACE] = ACTIONS(4081), - [anon_sym_RBRACE] = ACTIONS(4091), - [anon_sym_LPAREN] = ACTIONS(4091), - [anon_sym_LT] = ACTIONS(4089), - [anon_sym_GT] = ACTIONS(4089), - [anon_sym_object] = ACTIONS(4089), - [anon_sym_fun] = ACTIONS(4089), - [anon_sym_DOT] = ACTIONS(4089), - [anon_sym_SEMI] = ACTIONS(4091), - [anon_sym_get] = ACTIONS(4089), - [anon_sym_set] = ACTIONS(4089), - [anon_sym_this] = ACTIONS(4089), - [anon_sym_super] = ACTIONS(4089), - [anon_sym_STAR] = ACTIONS(4089), - [sym_label] = ACTIONS(4089), - [anon_sym_in] = ACTIONS(4089), - [anon_sym_DOT_DOT] = ACTIONS(4091), - [anon_sym_QMARK_COLON] = ACTIONS(4091), - [anon_sym_AMP_AMP] = ACTIONS(4091), - [anon_sym_PIPE_PIPE] = ACTIONS(4091), - [anon_sym_null] = ACTIONS(4089), - [anon_sym_if] = ACTIONS(4089), - [anon_sym_else] = ACTIONS(4089), - [anon_sym_when] = ACTIONS(4089), - [anon_sym_try] = ACTIONS(4089), - [anon_sym_throw] = ACTIONS(4089), - [anon_sym_return] = ACTIONS(4089), - [anon_sym_continue] = ACTIONS(4089), - [anon_sym_break] = ACTIONS(4089), - [anon_sym_COLON_COLON] = ACTIONS(4091), - [anon_sym_PLUS_EQ] = ACTIONS(4091), - [anon_sym_DASH_EQ] = ACTIONS(4091), - [anon_sym_STAR_EQ] = ACTIONS(4091), - [anon_sym_SLASH_EQ] = ACTIONS(4091), - [anon_sym_PERCENT_EQ] = ACTIONS(4091), - [anon_sym_BANG_EQ] = ACTIONS(4089), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4091), - [anon_sym_EQ_EQ] = ACTIONS(4089), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4091), - [anon_sym_LT_EQ] = ACTIONS(4091), - [anon_sym_GT_EQ] = ACTIONS(4091), - [anon_sym_BANGin] = ACTIONS(4091), - [anon_sym_is] = ACTIONS(4089), - [anon_sym_BANGis] = ACTIONS(4091), - [anon_sym_PLUS] = ACTIONS(4089), - [anon_sym_DASH] = ACTIONS(4089), - [anon_sym_SLASH] = ACTIONS(4089), - [anon_sym_PERCENT] = ACTIONS(4089), - [anon_sym_as_QMARK] = ACTIONS(4091), - [anon_sym_PLUS_PLUS] = ACTIONS(4091), - [anon_sym_DASH_DASH] = ACTIONS(4091), - [anon_sym_BANG] = ACTIONS(4089), - [anon_sym_BANG_BANG] = ACTIONS(4091), - [anon_sym_suspend] = ACTIONS(4089), - [anon_sym_sealed] = ACTIONS(4089), - [anon_sym_annotation] = ACTIONS(4089), - [anon_sym_data] = ACTIONS(4089), - [anon_sym_inner] = ACTIONS(4089), - [anon_sym_override] = ACTIONS(4089), - [anon_sym_lateinit] = ACTIONS(4089), - [anon_sym_public] = ACTIONS(4089), - [anon_sym_private] = ACTIONS(4089), - [anon_sym_internal] = ACTIONS(4089), - [anon_sym_protected] = ACTIONS(4089), - [anon_sym_tailrec] = ACTIONS(4089), - [anon_sym_operator] = ACTIONS(4089), - [anon_sym_infix] = ACTIONS(4089), - [anon_sym_inline] = ACTIONS(4089), - [anon_sym_external] = ACTIONS(4089), - [sym_property_modifier] = ACTIONS(4089), - [anon_sym_abstract] = ACTIONS(4089), - [anon_sym_final] = ACTIONS(4089), - [anon_sym_open] = ACTIONS(4089), - [anon_sym_vararg] = ACTIONS(4089), - [anon_sym_noinline] = ACTIONS(4089), - [anon_sym_crossinline] = ACTIONS(4089), - [anon_sym_expect] = ACTIONS(4089), - [anon_sym_actual] = ACTIONS(4089), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4091), - [anon_sym_continue_AT] = ACTIONS(4091), - [anon_sym_break_AT] = ACTIONS(4091), - [sym_real_literal] = ACTIONS(4091), - [sym_integer_literal] = ACTIONS(4089), - [sym_hex_literal] = ACTIONS(4091), - [sym_bin_literal] = ACTIONS(4091), - [anon_sym_true] = ACTIONS(4089), - [anon_sym_false] = ACTIONS(4089), - [anon_sym_SQUOTE] = ACTIONS(4091), - [sym__backtick_identifier] = ACTIONS(4091), - [sym__automatic_semicolon] = ACTIONS(4091), - [sym_safe_nav] = ACTIONS(4091), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4091), + [sym__alpha_identifier] = ACTIONS(5073), + [anon_sym_AT] = ACTIONS(5075), + [anon_sym_LBRACK] = ACTIONS(5075), + [anon_sym_as] = ACTIONS(5073), + [anon_sym_EQ] = ACTIONS(5073), + [anon_sym_LBRACE] = ACTIONS(5075), + [anon_sym_RBRACE] = ACTIONS(5075), + [anon_sym_LPAREN] = ACTIONS(5075), + [anon_sym_COMMA] = ACTIONS(5075), + [anon_sym_LT] = ACTIONS(5073), + [anon_sym_GT] = ACTIONS(5073), + [anon_sym_where] = ACTIONS(5073), + [anon_sym_object] = ACTIONS(5073), + [anon_sym_fun] = ACTIONS(5073), + [anon_sym_DOT] = ACTIONS(5073), + [anon_sym_SEMI] = ACTIONS(5075), + [anon_sym_get] = ACTIONS(5073), + [anon_sym_set] = ACTIONS(5073), + [anon_sym_this] = ACTIONS(5073), + [anon_sym_super] = ACTIONS(5073), + [anon_sym_STAR] = ACTIONS(5073), + [sym_label] = ACTIONS(5073), + [anon_sym_in] = ACTIONS(5073), + [anon_sym_DOT_DOT] = ACTIONS(5075), + [anon_sym_QMARK_COLON] = ACTIONS(5075), + [anon_sym_AMP_AMP] = ACTIONS(5075), + [anon_sym_PIPE_PIPE] = ACTIONS(5075), + [anon_sym_null] = ACTIONS(5073), + [anon_sym_if] = ACTIONS(5073), + [anon_sym_else] = ACTIONS(5073), + [anon_sym_when] = ACTIONS(5073), + [anon_sym_try] = ACTIONS(5073), + [anon_sym_throw] = ACTIONS(5073), + [anon_sym_return] = ACTIONS(5073), + [anon_sym_continue] = ACTIONS(5073), + [anon_sym_break] = ACTIONS(5073), + [anon_sym_COLON_COLON] = ACTIONS(5075), + [anon_sym_PLUS_EQ] = ACTIONS(5075), + [anon_sym_DASH_EQ] = ACTIONS(5075), + [anon_sym_STAR_EQ] = ACTIONS(5075), + [anon_sym_SLASH_EQ] = ACTIONS(5075), + [anon_sym_PERCENT_EQ] = ACTIONS(5075), + [anon_sym_BANG_EQ] = ACTIONS(5073), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5075), + [anon_sym_EQ_EQ] = ACTIONS(5073), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5075), + [anon_sym_LT_EQ] = ACTIONS(5075), + [anon_sym_GT_EQ] = ACTIONS(5075), + [anon_sym_BANGin] = ACTIONS(5075), + [anon_sym_is] = ACTIONS(5073), + [anon_sym_BANGis] = ACTIONS(5075), + [anon_sym_PLUS] = ACTIONS(5073), + [anon_sym_DASH] = ACTIONS(5073), + [anon_sym_SLASH] = ACTIONS(5073), + [anon_sym_PERCENT] = ACTIONS(5073), + [anon_sym_as_QMARK] = ACTIONS(5075), + [anon_sym_PLUS_PLUS] = ACTIONS(5075), + [anon_sym_DASH_DASH] = ACTIONS(5075), + [anon_sym_BANG] = ACTIONS(5073), + [anon_sym_BANG_BANG] = ACTIONS(5075), + [anon_sym_suspend] = ACTIONS(5073), + [anon_sym_sealed] = ACTIONS(5073), + [anon_sym_annotation] = ACTIONS(5073), + [anon_sym_data] = ACTIONS(5073), + [anon_sym_inner] = ACTIONS(5073), + [anon_sym_override] = ACTIONS(5073), + [anon_sym_lateinit] = ACTIONS(5073), + [anon_sym_public] = ACTIONS(5073), + [anon_sym_private] = ACTIONS(5073), + [anon_sym_internal] = ACTIONS(5073), + [anon_sym_protected] = ACTIONS(5073), + [anon_sym_tailrec] = ACTIONS(5073), + [anon_sym_operator] = ACTIONS(5073), + [anon_sym_infix] = ACTIONS(5073), + [anon_sym_inline] = ACTIONS(5073), + [anon_sym_external] = ACTIONS(5073), + [sym_property_modifier] = ACTIONS(5073), + [anon_sym_abstract] = ACTIONS(5073), + [anon_sym_final] = ACTIONS(5073), + [anon_sym_open] = ACTIONS(5073), + [anon_sym_vararg] = ACTIONS(5073), + [anon_sym_noinline] = ACTIONS(5073), + [anon_sym_crossinline] = ACTIONS(5073), + [anon_sym_expect] = ACTIONS(5073), + [anon_sym_actual] = ACTIONS(5073), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5075), + [anon_sym_continue_AT] = ACTIONS(5075), + [anon_sym_break_AT] = ACTIONS(5075), + [sym_real_literal] = ACTIONS(5075), + [sym_integer_literal] = ACTIONS(5073), + [sym_hex_literal] = ACTIONS(5075), + [sym_bin_literal] = ACTIONS(5075), + [anon_sym_true] = ACTIONS(5073), + [anon_sym_false] = ACTIONS(5073), + [anon_sym_SQUOTE] = ACTIONS(5075), + [sym__backtick_identifier] = ACTIONS(5075), + [sym__automatic_semicolon] = ACTIONS(5075), + [sym_safe_nav] = ACTIONS(5075), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5075), }, [1192] = { - [sym_function_body] = STATE(1061), - [sym__block] = STATE(1128), - [sym__alpha_identifier] = ACTIONS(4083), - [anon_sym_AT] = ACTIONS(4085), - [anon_sym_LBRACK] = ACTIONS(4085), - [anon_sym_as] = ACTIONS(4083), - [anon_sym_EQ] = ACTIONS(4207), - [anon_sym_LBRACE] = ACTIONS(4081), - [anon_sym_RBRACE] = ACTIONS(4085), - [anon_sym_LPAREN] = ACTIONS(4085), - [anon_sym_LT] = ACTIONS(4083), - [anon_sym_GT] = ACTIONS(4083), - [anon_sym_object] = ACTIONS(4083), - [anon_sym_fun] = ACTIONS(4083), - [anon_sym_DOT] = ACTIONS(4083), - [anon_sym_SEMI] = ACTIONS(4085), - [anon_sym_get] = ACTIONS(4083), - [anon_sym_set] = ACTIONS(4083), - [anon_sym_this] = ACTIONS(4083), - [anon_sym_super] = ACTIONS(4083), - [anon_sym_STAR] = ACTIONS(4083), - [sym_label] = ACTIONS(4083), - [anon_sym_in] = ACTIONS(4083), - [anon_sym_DOT_DOT] = ACTIONS(4085), - [anon_sym_QMARK_COLON] = ACTIONS(4085), - [anon_sym_AMP_AMP] = ACTIONS(4085), - [anon_sym_PIPE_PIPE] = ACTIONS(4085), - [anon_sym_null] = ACTIONS(4083), - [anon_sym_if] = ACTIONS(4083), - [anon_sym_else] = ACTIONS(4083), - [anon_sym_when] = ACTIONS(4083), - [anon_sym_try] = ACTIONS(4083), - [anon_sym_throw] = ACTIONS(4083), - [anon_sym_return] = ACTIONS(4083), - [anon_sym_continue] = ACTIONS(4083), - [anon_sym_break] = ACTIONS(4083), - [anon_sym_COLON_COLON] = ACTIONS(4085), - [anon_sym_PLUS_EQ] = ACTIONS(4085), - [anon_sym_DASH_EQ] = ACTIONS(4085), - [anon_sym_STAR_EQ] = ACTIONS(4085), - [anon_sym_SLASH_EQ] = ACTIONS(4085), - [anon_sym_PERCENT_EQ] = ACTIONS(4085), - [anon_sym_BANG_EQ] = ACTIONS(4083), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4085), - [anon_sym_EQ_EQ] = ACTIONS(4083), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4085), - [anon_sym_LT_EQ] = ACTIONS(4085), - [anon_sym_GT_EQ] = ACTIONS(4085), - [anon_sym_BANGin] = ACTIONS(4085), - [anon_sym_is] = ACTIONS(4083), - [anon_sym_BANGis] = ACTIONS(4085), - [anon_sym_PLUS] = ACTIONS(4083), - [anon_sym_DASH] = ACTIONS(4083), - [anon_sym_SLASH] = ACTIONS(4083), - [anon_sym_PERCENT] = ACTIONS(4083), - [anon_sym_as_QMARK] = ACTIONS(4085), - [anon_sym_PLUS_PLUS] = ACTIONS(4085), - [anon_sym_DASH_DASH] = ACTIONS(4085), - [anon_sym_BANG] = ACTIONS(4083), - [anon_sym_BANG_BANG] = ACTIONS(4085), - [anon_sym_suspend] = ACTIONS(4083), - [anon_sym_sealed] = ACTIONS(4083), - [anon_sym_annotation] = ACTIONS(4083), - [anon_sym_data] = ACTIONS(4083), - [anon_sym_inner] = ACTIONS(4083), - [anon_sym_override] = ACTIONS(4083), - [anon_sym_lateinit] = ACTIONS(4083), - [anon_sym_public] = ACTIONS(4083), - [anon_sym_private] = ACTIONS(4083), - [anon_sym_internal] = ACTIONS(4083), - [anon_sym_protected] = ACTIONS(4083), - [anon_sym_tailrec] = ACTIONS(4083), - [anon_sym_operator] = ACTIONS(4083), - [anon_sym_infix] = ACTIONS(4083), - [anon_sym_inline] = ACTIONS(4083), - [anon_sym_external] = ACTIONS(4083), - [sym_property_modifier] = ACTIONS(4083), - [anon_sym_abstract] = ACTIONS(4083), - [anon_sym_final] = ACTIONS(4083), - [anon_sym_open] = ACTIONS(4083), - [anon_sym_vararg] = ACTIONS(4083), - [anon_sym_noinline] = ACTIONS(4083), - [anon_sym_crossinline] = ACTIONS(4083), - [anon_sym_expect] = ACTIONS(4083), - [anon_sym_actual] = ACTIONS(4083), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4085), - [anon_sym_continue_AT] = ACTIONS(4085), - [anon_sym_break_AT] = ACTIONS(4085), - [sym_real_literal] = ACTIONS(4085), - [sym_integer_literal] = ACTIONS(4083), - [sym_hex_literal] = ACTIONS(4085), - [sym_bin_literal] = ACTIONS(4085), - [anon_sym_true] = ACTIONS(4083), - [anon_sym_false] = ACTIONS(4083), - [anon_sym_SQUOTE] = ACTIONS(4085), - [sym__backtick_identifier] = ACTIONS(4085), - [sym__automatic_semicolon] = ACTIONS(4085), - [sym_safe_nav] = ACTIONS(4085), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4085), + [sym__alpha_identifier] = ACTIONS(3212), + [anon_sym_AT] = ACTIONS(3216), + [anon_sym_LBRACK] = ACTIONS(3216), + [anon_sym_as] = ACTIONS(3212), + [anon_sym_EQ] = ACTIONS(3212), + [anon_sym_LBRACE] = ACTIONS(3216), + [anon_sym_RBRACE] = ACTIONS(3216), + [anon_sym_LPAREN] = ACTIONS(3216), + [anon_sym_COMMA] = ACTIONS(3216), + [anon_sym_LT] = ACTIONS(3212), + [anon_sym_GT] = ACTIONS(3212), + [anon_sym_where] = ACTIONS(3212), + [anon_sym_object] = ACTIONS(3212), + [anon_sym_fun] = ACTIONS(3212), + [anon_sym_DOT] = ACTIONS(3212), + [anon_sym_SEMI] = ACTIONS(3216), + [anon_sym_get] = ACTIONS(3212), + [anon_sym_set] = ACTIONS(3212), + [anon_sym_this] = ACTIONS(3212), + [anon_sym_super] = ACTIONS(3212), + [anon_sym_STAR] = ACTIONS(3212), + [sym_label] = ACTIONS(3212), + [anon_sym_in] = ACTIONS(3212), + [anon_sym_DOT_DOT] = ACTIONS(3216), + [anon_sym_QMARK_COLON] = ACTIONS(3216), + [anon_sym_AMP_AMP] = ACTIONS(3216), + [anon_sym_PIPE_PIPE] = ACTIONS(3216), + [anon_sym_null] = ACTIONS(3212), + [anon_sym_if] = ACTIONS(3212), + [anon_sym_else] = ACTIONS(3212), + [anon_sym_when] = ACTIONS(3212), + [anon_sym_try] = ACTIONS(3212), + [anon_sym_throw] = ACTIONS(3212), + [anon_sym_return] = ACTIONS(3212), + [anon_sym_continue] = ACTIONS(3212), + [anon_sym_break] = ACTIONS(3212), + [anon_sym_COLON_COLON] = ACTIONS(3216), + [anon_sym_PLUS_EQ] = ACTIONS(3216), + [anon_sym_DASH_EQ] = ACTIONS(3216), + [anon_sym_STAR_EQ] = ACTIONS(3216), + [anon_sym_SLASH_EQ] = ACTIONS(3216), + [anon_sym_PERCENT_EQ] = ACTIONS(3216), + [anon_sym_BANG_EQ] = ACTIONS(3212), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3216), + [anon_sym_EQ_EQ] = ACTIONS(3212), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3216), + [anon_sym_LT_EQ] = ACTIONS(3216), + [anon_sym_GT_EQ] = ACTIONS(3216), + [anon_sym_BANGin] = ACTIONS(3216), + [anon_sym_is] = ACTIONS(3212), + [anon_sym_BANGis] = ACTIONS(3216), + [anon_sym_PLUS] = ACTIONS(3212), + [anon_sym_DASH] = ACTIONS(3212), + [anon_sym_SLASH] = ACTIONS(3212), + [anon_sym_PERCENT] = ACTIONS(3212), + [anon_sym_as_QMARK] = ACTIONS(3216), + [anon_sym_PLUS_PLUS] = ACTIONS(3216), + [anon_sym_DASH_DASH] = ACTIONS(3216), + [anon_sym_BANG] = ACTIONS(3212), + [anon_sym_BANG_BANG] = ACTIONS(3216), + [anon_sym_suspend] = ACTIONS(3212), + [anon_sym_sealed] = ACTIONS(3212), + [anon_sym_annotation] = ACTIONS(3212), + [anon_sym_data] = ACTIONS(3212), + [anon_sym_inner] = ACTIONS(3212), + [anon_sym_override] = ACTIONS(3212), + [anon_sym_lateinit] = ACTIONS(3212), + [anon_sym_public] = ACTIONS(3212), + [anon_sym_private] = ACTIONS(3212), + [anon_sym_internal] = ACTIONS(3212), + [anon_sym_protected] = ACTIONS(3212), + [anon_sym_tailrec] = ACTIONS(3212), + [anon_sym_operator] = ACTIONS(3212), + [anon_sym_infix] = ACTIONS(3212), + [anon_sym_inline] = ACTIONS(3212), + [anon_sym_external] = ACTIONS(3212), + [sym_property_modifier] = ACTIONS(3212), + [anon_sym_abstract] = ACTIONS(3212), + [anon_sym_final] = ACTIONS(3212), + [anon_sym_open] = ACTIONS(3212), + [anon_sym_vararg] = ACTIONS(3212), + [anon_sym_noinline] = ACTIONS(3212), + [anon_sym_crossinline] = ACTIONS(3212), + [anon_sym_expect] = ACTIONS(3212), + [anon_sym_actual] = ACTIONS(3212), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3216), + [anon_sym_continue_AT] = ACTIONS(3216), + [anon_sym_break_AT] = ACTIONS(3216), + [sym_real_literal] = ACTIONS(3216), + [sym_integer_literal] = ACTIONS(3212), + [sym_hex_literal] = ACTIONS(3216), + [sym_bin_literal] = ACTIONS(3216), + [anon_sym_true] = ACTIONS(3212), + [anon_sym_false] = ACTIONS(3212), + [anon_sym_SQUOTE] = ACTIONS(3216), + [sym__backtick_identifier] = ACTIONS(3216), + [sym__automatic_semicolon] = ACTIONS(3216), + [sym_safe_nav] = ACTIONS(3216), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3216), }, [1193] = { - [sym_getter] = STATE(9399), - [sym_setter] = STATE(9399), - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(1738), - [sym__comparison_operator] = STATE(1739), - [sym__in_operator] = STATE(1740), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(1741), - [sym__multiplicative_operator] = STATE(1742), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_modifiers] = STATE(8580), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5644), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1744), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym__alpha_identifier] = ACTIONS(5077), + [anon_sym_AT] = ACTIONS(5079), + [anon_sym_LBRACK] = ACTIONS(5079), + [anon_sym_as] = ACTIONS(5077), + [anon_sym_EQ] = ACTIONS(5077), + [anon_sym_LBRACE] = ACTIONS(5079), + [anon_sym_RBRACE] = ACTIONS(5079), + [anon_sym_LPAREN] = ACTIONS(5079), + [anon_sym_COMMA] = ACTIONS(5079), + [anon_sym_LT] = ACTIONS(5077), + [anon_sym_GT] = ACTIONS(5077), + [anon_sym_where] = ACTIONS(5077), + [anon_sym_object] = ACTIONS(5077), + [anon_sym_fun] = ACTIONS(5077), + [anon_sym_DOT] = ACTIONS(5077), + [anon_sym_SEMI] = ACTIONS(5079), + [anon_sym_get] = ACTIONS(5077), + [anon_sym_set] = ACTIONS(5077), + [anon_sym_this] = ACTIONS(5077), + [anon_sym_super] = ACTIONS(5077), + [anon_sym_STAR] = ACTIONS(5077), + [sym_label] = ACTIONS(5077), + [anon_sym_in] = ACTIONS(5077), + [anon_sym_DOT_DOT] = ACTIONS(5079), + [anon_sym_QMARK_COLON] = ACTIONS(5079), + [anon_sym_AMP_AMP] = ACTIONS(5079), + [anon_sym_PIPE_PIPE] = ACTIONS(5079), + [anon_sym_null] = ACTIONS(5077), + [anon_sym_if] = ACTIONS(5077), + [anon_sym_else] = ACTIONS(5077), + [anon_sym_when] = ACTIONS(5077), + [anon_sym_try] = ACTIONS(5077), + [anon_sym_throw] = ACTIONS(5077), + [anon_sym_return] = ACTIONS(5077), + [anon_sym_continue] = ACTIONS(5077), + [anon_sym_break] = ACTIONS(5077), + [anon_sym_COLON_COLON] = ACTIONS(5079), + [anon_sym_PLUS_EQ] = ACTIONS(5079), + [anon_sym_DASH_EQ] = ACTIONS(5079), + [anon_sym_STAR_EQ] = ACTIONS(5079), + [anon_sym_SLASH_EQ] = ACTIONS(5079), + [anon_sym_PERCENT_EQ] = ACTIONS(5079), + [anon_sym_BANG_EQ] = ACTIONS(5077), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5079), + [anon_sym_EQ_EQ] = ACTIONS(5077), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5079), + [anon_sym_LT_EQ] = ACTIONS(5079), + [anon_sym_GT_EQ] = ACTIONS(5079), + [anon_sym_BANGin] = ACTIONS(5079), + [anon_sym_is] = ACTIONS(5077), + [anon_sym_BANGis] = ACTIONS(5079), + [anon_sym_PLUS] = ACTIONS(5077), + [anon_sym_DASH] = ACTIONS(5077), + [anon_sym_SLASH] = ACTIONS(5077), + [anon_sym_PERCENT] = ACTIONS(5077), + [anon_sym_as_QMARK] = ACTIONS(5079), + [anon_sym_PLUS_PLUS] = ACTIONS(5079), + [anon_sym_DASH_DASH] = ACTIONS(5079), + [anon_sym_BANG] = ACTIONS(5077), + [anon_sym_BANG_BANG] = ACTIONS(5079), + [anon_sym_suspend] = ACTIONS(5077), + [anon_sym_sealed] = ACTIONS(5077), + [anon_sym_annotation] = ACTIONS(5077), + [anon_sym_data] = ACTIONS(5077), + [anon_sym_inner] = ACTIONS(5077), + [anon_sym_override] = ACTIONS(5077), + [anon_sym_lateinit] = ACTIONS(5077), + [anon_sym_public] = ACTIONS(5077), + [anon_sym_private] = ACTIONS(5077), + [anon_sym_internal] = ACTIONS(5077), + [anon_sym_protected] = ACTIONS(5077), + [anon_sym_tailrec] = ACTIONS(5077), + [anon_sym_operator] = ACTIONS(5077), + [anon_sym_infix] = ACTIONS(5077), + [anon_sym_inline] = ACTIONS(5077), + [anon_sym_external] = ACTIONS(5077), + [sym_property_modifier] = ACTIONS(5077), + [anon_sym_abstract] = ACTIONS(5077), + [anon_sym_final] = ACTIONS(5077), + [anon_sym_open] = ACTIONS(5077), + [anon_sym_vararg] = ACTIONS(5077), + [anon_sym_noinline] = ACTIONS(5077), + [anon_sym_crossinline] = ACTIONS(5077), + [anon_sym_expect] = ACTIONS(5077), + [anon_sym_actual] = ACTIONS(5077), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5079), + [anon_sym_continue_AT] = ACTIONS(5079), + [anon_sym_break_AT] = ACTIONS(5079), + [sym_real_literal] = ACTIONS(5079), + [sym_integer_literal] = ACTIONS(5077), + [sym_hex_literal] = ACTIONS(5079), + [sym_bin_literal] = ACTIONS(5079), + [anon_sym_true] = ACTIONS(5077), + [anon_sym_false] = ACTIONS(5077), + [anon_sym_SQUOTE] = ACTIONS(5079), + [sym__backtick_identifier] = ACTIONS(5079), + [sym__automatic_semicolon] = ACTIONS(5079), + [sym_safe_nav] = ACTIONS(5079), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5079), + }, + [1194] = { + [sym_getter] = STATE(9115), + [sym_setter] = STATE(9115), + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(1752), + [sym__comparison_operator] = STATE(1753), + [sym__in_operator] = STATE(1754), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(1755), + [sym__multiplicative_operator] = STATE(1756), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_modifiers] = STATE(8728), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5709), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1758), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_LPAREN] = ACTIONS(3378), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_LPAREN] = ACTIONS(3394), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(4149), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(5085), - [anon_sym_get] = ACTIONS(4710), - [anon_sym_set] = ACTIONS(4712), - [anon_sym_STAR] = ACTIONS(4157), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(4159), + [anon_sym_GT] = ACTIONS(4156), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(5081), + [anon_sym_get] = ACTIONS(4838), + [anon_sym_set] = ACTIONS(4840), + [anon_sym_STAR] = ACTIONS(4164), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(4166), [anon_sym_while] = ACTIONS(1770), - [anon_sym_DOT_DOT] = ACTIONS(4161), - [anon_sym_QMARK_COLON] = ACTIONS(4163), - [anon_sym_AMP_AMP] = ACTIONS(4165), - [anon_sym_PIPE_PIPE] = ACTIONS(4167), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_BANG_EQ] = ACTIONS(4169), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4171), - [anon_sym_EQ_EQ] = ACTIONS(4169), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4171), - [anon_sym_LT_EQ] = ACTIONS(4173), - [anon_sym_GT_EQ] = ACTIONS(4173), - [anon_sym_BANGin] = ACTIONS(4175), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), - [anon_sym_PLUS] = ACTIONS(4177), - [anon_sym_DASH] = ACTIONS(4177), - [anon_sym_SLASH] = ACTIONS(4179), - [anon_sym_PERCENT] = ACTIONS(4157), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), + [anon_sym_DOT_DOT] = ACTIONS(4168), + [anon_sym_QMARK_COLON] = ACTIONS(4170), + [anon_sym_AMP_AMP] = ACTIONS(4172), + [anon_sym_PIPE_PIPE] = ACTIONS(4174), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_BANG_EQ] = ACTIONS(4176), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4178), + [anon_sym_EQ_EQ] = ACTIONS(4176), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4178), + [anon_sym_LT_EQ] = ACTIONS(4180), + [anon_sym_GT_EQ] = ACTIONS(4180), + [anon_sym_BANGin] = ACTIONS(4182), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), + [anon_sym_PLUS] = ACTIONS(4184), + [anon_sym_DASH] = ACTIONS(4184), + [anon_sym_SLASH] = ACTIONS(4186), + [anon_sym_PERCENT] = ACTIONS(4164), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -171169,422 +171380,216 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1748), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), - [sym_multiline_comment] = ACTIONS(3), - }, - [1194] = { - [sym__alpha_identifier] = ACTIONS(4249), - [anon_sym_AT] = ACTIONS(4252), - [anon_sym_LBRACK] = ACTIONS(4252), - [anon_sym_as] = ACTIONS(4249), - [anon_sym_EQ] = ACTIONS(4249), - [anon_sym_LBRACE] = ACTIONS(4252), - [anon_sym_RBRACE] = ACTIONS(4252), - [anon_sym_LPAREN] = ACTIONS(4899), - [anon_sym_COMMA] = ACTIONS(4252), - [anon_sym_LT] = ACTIONS(4249), - [anon_sym_GT] = ACTIONS(4249), - [anon_sym_where] = ACTIONS(4249), - [anon_sym_object] = ACTIONS(4249), - [anon_sym_fun] = ACTIONS(4249), - [anon_sym_DOT] = ACTIONS(4249), - [anon_sym_SEMI] = ACTIONS(4252), - [anon_sym_get] = ACTIONS(4249), - [anon_sym_set] = ACTIONS(4249), - [anon_sym_this] = ACTIONS(4249), - [anon_sym_super] = ACTIONS(4249), - [anon_sym_STAR] = ACTIONS(4249), - [sym_label] = ACTIONS(4249), - [anon_sym_in] = ACTIONS(4249), - [anon_sym_DOT_DOT] = ACTIONS(4252), - [anon_sym_QMARK_COLON] = ACTIONS(4252), - [anon_sym_AMP_AMP] = ACTIONS(4252), - [anon_sym_PIPE_PIPE] = ACTIONS(4252), - [anon_sym_null] = ACTIONS(4249), - [anon_sym_if] = ACTIONS(4249), - [anon_sym_else] = ACTIONS(4249), - [anon_sym_when] = ACTIONS(4249), - [anon_sym_try] = ACTIONS(4249), - [anon_sym_throw] = ACTIONS(4249), - [anon_sym_return] = ACTIONS(4249), - [anon_sym_continue] = ACTIONS(4249), - [anon_sym_break] = ACTIONS(4249), - [anon_sym_COLON_COLON] = ACTIONS(4252), - [anon_sym_PLUS_EQ] = ACTIONS(4252), - [anon_sym_DASH_EQ] = ACTIONS(4252), - [anon_sym_STAR_EQ] = ACTIONS(4252), - [anon_sym_SLASH_EQ] = ACTIONS(4252), - [anon_sym_PERCENT_EQ] = ACTIONS(4252), - [anon_sym_BANG_EQ] = ACTIONS(4249), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4252), - [anon_sym_EQ_EQ] = ACTIONS(4249), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4252), - [anon_sym_LT_EQ] = ACTIONS(4252), - [anon_sym_GT_EQ] = ACTIONS(4252), - [anon_sym_BANGin] = ACTIONS(4252), - [anon_sym_is] = ACTIONS(4249), - [anon_sym_BANGis] = ACTIONS(4252), - [anon_sym_PLUS] = ACTIONS(4249), - [anon_sym_DASH] = ACTIONS(4249), - [anon_sym_SLASH] = ACTIONS(4249), - [anon_sym_PERCENT] = ACTIONS(4249), - [anon_sym_as_QMARK] = ACTIONS(4252), - [anon_sym_PLUS_PLUS] = ACTIONS(4252), - [anon_sym_DASH_DASH] = ACTIONS(4252), - [anon_sym_BANG] = ACTIONS(4249), - [anon_sym_BANG_BANG] = ACTIONS(4252), - [anon_sym_suspend] = ACTIONS(4249), - [anon_sym_sealed] = ACTIONS(4249), - [anon_sym_annotation] = ACTIONS(4249), - [anon_sym_data] = ACTIONS(4249), - [anon_sym_inner] = ACTIONS(4249), - [anon_sym_override] = ACTIONS(4249), - [anon_sym_lateinit] = ACTIONS(4249), - [anon_sym_public] = ACTIONS(4249), - [anon_sym_private] = ACTIONS(4249), - [anon_sym_internal] = ACTIONS(4249), - [anon_sym_protected] = ACTIONS(4249), - [anon_sym_tailrec] = ACTIONS(4249), - [anon_sym_operator] = ACTIONS(4249), - [anon_sym_infix] = ACTIONS(4249), - [anon_sym_inline] = ACTIONS(4249), - [anon_sym_external] = ACTIONS(4249), - [sym_property_modifier] = ACTIONS(4249), - [anon_sym_abstract] = ACTIONS(4249), - [anon_sym_final] = ACTIONS(4249), - [anon_sym_open] = ACTIONS(4249), - [anon_sym_vararg] = ACTIONS(4249), - [anon_sym_noinline] = ACTIONS(4249), - [anon_sym_crossinline] = ACTIONS(4249), - [anon_sym_expect] = ACTIONS(4249), - [anon_sym_actual] = ACTIONS(4249), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4252), - [anon_sym_continue_AT] = ACTIONS(4252), - [anon_sym_break_AT] = ACTIONS(4252), - [sym_real_literal] = ACTIONS(4252), - [sym_integer_literal] = ACTIONS(4249), - [sym_hex_literal] = ACTIONS(4252), - [sym_bin_literal] = ACTIONS(4252), - [anon_sym_true] = ACTIONS(4249), - [anon_sym_false] = ACTIONS(4249), - [anon_sym_SQUOTE] = ACTIONS(4252), - [sym__backtick_identifier] = ACTIONS(4252), - [sym__automatic_semicolon] = ACTIONS(4252), - [sym_safe_nav] = ACTIONS(4252), + [sym_safe_nav] = ACTIONS(3420), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4252), }, [1195] = { - [sym__alpha_identifier] = ACTIONS(4233), - [anon_sym_AT] = ACTIONS(4236), - [anon_sym_LBRACK] = ACTIONS(4236), - [anon_sym_as] = ACTIONS(4233), - [anon_sym_EQ] = ACTIONS(4233), - [anon_sym_LBRACE] = ACTIONS(4236), - [anon_sym_RBRACE] = ACTIONS(4236), - [anon_sym_LPAREN] = ACTIONS(4891), - [anon_sym_COMMA] = ACTIONS(4236), - [anon_sym_LT] = ACTIONS(4233), - [anon_sym_GT] = ACTIONS(4233), - [anon_sym_where] = ACTIONS(4233), - [anon_sym_object] = ACTIONS(4233), - [anon_sym_fun] = ACTIONS(4233), - [anon_sym_DOT] = ACTIONS(4233), - [anon_sym_SEMI] = ACTIONS(4236), - [anon_sym_get] = ACTIONS(4233), - [anon_sym_set] = ACTIONS(4233), - [anon_sym_this] = ACTIONS(4233), - [anon_sym_super] = ACTIONS(4233), - [anon_sym_STAR] = ACTIONS(4233), - [sym_label] = ACTIONS(4233), - [anon_sym_in] = ACTIONS(4233), - [anon_sym_DOT_DOT] = ACTIONS(4236), - [anon_sym_QMARK_COLON] = ACTIONS(4236), - [anon_sym_AMP_AMP] = ACTIONS(4236), - [anon_sym_PIPE_PIPE] = ACTIONS(4236), - [anon_sym_null] = ACTIONS(4233), - [anon_sym_if] = ACTIONS(4233), - [anon_sym_else] = ACTIONS(4233), - [anon_sym_when] = ACTIONS(4233), - [anon_sym_try] = ACTIONS(4233), - [anon_sym_throw] = ACTIONS(4233), - [anon_sym_return] = ACTIONS(4233), - [anon_sym_continue] = ACTIONS(4233), - [anon_sym_break] = ACTIONS(4233), - [anon_sym_COLON_COLON] = ACTIONS(4236), - [anon_sym_PLUS_EQ] = ACTIONS(4236), - [anon_sym_DASH_EQ] = ACTIONS(4236), - [anon_sym_STAR_EQ] = ACTIONS(4236), - [anon_sym_SLASH_EQ] = ACTIONS(4236), - [anon_sym_PERCENT_EQ] = ACTIONS(4236), - [anon_sym_BANG_EQ] = ACTIONS(4233), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4236), - [anon_sym_EQ_EQ] = ACTIONS(4233), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4236), - [anon_sym_LT_EQ] = ACTIONS(4236), - [anon_sym_GT_EQ] = ACTIONS(4236), - [anon_sym_BANGin] = ACTIONS(4236), - [anon_sym_is] = ACTIONS(4233), - [anon_sym_BANGis] = ACTIONS(4236), - [anon_sym_PLUS] = ACTIONS(4233), - [anon_sym_DASH] = ACTIONS(4233), - [anon_sym_SLASH] = ACTIONS(4233), - [anon_sym_PERCENT] = ACTIONS(4233), - [anon_sym_as_QMARK] = ACTIONS(4236), - [anon_sym_PLUS_PLUS] = ACTIONS(4236), - [anon_sym_DASH_DASH] = ACTIONS(4236), - [anon_sym_BANG] = ACTIONS(4233), - [anon_sym_BANG_BANG] = ACTIONS(4236), - [anon_sym_suspend] = ACTIONS(4233), - [anon_sym_sealed] = ACTIONS(4233), - [anon_sym_annotation] = ACTIONS(4233), - [anon_sym_data] = ACTIONS(4233), - [anon_sym_inner] = ACTIONS(4233), - [anon_sym_override] = ACTIONS(4233), - [anon_sym_lateinit] = ACTIONS(4233), - [anon_sym_public] = ACTIONS(4233), - [anon_sym_private] = ACTIONS(4233), - [anon_sym_internal] = ACTIONS(4233), - [anon_sym_protected] = ACTIONS(4233), - [anon_sym_tailrec] = ACTIONS(4233), - [anon_sym_operator] = ACTIONS(4233), - [anon_sym_infix] = ACTIONS(4233), - [anon_sym_inline] = ACTIONS(4233), - [anon_sym_external] = ACTIONS(4233), - [sym_property_modifier] = ACTIONS(4233), - [anon_sym_abstract] = ACTIONS(4233), - [anon_sym_final] = ACTIONS(4233), - [anon_sym_open] = ACTIONS(4233), - [anon_sym_vararg] = ACTIONS(4233), - [anon_sym_noinline] = ACTIONS(4233), - [anon_sym_crossinline] = ACTIONS(4233), - [anon_sym_expect] = ACTIONS(4233), - [anon_sym_actual] = ACTIONS(4233), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4236), - [anon_sym_continue_AT] = ACTIONS(4236), - [anon_sym_break_AT] = ACTIONS(4236), - [sym_real_literal] = ACTIONS(4236), - [sym_integer_literal] = ACTIONS(4233), - [sym_hex_literal] = ACTIONS(4236), - [sym_bin_literal] = ACTIONS(4236), - [anon_sym_true] = ACTIONS(4233), - [anon_sym_false] = ACTIONS(4233), - [anon_sym_SQUOTE] = ACTIONS(4236), - [sym__backtick_identifier] = ACTIONS(4236), - [sym__automatic_semicolon] = ACTIONS(4236), - [sym_safe_nav] = ACTIONS(4236), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4236), + [sym__alpha_identifier] = ACTIONS(4627), + [anon_sym_AT] = ACTIONS(4629), + [anon_sym_LBRACK] = ACTIONS(4629), + [anon_sym_as] = ACTIONS(4627), + [anon_sym_EQ] = ACTIONS(4627), + [anon_sym_LBRACE] = ACTIONS(4629), + [anon_sym_RBRACE] = ACTIONS(4629), + [anon_sym_LPAREN] = ACTIONS(4629), + [anon_sym_COMMA] = ACTIONS(4629), + [anon_sym_LT] = ACTIONS(4627), + [anon_sym_GT] = ACTIONS(4627), + [anon_sym_where] = ACTIONS(4627), + [anon_sym_object] = ACTIONS(4627), + [anon_sym_fun] = ACTIONS(4627), + [anon_sym_DOT] = ACTIONS(4627), + [anon_sym_SEMI] = ACTIONS(4629), + [anon_sym_get] = ACTIONS(4627), + [anon_sym_set] = ACTIONS(4627), + [anon_sym_this] = ACTIONS(4627), + [anon_sym_super] = ACTIONS(4627), + [anon_sym_STAR] = ACTIONS(4627), + [sym_label] = ACTIONS(4627), + [anon_sym_in] = ACTIONS(4627), + [anon_sym_DOT_DOT] = ACTIONS(4629), + [anon_sym_QMARK_COLON] = ACTIONS(4629), + [anon_sym_AMP_AMP] = ACTIONS(4629), + [anon_sym_PIPE_PIPE] = ACTIONS(4629), + [anon_sym_null] = ACTIONS(4627), + [anon_sym_if] = ACTIONS(4627), + [anon_sym_else] = ACTIONS(4627), + [anon_sym_when] = ACTIONS(4627), + [anon_sym_try] = ACTIONS(4627), + [anon_sym_throw] = ACTIONS(4627), + [anon_sym_return] = ACTIONS(4627), + [anon_sym_continue] = ACTIONS(4627), + [anon_sym_break] = ACTIONS(4627), + [anon_sym_COLON_COLON] = ACTIONS(4629), + [anon_sym_PLUS_EQ] = ACTIONS(4629), + [anon_sym_DASH_EQ] = ACTIONS(4629), + [anon_sym_STAR_EQ] = ACTIONS(4629), + [anon_sym_SLASH_EQ] = ACTIONS(4629), + [anon_sym_PERCENT_EQ] = ACTIONS(4629), + [anon_sym_BANG_EQ] = ACTIONS(4627), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4629), + [anon_sym_EQ_EQ] = ACTIONS(4627), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4629), + [anon_sym_LT_EQ] = ACTIONS(4629), + [anon_sym_GT_EQ] = ACTIONS(4629), + [anon_sym_BANGin] = ACTIONS(4629), + [anon_sym_is] = ACTIONS(4627), + [anon_sym_BANGis] = ACTIONS(4629), + [anon_sym_PLUS] = ACTIONS(4627), + [anon_sym_DASH] = ACTIONS(4627), + [anon_sym_SLASH] = ACTIONS(4627), + [anon_sym_PERCENT] = ACTIONS(4627), + [anon_sym_as_QMARK] = ACTIONS(4629), + [anon_sym_PLUS_PLUS] = ACTIONS(4629), + [anon_sym_DASH_DASH] = ACTIONS(4629), + [anon_sym_BANG] = ACTIONS(4627), + [anon_sym_BANG_BANG] = ACTIONS(4629), + [anon_sym_suspend] = ACTIONS(4627), + [anon_sym_sealed] = ACTIONS(4627), + [anon_sym_annotation] = ACTIONS(4627), + [anon_sym_data] = ACTIONS(4627), + [anon_sym_inner] = ACTIONS(4627), + [anon_sym_override] = ACTIONS(4627), + [anon_sym_lateinit] = ACTIONS(4627), + [anon_sym_public] = ACTIONS(4627), + [anon_sym_private] = ACTIONS(4627), + [anon_sym_internal] = ACTIONS(4627), + [anon_sym_protected] = ACTIONS(4627), + [anon_sym_tailrec] = ACTIONS(4627), + [anon_sym_operator] = ACTIONS(4627), + [anon_sym_infix] = ACTIONS(4627), + [anon_sym_inline] = ACTIONS(4627), + [anon_sym_external] = ACTIONS(4627), + [sym_property_modifier] = ACTIONS(4627), + [anon_sym_abstract] = ACTIONS(4627), + [anon_sym_final] = ACTIONS(4627), + [anon_sym_open] = ACTIONS(4627), + [anon_sym_vararg] = ACTIONS(4627), + [anon_sym_noinline] = ACTIONS(4627), + [anon_sym_crossinline] = ACTIONS(4627), + [anon_sym_expect] = ACTIONS(4627), + [anon_sym_actual] = ACTIONS(4627), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4629), + [anon_sym_continue_AT] = ACTIONS(4629), + [anon_sym_break_AT] = ACTIONS(4629), + [sym_real_literal] = ACTIONS(4629), + [sym_integer_literal] = ACTIONS(4627), + [sym_hex_literal] = ACTIONS(4629), + [sym_bin_literal] = ACTIONS(4629), + [anon_sym_true] = ACTIONS(4627), + [anon_sym_false] = ACTIONS(4627), + [anon_sym_SQUOTE] = ACTIONS(4629), + [sym__backtick_identifier] = ACTIONS(4629), + [sym__automatic_semicolon] = ACTIONS(4629), + [sym_safe_nav] = ACTIONS(4629), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4629), }, [1196] = { - [sym__alpha_identifier] = ACTIONS(4406), - [anon_sym_AT] = ACTIONS(4408), - [anon_sym_LBRACK] = ACTIONS(4408), - [anon_sym_as] = ACTIONS(4406), - [anon_sym_EQ] = ACTIONS(4406), - [anon_sym_LBRACE] = ACTIONS(4408), - [anon_sym_RBRACE] = ACTIONS(4408), - [anon_sym_LPAREN] = ACTIONS(4408), - [anon_sym_COMMA] = ACTIONS(4408), - [anon_sym_LT] = ACTIONS(4406), - [anon_sym_GT] = ACTIONS(4406), - [anon_sym_where] = ACTIONS(4406), - [anon_sym_object] = ACTIONS(4406), - [anon_sym_fun] = ACTIONS(4406), - [anon_sym_DOT] = ACTIONS(4406), - [anon_sym_SEMI] = ACTIONS(4408), - [anon_sym_get] = ACTIONS(4406), - [anon_sym_set] = ACTIONS(4406), - [anon_sym_this] = ACTIONS(4406), - [anon_sym_super] = ACTIONS(4406), - [anon_sym_STAR] = ACTIONS(4406), - [sym_label] = ACTIONS(4406), - [anon_sym_in] = ACTIONS(4406), - [anon_sym_DOT_DOT] = ACTIONS(4408), - [anon_sym_QMARK_COLON] = ACTIONS(4408), - [anon_sym_AMP_AMP] = ACTIONS(4408), - [anon_sym_PIPE_PIPE] = ACTIONS(4408), - [anon_sym_null] = ACTIONS(4406), - [anon_sym_if] = ACTIONS(4406), - [anon_sym_else] = ACTIONS(4406), - [anon_sym_when] = ACTIONS(4406), - [anon_sym_try] = ACTIONS(4406), - [anon_sym_throw] = ACTIONS(4406), - [anon_sym_return] = ACTIONS(4406), - [anon_sym_continue] = ACTIONS(4406), - [anon_sym_break] = ACTIONS(4406), - [anon_sym_COLON_COLON] = ACTIONS(4408), - [anon_sym_PLUS_EQ] = ACTIONS(4408), - [anon_sym_DASH_EQ] = ACTIONS(4408), - [anon_sym_STAR_EQ] = ACTIONS(4408), - [anon_sym_SLASH_EQ] = ACTIONS(4408), - [anon_sym_PERCENT_EQ] = ACTIONS(4408), - [anon_sym_BANG_EQ] = ACTIONS(4406), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4408), - [anon_sym_EQ_EQ] = ACTIONS(4406), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4408), - [anon_sym_LT_EQ] = ACTIONS(4408), - [anon_sym_GT_EQ] = ACTIONS(4408), - [anon_sym_BANGin] = ACTIONS(4408), - [anon_sym_is] = ACTIONS(4406), - [anon_sym_BANGis] = ACTIONS(4408), - [anon_sym_PLUS] = ACTIONS(4406), - [anon_sym_DASH] = ACTIONS(4406), - [anon_sym_SLASH] = ACTIONS(4406), - [anon_sym_PERCENT] = ACTIONS(4406), - [anon_sym_as_QMARK] = ACTIONS(4408), - [anon_sym_PLUS_PLUS] = ACTIONS(4408), - [anon_sym_DASH_DASH] = ACTIONS(4408), - [anon_sym_BANG] = ACTIONS(4406), - [anon_sym_BANG_BANG] = ACTIONS(4408), - [anon_sym_suspend] = ACTIONS(4406), - [anon_sym_sealed] = ACTIONS(4406), - [anon_sym_annotation] = ACTIONS(4406), - [anon_sym_data] = ACTIONS(4406), - [anon_sym_inner] = ACTIONS(4406), - [anon_sym_override] = ACTIONS(4406), - [anon_sym_lateinit] = ACTIONS(4406), - [anon_sym_public] = ACTIONS(4406), - [anon_sym_private] = ACTIONS(4406), - [anon_sym_internal] = ACTIONS(4406), - [anon_sym_protected] = ACTIONS(4406), - [anon_sym_tailrec] = ACTIONS(4406), - [anon_sym_operator] = ACTIONS(4406), - [anon_sym_infix] = ACTIONS(4406), - [anon_sym_inline] = ACTIONS(4406), - [anon_sym_external] = ACTIONS(4406), - [sym_property_modifier] = ACTIONS(4406), - [anon_sym_abstract] = ACTIONS(4406), - [anon_sym_final] = ACTIONS(4406), - [anon_sym_open] = ACTIONS(4406), - [anon_sym_vararg] = ACTIONS(4406), - [anon_sym_noinline] = ACTIONS(4406), - [anon_sym_crossinline] = ACTIONS(4406), - [anon_sym_expect] = ACTIONS(4406), - [anon_sym_actual] = ACTIONS(4406), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4408), - [anon_sym_continue_AT] = ACTIONS(4408), - [anon_sym_break_AT] = ACTIONS(4408), - [sym_real_literal] = ACTIONS(4408), - [sym_integer_literal] = ACTIONS(4406), - [sym_hex_literal] = ACTIONS(4408), - [sym_bin_literal] = ACTIONS(4408), - [anon_sym_true] = ACTIONS(4406), - [anon_sym_false] = ACTIONS(4406), - [anon_sym_SQUOTE] = ACTIONS(4408), - [sym__backtick_identifier] = ACTIONS(4408), - [sym__automatic_semicolon] = ACTIONS(4408), - [sym_safe_nav] = ACTIONS(4408), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4408), + [sym__alpha_identifier] = ACTIONS(5083), + [anon_sym_AT] = ACTIONS(5085), + [anon_sym_LBRACK] = ACTIONS(5085), + [anon_sym_as] = ACTIONS(5083), + [anon_sym_EQ] = ACTIONS(5083), + [anon_sym_LBRACE] = ACTIONS(5085), + [anon_sym_RBRACE] = ACTIONS(5085), + [anon_sym_LPAREN] = ACTIONS(5085), + [anon_sym_COMMA] = ACTIONS(5085), + [anon_sym_LT] = ACTIONS(5083), + [anon_sym_GT] = ACTIONS(5083), + [anon_sym_where] = ACTIONS(5083), + [anon_sym_object] = ACTIONS(5083), + [anon_sym_fun] = ACTIONS(5083), + [anon_sym_DOT] = ACTIONS(5083), + [anon_sym_SEMI] = ACTIONS(5085), + [anon_sym_get] = ACTIONS(5083), + [anon_sym_set] = ACTIONS(5083), + [anon_sym_this] = ACTIONS(5083), + [anon_sym_super] = ACTIONS(5083), + [anon_sym_STAR] = ACTIONS(5083), + [sym_label] = ACTIONS(5083), + [anon_sym_in] = ACTIONS(5083), + [anon_sym_DOT_DOT] = ACTIONS(5085), + [anon_sym_QMARK_COLON] = ACTIONS(5085), + [anon_sym_AMP_AMP] = ACTIONS(5085), + [anon_sym_PIPE_PIPE] = ACTIONS(5085), + [anon_sym_null] = ACTIONS(5083), + [anon_sym_if] = ACTIONS(5083), + [anon_sym_else] = ACTIONS(5083), + [anon_sym_when] = ACTIONS(5083), + [anon_sym_try] = ACTIONS(5083), + [anon_sym_throw] = ACTIONS(5083), + [anon_sym_return] = ACTIONS(5083), + [anon_sym_continue] = ACTIONS(5083), + [anon_sym_break] = ACTIONS(5083), + [anon_sym_COLON_COLON] = ACTIONS(5085), + [anon_sym_PLUS_EQ] = ACTIONS(5085), + [anon_sym_DASH_EQ] = ACTIONS(5085), + [anon_sym_STAR_EQ] = ACTIONS(5085), + [anon_sym_SLASH_EQ] = ACTIONS(5085), + [anon_sym_PERCENT_EQ] = ACTIONS(5085), + [anon_sym_BANG_EQ] = ACTIONS(5083), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5085), + [anon_sym_EQ_EQ] = ACTIONS(5083), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5085), + [anon_sym_LT_EQ] = ACTIONS(5085), + [anon_sym_GT_EQ] = ACTIONS(5085), + [anon_sym_BANGin] = ACTIONS(5085), + [anon_sym_is] = ACTIONS(5083), + [anon_sym_BANGis] = ACTIONS(5085), + [anon_sym_PLUS] = ACTIONS(5083), + [anon_sym_DASH] = ACTIONS(5083), + [anon_sym_SLASH] = ACTIONS(5083), + [anon_sym_PERCENT] = ACTIONS(5083), + [anon_sym_as_QMARK] = ACTIONS(5085), + [anon_sym_PLUS_PLUS] = ACTIONS(5085), + [anon_sym_DASH_DASH] = ACTIONS(5085), + [anon_sym_BANG] = ACTIONS(5083), + [anon_sym_BANG_BANG] = ACTIONS(5085), + [anon_sym_suspend] = ACTIONS(5083), + [anon_sym_sealed] = ACTIONS(5083), + [anon_sym_annotation] = ACTIONS(5083), + [anon_sym_data] = ACTIONS(5083), + [anon_sym_inner] = ACTIONS(5083), + [anon_sym_override] = ACTIONS(5083), + [anon_sym_lateinit] = ACTIONS(5083), + [anon_sym_public] = ACTIONS(5083), + [anon_sym_private] = ACTIONS(5083), + [anon_sym_internal] = ACTIONS(5083), + [anon_sym_protected] = ACTIONS(5083), + [anon_sym_tailrec] = ACTIONS(5083), + [anon_sym_operator] = ACTIONS(5083), + [anon_sym_infix] = ACTIONS(5083), + [anon_sym_inline] = ACTIONS(5083), + [anon_sym_external] = ACTIONS(5083), + [sym_property_modifier] = ACTIONS(5083), + [anon_sym_abstract] = ACTIONS(5083), + [anon_sym_final] = ACTIONS(5083), + [anon_sym_open] = ACTIONS(5083), + [anon_sym_vararg] = ACTIONS(5083), + [anon_sym_noinline] = ACTIONS(5083), + [anon_sym_crossinline] = ACTIONS(5083), + [anon_sym_expect] = ACTIONS(5083), + [anon_sym_actual] = ACTIONS(5083), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5085), + [anon_sym_continue_AT] = ACTIONS(5085), + [anon_sym_break_AT] = ACTIONS(5085), + [sym_real_literal] = ACTIONS(5085), + [sym_integer_literal] = ACTIONS(5083), + [sym_hex_literal] = ACTIONS(5085), + [sym_bin_literal] = ACTIONS(5085), + [anon_sym_true] = ACTIONS(5083), + [anon_sym_false] = ACTIONS(5083), + [anon_sym_SQUOTE] = ACTIONS(5085), + [sym__backtick_identifier] = ACTIONS(5085), + [sym__automatic_semicolon] = ACTIONS(5085), + [sym_safe_nav] = ACTIONS(5085), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5085), }, [1197] = { - [sym__alpha_identifier] = ACTIONS(4396), - [anon_sym_AT] = ACTIONS(4398), - [anon_sym_LBRACK] = ACTIONS(4398), - [anon_sym_as] = ACTIONS(4396), - [anon_sym_EQ] = ACTIONS(4396), - [anon_sym_LBRACE] = ACTIONS(4398), - [anon_sym_RBRACE] = ACTIONS(4398), - [anon_sym_LPAREN] = ACTIONS(4398), - [anon_sym_COMMA] = ACTIONS(4398), - [anon_sym_LT] = ACTIONS(4396), - [anon_sym_GT] = ACTIONS(4396), - [anon_sym_where] = ACTIONS(4396), - [anon_sym_object] = ACTIONS(4396), - [anon_sym_fun] = ACTIONS(4396), - [anon_sym_DOT] = ACTIONS(4396), - [anon_sym_SEMI] = ACTIONS(4398), - [anon_sym_get] = ACTIONS(4396), - [anon_sym_set] = ACTIONS(4396), - [anon_sym_this] = ACTIONS(4396), - [anon_sym_super] = ACTIONS(4396), - [anon_sym_STAR] = ACTIONS(4396), - [sym_label] = ACTIONS(4396), - [anon_sym_in] = ACTIONS(4396), - [anon_sym_DOT_DOT] = ACTIONS(4398), - [anon_sym_QMARK_COLON] = ACTIONS(4398), - [anon_sym_AMP_AMP] = ACTIONS(4398), - [anon_sym_PIPE_PIPE] = ACTIONS(4398), - [anon_sym_null] = ACTIONS(4396), - [anon_sym_if] = ACTIONS(4396), - [anon_sym_else] = ACTIONS(4396), - [anon_sym_when] = ACTIONS(4396), - [anon_sym_try] = ACTIONS(4396), - [anon_sym_throw] = ACTIONS(4396), - [anon_sym_return] = ACTIONS(4396), - [anon_sym_continue] = ACTIONS(4396), - [anon_sym_break] = ACTIONS(4396), - [anon_sym_COLON_COLON] = ACTIONS(4398), - [anon_sym_PLUS_EQ] = ACTIONS(4398), - [anon_sym_DASH_EQ] = ACTIONS(4398), - [anon_sym_STAR_EQ] = ACTIONS(4398), - [anon_sym_SLASH_EQ] = ACTIONS(4398), - [anon_sym_PERCENT_EQ] = ACTIONS(4398), - [anon_sym_BANG_EQ] = ACTIONS(4396), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4398), - [anon_sym_EQ_EQ] = ACTIONS(4396), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4398), - [anon_sym_LT_EQ] = ACTIONS(4398), - [anon_sym_GT_EQ] = ACTIONS(4398), - [anon_sym_BANGin] = ACTIONS(4398), - [anon_sym_is] = ACTIONS(4396), - [anon_sym_BANGis] = ACTIONS(4398), - [anon_sym_PLUS] = ACTIONS(4396), - [anon_sym_DASH] = ACTIONS(4396), - [anon_sym_SLASH] = ACTIONS(4396), - [anon_sym_PERCENT] = ACTIONS(4396), - [anon_sym_as_QMARK] = ACTIONS(4398), - [anon_sym_PLUS_PLUS] = ACTIONS(4398), - [anon_sym_DASH_DASH] = ACTIONS(4398), - [anon_sym_BANG] = ACTIONS(4396), - [anon_sym_BANG_BANG] = ACTIONS(4398), - [anon_sym_suspend] = ACTIONS(4396), - [anon_sym_sealed] = ACTIONS(4396), - [anon_sym_annotation] = ACTIONS(4396), - [anon_sym_data] = ACTIONS(4396), - [anon_sym_inner] = ACTIONS(4396), - [anon_sym_override] = ACTIONS(4396), - [anon_sym_lateinit] = ACTIONS(4396), - [anon_sym_public] = ACTIONS(4396), - [anon_sym_private] = ACTIONS(4396), - [anon_sym_internal] = ACTIONS(4396), - [anon_sym_protected] = ACTIONS(4396), - [anon_sym_tailrec] = ACTIONS(4396), - [anon_sym_operator] = ACTIONS(4396), - [anon_sym_infix] = ACTIONS(4396), - [anon_sym_inline] = ACTIONS(4396), - [anon_sym_external] = ACTIONS(4396), - [sym_property_modifier] = ACTIONS(4396), - [anon_sym_abstract] = ACTIONS(4396), - [anon_sym_final] = ACTIONS(4396), - [anon_sym_open] = ACTIONS(4396), - [anon_sym_vararg] = ACTIONS(4396), - [anon_sym_noinline] = ACTIONS(4396), - [anon_sym_crossinline] = ACTIONS(4396), - [anon_sym_expect] = ACTIONS(4396), - [anon_sym_actual] = ACTIONS(4396), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4398), - [anon_sym_continue_AT] = ACTIONS(4398), - [anon_sym_break_AT] = ACTIONS(4398), - [sym_real_literal] = ACTIONS(4398), - [sym_integer_literal] = ACTIONS(4396), - [sym_hex_literal] = ACTIONS(4398), - [sym_bin_literal] = ACTIONS(4398), - [anon_sym_true] = ACTIONS(4396), - [anon_sym_false] = ACTIONS(4396), - [anon_sym_SQUOTE] = ACTIONS(4398), - [sym__backtick_identifier] = ACTIONS(4398), - [sym__automatic_semicolon] = ACTIONS(4398), - [sym_safe_nav] = ACTIONS(4398), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4398), - }, - [1198] = { [sym__alpha_identifier] = ACTIONS(5087), [anon_sym_AT] = ACTIONS(5089), [anon_sym_LBRACK] = ACTIONS(5089), @@ -171687,7 +171692,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(5089), }, - [1199] = { + [1198] = { [sym__alpha_identifier] = ACTIONS(5091), [anon_sym_AT] = ACTIONS(5093), [anon_sym_LBRACK] = ACTIONS(5093), @@ -171790,755 +171795,554 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(5093), }, - [1200] = { - [sym_indexing_suffix] = STATE(3339), - [sym_navigation_suffix] = STATE(3435), - [sym_call_suffix] = STATE(3432), - [sym_annotated_lambda] = STATE(3429), - [sym_type_arguments] = STATE(7512), - [sym_value_arguments] = STATE(2735), - [sym_lambda_literal] = STATE(3427), - [sym__equality_operator] = STATE(2194), - [sym__comparison_operator] = STATE(2197), - [sym__in_operator] = STATE(2198), - [sym__is_operator] = STATE(6217), - [sym__additive_operator] = STATE(2199), - [sym__multiplicative_operator] = STATE(2200), - [sym__as_operator] = STATE(6214), - [sym__postfix_unary_operator] = STATE(3426), - [sym__member_access_operator] = STATE(7360), - [sym_annotation] = STATE(7846), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2201), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7846), - [sym__alpha_identifier] = ACTIONS(3076), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(4523), - [anon_sym_as] = ACTIONS(4525), - [anon_sym_EQ] = ACTIONS(3076), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_RBRACE] = ACTIONS(3078), - [anon_sym_LPAREN] = ACTIONS(4527), - [anon_sym_LT] = ACTIONS(3080), - [anon_sym_GT] = ACTIONS(3076), - [anon_sym_object] = ACTIONS(3076), - [anon_sym_fun] = ACTIONS(3076), - [anon_sym_DOT] = ACTIONS(4531), - [anon_sym_SEMI] = ACTIONS(3078), - [anon_sym_get] = ACTIONS(3076), - [anon_sym_set] = ACTIONS(3076), - [anon_sym_this] = ACTIONS(3076), - [anon_sym_super] = ACTIONS(3076), + [1199] = { + [sym__alpha_identifier] = ACTIONS(5095), + [anon_sym_AT] = ACTIONS(5097), + [anon_sym_LBRACK] = ACTIONS(5097), + [anon_sym_as] = ACTIONS(5095), + [anon_sym_EQ] = ACTIONS(5095), + [anon_sym_LBRACE] = ACTIONS(5097), + [anon_sym_RBRACE] = ACTIONS(5097), + [anon_sym_LPAREN] = ACTIONS(5097), + [anon_sym_COMMA] = ACTIONS(5097), + [anon_sym_LT] = ACTIONS(5095), + [anon_sym_GT] = ACTIONS(5095), + [anon_sym_where] = ACTIONS(5095), + [anon_sym_object] = ACTIONS(5095), + [anon_sym_fun] = ACTIONS(5095), + [anon_sym_DOT] = ACTIONS(5095), + [anon_sym_SEMI] = ACTIONS(5097), + [anon_sym_get] = ACTIONS(5095), + [anon_sym_set] = ACTIONS(5095), + [anon_sym_this] = ACTIONS(5095), + [anon_sym_super] = ACTIONS(5095), [anon_sym_STAR] = ACTIONS(5095), - [sym_label] = ACTIONS(4535), - [anon_sym_in] = ACTIONS(3076), + [sym_label] = ACTIONS(5095), + [anon_sym_in] = ACTIONS(5095), [anon_sym_DOT_DOT] = ACTIONS(5097), - [anon_sym_QMARK_COLON] = ACTIONS(3078), - [anon_sym_AMP_AMP] = ACTIONS(3078), - [anon_sym_PIPE_PIPE] = ACTIONS(3078), - [anon_sym_null] = ACTIONS(3076), - [anon_sym_if] = ACTIONS(3076), - [anon_sym_else] = ACTIONS(3076), - [anon_sym_when] = ACTIONS(3076), - [anon_sym_try] = ACTIONS(3076), - [anon_sym_throw] = ACTIONS(3076), - [anon_sym_return] = ACTIONS(3076), - [anon_sym_continue] = ACTIONS(3076), - [anon_sym_break] = ACTIONS(3076), - [anon_sym_COLON_COLON] = ACTIONS(4547), - [anon_sym_PLUS_EQ] = ACTIONS(3078), - [anon_sym_DASH_EQ] = ACTIONS(3078), - [anon_sym_STAR_EQ] = ACTIONS(3078), - [anon_sym_SLASH_EQ] = ACTIONS(3078), - [anon_sym_PERCENT_EQ] = ACTIONS(3078), - [anon_sym_BANG_EQ] = ACTIONS(3076), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3078), - [anon_sym_EQ_EQ] = ACTIONS(3076), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3078), - [anon_sym_LT_EQ] = ACTIONS(3078), - [anon_sym_GT_EQ] = ACTIONS(3078), - [anon_sym_BANGin] = ACTIONS(3078), - [anon_sym_is] = ACTIONS(3076), - [anon_sym_BANGis] = ACTIONS(3078), - [anon_sym_PLUS] = ACTIONS(5099), - [anon_sym_DASH] = ACTIONS(5099), + [anon_sym_QMARK_COLON] = ACTIONS(5097), + [anon_sym_AMP_AMP] = ACTIONS(5097), + [anon_sym_PIPE_PIPE] = ACTIONS(5097), + [anon_sym_null] = ACTIONS(5095), + [anon_sym_if] = ACTIONS(5095), + [anon_sym_else] = ACTIONS(5095), + [anon_sym_when] = ACTIONS(5095), + [anon_sym_try] = ACTIONS(5095), + [anon_sym_throw] = ACTIONS(5095), + [anon_sym_return] = ACTIONS(5095), + [anon_sym_continue] = ACTIONS(5095), + [anon_sym_break] = ACTIONS(5095), + [anon_sym_COLON_COLON] = ACTIONS(5097), + [anon_sym_PLUS_EQ] = ACTIONS(5097), + [anon_sym_DASH_EQ] = ACTIONS(5097), + [anon_sym_STAR_EQ] = ACTIONS(5097), + [anon_sym_SLASH_EQ] = ACTIONS(5097), + [anon_sym_PERCENT_EQ] = ACTIONS(5097), + [anon_sym_BANG_EQ] = ACTIONS(5095), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5097), + [anon_sym_EQ_EQ] = ACTIONS(5095), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5097), + [anon_sym_LT_EQ] = ACTIONS(5097), + [anon_sym_GT_EQ] = ACTIONS(5097), + [anon_sym_BANGin] = ACTIONS(5097), + [anon_sym_is] = ACTIONS(5095), + [anon_sym_BANGis] = ACTIONS(5097), + [anon_sym_PLUS] = ACTIONS(5095), + [anon_sym_DASH] = ACTIONS(5095), [anon_sym_SLASH] = ACTIONS(5095), [anon_sym_PERCENT] = ACTIONS(5095), - [anon_sym_as_QMARK] = ACTIONS(4563), - [anon_sym_PLUS_PLUS] = ACTIONS(4565), - [anon_sym_DASH_DASH] = ACTIONS(4565), - [anon_sym_BANG] = ACTIONS(3076), - [anon_sym_BANG_BANG] = ACTIONS(4565), - [anon_sym_data] = ACTIONS(3076), - [anon_sym_inner] = ACTIONS(3076), - [anon_sym_expect] = ACTIONS(3076), - [anon_sym_actual] = ACTIONS(3076), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3078), - [anon_sym_continue_AT] = ACTIONS(3078), - [anon_sym_break_AT] = ACTIONS(3078), - [sym_real_literal] = ACTIONS(3078), - [sym_integer_literal] = ACTIONS(3076), - [sym_hex_literal] = ACTIONS(3078), - [sym_bin_literal] = ACTIONS(3078), - [anon_sym_true] = ACTIONS(3076), - [anon_sym_false] = ACTIONS(3076), - [anon_sym_SQUOTE] = ACTIONS(3078), - [sym__backtick_identifier] = ACTIONS(3078), - [sym__automatic_semicolon] = ACTIONS(3078), - [sym_safe_nav] = ACTIONS(4547), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3078), + [anon_sym_as_QMARK] = ACTIONS(5097), + [anon_sym_PLUS_PLUS] = ACTIONS(5097), + [anon_sym_DASH_DASH] = ACTIONS(5097), + [anon_sym_BANG] = ACTIONS(5095), + [anon_sym_BANG_BANG] = ACTIONS(5097), + [anon_sym_suspend] = ACTIONS(5095), + [anon_sym_sealed] = ACTIONS(5095), + [anon_sym_annotation] = ACTIONS(5095), + [anon_sym_data] = ACTIONS(5095), + [anon_sym_inner] = ACTIONS(5095), + [anon_sym_override] = ACTIONS(5095), + [anon_sym_lateinit] = ACTIONS(5095), + [anon_sym_public] = ACTIONS(5095), + [anon_sym_private] = ACTIONS(5095), + [anon_sym_internal] = ACTIONS(5095), + [anon_sym_protected] = ACTIONS(5095), + [anon_sym_tailrec] = ACTIONS(5095), + [anon_sym_operator] = ACTIONS(5095), + [anon_sym_infix] = ACTIONS(5095), + [anon_sym_inline] = ACTIONS(5095), + [anon_sym_external] = ACTIONS(5095), + [sym_property_modifier] = ACTIONS(5095), + [anon_sym_abstract] = ACTIONS(5095), + [anon_sym_final] = ACTIONS(5095), + [anon_sym_open] = ACTIONS(5095), + [anon_sym_vararg] = ACTIONS(5095), + [anon_sym_noinline] = ACTIONS(5095), + [anon_sym_crossinline] = ACTIONS(5095), + [anon_sym_expect] = ACTIONS(5095), + [anon_sym_actual] = ACTIONS(5095), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5097), + [anon_sym_continue_AT] = ACTIONS(5097), + [anon_sym_break_AT] = ACTIONS(5097), + [sym_real_literal] = ACTIONS(5097), + [sym_integer_literal] = ACTIONS(5095), + [sym_hex_literal] = ACTIONS(5097), + [sym_bin_literal] = ACTIONS(5097), + [anon_sym_true] = ACTIONS(5095), + [anon_sym_false] = ACTIONS(5095), + [anon_sym_SQUOTE] = ACTIONS(5097), + [sym__backtick_identifier] = ACTIONS(5097), + [sym__automatic_semicolon] = ACTIONS(5097), + [sym_safe_nav] = ACTIONS(5097), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5097), + }, + [1200] = { + [sym__alpha_identifier] = ACTIONS(5099), + [anon_sym_AT] = ACTIONS(5101), + [anon_sym_LBRACK] = ACTIONS(5101), + [anon_sym_as] = ACTIONS(5099), + [anon_sym_EQ] = ACTIONS(5099), + [anon_sym_LBRACE] = ACTIONS(5101), + [anon_sym_RBRACE] = ACTIONS(5101), + [anon_sym_LPAREN] = ACTIONS(5101), + [anon_sym_COMMA] = ACTIONS(5101), + [anon_sym_LT] = ACTIONS(5099), + [anon_sym_GT] = ACTIONS(5099), + [anon_sym_where] = ACTIONS(5099), + [anon_sym_object] = ACTIONS(5099), + [anon_sym_fun] = ACTIONS(5099), + [anon_sym_DOT] = ACTIONS(5099), + [anon_sym_SEMI] = ACTIONS(5101), + [anon_sym_get] = ACTIONS(5099), + [anon_sym_set] = ACTIONS(5099), + [anon_sym_this] = ACTIONS(5099), + [anon_sym_super] = ACTIONS(5099), + [anon_sym_STAR] = ACTIONS(5099), + [sym_label] = ACTIONS(5099), + [anon_sym_in] = ACTIONS(5099), + [anon_sym_DOT_DOT] = ACTIONS(5101), + [anon_sym_QMARK_COLON] = ACTIONS(5101), + [anon_sym_AMP_AMP] = ACTIONS(5101), + [anon_sym_PIPE_PIPE] = ACTIONS(5101), + [anon_sym_null] = ACTIONS(5099), + [anon_sym_if] = ACTIONS(5099), + [anon_sym_else] = ACTIONS(5099), + [anon_sym_when] = ACTIONS(5099), + [anon_sym_try] = ACTIONS(5099), + [anon_sym_throw] = ACTIONS(5099), + [anon_sym_return] = ACTIONS(5099), + [anon_sym_continue] = ACTIONS(5099), + [anon_sym_break] = ACTIONS(5099), + [anon_sym_COLON_COLON] = ACTIONS(5101), + [anon_sym_PLUS_EQ] = ACTIONS(5101), + [anon_sym_DASH_EQ] = ACTIONS(5101), + [anon_sym_STAR_EQ] = ACTIONS(5101), + [anon_sym_SLASH_EQ] = ACTIONS(5101), + [anon_sym_PERCENT_EQ] = ACTIONS(5101), + [anon_sym_BANG_EQ] = ACTIONS(5099), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5101), + [anon_sym_EQ_EQ] = ACTIONS(5099), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5101), + [anon_sym_LT_EQ] = ACTIONS(5101), + [anon_sym_GT_EQ] = ACTIONS(5101), + [anon_sym_BANGin] = ACTIONS(5101), + [anon_sym_is] = ACTIONS(5099), + [anon_sym_BANGis] = ACTIONS(5101), + [anon_sym_PLUS] = ACTIONS(5099), + [anon_sym_DASH] = ACTIONS(5099), + [anon_sym_SLASH] = ACTIONS(5099), + [anon_sym_PERCENT] = ACTIONS(5099), + [anon_sym_as_QMARK] = ACTIONS(5101), + [anon_sym_PLUS_PLUS] = ACTIONS(5101), + [anon_sym_DASH_DASH] = ACTIONS(5101), + [anon_sym_BANG] = ACTIONS(5099), + [anon_sym_BANG_BANG] = ACTIONS(5101), + [anon_sym_suspend] = ACTIONS(5099), + [anon_sym_sealed] = ACTIONS(5099), + [anon_sym_annotation] = ACTIONS(5099), + [anon_sym_data] = ACTIONS(5099), + [anon_sym_inner] = ACTIONS(5099), + [anon_sym_override] = ACTIONS(5099), + [anon_sym_lateinit] = ACTIONS(5099), + [anon_sym_public] = ACTIONS(5099), + [anon_sym_private] = ACTIONS(5099), + [anon_sym_internal] = ACTIONS(5099), + [anon_sym_protected] = ACTIONS(5099), + [anon_sym_tailrec] = ACTIONS(5099), + [anon_sym_operator] = ACTIONS(5099), + [anon_sym_infix] = ACTIONS(5099), + [anon_sym_inline] = ACTIONS(5099), + [anon_sym_external] = ACTIONS(5099), + [sym_property_modifier] = ACTIONS(5099), + [anon_sym_abstract] = ACTIONS(5099), + [anon_sym_final] = ACTIONS(5099), + [anon_sym_open] = ACTIONS(5099), + [anon_sym_vararg] = ACTIONS(5099), + [anon_sym_noinline] = ACTIONS(5099), + [anon_sym_crossinline] = ACTIONS(5099), + [anon_sym_expect] = ACTIONS(5099), + [anon_sym_actual] = ACTIONS(5099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5101), + [anon_sym_continue_AT] = ACTIONS(5101), + [anon_sym_break_AT] = ACTIONS(5101), + [sym_real_literal] = ACTIONS(5101), + [sym_integer_literal] = ACTIONS(5099), + [sym_hex_literal] = ACTIONS(5101), + [sym_bin_literal] = ACTIONS(5101), + [anon_sym_true] = ACTIONS(5099), + [anon_sym_false] = ACTIONS(5099), + [anon_sym_SQUOTE] = ACTIONS(5101), + [sym__backtick_identifier] = ACTIONS(5101), + [sym__automatic_semicolon] = ACTIONS(5101), + [sym_safe_nav] = ACTIONS(5101), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5101), }, [1201] = { - [sym_type_constraints] = STATE(1334), - [sym_function_body] = STATE(1112), - [sym__block] = STATE(1128), - [sym__alpha_identifier] = ACTIONS(4095), - [anon_sym_AT] = ACTIONS(4097), - [anon_sym_COLON] = ACTIONS(5101), - [anon_sym_LBRACK] = ACTIONS(4097), - [anon_sym_as] = ACTIONS(4095), - [anon_sym_EQ] = ACTIONS(5103), - [anon_sym_LBRACE] = ACTIONS(4081), - [anon_sym_RBRACE] = ACTIONS(4097), - [anon_sym_LPAREN] = ACTIONS(4097), - [anon_sym_COMMA] = ACTIONS(4097), - [anon_sym_LT] = ACTIONS(4095), - [anon_sym_GT] = ACTIONS(4095), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(4095), - [anon_sym_fun] = ACTIONS(4095), - [anon_sym_DOT] = ACTIONS(4095), - [anon_sym_SEMI] = ACTIONS(4097), - [anon_sym_get] = ACTIONS(4095), - [anon_sym_set] = ACTIONS(4095), - [anon_sym_this] = ACTIONS(4095), - [anon_sym_super] = ACTIONS(4095), - [anon_sym_STAR] = ACTIONS(4097), - [sym_label] = ACTIONS(4095), - [anon_sym_in] = ACTIONS(4095), - [anon_sym_DOT_DOT] = ACTIONS(4097), - [anon_sym_QMARK_COLON] = ACTIONS(4097), - [anon_sym_AMP_AMP] = ACTIONS(4097), - [anon_sym_PIPE_PIPE] = ACTIONS(4097), - [anon_sym_null] = ACTIONS(4095), - [anon_sym_if] = ACTIONS(4095), - [anon_sym_else] = ACTIONS(4095), - [anon_sym_when] = ACTIONS(4095), - [anon_sym_try] = ACTIONS(4095), - [anon_sym_throw] = ACTIONS(4095), - [anon_sym_return] = ACTIONS(4095), - [anon_sym_continue] = ACTIONS(4095), - [anon_sym_break] = ACTIONS(4095), - [anon_sym_COLON_COLON] = ACTIONS(4097), - [anon_sym_BANG_EQ] = ACTIONS(4095), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4097), - [anon_sym_EQ_EQ] = ACTIONS(4095), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4097), - [anon_sym_LT_EQ] = ACTIONS(4097), - [anon_sym_GT_EQ] = ACTIONS(4097), - [anon_sym_BANGin] = ACTIONS(4097), - [anon_sym_is] = ACTIONS(4095), - [anon_sym_BANGis] = ACTIONS(4097), - [anon_sym_PLUS] = ACTIONS(4095), - [anon_sym_DASH] = ACTIONS(4095), - [anon_sym_SLASH] = ACTIONS(4095), - [anon_sym_PERCENT] = ACTIONS(4097), - [anon_sym_as_QMARK] = ACTIONS(4097), - [anon_sym_PLUS_PLUS] = ACTIONS(4097), - [anon_sym_DASH_DASH] = ACTIONS(4097), - [anon_sym_BANG] = ACTIONS(4095), - [anon_sym_BANG_BANG] = ACTIONS(4097), - [anon_sym_suspend] = ACTIONS(4095), - [anon_sym_sealed] = ACTIONS(4095), - [anon_sym_annotation] = ACTIONS(4095), - [anon_sym_data] = ACTIONS(4095), - [anon_sym_inner] = ACTIONS(4095), - [anon_sym_override] = ACTIONS(4095), - [anon_sym_lateinit] = ACTIONS(4095), - [anon_sym_public] = ACTIONS(4095), - [anon_sym_private] = ACTIONS(4095), - [anon_sym_internal] = ACTIONS(4095), - [anon_sym_protected] = ACTIONS(4095), - [anon_sym_tailrec] = ACTIONS(4095), - [anon_sym_operator] = ACTIONS(4095), - [anon_sym_infix] = ACTIONS(4095), - [anon_sym_inline] = ACTIONS(4095), - [anon_sym_external] = ACTIONS(4095), - [sym_property_modifier] = ACTIONS(4095), - [anon_sym_abstract] = ACTIONS(4095), - [anon_sym_final] = ACTIONS(4095), - [anon_sym_open] = ACTIONS(4095), - [anon_sym_vararg] = ACTIONS(4095), - [anon_sym_noinline] = ACTIONS(4095), - [anon_sym_crossinline] = ACTIONS(4095), - [anon_sym_expect] = ACTIONS(4095), - [anon_sym_actual] = ACTIONS(4095), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4097), - [anon_sym_continue_AT] = ACTIONS(4097), - [anon_sym_break_AT] = ACTIONS(4097), - [sym_real_literal] = ACTIONS(4097), - [sym_integer_literal] = ACTIONS(4095), - [sym_hex_literal] = ACTIONS(4097), - [sym_bin_literal] = ACTIONS(4097), - [anon_sym_true] = ACTIONS(4095), - [anon_sym_false] = ACTIONS(4095), - [anon_sym_SQUOTE] = ACTIONS(4097), - [sym__backtick_identifier] = ACTIONS(4097), - [sym__automatic_semicolon] = ACTIONS(4097), - [sym_safe_nav] = ACTIONS(4097), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4097), + [sym__alpha_identifier] = ACTIONS(4085), + [anon_sym_AT] = ACTIONS(4087), + [anon_sym_LBRACK] = ACTIONS(4087), + [anon_sym_as] = ACTIONS(4085), + [anon_sym_EQ] = ACTIONS(4085), + [anon_sym_LBRACE] = ACTIONS(4087), + [anon_sym_RBRACE] = ACTIONS(4087), + [anon_sym_LPAREN] = ACTIONS(4087), + [anon_sym_COMMA] = ACTIONS(4087), + [anon_sym_LT] = ACTIONS(4085), + [anon_sym_GT] = ACTIONS(4085), + [anon_sym_where] = ACTIONS(4085), + [anon_sym_object] = ACTIONS(4085), + [anon_sym_fun] = ACTIONS(4085), + [anon_sym_DOT] = ACTIONS(4085), + [anon_sym_SEMI] = ACTIONS(4087), + [anon_sym_get] = ACTIONS(4085), + [anon_sym_set] = ACTIONS(4085), + [anon_sym_this] = ACTIONS(4085), + [anon_sym_super] = ACTIONS(4085), + [anon_sym_STAR] = ACTIONS(4085), + [sym_label] = ACTIONS(4085), + [anon_sym_in] = ACTIONS(4085), + [anon_sym_DOT_DOT] = ACTIONS(4087), + [anon_sym_QMARK_COLON] = ACTIONS(4087), + [anon_sym_AMP_AMP] = ACTIONS(4087), + [anon_sym_PIPE_PIPE] = ACTIONS(4087), + [anon_sym_null] = ACTIONS(4085), + [anon_sym_if] = ACTIONS(4085), + [anon_sym_else] = ACTIONS(4085), + [anon_sym_when] = ACTIONS(4085), + [anon_sym_try] = ACTIONS(4085), + [anon_sym_throw] = ACTIONS(4085), + [anon_sym_return] = ACTIONS(4085), + [anon_sym_continue] = ACTIONS(4085), + [anon_sym_break] = ACTIONS(4085), + [anon_sym_COLON_COLON] = ACTIONS(4087), + [anon_sym_PLUS_EQ] = ACTIONS(4087), + [anon_sym_DASH_EQ] = ACTIONS(4087), + [anon_sym_STAR_EQ] = ACTIONS(4087), + [anon_sym_SLASH_EQ] = ACTIONS(4087), + [anon_sym_PERCENT_EQ] = ACTIONS(4087), + [anon_sym_BANG_EQ] = ACTIONS(4085), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4087), + [anon_sym_EQ_EQ] = ACTIONS(4085), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4087), + [anon_sym_LT_EQ] = ACTIONS(4087), + [anon_sym_GT_EQ] = ACTIONS(4087), + [anon_sym_BANGin] = ACTIONS(4087), + [anon_sym_is] = ACTIONS(4085), + [anon_sym_BANGis] = ACTIONS(4087), + [anon_sym_PLUS] = ACTIONS(4085), + [anon_sym_DASH] = ACTIONS(4085), + [anon_sym_SLASH] = ACTIONS(4085), + [anon_sym_PERCENT] = ACTIONS(4085), + [anon_sym_as_QMARK] = ACTIONS(4087), + [anon_sym_PLUS_PLUS] = ACTIONS(4087), + [anon_sym_DASH_DASH] = ACTIONS(4087), + [anon_sym_BANG] = ACTIONS(4085), + [anon_sym_BANG_BANG] = ACTIONS(4087), + [anon_sym_suspend] = ACTIONS(4085), + [anon_sym_sealed] = ACTIONS(4085), + [anon_sym_annotation] = ACTIONS(4085), + [anon_sym_data] = ACTIONS(4085), + [anon_sym_inner] = ACTIONS(4085), + [anon_sym_override] = ACTIONS(4085), + [anon_sym_lateinit] = ACTIONS(4085), + [anon_sym_public] = ACTIONS(4085), + [anon_sym_private] = ACTIONS(4085), + [anon_sym_internal] = ACTIONS(4085), + [anon_sym_protected] = ACTIONS(4085), + [anon_sym_tailrec] = ACTIONS(4085), + [anon_sym_operator] = ACTIONS(4085), + [anon_sym_infix] = ACTIONS(4085), + [anon_sym_inline] = ACTIONS(4085), + [anon_sym_external] = ACTIONS(4085), + [sym_property_modifier] = ACTIONS(4085), + [anon_sym_abstract] = ACTIONS(4085), + [anon_sym_final] = ACTIONS(4085), + [anon_sym_open] = ACTIONS(4085), + [anon_sym_vararg] = ACTIONS(4085), + [anon_sym_noinline] = ACTIONS(4085), + [anon_sym_crossinline] = ACTIONS(4085), + [anon_sym_expect] = ACTIONS(4085), + [anon_sym_actual] = ACTIONS(4085), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4087), + [anon_sym_continue_AT] = ACTIONS(4087), + [anon_sym_break_AT] = ACTIONS(4087), + [sym_real_literal] = ACTIONS(4087), + [sym_integer_literal] = ACTIONS(4085), + [sym_hex_literal] = ACTIONS(4087), + [sym_bin_literal] = ACTIONS(4087), + [anon_sym_true] = ACTIONS(4085), + [anon_sym_false] = ACTIONS(4085), + [anon_sym_SQUOTE] = ACTIONS(4087), + [sym__backtick_identifier] = ACTIONS(4087), + [sym__automatic_semicolon] = ACTIONS(4087), + [sym_safe_nav] = ACTIONS(4087), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4087), }, [1202] = { - [sym_indexing_suffix] = STATE(3339), - [sym_navigation_suffix] = STATE(3435), - [sym_call_suffix] = STATE(3432), - [sym_annotated_lambda] = STATE(3429), - [sym_type_arguments] = STATE(7512), - [sym_value_arguments] = STATE(2735), - [sym_lambda_literal] = STATE(3427), - [sym__equality_operator] = STATE(2194), - [sym__comparison_operator] = STATE(2197), - [sym__in_operator] = STATE(2198), - [sym__is_operator] = STATE(6217), - [sym__additive_operator] = STATE(2199), - [sym__multiplicative_operator] = STATE(2200), - [sym__as_operator] = STATE(6214), - [sym__postfix_unary_operator] = STATE(3426), - [sym__member_access_operator] = STATE(7360), - [sym_annotation] = STATE(7846), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2201), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7846), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(4523), - [anon_sym_as] = ACTIONS(4525), - [anon_sym_EQ] = ACTIONS(3083), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_RBRACE] = ACTIONS(3085), - [anon_sym_LPAREN] = ACTIONS(4527), - [anon_sym_LT] = ACTIONS(3087), - [anon_sym_GT] = ACTIONS(3083), - [anon_sym_object] = ACTIONS(3083), - [anon_sym_fun] = ACTIONS(3083), - [anon_sym_DOT] = ACTIONS(4531), - [anon_sym_SEMI] = ACTIONS(3085), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(3083), - [anon_sym_super] = ACTIONS(3083), - [anon_sym_STAR] = ACTIONS(5095), - [sym_label] = ACTIONS(4535), - [anon_sym_in] = ACTIONS(3083), - [anon_sym_DOT_DOT] = ACTIONS(5097), - [anon_sym_QMARK_COLON] = ACTIONS(3085), - [anon_sym_AMP_AMP] = ACTIONS(3085), - [anon_sym_PIPE_PIPE] = ACTIONS(3085), - [anon_sym_null] = ACTIONS(3083), - [anon_sym_if] = ACTIONS(3083), - [anon_sym_else] = ACTIONS(3083), - [anon_sym_when] = ACTIONS(3083), - [anon_sym_try] = ACTIONS(3083), - [anon_sym_throw] = ACTIONS(3083), - [anon_sym_return] = ACTIONS(3083), - [anon_sym_continue] = ACTIONS(3083), - [anon_sym_break] = ACTIONS(3083), - [anon_sym_COLON_COLON] = ACTIONS(4547), - [anon_sym_PLUS_EQ] = ACTIONS(3085), - [anon_sym_DASH_EQ] = ACTIONS(3085), - [anon_sym_STAR_EQ] = ACTIONS(3085), - [anon_sym_SLASH_EQ] = ACTIONS(3085), - [anon_sym_PERCENT_EQ] = ACTIONS(3085), - [anon_sym_BANG_EQ] = ACTIONS(3083), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3085), - [anon_sym_EQ_EQ] = ACTIONS(3083), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3085), - [anon_sym_LT_EQ] = ACTIONS(3085), - [anon_sym_GT_EQ] = ACTIONS(3085), - [anon_sym_BANGin] = ACTIONS(3085), - [anon_sym_is] = ACTIONS(3083), - [anon_sym_BANGis] = ACTIONS(3085), - [anon_sym_PLUS] = ACTIONS(5099), - [anon_sym_DASH] = ACTIONS(5099), - [anon_sym_SLASH] = ACTIONS(5095), - [anon_sym_PERCENT] = ACTIONS(5095), - [anon_sym_as_QMARK] = ACTIONS(4563), - [anon_sym_PLUS_PLUS] = ACTIONS(4565), - [anon_sym_DASH_DASH] = ACTIONS(4565), - [anon_sym_BANG] = ACTIONS(3083), - [anon_sym_BANG_BANG] = ACTIONS(4565), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3085), - [anon_sym_continue_AT] = ACTIONS(3085), - [anon_sym_break_AT] = ACTIONS(3085), - [sym_real_literal] = ACTIONS(3085), - [sym_integer_literal] = ACTIONS(3083), - [sym_hex_literal] = ACTIONS(3085), - [sym_bin_literal] = ACTIONS(3085), - [anon_sym_true] = ACTIONS(3083), - [anon_sym_false] = ACTIONS(3083), - [anon_sym_SQUOTE] = ACTIONS(3085), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3085), - [sym_safe_nav] = ACTIONS(4547), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3085), + [sym__alpha_identifier] = ACTIONS(4285), + [anon_sym_AT] = ACTIONS(4288), + [anon_sym_LBRACK] = ACTIONS(4288), + [anon_sym_as] = ACTIONS(4293), + [anon_sym_EQ] = ACTIONS(4293), + [anon_sym_LBRACE] = ACTIONS(4288), + [anon_sym_RBRACE] = ACTIONS(4291), + [anon_sym_LPAREN] = ACTIONS(5103), + [anon_sym_RPAREN] = ACTIONS(4291), + [anon_sym_LT] = ACTIONS(4293), + [anon_sym_GT] = ACTIONS(4293), + [anon_sym_object] = ACTIONS(3943), + [anon_sym_fun] = ACTIONS(3943), + [anon_sym_DOT] = ACTIONS(4293), + [anon_sym_SEMI] = ACTIONS(4291), + [anon_sym_get] = ACTIONS(4285), + [anon_sym_set] = ACTIONS(4285), + [anon_sym_this] = ACTIONS(3943), + [anon_sym_super] = ACTIONS(3943), + [anon_sym_STAR] = ACTIONS(4285), + [sym_label] = ACTIONS(4285), + [anon_sym_in] = ACTIONS(4293), + [anon_sym_while] = ACTIONS(4293), + [anon_sym_DOT_DOT] = ACTIONS(4291), + [anon_sym_QMARK_COLON] = ACTIONS(4291), + [anon_sym_AMP_AMP] = ACTIONS(4291), + [anon_sym_PIPE_PIPE] = ACTIONS(4291), + [anon_sym_null] = ACTIONS(3943), + [anon_sym_if] = ACTIONS(3943), + [anon_sym_else] = ACTIONS(4293), + [anon_sym_when] = ACTIONS(3943), + [anon_sym_try] = ACTIONS(3943), + [anon_sym_throw] = ACTIONS(3943), + [anon_sym_return] = ACTIONS(3943), + [anon_sym_continue] = ACTIONS(3943), + [anon_sym_break] = ACTIONS(3943), + [anon_sym_COLON_COLON] = ACTIONS(4288), + [anon_sym_PLUS_EQ] = ACTIONS(4291), + [anon_sym_DASH_EQ] = ACTIONS(4291), + [anon_sym_STAR_EQ] = ACTIONS(4291), + [anon_sym_SLASH_EQ] = ACTIONS(4291), + [anon_sym_PERCENT_EQ] = ACTIONS(4291), + [anon_sym_BANG_EQ] = ACTIONS(4293), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4291), + [anon_sym_EQ_EQ] = ACTIONS(4293), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4291), + [anon_sym_LT_EQ] = ACTIONS(4291), + [anon_sym_GT_EQ] = ACTIONS(4291), + [anon_sym_BANGin] = ACTIONS(4291), + [anon_sym_is] = ACTIONS(4293), + [anon_sym_BANGis] = ACTIONS(4291), + [anon_sym_PLUS] = ACTIONS(4285), + [anon_sym_DASH] = ACTIONS(4285), + [anon_sym_SLASH] = ACTIONS(4293), + [anon_sym_PERCENT] = ACTIONS(4293), + [anon_sym_as_QMARK] = ACTIONS(4291), + [anon_sym_PLUS_PLUS] = ACTIONS(4288), + [anon_sym_DASH_DASH] = ACTIONS(4288), + [anon_sym_BANG] = ACTIONS(3943), + [anon_sym_BANG_BANG] = ACTIONS(4291), + [anon_sym_suspend] = ACTIONS(4293), + [anon_sym_sealed] = ACTIONS(4293), + [anon_sym_annotation] = ACTIONS(4293), + [anon_sym_data] = ACTIONS(4285), + [anon_sym_inner] = ACTIONS(4285), + [anon_sym_override] = ACTIONS(4293), + [anon_sym_lateinit] = ACTIONS(4293), + [anon_sym_public] = ACTIONS(4293), + [anon_sym_private] = ACTIONS(4293), + [anon_sym_internal] = ACTIONS(4293), + [anon_sym_protected] = ACTIONS(4293), + [anon_sym_tailrec] = ACTIONS(4293), + [anon_sym_operator] = ACTIONS(4293), + [anon_sym_infix] = ACTIONS(4293), + [anon_sym_inline] = ACTIONS(4293), + [anon_sym_external] = ACTIONS(4293), + [sym_property_modifier] = ACTIONS(4293), + [anon_sym_abstract] = ACTIONS(4293), + [anon_sym_final] = ACTIONS(4293), + [anon_sym_open] = ACTIONS(4293), + [anon_sym_vararg] = ACTIONS(4293), + [anon_sym_noinline] = ACTIONS(4293), + [anon_sym_crossinline] = ACTIONS(4293), + [anon_sym_expect] = ACTIONS(4285), + [anon_sym_actual] = ACTIONS(4285), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3948), + [anon_sym_continue_AT] = ACTIONS(3948), + [anon_sym_break_AT] = ACTIONS(3948), + [sym_real_literal] = ACTIONS(3948), + [sym_integer_literal] = ACTIONS(3943), + [sym_hex_literal] = ACTIONS(3948), + [sym_bin_literal] = ACTIONS(3948), + [anon_sym_true] = ACTIONS(3943), + [anon_sym_false] = ACTIONS(3943), + [anon_sym_SQUOTE] = ACTIONS(3948), + [sym__backtick_identifier] = ACTIONS(4288), + [sym_safe_nav] = ACTIONS(4291), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3948), }, [1203] = { - [sym_indexing_suffix] = STATE(3339), - [sym_navigation_suffix] = STATE(3435), - [sym_call_suffix] = STATE(3432), - [sym_annotated_lambda] = STATE(3429), - [sym_type_arguments] = STATE(7512), - [sym_value_arguments] = STATE(2735), - [sym_lambda_literal] = STATE(3427), - [sym__equality_operator] = STATE(2194), - [sym__comparison_operator] = STATE(2197), - [sym__in_operator] = STATE(2198), - [sym__is_operator] = STATE(6217), - [sym__additive_operator] = STATE(2199), - [sym__multiplicative_operator] = STATE(2200), - [sym__as_operator] = STATE(6214), - [sym__postfix_unary_operator] = STATE(3426), - [sym__member_access_operator] = STATE(7360), - [sym_annotation] = STATE(7846), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2201), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7846), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(4523), - [anon_sym_as] = ACTIONS(4525), - [anon_sym_EQ] = ACTIONS(3019), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_RBRACE] = ACTIONS(3021), - [anon_sym_LPAREN] = ACTIONS(4527), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(5105), - [anon_sym_object] = ACTIONS(3019), - [anon_sym_fun] = ACTIONS(3019), - [anon_sym_DOT] = ACTIONS(4531), - [anon_sym_SEMI] = ACTIONS(3021), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(3019), - [anon_sym_super] = ACTIONS(3019), - [anon_sym_STAR] = ACTIONS(5095), - [sym_label] = ACTIONS(4535), - [anon_sym_in] = ACTIONS(5107), - [anon_sym_DOT_DOT] = ACTIONS(5097), - [anon_sym_QMARK_COLON] = ACTIONS(5109), - [anon_sym_AMP_AMP] = ACTIONS(5111), - [anon_sym_PIPE_PIPE] = ACTIONS(5113), - [anon_sym_null] = ACTIONS(3019), - [anon_sym_if] = ACTIONS(3019), - [anon_sym_else] = ACTIONS(3019), - [anon_sym_when] = ACTIONS(3019), - [anon_sym_try] = ACTIONS(3019), - [anon_sym_throw] = ACTIONS(3019), - [anon_sym_return] = ACTIONS(3019), - [anon_sym_continue] = ACTIONS(3019), - [anon_sym_break] = ACTIONS(3019), - [anon_sym_COLON_COLON] = ACTIONS(4547), - [anon_sym_PLUS_EQ] = ACTIONS(3021), - [anon_sym_DASH_EQ] = ACTIONS(3021), - [anon_sym_STAR_EQ] = ACTIONS(3021), - [anon_sym_SLASH_EQ] = ACTIONS(3021), - [anon_sym_PERCENT_EQ] = ACTIONS(3021), - [anon_sym_BANG_EQ] = ACTIONS(5115), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5117), - [anon_sym_EQ_EQ] = ACTIONS(5115), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5117), - [anon_sym_LT_EQ] = ACTIONS(5119), - [anon_sym_GT_EQ] = ACTIONS(5119), - [anon_sym_BANGin] = ACTIONS(5121), - [anon_sym_is] = ACTIONS(4557), - [anon_sym_BANGis] = ACTIONS(4559), - [anon_sym_PLUS] = ACTIONS(5099), - [anon_sym_DASH] = ACTIONS(5099), - [anon_sym_SLASH] = ACTIONS(5095), - [anon_sym_PERCENT] = ACTIONS(5095), - [anon_sym_as_QMARK] = ACTIONS(4563), - [anon_sym_PLUS_PLUS] = ACTIONS(4565), - [anon_sym_DASH_DASH] = ACTIONS(4565), - [anon_sym_BANG] = ACTIONS(3019), - [anon_sym_BANG_BANG] = ACTIONS(4565), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), + [sym__alpha_identifier] = ACTIONS(4142), + [anon_sym_AT] = ACTIONS(4145), + [anon_sym_LBRACK] = ACTIONS(4145), + [anon_sym_as] = ACTIONS(4150), + [anon_sym_EQ] = ACTIONS(4150), + [anon_sym_LBRACE] = ACTIONS(4145), + [anon_sym_RBRACE] = ACTIONS(4148), + [anon_sym_LPAREN] = ACTIONS(5107), + [anon_sym_RPAREN] = ACTIONS(4148), + [anon_sym_LT] = ACTIONS(4150), + [anon_sym_GT] = ACTIONS(4150), + [anon_sym_object] = ACTIONS(3943), + [anon_sym_fun] = ACTIONS(3943), + [anon_sym_DOT] = ACTIONS(4150), + [anon_sym_SEMI] = ACTIONS(4148), + [anon_sym_get] = ACTIONS(4142), + [anon_sym_set] = ACTIONS(4142), + [anon_sym_this] = ACTIONS(3943), + [anon_sym_super] = ACTIONS(3943), + [anon_sym_STAR] = ACTIONS(4142), + [sym_label] = ACTIONS(4142), + [anon_sym_in] = ACTIONS(4150), + [anon_sym_while] = ACTIONS(4150), + [anon_sym_DOT_DOT] = ACTIONS(4148), + [anon_sym_QMARK_COLON] = ACTIONS(4148), + [anon_sym_AMP_AMP] = ACTIONS(4148), + [anon_sym_PIPE_PIPE] = ACTIONS(4148), + [anon_sym_null] = ACTIONS(3943), + [anon_sym_if] = ACTIONS(3943), + [anon_sym_else] = ACTIONS(4150), + [anon_sym_when] = ACTIONS(3943), + [anon_sym_try] = ACTIONS(3943), + [anon_sym_throw] = ACTIONS(3943), + [anon_sym_return] = ACTIONS(3943), + [anon_sym_continue] = ACTIONS(3943), + [anon_sym_break] = ACTIONS(3943), + [anon_sym_COLON_COLON] = ACTIONS(4145), + [anon_sym_PLUS_EQ] = ACTIONS(4148), + [anon_sym_DASH_EQ] = ACTIONS(4148), + [anon_sym_STAR_EQ] = ACTIONS(4148), + [anon_sym_SLASH_EQ] = ACTIONS(4148), + [anon_sym_PERCENT_EQ] = ACTIONS(4148), + [anon_sym_BANG_EQ] = ACTIONS(4150), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4148), + [anon_sym_EQ_EQ] = ACTIONS(4150), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4148), + [anon_sym_LT_EQ] = ACTIONS(4148), + [anon_sym_GT_EQ] = ACTIONS(4148), + [anon_sym_BANGin] = ACTIONS(4148), + [anon_sym_is] = ACTIONS(4150), + [anon_sym_BANGis] = ACTIONS(4148), + [anon_sym_PLUS] = ACTIONS(4142), + [anon_sym_DASH] = ACTIONS(4142), + [anon_sym_SLASH] = ACTIONS(4150), + [anon_sym_PERCENT] = ACTIONS(4150), + [anon_sym_as_QMARK] = ACTIONS(4148), + [anon_sym_PLUS_PLUS] = ACTIONS(4145), + [anon_sym_DASH_DASH] = ACTIONS(4145), + [anon_sym_BANG] = ACTIONS(3943), + [anon_sym_BANG_BANG] = ACTIONS(4148), + [anon_sym_suspend] = ACTIONS(4150), + [anon_sym_sealed] = ACTIONS(4150), + [anon_sym_annotation] = ACTIONS(4150), + [anon_sym_data] = ACTIONS(4142), + [anon_sym_inner] = ACTIONS(4142), + [anon_sym_override] = ACTIONS(4150), + [anon_sym_lateinit] = ACTIONS(4150), + [anon_sym_public] = ACTIONS(4150), + [anon_sym_private] = ACTIONS(4150), + [anon_sym_internal] = ACTIONS(4150), + [anon_sym_protected] = ACTIONS(4150), + [anon_sym_tailrec] = ACTIONS(4150), + [anon_sym_operator] = ACTIONS(4150), + [anon_sym_infix] = ACTIONS(4150), + [anon_sym_inline] = ACTIONS(4150), + [anon_sym_external] = ACTIONS(4150), + [sym_property_modifier] = ACTIONS(4150), + [anon_sym_abstract] = ACTIONS(4150), + [anon_sym_final] = ACTIONS(4150), + [anon_sym_open] = ACTIONS(4150), + [anon_sym_vararg] = ACTIONS(4150), + [anon_sym_noinline] = ACTIONS(4150), + [anon_sym_crossinline] = ACTIONS(4150), + [anon_sym_expect] = ACTIONS(4142), + [anon_sym_actual] = ACTIONS(4142), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3021), - [anon_sym_continue_AT] = ACTIONS(3021), - [anon_sym_break_AT] = ACTIONS(3021), - [sym_real_literal] = ACTIONS(3021), - [sym_integer_literal] = ACTIONS(3019), - [sym_hex_literal] = ACTIONS(3021), - [sym_bin_literal] = ACTIONS(3021), - [anon_sym_true] = ACTIONS(3019), - [anon_sym_false] = ACTIONS(3019), - [anon_sym_SQUOTE] = ACTIONS(3021), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3021), - [sym_safe_nav] = ACTIONS(4547), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3021), + [anon_sym_return_AT] = ACTIONS(3948), + [anon_sym_continue_AT] = ACTIONS(3948), + [anon_sym_break_AT] = ACTIONS(3948), + [sym_real_literal] = ACTIONS(3948), + [sym_integer_literal] = ACTIONS(3943), + [sym_hex_literal] = ACTIONS(3948), + [sym_bin_literal] = ACTIONS(3948), + [anon_sym_true] = ACTIONS(3943), + [anon_sym_false] = ACTIONS(3943), + [anon_sym_SQUOTE] = ACTIONS(3948), + [sym__backtick_identifier] = ACTIONS(4145), + [sym_safe_nav] = ACTIONS(4148), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3948), }, [1204] = { - [sym_primary_constructor] = STATE(4448), - [sym_class_body] = STATE(4628), - [sym__class_parameters] = STATE(4539), - [sym_type_parameters] = STATE(1244), - [sym_type_constraints] = STATE(4545), - [sym_modifiers] = STATE(9107), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3160), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(5123), - [anon_sym_LBRACK] = ACTIONS(3164), - [anon_sym_RBRACK] = ACTIONS(3164), - [anon_sym_as] = ACTIONS(3160), - [anon_sym_EQ] = ACTIONS(3160), - [anon_sym_constructor] = ACTIONS(5125), - [anon_sym_LBRACE] = ACTIONS(5127), - [anon_sym_RBRACE] = ACTIONS(3164), - [anon_sym_LPAREN] = ACTIONS(5129), - [anon_sym_COMMA] = ACTIONS(3164), - [anon_sym_RPAREN] = ACTIONS(3164), - [anon_sym_LT] = ACTIONS(5131), - [anon_sym_GT] = ACTIONS(3160), - [anon_sym_where] = ACTIONS(5133), - [anon_sym_DOT] = ACTIONS(3160), - [anon_sym_SEMI] = ACTIONS(3164), - [anon_sym_get] = ACTIONS(3160), - [anon_sym_set] = ACTIONS(3160), - [anon_sym_STAR] = ACTIONS(3160), - [anon_sym_DASH_GT] = ACTIONS(3164), - [sym_label] = ACTIONS(3164), - [anon_sym_in] = ACTIONS(3160), - [anon_sym_while] = ACTIONS(3160), - [anon_sym_DOT_DOT] = ACTIONS(3164), - [anon_sym_QMARK_COLON] = ACTIONS(3164), - [anon_sym_AMP_AMP] = ACTIONS(3164), - [anon_sym_PIPE_PIPE] = ACTIONS(3164), - [anon_sym_else] = ACTIONS(3160), - [anon_sym_COLON_COLON] = ACTIONS(3164), - [anon_sym_PLUS_EQ] = ACTIONS(3164), - [anon_sym_DASH_EQ] = ACTIONS(3164), - [anon_sym_STAR_EQ] = ACTIONS(3164), - [anon_sym_SLASH_EQ] = ACTIONS(3164), - [anon_sym_PERCENT_EQ] = ACTIONS(3164), - [anon_sym_BANG_EQ] = ACTIONS(3160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3164), - [anon_sym_EQ_EQ] = ACTIONS(3160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3164), - [anon_sym_LT_EQ] = ACTIONS(3164), - [anon_sym_GT_EQ] = ACTIONS(3164), - [anon_sym_BANGin] = ACTIONS(3164), - [anon_sym_is] = ACTIONS(3160), - [anon_sym_BANGis] = ACTIONS(3164), - [anon_sym_PLUS] = ACTIONS(3160), - [anon_sym_DASH] = ACTIONS(3160), - [anon_sym_SLASH] = ACTIONS(3160), - [anon_sym_PERCENT] = ACTIONS(3160), - [anon_sym_as_QMARK] = ACTIONS(3164), - [anon_sym_PLUS_PLUS] = ACTIONS(3164), - [anon_sym_DASH_DASH] = ACTIONS(3164), - [anon_sym_BANG_BANG] = ACTIONS(3164), - [anon_sym_suspend] = ACTIONS(3120), - [anon_sym_sealed] = ACTIONS(3122), - [anon_sym_annotation] = ACTIONS(3122), - [anon_sym_data] = ACTIONS(3122), - [anon_sym_inner] = ACTIONS(3122), - [anon_sym_override] = ACTIONS(3124), - [anon_sym_lateinit] = ACTIONS(3124), - [anon_sym_public] = ACTIONS(3126), - [anon_sym_private] = ACTIONS(3126), - [anon_sym_internal] = ACTIONS(3126), - [anon_sym_protected] = ACTIONS(3126), - [anon_sym_tailrec] = ACTIONS(3120), - [anon_sym_operator] = ACTIONS(3120), - [anon_sym_infix] = ACTIONS(3120), - [anon_sym_inline] = ACTIONS(3120), - [anon_sym_external] = ACTIONS(3120), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(3130), - [anon_sym_final] = ACTIONS(3130), - [anon_sym_open] = ACTIONS(3130), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3134), - [anon_sym_actual] = ACTIONS(3134), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3164), - [sym_safe_nav] = ACTIONS(3164), - [sym_multiline_comment] = ACTIONS(3), - }, - [1205] = { - [sym_indexing_suffix] = STATE(3339), - [sym_navigation_suffix] = STATE(3435), - [sym_call_suffix] = STATE(3432), - [sym_annotated_lambda] = STATE(3429), - [sym_type_arguments] = STATE(7512), - [sym_value_arguments] = STATE(2735), - [sym_lambda_literal] = STATE(3427), - [sym__equality_operator] = STATE(2194), - [sym__comparison_operator] = STATE(2197), - [sym__in_operator] = STATE(2198), - [sym__is_operator] = STATE(6217), - [sym__additive_operator] = STATE(2199), - [sym__multiplicative_operator] = STATE(2200), - [sym__as_operator] = STATE(6214), - [sym__postfix_unary_operator] = STATE(3426), - [sym__member_access_operator] = STATE(7360), - [sym_annotation] = STATE(7846), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2201), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7846), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(4523), - [anon_sym_as] = ACTIONS(4525), - [anon_sym_EQ] = ACTIONS(3057), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_RBRACE] = ACTIONS(3059), - [anon_sym_LPAREN] = ACTIONS(4527), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(5105), - [anon_sym_object] = ACTIONS(3057), - [anon_sym_fun] = ACTIONS(3057), - [anon_sym_DOT] = ACTIONS(4531), - [anon_sym_SEMI] = ACTIONS(3059), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(3057), - [anon_sym_super] = ACTIONS(3057), - [anon_sym_STAR] = ACTIONS(5095), - [sym_label] = ACTIONS(4535), - [anon_sym_in] = ACTIONS(5107), - [anon_sym_DOT_DOT] = ACTIONS(5097), - [anon_sym_QMARK_COLON] = ACTIONS(5109), - [anon_sym_AMP_AMP] = ACTIONS(5111), - [anon_sym_PIPE_PIPE] = ACTIONS(5113), - [anon_sym_null] = ACTIONS(3057), - [anon_sym_if] = ACTIONS(3057), - [anon_sym_else] = ACTIONS(3057), - [anon_sym_when] = ACTIONS(3057), - [anon_sym_try] = ACTIONS(3057), - [anon_sym_throw] = ACTIONS(3057), - [anon_sym_return] = ACTIONS(3057), - [anon_sym_continue] = ACTIONS(3057), - [anon_sym_break] = ACTIONS(3057), - [anon_sym_COLON_COLON] = ACTIONS(4547), - [anon_sym_PLUS_EQ] = ACTIONS(3059), - [anon_sym_DASH_EQ] = ACTIONS(3059), - [anon_sym_STAR_EQ] = ACTIONS(3059), - [anon_sym_SLASH_EQ] = ACTIONS(3059), - [anon_sym_PERCENT_EQ] = ACTIONS(3059), - [anon_sym_BANG_EQ] = ACTIONS(5115), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5117), - [anon_sym_EQ_EQ] = ACTIONS(5115), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5117), - [anon_sym_LT_EQ] = ACTIONS(5119), - [anon_sym_GT_EQ] = ACTIONS(5119), - [anon_sym_BANGin] = ACTIONS(5121), - [anon_sym_is] = ACTIONS(4557), - [anon_sym_BANGis] = ACTIONS(4559), - [anon_sym_PLUS] = ACTIONS(5099), - [anon_sym_DASH] = ACTIONS(5099), - [anon_sym_SLASH] = ACTIONS(5095), - [anon_sym_PERCENT] = ACTIONS(5095), - [anon_sym_as_QMARK] = ACTIONS(4563), - [anon_sym_PLUS_PLUS] = ACTIONS(4565), - [anon_sym_DASH_DASH] = ACTIONS(4565), - [anon_sym_BANG] = ACTIONS(3057), - [anon_sym_BANG_BANG] = ACTIONS(4565), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3059), - [anon_sym_continue_AT] = ACTIONS(3059), - [anon_sym_break_AT] = ACTIONS(3059), - [sym_real_literal] = ACTIONS(3059), - [sym_integer_literal] = ACTIONS(3057), - [sym_hex_literal] = ACTIONS(3059), - [sym_bin_literal] = ACTIONS(3059), - [anon_sym_true] = ACTIONS(3057), - [anon_sym_false] = ACTIONS(3057), - [anon_sym_SQUOTE] = ACTIONS(3059), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3059), - [sym_safe_nav] = ACTIONS(4547), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3059), - }, - [1206] = { - [sym_indexing_suffix] = STATE(3339), - [sym_navigation_suffix] = STATE(3435), - [sym_call_suffix] = STATE(3432), - [sym_annotated_lambda] = STATE(3429), - [sym_type_arguments] = STATE(7512), - [sym_value_arguments] = STATE(2735), - [sym_lambda_literal] = STATE(3427), - [sym__equality_operator] = STATE(2194), - [sym__comparison_operator] = STATE(2197), - [sym__in_operator] = STATE(2198), - [sym__is_operator] = STATE(6217), - [sym__additive_operator] = STATE(2199), - [sym__multiplicative_operator] = STATE(2200), - [sym__as_operator] = STATE(6214), - [sym__postfix_unary_operator] = STATE(3426), - [sym__member_access_operator] = STATE(7360), - [sym_annotation] = STATE(7846), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2201), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7846), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(4523), - [anon_sym_as] = ACTIONS(4525), - [anon_sym_EQ] = ACTIONS(2999), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_RBRACE] = ACTIONS(3001), - [anon_sym_LPAREN] = ACTIONS(4527), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(5105), - [anon_sym_object] = ACTIONS(2999), - [anon_sym_fun] = ACTIONS(2999), - [anon_sym_DOT] = ACTIONS(4531), - [anon_sym_SEMI] = ACTIONS(3001), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(2999), - [anon_sym_super] = ACTIONS(2999), - [anon_sym_STAR] = ACTIONS(5095), - [sym_label] = ACTIONS(4535), - [anon_sym_in] = ACTIONS(5107), - [anon_sym_DOT_DOT] = ACTIONS(5097), - [anon_sym_QMARK_COLON] = ACTIONS(5109), - [anon_sym_AMP_AMP] = ACTIONS(5111), - [anon_sym_PIPE_PIPE] = ACTIONS(5113), - [anon_sym_null] = ACTIONS(2999), - [anon_sym_if] = ACTIONS(2999), - [anon_sym_else] = ACTIONS(2999), - [anon_sym_when] = ACTIONS(2999), - [anon_sym_try] = ACTIONS(2999), - [anon_sym_throw] = ACTIONS(2999), - [anon_sym_return] = ACTIONS(2999), - [anon_sym_continue] = ACTIONS(2999), - [anon_sym_break] = ACTIONS(2999), - [anon_sym_COLON_COLON] = ACTIONS(4547), - [anon_sym_PLUS_EQ] = ACTIONS(3001), - [anon_sym_DASH_EQ] = ACTIONS(3001), - [anon_sym_STAR_EQ] = ACTIONS(3001), - [anon_sym_SLASH_EQ] = ACTIONS(3001), - [anon_sym_PERCENT_EQ] = ACTIONS(3001), - [anon_sym_BANG_EQ] = ACTIONS(5115), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5117), - [anon_sym_EQ_EQ] = ACTIONS(5115), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5117), - [anon_sym_LT_EQ] = ACTIONS(5119), - [anon_sym_GT_EQ] = ACTIONS(5119), - [anon_sym_BANGin] = ACTIONS(5121), - [anon_sym_is] = ACTIONS(4557), - [anon_sym_BANGis] = ACTIONS(4559), - [anon_sym_PLUS] = ACTIONS(5099), - [anon_sym_DASH] = ACTIONS(5099), - [anon_sym_SLASH] = ACTIONS(5095), - [anon_sym_PERCENT] = ACTIONS(5095), - [anon_sym_as_QMARK] = ACTIONS(4563), - [anon_sym_PLUS_PLUS] = ACTIONS(4565), - [anon_sym_DASH_DASH] = ACTIONS(4565), - [anon_sym_BANG] = ACTIONS(2999), - [anon_sym_BANG_BANG] = ACTIONS(4565), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3001), - [anon_sym_continue_AT] = ACTIONS(3001), - [anon_sym_break_AT] = ACTIONS(3001), - [sym_real_literal] = ACTIONS(3001), - [sym_integer_literal] = ACTIONS(2999), - [sym_hex_literal] = ACTIONS(3001), - [sym_bin_literal] = ACTIONS(3001), - [anon_sym_true] = ACTIONS(2999), - [anon_sym_false] = ACTIONS(2999), - [anon_sym_SQUOTE] = ACTIONS(3001), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3001), - [sym_safe_nav] = ACTIONS(4547), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3001), - }, - [1207] = { - [sym_primary_constructor] = STATE(4450), - [sym__class_parameters] = STATE(4539), - [sym_type_parameters] = STATE(1247), - [sym_type_constraints] = STATE(4532), - [sym_enum_class_body] = STATE(4640), - [sym_modifiers] = STATE(9107), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), + [sym_primary_constructor] = STATE(4464), + [sym__class_parameters] = STATE(4565), + [sym_type_parameters] = STATE(1277), + [sym_type_constraints] = STATE(4513), + [sym_enum_class_body] = STATE(4750), + [sym_modifiers] = STATE(9275), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), [sym__alpha_identifier] = ACTIONS(3102), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(5135), + [anon_sym_COLON] = ACTIONS(5111), [anon_sym_LBRACK] = ACTIONS(3108), [anon_sym_RBRACK] = ACTIONS(3108), [anon_sym_as] = ACTIONS(3102), [anon_sym_EQ] = ACTIONS(3102), - [anon_sym_constructor] = ACTIONS(5125), - [anon_sym_LBRACE] = ACTIONS(5137), + [anon_sym_constructor] = ACTIONS(5113), + [anon_sym_LBRACE] = ACTIONS(5115), [anon_sym_RBRACE] = ACTIONS(3108), - [anon_sym_LPAREN] = ACTIONS(5129), + [anon_sym_LPAREN] = ACTIONS(5117), [anon_sym_COMMA] = ACTIONS(3108), [anon_sym_RPAREN] = ACTIONS(3108), - [anon_sym_LT] = ACTIONS(5131), + [anon_sym_LT] = ACTIONS(5119), [anon_sym_GT] = ACTIONS(3102), - [anon_sym_where] = ACTIONS(5133), + [anon_sym_where] = ACTIONS(5121), [anon_sym_DOT] = ACTIONS(3102), [anon_sym_SEMI] = ACTIONS(3108), [anon_sym_get] = ACTIONS(3102), @@ -172606,551 +172410,1673 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_safe_nav] = ACTIONS(3108), [sym_multiline_comment] = ACTIONS(3), }, + [1205] = { + [sym_indexing_suffix] = STATE(3424), + [sym_navigation_suffix] = STATE(3423), + [sym_call_suffix] = STATE(3420), + [sym_annotated_lambda] = STATE(3419), + [sym_type_arguments] = STATE(7492), + [sym_value_arguments] = STATE(2731), + [sym_lambda_literal] = STATE(3415), + [sym__equality_operator] = STATE(2235), + [sym__comparison_operator] = STATE(2148), + [sym__in_operator] = STATE(2233), + [sym__is_operator] = STATE(6160), + [sym__additive_operator] = STATE(2232), + [sym__multiplicative_operator] = STATE(2231), + [sym__as_operator] = STATE(6161), + [sym__postfix_unary_operator] = STATE(3414), + [sym__member_access_operator] = STATE(7370), + [sym_annotation] = STATE(7887), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2229), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7887), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(4543), + [anon_sym_as] = ACTIONS(4545), + [anon_sym_EQ] = ACTIONS(3003), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_RBRACE] = ACTIONS(3005), + [anon_sym_LPAREN] = ACTIONS(4547), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(5123), + [anon_sym_object] = ACTIONS(3003), + [anon_sym_fun] = ACTIONS(3003), + [anon_sym_DOT] = ACTIONS(4551), + [anon_sym_SEMI] = ACTIONS(3005), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_this] = ACTIONS(3003), + [anon_sym_super] = ACTIONS(3003), + [anon_sym_STAR] = ACTIONS(5125), + [sym_label] = ACTIONS(4555), + [anon_sym_in] = ACTIONS(5127), + [anon_sym_DOT_DOT] = ACTIONS(5129), + [anon_sym_QMARK_COLON] = ACTIONS(5131), + [anon_sym_AMP_AMP] = ACTIONS(5133), + [anon_sym_PIPE_PIPE] = ACTIONS(5135), + [anon_sym_null] = ACTIONS(3003), + [anon_sym_if] = ACTIONS(3003), + [anon_sym_else] = ACTIONS(3003), + [anon_sym_when] = ACTIONS(3003), + [anon_sym_try] = ACTIONS(3003), + [anon_sym_throw] = ACTIONS(3003), + [anon_sym_return] = ACTIONS(3003), + [anon_sym_continue] = ACTIONS(3003), + [anon_sym_break] = ACTIONS(3003), + [anon_sym_COLON_COLON] = ACTIONS(4567), + [anon_sym_PLUS_EQ] = ACTIONS(3005), + [anon_sym_DASH_EQ] = ACTIONS(3005), + [anon_sym_STAR_EQ] = ACTIONS(3005), + [anon_sym_SLASH_EQ] = ACTIONS(3005), + [anon_sym_PERCENT_EQ] = ACTIONS(3005), + [anon_sym_BANG_EQ] = ACTIONS(5137), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5139), + [anon_sym_EQ_EQ] = ACTIONS(5137), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5139), + [anon_sym_LT_EQ] = ACTIONS(5141), + [anon_sym_GT_EQ] = ACTIONS(5141), + [anon_sym_BANGin] = ACTIONS(5143), + [anon_sym_is] = ACTIONS(4577), + [anon_sym_BANGis] = ACTIONS(4579), + [anon_sym_PLUS] = ACTIONS(5145), + [anon_sym_DASH] = ACTIONS(5145), + [anon_sym_SLASH] = ACTIONS(5125), + [anon_sym_PERCENT] = ACTIONS(5125), + [anon_sym_as_QMARK] = ACTIONS(4583), + [anon_sym_PLUS_PLUS] = ACTIONS(4585), + [anon_sym_DASH_DASH] = ACTIONS(4585), + [anon_sym_BANG] = ACTIONS(3003), + [anon_sym_BANG_BANG] = ACTIONS(4585), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3005), + [anon_sym_continue_AT] = ACTIONS(3005), + [anon_sym_break_AT] = ACTIONS(3005), + [sym_real_literal] = ACTIONS(3005), + [sym_integer_literal] = ACTIONS(3003), + [sym_hex_literal] = ACTIONS(3005), + [sym_bin_literal] = ACTIONS(3005), + [anon_sym_true] = ACTIONS(3003), + [anon_sym_false] = ACTIONS(3003), + [anon_sym_SQUOTE] = ACTIONS(3005), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(3005), + [sym_safe_nav] = ACTIONS(4567), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3005), + }, + [1206] = { + [sym_indexing_suffix] = STATE(3424), + [sym_navigation_suffix] = STATE(3423), + [sym_call_suffix] = STATE(3420), + [sym_annotated_lambda] = STATE(3419), + [sym_type_arguments] = STATE(7492), + [sym_value_arguments] = STATE(2731), + [sym_lambda_literal] = STATE(3415), + [sym__equality_operator] = STATE(2235), + [sym__comparison_operator] = STATE(2148), + [sym__in_operator] = STATE(2233), + [sym__is_operator] = STATE(6160), + [sym__additive_operator] = STATE(2232), + [sym__multiplicative_operator] = STATE(2231), + [sym__as_operator] = STATE(6161), + [sym__postfix_unary_operator] = STATE(3414), + [sym__member_access_operator] = STATE(7370), + [sym_annotation] = STATE(7887), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2229), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7887), + [sym__alpha_identifier] = ACTIONS(3075), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(4543), + [anon_sym_as] = ACTIONS(4545), + [anon_sym_EQ] = ACTIONS(3075), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_RBRACE] = ACTIONS(3077), + [anon_sym_LPAREN] = ACTIONS(4547), + [anon_sym_LT] = ACTIONS(3079), + [anon_sym_GT] = ACTIONS(3075), + [anon_sym_object] = ACTIONS(3075), + [anon_sym_fun] = ACTIONS(3075), + [anon_sym_DOT] = ACTIONS(4551), + [anon_sym_SEMI] = ACTIONS(3077), + [anon_sym_get] = ACTIONS(3075), + [anon_sym_set] = ACTIONS(3075), + [anon_sym_this] = ACTIONS(3075), + [anon_sym_super] = ACTIONS(3075), + [anon_sym_STAR] = ACTIONS(5125), + [sym_label] = ACTIONS(4555), + [anon_sym_in] = ACTIONS(3075), + [anon_sym_DOT_DOT] = ACTIONS(3077), + [anon_sym_QMARK_COLON] = ACTIONS(3077), + [anon_sym_AMP_AMP] = ACTIONS(3077), + [anon_sym_PIPE_PIPE] = ACTIONS(3077), + [anon_sym_null] = ACTIONS(3075), + [anon_sym_if] = ACTIONS(3075), + [anon_sym_else] = ACTIONS(3075), + [anon_sym_when] = ACTIONS(3075), + [anon_sym_try] = ACTIONS(3075), + [anon_sym_throw] = ACTIONS(3075), + [anon_sym_return] = ACTIONS(3075), + [anon_sym_continue] = ACTIONS(3075), + [anon_sym_break] = ACTIONS(3075), + [anon_sym_COLON_COLON] = ACTIONS(4567), + [anon_sym_PLUS_EQ] = ACTIONS(3077), + [anon_sym_DASH_EQ] = ACTIONS(3077), + [anon_sym_STAR_EQ] = ACTIONS(3077), + [anon_sym_SLASH_EQ] = ACTIONS(3077), + [anon_sym_PERCENT_EQ] = ACTIONS(3077), + [anon_sym_BANG_EQ] = ACTIONS(3075), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3077), + [anon_sym_EQ_EQ] = ACTIONS(3075), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3077), + [anon_sym_LT_EQ] = ACTIONS(3077), + [anon_sym_GT_EQ] = ACTIONS(3077), + [anon_sym_BANGin] = ACTIONS(3077), + [anon_sym_is] = ACTIONS(3075), + [anon_sym_BANGis] = ACTIONS(3077), + [anon_sym_PLUS] = ACTIONS(5145), + [anon_sym_DASH] = ACTIONS(5145), + [anon_sym_SLASH] = ACTIONS(5125), + [anon_sym_PERCENT] = ACTIONS(5125), + [anon_sym_as_QMARK] = ACTIONS(4583), + [anon_sym_PLUS_PLUS] = ACTIONS(4585), + [anon_sym_DASH_DASH] = ACTIONS(4585), + [anon_sym_BANG] = ACTIONS(3075), + [anon_sym_BANG_BANG] = ACTIONS(4585), + [anon_sym_data] = ACTIONS(3075), + [anon_sym_inner] = ACTIONS(3075), + [anon_sym_expect] = ACTIONS(3075), + [anon_sym_actual] = ACTIONS(3075), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3077), + [anon_sym_continue_AT] = ACTIONS(3077), + [anon_sym_break_AT] = ACTIONS(3077), + [sym_real_literal] = ACTIONS(3077), + [sym_integer_literal] = ACTIONS(3075), + [sym_hex_literal] = ACTIONS(3077), + [sym_bin_literal] = ACTIONS(3077), + [anon_sym_true] = ACTIONS(3075), + [anon_sym_false] = ACTIONS(3075), + [anon_sym_SQUOTE] = ACTIONS(3077), + [sym__backtick_identifier] = ACTIONS(3077), + [sym__automatic_semicolon] = ACTIONS(3077), + [sym_safe_nav] = ACTIONS(4567), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3077), + }, + [1207] = { + [sym_indexing_suffix] = STATE(3424), + [sym_navigation_suffix] = STATE(3423), + [sym_call_suffix] = STATE(3420), + [sym_annotated_lambda] = STATE(3419), + [sym_type_arguments] = STATE(7492), + [sym_value_arguments] = STATE(2731), + [sym_lambda_literal] = STATE(3415), + [sym__equality_operator] = STATE(2235), + [sym__comparison_operator] = STATE(2148), + [sym__in_operator] = STATE(2233), + [sym__is_operator] = STATE(6160), + [sym__additive_operator] = STATE(2232), + [sym__multiplicative_operator] = STATE(2231), + [sym__as_operator] = STATE(6161), + [sym__postfix_unary_operator] = STATE(3414), + [sym__member_access_operator] = STATE(7370), + [sym_annotation] = STATE(7887), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2229), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7887), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(4543), + [anon_sym_as] = ACTIONS(4545), + [anon_sym_EQ] = ACTIONS(3052), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_RBRACE] = ACTIONS(3054), + [anon_sym_LPAREN] = ACTIONS(4547), + [anon_sym_LT] = ACTIONS(3056), + [anon_sym_GT] = ACTIONS(3052), + [anon_sym_object] = ACTIONS(3052), + [anon_sym_fun] = ACTIONS(3052), + [anon_sym_DOT] = ACTIONS(4551), + [anon_sym_SEMI] = ACTIONS(3054), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_this] = ACTIONS(3052), + [anon_sym_super] = ACTIONS(3052), + [anon_sym_STAR] = ACTIONS(5125), + [sym_label] = ACTIONS(4555), + [anon_sym_in] = ACTIONS(3052), + [anon_sym_DOT_DOT] = ACTIONS(5129), + [anon_sym_QMARK_COLON] = ACTIONS(3054), + [anon_sym_AMP_AMP] = ACTIONS(3054), + [anon_sym_PIPE_PIPE] = ACTIONS(3054), + [anon_sym_null] = ACTIONS(3052), + [anon_sym_if] = ACTIONS(3052), + [anon_sym_else] = ACTIONS(3052), + [anon_sym_when] = ACTIONS(3052), + [anon_sym_try] = ACTIONS(3052), + [anon_sym_throw] = ACTIONS(3052), + [anon_sym_return] = ACTIONS(3052), + [anon_sym_continue] = ACTIONS(3052), + [anon_sym_break] = ACTIONS(3052), + [anon_sym_COLON_COLON] = ACTIONS(4567), + [anon_sym_PLUS_EQ] = ACTIONS(3054), + [anon_sym_DASH_EQ] = ACTIONS(3054), + [anon_sym_STAR_EQ] = ACTIONS(3054), + [anon_sym_SLASH_EQ] = ACTIONS(3054), + [anon_sym_PERCENT_EQ] = ACTIONS(3054), + [anon_sym_BANG_EQ] = ACTIONS(3052), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3054), + [anon_sym_EQ_EQ] = ACTIONS(3052), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3054), + [anon_sym_LT_EQ] = ACTIONS(3054), + [anon_sym_GT_EQ] = ACTIONS(3054), + [anon_sym_BANGin] = ACTIONS(3054), + [anon_sym_is] = ACTIONS(3052), + [anon_sym_BANGis] = ACTIONS(3054), + [anon_sym_PLUS] = ACTIONS(5145), + [anon_sym_DASH] = ACTIONS(5145), + [anon_sym_SLASH] = ACTIONS(5125), + [anon_sym_PERCENT] = ACTIONS(5125), + [anon_sym_as_QMARK] = ACTIONS(4583), + [anon_sym_PLUS_PLUS] = ACTIONS(4585), + [anon_sym_DASH_DASH] = ACTIONS(4585), + [anon_sym_BANG] = ACTIONS(3052), + [anon_sym_BANG_BANG] = ACTIONS(4585), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3054), + [anon_sym_continue_AT] = ACTIONS(3054), + [anon_sym_break_AT] = ACTIONS(3054), + [sym_real_literal] = ACTIONS(3054), + [sym_integer_literal] = ACTIONS(3052), + [sym_hex_literal] = ACTIONS(3054), + [sym_bin_literal] = ACTIONS(3054), + [anon_sym_true] = ACTIONS(3052), + [anon_sym_false] = ACTIONS(3052), + [anon_sym_SQUOTE] = ACTIONS(3054), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(3054), + [sym_safe_nav] = ACTIONS(4567), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3054), + }, [1208] = { - [sym_indexing_suffix] = STATE(3339), - [sym_navigation_suffix] = STATE(3435), - [sym_call_suffix] = STATE(3432), - [sym_annotated_lambda] = STATE(3429), - [sym_type_arguments] = STATE(7512), - [sym_value_arguments] = STATE(2735), - [sym_lambda_literal] = STATE(3427), - [sym__equality_operator] = STATE(2194), - [sym__comparison_operator] = STATE(2197), - [sym__in_operator] = STATE(2198), - [sym__is_operator] = STATE(6217), - [sym__additive_operator] = STATE(2199), - [sym__multiplicative_operator] = STATE(2200), - [sym__as_operator] = STATE(6214), - [sym__postfix_unary_operator] = STATE(3426), - [sym__member_access_operator] = STATE(7360), - [sym_annotation] = STATE(7846), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2201), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7846), + [sym_indexing_suffix] = STATE(3424), + [sym_navigation_suffix] = STATE(3423), + [sym_call_suffix] = STATE(3420), + [sym_annotated_lambda] = STATE(3419), + [sym_type_arguments] = STATE(7492), + [sym_value_arguments] = STATE(2731), + [sym_lambda_literal] = STATE(3415), + [sym__equality_operator] = STATE(2235), + [sym__comparison_operator] = STATE(2148), + [sym__in_operator] = STATE(2233), + [sym__is_operator] = STATE(6160), + [sym__additive_operator] = STATE(2232), + [sym__multiplicative_operator] = STATE(2231), + [sym__as_operator] = STATE(6161), + [sym__postfix_unary_operator] = STATE(3414), + [sym__member_access_operator] = STATE(7370), + [sym_annotation] = STATE(7887), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2229), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7887), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(4523), - [anon_sym_as] = ACTIONS(4525), - [anon_sym_EQ] = ACTIONS(3053), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_RBRACE] = ACTIONS(3055), - [anon_sym_LPAREN] = ACTIONS(4527), + [anon_sym_LBRACK] = ACTIONS(4543), + [anon_sym_as] = ACTIONS(4545), + [anon_sym_EQ] = ACTIONS(3048), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_RBRACE] = ACTIONS(3050), + [anon_sym_LPAREN] = ACTIONS(4547), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(5105), - [anon_sym_object] = ACTIONS(3053), - [anon_sym_fun] = ACTIONS(3053), - [anon_sym_DOT] = ACTIONS(4531), - [anon_sym_SEMI] = ACTIONS(3055), + [anon_sym_GT] = ACTIONS(5123), + [anon_sym_object] = ACTIONS(3048), + [anon_sym_fun] = ACTIONS(3048), + [anon_sym_DOT] = ACTIONS(4551), + [anon_sym_SEMI] = ACTIONS(3050), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(3053), - [anon_sym_super] = ACTIONS(3053), - [anon_sym_STAR] = ACTIONS(5095), - [sym_label] = ACTIONS(4535), - [anon_sym_in] = ACTIONS(5107), - [anon_sym_DOT_DOT] = ACTIONS(5097), - [anon_sym_QMARK_COLON] = ACTIONS(5109), - [anon_sym_AMP_AMP] = ACTIONS(5111), - [anon_sym_PIPE_PIPE] = ACTIONS(5113), - [anon_sym_null] = ACTIONS(3053), - [anon_sym_if] = ACTIONS(3053), - [anon_sym_else] = ACTIONS(3053), - [anon_sym_when] = ACTIONS(3053), - [anon_sym_try] = ACTIONS(3053), - [anon_sym_throw] = ACTIONS(3053), - [anon_sym_return] = ACTIONS(3053), - [anon_sym_continue] = ACTIONS(3053), - [anon_sym_break] = ACTIONS(3053), - [anon_sym_COLON_COLON] = ACTIONS(4547), - [anon_sym_PLUS_EQ] = ACTIONS(3055), - [anon_sym_DASH_EQ] = ACTIONS(3055), - [anon_sym_STAR_EQ] = ACTIONS(3055), - [anon_sym_SLASH_EQ] = ACTIONS(3055), - [anon_sym_PERCENT_EQ] = ACTIONS(3055), - [anon_sym_BANG_EQ] = ACTIONS(5115), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5117), - [anon_sym_EQ_EQ] = ACTIONS(5115), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5117), - [anon_sym_LT_EQ] = ACTIONS(5119), - [anon_sym_GT_EQ] = ACTIONS(5119), - [anon_sym_BANGin] = ACTIONS(5121), - [anon_sym_is] = ACTIONS(4557), - [anon_sym_BANGis] = ACTIONS(4559), - [anon_sym_PLUS] = ACTIONS(5099), - [anon_sym_DASH] = ACTIONS(5099), - [anon_sym_SLASH] = ACTIONS(5095), - [anon_sym_PERCENT] = ACTIONS(5095), - [anon_sym_as_QMARK] = ACTIONS(4563), - [anon_sym_PLUS_PLUS] = ACTIONS(4565), - [anon_sym_DASH_DASH] = ACTIONS(4565), - [anon_sym_BANG] = ACTIONS(3053), - [anon_sym_BANG_BANG] = ACTIONS(4565), + [anon_sym_this] = ACTIONS(3048), + [anon_sym_super] = ACTIONS(3048), + [anon_sym_STAR] = ACTIONS(5125), + [sym_label] = ACTIONS(4555), + [anon_sym_in] = ACTIONS(5127), + [anon_sym_DOT_DOT] = ACTIONS(5129), + [anon_sym_QMARK_COLON] = ACTIONS(5131), + [anon_sym_AMP_AMP] = ACTIONS(3050), + [anon_sym_PIPE_PIPE] = ACTIONS(3050), + [anon_sym_null] = ACTIONS(3048), + [anon_sym_if] = ACTIONS(3048), + [anon_sym_else] = ACTIONS(3048), + [anon_sym_when] = ACTIONS(3048), + [anon_sym_try] = ACTIONS(3048), + [anon_sym_throw] = ACTIONS(3048), + [anon_sym_return] = ACTIONS(3048), + [anon_sym_continue] = ACTIONS(3048), + [anon_sym_break] = ACTIONS(3048), + [anon_sym_COLON_COLON] = ACTIONS(4567), + [anon_sym_PLUS_EQ] = ACTIONS(3050), + [anon_sym_DASH_EQ] = ACTIONS(3050), + [anon_sym_STAR_EQ] = ACTIONS(3050), + [anon_sym_SLASH_EQ] = ACTIONS(3050), + [anon_sym_PERCENT_EQ] = ACTIONS(3050), + [anon_sym_BANG_EQ] = ACTIONS(5137), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5139), + [anon_sym_EQ_EQ] = ACTIONS(5137), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5139), + [anon_sym_LT_EQ] = ACTIONS(5141), + [anon_sym_GT_EQ] = ACTIONS(5141), + [anon_sym_BANGin] = ACTIONS(5143), + [anon_sym_is] = ACTIONS(4577), + [anon_sym_BANGis] = ACTIONS(4579), + [anon_sym_PLUS] = ACTIONS(5145), + [anon_sym_DASH] = ACTIONS(5145), + [anon_sym_SLASH] = ACTIONS(5125), + [anon_sym_PERCENT] = ACTIONS(5125), + [anon_sym_as_QMARK] = ACTIONS(4583), + [anon_sym_PLUS_PLUS] = ACTIONS(4585), + [anon_sym_DASH_DASH] = ACTIONS(4585), + [anon_sym_BANG] = ACTIONS(3048), + [anon_sym_BANG_BANG] = ACTIONS(4585), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3055), - [anon_sym_continue_AT] = ACTIONS(3055), - [anon_sym_break_AT] = ACTIONS(3055), - [sym_real_literal] = ACTIONS(3055), - [sym_integer_literal] = ACTIONS(3053), - [sym_hex_literal] = ACTIONS(3055), - [sym_bin_literal] = ACTIONS(3055), - [anon_sym_true] = ACTIONS(3053), - [anon_sym_false] = ACTIONS(3053), - [anon_sym_SQUOTE] = ACTIONS(3055), + [anon_sym_return_AT] = ACTIONS(3050), + [anon_sym_continue_AT] = ACTIONS(3050), + [anon_sym_break_AT] = ACTIONS(3050), + [sym_real_literal] = ACTIONS(3050), + [sym_integer_literal] = ACTIONS(3048), + [sym_hex_literal] = ACTIONS(3050), + [sym_bin_literal] = ACTIONS(3050), + [anon_sym_true] = ACTIONS(3048), + [anon_sym_false] = ACTIONS(3048), + [anon_sym_SQUOTE] = ACTIONS(3050), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3055), - [sym_safe_nav] = ACTIONS(4547), + [sym__automatic_semicolon] = ACTIONS(3050), + [sym_safe_nav] = ACTIONS(4567), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3055), + [sym__string_start] = ACTIONS(3050), }, [1209] = { - [sym_primary_constructor] = STATE(4451), - [sym_class_body] = STATE(4640), - [sym__class_parameters] = STATE(4539), - [sym_type_parameters] = STATE(1257), - [sym_type_constraints] = STATE(4514), - [sym_modifiers] = STATE(9107), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3102), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(5139), - [anon_sym_LBRACK] = ACTIONS(3108), - [anon_sym_RBRACK] = ACTIONS(3108), - [anon_sym_as] = ACTIONS(3102), - [anon_sym_EQ] = ACTIONS(3102), - [anon_sym_constructor] = ACTIONS(5125), - [anon_sym_LBRACE] = ACTIONS(5127), - [anon_sym_RBRACE] = ACTIONS(3108), - [anon_sym_LPAREN] = ACTIONS(5129), - [anon_sym_COMMA] = ACTIONS(3108), - [anon_sym_RPAREN] = ACTIONS(3108), - [anon_sym_LT] = ACTIONS(5131), - [anon_sym_GT] = ACTIONS(3102), - [anon_sym_where] = ACTIONS(5133), - [anon_sym_DOT] = ACTIONS(3102), - [anon_sym_SEMI] = ACTIONS(3108), - [anon_sym_get] = ACTIONS(3102), - [anon_sym_set] = ACTIONS(3102), - [anon_sym_STAR] = ACTIONS(3102), - [anon_sym_DASH_GT] = ACTIONS(3108), - [sym_label] = ACTIONS(3108), - [anon_sym_in] = ACTIONS(3102), - [anon_sym_while] = ACTIONS(3102), - [anon_sym_DOT_DOT] = ACTIONS(3108), - [anon_sym_QMARK_COLON] = ACTIONS(3108), - [anon_sym_AMP_AMP] = ACTIONS(3108), - [anon_sym_PIPE_PIPE] = ACTIONS(3108), - [anon_sym_else] = ACTIONS(3102), - [anon_sym_COLON_COLON] = ACTIONS(3108), - [anon_sym_PLUS_EQ] = ACTIONS(3108), - [anon_sym_DASH_EQ] = ACTIONS(3108), - [anon_sym_STAR_EQ] = ACTIONS(3108), - [anon_sym_SLASH_EQ] = ACTIONS(3108), - [anon_sym_PERCENT_EQ] = ACTIONS(3108), - [anon_sym_BANG_EQ] = ACTIONS(3102), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3108), - [anon_sym_EQ_EQ] = ACTIONS(3102), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3108), - [anon_sym_LT_EQ] = ACTIONS(3108), - [anon_sym_GT_EQ] = ACTIONS(3108), - [anon_sym_BANGin] = ACTIONS(3108), - [anon_sym_is] = ACTIONS(3102), - [anon_sym_BANGis] = ACTIONS(3108), - [anon_sym_PLUS] = ACTIONS(3102), - [anon_sym_DASH] = ACTIONS(3102), - [anon_sym_SLASH] = ACTIONS(3102), - [anon_sym_PERCENT] = ACTIONS(3102), - [anon_sym_as_QMARK] = ACTIONS(3108), - [anon_sym_PLUS_PLUS] = ACTIONS(3108), - [anon_sym_DASH_DASH] = ACTIONS(3108), - [anon_sym_BANG_BANG] = ACTIONS(3108), - [anon_sym_suspend] = ACTIONS(3120), - [anon_sym_sealed] = ACTIONS(3122), - [anon_sym_annotation] = ACTIONS(3122), - [anon_sym_data] = ACTIONS(3122), - [anon_sym_inner] = ACTIONS(3122), - [anon_sym_override] = ACTIONS(3124), - [anon_sym_lateinit] = ACTIONS(3124), - [anon_sym_public] = ACTIONS(3126), - [anon_sym_private] = ACTIONS(3126), - [anon_sym_internal] = ACTIONS(3126), - [anon_sym_protected] = ACTIONS(3126), - [anon_sym_tailrec] = ACTIONS(3120), - [anon_sym_operator] = ACTIONS(3120), - [anon_sym_infix] = ACTIONS(3120), - [anon_sym_inline] = ACTIONS(3120), - [anon_sym_external] = ACTIONS(3120), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(3130), - [anon_sym_final] = ACTIONS(3130), - [anon_sym_open] = ACTIONS(3130), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3134), - [anon_sym_actual] = ACTIONS(3134), + [sym_indexing_suffix] = STATE(3424), + [sym_navigation_suffix] = STATE(3423), + [sym_call_suffix] = STATE(3420), + [sym_annotated_lambda] = STATE(3419), + [sym_type_arguments] = STATE(7492), + [sym_value_arguments] = STATE(2731), + [sym_lambda_literal] = STATE(3415), + [sym__equality_operator] = STATE(2235), + [sym__comparison_operator] = STATE(2148), + [sym__in_operator] = STATE(2233), + [sym__is_operator] = STATE(6160), + [sym__additive_operator] = STATE(2232), + [sym__multiplicative_operator] = STATE(2231), + [sym__as_operator] = STATE(6161), + [sym__postfix_unary_operator] = STATE(3414), + [sym__member_access_operator] = STATE(7370), + [sym_annotation] = STATE(7887), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2229), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7887), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(4543), + [anon_sym_as] = ACTIONS(4545), + [anon_sym_EQ] = ACTIONS(3044), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_RBRACE] = ACTIONS(3046), + [anon_sym_LPAREN] = ACTIONS(4547), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(5123), + [anon_sym_object] = ACTIONS(3044), + [anon_sym_fun] = ACTIONS(3044), + [anon_sym_DOT] = ACTIONS(4551), + [anon_sym_SEMI] = ACTIONS(3046), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_this] = ACTIONS(3044), + [anon_sym_super] = ACTIONS(3044), + [anon_sym_STAR] = ACTIONS(5125), + [sym_label] = ACTIONS(4555), + [anon_sym_in] = ACTIONS(5127), + [anon_sym_DOT_DOT] = ACTIONS(5129), + [anon_sym_QMARK_COLON] = ACTIONS(5131), + [anon_sym_AMP_AMP] = ACTIONS(5133), + [anon_sym_PIPE_PIPE] = ACTIONS(3046), + [anon_sym_null] = ACTIONS(3044), + [anon_sym_if] = ACTIONS(3044), + [anon_sym_else] = ACTIONS(3044), + [anon_sym_when] = ACTIONS(3044), + [anon_sym_try] = ACTIONS(3044), + [anon_sym_throw] = ACTIONS(3044), + [anon_sym_return] = ACTIONS(3044), + [anon_sym_continue] = ACTIONS(3044), + [anon_sym_break] = ACTIONS(3044), + [anon_sym_COLON_COLON] = ACTIONS(4567), + [anon_sym_PLUS_EQ] = ACTIONS(3046), + [anon_sym_DASH_EQ] = ACTIONS(3046), + [anon_sym_STAR_EQ] = ACTIONS(3046), + [anon_sym_SLASH_EQ] = ACTIONS(3046), + [anon_sym_PERCENT_EQ] = ACTIONS(3046), + [anon_sym_BANG_EQ] = ACTIONS(5137), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5139), + [anon_sym_EQ_EQ] = ACTIONS(5137), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5139), + [anon_sym_LT_EQ] = ACTIONS(5141), + [anon_sym_GT_EQ] = ACTIONS(5141), + [anon_sym_BANGin] = ACTIONS(5143), + [anon_sym_is] = ACTIONS(4577), + [anon_sym_BANGis] = ACTIONS(4579), + [anon_sym_PLUS] = ACTIONS(5145), + [anon_sym_DASH] = ACTIONS(5145), + [anon_sym_SLASH] = ACTIONS(5125), + [anon_sym_PERCENT] = ACTIONS(5125), + [anon_sym_as_QMARK] = ACTIONS(4583), + [anon_sym_PLUS_PLUS] = ACTIONS(4585), + [anon_sym_DASH_DASH] = ACTIONS(4585), + [anon_sym_BANG] = ACTIONS(3044), + [anon_sym_BANG_BANG] = ACTIONS(4585), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3108), - [sym_safe_nav] = ACTIONS(3108), + [anon_sym_return_AT] = ACTIONS(3046), + [anon_sym_continue_AT] = ACTIONS(3046), + [anon_sym_break_AT] = ACTIONS(3046), + [sym_real_literal] = ACTIONS(3046), + [sym_integer_literal] = ACTIONS(3044), + [sym_hex_literal] = ACTIONS(3046), + [sym_bin_literal] = ACTIONS(3046), + [anon_sym_true] = ACTIONS(3044), + [anon_sym_false] = ACTIONS(3044), + [anon_sym_SQUOTE] = ACTIONS(3046), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(3046), + [sym_safe_nav] = ACTIONS(4567), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3046), }, [1210] = { - [sym_indexing_suffix] = STATE(3339), - [sym_navigation_suffix] = STATE(3435), - [sym_call_suffix] = STATE(3432), - [sym_annotated_lambda] = STATE(3429), - [sym_type_arguments] = STATE(7512), - [sym_value_arguments] = STATE(2735), - [sym_lambda_literal] = STATE(3427), - [sym__equality_operator] = STATE(2194), - [sym__comparison_operator] = STATE(2197), - [sym__in_operator] = STATE(2198), - [sym__is_operator] = STATE(6217), - [sym__additive_operator] = STATE(2199), - [sym__multiplicative_operator] = STATE(2200), - [sym__as_operator] = STATE(6214), - [sym__postfix_unary_operator] = STATE(3426), - [sym__member_access_operator] = STATE(7360), - [sym_annotation] = STATE(7846), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2201), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7846), + [sym_indexing_suffix] = STATE(3424), + [sym_navigation_suffix] = STATE(3423), + [sym_call_suffix] = STATE(3420), + [sym_annotated_lambda] = STATE(3419), + [sym_type_arguments] = STATE(7492), + [sym_value_arguments] = STATE(2731), + [sym_lambda_literal] = STATE(3415), + [sym__equality_operator] = STATE(2235), + [sym__comparison_operator] = STATE(2148), + [sym__in_operator] = STATE(2233), + [sym__is_operator] = STATE(6160), + [sym__additive_operator] = STATE(2232), + [sym__multiplicative_operator] = STATE(2231), + [sym__as_operator] = STATE(6161), + [sym__postfix_unary_operator] = STATE(3414), + [sym__member_access_operator] = STATE(7370), + [sym_annotation] = STATE(7887), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2229), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7887), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(4523), - [anon_sym_as] = ACTIONS(4525), - [anon_sym_EQ] = ACTIONS(3061), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_RBRACE] = ACTIONS(3063), - [anon_sym_LPAREN] = ACTIONS(4527), + [anon_sym_LBRACK] = ACTIONS(4543), + [anon_sym_as] = ACTIONS(4545), + [anon_sym_EQ] = ACTIONS(3040), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_RBRACE] = ACTIONS(3042), + [anon_sym_LPAREN] = ACTIONS(4547), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(5105), - [anon_sym_object] = ACTIONS(3061), - [anon_sym_fun] = ACTIONS(3061), - [anon_sym_DOT] = ACTIONS(4531), - [anon_sym_SEMI] = ACTIONS(3063), + [anon_sym_GT] = ACTIONS(5123), + [anon_sym_object] = ACTIONS(3040), + [anon_sym_fun] = ACTIONS(3040), + [anon_sym_DOT] = ACTIONS(4551), + [anon_sym_SEMI] = ACTIONS(3042), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(3061), - [anon_sym_super] = ACTIONS(3061), - [anon_sym_STAR] = ACTIONS(5095), - [sym_label] = ACTIONS(4535), - [anon_sym_in] = ACTIONS(5107), - [anon_sym_DOT_DOT] = ACTIONS(5097), - [anon_sym_QMARK_COLON] = ACTIONS(5109), - [anon_sym_AMP_AMP] = ACTIONS(5111), - [anon_sym_PIPE_PIPE] = ACTIONS(5113), - [anon_sym_null] = ACTIONS(3061), - [anon_sym_if] = ACTIONS(3061), - [anon_sym_else] = ACTIONS(3061), - [anon_sym_when] = ACTIONS(3061), - [anon_sym_try] = ACTIONS(3061), - [anon_sym_throw] = ACTIONS(3061), - [anon_sym_return] = ACTIONS(3061), - [anon_sym_continue] = ACTIONS(3061), - [anon_sym_break] = ACTIONS(3061), - [anon_sym_COLON_COLON] = ACTIONS(4547), - [anon_sym_PLUS_EQ] = ACTIONS(3063), - [anon_sym_DASH_EQ] = ACTIONS(3063), - [anon_sym_STAR_EQ] = ACTIONS(3063), - [anon_sym_SLASH_EQ] = ACTIONS(3063), - [anon_sym_PERCENT_EQ] = ACTIONS(3063), - [anon_sym_BANG_EQ] = ACTIONS(5115), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5117), - [anon_sym_EQ_EQ] = ACTIONS(5115), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5117), - [anon_sym_LT_EQ] = ACTIONS(5119), - [anon_sym_GT_EQ] = ACTIONS(5119), - [anon_sym_BANGin] = ACTIONS(5121), - [anon_sym_is] = ACTIONS(4557), - [anon_sym_BANGis] = ACTIONS(4559), - [anon_sym_PLUS] = ACTIONS(5099), - [anon_sym_DASH] = ACTIONS(5099), - [anon_sym_SLASH] = ACTIONS(5095), - [anon_sym_PERCENT] = ACTIONS(5095), - [anon_sym_as_QMARK] = ACTIONS(4563), - [anon_sym_PLUS_PLUS] = ACTIONS(4565), - [anon_sym_DASH_DASH] = ACTIONS(4565), - [anon_sym_BANG] = ACTIONS(3061), - [anon_sym_BANG_BANG] = ACTIONS(4565), + [anon_sym_this] = ACTIONS(3040), + [anon_sym_super] = ACTIONS(3040), + [anon_sym_STAR] = ACTIONS(5125), + [sym_label] = ACTIONS(4555), + [anon_sym_in] = ACTIONS(5127), + [anon_sym_DOT_DOT] = ACTIONS(5129), + [anon_sym_QMARK_COLON] = ACTIONS(5131), + [anon_sym_AMP_AMP] = ACTIONS(3042), + [anon_sym_PIPE_PIPE] = ACTIONS(3042), + [anon_sym_null] = ACTIONS(3040), + [anon_sym_if] = ACTIONS(3040), + [anon_sym_else] = ACTIONS(3040), + [anon_sym_when] = ACTIONS(3040), + [anon_sym_try] = ACTIONS(3040), + [anon_sym_throw] = ACTIONS(3040), + [anon_sym_return] = ACTIONS(3040), + [anon_sym_continue] = ACTIONS(3040), + [anon_sym_break] = ACTIONS(3040), + [anon_sym_COLON_COLON] = ACTIONS(4567), + [anon_sym_PLUS_EQ] = ACTIONS(3042), + [anon_sym_DASH_EQ] = ACTIONS(3042), + [anon_sym_STAR_EQ] = ACTIONS(3042), + [anon_sym_SLASH_EQ] = ACTIONS(3042), + [anon_sym_PERCENT_EQ] = ACTIONS(3042), + [anon_sym_BANG_EQ] = ACTIONS(3040), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3042), + [anon_sym_EQ_EQ] = ACTIONS(3040), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3042), + [anon_sym_LT_EQ] = ACTIONS(5141), + [anon_sym_GT_EQ] = ACTIONS(5141), + [anon_sym_BANGin] = ACTIONS(5143), + [anon_sym_is] = ACTIONS(4577), + [anon_sym_BANGis] = ACTIONS(4579), + [anon_sym_PLUS] = ACTIONS(5145), + [anon_sym_DASH] = ACTIONS(5145), + [anon_sym_SLASH] = ACTIONS(5125), + [anon_sym_PERCENT] = ACTIONS(5125), + [anon_sym_as_QMARK] = ACTIONS(4583), + [anon_sym_PLUS_PLUS] = ACTIONS(4585), + [anon_sym_DASH_DASH] = ACTIONS(4585), + [anon_sym_BANG] = ACTIONS(3040), + [anon_sym_BANG_BANG] = ACTIONS(4585), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3063), - [anon_sym_continue_AT] = ACTIONS(3063), - [anon_sym_break_AT] = ACTIONS(3063), - [sym_real_literal] = ACTIONS(3063), - [sym_integer_literal] = ACTIONS(3061), - [sym_hex_literal] = ACTIONS(3063), - [sym_bin_literal] = ACTIONS(3063), - [anon_sym_true] = ACTIONS(3061), - [anon_sym_false] = ACTIONS(3061), - [anon_sym_SQUOTE] = ACTIONS(3063), + [anon_sym_return_AT] = ACTIONS(3042), + [anon_sym_continue_AT] = ACTIONS(3042), + [anon_sym_break_AT] = ACTIONS(3042), + [sym_real_literal] = ACTIONS(3042), + [sym_integer_literal] = ACTIONS(3040), + [sym_hex_literal] = ACTIONS(3042), + [sym_bin_literal] = ACTIONS(3042), + [anon_sym_true] = ACTIONS(3040), + [anon_sym_false] = ACTIONS(3040), + [anon_sym_SQUOTE] = ACTIONS(3042), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3063), - [sym_safe_nav] = ACTIONS(4547), + [sym__automatic_semicolon] = ACTIONS(3042), + [sym_safe_nav] = ACTIONS(4567), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3063), + [sym__string_start] = ACTIONS(3042), }, [1211] = { - [sym_indexing_suffix] = STATE(3339), - [sym_navigation_suffix] = STATE(3435), - [sym_call_suffix] = STATE(3432), - [sym_annotated_lambda] = STATE(3429), - [sym_type_arguments] = STATE(7512), - [sym_value_arguments] = STATE(2735), - [sym_lambda_literal] = STATE(3427), - [sym__equality_operator] = STATE(2194), - [sym__comparison_operator] = STATE(2197), - [sym__in_operator] = STATE(2198), - [sym__is_operator] = STATE(6217), - [sym__additive_operator] = STATE(2199), - [sym__multiplicative_operator] = STATE(2200), - [sym__as_operator] = STATE(6214), - [sym__postfix_unary_operator] = STATE(3426), - [sym__member_access_operator] = STATE(7360), - [sym_annotation] = STATE(7846), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2201), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7846), + [sym_indexing_suffix] = STATE(3424), + [sym_navigation_suffix] = STATE(3423), + [sym_call_suffix] = STATE(3420), + [sym_annotated_lambda] = STATE(3419), + [sym_type_arguments] = STATE(7492), + [sym_value_arguments] = STATE(2731), + [sym_lambda_literal] = STATE(3415), + [sym__equality_operator] = STATE(2235), + [sym__comparison_operator] = STATE(2148), + [sym__in_operator] = STATE(2233), + [sym__is_operator] = STATE(6160), + [sym__additive_operator] = STATE(2232), + [sym__multiplicative_operator] = STATE(2231), + [sym__as_operator] = STATE(6161), + [sym__postfix_unary_operator] = STATE(3414), + [sym__member_access_operator] = STATE(7370), + [sym_annotation] = STATE(7887), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2229), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7887), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(4523), - [anon_sym_as] = ACTIONS(4525), - [anon_sym_EQ] = ACTIONS(3049), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_RBRACE] = ACTIONS(3051), - [anon_sym_LPAREN] = ACTIONS(4527), + [anon_sym_LBRACK] = ACTIONS(4543), + [anon_sym_as] = ACTIONS(4545), + [anon_sym_EQ] = ACTIONS(3036), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_RBRACE] = ACTIONS(3038), + [anon_sym_LPAREN] = ACTIONS(4547), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(5105), - [anon_sym_object] = ACTIONS(3049), - [anon_sym_fun] = ACTIONS(3049), - [anon_sym_DOT] = ACTIONS(4531), - [anon_sym_SEMI] = ACTIONS(3051), + [anon_sym_GT] = ACTIONS(3036), + [anon_sym_object] = ACTIONS(3036), + [anon_sym_fun] = ACTIONS(3036), + [anon_sym_DOT] = ACTIONS(4551), + [anon_sym_SEMI] = ACTIONS(3038), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(3049), - [anon_sym_super] = ACTIONS(3049), - [anon_sym_STAR] = ACTIONS(5095), - [sym_label] = ACTIONS(4535), - [anon_sym_in] = ACTIONS(5107), - [anon_sym_DOT_DOT] = ACTIONS(5097), - [anon_sym_QMARK_COLON] = ACTIONS(5109), - [anon_sym_AMP_AMP] = ACTIONS(5111), - [anon_sym_PIPE_PIPE] = ACTIONS(5113), - [anon_sym_null] = ACTIONS(3049), - [anon_sym_if] = ACTIONS(3049), - [anon_sym_else] = ACTIONS(3049), - [anon_sym_when] = ACTIONS(3049), - [anon_sym_try] = ACTIONS(3049), - [anon_sym_throw] = ACTIONS(3049), - [anon_sym_return] = ACTIONS(3049), - [anon_sym_continue] = ACTIONS(3049), - [anon_sym_break] = ACTIONS(3049), - [anon_sym_COLON_COLON] = ACTIONS(4547), - [anon_sym_PLUS_EQ] = ACTIONS(3051), - [anon_sym_DASH_EQ] = ACTIONS(3051), - [anon_sym_STAR_EQ] = ACTIONS(3051), - [anon_sym_SLASH_EQ] = ACTIONS(3051), - [anon_sym_PERCENT_EQ] = ACTIONS(3051), - [anon_sym_BANG_EQ] = ACTIONS(5115), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5117), - [anon_sym_EQ_EQ] = ACTIONS(5115), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5117), - [anon_sym_LT_EQ] = ACTIONS(5119), - [anon_sym_GT_EQ] = ACTIONS(5119), - [anon_sym_BANGin] = ACTIONS(5121), - [anon_sym_is] = ACTIONS(4557), - [anon_sym_BANGis] = ACTIONS(4559), - [anon_sym_PLUS] = ACTIONS(5099), - [anon_sym_DASH] = ACTIONS(5099), - [anon_sym_SLASH] = ACTIONS(5095), - [anon_sym_PERCENT] = ACTIONS(5095), - [anon_sym_as_QMARK] = ACTIONS(4563), - [anon_sym_PLUS_PLUS] = ACTIONS(4565), - [anon_sym_DASH_DASH] = ACTIONS(4565), - [anon_sym_BANG] = ACTIONS(3049), - [anon_sym_BANG_BANG] = ACTIONS(4565), + [anon_sym_this] = ACTIONS(3036), + [anon_sym_super] = ACTIONS(3036), + [anon_sym_STAR] = ACTIONS(5125), + [sym_label] = ACTIONS(4555), + [anon_sym_in] = ACTIONS(5127), + [anon_sym_DOT_DOT] = ACTIONS(5129), + [anon_sym_QMARK_COLON] = ACTIONS(5131), + [anon_sym_AMP_AMP] = ACTIONS(3038), + [anon_sym_PIPE_PIPE] = ACTIONS(3038), + [anon_sym_null] = ACTIONS(3036), + [anon_sym_if] = ACTIONS(3036), + [anon_sym_else] = ACTIONS(3036), + [anon_sym_when] = ACTIONS(3036), + [anon_sym_try] = ACTIONS(3036), + [anon_sym_throw] = ACTIONS(3036), + [anon_sym_return] = ACTIONS(3036), + [anon_sym_continue] = ACTIONS(3036), + [anon_sym_break] = ACTIONS(3036), + [anon_sym_COLON_COLON] = ACTIONS(4567), + [anon_sym_PLUS_EQ] = ACTIONS(3038), + [anon_sym_DASH_EQ] = ACTIONS(3038), + [anon_sym_STAR_EQ] = ACTIONS(3038), + [anon_sym_SLASH_EQ] = ACTIONS(3038), + [anon_sym_PERCENT_EQ] = ACTIONS(3038), + [anon_sym_BANG_EQ] = ACTIONS(3036), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3038), + [anon_sym_EQ_EQ] = ACTIONS(3036), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3038), + [anon_sym_LT_EQ] = ACTIONS(3038), + [anon_sym_GT_EQ] = ACTIONS(3038), + [anon_sym_BANGin] = ACTIONS(5143), + [anon_sym_is] = ACTIONS(4577), + [anon_sym_BANGis] = ACTIONS(4579), + [anon_sym_PLUS] = ACTIONS(5145), + [anon_sym_DASH] = ACTIONS(5145), + [anon_sym_SLASH] = ACTIONS(5125), + [anon_sym_PERCENT] = ACTIONS(5125), + [anon_sym_as_QMARK] = ACTIONS(4583), + [anon_sym_PLUS_PLUS] = ACTIONS(4585), + [anon_sym_DASH_DASH] = ACTIONS(4585), + [anon_sym_BANG] = ACTIONS(3036), + [anon_sym_BANG_BANG] = ACTIONS(4585), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3051), - [anon_sym_continue_AT] = ACTIONS(3051), - [anon_sym_break_AT] = ACTIONS(3051), - [sym_real_literal] = ACTIONS(3051), - [sym_integer_literal] = ACTIONS(3049), - [sym_hex_literal] = ACTIONS(3051), - [sym_bin_literal] = ACTIONS(3051), - [anon_sym_true] = ACTIONS(3049), - [anon_sym_false] = ACTIONS(3049), - [anon_sym_SQUOTE] = ACTIONS(3051), + [anon_sym_return_AT] = ACTIONS(3038), + [anon_sym_continue_AT] = ACTIONS(3038), + [anon_sym_break_AT] = ACTIONS(3038), + [sym_real_literal] = ACTIONS(3038), + [sym_integer_literal] = ACTIONS(3036), + [sym_hex_literal] = ACTIONS(3038), + [sym_bin_literal] = ACTIONS(3038), + [anon_sym_true] = ACTIONS(3036), + [anon_sym_false] = ACTIONS(3036), + [anon_sym_SQUOTE] = ACTIONS(3038), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3051), - [sym_safe_nav] = ACTIONS(4547), + [sym__automatic_semicolon] = ACTIONS(3038), + [sym_safe_nav] = ACTIONS(4567), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3051), + [sym__string_start] = ACTIONS(3038), }, [1212] = { - [sym_indexing_suffix] = STATE(3339), - [sym_navigation_suffix] = STATE(3435), - [sym_call_suffix] = STATE(3432), - [sym_annotated_lambda] = STATE(3429), - [sym_type_arguments] = STATE(7512), - [sym_value_arguments] = STATE(2735), - [sym_lambda_literal] = STATE(3427), - [sym__equality_operator] = STATE(2194), - [sym__comparison_operator] = STATE(2197), - [sym__in_operator] = STATE(2198), - [sym__is_operator] = STATE(6217), - [sym__additive_operator] = STATE(2199), - [sym__multiplicative_operator] = STATE(2200), - [sym__as_operator] = STATE(6214), - [sym__postfix_unary_operator] = STATE(3426), - [sym__member_access_operator] = STATE(7360), - [sym_annotation] = STATE(7846), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2201), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7846), + [sym_indexing_suffix] = STATE(3424), + [sym_navigation_suffix] = STATE(3423), + [sym_call_suffix] = STATE(3420), + [sym_annotated_lambda] = STATE(3419), + [sym_type_arguments] = STATE(7492), + [sym_value_arguments] = STATE(2731), + [sym_lambda_literal] = STATE(3415), + [sym__equality_operator] = STATE(2235), + [sym__comparison_operator] = STATE(2148), + [sym__in_operator] = STATE(2233), + [sym__is_operator] = STATE(6160), + [sym__additive_operator] = STATE(2232), + [sym__multiplicative_operator] = STATE(2231), + [sym__as_operator] = STATE(6161), + [sym__postfix_unary_operator] = STATE(3414), + [sym__member_access_operator] = STATE(7370), + [sym_annotation] = STATE(7887), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2229), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7887), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(4523), - [anon_sym_as] = ACTIONS(4525), - [anon_sym_EQ] = ACTIONS(3072), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_RBRACE] = ACTIONS(3074), - [anon_sym_LPAREN] = ACTIONS(4527), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(5105), - [anon_sym_object] = ACTIONS(3072), - [anon_sym_fun] = ACTIONS(3072), - [anon_sym_DOT] = ACTIONS(4531), - [anon_sym_SEMI] = ACTIONS(3074), + [anon_sym_LBRACK] = ACTIONS(4543), + [anon_sym_as] = ACTIONS(4545), + [anon_sym_EQ] = ACTIONS(3029), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_RBRACE] = ACTIONS(3031), + [anon_sym_LPAREN] = ACTIONS(4547), + [anon_sym_LT] = ACTIONS(3033), + [anon_sym_GT] = ACTIONS(3029), + [anon_sym_object] = ACTIONS(3029), + [anon_sym_fun] = ACTIONS(3029), + [anon_sym_DOT] = ACTIONS(4551), + [anon_sym_SEMI] = ACTIONS(3031), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(3072), - [anon_sym_super] = ACTIONS(3072), - [anon_sym_STAR] = ACTIONS(5095), - [sym_label] = ACTIONS(4535), - [anon_sym_in] = ACTIONS(5107), - [anon_sym_DOT_DOT] = ACTIONS(5097), - [anon_sym_QMARK_COLON] = ACTIONS(5109), - [anon_sym_AMP_AMP] = ACTIONS(5111), - [anon_sym_PIPE_PIPE] = ACTIONS(5113), - [anon_sym_null] = ACTIONS(3072), - [anon_sym_if] = ACTIONS(3072), - [anon_sym_else] = ACTIONS(3072), - [anon_sym_when] = ACTIONS(3072), - [anon_sym_try] = ACTIONS(3072), - [anon_sym_throw] = ACTIONS(3072), - [anon_sym_return] = ACTIONS(3072), - [anon_sym_continue] = ACTIONS(3072), - [anon_sym_break] = ACTIONS(3072), - [anon_sym_COLON_COLON] = ACTIONS(4547), - [anon_sym_PLUS_EQ] = ACTIONS(3074), - [anon_sym_DASH_EQ] = ACTIONS(3074), - [anon_sym_STAR_EQ] = ACTIONS(3074), - [anon_sym_SLASH_EQ] = ACTIONS(3074), - [anon_sym_PERCENT_EQ] = ACTIONS(3074), - [anon_sym_BANG_EQ] = ACTIONS(5115), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5117), - [anon_sym_EQ_EQ] = ACTIONS(5115), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5117), - [anon_sym_LT_EQ] = ACTIONS(5119), - [anon_sym_GT_EQ] = ACTIONS(5119), - [anon_sym_BANGin] = ACTIONS(5121), - [anon_sym_is] = ACTIONS(4557), - [anon_sym_BANGis] = ACTIONS(4559), - [anon_sym_PLUS] = ACTIONS(5099), - [anon_sym_DASH] = ACTIONS(5099), - [anon_sym_SLASH] = ACTIONS(5095), - [anon_sym_PERCENT] = ACTIONS(5095), - [anon_sym_as_QMARK] = ACTIONS(4563), - [anon_sym_PLUS_PLUS] = ACTIONS(4565), - [anon_sym_DASH_DASH] = ACTIONS(4565), - [anon_sym_BANG] = ACTIONS(3072), - [anon_sym_BANG_BANG] = ACTIONS(4565), + [anon_sym_this] = ACTIONS(3029), + [anon_sym_super] = ACTIONS(3029), + [anon_sym_STAR] = ACTIONS(5125), + [sym_label] = ACTIONS(4555), + [anon_sym_in] = ACTIONS(3029), + [anon_sym_DOT_DOT] = ACTIONS(5129), + [anon_sym_QMARK_COLON] = ACTIONS(5131), + [anon_sym_AMP_AMP] = ACTIONS(3031), + [anon_sym_PIPE_PIPE] = ACTIONS(3031), + [anon_sym_null] = ACTIONS(3029), + [anon_sym_if] = ACTIONS(3029), + [anon_sym_else] = ACTIONS(3029), + [anon_sym_when] = ACTIONS(3029), + [anon_sym_try] = ACTIONS(3029), + [anon_sym_throw] = ACTIONS(3029), + [anon_sym_return] = ACTIONS(3029), + [anon_sym_continue] = ACTIONS(3029), + [anon_sym_break] = ACTIONS(3029), + [anon_sym_COLON_COLON] = ACTIONS(4567), + [anon_sym_PLUS_EQ] = ACTIONS(3031), + [anon_sym_DASH_EQ] = ACTIONS(3031), + [anon_sym_STAR_EQ] = ACTIONS(3031), + [anon_sym_SLASH_EQ] = ACTIONS(3031), + [anon_sym_PERCENT_EQ] = ACTIONS(3031), + [anon_sym_BANG_EQ] = ACTIONS(3029), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3031), + [anon_sym_EQ_EQ] = ACTIONS(3029), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3031), + [anon_sym_LT_EQ] = ACTIONS(3031), + [anon_sym_GT_EQ] = ACTIONS(3031), + [anon_sym_BANGin] = ACTIONS(3031), + [anon_sym_is] = ACTIONS(3029), + [anon_sym_BANGis] = ACTIONS(3031), + [anon_sym_PLUS] = ACTIONS(5145), + [anon_sym_DASH] = ACTIONS(5145), + [anon_sym_SLASH] = ACTIONS(5125), + [anon_sym_PERCENT] = ACTIONS(5125), + [anon_sym_as_QMARK] = ACTIONS(4583), + [anon_sym_PLUS_PLUS] = ACTIONS(4585), + [anon_sym_DASH_DASH] = ACTIONS(4585), + [anon_sym_BANG] = ACTIONS(3029), + [anon_sym_BANG_BANG] = ACTIONS(4585), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3074), - [anon_sym_continue_AT] = ACTIONS(3074), - [anon_sym_break_AT] = ACTIONS(3074), - [sym_real_literal] = ACTIONS(3074), - [sym_integer_literal] = ACTIONS(3072), - [sym_hex_literal] = ACTIONS(3074), - [sym_bin_literal] = ACTIONS(3074), - [anon_sym_true] = ACTIONS(3072), - [anon_sym_false] = ACTIONS(3072), - [anon_sym_SQUOTE] = ACTIONS(3074), + [anon_sym_return_AT] = ACTIONS(3031), + [anon_sym_continue_AT] = ACTIONS(3031), + [anon_sym_break_AT] = ACTIONS(3031), + [sym_real_literal] = ACTIONS(3031), + [sym_integer_literal] = ACTIONS(3029), + [sym_hex_literal] = ACTIONS(3031), + [sym_bin_literal] = ACTIONS(3031), + [anon_sym_true] = ACTIONS(3029), + [anon_sym_false] = ACTIONS(3029), + [anon_sym_SQUOTE] = ACTIONS(3031), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3074), - [sym_safe_nav] = ACTIONS(4547), + [sym__automatic_semicolon] = ACTIONS(3031), + [sym_safe_nav] = ACTIONS(4567), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3074), + [sym__string_start] = ACTIONS(3031), }, [1213] = { - [sym_primary_constructor] = STATE(4462), - [sym__class_parameters] = STATE(4539), - [sym_type_parameters] = STATE(1260), - [sym_type_constraints] = STATE(4538), - [sym_enum_class_body] = STATE(4729), - [sym_modifiers] = STATE(9107), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), + [sym_indexing_suffix] = STATE(3424), + [sym_navigation_suffix] = STATE(3423), + [sym_call_suffix] = STATE(3420), + [sym_annotated_lambda] = STATE(3419), + [sym_type_arguments] = STATE(7492), + [sym_value_arguments] = STATE(2731), + [sym_lambda_literal] = STATE(3415), + [sym__equality_operator] = STATE(2235), + [sym__comparison_operator] = STATE(2148), + [sym__in_operator] = STATE(2233), + [sym__is_operator] = STATE(6160), + [sym__additive_operator] = STATE(2232), + [sym__multiplicative_operator] = STATE(2231), + [sym__as_operator] = STATE(6161), + [sym__postfix_unary_operator] = STATE(3414), + [sym__member_access_operator] = STATE(7370), + [sym_annotation] = STATE(7887), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2229), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7887), + [sym__alpha_identifier] = ACTIONS(3022), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(4543), + [anon_sym_as] = ACTIONS(4545), + [anon_sym_EQ] = ACTIONS(3022), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_RBRACE] = ACTIONS(3024), + [anon_sym_LPAREN] = ACTIONS(4547), + [anon_sym_LT] = ACTIONS(3026), + [anon_sym_GT] = ACTIONS(3022), + [anon_sym_object] = ACTIONS(3022), + [anon_sym_fun] = ACTIONS(3022), + [anon_sym_DOT] = ACTIONS(4551), + [anon_sym_SEMI] = ACTIONS(3024), + [anon_sym_get] = ACTIONS(3022), + [anon_sym_set] = ACTIONS(3022), + [anon_sym_this] = ACTIONS(3022), + [anon_sym_super] = ACTIONS(3022), + [anon_sym_STAR] = ACTIONS(5125), + [sym_label] = ACTIONS(4555), + [anon_sym_in] = ACTIONS(3022), + [anon_sym_DOT_DOT] = ACTIONS(3024), + [anon_sym_QMARK_COLON] = ACTIONS(3024), + [anon_sym_AMP_AMP] = ACTIONS(3024), + [anon_sym_PIPE_PIPE] = ACTIONS(3024), + [anon_sym_null] = ACTIONS(3022), + [anon_sym_if] = ACTIONS(3022), + [anon_sym_else] = ACTIONS(3022), + [anon_sym_when] = ACTIONS(3022), + [anon_sym_try] = ACTIONS(3022), + [anon_sym_throw] = ACTIONS(3022), + [anon_sym_return] = ACTIONS(3022), + [anon_sym_continue] = ACTIONS(3022), + [anon_sym_break] = ACTIONS(3022), + [anon_sym_COLON_COLON] = ACTIONS(4567), + [anon_sym_PLUS_EQ] = ACTIONS(3024), + [anon_sym_DASH_EQ] = ACTIONS(3024), + [anon_sym_STAR_EQ] = ACTIONS(3024), + [anon_sym_SLASH_EQ] = ACTIONS(3024), + [anon_sym_PERCENT_EQ] = ACTIONS(3024), + [anon_sym_BANG_EQ] = ACTIONS(3022), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3024), + [anon_sym_EQ_EQ] = ACTIONS(3022), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3024), + [anon_sym_LT_EQ] = ACTIONS(3024), + [anon_sym_GT_EQ] = ACTIONS(3024), + [anon_sym_BANGin] = ACTIONS(3024), + [anon_sym_is] = ACTIONS(3022), + [anon_sym_BANGis] = ACTIONS(3024), + [anon_sym_PLUS] = ACTIONS(3022), + [anon_sym_DASH] = ACTIONS(3022), + [anon_sym_SLASH] = ACTIONS(5125), + [anon_sym_PERCENT] = ACTIONS(5125), + [anon_sym_as_QMARK] = ACTIONS(4583), + [anon_sym_PLUS_PLUS] = ACTIONS(4585), + [anon_sym_DASH_DASH] = ACTIONS(4585), + [anon_sym_BANG] = ACTIONS(3022), + [anon_sym_BANG_BANG] = ACTIONS(4585), + [anon_sym_data] = ACTIONS(3022), + [anon_sym_inner] = ACTIONS(3022), + [anon_sym_expect] = ACTIONS(3022), + [anon_sym_actual] = ACTIONS(3022), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3024), + [anon_sym_continue_AT] = ACTIONS(3024), + [anon_sym_break_AT] = ACTIONS(3024), + [sym_real_literal] = ACTIONS(3024), + [sym_integer_literal] = ACTIONS(3022), + [sym_hex_literal] = ACTIONS(3024), + [sym_bin_literal] = ACTIONS(3024), + [anon_sym_true] = ACTIONS(3022), + [anon_sym_false] = ACTIONS(3022), + [anon_sym_SQUOTE] = ACTIONS(3024), + [sym__backtick_identifier] = ACTIONS(3024), + [sym__automatic_semicolon] = ACTIONS(3024), + [sym_safe_nav] = ACTIONS(4567), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3024), + }, + [1214] = { + [sym_indexing_suffix] = STATE(3424), + [sym_navigation_suffix] = STATE(3423), + [sym_call_suffix] = STATE(3420), + [sym_annotated_lambda] = STATE(3419), + [sym_type_arguments] = STATE(7492), + [sym_value_arguments] = STATE(2731), + [sym_lambda_literal] = STATE(3415), + [sym__equality_operator] = STATE(2235), + [sym__comparison_operator] = STATE(2148), + [sym__in_operator] = STATE(2233), + [sym__is_operator] = STATE(6160), + [sym__additive_operator] = STATE(2232), + [sym__multiplicative_operator] = STATE(2231), + [sym__as_operator] = STATE(6161), + [sym__postfix_unary_operator] = STATE(3414), + [sym__member_access_operator] = STATE(7370), + [sym_annotation] = STATE(7887), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2229), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7887), + [sym__alpha_identifier] = ACTIONS(3011), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(4543), + [anon_sym_as] = ACTIONS(4545), + [anon_sym_EQ] = ACTIONS(3011), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_RBRACE] = ACTIONS(3013), + [anon_sym_LPAREN] = ACTIONS(4547), + [anon_sym_LT] = ACTIONS(3015), + [anon_sym_GT] = ACTIONS(3011), + [anon_sym_object] = ACTIONS(3011), + [anon_sym_fun] = ACTIONS(3011), + [anon_sym_DOT] = ACTIONS(4551), + [anon_sym_SEMI] = ACTIONS(3013), + [anon_sym_get] = ACTIONS(3011), + [anon_sym_set] = ACTIONS(3011), + [anon_sym_this] = ACTIONS(3011), + [anon_sym_super] = ACTIONS(3011), + [anon_sym_STAR] = ACTIONS(3011), + [sym_label] = ACTIONS(4555), + [anon_sym_in] = ACTIONS(3011), + [anon_sym_DOT_DOT] = ACTIONS(3013), + [anon_sym_QMARK_COLON] = ACTIONS(3013), + [anon_sym_AMP_AMP] = ACTIONS(3013), + [anon_sym_PIPE_PIPE] = ACTIONS(3013), + [anon_sym_null] = ACTIONS(3011), + [anon_sym_if] = ACTIONS(3011), + [anon_sym_else] = ACTIONS(3011), + [anon_sym_when] = ACTIONS(3011), + [anon_sym_try] = ACTIONS(3011), + [anon_sym_throw] = ACTIONS(3011), + [anon_sym_return] = ACTIONS(3011), + [anon_sym_continue] = ACTIONS(3011), + [anon_sym_break] = ACTIONS(3011), + [anon_sym_COLON_COLON] = ACTIONS(4567), + [anon_sym_PLUS_EQ] = ACTIONS(3013), + [anon_sym_DASH_EQ] = ACTIONS(3013), + [anon_sym_STAR_EQ] = ACTIONS(3013), + [anon_sym_SLASH_EQ] = ACTIONS(3013), + [anon_sym_PERCENT_EQ] = ACTIONS(3013), + [anon_sym_BANG_EQ] = ACTIONS(3011), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3013), + [anon_sym_EQ_EQ] = ACTIONS(3011), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3013), + [anon_sym_LT_EQ] = ACTIONS(3013), + [anon_sym_GT_EQ] = ACTIONS(3013), + [anon_sym_BANGin] = ACTIONS(3013), + [anon_sym_is] = ACTIONS(3011), + [anon_sym_BANGis] = ACTIONS(3013), + [anon_sym_PLUS] = ACTIONS(3011), + [anon_sym_DASH] = ACTIONS(3011), + [anon_sym_SLASH] = ACTIONS(3011), + [anon_sym_PERCENT] = ACTIONS(3011), + [anon_sym_as_QMARK] = ACTIONS(4583), + [anon_sym_PLUS_PLUS] = ACTIONS(4585), + [anon_sym_DASH_DASH] = ACTIONS(4585), + [anon_sym_BANG] = ACTIONS(3011), + [anon_sym_BANG_BANG] = ACTIONS(4585), + [anon_sym_data] = ACTIONS(3011), + [anon_sym_inner] = ACTIONS(3011), + [anon_sym_expect] = ACTIONS(3011), + [anon_sym_actual] = ACTIONS(3011), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3013), + [anon_sym_continue_AT] = ACTIONS(3013), + [anon_sym_break_AT] = ACTIONS(3013), + [sym_real_literal] = ACTIONS(3013), + [sym_integer_literal] = ACTIONS(3011), + [sym_hex_literal] = ACTIONS(3013), + [sym_bin_literal] = ACTIONS(3013), + [anon_sym_true] = ACTIONS(3011), + [anon_sym_false] = ACTIONS(3011), + [anon_sym_SQUOTE] = ACTIONS(3013), + [sym__backtick_identifier] = ACTIONS(3013), + [sym__automatic_semicolon] = ACTIONS(3013), + [sym_safe_nav] = ACTIONS(4567), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3013), + }, + [1215] = { + [sym_indexing_suffix] = STATE(3424), + [sym_navigation_suffix] = STATE(3423), + [sym_call_suffix] = STATE(3420), + [sym_annotated_lambda] = STATE(3419), + [sym_type_arguments] = STATE(7492), + [sym_value_arguments] = STATE(2731), + [sym_lambda_literal] = STATE(3415), + [sym__equality_operator] = STATE(2235), + [sym__comparison_operator] = STATE(2148), + [sym__in_operator] = STATE(2233), + [sym__is_operator] = STATE(6160), + [sym__additive_operator] = STATE(2232), + [sym__multiplicative_operator] = STATE(2231), + [sym__as_operator] = STATE(6161), + [sym__postfix_unary_operator] = STATE(3414), + [sym__member_access_operator] = STATE(7370), + [sym_annotation] = STATE(7887), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2229), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7887), + [sym__alpha_identifier] = ACTIONS(2992), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(4543), + [anon_sym_as] = ACTIONS(4545), + [anon_sym_EQ] = ACTIONS(2992), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_RBRACE] = ACTIONS(2994), + [anon_sym_LPAREN] = ACTIONS(4547), + [anon_sym_LT] = ACTIONS(2996), + [anon_sym_GT] = ACTIONS(2992), + [anon_sym_object] = ACTIONS(2992), + [anon_sym_fun] = ACTIONS(2992), + [anon_sym_DOT] = ACTIONS(4551), + [anon_sym_SEMI] = ACTIONS(2994), + [anon_sym_get] = ACTIONS(2992), + [anon_sym_set] = ACTIONS(2992), + [anon_sym_this] = ACTIONS(2992), + [anon_sym_super] = ACTIONS(2992), + [anon_sym_STAR] = ACTIONS(5125), + [sym_label] = ACTIONS(4555), + [anon_sym_in] = ACTIONS(2992), + [anon_sym_DOT_DOT] = ACTIONS(5129), + [anon_sym_QMARK_COLON] = ACTIONS(2994), + [anon_sym_AMP_AMP] = ACTIONS(2994), + [anon_sym_PIPE_PIPE] = ACTIONS(2994), + [anon_sym_null] = ACTIONS(2992), + [anon_sym_if] = ACTIONS(2992), + [anon_sym_else] = ACTIONS(2992), + [anon_sym_when] = ACTIONS(2992), + [anon_sym_try] = ACTIONS(2992), + [anon_sym_throw] = ACTIONS(2992), + [anon_sym_return] = ACTIONS(2992), + [anon_sym_continue] = ACTIONS(2992), + [anon_sym_break] = ACTIONS(2992), + [anon_sym_COLON_COLON] = ACTIONS(4567), + [anon_sym_PLUS_EQ] = ACTIONS(2994), + [anon_sym_DASH_EQ] = ACTIONS(2994), + [anon_sym_STAR_EQ] = ACTIONS(2994), + [anon_sym_SLASH_EQ] = ACTIONS(2994), + [anon_sym_PERCENT_EQ] = ACTIONS(2994), + [anon_sym_BANG_EQ] = ACTIONS(2992), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2994), + [anon_sym_EQ_EQ] = ACTIONS(2992), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2994), + [anon_sym_LT_EQ] = ACTIONS(2994), + [anon_sym_GT_EQ] = ACTIONS(2994), + [anon_sym_BANGin] = ACTIONS(2994), + [anon_sym_is] = ACTIONS(2992), + [anon_sym_BANGis] = ACTIONS(2994), + [anon_sym_PLUS] = ACTIONS(5145), + [anon_sym_DASH] = ACTIONS(5145), + [anon_sym_SLASH] = ACTIONS(5125), + [anon_sym_PERCENT] = ACTIONS(5125), + [anon_sym_as_QMARK] = ACTIONS(4583), + [anon_sym_PLUS_PLUS] = ACTIONS(4585), + [anon_sym_DASH_DASH] = ACTIONS(4585), + [anon_sym_BANG] = ACTIONS(2992), + [anon_sym_BANG_BANG] = ACTIONS(4585), + [anon_sym_data] = ACTIONS(2992), + [anon_sym_inner] = ACTIONS(2992), + [anon_sym_expect] = ACTIONS(2992), + [anon_sym_actual] = ACTIONS(2992), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(2994), + [anon_sym_continue_AT] = ACTIONS(2994), + [anon_sym_break_AT] = ACTIONS(2994), + [sym_real_literal] = ACTIONS(2994), + [sym_integer_literal] = ACTIONS(2992), + [sym_hex_literal] = ACTIONS(2994), + [sym_bin_literal] = ACTIONS(2994), + [anon_sym_true] = ACTIONS(2992), + [anon_sym_false] = ACTIONS(2992), + [anon_sym_SQUOTE] = ACTIONS(2994), + [sym__backtick_identifier] = ACTIONS(2994), + [sym__automatic_semicolon] = ACTIONS(2994), + [sym_safe_nav] = ACTIONS(4567), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(2994), + }, + [1216] = { + [sym_type_constraints] = STATE(1320), + [sym_function_body] = STATE(1168), + [sym__block] = STATE(1087), + [sym__alpha_identifier] = ACTIONS(4041), + [anon_sym_AT] = ACTIONS(4043), + [anon_sym_COLON] = ACTIONS(5147), + [anon_sym_LBRACK] = ACTIONS(4043), + [anon_sym_as] = ACTIONS(4041), + [anon_sym_EQ] = ACTIONS(5149), + [anon_sym_LBRACE] = ACTIONS(4039), + [anon_sym_RBRACE] = ACTIONS(4043), + [anon_sym_LPAREN] = ACTIONS(4043), + [anon_sym_COMMA] = ACTIONS(4043), + [anon_sym_LT] = ACTIONS(4041), + [anon_sym_GT] = ACTIONS(4041), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(4041), + [anon_sym_fun] = ACTIONS(4041), + [anon_sym_DOT] = ACTIONS(4041), + [anon_sym_SEMI] = ACTIONS(4043), + [anon_sym_get] = ACTIONS(4041), + [anon_sym_set] = ACTIONS(4041), + [anon_sym_this] = ACTIONS(4041), + [anon_sym_super] = ACTIONS(4041), + [anon_sym_STAR] = ACTIONS(4043), + [sym_label] = ACTIONS(4041), + [anon_sym_in] = ACTIONS(4041), + [anon_sym_DOT_DOT] = ACTIONS(4043), + [anon_sym_QMARK_COLON] = ACTIONS(4043), + [anon_sym_AMP_AMP] = ACTIONS(4043), + [anon_sym_PIPE_PIPE] = ACTIONS(4043), + [anon_sym_null] = ACTIONS(4041), + [anon_sym_if] = ACTIONS(4041), + [anon_sym_else] = ACTIONS(4041), + [anon_sym_when] = ACTIONS(4041), + [anon_sym_try] = ACTIONS(4041), + [anon_sym_throw] = ACTIONS(4041), + [anon_sym_return] = ACTIONS(4041), + [anon_sym_continue] = ACTIONS(4041), + [anon_sym_break] = ACTIONS(4041), + [anon_sym_COLON_COLON] = ACTIONS(4043), + [anon_sym_BANG_EQ] = ACTIONS(4041), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4043), + [anon_sym_EQ_EQ] = ACTIONS(4041), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4043), + [anon_sym_LT_EQ] = ACTIONS(4043), + [anon_sym_GT_EQ] = ACTIONS(4043), + [anon_sym_BANGin] = ACTIONS(4043), + [anon_sym_is] = ACTIONS(4041), + [anon_sym_BANGis] = ACTIONS(4043), + [anon_sym_PLUS] = ACTIONS(4041), + [anon_sym_DASH] = ACTIONS(4041), + [anon_sym_SLASH] = ACTIONS(4041), + [anon_sym_PERCENT] = ACTIONS(4043), + [anon_sym_as_QMARK] = ACTIONS(4043), + [anon_sym_PLUS_PLUS] = ACTIONS(4043), + [anon_sym_DASH_DASH] = ACTIONS(4043), + [anon_sym_BANG] = ACTIONS(4041), + [anon_sym_BANG_BANG] = ACTIONS(4043), + [anon_sym_suspend] = ACTIONS(4041), + [anon_sym_sealed] = ACTIONS(4041), + [anon_sym_annotation] = ACTIONS(4041), + [anon_sym_data] = ACTIONS(4041), + [anon_sym_inner] = ACTIONS(4041), + [anon_sym_override] = ACTIONS(4041), + [anon_sym_lateinit] = ACTIONS(4041), + [anon_sym_public] = ACTIONS(4041), + [anon_sym_private] = ACTIONS(4041), + [anon_sym_internal] = ACTIONS(4041), + [anon_sym_protected] = ACTIONS(4041), + [anon_sym_tailrec] = ACTIONS(4041), + [anon_sym_operator] = ACTIONS(4041), + [anon_sym_infix] = ACTIONS(4041), + [anon_sym_inline] = ACTIONS(4041), + [anon_sym_external] = ACTIONS(4041), + [sym_property_modifier] = ACTIONS(4041), + [anon_sym_abstract] = ACTIONS(4041), + [anon_sym_final] = ACTIONS(4041), + [anon_sym_open] = ACTIONS(4041), + [anon_sym_vararg] = ACTIONS(4041), + [anon_sym_noinline] = ACTIONS(4041), + [anon_sym_crossinline] = ACTIONS(4041), + [anon_sym_expect] = ACTIONS(4041), + [anon_sym_actual] = ACTIONS(4041), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4043), + [anon_sym_continue_AT] = ACTIONS(4043), + [anon_sym_break_AT] = ACTIONS(4043), + [sym_real_literal] = ACTIONS(4043), + [sym_integer_literal] = ACTIONS(4041), + [sym_hex_literal] = ACTIONS(4043), + [sym_bin_literal] = ACTIONS(4043), + [anon_sym_true] = ACTIONS(4041), + [anon_sym_false] = ACTIONS(4041), + [anon_sym_SQUOTE] = ACTIONS(4043), + [sym__backtick_identifier] = ACTIONS(4043), + [sym__automatic_semicolon] = ACTIONS(4043), + [sym_safe_nav] = ACTIONS(4043), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4043), + }, + [1217] = { + [sym_type_constraints] = STATE(1319), + [sym_function_body] = STATE(1201), + [sym__block] = STATE(1087), + [sym__alpha_identifier] = ACTIONS(4047), + [anon_sym_AT] = ACTIONS(4049), + [anon_sym_COLON] = ACTIONS(5151), + [anon_sym_LBRACK] = ACTIONS(4049), + [anon_sym_as] = ACTIONS(4047), + [anon_sym_EQ] = ACTIONS(5149), + [anon_sym_LBRACE] = ACTIONS(4039), + [anon_sym_RBRACE] = ACTIONS(4049), + [anon_sym_LPAREN] = ACTIONS(4049), + [anon_sym_COMMA] = ACTIONS(4049), + [anon_sym_LT] = ACTIONS(4047), + [anon_sym_GT] = ACTIONS(4047), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(4047), + [anon_sym_fun] = ACTIONS(4047), + [anon_sym_DOT] = ACTIONS(4047), + [anon_sym_SEMI] = ACTIONS(4049), + [anon_sym_get] = ACTIONS(4047), + [anon_sym_set] = ACTIONS(4047), + [anon_sym_this] = ACTIONS(4047), + [anon_sym_super] = ACTIONS(4047), + [anon_sym_STAR] = ACTIONS(4049), + [sym_label] = ACTIONS(4047), + [anon_sym_in] = ACTIONS(4047), + [anon_sym_DOT_DOT] = ACTIONS(4049), + [anon_sym_QMARK_COLON] = ACTIONS(4049), + [anon_sym_AMP_AMP] = ACTIONS(4049), + [anon_sym_PIPE_PIPE] = ACTIONS(4049), + [anon_sym_null] = ACTIONS(4047), + [anon_sym_if] = ACTIONS(4047), + [anon_sym_else] = ACTIONS(4047), + [anon_sym_when] = ACTIONS(4047), + [anon_sym_try] = ACTIONS(4047), + [anon_sym_throw] = ACTIONS(4047), + [anon_sym_return] = ACTIONS(4047), + [anon_sym_continue] = ACTIONS(4047), + [anon_sym_break] = ACTIONS(4047), + [anon_sym_COLON_COLON] = ACTIONS(4049), + [anon_sym_BANG_EQ] = ACTIONS(4047), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4049), + [anon_sym_EQ_EQ] = ACTIONS(4047), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4049), + [anon_sym_LT_EQ] = ACTIONS(4049), + [anon_sym_GT_EQ] = ACTIONS(4049), + [anon_sym_BANGin] = ACTIONS(4049), + [anon_sym_is] = ACTIONS(4047), + [anon_sym_BANGis] = ACTIONS(4049), + [anon_sym_PLUS] = ACTIONS(4047), + [anon_sym_DASH] = ACTIONS(4047), + [anon_sym_SLASH] = ACTIONS(4047), + [anon_sym_PERCENT] = ACTIONS(4049), + [anon_sym_as_QMARK] = ACTIONS(4049), + [anon_sym_PLUS_PLUS] = ACTIONS(4049), + [anon_sym_DASH_DASH] = ACTIONS(4049), + [anon_sym_BANG] = ACTIONS(4047), + [anon_sym_BANG_BANG] = ACTIONS(4049), + [anon_sym_suspend] = ACTIONS(4047), + [anon_sym_sealed] = ACTIONS(4047), + [anon_sym_annotation] = ACTIONS(4047), + [anon_sym_data] = ACTIONS(4047), + [anon_sym_inner] = ACTIONS(4047), + [anon_sym_override] = ACTIONS(4047), + [anon_sym_lateinit] = ACTIONS(4047), + [anon_sym_public] = ACTIONS(4047), + [anon_sym_private] = ACTIONS(4047), + [anon_sym_internal] = ACTIONS(4047), + [anon_sym_protected] = ACTIONS(4047), + [anon_sym_tailrec] = ACTIONS(4047), + [anon_sym_operator] = ACTIONS(4047), + [anon_sym_infix] = ACTIONS(4047), + [anon_sym_inline] = ACTIONS(4047), + [anon_sym_external] = ACTIONS(4047), + [sym_property_modifier] = ACTIONS(4047), + [anon_sym_abstract] = ACTIONS(4047), + [anon_sym_final] = ACTIONS(4047), + [anon_sym_open] = ACTIONS(4047), + [anon_sym_vararg] = ACTIONS(4047), + [anon_sym_noinline] = ACTIONS(4047), + [anon_sym_crossinline] = ACTIONS(4047), + [anon_sym_expect] = ACTIONS(4047), + [anon_sym_actual] = ACTIONS(4047), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4049), + [anon_sym_continue_AT] = ACTIONS(4049), + [anon_sym_break_AT] = ACTIONS(4049), + [sym_real_literal] = ACTIONS(4049), + [sym_integer_literal] = ACTIONS(4047), + [sym_hex_literal] = ACTIONS(4049), + [sym_bin_literal] = ACTIONS(4049), + [anon_sym_true] = ACTIONS(4047), + [anon_sym_false] = ACTIONS(4047), + [anon_sym_SQUOTE] = ACTIONS(4049), + [sym__backtick_identifier] = ACTIONS(4049), + [sym__automatic_semicolon] = ACTIONS(4049), + [sym_safe_nav] = ACTIONS(4049), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4049), + }, + [1218] = { + [sym_type_constraints] = STATE(1314), + [sym_function_body] = STATE(1179), + [sym__block] = STATE(1087), + [sym__alpha_identifier] = ACTIONS(4085), + [anon_sym_AT] = ACTIONS(4087), + [anon_sym_COLON] = ACTIONS(5153), + [anon_sym_LBRACK] = ACTIONS(4087), + [anon_sym_as] = ACTIONS(4085), + [anon_sym_EQ] = ACTIONS(5149), + [anon_sym_LBRACE] = ACTIONS(4039), + [anon_sym_RBRACE] = ACTIONS(4087), + [anon_sym_LPAREN] = ACTIONS(4087), + [anon_sym_COMMA] = ACTIONS(4087), + [anon_sym_LT] = ACTIONS(4085), + [anon_sym_GT] = ACTIONS(4085), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(4085), + [anon_sym_fun] = ACTIONS(4085), + [anon_sym_DOT] = ACTIONS(4085), + [anon_sym_SEMI] = ACTIONS(4087), + [anon_sym_get] = ACTIONS(4085), + [anon_sym_set] = ACTIONS(4085), + [anon_sym_this] = ACTIONS(4085), + [anon_sym_super] = ACTIONS(4085), + [anon_sym_STAR] = ACTIONS(4087), + [sym_label] = ACTIONS(4085), + [anon_sym_in] = ACTIONS(4085), + [anon_sym_DOT_DOT] = ACTIONS(4087), + [anon_sym_QMARK_COLON] = ACTIONS(4087), + [anon_sym_AMP_AMP] = ACTIONS(4087), + [anon_sym_PIPE_PIPE] = ACTIONS(4087), + [anon_sym_null] = ACTIONS(4085), + [anon_sym_if] = ACTIONS(4085), + [anon_sym_else] = ACTIONS(4085), + [anon_sym_when] = ACTIONS(4085), + [anon_sym_try] = ACTIONS(4085), + [anon_sym_throw] = ACTIONS(4085), + [anon_sym_return] = ACTIONS(4085), + [anon_sym_continue] = ACTIONS(4085), + [anon_sym_break] = ACTIONS(4085), + [anon_sym_COLON_COLON] = ACTIONS(4087), + [anon_sym_BANG_EQ] = ACTIONS(4085), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4087), + [anon_sym_EQ_EQ] = ACTIONS(4085), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4087), + [anon_sym_LT_EQ] = ACTIONS(4087), + [anon_sym_GT_EQ] = ACTIONS(4087), + [anon_sym_BANGin] = ACTIONS(4087), + [anon_sym_is] = ACTIONS(4085), + [anon_sym_BANGis] = ACTIONS(4087), + [anon_sym_PLUS] = ACTIONS(4085), + [anon_sym_DASH] = ACTIONS(4085), + [anon_sym_SLASH] = ACTIONS(4085), + [anon_sym_PERCENT] = ACTIONS(4087), + [anon_sym_as_QMARK] = ACTIONS(4087), + [anon_sym_PLUS_PLUS] = ACTIONS(4087), + [anon_sym_DASH_DASH] = ACTIONS(4087), + [anon_sym_BANG] = ACTIONS(4085), + [anon_sym_BANG_BANG] = ACTIONS(4087), + [anon_sym_suspend] = ACTIONS(4085), + [anon_sym_sealed] = ACTIONS(4085), + [anon_sym_annotation] = ACTIONS(4085), + [anon_sym_data] = ACTIONS(4085), + [anon_sym_inner] = ACTIONS(4085), + [anon_sym_override] = ACTIONS(4085), + [anon_sym_lateinit] = ACTIONS(4085), + [anon_sym_public] = ACTIONS(4085), + [anon_sym_private] = ACTIONS(4085), + [anon_sym_internal] = ACTIONS(4085), + [anon_sym_protected] = ACTIONS(4085), + [anon_sym_tailrec] = ACTIONS(4085), + [anon_sym_operator] = ACTIONS(4085), + [anon_sym_infix] = ACTIONS(4085), + [anon_sym_inline] = ACTIONS(4085), + [anon_sym_external] = ACTIONS(4085), + [sym_property_modifier] = ACTIONS(4085), + [anon_sym_abstract] = ACTIONS(4085), + [anon_sym_final] = ACTIONS(4085), + [anon_sym_open] = ACTIONS(4085), + [anon_sym_vararg] = ACTIONS(4085), + [anon_sym_noinline] = ACTIONS(4085), + [anon_sym_crossinline] = ACTIONS(4085), + [anon_sym_expect] = ACTIONS(4085), + [anon_sym_actual] = ACTIONS(4085), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4087), + [anon_sym_continue_AT] = ACTIONS(4087), + [anon_sym_break_AT] = ACTIONS(4087), + [sym_real_literal] = ACTIONS(4087), + [sym_integer_literal] = ACTIONS(4085), + [sym_hex_literal] = ACTIONS(4087), + [sym_bin_literal] = ACTIONS(4087), + [anon_sym_true] = ACTIONS(4085), + [anon_sym_false] = ACTIONS(4085), + [anon_sym_SQUOTE] = ACTIONS(4087), + [sym__backtick_identifier] = ACTIONS(4087), + [sym__automatic_semicolon] = ACTIONS(4087), + [sym_safe_nav] = ACTIONS(4087), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4087), + }, + [1219] = { + [sym_type_constraints] = STATE(1312), + [sym_function_body] = STATE(1154), + [sym__block] = STATE(1087), + [sym__alpha_identifier] = ACTIONS(4031), + [anon_sym_AT] = ACTIONS(4033), + [anon_sym_COLON] = ACTIONS(5155), + [anon_sym_LBRACK] = ACTIONS(4033), + [anon_sym_as] = ACTIONS(4031), + [anon_sym_EQ] = ACTIONS(5149), + [anon_sym_LBRACE] = ACTIONS(4039), + [anon_sym_RBRACE] = ACTIONS(4033), + [anon_sym_LPAREN] = ACTIONS(4033), + [anon_sym_COMMA] = ACTIONS(4033), + [anon_sym_LT] = ACTIONS(4031), + [anon_sym_GT] = ACTIONS(4031), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(4031), + [anon_sym_fun] = ACTIONS(4031), + [anon_sym_DOT] = ACTIONS(4031), + [anon_sym_SEMI] = ACTIONS(4033), + [anon_sym_get] = ACTIONS(4031), + [anon_sym_set] = ACTIONS(4031), + [anon_sym_this] = ACTIONS(4031), + [anon_sym_super] = ACTIONS(4031), + [anon_sym_STAR] = ACTIONS(4033), + [sym_label] = ACTIONS(4031), + [anon_sym_in] = ACTIONS(4031), + [anon_sym_DOT_DOT] = ACTIONS(4033), + [anon_sym_QMARK_COLON] = ACTIONS(4033), + [anon_sym_AMP_AMP] = ACTIONS(4033), + [anon_sym_PIPE_PIPE] = ACTIONS(4033), + [anon_sym_null] = ACTIONS(4031), + [anon_sym_if] = ACTIONS(4031), + [anon_sym_else] = ACTIONS(4031), + [anon_sym_when] = ACTIONS(4031), + [anon_sym_try] = ACTIONS(4031), + [anon_sym_throw] = ACTIONS(4031), + [anon_sym_return] = ACTIONS(4031), + [anon_sym_continue] = ACTIONS(4031), + [anon_sym_break] = ACTIONS(4031), + [anon_sym_COLON_COLON] = ACTIONS(4033), + [anon_sym_BANG_EQ] = ACTIONS(4031), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4033), + [anon_sym_EQ_EQ] = ACTIONS(4031), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4033), + [anon_sym_LT_EQ] = ACTIONS(4033), + [anon_sym_GT_EQ] = ACTIONS(4033), + [anon_sym_BANGin] = ACTIONS(4033), + [anon_sym_is] = ACTIONS(4031), + [anon_sym_BANGis] = ACTIONS(4033), + [anon_sym_PLUS] = ACTIONS(4031), + [anon_sym_DASH] = ACTIONS(4031), + [anon_sym_SLASH] = ACTIONS(4031), + [anon_sym_PERCENT] = ACTIONS(4033), + [anon_sym_as_QMARK] = ACTIONS(4033), + [anon_sym_PLUS_PLUS] = ACTIONS(4033), + [anon_sym_DASH_DASH] = ACTIONS(4033), + [anon_sym_BANG] = ACTIONS(4031), + [anon_sym_BANG_BANG] = ACTIONS(4033), + [anon_sym_suspend] = ACTIONS(4031), + [anon_sym_sealed] = ACTIONS(4031), + [anon_sym_annotation] = ACTIONS(4031), + [anon_sym_data] = ACTIONS(4031), + [anon_sym_inner] = ACTIONS(4031), + [anon_sym_override] = ACTIONS(4031), + [anon_sym_lateinit] = ACTIONS(4031), + [anon_sym_public] = ACTIONS(4031), + [anon_sym_private] = ACTIONS(4031), + [anon_sym_internal] = ACTIONS(4031), + [anon_sym_protected] = ACTIONS(4031), + [anon_sym_tailrec] = ACTIONS(4031), + [anon_sym_operator] = ACTIONS(4031), + [anon_sym_infix] = ACTIONS(4031), + [anon_sym_inline] = ACTIONS(4031), + [anon_sym_external] = ACTIONS(4031), + [sym_property_modifier] = ACTIONS(4031), + [anon_sym_abstract] = ACTIONS(4031), + [anon_sym_final] = ACTIONS(4031), + [anon_sym_open] = ACTIONS(4031), + [anon_sym_vararg] = ACTIONS(4031), + [anon_sym_noinline] = ACTIONS(4031), + [anon_sym_crossinline] = ACTIONS(4031), + [anon_sym_expect] = ACTIONS(4031), + [anon_sym_actual] = ACTIONS(4031), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4033), + [anon_sym_continue_AT] = ACTIONS(4033), + [anon_sym_break_AT] = ACTIONS(4033), + [sym_real_literal] = ACTIONS(4033), + [sym_integer_literal] = ACTIONS(4031), + [sym_hex_literal] = ACTIONS(4033), + [sym_bin_literal] = ACTIONS(4033), + [anon_sym_true] = ACTIONS(4031), + [anon_sym_false] = ACTIONS(4031), + [anon_sym_SQUOTE] = ACTIONS(4033), + [sym__backtick_identifier] = ACTIONS(4033), + [sym__automatic_semicolon] = ACTIONS(4033), + [sym_safe_nav] = ACTIONS(4033), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4033), + }, + [1220] = { + [sym_type_constraints] = STATE(1308), + [sym_function_body] = STATE(1039), + [sym__block] = STATE(1087), + [sym__alpha_identifier] = ACTIONS(4099), + [anon_sym_AT] = ACTIONS(4101), + [anon_sym_COLON] = ACTIONS(5157), + [anon_sym_LBRACK] = ACTIONS(4101), + [anon_sym_as] = ACTIONS(4099), + [anon_sym_EQ] = ACTIONS(5149), + [anon_sym_LBRACE] = ACTIONS(4039), + [anon_sym_RBRACE] = ACTIONS(4101), + [anon_sym_LPAREN] = ACTIONS(4101), + [anon_sym_COMMA] = ACTIONS(4101), + [anon_sym_LT] = ACTIONS(4099), + [anon_sym_GT] = ACTIONS(4099), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(4099), + [anon_sym_fun] = ACTIONS(4099), + [anon_sym_DOT] = ACTIONS(4099), + [anon_sym_SEMI] = ACTIONS(4101), + [anon_sym_get] = ACTIONS(4099), + [anon_sym_set] = ACTIONS(4099), + [anon_sym_this] = ACTIONS(4099), + [anon_sym_super] = ACTIONS(4099), + [anon_sym_STAR] = ACTIONS(4101), + [sym_label] = ACTIONS(4099), + [anon_sym_in] = ACTIONS(4099), + [anon_sym_DOT_DOT] = ACTIONS(4101), + [anon_sym_QMARK_COLON] = ACTIONS(4101), + [anon_sym_AMP_AMP] = ACTIONS(4101), + [anon_sym_PIPE_PIPE] = ACTIONS(4101), + [anon_sym_null] = ACTIONS(4099), + [anon_sym_if] = ACTIONS(4099), + [anon_sym_else] = ACTIONS(4099), + [anon_sym_when] = ACTIONS(4099), + [anon_sym_try] = ACTIONS(4099), + [anon_sym_throw] = ACTIONS(4099), + [anon_sym_return] = ACTIONS(4099), + [anon_sym_continue] = ACTIONS(4099), + [anon_sym_break] = ACTIONS(4099), + [anon_sym_COLON_COLON] = ACTIONS(4101), + [anon_sym_BANG_EQ] = ACTIONS(4099), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4101), + [anon_sym_EQ_EQ] = ACTIONS(4099), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4101), + [anon_sym_LT_EQ] = ACTIONS(4101), + [anon_sym_GT_EQ] = ACTIONS(4101), + [anon_sym_BANGin] = ACTIONS(4101), + [anon_sym_is] = ACTIONS(4099), + [anon_sym_BANGis] = ACTIONS(4101), + [anon_sym_PLUS] = ACTIONS(4099), + [anon_sym_DASH] = ACTIONS(4099), + [anon_sym_SLASH] = ACTIONS(4099), + [anon_sym_PERCENT] = ACTIONS(4101), + [anon_sym_as_QMARK] = ACTIONS(4101), + [anon_sym_PLUS_PLUS] = ACTIONS(4101), + [anon_sym_DASH_DASH] = ACTIONS(4101), + [anon_sym_BANG] = ACTIONS(4099), + [anon_sym_BANG_BANG] = ACTIONS(4101), + [anon_sym_suspend] = ACTIONS(4099), + [anon_sym_sealed] = ACTIONS(4099), + [anon_sym_annotation] = ACTIONS(4099), + [anon_sym_data] = ACTIONS(4099), + [anon_sym_inner] = ACTIONS(4099), + [anon_sym_override] = ACTIONS(4099), + [anon_sym_lateinit] = ACTIONS(4099), + [anon_sym_public] = ACTIONS(4099), + [anon_sym_private] = ACTIONS(4099), + [anon_sym_internal] = ACTIONS(4099), + [anon_sym_protected] = ACTIONS(4099), + [anon_sym_tailrec] = ACTIONS(4099), + [anon_sym_operator] = ACTIONS(4099), + [anon_sym_infix] = ACTIONS(4099), + [anon_sym_inline] = ACTIONS(4099), + [anon_sym_external] = ACTIONS(4099), + [sym_property_modifier] = ACTIONS(4099), + [anon_sym_abstract] = ACTIONS(4099), + [anon_sym_final] = ACTIONS(4099), + [anon_sym_open] = ACTIONS(4099), + [anon_sym_vararg] = ACTIONS(4099), + [anon_sym_noinline] = ACTIONS(4099), + [anon_sym_crossinline] = ACTIONS(4099), + [anon_sym_expect] = ACTIONS(4099), + [anon_sym_actual] = ACTIONS(4099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4101), + [anon_sym_continue_AT] = ACTIONS(4101), + [anon_sym_break_AT] = ACTIONS(4101), + [sym_real_literal] = ACTIONS(4101), + [sym_integer_literal] = ACTIONS(4099), + [sym_hex_literal] = ACTIONS(4101), + [sym_bin_literal] = ACTIONS(4101), + [anon_sym_true] = ACTIONS(4099), + [anon_sym_false] = ACTIONS(4099), + [anon_sym_SQUOTE] = ACTIONS(4101), + [sym__backtick_identifier] = ACTIONS(4101), + [sym__automatic_semicolon] = ACTIONS(4101), + [sym_safe_nav] = ACTIONS(4101), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4101), + }, + [1221] = { + [sym_primary_constructor] = STATE(4463), + [sym_class_body] = STATE(4604), + [sym__class_parameters] = STATE(4565), + [sym_type_parameters] = STATE(1284), + [sym_type_constraints] = STATE(4541), + [sym_modifiers] = STATE(9275), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), [sym__alpha_identifier] = ACTIONS(3136), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(5141), + [anon_sym_COLON] = ACTIONS(5159), [anon_sym_LBRACK] = ACTIONS(3140), [anon_sym_RBRACK] = ACTIONS(3140), [anon_sym_as] = ACTIONS(3136), [anon_sym_EQ] = ACTIONS(3136), - [anon_sym_constructor] = ACTIONS(5125), - [anon_sym_LBRACE] = ACTIONS(5137), + [anon_sym_constructor] = ACTIONS(5113), + [anon_sym_LBRACE] = ACTIONS(5161), [anon_sym_RBRACE] = ACTIONS(3140), - [anon_sym_LPAREN] = ACTIONS(5129), + [anon_sym_LPAREN] = ACTIONS(5117), [anon_sym_COMMA] = ACTIONS(3140), [anon_sym_RPAREN] = ACTIONS(3140), - [anon_sym_LT] = ACTIONS(5131), + [anon_sym_LT] = ACTIONS(5119), [anon_sym_GT] = ACTIONS(3136), - [anon_sym_where] = ACTIONS(5133), + [anon_sym_where] = ACTIONS(5121), [anon_sym_DOT] = ACTIONS(3136), [anon_sym_SEMI] = ACTIONS(3140), [anon_sym_get] = ACTIONS(3136), @@ -173218,180 +174144,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_safe_nav] = ACTIONS(3140), [sym_multiline_comment] = ACTIONS(3), }, - [1214] = { - [sym_indexing_suffix] = STATE(3339), - [sym_navigation_suffix] = STATE(3435), - [sym_call_suffix] = STATE(3432), - [sym_annotated_lambda] = STATE(3429), - [sym_type_arguments] = STATE(7512), - [sym_value_arguments] = STATE(2735), - [sym_lambda_literal] = STATE(3427), - [sym__equality_operator] = STATE(2194), - [sym__comparison_operator] = STATE(2197), - [sym__in_operator] = STATE(2198), - [sym__is_operator] = STATE(6217), - [sym__additive_operator] = STATE(2199), - [sym__multiplicative_operator] = STATE(2200), - [sym__as_operator] = STATE(6214), - [sym__postfix_unary_operator] = STATE(3426), - [sym__member_access_operator] = STATE(7360), - [sym_annotation] = STATE(7846), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2201), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7846), - [sym__alpha_identifier] = ACTIONS(3065), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(4523), - [anon_sym_as] = ACTIONS(4525), - [anon_sym_EQ] = ACTIONS(3065), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_RBRACE] = ACTIONS(3067), - [anon_sym_LPAREN] = ACTIONS(4527), - [anon_sym_LT] = ACTIONS(3069), - [anon_sym_GT] = ACTIONS(3065), - [anon_sym_object] = ACTIONS(3065), - [anon_sym_fun] = ACTIONS(3065), - [anon_sym_DOT] = ACTIONS(4531), - [anon_sym_SEMI] = ACTIONS(3067), - [anon_sym_get] = ACTIONS(3065), - [anon_sym_set] = ACTIONS(3065), - [anon_sym_this] = ACTIONS(3065), - [anon_sym_super] = ACTIONS(3065), - [anon_sym_STAR] = ACTIONS(3065), - [sym_label] = ACTIONS(4535), - [anon_sym_in] = ACTIONS(3065), - [anon_sym_DOT_DOT] = ACTIONS(3067), - [anon_sym_QMARK_COLON] = ACTIONS(3067), - [anon_sym_AMP_AMP] = ACTIONS(3067), - [anon_sym_PIPE_PIPE] = ACTIONS(3067), - [anon_sym_null] = ACTIONS(3065), - [anon_sym_if] = ACTIONS(3065), - [anon_sym_else] = ACTIONS(3065), - [anon_sym_when] = ACTIONS(3065), - [anon_sym_try] = ACTIONS(3065), - [anon_sym_throw] = ACTIONS(3065), - [anon_sym_return] = ACTIONS(3065), - [anon_sym_continue] = ACTIONS(3065), - [anon_sym_break] = ACTIONS(3065), - [anon_sym_COLON_COLON] = ACTIONS(4547), - [anon_sym_PLUS_EQ] = ACTIONS(3067), - [anon_sym_DASH_EQ] = ACTIONS(3067), - [anon_sym_STAR_EQ] = ACTIONS(3067), - [anon_sym_SLASH_EQ] = ACTIONS(3067), - [anon_sym_PERCENT_EQ] = ACTIONS(3067), - [anon_sym_BANG_EQ] = ACTIONS(3065), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3067), - [anon_sym_EQ_EQ] = ACTIONS(3065), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3067), - [anon_sym_LT_EQ] = ACTIONS(3067), - [anon_sym_GT_EQ] = ACTIONS(3067), - [anon_sym_BANGin] = ACTIONS(3067), - [anon_sym_is] = ACTIONS(3065), - [anon_sym_BANGis] = ACTIONS(3067), - [anon_sym_PLUS] = ACTIONS(3065), - [anon_sym_DASH] = ACTIONS(3065), - [anon_sym_SLASH] = ACTIONS(3065), - [anon_sym_PERCENT] = ACTIONS(3065), - [anon_sym_as_QMARK] = ACTIONS(4563), - [anon_sym_PLUS_PLUS] = ACTIONS(4565), - [anon_sym_DASH_DASH] = ACTIONS(4565), - [anon_sym_BANG] = ACTIONS(3065), - [anon_sym_BANG_BANG] = ACTIONS(4565), - [anon_sym_data] = ACTIONS(3065), - [anon_sym_inner] = ACTIONS(3065), - [anon_sym_expect] = ACTIONS(3065), - [anon_sym_actual] = ACTIONS(3065), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3067), - [anon_sym_continue_AT] = ACTIONS(3067), - [anon_sym_break_AT] = ACTIONS(3067), - [sym_real_literal] = ACTIONS(3067), - [sym_integer_literal] = ACTIONS(3065), - [sym_hex_literal] = ACTIONS(3067), - [sym_bin_literal] = ACTIONS(3067), - [anon_sym_true] = ACTIONS(3065), - [anon_sym_false] = ACTIONS(3065), - [anon_sym_SQUOTE] = ACTIONS(3067), - [sym__backtick_identifier] = ACTIONS(3067), - [sym__automatic_semicolon] = ACTIONS(3067), - [sym_safe_nav] = ACTIONS(4547), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3067), - }, - [1215] = { - [sym_primary_constructor] = STATE(2849), - [sym_class_body] = STATE(3255), - [sym__class_parameters] = STATE(2990), - [sym_type_parameters] = STATE(1251), - [sym_type_constraints] = STATE(3059), - [sym_modifiers] = STATE(9064), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3160), + [1222] = { + [sym_primary_constructor] = STATE(4452), + [sym__class_parameters] = STATE(4565), + [sym_type_parameters] = STATE(1267), + [sym_type_constraints] = STATE(4559), + [sym_enum_class_body] = STATE(4604), + [sym_modifiers] = STATE(9275), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3136), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(5143), - [anon_sym_LBRACK] = ACTIONS(3164), - [anon_sym_RBRACK] = ACTIONS(3164), - [anon_sym_as] = ACTIONS(3160), - [anon_sym_EQ] = ACTIONS(3160), - [anon_sym_constructor] = ACTIONS(5145), - [anon_sym_LBRACE] = ACTIONS(5147), - [anon_sym_RBRACE] = ACTIONS(3164), - [anon_sym_LPAREN] = ACTIONS(5149), - [anon_sym_COMMA] = ACTIONS(3164), - [anon_sym_RPAREN] = ACTIONS(3164), - [anon_sym_LT] = ACTIONS(5131), - [anon_sym_GT] = ACTIONS(3160), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(3160), - [anon_sym_SEMI] = ACTIONS(3164), - [anon_sym_get] = ACTIONS(3160), - [anon_sym_set] = ACTIONS(3160), - [anon_sym_STAR] = ACTIONS(3160), - [anon_sym_DASH_GT] = ACTIONS(3164), - [sym_label] = ACTIONS(3164), - [anon_sym_in] = ACTIONS(3160), - [anon_sym_while] = ACTIONS(3160), - [anon_sym_DOT_DOT] = ACTIONS(3164), - [anon_sym_QMARK_COLON] = ACTIONS(3164), - [anon_sym_AMP_AMP] = ACTIONS(3164), - [anon_sym_PIPE_PIPE] = ACTIONS(3164), - [anon_sym_else] = ACTIONS(3160), - [anon_sym_COLON_COLON] = ACTIONS(3164), - [anon_sym_PLUS_EQ] = ACTIONS(3164), - [anon_sym_DASH_EQ] = ACTIONS(3164), - [anon_sym_STAR_EQ] = ACTIONS(3164), - [anon_sym_SLASH_EQ] = ACTIONS(3164), - [anon_sym_PERCENT_EQ] = ACTIONS(3164), - [anon_sym_BANG_EQ] = ACTIONS(3160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3164), - [anon_sym_EQ_EQ] = ACTIONS(3160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3164), - [anon_sym_LT_EQ] = ACTIONS(3164), - [anon_sym_GT_EQ] = ACTIONS(3164), - [anon_sym_BANGin] = ACTIONS(3164), - [anon_sym_is] = ACTIONS(3160), - [anon_sym_BANGis] = ACTIONS(3164), - [anon_sym_PLUS] = ACTIONS(3160), - [anon_sym_DASH] = ACTIONS(3160), - [anon_sym_SLASH] = ACTIONS(3160), - [anon_sym_PERCENT] = ACTIONS(3160), - [anon_sym_as_QMARK] = ACTIONS(3164), - [anon_sym_PLUS_PLUS] = ACTIONS(3164), - [anon_sym_DASH_DASH] = ACTIONS(3164), - [anon_sym_BANG_BANG] = ACTIONS(3164), + [anon_sym_COLON] = ACTIONS(5163), + [anon_sym_LBRACK] = ACTIONS(3140), + [anon_sym_RBRACK] = ACTIONS(3140), + [anon_sym_as] = ACTIONS(3136), + [anon_sym_EQ] = ACTIONS(3136), + [anon_sym_constructor] = ACTIONS(5113), + [anon_sym_LBRACE] = ACTIONS(5115), + [anon_sym_RBRACE] = ACTIONS(3140), + [anon_sym_LPAREN] = ACTIONS(5117), + [anon_sym_COMMA] = ACTIONS(3140), + [anon_sym_RPAREN] = ACTIONS(3140), + [anon_sym_LT] = ACTIONS(5119), + [anon_sym_GT] = ACTIONS(3136), + [anon_sym_where] = ACTIONS(5121), + [anon_sym_DOT] = ACTIONS(3136), + [anon_sym_SEMI] = ACTIONS(3140), + [anon_sym_get] = ACTIONS(3136), + [anon_sym_set] = ACTIONS(3136), + [anon_sym_STAR] = ACTIONS(3136), + [anon_sym_DASH_GT] = ACTIONS(3140), + [sym_label] = ACTIONS(3140), + [anon_sym_in] = ACTIONS(3136), + [anon_sym_while] = ACTIONS(3136), + [anon_sym_DOT_DOT] = ACTIONS(3140), + [anon_sym_QMARK_COLON] = ACTIONS(3140), + [anon_sym_AMP_AMP] = ACTIONS(3140), + [anon_sym_PIPE_PIPE] = ACTIONS(3140), + [anon_sym_else] = ACTIONS(3136), + [anon_sym_COLON_COLON] = ACTIONS(3140), + [anon_sym_PLUS_EQ] = ACTIONS(3140), + [anon_sym_DASH_EQ] = ACTIONS(3140), + [anon_sym_STAR_EQ] = ACTIONS(3140), + [anon_sym_SLASH_EQ] = ACTIONS(3140), + [anon_sym_PERCENT_EQ] = ACTIONS(3140), + [anon_sym_BANG_EQ] = ACTIONS(3136), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3140), + [anon_sym_EQ_EQ] = ACTIONS(3136), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3140), + [anon_sym_LT_EQ] = ACTIONS(3140), + [anon_sym_GT_EQ] = ACTIONS(3140), + [anon_sym_BANGin] = ACTIONS(3140), + [anon_sym_is] = ACTIONS(3136), + [anon_sym_BANGis] = ACTIONS(3140), + [anon_sym_PLUS] = ACTIONS(3136), + [anon_sym_DASH] = ACTIONS(3136), + [anon_sym_SLASH] = ACTIONS(3136), + [anon_sym_PERCENT] = ACTIONS(3136), + [anon_sym_as_QMARK] = ACTIONS(3140), + [anon_sym_PLUS_PLUS] = ACTIONS(3140), + [anon_sym_DASH_DASH] = ACTIONS(3140), + [anon_sym_BANG_BANG] = ACTIONS(3140), [anon_sym_suspend] = ACTIONS(3120), [anon_sym_sealed] = ACTIONS(3122), [anon_sym_annotation] = ACTIONS(3122), @@ -173418,286 +174242,286 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3134), [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3164), - [sym_safe_nav] = ACTIONS(3164), + [sym__backtick_identifier] = ACTIONS(3140), + [sym_safe_nav] = ACTIONS(3140), [sym_multiline_comment] = ACTIONS(3), }, - [1216] = { - [sym_indexing_suffix] = STATE(3339), - [sym_navigation_suffix] = STATE(3435), - [sym_call_suffix] = STATE(3432), - [sym_annotated_lambda] = STATE(3429), - [sym_type_arguments] = STATE(7512), - [sym_value_arguments] = STATE(2735), - [sym_lambda_literal] = STATE(3427), - [sym__equality_operator] = STATE(2194), - [sym__comparison_operator] = STATE(2197), - [sym__in_operator] = STATE(2198), - [sym__is_operator] = STATE(6217), - [sym__additive_operator] = STATE(2199), - [sym__multiplicative_operator] = STATE(2200), - [sym__as_operator] = STATE(6214), - [sym__postfix_unary_operator] = STATE(3426), - [sym__member_access_operator] = STATE(7360), - [sym_annotation] = STATE(7846), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2201), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7846), + [1223] = { + [sym_indexing_suffix] = STATE(3424), + [sym_navigation_suffix] = STATE(3423), + [sym_call_suffix] = STATE(3420), + [sym_annotated_lambda] = STATE(3419), + [sym_type_arguments] = STATE(7492), + [sym_value_arguments] = STATE(2731), + [sym_lambda_literal] = STATE(3415), + [sym__equality_operator] = STATE(2235), + [sym__comparison_operator] = STATE(2148), + [sym__in_operator] = STATE(2233), + [sym__is_operator] = STATE(6160), + [sym__additive_operator] = STATE(2232), + [sym__multiplicative_operator] = STATE(2231), + [sym__as_operator] = STATE(6161), + [sym__postfix_unary_operator] = STATE(3414), + [sym__member_access_operator] = STATE(7370), + [sym_annotation] = STATE(7887), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2229), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7887), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(4523), - [anon_sym_as] = ACTIONS(4525), - [anon_sym_EQ] = ACTIONS(2991), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_RBRACE] = ACTIONS(2993), - [anon_sym_LPAREN] = ACTIONS(4527), + [anon_sym_LBRACK] = ACTIONS(4543), + [anon_sym_as] = ACTIONS(4545), + [anon_sym_EQ] = ACTIONS(3067), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_RBRACE] = ACTIONS(3069), + [anon_sym_LPAREN] = ACTIONS(4547), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(5105), - [anon_sym_object] = ACTIONS(2991), - [anon_sym_fun] = ACTIONS(2991), - [anon_sym_DOT] = ACTIONS(4531), - [anon_sym_SEMI] = ACTIONS(2993), + [anon_sym_GT] = ACTIONS(5123), + [anon_sym_object] = ACTIONS(3067), + [anon_sym_fun] = ACTIONS(3067), + [anon_sym_DOT] = ACTIONS(4551), + [anon_sym_SEMI] = ACTIONS(3069), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(2991), - [anon_sym_super] = ACTIONS(2991), - [anon_sym_STAR] = ACTIONS(5095), - [sym_label] = ACTIONS(4535), - [anon_sym_in] = ACTIONS(5107), - [anon_sym_DOT_DOT] = ACTIONS(5097), - [anon_sym_QMARK_COLON] = ACTIONS(5109), - [anon_sym_AMP_AMP] = ACTIONS(2993), - [anon_sym_PIPE_PIPE] = ACTIONS(2993), - [anon_sym_null] = ACTIONS(2991), - [anon_sym_if] = ACTIONS(2991), - [anon_sym_else] = ACTIONS(2991), - [anon_sym_when] = ACTIONS(2991), - [anon_sym_try] = ACTIONS(2991), - [anon_sym_throw] = ACTIONS(2991), - [anon_sym_return] = ACTIONS(2991), - [anon_sym_continue] = ACTIONS(2991), - [anon_sym_break] = ACTIONS(2991), - [anon_sym_COLON_COLON] = ACTIONS(4547), - [anon_sym_PLUS_EQ] = ACTIONS(2993), - [anon_sym_DASH_EQ] = ACTIONS(2993), - [anon_sym_STAR_EQ] = ACTIONS(2993), - [anon_sym_SLASH_EQ] = ACTIONS(2993), - [anon_sym_PERCENT_EQ] = ACTIONS(2993), - [anon_sym_BANG_EQ] = ACTIONS(5115), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5117), - [anon_sym_EQ_EQ] = ACTIONS(5115), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5117), - [anon_sym_LT_EQ] = ACTIONS(5119), - [anon_sym_GT_EQ] = ACTIONS(5119), - [anon_sym_BANGin] = ACTIONS(5121), - [anon_sym_is] = ACTIONS(4557), - [anon_sym_BANGis] = ACTIONS(4559), - [anon_sym_PLUS] = ACTIONS(5099), - [anon_sym_DASH] = ACTIONS(5099), - [anon_sym_SLASH] = ACTIONS(5095), - [anon_sym_PERCENT] = ACTIONS(5095), - [anon_sym_as_QMARK] = ACTIONS(4563), - [anon_sym_PLUS_PLUS] = ACTIONS(4565), - [anon_sym_DASH_DASH] = ACTIONS(4565), - [anon_sym_BANG] = ACTIONS(2991), - [anon_sym_BANG_BANG] = ACTIONS(4565), + [anon_sym_this] = ACTIONS(3067), + [anon_sym_super] = ACTIONS(3067), + [anon_sym_STAR] = ACTIONS(5125), + [sym_label] = ACTIONS(4555), + [anon_sym_in] = ACTIONS(5127), + [anon_sym_DOT_DOT] = ACTIONS(5129), + [anon_sym_QMARK_COLON] = ACTIONS(5131), + [anon_sym_AMP_AMP] = ACTIONS(5133), + [anon_sym_PIPE_PIPE] = ACTIONS(5135), + [anon_sym_null] = ACTIONS(3067), + [anon_sym_if] = ACTIONS(3067), + [anon_sym_else] = ACTIONS(3067), + [anon_sym_when] = ACTIONS(3067), + [anon_sym_try] = ACTIONS(3067), + [anon_sym_throw] = ACTIONS(3067), + [anon_sym_return] = ACTIONS(3067), + [anon_sym_continue] = ACTIONS(3067), + [anon_sym_break] = ACTIONS(3067), + [anon_sym_COLON_COLON] = ACTIONS(4567), + [anon_sym_PLUS_EQ] = ACTIONS(3069), + [anon_sym_DASH_EQ] = ACTIONS(3069), + [anon_sym_STAR_EQ] = ACTIONS(3069), + [anon_sym_SLASH_EQ] = ACTIONS(3069), + [anon_sym_PERCENT_EQ] = ACTIONS(3069), + [anon_sym_BANG_EQ] = ACTIONS(5137), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5139), + [anon_sym_EQ_EQ] = ACTIONS(5137), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5139), + [anon_sym_LT_EQ] = ACTIONS(5141), + [anon_sym_GT_EQ] = ACTIONS(5141), + [anon_sym_BANGin] = ACTIONS(5143), + [anon_sym_is] = ACTIONS(4577), + [anon_sym_BANGis] = ACTIONS(4579), + [anon_sym_PLUS] = ACTIONS(5145), + [anon_sym_DASH] = ACTIONS(5145), + [anon_sym_SLASH] = ACTIONS(5125), + [anon_sym_PERCENT] = ACTIONS(5125), + [anon_sym_as_QMARK] = ACTIONS(4583), + [anon_sym_PLUS_PLUS] = ACTIONS(4585), + [anon_sym_DASH_DASH] = ACTIONS(4585), + [anon_sym_BANG] = ACTIONS(3067), + [anon_sym_BANG_BANG] = ACTIONS(4585), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(2993), - [anon_sym_continue_AT] = ACTIONS(2993), - [anon_sym_break_AT] = ACTIONS(2993), - [sym_real_literal] = ACTIONS(2993), - [sym_integer_literal] = ACTIONS(2991), - [sym_hex_literal] = ACTIONS(2993), - [sym_bin_literal] = ACTIONS(2993), - [anon_sym_true] = ACTIONS(2991), - [anon_sym_false] = ACTIONS(2991), - [anon_sym_SQUOTE] = ACTIONS(2993), + [anon_sym_return_AT] = ACTIONS(3069), + [anon_sym_continue_AT] = ACTIONS(3069), + [anon_sym_break_AT] = ACTIONS(3069), + [sym_real_literal] = ACTIONS(3069), + [sym_integer_literal] = ACTIONS(3067), + [sym_hex_literal] = ACTIONS(3069), + [sym_bin_literal] = ACTIONS(3069), + [anon_sym_true] = ACTIONS(3067), + [anon_sym_false] = ACTIONS(3067), + [anon_sym_SQUOTE] = ACTIONS(3069), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(2993), - [sym_safe_nav] = ACTIONS(4547), + [sym__automatic_semicolon] = ACTIONS(3069), + [sym_safe_nav] = ACTIONS(4567), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2993), + [sym__string_start] = ACTIONS(3069), }, - [1217] = { - [sym_indexing_suffix] = STATE(3339), - [sym_navigation_suffix] = STATE(3435), - [sym_call_suffix] = STATE(3432), - [sym_annotated_lambda] = STATE(3429), - [sym_type_arguments] = STATE(7512), - [sym_value_arguments] = STATE(2735), - [sym_lambda_literal] = STATE(3427), - [sym__equality_operator] = STATE(2194), - [sym__comparison_operator] = STATE(2197), - [sym__in_operator] = STATE(2198), - [sym__is_operator] = STATE(6217), - [sym__additive_operator] = STATE(2199), - [sym__multiplicative_operator] = STATE(2200), - [sym__as_operator] = STATE(6214), - [sym__postfix_unary_operator] = STATE(3426), - [sym__member_access_operator] = STATE(7360), - [sym_annotation] = STATE(7846), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2201), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7846), + [1224] = { + [sym_indexing_suffix] = STATE(3424), + [sym_navigation_suffix] = STATE(3423), + [sym_call_suffix] = STATE(3420), + [sym_annotated_lambda] = STATE(3419), + [sym_type_arguments] = STATE(7492), + [sym_value_arguments] = STATE(2731), + [sym_lambda_literal] = STATE(3415), + [sym__equality_operator] = STATE(2235), + [sym__comparison_operator] = STATE(2148), + [sym__in_operator] = STATE(2233), + [sym__is_operator] = STATE(6160), + [sym__additive_operator] = STATE(2232), + [sym__multiplicative_operator] = STATE(2231), + [sym__as_operator] = STATE(6161), + [sym__postfix_unary_operator] = STATE(3414), + [sym__member_access_operator] = STATE(7370), + [sym_annotation] = STATE(7887), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2229), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7887), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(4523), - [anon_sym_as] = ACTIONS(4525), - [anon_sym_EQ] = ACTIONS(3011), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_RBRACE] = ACTIONS(3013), - [anon_sym_LPAREN] = ACTIONS(4527), + [anon_sym_LBRACK] = ACTIONS(4543), + [anon_sym_as] = ACTIONS(4545), + [anon_sym_EQ] = ACTIONS(3063), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_RBRACE] = ACTIONS(3065), + [anon_sym_LPAREN] = ACTIONS(4547), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(5105), - [anon_sym_object] = ACTIONS(3011), - [anon_sym_fun] = ACTIONS(3011), - [anon_sym_DOT] = ACTIONS(4531), - [anon_sym_SEMI] = ACTIONS(3013), + [anon_sym_GT] = ACTIONS(5123), + [anon_sym_object] = ACTIONS(3063), + [anon_sym_fun] = ACTIONS(3063), + [anon_sym_DOT] = ACTIONS(4551), + [anon_sym_SEMI] = ACTIONS(3065), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(3011), - [anon_sym_super] = ACTIONS(3011), - [anon_sym_STAR] = ACTIONS(5095), - [sym_label] = ACTIONS(4535), - [anon_sym_in] = ACTIONS(5107), - [anon_sym_DOT_DOT] = ACTIONS(5097), - [anon_sym_QMARK_COLON] = ACTIONS(5109), - [anon_sym_AMP_AMP] = ACTIONS(5111), - [anon_sym_PIPE_PIPE] = ACTIONS(3013), - [anon_sym_null] = ACTIONS(3011), - [anon_sym_if] = ACTIONS(3011), - [anon_sym_else] = ACTIONS(3011), - [anon_sym_when] = ACTIONS(3011), - [anon_sym_try] = ACTIONS(3011), - [anon_sym_throw] = ACTIONS(3011), - [anon_sym_return] = ACTIONS(3011), - [anon_sym_continue] = ACTIONS(3011), - [anon_sym_break] = ACTIONS(3011), - [anon_sym_COLON_COLON] = ACTIONS(4547), - [anon_sym_PLUS_EQ] = ACTIONS(3013), - [anon_sym_DASH_EQ] = ACTIONS(3013), - [anon_sym_STAR_EQ] = ACTIONS(3013), - [anon_sym_SLASH_EQ] = ACTIONS(3013), - [anon_sym_PERCENT_EQ] = ACTIONS(3013), - [anon_sym_BANG_EQ] = ACTIONS(5115), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5117), - [anon_sym_EQ_EQ] = ACTIONS(5115), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5117), - [anon_sym_LT_EQ] = ACTIONS(5119), - [anon_sym_GT_EQ] = ACTIONS(5119), - [anon_sym_BANGin] = ACTIONS(5121), - [anon_sym_is] = ACTIONS(4557), - [anon_sym_BANGis] = ACTIONS(4559), - [anon_sym_PLUS] = ACTIONS(5099), - [anon_sym_DASH] = ACTIONS(5099), - [anon_sym_SLASH] = ACTIONS(5095), - [anon_sym_PERCENT] = ACTIONS(5095), - [anon_sym_as_QMARK] = ACTIONS(4563), - [anon_sym_PLUS_PLUS] = ACTIONS(4565), - [anon_sym_DASH_DASH] = ACTIONS(4565), - [anon_sym_BANG] = ACTIONS(3011), - [anon_sym_BANG_BANG] = ACTIONS(4565), + [anon_sym_this] = ACTIONS(3063), + [anon_sym_super] = ACTIONS(3063), + [anon_sym_STAR] = ACTIONS(5125), + [sym_label] = ACTIONS(4555), + [anon_sym_in] = ACTIONS(5127), + [anon_sym_DOT_DOT] = ACTIONS(5129), + [anon_sym_QMARK_COLON] = ACTIONS(5131), + [anon_sym_AMP_AMP] = ACTIONS(5133), + [anon_sym_PIPE_PIPE] = ACTIONS(5135), + [anon_sym_null] = ACTIONS(3063), + [anon_sym_if] = ACTIONS(3063), + [anon_sym_else] = ACTIONS(3063), + [anon_sym_when] = ACTIONS(3063), + [anon_sym_try] = ACTIONS(3063), + [anon_sym_throw] = ACTIONS(3063), + [anon_sym_return] = ACTIONS(3063), + [anon_sym_continue] = ACTIONS(3063), + [anon_sym_break] = ACTIONS(3063), + [anon_sym_COLON_COLON] = ACTIONS(4567), + [anon_sym_PLUS_EQ] = ACTIONS(3065), + [anon_sym_DASH_EQ] = ACTIONS(3065), + [anon_sym_STAR_EQ] = ACTIONS(3065), + [anon_sym_SLASH_EQ] = ACTIONS(3065), + [anon_sym_PERCENT_EQ] = ACTIONS(3065), + [anon_sym_BANG_EQ] = ACTIONS(5137), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5139), + [anon_sym_EQ_EQ] = ACTIONS(5137), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5139), + [anon_sym_LT_EQ] = ACTIONS(5141), + [anon_sym_GT_EQ] = ACTIONS(5141), + [anon_sym_BANGin] = ACTIONS(5143), + [anon_sym_is] = ACTIONS(4577), + [anon_sym_BANGis] = ACTIONS(4579), + [anon_sym_PLUS] = ACTIONS(5145), + [anon_sym_DASH] = ACTIONS(5145), + [anon_sym_SLASH] = ACTIONS(5125), + [anon_sym_PERCENT] = ACTIONS(5125), + [anon_sym_as_QMARK] = ACTIONS(4583), + [anon_sym_PLUS_PLUS] = ACTIONS(4585), + [anon_sym_DASH_DASH] = ACTIONS(4585), + [anon_sym_BANG] = ACTIONS(3063), + [anon_sym_BANG_BANG] = ACTIONS(4585), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3013), - [anon_sym_continue_AT] = ACTIONS(3013), - [anon_sym_break_AT] = ACTIONS(3013), - [sym_real_literal] = ACTIONS(3013), - [sym_integer_literal] = ACTIONS(3011), - [sym_hex_literal] = ACTIONS(3013), - [sym_bin_literal] = ACTIONS(3013), - [anon_sym_true] = ACTIONS(3011), - [anon_sym_false] = ACTIONS(3011), - [anon_sym_SQUOTE] = ACTIONS(3013), + [anon_sym_return_AT] = ACTIONS(3065), + [anon_sym_continue_AT] = ACTIONS(3065), + [anon_sym_break_AT] = ACTIONS(3065), + [sym_real_literal] = ACTIONS(3065), + [sym_integer_literal] = ACTIONS(3063), + [sym_hex_literal] = ACTIONS(3065), + [sym_bin_literal] = ACTIONS(3065), + [anon_sym_true] = ACTIONS(3063), + [anon_sym_false] = ACTIONS(3063), + [anon_sym_SQUOTE] = ACTIONS(3065), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3013), - [sym_safe_nav] = ACTIONS(4547), + [sym__automatic_semicolon] = ACTIONS(3065), + [sym_safe_nav] = ACTIONS(4567), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3013), + [sym__string_start] = ACTIONS(3065), }, - [1218] = { - [sym_primary_constructor] = STATE(2853), - [sym__class_parameters] = STATE(2990), - [sym_type_parameters] = STATE(1281), - [sym_type_constraints] = STATE(3070), - [sym_enum_class_body] = STATE(3235), - [sym_modifiers] = STATE(9064), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3102), + [1225] = { + [sym_primary_constructor] = STATE(4465), + [sym_class_body] = STATE(4578), + [sym__class_parameters] = STATE(4565), + [sym_type_parameters] = STATE(1252), + [sym_type_constraints] = STATE(4550), + [sym_modifiers] = STATE(9275), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3146), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(5153), - [anon_sym_LBRACK] = ACTIONS(3108), - [anon_sym_RBRACK] = ACTIONS(3108), - [anon_sym_as] = ACTIONS(3102), - [anon_sym_EQ] = ACTIONS(3102), - [anon_sym_constructor] = ACTIONS(5145), - [anon_sym_LBRACE] = ACTIONS(5155), - [anon_sym_RBRACE] = ACTIONS(3108), - [anon_sym_LPAREN] = ACTIONS(5149), - [anon_sym_COMMA] = ACTIONS(3108), - [anon_sym_RPAREN] = ACTIONS(3108), - [anon_sym_LT] = ACTIONS(5131), - [anon_sym_GT] = ACTIONS(3102), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(3102), - [anon_sym_SEMI] = ACTIONS(3108), - [anon_sym_get] = ACTIONS(3102), - [anon_sym_set] = ACTIONS(3102), - [anon_sym_STAR] = ACTIONS(3102), - [anon_sym_DASH_GT] = ACTIONS(3108), - [sym_label] = ACTIONS(3108), - [anon_sym_in] = ACTIONS(3102), - [anon_sym_while] = ACTIONS(3102), - [anon_sym_DOT_DOT] = ACTIONS(3108), - [anon_sym_QMARK_COLON] = ACTIONS(3108), - [anon_sym_AMP_AMP] = ACTIONS(3108), - [anon_sym_PIPE_PIPE] = ACTIONS(3108), - [anon_sym_else] = ACTIONS(3102), - [anon_sym_COLON_COLON] = ACTIONS(3108), - [anon_sym_PLUS_EQ] = ACTIONS(3108), - [anon_sym_DASH_EQ] = ACTIONS(3108), - [anon_sym_STAR_EQ] = ACTIONS(3108), - [anon_sym_SLASH_EQ] = ACTIONS(3108), - [anon_sym_PERCENT_EQ] = ACTIONS(3108), - [anon_sym_BANG_EQ] = ACTIONS(3102), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3108), - [anon_sym_EQ_EQ] = ACTIONS(3102), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3108), - [anon_sym_LT_EQ] = ACTIONS(3108), - [anon_sym_GT_EQ] = ACTIONS(3108), - [anon_sym_BANGin] = ACTIONS(3108), - [anon_sym_is] = ACTIONS(3102), - [anon_sym_BANGis] = ACTIONS(3108), - [anon_sym_PLUS] = ACTIONS(3102), - [anon_sym_DASH] = ACTIONS(3102), - [anon_sym_SLASH] = ACTIONS(3102), - [anon_sym_PERCENT] = ACTIONS(3102), - [anon_sym_as_QMARK] = ACTIONS(3108), - [anon_sym_PLUS_PLUS] = ACTIONS(3108), - [anon_sym_DASH_DASH] = ACTIONS(3108), - [anon_sym_BANG_BANG] = ACTIONS(3108), + [anon_sym_COLON] = ACTIONS(5165), + [anon_sym_LBRACK] = ACTIONS(3150), + [anon_sym_RBRACK] = ACTIONS(3150), + [anon_sym_as] = ACTIONS(3146), + [anon_sym_EQ] = ACTIONS(3146), + [anon_sym_constructor] = ACTIONS(5113), + [anon_sym_LBRACE] = ACTIONS(5161), + [anon_sym_RBRACE] = ACTIONS(3150), + [anon_sym_LPAREN] = ACTIONS(5117), + [anon_sym_COMMA] = ACTIONS(3150), + [anon_sym_RPAREN] = ACTIONS(3150), + [anon_sym_LT] = ACTIONS(5119), + [anon_sym_GT] = ACTIONS(3146), + [anon_sym_where] = ACTIONS(5121), + [anon_sym_DOT] = ACTIONS(3146), + [anon_sym_SEMI] = ACTIONS(3150), + [anon_sym_get] = ACTIONS(3146), + [anon_sym_set] = ACTIONS(3146), + [anon_sym_STAR] = ACTIONS(3146), + [anon_sym_DASH_GT] = ACTIONS(3150), + [sym_label] = ACTIONS(3150), + [anon_sym_in] = ACTIONS(3146), + [anon_sym_while] = ACTIONS(3146), + [anon_sym_DOT_DOT] = ACTIONS(3150), + [anon_sym_QMARK_COLON] = ACTIONS(3150), + [anon_sym_AMP_AMP] = ACTIONS(3150), + [anon_sym_PIPE_PIPE] = ACTIONS(3150), + [anon_sym_else] = ACTIONS(3146), + [anon_sym_COLON_COLON] = ACTIONS(3150), + [anon_sym_PLUS_EQ] = ACTIONS(3150), + [anon_sym_DASH_EQ] = ACTIONS(3150), + [anon_sym_STAR_EQ] = ACTIONS(3150), + [anon_sym_SLASH_EQ] = ACTIONS(3150), + [anon_sym_PERCENT_EQ] = ACTIONS(3150), + [anon_sym_BANG_EQ] = ACTIONS(3146), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3150), + [anon_sym_EQ_EQ] = ACTIONS(3146), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3150), + [anon_sym_LT_EQ] = ACTIONS(3150), + [anon_sym_GT_EQ] = ACTIONS(3150), + [anon_sym_BANGin] = ACTIONS(3150), + [anon_sym_is] = ACTIONS(3146), + [anon_sym_BANGis] = ACTIONS(3150), + [anon_sym_PLUS] = ACTIONS(3146), + [anon_sym_DASH] = ACTIONS(3146), + [anon_sym_SLASH] = ACTIONS(3146), + [anon_sym_PERCENT] = ACTIONS(3146), + [anon_sym_as_QMARK] = ACTIONS(3150), + [anon_sym_PLUS_PLUS] = ACTIONS(3150), + [anon_sym_DASH_DASH] = ACTIONS(3150), + [anon_sym_BANG_BANG] = ACTIONS(3150), [anon_sym_suspend] = ACTIONS(3120), [anon_sym_sealed] = ACTIONS(3122), [anon_sym_annotation] = ACTIONS(3122), @@ -173724,1167 +174548,453 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3134), [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3108), - [sym_safe_nav] = ACTIONS(3108), + [sym__backtick_identifier] = ACTIONS(3150), + [sym_safe_nav] = ACTIONS(3150), [sym_multiline_comment] = ACTIONS(3), }, - [1219] = { - [sym_indexing_suffix] = STATE(3339), - [sym_navigation_suffix] = STATE(3435), - [sym_call_suffix] = STATE(3432), - [sym_annotated_lambda] = STATE(3429), - [sym_type_arguments] = STATE(7512), - [sym_value_arguments] = STATE(2735), - [sym_lambda_literal] = STATE(3427), - [sym__equality_operator] = STATE(2194), - [sym__comparison_operator] = STATE(2197), - [sym__in_operator] = STATE(2198), - [sym__is_operator] = STATE(6217), - [sym__additive_operator] = STATE(2199), - [sym__multiplicative_operator] = STATE(2200), - [sym__as_operator] = STATE(6214), - [sym__postfix_unary_operator] = STATE(3426), - [sym__member_access_operator] = STATE(7360), - [sym_annotation] = STATE(7846), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2201), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7846), + [1226] = { + [sym_indexing_suffix] = STATE(3424), + [sym_navigation_suffix] = STATE(3423), + [sym_call_suffix] = STATE(3420), + [sym_annotated_lambda] = STATE(3419), + [sym_type_arguments] = STATE(7492), + [sym_value_arguments] = STATE(2731), + [sym_lambda_literal] = STATE(3415), + [sym__equality_operator] = STATE(2235), + [sym__comparison_operator] = STATE(2148), + [sym__in_operator] = STATE(2233), + [sym__is_operator] = STATE(6160), + [sym__additive_operator] = STATE(2232), + [sym__multiplicative_operator] = STATE(2231), + [sym__as_operator] = STATE(6161), + [sym__postfix_unary_operator] = STATE(3414), + [sym__member_access_operator] = STATE(7370), + [sym_annotation] = STATE(7887), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2229), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7887), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(4523), - [anon_sym_as] = ACTIONS(4525), - [anon_sym_EQ] = ACTIONS(2995), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_RBRACE] = ACTIONS(2997), - [anon_sym_LPAREN] = ACTIONS(4527), + [anon_sym_LBRACK] = ACTIONS(4543), + [anon_sym_as] = ACTIONS(4545), + [anon_sym_EQ] = ACTIONS(3007), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_RBRACE] = ACTIONS(3009), + [anon_sym_LPAREN] = ACTIONS(4547), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(5105), - [anon_sym_object] = ACTIONS(2995), - [anon_sym_fun] = ACTIONS(2995), - [anon_sym_DOT] = ACTIONS(4531), - [anon_sym_SEMI] = ACTIONS(2997), + [anon_sym_GT] = ACTIONS(5123), + [anon_sym_object] = ACTIONS(3007), + [anon_sym_fun] = ACTIONS(3007), + [anon_sym_DOT] = ACTIONS(4551), + [anon_sym_SEMI] = ACTIONS(3009), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(2995), - [anon_sym_super] = ACTIONS(2995), - [anon_sym_STAR] = ACTIONS(5095), - [sym_label] = ACTIONS(4535), - [anon_sym_in] = ACTIONS(5107), - [anon_sym_DOT_DOT] = ACTIONS(5097), - [anon_sym_QMARK_COLON] = ACTIONS(5109), - [anon_sym_AMP_AMP] = ACTIONS(2997), - [anon_sym_PIPE_PIPE] = ACTIONS(2997), - [anon_sym_null] = ACTIONS(2995), - [anon_sym_if] = ACTIONS(2995), - [anon_sym_else] = ACTIONS(2995), - [anon_sym_when] = ACTIONS(2995), - [anon_sym_try] = ACTIONS(2995), - [anon_sym_throw] = ACTIONS(2995), - [anon_sym_return] = ACTIONS(2995), - [anon_sym_continue] = ACTIONS(2995), - [anon_sym_break] = ACTIONS(2995), - [anon_sym_COLON_COLON] = ACTIONS(4547), - [anon_sym_PLUS_EQ] = ACTIONS(2997), - [anon_sym_DASH_EQ] = ACTIONS(2997), - [anon_sym_STAR_EQ] = ACTIONS(2997), - [anon_sym_SLASH_EQ] = ACTIONS(2997), - [anon_sym_PERCENT_EQ] = ACTIONS(2997), - [anon_sym_BANG_EQ] = ACTIONS(2995), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2997), - [anon_sym_EQ_EQ] = ACTIONS(2995), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2997), - [anon_sym_LT_EQ] = ACTIONS(5119), - [anon_sym_GT_EQ] = ACTIONS(5119), - [anon_sym_BANGin] = ACTIONS(5121), - [anon_sym_is] = ACTIONS(4557), - [anon_sym_BANGis] = ACTIONS(4559), - [anon_sym_PLUS] = ACTIONS(5099), - [anon_sym_DASH] = ACTIONS(5099), - [anon_sym_SLASH] = ACTIONS(5095), - [anon_sym_PERCENT] = ACTIONS(5095), - [anon_sym_as_QMARK] = ACTIONS(4563), - [anon_sym_PLUS_PLUS] = ACTIONS(4565), - [anon_sym_DASH_DASH] = ACTIONS(4565), - [anon_sym_BANG] = ACTIONS(2995), - [anon_sym_BANG_BANG] = ACTIONS(4565), + [anon_sym_this] = ACTIONS(3007), + [anon_sym_super] = ACTIONS(3007), + [anon_sym_STAR] = ACTIONS(5125), + [sym_label] = ACTIONS(4555), + [anon_sym_in] = ACTIONS(5127), + [anon_sym_DOT_DOT] = ACTIONS(5129), + [anon_sym_QMARK_COLON] = ACTIONS(5131), + [anon_sym_AMP_AMP] = ACTIONS(5133), + [anon_sym_PIPE_PIPE] = ACTIONS(5135), + [anon_sym_null] = ACTIONS(3007), + [anon_sym_if] = ACTIONS(3007), + [anon_sym_else] = ACTIONS(3007), + [anon_sym_when] = ACTIONS(3007), + [anon_sym_try] = ACTIONS(3007), + [anon_sym_throw] = ACTIONS(3007), + [anon_sym_return] = ACTIONS(3007), + [anon_sym_continue] = ACTIONS(3007), + [anon_sym_break] = ACTIONS(3007), + [anon_sym_COLON_COLON] = ACTIONS(4567), + [anon_sym_PLUS_EQ] = ACTIONS(3009), + [anon_sym_DASH_EQ] = ACTIONS(3009), + [anon_sym_STAR_EQ] = ACTIONS(3009), + [anon_sym_SLASH_EQ] = ACTIONS(3009), + [anon_sym_PERCENT_EQ] = ACTIONS(3009), + [anon_sym_BANG_EQ] = ACTIONS(5137), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5139), + [anon_sym_EQ_EQ] = ACTIONS(5137), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5139), + [anon_sym_LT_EQ] = ACTIONS(5141), + [anon_sym_GT_EQ] = ACTIONS(5141), + [anon_sym_BANGin] = ACTIONS(5143), + [anon_sym_is] = ACTIONS(4577), + [anon_sym_BANGis] = ACTIONS(4579), + [anon_sym_PLUS] = ACTIONS(5145), + [anon_sym_DASH] = ACTIONS(5145), + [anon_sym_SLASH] = ACTIONS(5125), + [anon_sym_PERCENT] = ACTIONS(5125), + [anon_sym_as_QMARK] = ACTIONS(4583), + [anon_sym_PLUS_PLUS] = ACTIONS(4585), + [anon_sym_DASH_DASH] = ACTIONS(4585), + [anon_sym_BANG] = ACTIONS(3007), + [anon_sym_BANG_BANG] = ACTIONS(4585), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(2997), - [anon_sym_continue_AT] = ACTIONS(2997), - [anon_sym_break_AT] = ACTIONS(2997), - [sym_real_literal] = ACTIONS(2997), - [sym_integer_literal] = ACTIONS(2995), - [sym_hex_literal] = ACTIONS(2997), - [sym_bin_literal] = ACTIONS(2997), - [anon_sym_true] = ACTIONS(2995), - [anon_sym_false] = ACTIONS(2995), - [anon_sym_SQUOTE] = ACTIONS(2997), + [anon_sym_return_AT] = ACTIONS(3009), + [anon_sym_continue_AT] = ACTIONS(3009), + [anon_sym_break_AT] = ACTIONS(3009), + [sym_real_literal] = ACTIONS(3009), + [sym_integer_literal] = ACTIONS(3007), + [sym_hex_literal] = ACTIONS(3009), + [sym_bin_literal] = ACTIONS(3009), + [anon_sym_true] = ACTIONS(3007), + [anon_sym_false] = ACTIONS(3007), + [anon_sym_SQUOTE] = ACTIONS(3009), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(2997), - [sym_safe_nav] = ACTIONS(4547), + [sym__automatic_semicolon] = ACTIONS(3009), + [sym_safe_nav] = ACTIONS(4567), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2997), + [sym__string_start] = ACTIONS(3009), }, - [1220] = { - [sym_indexing_suffix] = STATE(3339), - [sym_navigation_suffix] = STATE(3435), - [sym_call_suffix] = STATE(3432), - [sym_annotated_lambda] = STATE(3429), - [sym_type_arguments] = STATE(7512), - [sym_value_arguments] = STATE(2735), - [sym_lambda_literal] = STATE(3427), - [sym__equality_operator] = STATE(2194), - [sym__comparison_operator] = STATE(2197), - [sym__in_operator] = STATE(2198), - [sym__is_operator] = STATE(6217), - [sym__additive_operator] = STATE(2199), - [sym__multiplicative_operator] = STATE(2200), - [sym__as_operator] = STATE(6214), - [sym__postfix_unary_operator] = STATE(3426), - [sym__member_access_operator] = STATE(7360), - [sym_annotation] = STATE(7846), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2201), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7846), + [1227] = { + [sym_indexing_suffix] = STATE(3424), + [sym_navigation_suffix] = STATE(3423), + [sym_call_suffix] = STATE(3420), + [sym_annotated_lambda] = STATE(3419), + [sym_type_arguments] = STATE(7492), + [sym_value_arguments] = STATE(2731), + [sym_lambda_literal] = STATE(3415), + [sym__equality_operator] = STATE(2235), + [sym__comparison_operator] = STATE(2148), + [sym__in_operator] = STATE(2233), + [sym__is_operator] = STATE(6160), + [sym__additive_operator] = STATE(2232), + [sym__multiplicative_operator] = STATE(2231), + [sym__as_operator] = STATE(6161), + [sym__postfix_unary_operator] = STATE(3414), + [sym__member_access_operator] = STATE(7370), + [sym_annotation] = STATE(7887), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2229), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7887), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(4523), - [anon_sym_as] = ACTIONS(4525), - [anon_sym_EQ] = ACTIONS(3023), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_RBRACE] = ACTIONS(3025), - [anon_sym_LPAREN] = ACTIONS(4527), + [anon_sym_LBRACK] = ACTIONS(4543), + [anon_sym_as] = ACTIONS(4545), + [anon_sym_EQ] = ACTIONS(3082), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_RBRACE] = ACTIONS(3084), + [anon_sym_LPAREN] = ACTIONS(4547), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3023), - [anon_sym_object] = ACTIONS(3023), - [anon_sym_fun] = ACTIONS(3023), - [anon_sym_DOT] = ACTIONS(4531), - [anon_sym_SEMI] = ACTIONS(3025), + [anon_sym_GT] = ACTIONS(5123), + [anon_sym_object] = ACTIONS(3082), + [anon_sym_fun] = ACTIONS(3082), + [anon_sym_DOT] = ACTIONS(4551), + [anon_sym_SEMI] = ACTIONS(3084), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(3023), - [anon_sym_super] = ACTIONS(3023), - [anon_sym_STAR] = ACTIONS(5095), - [sym_label] = ACTIONS(4535), - [anon_sym_in] = ACTIONS(5107), - [anon_sym_DOT_DOT] = ACTIONS(5097), - [anon_sym_QMARK_COLON] = ACTIONS(5109), - [anon_sym_AMP_AMP] = ACTIONS(3025), - [anon_sym_PIPE_PIPE] = ACTIONS(3025), - [anon_sym_null] = ACTIONS(3023), - [anon_sym_if] = ACTIONS(3023), - [anon_sym_else] = ACTIONS(3023), - [anon_sym_when] = ACTIONS(3023), - [anon_sym_try] = ACTIONS(3023), - [anon_sym_throw] = ACTIONS(3023), - [anon_sym_return] = ACTIONS(3023), - [anon_sym_continue] = ACTIONS(3023), - [anon_sym_break] = ACTIONS(3023), - [anon_sym_COLON_COLON] = ACTIONS(4547), - [anon_sym_PLUS_EQ] = ACTIONS(3025), - [anon_sym_DASH_EQ] = ACTIONS(3025), - [anon_sym_STAR_EQ] = ACTIONS(3025), - [anon_sym_SLASH_EQ] = ACTIONS(3025), - [anon_sym_PERCENT_EQ] = ACTIONS(3025), - [anon_sym_BANG_EQ] = ACTIONS(3023), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3025), - [anon_sym_EQ_EQ] = ACTIONS(3023), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3025), - [anon_sym_LT_EQ] = ACTIONS(3025), - [anon_sym_GT_EQ] = ACTIONS(3025), - [anon_sym_BANGin] = ACTIONS(5121), - [anon_sym_is] = ACTIONS(4557), - [anon_sym_BANGis] = ACTIONS(4559), - [anon_sym_PLUS] = ACTIONS(5099), - [anon_sym_DASH] = ACTIONS(5099), - [anon_sym_SLASH] = ACTIONS(5095), - [anon_sym_PERCENT] = ACTIONS(5095), - [anon_sym_as_QMARK] = ACTIONS(4563), - [anon_sym_PLUS_PLUS] = ACTIONS(4565), - [anon_sym_DASH_DASH] = ACTIONS(4565), - [anon_sym_BANG] = ACTIONS(3023), - [anon_sym_BANG_BANG] = ACTIONS(4565), + [anon_sym_this] = ACTIONS(3082), + [anon_sym_super] = ACTIONS(3082), + [anon_sym_STAR] = ACTIONS(5125), + [sym_label] = ACTIONS(4555), + [anon_sym_in] = ACTIONS(5127), + [anon_sym_DOT_DOT] = ACTIONS(5129), + [anon_sym_QMARK_COLON] = ACTIONS(5131), + [anon_sym_AMP_AMP] = ACTIONS(5133), + [anon_sym_PIPE_PIPE] = ACTIONS(5135), + [anon_sym_null] = ACTIONS(3082), + [anon_sym_if] = ACTIONS(3082), + [anon_sym_else] = ACTIONS(3082), + [anon_sym_when] = ACTIONS(3082), + [anon_sym_try] = ACTIONS(3082), + [anon_sym_throw] = ACTIONS(3082), + [anon_sym_return] = ACTIONS(3082), + [anon_sym_continue] = ACTIONS(3082), + [anon_sym_break] = ACTIONS(3082), + [anon_sym_COLON_COLON] = ACTIONS(4567), + [anon_sym_PLUS_EQ] = ACTIONS(3084), + [anon_sym_DASH_EQ] = ACTIONS(3084), + [anon_sym_STAR_EQ] = ACTIONS(3084), + [anon_sym_SLASH_EQ] = ACTIONS(3084), + [anon_sym_PERCENT_EQ] = ACTIONS(3084), + [anon_sym_BANG_EQ] = ACTIONS(5137), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5139), + [anon_sym_EQ_EQ] = ACTIONS(5137), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5139), + [anon_sym_LT_EQ] = ACTIONS(5141), + [anon_sym_GT_EQ] = ACTIONS(5141), + [anon_sym_BANGin] = ACTIONS(5143), + [anon_sym_is] = ACTIONS(4577), + [anon_sym_BANGis] = ACTIONS(4579), + [anon_sym_PLUS] = ACTIONS(5145), + [anon_sym_DASH] = ACTIONS(5145), + [anon_sym_SLASH] = ACTIONS(5125), + [anon_sym_PERCENT] = ACTIONS(5125), + [anon_sym_as_QMARK] = ACTIONS(4583), + [anon_sym_PLUS_PLUS] = ACTIONS(4585), + [anon_sym_DASH_DASH] = ACTIONS(4585), + [anon_sym_BANG] = ACTIONS(3082), + [anon_sym_BANG_BANG] = ACTIONS(4585), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3025), - [anon_sym_continue_AT] = ACTIONS(3025), - [anon_sym_break_AT] = ACTIONS(3025), - [sym_real_literal] = ACTIONS(3025), - [sym_integer_literal] = ACTIONS(3023), - [sym_hex_literal] = ACTIONS(3025), - [sym_bin_literal] = ACTIONS(3025), - [anon_sym_true] = ACTIONS(3023), - [anon_sym_false] = ACTIONS(3023), - [anon_sym_SQUOTE] = ACTIONS(3025), + [anon_sym_return_AT] = ACTIONS(3084), + [anon_sym_continue_AT] = ACTIONS(3084), + [anon_sym_break_AT] = ACTIONS(3084), + [sym_real_literal] = ACTIONS(3084), + [sym_integer_literal] = ACTIONS(3082), + [sym_hex_literal] = ACTIONS(3084), + [sym_bin_literal] = ACTIONS(3084), + [anon_sym_true] = ACTIONS(3082), + [anon_sym_false] = ACTIONS(3082), + [anon_sym_SQUOTE] = ACTIONS(3084), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3025), - [sym_safe_nav] = ACTIONS(4547), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3025), - }, - [1221] = { - [sym_primary_constructor] = STATE(2855), - [sym_class_body] = STATE(3235), - [sym__class_parameters] = STATE(2990), - [sym_type_parameters] = STATE(1278), - [sym_type_constraints] = STATE(3077), - [sym_modifiers] = STATE(9064), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3102), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(5157), - [anon_sym_LBRACK] = ACTIONS(3108), - [anon_sym_RBRACK] = ACTIONS(3108), - [anon_sym_as] = ACTIONS(3102), - [anon_sym_EQ] = ACTIONS(3102), - [anon_sym_constructor] = ACTIONS(5145), - [anon_sym_LBRACE] = ACTIONS(5147), - [anon_sym_RBRACE] = ACTIONS(3108), - [anon_sym_LPAREN] = ACTIONS(5149), - [anon_sym_COMMA] = ACTIONS(3108), - [anon_sym_RPAREN] = ACTIONS(3108), - [anon_sym_LT] = ACTIONS(5131), - [anon_sym_GT] = ACTIONS(3102), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(3102), - [anon_sym_SEMI] = ACTIONS(3108), - [anon_sym_get] = ACTIONS(3102), - [anon_sym_set] = ACTIONS(3102), - [anon_sym_STAR] = ACTIONS(3102), - [anon_sym_DASH_GT] = ACTIONS(3108), - [sym_label] = ACTIONS(3108), - [anon_sym_in] = ACTIONS(3102), - [anon_sym_while] = ACTIONS(3102), - [anon_sym_DOT_DOT] = ACTIONS(3108), - [anon_sym_QMARK_COLON] = ACTIONS(3108), - [anon_sym_AMP_AMP] = ACTIONS(3108), - [anon_sym_PIPE_PIPE] = ACTIONS(3108), - [anon_sym_else] = ACTIONS(3102), - [anon_sym_COLON_COLON] = ACTIONS(3108), - [anon_sym_PLUS_EQ] = ACTIONS(3108), - [anon_sym_DASH_EQ] = ACTIONS(3108), - [anon_sym_STAR_EQ] = ACTIONS(3108), - [anon_sym_SLASH_EQ] = ACTIONS(3108), - [anon_sym_PERCENT_EQ] = ACTIONS(3108), - [anon_sym_BANG_EQ] = ACTIONS(3102), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3108), - [anon_sym_EQ_EQ] = ACTIONS(3102), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3108), - [anon_sym_LT_EQ] = ACTIONS(3108), - [anon_sym_GT_EQ] = ACTIONS(3108), - [anon_sym_BANGin] = ACTIONS(3108), - [anon_sym_is] = ACTIONS(3102), - [anon_sym_BANGis] = ACTIONS(3108), - [anon_sym_PLUS] = ACTIONS(3102), - [anon_sym_DASH] = ACTIONS(3102), - [anon_sym_SLASH] = ACTIONS(3102), - [anon_sym_PERCENT] = ACTIONS(3102), - [anon_sym_as_QMARK] = ACTIONS(3108), - [anon_sym_PLUS_PLUS] = ACTIONS(3108), - [anon_sym_DASH_DASH] = ACTIONS(3108), - [anon_sym_BANG_BANG] = ACTIONS(3108), - [anon_sym_suspend] = ACTIONS(3120), - [anon_sym_sealed] = ACTIONS(3122), - [anon_sym_annotation] = ACTIONS(3122), - [anon_sym_data] = ACTIONS(3122), - [anon_sym_inner] = ACTIONS(3122), - [anon_sym_override] = ACTIONS(3124), - [anon_sym_lateinit] = ACTIONS(3124), - [anon_sym_public] = ACTIONS(3126), - [anon_sym_private] = ACTIONS(3126), - [anon_sym_internal] = ACTIONS(3126), - [anon_sym_protected] = ACTIONS(3126), - [anon_sym_tailrec] = ACTIONS(3120), - [anon_sym_operator] = ACTIONS(3120), - [anon_sym_infix] = ACTIONS(3120), - [anon_sym_inline] = ACTIONS(3120), - [anon_sym_external] = ACTIONS(3120), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(3130), - [anon_sym_final] = ACTIONS(3130), - [anon_sym_open] = ACTIONS(3130), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3134), - [anon_sym_actual] = ACTIONS(3134), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3108), - [sym_safe_nav] = ACTIONS(3108), + [sym__automatic_semicolon] = ACTIONS(3084), + [sym_safe_nav] = ACTIONS(4567), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3084), }, - [1222] = { - [sym_indexing_suffix] = STATE(3339), - [sym_navigation_suffix] = STATE(3435), - [sym_call_suffix] = STATE(3432), - [sym_annotated_lambda] = STATE(3429), - [sym_type_arguments] = STATE(7512), - [sym_value_arguments] = STATE(2735), - [sym_lambda_literal] = STATE(3427), - [sym__equality_operator] = STATE(2194), - [sym__comparison_operator] = STATE(2197), - [sym__in_operator] = STATE(2198), - [sym__is_operator] = STATE(6217), - [sym__additive_operator] = STATE(2199), - [sym__multiplicative_operator] = STATE(2200), - [sym__as_operator] = STATE(6214), - [sym__postfix_unary_operator] = STATE(3426), - [sym__member_access_operator] = STATE(7360), - [sym_annotation] = STATE(7846), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2201), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7846), + [1228] = { + [sym_indexing_suffix] = STATE(3424), + [sym_navigation_suffix] = STATE(3423), + [sym_call_suffix] = STATE(3420), + [sym_annotated_lambda] = STATE(3419), + [sym_type_arguments] = STATE(7492), + [sym_value_arguments] = STATE(2731), + [sym_lambda_literal] = STATE(3415), + [sym__equality_operator] = STATE(2235), + [sym__comparison_operator] = STATE(2148), + [sym__in_operator] = STATE(2233), + [sym__is_operator] = STATE(6160), + [sym__additive_operator] = STATE(2232), + [sym__multiplicative_operator] = STATE(2231), + [sym__as_operator] = STATE(6161), + [sym__postfix_unary_operator] = STATE(3414), + [sym__member_access_operator] = STATE(7370), + [sym_annotation] = STATE(7887), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2229), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7887), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(4523), - [anon_sym_as] = ACTIONS(4525), - [anon_sym_EQ] = ACTIONS(3027), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_RBRACE] = ACTIONS(3029), - [anon_sym_LPAREN] = ACTIONS(4527), - [anon_sym_LT] = ACTIONS(3031), - [anon_sym_GT] = ACTIONS(3027), - [anon_sym_object] = ACTIONS(3027), - [anon_sym_fun] = ACTIONS(3027), - [anon_sym_DOT] = ACTIONS(4531), - [anon_sym_SEMI] = ACTIONS(3029), + [anon_sym_LBRACK] = ACTIONS(4543), + [anon_sym_as] = ACTIONS(4545), + [anon_sym_EQ] = ACTIONS(3059), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_RBRACE] = ACTIONS(3061), + [anon_sym_LPAREN] = ACTIONS(4547), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(5123), + [anon_sym_object] = ACTIONS(3059), + [anon_sym_fun] = ACTIONS(3059), + [anon_sym_DOT] = ACTIONS(4551), + [anon_sym_SEMI] = ACTIONS(3061), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(3027), - [anon_sym_super] = ACTIONS(3027), - [anon_sym_STAR] = ACTIONS(5095), - [sym_label] = ACTIONS(4535), - [anon_sym_in] = ACTIONS(3027), - [anon_sym_DOT_DOT] = ACTIONS(5097), - [anon_sym_QMARK_COLON] = ACTIONS(5109), - [anon_sym_AMP_AMP] = ACTIONS(3029), - [anon_sym_PIPE_PIPE] = ACTIONS(3029), - [anon_sym_null] = ACTIONS(3027), - [anon_sym_if] = ACTIONS(3027), - [anon_sym_else] = ACTIONS(3027), - [anon_sym_when] = ACTIONS(3027), - [anon_sym_try] = ACTIONS(3027), - [anon_sym_throw] = ACTIONS(3027), - [anon_sym_return] = ACTIONS(3027), - [anon_sym_continue] = ACTIONS(3027), - [anon_sym_break] = ACTIONS(3027), - [anon_sym_COLON_COLON] = ACTIONS(4547), - [anon_sym_PLUS_EQ] = ACTIONS(3029), - [anon_sym_DASH_EQ] = ACTIONS(3029), - [anon_sym_STAR_EQ] = ACTIONS(3029), - [anon_sym_SLASH_EQ] = ACTIONS(3029), - [anon_sym_PERCENT_EQ] = ACTIONS(3029), - [anon_sym_BANG_EQ] = ACTIONS(3027), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3029), - [anon_sym_EQ_EQ] = ACTIONS(3027), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3029), - [anon_sym_LT_EQ] = ACTIONS(3029), - [anon_sym_GT_EQ] = ACTIONS(3029), - [anon_sym_BANGin] = ACTIONS(3029), - [anon_sym_is] = ACTIONS(3027), - [anon_sym_BANGis] = ACTIONS(3029), - [anon_sym_PLUS] = ACTIONS(5099), - [anon_sym_DASH] = ACTIONS(5099), - [anon_sym_SLASH] = ACTIONS(5095), - [anon_sym_PERCENT] = ACTIONS(5095), - [anon_sym_as_QMARK] = ACTIONS(4563), - [anon_sym_PLUS_PLUS] = ACTIONS(4565), - [anon_sym_DASH_DASH] = ACTIONS(4565), - [anon_sym_BANG] = ACTIONS(3027), - [anon_sym_BANG_BANG] = ACTIONS(4565), + [anon_sym_this] = ACTIONS(3059), + [anon_sym_super] = ACTIONS(3059), + [anon_sym_STAR] = ACTIONS(5125), + [sym_label] = ACTIONS(4555), + [anon_sym_in] = ACTIONS(5127), + [anon_sym_DOT_DOT] = ACTIONS(5129), + [anon_sym_QMARK_COLON] = ACTIONS(5131), + [anon_sym_AMP_AMP] = ACTIONS(5133), + [anon_sym_PIPE_PIPE] = ACTIONS(5135), + [anon_sym_null] = ACTIONS(3059), + [anon_sym_if] = ACTIONS(3059), + [anon_sym_else] = ACTIONS(3059), + [anon_sym_when] = ACTIONS(3059), + [anon_sym_try] = ACTIONS(3059), + [anon_sym_throw] = ACTIONS(3059), + [anon_sym_return] = ACTIONS(3059), + [anon_sym_continue] = ACTIONS(3059), + [anon_sym_break] = ACTIONS(3059), + [anon_sym_COLON_COLON] = ACTIONS(4567), + [anon_sym_PLUS_EQ] = ACTIONS(3061), + [anon_sym_DASH_EQ] = ACTIONS(3061), + [anon_sym_STAR_EQ] = ACTIONS(3061), + [anon_sym_SLASH_EQ] = ACTIONS(3061), + [anon_sym_PERCENT_EQ] = ACTIONS(3061), + [anon_sym_BANG_EQ] = ACTIONS(5137), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5139), + [anon_sym_EQ_EQ] = ACTIONS(5137), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5139), + [anon_sym_LT_EQ] = ACTIONS(5141), + [anon_sym_GT_EQ] = ACTIONS(5141), + [anon_sym_BANGin] = ACTIONS(5143), + [anon_sym_is] = ACTIONS(4577), + [anon_sym_BANGis] = ACTIONS(4579), + [anon_sym_PLUS] = ACTIONS(5145), + [anon_sym_DASH] = ACTIONS(5145), + [anon_sym_SLASH] = ACTIONS(5125), + [anon_sym_PERCENT] = ACTIONS(5125), + [anon_sym_as_QMARK] = ACTIONS(4583), + [anon_sym_PLUS_PLUS] = ACTIONS(4585), + [anon_sym_DASH_DASH] = ACTIONS(4585), + [anon_sym_BANG] = ACTIONS(3059), + [anon_sym_BANG_BANG] = ACTIONS(4585), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3029), - [anon_sym_continue_AT] = ACTIONS(3029), - [anon_sym_break_AT] = ACTIONS(3029), - [sym_real_literal] = ACTIONS(3029), - [sym_integer_literal] = ACTIONS(3027), - [sym_hex_literal] = ACTIONS(3029), - [sym_bin_literal] = ACTIONS(3029), - [anon_sym_true] = ACTIONS(3027), - [anon_sym_false] = ACTIONS(3027), - [anon_sym_SQUOTE] = ACTIONS(3029), + [anon_sym_return_AT] = ACTIONS(3061), + [anon_sym_continue_AT] = ACTIONS(3061), + [anon_sym_break_AT] = ACTIONS(3061), + [sym_real_literal] = ACTIONS(3061), + [sym_integer_literal] = ACTIONS(3059), + [sym_hex_literal] = ACTIONS(3061), + [sym_bin_literal] = ACTIONS(3061), + [anon_sym_true] = ACTIONS(3059), + [anon_sym_false] = ACTIONS(3059), + [anon_sym_SQUOTE] = ACTIONS(3061), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3029), - [sym_safe_nav] = ACTIONS(4547), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3029), - }, - [1223] = { - [sym_type_constraints] = STATE(1297), - [sym_function_body] = STATE(1147), - [sym__block] = STATE(1128), - [sym__alpha_identifier] = ACTIONS(4101), - [anon_sym_AT] = ACTIONS(4103), - [anon_sym_COLON] = ACTIONS(5159), - [anon_sym_LBRACK] = ACTIONS(4103), - [anon_sym_as] = ACTIONS(4101), - [anon_sym_EQ] = ACTIONS(5103), - [anon_sym_LBRACE] = ACTIONS(4081), - [anon_sym_RBRACE] = ACTIONS(4103), - [anon_sym_LPAREN] = ACTIONS(4103), - [anon_sym_COMMA] = ACTIONS(4103), - [anon_sym_LT] = ACTIONS(4101), - [anon_sym_GT] = ACTIONS(4101), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(4101), - [anon_sym_fun] = ACTIONS(4101), - [anon_sym_DOT] = ACTIONS(4101), - [anon_sym_SEMI] = ACTIONS(4103), - [anon_sym_get] = ACTIONS(4101), - [anon_sym_set] = ACTIONS(4101), - [anon_sym_this] = ACTIONS(4101), - [anon_sym_super] = ACTIONS(4101), - [anon_sym_STAR] = ACTIONS(4103), - [sym_label] = ACTIONS(4101), - [anon_sym_in] = ACTIONS(4101), - [anon_sym_DOT_DOT] = ACTIONS(4103), - [anon_sym_QMARK_COLON] = ACTIONS(4103), - [anon_sym_AMP_AMP] = ACTIONS(4103), - [anon_sym_PIPE_PIPE] = ACTIONS(4103), - [anon_sym_null] = ACTIONS(4101), - [anon_sym_if] = ACTIONS(4101), - [anon_sym_else] = ACTIONS(4101), - [anon_sym_when] = ACTIONS(4101), - [anon_sym_try] = ACTIONS(4101), - [anon_sym_throw] = ACTIONS(4101), - [anon_sym_return] = ACTIONS(4101), - [anon_sym_continue] = ACTIONS(4101), - [anon_sym_break] = ACTIONS(4101), - [anon_sym_COLON_COLON] = ACTIONS(4103), - [anon_sym_BANG_EQ] = ACTIONS(4101), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4103), - [anon_sym_EQ_EQ] = ACTIONS(4101), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4103), - [anon_sym_LT_EQ] = ACTIONS(4103), - [anon_sym_GT_EQ] = ACTIONS(4103), - [anon_sym_BANGin] = ACTIONS(4103), - [anon_sym_is] = ACTIONS(4101), - [anon_sym_BANGis] = ACTIONS(4103), - [anon_sym_PLUS] = ACTIONS(4101), - [anon_sym_DASH] = ACTIONS(4101), - [anon_sym_SLASH] = ACTIONS(4101), - [anon_sym_PERCENT] = ACTIONS(4103), - [anon_sym_as_QMARK] = ACTIONS(4103), - [anon_sym_PLUS_PLUS] = ACTIONS(4103), - [anon_sym_DASH_DASH] = ACTIONS(4103), - [anon_sym_BANG] = ACTIONS(4101), - [anon_sym_BANG_BANG] = ACTIONS(4103), - [anon_sym_suspend] = ACTIONS(4101), - [anon_sym_sealed] = ACTIONS(4101), - [anon_sym_annotation] = ACTIONS(4101), - [anon_sym_data] = ACTIONS(4101), - [anon_sym_inner] = ACTIONS(4101), - [anon_sym_override] = ACTIONS(4101), - [anon_sym_lateinit] = ACTIONS(4101), - [anon_sym_public] = ACTIONS(4101), - [anon_sym_private] = ACTIONS(4101), - [anon_sym_internal] = ACTIONS(4101), - [anon_sym_protected] = ACTIONS(4101), - [anon_sym_tailrec] = ACTIONS(4101), - [anon_sym_operator] = ACTIONS(4101), - [anon_sym_infix] = ACTIONS(4101), - [anon_sym_inline] = ACTIONS(4101), - [anon_sym_external] = ACTIONS(4101), - [sym_property_modifier] = ACTIONS(4101), - [anon_sym_abstract] = ACTIONS(4101), - [anon_sym_final] = ACTIONS(4101), - [anon_sym_open] = ACTIONS(4101), - [anon_sym_vararg] = ACTIONS(4101), - [anon_sym_noinline] = ACTIONS(4101), - [anon_sym_crossinline] = ACTIONS(4101), - [anon_sym_expect] = ACTIONS(4101), - [anon_sym_actual] = ACTIONS(4101), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4103), - [anon_sym_continue_AT] = ACTIONS(4103), - [anon_sym_break_AT] = ACTIONS(4103), - [sym_real_literal] = ACTIONS(4103), - [sym_integer_literal] = ACTIONS(4101), - [sym_hex_literal] = ACTIONS(4103), - [sym_bin_literal] = ACTIONS(4103), - [anon_sym_true] = ACTIONS(4101), - [anon_sym_false] = ACTIONS(4101), - [anon_sym_SQUOTE] = ACTIONS(4103), - [sym__backtick_identifier] = ACTIONS(4103), - [sym__automatic_semicolon] = ACTIONS(4103), - [sym_safe_nav] = ACTIONS(4103), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4103), - }, - [1224] = { - [sym_type_constraints] = STATE(1289), - [sym_function_body] = STATE(1096), - [sym__block] = STATE(1128), - [sym__alpha_identifier] = ACTIONS(4073), - [anon_sym_AT] = ACTIONS(4075), - [anon_sym_COLON] = ACTIONS(5161), - [anon_sym_LBRACK] = ACTIONS(4075), - [anon_sym_as] = ACTIONS(4073), - [anon_sym_EQ] = ACTIONS(5103), - [anon_sym_LBRACE] = ACTIONS(4081), - [anon_sym_RBRACE] = ACTIONS(4075), - [anon_sym_LPAREN] = ACTIONS(4075), - [anon_sym_COMMA] = ACTIONS(4075), - [anon_sym_LT] = ACTIONS(4073), - [anon_sym_GT] = ACTIONS(4073), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(4073), - [anon_sym_fun] = ACTIONS(4073), - [anon_sym_DOT] = ACTIONS(4073), - [anon_sym_SEMI] = ACTIONS(4075), - [anon_sym_get] = ACTIONS(4073), - [anon_sym_set] = ACTIONS(4073), - [anon_sym_this] = ACTIONS(4073), - [anon_sym_super] = ACTIONS(4073), - [anon_sym_STAR] = ACTIONS(4075), - [sym_label] = ACTIONS(4073), - [anon_sym_in] = ACTIONS(4073), - [anon_sym_DOT_DOT] = ACTIONS(4075), - [anon_sym_QMARK_COLON] = ACTIONS(4075), - [anon_sym_AMP_AMP] = ACTIONS(4075), - [anon_sym_PIPE_PIPE] = ACTIONS(4075), - [anon_sym_null] = ACTIONS(4073), - [anon_sym_if] = ACTIONS(4073), - [anon_sym_else] = ACTIONS(4073), - [anon_sym_when] = ACTIONS(4073), - [anon_sym_try] = ACTIONS(4073), - [anon_sym_throw] = ACTIONS(4073), - [anon_sym_return] = ACTIONS(4073), - [anon_sym_continue] = ACTIONS(4073), - [anon_sym_break] = ACTIONS(4073), - [anon_sym_COLON_COLON] = ACTIONS(4075), - [anon_sym_BANG_EQ] = ACTIONS(4073), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4075), - [anon_sym_EQ_EQ] = ACTIONS(4073), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4075), - [anon_sym_LT_EQ] = ACTIONS(4075), - [anon_sym_GT_EQ] = ACTIONS(4075), - [anon_sym_BANGin] = ACTIONS(4075), - [anon_sym_is] = ACTIONS(4073), - [anon_sym_BANGis] = ACTIONS(4075), - [anon_sym_PLUS] = ACTIONS(4073), - [anon_sym_DASH] = ACTIONS(4073), - [anon_sym_SLASH] = ACTIONS(4073), - [anon_sym_PERCENT] = ACTIONS(4075), - [anon_sym_as_QMARK] = ACTIONS(4075), - [anon_sym_PLUS_PLUS] = ACTIONS(4075), - [anon_sym_DASH_DASH] = ACTIONS(4075), - [anon_sym_BANG] = ACTIONS(4073), - [anon_sym_BANG_BANG] = ACTIONS(4075), - [anon_sym_suspend] = ACTIONS(4073), - [anon_sym_sealed] = ACTIONS(4073), - [anon_sym_annotation] = ACTIONS(4073), - [anon_sym_data] = ACTIONS(4073), - [anon_sym_inner] = ACTIONS(4073), - [anon_sym_override] = ACTIONS(4073), - [anon_sym_lateinit] = ACTIONS(4073), - [anon_sym_public] = ACTIONS(4073), - [anon_sym_private] = ACTIONS(4073), - [anon_sym_internal] = ACTIONS(4073), - [anon_sym_protected] = ACTIONS(4073), - [anon_sym_tailrec] = ACTIONS(4073), - [anon_sym_operator] = ACTIONS(4073), - [anon_sym_infix] = ACTIONS(4073), - [anon_sym_inline] = ACTIONS(4073), - [anon_sym_external] = ACTIONS(4073), - [sym_property_modifier] = ACTIONS(4073), - [anon_sym_abstract] = ACTIONS(4073), - [anon_sym_final] = ACTIONS(4073), - [anon_sym_open] = ACTIONS(4073), - [anon_sym_vararg] = ACTIONS(4073), - [anon_sym_noinline] = ACTIONS(4073), - [anon_sym_crossinline] = ACTIONS(4073), - [anon_sym_expect] = ACTIONS(4073), - [anon_sym_actual] = ACTIONS(4073), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4075), - [anon_sym_continue_AT] = ACTIONS(4075), - [anon_sym_break_AT] = ACTIONS(4075), - [sym_real_literal] = ACTIONS(4075), - [sym_integer_literal] = ACTIONS(4073), - [sym_hex_literal] = ACTIONS(4075), - [sym_bin_literal] = ACTIONS(4075), - [anon_sym_true] = ACTIONS(4073), - [anon_sym_false] = ACTIONS(4073), - [anon_sym_SQUOTE] = ACTIONS(4075), - [sym__backtick_identifier] = ACTIONS(4075), - [sym__automatic_semicolon] = ACTIONS(4075), - [sym_safe_nav] = ACTIONS(4075), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4075), - }, - [1225] = { - [sym_type_constraints] = STATE(1331), - [sym_function_body] = STATE(1127), - [sym__block] = STATE(1128), - [sym__alpha_identifier] = ACTIONS(4089), - [anon_sym_AT] = ACTIONS(4091), - [anon_sym_COLON] = ACTIONS(5163), - [anon_sym_LBRACK] = ACTIONS(4091), - [anon_sym_as] = ACTIONS(4089), - [anon_sym_EQ] = ACTIONS(5103), - [anon_sym_LBRACE] = ACTIONS(4081), - [anon_sym_RBRACE] = ACTIONS(4091), - [anon_sym_LPAREN] = ACTIONS(4091), - [anon_sym_COMMA] = ACTIONS(4091), - [anon_sym_LT] = ACTIONS(4089), - [anon_sym_GT] = ACTIONS(4089), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(4089), - [anon_sym_fun] = ACTIONS(4089), - [anon_sym_DOT] = ACTIONS(4089), - [anon_sym_SEMI] = ACTIONS(4091), - [anon_sym_get] = ACTIONS(4089), - [anon_sym_set] = ACTIONS(4089), - [anon_sym_this] = ACTIONS(4089), - [anon_sym_super] = ACTIONS(4089), - [anon_sym_STAR] = ACTIONS(4091), - [sym_label] = ACTIONS(4089), - [anon_sym_in] = ACTIONS(4089), - [anon_sym_DOT_DOT] = ACTIONS(4091), - [anon_sym_QMARK_COLON] = ACTIONS(4091), - [anon_sym_AMP_AMP] = ACTIONS(4091), - [anon_sym_PIPE_PIPE] = ACTIONS(4091), - [anon_sym_null] = ACTIONS(4089), - [anon_sym_if] = ACTIONS(4089), - [anon_sym_else] = ACTIONS(4089), - [anon_sym_when] = ACTIONS(4089), - [anon_sym_try] = ACTIONS(4089), - [anon_sym_throw] = ACTIONS(4089), - [anon_sym_return] = ACTIONS(4089), - [anon_sym_continue] = ACTIONS(4089), - [anon_sym_break] = ACTIONS(4089), - [anon_sym_COLON_COLON] = ACTIONS(4091), - [anon_sym_BANG_EQ] = ACTIONS(4089), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4091), - [anon_sym_EQ_EQ] = ACTIONS(4089), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4091), - [anon_sym_LT_EQ] = ACTIONS(4091), - [anon_sym_GT_EQ] = ACTIONS(4091), - [anon_sym_BANGin] = ACTIONS(4091), - [anon_sym_is] = ACTIONS(4089), - [anon_sym_BANGis] = ACTIONS(4091), - [anon_sym_PLUS] = ACTIONS(4089), - [anon_sym_DASH] = ACTIONS(4089), - [anon_sym_SLASH] = ACTIONS(4089), - [anon_sym_PERCENT] = ACTIONS(4091), - [anon_sym_as_QMARK] = ACTIONS(4091), - [anon_sym_PLUS_PLUS] = ACTIONS(4091), - [anon_sym_DASH_DASH] = ACTIONS(4091), - [anon_sym_BANG] = ACTIONS(4089), - [anon_sym_BANG_BANG] = ACTIONS(4091), - [anon_sym_suspend] = ACTIONS(4089), - [anon_sym_sealed] = ACTIONS(4089), - [anon_sym_annotation] = ACTIONS(4089), - [anon_sym_data] = ACTIONS(4089), - [anon_sym_inner] = ACTIONS(4089), - [anon_sym_override] = ACTIONS(4089), - [anon_sym_lateinit] = ACTIONS(4089), - [anon_sym_public] = ACTIONS(4089), - [anon_sym_private] = ACTIONS(4089), - [anon_sym_internal] = ACTIONS(4089), - [anon_sym_protected] = ACTIONS(4089), - [anon_sym_tailrec] = ACTIONS(4089), - [anon_sym_operator] = ACTIONS(4089), - [anon_sym_infix] = ACTIONS(4089), - [anon_sym_inline] = ACTIONS(4089), - [anon_sym_external] = ACTIONS(4089), - [sym_property_modifier] = ACTIONS(4089), - [anon_sym_abstract] = ACTIONS(4089), - [anon_sym_final] = ACTIONS(4089), - [anon_sym_open] = ACTIONS(4089), - [anon_sym_vararg] = ACTIONS(4089), - [anon_sym_noinline] = ACTIONS(4089), - [anon_sym_crossinline] = ACTIONS(4089), - [anon_sym_expect] = ACTIONS(4089), - [anon_sym_actual] = ACTIONS(4089), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4091), - [anon_sym_continue_AT] = ACTIONS(4091), - [anon_sym_break_AT] = ACTIONS(4091), - [sym_real_literal] = ACTIONS(4091), - [sym_integer_literal] = ACTIONS(4089), - [sym_hex_literal] = ACTIONS(4091), - [sym_bin_literal] = ACTIONS(4091), - [anon_sym_true] = ACTIONS(4089), - [anon_sym_false] = ACTIONS(4089), - [anon_sym_SQUOTE] = ACTIONS(4091), - [sym__backtick_identifier] = ACTIONS(4091), - [sym__automatic_semicolon] = ACTIONS(4091), - [sym_safe_nav] = ACTIONS(4091), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4091), - }, - [1226] = { - [sym__alpha_identifier] = ACTIONS(4249), - [anon_sym_AT] = ACTIONS(4252), - [anon_sym_LBRACK] = ACTIONS(4252), - [anon_sym_as] = ACTIONS(4257), - [anon_sym_EQ] = ACTIONS(4257), - [anon_sym_LBRACE] = ACTIONS(4252), - [anon_sym_RBRACE] = ACTIONS(4255), - [anon_sym_LPAREN] = ACTIONS(5165), - [anon_sym_RPAREN] = ACTIONS(4255), - [anon_sym_LT] = ACTIONS(4257), - [anon_sym_GT] = ACTIONS(4257), - [anon_sym_object] = ACTIONS(3828), - [anon_sym_fun] = ACTIONS(3828), - [anon_sym_DOT] = ACTIONS(4257), - [anon_sym_SEMI] = ACTIONS(4255), - [anon_sym_get] = ACTIONS(4249), - [anon_sym_set] = ACTIONS(4249), - [anon_sym_this] = ACTIONS(3828), - [anon_sym_super] = ACTIONS(3828), - [anon_sym_STAR] = ACTIONS(4249), - [sym_label] = ACTIONS(4249), - [anon_sym_in] = ACTIONS(4257), - [anon_sym_while] = ACTIONS(4257), - [anon_sym_DOT_DOT] = ACTIONS(4255), - [anon_sym_QMARK_COLON] = ACTIONS(4255), - [anon_sym_AMP_AMP] = ACTIONS(4255), - [anon_sym_PIPE_PIPE] = ACTIONS(4255), - [anon_sym_null] = ACTIONS(3828), - [anon_sym_if] = ACTIONS(3828), - [anon_sym_else] = ACTIONS(4257), - [anon_sym_when] = ACTIONS(3828), - [anon_sym_try] = ACTIONS(3828), - [anon_sym_throw] = ACTIONS(3828), - [anon_sym_return] = ACTIONS(3828), - [anon_sym_continue] = ACTIONS(3828), - [anon_sym_break] = ACTIONS(3828), - [anon_sym_COLON_COLON] = ACTIONS(4252), - [anon_sym_PLUS_EQ] = ACTIONS(4255), - [anon_sym_DASH_EQ] = ACTIONS(4255), - [anon_sym_STAR_EQ] = ACTIONS(4255), - [anon_sym_SLASH_EQ] = ACTIONS(4255), - [anon_sym_PERCENT_EQ] = ACTIONS(4255), - [anon_sym_BANG_EQ] = ACTIONS(4257), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4255), - [anon_sym_EQ_EQ] = ACTIONS(4257), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4255), - [anon_sym_LT_EQ] = ACTIONS(4255), - [anon_sym_GT_EQ] = ACTIONS(4255), - [anon_sym_BANGin] = ACTIONS(4255), - [anon_sym_is] = ACTIONS(4257), - [anon_sym_BANGis] = ACTIONS(4255), - [anon_sym_PLUS] = ACTIONS(4249), - [anon_sym_DASH] = ACTIONS(4249), - [anon_sym_SLASH] = ACTIONS(4257), - [anon_sym_PERCENT] = ACTIONS(4257), - [anon_sym_as_QMARK] = ACTIONS(4255), - [anon_sym_PLUS_PLUS] = ACTIONS(4252), - [anon_sym_DASH_DASH] = ACTIONS(4252), - [anon_sym_BANG] = ACTIONS(3828), - [anon_sym_BANG_BANG] = ACTIONS(4255), - [anon_sym_suspend] = ACTIONS(4257), - [anon_sym_sealed] = ACTIONS(4257), - [anon_sym_annotation] = ACTIONS(4257), - [anon_sym_data] = ACTIONS(4249), - [anon_sym_inner] = ACTIONS(4249), - [anon_sym_override] = ACTIONS(4257), - [anon_sym_lateinit] = ACTIONS(4257), - [anon_sym_public] = ACTIONS(4257), - [anon_sym_private] = ACTIONS(4257), - [anon_sym_internal] = ACTIONS(4257), - [anon_sym_protected] = ACTIONS(4257), - [anon_sym_tailrec] = ACTIONS(4257), - [anon_sym_operator] = ACTIONS(4257), - [anon_sym_infix] = ACTIONS(4257), - [anon_sym_inline] = ACTIONS(4257), - [anon_sym_external] = ACTIONS(4257), - [sym_property_modifier] = ACTIONS(4257), - [anon_sym_abstract] = ACTIONS(4257), - [anon_sym_final] = ACTIONS(4257), - [anon_sym_open] = ACTIONS(4257), - [anon_sym_vararg] = ACTIONS(4257), - [anon_sym_noinline] = ACTIONS(4257), - [anon_sym_crossinline] = ACTIONS(4257), - [anon_sym_expect] = ACTIONS(4249), - [anon_sym_actual] = ACTIONS(4249), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3833), - [anon_sym_continue_AT] = ACTIONS(3833), - [anon_sym_break_AT] = ACTIONS(3833), - [sym_real_literal] = ACTIONS(3833), - [sym_integer_literal] = ACTIONS(3828), - [sym_hex_literal] = ACTIONS(3833), - [sym_bin_literal] = ACTIONS(3833), - [anon_sym_true] = ACTIONS(3828), - [anon_sym_false] = ACTIONS(3828), - [anon_sym_SQUOTE] = ACTIONS(3833), - [sym__backtick_identifier] = ACTIONS(4252), - [sym_safe_nav] = ACTIONS(4255), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3833), - }, - [1227] = { - [sym_indexing_suffix] = STATE(3339), - [sym_navigation_suffix] = STATE(3435), - [sym_call_suffix] = STATE(3432), - [sym_annotated_lambda] = STATE(3429), - [sym_type_arguments] = STATE(7512), - [sym_value_arguments] = STATE(2735), - [sym_lambda_literal] = STATE(3427), - [sym__equality_operator] = STATE(2194), - [sym__comparison_operator] = STATE(2197), - [sym__in_operator] = STATE(2198), - [sym__is_operator] = STATE(6217), - [sym__additive_operator] = STATE(2199), - [sym__multiplicative_operator] = STATE(2200), - [sym__as_operator] = STATE(6214), - [sym__postfix_unary_operator] = STATE(3426), - [sym__member_access_operator] = STATE(7360), - [sym_annotation] = STATE(7846), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2201), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7846), - [sym__alpha_identifier] = ACTIONS(3034), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(4523), - [anon_sym_as] = ACTIONS(4525), - [anon_sym_EQ] = ACTIONS(3034), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_RBRACE] = ACTIONS(3036), - [anon_sym_LPAREN] = ACTIONS(4527), - [anon_sym_LT] = ACTIONS(3038), - [anon_sym_GT] = ACTIONS(3034), - [anon_sym_object] = ACTIONS(3034), - [anon_sym_fun] = ACTIONS(3034), - [anon_sym_DOT] = ACTIONS(4531), - [anon_sym_SEMI] = ACTIONS(3036), - [anon_sym_get] = ACTIONS(3034), - [anon_sym_set] = ACTIONS(3034), - [anon_sym_this] = ACTIONS(3034), - [anon_sym_super] = ACTIONS(3034), - [anon_sym_STAR] = ACTIONS(5095), - [sym_label] = ACTIONS(4535), - [anon_sym_in] = ACTIONS(3034), - [anon_sym_DOT_DOT] = ACTIONS(3036), - [anon_sym_QMARK_COLON] = ACTIONS(3036), - [anon_sym_AMP_AMP] = ACTIONS(3036), - [anon_sym_PIPE_PIPE] = ACTIONS(3036), - [anon_sym_null] = ACTIONS(3034), - [anon_sym_if] = ACTIONS(3034), - [anon_sym_else] = ACTIONS(3034), - [anon_sym_when] = ACTIONS(3034), - [anon_sym_try] = ACTIONS(3034), - [anon_sym_throw] = ACTIONS(3034), - [anon_sym_return] = ACTIONS(3034), - [anon_sym_continue] = ACTIONS(3034), - [anon_sym_break] = ACTIONS(3034), - [anon_sym_COLON_COLON] = ACTIONS(4547), - [anon_sym_PLUS_EQ] = ACTIONS(3036), - [anon_sym_DASH_EQ] = ACTIONS(3036), - [anon_sym_STAR_EQ] = ACTIONS(3036), - [anon_sym_SLASH_EQ] = ACTIONS(3036), - [anon_sym_PERCENT_EQ] = ACTIONS(3036), - [anon_sym_BANG_EQ] = ACTIONS(3034), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3036), - [anon_sym_EQ_EQ] = ACTIONS(3034), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3036), - [anon_sym_LT_EQ] = ACTIONS(3036), - [anon_sym_GT_EQ] = ACTIONS(3036), - [anon_sym_BANGin] = ACTIONS(3036), - [anon_sym_is] = ACTIONS(3034), - [anon_sym_BANGis] = ACTIONS(3036), - [anon_sym_PLUS] = ACTIONS(3034), - [anon_sym_DASH] = ACTIONS(3034), - [anon_sym_SLASH] = ACTIONS(5095), - [anon_sym_PERCENT] = ACTIONS(5095), - [anon_sym_as_QMARK] = ACTIONS(4563), - [anon_sym_PLUS_PLUS] = ACTIONS(4565), - [anon_sym_DASH_DASH] = ACTIONS(4565), - [anon_sym_BANG] = ACTIONS(3034), - [anon_sym_BANG_BANG] = ACTIONS(4565), - [anon_sym_data] = ACTIONS(3034), - [anon_sym_inner] = ACTIONS(3034), - [anon_sym_expect] = ACTIONS(3034), - [anon_sym_actual] = ACTIONS(3034), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3036), - [anon_sym_continue_AT] = ACTIONS(3036), - [anon_sym_break_AT] = ACTIONS(3036), - [sym_real_literal] = ACTIONS(3036), - [sym_integer_literal] = ACTIONS(3034), - [sym_hex_literal] = ACTIONS(3036), - [sym_bin_literal] = ACTIONS(3036), - [anon_sym_true] = ACTIONS(3034), - [anon_sym_false] = ACTIONS(3034), - [anon_sym_SQUOTE] = ACTIONS(3036), - [sym__backtick_identifier] = ACTIONS(3036), - [sym__automatic_semicolon] = ACTIONS(3036), - [sym_safe_nav] = ACTIONS(4547), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3036), - }, - [1228] = { - [sym__alpha_identifier] = ACTIONS(4233), - [anon_sym_AT] = ACTIONS(4236), - [anon_sym_LBRACK] = ACTIONS(4236), - [anon_sym_as] = ACTIONS(4241), - [anon_sym_EQ] = ACTIONS(4241), - [anon_sym_LBRACE] = ACTIONS(4236), - [anon_sym_RBRACE] = ACTIONS(4239), - [anon_sym_LPAREN] = ACTIONS(5169), - [anon_sym_RPAREN] = ACTIONS(4239), - [anon_sym_LT] = ACTIONS(4241), - [anon_sym_GT] = ACTIONS(4241), - [anon_sym_object] = ACTIONS(3828), - [anon_sym_fun] = ACTIONS(3828), - [anon_sym_DOT] = ACTIONS(4241), - [anon_sym_SEMI] = ACTIONS(4239), - [anon_sym_get] = ACTIONS(4233), - [anon_sym_set] = ACTIONS(4233), - [anon_sym_this] = ACTIONS(3828), - [anon_sym_super] = ACTIONS(3828), - [anon_sym_STAR] = ACTIONS(4233), - [sym_label] = ACTIONS(4233), - [anon_sym_in] = ACTIONS(4241), - [anon_sym_while] = ACTIONS(4241), - [anon_sym_DOT_DOT] = ACTIONS(4239), - [anon_sym_QMARK_COLON] = ACTIONS(4239), - [anon_sym_AMP_AMP] = ACTIONS(4239), - [anon_sym_PIPE_PIPE] = ACTIONS(4239), - [anon_sym_null] = ACTIONS(3828), - [anon_sym_if] = ACTIONS(3828), - [anon_sym_else] = ACTIONS(4241), - [anon_sym_when] = ACTIONS(3828), - [anon_sym_try] = ACTIONS(3828), - [anon_sym_throw] = ACTIONS(3828), - [anon_sym_return] = ACTIONS(3828), - [anon_sym_continue] = ACTIONS(3828), - [anon_sym_break] = ACTIONS(3828), - [anon_sym_COLON_COLON] = ACTIONS(4236), - [anon_sym_PLUS_EQ] = ACTIONS(4239), - [anon_sym_DASH_EQ] = ACTIONS(4239), - [anon_sym_STAR_EQ] = ACTIONS(4239), - [anon_sym_SLASH_EQ] = ACTIONS(4239), - [anon_sym_PERCENT_EQ] = ACTIONS(4239), - [anon_sym_BANG_EQ] = ACTIONS(4241), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4239), - [anon_sym_EQ_EQ] = ACTIONS(4241), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4239), - [anon_sym_LT_EQ] = ACTIONS(4239), - [anon_sym_GT_EQ] = ACTIONS(4239), - [anon_sym_BANGin] = ACTIONS(4239), - [anon_sym_is] = ACTIONS(4241), - [anon_sym_BANGis] = ACTIONS(4239), - [anon_sym_PLUS] = ACTIONS(4233), - [anon_sym_DASH] = ACTIONS(4233), - [anon_sym_SLASH] = ACTIONS(4241), - [anon_sym_PERCENT] = ACTIONS(4241), - [anon_sym_as_QMARK] = ACTIONS(4239), - [anon_sym_PLUS_PLUS] = ACTIONS(4236), - [anon_sym_DASH_DASH] = ACTIONS(4236), - [anon_sym_BANG] = ACTIONS(3828), - [anon_sym_BANG_BANG] = ACTIONS(4239), - [anon_sym_suspend] = ACTIONS(4241), - [anon_sym_sealed] = ACTIONS(4241), - [anon_sym_annotation] = ACTIONS(4241), - [anon_sym_data] = ACTIONS(4233), - [anon_sym_inner] = ACTIONS(4233), - [anon_sym_override] = ACTIONS(4241), - [anon_sym_lateinit] = ACTIONS(4241), - [anon_sym_public] = ACTIONS(4241), - [anon_sym_private] = ACTIONS(4241), - [anon_sym_internal] = ACTIONS(4241), - [anon_sym_protected] = ACTIONS(4241), - [anon_sym_tailrec] = ACTIONS(4241), - [anon_sym_operator] = ACTIONS(4241), - [anon_sym_infix] = ACTIONS(4241), - [anon_sym_inline] = ACTIONS(4241), - [anon_sym_external] = ACTIONS(4241), - [sym_property_modifier] = ACTIONS(4241), - [anon_sym_abstract] = ACTIONS(4241), - [anon_sym_final] = ACTIONS(4241), - [anon_sym_open] = ACTIONS(4241), - [anon_sym_vararg] = ACTIONS(4241), - [anon_sym_noinline] = ACTIONS(4241), - [anon_sym_crossinline] = ACTIONS(4241), - [anon_sym_expect] = ACTIONS(4233), - [anon_sym_actual] = ACTIONS(4233), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3833), - [anon_sym_continue_AT] = ACTIONS(3833), - [anon_sym_break_AT] = ACTIONS(3833), - [sym_real_literal] = ACTIONS(3833), - [sym_integer_literal] = ACTIONS(3828), - [sym_hex_literal] = ACTIONS(3833), - [sym_bin_literal] = ACTIONS(3833), - [anon_sym_true] = ACTIONS(3828), - [anon_sym_false] = ACTIONS(3828), - [anon_sym_SQUOTE] = ACTIONS(3833), - [sym__backtick_identifier] = ACTIONS(4236), - [sym_safe_nav] = ACTIONS(4239), + [sym__automatic_semicolon] = ACTIONS(3061), + [sym_safe_nav] = ACTIONS(4567), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3833), + [sym__string_start] = ACTIONS(3061), }, [1229] = { - [sym_indexing_suffix] = STATE(3339), - [sym_navigation_suffix] = STATE(3435), - [sym_call_suffix] = STATE(3432), - [sym_annotated_lambda] = STATE(3429), - [sym_type_arguments] = STATE(7512), - [sym_value_arguments] = STATE(2735), - [sym_lambda_literal] = STATE(3427), - [sym__equality_operator] = STATE(2194), - [sym__comparison_operator] = STATE(2197), - [sym__in_operator] = STATE(2198), - [sym__is_operator] = STATE(6217), - [sym__additive_operator] = STATE(2199), - [sym__multiplicative_operator] = STATE(2200), - [sym__as_operator] = STATE(6214), - [sym__postfix_unary_operator] = STATE(3426), - [sym__member_access_operator] = STATE(7360), - [sym_annotation] = STATE(7846), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2201), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7846), - [sym__alpha_identifier] = ACTIONS(2984), + [sym_indexing_suffix] = STATE(3424), + [sym_navigation_suffix] = STATE(3423), + [sym_call_suffix] = STATE(3420), + [sym_annotated_lambda] = STATE(3419), + [sym_type_arguments] = STATE(7492), + [sym_value_arguments] = STATE(2731), + [sym_lambda_literal] = STATE(3415), + [sym__equality_operator] = STATE(2235), + [sym__comparison_operator] = STATE(2148), + [sym__in_operator] = STATE(2233), + [sym__is_operator] = STATE(6160), + [sym__additive_operator] = STATE(2232), + [sym__multiplicative_operator] = STATE(2231), + [sym__as_operator] = STATE(6161), + [sym__postfix_unary_operator] = STATE(3414), + [sym__member_access_operator] = STATE(7370), + [sym_annotation] = STATE(7887), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2229), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7887), + [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(4523), - [anon_sym_as] = ACTIONS(4525), - [anon_sym_EQ] = ACTIONS(2984), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_RBRACE] = ACTIONS(2986), - [anon_sym_LPAREN] = ACTIONS(4527), - [anon_sym_LT] = ACTIONS(2988), - [anon_sym_GT] = ACTIONS(2984), - [anon_sym_object] = ACTIONS(2984), - [anon_sym_fun] = ACTIONS(2984), - [anon_sym_DOT] = ACTIONS(4531), - [anon_sym_SEMI] = ACTIONS(2986), - [anon_sym_get] = ACTIONS(2984), - [anon_sym_set] = ACTIONS(2984), - [anon_sym_this] = ACTIONS(2984), - [anon_sym_super] = ACTIONS(2984), - [anon_sym_STAR] = ACTIONS(5095), - [sym_label] = ACTIONS(4535), - [anon_sym_in] = ACTIONS(2984), - [anon_sym_DOT_DOT] = ACTIONS(2986), - [anon_sym_QMARK_COLON] = ACTIONS(2986), - [anon_sym_AMP_AMP] = ACTIONS(2986), - [anon_sym_PIPE_PIPE] = ACTIONS(2986), - [anon_sym_null] = ACTIONS(2984), - [anon_sym_if] = ACTIONS(2984), - [anon_sym_else] = ACTIONS(2984), - [anon_sym_when] = ACTIONS(2984), - [anon_sym_try] = ACTIONS(2984), - [anon_sym_throw] = ACTIONS(2984), - [anon_sym_return] = ACTIONS(2984), - [anon_sym_continue] = ACTIONS(2984), - [anon_sym_break] = ACTIONS(2984), - [anon_sym_COLON_COLON] = ACTIONS(4547), - [anon_sym_PLUS_EQ] = ACTIONS(2986), - [anon_sym_DASH_EQ] = ACTIONS(2986), - [anon_sym_STAR_EQ] = ACTIONS(2986), - [anon_sym_SLASH_EQ] = ACTIONS(2986), - [anon_sym_PERCENT_EQ] = ACTIONS(2986), - [anon_sym_BANG_EQ] = ACTIONS(2984), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2986), - [anon_sym_EQ_EQ] = ACTIONS(2984), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2986), - [anon_sym_LT_EQ] = ACTIONS(2986), - [anon_sym_GT_EQ] = ACTIONS(2986), - [anon_sym_BANGin] = ACTIONS(2986), - [anon_sym_is] = ACTIONS(2984), - [anon_sym_BANGis] = ACTIONS(2986), - [anon_sym_PLUS] = ACTIONS(5099), - [anon_sym_DASH] = ACTIONS(5099), - [anon_sym_SLASH] = ACTIONS(5095), - [anon_sym_PERCENT] = ACTIONS(5095), - [anon_sym_as_QMARK] = ACTIONS(4563), - [anon_sym_PLUS_PLUS] = ACTIONS(4565), - [anon_sym_DASH_DASH] = ACTIONS(4565), - [anon_sym_BANG] = ACTIONS(2984), - [anon_sym_BANG_BANG] = ACTIONS(4565), - [anon_sym_data] = ACTIONS(2984), - [anon_sym_inner] = ACTIONS(2984), - [anon_sym_expect] = ACTIONS(2984), - [anon_sym_actual] = ACTIONS(2984), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(2986), - [anon_sym_continue_AT] = ACTIONS(2986), - [anon_sym_break_AT] = ACTIONS(2986), - [sym_real_literal] = ACTIONS(2986), - [sym_integer_literal] = ACTIONS(2984), - [sym_hex_literal] = ACTIONS(2986), - [sym_bin_literal] = ACTIONS(2986), - [anon_sym_true] = ACTIONS(2984), - [anon_sym_false] = ACTIONS(2984), - [anon_sym_SQUOTE] = ACTIONS(2986), - [sym__backtick_identifier] = ACTIONS(2986), - [sym__automatic_semicolon] = ACTIONS(2986), - [sym_safe_nav] = ACTIONS(4547), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2986), + [anon_sym_LBRACK] = ACTIONS(4543), + [anon_sym_as] = ACTIONS(4545), + [anon_sym_EQ] = ACTIONS(3071), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_RBRACE] = ACTIONS(3073), + [anon_sym_LPAREN] = ACTIONS(4547), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(5123), + [anon_sym_object] = ACTIONS(3071), + [anon_sym_fun] = ACTIONS(3071), + [anon_sym_DOT] = ACTIONS(4551), + [anon_sym_SEMI] = ACTIONS(3073), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_this] = ACTIONS(3071), + [anon_sym_super] = ACTIONS(3071), + [anon_sym_STAR] = ACTIONS(5125), + [sym_label] = ACTIONS(4555), + [anon_sym_in] = ACTIONS(5127), + [anon_sym_DOT_DOT] = ACTIONS(5129), + [anon_sym_QMARK_COLON] = ACTIONS(5131), + [anon_sym_AMP_AMP] = ACTIONS(5133), + [anon_sym_PIPE_PIPE] = ACTIONS(5135), + [anon_sym_null] = ACTIONS(3071), + [anon_sym_if] = ACTIONS(3071), + [anon_sym_else] = ACTIONS(3071), + [anon_sym_when] = ACTIONS(3071), + [anon_sym_try] = ACTIONS(3071), + [anon_sym_throw] = ACTIONS(3071), + [anon_sym_return] = ACTIONS(3071), + [anon_sym_continue] = ACTIONS(3071), + [anon_sym_break] = ACTIONS(3071), + [anon_sym_COLON_COLON] = ACTIONS(4567), + [anon_sym_PLUS_EQ] = ACTIONS(3073), + [anon_sym_DASH_EQ] = ACTIONS(3073), + [anon_sym_STAR_EQ] = ACTIONS(3073), + [anon_sym_SLASH_EQ] = ACTIONS(3073), + [anon_sym_PERCENT_EQ] = ACTIONS(3073), + [anon_sym_BANG_EQ] = ACTIONS(5137), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5139), + [anon_sym_EQ_EQ] = ACTIONS(5137), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5139), + [anon_sym_LT_EQ] = ACTIONS(5141), + [anon_sym_GT_EQ] = ACTIONS(5141), + [anon_sym_BANGin] = ACTIONS(5143), + [anon_sym_is] = ACTIONS(4577), + [anon_sym_BANGis] = ACTIONS(4579), + [anon_sym_PLUS] = ACTIONS(5145), + [anon_sym_DASH] = ACTIONS(5145), + [anon_sym_SLASH] = ACTIONS(5125), + [anon_sym_PERCENT] = ACTIONS(5125), + [anon_sym_as_QMARK] = ACTIONS(4583), + [anon_sym_PLUS_PLUS] = ACTIONS(4585), + [anon_sym_DASH_DASH] = ACTIONS(4585), + [anon_sym_BANG] = ACTIONS(3071), + [anon_sym_BANG_BANG] = ACTIONS(4585), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3073), + [anon_sym_continue_AT] = ACTIONS(3073), + [anon_sym_break_AT] = ACTIONS(3073), + [sym_real_literal] = ACTIONS(3073), + [sym_integer_literal] = ACTIONS(3071), + [sym_hex_literal] = ACTIONS(3073), + [sym_bin_literal] = ACTIONS(3073), + [anon_sym_true] = ACTIONS(3071), + [anon_sym_false] = ACTIONS(3071), + [anon_sym_SQUOTE] = ACTIONS(3073), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(3073), + [sym_safe_nav] = ACTIONS(4567), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3073), }, [1230] = { - [sym_primary_constructor] = STATE(2861), - [sym__class_parameters] = STATE(2990), - [sym_type_parameters] = STATE(1275), - [sym_type_constraints] = STATE(3089), - [sym_enum_class_body] = STATE(3187), - [sym_modifiers] = STATE(9064), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), + [sym_primary_constructor] = STATE(2887), + [sym__class_parameters] = STATE(3039), + [sym_type_parameters] = STATE(1235), + [sym_type_constraints] = STATE(3058), + [sym_enum_class_body] = STATE(3302), + [sym_modifiers] = STATE(9227), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), [sym__alpha_identifier] = ACTIONS(3136), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(5173), + [anon_sym_COLON] = ACTIONS(5167), [anon_sym_LBRACK] = ACTIONS(3140), [anon_sym_RBRACK] = ACTIONS(3140), [anon_sym_as] = ACTIONS(3136), [anon_sym_EQ] = ACTIONS(3136), - [anon_sym_constructor] = ACTIONS(5145), - [anon_sym_LBRACE] = ACTIONS(5155), + [anon_sym_constructor] = ACTIONS(5169), + [anon_sym_LBRACE] = ACTIONS(5171), [anon_sym_RBRACE] = ACTIONS(3140), - [anon_sym_LPAREN] = ACTIONS(5149), + [anon_sym_LPAREN] = ACTIONS(5173), [anon_sym_COMMA] = ACTIONS(3140), [anon_sym_RPAREN] = ACTIONS(3140), - [anon_sym_LT] = ACTIONS(5131), + [anon_sym_LT] = ACTIONS(5119), [anon_sym_GT] = ACTIONS(3136), - [anon_sym_where] = ACTIONS(5151), + [anon_sym_where] = ACTIONS(5175), [anon_sym_DOT] = ACTIONS(3136), [anon_sym_SEMI] = ACTIONS(3140), [anon_sym_get] = ACTIONS(3136), @@ -174953,1390 +175063,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), }, [1231] = { - [sym_type_constraints] = STATE(1330), - [sym_function_body] = STATE(1061), - [sym__block] = STATE(1128), - [sym__alpha_identifier] = ACTIONS(4083), - [anon_sym_AT] = ACTIONS(4085), - [anon_sym_COLON] = ACTIONS(5175), - [anon_sym_LBRACK] = ACTIONS(4085), - [anon_sym_as] = ACTIONS(4083), - [anon_sym_EQ] = ACTIONS(5103), - [anon_sym_LBRACE] = ACTIONS(4081), - [anon_sym_RBRACE] = ACTIONS(4085), - [anon_sym_LPAREN] = ACTIONS(4085), - [anon_sym_COMMA] = ACTIONS(4085), - [anon_sym_LT] = ACTIONS(4083), - [anon_sym_GT] = ACTIONS(4083), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(4083), - [anon_sym_fun] = ACTIONS(4083), - [anon_sym_DOT] = ACTIONS(4083), - [anon_sym_SEMI] = ACTIONS(4085), - [anon_sym_get] = ACTIONS(4083), - [anon_sym_set] = ACTIONS(4083), - [anon_sym_this] = ACTIONS(4083), - [anon_sym_super] = ACTIONS(4083), - [anon_sym_STAR] = ACTIONS(4085), - [sym_label] = ACTIONS(4083), - [anon_sym_in] = ACTIONS(4083), - [anon_sym_DOT_DOT] = ACTIONS(4085), - [anon_sym_QMARK_COLON] = ACTIONS(4085), - [anon_sym_AMP_AMP] = ACTIONS(4085), - [anon_sym_PIPE_PIPE] = ACTIONS(4085), - [anon_sym_null] = ACTIONS(4083), - [anon_sym_if] = ACTIONS(4083), - [anon_sym_else] = ACTIONS(4083), - [anon_sym_when] = ACTIONS(4083), - [anon_sym_try] = ACTIONS(4083), - [anon_sym_throw] = ACTIONS(4083), - [anon_sym_return] = ACTIONS(4083), - [anon_sym_continue] = ACTIONS(4083), - [anon_sym_break] = ACTIONS(4083), - [anon_sym_COLON_COLON] = ACTIONS(4085), - [anon_sym_BANG_EQ] = ACTIONS(4083), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4085), - [anon_sym_EQ_EQ] = ACTIONS(4083), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4085), - [anon_sym_LT_EQ] = ACTIONS(4085), - [anon_sym_GT_EQ] = ACTIONS(4085), - [anon_sym_BANGin] = ACTIONS(4085), - [anon_sym_is] = ACTIONS(4083), - [anon_sym_BANGis] = ACTIONS(4085), - [anon_sym_PLUS] = ACTIONS(4083), - [anon_sym_DASH] = ACTIONS(4083), - [anon_sym_SLASH] = ACTIONS(4083), - [anon_sym_PERCENT] = ACTIONS(4085), - [anon_sym_as_QMARK] = ACTIONS(4085), - [anon_sym_PLUS_PLUS] = ACTIONS(4085), - [anon_sym_DASH_DASH] = ACTIONS(4085), - [anon_sym_BANG] = ACTIONS(4083), - [anon_sym_BANG_BANG] = ACTIONS(4085), - [anon_sym_suspend] = ACTIONS(4083), - [anon_sym_sealed] = ACTIONS(4083), - [anon_sym_annotation] = ACTIONS(4083), - [anon_sym_data] = ACTIONS(4083), - [anon_sym_inner] = ACTIONS(4083), - [anon_sym_override] = ACTIONS(4083), - [anon_sym_lateinit] = ACTIONS(4083), - [anon_sym_public] = ACTIONS(4083), - [anon_sym_private] = ACTIONS(4083), - [anon_sym_internal] = ACTIONS(4083), - [anon_sym_protected] = ACTIONS(4083), - [anon_sym_tailrec] = ACTIONS(4083), - [anon_sym_operator] = ACTIONS(4083), - [anon_sym_infix] = ACTIONS(4083), - [anon_sym_inline] = ACTIONS(4083), - [anon_sym_external] = ACTIONS(4083), - [sym_property_modifier] = ACTIONS(4083), - [anon_sym_abstract] = ACTIONS(4083), - [anon_sym_final] = ACTIONS(4083), - [anon_sym_open] = ACTIONS(4083), - [anon_sym_vararg] = ACTIONS(4083), - [anon_sym_noinline] = ACTIONS(4083), - [anon_sym_crossinline] = ACTIONS(4083), - [anon_sym_expect] = ACTIONS(4083), - [anon_sym_actual] = ACTIONS(4083), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4085), - [anon_sym_continue_AT] = ACTIONS(4085), - [anon_sym_break_AT] = ACTIONS(4085), - [sym_real_literal] = ACTIONS(4085), - [sym_integer_literal] = ACTIONS(4083), - [sym_hex_literal] = ACTIONS(4085), - [sym_bin_literal] = ACTIONS(4085), - [anon_sym_true] = ACTIONS(4083), - [anon_sym_false] = ACTIONS(4083), - [anon_sym_SQUOTE] = ACTIONS(4085), - [sym__backtick_identifier] = ACTIONS(4085), - [sym__automatic_semicolon] = ACTIONS(4085), - [sym_safe_nav] = ACTIONS(4085), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4085), - }, - [1232] = { - [sym_type_constraints] = STATE(1331), - [sym_function_body] = STATE(1127), - [sym__block] = STATE(1128), - [sym__alpha_identifier] = ACTIONS(4089), - [anon_sym_AT] = ACTIONS(4091), - [anon_sym_LBRACK] = ACTIONS(4091), - [anon_sym_as] = ACTIONS(4089), - [anon_sym_EQ] = ACTIONS(5103), - [anon_sym_LBRACE] = ACTIONS(4081), - [anon_sym_RBRACE] = ACTIONS(4091), - [anon_sym_LPAREN] = ACTIONS(4091), - [anon_sym_COMMA] = ACTIONS(4091), - [anon_sym_LT] = ACTIONS(4089), - [anon_sym_GT] = ACTIONS(4089), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(4089), - [anon_sym_fun] = ACTIONS(4089), - [anon_sym_DOT] = ACTIONS(4089), - [anon_sym_SEMI] = ACTIONS(4091), - [anon_sym_get] = ACTIONS(4089), - [anon_sym_set] = ACTIONS(4089), - [anon_sym_this] = ACTIONS(4089), - [anon_sym_super] = ACTIONS(4089), - [anon_sym_STAR] = ACTIONS(4091), - [sym_label] = ACTIONS(4089), - [anon_sym_in] = ACTIONS(4089), - [anon_sym_DOT_DOT] = ACTIONS(4091), - [anon_sym_QMARK_COLON] = ACTIONS(4091), - [anon_sym_AMP_AMP] = ACTIONS(4091), - [anon_sym_PIPE_PIPE] = ACTIONS(4091), - [anon_sym_null] = ACTIONS(4089), - [anon_sym_if] = ACTIONS(4089), - [anon_sym_else] = ACTIONS(4089), - [anon_sym_when] = ACTIONS(4089), - [anon_sym_try] = ACTIONS(4089), - [anon_sym_throw] = ACTIONS(4089), - [anon_sym_return] = ACTIONS(4089), - [anon_sym_continue] = ACTIONS(4089), - [anon_sym_break] = ACTIONS(4089), - [anon_sym_COLON_COLON] = ACTIONS(4091), - [anon_sym_BANG_EQ] = ACTIONS(4089), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4091), - [anon_sym_EQ_EQ] = ACTIONS(4089), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4091), - [anon_sym_LT_EQ] = ACTIONS(4091), - [anon_sym_GT_EQ] = ACTIONS(4091), - [anon_sym_BANGin] = ACTIONS(4091), - [anon_sym_is] = ACTIONS(4089), - [anon_sym_BANGis] = ACTIONS(4091), - [anon_sym_PLUS] = ACTIONS(4089), - [anon_sym_DASH] = ACTIONS(4089), - [anon_sym_SLASH] = ACTIONS(4089), - [anon_sym_PERCENT] = ACTIONS(4091), - [anon_sym_as_QMARK] = ACTIONS(4091), - [anon_sym_PLUS_PLUS] = ACTIONS(4091), - [anon_sym_DASH_DASH] = ACTIONS(4091), - [anon_sym_BANG] = ACTIONS(4089), - [anon_sym_BANG_BANG] = ACTIONS(4091), - [anon_sym_suspend] = ACTIONS(4089), - [anon_sym_sealed] = ACTIONS(4089), - [anon_sym_annotation] = ACTIONS(4089), - [anon_sym_data] = ACTIONS(4089), - [anon_sym_inner] = ACTIONS(4089), - [anon_sym_override] = ACTIONS(4089), - [anon_sym_lateinit] = ACTIONS(4089), - [anon_sym_public] = ACTIONS(4089), - [anon_sym_private] = ACTIONS(4089), - [anon_sym_internal] = ACTIONS(4089), - [anon_sym_protected] = ACTIONS(4089), - [anon_sym_tailrec] = ACTIONS(4089), - [anon_sym_operator] = ACTIONS(4089), - [anon_sym_infix] = ACTIONS(4089), - [anon_sym_inline] = ACTIONS(4089), - [anon_sym_external] = ACTIONS(4089), - [sym_property_modifier] = ACTIONS(4089), - [anon_sym_abstract] = ACTIONS(4089), - [anon_sym_final] = ACTIONS(4089), - [anon_sym_open] = ACTIONS(4089), - [anon_sym_vararg] = ACTIONS(4089), - [anon_sym_noinline] = ACTIONS(4089), - [anon_sym_crossinline] = ACTIONS(4089), - [anon_sym_expect] = ACTIONS(4089), - [anon_sym_actual] = ACTIONS(4089), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4091), - [anon_sym_continue_AT] = ACTIONS(4091), - [anon_sym_break_AT] = ACTIONS(4091), - [sym_real_literal] = ACTIONS(4091), - [sym_integer_literal] = ACTIONS(4089), - [sym_hex_literal] = ACTIONS(4091), - [sym_bin_literal] = ACTIONS(4091), - [anon_sym_true] = ACTIONS(4089), - [anon_sym_false] = ACTIONS(4089), - [anon_sym_SQUOTE] = ACTIONS(4091), - [sym__backtick_identifier] = ACTIONS(4091), - [sym__automatic_semicolon] = ACTIONS(4091), - [sym_safe_nav] = ACTIONS(4091), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4091), - }, - [1233] = { - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(1614), - [sym__comparison_operator] = STATE(1613), - [sym__in_operator] = STATE(2103), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(1671), - [sym__multiplicative_operator] = STATE(1686), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_annotation] = STATE(7852), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1688), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_EQ] = ACTIONS(3019), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(3021), - [anon_sym_LPAREN] = ACTIONS(3570), - [anon_sym_COMMA] = ACTIONS(3021), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3572), - [anon_sym_where] = ACTIONS(3019), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(3021), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(3582), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(3586), - [anon_sym_DOT_DOT] = ACTIONS(3588), - [anon_sym_QMARK_COLON] = ACTIONS(3590), - [anon_sym_AMP_AMP] = ACTIONS(3592), - [anon_sym_PIPE_PIPE] = ACTIONS(3594), - [anon_sym_else] = ACTIONS(3019), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_PLUS_EQ] = ACTIONS(3021), - [anon_sym_DASH_EQ] = ACTIONS(3021), - [anon_sym_STAR_EQ] = ACTIONS(3021), - [anon_sym_SLASH_EQ] = ACTIONS(3021), - [anon_sym_PERCENT_EQ] = ACTIONS(3021), - [anon_sym_BANG_EQ] = ACTIONS(3598), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3600), - [anon_sym_EQ_EQ] = ACTIONS(3598), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3600), - [anon_sym_LT_EQ] = ACTIONS(3602), - [anon_sym_GT_EQ] = ACTIONS(3602), - [anon_sym_BANGin] = ACTIONS(3604), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), - [anon_sym_PLUS] = ACTIONS(3610), - [anon_sym_DASH] = ACTIONS(3610), - [anon_sym_SLASH] = ACTIONS(3582), - [anon_sym_PERCENT] = ACTIONS(3582), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), - [anon_sym_suspend] = ACTIONS(3019), - [anon_sym_sealed] = ACTIONS(3019), - [anon_sym_annotation] = ACTIONS(3019), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3019), - [anon_sym_lateinit] = ACTIONS(3019), - [anon_sym_public] = ACTIONS(3019), - [anon_sym_private] = ACTIONS(3019), - [anon_sym_internal] = ACTIONS(3019), - [anon_sym_protected] = ACTIONS(3019), - [anon_sym_tailrec] = ACTIONS(3019), - [anon_sym_operator] = ACTIONS(3019), - [anon_sym_infix] = ACTIONS(3019), - [anon_sym_inline] = ACTIONS(3019), - [anon_sym_external] = ACTIONS(3019), - [sym_property_modifier] = ACTIONS(3019), - [anon_sym_abstract] = ACTIONS(3019), - [anon_sym_final] = ACTIONS(3019), - [anon_sym_open] = ACTIONS(3019), - [anon_sym_vararg] = ACTIONS(3019), - [anon_sym_noinline] = ACTIONS(3019), - [anon_sym_crossinline] = ACTIONS(3019), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3021), - [sym_safe_nav] = ACTIONS(3596), - [sym_multiline_comment] = ACTIONS(3), - }, - [1234] = { - [sym__alpha_identifier] = ACTIONS(5067), - [anon_sym_AT] = ACTIONS(5069), - [anon_sym_LBRACK] = ACTIONS(5069), - [anon_sym_as] = ACTIONS(5067), - [anon_sym_EQ] = ACTIONS(5067), - [anon_sym_LBRACE] = ACTIONS(5069), - [anon_sym_RBRACE] = ACTIONS(5069), - [anon_sym_LPAREN] = ACTIONS(5069), - [anon_sym_LT] = ACTIONS(5067), - [anon_sym_GT] = ACTIONS(5067), - [anon_sym_object] = ACTIONS(5067), - [anon_sym_fun] = ACTIONS(5067), - [anon_sym_DOT] = ACTIONS(5067), - [anon_sym_SEMI] = ACTIONS(5177), - [anon_sym_get] = ACTIONS(5067), - [anon_sym_set] = ACTIONS(5067), - [anon_sym_this] = ACTIONS(5067), - [anon_sym_super] = ACTIONS(5067), - [anon_sym_STAR] = ACTIONS(5067), - [sym_label] = ACTIONS(5067), - [anon_sym_in] = ACTIONS(5067), - [anon_sym_DOT_DOT] = ACTIONS(5069), - [anon_sym_QMARK_COLON] = ACTIONS(5069), - [anon_sym_AMP_AMP] = ACTIONS(5069), - [anon_sym_PIPE_PIPE] = ACTIONS(5069), - [anon_sym_null] = ACTIONS(5067), - [anon_sym_if] = ACTIONS(5067), - [anon_sym_else] = ACTIONS(5179), - [anon_sym_when] = ACTIONS(5067), - [anon_sym_try] = ACTIONS(5067), - [anon_sym_throw] = ACTIONS(5067), - [anon_sym_return] = ACTIONS(5067), - [anon_sym_continue] = ACTIONS(5067), - [anon_sym_break] = ACTIONS(5067), - [anon_sym_COLON_COLON] = ACTIONS(5069), - [anon_sym_PLUS_EQ] = ACTIONS(5069), - [anon_sym_DASH_EQ] = ACTIONS(5069), - [anon_sym_STAR_EQ] = ACTIONS(5069), - [anon_sym_SLASH_EQ] = ACTIONS(5069), - [anon_sym_PERCENT_EQ] = ACTIONS(5069), - [anon_sym_BANG_EQ] = ACTIONS(5067), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5069), - [anon_sym_EQ_EQ] = ACTIONS(5067), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5069), - [anon_sym_LT_EQ] = ACTIONS(5069), - [anon_sym_GT_EQ] = ACTIONS(5069), - [anon_sym_BANGin] = ACTIONS(5069), - [anon_sym_is] = ACTIONS(5067), - [anon_sym_BANGis] = ACTIONS(5069), - [anon_sym_PLUS] = ACTIONS(5067), - [anon_sym_DASH] = ACTIONS(5067), - [anon_sym_SLASH] = ACTIONS(5067), - [anon_sym_PERCENT] = ACTIONS(5067), - [anon_sym_as_QMARK] = ACTIONS(5069), - [anon_sym_PLUS_PLUS] = ACTIONS(5069), - [anon_sym_DASH_DASH] = ACTIONS(5069), - [anon_sym_BANG] = ACTIONS(5067), - [anon_sym_BANG_BANG] = ACTIONS(5069), - [anon_sym_suspend] = ACTIONS(5067), - [anon_sym_sealed] = ACTIONS(5067), - [anon_sym_annotation] = ACTIONS(5067), - [anon_sym_data] = ACTIONS(5067), - [anon_sym_inner] = ACTIONS(5067), - [anon_sym_override] = ACTIONS(5067), - [anon_sym_lateinit] = ACTIONS(5067), - [anon_sym_public] = ACTIONS(5067), - [anon_sym_private] = ACTIONS(5067), - [anon_sym_internal] = ACTIONS(5067), - [anon_sym_protected] = ACTIONS(5067), - [anon_sym_tailrec] = ACTIONS(5067), - [anon_sym_operator] = ACTIONS(5067), - [anon_sym_infix] = ACTIONS(5067), - [anon_sym_inline] = ACTIONS(5067), - [anon_sym_external] = ACTIONS(5067), - [sym_property_modifier] = ACTIONS(5067), - [anon_sym_abstract] = ACTIONS(5067), - [anon_sym_final] = ACTIONS(5067), - [anon_sym_open] = ACTIONS(5067), - [anon_sym_vararg] = ACTIONS(5067), - [anon_sym_noinline] = ACTIONS(5067), - [anon_sym_crossinline] = ACTIONS(5067), - [anon_sym_expect] = ACTIONS(5067), - [anon_sym_actual] = ACTIONS(5067), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5069), - [anon_sym_continue_AT] = ACTIONS(5069), - [anon_sym_break_AT] = ACTIONS(5069), - [sym_real_literal] = ACTIONS(5069), - [sym_integer_literal] = ACTIONS(5067), - [sym_hex_literal] = ACTIONS(5069), - [sym_bin_literal] = ACTIONS(5069), - [anon_sym_true] = ACTIONS(5067), - [anon_sym_false] = ACTIONS(5067), - [anon_sym_SQUOTE] = ACTIONS(5069), - [sym__backtick_identifier] = ACTIONS(5069), - [sym__automatic_semicolon] = ACTIONS(5069), - [sym_safe_nav] = ACTIONS(5069), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5069), - }, - [1235] = { - [sym_type_constraints] = STATE(1294), - [sym_function_body] = STATE(1171), - [sym__block] = STATE(1128), - [sym__alpha_identifier] = ACTIONS(4181), - [anon_sym_AT] = ACTIONS(4183), - [anon_sym_LBRACK] = ACTIONS(4183), - [anon_sym_as] = ACTIONS(4181), - [anon_sym_EQ] = ACTIONS(5103), - [anon_sym_LBRACE] = ACTIONS(4081), - [anon_sym_RBRACE] = ACTIONS(4183), - [anon_sym_LPAREN] = ACTIONS(4183), - [anon_sym_COMMA] = ACTIONS(4183), - [anon_sym_LT] = ACTIONS(4181), - [anon_sym_GT] = ACTIONS(4181), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(4181), - [anon_sym_fun] = ACTIONS(4181), - [anon_sym_DOT] = ACTIONS(4181), - [anon_sym_SEMI] = ACTIONS(4183), - [anon_sym_get] = ACTIONS(4181), - [anon_sym_set] = ACTIONS(4181), - [anon_sym_this] = ACTIONS(4181), - [anon_sym_super] = ACTIONS(4181), - [anon_sym_STAR] = ACTIONS(4183), - [sym_label] = ACTIONS(4181), - [anon_sym_in] = ACTIONS(4181), - [anon_sym_DOT_DOT] = ACTIONS(4183), - [anon_sym_QMARK_COLON] = ACTIONS(4183), - [anon_sym_AMP_AMP] = ACTIONS(4183), - [anon_sym_PIPE_PIPE] = ACTIONS(4183), - [anon_sym_null] = ACTIONS(4181), - [anon_sym_if] = ACTIONS(4181), - [anon_sym_else] = ACTIONS(4181), - [anon_sym_when] = ACTIONS(4181), - [anon_sym_try] = ACTIONS(4181), - [anon_sym_throw] = ACTIONS(4181), - [anon_sym_return] = ACTIONS(4181), - [anon_sym_continue] = ACTIONS(4181), - [anon_sym_break] = ACTIONS(4181), - [anon_sym_COLON_COLON] = ACTIONS(4183), - [anon_sym_BANG_EQ] = ACTIONS(4181), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4183), - [anon_sym_EQ_EQ] = ACTIONS(4181), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4183), - [anon_sym_LT_EQ] = ACTIONS(4183), - [anon_sym_GT_EQ] = ACTIONS(4183), - [anon_sym_BANGin] = ACTIONS(4183), - [anon_sym_is] = ACTIONS(4181), - [anon_sym_BANGis] = ACTIONS(4183), - [anon_sym_PLUS] = ACTIONS(4181), - [anon_sym_DASH] = ACTIONS(4181), - [anon_sym_SLASH] = ACTIONS(4181), - [anon_sym_PERCENT] = ACTIONS(4183), - [anon_sym_as_QMARK] = ACTIONS(4183), - [anon_sym_PLUS_PLUS] = ACTIONS(4183), - [anon_sym_DASH_DASH] = ACTIONS(4183), - [anon_sym_BANG] = ACTIONS(4181), - [anon_sym_BANG_BANG] = ACTIONS(4183), - [anon_sym_suspend] = ACTIONS(4181), - [anon_sym_sealed] = ACTIONS(4181), - [anon_sym_annotation] = ACTIONS(4181), - [anon_sym_data] = ACTIONS(4181), - [anon_sym_inner] = ACTIONS(4181), - [anon_sym_override] = ACTIONS(4181), - [anon_sym_lateinit] = ACTIONS(4181), - [anon_sym_public] = ACTIONS(4181), - [anon_sym_private] = ACTIONS(4181), - [anon_sym_internal] = ACTIONS(4181), - [anon_sym_protected] = ACTIONS(4181), - [anon_sym_tailrec] = ACTIONS(4181), - [anon_sym_operator] = ACTIONS(4181), - [anon_sym_infix] = ACTIONS(4181), - [anon_sym_inline] = ACTIONS(4181), - [anon_sym_external] = ACTIONS(4181), - [sym_property_modifier] = ACTIONS(4181), - [anon_sym_abstract] = ACTIONS(4181), - [anon_sym_final] = ACTIONS(4181), - [anon_sym_open] = ACTIONS(4181), - [anon_sym_vararg] = ACTIONS(4181), - [anon_sym_noinline] = ACTIONS(4181), - [anon_sym_crossinline] = ACTIONS(4181), - [anon_sym_expect] = ACTIONS(4181), - [anon_sym_actual] = ACTIONS(4181), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4183), - [anon_sym_continue_AT] = ACTIONS(4183), - [anon_sym_break_AT] = ACTIONS(4183), - [sym_real_literal] = ACTIONS(4183), - [sym_integer_literal] = ACTIONS(4181), - [sym_hex_literal] = ACTIONS(4183), - [sym_bin_literal] = ACTIONS(4183), - [anon_sym_true] = ACTIONS(4181), - [anon_sym_false] = ACTIONS(4181), - [anon_sym_SQUOTE] = ACTIONS(4183), - [sym__backtick_identifier] = ACTIONS(4183), - [sym__automatic_semicolon] = ACTIONS(4183), - [sym_safe_nav] = ACTIONS(4183), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4183), - }, - [1236] = { - [sym__alpha_identifier] = ACTIONS(5067), - [anon_sym_AT] = ACTIONS(5069), - [anon_sym_LBRACK] = ACTIONS(5069), - [anon_sym_as] = ACTIONS(5067), - [anon_sym_EQ] = ACTIONS(5067), - [anon_sym_LBRACE] = ACTIONS(5069), - [anon_sym_RBRACE] = ACTIONS(5069), - [anon_sym_LPAREN] = ACTIONS(5069), - [anon_sym_LT] = ACTIONS(5067), - [anon_sym_GT] = ACTIONS(5067), - [anon_sym_object] = ACTIONS(5067), - [anon_sym_fun] = ACTIONS(5067), - [anon_sym_DOT] = ACTIONS(5067), - [anon_sym_SEMI] = ACTIONS(5069), - [anon_sym_get] = ACTIONS(5067), - [anon_sym_set] = ACTIONS(5067), - [anon_sym_this] = ACTIONS(5067), - [anon_sym_super] = ACTIONS(5067), - [anon_sym_STAR] = ACTIONS(5067), - [sym_label] = ACTIONS(5067), - [anon_sym_in] = ACTIONS(5067), - [anon_sym_DOT_DOT] = ACTIONS(5069), - [anon_sym_QMARK_COLON] = ACTIONS(5069), - [anon_sym_AMP_AMP] = ACTIONS(5069), - [anon_sym_PIPE_PIPE] = ACTIONS(5069), - [anon_sym_null] = ACTIONS(5067), - [anon_sym_if] = ACTIONS(5067), - [anon_sym_else] = ACTIONS(5179), - [anon_sym_when] = ACTIONS(5067), - [anon_sym_try] = ACTIONS(5067), - [anon_sym_throw] = ACTIONS(5067), - [anon_sym_return] = ACTIONS(5067), - [anon_sym_continue] = ACTIONS(5067), - [anon_sym_break] = ACTIONS(5067), - [anon_sym_COLON_COLON] = ACTIONS(5069), - [anon_sym_PLUS_EQ] = ACTIONS(5069), - [anon_sym_DASH_EQ] = ACTIONS(5069), - [anon_sym_STAR_EQ] = ACTIONS(5069), - [anon_sym_SLASH_EQ] = ACTIONS(5069), - [anon_sym_PERCENT_EQ] = ACTIONS(5069), - [anon_sym_BANG_EQ] = ACTIONS(5067), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5069), - [anon_sym_EQ_EQ] = ACTIONS(5067), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5069), - [anon_sym_LT_EQ] = ACTIONS(5069), - [anon_sym_GT_EQ] = ACTIONS(5069), - [anon_sym_BANGin] = ACTIONS(5069), - [anon_sym_is] = ACTIONS(5067), - [anon_sym_BANGis] = ACTIONS(5069), - [anon_sym_PLUS] = ACTIONS(5067), - [anon_sym_DASH] = ACTIONS(5067), - [anon_sym_SLASH] = ACTIONS(5067), - [anon_sym_PERCENT] = ACTIONS(5067), - [anon_sym_as_QMARK] = ACTIONS(5069), - [anon_sym_PLUS_PLUS] = ACTIONS(5069), - [anon_sym_DASH_DASH] = ACTIONS(5069), - [anon_sym_BANG] = ACTIONS(5067), - [anon_sym_BANG_BANG] = ACTIONS(5069), - [anon_sym_suspend] = ACTIONS(5067), - [anon_sym_sealed] = ACTIONS(5067), - [anon_sym_annotation] = ACTIONS(5067), - [anon_sym_data] = ACTIONS(5067), - [anon_sym_inner] = ACTIONS(5067), - [anon_sym_override] = ACTIONS(5067), - [anon_sym_lateinit] = ACTIONS(5067), - [anon_sym_public] = ACTIONS(5067), - [anon_sym_private] = ACTIONS(5067), - [anon_sym_internal] = ACTIONS(5067), - [anon_sym_protected] = ACTIONS(5067), - [anon_sym_tailrec] = ACTIONS(5067), - [anon_sym_operator] = ACTIONS(5067), - [anon_sym_infix] = ACTIONS(5067), - [anon_sym_inline] = ACTIONS(5067), - [anon_sym_external] = ACTIONS(5067), - [sym_property_modifier] = ACTIONS(5067), - [anon_sym_abstract] = ACTIONS(5067), - [anon_sym_final] = ACTIONS(5067), - [anon_sym_open] = ACTIONS(5067), - [anon_sym_vararg] = ACTIONS(5067), - [anon_sym_noinline] = ACTIONS(5067), - [anon_sym_crossinline] = ACTIONS(5067), - [anon_sym_expect] = ACTIONS(5067), - [anon_sym_actual] = ACTIONS(5067), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5069), - [anon_sym_continue_AT] = ACTIONS(5069), - [anon_sym_break_AT] = ACTIONS(5069), - [sym_real_literal] = ACTIONS(5069), - [sym_integer_literal] = ACTIONS(5067), - [sym_hex_literal] = ACTIONS(5069), - [sym_bin_literal] = ACTIONS(5069), - [anon_sym_true] = ACTIONS(5067), - [anon_sym_false] = ACTIONS(5067), - [anon_sym_SQUOTE] = ACTIONS(5069), - [sym__backtick_identifier] = ACTIONS(5069), - [sym__automatic_semicolon] = ACTIONS(5069), - [sym_safe_nav] = ACTIONS(5069), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5069), - }, - [1237] = { - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(1614), - [sym__comparison_operator] = STATE(1613), - [sym__in_operator] = STATE(2103), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(1671), - [sym__multiplicative_operator] = STATE(1686), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_annotation] = STATE(7852), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1688), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_EQ] = ACTIONS(3049), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(3051), - [anon_sym_LPAREN] = ACTIONS(3570), - [anon_sym_COMMA] = ACTIONS(3051), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3572), - [anon_sym_where] = ACTIONS(3049), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(3051), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(3582), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(3586), - [anon_sym_DOT_DOT] = ACTIONS(3588), - [anon_sym_QMARK_COLON] = ACTIONS(3590), - [anon_sym_AMP_AMP] = ACTIONS(3592), - [anon_sym_PIPE_PIPE] = ACTIONS(3594), - [anon_sym_else] = ACTIONS(3049), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_PLUS_EQ] = ACTIONS(3051), - [anon_sym_DASH_EQ] = ACTIONS(3051), - [anon_sym_STAR_EQ] = ACTIONS(3051), - [anon_sym_SLASH_EQ] = ACTIONS(3051), - [anon_sym_PERCENT_EQ] = ACTIONS(3051), - [anon_sym_BANG_EQ] = ACTIONS(3598), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3600), - [anon_sym_EQ_EQ] = ACTIONS(3598), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3600), - [anon_sym_LT_EQ] = ACTIONS(3602), - [anon_sym_GT_EQ] = ACTIONS(3602), - [anon_sym_BANGin] = ACTIONS(3604), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), - [anon_sym_PLUS] = ACTIONS(3610), - [anon_sym_DASH] = ACTIONS(3610), - [anon_sym_SLASH] = ACTIONS(3582), - [anon_sym_PERCENT] = ACTIONS(3582), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), - [anon_sym_suspend] = ACTIONS(3049), - [anon_sym_sealed] = ACTIONS(3049), - [anon_sym_annotation] = ACTIONS(3049), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3049), - [anon_sym_lateinit] = ACTIONS(3049), - [anon_sym_public] = ACTIONS(3049), - [anon_sym_private] = ACTIONS(3049), - [anon_sym_internal] = ACTIONS(3049), - [anon_sym_protected] = ACTIONS(3049), - [anon_sym_tailrec] = ACTIONS(3049), - [anon_sym_operator] = ACTIONS(3049), - [anon_sym_infix] = ACTIONS(3049), - [anon_sym_inline] = ACTIONS(3049), - [anon_sym_external] = ACTIONS(3049), - [sym_property_modifier] = ACTIONS(3049), - [anon_sym_abstract] = ACTIONS(3049), - [anon_sym_final] = ACTIONS(3049), - [anon_sym_open] = ACTIONS(3049), - [anon_sym_vararg] = ACTIONS(3049), - [anon_sym_noinline] = ACTIONS(3049), - [anon_sym_crossinline] = ACTIONS(3049), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3051), - [sym_safe_nav] = ACTIONS(3596), - [sym_multiline_comment] = ACTIONS(3), - }, - [1238] = { - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(1614), - [sym__comparison_operator] = STATE(1613), - [sym__in_operator] = STATE(2103), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(1671), - [sym__multiplicative_operator] = STATE(1686), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_annotation] = STATE(7852), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1688), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_EQ] = ACTIONS(3057), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(3059), - [anon_sym_LPAREN] = ACTIONS(3570), - [anon_sym_COMMA] = ACTIONS(3059), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3572), - [anon_sym_where] = ACTIONS(3057), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(3059), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(3582), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(3586), - [anon_sym_DOT_DOT] = ACTIONS(3588), - [anon_sym_QMARK_COLON] = ACTIONS(3590), - [anon_sym_AMP_AMP] = ACTIONS(3592), - [anon_sym_PIPE_PIPE] = ACTIONS(3594), - [anon_sym_else] = ACTIONS(3057), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_PLUS_EQ] = ACTIONS(3059), - [anon_sym_DASH_EQ] = ACTIONS(3059), - [anon_sym_STAR_EQ] = ACTIONS(3059), - [anon_sym_SLASH_EQ] = ACTIONS(3059), - [anon_sym_PERCENT_EQ] = ACTIONS(3059), - [anon_sym_BANG_EQ] = ACTIONS(3598), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3600), - [anon_sym_EQ_EQ] = ACTIONS(3598), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3600), - [anon_sym_LT_EQ] = ACTIONS(3602), - [anon_sym_GT_EQ] = ACTIONS(3602), - [anon_sym_BANGin] = ACTIONS(3604), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), - [anon_sym_PLUS] = ACTIONS(3610), - [anon_sym_DASH] = ACTIONS(3610), - [anon_sym_SLASH] = ACTIONS(3582), - [anon_sym_PERCENT] = ACTIONS(3582), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), - [anon_sym_suspend] = ACTIONS(3057), - [anon_sym_sealed] = ACTIONS(3057), - [anon_sym_annotation] = ACTIONS(3057), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3057), - [anon_sym_lateinit] = ACTIONS(3057), - [anon_sym_public] = ACTIONS(3057), - [anon_sym_private] = ACTIONS(3057), - [anon_sym_internal] = ACTIONS(3057), - [anon_sym_protected] = ACTIONS(3057), - [anon_sym_tailrec] = ACTIONS(3057), - [anon_sym_operator] = ACTIONS(3057), - [anon_sym_infix] = ACTIONS(3057), - [anon_sym_inline] = ACTIONS(3057), - [anon_sym_external] = ACTIONS(3057), - [sym_property_modifier] = ACTIONS(3057), - [anon_sym_abstract] = ACTIONS(3057), - [anon_sym_final] = ACTIONS(3057), - [anon_sym_open] = ACTIONS(3057), - [anon_sym_vararg] = ACTIONS(3057), - [anon_sym_noinline] = ACTIONS(3057), - [anon_sym_crossinline] = ACTIONS(3057), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3059), - [sym_safe_nav] = ACTIONS(3596), - [sym_multiline_comment] = ACTIONS(3), - }, - [1239] = { - [sym_type_constraints] = STATE(1478), - [sym_function_body] = STATE(1112), - [sym__block] = STATE(1128), - [sym__alpha_identifier] = ACTIONS(4095), - [anon_sym_AT] = ACTIONS(4097), - [anon_sym_COLON] = ACTIONS(5181), - [anon_sym_LBRACK] = ACTIONS(4097), - [anon_sym_as] = ACTIONS(4095), - [anon_sym_EQ] = ACTIONS(5183), - [anon_sym_LBRACE] = ACTIONS(4081), - [anon_sym_RBRACE] = ACTIONS(4097), - [anon_sym_LPAREN] = ACTIONS(4097), - [anon_sym_LT] = ACTIONS(4095), - [anon_sym_GT] = ACTIONS(4095), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(4095), - [anon_sym_fun] = ACTIONS(4095), - [anon_sym_DOT] = ACTIONS(4095), - [anon_sym_SEMI] = ACTIONS(4097), - [anon_sym_get] = ACTIONS(4095), - [anon_sym_set] = ACTIONS(4095), - [anon_sym_this] = ACTIONS(4095), - [anon_sym_super] = ACTIONS(4095), - [anon_sym_STAR] = ACTIONS(4097), - [sym_label] = ACTIONS(4095), - [anon_sym_in] = ACTIONS(4095), - [anon_sym_DOT_DOT] = ACTIONS(4097), - [anon_sym_QMARK_COLON] = ACTIONS(4097), - [anon_sym_AMP_AMP] = ACTIONS(4097), - [anon_sym_PIPE_PIPE] = ACTIONS(4097), - [anon_sym_null] = ACTIONS(4095), - [anon_sym_if] = ACTIONS(4095), - [anon_sym_else] = ACTIONS(4095), - [anon_sym_when] = ACTIONS(4095), - [anon_sym_try] = ACTIONS(4095), - [anon_sym_throw] = ACTIONS(4095), - [anon_sym_return] = ACTIONS(4095), - [anon_sym_continue] = ACTIONS(4095), - [anon_sym_break] = ACTIONS(4095), - [anon_sym_COLON_COLON] = ACTIONS(4097), - [anon_sym_BANG_EQ] = ACTIONS(4095), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4097), - [anon_sym_EQ_EQ] = ACTIONS(4095), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4097), - [anon_sym_LT_EQ] = ACTIONS(4097), - [anon_sym_GT_EQ] = ACTIONS(4097), - [anon_sym_BANGin] = ACTIONS(4097), - [anon_sym_is] = ACTIONS(4095), - [anon_sym_BANGis] = ACTIONS(4097), - [anon_sym_PLUS] = ACTIONS(4095), - [anon_sym_DASH] = ACTIONS(4095), - [anon_sym_SLASH] = ACTIONS(4095), - [anon_sym_PERCENT] = ACTIONS(4097), - [anon_sym_as_QMARK] = ACTIONS(4097), - [anon_sym_PLUS_PLUS] = ACTIONS(4097), - [anon_sym_DASH_DASH] = ACTIONS(4097), - [anon_sym_BANG] = ACTIONS(4095), - [anon_sym_BANG_BANG] = ACTIONS(4097), - [anon_sym_suspend] = ACTIONS(4095), - [anon_sym_sealed] = ACTIONS(4095), - [anon_sym_annotation] = ACTIONS(4095), - [anon_sym_data] = ACTIONS(4095), - [anon_sym_inner] = ACTIONS(4095), - [anon_sym_override] = ACTIONS(4095), - [anon_sym_lateinit] = ACTIONS(4095), - [anon_sym_public] = ACTIONS(4095), - [anon_sym_private] = ACTIONS(4095), - [anon_sym_internal] = ACTIONS(4095), - [anon_sym_protected] = ACTIONS(4095), - [anon_sym_tailrec] = ACTIONS(4095), - [anon_sym_operator] = ACTIONS(4095), - [anon_sym_infix] = ACTIONS(4095), - [anon_sym_inline] = ACTIONS(4095), - [anon_sym_external] = ACTIONS(4095), - [sym_property_modifier] = ACTIONS(4095), - [anon_sym_abstract] = ACTIONS(4095), - [anon_sym_final] = ACTIONS(4095), - [anon_sym_open] = ACTIONS(4095), - [anon_sym_vararg] = ACTIONS(4095), - [anon_sym_noinline] = ACTIONS(4095), - [anon_sym_crossinline] = ACTIONS(4095), - [anon_sym_expect] = ACTIONS(4095), - [anon_sym_actual] = ACTIONS(4095), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4097), - [anon_sym_continue_AT] = ACTIONS(4097), - [anon_sym_break_AT] = ACTIONS(4097), - [sym_real_literal] = ACTIONS(4097), - [sym_integer_literal] = ACTIONS(4095), - [sym_hex_literal] = ACTIONS(4097), - [sym_bin_literal] = ACTIONS(4097), - [anon_sym_true] = ACTIONS(4095), - [anon_sym_false] = ACTIONS(4095), - [anon_sym_SQUOTE] = ACTIONS(4097), - [sym__backtick_identifier] = ACTIONS(4097), - [sym__automatic_semicolon] = ACTIONS(4097), - [sym_safe_nav] = ACTIONS(4097), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4097), - }, - [1240] = { - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(1614), - [sym__comparison_operator] = STATE(1613), - [sym__in_operator] = STATE(2103), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(1671), - [sym__multiplicative_operator] = STATE(1686), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_annotation] = STATE(7852), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1688), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_EQ] = ACTIONS(3015), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(3017), - [anon_sym_LPAREN] = ACTIONS(3570), - [anon_sym_COMMA] = ACTIONS(3017), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3572), - [anon_sym_where] = ACTIONS(3015), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(3017), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(3582), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(3586), - [anon_sym_DOT_DOT] = ACTIONS(3588), - [anon_sym_QMARK_COLON] = ACTIONS(3590), - [anon_sym_AMP_AMP] = ACTIONS(3592), - [anon_sym_PIPE_PIPE] = ACTIONS(3594), - [anon_sym_else] = ACTIONS(3015), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_PLUS_EQ] = ACTIONS(3017), - [anon_sym_DASH_EQ] = ACTIONS(3017), - [anon_sym_STAR_EQ] = ACTIONS(3017), - [anon_sym_SLASH_EQ] = ACTIONS(3017), - [anon_sym_PERCENT_EQ] = ACTIONS(3017), - [anon_sym_BANG_EQ] = ACTIONS(3598), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3600), - [anon_sym_EQ_EQ] = ACTIONS(3598), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3600), - [anon_sym_LT_EQ] = ACTIONS(3602), - [anon_sym_GT_EQ] = ACTIONS(3602), - [anon_sym_BANGin] = ACTIONS(3604), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), - [anon_sym_PLUS] = ACTIONS(3610), - [anon_sym_DASH] = ACTIONS(3610), - [anon_sym_SLASH] = ACTIONS(3582), - [anon_sym_PERCENT] = ACTIONS(3582), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), - [anon_sym_suspend] = ACTIONS(3015), - [anon_sym_sealed] = ACTIONS(3015), - [anon_sym_annotation] = ACTIONS(3015), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3015), - [anon_sym_lateinit] = ACTIONS(3015), - [anon_sym_public] = ACTIONS(3015), - [anon_sym_private] = ACTIONS(3015), - [anon_sym_internal] = ACTIONS(3015), - [anon_sym_protected] = ACTIONS(3015), - [anon_sym_tailrec] = ACTIONS(3015), - [anon_sym_operator] = ACTIONS(3015), - [anon_sym_infix] = ACTIONS(3015), - [anon_sym_inline] = ACTIONS(3015), - [anon_sym_external] = ACTIONS(3015), - [sym_property_modifier] = ACTIONS(3015), - [anon_sym_abstract] = ACTIONS(3015), - [anon_sym_final] = ACTIONS(3015), - [anon_sym_open] = ACTIONS(3015), - [anon_sym_vararg] = ACTIONS(3015), - [anon_sym_noinline] = ACTIONS(3015), - [anon_sym_crossinline] = ACTIONS(3015), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3017), - [sym_safe_nav] = ACTIONS(3596), - [sym_multiline_comment] = ACTIONS(3), - }, - [1241] = { - [sym_type_constraints] = STATE(1426), - [sym_function_body] = STATE(1127), - [sym__block] = STATE(1128), - [sym__alpha_identifier] = ACTIONS(4089), - [anon_sym_AT] = ACTIONS(4091), - [anon_sym_COLON] = ACTIONS(5185), - [anon_sym_LBRACK] = ACTIONS(4091), - [anon_sym_as] = ACTIONS(4089), - [anon_sym_EQ] = ACTIONS(5183), - [anon_sym_LBRACE] = ACTIONS(4081), - [anon_sym_RBRACE] = ACTIONS(4091), - [anon_sym_LPAREN] = ACTIONS(4091), - [anon_sym_LT] = ACTIONS(4089), - [anon_sym_GT] = ACTIONS(4089), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(4089), - [anon_sym_fun] = ACTIONS(4089), - [anon_sym_DOT] = ACTIONS(4089), - [anon_sym_SEMI] = ACTIONS(4091), - [anon_sym_get] = ACTIONS(4089), - [anon_sym_set] = ACTIONS(4089), - [anon_sym_this] = ACTIONS(4089), - [anon_sym_super] = ACTIONS(4089), - [anon_sym_STAR] = ACTIONS(4091), - [sym_label] = ACTIONS(4089), - [anon_sym_in] = ACTIONS(4089), - [anon_sym_DOT_DOT] = ACTIONS(4091), - [anon_sym_QMARK_COLON] = ACTIONS(4091), - [anon_sym_AMP_AMP] = ACTIONS(4091), - [anon_sym_PIPE_PIPE] = ACTIONS(4091), - [anon_sym_null] = ACTIONS(4089), - [anon_sym_if] = ACTIONS(4089), - [anon_sym_else] = ACTIONS(4089), - [anon_sym_when] = ACTIONS(4089), - [anon_sym_try] = ACTIONS(4089), - [anon_sym_throw] = ACTIONS(4089), - [anon_sym_return] = ACTIONS(4089), - [anon_sym_continue] = ACTIONS(4089), - [anon_sym_break] = ACTIONS(4089), - [anon_sym_COLON_COLON] = ACTIONS(4091), - [anon_sym_BANG_EQ] = ACTIONS(4089), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4091), - [anon_sym_EQ_EQ] = ACTIONS(4089), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4091), - [anon_sym_LT_EQ] = ACTIONS(4091), - [anon_sym_GT_EQ] = ACTIONS(4091), - [anon_sym_BANGin] = ACTIONS(4091), - [anon_sym_is] = ACTIONS(4089), - [anon_sym_BANGis] = ACTIONS(4091), - [anon_sym_PLUS] = ACTIONS(4089), - [anon_sym_DASH] = ACTIONS(4089), - [anon_sym_SLASH] = ACTIONS(4089), - [anon_sym_PERCENT] = ACTIONS(4091), - [anon_sym_as_QMARK] = ACTIONS(4091), - [anon_sym_PLUS_PLUS] = ACTIONS(4091), - [anon_sym_DASH_DASH] = ACTIONS(4091), - [anon_sym_BANG] = ACTIONS(4089), - [anon_sym_BANG_BANG] = ACTIONS(4091), - [anon_sym_suspend] = ACTIONS(4089), - [anon_sym_sealed] = ACTIONS(4089), - [anon_sym_annotation] = ACTIONS(4089), - [anon_sym_data] = ACTIONS(4089), - [anon_sym_inner] = ACTIONS(4089), - [anon_sym_override] = ACTIONS(4089), - [anon_sym_lateinit] = ACTIONS(4089), - [anon_sym_public] = ACTIONS(4089), - [anon_sym_private] = ACTIONS(4089), - [anon_sym_internal] = ACTIONS(4089), - [anon_sym_protected] = ACTIONS(4089), - [anon_sym_tailrec] = ACTIONS(4089), - [anon_sym_operator] = ACTIONS(4089), - [anon_sym_infix] = ACTIONS(4089), - [anon_sym_inline] = ACTIONS(4089), - [anon_sym_external] = ACTIONS(4089), - [sym_property_modifier] = ACTIONS(4089), - [anon_sym_abstract] = ACTIONS(4089), - [anon_sym_final] = ACTIONS(4089), - [anon_sym_open] = ACTIONS(4089), - [anon_sym_vararg] = ACTIONS(4089), - [anon_sym_noinline] = ACTIONS(4089), - [anon_sym_crossinline] = ACTIONS(4089), - [anon_sym_expect] = ACTIONS(4089), - [anon_sym_actual] = ACTIONS(4089), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4091), - [anon_sym_continue_AT] = ACTIONS(4091), - [anon_sym_break_AT] = ACTIONS(4091), - [sym_real_literal] = ACTIONS(4091), - [sym_integer_literal] = ACTIONS(4089), - [sym_hex_literal] = ACTIONS(4091), - [sym_bin_literal] = ACTIONS(4091), - [anon_sym_true] = ACTIONS(4089), - [anon_sym_false] = ACTIONS(4089), - [anon_sym_SQUOTE] = ACTIONS(4091), - [sym__backtick_identifier] = ACTIONS(4091), - [sym__automatic_semicolon] = ACTIONS(4091), - [sym_safe_nav] = ACTIONS(4091), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4091), - }, - [1242] = { - [sym__alpha_identifier] = ACTIONS(4249), - [anon_sym_AT] = ACTIONS(4252), - [anon_sym_LBRACK] = ACTIONS(4252), - [anon_sym_as] = ACTIONS(4257), - [anon_sym_EQ] = ACTIONS(4257), - [anon_sym_LBRACE] = ACTIONS(4252), - [anon_sym_RBRACE] = ACTIONS(4255), - [anon_sym_LPAREN] = ACTIONS(5187), - [anon_sym_LT] = ACTIONS(4257), - [anon_sym_GT] = ACTIONS(4257), - [anon_sym_object] = ACTIONS(3828), - [anon_sym_fun] = ACTIONS(3828), - [anon_sym_DOT] = ACTIONS(4257), - [anon_sym_SEMI] = ACTIONS(4255), - [anon_sym_get] = ACTIONS(4249), - [anon_sym_set] = ACTIONS(4249), - [anon_sym_this] = ACTIONS(3828), - [anon_sym_super] = ACTIONS(3828), - [anon_sym_STAR] = ACTIONS(4249), - [sym_label] = ACTIONS(4249), - [anon_sym_in] = ACTIONS(4257), - [anon_sym_DOT_DOT] = ACTIONS(4255), - [anon_sym_QMARK_COLON] = ACTIONS(4255), - [anon_sym_AMP_AMP] = ACTIONS(4255), - [anon_sym_PIPE_PIPE] = ACTIONS(4255), - [anon_sym_null] = ACTIONS(3828), - [anon_sym_if] = ACTIONS(3828), - [anon_sym_else] = ACTIONS(4257), - [anon_sym_when] = ACTIONS(3828), - [anon_sym_try] = ACTIONS(3828), - [anon_sym_throw] = ACTIONS(3828), - [anon_sym_return] = ACTIONS(3828), - [anon_sym_continue] = ACTIONS(3828), - [anon_sym_break] = ACTIONS(3828), - [anon_sym_COLON_COLON] = ACTIONS(4252), - [anon_sym_PLUS_EQ] = ACTIONS(4255), - [anon_sym_DASH_EQ] = ACTIONS(4255), - [anon_sym_STAR_EQ] = ACTIONS(4255), - [anon_sym_SLASH_EQ] = ACTIONS(4255), - [anon_sym_PERCENT_EQ] = ACTIONS(4255), - [anon_sym_BANG_EQ] = ACTIONS(4257), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4255), - [anon_sym_EQ_EQ] = ACTIONS(4257), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4255), - [anon_sym_LT_EQ] = ACTIONS(4255), - [anon_sym_GT_EQ] = ACTIONS(4255), - [anon_sym_BANGin] = ACTIONS(4255), - [anon_sym_is] = ACTIONS(4257), - [anon_sym_BANGis] = ACTIONS(4255), - [anon_sym_PLUS] = ACTIONS(4249), - [anon_sym_DASH] = ACTIONS(4249), - [anon_sym_SLASH] = ACTIONS(4257), - [anon_sym_PERCENT] = ACTIONS(4257), - [anon_sym_as_QMARK] = ACTIONS(4255), - [anon_sym_PLUS_PLUS] = ACTIONS(4252), - [anon_sym_DASH_DASH] = ACTIONS(4252), - [anon_sym_BANG] = ACTIONS(3828), - [anon_sym_BANG_BANG] = ACTIONS(4255), - [anon_sym_suspend] = ACTIONS(4257), - [anon_sym_sealed] = ACTIONS(4257), - [anon_sym_annotation] = ACTIONS(4257), - [anon_sym_data] = ACTIONS(4249), - [anon_sym_inner] = ACTIONS(4249), - [anon_sym_override] = ACTIONS(4257), - [anon_sym_lateinit] = ACTIONS(4257), - [anon_sym_public] = ACTIONS(4257), - [anon_sym_private] = ACTIONS(4257), - [anon_sym_internal] = ACTIONS(4257), - [anon_sym_protected] = ACTIONS(4257), - [anon_sym_tailrec] = ACTIONS(4257), - [anon_sym_operator] = ACTIONS(4257), - [anon_sym_infix] = ACTIONS(4257), - [anon_sym_inline] = ACTIONS(4257), - [anon_sym_external] = ACTIONS(4257), - [sym_property_modifier] = ACTIONS(4257), - [anon_sym_abstract] = ACTIONS(4257), - [anon_sym_final] = ACTIONS(4257), - [anon_sym_open] = ACTIONS(4257), - [anon_sym_vararg] = ACTIONS(4257), - [anon_sym_noinline] = ACTIONS(4257), - [anon_sym_crossinline] = ACTIONS(4257), - [anon_sym_expect] = ACTIONS(4249), - [anon_sym_actual] = ACTIONS(4249), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3833), - [anon_sym_continue_AT] = ACTIONS(3833), - [anon_sym_break_AT] = ACTIONS(3833), - [sym_real_literal] = ACTIONS(3833), - [sym_integer_literal] = ACTIONS(3828), - [sym_hex_literal] = ACTIONS(3833), - [sym_bin_literal] = ACTIONS(3833), - [anon_sym_true] = ACTIONS(3828), - [anon_sym_false] = ACTIONS(3828), - [anon_sym_SQUOTE] = ACTIONS(3833), - [sym__backtick_identifier] = ACTIONS(4252), - [sym__automatic_semicolon] = ACTIONS(4255), - [sym_safe_nav] = ACTIONS(4255), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3833), - }, - [1243] = { - [sym__alpha_identifier] = ACTIONS(4233), - [anon_sym_AT] = ACTIONS(4236), - [anon_sym_LBRACK] = ACTIONS(4236), - [anon_sym_as] = ACTIONS(4241), - [anon_sym_EQ] = ACTIONS(4241), - [anon_sym_LBRACE] = ACTIONS(4236), - [anon_sym_RBRACE] = ACTIONS(4239), - [anon_sym_LPAREN] = ACTIONS(5191), - [anon_sym_LT] = ACTIONS(4241), - [anon_sym_GT] = ACTIONS(4241), - [anon_sym_object] = ACTIONS(3828), - [anon_sym_fun] = ACTIONS(3828), - [anon_sym_DOT] = ACTIONS(4241), - [anon_sym_SEMI] = ACTIONS(4239), - [anon_sym_get] = ACTIONS(4233), - [anon_sym_set] = ACTIONS(4233), - [anon_sym_this] = ACTIONS(3828), - [anon_sym_super] = ACTIONS(3828), - [anon_sym_STAR] = ACTIONS(4233), - [sym_label] = ACTIONS(4233), - [anon_sym_in] = ACTIONS(4241), - [anon_sym_DOT_DOT] = ACTIONS(4239), - [anon_sym_QMARK_COLON] = ACTIONS(4239), - [anon_sym_AMP_AMP] = ACTIONS(4239), - [anon_sym_PIPE_PIPE] = ACTIONS(4239), - [anon_sym_null] = ACTIONS(3828), - [anon_sym_if] = ACTIONS(3828), - [anon_sym_else] = ACTIONS(4241), - [anon_sym_when] = ACTIONS(3828), - [anon_sym_try] = ACTIONS(3828), - [anon_sym_throw] = ACTIONS(3828), - [anon_sym_return] = ACTIONS(3828), - [anon_sym_continue] = ACTIONS(3828), - [anon_sym_break] = ACTIONS(3828), - [anon_sym_COLON_COLON] = ACTIONS(4236), - [anon_sym_PLUS_EQ] = ACTIONS(4239), - [anon_sym_DASH_EQ] = ACTIONS(4239), - [anon_sym_STAR_EQ] = ACTIONS(4239), - [anon_sym_SLASH_EQ] = ACTIONS(4239), - [anon_sym_PERCENT_EQ] = ACTIONS(4239), - [anon_sym_BANG_EQ] = ACTIONS(4241), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4239), - [anon_sym_EQ_EQ] = ACTIONS(4241), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4239), - [anon_sym_LT_EQ] = ACTIONS(4239), - [anon_sym_GT_EQ] = ACTIONS(4239), - [anon_sym_BANGin] = ACTIONS(4239), - [anon_sym_is] = ACTIONS(4241), - [anon_sym_BANGis] = ACTIONS(4239), - [anon_sym_PLUS] = ACTIONS(4233), - [anon_sym_DASH] = ACTIONS(4233), - [anon_sym_SLASH] = ACTIONS(4241), - [anon_sym_PERCENT] = ACTIONS(4241), - [anon_sym_as_QMARK] = ACTIONS(4239), - [anon_sym_PLUS_PLUS] = ACTIONS(4236), - [anon_sym_DASH_DASH] = ACTIONS(4236), - [anon_sym_BANG] = ACTIONS(3828), - [anon_sym_BANG_BANG] = ACTIONS(4239), - [anon_sym_suspend] = ACTIONS(4241), - [anon_sym_sealed] = ACTIONS(4241), - [anon_sym_annotation] = ACTIONS(4241), - [anon_sym_data] = ACTIONS(4233), - [anon_sym_inner] = ACTIONS(4233), - [anon_sym_override] = ACTIONS(4241), - [anon_sym_lateinit] = ACTIONS(4241), - [anon_sym_public] = ACTIONS(4241), - [anon_sym_private] = ACTIONS(4241), - [anon_sym_internal] = ACTIONS(4241), - [anon_sym_protected] = ACTIONS(4241), - [anon_sym_tailrec] = ACTIONS(4241), - [anon_sym_operator] = ACTIONS(4241), - [anon_sym_infix] = ACTIONS(4241), - [anon_sym_inline] = ACTIONS(4241), - [anon_sym_external] = ACTIONS(4241), - [sym_property_modifier] = ACTIONS(4241), - [anon_sym_abstract] = ACTIONS(4241), - [anon_sym_final] = ACTIONS(4241), - [anon_sym_open] = ACTIONS(4241), - [anon_sym_vararg] = ACTIONS(4241), - [anon_sym_noinline] = ACTIONS(4241), - [anon_sym_crossinline] = ACTIONS(4241), - [anon_sym_expect] = ACTIONS(4233), - [anon_sym_actual] = ACTIONS(4233), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3833), - [anon_sym_continue_AT] = ACTIONS(3833), - [anon_sym_break_AT] = ACTIONS(3833), - [sym_real_literal] = ACTIONS(3833), - [sym_integer_literal] = ACTIONS(3828), - [sym_hex_literal] = ACTIONS(3833), - [sym_bin_literal] = ACTIONS(3833), - [anon_sym_true] = ACTIONS(3828), - [anon_sym_false] = ACTIONS(3828), - [anon_sym_SQUOTE] = ACTIONS(3833), - [sym__backtick_identifier] = ACTIONS(4236), - [sym__automatic_semicolon] = ACTIONS(4239), - [sym_safe_nav] = ACTIONS(4239), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3833), - }, - [1244] = { - [sym_primary_constructor] = STATE(4449), - [sym_class_body] = STATE(4638), - [sym__class_parameters] = STATE(4539), - [sym_type_constraints] = STATE(4519), - [sym_modifiers] = STATE(9107), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3214), + [sym_primary_constructor] = STATE(2888), + [sym_class_body] = STATE(3302), + [sym__class_parameters] = STATE(3039), + [sym_type_parameters] = STATE(1283), + [sym_type_constraints] = STATE(3067), + [sym_modifiers] = STATE(9227), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3136), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(5195), - [anon_sym_LBRACK] = ACTIONS(3218), - [anon_sym_RBRACK] = ACTIONS(3218), - [anon_sym_as] = ACTIONS(3214), - [anon_sym_EQ] = ACTIONS(3214), - [anon_sym_constructor] = ACTIONS(5125), - [anon_sym_LBRACE] = ACTIONS(5127), - [anon_sym_RBRACE] = ACTIONS(3218), - [anon_sym_LPAREN] = ACTIONS(5129), - [anon_sym_COMMA] = ACTIONS(3218), - [anon_sym_RPAREN] = ACTIONS(3218), - [anon_sym_LT] = ACTIONS(3214), - [anon_sym_GT] = ACTIONS(3214), - [anon_sym_where] = ACTIONS(5133), - [anon_sym_DOT] = ACTIONS(3214), - [anon_sym_SEMI] = ACTIONS(3218), - [anon_sym_get] = ACTIONS(3214), - [anon_sym_set] = ACTIONS(3214), - [anon_sym_STAR] = ACTIONS(3214), - [anon_sym_DASH_GT] = ACTIONS(3218), - [sym_label] = ACTIONS(3218), - [anon_sym_in] = ACTIONS(3214), - [anon_sym_while] = ACTIONS(3214), - [anon_sym_DOT_DOT] = ACTIONS(3218), - [anon_sym_QMARK_COLON] = ACTIONS(3218), - [anon_sym_AMP_AMP] = ACTIONS(3218), - [anon_sym_PIPE_PIPE] = ACTIONS(3218), - [anon_sym_else] = ACTIONS(3214), - [anon_sym_COLON_COLON] = ACTIONS(3218), - [anon_sym_PLUS_EQ] = ACTIONS(3218), - [anon_sym_DASH_EQ] = ACTIONS(3218), - [anon_sym_STAR_EQ] = ACTIONS(3218), - [anon_sym_SLASH_EQ] = ACTIONS(3218), - [anon_sym_PERCENT_EQ] = ACTIONS(3218), - [anon_sym_BANG_EQ] = ACTIONS(3214), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3218), - [anon_sym_EQ_EQ] = ACTIONS(3214), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3218), - [anon_sym_LT_EQ] = ACTIONS(3218), - [anon_sym_GT_EQ] = ACTIONS(3218), - [anon_sym_BANGin] = ACTIONS(3218), - [anon_sym_is] = ACTIONS(3214), - [anon_sym_BANGis] = ACTIONS(3218), - [anon_sym_PLUS] = ACTIONS(3214), - [anon_sym_DASH] = ACTIONS(3214), - [anon_sym_SLASH] = ACTIONS(3214), - [anon_sym_PERCENT] = ACTIONS(3214), - [anon_sym_as_QMARK] = ACTIONS(3218), - [anon_sym_PLUS_PLUS] = ACTIONS(3218), - [anon_sym_DASH_DASH] = ACTIONS(3218), - [anon_sym_BANG_BANG] = ACTIONS(3218), + [anon_sym_COLON] = ACTIONS(5177), + [anon_sym_LBRACK] = ACTIONS(3140), + [anon_sym_RBRACK] = ACTIONS(3140), + [anon_sym_as] = ACTIONS(3136), + [anon_sym_EQ] = ACTIONS(3136), + [anon_sym_constructor] = ACTIONS(5169), + [anon_sym_LBRACE] = ACTIONS(5179), + [anon_sym_RBRACE] = ACTIONS(3140), + [anon_sym_LPAREN] = ACTIONS(5173), + [anon_sym_COMMA] = ACTIONS(3140), + [anon_sym_RPAREN] = ACTIONS(3140), + [anon_sym_LT] = ACTIONS(5119), + [anon_sym_GT] = ACTIONS(3136), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(3136), + [anon_sym_SEMI] = ACTIONS(3140), + [anon_sym_get] = ACTIONS(3136), + [anon_sym_set] = ACTIONS(3136), + [anon_sym_STAR] = ACTIONS(3136), + [anon_sym_DASH_GT] = ACTIONS(3140), + [sym_label] = ACTIONS(3140), + [anon_sym_in] = ACTIONS(3136), + [anon_sym_while] = ACTIONS(3136), + [anon_sym_DOT_DOT] = ACTIONS(3140), + [anon_sym_QMARK_COLON] = ACTIONS(3140), + [anon_sym_AMP_AMP] = ACTIONS(3140), + [anon_sym_PIPE_PIPE] = ACTIONS(3140), + [anon_sym_else] = ACTIONS(3136), + [anon_sym_COLON_COLON] = ACTIONS(3140), + [anon_sym_PLUS_EQ] = ACTIONS(3140), + [anon_sym_DASH_EQ] = ACTIONS(3140), + [anon_sym_STAR_EQ] = ACTIONS(3140), + [anon_sym_SLASH_EQ] = ACTIONS(3140), + [anon_sym_PERCENT_EQ] = ACTIONS(3140), + [anon_sym_BANG_EQ] = ACTIONS(3136), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3140), + [anon_sym_EQ_EQ] = ACTIONS(3136), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3140), + [anon_sym_LT_EQ] = ACTIONS(3140), + [anon_sym_GT_EQ] = ACTIONS(3140), + [anon_sym_BANGin] = ACTIONS(3140), + [anon_sym_is] = ACTIONS(3136), + [anon_sym_BANGis] = ACTIONS(3140), + [anon_sym_PLUS] = ACTIONS(3136), + [anon_sym_DASH] = ACTIONS(3136), + [anon_sym_SLASH] = ACTIONS(3136), + [anon_sym_PERCENT] = ACTIONS(3136), + [anon_sym_as_QMARK] = ACTIONS(3140), + [anon_sym_PLUS_PLUS] = ACTIONS(3140), + [anon_sym_DASH_DASH] = ACTIONS(3140), + [anon_sym_BANG_BANG] = ACTIONS(3140), [anon_sym_suspend] = ACTIONS(3120), [anon_sym_sealed] = ACTIONS(3122), [anon_sym_annotation] = ACTIONS(3122), @@ -176363,283 +175160,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3134), [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3218), - [sym_safe_nav] = ACTIONS(3218), + [sym__backtick_identifier] = ACTIONS(3140), + [sym_safe_nav] = ACTIONS(3140), [sym_multiline_comment] = ACTIONS(3), }, - [1245] = { - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(1614), - [sym__comparison_operator] = STATE(1613), - [sym__in_operator] = STATE(2103), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(1671), - [sym__multiplicative_operator] = STATE(1686), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_annotation] = STATE(7852), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1688), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_EQ] = ACTIONS(2999), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(3001), - [anon_sym_LPAREN] = ACTIONS(3570), - [anon_sym_COMMA] = ACTIONS(3001), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3572), - [anon_sym_where] = ACTIONS(2999), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(3001), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(3582), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(3586), - [anon_sym_DOT_DOT] = ACTIONS(3588), - [anon_sym_QMARK_COLON] = ACTIONS(3590), - [anon_sym_AMP_AMP] = ACTIONS(3592), - [anon_sym_PIPE_PIPE] = ACTIONS(3594), - [anon_sym_else] = ACTIONS(2999), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_PLUS_EQ] = ACTIONS(3001), - [anon_sym_DASH_EQ] = ACTIONS(3001), - [anon_sym_STAR_EQ] = ACTIONS(3001), - [anon_sym_SLASH_EQ] = ACTIONS(3001), - [anon_sym_PERCENT_EQ] = ACTIONS(3001), - [anon_sym_BANG_EQ] = ACTIONS(3598), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3600), - [anon_sym_EQ_EQ] = ACTIONS(3598), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3600), - [anon_sym_LT_EQ] = ACTIONS(3602), - [anon_sym_GT_EQ] = ACTIONS(3602), - [anon_sym_BANGin] = ACTIONS(3604), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), - [anon_sym_PLUS] = ACTIONS(3610), - [anon_sym_DASH] = ACTIONS(3610), - [anon_sym_SLASH] = ACTIONS(3582), - [anon_sym_PERCENT] = ACTIONS(3582), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), - [anon_sym_suspend] = ACTIONS(2999), - [anon_sym_sealed] = ACTIONS(2999), - [anon_sym_annotation] = ACTIONS(2999), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(2999), - [anon_sym_lateinit] = ACTIONS(2999), - [anon_sym_public] = ACTIONS(2999), - [anon_sym_private] = ACTIONS(2999), - [anon_sym_internal] = ACTIONS(2999), - [anon_sym_protected] = ACTIONS(2999), - [anon_sym_tailrec] = ACTIONS(2999), - [anon_sym_operator] = ACTIONS(2999), - [anon_sym_infix] = ACTIONS(2999), - [anon_sym_inline] = ACTIONS(2999), - [anon_sym_external] = ACTIONS(2999), - [sym_property_modifier] = ACTIONS(2999), - [anon_sym_abstract] = ACTIONS(2999), - [anon_sym_final] = ACTIONS(2999), - [anon_sym_open] = ACTIONS(2999), - [anon_sym_vararg] = ACTIONS(2999), - [anon_sym_noinline] = ACTIONS(2999), - [anon_sym_crossinline] = ACTIONS(2999), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3001), - [sym_safe_nav] = ACTIONS(3596), - [sym_multiline_comment] = ACTIONS(3), - }, - [1246] = { - [sym__alpha_identifier] = ACTIONS(4929), - [anon_sym_AT] = ACTIONS(4931), - [anon_sym_LBRACK] = ACTIONS(4931), - [anon_sym_as] = ACTIONS(4929), - [anon_sym_EQ] = ACTIONS(4929), - [anon_sym_LBRACE] = ACTIONS(4931), - [anon_sym_RBRACE] = ACTIONS(4931), - [anon_sym_LPAREN] = ACTIONS(5197), - [anon_sym_LT] = ACTIONS(4929), - [anon_sym_GT] = ACTIONS(4929), - [anon_sym_object] = ACTIONS(4929), - [anon_sym_fun] = ACTIONS(4929), - [anon_sym_DOT] = ACTIONS(4929), - [anon_sym_SEMI] = ACTIONS(4931), - [anon_sym_get] = ACTIONS(4929), - [anon_sym_set] = ACTIONS(4929), - [anon_sym_this] = ACTIONS(4929), - [anon_sym_super] = ACTIONS(4929), - [anon_sym_STAR] = ACTIONS(4929), - [sym_label] = ACTIONS(4929), - [anon_sym_in] = ACTIONS(4929), - [anon_sym_DOT_DOT] = ACTIONS(4931), - [anon_sym_QMARK_COLON] = ACTIONS(4931), - [anon_sym_AMP_AMP] = ACTIONS(4931), - [anon_sym_PIPE_PIPE] = ACTIONS(4931), - [anon_sym_null] = ACTIONS(4929), - [anon_sym_if] = ACTIONS(4929), - [anon_sym_else] = ACTIONS(4929), - [anon_sym_when] = ACTIONS(4929), - [anon_sym_try] = ACTIONS(4929), - [anon_sym_throw] = ACTIONS(4929), - [anon_sym_return] = ACTIONS(4929), - [anon_sym_continue] = ACTIONS(4929), - [anon_sym_break] = ACTIONS(4929), - [anon_sym_COLON_COLON] = ACTIONS(4931), - [anon_sym_PLUS_EQ] = ACTIONS(4931), - [anon_sym_DASH_EQ] = ACTIONS(4931), - [anon_sym_STAR_EQ] = ACTIONS(4931), - [anon_sym_SLASH_EQ] = ACTIONS(4931), - [anon_sym_PERCENT_EQ] = ACTIONS(4931), - [anon_sym_BANG_EQ] = ACTIONS(4929), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4931), - [anon_sym_EQ_EQ] = ACTIONS(4929), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4931), - [anon_sym_LT_EQ] = ACTIONS(4931), - [anon_sym_GT_EQ] = ACTIONS(4931), - [anon_sym_BANGin] = ACTIONS(4931), - [anon_sym_is] = ACTIONS(4929), - [anon_sym_BANGis] = ACTIONS(4931), - [anon_sym_PLUS] = ACTIONS(4929), - [anon_sym_DASH] = ACTIONS(4929), - [anon_sym_SLASH] = ACTIONS(4929), - [anon_sym_PERCENT] = ACTIONS(4929), - [anon_sym_as_QMARK] = ACTIONS(4931), - [anon_sym_PLUS_PLUS] = ACTIONS(4931), - [anon_sym_DASH_DASH] = ACTIONS(4931), - [anon_sym_BANG] = ACTIONS(4929), - [anon_sym_BANG_BANG] = ACTIONS(4931), - [anon_sym_suspend] = ACTIONS(4929), - [anon_sym_sealed] = ACTIONS(4929), - [anon_sym_annotation] = ACTIONS(4929), - [anon_sym_data] = ACTIONS(4929), - [anon_sym_inner] = ACTIONS(4929), - [anon_sym_override] = ACTIONS(4929), - [anon_sym_lateinit] = ACTIONS(4929), - [anon_sym_public] = ACTIONS(4929), - [anon_sym_private] = ACTIONS(4929), - [anon_sym_internal] = ACTIONS(4929), - [anon_sym_protected] = ACTIONS(4929), - [anon_sym_tailrec] = ACTIONS(4929), - [anon_sym_operator] = ACTIONS(4929), - [anon_sym_infix] = ACTIONS(4929), - [anon_sym_inline] = ACTIONS(4929), - [anon_sym_external] = ACTIONS(4929), - [sym_property_modifier] = ACTIONS(4929), - [anon_sym_abstract] = ACTIONS(4929), - [anon_sym_final] = ACTIONS(4929), - [anon_sym_open] = ACTIONS(4929), - [anon_sym_vararg] = ACTIONS(4929), - [anon_sym_noinline] = ACTIONS(4929), - [anon_sym_crossinline] = ACTIONS(4929), - [anon_sym_expect] = ACTIONS(4929), - [anon_sym_actual] = ACTIONS(4929), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4931), - [anon_sym_continue_AT] = ACTIONS(4931), - [anon_sym_break_AT] = ACTIONS(4931), - [sym_real_literal] = ACTIONS(4931), - [sym_integer_literal] = ACTIONS(4929), - [sym_hex_literal] = ACTIONS(4931), - [sym_bin_literal] = ACTIONS(4931), - [anon_sym_true] = ACTIONS(4929), - [anon_sym_false] = ACTIONS(4929), - [anon_sym_SQUOTE] = ACTIONS(4931), - [sym__backtick_identifier] = ACTIONS(4931), - [sym__automatic_semicolon] = ACTIONS(4931), - [sym_safe_nav] = ACTIONS(4931), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4931), - }, - [1247] = { - [sym_primary_constructor] = STATE(4452), - [sym__class_parameters] = STATE(4539), - [sym_type_constraints] = STATE(4537), - [sym_enum_class_body] = STATE(4709), - [sym_modifiers] = STATE(9107), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3190), + [1232] = { + [sym_primary_constructor] = STATE(2892), + [sym__class_parameters] = STATE(3039), + [sym_type_parameters] = STATE(1287), + [sym_type_constraints] = STATE(3077), + [sym_enum_class_body] = STATE(3232), + [sym_modifiers] = STATE(9227), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3102), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(5199), - [anon_sym_LBRACK] = ACTIONS(3194), - [anon_sym_RBRACK] = ACTIONS(3194), - [anon_sym_as] = ACTIONS(3190), - [anon_sym_EQ] = ACTIONS(3190), - [anon_sym_constructor] = ACTIONS(5125), - [anon_sym_LBRACE] = ACTIONS(5137), - [anon_sym_RBRACE] = ACTIONS(3194), - [anon_sym_LPAREN] = ACTIONS(5129), - [anon_sym_COMMA] = ACTIONS(3194), - [anon_sym_RPAREN] = ACTIONS(3194), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3190), - [anon_sym_where] = ACTIONS(5133), - [anon_sym_DOT] = ACTIONS(3190), - [anon_sym_SEMI] = ACTIONS(3194), - [anon_sym_get] = ACTIONS(3190), - [anon_sym_set] = ACTIONS(3190), - [anon_sym_STAR] = ACTIONS(3190), - [anon_sym_DASH_GT] = ACTIONS(3194), - [sym_label] = ACTIONS(3194), - [anon_sym_in] = ACTIONS(3190), - [anon_sym_while] = ACTIONS(3190), - [anon_sym_DOT_DOT] = ACTIONS(3194), - [anon_sym_QMARK_COLON] = ACTIONS(3194), - [anon_sym_AMP_AMP] = ACTIONS(3194), - [anon_sym_PIPE_PIPE] = ACTIONS(3194), - [anon_sym_else] = ACTIONS(3190), - [anon_sym_COLON_COLON] = ACTIONS(3194), - [anon_sym_PLUS_EQ] = ACTIONS(3194), - [anon_sym_DASH_EQ] = ACTIONS(3194), - [anon_sym_STAR_EQ] = ACTIONS(3194), - [anon_sym_SLASH_EQ] = ACTIONS(3194), - [anon_sym_PERCENT_EQ] = ACTIONS(3194), - [anon_sym_BANG_EQ] = ACTIONS(3190), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3194), - [anon_sym_EQ_EQ] = ACTIONS(3190), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3194), - [anon_sym_LT_EQ] = ACTIONS(3194), - [anon_sym_GT_EQ] = ACTIONS(3194), - [anon_sym_BANGin] = ACTIONS(3194), - [anon_sym_is] = ACTIONS(3190), - [anon_sym_BANGis] = ACTIONS(3194), - [anon_sym_PLUS] = ACTIONS(3190), - [anon_sym_DASH] = ACTIONS(3190), - [anon_sym_SLASH] = ACTIONS(3190), - [anon_sym_PERCENT] = ACTIONS(3190), - [anon_sym_as_QMARK] = ACTIONS(3194), - [anon_sym_PLUS_PLUS] = ACTIONS(3194), - [anon_sym_DASH_DASH] = ACTIONS(3194), - [anon_sym_BANG_BANG] = ACTIONS(3194), + [anon_sym_COLON] = ACTIONS(5181), + [anon_sym_LBRACK] = ACTIONS(3108), + [anon_sym_RBRACK] = ACTIONS(3108), + [anon_sym_as] = ACTIONS(3102), + [anon_sym_EQ] = ACTIONS(3102), + [anon_sym_constructor] = ACTIONS(5169), + [anon_sym_LBRACE] = ACTIONS(5171), + [anon_sym_RBRACE] = ACTIONS(3108), + [anon_sym_LPAREN] = ACTIONS(5173), + [anon_sym_COMMA] = ACTIONS(3108), + [anon_sym_RPAREN] = ACTIONS(3108), + [anon_sym_LT] = ACTIONS(5119), + [anon_sym_GT] = ACTIONS(3102), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(3102), + [anon_sym_SEMI] = ACTIONS(3108), + [anon_sym_get] = ACTIONS(3102), + [anon_sym_set] = ACTIONS(3102), + [anon_sym_STAR] = ACTIONS(3102), + [anon_sym_DASH_GT] = ACTIONS(3108), + [sym_label] = ACTIONS(3108), + [anon_sym_in] = ACTIONS(3102), + [anon_sym_while] = ACTIONS(3102), + [anon_sym_DOT_DOT] = ACTIONS(3108), + [anon_sym_QMARK_COLON] = ACTIONS(3108), + [anon_sym_AMP_AMP] = ACTIONS(3108), + [anon_sym_PIPE_PIPE] = ACTIONS(3108), + [anon_sym_else] = ACTIONS(3102), + [anon_sym_COLON_COLON] = ACTIONS(3108), + [anon_sym_PLUS_EQ] = ACTIONS(3108), + [anon_sym_DASH_EQ] = ACTIONS(3108), + [anon_sym_STAR_EQ] = ACTIONS(3108), + [anon_sym_SLASH_EQ] = ACTIONS(3108), + [anon_sym_PERCENT_EQ] = ACTIONS(3108), + [anon_sym_BANG_EQ] = ACTIONS(3102), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3108), + [anon_sym_EQ_EQ] = ACTIONS(3102), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3108), + [anon_sym_LT_EQ] = ACTIONS(3108), + [anon_sym_GT_EQ] = ACTIONS(3108), + [anon_sym_BANGin] = ACTIONS(3108), + [anon_sym_is] = ACTIONS(3102), + [anon_sym_BANGis] = ACTIONS(3108), + [anon_sym_PLUS] = ACTIONS(3102), + [anon_sym_DASH] = ACTIONS(3102), + [anon_sym_SLASH] = ACTIONS(3102), + [anon_sym_PERCENT] = ACTIONS(3102), + [anon_sym_as_QMARK] = ACTIONS(3108), + [anon_sym_PLUS_PLUS] = ACTIONS(3108), + [anon_sym_DASH_DASH] = ACTIONS(3108), + [anon_sym_BANG_BANG] = ACTIONS(3108), [anon_sym_suspend] = ACTIONS(3120), [anon_sym_sealed] = ACTIONS(3122), [anon_sym_annotation] = ACTIONS(3122), @@ -176666,384 +175262,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3134), [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3194), - [sym_safe_nav] = ACTIONS(3194), - [sym_multiline_comment] = ACTIONS(3), - }, - [1248] = { - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(1614), - [sym__comparison_operator] = STATE(1613), - [sym__in_operator] = STATE(2103), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(1671), - [sym__multiplicative_operator] = STATE(1686), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_annotation] = STATE(7852), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1688), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_EQ] = ACTIONS(3061), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(3063), - [anon_sym_LPAREN] = ACTIONS(3570), - [anon_sym_COMMA] = ACTIONS(3063), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3572), - [anon_sym_where] = ACTIONS(3061), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(3063), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(3582), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(3586), - [anon_sym_DOT_DOT] = ACTIONS(3588), - [anon_sym_QMARK_COLON] = ACTIONS(3590), - [anon_sym_AMP_AMP] = ACTIONS(3592), - [anon_sym_PIPE_PIPE] = ACTIONS(3594), - [anon_sym_else] = ACTIONS(3061), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_PLUS_EQ] = ACTIONS(3063), - [anon_sym_DASH_EQ] = ACTIONS(3063), - [anon_sym_STAR_EQ] = ACTIONS(3063), - [anon_sym_SLASH_EQ] = ACTIONS(3063), - [anon_sym_PERCENT_EQ] = ACTIONS(3063), - [anon_sym_BANG_EQ] = ACTIONS(3598), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3600), - [anon_sym_EQ_EQ] = ACTIONS(3598), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3600), - [anon_sym_LT_EQ] = ACTIONS(3602), - [anon_sym_GT_EQ] = ACTIONS(3602), - [anon_sym_BANGin] = ACTIONS(3604), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), - [anon_sym_PLUS] = ACTIONS(3610), - [anon_sym_DASH] = ACTIONS(3610), - [anon_sym_SLASH] = ACTIONS(3582), - [anon_sym_PERCENT] = ACTIONS(3582), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), - [anon_sym_suspend] = ACTIONS(3061), - [anon_sym_sealed] = ACTIONS(3061), - [anon_sym_annotation] = ACTIONS(3061), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3061), - [anon_sym_lateinit] = ACTIONS(3061), - [anon_sym_public] = ACTIONS(3061), - [anon_sym_private] = ACTIONS(3061), - [anon_sym_internal] = ACTIONS(3061), - [anon_sym_protected] = ACTIONS(3061), - [anon_sym_tailrec] = ACTIONS(3061), - [anon_sym_operator] = ACTIONS(3061), - [anon_sym_infix] = ACTIONS(3061), - [anon_sym_inline] = ACTIONS(3061), - [anon_sym_external] = ACTIONS(3061), - [sym_property_modifier] = ACTIONS(3061), - [anon_sym_abstract] = ACTIONS(3061), - [anon_sym_final] = ACTIONS(3061), - [anon_sym_open] = ACTIONS(3061), - [anon_sym_vararg] = ACTIONS(3061), - [anon_sym_noinline] = ACTIONS(3061), - [anon_sym_crossinline] = ACTIONS(3061), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3063), - [sym_safe_nav] = ACTIONS(3596), - [sym_multiline_comment] = ACTIONS(3), - }, - [1249] = { - [sym__alpha_identifier] = ACTIONS(4923), - [anon_sym_AT] = ACTIONS(4925), - [anon_sym_LBRACK] = ACTIONS(4925), - [anon_sym_as] = ACTIONS(4923), - [anon_sym_EQ] = ACTIONS(4923), - [anon_sym_LBRACE] = ACTIONS(4925), - [anon_sym_RBRACE] = ACTIONS(4925), - [anon_sym_LPAREN] = ACTIONS(5201), - [anon_sym_LT] = ACTIONS(4923), - [anon_sym_GT] = ACTIONS(4923), - [anon_sym_object] = ACTIONS(4923), - [anon_sym_fun] = ACTIONS(4923), - [anon_sym_DOT] = ACTIONS(4923), - [anon_sym_SEMI] = ACTIONS(4925), - [anon_sym_get] = ACTIONS(4923), - [anon_sym_set] = ACTIONS(4923), - [anon_sym_this] = ACTIONS(4923), - [anon_sym_super] = ACTIONS(4923), - [anon_sym_STAR] = ACTIONS(4923), - [sym_label] = ACTIONS(4923), - [anon_sym_in] = ACTIONS(4923), - [anon_sym_DOT_DOT] = ACTIONS(4925), - [anon_sym_QMARK_COLON] = ACTIONS(4925), - [anon_sym_AMP_AMP] = ACTIONS(4925), - [anon_sym_PIPE_PIPE] = ACTIONS(4925), - [anon_sym_null] = ACTIONS(4923), - [anon_sym_if] = ACTIONS(4923), - [anon_sym_else] = ACTIONS(4923), - [anon_sym_when] = ACTIONS(4923), - [anon_sym_try] = ACTIONS(4923), - [anon_sym_throw] = ACTIONS(4923), - [anon_sym_return] = ACTIONS(4923), - [anon_sym_continue] = ACTIONS(4923), - [anon_sym_break] = ACTIONS(4923), - [anon_sym_COLON_COLON] = ACTIONS(4925), - [anon_sym_PLUS_EQ] = ACTIONS(4925), - [anon_sym_DASH_EQ] = ACTIONS(4925), - [anon_sym_STAR_EQ] = ACTIONS(4925), - [anon_sym_SLASH_EQ] = ACTIONS(4925), - [anon_sym_PERCENT_EQ] = ACTIONS(4925), - [anon_sym_BANG_EQ] = ACTIONS(4923), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4925), - [anon_sym_EQ_EQ] = ACTIONS(4923), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4925), - [anon_sym_LT_EQ] = ACTIONS(4925), - [anon_sym_GT_EQ] = ACTIONS(4925), - [anon_sym_BANGin] = ACTIONS(4925), - [anon_sym_is] = ACTIONS(4923), - [anon_sym_BANGis] = ACTIONS(4925), - [anon_sym_PLUS] = ACTIONS(4923), - [anon_sym_DASH] = ACTIONS(4923), - [anon_sym_SLASH] = ACTIONS(4923), - [anon_sym_PERCENT] = ACTIONS(4923), - [anon_sym_as_QMARK] = ACTIONS(4925), - [anon_sym_PLUS_PLUS] = ACTIONS(4925), - [anon_sym_DASH_DASH] = ACTIONS(4925), - [anon_sym_BANG] = ACTIONS(4923), - [anon_sym_BANG_BANG] = ACTIONS(4925), - [anon_sym_suspend] = ACTIONS(4923), - [anon_sym_sealed] = ACTIONS(4923), - [anon_sym_annotation] = ACTIONS(4923), - [anon_sym_data] = ACTIONS(4923), - [anon_sym_inner] = ACTIONS(4923), - [anon_sym_override] = ACTIONS(4923), - [anon_sym_lateinit] = ACTIONS(4923), - [anon_sym_public] = ACTIONS(4923), - [anon_sym_private] = ACTIONS(4923), - [anon_sym_internal] = ACTIONS(4923), - [anon_sym_protected] = ACTIONS(4923), - [anon_sym_tailrec] = ACTIONS(4923), - [anon_sym_operator] = ACTIONS(4923), - [anon_sym_infix] = ACTIONS(4923), - [anon_sym_inline] = ACTIONS(4923), - [anon_sym_external] = ACTIONS(4923), - [sym_property_modifier] = ACTIONS(4923), - [anon_sym_abstract] = ACTIONS(4923), - [anon_sym_final] = ACTIONS(4923), - [anon_sym_open] = ACTIONS(4923), - [anon_sym_vararg] = ACTIONS(4923), - [anon_sym_noinline] = ACTIONS(4923), - [anon_sym_crossinline] = ACTIONS(4923), - [anon_sym_expect] = ACTIONS(4923), - [anon_sym_actual] = ACTIONS(4923), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4925), - [anon_sym_continue_AT] = ACTIONS(4925), - [anon_sym_break_AT] = ACTIONS(4925), - [sym_real_literal] = ACTIONS(4925), - [sym_integer_literal] = ACTIONS(4923), - [sym_hex_literal] = ACTIONS(4925), - [sym_bin_literal] = ACTIONS(4925), - [anon_sym_true] = ACTIONS(4923), - [anon_sym_false] = ACTIONS(4923), - [anon_sym_SQUOTE] = ACTIONS(4925), - [sym__backtick_identifier] = ACTIONS(4925), - [sym__automatic_semicolon] = ACTIONS(4925), - [sym_safe_nav] = ACTIONS(4925), + [sym__backtick_identifier] = ACTIONS(3108), + [sym_safe_nav] = ACTIONS(3108), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4925), - }, - [1250] = { - [sym_type_constraints] = STATE(1305), - [sym_function_body] = STATE(1166), - [sym__block] = STATE(1128), - [sym__alpha_identifier] = ACTIONS(4300), - [anon_sym_AT] = ACTIONS(4302), - [anon_sym_LBRACK] = ACTIONS(4302), - [anon_sym_as] = ACTIONS(4300), - [anon_sym_EQ] = ACTIONS(5103), - [anon_sym_LBRACE] = ACTIONS(4081), - [anon_sym_RBRACE] = ACTIONS(4302), - [anon_sym_LPAREN] = ACTIONS(4302), - [anon_sym_COMMA] = ACTIONS(4302), - [anon_sym_LT] = ACTIONS(4300), - [anon_sym_GT] = ACTIONS(4300), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(4300), - [anon_sym_fun] = ACTIONS(4300), - [anon_sym_DOT] = ACTIONS(4300), - [anon_sym_SEMI] = ACTIONS(4302), - [anon_sym_get] = ACTIONS(4300), - [anon_sym_set] = ACTIONS(4300), - [anon_sym_this] = ACTIONS(4300), - [anon_sym_super] = ACTIONS(4300), - [anon_sym_STAR] = ACTIONS(4302), - [sym_label] = ACTIONS(4300), - [anon_sym_in] = ACTIONS(4300), - [anon_sym_DOT_DOT] = ACTIONS(4302), - [anon_sym_QMARK_COLON] = ACTIONS(4302), - [anon_sym_AMP_AMP] = ACTIONS(4302), - [anon_sym_PIPE_PIPE] = ACTIONS(4302), - [anon_sym_null] = ACTIONS(4300), - [anon_sym_if] = ACTIONS(4300), - [anon_sym_else] = ACTIONS(4300), - [anon_sym_when] = ACTIONS(4300), - [anon_sym_try] = ACTIONS(4300), - [anon_sym_throw] = ACTIONS(4300), - [anon_sym_return] = ACTIONS(4300), - [anon_sym_continue] = ACTIONS(4300), - [anon_sym_break] = ACTIONS(4300), - [anon_sym_COLON_COLON] = ACTIONS(4302), - [anon_sym_BANG_EQ] = ACTIONS(4300), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4302), - [anon_sym_EQ_EQ] = ACTIONS(4300), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4302), - [anon_sym_LT_EQ] = ACTIONS(4302), - [anon_sym_GT_EQ] = ACTIONS(4302), - [anon_sym_BANGin] = ACTIONS(4302), - [anon_sym_is] = ACTIONS(4300), - [anon_sym_BANGis] = ACTIONS(4302), - [anon_sym_PLUS] = ACTIONS(4300), - [anon_sym_DASH] = ACTIONS(4300), - [anon_sym_SLASH] = ACTIONS(4300), - [anon_sym_PERCENT] = ACTIONS(4302), - [anon_sym_as_QMARK] = ACTIONS(4302), - [anon_sym_PLUS_PLUS] = ACTIONS(4302), - [anon_sym_DASH_DASH] = ACTIONS(4302), - [anon_sym_BANG] = ACTIONS(4300), - [anon_sym_BANG_BANG] = ACTIONS(4302), - [anon_sym_suspend] = ACTIONS(4300), - [anon_sym_sealed] = ACTIONS(4300), - [anon_sym_annotation] = ACTIONS(4300), - [anon_sym_data] = ACTIONS(4300), - [anon_sym_inner] = ACTIONS(4300), - [anon_sym_override] = ACTIONS(4300), - [anon_sym_lateinit] = ACTIONS(4300), - [anon_sym_public] = ACTIONS(4300), - [anon_sym_private] = ACTIONS(4300), - [anon_sym_internal] = ACTIONS(4300), - [anon_sym_protected] = ACTIONS(4300), - [anon_sym_tailrec] = ACTIONS(4300), - [anon_sym_operator] = ACTIONS(4300), - [anon_sym_infix] = ACTIONS(4300), - [anon_sym_inline] = ACTIONS(4300), - [anon_sym_external] = ACTIONS(4300), - [sym_property_modifier] = ACTIONS(4300), - [anon_sym_abstract] = ACTIONS(4300), - [anon_sym_final] = ACTIONS(4300), - [anon_sym_open] = ACTIONS(4300), - [anon_sym_vararg] = ACTIONS(4300), - [anon_sym_noinline] = ACTIONS(4300), - [anon_sym_crossinline] = ACTIONS(4300), - [anon_sym_expect] = ACTIONS(4300), - [anon_sym_actual] = ACTIONS(4300), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4302), - [anon_sym_continue_AT] = ACTIONS(4302), - [anon_sym_break_AT] = ACTIONS(4302), - [sym_real_literal] = ACTIONS(4302), - [sym_integer_literal] = ACTIONS(4300), - [sym_hex_literal] = ACTIONS(4302), - [sym_bin_literal] = ACTIONS(4302), - [anon_sym_true] = ACTIONS(4300), - [anon_sym_false] = ACTIONS(4300), - [anon_sym_SQUOTE] = ACTIONS(4302), - [sym__backtick_identifier] = ACTIONS(4302), - [sym__automatic_semicolon] = ACTIONS(4302), - [sym_safe_nav] = ACTIONS(4302), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4302), }, - [1251] = { - [sym_primary_constructor] = STATE(2851), - [sym_class_body] = STATE(3238), - [sym__class_parameters] = STATE(2990), - [sym_type_constraints] = STATE(3068), - [sym_modifiers] = STATE(9064), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3214), + [1233] = { + [sym_primary_constructor] = STATE(2872), + [sym_class_body] = STATE(3359), + [sym__class_parameters] = STATE(3039), + [sym_type_parameters] = STATE(1282), + [sym_type_constraints] = STATE(3040), + [sym_modifiers] = STATE(9227), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3146), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(5203), - [anon_sym_LBRACK] = ACTIONS(3218), - [anon_sym_RBRACK] = ACTIONS(3218), - [anon_sym_as] = ACTIONS(3214), - [anon_sym_EQ] = ACTIONS(3214), - [anon_sym_constructor] = ACTIONS(5145), - [anon_sym_LBRACE] = ACTIONS(5147), - [anon_sym_RBRACE] = ACTIONS(3218), - [anon_sym_LPAREN] = ACTIONS(5149), - [anon_sym_COMMA] = ACTIONS(3218), - [anon_sym_RPAREN] = ACTIONS(3218), - [anon_sym_LT] = ACTIONS(3214), - [anon_sym_GT] = ACTIONS(3214), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(3214), - [anon_sym_SEMI] = ACTIONS(3218), - [anon_sym_get] = ACTIONS(3214), - [anon_sym_set] = ACTIONS(3214), - [anon_sym_STAR] = ACTIONS(3214), - [anon_sym_DASH_GT] = ACTIONS(3218), - [sym_label] = ACTIONS(3218), - [anon_sym_in] = ACTIONS(3214), - [anon_sym_while] = ACTIONS(3214), - [anon_sym_DOT_DOT] = ACTIONS(3218), - [anon_sym_QMARK_COLON] = ACTIONS(3218), - [anon_sym_AMP_AMP] = ACTIONS(3218), - [anon_sym_PIPE_PIPE] = ACTIONS(3218), - [anon_sym_else] = ACTIONS(3214), - [anon_sym_COLON_COLON] = ACTIONS(3218), - [anon_sym_PLUS_EQ] = ACTIONS(3218), - [anon_sym_DASH_EQ] = ACTIONS(3218), - [anon_sym_STAR_EQ] = ACTIONS(3218), - [anon_sym_SLASH_EQ] = ACTIONS(3218), - [anon_sym_PERCENT_EQ] = ACTIONS(3218), - [anon_sym_BANG_EQ] = ACTIONS(3214), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3218), - [anon_sym_EQ_EQ] = ACTIONS(3214), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3218), - [anon_sym_LT_EQ] = ACTIONS(3218), - [anon_sym_GT_EQ] = ACTIONS(3218), - [anon_sym_BANGin] = ACTIONS(3218), - [anon_sym_is] = ACTIONS(3214), - [anon_sym_BANGis] = ACTIONS(3218), - [anon_sym_PLUS] = ACTIONS(3214), - [anon_sym_DASH] = ACTIONS(3214), - [anon_sym_SLASH] = ACTIONS(3214), - [anon_sym_PERCENT] = ACTIONS(3214), - [anon_sym_as_QMARK] = ACTIONS(3218), - [anon_sym_PLUS_PLUS] = ACTIONS(3218), - [anon_sym_DASH_DASH] = ACTIONS(3218), - [anon_sym_BANG_BANG] = ACTIONS(3218), + [anon_sym_COLON] = ACTIONS(5183), + [anon_sym_LBRACK] = ACTIONS(3150), + [anon_sym_RBRACK] = ACTIONS(3150), + [anon_sym_as] = ACTIONS(3146), + [anon_sym_EQ] = ACTIONS(3146), + [anon_sym_constructor] = ACTIONS(5169), + [anon_sym_LBRACE] = ACTIONS(5179), + [anon_sym_RBRACE] = ACTIONS(3150), + [anon_sym_LPAREN] = ACTIONS(5173), + [anon_sym_COMMA] = ACTIONS(3150), + [anon_sym_RPAREN] = ACTIONS(3150), + [anon_sym_LT] = ACTIONS(5119), + [anon_sym_GT] = ACTIONS(3146), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(3146), + [anon_sym_SEMI] = ACTIONS(3150), + [anon_sym_get] = ACTIONS(3146), + [anon_sym_set] = ACTIONS(3146), + [anon_sym_STAR] = ACTIONS(3146), + [anon_sym_DASH_GT] = ACTIONS(3150), + [sym_label] = ACTIONS(3150), + [anon_sym_in] = ACTIONS(3146), + [anon_sym_while] = ACTIONS(3146), + [anon_sym_DOT_DOT] = ACTIONS(3150), + [anon_sym_QMARK_COLON] = ACTIONS(3150), + [anon_sym_AMP_AMP] = ACTIONS(3150), + [anon_sym_PIPE_PIPE] = ACTIONS(3150), + [anon_sym_else] = ACTIONS(3146), + [anon_sym_COLON_COLON] = ACTIONS(3150), + [anon_sym_PLUS_EQ] = ACTIONS(3150), + [anon_sym_DASH_EQ] = ACTIONS(3150), + [anon_sym_STAR_EQ] = ACTIONS(3150), + [anon_sym_SLASH_EQ] = ACTIONS(3150), + [anon_sym_PERCENT_EQ] = ACTIONS(3150), + [anon_sym_BANG_EQ] = ACTIONS(3146), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3150), + [anon_sym_EQ_EQ] = ACTIONS(3146), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3150), + [anon_sym_LT_EQ] = ACTIONS(3150), + [anon_sym_GT_EQ] = ACTIONS(3150), + [anon_sym_BANGin] = ACTIONS(3150), + [anon_sym_is] = ACTIONS(3146), + [anon_sym_BANGis] = ACTIONS(3150), + [anon_sym_PLUS] = ACTIONS(3146), + [anon_sym_DASH] = ACTIONS(3146), + [anon_sym_SLASH] = ACTIONS(3146), + [anon_sym_PERCENT] = ACTIONS(3146), + [anon_sym_as_QMARK] = ACTIONS(3150), + [anon_sym_PLUS_PLUS] = ACTIONS(3150), + [anon_sym_DASH_DASH] = ACTIONS(3150), + [anon_sym_BANG_BANG] = ACTIONS(3150), [anon_sym_suspend] = ACTIONS(3120), [anon_sym_sealed] = ACTIONS(3122), [anon_sym_annotation] = ACTIONS(3122), @@ -177070,586 +175364,182 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3134), [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3218), - [sym_safe_nav] = ACTIONS(3218), - [sym_multiline_comment] = ACTIONS(3), - }, - [1252] = { - [sym__alpha_identifier] = ACTIONS(4249), - [anon_sym_AT] = ACTIONS(4252), - [anon_sym_LBRACK] = ACTIONS(4252), - [anon_sym_as] = ACTIONS(4257), - [anon_sym_EQ] = ACTIONS(4257), - [anon_sym_LBRACE] = ACTIONS(4252), - [anon_sym_RBRACE] = ACTIONS(4255), - [anon_sym_LPAREN] = ACTIONS(5205), - [anon_sym_LT] = ACTIONS(4257), - [anon_sym_GT] = ACTIONS(4257), - [anon_sym_object] = ACTIONS(4249), - [anon_sym_fun] = ACTIONS(4249), - [anon_sym_DOT] = ACTIONS(4257), - [anon_sym_SEMI] = ACTIONS(4255), - [anon_sym_get] = ACTIONS(4249), - [anon_sym_set] = ACTIONS(4249), - [anon_sym_this] = ACTIONS(4249), - [anon_sym_super] = ACTIONS(4249), - [anon_sym_STAR] = ACTIONS(4249), - [sym_label] = ACTIONS(4249), - [anon_sym_in] = ACTIONS(4257), - [anon_sym_DOT_DOT] = ACTIONS(4255), - [anon_sym_QMARK_COLON] = ACTIONS(4255), - [anon_sym_AMP_AMP] = ACTIONS(4255), - [anon_sym_PIPE_PIPE] = ACTIONS(4255), - [anon_sym_null] = ACTIONS(4249), - [anon_sym_if] = ACTIONS(4249), - [anon_sym_else] = ACTIONS(4257), - [anon_sym_when] = ACTIONS(4249), - [anon_sym_try] = ACTIONS(4249), - [anon_sym_throw] = ACTIONS(4249), - [anon_sym_return] = ACTIONS(4249), - [anon_sym_continue] = ACTIONS(4249), - [anon_sym_break] = ACTIONS(4249), - [anon_sym_COLON_COLON] = ACTIONS(4252), - [anon_sym_PLUS_EQ] = ACTIONS(4255), - [anon_sym_DASH_EQ] = ACTIONS(4255), - [anon_sym_STAR_EQ] = ACTIONS(4255), - [anon_sym_SLASH_EQ] = ACTIONS(4255), - [anon_sym_PERCENT_EQ] = ACTIONS(4255), - [anon_sym_BANG_EQ] = ACTIONS(4257), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4255), - [anon_sym_EQ_EQ] = ACTIONS(4257), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4255), - [anon_sym_LT_EQ] = ACTIONS(4255), - [anon_sym_GT_EQ] = ACTIONS(4255), - [anon_sym_BANGin] = ACTIONS(4255), - [anon_sym_is] = ACTIONS(4257), - [anon_sym_BANGis] = ACTIONS(4255), - [anon_sym_PLUS] = ACTIONS(4249), - [anon_sym_DASH] = ACTIONS(4249), - [anon_sym_SLASH] = ACTIONS(4257), - [anon_sym_PERCENT] = ACTIONS(4257), - [anon_sym_as_QMARK] = ACTIONS(4255), - [anon_sym_PLUS_PLUS] = ACTIONS(4252), - [anon_sym_DASH_DASH] = ACTIONS(4252), - [anon_sym_BANG] = ACTIONS(4249), - [anon_sym_BANG_BANG] = ACTIONS(4255), - [anon_sym_suspend] = ACTIONS(4257), - [anon_sym_sealed] = ACTIONS(4257), - [anon_sym_annotation] = ACTIONS(4257), - [anon_sym_data] = ACTIONS(4249), - [anon_sym_inner] = ACTIONS(4249), - [anon_sym_override] = ACTIONS(4257), - [anon_sym_lateinit] = ACTIONS(4257), - [anon_sym_public] = ACTIONS(4257), - [anon_sym_private] = ACTIONS(4257), - [anon_sym_internal] = ACTIONS(4257), - [anon_sym_protected] = ACTIONS(4257), - [anon_sym_tailrec] = ACTIONS(4257), - [anon_sym_operator] = ACTIONS(4257), - [anon_sym_infix] = ACTIONS(4257), - [anon_sym_inline] = ACTIONS(4257), - [anon_sym_external] = ACTIONS(4257), - [sym_property_modifier] = ACTIONS(4257), - [anon_sym_abstract] = ACTIONS(4257), - [anon_sym_final] = ACTIONS(4257), - [anon_sym_open] = ACTIONS(4257), - [anon_sym_vararg] = ACTIONS(4257), - [anon_sym_noinline] = ACTIONS(4257), - [anon_sym_crossinline] = ACTIONS(4257), - [anon_sym_expect] = ACTIONS(4249), - [anon_sym_actual] = ACTIONS(4249), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4252), - [anon_sym_continue_AT] = ACTIONS(4252), - [anon_sym_break_AT] = ACTIONS(4252), - [sym_real_literal] = ACTIONS(4252), - [sym_integer_literal] = ACTIONS(4249), - [sym_hex_literal] = ACTIONS(4252), - [sym_bin_literal] = ACTIONS(4252), - [anon_sym_true] = ACTIONS(4249), - [anon_sym_false] = ACTIONS(4249), - [anon_sym_SQUOTE] = ACTIONS(4252), - [sym__backtick_identifier] = ACTIONS(4252), - [sym__automatic_semicolon] = ACTIONS(4255), - [sym_safe_nav] = ACTIONS(4255), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4252), - }, - [1253] = { - [sym__alpha_identifier] = ACTIONS(4233), - [anon_sym_AT] = ACTIONS(4236), - [anon_sym_LBRACK] = ACTIONS(4236), - [anon_sym_as] = ACTIONS(4241), - [anon_sym_EQ] = ACTIONS(4241), - [anon_sym_LBRACE] = ACTIONS(4236), - [anon_sym_RBRACE] = ACTIONS(4239), - [anon_sym_LPAREN] = ACTIONS(5209), - [anon_sym_LT] = ACTIONS(4241), - [anon_sym_GT] = ACTIONS(4241), - [anon_sym_object] = ACTIONS(4233), - [anon_sym_fun] = ACTIONS(4233), - [anon_sym_DOT] = ACTIONS(4241), - [anon_sym_SEMI] = ACTIONS(4239), - [anon_sym_get] = ACTIONS(4233), - [anon_sym_set] = ACTIONS(4233), - [anon_sym_this] = ACTIONS(4233), - [anon_sym_super] = ACTIONS(4233), - [anon_sym_STAR] = ACTIONS(4233), - [sym_label] = ACTIONS(4233), - [anon_sym_in] = ACTIONS(4241), - [anon_sym_DOT_DOT] = ACTIONS(4239), - [anon_sym_QMARK_COLON] = ACTIONS(4239), - [anon_sym_AMP_AMP] = ACTIONS(4239), - [anon_sym_PIPE_PIPE] = ACTIONS(4239), - [anon_sym_null] = ACTIONS(4233), - [anon_sym_if] = ACTIONS(4233), - [anon_sym_else] = ACTIONS(4241), - [anon_sym_when] = ACTIONS(4233), - [anon_sym_try] = ACTIONS(4233), - [anon_sym_throw] = ACTIONS(4233), - [anon_sym_return] = ACTIONS(4233), - [anon_sym_continue] = ACTIONS(4233), - [anon_sym_break] = ACTIONS(4233), - [anon_sym_COLON_COLON] = ACTIONS(4236), - [anon_sym_PLUS_EQ] = ACTIONS(4239), - [anon_sym_DASH_EQ] = ACTIONS(4239), - [anon_sym_STAR_EQ] = ACTIONS(4239), - [anon_sym_SLASH_EQ] = ACTIONS(4239), - [anon_sym_PERCENT_EQ] = ACTIONS(4239), - [anon_sym_BANG_EQ] = ACTIONS(4241), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4239), - [anon_sym_EQ_EQ] = ACTIONS(4241), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4239), - [anon_sym_LT_EQ] = ACTIONS(4239), - [anon_sym_GT_EQ] = ACTIONS(4239), - [anon_sym_BANGin] = ACTIONS(4239), - [anon_sym_is] = ACTIONS(4241), - [anon_sym_BANGis] = ACTIONS(4239), - [anon_sym_PLUS] = ACTIONS(4233), - [anon_sym_DASH] = ACTIONS(4233), - [anon_sym_SLASH] = ACTIONS(4241), - [anon_sym_PERCENT] = ACTIONS(4241), - [anon_sym_as_QMARK] = ACTIONS(4239), - [anon_sym_PLUS_PLUS] = ACTIONS(4236), - [anon_sym_DASH_DASH] = ACTIONS(4236), - [anon_sym_BANG] = ACTIONS(4233), - [anon_sym_BANG_BANG] = ACTIONS(4239), - [anon_sym_suspend] = ACTIONS(4241), - [anon_sym_sealed] = ACTIONS(4241), - [anon_sym_annotation] = ACTIONS(4241), - [anon_sym_data] = ACTIONS(4233), - [anon_sym_inner] = ACTIONS(4233), - [anon_sym_override] = ACTIONS(4241), - [anon_sym_lateinit] = ACTIONS(4241), - [anon_sym_public] = ACTIONS(4241), - [anon_sym_private] = ACTIONS(4241), - [anon_sym_internal] = ACTIONS(4241), - [anon_sym_protected] = ACTIONS(4241), - [anon_sym_tailrec] = ACTIONS(4241), - [anon_sym_operator] = ACTIONS(4241), - [anon_sym_infix] = ACTIONS(4241), - [anon_sym_inline] = ACTIONS(4241), - [anon_sym_external] = ACTIONS(4241), - [sym_property_modifier] = ACTIONS(4241), - [anon_sym_abstract] = ACTIONS(4241), - [anon_sym_final] = ACTIONS(4241), - [anon_sym_open] = ACTIONS(4241), - [anon_sym_vararg] = ACTIONS(4241), - [anon_sym_noinline] = ACTIONS(4241), - [anon_sym_crossinline] = ACTIONS(4241), - [anon_sym_expect] = ACTIONS(4233), - [anon_sym_actual] = ACTIONS(4233), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4236), - [anon_sym_continue_AT] = ACTIONS(4236), - [anon_sym_break_AT] = ACTIONS(4236), - [sym_real_literal] = ACTIONS(4236), - [sym_integer_literal] = ACTIONS(4233), - [sym_hex_literal] = ACTIONS(4236), - [sym_bin_literal] = ACTIONS(4236), - [anon_sym_true] = ACTIONS(4233), - [anon_sym_false] = ACTIONS(4233), - [anon_sym_SQUOTE] = ACTIONS(4236), - [sym__backtick_identifier] = ACTIONS(4236), - [sym__automatic_semicolon] = ACTIONS(4239), - [sym_safe_nav] = ACTIONS(4239), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4236), - }, - [1254] = { - [sym__alpha_identifier] = ACTIONS(4257), - [anon_sym_AT] = ACTIONS(4255), - [anon_sym_LBRACK] = ACTIONS(4255), - [anon_sym_as] = ACTIONS(4257), - [anon_sym_EQ] = ACTIONS(4257), - [anon_sym_LBRACE] = ACTIONS(4255), - [anon_sym_RBRACE] = ACTIONS(4255), - [anon_sym_LPAREN] = ACTIONS(5213), - [anon_sym_LT] = ACTIONS(4257), - [anon_sym_GT] = ACTIONS(4257), - [anon_sym_object] = ACTIONS(4257), - [anon_sym_fun] = ACTIONS(4257), - [anon_sym_DOT] = ACTIONS(4257), - [anon_sym_SEMI] = ACTIONS(4255), - [anon_sym_get] = ACTIONS(4257), - [anon_sym_set] = ACTIONS(4257), - [anon_sym_this] = ACTIONS(4257), - [anon_sym_super] = ACTIONS(4257), - [anon_sym_STAR] = ACTIONS(4257), - [sym_label] = ACTIONS(4257), - [anon_sym_in] = ACTIONS(4257), - [anon_sym_DOT_DOT] = ACTIONS(4255), - [anon_sym_QMARK_COLON] = ACTIONS(4255), - [anon_sym_AMP_AMP] = ACTIONS(4255), - [anon_sym_PIPE_PIPE] = ACTIONS(4255), - [anon_sym_null] = ACTIONS(4257), - [anon_sym_if] = ACTIONS(4257), - [anon_sym_else] = ACTIONS(4257), - [anon_sym_when] = ACTIONS(4257), - [anon_sym_try] = ACTIONS(4257), - [anon_sym_throw] = ACTIONS(4257), - [anon_sym_return] = ACTIONS(4257), - [anon_sym_continue] = ACTIONS(4257), - [anon_sym_break] = ACTIONS(4257), - [anon_sym_COLON_COLON] = ACTIONS(4255), - [anon_sym_PLUS_EQ] = ACTIONS(4255), - [anon_sym_DASH_EQ] = ACTIONS(4255), - [anon_sym_STAR_EQ] = ACTIONS(4255), - [anon_sym_SLASH_EQ] = ACTIONS(4255), - [anon_sym_PERCENT_EQ] = ACTIONS(4255), - [anon_sym_BANG_EQ] = ACTIONS(4257), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4255), - [anon_sym_EQ_EQ] = ACTIONS(4257), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4255), - [anon_sym_LT_EQ] = ACTIONS(4255), - [anon_sym_GT_EQ] = ACTIONS(4255), - [anon_sym_BANGin] = ACTIONS(4255), - [anon_sym_is] = ACTIONS(4257), - [anon_sym_BANGis] = ACTIONS(4255), - [anon_sym_PLUS] = ACTIONS(4257), - [anon_sym_DASH] = ACTIONS(4257), - [anon_sym_SLASH] = ACTIONS(4257), - [anon_sym_PERCENT] = ACTIONS(4257), - [anon_sym_as_QMARK] = ACTIONS(4255), - [anon_sym_PLUS_PLUS] = ACTIONS(4255), - [anon_sym_DASH_DASH] = ACTIONS(4255), - [anon_sym_BANG] = ACTIONS(4257), - [anon_sym_BANG_BANG] = ACTIONS(4255), - [anon_sym_suspend] = ACTIONS(4257), - [anon_sym_sealed] = ACTIONS(4257), - [anon_sym_annotation] = ACTIONS(4257), - [anon_sym_data] = ACTIONS(4257), - [anon_sym_inner] = ACTIONS(4257), - [anon_sym_override] = ACTIONS(4257), - [anon_sym_lateinit] = ACTIONS(4257), - [anon_sym_public] = ACTIONS(4257), - [anon_sym_private] = ACTIONS(4257), - [anon_sym_internal] = ACTIONS(4257), - [anon_sym_protected] = ACTIONS(4257), - [anon_sym_tailrec] = ACTIONS(4257), - [anon_sym_operator] = ACTIONS(4257), - [anon_sym_infix] = ACTIONS(4257), - [anon_sym_inline] = ACTIONS(4257), - [anon_sym_external] = ACTIONS(4257), - [sym_property_modifier] = ACTIONS(4257), - [anon_sym_abstract] = ACTIONS(4257), - [anon_sym_final] = ACTIONS(4257), - [anon_sym_open] = ACTIONS(4257), - [anon_sym_vararg] = ACTIONS(4257), - [anon_sym_noinline] = ACTIONS(4257), - [anon_sym_crossinline] = ACTIONS(4257), - [anon_sym_expect] = ACTIONS(4257), - [anon_sym_actual] = ACTIONS(4257), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4255), - [anon_sym_continue_AT] = ACTIONS(4255), - [anon_sym_break_AT] = ACTIONS(4255), - [sym_real_literal] = ACTIONS(4255), - [sym_integer_literal] = ACTIONS(4257), - [sym_hex_literal] = ACTIONS(4255), - [sym_bin_literal] = ACTIONS(4255), - [anon_sym_true] = ACTIONS(4257), - [anon_sym_false] = ACTIONS(4257), - [anon_sym_SQUOTE] = ACTIONS(4255), - [sym__backtick_identifier] = ACTIONS(4255), - [sym__automatic_semicolon] = ACTIONS(4255), - [sym_safe_nav] = ACTIONS(4255), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4255), - }, - [1255] = { - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(1614), - [sym__comparison_operator] = STATE(1613), - [sym__in_operator] = STATE(2103), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(1671), - [sym__multiplicative_operator] = STATE(1686), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_annotation] = STATE(7852), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1688), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [sym__alpha_identifier] = ACTIONS(2984), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_EQ] = ACTIONS(2984), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(2986), - [anon_sym_LPAREN] = ACTIONS(3570), - [anon_sym_COMMA] = ACTIONS(2986), - [anon_sym_LT] = ACTIONS(2988), - [anon_sym_GT] = ACTIONS(2984), - [anon_sym_where] = ACTIONS(2984), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(2986), - [anon_sym_get] = ACTIONS(2984), - [anon_sym_set] = ACTIONS(2984), - [anon_sym_STAR] = ACTIONS(3582), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(2984), - [anon_sym_DOT_DOT] = ACTIONS(2986), - [anon_sym_QMARK_COLON] = ACTIONS(2986), - [anon_sym_AMP_AMP] = ACTIONS(2986), - [anon_sym_PIPE_PIPE] = ACTIONS(2986), - [anon_sym_else] = ACTIONS(2984), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_PLUS_EQ] = ACTIONS(2986), - [anon_sym_DASH_EQ] = ACTIONS(2986), - [anon_sym_STAR_EQ] = ACTIONS(2986), - [anon_sym_SLASH_EQ] = ACTIONS(2986), - [anon_sym_PERCENT_EQ] = ACTIONS(2986), - [anon_sym_BANG_EQ] = ACTIONS(2984), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2986), - [anon_sym_EQ_EQ] = ACTIONS(2984), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2986), - [anon_sym_LT_EQ] = ACTIONS(2986), - [anon_sym_GT_EQ] = ACTIONS(2986), - [anon_sym_BANGin] = ACTIONS(2986), - [anon_sym_is] = ACTIONS(2984), - [anon_sym_BANGis] = ACTIONS(2986), - [anon_sym_PLUS] = ACTIONS(3610), - [anon_sym_DASH] = ACTIONS(3610), - [anon_sym_SLASH] = ACTIONS(3582), - [anon_sym_PERCENT] = ACTIONS(3582), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), - [anon_sym_suspend] = ACTIONS(2984), - [anon_sym_sealed] = ACTIONS(2984), - [anon_sym_annotation] = ACTIONS(2984), - [anon_sym_data] = ACTIONS(2984), - [anon_sym_inner] = ACTIONS(2984), - [anon_sym_override] = ACTIONS(2984), - [anon_sym_lateinit] = ACTIONS(2984), - [anon_sym_public] = ACTIONS(2984), - [anon_sym_private] = ACTIONS(2984), - [anon_sym_internal] = ACTIONS(2984), - [anon_sym_protected] = ACTIONS(2984), - [anon_sym_tailrec] = ACTIONS(2984), - [anon_sym_operator] = ACTIONS(2984), - [anon_sym_infix] = ACTIONS(2984), - [anon_sym_inline] = ACTIONS(2984), - [anon_sym_external] = ACTIONS(2984), - [sym_property_modifier] = ACTIONS(2984), - [anon_sym_abstract] = ACTIONS(2984), - [anon_sym_final] = ACTIONS(2984), - [anon_sym_open] = ACTIONS(2984), - [anon_sym_vararg] = ACTIONS(2984), - [anon_sym_noinline] = ACTIONS(2984), - [anon_sym_crossinline] = ACTIONS(2984), - [anon_sym_expect] = ACTIONS(2984), - [anon_sym_actual] = ACTIONS(2984), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(2986), - [sym__automatic_semicolon] = ACTIONS(2986), - [sym_safe_nav] = ACTIONS(3596), + [sym__backtick_identifier] = ACTIONS(3150), + [sym_safe_nav] = ACTIONS(3150), [sym_multiline_comment] = ACTIONS(3), }, - [1256] = { - [sym_type_constraints] = STATE(1447), - [sym_function_body] = STATE(1061), - [sym__block] = STATE(1128), - [sym__alpha_identifier] = ACTIONS(4083), - [anon_sym_AT] = ACTIONS(4085), - [anon_sym_COLON] = ACTIONS(5215), - [anon_sym_LBRACK] = ACTIONS(4085), - [anon_sym_as] = ACTIONS(4083), - [anon_sym_EQ] = ACTIONS(5183), - [anon_sym_LBRACE] = ACTIONS(4081), - [anon_sym_RBRACE] = ACTIONS(4085), - [anon_sym_LPAREN] = ACTIONS(4085), - [anon_sym_LT] = ACTIONS(4083), - [anon_sym_GT] = ACTIONS(4083), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(4083), - [anon_sym_fun] = ACTIONS(4083), - [anon_sym_DOT] = ACTIONS(4083), - [anon_sym_SEMI] = ACTIONS(4085), - [anon_sym_get] = ACTIONS(4083), - [anon_sym_set] = ACTIONS(4083), - [anon_sym_this] = ACTIONS(4083), - [anon_sym_super] = ACTIONS(4083), - [anon_sym_STAR] = ACTIONS(4085), - [sym_label] = ACTIONS(4083), - [anon_sym_in] = ACTIONS(4083), - [anon_sym_DOT_DOT] = ACTIONS(4085), - [anon_sym_QMARK_COLON] = ACTIONS(4085), - [anon_sym_AMP_AMP] = ACTIONS(4085), - [anon_sym_PIPE_PIPE] = ACTIONS(4085), - [anon_sym_null] = ACTIONS(4083), - [anon_sym_if] = ACTIONS(4083), - [anon_sym_else] = ACTIONS(4083), - [anon_sym_when] = ACTIONS(4083), - [anon_sym_try] = ACTIONS(4083), - [anon_sym_throw] = ACTIONS(4083), - [anon_sym_return] = ACTIONS(4083), - [anon_sym_continue] = ACTIONS(4083), - [anon_sym_break] = ACTIONS(4083), - [anon_sym_COLON_COLON] = ACTIONS(4085), - [anon_sym_BANG_EQ] = ACTIONS(4083), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4085), - [anon_sym_EQ_EQ] = ACTIONS(4083), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4085), - [anon_sym_LT_EQ] = ACTIONS(4085), - [anon_sym_GT_EQ] = ACTIONS(4085), - [anon_sym_BANGin] = ACTIONS(4085), - [anon_sym_is] = ACTIONS(4083), - [anon_sym_BANGis] = ACTIONS(4085), - [anon_sym_PLUS] = ACTIONS(4083), - [anon_sym_DASH] = ACTIONS(4083), - [anon_sym_SLASH] = ACTIONS(4083), - [anon_sym_PERCENT] = ACTIONS(4085), - [anon_sym_as_QMARK] = ACTIONS(4085), - [anon_sym_PLUS_PLUS] = ACTIONS(4085), - [anon_sym_DASH_DASH] = ACTIONS(4085), - [anon_sym_BANG] = ACTIONS(4083), - [anon_sym_BANG_BANG] = ACTIONS(4085), - [anon_sym_suspend] = ACTIONS(4083), - [anon_sym_sealed] = ACTIONS(4083), - [anon_sym_annotation] = ACTIONS(4083), - [anon_sym_data] = ACTIONS(4083), - [anon_sym_inner] = ACTIONS(4083), - [anon_sym_override] = ACTIONS(4083), - [anon_sym_lateinit] = ACTIONS(4083), - [anon_sym_public] = ACTIONS(4083), - [anon_sym_private] = ACTIONS(4083), - [anon_sym_internal] = ACTIONS(4083), - [anon_sym_protected] = ACTIONS(4083), - [anon_sym_tailrec] = ACTIONS(4083), - [anon_sym_operator] = ACTIONS(4083), - [anon_sym_infix] = ACTIONS(4083), - [anon_sym_inline] = ACTIONS(4083), - [anon_sym_external] = ACTIONS(4083), - [sym_property_modifier] = ACTIONS(4083), - [anon_sym_abstract] = ACTIONS(4083), - [anon_sym_final] = ACTIONS(4083), - [anon_sym_open] = ACTIONS(4083), - [anon_sym_vararg] = ACTIONS(4083), - [anon_sym_noinline] = ACTIONS(4083), - [anon_sym_crossinline] = ACTIONS(4083), - [anon_sym_expect] = ACTIONS(4083), - [anon_sym_actual] = ACTIONS(4083), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4085), - [anon_sym_continue_AT] = ACTIONS(4085), - [anon_sym_break_AT] = ACTIONS(4085), - [sym_real_literal] = ACTIONS(4085), - [sym_integer_literal] = ACTIONS(4083), - [sym_hex_literal] = ACTIONS(4085), - [sym_bin_literal] = ACTIONS(4085), - [anon_sym_true] = ACTIONS(4083), - [anon_sym_false] = ACTIONS(4083), - [anon_sym_SQUOTE] = ACTIONS(4085), - [sym__backtick_identifier] = ACTIONS(4085), - [sym__automatic_semicolon] = ACTIONS(4085), - [sym_safe_nav] = ACTIONS(4085), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4085), + [1234] = { + [sym_type_constraints] = STATE(1307), + [sym_function_body] = STATE(1124), + [sym__block] = STATE(1087), + [sym__alpha_identifier] = ACTIONS(4260), + [anon_sym_AT] = ACTIONS(4262), + [anon_sym_LBRACK] = ACTIONS(4262), + [anon_sym_as] = ACTIONS(4260), + [anon_sym_EQ] = ACTIONS(5149), + [anon_sym_LBRACE] = ACTIONS(4039), + [anon_sym_RBRACE] = ACTIONS(4262), + [anon_sym_LPAREN] = ACTIONS(4262), + [anon_sym_COMMA] = ACTIONS(4262), + [anon_sym_LT] = ACTIONS(4260), + [anon_sym_GT] = ACTIONS(4260), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(4260), + [anon_sym_fun] = ACTIONS(4260), + [anon_sym_DOT] = ACTIONS(4260), + [anon_sym_SEMI] = ACTIONS(4262), + [anon_sym_get] = ACTIONS(4260), + [anon_sym_set] = ACTIONS(4260), + [anon_sym_this] = ACTIONS(4260), + [anon_sym_super] = ACTIONS(4260), + [anon_sym_STAR] = ACTIONS(4262), + [sym_label] = ACTIONS(4260), + [anon_sym_in] = ACTIONS(4260), + [anon_sym_DOT_DOT] = ACTIONS(4262), + [anon_sym_QMARK_COLON] = ACTIONS(4262), + [anon_sym_AMP_AMP] = ACTIONS(4262), + [anon_sym_PIPE_PIPE] = ACTIONS(4262), + [anon_sym_null] = ACTIONS(4260), + [anon_sym_if] = ACTIONS(4260), + [anon_sym_else] = ACTIONS(4260), + [anon_sym_when] = ACTIONS(4260), + [anon_sym_try] = ACTIONS(4260), + [anon_sym_throw] = ACTIONS(4260), + [anon_sym_return] = ACTIONS(4260), + [anon_sym_continue] = ACTIONS(4260), + [anon_sym_break] = ACTIONS(4260), + [anon_sym_COLON_COLON] = ACTIONS(4262), + [anon_sym_BANG_EQ] = ACTIONS(4260), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4262), + [anon_sym_EQ_EQ] = ACTIONS(4260), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4262), + [anon_sym_LT_EQ] = ACTIONS(4262), + [anon_sym_GT_EQ] = ACTIONS(4262), + [anon_sym_BANGin] = ACTIONS(4262), + [anon_sym_is] = ACTIONS(4260), + [anon_sym_BANGis] = ACTIONS(4262), + [anon_sym_PLUS] = ACTIONS(4260), + [anon_sym_DASH] = ACTIONS(4260), + [anon_sym_SLASH] = ACTIONS(4260), + [anon_sym_PERCENT] = ACTIONS(4262), + [anon_sym_as_QMARK] = ACTIONS(4262), + [anon_sym_PLUS_PLUS] = ACTIONS(4262), + [anon_sym_DASH_DASH] = ACTIONS(4262), + [anon_sym_BANG] = ACTIONS(4260), + [anon_sym_BANG_BANG] = ACTIONS(4262), + [anon_sym_suspend] = ACTIONS(4260), + [anon_sym_sealed] = ACTIONS(4260), + [anon_sym_annotation] = ACTIONS(4260), + [anon_sym_data] = ACTIONS(4260), + [anon_sym_inner] = ACTIONS(4260), + [anon_sym_override] = ACTIONS(4260), + [anon_sym_lateinit] = ACTIONS(4260), + [anon_sym_public] = ACTIONS(4260), + [anon_sym_private] = ACTIONS(4260), + [anon_sym_internal] = ACTIONS(4260), + [anon_sym_protected] = ACTIONS(4260), + [anon_sym_tailrec] = ACTIONS(4260), + [anon_sym_operator] = ACTIONS(4260), + [anon_sym_infix] = ACTIONS(4260), + [anon_sym_inline] = ACTIONS(4260), + [anon_sym_external] = ACTIONS(4260), + [sym_property_modifier] = ACTIONS(4260), + [anon_sym_abstract] = ACTIONS(4260), + [anon_sym_final] = ACTIONS(4260), + [anon_sym_open] = ACTIONS(4260), + [anon_sym_vararg] = ACTIONS(4260), + [anon_sym_noinline] = ACTIONS(4260), + [anon_sym_crossinline] = ACTIONS(4260), + [anon_sym_expect] = ACTIONS(4260), + [anon_sym_actual] = ACTIONS(4260), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4262), + [anon_sym_continue_AT] = ACTIONS(4262), + [anon_sym_break_AT] = ACTIONS(4262), + [sym_real_literal] = ACTIONS(4262), + [sym_integer_literal] = ACTIONS(4260), + [sym_hex_literal] = ACTIONS(4262), + [sym_bin_literal] = ACTIONS(4262), + [anon_sym_true] = ACTIONS(4260), + [anon_sym_false] = ACTIONS(4260), + [anon_sym_SQUOTE] = ACTIONS(4262), + [sym__backtick_identifier] = ACTIONS(4262), + [sym__automatic_semicolon] = ACTIONS(4262), + [sym_safe_nav] = ACTIONS(4262), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4262), }, - [1257] = { - [sym_primary_constructor] = STATE(4458), - [sym_class_body] = STATE(4709), - [sym__class_parameters] = STATE(4539), - [sym_type_constraints] = STATE(4540), - [sym_modifiers] = STATE(9107), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3190), + [1235] = { + [sym_primary_constructor] = STATE(2890), + [sym__class_parameters] = STATE(3039), + [sym_type_constraints] = STATE(3071), + [sym_enum_class_body] = STATE(3261), + [sym_modifiers] = STATE(9227), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3186), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(5217), - [anon_sym_LBRACK] = ACTIONS(3194), - [anon_sym_RBRACK] = ACTIONS(3194), - [anon_sym_as] = ACTIONS(3190), - [anon_sym_EQ] = ACTIONS(3190), - [anon_sym_constructor] = ACTIONS(5125), - [anon_sym_LBRACE] = ACTIONS(5127), - [anon_sym_RBRACE] = ACTIONS(3194), - [anon_sym_LPAREN] = ACTIONS(5129), - [anon_sym_COMMA] = ACTIONS(3194), - [anon_sym_RPAREN] = ACTIONS(3194), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3190), - [anon_sym_where] = ACTIONS(5133), - [anon_sym_DOT] = ACTIONS(3190), - [anon_sym_SEMI] = ACTIONS(3194), - [anon_sym_get] = ACTIONS(3190), - [anon_sym_set] = ACTIONS(3190), - [anon_sym_STAR] = ACTIONS(3190), - [anon_sym_DASH_GT] = ACTIONS(3194), - [sym_label] = ACTIONS(3194), - [anon_sym_in] = ACTIONS(3190), - [anon_sym_while] = ACTIONS(3190), - [anon_sym_DOT_DOT] = ACTIONS(3194), - [anon_sym_QMARK_COLON] = ACTIONS(3194), - [anon_sym_AMP_AMP] = ACTIONS(3194), - [anon_sym_PIPE_PIPE] = ACTIONS(3194), - [anon_sym_else] = ACTIONS(3190), - [anon_sym_COLON_COLON] = ACTIONS(3194), - [anon_sym_PLUS_EQ] = ACTIONS(3194), - [anon_sym_DASH_EQ] = ACTIONS(3194), - [anon_sym_STAR_EQ] = ACTIONS(3194), - [anon_sym_SLASH_EQ] = ACTIONS(3194), - [anon_sym_PERCENT_EQ] = ACTIONS(3194), - [anon_sym_BANG_EQ] = ACTIONS(3190), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3194), - [anon_sym_EQ_EQ] = ACTIONS(3190), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3194), - [anon_sym_LT_EQ] = ACTIONS(3194), - [anon_sym_GT_EQ] = ACTIONS(3194), - [anon_sym_BANGin] = ACTIONS(3194), - [anon_sym_is] = ACTIONS(3190), - [anon_sym_BANGis] = ACTIONS(3194), - [anon_sym_PLUS] = ACTIONS(3190), - [anon_sym_DASH] = ACTIONS(3190), - [anon_sym_SLASH] = ACTIONS(3190), - [anon_sym_PERCENT] = ACTIONS(3190), - [anon_sym_as_QMARK] = ACTIONS(3194), - [anon_sym_PLUS_PLUS] = ACTIONS(3194), - [anon_sym_DASH_DASH] = ACTIONS(3194), - [anon_sym_BANG_BANG] = ACTIONS(3194), + [anon_sym_COLON] = ACTIONS(5185), + [anon_sym_LBRACK] = ACTIONS(3190), + [anon_sym_RBRACK] = ACTIONS(3190), + [anon_sym_as] = ACTIONS(3186), + [anon_sym_EQ] = ACTIONS(3186), + [anon_sym_constructor] = ACTIONS(5169), + [anon_sym_LBRACE] = ACTIONS(5171), + [anon_sym_RBRACE] = ACTIONS(3190), + [anon_sym_LPAREN] = ACTIONS(5173), + [anon_sym_COMMA] = ACTIONS(3190), + [anon_sym_RPAREN] = ACTIONS(3190), + [anon_sym_LT] = ACTIONS(3186), + [anon_sym_GT] = ACTIONS(3186), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(3186), + [anon_sym_SEMI] = ACTIONS(3190), + [anon_sym_get] = ACTIONS(3186), + [anon_sym_set] = ACTIONS(3186), + [anon_sym_STAR] = ACTIONS(3186), + [anon_sym_DASH_GT] = ACTIONS(3190), + [sym_label] = ACTIONS(3190), + [anon_sym_in] = ACTIONS(3186), + [anon_sym_while] = ACTIONS(3186), + [anon_sym_DOT_DOT] = ACTIONS(3190), + [anon_sym_QMARK_COLON] = ACTIONS(3190), + [anon_sym_AMP_AMP] = ACTIONS(3190), + [anon_sym_PIPE_PIPE] = ACTIONS(3190), + [anon_sym_else] = ACTIONS(3186), + [anon_sym_COLON_COLON] = ACTIONS(3190), + [anon_sym_PLUS_EQ] = ACTIONS(3190), + [anon_sym_DASH_EQ] = ACTIONS(3190), + [anon_sym_STAR_EQ] = ACTIONS(3190), + [anon_sym_SLASH_EQ] = ACTIONS(3190), + [anon_sym_PERCENT_EQ] = ACTIONS(3190), + [anon_sym_BANG_EQ] = ACTIONS(3186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3190), + [anon_sym_EQ_EQ] = ACTIONS(3186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3190), + [anon_sym_LT_EQ] = ACTIONS(3190), + [anon_sym_GT_EQ] = ACTIONS(3190), + [anon_sym_BANGin] = ACTIONS(3190), + [anon_sym_is] = ACTIONS(3186), + [anon_sym_BANGis] = ACTIONS(3190), + [anon_sym_PLUS] = ACTIONS(3186), + [anon_sym_DASH] = ACTIONS(3186), + [anon_sym_SLASH] = ACTIONS(3186), + [anon_sym_PERCENT] = ACTIONS(3186), + [anon_sym_as_QMARK] = ACTIONS(3190), + [anon_sym_PLUS_PLUS] = ACTIONS(3190), + [anon_sym_DASH_DASH] = ACTIONS(3190), + [anon_sym_BANG_BANG] = ACTIONS(3190), [anon_sym_suspend] = ACTIONS(3120), [anon_sym_sealed] = ACTIONS(3122), [anon_sym_annotation] = ACTIONS(3122), @@ -177676,283 +175566,1697 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3134), [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3194), - [sym_safe_nav] = ACTIONS(3194), + [sym__backtick_identifier] = ACTIONS(3190), + [sym_safe_nav] = ACTIONS(3190), [sym_multiline_comment] = ACTIONS(3), }, - [1258] = { - [sym_type_constraints] = STATE(1297), - [sym_function_body] = STATE(1147), - [sym__block] = STATE(1128), - [sym__alpha_identifier] = ACTIONS(4101), - [anon_sym_AT] = ACTIONS(4103), - [anon_sym_LBRACK] = ACTIONS(4103), - [anon_sym_as] = ACTIONS(4101), - [anon_sym_EQ] = ACTIONS(5103), - [anon_sym_LBRACE] = ACTIONS(4081), - [anon_sym_RBRACE] = ACTIONS(4103), - [anon_sym_LPAREN] = ACTIONS(4103), - [anon_sym_COMMA] = ACTIONS(4103), - [anon_sym_LT] = ACTIONS(4101), - [anon_sym_GT] = ACTIONS(4101), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(4101), - [anon_sym_fun] = ACTIONS(4101), - [anon_sym_DOT] = ACTIONS(4101), - [anon_sym_SEMI] = ACTIONS(4103), - [anon_sym_get] = ACTIONS(4101), - [anon_sym_set] = ACTIONS(4101), - [anon_sym_this] = ACTIONS(4101), - [anon_sym_super] = ACTIONS(4101), - [anon_sym_STAR] = ACTIONS(4103), - [sym_label] = ACTIONS(4101), - [anon_sym_in] = ACTIONS(4101), - [anon_sym_DOT_DOT] = ACTIONS(4103), - [anon_sym_QMARK_COLON] = ACTIONS(4103), - [anon_sym_AMP_AMP] = ACTIONS(4103), - [anon_sym_PIPE_PIPE] = ACTIONS(4103), - [anon_sym_null] = ACTIONS(4101), - [anon_sym_if] = ACTIONS(4101), - [anon_sym_else] = ACTIONS(4101), - [anon_sym_when] = ACTIONS(4101), - [anon_sym_try] = ACTIONS(4101), - [anon_sym_throw] = ACTIONS(4101), - [anon_sym_return] = ACTIONS(4101), - [anon_sym_continue] = ACTIONS(4101), - [anon_sym_break] = ACTIONS(4101), - [anon_sym_COLON_COLON] = ACTIONS(4103), - [anon_sym_BANG_EQ] = ACTIONS(4101), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4103), - [anon_sym_EQ_EQ] = ACTIONS(4101), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4103), - [anon_sym_LT_EQ] = ACTIONS(4103), - [anon_sym_GT_EQ] = ACTIONS(4103), - [anon_sym_BANGin] = ACTIONS(4103), - [anon_sym_is] = ACTIONS(4101), - [anon_sym_BANGis] = ACTIONS(4103), - [anon_sym_PLUS] = ACTIONS(4101), - [anon_sym_DASH] = ACTIONS(4101), - [anon_sym_SLASH] = ACTIONS(4101), - [anon_sym_PERCENT] = ACTIONS(4103), - [anon_sym_as_QMARK] = ACTIONS(4103), - [anon_sym_PLUS_PLUS] = ACTIONS(4103), - [anon_sym_DASH_DASH] = ACTIONS(4103), - [anon_sym_BANG] = ACTIONS(4101), - [anon_sym_BANG_BANG] = ACTIONS(4103), - [anon_sym_suspend] = ACTIONS(4101), - [anon_sym_sealed] = ACTIONS(4101), - [anon_sym_annotation] = ACTIONS(4101), - [anon_sym_data] = ACTIONS(4101), - [anon_sym_inner] = ACTIONS(4101), - [anon_sym_override] = ACTIONS(4101), - [anon_sym_lateinit] = ACTIONS(4101), - [anon_sym_public] = ACTIONS(4101), - [anon_sym_private] = ACTIONS(4101), - [anon_sym_internal] = ACTIONS(4101), - [anon_sym_protected] = ACTIONS(4101), - [anon_sym_tailrec] = ACTIONS(4101), - [anon_sym_operator] = ACTIONS(4101), - [anon_sym_infix] = ACTIONS(4101), - [anon_sym_inline] = ACTIONS(4101), - [anon_sym_external] = ACTIONS(4101), - [sym_property_modifier] = ACTIONS(4101), - [anon_sym_abstract] = ACTIONS(4101), - [anon_sym_final] = ACTIONS(4101), - [anon_sym_open] = ACTIONS(4101), - [anon_sym_vararg] = ACTIONS(4101), - [anon_sym_noinline] = ACTIONS(4101), - [anon_sym_crossinline] = ACTIONS(4101), - [anon_sym_expect] = ACTIONS(4101), - [anon_sym_actual] = ACTIONS(4101), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4103), - [anon_sym_continue_AT] = ACTIONS(4103), - [anon_sym_break_AT] = ACTIONS(4103), - [sym_real_literal] = ACTIONS(4103), - [sym_integer_literal] = ACTIONS(4101), - [sym_hex_literal] = ACTIONS(4103), - [sym_bin_literal] = ACTIONS(4103), - [anon_sym_true] = ACTIONS(4101), - [anon_sym_false] = ACTIONS(4101), - [anon_sym_SQUOTE] = ACTIONS(4103), - [sym__backtick_identifier] = ACTIONS(4103), - [sym__automatic_semicolon] = ACTIONS(4103), - [sym_safe_nav] = ACTIONS(4103), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4103), + [1236] = { + [sym__alpha_identifier] = ACTIONS(4792), + [anon_sym_AT] = ACTIONS(4794), + [anon_sym_LBRACK] = ACTIONS(4794), + [anon_sym_as] = ACTIONS(4792), + [anon_sym_EQ] = ACTIONS(4792), + [anon_sym_LBRACE] = ACTIONS(4794), + [anon_sym_RBRACE] = ACTIONS(4794), + [anon_sym_LPAREN] = ACTIONS(4794), + [anon_sym_LT] = ACTIONS(4792), + [anon_sym_GT] = ACTIONS(4792), + [anon_sym_object] = ACTIONS(4792), + [anon_sym_fun] = ACTIONS(4792), + [anon_sym_DOT] = ACTIONS(4792), + [anon_sym_SEMI] = ACTIONS(4794), + [anon_sym_get] = ACTIONS(4792), + [anon_sym_set] = ACTIONS(4792), + [anon_sym_this] = ACTIONS(4792), + [anon_sym_super] = ACTIONS(4792), + [anon_sym_STAR] = ACTIONS(4792), + [sym_label] = ACTIONS(4792), + [anon_sym_in] = ACTIONS(4792), + [anon_sym_DOT_DOT] = ACTIONS(4794), + [anon_sym_QMARK_COLON] = ACTIONS(4794), + [anon_sym_AMP_AMP] = ACTIONS(4794), + [anon_sym_PIPE_PIPE] = ACTIONS(4794), + [anon_sym_null] = ACTIONS(4792), + [anon_sym_if] = ACTIONS(4792), + [anon_sym_else] = ACTIONS(5187), + [anon_sym_when] = ACTIONS(4792), + [anon_sym_try] = ACTIONS(4792), + [anon_sym_throw] = ACTIONS(4792), + [anon_sym_return] = ACTIONS(4792), + [anon_sym_continue] = ACTIONS(4792), + [anon_sym_break] = ACTIONS(4792), + [anon_sym_COLON_COLON] = ACTIONS(4794), + [anon_sym_PLUS_EQ] = ACTIONS(4794), + [anon_sym_DASH_EQ] = ACTIONS(4794), + [anon_sym_STAR_EQ] = ACTIONS(4794), + [anon_sym_SLASH_EQ] = ACTIONS(4794), + [anon_sym_PERCENT_EQ] = ACTIONS(4794), + [anon_sym_BANG_EQ] = ACTIONS(4792), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4794), + [anon_sym_EQ_EQ] = ACTIONS(4792), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4794), + [anon_sym_LT_EQ] = ACTIONS(4794), + [anon_sym_GT_EQ] = ACTIONS(4794), + [anon_sym_BANGin] = ACTIONS(4794), + [anon_sym_is] = ACTIONS(4792), + [anon_sym_BANGis] = ACTIONS(4794), + [anon_sym_PLUS] = ACTIONS(4792), + [anon_sym_DASH] = ACTIONS(4792), + [anon_sym_SLASH] = ACTIONS(4792), + [anon_sym_PERCENT] = ACTIONS(4792), + [anon_sym_as_QMARK] = ACTIONS(4794), + [anon_sym_PLUS_PLUS] = ACTIONS(4794), + [anon_sym_DASH_DASH] = ACTIONS(4794), + [anon_sym_BANG] = ACTIONS(4792), + [anon_sym_BANG_BANG] = ACTIONS(4794), + [anon_sym_suspend] = ACTIONS(4792), + [anon_sym_sealed] = ACTIONS(4792), + [anon_sym_annotation] = ACTIONS(4792), + [anon_sym_data] = ACTIONS(4792), + [anon_sym_inner] = ACTIONS(4792), + [anon_sym_override] = ACTIONS(4792), + [anon_sym_lateinit] = ACTIONS(4792), + [anon_sym_public] = ACTIONS(4792), + [anon_sym_private] = ACTIONS(4792), + [anon_sym_internal] = ACTIONS(4792), + [anon_sym_protected] = ACTIONS(4792), + [anon_sym_tailrec] = ACTIONS(4792), + [anon_sym_operator] = ACTIONS(4792), + [anon_sym_infix] = ACTIONS(4792), + [anon_sym_inline] = ACTIONS(4792), + [anon_sym_external] = ACTIONS(4792), + [sym_property_modifier] = ACTIONS(4792), + [anon_sym_abstract] = ACTIONS(4792), + [anon_sym_final] = ACTIONS(4792), + [anon_sym_open] = ACTIONS(4792), + [anon_sym_vararg] = ACTIONS(4792), + [anon_sym_noinline] = ACTIONS(4792), + [anon_sym_crossinline] = ACTIONS(4792), + [anon_sym_expect] = ACTIONS(4792), + [anon_sym_actual] = ACTIONS(4792), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4794), + [anon_sym_continue_AT] = ACTIONS(4794), + [anon_sym_break_AT] = ACTIONS(4794), + [sym_real_literal] = ACTIONS(4794), + [sym_integer_literal] = ACTIONS(4792), + [sym_hex_literal] = ACTIONS(4794), + [sym_bin_literal] = ACTIONS(4794), + [anon_sym_true] = ACTIONS(4792), + [anon_sym_false] = ACTIONS(4792), + [anon_sym_SQUOTE] = ACTIONS(4794), + [sym__backtick_identifier] = ACTIONS(4794), + [sym__automatic_semicolon] = ACTIONS(4794), + [sym_safe_nav] = ACTIONS(4794), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4794), }, - [1259] = { - [sym_function_body] = STATE(1091), - [sym__block] = STATE(1128), - [sym__alpha_identifier] = ACTIONS(4191), - [anon_sym_AT] = ACTIONS(4193), - [anon_sym_COLON] = ACTIONS(5219), - [anon_sym_LBRACK] = ACTIONS(4193), - [anon_sym_as] = ACTIONS(4191), - [anon_sym_EQ] = ACTIONS(5103), - [anon_sym_LBRACE] = ACTIONS(4081), - [anon_sym_RBRACE] = ACTIONS(4193), - [anon_sym_LPAREN] = ACTIONS(4193), - [anon_sym_COMMA] = ACTIONS(4193), - [anon_sym_LT] = ACTIONS(4191), - [anon_sym_GT] = ACTIONS(4191), - [anon_sym_where] = ACTIONS(4191), - [anon_sym_object] = ACTIONS(4191), - [anon_sym_fun] = ACTIONS(4191), - [anon_sym_DOT] = ACTIONS(4191), - [anon_sym_SEMI] = ACTIONS(4193), - [anon_sym_get] = ACTIONS(4191), - [anon_sym_set] = ACTIONS(4191), - [anon_sym_this] = ACTIONS(4191), - [anon_sym_super] = ACTIONS(4191), - [anon_sym_STAR] = ACTIONS(4193), - [sym_label] = ACTIONS(4191), - [anon_sym_in] = ACTIONS(4191), - [anon_sym_DOT_DOT] = ACTIONS(4193), - [anon_sym_QMARK_COLON] = ACTIONS(4193), - [anon_sym_AMP_AMP] = ACTIONS(4193), - [anon_sym_PIPE_PIPE] = ACTIONS(4193), - [anon_sym_null] = ACTIONS(4191), - [anon_sym_if] = ACTIONS(4191), - [anon_sym_else] = ACTIONS(4191), - [anon_sym_when] = ACTIONS(4191), - [anon_sym_try] = ACTIONS(4191), - [anon_sym_throw] = ACTIONS(4191), - [anon_sym_return] = ACTIONS(4191), - [anon_sym_continue] = ACTIONS(4191), - [anon_sym_break] = ACTIONS(4191), - [anon_sym_COLON_COLON] = ACTIONS(4193), - [anon_sym_BANG_EQ] = ACTIONS(4191), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4193), - [anon_sym_EQ_EQ] = ACTIONS(4191), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4193), - [anon_sym_LT_EQ] = ACTIONS(4193), - [anon_sym_GT_EQ] = ACTIONS(4193), - [anon_sym_BANGin] = ACTIONS(4193), - [anon_sym_is] = ACTIONS(4191), - [anon_sym_BANGis] = ACTIONS(4193), - [anon_sym_PLUS] = ACTIONS(4191), - [anon_sym_DASH] = ACTIONS(4191), - [anon_sym_SLASH] = ACTIONS(4191), - [anon_sym_PERCENT] = ACTIONS(4193), - [anon_sym_as_QMARK] = ACTIONS(4193), - [anon_sym_PLUS_PLUS] = ACTIONS(4193), - [anon_sym_DASH_DASH] = ACTIONS(4193), - [anon_sym_BANG] = ACTIONS(4191), - [anon_sym_BANG_BANG] = ACTIONS(4193), - [anon_sym_suspend] = ACTIONS(4191), - [anon_sym_sealed] = ACTIONS(4191), - [anon_sym_annotation] = ACTIONS(4191), - [anon_sym_data] = ACTIONS(4191), - [anon_sym_inner] = ACTIONS(4191), - [anon_sym_override] = ACTIONS(4191), - [anon_sym_lateinit] = ACTIONS(4191), - [anon_sym_public] = ACTIONS(4191), - [anon_sym_private] = ACTIONS(4191), - [anon_sym_internal] = ACTIONS(4191), - [anon_sym_protected] = ACTIONS(4191), - [anon_sym_tailrec] = ACTIONS(4191), - [anon_sym_operator] = ACTIONS(4191), - [anon_sym_infix] = ACTIONS(4191), - [anon_sym_inline] = ACTIONS(4191), - [anon_sym_external] = ACTIONS(4191), - [sym_property_modifier] = ACTIONS(4191), - [anon_sym_abstract] = ACTIONS(4191), - [anon_sym_final] = ACTIONS(4191), - [anon_sym_open] = ACTIONS(4191), - [anon_sym_vararg] = ACTIONS(4191), - [anon_sym_noinline] = ACTIONS(4191), - [anon_sym_crossinline] = ACTIONS(4191), - [anon_sym_expect] = ACTIONS(4191), - [anon_sym_actual] = ACTIONS(4191), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4193), - [anon_sym_continue_AT] = ACTIONS(4193), - [anon_sym_break_AT] = ACTIONS(4193), - [sym_real_literal] = ACTIONS(4193), - [sym_integer_literal] = ACTIONS(4191), - [sym_hex_literal] = ACTIONS(4193), - [sym_bin_literal] = ACTIONS(4193), - [anon_sym_true] = ACTIONS(4191), - [anon_sym_false] = ACTIONS(4191), - [anon_sym_SQUOTE] = ACTIONS(4193), - [sym__backtick_identifier] = ACTIONS(4193), - [sym__automatic_semicolon] = ACTIONS(4193), - [sym_safe_nav] = ACTIONS(4193), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4193), + [1237] = { + [sym__alpha_identifier] = ACTIONS(4792), + [anon_sym_AT] = ACTIONS(4794), + [anon_sym_LBRACK] = ACTIONS(4794), + [anon_sym_as] = ACTIONS(4792), + [anon_sym_EQ] = ACTIONS(4792), + [anon_sym_LBRACE] = ACTIONS(4794), + [anon_sym_RBRACE] = ACTIONS(4794), + [anon_sym_LPAREN] = ACTIONS(4794), + [anon_sym_LT] = ACTIONS(4792), + [anon_sym_GT] = ACTIONS(4792), + [anon_sym_object] = ACTIONS(4792), + [anon_sym_fun] = ACTIONS(4792), + [anon_sym_DOT] = ACTIONS(4792), + [anon_sym_SEMI] = ACTIONS(5189), + [anon_sym_get] = ACTIONS(4792), + [anon_sym_set] = ACTIONS(4792), + [anon_sym_this] = ACTIONS(4792), + [anon_sym_super] = ACTIONS(4792), + [anon_sym_STAR] = ACTIONS(4792), + [sym_label] = ACTIONS(4792), + [anon_sym_in] = ACTIONS(4792), + [anon_sym_DOT_DOT] = ACTIONS(4794), + [anon_sym_QMARK_COLON] = ACTIONS(4794), + [anon_sym_AMP_AMP] = ACTIONS(4794), + [anon_sym_PIPE_PIPE] = ACTIONS(4794), + [anon_sym_null] = ACTIONS(4792), + [anon_sym_if] = ACTIONS(4792), + [anon_sym_else] = ACTIONS(5187), + [anon_sym_when] = ACTIONS(4792), + [anon_sym_try] = ACTIONS(4792), + [anon_sym_throw] = ACTIONS(4792), + [anon_sym_return] = ACTIONS(4792), + [anon_sym_continue] = ACTIONS(4792), + [anon_sym_break] = ACTIONS(4792), + [anon_sym_COLON_COLON] = ACTIONS(4794), + [anon_sym_PLUS_EQ] = ACTIONS(4794), + [anon_sym_DASH_EQ] = ACTIONS(4794), + [anon_sym_STAR_EQ] = ACTIONS(4794), + [anon_sym_SLASH_EQ] = ACTIONS(4794), + [anon_sym_PERCENT_EQ] = ACTIONS(4794), + [anon_sym_BANG_EQ] = ACTIONS(4792), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4794), + [anon_sym_EQ_EQ] = ACTIONS(4792), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4794), + [anon_sym_LT_EQ] = ACTIONS(4794), + [anon_sym_GT_EQ] = ACTIONS(4794), + [anon_sym_BANGin] = ACTIONS(4794), + [anon_sym_is] = ACTIONS(4792), + [anon_sym_BANGis] = ACTIONS(4794), + [anon_sym_PLUS] = ACTIONS(4792), + [anon_sym_DASH] = ACTIONS(4792), + [anon_sym_SLASH] = ACTIONS(4792), + [anon_sym_PERCENT] = ACTIONS(4792), + [anon_sym_as_QMARK] = ACTIONS(4794), + [anon_sym_PLUS_PLUS] = ACTIONS(4794), + [anon_sym_DASH_DASH] = ACTIONS(4794), + [anon_sym_BANG] = ACTIONS(4792), + [anon_sym_BANG_BANG] = ACTIONS(4794), + [anon_sym_suspend] = ACTIONS(4792), + [anon_sym_sealed] = ACTIONS(4792), + [anon_sym_annotation] = ACTIONS(4792), + [anon_sym_data] = ACTIONS(4792), + [anon_sym_inner] = ACTIONS(4792), + [anon_sym_override] = ACTIONS(4792), + [anon_sym_lateinit] = ACTIONS(4792), + [anon_sym_public] = ACTIONS(4792), + [anon_sym_private] = ACTIONS(4792), + [anon_sym_internal] = ACTIONS(4792), + [anon_sym_protected] = ACTIONS(4792), + [anon_sym_tailrec] = ACTIONS(4792), + [anon_sym_operator] = ACTIONS(4792), + [anon_sym_infix] = ACTIONS(4792), + [anon_sym_inline] = ACTIONS(4792), + [anon_sym_external] = ACTIONS(4792), + [sym_property_modifier] = ACTIONS(4792), + [anon_sym_abstract] = ACTIONS(4792), + [anon_sym_final] = ACTIONS(4792), + [anon_sym_open] = ACTIONS(4792), + [anon_sym_vararg] = ACTIONS(4792), + [anon_sym_noinline] = ACTIONS(4792), + [anon_sym_crossinline] = ACTIONS(4792), + [anon_sym_expect] = ACTIONS(4792), + [anon_sym_actual] = ACTIONS(4792), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4794), + [anon_sym_continue_AT] = ACTIONS(4794), + [anon_sym_break_AT] = ACTIONS(4794), + [sym_real_literal] = ACTIONS(4794), + [sym_integer_literal] = ACTIONS(4792), + [sym_hex_literal] = ACTIONS(4794), + [sym_bin_literal] = ACTIONS(4794), + [anon_sym_true] = ACTIONS(4792), + [anon_sym_false] = ACTIONS(4792), + [anon_sym_SQUOTE] = ACTIONS(4794), + [sym__backtick_identifier] = ACTIONS(4794), + [sym__automatic_semicolon] = ACTIONS(4794), + [sym_safe_nav] = ACTIONS(4794), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4794), }, - [1260] = { - [sym_primary_constructor] = STATE(4464), - [sym__class_parameters] = STATE(4539), - [sym_type_constraints] = STATE(4558), - [sym_enum_class_body] = STATE(4743), - [sym_modifiers] = STATE(9107), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3204), + [1238] = { + [sym__alpha_identifier] = ACTIONS(4285), + [anon_sym_AT] = ACTIONS(4288), + [anon_sym_LBRACK] = ACTIONS(4288), + [anon_sym_as] = ACTIONS(4293), + [anon_sym_EQ] = ACTIONS(4293), + [anon_sym_LBRACE] = ACTIONS(4288), + [anon_sym_RBRACE] = ACTIONS(4291), + [anon_sym_LPAREN] = ACTIONS(5191), + [anon_sym_LT] = ACTIONS(4293), + [anon_sym_GT] = ACTIONS(4293), + [anon_sym_object] = ACTIONS(3943), + [anon_sym_fun] = ACTIONS(3943), + [anon_sym_DOT] = ACTIONS(4293), + [anon_sym_SEMI] = ACTIONS(4291), + [anon_sym_get] = ACTIONS(4285), + [anon_sym_set] = ACTIONS(4285), + [anon_sym_this] = ACTIONS(3943), + [anon_sym_super] = ACTIONS(3943), + [anon_sym_STAR] = ACTIONS(4285), + [sym_label] = ACTIONS(4285), + [anon_sym_in] = ACTIONS(4293), + [anon_sym_DOT_DOT] = ACTIONS(4291), + [anon_sym_QMARK_COLON] = ACTIONS(4291), + [anon_sym_AMP_AMP] = ACTIONS(4291), + [anon_sym_PIPE_PIPE] = ACTIONS(4291), + [anon_sym_null] = ACTIONS(3943), + [anon_sym_if] = ACTIONS(3943), + [anon_sym_else] = ACTIONS(4293), + [anon_sym_when] = ACTIONS(3943), + [anon_sym_try] = ACTIONS(3943), + [anon_sym_throw] = ACTIONS(3943), + [anon_sym_return] = ACTIONS(3943), + [anon_sym_continue] = ACTIONS(3943), + [anon_sym_break] = ACTIONS(3943), + [anon_sym_COLON_COLON] = ACTIONS(4288), + [anon_sym_PLUS_EQ] = ACTIONS(4291), + [anon_sym_DASH_EQ] = ACTIONS(4291), + [anon_sym_STAR_EQ] = ACTIONS(4291), + [anon_sym_SLASH_EQ] = ACTIONS(4291), + [anon_sym_PERCENT_EQ] = ACTIONS(4291), + [anon_sym_BANG_EQ] = ACTIONS(4293), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4291), + [anon_sym_EQ_EQ] = ACTIONS(4293), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4291), + [anon_sym_LT_EQ] = ACTIONS(4291), + [anon_sym_GT_EQ] = ACTIONS(4291), + [anon_sym_BANGin] = ACTIONS(4291), + [anon_sym_is] = ACTIONS(4293), + [anon_sym_BANGis] = ACTIONS(4291), + [anon_sym_PLUS] = ACTIONS(4285), + [anon_sym_DASH] = ACTIONS(4285), + [anon_sym_SLASH] = ACTIONS(4293), + [anon_sym_PERCENT] = ACTIONS(4293), + [anon_sym_as_QMARK] = ACTIONS(4291), + [anon_sym_PLUS_PLUS] = ACTIONS(4288), + [anon_sym_DASH_DASH] = ACTIONS(4288), + [anon_sym_BANG] = ACTIONS(3943), + [anon_sym_BANG_BANG] = ACTIONS(4291), + [anon_sym_suspend] = ACTIONS(4293), + [anon_sym_sealed] = ACTIONS(4293), + [anon_sym_annotation] = ACTIONS(4293), + [anon_sym_data] = ACTIONS(4285), + [anon_sym_inner] = ACTIONS(4285), + [anon_sym_override] = ACTIONS(4293), + [anon_sym_lateinit] = ACTIONS(4293), + [anon_sym_public] = ACTIONS(4293), + [anon_sym_private] = ACTIONS(4293), + [anon_sym_internal] = ACTIONS(4293), + [anon_sym_protected] = ACTIONS(4293), + [anon_sym_tailrec] = ACTIONS(4293), + [anon_sym_operator] = ACTIONS(4293), + [anon_sym_infix] = ACTIONS(4293), + [anon_sym_inline] = ACTIONS(4293), + [anon_sym_external] = ACTIONS(4293), + [sym_property_modifier] = ACTIONS(4293), + [anon_sym_abstract] = ACTIONS(4293), + [anon_sym_final] = ACTIONS(4293), + [anon_sym_open] = ACTIONS(4293), + [anon_sym_vararg] = ACTIONS(4293), + [anon_sym_noinline] = ACTIONS(4293), + [anon_sym_crossinline] = ACTIONS(4293), + [anon_sym_expect] = ACTIONS(4285), + [anon_sym_actual] = ACTIONS(4285), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3948), + [anon_sym_continue_AT] = ACTIONS(3948), + [anon_sym_break_AT] = ACTIONS(3948), + [sym_real_literal] = ACTIONS(3948), + [sym_integer_literal] = ACTIONS(3943), + [sym_hex_literal] = ACTIONS(3948), + [sym_bin_literal] = ACTIONS(3948), + [anon_sym_true] = ACTIONS(3943), + [anon_sym_false] = ACTIONS(3943), + [anon_sym_SQUOTE] = ACTIONS(3948), + [sym__backtick_identifier] = ACTIONS(4288), + [sym__automatic_semicolon] = ACTIONS(4291), + [sym_safe_nav] = ACTIONS(4291), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3948), + }, + [1239] = { + [sym__alpha_identifier] = ACTIONS(4142), + [anon_sym_AT] = ACTIONS(4145), + [anon_sym_LBRACK] = ACTIONS(4145), + [anon_sym_as] = ACTIONS(4150), + [anon_sym_EQ] = ACTIONS(4150), + [anon_sym_LBRACE] = ACTIONS(4145), + [anon_sym_RBRACE] = ACTIONS(4148), + [anon_sym_LPAREN] = ACTIONS(5195), + [anon_sym_LT] = ACTIONS(4150), + [anon_sym_GT] = ACTIONS(4150), + [anon_sym_object] = ACTIONS(3943), + [anon_sym_fun] = ACTIONS(3943), + [anon_sym_DOT] = ACTIONS(4150), + [anon_sym_SEMI] = ACTIONS(4148), + [anon_sym_get] = ACTIONS(4142), + [anon_sym_set] = ACTIONS(4142), + [anon_sym_this] = ACTIONS(3943), + [anon_sym_super] = ACTIONS(3943), + [anon_sym_STAR] = ACTIONS(4142), + [sym_label] = ACTIONS(4142), + [anon_sym_in] = ACTIONS(4150), + [anon_sym_DOT_DOT] = ACTIONS(4148), + [anon_sym_QMARK_COLON] = ACTIONS(4148), + [anon_sym_AMP_AMP] = ACTIONS(4148), + [anon_sym_PIPE_PIPE] = ACTIONS(4148), + [anon_sym_null] = ACTIONS(3943), + [anon_sym_if] = ACTIONS(3943), + [anon_sym_else] = ACTIONS(4150), + [anon_sym_when] = ACTIONS(3943), + [anon_sym_try] = ACTIONS(3943), + [anon_sym_throw] = ACTIONS(3943), + [anon_sym_return] = ACTIONS(3943), + [anon_sym_continue] = ACTIONS(3943), + [anon_sym_break] = ACTIONS(3943), + [anon_sym_COLON_COLON] = ACTIONS(4145), + [anon_sym_PLUS_EQ] = ACTIONS(4148), + [anon_sym_DASH_EQ] = ACTIONS(4148), + [anon_sym_STAR_EQ] = ACTIONS(4148), + [anon_sym_SLASH_EQ] = ACTIONS(4148), + [anon_sym_PERCENT_EQ] = ACTIONS(4148), + [anon_sym_BANG_EQ] = ACTIONS(4150), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4148), + [anon_sym_EQ_EQ] = ACTIONS(4150), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4148), + [anon_sym_LT_EQ] = ACTIONS(4148), + [anon_sym_GT_EQ] = ACTIONS(4148), + [anon_sym_BANGin] = ACTIONS(4148), + [anon_sym_is] = ACTIONS(4150), + [anon_sym_BANGis] = ACTIONS(4148), + [anon_sym_PLUS] = ACTIONS(4142), + [anon_sym_DASH] = ACTIONS(4142), + [anon_sym_SLASH] = ACTIONS(4150), + [anon_sym_PERCENT] = ACTIONS(4150), + [anon_sym_as_QMARK] = ACTIONS(4148), + [anon_sym_PLUS_PLUS] = ACTIONS(4145), + [anon_sym_DASH_DASH] = ACTIONS(4145), + [anon_sym_BANG] = ACTIONS(3943), + [anon_sym_BANG_BANG] = ACTIONS(4148), + [anon_sym_suspend] = ACTIONS(4150), + [anon_sym_sealed] = ACTIONS(4150), + [anon_sym_annotation] = ACTIONS(4150), + [anon_sym_data] = ACTIONS(4142), + [anon_sym_inner] = ACTIONS(4142), + [anon_sym_override] = ACTIONS(4150), + [anon_sym_lateinit] = ACTIONS(4150), + [anon_sym_public] = ACTIONS(4150), + [anon_sym_private] = ACTIONS(4150), + [anon_sym_internal] = ACTIONS(4150), + [anon_sym_protected] = ACTIONS(4150), + [anon_sym_tailrec] = ACTIONS(4150), + [anon_sym_operator] = ACTIONS(4150), + [anon_sym_infix] = ACTIONS(4150), + [anon_sym_inline] = ACTIONS(4150), + [anon_sym_external] = ACTIONS(4150), + [sym_property_modifier] = ACTIONS(4150), + [anon_sym_abstract] = ACTIONS(4150), + [anon_sym_final] = ACTIONS(4150), + [anon_sym_open] = ACTIONS(4150), + [anon_sym_vararg] = ACTIONS(4150), + [anon_sym_noinline] = ACTIONS(4150), + [anon_sym_crossinline] = ACTIONS(4150), + [anon_sym_expect] = ACTIONS(4142), + [anon_sym_actual] = ACTIONS(4142), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3948), + [anon_sym_continue_AT] = ACTIONS(3948), + [anon_sym_break_AT] = ACTIONS(3948), + [sym_real_literal] = ACTIONS(3948), + [sym_integer_literal] = ACTIONS(3943), + [sym_hex_literal] = ACTIONS(3948), + [sym_bin_literal] = ACTIONS(3948), + [anon_sym_true] = ACTIONS(3943), + [anon_sym_false] = ACTIONS(3943), + [anon_sym_SQUOTE] = ACTIONS(3948), + [sym__backtick_identifier] = ACTIONS(4145), + [sym__automatic_semicolon] = ACTIONS(4148), + [sym_safe_nav] = ACTIONS(4148), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3948), + }, + [1240] = { + [sym_function_body] = STATE(1198), + [sym__block] = STATE(1087), + [sym__alpha_identifier] = ACTIONS(4326), + [anon_sym_AT] = ACTIONS(4328), + [anon_sym_COLON] = ACTIONS(5199), + [anon_sym_LBRACK] = ACTIONS(4328), + [anon_sym_as] = ACTIONS(4326), + [anon_sym_EQ] = ACTIONS(5149), + [anon_sym_LBRACE] = ACTIONS(4039), + [anon_sym_RBRACE] = ACTIONS(4328), + [anon_sym_LPAREN] = ACTIONS(4328), + [anon_sym_COMMA] = ACTIONS(4328), + [anon_sym_LT] = ACTIONS(4326), + [anon_sym_GT] = ACTIONS(4326), + [anon_sym_where] = ACTIONS(4326), + [anon_sym_object] = ACTIONS(4326), + [anon_sym_fun] = ACTIONS(4326), + [anon_sym_DOT] = ACTIONS(4326), + [anon_sym_SEMI] = ACTIONS(4328), + [anon_sym_get] = ACTIONS(4326), + [anon_sym_set] = ACTIONS(4326), + [anon_sym_this] = ACTIONS(4326), + [anon_sym_super] = ACTIONS(4326), + [anon_sym_STAR] = ACTIONS(4328), + [sym_label] = ACTIONS(4326), + [anon_sym_in] = ACTIONS(4326), + [anon_sym_DOT_DOT] = ACTIONS(4328), + [anon_sym_QMARK_COLON] = ACTIONS(4328), + [anon_sym_AMP_AMP] = ACTIONS(4328), + [anon_sym_PIPE_PIPE] = ACTIONS(4328), + [anon_sym_null] = ACTIONS(4326), + [anon_sym_if] = ACTIONS(4326), + [anon_sym_else] = ACTIONS(4326), + [anon_sym_when] = ACTIONS(4326), + [anon_sym_try] = ACTIONS(4326), + [anon_sym_throw] = ACTIONS(4326), + [anon_sym_return] = ACTIONS(4326), + [anon_sym_continue] = ACTIONS(4326), + [anon_sym_break] = ACTIONS(4326), + [anon_sym_COLON_COLON] = ACTIONS(4328), + [anon_sym_BANG_EQ] = ACTIONS(4326), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4328), + [anon_sym_EQ_EQ] = ACTIONS(4326), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4328), + [anon_sym_LT_EQ] = ACTIONS(4328), + [anon_sym_GT_EQ] = ACTIONS(4328), + [anon_sym_BANGin] = ACTIONS(4328), + [anon_sym_is] = ACTIONS(4326), + [anon_sym_BANGis] = ACTIONS(4328), + [anon_sym_PLUS] = ACTIONS(4326), + [anon_sym_DASH] = ACTIONS(4326), + [anon_sym_SLASH] = ACTIONS(4326), + [anon_sym_PERCENT] = ACTIONS(4328), + [anon_sym_as_QMARK] = ACTIONS(4328), + [anon_sym_PLUS_PLUS] = ACTIONS(4328), + [anon_sym_DASH_DASH] = ACTIONS(4328), + [anon_sym_BANG] = ACTIONS(4326), + [anon_sym_BANG_BANG] = ACTIONS(4328), + [anon_sym_suspend] = ACTIONS(4326), + [anon_sym_sealed] = ACTIONS(4326), + [anon_sym_annotation] = ACTIONS(4326), + [anon_sym_data] = ACTIONS(4326), + [anon_sym_inner] = ACTIONS(4326), + [anon_sym_override] = ACTIONS(4326), + [anon_sym_lateinit] = ACTIONS(4326), + [anon_sym_public] = ACTIONS(4326), + [anon_sym_private] = ACTIONS(4326), + [anon_sym_internal] = ACTIONS(4326), + [anon_sym_protected] = ACTIONS(4326), + [anon_sym_tailrec] = ACTIONS(4326), + [anon_sym_operator] = ACTIONS(4326), + [anon_sym_infix] = ACTIONS(4326), + [anon_sym_inline] = ACTIONS(4326), + [anon_sym_external] = ACTIONS(4326), + [sym_property_modifier] = ACTIONS(4326), + [anon_sym_abstract] = ACTIONS(4326), + [anon_sym_final] = ACTIONS(4326), + [anon_sym_open] = ACTIONS(4326), + [anon_sym_vararg] = ACTIONS(4326), + [anon_sym_noinline] = ACTIONS(4326), + [anon_sym_crossinline] = ACTIONS(4326), + [anon_sym_expect] = ACTIONS(4326), + [anon_sym_actual] = ACTIONS(4326), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4328), + [anon_sym_continue_AT] = ACTIONS(4328), + [anon_sym_break_AT] = ACTIONS(4328), + [sym_real_literal] = ACTIONS(4328), + [sym_integer_literal] = ACTIONS(4326), + [sym_hex_literal] = ACTIONS(4328), + [sym_bin_literal] = ACTIONS(4328), + [anon_sym_true] = ACTIONS(4326), + [anon_sym_false] = ACTIONS(4326), + [anon_sym_SQUOTE] = ACTIONS(4328), + [sym__backtick_identifier] = ACTIONS(4328), + [sym__automatic_semicolon] = ACTIONS(4328), + [sym_safe_nav] = ACTIONS(4328), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4328), + }, + [1241] = { + [sym_type_constraints] = STATE(1306), + [sym_function_body] = STATE(1119), + [sym__block] = STATE(1087), + [sym__alpha_identifier] = ACTIONS(4256), + [anon_sym_AT] = ACTIONS(4258), + [anon_sym_LBRACK] = ACTIONS(4258), + [anon_sym_as] = ACTIONS(4256), + [anon_sym_EQ] = ACTIONS(5149), + [anon_sym_LBRACE] = ACTIONS(4039), + [anon_sym_RBRACE] = ACTIONS(4258), + [anon_sym_LPAREN] = ACTIONS(4258), + [anon_sym_COMMA] = ACTIONS(4258), + [anon_sym_LT] = ACTIONS(4256), + [anon_sym_GT] = ACTIONS(4256), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(4256), + [anon_sym_fun] = ACTIONS(4256), + [anon_sym_DOT] = ACTIONS(4256), + [anon_sym_SEMI] = ACTIONS(4258), + [anon_sym_get] = ACTIONS(4256), + [anon_sym_set] = ACTIONS(4256), + [anon_sym_this] = ACTIONS(4256), + [anon_sym_super] = ACTIONS(4256), + [anon_sym_STAR] = ACTIONS(4258), + [sym_label] = ACTIONS(4256), + [anon_sym_in] = ACTIONS(4256), + [anon_sym_DOT_DOT] = ACTIONS(4258), + [anon_sym_QMARK_COLON] = ACTIONS(4258), + [anon_sym_AMP_AMP] = ACTIONS(4258), + [anon_sym_PIPE_PIPE] = ACTIONS(4258), + [anon_sym_null] = ACTIONS(4256), + [anon_sym_if] = ACTIONS(4256), + [anon_sym_else] = ACTIONS(4256), + [anon_sym_when] = ACTIONS(4256), + [anon_sym_try] = ACTIONS(4256), + [anon_sym_throw] = ACTIONS(4256), + [anon_sym_return] = ACTIONS(4256), + [anon_sym_continue] = ACTIONS(4256), + [anon_sym_break] = ACTIONS(4256), + [anon_sym_COLON_COLON] = ACTIONS(4258), + [anon_sym_BANG_EQ] = ACTIONS(4256), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4258), + [anon_sym_EQ_EQ] = ACTIONS(4256), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4258), + [anon_sym_LT_EQ] = ACTIONS(4258), + [anon_sym_GT_EQ] = ACTIONS(4258), + [anon_sym_BANGin] = ACTIONS(4258), + [anon_sym_is] = ACTIONS(4256), + [anon_sym_BANGis] = ACTIONS(4258), + [anon_sym_PLUS] = ACTIONS(4256), + [anon_sym_DASH] = ACTIONS(4256), + [anon_sym_SLASH] = ACTIONS(4256), + [anon_sym_PERCENT] = ACTIONS(4258), + [anon_sym_as_QMARK] = ACTIONS(4258), + [anon_sym_PLUS_PLUS] = ACTIONS(4258), + [anon_sym_DASH_DASH] = ACTIONS(4258), + [anon_sym_BANG] = ACTIONS(4256), + [anon_sym_BANG_BANG] = ACTIONS(4258), + [anon_sym_suspend] = ACTIONS(4256), + [anon_sym_sealed] = ACTIONS(4256), + [anon_sym_annotation] = ACTIONS(4256), + [anon_sym_data] = ACTIONS(4256), + [anon_sym_inner] = ACTIONS(4256), + [anon_sym_override] = ACTIONS(4256), + [anon_sym_lateinit] = ACTIONS(4256), + [anon_sym_public] = ACTIONS(4256), + [anon_sym_private] = ACTIONS(4256), + [anon_sym_internal] = ACTIONS(4256), + [anon_sym_protected] = ACTIONS(4256), + [anon_sym_tailrec] = ACTIONS(4256), + [anon_sym_operator] = ACTIONS(4256), + [anon_sym_infix] = ACTIONS(4256), + [anon_sym_inline] = ACTIONS(4256), + [anon_sym_external] = ACTIONS(4256), + [sym_property_modifier] = ACTIONS(4256), + [anon_sym_abstract] = ACTIONS(4256), + [anon_sym_final] = ACTIONS(4256), + [anon_sym_open] = ACTIONS(4256), + [anon_sym_vararg] = ACTIONS(4256), + [anon_sym_noinline] = ACTIONS(4256), + [anon_sym_crossinline] = ACTIONS(4256), + [anon_sym_expect] = ACTIONS(4256), + [anon_sym_actual] = ACTIONS(4256), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4258), + [anon_sym_continue_AT] = ACTIONS(4258), + [anon_sym_break_AT] = ACTIONS(4258), + [sym_real_literal] = ACTIONS(4258), + [sym_integer_literal] = ACTIONS(4256), + [sym_hex_literal] = ACTIONS(4258), + [sym_bin_literal] = ACTIONS(4258), + [anon_sym_true] = ACTIONS(4256), + [anon_sym_false] = ACTIONS(4256), + [anon_sym_SQUOTE] = ACTIONS(4258), + [sym__backtick_identifier] = ACTIONS(4258), + [sym__automatic_semicolon] = ACTIONS(4258), + [sym_safe_nav] = ACTIONS(4258), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4258), + }, + [1242] = { + [sym_type_constraints] = STATE(1436), + [sym_function_body] = STATE(1039), + [sym__block] = STATE(1087), + [sym__alpha_identifier] = ACTIONS(4099), + [anon_sym_AT] = ACTIONS(4101), + [anon_sym_COLON] = ACTIONS(5201), + [anon_sym_LBRACK] = ACTIONS(4101), + [anon_sym_as] = ACTIONS(4099), + [anon_sym_EQ] = ACTIONS(5203), + [anon_sym_LBRACE] = ACTIONS(4039), + [anon_sym_RBRACE] = ACTIONS(4101), + [anon_sym_LPAREN] = ACTIONS(4101), + [anon_sym_LT] = ACTIONS(4099), + [anon_sym_GT] = ACTIONS(4099), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(4099), + [anon_sym_fun] = ACTIONS(4099), + [anon_sym_DOT] = ACTIONS(4099), + [anon_sym_SEMI] = ACTIONS(4101), + [anon_sym_get] = ACTIONS(4099), + [anon_sym_set] = ACTIONS(4099), + [anon_sym_this] = ACTIONS(4099), + [anon_sym_super] = ACTIONS(4099), + [anon_sym_STAR] = ACTIONS(4101), + [sym_label] = ACTIONS(4099), + [anon_sym_in] = ACTIONS(4099), + [anon_sym_DOT_DOT] = ACTIONS(4101), + [anon_sym_QMARK_COLON] = ACTIONS(4101), + [anon_sym_AMP_AMP] = ACTIONS(4101), + [anon_sym_PIPE_PIPE] = ACTIONS(4101), + [anon_sym_null] = ACTIONS(4099), + [anon_sym_if] = ACTIONS(4099), + [anon_sym_else] = ACTIONS(4099), + [anon_sym_when] = ACTIONS(4099), + [anon_sym_try] = ACTIONS(4099), + [anon_sym_throw] = ACTIONS(4099), + [anon_sym_return] = ACTIONS(4099), + [anon_sym_continue] = ACTIONS(4099), + [anon_sym_break] = ACTIONS(4099), + [anon_sym_COLON_COLON] = ACTIONS(4101), + [anon_sym_BANG_EQ] = ACTIONS(4099), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4101), + [anon_sym_EQ_EQ] = ACTIONS(4099), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4101), + [anon_sym_LT_EQ] = ACTIONS(4101), + [anon_sym_GT_EQ] = ACTIONS(4101), + [anon_sym_BANGin] = ACTIONS(4101), + [anon_sym_is] = ACTIONS(4099), + [anon_sym_BANGis] = ACTIONS(4101), + [anon_sym_PLUS] = ACTIONS(4099), + [anon_sym_DASH] = ACTIONS(4099), + [anon_sym_SLASH] = ACTIONS(4099), + [anon_sym_PERCENT] = ACTIONS(4101), + [anon_sym_as_QMARK] = ACTIONS(4101), + [anon_sym_PLUS_PLUS] = ACTIONS(4101), + [anon_sym_DASH_DASH] = ACTIONS(4101), + [anon_sym_BANG] = ACTIONS(4099), + [anon_sym_BANG_BANG] = ACTIONS(4101), + [anon_sym_suspend] = ACTIONS(4099), + [anon_sym_sealed] = ACTIONS(4099), + [anon_sym_annotation] = ACTIONS(4099), + [anon_sym_data] = ACTIONS(4099), + [anon_sym_inner] = ACTIONS(4099), + [anon_sym_override] = ACTIONS(4099), + [anon_sym_lateinit] = ACTIONS(4099), + [anon_sym_public] = ACTIONS(4099), + [anon_sym_private] = ACTIONS(4099), + [anon_sym_internal] = ACTIONS(4099), + [anon_sym_protected] = ACTIONS(4099), + [anon_sym_tailrec] = ACTIONS(4099), + [anon_sym_operator] = ACTIONS(4099), + [anon_sym_infix] = ACTIONS(4099), + [anon_sym_inline] = ACTIONS(4099), + [anon_sym_external] = ACTIONS(4099), + [sym_property_modifier] = ACTIONS(4099), + [anon_sym_abstract] = ACTIONS(4099), + [anon_sym_final] = ACTIONS(4099), + [anon_sym_open] = ACTIONS(4099), + [anon_sym_vararg] = ACTIONS(4099), + [anon_sym_noinline] = ACTIONS(4099), + [anon_sym_crossinline] = ACTIONS(4099), + [anon_sym_expect] = ACTIONS(4099), + [anon_sym_actual] = ACTIONS(4099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4101), + [anon_sym_continue_AT] = ACTIONS(4101), + [anon_sym_break_AT] = ACTIONS(4101), + [sym_real_literal] = ACTIONS(4101), + [sym_integer_literal] = ACTIONS(4099), + [sym_hex_literal] = ACTIONS(4101), + [sym_bin_literal] = ACTIONS(4101), + [anon_sym_true] = ACTIONS(4099), + [anon_sym_false] = ACTIONS(4099), + [anon_sym_SQUOTE] = ACTIONS(4101), + [sym__backtick_identifier] = ACTIONS(4101), + [sym__automatic_semicolon] = ACTIONS(4101), + [sym_safe_nav] = ACTIONS(4101), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4101), + }, + [1243] = { + [sym_type_constraints] = STATE(1308), + [sym_function_body] = STATE(1039), + [sym__block] = STATE(1087), + [sym__alpha_identifier] = ACTIONS(4099), + [anon_sym_AT] = ACTIONS(4101), + [anon_sym_LBRACK] = ACTIONS(4101), + [anon_sym_as] = ACTIONS(4099), + [anon_sym_EQ] = ACTIONS(5149), + [anon_sym_LBRACE] = ACTIONS(4039), + [anon_sym_RBRACE] = ACTIONS(4101), + [anon_sym_LPAREN] = ACTIONS(4101), + [anon_sym_COMMA] = ACTIONS(4101), + [anon_sym_LT] = ACTIONS(4099), + [anon_sym_GT] = ACTIONS(4099), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(4099), + [anon_sym_fun] = ACTIONS(4099), + [anon_sym_DOT] = ACTIONS(4099), + [anon_sym_SEMI] = ACTIONS(4101), + [anon_sym_get] = ACTIONS(4099), + [anon_sym_set] = ACTIONS(4099), + [anon_sym_this] = ACTIONS(4099), + [anon_sym_super] = ACTIONS(4099), + [anon_sym_STAR] = ACTIONS(4101), + [sym_label] = ACTIONS(4099), + [anon_sym_in] = ACTIONS(4099), + [anon_sym_DOT_DOT] = ACTIONS(4101), + [anon_sym_QMARK_COLON] = ACTIONS(4101), + [anon_sym_AMP_AMP] = ACTIONS(4101), + [anon_sym_PIPE_PIPE] = ACTIONS(4101), + [anon_sym_null] = ACTIONS(4099), + [anon_sym_if] = ACTIONS(4099), + [anon_sym_else] = ACTIONS(4099), + [anon_sym_when] = ACTIONS(4099), + [anon_sym_try] = ACTIONS(4099), + [anon_sym_throw] = ACTIONS(4099), + [anon_sym_return] = ACTIONS(4099), + [anon_sym_continue] = ACTIONS(4099), + [anon_sym_break] = ACTIONS(4099), + [anon_sym_COLON_COLON] = ACTIONS(4101), + [anon_sym_BANG_EQ] = ACTIONS(4099), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4101), + [anon_sym_EQ_EQ] = ACTIONS(4099), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4101), + [anon_sym_LT_EQ] = ACTIONS(4101), + [anon_sym_GT_EQ] = ACTIONS(4101), + [anon_sym_BANGin] = ACTIONS(4101), + [anon_sym_is] = ACTIONS(4099), + [anon_sym_BANGis] = ACTIONS(4101), + [anon_sym_PLUS] = ACTIONS(4099), + [anon_sym_DASH] = ACTIONS(4099), + [anon_sym_SLASH] = ACTIONS(4099), + [anon_sym_PERCENT] = ACTIONS(4101), + [anon_sym_as_QMARK] = ACTIONS(4101), + [anon_sym_PLUS_PLUS] = ACTIONS(4101), + [anon_sym_DASH_DASH] = ACTIONS(4101), + [anon_sym_BANG] = ACTIONS(4099), + [anon_sym_BANG_BANG] = ACTIONS(4101), + [anon_sym_suspend] = ACTIONS(4099), + [anon_sym_sealed] = ACTIONS(4099), + [anon_sym_annotation] = ACTIONS(4099), + [anon_sym_data] = ACTIONS(4099), + [anon_sym_inner] = ACTIONS(4099), + [anon_sym_override] = ACTIONS(4099), + [anon_sym_lateinit] = ACTIONS(4099), + [anon_sym_public] = ACTIONS(4099), + [anon_sym_private] = ACTIONS(4099), + [anon_sym_internal] = ACTIONS(4099), + [anon_sym_protected] = ACTIONS(4099), + [anon_sym_tailrec] = ACTIONS(4099), + [anon_sym_operator] = ACTIONS(4099), + [anon_sym_infix] = ACTIONS(4099), + [anon_sym_inline] = ACTIONS(4099), + [anon_sym_external] = ACTIONS(4099), + [sym_property_modifier] = ACTIONS(4099), + [anon_sym_abstract] = ACTIONS(4099), + [anon_sym_final] = ACTIONS(4099), + [anon_sym_open] = ACTIONS(4099), + [anon_sym_vararg] = ACTIONS(4099), + [anon_sym_noinline] = ACTIONS(4099), + [anon_sym_crossinline] = ACTIONS(4099), + [anon_sym_expect] = ACTIONS(4099), + [anon_sym_actual] = ACTIONS(4099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4101), + [anon_sym_continue_AT] = ACTIONS(4101), + [anon_sym_break_AT] = ACTIONS(4101), + [sym_real_literal] = ACTIONS(4101), + [sym_integer_literal] = ACTIONS(4099), + [sym_hex_literal] = ACTIONS(4101), + [sym_bin_literal] = ACTIONS(4101), + [anon_sym_true] = ACTIONS(4099), + [anon_sym_false] = ACTIONS(4099), + [anon_sym_SQUOTE] = ACTIONS(4101), + [sym__backtick_identifier] = ACTIONS(4101), + [sym__automatic_semicolon] = ACTIONS(4101), + [sym_safe_nav] = ACTIONS(4101), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4101), + }, + [1244] = { + [sym_type_constraints] = STATE(1312), + [sym_function_body] = STATE(1154), + [sym__block] = STATE(1087), + [sym__alpha_identifier] = ACTIONS(4031), + [anon_sym_AT] = ACTIONS(4033), + [anon_sym_LBRACK] = ACTIONS(4033), + [anon_sym_as] = ACTIONS(4031), + [anon_sym_EQ] = ACTIONS(5149), + [anon_sym_LBRACE] = ACTIONS(4039), + [anon_sym_RBRACE] = ACTIONS(4033), + [anon_sym_LPAREN] = ACTIONS(4033), + [anon_sym_COMMA] = ACTIONS(4033), + [anon_sym_LT] = ACTIONS(4031), + [anon_sym_GT] = ACTIONS(4031), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(4031), + [anon_sym_fun] = ACTIONS(4031), + [anon_sym_DOT] = ACTIONS(4031), + [anon_sym_SEMI] = ACTIONS(4033), + [anon_sym_get] = ACTIONS(4031), + [anon_sym_set] = ACTIONS(4031), + [anon_sym_this] = ACTIONS(4031), + [anon_sym_super] = ACTIONS(4031), + [anon_sym_STAR] = ACTIONS(4033), + [sym_label] = ACTIONS(4031), + [anon_sym_in] = ACTIONS(4031), + [anon_sym_DOT_DOT] = ACTIONS(4033), + [anon_sym_QMARK_COLON] = ACTIONS(4033), + [anon_sym_AMP_AMP] = ACTIONS(4033), + [anon_sym_PIPE_PIPE] = ACTIONS(4033), + [anon_sym_null] = ACTIONS(4031), + [anon_sym_if] = ACTIONS(4031), + [anon_sym_else] = ACTIONS(4031), + [anon_sym_when] = ACTIONS(4031), + [anon_sym_try] = ACTIONS(4031), + [anon_sym_throw] = ACTIONS(4031), + [anon_sym_return] = ACTIONS(4031), + [anon_sym_continue] = ACTIONS(4031), + [anon_sym_break] = ACTIONS(4031), + [anon_sym_COLON_COLON] = ACTIONS(4033), + [anon_sym_BANG_EQ] = ACTIONS(4031), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4033), + [anon_sym_EQ_EQ] = ACTIONS(4031), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4033), + [anon_sym_LT_EQ] = ACTIONS(4033), + [anon_sym_GT_EQ] = ACTIONS(4033), + [anon_sym_BANGin] = ACTIONS(4033), + [anon_sym_is] = ACTIONS(4031), + [anon_sym_BANGis] = ACTIONS(4033), + [anon_sym_PLUS] = ACTIONS(4031), + [anon_sym_DASH] = ACTIONS(4031), + [anon_sym_SLASH] = ACTIONS(4031), + [anon_sym_PERCENT] = ACTIONS(4033), + [anon_sym_as_QMARK] = ACTIONS(4033), + [anon_sym_PLUS_PLUS] = ACTIONS(4033), + [anon_sym_DASH_DASH] = ACTIONS(4033), + [anon_sym_BANG] = ACTIONS(4031), + [anon_sym_BANG_BANG] = ACTIONS(4033), + [anon_sym_suspend] = ACTIONS(4031), + [anon_sym_sealed] = ACTIONS(4031), + [anon_sym_annotation] = ACTIONS(4031), + [anon_sym_data] = ACTIONS(4031), + [anon_sym_inner] = ACTIONS(4031), + [anon_sym_override] = ACTIONS(4031), + [anon_sym_lateinit] = ACTIONS(4031), + [anon_sym_public] = ACTIONS(4031), + [anon_sym_private] = ACTIONS(4031), + [anon_sym_internal] = ACTIONS(4031), + [anon_sym_protected] = ACTIONS(4031), + [anon_sym_tailrec] = ACTIONS(4031), + [anon_sym_operator] = ACTIONS(4031), + [anon_sym_infix] = ACTIONS(4031), + [anon_sym_inline] = ACTIONS(4031), + [anon_sym_external] = ACTIONS(4031), + [sym_property_modifier] = ACTIONS(4031), + [anon_sym_abstract] = ACTIONS(4031), + [anon_sym_final] = ACTIONS(4031), + [anon_sym_open] = ACTIONS(4031), + [anon_sym_vararg] = ACTIONS(4031), + [anon_sym_noinline] = ACTIONS(4031), + [anon_sym_crossinline] = ACTIONS(4031), + [anon_sym_expect] = ACTIONS(4031), + [anon_sym_actual] = ACTIONS(4031), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4033), + [anon_sym_continue_AT] = ACTIONS(4033), + [anon_sym_break_AT] = ACTIONS(4033), + [sym_real_literal] = ACTIONS(4033), + [sym_integer_literal] = ACTIONS(4031), + [sym_hex_literal] = ACTIONS(4033), + [sym_bin_literal] = ACTIONS(4033), + [anon_sym_true] = ACTIONS(4031), + [anon_sym_false] = ACTIONS(4031), + [anon_sym_SQUOTE] = ACTIONS(4033), + [sym__backtick_identifier] = ACTIONS(4033), + [sym__automatic_semicolon] = ACTIONS(4033), + [sym_safe_nav] = ACTIONS(4033), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4033), + }, + [1245] = { + [sym_type_constraints] = STATE(1314), + [sym_function_body] = STATE(1179), + [sym__block] = STATE(1087), + [sym__alpha_identifier] = ACTIONS(4085), + [anon_sym_AT] = ACTIONS(4087), + [anon_sym_LBRACK] = ACTIONS(4087), + [anon_sym_as] = ACTIONS(4085), + [anon_sym_EQ] = ACTIONS(5149), + [anon_sym_LBRACE] = ACTIONS(4039), + [anon_sym_RBRACE] = ACTIONS(4087), + [anon_sym_LPAREN] = ACTIONS(4087), + [anon_sym_COMMA] = ACTIONS(4087), + [anon_sym_LT] = ACTIONS(4085), + [anon_sym_GT] = ACTIONS(4085), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(4085), + [anon_sym_fun] = ACTIONS(4085), + [anon_sym_DOT] = ACTIONS(4085), + [anon_sym_SEMI] = ACTIONS(4087), + [anon_sym_get] = ACTIONS(4085), + [anon_sym_set] = ACTIONS(4085), + [anon_sym_this] = ACTIONS(4085), + [anon_sym_super] = ACTIONS(4085), + [anon_sym_STAR] = ACTIONS(4087), + [sym_label] = ACTIONS(4085), + [anon_sym_in] = ACTIONS(4085), + [anon_sym_DOT_DOT] = ACTIONS(4087), + [anon_sym_QMARK_COLON] = ACTIONS(4087), + [anon_sym_AMP_AMP] = ACTIONS(4087), + [anon_sym_PIPE_PIPE] = ACTIONS(4087), + [anon_sym_null] = ACTIONS(4085), + [anon_sym_if] = ACTIONS(4085), + [anon_sym_else] = ACTIONS(4085), + [anon_sym_when] = ACTIONS(4085), + [anon_sym_try] = ACTIONS(4085), + [anon_sym_throw] = ACTIONS(4085), + [anon_sym_return] = ACTIONS(4085), + [anon_sym_continue] = ACTIONS(4085), + [anon_sym_break] = ACTIONS(4085), + [anon_sym_COLON_COLON] = ACTIONS(4087), + [anon_sym_BANG_EQ] = ACTIONS(4085), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4087), + [anon_sym_EQ_EQ] = ACTIONS(4085), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4087), + [anon_sym_LT_EQ] = ACTIONS(4087), + [anon_sym_GT_EQ] = ACTIONS(4087), + [anon_sym_BANGin] = ACTIONS(4087), + [anon_sym_is] = ACTIONS(4085), + [anon_sym_BANGis] = ACTIONS(4087), + [anon_sym_PLUS] = ACTIONS(4085), + [anon_sym_DASH] = ACTIONS(4085), + [anon_sym_SLASH] = ACTIONS(4085), + [anon_sym_PERCENT] = ACTIONS(4087), + [anon_sym_as_QMARK] = ACTIONS(4087), + [anon_sym_PLUS_PLUS] = ACTIONS(4087), + [anon_sym_DASH_DASH] = ACTIONS(4087), + [anon_sym_BANG] = ACTIONS(4085), + [anon_sym_BANG_BANG] = ACTIONS(4087), + [anon_sym_suspend] = ACTIONS(4085), + [anon_sym_sealed] = ACTIONS(4085), + [anon_sym_annotation] = ACTIONS(4085), + [anon_sym_data] = ACTIONS(4085), + [anon_sym_inner] = ACTIONS(4085), + [anon_sym_override] = ACTIONS(4085), + [anon_sym_lateinit] = ACTIONS(4085), + [anon_sym_public] = ACTIONS(4085), + [anon_sym_private] = ACTIONS(4085), + [anon_sym_internal] = ACTIONS(4085), + [anon_sym_protected] = ACTIONS(4085), + [anon_sym_tailrec] = ACTIONS(4085), + [anon_sym_operator] = ACTIONS(4085), + [anon_sym_infix] = ACTIONS(4085), + [anon_sym_inline] = ACTIONS(4085), + [anon_sym_external] = ACTIONS(4085), + [sym_property_modifier] = ACTIONS(4085), + [anon_sym_abstract] = ACTIONS(4085), + [anon_sym_final] = ACTIONS(4085), + [anon_sym_open] = ACTIONS(4085), + [anon_sym_vararg] = ACTIONS(4085), + [anon_sym_noinline] = ACTIONS(4085), + [anon_sym_crossinline] = ACTIONS(4085), + [anon_sym_expect] = ACTIONS(4085), + [anon_sym_actual] = ACTIONS(4085), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4087), + [anon_sym_continue_AT] = ACTIONS(4087), + [anon_sym_break_AT] = ACTIONS(4087), + [sym_real_literal] = ACTIONS(4087), + [sym_integer_literal] = ACTIONS(4085), + [sym_hex_literal] = ACTIONS(4087), + [sym_bin_literal] = ACTIONS(4087), + [anon_sym_true] = ACTIONS(4085), + [anon_sym_false] = ACTIONS(4085), + [anon_sym_SQUOTE] = ACTIONS(4087), + [sym__backtick_identifier] = ACTIONS(4087), + [sym__automatic_semicolon] = ACTIONS(4087), + [sym_safe_nav] = ACTIONS(4087), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4087), + }, + [1246] = { + [sym_type_constraints] = STATE(1460), + [sym_function_body] = STATE(1154), + [sym__block] = STATE(1087), + [sym__alpha_identifier] = ACTIONS(4031), + [anon_sym_AT] = ACTIONS(4033), + [anon_sym_COLON] = ACTIONS(5205), + [anon_sym_LBRACK] = ACTIONS(4033), + [anon_sym_as] = ACTIONS(4031), + [anon_sym_EQ] = ACTIONS(5203), + [anon_sym_LBRACE] = ACTIONS(4039), + [anon_sym_RBRACE] = ACTIONS(4033), + [anon_sym_LPAREN] = ACTIONS(4033), + [anon_sym_LT] = ACTIONS(4031), + [anon_sym_GT] = ACTIONS(4031), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(4031), + [anon_sym_fun] = ACTIONS(4031), + [anon_sym_DOT] = ACTIONS(4031), + [anon_sym_SEMI] = ACTIONS(4033), + [anon_sym_get] = ACTIONS(4031), + [anon_sym_set] = ACTIONS(4031), + [anon_sym_this] = ACTIONS(4031), + [anon_sym_super] = ACTIONS(4031), + [anon_sym_STAR] = ACTIONS(4033), + [sym_label] = ACTIONS(4031), + [anon_sym_in] = ACTIONS(4031), + [anon_sym_DOT_DOT] = ACTIONS(4033), + [anon_sym_QMARK_COLON] = ACTIONS(4033), + [anon_sym_AMP_AMP] = ACTIONS(4033), + [anon_sym_PIPE_PIPE] = ACTIONS(4033), + [anon_sym_null] = ACTIONS(4031), + [anon_sym_if] = ACTIONS(4031), + [anon_sym_else] = ACTIONS(4031), + [anon_sym_when] = ACTIONS(4031), + [anon_sym_try] = ACTIONS(4031), + [anon_sym_throw] = ACTIONS(4031), + [anon_sym_return] = ACTIONS(4031), + [anon_sym_continue] = ACTIONS(4031), + [anon_sym_break] = ACTIONS(4031), + [anon_sym_COLON_COLON] = ACTIONS(4033), + [anon_sym_BANG_EQ] = ACTIONS(4031), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4033), + [anon_sym_EQ_EQ] = ACTIONS(4031), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4033), + [anon_sym_LT_EQ] = ACTIONS(4033), + [anon_sym_GT_EQ] = ACTIONS(4033), + [anon_sym_BANGin] = ACTIONS(4033), + [anon_sym_is] = ACTIONS(4031), + [anon_sym_BANGis] = ACTIONS(4033), + [anon_sym_PLUS] = ACTIONS(4031), + [anon_sym_DASH] = ACTIONS(4031), + [anon_sym_SLASH] = ACTIONS(4031), + [anon_sym_PERCENT] = ACTIONS(4033), + [anon_sym_as_QMARK] = ACTIONS(4033), + [anon_sym_PLUS_PLUS] = ACTIONS(4033), + [anon_sym_DASH_DASH] = ACTIONS(4033), + [anon_sym_BANG] = ACTIONS(4031), + [anon_sym_BANG_BANG] = ACTIONS(4033), + [anon_sym_suspend] = ACTIONS(4031), + [anon_sym_sealed] = ACTIONS(4031), + [anon_sym_annotation] = ACTIONS(4031), + [anon_sym_data] = ACTIONS(4031), + [anon_sym_inner] = ACTIONS(4031), + [anon_sym_override] = ACTIONS(4031), + [anon_sym_lateinit] = ACTIONS(4031), + [anon_sym_public] = ACTIONS(4031), + [anon_sym_private] = ACTIONS(4031), + [anon_sym_internal] = ACTIONS(4031), + [anon_sym_protected] = ACTIONS(4031), + [anon_sym_tailrec] = ACTIONS(4031), + [anon_sym_operator] = ACTIONS(4031), + [anon_sym_infix] = ACTIONS(4031), + [anon_sym_inline] = ACTIONS(4031), + [anon_sym_external] = ACTIONS(4031), + [sym_property_modifier] = ACTIONS(4031), + [anon_sym_abstract] = ACTIONS(4031), + [anon_sym_final] = ACTIONS(4031), + [anon_sym_open] = ACTIONS(4031), + [anon_sym_vararg] = ACTIONS(4031), + [anon_sym_noinline] = ACTIONS(4031), + [anon_sym_crossinline] = ACTIONS(4031), + [anon_sym_expect] = ACTIONS(4031), + [anon_sym_actual] = ACTIONS(4031), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4033), + [anon_sym_continue_AT] = ACTIONS(4033), + [anon_sym_break_AT] = ACTIONS(4033), + [sym_real_literal] = ACTIONS(4033), + [sym_integer_literal] = ACTIONS(4031), + [sym_hex_literal] = ACTIONS(4033), + [sym_bin_literal] = ACTIONS(4033), + [anon_sym_true] = ACTIONS(4031), + [anon_sym_false] = ACTIONS(4031), + [anon_sym_SQUOTE] = ACTIONS(4033), + [sym__backtick_identifier] = ACTIONS(4033), + [sym__automatic_semicolon] = ACTIONS(4033), + [sym_safe_nav] = ACTIONS(4033), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4033), + }, + [1247] = { + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(1769), + [sym__comparison_operator] = STATE(1765), + [sym__in_operator] = STATE(1760), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(1749), + [sym__multiplicative_operator] = STATE(1746), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_annotation] = STATE(7883), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1729), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_EQ] = ACTIONS(3007), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_RBRACE] = ACTIONS(3009), + [anon_sym_LPAREN] = ACTIONS(3572), + [anon_sym_COMMA] = ACTIONS(3009), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(3574), + [anon_sym_where] = ACTIONS(3007), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(3009), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(3584), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(3588), + [anon_sym_DOT_DOT] = ACTIONS(3590), + [anon_sym_QMARK_COLON] = ACTIONS(3592), + [anon_sym_AMP_AMP] = ACTIONS(3594), + [anon_sym_PIPE_PIPE] = ACTIONS(3596), + [anon_sym_else] = ACTIONS(3007), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_PLUS_EQ] = ACTIONS(3009), + [anon_sym_DASH_EQ] = ACTIONS(3009), + [anon_sym_STAR_EQ] = ACTIONS(3009), + [anon_sym_SLASH_EQ] = ACTIONS(3009), + [anon_sym_PERCENT_EQ] = ACTIONS(3009), + [anon_sym_BANG_EQ] = ACTIONS(3600), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3602), + [anon_sym_EQ_EQ] = ACTIONS(3600), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3602), + [anon_sym_LT_EQ] = ACTIONS(3604), + [anon_sym_GT_EQ] = ACTIONS(3604), + [anon_sym_BANGin] = ACTIONS(3606), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), + [anon_sym_PLUS] = ACTIONS(3612), + [anon_sym_DASH] = ACTIONS(3612), + [anon_sym_SLASH] = ACTIONS(3584), + [anon_sym_PERCENT] = ACTIONS(3584), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), + [anon_sym_suspend] = ACTIONS(3007), + [anon_sym_sealed] = ACTIONS(3007), + [anon_sym_annotation] = ACTIONS(3007), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_override] = ACTIONS(3007), + [anon_sym_lateinit] = ACTIONS(3007), + [anon_sym_public] = ACTIONS(3007), + [anon_sym_private] = ACTIONS(3007), + [anon_sym_internal] = ACTIONS(3007), + [anon_sym_protected] = ACTIONS(3007), + [anon_sym_tailrec] = ACTIONS(3007), + [anon_sym_operator] = ACTIONS(3007), + [anon_sym_infix] = ACTIONS(3007), + [anon_sym_inline] = ACTIONS(3007), + [anon_sym_external] = ACTIONS(3007), + [sym_property_modifier] = ACTIONS(3007), + [anon_sym_abstract] = ACTIONS(3007), + [anon_sym_final] = ACTIONS(3007), + [anon_sym_open] = ACTIONS(3007), + [anon_sym_vararg] = ACTIONS(3007), + [anon_sym_noinline] = ACTIONS(3007), + [anon_sym_crossinline] = ACTIONS(3007), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(3009), + [sym_safe_nav] = ACTIONS(3598), + [sym_multiline_comment] = ACTIONS(3), + }, + [1248] = { + [sym_function_body] = STATE(1105), + [sym__block] = STATE(1087), + [sym__alpha_identifier] = ACTIONS(4198), + [anon_sym_AT] = ACTIONS(4200), + [anon_sym_COLON] = ACTIONS(5207), + [anon_sym_LBRACK] = ACTIONS(4200), + [anon_sym_as] = ACTIONS(4198), + [anon_sym_EQ] = ACTIONS(5149), + [anon_sym_LBRACE] = ACTIONS(4039), + [anon_sym_RBRACE] = ACTIONS(4200), + [anon_sym_LPAREN] = ACTIONS(4200), + [anon_sym_COMMA] = ACTIONS(4200), + [anon_sym_LT] = ACTIONS(4198), + [anon_sym_GT] = ACTIONS(4198), + [anon_sym_where] = ACTIONS(4198), + [anon_sym_object] = ACTIONS(4198), + [anon_sym_fun] = ACTIONS(4198), + [anon_sym_DOT] = ACTIONS(4198), + [anon_sym_SEMI] = ACTIONS(4200), + [anon_sym_get] = ACTIONS(4198), + [anon_sym_set] = ACTIONS(4198), + [anon_sym_this] = ACTIONS(4198), + [anon_sym_super] = ACTIONS(4198), + [anon_sym_STAR] = ACTIONS(4200), + [sym_label] = ACTIONS(4198), + [anon_sym_in] = ACTIONS(4198), + [anon_sym_DOT_DOT] = ACTIONS(4200), + [anon_sym_QMARK_COLON] = ACTIONS(4200), + [anon_sym_AMP_AMP] = ACTIONS(4200), + [anon_sym_PIPE_PIPE] = ACTIONS(4200), + [anon_sym_null] = ACTIONS(4198), + [anon_sym_if] = ACTIONS(4198), + [anon_sym_else] = ACTIONS(4198), + [anon_sym_when] = ACTIONS(4198), + [anon_sym_try] = ACTIONS(4198), + [anon_sym_throw] = ACTIONS(4198), + [anon_sym_return] = ACTIONS(4198), + [anon_sym_continue] = ACTIONS(4198), + [anon_sym_break] = ACTIONS(4198), + [anon_sym_COLON_COLON] = ACTIONS(4200), + [anon_sym_BANG_EQ] = ACTIONS(4198), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4200), + [anon_sym_EQ_EQ] = ACTIONS(4198), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4200), + [anon_sym_LT_EQ] = ACTIONS(4200), + [anon_sym_GT_EQ] = ACTIONS(4200), + [anon_sym_BANGin] = ACTIONS(4200), + [anon_sym_is] = ACTIONS(4198), + [anon_sym_BANGis] = ACTIONS(4200), + [anon_sym_PLUS] = ACTIONS(4198), + [anon_sym_DASH] = ACTIONS(4198), + [anon_sym_SLASH] = ACTIONS(4198), + [anon_sym_PERCENT] = ACTIONS(4200), + [anon_sym_as_QMARK] = ACTIONS(4200), + [anon_sym_PLUS_PLUS] = ACTIONS(4200), + [anon_sym_DASH_DASH] = ACTIONS(4200), + [anon_sym_BANG] = ACTIONS(4198), + [anon_sym_BANG_BANG] = ACTIONS(4200), + [anon_sym_suspend] = ACTIONS(4198), + [anon_sym_sealed] = ACTIONS(4198), + [anon_sym_annotation] = ACTIONS(4198), + [anon_sym_data] = ACTIONS(4198), + [anon_sym_inner] = ACTIONS(4198), + [anon_sym_override] = ACTIONS(4198), + [anon_sym_lateinit] = ACTIONS(4198), + [anon_sym_public] = ACTIONS(4198), + [anon_sym_private] = ACTIONS(4198), + [anon_sym_internal] = ACTIONS(4198), + [anon_sym_protected] = ACTIONS(4198), + [anon_sym_tailrec] = ACTIONS(4198), + [anon_sym_operator] = ACTIONS(4198), + [anon_sym_infix] = ACTIONS(4198), + [anon_sym_inline] = ACTIONS(4198), + [anon_sym_external] = ACTIONS(4198), + [sym_property_modifier] = ACTIONS(4198), + [anon_sym_abstract] = ACTIONS(4198), + [anon_sym_final] = ACTIONS(4198), + [anon_sym_open] = ACTIONS(4198), + [anon_sym_vararg] = ACTIONS(4198), + [anon_sym_noinline] = ACTIONS(4198), + [anon_sym_crossinline] = ACTIONS(4198), + [anon_sym_expect] = ACTIONS(4198), + [anon_sym_actual] = ACTIONS(4198), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4200), + [anon_sym_continue_AT] = ACTIONS(4200), + [anon_sym_break_AT] = ACTIONS(4200), + [sym_real_literal] = ACTIONS(4200), + [sym_integer_literal] = ACTIONS(4198), + [sym_hex_literal] = ACTIONS(4200), + [sym_bin_literal] = ACTIONS(4200), + [anon_sym_true] = ACTIONS(4198), + [anon_sym_false] = ACTIONS(4198), + [anon_sym_SQUOTE] = ACTIONS(4200), + [sym__backtick_identifier] = ACTIONS(4200), + [sym__automatic_semicolon] = ACTIONS(4200), + [sym_safe_nav] = ACTIONS(4200), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4200), + }, + [1249] = { + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(1769), + [sym__comparison_operator] = STATE(1765), + [sym__in_operator] = STATE(1760), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(1749), + [sym__multiplicative_operator] = STATE(1746), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_annotation] = STATE(7883), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1729), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_EQ] = ACTIONS(3059), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_RBRACE] = ACTIONS(3061), + [anon_sym_LPAREN] = ACTIONS(3572), + [anon_sym_COMMA] = ACTIONS(3061), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(3574), + [anon_sym_where] = ACTIONS(3059), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(3061), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(3584), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(3588), + [anon_sym_DOT_DOT] = ACTIONS(3590), + [anon_sym_QMARK_COLON] = ACTIONS(3592), + [anon_sym_AMP_AMP] = ACTIONS(3594), + [anon_sym_PIPE_PIPE] = ACTIONS(3596), + [anon_sym_else] = ACTIONS(3059), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_PLUS_EQ] = ACTIONS(3061), + [anon_sym_DASH_EQ] = ACTIONS(3061), + [anon_sym_STAR_EQ] = ACTIONS(3061), + [anon_sym_SLASH_EQ] = ACTIONS(3061), + [anon_sym_PERCENT_EQ] = ACTIONS(3061), + [anon_sym_BANG_EQ] = ACTIONS(3600), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3602), + [anon_sym_EQ_EQ] = ACTIONS(3600), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3602), + [anon_sym_LT_EQ] = ACTIONS(3604), + [anon_sym_GT_EQ] = ACTIONS(3604), + [anon_sym_BANGin] = ACTIONS(3606), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), + [anon_sym_PLUS] = ACTIONS(3612), + [anon_sym_DASH] = ACTIONS(3612), + [anon_sym_SLASH] = ACTIONS(3584), + [anon_sym_PERCENT] = ACTIONS(3584), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), + [anon_sym_suspend] = ACTIONS(3059), + [anon_sym_sealed] = ACTIONS(3059), + [anon_sym_annotation] = ACTIONS(3059), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_override] = ACTIONS(3059), + [anon_sym_lateinit] = ACTIONS(3059), + [anon_sym_public] = ACTIONS(3059), + [anon_sym_private] = ACTIONS(3059), + [anon_sym_internal] = ACTIONS(3059), + [anon_sym_protected] = ACTIONS(3059), + [anon_sym_tailrec] = ACTIONS(3059), + [anon_sym_operator] = ACTIONS(3059), + [anon_sym_infix] = ACTIONS(3059), + [anon_sym_inline] = ACTIONS(3059), + [anon_sym_external] = ACTIONS(3059), + [sym_property_modifier] = ACTIONS(3059), + [anon_sym_abstract] = ACTIONS(3059), + [anon_sym_final] = ACTIONS(3059), + [anon_sym_open] = ACTIONS(3059), + [anon_sym_vararg] = ACTIONS(3059), + [anon_sym_noinline] = ACTIONS(3059), + [anon_sym_crossinline] = ACTIONS(3059), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(3061), + [sym_safe_nav] = ACTIONS(3598), + [sym_multiline_comment] = ACTIONS(3), + }, + [1250] = { + [sym_function_body] = STATE(1123), + [sym__block] = STATE(1087), + [sym__alpha_identifier] = ACTIONS(4210), + [anon_sym_AT] = ACTIONS(4212), + [anon_sym_COLON] = ACTIONS(5209), + [anon_sym_LBRACK] = ACTIONS(4212), + [anon_sym_as] = ACTIONS(4210), + [anon_sym_EQ] = ACTIONS(5149), + [anon_sym_LBRACE] = ACTIONS(4039), + [anon_sym_RBRACE] = ACTIONS(4212), + [anon_sym_LPAREN] = ACTIONS(4212), + [anon_sym_COMMA] = ACTIONS(4212), + [anon_sym_LT] = ACTIONS(4210), + [anon_sym_GT] = ACTIONS(4210), + [anon_sym_where] = ACTIONS(4210), + [anon_sym_object] = ACTIONS(4210), + [anon_sym_fun] = ACTIONS(4210), + [anon_sym_DOT] = ACTIONS(4210), + [anon_sym_SEMI] = ACTIONS(4212), + [anon_sym_get] = ACTIONS(4210), + [anon_sym_set] = ACTIONS(4210), + [anon_sym_this] = ACTIONS(4210), + [anon_sym_super] = ACTIONS(4210), + [anon_sym_STAR] = ACTIONS(4212), + [sym_label] = ACTIONS(4210), + [anon_sym_in] = ACTIONS(4210), + [anon_sym_DOT_DOT] = ACTIONS(4212), + [anon_sym_QMARK_COLON] = ACTIONS(4212), + [anon_sym_AMP_AMP] = ACTIONS(4212), + [anon_sym_PIPE_PIPE] = ACTIONS(4212), + [anon_sym_null] = ACTIONS(4210), + [anon_sym_if] = ACTIONS(4210), + [anon_sym_else] = ACTIONS(4210), + [anon_sym_when] = ACTIONS(4210), + [anon_sym_try] = ACTIONS(4210), + [anon_sym_throw] = ACTIONS(4210), + [anon_sym_return] = ACTIONS(4210), + [anon_sym_continue] = ACTIONS(4210), + [anon_sym_break] = ACTIONS(4210), + [anon_sym_COLON_COLON] = ACTIONS(4212), + [anon_sym_BANG_EQ] = ACTIONS(4210), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4212), + [anon_sym_EQ_EQ] = ACTIONS(4210), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4212), + [anon_sym_LT_EQ] = ACTIONS(4212), + [anon_sym_GT_EQ] = ACTIONS(4212), + [anon_sym_BANGin] = ACTIONS(4212), + [anon_sym_is] = ACTIONS(4210), + [anon_sym_BANGis] = ACTIONS(4212), + [anon_sym_PLUS] = ACTIONS(4210), + [anon_sym_DASH] = ACTIONS(4210), + [anon_sym_SLASH] = ACTIONS(4210), + [anon_sym_PERCENT] = ACTIONS(4212), + [anon_sym_as_QMARK] = ACTIONS(4212), + [anon_sym_PLUS_PLUS] = ACTIONS(4212), + [anon_sym_DASH_DASH] = ACTIONS(4212), + [anon_sym_BANG] = ACTIONS(4210), + [anon_sym_BANG_BANG] = ACTIONS(4212), + [anon_sym_suspend] = ACTIONS(4210), + [anon_sym_sealed] = ACTIONS(4210), + [anon_sym_annotation] = ACTIONS(4210), + [anon_sym_data] = ACTIONS(4210), + [anon_sym_inner] = ACTIONS(4210), + [anon_sym_override] = ACTIONS(4210), + [anon_sym_lateinit] = ACTIONS(4210), + [anon_sym_public] = ACTIONS(4210), + [anon_sym_private] = ACTIONS(4210), + [anon_sym_internal] = ACTIONS(4210), + [anon_sym_protected] = ACTIONS(4210), + [anon_sym_tailrec] = ACTIONS(4210), + [anon_sym_operator] = ACTIONS(4210), + [anon_sym_infix] = ACTIONS(4210), + [anon_sym_inline] = ACTIONS(4210), + [anon_sym_external] = ACTIONS(4210), + [sym_property_modifier] = ACTIONS(4210), + [anon_sym_abstract] = ACTIONS(4210), + [anon_sym_final] = ACTIONS(4210), + [anon_sym_open] = ACTIONS(4210), + [anon_sym_vararg] = ACTIONS(4210), + [anon_sym_noinline] = ACTIONS(4210), + [anon_sym_crossinline] = ACTIONS(4210), + [anon_sym_expect] = ACTIONS(4210), + [anon_sym_actual] = ACTIONS(4210), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4212), + [anon_sym_continue_AT] = ACTIONS(4212), + [anon_sym_break_AT] = ACTIONS(4212), + [sym_real_literal] = ACTIONS(4212), + [sym_integer_literal] = ACTIONS(4210), + [sym_hex_literal] = ACTIONS(4212), + [sym_bin_literal] = ACTIONS(4212), + [anon_sym_true] = ACTIONS(4210), + [anon_sym_false] = ACTIONS(4210), + [anon_sym_SQUOTE] = ACTIONS(4212), + [sym__backtick_identifier] = ACTIONS(4212), + [sym__automatic_semicolon] = ACTIONS(4212), + [sym_safe_nav] = ACTIONS(4212), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4212), + }, + [1251] = { + [sym_type_constraints] = STATE(1441), + [sym_function_body] = STATE(1179), + [sym__block] = STATE(1087), + [sym__alpha_identifier] = ACTIONS(4085), + [anon_sym_AT] = ACTIONS(4087), + [anon_sym_COLON] = ACTIONS(5211), + [anon_sym_LBRACK] = ACTIONS(4087), + [anon_sym_as] = ACTIONS(4085), + [anon_sym_EQ] = ACTIONS(5203), + [anon_sym_LBRACE] = ACTIONS(4039), + [anon_sym_RBRACE] = ACTIONS(4087), + [anon_sym_LPAREN] = ACTIONS(4087), + [anon_sym_LT] = ACTIONS(4085), + [anon_sym_GT] = ACTIONS(4085), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(4085), + [anon_sym_fun] = ACTIONS(4085), + [anon_sym_DOT] = ACTIONS(4085), + [anon_sym_SEMI] = ACTIONS(4087), + [anon_sym_get] = ACTIONS(4085), + [anon_sym_set] = ACTIONS(4085), + [anon_sym_this] = ACTIONS(4085), + [anon_sym_super] = ACTIONS(4085), + [anon_sym_STAR] = ACTIONS(4087), + [sym_label] = ACTIONS(4085), + [anon_sym_in] = ACTIONS(4085), + [anon_sym_DOT_DOT] = ACTIONS(4087), + [anon_sym_QMARK_COLON] = ACTIONS(4087), + [anon_sym_AMP_AMP] = ACTIONS(4087), + [anon_sym_PIPE_PIPE] = ACTIONS(4087), + [anon_sym_null] = ACTIONS(4085), + [anon_sym_if] = ACTIONS(4085), + [anon_sym_else] = ACTIONS(4085), + [anon_sym_when] = ACTIONS(4085), + [anon_sym_try] = ACTIONS(4085), + [anon_sym_throw] = ACTIONS(4085), + [anon_sym_return] = ACTIONS(4085), + [anon_sym_continue] = ACTIONS(4085), + [anon_sym_break] = ACTIONS(4085), + [anon_sym_COLON_COLON] = ACTIONS(4087), + [anon_sym_BANG_EQ] = ACTIONS(4085), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4087), + [anon_sym_EQ_EQ] = ACTIONS(4085), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4087), + [anon_sym_LT_EQ] = ACTIONS(4087), + [anon_sym_GT_EQ] = ACTIONS(4087), + [anon_sym_BANGin] = ACTIONS(4087), + [anon_sym_is] = ACTIONS(4085), + [anon_sym_BANGis] = ACTIONS(4087), + [anon_sym_PLUS] = ACTIONS(4085), + [anon_sym_DASH] = ACTIONS(4085), + [anon_sym_SLASH] = ACTIONS(4085), + [anon_sym_PERCENT] = ACTIONS(4087), + [anon_sym_as_QMARK] = ACTIONS(4087), + [anon_sym_PLUS_PLUS] = ACTIONS(4087), + [anon_sym_DASH_DASH] = ACTIONS(4087), + [anon_sym_BANG] = ACTIONS(4085), + [anon_sym_BANG_BANG] = ACTIONS(4087), + [anon_sym_suspend] = ACTIONS(4085), + [anon_sym_sealed] = ACTIONS(4085), + [anon_sym_annotation] = ACTIONS(4085), + [anon_sym_data] = ACTIONS(4085), + [anon_sym_inner] = ACTIONS(4085), + [anon_sym_override] = ACTIONS(4085), + [anon_sym_lateinit] = ACTIONS(4085), + [anon_sym_public] = ACTIONS(4085), + [anon_sym_private] = ACTIONS(4085), + [anon_sym_internal] = ACTIONS(4085), + [anon_sym_protected] = ACTIONS(4085), + [anon_sym_tailrec] = ACTIONS(4085), + [anon_sym_operator] = ACTIONS(4085), + [anon_sym_infix] = ACTIONS(4085), + [anon_sym_inline] = ACTIONS(4085), + [anon_sym_external] = ACTIONS(4085), + [sym_property_modifier] = ACTIONS(4085), + [anon_sym_abstract] = ACTIONS(4085), + [anon_sym_final] = ACTIONS(4085), + [anon_sym_open] = ACTIONS(4085), + [anon_sym_vararg] = ACTIONS(4085), + [anon_sym_noinline] = ACTIONS(4085), + [anon_sym_crossinline] = ACTIONS(4085), + [anon_sym_expect] = ACTIONS(4085), + [anon_sym_actual] = ACTIONS(4085), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4087), + [anon_sym_continue_AT] = ACTIONS(4087), + [anon_sym_break_AT] = ACTIONS(4087), + [sym_real_literal] = ACTIONS(4087), + [sym_integer_literal] = ACTIONS(4085), + [sym_hex_literal] = ACTIONS(4087), + [sym_bin_literal] = ACTIONS(4087), + [anon_sym_true] = ACTIONS(4085), + [anon_sym_false] = ACTIONS(4085), + [anon_sym_SQUOTE] = ACTIONS(4087), + [sym__backtick_identifier] = ACTIONS(4087), + [sym__automatic_semicolon] = ACTIONS(4087), + [sym_safe_nav] = ACTIONS(4087), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4087), + }, + [1252] = { + [sym_primary_constructor] = STATE(4462), + [sym_class_body] = STATE(4603), + [sym__class_parameters] = STATE(4565), + [sym_type_constraints] = STATE(4557), + [sym_modifiers] = STATE(9275), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3196), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(5221), - [anon_sym_LBRACK] = ACTIONS(3208), - [anon_sym_RBRACK] = ACTIONS(3208), - [anon_sym_as] = ACTIONS(3204), - [anon_sym_EQ] = ACTIONS(3204), - [anon_sym_constructor] = ACTIONS(5125), - [anon_sym_LBRACE] = ACTIONS(5137), - [anon_sym_RBRACE] = ACTIONS(3208), - [anon_sym_LPAREN] = ACTIONS(5129), - [anon_sym_COMMA] = ACTIONS(3208), - [anon_sym_RPAREN] = ACTIONS(3208), - [anon_sym_LT] = ACTIONS(3204), - [anon_sym_GT] = ACTIONS(3204), - [anon_sym_where] = ACTIONS(5133), - [anon_sym_DOT] = ACTIONS(3204), - [anon_sym_SEMI] = ACTIONS(3208), - [anon_sym_get] = ACTIONS(3204), - [anon_sym_set] = ACTIONS(3204), - [anon_sym_STAR] = ACTIONS(3204), - [anon_sym_DASH_GT] = ACTIONS(3208), - [sym_label] = ACTIONS(3208), - [anon_sym_in] = ACTIONS(3204), - [anon_sym_while] = ACTIONS(3204), - [anon_sym_DOT_DOT] = ACTIONS(3208), - [anon_sym_QMARK_COLON] = ACTIONS(3208), - [anon_sym_AMP_AMP] = ACTIONS(3208), - [anon_sym_PIPE_PIPE] = ACTIONS(3208), - [anon_sym_else] = ACTIONS(3204), - [anon_sym_COLON_COLON] = ACTIONS(3208), - [anon_sym_PLUS_EQ] = ACTIONS(3208), - [anon_sym_DASH_EQ] = ACTIONS(3208), - [anon_sym_STAR_EQ] = ACTIONS(3208), - [anon_sym_SLASH_EQ] = ACTIONS(3208), - [anon_sym_PERCENT_EQ] = ACTIONS(3208), - [anon_sym_BANG_EQ] = ACTIONS(3204), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3208), - [anon_sym_EQ_EQ] = ACTIONS(3204), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3208), - [anon_sym_LT_EQ] = ACTIONS(3208), - [anon_sym_GT_EQ] = ACTIONS(3208), - [anon_sym_BANGin] = ACTIONS(3208), - [anon_sym_is] = ACTIONS(3204), - [anon_sym_BANGis] = ACTIONS(3208), - [anon_sym_PLUS] = ACTIONS(3204), - [anon_sym_DASH] = ACTIONS(3204), - [anon_sym_SLASH] = ACTIONS(3204), - [anon_sym_PERCENT] = ACTIONS(3204), - [anon_sym_as_QMARK] = ACTIONS(3208), - [anon_sym_PLUS_PLUS] = ACTIONS(3208), - [anon_sym_DASH_DASH] = ACTIONS(3208), - [anon_sym_BANG_BANG] = ACTIONS(3208), + [anon_sym_COLON] = ACTIONS(5213), + [anon_sym_LBRACK] = ACTIONS(3200), + [anon_sym_RBRACK] = ACTIONS(3200), + [anon_sym_as] = ACTIONS(3196), + [anon_sym_EQ] = ACTIONS(3196), + [anon_sym_constructor] = ACTIONS(5113), + [anon_sym_LBRACE] = ACTIONS(5161), + [anon_sym_RBRACE] = ACTIONS(3200), + [anon_sym_LPAREN] = ACTIONS(5117), + [anon_sym_COMMA] = ACTIONS(3200), + [anon_sym_RPAREN] = ACTIONS(3200), + [anon_sym_LT] = ACTIONS(3196), + [anon_sym_GT] = ACTIONS(3196), + [anon_sym_where] = ACTIONS(5121), + [anon_sym_DOT] = ACTIONS(3196), + [anon_sym_SEMI] = ACTIONS(3200), + [anon_sym_get] = ACTIONS(3196), + [anon_sym_set] = ACTIONS(3196), + [anon_sym_STAR] = ACTIONS(3196), + [anon_sym_DASH_GT] = ACTIONS(3200), + [sym_label] = ACTIONS(3200), + [anon_sym_in] = ACTIONS(3196), + [anon_sym_while] = ACTIONS(3196), + [anon_sym_DOT_DOT] = ACTIONS(3200), + [anon_sym_QMARK_COLON] = ACTIONS(3200), + [anon_sym_AMP_AMP] = ACTIONS(3200), + [anon_sym_PIPE_PIPE] = ACTIONS(3200), + [anon_sym_else] = ACTIONS(3196), + [anon_sym_COLON_COLON] = ACTIONS(3200), + [anon_sym_PLUS_EQ] = ACTIONS(3200), + [anon_sym_DASH_EQ] = ACTIONS(3200), + [anon_sym_STAR_EQ] = ACTIONS(3200), + [anon_sym_SLASH_EQ] = ACTIONS(3200), + [anon_sym_PERCENT_EQ] = ACTIONS(3200), + [anon_sym_BANG_EQ] = ACTIONS(3196), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3200), + [anon_sym_EQ_EQ] = ACTIONS(3196), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3200), + [anon_sym_LT_EQ] = ACTIONS(3200), + [anon_sym_GT_EQ] = ACTIONS(3200), + [anon_sym_BANGin] = ACTIONS(3200), + [anon_sym_is] = ACTIONS(3196), + [anon_sym_BANGis] = ACTIONS(3200), + [anon_sym_PLUS] = ACTIONS(3196), + [anon_sym_DASH] = ACTIONS(3196), + [anon_sym_SLASH] = ACTIONS(3196), + [anon_sym_PERCENT] = ACTIONS(3196), + [anon_sym_as_QMARK] = ACTIONS(3200), + [anon_sym_PLUS_PLUS] = ACTIONS(3200), + [anon_sym_DASH_DASH] = ACTIONS(3200), + [anon_sym_BANG_BANG] = ACTIONS(3200), [anon_sym_suspend] = ACTIONS(3120), [anon_sym_sealed] = ACTIONS(3122), [anon_sym_annotation] = ACTIONS(3122), @@ -177979,792 +177283,994 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3134), [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3208), - [sym_safe_nav] = ACTIONS(3208), + [sym__backtick_identifier] = ACTIONS(3200), + [sym_safe_nav] = ACTIONS(3200), [sym_multiline_comment] = ACTIONS(3), }, - [1261] = { - [sym_type_constraints] = STATE(1334), - [sym_function_body] = STATE(1112), - [sym__block] = STATE(1128), - [sym__alpha_identifier] = ACTIONS(4095), - [anon_sym_AT] = ACTIONS(4097), - [anon_sym_LBRACK] = ACTIONS(4097), - [anon_sym_as] = ACTIONS(4095), - [anon_sym_EQ] = ACTIONS(5103), - [anon_sym_LBRACE] = ACTIONS(4081), - [anon_sym_RBRACE] = ACTIONS(4097), - [anon_sym_LPAREN] = ACTIONS(4097), - [anon_sym_COMMA] = ACTIONS(4097), - [anon_sym_LT] = ACTIONS(4095), - [anon_sym_GT] = ACTIONS(4095), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(4095), - [anon_sym_fun] = ACTIONS(4095), - [anon_sym_DOT] = ACTIONS(4095), - [anon_sym_SEMI] = ACTIONS(4097), - [anon_sym_get] = ACTIONS(4095), - [anon_sym_set] = ACTIONS(4095), - [anon_sym_this] = ACTIONS(4095), - [anon_sym_super] = ACTIONS(4095), - [anon_sym_STAR] = ACTIONS(4097), - [sym_label] = ACTIONS(4095), - [anon_sym_in] = ACTIONS(4095), - [anon_sym_DOT_DOT] = ACTIONS(4097), - [anon_sym_QMARK_COLON] = ACTIONS(4097), - [anon_sym_AMP_AMP] = ACTIONS(4097), - [anon_sym_PIPE_PIPE] = ACTIONS(4097), - [anon_sym_null] = ACTIONS(4095), - [anon_sym_if] = ACTIONS(4095), - [anon_sym_else] = ACTIONS(4095), - [anon_sym_when] = ACTIONS(4095), - [anon_sym_try] = ACTIONS(4095), - [anon_sym_throw] = ACTIONS(4095), - [anon_sym_return] = ACTIONS(4095), - [anon_sym_continue] = ACTIONS(4095), - [anon_sym_break] = ACTIONS(4095), - [anon_sym_COLON_COLON] = ACTIONS(4097), - [anon_sym_BANG_EQ] = ACTIONS(4095), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4097), - [anon_sym_EQ_EQ] = ACTIONS(4095), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4097), - [anon_sym_LT_EQ] = ACTIONS(4097), - [anon_sym_GT_EQ] = ACTIONS(4097), - [anon_sym_BANGin] = ACTIONS(4097), - [anon_sym_is] = ACTIONS(4095), - [anon_sym_BANGis] = ACTIONS(4097), - [anon_sym_PLUS] = ACTIONS(4095), - [anon_sym_DASH] = ACTIONS(4095), - [anon_sym_SLASH] = ACTIONS(4095), - [anon_sym_PERCENT] = ACTIONS(4097), - [anon_sym_as_QMARK] = ACTIONS(4097), - [anon_sym_PLUS_PLUS] = ACTIONS(4097), - [anon_sym_DASH_DASH] = ACTIONS(4097), - [anon_sym_BANG] = ACTIONS(4095), - [anon_sym_BANG_BANG] = ACTIONS(4097), - [anon_sym_suspend] = ACTIONS(4095), - [anon_sym_sealed] = ACTIONS(4095), - [anon_sym_annotation] = ACTIONS(4095), - [anon_sym_data] = ACTIONS(4095), - [anon_sym_inner] = ACTIONS(4095), - [anon_sym_override] = ACTIONS(4095), - [anon_sym_lateinit] = ACTIONS(4095), - [anon_sym_public] = ACTIONS(4095), - [anon_sym_private] = ACTIONS(4095), - [anon_sym_internal] = ACTIONS(4095), - [anon_sym_protected] = ACTIONS(4095), - [anon_sym_tailrec] = ACTIONS(4095), - [anon_sym_operator] = ACTIONS(4095), - [anon_sym_infix] = ACTIONS(4095), - [anon_sym_inline] = ACTIONS(4095), - [anon_sym_external] = ACTIONS(4095), - [sym_property_modifier] = ACTIONS(4095), - [anon_sym_abstract] = ACTIONS(4095), - [anon_sym_final] = ACTIONS(4095), - [anon_sym_open] = ACTIONS(4095), - [anon_sym_vararg] = ACTIONS(4095), - [anon_sym_noinline] = ACTIONS(4095), - [anon_sym_crossinline] = ACTIONS(4095), - [anon_sym_expect] = ACTIONS(4095), - [anon_sym_actual] = ACTIONS(4095), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4097), - [anon_sym_continue_AT] = ACTIONS(4097), - [anon_sym_break_AT] = ACTIONS(4097), - [sym_real_literal] = ACTIONS(4097), - [sym_integer_literal] = ACTIONS(4095), - [sym_hex_literal] = ACTIONS(4097), - [sym_bin_literal] = ACTIONS(4097), - [anon_sym_true] = ACTIONS(4095), - [anon_sym_false] = ACTIONS(4095), - [anon_sym_SQUOTE] = ACTIONS(4097), - [sym__backtick_identifier] = ACTIONS(4097), - [sym__automatic_semicolon] = ACTIONS(4097), - [sym_safe_nav] = ACTIONS(4097), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4097), - }, - [1262] = { - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(1614), - [sym__comparison_operator] = STATE(1613), - [sym__in_operator] = STATE(2103), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(1671), - [sym__multiplicative_operator] = STATE(1686), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_annotation] = STATE(7852), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1688), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), + [1253] = { + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(1769), + [sym__comparison_operator] = STATE(1765), + [sym__in_operator] = STATE(1760), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(1749), + [sym__multiplicative_operator] = STATE(1746), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_annotation] = STATE(7883), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1729), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_EQ] = ACTIONS(3083), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_EQ] = ACTIONS(2999), [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(3085), - [anon_sym_LPAREN] = ACTIONS(3570), - [anon_sym_COMMA] = ACTIONS(3085), - [anon_sym_LT] = ACTIONS(3087), - [anon_sym_GT] = ACTIONS(3083), - [anon_sym_where] = ACTIONS(3083), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(3085), + [anon_sym_RBRACE] = ACTIONS(3001), + [anon_sym_LPAREN] = ACTIONS(3572), + [anon_sym_COMMA] = ACTIONS(3001), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(3574), + [anon_sym_where] = ACTIONS(2999), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(3001), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(3582), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(3083), - [anon_sym_DOT_DOT] = ACTIONS(3588), - [anon_sym_QMARK_COLON] = ACTIONS(3085), - [anon_sym_AMP_AMP] = ACTIONS(3085), - [anon_sym_PIPE_PIPE] = ACTIONS(3085), - [anon_sym_else] = ACTIONS(3083), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_PLUS_EQ] = ACTIONS(3085), - [anon_sym_DASH_EQ] = ACTIONS(3085), - [anon_sym_STAR_EQ] = ACTIONS(3085), - [anon_sym_SLASH_EQ] = ACTIONS(3085), - [anon_sym_PERCENT_EQ] = ACTIONS(3085), - [anon_sym_BANG_EQ] = ACTIONS(3083), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3085), - [anon_sym_EQ_EQ] = ACTIONS(3083), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3085), - [anon_sym_LT_EQ] = ACTIONS(3085), - [anon_sym_GT_EQ] = ACTIONS(3085), - [anon_sym_BANGin] = ACTIONS(3085), - [anon_sym_is] = ACTIONS(3083), - [anon_sym_BANGis] = ACTIONS(3085), - [anon_sym_PLUS] = ACTIONS(3610), - [anon_sym_DASH] = ACTIONS(3610), - [anon_sym_SLASH] = ACTIONS(3582), - [anon_sym_PERCENT] = ACTIONS(3582), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), - [anon_sym_suspend] = ACTIONS(3083), - [anon_sym_sealed] = ACTIONS(3083), - [anon_sym_annotation] = ACTIONS(3083), + [anon_sym_STAR] = ACTIONS(3584), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(3588), + [anon_sym_DOT_DOT] = ACTIONS(3590), + [anon_sym_QMARK_COLON] = ACTIONS(3592), + [anon_sym_AMP_AMP] = ACTIONS(3594), + [anon_sym_PIPE_PIPE] = ACTIONS(3596), + [anon_sym_else] = ACTIONS(2999), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_PLUS_EQ] = ACTIONS(3001), + [anon_sym_DASH_EQ] = ACTIONS(3001), + [anon_sym_STAR_EQ] = ACTIONS(3001), + [anon_sym_SLASH_EQ] = ACTIONS(3001), + [anon_sym_PERCENT_EQ] = ACTIONS(3001), + [anon_sym_BANG_EQ] = ACTIONS(3600), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3602), + [anon_sym_EQ_EQ] = ACTIONS(3600), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3602), + [anon_sym_LT_EQ] = ACTIONS(3604), + [anon_sym_GT_EQ] = ACTIONS(3604), + [anon_sym_BANGin] = ACTIONS(3606), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), + [anon_sym_PLUS] = ACTIONS(3612), + [anon_sym_DASH] = ACTIONS(3612), + [anon_sym_SLASH] = ACTIONS(3584), + [anon_sym_PERCENT] = ACTIONS(3584), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), + [anon_sym_suspend] = ACTIONS(2999), + [anon_sym_sealed] = ACTIONS(2999), + [anon_sym_annotation] = ACTIONS(2999), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3083), - [anon_sym_lateinit] = ACTIONS(3083), - [anon_sym_public] = ACTIONS(3083), - [anon_sym_private] = ACTIONS(3083), - [anon_sym_internal] = ACTIONS(3083), - [anon_sym_protected] = ACTIONS(3083), - [anon_sym_tailrec] = ACTIONS(3083), - [anon_sym_operator] = ACTIONS(3083), - [anon_sym_infix] = ACTIONS(3083), - [anon_sym_inline] = ACTIONS(3083), - [anon_sym_external] = ACTIONS(3083), - [sym_property_modifier] = ACTIONS(3083), - [anon_sym_abstract] = ACTIONS(3083), - [anon_sym_final] = ACTIONS(3083), - [anon_sym_open] = ACTIONS(3083), - [anon_sym_vararg] = ACTIONS(3083), - [anon_sym_noinline] = ACTIONS(3083), - [anon_sym_crossinline] = ACTIONS(3083), + [anon_sym_override] = ACTIONS(2999), + [anon_sym_lateinit] = ACTIONS(2999), + [anon_sym_public] = ACTIONS(2999), + [anon_sym_private] = ACTIONS(2999), + [anon_sym_internal] = ACTIONS(2999), + [anon_sym_protected] = ACTIONS(2999), + [anon_sym_tailrec] = ACTIONS(2999), + [anon_sym_operator] = ACTIONS(2999), + [anon_sym_infix] = ACTIONS(2999), + [anon_sym_inline] = ACTIONS(2999), + [anon_sym_external] = ACTIONS(2999), + [sym_property_modifier] = ACTIONS(2999), + [anon_sym_abstract] = ACTIONS(2999), + [anon_sym_final] = ACTIONS(2999), + [anon_sym_open] = ACTIONS(2999), + [anon_sym_vararg] = ACTIONS(2999), + [anon_sym_noinline] = ACTIONS(2999), + [anon_sym_crossinline] = ACTIONS(2999), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3085), - [sym_safe_nav] = ACTIONS(3596), + [sym__automatic_semicolon] = ACTIONS(3001), + [sym_safe_nav] = ACTIONS(3598), [sym_multiline_comment] = ACTIONS(3), }, - [1263] = { - [sym_type_constraints] = STATE(1487), - [sym_function_body] = STATE(1147), - [sym__block] = STATE(1128), - [sym__alpha_identifier] = ACTIONS(4101), - [anon_sym_AT] = ACTIONS(4103), - [anon_sym_COLON] = ACTIONS(5223), - [anon_sym_LBRACK] = ACTIONS(4103), - [anon_sym_as] = ACTIONS(4101), - [anon_sym_EQ] = ACTIONS(5183), - [anon_sym_LBRACE] = ACTIONS(4081), - [anon_sym_RBRACE] = ACTIONS(4103), - [anon_sym_LPAREN] = ACTIONS(4103), - [anon_sym_LT] = ACTIONS(4101), - [anon_sym_GT] = ACTIONS(4101), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(4101), - [anon_sym_fun] = ACTIONS(4101), - [anon_sym_DOT] = ACTIONS(4101), - [anon_sym_SEMI] = ACTIONS(4103), - [anon_sym_get] = ACTIONS(4101), - [anon_sym_set] = ACTIONS(4101), - [anon_sym_this] = ACTIONS(4101), - [anon_sym_super] = ACTIONS(4101), - [anon_sym_STAR] = ACTIONS(4103), - [sym_label] = ACTIONS(4101), - [anon_sym_in] = ACTIONS(4101), - [anon_sym_DOT_DOT] = ACTIONS(4103), - [anon_sym_QMARK_COLON] = ACTIONS(4103), - [anon_sym_AMP_AMP] = ACTIONS(4103), - [anon_sym_PIPE_PIPE] = ACTIONS(4103), - [anon_sym_null] = ACTIONS(4101), - [anon_sym_if] = ACTIONS(4101), - [anon_sym_else] = ACTIONS(4101), - [anon_sym_when] = ACTIONS(4101), - [anon_sym_try] = ACTIONS(4101), - [anon_sym_throw] = ACTIONS(4101), - [anon_sym_return] = ACTIONS(4101), - [anon_sym_continue] = ACTIONS(4101), - [anon_sym_break] = ACTIONS(4101), - [anon_sym_COLON_COLON] = ACTIONS(4103), - [anon_sym_BANG_EQ] = ACTIONS(4101), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4103), - [anon_sym_EQ_EQ] = ACTIONS(4101), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4103), - [anon_sym_LT_EQ] = ACTIONS(4103), - [anon_sym_GT_EQ] = ACTIONS(4103), - [anon_sym_BANGin] = ACTIONS(4103), - [anon_sym_is] = ACTIONS(4101), - [anon_sym_BANGis] = ACTIONS(4103), - [anon_sym_PLUS] = ACTIONS(4101), - [anon_sym_DASH] = ACTIONS(4101), - [anon_sym_SLASH] = ACTIONS(4101), - [anon_sym_PERCENT] = ACTIONS(4103), - [anon_sym_as_QMARK] = ACTIONS(4103), - [anon_sym_PLUS_PLUS] = ACTIONS(4103), - [anon_sym_DASH_DASH] = ACTIONS(4103), - [anon_sym_BANG] = ACTIONS(4101), - [anon_sym_BANG_BANG] = ACTIONS(4103), - [anon_sym_suspend] = ACTIONS(4101), - [anon_sym_sealed] = ACTIONS(4101), - [anon_sym_annotation] = ACTIONS(4101), - [anon_sym_data] = ACTIONS(4101), - [anon_sym_inner] = ACTIONS(4101), - [anon_sym_override] = ACTIONS(4101), - [anon_sym_lateinit] = ACTIONS(4101), - [anon_sym_public] = ACTIONS(4101), - [anon_sym_private] = ACTIONS(4101), - [anon_sym_internal] = ACTIONS(4101), - [anon_sym_protected] = ACTIONS(4101), - [anon_sym_tailrec] = ACTIONS(4101), - [anon_sym_operator] = ACTIONS(4101), - [anon_sym_infix] = ACTIONS(4101), - [anon_sym_inline] = ACTIONS(4101), - [anon_sym_external] = ACTIONS(4101), - [sym_property_modifier] = ACTIONS(4101), - [anon_sym_abstract] = ACTIONS(4101), - [anon_sym_final] = ACTIONS(4101), - [anon_sym_open] = ACTIONS(4101), - [anon_sym_vararg] = ACTIONS(4101), - [anon_sym_noinline] = ACTIONS(4101), - [anon_sym_crossinline] = ACTIONS(4101), - [anon_sym_expect] = ACTIONS(4101), - [anon_sym_actual] = ACTIONS(4101), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4103), - [anon_sym_continue_AT] = ACTIONS(4103), - [anon_sym_break_AT] = ACTIONS(4103), - [sym_real_literal] = ACTIONS(4103), - [sym_integer_literal] = ACTIONS(4101), - [sym_hex_literal] = ACTIONS(4103), - [sym_bin_literal] = ACTIONS(4103), - [anon_sym_true] = ACTIONS(4101), - [anon_sym_false] = ACTIONS(4101), - [anon_sym_SQUOTE] = ACTIONS(4103), - [sym__backtick_identifier] = ACTIONS(4103), - [sym__automatic_semicolon] = ACTIONS(4103), - [sym_safe_nav] = ACTIONS(4103), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4103), + [1254] = { + [sym__alpha_identifier] = ACTIONS(4142), + [anon_sym_AT] = ACTIONS(4145), + [anon_sym_LBRACK] = ACTIONS(4145), + [anon_sym_as] = ACTIONS(4142), + [anon_sym_EQ] = ACTIONS(3943), + [anon_sym_LBRACE] = ACTIONS(4145), + [anon_sym_RBRACE] = ACTIONS(4145), + [anon_sym_LPAREN] = ACTIONS(5215), + [anon_sym_LT] = ACTIONS(4142), + [anon_sym_GT] = ACTIONS(4142), + [anon_sym_object] = ACTIONS(4142), + [anon_sym_fun] = ACTIONS(4142), + [anon_sym_DOT] = ACTIONS(4142), + [anon_sym_SEMI] = ACTIONS(4145), + [anon_sym_get] = ACTIONS(4142), + [anon_sym_set] = ACTIONS(4142), + [anon_sym_this] = ACTIONS(4142), + [anon_sym_super] = ACTIONS(4142), + [anon_sym_STAR] = ACTIONS(4142), + [sym_label] = ACTIONS(4142), + [anon_sym_in] = ACTIONS(4142), + [anon_sym_DOT_DOT] = ACTIONS(4145), + [anon_sym_QMARK_COLON] = ACTIONS(4145), + [anon_sym_AMP_AMP] = ACTIONS(4145), + [anon_sym_PIPE_PIPE] = ACTIONS(4145), + [anon_sym_null] = ACTIONS(4142), + [anon_sym_if] = ACTIONS(4142), + [anon_sym_else] = ACTIONS(4142), + [anon_sym_when] = ACTIONS(4142), + [anon_sym_try] = ACTIONS(4142), + [anon_sym_throw] = ACTIONS(4142), + [anon_sym_return] = ACTIONS(4142), + [anon_sym_continue] = ACTIONS(4142), + [anon_sym_break] = ACTIONS(4142), + [anon_sym_COLON_COLON] = ACTIONS(4145), + [anon_sym_PLUS_EQ] = ACTIONS(3948), + [anon_sym_DASH_EQ] = ACTIONS(3948), + [anon_sym_STAR_EQ] = ACTIONS(3948), + [anon_sym_SLASH_EQ] = ACTIONS(3948), + [anon_sym_PERCENT_EQ] = ACTIONS(3948), + [anon_sym_BANG_EQ] = ACTIONS(4142), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4145), + [anon_sym_EQ_EQ] = ACTIONS(4142), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4145), + [anon_sym_LT_EQ] = ACTIONS(4145), + [anon_sym_GT_EQ] = ACTIONS(4145), + [anon_sym_BANGin] = ACTIONS(4145), + [anon_sym_is] = ACTIONS(4142), + [anon_sym_BANGis] = ACTIONS(4145), + [anon_sym_PLUS] = ACTIONS(4142), + [anon_sym_DASH] = ACTIONS(4142), + [anon_sym_SLASH] = ACTIONS(4142), + [anon_sym_PERCENT] = ACTIONS(4142), + [anon_sym_as_QMARK] = ACTIONS(4145), + [anon_sym_PLUS_PLUS] = ACTIONS(4145), + [anon_sym_DASH_DASH] = ACTIONS(4145), + [anon_sym_BANG] = ACTIONS(4142), + [anon_sym_BANG_BANG] = ACTIONS(4145), + [anon_sym_suspend] = ACTIONS(4142), + [anon_sym_sealed] = ACTIONS(4142), + [anon_sym_annotation] = ACTIONS(4142), + [anon_sym_data] = ACTIONS(4142), + [anon_sym_inner] = ACTIONS(4142), + [anon_sym_override] = ACTIONS(4142), + [anon_sym_lateinit] = ACTIONS(4142), + [anon_sym_public] = ACTIONS(4142), + [anon_sym_private] = ACTIONS(4142), + [anon_sym_internal] = ACTIONS(4142), + [anon_sym_protected] = ACTIONS(4142), + [anon_sym_tailrec] = ACTIONS(4142), + [anon_sym_operator] = ACTIONS(4142), + [anon_sym_infix] = ACTIONS(4142), + [anon_sym_inline] = ACTIONS(4142), + [anon_sym_external] = ACTIONS(4142), + [sym_property_modifier] = ACTIONS(4142), + [anon_sym_abstract] = ACTIONS(4142), + [anon_sym_final] = ACTIONS(4142), + [anon_sym_open] = ACTIONS(4142), + [anon_sym_vararg] = ACTIONS(4142), + [anon_sym_noinline] = ACTIONS(4142), + [anon_sym_crossinline] = ACTIONS(4142), + [anon_sym_expect] = ACTIONS(4142), + [anon_sym_actual] = ACTIONS(4142), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4145), + [anon_sym_continue_AT] = ACTIONS(4145), + [anon_sym_break_AT] = ACTIONS(4145), + [sym_real_literal] = ACTIONS(4145), + [sym_integer_literal] = ACTIONS(4142), + [sym_hex_literal] = ACTIONS(4145), + [sym_bin_literal] = ACTIONS(4145), + [anon_sym_true] = ACTIONS(4142), + [anon_sym_false] = ACTIONS(4142), + [anon_sym_SQUOTE] = ACTIONS(4145), + [sym__backtick_identifier] = ACTIONS(4145), + [sym__automatic_semicolon] = ACTIONS(4145), + [sym_safe_nav] = ACTIONS(4145), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4145), }, - [1264] = { - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(1614), - [sym__comparison_operator] = STATE(1613), - [sym__in_operator] = STATE(2103), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(1671), - [sym__multiplicative_operator] = STATE(1686), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_annotation] = STATE(7852), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1688), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), + [1255] = { + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(1769), + [sym__comparison_operator] = STATE(1765), + [sym__in_operator] = STATE(1760), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(1749), + [sym__multiplicative_operator] = STATE(1746), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_annotation] = STATE(7883), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1729), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_EQ] = ACTIONS(3072), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_EQ] = ACTIONS(3003), [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(3074), - [anon_sym_LPAREN] = ACTIONS(3570), - [anon_sym_COMMA] = ACTIONS(3074), + [anon_sym_RBRACE] = ACTIONS(3005), + [anon_sym_LPAREN] = ACTIONS(3572), + [anon_sym_COMMA] = ACTIONS(3005), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3572), - [anon_sym_where] = ACTIONS(3072), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(3074), + [anon_sym_GT] = ACTIONS(3574), + [anon_sym_where] = ACTIONS(3003), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(3005), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(3582), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(3586), - [anon_sym_DOT_DOT] = ACTIONS(3588), - [anon_sym_QMARK_COLON] = ACTIONS(3590), - [anon_sym_AMP_AMP] = ACTIONS(3592), - [anon_sym_PIPE_PIPE] = ACTIONS(3594), - [anon_sym_else] = ACTIONS(3072), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_PLUS_EQ] = ACTIONS(3074), - [anon_sym_DASH_EQ] = ACTIONS(3074), - [anon_sym_STAR_EQ] = ACTIONS(3074), - [anon_sym_SLASH_EQ] = ACTIONS(3074), - [anon_sym_PERCENT_EQ] = ACTIONS(3074), - [anon_sym_BANG_EQ] = ACTIONS(3598), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3600), - [anon_sym_EQ_EQ] = ACTIONS(3598), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3600), - [anon_sym_LT_EQ] = ACTIONS(3602), - [anon_sym_GT_EQ] = ACTIONS(3602), - [anon_sym_BANGin] = ACTIONS(3604), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), - [anon_sym_PLUS] = ACTIONS(3610), - [anon_sym_DASH] = ACTIONS(3610), - [anon_sym_SLASH] = ACTIONS(3582), - [anon_sym_PERCENT] = ACTIONS(3582), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), - [anon_sym_suspend] = ACTIONS(3072), - [anon_sym_sealed] = ACTIONS(3072), - [anon_sym_annotation] = ACTIONS(3072), + [anon_sym_STAR] = ACTIONS(3584), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(3588), + [anon_sym_DOT_DOT] = ACTIONS(3590), + [anon_sym_QMARK_COLON] = ACTIONS(3592), + [anon_sym_AMP_AMP] = ACTIONS(3594), + [anon_sym_PIPE_PIPE] = ACTIONS(3596), + [anon_sym_else] = ACTIONS(3003), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_PLUS_EQ] = ACTIONS(3005), + [anon_sym_DASH_EQ] = ACTIONS(3005), + [anon_sym_STAR_EQ] = ACTIONS(3005), + [anon_sym_SLASH_EQ] = ACTIONS(3005), + [anon_sym_PERCENT_EQ] = ACTIONS(3005), + [anon_sym_BANG_EQ] = ACTIONS(3600), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3602), + [anon_sym_EQ_EQ] = ACTIONS(3600), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3602), + [anon_sym_LT_EQ] = ACTIONS(3604), + [anon_sym_GT_EQ] = ACTIONS(3604), + [anon_sym_BANGin] = ACTIONS(3606), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), + [anon_sym_PLUS] = ACTIONS(3612), + [anon_sym_DASH] = ACTIONS(3612), + [anon_sym_SLASH] = ACTIONS(3584), + [anon_sym_PERCENT] = ACTIONS(3584), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), + [anon_sym_suspend] = ACTIONS(3003), + [anon_sym_sealed] = ACTIONS(3003), + [anon_sym_annotation] = ACTIONS(3003), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3072), - [anon_sym_lateinit] = ACTIONS(3072), - [anon_sym_public] = ACTIONS(3072), - [anon_sym_private] = ACTIONS(3072), - [anon_sym_internal] = ACTIONS(3072), - [anon_sym_protected] = ACTIONS(3072), - [anon_sym_tailrec] = ACTIONS(3072), - [anon_sym_operator] = ACTIONS(3072), - [anon_sym_infix] = ACTIONS(3072), - [anon_sym_inline] = ACTIONS(3072), - [anon_sym_external] = ACTIONS(3072), - [sym_property_modifier] = ACTIONS(3072), - [anon_sym_abstract] = ACTIONS(3072), - [anon_sym_final] = ACTIONS(3072), - [anon_sym_open] = ACTIONS(3072), - [anon_sym_vararg] = ACTIONS(3072), - [anon_sym_noinline] = ACTIONS(3072), - [anon_sym_crossinline] = ACTIONS(3072), + [anon_sym_override] = ACTIONS(3003), + [anon_sym_lateinit] = ACTIONS(3003), + [anon_sym_public] = ACTIONS(3003), + [anon_sym_private] = ACTIONS(3003), + [anon_sym_internal] = ACTIONS(3003), + [anon_sym_protected] = ACTIONS(3003), + [anon_sym_tailrec] = ACTIONS(3003), + [anon_sym_operator] = ACTIONS(3003), + [anon_sym_infix] = ACTIONS(3003), + [anon_sym_inline] = ACTIONS(3003), + [anon_sym_external] = ACTIONS(3003), + [sym_property_modifier] = ACTIONS(3003), + [anon_sym_abstract] = ACTIONS(3003), + [anon_sym_final] = ACTIONS(3003), + [anon_sym_open] = ACTIONS(3003), + [anon_sym_vararg] = ACTIONS(3003), + [anon_sym_noinline] = ACTIONS(3003), + [anon_sym_crossinline] = ACTIONS(3003), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3074), - [sym_safe_nav] = ACTIONS(3596), + [sym__automatic_semicolon] = ACTIONS(3005), + [sym_safe_nav] = ACTIONS(3598), [sym_multiline_comment] = ACTIONS(3), }, - [1265] = { - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(1614), - [sym__comparison_operator] = STATE(1613), - [sym__in_operator] = STATE(2103), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(1671), - [sym__multiplicative_operator] = STATE(1686), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_annotation] = STATE(7852), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1688), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [sym__alpha_identifier] = ACTIONS(1686), + [1256] = { + [sym__alpha_identifier] = ACTIONS(4285), + [anon_sym_AT] = ACTIONS(4288), + [anon_sym_LBRACK] = ACTIONS(4288), + [anon_sym_as] = ACTIONS(4285), + [anon_sym_EQ] = ACTIONS(3943), + [anon_sym_LBRACE] = ACTIONS(4288), + [anon_sym_RBRACE] = ACTIONS(4288), + [anon_sym_LPAREN] = ACTIONS(5219), + [anon_sym_LT] = ACTIONS(4285), + [anon_sym_GT] = ACTIONS(4285), + [anon_sym_object] = ACTIONS(4285), + [anon_sym_fun] = ACTIONS(4285), + [anon_sym_DOT] = ACTIONS(4285), + [anon_sym_SEMI] = ACTIONS(4288), + [anon_sym_get] = ACTIONS(4285), + [anon_sym_set] = ACTIONS(4285), + [anon_sym_this] = ACTIONS(4285), + [anon_sym_super] = ACTIONS(4285), + [anon_sym_STAR] = ACTIONS(4285), + [sym_label] = ACTIONS(4285), + [anon_sym_in] = ACTIONS(4285), + [anon_sym_DOT_DOT] = ACTIONS(4288), + [anon_sym_QMARK_COLON] = ACTIONS(4288), + [anon_sym_AMP_AMP] = ACTIONS(4288), + [anon_sym_PIPE_PIPE] = ACTIONS(4288), + [anon_sym_null] = ACTIONS(4285), + [anon_sym_if] = ACTIONS(4285), + [anon_sym_else] = ACTIONS(4285), + [anon_sym_when] = ACTIONS(4285), + [anon_sym_try] = ACTIONS(4285), + [anon_sym_throw] = ACTIONS(4285), + [anon_sym_return] = ACTIONS(4285), + [anon_sym_continue] = ACTIONS(4285), + [anon_sym_break] = ACTIONS(4285), + [anon_sym_COLON_COLON] = ACTIONS(4288), + [anon_sym_PLUS_EQ] = ACTIONS(3948), + [anon_sym_DASH_EQ] = ACTIONS(3948), + [anon_sym_STAR_EQ] = ACTIONS(3948), + [anon_sym_SLASH_EQ] = ACTIONS(3948), + [anon_sym_PERCENT_EQ] = ACTIONS(3948), + [anon_sym_BANG_EQ] = ACTIONS(4285), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4288), + [anon_sym_EQ_EQ] = ACTIONS(4285), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4288), + [anon_sym_LT_EQ] = ACTIONS(4288), + [anon_sym_GT_EQ] = ACTIONS(4288), + [anon_sym_BANGin] = ACTIONS(4288), + [anon_sym_is] = ACTIONS(4285), + [anon_sym_BANGis] = ACTIONS(4288), + [anon_sym_PLUS] = ACTIONS(4285), + [anon_sym_DASH] = ACTIONS(4285), + [anon_sym_SLASH] = ACTIONS(4285), + [anon_sym_PERCENT] = ACTIONS(4285), + [anon_sym_as_QMARK] = ACTIONS(4288), + [anon_sym_PLUS_PLUS] = ACTIONS(4288), + [anon_sym_DASH_DASH] = ACTIONS(4288), + [anon_sym_BANG] = ACTIONS(4285), + [anon_sym_BANG_BANG] = ACTIONS(4288), + [anon_sym_suspend] = ACTIONS(4285), + [anon_sym_sealed] = ACTIONS(4285), + [anon_sym_annotation] = ACTIONS(4285), + [anon_sym_data] = ACTIONS(4285), + [anon_sym_inner] = ACTIONS(4285), + [anon_sym_override] = ACTIONS(4285), + [anon_sym_lateinit] = ACTIONS(4285), + [anon_sym_public] = ACTIONS(4285), + [anon_sym_private] = ACTIONS(4285), + [anon_sym_internal] = ACTIONS(4285), + [anon_sym_protected] = ACTIONS(4285), + [anon_sym_tailrec] = ACTIONS(4285), + [anon_sym_operator] = ACTIONS(4285), + [anon_sym_infix] = ACTIONS(4285), + [anon_sym_inline] = ACTIONS(4285), + [anon_sym_external] = ACTIONS(4285), + [sym_property_modifier] = ACTIONS(4285), + [anon_sym_abstract] = ACTIONS(4285), + [anon_sym_final] = ACTIONS(4285), + [anon_sym_open] = ACTIONS(4285), + [anon_sym_vararg] = ACTIONS(4285), + [anon_sym_noinline] = ACTIONS(4285), + [anon_sym_crossinline] = ACTIONS(4285), + [anon_sym_expect] = ACTIONS(4285), + [anon_sym_actual] = ACTIONS(4285), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4288), + [anon_sym_continue_AT] = ACTIONS(4288), + [anon_sym_break_AT] = ACTIONS(4288), + [sym_real_literal] = ACTIONS(4288), + [sym_integer_literal] = ACTIONS(4285), + [sym_hex_literal] = ACTIONS(4288), + [sym_bin_literal] = ACTIONS(4288), + [anon_sym_true] = ACTIONS(4285), + [anon_sym_false] = ACTIONS(4285), + [anon_sym_SQUOTE] = ACTIONS(4288), + [sym__backtick_identifier] = ACTIONS(4288), + [sym__automatic_semicolon] = ACTIONS(4288), + [sym_safe_nav] = ACTIONS(4288), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4288), + }, + [1257] = { + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(1769), + [sym__comparison_operator] = STATE(1765), + [sym__in_operator] = STATE(1760), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(1749), + [sym__multiplicative_operator] = STATE(1746), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_annotation] = STATE(7883), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1729), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [sym__alpha_identifier] = ACTIONS(2992), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_EQ] = ACTIONS(3053), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_EQ] = ACTIONS(2992), [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(3055), - [anon_sym_LPAREN] = ACTIONS(3570), - [anon_sym_COMMA] = ACTIONS(3055), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3572), - [anon_sym_where] = ACTIONS(3053), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(3055), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(3582), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(3586), - [anon_sym_DOT_DOT] = ACTIONS(3588), - [anon_sym_QMARK_COLON] = ACTIONS(3590), - [anon_sym_AMP_AMP] = ACTIONS(3592), - [anon_sym_PIPE_PIPE] = ACTIONS(3594), - [anon_sym_else] = ACTIONS(3053), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_PLUS_EQ] = ACTIONS(3055), - [anon_sym_DASH_EQ] = ACTIONS(3055), - [anon_sym_STAR_EQ] = ACTIONS(3055), - [anon_sym_SLASH_EQ] = ACTIONS(3055), - [anon_sym_PERCENT_EQ] = ACTIONS(3055), - [anon_sym_BANG_EQ] = ACTIONS(3598), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3600), - [anon_sym_EQ_EQ] = ACTIONS(3598), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3600), - [anon_sym_LT_EQ] = ACTIONS(3602), - [anon_sym_GT_EQ] = ACTIONS(3602), - [anon_sym_BANGin] = ACTIONS(3604), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), - [anon_sym_PLUS] = ACTIONS(3610), - [anon_sym_DASH] = ACTIONS(3610), - [anon_sym_SLASH] = ACTIONS(3582), - [anon_sym_PERCENT] = ACTIONS(3582), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), - [anon_sym_suspend] = ACTIONS(3053), - [anon_sym_sealed] = ACTIONS(3053), - [anon_sym_annotation] = ACTIONS(3053), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3053), - [anon_sym_lateinit] = ACTIONS(3053), - [anon_sym_public] = ACTIONS(3053), - [anon_sym_private] = ACTIONS(3053), - [anon_sym_internal] = ACTIONS(3053), - [anon_sym_protected] = ACTIONS(3053), - [anon_sym_tailrec] = ACTIONS(3053), - [anon_sym_operator] = ACTIONS(3053), - [anon_sym_infix] = ACTIONS(3053), - [anon_sym_inline] = ACTIONS(3053), - [anon_sym_external] = ACTIONS(3053), - [sym_property_modifier] = ACTIONS(3053), - [anon_sym_abstract] = ACTIONS(3053), - [anon_sym_final] = ACTIONS(3053), - [anon_sym_open] = ACTIONS(3053), - [anon_sym_vararg] = ACTIONS(3053), - [anon_sym_noinline] = ACTIONS(3053), - [anon_sym_crossinline] = ACTIONS(3053), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), + [anon_sym_RBRACE] = ACTIONS(2994), + [anon_sym_LPAREN] = ACTIONS(3572), + [anon_sym_COMMA] = ACTIONS(2994), + [anon_sym_LT] = ACTIONS(2996), + [anon_sym_GT] = ACTIONS(2992), + [anon_sym_where] = ACTIONS(2992), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(2994), + [anon_sym_get] = ACTIONS(2992), + [anon_sym_set] = ACTIONS(2992), + [anon_sym_STAR] = ACTIONS(3584), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(2992), + [anon_sym_DOT_DOT] = ACTIONS(3590), + [anon_sym_QMARK_COLON] = ACTIONS(2994), + [anon_sym_AMP_AMP] = ACTIONS(2994), + [anon_sym_PIPE_PIPE] = ACTIONS(2994), + [anon_sym_else] = ACTIONS(2992), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_PLUS_EQ] = ACTIONS(2994), + [anon_sym_DASH_EQ] = ACTIONS(2994), + [anon_sym_STAR_EQ] = ACTIONS(2994), + [anon_sym_SLASH_EQ] = ACTIONS(2994), + [anon_sym_PERCENT_EQ] = ACTIONS(2994), + [anon_sym_BANG_EQ] = ACTIONS(2992), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2994), + [anon_sym_EQ_EQ] = ACTIONS(2992), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2994), + [anon_sym_LT_EQ] = ACTIONS(2994), + [anon_sym_GT_EQ] = ACTIONS(2994), + [anon_sym_BANGin] = ACTIONS(2994), + [anon_sym_is] = ACTIONS(2992), + [anon_sym_BANGis] = ACTIONS(2994), + [anon_sym_PLUS] = ACTIONS(3612), + [anon_sym_DASH] = ACTIONS(3612), + [anon_sym_SLASH] = ACTIONS(3584), + [anon_sym_PERCENT] = ACTIONS(3584), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), + [anon_sym_suspend] = ACTIONS(2992), + [anon_sym_sealed] = ACTIONS(2992), + [anon_sym_annotation] = ACTIONS(2992), + [anon_sym_data] = ACTIONS(2992), + [anon_sym_inner] = ACTIONS(2992), + [anon_sym_override] = ACTIONS(2992), + [anon_sym_lateinit] = ACTIONS(2992), + [anon_sym_public] = ACTIONS(2992), + [anon_sym_private] = ACTIONS(2992), + [anon_sym_internal] = ACTIONS(2992), + [anon_sym_protected] = ACTIONS(2992), + [anon_sym_tailrec] = ACTIONS(2992), + [anon_sym_operator] = ACTIONS(2992), + [anon_sym_infix] = ACTIONS(2992), + [anon_sym_inline] = ACTIONS(2992), + [anon_sym_external] = ACTIONS(2992), + [sym_property_modifier] = ACTIONS(2992), + [anon_sym_abstract] = ACTIONS(2992), + [anon_sym_final] = ACTIONS(2992), + [anon_sym_open] = ACTIONS(2992), + [anon_sym_vararg] = ACTIONS(2992), + [anon_sym_noinline] = ACTIONS(2992), + [anon_sym_crossinline] = ACTIONS(2992), + [anon_sym_expect] = ACTIONS(2992), + [anon_sym_actual] = ACTIONS(2992), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(2994), + [sym__automatic_semicolon] = ACTIONS(2994), + [sym_safe_nav] = ACTIONS(3598), + [sym_multiline_comment] = ACTIONS(3), + }, + [1258] = { + [sym__alpha_identifier] = ACTIONS(4142), + [anon_sym_AT] = ACTIONS(4145), + [anon_sym_LBRACK] = ACTIONS(4145), + [anon_sym_as] = ACTIONS(4142), + [anon_sym_EQ] = ACTIONS(4142), + [anon_sym_LBRACE] = ACTIONS(4145), + [anon_sym_RBRACE] = ACTIONS(4145), + [anon_sym_LPAREN] = ACTIONS(5223), + [anon_sym_LT] = ACTIONS(4142), + [anon_sym_GT] = ACTIONS(4142), + [anon_sym_object] = ACTIONS(4142), + [anon_sym_fun] = ACTIONS(4142), + [anon_sym_DOT] = ACTIONS(4142), + [anon_sym_SEMI] = ACTIONS(4145), + [anon_sym_get] = ACTIONS(4142), + [anon_sym_set] = ACTIONS(4142), + [anon_sym_this] = ACTIONS(4142), + [anon_sym_super] = ACTIONS(4142), + [anon_sym_STAR] = ACTIONS(4142), + [sym_label] = ACTIONS(4142), + [anon_sym_in] = ACTIONS(4142), + [anon_sym_DOT_DOT] = ACTIONS(4145), + [anon_sym_QMARK_COLON] = ACTIONS(4145), + [anon_sym_AMP_AMP] = ACTIONS(4145), + [anon_sym_PIPE_PIPE] = ACTIONS(4145), + [anon_sym_null] = ACTIONS(4142), + [anon_sym_if] = ACTIONS(4142), + [anon_sym_else] = ACTIONS(4142), + [anon_sym_when] = ACTIONS(4142), + [anon_sym_try] = ACTIONS(4142), + [anon_sym_throw] = ACTIONS(4142), + [anon_sym_return] = ACTIONS(4142), + [anon_sym_continue] = ACTIONS(4142), + [anon_sym_break] = ACTIONS(4142), + [anon_sym_COLON_COLON] = ACTIONS(4145), + [anon_sym_PLUS_EQ] = ACTIONS(4145), + [anon_sym_DASH_EQ] = ACTIONS(4145), + [anon_sym_STAR_EQ] = ACTIONS(4145), + [anon_sym_SLASH_EQ] = ACTIONS(4145), + [anon_sym_PERCENT_EQ] = ACTIONS(4145), + [anon_sym_BANG_EQ] = ACTIONS(4142), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4145), + [anon_sym_EQ_EQ] = ACTIONS(4142), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4145), + [anon_sym_LT_EQ] = ACTIONS(4145), + [anon_sym_GT_EQ] = ACTIONS(4145), + [anon_sym_BANGin] = ACTIONS(4145), + [anon_sym_is] = ACTIONS(4142), + [anon_sym_BANGis] = ACTIONS(4145), + [anon_sym_PLUS] = ACTIONS(4142), + [anon_sym_DASH] = ACTIONS(4142), + [anon_sym_SLASH] = ACTIONS(4142), + [anon_sym_PERCENT] = ACTIONS(4142), + [anon_sym_as_QMARK] = ACTIONS(4145), + [anon_sym_PLUS_PLUS] = ACTIONS(4145), + [anon_sym_DASH_DASH] = ACTIONS(4145), + [anon_sym_BANG] = ACTIONS(4142), + [anon_sym_BANG_BANG] = ACTIONS(4145), + [anon_sym_suspend] = ACTIONS(4142), + [anon_sym_sealed] = ACTIONS(4142), + [anon_sym_annotation] = ACTIONS(4142), + [anon_sym_data] = ACTIONS(4142), + [anon_sym_inner] = ACTIONS(4142), + [anon_sym_override] = ACTIONS(4142), + [anon_sym_lateinit] = ACTIONS(4142), + [anon_sym_public] = ACTIONS(4142), + [anon_sym_private] = ACTIONS(4142), + [anon_sym_internal] = ACTIONS(4142), + [anon_sym_protected] = ACTIONS(4142), + [anon_sym_tailrec] = ACTIONS(4142), + [anon_sym_operator] = ACTIONS(4142), + [anon_sym_infix] = ACTIONS(4142), + [anon_sym_inline] = ACTIONS(4142), + [anon_sym_external] = ACTIONS(4142), + [sym_property_modifier] = ACTIONS(4142), + [anon_sym_abstract] = ACTIONS(4142), + [anon_sym_final] = ACTIONS(4142), + [anon_sym_open] = ACTIONS(4142), + [anon_sym_vararg] = ACTIONS(4142), + [anon_sym_noinline] = ACTIONS(4142), + [anon_sym_crossinline] = ACTIONS(4142), + [anon_sym_expect] = ACTIONS(4142), + [anon_sym_actual] = ACTIONS(4142), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3055), - [sym_safe_nav] = ACTIONS(3596), + [anon_sym_return_AT] = ACTIONS(4145), + [anon_sym_continue_AT] = ACTIONS(4145), + [anon_sym_break_AT] = ACTIONS(4145), + [sym_real_literal] = ACTIONS(4145), + [sym_integer_literal] = ACTIONS(4142), + [sym_hex_literal] = ACTIONS(4145), + [sym_bin_literal] = ACTIONS(4145), + [anon_sym_true] = ACTIONS(4142), + [anon_sym_false] = ACTIONS(4142), + [anon_sym_SQUOTE] = ACTIONS(4145), + [sym__backtick_identifier] = ACTIONS(4145), + [sym__automatic_semicolon] = ACTIONS(4145), + [sym_safe_nav] = ACTIONS(4145), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4145), }, - [1266] = { - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(1614), - [sym__comparison_operator] = STATE(1613), - [sym__in_operator] = STATE(2103), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(1671), - [sym__multiplicative_operator] = STATE(1686), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_annotation] = STATE(7852), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1688), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), + [1259] = { + [sym_type_constraints] = STATE(1439), + [sym_function_body] = STATE(1201), + [sym__block] = STATE(1087), + [sym__alpha_identifier] = ACTIONS(4047), + [anon_sym_AT] = ACTIONS(4049), + [anon_sym_COLON] = ACTIONS(5227), + [anon_sym_LBRACK] = ACTIONS(4049), + [anon_sym_as] = ACTIONS(4047), + [anon_sym_EQ] = ACTIONS(5203), + [anon_sym_LBRACE] = ACTIONS(4039), + [anon_sym_RBRACE] = ACTIONS(4049), + [anon_sym_LPAREN] = ACTIONS(4049), + [anon_sym_LT] = ACTIONS(4047), + [anon_sym_GT] = ACTIONS(4047), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(4047), + [anon_sym_fun] = ACTIONS(4047), + [anon_sym_DOT] = ACTIONS(4047), + [anon_sym_SEMI] = ACTIONS(4049), + [anon_sym_get] = ACTIONS(4047), + [anon_sym_set] = ACTIONS(4047), + [anon_sym_this] = ACTIONS(4047), + [anon_sym_super] = ACTIONS(4047), + [anon_sym_STAR] = ACTIONS(4049), + [sym_label] = ACTIONS(4047), + [anon_sym_in] = ACTIONS(4047), + [anon_sym_DOT_DOT] = ACTIONS(4049), + [anon_sym_QMARK_COLON] = ACTIONS(4049), + [anon_sym_AMP_AMP] = ACTIONS(4049), + [anon_sym_PIPE_PIPE] = ACTIONS(4049), + [anon_sym_null] = ACTIONS(4047), + [anon_sym_if] = ACTIONS(4047), + [anon_sym_else] = ACTIONS(4047), + [anon_sym_when] = ACTIONS(4047), + [anon_sym_try] = ACTIONS(4047), + [anon_sym_throw] = ACTIONS(4047), + [anon_sym_return] = ACTIONS(4047), + [anon_sym_continue] = ACTIONS(4047), + [anon_sym_break] = ACTIONS(4047), + [anon_sym_COLON_COLON] = ACTIONS(4049), + [anon_sym_BANG_EQ] = ACTIONS(4047), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4049), + [anon_sym_EQ_EQ] = ACTIONS(4047), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4049), + [anon_sym_LT_EQ] = ACTIONS(4049), + [anon_sym_GT_EQ] = ACTIONS(4049), + [anon_sym_BANGin] = ACTIONS(4049), + [anon_sym_is] = ACTIONS(4047), + [anon_sym_BANGis] = ACTIONS(4049), + [anon_sym_PLUS] = ACTIONS(4047), + [anon_sym_DASH] = ACTIONS(4047), + [anon_sym_SLASH] = ACTIONS(4047), + [anon_sym_PERCENT] = ACTIONS(4049), + [anon_sym_as_QMARK] = ACTIONS(4049), + [anon_sym_PLUS_PLUS] = ACTIONS(4049), + [anon_sym_DASH_DASH] = ACTIONS(4049), + [anon_sym_BANG] = ACTIONS(4047), + [anon_sym_BANG_BANG] = ACTIONS(4049), + [anon_sym_suspend] = ACTIONS(4047), + [anon_sym_sealed] = ACTIONS(4047), + [anon_sym_annotation] = ACTIONS(4047), + [anon_sym_data] = ACTIONS(4047), + [anon_sym_inner] = ACTIONS(4047), + [anon_sym_override] = ACTIONS(4047), + [anon_sym_lateinit] = ACTIONS(4047), + [anon_sym_public] = ACTIONS(4047), + [anon_sym_private] = ACTIONS(4047), + [anon_sym_internal] = ACTIONS(4047), + [anon_sym_protected] = ACTIONS(4047), + [anon_sym_tailrec] = ACTIONS(4047), + [anon_sym_operator] = ACTIONS(4047), + [anon_sym_infix] = ACTIONS(4047), + [anon_sym_inline] = ACTIONS(4047), + [anon_sym_external] = ACTIONS(4047), + [sym_property_modifier] = ACTIONS(4047), + [anon_sym_abstract] = ACTIONS(4047), + [anon_sym_final] = ACTIONS(4047), + [anon_sym_open] = ACTIONS(4047), + [anon_sym_vararg] = ACTIONS(4047), + [anon_sym_noinline] = ACTIONS(4047), + [anon_sym_crossinline] = ACTIONS(4047), + [anon_sym_expect] = ACTIONS(4047), + [anon_sym_actual] = ACTIONS(4047), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4049), + [anon_sym_continue_AT] = ACTIONS(4049), + [anon_sym_break_AT] = ACTIONS(4049), + [sym_real_literal] = ACTIONS(4049), + [sym_integer_literal] = ACTIONS(4047), + [sym_hex_literal] = ACTIONS(4049), + [sym_bin_literal] = ACTIONS(4049), + [anon_sym_true] = ACTIONS(4047), + [anon_sym_false] = ACTIONS(4047), + [anon_sym_SQUOTE] = ACTIONS(4049), + [sym__backtick_identifier] = ACTIONS(4049), + [sym__automatic_semicolon] = ACTIONS(4049), + [sym_safe_nav] = ACTIONS(4049), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4049), + }, + [1260] = { + [sym__alpha_identifier] = ACTIONS(4285), + [anon_sym_AT] = ACTIONS(4288), + [anon_sym_LBRACK] = ACTIONS(4288), + [anon_sym_as] = ACTIONS(4285), + [anon_sym_EQ] = ACTIONS(4285), + [anon_sym_LBRACE] = ACTIONS(4288), + [anon_sym_RBRACE] = ACTIONS(4288), + [anon_sym_LPAREN] = ACTIONS(5229), + [anon_sym_LT] = ACTIONS(4285), + [anon_sym_GT] = ACTIONS(4285), + [anon_sym_object] = ACTIONS(4285), + [anon_sym_fun] = ACTIONS(4285), + [anon_sym_DOT] = ACTIONS(4285), + [anon_sym_SEMI] = ACTIONS(4288), + [anon_sym_get] = ACTIONS(4285), + [anon_sym_set] = ACTIONS(4285), + [anon_sym_this] = ACTIONS(4285), + [anon_sym_super] = ACTIONS(4285), + [anon_sym_STAR] = ACTIONS(4285), + [sym_label] = ACTIONS(4285), + [anon_sym_in] = ACTIONS(4285), + [anon_sym_DOT_DOT] = ACTIONS(4288), + [anon_sym_QMARK_COLON] = ACTIONS(4288), + [anon_sym_AMP_AMP] = ACTIONS(4288), + [anon_sym_PIPE_PIPE] = ACTIONS(4288), + [anon_sym_null] = ACTIONS(4285), + [anon_sym_if] = ACTIONS(4285), + [anon_sym_else] = ACTIONS(4285), + [anon_sym_when] = ACTIONS(4285), + [anon_sym_try] = ACTIONS(4285), + [anon_sym_throw] = ACTIONS(4285), + [anon_sym_return] = ACTIONS(4285), + [anon_sym_continue] = ACTIONS(4285), + [anon_sym_break] = ACTIONS(4285), + [anon_sym_COLON_COLON] = ACTIONS(4288), + [anon_sym_PLUS_EQ] = ACTIONS(4288), + [anon_sym_DASH_EQ] = ACTIONS(4288), + [anon_sym_STAR_EQ] = ACTIONS(4288), + [anon_sym_SLASH_EQ] = ACTIONS(4288), + [anon_sym_PERCENT_EQ] = ACTIONS(4288), + [anon_sym_BANG_EQ] = ACTIONS(4285), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4288), + [anon_sym_EQ_EQ] = ACTIONS(4285), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4288), + [anon_sym_LT_EQ] = ACTIONS(4288), + [anon_sym_GT_EQ] = ACTIONS(4288), + [anon_sym_BANGin] = ACTIONS(4288), + [anon_sym_is] = ACTIONS(4285), + [anon_sym_BANGis] = ACTIONS(4288), + [anon_sym_PLUS] = ACTIONS(4285), + [anon_sym_DASH] = ACTIONS(4285), + [anon_sym_SLASH] = ACTIONS(4285), + [anon_sym_PERCENT] = ACTIONS(4285), + [anon_sym_as_QMARK] = ACTIONS(4288), + [anon_sym_PLUS_PLUS] = ACTIONS(4288), + [anon_sym_DASH_DASH] = ACTIONS(4288), + [anon_sym_BANG] = ACTIONS(4285), + [anon_sym_BANG_BANG] = ACTIONS(4288), + [anon_sym_suspend] = ACTIONS(4285), + [anon_sym_sealed] = ACTIONS(4285), + [anon_sym_annotation] = ACTIONS(4285), + [anon_sym_data] = ACTIONS(4285), + [anon_sym_inner] = ACTIONS(4285), + [anon_sym_override] = ACTIONS(4285), + [anon_sym_lateinit] = ACTIONS(4285), + [anon_sym_public] = ACTIONS(4285), + [anon_sym_private] = ACTIONS(4285), + [anon_sym_internal] = ACTIONS(4285), + [anon_sym_protected] = ACTIONS(4285), + [anon_sym_tailrec] = ACTIONS(4285), + [anon_sym_operator] = ACTIONS(4285), + [anon_sym_infix] = ACTIONS(4285), + [anon_sym_inline] = ACTIONS(4285), + [anon_sym_external] = ACTIONS(4285), + [sym_property_modifier] = ACTIONS(4285), + [anon_sym_abstract] = ACTIONS(4285), + [anon_sym_final] = ACTIONS(4285), + [anon_sym_open] = ACTIONS(4285), + [anon_sym_vararg] = ACTIONS(4285), + [anon_sym_noinline] = ACTIONS(4285), + [anon_sym_crossinline] = ACTIONS(4285), + [anon_sym_expect] = ACTIONS(4285), + [anon_sym_actual] = ACTIONS(4285), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4288), + [anon_sym_continue_AT] = ACTIONS(4288), + [anon_sym_break_AT] = ACTIONS(4288), + [sym_real_literal] = ACTIONS(4288), + [sym_integer_literal] = ACTIONS(4285), + [sym_hex_literal] = ACTIONS(4288), + [sym_bin_literal] = ACTIONS(4288), + [anon_sym_true] = ACTIONS(4285), + [anon_sym_false] = ACTIONS(4285), + [anon_sym_SQUOTE] = ACTIONS(4288), + [sym__backtick_identifier] = ACTIONS(4288), + [sym__automatic_semicolon] = ACTIONS(4288), + [sym_safe_nav] = ACTIONS(4288), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4288), + }, + [1261] = { + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(1769), + [sym__comparison_operator] = STATE(1765), + [sym__in_operator] = STATE(1760), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(1749), + [sym__multiplicative_operator] = STATE(1746), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_annotation] = STATE(7883), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1729), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_EQ] = ACTIONS(2991), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_EQ] = ACTIONS(3018), [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(2993), - [anon_sym_LPAREN] = ACTIONS(3570), - [anon_sym_COMMA] = ACTIONS(2993), + [anon_sym_RBRACE] = ACTIONS(3020), + [anon_sym_LPAREN] = ACTIONS(3572), + [anon_sym_COMMA] = ACTIONS(3020), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3572), - [anon_sym_where] = ACTIONS(2991), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(2993), + [anon_sym_GT] = ACTIONS(3574), + [anon_sym_where] = ACTIONS(3018), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(3020), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(3582), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(3586), - [anon_sym_DOT_DOT] = ACTIONS(3588), - [anon_sym_QMARK_COLON] = ACTIONS(3590), - [anon_sym_AMP_AMP] = ACTIONS(2993), - [anon_sym_PIPE_PIPE] = ACTIONS(2993), - [anon_sym_else] = ACTIONS(2991), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_PLUS_EQ] = ACTIONS(2993), - [anon_sym_DASH_EQ] = ACTIONS(2993), - [anon_sym_STAR_EQ] = ACTIONS(2993), - [anon_sym_SLASH_EQ] = ACTIONS(2993), - [anon_sym_PERCENT_EQ] = ACTIONS(2993), - [anon_sym_BANG_EQ] = ACTIONS(3598), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3600), - [anon_sym_EQ_EQ] = ACTIONS(3598), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3600), - [anon_sym_LT_EQ] = ACTIONS(3602), - [anon_sym_GT_EQ] = ACTIONS(3602), - [anon_sym_BANGin] = ACTIONS(3604), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), - [anon_sym_PLUS] = ACTIONS(3610), - [anon_sym_DASH] = ACTIONS(3610), - [anon_sym_SLASH] = ACTIONS(3582), - [anon_sym_PERCENT] = ACTIONS(3582), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), - [anon_sym_suspend] = ACTIONS(2991), - [anon_sym_sealed] = ACTIONS(2991), - [anon_sym_annotation] = ACTIONS(2991), + [anon_sym_STAR] = ACTIONS(3584), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(3588), + [anon_sym_DOT_DOT] = ACTIONS(3590), + [anon_sym_QMARK_COLON] = ACTIONS(3592), + [anon_sym_AMP_AMP] = ACTIONS(3594), + [anon_sym_PIPE_PIPE] = ACTIONS(3596), + [anon_sym_else] = ACTIONS(3018), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_PLUS_EQ] = ACTIONS(3020), + [anon_sym_DASH_EQ] = ACTIONS(3020), + [anon_sym_STAR_EQ] = ACTIONS(3020), + [anon_sym_SLASH_EQ] = ACTIONS(3020), + [anon_sym_PERCENT_EQ] = ACTIONS(3020), + [anon_sym_BANG_EQ] = ACTIONS(3600), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3602), + [anon_sym_EQ_EQ] = ACTIONS(3600), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3602), + [anon_sym_LT_EQ] = ACTIONS(3604), + [anon_sym_GT_EQ] = ACTIONS(3604), + [anon_sym_BANGin] = ACTIONS(3606), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), + [anon_sym_PLUS] = ACTIONS(3612), + [anon_sym_DASH] = ACTIONS(3612), + [anon_sym_SLASH] = ACTIONS(3584), + [anon_sym_PERCENT] = ACTIONS(3584), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), + [anon_sym_suspend] = ACTIONS(3018), + [anon_sym_sealed] = ACTIONS(3018), + [anon_sym_annotation] = ACTIONS(3018), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(2991), - [anon_sym_lateinit] = ACTIONS(2991), - [anon_sym_public] = ACTIONS(2991), - [anon_sym_private] = ACTIONS(2991), - [anon_sym_internal] = ACTIONS(2991), - [anon_sym_protected] = ACTIONS(2991), - [anon_sym_tailrec] = ACTIONS(2991), - [anon_sym_operator] = ACTIONS(2991), - [anon_sym_infix] = ACTIONS(2991), - [anon_sym_inline] = ACTIONS(2991), - [anon_sym_external] = ACTIONS(2991), - [sym_property_modifier] = ACTIONS(2991), - [anon_sym_abstract] = ACTIONS(2991), - [anon_sym_final] = ACTIONS(2991), - [anon_sym_open] = ACTIONS(2991), - [anon_sym_vararg] = ACTIONS(2991), - [anon_sym_noinline] = ACTIONS(2991), - [anon_sym_crossinline] = ACTIONS(2991), + [anon_sym_override] = ACTIONS(3018), + [anon_sym_lateinit] = ACTIONS(3018), + [anon_sym_public] = ACTIONS(3018), + [anon_sym_private] = ACTIONS(3018), + [anon_sym_internal] = ACTIONS(3018), + [anon_sym_protected] = ACTIONS(3018), + [anon_sym_tailrec] = ACTIONS(3018), + [anon_sym_operator] = ACTIONS(3018), + [anon_sym_infix] = ACTIONS(3018), + [anon_sym_inline] = ACTIONS(3018), + [anon_sym_external] = ACTIONS(3018), + [sym_property_modifier] = ACTIONS(3018), + [anon_sym_abstract] = ACTIONS(3018), + [anon_sym_final] = ACTIONS(3018), + [anon_sym_open] = ACTIONS(3018), + [anon_sym_vararg] = ACTIONS(3018), + [anon_sym_noinline] = ACTIONS(3018), + [anon_sym_crossinline] = ACTIONS(3018), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(2993), - [sym_safe_nav] = ACTIONS(3596), + [sym__automatic_semicolon] = ACTIONS(3020), + [sym_safe_nav] = ACTIONS(3598), [sym_multiline_comment] = ACTIONS(3), }, - [1267] = { - [sym_type_constraints] = STATE(1472), - [sym_function_body] = STATE(1096), - [sym__block] = STATE(1128), - [sym__alpha_identifier] = ACTIONS(4073), - [anon_sym_AT] = ACTIONS(4075), - [anon_sym_COLON] = ACTIONS(5225), - [anon_sym_LBRACK] = ACTIONS(4075), - [anon_sym_as] = ACTIONS(4073), - [anon_sym_EQ] = ACTIONS(5183), - [anon_sym_LBRACE] = ACTIONS(4081), - [anon_sym_RBRACE] = ACTIONS(4075), - [anon_sym_LPAREN] = ACTIONS(4075), - [anon_sym_LT] = ACTIONS(4073), - [anon_sym_GT] = ACTIONS(4073), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(4073), - [anon_sym_fun] = ACTIONS(4073), - [anon_sym_DOT] = ACTIONS(4073), - [anon_sym_SEMI] = ACTIONS(4075), - [anon_sym_get] = ACTIONS(4073), - [anon_sym_set] = ACTIONS(4073), - [anon_sym_this] = ACTIONS(4073), - [anon_sym_super] = ACTIONS(4073), - [anon_sym_STAR] = ACTIONS(4075), - [sym_label] = ACTIONS(4073), - [anon_sym_in] = ACTIONS(4073), - [anon_sym_DOT_DOT] = ACTIONS(4075), - [anon_sym_QMARK_COLON] = ACTIONS(4075), - [anon_sym_AMP_AMP] = ACTIONS(4075), - [anon_sym_PIPE_PIPE] = ACTIONS(4075), - [anon_sym_null] = ACTIONS(4073), - [anon_sym_if] = ACTIONS(4073), - [anon_sym_else] = ACTIONS(4073), - [anon_sym_when] = ACTIONS(4073), - [anon_sym_try] = ACTIONS(4073), - [anon_sym_throw] = ACTIONS(4073), - [anon_sym_return] = ACTIONS(4073), - [anon_sym_continue] = ACTIONS(4073), - [anon_sym_break] = ACTIONS(4073), - [anon_sym_COLON_COLON] = ACTIONS(4075), - [anon_sym_BANG_EQ] = ACTIONS(4073), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4075), - [anon_sym_EQ_EQ] = ACTIONS(4073), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4075), - [anon_sym_LT_EQ] = ACTIONS(4075), - [anon_sym_GT_EQ] = ACTIONS(4075), - [anon_sym_BANGin] = ACTIONS(4075), - [anon_sym_is] = ACTIONS(4073), - [anon_sym_BANGis] = ACTIONS(4075), - [anon_sym_PLUS] = ACTIONS(4073), - [anon_sym_DASH] = ACTIONS(4073), - [anon_sym_SLASH] = ACTIONS(4073), - [anon_sym_PERCENT] = ACTIONS(4075), - [anon_sym_as_QMARK] = ACTIONS(4075), - [anon_sym_PLUS_PLUS] = ACTIONS(4075), - [anon_sym_DASH_DASH] = ACTIONS(4075), - [anon_sym_BANG] = ACTIONS(4073), - [anon_sym_BANG_BANG] = ACTIONS(4075), - [anon_sym_suspend] = ACTIONS(4073), - [anon_sym_sealed] = ACTIONS(4073), - [anon_sym_annotation] = ACTIONS(4073), - [anon_sym_data] = ACTIONS(4073), - [anon_sym_inner] = ACTIONS(4073), - [anon_sym_override] = ACTIONS(4073), - [anon_sym_lateinit] = ACTIONS(4073), - [anon_sym_public] = ACTIONS(4073), - [anon_sym_private] = ACTIONS(4073), - [anon_sym_internal] = ACTIONS(4073), - [anon_sym_protected] = ACTIONS(4073), - [anon_sym_tailrec] = ACTIONS(4073), - [anon_sym_operator] = ACTIONS(4073), - [anon_sym_infix] = ACTIONS(4073), - [anon_sym_inline] = ACTIONS(4073), - [anon_sym_external] = ACTIONS(4073), - [sym_property_modifier] = ACTIONS(4073), - [anon_sym_abstract] = ACTIONS(4073), - [anon_sym_final] = ACTIONS(4073), - [anon_sym_open] = ACTIONS(4073), - [anon_sym_vararg] = ACTIONS(4073), - [anon_sym_noinline] = ACTIONS(4073), - [anon_sym_crossinline] = ACTIONS(4073), - [anon_sym_expect] = ACTIONS(4073), - [anon_sym_actual] = ACTIONS(4073), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4075), - [anon_sym_continue_AT] = ACTIONS(4075), - [anon_sym_break_AT] = ACTIONS(4075), - [sym_real_literal] = ACTIONS(4075), - [sym_integer_literal] = ACTIONS(4073), - [sym_hex_literal] = ACTIONS(4075), - [sym_bin_literal] = ACTIONS(4075), - [anon_sym_true] = ACTIONS(4073), - [anon_sym_false] = ACTIONS(4073), - [anon_sym_SQUOTE] = ACTIONS(4075), - [sym__backtick_identifier] = ACTIONS(4075), - [sym__automatic_semicolon] = ACTIONS(4075), - [sym_safe_nav] = ACTIONS(4075), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4075), - }, - [1268] = { - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(1614), - [sym__comparison_operator] = STATE(1613), - [sym__in_operator] = STATE(2103), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(1671), - [sym__multiplicative_operator] = STATE(1686), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_annotation] = STATE(7852), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1688), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [sym__alpha_identifier] = ACTIONS(1686), + [1262] = { + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(1769), + [sym__comparison_operator] = STATE(1765), + [sym__in_operator] = STATE(1760), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(1749), + [sym__multiplicative_operator] = STATE(1746), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_annotation] = STATE(7883), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1729), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [sym__alpha_identifier] = ACTIONS(3011), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), [anon_sym_EQ] = ACTIONS(3011), [anon_sym_LBRACE] = ACTIONS(1622), [anon_sym_RBRACE] = ACTIONS(3013), - [anon_sym_LPAREN] = ACTIONS(3570), + [anon_sym_LPAREN] = ACTIONS(3572), [anon_sym_COMMA] = ACTIONS(3013), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3572), + [anon_sym_LT] = ACTIONS(3015), + [anon_sym_GT] = ACTIONS(3011), [anon_sym_where] = ACTIONS(3011), - [anon_sym_DOT] = ACTIONS(3574), + [anon_sym_DOT] = ACTIONS(3576), [anon_sym_SEMI] = ACTIONS(3013), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(3582), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(3586), - [anon_sym_DOT_DOT] = ACTIONS(3588), - [anon_sym_QMARK_COLON] = ACTIONS(3590), - [anon_sym_AMP_AMP] = ACTIONS(3592), + [anon_sym_get] = ACTIONS(3011), + [anon_sym_set] = ACTIONS(3011), + [anon_sym_STAR] = ACTIONS(3011), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(3011), + [anon_sym_DOT_DOT] = ACTIONS(3013), + [anon_sym_QMARK_COLON] = ACTIONS(3013), + [anon_sym_AMP_AMP] = ACTIONS(3013), [anon_sym_PIPE_PIPE] = ACTIONS(3013), [anon_sym_else] = ACTIONS(3011), - [anon_sym_COLON_COLON] = ACTIONS(3596), + [anon_sym_COLON_COLON] = ACTIONS(3598), [anon_sym_PLUS_EQ] = ACTIONS(3013), [anon_sym_DASH_EQ] = ACTIONS(3013), [anon_sym_STAR_EQ] = ACTIONS(3013), [anon_sym_SLASH_EQ] = ACTIONS(3013), [anon_sym_PERCENT_EQ] = ACTIONS(3013), - [anon_sym_BANG_EQ] = ACTIONS(3598), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3600), - [anon_sym_EQ_EQ] = ACTIONS(3598), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3600), - [anon_sym_LT_EQ] = ACTIONS(3602), - [anon_sym_GT_EQ] = ACTIONS(3602), - [anon_sym_BANGin] = ACTIONS(3604), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), - [anon_sym_PLUS] = ACTIONS(3610), - [anon_sym_DASH] = ACTIONS(3610), - [anon_sym_SLASH] = ACTIONS(3582), - [anon_sym_PERCENT] = ACTIONS(3582), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), + [anon_sym_BANG_EQ] = ACTIONS(3011), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3013), + [anon_sym_EQ_EQ] = ACTIONS(3011), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3013), + [anon_sym_LT_EQ] = ACTIONS(3013), + [anon_sym_GT_EQ] = ACTIONS(3013), + [anon_sym_BANGin] = ACTIONS(3013), + [anon_sym_is] = ACTIONS(3011), + [anon_sym_BANGis] = ACTIONS(3013), + [anon_sym_PLUS] = ACTIONS(3011), + [anon_sym_DASH] = ACTIONS(3011), + [anon_sym_SLASH] = ACTIONS(3011), + [anon_sym_PERCENT] = ACTIONS(3011), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), [anon_sym_suspend] = ACTIONS(3011), [anon_sym_sealed] = ACTIONS(3011), [anon_sym_annotation] = ACTIONS(3011), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), + [anon_sym_data] = ACTIONS(3011), + [anon_sym_inner] = ACTIONS(3011), [anon_sym_override] = ACTIONS(3011), [anon_sym_lateinit] = ACTIONS(3011), [anon_sym_public] = ACTIONS(3011), @@ -178783,691 +178289,489 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(3011), [anon_sym_noinline] = ACTIONS(3011), [anon_sym_crossinline] = ACTIONS(3011), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), + [anon_sym_expect] = ACTIONS(3011), + [anon_sym_actual] = ACTIONS(3011), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), + [sym__backtick_identifier] = ACTIONS(3013), [sym__automatic_semicolon] = ACTIONS(3013), - [sym_safe_nav] = ACTIONS(3596), + [sym_safe_nav] = ACTIONS(3598), [sym_multiline_comment] = ACTIONS(3), }, - [1269] = { - [sym_function_body] = STATE(1159), - [sym__block] = STATE(1128), - [sym__alpha_identifier] = ACTIONS(4336), - [anon_sym_AT] = ACTIONS(4338), - [anon_sym_COLON] = ACTIONS(5227), - [anon_sym_LBRACK] = ACTIONS(4338), - [anon_sym_as] = ACTIONS(4336), - [anon_sym_EQ] = ACTIONS(5103), - [anon_sym_LBRACE] = ACTIONS(4081), - [anon_sym_RBRACE] = ACTIONS(4338), - [anon_sym_LPAREN] = ACTIONS(4338), - [anon_sym_COMMA] = ACTIONS(4338), - [anon_sym_LT] = ACTIONS(4336), - [anon_sym_GT] = ACTIONS(4336), - [anon_sym_where] = ACTIONS(4336), - [anon_sym_object] = ACTIONS(4336), - [anon_sym_fun] = ACTIONS(4336), - [anon_sym_DOT] = ACTIONS(4336), - [anon_sym_SEMI] = ACTIONS(4338), - [anon_sym_get] = ACTIONS(4336), - [anon_sym_set] = ACTIONS(4336), - [anon_sym_this] = ACTIONS(4336), - [anon_sym_super] = ACTIONS(4336), - [anon_sym_STAR] = ACTIONS(4338), - [sym_label] = ACTIONS(4336), - [anon_sym_in] = ACTIONS(4336), - [anon_sym_DOT_DOT] = ACTIONS(4338), - [anon_sym_QMARK_COLON] = ACTIONS(4338), - [anon_sym_AMP_AMP] = ACTIONS(4338), - [anon_sym_PIPE_PIPE] = ACTIONS(4338), - [anon_sym_null] = ACTIONS(4336), - [anon_sym_if] = ACTIONS(4336), - [anon_sym_else] = ACTIONS(4336), - [anon_sym_when] = ACTIONS(4336), - [anon_sym_try] = ACTIONS(4336), - [anon_sym_throw] = ACTIONS(4336), - [anon_sym_return] = ACTIONS(4336), - [anon_sym_continue] = ACTIONS(4336), - [anon_sym_break] = ACTIONS(4336), - [anon_sym_COLON_COLON] = ACTIONS(4338), - [anon_sym_BANG_EQ] = ACTIONS(4336), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4338), - [anon_sym_EQ_EQ] = ACTIONS(4336), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4338), - [anon_sym_LT_EQ] = ACTIONS(4338), - [anon_sym_GT_EQ] = ACTIONS(4338), - [anon_sym_BANGin] = ACTIONS(4338), - [anon_sym_is] = ACTIONS(4336), - [anon_sym_BANGis] = ACTIONS(4338), - [anon_sym_PLUS] = ACTIONS(4336), - [anon_sym_DASH] = ACTIONS(4336), - [anon_sym_SLASH] = ACTIONS(4336), - [anon_sym_PERCENT] = ACTIONS(4338), - [anon_sym_as_QMARK] = ACTIONS(4338), - [anon_sym_PLUS_PLUS] = ACTIONS(4338), - [anon_sym_DASH_DASH] = ACTIONS(4338), - [anon_sym_BANG] = ACTIONS(4336), - [anon_sym_BANG_BANG] = ACTIONS(4338), - [anon_sym_suspend] = ACTIONS(4336), - [anon_sym_sealed] = ACTIONS(4336), - [anon_sym_annotation] = ACTIONS(4336), - [anon_sym_data] = ACTIONS(4336), - [anon_sym_inner] = ACTIONS(4336), - [anon_sym_override] = ACTIONS(4336), - [anon_sym_lateinit] = ACTIONS(4336), - [anon_sym_public] = ACTIONS(4336), - [anon_sym_private] = ACTIONS(4336), - [anon_sym_internal] = ACTIONS(4336), - [anon_sym_protected] = ACTIONS(4336), - [anon_sym_tailrec] = ACTIONS(4336), - [anon_sym_operator] = ACTIONS(4336), - [anon_sym_infix] = ACTIONS(4336), - [anon_sym_inline] = ACTIONS(4336), - [anon_sym_external] = ACTIONS(4336), - [sym_property_modifier] = ACTIONS(4336), - [anon_sym_abstract] = ACTIONS(4336), - [anon_sym_final] = ACTIONS(4336), - [anon_sym_open] = ACTIONS(4336), - [anon_sym_vararg] = ACTIONS(4336), - [anon_sym_noinline] = ACTIONS(4336), - [anon_sym_crossinline] = ACTIONS(4336), - [anon_sym_expect] = ACTIONS(4336), - [anon_sym_actual] = ACTIONS(4336), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4338), - [anon_sym_continue_AT] = ACTIONS(4338), - [anon_sym_break_AT] = ACTIONS(4338), - [sym_real_literal] = ACTIONS(4338), - [sym_integer_literal] = ACTIONS(4336), - [sym_hex_literal] = ACTIONS(4338), - [sym_bin_literal] = ACTIONS(4338), - [anon_sym_true] = ACTIONS(4336), - [anon_sym_false] = ACTIONS(4336), - [anon_sym_SQUOTE] = ACTIONS(4338), - [sym__backtick_identifier] = ACTIONS(4338), - [sym__automatic_semicolon] = ACTIONS(4338), - [sym_safe_nav] = ACTIONS(4338), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4338), + [1263] = { + [sym_type_constraints] = STATE(1493), + [sym_function_body] = STATE(1168), + [sym__block] = STATE(1087), + [sym__alpha_identifier] = ACTIONS(4041), + [anon_sym_AT] = ACTIONS(4043), + [anon_sym_COLON] = ACTIONS(5233), + [anon_sym_LBRACK] = ACTIONS(4043), + [anon_sym_as] = ACTIONS(4041), + [anon_sym_EQ] = ACTIONS(5203), + [anon_sym_LBRACE] = ACTIONS(4039), + [anon_sym_RBRACE] = ACTIONS(4043), + [anon_sym_LPAREN] = ACTIONS(4043), + [anon_sym_LT] = ACTIONS(4041), + [anon_sym_GT] = ACTIONS(4041), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(4041), + [anon_sym_fun] = ACTIONS(4041), + [anon_sym_DOT] = ACTIONS(4041), + [anon_sym_SEMI] = ACTIONS(4043), + [anon_sym_get] = ACTIONS(4041), + [anon_sym_set] = ACTIONS(4041), + [anon_sym_this] = ACTIONS(4041), + [anon_sym_super] = ACTIONS(4041), + [anon_sym_STAR] = ACTIONS(4043), + [sym_label] = ACTIONS(4041), + [anon_sym_in] = ACTIONS(4041), + [anon_sym_DOT_DOT] = ACTIONS(4043), + [anon_sym_QMARK_COLON] = ACTIONS(4043), + [anon_sym_AMP_AMP] = ACTIONS(4043), + [anon_sym_PIPE_PIPE] = ACTIONS(4043), + [anon_sym_null] = ACTIONS(4041), + [anon_sym_if] = ACTIONS(4041), + [anon_sym_else] = ACTIONS(4041), + [anon_sym_when] = ACTIONS(4041), + [anon_sym_try] = ACTIONS(4041), + [anon_sym_throw] = ACTIONS(4041), + [anon_sym_return] = ACTIONS(4041), + [anon_sym_continue] = ACTIONS(4041), + [anon_sym_break] = ACTIONS(4041), + [anon_sym_COLON_COLON] = ACTIONS(4043), + [anon_sym_BANG_EQ] = ACTIONS(4041), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4043), + [anon_sym_EQ_EQ] = ACTIONS(4041), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4043), + [anon_sym_LT_EQ] = ACTIONS(4043), + [anon_sym_GT_EQ] = ACTIONS(4043), + [anon_sym_BANGin] = ACTIONS(4043), + [anon_sym_is] = ACTIONS(4041), + [anon_sym_BANGis] = ACTIONS(4043), + [anon_sym_PLUS] = ACTIONS(4041), + [anon_sym_DASH] = ACTIONS(4041), + [anon_sym_SLASH] = ACTIONS(4041), + [anon_sym_PERCENT] = ACTIONS(4043), + [anon_sym_as_QMARK] = ACTIONS(4043), + [anon_sym_PLUS_PLUS] = ACTIONS(4043), + [anon_sym_DASH_DASH] = ACTIONS(4043), + [anon_sym_BANG] = ACTIONS(4041), + [anon_sym_BANG_BANG] = ACTIONS(4043), + [anon_sym_suspend] = ACTIONS(4041), + [anon_sym_sealed] = ACTIONS(4041), + [anon_sym_annotation] = ACTIONS(4041), + [anon_sym_data] = ACTIONS(4041), + [anon_sym_inner] = ACTIONS(4041), + [anon_sym_override] = ACTIONS(4041), + [anon_sym_lateinit] = ACTIONS(4041), + [anon_sym_public] = ACTIONS(4041), + [anon_sym_private] = ACTIONS(4041), + [anon_sym_internal] = ACTIONS(4041), + [anon_sym_protected] = ACTIONS(4041), + [anon_sym_tailrec] = ACTIONS(4041), + [anon_sym_operator] = ACTIONS(4041), + [anon_sym_infix] = ACTIONS(4041), + [anon_sym_inline] = ACTIONS(4041), + [anon_sym_external] = ACTIONS(4041), + [sym_property_modifier] = ACTIONS(4041), + [anon_sym_abstract] = ACTIONS(4041), + [anon_sym_final] = ACTIONS(4041), + [anon_sym_open] = ACTIONS(4041), + [anon_sym_vararg] = ACTIONS(4041), + [anon_sym_noinline] = ACTIONS(4041), + [anon_sym_crossinline] = ACTIONS(4041), + [anon_sym_expect] = ACTIONS(4041), + [anon_sym_actual] = ACTIONS(4041), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4043), + [anon_sym_continue_AT] = ACTIONS(4043), + [anon_sym_break_AT] = ACTIONS(4043), + [sym_real_literal] = ACTIONS(4043), + [sym_integer_literal] = ACTIONS(4041), + [sym_hex_literal] = ACTIONS(4043), + [sym_bin_literal] = ACTIONS(4043), + [anon_sym_true] = ACTIONS(4041), + [anon_sym_false] = ACTIONS(4041), + [anon_sym_SQUOTE] = ACTIONS(4043), + [sym__backtick_identifier] = ACTIONS(4043), + [sym__automatic_semicolon] = ACTIONS(4043), + [sym_safe_nav] = ACTIONS(4043), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4043), }, - [1270] = { - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(1614), - [sym__comparison_operator] = STATE(1613), - [sym__in_operator] = STATE(2103), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(1671), - [sym__multiplicative_operator] = STATE(1686), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_annotation] = STATE(7852), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1688), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [sym__alpha_identifier] = ACTIONS(3034), + [1264] = { + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(1769), + [sym__comparison_operator] = STATE(1765), + [sym__in_operator] = STATE(1760), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(1749), + [sym__multiplicative_operator] = STATE(1746), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_annotation] = STATE(7883), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1729), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [sym__alpha_identifier] = ACTIONS(3022), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_EQ] = ACTIONS(3034), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_EQ] = ACTIONS(3022), [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(3036), - [anon_sym_LPAREN] = ACTIONS(3570), - [anon_sym_COMMA] = ACTIONS(3036), - [anon_sym_LT] = ACTIONS(3038), - [anon_sym_GT] = ACTIONS(3034), - [anon_sym_where] = ACTIONS(3034), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(3036), - [anon_sym_get] = ACTIONS(3034), - [anon_sym_set] = ACTIONS(3034), - [anon_sym_STAR] = ACTIONS(3582), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(3034), - [anon_sym_DOT_DOT] = ACTIONS(3036), - [anon_sym_QMARK_COLON] = ACTIONS(3036), - [anon_sym_AMP_AMP] = ACTIONS(3036), - [anon_sym_PIPE_PIPE] = ACTIONS(3036), - [anon_sym_else] = ACTIONS(3034), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_PLUS_EQ] = ACTIONS(3036), - [anon_sym_DASH_EQ] = ACTIONS(3036), - [anon_sym_STAR_EQ] = ACTIONS(3036), - [anon_sym_SLASH_EQ] = ACTIONS(3036), - [anon_sym_PERCENT_EQ] = ACTIONS(3036), - [anon_sym_BANG_EQ] = ACTIONS(3034), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3036), - [anon_sym_EQ_EQ] = ACTIONS(3034), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3036), - [anon_sym_LT_EQ] = ACTIONS(3036), - [anon_sym_GT_EQ] = ACTIONS(3036), - [anon_sym_BANGin] = ACTIONS(3036), - [anon_sym_is] = ACTIONS(3034), - [anon_sym_BANGis] = ACTIONS(3036), - [anon_sym_PLUS] = ACTIONS(3034), - [anon_sym_DASH] = ACTIONS(3034), - [anon_sym_SLASH] = ACTIONS(3582), - [anon_sym_PERCENT] = ACTIONS(3582), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), - [anon_sym_suspend] = ACTIONS(3034), - [anon_sym_sealed] = ACTIONS(3034), - [anon_sym_annotation] = ACTIONS(3034), - [anon_sym_data] = ACTIONS(3034), - [anon_sym_inner] = ACTIONS(3034), - [anon_sym_override] = ACTIONS(3034), - [anon_sym_lateinit] = ACTIONS(3034), - [anon_sym_public] = ACTIONS(3034), - [anon_sym_private] = ACTIONS(3034), - [anon_sym_internal] = ACTIONS(3034), - [anon_sym_protected] = ACTIONS(3034), - [anon_sym_tailrec] = ACTIONS(3034), - [anon_sym_operator] = ACTIONS(3034), - [anon_sym_infix] = ACTIONS(3034), - [anon_sym_inline] = ACTIONS(3034), - [anon_sym_external] = ACTIONS(3034), - [sym_property_modifier] = ACTIONS(3034), - [anon_sym_abstract] = ACTIONS(3034), - [anon_sym_final] = ACTIONS(3034), - [anon_sym_open] = ACTIONS(3034), - [anon_sym_vararg] = ACTIONS(3034), - [anon_sym_noinline] = ACTIONS(3034), - [anon_sym_crossinline] = ACTIONS(3034), - [anon_sym_expect] = ACTIONS(3034), - [anon_sym_actual] = ACTIONS(3034), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3036), - [sym__automatic_semicolon] = ACTIONS(3036), - [sym_safe_nav] = ACTIONS(3596), + [anon_sym_RBRACE] = ACTIONS(3024), + [anon_sym_LPAREN] = ACTIONS(3572), + [anon_sym_COMMA] = ACTIONS(3024), + [anon_sym_LT] = ACTIONS(3026), + [anon_sym_GT] = ACTIONS(3022), + [anon_sym_where] = ACTIONS(3022), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(3024), + [anon_sym_get] = ACTIONS(3022), + [anon_sym_set] = ACTIONS(3022), + [anon_sym_STAR] = ACTIONS(3584), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(3022), + [anon_sym_DOT_DOT] = ACTIONS(3024), + [anon_sym_QMARK_COLON] = ACTIONS(3024), + [anon_sym_AMP_AMP] = ACTIONS(3024), + [anon_sym_PIPE_PIPE] = ACTIONS(3024), + [anon_sym_else] = ACTIONS(3022), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_PLUS_EQ] = ACTIONS(3024), + [anon_sym_DASH_EQ] = ACTIONS(3024), + [anon_sym_STAR_EQ] = ACTIONS(3024), + [anon_sym_SLASH_EQ] = ACTIONS(3024), + [anon_sym_PERCENT_EQ] = ACTIONS(3024), + [anon_sym_BANG_EQ] = ACTIONS(3022), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3024), + [anon_sym_EQ_EQ] = ACTIONS(3022), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3024), + [anon_sym_LT_EQ] = ACTIONS(3024), + [anon_sym_GT_EQ] = ACTIONS(3024), + [anon_sym_BANGin] = ACTIONS(3024), + [anon_sym_is] = ACTIONS(3022), + [anon_sym_BANGis] = ACTIONS(3024), + [anon_sym_PLUS] = ACTIONS(3022), + [anon_sym_DASH] = ACTIONS(3022), + [anon_sym_SLASH] = ACTIONS(3584), + [anon_sym_PERCENT] = ACTIONS(3584), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), + [anon_sym_suspend] = ACTIONS(3022), + [anon_sym_sealed] = ACTIONS(3022), + [anon_sym_annotation] = ACTIONS(3022), + [anon_sym_data] = ACTIONS(3022), + [anon_sym_inner] = ACTIONS(3022), + [anon_sym_override] = ACTIONS(3022), + [anon_sym_lateinit] = ACTIONS(3022), + [anon_sym_public] = ACTIONS(3022), + [anon_sym_private] = ACTIONS(3022), + [anon_sym_internal] = ACTIONS(3022), + [anon_sym_protected] = ACTIONS(3022), + [anon_sym_tailrec] = ACTIONS(3022), + [anon_sym_operator] = ACTIONS(3022), + [anon_sym_infix] = ACTIONS(3022), + [anon_sym_inline] = ACTIONS(3022), + [anon_sym_external] = ACTIONS(3022), + [sym_property_modifier] = ACTIONS(3022), + [anon_sym_abstract] = ACTIONS(3022), + [anon_sym_final] = ACTIONS(3022), + [anon_sym_open] = ACTIONS(3022), + [anon_sym_vararg] = ACTIONS(3022), + [anon_sym_noinline] = ACTIONS(3022), + [anon_sym_crossinline] = ACTIONS(3022), + [anon_sym_expect] = ACTIONS(3022), + [anon_sym_actual] = ACTIONS(3022), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3024), + [sym__automatic_semicolon] = ACTIONS(3024), + [sym_safe_nav] = ACTIONS(3598), [sym_multiline_comment] = ACTIONS(3), }, - [1271] = { - [sym__alpha_identifier] = ACTIONS(4233), - [anon_sym_AT] = ACTIONS(4236), - [anon_sym_LBRACK] = ACTIONS(4236), - [anon_sym_as] = ACTIONS(4233), - [anon_sym_EQ] = ACTIONS(3828), - [anon_sym_LBRACE] = ACTIONS(4236), - [anon_sym_RBRACE] = ACTIONS(4236), - [anon_sym_LPAREN] = ACTIONS(5229), - [anon_sym_LT] = ACTIONS(4233), - [anon_sym_GT] = ACTIONS(4233), - [anon_sym_object] = ACTIONS(4233), - [anon_sym_fun] = ACTIONS(4233), - [anon_sym_DOT] = ACTIONS(4233), - [anon_sym_SEMI] = ACTIONS(4236), - [anon_sym_get] = ACTIONS(4233), - [anon_sym_set] = ACTIONS(4233), - [anon_sym_this] = ACTIONS(4233), - [anon_sym_super] = ACTIONS(4233), - [anon_sym_STAR] = ACTIONS(4233), - [sym_label] = ACTIONS(4233), - [anon_sym_in] = ACTIONS(4233), - [anon_sym_DOT_DOT] = ACTIONS(4236), - [anon_sym_QMARK_COLON] = ACTIONS(4236), - [anon_sym_AMP_AMP] = ACTIONS(4236), - [anon_sym_PIPE_PIPE] = ACTIONS(4236), - [anon_sym_null] = ACTIONS(4233), - [anon_sym_if] = ACTIONS(4233), - [anon_sym_else] = ACTIONS(4233), - [anon_sym_when] = ACTIONS(4233), - [anon_sym_try] = ACTIONS(4233), - [anon_sym_throw] = ACTIONS(4233), - [anon_sym_return] = ACTIONS(4233), - [anon_sym_continue] = ACTIONS(4233), - [anon_sym_break] = ACTIONS(4233), - [anon_sym_COLON_COLON] = ACTIONS(4236), - [anon_sym_PLUS_EQ] = ACTIONS(3833), - [anon_sym_DASH_EQ] = ACTIONS(3833), - [anon_sym_STAR_EQ] = ACTIONS(3833), - [anon_sym_SLASH_EQ] = ACTIONS(3833), - [anon_sym_PERCENT_EQ] = ACTIONS(3833), - [anon_sym_BANG_EQ] = ACTIONS(4233), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4236), - [anon_sym_EQ_EQ] = ACTIONS(4233), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4236), - [anon_sym_LT_EQ] = ACTIONS(4236), - [anon_sym_GT_EQ] = ACTIONS(4236), - [anon_sym_BANGin] = ACTIONS(4236), - [anon_sym_is] = ACTIONS(4233), - [anon_sym_BANGis] = ACTIONS(4236), - [anon_sym_PLUS] = ACTIONS(4233), - [anon_sym_DASH] = ACTIONS(4233), - [anon_sym_SLASH] = ACTIONS(4233), - [anon_sym_PERCENT] = ACTIONS(4233), - [anon_sym_as_QMARK] = ACTIONS(4236), - [anon_sym_PLUS_PLUS] = ACTIONS(4236), - [anon_sym_DASH_DASH] = ACTIONS(4236), - [anon_sym_BANG] = ACTIONS(4233), - [anon_sym_BANG_BANG] = ACTIONS(4236), - [anon_sym_suspend] = ACTIONS(4233), - [anon_sym_sealed] = ACTIONS(4233), - [anon_sym_annotation] = ACTIONS(4233), - [anon_sym_data] = ACTIONS(4233), - [anon_sym_inner] = ACTIONS(4233), - [anon_sym_override] = ACTIONS(4233), - [anon_sym_lateinit] = ACTIONS(4233), - [anon_sym_public] = ACTIONS(4233), - [anon_sym_private] = ACTIONS(4233), - [anon_sym_internal] = ACTIONS(4233), - [anon_sym_protected] = ACTIONS(4233), - [anon_sym_tailrec] = ACTIONS(4233), - [anon_sym_operator] = ACTIONS(4233), - [anon_sym_infix] = ACTIONS(4233), - [anon_sym_inline] = ACTIONS(4233), - [anon_sym_external] = ACTIONS(4233), - [sym_property_modifier] = ACTIONS(4233), - [anon_sym_abstract] = ACTIONS(4233), - [anon_sym_final] = ACTIONS(4233), - [anon_sym_open] = ACTIONS(4233), - [anon_sym_vararg] = ACTIONS(4233), - [anon_sym_noinline] = ACTIONS(4233), - [anon_sym_crossinline] = ACTIONS(4233), - [anon_sym_expect] = ACTIONS(4233), - [anon_sym_actual] = ACTIONS(4233), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4236), - [anon_sym_continue_AT] = ACTIONS(4236), - [anon_sym_break_AT] = ACTIONS(4236), - [sym_real_literal] = ACTIONS(4236), - [sym_integer_literal] = ACTIONS(4233), - [sym_hex_literal] = ACTIONS(4236), - [sym_bin_literal] = ACTIONS(4236), - [anon_sym_true] = ACTIONS(4233), - [anon_sym_false] = ACTIONS(4233), - [anon_sym_SQUOTE] = ACTIONS(4236), - [sym__backtick_identifier] = ACTIONS(4236), - [sym__automatic_semicolon] = ACTIONS(4236), - [sym_safe_nav] = ACTIONS(4236), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4236), - }, - [1272] = { - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(1614), - [sym__comparison_operator] = STATE(1613), - [sym__in_operator] = STATE(2103), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(1671), - [sym__multiplicative_operator] = STATE(1686), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_annotation] = STATE(7852), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1688), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [sym__alpha_identifier] = ACTIONS(3076), + [1265] = { + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(1769), + [sym__comparison_operator] = STATE(1765), + [sym__in_operator] = STATE(1760), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(1749), + [sym__multiplicative_operator] = STATE(1746), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_annotation] = STATE(7883), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1729), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_EQ] = ACTIONS(3076), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_EQ] = ACTIONS(3063), [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(3078), - [anon_sym_LPAREN] = ACTIONS(3570), - [anon_sym_COMMA] = ACTIONS(3078), - [anon_sym_LT] = ACTIONS(3080), - [anon_sym_GT] = ACTIONS(3076), - [anon_sym_where] = ACTIONS(3076), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(3078), - [anon_sym_get] = ACTIONS(3076), - [anon_sym_set] = ACTIONS(3076), - [anon_sym_STAR] = ACTIONS(3582), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(3076), - [anon_sym_DOT_DOT] = ACTIONS(3588), - [anon_sym_QMARK_COLON] = ACTIONS(3078), - [anon_sym_AMP_AMP] = ACTIONS(3078), - [anon_sym_PIPE_PIPE] = ACTIONS(3078), - [anon_sym_else] = ACTIONS(3076), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_PLUS_EQ] = ACTIONS(3078), - [anon_sym_DASH_EQ] = ACTIONS(3078), - [anon_sym_STAR_EQ] = ACTIONS(3078), - [anon_sym_SLASH_EQ] = ACTIONS(3078), - [anon_sym_PERCENT_EQ] = ACTIONS(3078), - [anon_sym_BANG_EQ] = ACTIONS(3076), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3078), - [anon_sym_EQ_EQ] = ACTIONS(3076), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3078), - [anon_sym_LT_EQ] = ACTIONS(3078), - [anon_sym_GT_EQ] = ACTIONS(3078), - [anon_sym_BANGin] = ACTIONS(3078), - [anon_sym_is] = ACTIONS(3076), - [anon_sym_BANGis] = ACTIONS(3078), - [anon_sym_PLUS] = ACTIONS(3610), - [anon_sym_DASH] = ACTIONS(3610), - [anon_sym_SLASH] = ACTIONS(3582), - [anon_sym_PERCENT] = ACTIONS(3582), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), - [anon_sym_suspend] = ACTIONS(3076), - [anon_sym_sealed] = ACTIONS(3076), - [anon_sym_annotation] = ACTIONS(3076), - [anon_sym_data] = ACTIONS(3076), - [anon_sym_inner] = ACTIONS(3076), - [anon_sym_override] = ACTIONS(3076), - [anon_sym_lateinit] = ACTIONS(3076), - [anon_sym_public] = ACTIONS(3076), - [anon_sym_private] = ACTIONS(3076), - [anon_sym_internal] = ACTIONS(3076), - [anon_sym_protected] = ACTIONS(3076), - [anon_sym_tailrec] = ACTIONS(3076), - [anon_sym_operator] = ACTIONS(3076), - [anon_sym_infix] = ACTIONS(3076), - [anon_sym_inline] = ACTIONS(3076), - [anon_sym_external] = ACTIONS(3076), - [sym_property_modifier] = ACTIONS(3076), - [anon_sym_abstract] = ACTIONS(3076), - [anon_sym_final] = ACTIONS(3076), - [anon_sym_open] = ACTIONS(3076), - [anon_sym_vararg] = ACTIONS(3076), - [anon_sym_noinline] = ACTIONS(3076), - [anon_sym_crossinline] = ACTIONS(3076), - [anon_sym_expect] = ACTIONS(3076), - [anon_sym_actual] = ACTIONS(3076), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3078), - [sym__automatic_semicolon] = ACTIONS(3078), - [sym_safe_nav] = ACTIONS(3596), - [sym_multiline_comment] = ACTIONS(3), - }, - [1273] = { - [sym_function_body] = STATE(1157), - [sym__block] = STATE(1128), - [sym__alpha_identifier] = ACTIONS(4326), - [anon_sym_AT] = ACTIONS(4328), - [anon_sym_COLON] = ACTIONS(5233), - [anon_sym_LBRACK] = ACTIONS(4328), - [anon_sym_as] = ACTIONS(4326), - [anon_sym_EQ] = ACTIONS(5103), - [anon_sym_LBRACE] = ACTIONS(4081), - [anon_sym_RBRACE] = ACTIONS(4328), - [anon_sym_LPAREN] = ACTIONS(4328), - [anon_sym_COMMA] = ACTIONS(4328), - [anon_sym_LT] = ACTIONS(4326), - [anon_sym_GT] = ACTIONS(4326), - [anon_sym_where] = ACTIONS(4326), - [anon_sym_object] = ACTIONS(4326), - [anon_sym_fun] = ACTIONS(4326), - [anon_sym_DOT] = ACTIONS(4326), - [anon_sym_SEMI] = ACTIONS(4328), - [anon_sym_get] = ACTIONS(4326), - [anon_sym_set] = ACTIONS(4326), - [anon_sym_this] = ACTIONS(4326), - [anon_sym_super] = ACTIONS(4326), - [anon_sym_STAR] = ACTIONS(4328), - [sym_label] = ACTIONS(4326), - [anon_sym_in] = ACTIONS(4326), - [anon_sym_DOT_DOT] = ACTIONS(4328), - [anon_sym_QMARK_COLON] = ACTIONS(4328), - [anon_sym_AMP_AMP] = ACTIONS(4328), - [anon_sym_PIPE_PIPE] = ACTIONS(4328), - [anon_sym_null] = ACTIONS(4326), - [anon_sym_if] = ACTIONS(4326), - [anon_sym_else] = ACTIONS(4326), - [anon_sym_when] = ACTIONS(4326), - [anon_sym_try] = ACTIONS(4326), - [anon_sym_throw] = ACTIONS(4326), - [anon_sym_return] = ACTIONS(4326), - [anon_sym_continue] = ACTIONS(4326), - [anon_sym_break] = ACTIONS(4326), - [anon_sym_COLON_COLON] = ACTIONS(4328), - [anon_sym_BANG_EQ] = ACTIONS(4326), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4328), - [anon_sym_EQ_EQ] = ACTIONS(4326), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4328), - [anon_sym_LT_EQ] = ACTIONS(4328), - [anon_sym_GT_EQ] = ACTIONS(4328), - [anon_sym_BANGin] = ACTIONS(4328), - [anon_sym_is] = ACTIONS(4326), - [anon_sym_BANGis] = ACTIONS(4328), - [anon_sym_PLUS] = ACTIONS(4326), - [anon_sym_DASH] = ACTIONS(4326), - [anon_sym_SLASH] = ACTIONS(4326), - [anon_sym_PERCENT] = ACTIONS(4328), - [anon_sym_as_QMARK] = ACTIONS(4328), - [anon_sym_PLUS_PLUS] = ACTIONS(4328), - [anon_sym_DASH_DASH] = ACTIONS(4328), - [anon_sym_BANG] = ACTIONS(4326), - [anon_sym_BANG_BANG] = ACTIONS(4328), - [anon_sym_suspend] = ACTIONS(4326), - [anon_sym_sealed] = ACTIONS(4326), - [anon_sym_annotation] = ACTIONS(4326), - [anon_sym_data] = ACTIONS(4326), - [anon_sym_inner] = ACTIONS(4326), - [anon_sym_override] = ACTIONS(4326), - [anon_sym_lateinit] = ACTIONS(4326), - [anon_sym_public] = ACTIONS(4326), - [anon_sym_private] = ACTIONS(4326), - [anon_sym_internal] = ACTIONS(4326), - [anon_sym_protected] = ACTIONS(4326), - [anon_sym_tailrec] = ACTIONS(4326), - [anon_sym_operator] = ACTIONS(4326), - [anon_sym_infix] = ACTIONS(4326), - [anon_sym_inline] = ACTIONS(4326), - [anon_sym_external] = ACTIONS(4326), - [sym_property_modifier] = ACTIONS(4326), - [anon_sym_abstract] = ACTIONS(4326), - [anon_sym_final] = ACTIONS(4326), - [anon_sym_open] = ACTIONS(4326), - [anon_sym_vararg] = ACTIONS(4326), - [anon_sym_noinline] = ACTIONS(4326), - [anon_sym_crossinline] = ACTIONS(4326), - [anon_sym_expect] = ACTIONS(4326), - [anon_sym_actual] = ACTIONS(4326), + [anon_sym_RBRACE] = ACTIONS(3065), + [anon_sym_LPAREN] = ACTIONS(3572), + [anon_sym_COMMA] = ACTIONS(3065), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(3574), + [anon_sym_where] = ACTIONS(3063), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(3065), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(3584), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(3588), + [anon_sym_DOT_DOT] = ACTIONS(3590), + [anon_sym_QMARK_COLON] = ACTIONS(3592), + [anon_sym_AMP_AMP] = ACTIONS(3594), + [anon_sym_PIPE_PIPE] = ACTIONS(3596), + [anon_sym_else] = ACTIONS(3063), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_PLUS_EQ] = ACTIONS(3065), + [anon_sym_DASH_EQ] = ACTIONS(3065), + [anon_sym_STAR_EQ] = ACTIONS(3065), + [anon_sym_SLASH_EQ] = ACTIONS(3065), + [anon_sym_PERCENT_EQ] = ACTIONS(3065), + [anon_sym_BANG_EQ] = ACTIONS(3600), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3602), + [anon_sym_EQ_EQ] = ACTIONS(3600), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3602), + [anon_sym_LT_EQ] = ACTIONS(3604), + [anon_sym_GT_EQ] = ACTIONS(3604), + [anon_sym_BANGin] = ACTIONS(3606), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), + [anon_sym_PLUS] = ACTIONS(3612), + [anon_sym_DASH] = ACTIONS(3612), + [anon_sym_SLASH] = ACTIONS(3584), + [anon_sym_PERCENT] = ACTIONS(3584), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), + [anon_sym_suspend] = ACTIONS(3063), + [anon_sym_sealed] = ACTIONS(3063), + [anon_sym_annotation] = ACTIONS(3063), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_override] = ACTIONS(3063), + [anon_sym_lateinit] = ACTIONS(3063), + [anon_sym_public] = ACTIONS(3063), + [anon_sym_private] = ACTIONS(3063), + [anon_sym_internal] = ACTIONS(3063), + [anon_sym_protected] = ACTIONS(3063), + [anon_sym_tailrec] = ACTIONS(3063), + [anon_sym_operator] = ACTIONS(3063), + [anon_sym_infix] = ACTIONS(3063), + [anon_sym_inline] = ACTIONS(3063), + [anon_sym_external] = ACTIONS(3063), + [sym_property_modifier] = ACTIONS(3063), + [anon_sym_abstract] = ACTIONS(3063), + [anon_sym_final] = ACTIONS(3063), + [anon_sym_open] = ACTIONS(3063), + [anon_sym_vararg] = ACTIONS(3063), + [anon_sym_noinline] = ACTIONS(3063), + [anon_sym_crossinline] = ACTIONS(3063), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4328), - [anon_sym_continue_AT] = ACTIONS(4328), - [anon_sym_break_AT] = ACTIONS(4328), - [sym_real_literal] = ACTIONS(4328), - [sym_integer_literal] = ACTIONS(4326), - [sym_hex_literal] = ACTIONS(4328), - [sym_bin_literal] = ACTIONS(4328), - [anon_sym_true] = ACTIONS(4326), - [anon_sym_false] = ACTIONS(4326), - [anon_sym_SQUOTE] = ACTIONS(4328), - [sym__backtick_identifier] = ACTIONS(4328), - [sym__automatic_semicolon] = ACTIONS(4328), - [sym_safe_nav] = ACTIONS(4328), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(3065), + [sym_safe_nav] = ACTIONS(3598), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4328), }, - [1274] = { - [sym__alpha_identifier] = ACTIONS(4249), - [anon_sym_AT] = ACTIONS(4252), - [anon_sym_LBRACK] = ACTIONS(4252), - [anon_sym_as] = ACTIONS(4249), - [anon_sym_EQ] = ACTIONS(3828), - [anon_sym_LBRACE] = ACTIONS(4252), - [anon_sym_RBRACE] = ACTIONS(4252), - [anon_sym_LPAREN] = ACTIONS(5235), - [anon_sym_LT] = ACTIONS(4249), - [anon_sym_GT] = ACTIONS(4249), - [anon_sym_object] = ACTIONS(4249), - [anon_sym_fun] = ACTIONS(4249), - [anon_sym_DOT] = ACTIONS(4249), - [anon_sym_SEMI] = ACTIONS(4252), - [anon_sym_get] = ACTIONS(4249), - [anon_sym_set] = ACTIONS(4249), - [anon_sym_this] = ACTIONS(4249), - [anon_sym_super] = ACTIONS(4249), - [anon_sym_STAR] = ACTIONS(4249), - [sym_label] = ACTIONS(4249), - [anon_sym_in] = ACTIONS(4249), - [anon_sym_DOT_DOT] = ACTIONS(4252), - [anon_sym_QMARK_COLON] = ACTIONS(4252), - [anon_sym_AMP_AMP] = ACTIONS(4252), - [anon_sym_PIPE_PIPE] = ACTIONS(4252), - [anon_sym_null] = ACTIONS(4249), - [anon_sym_if] = ACTIONS(4249), - [anon_sym_else] = ACTIONS(4249), - [anon_sym_when] = ACTIONS(4249), - [anon_sym_try] = ACTIONS(4249), - [anon_sym_throw] = ACTIONS(4249), - [anon_sym_return] = ACTIONS(4249), - [anon_sym_continue] = ACTIONS(4249), - [anon_sym_break] = ACTIONS(4249), - [anon_sym_COLON_COLON] = ACTIONS(4252), - [anon_sym_PLUS_EQ] = ACTIONS(3833), - [anon_sym_DASH_EQ] = ACTIONS(3833), - [anon_sym_STAR_EQ] = ACTIONS(3833), - [anon_sym_SLASH_EQ] = ACTIONS(3833), - [anon_sym_PERCENT_EQ] = ACTIONS(3833), - [anon_sym_BANG_EQ] = ACTIONS(4249), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4252), - [anon_sym_EQ_EQ] = ACTIONS(4249), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4252), - [anon_sym_LT_EQ] = ACTIONS(4252), - [anon_sym_GT_EQ] = ACTIONS(4252), - [anon_sym_BANGin] = ACTIONS(4252), - [anon_sym_is] = ACTIONS(4249), - [anon_sym_BANGis] = ACTIONS(4252), - [anon_sym_PLUS] = ACTIONS(4249), - [anon_sym_DASH] = ACTIONS(4249), - [anon_sym_SLASH] = ACTIONS(4249), - [anon_sym_PERCENT] = ACTIONS(4249), - [anon_sym_as_QMARK] = ACTIONS(4252), - [anon_sym_PLUS_PLUS] = ACTIONS(4252), - [anon_sym_DASH_DASH] = ACTIONS(4252), - [anon_sym_BANG] = ACTIONS(4249), - [anon_sym_BANG_BANG] = ACTIONS(4252), - [anon_sym_suspend] = ACTIONS(4249), - [anon_sym_sealed] = ACTIONS(4249), - [anon_sym_annotation] = ACTIONS(4249), - [anon_sym_data] = ACTIONS(4249), - [anon_sym_inner] = ACTIONS(4249), - [anon_sym_override] = ACTIONS(4249), - [anon_sym_lateinit] = ACTIONS(4249), - [anon_sym_public] = ACTIONS(4249), - [anon_sym_private] = ACTIONS(4249), - [anon_sym_internal] = ACTIONS(4249), - [anon_sym_protected] = ACTIONS(4249), - [anon_sym_tailrec] = ACTIONS(4249), - [anon_sym_operator] = ACTIONS(4249), - [anon_sym_infix] = ACTIONS(4249), - [anon_sym_inline] = ACTIONS(4249), - [anon_sym_external] = ACTIONS(4249), - [sym_property_modifier] = ACTIONS(4249), - [anon_sym_abstract] = ACTIONS(4249), - [anon_sym_final] = ACTIONS(4249), - [anon_sym_open] = ACTIONS(4249), - [anon_sym_vararg] = ACTIONS(4249), - [anon_sym_noinline] = ACTIONS(4249), - [anon_sym_crossinline] = ACTIONS(4249), - [anon_sym_expect] = ACTIONS(4249), - [anon_sym_actual] = ACTIONS(4249), + [1266] = { + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(1769), + [sym__comparison_operator] = STATE(1765), + [sym__in_operator] = STATE(1760), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(1749), + [sym__multiplicative_operator] = STATE(1746), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_annotation] = STATE(7883), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1729), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_EQ] = ACTIONS(3029), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_RBRACE] = ACTIONS(3031), + [anon_sym_LPAREN] = ACTIONS(3572), + [anon_sym_COMMA] = ACTIONS(3031), + [anon_sym_LT] = ACTIONS(3033), + [anon_sym_GT] = ACTIONS(3029), + [anon_sym_where] = ACTIONS(3029), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(3031), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(3584), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(3029), + [anon_sym_DOT_DOT] = ACTIONS(3590), + [anon_sym_QMARK_COLON] = ACTIONS(3592), + [anon_sym_AMP_AMP] = ACTIONS(3031), + [anon_sym_PIPE_PIPE] = ACTIONS(3031), + [anon_sym_else] = ACTIONS(3029), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_PLUS_EQ] = ACTIONS(3031), + [anon_sym_DASH_EQ] = ACTIONS(3031), + [anon_sym_STAR_EQ] = ACTIONS(3031), + [anon_sym_SLASH_EQ] = ACTIONS(3031), + [anon_sym_PERCENT_EQ] = ACTIONS(3031), + [anon_sym_BANG_EQ] = ACTIONS(3029), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3031), + [anon_sym_EQ_EQ] = ACTIONS(3029), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3031), + [anon_sym_LT_EQ] = ACTIONS(3031), + [anon_sym_GT_EQ] = ACTIONS(3031), + [anon_sym_BANGin] = ACTIONS(3031), + [anon_sym_is] = ACTIONS(3029), + [anon_sym_BANGis] = ACTIONS(3031), + [anon_sym_PLUS] = ACTIONS(3612), + [anon_sym_DASH] = ACTIONS(3612), + [anon_sym_SLASH] = ACTIONS(3584), + [anon_sym_PERCENT] = ACTIONS(3584), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), + [anon_sym_suspend] = ACTIONS(3029), + [anon_sym_sealed] = ACTIONS(3029), + [anon_sym_annotation] = ACTIONS(3029), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_override] = ACTIONS(3029), + [anon_sym_lateinit] = ACTIONS(3029), + [anon_sym_public] = ACTIONS(3029), + [anon_sym_private] = ACTIONS(3029), + [anon_sym_internal] = ACTIONS(3029), + [anon_sym_protected] = ACTIONS(3029), + [anon_sym_tailrec] = ACTIONS(3029), + [anon_sym_operator] = ACTIONS(3029), + [anon_sym_infix] = ACTIONS(3029), + [anon_sym_inline] = ACTIONS(3029), + [anon_sym_external] = ACTIONS(3029), + [sym_property_modifier] = ACTIONS(3029), + [anon_sym_abstract] = ACTIONS(3029), + [anon_sym_final] = ACTIONS(3029), + [anon_sym_open] = ACTIONS(3029), + [anon_sym_vararg] = ACTIONS(3029), + [anon_sym_noinline] = ACTIONS(3029), + [anon_sym_crossinline] = ACTIONS(3029), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4252), - [anon_sym_continue_AT] = ACTIONS(4252), - [anon_sym_break_AT] = ACTIONS(4252), - [sym_real_literal] = ACTIONS(4252), - [sym_integer_literal] = ACTIONS(4249), - [sym_hex_literal] = ACTIONS(4252), - [sym_bin_literal] = ACTIONS(4252), - [anon_sym_true] = ACTIONS(4249), - [anon_sym_false] = ACTIONS(4249), - [anon_sym_SQUOTE] = ACTIONS(4252), - [sym__backtick_identifier] = ACTIONS(4252), - [sym__automatic_semicolon] = ACTIONS(4252), - [sym_safe_nav] = ACTIONS(4252), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(3031), + [sym_safe_nav] = ACTIONS(3598), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4252), }, - [1275] = { - [sym_primary_constructor] = STATE(2869), - [sym__class_parameters] = STATE(2990), - [sym_type_constraints] = STATE(3104), - [sym_enum_class_body] = STATE(3165), - [sym_modifiers] = STATE(9064), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3204), + [1267] = { + [sym_primary_constructor] = STATE(4453), + [sym__class_parameters] = STATE(4565), + [sym_type_constraints] = STATE(4524), + [sym_enum_class_body] = STATE(4697), + [sym_modifiers] = STATE(9275), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3186), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(5239), - [anon_sym_LBRACK] = ACTIONS(3208), - [anon_sym_RBRACK] = ACTIONS(3208), - [anon_sym_as] = ACTIONS(3204), - [anon_sym_EQ] = ACTIONS(3204), - [anon_sym_constructor] = ACTIONS(5145), - [anon_sym_LBRACE] = ACTIONS(5155), - [anon_sym_RBRACE] = ACTIONS(3208), - [anon_sym_LPAREN] = ACTIONS(5149), - [anon_sym_COMMA] = ACTIONS(3208), - [anon_sym_RPAREN] = ACTIONS(3208), - [anon_sym_LT] = ACTIONS(3204), - [anon_sym_GT] = ACTIONS(3204), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(3204), - [anon_sym_SEMI] = ACTIONS(3208), - [anon_sym_get] = ACTIONS(3204), - [anon_sym_set] = ACTIONS(3204), - [anon_sym_STAR] = ACTIONS(3204), - [anon_sym_DASH_GT] = ACTIONS(3208), - [sym_label] = ACTIONS(3208), - [anon_sym_in] = ACTIONS(3204), - [anon_sym_while] = ACTIONS(3204), - [anon_sym_DOT_DOT] = ACTIONS(3208), - [anon_sym_QMARK_COLON] = ACTIONS(3208), - [anon_sym_AMP_AMP] = ACTIONS(3208), - [anon_sym_PIPE_PIPE] = ACTIONS(3208), - [anon_sym_else] = ACTIONS(3204), - [anon_sym_COLON_COLON] = ACTIONS(3208), - [anon_sym_PLUS_EQ] = ACTIONS(3208), - [anon_sym_DASH_EQ] = ACTIONS(3208), - [anon_sym_STAR_EQ] = ACTIONS(3208), - [anon_sym_SLASH_EQ] = ACTIONS(3208), - [anon_sym_PERCENT_EQ] = ACTIONS(3208), - [anon_sym_BANG_EQ] = ACTIONS(3204), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3208), - [anon_sym_EQ_EQ] = ACTIONS(3204), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3208), - [anon_sym_LT_EQ] = ACTIONS(3208), - [anon_sym_GT_EQ] = ACTIONS(3208), - [anon_sym_BANGin] = ACTIONS(3208), - [anon_sym_is] = ACTIONS(3204), - [anon_sym_BANGis] = ACTIONS(3208), - [anon_sym_PLUS] = ACTIONS(3204), - [anon_sym_DASH] = ACTIONS(3204), - [anon_sym_SLASH] = ACTIONS(3204), - [anon_sym_PERCENT] = ACTIONS(3204), - [anon_sym_as_QMARK] = ACTIONS(3208), - [anon_sym_PLUS_PLUS] = ACTIONS(3208), - [anon_sym_DASH_DASH] = ACTIONS(3208), - [anon_sym_BANG_BANG] = ACTIONS(3208), + [anon_sym_COLON] = ACTIONS(5235), + [anon_sym_LBRACK] = ACTIONS(3190), + [anon_sym_RBRACK] = ACTIONS(3190), + [anon_sym_as] = ACTIONS(3186), + [anon_sym_EQ] = ACTIONS(3186), + [anon_sym_constructor] = ACTIONS(5113), + [anon_sym_LBRACE] = ACTIONS(5115), + [anon_sym_RBRACE] = ACTIONS(3190), + [anon_sym_LPAREN] = ACTIONS(5117), + [anon_sym_COMMA] = ACTIONS(3190), + [anon_sym_RPAREN] = ACTIONS(3190), + [anon_sym_LT] = ACTIONS(3186), + [anon_sym_GT] = ACTIONS(3186), + [anon_sym_where] = ACTIONS(5121), + [anon_sym_DOT] = ACTIONS(3186), + [anon_sym_SEMI] = ACTIONS(3190), + [anon_sym_get] = ACTIONS(3186), + [anon_sym_set] = ACTIONS(3186), + [anon_sym_STAR] = ACTIONS(3186), + [anon_sym_DASH_GT] = ACTIONS(3190), + [sym_label] = ACTIONS(3190), + [anon_sym_in] = ACTIONS(3186), + [anon_sym_while] = ACTIONS(3186), + [anon_sym_DOT_DOT] = ACTIONS(3190), + [anon_sym_QMARK_COLON] = ACTIONS(3190), + [anon_sym_AMP_AMP] = ACTIONS(3190), + [anon_sym_PIPE_PIPE] = ACTIONS(3190), + [anon_sym_else] = ACTIONS(3186), + [anon_sym_COLON_COLON] = ACTIONS(3190), + [anon_sym_PLUS_EQ] = ACTIONS(3190), + [anon_sym_DASH_EQ] = ACTIONS(3190), + [anon_sym_STAR_EQ] = ACTIONS(3190), + [anon_sym_SLASH_EQ] = ACTIONS(3190), + [anon_sym_PERCENT_EQ] = ACTIONS(3190), + [anon_sym_BANG_EQ] = ACTIONS(3186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3190), + [anon_sym_EQ_EQ] = ACTIONS(3186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3190), + [anon_sym_LT_EQ] = ACTIONS(3190), + [anon_sym_GT_EQ] = ACTIONS(3190), + [anon_sym_BANGin] = ACTIONS(3190), + [anon_sym_is] = ACTIONS(3186), + [anon_sym_BANGis] = ACTIONS(3190), + [anon_sym_PLUS] = ACTIONS(3186), + [anon_sym_DASH] = ACTIONS(3186), + [anon_sym_SLASH] = ACTIONS(3186), + [anon_sym_PERCENT] = ACTIONS(3186), + [anon_sym_as_QMARK] = ACTIONS(3190), + [anon_sym_PLUS_PLUS] = ACTIONS(3190), + [anon_sym_DASH_DASH] = ACTIONS(3190), + [anon_sym_BANG_BANG] = ACTIONS(3190), [anon_sym_suspend] = ACTIONS(3120), [anon_sym_sealed] = ACTIONS(3122), [anon_sym_annotation] = ACTIONS(3122), @@ -179494,586 +178798,990 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3134), [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3208), - [sym_safe_nav] = ACTIONS(3208), + [sym__backtick_identifier] = ACTIONS(3190), + [sym_safe_nav] = ACTIONS(3190), [sym_multiline_comment] = ACTIONS(3), }, - [1276] = { - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(1614), - [sym__comparison_operator] = STATE(1613), - [sym__in_operator] = STATE(2103), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(1671), - [sym__multiplicative_operator] = STATE(1686), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_annotation] = STATE(7852), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1688), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), + [1268] = { + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(1769), + [sym__comparison_operator] = STATE(1765), + [sym__in_operator] = STATE(1760), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(1749), + [sym__multiplicative_operator] = STATE(1746), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_annotation] = STATE(7883), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1729), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_EQ] = ACTIONS(3023), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_EQ] = ACTIONS(3067), [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(3025), - [anon_sym_LPAREN] = ACTIONS(3570), - [anon_sym_COMMA] = ACTIONS(3025), + [anon_sym_RBRACE] = ACTIONS(3069), + [anon_sym_LPAREN] = ACTIONS(3572), + [anon_sym_COMMA] = ACTIONS(3069), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3023), - [anon_sym_where] = ACTIONS(3023), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(3025), + [anon_sym_GT] = ACTIONS(3574), + [anon_sym_where] = ACTIONS(3067), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(3069), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(3582), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(3586), - [anon_sym_DOT_DOT] = ACTIONS(3588), - [anon_sym_QMARK_COLON] = ACTIONS(3590), - [anon_sym_AMP_AMP] = ACTIONS(3025), - [anon_sym_PIPE_PIPE] = ACTIONS(3025), - [anon_sym_else] = ACTIONS(3023), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_PLUS_EQ] = ACTIONS(3025), - [anon_sym_DASH_EQ] = ACTIONS(3025), - [anon_sym_STAR_EQ] = ACTIONS(3025), - [anon_sym_SLASH_EQ] = ACTIONS(3025), - [anon_sym_PERCENT_EQ] = ACTIONS(3025), - [anon_sym_BANG_EQ] = ACTIONS(3023), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3025), - [anon_sym_EQ_EQ] = ACTIONS(3023), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3025), - [anon_sym_LT_EQ] = ACTIONS(3025), - [anon_sym_GT_EQ] = ACTIONS(3025), - [anon_sym_BANGin] = ACTIONS(3604), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), - [anon_sym_PLUS] = ACTIONS(3610), - [anon_sym_DASH] = ACTIONS(3610), - [anon_sym_SLASH] = ACTIONS(3582), - [anon_sym_PERCENT] = ACTIONS(3582), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), - [anon_sym_suspend] = ACTIONS(3023), - [anon_sym_sealed] = ACTIONS(3023), - [anon_sym_annotation] = ACTIONS(3023), + [anon_sym_STAR] = ACTIONS(3584), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(3588), + [anon_sym_DOT_DOT] = ACTIONS(3590), + [anon_sym_QMARK_COLON] = ACTIONS(3592), + [anon_sym_AMP_AMP] = ACTIONS(3594), + [anon_sym_PIPE_PIPE] = ACTIONS(3596), + [anon_sym_else] = ACTIONS(3067), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_PLUS_EQ] = ACTIONS(3069), + [anon_sym_DASH_EQ] = ACTIONS(3069), + [anon_sym_STAR_EQ] = ACTIONS(3069), + [anon_sym_SLASH_EQ] = ACTIONS(3069), + [anon_sym_PERCENT_EQ] = ACTIONS(3069), + [anon_sym_BANG_EQ] = ACTIONS(3600), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3602), + [anon_sym_EQ_EQ] = ACTIONS(3600), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3602), + [anon_sym_LT_EQ] = ACTIONS(3604), + [anon_sym_GT_EQ] = ACTIONS(3604), + [anon_sym_BANGin] = ACTIONS(3606), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), + [anon_sym_PLUS] = ACTIONS(3612), + [anon_sym_DASH] = ACTIONS(3612), + [anon_sym_SLASH] = ACTIONS(3584), + [anon_sym_PERCENT] = ACTIONS(3584), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), + [anon_sym_suspend] = ACTIONS(3067), + [anon_sym_sealed] = ACTIONS(3067), + [anon_sym_annotation] = ACTIONS(3067), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3023), - [anon_sym_lateinit] = ACTIONS(3023), - [anon_sym_public] = ACTIONS(3023), - [anon_sym_private] = ACTIONS(3023), - [anon_sym_internal] = ACTIONS(3023), - [anon_sym_protected] = ACTIONS(3023), - [anon_sym_tailrec] = ACTIONS(3023), - [anon_sym_operator] = ACTIONS(3023), - [anon_sym_infix] = ACTIONS(3023), - [anon_sym_inline] = ACTIONS(3023), - [anon_sym_external] = ACTIONS(3023), - [sym_property_modifier] = ACTIONS(3023), - [anon_sym_abstract] = ACTIONS(3023), - [anon_sym_final] = ACTIONS(3023), - [anon_sym_open] = ACTIONS(3023), - [anon_sym_vararg] = ACTIONS(3023), - [anon_sym_noinline] = ACTIONS(3023), - [anon_sym_crossinline] = ACTIONS(3023), + [anon_sym_override] = ACTIONS(3067), + [anon_sym_lateinit] = ACTIONS(3067), + [anon_sym_public] = ACTIONS(3067), + [anon_sym_private] = ACTIONS(3067), + [anon_sym_internal] = ACTIONS(3067), + [anon_sym_protected] = ACTIONS(3067), + [anon_sym_tailrec] = ACTIONS(3067), + [anon_sym_operator] = ACTIONS(3067), + [anon_sym_infix] = ACTIONS(3067), + [anon_sym_inline] = ACTIONS(3067), + [anon_sym_external] = ACTIONS(3067), + [sym_property_modifier] = ACTIONS(3067), + [anon_sym_abstract] = ACTIONS(3067), + [anon_sym_final] = ACTIONS(3067), + [anon_sym_open] = ACTIONS(3067), + [anon_sym_vararg] = ACTIONS(3067), + [anon_sym_noinline] = ACTIONS(3067), + [anon_sym_crossinline] = ACTIONS(3067), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3025), - [sym_safe_nav] = ACTIONS(3596), + [sym__automatic_semicolon] = ACTIONS(3069), + [sym_safe_nav] = ACTIONS(3598), [sym_multiline_comment] = ACTIONS(3), }, - [1277] = { - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(1614), - [sym__comparison_operator] = STATE(1613), - [sym__in_operator] = STATE(2103), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(1671), - [sym__multiplicative_operator] = STATE(1686), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_annotation] = STATE(7852), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1688), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), + [1269] = { + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(1769), + [sym__comparison_operator] = STATE(1765), + [sym__in_operator] = STATE(1760), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(1749), + [sym__multiplicative_operator] = STATE(1746), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_annotation] = STATE(7883), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1729), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_EQ] = ACTIONS(3027), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_EQ] = ACTIONS(3071), [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(3029), - [anon_sym_LPAREN] = ACTIONS(3570), - [anon_sym_COMMA] = ACTIONS(3029), - [anon_sym_LT] = ACTIONS(3031), - [anon_sym_GT] = ACTIONS(3027), - [anon_sym_where] = ACTIONS(3027), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(3029), + [anon_sym_RBRACE] = ACTIONS(3073), + [anon_sym_LPAREN] = ACTIONS(3572), + [anon_sym_COMMA] = ACTIONS(3073), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(3574), + [anon_sym_where] = ACTIONS(3071), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(3073), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(3582), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(3027), - [anon_sym_DOT_DOT] = ACTIONS(3588), - [anon_sym_QMARK_COLON] = ACTIONS(3590), - [anon_sym_AMP_AMP] = ACTIONS(3029), - [anon_sym_PIPE_PIPE] = ACTIONS(3029), - [anon_sym_else] = ACTIONS(3027), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_PLUS_EQ] = ACTIONS(3029), - [anon_sym_DASH_EQ] = ACTIONS(3029), - [anon_sym_STAR_EQ] = ACTIONS(3029), - [anon_sym_SLASH_EQ] = ACTIONS(3029), - [anon_sym_PERCENT_EQ] = ACTIONS(3029), - [anon_sym_BANG_EQ] = ACTIONS(3027), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3029), - [anon_sym_EQ_EQ] = ACTIONS(3027), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3029), - [anon_sym_LT_EQ] = ACTIONS(3029), - [anon_sym_GT_EQ] = ACTIONS(3029), - [anon_sym_BANGin] = ACTIONS(3029), - [anon_sym_is] = ACTIONS(3027), - [anon_sym_BANGis] = ACTIONS(3029), - [anon_sym_PLUS] = ACTIONS(3610), - [anon_sym_DASH] = ACTIONS(3610), - [anon_sym_SLASH] = ACTIONS(3582), - [anon_sym_PERCENT] = ACTIONS(3582), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), - [anon_sym_suspend] = ACTIONS(3027), - [anon_sym_sealed] = ACTIONS(3027), - [anon_sym_annotation] = ACTIONS(3027), + [anon_sym_STAR] = ACTIONS(3584), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(3588), + [anon_sym_DOT_DOT] = ACTIONS(3590), + [anon_sym_QMARK_COLON] = ACTIONS(3592), + [anon_sym_AMP_AMP] = ACTIONS(3594), + [anon_sym_PIPE_PIPE] = ACTIONS(3596), + [anon_sym_else] = ACTIONS(3071), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_PLUS_EQ] = ACTIONS(3073), + [anon_sym_DASH_EQ] = ACTIONS(3073), + [anon_sym_STAR_EQ] = ACTIONS(3073), + [anon_sym_SLASH_EQ] = ACTIONS(3073), + [anon_sym_PERCENT_EQ] = ACTIONS(3073), + [anon_sym_BANG_EQ] = ACTIONS(3600), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3602), + [anon_sym_EQ_EQ] = ACTIONS(3600), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3602), + [anon_sym_LT_EQ] = ACTIONS(3604), + [anon_sym_GT_EQ] = ACTIONS(3604), + [anon_sym_BANGin] = ACTIONS(3606), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), + [anon_sym_PLUS] = ACTIONS(3612), + [anon_sym_DASH] = ACTIONS(3612), + [anon_sym_SLASH] = ACTIONS(3584), + [anon_sym_PERCENT] = ACTIONS(3584), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), + [anon_sym_suspend] = ACTIONS(3071), + [anon_sym_sealed] = ACTIONS(3071), + [anon_sym_annotation] = ACTIONS(3071), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3027), - [anon_sym_lateinit] = ACTIONS(3027), - [anon_sym_public] = ACTIONS(3027), - [anon_sym_private] = ACTIONS(3027), - [anon_sym_internal] = ACTIONS(3027), - [anon_sym_protected] = ACTIONS(3027), - [anon_sym_tailrec] = ACTIONS(3027), - [anon_sym_operator] = ACTIONS(3027), - [anon_sym_infix] = ACTIONS(3027), - [anon_sym_inline] = ACTIONS(3027), - [anon_sym_external] = ACTIONS(3027), - [sym_property_modifier] = ACTIONS(3027), - [anon_sym_abstract] = ACTIONS(3027), - [anon_sym_final] = ACTIONS(3027), - [anon_sym_open] = ACTIONS(3027), - [anon_sym_vararg] = ACTIONS(3027), - [anon_sym_noinline] = ACTIONS(3027), - [anon_sym_crossinline] = ACTIONS(3027), + [anon_sym_override] = ACTIONS(3071), + [anon_sym_lateinit] = ACTIONS(3071), + [anon_sym_public] = ACTIONS(3071), + [anon_sym_private] = ACTIONS(3071), + [anon_sym_internal] = ACTIONS(3071), + [anon_sym_protected] = ACTIONS(3071), + [anon_sym_tailrec] = ACTIONS(3071), + [anon_sym_operator] = ACTIONS(3071), + [anon_sym_infix] = ACTIONS(3071), + [anon_sym_inline] = ACTIONS(3071), + [anon_sym_external] = ACTIONS(3071), + [sym_property_modifier] = ACTIONS(3071), + [anon_sym_abstract] = ACTIONS(3071), + [anon_sym_final] = ACTIONS(3071), + [anon_sym_open] = ACTIONS(3071), + [anon_sym_vararg] = ACTIONS(3071), + [anon_sym_noinline] = ACTIONS(3071), + [anon_sym_crossinline] = ACTIONS(3071), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3029), - [sym_safe_nav] = ACTIONS(3596), + [sym__automatic_semicolon] = ACTIONS(3073), + [sym_safe_nav] = ACTIONS(3598), [sym_multiline_comment] = ACTIONS(3), }, - [1278] = { - [sym_primary_constructor] = STATE(2860), - [sym_class_body] = STATE(3211), - [sym__class_parameters] = STATE(2990), - [sym_type_constraints] = STATE(3086), - [sym_modifiers] = STATE(9064), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3190), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(5241), - [anon_sym_LBRACK] = ACTIONS(3194), - [anon_sym_RBRACK] = ACTIONS(3194), - [anon_sym_as] = ACTIONS(3190), - [anon_sym_EQ] = ACTIONS(3190), - [anon_sym_constructor] = ACTIONS(5145), - [anon_sym_LBRACE] = ACTIONS(5147), - [anon_sym_RBRACE] = ACTIONS(3194), - [anon_sym_LPAREN] = ACTIONS(5149), - [anon_sym_COMMA] = ACTIONS(3194), - [anon_sym_RPAREN] = ACTIONS(3194), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3190), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(3190), - [anon_sym_SEMI] = ACTIONS(3194), - [anon_sym_get] = ACTIONS(3190), - [anon_sym_set] = ACTIONS(3190), - [anon_sym_STAR] = ACTIONS(3190), - [anon_sym_DASH_GT] = ACTIONS(3194), - [sym_label] = ACTIONS(3194), - [anon_sym_in] = ACTIONS(3190), - [anon_sym_while] = ACTIONS(3190), - [anon_sym_DOT_DOT] = ACTIONS(3194), - [anon_sym_QMARK_COLON] = ACTIONS(3194), - [anon_sym_AMP_AMP] = ACTIONS(3194), - [anon_sym_PIPE_PIPE] = ACTIONS(3194), - [anon_sym_else] = ACTIONS(3190), - [anon_sym_COLON_COLON] = ACTIONS(3194), - [anon_sym_PLUS_EQ] = ACTIONS(3194), - [anon_sym_DASH_EQ] = ACTIONS(3194), - [anon_sym_STAR_EQ] = ACTIONS(3194), - [anon_sym_SLASH_EQ] = ACTIONS(3194), - [anon_sym_PERCENT_EQ] = ACTIONS(3194), - [anon_sym_BANG_EQ] = ACTIONS(3190), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3194), - [anon_sym_EQ_EQ] = ACTIONS(3190), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3194), - [anon_sym_LT_EQ] = ACTIONS(3194), - [anon_sym_GT_EQ] = ACTIONS(3194), - [anon_sym_BANGin] = ACTIONS(3194), - [anon_sym_is] = ACTIONS(3190), - [anon_sym_BANGis] = ACTIONS(3194), - [anon_sym_PLUS] = ACTIONS(3190), - [anon_sym_DASH] = ACTIONS(3190), - [anon_sym_SLASH] = ACTIONS(3190), - [anon_sym_PERCENT] = ACTIONS(3190), - [anon_sym_as_QMARK] = ACTIONS(3194), - [anon_sym_PLUS_PLUS] = ACTIONS(3194), - [anon_sym_DASH_DASH] = ACTIONS(3194), - [anon_sym_BANG_BANG] = ACTIONS(3194), - [anon_sym_suspend] = ACTIONS(3120), - [anon_sym_sealed] = ACTIONS(3122), - [anon_sym_annotation] = ACTIONS(3122), - [anon_sym_data] = ACTIONS(3122), - [anon_sym_inner] = ACTIONS(3122), - [anon_sym_override] = ACTIONS(3124), - [anon_sym_lateinit] = ACTIONS(3124), - [anon_sym_public] = ACTIONS(3126), - [anon_sym_private] = ACTIONS(3126), - [anon_sym_internal] = ACTIONS(3126), - [anon_sym_protected] = ACTIONS(3126), - [anon_sym_tailrec] = ACTIONS(3120), - [anon_sym_operator] = ACTIONS(3120), - [anon_sym_infix] = ACTIONS(3120), - [anon_sym_inline] = ACTIONS(3120), - [anon_sym_external] = ACTIONS(3120), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(3130), - [anon_sym_final] = ACTIONS(3130), - [anon_sym_open] = ACTIONS(3130), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3134), - [anon_sym_actual] = ACTIONS(3134), + [1270] = { + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(1769), + [sym__comparison_operator] = STATE(1765), + [sym__in_operator] = STATE(1760), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(1749), + [sym__multiplicative_operator] = STATE(1746), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_annotation] = STATE(7883), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1729), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_EQ] = ACTIONS(3036), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_RBRACE] = ACTIONS(3038), + [anon_sym_LPAREN] = ACTIONS(3572), + [anon_sym_COMMA] = ACTIONS(3038), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(3036), + [anon_sym_where] = ACTIONS(3036), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(3038), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(3584), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(3588), + [anon_sym_DOT_DOT] = ACTIONS(3590), + [anon_sym_QMARK_COLON] = ACTIONS(3592), + [anon_sym_AMP_AMP] = ACTIONS(3038), + [anon_sym_PIPE_PIPE] = ACTIONS(3038), + [anon_sym_else] = ACTIONS(3036), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_PLUS_EQ] = ACTIONS(3038), + [anon_sym_DASH_EQ] = ACTIONS(3038), + [anon_sym_STAR_EQ] = ACTIONS(3038), + [anon_sym_SLASH_EQ] = ACTIONS(3038), + [anon_sym_PERCENT_EQ] = ACTIONS(3038), + [anon_sym_BANG_EQ] = ACTIONS(3036), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3038), + [anon_sym_EQ_EQ] = ACTIONS(3036), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3038), + [anon_sym_LT_EQ] = ACTIONS(3038), + [anon_sym_GT_EQ] = ACTIONS(3038), + [anon_sym_BANGin] = ACTIONS(3606), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), + [anon_sym_PLUS] = ACTIONS(3612), + [anon_sym_DASH] = ACTIONS(3612), + [anon_sym_SLASH] = ACTIONS(3584), + [anon_sym_PERCENT] = ACTIONS(3584), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), + [anon_sym_suspend] = ACTIONS(3036), + [anon_sym_sealed] = ACTIONS(3036), + [anon_sym_annotation] = ACTIONS(3036), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_override] = ACTIONS(3036), + [anon_sym_lateinit] = ACTIONS(3036), + [anon_sym_public] = ACTIONS(3036), + [anon_sym_private] = ACTIONS(3036), + [anon_sym_internal] = ACTIONS(3036), + [anon_sym_protected] = ACTIONS(3036), + [anon_sym_tailrec] = ACTIONS(3036), + [anon_sym_operator] = ACTIONS(3036), + [anon_sym_infix] = ACTIONS(3036), + [anon_sym_inline] = ACTIONS(3036), + [anon_sym_external] = ACTIONS(3036), + [sym_property_modifier] = ACTIONS(3036), + [anon_sym_abstract] = ACTIONS(3036), + [anon_sym_final] = ACTIONS(3036), + [anon_sym_open] = ACTIONS(3036), + [anon_sym_vararg] = ACTIONS(3036), + [anon_sym_noinline] = ACTIONS(3036), + [anon_sym_crossinline] = ACTIONS(3036), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3194), - [sym_safe_nav] = ACTIONS(3194), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(3038), + [sym_safe_nav] = ACTIONS(3598), [sym_multiline_comment] = ACTIONS(3), }, - [1279] = { - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(1614), - [sym__comparison_operator] = STATE(1613), - [sym__in_operator] = STATE(2103), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(1671), - [sym__multiplicative_operator] = STATE(1686), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_annotation] = STATE(7852), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1688), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [sym__alpha_identifier] = ACTIONS(3065), + [1271] = { + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(1769), + [sym__comparison_operator] = STATE(1765), + [sym__in_operator] = STATE(1760), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(1749), + [sym__multiplicative_operator] = STATE(1746), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_annotation] = STATE(7883), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1729), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_EQ] = ACTIONS(3082), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_RBRACE] = ACTIONS(3084), + [anon_sym_LPAREN] = ACTIONS(3572), + [anon_sym_COMMA] = ACTIONS(3084), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(3574), + [anon_sym_where] = ACTIONS(3082), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(3084), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(3584), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(3588), + [anon_sym_DOT_DOT] = ACTIONS(3590), + [anon_sym_QMARK_COLON] = ACTIONS(3592), + [anon_sym_AMP_AMP] = ACTIONS(3594), + [anon_sym_PIPE_PIPE] = ACTIONS(3596), + [anon_sym_else] = ACTIONS(3082), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_PLUS_EQ] = ACTIONS(3084), + [anon_sym_DASH_EQ] = ACTIONS(3084), + [anon_sym_STAR_EQ] = ACTIONS(3084), + [anon_sym_SLASH_EQ] = ACTIONS(3084), + [anon_sym_PERCENT_EQ] = ACTIONS(3084), + [anon_sym_BANG_EQ] = ACTIONS(3600), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3602), + [anon_sym_EQ_EQ] = ACTIONS(3600), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3602), + [anon_sym_LT_EQ] = ACTIONS(3604), + [anon_sym_GT_EQ] = ACTIONS(3604), + [anon_sym_BANGin] = ACTIONS(3606), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), + [anon_sym_PLUS] = ACTIONS(3612), + [anon_sym_DASH] = ACTIONS(3612), + [anon_sym_SLASH] = ACTIONS(3584), + [anon_sym_PERCENT] = ACTIONS(3584), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), + [anon_sym_suspend] = ACTIONS(3082), + [anon_sym_sealed] = ACTIONS(3082), + [anon_sym_annotation] = ACTIONS(3082), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_override] = ACTIONS(3082), + [anon_sym_lateinit] = ACTIONS(3082), + [anon_sym_public] = ACTIONS(3082), + [anon_sym_private] = ACTIONS(3082), + [anon_sym_internal] = ACTIONS(3082), + [anon_sym_protected] = ACTIONS(3082), + [anon_sym_tailrec] = ACTIONS(3082), + [anon_sym_operator] = ACTIONS(3082), + [anon_sym_infix] = ACTIONS(3082), + [anon_sym_inline] = ACTIONS(3082), + [anon_sym_external] = ACTIONS(3082), + [sym_property_modifier] = ACTIONS(3082), + [anon_sym_abstract] = ACTIONS(3082), + [anon_sym_final] = ACTIONS(3082), + [anon_sym_open] = ACTIONS(3082), + [anon_sym_vararg] = ACTIONS(3082), + [anon_sym_noinline] = ACTIONS(3082), + [anon_sym_crossinline] = ACTIONS(3082), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(3084), + [sym_safe_nav] = ACTIONS(3598), + [sym_multiline_comment] = ACTIONS(3), + }, + [1272] = { + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(1769), + [sym__comparison_operator] = STATE(1765), + [sym__in_operator] = STATE(1760), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(1749), + [sym__multiplicative_operator] = STATE(1746), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_annotation] = STATE(7883), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1729), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_EQ] = ACTIONS(3065), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_EQ] = ACTIONS(3040), [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(3067), - [anon_sym_LPAREN] = ACTIONS(3570), - [anon_sym_COMMA] = ACTIONS(3067), - [anon_sym_LT] = ACTIONS(3069), - [anon_sym_GT] = ACTIONS(3065), - [anon_sym_where] = ACTIONS(3065), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(3067), - [anon_sym_get] = ACTIONS(3065), - [anon_sym_set] = ACTIONS(3065), - [anon_sym_STAR] = ACTIONS(3065), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(3065), - [anon_sym_DOT_DOT] = ACTIONS(3067), - [anon_sym_QMARK_COLON] = ACTIONS(3067), - [anon_sym_AMP_AMP] = ACTIONS(3067), - [anon_sym_PIPE_PIPE] = ACTIONS(3067), - [anon_sym_else] = ACTIONS(3065), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_PLUS_EQ] = ACTIONS(3067), - [anon_sym_DASH_EQ] = ACTIONS(3067), - [anon_sym_STAR_EQ] = ACTIONS(3067), - [anon_sym_SLASH_EQ] = ACTIONS(3067), - [anon_sym_PERCENT_EQ] = ACTIONS(3067), - [anon_sym_BANG_EQ] = ACTIONS(3065), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3067), - [anon_sym_EQ_EQ] = ACTIONS(3065), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3067), - [anon_sym_LT_EQ] = ACTIONS(3067), - [anon_sym_GT_EQ] = ACTIONS(3067), - [anon_sym_BANGin] = ACTIONS(3067), - [anon_sym_is] = ACTIONS(3065), - [anon_sym_BANGis] = ACTIONS(3067), - [anon_sym_PLUS] = ACTIONS(3065), - [anon_sym_DASH] = ACTIONS(3065), - [anon_sym_SLASH] = ACTIONS(3065), - [anon_sym_PERCENT] = ACTIONS(3065), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), - [anon_sym_suspend] = ACTIONS(3065), - [anon_sym_sealed] = ACTIONS(3065), - [anon_sym_annotation] = ACTIONS(3065), - [anon_sym_data] = ACTIONS(3065), - [anon_sym_inner] = ACTIONS(3065), - [anon_sym_override] = ACTIONS(3065), - [anon_sym_lateinit] = ACTIONS(3065), - [anon_sym_public] = ACTIONS(3065), - [anon_sym_private] = ACTIONS(3065), - [anon_sym_internal] = ACTIONS(3065), - [anon_sym_protected] = ACTIONS(3065), - [anon_sym_tailrec] = ACTIONS(3065), - [anon_sym_operator] = ACTIONS(3065), - [anon_sym_infix] = ACTIONS(3065), - [anon_sym_inline] = ACTIONS(3065), - [anon_sym_external] = ACTIONS(3065), - [sym_property_modifier] = ACTIONS(3065), - [anon_sym_abstract] = ACTIONS(3065), - [anon_sym_final] = ACTIONS(3065), - [anon_sym_open] = ACTIONS(3065), - [anon_sym_vararg] = ACTIONS(3065), - [anon_sym_noinline] = ACTIONS(3065), - [anon_sym_crossinline] = ACTIONS(3065), - [anon_sym_expect] = ACTIONS(3065), - [anon_sym_actual] = ACTIONS(3065), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3067), - [sym__automatic_semicolon] = ACTIONS(3067), - [sym_safe_nav] = ACTIONS(3596), + [anon_sym_RBRACE] = ACTIONS(3042), + [anon_sym_LPAREN] = ACTIONS(3572), + [anon_sym_COMMA] = ACTIONS(3042), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(3574), + [anon_sym_where] = ACTIONS(3040), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(3042), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(3584), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(3588), + [anon_sym_DOT_DOT] = ACTIONS(3590), + [anon_sym_QMARK_COLON] = ACTIONS(3592), + [anon_sym_AMP_AMP] = ACTIONS(3042), + [anon_sym_PIPE_PIPE] = ACTIONS(3042), + [anon_sym_else] = ACTIONS(3040), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_PLUS_EQ] = ACTIONS(3042), + [anon_sym_DASH_EQ] = ACTIONS(3042), + [anon_sym_STAR_EQ] = ACTIONS(3042), + [anon_sym_SLASH_EQ] = ACTIONS(3042), + [anon_sym_PERCENT_EQ] = ACTIONS(3042), + [anon_sym_BANG_EQ] = ACTIONS(3040), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3042), + [anon_sym_EQ_EQ] = ACTIONS(3040), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3042), + [anon_sym_LT_EQ] = ACTIONS(3604), + [anon_sym_GT_EQ] = ACTIONS(3604), + [anon_sym_BANGin] = ACTIONS(3606), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), + [anon_sym_PLUS] = ACTIONS(3612), + [anon_sym_DASH] = ACTIONS(3612), + [anon_sym_SLASH] = ACTIONS(3584), + [anon_sym_PERCENT] = ACTIONS(3584), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), + [anon_sym_suspend] = ACTIONS(3040), + [anon_sym_sealed] = ACTIONS(3040), + [anon_sym_annotation] = ACTIONS(3040), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_override] = ACTIONS(3040), + [anon_sym_lateinit] = ACTIONS(3040), + [anon_sym_public] = ACTIONS(3040), + [anon_sym_private] = ACTIONS(3040), + [anon_sym_internal] = ACTIONS(3040), + [anon_sym_protected] = ACTIONS(3040), + [anon_sym_tailrec] = ACTIONS(3040), + [anon_sym_operator] = ACTIONS(3040), + [anon_sym_infix] = ACTIONS(3040), + [anon_sym_inline] = ACTIONS(3040), + [anon_sym_external] = ACTIONS(3040), + [sym_property_modifier] = ACTIONS(3040), + [anon_sym_abstract] = ACTIONS(3040), + [anon_sym_final] = ACTIONS(3040), + [anon_sym_open] = ACTIONS(3040), + [anon_sym_vararg] = ACTIONS(3040), + [anon_sym_noinline] = ACTIONS(3040), + [anon_sym_crossinline] = ACTIONS(3040), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(3042), + [sym_safe_nav] = ACTIONS(3598), [sym_multiline_comment] = ACTIONS(3), }, - [1280] = { - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(1614), - [sym__comparison_operator] = STATE(1613), - [sym__in_operator] = STATE(2103), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(1671), - [sym__multiplicative_operator] = STATE(1686), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_annotation] = STATE(7852), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1688), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), + [1273] = { + [sym__alpha_identifier] = ACTIONS(4293), + [anon_sym_AT] = ACTIONS(4291), + [anon_sym_LBRACK] = ACTIONS(4291), + [anon_sym_as] = ACTIONS(4293), + [anon_sym_EQ] = ACTIONS(4293), + [anon_sym_LBRACE] = ACTIONS(4291), + [anon_sym_RBRACE] = ACTIONS(4291), + [anon_sym_LPAREN] = ACTIONS(5237), + [anon_sym_LT] = ACTIONS(4293), + [anon_sym_GT] = ACTIONS(4293), + [anon_sym_object] = ACTIONS(4293), + [anon_sym_fun] = ACTIONS(4293), + [anon_sym_DOT] = ACTIONS(4293), + [anon_sym_SEMI] = ACTIONS(4291), + [anon_sym_get] = ACTIONS(4293), + [anon_sym_set] = ACTIONS(4293), + [anon_sym_this] = ACTIONS(4293), + [anon_sym_super] = ACTIONS(4293), + [anon_sym_STAR] = ACTIONS(4293), + [sym_label] = ACTIONS(4293), + [anon_sym_in] = ACTIONS(4293), + [anon_sym_DOT_DOT] = ACTIONS(4291), + [anon_sym_QMARK_COLON] = ACTIONS(4291), + [anon_sym_AMP_AMP] = ACTIONS(4291), + [anon_sym_PIPE_PIPE] = ACTIONS(4291), + [anon_sym_null] = ACTIONS(4293), + [anon_sym_if] = ACTIONS(4293), + [anon_sym_else] = ACTIONS(4293), + [anon_sym_when] = ACTIONS(4293), + [anon_sym_try] = ACTIONS(4293), + [anon_sym_throw] = ACTIONS(4293), + [anon_sym_return] = ACTIONS(4293), + [anon_sym_continue] = ACTIONS(4293), + [anon_sym_break] = ACTIONS(4293), + [anon_sym_COLON_COLON] = ACTIONS(4291), + [anon_sym_PLUS_EQ] = ACTIONS(4291), + [anon_sym_DASH_EQ] = ACTIONS(4291), + [anon_sym_STAR_EQ] = ACTIONS(4291), + [anon_sym_SLASH_EQ] = ACTIONS(4291), + [anon_sym_PERCENT_EQ] = ACTIONS(4291), + [anon_sym_BANG_EQ] = ACTIONS(4293), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4291), + [anon_sym_EQ_EQ] = ACTIONS(4293), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4291), + [anon_sym_LT_EQ] = ACTIONS(4291), + [anon_sym_GT_EQ] = ACTIONS(4291), + [anon_sym_BANGin] = ACTIONS(4291), + [anon_sym_is] = ACTIONS(4293), + [anon_sym_BANGis] = ACTIONS(4291), + [anon_sym_PLUS] = ACTIONS(4293), + [anon_sym_DASH] = ACTIONS(4293), + [anon_sym_SLASH] = ACTIONS(4293), + [anon_sym_PERCENT] = ACTIONS(4293), + [anon_sym_as_QMARK] = ACTIONS(4291), + [anon_sym_PLUS_PLUS] = ACTIONS(4291), + [anon_sym_DASH_DASH] = ACTIONS(4291), + [anon_sym_BANG] = ACTIONS(4293), + [anon_sym_BANG_BANG] = ACTIONS(4291), + [anon_sym_suspend] = ACTIONS(4293), + [anon_sym_sealed] = ACTIONS(4293), + [anon_sym_annotation] = ACTIONS(4293), + [anon_sym_data] = ACTIONS(4293), + [anon_sym_inner] = ACTIONS(4293), + [anon_sym_override] = ACTIONS(4293), + [anon_sym_lateinit] = ACTIONS(4293), + [anon_sym_public] = ACTIONS(4293), + [anon_sym_private] = ACTIONS(4293), + [anon_sym_internal] = ACTIONS(4293), + [anon_sym_protected] = ACTIONS(4293), + [anon_sym_tailrec] = ACTIONS(4293), + [anon_sym_operator] = ACTIONS(4293), + [anon_sym_infix] = ACTIONS(4293), + [anon_sym_inline] = ACTIONS(4293), + [anon_sym_external] = ACTIONS(4293), + [sym_property_modifier] = ACTIONS(4293), + [anon_sym_abstract] = ACTIONS(4293), + [anon_sym_final] = ACTIONS(4293), + [anon_sym_open] = ACTIONS(4293), + [anon_sym_vararg] = ACTIONS(4293), + [anon_sym_noinline] = ACTIONS(4293), + [anon_sym_crossinline] = ACTIONS(4293), + [anon_sym_expect] = ACTIONS(4293), + [anon_sym_actual] = ACTIONS(4293), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4291), + [anon_sym_continue_AT] = ACTIONS(4291), + [anon_sym_break_AT] = ACTIONS(4291), + [sym_real_literal] = ACTIONS(4291), + [sym_integer_literal] = ACTIONS(4293), + [sym_hex_literal] = ACTIONS(4291), + [sym_bin_literal] = ACTIONS(4291), + [anon_sym_true] = ACTIONS(4293), + [anon_sym_false] = ACTIONS(4293), + [anon_sym_SQUOTE] = ACTIONS(4291), + [sym__backtick_identifier] = ACTIONS(4291), + [sym__automatic_semicolon] = ACTIONS(4291), + [sym_safe_nav] = ACTIONS(4291), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4291), + }, + [1274] = { + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(1769), + [sym__comparison_operator] = STATE(1765), + [sym__in_operator] = STATE(1760), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(1749), + [sym__multiplicative_operator] = STATE(1746), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_annotation] = STATE(7883), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1729), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_EQ] = ACTIONS(3090), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_EQ] = ACTIONS(3044), [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(3092), - [anon_sym_LPAREN] = ACTIONS(3570), - [anon_sym_COMMA] = ACTIONS(3092), + [anon_sym_RBRACE] = ACTIONS(3046), + [anon_sym_LPAREN] = ACTIONS(3572), + [anon_sym_COMMA] = ACTIONS(3046), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3572), - [anon_sym_where] = ACTIONS(3090), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(3574), + [anon_sym_where] = ACTIONS(3044), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(3046), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(3582), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(3586), - [anon_sym_DOT_DOT] = ACTIONS(3588), - [anon_sym_QMARK_COLON] = ACTIONS(3590), - [anon_sym_AMP_AMP] = ACTIONS(3592), - [anon_sym_PIPE_PIPE] = ACTIONS(3594), - [anon_sym_else] = ACTIONS(3090), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_PLUS_EQ] = ACTIONS(3092), - [anon_sym_DASH_EQ] = ACTIONS(3092), - [anon_sym_STAR_EQ] = ACTIONS(3092), - [anon_sym_SLASH_EQ] = ACTIONS(3092), - [anon_sym_PERCENT_EQ] = ACTIONS(3092), - [anon_sym_BANG_EQ] = ACTIONS(3598), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3600), - [anon_sym_EQ_EQ] = ACTIONS(3598), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3600), - [anon_sym_LT_EQ] = ACTIONS(3602), - [anon_sym_GT_EQ] = ACTIONS(3602), - [anon_sym_BANGin] = ACTIONS(3604), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), - [anon_sym_PLUS] = ACTIONS(3610), - [anon_sym_DASH] = ACTIONS(3610), - [anon_sym_SLASH] = ACTIONS(3582), - [anon_sym_PERCENT] = ACTIONS(3582), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), - [anon_sym_suspend] = ACTIONS(3090), - [anon_sym_sealed] = ACTIONS(3090), - [anon_sym_annotation] = ACTIONS(3090), + [anon_sym_STAR] = ACTIONS(3584), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(3588), + [anon_sym_DOT_DOT] = ACTIONS(3590), + [anon_sym_QMARK_COLON] = ACTIONS(3592), + [anon_sym_AMP_AMP] = ACTIONS(3594), + [anon_sym_PIPE_PIPE] = ACTIONS(3046), + [anon_sym_else] = ACTIONS(3044), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_PLUS_EQ] = ACTIONS(3046), + [anon_sym_DASH_EQ] = ACTIONS(3046), + [anon_sym_STAR_EQ] = ACTIONS(3046), + [anon_sym_SLASH_EQ] = ACTIONS(3046), + [anon_sym_PERCENT_EQ] = ACTIONS(3046), + [anon_sym_BANG_EQ] = ACTIONS(3600), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3602), + [anon_sym_EQ_EQ] = ACTIONS(3600), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3602), + [anon_sym_LT_EQ] = ACTIONS(3604), + [anon_sym_GT_EQ] = ACTIONS(3604), + [anon_sym_BANGin] = ACTIONS(3606), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), + [anon_sym_PLUS] = ACTIONS(3612), + [anon_sym_DASH] = ACTIONS(3612), + [anon_sym_SLASH] = ACTIONS(3584), + [anon_sym_PERCENT] = ACTIONS(3584), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), + [anon_sym_suspend] = ACTIONS(3044), + [anon_sym_sealed] = ACTIONS(3044), + [anon_sym_annotation] = ACTIONS(3044), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3090), - [anon_sym_lateinit] = ACTIONS(3090), - [anon_sym_public] = ACTIONS(3090), - [anon_sym_private] = ACTIONS(3090), - [anon_sym_internal] = ACTIONS(3090), - [anon_sym_protected] = ACTIONS(3090), - [anon_sym_tailrec] = ACTIONS(3090), - [anon_sym_operator] = ACTIONS(3090), - [anon_sym_infix] = ACTIONS(3090), - [anon_sym_inline] = ACTIONS(3090), - [anon_sym_external] = ACTIONS(3090), - [sym_property_modifier] = ACTIONS(3090), - [anon_sym_abstract] = ACTIONS(3090), - [anon_sym_final] = ACTIONS(3090), - [anon_sym_open] = ACTIONS(3090), - [anon_sym_vararg] = ACTIONS(3090), - [anon_sym_noinline] = ACTIONS(3090), - [anon_sym_crossinline] = ACTIONS(3090), + [anon_sym_override] = ACTIONS(3044), + [anon_sym_lateinit] = ACTIONS(3044), + [anon_sym_public] = ACTIONS(3044), + [anon_sym_private] = ACTIONS(3044), + [anon_sym_internal] = ACTIONS(3044), + [anon_sym_protected] = ACTIONS(3044), + [anon_sym_tailrec] = ACTIONS(3044), + [anon_sym_operator] = ACTIONS(3044), + [anon_sym_infix] = ACTIONS(3044), + [anon_sym_inline] = ACTIONS(3044), + [anon_sym_external] = ACTIONS(3044), + [sym_property_modifier] = ACTIONS(3044), + [anon_sym_abstract] = ACTIONS(3044), + [anon_sym_final] = ACTIONS(3044), + [anon_sym_open] = ACTIONS(3044), + [anon_sym_vararg] = ACTIONS(3044), + [anon_sym_noinline] = ACTIONS(3044), + [anon_sym_crossinline] = ACTIONS(3044), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3092), - [sym_safe_nav] = ACTIONS(3596), + [sym__automatic_semicolon] = ACTIONS(3046), + [sym_safe_nav] = ACTIONS(3598), [sym_multiline_comment] = ACTIONS(3), }, - [1281] = { - [sym_primary_constructor] = STATE(2856), - [sym__class_parameters] = STATE(2990), - [sym_type_constraints] = STATE(3083), - [sym_enum_class_body] = STATE(3211), - [sym_modifiers] = STATE(9064), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3190), + [1275] = { + [sym__alpha_identifier] = ACTIONS(4142), + [anon_sym_AT] = ACTIONS(4145), + [anon_sym_LBRACK] = ACTIONS(4145), + [anon_sym_as] = ACTIONS(4150), + [anon_sym_EQ] = ACTIONS(4150), + [anon_sym_LBRACE] = ACTIONS(4145), + [anon_sym_RBRACE] = ACTIONS(4148), + [anon_sym_LPAREN] = ACTIONS(5223), + [anon_sym_LT] = ACTIONS(4150), + [anon_sym_GT] = ACTIONS(4150), + [anon_sym_object] = ACTIONS(4142), + [anon_sym_fun] = ACTIONS(4142), + [anon_sym_DOT] = ACTIONS(4150), + [anon_sym_SEMI] = ACTIONS(4148), + [anon_sym_get] = ACTIONS(4142), + [anon_sym_set] = ACTIONS(4142), + [anon_sym_this] = ACTIONS(4142), + [anon_sym_super] = ACTIONS(4142), + [anon_sym_STAR] = ACTIONS(4142), + [sym_label] = ACTIONS(4142), + [anon_sym_in] = ACTIONS(4150), + [anon_sym_DOT_DOT] = ACTIONS(4148), + [anon_sym_QMARK_COLON] = ACTIONS(4148), + [anon_sym_AMP_AMP] = ACTIONS(4148), + [anon_sym_PIPE_PIPE] = ACTIONS(4148), + [anon_sym_null] = ACTIONS(4142), + [anon_sym_if] = ACTIONS(4142), + [anon_sym_else] = ACTIONS(4150), + [anon_sym_when] = ACTIONS(4142), + [anon_sym_try] = ACTIONS(4142), + [anon_sym_throw] = ACTIONS(4142), + [anon_sym_return] = ACTIONS(4142), + [anon_sym_continue] = ACTIONS(4142), + [anon_sym_break] = ACTIONS(4142), + [anon_sym_COLON_COLON] = ACTIONS(4145), + [anon_sym_PLUS_EQ] = ACTIONS(4148), + [anon_sym_DASH_EQ] = ACTIONS(4148), + [anon_sym_STAR_EQ] = ACTIONS(4148), + [anon_sym_SLASH_EQ] = ACTIONS(4148), + [anon_sym_PERCENT_EQ] = ACTIONS(4148), + [anon_sym_BANG_EQ] = ACTIONS(4150), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4148), + [anon_sym_EQ_EQ] = ACTIONS(4150), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4148), + [anon_sym_LT_EQ] = ACTIONS(4148), + [anon_sym_GT_EQ] = ACTIONS(4148), + [anon_sym_BANGin] = ACTIONS(4148), + [anon_sym_is] = ACTIONS(4150), + [anon_sym_BANGis] = ACTIONS(4148), + [anon_sym_PLUS] = ACTIONS(4142), + [anon_sym_DASH] = ACTIONS(4142), + [anon_sym_SLASH] = ACTIONS(4150), + [anon_sym_PERCENT] = ACTIONS(4150), + [anon_sym_as_QMARK] = ACTIONS(4148), + [anon_sym_PLUS_PLUS] = ACTIONS(4145), + [anon_sym_DASH_DASH] = ACTIONS(4145), + [anon_sym_BANG] = ACTIONS(4142), + [anon_sym_BANG_BANG] = ACTIONS(4148), + [anon_sym_suspend] = ACTIONS(4150), + [anon_sym_sealed] = ACTIONS(4150), + [anon_sym_annotation] = ACTIONS(4150), + [anon_sym_data] = ACTIONS(4142), + [anon_sym_inner] = ACTIONS(4142), + [anon_sym_override] = ACTIONS(4150), + [anon_sym_lateinit] = ACTIONS(4150), + [anon_sym_public] = ACTIONS(4150), + [anon_sym_private] = ACTIONS(4150), + [anon_sym_internal] = ACTIONS(4150), + [anon_sym_protected] = ACTIONS(4150), + [anon_sym_tailrec] = ACTIONS(4150), + [anon_sym_operator] = ACTIONS(4150), + [anon_sym_infix] = ACTIONS(4150), + [anon_sym_inline] = ACTIONS(4150), + [anon_sym_external] = ACTIONS(4150), + [sym_property_modifier] = ACTIONS(4150), + [anon_sym_abstract] = ACTIONS(4150), + [anon_sym_final] = ACTIONS(4150), + [anon_sym_open] = ACTIONS(4150), + [anon_sym_vararg] = ACTIONS(4150), + [anon_sym_noinline] = ACTIONS(4150), + [anon_sym_crossinline] = ACTIONS(4150), + [anon_sym_expect] = ACTIONS(4142), + [anon_sym_actual] = ACTIONS(4142), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4145), + [anon_sym_continue_AT] = ACTIONS(4145), + [anon_sym_break_AT] = ACTIONS(4145), + [sym_real_literal] = ACTIONS(4145), + [sym_integer_literal] = ACTIONS(4142), + [sym_hex_literal] = ACTIONS(4145), + [sym_bin_literal] = ACTIONS(4145), + [anon_sym_true] = ACTIONS(4142), + [anon_sym_false] = ACTIONS(4142), + [anon_sym_SQUOTE] = ACTIONS(4145), + [sym__backtick_identifier] = ACTIONS(4145), + [sym__automatic_semicolon] = ACTIONS(4148), + [sym_safe_nav] = ACTIONS(4148), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4145), + }, + [1276] = { + [sym__alpha_identifier] = ACTIONS(4285), + [anon_sym_AT] = ACTIONS(4288), + [anon_sym_LBRACK] = ACTIONS(4288), + [anon_sym_as] = ACTIONS(4293), + [anon_sym_EQ] = ACTIONS(4293), + [anon_sym_LBRACE] = ACTIONS(4288), + [anon_sym_RBRACE] = ACTIONS(4291), + [anon_sym_LPAREN] = ACTIONS(5229), + [anon_sym_LT] = ACTIONS(4293), + [anon_sym_GT] = ACTIONS(4293), + [anon_sym_object] = ACTIONS(4285), + [anon_sym_fun] = ACTIONS(4285), + [anon_sym_DOT] = ACTIONS(4293), + [anon_sym_SEMI] = ACTIONS(4291), + [anon_sym_get] = ACTIONS(4285), + [anon_sym_set] = ACTIONS(4285), + [anon_sym_this] = ACTIONS(4285), + [anon_sym_super] = ACTIONS(4285), + [anon_sym_STAR] = ACTIONS(4285), + [sym_label] = ACTIONS(4285), + [anon_sym_in] = ACTIONS(4293), + [anon_sym_DOT_DOT] = ACTIONS(4291), + [anon_sym_QMARK_COLON] = ACTIONS(4291), + [anon_sym_AMP_AMP] = ACTIONS(4291), + [anon_sym_PIPE_PIPE] = ACTIONS(4291), + [anon_sym_null] = ACTIONS(4285), + [anon_sym_if] = ACTIONS(4285), + [anon_sym_else] = ACTIONS(4293), + [anon_sym_when] = ACTIONS(4285), + [anon_sym_try] = ACTIONS(4285), + [anon_sym_throw] = ACTIONS(4285), + [anon_sym_return] = ACTIONS(4285), + [anon_sym_continue] = ACTIONS(4285), + [anon_sym_break] = ACTIONS(4285), + [anon_sym_COLON_COLON] = ACTIONS(4288), + [anon_sym_PLUS_EQ] = ACTIONS(4291), + [anon_sym_DASH_EQ] = ACTIONS(4291), + [anon_sym_STAR_EQ] = ACTIONS(4291), + [anon_sym_SLASH_EQ] = ACTIONS(4291), + [anon_sym_PERCENT_EQ] = ACTIONS(4291), + [anon_sym_BANG_EQ] = ACTIONS(4293), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4291), + [anon_sym_EQ_EQ] = ACTIONS(4293), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4291), + [anon_sym_LT_EQ] = ACTIONS(4291), + [anon_sym_GT_EQ] = ACTIONS(4291), + [anon_sym_BANGin] = ACTIONS(4291), + [anon_sym_is] = ACTIONS(4293), + [anon_sym_BANGis] = ACTIONS(4291), + [anon_sym_PLUS] = ACTIONS(4285), + [anon_sym_DASH] = ACTIONS(4285), + [anon_sym_SLASH] = ACTIONS(4293), + [anon_sym_PERCENT] = ACTIONS(4293), + [anon_sym_as_QMARK] = ACTIONS(4291), + [anon_sym_PLUS_PLUS] = ACTIONS(4288), + [anon_sym_DASH_DASH] = ACTIONS(4288), + [anon_sym_BANG] = ACTIONS(4285), + [anon_sym_BANG_BANG] = ACTIONS(4291), + [anon_sym_suspend] = ACTIONS(4293), + [anon_sym_sealed] = ACTIONS(4293), + [anon_sym_annotation] = ACTIONS(4293), + [anon_sym_data] = ACTIONS(4285), + [anon_sym_inner] = ACTIONS(4285), + [anon_sym_override] = ACTIONS(4293), + [anon_sym_lateinit] = ACTIONS(4293), + [anon_sym_public] = ACTIONS(4293), + [anon_sym_private] = ACTIONS(4293), + [anon_sym_internal] = ACTIONS(4293), + [anon_sym_protected] = ACTIONS(4293), + [anon_sym_tailrec] = ACTIONS(4293), + [anon_sym_operator] = ACTIONS(4293), + [anon_sym_infix] = ACTIONS(4293), + [anon_sym_inline] = ACTIONS(4293), + [anon_sym_external] = ACTIONS(4293), + [sym_property_modifier] = ACTIONS(4293), + [anon_sym_abstract] = ACTIONS(4293), + [anon_sym_final] = ACTIONS(4293), + [anon_sym_open] = ACTIONS(4293), + [anon_sym_vararg] = ACTIONS(4293), + [anon_sym_noinline] = ACTIONS(4293), + [anon_sym_crossinline] = ACTIONS(4293), + [anon_sym_expect] = ACTIONS(4285), + [anon_sym_actual] = ACTIONS(4285), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4288), + [anon_sym_continue_AT] = ACTIONS(4288), + [anon_sym_break_AT] = ACTIONS(4288), + [sym_real_literal] = ACTIONS(4288), + [sym_integer_literal] = ACTIONS(4285), + [sym_hex_literal] = ACTIONS(4288), + [sym_bin_literal] = ACTIONS(4288), + [anon_sym_true] = ACTIONS(4285), + [anon_sym_false] = ACTIONS(4285), + [anon_sym_SQUOTE] = ACTIONS(4288), + [sym__backtick_identifier] = ACTIONS(4288), + [sym__automatic_semicolon] = ACTIONS(4291), + [sym_safe_nav] = ACTIONS(4291), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4288), + }, + [1277] = { + [sym_primary_constructor] = STATE(4469), + [sym__class_parameters] = STATE(4565), + [sym_type_constraints] = STATE(4528), + [sym_enum_class_body] = STATE(4703), + [sym_modifiers] = STATE(9275), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3212), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(5243), - [anon_sym_LBRACK] = ACTIONS(3194), - [anon_sym_RBRACK] = ACTIONS(3194), - [anon_sym_as] = ACTIONS(3190), - [anon_sym_EQ] = ACTIONS(3190), - [anon_sym_constructor] = ACTIONS(5145), - [anon_sym_LBRACE] = ACTIONS(5155), - [anon_sym_RBRACE] = ACTIONS(3194), - [anon_sym_LPAREN] = ACTIONS(5149), - [anon_sym_COMMA] = ACTIONS(3194), - [anon_sym_RPAREN] = ACTIONS(3194), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3190), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(3190), - [anon_sym_SEMI] = ACTIONS(3194), - [anon_sym_get] = ACTIONS(3190), - [anon_sym_set] = ACTIONS(3190), - [anon_sym_STAR] = ACTIONS(3190), - [anon_sym_DASH_GT] = ACTIONS(3194), - [sym_label] = ACTIONS(3194), - [anon_sym_in] = ACTIONS(3190), - [anon_sym_while] = ACTIONS(3190), - [anon_sym_DOT_DOT] = ACTIONS(3194), - [anon_sym_QMARK_COLON] = ACTIONS(3194), - [anon_sym_AMP_AMP] = ACTIONS(3194), - [anon_sym_PIPE_PIPE] = ACTIONS(3194), - [anon_sym_else] = ACTIONS(3190), - [anon_sym_COLON_COLON] = ACTIONS(3194), - [anon_sym_PLUS_EQ] = ACTIONS(3194), - [anon_sym_DASH_EQ] = ACTIONS(3194), - [anon_sym_STAR_EQ] = ACTIONS(3194), - [anon_sym_SLASH_EQ] = ACTIONS(3194), - [anon_sym_PERCENT_EQ] = ACTIONS(3194), - [anon_sym_BANG_EQ] = ACTIONS(3190), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3194), - [anon_sym_EQ_EQ] = ACTIONS(3190), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3194), - [anon_sym_LT_EQ] = ACTIONS(3194), - [anon_sym_GT_EQ] = ACTIONS(3194), - [anon_sym_BANGin] = ACTIONS(3194), - [anon_sym_is] = ACTIONS(3190), - [anon_sym_BANGis] = ACTIONS(3194), - [anon_sym_PLUS] = ACTIONS(3190), - [anon_sym_DASH] = ACTIONS(3190), - [anon_sym_SLASH] = ACTIONS(3190), - [anon_sym_PERCENT] = ACTIONS(3190), - [anon_sym_as_QMARK] = ACTIONS(3194), - [anon_sym_PLUS_PLUS] = ACTIONS(3194), - [anon_sym_DASH_DASH] = ACTIONS(3194), - [anon_sym_BANG_BANG] = ACTIONS(3194), + [anon_sym_COLON] = ACTIONS(5239), + [anon_sym_LBRACK] = ACTIONS(3216), + [anon_sym_RBRACK] = ACTIONS(3216), + [anon_sym_as] = ACTIONS(3212), + [anon_sym_EQ] = ACTIONS(3212), + [anon_sym_constructor] = ACTIONS(5113), + [anon_sym_LBRACE] = ACTIONS(5115), + [anon_sym_RBRACE] = ACTIONS(3216), + [anon_sym_LPAREN] = ACTIONS(5117), + [anon_sym_COMMA] = ACTIONS(3216), + [anon_sym_RPAREN] = ACTIONS(3216), + [anon_sym_LT] = ACTIONS(3212), + [anon_sym_GT] = ACTIONS(3212), + [anon_sym_where] = ACTIONS(5121), + [anon_sym_DOT] = ACTIONS(3212), + [anon_sym_SEMI] = ACTIONS(3216), + [anon_sym_get] = ACTIONS(3212), + [anon_sym_set] = ACTIONS(3212), + [anon_sym_STAR] = ACTIONS(3212), + [anon_sym_DASH_GT] = ACTIONS(3216), + [sym_label] = ACTIONS(3216), + [anon_sym_in] = ACTIONS(3212), + [anon_sym_while] = ACTIONS(3212), + [anon_sym_DOT_DOT] = ACTIONS(3216), + [anon_sym_QMARK_COLON] = ACTIONS(3216), + [anon_sym_AMP_AMP] = ACTIONS(3216), + [anon_sym_PIPE_PIPE] = ACTIONS(3216), + [anon_sym_else] = ACTIONS(3212), + [anon_sym_COLON_COLON] = ACTIONS(3216), + [anon_sym_PLUS_EQ] = ACTIONS(3216), + [anon_sym_DASH_EQ] = ACTIONS(3216), + [anon_sym_STAR_EQ] = ACTIONS(3216), + [anon_sym_SLASH_EQ] = ACTIONS(3216), + [anon_sym_PERCENT_EQ] = ACTIONS(3216), + [anon_sym_BANG_EQ] = ACTIONS(3212), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3216), + [anon_sym_EQ_EQ] = ACTIONS(3212), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3216), + [anon_sym_LT_EQ] = ACTIONS(3216), + [anon_sym_GT_EQ] = ACTIONS(3216), + [anon_sym_BANGin] = ACTIONS(3216), + [anon_sym_is] = ACTIONS(3212), + [anon_sym_BANGis] = ACTIONS(3216), + [anon_sym_PLUS] = ACTIONS(3212), + [anon_sym_DASH] = ACTIONS(3212), + [anon_sym_SLASH] = ACTIONS(3212), + [anon_sym_PERCENT] = ACTIONS(3212), + [anon_sym_as_QMARK] = ACTIONS(3216), + [anon_sym_PLUS_PLUS] = ACTIONS(3216), + [anon_sym_DASH_DASH] = ACTIONS(3216), + [anon_sym_BANG_BANG] = ACTIONS(3216), [anon_sym_suspend] = ACTIONS(3120), [anon_sym_sealed] = ACTIONS(3122), [anon_sym_annotation] = ACTIONS(3122), @@ -180100,867 +179808,1273 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3134), [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3194), - [sym_safe_nav] = ACTIONS(3194), + [sym__backtick_identifier] = ACTIONS(3216), + [sym_safe_nav] = ACTIONS(3216), [sym_multiline_comment] = ACTIONS(3), }, - [1282] = { - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(1614), - [sym__comparison_operator] = STATE(1613), - [sym__in_operator] = STATE(2103), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(1671), - [sym__multiplicative_operator] = STATE(1686), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_annotation] = STATE(7852), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1688), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), + [1278] = { + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(1769), + [sym__comparison_operator] = STATE(1765), + [sym__in_operator] = STATE(1760), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(1749), + [sym__multiplicative_operator] = STATE(1746), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_annotation] = STATE(7883), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1729), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_EQ] = ACTIONS(2995), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_EQ] = ACTIONS(3048), [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(2997), - [anon_sym_LPAREN] = ACTIONS(3570), - [anon_sym_COMMA] = ACTIONS(2997), + [anon_sym_RBRACE] = ACTIONS(3050), + [anon_sym_LPAREN] = ACTIONS(3572), + [anon_sym_COMMA] = ACTIONS(3050), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3572), - [anon_sym_where] = ACTIONS(2995), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(2997), + [anon_sym_GT] = ACTIONS(3574), + [anon_sym_where] = ACTIONS(3048), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(3050), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(3582), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(3586), - [anon_sym_DOT_DOT] = ACTIONS(3588), - [anon_sym_QMARK_COLON] = ACTIONS(3590), - [anon_sym_AMP_AMP] = ACTIONS(2997), - [anon_sym_PIPE_PIPE] = ACTIONS(2997), - [anon_sym_else] = ACTIONS(2995), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_PLUS_EQ] = ACTIONS(2997), - [anon_sym_DASH_EQ] = ACTIONS(2997), - [anon_sym_STAR_EQ] = ACTIONS(2997), - [anon_sym_SLASH_EQ] = ACTIONS(2997), - [anon_sym_PERCENT_EQ] = ACTIONS(2997), - [anon_sym_BANG_EQ] = ACTIONS(2995), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2997), - [anon_sym_EQ_EQ] = ACTIONS(2995), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2997), - [anon_sym_LT_EQ] = ACTIONS(3602), - [anon_sym_GT_EQ] = ACTIONS(3602), - [anon_sym_BANGin] = ACTIONS(3604), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), - [anon_sym_PLUS] = ACTIONS(3610), - [anon_sym_DASH] = ACTIONS(3610), - [anon_sym_SLASH] = ACTIONS(3582), - [anon_sym_PERCENT] = ACTIONS(3582), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), - [anon_sym_suspend] = ACTIONS(2995), - [anon_sym_sealed] = ACTIONS(2995), - [anon_sym_annotation] = ACTIONS(2995), + [anon_sym_STAR] = ACTIONS(3584), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(3588), + [anon_sym_DOT_DOT] = ACTIONS(3590), + [anon_sym_QMARK_COLON] = ACTIONS(3592), + [anon_sym_AMP_AMP] = ACTIONS(3050), + [anon_sym_PIPE_PIPE] = ACTIONS(3050), + [anon_sym_else] = ACTIONS(3048), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_PLUS_EQ] = ACTIONS(3050), + [anon_sym_DASH_EQ] = ACTIONS(3050), + [anon_sym_STAR_EQ] = ACTIONS(3050), + [anon_sym_SLASH_EQ] = ACTIONS(3050), + [anon_sym_PERCENT_EQ] = ACTIONS(3050), + [anon_sym_BANG_EQ] = ACTIONS(3600), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3602), + [anon_sym_EQ_EQ] = ACTIONS(3600), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3602), + [anon_sym_LT_EQ] = ACTIONS(3604), + [anon_sym_GT_EQ] = ACTIONS(3604), + [anon_sym_BANGin] = ACTIONS(3606), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), + [anon_sym_PLUS] = ACTIONS(3612), + [anon_sym_DASH] = ACTIONS(3612), + [anon_sym_SLASH] = ACTIONS(3584), + [anon_sym_PERCENT] = ACTIONS(3584), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), + [anon_sym_suspend] = ACTIONS(3048), + [anon_sym_sealed] = ACTIONS(3048), + [anon_sym_annotation] = ACTIONS(3048), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(2995), - [anon_sym_lateinit] = ACTIONS(2995), - [anon_sym_public] = ACTIONS(2995), - [anon_sym_private] = ACTIONS(2995), - [anon_sym_internal] = ACTIONS(2995), - [anon_sym_protected] = ACTIONS(2995), - [anon_sym_tailrec] = ACTIONS(2995), - [anon_sym_operator] = ACTIONS(2995), - [anon_sym_infix] = ACTIONS(2995), - [anon_sym_inline] = ACTIONS(2995), - [anon_sym_external] = ACTIONS(2995), - [sym_property_modifier] = ACTIONS(2995), - [anon_sym_abstract] = ACTIONS(2995), - [anon_sym_final] = ACTIONS(2995), - [anon_sym_open] = ACTIONS(2995), - [anon_sym_vararg] = ACTIONS(2995), - [anon_sym_noinline] = ACTIONS(2995), - [anon_sym_crossinline] = ACTIONS(2995), + [anon_sym_override] = ACTIONS(3048), + [anon_sym_lateinit] = ACTIONS(3048), + [anon_sym_public] = ACTIONS(3048), + [anon_sym_private] = ACTIONS(3048), + [anon_sym_internal] = ACTIONS(3048), + [anon_sym_protected] = ACTIONS(3048), + [anon_sym_tailrec] = ACTIONS(3048), + [anon_sym_operator] = ACTIONS(3048), + [anon_sym_infix] = ACTIONS(3048), + [anon_sym_inline] = ACTIONS(3048), + [anon_sym_external] = ACTIONS(3048), + [sym_property_modifier] = ACTIONS(3048), + [anon_sym_abstract] = ACTIONS(3048), + [anon_sym_final] = ACTIONS(3048), + [anon_sym_open] = ACTIONS(3048), + [anon_sym_vararg] = ACTIONS(3048), + [anon_sym_noinline] = ACTIONS(3048), + [anon_sym_crossinline] = ACTIONS(3048), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(2997), - [sym_safe_nav] = ACTIONS(3596), - [sym_multiline_comment] = ACTIONS(3), - }, - [1283] = { - [sym__alpha_identifier] = ACTIONS(4249), - [anon_sym_AT] = ACTIONS(4252), - [anon_sym_LBRACK] = ACTIONS(4252), - [anon_sym_as] = ACTIONS(4249), - [anon_sym_EQ] = ACTIONS(4249), - [anon_sym_LBRACE] = ACTIONS(4252), - [anon_sym_RBRACE] = ACTIONS(4252), - [anon_sym_LPAREN] = ACTIONS(5205), - [anon_sym_LT] = ACTIONS(4249), - [anon_sym_GT] = ACTIONS(4249), - [anon_sym_object] = ACTIONS(4249), - [anon_sym_fun] = ACTIONS(4249), - [anon_sym_DOT] = ACTIONS(4249), - [anon_sym_SEMI] = ACTIONS(4252), - [anon_sym_get] = ACTIONS(4249), - [anon_sym_set] = ACTIONS(4249), - [anon_sym_this] = ACTIONS(4249), - [anon_sym_super] = ACTIONS(4249), - [anon_sym_STAR] = ACTIONS(4249), - [sym_label] = ACTIONS(4249), - [anon_sym_in] = ACTIONS(4249), - [anon_sym_DOT_DOT] = ACTIONS(4252), - [anon_sym_QMARK_COLON] = ACTIONS(4252), - [anon_sym_AMP_AMP] = ACTIONS(4252), - [anon_sym_PIPE_PIPE] = ACTIONS(4252), - [anon_sym_null] = ACTIONS(4249), - [anon_sym_if] = ACTIONS(4249), - [anon_sym_else] = ACTIONS(4249), - [anon_sym_when] = ACTIONS(4249), - [anon_sym_try] = ACTIONS(4249), - [anon_sym_throw] = ACTIONS(4249), - [anon_sym_return] = ACTIONS(4249), - [anon_sym_continue] = ACTIONS(4249), - [anon_sym_break] = ACTIONS(4249), - [anon_sym_COLON_COLON] = ACTIONS(4252), - [anon_sym_PLUS_EQ] = ACTIONS(4252), - [anon_sym_DASH_EQ] = ACTIONS(4252), - [anon_sym_STAR_EQ] = ACTIONS(4252), - [anon_sym_SLASH_EQ] = ACTIONS(4252), - [anon_sym_PERCENT_EQ] = ACTIONS(4252), - [anon_sym_BANG_EQ] = ACTIONS(4249), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4252), - [anon_sym_EQ_EQ] = ACTIONS(4249), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4252), - [anon_sym_LT_EQ] = ACTIONS(4252), - [anon_sym_GT_EQ] = ACTIONS(4252), - [anon_sym_BANGin] = ACTIONS(4252), - [anon_sym_is] = ACTIONS(4249), - [anon_sym_BANGis] = ACTIONS(4252), - [anon_sym_PLUS] = ACTIONS(4249), - [anon_sym_DASH] = ACTIONS(4249), - [anon_sym_SLASH] = ACTIONS(4249), - [anon_sym_PERCENT] = ACTIONS(4249), - [anon_sym_as_QMARK] = ACTIONS(4252), - [anon_sym_PLUS_PLUS] = ACTIONS(4252), - [anon_sym_DASH_DASH] = ACTIONS(4252), - [anon_sym_BANG] = ACTIONS(4249), - [anon_sym_BANG_BANG] = ACTIONS(4252), - [anon_sym_suspend] = ACTIONS(4249), - [anon_sym_sealed] = ACTIONS(4249), - [anon_sym_annotation] = ACTIONS(4249), - [anon_sym_data] = ACTIONS(4249), - [anon_sym_inner] = ACTIONS(4249), - [anon_sym_override] = ACTIONS(4249), - [anon_sym_lateinit] = ACTIONS(4249), - [anon_sym_public] = ACTIONS(4249), - [anon_sym_private] = ACTIONS(4249), - [anon_sym_internal] = ACTIONS(4249), - [anon_sym_protected] = ACTIONS(4249), - [anon_sym_tailrec] = ACTIONS(4249), - [anon_sym_operator] = ACTIONS(4249), - [anon_sym_infix] = ACTIONS(4249), - [anon_sym_inline] = ACTIONS(4249), - [anon_sym_external] = ACTIONS(4249), - [sym_property_modifier] = ACTIONS(4249), - [anon_sym_abstract] = ACTIONS(4249), - [anon_sym_final] = ACTIONS(4249), - [anon_sym_open] = ACTIONS(4249), - [anon_sym_vararg] = ACTIONS(4249), - [anon_sym_noinline] = ACTIONS(4249), - [anon_sym_crossinline] = ACTIONS(4249), - [anon_sym_expect] = ACTIONS(4249), - [anon_sym_actual] = ACTIONS(4249), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4252), - [anon_sym_continue_AT] = ACTIONS(4252), - [anon_sym_break_AT] = ACTIONS(4252), - [sym_real_literal] = ACTIONS(4252), - [sym_integer_literal] = ACTIONS(4249), - [sym_hex_literal] = ACTIONS(4252), - [sym_bin_literal] = ACTIONS(4252), - [anon_sym_true] = ACTIONS(4249), - [anon_sym_false] = ACTIONS(4249), - [anon_sym_SQUOTE] = ACTIONS(4252), - [sym__backtick_identifier] = ACTIONS(4252), - [sym__automatic_semicolon] = ACTIONS(4252), - [sym_safe_nav] = ACTIONS(4252), + [sym__automatic_semicolon] = ACTIONS(3050), + [sym_safe_nav] = ACTIONS(3598), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4252), }, - [1284] = { - [sym__alpha_identifier] = ACTIONS(4233), - [anon_sym_AT] = ACTIONS(4236), - [anon_sym_LBRACK] = ACTIONS(4236), - [anon_sym_as] = ACTIONS(4233), - [anon_sym_EQ] = ACTIONS(4233), - [anon_sym_LBRACE] = ACTIONS(4236), - [anon_sym_RBRACE] = ACTIONS(4236), - [anon_sym_LPAREN] = ACTIONS(5209), - [anon_sym_LT] = ACTIONS(4233), - [anon_sym_GT] = ACTIONS(4233), - [anon_sym_object] = ACTIONS(4233), - [anon_sym_fun] = ACTIONS(4233), - [anon_sym_DOT] = ACTIONS(4233), - [anon_sym_SEMI] = ACTIONS(4236), - [anon_sym_get] = ACTIONS(4233), - [anon_sym_set] = ACTIONS(4233), - [anon_sym_this] = ACTIONS(4233), - [anon_sym_super] = ACTIONS(4233), - [anon_sym_STAR] = ACTIONS(4233), - [sym_label] = ACTIONS(4233), - [anon_sym_in] = ACTIONS(4233), - [anon_sym_DOT_DOT] = ACTIONS(4236), - [anon_sym_QMARK_COLON] = ACTIONS(4236), - [anon_sym_AMP_AMP] = ACTIONS(4236), - [anon_sym_PIPE_PIPE] = ACTIONS(4236), - [anon_sym_null] = ACTIONS(4233), - [anon_sym_if] = ACTIONS(4233), - [anon_sym_else] = ACTIONS(4233), - [anon_sym_when] = ACTIONS(4233), - [anon_sym_try] = ACTIONS(4233), - [anon_sym_throw] = ACTIONS(4233), - [anon_sym_return] = ACTIONS(4233), - [anon_sym_continue] = ACTIONS(4233), - [anon_sym_break] = ACTIONS(4233), - [anon_sym_COLON_COLON] = ACTIONS(4236), - [anon_sym_PLUS_EQ] = ACTIONS(4236), - [anon_sym_DASH_EQ] = ACTIONS(4236), - [anon_sym_STAR_EQ] = ACTIONS(4236), - [anon_sym_SLASH_EQ] = ACTIONS(4236), - [anon_sym_PERCENT_EQ] = ACTIONS(4236), - [anon_sym_BANG_EQ] = ACTIONS(4233), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4236), - [anon_sym_EQ_EQ] = ACTIONS(4233), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4236), - [anon_sym_LT_EQ] = ACTIONS(4236), - [anon_sym_GT_EQ] = ACTIONS(4236), - [anon_sym_BANGin] = ACTIONS(4236), - [anon_sym_is] = ACTIONS(4233), - [anon_sym_BANGis] = ACTIONS(4236), - [anon_sym_PLUS] = ACTIONS(4233), - [anon_sym_DASH] = ACTIONS(4233), - [anon_sym_SLASH] = ACTIONS(4233), - [anon_sym_PERCENT] = ACTIONS(4233), - [anon_sym_as_QMARK] = ACTIONS(4236), - [anon_sym_PLUS_PLUS] = ACTIONS(4236), - [anon_sym_DASH_DASH] = ACTIONS(4236), - [anon_sym_BANG] = ACTIONS(4233), - [anon_sym_BANG_BANG] = ACTIONS(4236), - [anon_sym_suspend] = ACTIONS(4233), - [anon_sym_sealed] = ACTIONS(4233), - [anon_sym_annotation] = ACTIONS(4233), - [anon_sym_data] = ACTIONS(4233), - [anon_sym_inner] = ACTIONS(4233), - [anon_sym_override] = ACTIONS(4233), - [anon_sym_lateinit] = ACTIONS(4233), - [anon_sym_public] = ACTIONS(4233), - [anon_sym_private] = ACTIONS(4233), - [anon_sym_internal] = ACTIONS(4233), - [anon_sym_protected] = ACTIONS(4233), - [anon_sym_tailrec] = ACTIONS(4233), - [anon_sym_operator] = ACTIONS(4233), - [anon_sym_infix] = ACTIONS(4233), - [anon_sym_inline] = ACTIONS(4233), - [anon_sym_external] = ACTIONS(4233), - [sym_property_modifier] = ACTIONS(4233), - [anon_sym_abstract] = ACTIONS(4233), - [anon_sym_final] = ACTIONS(4233), - [anon_sym_open] = ACTIONS(4233), - [anon_sym_vararg] = ACTIONS(4233), - [anon_sym_noinline] = ACTIONS(4233), - [anon_sym_crossinline] = ACTIONS(4233), - [anon_sym_expect] = ACTIONS(4233), - [anon_sym_actual] = ACTIONS(4233), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4236), - [anon_sym_continue_AT] = ACTIONS(4236), - [anon_sym_break_AT] = ACTIONS(4236), - [sym_real_literal] = ACTIONS(4236), - [sym_integer_literal] = ACTIONS(4233), - [sym_hex_literal] = ACTIONS(4236), - [sym_bin_literal] = ACTIONS(4236), - [anon_sym_true] = ACTIONS(4233), - [anon_sym_false] = ACTIONS(4233), - [anon_sym_SQUOTE] = ACTIONS(4236), - [sym__backtick_identifier] = ACTIONS(4236), - [sym__automatic_semicolon] = ACTIONS(4236), - [sym_safe_nav] = ACTIONS(4236), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4236), + [1279] = { + [sym__alpha_identifier] = ACTIONS(4150), + [anon_sym_AT] = ACTIONS(4148), + [anon_sym_LBRACK] = ACTIONS(4148), + [anon_sym_as] = ACTIONS(4150), + [anon_sym_EQ] = ACTIONS(4150), + [anon_sym_LBRACE] = ACTIONS(4148), + [anon_sym_RBRACE] = ACTIONS(4148), + [anon_sym_LPAREN] = ACTIONS(5241), + [anon_sym_LT] = ACTIONS(4150), + [anon_sym_GT] = ACTIONS(4150), + [anon_sym_object] = ACTIONS(4150), + [anon_sym_fun] = ACTIONS(4150), + [anon_sym_DOT] = ACTIONS(4150), + [anon_sym_SEMI] = ACTIONS(4148), + [anon_sym_get] = ACTIONS(4150), + [anon_sym_set] = ACTIONS(4150), + [anon_sym_this] = ACTIONS(4150), + [anon_sym_super] = ACTIONS(4150), + [anon_sym_STAR] = ACTIONS(4150), + [sym_label] = ACTIONS(4150), + [anon_sym_in] = ACTIONS(4150), + [anon_sym_DOT_DOT] = ACTIONS(4148), + [anon_sym_QMARK_COLON] = ACTIONS(4148), + [anon_sym_AMP_AMP] = ACTIONS(4148), + [anon_sym_PIPE_PIPE] = ACTIONS(4148), + [anon_sym_null] = ACTIONS(4150), + [anon_sym_if] = ACTIONS(4150), + [anon_sym_else] = ACTIONS(4150), + [anon_sym_when] = ACTIONS(4150), + [anon_sym_try] = ACTIONS(4150), + [anon_sym_throw] = ACTIONS(4150), + [anon_sym_return] = ACTIONS(4150), + [anon_sym_continue] = ACTIONS(4150), + [anon_sym_break] = ACTIONS(4150), + [anon_sym_COLON_COLON] = ACTIONS(4148), + [anon_sym_PLUS_EQ] = ACTIONS(4148), + [anon_sym_DASH_EQ] = ACTIONS(4148), + [anon_sym_STAR_EQ] = ACTIONS(4148), + [anon_sym_SLASH_EQ] = ACTIONS(4148), + [anon_sym_PERCENT_EQ] = ACTIONS(4148), + [anon_sym_BANG_EQ] = ACTIONS(4150), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4148), + [anon_sym_EQ_EQ] = ACTIONS(4150), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4148), + [anon_sym_LT_EQ] = ACTIONS(4148), + [anon_sym_GT_EQ] = ACTIONS(4148), + [anon_sym_BANGin] = ACTIONS(4148), + [anon_sym_is] = ACTIONS(4150), + [anon_sym_BANGis] = ACTIONS(4148), + [anon_sym_PLUS] = ACTIONS(4150), + [anon_sym_DASH] = ACTIONS(4150), + [anon_sym_SLASH] = ACTIONS(4150), + [anon_sym_PERCENT] = ACTIONS(4150), + [anon_sym_as_QMARK] = ACTIONS(4148), + [anon_sym_PLUS_PLUS] = ACTIONS(4148), + [anon_sym_DASH_DASH] = ACTIONS(4148), + [anon_sym_BANG] = ACTIONS(4150), + [anon_sym_BANG_BANG] = ACTIONS(4148), + [anon_sym_suspend] = ACTIONS(4150), + [anon_sym_sealed] = ACTIONS(4150), + [anon_sym_annotation] = ACTIONS(4150), + [anon_sym_data] = ACTIONS(4150), + [anon_sym_inner] = ACTIONS(4150), + [anon_sym_override] = ACTIONS(4150), + [anon_sym_lateinit] = ACTIONS(4150), + [anon_sym_public] = ACTIONS(4150), + [anon_sym_private] = ACTIONS(4150), + [anon_sym_internal] = ACTIONS(4150), + [anon_sym_protected] = ACTIONS(4150), + [anon_sym_tailrec] = ACTIONS(4150), + [anon_sym_operator] = ACTIONS(4150), + [anon_sym_infix] = ACTIONS(4150), + [anon_sym_inline] = ACTIONS(4150), + [anon_sym_external] = ACTIONS(4150), + [sym_property_modifier] = ACTIONS(4150), + [anon_sym_abstract] = ACTIONS(4150), + [anon_sym_final] = ACTIONS(4150), + [anon_sym_open] = ACTIONS(4150), + [anon_sym_vararg] = ACTIONS(4150), + [anon_sym_noinline] = ACTIONS(4150), + [anon_sym_crossinline] = ACTIONS(4150), + [anon_sym_expect] = ACTIONS(4150), + [anon_sym_actual] = ACTIONS(4150), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4148), + [anon_sym_continue_AT] = ACTIONS(4148), + [anon_sym_break_AT] = ACTIONS(4148), + [sym_real_literal] = ACTIONS(4148), + [sym_integer_literal] = ACTIONS(4150), + [sym_hex_literal] = ACTIONS(4148), + [sym_bin_literal] = ACTIONS(4148), + [anon_sym_true] = ACTIONS(4150), + [anon_sym_false] = ACTIONS(4150), + [anon_sym_SQUOTE] = ACTIONS(4148), + [sym__backtick_identifier] = ACTIONS(4148), + [sym__automatic_semicolon] = ACTIONS(4148), + [sym_safe_nav] = ACTIONS(4148), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4148), }, - [1285] = { - [sym__alpha_identifier] = ACTIONS(4241), - [anon_sym_AT] = ACTIONS(4239), - [anon_sym_LBRACK] = ACTIONS(4239), - [anon_sym_as] = ACTIONS(4241), - [anon_sym_EQ] = ACTIONS(4241), - [anon_sym_LBRACE] = ACTIONS(4239), - [anon_sym_RBRACE] = ACTIONS(4239), - [anon_sym_LPAREN] = ACTIONS(5245), - [anon_sym_LT] = ACTIONS(4241), - [anon_sym_GT] = ACTIONS(4241), - [anon_sym_object] = ACTIONS(4241), - [anon_sym_fun] = ACTIONS(4241), - [anon_sym_DOT] = ACTIONS(4241), - [anon_sym_SEMI] = ACTIONS(4239), - [anon_sym_get] = ACTIONS(4241), - [anon_sym_set] = ACTIONS(4241), - [anon_sym_this] = ACTIONS(4241), - [anon_sym_super] = ACTIONS(4241), - [anon_sym_STAR] = ACTIONS(4241), - [sym_label] = ACTIONS(4241), - [anon_sym_in] = ACTIONS(4241), - [anon_sym_DOT_DOT] = ACTIONS(4239), - [anon_sym_QMARK_COLON] = ACTIONS(4239), - [anon_sym_AMP_AMP] = ACTIONS(4239), - [anon_sym_PIPE_PIPE] = ACTIONS(4239), - [anon_sym_null] = ACTIONS(4241), - [anon_sym_if] = ACTIONS(4241), - [anon_sym_else] = ACTIONS(4241), - [anon_sym_when] = ACTIONS(4241), - [anon_sym_try] = ACTIONS(4241), - [anon_sym_throw] = ACTIONS(4241), - [anon_sym_return] = ACTIONS(4241), - [anon_sym_continue] = ACTIONS(4241), - [anon_sym_break] = ACTIONS(4241), - [anon_sym_COLON_COLON] = ACTIONS(4239), - [anon_sym_PLUS_EQ] = ACTIONS(4239), - [anon_sym_DASH_EQ] = ACTIONS(4239), - [anon_sym_STAR_EQ] = ACTIONS(4239), - [anon_sym_SLASH_EQ] = ACTIONS(4239), - [anon_sym_PERCENT_EQ] = ACTIONS(4239), - [anon_sym_BANG_EQ] = ACTIONS(4241), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4239), - [anon_sym_EQ_EQ] = ACTIONS(4241), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4239), - [anon_sym_LT_EQ] = ACTIONS(4239), - [anon_sym_GT_EQ] = ACTIONS(4239), - [anon_sym_BANGin] = ACTIONS(4239), - [anon_sym_is] = ACTIONS(4241), - [anon_sym_BANGis] = ACTIONS(4239), - [anon_sym_PLUS] = ACTIONS(4241), - [anon_sym_DASH] = ACTIONS(4241), - [anon_sym_SLASH] = ACTIONS(4241), - [anon_sym_PERCENT] = ACTIONS(4241), - [anon_sym_as_QMARK] = ACTIONS(4239), - [anon_sym_PLUS_PLUS] = ACTIONS(4239), - [anon_sym_DASH_DASH] = ACTIONS(4239), - [anon_sym_BANG] = ACTIONS(4241), - [anon_sym_BANG_BANG] = ACTIONS(4239), - [anon_sym_suspend] = ACTIONS(4241), - [anon_sym_sealed] = ACTIONS(4241), - [anon_sym_annotation] = ACTIONS(4241), - [anon_sym_data] = ACTIONS(4241), - [anon_sym_inner] = ACTIONS(4241), - [anon_sym_override] = ACTIONS(4241), - [anon_sym_lateinit] = ACTIONS(4241), - [anon_sym_public] = ACTIONS(4241), - [anon_sym_private] = ACTIONS(4241), - [anon_sym_internal] = ACTIONS(4241), - [anon_sym_protected] = ACTIONS(4241), - [anon_sym_tailrec] = ACTIONS(4241), - [anon_sym_operator] = ACTIONS(4241), - [anon_sym_infix] = ACTIONS(4241), - [anon_sym_inline] = ACTIONS(4241), - [anon_sym_external] = ACTIONS(4241), - [sym_property_modifier] = ACTIONS(4241), - [anon_sym_abstract] = ACTIONS(4241), - [anon_sym_final] = ACTIONS(4241), - [anon_sym_open] = ACTIONS(4241), - [anon_sym_vararg] = ACTIONS(4241), - [anon_sym_noinline] = ACTIONS(4241), - [anon_sym_crossinline] = ACTIONS(4241), - [anon_sym_expect] = ACTIONS(4241), - [anon_sym_actual] = ACTIONS(4241), + [1280] = { + [sym__alpha_identifier] = ACTIONS(4955), + [anon_sym_AT] = ACTIONS(4957), + [anon_sym_LBRACK] = ACTIONS(4957), + [anon_sym_as] = ACTIONS(4955), + [anon_sym_EQ] = ACTIONS(4955), + [anon_sym_LBRACE] = ACTIONS(4957), + [anon_sym_RBRACE] = ACTIONS(4957), + [anon_sym_LPAREN] = ACTIONS(5243), + [anon_sym_LT] = ACTIONS(4955), + [anon_sym_GT] = ACTIONS(4955), + [anon_sym_object] = ACTIONS(4955), + [anon_sym_fun] = ACTIONS(4955), + [anon_sym_DOT] = ACTIONS(4955), + [anon_sym_SEMI] = ACTIONS(4957), + [anon_sym_get] = ACTIONS(4955), + [anon_sym_set] = ACTIONS(4955), + [anon_sym_this] = ACTIONS(4955), + [anon_sym_super] = ACTIONS(4955), + [anon_sym_STAR] = ACTIONS(4955), + [sym_label] = ACTIONS(4955), + [anon_sym_in] = ACTIONS(4955), + [anon_sym_DOT_DOT] = ACTIONS(4957), + [anon_sym_QMARK_COLON] = ACTIONS(4957), + [anon_sym_AMP_AMP] = ACTIONS(4957), + [anon_sym_PIPE_PIPE] = ACTIONS(4957), + [anon_sym_null] = ACTIONS(4955), + [anon_sym_if] = ACTIONS(4955), + [anon_sym_else] = ACTIONS(4955), + [anon_sym_when] = ACTIONS(4955), + [anon_sym_try] = ACTIONS(4955), + [anon_sym_throw] = ACTIONS(4955), + [anon_sym_return] = ACTIONS(4955), + [anon_sym_continue] = ACTIONS(4955), + [anon_sym_break] = ACTIONS(4955), + [anon_sym_COLON_COLON] = ACTIONS(4957), + [anon_sym_PLUS_EQ] = ACTIONS(4957), + [anon_sym_DASH_EQ] = ACTIONS(4957), + [anon_sym_STAR_EQ] = ACTIONS(4957), + [anon_sym_SLASH_EQ] = ACTIONS(4957), + [anon_sym_PERCENT_EQ] = ACTIONS(4957), + [anon_sym_BANG_EQ] = ACTIONS(4955), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4957), + [anon_sym_EQ_EQ] = ACTIONS(4955), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4957), + [anon_sym_LT_EQ] = ACTIONS(4957), + [anon_sym_GT_EQ] = ACTIONS(4957), + [anon_sym_BANGin] = ACTIONS(4957), + [anon_sym_is] = ACTIONS(4955), + [anon_sym_BANGis] = ACTIONS(4957), + [anon_sym_PLUS] = ACTIONS(4955), + [anon_sym_DASH] = ACTIONS(4955), + [anon_sym_SLASH] = ACTIONS(4955), + [anon_sym_PERCENT] = ACTIONS(4955), + [anon_sym_as_QMARK] = ACTIONS(4957), + [anon_sym_PLUS_PLUS] = ACTIONS(4957), + [anon_sym_DASH_DASH] = ACTIONS(4957), + [anon_sym_BANG] = ACTIONS(4955), + [anon_sym_BANG_BANG] = ACTIONS(4957), + [anon_sym_suspend] = ACTIONS(4955), + [anon_sym_sealed] = ACTIONS(4955), + [anon_sym_annotation] = ACTIONS(4955), + [anon_sym_data] = ACTIONS(4955), + [anon_sym_inner] = ACTIONS(4955), + [anon_sym_override] = ACTIONS(4955), + [anon_sym_lateinit] = ACTIONS(4955), + [anon_sym_public] = ACTIONS(4955), + [anon_sym_private] = ACTIONS(4955), + [anon_sym_internal] = ACTIONS(4955), + [anon_sym_protected] = ACTIONS(4955), + [anon_sym_tailrec] = ACTIONS(4955), + [anon_sym_operator] = ACTIONS(4955), + [anon_sym_infix] = ACTIONS(4955), + [anon_sym_inline] = ACTIONS(4955), + [anon_sym_external] = ACTIONS(4955), + [sym_property_modifier] = ACTIONS(4955), + [anon_sym_abstract] = ACTIONS(4955), + [anon_sym_final] = ACTIONS(4955), + [anon_sym_open] = ACTIONS(4955), + [anon_sym_vararg] = ACTIONS(4955), + [anon_sym_noinline] = ACTIONS(4955), + [anon_sym_crossinline] = ACTIONS(4955), + [anon_sym_expect] = ACTIONS(4955), + [anon_sym_actual] = ACTIONS(4955), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4239), - [anon_sym_continue_AT] = ACTIONS(4239), - [anon_sym_break_AT] = ACTIONS(4239), - [sym_real_literal] = ACTIONS(4239), - [sym_integer_literal] = ACTIONS(4241), - [sym_hex_literal] = ACTIONS(4239), - [sym_bin_literal] = ACTIONS(4239), - [anon_sym_true] = ACTIONS(4241), - [anon_sym_false] = ACTIONS(4241), - [anon_sym_SQUOTE] = ACTIONS(4239), - [sym__backtick_identifier] = ACTIONS(4239), - [sym__automatic_semicolon] = ACTIONS(4239), - [sym_safe_nav] = ACTIONS(4239), + [anon_sym_return_AT] = ACTIONS(4957), + [anon_sym_continue_AT] = ACTIONS(4957), + [anon_sym_break_AT] = ACTIONS(4957), + [sym_real_literal] = ACTIONS(4957), + [sym_integer_literal] = ACTIONS(4955), + [sym_hex_literal] = ACTIONS(4957), + [sym_bin_literal] = ACTIONS(4957), + [anon_sym_true] = ACTIONS(4955), + [anon_sym_false] = ACTIONS(4955), + [anon_sym_SQUOTE] = ACTIONS(4957), + [sym__backtick_identifier] = ACTIONS(4957), + [sym__automatic_semicolon] = ACTIONS(4957), + [sym_safe_nav] = ACTIONS(4957), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4239), + [sym__string_start] = ACTIONS(4957), }, - [1286] = { - [sym_type_constraints] = STATE(984), - [sym_enum_class_body] = STATE(1122), - [sym__alpha_identifier] = ACTIONS(4213), - [anon_sym_AT] = ACTIONS(4215), + [1281] = { + [sym__alpha_identifier] = ACTIONS(4961), + [anon_sym_AT] = ACTIONS(4963), + [anon_sym_LBRACK] = ACTIONS(4963), + [anon_sym_as] = ACTIONS(4961), + [anon_sym_EQ] = ACTIONS(4961), + [anon_sym_LBRACE] = ACTIONS(4963), + [anon_sym_RBRACE] = ACTIONS(4963), + [anon_sym_LPAREN] = ACTIONS(5245), + [anon_sym_LT] = ACTIONS(4961), + [anon_sym_GT] = ACTIONS(4961), + [anon_sym_object] = ACTIONS(4961), + [anon_sym_fun] = ACTIONS(4961), + [anon_sym_DOT] = ACTIONS(4961), + [anon_sym_SEMI] = ACTIONS(4963), + [anon_sym_get] = ACTIONS(4961), + [anon_sym_set] = ACTIONS(4961), + [anon_sym_this] = ACTIONS(4961), + [anon_sym_super] = ACTIONS(4961), + [anon_sym_STAR] = ACTIONS(4961), + [sym_label] = ACTIONS(4961), + [anon_sym_in] = ACTIONS(4961), + [anon_sym_DOT_DOT] = ACTIONS(4963), + [anon_sym_QMARK_COLON] = ACTIONS(4963), + [anon_sym_AMP_AMP] = ACTIONS(4963), + [anon_sym_PIPE_PIPE] = ACTIONS(4963), + [anon_sym_null] = ACTIONS(4961), + [anon_sym_if] = ACTIONS(4961), + [anon_sym_else] = ACTIONS(4961), + [anon_sym_when] = ACTIONS(4961), + [anon_sym_try] = ACTIONS(4961), + [anon_sym_throw] = ACTIONS(4961), + [anon_sym_return] = ACTIONS(4961), + [anon_sym_continue] = ACTIONS(4961), + [anon_sym_break] = ACTIONS(4961), + [anon_sym_COLON_COLON] = ACTIONS(4963), + [anon_sym_PLUS_EQ] = ACTIONS(4963), + [anon_sym_DASH_EQ] = ACTIONS(4963), + [anon_sym_STAR_EQ] = ACTIONS(4963), + [anon_sym_SLASH_EQ] = ACTIONS(4963), + [anon_sym_PERCENT_EQ] = ACTIONS(4963), + [anon_sym_BANG_EQ] = ACTIONS(4961), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4963), + [anon_sym_EQ_EQ] = ACTIONS(4961), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4963), + [anon_sym_LT_EQ] = ACTIONS(4963), + [anon_sym_GT_EQ] = ACTIONS(4963), + [anon_sym_BANGin] = ACTIONS(4963), + [anon_sym_is] = ACTIONS(4961), + [anon_sym_BANGis] = ACTIONS(4963), + [anon_sym_PLUS] = ACTIONS(4961), + [anon_sym_DASH] = ACTIONS(4961), + [anon_sym_SLASH] = ACTIONS(4961), + [anon_sym_PERCENT] = ACTIONS(4961), + [anon_sym_as_QMARK] = ACTIONS(4963), + [anon_sym_PLUS_PLUS] = ACTIONS(4963), + [anon_sym_DASH_DASH] = ACTIONS(4963), + [anon_sym_BANG] = ACTIONS(4961), + [anon_sym_BANG_BANG] = ACTIONS(4963), + [anon_sym_suspend] = ACTIONS(4961), + [anon_sym_sealed] = ACTIONS(4961), + [anon_sym_annotation] = ACTIONS(4961), + [anon_sym_data] = ACTIONS(4961), + [anon_sym_inner] = ACTIONS(4961), + [anon_sym_override] = ACTIONS(4961), + [anon_sym_lateinit] = ACTIONS(4961), + [anon_sym_public] = ACTIONS(4961), + [anon_sym_private] = ACTIONS(4961), + [anon_sym_internal] = ACTIONS(4961), + [anon_sym_protected] = ACTIONS(4961), + [anon_sym_tailrec] = ACTIONS(4961), + [anon_sym_operator] = ACTIONS(4961), + [anon_sym_infix] = ACTIONS(4961), + [anon_sym_inline] = ACTIONS(4961), + [anon_sym_external] = ACTIONS(4961), + [sym_property_modifier] = ACTIONS(4961), + [anon_sym_abstract] = ACTIONS(4961), + [anon_sym_final] = ACTIONS(4961), + [anon_sym_open] = ACTIONS(4961), + [anon_sym_vararg] = ACTIONS(4961), + [anon_sym_noinline] = ACTIONS(4961), + [anon_sym_crossinline] = ACTIONS(4961), + [anon_sym_expect] = ACTIONS(4961), + [anon_sym_actual] = ACTIONS(4961), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4963), + [anon_sym_continue_AT] = ACTIONS(4963), + [anon_sym_break_AT] = ACTIONS(4963), + [sym_real_literal] = ACTIONS(4963), + [sym_integer_literal] = ACTIONS(4961), + [sym_hex_literal] = ACTIONS(4963), + [sym_bin_literal] = ACTIONS(4963), + [anon_sym_true] = ACTIONS(4961), + [anon_sym_false] = ACTIONS(4961), + [anon_sym_SQUOTE] = ACTIONS(4963), + [sym__backtick_identifier] = ACTIONS(4963), + [sym__automatic_semicolon] = ACTIONS(4963), + [sym_safe_nav] = ACTIONS(4963), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4963), + }, + [1282] = { + [sym_primary_constructor] = STATE(2886), + [sym_class_body] = STATE(3319), + [sym__class_parameters] = STATE(3039), + [sym_type_constraints] = STATE(3055), + [sym_modifiers] = STATE(9227), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3196), + [anon_sym_AT] = ACTIONS(3104), [anon_sym_COLON] = ACTIONS(5247), - [anon_sym_LBRACK] = ACTIONS(4215), - [anon_sym_as] = ACTIONS(4213), - [anon_sym_LBRACE] = ACTIONS(3144), - [anon_sym_RBRACE] = ACTIONS(4215), - [anon_sym_LPAREN] = ACTIONS(4215), - [anon_sym_COMMA] = ACTIONS(4215), - [anon_sym_LT] = ACTIONS(4213), - [anon_sym_GT] = ACTIONS(4213), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(4213), - [anon_sym_fun] = ACTIONS(4213), - [anon_sym_DOT] = ACTIONS(4213), - [anon_sym_SEMI] = ACTIONS(4215), - [anon_sym_get] = ACTIONS(4213), - [anon_sym_set] = ACTIONS(4213), - [anon_sym_this] = ACTIONS(4213), - [anon_sym_super] = ACTIONS(4213), - [anon_sym_STAR] = ACTIONS(4215), - [sym_label] = ACTIONS(4213), - [anon_sym_in] = ACTIONS(4213), - [anon_sym_DOT_DOT] = ACTIONS(4215), - [anon_sym_QMARK_COLON] = ACTIONS(4215), - [anon_sym_AMP_AMP] = ACTIONS(4215), - [anon_sym_PIPE_PIPE] = ACTIONS(4215), - [anon_sym_null] = ACTIONS(4213), - [anon_sym_if] = ACTIONS(4213), - [anon_sym_else] = ACTIONS(4213), - [anon_sym_when] = ACTIONS(4213), - [anon_sym_try] = ACTIONS(4213), - [anon_sym_throw] = ACTIONS(4213), - [anon_sym_return] = ACTIONS(4213), - [anon_sym_continue] = ACTIONS(4213), - [anon_sym_break] = ACTIONS(4213), - [anon_sym_COLON_COLON] = ACTIONS(4215), - [anon_sym_BANG_EQ] = ACTIONS(4213), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4215), - [anon_sym_EQ_EQ] = ACTIONS(4213), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4215), - [anon_sym_LT_EQ] = ACTIONS(4215), - [anon_sym_GT_EQ] = ACTIONS(4215), - [anon_sym_BANGin] = ACTIONS(4215), - [anon_sym_is] = ACTIONS(4213), - [anon_sym_BANGis] = ACTIONS(4215), - [anon_sym_PLUS] = ACTIONS(4213), - [anon_sym_DASH] = ACTIONS(4213), - [anon_sym_SLASH] = ACTIONS(4213), - [anon_sym_PERCENT] = ACTIONS(4215), - [anon_sym_as_QMARK] = ACTIONS(4215), - [anon_sym_PLUS_PLUS] = ACTIONS(4215), - [anon_sym_DASH_DASH] = ACTIONS(4215), - [anon_sym_BANG] = ACTIONS(4213), - [anon_sym_BANG_BANG] = ACTIONS(4215), - [anon_sym_suspend] = ACTIONS(4213), - [anon_sym_sealed] = ACTIONS(4213), - [anon_sym_annotation] = ACTIONS(4213), - [anon_sym_data] = ACTIONS(4213), - [anon_sym_inner] = ACTIONS(4213), - [anon_sym_override] = ACTIONS(4213), - [anon_sym_lateinit] = ACTIONS(4213), - [anon_sym_public] = ACTIONS(4213), - [anon_sym_private] = ACTIONS(4213), - [anon_sym_internal] = ACTIONS(4213), - [anon_sym_protected] = ACTIONS(4213), - [anon_sym_tailrec] = ACTIONS(4213), - [anon_sym_operator] = ACTIONS(4213), - [anon_sym_infix] = ACTIONS(4213), - [anon_sym_inline] = ACTIONS(4213), - [anon_sym_external] = ACTIONS(4213), - [sym_property_modifier] = ACTIONS(4213), - [anon_sym_abstract] = ACTIONS(4213), - [anon_sym_final] = ACTIONS(4213), - [anon_sym_open] = ACTIONS(4213), - [anon_sym_vararg] = ACTIONS(4213), - [anon_sym_noinline] = ACTIONS(4213), - [anon_sym_crossinline] = ACTIONS(4213), - [anon_sym_expect] = ACTIONS(4213), - [anon_sym_actual] = ACTIONS(4213), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4215), - [anon_sym_continue_AT] = ACTIONS(4215), - [anon_sym_break_AT] = ACTIONS(4215), - [sym_real_literal] = ACTIONS(4215), - [sym_integer_literal] = ACTIONS(4213), - [sym_hex_literal] = ACTIONS(4215), - [sym_bin_literal] = ACTIONS(4215), - [anon_sym_true] = ACTIONS(4213), - [anon_sym_false] = ACTIONS(4213), - [anon_sym_SQUOTE] = ACTIONS(4215), - [sym__backtick_identifier] = ACTIONS(4215), - [sym__automatic_semicolon] = ACTIONS(4215), - [sym_safe_nav] = ACTIONS(4215), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4215), + [anon_sym_LBRACK] = ACTIONS(3200), + [anon_sym_RBRACK] = ACTIONS(3200), + [anon_sym_as] = ACTIONS(3196), + [anon_sym_EQ] = ACTIONS(3196), + [anon_sym_constructor] = ACTIONS(5169), + [anon_sym_LBRACE] = ACTIONS(5179), + [anon_sym_RBRACE] = ACTIONS(3200), + [anon_sym_LPAREN] = ACTIONS(5173), + [anon_sym_COMMA] = ACTIONS(3200), + [anon_sym_RPAREN] = ACTIONS(3200), + [anon_sym_LT] = ACTIONS(3196), + [anon_sym_GT] = ACTIONS(3196), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(3196), + [anon_sym_SEMI] = ACTIONS(3200), + [anon_sym_get] = ACTIONS(3196), + [anon_sym_set] = ACTIONS(3196), + [anon_sym_STAR] = ACTIONS(3196), + [anon_sym_DASH_GT] = ACTIONS(3200), + [sym_label] = ACTIONS(3200), + [anon_sym_in] = ACTIONS(3196), + [anon_sym_while] = ACTIONS(3196), + [anon_sym_DOT_DOT] = ACTIONS(3200), + [anon_sym_QMARK_COLON] = ACTIONS(3200), + [anon_sym_AMP_AMP] = ACTIONS(3200), + [anon_sym_PIPE_PIPE] = ACTIONS(3200), + [anon_sym_else] = ACTIONS(3196), + [anon_sym_COLON_COLON] = ACTIONS(3200), + [anon_sym_PLUS_EQ] = ACTIONS(3200), + [anon_sym_DASH_EQ] = ACTIONS(3200), + [anon_sym_STAR_EQ] = ACTIONS(3200), + [anon_sym_SLASH_EQ] = ACTIONS(3200), + [anon_sym_PERCENT_EQ] = ACTIONS(3200), + [anon_sym_BANG_EQ] = ACTIONS(3196), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3200), + [anon_sym_EQ_EQ] = ACTIONS(3196), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3200), + [anon_sym_LT_EQ] = ACTIONS(3200), + [anon_sym_GT_EQ] = ACTIONS(3200), + [anon_sym_BANGin] = ACTIONS(3200), + [anon_sym_is] = ACTIONS(3196), + [anon_sym_BANGis] = ACTIONS(3200), + [anon_sym_PLUS] = ACTIONS(3196), + [anon_sym_DASH] = ACTIONS(3196), + [anon_sym_SLASH] = ACTIONS(3196), + [anon_sym_PERCENT] = ACTIONS(3196), + [anon_sym_as_QMARK] = ACTIONS(3200), + [anon_sym_PLUS_PLUS] = ACTIONS(3200), + [anon_sym_DASH_DASH] = ACTIONS(3200), + [anon_sym_BANG_BANG] = ACTIONS(3200), + [anon_sym_suspend] = ACTIONS(3120), + [anon_sym_sealed] = ACTIONS(3122), + [anon_sym_annotation] = ACTIONS(3122), + [anon_sym_data] = ACTIONS(3122), + [anon_sym_inner] = ACTIONS(3122), + [anon_sym_override] = ACTIONS(3124), + [anon_sym_lateinit] = ACTIONS(3124), + [anon_sym_public] = ACTIONS(3126), + [anon_sym_private] = ACTIONS(3126), + [anon_sym_internal] = ACTIONS(3126), + [anon_sym_protected] = ACTIONS(3126), + [anon_sym_tailrec] = ACTIONS(3120), + [anon_sym_operator] = ACTIONS(3120), + [anon_sym_infix] = ACTIONS(3120), + [anon_sym_inline] = ACTIONS(3120), + [anon_sym_external] = ACTIONS(3120), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3130), + [anon_sym_final] = ACTIONS(3130), + [anon_sym_open] = ACTIONS(3130), + [anon_sym_vararg] = ACTIONS(3132), + [anon_sym_noinline] = ACTIONS(3132), + [anon_sym_crossinline] = ACTIONS(3132), + [anon_sym_expect] = ACTIONS(3134), + [anon_sym_actual] = ACTIONS(3134), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3200), + [sym_safe_nav] = ACTIONS(3200), + [sym_multiline_comment] = ACTIONS(3), }, - [1287] = { - [sym_type_constraints] = STATE(1355), - [sym_property_delegate] = STATE(1541), - [sym_getter] = STATE(4713), - [sym_setter] = STATE(4713), - [sym_modifiers] = STATE(8708), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1694), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1696), - [anon_sym_RBRACK] = ACTIONS(1696), - [anon_sym_as] = ACTIONS(1694), - [anon_sym_EQ] = ACTIONS(5249), - [anon_sym_LBRACE] = ACTIONS(1696), - [anon_sym_RBRACE] = ACTIONS(1696), - [anon_sym_LPAREN] = ACTIONS(1696), - [anon_sym_COMMA] = ACTIONS(1696), - [anon_sym_RPAREN] = ACTIONS(1696), - [anon_sym_by] = ACTIONS(5251), - [anon_sym_LT] = ACTIONS(1694), - [anon_sym_GT] = ACTIONS(1694), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(3474), - [anon_sym_get] = ACTIONS(5253), - [anon_sym_set] = ACTIONS(5255), - [anon_sym_STAR] = ACTIONS(1694), - [anon_sym_DASH_GT] = ACTIONS(1696), - [sym_label] = ACTIONS(1696), - [anon_sym_in] = ACTIONS(1694), - [anon_sym_while] = ACTIONS(1694), - [anon_sym_DOT_DOT] = ACTIONS(1696), - [anon_sym_QMARK_COLON] = ACTIONS(1696), - [anon_sym_AMP_AMP] = ACTIONS(1696), - [anon_sym_PIPE_PIPE] = ACTIONS(1696), - [anon_sym_else] = ACTIONS(1694), - [anon_sym_COLON_COLON] = ACTIONS(1696), - [anon_sym_PLUS_EQ] = ACTIONS(1696), - [anon_sym_DASH_EQ] = ACTIONS(1696), - [anon_sym_STAR_EQ] = ACTIONS(1696), - [anon_sym_SLASH_EQ] = ACTIONS(1696), - [anon_sym_PERCENT_EQ] = ACTIONS(1696), - [anon_sym_BANG_EQ] = ACTIONS(1694), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), - [anon_sym_EQ_EQ] = ACTIONS(1694), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), - [anon_sym_LT_EQ] = ACTIONS(1696), - [anon_sym_GT_EQ] = ACTIONS(1696), - [anon_sym_BANGin] = ACTIONS(1696), - [anon_sym_is] = ACTIONS(1694), - [anon_sym_BANGis] = ACTIONS(1696), - [anon_sym_PLUS] = ACTIONS(1694), - [anon_sym_DASH] = ACTIONS(1694), - [anon_sym_SLASH] = ACTIONS(1694), - [anon_sym_PERCENT] = ACTIONS(1694), - [anon_sym_as_QMARK] = ACTIONS(1696), - [anon_sym_PLUS_PLUS] = ACTIONS(1696), - [anon_sym_DASH_DASH] = ACTIONS(1696), - [anon_sym_BANG_BANG] = ACTIONS(1696), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [1283] = { + [sym_primary_constructor] = STATE(2891), + [sym_class_body] = STATE(3261), + [sym__class_parameters] = STATE(3039), + [sym_type_constraints] = STATE(3076), + [sym_modifiers] = STATE(9227), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3186), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_COLON] = ACTIONS(5249), + [anon_sym_LBRACK] = ACTIONS(3190), + [anon_sym_RBRACK] = ACTIONS(3190), + [anon_sym_as] = ACTIONS(3186), + [anon_sym_EQ] = ACTIONS(3186), + [anon_sym_constructor] = ACTIONS(5169), + [anon_sym_LBRACE] = ACTIONS(5179), + [anon_sym_RBRACE] = ACTIONS(3190), + [anon_sym_LPAREN] = ACTIONS(5173), + [anon_sym_COMMA] = ACTIONS(3190), + [anon_sym_RPAREN] = ACTIONS(3190), + [anon_sym_LT] = ACTIONS(3186), + [anon_sym_GT] = ACTIONS(3186), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(3186), + [anon_sym_SEMI] = ACTIONS(3190), + [anon_sym_get] = ACTIONS(3186), + [anon_sym_set] = ACTIONS(3186), + [anon_sym_STAR] = ACTIONS(3186), + [anon_sym_DASH_GT] = ACTIONS(3190), + [sym_label] = ACTIONS(3190), + [anon_sym_in] = ACTIONS(3186), + [anon_sym_while] = ACTIONS(3186), + [anon_sym_DOT_DOT] = ACTIONS(3190), + [anon_sym_QMARK_COLON] = ACTIONS(3190), + [anon_sym_AMP_AMP] = ACTIONS(3190), + [anon_sym_PIPE_PIPE] = ACTIONS(3190), + [anon_sym_else] = ACTIONS(3186), + [anon_sym_COLON_COLON] = ACTIONS(3190), + [anon_sym_PLUS_EQ] = ACTIONS(3190), + [anon_sym_DASH_EQ] = ACTIONS(3190), + [anon_sym_STAR_EQ] = ACTIONS(3190), + [anon_sym_SLASH_EQ] = ACTIONS(3190), + [anon_sym_PERCENT_EQ] = ACTIONS(3190), + [anon_sym_BANG_EQ] = ACTIONS(3186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3190), + [anon_sym_EQ_EQ] = ACTIONS(3186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3190), + [anon_sym_LT_EQ] = ACTIONS(3190), + [anon_sym_GT_EQ] = ACTIONS(3190), + [anon_sym_BANGin] = ACTIONS(3190), + [anon_sym_is] = ACTIONS(3186), + [anon_sym_BANGis] = ACTIONS(3190), + [anon_sym_PLUS] = ACTIONS(3186), + [anon_sym_DASH] = ACTIONS(3186), + [anon_sym_SLASH] = ACTIONS(3186), + [anon_sym_PERCENT] = ACTIONS(3186), + [anon_sym_as_QMARK] = ACTIONS(3190), + [anon_sym_PLUS_PLUS] = ACTIONS(3190), + [anon_sym_DASH_DASH] = ACTIONS(3190), + [anon_sym_BANG_BANG] = ACTIONS(3190), + [anon_sym_suspend] = ACTIONS(3120), + [anon_sym_sealed] = ACTIONS(3122), + [anon_sym_annotation] = ACTIONS(3122), + [anon_sym_data] = ACTIONS(3122), + [anon_sym_inner] = ACTIONS(3122), + [anon_sym_override] = ACTIONS(3124), + [anon_sym_lateinit] = ACTIONS(3124), + [anon_sym_public] = ACTIONS(3126), + [anon_sym_private] = ACTIONS(3126), + [anon_sym_internal] = ACTIONS(3126), + [anon_sym_protected] = ACTIONS(3126), + [anon_sym_tailrec] = ACTIONS(3120), + [anon_sym_operator] = ACTIONS(3120), + [anon_sym_infix] = ACTIONS(3120), + [anon_sym_inline] = ACTIONS(3120), + [anon_sym_external] = ACTIONS(3120), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3130), + [anon_sym_final] = ACTIONS(3130), + [anon_sym_open] = ACTIONS(3130), + [anon_sym_vararg] = ACTIONS(3132), + [anon_sym_noinline] = ACTIONS(3132), + [anon_sym_crossinline] = ACTIONS(3132), + [anon_sym_expect] = ACTIONS(3134), + [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1696), - [sym_safe_nav] = ACTIONS(1696), + [sym__backtick_identifier] = ACTIONS(3190), + [sym_safe_nav] = ACTIONS(3190), [sym_multiline_comment] = ACTIONS(3), }, - [1288] = { - [sym_type_constraints] = STATE(1401), - [sym_property_delegate] = STATE(1568), - [sym_getter] = STATE(3209), - [sym_setter] = STATE(3209), - [sym_modifiers] = STATE(8655), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1694), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1696), - [anon_sym_RBRACK] = ACTIONS(1696), - [anon_sym_as] = ACTIONS(1694), - [anon_sym_EQ] = ACTIONS(5257), - [anon_sym_LBRACE] = ACTIONS(1696), - [anon_sym_RBRACE] = ACTIONS(1696), - [anon_sym_LPAREN] = ACTIONS(1696), - [anon_sym_COMMA] = ACTIONS(1696), - [anon_sym_RPAREN] = ACTIONS(1696), - [anon_sym_by] = ACTIONS(5251), - [anon_sym_LT] = ACTIONS(1694), - [anon_sym_GT] = ACTIONS(1694), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(3470), - [anon_sym_get] = ACTIONS(5259), - [anon_sym_set] = ACTIONS(5261), - [anon_sym_STAR] = ACTIONS(1694), - [anon_sym_DASH_GT] = ACTIONS(1696), - [sym_label] = ACTIONS(1696), - [anon_sym_in] = ACTIONS(1694), - [anon_sym_while] = ACTIONS(1694), - [anon_sym_DOT_DOT] = ACTIONS(1696), - [anon_sym_QMARK_COLON] = ACTIONS(1696), - [anon_sym_AMP_AMP] = ACTIONS(1696), - [anon_sym_PIPE_PIPE] = ACTIONS(1696), - [anon_sym_else] = ACTIONS(1694), - [anon_sym_COLON_COLON] = ACTIONS(1696), - [anon_sym_PLUS_EQ] = ACTIONS(1696), - [anon_sym_DASH_EQ] = ACTIONS(1696), - [anon_sym_STAR_EQ] = ACTIONS(1696), - [anon_sym_SLASH_EQ] = ACTIONS(1696), - [anon_sym_PERCENT_EQ] = ACTIONS(1696), - [anon_sym_BANG_EQ] = ACTIONS(1694), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), - [anon_sym_EQ_EQ] = ACTIONS(1694), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), - [anon_sym_LT_EQ] = ACTIONS(1696), - [anon_sym_GT_EQ] = ACTIONS(1696), - [anon_sym_BANGin] = ACTIONS(1696), - [anon_sym_is] = ACTIONS(1694), - [anon_sym_BANGis] = ACTIONS(1696), - [anon_sym_PLUS] = ACTIONS(1694), - [anon_sym_DASH] = ACTIONS(1694), - [anon_sym_SLASH] = ACTIONS(1694), - [anon_sym_PERCENT] = ACTIONS(1694), - [anon_sym_as_QMARK] = ACTIONS(1696), - [anon_sym_PLUS_PLUS] = ACTIONS(1696), - [anon_sym_DASH_DASH] = ACTIONS(1696), - [anon_sym_BANG_BANG] = ACTIONS(1696), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [1284] = { + [sym_primary_constructor] = STATE(4444), + [sym_class_body] = STATE(4697), + [sym__class_parameters] = STATE(4565), + [sym_type_constraints] = STATE(4514), + [sym_modifiers] = STATE(9275), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3186), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_COLON] = ACTIONS(5251), + [anon_sym_LBRACK] = ACTIONS(3190), + [anon_sym_RBRACK] = ACTIONS(3190), + [anon_sym_as] = ACTIONS(3186), + [anon_sym_EQ] = ACTIONS(3186), + [anon_sym_constructor] = ACTIONS(5113), + [anon_sym_LBRACE] = ACTIONS(5161), + [anon_sym_RBRACE] = ACTIONS(3190), + [anon_sym_LPAREN] = ACTIONS(5117), + [anon_sym_COMMA] = ACTIONS(3190), + [anon_sym_RPAREN] = ACTIONS(3190), + [anon_sym_LT] = ACTIONS(3186), + [anon_sym_GT] = ACTIONS(3186), + [anon_sym_where] = ACTIONS(5121), + [anon_sym_DOT] = ACTIONS(3186), + [anon_sym_SEMI] = ACTIONS(3190), + [anon_sym_get] = ACTIONS(3186), + [anon_sym_set] = ACTIONS(3186), + [anon_sym_STAR] = ACTIONS(3186), + [anon_sym_DASH_GT] = ACTIONS(3190), + [sym_label] = ACTIONS(3190), + [anon_sym_in] = ACTIONS(3186), + [anon_sym_while] = ACTIONS(3186), + [anon_sym_DOT_DOT] = ACTIONS(3190), + [anon_sym_QMARK_COLON] = ACTIONS(3190), + [anon_sym_AMP_AMP] = ACTIONS(3190), + [anon_sym_PIPE_PIPE] = ACTIONS(3190), + [anon_sym_else] = ACTIONS(3186), + [anon_sym_COLON_COLON] = ACTIONS(3190), + [anon_sym_PLUS_EQ] = ACTIONS(3190), + [anon_sym_DASH_EQ] = ACTIONS(3190), + [anon_sym_STAR_EQ] = ACTIONS(3190), + [anon_sym_SLASH_EQ] = ACTIONS(3190), + [anon_sym_PERCENT_EQ] = ACTIONS(3190), + [anon_sym_BANG_EQ] = ACTIONS(3186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3190), + [anon_sym_EQ_EQ] = ACTIONS(3186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3190), + [anon_sym_LT_EQ] = ACTIONS(3190), + [anon_sym_GT_EQ] = ACTIONS(3190), + [anon_sym_BANGin] = ACTIONS(3190), + [anon_sym_is] = ACTIONS(3186), + [anon_sym_BANGis] = ACTIONS(3190), + [anon_sym_PLUS] = ACTIONS(3186), + [anon_sym_DASH] = ACTIONS(3186), + [anon_sym_SLASH] = ACTIONS(3186), + [anon_sym_PERCENT] = ACTIONS(3186), + [anon_sym_as_QMARK] = ACTIONS(3190), + [anon_sym_PLUS_PLUS] = ACTIONS(3190), + [anon_sym_DASH_DASH] = ACTIONS(3190), + [anon_sym_BANG_BANG] = ACTIONS(3190), + [anon_sym_suspend] = ACTIONS(3120), + [anon_sym_sealed] = ACTIONS(3122), + [anon_sym_annotation] = ACTIONS(3122), + [anon_sym_data] = ACTIONS(3122), + [anon_sym_inner] = ACTIONS(3122), + [anon_sym_override] = ACTIONS(3124), + [anon_sym_lateinit] = ACTIONS(3124), + [anon_sym_public] = ACTIONS(3126), + [anon_sym_private] = ACTIONS(3126), + [anon_sym_internal] = ACTIONS(3126), + [anon_sym_protected] = ACTIONS(3126), + [anon_sym_tailrec] = ACTIONS(3120), + [anon_sym_operator] = ACTIONS(3120), + [anon_sym_infix] = ACTIONS(3120), + [anon_sym_inline] = ACTIONS(3120), + [anon_sym_external] = ACTIONS(3120), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3130), + [anon_sym_final] = ACTIONS(3130), + [anon_sym_open] = ACTIONS(3130), + [anon_sym_vararg] = ACTIONS(3132), + [anon_sym_noinline] = ACTIONS(3132), + [anon_sym_crossinline] = ACTIONS(3132), + [anon_sym_expect] = ACTIONS(3134), + [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1696), - [sym_safe_nav] = ACTIONS(1696), + [sym__backtick_identifier] = ACTIONS(3190), + [sym_safe_nav] = ACTIONS(3190), + [sym_multiline_comment] = ACTIONS(3), + }, + [1285] = { + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(1769), + [sym__comparison_operator] = STATE(1765), + [sym__in_operator] = STATE(1760), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(1749), + [sym__multiplicative_operator] = STATE(1746), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_annotation] = STATE(7883), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1729), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_EQ] = ACTIONS(3052), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_RBRACE] = ACTIONS(3054), + [anon_sym_LPAREN] = ACTIONS(3572), + [anon_sym_COMMA] = ACTIONS(3054), + [anon_sym_LT] = ACTIONS(3056), + [anon_sym_GT] = ACTIONS(3052), + [anon_sym_where] = ACTIONS(3052), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(3054), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(3584), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(3052), + [anon_sym_DOT_DOT] = ACTIONS(3590), + [anon_sym_QMARK_COLON] = ACTIONS(3054), + [anon_sym_AMP_AMP] = ACTIONS(3054), + [anon_sym_PIPE_PIPE] = ACTIONS(3054), + [anon_sym_else] = ACTIONS(3052), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_PLUS_EQ] = ACTIONS(3054), + [anon_sym_DASH_EQ] = ACTIONS(3054), + [anon_sym_STAR_EQ] = ACTIONS(3054), + [anon_sym_SLASH_EQ] = ACTIONS(3054), + [anon_sym_PERCENT_EQ] = ACTIONS(3054), + [anon_sym_BANG_EQ] = ACTIONS(3052), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3054), + [anon_sym_EQ_EQ] = ACTIONS(3052), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3054), + [anon_sym_LT_EQ] = ACTIONS(3054), + [anon_sym_GT_EQ] = ACTIONS(3054), + [anon_sym_BANGin] = ACTIONS(3054), + [anon_sym_is] = ACTIONS(3052), + [anon_sym_BANGis] = ACTIONS(3054), + [anon_sym_PLUS] = ACTIONS(3612), + [anon_sym_DASH] = ACTIONS(3612), + [anon_sym_SLASH] = ACTIONS(3584), + [anon_sym_PERCENT] = ACTIONS(3584), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), + [anon_sym_suspend] = ACTIONS(3052), + [anon_sym_sealed] = ACTIONS(3052), + [anon_sym_annotation] = ACTIONS(3052), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_override] = ACTIONS(3052), + [anon_sym_lateinit] = ACTIONS(3052), + [anon_sym_public] = ACTIONS(3052), + [anon_sym_private] = ACTIONS(3052), + [anon_sym_internal] = ACTIONS(3052), + [anon_sym_protected] = ACTIONS(3052), + [anon_sym_tailrec] = ACTIONS(3052), + [anon_sym_operator] = ACTIONS(3052), + [anon_sym_infix] = ACTIONS(3052), + [anon_sym_inline] = ACTIONS(3052), + [anon_sym_external] = ACTIONS(3052), + [sym_property_modifier] = ACTIONS(3052), + [anon_sym_abstract] = ACTIONS(3052), + [anon_sym_final] = ACTIONS(3052), + [anon_sym_open] = ACTIONS(3052), + [anon_sym_vararg] = ACTIONS(3052), + [anon_sym_noinline] = ACTIONS(3052), + [anon_sym_crossinline] = ACTIONS(3052), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(3054), + [sym_safe_nav] = ACTIONS(3598), + [sym_multiline_comment] = ACTIONS(3), + }, + [1286] = { + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(1769), + [sym__comparison_operator] = STATE(1765), + [sym__in_operator] = STATE(1760), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(1749), + [sym__multiplicative_operator] = STATE(1746), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_annotation] = STATE(7883), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1729), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [sym__alpha_identifier] = ACTIONS(3075), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_EQ] = ACTIONS(3075), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_RBRACE] = ACTIONS(3077), + [anon_sym_LPAREN] = ACTIONS(3572), + [anon_sym_COMMA] = ACTIONS(3077), + [anon_sym_LT] = ACTIONS(3079), + [anon_sym_GT] = ACTIONS(3075), + [anon_sym_where] = ACTIONS(3075), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(3077), + [anon_sym_get] = ACTIONS(3075), + [anon_sym_set] = ACTIONS(3075), + [anon_sym_STAR] = ACTIONS(3584), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(3075), + [anon_sym_DOT_DOT] = ACTIONS(3077), + [anon_sym_QMARK_COLON] = ACTIONS(3077), + [anon_sym_AMP_AMP] = ACTIONS(3077), + [anon_sym_PIPE_PIPE] = ACTIONS(3077), + [anon_sym_else] = ACTIONS(3075), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_PLUS_EQ] = ACTIONS(3077), + [anon_sym_DASH_EQ] = ACTIONS(3077), + [anon_sym_STAR_EQ] = ACTIONS(3077), + [anon_sym_SLASH_EQ] = ACTIONS(3077), + [anon_sym_PERCENT_EQ] = ACTIONS(3077), + [anon_sym_BANG_EQ] = ACTIONS(3075), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3077), + [anon_sym_EQ_EQ] = ACTIONS(3075), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3077), + [anon_sym_LT_EQ] = ACTIONS(3077), + [anon_sym_GT_EQ] = ACTIONS(3077), + [anon_sym_BANGin] = ACTIONS(3077), + [anon_sym_is] = ACTIONS(3075), + [anon_sym_BANGis] = ACTIONS(3077), + [anon_sym_PLUS] = ACTIONS(3612), + [anon_sym_DASH] = ACTIONS(3612), + [anon_sym_SLASH] = ACTIONS(3584), + [anon_sym_PERCENT] = ACTIONS(3584), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), + [anon_sym_suspend] = ACTIONS(3075), + [anon_sym_sealed] = ACTIONS(3075), + [anon_sym_annotation] = ACTIONS(3075), + [anon_sym_data] = ACTIONS(3075), + [anon_sym_inner] = ACTIONS(3075), + [anon_sym_override] = ACTIONS(3075), + [anon_sym_lateinit] = ACTIONS(3075), + [anon_sym_public] = ACTIONS(3075), + [anon_sym_private] = ACTIONS(3075), + [anon_sym_internal] = ACTIONS(3075), + [anon_sym_protected] = ACTIONS(3075), + [anon_sym_tailrec] = ACTIONS(3075), + [anon_sym_operator] = ACTIONS(3075), + [anon_sym_infix] = ACTIONS(3075), + [anon_sym_inline] = ACTIONS(3075), + [anon_sym_external] = ACTIONS(3075), + [sym_property_modifier] = ACTIONS(3075), + [anon_sym_abstract] = ACTIONS(3075), + [anon_sym_final] = ACTIONS(3075), + [anon_sym_open] = ACTIONS(3075), + [anon_sym_vararg] = ACTIONS(3075), + [anon_sym_noinline] = ACTIONS(3075), + [anon_sym_crossinline] = ACTIONS(3075), + [anon_sym_expect] = ACTIONS(3075), + [anon_sym_actual] = ACTIONS(3075), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3077), + [sym__automatic_semicolon] = ACTIONS(3077), + [sym_safe_nav] = ACTIONS(3598), + [sym_multiline_comment] = ACTIONS(3), + }, + [1287] = { + [sym_primary_constructor] = STATE(2893), + [sym__class_parameters] = STATE(3039), + [sym_type_constraints] = STATE(3099), + [sym_enum_class_body] = STATE(3181), + [sym_modifiers] = STATE(9227), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3212), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_COLON] = ACTIONS(5253), + [anon_sym_LBRACK] = ACTIONS(3216), + [anon_sym_RBRACK] = ACTIONS(3216), + [anon_sym_as] = ACTIONS(3212), + [anon_sym_EQ] = ACTIONS(3212), + [anon_sym_constructor] = ACTIONS(5169), + [anon_sym_LBRACE] = ACTIONS(5171), + [anon_sym_RBRACE] = ACTIONS(3216), + [anon_sym_LPAREN] = ACTIONS(5173), + [anon_sym_COMMA] = ACTIONS(3216), + [anon_sym_RPAREN] = ACTIONS(3216), + [anon_sym_LT] = ACTIONS(3212), + [anon_sym_GT] = ACTIONS(3212), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(3212), + [anon_sym_SEMI] = ACTIONS(3216), + [anon_sym_get] = ACTIONS(3212), + [anon_sym_set] = ACTIONS(3212), + [anon_sym_STAR] = ACTIONS(3212), + [anon_sym_DASH_GT] = ACTIONS(3216), + [sym_label] = ACTIONS(3216), + [anon_sym_in] = ACTIONS(3212), + [anon_sym_while] = ACTIONS(3212), + [anon_sym_DOT_DOT] = ACTIONS(3216), + [anon_sym_QMARK_COLON] = ACTIONS(3216), + [anon_sym_AMP_AMP] = ACTIONS(3216), + [anon_sym_PIPE_PIPE] = ACTIONS(3216), + [anon_sym_else] = ACTIONS(3212), + [anon_sym_COLON_COLON] = ACTIONS(3216), + [anon_sym_PLUS_EQ] = ACTIONS(3216), + [anon_sym_DASH_EQ] = ACTIONS(3216), + [anon_sym_STAR_EQ] = ACTIONS(3216), + [anon_sym_SLASH_EQ] = ACTIONS(3216), + [anon_sym_PERCENT_EQ] = ACTIONS(3216), + [anon_sym_BANG_EQ] = ACTIONS(3212), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3216), + [anon_sym_EQ_EQ] = ACTIONS(3212), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3216), + [anon_sym_LT_EQ] = ACTIONS(3216), + [anon_sym_GT_EQ] = ACTIONS(3216), + [anon_sym_BANGin] = ACTIONS(3216), + [anon_sym_is] = ACTIONS(3212), + [anon_sym_BANGis] = ACTIONS(3216), + [anon_sym_PLUS] = ACTIONS(3212), + [anon_sym_DASH] = ACTIONS(3212), + [anon_sym_SLASH] = ACTIONS(3212), + [anon_sym_PERCENT] = ACTIONS(3212), + [anon_sym_as_QMARK] = ACTIONS(3216), + [anon_sym_PLUS_PLUS] = ACTIONS(3216), + [anon_sym_DASH_DASH] = ACTIONS(3216), + [anon_sym_BANG_BANG] = ACTIONS(3216), + [anon_sym_suspend] = ACTIONS(3120), + [anon_sym_sealed] = ACTIONS(3122), + [anon_sym_annotation] = ACTIONS(3122), + [anon_sym_data] = ACTIONS(3122), + [anon_sym_inner] = ACTIONS(3122), + [anon_sym_override] = ACTIONS(3124), + [anon_sym_lateinit] = ACTIONS(3124), + [anon_sym_public] = ACTIONS(3126), + [anon_sym_private] = ACTIONS(3126), + [anon_sym_internal] = ACTIONS(3126), + [anon_sym_protected] = ACTIONS(3126), + [anon_sym_tailrec] = ACTIONS(3120), + [anon_sym_operator] = ACTIONS(3120), + [anon_sym_infix] = ACTIONS(3120), + [anon_sym_inline] = ACTIONS(3120), + [anon_sym_external] = ACTIONS(3120), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3130), + [anon_sym_final] = ACTIONS(3130), + [anon_sym_open] = ACTIONS(3130), + [anon_sym_vararg] = ACTIONS(3132), + [anon_sym_noinline] = ACTIONS(3132), + [anon_sym_crossinline] = ACTIONS(3132), + [anon_sym_expect] = ACTIONS(3134), + [anon_sym_actual] = ACTIONS(3134), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3216), + [sym_safe_nav] = ACTIONS(3216), [sym_multiline_comment] = ACTIONS(3), }, + [1288] = { + [sym_type_constraints] = STATE(1441), + [sym_function_body] = STATE(1179), + [sym__block] = STATE(1087), + [sym__alpha_identifier] = ACTIONS(4085), + [anon_sym_AT] = ACTIONS(4087), + [anon_sym_LBRACK] = ACTIONS(4087), + [anon_sym_as] = ACTIONS(4085), + [anon_sym_EQ] = ACTIONS(5203), + [anon_sym_LBRACE] = ACTIONS(4039), + [anon_sym_RBRACE] = ACTIONS(4087), + [anon_sym_LPAREN] = ACTIONS(4087), + [anon_sym_LT] = ACTIONS(4085), + [anon_sym_GT] = ACTIONS(4085), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(4085), + [anon_sym_fun] = ACTIONS(4085), + [anon_sym_DOT] = ACTIONS(4085), + [anon_sym_SEMI] = ACTIONS(4087), + [anon_sym_get] = ACTIONS(4085), + [anon_sym_set] = ACTIONS(4085), + [anon_sym_this] = ACTIONS(4085), + [anon_sym_super] = ACTIONS(4085), + [anon_sym_STAR] = ACTIONS(4087), + [sym_label] = ACTIONS(4085), + [anon_sym_in] = ACTIONS(4085), + [anon_sym_DOT_DOT] = ACTIONS(4087), + [anon_sym_QMARK_COLON] = ACTIONS(4087), + [anon_sym_AMP_AMP] = ACTIONS(4087), + [anon_sym_PIPE_PIPE] = ACTIONS(4087), + [anon_sym_null] = ACTIONS(4085), + [anon_sym_if] = ACTIONS(4085), + [anon_sym_else] = ACTIONS(4085), + [anon_sym_when] = ACTIONS(4085), + [anon_sym_try] = ACTIONS(4085), + [anon_sym_throw] = ACTIONS(4085), + [anon_sym_return] = ACTIONS(4085), + [anon_sym_continue] = ACTIONS(4085), + [anon_sym_break] = ACTIONS(4085), + [anon_sym_COLON_COLON] = ACTIONS(4087), + [anon_sym_BANG_EQ] = ACTIONS(4085), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4087), + [anon_sym_EQ_EQ] = ACTIONS(4085), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4087), + [anon_sym_LT_EQ] = ACTIONS(4087), + [anon_sym_GT_EQ] = ACTIONS(4087), + [anon_sym_BANGin] = ACTIONS(4087), + [anon_sym_is] = ACTIONS(4085), + [anon_sym_BANGis] = ACTIONS(4087), + [anon_sym_PLUS] = ACTIONS(4085), + [anon_sym_DASH] = ACTIONS(4085), + [anon_sym_SLASH] = ACTIONS(4085), + [anon_sym_PERCENT] = ACTIONS(4087), + [anon_sym_as_QMARK] = ACTIONS(4087), + [anon_sym_PLUS_PLUS] = ACTIONS(4087), + [anon_sym_DASH_DASH] = ACTIONS(4087), + [anon_sym_BANG] = ACTIONS(4085), + [anon_sym_BANG_BANG] = ACTIONS(4087), + [anon_sym_suspend] = ACTIONS(4085), + [anon_sym_sealed] = ACTIONS(4085), + [anon_sym_annotation] = ACTIONS(4085), + [anon_sym_data] = ACTIONS(4085), + [anon_sym_inner] = ACTIONS(4085), + [anon_sym_override] = ACTIONS(4085), + [anon_sym_lateinit] = ACTIONS(4085), + [anon_sym_public] = ACTIONS(4085), + [anon_sym_private] = ACTIONS(4085), + [anon_sym_internal] = ACTIONS(4085), + [anon_sym_protected] = ACTIONS(4085), + [anon_sym_tailrec] = ACTIONS(4085), + [anon_sym_operator] = ACTIONS(4085), + [anon_sym_infix] = ACTIONS(4085), + [anon_sym_inline] = ACTIONS(4085), + [anon_sym_external] = ACTIONS(4085), + [sym_property_modifier] = ACTIONS(4085), + [anon_sym_abstract] = ACTIONS(4085), + [anon_sym_final] = ACTIONS(4085), + [anon_sym_open] = ACTIONS(4085), + [anon_sym_vararg] = ACTIONS(4085), + [anon_sym_noinline] = ACTIONS(4085), + [anon_sym_crossinline] = ACTIONS(4085), + [anon_sym_expect] = ACTIONS(4085), + [anon_sym_actual] = ACTIONS(4085), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4087), + [anon_sym_continue_AT] = ACTIONS(4087), + [anon_sym_break_AT] = ACTIONS(4087), + [sym_real_literal] = ACTIONS(4087), + [sym_integer_literal] = ACTIONS(4085), + [sym_hex_literal] = ACTIONS(4087), + [sym_bin_literal] = ACTIONS(4087), + [anon_sym_true] = ACTIONS(4085), + [anon_sym_false] = ACTIONS(4085), + [anon_sym_SQUOTE] = ACTIONS(4087), + [sym__backtick_identifier] = ACTIONS(4087), + [sym__automatic_semicolon] = ACTIONS(4087), + [sym_safe_nav] = ACTIONS(4087), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4087), + }, [1289] = { - [sym_function_body] = STATE(1061), - [sym__block] = STATE(1128), - [sym__alpha_identifier] = ACTIONS(4083), - [anon_sym_AT] = ACTIONS(4085), - [anon_sym_LBRACK] = ACTIONS(4085), - [anon_sym_as] = ACTIONS(4083), - [anon_sym_EQ] = ACTIONS(5103), - [anon_sym_LBRACE] = ACTIONS(4081), - [anon_sym_RBRACE] = ACTIONS(4085), - [anon_sym_LPAREN] = ACTIONS(4085), - [anon_sym_COMMA] = ACTIONS(4085), - [anon_sym_LT] = ACTIONS(4083), - [anon_sym_GT] = ACTIONS(4083), - [anon_sym_where] = ACTIONS(4083), - [anon_sym_object] = ACTIONS(4083), - [anon_sym_fun] = ACTIONS(4083), - [anon_sym_DOT] = ACTIONS(4083), - [anon_sym_SEMI] = ACTIONS(4085), - [anon_sym_get] = ACTIONS(4083), - [anon_sym_set] = ACTIONS(4083), - [anon_sym_this] = ACTIONS(4083), - [anon_sym_super] = ACTIONS(4083), - [anon_sym_STAR] = ACTIONS(4085), - [sym_label] = ACTIONS(4083), - [anon_sym_in] = ACTIONS(4083), - [anon_sym_DOT_DOT] = ACTIONS(4085), - [anon_sym_QMARK_COLON] = ACTIONS(4085), - [anon_sym_AMP_AMP] = ACTIONS(4085), - [anon_sym_PIPE_PIPE] = ACTIONS(4085), - [anon_sym_null] = ACTIONS(4083), - [anon_sym_if] = ACTIONS(4083), - [anon_sym_else] = ACTIONS(4083), - [anon_sym_when] = ACTIONS(4083), - [anon_sym_try] = ACTIONS(4083), - [anon_sym_throw] = ACTIONS(4083), - [anon_sym_return] = ACTIONS(4083), - [anon_sym_continue] = ACTIONS(4083), - [anon_sym_break] = ACTIONS(4083), - [anon_sym_COLON_COLON] = ACTIONS(4085), - [anon_sym_BANG_EQ] = ACTIONS(4083), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4085), - [anon_sym_EQ_EQ] = ACTIONS(4083), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4085), - [anon_sym_LT_EQ] = ACTIONS(4085), - [anon_sym_GT_EQ] = ACTIONS(4085), - [anon_sym_BANGin] = ACTIONS(4085), - [anon_sym_is] = ACTIONS(4083), - [anon_sym_BANGis] = ACTIONS(4085), - [anon_sym_PLUS] = ACTIONS(4083), - [anon_sym_DASH] = ACTIONS(4083), - [anon_sym_SLASH] = ACTIONS(4083), - [anon_sym_PERCENT] = ACTIONS(4085), - [anon_sym_as_QMARK] = ACTIONS(4085), - [anon_sym_PLUS_PLUS] = ACTIONS(4085), - [anon_sym_DASH_DASH] = ACTIONS(4085), - [anon_sym_BANG] = ACTIONS(4083), - [anon_sym_BANG_BANG] = ACTIONS(4085), - [anon_sym_suspend] = ACTIONS(4083), - [anon_sym_sealed] = ACTIONS(4083), - [anon_sym_annotation] = ACTIONS(4083), - [anon_sym_data] = ACTIONS(4083), - [anon_sym_inner] = ACTIONS(4083), - [anon_sym_override] = ACTIONS(4083), - [anon_sym_lateinit] = ACTIONS(4083), - [anon_sym_public] = ACTIONS(4083), - [anon_sym_private] = ACTIONS(4083), - [anon_sym_internal] = ACTIONS(4083), - [anon_sym_protected] = ACTIONS(4083), - [anon_sym_tailrec] = ACTIONS(4083), - [anon_sym_operator] = ACTIONS(4083), - [anon_sym_infix] = ACTIONS(4083), - [anon_sym_inline] = ACTIONS(4083), - [anon_sym_external] = ACTIONS(4083), - [sym_property_modifier] = ACTIONS(4083), - [anon_sym_abstract] = ACTIONS(4083), - [anon_sym_final] = ACTIONS(4083), - [anon_sym_open] = ACTIONS(4083), - [anon_sym_vararg] = ACTIONS(4083), - [anon_sym_noinline] = ACTIONS(4083), - [anon_sym_crossinline] = ACTIONS(4083), - [anon_sym_expect] = ACTIONS(4083), - [anon_sym_actual] = ACTIONS(4083), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4085), - [anon_sym_continue_AT] = ACTIONS(4085), - [anon_sym_break_AT] = ACTIONS(4085), - [sym_real_literal] = ACTIONS(4085), - [sym_integer_literal] = ACTIONS(4083), - [sym_hex_literal] = ACTIONS(4085), - [sym_bin_literal] = ACTIONS(4085), - [anon_sym_true] = ACTIONS(4083), - [anon_sym_false] = ACTIONS(4083), - [anon_sym_SQUOTE] = ACTIONS(4085), - [sym__backtick_identifier] = ACTIONS(4085), - [sym__automatic_semicolon] = ACTIONS(4085), - [sym_safe_nav] = ACTIONS(4085), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4085), + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(2113), + [sym__comparison_operator] = STATE(2103), + [sym__in_operator] = STATE(2075), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(2062), + [sym__multiplicative_operator] = STATE(2057), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_annotation] = STATE(7893), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2022), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), + [sym__alpha_identifier] = ACTIONS(3075), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_EQ] = ACTIONS(3075), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(3077), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_RPAREN] = ACTIONS(3077), + [anon_sym_LT] = ACTIONS(3079), + [anon_sym_GT] = ACTIONS(3075), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3077), + [anon_sym_get] = ACTIONS(3075), + [anon_sym_set] = ACTIONS(3075), + [anon_sym_STAR] = ACTIONS(3654), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(3075), + [anon_sym_while] = ACTIONS(3075), + [anon_sym_DOT_DOT] = ACTIONS(3077), + [anon_sym_QMARK_COLON] = ACTIONS(3077), + [anon_sym_AMP_AMP] = ACTIONS(3077), + [anon_sym_PIPE_PIPE] = ACTIONS(3077), + [anon_sym_else] = ACTIONS(3075), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_PLUS_EQ] = ACTIONS(3077), + [anon_sym_DASH_EQ] = ACTIONS(3077), + [anon_sym_STAR_EQ] = ACTIONS(3077), + [anon_sym_SLASH_EQ] = ACTIONS(3077), + [anon_sym_PERCENT_EQ] = ACTIONS(3077), + [anon_sym_BANG_EQ] = ACTIONS(3075), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3077), + [anon_sym_EQ_EQ] = ACTIONS(3075), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3077), + [anon_sym_LT_EQ] = ACTIONS(3077), + [anon_sym_GT_EQ] = ACTIONS(3077), + [anon_sym_BANGin] = ACTIONS(3077), + [anon_sym_is] = ACTIONS(3075), + [anon_sym_BANGis] = ACTIONS(3077), + [anon_sym_PLUS] = ACTIONS(3674), + [anon_sym_DASH] = ACTIONS(3674), + [anon_sym_SLASH] = ACTIONS(3654), + [anon_sym_PERCENT] = ACTIONS(3654), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), + [anon_sym_suspend] = ACTIONS(3075), + [anon_sym_sealed] = ACTIONS(3075), + [anon_sym_annotation] = ACTIONS(3075), + [anon_sym_data] = ACTIONS(3075), + [anon_sym_inner] = ACTIONS(3075), + [anon_sym_override] = ACTIONS(3075), + [anon_sym_lateinit] = ACTIONS(3075), + [anon_sym_public] = ACTIONS(3075), + [anon_sym_private] = ACTIONS(3075), + [anon_sym_internal] = ACTIONS(3075), + [anon_sym_protected] = ACTIONS(3075), + [anon_sym_tailrec] = ACTIONS(3075), + [anon_sym_operator] = ACTIONS(3075), + [anon_sym_infix] = ACTIONS(3075), + [anon_sym_inline] = ACTIONS(3075), + [anon_sym_external] = ACTIONS(3075), + [sym_property_modifier] = ACTIONS(3075), + [anon_sym_abstract] = ACTIONS(3075), + [anon_sym_final] = ACTIONS(3075), + [anon_sym_open] = ACTIONS(3075), + [anon_sym_vararg] = ACTIONS(3075), + [anon_sym_noinline] = ACTIONS(3075), + [anon_sym_crossinline] = ACTIONS(3075), + [anon_sym_expect] = ACTIONS(3075), + [anon_sym_actual] = ACTIONS(3075), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3077), + [sym_safe_nav] = ACTIONS(3420), + [sym_multiline_comment] = ACTIONS(3), }, [1290] = { - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(2177), - [sym__comparison_operator] = STATE(2176), - [sym__in_operator] = STATE(2172), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(2170), - [sym__multiplicative_operator] = STATE(2169), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_annotation] = STATE(7845), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2168), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(2113), + [sym__comparison_operator] = STATE(2103), + [sym__in_operator] = STATE(2075), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(2062), + [sym__multiplicative_operator] = STATE(2057), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_annotation] = STATE(7893), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2022), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_EQ] = ACTIONS(3057), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(3059), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_RPAREN] = ACTIONS(3059), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_EQ] = ACTIONS(3067), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(3069), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_RPAREN] = ACTIONS(3069), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(3646), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(3059), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3069), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), [anon_sym_STAR] = ACTIONS(3654), - [sym_label] = ACTIONS(3392), + [sym_label] = ACTIONS(3408), [anon_sym_in] = ACTIONS(3656), - [anon_sym_while] = ACTIONS(3057), + [anon_sym_while] = ACTIONS(3067), [anon_sym_DOT_DOT] = ACTIONS(3658), [anon_sym_QMARK_COLON] = ACTIONS(3660), [anon_sym_AMP_AMP] = ACTIONS(3662), [anon_sym_PIPE_PIPE] = ACTIONS(3664), - [anon_sym_else] = ACTIONS(3057), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_PLUS_EQ] = ACTIONS(3059), - [anon_sym_DASH_EQ] = ACTIONS(3059), - [anon_sym_STAR_EQ] = ACTIONS(3059), - [anon_sym_SLASH_EQ] = ACTIONS(3059), - [anon_sym_PERCENT_EQ] = ACTIONS(3059), + [anon_sym_else] = ACTIONS(3067), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_PLUS_EQ] = ACTIONS(3069), + [anon_sym_DASH_EQ] = ACTIONS(3069), + [anon_sym_STAR_EQ] = ACTIONS(3069), + [anon_sym_SLASH_EQ] = ACTIONS(3069), + [anon_sym_PERCENT_EQ] = ACTIONS(3069), [anon_sym_BANG_EQ] = ACTIONS(3666), [anon_sym_BANG_EQ_EQ] = ACTIONS(3668), [anon_sym_EQ_EQ] = ACTIONS(3666), @@ -180968,99 +181082,99 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_EQ] = ACTIONS(3670), [anon_sym_GT_EQ] = ACTIONS(3670), [anon_sym_BANGin] = ACTIONS(3672), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), [anon_sym_PLUS] = ACTIONS(3674), [anon_sym_DASH] = ACTIONS(3674), [anon_sym_SLASH] = ACTIONS(3654), [anon_sym_PERCENT] = ACTIONS(3654), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), - [anon_sym_suspend] = ACTIONS(3057), - [anon_sym_sealed] = ACTIONS(3057), - [anon_sym_annotation] = ACTIONS(3057), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), + [anon_sym_suspend] = ACTIONS(3067), + [anon_sym_sealed] = ACTIONS(3067), + [anon_sym_annotation] = ACTIONS(3067), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3057), - [anon_sym_lateinit] = ACTIONS(3057), - [anon_sym_public] = ACTIONS(3057), - [anon_sym_private] = ACTIONS(3057), - [anon_sym_internal] = ACTIONS(3057), - [anon_sym_protected] = ACTIONS(3057), - [anon_sym_tailrec] = ACTIONS(3057), - [anon_sym_operator] = ACTIONS(3057), - [anon_sym_infix] = ACTIONS(3057), - [anon_sym_inline] = ACTIONS(3057), - [anon_sym_external] = ACTIONS(3057), - [sym_property_modifier] = ACTIONS(3057), - [anon_sym_abstract] = ACTIONS(3057), - [anon_sym_final] = ACTIONS(3057), - [anon_sym_open] = ACTIONS(3057), - [anon_sym_vararg] = ACTIONS(3057), - [anon_sym_noinline] = ACTIONS(3057), - [anon_sym_crossinline] = ACTIONS(3057), + [anon_sym_override] = ACTIONS(3067), + [anon_sym_lateinit] = ACTIONS(3067), + [anon_sym_public] = ACTIONS(3067), + [anon_sym_private] = ACTIONS(3067), + [anon_sym_internal] = ACTIONS(3067), + [anon_sym_protected] = ACTIONS(3067), + [anon_sym_tailrec] = ACTIONS(3067), + [anon_sym_operator] = ACTIONS(3067), + [anon_sym_infix] = ACTIONS(3067), + [anon_sym_inline] = ACTIONS(3067), + [anon_sym_external] = ACTIONS(3067), + [sym_property_modifier] = ACTIONS(3067), + [anon_sym_abstract] = ACTIONS(3067), + [anon_sym_final] = ACTIONS(3067), + [anon_sym_open] = ACTIONS(3067), + [anon_sym_vararg] = ACTIONS(3067), + [anon_sym_noinline] = ACTIONS(3067), + [anon_sym_crossinline] = ACTIONS(3067), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), + [sym_safe_nav] = ACTIONS(3420), [sym_multiline_comment] = ACTIONS(3), }, [1291] = { - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(2177), - [sym__comparison_operator] = STATE(2176), - [sym__in_operator] = STATE(2172), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(2170), - [sym__multiplicative_operator] = STATE(2169), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_annotation] = STATE(7845), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2168), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(2113), + [sym__comparison_operator] = STATE(2103), + [sym__in_operator] = STATE(2075), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(2062), + [sym__multiplicative_operator] = STATE(2057), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_annotation] = STATE(7893), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2022), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_EQ] = ACTIONS(3049), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(3051), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_RPAREN] = ACTIONS(3051), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_EQ] = ACTIONS(3071), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(3073), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_RPAREN] = ACTIONS(3073), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(3646), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(3051), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3073), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), [anon_sym_STAR] = ACTIONS(3654), - [sym_label] = ACTIONS(3392), + [sym_label] = ACTIONS(3408), [anon_sym_in] = ACTIONS(3656), - [anon_sym_while] = ACTIONS(3049), + [anon_sym_while] = ACTIONS(3071), [anon_sym_DOT_DOT] = ACTIONS(3658), [anon_sym_QMARK_COLON] = ACTIONS(3660), [anon_sym_AMP_AMP] = ACTIONS(3662), [anon_sym_PIPE_PIPE] = ACTIONS(3664), - [anon_sym_else] = ACTIONS(3049), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_PLUS_EQ] = ACTIONS(3051), - [anon_sym_DASH_EQ] = ACTIONS(3051), - [anon_sym_STAR_EQ] = ACTIONS(3051), - [anon_sym_SLASH_EQ] = ACTIONS(3051), - [anon_sym_PERCENT_EQ] = ACTIONS(3051), + [anon_sym_else] = ACTIONS(3071), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_PLUS_EQ] = ACTIONS(3073), + [anon_sym_DASH_EQ] = ACTIONS(3073), + [anon_sym_STAR_EQ] = ACTIONS(3073), + [anon_sym_SLASH_EQ] = ACTIONS(3073), + [anon_sym_PERCENT_EQ] = ACTIONS(3073), [anon_sym_BANG_EQ] = ACTIONS(3666), [anon_sym_BANG_EQ_EQ] = ACTIONS(3668), [anon_sym_EQ_EQ] = ACTIONS(3666), @@ -181068,416 +181182,1916 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_EQ] = ACTIONS(3670), [anon_sym_GT_EQ] = ACTIONS(3670), [anon_sym_BANGin] = ACTIONS(3672), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), [anon_sym_PLUS] = ACTIONS(3674), [anon_sym_DASH] = ACTIONS(3674), [anon_sym_SLASH] = ACTIONS(3654), [anon_sym_PERCENT] = ACTIONS(3654), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), - [anon_sym_suspend] = ACTIONS(3049), - [anon_sym_sealed] = ACTIONS(3049), - [anon_sym_annotation] = ACTIONS(3049), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), + [anon_sym_suspend] = ACTIONS(3071), + [anon_sym_sealed] = ACTIONS(3071), + [anon_sym_annotation] = ACTIONS(3071), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3049), - [anon_sym_lateinit] = ACTIONS(3049), - [anon_sym_public] = ACTIONS(3049), - [anon_sym_private] = ACTIONS(3049), - [anon_sym_internal] = ACTIONS(3049), - [anon_sym_protected] = ACTIONS(3049), - [anon_sym_tailrec] = ACTIONS(3049), - [anon_sym_operator] = ACTIONS(3049), - [anon_sym_infix] = ACTIONS(3049), - [anon_sym_inline] = ACTIONS(3049), - [anon_sym_external] = ACTIONS(3049), - [sym_property_modifier] = ACTIONS(3049), - [anon_sym_abstract] = ACTIONS(3049), - [anon_sym_final] = ACTIONS(3049), - [anon_sym_open] = ACTIONS(3049), - [anon_sym_vararg] = ACTIONS(3049), - [anon_sym_noinline] = ACTIONS(3049), - [anon_sym_crossinline] = ACTIONS(3049), + [anon_sym_override] = ACTIONS(3071), + [anon_sym_lateinit] = ACTIONS(3071), + [anon_sym_public] = ACTIONS(3071), + [anon_sym_private] = ACTIONS(3071), + [anon_sym_internal] = ACTIONS(3071), + [anon_sym_protected] = ACTIONS(3071), + [anon_sym_tailrec] = ACTIONS(3071), + [anon_sym_operator] = ACTIONS(3071), + [anon_sym_infix] = ACTIONS(3071), + [anon_sym_inline] = ACTIONS(3071), + [anon_sym_external] = ACTIONS(3071), + [sym_property_modifier] = ACTIONS(3071), + [anon_sym_abstract] = ACTIONS(3071), + [anon_sym_final] = ACTIONS(3071), + [anon_sym_open] = ACTIONS(3071), + [anon_sym_vararg] = ACTIONS(3071), + [anon_sym_noinline] = ACTIONS(3071), + [anon_sym_crossinline] = ACTIONS(3071), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), + [sym_safe_nav] = ACTIONS(3420), [sym_multiline_comment] = ACTIONS(3), }, [1292] = { - [sym_class_body] = STATE(1120), - [sym_type_constraints] = STATE(988), - [sym__alpha_identifier] = ACTIONS(3214), - [anon_sym_AT] = ACTIONS(3218), - [anon_sym_COLON] = ACTIONS(3464), - [anon_sym_LBRACK] = ACTIONS(3218), - [anon_sym_as] = ACTIONS(3214), - [anon_sym_LBRACE] = ACTIONS(3156), - [anon_sym_RBRACE] = ACTIONS(3218), - [anon_sym_LPAREN] = ACTIONS(3218), - [anon_sym_COMMA] = ACTIONS(3218), - [anon_sym_LT] = ACTIONS(3214), - [anon_sym_GT] = ACTIONS(3214), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(3214), - [anon_sym_fun] = ACTIONS(3214), - [anon_sym_DOT] = ACTIONS(3214), - [anon_sym_SEMI] = ACTIONS(3218), - [anon_sym_get] = ACTIONS(3214), - [anon_sym_set] = ACTIONS(3214), - [anon_sym_this] = ACTIONS(3214), - [anon_sym_super] = ACTIONS(3214), - [anon_sym_STAR] = ACTIONS(3218), - [sym_label] = ACTIONS(3214), - [anon_sym_in] = ACTIONS(3214), - [anon_sym_DOT_DOT] = ACTIONS(3218), - [anon_sym_QMARK_COLON] = ACTIONS(3218), - [anon_sym_AMP_AMP] = ACTIONS(3218), - [anon_sym_PIPE_PIPE] = ACTIONS(3218), - [anon_sym_null] = ACTIONS(3214), - [anon_sym_if] = ACTIONS(3214), - [anon_sym_else] = ACTIONS(3214), - [anon_sym_when] = ACTIONS(3214), - [anon_sym_try] = ACTIONS(3214), - [anon_sym_throw] = ACTIONS(3214), - [anon_sym_return] = ACTIONS(3214), - [anon_sym_continue] = ACTIONS(3214), - [anon_sym_break] = ACTIONS(3214), - [anon_sym_COLON_COLON] = ACTIONS(3218), - [anon_sym_BANG_EQ] = ACTIONS(3214), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3218), - [anon_sym_EQ_EQ] = ACTIONS(3214), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3218), - [anon_sym_LT_EQ] = ACTIONS(3218), - [anon_sym_GT_EQ] = ACTIONS(3218), - [anon_sym_BANGin] = ACTIONS(3218), - [anon_sym_is] = ACTIONS(3214), - [anon_sym_BANGis] = ACTIONS(3218), - [anon_sym_PLUS] = ACTIONS(3214), - [anon_sym_DASH] = ACTIONS(3214), - [anon_sym_SLASH] = ACTIONS(3214), - [anon_sym_PERCENT] = ACTIONS(3218), - [anon_sym_as_QMARK] = ACTIONS(3218), - [anon_sym_PLUS_PLUS] = ACTIONS(3218), - [anon_sym_DASH_DASH] = ACTIONS(3218), - [anon_sym_BANG] = ACTIONS(3214), - [anon_sym_BANG_BANG] = ACTIONS(3218), - [anon_sym_suspend] = ACTIONS(3214), - [anon_sym_sealed] = ACTIONS(3214), - [anon_sym_annotation] = ACTIONS(3214), - [anon_sym_data] = ACTIONS(3214), - [anon_sym_inner] = ACTIONS(3214), - [anon_sym_override] = ACTIONS(3214), - [anon_sym_lateinit] = ACTIONS(3214), - [anon_sym_public] = ACTIONS(3214), - [anon_sym_private] = ACTIONS(3214), - [anon_sym_internal] = ACTIONS(3214), - [anon_sym_protected] = ACTIONS(3214), - [anon_sym_tailrec] = ACTIONS(3214), - [anon_sym_operator] = ACTIONS(3214), - [anon_sym_infix] = ACTIONS(3214), - [anon_sym_inline] = ACTIONS(3214), - [anon_sym_external] = ACTIONS(3214), - [sym_property_modifier] = ACTIONS(3214), - [anon_sym_abstract] = ACTIONS(3214), - [anon_sym_final] = ACTIONS(3214), - [anon_sym_open] = ACTIONS(3214), - [anon_sym_vararg] = ACTIONS(3214), - [anon_sym_noinline] = ACTIONS(3214), - [anon_sym_crossinline] = ACTIONS(3214), - [anon_sym_expect] = ACTIONS(3214), - [anon_sym_actual] = ACTIONS(3214), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3218), - [anon_sym_continue_AT] = ACTIONS(3218), - [anon_sym_break_AT] = ACTIONS(3218), - [sym_real_literal] = ACTIONS(3218), - [sym_integer_literal] = ACTIONS(3214), - [sym_hex_literal] = ACTIONS(3218), - [sym_bin_literal] = ACTIONS(3218), - [anon_sym_true] = ACTIONS(3214), - [anon_sym_false] = ACTIONS(3214), - [anon_sym_SQUOTE] = ACTIONS(3218), - [sym__backtick_identifier] = ACTIONS(3218), - [sym__automatic_semicolon] = ACTIONS(3218), - [sym_safe_nav] = ACTIONS(3218), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3218), + [sym_class_body] = STATE(1127), + [sym_type_constraints] = STATE(981), + [sym__alpha_identifier] = ACTIONS(4188), + [anon_sym_AT] = ACTIONS(4190), + [anon_sym_COLON] = ACTIONS(5255), + [anon_sym_LBRACK] = ACTIONS(4190), + [anon_sym_as] = ACTIONS(4188), + [anon_sym_LBRACE] = ACTIONS(3180), + [anon_sym_RBRACE] = ACTIONS(4190), + [anon_sym_LPAREN] = ACTIONS(4190), + [anon_sym_COMMA] = ACTIONS(4190), + [anon_sym_LT] = ACTIONS(4188), + [anon_sym_GT] = ACTIONS(4188), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(4188), + [anon_sym_fun] = ACTIONS(4188), + [anon_sym_DOT] = ACTIONS(4188), + [anon_sym_SEMI] = ACTIONS(4190), + [anon_sym_get] = ACTIONS(4188), + [anon_sym_set] = ACTIONS(4188), + [anon_sym_this] = ACTIONS(4188), + [anon_sym_super] = ACTIONS(4188), + [anon_sym_STAR] = ACTIONS(4190), + [sym_label] = ACTIONS(4188), + [anon_sym_in] = ACTIONS(4188), + [anon_sym_DOT_DOT] = ACTIONS(4190), + [anon_sym_QMARK_COLON] = ACTIONS(4190), + [anon_sym_AMP_AMP] = ACTIONS(4190), + [anon_sym_PIPE_PIPE] = ACTIONS(4190), + [anon_sym_null] = ACTIONS(4188), + [anon_sym_if] = ACTIONS(4188), + [anon_sym_else] = ACTIONS(4188), + [anon_sym_when] = ACTIONS(4188), + [anon_sym_try] = ACTIONS(4188), + [anon_sym_throw] = ACTIONS(4188), + [anon_sym_return] = ACTIONS(4188), + [anon_sym_continue] = ACTIONS(4188), + [anon_sym_break] = ACTIONS(4188), + [anon_sym_COLON_COLON] = ACTIONS(4190), + [anon_sym_BANG_EQ] = ACTIONS(4188), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4190), + [anon_sym_EQ_EQ] = ACTIONS(4188), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4190), + [anon_sym_LT_EQ] = ACTIONS(4190), + [anon_sym_GT_EQ] = ACTIONS(4190), + [anon_sym_BANGin] = ACTIONS(4190), + [anon_sym_is] = ACTIONS(4188), + [anon_sym_BANGis] = ACTIONS(4190), + [anon_sym_PLUS] = ACTIONS(4188), + [anon_sym_DASH] = ACTIONS(4188), + [anon_sym_SLASH] = ACTIONS(4188), + [anon_sym_PERCENT] = ACTIONS(4190), + [anon_sym_as_QMARK] = ACTIONS(4190), + [anon_sym_PLUS_PLUS] = ACTIONS(4190), + [anon_sym_DASH_DASH] = ACTIONS(4190), + [anon_sym_BANG] = ACTIONS(4188), + [anon_sym_BANG_BANG] = ACTIONS(4190), + [anon_sym_suspend] = ACTIONS(4188), + [anon_sym_sealed] = ACTIONS(4188), + [anon_sym_annotation] = ACTIONS(4188), + [anon_sym_data] = ACTIONS(4188), + [anon_sym_inner] = ACTIONS(4188), + [anon_sym_override] = ACTIONS(4188), + [anon_sym_lateinit] = ACTIONS(4188), + [anon_sym_public] = ACTIONS(4188), + [anon_sym_private] = ACTIONS(4188), + [anon_sym_internal] = ACTIONS(4188), + [anon_sym_protected] = ACTIONS(4188), + [anon_sym_tailrec] = ACTIONS(4188), + [anon_sym_operator] = ACTIONS(4188), + [anon_sym_infix] = ACTIONS(4188), + [anon_sym_inline] = ACTIONS(4188), + [anon_sym_external] = ACTIONS(4188), + [sym_property_modifier] = ACTIONS(4188), + [anon_sym_abstract] = ACTIONS(4188), + [anon_sym_final] = ACTIONS(4188), + [anon_sym_open] = ACTIONS(4188), + [anon_sym_vararg] = ACTIONS(4188), + [anon_sym_noinline] = ACTIONS(4188), + [anon_sym_crossinline] = ACTIONS(4188), + [anon_sym_expect] = ACTIONS(4188), + [anon_sym_actual] = ACTIONS(4188), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4190), + [anon_sym_continue_AT] = ACTIONS(4190), + [anon_sym_break_AT] = ACTIONS(4190), + [sym_real_literal] = ACTIONS(4190), + [sym_integer_literal] = ACTIONS(4188), + [sym_hex_literal] = ACTIONS(4190), + [sym_bin_literal] = ACTIONS(4190), + [anon_sym_true] = ACTIONS(4188), + [anon_sym_false] = ACTIONS(4188), + [anon_sym_SQUOTE] = ACTIONS(4190), + [sym__backtick_identifier] = ACTIONS(4190), + [sym__automatic_semicolon] = ACTIONS(4190), + [sym_safe_nav] = ACTIONS(4190), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4190), }, [1293] = { - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(2177), - [sym__comparison_operator] = STATE(2176), - [sym__in_operator] = STATE(2172), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(2170), - [sym__multiplicative_operator] = STATE(2169), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_annotation] = STATE(7845), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2168), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [sym__alpha_identifier] = ACTIONS(2984), + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(2113), + [sym__comparison_operator] = STATE(2103), + [sym__in_operator] = STATE(2075), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(2062), + [sym__multiplicative_operator] = STATE(2057), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_annotation] = STATE(7893), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2022), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), + [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_EQ] = ACTIONS(2984), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(2986), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_RPAREN] = ACTIONS(2986), - [anon_sym_LT] = ACTIONS(2988), - [anon_sym_GT] = ACTIONS(2984), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(2986), - [anon_sym_get] = ACTIONS(2984), - [anon_sym_set] = ACTIONS(2984), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_EQ] = ACTIONS(3036), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(3038), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_RPAREN] = ACTIONS(3038), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(3036), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3038), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), [anon_sym_STAR] = ACTIONS(3654), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(2984), - [anon_sym_while] = ACTIONS(2984), - [anon_sym_DOT_DOT] = ACTIONS(2986), - [anon_sym_QMARK_COLON] = ACTIONS(2986), - [anon_sym_AMP_AMP] = ACTIONS(2986), - [anon_sym_PIPE_PIPE] = ACTIONS(2986), - [anon_sym_else] = ACTIONS(2984), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_PLUS_EQ] = ACTIONS(2986), - [anon_sym_DASH_EQ] = ACTIONS(2986), - [anon_sym_STAR_EQ] = ACTIONS(2986), - [anon_sym_SLASH_EQ] = ACTIONS(2986), - [anon_sym_PERCENT_EQ] = ACTIONS(2986), - [anon_sym_BANG_EQ] = ACTIONS(2984), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2986), - [anon_sym_EQ_EQ] = ACTIONS(2984), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2986), - [anon_sym_LT_EQ] = ACTIONS(2986), - [anon_sym_GT_EQ] = ACTIONS(2986), - [anon_sym_BANGin] = ACTIONS(2986), - [anon_sym_is] = ACTIONS(2984), - [anon_sym_BANGis] = ACTIONS(2986), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(3656), + [anon_sym_while] = ACTIONS(3036), + [anon_sym_DOT_DOT] = ACTIONS(3658), + [anon_sym_QMARK_COLON] = ACTIONS(3660), + [anon_sym_AMP_AMP] = ACTIONS(3038), + [anon_sym_PIPE_PIPE] = ACTIONS(3038), + [anon_sym_else] = ACTIONS(3036), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_PLUS_EQ] = ACTIONS(3038), + [anon_sym_DASH_EQ] = ACTIONS(3038), + [anon_sym_STAR_EQ] = ACTIONS(3038), + [anon_sym_SLASH_EQ] = ACTIONS(3038), + [anon_sym_PERCENT_EQ] = ACTIONS(3038), + [anon_sym_BANG_EQ] = ACTIONS(3036), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3038), + [anon_sym_EQ_EQ] = ACTIONS(3036), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3038), + [anon_sym_LT_EQ] = ACTIONS(3038), + [anon_sym_GT_EQ] = ACTIONS(3038), + [anon_sym_BANGin] = ACTIONS(3672), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), [anon_sym_PLUS] = ACTIONS(3674), [anon_sym_DASH] = ACTIONS(3674), [anon_sym_SLASH] = ACTIONS(3654), [anon_sym_PERCENT] = ACTIONS(3654), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), - [anon_sym_suspend] = ACTIONS(2984), - [anon_sym_sealed] = ACTIONS(2984), - [anon_sym_annotation] = ACTIONS(2984), - [anon_sym_data] = ACTIONS(2984), - [anon_sym_inner] = ACTIONS(2984), - [anon_sym_override] = ACTIONS(2984), - [anon_sym_lateinit] = ACTIONS(2984), - [anon_sym_public] = ACTIONS(2984), - [anon_sym_private] = ACTIONS(2984), - [anon_sym_internal] = ACTIONS(2984), - [anon_sym_protected] = ACTIONS(2984), - [anon_sym_tailrec] = ACTIONS(2984), - [anon_sym_operator] = ACTIONS(2984), - [anon_sym_infix] = ACTIONS(2984), - [anon_sym_inline] = ACTIONS(2984), - [anon_sym_external] = ACTIONS(2984), - [sym_property_modifier] = ACTIONS(2984), - [anon_sym_abstract] = ACTIONS(2984), - [anon_sym_final] = ACTIONS(2984), - [anon_sym_open] = ACTIONS(2984), - [anon_sym_vararg] = ACTIONS(2984), - [anon_sym_noinline] = ACTIONS(2984), - [anon_sym_crossinline] = ACTIONS(2984), - [anon_sym_expect] = ACTIONS(2984), - [anon_sym_actual] = ACTIONS(2984), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(2986), - [sym_safe_nav] = ACTIONS(3404), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), + [anon_sym_suspend] = ACTIONS(3036), + [anon_sym_sealed] = ACTIONS(3036), + [anon_sym_annotation] = ACTIONS(3036), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_override] = ACTIONS(3036), + [anon_sym_lateinit] = ACTIONS(3036), + [anon_sym_public] = ACTIONS(3036), + [anon_sym_private] = ACTIONS(3036), + [anon_sym_internal] = ACTIONS(3036), + [anon_sym_protected] = ACTIONS(3036), + [anon_sym_tailrec] = ACTIONS(3036), + [anon_sym_operator] = ACTIONS(3036), + [anon_sym_infix] = ACTIONS(3036), + [anon_sym_inline] = ACTIONS(3036), + [anon_sym_external] = ACTIONS(3036), + [sym_property_modifier] = ACTIONS(3036), + [anon_sym_abstract] = ACTIONS(3036), + [anon_sym_final] = ACTIONS(3036), + [anon_sym_open] = ACTIONS(3036), + [anon_sym_vararg] = ACTIONS(3036), + [anon_sym_noinline] = ACTIONS(3036), + [anon_sym_crossinline] = ACTIONS(3036), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym_safe_nav] = ACTIONS(3420), [sym_multiline_comment] = ACTIONS(3), }, [1294] = { - [sym_function_body] = STATE(1174), - [sym__block] = STATE(1128), - [sym__alpha_identifier] = ACTIONS(4503), - [anon_sym_AT] = ACTIONS(4505), - [anon_sym_LBRACK] = ACTIONS(4505), - [anon_sym_as] = ACTIONS(4503), - [anon_sym_EQ] = ACTIONS(5103), - [anon_sym_LBRACE] = ACTIONS(4081), - [anon_sym_RBRACE] = ACTIONS(4505), - [anon_sym_LPAREN] = ACTIONS(4505), - [anon_sym_COMMA] = ACTIONS(4505), - [anon_sym_LT] = ACTIONS(4503), - [anon_sym_GT] = ACTIONS(4503), - [anon_sym_where] = ACTIONS(4503), - [anon_sym_object] = ACTIONS(4503), - [anon_sym_fun] = ACTIONS(4503), - [anon_sym_DOT] = ACTIONS(4503), - [anon_sym_SEMI] = ACTIONS(4505), - [anon_sym_get] = ACTIONS(4503), - [anon_sym_set] = ACTIONS(4503), - [anon_sym_this] = ACTIONS(4503), - [anon_sym_super] = ACTIONS(4503), - [anon_sym_STAR] = ACTIONS(4505), - [sym_label] = ACTIONS(4503), - [anon_sym_in] = ACTIONS(4503), - [anon_sym_DOT_DOT] = ACTIONS(4505), - [anon_sym_QMARK_COLON] = ACTIONS(4505), - [anon_sym_AMP_AMP] = ACTIONS(4505), - [anon_sym_PIPE_PIPE] = ACTIONS(4505), - [anon_sym_null] = ACTIONS(4503), - [anon_sym_if] = ACTIONS(4503), - [anon_sym_else] = ACTIONS(4503), - [anon_sym_when] = ACTIONS(4503), - [anon_sym_try] = ACTIONS(4503), - [anon_sym_throw] = ACTIONS(4503), - [anon_sym_return] = ACTIONS(4503), - [anon_sym_continue] = ACTIONS(4503), - [anon_sym_break] = ACTIONS(4503), - [anon_sym_COLON_COLON] = ACTIONS(4505), - [anon_sym_BANG_EQ] = ACTIONS(4503), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4505), - [anon_sym_EQ_EQ] = ACTIONS(4503), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4505), - [anon_sym_LT_EQ] = ACTIONS(4505), - [anon_sym_GT_EQ] = ACTIONS(4505), - [anon_sym_BANGin] = ACTIONS(4505), - [anon_sym_is] = ACTIONS(4503), - [anon_sym_BANGis] = ACTIONS(4505), - [anon_sym_PLUS] = ACTIONS(4503), - [anon_sym_DASH] = ACTIONS(4503), - [anon_sym_SLASH] = ACTIONS(4503), - [anon_sym_PERCENT] = ACTIONS(4505), - [anon_sym_as_QMARK] = ACTIONS(4505), - [anon_sym_PLUS_PLUS] = ACTIONS(4505), - [anon_sym_DASH_DASH] = ACTIONS(4505), - [anon_sym_BANG] = ACTIONS(4503), - [anon_sym_BANG_BANG] = ACTIONS(4505), - [anon_sym_suspend] = ACTIONS(4503), - [anon_sym_sealed] = ACTIONS(4503), - [anon_sym_annotation] = ACTIONS(4503), - [anon_sym_data] = ACTIONS(4503), - [anon_sym_inner] = ACTIONS(4503), - [anon_sym_override] = ACTIONS(4503), - [anon_sym_lateinit] = ACTIONS(4503), - [anon_sym_public] = ACTIONS(4503), - [anon_sym_private] = ACTIONS(4503), - [anon_sym_internal] = ACTIONS(4503), - [anon_sym_protected] = ACTIONS(4503), - [anon_sym_tailrec] = ACTIONS(4503), - [anon_sym_operator] = ACTIONS(4503), - [anon_sym_infix] = ACTIONS(4503), - [anon_sym_inline] = ACTIONS(4503), - [anon_sym_external] = ACTIONS(4503), - [sym_property_modifier] = ACTIONS(4503), - [anon_sym_abstract] = ACTIONS(4503), - [anon_sym_final] = ACTIONS(4503), - [anon_sym_open] = ACTIONS(4503), - [anon_sym_vararg] = ACTIONS(4503), - [anon_sym_noinline] = ACTIONS(4503), - [anon_sym_crossinline] = ACTIONS(4503), - [anon_sym_expect] = ACTIONS(4503), - [anon_sym_actual] = ACTIONS(4503), + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(2113), + [sym__comparison_operator] = STATE(2103), + [sym__in_operator] = STATE(2075), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(2062), + [sym__multiplicative_operator] = STATE(2057), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_annotation] = STATE(7893), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2022), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_EQ] = ACTIONS(3029), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(3031), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_RPAREN] = ACTIONS(3031), + [anon_sym_LT] = ACTIONS(3033), + [anon_sym_GT] = ACTIONS(3029), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3031), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(3654), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(3029), + [anon_sym_while] = ACTIONS(3029), + [anon_sym_DOT_DOT] = ACTIONS(3658), + [anon_sym_QMARK_COLON] = ACTIONS(3660), + [anon_sym_AMP_AMP] = ACTIONS(3031), + [anon_sym_PIPE_PIPE] = ACTIONS(3031), + [anon_sym_else] = ACTIONS(3029), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_PLUS_EQ] = ACTIONS(3031), + [anon_sym_DASH_EQ] = ACTIONS(3031), + [anon_sym_STAR_EQ] = ACTIONS(3031), + [anon_sym_SLASH_EQ] = ACTIONS(3031), + [anon_sym_PERCENT_EQ] = ACTIONS(3031), + [anon_sym_BANG_EQ] = ACTIONS(3029), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3031), + [anon_sym_EQ_EQ] = ACTIONS(3029), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3031), + [anon_sym_LT_EQ] = ACTIONS(3031), + [anon_sym_GT_EQ] = ACTIONS(3031), + [anon_sym_BANGin] = ACTIONS(3031), + [anon_sym_is] = ACTIONS(3029), + [anon_sym_BANGis] = ACTIONS(3031), + [anon_sym_PLUS] = ACTIONS(3674), + [anon_sym_DASH] = ACTIONS(3674), + [anon_sym_SLASH] = ACTIONS(3654), + [anon_sym_PERCENT] = ACTIONS(3654), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), + [anon_sym_suspend] = ACTIONS(3029), + [anon_sym_sealed] = ACTIONS(3029), + [anon_sym_annotation] = ACTIONS(3029), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_override] = ACTIONS(3029), + [anon_sym_lateinit] = ACTIONS(3029), + [anon_sym_public] = ACTIONS(3029), + [anon_sym_private] = ACTIONS(3029), + [anon_sym_internal] = ACTIONS(3029), + [anon_sym_protected] = ACTIONS(3029), + [anon_sym_tailrec] = ACTIONS(3029), + [anon_sym_operator] = ACTIONS(3029), + [anon_sym_infix] = ACTIONS(3029), + [anon_sym_inline] = ACTIONS(3029), + [anon_sym_external] = ACTIONS(3029), + [sym_property_modifier] = ACTIONS(3029), + [anon_sym_abstract] = ACTIONS(3029), + [anon_sym_final] = ACTIONS(3029), + [anon_sym_open] = ACTIONS(3029), + [anon_sym_vararg] = ACTIONS(3029), + [anon_sym_noinline] = ACTIONS(3029), + [anon_sym_crossinline] = ACTIONS(3029), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4505), - [anon_sym_continue_AT] = ACTIONS(4505), - [anon_sym_break_AT] = ACTIONS(4505), - [sym_real_literal] = ACTIONS(4505), - [sym_integer_literal] = ACTIONS(4503), - [sym_hex_literal] = ACTIONS(4505), - [sym_bin_literal] = ACTIONS(4505), - [anon_sym_true] = ACTIONS(4503), - [anon_sym_false] = ACTIONS(4503), - [anon_sym_SQUOTE] = ACTIONS(4505), - [sym__backtick_identifier] = ACTIONS(4505), - [sym__automatic_semicolon] = ACTIONS(4505), - [sym_safe_nav] = ACTIONS(4505), + [sym__backtick_identifier] = ACTIONS(1750), + [sym_safe_nav] = ACTIONS(3420), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4505), }, [1295] = { - [sym_type_constraints] = STATE(1389), - [sym_property_delegate] = STATE(1575), - [sym_getter] = STATE(3176), - [sym_setter] = STATE(3176), - [sym_modifiers] = STATE(8655), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1764), + [sym_type_constraints] = STATE(1462), + [sym_function_body] = STATE(1119), + [sym__block] = STATE(1087), + [sym__alpha_identifier] = ACTIONS(4256), + [anon_sym_AT] = ACTIONS(4258), + [anon_sym_LBRACK] = ACTIONS(4258), + [anon_sym_as] = ACTIONS(4256), + [anon_sym_EQ] = ACTIONS(5203), + [anon_sym_LBRACE] = ACTIONS(4039), + [anon_sym_RBRACE] = ACTIONS(4258), + [anon_sym_LPAREN] = ACTIONS(4258), + [anon_sym_LT] = ACTIONS(4256), + [anon_sym_GT] = ACTIONS(4256), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(4256), + [anon_sym_fun] = ACTIONS(4256), + [anon_sym_DOT] = ACTIONS(4256), + [anon_sym_SEMI] = ACTIONS(4258), + [anon_sym_get] = ACTIONS(4256), + [anon_sym_set] = ACTIONS(4256), + [anon_sym_this] = ACTIONS(4256), + [anon_sym_super] = ACTIONS(4256), + [anon_sym_STAR] = ACTIONS(4258), + [sym_label] = ACTIONS(4256), + [anon_sym_in] = ACTIONS(4256), + [anon_sym_DOT_DOT] = ACTIONS(4258), + [anon_sym_QMARK_COLON] = ACTIONS(4258), + [anon_sym_AMP_AMP] = ACTIONS(4258), + [anon_sym_PIPE_PIPE] = ACTIONS(4258), + [anon_sym_null] = ACTIONS(4256), + [anon_sym_if] = ACTIONS(4256), + [anon_sym_else] = ACTIONS(4256), + [anon_sym_when] = ACTIONS(4256), + [anon_sym_try] = ACTIONS(4256), + [anon_sym_throw] = ACTIONS(4256), + [anon_sym_return] = ACTIONS(4256), + [anon_sym_continue] = ACTIONS(4256), + [anon_sym_break] = ACTIONS(4256), + [anon_sym_COLON_COLON] = ACTIONS(4258), + [anon_sym_BANG_EQ] = ACTIONS(4256), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4258), + [anon_sym_EQ_EQ] = ACTIONS(4256), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4258), + [anon_sym_LT_EQ] = ACTIONS(4258), + [anon_sym_GT_EQ] = ACTIONS(4258), + [anon_sym_BANGin] = ACTIONS(4258), + [anon_sym_is] = ACTIONS(4256), + [anon_sym_BANGis] = ACTIONS(4258), + [anon_sym_PLUS] = ACTIONS(4256), + [anon_sym_DASH] = ACTIONS(4256), + [anon_sym_SLASH] = ACTIONS(4256), + [anon_sym_PERCENT] = ACTIONS(4258), + [anon_sym_as_QMARK] = ACTIONS(4258), + [anon_sym_PLUS_PLUS] = ACTIONS(4258), + [anon_sym_DASH_DASH] = ACTIONS(4258), + [anon_sym_BANG] = ACTIONS(4256), + [anon_sym_BANG_BANG] = ACTIONS(4258), + [anon_sym_suspend] = ACTIONS(4256), + [anon_sym_sealed] = ACTIONS(4256), + [anon_sym_annotation] = ACTIONS(4256), + [anon_sym_data] = ACTIONS(4256), + [anon_sym_inner] = ACTIONS(4256), + [anon_sym_override] = ACTIONS(4256), + [anon_sym_lateinit] = ACTIONS(4256), + [anon_sym_public] = ACTIONS(4256), + [anon_sym_private] = ACTIONS(4256), + [anon_sym_internal] = ACTIONS(4256), + [anon_sym_protected] = ACTIONS(4256), + [anon_sym_tailrec] = ACTIONS(4256), + [anon_sym_operator] = ACTIONS(4256), + [anon_sym_infix] = ACTIONS(4256), + [anon_sym_inline] = ACTIONS(4256), + [anon_sym_external] = ACTIONS(4256), + [sym_property_modifier] = ACTIONS(4256), + [anon_sym_abstract] = ACTIONS(4256), + [anon_sym_final] = ACTIONS(4256), + [anon_sym_open] = ACTIONS(4256), + [anon_sym_vararg] = ACTIONS(4256), + [anon_sym_noinline] = ACTIONS(4256), + [anon_sym_crossinline] = ACTIONS(4256), + [anon_sym_expect] = ACTIONS(4256), + [anon_sym_actual] = ACTIONS(4256), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4258), + [anon_sym_continue_AT] = ACTIONS(4258), + [anon_sym_break_AT] = ACTIONS(4258), + [sym_real_literal] = ACTIONS(4258), + [sym_integer_literal] = ACTIONS(4256), + [sym_hex_literal] = ACTIONS(4258), + [sym_bin_literal] = ACTIONS(4258), + [anon_sym_true] = ACTIONS(4256), + [anon_sym_false] = ACTIONS(4256), + [anon_sym_SQUOTE] = ACTIONS(4258), + [sym__backtick_identifier] = ACTIONS(4258), + [sym__automatic_semicolon] = ACTIONS(4258), + [sym_safe_nav] = ACTIONS(4258), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4258), + }, + [1296] = { + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(2113), + [sym__comparison_operator] = STATE(2103), + [sym__in_operator] = STATE(2075), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(2062), + [sym__multiplicative_operator] = STATE(2057), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_annotation] = STATE(7893), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2022), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), + [sym__alpha_identifier] = ACTIONS(3022), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_EQ] = ACTIONS(3022), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(3024), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_RPAREN] = ACTIONS(3024), + [anon_sym_LT] = ACTIONS(3026), + [anon_sym_GT] = ACTIONS(3022), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3024), + [anon_sym_get] = ACTIONS(3022), + [anon_sym_set] = ACTIONS(3022), + [anon_sym_STAR] = ACTIONS(3654), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(3022), + [anon_sym_while] = ACTIONS(3022), + [anon_sym_DOT_DOT] = ACTIONS(3024), + [anon_sym_QMARK_COLON] = ACTIONS(3024), + [anon_sym_AMP_AMP] = ACTIONS(3024), + [anon_sym_PIPE_PIPE] = ACTIONS(3024), + [anon_sym_else] = ACTIONS(3022), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_PLUS_EQ] = ACTIONS(3024), + [anon_sym_DASH_EQ] = ACTIONS(3024), + [anon_sym_STAR_EQ] = ACTIONS(3024), + [anon_sym_SLASH_EQ] = ACTIONS(3024), + [anon_sym_PERCENT_EQ] = ACTIONS(3024), + [anon_sym_BANG_EQ] = ACTIONS(3022), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3024), + [anon_sym_EQ_EQ] = ACTIONS(3022), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3024), + [anon_sym_LT_EQ] = ACTIONS(3024), + [anon_sym_GT_EQ] = ACTIONS(3024), + [anon_sym_BANGin] = ACTIONS(3024), + [anon_sym_is] = ACTIONS(3022), + [anon_sym_BANGis] = ACTIONS(3024), + [anon_sym_PLUS] = ACTIONS(3022), + [anon_sym_DASH] = ACTIONS(3022), + [anon_sym_SLASH] = ACTIONS(3654), + [anon_sym_PERCENT] = ACTIONS(3654), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), + [anon_sym_suspend] = ACTIONS(3022), + [anon_sym_sealed] = ACTIONS(3022), + [anon_sym_annotation] = ACTIONS(3022), + [anon_sym_data] = ACTIONS(3022), + [anon_sym_inner] = ACTIONS(3022), + [anon_sym_override] = ACTIONS(3022), + [anon_sym_lateinit] = ACTIONS(3022), + [anon_sym_public] = ACTIONS(3022), + [anon_sym_private] = ACTIONS(3022), + [anon_sym_internal] = ACTIONS(3022), + [anon_sym_protected] = ACTIONS(3022), + [anon_sym_tailrec] = ACTIONS(3022), + [anon_sym_operator] = ACTIONS(3022), + [anon_sym_infix] = ACTIONS(3022), + [anon_sym_inline] = ACTIONS(3022), + [anon_sym_external] = ACTIONS(3022), + [sym_property_modifier] = ACTIONS(3022), + [anon_sym_abstract] = ACTIONS(3022), + [anon_sym_final] = ACTIONS(3022), + [anon_sym_open] = ACTIONS(3022), + [anon_sym_vararg] = ACTIONS(3022), + [anon_sym_noinline] = ACTIONS(3022), + [anon_sym_crossinline] = ACTIONS(3022), + [anon_sym_expect] = ACTIONS(3022), + [anon_sym_actual] = ACTIONS(3022), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3024), + [sym_safe_nav] = ACTIONS(3420), + [sym_multiline_comment] = ACTIONS(3), + }, + [1297] = { + [sym_class_body] = STATE(1139), + [sym_type_constraints] = STATE(957), + [sym__alpha_identifier] = ACTIONS(3196), + [anon_sym_AT] = ACTIONS(3200), + [anon_sym_COLON] = ACTIONS(3492), + [anon_sym_LBRACK] = ACTIONS(3200), + [anon_sym_as] = ACTIONS(3196), + [anon_sym_LBRACE] = ACTIONS(3180), + [anon_sym_RBRACE] = ACTIONS(3200), + [anon_sym_LPAREN] = ACTIONS(3200), + [anon_sym_COMMA] = ACTIONS(3200), + [anon_sym_LT] = ACTIONS(3196), + [anon_sym_GT] = ACTIONS(3196), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(3196), + [anon_sym_fun] = ACTIONS(3196), + [anon_sym_DOT] = ACTIONS(3196), + [anon_sym_SEMI] = ACTIONS(3200), + [anon_sym_get] = ACTIONS(3196), + [anon_sym_set] = ACTIONS(3196), + [anon_sym_this] = ACTIONS(3196), + [anon_sym_super] = ACTIONS(3196), + [anon_sym_STAR] = ACTIONS(3200), + [sym_label] = ACTIONS(3196), + [anon_sym_in] = ACTIONS(3196), + [anon_sym_DOT_DOT] = ACTIONS(3200), + [anon_sym_QMARK_COLON] = ACTIONS(3200), + [anon_sym_AMP_AMP] = ACTIONS(3200), + [anon_sym_PIPE_PIPE] = ACTIONS(3200), + [anon_sym_null] = ACTIONS(3196), + [anon_sym_if] = ACTIONS(3196), + [anon_sym_else] = ACTIONS(3196), + [anon_sym_when] = ACTIONS(3196), + [anon_sym_try] = ACTIONS(3196), + [anon_sym_throw] = ACTIONS(3196), + [anon_sym_return] = ACTIONS(3196), + [anon_sym_continue] = ACTIONS(3196), + [anon_sym_break] = ACTIONS(3196), + [anon_sym_COLON_COLON] = ACTIONS(3200), + [anon_sym_BANG_EQ] = ACTIONS(3196), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3200), + [anon_sym_EQ_EQ] = ACTIONS(3196), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3200), + [anon_sym_LT_EQ] = ACTIONS(3200), + [anon_sym_GT_EQ] = ACTIONS(3200), + [anon_sym_BANGin] = ACTIONS(3200), + [anon_sym_is] = ACTIONS(3196), + [anon_sym_BANGis] = ACTIONS(3200), + [anon_sym_PLUS] = ACTIONS(3196), + [anon_sym_DASH] = ACTIONS(3196), + [anon_sym_SLASH] = ACTIONS(3196), + [anon_sym_PERCENT] = ACTIONS(3200), + [anon_sym_as_QMARK] = ACTIONS(3200), + [anon_sym_PLUS_PLUS] = ACTIONS(3200), + [anon_sym_DASH_DASH] = ACTIONS(3200), + [anon_sym_BANG] = ACTIONS(3196), + [anon_sym_BANG_BANG] = ACTIONS(3200), + [anon_sym_suspend] = ACTIONS(3196), + [anon_sym_sealed] = ACTIONS(3196), + [anon_sym_annotation] = ACTIONS(3196), + [anon_sym_data] = ACTIONS(3196), + [anon_sym_inner] = ACTIONS(3196), + [anon_sym_override] = ACTIONS(3196), + [anon_sym_lateinit] = ACTIONS(3196), + [anon_sym_public] = ACTIONS(3196), + [anon_sym_private] = ACTIONS(3196), + [anon_sym_internal] = ACTIONS(3196), + [anon_sym_protected] = ACTIONS(3196), + [anon_sym_tailrec] = ACTIONS(3196), + [anon_sym_operator] = ACTIONS(3196), + [anon_sym_infix] = ACTIONS(3196), + [anon_sym_inline] = ACTIONS(3196), + [anon_sym_external] = ACTIONS(3196), + [sym_property_modifier] = ACTIONS(3196), + [anon_sym_abstract] = ACTIONS(3196), + [anon_sym_final] = ACTIONS(3196), + [anon_sym_open] = ACTIONS(3196), + [anon_sym_vararg] = ACTIONS(3196), + [anon_sym_noinline] = ACTIONS(3196), + [anon_sym_crossinline] = ACTIONS(3196), + [anon_sym_expect] = ACTIONS(3196), + [anon_sym_actual] = ACTIONS(3196), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3200), + [anon_sym_continue_AT] = ACTIONS(3200), + [anon_sym_break_AT] = ACTIONS(3200), + [sym_real_literal] = ACTIONS(3200), + [sym_integer_literal] = ACTIONS(3196), + [sym_hex_literal] = ACTIONS(3200), + [sym_bin_literal] = ACTIONS(3200), + [anon_sym_true] = ACTIONS(3196), + [anon_sym_false] = ACTIONS(3196), + [anon_sym_SQUOTE] = ACTIONS(3200), + [sym__backtick_identifier] = ACTIONS(3200), + [sym__automatic_semicolon] = ACTIONS(3200), + [sym_safe_nav] = ACTIONS(3200), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3200), + }, + [1298] = { + [sym_class_body] = STATE(1174), + [sym_type_constraints] = STATE(992), + [sym__alpha_identifier] = ACTIONS(4303), + [anon_sym_AT] = ACTIONS(4305), + [anon_sym_COLON] = ACTIONS(5257), + [anon_sym_LBRACK] = ACTIONS(4305), + [anon_sym_as] = ACTIONS(4303), + [anon_sym_LBRACE] = ACTIONS(3180), + [anon_sym_RBRACE] = ACTIONS(4305), + [anon_sym_LPAREN] = ACTIONS(4305), + [anon_sym_COMMA] = ACTIONS(4305), + [anon_sym_LT] = ACTIONS(4303), + [anon_sym_GT] = ACTIONS(4303), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(4303), + [anon_sym_fun] = ACTIONS(4303), + [anon_sym_DOT] = ACTIONS(4303), + [anon_sym_SEMI] = ACTIONS(4305), + [anon_sym_get] = ACTIONS(4303), + [anon_sym_set] = ACTIONS(4303), + [anon_sym_this] = ACTIONS(4303), + [anon_sym_super] = ACTIONS(4303), + [anon_sym_STAR] = ACTIONS(4305), + [sym_label] = ACTIONS(4303), + [anon_sym_in] = ACTIONS(4303), + [anon_sym_DOT_DOT] = ACTIONS(4305), + [anon_sym_QMARK_COLON] = ACTIONS(4305), + [anon_sym_AMP_AMP] = ACTIONS(4305), + [anon_sym_PIPE_PIPE] = ACTIONS(4305), + [anon_sym_null] = ACTIONS(4303), + [anon_sym_if] = ACTIONS(4303), + [anon_sym_else] = ACTIONS(4303), + [anon_sym_when] = ACTIONS(4303), + [anon_sym_try] = ACTIONS(4303), + [anon_sym_throw] = ACTIONS(4303), + [anon_sym_return] = ACTIONS(4303), + [anon_sym_continue] = ACTIONS(4303), + [anon_sym_break] = ACTIONS(4303), + [anon_sym_COLON_COLON] = ACTIONS(4305), + [anon_sym_BANG_EQ] = ACTIONS(4303), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4305), + [anon_sym_EQ_EQ] = ACTIONS(4303), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4305), + [anon_sym_LT_EQ] = ACTIONS(4305), + [anon_sym_GT_EQ] = ACTIONS(4305), + [anon_sym_BANGin] = ACTIONS(4305), + [anon_sym_is] = ACTIONS(4303), + [anon_sym_BANGis] = ACTIONS(4305), + [anon_sym_PLUS] = ACTIONS(4303), + [anon_sym_DASH] = ACTIONS(4303), + [anon_sym_SLASH] = ACTIONS(4303), + [anon_sym_PERCENT] = ACTIONS(4305), + [anon_sym_as_QMARK] = ACTIONS(4305), + [anon_sym_PLUS_PLUS] = ACTIONS(4305), + [anon_sym_DASH_DASH] = ACTIONS(4305), + [anon_sym_BANG] = ACTIONS(4303), + [anon_sym_BANG_BANG] = ACTIONS(4305), + [anon_sym_suspend] = ACTIONS(4303), + [anon_sym_sealed] = ACTIONS(4303), + [anon_sym_annotation] = ACTIONS(4303), + [anon_sym_data] = ACTIONS(4303), + [anon_sym_inner] = ACTIONS(4303), + [anon_sym_override] = ACTIONS(4303), + [anon_sym_lateinit] = ACTIONS(4303), + [anon_sym_public] = ACTIONS(4303), + [anon_sym_private] = ACTIONS(4303), + [anon_sym_internal] = ACTIONS(4303), + [anon_sym_protected] = ACTIONS(4303), + [anon_sym_tailrec] = ACTIONS(4303), + [anon_sym_operator] = ACTIONS(4303), + [anon_sym_infix] = ACTIONS(4303), + [anon_sym_inline] = ACTIONS(4303), + [anon_sym_external] = ACTIONS(4303), + [sym_property_modifier] = ACTIONS(4303), + [anon_sym_abstract] = ACTIONS(4303), + [anon_sym_final] = ACTIONS(4303), + [anon_sym_open] = ACTIONS(4303), + [anon_sym_vararg] = ACTIONS(4303), + [anon_sym_noinline] = ACTIONS(4303), + [anon_sym_crossinline] = ACTIONS(4303), + [anon_sym_expect] = ACTIONS(4303), + [anon_sym_actual] = ACTIONS(4303), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4305), + [anon_sym_continue_AT] = ACTIONS(4305), + [anon_sym_break_AT] = ACTIONS(4305), + [sym_real_literal] = ACTIONS(4305), + [sym_integer_literal] = ACTIONS(4303), + [sym_hex_literal] = ACTIONS(4305), + [sym_bin_literal] = ACTIONS(4305), + [anon_sym_true] = ACTIONS(4303), + [anon_sym_false] = ACTIONS(4303), + [anon_sym_SQUOTE] = ACTIONS(4305), + [sym__backtick_identifier] = ACTIONS(4305), + [sym__automatic_semicolon] = ACTIONS(4305), + [sym_safe_nav] = ACTIONS(4305), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4305), + }, + [1299] = { + [sym_type_constraints] = STATE(971), + [sym_enum_class_body] = STATE(1181), + [sym__alpha_identifier] = ACTIONS(3186), + [anon_sym_AT] = ACTIONS(3190), + [anon_sym_COLON] = ACTIONS(3482), + [anon_sym_LBRACK] = ACTIONS(3190), + [anon_sym_as] = ACTIONS(3186), + [anon_sym_LBRACE] = ACTIONS(3156), + [anon_sym_RBRACE] = ACTIONS(3190), + [anon_sym_LPAREN] = ACTIONS(3190), + [anon_sym_COMMA] = ACTIONS(3190), + [anon_sym_LT] = ACTIONS(3186), + [anon_sym_GT] = ACTIONS(3186), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(3186), + [anon_sym_fun] = ACTIONS(3186), + [anon_sym_DOT] = ACTIONS(3186), + [anon_sym_SEMI] = ACTIONS(3190), + [anon_sym_get] = ACTIONS(3186), + [anon_sym_set] = ACTIONS(3186), + [anon_sym_this] = ACTIONS(3186), + [anon_sym_super] = ACTIONS(3186), + [anon_sym_STAR] = ACTIONS(3190), + [sym_label] = ACTIONS(3186), + [anon_sym_in] = ACTIONS(3186), + [anon_sym_DOT_DOT] = ACTIONS(3190), + [anon_sym_QMARK_COLON] = ACTIONS(3190), + [anon_sym_AMP_AMP] = ACTIONS(3190), + [anon_sym_PIPE_PIPE] = ACTIONS(3190), + [anon_sym_null] = ACTIONS(3186), + [anon_sym_if] = ACTIONS(3186), + [anon_sym_else] = ACTIONS(3186), + [anon_sym_when] = ACTIONS(3186), + [anon_sym_try] = ACTIONS(3186), + [anon_sym_throw] = ACTIONS(3186), + [anon_sym_return] = ACTIONS(3186), + [anon_sym_continue] = ACTIONS(3186), + [anon_sym_break] = ACTIONS(3186), + [anon_sym_COLON_COLON] = ACTIONS(3190), + [anon_sym_BANG_EQ] = ACTIONS(3186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3190), + [anon_sym_EQ_EQ] = ACTIONS(3186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3190), + [anon_sym_LT_EQ] = ACTIONS(3190), + [anon_sym_GT_EQ] = ACTIONS(3190), + [anon_sym_BANGin] = ACTIONS(3190), + [anon_sym_is] = ACTIONS(3186), + [anon_sym_BANGis] = ACTIONS(3190), + [anon_sym_PLUS] = ACTIONS(3186), + [anon_sym_DASH] = ACTIONS(3186), + [anon_sym_SLASH] = ACTIONS(3186), + [anon_sym_PERCENT] = ACTIONS(3190), + [anon_sym_as_QMARK] = ACTIONS(3190), + [anon_sym_PLUS_PLUS] = ACTIONS(3190), + [anon_sym_DASH_DASH] = ACTIONS(3190), + [anon_sym_BANG] = ACTIONS(3186), + [anon_sym_BANG_BANG] = ACTIONS(3190), + [anon_sym_suspend] = ACTIONS(3186), + [anon_sym_sealed] = ACTIONS(3186), + [anon_sym_annotation] = ACTIONS(3186), + [anon_sym_data] = ACTIONS(3186), + [anon_sym_inner] = ACTIONS(3186), + [anon_sym_override] = ACTIONS(3186), + [anon_sym_lateinit] = ACTIONS(3186), + [anon_sym_public] = ACTIONS(3186), + [anon_sym_private] = ACTIONS(3186), + [anon_sym_internal] = ACTIONS(3186), + [anon_sym_protected] = ACTIONS(3186), + [anon_sym_tailrec] = ACTIONS(3186), + [anon_sym_operator] = ACTIONS(3186), + [anon_sym_infix] = ACTIONS(3186), + [anon_sym_inline] = ACTIONS(3186), + [anon_sym_external] = ACTIONS(3186), + [sym_property_modifier] = ACTIONS(3186), + [anon_sym_abstract] = ACTIONS(3186), + [anon_sym_final] = ACTIONS(3186), + [anon_sym_open] = ACTIONS(3186), + [anon_sym_vararg] = ACTIONS(3186), + [anon_sym_noinline] = ACTIONS(3186), + [anon_sym_crossinline] = ACTIONS(3186), + [anon_sym_expect] = ACTIONS(3186), + [anon_sym_actual] = ACTIONS(3186), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3190), + [anon_sym_continue_AT] = ACTIONS(3190), + [anon_sym_break_AT] = ACTIONS(3190), + [sym_real_literal] = ACTIONS(3190), + [sym_integer_literal] = ACTIONS(3186), + [sym_hex_literal] = ACTIONS(3190), + [sym_bin_literal] = ACTIONS(3190), + [anon_sym_true] = ACTIONS(3186), + [anon_sym_false] = ACTIONS(3186), + [anon_sym_SQUOTE] = ACTIONS(3190), + [sym__backtick_identifier] = ACTIONS(3190), + [sym__automatic_semicolon] = ACTIONS(3190), + [sym_safe_nav] = ACTIONS(3190), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3190), + }, + [1300] = { + [sym_class_body] = STATE(1181), + [sym_type_constraints] = STATE(1022), + [sym__alpha_identifier] = ACTIONS(3186), + [anon_sym_AT] = ACTIONS(3190), + [anon_sym_COLON] = ACTIONS(3480), + [anon_sym_LBRACK] = ACTIONS(3190), + [anon_sym_as] = ACTIONS(3186), + [anon_sym_LBRACE] = ACTIONS(3180), + [anon_sym_RBRACE] = ACTIONS(3190), + [anon_sym_LPAREN] = ACTIONS(3190), + [anon_sym_COMMA] = ACTIONS(3190), + [anon_sym_LT] = ACTIONS(3186), + [anon_sym_GT] = ACTIONS(3186), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(3186), + [anon_sym_fun] = ACTIONS(3186), + [anon_sym_DOT] = ACTIONS(3186), + [anon_sym_SEMI] = ACTIONS(3190), + [anon_sym_get] = ACTIONS(3186), + [anon_sym_set] = ACTIONS(3186), + [anon_sym_this] = ACTIONS(3186), + [anon_sym_super] = ACTIONS(3186), + [anon_sym_STAR] = ACTIONS(3190), + [sym_label] = ACTIONS(3186), + [anon_sym_in] = ACTIONS(3186), + [anon_sym_DOT_DOT] = ACTIONS(3190), + [anon_sym_QMARK_COLON] = ACTIONS(3190), + [anon_sym_AMP_AMP] = ACTIONS(3190), + [anon_sym_PIPE_PIPE] = ACTIONS(3190), + [anon_sym_null] = ACTIONS(3186), + [anon_sym_if] = ACTIONS(3186), + [anon_sym_else] = ACTIONS(3186), + [anon_sym_when] = ACTIONS(3186), + [anon_sym_try] = ACTIONS(3186), + [anon_sym_throw] = ACTIONS(3186), + [anon_sym_return] = ACTIONS(3186), + [anon_sym_continue] = ACTIONS(3186), + [anon_sym_break] = ACTIONS(3186), + [anon_sym_COLON_COLON] = ACTIONS(3190), + [anon_sym_BANG_EQ] = ACTIONS(3186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3190), + [anon_sym_EQ_EQ] = ACTIONS(3186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3190), + [anon_sym_LT_EQ] = ACTIONS(3190), + [anon_sym_GT_EQ] = ACTIONS(3190), + [anon_sym_BANGin] = ACTIONS(3190), + [anon_sym_is] = ACTIONS(3186), + [anon_sym_BANGis] = ACTIONS(3190), + [anon_sym_PLUS] = ACTIONS(3186), + [anon_sym_DASH] = ACTIONS(3186), + [anon_sym_SLASH] = ACTIONS(3186), + [anon_sym_PERCENT] = ACTIONS(3190), + [anon_sym_as_QMARK] = ACTIONS(3190), + [anon_sym_PLUS_PLUS] = ACTIONS(3190), + [anon_sym_DASH_DASH] = ACTIONS(3190), + [anon_sym_BANG] = ACTIONS(3186), + [anon_sym_BANG_BANG] = ACTIONS(3190), + [anon_sym_suspend] = ACTIONS(3186), + [anon_sym_sealed] = ACTIONS(3186), + [anon_sym_annotation] = ACTIONS(3186), + [anon_sym_data] = ACTIONS(3186), + [anon_sym_inner] = ACTIONS(3186), + [anon_sym_override] = ACTIONS(3186), + [anon_sym_lateinit] = ACTIONS(3186), + [anon_sym_public] = ACTIONS(3186), + [anon_sym_private] = ACTIONS(3186), + [anon_sym_internal] = ACTIONS(3186), + [anon_sym_protected] = ACTIONS(3186), + [anon_sym_tailrec] = ACTIONS(3186), + [anon_sym_operator] = ACTIONS(3186), + [anon_sym_infix] = ACTIONS(3186), + [anon_sym_inline] = ACTIONS(3186), + [anon_sym_external] = ACTIONS(3186), + [sym_property_modifier] = ACTIONS(3186), + [anon_sym_abstract] = ACTIONS(3186), + [anon_sym_final] = ACTIONS(3186), + [anon_sym_open] = ACTIONS(3186), + [anon_sym_vararg] = ACTIONS(3186), + [anon_sym_noinline] = ACTIONS(3186), + [anon_sym_crossinline] = ACTIONS(3186), + [anon_sym_expect] = ACTIONS(3186), + [anon_sym_actual] = ACTIONS(3186), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3190), + [anon_sym_continue_AT] = ACTIONS(3190), + [anon_sym_break_AT] = ACTIONS(3190), + [sym_real_literal] = ACTIONS(3190), + [sym_integer_literal] = ACTIONS(3186), + [sym_hex_literal] = ACTIONS(3190), + [sym_bin_literal] = ACTIONS(3190), + [anon_sym_true] = ACTIONS(3186), + [anon_sym_false] = ACTIONS(3186), + [anon_sym_SQUOTE] = ACTIONS(3190), + [sym__backtick_identifier] = ACTIONS(3190), + [sym__automatic_semicolon] = ACTIONS(3190), + [sym_safe_nav] = ACTIONS(3190), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3190), + }, + [1301] = { + [sym_type_constraints] = STATE(962), + [sym_enum_class_body] = STATE(1127), + [sym__alpha_identifier] = ACTIONS(4188), + [anon_sym_AT] = ACTIONS(4190), + [anon_sym_COLON] = ACTIONS(5259), + [anon_sym_LBRACK] = ACTIONS(4190), + [anon_sym_as] = ACTIONS(4188), + [anon_sym_LBRACE] = ACTIONS(3156), + [anon_sym_RBRACE] = ACTIONS(4190), + [anon_sym_LPAREN] = ACTIONS(4190), + [anon_sym_COMMA] = ACTIONS(4190), + [anon_sym_LT] = ACTIONS(4188), + [anon_sym_GT] = ACTIONS(4188), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(4188), + [anon_sym_fun] = ACTIONS(4188), + [anon_sym_DOT] = ACTIONS(4188), + [anon_sym_SEMI] = ACTIONS(4190), + [anon_sym_get] = ACTIONS(4188), + [anon_sym_set] = ACTIONS(4188), + [anon_sym_this] = ACTIONS(4188), + [anon_sym_super] = ACTIONS(4188), + [anon_sym_STAR] = ACTIONS(4190), + [sym_label] = ACTIONS(4188), + [anon_sym_in] = ACTIONS(4188), + [anon_sym_DOT_DOT] = ACTIONS(4190), + [anon_sym_QMARK_COLON] = ACTIONS(4190), + [anon_sym_AMP_AMP] = ACTIONS(4190), + [anon_sym_PIPE_PIPE] = ACTIONS(4190), + [anon_sym_null] = ACTIONS(4188), + [anon_sym_if] = ACTIONS(4188), + [anon_sym_else] = ACTIONS(4188), + [anon_sym_when] = ACTIONS(4188), + [anon_sym_try] = ACTIONS(4188), + [anon_sym_throw] = ACTIONS(4188), + [anon_sym_return] = ACTIONS(4188), + [anon_sym_continue] = ACTIONS(4188), + [anon_sym_break] = ACTIONS(4188), + [anon_sym_COLON_COLON] = ACTIONS(4190), + [anon_sym_BANG_EQ] = ACTIONS(4188), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4190), + [anon_sym_EQ_EQ] = ACTIONS(4188), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4190), + [anon_sym_LT_EQ] = ACTIONS(4190), + [anon_sym_GT_EQ] = ACTIONS(4190), + [anon_sym_BANGin] = ACTIONS(4190), + [anon_sym_is] = ACTIONS(4188), + [anon_sym_BANGis] = ACTIONS(4190), + [anon_sym_PLUS] = ACTIONS(4188), + [anon_sym_DASH] = ACTIONS(4188), + [anon_sym_SLASH] = ACTIONS(4188), + [anon_sym_PERCENT] = ACTIONS(4190), + [anon_sym_as_QMARK] = ACTIONS(4190), + [anon_sym_PLUS_PLUS] = ACTIONS(4190), + [anon_sym_DASH_DASH] = ACTIONS(4190), + [anon_sym_BANG] = ACTIONS(4188), + [anon_sym_BANG_BANG] = ACTIONS(4190), + [anon_sym_suspend] = ACTIONS(4188), + [anon_sym_sealed] = ACTIONS(4188), + [anon_sym_annotation] = ACTIONS(4188), + [anon_sym_data] = ACTIONS(4188), + [anon_sym_inner] = ACTIONS(4188), + [anon_sym_override] = ACTIONS(4188), + [anon_sym_lateinit] = ACTIONS(4188), + [anon_sym_public] = ACTIONS(4188), + [anon_sym_private] = ACTIONS(4188), + [anon_sym_internal] = ACTIONS(4188), + [anon_sym_protected] = ACTIONS(4188), + [anon_sym_tailrec] = ACTIONS(4188), + [anon_sym_operator] = ACTIONS(4188), + [anon_sym_infix] = ACTIONS(4188), + [anon_sym_inline] = ACTIONS(4188), + [anon_sym_external] = ACTIONS(4188), + [sym_property_modifier] = ACTIONS(4188), + [anon_sym_abstract] = ACTIONS(4188), + [anon_sym_final] = ACTIONS(4188), + [anon_sym_open] = ACTIONS(4188), + [anon_sym_vararg] = ACTIONS(4188), + [anon_sym_noinline] = ACTIONS(4188), + [anon_sym_crossinline] = ACTIONS(4188), + [anon_sym_expect] = ACTIONS(4188), + [anon_sym_actual] = ACTIONS(4188), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4190), + [anon_sym_continue_AT] = ACTIONS(4190), + [anon_sym_break_AT] = ACTIONS(4190), + [sym_real_literal] = ACTIONS(4190), + [sym_integer_literal] = ACTIONS(4188), + [sym_hex_literal] = ACTIONS(4190), + [sym_bin_literal] = ACTIONS(4190), + [anon_sym_true] = ACTIONS(4188), + [anon_sym_false] = ACTIONS(4188), + [anon_sym_SQUOTE] = ACTIONS(4190), + [sym__backtick_identifier] = ACTIONS(4190), + [sym__automatic_semicolon] = ACTIONS(4190), + [sym_safe_nav] = ACTIONS(4190), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4190), + }, + [1302] = { + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(2113), + [sym__comparison_operator] = STATE(2103), + [sym__in_operator] = STATE(2075), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(2062), + [sym__multiplicative_operator] = STATE(2057), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_annotation] = STATE(7893), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2022), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_EQ] = ACTIONS(3082), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(3084), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_RPAREN] = ACTIONS(3084), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(3646), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3084), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(3654), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(3656), + [anon_sym_while] = ACTIONS(3082), + [anon_sym_DOT_DOT] = ACTIONS(3658), + [anon_sym_QMARK_COLON] = ACTIONS(3660), + [anon_sym_AMP_AMP] = ACTIONS(3662), + [anon_sym_PIPE_PIPE] = ACTIONS(3664), + [anon_sym_else] = ACTIONS(3082), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_PLUS_EQ] = ACTIONS(3084), + [anon_sym_DASH_EQ] = ACTIONS(3084), + [anon_sym_STAR_EQ] = ACTIONS(3084), + [anon_sym_SLASH_EQ] = ACTIONS(3084), + [anon_sym_PERCENT_EQ] = ACTIONS(3084), + [anon_sym_BANG_EQ] = ACTIONS(3666), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3668), + [anon_sym_EQ_EQ] = ACTIONS(3666), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3668), + [anon_sym_LT_EQ] = ACTIONS(3670), + [anon_sym_GT_EQ] = ACTIONS(3670), + [anon_sym_BANGin] = ACTIONS(3672), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), + [anon_sym_PLUS] = ACTIONS(3674), + [anon_sym_DASH] = ACTIONS(3674), + [anon_sym_SLASH] = ACTIONS(3654), + [anon_sym_PERCENT] = ACTIONS(3654), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), + [anon_sym_suspend] = ACTIONS(3082), + [anon_sym_sealed] = ACTIONS(3082), + [anon_sym_annotation] = ACTIONS(3082), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_override] = ACTIONS(3082), + [anon_sym_lateinit] = ACTIONS(3082), + [anon_sym_public] = ACTIONS(3082), + [anon_sym_private] = ACTIONS(3082), + [anon_sym_internal] = ACTIONS(3082), + [anon_sym_protected] = ACTIONS(3082), + [anon_sym_tailrec] = ACTIONS(3082), + [anon_sym_operator] = ACTIONS(3082), + [anon_sym_infix] = ACTIONS(3082), + [anon_sym_inline] = ACTIONS(3082), + [anon_sym_external] = ACTIONS(3082), + [sym_property_modifier] = ACTIONS(3082), + [anon_sym_abstract] = ACTIONS(3082), + [anon_sym_final] = ACTIONS(3082), + [anon_sym_open] = ACTIONS(3082), + [anon_sym_vararg] = ACTIONS(3082), + [anon_sym_noinline] = ACTIONS(3082), + [anon_sym_crossinline] = ACTIONS(3082), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym_safe_nav] = ACTIONS(3420), + [sym_multiline_comment] = ACTIONS(3), + }, + [1303] = { + [sym_type_constraints] = STATE(989), + [sym_enum_class_body] = STATE(1038), + [sym__alpha_identifier] = ACTIONS(3212), + [anon_sym_AT] = ACTIONS(3216), + [anon_sym_COLON] = ACTIONS(3478), + [anon_sym_LBRACK] = ACTIONS(3216), + [anon_sym_as] = ACTIONS(3212), + [anon_sym_LBRACE] = ACTIONS(3156), + [anon_sym_RBRACE] = ACTIONS(3216), + [anon_sym_LPAREN] = ACTIONS(3216), + [anon_sym_COMMA] = ACTIONS(3216), + [anon_sym_LT] = ACTIONS(3212), + [anon_sym_GT] = ACTIONS(3212), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(3212), + [anon_sym_fun] = ACTIONS(3212), + [anon_sym_DOT] = ACTIONS(3212), + [anon_sym_SEMI] = ACTIONS(3216), + [anon_sym_get] = ACTIONS(3212), + [anon_sym_set] = ACTIONS(3212), + [anon_sym_this] = ACTIONS(3212), + [anon_sym_super] = ACTIONS(3212), + [anon_sym_STAR] = ACTIONS(3216), + [sym_label] = ACTIONS(3212), + [anon_sym_in] = ACTIONS(3212), + [anon_sym_DOT_DOT] = ACTIONS(3216), + [anon_sym_QMARK_COLON] = ACTIONS(3216), + [anon_sym_AMP_AMP] = ACTIONS(3216), + [anon_sym_PIPE_PIPE] = ACTIONS(3216), + [anon_sym_null] = ACTIONS(3212), + [anon_sym_if] = ACTIONS(3212), + [anon_sym_else] = ACTIONS(3212), + [anon_sym_when] = ACTIONS(3212), + [anon_sym_try] = ACTIONS(3212), + [anon_sym_throw] = ACTIONS(3212), + [anon_sym_return] = ACTIONS(3212), + [anon_sym_continue] = ACTIONS(3212), + [anon_sym_break] = ACTIONS(3212), + [anon_sym_COLON_COLON] = ACTIONS(3216), + [anon_sym_BANG_EQ] = ACTIONS(3212), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3216), + [anon_sym_EQ_EQ] = ACTIONS(3212), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3216), + [anon_sym_LT_EQ] = ACTIONS(3216), + [anon_sym_GT_EQ] = ACTIONS(3216), + [anon_sym_BANGin] = ACTIONS(3216), + [anon_sym_is] = ACTIONS(3212), + [anon_sym_BANGis] = ACTIONS(3216), + [anon_sym_PLUS] = ACTIONS(3212), + [anon_sym_DASH] = ACTIONS(3212), + [anon_sym_SLASH] = ACTIONS(3212), + [anon_sym_PERCENT] = ACTIONS(3216), + [anon_sym_as_QMARK] = ACTIONS(3216), + [anon_sym_PLUS_PLUS] = ACTIONS(3216), + [anon_sym_DASH_DASH] = ACTIONS(3216), + [anon_sym_BANG] = ACTIONS(3212), + [anon_sym_BANG_BANG] = ACTIONS(3216), + [anon_sym_suspend] = ACTIONS(3212), + [anon_sym_sealed] = ACTIONS(3212), + [anon_sym_annotation] = ACTIONS(3212), + [anon_sym_data] = ACTIONS(3212), + [anon_sym_inner] = ACTIONS(3212), + [anon_sym_override] = ACTIONS(3212), + [anon_sym_lateinit] = ACTIONS(3212), + [anon_sym_public] = ACTIONS(3212), + [anon_sym_private] = ACTIONS(3212), + [anon_sym_internal] = ACTIONS(3212), + [anon_sym_protected] = ACTIONS(3212), + [anon_sym_tailrec] = ACTIONS(3212), + [anon_sym_operator] = ACTIONS(3212), + [anon_sym_infix] = ACTIONS(3212), + [anon_sym_inline] = ACTIONS(3212), + [anon_sym_external] = ACTIONS(3212), + [sym_property_modifier] = ACTIONS(3212), + [anon_sym_abstract] = ACTIONS(3212), + [anon_sym_final] = ACTIONS(3212), + [anon_sym_open] = ACTIONS(3212), + [anon_sym_vararg] = ACTIONS(3212), + [anon_sym_noinline] = ACTIONS(3212), + [anon_sym_crossinline] = ACTIONS(3212), + [anon_sym_expect] = ACTIONS(3212), + [anon_sym_actual] = ACTIONS(3212), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3216), + [anon_sym_continue_AT] = ACTIONS(3216), + [anon_sym_break_AT] = ACTIONS(3216), + [sym_real_literal] = ACTIONS(3216), + [sym_integer_literal] = ACTIONS(3212), + [sym_hex_literal] = ACTIONS(3216), + [sym_bin_literal] = ACTIONS(3216), + [anon_sym_true] = ACTIONS(3212), + [anon_sym_false] = ACTIONS(3212), + [anon_sym_SQUOTE] = ACTIONS(3216), + [sym__backtick_identifier] = ACTIONS(3216), + [sym__automatic_semicolon] = ACTIONS(3216), + [sym_safe_nav] = ACTIONS(3216), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3216), + }, + [1304] = { + [sym_type_constraints] = STATE(1035), + [sym_enum_class_body] = STATE(1148), + [sym__alpha_identifier] = ACTIONS(4231), + [anon_sym_AT] = ACTIONS(4233), + [anon_sym_COLON] = ACTIONS(5261), + [anon_sym_LBRACK] = ACTIONS(4233), + [anon_sym_as] = ACTIONS(4231), + [anon_sym_LBRACE] = ACTIONS(3156), + [anon_sym_RBRACE] = ACTIONS(4233), + [anon_sym_LPAREN] = ACTIONS(4233), + [anon_sym_COMMA] = ACTIONS(4233), + [anon_sym_LT] = ACTIONS(4231), + [anon_sym_GT] = ACTIONS(4231), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(4231), + [anon_sym_fun] = ACTIONS(4231), + [anon_sym_DOT] = ACTIONS(4231), + [anon_sym_SEMI] = ACTIONS(4233), + [anon_sym_get] = ACTIONS(4231), + [anon_sym_set] = ACTIONS(4231), + [anon_sym_this] = ACTIONS(4231), + [anon_sym_super] = ACTIONS(4231), + [anon_sym_STAR] = ACTIONS(4233), + [sym_label] = ACTIONS(4231), + [anon_sym_in] = ACTIONS(4231), + [anon_sym_DOT_DOT] = ACTIONS(4233), + [anon_sym_QMARK_COLON] = ACTIONS(4233), + [anon_sym_AMP_AMP] = ACTIONS(4233), + [anon_sym_PIPE_PIPE] = ACTIONS(4233), + [anon_sym_null] = ACTIONS(4231), + [anon_sym_if] = ACTIONS(4231), + [anon_sym_else] = ACTIONS(4231), + [anon_sym_when] = ACTIONS(4231), + [anon_sym_try] = ACTIONS(4231), + [anon_sym_throw] = ACTIONS(4231), + [anon_sym_return] = ACTIONS(4231), + [anon_sym_continue] = ACTIONS(4231), + [anon_sym_break] = ACTIONS(4231), + [anon_sym_COLON_COLON] = ACTIONS(4233), + [anon_sym_BANG_EQ] = ACTIONS(4231), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4233), + [anon_sym_EQ_EQ] = ACTIONS(4231), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4233), + [anon_sym_LT_EQ] = ACTIONS(4233), + [anon_sym_GT_EQ] = ACTIONS(4233), + [anon_sym_BANGin] = ACTIONS(4233), + [anon_sym_is] = ACTIONS(4231), + [anon_sym_BANGis] = ACTIONS(4233), + [anon_sym_PLUS] = ACTIONS(4231), + [anon_sym_DASH] = ACTIONS(4231), + [anon_sym_SLASH] = ACTIONS(4231), + [anon_sym_PERCENT] = ACTIONS(4233), + [anon_sym_as_QMARK] = ACTIONS(4233), + [anon_sym_PLUS_PLUS] = ACTIONS(4233), + [anon_sym_DASH_DASH] = ACTIONS(4233), + [anon_sym_BANG] = ACTIONS(4231), + [anon_sym_BANG_BANG] = ACTIONS(4233), + [anon_sym_suspend] = ACTIONS(4231), + [anon_sym_sealed] = ACTIONS(4231), + [anon_sym_annotation] = ACTIONS(4231), + [anon_sym_data] = ACTIONS(4231), + [anon_sym_inner] = ACTIONS(4231), + [anon_sym_override] = ACTIONS(4231), + [anon_sym_lateinit] = ACTIONS(4231), + [anon_sym_public] = ACTIONS(4231), + [anon_sym_private] = ACTIONS(4231), + [anon_sym_internal] = ACTIONS(4231), + [anon_sym_protected] = ACTIONS(4231), + [anon_sym_tailrec] = ACTIONS(4231), + [anon_sym_operator] = ACTIONS(4231), + [anon_sym_infix] = ACTIONS(4231), + [anon_sym_inline] = ACTIONS(4231), + [anon_sym_external] = ACTIONS(4231), + [sym_property_modifier] = ACTIONS(4231), + [anon_sym_abstract] = ACTIONS(4231), + [anon_sym_final] = ACTIONS(4231), + [anon_sym_open] = ACTIONS(4231), + [anon_sym_vararg] = ACTIONS(4231), + [anon_sym_noinline] = ACTIONS(4231), + [anon_sym_crossinline] = ACTIONS(4231), + [anon_sym_expect] = ACTIONS(4231), + [anon_sym_actual] = ACTIONS(4231), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4233), + [anon_sym_continue_AT] = ACTIONS(4233), + [anon_sym_break_AT] = ACTIONS(4233), + [sym_real_literal] = ACTIONS(4233), + [sym_integer_literal] = ACTIONS(4231), + [sym_hex_literal] = ACTIONS(4233), + [sym_bin_literal] = ACTIONS(4233), + [anon_sym_true] = ACTIONS(4231), + [anon_sym_false] = ACTIONS(4231), + [anon_sym_SQUOTE] = ACTIONS(4233), + [sym__backtick_identifier] = ACTIONS(4233), + [sym__automatic_semicolon] = ACTIONS(4233), + [sym_safe_nav] = ACTIONS(4233), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4233), + }, + [1305] = { + [sym_type_constraints] = STATE(1455), + [sym_function_body] = STATE(1124), + [sym__block] = STATE(1087), + [sym__alpha_identifier] = ACTIONS(4260), + [anon_sym_AT] = ACTIONS(4262), + [anon_sym_LBRACK] = ACTIONS(4262), + [anon_sym_as] = ACTIONS(4260), + [anon_sym_EQ] = ACTIONS(5203), + [anon_sym_LBRACE] = ACTIONS(4039), + [anon_sym_RBRACE] = ACTIONS(4262), + [anon_sym_LPAREN] = ACTIONS(4262), + [anon_sym_LT] = ACTIONS(4260), + [anon_sym_GT] = ACTIONS(4260), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(4260), + [anon_sym_fun] = ACTIONS(4260), + [anon_sym_DOT] = ACTIONS(4260), + [anon_sym_SEMI] = ACTIONS(4262), + [anon_sym_get] = ACTIONS(4260), + [anon_sym_set] = ACTIONS(4260), + [anon_sym_this] = ACTIONS(4260), + [anon_sym_super] = ACTIONS(4260), + [anon_sym_STAR] = ACTIONS(4262), + [sym_label] = ACTIONS(4260), + [anon_sym_in] = ACTIONS(4260), + [anon_sym_DOT_DOT] = ACTIONS(4262), + [anon_sym_QMARK_COLON] = ACTIONS(4262), + [anon_sym_AMP_AMP] = ACTIONS(4262), + [anon_sym_PIPE_PIPE] = ACTIONS(4262), + [anon_sym_null] = ACTIONS(4260), + [anon_sym_if] = ACTIONS(4260), + [anon_sym_else] = ACTIONS(4260), + [anon_sym_when] = ACTIONS(4260), + [anon_sym_try] = ACTIONS(4260), + [anon_sym_throw] = ACTIONS(4260), + [anon_sym_return] = ACTIONS(4260), + [anon_sym_continue] = ACTIONS(4260), + [anon_sym_break] = ACTIONS(4260), + [anon_sym_COLON_COLON] = ACTIONS(4262), + [anon_sym_BANG_EQ] = ACTIONS(4260), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4262), + [anon_sym_EQ_EQ] = ACTIONS(4260), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4262), + [anon_sym_LT_EQ] = ACTIONS(4262), + [anon_sym_GT_EQ] = ACTIONS(4262), + [anon_sym_BANGin] = ACTIONS(4262), + [anon_sym_is] = ACTIONS(4260), + [anon_sym_BANGis] = ACTIONS(4262), + [anon_sym_PLUS] = ACTIONS(4260), + [anon_sym_DASH] = ACTIONS(4260), + [anon_sym_SLASH] = ACTIONS(4260), + [anon_sym_PERCENT] = ACTIONS(4262), + [anon_sym_as_QMARK] = ACTIONS(4262), + [anon_sym_PLUS_PLUS] = ACTIONS(4262), + [anon_sym_DASH_DASH] = ACTIONS(4262), + [anon_sym_BANG] = ACTIONS(4260), + [anon_sym_BANG_BANG] = ACTIONS(4262), + [anon_sym_suspend] = ACTIONS(4260), + [anon_sym_sealed] = ACTIONS(4260), + [anon_sym_annotation] = ACTIONS(4260), + [anon_sym_data] = ACTIONS(4260), + [anon_sym_inner] = ACTIONS(4260), + [anon_sym_override] = ACTIONS(4260), + [anon_sym_lateinit] = ACTIONS(4260), + [anon_sym_public] = ACTIONS(4260), + [anon_sym_private] = ACTIONS(4260), + [anon_sym_internal] = ACTIONS(4260), + [anon_sym_protected] = ACTIONS(4260), + [anon_sym_tailrec] = ACTIONS(4260), + [anon_sym_operator] = ACTIONS(4260), + [anon_sym_infix] = ACTIONS(4260), + [anon_sym_inline] = ACTIONS(4260), + [anon_sym_external] = ACTIONS(4260), + [sym_property_modifier] = ACTIONS(4260), + [anon_sym_abstract] = ACTIONS(4260), + [anon_sym_final] = ACTIONS(4260), + [anon_sym_open] = ACTIONS(4260), + [anon_sym_vararg] = ACTIONS(4260), + [anon_sym_noinline] = ACTIONS(4260), + [anon_sym_crossinline] = ACTIONS(4260), + [anon_sym_expect] = ACTIONS(4260), + [anon_sym_actual] = ACTIONS(4260), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4262), + [anon_sym_continue_AT] = ACTIONS(4262), + [anon_sym_break_AT] = ACTIONS(4262), + [sym_real_literal] = ACTIONS(4262), + [sym_integer_literal] = ACTIONS(4260), + [sym_hex_literal] = ACTIONS(4262), + [sym_bin_literal] = ACTIONS(4262), + [anon_sym_true] = ACTIONS(4260), + [anon_sym_false] = ACTIONS(4260), + [anon_sym_SQUOTE] = ACTIONS(4262), + [sym__backtick_identifier] = ACTIONS(4262), + [sym__automatic_semicolon] = ACTIONS(4262), + [sym_safe_nav] = ACTIONS(4262), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4262), + }, + [1306] = { + [sym_function_body] = STATE(1115), + [sym__block] = STATE(1087), + [sym__alpha_identifier] = ACTIONS(4487), + [anon_sym_AT] = ACTIONS(4489), + [anon_sym_LBRACK] = ACTIONS(4489), + [anon_sym_as] = ACTIONS(4487), + [anon_sym_EQ] = ACTIONS(5149), + [anon_sym_LBRACE] = ACTIONS(4039), + [anon_sym_RBRACE] = ACTIONS(4489), + [anon_sym_LPAREN] = ACTIONS(4489), + [anon_sym_COMMA] = ACTIONS(4489), + [anon_sym_LT] = ACTIONS(4487), + [anon_sym_GT] = ACTIONS(4487), + [anon_sym_where] = ACTIONS(4487), + [anon_sym_object] = ACTIONS(4487), + [anon_sym_fun] = ACTIONS(4487), + [anon_sym_DOT] = ACTIONS(4487), + [anon_sym_SEMI] = ACTIONS(4489), + [anon_sym_get] = ACTIONS(4487), + [anon_sym_set] = ACTIONS(4487), + [anon_sym_this] = ACTIONS(4487), + [anon_sym_super] = ACTIONS(4487), + [anon_sym_STAR] = ACTIONS(4489), + [sym_label] = ACTIONS(4487), + [anon_sym_in] = ACTIONS(4487), + [anon_sym_DOT_DOT] = ACTIONS(4489), + [anon_sym_QMARK_COLON] = ACTIONS(4489), + [anon_sym_AMP_AMP] = ACTIONS(4489), + [anon_sym_PIPE_PIPE] = ACTIONS(4489), + [anon_sym_null] = ACTIONS(4487), + [anon_sym_if] = ACTIONS(4487), + [anon_sym_else] = ACTIONS(4487), + [anon_sym_when] = ACTIONS(4487), + [anon_sym_try] = ACTIONS(4487), + [anon_sym_throw] = ACTIONS(4487), + [anon_sym_return] = ACTIONS(4487), + [anon_sym_continue] = ACTIONS(4487), + [anon_sym_break] = ACTIONS(4487), + [anon_sym_COLON_COLON] = ACTIONS(4489), + [anon_sym_BANG_EQ] = ACTIONS(4487), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4489), + [anon_sym_EQ_EQ] = ACTIONS(4487), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4489), + [anon_sym_LT_EQ] = ACTIONS(4489), + [anon_sym_GT_EQ] = ACTIONS(4489), + [anon_sym_BANGin] = ACTIONS(4489), + [anon_sym_is] = ACTIONS(4487), + [anon_sym_BANGis] = ACTIONS(4489), + [anon_sym_PLUS] = ACTIONS(4487), + [anon_sym_DASH] = ACTIONS(4487), + [anon_sym_SLASH] = ACTIONS(4487), + [anon_sym_PERCENT] = ACTIONS(4489), + [anon_sym_as_QMARK] = ACTIONS(4489), + [anon_sym_PLUS_PLUS] = ACTIONS(4489), + [anon_sym_DASH_DASH] = ACTIONS(4489), + [anon_sym_BANG] = ACTIONS(4487), + [anon_sym_BANG_BANG] = ACTIONS(4489), + [anon_sym_suspend] = ACTIONS(4487), + [anon_sym_sealed] = ACTIONS(4487), + [anon_sym_annotation] = ACTIONS(4487), + [anon_sym_data] = ACTIONS(4487), + [anon_sym_inner] = ACTIONS(4487), + [anon_sym_override] = ACTIONS(4487), + [anon_sym_lateinit] = ACTIONS(4487), + [anon_sym_public] = ACTIONS(4487), + [anon_sym_private] = ACTIONS(4487), + [anon_sym_internal] = ACTIONS(4487), + [anon_sym_protected] = ACTIONS(4487), + [anon_sym_tailrec] = ACTIONS(4487), + [anon_sym_operator] = ACTIONS(4487), + [anon_sym_infix] = ACTIONS(4487), + [anon_sym_inline] = ACTIONS(4487), + [anon_sym_external] = ACTIONS(4487), + [sym_property_modifier] = ACTIONS(4487), + [anon_sym_abstract] = ACTIONS(4487), + [anon_sym_final] = ACTIONS(4487), + [anon_sym_open] = ACTIONS(4487), + [anon_sym_vararg] = ACTIONS(4487), + [anon_sym_noinline] = ACTIONS(4487), + [anon_sym_crossinline] = ACTIONS(4487), + [anon_sym_expect] = ACTIONS(4487), + [anon_sym_actual] = ACTIONS(4487), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4489), + [anon_sym_continue_AT] = ACTIONS(4489), + [anon_sym_break_AT] = ACTIONS(4489), + [sym_real_literal] = ACTIONS(4489), + [sym_integer_literal] = ACTIONS(4487), + [sym_hex_literal] = ACTIONS(4489), + [sym_bin_literal] = ACTIONS(4489), + [anon_sym_true] = ACTIONS(4487), + [anon_sym_false] = ACTIONS(4487), + [anon_sym_SQUOTE] = ACTIONS(4489), + [sym__backtick_identifier] = ACTIONS(4489), + [sym__automatic_semicolon] = ACTIONS(4489), + [sym_safe_nav] = ACTIONS(4489), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4489), + }, + [1307] = { + [sym_function_body] = STATE(1119), + [sym__block] = STATE(1087), + [sym__alpha_identifier] = ACTIONS(4256), + [anon_sym_AT] = ACTIONS(4258), + [anon_sym_LBRACK] = ACTIONS(4258), + [anon_sym_as] = ACTIONS(4256), + [anon_sym_EQ] = ACTIONS(5149), + [anon_sym_LBRACE] = ACTIONS(4039), + [anon_sym_RBRACE] = ACTIONS(4258), + [anon_sym_LPAREN] = ACTIONS(4258), + [anon_sym_COMMA] = ACTIONS(4258), + [anon_sym_LT] = ACTIONS(4256), + [anon_sym_GT] = ACTIONS(4256), + [anon_sym_where] = ACTIONS(4256), + [anon_sym_object] = ACTIONS(4256), + [anon_sym_fun] = ACTIONS(4256), + [anon_sym_DOT] = ACTIONS(4256), + [anon_sym_SEMI] = ACTIONS(4258), + [anon_sym_get] = ACTIONS(4256), + [anon_sym_set] = ACTIONS(4256), + [anon_sym_this] = ACTIONS(4256), + [anon_sym_super] = ACTIONS(4256), + [anon_sym_STAR] = ACTIONS(4258), + [sym_label] = ACTIONS(4256), + [anon_sym_in] = ACTIONS(4256), + [anon_sym_DOT_DOT] = ACTIONS(4258), + [anon_sym_QMARK_COLON] = ACTIONS(4258), + [anon_sym_AMP_AMP] = ACTIONS(4258), + [anon_sym_PIPE_PIPE] = ACTIONS(4258), + [anon_sym_null] = ACTIONS(4256), + [anon_sym_if] = ACTIONS(4256), + [anon_sym_else] = ACTIONS(4256), + [anon_sym_when] = ACTIONS(4256), + [anon_sym_try] = ACTIONS(4256), + [anon_sym_throw] = ACTIONS(4256), + [anon_sym_return] = ACTIONS(4256), + [anon_sym_continue] = ACTIONS(4256), + [anon_sym_break] = ACTIONS(4256), + [anon_sym_COLON_COLON] = ACTIONS(4258), + [anon_sym_BANG_EQ] = ACTIONS(4256), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4258), + [anon_sym_EQ_EQ] = ACTIONS(4256), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4258), + [anon_sym_LT_EQ] = ACTIONS(4258), + [anon_sym_GT_EQ] = ACTIONS(4258), + [anon_sym_BANGin] = ACTIONS(4258), + [anon_sym_is] = ACTIONS(4256), + [anon_sym_BANGis] = ACTIONS(4258), + [anon_sym_PLUS] = ACTIONS(4256), + [anon_sym_DASH] = ACTIONS(4256), + [anon_sym_SLASH] = ACTIONS(4256), + [anon_sym_PERCENT] = ACTIONS(4258), + [anon_sym_as_QMARK] = ACTIONS(4258), + [anon_sym_PLUS_PLUS] = ACTIONS(4258), + [anon_sym_DASH_DASH] = ACTIONS(4258), + [anon_sym_BANG] = ACTIONS(4256), + [anon_sym_BANG_BANG] = ACTIONS(4258), + [anon_sym_suspend] = ACTIONS(4256), + [anon_sym_sealed] = ACTIONS(4256), + [anon_sym_annotation] = ACTIONS(4256), + [anon_sym_data] = ACTIONS(4256), + [anon_sym_inner] = ACTIONS(4256), + [anon_sym_override] = ACTIONS(4256), + [anon_sym_lateinit] = ACTIONS(4256), + [anon_sym_public] = ACTIONS(4256), + [anon_sym_private] = ACTIONS(4256), + [anon_sym_internal] = ACTIONS(4256), + [anon_sym_protected] = ACTIONS(4256), + [anon_sym_tailrec] = ACTIONS(4256), + [anon_sym_operator] = ACTIONS(4256), + [anon_sym_infix] = ACTIONS(4256), + [anon_sym_inline] = ACTIONS(4256), + [anon_sym_external] = ACTIONS(4256), + [sym_property_modifier] = ACTIONS(4256), + [anon_sym_abstract] = ACTIONS(4256), + [anon_sym_final] = ACTIONS(4256), + [anon_sym_open] = ACTIONS(4256), + [anon_sym_vararg] = ACTIONS(4256), + [anon_sym_noinline] = ACTIONS(4256), + [anon_sym_crossinline] = ACTIONS(4256), + [anon_sym_expect] = ACTIONS(4256), + [anon_sym_actual] = ACTIONS(4256), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4258), + [anon_sym_continue_AT] = ACTIONS(4258), + [anon_sym_break_AT] = ACTIONS(4258), + [sym_real_literal] = ACTIONS(4258), + [sym_integer_literal] = ACTIONS(4256), + [sym_hex_literal] = ACTIONS(4258), + [sym_bin_literal] = ACTIONS(4258), + [anon_sym_true] = ACTIONS(4256), + [anon_sym_false] = ACTIONS(4256), + [anon_sym_SQUOTE] = ACTIONS(4258), + [sym__backtick_identifier] = ACTIONS(4258), + [sym__automatic_semicolon] = ACTIONS(4258), + [sym_safe_nav] = ACTIONS(4258), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4258), + }, + [1308] = { + [sym_function_body] = STATE(1124), + [sym__block] = STATE(1087), + [sym__alpha_identifier] = ACTIONS(4260), + [anon_sym_AT] = ACTIONS(4262), + [anon_sym_LBRACK] = ACTIONS(4262), + [anon_sym_as] = ACTIONS(4260), + [anon_sym_EQ] = ACTIONS(5149), + [anon_sym_LBRACE] = ACTIONS(4039), + [anon_sym_RBRACE] = ACTIONS(4262), + [anon_sym_LPAREN] = ACTIONS(4262), + [anon_sym_COMMA] = ACTIONS(4262), + [anon_sym_LT] = ACTIONS(4260), + [anon_sym_GT] = ACTIONS(4260), + [anon_sym_where] = ACTIONS(4260), + [anon_sym_object] = ACTIONS(4260), + [anon_sym_fun] = ACTIONS(4260), + [anon_sym_DOT] = ACTIONS(4260), + [anon_sym_SEMI] = ACTIONS(4262), + [anon_sym_get] = ACTIONS(4260), + [anon_sym_set] = ACTIONS(4260), + [anon_sym_this] = ACTIONS(4260), + [anon_sym_super] = ACTIONS(4260), + [anon_sym_STAR] = ACTIONS(4262), + [sym_label] = ACTIONS(4260), + [anon_sym_in] = ACTIONS(4260), + [anon_sym_DOT_DOT] = ACTIONS(4262), + [anon_sym_QMARK_COLON] = ACTIONS(4262), + [anon_sym_AMP_AMP] = ACTIONS(4262), + [anon_sym_PIPE_PIPE] = ACTIONS(4262), + [anon_sym_null] = ACTIONS(4260), + [anon_sym_if] = ACTIONS(4260), + [anon_sym_else] = ACTIONS(4260), + [anon_sym_when] = ACTIONS(4260), + [anon_sym_try] = ACTIONS(4260), + [anon_sym_throw] = ACTIONS(4260), + [anon_sym_return] = ACTIONS(4260), + [anon_sym_continue] = ACTIONS(4260), + [anon_sym_break] = ACTIONS(4260), + [anon_sym_COLON_COLON] = ACTIONS(4262), + [anon_sym_BANG_EQ] = ACTIONS(4260), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4262), + [anon_sym_EQ_EQ] = ACTIONS(4260), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4262), + [anon_sym_LT_EQ] = ACTIONS(4262), + [anon_sym_GT_EQ] = ACTIONS(4262), + [anon_sym_BANGin] = ACTIONS(4262), + [anon_sym_is] = ACTIONS(4260), + [anon_sym_BANGis] = ACTIONS(4262), + [anon_sym_PLUS] = ACTIONS(4260), + [anon_sym_DASH] = ACTIONS(4260), + [anon_sym_SLASH] = ACTIONS(4260), + [anon_sym_PERCENT] = ACTIONS(4262), + [anon_sym_as_QMARK] = ACTIONS(4262), + [anon_sym_PLUS_PLUS] = ACTIONS(4262), + [anon_sym_DASH_DASH] = ACTIONS(4262), + [anon_sym_BANG] = ACTIONS(4260), + [anon_sym_BANG_BANG] = ACTIONS(4262), + [anon_sym_suspend] = ACTIONS(4260), + [anon_sym_sealed] = ACTIONS(4260), + [anon_sym_annotation] = ACTIONS(4260), + [anon_sym_data] = ACTIONS(4260), + [anon_sym_inner] = ACTIONS(4260), + [anon_sym_override] = ACTIONS(4260), + [anon_sym_lateinit] = ACTIONS(4260), + [anon_sym_public] = ACTIONS(4260), + [anon_sym_private] = ACTIONS(4260), + [anon_sym_internal] = ACTIONS(4260), + [anon_sym_protected] = ACTIONS(4260), + [anon_sym_tailrec] = ACTIONS(4260), + [anon_sym_operator] = ACTIONS(4260), + [anon_sym_infix] = ACTIONS(4260), + [anon_sym_inline] = ACTIONS(4260), + [anon_sym_external] = ACTIONS(4260), + [sym_property_modifier] = ACTIONS(4260), + [anon_sym_abstract] = ACTIONS(4260), + [anon_sym_final] = ACTIONS(4260), + [anon_sym_open] = ACTIONS(4260), + [anon_sym_vararg] = ACTIONS(4260), + [anon_sym_noinline] = ACTIONS(4260), + [anon_sym_crossinline] = ACTIONS(4260), + [anon_sym_expect] = ACTIONS(4260), + [anon_sym_actual] = ACTIONS(4260), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4262), + [anon_sym_continue_AT] = ACTIONS(4262), + [anon_sym_break_AT] = ACTIONS(4262), + [sym_real_literal] = ACTIONS(4262), + [sym_integer_literal] = ACTIONS(4260), + [sym_hex_literal] = ACTIONS(4262), + [sym_bin_literal] = ACTIONS(4262), + [anon_sym_true] = ACTIONS(4260), + [anon_sym_false] = ACTIONS(4260), + [anon_sym_SQUOTE] = ACTIONS(4262), + [sym__backtick_identifier] = ACTIONS(4262), + [sym__automatic_semicolon] = ACTIONS(4262), + [sym_safe_nav] = ACTIONS(4262), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4262), + }, + [1309] = { + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(2113), + [sym__comparison_operator] = STATE(2103), + [sym__in_operator] = STATE(2075), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(2062), + [sym__multiplicative_operator] = STATE(2057), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_annotation] = STATE(7893), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2022), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), + [sym__alpha_identifier] = ACTIONS(3011), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_EQ] = ACTIONS(3011), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(3013), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_RPAREN] = ACTIONS(3013), + [anon_sym_LT] = ACTIONS(3015), + [anon_sym_GT] = ACTIONS(3011), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3013), + [anon_sym_get] = ACTIONS(3011), + [anon_sym_set] = ACTIONS(3011), + [anon_sym_STAR] = ACTIONS(3011), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(3011), + [anon_sym_while] = ACTIONS(3011), + [anon_sym_DOT_DOT] = ACTIONS(3013), + [anon_sym_QMARK_COLON] = ACTIONS(3013), + [anon_sym_AMP_AMP] = ACTIONS(3013), + [anon_sym_PIPE_PIPE] = ACTIONS(3013), + [anon_sym_else] = ACTIONS(3011), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_PLUS_EQ] = ACTIONS(3013), + [anon_sym_DASH_EQ] = ACTIONS(3013), + [anon_sym_STAR_EQ] = ACTIONS(3013), + [anon_sym_SLASH_EQ] = ACTIONS(3013), + [anon_sym_PERCENT_EQ] = ACTIONS(3013), + [anon_sym_BANG_EQ] = ACTIONS(3011), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3013), + [anon_sym_EQ_EQ] = ACTIONS(3011), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3013), + [anon_sym_LT_EQ] = ACTIONS(3013), + [anon_sym_GT_EQ] = ACTIONS(3013), + [anon_sym_BANGin] = ACTIONS(3013), + [anon_sym_is] = ACTIONS(3011), + [anon_sym_BANGis] = ACTIONS(3013), + [anon_sym_PLUS] = ACTIONS(3011), + [anon_sym_DASH] = ACTIONS(3011), + [anon_sym_SLASH] = ACTIONS(3011), + [anon_sym_PERCENT] = ACTIONS(3011), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), + [anon_sym_suspend] = ACTIONS(3011), + [anon_sym_sealed] = ACTIONS(3011), + [anon_sym_annotation] = ACTIONS(3011), + [anon_sym_data] = ACTIONS(3011), + [anon_sym_inner] = ACTIONS(3011), + [anon_sym_override] = ACTIONS(3011), + [anon_sym_lateinit] = ACTIONS(3011), + [anon_sym_public] = ACTIONS(3011), + [anon_sym_private] = ACTIONS(3011), + [anon_sym_internal] = ACTIONS(3011), + [anon_sym_protected] = ACTIONS(3011), + [anon_sym_tailrec] = ACTIONS(3011), + [anon_sym_operator] = ACTIONS(3011), + [anon_sym_infix] = ACTIONS(3011), + [anon_sym_inline] = ACTIONS(3011), + [anon_sym_external] = ACTIONS(3011), + [sym_property_modifier] = ACTIONS(3011), + [anon_sym_abstract] = ACTIONS(3011), + [anon_sym_final] = ACTIONS(3011), + [anon_sym_open] = ACTIONS(3011), + [anon_sym_vararg] = ACTIONS(3011), + [anon_sym_noinline] = ACTIONS(3011), + [anon_sym_crossinline] = ACTIONS(3011), + [anon_sym_expect] = ACTIONS(3011), + [anon_sym_actual] = ACTIONS(3011), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3013), + [sym_safe_nav] = ACTIONS(3420), + [sym_multiline_comment] = ACTIONS(3), + }, + [1310] = { + [sym_type_constraints] = STATE(1409), + [sym_property_delegate] = STATE(1572), + [sym_getter] = STATE(4659), + [sym_setter] = STATE(4659), + [sym_modifiers] = STATE(8670), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1752), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1766), - [anon_sym_RBRACK] = ACTIONS(1766), - [anon_sym_as] = ACTIONS(1764), + [anon_sym_LBRACK] = ACTIONS(1754), + [anon_sym_RBRACK] = ACTIONS(1754), + [anon_sym_as] = ACTIONS(1752), [anon_sym_EQ] = ACTIONS(5263), - [anon_sym_LBRACE] = ACTIONS(1766), - [anon_sym_RBRACE] = ACTIONS(1766), - [anon_sym_LPAREN] = ACTIONS(1766), - [anon_sym_COMMA] = ACTIONS(1766), - [anon_sym_RPAREN] = ACTIONS(1766), - [anon_sym_by] = ACTIONS(5251), - [anon_sym_LT] = ACTIONS(1764), - [anon_sym_GT] = ACTIONS(1764), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(1764), - [anon_sym_SEMI] = ACTIONS(3498), - [anon_sym_get] = ACTIONS(5259), - [anon_sym_set] = ACTIONS(5261), - [anon_sym_STAR] = ACTIONS(1764), - [anon_sym_DASH_GT] = ACTIONS(1766), - [sym_label] = ACTIONS(1766), - [anon_sym_in] = ACTIONS(1764), - [anon_sym_while] = ACTIONS(1764), - [anon_sym_DOT_DOT] = ACTIONS(1766), - [anon_sym_QMARK_COLON] = ACTIONS(1766), - [anon_sym_AMP_AMP] = ACTIONS(1766), - [anon_sym_PIPE_PIPE] = ACTIONS(1766), - [anon_sym_else] = ACTIONS(1764), - [anon_sym_COLON_COLON] = ACTIONS(1766), - [anon_sym_PLUS_EQ] = ACTIONS(1766), - [anon_sym_DASH_EQ] = ACTIONS(1766), - [anon_sym_STAR_EQ] = ACTIONS(1766), - [anon_sym_SLASH_EQ] = ACTIONS(1766), - [anon_sym_PERCENT_EQ] = ACTIONS(1766), - [anon_sym_BANG_EQ] = ACTIONS(1764), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), - [anon_sym_EQ_EQ] = ACTIONS(1764), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1766), - [anon_sym_LT_EQ] = ACTIONS(1766), - [anon_sym_GT_EQ] = ACTIONS(1766), - [anon_sym_BANGin] = ACTIONS(1766), - [anon_sym_is] = ACTIONS(1764), - [anon_sym_BANGis] = ACTIONS(1766), - [anon_sym_PLUS] = ACTIONS(1764), - [anon_sym_DASH] = ACTIONS(1764), - [anon_sym_SLASH] = ACTIONS(1764), - [anon_sym_PERCENT] = ACTIONS(1764), - [anon_sym_as_QMARK] = ACTIONS(1766), - [anon_sym_PLUS_PLUS] = ACTIONS(1766), - [anon_sym_DASH_DASH] = ACTIONS(1766), - [anon_sym_BANG_BANG] = ACTIONS(1766), + [anon_sym_LBRACE] = ACTIONS(1754), + [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_LPAREN] = ACTIONS(1754), + [anon_sym_COMMA] = ACTIONS(1754), + [anon_sym_RPAREN] = ACTIONS(1754), + [anon_sym_by] = ACTIONS(5265), + [anon_sym_LT] = ACTIONS(1752), + [anon_sym_GT] = ACTIONS(1752), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(1752), + [anon_sym_SEMI] = ACTIONS(3472), + [anon_sym_get] = ACTIONS(5267), + [anon_sym_set] = ACTIONS(5269), + [anon_sym_STAR] = ACTIONS(1752), + [anon_sym_DASH_GT] = ACTIONS(1754), + [sym_label] = ACTIONS(1754), + [anon_sym_in] = ACTIONS(1752), + [anon_sym_while] = ACTIONS(1752), + [anon_sym_DOT_DOT] = ACTIONS(1754), + [anon_sym_QMARK_COLON] = ACTIONS(1754), + [anon_sym_AMP_AMP] = ACTIONS(1754), + [anon_sym_PIPE_PIPE] = ACTIONS(1754), + [anon_sym_else] = ACTIONS(1752), + [anon_sym_COLON_COLON] = ACTIONS(1754), + [anon_sym_PLUS_EQ] = ACTIONS(1754), + [anon_sym_DASH_EQ] = ACTIONS(1754), + [anon_sym_STAR_EQ] = ACTIONS(1754), + [anon_sym_SLASH_EQ] = ACTIONS(1754), + [anon_sym_PERCENT_EQ] = ACTIONS(1754), + [anon_sym_BANG_EQ] = ACTIONS(1752), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), + [anon_sym_EQ_EQ] = ACTIONS(1752), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), + [anon_sym_LT_EQ] = ACTIONS(1754), + [anon_sym_GT_EQ] = ACTIONS(1754), + [anon_sym_BANGin] = ACTIONS(1754), + [anon_sym_is] = ACTIONS(1752), + [anon_sym_BANGis] = ACTIONS(1754), + [anon_sym_PLUS] = ACTIONS(1752), + [anon_sym_DASH] = ACTIONS(1752), + [anon_sym_SLASH] = ACTIONS(1752), + [anon_sym_PERCENT] = ACTIONS(1752), + [anon_sym_as_QMARK] = ACTIONS(1754), + [anon_sym_PLUS_PLUS] = ACTIONS(1754), + [anon_sym_DASH_DASH] = ACTIONS(1754), + [anon_sym_BANG_BANG] = ACTIONS(1754), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -181501,483 +183115,483 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1766), - [sym_safe_nav] = ACTIONS(1766), + [sym__backtick_identifier] = ACTIONS(1754), + [sym_safe_nav] = ACTIONS(1754), [sym_multiline_comment] = ACTIONS(3), }, - [1296] = { - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(2177), - [sym__comparison_operator] = STATE(2176), - [sym__in_operator] = STATE(2172), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(2170), - [sym__multiplicative_operator] = STATE(2169), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_annotation] = STATE(7845), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2168), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [sym__alpha_identifier] = ACTIONS(1686), + [1311] = { + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(2113), + [sym__comparison_operator] = STATE(2103), + [sym__in_operator] = STATE(2075), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(2062), + [sym__multiplicative_operator] = STATE(2057), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_annotation] = STATE(7893), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2022), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), + [sym__alpha_identifier] = ACTIONS(2992), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_EQ] = ACTIONS(3083), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(3085), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_RPAREN] = ACTIONS(3085), - [anon_sym_LT] = ACTIONS(3087), - [anon_sym_GT] = ACTIONS(3083), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(3085), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_EQ] = ACTIONS(2992), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(2994), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_RPAREN] = ACTIONS(2994), + [anon_sym_LT] = ACTIONS(2996), + [anon_sym_GT] = ACTIONS(2992), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(2994), + [anon_sym_get] = ACTIONS(2992), + [anon_sym_set] = ACTIONS(2992), [anon_sym_STAR] = ACTIONS(3654), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(3083), - [anon_sym_while] = ACTIONS(3083), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(2992), + [anon_sym_while] = ACTIONS(2992), [anon_sym_DOT_DOT] = ACTIONS(3658), - [anon_sym_QMARK_COLON] = ACTIONS(3085), - [anon_sym_AMP_AMP] = ACTIONS(3085), - [anon_sym_PIPE_PIPE] = ACTIONS(3085), - [anon_sym_else] = ACTIONS(3083), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_PLUS_EQ] = ACTIONS(3085), - [anon_sym_DASH_EQ] = ACTIONS(3085), - [anon_sym_STAR_EQ] = ACTIONS(3085), - [anon_sym_SLASH_EQ] = ACTIONS(3085), - [anon_sym_PERCENT_EQ] = ACTIONS(3085), - [anon_sym_BANG_EQ] = ACTIONS(3083), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3085), - [anon_sym_EQ_EQ] = ACTIONS(3083), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3085), - [anon_sym_LT_EQ] = ACTIONS(3085), - [anon_sym_GT_EQ] = ACTIONS(3085), - [anon_sym_BANGin] = ACTIONS(3085), - [anon_sym_is] = ACTIONS(3083), - [anon_sym_BANGis] = ACTIONS(3085), + [anon_sym_QMARK_COLON] = ACTIONS(2994), + [anon_sym_AMP_AMP] = ACTIONS(2994), + [anon_sym_PIPE_PIPE] = ACTIONS(2994), + [anon_sym_else] = ACTIONS(2992), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_PLUS_EQ] = ACTIONS(2994), + [anon_sym_DASH_EQ] = ACTIONS(2994), + [anon_sym_STAR_EQ] = ACTIONS(2994), + [anon_sym_SLASH_EQ] = ACTIONS(2994), + [anon_sym_PERCENT_EQ] = ACTIONS(2994), + [anon_sym_BANG_EQ] = ACTIONS(2992), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2994), + [anon_sym_EQ_EQ] = ACTIONS(2992), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2994), + [anon_sym_LT_EQ] = ACTIONS(2994), + [anon_sym_GT_EQ] = ACTIONS(2994), + [anon_sym_BANGin] = ACTIONS(2994), + [anon_sym_is] = ACTIONS(2992), + [anon_sym_BANGis] = ACTIONS(2994), [anon_sym_PLUS] = ACTIONS(3674), [anon_sym_DASH] = ACTIONS(3674), [anon_sym_SLASH] = ACTIONS(3654), [anon_sym_PERCENT] = ACTIONS(3654), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), - [anon_sym_suspend] = ACTIONS(3083), - [anon_sym_sealed] = ACTIONS(3083), - [anon_sym_annotation] = ACTIONS(3083), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3083), - [anon_sym_lateinit] = ACTIONS(3083), - [anon_sym_public] = ACTIONS(3083), - [anon_sym_private] = ACTIONS(3083), - [anon_sym_internal] = ACTIONS(3083), - [anon_sym_protected] = ACTIONS(3083), - [anon_sym_tailrec] = ACTIONS(3083), - [anon_sym_operator] = ACTIONS(3083), - [anon_sym_infix] = ACTIONS(3083), - [anon_sym_inline] = ACTIONS(3083), - [anon_sym_external] = ACTIONS(3083), - [sym_property_modifier] = ACTIONS(3083), - [anon_sym_abstract] = ACTIONS(3083), - [anon_sym_final] = ACTIONS(3083), - [anon_sym_open] = ACTIONS(3083), - [anon_sym_vararg] = ACTIONS(3083), - [anon_sym_noinline] = ACTIONS(3083), - [anon_sym_crossinline] = ACTIONS(3083), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), + [anon_sym_suspend] = ACTIONS(2992), + [anon_sym_sealed] = ACTIONS(2992), + [anon_sym_annotation] = ACTIONS(2992), + [anon_sym_data] = ACTIONS(2992), + [anon_sym_inner] = ACTIONS(2992), + [anon_sym_override] = ACTIONS(2992), + [anon_sym_lateinit] = ACTIONS(2992), + [anon_sym_public] = ACTIONS(2992), + [anon_sym_private] = ACTIONS(2992), + [anon_sym_internal] = ACTIONS(2992), + [anon_sym_protected] = ACTIONS(2992), + [anon_sym_tailrec] = ACTIONS(2992), + [anon_sym_operator] = ACTIONS(2992), + [anon_sym_infix] = ACTIONS(2992), + [anon_sym_inline] = ACTIONS(2992), + [anon_sym_external] = ACTIONS(2992), + [sym_property_modifier] = ACTIONS(2992), + [anon_sym_abstract] = ACTIONS(2992), + [anon_sym_final] = ACTIONS(2992), + [anon_sym_open] = ACTIONS(2992), + [anon_sym_vararg] = ACTIONS(2992), + [anon_sym_noinline] = ACTIONS(2992), + [anon_sym_crossinline] = ACTIONS(2992), + [anon_sym_expect] = ACTIONS(2992), + [anon_sym_actual] = ACTIONS(2992), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(2994), + [sym_safe_nav] = ACTIONS(3420), [sym_multiline_comment] = ACTIONS(3), }, - [1297] = { - [sym_function_body] = STATE(1166), - [sym__block] = STATE(1128), - [sym__alpha_identifier] = ACTIONS(4300), - [anon_sym_AT] = ACTIONS(4302), - [anon_sym_LBRACK] = ACTIONS(4302), - [anon_sym_as] = ACTIONS(4300), - [anon_sym_EQ] = ACTIONS(5103), - [anon_sym_LBRACE] = ACTIONS(4081), - [anon_sym_RBRACE] = ACTIONS(4302), - [anon_sym_LPAREN] = ACTIONS(4302), - [anon_sym_COMMA] = ACTIONS(4302), - [anon_sym_LT] = ACTIONS(4300), - [anon_sym_GT] = ACTIONS(4300), - [anon_sym_where] = ACTIONS(4300), - [anon_sym_object] = ACTIONS(4300), - [anon_sym_fun] = ACTIONS(4300), - [anon_sym_DOT] = ACTIONS(4300), - [anon_sym_SEMI] = ACTIONS(4302), - [anon_sym_get] = ACTIONS(4300), - [anon_sym_set] = ACTIONS(4300), - [anon_sym_this] = ACTIONS(4300), - [anon_sym_super] = ACTIONS(4300), - [anon_sym_STAR] = ACTIONS(4302), - [sym_label] = ACTIONS(4300), - [anon_sym_in] = ACTIONS(4300), - [anon_sym_DOT_DOT] = ACTIONS(4302), - [anon_sym_QMARK_COLON] = ACTIONS(4302), - [anon_sym_AMP_AMP] = ACTIONS(4302), - [anon_sym_PIPE_PIPE] = ACTIONS(4302), - [anon_sym_null] = ACTIONS(4300), - [anon_sym_if] = ACTIONS(4300), - [anon_sym_else] = ACTIONS(4300), - [anon_sym_when] = ACTIONS(4300), - [anon_sym_try] = ACTIONS(4300), - [anon_sym_throw] = ACTIONS(4300), - [anon_sym_return] = ACTIONS(4300), - [anon_sym_continue] = ACTIONS(4300), - [anon_sym_break] = ACTIONS(4300), - [anon_sym_COLON_COLON] = ACTIONS(4302), - [anon_sym_BANG_EQ] = ACTIONS(4300), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4302), - [anon_sym_EQ_EQ] = ACTIONS(4300), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4302), - [anon_sym_LT_EQ] = ACTIONS(4302), - [anon_sym_GT_EQ] = ACTIONS(4302), - [anon_sym_BANGin] = ACTIONS(4302), - [anon_sym_is] = ACTIONS(4300), - [anon_sym_BANGis] = ACTIONS(4302), - [anon_sym_PLUS] = ACTIONS(4300), - [anon_sym_DASH] = ACTIONS(4300), - [anon_sym_SLASH] = ACTIONS(4300), - [anon_sym_PERCENT] = ACTIONS(4302), - [anon_sym_as_QMARK] = ACTIONS(4302), - [anon_sym_PLUS_PLUS] = ACTIONS(4302), - [anon_sym_DASH_DASH] = ACTIONS(4302), - [anon_sym_BANG] = ACTIONS(4300), - [anon_sym_BANG_BANG] = ACTIONS(4302), - [anon_sym_suspend] = ACTIONS(4300), - [anon_sym_sealed] = ACTIONS(4300), - [anon_sym_annotation] = ACTIONS(4300), - [anon_sym_data] = ACTIONS(4300), - [anon_sym_inner] = ACTIONS(4300), - [anon_sym_override] = ACTIONS(4300), - [anon_sym_lateinit] = ACTIONS(4300), - [anon_sym_public] = ACTIONS(4300), - [anon_sym_private] = ACTIONS(4300), - [anon_sym_internal] = ACTIONS(4300), - [anon_sym_protected] = ACTIONS(4300), - [anon_sym_tailrec] = ACTIONS(4300), - [anon_sym_operator] = ACTIONS(4300), - [anon_sym_infix] = ACTIONS(4300), - [anon_sym_inline] = ACTIONS(4300), - [anon_sym_external] = ACTIONS(4300), - [sym_property_modifier] = ACTIONS(4300), - [anon_sym_abstract] = ACTIONS(4300), - [anon_sym_final] = ACTIONS(4300), - [anon_sym_open] = ACTIONS(4300), - [anon_sym_vararg] = ACTIONS(4300), - [anon_sym_noinline] = ACTIONS(4300), - [anon_sym_crossinline] = ACTIONS(4300), - [anon_sym_expect] = ACTIONS(4300), - [anon_sym_actual] = ACTIONS(4300), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4302), - [anon_sym_continue_AT] = ACTIONS(4302), - [anon_sym_break_AT] = ACTIONS(4302), - [sym_real_literal] = ACTIONS(4302), - [sym_integer_literal] = ACTIONS(4300), - [sym_hex_literal] = ACTIONS(4302), - [sym_bin_literal] = ACTIONS(4302), - [anon_sym_true] = ACTIONS(4300), - [anon_sym_false] = ACTIONS(4300), - [anon_sym_SQUOTE] = ACTIONS(4302), - [sym__backtick_identifier] = ACTIONS(4302), - [sym__automatic_semicolon] = ACTIONS(4302), - [sym_safe_nav] = ACTIONS(4302), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4302), + [1312] = { + [sym_function_body] = STATE(1039), + [sym__block] = STATE(1087), + [sym__alpha_identifier] = ACTIONS(4099), + [anon_sym_AT] = ACTIONS(4101), + [anon_sym_LBRACK] = ACTIONS(4101), + [anon_sym_as] = ACTIONS(4099), + [anon_sym_EQ] = ACTIONS(5149), + [anon_sym_LBRACE] = ACTIONS(4039), + [anon_sym_RBRACE] = ACTIONS(4101), + [anon_sym_LPAREN] = ACTIONS(4101), + [anon_sym_COMMA] = ACTIONS(4101), + [anon_sym_LT] = ACTIONS(4099), + [anon_sym_GT] = ACTIONS(4099), + [anon_sym_where] = ACTIONS(4099), + [anon_sym_object] = ACTIONS(4099), + [anon_sym_fun] = ACTIONS(4099), + [anon_sym_DOT] = ACTIONS(4099), + [anon_sym_SEMI] = ACTIONS(4101), + [anon_sym_get] = ACTIONS(4099), + [anon_sym_set] = ACTIONS(4099), + [anon_sym_this] = ACTIONS(4099), + [anon_sym_super] = ACTIONS(4099), + [anon_sym_STAR] = ACTIONS(4101), + [sym_label] = ACTIONS(4099), + [anon_sym_in] = ACTIONS(4099), + [anon_sym_DOT_DOT] = ACTIONS(4101), + [anon_sym_QMARK_COLON] = ACTIONS(4101), + [anon_sym_AMP_AMP] = ACTIONS(4101), + [anon_sym_PIPE_PIPE] = ACTIONS(4101), + [anon_sym_null] = ACTIONS(4099), + [anon_sym_if] = ACTIONS(4099), + [anon_sym_else] = ACTIONS(4099), + [anon_sym_when] = ACTIONS(4099), + [anon_sym_try] = ACTIONS(4099), + [anon_sym_throw] = ACTIONS(4099), + [anon_sym_return] = ACTIONS(4099), + [anon_sym_continue] = ACTIONS(4099), + [anon_sym_break] = ACTIONS(4099), + [anon_sym_COLON_COLON] = ACTIONS(4101), + [anon_sym_BANG_EQ] = ACTIONS(4099), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4101), + [anon_sym_EQ_EQ] = ACTIONS(4099), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4101), + [anon_sym_LT_EQ] = ACTIONS(4101), + [anon_sym_GT_EQ] = ACTIONS(4101), + [anon_sym_BANGin] = ACTIONS(4101), + [anon_sym_is] = ACTIONS(4099), + [anon_sym_BANGis] = ACTIONS(4101), + [anon_sym_PLUS] = ACTIONS(4099), + [anon_sym_DASH] = ACTIONS(4099), + [anon_sym_SLASH] = ACTIONS(4099), + [anon_sym_PERCENT] = ACTIONS(4101), + [anon_sym_as_QMARK] = ACTIONS(4101), + [anon_sym_PLUS_PLUS] = ACTIONS(4101), + [anon_sym_DASH_DASH] = ACTIONS(4101), + [anon_sym_BANG] = ACTIONS(4099), + [anon_sym_BANG_BANG] = ACTIONS(4101), + [anon_sym_suspend] = ACTIONS(4099), + [anon_sym_sealed] = ACTIONS(4099), + [anon_sym_annotation] = ACTIONS(4099), + [anon_sym_data] = ACTIONS(4099), + [anon_sym_inner] = ACTIONS(4099), + [anon_sym_override] = ACTIONS(4099), + [anon_sym_lateinit] = ACTIONS(4099), + [anon_sym_public] = ACTIONS(4099), + [anon_sym_private] = ACTIONS(4099), + [anon_sym_internal] = ACTIONS(4099), + [anon_sym_protected] = ACTIONS(4099), + [anon_sym_tailrec] = ACTIONS(4099), + [anon_sym_operator] = ACTIONS(4099), + [anon_sym_infix] = ACTIONS(4099), + [anon_sym_inline] = ACTIONS(4099), + [anon_sym_external] = ACTIONS(4099), + [sym_property_modifier] = ACTIONS(4099), + [anon_sym_abstract] = ACTIONS(4099), + [anon_sym_final] = ACTIONS(4099), + [anon_sym_open] = ACTIONS(4099), + [anon_sym_vararg] = ACTIONS(4099), + [anon_sym_noinline] = ACTIONS(4099), + [anon_sym_crossinline] = ACTIONS(4099), + [anon_sym_expect] = ACTIONS(4099), + [anon_sym_actual] = ACTIONS(4099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4101), + [anon_sym_continue_AT] = ACTIONS(4101), + [anon_sym_break_AT] = ACTIONS(4101), + [sym_real_literal] = ACTIONS(4101), + [sym_integer_literal] = ACTIONS(4099), + [sym_hex_literal] = ACTIONS(4101), + [sym_bin_literal] = ACTIONS(4101), + [anon_sym_true] = ACTIONS(4099), + [anon_sym_false] = ACTIONS(4099), + [anon_sym_SQUOTE] = ACTIONS(4101), + [sym__backtick_identifier] = ACTIONS(4101), + [sym__automatic_semicolon] = ACTIONS(4101), + [sym_safe_nav] = ACTIONS(4101), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4101), }, - [1298] = { - [sym_function_body] = STATE(1199), - [sym__block] = STATE(1128), - [sym__alpha_identifier] = ACTIONS(4382), - [anon_sym_AT] = ACTIONS(4384), - [anon_sym_LBRACK] = ACTIONS(4384), - [anon_sym_as] = ACTIONS(4382), - [anon_sym_EQ] = ACTIONS(5103), - [anon_sym_LBRACE] = ACTIONS(4081), - [anon_sym_RBRACE] = ACTIONS(4384), - [anon_sym_LPAREN] = ACTIONS(4384), - [anon_sym_COMMA] = ACTIONS(4384), - [anon_sym_LT] = ACTIONS(4382), - [anon_sym_GT] = ACTIONS(4382), - [anon_sym_where] = ACTIONS(4382), - [anon_sym_object] = ACTIONS(4382), - [anon_sym_fun] = ACTIONS(4382), - [anon_sym_DOT] = ACTIONS(4382), - [anon_sym_SEMI] = ACTIONS(4384), - [anon_sym_get] = ACTIONS(4382), - [anon_sym_set] = ACTIONS(4382), - [anon_sym_this] = ACTIONS(4382), - [anon_sym_super] = ACTIONS(4382), - [anon_sym_STAR] = ACTIONS(4384), - [sym_label] = ACTIONS(4382), - [anon_sym_in] = ACTIONS(4382), - [anon_sym_DOT_DOT] = ACTIONS(4384), - [anon_sym_QMARK_COLON] = ACTIONS(4384), - [anon_sym_AMP_AMP] = ACTIONS(4384), - [anon_sym_PIPE_PIPE] = ACTIONS(4384), - [anon_sym_null] = ACTIONS(4382), - [anon_sym_if] = ACTIONS(4382), - [anon_sym_else] = ACTIONS(4382), - [anon_sym_when] = ACTIONS(4382), - [anon_sym_try] = ACTIONS(4382), - [anon_sym_throw] = ACTIONS(4382), - [anon_sym_return] = ACTIONS(4382), - [anon_sym_continue] = ACTIONS(4382), - [anon_sym_break] = ACTIONS(4382), - [anon_sym_COLON_COLON] = ACTIONS(4384), - [anon_sym_BANG_EQ] = ACTIONS(4382), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4384), - [anon_sym_EQ_EQ] = ACTIONS(4382), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4384), - [anon_sym_LT_EQ] = ACTIONS(4384), - [anon_sym_GT_EQ] = ACTIONS(4384), - [anon_sym_BANGin] = ACTIONS(4384), - [anon_sym_is] = ACTIONS(4382), - [anon_sym_BANGis] = ACTIONS(4384), - [anon_sym_PLUS] = ACTIONS(4382), - [anon_sym_DASH] = ACTIONS(4382), - [anon_sym_SLASH] = ACTIONS(4382), - [anon_sym_PERCENT] = ACTIONS(4384), - [anon_sym_as_QMARK] = ACTIONS(4384), - [anon_sym_PLUS_PLUS] = ACTIONS(4384), - [anon_sym_DASH_DASH] = ACTIONS(4384), - [anon_sym_BANG] = ACTIONS(4382), - [anon_sym_BANG_BANG] = ACTIONS(4384), - [anon_sym_suspend] = ACTIONS(4382), - [anon_sym_sealed] = ACTIONS(4382), - [anon_sym_annotation] = ACTIONS(4382), - [anon_sym_data] = ACTIONS(4382), - [anon_sym_inner] = ACTIONS(4382), - [anon_sym_override] = ACTIONS(4382), - [anon_sym_lateinit] = ACTIONS(4382), - [anon_sym_public] = ACTIONS(4382), - [anon_sym_private] = ACTIONS(4382), - [anon_sym_internal] = ACTIONS(4382), - [anon_sym_protected] = ACTIONS(4382), - [anon_sym_tailrec] = ACTIONS(4382), - [anon_sym_operator] = ACTIONS(4382), - [anon_sym_infix] = ACTIONS(4382), - [anon_sym_inline] = ACTIONS(4382), - [anon_sym_external] = ACTIONS(4382), - [sym_property_modifier] = ACTIONS(4382), - [anon_sym_abstract] = ACTIONS(4382), - [anon_sym_final] = ACTIONS(4382), - [anon_sym_open] = ACTIONS(4382), - [anon_sym_vararg] = ACTIONS(4382), - [anon_sym_noinline] = ACTIONS(4382), - [anon_sym_crossinline] = ACTIONS(4382), - [anon_sym_expect] = ACTIONS(4382), - [anon_sym_actual] = ACTIONS(4382), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4384), - [anon_sym_continue_AT] = ACTIONS(4384), - [anon_sym_break_AT] = ACTIONS(4384), - [sym_real_literal] = ACTIONS(4384), - [sym_integer_literal] = ACTIONS(4382), - [sym_hex_literal] = ACTIONS(4384), - [sym_bin_literal] = ACTIONS(4384), - [anon_sym_true] = ACTIONS(4382), - [anon_sym_false] = ACTIONS(4382), - [anon_sym_SQUOTE] = ACTIONS(4384), - [sym__backtick_identifier] = ACTIONS(4384), - [sym__automatic_semicolon] = ACTIONS(4384), - [sym_safe_nav] = ACTIONS(4384), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4384), + [1313] = { + [sym_type_constraints] = STATE(1436), + [sym_function_body] = STATE(1039), + [sym__block] = STATE(1087), + [sym__alpha_identifier] = ACTIONS(4099), + [anon_sym_AT] = ACTIONS(4101), + [anon_sym_LBRACK] = ACTIONS(4101), + [anon_sym_as] = ACTIONS(4099), + [anon_sym_EQ] = ACTIONS(5203), + [anon_sym_LBRACE] = ACTIONS(4039), + [anon_sym_RBRACE] = ACTIONS(4101), + [anon_sym_LPAREN] = ACTIONS(4101), + [anon_sym_LT] = ACTIONS(4099), + [anon_sym_GT] = ACTIONS(4099), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(4099), + [anon_sym_fun] = ACTIONS(4099), + [anon_sym_DOT] = ACTIONS(4099), + [anon_sym_SEMI] = ACTIONS(4101), + [anon_sym_get] = ACTIONS(4099), + [anon_sym_set] = ACTIONS(4099), + [anon_sym_this] = ACTIONS(4099), + [anon_sym_super] = ACTIONS(4099), + [anon_sym_STAR] = ACTIONS(4101), + [sym_label] = ACTIONS(4099), + [anon_sym_in] = ACTIONS(4099), + [anon_sym_DOT_DOT] = ACTIONS(4101), + [anon_sym_QMARK_COLON] = ACTIONS(4101), + [anon_sym_AMP_AMP] = ACTIONS(4101), + [anon_sym_PIPE_PIPE] = ACTIONS(4101), + [anon_sym_null] = ACTIONS(4099), + [anon_sym_if] = ACTIONS(4099), + [anon_sym_else] = ACTIONS(4099), + [anon_sym_when] = ACTIONS(4099), + [anon_sym_try] = ACTIONS(4099), + [anon_sym_throw] = ACTIONS(4099), + [anon_sym_return] = ACTIONS(4099), + [anon_sym_continue] = ACTIONS(4099), + [anon_sym_break] = ACTIONS(4099), + [anon_sym_COLON_COLON] = ACTIONS(4101), + [anon_sym_BANG_EQ] = ACTIONS(4099), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4101), + [anon_sym_EQ_EQ] = ACTIONS(4099), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4101), + [anon_sym_LT_EQ] = ACTIONS(4101), + [anon_sym_GT_EQ] = ACTIONS(4101), + [anon_sym_BANGin] = ACTIONS(4101), + [anon_sym_is] = ACTIONS(4099), + [anon_sym_BANGis] = ACTIONS(4101), + [anon_sym_PLUS] = ACTIONS(4099), + [anon_sym_DASH] = ACTIONS(4099), + [anon_sym_SLASH] = ACTIONS(4099), + [anon_sym_PERCENT] = ACTIONS(4101), + [anon_sym_as_QMARK] = ACTIONS(4101), + [anon_sym_PLUS_PLUS] = ACTIONS(4101), + [anon_sym_DASH_DASH] = ACTIONS(4101), + [anon_sym_BANG] = ACTIONS(4099), + [anon_sym_BANG_BANG] = ACTIONS(4101), + [anon_sym_suspend] = ACTIONS(4099), + [anon_sym_sealed] = ACTIONS(4099), + [anon_sym_annotation] = ACTIONS(4099), + [anon_sym_data] = ACTIONS(4099), + [anon_sym_inner] = ACTIONS(4099), + [anon_sym_override] = ACTIONS(4099), + [anon_sym_lateinit] = ACTIONS(4099), + [anon_sym_public] = ACTIONS(4099), + [anon_sym_private] = ACTIONS(4099), + [anon_sym_internal] = ACTIONS(4099), + [anon_sym_protected] = ACTIONS(4099), + [anon_sym_tailrec] = ACTIONS(4099), + [anon_sym_operator] = ACTIONS(4099), + [anon_sym_infix] = ACTIONS(4099), + [anon_sym_inline] = ACTIONS(4099), + [anon_sym_external] = ACTIONS(4099), + [sym_property_modifier] = ACTIONS(4099), + [anon_sym_abstract] = ACTIONS(4099), + [anon_sym_final] = ACTIONS(4099), + [anon_sym_open] = ACTIONS(4099), + [anon_sym_vararg] = ACTIONS(4099), + [anon_sym_noinline] = ACTIONS(4099), + [anon_sym_crossinline] = ACTIONS(4099), + [anon_sym_expect] = ACTIONS(4099), + [anon_sym_actual] = ACTIONS(4099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4101), + [anon_sym_continue_AT] = ACTIONS(4101), + [anon_sym_break_AT] = ACTIONS(4101), + [sym_real_literal] = ACTIONS(4101), + [sym_integer_literal] = ACTIONS(4099), + [sym_hex_literal] = ACTIONS(4101), + [sym_bin_literal] = ACTIONS(4101), + [anon_sym_true] = ACTIONS(4099), + [anon_sym_false] = ACTIONS(4099), + [anon_sym_SQUOTE] = ACTIONS(4101), + [sym__backtick_identifier] = ACTIONS(4101), + [sym__automatic_semicolon] = ACTIONS(4101), + [sym_safe_nav] = ACTIONS(4101), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4101), }, - [1299] = { - [sym_class_body] = STATE(1086), - [sym_type_constraints] = STATE(1006), - [sym__alpha_identifier] = ACTIONS(4284), - [anon_sym_AT] = ACTIONS(4286), - [anon_sym_COLON] = ACTIONS(5265), - [anon_sym_LBRACK] = ACTIONS(4286), - [anon_sym_as] = ACTIONS(4284), - [anon_sym_LBRACE] = ACTIONS(3156), - [anon_sym_RBRACE] = ACTIONS(4286), - [anon_sym_LPAREN] = ACTIONS(4286), - [anon_sym_COMMA] = ACTIONS(4286), - [anon_sym_LT] = ACTIONS(4284), - [anon_sym_GT] = ACTIONS(4284), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(4284), - [anon_sym_fun] = ACTIONS(4284), - [anon_sym_DOT] = ACTIONS(4284), - [anon_sym_SEMI] = ACTIONS(4286), - [anon_sym_get] = ACTIONS(4284), - [anon_sym_set] = ACTIONS(4284), - [anon_sym_this] = ACTIONS(4284), - [anon_sym_super] = ACTIONS(4284), - [anon_sym_STAR] = ACTIONS(4286), - [sym_label] = ACTIONS(4284), - [anon_sym_in] = ACTIONS(4284), - [anon_sym_DOT_DOT] = ACTIONS(4286), - [anon_sym_QMARK_COLON] = ACTIONS(4286), - [anon_sym_AMP_AMP] = ACTIONS(4286), - [anon_sym_PIPE_PIPE] = ACTIONS(4286), - [anon_sym_null] = ACTIONS(4284), - [anon_sym_if] = ACTIONS(4284), - [anon_sym_else] = ACTIONS(4284), - [anon_sym_when] = ACTIONS(4284), - [anon_sym_try] = ACTIONS(4284), - [anon_sym_throw] = ACTIONS(4284), - [anon_sym_return] = ACTIONS(4284), - [anon_sym_continue] = ACTIONS(4284), - [anon_sym_break] = ACTIONS(4284), - [anon_sym_COLON_COLON] = ACTIONS(4286), - [anon_sym_BANG_EQ] = ACTIONS(4284), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4286), - [anon_sym_EQ_EQ] = ACTIONS(4284), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4286), - [anon_sym_LT_EQ] = ACTIONS(4286), - [anon_sym_GT_EQ] = ACTIONS(4286), - [anon_sym_BANGin] = ACTIONS(4286), - [anon_sym_is] = ACTIONS(4284), - [anon_sym_BANGis] = ACTIONS(4286), - [anon_sym_PLUS] = ACTIONS(4284), - [anon_sym_DASH] = ACTIONS(4284), - [anon_sym_SLASH] = ACTIONS(4284), - [anon_sym_PERCENT] = ACTIONS(4286), - [anon_sym_as_QMARK] = ACTIONS(4286), - [anon_sym_PLUS_PLUS] = ACTIONS(4286), - [anon_sym_DASH_DASH] = ACTIONS(4286), - [anon_sym_BANG] = ACTIONS(4284), - [anon_sym_BANG_BANG] = ACTIONS(4286), - [anon_sym_suspend] = ACTIONS(4284), - [anon_sym_sealed] = ACTIONS(4284), - [anon_sym_annotation] = ACTIONS(4284), - [anon_sym_data] = ACTIONS(4284), - [anon_sym_inner] = ACTIONS(4284), - [anon_sym_override] = ACTIONS(4284), - [anon_sym_lateinit] = ACTIONS(4284), - [anon_sym_public] = ACTIONS(4284), - [anon_sym_private] = ACTIONS(4284), - [anon_sym_internal] = ACTIONS(4284), - [anon_sym_protected] = ACTIONS(4284), - [anon_sym_tailrec] = ACTIONS(4284), - [anon_sym_operator] = ACTIONS(4284), - [anon_sym_infix] = ACTIONS(4284), - [anon_sym_inline] = ACTIONS(4284), - [anon_sym_external] = ACTIONS(4284), - [sym_property_modifier] = ACTIONS(4284), - [anon_sym_abstract] = ACTIONS(4284), - [anon_sym_final] = ACTIONS(4284), - [anon_sym_open] = ACTIONS(4284), - [anon_sym_vararg] = ACTIONS(4284), - [anon_sym_noinline] = ACTIONS(4284), - [anon_sym_crossinline] = ACTIONS(4284), - [anon_sym_expect] = ACTIONS(4284), - [anon_sym_actual] = ACTIONS(4284), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4286), - [anon_sym_continue_AT] = ACTIONS(4286), - [anon_sym_break_AT] = ACTIONS(4286), - [sym_real_literal] = ACTIONS(4286), - [sym_integer_literal] = ACTIONS(4284), - [sym_hex_literal] = ACTIONS(4286), - [sym_bin_literal] = ACTIONS(4286), - [anon_sym_true] = ACTIONS(4284), - [anon_sym_false] = ACTIONS(4284), - [anon_sym_SQUOTE] = ACTIONS(4286), - [sym__backtick_identifier] = ACTIONS(4286), - [sym__automatic_semicolon] = ACTIONS(4286), - [sym_safe_nav] = ACTIONS(4286), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4286), + [1314] = { + [sym_function_body] = STATE(1154), + [sym__block] = STATE(1087), + [sym__alpha_identifier] = ACTIONS(4031), + [anon_sym_AT] = ACTIONS(4033), + [anon_sym_LBRACK] = ACTIONS(4033), + [anon_sym_as] = ACTIONS(4031), + [anon_sym_EQ] = ACTIONS(5149), + [anon_sym_LBRACE] = ACTIONS(4039), + [anon_sym_RBRACE] = ACTIONS(4033), + [anon_sym_LPAREN] = ACTIONS(4033), + [anon_sym_COMMA] = ACTIONS(4033), + [anon_sym_LT] = ACTIONS(4031), + [anon_sym_GT] = ACTIONS(4031), + [anon_sym_where] = ACTIONS(4031), + [anon_sym_object] = ACTIONS(4031), + [anon_sym_fun] = ACTIONS(4031), + [anon_sym_DOT] = ACTIONS(4031), + [anon_sym_SEMI] = ACTIONS(4033), + [anon_sym_get] = ACTIONS(4031), + [anon_sym_set] = ACTIONS(4031), + [anon_sym_this] = ACTIONS(4031), + [anon_sym_super] = ACTIONS(4031), + [anon_sym_STAR] = ACTIONS(4033), + [sym_label] = ACTIONS(4031), + [anon_sym_in] = ACTIONS(4031), + [anon_sym_DOT_DOT] = ACTIONS(4033), + [anon_sym_QMARK_COLON] = ACTIONS(4033), + [anon_sym_AMP_AMP] = ACTIONS(4033), + [anon_sym_PIPE_PIPE] = ACTIONS(4033), + [anon_sym_null] = ACTIONS(4031), + [anon_sym_if] = ACTIONS(4031), + [anon_sym_else] = ACTIONS(4031), + [anon_sym_when] = ACTIONS(4031), + [anon_sym_try] = ACTIONS(4031), + [anon_sym_throw] = ACTIONS(4031), + [anon_sym_return] = ACTIONS(4031), + [anon_sym_continue] = ACTIONS(4031), + [anon_sym_break] = ACTIONS(4031), + [anon_sym_COLON_COLON] = ACTIONS(4033), + [anon_sym_BANG_EQ] = ACTIONS(4031), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4033), + [anon_sym_EQ_EQ] = ACTIONS(4031), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4033), + [anon_sym_LT_EQ] = ACTIONS(4033), + [anon_sym_GT_EQ] = ACTIONS(4033), + [anon_sym_BANGin] = ACTIONS(4033), + [anon_sym_is] = ACTIONS(4031), + [anon_sym_BANGis] = ACTIONS(4033), + [anon_sym_PLUS] = ACTIONS(4031), + [anon_sym_DASH] = ACTIONS(4031), + [anon_sym_SLASH] = ACTIONS(4031), + [anon_sym_PERCENT] = ACTIONS(4033), + [anon_sym_as_QMARK] = ACTIONS(4033), + [anon_sym_PLUS_PLUS] = ACTIONS(4033), + [anon_sym_DASH_DASH] = ACTIONS(4033), + [anon_sym_BANG] = ACTIONS(4031), + [anon_sym_BANG_BANG] = ACTIONS(4033), + [anon_sym_suspend] = ACTIONS(4031), + [anon_sym_sealed] = ACTIONS(4031), + [anon_sym_annotation] = ACTIONS(4031), + [anon_sym_data] = ACTIONS(4031), + [anon_sym_inner] = ACTIONS(4031), + [anon_sym_override] = ACTIONS(4031), + [anon_sym_lateinit] = ACTIONS(4031), + [anon_sym_public] = ACTIONS(4031), + [anon_sym_private] = ACTIONS(4031), + [anon_sym_internal] = ACTIONS(4031), + [anon_sym_protected] = ACTIONS(4031), + [anon_sym_tailrec] = ACTIONS(4031), + [anon_sym_operator] = ACTIONS(4031), + [anon_sym_infix] = ACTIONS(4031), + [anon_sym_inline] = ACTIONS(4031), + [anon_sym_external] = ACTIONS(4031), + [sym_property_modifier] = ACTIONS(4031), + [anon_sym_abstract] = ACTIONS(4031), + [anon_sym_final] = ACTIONS(4031), + [anon_sym_open] = ACTIONS(4031), + [anon_sym_vararg] = ACTIONS(4031), + [anon_sym_noinline] = ACTIONS(4031), + [anon_sym_crossinline] = ACTIONS(4031), + [anon_sym_expect] = ACTIONS(4031), + [anon_sym_actual] = ACTIONS(4031), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4033), + [anon_sym_continue_AT] = ACTIONS(4033), + [anon_sym_break_AT] = ACTIONS(4033), + [sym_real_literal] = ACTIONS(4033), + [sym_integer_literal] = ACTIONS(4031), + [sym_hex_literal] = ACTIONS(4033), + [sym_bin_literal] = ACTIONS(4033), + [anon_sym_true] = ACTIONS(4031), + [anon_sym_false] = ACTIONS(4031), + [anon_sym_SQUOTE] = ACTIONS(4033), + [sym__backtick_identifier] = ACTIONS(4033), + [sym__automatic_semicolon] = ACTIONS(4033), + [sym_safe_nav] = ACTIONS(4033), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4033), }, - [1300] = { - [sym_type_constraints] = STATE(1357), - [sym_property_delegate] = STATE(1548), - [sym_getter] = STATE(4736), - [sym_setter] = STATE(4736), - [sym_modifiers] = STATE(8708), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1764), + [1315] = { + [sym_type_constraints] = STATE(1361), + [sym_property_delegate] = STATE(1584), + [sym_getter] = STATE(3343), + [sym_setter] = STATE(3343), + [sym_modifiers] = STATE(8930), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3230), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1766), - [anon_sym_RBRACK] = ACTIONS(1766), - [anon_sym_as] = ACTIONS(1764), - [anon_sym_EQ] = ACTIONS(5267), - [anon_sym_LBRACE] = ACTIONS(1766), - [anon_sym_RBRACE] = ACTIONS(1766), - [anon_sym_LPAREN] = ACTIONS(1766), - [anon_sym_COMMA] = ACTIONS(1766), - [anon_sym_RPAREN] = ACTIONS(1766), - [anon_sym_by] = ACTIONS(5251), - [anon_sym_LT] = ACTIONS(1764), - [anon_sym_GT] = ACTIONS(1764), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(1764), - [anon_sym_SEMI] = ACTIONS(3480), - [anon_sym_get] = ACTIONS(5253), - [anon_sym_set] = ACTIONS(5255), - [anon_sym_STAR] = ACTIONS(1764), - [anon_sym_DASH_GT] = ACTIONS(1766), - [sym_label] = ACTIONS(1766), - [anon_sym_in] = ACTIONS(1764), - [anon_sym_while] = ACTIONS(1764), - [anon_sym_DOT_DOT] = ACTIONS(1766), - [anon_sym_QMARK_COLON] = ACTIONS(1766), - [anon_sym_AMP_AMP] = ACTIONS(1766), - [anon_sym_PIPE_PIPE] = ACTIONS(1766), - [anon_sym_else] = ACTIONS(1764), - [anon_sym_COLON_COLON] = ACTIONS(1766), - [anon_sym_PLUS_EQ] = ACTIONS(1766), - [anon_sym_DASH_EQ] = ACTIONS(1766), - [anon_sym_STAR_EQ] = ACTIONS(1766), - [anon_sym_SLASH_EQ] = ACTIONS(1766), - [anon_sym_PERCENT_EQ] = ACTIONS(1766), - [anon_sym_BANG_EQ] = ACTIONS(1764), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), - [anon_sym_EQ_EQ] = ACTIONS(1764), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1766), - [anon_sym_LT_EQ] = ACTIONS(1766), - [anon_sym_GT_EQ] = ACTIONS(1766), - [anon_sym_BANGin] = ACTIONS(1766), - [anon_sym_is] = ACTIONS(1764), - [anon_sym_BANGis] = ACTIONS(1766), - [anon_sym_PLUS] = ACTIONS(1764), - [anon_sym_DASH] = ACTIONS(1764), - [anon_sym_SLASH] = ACTIONS(1764), - [anon_sym_PERCENT] = ACTIONS(1764), - [anon_sym_as_QMARK] = ACTIONS(1766), - [anon_sym_PLUS_PLUS] = ACTIONS(1766), - [anon_sym_DASH_DASH] = ACTIONS(1766), - [anon_sym_BANG_BANG] = ACTIONS(1766), + [anon_sym_LBRACK] = ACTIONS(3234), + [anon_sym_RBRACK] = ACTIONS(3234), + [anon_sym_as] = ACTIONS(3230), + [anon_sym_EQ] = ACTIONS(5271), + [anon_sym_LBRACE] = ACTIONS(3234), + [anon_sym_RBRACE] = ACTIONS(3234), + [anon_sym_LPAREN] = ACTIONS(3234), + [anon_sym_COMMA] = ACTIONS(3234), + [anon_sym_RPAREN] = ACTIONS(3234), + [anon_sym_by] = ACTIONS(5265), + [anon_sym_LT] = ACTIONS(3230), + [anon_sym_GT] = ACTIONS(3230), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(3230), + [anon_sym_SEMI] = ACTIONS(5273), + [anon_sym_get] = ACTIONS(5275), + [anon_sym_set] = ACTIONS(5277), + [anon_sym_STAR] = ACTIONS(3230), + [anon_sym_DASH_GT] = ACTIONS(3234), + [sym_label] = ACTIONS(3234), + [anon_sym_in] = ACTIONS(3230), + [anon_sym_while] = ACTIONS(3230), + [anon_sym_DOT_DOT] = ACTIONS(3234), + [anon_sym_QMARK_COLON] = ACTIONS(3234), + [anon_sym_AMP_AMP] = ACTIONS(3234), + [anon_sym_PIPE_PIPE] = ACTIONS(3234), + [anon_sym_else] = ACTIONS(3230), + [anon_sym_COLON_COLON] = ACTIONS(3234), + [anon_sym_PLUS_EQ] = ACTIONS(3234), + [anon_sym_DASH_EQ] = ACTIONS(3234), + [anon_sym_STAR_EQ] = ACTIONS(3234), + [anon_sym_SLASH_EQ] = ACTIONS(3234), + [anon_sym_PERCENT_EQ] = ACTIONS(3234), + [anon_sym_BANG_EQ] = ACTIONS(3230), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3234), + [anon_sym_EQ_EQ] = ACTIONS(3230), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3234), + [anon_sym_LT_EQ] = ACTIONS(3234), + [anon_sym_GT_EQ] = ACTIONS(3234), + [anon_sym_BANGin] = ACTIONS(3234), + [anon_sym_is] = ACTIONS(3230), + [anon_sym_BANGis] = ACTIONS(3234), + [anon_sym_PLUS] = ACTIONS(3230), + [anon_sym_DASH] = ACTIONS(3230), + [anon_sym_SLASH] = ACTIONS(3230), + [anon_sym_PERCENT] = ACTIONS(3230), + [anon_sym_as_QMARK] = ACTIONS(3234), + [anon_sym_PLUS_PLUS] = ACTIONS(3234), + [anon_sym_DASH_DASH] = ACTIONS(3234), + [anon_sym_BANG_BANG] = ACTIONS(3234), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -182001,266 +183615,266 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1766), - [sym_safe_nav] = ACTIONS(1766), + [sym__backtick_identifier] = ACTIONS(3234), + [sym_safe_nav] = ACTIONS(3234), [sym_multiline_comment] = ACTIONS(3), }, - [1301] = { - [sym_function_body] = STATE(1167), - [sym__block] = STATE(1128), - [sym__alpha_identifier] = ACTIONS(4386), - [anon_sym_AT] = ACTIONS(4388), - [anon_sym_LBRACK] = ACTIONS(4388), - [anon_sym_as] = ACTIONS(4386), - [anon_sym_EQ] = ACTIONS(5103), - [anon_sym_LBRACE] = ACTIONS(4081), - [anon_sym_RBRACE] = ACTIONS(4388), - [anon_sym_LPAREN] = ACTIONS(4388), - [anon_sym_COMMA] = ACTIONS(4388), - [anon_sym_LT] = ACTIONS(4386), - [anon_sym_GT] = ACTIONS(4386), - [anon_sym_where] = ACTIONS(4386), - [anon_sym_object] = ACTIONS(4386), - [anon_sym_fun] = ACTIONS(4386), - [anon_sym_DOT] = ACTIONS(4386), - [anon_sym_SEMI] = ACTIONS(4388), - [anon_sym_get] = ACTIONS(4386), - [anon_sym_set] = ACTIONS(4386), - [anon_sym_this] = ACTIONS(4386), - [anon_sym_super] = ACTIONS(4386), - [anon_sym_STAR] = ACTIONS(4388), - [sym_label] = ACTIONS(4386), - [anon_sym_in] = ACTIONS(4386), - [anon_sym_DOT_DOT] = ACTIONS(4388), - [anon_sym_QMARK_COLON] = ACTIONS(4388), - [anon_sym_AMP_AMP] = ACTIONS(4388), - [anon_sym_PIPE_PIPE] = ACTIONS(4388), - [anon_sym_null] = ACTIONS(4386), - [anon_sym_if] = ACTIONS(4386), - [anon_sym_else] = ACTIONS(4386), - [anon_sym_when] = ACTIONS(4386), - [anon_sym_try] = ACTIONS(4386), - [anon_sym_throw] = ACTIONS(4386), - [anon_sym_return] = ACTIONS(4386), - [anon_sym_continue] = ACTIONS(4386), - [anon_sym_break] = ACTIONS(4386), - [anon_sym_COLON_COLON] = ACTIONS(4388), - [anon_sym_BANG_EQ] = ACTIONS(4386), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4388), - [anon_sym_EQ_EQ] = ACTIONS(4386), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4388), - [anon_sym_LT_EQ] = ACTIONS(4388), - [anon_sym_GT_EQ] = ACTIONS(4388), - [anon_sym_BANGin] = ACTIONS(4388), - [anon_sym_is] = ACTIONS(4386), - [anon_sym_BANGis] = ACTIONS(4388), - [anon_sym_PLUS] = ACTIONS(4386), - [anon_sym_DASH] = ACTIONS(4386), - [anon_sym_SLASH] = ACTIONS(4386), - [anon_sym_PERCENT] = ACTIONS(4388), - [anon_sym_as_QMARK] = ACTIONS(4388), - [anon_sym_PLUS_PLUS] = ACTIONS(4388), - [anon_sym_DASH_DASH] = ACTIONS(4388), - [anon_sym_BANG] = ACTIONS(4386), - [anon_sym_BANG_BANG] = ACTIONS(4388), - [anon_sym_suspend] = ACTIONS(4386), - [anon_sym_sealed] = ACTIONS(4386), - [anon_sym_annotation] = ACTIONS(4386), - [anon_sym_data] = ACTIONS(4386), - [anon_sym_inner] = ACTIONS(4386), - [anon_sym_override] = ACTIONS(4386), - [anon_sym_lateinit] = ACTIONS(4386), - [anon_sym_public] = ACTIONS(4386), - [anon_sym_private] = ACTIONS(4386), - [anon_sym_internal] = ACTIONS(4386), - [anon_sym_protected] = ACTIONS(4386), - [anon_sym_tailrec] = ACTIONS(4386), - [anon_sym_operator] = ACTIONS(4386), - [anon_sym_infix] = ACTIONS(4386), - [anon_sym_inline] = ACTIONS(4386), - [anon_sym_external] = ACTIONS(4386), - [sym_property_modifier] = ACTIONS(4386), - [anon_sym_abstract] = ACTIONS(4386), - [anon_sym_final] = ACTIONS(4386), - [anon_sym_open] = ACTIONS(4386), - [anon_sym_vararg] = ACTIONS(4386), - [anon_sym_noinline] = ACTIONS(4386), - [anon_sym_crossinline] = ACTIONS(4386), - [anon_sym_expect] = ACTIONS(4386), - [anon_sym_actual] = ACTIONS(4386), + [1316] = { + [sym_type_constraints] = STATE(1350), + [sym_property_delegate] = STATE(1586), + [sym_getter] = STATE(3291), + [sym_setter] = STATE(3291), + [sym_modifiers] = STATE(8930), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_RBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_EQ] = ACTIONS(5279), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_COMMA] = ACTIONS(3280), + [anon_sym_RPAREN] = ACTIONS(3280), + [anon_sym_by] = ACTIONS(5265), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(5281), + [anon_sym_get] = ACTIONS(5275), + [anon_sym_set] = ACTIONS(5277), + [anon_sym_STAR] = ACTIONS(3278), + [anon_sym_DASH_GT] = ACTIONS(3280), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_while] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_PLUS_EQ] = ACTIONS(3280), + [anon_sym_DASH_EQ] = ACTIONS(3280), + [anon_sym_STAR_EQ] = ACTIONS(3280), + [anon_sym_SLASH_EQ] = ACTIONS(3280), + [anon_sym_PERCENT_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3278), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3280), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4388), - [anon_sym_continue_AT] = ACTIONS(4388), - [anon_sym_break_AT] = ACTIONS(4388), - [sym_real_literal] = ACTIONS(4388), - [sym_integer_literal] = ACTIONS(4386), - [sym_hex_literal] = ACTIONS(4388), - [sym_bin_literal] = ACTIONS(4388), - [anon_sym_true] = ACTIONS(4386), - [anon_sym_false] = ACTIONS(4386), - [anon_sym_SQUOTE] = ACTIONS(4388), - [sym__backtick_identifier] = ACTIONS(4388), - [sym__automatic_semicolon] = ACTIONS(4388), - [sym_safe_nav] = ACTIONS(4388), + [sym__backtick_identifier] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4388), }, - [1302] = { - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(2177), - [sym__comparison_operator] = STATE(2176), - [sym__in_operator] = STATE(2172), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(2170), - [sym__multiplicative_operator] = STATE(2169), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_annotation] = STATE(7845), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2168), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_EQ] = ACTIONS(2991), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(2993), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_RPAREN] = ACTIONS(2993), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3646), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(2993), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(3654), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(3656), - [anon_sym_while] = ACTIONS(2991), - [anon_sym_DOT_DOT] = ACTIONS(3658), - [anon_sym_QMARK_COLON] = ACTIONS(3660), - [anon_sym_AMP_AMP] = ACTIONS(2993), - [anon_sym_PIPE_PIPE] = ACTIONS(2993), - [anon_sym_else] = ACTIONS(2991), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_PLUS_EQ] = ACTIONS(2993), - [anon_sym_DASH_EQ] = ACTIONS(2993), - [anon_sym_STAR_EQ] = ACTIONS(2993), - [anon_sym_SLASH_EQ] = ACTIONS(2993), - [anon_sym_PERCENT_EQ] = ACTIONS(2993), - [anon_sym_BANG_EQ] = ACTIONS(3666), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3668), - [anon_sym_EQ_EQ] = ACTIONS(3666), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3668), - [anon_sym_LT_EQ] = ACTIONS(3670), - [anon_sym_GT_EQ] = ACTIONS(3670), - [anon_sym_BANGin] = ACTIONS(3672), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), - [anon_sym_PLUS] = ACTIONS(3674), - [anon_sym_DASH] = ACTIONS(3674), - [anon_sym_SLASH] = ACTIONS(3654), - [anon_sym_PERCENT] = ACTIONS(3654), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), - [anon_sym_suspend] = ACTIONS(2991), - [anon_sym_sealed] = ACTIONS(2991), - [anon_sym_annotation] = ACTIONS(2991), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(2991), - [anon_sym_lateinit] = ACTIONS(2991), - [anon_sym_public] = ACTIONS(2991), - [anon_sym_private] = ACTIONS(2991), - [anon_sym_internal] = ACTIONS(2991), - [anon_sym_protected] = ACTIONS(2991), - [anon_sym_tailrec] = ACTIONS(2991), - [anon_sym_operator] = ACTIONS(2991), - [anon_sym_infix] = ACTIONS(2991), - [anon_sym_inline] = ACTIONS(2991), - [anon_sym_external] = ACTIONS(2991), - [sym_property_modifier] = ACTIONS(2991), - [anon_sym_abstract] = ACTIONS(2991), - [anon_sym_final] = ACTIONS(2991), - [anon_sym_open] = ACTIONS(2991), - [anon_sym_vararg] = ACTIONS(2991), - [anon_sym_noinline] = ACTIONS(2991), - [anon_sym_crossinline] = ACTIONS(2991), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), + [1317] = { + [sym__alpha_identifier] = ACTIONS(4142), + [anon_sym_AT] = ACTIONS(4145), + [anon_sym_LBRACK] = ACTIONS(4145), + [anon_sym_RBRACK] = ACTIONS(4148), + [anon_sym_as] = ACTIONS(4150), + [anon_sym_LBRACE] = ACTIONS(4145), + [anon_sym_RBRACE] = ACTIONS(4148), + [anon_sym_LPAREN] = ACTIONS(5283), + [anon_sym_COMMA] = ACTIONS(4148), + [anon_sym_RPAREN] = ACTIONS(4148), + [anon_sym_LT] = ACTIONS(4150), + [anon_sym_GT] = ACTIONS(4150), + [anon_sym_where] = ACTIONS(4150), + [anon_sym_object] = ACTIONS(3943), + [anon_sym_fun] = ACTIONS(3943), + [anon_sym_DOT] = ACTIONS(4150), + [anon_sym_SEMI] = ACTIONS(4148), + [anon_sym_get] = ACTIONS(4142), + [anon_sym_set] = ACTIONS(4142), + [anon_sym_this] = ACTIONS(3943), + [anon_sym_super] = ACTIONS(3943), + [anon_sym_STAR] = ACTIONS(4145), + [anon_sym_DASH_GT] = ACTIONS(4148), + [sym_label] = ACTIONS(4142), + [anon_sym_in] = ACTIONS(4150), + [anon_sym_while] = ACTIONS(4150), + [anon_sym_DOT_DOT] = ACTIONS(4148), + [anon_sym_QMARK_COLON] = ACTIONS(4148), + [anon_sym_AMP_AMP] = ACTIONS(4148), + [anon_sym_PIPE_PIPE] = ACTIONS(4148), + [anon_sym_null] = ACTIONS(3943), + [anon_sym_if] = ACTIONS(3943), + [anon_sym_else] = ACTIONS(4150), + [anon_sym_when] = ACTIONS(3943), + [anon_sym_try] = ACTIONS(3943), + [anon_sym_throw] = ACTIONS(3943), + [anon_sym_return] = ACTIONS(3943), + [anon_sym_continue] = ACTIONS(3943), + [anon_sym_break] = ACTIONS(3943), + [anon_sym_COLON_COLON] = ACTIONS(4145), + [anon_sym_BANG_EQ] = ACTIONS(4150), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4148), + [anon_sym_EQ_EQ] = ACTIONS(4150), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4148), + [anon_sym_LT_EQ] = ACTIONS(4148), + [anon_sym_GT_EQ] = ACTIONS(4148), + [anon_sym_BANGin] = ACTIONS(4148), + [anon_sym_is] = ACTIONS(4150), + [anon_sym_BANGis] = ACTIONS(4148), + [anon_sym_PLUS] = ACTIONS(4142), + [anon_sym_DASH] = ACTIONS(4142), + [anon_sym_SLASH] = ACTIONS(4150), + [anon_sym_PERCENT] = ACTIONS(4148), + [anon_sym_as_QMARK] = ACTIONS(4148), + [anon_sym_PLUS_PLUS] = ACTIONS(4145), + [anon_sym_DASH_DASH] = ACTIONS(4145), + [anon_sym_BANG] = ACTIONS(3943), + [anon_sym_BANG_BANG] = ACTIONS(4148), + [anon_sym_suspend] = ACTIONS(4150), + [anon_sym_sealed] = ACTIONS(4150), + [anon_sym_annotation] = ACTIONS(4150), + [anon_sym_data] = ACTIONS(4142), + [anon_sym_inner] = ACTIONS(4142), + [anon_sym_override] = ACTIONS(4150), + [anon_sym_lateinit] = ACTIONS(4150), + [anon_sym_public] = ACTIONS(4150), + [anon_sym_private] = ACTIONS(4150), + [anon_sym_internal] = ACTIONS(4150), + [anon_sym_protected] = ACTIONS(4150), + [anon_sym_tailrec] = ACTIONS(4150), + [anon_sym_operator] = ACTIONS(4150), + [anon_sym_infix] = ACTIONS(4150), + [anon_sym_inline] = ACTIONS(4150), + [anon_sym_external] = ACTIONS(4150), + [sym_property_modifier] = ACTIONS(4150), + [anon_sym_abstract] = ACTIONS(4150), + [anon_sym_final] = ACTIONS(4150), + [anon_sym_open] = ACTIONS(4150), + [anon_sym_vararg] = ACTIONS(4150), + [anon_sym_noinline] = ACTIONS(4150), + [anon_sym_crossinline] = ACTIONS(4150), + [anon_sym_expect] = ACTIONS(4142), + [anon_sym_actual] = ACTIONS(4142), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), - [sym_multiline_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3948), + [anon_sym_continue_AT] = ACTIONS(3948), + [anon_sym_break_AT] = ACTIONS(3948), + [sym_real_literal] = ACTIONS(3948), + [sym_integer_literal] = ACTIONS(3943), + [sym_hex_literal] = ACTIONS(3948), + [sym_bin_literal] = ACTIONS(3948), + [anon_sym_true] = ACTIONS(3943), + [anon_sym_false] = ACTIONS(3943), + [anon_sym_SQUOTE] = ACTIONS(3948), + [sym__backtick_identifier] = ACTIONS(4145), + [sym_safe_nav] = ACTIONS(4148), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3948), }, - [1303] = { - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(2177), - [sym__comparison_operator] = STATE(2176), - [sym__in_operator] = STATE(2172), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(2170), - [sym__multiplicative_operator] = STATE(2169), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_annotation] = STATE(7845), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2168), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), + [1318] = { + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(2113), + [sym__comparison_operator] = STATE(2103), + [sym__in_operator] = STATE(2075), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(2062), + [sym__multiplicative_operator] = STATE(2057), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_annotation] = STATE(7893), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2022), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_EQ] = ACTIONS(3011), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(3013), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_RPAREN] = ACTIONS(3013), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_EQ] = ACTIONS(3003), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(3005), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_RPAREN] = ACTIONS(3005), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(3646), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(3013), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3005), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), [anon_sym_STAR] = ACTIONS(3654), - [sym_label] = ACTIONS(3392), + [sym_label] = ACTIONS(3408), [anon_sym_in] = ACTIONS(3656), - [anon_sym_while] = ACTIONS(3011), + [anon_sym_while] = ACTIONS(3003), [anon_sym_DOT_DOT] = ACTIONS(3658), [anon_sym_QMARK_COLON] = ACTIONS(3660), [anon_sym_AMP_AMP] = ACTIONS(3662), - [anon_sym_PIPE_PIPE] = ACTIONS(3013), - [anon_sym_else] = ACTIONS(3011), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_PLUS_EQ] = ACTIONS(3013), - [anon_sym_DASH_EQ] = ACTIONS(3013), - [anon_sym_STAR_EQ] = ACTIONS(3013), - [anon_sym_SLASH_EQ] = ACTIONS(3013), - [anon_sym_PERCENT_EQ] = ACTIONS(3013), + [anon_sym_PIPE_PIPE] = ACTIONS(3664), + [anon_sym_else] = ACTIONS(3003), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_PLUS_EQ] = ACTIONS(3005), + [anon_sym_DASH_EQ] = ACTIONS(3005), + [anon_sym_STAR_EQ] = ACTIONS(3005), + [anon_sym_SLASH_EQ] = ACTIONS(3005), + [anon_sym_PERCENT_EQ] = ACTIONS(3005), [anon_sym_BANG_EQ] = ACTIONS(3666), [anon_sym_BANG_EQ_EQ] = ACTIONS(3668), [anon_sym_EQ_EQ] = ACTIONS(3666), @@ -182268,816 +183882,516 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_EQ] = ACTIONS(3670), [anon_sym_GT_EQ] = ACTIONS(3670), [anon_sym_BANGin] = ACTIONS(3672), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), [anon_sym_PLUS] = ACTIONS(3674), [anon_sym_DASH] = ACTIONS(3674), [anon_sym_SLASH] = ACTIONS(3654), [anon_sym_PERCENT] = ACTIONS(3654), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), - [anon_sym_suspend] = ACTIONS(3011), - [anon_sym_sealed] = ACTIONS(3011), - [anon_sym_annotation] = ACTIONS(3011), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), + [anon_sym_suspend] = ACTIONS(3003), + [anon_sym_sealed] = ACTIONS(3003), + [anon_sym_annotation] = ACTIONS(3003), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3011), - [anon_sym_lateinit] = ACTIONS(3011), - [anon_sym_public] = ACTIONS(3011), - [anon_sym_private] = ACTIONS(3011), - [anon_sym_internal] = ACTIONS(3011), - [anon_sym_protected] = ACTIONS(3011), - [anon_sym_tailrec] = ACTIONS(3011), - [anon_sym_operator] = ACTIONS(3011), - [anon_sym_infix] = ACTIONS(3011), - [anon_sym_inline] = ACTIONS(3011), - [anon_sym_external] = ACTIONS(3011), - [sym_property_modifier] = ACTIONS(3011), - [anon_sym_abstract] = ACTIONS(3011), - [anon_sym_final] = ACTIONS(3011), - [anon_sym_open] = ACTIONS(3011), - [anon_sym_vararg] = ACTIONS(3011), - [anon_sym_noinline] = ACTIONS(3011), - [anon_sym_crossinline] = ACTIONS(3011), + [anon_sym_override] = ACTIONS(3003), + [anon_sym_lateinit] = ACTIONS(3003), + [anon_sym_public] = ACTIONS(3003), + [anon_sym_private] = ACTIONS(3003), + [anon_sym_internal] = ACTIONS(3003), + [anon_sym_protected] = ACTIONS(3003), + [anon_sym_tailrec] = ACTIONS(3003), + [anon_sym_operator] = ACTIONS(3003), + [anon_sym_infix] = ACTIONS(3003), + [anon_sym_inline] = ACTIONS(3003), + [anon_sym_external] = ACTIONS(3003), + [sym_property_modifier] = ACTIONS(3003), + [anon_sym_abstract] = ACTIONS(3003), + [anon_sym_final] = ACTIONS(3003), + [anon_sym_open] = ACTIONS(3003), + [anon_sym_vararg] = ACTIONS(3003), + [anon_sym_noinline] = ACTIONS(3003), + [anon_sym_crossinline] = ACTIONS(3003), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), + [sym_safe_nav] = ACTIONS(3420), [sym_multiline_comment] = ACTIONS(3), }, - [1304] = { - [sym_function_body] = STATE(1157), - [sym__block] = STATE(1128), - [sym__alpha_identifier] = ACTIONS(4326), - [anon_sym_AT] = ACTIONS(4328), - [anon_sym_LBRACK] = ACTIONS(4328), - [anon_sym_as] = ACTIONS(4326), - [anon_sym_EQ] = ACTIONS(5103), - [anon_sym_LBRACE] = ACTIONS(4081), - [anon_sym_RBRACE] = ACTIONS(4328), - [anon_sym_LPAREN] = ACTIONS(4328), - [anon_sym_COMMA] = ACTIONS(4328), - [anon_sym_LT] = ACTIONS(4326), - [anon_sym_GT] = ACTIONS(4326), - [anon_sym_where] = ACTIONS(4326), - [anon_sym_object] = ACTIONS(4326), - [anon_sym_fun] = ACTIONS(4326), - [anon_sym_DOT] = ACTIONS(4326), - [anon_sym_SEMI] = ACTIONS(4328), - [anon_sym_get] = ACTIONS(4326), - [anon_sym_set] = ACTIONS(4326), - [anon_sym_this] = ACTIONS(4326), - [anon_sym_super] = ACTIONS(4326), - [anon_sym_STAR] = ACTIONS(4328), - [sym_label] = ACTIONS(4326), - [anon_sym_in] = ACTIONS(4326), - [anon_sym_DOT_DOT] = ACTIONS(4328), - [anon_sym_QMARK_COLON] = ACTIONS(4328), - [anon_sym_AMP_AMP] = ACTIONS(4328), - [anon_sym_PIPE_PIPE] = ACTIONS(4328), - [anon_sym_null] = ACTIONS(4326), - [anon_sym_if] = ACTIONS(4326), - [anon_sym_else] = ACTIONS(4326), - [anon_sym_when] = ACTIONS(4326), - [anon_sym_try] = ACTIONS(4326), - [anon_sym_throw] = ACTIONS(4326), - [anon_sym_return] = ACTIONS(4326), - [anon_sym_continue] = ACTIONS(4326), - [anon_sym_break] = ACTIONS(4326), - [anon_sym_COLON_COLON] = ACTIONS(4328), - [anon_sym_BANG_EQ] = ACTIONS(4326), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4328), - [anon_sym_EQ_EQ] = ACTIONS(4326), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4328), - [anon_sym_LT_EQ] = ACTIONS(4328), - [anon_sym_GT_EQ] = ACTIONS(4328), - [anon_sym_BANGin] = ACTIONS(4328), - [anon_sym_is] = ACTIONS(4326), - [anon_sym_BANGis] = ACTIONS(4328), - [anon_sym_PLUS] = ACTIONS(4326), - [anon_sym_DASH] = ACTIONS(4326), - [anon_sym_SLASH] = ACTIONS(4326), - [anon_sym_PERCENT] = ACTIONS(4328), - [anon_sym_as_QMARK] = ACTIONS(4328), - [anon_sym_PLUS_PLUS] = ACTIONS(4328), - [anon_sym_DASH_DASH] = ACTIONS(4328), - [anon_sym_BANG] = ACTIONS(4326), - [anon_sym_BANG_BANG] = ACTIONS(4328), - [anon_sym_suspend] = ACTIONS(4326), - [anon_sym_sealed] = ACTIONS(4326), - [anon_sym_annotation] = ACTIONS(4326), - [anon_sym_data] = ACTIONS(4326), - [anon_sym_inner] = ACTIONS(4326), - [anon_sym_override] = ACTIONS(4326), - [anon_sym_lateinit] = ACTIONS(4326), - [anon_sym_public] = ACTIONS(4326), - [anon_sym_private] = ACTIONS(4326), - [anon_sym_internal] = ACTIONS(4326), - [anon_sym_protected] = ACTIONS(4326), - [anon_sym_tailrec] = ACTIONS(4326), - [anon_sym_operator] = ACTIONS(4326), - [anon_sym_infix] = ACTIONS(4326), - [anon_sym_inline] = ACTIONS(4326), - [anon_sym_external] = ACTIONS(4326), - [sym_property_modifier] = ACTIONS(4326), - [anon_sym_abstract] = ACTIONS(4326), - [anon_sym_final] = ACTIONS(4326), - [anon_sym_open] = ACTIONS(4326), - [anon_sym_vararg] = ACTIONS(4326), - [anon_sym_noinline] = ACTIONS(4326), - [anon_sym_crossinline] = ACTIONS(4326), - [anon_sym_expect] = ACTIONS(4326), - [anon_sym_actual] = ACTIONS(4326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4328), - [anon_sym_continue_AT] = ACTIONS(4328), - [anon_sym_break_AT] = ACTIONS(4328), - [sym_real_literal] = ACTIONS(4328), - [sym_integer_literal] = ACTIONS(4326), - [sym_hex_literal] = ACTIONS(4328), - [sym_bin_literal] = ACTIONS(4328), - [anon_sym_true] = ACTIONS(4326), - [anon_sym_false] = ACTIONS(4326), - [anon_sym_SQUOTE] = ACTIONS(4328), - [sym__backtick_identifier] = ACTIONS(4328), - [sym__automatic_semicolon] = ACTIONS(4328), - [sym_safe_nav] = ACTIONS(4328), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4328), - }, - [1305] = { - [sym_function_body] = STATE(1171), - [sym__block] = STATE(1128), - [sym__alpha_identifier] = ACTIONS(4181), - [anon_sym_AT] = ACTIONS(4183), - [anon_sym_LBRACK] = ACTIONS(4183), - [anon_sym_as] = ACTIONS(4181), - [anon_sym_EQ] = ACTIONS(5103), - [anon_sym_LBRACE] = ACTIONS(4081), - [anon_sym_RBRACE] = ACTIONS(4183), - [anon_sym_LPAREN] = ACTIONS(4183), - [anon_sym_COMMA] = ACTIONS(4183), - [anon_sym_LT] = ACTIONS(4181), - [anon_sym_GT] = ACTIONS(4181), - [anon_sym_where] = ACTIONS(4181), - [anon_sym_object] = ACTIONS(4181), - [anon_sym_fun] = ACTIONS(4181), - [anon_sym_DOT] = ACTIONS(4181), - [anon_sym_SEMI] = ACTIONS(4183), - [anon_sym_get] = ACTIONS(4181), - [anon_sym_set] = ACTIONS(4181), - [anon_sym_this] = ACTIONS(4181), - [anon_sym_super] = ACTIONS(4181), - [anon_sym_STAR] = ACTIONS(4183), - [sym_label] = ACTIONS(4181), - [anon_sym_in] = ACTIONS(4181), - [anon_sym_DOT_DOT] = ACTIONS(4183), - [anon_sym_QMARK_COLON] = ACTIONS(4183), - [anon_sym_AMP_AMP] = ACTIONS(4183), - [anon_sym_PIPE_PIPE] = ACTIONS(4183), - [anon_sym_null] = ACTIONS(4181), - [anon_sym_if] = ACTIONS(4181), - [anon_sym_else] = ACTIONS(4181), - [anon_sym_when] = ACTIONS(4181), - [anon_sym_try] = ACTIONS(4181), - [anon_sym_throw] = ACTIONS(4181), - [anon_sym_return] = ACTIONS(4181), - [anon_sym_continue] = ACTIONS(4181), - [anon_sym_break] = ACTIONS(4181), - [anon_sym_COLON_COLON] = ACTIONS(4183), - [anon_sym_BANG_EQ] = ACTIONS(4181), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4183), - [anon_sym_EQ_EQ] = ACTIONS(4181), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4183), - [anon_sym_LT_EQ] = ACTIONS(4183), - [anon_sym_GT_EQ] = ACTIONS(4183), - [anon_sym_BANGin] = ACTIONS(4183), - [anon_sym_is] = ACTIONS(4181), - [anon_sym_BANGis] = ACTIONS(4183), - [anon_sym_PLUS] = ACTIONS(4181), - [anon_sym_DASH] = ACTIONS(4181), - [anon_sym_SLASH] = ACTIONS(4181), - [anon_sym_PERCENT] = ACTIONS(4183), - [anon_sym_as_QMARK] = ACTIONS(4183), - [anon_sym_PLUS_PLUS] = ACTIONS(4183), - [anon_sym_DASH_DASH] = ACTIONS(4183), - [anon_sym_BANG] = ACTIONS(4181), - [anon_sym_BANG_BANG] = ACTIONS(4183), - [anon_sym_suspend] = ACTIONS(4181), - [anon_sym_sealed] = ACTIONS(4181), - [anon_sym_annotation] = ACTIONS(4181), - [anon_sym_data] = ACTIONS(4181), - [anon_sym_inner] = ACTIONS(4181), - [anon_sym_override] = ACTIONS(4181), - [anon_sym_lateinit] = ACTIONS(4181), - [anon_sym_public] = ACTIONS(4181), - [anon_sym_private] = ACTIONS(4181), - [anon_sym_internal] = ACTIONS(4181), - [anon_sym_protected] = ACTIONS(4181), - [anon_sym_tailrec] = ACTIONS(4181), - [anon_sym_operator] = ACTIONS(4181), - [anon_sym_infix] = ACTIONS(4181), - [anon_sym_inline] = ACTIONS(4181), - [anon_sym_external] = ACTIONS(4181), - [sym_property_modifier] = ACTIONS(4181), - [anon_sym_abstract] = ACTIONS(4181), - [anon_sym_final] = ACTIONS(4181), - [anon_sym_open] = ACTIONS(4181), - [anon_sym_vararg] = ACTIONS(4181), - [anon_sym_noinline] = ACTIONS(4181), - [anon_sym_crossinline] = ACTIONS(4181), - [anon_sym_expect] = ACTIONS(4181), - [anon_sym_actual] = ACTIONS(4181), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4183), - [anon_sym_continue_AT] = ACTIONS(4183), - [anon_sym_break_AT] = ACTIONS(4183), - [sym_real_literal] = ACTIONS(4183), - [sym_integer_literal] = ACTIONS(4181), - [sym_hex_literal] = ACTIONS(4183), - [sym_bin_literal] = ACTIONS(4183), - [anon_sym_true] = ACTIONS(4181), - [anon_sym_false] = ACTIONS(4181), - [anon_sym_SQUOTE] = ACTIONS(4183), - [sym__backtick_identifier] = ACTIONS(4183), - [sym__automatic_semicolon] = ACTIONS(4183), - [sym_safe_nav] = ACTIONS(4183), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4183), - }, - [1306] = { - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(2177), - [sym__comparison_operator] = STATE(2176), - [sym__in_operator] = STATE(2172), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(2170), - [sym__multiplicative_operator] = STATE(2169), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_annotation] = STATE(7845), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2168), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_EQ] = ACTIONS(3090), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(3092), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_RPAREN] = ACTIONS(3092), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3646), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(3092), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(3654), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(3656), - [anon_sym_while] = ACTIONS(3090), - [anon_sym_DOT_DOT] = ACTIONS(3658), - [anon_sym_QMARK_COLON] = ACTIONS(3660), - [anon_sym_AMP_AMP] = ACTIONS(3662), - [anon_sym_PIPE_PIPE] = ACTIONS(3664), - [anon_sym_else] = ACTIONS(3090), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_PLUS_EQ] = ACTIONS(3092), - [anon_sym_DASH_EQ] = ACTIONS(3092), - [anon_sym_STAR_EQ] = ACTIONS(3092), - [anon_sym_SLASH_EQ] = ACTIONS(3092), - [anon_sym_PERCENT_EQ] = ACTIONS(3092), - [anon_sym_BANG_EQ] = ACTIONS(3666), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3668), - [anon_sym_EQ_EQ] = ACTIONS(3666), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3668), - [anon_sym_LT_EQ] = ACTIONS(3670), - [anon_sym_GT_EQ] = ACTIONS(3670), - [anon_sym_BANGin] = ACTIONS(3672), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), - [anon_sym_PLUS] = ACTIONS(3674), - [anon_sym_DASH] = ACTIONS(3674), - [anon_sym_SLASH] = ACTIONS(3654), - [anon_sym_PERCENT] = ACTIONS(3654), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), - [anon_sym_suspend] = ACTIONS(3090), - [anon_sym_sealed] = ACTIONS(3090), - [anon_sym_annotation] = ACTIONS(3090), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3090), - [anon_sym_lateinit] = ACTIONS(3090), - [anon_sym_public] = ACTIONS(3090), - [anon_sym_private] = ACTIONS(3090), - [anon_sym_internal] = ACTIONS(3090), - [anon_sym_protected] = ACTIONS(3090), - [anon_sym_tailrec] = ACTIONS(3090), - [anon_sym_operator] = ACTIONS(3090), - [anon_sym_infix] = ACTIONS(3090), - [anon_sym_inline] = ACTIONS(3090), - [anon_sym_external] = ACTIONS(3090), - [sym_property_modifier] = ACTIONS(3090), - [anon_sym_abstract] = ACTIONS(3090), - [anon_sym_final] = ACTIONS(3090), - [anon_sym_open] = ACTIONS(3090), - [anon_sym_vararg] = ACTIONS(3090), - [anon_sym_noinline] = ACTIONS(3090), - [anon_sym_crossinline] = ACTIONS(3090), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), - [sym_multiline_comment] = ACTIONS(3), - }, - [1307] = { - [sym_type_constraints] = STATE(1426), - [sym_function_body] = STATE(1127), - [sym__block] = STATE(1128), - [sym__alpha_identifier] = ACTIONS(4089), - [anon_sym_AT] = ACTIONS(4091), - [anon_sym_LBRACK] = ACTIONS(4091), - [anon_sym_as] = ACTIONS(4089), - [anon_sym_EQ] = ACTIONS(5183), - [anon_sym_LBRACE] = ACTIONS(4081), - [anon_sym_RBRACE] = ACTIONS(4091), - [anon_sym_LPAREN] = ACTIONS(4091), - [anon_sym_LT] = ACTIONS(4089), - [anon_sym_GT] = ACTIONS(4089), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(4089), - [anon_sym_fun] = ACTIONS(4089), - [anon_sym_DOT] = ACTIONS(4089), - [anon_sym_SEMI] = ACTIONS(4091), - [anon_sym_get] = ACTIONS(4089), - [anon_sym_set] = ACTIONS(4089), - [anon_sym_this] = ACTIONS(4089), - [anon_sym_super] = ACTIONS(4089), - [anon_sym_STAR] = ACTIONS(4091), - [sym_label] = ACTIONS(4089), - [anon_sym_in] = ACTIONS(4089), - [anon_sym_DOT_DOT] = ACTIONS(4091), - [anon_sym_QMARK_COLON] = ACTIONS(4091), - [anon_sym_AMP_AMP] = ACTIONS(4091), - [anon_sym_PIPE_PIPE] = ACTIONS(4091), - [anon_sym_null] = ACTIONS(4089), - [anon_sym_if] = ACTIONS(4089), - [anon_sym_else] = ACTIONS(4089), - [anon_sym_when] = ACTIONS(4089), - [anon_sym_try] = ACTIONS(4089), - [anon_sym_throw] = ACTIONS(4089), - [anon_sym_return] = ACTIONS(4089), - [anon_sym_continue] = ACTIONS(4089), - [anon_sym_break] = ACTIONS(4089), - [anon_sym_COLON_COLON] = ACTIONS(4091), - [anon_sym_BANG_EQ] = ACTIONS(4089), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4091), - [anon_sym_EQ_EQ] = ACTIONS(4089), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4091), - [anon_sym_LT_EQ] = ACTIONS(4091), - [anon_sym_GT_EQ] = ACTIONS(4091), - [anon_sym_BANGin] = ACTIONS(4091), - [anon_sym_is] = ACTIONS(4089), - [anon_sym_BANGis] = ACTIONS(4091), - [anon_sym_PLUS] = ACTIONS(4089), - [anon_sym_DASH] = ACTIONS(4089), - [anon_sym_SLASH] = ACTIONS(4089), - [anon_sym_PERCENT] = ACTIONS(4091), - [anon_sym_as_QMARK] = ACTIONS(4091), - [anon_sym_PLUS_PLUS] = ACTIONS(4091), - [anon_sym_DASH_DASH] = ACTIONS(4091), - [anon_sym_BANG] = ACTIONS(4089), - [anon_sym_BANG_BANG] = ACTIONS(4091), - [anon_sym_suspend] = ACTIONS(4089), - [anon_sym_sealed] = ACTIONS(4089), - [anon_sym_annotation] = ACTIONS(4089), - [anon_sym_data] = ACTIONS(4089), - [anon_sym_inner] = ACTIONS(4089), - [anon_sym_override] = ACTIONS(4089), - [anon_sym_lateinit] = ACTIONS(4089), - [anon_sym_public] = ACTIONS(4089), - [anon_sym_private] = ACTIONS(4089), - [anon_sym_internal] = ACTIONS(4089), - [anon_sym_protected] = ACTIONS(4089), - [anon_sym_tailrec] = ACTIONS(4089), - [anon_sym_operator] = ACTIONS(4089), - [anon_sym_infix] = ACTIONS(4089), - [anon_sym_inline] = ACTIONS(4089), - [anon_sym_external] = ACTIONS(4089), - [sym_property_modifier] = ACTIONS(4089), - [anon_sym_abstract] = ACTIONS(4089), - [anon_sym_final] = ACTIONS(4089), - [anon_sym_open] = ACTIONS(4089), - [anon_sym_vararg] = ACTIONS(4089), - [anon_sym_noinline] = ACTIONS(4089), - [anon_sym_crossinline] = ACTIONS(4089), - [anon_sym_expect] = ACTIONS(4089), - [anon_sym_actual] = ACTIONS(4089), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4091), - [anon_sym_continue_AT] = ACTIONS(4091), - [anon_sym_break_AT] = ACTIONS(4091), - [sym_real_literal] = ACTIONS(4091), - [sym_integer_literal] = ACTIONS(4089), - [sym_hex_literal] = ACTIONS(4091), - [sym_bin_literal] = ACTIONS(4091), - [anon_sym_true] = ACTIONS(4089), - [anon_sym_false] = ACTIONS(4089), - [anon_sym_SQUOTE] = ACTIONS(4091), - [sym__backtick_identifier] = ACTIONS(4091), - [sym__automatic_semicolon] = ACTIONS(4091), - [sym_safe_nav] = ACTIONS(4091), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4091), + [1319] = { + [sym_function_body] = STATE(1179), + [sym__block] = STATE(1087), + [sym__alpha_identifier] = ACTIONS(4085), + [anon_sym_AT] = ACTIONS(4087), + [anon_sym_LBRACK] = ACTIONS(4087), + [anon_sym_as] = ACTIONS(4085), + [anon_sym_EQ] = ACTIONS(5149), + [anon_sym_LBRACE] = ACTIONS(4039), + [anon_sym_RBRACE] = ACTIONS(4087), + [anon_sym_LPAREN] = ACTIONS(4087), + [anon_sym_COMMA] = ACTIONS(4087), + [anon_sym_LT] = ACTIONS(4085), + [anon_sym_GT] = ACTIONS(4085), + [anon_sym_where] = ACTIONS(4085), + [anon_sym_object] = ACTIONS(4085), + [anon_sym_fun] = ACTIONS(4085), + [anon_sym_DOT] = ACTIONS(4085), + [anon_sym_SEMI] = ACTIONS(4087), + [anon_sym_get] = ACTIONS(4085), + [anon_sym_set] = ACTIONS(4085), + [anon_sym_this] = ACTIONS(4085), + [anon_sym_super] = ACTIONS(4085), + [anon_sym_STAR] = ACTIONS(4087), + [sym_label] = ACTIONS(4085), + [anon_sym_in] = ACTIONS(4085), + [anon_sym_DOT_DOT] = ACTIONS(4087), + [anon_sym_QMARK_COLON] = ACTIONS(4087), + [anon_sym_AMP_AMP] = ACTIONS(4087), + [anon_sym_PIPE_PIPE] = ACTIONS(4087), + [anon_sym_null] = ACTIONS(4085), + [anon_sym_if] = ACTIONS(4085), + [anon_sym_else] = ACTIONS(4085), + [anon_sym_when] = ACTIONS(4085), + [anon_sym_try] = ACTIONS(4085), + [anon_sym_throw] = ACTIONS(4085), + [anon_sym_return] = ACTIONS(4085), + [anon_sym_continue] = ACTIONS(4085), + [anon_sym_break] = ACTIONS(4085), + [anon_sym_COLON_COLON] = ACTIONS(4087), + [anon_sym_BANG_EQ] = ACTIONS(4085), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4087), + [anon_sym_EQ_EQ] = ACTIONS(4085), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4087), + [anon_sym_LT_EQ] = ACTIONS(4087), + [anon_sym_GT_EQ] = ACTIONS(4087), + [anon_sym_BANGin] = ACTIONS(4087), + [anon_sym_is] = ACTIONS(4085), + [anon_sym_BANGis] = ACTIONS(4087), + [anon_sym_PLUS] = ACTIONS(4085), + [anon_sym_DASH] = ACTIONS(4085), + [anon_sym_SLASH] = ACTIONS(4085), + [anon_sym_PERCENT] = ACTIONS(4087), + [anon_sym_as_QMARK] = ACTIONS(4087), + [anon_sym_PLUS_PLUS] = ACTIONS(4087), + [anon_sym_DASH_DASH] = ACTIONS(4087), + [anon_sym_BANG] = ACTIONS(4085), + [anon_sym_BANG_BANG] = ACTIONS(4087), + [anon_sym_suspend] = ACTIONS(4085), + [anon_sym_sealed] = ACTIONS(4085), + [anon_sym_annotation] = ACTIONS(4085), + [anon_sym_data] = ACTIONS(4085), + [anon_sym_inner] = ACTIONS(4085), + [anon_sym_override] = ACTIONS(4085), + [anon_sym_lateinit] = ACTIONS(4085), + [anon_sym_public] = ACTIONS(4085), + [anon_sym_private] = ACTIONS(4085), + [anon_sym_internal] = ACTIONS(4085), + [anon_sym_protected] = ACTIONS(4085), + [anon_sym_tailrec] = ACTIONS(4085), + [anon_sym_operator] = ACTIONS(4085), + [anon_sym_infix] = ACTIONS(4085), + [anon_sym_inline] = ACTIONS(4085), + [anon_sym_external] = ACTIONS(4085), + [sym_property_modifier] = ACTIONS(4085), + [anon_sym_abstract] = ACTIONS(4085), + [anon_sym_final] = ACTIONS(4085), + [anon_sym_open] = ACTIONS(4085), + [anon_sym_vararg] = ACTIONS(4085), + [anon_sym_noinline] = ACTIONS(4085), + [anon_sym_crossinline] = ACTIONS(4085), + [anon_sym_expect] = ACTIONS(4085), + [anon_sym_actual] = ACTIONS(4085), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4087), + [anon_sym_continue_AT] = ACTIONS(4087), + [anon_sym_break_AT] = ACTIONS(4087), + [sym_real_literal] = ACTIONS(4087), + [sym_integer_literal] = ACTIONS(4085), + [sym_hex_literal] = ACTIONS(4087), + [sym_bin_literal] = ACTIONS(4087), + [anon_sym_true] = ACTIONS(4085), + [anon_sym_false] = ACTIONS(4085), + [anon_sym_SQUOTE] = ACTIONS(4087), + [sym__backtick_identifier] = ACTIONS(4087), + [sym__automatic_semicolon] = ACTIONS(4087), + [sym_safe_nav] = ACTIONS(4087), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4087), }, - [1308] = { - [sym_type_constraints] = STATE(1013), - [sym_enum_class_body] = STATE(1076), - [sym__alpha_identifier] = ACTIONS(3190), - [anon_sym_AT] = ACTIONS(3194), - [anon_sym_COLON] = ACTIONS(3450), - [anon_sym_LBRACK] = ACTIONS(3194), - [anon_sym_as] = ACTIONS(3190), - [anon_sym_LBRACE] = ACTIONS(3144), - [anon_sym_RBRACE] = ACTIONS(3194), - [anon_sym_LPAREN] = ACTIONS(3194), - [anon_sym_COMMA] = ACTIONS(3194), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3190), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(3190), - [anon_sym_fun] = ACTIONS(3190), - [anon_sym_DOT] = ACTIONS(3190), - [anon_sym_SEMI] = ACTIONS(3194), - [anon_sym_get] = ACTIONS(3190), - [anon_sym_set] = ACTIONS(3190), - [anon_sym_this] = ACTIONS(3190), - [anon_sym_super] = ACTIONS(3190), - [anon_sym_STAR] = ACTIONS(3194), - [sym_label] = ACTIONS(3190), - [anon_sym_in] = ACTIONS(3190), - [anon_sym_DOT_DOT] = ACTIONS(3194), - [anon_sym_QMARK_COLON] = ACTIONS(3194), - [anon_sym_AMP_AMP] = ACTIONS(3194), - [anon_sym_PIPE_PIPE] = ACTIONS(3194), - [anon_sym_null] = ACTIONS(3190), - [anon_sym_if] = ACTIONS(3190), - [anon_sym_else] = ACTIONS(3190), - [anon_sym_when] = ACTIONS(3190), - [anon_sym_try] = ACTIONS(3190), - [anon_sym_throw] = ACTIONS(3190), - [anon_sym_return] = ACTIONS(3190), - [anon_sym_continue] = ACTIONS(3190), - [anon_sym_break] = ACTIONS(3190), - [anon_sym_COLON_COLON] = ACTIONS(3194), - [anon_sym_BANG_EQ] = ACTIONS(3190), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3194), - [anon_sym_EQ_EQ] = ACTIONS(3190), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3194), - [anon_sym_LT_EQ] = ACTIONS(3194), - [anon_sym_GT_EQ] = ACTIONS(3194), - [anon_sym_BANGin] = ACTIONS(3194), - [anon_sym_is] = ACTIONS(3190), - [anon_sym_BANGis] = ACTIONS(3194), - [anon_sym_PLUS] = ACTIONS(3190), - [anon_sym_DASH] = ACTIONS(3190), - [anon_sym_SLASH] = ACTIONS(3190), - [anon_sym_PERCENT] = ACTIONS(3194), - [anon_sym_as_QMARK] = ACTIONS(3194), - [anon_sym_PLUS_PLUS] = ACTIONS(3194), - [anon_sym_DASH_DASH] = ACTIONS(3194), - [anon_sym_BANG] = ACTIONS(3190), - [anon_sym_BANG_BANG] = ACTIONS(3194), - [anon_sym_suspend] = ACTIONS(3190), - [anon_sym_sealed] = ACTIONS(3190), - [anon_sym_annotation] = ACTIONS(3190), - [anon_sym_data] = ACTIONS(3190), - [anon_sym_inner] = ACTIONS(3190), - [anon_sym_override] = ACTIONS(3190), - [anon_sym_lateinit] = ACTIONS(3190), - [anon_sym_public] = ACTIONS(3190), - [anon_sym_private] = ACTIONS(3190), - [anon_sym_internal] = ACTIONS(3190), - [anon_sym_protected] = ACTIONS(3190), - [anon_sym_tailrec] = ACTIONS(3190), - [anon_sym_operator] = ACTIONS(3190), - [anon_sym_infix] = ACTIONS(3190), - [anon_sym_inline] = ACTIONS(3190), - [anon_sym_external] = ACTIONS(3190), - [sym_property_modifier] = ACTIONS(3190), - [anon_sym_abstract] = ACTIONS(3190), - [anon_sym_final] = ACTIONS(3190), - [anon_sym_open] = ACTIONS(3190), - [anon_sym_vararg] = ACTIONS(3190), - [anon_sym_noinline] = ACTIONS(3190), - [anon_sym_crossinline] = ACTIONS(3190), - [anon_sym_expect] = ACTIONS(3190), - [anon_sym_actual] = ACTIONS(3190), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3194), - [anon_sym_continue_AT] = ACTIONS(3194), - [anon_sym_break_AT] = ACTIONS(3194), - [sym_real_literal] = ACTIONS(3194), - [sym_integer_literal] = ACTIONS(3190), - [sym_hex_literal] = ACTIONS(3194), - [sym_bin_literal] = ACTIONS(3194), - [anon_sym_true] = ACTIONS(3190), - [anon_sym_false] = ACTIONS(3190), - [anon_sym_SQUOTE] = ACTIONS(3194), - [sym__backtick_identifier] = ACTIONS(3194), - [sym__automatic_semicolon] = ACTIONS(3194), - [sym_safe_nav] = ACTIONS(3194), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3194), + [1320] = { + [sym_function_body] = STATE(1201), + [sym__block] = STATE(1087), + [sym__alpha_identifier] = ACTIONS(4047), + [anon_sym_AT] = ACTIONS(4049), + [anon_sym_LBRACK] = ACTIONS(4049), + [anon_sym_as] = ACTIONS(4047), + [anon_sym_EQ] = ACTIONS(5149), + [anon_sym_LBRACE] = ACTIONS(4039), + [anon_sym_RBRACE] = ACTIONS(4049), + [anon_sym_LPAREN] = ACTIONS(4049), + [anon_sym_COMMA] = ACTIONS(4049), + [anon_sym_LT] = ACTIONS(4047), + [anon_sym_GT] = ACTIONS(4047), + [anon_sym_where] = ACTIONS(4047), + [anon_sym_object] = ACTIONS(4047), + [anon_sym_fun] = ACTIONS(4047), + [anon_sym_DOT] = ACTIONS(4047), + [anon_sym_SEMI] = ACTIONS(4049), + [anon_sym_get] = ACTIONS(4047), + [anon_sym_set] = ACTIONS(4047), + [anon_sym_this] = ACTIONS(4047), + [anon_sym_super] = ACTIONS(4047), + [anon_sym_STAR] = ACTIONS(4049), + [sym_label] = ACTIONS(4047), + [anon_sym_in] = ACTIONS(4047), + [anon_sym_DOT_DOT] = ACTIONS(4049), + [anon_sym_QMARK_COLON] = ACTIONS(4049), + [anon_sym_AMP_AMP] = ACTIONS(4049), + [anon_sym_PIPE_PIPE] = ACTIONS(4049), + [anon_sym_null] = ACTIONS(4047), + [anon_sym_if] = ACTIONS(4047), + [anon_sym_else] = ACTIONS(4047), + [anon_sym_when] = ACTIONS(4047), + [anon_sym_try] = ACTIONS(4047), + [anon_sym_throw] = ACTIONS(4047), + [anon_sym_return] = ACTIONS(4047), + [anon_sym_continue] = ACTIONS(4047), + [anon_sym_break] = ACTIONS(4047), + [anon_sym_COLON_COLON] = ACTIONS(4049), + [anon_sym_BANG_EQ] = ACTIONS(4047), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4049), + [anon_sym_EQ_EQ] = ACTIONS(4047), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4049), + [anon_sym_LT_EQ] = ACTIONS(4049), + [anon_sym_GT_EQ] = ACTIONS(4049), + [anon_sym_BANGin] = ACTIONS(4049), + [anon_sym_is] = ACTIONS(4047), + [anon_sym_BANGis] = ACTIONS(4049), + [anon_sym_PLUS] = ACTIONS(4047), + [anon_sym_DASH] = ACTIONS(4047), + [anon_sym_SLASH] = ACTIONS(4047), + [anon_sym_PERCENT] = ACTIONS(4049), + [anon_sym_as_QMARK] = ACTIONS(4049), + [anon_sym_PLUS_PLUS] = ACTIONS(4049), + [anon_sym_DASH_DASH] = ACTIONS(4049), + [anon_sym_BANG] = ACTIONS(4047), + [anon_sym_BANG_BANG] = ACTIONS(4049), + [anon_sym_suspend] = ACTIONS(4047), + [anon_sym_sealed] = ACTIONS(4047), + [anon_sym_annotation] = ACTIONS(4047), + [anon_sym_data] = ACTIONS(4047), + [anon_sym_inner] = ACTIONS(4047), + [anon_sym_override] = ACTIONS(4047), + [anon_sym_lateinit] = ACTIONS(4047), + [anon_sym_public] = ACTIONS(4047), + [anon_sym_private] = ACTIONS(4047), + [anon_sym_internal] = ACTIONS(4047), + [anon_sym_protected] = ACTIONS(4047), + [anon_sym_tailrec] = ACTIONS(4047), + [anon_sym_operator] = ACTIONS(4047), + [anon_sym_infix] = ACTIONS(4047), + [anon_sym_inline] = ACTIONS(4047), + [anon_sym_external] = ACTIONS(4047), + [sym_property_modifier] = ACTIONS(4047), + [anon_sym_abstract] = ACTIONS(4047), + [anon_sym_final] = ACTIONS(4047), + [anon_sym_open] = ACTIONS(4047), + [anon_sym_vararg] = ACTIONS(4047), + [anon_sym_noinline] = ACTIONS(4047), + [anon_sym_crossinline] = ACTIONS(4047), + [anon_sym_expect] = ACTIONS(4047), + [anon_sym_actual] = ACTIONS(4047), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4049), + [anon_sym_continue_AT] = ACTIONS(4049), + [anon_sym_break_AT] = ACTIONS(4049), + [sym_real_literal] = ACTIONS(4049), + [sym_integer_literal] = ACTIONS(4047), + [sym_hex_literal] = ACTIONS(4049), + [sym_bin_literal] = ACTIONS(4049), + [anon_sym_true] = ACTIONS(4047), + [anon_sym_false] = ACTIONS(4047), + [anon_sym_SQUOTE] = ACTIONS(4049), + [sym__backtick_identifier] = ACTIONS(4049), + [sym__automatic_semicolon] = ACTIONS(4049), + [sym_safe_nav] = ACTIONS(4049), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4049), }, - [1309] = { - [sym_type_constraints] = STATE(1496), - [sym_function_body] = STATE(1166), - [sym__block] = STATE(1128), - [sym__alpha_identifier] = ACTIONS(4300), - [anon_sym_AT] = ACTIONS(4302), - [anon_sym_LBRACK] = ACTIONS(4302), - [anon_sym_as] = ACTIONS(4300), - [anon_sym_EQ] = ACTIONS(5183), - [anon_sym_LBRACE] = ACTIONS(4081), - [anon_sym_RBRACE] = ACTIONS(4302), - [anon_sym_LPAREN] = ACTIONS(4302), - [anon_sym_LT] = ACTIONS(4300), - [anon_sym_GT] = ACTIONS(4300), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(4300), - [anon_sym_fun] = ACTIONS(4300), - [anon_sym_DOT] = ACTIONS(4300), - [anon_sym_SEMI] = ACTIONS(4302), - [anon_sym_get] = ACTIONS(4300), - [anon_sym_set] = ACTIONS(4300), - [anon_sym_this] = ACTIONS(4300), - [anon_sym_super] = ACTIONS(4300), - [anon_sym_STAR] = ACTIONS(4302), - [sym_label] = ACTIONS(4300), - [anon_sym_in] = ACTIONS(4300), - [anon_sym_DOT_DOT] = ACTIONS(4302), - [anon_sym_QMARK_COLON] = ACTIONS(4302), - [anon_sym_AMP_AMP] = ACTIONS(4302), - [anon_sym_PIPE_PIPE] = ACTIONS(4302), - [anon_sym_null] = ACTIONS(4300), - [anon_sym_if] = ACTIONS(4300), - [anon_sym_else] = ACTIONS(4300), - [anon_sym_when] = ACTIONS(4300), - [anon_sym_try] = ACTIONS(4300), - [anon_sym_throw] = ACTIONS(4300), - [anon_sym_return] = ACTIONS(4300), - [anon_sym_continue] = ACTIONS(4300), - [anon_sym_break] = ACTIONS(4300), - [anon_sym_COLON_COLON] = ACTIONS(4302), - [anon_sym_BANG_EQ] = ACTIONS(4300), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4302), - [anon_sym_EQ_EQ] = ACTIONS(4300), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4302), - [anon_sym_LT_EQ] = ACTIONS(4302), - [anon_sym_GT_EQ] = ACTIONS(4302), - [anon_sym_BANGin] = ACTIONS(4302), - [anon_sym_is] = ACTIONS(4300), - [anon_sym_BANGis] = ACTIONS(4302), - [anon_sym_PLUS] = ACTIONS(4300), - [anon_sym_DASH] = ACTIONS(4300), - [anon_sym_SLASH] = ACTIONS(4300), - [anon_sym_PERCENT] = ACTIONS(4302), - [anon_sym_as_QMARK] = ACTIONS(4302), - [anon_sym_PLUS_PLUS] = ACTIONS(4302), - [anon_sym_DASH_DASH] = ACTIONS(4302), - [anon_sym_BANG] = ACTIONS(4300), - [anon_sym_BANG_BANG] = ACTIONS(4302), - [anon_sym_suspend] = ACTIONS(4300), - [anon_sym_sealed] = ACTIONS(4300), - [anon_sym_annotation] = ACTIONS(4300), - [anon_sym_data] = ACTIONS(4300), - [anon_sym_inner] = ACTIONS(4300), - [anon_sym_override] = ACTIONS(4300), - [anon_sym_lateinit] = ACTIONS(4300), - [anon_sym_public] = ACTIONS(4300), - [anon_sym_private] = ACTIONS(4300), - [anon_sym_internal] = ACTIONS(4300), - [anon_sym_protected] = ACTIONS(4300), - [anon_sym_tailrec] = ACTIONS(4300), - [anon_sym_operator] = ACTIONS(4300), - [anon_sym_infix] = ACTIONS(4300), - [anon_sym_inline] = ACTIONS(4300), - [anon_sym_external] = ACTIONS(4300), - [sym_property_modifier] = ACTIONS(4300), - [anon_sym_abstract] = ACTIONS(4300), - [anon_sym_final] = ACTIONS(4300), - [anon_sym_open] = ACTIONS(4300), - [anon_sym_vararg] = ACTIONS(4300), - [anon_sym_noinline] = ACTIONS(4300), - [anon_sym_crossinline] = ACTIONS(4300), - [anon_sym_expect] = ACTIONS(4300), - [anon_sym_actual] = ACTIONS(4300), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4302), - [anon_sym_continue_AT] = ACTIONS(4302), - [anon_sym_break_AT] = ACTIONS(4302), - [sym_real_literal] = ACTIONS(4302), - [sym_integer_literal] = ACTIONS(4300), - [sym_hex_literal] = ACTIONS(4302), - [sym_bin_literal] = ACTIONS(4302), - [anon_sym_true] = ACTIONS(4300), - [anon_sym_false] = ACTIONS(4300), - [anon_sym_SQUOTE] = ACTIONS(4302), - [sym__backtick_identifier] = ACTIONS(4302), - [sym__automatic_semicolon] = ACTIONS(4302), - [sym_safe_nav] = ACTIONS(4302), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4302), + [1321] = { + [sym_type_constraints] = STATE(1460), + [sym_function_body] = STATE(1154), + [sym__block] = STATE(1087), + [sym__alpha_identifier] = ACTIONS(4031), + [anon_sym_AT] = ACTIONS(4033), + [anon_sym_LBRACK] = ACTIONS(4033), + [anon_sym_as] = ACTIONS(4031), + [anon_sym_EQ] = ACTIONS(5203), + [anon_sym_LBRACE] = ACTIONS(4039), + [anon_sym_RBRACE] = ACTIONS(4033), + [anon_sym_LPAREN] = ACTIONS(4033), + [anon_sym_LT] = ACTIONS(4031), + [anon_sym_GT] = ACTIONS(4031), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(4031), + [anon_sym_fun] = ACTIONS(4031), + [anon_sym_DOT] = ACTIONS(4031), + [anon_sym_SEMI] = ACTIONS(4033), + [anon_sym_get] = ACTIONS(4031), + [anon_sym_set] = ACTIONS(4031), + [anon_sym_this] = ACTIONS(4031), + [anon_sym_super] = ACTIONS(4031), + [anon_sym_STAR] = ACTIONS(4033), + [sym_label] = ACTIONS(4031), + [anon_sym_in] = ACTIONS(4031), + [anon_sym_DOT_DOT] = ACTIONS(4033), + [anon_sym_QMARK_COLON] = ACTIONS(4033), + [anon_sym_AMP_AMP] = ACTIONS(4033), + [anon_sym_PIPE_PIPE] = ACTIONS(4033), + [anon_sym_null] = ACTIONS(4031), + [anon_sym_if] = ACTIONS(4031), + [anon_sym_else] = ACTIONS(4031), + [anon_sym_when] = ACTIONS(4031), + [anon_sym_try] = ACTIONS(4031), + [anon_sym_throw] = ACTIONS(4031), + [anon_sym_return] = ACTIONS(4031), + [anon_sym_continue] = ACTIONS(4031), + [anon_sym_break] = ACTIONS(4031), + [anon_sym_COLON_COLON] = ACTIONS(4033), + [anon_sym_BANG_EQ] = ACTIONS(4031), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4033), + [anon_sym_EQ_EQ] = ACTIONS(4031), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4033), + [anon_sym_LT_EQ] = ACTIONS(4033), + [anon_sym_GT_EQ] = ACTIONS(4033), + [anon_sym_BANGin] = ACTIONS(4033), + [anon_sym_is] = ACTIONS(4031), + [anon_sym_BANGis] = ACTIONS(4033), + [anon_sym_PLUS] = ACTIONS(4031), + [anon_sym_DASH] = ACTIONS(4031), + [anon_sym_SLASH] = ACTIONS(4031), + [anon_sym_PERCENT] = ACTIONS(4033), + [anon_sym_as_QMARK] = ACTIONS(4033), + [anon_sym_PLUS_PLUS] = ACTIONS(4033), + [anon_sym_DASH_DASH] = ACTIONS(4033), + [anon_sym_BANG] = ACTIONS(4031), + [anon_sym_BANG_BANG] = ACTIONS(4033), + [anon_sym_suspend] = ACTIONS(4031), + [anon_sym_sealed] = ACTIONS(4031), + [anon_sym_annotation] = ACTIONS(4031), + [anon_sym_data] = ACTIONS(4031), + [anon_sym_inner] = ACTIONS(4031), + [anon_sym_override] = ACTIONS(4031), + [anon_sym_lateinit] = ACTIONS(4031), + [anon_sym_public] = ACTIONS(4031), + [anon_sym_private] = ACTIONS(4031), + [anon_sym_internal] = ACTIONS(4031), + [anon_sym_protected] = ACTIONS(4031), + [anon_sym_tailrec] = ACTIONS(4031), + [anon_sym_operator] = ACTIONS(4031), + [anon_sym_infix] = ACTIONS(4031), + [anon_sym_inline] = ACTIONS(4031), + [anon_sym_external] = ACTIONS(4031), + [sym_property_modifier] = ACTIONS(4031), + [anon_sym_abstract] = ACTIONS(4031), + [anon_sym_final] = ACTIONS(4031), + [anon_sym_open] = ACTIONS(4031), + [anon_sym_vararg] = ACTIONS(4031), + [anon_sym_noinline] = ACTIONS(4031), + [anon_sym_crossinline] = ACTIONS(4031), + [anon_sym_expect] = ACTIONS(4031), + [anon_sym_actual] = ACTIONS(4031), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4033), + [anon_sym_continue_AT] = ACTIONS(4033), + [anon_sym_break_AT] = ACTIONS(4033), + [sym_real_literal] = ACTIONS(4033), + [sym_integer_literal] = ACTIONS(4031), + [sym_hex_literal] = ACTIONS(4033), + [sym_bin_literal] = ACTIONS(4033), + [anon_sym_true] = ACTIONS(4031), + [anon_sym_false] = ACTIONS(4031), + [anon_sym_SQUOTE] = ACTIONS(4033), + [sym__backtick_identifier] = ACTIONS(4033), + [sym__automatic_semicolon] = ACTIONS(4033), + [sym_safe_nav] = ACTIONS(4033), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4033), }, - [1310] = { - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(2177), - [sym__comparison_operator] = STATE(2176), - [sym__in_operator] = STATE(2172), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(2170), - [sym__multiplicative_operator] = STATE(2169), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_annotation] = STATE(7845), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2168), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_EQ] = ACTIONS(2995), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(2997), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_RPAREN] = ACTIONS(2997), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3646), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(2997), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(3654), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(3656), - [anon_sym_while] = ACTIONS(2995), - [anon_sym_DOT_DOT] = ACTIONS(3658), - [anon_sym_QMARK_COLON] = ACTIONS(3660), - [anon_sym_AMP_AMP] = ACTIONS(2997), - [anon_sym_PIPE_PIPE] = ACTIONS(2997), - [anon_sym_else] = ACTIONS(2995), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_PLUS_EQ] = ACTIONS(2997), - [anon_sym_DASH_EQ] = ACTIONS(2997), - [anon_sym_STAR_EQ] = ACTIONS(2997), - [anon_sym_SLASH_EQ] = ACTIONS(2997), - [anon_sym_PERCENT_EQ] = ACTIONS(2997), - [anon_sym_BANG_EQ] = ACTIONS(2995), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2997), - [anon_sym_EQ_EQ] = ACTIONS(2995), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2997), - [anon_sym_LT_EQ] = ACTIONS(3670), - [anon_sym_GT_EQ] = ACTIONS(3670), - [anon_sym_BANGin] = ACTIONS(3672), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), - [anon_sym_PLUS] = ACTIONS(3674), - [anon_sym_DASH] = ACTIONS(3674), - [anon_sym_SLASH] = ACTIONS(3654), - [anon_sym_PERCENT] = ACTIONS(3654), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), - [anon_sym_suspend] = ACTIONS(2995), - [anon_sym_sealed] = ACTIONS(2995), - [anon_sym_annotation] = ACTIONS(2995), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(2995), - [anon_sym_lateinit] = ACTIONS(2995), - [anon_sym_public] = ACTIONS(2995), - [anon_sym_private] = ACTIONS(2995), - [anon_sym_internal] = ACTIONS(2995), - [anon_sym_protected] = ACTIONS(2995), - [anon_sym_tailrec] = ACTIONS(2995), - [anon_sym_operator] = ACTIONS(2995), - [anon_sym_infix] = ACTIONS(2995), - [anon_sym_inline] = ACTIONS(2995), - [anon_sym_external] = ACTIONS(2995), - [sym_property_modifier] = ACTIONS(2995), - [anon_sym_abstract] = ACTIONS(2995), - [anon_sym_final] = ACTIONS(2995), - [anon_sym_open] = ACTIONS(2995), - [anon_sym_vararg] = ACTIONS(2995), - [anon_sym_noinline] = ACTIONS(2995), - [anon_sym_crossinline] = ACTIONS(2995), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), + [1322] = { + [sym_function_body] = STATE(1183), + [sym__block] = STATE(1087), + [sym__alpha_identifier] = ACTIONS(4426), + [anon_sym_AT] = ACTIONS(4428), + [anon_sym_LBRACK] = ACTIONS(4428), + [anon_sym_as] = ACTIONS(4426), + [anon_sym_EQ] = ACTIONS(5149), + [anon_sym_LBRACE] = ACTIONS(4039), + [anon_sym_RBRACE] = ACTIONS(4428), + [anon_sym_LPAREN] = ACTIONS(4428), + [anon_sym_COMMA] = ACTIONS(4428), + [anon_sym_LT] = ACTIONS(4426), + [anon_sym_GT] = ACTIONS(4426), + [anon_sym_where] = ACTIONS(4426), + [anon_sym_object] = ACTIONS(4426), + [anon_sym_fun] = ACTIONS(4426), + [anon_sym_DOT] = ACTIONS(4426), + [anon_sym_SEMI] = ACTIONS(4428), + [anon_sym_get] = ACTIONS(4426), + [anon_sym_set] = ACTIONS(4426), + [anon_sym_this] = ACTIONS(4426), + [anon_sym_super] = ACTIONS(4426), + [anon_sym_STAR] = ACTIONS(4428), + [sym_label] = ACTIONS(4426), + [anon_sym_in] = ACTIONS(4426), + [anon_sym_DOT_DOT] = ACTIONS(4428), + [anon_sym_QMARK_COLON] = ACTIONS(4428), + [anon_sym_AMP_AMP] = ACTIONS(4428), + [anon_sym_PIPE_PIPE] = ACTIONS(4428), + [anon_sym_null] = ACTIONS(4426), + [anon_sym_if] = ACTIONS(4426), + [anon_sym_else] = ACTIONS(4426), + [anon_sym_when] = ACTIONS(4426), + [anon_sym_try] = ACTIONS(4426), + [anon_sym_throw] = ACTIONS(4426), + [anon_sym_return] = ACTIONS(4426), + [anon_sym_continue] = ACTIONS(4426), + [anon_sym_break] = ACTIONS(4426), + [anon_sym_COLON_COLON] = ACTIONS(4428), + [anon_sym_BANG_EQ] = ACTIONS(4426), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4428), + [anon_sym_EQ_EQ] = ACTIONS(4426), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4428), + [anon_sym_LT_EQ] = ACTIONS(4428), + [anon_sym_GT_EQ] = ACTIONS(4428), + [anon_sym_BANGin] = ACTIONS(4428), + [anon_sym_is] = ACTIONS(4426), + [anon_sym_BANGis] = ACTIONS(4428), + [anon_sym_PLUS] = ACTIONS(4426), + [anon_sym_DASH] = ACTIONS(4426), + [anon_sym_SLASH] = ACTIONS(4426), + [anon_sym_PERCENT] = ACTIONS(4428), + [anon_sym_as_QMARK] = ACTIONS(4428), + [anon_sym_PLUS_PLUS] = ACTIONS(4428), + [anon_sym_DASH_DASH] = ACTIONS(4428), + [anon_sym_BANG] = ACTIONS(4426), + [anon_sym_BANG_BANG] = ACTIONS(4428), + [anon_sym_suspend] = ACTIONS(4426), + [anon_sym_sealed] = ACTIONS(4426), + [anon_sym_annotation] = ACTIONS(4426), + [anon_sym_data] = ACTIONS(4426), + [anon_sym_inner] = ACTIONS(4426), + [anon_sym_override] = ACTIONS(4426), + [anon_sym_lateinit] = ACTIONS(4426), + [anon_sym_public] = ACTIONS(4426), + [anon_sym_private] = ACTIONS(4426), + [anon_sym_internal] = ACTIONS(4426), + [anon_sym_protected] = ACTIONS(4426), + [anon_sym_tailrec] = ACTIONS(4426), + [anon_sym_operator] = ACTIONS(4426), + [anon_sym_infix] = ACTIONS(4426), + [anon_sym_inline] = ACTIONS(4426), + [anon_sym_external] = ACTIONS(4426), + [sym_property_modifier] = ACTIONS(4426), + [anon_sym_abstract] = ACTIONS(4426), + [anon_sym_final] = ACTIONS(4426), + [anon_sym_open] = ACTIONS(4426), + [anon_sym_vararg] = ACTIONS(4426), + [anon_sym_noinline] = ACTIONS(4426), + [anon_sym_crossinline] = ACTIONS(4426), + [anon_sym_expect] = ACTIONS(4426), + [anon_sym_actual] = ACTIONS(4426), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), + [anon_sym_return_AT] = ACTIONS(4428), + [anon_sym_continue_AT] = ACTIONS(4428), + [anon_sym_break_AT] = ACTIONS(4428), + [sym_real_literal] = ACTIONS(4428), + [sym_integer_literal] = ACTIONS(4426), + [sym_hex_literal] = ACTIONS(4428), + [sym_bin_literal] = ACTIONS(4428), + [anon_sym_true] = ACTIONS(4426), + [anon_sym_false] = ACTIONS(4426), + [anon_sym_SQUOTE] = ACTIONS(4428), + [sym__backtick_identifier] = ACTIONS(4428), + [sym__automatic_semicolon] = ACTIONS(4428), + [sym_safe_nav] = ACTIONS(4428), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4428), }, - [1311] = { - [sym_type_constraints] = STATE(1374), - [sym_property_delegate] = STATE(1584), - [sym_getter] = STATE(3149), - [sym_setter] = STATE(3149), - [sym_modifiers] = STATE(8655), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), + [1323] = { + [sym_type_constraints] = STATE(1396), + [sym_property_delegate] = STATE(1562), + [sym_getter] = STATE(4715), + [sym_setter] = STATE(4715), + [sym_modifiers] = STATE(8670), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1694), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_RBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_EQ] = ACTIONS(5269), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_COMMA] = ACTIONS(1778), - [anon_sym_RPAREN] = ACTIONS(1778), - [anon_sym_by] = ACTIONS(5251), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(3384), - [anon_sym_get] = ACTIONS(5259), - [anon_sym_set] = ACTIONS(5261), - [anon_sym_STAR] = ACTIONS(1776), - [anon_sym_DASH_GT] = ACTIONS(1778), - [sym_label] = ACTIONS(1778), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_while] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_PLUS_EQ] = ACTIONS(1778), - [anon_sym_DASH_EQ] = ACTIONS(1778), - [anon_sym_STAR_EQ] = ACTIONS(1778), - [anon_sym_SLASH_EQ] = ACTIONS(1778), - [anon_sym_PERCENT_EQ] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1776), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG_BANG] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(1696), + [anon_sym_RBRACK] = ACTIONS(1696), + [anon_sym_as] = ACTIONS(1694), + [anon_sym_EQ] = ACTIONS(5287), + [anon_sym_LBRACE] = ACTIONS(1696), + [anon_sym_RBRACE] = ACTIONS(1696), + [anon_sym_LPAREN] = ACTIONS(1696), + [anon_sym_COMMA] = ACTIONS(1696), + [anon_sym_RPAREN] = ACTIONS(1696), + [anon_sym_by] = ACTIONS(5265), + [anon_sym_LT] = ACTIONS(1694), + [anon_sym_GT] = ACTIONS(1694), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(1694), + [anon_sym_SEMI] = ACTIONS(3474), + [anon_sym_get] = ACTIONS(5267), + [anon_sym_set] = ACTIONS(5269), + [anon_sym_STAR] = ACTIONS(1694), + [anon_sym_DASH_GT] = ACTIONS(1696), + [sym_label] = ACTIONS(1696), + [anon_sym_in] = ACTIONS(1694), + [anon_sym_while] = ACTIONS(1694), + [anon_sym_DOT_DOT] = ACTIONS(1696), + [anon_sym_QMARK_COLON] = ACTIONS(1696), + [anon_sym_AMP_AMP] = ACTIONS(1696), + [anon_sym_PIPE_PIPE] = ACTIONS(1696), + [anon_sym_else] = ACTIONS(1694), + [anon_sym_COLON_COLON] = ACTIONS(1696), + [anon_sym_PLUS_EQ] = ACTIONS(1696), + [anon_sym_DASH_EQ] = ACTIONS(1696), + [anon_sym_STAR_EQ] = ACTIONS(1696), + [anon_sym_SLASH_EQ] = ACTIONS(1696), + [anon_sym_PERCENT_EQ] = ACTIONS(1696), + [anon_sym_BANG_EQ] = ACTIONS(1694), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), + [anon_sym_EQ_EQ] = ACTIONS(1694), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), + [anon_sym_LT_EQ] = ACTIONS(1696), + [anon_sym_GT_EQ] = ACTIONS(1696), + [anon_sym_BANGin] = ACTIONS(1696), + [anon_sym_is] = ACTIONS(1694), + [anon_sym_BANGis] = ACTIONS(1696), + [anon_sym_PLUS] = ACTIONS(1694), + [anon_sym_DASH] = ACTIONS(1694), + [anon_sym_SLASH] = ACTIONS(1694), + [anon_sym_PERCENT] = ACTIONS(1694), + [anon_sym_as_QMARK] = ACTIONS(1696), + [anon_sym_PLUS_PLUS] = ACTIONS(1696), + [anon_sym_DASH_DASH] = ACTIONS(1696), + [anon_sym_BANG_BANG] = ACTIONS(1696), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -183101,1583 +184415,583 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), + [sym__backtick_identifier] = ACTIONS(1696), + [sym_safe_nav] = ACTIONS(1696), [sym_multiline_comment] = ACTIONS(3), }, - [1312] = { - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(2177), - [sym__comparison_operator] = STATE(2176), - [sym__in_operator] = STATE(2172), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(2170), - [sym__multiplicative_operator] = STATE(2169), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_annotation] = STATE(7845), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2168), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), + [1324] = { + [sym_function_body] = STATE(1150), + [sym__block] = STATE(1087), + [sym__alpha_identifier] = ACTIONS(4422), + [anon_sym_AT] = ACTIONS(4424), + [anon_sym_LBRACK] = ACTIONS(4424), + [anon_sym_as] = ACTIONS(4422), + [anon_sym_EQ] = ACTIONS(5149), + [anon_sym_LBRACE] = ACTIONS(4039), + [anon_sym_RBRACE] = ACTIONS(4424), + [anon_sym_LPAREN] = ACTIONS(4424), + [anon_sym_COMMA] = ACTIONS(4424), + [anon_sym_LT] = ACTIONS(4422), + [anon_sym_GT] = ACTIONS(4422), + [anon_sym_where] = ACTIONS(4422), + [anon_sym_object] = ACTIONS(4422), + [anon_sym_fun] = ACTIONS(4422), + [anon_sym_DOT] = ACTIONS(4422), + [anon_sym_SEMI] = ACTIONS(4424), + [anon_sym_get] = ACTIONS(4422), + [anon_sym_set] = ACTIONS(4422), + [anon_sym_this] = ACTIONS(4422), + [anon_sym_super] = ACTIONS(4422), + [anon_sym_STAR] = ACTIONS(4424), + [sym_label] = ACTIONS(4422), + [anon_sym_in] = ACTIONS(4422), + [anon_sym_DOT_DOT] = ACTIONS(4424), + [anon_sym_QMARK_COLON] = ACTIONS(4424), + [anon_sym_AMP_AMP] = ACTIONS(4424), + [anon_sym_PIPE_PIPE] = ACTIONS(4424), + [anon_sym_null] = ACTIONS(4422), + [anon_sym_if] = ACTIONS(4422), + [anon_sym_else] = ACTIONS(4422), + [anon_sym_when] = ACTIONS(4422), + [anon_sym_try] = ACTIONS(4422), + [anon_sym_throw] = ACTIONS(4422), + [anon_sym_return] = ACTIONS(4422), + [anon_sym_continue] = ACTIONS(4422), + [anon_sym_break] = ACTIONS(4422), + [anon_sym_COLON_COLON] = ACTIONS(4424), + [anon_sym_BANG_EQ] = ACTIONS(4422), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4424), + [anon_sym_EQ_EQ] = ACTIONS(4422), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4424), + [anon_sym_LT_EQ] = ACTIONS(4424), + [anon_sym_GT_EQ] = ACTIONS(4424), + [anon_sym_BANGin] = ACTIONS(4424), + [anon_sym_is] = ACTIONS(4422), + [anon_sym_BANGis] = ACTIONS(4424), + [anon_sym_PLUS] = ACTIONS(4422), + [anon_sym_DASH] = ACTIONS(4422), + [anon_sym_SLASH] = ACTIONS(4422), + [anon_sym_PERCENT] = ACTIONS(4424), + [anon_sym_as_QMARK] = ACTIONS(4424), + [anon_sym_PLUS_PLUS] = ACTIONS(4424), + [anon_sym_DASH_DASH] = ACTIONS(4424), + [anon_sym_BANG] = ACTIONS(4422), + [anon_sym_BANG_BANG] = ACTIONS(4424), + [anon_sym_suspend] = ACTIONS(4422), + [anon_sym_sealed] = ACTIONS(4422), + [anon_sym_annotation] = ACTIONS(4422), + [anon_sym_data] = ACTIONS(4422), + [anon_sym_inner] = ACTIONS(4422), + [anon_sym_override] = ACTIONS(4422), + [anon_sym_lateinit] = ACTIONS(4422), + [anon_sym_public] = ACTIONS(4422), + [anon_sym_private] = ACTIONS(4422), + [anon_sym_internal] = ACTIONS(4422), + [anon_sym_protected] = ACTIONS(4422), + [anon_sym_tailrec] = ACTIONS(4422), + [anon_sym_operator] = ACTIONS(4422), + [anon_sym_infix] = ACTIONS(4422), + [anon_sym_inline] = ACTIONS(4422), + [anon_sym_external] = ACTIONS(4422), + [sym_property_modifier] = ACTIONS(4422), + [anon_sym_abstract] = ACTIONS(4422), + [anon_sym_final] = ACTIONS(4422), + [anon_sym_open] = ACTIONS(4422), + [anon_sym_vararg] = ACTIONS(4422), + [anon_sym_noinline] = ACTIONS(4422), + [anon_sym_crossinline] = ACTIONS(4422), + [anon_sym_expect] = ACTIONS(4422), + [anon_sym_actual] = ACTIONS(4422), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4424), + [anon_sym_continue_AT] = ACTIONS(4424), + [anon_sym_break_AT] = ACTIONS(4424), + [sym_real_literal] = ACTIONS(4424), + [sym_integer_literal] = ACTIONS(4422), + [sym_hex_literal] = ACTIONS(4424), + [sym_bin_literal] = ACTIONS(4424), + [anon_sym_true] = ACTIONS(4422), + [anon_sym_false] = ACTIONS(4422), + [anon_sym_SQUOTE] = ACTIONS(4424), + [sym__backtick_identifier] = ACTIONS(4424), + [sym__automatic_semicolon] = ACTIONS(4424), + [sym_safe_nav] = ACTIONS(4424), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4424), + }, + [1325] = { + [sym_function_body] = STATE(1123), + [sym__block] = STATE(1087), + [sym__alpha_identifier] = ACTIONS(4210), + [anon_sym_AT] = ACTIONS(4212), + [anon_sym_LBRACK] = ACTIONS(4212), + [anon_sym_as] = ACTIONS(4210), + [anon_sym_EQ] = ACTIONS(5149), + [anon_sym_LBRACE] = ACTIONS(4039), + [anon_sym_RBRACE] = ACTIONS(4212), + [anon_sym_LPAREN] = ACTIONS(4212), + [anon_sym_COMMA] = ACTIONS(4212), + [anon_sym_LT] = ACTIONS(4210), + [anon_sym_GT] = ACTIONS(4210), + [anon_sym_where] = ACTIONS(4210), + [anon_sym_object] = ACTIONS(4210), + [anon_sym_fun] = ACTIONS(4210), + [anon_sym_DOT] = ACTIONS(4210), + [anon_sym_SEMI] = ACTIONS(4212), + [anon_sym_get] = ACTIONS(4210), + [anon_sym_set] = ACTIONS(4210), + [anon_sym_this] = ACTIONS(4210), + [anon_sym_super] = ACTIONS(4210), + [anon_sym_STAR] = ACTIONS(4212), + [sym_label] = ACTIONS(4210), + [anon_sym_in] = ACTIONS(4210), + [anon_sym_DOT_DOT] = ACTIONS(4212), + [anon_sym_QMARK_COLON] = ACTIONS(4212), + [anon_sym_AMP_AMP] = ACTIONS(4212), + [anon_sym_PIPE_PIPE] = ACTIONS(4212), + [anon_sym_null] = ACTIONS(4210), + [anon_sym_if] = ACTIONS(4210), + [anon_sym_else] = ACTIONS(4210), + [anon_sym_when] = ACTIONS(4210), + [anon_sym_try] = ACTIONS(4210), + [anon_sym_throw] = ACTIONS(4210), + [anon_sym_return] = ACTIONS(4210), + [anon_sym_continue] = ACTIONS(4210), + [anon_sym_break] = ACTIONS(4210), + [anon_sym_COLON_COLON] = ACTIONS(4212), + [anon_sym_BANG_EQ] = ACTIONS(4210), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4212), + [anon_sym_EQ_EQ] = ACTIONS(4210), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4212), + [anon_sym_LT_EQ] = ACTIONS(4212), + [anon_sym_GT_EQ] = ACTIONS(4212), + [anon_sym_BANGin] = ACTIONS(4212), + [anon_sym_is] = ACTIONS(4210), + [anon_sym_BANGis] = ACTIONS(4212), + [anon_sym_PLUS] = ACTIONS(4210), + [anon_sym_DASH] = ACTIONS(4210), + [anon_sym_SLASH] = ACTIONS(4210), + [anon_sym_PERCENT] = ACTIONS(4212), + [anon_sym_as_QMARK] = ACTIONS(4212), + [anon_sym_PLUS_PLUS] = ACTIONS(4212), + [anon_sym_DASH_DASH] = ACTIONS(4212), + [anon_sym_BANG] = ACTIONS(4210), + [anon_sym_BANG_BANG] = ACTIONS(4212), + [anon_sym_suspend] = ACTIONS(4210), + [anon_sym_sealed] = ACTIONS(4210), + [anon_sym_annotation] = ACTIONS(4210), + [anon_sym_data] = ACTIONS(4210), + [anon_sym_inner] = ACTIONS(4210), + [anon_sym_override] = ACTIONS(4210), + [anon_sym_lateinit] = ACTIONS(4210), + [anon_sym_public] = ACTIONS(4210), + [anon_sym_private] = ACTIONS(4210), + [anon_sym_internal] = ACTIONS(4210), + [anon_sym_protected] = ACTIONS(4210), + [anon_sym_tailrec] = ACTIONS(4210), + [anon_sym_operator] = ACTIONS(4210), + [anon_sym_infix] = ACTIONS(4210), + [anon_sym_inline] = ACTIONS(4210), + [anon_sym_external] = ACTIONS(4210), + [sym_property_modifier] = ACTIONS(4210), + [anon_sym_abstract] = ACTIONS(4210), + [anon_sym_final] = ACTIONS(4210), + [anon_sym_open] = ACTIONS(4210), + [anon_sym_vararg] = ACTIONS(4210), + [anon_sym_noinline] = ACTIONS(4210), + [anon_sym_crossinline] = ACTIONS(4210), + [anon_sym_expect] = ACTIONS(4210), + [anon_sym_actual] = ACTIONS(4210), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4212), + [anon_sym_continue_AT] = ACTIONS(4212), + [anon_sym_break_AT] = ACTIONS(4212), + [sym_real_literal] = ACTIONS(4212), + [sym_integer_literal] = ACTIONS(4210), + [sym_hex_literal] = ACTIONS(4212), + [sym_bin_literal] = ACTIONS(4212), + [anon_sym_true] = ACTIONS(4210), + [anon_sym_false] = ACTIONS(4210), + [anon_sym_SQUOTE] = ACTIONS(4212), + [sym__backtick_identifier] = ACTIONS(4212), + [sym__automatic_semicolon] = ACTIONS(4212), + [sym_safe_nav] = ACTIONS(4212), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4212), + }, + [1326] = { + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(2113), + [sym__comparison_operator] = STATE(2103), + [sym__in_operator] = STATE(2075), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(2062), + [sym__multiplicative_operator] = STATE(2057), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_annotation] = STATE(7893), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2022), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_EQ] = ACTIONS(3023), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(3025), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_RPAREN] = ACTIONS(3025), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_EQ] = ACTIONS(3063), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(3065), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_RPAREN] = ACTIONS(3065), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3023), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(3025), + [anon_sym_GT] = ACTIONS(3646), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3065), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), [anon_sym_STAR] = ACTIONS(3654), - [sym_label] = ACTIONS(3392), + [sym_label] = ACTIONS(3408), [anon_sym_in] = ACTIONS(3656), - [anon_sym_while] = ACTIONS(3023), + [anon_sym_while] = ACTIONS(3063), [anon_sym_DOT_DOT] = ACTIONS(3658), [anon_sym_QMARK_COLON] = ACTIONS(3660), - [anon_sym_AMP_AMP] = ACTIONS(3025), - [anon_sym_PIPE_PIPE] = ACTIONS(3025), - [anon_sym_else] = ACTIONS(3023), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_PLUS_EQ] = ACTIONS(3025), - [anon_sym_DASH_EQ] = ACTIONS(3025), - [anon_sym_STAR_EQ] = ACTIONS(3025), - [anon_sym_SLASH_EQ] = ACTIONS(3025), - [anon_sym_PERCENT_EQ] = ACTIONS(3025), - [anon_sym_BANG_EQ] = ACTIONS(3023), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3025), - [anon_sym_EQ_EQ] = ACTIONS(3023), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3025), - [anon_sym_LT_EQ] = ACTIONS(3025), - [anon_sym_GT_EQ] = ACTIONS(3025), + [anon_sym_AMP_AMP] = ACTIONS(3662), + [anon_sym_PIPE_PIPE] = ACTIONS(3664), + [anon_sym_else] = ACTIONS(3063), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_PLUS_EQ] = ACTIONS(3065), + [anon_sym_DASH_EQ] = ACTIONS(3065), + [anon_sym_STAR_EQ] = ACTIONS(3065), + [anon_sym_SLASH_EQ] = ACTIONS(3065), + [anon_sym_PERCENT_EQ] = ACTIONS(3065), + [anon_sym_BANG_EQ] = ACTIONS(3666), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3668), + [anon_sym_EQ_EQ] = ACTIONS(3666), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3668), + [anon_sym_LT_EQ] = ACTIONS(3670), + [anon_sym_GT_EQ] = ACTIONS(3670), [anon_sym_BANGin] = ACTIONS(3672), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), [anon_sym_PLUS] = ACTIONS(3674), [anon_sym_DASH] = ACTIONS(3674), [anon_sym_SLASH] = ACTIONS(3654), [anon_sym_PERCENT] = ACTIONS(3654), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), - [anon_sym_suspend] = ACTIONS(3023), - [anon_sym_sealed] = ACTIONS(3023), - [anon_sym_annotation] = ACTIONS(3023), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), + [anon_sym_suspend] = ACTIONS(3063), + [anon_sym_sealed] = ACTIONS(3063), + [anon_sym_annotation] = ACTIONS(3063), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3023), - [anon_sym_lateinit] = ACTIONS(3023), - [anon_sym_public] = ACTIONS(3023), - [anon_sym_private] = ACTIONS(3023), - [anon_sym_internal] = ACTIONS(3023), - [anon_sym_protected] = ACTIONS(3023), - [anon_sym_tailrec] = ACTIONS(3023), - [anon_sym_operator] = ACTIONS(3023), - [anon_sym_infix] = ACTIONS(3023), - [anon_sym_inline] = ACTIONS(3023), - [anon_sym_external] = ACTIONS(3023), - [sym_property_modifier] = ACTIONS(3023), - [anon_sym_abstract] = ACTIONS(3023), - [anon_sym_final] = ACTIONS(3023), - [anon_sym_open] = ACTIONS(3023), - [anon_sym_vararg] = ACTIONS(3023), - [anon_sym_noinline] = ACTIONS(3023), - [anon_sym_crossinline] = ACTIONS(3023), + [anon_sym_override] = ACTIONS(3063), + [anon_sym_lateinit] = ACTIONS(3063), + [anon_sym_public] = ACTIONS(3063), + [anon_sym_private] = ACTIONS(3063), + [anon_sym_internal] = ACTIONS(3063), + [anon_sym_protected] = ACTIONS(3063), + [anon_sym_tailrec] = ACTIONS(3063), + [anon_sym_operator] = ACTIONS(3063), + [anon_sym_infix] = ACTIONS(3063), + [anon_sym_inline] = ACTIONS(3063), + [anon_sym_external] = ACTIONS(3063), + [sym_property_modifier] = ACTIONS(3063), + [anon_sym_abstract] = ACTIONS(3063), + [anon_sym_final] = ACTIONS(3063), + [anon_sym_open] = ACTIONS(3063), + [anon_sym_vararg] = ACTIONS(3063), + [anon_sym_noinline] = ACTIONS(3063), + [anon_sym_crossinline] = ACTIONS(3063), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), + [sym_safe_nav] = ACTIONS(3420), [sym_multiline_comment] = ACTIONS(3), }, - [1313] = { - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(2177), - [sym__comparison_operator] = STATE(2176), - [sym__in_operator] = STATE(2172), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(2170), - [sym__multiplicative_operator] = STATE(2169), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_annotation] = STATE(7845), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2168), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), + [1327] = { + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(2113), + [sym__comparison_operator] = STATE(2103), + [sym__in_operator] = STATE(2075), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(2062), + [sym__multiplicative_operator] = STATE(2057), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_annotation] = STATE(7893), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2022), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_EQ] = ACTIONS(3027), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(3029), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_RPAREN] = ACTIONS(3029), - [anon_sym_LT] = ACTIONS(3031), - [anon_sym_GT] = ACTIONS(3027), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(3029), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_EQ] = ACTIONS(3059), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(3061), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_RPAREN] = ACTIONS(3061), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(3646), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3061), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), [anon_sym_STAR] = ACTIONS(3654), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(3027), - [anon_sym_while] = ACTIONS(3027), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(3656), + [anon_sym_while] = ACTIONS(3059), [anon_sym_DOT_DOT] = ACTIONS(3658), [anon_sym_QMARK_COLON] = ACTIONS(3660), - [anon_sym_AMP_AMP] = ACTIONS(3029), - [anon_sym_PIPE_PIPE] = ACTIONS(3029), - [anon_sym_else] = ACTIONS(3027), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_PLUS_EQ] = ACTIONS(3029), - [anon_sym_DASH_EQ] = ACTIONS(3029), - [anon_sym_STAR_EQ] = ACTIONS(3029), - [anon_sym_SLASH_EQ] = ACTIONS(3029), - [anon_sym_PERCENT_EQ] = ACTIONS(3029), - [anon_sym_BANG_EQ] = ACTIONS(3027), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3029), - [anon_sym_EQ_EQ] = ACTIONS(3027), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3029), - [anon_sym_LT_EQ] = ACTIONS(3029), - [anon_sym_GT_EQ] = ACTIONS(3029), - [anon_sym_BANGin] = ACTIONS(3029), - [anon_sym_is] = ACTIONS(3027), - [anon_sym_BANGis] = ACTIONS(3029), + [anon_sym_AMP_AMP] = ACTIONS(3662), + [anon_sym_PIPE_PIPE] = ACTIONS(3664), + [anon_sym_else] = ACTIONS(3059), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_PLUS_EQ] = ACTIONS(3061), + [anon_sym_DASH_EQ] = ACTIONS(3061), + [anon_sym_STAR_EQ] = ACTIONS(3061), + [anon_sym_SLASH_EQ] = ACTIONS(3061), + [anon_sym_PERCENT_EQ] = ACTIONS(3061), + [anon_sym_BANG_EQ] = ACTIONS(3666), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3668), + [anon_sym_EQ_EQ] = ACTIONS(3666), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3668), + [anon_sym_LT_EQ] = ACTIONS(3670), + [anon_sym_GT_EQ] = ACTIONS(3670), + [anon_sym_BANGin] = ACTIONS(3672), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), [anon_sym_PLUS] = ACTIONS(3674), [anon_sym_DASH] = ACTIONS(3674), [anon_sym_SLASH] = ACTIONS(3654), [anon_sym_PERCENT] = ACTIONS(3654), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), - [anon_sym_suspend] = ACTIONS(3027), - [anon_sym_sealed] = ACTIONS(3027), - [anon_sym_annotation] = ACTIONS(3027), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), + [anon_sym_suspend] = ACTIONS(3059), + [anon_sym_sealed] = ACTIONS(3059), + [anon_sym_annotation] = ACTIONS(3059), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3027), - [anon_sym_lateinit] = ACTIONS(3027), - [anon_sym_public] = ACTIONS(3027), - [anon_sym_private] = ACTIONS(3027), - [anon_sym_internal] = ACTIONS(3027), - [anon_sym_protected] = ACTIONS(3027), - [anon_sym_tailrec] = ACTIONS(3027), - [anon_sym_operator] = ACTIONS(3027), - [anon_sym_infix] = ACTIONS(3027), - [anon_sym_inline] = ACTIONS(3027), - [anon_sym_external] = ACTIONS(3027), - [sym_property_modifier] = ACTIONS(3027), - [anon_sym_abstract] = ACTIONS(3027), - [anon_sym_final] = ACTIONS(3027), - [anon_sym_open] = ACTIONS(3027), - [anon_sym_vararg] = ACTIONS(3027), - [anon_sym_noinline] = ACTIONS(3027), - [anon_sym_crossinline] = ACTIONS(3027), + [anon_sym_override] = ACTIONS(3059), + [anon_sym_lateinit] = ACTIONS(3059), + [anon_sym_public] = ACTIONS(3059), + [anon_sym_private] = ACTIONS(3059), + [anon_sym_internal] = ACTIONS(3059), + [anon_sym_protected] = ACTIONS(3059), + [anon_sym_tailrec] = ACTIONS(3059), + [anon_sym_operator] = ACTIONS(3059), + [anon_sym_infix] = ACTIONS(3059), + [anon_sym_inline] = ACTIONS(3059), + [anon_sym_external] = ACTIONS(3059), + [sym_property_modifier] = ACTIONS(3059), + [anon_sym_abstract] = ACTIONS(3059), + [anon_sym_final] = ACTIONS(3059), + [anon_sym_open] = ACTIONS(3059), + [anon_sym_vararg] = ACTIONS(3059), + [anon_sym_noinline] = ACTIONS(3059), + [anon_sym_crossinline] = ACTIONS(3059), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), - [sym_multiline_comment] = ACTIONS(3), - }, - [1314] = { - [sym_class_body] = STATE(1076), - [sym_type_constraints] = STATE(1034), - [sym__alpha_identifier] = ACTIONS(3190), - [anon_sym_AT] = ACTIONS(3194), - [anon_sym_COLON] = ACTIONS(3448), - [anon_sym_LBRACK] = ACTIONS(3194), - [anon_sym_as] = ACTIONS(3190), - [anon_sym_LBRACE] = ACTIONS(3156), - [anon_sym_RBRACE] = ACTIONS(3194), - [anon_sym_LPAREN] = ACTIONS(3194), - [anon_sym_COMMA] = ACTIONS(3194), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3190), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(3190), - [anon_sym_fun] = ACTIONS(3190), - [anon_sym_DOT] = ACTIONS(3190), - [anon_sym_SEMI] = ACTIONS(3194), - [anon_sym_get] = ACTIONS(3190), - [anon_sym_set] = ACTIONS(3190), - [anon_sym_this] = ACTIONS(3190), - [anon_sym_super] = ACTIONS(3190), - [anon_sym_STAR] = ACTIONS(3194), - [sym_label] = ACTIONS(3190), - [anon_sym_in] = ACTIONS(3190), - [anon_sym_DOT_DOT] = ACTIONS(3194), - [anon_sym_QMARK_COLON] = ACTIONS(3194), - [anon_sym_AMP_AMP] = ACTIONS(3194), - [anon_sym_PIPE_PIPE] = ACTIONS(3194), - [anon_sym_null] = ACTIONS(3190), - [anon_sym_if] = ACTIONS(3190), - [anon_sym_else] = ACTIONS(3190), - [anon_sym_when] = ACTIONS(3190), - [anon_sym_try] = ACTIONS(3190), - [anon_sym_throw] = ACTIONS(3190), - [anon_sym_return] = ACTIONS(3190), - [anon_sym_continue] = ACTIONS(3190), - [anon_sym_break] = ACTIONS(3190), - [anon_sym_COLON_COLON] = ACTIONS(3194), - [anon_sym_BANG_EQ] = ACTIONS(3190), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3194), - [anon_sym_EQ_EQ] = ACTIONS(3190), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3194), - [anon_sym_LT_EQ] = ACTIONS(3194), - [anon_sym_GT_EQ] = ACTIONS(3194), - [anon_sym_BANGin] = ACTIONS(3194), - [anon_sym_is] = ACTIONS(3190), - [anon_sym_BANGis] = ACTIONS(3194), - [anon_sym_PLUS] = ACTIONS(3190), - [anon_sym_DASH] = ACTIONS(3190), - [anon_sym_SLASH] = ACTIONS(3190), - [anon_sym_PERCENT] = ACTIONS(3194), - [anon_sym_as_QMARK] = ACTIONS(3194), - [anon_sym_PLUS_PLUS] = ACTIONS(3194), - [anon_sym_DASH_DASH] = ACTIONS(3194), - [anon_sym_BANG] = ACTIONS(3190), - [anon_sym_BANG_BANG] = ACTIONS(3194), - [anon_sym_suspend] = ACTIONS(3190), - [anon_sym_sealed] = ACTIONS(3190), - [anon_sym_annotation] = ACTIONS(3190), - [anon_sym_data] = ACTIONS(3190), - [anon_sym_inner] = ACTIONS(3190), - [anon_sym_override] = ACTIONS(3190), - [anon_sym_lateinit] = ACTIONS(3190), - [anon_sym_public] = ACTIONS(3190), - [anon_sym_private] = ACTIONS(3190), - [anon_sym_internal] = ACTIONS(3190), - [anon_sym_protected] = ACTIONS(3190), - [anon_sym_tailrec] = ACTIONS(3190), - [anon_sym_operator] = ACTIONS(3190), - [anon_sym_infix] = ACTIONS(3190), - [anon_sym_inline] = ACTIONS(3190), - [anon_sym_external] = ACTIONS(3190), - [sym_property_modifier] = ACTIONS(3190), - [anon_sym_abstract] = ACTIONS(3190), - [anon_sym_final] = ACTIONS(3190), - [anon_sym_open] = ACTIONS(3190), - [anon_sym_vararg] = ACTIONS(3190), - [anon_sym_noinline] = ACTIONS(3190), - [anon_sym_crossinline] = ACTIONS(3190), - [anon_sym_expect] = ACTIONS(3190), - [anon_sym_actual] = ACTIONS(3190), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3194), - [anon_sym_continue_AT] = ACTIONS(3194), - [anon_sym_break_AT] = ACTIONS(3194), - [sym_real_literal] = ACTIONS(3194), - [sym_integer_literal] = ACTIONS(3190), - [sym_hex_literal] = ACTIONS(3194), - [sym_bin_literal] = ACTIONS(3194), - [anon_sym_true] = ACTIONS(3190), - [anon_sym_false] = ACTIONS(3190), - [anon_sym_SQUOTE] = ACTIONS(3194), - [sym__backtick_identifier] = ACTIONS(3194), - [sym__automatic_semicolon] = ACTIONS(3194), - [sym_safe_nav] = ACTIONS(3194), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3194), - }, - [1315] = { - [sym_type_constraints] = STATE(1028), - [sym_enum_class_body] = STATE(1042), - [sym__alpha_identifier] = ACTIONS(4197), - [anon_sym_AT] = ACTIONS(4199), - [anon_sym_COLON] = ACTIONS(5271), - [anon_sym_LBRACK] = ACTIONS(4199), - [anon_sym_as] = ACTIONS(4197), - [anon_sym_LBRACE] = ACTIONS(3144), - [anon_sym_RBRACE] = ACTIONS(4199), - [anon_sym_LPAREN] = ACTIONS(4199), - [anon_sym_COMMA] = ACTIONS(4199), - [anon_sym_LT] = ACTIONS(4197), - [anon_sym_GT] = ACTIONS(4197), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(4197), - [anon_sym_fun] = ACTIONS(4197), - [anon_sym_DOT] = ACTIONS(4197), - [anon_sym_SEMI] = ACTIONS(4199), - [anon_sym_get] = ACTIONS(4197), - [anon_sym_set] = ACTIONS(4197), - [anon_sym_this] = ACTIONS(4197), - [anon_sym_super] = ACTIONS(4197), - [anon_sym_STAR] = ACTIONS(4199), - [sym_label] = ACTIONS(4197), - [anon_sym_in] = ACTIONS(4197), - [anon_sym_DOT_DOT] = ACTIONS(4199), - [anon_sym_QMARK_COLON] = ACTIONS(4199), - [anon_sym_AMP_AMP] = ACTIONS(4199), - [anon_sym_PIPE_PIPE] = ACTIONS(4199), - [anon_sym_null] = ACTIONS(4197), - [anon_sym_if] = ACTIONS(4197), - [anon_sym_else] = ACTIONS(4197), - [anon_sym_when] = ACTIONS(4197), - [anon_sym_try] = ACTIONS(4197), - [anon_sym_throw] = ACTIONS(4197), - [anon_sym_return] = ACTIONS(4197), - [anon_sym_continue] = ACTIONS(4197), - [anon_sym_break] = ACTIONS(4197), - [anon_sym_COLON_COLON] = ACTIONS(4199), - [anon_sym_BANG_EQ] = ACTIONS(4197), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4199), - [anon_sym_EQ_EQ] = ACTIONS(4197), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4199), - [anon_sym_LT_EQ] = ACTIONS(4199), - [anon_sym_GT_EQ] = ACTIONS(4199), - [anon_sym_BANGin] = ACTIONS(4199), - [anon_sym_is] = ACTIONS(4197), - [anon_sym_BANGis] = ACTIONS(4199), - [anon_sym_PLUS] = ACTIONS(4197), - [anon_sym_DASH] = ACTIONS(4197), - [anon_sym_SLASH] = ACTIONS(4197), - [anon_sym_PERCENT] = ACTIONS(4199), - [anon_sym_as_QMARK] = ACTIONS(4199), - [anon_sym_PLUS_PLUS] = ACTIONS(4199), - [anon_sym_DASH_DASH] = ACTIONS(4199), - [anon_sym_BANG] = ACTIONS(4197), - [anon_sym_BANG_BANG] = ACTIONS(4199), - [anon_sym_suspend] = ACTIONS(4197), - [anon_sym_sealed] = ACTIONS(4197), - [anon_sym_annotation] = ACTIONS(4197), - [anon_sym_data] = ACTIONS(4197), - [anon_sym_inner] = ACTIONS(4197), - [anon_sym_override] = ACTIONS(4197), - [anon_sym_lateinit] = ACTIONS(4197), - [anon_sym_public] = ACTIONS(4197), - [anon_sym_private] = ACTIONS(4197), - [anon_sym_internal] = ACTIONS(4197), - [anon_sym_protected] = ACTIONS(4197), - [anon_sym_tailrec] = ACTIONS(4197), - [anon_sym_operator] = ACTIONS(4197), - [anon_sym_infix] = ACTIONS(4197), - [anon_sym_inline] = ACTIONS(4197), - [anon_sym_external] = ACTIONS(4197), - [sym_property_modifier] = ACTIONS(4197), - [anon_sym_abstract] = ACTIONS(4197), - [anon_sym_final] = ACTIONS(4197), - [anon_sym_open] = ACTIONS(4197), - [anon_sym_vararg] = ACTIONS(4197), - [anon_sym_noinline] = ACTIONS(4197), - [anon_sym_crossinline] = ACTIONS(4197), - [anon_sym_expect] = ACTIONS(4197), - [anon_sym_actual] = ACTIONS(4197), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4199), - [anon_sym_continue_AT] = ACTIONS(4199), - [anon_sym_break_AT] = ACTIONS(4199), - [sym_real_literal] = ACTIONS(4199), - [sym_integer_literal] = ACTIONS(4197), - [sym_hex_literal] = ACTIONS(4199), - [sym_bin_literal] = ACTIONS(4199), - [anon_sym_true] = ACTIONS(4197), - [anon_sym_false] = ACTIONS(4197), - [anon_sym_SQUOTE] = ACTIONS(4199), - [sym__backtick_identifier] = ACTIONS(4199), - [sym__automatic_semicolon] = ACTIONS(4199), - [sym_safe_nav] = ACTIONS(4199), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4199), - }, - [1316] = { - [sym_class_body] = STATE(1042), - [sym_type_constraints] = STATE(1018), - [sym__alpha_identifier] = ACTIONS(4197), - [anon_sym_AT] = ACTIONS(4199), - [anon_sym_COLON] = ACTIONS(5273), - [anon_sym_LBRACK] = ACTIONS(4199), - [anon_sym_as] = ACTIONS(4197), - [anon_sym_LBRACE] = ACTIONS(3156), - [anon_sym_RBRACE] = ACTIONS(4199), - [anon_sym_LPAREN] = ACTIONS(4199), - [anon_sym_COMMA] = ACTIONS(4199), - [anon_sym_LT] = ACTIONS(4197), - [anon_sym_GT] = ACTIONS(4197), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(4197), - [anon_sym_fun] = ACTIONS(4197), - [anon_sym_DOT] = ACTIONS(4197), - [anon_sym_SEMI] = ACTIONS(4199), - [anon_sym_get] = ACTIONS(4197), - [anon_sym_set] = ACTIONS(4197), - [anon_sym_this] = ACTIONS(4197), - [anon_sym_super] = ACTIONS(4197), - [anon_sym_STAR] = ACTIONS(4199), - [sym_label] = ACTIONS(4197), - [anon_sym_in] = ACTIONS(4197), - [anon_sym_DOT_DOT] = ACTIONS(4199), - [anon_sym_QMARK_COLON] = ACTIONS(4199), - [anon_sym_AMP_AMP] = ACTIONS(4199), - [anon_sym_PIPE_PIPE] = ACTIONS(4199), - [anon_sym_null] = ACTIONS(4197), - [anon_sym_if] = ACTIONS(4197), - [anon_sym_else] = ACTIONS(4197), - [anon_sym_when] = ACTIONS(4197), - [anon_sym_try] = ACTIONS(4197), - [anon_sym_throw] = ACTIONS(4197), - [anon_sym_return] = ACTIONS(4197), - [anon_sym_continue] = ACTIONS(4197), - [anon_sym_break] = ACTIONS(4197), - [anon_sym_COLON_COLON] = ACTIONS(4199), - [anon_sym_BANG_EQ] = ACTIONS(4197), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4199), - [anon_sym_EQ_EQ] = ACTIONS(4197), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4199), - [anon_sym_LT_EQ] = ACTIONS(4199), - [anon_sym_GT_EQ] = ACTIONS(4199), - [anon_sym_BANGin] = ACTIONS(4199), - [anon_sym_is] = ACTIONS(4197), - [anon_sym_BANGis] = ACTIONS(4199), - [anon_sym_PLUS] = ACTIONS(4197), - [anon_sym_DASH] = ACTIONS(4197), - [anon_sym_SLASH] = ACTIONS(4197), - [anon_sym_PERCENT] = ACTIONS(4199), - [anon_sym_as_QMARK] = ACTIONS(4199), - [anon_sym_PLUS_PLUS] = ACTIONS(4199), - [anon_sym_DASH_DASH] = ACTIONS(4199), - [anon_sym_BANG] = ACTIONS(4197), - [anon_sym_BANG_BANG] = ACTIONS(4199), - [anon_sym_suspend] = ACTIONS(4197), - [anon_sym_sealed] = ACTIONS(4197), - [anon_sym_annotation] = ACTIONS(4197), - [anon_sym_data] = ACTIONS(4197), - [anon_sym_inner] = ACTIONS(4197), - [anon_sym_override] = ACTIONS(4197), - [anon_sym_lateinit] = ACTIONS(4197), - [anon_sym_public] = ACTIONS(4197), - [anon_sym_private] = ACTIONS(4197), - [anon_sym_internal] = ACTIONS(4197), - [anon_sym_protected] = ACTIONS(4197), - [anon_sym_tailrec] = ACTIONS(4197), - [anon_sym_operator] = ACTIONS(4197), - [anon_sym_infix] = ACTIONS(4197), - [anon_sym_inline] = ACTIONS(4197), - [anon_sym_external] = ACTIONS(4197), - [sym_property_modifier] = ACTIONS(4197), - [anon_sym_abstract] = ACTIONS(4197), - [anon_sym_final] = ACTIONS(4197), - [anon_sym_open] = ACTIONS(4197), - [anon_sym_vararg] = ACTIONS(4197), - [anon_sym_noinline] = ACTIONS(4197), - [anon_sym_crossinline] = ACTIONS(4197), - [anon_sym_expect] = ACTIONS(4197), - [anon_sym_actual] = ACTIONS(4197), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4199), - [anon_sym_continue_AT] = ACTIONS(4199), - [anon_sym_break_AT] = ACTIONS(4199), - [sym_real_literal] = ACTIONS(4199), - [sym_integer_literal] = ACTIONS(4197), - [sym_hex_literal] = ACTIONS(4199), - [sym_bin_literal] = ACTIONS(4199), - [anon_sym_true] = ACTIONS(4197), - [anon_sym_false] = ACTIONS(4197), - [anon_sym_SQUOTE] = ACTIONS(4199), - [sym__backtick_identifier] = ACTIONS(4199), - [sym__automatic_semicolon] = ACTIONS(4199), - [sym_safe_nav] = ACTIONS(4199), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4199), - }, - [1317] = { - [sym_type_constraints] = STATE(1015), - [sym_enum_class_body] = STATE(1077), - [sym__alpha_identifier] = ACTIONS(3204), - [anon_sym_AT] = ACTIONS(3208), - [anon_sym_COLON] = ACTIONS(3438), - [anon_sym_LBRACK] = ACTIONS(3208), - [anon_sym_as] = ACTIONS(3204), - [anon_sym_LBRACE] = ACTIONS(3144), - [anon_sym_RBRACE] = ACTIONS(3208), - [anon_sym_LPAREN] = ACTIONS(3208), - [anon_sym_COMMA] = ACTIONS(3208), - [anon_sym_LT] = ACTIONS(3204), - [anon_sym_GT] = ACTIONS(3204), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(3204), - [anon_sym_fun] = ACTIONS(3204), - [anon_sym_DOT] = ACTIONS(3204), - [anon_sym_SEMI] = ACTIONS(3208), - [anon_sym_get] = ACTIONS(3204), - [anon_sym_set] = ACTIONS(3204), - [anon_sym_this] = ACTIONS(3204), - [anon_sym_super] = ACTIONS(3204), - [anon_sym_STAR] = ACTIONS(3208), - [sym_label] = ACTIONS(3204), - [anon_sym_in] = ACTIONS(3204), - [anon_sym_DOT_DOT] = ACTIONS(3208), - [anon_sym_QMARK_COLON] = ACTIONS(3208), - [anon_sym_AMP_AMP] = ACTIONS(3208), - [anon_sym_PIPE_PIPE] = ACTIONS(3208), - [anon_sym_null] = ACTIONS(3204), - [anon_sym_if] = ACTIONS(3204), - [anon_sym_else] = ACTIONS(3204), - [anon_sym_when] = ACTIONS(3204), - [anon_sym_try] = ACTIONS(3204), - [anon_sym_throw] = ACTIONS(3204), - [anon_sym_return] = ACTIONS(3204), - [anon_sym_continue] = ACTIONS(3204), - [anon_sym_break] = ACTIONS(3204), - [anon_sym_COLON_COLON] = ACTIONS(3208), - [anon_sym_BANG_EQ] = ACTIONS(3204), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3208), - [anon_sym_EQ_EQ] = ACTIONS(3204), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3208), - [anon_sym_LT_EQ] = ACTIONS(3208), - [anon_sym_GT_EQ] = ACTIONS(3208), - [anon_sym_BANGin] = ACTIONS(3208), - [anon_sym_is] = ACTIONS(3204), - [anon_sym_BANGis] = ACTIONS(3208), - [anon_sym_PLUS] = ACTIONS(3204), - [anon_sym_DASH] = ACTIONS(3204), - [anon_sym_SLASH] = ACTIONS(3204), - [anon_sym_PERCENT] = ACTIONS(3208), - [anon_sym_as_QMARK] = ACTIONS(3208), - [anon_sym_PLUS_PLUS] = ACTIONS(3208), - [anon_sym_DASH_DASH] = ACTIONS(3208), - [anon_sym_BANG] = ACTIONS(3204), - [anon_sym_BANG_BANG] = ACTIONS(3208), - [anon_sym_suspend] = ACTIONS(3204), - [anon_sym_sealed] = ACTIONS(3204), - [anon_sym_annotation] = ACTIONS(3204), - [anon_sym_data] = ACTIONS(3204), - [anon_sym_inner] = ACTIONS(3204), - [anon_sym_override] = ACTIONS(3204), - [anon_sym_lateinit] = ACTIONS(3204), - [anon_sym_public] = ACTIONS(3204), - [anon_sym_private] = ACTIONS(3204), - [anon_sym_internal] = ACTIONS(3204), - [anon_sym_protected] = ACTIONS(3204), - [anon_sym_tailrec] = ACTIONS(3204), - [anon_sym_operator] = ACTIONS(3204), - [anon_sym_infix] = ACTIONS(3204), - [anon_sym_inline] = ACTIONS(3204), - [anon_sym_external] = ACTIONS(3204), - [sym_property_modifier] = ACTIONS(3204), - [anon_sym_abstract] = ACTIONS(3204), - [anon_sym_final] = ACTIONS(3204), - [anon_sym_open] = ACTIONS(3204), - [anon_sym_vararg] = ACTIONS(3204), - [anon_sym_noinline] = ACTIONS(3204), - [anon_sym_crossinline] = ACTIONS(3204), - [anon_sym_expect] = ACTIONS(3204), - [anon_sym_actual] = ACTIONS(3204), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3208), - [anon_sym_continue_AT] = ACTIONS(3208), - [anon_sym_break_AT] = ACTIONS(3208), - [sym_real_literal] = ACTIONS(3208), - [sym_integer_literal] = ACTIONS(3204), - [sym_hex_literal] = ACTIONS(3208), - [sym_bin_literal] = ACTIONS(3208), - [anon_sym_true] = ACTIONS(3204), - [anon_sym_false] = ACTIONS(3204), - [anon_sym_SQUOTE] = ACTIONS(3208), - [sym__backtick_identifier] = ACTIONS(3208), - [sym__automatic_semicolon] = ACTIONS(3208), - [sym_safe_nav] = ACTIONS(3208), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3208), - }, - [1318] = { - [sym_type_constraints] = STATE(1478), - [sym_function_body] = STATE(1112), - [sym__block] = STATE(1128), - [sym__alpha_identifier] = ACTIONS(4095), - [anon_sym_AT] = ACTIONS(4097), - [anon_sym_LBRACK] = ACTIONS(4097), - [anon_sym_as] = ACTIONS(4095), - [anon_sym_EQ] = ACTIONS(5183), - [anon_sym_LBRACE] = ACTIONS(4081), - [anon_sym_RBRACE] = ACTIONS(4097), - [anon_sym_LPAREN] = ACTIONS(4097), - [anon_sym_LT] = ACTIONS(4095), - [anon_sym_GT] = ACTIONS(4095), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(4095), - [anon_sym_fun] = ACTIONS(4095), - [anon_sym_DOT] = ACTIONS(4095), - [anon_sym_SEMI] = ACTIONS(4097), - [anon_sym_get] = ACTIONS(4095), - [anon_sym_set] = ACTIONS(4095), - [anon_sym_this] = ACTIONS(4095), - [anon_sym_super] = ACTIONS(4095), - [anon_sym_STAR] = ACTIONS(4097), - [sym_label] = ACTIONS(4095), - [anon_sym_in] = ACTIONS(4095), - [anon_sym_DOT_DOT] = ACTIONS(4097), - [anon_sym_QMARK_COLON] = ACTIONS(4097), - [anon_sym_AMP_AMP] = ACTIONS(4097), - [anon_sym_PIPE_PIPE] = ACTIONS(4097), - [anon_sym_null] = ACTIONS(4095), - [anon_sym_if] = ACTIONS(4095), - [anon_sym_else] = ACTIONS(4095), - [anon_sym_when] = ACTIONS(4095), - [anon_sym_try] = ACTIONS(4095), - [anon_sym_throw] = ACTIONS(4095), - [anon_sym_return] = ACTIONS(4095), - [anon_sym_continue] = ACTIONS(4095), - [anon_sym_break] = ACTIONS(4095), - [anon_sym_COLON_COLON] = ACTIONS(4097), - [anon_sym_BANG_EQ] = ACTIONS(4095), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4097), - [anon_sym_EQ_EQ] = ACTIONS(4095), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4097), - [anon_sym_LT_EQ] = ACTIONS(4097), - [anon_sym_GT_EQ] = ACTIONS(4097), - [anon_sym_BANGin] = ACTIONS(4097), - [anon_sym_is] = ACTIONS(4095), - [anon_sym_BANGis] = ACTIONS(4097), - [anon_sym_PLUS] = ACTIONS(4095), - [anon_sym_DASH] = ACTIONS(4095), - [anon_sym_SLASH] = ACTIONS(4095), - [anon_sym_PERCENT] = ACTIONS(4097), - [anon_sym_as_QMARK] = ACTIONS(4097), - [anon_sym_PLUS_PLUS] = ACTIONS(4097), - [anon_sym_DASH_DASH] = ACTIONS(4097), - [anon_sym_BANG] = ACTIONS(4095), - [anon_sym_BANG_BANG] = ACTIONS(4097), - [anon_sym_suspend] = ACTIONS(4095), - [anon_sym_sealed] = ACTIONS(4095), - [anon_sym_annotation] = ACTIONS(4095), - [anon_sym_data] = ACTIONS(4095), - [anon_sym_inner] = ACTIONS(4095), - [anon_sym_override] = ACTIONS(4095), - [anon_sym_lateinit] = ACTIONS(4095), - [anon_sym_public] = ACTIONS(4095), - [anon_sym_private] = ACTIONS(4095), - [anon_sym_internal] = ACTIONS(4095), - [anon_sym_protected] = ACTIONS(4095), - [anon_sym_tailrec] = ACTIONS(4095), - [anon_sym_operator] = ACTIONS(4095), - [anon_sym_infix] = ACTIONS(4095), - [anon_sym_inline] = ACTIONS(4095), - [anon_sym_external] = ACTIONS(4095), - [sym_property_modifier] = ACTIONS(4095), - [anon_sym_abstract] = ACTIONS(4095), - [anon_sym_final] = ACTIONS(4095), - [anon_sym_open] = ACTIONS(4095), - [anon_sym_vararg] = ACTIONS(4095), - [anon_sym_noinline] = ACTIONS(4095), - [anon_sym_crossinline] = ACTIONS(4095), - [anon_sym_expect] = ACTIONS(4095), - [anon_sym_actual] = ACTIONS(4095), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4097), - [anon_sym_continue_AT] = ACTIONS(4097), - [anon_sym_break_AT] = ACTIONS(4097), - [sym_real_literal] = ACTIONS(4097), - [sym_integer_literal] = ACTIONS(4095), - [sym_hex_literal] = ACTIONS(4097), - [sym_bin_literal] = ACTIONS(4097), - [anon_sym_true] = ACTIONS(4095), - [anon_sym_false] = ACTIONS(4095), - [anon_sym_SQUOTE] = ACTIONS(4097), - [sym__backtick_identifier] = ACTIONS(4097), - [sym__automatic_semicolon] = ACTIONS(4097), - [sym_safe_nav] = ACTIONS(4097), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4097), - }, - [1319] = { - [sym_type_constraints] = STATE(1510), - [sym_function_body] = STATE(1171), - [sym__block] = STATE(1128), - [sym__alpha_identifier] = ACTIONS(4181), - [anon_sym_AT] = ACTIONS(4183), - [anon_sym_LBRACK] = ACTIONS(4183), - [anon_sym_as] = ACTIONS(4181), - [anon_sym_EQ] = ACTIONS(5183), - [anon_sym_LBRACE] = ACTIONS(4081), - [anon_sym_RBRACE] = ACTIONS(4183), - [anon_sym_LPAREN] = ACTIONS(4183), - [anon_sym_LT] = ACTIONS(4181), - [anon_sym_GT] = ACTIONS(4181), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(4181), - [anon_sym_fun] = ACTIONS(4181), - [anon_sym_DOT] = ACTIONS(4181), - [anon_sym_SEMI] = ACTIONS(4183), - [anon_sym_get] = ACTIONS(4181), - [anon_sym_set] = ACTIONS(4181), - [anon_sym_this] = ACTIONS(4181), - [anon_sym_super] = ACTIONS(4181), - [anon_sym_STAR] = ACTIONS(4183), - [sym_label] = ACTIONS(4181), - [anon_sym_in] = ACTIONS(4181), - [anon_sym_DOT_DOT] = ACTIONS(4183), - [anon_sym_QMARK_COLON] = ACTIONS(4183), - [anon_sym_AMP_AMP] = ACTIONS(4183), - [anon_sym_PIPE_PIPE] = ACTIONS(4183), - [anon_sym_null] = ACTIONS(4181), - [anon_sym_if] = ACTIONS(4181), - [anon_sym_else] = ACTIONS(4181), - [anon_sym_when] = ACTIONS(4181), - [anon_sym_try] = ACTIONS(4181), - [anon_sym_throw] = ACTIONS(4181), - [anon_sym_return] = ACTIONS(4181), - [anon_sym_continue] = ACTIONS(4181), - [anon_sym_break] = ACTIONS(4181), - [anon_sym_COLON_COLON] = ACTIONS(4183), - [anon_sym_BANG_EQ] = ACTIONS(4181), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4183), - [anon_sym_EQ_EQ] = ACTIONS(4181), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4183), - [anon_sym_LT_EQ] = ACTIONS(4183), - [anon_sym_GT_EQ] = ACTIONS(4183), - [anon_sym_BANGin] = ACTIONS(4183), - [anon_sym_is] = ACTIONS(4181), - [anon_sym_BANGis] = ACTIONS(4183), - [anon_sym_PLUS] = ACTIONS(4181), - [anon_sym_DASH] = ACTIONS(4181), - [anon_sym_SLASH] = ACTIONS(4181), - [anon_sym_PERCENT] = ACTIONS(4183), - [anon_sym_as_QMARK] = ACTIONS(4183), - [anon_sym_PLUS_PLUS] = ACTIONS(4183), - [anon_sym_DASH_DASH] = ACTIONS(4183), - [anon_sym_BANG] = ACTIONS(4181), - [anon_sym_BANG_BANG] = ACTIONS(4183), - [anon_sym_suspend] = ACTIONS(4181), - [anon_sym_sealed] = ACTIONS(4181), - [anon_sym_annotation] = ACTIONS(4181), - [anon_sym_data] = ACTIONS(4181), - [anon_sym_inner] = ACTIONS(4181), - [anon_sym_override] = ACTIONS(4181), - [anon_sym_lateinit] = ACTIONS(4181), - [anon_sym_public] = ACTIONS(4181), - [anon_sym_private] = ACTIONS(4181), - [anon_sym_internal] = ACTIONS(4181), - [anon_sym_protected] = ACTIONS(4181), - [anon_sym_tailrec] = ACTIONS(4181), - [anon_sym_operator] = ACTIONS(4181), - [anon_sym_infix] = ACTIONS(4181), - [anon_sym_inline] = ACTIONS(4181), - [anon_sym_external] = ACTIONS(4181), - [sym_property_modifier] = ACTIONS(4181), - [anon_sym_abstract] = ACTIONS(4181), - [anon_sym_final] = ACTIONS(4181), - [anon_sym_open] = ACTIONS(4181), - [anon_sym_vararg] = ACTIONS(4181), - [anon_sym_noinline] = ACTIONS(4181), - [anon_sym_crossinline] = ACTIONS(4181), - [anon_sym_expect] = ACTIONS(4181), - [anon_sym_actual] = ACTIONS(4181), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4183), - [anon_sym_continue_AT] = ACTIONS(4183), - [anon_sym_break_AT] = ACTIONS(4183), - [sym_real_literal] = ACTIONS(4183), - [sym_integer_literal] = ACTIONS(4181), - [sym_hex_literal] = ACTIONS(4183), - [sym_bin_literal] = ACTIONS(4183), - [anon_sym_true] = ACTIONS(4181), - [anon_sym_false] = ACTIONS(4181), - [anon_sym_SQUOTE] = ACTIONS(4183), - [sym__backtick_identifier] = ACTIONS(4183), - [sym__automatic_semicolon] = ACTIONS(4183), - [sym_safe_nav] = ACTIONS(4183), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4183), - }, - [1320] = { - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(2177), - [sym__comparison_operator] = STATE(2176), - [sym__in_operator] = STATE(2172), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(2170), - [sym__multiplicative_operator] = STATE(2169), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_annotation] = STATE(7845), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2168), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [sym__alpha_identifier] = ACTIONS(3034), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_EQ] = ACTIONS(3034), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(3036), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_RPAREN] = ACTIONS(3036), - [anon_sym_LT] = ACTIONS(3038), - [anon_sym_GT] = ACTIONS(3034), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(3036), - [anon_sym_get] = ACTIONS(3034), - [anon_sym_set] = ACTIONS(3034), - [anon_sym_STAR] = ACTIONS(3654), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(3034), - [anon_sym_while] = ACTIONS(3034), - [anon_sym_DOT_DOT] = ACTIONS(3036), - [anon_sym_QMARK_COLON] = ACTIONS(3036), - [anon_sym_AMP_AMP] = ACTIONS(3036), - [anon_sym_PIPE_PIPE] = ACTIONS(3036), - [anon_sym_else] = ACTIONS(3034), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_PLUS_EQ] = ACTIONS(3036), - [anon_sym_DASH_EQ] = ACTIONS(3036), - [anon_sym_STAR_EQ] = ACTIONS(3036), - [anon_sym_SLASH_EQ] = ACTIONS(3036), - [anon_sym_PERCENT_EQ] = ACTIONS(3036), - [anon_sym_BANG_EQ] = ACTIONS(3034), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3036), - [anon_sym_EQ_EQ] = ACTIONS(3034), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3036), - [anon_sym_LT_EQ] = ACTIONS(3036), - [anon_sym_GT_EQ] = ACTIONS(3036), - [anon_sym_BANGin] = ACTIONS(3036), - [anon_sym_is] = ACTIONS(3034), - [anon_sym_BANGis] = ACTIONS(3036), - [anon_sym_PLUS] = ACTIONS(3034), - [anon_sym_DASH] = ACTIONS(3034), - [anon_sym_SLASH] = ACTIONS(3654), - [anon_sym_PERCENT] = ACTIONS(3654), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), - [anon_sym_suspend] = ACTIONS(3034), - [anon_sym_sealed] = ACTIONS(3034), - [anon_sym_annotation] = ACTIONS(3034), - [anon_sym_data] = ACTIONS(3034), - [anon_sym_inner] = ACTIONS(3034), - [anon_sym_override] = ACTIONS(3034), - [anon_sym_lateinit] = ACTIONS(3034), - [anon_sym_public] = ACTIONS(3034), - [anon_sym_private] = ACTIONS(3034), - [anon_sym_internal] = ACTIONS(3034), - [anon_sym_protected] = ACTIONS(3034), - [anon_sym_tailrec] = ACTIONS(3034), - [anon_sym_operator] = ACTIONS(3034), - [anon_sym_infix] = ACTIONS(3034), - [anon_sym_inline] = ACTIONS(3034), - [anon_sym_external] = ACTIONS(3034), - [sym_property_modifier] = ACTIONS(3034), - [anon_sym_abstract] = ACTIONS(3034), - [anon_sym_final] = ACTIONS(3034), - [anon_sym_open] = ACTIONS(3034), - [anon_sym_vararg] = ACTIONS(3034), - [anon_sym_noinline] = ACTIONS(3034), - [anon_sym_crossinline] = ACTIONS(3034), - [anon_sym_expect] = ACTIONS(3034), - [anon_sym_actual] = ACTIONS(3034), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3036), - [sym_safe_nav] = ACTIONS(3404), - [sym_multiline_comment] = ACTIONS(3), - }, - [1321] = { - [sym_type_constraints] = STATE(1380), - [sym_property_delegate] = STATE(1557), - [sym_getter] = STATE(3251), - [sym_setter] = STATE(3251), - [sym_modifiers] = STATE(8655), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3272), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3274), - [anon_sym_RBRACK] = ACTIONS(3274), - [anon_sym_as] = ACTIONS(3272), - [anon_sym_EQ] = ACTIONS(5275), - [anon_sym_LBRACE] = ACTIONS(3274), - [anon_sym_RBRACE] = ACTIONS(3274), - [anon_sym_LPAREN] = ACTIONS(3274), - [anon_sym_COMMA] = ACTIONS(3274), - [anon_sym_RPAREN] = ACTIONS(3274), - [anon_sym_by] = ACTIONS(5251), - [anon_sym_LT] = ACTIONS(3272), - [anon_sym_GT] = ACTIONS(3272), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(3272), - [anon_sym_SEMI] = ACTIONS(5277), - [anon_sym_get] = ACTIONS(5259), - [anon_sym_set] = ACTIONS(5261), - [anon_sym_STAR] = ACTIONS(3272), - [anon_sym_DASH_GT] = ACTIONS(3274), - [sym_label] = ACTIONS(3274), - [anon_sym_in] = ACTIONS(3272), - [anon_sym_while] = ACTIONS(3272), - [anon_sym_DOT_DOT] = ACTIONS(3274), - [anon_sym_QMARK_COLON] = ACTIONS(3274), - [anon_sym_AMP_AMP] = ACTIONS(3274), - [anon_sym_PIPE_PIPE] = ACTIONS(3274), - [anon_sym_else] = ACTIONS(3272), - [anon_sym_COLON_COLON] = ACTIONS(3274), - [anon_sym_PLUS_EQ] = ACTIONS(3274), - [anon_sym_DASH_EQ] = ACTIONS(3274), - [anon_sym_STAR_EQ] = ACTIONS(3274), - [anon_sym_SLASH_EQ] = ACTIONS(3274), - [anon_sym_PERCENT_EQ] = ACTIONS(3274), - [anon_sym_BANG_EQ] = ACTIONS(3272), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3274), - [anon_sym_EQ_EQ] = ACTIONS(3272), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3274), - [anon_sym_LT_EQ] = ACTIONS(3274), - [anon_sym_GT_EQ] = ACTIONS(3274), - [anon_sym_BANGin] = ACTIONS(3274), - [anon_sym_is] = ACTIONS(3272), - [anon_sym_BANGis] = ACTIONS(3274), - [anon_sym_PLUS] = ACTIONS(3272), - [anon_sym_DASH] = ACTIONS(3272), - [anon_sym_SLASH] = ACTIONS(3272), - [anon_sym_PERCENT] = ACTIONS(3272), - [anon_sym_as_QMARK] = ACTIONS(3274), - [anon_sym_PLUS_PLUS] = ACTIONS(3274), - [anon_sym_DASH_DASH] = ACTIONS(3274), - [anon_sym_BANG_BANG] = ACTIONS(3274), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3274), - [sym_safe_nav] = ACTIONS(3274), - [sym_multiline_comment] = ACTIONS(3), - }, - [1322] = { - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(2177), - [sym__comparison_operator] = STATE(2176), - [sym__in_operator] = STATE(2172), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(2170), - [sym__multiplicative_operator] = STATE(2169), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_annotation] = STATE(7845), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2168), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [sym__alpha_identifier] = ACTIONS(3065), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_EQ] = ACTIONS(3065), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(3067), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_RPAREN] = ACTIONS(3067), - [anon_sym_LT] = ACTIONS(3069), - [anon_sym_GT] = ACTIONS(3065), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(3067), - [anon_sym_get] = ACTIONS(3065), - [anon_sym_set] = ACTIONS(3065), - [anon_sym_STAR] = ACTIONS(3065), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(3065), - [anon_sym_while] = ACTIONS(3065), - [anon_sym_DOT_DOT] = ACTIONS(3067), - [anon_sym_QMARK_COLON] = ACTIONS(3067), - [anon_sym_AMP_AMP] = ACTIONS(3067), - [anon_sym_PIPE_PIPE] = ACTIONS(3067), - [anon_sym_else] = ACTIONS(3065), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_PLUS_EQ] = ACTIONS(3067), - [anon_sym_DASH_EQ] = ACTIONS(3067), - [anon_sym_STAR_EQ] = ACTIONS(3067), - [anon_sym_SLASH_EQ] = ACTIONS(3067), - [anon_sym_PERCENT_EQ] = ACTIONS(3067), - [anon_sym_BANG_EQ] = ACTIONS(3065), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3067), - [anon_sym_EQ_EQ] = ACTIONS(3065), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3067), - [anon_sym_LT_EQ] = ACTIONS(3067), - [anon_sym_GT_EQ] = ACTIONS(3067), - [anon_sym_BANGin] = ACTIONS(3067), - [anon_sym_is] = ACTIONS(3065), - [anon_sym_BANGis] = ACTIONS(3067), - [anon_sym_PLUS] = ACTIONS(3065), - [anon_sym_DASH] = ACTIONS(3065), - [anon_sym_SLASH] = ACTIONS(3065), - [anon_sym_PERCENT] = ACTIONS(3065), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), - [anon_sym_suspend] = ACTIONS(3065), - [anon_sym_sealed] = ACTIONS(3065), - [anon_sym_annotation] = ACTIONS(3065), - [anon_sym_data] = ACTIONS(3065), - [anon_sym_inner] = ACTIONS(3065), - [anon_sym_override] = ACTIONS(3065), - [anon_sym_lateinit] = ACTIONS(3065), - [anon_sym_public] = ACTIONS(3065), - [anon_sym_private] = ACTIONS(3065), - [anon_sym_internal] = ACTIONS(3065), - [anon_sym_protected] = ACTIONS(3065), - [anon_sym_tailrec] = ACTIONS(3065), - [anon_sym_operator] = ACTIONS(3065), - [anon_sym_infix] = ACTIONS(3065), - [anon_sym_inline] = ACTIONS(3065), - [anon_sym_external] = ACTIONS(3065), - [sym_property_modifier] = ACTIONS(3065), - [anon_sym_abstract] = ACTIONS(3065), - [anon_sym_final] = ACTIONS(3065), - [anon_sym_open] = ACTIONS(3065), - [anon_sym_vararg] = ACTIONS(3065), - [anon_sym_noinline] = ACTIONS(3065), - [anon_sym_crossinline] = ACTIONS(3065), - [anon_sym_expect] = ACTIONS(3065), - [anon_sym_actual] = ACTIONS(3065), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3067), - [sym_safe_nav] = ACTIONS(3404), - [sym_multiline_comment] = ACTIONS(3), - }, - [1323] = { - [sym__alpha_identifier] = ACTIONS(4249), - [anon_sym_AT] = ACTIONS(4252), - [anon_sym_LBRACK] = ACTIONS(4252), - [anon_sym_RBRACK] = ACTIONS(4255), - [anon_sym_as] = ACTIONS(4257), - [anon_sym_LBRACE] = ACTIONS(4252), - [anon_sym_RBRACE] = ACTIONS(4255), - [anon_sym_LPAREN] = ACTIONS(5279), - [anon_sym_COMMA] = ACTIONS(4255), - [anon_sym_RPAREN] = ACTIONS(4255), - [anon_sym_LT] = ACTIONS(4257), - [anon_sym_GT] = ACTIONS(4257), - [anon_sym_where] = ACTIONS(4257), - [anon_sym_object] = ACTIONS(3828), - [anon_sym_fun] = ACTIONS(3828), - [anon_sym_DOT] = ACTIONS(4257), - [anon_sym_SEMI] = ACTIONS(4255), - [anon_sym_get] = ACTIONS(4249), - [anon_sym_set] = ACTIONS(4249), - [anon_sym_this] = ACTIONS(3828), - [anon_sym_super] = ACTIONS(3828), - [anon_sym_STAR] = ACTIONS(4252), - [anon_sym_DASH_GT] = ACTIONS(4255), - [sym_label] = ACTIONS(4249), - [anon_sym_in] = ACTIONS(4257), - [anon_sym_while] = ACTIONS(4257), - [anon_sym_DOT_DOT] = ACTIONS(4255), - [anon_sym_QMARK_COLON] = ACTIONS(4255), - [anon_sym_AMP_AMP] = ACTIONS(4255), - [anon_sym_PIPE_PIPE] = ACTIONS(4255), - [anon_sym_null] = ACTIONS(3828), - [anon_sym_if] = ACTIONS(3828), - [anon_sym_else] = ACTIONS(4257), - [anon_sym_when] = ACTIONS(3828), - [anon_sym_try] = ACTIONS(3828), - [anon_sym_throw] = ACTIONS(3828), - [anon_sym_return] = ACTIONS(3828), - [anon_sym_continue] = ACTIONS(3828), - [anon_sym_break] = ACTIONS(3828), - [anon_sym_COLON_COLON] = ACTIONS(4252), - [anon_sym_BANG_EQ] = ACTIONS(4257), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4255), - [anon_sym_EQ_EQ] = ACTIONS(4257), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4255), - [anon_sym_LT_EQ] = ACTIONS(4255), - [anon_sym_GT_EQ] = ACTIONS(4255), - [anon_sym_BANGin] = ACTIONS(4255), - [anon_sym_is] = ACTIONS(4257), - [anon_sym_BANGis] = ACTIONS(4255), - [anon_sym_PLUS] = ACTIONS(4249), - [anon_sym_DASH] = ACTIONS(4249), - [anon_sym_SLASH] = ACTIONS(4257), - [anon_sym_PERCENT] = ACTIONS(4255), - [anon_sym_as_QMARK] = ACTIONS(4255), - [anon_sym_PLUS_PLUS] = ACTIONS(4252), - [anon_sym_DASH_DASH] = ACTIONS(4252), - [anon_sym_BANG] = ACTIONS(3828), - [anon_sym_BANG_BANG] = ACTIONS(4255), - [anon_sym_suspend] = ACTIONS(4257), - [anon_sym_sealed] = ACTIONS(4257), - [anon_sym_annotation] = ACTIONS(4257), - [anon_sym_data] = ACTIONS(4249), - [anon_sym_inner] = ACTIONS(4249), - [anon_sym_override] = ACTIONS(4257), - [anon_sym_lateinit] = ACTIONS(4257), - [anon_sym_public] = ACTIONS(4257), - [anon_sym_private] = ACTIONS(4257), - [anon_sym_internal] = ACTIONS(4257), - [anon_sym_protected] = ACTIONS(4257), - [anon_sym_tailrec] = ACTIONS(4257), - [anon_sym_operator] = ACTIONS(4257), - [anon_sym_infix] = ACTIONS(4257), - [anon_sym_inline] = ACTIONS(4257), - [anon_sym_external] = ACTIONS(4257), - [sym_property_modifier] = ACTIONS(4257), - [anon_sym_abstract] = ACTIONS(4257), - [anon_sym_final] = ACTIONS(4257), - [anon_sym_open] = ACTIONS(4257), - [anon_sym_vararg] = ACTIONS(4257), - [anon_sym_noinline] = ACTIONS(4257), - [anon_sym_crossinline] = ACTIONS(4257), - [anon_sym_expect] = ACTIONS(4249), - [anon_sym_actual] = ACTIONS(4249), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3833), - [anon_sym_continue_AT] = ACTIONS(3833), - [anon_sym_break_AT] = ACTIONS(3833), - [sym_real_literal] = ACTIONS(3833), - [sym_integer_literal] = ACTIONS(3828), - [sym_hex_literal] = ACTIONS(3833), - [sym_bin_literal] = ACTIONS(3833), - [anon_sym_true] = ACTIONS(3828), - [anon_sym_false] = ACTIONS(3828), - [anon_sym_SQUOTE] = ACTIONS(3833), - [sym__backtick_identifier] = ACTIONS(4252), - [sym_safe_nav] = ACTIONS(4255), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3833), - }, - [1324] = { - [sym__alpha_identifier] = ACTIONS(4233), - [anon_sym_AT] = ACTIONS(4236), - [anon_sym_LBRACK] = ACTIONS(4236), - [anon_sym_RBRACK] = ACTIONS(4239), - [anon_sym_as] = ACTIONS(4241), - [anon_sym_LBRACE] = ACTIONS(4236), - [anon_sym_RBRACE] = ACTIONS(4239), - [anon_sym_LPAREN] = ACTIONS(5283), - [anon_sym_COMMA] = ACTIONS(4239), - [anon_sym_RPAREN] = ACTIONS(4239), - [anon_sym_LT] = ACTIONS(4241), - [anon_sym_GT] = ACTIONS(4241), - [anon_sym_where] = ACTIONS(4241), - [anon_sym_object] = ACTIONS(3828), - [anon_sym_fun] = ACTIONS(3828), - [anon_sym_DOT] = ACTIONS(4241), - [anon_sym_SEMI] = ACTIONS(4239), - [anon_sym_get] = ACTIONS(4233), - [anon_sym_set] = ACTIONS(4233), - [anon_sym_this] = ACTIONS(3828), - [anon_sym_super] = ACTIONS(3828), - [anon_sym_STAR] = ACTIONS(4236), - [anon_sym_DASH_GT] = ACTIONS(4239), - [sym_label] = ACTIONS(4233), - [anon_sym_in] = ACTIONS(4241), - [anon_sym_while] = ACTIONS(4241), - [anon_sym_DOT_DOT] = ACTIONS(4239), - [anon_sym_QMARK_COLON] = ACTIONS(4239), - [anon_sym_AMP_AMP] = ACTIONS(4239), - [anon_sym_PIPE_PIPE] = ACTIONS(4239), - [anon_sym_null] = ACTIONS(3828), - [anon_sym_if] = ACTIONS(3828), - [anon_sym_else] = ACTIONS(4241), - [anon_sym_when] = ACTIONS(3828), - [anon_sym_try] = ACTIONS(3828), - [anon_sym_throw] = ACTIONS(3828), - [anon_sym_return] = ACTIONS(3828), - [anon_sym_continue] = ACTIONS(3828), - [anon_sym_break] = ACTIONS(3828), - [anon_sym_COLON_COLON] = ACTIONS(4236), - [anon_sym_BANG_EQ] = ACTIONS(4241), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4239), - [anon_sym_EQ_EQ] = ACTIONS(4241), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4239), - [anon_sym_LT_EQ] = ACTIONS(4239), - [anon_sym_GT_EQ] = ACTIONS(4239), - [anon_sym_BANGin] = ACTIONS(4239), - [anon_sym_is] = ACTIONS(4241), - [anon_sym_BANGis] = ACTIONS(4239), - [anon_sym_PLUS] = ACTIONS(4233), - [anon_sym_DASH] = ACTIONS(4233), - [anon_sym_SLASH] = ACTIONS(4241), - [anon_sym_PERCENT] = ACTIONS(4239), - [anon_sym_as_QMARK] = ACTIONS(4239), - [anon_sym_PLUS_PLUS] = ACTIONS(4236), - [anon_sym_DASH_DASH] = ACTIONS(4236), - [anon_sym_BANG] = ACTIONS(3828), - [anon_sym_BANG_BANG] = ACTIONS(4239), - [anon_sym_suspend] = ACTIONS(4241), - [anon_sym_sealed] = ACTIONS(4241), - [anon_sym_annotation] = ACTIONS(4241), - [anon_sym_data] = ACTIONS(4233), - [anon_sym_inner] = ACTIONS(4233), - [anon_sym_override] = ACTIONS(4241), - [anon_sym_lateinit] = ACTIONS(4241), - [anon_sym_public] = ACTIONS(4241), - [anon_sym_private] = ACTIONS(4241), - [anon_sym_internal] = ACTIONS(4241), - [anon_sym_protected] = ACTIONS(4241), - [anon_sym_tailrec] = ACTIONS(4241), - [anon_sym_operator] = ACTIONS(4241), - [anon_sym_infix] = ACTIONS(4241), - [anon_sym_inline] = ACTIONS(4241), - [anon_sym_external] = ACTIONS(4241), - [sym_property_modifier] = ACTIONS(4241), - [anon_sym_abstract] = ACTIONS(4241), - [anon_sym_final] = ACTIONS(4241), - [anon_sym_open] = ACTIONS(4241), - [anon_sym_vararg] = ACTIONS(4241), - [anon_sym_noinline] = ACTIONS(4241), - [anon_sym_crossinline] = ACTIONS(4241), - [anon_sym_expect] = ACTIONS(4233), - [anon_sym_actual] = ACTIONS(4233), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3833), - [anon_sym_continue_AT] = ACTIONS(3833), - [anon_sym_break_AT] = ACTIONS(3833), - [sym_real_literal] = ACTIONS(3833), - [sym_integer_literal] = ACTIONS(3828), - [sym_hex_literal] = ACTIONS(3833), - [sym_bin_literal] = ACTIONS(3833), - [anon_sym_true] = ACTIONS(3828), - [anon_sym_false] = ACTIONS(3828), - [anon_sym_SQUOTE] = ACTIONS(3833), - [sym__backtick_identifier] = ACTIONS(4236), - [sym_safe_nav] = ACTIONS(4239), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3833), - }, - [1325] = { - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(2177), - [sym__comparison_operator] = STATE(2176), - [sym__in_operator] = STATE(2172), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(2170), - [sym__multiplicative_operator] = STATE(2169), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_annotation] = STATE(7845), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2168), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [sym__alpha_identifier] = ACTIONS(3076), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_EQ] = ACTIONS(3076), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(3078), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_RPAREN] = ACTIONS(3078), - [anon_sym_LT] = ACTIONS(3080), - [anon_sym_GT] = ACTIONS(3076), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(3078), - [anon_sym_get] = ACTIONS(3076), - [anon_sym_set] = ACTIONS(3076), - [anon_sym_STAR] = ACTIONS(3654), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(3076), - [anon_sym_while] = ACTIONS(3076), - [anon_sym_DOT_DOT] = ACTIONS(3658), - [anon_sym_QMARK_COLON] = ACTIONS(3078), - [anon_sym_AMP_AMP] = ACTIONS(3078), - [anon_sym_PIPE_PIPE] = ACTIONS(3078), - [anon_sym_else] = ACTIONS(3076), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_PLUS_EQ] = ACTIONS(3078), - [anon_sym_DASH_EQ] = ACTIONS(3078), - [anon_sym_STAR_EQ] = ACTIONS(3078), - [anon_sym_SLASH_EQ] = ACTIONS(3078), - [anon_sym_PERCENT_EQ] = ACTIONS(3078), - [anon_sym_BANG_EQ] = ACTIONS(3076), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3078), - [anon_sym_EQ_EQ] = ACTIONS(3076), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3078), - [anon_sym_LT_EQ] = ACTIONS(3078), - [anon_sym_GT_EQ] = ACTIONS(3078), - [anon_sym_BANGin] = ACTIONS(3078), - [anon_sym_is] = ACTIONS(3076), - [anon_sym_BANGis] = ACTIONS(3078), - [anon_sym_PLUS] = ACTIONS(3674), - [anon_sym_DASH] = ACTIONS(3674), - [anon_sym_SLASH] = ACTIONS(3654), - [anon_sym_PERCENT] = ACTIONS(3654), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), - [anon_sym_suspend] = ACTIONS(3076), - [anon_sym_sealed] = ACTIONS(3076), - [anon_sym_annotation] = ACTIONS(3076), - [anon_sym_data] = ACTIONS(3076), - [anon_sym_inner] = ACTIONS(3076), - [anon_sym_override] = ACTIONS(3076), - [anon_sym_lateinit] = ACTIONS(3076), - [anon_sym_public] = ACTIONS(3076), - [anon_sym_private] = ACTIONS(3076), - [anon_sym_internal] = ACTIONS(3076), - [anon_sym_protected] = ACTIONS(3076), - [anon_sym_tailrec] = ACTIONS(3076), - [anon_sym_operator] = ACTIONS(3076), - [anon_sym_infix] = ACTIONS(3076), - [anon_sym_inline] = ACTIONS(3076), - [anon_sym_external] = ACTIONS(3076), - [sym_property_modifier] = ACTIONS(3076), - [anon_sym_abstract] = ACTIONS(3076), - [anon_sym_final] = ACTIONS(3076), - [anon_sym_open] = ACTIONS(3076), - [anon_sym_vararg] = ACTIONS(3076), - [anon_sym_noinline] = ACTIONS(3076), - [anon_sym_crossinline] = ACTIONS(3076), - [anon_sym_expect] = ACTIONS(3076), - [anon_sym_actual] = ACTIONS(3076), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3078), - [sym_safe_nav] = ACTIONS(3404), + [sym_safe_nav] = ACTIONS(3420), [sym_multiline_comment] = ACTIONS(3), }, - [1326] = { - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(2177), - [sym__comparison_operator] = STATE(2176), - [sym__in_operator] = STATE(2172), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(2170), - [sym__multiplicative_operator] = STATE(2169), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_annotation] = STATE(7845), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2168), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), + [1328] = { + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(2113), + [sym__comparison_operator] = STATE(2103), + [sym__in_operator] = STATE(2075), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(2062), + [sym__multiplicative_operator] = STATE(2057), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_annotation] = STATE(7893), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2022), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_EQ] = ACTIONS(3053), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(3055), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_RPAREN] = ACTIONS(3055), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_EQ] = ACTIONS(3040), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(3042), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_RPAREN] = ACTIONS(3042), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(3646), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(3055), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3042), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), [anon_sym_STAR] = ACTIONS(3654), - [sym_label] = ACTIONS(3392), + [sym_label] = ACTIONS(3408), [anon_sym_in] = ACTIONS(3656), - [anon_sym_while] = ACTIONS(3053), + [anon_sym_while] = ACTIONS(3040), [anon_sym_DOT_DOT] = ACTIONS(3658), [anon_sym_QMARK_COLON] = ACTIONS(3660), - [anon_sym_AMP_AMP] = ACTIONS(3662), - [anon_sym_PIPE_PIPE] = ACTIONS(3664), - [anon_sym_else] = ACTIONS(3053), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_PLUS_EQ] = ACTIONS(3055), - [anon_sym_DASH_EQ] = ACTIONS(3055), - [anon_sym_STAR_EQ] = ACTIONS(3055), - [anon_sym_SLASH_EQ] = ACTIONS(3055), - [anon_sym_PERCENT_EQ] = ACTIONS(3055), - [anon_sym_BANG_EQ] = ACTIONS(3666), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3668), - [anon_sym_EQ_EQ] = ACTIONS(3666), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3668), + [anon_sym_AMP_AMP] = ACTIONS(3042), + [anon_sym_PIPE_PIPE] = ACTIONS(3042), + [anon_sym_else] = ACTIONS(3040), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_PLUS_EQ] = ACTIONS(3042), + [anon_sym_DASH_EQ] = ACTIONS(3042), + [anon_sym_STAR_EQ] = ACTIONS(3042), + [anon_sym_SLASH_EQ] = ACTIONS(3042), + [anon_sym_PERCENT_EQ] = ACTIONS(3042), + [anon_sym_BANG_EQ] = ACTIONS(3040), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3042), + [anon_sym_EQ_EQ] = ACTIONS(3040), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3042), [anon_sym_LT_EQ] = ACTIONS(3670), [anon_sym_GT_EQ] = ACTIONS(3670), [anon_sym_BANGin] = ACTIONS(3672), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), [anon_sym_PLUS] = ACTIONS(3674), [anon_sym_DASH] = ACTIONS(3674), [anon_sym_SLASH] = ACTIONS(3654), [anon_sym_PERCENT] = ACTIONS(3654), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), - [anon_sym_suspend] = ACTIONS(3053), - [anon_sym_sealed] = ACTIONS(3053), - [anon_sym_annotation] = ACTIONS(3053), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), + [anon_sym_suspend] = ACTIONS(3040), + [anon_sym_sealed] = ACTIONS(3040), + [anon_sym_annotation] = ACTIONS(3040), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3053), - [anon_sym_lateinit] = ACTIONS(3053), - [anon_sym_public] = ACTIONS(3053), - [anon_sym_private] = ACTIONS(3053), - [anon_sym_internal] = ACTIONS(3053), - [anon_sym_protected] = ACTIONS(3053), - [anon_sym_tailrec] = ACTIONS(3053), - [anon_sym_operator] = ACTIONS(3053), - [anon_sym_infix] = ACTIONS(3053), - [anon_sym_inline] = ACTIONS(3053), - [anon_sym_external] = ACTIONS(3053), - [sym_property_modifier] = ACTIONS(3053), - [anon_sym_abstract] = ACTIONS(3053), - [anon_sym_final] = ACTIONS(3053), - [anon_sym_open] = ACTIONS(3053), - [anon_sym_vararg] = ACTIONS(3053), - [anon_sym_noinline] = ACTIONS(3053), - [anon_sym_crossinline] = ACTIONS(3053), + [anon_sym_override] = ACTIONS(3040), + [anon_sym_lateinit] = ACTIONS(3040), + [anon_sym_public] = ACTIONS(3040), + [anon_sym_private] = ACTIONS(3040), + [anon_sym_internal] = ACTIONS(3040), + [anon_sym_protected] = ACTIONS(3040), + [anon_sym_tailrec] = ACTIONS(3040), + [anon_sym_operator] = ACTIONS(3040), + [anon_sym_infix] = ACTIONS(3040), + [anon_sym_inline] = ACTIONS(3040), + [anon_sym_external] = ACTIONS(3040), + [sym_property_modifier] = ACTIONS(3040), + [anon_sym_abstract] = ACTIONS(3040), + [anon_sym_final] = ACTIONS(3040), + [anon_sym_open] = ACTIONS(3040), + [anon_sym_vararg] = ACTIONS(3040), + [anon_sym_noinline] = ACTIONS(3040), + [anon_sym_crossinline] = ACTIONS(3040), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), + [sym_safe_nav] = ACTIONS(3420), [sym_multiline_comment] = ACTIONS(3), }, - [1327] = { - [sym_type_constraints] = STATE(1412), - [sym_property_delegate] = STATE(1546), - [sym_getter] = STATE(4630), - [sym_setter] = STATE(4630), - [sym_modifiers] = STATE(8708), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3272), + [1329] = { + [sym_type_constraints] = STATE(1378), + [sym_property_delegate] = STATE(1596), + [sym_getter] = STATE(3142), + [sym_setter] = STATE(3142), + [sym_modifiers] = STATE(8930), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1752), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3274), - [anon_sym_RBRACK] = ACTIONS(3274), - [anon_sym_as] = ACTIONS(3272), - [anon_sym_EQ] = ACTIONS(5287), - [anon_sym_LBRACE] = ACTIONS(3274), - [anon_sym_RBRACE] = ACTIONS(3274), - [anon_sym_LPAREN] = ACTIONS(3274), - [anon_sym_COMMA] = ACTIONS(3274), - [anon_sym_RPAREN] = ACTIONS(3274), - [anon_sym_by] = ACTIONS(5251), - [anon_sym_LT] = ACTIONS(3272), - [anon_sym_GT] = ACTIONS(3272), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(3272), - [anon_sym_SEMI] = ACTIONS(5289), - [anon_sym_get] = ACTIONS(5253), - [anon_sym_set] = ACTIONS(5255), - [anon_sym_STAR] = ACTIONS(3272), - [anon_sym_DASH_GT] = ACTIONS(3274), - [sym_label] = ACTIONS(3274), - [anon_sym_in] = ACTIONS(3272), - [anon_sym_while] = ACTIONS(3272), - [anon_sym_DOT_DOT] = ACTIONS(3274), - [anon_sym_QMARK_COLON] = ACTIONS(3274), - [anon_sym_AMP_AMP] = ACTIONS(3274), - [anon_sym_PIPE_PIPE] = ACTIONS(3274), - [anon_sym_else] = ACTIONS(3272), - [anon_sym_COLON_COLON] = ACTIONS(3274), - [anon_sym_PLUS_EQ] = ACTIONS(3274), - [anon_sym_DASH_EQ] = ACTIONS(3274), - [anon_sym_STAR_EQ] = ACTIONS(3274), - [anon_sym_SLASH_EQ] = ACTIONS(3274), - [anon_sym_PERCENT_EQ] = ACTIONS(3274), - [anon_sym_BANG_EQ] = ACTIONS(3272), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3274), - [anon_sym_EQ_EQ] = ACTIONS(3272), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3274), - [anon_sym_LT_EQ] = ACTIONS(3274), - [anon_sym_GT_EQ] = ACTIONS(3274), - [anon_sym_BANGin] = ACTIONS(3274), - [anon_sym_is] = ACTIONS(3272), - [anon_sym_BANGis] = ACTIONS(3274), - [anon_sym_PLUS] = ACTIONS(3272), - [anon_sym_DASH] = ACTIONS(3272), - [anon_sym_SLASH] = ACTIONS(3272), - [anon_sym_PERCENT] = ACTIONS(3272), - [anon_sym_as_QMARK] = ACTIONS(3274), - [anon_sym_PLUS_PLUS] = ACTIONS(3274), - [anon_sym_DASH_DASH] = ACTIONS(3274), - [anon_sym_BANG_BANG] = ACTIONS(3274), + [anon_sym_LBRACK] = ACTIONS(1754), + [anon_sym_RBRACK] = ACTIONS(1754), + [anon_sym_as] = ACTIONS(1752), + [anon_sym_EQ] = ACTIONS(5289), + [anon_sym_LBRACE] = ACTIONS(1754), + [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_LPAREN] = ACTIONS(1754), + [anon_sym_COMMA] = ACTIONS(1754), + [anon_sym_RPAREN] = ACTIONS(1754), + [anon_sym_by] = ACTIONS(5265), + [anon_sym_LT] = ACTIONS(1752), + [anon_sym_GT] = ACTIONS(1752), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(1752), + [anon_sym_SEMI] = ACTIONS(3484), + [anon_sym_get] = ACTIONS(5275), + [anon_sym_set] = ACTIONS(5277), + [anon_sym_STAR] = ACTIONS(1752), + [anon_sym_DASH_GT] = ACTIONS(1754), + [sym_label] = ACTIONS(1754), + [anon_sym_in] = ACTIONS(1752), + [anon_sym_while] = ACTIONS(1752), + [anon_sym_DOT_DOT] = ACTIONS(1754), + [anon_sym_QMARK_COLON] = ACTIONS(1754), + [anon_sym_AMP_AMP] = ACTIONS(1754), + [anon_sym_PIPE_PIPE] = ACTIONS(1754), + [anon_sym_else] = ACTIONS(1752), + [anon_sym_COLON_COLON] = ACTIONS(1754), + [anon_sym_PLUS_EQ] = ACTIONS(1754), + [anon_sym_DASH_EQ] = ACTIONS(1754), + [anon_sym_STAR_EQ] = ACTIONS(1754), + [anon_sym_SLASH_EQ] = ACTIONS(1754), + [anon_sym_PERCENT_EQ] = ACTIONS(1754), + [anon_sym_BANG_EQ] = ACTIONS(1752), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), + [anon_sym_EQ_EQ] = ACTIONS(1752), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), + [anon_sym_LT_EQ] = ACTIONS(1754), + [anon_sym_GT_EQ] = ACTIONS(1754), + [anon_sym_BANGin] = ACTIONS(1754), + [anon_sym_is] = ACTIONS(1752), + [anon_sym_BANGis] = ACTIONS(1754), + [anon_sym_PLUS] = ACTIONS(1752), + [anon_sym_DASH] = ACTIONS(1752), + [anon_sym_SLASH] = ACTIONS(1752), + [anon_sym_PERCENT] = ACTIONS(1752), + [anon_sym_as_QMARK] = ACTIONS(1754), + [anon_sym_PLUS_PLUS] = ACTIONS(1754), + [anon_sym_DASH_DASH] = ACTIONS(1754), + [anon_sym_BANG_BANG] = ACTIONS(1754), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -184701,66 +185015,66 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3274), - [sym_safe_nav] = ACTIONS(3274), + [sym__backtick_identifier] = ACTIONS(1754), + [sym_safe_nav] = ACTIONS(1754), [sym_multiline_comment] = ACTIONS(3), }, - [1328] = { - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(2177), - [sym__comparison_operator] = STATE(2176), - [sym__in_operator] = STATE(2172), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(2170), - [sym__multiplicative_operator] = STATE(2169), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_annotation] = STATE(7845), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2168), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), + [1330] = { + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(2113), + [sym__comparison_operator] = STATE(2103), + [sym__in_operator] = STATE(2075), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(2062), + [sym__multiplicative_operator] = STATE(2057), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_annotation] = STATE(7893), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2022), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_EQ] = ACTIONS(3019), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(3021), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_RPAREN] = ACTIONS(3021), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_EQ] = ACTIONS(3007), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(3009), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_RPAREN] = ACTIONS(3009), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(3646), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(3021), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3009), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), [anon_sym_STAR] = ACTIONS(3654), - [sym_label] = ACTIONS(3392), + [sym_label] = ACTIONS(3408), [anon_sym_in] = ACTIONS(3656), - [anon_sym_while] = ACTIONS(3019), + [anon_sym_while] = ACTIONS(3007), [anon_sym_DOT_DOT] = ACTIONS(3658), [anon_sym_QMARK_COLON] = ACTIONS(3660), [anon_sym_AMP_AMP] = ACTIONS(3662), [anon_sym_PIPE_PIPE] = ACTIONS(3664), - [anon_sym_else] = ACTIONS(3019), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_PLUS_EQ] = ACTIONS(3021), - [anon_sym_DASH_EQ] = ACTIONS(3021), - [anon_sym_STAR_EQ] = ACTIONS(3021), - [anon_sym_SLASH_EQ] = ACTIONS(3021), - [anon_sym_PERCENT_EQ] = ACTIONS(3021), + [anon_sym_else] = ACTIONS(3007), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_PLUS_EQ] = ACTIONS(3009), + [anon_sym_DASH_EQ] = ACTIONS(3009), + [anon_sym_STAR_EQ] = ACTIONS(3009), + [anon_sym_SLASH_EQ] = ACTIONS(3009), + [anon_sym_PERCENT_EQ] = ACTIONS(3009), [anon_sym_BANG_EQ] = ACTIONS(3666), [anon_sym_BANG_EQ_EQ] = ACTIONS(3668), [anon_sym_EQ_EQ] = ACTIONS(3666), @@ -184768,99 +185082,99 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_EQ] = ACTIONS(3670), [anon_sym_GT_EQ] = ACTIONS(3670), [anon_sym_BANGin] = ACTIONS(3672), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), [anon_sym_PLUS] = ACTIONS(3674), [anon_sym_DASH] = ACTIONS(3674), [anon_sym_SLASH] = ACTIONS(3654), [anon_sym_PERCENT] = ACTIONS(3654), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), - [anon_sym_suspend] = ACTIONS(3019), - [anon_sym_sealed] = ACTIONS(3019), - [anon_sym_annotation] = ACTIONS(3019), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), + [anon_sym_suspend] = ACTIONS(3007), + [anon_sym_sealed] = ACTIONS(3007), + [anon_sym_annotation] = ACTIONS(3007), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3019), - [anon_sym_lateinit] = ACTIONS(3019), - [anon_sym_public] = ACTIONS(3019), - [anon_sym_private] = ACTIONS(3019), - [anon_sym_internal] = ACTIONS(3019), - [anon_sym_protected] = ACTIONS(3019), - [anon_sym_tailrec] = ACTIONS(3019), - [anon_sym_operator] = ACTIONS(3019), - [anon_sym_infix] = ACTIONS(3019), - [anon_sym_inline] = ACTIONS(3019), - [anon_sym_external] = ACTIONS(3019), - [sym_property_modifier] = ACTIONS(3019), - [anon_sym_abstract] = ACTIONS(3019), - [anon_sym_final] = ACTIONS(3019), - [anon_sym_open] = ACTIONS(3019), - [anon_sym_vararg] = ACTIONS(3019), - [anon_sym_noinline] = ACTIONS(3019), - [anon_sym_crossinline] = ACTIONS(3019), + [anon_sym_override] = ACTIONS(3007), + [anon_sym_lateinit] = ACTIONS(3007), + [anon_sym_public] = ACTIONS(3007), + [anon_sym_private] = ACTIONS(3007), + [anon_sym_internal] = ACTIONS(3007), + [anon_sym_protected] = ACTIONS(3007), + [anon_sym_tailrec] = ACTIONS(3007), + [anon_sym_operator] = ACTIONS(3007), + [anon_sym_infix] = ACTIONS(3007), + [anon_sym_inline] = ACTIONS(3007), + [anon_sym_external] = ACTIONS(3007), + [sym_property_modifier] = ACTIONS(3007), + [anon_sym_abstract] = ACTIONS(3007), + [anon_sym_final] = ACTIONS(3007), + [anon_sym_open] = ACTIONS(3007), + [anon_sym_vararg] = ACTIONS(3007), + [anon_sym_noinline] = ACTIONS(3007), + [anon_sym_crossinline] = ACTIONS(3007), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), + [sym_safe_nav] = ACTIONS(3420), [sym_multiline_comment] = ACTIONS(3), }, - [1329] = { - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(2177), - [sym__comparison_operator] = STATE(2176), - [sym__in_operator] = STATE(2172), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(2170), - [sym__multiplicative_operator] = STATE(2169), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_annotation] = STATE(7845), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2168), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), + [1331] = { + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(2113), + [sym__comparison_operator] = STATE(2103), + [sym__in_operator] = STATE(2075), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(2062), + [sym__multiplicative_operator] = STATE(2057), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_annotation] = STATE(7893), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2022), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_EQ] = ACTIONS(2999), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(3001), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_RPAREN] = ACTIONS(3001), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_EQ] = ACTIONS(3044), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(3046), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_RPAREN] = ACTIONS(3046), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(3646), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(3001), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3046), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), [anon_sym_STAR] = ACTIONS(3654), - [sym_label] = ACTIONS(3392), + [sym_label] = ACTIONS(3408), [anon_sym_in] = ACTIONS(3656), - [anon_sym_while] = ACTIONS(2999), + [anon_sym_while] = ACTIONS(3044), [anon_sym_DOT_DOT] = ACTIONS(3658), [anon_sym_QMARK_COLON] = ACTIONS(3660), [anon_sym_AMP_AMP] = ACTIONS(3662), - [anon_sym_PIPE_PIPE] = ACTIONS(3664), - [anon_sym_else] = ACTIONS(2999), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_PLUS_EQ] = ACTIONS(3001), - [anon_sym_DASH_EQ] = ACTIONS(3001), - [anon_sym_STAR_EQ] = ACTIONS(3001), - [anon_sym_SLASH_EQ] = ACTIONS(3001), - [anon_sym_PERCENT_EQ] = ACTIONS(3001), + [anon_sym_PIPE_PIPE] = ACTIONS(3046), + [anon_sym_else] = ACTIONS(3044), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_PLUS_EQ] = ACTIONS(3046), + [anon_sym_DASH_EQ] = ACTIONS(3046), + [anon_sym_STAR_EQ] = ACTIONS(3046), + [anon_sym_SLASH_EQ] = ACTIONS(3046), + [anon_sym_PERCENT_EQ] = ACTIONS(3046), [anon_sym_BANG_EQ] = ACTIONS(3666), [anon_sym_BANG_EQ_EQ] = ACTIONS(3668), [anon_sym_EQ_EQ] = ACTIONS(3666), @@ -184868,299 +185182,99 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_EQ] = ACTIONS(3670), [anon_sym_GT_EQ] = ACTIONS(3670), [anon_sym_BANGin] = ACTIONS(3672), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), [anon_sym_PLUS] = ACTIONS(3674), [anon_sym_DASH] = ACTIONS(3674), [anon_sym_SLASH] = ACTIONS(3654), [anon_sym_PERCENT] = ACTIONS(3654), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), - [anon_sym_suspend] = ACTIONS(2999), - [anon_sym_sealed] = ACTIONS(2999), - [anon_sym_annotation] = ACTIONS(2999), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), + [anon_sym_suspend] = ACTIONS(3044), + [anon_sym_sealed] = ACTIONS(3044), + [anon_sym_annotation] = ACTIONS(3044), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(2999), - [anon_sym_lateinit] = ACTIONS(2999), - [anon_sym_public] = ACTIONS(2999), - [anon_sym_private] = ACTIONS(2999), - [anon_sym_internal] = ACTIONS(2999), - [anon_sym_protected] = ACTIONS(2999), - [anon_sym_tailrec] = ACTIONS(2999), - [anon_sym_operator] = ACTIONS(2999), - [anon_sym_infix] = ACTIONS(2999), - [anon_sym_inline] = ACTIONS(2999), - [anon_sym_external] = ACTIONS(2999), - [sym_property_modifier] = ACTIONS(2999), - [anon_sym_abstract] = ACTIONS(2999), - [anon_sym_final] = ACTIONS(2999), - [anon_sym_open] = ACTIONS(2999), - [anon_sym_vararg] = ACTIONS(2999), - [anon_sym_noinline] = ACTIONS(2999), - [anon_sym_crossinline] = ACTIONS(2999), + [anon_sym_override] = ACTIONS(3044), + [anon_sym_lateinit] = ACTIONS(3044), + [anon_sym_public] = ACTIONS(3044), + [anon_sym_private] = ACTIONS(3044), + [anon_sym_internal] = ACTIONS(3044), + [anon_sym_protected] = ACTIONS(3044), + [anon_sym_tailrec] = ACTIONS(3044), + [anon_sym_operator] = ACTIONS(3044), + [anon_sym_infix] = ACTIONS(3044), + [anon_sym_inline] = ACTIONS(3044), + [anon_sym_external] = ACTIONS(3044), + [sym_property_modifier] = ACTIONS(3044), + [anon_sym_abstract] = ACTIONS(3044), + [anon_sym_final] = ACTIONS(3044), + [anon_sym_open] = ACTIONS(3044), + [anon_sym_vararg] = ACTIONS(3044), + [anon_sym_noinline] = ACTIONS(3044), + [anon_sym_crossinline] = ACTIONS(3044), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), + [sym_safe_nav] = ACTIONS(3420), [sym_multiline_comment] = ACTIONS(3), }, - [1330] = { - [sym_function_body] = STATE(1127), - [sym__block] = STATE(1128), - [sym__alpha_identifier] = ACTIONS(4089), - [anon_sym_AT] = ACTIONS(4091), - [anon_sym_LBRACK] = ACTIONS(4091), - [anon_sym_as] = ACTIONS(4089), - [anon_sym_EQ] = ACTIONS(5103), - [anon_sym_LBRACE] = ACTIONS(4081), - [anon_sym_RBRACE] = ACTIONS(4091), - [anon_sym_LPAREN] = ACTIONS(4091), - [anon_sym_COMMA] = ACTIONS(4091), - [anon_sym_LT] = ACTIONS(4089), - [anon_sym_GT] = ACTIONS(4089), - [anon_sym_where] = ACTIONS(4089), - [anon_sym_object] = ACTIONS(4089), - [anon_sym_fun] = ACTIONS(4089), - [anon_sym_DOT] = ACTIONS(4089), - [anon_sym_SEMI] = ACTIONS(4091), - [anon_sym_get] = ACTIONS(4089), - [anon_sym_set] = ACTIONS(4089), - [anon_sym_this] = ACTIONS(4089), - [anon_sym_super] = ACTIONS(4089), - [anon_sym_STAR] = ACTIONS(4091), - [sym_label] = ACTIONS(4089), - [anon_sym_in] = ACTIONS(4089), - [anon_sym_DOT_DOT] = ACTIONS(4091), - [anon_sym_QMARK_COLON] = ACTIONS(4091), - [anon_sym_AMP_AMP] = ACTIONS(4091), - [anon_sym_PIPE_PIPE] = ACTIONS(4091), - [anon_sym_null] = ACTIONS(4089), - [anon_sym_if] = ACTIONS(4089), - [anon_sym_else] = ACTIONS(4089), - [anon_sym_when] = ACTIONS(4089), - [anon_sym_try] = ACTIONS(4089), - [anon_sym_throw] = ACTIONS(4089), - [anon_sym_return] = ACTIONS(4089), - [anon_sym_continue] = ACTIONS(4089), - [anon_sym_break] = ACTIONS(4089), - [anon_sym_COLON_COLON] = ACTIONS(4091), - [anon_sym_BANG_EQ] = ACTIONS(4089), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4091), - [anon_sym_EQ_EQ] = ACTIONS(4089), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4091), - [anon_sym_LT_EQ] = ACTIONS(4091), - [anon_sym_GT_EQ] = ACTIONS(4091), - [anon_sym_BANGin] = ACTIONS(4091), - [anon_sym_is] = ACTIONS(4089), - [anon_sym_BANGis] = ACTIONS(4091), - [anon_sym_PLUS] = ACTIONS(4089), - [anon_sym_DASH] = ACTIONS(4089), - [anon_sym_SLASH] = ACTIONS(4089), - [anon_sym_PERCENT] = ACTIONS(4091), - [anon_sym_as_QMARK] = ACTIONS(4091), - [anon_sym_PLUS_PLUS] = ACTIONS(4091), - [anon_sym_DASH_DASH] = ACTIONS(4091), - [anon_sym_BANG] = ACTIONS(4089), - [anon_sym_BANG_BANG] = ACTIONS(4091), - [anon_sym_suspend] = ACTIONS(4089), - [anon_sym_sealed] = ACTIONS(4089), - [anon_sym_annotation] = ACTIONS(4089), - [anon_sym_data] = ACTIONS(4089), - [anon_sym_inner] = ACTIONS(4089), - [anon_sym_override] = ACTIONS(4089), - [anon_sym_lateinit] = ACTIONS(4089), - [anon_sym_public] = ACTIONS(4089), - [anon_sym_private] = ACTIONS(4089), - [anon_sym_internal] = ACTIONS(4089), - [anon_sym_protected] = ACTIONS(4089), - [anon_sym_tailrec] = ACTIONS(4089), - [anon_sym_operator] = ACTIONS(4089), - [anon_sym_infix] = ACTIONS(4089), - [anon_sym_inline] = ACTIONS(4089), - [anon_sym_external] = ACTIONS(4089), - [sym_property_modifier] = ACTIONS(4089), - [anon_sym_abstract] = ACTIONS(4089), - [anon_sym_final] = ACTIONS(4089), - [anon_sym_open] = ACTIONS(4089), - [anon_sym_vararg] = ACTIONS(4089), - [anon_sym_noinline] = ACTIONS(4089), - [anon_sym_crossinline] = ACTIONS(4089), - [anon_sym_expect] = ACTIONS(4089), - [anon_sym_actual] = ACTIONS(4089), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4091), - [anon_sym_continue_AT] = ACTIONS(4091), - [anon_sym_break_AT] = ACTIONS(4091), - [sym_real_literal] = ACTIONS(4091), - [sym_integer_literal] = ACTIONS(4089), - [sym_hex_literal] = ACTIONS(4091), - [sym_bin_literal] = ACTIONS(4091), - [anon_sym_true] = ACTIONS(4089), - [anon_sym_false] = ACTIONS(4089), - [anon_sym_SQUOTE] = ACTIONS(4091), - [sym__backtick_identifier] = ACTIONS(4091), - [sym__automatic_semicolon] = ACTIONS(4091), - [sym_safe_nav] = ACTIONS(4091), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4091), - }, - [1331] = { - [sym_function_body] = STATE(1112), - [sym__block] = STATE(1128), - [sym__alpha_identifier] = ACTIONS(4095), - [anon_sym_AT] = ACTIONS(4097), - [anon_sym_LBRACK] = ACTIONS(4097), - [anon_sym_as] = ACTIONS(4095), - [anon_sym_EQ] = ACTIONS(5103), - [anon_sym_LBRACE] = ACTIONS(4081), - [anon_sym_RBRACE] = ACTIONS(4097), - [anon_sym_LPAREN] = ACTIONS(4097), - [anon_sym_COMMA] = ACTIONS(4097), - [anon_sym_LT] = ACTIONS(4095), - [anon_sym_GT] = ACTIONS(4095), - [anon_sym_where] = ACTIONS(4095), - [anon_sym_object] = ACTIONS(4095), - [anon_sym_fun] = ACTIONS(4095), - [anon_sym_DOT] = ACTIONS(4095), - [anon_sym_SEMI] = ACTIONS(4097), - [anon_sym_get] = ACTIONS(4095), - [anon_sym_set] = ACTIONS(4095), - [anon_sym_this] = ACTIONS(4095), - [anon_sym_super] = ACTIONS(4095), - [anon_sym_STAR] = ACTIONS(4097), - [sym_label] = ACTIONS(4095), - [anon_sym_in] = ACTIONS(4095), - [anon_sym_DOT_DOT] = ACTIONS(4097), - [anon_sym_QMARK_COLON] = ACTIONS(4097), - [anon_sym_AMP_AMP] = ACTIONS(4097), - [anon_sym_PIPE_PIPE] = ACTIONS(4097), - [anon_sym_null] = ACTIONS(4095), - [anon_sym_if] = ACTIONS(4095), - [anon_sym_else] = ACTIONS(4095), - [anon_sym_when] = ACTIONS(4095), - [anon_sym_try] = ACTIONS(4095), - [anon_sym_throw] = ACTIONS(4095), - [anon_sym_return] = ACTIONS(4095), - [anon_sym_continue] = ACTIONS(4095), - [anon_sym_break] = ACTIONS(4095), - [anon_sym_COLON_COLON] = ACTIONS(4097), - [anon_sym_BANG_EQ] = ACTIONS(4095), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4097), - [anon_sym_EQ_EQ] = ACTIONS(4095), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4097), - [anon_sym_LT_EQ] = ACTIONS(4097), - [anon_sym_GT_EQ] = ACTIONS(4097), - [anon_sym_BANGin] = ACTIONS(4097), - [anon_sym_is] = ACTIONS(4095), - [anon_sym_BANGis] = ACTIONS(4097), - [anon_sym_PLUS] = ACTIONS(4095), - [anon_sym_DASH] = ACTIONS(4095), - [anon_sym_SLASH] = ACTIONS(4095), - [anon_sym_PERCENT] = ACTIONS(4097), - [anon_sym_as_QMARK] = ACTIONS(4097), - [anon_sym_PLUS_PLUS] = ACTIONS(4097), - [anon_sym_DASH_DASH] = ACTIONS(4097), - [anon_sym_BANG] = ACTIONS(4095), - [anon_sym_BANG_BANG] = ACTIONS(4097), - [anon_sym_suspend] = ACTIONS(4095), - [anon_sym_sealed] = ACTIONS(4095), - [anon_sym_annotation] = ACTIONS(4095), - [anon_sym_data] = ACTIONS(4095), - [anon_sym_inner] = ACTIONS(4095), - [anon_sym_override] = ACTIONS(4095), - [anon_sym_lateinit] = ACTIONS(4095), - [anon_sym_public] = ACTIONS(4095), - [anon_sym_private] = ACTIONS(4095), - [anon_sym_internal] = ACTIONS(4095), - [anon_sym_protected] = ACTIONS(4095), - [anon_sym_tailrec] = ACTIONS(4095), - [anon_sym_operator] = ACTIONS(4095), - [anon_sym_infix] = ACTIONS(4095), - [anon_sym_inline] = ACTIONS(4095), - [anon_sym_external] = ACTIONS(4095), - [sym_property_modifier] = ACTIONS(4095), - [anon_sym_abstract] = ACTIONS(4095), - [anon_sym_final] = ACTIONS(4095), - [anon_sym_open] = ACTIONS(4095), - [anon_sym_vararg] = ACTIONS(4095), - [anon_sym_noinline] = ACTIONS(4095), - [anon_sym_crossinline] = ACTIONS(4095), - [anon_sym_expect] = ACTIONS(4095), - [anon_sym_actual] = ACTIONS(4095), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4097), - [anon_sym_continue_AT] = ACTIONS(4097), - [anon_sym_break_AT] = ACTIONS(4097), - [sym_real_literal] = ACTIONS(4097), - [sym_integer_literal] = ACTIONS(4095), - [sym_hex_literal] = ACTIONS(4097), - [sym_bin_literal] = ACTIONS(4097), - [anon_sym_true] = ACTIONS(4095), - [anon_sym_false] = ACTIONS(4095), - [anon_sym_SQUOTE] = ACTIONS(4097), - [sym__backtick_identifier] = ACTIONS(4097), - [sym__automatic_semicolon] = ACTIONS(4097), - [sym_safe_nav] = ACTIONS(4097), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4097), - }, [1332] = { - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(2177), - [sym__comparison_operator] = STATE(2176), - [sym__in_operator] = STATE(2172), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(2170), - [sym__multiplicative_operator] = STATE(2169), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_annotation] = STATE(7845), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2168), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(2113), + [sym__comparison_operator] = STATE(2103), + [sym__in_operator] = STATE(2075), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(2062), + [sym__multiplicative_operator] = STATE(2057), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_annotation] = STATE(7893), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2022), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_EQ] = ACTIONS(3061), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(3063), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_RPAREN] = ACTIONS(3063), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_EQ] = ACTIONS(3048), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(3050), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_RPAREN] = ACTIONS(3050), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(3646), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(3063), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3050), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), [anon_sym_STAR] = ACTIONS(3654), - [sym_label] = ACTIONS(3392), + [sym_label] = ACTIONS(3408), [anon_sym_in] = ACTIONS(3656), - [anon_sym_while] = ACTIONS(3061), + [anon_sym_while] = ACTIONS(3048), [anon_sym_DOT_DOT] = ACTIONS(3658), [anon_sym_QMARK_COLON] = ACTIONS(3660), - [anon_sym_AMP_AMP] = ACTIONS(3662), - [anon_sym_PIPE_PIPE] = ACTIONS(3664), - [anon_sym_else] = ACTIONS(3061), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_PLUS_EQ] = ACTIONS(3063), - [anon_sym_DASH_EQ] = ACTIONS(3063), - [anon_sym_STAR_EQ] = ACTIONS(3063), - [anon_sym_SLASH_EQ] = ACTIONS(3063), - [anon_sym_PERCENT_EQ] = ACTIONS(3063), + [anon_sym_AMP_AMP] = ACTIONS(3050), + [anon_sym_PIPE_PIPE] = ACTIONS(3050), + [anon_sym_else] = ACTIONS(3048), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_PLUS_EQ] = ACTIONS(3050), + [anon_sym_DASH_EQ] = ACTIONS(3050), + [anon_sym_STAR_EQ] = ACTIONS(3050), + [anon_sym_SLASH_EQ] = ACTIONS(3050), + [anon_sym_PERCENT_EQ] = ACTIONS(3050), [anon_sym_BANG_EQ] = ACTIONS(3666), [anon_sym_BANG_EQ_EQ] = ACTIONS(3668), [anon_sym_EQ_EQ] = ACTIONS(3666), @@ -185168,116 +185282,216 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_EQ] = ACTIONS(3670), [anon_sym_GT_EQ] = ACTIONS(3670), [anon_sym_BANGin] = ACTIONS(3672), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), [anon_sym_PLUS] = ACTIONS(3674), [anon_sym_DASH] = ACTIONS(3674), [anon_sym_SLASH] = ACTIONS(3654), [anon_sym_PERCENT] = ACTIONS(3654), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), - [anon_sym_suspend] = ACTIONS(3061), - [anon_sym_sealed] = ACTIONS(3061), - [anon_sym_annotation] = ACTIONS(3061), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), + [anon_sym_suspend] = ACTIONS(3048), + [anon_sym_sealed] = ACTIONS(3048), + [anon_sym_annotation] = ACTIONS(3048), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3061), - [anon_sym_lateinit] = ACTIONS(3061), - [anon_sym_public] = ACTIONS(3061), - [anon_sym_private] = ACTIONS(3061), - [anon_sym_internal] = ACTIONS(3061), - [anon_sym_protected] = ACTIONS(3061), - [anon_sym_tailrec] = ACTIONS(3061), - [anon_sym_operator] = ACTIONS(3061), - [anon_sym_infix] = ACTIONS(3061), - [anon_sym_inline] = ACTIONS(3061), - [anon_sym_external] = ACTIONS(3061), - [sym_property_modifier] = ACTIONS(3061), - [anon_sym_abstract] = ACTIONS(3061), - [anon_sym_final] = ACTIONS(3061), - [anon_sym_open] = ACTIONS(3061), - [anon_sym_vararg] = ACTIONS(3061), - [anon_sym_noinline] = ACTIONS(3061), - [anon_sym_crossinline] = ACTIONS(3061), + [anon_sym_override] = ACTIONS(3048), + [anon_sym_lateinit] = ACTIONS(3048), + [anon_sym_public] = ACTIONS(3048), + [anon_sym_private] = ACTIONS(3048), + [anon_sym_internal] = ACTIONS(3048), + [anon_sym_protected] = ACTIONS(3048), + [anon_sym_tailrec] = ACTIONS(3048), + [anon_sym_operator] = ACTIONS(3048), + [anon_sym_infix] = ACTIONS(3048), + [anon_sym_inline] = ACTIONS(3048), + [anon_sym_external] = ACTIONS(3048), + [sym_property_modifier] = ACTIONS(3048), + [anon_sym_abstract] = ACTIONS(3048), + [anon_sym_final] = ACTIONS(3048), + [anon_sym_open] = ACTIONS(3048), + [anon_sym_vararg] = ACTIONS(3048), + [anon_sym_noinline] = ACTIONS(3048), + [anon_sym_crossinline] = ACTIONS(3048), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), + [sym_safe_nav] = ACTIONS(3420), [sym_multiline_comment] = ACTIONS(3), }, [1333] = { - [sym_type_constraints] = STATE(1386), - [sym_property_delegate] = STATE(1544), - [sym_getter] = STATE(4643), - [sym_setter] = STATE(4643), - [sym_modifiers] = STATE(8708), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), + [sym__alpha_identifier] = ACTIONS(4285), + [anon_sym_AT] = ACTIONS(4288), + [anon_sym_LBRACK] = ACTIONS(4288), + [anon_sym_RBRACK] = ACTIONS(4291), + [anon_sym_as] = ACTIONS(4293), + [anon_sym_LBRACE] = ACTIONS(4288), + [anon_sym_RBRACE] = ACTIONS(4291), + [anon_sym_LPAREN] = ACTIONS(5291), + [anon_sym_COMMA] = ACTIONS(4291), + [anon_sym_RPAREN] = ACTIONS(4291), + [anon_sym_LT] = ACTIONS(4293), + [anon_sym_GT] = ACTIONS(4293), + [anon_sym_where] = ACTIONS(4293), + [anon_sym_object] = ACTIONS(3943), + [anon_sym_fun] = ACTIONS(3943), + [anon_sym_DOT] = ACTIONS(4293), + [anon_sym_SEMI] = ACTIONS(4291), + [anon_sym_get] = ACTIONS(4285), + [anon_sym_set] = ACTIONS(4285), + [anon_sym_this] = ACTIONS(3943), + [anon_sym_super] = ACTIONS(3943), + [anon_sym_STAR] = ACTIONS(4288), + [anon_sym_DASH_GT] = ACTIONS(4291), + [sym_label] = ACTIONS(4285), + [anon_sym_in] = ACTIONS(4293), + [anon_sym_while] = ACTIONS(4293), + [anon_sym_DOT_DOT] = ACTIONS(4291), + [anon_sym_QMARK_COLON] = ACTIONS(4291), + [anon_sym_AMP_AMP] = ACTIONS(4291), + [anon_sym_PIPE_PIPE] = ACTIONS(4291), + [anon_sym_null] = ACTIONS(3943), + [anon_sym_if] = ACTIONS(3943), + [anon_sym_else] = ACTIONS(4293), + [anon_sym_when] = ACTIONS(3943), + [anon_sym_try] = ACTIONS(3943), + [anon_sym_throw] = ACTIONS(3943), + [anon_sym_return] = ACTIONS(3943), + [anon_sym_continue] = ACTIONS(3943), + [anon_sym_break] = ACTIONS(3943), + [anon_sym_COLON_COLON] = ACTIONS(4288), + [anon_sym_BANG_EQ] = ACTIONS(4293), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4291), + [anon_sym_EQ_EQ] = ACTIONS(4293), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4291), + [anon_sym_LT_EQ] = ACTIONS(4291), + [anon_sym_GT_EQ] = ACTIONS(4291), + [anon_sym_BANGin] = ACTIONS(4291), + [anon_sym_is] = ACTIONS(4293), + [anon_sym_BANGis] = ACTIONS(4291), + [anon_sym_PLUS] = ACTIONS(4285), + [anon_sym_DASH] = ACTIONS(4285), + [anon_sym_SLASH] = ACTIONS(4293), + [anon_sym_PERCENT] = ACTIONS(4291), + [anon_sym_as_QMARK] = ACTIONS(4291), + [anon_sym_PLUS_PLUS] = ACTIONS(4288), + [anon_sym_DASH_DASH] = ACTIONS(4288), + [anon_sym_BANG] = ACTIONS(3943), + [anon_sym_BANG_BANG] = ACTIONS(4291), + [anon_sym_suspend] = ACTIONS(4293), + [anon_sym_sealed] = ACTIONS(4293), + [anon_sym_annotation] = ACTIONS(4293), + [anon_sym_data] = ACTIONS(4285), + [anon_sym_inner] = ACTIONS(4285), + [anon_sym_override] = ACTIONS(4293), + [anon_sym_lateinit] = ACTIONS(4293), + [anon_sym_public] = ACTIONS(4293), + [anon_sym_private] = ACTIONS(4293), + [anon_sym_internal] = ACTIONS(4293), + [anon_sym_protected] = ACTIONS(4293), + [anon_sym_tailrec] = ACTIONS(4293), + [anon_sym_operator] = ACTIONS(4293), + [anon_sym_infix] = ACTIONS(4293), + [anon_sym_inline] = ACTIONS(4293), + [anon_sym_external] = ACTIONS(4293), + [sym_property_modifier] = ACTIONS(4293), + [anon_sym_abstract] = ACTIONS(4293), + [anon_sym_final] = ACTIONS(4293), + [anon_sym_open] = ACTIONS(4293), + [anon_sym_vararg] = ACTIONS(4293), + [anon_sym_noinline] = ACTIONS(4293), + [anon_sym_crossinline] = ACTIONS(4293), + [anon_sym_expect] = ACTIONS(4285), + [anon_sym_actual] = ACTIONS(4285), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3948), + [anon_sym_continue_AT] = ACTIONS(3948), + [anon_sym_break_AT] = ACTIONS(3948), + [sym_real_literal] = ACTIONS(3948), + [sym_integer_literal] = ACTIONS(3943), + [sym_hex_literal] = ACTIONS(3948), + [sym_bin_literal] = ACTIONS(3948), + [anon_sym_true] = ACTIONS(3943), + [anon_sym_false] = ACTIONS(3943), + [anon_sym_SQUOTE] = ACTIONS(3948), + [sym__backtick_identifier] = ACTIONS(4288), + [sym_safe_nav] = ACTIONS(4291), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3948), + }, + [1334] = { + [sym_type_constraints] = STATE(1343), + [sym_property_delegate] = STATE(1553), + [sym_getter] = STATE(4641), + [sym_setter] = STATE(4641), + [sym_modifiers] = STATE(8670), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_RBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_EQ] = ACTIONS(5291), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_COMMA] = ACTIONS(3256), - [anon_sym_RPAREN] = ACTIONS(3256), - [anon_sym_by] = ACTIONS(5251), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(5293), - [anon_sym_get] = ACTIONS(5253), - [anon_sym_set] = ACTIONS(5255), - [anon_sym_STAR] = ACTIONS(3254), - [anon_sym_DASH_GT] = ACTIONS(3256), - [sym_label] = ACTIONS(3256), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_while] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_PLUS_EQ] = ACTIONS(3256), - [anon_sym_DASH_EQ] = ACTIONS(3256), - [anon_sym_STAR_EQ] = ACTIONS(3256), - [anon_sym_SLASH_EQ] = ACTIONS(3256), - [anon_sym_PERCENT_EQ] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3254), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG_BANG] = ACTIONS(3256), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_RBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_EQ] = ACTIONS(5295), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_COMMA] = ACTIONS(1786), + [anon_sym_RPAREN] = ACTIONS(1786), + [anon_sym_by] = ACTIONS(5265), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(3476), + [anon_sym_get] = ACTIONS(5267), + [anon_sym_set] = ACTIONS(5269), + [anon_sym_STAR] = ACTIONS(1784), + [anon_sym_DASH_GT] = ACTIONS(1786), + [sym_label] = ACTIONS(1786), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_while] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_PLUS_EQ] = ACTIONS(1786), + [anon_sym_DASH_EQ] = ACTIONS(1786), + [anon_sym_STAR_EQ] = ACTIONS(1786), + [anon_sym_SLASH_EQ] = ACTIONS(1786), + [anon_sym_PERCENT_EQ] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1784), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG_BANG] = ACTIONS(1786), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -185301,183 +185515,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), + [sym__backtick_identifier] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), [sym_multiline_comment] = ACTIONS(3), }, - [1334] = { - [sym_function_body] = STATE(1147), - [sym__block] = STATE(1128), - [sym__alpha_identifier] = ACTIONS(4101), - [anon_sym_AT] = ACTIONS(4103), - [anon_sym_LBRACK] = ACTIONS(4103), - [anon_sym_as] = ACTIONS(4101), - [anon_sym_EQ] = ACTIONS(5103), - [anon_sym_LBRACE] = ACTIONS(4081), - [anon_sym_RBRACE] = ACTIONS(4103), - [anon_sym_LPAREN] = ACTIONS(4103), - [anon_sym_COMMA] = ACTIONS(4103), - [anon_sym_LT] = ACTIONS(4101), - [anon_sym_GT] = ACTIONS(4101), - [anon_sym_where] = ACTIONS(4101), - [anon_sym_object] = ACTIONS(4101), - [anon_sym_fun] = ACTIONS(4101), - [anon_sym_DOT] = ACTIONS(4101), - [anon_sym_SEMI] = ACTIONS(4103), - [anon_sym_get] = ACTIONS(4101), - [anon_sym_set] = ACTIONS(4101), - [anon_sym_this] = ACTIONS(4101), - [anon_sym_super] = ACTIONS(4101), - [anon_sym_STAR] = ACTIONS(4103), - [sym_label] = ACTIONS(4101), - [anon_sym_in] = ACTIONS(4101), - [anon_sym_DOT_DOT] = ACTIONS(4103), - [anon_sym_QMARK_COLON] = ACTIONS(4103), - [anon_sym_AMP_AMP] = ACTIONS(4103), - [anon_sym_PIPE_PIPE] = ACTIONS(4103), - [anon_sym_null] = ACTIONS(4101), - [anon_sym_if] = ACTIONS(4101), - [anon_sym_else] = ACTIONS(4101), - [anon_sym_when] = ACTIONS(4101), - [anon_sym_try] = ACTIONS(4101), - [anon_sym_throw] = ACTIONS(4101), - [anon_sym_return] = ACTIONS(4101), - [anon_sym_continue] = ACTIONS(4101), - [anon_sym_break] = ACTIONS(4101), - [anon_sym_COLON_COLON] = ACTIONS(4103), - [anon_sym_BANG_EQ] = ACTIONS(4101), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4103), - [anon_sym_EQ_EQ] = ACTIONS(4101), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4103), - [anon_sym_LT_EQ] = ACTIONS(4103), - [anon_sym_GT_EQ] = ACTIONS(4103), - [anon_sym_BANGin] = ACTIONS(4103), - [anon_sym_is] = ACTIONS(4101), - [anon_sym_BANGis] = ACTIONS(4103), - [anon_sym_PLUS] = ACTIONS(4101), - [anon_sym_DASH] = ACTIONS(4101), - [anon_sym_SLASH] = ACTIONS(4101), - [anon_sym_PERCENT] = ACTIONS(4103), - [anon_sym_as_QMARK] = ACTIONS(4103), - [anon_sym_PLUS_PLUS] = ACTIONS(4103), - [anon_sym_DASH_DASH] = ACTIONS(4103), - [anon_sym_BANG] = ACTIONS(4101), - [anon_sym_BANG_BANG] = ACTIONS(4103), - [anon_sym_suspend] = ACTIONS(4101), - [anon_sym_sealed] = ACTIONS(4101), - [anon_sym_annotation] = ACTIONS(4101), - [anon_sym_data] = ACTIONS(4101), - [anon_sym_inner] = ACTIONS(4101), - [anon_sym_override] = ACTIONS(4101), - [anon_sym_lateinit] = ACTIONS(4101), - [anon_sym_public] = ACTIONS(4101), - [anon_sym_private] = ACTIONS(4101), - [anon_sym_internal] = ACTIONS(4101), - [anon_sym_protected] = ACTIONS(4101), - [anon_sym_tailrec] = ACTIONS(4101), - [anon_sym_operator] = ACTIONS(4101), - [anon_sym_infix] = ACTIONS(4101), - [anon_sym_inline] = ACTIONS(4101), - [anon_sym_external] = ACTIONS(4101), - [sym_property_modifier] = ACTIONS(4101), - [anon_sym_abstract] = ACTIONS(4101), - [anon_sym_final] = ACTIONS(4101), - [anon_sym_open] = ACTIONS(4101), - [anon_sym_vararg] = ACTIONS(4101), - [anon_sym_noinline] = ACTIONS(4101), - [anon_sym_crossinline] = ACTIONS(4101), - [anon_sym_expect] = ACTIONS(4101), - [anon_sym_actual] = ACTIONS(4101), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4103), - [anon_sym_continue_AT] = ACTIONS(4103), - [anon_sym_break_AT] = ACTIONS(4103), - [sym_real_literal] = ACTIONS(4103), - [sym_integer_literal] = ACTIONS(4101), - [sym_hex_literal] = ACTIONS(4103), - [sym_bin_literal] = ACTIONS(4103), - [anon_sym_true] = ACTIONS(4101), - [anon_sym_false] = ACTIONS(4101), - [anon_sym_SQUOTE] = ACTIONS(4103), - [sym__backtick_identifier] = ACTIONS(4103), - [sym__automatic_semicolon] = ACTIONS(4103), - [sym_safe_nav] = ACTIONS(4103), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4103), - }, [1335] = { - [sym_type_constraints] = STATE(1346), - [sym_property_delegate] = STATE(1550), - [sym_getter] = STATE(4710), - [sym_setter] = STATE(4710), - [sym_modifiers] = STATE(8708), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), + [sym_type_constraints] = STATE(1363), + [sym_property_delegate] = STATE(1590), + [sym_getter] = STATE(3203), + [sym_setter] = STATE(3203), + [sym_modifiers] = STATE(8930), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1694), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_RBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_EQ] = ACTIONS(5295), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_COMMA] = ACTIONS(1778), - [anon_sym_RPAREN] = ACTIONS(1778), - [anon_sym_by] = ACTIONS(5251), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(3482), - [anon_sym_get] = ACTIONS(5253), - [anon_sym_set] = ACTIONS(5255), - [anon_sym_STAR] = ACTIONS(1776), - [anon_sym_DASH_GT] = ACTIONS(1778), - [sym_label] = ACTIONS(1778), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_while] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_PLUS_EQ] = ACTIONS(1778), - [anon_sym_DASH_EQ] = ACTIONS(1778), - [anon_sym_STAR_EQ] = ACTIONS(1778), - [anon_sym_SLASH_EQ] = ACTIONS(1778), - [anon_sym_PERCENT_EQ] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1776), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG_BANG] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(1696), + [anon_sym_RBRACK] = ACTIONS(1696), + [anon_sym_as] = ACTIONS(1694), + [anon_sym_EQ] = ACTIONS(5297), + [anon_sym_LBRACE] = ACTIONS(1696), + [anon_sym_RBRACE] = ACTIONS(1696), + [anon_sym_LPAREN] = ACTIONS(1696), + [anon_sym_COMMA] = ACTIONS(1696), + [anon_sym_RPAREN] = ACTIONS(1696), + [anon_sym_by] = ACTIONS(5265), + [anon_sym_LT] = ACTIONS(1694), + [anon_sym_GT] = ACTIONS(1694), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(1694), + [anon_sym_SEMI] = ACTIONS(3486), + [anon_sym_get] = ACTIONS(5275), + [anon_sym_set] = ACTIONS(5277), + [anon_sym_STAR] = ACTIONS(1694), + [anon_sym_DASH_GT] = ACTIONS(1696), + [sym_label] = ACTIONS(1696), + [anon_sym_in] = ACTIONS(1694), + [anon_sym_while] = ACTIONS(1694), + [anon_sym_DOT_DOT] = ACTIONS(1696), + [anon_sym_QMARK_COLON] = ACTIONS(1696), + [anon_sym_AMP_AMP] = ACTIONS(1696), + [anon_sym_PIPE_PIPE] = ACTIONS(1696), + [anon_sym_else] = ACTIONS(1694), + [anon_sym_COLON_COLON] = ACTIONS(1696), + [anon_sym_PLUS_EQ] = ACTIONS(1696), + [anon_sym_DASH_EQ] = ACTIONS(1696), + [anon_sym_STAR_EQ] = ACTIONS(1696), + [anon_sym_SLASH_EQ] = ACTIONS(1696), + [anon_sym_PERCENT_EQ] = ACTIONS(1696), + [anon_sym_BANG_EQ] = ACTIONS(1694), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), + [anon_sym_EQ_EQ] = ACTIONS(1694), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), + [anon_sym_LT_EQ] = ACTIONS(1696), + [anon_sym_GT_EQ] = ACTIONS(1696), + [anon_sym_BANGin] = ACTIONS(1696), + [anon_sym_is] = ACTIONS(1694), + [anon_sym_BANGis] = ACTIONS(1696), + [anon_sym_PLUS] = ACTIONS(1694), + [anon_sym_DASH] = ACTIONS(1694), + [anon_sym_SLASH] = ACTIONS(1694), + [anon_sym_PERCENT] = ACTIONS(1694), + [anon_sym_as_QMARK] = ACTIONS(1696), + [anon_sym_PLUS_PLUS] = ACTIONS(1696), + [anon_sym_DASH_DASH] = ACTIONS(1696), + [anon_sym_BANG_BANG] = ACTIONS(1696), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -185501,183 +185615,183 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), + [sym__backtick_identifier] = ACTIONS(1696), + [sym_safe_nav] = ACTIONS(1696), [sym_multiline_comment] = ACTIONS(3), }, [1336] = { - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(2177), - [sym__comparison_operator] = STATE(2176), - [sym__in_operator] = STATE(2172), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(2170), - [sym__multiplicative_operator] = STATE(2169), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_annotation] = STATE(7845), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2168), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(2113), + [sym__comparison_operator] = STATE(2103), + [sym__in_operator] = STATE(2075), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(2062), + [sym__multiplicative_operator] = STATE(2057), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_annotation] = STATE(7893), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2022), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_EQ] = ACTIONS(3072), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(3074), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_RPAREN] = ACTIONS(3074), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3646), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(3074), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_EQ] = ACTIONS(3052), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(3054), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_RPAREN] = ACTIONS(3054), + [anon_sym_LT] = ACTIONS(3056), + [anon_sym_GT] = ACTIONS(3052), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3054), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), [anon_sym_STAR] = ACTIONS(3654), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(3656), - [anon_sym_while] = ACTIONS(3072), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(3052), + [anon_sym_while] = ACTIONS(3052), [anon_sym_DOT_DOT] = ACTIONS(3658), - [anon_sym_QMARK_COLON] = ACTIONS(3660), - [anon_sym_AMP_AMP] = ACTIONS(3662), - [anon_sym_PIPE_PIPE] = ACTIONS(3664), - [anon_sym_else] = ACTIONS(3072), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_PLUS_EQ] = ACTIONS(3074), - [anon_sym_DASH_EQ] = ACTIONS(3074), - [anon_sym_STAR_EQ] = ACTIONS(3074), - [anon_sym_SLASH_EQ] = ACTIONS(3074), - [anon_sym_PERCENT_EQ] = ACTIONS(3074), - [anon_sym_BANG_EQ] = ACTIONS(3666), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3668), - [anon_sym_EQ_EQ] = ACTIONS(3666), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3668), - [anon_sym_LT_EQ] = ACTIONS(3670), - [anon_sym_GT_EQ] = ACTIONS(3670), - [anon_sym_BANGin] = ACTIONS(3672), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), + [anon_sym_QMARK_COLON] = ACTIONS(3054), + [anon_sym_AMP_AMP] = ACTIONS(3054), + [anon_sym_PIPE_PIPE] = ACTIONS(3054), + [anon_sym_else] = ACTIONS(3052), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_PLUS_EQ] = ACTIONS(3054), + [anon_sym_DASH_EQ] = ACTIONS(3054), + [anon_sym_STAR_EQ] = ACTIONS(3054), + [anon_sym_SLASH_EQ] = ACTIONS(3054), + [anon_sym_PERCENT_EQ] = ACTIONS(3054), + [anon_sym_BANG_EQ] = ACTIONS(3052), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3054), + [anon_sym_EQ_EQ] = ACTIONS(3052), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3054), + [anon_sym_LT_EQ] = ACTIONS(3054), + [anon_sym_GT_EQ] = ACTIONS(3054), + [anon_sym_BANGin] = ACTIONS(3054), + [anon_sym_is] = ACTIONS(3052), + [anon_sym_BANGis] = ACTIONS(3054), [anon_sym_PLUS] = ACTIONS(3674), [anon_sym_DASH] = ACTIONS(3674), [anon_sym_SLASH] = ACTIONS(3654), [anon_sym_PERCENT] = ACTIONS(3654), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), - [anon_sym_suspend] = ACTIONS(3072), - [anon_sym_sealed] = ACTIONS(3072), - [anon_sym_annotation] = ACTIONS(3072), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), + [anon_sym_suspend] = ACTIONS(3052), + [anon_sym_sealed] = ACTIONS(3052), + [anon_sym_annotation] = ACTIONS(3052), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3072), - [anon_sym_lateinit] = ACTIONS(3072), - [anon_sym_public] = ACTIONS(3072), - [anon_sym_private] = ACTIONS(3072), - [anon_sym_internal] = ACTIONS(3072), - [anon_sym_protected] = ACTIONS(3072), - [anon_sym_tailrec] = ACTIONS(3072), - [anon_sym_operator] = ACTIONS(3072), - [anon_sym_infix] = ACTIONS(3072), - [anon_sym_inline] = ACTIONS(3072), - [anon_sym_external] = ACTIONS(3072), - [sym_property_modifier] = ACTIONS(3072), - [anon_sym_abstract] = ACTIONS(3072), - [anon_sym_final] = ACTIONS(3072), - [anon_sym_open] = ACTIONS(3072), - [anon_sym_vararg] = ACTIONS(3072), - [anon_sym_noinline] = ACTIONS(3072), - [anon_sym_crossinline] = ACTIONS(3072), + [anon_sym_override] = ACTIONS(3052), + [anon_sym_lateinit] = ACTIONS(3052), + [anon_sym_public] = ACTIONS(3052), + [anon_sym_private] = ACTIONS(3052), + [anon_sym_internal] = ACTIONS(3052), + [anon_sym_protected] = ACTIONS(3052), + [anon_sym_tailrec] = ACTIONS(3052), + [anon_sym_operator] = ACTIONS(3052), + [anon_sym_infix] = ACTIONS(3052), + [anon_sym_inline] = ACTIONS(3052), + [anon_sym_external] = ACTIONS(3052), + [sym_property_modifier] = ACTIONS(3052), + [anon_sym_abstract] = ACTIONS(3052), + [anon_sym_final] = ACTIONS(3052), + [anon_sym_open] = ACTIONS(3052), + [anon_sym_vararg] = ACTIONS(3052), + [anon_sym_noinline] = ACTIONS(3052), + [anon_sym_crossinline] = ACTIONS(3052), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), + [sym_safe_nav] = ACTIONS(3420), [sym_multiline_comment] = ACTIONS(3), }, [1337] = { - [sym_type_constraints] = STATE(1358), - [sym_property_delegate] = STATE(1564), - [sym_getter] = STATE(3232), - [sym_setter] = STATE(3232), - [sym_modifiers] = STATE(8655), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), + [sym_type_constraints] = STATE(1354), + [sym_property_delegate] = STATE(1588), + [sym_getter] = STATE(3255), + [sym_setter] = STATE(3255), + [sym_modifiers] = STATE(8930), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_RBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_EQ] = ACTIONS(5297), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_COMMA] = ACTIONS(3256), - [anon_sym_RPAREN] = ACTIONS(3256), - [anon_sym_by] = ACTIONS(5251), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(5299), - [anon_sym_get] = ACTIONS(5259), - [anon_sym_set] = ACTIONS(5261), - [anon_sym_STAR] = ACTIONS(3254), - [anon_sym_DASH_GT] = ACTIONS(3256), - [sym_label] = ACTIONS(3256), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_while] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_PLUS_EQ] = ACTIONS(3256), - [anon_sym_DASH_EQ] = ACTIONS(3256), - [anon_sym_STAR_EQ] = ACTIONS(3256), - [anon_sym_SLASH_EQ] = ACTIONS(3256), - [anon_sym_PERCENT_EQ] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3254), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG_BANG] = ACTIONS(3256), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_RBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_EQ] = ACTIONS(5299), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_COMMA] = ACTIONS(1786), + [anon_sym_RPAREN] = ACTIONS(1786), + [anon_sym_by] = ACTIONS(5265), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(3490), + [anon_sym_get] = ACTIONS(5275), + [anon_sym_set] = ACTIONS(5277), + [anon_sym_STAR] = ACTIONS(1784), + [anon_sym_DASH_GT] = ACTIONS(1786), + [sym_label] = ACTIONS(1786), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_while] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_PLUS_EQ] = ACTIONS(1786), + [anon_sym_DASH_EQ] = ACTIONS(1786), + [anon_sym_STAR_EQ] = ACTIONS(1786), + [anon_sym_SLASH_EQ] = ACTIONS(1786), + [anon_sym_PERCENT_EQ] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1784), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG_BANG] = ACTIONS(1786), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -185701,875 +185815,283 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), + [sym__backtick_identifier] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), [sym_multiline_comment] = ACTIONS(3), }, [1338] = { - [sym_type_constraints] = STATE(1487), - [sym_function_body] = STATE(1147), - [sym__block] = STATE(1128), - [sym__alpha_identifier] = ACTIONS(4101), - [anon_sym_AT] = ACTIONS(4103), - [anon_sym_LBRACK] = ACTIONS(4103), - [anon_sym_as] = ACTIONS(4101), - [anon_sym_EQ] = ACTIONS(5183), - [anon_sym_LBRACE] = ACTIONS(4081), - [anon_sym_RBRACE] = ACTIONS(4103), - [anon_sym_LPAREN] = ACTIONS(4103), - [anon_sym_LT] = ACTIONS(4101), - [anon_sym_GT] = ACTIONS(4101), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(4101), - [anon_sym_fun] = ACTIONS(4101), - [anon_sym_DOT] = ACTIONS(4101), - [anon_sym_SEMI] = ACTIONS(4103), - [anon_sym_get] = ACTIONS(4101), - [anon_sym_set] = ACTIONS(4101), - [anon_sym_this] = ACTIONS(4101), - [anon_sym_super] = ACTIONS(4101), - [anon_sym_STAR] = ACTIONS(4103), - [sym_label] = ACTIONS(4101), - [anon_sym_in] = ACTIONS(4101), - [anon_sym_DOT_DOT] = ACTIONS(4103), - [anon_sym_QMARK_COLON] = ACTIONS(4103), - [anon_sym_AMP_AMP] = ACTIONS(4103), - [anon_sym_PIPE_PIPE] = ACTIONS(4103), - [anon_sym_null] = ACTIONS(4101), - [anon_sym_if] = ACTIONS(4101), - [anon_sym_else] = ACTIONS(4101), - [anon_sym_when] = ACTIONS(4101), - [anon_sym_try] = ACTIONS(4101), - [anon_sym_throw] = ACTIONS(4101), - [anon_sym_return] = ACTIONS(4101), - [anon_sym_continue] = ACTIONS(4101), - [anon_sym_break] = ACTIONS(4101), - [anon_sym_COLON_COLON] = ACTIONS(4103), - [anon_sym_BANG_EQ] = ACTIONS(4101), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4103), - [anon_sym_EQ_EQ] = ACTIONS(4101), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4103), - [anon_sym_LT_EQ] = ACTIONS(4103), - [anon_sym_GT_EQ] = ACTIONS(4103), - [anon_sym_BANGin] = ACTIONS(4103), - [anon_sym_is] = ACTIONS(4101), - [anon_sym_BANGis] = ACTIONS(4103), - [anon_sym_PLUS] = ACTIONS(4101), - [anon_sym_DASH] = ACTIONS(4101), - [anon_sym_SLASH] = ACTIONS(4101), - [anon_sym_PERCENT] = ACTIONS(4103), - [anon_sym_as_QMARK] = ACTIONS(4103), - [anon_sym_PLUS_PLUS] = ACTIONS(4103), - [anon_sym_DASH_DASH] = ACTIONS(4103), - [anon_sym_BANG] = ACTIONS(4101), - [anon_sym_BANG_BANG] = ACTIONS(4103), - [anon_sym_suspend] = ACTIONS(4101), - [anon_sym_sealed] = ACTIONS(4101), - [anon_sym_annotation] = ACTIONS(4101), - [anon_sym_data] = ACTIONS(4101), - [anon_sym_inner] = ACTIONS(4101), - [anon_sym_override] = ACTIONS(4101), - [anon_sym_lateinit] = ACTIONS(4101), - [anon_sym_public] = ACTIONS(4101), - [anon_sym_private] = ACTIONS(4101), - [anon_sym_internal] = ACTIONS(4101), - [anon_sym_protected] = ACTIONS(4101), - [anon_sym_tailrec] = ACTIONS(4101), - [anon_sym_operator] = ACTIONS(4101), - [anon_sym_infix] = ACTIONS(4101), - [anon_sym_inline] = ACTIONS(4101), - [anon_sym_external] = ACTIONS(4101), - [sym_property_modifier] = ACTIONS(4101), - [anon_sym_abstract] = ACTIONS(4101), - [anon_sym_final] = ACTIONS(4101), - [anon_sym_open] = ACTIONS(4101), - [anon_sym_vararg] = ACTIONS(4101), - [anon_sym_noinline] = ACTIONS(4101), - [anon_sym_crossinline] = ACTIONS(4101), - [anon_sym_expect] = ACTIONS(4101), - [anon_sym_actual] = ACTIONS(4101), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4103), - [anon_sym_continue_AT] = ACTIONS(4103), - [anon_sym_break_AT] = ACTIONS(4103), - [sym_real_literal] = ACTIONS(4103), - [sym_integer_literal] = ACTIONS(4101), - [sym_hex_literal] = ACTIONS(4103), - [sym_bin_literal] = ACTIONS(4103), - [anon_sym_true] = ACTIONS(4101), - [anon_sym_false] = ACTIONS(4101), - [anon_sym_SQUOTE] = ACTIONS(4103), - [sym__backtick_identifier] = ACTIONS(4103), - [sym__automatic_semicolon] = ACTIONS(4103), - [sym_safe_nav] = ACTIONS(4103), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4103), - }, - [1339] = { - [sym__expression] = STATE(1205), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(3231), - [sym_parenthesized_expression] = STATE(3231), - [sym_collection_literal] = STATE(3231), - [sym__literal_constant] = STATE(3231), - [sym_string_literal] = STATE(3231), - [sym_lambda_literal] = STATE(3231), - [sym_anonymous_function] = STATE(3231), - [sym__function_literal] = STATE(3231), - [sym_object_literal] = STATE(3231), - [sym_this_expression] = STATE(3231), - [sym_super_expression] = STATE(3231), - [sym_if_expression] = STATE(3231), - [sym_when_expression] = STATE(3231), - [sym_try_expression] = STATE(3231), - [sym_jump_expression] = STATE(3231), - [sym_callable_reference] = STATE(3231), - [sym__prefix_unary_operator] = STATE(2185), - [sym_annotation] = STATE(2185), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3311), - [sym__return_at] = STATE(323), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(3231), - [sym_long_literal] = STATE(3231), - [sym_boolean_literal] = STATE(3231), - [sym_character_literal] = STATE(3231), - [sym__lexical_identifier] = STATE(2890), - [sym__alpha_identifier] = ACTIONS(2028), - [anon_sym_AT] = ACTIONS(5301), - [anon_sym_LBRACK] = ACTIONS(2035), - [anon_sym_LBRACE] = ACTIONS(2040), - [anon_sym_LPAREN] = ACTIONS(2043), - [anon_sym_object] = ACTIONS(5304), - [anon_sym_fun] = ACTIONS(5307), - [anon_sym_get] = ACTIONS(2028), - [anon_sym_set] = ACTIONS(2028), - [anon_sym_this] = ACTIONS(2058), - [anon_sym_super] = ACTIONS(2061), - [anon_sym_STAR] = ACTIONS(2064), - [sym_label] = ACTIONS(2067), - [anon_sym_for] = ACTIONS(2070), - [anon_sym_while] = ACTIONS(2070), - [anon_sym_do] = ACTIONS(2070), - [anon_sym_null] = ACTIONS(2072), - [anon_sym_if] = ACTIONS(2075), - [anon_sym_when] = ACTIONS(2078), - [anon_sym_try] = ACTIONS(2081), - [anon_sym_throw] = ACTIONS(2084), - [anon_sym_return] = ACTIONS(2087), - [anon_sym_continue] = ACTIONS(2090), - [anon_sym_break] = ACTIONS(2090), - [anon_sym_COLON_COLON] = ACTIONS(2093), - [anon_sym_PLUS] = ACTIONS(2067), - [anon_sym_DASH] = ACTIONS(2067), - [anon_sym_PLUS_PLUS] = ACTIONS(2096), - [anon_sym_DASH_DASH] = ACTIONS(2096), - [anon_sym_BANG] = ACTIONS(2096), - [anon_sym_data] = ACTIONS(2028), - [anon_sym_inner] = ACTIONS(2028), - [anon_sym_expect] = ACTIONS(2028), - [anon_sym_actual] = ACTIONS(2028), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(2099), - [anon_sym_continue_AT] = ACTIONS(2102), - [anon_sym_break_AT] = ACTIONS(2105), - [sym_real_literal] = ACTIONS(2108), - [sym_integer_literal] = ACTIONS(2111), - [sym_hex_literal] = ACTIONS(2114), - [sym_bin_literal] = ACTIONS(2114), - [anon_sym_true] = ACTIONS(2117), - [anon_sym_false] = ACTIONS(2117), - [anon_sym_SQUOTE] = ACTIONS(2120), - [sym__backtick_identifier] = ACTIONS(2123), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2126), - }, - [1340] = { - [sym__expression] = STATE(534), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2238), - [sym_annotation] = STATE(2238), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(269), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(2337), - [anon_sym_AT] = ACTIONS(5301), - [anon_sym_LBRACK] = ACTIONS(2340), - [anon_sym_LBRACE] = ACTIONS(2343), - [anon_sym_LPAREN] = ACTIONS(2346), - [anon_sym_object] = ACTIONS(5310), - [anon_sym_fun] = ACTIONS(5313), - [anon_sym_get] = ACTIONS(2337), - [anon_sym_set] = ACTIONS(2337), - [anon_sym_this] = ACTIONS(2361), - [anon_sym_super] = ACTIONS(2364), - [anon_sym_STAR] = ACTIONS(2614), - [sym_label] = ACTIONS(2617), - [anon_sym_for] = ACTIONS(2070), - [anon_sym_while] = ACTIONS(2070), - [anon_sym_do] = ACTIONS(2070), - [anon_sym_null] = ACTIONS(2373), - [anon_sym_if] = ACTIONS(2620), - [anon_sym_when] = ACTIONS(2379), - [anon_sym_try] = ACTIONS(2382), - [anon_sym_throw] = ACTIONS(2623), - [anon_sym_return] = ACTIONS(2626), - [anon_sym_continue] = ACTIONS(2391), - [anon_sym_break] = ACTIONS(2391), - [anon_sym_COLON_COLON] = ACTIONS(2394), - [anon_sym_PLUS] = ACTIONS(2617), - [anon_sym_DASH] = ACTIONS(2617), - [anon_sym_PLUS_PLUS] = ACTIONS(2629), - [anon_sym_DASH_DASH] = ACTIONS(2629), - [anon_sym_BANG] = ACTIONS(2629), - [anon_sym_data] = ACTIONS(2337), - [anon_sym_inner] = ACTIONS(2337), - [anon_sym_expect] = ACTIONS(2337), - [anon_sym_actual] = ACTIONS(2337), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(2192), - [anon_sym_continue_AT] = ACTIONS(2400), - [anon_sym_break_AT] = ACTIONS(2403), - [sym_real_literal] = ACTIONS(2406), - [sym_integer_literal] = ACTIONS(2409), - [sym_hex_literal] = ACTIONS(2412), - [sym_bin_literal] = ACTIONS(2412), - [anon_sym_true] = ACTIONS(2415), - [anon_sym_false] = ACTIONS(2415), - [anon_sym_SQUOTE] = ACTIONS(2418), - [sym__backtick_identifier] = ACTIONS(2421), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2424), - }, - [1341] = { - [sym__expression] = STATE(1360), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(2081), - [sym_annotation] = STATE(2081), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(264), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), - [sym__alpha_identifier] = ACTIONS(2129), - [anon_sym_AT] = ACTIONS(5301), - [anon_sym_LBRACK] = ACTIONS(2132), - [anon_sym_LBRACE] = ACTIONS(2135), - [anon_sym_LPAREN] = ACTIONS(2138), - [anon_sym_object] = ACTIONS(5316), - [anon_sym_fun] = ACTIONS(5319), - [anon_sym_get] = ACTIONS(2129), - [anon_sym_set] = ACTIONS(2129), - [anon_sym_this] = ACTIONS(2153), - [anon_sym_super] = ACTIONS(2156), - [anon_sym_STAR] = ACTIONS(2724), - [sym_label] = ACTIONS(2727), - [anon_sym_for] = ACTIONS(2070), - [anon_sym_while] = ACTIONS(2070), - [anon_sym_do] = ACTIONS(2070), - [anon_sym_null] = ACTIONS(2165), - [anon_sym_if] = ACTIONS(2730), - [anon_sym_when] = ACTIONS(2171), - [anon_sym_try] = ACTIONS(2174), - [anon_sym_throw] = ACTIONS(2733), - [anon_sym_return] = ACTIONS(2736), - [anon_sym_continue] = ACTIONS(2183), - [anon_sym_break] = ACTIONS(2183), - [anon_sym_COLON_COLON] = ACTIONS(2186), - [anon_sym_PLUS] = ACTIONS(2727), - [anon_sym_DASH] = ACTIONS(2727), - [anon_sym_PLUS_PLUS] = ACTIONS(2739), - [anon_sym_DASH_DASH] = ACTIONS(2739), - [anon_sym_BANG] = ACTIONS(2739), - [anon_sym_data] = ACTIONS(2129), - [anon_sym_inner] = ACTIONS(2129), - [anon_sym_expect] = ACTIONS(2129), - [anon_sym_actual] = ACTIONS(2129), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(2192), - [anon_sym_continue_AT] = ACTIONS(2195), - [anon_sym_break_AT] = ACTIONS(2198), - [sym_real_literal] = ACTIONS(2201), - [sym_integer_literal] = ACTIONS(2204), - [sym_hex_literal] = ACTIONS(2207), - [sym_bin_literal] = ACTIONS(2207), - [anon_sym_true] = ACTIONS(2210), - [anon_sym_false] = ACTIONS(2210), - [anon_sym_SQUOTE] = ACTIONS(2213), - [sym__backtick_identifier] = ACTIONS(2216), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2219), - }, - [1342] = { - [sym_class_body] = STATE(1086), - [sym_type_constraints] = STATE(1006), - [sym__alpha_identifier] = ACTIONS(4284), - [anon_sym_AT] = ACTIONS(4286), - [anon_sym_COLON] = ACTIONS(5322), - [anon_sym_LBRACK] = ACTIONS(4286), - [anon_sym_as] = ACTIONS(4284), - [anon_sym_LBRACE] = ACTIONS(3156), - [anon_sym_RBRACE] = ACTIONS(4286), - [anon_sym_LPAREN] = ACTIONS(4286), - [anon_sym_LT] = ACTIONS(4284), - [anon_sym_GT] = ACTIONS(4284), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(4284), - [anon_sym_fun] = ACTIONS(4284), - [anon_sym_DOT] = ACTIONS(4284), - [anon_sym_SEMI] = ACTIONS(4286), - [anon_sym_get] = ACTIONS(4284), - [anon_sym_set] = ACTIONS(4284), - [anon_sym_this] = ACTIONS(4284), - [anon_sym_super] = ACTIONS(4284), - [anon_sym_STAR] = ACTIONS(4286), - [sym_label] = ACTIONS(4284), - [anon_sym_in] = ACTIONS(4284), - [anon_sym_DOT_DOT] = ACTIONS(4286), - [anon_sym_QMARK_COLON] = ACTIONS(4286), - [anon_sym_AMP_AMP] = ACTIONS(4286), - [anon_sym_PIPE_PIPE] = ACTIONS(4286), - [anon_sym_null] = ACTIONS(4284), - [anon_sym_if] = ACTIONS(4284), - [anon_sym_else] = ACTIONS(4284), - [anon_sym_when] = ACTIONS(4284), - [anon_sym_try] = ACTIONS(4284), - [anon_sym_throw] = ACTIONS(4284), - [anon_sym_return] = ACTIONS(4284), - [anon_sym_continue] = ACTIONS(4284), - [anon_sym_break] = ACTIONS(4284), - [anon_sym_COLON_COLON] = ACTIONS(4286), - [anon_sym_BANG_EQ] = ACTIONS(4284), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4286), - [anon_sym_EQ_EQ] = ACTIONS(4284), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4286), - [anon_sym_LT_EQ] = ACTIONS(4286), - [anon_sym_GT_EQ] = ACTIONS(4286), - [anon_sym_BANGin] = ACTIONS(4286), - [anon_sym_is] = ACTIONS(4284), - [anon_sym_BANGis] = ACTIONS(4286), - [anon_sym_PLUS] = ACTIONS(4284), - [anon_sym_DASH] = ACTIONS(4284), - [anon_sym_SLASH] = ACTIONS(4284), - [anon_sym_PERCENT] = ACTIONS(4286), - [anon_sym_as_QMARK] = ACTIONS(4286), - [anon_sym_PLUS_PLUS] = ACTIONS(4286), - [anon_sym_DASH_DASH] = ACTIONS(4286), - [anon_sym_BANG] = ACTIONS(4284), - [anon_sym_BANG_BANG] = ACTIONS(4286), - [anon_sym_suspend] = ACTIONS(4284), - [anon_sym_sealed] = ACTIONS(4284), - [anon_sym_annotation] = ACTIONS(4284), - [anon_sym_data] = ACTIONS(4284), - [anon_sym_inner] = ACTIONS(4284), - [anon_sym_override] = ACTIONS(4284), - [anon_sym_lateinit] = ACTIONS(4284), - [anon_sym_public] = ACTIONS(4284), - [anon_sym_private] = ACTIONS(4284), - [anon_sym_internal] = ACTIONS(4284), - [anon_sym_protected] = ACTIONS(4284), - [anon_sym_tailrec] = ACTIONS(4284), - [anon_sym_operator] = ACTIONS(4284), - [anon_sym_infix] = ACTIONS(4284), - [anon_sym_inline] = ACTIONS(4284), - [anon_sym_external] = ACTIONS(4284), - [sym_property_modifier] = ACTIONS(4284), - [anon_sym_abstract] = ACTIONS(4284), - [anon_sym_final] = ACTIONS(4284), - [anon_sym_open] = ACTIONS(4284), - [anon_sym_vararg] = ACTIONS(4284), - [anon_sym_noinline] = ACTIONS(4284), - [anon_sym_crossinline] = ACTIONS(4284), - [anon_sym_expect] = ACTIONS(4284), - [anon_sym_actual] = ACTIONS(4284), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4286), - [anon_sym_continue_AT] = ACTIONS(4286), - [anon_sym_break_AT] = ACTIONS(4286), - [sym_real_literal] = ACTIONS(4286), - [sym_integer_literal] = ACTIONS(4284), - [sym_hex_literal] = ACTIONS(4286), - [sym_bin_literal] = ACTIONS(4286), - [anon_sym_true] = ACTIONS(4284), - [anon_sym_false] = ACTIONS(4284), - [anon_sym_SQUOTE] = ACTIONS(4286), - [sym__backtick_identifier] = ACTIONS(4286), - [sym__automatic_semicolon] = ACTIONS(4286), - [sym_safe_nav] = ACTIONS(4286), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4286), - }, - [1343] = { - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(2090), - [sym__comparison_operator] = STATE(2107), - [sym__in_operator] = STATE(2109), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(2110), - [sym__multiplicative_operator] = STATE(2111), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_annotation] = STATE(7852), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2113), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_EQ] = ACTIONS(2995), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(2997), - [anon_sym_LPAREN] = ACTIONS(3570), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3702), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(2997), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(3710), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(3712), - [anon_sym_DOT_DOT] = ACTIONS(3714), - [anon_sym_QMARK_COLON] = ACTIONS(3716), - [anon_sym_AMP_AMP] = ACTIONS(2997), - [anon_sym_PIPE_PIPE] = ACTIONS(2997), - [anon_sym_else] = ACTIONS(2995), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_PLUS_EQ] = ACTIONS(2997), - [anon_sym_DASH_EQ] = ACTIONS(2997), - [anon_sym_STAR_EQ] = ACTIONS(2997), - [anon_sym_SLASH_EQ] = ACTIONS(2997), - [anon_sym_PERCENT_EQ] = ACTIONS(2997), - [anon_sym_BANG_EQ] = ACTIONS(2995), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2997), - [anon_sym_EQ_EQ] = ACTIONS(2995), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2997), - [anon_sym_LT_EQ] = ACTIONS(3726), - [anon_sym_GT_EQ] = ACTIONS(3726), - [anon_sym_BANGin] = ACTIONS(3728), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), - [anon_sym_PLUS] = ACTIONS(3730), - [anon_sym_DASH] = ACTIONS(3730), - [anon_sym_SLASH] = ACTIONS(3710), - [anon_sym_PERCENT] = ACTIONS(3710), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), - [anon_sym_suspend] = ACTIONS(2995), - [anon_sym_sealed] = ACTIONS(2995), - [anon_sym_annotation] = ACTIONS(2995), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(2995), - [anon_sym_lateinit] = ACTIONS(2995), - [anon_sym_public] = ACTIONS(2995), - [anon_sym_private] = ACTIONS(2995), - [anon_sym_internal] = ACTIONS(2995), - [anon_sym_protected] = ACTIONS(2995), - [anon_sym_tailrec] = ACTIONS(2995), - [anon_sym_operator] = ACTIONS(2995), - [anon_sym_infix] = ACTIONS(2995), - [anon_sym_inline] = ACTIONS(2995), - [anon_sym_external] = ACTIONS(2995), - [sym_property_modifier] = ACTIONS(2995), - [anon_sym_abstract] = ACTIONS(2995), - [anon_sym_final] = ACTIONS(2995), - [anon_sym_open] = ACTIONS(2995), - [anon_sym_vararg] = ACTIONS(2995), - [anon_sym_noinline] = ACTIONS(2995), - [anon_sym_crossinline] = ACTIONS(2995), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), + [sym_type_constraints] = STATE(1366), + [sym_property_delegate] = STATE(1541), + [sym_getter] = STATE(4607), + [sym_setter] = STATE(4607), + [sym_modifiers] = STATE(8670), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_RBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_EQ] = ACTIONS(5301), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_COMMA] = ACTIONS(3280), + [anon_sym_RPAREN] = ACTIONS(3280), + [anon_sym_by] = ACTIONS(5265), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(5303), + [anon_sym_get] = ACTIONS(5267), + [anon_sym_set] = ACTIONS(5269), + [anon_sym_STAR] = ACTIONS(3278), + [anon_sym_DASH_GT] = ACTIONS(3280), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_while] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_PLUS_EQ] = ACTIONS(3280), + [anon_sym_DASH_EQ] = ACTIONS(3280), + [anon_sym_STAR_EQ] = ACTIONS(3280), + [anon_sym_SLASH_EQ] = ACTIONS(3280), + [anon_sym_PERCENT_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3278), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3280), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(2997), - [sym_safe_nav] = ACTIONS(3596), + [sym__backtick_identifier] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), [sym_multiline_comment] = ACTIONS(3), }, - [1344] = { - [sym_type_constraints] = STATE(1013), - [sym_enum_class_body] = STATE(1076), - [sym__alpha_identifier] = ACTIONS(3190), - [anon_sym_AT] = ACTIONS(3194), - [anon_sym_COLON] = ACTIONS(3552), - [anon_sym_LBRACK] = ACTIONS(3194), - [anon_sym_as] = ACTIONS(3190), - [anon_sym_LBRACE] = ACTIONS(3144), - [anon_sym_RBRACE] = ACTIONS(3194), - [anon_sym_LPAREN] = ACTIONS(3194), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3190), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(3190), - [anon_sym_fun] = ACTIONS(3190), - [anon_sym_DOT] = ACTIONS(3190), - [anon_sym_SEMI] = ACTIONS(3194), - [anon_sym_get] = ACTIONS(3190), - [anon_sym_set] = ACTIONS(3190), - [anon_sym_this] = ACTIONS(3190), - [anon_sym_super] = ACTIONS(3190), - [anon_sym_STAR] = ACTIONS(3194), - [sym_label] = ACTIONS(3190), - [anon_sym_in] = ACTIONS(3190), - [anon_sym_DOT_DOT] = ACTIONS(3194), - [anon_sym_QMARK_COLON] = ACTIONS(3194), - [anon_sym_AMP_AMP] = ACTIONS(3194), - [anon_sym_PIPE_PIPE] = ACTIONS(3194), - [anon_sym_null] = ACTIONS(3190), - [anon_sym_if] = ACTIONS(3190), - [anon_sym_else] = ACTIONS(3190), - [anon_sym_when] = ACTIONS(3190), - [anon_sym_try] = ACTIONS(3190), - [anon_sym_throw] = ACTIONS(3190), - [anon_sym_return] = ACTIONS(3190), - [anon_sym_continue] = ACTIONS(3190), - [anon_sym_break] = ACTIONS(3190), - [anon_sym_COLON_COLON] = ACTIONS(3194), - [anon_sym_BANG_EQ] = ACTIONS(3190), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3194), - [anon_sym_EQ_EQ] = ACTIONS(3190), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3194), - [anon_sym_LT_EQ] = ACTIONS(3194), - [anon_sym_GT_EQ] = ACTIONS(3194), - [anon_sym_BANGin] = ACTIONS(3194), - [anon_sym_is] = ACTIONS(3190), - [anon_sym_BANGis] = ACTIONS(3194), - [anon_sym_PLUS] = ACTIONS(3190), - [anon_sym_DASH] = ACTIONS(3190), - [anon_sym_SLASH] = ACTIONS(3190), - [anon_sym_PERCENT] = ACTIONS(3194), - [anon_sym_as_QMARK] = ACTIONS(3194), - [anon_sym_PLUS_PLUS] = ACTIONS(3194), - [anon_sym_DASH_DASH] = ACTIONS(3194), - [anon_sym_BANG] = ACTIONS(3190), - [anon_sym_BANG_BANG] = ACTIONS(3194), - [anon_sym_suspend] = ACTIONS(3190), - [anon_sym_sealed] = ACTIONS(3190), - [anon_sym_annotation] = ACTIONS(3190), - [anon_sym_data] = ACTIONS(3190), - [anon_sym_inner] = ACTIONS(3190), - [anon_sym_override] = ACTIONS(3190), - [anon_sym_lateinit] = ACTIONS(3190), - [anon_sym_public] = ACTIONS(3190), - [anon_sym_private] = ACTIONS(3190), - [anon_sym_internal] = ACTIONS(3190), - [anon_sym_protected] = ACTIONS(3190), - [anon_sym_tailrec] = ACTIONS(3190), - [anon_sym_operator] = ACTIONS(3190), - [anon_sym_infix] = ACTIONS(3190), - [anon_sym_inline] = ACTIONS(3190), - [anon_sym_external] = ACTIONS(3190), - [sym_property_modifier] = ACTIONS(3190), - [anon_sym_abstract] = ACTIONS(3190), - [anon_sym_final] = ACTIONS(3190), - [anon_sym_open] = ACTIONS(3190), - [anon_sym_vararg] = ACTIONS(3190), - [anon_sym_noinline] = ACTIONS(3190), - [anon_sym_crossinline] = ACTIONS(3190), - [anon_sym_expect] = ACTIONS(3190), - [anon_sym_actual] = ACTIONS(3190), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3194), - [anon_sym_continue_AT] = ACTIONS(3194), - [anon_sym_break_AT] = ACTIONS(3194), - [sym_real_literal] = ACTIONS(3194), - [sym_integer_literal] = ACTIONS(3190), - [sym_hex_literal] = ACTIONS(3194), - [sym_bin_literal] = ACTIONS(3194), - [anon_sym_true] = ACTIONS(3190), - [anon_sym_false] = ACTIONS(3190), - [anon_sym_SQUOTE] = ACTIONS(3194), - [sym__backtick_identifier] = ACTIONS(3194), - [sym__automatic_semicolon] = ACTIONS(3194), - [sym_safe_nav] = ACTIONS(3194), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3194), - }, - [1345] = { - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(2090), - [sym__comparison_operator] = STATE(2107), - [sym__in_operator] = STATE(2109), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(2110), - [sym__multiplicative_operator] = STATE(2111), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_annotation] = STATE(7852), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2113), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), + [1339] = { + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(2113), + [sym__comparison_operator] = STATE(2103), + [sym__in_operator] = STATE(2075), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(2062), + [sym__multiplicative_operator] = STATE(2057), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_annotation] = STATE(7893), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2022), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_EQ] = ACTIONS(3011), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(3013), - [anon_sym_LPAREN] = ACTIONS(3570), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_EQ] = ACTIONS(3018), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(3020), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_RPAREN] = ACTIONS(3020), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3702), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(3013), + [anon_sym_GT] = ACTIONS(3646), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3020), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(3710), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(3712), - [anon_sym_DOT_DOT] = ACTIONS(3714), - [anon_sym_QMARK_COLON] = ACTIONS(3716), - [anon_sym_AMP_AMP] = ACTIONS(3718), - [anon_sym_PIPE_PIPE] = ACTIONS(3013), - [anon_sym_else] = ACTIONS(3011), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_PLUS_EQ] = ACTIONS(3013), - [anon_sym_DASH_EQ] = ACTIONS(3013), - [anon_sym_STAR_EQ] = ACTIONS(3013), - [anon_sym_SLASH_EQ] = ACTIONS(3013), - [anon_sym_PERCENT_EQ] = ACTIONS(3013), - [anon_sym_BANG_EQ] = ACTIONS(3722), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3724), - [anon_sym_EQ_EQ] = ACTIONS(3722), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3724), - [anon_sym_LT_EQ] = ACTIONS(3726), - [anon_sym_GT_EQ] = ACTIONS(3726), - [anon_sym_BANGin] = ACTIONS(3728), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), - [anon_sym_PLUS] = ACTIONS(3730), - [anon_sym_DASH] = ACTIONS(3730), - [anon_sym_SLASH] = ACTIONS(3710), - [anon_sym_PERCENT] = ACTIONS(3710), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), - [anon_sym_suspend] = ACTIONS(3011), - [anon_sym_sealed] = ACTIONS(3011), - [anon_sym_annotation] = ACTIONS(3011), + [anon_sym_STAR] = ACTIONS(3654), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(3656), + [anon_sym_while] = ACTIONS(3018), + [anon_sym_DOT_DOT] = ACTIONS(3658), + [anon_sym_QMARK_COLON] = ACTIONS(3660), + [anon_sym_AMP_AMP] = ACTIONS(3662), + [anon_sym_PIPE_PIPE] = ACTIONS(3664), + [anon_sym_else] = ACTIONS(3018), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_PLUS_EQ] = ACTIONS(3020), + [anon_sym_DASH_EQ] = ACTIONS(3020), + [anon_sym_STAR_EQ] = ACTIONS(3020), + [anon_sym_SLASH_EQ] = ACTIONS(3020), + [anon_sym_PERCENT_EQ] = ACTIONS(3020), + [anon_sym_BANG_EQ] = ACTIONS(3666), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3668), + [anon_sym_EQ_EQ] = ACTIONS(3666), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3668), + [anon_sym_LT_EQ] = ACTIONS(3670), + [anon_sym_GT_EQ] = ACTIONS(3670), + [anon_sym_BANGin] = ACTIONS(3672), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), + [anon_sym_PLUS] = ACTIONS(3674), + [anon_sym_DASH] = ACTIONS(3674), + [anon_sym_SLASH] = ACTIONS(3654), + [anon_sym_PERCENT] = ACTIONS(3654), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), + [anon_sym_suspend] = ACTIONS(3018), + [anon_sym_sealed] = ACTIONS(3018), + [anon_sym_annotation] = ACTIONS(3018), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3011), - [anon_sym_lateinit] = ACTIONS(3011), - [anon_sym_public] = ACTIONS(3011), - [anon_sym_private] = ACTIONS(3011), - [anon_sym_internal] = ACTIONS(3011), - [anon_sym_protected] = ACTIONS(3011), - [anon_sym_tailrec] = ACTIONS(3011), - [anon_sym_operator] = ACTIONS(3011), - [anon_sym_infix] = ACTIONS(3011), - [anon_sym_inline] = ACTIONS(3011), - [anon_sym_external] = ACTIONS(3011), - [sym_property_modifier] = ACTIONS(3011), - [anon_sym_abstract] = ACTIONS(3011), - [anon_sym_final] = ACTIONS(3011), - [anon_sym_open] = ACTIONS(3011), - [anon_sym_vararg] = ACTIONS(3011), - [anon_sym_noinline] = ACTIONS(3011), - [anon_sym_crossinline] = ACTIONS(3011), + [anon_sym_override] = ACTIONS(3018), + [anon_sym_lateinit] = ACTIONS(3018), + [anon_sym_public] = ACTIONS(3018), + [anon_sym_private] = ACTIONS(3018), + [anon_sym_internal] = ACTIONS(3018), + [anon_sym_protected] = ACTIONS(3018), + [anon_sym_tailrec] = ACTIONS(3018), + [anon_sym_operator] = ACTIONS(3018), + [anon_sym_infix] = ACTIONS(3018), + [anon_sym_inline] = ACTIONS(3018), + [anon_sym_external] = ACTIONS(3018), + [sym_property_modifier] = ACTIONS(3018), + [anon_sym_abstract] = ACTIONS(3018), + [anon_sym_final] = ACTIONS(3018), + [anon_sym_open] = ACTIONS(3018), + [anon_sym_vararg] = ACTIONS(3018), + [anon_sym_noinline] = ACTIONS(3018), + [anon_sym_crossinline] = ACTIONS(3018), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3013), - [sym_safe_nav] = ACTIONS(3596), + [sym_safe_nav] = ACTIONS(3420), [sym_multiline_comment] = ACTIONS(3), }, - [1346] = { - [sym_property_delegate] = STATE(1554), - [sym_getter] = STATE(4680), - [sym_setter] = STATE(4680), - [sym_modifiers] = STATE(8708), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1770), + [1340] = { + [sym_type_constraints] = STATE(1344), + [sym_property_delegate] = STATE(1606), + [sym_getter] = STATE(4567), + [sym_setter] = STATE(4567), + [sym_modifiers] = STATE(8670), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3230), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1772), - [anon_sym_RBRACK] = ACTIONS(1772), - [anon_sym_as] = ACTIONS(1770), - [anon_sym_EQ] = ACTIONS(5324), - [anon_sym_LBRACE] = ACTIONS(1772), - [anon_sym_RBRACE] = ACTIONS(1772), - [anon_sym_LPAREN] = ACTIONS(1772), - [anon_sym_COMMA] = ACTIONS(1772), - [anon_sym_RPAREN] = ACTIONS(1772), - [anon_sym_by] = ACTIONS(5251), - [anon_sym_LT] = ACTIONS(1770), - [anon_sym_GT] = ACTIONS(1770), - [anon_sym_where] = ACTIONS(1770), - [anon_sym_DOT] = ACTIONS(1770), - [anon_sym_SEMI] = ACTIONS(3484), - [anon_sym_get] = ACTIONS(5253), - [anon_sym_set] = ACTIONS(5255), - [anon_sym_STAR] = ACTIONS(1770), - [anon_sym_DASH_GT] = ACTIONS(1772), - [sym_label] = ACTIONS(1772), - [anon_sym_in] = ACTIONS(1770), - [anon_sym_while] = ACTIONS(1770), - [anon_sym_DOT_DOT] = ACTIONS(1772), - [anon_sym_QMARK_COLON] = ACTIONS(1772), - [anon_sym_AMP_AMP] = ACTIONS(1772), - [anon_sym_PIPE_PIPE] = ACTIONS(1772), - [anon_sym_else] = ACTIONS(1770), - [anon_sym_COLON_COLON] = ACTIONS(1772), - [anon_sym_PLUS_EQ] = ACTIONS(1772), - [anon_sym_DASH_EQ] = ACTIONS(1772), - [anon_sym_STAR_EQ] = ACTIONS(1772), - [anon_sym_SLASH_EQ] = ACTIONS(1772), - [anon_sym_PERCENT_EQ] = ACTIONS(1772), - [anon_sym_BANG_EQ] = ACTIONS(1770), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1772), - [anon_sym_EQ_EQ] = ACTIONS(1770), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1772), - [anon_sym_LT_EQ] = ACTIONS(1772), - [anon_sym_GT_EQ] = ACTIONS(1772), - [anon_sym_BANGin] = ACTIONS(1772), - [anon_sym_is] = ACTIONS(1770), - [anon_sym_BANGis] = ACTIONS(1772), - [anon_sym_PLUS] = ACTIONS(1770), - [anon_sym_DASH] = ACTIONS(1770), - [anon_sym_SLASH] = ACTIONS(1770), - [anon_sym_PERCENT] = ACTIONS(1770), - [anon_sym_as_QMARK] = ACTIONS(1772), - [anon_sym_PLUS_PLUS] = ACTIONS(1772), - [anon_sym_DASH_DASH] = ACTIONS(1772), - [anon_sym_BANG_BANG] = ACTIONS(1772), + [anon_sym_LBRACK] = ACTIONS(3234), + [anon_sym_RBRACK] = ACTIONS(3234), + [anon_sym_as] = ACTIONS(3230), + [anon_sym_EQ] = ACTIONS(5305), + [anon_sym_LBRACE] = ACTIONS(3234), + [anon_sym_RBRACE] = ACTIONS(3234), + [anon_sym_LPAREN] = ACTIONS(3234), + [anon_sym_COMMA] = ACTIONS(3234), + [anon_sym_RPAREN] = ACTIONS(3234), + [anon_sym_by] = ACTIONS(5265), + [anon_sym_LT] = ACTIONS(3230), + [anon_sym_GT] = ACTIONS(3230), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(3230), + [anon_sym_SEMI] = ACTIONS(5307), + [anon_sym_get] = ACTIONS(5267), + [anon_sym_set] = ACTIONS(5269), + [anon_sym_STAR] = ACTIONS(3230), + [anon_sym_DASH_GT] = ACTIONS(3234), + [sym_label] = ACTIONS(3234), + [anon_sym_in] = ACTIONS(3230), + [anon_sym_while] = ACTIONS(3230), + [anon_sym_DOT_DOT] = ACTIONS(3234), + [anon_sym_QMARK_COLON] = ACTIONS(3234), + [anon_sym_AMP_AMP] = ACTIONS(3234), + [anon_sym_PIPE_PIPE] = ACTIONS(3234), + [anon_sym_else] = ACTIONS(3230), + [anon_sym_COLON_COLON] = ACTIONS(3234), + [anon_sym_PLUS_EQ] = ACTIONS(3234), + [anon_sym_DASH_EQ] = ACTIONS(3234), + [anon_sym_STAR_EQ] = ACTIONS(3234), + [anon_sym_SLASH_EQ] = ACTIONS(3234), + [anon_sym_PERCENT_EQ] = ACTIONS(3234), + [anon_sym_BANG_EQ] = ACTIONS(3230), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3234), + [anon_sym_EQ_EQ] = ACTIONS(3230), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3234), + [anon_sym_LT_EQ] = ACTIONS(3234), + [anon_sym_GT_EQ] = ACTIONS(3234), + [anon_sym_BANGin] = ACTIONS(3234), + [anon_sym_is] = ACTIONS(3230), + [anon_sym_BANGis] = ACTIONS(3234), + [anon_sym_PLUS] = ACTIONS(3230), + [anon_sym_DASH] = ACTIONS(3230), + [anon_sym_SLASH] = ACTIONS(3230), + [anon_sym_PERCENT] = ACTIONS(3230), + [anon_sym_as_QMARK] = ACTIONS(3234), + [anon_sym_PLUS_PLUS] = ACTIONS(3234), + [anon_sym_DASH_DASH] = ACTIONS(3234), + [anon_sym_BANG_BANG] = ACTIONS(3234), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -186593,163 +186115,658 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1772), - [sym_safe_nav] = ACTIONS(1772), + [sym__backtick_identifier] = ACTIONS(3234), + [sym_safe_nav] = ACTIONS(3234), [sym_multiline_comment] = ACTIONS(3), }, - [1347] = { - [sym__expression] = STATE(4155), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4941), - [sym_parenthesized_expression] = STATE(4941), - [sym_collection_literal] = STATE(4941), - [sym__literal_constant] = STATE(4941), - [sym_string_literal] = STATE(4941), - [sym_lambda_literal] = STATE(4941), - [sym_anonymous_function] = STATE(4941), - [sym__function_literal] = STATE(4941), - [sym_object_literal] = STATE(4941), - [sym_this_expression] = STATE(4941), - [sym_super_expression] = STATE(4941), - [sym_if_expression] = STATE(4941), - [sym_when_expression] = STATE(4941), - [sym_try_expression] = STATE(4941), - [sym_jump_expression] = STATE(4941), - [sym_callable_reference] = STATE(4941), - [sym__prefix_unary_operator] = STATE(1611), - [sym_annotation] = STATE(1611), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5029), - [sym__return_at] = STATE(360), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4941), - [sym_long_literal] = STATE(4941), - [sym_boolean_literal] = STATE(4941), - [sym_character_literal] = STATE(4941), - [sym__lexical_identifier] = STATE(4529), - [sym__alpha_identifier] = ACTIONS(2520), - [anon_sym_AT] = ACTIONS(5301), - [anon_sym_LBRACK] = ACTIONS(2523), - [anon_sym_LBRACE] = ACTIONS(2526), - [anon_sym_LPAREN] = ACTIONS(2529), - [anon_sym_object] = ACTIONS(5326), - [anon_sym_fun] = ACTIONS(5329), - [anon_sym_get] = ACTIONS(2520), - [anon_sym_set] = ACTIONS(2520), - [anon_sym_this] = ACTIONS(2544), - [anon_sym_super] = ACTIONS(2547), - [anon_sym_STAR] = ACTIONS(2922), - [sym_label] = ACTIONS(2925), - [anon_sym_for] = ACTIONS(2070), - [anon_sym_while] = ACTIONS(2070), - [anon_sym_do] = ACTIONS(2070), - [anon_sym_null] = ACTIONS(2556), - [anon_sym_if] = ACTIONS(2928), - [anon_sym_when] = ACTIONS(2562), - [anon_sym_try] = ACTIONS(2565), - [anon_sym_throw] = ACTIONS(2931), - [anon_sym_return] = ACTIONS(2934), - [anon_sym_continue] = ACTIONS(2574), - [anon_sym_break] = ACTIONS(2574), - [anon_sym_COLON_COLON] = ACTIONS(2577), - [anon_sym_PLUS] = ACTIONS(2925), - [anon_sym_DASH] = ACTIONS(2925), - [anon_sym_PLUS_PLUS] = ACTIONS(2937), - [anon_sym_DASH_DASH] = ACTIONS(2937), - [anon_sym_BANG] = ACTIONS(2937), - [anon_sym_data] = ACTIONS(2520), - [anon_sym_inner] = ACTIONS(2520), - [anon_sym_expect] = ACTIONS(2520), - [anon_sym_actual] = ACTIONS(2520), + [1341] = { + [sym_class_body] = STATE(1174), + [sym_type_constraints] = STATE(992), + [sym__alpha_identifier] = ACTIONS(4303), + [anon_sym_AT] = ACTIONS(4305), + [anon_sym_COLON] = ACTIONS(5309), + [anon_sym_LBRACK] = ACTIONS(4305), + [anon_sym_as] = ACTIONS(4303), + [anon_sym_LBRACE] = ACTIONS(3180), + [anon_sym_RBRACE] = ACTIONS(4305), + [anon_sym_LPAREN] = ACTIONS(4305), + [anon_sym_LT] = ACTIONS(4303), + [anon_sym_GT] = ACTIONS(4303), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(4303), + [anon_sym_fun] = ACTIONS(4303), + [anon_sym_DOT] = ACTIONS(4303), + [anon_sym_SEMI] = ACTIONS(4305), + [anon_sym_get] = ACTIONS(4303), + [anon_sym_set] = ACTIONS(4303), + [anon_sym_this] = ACTIONS(4303), + [anon_sym_super] = ACTIONS(4303), + [anon_sym_STAR] = ACTIONS(4305), + [sym_label] = ACTIONS(4303), + [anon_sym_in] = ACTIONS(4303), + [anon_sym_DOT_DOT] = ACTIONS(4305), + [anon_sym_QMARK_COLON] = ACTIONS(4305), + [anon_sym_AMP_AMP] = ACTIONS(4305), + [anon_sym_PIPE_PIPE] = ACTIONS(4305), + [anon_sym_null] = ACTIONS(4303), + [anon_sym_if] = ACTIONS(4303), + [anon_sym_else] = ACTIONS(4303), + [anon_sym_when] = ACTIONS(4303), + [anon_sym_try] = ACTIONS(4303), + [anon_sym_throw] = ACTIONS(4303), + [anon_sym_return] = ACTIONS(4303), + [anon_sym_continue] = ACTIONS(4303), + [anon_sym_break] = ACTIONS(4303), + [anon_sym_COLON_COLON] = ACTIONS(4305), + [anon_sym_BANG_EQ] = ACTIONS(4303), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4305), + [anon_sym_EQ_EQ] = ACTIONS(4303), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4305), + [anon_sym_LT_EQ] = ACTIONS(4305), + [anon_sym_GT_EQ] = ACTIONS(4305), + [anon_sym_BANGin] = ACTIONS(4305), + [anon_sym_is] = ACTIONS(4303), + [anon_sym_BANGis] = ACTIONS(4305), + [anon_sym_PLUS] = ACTIONS(4303), + [anon_sym_DASH] = ACTIONS(4303), + [anon_sym_SLASH] = ACTIONS(4303), + [anon_sym_PERCENT] = ACTIONS(4305), + [anon_sym_as_QMARK] = ACTIONS(4305), + [anon_sym_PLUS_PLUS] = ACTIONS(4305), + [anon_sym_DASH_DASH] = ACTIONS(4305), + [anon_sym_BANG] = ACTIONS(4303), + [anon_sym_BANG_BANG] = ACTIONS(4305), + [anon_sym_suspend] = ACTIONS(4303), + [anon_sym_sealed] = ACTIONS(4303), + [anon_sym_annotation] = ACTIONS(4303), + [anon_sym_data] = ACTIONS(4303), + [anon_sym_inner] = ACTIONS(4303), + [anon_sym_override] = ACTIONS(4303), + [anon_sym_lateinit] = ACTIONS(4303), + [anon_sym_public] = ACTIONS(4303), + [anon_sym_private] = ACTIONS(4303), + [anon_sym_internal] = ACTIONS(4303), + [anon_sym_protected] = ACTIONS(4303), + [anon_sym_tailrec] = ACTIONS(4303), + [anon_sym_operator] = ACTIONS(4303), + [anon_sym_infix] = ACTIONS(4303), + [anon_sym_inline] = ACTIONS(4303), + [anon_sym_external] = ACTIONS(4303), + [sym_property_modifier] = ACTIONS(4303), + [anon_sym_abstract] = ACTIONS(4303), + [anon_sym_final] = ACTIONS(4303), + [anon_sym_open] = ACTIONS(4303), + [anon_sym_vararg] = ACTIONS(4303), + [anon_sym_noinline] = ACTIONS(4303), + [anon_sym_crossinline] = ACTIONS(4303), + [anon_sym_expect] = ACTIONS(4303), + [anon_sym_actual] = ACTIONS(4303), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4305), + [anon_sym_continue_AT] = ACTIONS(4305), + [anon_sym_break_AT] = ACTIONS(4305), + [sym_real_literal] = ACTIONS(4305), + [sym_integer_literal] = ACTIONS(4303), + [sym_hex_literal] = ACTIONS(4305), + [sym_bin_literal] = ACTIONS(4305), + [anon_sym_true] = ACTIONS(4303), + [anon_sym_false] = ACTIONS(4303), + [anon_sym_SQUOTE] = ACTIONS(4305), + [sym__backtick_identifier] = ACTIONS(4305), + [sym__automatic_semicolon] = ACTIONS(4305), + [sym_safe_nav] = ACTIONS(4305), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4305), + }, + [1342] = { + [sym__expression] = STATE(3006), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1893), + [sym_annotation] = STATE(1893), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(295), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(2337), + [anon_sym_AT] = ACTIONS(5311), + [anon_sym_LBRACK] = ACTIONS(2340), + [anon_sym_LBRACE] = ACTIONS(2343), + [anon_sym_LPAREN] = ACTIONS(2346), + [anon_sym_object] = ACTIONS(5314), + [anon_sym_fun] = ACTIONS(5317), + [anon_sym_get] = ACTIONS(2337), + [anon_sym_set] = ACTIONS(2337), + [anon_sym_this] = ACTIONS(2361), + [anon_sym_super] = ACTIONS(2364), + [anon_sym_STAR] = ACTIONS(2656), + [sym_label] = ACTIONS(2659), + [anon_sym_for] = ACTIONS(2070), + [anon_sym_while] = ACTIONS(2070), + [anon_sym_do] = ACTIONS(2070), + [anon_sym_null] = ACTIONS(2373), + [anon_sym_if] = ACTIONS(2662), + [anon_sym_when] = ACTIONS(2379), + [anon_sym_try] = ACTIONS(2382), + [anon_sym_throw] = ACTIONS(2665), + [anon_sym_return] = ACTIONS(2668), + [anon_sym_continue] = ACTIONS(2391), + [anon_sym_break] = ACTIONS(2391), + [anon_sym_COLON_COLON] = ACTIONS(2394), + [anon_sym_PLUS] = ACTIONS(2659), + [anon_sym_DASH] = ACTIONS(2659), + [anon_sym_PLUS_PLUS] = ACTIONS(2671), + [anon_sym_DASH_DASH] = ACTIONS(2671), + [anon_sym_BANG] = ACTIONS(2671), + [anon_sym_data] = ACTIONS(2337), + [anon_sym_inner] = ACTIONS(2337), + [anon_sym_expect] = ACTIONS(2337), + [anon_sym_actual] = ACTIONS(2337), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(2400), + [anon_sym_continue_AT] = ACTIONS(2403), + [anon_sym_break_AT] = ACTIONS(2406), + [sym_real_literal] = ACTIONS(2409), + [sym_integer_literal] = ACTIONS(2412), + [sym_hex_literal] = ACTIONS(2415), + [sym_bin_literal] = ACTIONS(2415), + [anon_sym_true] = ACTIONS(2418), + [anon_sym_false] = ACTIONS(2418), + [anon_sym_SQUOTE] = ACTIONS(2421), + [sym__backtick_identifier] = ACTIONS(2424), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(2427), + }, + [1343] = { + [sym_property_delegate] = STATE(1562), + [sym_getter] = STATE(4715), + [sym_setter] = STATE(4715), + [sym_modifiers] = STATE(8670), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1694), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1696), + [anon_sym_RBRACK] = ACTIONS(1696), + [anon_sym_as] = ACTIONS(1694), + [anon_sym_EQ] = ACTIONS(5287), + [anon_sym_LBRACE] = ACTIONS(1696), + [anon_sym_RBRACE] = ACTIONS(1696), + [anon_sym_LPAREN] = ACTIONS(1696), + [anon_sym_COMMA] = ACTIONS(1696), + [anon_sym_RPAREN] = ACTIONS(1696), + [anon_sym_by] = ACTIONS(5265), + [anon_sym_LT] = ACTIONS(1694), + [anon_sym_GT] = ACTIONS(1694), + [anon_sym_where] = ACTIONS(1694), + [anon_sym_DOT] = ACTIONS(1694), + [anon_sym_SEMI] = ACTIONS(3474), + [anon_sym_get] = ACTIONS(5267), + [anon_sym_set] = ACTIONS(5269), + [anon_sym_STAR] = ACTIONS(1694), + [anon_sym_DASH_GT] = ACTIONS(1696), + [sym_label] = ACTIONS(1696), + [anon_sym_in] = ACTIONS(1694), + [anon_sym_while] = ACTIONS(1694), + [anon_sym_DOT_DOT] = ACTIONS(1696), + [anon_sym_QMARK_COLON] = ACTIONS(1696), + [anon_sym_AMP_AMP] = ACTIONS(1696), + [anon_sym_PIPE_PIPE] = ACTIONS(1696), + [anon_sym_else] = ACTIONS(1694), + [anon_sym_COLON_COLON] = ACTIONS(1696), + [anon_sym_PLUS_EQ] = ACTIONS(1696), + [anon_sym_DASH_EQ] = ACTIONS(1696), + [anon_sym_STAR_EQ] = ACTIONS(1696), + [anon_sym_SLASH_EQ] = ACTIONS(1696), + [anon_sym_PERCENT_EQ] = ACTIONS(1696), + [anon_sym_BANG_EQ] = ACTIONS(1694), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), + [anon_sym_EQ_EQ] = ACTIONS(1694), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), + [anon_sym_LT_EQ] = ACTIONS(1696), + [anon_sym_GT_EQ] = ACTIONS(1696), + [anon_sym_BANGin] = ACTIONS(1696), + [anon_sym_is] = ACTIONS(1694), + [anon_sym_BANGis] = ACTIONS(1696), + [anon_sym_PLUS] = ACTIONS(1694), + [anon_sym_DASH] = ACTIONS(1694), + [anon_sym_SLASH] = ACTIONS(1694), + [anon_sym_PERCENT] = ACTIONS(1694), + [anon_sym_as_QMARK] = ACTIONS(1696), + [anon_sym_PLUS_PLUS] = ACTIONS(1696), + [anon_sym_DASH_DASH] = ACTIONS(1696), + [anon_sym_BANG_BANG] = ACTIONS(1696), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1696), + [sym_safe_nav] = ACTIONS(1696), + [sym_multiline_comment] = ACTIONS(3), + }, + [1344] = { + [sym_property_delegate] = STATE(1541), + [sym_getter] = STATE(4607), + [sym_setter] = STATE(4607), + [sym_modifiers] = STATE(8670), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_RBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_EQ] = ACTIONS(5301), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_COMMA] = ACTIONS(3280), + [anon_sym_RPAREN] = ACTIONS(3280), + [anon_sym_by] = ACTIONS(5265), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_where] = ACTIONS(3278), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(5303), + [anon_sym_get] = ACTIONS(5267), + [anon_sym_set] = ACTIONS(5269), + [anon_sym_STAR] = ACTIONS(3278), + [anon_sym_DASH_GT] = ACTIONS(3280), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_while] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_PLUS_EQ] = ACTIONS(3280), + [anon_sym_DASH_EQ] = ACTIONS(3280), + [anon_sym_STAR_EQ] = ACTIONS(3280), + [anon_sym_SLASH_EQ] = ACTIONS(3280), + [anon_sym_PERCENT_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3278), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3280), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), + [sym_multiline_comment] = ACTIONS(3), + }, + [1345] = { + [sym__expression] = STATE(1359), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(1786), + [sym_annotation] = STATE(1786), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(263), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(2696), + [anon_sym_AT] = ACTIONS(5311), + [anon_sym_LBRACK] = ACTIONS(2699), + [anon_sym_LBRACE] = ACTIONS(2702), + [anon_sym_LPAREN] = ACTIONS(2705), + [anon_sym_object] = ACTIONS(5320), + [anon_sym_fun] = ACTIONS(5323), + [anon_sym_get] = ACTIONS(2696), + [anon_sym_set] = ACTIONS(2696), + [anon_sym_this] = ACTIONS(2720), + [anon_sym_super] = ACTIONS(2723), + [anon_sym_STAR] = ACTIONS(2726), + [sym_label] = ACTIONS(2729), + [anon_sym_for] = ACTIONS(2070), + [anon_sym_while] = ACTIONS(2070), + [anon_sym_do] = ACTIONS(2070), + [anon_sym_null] = ACTIONS(2732), + [anon_sym_if] = ACTIONS(2735), + [anon_sym_when] = ACTIONS(2738), + [anon_sym_try] = ACTIONS(2741), + [anon_sym_throw] = ACTIONS(2744), + [anon_sym_return] = ACTIONS(2747), + [anon_sym_continue] = ACTIONS(2750), + [anon_sym_break] = ACTIONS(2750), + [anon_sym_COLON_COLON] = ACTIONS(2753), + [anon_sym_PLUS] = ACTIONS(2729), + [anon_sym_DASH] = ACTIONS(2729), + [anon_sym_PLUS_PLUS] = ACTIONS(2756), + [anon_sym_DASH_DASH] = ACTIONS(2756), + [anon_sym_BANG] = ACTIONS(2756), + [anon_sym_data] = ACTIONS(2696), + [anon_sym_inner] = ACTIONS(2696), + [anon_sym_expect] = ACTIONS(2696), + [anon_sym_actual] = ACTIONS(2696), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(2099), - [anon_sym_continue_AT] = ACTIONS(2583), - [anon_sym_break_AT] = ACTIONS(2586), - [sym_real_literal] = ACTIONS(2589), - [sym_integer_literal] = ACTIONS(2592), - [sym_hex_literal] = ACTIONS(2595), - [sym_bin_literal] = ACTIONS(2595), - [anon_sym_true] = ACTIONS(2598), - [anon_sym_false] = ACTIONS(2598), - [anon_sym_SQUOTE] = ACTIONS(2601), - [sym__backtick_identifier] = ACTIONS(2604), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2607), + [anon_sym_continue_AT] = ACTIONS(2759), + [anon_sym_break_AT] = ACTIONS(2762), + [sym_real_literal] = ACTIONS(2765), + [sym_integer_literal] = ACTIONS(2768), + [sym_hex_literal] = ACTIONS(2771), + [sym_bin_literal] = ACTIONS(2771), + [anon_sym_true] = ACTIONS(2774), + [anon_sym_false] = ACTIONS(2774), + [anon_sym_SQUOTE] = ACTIONS(2777), + [sym__backtick_identifier] = ACTIONS(2780), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(2783), }, - [1348] = { - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(2090), - [sym__comparison_operator] = STATE(2107), - [sym__in_operator] = STATE(2109), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(2110), - [sym__multiplicative_operator] = STATE(2111), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_annotation] = STATE(7852), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2113), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), + [1346] = { + [sym_primary_constructor] = STATE(3197), + [sym__class_parameters] = STATE(3039), + [sym_type_parameters] = STATE(1510), + [sym_type_constraints] = STATE(3058), + [sym_enum_class_body] = STATE(3302), + [sym_modifiers] = STATE(9227), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3136), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_COLON] = ACTIONS(5326), + [anon_sym_LBRACK] = ACTIONS(3140), + [anon_sym_as] = ACTIONS(3136), + [anon_sym_EQ] = ACTIONS(3136), + [anon_sym_constructor] = ACTIONS(5169), + [anon_sym_LBRACE] = ACTIONS(5171), + [anon_sym_RBRACE] = ACTIONS(3140), + [anon_sym_LPAREN] = ACTIONS(5173), + [anon_sym_RPAREN] = ACTIONS(3140), + [anon_sym_LT] = ACTIONS(5119), + [anon_sym_GT] = ACTIONS(3136), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(3136), + [anon_sym_SEMI] = ACTIONS(3140), + [anon_sym_get] = ACTIONS(3136), + [anon_sym_set] = ACTIONS(3136), + [anon_sym_STAR] = ACTIONS(3136), + [sym_label] = ACTIONS(3140), + [anon_sym_in] = ACTIONS(3136), + [anon_sym_while] = ACTIONS(3136), + [anon_sym_DOT_DOT] = ACTIONS(3140), + [anon_sym_QMARK_COLON] = ACTIONS(3140), + [anon_sym_AMP_AMP] = ACTIONS(3140), + [anon_sym_PIPE_PIPE] = ACTIONS(3140), + [anon_sym_else] = ACTIONS(3136), + [anon_sym_COLON_COLON] = ACTIONS(3140), + [anon_sym_PLUS_EQ] = ACTIONS(3140), + [anon_sym_DASH_EQ] = ACTIONS(3140), + [anon_sym_STAR_EQ] = ACTIONS(3140), + [anon_sym_SLASH_EQ] = ACTIONS(3140), + [anon_sym_PERCENT_EQ] = ACTIONS(3140), + [anon_sym_BANG_EQ] = ACTIONS(3136), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3140), + [anon_sym_EQ_EQ] = ACTIONS(3136), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3140), + [anon_sym_LT_EQ] = ACTIONS(3140), + [anon_sym_GT_EQ] = ACTIONS(3140), + [anon_sym_BANGin] = ACTIONS(3140), + [anon_sym_is] = ACTIONS(3136), + [anon_sym_BANGis] = ACTIONS(3140), + [anon_sym_PLUS] = ACTIONS(3136), + [anon_sym_DASH] = ACTIONS(3136), + [anon_sym_SLASH] = ACTIONS(3136), + [anon_sym_PERCENT] = ACTIONS(3136), + [anon_sym_as_QMARK] = ACTIONS(3140), + [anon_sym_PLUS_PLUS] = ACTIONS(3140), + [anon_sym_DASH_DASH] = ACTIONS(3140), + [anon_sym_BANG_BANG] = ACTIONS(3140), + [anon_sym_suspend] = ACTIONS(3120), + [anon_sym_sealed] = ACTIONS(3122), + [anon_sym_annotation] = ACTIONS(3122), + [anon_sym_data] = ACTIONS(3122), + [anon_sym_inner] = ACTIONS(3122), + [anon_sym_override] = ACTIONS(3124), + [anon_sym_lateinit] = ACTIONS(3124), + [anon_sym_public] = ACTIONS(3126), + [anon_sym_private] = ACTIONS(3126), + [anon_sym_internal] = ACTIONS(3126), + [anon_sym_protected] = ACTIONS(3126), + [anon_sym_tailrec] = ACTIONS(3120), + [anon_sym_operator] = ACTIONS(3120), + [anon_sym_infix] = ACTIONS(3120), + [anon_sym_inline] = ACTIONS(3120), + [anon_sym_external] = ACTIONS(3120), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3130), + [anon_sym_final] = ACTIONS(3130), + [anon_sym_open] = ACTIONS(3130), + [anon_sym_vararg] = ACTIONS(3132), + [anon_sym_noinline] = ACTIONS(3132), + [anon_sym_crossinline] = ACTIONS(3132), + [anon_sym_expect] = ACTIONS(3134), + [anon_sym_actual] = ACTIONS(3134), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3140), + [sym_safe_nav] = ACTIONS(3140), + [sym_multiline_comment] = ACTIONS(3), + }, + [1347] = { + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(1826), + [sym__comparison_operator] = STATE(1844), + [sym__in_operator] = STATE(1856), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(1875), + [sym__multiplicative_operator] = STATE(1884), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_annotation] = STATE(7883), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2067), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_EQ] = ACTIONS(3090), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_EQ] = ACTIONS(3059), [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(3092), - [anon_sym_LPAREN] = ACTIONS(3570), + [anon_sym_RBRACE] = ACTIONS(3061), + [anon_sym_LPAREN] = ACTIONS(3572), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(3702), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(3092), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(3061), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), [anon_sym_STAR] = ACTIONS(3710), - [sym_label] = ACTIONS(3584), + [sym_label] = ACTIONS(3586), [anon_sym_in] = ACTIONS(3712), [anon_sym_DOT_DOT] = ACTIONS(3714), [anon_sym_QMARK_COLON] = ACTIONS(3716), [anon_sym_AMP_AMP] = ACTIONS(3718), [anon_sym_PIPE_PIPE] = ACTIONS(3720), - [anon_sym_else] = ACTIONS(3090), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_PLUS_EQ] = ACTIONS(3092), - [anon_sym_DASH_EQ] = ACTIONS(3092), - [anon_sym_STAR_EQ] = ACTIONS(3092), - [anon_sym_SLASH_EQ] = ACTIONS(3092), - [anon_sym_PERCENT_EQ] = ACTIONS(3092), + [anon_sym_else] = ACTIONS(3059), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_PLUS_EQ] = ACTIONS(3061), + [anon_sym_DASH_EQ] = ACTIONS(3061), + [anon_sym_STAR_EQ] = ACTIONS(3061), + [anon_sym_SLASH_EQ] = ACTIONS(3061), + [anon_sym_PERCENT_EQ] = ACTIONS(3061), [anon_sym_BANG_EQ] = ACTIONS(3722), [anon_sym_BANG_EQ_EQ] = ACTIONS(3724), [anon_sym_EQ_EQ] = ACTIONS(3722), @@ -186757,80 +186774,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_EQ] = ACTIONS(3726), [anon_sym_GT_EQ] = ACTIONS(3726), [anon_sym_BANGin] = ACTIONS(3728), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), [anon_sym_PLUS] = ACTIONS(3730), [anon_sym_DASH] = ACTIONS(3730), [anon_sym_SLASH] = ACTIONS(3710), [anon_sym_PERCENT] = ACTIONS(3710), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), - [anon_sym_suspend] = ACTIONS(3090), - [anon_sym_sealed] = ACTIONS(3090), - [anon_sym_annotation] = ACTIONS(3090), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), + [anon_sym_suspend] = ACTIONS(3059), + [anon_sym_sealed] = ACTIONS(3059), + [anon_sym_annotation] = ACTIONS(3059), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3090), - [anon_sym_lateinit] = ACTIONS(3090), - [anon_sym_public] = ACTIONS(3090), - [anon_sym_private] = ACTIONS(3090), - [anon_sym_internal] = ACTIONS(3090), - [anon_sym_protected] = ACTIONS(3090), - [anon_sym_tailrec] = ACTIONS(3090), - [anon_sym_operator] = ACTIONS(3090), - [anon_sym_infix] = ACTIONS(3090), - [anon_sym_inline] = ACTIONS(3090), - [anon_sym_external] = ACTIONS(3090), - [sym_property_modifier] = ACTIONS(3090), - [anon_sym_abstract] = ACTIONS(3090), - [anon_sym_final] = ACTIONS(3090), - [anon_sym_open] = ACTIONS(3090), - [anon_sym_vararg] = ACTIONS(3090), - [anon_sym_noinline] = ACTIONS(3090), - [anon_sym_crossinline] = ACTIONS(3090), + [anon_sym_override] = ACTIONS(3059), + [anon_sym_lateinit] = ACTIONS(3059), + [anon_sym_public] = ACTIONS(3059), + [anon_sym_private] = ACTIONS(3059), + [anon_sym_internal] = ACTIONS(3059), + [anon_sym_protected] = ACTIONS(3059), + [anon_sym_tailrec] = ACTIONS(3059), + [anon_sym_operator] = ACTIONS(3059), + [anon_sym_infix] = ACTIONS(3059), + [anon_sym_inline] = ACTIONS(3059), + [anon_sym_external] = ACTIONS(3059), + [sym_property_modifier] = ACTIONS(3059), + [anon_sym_abstract] = ACTIONS(3059), + [anon_sym_final] = ACTIONS(3059), + [anon_sym_open] = ACTIONS(3059), + [anon_sym_vararg] = ACTIONS(3059), + [anon_sym_noinline] = ACTIONS(3059), + [anon_sym_crossinline] = ACTIONS(3059), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3092), - [sym_safe_nav] = ACTIONS(3596), + [sym__automatic_semicolon] = ACTIONS(3061), + [sym_safe_nav] = ACTIONS(3598), [sym_multiline_comment] = ACTIONS(3), }, - [1349] = { - [sym_primary_constructor] = STATE(4592), - [sym__class_parameters] = STATE(4877), - [sym_type_parameters] = STATE(1482), - [sym_type_constraints] = STATE(4840), - [sym_enum_class_body] = STATE(5070), - [sym_modifiers] = STATE(9180), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), + [1348] = { + [sym_primary_constructor] = STATE(3262), + [sym_class_body] = STATE(3302), + [sym__class_parameters] = STATE(3039), + [sym_type_parameters] = STATE(1509), + [sym_type_constraints] = STATE(3067), + [sym_modifiers] = STATE(9227), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), [sym__alpha_identifier] = ACTIONS(3136), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(5332), + [anon_sym_COLON] = ACTIONS(5328), [anon_sym_LBRACK] = ACTIONS(3140), [anon_sym_as] = ACTIONS(3136), [anon_sym_EQ] = ACTIONS(3136), - [anon_sym_constructor] = ACTIONS(5334), - [anon_sym_LBRACE] = ACTIONS(5336), + [anon_sym_constructor] = ACTIONS(5169), + [anon_sym_LBRACE] = ACTIONS(5179), [anon_sym_RBRACE] = ACTIONS(3140), - [anon_sym_LPAREN] = ACTIONS(5338), - [anon_sym_COMMA] = ACTIONS(3140), - [anon_sym_LT] = ACTIONS(5340), + [anon_sym_LPAREN] = ACTIONS(5173), + [anon_sym_RPAREN] = ACTIONS(3140), + [anon_sym_LT] = ACTIONS(5119), [anon_sym_GT] = ACTIONS(3136), - [anon_sym_where] = ACTIONS(5342), + [anon_sym_where] = ACTIONS(5175), [anon_sym_DOT] = ACTIONS(3136), [anon_sym_SEMI] = ACTIONS(3140), [anon_sym_get] = ACTIONS(3136), @@ -186838,6 +186855,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(3136), [sym_label] = ACTIONS(3140), [anon_sym_in] = ACTIONS(3136), + [anon_sym_while] = ACTIONS(3136), [anon_sym_DOT_DOT] = ACTIONS(3140), [anon_sym_QMARK_COLON] = ACTIONS(3140), [anon_sym_AMP_AMP] = ACTIONS(3140), @@ -186893,439 +186911,438 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(3140), - [sym__automatic_semicolon] = ACTIONS(3140), [sym_safe_nav] = ACTIONS(3140), [sym_multiline_comment] = ACTIONS(3), }, + [1349] = { + [sym_class_body] = STATE(1139), + [sym_type_constraints] = STATE(957), + [sym__alpha_identifier] = ACTIONS(3196), + [anon_sym_AT] = ACTIONS(3200), + [anon_sym_COLON] = ACTIONS(3524), + [anon_sym_LBRACK] = ACTIONS(3200), + [anon_sym_as] = ACTIONS(3196), + [anon_sym_LBRACE] = ACTIONS(3180), + [anon_sym_RBRACE] = ACTIONS(3200), + [anon_sym_LPAREN] = ACTIONS(3200), + [anon_sym_LT] = ACTIONS(3196), + [anon_sym_GT] = ACTIONS(3196), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(3196), + [anon_sym_fun] = ACTIONS(3196), + [anon_sym_DOT] = ACTIONS(3196), + [anon_sym_SEMI] = ACTIONS(3200), + [anon_sym_get] = ACTIONS(3196), + [anon_sym_set] = ACTIONS(3196), + [anon_sym_this] = ACTIONS(3196), + [anon_sym_super] = ACTIONS(3196), + [anon_sym_STAR] = ACTIONS(3200), + [sym_label] = ACTIONS(3196), + [anon_sym_in] = ACTIONS(3196), + [anon_sym_DOT_DOT] = ACTIONS(3200), + [anon_sym_QMARK_COLON] = ACTIONS(3200), + [anon_sym_AMP_AMP] = ACTIONS(3200), + [anon_sym_PIPE_PIPE] = ACTIONS(3200), + [anon_sym_null] = ACTIONS(3196), + [anon_sym_if] = ACTIONS(3196), + [anon_sym_else] = ACTIONS(3196), + [anon_sym_when] = ACTIONS(3196), + [anon_sym_try] = ACTIONS(3196), + [anon_sym_throw] = ACTIONS(3196), + [anon_sym_return] = ACTIONS(3196), + [anon_sym_continue] = ACTIONS(3196), + [anon_sym_break] = ACTIONS(3196), + [anon_sym_COLON_COLON] = ACTIONS(3200), + [anon_sym_BANG_EQ] = ACTIONS(3196), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3200), + [anon_sym_EQ_EQ] = ACTIONS(3196), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3200), + [anon_sym_LT_EQ] = ACTIONS(3200), + [anon_sym_GT_EQ] = ACTIONS(3200), + [anon_sym_BANGin] = ACTIONS(3200), + [anon_sym_is] = ACTIONS(3196), + [anon_sym_BANGis] = ACTIONS(3200), + [anon_sym_PLUS] = ACTIONS(3196), + [anon_sym_DASH] = ACTIONS(3196), + [anon_sym_SLASH] = ACTIONS(3196), + [anon_sym_PERCENT] = ACTIONS(3200), + [anon_sym_as_QMARK] = ACTIONS(3200), + [anon_sym_PLUS_PLUS] = ACTIONS(3200), + [anon_sym_DASH_DASH] = ACTIONS(3200), + [anon_sym_BANG] = ACTIONS(3196), + [anon_sym_BANG_BANG] = ACTIONS(3200), + [anon_sym_suspend] = ACTIONS(3196), + [anon_sym_sealed] = ACTIONS(3196), + [anon_sym_annotation] = ACTIONS(3196), + [anon_sym_data] = ACTIONS(3196), + [anon_sym_inner] = ACTIONS(3196), + [anon_sym_override] = ACTIONS(3196), + [anon_sym_lateinit] = ACTIONS(3196), + [anon_sym_public] = ACTIONS(3196), + [anon_sym_private] = ACTIONS(3196), + [anon_sym_internal] = ACTIONS(3196), + [anon_sym_protected] = ACTIONS(3196), + [anon_sym_tailrec] = ACTIONS(3196), + [anon_sym_operator] = ACTIONS(3196), + [anon_sym_infix] = ACTIONS(3196), + [anon_sym_inline] = ACTIONS(3196), + [anon_sym_external] = ACTIONS(3196), + [sym_property_modifier] = ACTIONS(3196), + [anon_sym_abstract] = ACTIONS(3196), + [anon_sym_final] = ACTIONS(3196), + [anon_sym_open] = ACTIONS(3196), + [anon_sym_vararg] = ACTIONS(3196), + [anon_sym_noinline] = ACTIONS(3196), + [anon_sym_crossinline] = ACTIONS(3196), + [anon_sym_expect] = ACTIONS(3196), + [anon_sym_actual] = ACTIONS(3196), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3200), + [anon_sym_continue_AT] = ACTIONS(3200), + [anon_sym_break_AT] = ACTIONS(3200), + [sym_real_literal] = ACTIONS(3200), + [sym_integer_literal] = ACTIONS(3196), + [sym_hex_literal] = ACTIONS(3200), + [sym_bin_literal] = ACTIONS(3200), + [anon_sym_true] = ACTIONS(3196), + [anon_sym_false] = ACTIONS(3196), + [anon_sym_SQUOTE] = ACTIONS(3200), + [sym__backtick_identifier] = ACTIONS(3200), + [sym__automatic_semicolon] = ACTIONS(3200), + [sym_safe_nav] = ACTIONS(3200), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3200), + }, [1350] = { - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(2090), - [sym__comparison_operator] = STATE(2107), - [sym__in_operator] = STATE(2109), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(2110), - [sym__multiplicative_operator] = STATE(2111), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_annotation] = STATE(7852), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2113), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_EQ] = ACTIONS(2991), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(2993), - [anon_sym_LPAREN] = ACTIONS(3570), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3702), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(2993), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(3710), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(3712), - [anon_sym_DOT_DOT] = ACTIONS(3714), - [anon_sym_QMARK_COLON] = ACTIONS(3716), - [anon_sym_AMP_AMP] = ACTIONS(2993), - [anon_sym_PIPE_PIPE] = ACTIONS(2993), - [anon_sym_else] = ACTIONS(2991), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_PLUS_EQ] = ACTIONS(2993), - [anon_sym_DASH_EQ] = ACTIONS(2993), - [anon_sym_STAR_EQ] = ACTIONS(2993), - [anon_sym_SLASH_EQ] = ACTIONS(2993), - [anon_sym_PERCENT_EQ] = ACTIONS(2993), - [anon_sym_BANG_EQ] = ACTIONS(3722), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3724), - [anon_sym_EQ_EQ] = ACTIONS(3722), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3724), - [anon_sym_LT_EQ] = ACTIONS(3726), - [anon_sym_GT_EQ] = ACTIONS(3726), - [anon_sym_BANGin] = ACTIONS(3728), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), - [anon_sym_PLUS] = ACTIONS(3730), - [anon_sym_DASH] = ACTIONS(3730), - [anon_sym_SLASH] = ACTIONS(3710), - [anon_sym_PERCENT] = ACTIONS(3710), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), - [anon_sym_suspend] = ACTIONS(2991), - [anon_sym_sealed] = ACTIONS(2991), - [anon_sym_annotation] = ACTIONS(2991), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(2991), - [anon_sym_lateinit] = ACTIONS(2991), - [anon_sym_public] = ACTIONS(2991), - [anon_sym_private] = ACTIONS(2991), - [anon_sym_internal] = ACTIONS(2991), - [anon_sym_protected] = ACTIONS(2991), - [anon_sym_tailrec] = ACTIONS(2991), - [anon_sym_operator] = ACTIONS(2991), - [anon_sym_infix] = ACTIONS(2991), - [anon_sym_inline] = ACTIONS(2991), - [anon_sym_external] = ACTIONS(2991), - [sym_property_modifier] = ACTIONS(2991), - [anon_sym_abstract] = ACTIONS(2991), - [anon_sym_final] = ACTIONS(2991), - [anon_sym_open] = ACTIONS(2991), - [anon_sym_vararg] = ACTIONS(2991), - [anon_sym_noinline] = ACTIONS(2991), - [anon_sym_crossinline] = ACTIONS(2991), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), + [sym_property_delegate] = STATE(1588), + [sym_getter] = STATE(3255), + [sym_setter] = STATE(3255), + [sym_modifiers] = STATE(8930), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_RBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_EQ] = ACTIONS(5299), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_COMMA] = ACTIONS(1786), + [anon_sym_RPAREN] = ACTIONS(1786), + [anon_sym_by] = ACTIONS(5265), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_where] = ACTIONS(1784), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(3490), + [anon_sym_get] = ACTIONS(5275), + [anon_sym_set] = ACTIONS(5277), + [anon_sym_STAR] = ACTIONS(1784), + [anon_sym_DASH_GT] = ACTIONS(1786), + [sym_label] = ACTIONS(1786), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_while] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_PLUS_EQ] = ACTIONS(1786), + [anon_sym_DASH_EQ] = ACTIONS(1786), + [anon_sym_STAR_EQ] = ACTIONS(1786), + [anon_sym_SLASH_EQ] = ACTIONS(1786), + [anon_sym_PERCENT_EQ] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1784), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG_BANG] = ACTIONS(1786), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(2993), - [sym_safe_nav] = ACTIONS(3596), + [sym__backtick_identifier] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), [sym_multiline_comment] = ACTIONS(3), }, [1351] = { - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(2090), - [sym__comparison_operator] = STATE(2107), - [sym__in_operator] = STATE(2109), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(2110), - [sym__multiplicative_operator] = STATE(2111), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_annotation] = STATE(7852), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2113), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_EQ] = ACTIONS(3083), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(3085), - [anon_sym_LPAREN] = ACTIONS(3570), - [anon_sym_LT] = ACTIONS(3087), - [anon_sym_GT] = ACTIONS(3083), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(3085), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(3710), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(3083), - [anon_sym_DOT_DOT] = ACTIONS(3714), - [anon_sym_QMARK_COLON] = ACTIONS(3085), - [anon_sym_AMP_AMP] = ACTIONS(3085), - [anon_sym_PIPE_PIPE] = ACTIONS(3085), - [anon_sym_else] = ACTIONS(3083), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_PLUS_EQ] = ACTIONS(3085), - [anon_sym_DASH_EQ] = ACTIONS(3085), - [anon_sym_STAR_EQ] = ACTIONS(3085), - [anon_sym_SLASH_EQ] = ACTIONS(3085), - [anon_sym_PERCENT_EQ] = ACTIONS(3085), - [anon_sym_BANG_EQ] = ACTIONS(3083), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3085), - [anon_sym_EQ_EQ] = ACTIONS(3083), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3085), - [anon_sym_LT_EQ] = ACTIONS(3085), - [anon_sym_GT_EQ] = ACTIONS(3085), - [anon_sym_BANGin] = ACTIONS(3085), - [anon_sym_is] = ACTIONS(3083), - [anon_sym_BANGis] = ACTIONS(3085), - [anon_sym_PLUS] = ACTIONS(3730), - [anon_sym_DASH] = ACTIONS(3730), - [anon_sym_SLASH] = ACTIONS(3710), - [anon_sym_PERCENT] = ACTIONS(3710), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), - [anon_sym_suspend] = ACTIONS(3083), - [anon_sym_sealed] = ACTIONS(3083), - [anon_sym_annotation] = ACTIONS(3083), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3083), - [anon_sym_lateinit] = ACTIONS(3083), - [anon_sym_public] = ACTIONS(3083), - [anon_sym_private] = ACTIONS(3083), - [anon_sym_internal] = ACTIONS(3083), - [anon_sym_protected] = ACTIONS(3083), - [anon_sym_tailrec] = ACTIONS(3083), - [anon_sym_operator] = ACTIONS(3083), - [anon_sym_infix] = ACTIONS(3083), - [anon_sym_inline] = ACTIONS(3083), - [anon_sym_external] = ACTIONS(3083), - [sym_property_modifier] = ACTIONS(3083), - [anon_sym_abstract] = ACTIONS(3083), - [anon_sym_final] = ACTIONS(3083), - [anon_sym_open] = ACTIONS(3083), - [anon_sym_vararg] = ACTIONS(3083), - [anon_sym_noinline] = ACTIONS(3083), - [anon_sym_crossinline] = ACTIONS(3083), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3085), - [sym_safe_nav] = ACTIONS(3596), - [sym_multiline_comment] = ACTIONS(3), + [sym__expression] = STATE(3959), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4931), + [sym_parenthesized_expression] = STATE(4931), + [sym_collection_literal] = STATE(4931), + [sym__literal_constant] = STATE(4931), + [sym_string_literal] = STATE(4931), + [sym_lambda_literal] = STATE(4931), + [sym_anonymous_function] = STATE(4931), + [sym__function_literal] = STATE(4931), + [sym_object_literal] = STATE(4931), + [sym_this_expression] = STATE(4931), + [sym_super_expression] = STATE(4931), + [sym_if_expression] = STATE(4931), + [sym_when_expression] = STATE(4931), + [sym_try_expression] = STATE(4931), + [sym_jump_expression] = STATE(4931), + [sym_callable_reference] = STATE(4931), + [sym__prefix_unary_operator] = STATE(1665), + [sym_annotation] = STATE(1665), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4928), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4931), + [sym_long_literal] = STATE(4931), + [sym_boolean_literal] = STATE(4931), + [sym_character_literal] = STATE(4931), + [sym__lexical_identifier] = STATE(4566), + [sym__alpha_identifier] = ACTIONS(2244), + [anon_sym_AT] = ACTIONS(5311), + [anon_sym_LBRACK] = ACTIONS(2247), + [anon_sym_LBRACE] = ACTIONS(2250), + [anon_sym_LPAREN] = ACTIONS(2253), + [anon_sym_object] = ACTIONS(5330), + [anon_sym_fun] = ACTIONS(5333), + [anon_sym_get] = ACTIONS(2244), + [anon_sym_set] = ACTIONS(2244), + [anon_sym_this] = ACTIONS(2268), + [anon_sym_super] = ACTIONS(2271), + [anon_sym_STAR] = ACTIONS(2812), + [sym_label] = ACTIONS(2815), + [anon_sym_for] = ACTIONS(2070), + [anon_sym_while] = ACTIONS(2070), + [anon_sym_do] = ACTIONS(2070), + [anon_sym_null] = ACTIONS(2280), + [anon_sym_if] = ACTIONS(2818), + [anon_sym_when] = ACTIONS(2286), + [anon_sym_try] = ACTIONS(2289), + [anon_sym_throw] = ACTIONS(2821), + [anon_sym_return] = ACTIONS(2824), + [anon_sym_continue] = ACTIONS(2298), + [anon_sym_break] = ACTIONS(2298), + [anon_sym_COLON_COLON] = ACTIONS(2301), + [anon_sym_PLUS] = ACTIONS(2815), + [anon_sym_DASH] = ACTIONS(2815), + [anon_sym_PLUS_PLUS] = ACTIONS(2827), + [anon_sym_DASH_DASH] = ACTIONS(2827), + [anon_sym_BANG] = ACTIONS(2827), + [anon_sym_data] = ACTIONS(2244), + [anon_sym_inner] = ACTIONS(2244), + [anon_sym_expect] = ACTIONS(2244), + [anon_sym_actual] = ACTIONS(2244), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(2307), + [anon_sym_continue_AT] = ACTIONS(2310), + [anon_sym_break_AT] = ACTIONS(2313), + [sym_real_literal] = ACTIONS(2316), + [sym_integer_literal] = ACTIONS(2319), + [sym_hex_literal] = ACTIONS(2322), + [sym_bin_literal] = ACTIONS(2322), + [anon_sym_true] = ACTIONS(2325), + [anon_sym_false] = ACTIONS(2325), + [anon_sym_SQUOTE] = ACTIONS(2328), + [sym__backtick_identifier] = ACTIONS(2331), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(2334), }, [1352] = { - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(2090), - [sym__comparison_operator] = STATE(2107), - [sym__in_operator] = STATE(2109), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(2110), - [sym__multiplicative_operator] = STATE(2111), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_annotation] = STATE(7852), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2113), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [sym__alpha_identifier] = ACTIONS(2984), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_EQ] = ACTIONS(2984), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(2986), - [anon_sym_LPAREN] = ACTIONS(3570), - [anon_sym_LT] = ACTIONS(2988), - [anon_sym_GT] = ACTIONS(2984), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(2986), - [anon_sym_get] = ACTIONS(2984), - [anon_sym_set] = ACTIONS(2984), - [anon_sym_STAR] = ACTIONS(3710), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(2984), - [anon_sym_DOT_DOT] = ACTIONS(2986), - [anon_sym_QMARK_COLON] = ACTIONS(2986), - [anon_sym_AMP_AMP] = ACTIONS(2986), - [anon_sym_PIPE_PIPE] = ACTIONS(2986), - [anon_sym_else] = ACTIONS(2984), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_PLUS_EQ] = ACTIONS(2986), - [anon_sym_DASH_EQ] = ACTIONS(2986), - [anon_sym_STAR_EQ] = ACTIONS(2986), - [anon_sym_SLASH_EQ] = ACTIONS(2986), - [anon_sym_PERCENT_EQ] = ACTIONS(2986), - [anon_sym_BANG_EQ] = ACTIONS(2984), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2986), - [anon_sym_EQ_EQ] = ACTIONS(2984), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2986), - [anon_sym_LT_EQ] = ACTIONS(2986), - [anon_sym_GT_EQ] = ACTIONS(2986), - [anon_sym_BANGin] = ACTIONS(2986), - [anon_sym_is] = ACTIONS(2984), - [anon_sym_BANGis] = ACTIONS(2986), - [anon_sym_PLUS] = ACTIONS(3730), - [anon_sym_DASH] = ACTIONS(3730), - [anon_sym_SLASH] = ACTIONS(3710), - [anon_sym_PERCENT] = ACTIONS(3710), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), - [anon_sym_suspend] = ACTIONS(2984), - [anon_sym_sealed] = ACTIONS(2984), - [anon_sym_annotation] = ACTIONS(2984), - [anon_sym_data] = ACTIONS(2984), - [anon_sym_inner] = ACTIONS(2984), - [anon_sym_override] = ACTIONS(2984), - [anon_sym_lateinit] = ACTIONS(2984), - [anon_sym_public] = ACTIONS(2984), - [anon_sym_private] = ACTIONS(2984), - [anon_sym_internal] = ACTIONS(2984), - [anon_sym_protected] = ACTIONS(2984), - [anon_sym_tailrec] = ACTIONS(2984), - [anon_sym_operator] = ACTIONS(2984), - [anon_sym_infix] = ACTIONS(2984), - [anon_sym_inline] = ACTIONS(2984), - [anon_sym_external] = ACTIONS(2984), - [sym_property_modifier] = ACTIONS(2984), - [anon_sym_abstract] = ACTIONS(2984), - [anon_sym_final] = ACTIONS(2984), - [anon_sym_open] = ACTIONS(2984), - [anon_sym_vararg] = ACTIONS(2984), - [anon_sym_noinline] = ACTIONS(2984), - [anon_sym_crossinline] = ACTIONS(2984), - [anon_sym_expect] = ACTIONS(2984), - [anon_sym_actual] = ACTIONS(2984), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(2986), - [sym__automatic_semicolon] = ACTIONS(2986), - [sym_safe_nav] = ACTIONS(3596), - [sym_multiline_comment] = ACTIONS(3), + [sym_value_arguments] = STATE(1109), + [sym__alpha_identifier] = ACTIONS(4416), + [anon_sym_AT] = ACTIONS(4418), + [anon_sym_LBRACK] = ACTIONS(4418), + [anon_sym_as] = ACTIONS(4416), + [anon_sym_LBRACE] = ACTIONS(4418), + [anon_sym_RBRACE] = ACTIONS(4418), + [anon_sym_LPAREN] = ACTIONS(4418), + [anon_sym_COMMA] = ACTIONS(4418), + [anon_sym_by] = ACTIONS(5336), + [anon_sym_LT] = ACTIONS(4416), + [anon_sym_GT] = ACTIONS(4416), + [anon_sym_where] = ACTIONS(4416), + [anon_sym_object] = ACTIONS(4416), + [anon_sym_fun] = ACTIONS(4416), + [anon_sym_DOT] = ACTIONS(4416), + [anon_sym_SEMI] = ACTIONS(4418), + [anon_sym_get] = ACTIONS(4416), + [anon_sym_set] = ACTIONS(4416), + [anon_sym_this] = ACTIONS(4416), + [anon_sym_super] = ACTIONS(4416), + [anon_sym_STAR] = ACTIONS(4418), + [sym_label] = ACTIONS(4416), + [anon_sym_in] = ACTIONS(4416), + [anon_sym_DOT_DOT] = ACTIONS(4418), + [anon_sym_QMARK_COLON] = ACTIONS(4418), + [anon_sym_AMP_AMP] = ACTIONS(4418), + [anon_sym_PIPE_PIPE] = ACTIONS(4418), + [anon_sym_null] = ACTIONS(4416), + [anon_sym_if] = ACTIONS(4416), + [anon_sym_else] = ACTIONS(4416), + [anon_sym_when] = ACTIONS(4416), + [anon_sym_try] = ACTIONS(4416), + [anon_sym_throw] = ACTIONS(4416), + [anon_sym_return] = ACTIONS(4416), + [anon_sym_continue] = ACTIONS(4416), + [anon_sym_break] = ACTIONS(4416), + [anon_sym_COLON_COLON] = ACTIONS(4418), + [anon_sym_BANG_EQ] = ACTIONS(4416), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4418), + [anon_sym_EQ_EQ] = ACTIONS(4416), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4418), + [anon_sym_LT_EQ] = ACTIONS(4418), + [anon_sym_GT_EQ] = ACTIONS(4418), + [anon_sym_BANGin] = ACTIONS(4418), + [anon_sym_is] = ACTIONS(4416), + [anon_sym_BANGis] = ACTIONS(4418), + [anon_sym_PLUS] = ACTIONS(4416), + [anon_sym_DASH] = ACTIONS(4416), + [anon_sym_SLASH] = ACTIONS(4416), + [anon_sym_PERCENT] = ACTIONS(4418), + [anon_sym_as_QMARK] = ACTIONS(4418), + [anon_sym_PLUS_PLUS] = ACTIONS(4418), + [anon_sym_DASH_DASH] = ACTIONS(4418), + [anon_sym_BANG] = ACTIONS(4416), + [anon_sym_BANG_BANG] = ACTIONS(4418), + [anon_sym_suspend] = ACTIONS(4416), + [anon_sym_sealed] = ACTIONS(4416), + [anon_sym_annotation] = ACTIONS(4416), + [anon_sym_data] = ACTIONS(4416), + [anon_sym_inner] = ACTIONS(4416), + [anon_sym_override] = ACTIONS(4416), + [anon_sym_lateinit] = ACTIONS(4416), + [anon_sym_public] = ACTIONS(4416), + [anon_sym_private] = ACTIONS(4416), + [anon_sym_internal] = ACTIONS(4416), + [anon_sym_protected] = ACTIONS(4416), + [anon_sym_tailrec] = ACTIONS(4416), + [anon_sym_operator] = ACTIONS(4416), + [anon_sym_infix] = ACTIONS(4416), + [anon_sym_inline] = ACTIONS(4416), + [anon_sym_external] = ACTIONS(4416), + [sym_property_modifier] = ACTIONS(4416), + [anon_sym_abstract] = ACTIONS(4416), + [anon_sym_final] = ACTIONS(4416), + [anon_sym_open] = ACTIONS(4416), + [anon_sym_vararg] = ACTIONS(4416), + [anon_sym_noinline] = ACTIONS(4416), + [anon_sym_crossinline] = ACTIONS(4416), + [anon_sym_expect] = ACTIONS(4416), + [anon_sym_actual] = ACTIONS(4416), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4418), + [anon_sym_continue_AT] = ACTIONS(4418), + [anon_sym_break_AT] = ACTIONS(4418), + [sym_real_literal] = ACTIONS(4418), + [sym_integer_literal] = ACTIONS(4416), + [sym_hex_literal] = ACTIONS(4418), + [sym_bin_literal] = ACTIONS(4418), + [anon_sym_true] = ACTIONS(4416), + [anon_sym_false] = ACTIONS(4416), + [anon_sym_SQUOTE] = ACTIONS(4418), + [sym__backtick_identifier] = ACTIONS(4418), + [sym__automatic_semicolon] = ACTIONS(4418), + [sym_safe_nav] = ACTIONS(4418), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4418), }, [1353] = { - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(2090), - [sym__comparison_operator] = STATE(2107), - [sym__in_operator] = STATE(2109), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(2110), - [sym__multiplicative_operator] = STATE(2111), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_annotation] = STATE(7852), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2113), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_EQ] = ACTIONS(3053), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(3055), - [anon_sym_LPAREN] = ACTIONS(3570), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3702), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(3055), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(3710), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(3712), - [anon_sym_DOT_DOT] = ACTIONS(3714), - [anon_sym_QMARK_COLON] = ACTIONS(3716), - [anon_sym_AMP_AMP] = ACTIONS(3718), - [anon_sym_PIPE_PIPE] = ACTIONS(3720), - [anon_sym_else] = ACTIONS(3053), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_PLUS_EQ] = ACTIONS(3055), - [anon_sym_DASH_EQ] = ACTIONS(3055), - [anon_sym_STAR_EQ] = ACTIONS(3055), - [anon_sym_SLASH_EQ] = ACTIONS(3055), - [anon_sym_PERCENT_EQ] = ACTIONS(3055), - [anon_sym_BANG_EQ] = ACTIONS(3722), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3724), - [anon_sym_EQ_EQ] = ACTIONS(3722), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3724), - [anon_sym_LT_EQ] = ACTIONS(3726), - [anon_sym_GT_EQ] = ACTIONS(3726), - [anon_sym_BANGin] = ACTIONS(3728), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), - [anon_sym_PLUS] = ACTIONS(3730), - [anon_sym_DASH] = ACTIONS(3730), - [anon_sym_SLASH] = ACTIONS(3710), - [anon_sym_PERCENT] = ACTIONS(3710), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), - [anon_sym_suspend] = ACTIONS(3053), - [anon_sym_sealed] = ACTIONS(3053), - [anon_sym_annotation] = ACTIONS(3053), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3053), - [anon_sym_lateinit] = ACTIONS(3053), - [anon_sym_public] = ACTIONS(3053), - [anon_sym_private] = ACTIONS(3053), - [anon_sym_internal] = ACTIONS(3053), - [anon_sym_protected] = ACTIONS(3053), - [anon_sym_tailrec] = ACTIONS(3053), - [anon_sym_operator] = ACTIONS(3053), - [anon_sym_infix] = ACTIONS(3053), - [anon_sym_inline] = ACTIONS(3053), - [anon_sym_external] = ACTIONS(3053), - [sym_property_modifier] = ACTIONS(3053), - [anon_sym_abstract] = ACTIONS(3053), - [anon_sym_final] = ACTIONS(3053), - [anon_sym_open] = ACTIONS(3053), - [anon_sym_vararg] = ACTIONS(3053), - [anon_sym_noinline] = ACTIONS(3053), - [anon_sym_crossinline] = ACTIONS(3053), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3055), - [sym_safe_nav] = ACTIONS(3596), - [sym_multiline_comment] = ACTIONS(3), - }, - [1354] = { - [sym_primary_constructor] = STATE(3402), - [sym__class_parameters] = STATE(2990), - [sym_type_parameters] = STATE(1468), - [sym_type_constraints] = STATE(3070), - [sym_enum_class_body] = STATE(3235), - [sym_modifiers] = STATE(9064), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), + [sym_primary_constructor] = STATE(3177), + [sym__class_parameters] = STATE(3039), + [sym_type_parameters] = STATE(1494), + [sym_type_constraints] = STATE(3077), + [sym_enum_class_body] = STATE(3232), + [sym_modifiers] = STATE(9227), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), [sym__alpha_identifier] = ACTIONS(3102), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(5344), + [anon_sym_COLON] = ACTIONS(5338), [anon_sym_LBRACK] = ACTIONS(3108), [anon_sym_as] = ACTIONS(3102), [anon_sym_EQ] = ACTIONS(3102), - [anon_sym_constructor] = ACTIONS(5145), - [anon_sym_LBRACE] = ACTIONS(5155), + [anon_sym_constructor] = ACTIONS(5169), + [anon_sym_LBRACE] = ACTIONS(5171), [anon_sym_RBRACE] = ACTIONS(3108), - [anon_sym_LPAREN] = ACTIONS(5149), + [anon_sym_LPAREN] = ACTIONS(5173), [anon_sym_RPAREN] = ACTIONS(3108), - [anon_sym_LT] = ACTIONS(5131), + [anon_sym_LT] = ACTIONS(5119), [anon_sym_GT] = ACTIONS(3102), - [anon_sym_where] = ACTIONS(5151), + [anon_sym_where] = ACTIONS(5175), [anon_sym_DOT] = ACTIONS(3102), [anon_sym_SEMI] = ACTIONS(3108), [anon_sym_get] = ACTIONS(3102), @@ -187392,339 +187409,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_safe_nav] = ACTIONS(3108), [sym_multiline_comment] = ACTIONS(3), }, - [1355] = { - [sym_property_delegate] = STATE(1548), - [sym_getter] = STATE(4736), - [sym_setter] = STATE(4736), - [sym_modifiers] = STATE(8708), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1764), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1766), - [anon_sym_RBRACK] = ACTIONS(1766), - [anon_sym_as] = ACTIONS(1764), - [anon_sym_EQ] = ACTIONS(5267), - [anon_sym_LBRACE] = ACTIONS(1766), - [anon_sym_RBRACE] = ACTIONS(1766), - [anon_sym_LPAREN] = ACTIONS(1766), - [anon_sym_COMMA] = ACTIONS(1766), - [anon_sym_RPAREN] = ACTIONS(1766), - [anon_sym_by] = ACTIONS(5251), - [anon_sym_LT] = ACTIONS(1764), - [anon_sym_GT] = ACTIONS(1764), - [anon_sym_where] = ACTIONS(1764), - [anon_sym_DOT] = ACTIONS(1764), - [anon_sym_SEMI] = ACTIONS(3480), - [anon_sym_get] = ACTIONS(5253), - [anon_sym_set] = ACTIONS(5255), - [anon_sym_STAR] = ACTIONS(1764), - [anon_sym_DASH_GT] = ACTIONS(1766), - [sym_label] = ACTIONS(1766), - [anon_sym_in] = ACTIONS(1764), - [anon_sym_while] = ACTIONS(1764), - [anon_sym_DOT_DOT] = ACTIONS(1766), - [anon_sym_QMARK_COLON] = ACTIONS(1766), - [anon_sym_AMP_AMP] = ACTIONS(1766), - [anon_sym_PIPE_PIPE] = ACTIONS(1766), - [anon_sym_else] = ACTIONS(1764), - [anon_sym_COLON_COLON] = ACTIONS(1766), - [anon_sym_PLUS_EQ] = ACTIONS(1766), - [anon_sym_DASH_EQ] = ACTIONS(1766), - [anon_sym_STAR_EQ] = ACTIONS(1766), - [anon_sym_SLASH_EQ] = ACTIONS(1766), - [anon_sym_PERCENT_EQ] = ACTIONS(1766), - [anon_sym_BANG_EQ] = ACTIONS(1764), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), - [anon_sym_EQ_EQ] = ACTIONS(1764), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1766), - [anon_sym_LT_EQ] = ACTIONS(1766), - [anon_sym_GT_EQ] = ACTIONS(1766), - [anon_sym_BANGin] = ACTIONS(1766), - [anon_sym_is] = ACTIONS(1764), - [anon_sym_BANGis] = ACTIONS(1766), - [anon_sym_PLUS] = ACTIONS(1764), - [anon_sym_DASH] = ACTIONS(1764), - [anon_sym_SLASH] = ACTIONS(1764), - [anon_sym_PERCENT] = ACTIONS(1764), - [anon_sym_as_QMARK] = ACTIONS(1766), - [anon_sym_PLUS_PLUS] = ACTIONS(1766), - [anon_sym_DASH_DASH] = ACTIONS(1766), - [anon_sym_BANG_BANG] = ACTIONS(1766), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1766), - [sym_safe_nav] = ACTIONS(1766), - [sym_multiline_comment] = ACTIONS(3), - }, - [1356] = { - [sym_class_body] = STATE(1076), - [sym_type_constraints] = STATE(1034), - [sym__alpha_identifier] = ACTIONS(3190), - [anon_sym_AT] = ACTIONS(3194), - [anon_sym_COLON] = ACTIONS(3554), - [anon_sym_LBRACK] = ACTIONS(3194), - [anon_sym_as] = ACTIONS(3190), - [anon_sym_LBRACE] = ACTIONS(3156), - [anon_sym_RBRACE] = ACTIONS(3194), - [anon_sym_LPAREN] = ACTIONS(3194), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3190), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(3190), - [anon_sym_fun] = ACTIONS(3190), - [anon_sym_DOT] = ACTIONS(3190), - [anon_sym_SEMI] = ACTIONS(3194), - [anon_sym_get] = ACTIONS(3190), - [anon_sym_set] = ACTIONS(3190), - [anon_sym_this] = ACTIONS(3190), - [anon_sym_super] = ACTIONS(3190), - [anon_sym_STAR] = ACTIONS(3194), - [sym_label] = ACTIONS(3190), - [anon_sym_in] = ACTIONS(3190), - [anon_sym_DOT_DOT] = ACTIONS(3194), - [anon_sym_QMARK_COLON] = ACTIONS(3194), - [anon_sym_AMP_AMP] = ACTIONS(3194), - [anon_sym_PIPE_PIPE] = ACTIONS(3194), - [anon_sym_null] = ACTIONS(3190), - [anon_sym_if] = ACTIONS(3190), - [anon_sym_else] = ACTIONS(3190), - [anon_sym_when] = ACTIONS(3190), - [anon_sym_try] = ACTIONS(3190), - [anon_sym_throw] = ACTIONS(3190), - [anon_sym_return] = ACTIONS(3190), - [anon_sym_continue] = ACTIONS(3190), - [anon_sym_break] = ACTIONS(3190), - [anon_sym_COLON_COLON] = ACTIONS(3194), - [anon_sym_BANG_EQ] = ACTIONS(3190), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3194), - [anon_sym_EQ_EQ] = ACTIONS(3190), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3194), - [anon_sym_LT_EQ] = ACTIONS(3194), - [anon_sym_GT_EQ] = ACTIONS(3194), - [anon_sym_BANGin] = ACTIONS(3194), - [anon_sym_is] = ACTIONS(3190), - [anon_sym_BANGis] = ACTIONS(3194), - [anon_sym_PLUS] = ACTIONS(3190), - [anon_sym_DASH] = ACTIONS(3190), - [anon_sym_SLASH] = ACTIONS(3190), - [anon_sym_PERCENT] = ACTIONS(3194), - [anon_sym_as_QMARK] = ACTIONS(3194), - [anon_sym_PLUS_PLUS] = ACTIONS(3194), - [anon_sym_DASH_DASH] = ACTIONS(3194), - [anon_sym_BANG] = ACTIONS(3190), - [anon_sym_BANG_BANG] = ACTIONS(3194), - [anon_sym_suspend] = ACTIONS(3190), - [anon_sym_sealed] = ACTIONS(3190), - [anon_sym_annotation] = ACTIONS(3190), - [anon_sym_data] = ACTIONS(3190), - [anon_sym_inner] = ACTIONS(3190), - [anon_sym_override] = ACTIONS(3190), - [anon_sym_lateinit] = ACTIONS(3190), - [anon_sym_public] = ACTIONS(3190), - [anon_sym_private] = ACTIONS(3190), - [anon_sym_internal] = ACTIONS(3190), - [anon_sym_protected] = ACTIONS(3190), - [anon_sym_tailrec] = ACTIONS(3190), - [anon_sym_operator] = ACTIONS(3190), - [anon_sym_infix] = ACTIONS(3190), - [anon_sym_inline] = ACTIONS(3190), - [anon_sym_external] = ACTIONS(3190), - [sym_property_modifier] = ACTIONS(3190), - [anon_sym_abstract] = ACTIONS(3190), - [anon_sym_final] = ACTIONS(3190), - [anon_sym_open] = ACTIONS(3190), - [anon_sym_vararg] = ACTIONS(3190), - [anon_sym_noinline] = ACTIONS(3190), - [anon_sym_crossinline] = ACTIONS(3190), - [anon_sym_expect] = ACTIONS(3190), - [anon_sym_actual] = ACTIONS(3190), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3194), - [anon_sym_continue_AT] = ACTIONS(3194), - [anon_sym_break_AT] = ACTIONS(3194), - [sym_real_literal] = ACTIONS(3194), - [sym_integer_literal] = ACTIONS(3190), - [sym_hex_literal] = ACTIONS(3194), - [sym_bin_literal] = ACTIONS(3194), - [anon_sym_true] = ACTIONS(3190), - [anon_sym_false] = ACTIONS(3190), - [anon_sym_SQUOTE] = ACTIONS(3194), - [sym__backtick_identifier] = ACTIONS(3194), - [sym__automatic_semicolon] = ACTIONS(3194), - [sym_safe_nav] = ACTIONS(3194), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3194), - }, - [1357] = { - [sym_property_delegate] = STATE(1550), - [sym_getter] = STATE(4710), - [sym_setter] = STATE(4710), - [sym_modifiers] = STATE(8708), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_RBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_EQ] = ACTIONS(5295), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_COMMA] = ACTIONS(1778), - [anon_sym_RPAREN] = ACTIONS(1778), - [anon_sym_by] = ACTIONS(5251), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_where] = ACTIONS(1776), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(3482), - [anon_sym_get] = ACTIONS(5253), - [anon_sym_set] = ACTIONS(5255), - [anon_sym_STAR] = ACTIONS(1776), - [anon_sym_DASH_GT] = ACTIONS(1778), - [sym_label] = ACTIONS(1778), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_while] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_PLUS_EQ] = ACTIONS(1778), - [anon_sym_DASH_EQ] = ACTIONS(1778), - [anon_sym_STAR_EQ] = ACTIONS(1778), - [anon_sym_SLASH_EQ] = ACTIONS(1778), - [anon_sym_PERCENT_EQ] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1776), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG_BANG] = ACTIONS(1778), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), - [sym_multiline_comment] = ACTIONS(3), - }, - [1358] = { - [sym_property_delegate] = STATE(1568), - [sym_getter] = STATE(3209), - [sym_setter] = STATE(3209), - [sym_modifiers] = STATE(8655), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [1354] = { + [sym_property_delegate] = STATE(1590), + [sym_getter] = STATE(3203), + [sym_setter] = STATE(3203), + [sym_modifiers] = STATE(8930), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1694), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1696), [anon_sym_RBRACK] = ACTIONS(1696), [anon_sym_as] = ACTIONS(1694), - [anon_sym_EQ] = ACTIONS(5257), + [anon_sym_EQ] = ACTIONS(5297), [anon_sym_LBRACE] = ACTIONS(1696), [anon_sym_RBRACE] = ACTIONS(1696), [anon_sym_LPAREN] = ACTIONS(1696), [anon_sym_COMMA] = ACTIONS(1696), [anon_sym_RPAREN] = ACTIONS(1696), - [anon_sym_by] = ACTIONS(5251), + [anon_sym_by] = ACTIONS(5265), [anon_sym_LT] = ACTIONS(1694), [anon_sym_GT] = ACTIONS(1694), [anon_sym_where] = ACTIONS(1694), [anon_sym_DOT] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(3470), - [anon_sym_get] = ACTIONS(5259), - [anon_sym_set] = ACTIONS(5261), + [anon_sym_SEMI] = ACTIONS(3486), + [anon_sym_get] = ACTIONS(5275), + [anon_sym_set] = ACTIONS(5277), [anon_sym_STAR] = ACTIONS(1694), [anon_sym_DASH_GT] = ACTIONS(1696), [sym_label] = ACTIONS(1696), @@ -187781,64 +187501,64 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1696), [sym_safe_nav] = ACTIONS(1696), [sym_multiline_comment] = ACTIONS(3), }, - [1359] = { - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(2090), - [sym__comparison_operator] = STATE(2107), - [sym__in_operator] = STATE(2109), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(2110), - [sym__multiplicative_operator] = STATE(2111), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_annotation] = STATE(7852), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2113), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), + [1355] = { + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(1826), + [sym__comparison_operator] = STATE(1844), + [sym__in_operator] = STATE(1856), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(1875), + [sym__multiplicative_operator] = STATE(1884), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_annotation] = STATE(7883), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2067), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_EQ] = ACTIONS(2999), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_EQ] = ACTIONS(3018), [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(3001), - [anon_sym_LPAREN] = ACTIONS(3570), + [anon_sym_RBRACE] = ACTIONS(3020), + [anon_sym_LPAREN] = ACTIONS(3572), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(3702), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(3001), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(3020), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), [anon_sym_STAR] = ACTIONS(3710), - [sym_label] = ACTIONS(3584), + [sym_label] = ACTIONS(3586), [anon_sym_in] = ACTIONS(3712), [anon_sym_DOT_DOT] = ACTIONS(3714), [anon_sym_QMARK_COLON] = ACTIONS(3716), [anon_sym_AMP_AMP] = ACTIONS(3718), [anon_sym_PIPE_PIPE] = ACTIONS(3720), - [anon_sym_else] = ACTIONS(2999), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_PLUS_EQ] = ACTIONS(3001), - [anon_sym_DASH_EQ] = ACTIONS(3001), - [anon_sym_STAR_EQ] = ACTIONS(3001), - [anon_sym_SLASH_EQ] = ACTIONS(3001), - [anon_sym_PERCENT_EQ] = ACTIONS(3001), + [anon_sym_else] = ACTIONS(3018), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_PLUS_EQ] = ACTIONS(3020), + [anon_sym_DASH_EQ] = ACTIONS(3020), + [anon_sym_STAR_EQ] = ACTIONS(3020), + [anon_sym_SLASH_EQ] = ACTIONS(3020), + [anon_sym_PERCENT_EQ] = ACTIONS(3020), [anon_sym_BANG_EQ] = ACTIONS(3722), [anon_sym_BANG_EQ_EQ] = ACTIONS(3724), [anon_sym_EQ_EQ] = ACTIONS(3722), @@ -187846,98 +187566,197 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_EQ] = ACTIONS(3726), [anon_sym_GT_EQ] = ACTIONS(3726), [anon_sym_BANGin] = ACTIONS(3728), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), [anon_sym_PLUS] = ACTIONS(3730), [anon_sym_DASH] = ACTIONS(3730), [anon_sym_SLASH] = ACTIONS(3710), [anon_sym_PERCENT] = ACTIONS(3710), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), - [anon_sym_suspend] = ACTIONS(2999), - [anon_sym_sealed] = ACTIONS(2999), - [anon_sym_annotation] = ACTIONS(2999), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), + [anon_sym_suspend] = ACTIONS(3018), + [anon_sym_sealed] = ACTIONS(3018), + [anon_sym_annotation] = ACTIONS(3018), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(2999), - [anon_sym_lateinit] = ACTIONS(2999), - [anon_sym_public] = ACTIONS(2999), - [anon_sym_private] = ACTIONS(2999), - [anon_sym_internal] = ACTIONS(2999), - [anon_sym_protected] = ACTIONS(2999), - [anon_sym_tailrec] = ACTIONS(2999), - [anon_sym_operator] = ACTIONS(2999), - [anon_sym_infix] = ACTIONS(2999), - [anon_sym_inline] = ACTIONS(2999), - [anon_sym_external] = ACTIONS(2999), - [sym_property_modifier] = ACTIONS(2999), - [anon_sym_abstract] = ACTIONS(2999), - [anon_sym_final] = ACTIONS(2999), - [anon_sym_open] = ACTIONS(2999), - [anon_sym_vararg] = ACTIONS(2999), - [anon_sym_noinline] = ACTIONS(2999), - [anon_sym_crossinline] = ACTIONS(2999), + [anon_sym_override] = ACTIONS(3018), + [anon_sym_lateinit] = ACTIONS(3018), + [anon_sym_public] = ACTIONS(3018), + [anon_sym_private] = ACTIONS(3018), + [anon_sym_internal] = ACTIONS(3018), + [anon_sym_protected] = ACTIONS(3018), + [anon_sym_tailrec] = ACTIONS(3018), + [anon_sym_operator] = ACTIONS(3018), + [anon_sym_infix] = ACTIONS(3018), + [anon_sym_inline] = ACTIONS(3018), + [anon_sym_external] = ACTIONS(3018), + [sym_property_modifier] = ACTIONS(3018), + [anon_sym_abstract] = ACTIONS(3018), + [anon_sym_final] = ACTIONS(3018), + [anon_sym_open] = ACTIONS(3018), + [anon_sym_vararg] = ACTIONS(3018), + [anon_sym_noinline] = ACTIONS(3018), + [anon_sym_crossinline] = ACTIONS(3018), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3001), - [sym_safe_nav] = ACTIONS(3596), + [sym__automatic_semicolon] = ACTIONS(3020), + [sym_safe_nav] = ACTIONS(3598), [sym_multiline_comment] = ACTIONS(3), }, - [1360] = { - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(2090), - [sym__comparison_operator] = STATE(2107), - [sym__in_operator] = STATE(2109), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(2110), - [sym__multiplicative_operator] = STATE(2111), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_annotation] = STATE(7852), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2113), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), + [1356] = { + [sym_type_constraints] = STATE(971), + [sym_enum_class_body] = STATE(1181), + [sym__alpha_identifier] = ACTIONS(3186), + [anon_sym_AT] = ACTIONS(3190), + [anon_sym_COLON] = ACTIONS(3522), + [anon_sym_LBRACK] = ACTIONS(3190), + [anon_sym_as] = ACTIONS(3186), + [anon_sym_LBRACE] = ACTIONS(3156), + [anon_sym_RBRACE] = ACTIONS(3190), + [anon_sym_LPAREN] = ACTIONS(3190), + [anon_sym_LT] = ACTIONS(3186), + [anon_sym_GT] = ACTIONS(3186), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(3186), + [anon_sym_fun] = ACTIONS(3186), + [anon_sym_DOT] = ACTIONS(3186), + [anon_sym_SEMI] = ACTIONS(3190), + [anon_sym_get] = ACTIONS(3186), + [anon_sym_set] = ACTIONS(3186), + [anon_sym_this] = ACTIONS(3186), + [anon_sym_super] = ACTIONS(3186), + [anon_sym_STAR] = ACTIONS(3190), + [sym_label] = ACTIONS(3186), + [anon_sym_in] = ACTIONS(3186), + [anon_sym_DOT_DOT] = ACTIONS(3190), + [anon_sym_QMARK_COLON] = ACTIONS(3190), + [anon_sym_AMP_AMP] = ACTIONS(3190), + [anon_sym_PIPE_PIPE] = ACTIONS(3190), + [anon_sym_null] = ACTIONS(3186), + [anon_sym_if] = ACTIONS(3186), + [anon_sym_else] = ACTIONS(3186), + [anon_sym_when] = ACTIONS(3186), + [anon_sym_try] = ACTIONS(3186), + [anon_sym_throw] = ACTIONS(3186), + [anon_sym_return] = ACTIONS(3186), + [anon_sym_continue] = ACTIONS(3186), + [anon_sym_break] = ACTIONS(3186), + [anon_sym_COLON_COLON] = ACTIONS(3190), + [anon_sym_BANG_EQ] = ACTIONS(3186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3190), + [anon_sym_EQ_EQ] = ACTIONS(3186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3190), + [anon_sym_LT_EQ] = ACTIONS(3190), + [anon_sym_GT_EQ] = ACTIONS(3190), + [anon_sym_BANGin] = ACTIONS(3190), + [anon_sym_is] = ACTIONS(3186), + [anon_sym_BANGis] = ACTIONS(3190), + [anon_sym_PLUS] = ACTIONS(3186), + [anon_sym_DASH] = ACTIONS(3186), + [anon_sym_SLASH] = ACTIONS(3186), + [anon_sym_PERCENT] = ACTIONS(3190), + [anon_sym_as_QMARK] = ACTIONS(3190), + [anon_sym_PLUS_PLUS] = ACTIONS(3190), + [anon_sym_DASH_DASH] = ACTIONS(3190), + [anon_sym_BANG] = ACTIONS(3186), + [anon_sym_BANG_BANG] = ACTIONS(3190), + [anon_sym_suspend] = ACTIONS(3186), + [anon_sym_sealed] = ACTIONS(3186), + [anon_sym_annotation] = ACTIONS(3186), + [anon_sym_data] = ACTIONS(3186), + [anon_sym_inner] = ACTIONS(3186), + [anon_sym_override] = ACTIONS(3186), + [anon_sym_lateinit] = ACTIONS(3186), + [anon_sym_public] = ACTIONS(3186), + [anon_sym_private] = ACTIONS(3186), + [anon_sym_internal] = ACTIONS(3186), + [anon_sym_protected] = ACTIONS(3186), + [anon_sym_tailrec] = ACTIONS(3186), + [anon_sym_operator] = ACTIONS(3186), + [anon_sym_infix] = ACTIONS(3186), + [anon_sym_inline] = ACTIONS(3186), + [anon_sym_external] = ACTIONS(3186), + [sym_property_modifier] = ACTIONS(3186), + [anon_sym_abstract] = ACTIONS(3186), + [anon_sym_final] = ACTIONS(3186), + [anon_sym_open] = ACTIONS(3186), + [anon_sym_vararg] = ACTIONS(3186), + [anon_sym_noinline] = ACTIONS(3186), + [anon_sym_crossinline] = ACTIONS(3186), + [anon_sym_expect] = ACTIONS(3186), + [anon_sym_actual] = ACTIONS(3186), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3190), + [anon_sym_continue_AT] = ACTIONS(3190), + [anon_sym_break_AT] = ACTIONS(3190), + [sym_real_literal] = ACTIONS(3190), + [sym_integer_literal] = ACTIONS(3186), + [sym_hex_literal] = ACTIONS(3190), + [sym_bin_literal] = ACTIONS(3190), + [anon_sym_true] = ACTIONS(3186), + [anon_sym_false] = ACTIONS(3186), + [anon_sym_SQUOTE] = ACTIONS(3190), + [sym__backtick_identifier] = ACTIONS(3190), + [sym__automatic_semicolon] = ACTIONS(3190), + [sym_safe_nav] = ACTIONS(3190), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3190), + }, + [1357] = { + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(1826), + [sym__comparison_operator] = STATE(1844), + [sym__in_operator] = STATE(1856), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(1875), + [sym__multiplicative_operator] = STATE(1884), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_annotation] = STATE(7883), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2067), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_EQ] = ACTIONS(3057), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_EQ] = ACTIONS(3082), [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(3059), - [anon_sym_LPAREN] = ACTIONS(3570), + [anon_sym_RBRACE] = ACTIONS(3084), + [anon_sym_LPAREN] = ACTIONS(3572), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(3702), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(3059), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(3084), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), [anon_sym_STAR] = ACTIONS(3710), - [sym_label] = ACTIONS(3584), + [sym_label] = ACTIONS(3586), [anon_sym_in] = ACTIONS(3712), [anon_sym_DOT_DOT] = ACTIONS(3714), [anon_sym_QMARK_COLON] = ACTIONS(3716), [anon_sym_AMP_AMP] = ACTIONS(3718), [anon_sym_PIPE_PIPE] = ACTIONS(3720), - [anon_sym_else] = ACTIONS(3057), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_PLUS_EQ] = ACTIONS(3059), - [anon_sym_DASH_EQ] = ACTIONS(3059), - [anon_sym_STAR_EQ] = ACTIONS(3059), - [anon_sym_SLASH_EQ] = ACTIONS(3059), - [anon_sym_PERCENT_EQ] = ACTIONS(3059), + [anon_sym_else] = ACTIONS(3082), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_PLUS_EQ] = ACTIONS(3084), + [anon_sym_DASH_EQ] = ACTIONS(3084), + [anon_sym_STAR_EQ] = ACTIONS(3084), + [anon_sym_SLASH_EQ] = ACTIONS(3084), + [anon_sym_PERCENT_EQ] = ACTIONS(3084), [anon_sym_BANG_EQ] = ACTIONS(3722), [anon_sym_BANG_EQ_EQ] = ACTIONS(3724), [anon_sym_EQ_EQ] = ACTIONS(3722), @@ -187945,98 +187764,296 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_EQ] = ACTIONS(3726), [anon_sym_GT_EQ] = ACTIONS(3726), [anon_sym_BANGin] = ACTIONS(3728), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), [anon_sym_PLUS] = ACTIONS(3730), [anon_sym_DASH] = ACTIONS(3730), [anon_sym_SLASH] = ACTIONS(3710), [anon_sym_PERCENT] = ACTIONS(3710), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), - [anon_sym_suspend] = ACTIONS(3057), - [anon_sym_sealed] = ACTIONS(3057), - [anon_sym_annotation] = ACTIONS(3057), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), + [anon_sym_suspend] = ACTIONS(3082), + [anon_sym_sealed] = ACTIONS(3082), + [anon_sym_annotation] = ACTIONS(3082), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3057), - [anon_sym_lateinit] = ACTIONS(3057), - [anon_sym_public] = ACTIONS(3057), - [anon_sym_private] = ACTIONS(3057), - [anon_sym_internal] = ACTIONS(3057), - [anon_sym_protected] = ACTIONS(3057), - [anon_sym_tailrec] = ACTIONS(3057), - [anon_sym_operator] = ACTIONS(3057), - [anon_sym_infix] = ACTIONS(3057), - [anon_sym_inline] = ACTIONS(3057), - [anon_sym_external] = ACTIONS(3057), - [sym_property_modifier] = ACTIONS(3057), - [anon_sym_abstract] = ACTIONS(3057), - [anon_sym_final] = ACTIONS(3057), - [anon_sym_open] = ACTIONS(3057), - [anon_sym_vararg] = ACTIONS(3057), - [anon_sym_noinline] = ACTIONS(3057), - [anon_sym_crossinline] = ACTIONS(3057), + [anon_sym_override] = ACTIONS(3082), + [anon_sym_lateinit] = ACTIONS(3082), + [anon_sym_public] = ACTIONS(3082), + [anon_sym_private] = ACTIONS(3082), + [anon_sym_internal] = ACTIONS(3082), + [anon_sym_protected] = ACTIONS(3082), + [anon_sym_tailrec] = ACTIONS(3082), + [anon_sym_operator] = ACTIONS(3082), + [anon_sym_infix] = ACTIONS(3082), + [anon_sym_inline] = ACTIONS(3082), + [anon_sym_external] = ACTIONS(3082), + [sym_property_modifier] = ACTIONS(3082), + [anon_sym_abstract] = ACTIONS(3082), + [anon_sym_final] = ACTIONS(3082), + [anon_sym_open] = ACTIONS(3082), + [anon_sym_vararg] = ACTIONS(3082), + [anon_sym_noinline] = ACTIONS(3082), + [anon_sym_crossinline] = ACTIONS(3082), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3059), - [sym_safe_nav] = ACTIONS(3596), + [sym__automatic_semicolon] = ACTIONS(3084), + [sym_safe_nav] = ACTIONS(3598), [sym_multiline_comment] = ACTIONS(3), }, - [1361] = { - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(2090), - [sym__comparison_operator] = STATE(2107), - [sym__in_operator] = STATE(2109), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(2110), - [sym__multiplicative_operator] = STATE(2111), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_annotation] = STATE(7852), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2113), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), + [1358] = { + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(1826), + [sym__comparison_operator] = STATE(1844), + [sym__in_operator] = STATE(1856), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(1875), + [sym__multiplicative_operator] = STATE(1884), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_annotation] = STATE(7883), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2067), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_EQ] = ACTIONS(3063), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_RBRACE] = ACTIONS(3065), + [anon_sym_LPAREN] = ACTIONS(3572), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(3702), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(3065), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(3710), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(3712), + [anon_sym_DOT_DOT] = ACTIONS(3714), + [anon_sym_QMARK_COLON] = ACTIONS(3716), + [anon_sym_AMP_AMP] = ACTIONS(3718), + [anon_sym_PIPE_PIPE] = ACTIONS(3720), + [anon_sym_else] = ACTIONS(3063), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_PLUS_EQ] = ACTIONS(3065), + [anon_sym_DASH_EQ] = ACTIONS(3065), + [anon_sym_STAR_EQ] = ACTIONS(3065), + [anon_sym_SLASH_EQ] = ACTIONS(3065), + [anon_sym_PERCENT_EQ] = ACTIONS(3065), + [anon_sym_BANG_EQ] = ACTIONS(3722), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3724), + [anon_sym_EQ_EQ] = ACTIONS(3722), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3724), + [anon_sym_LT_EQ] = ACTIONS(3726), + [anon_sym_GT_EQ] = ACTIONS(3726), + [anon_sym_BANGin] = ACTIONS(3728), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), + [anon_sym_PLUS] = ACTIONS(3730), + [anon_sym_DASH] = ACTIONS(3730), + [anon_sym_SLASH] = ACTIONS(3710), + [anon_sym_PERCENT] = ACTIONS(3710), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), + [anon_sym_suspend] = ACTIONS(3063), + [anon_sym_sealed] = ACTIONS(3063), + [anon_sym_annotation] = ACTIONS(3063), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_override] = ACTIONS(3063), + [anon_sym_lateinit] = ACTIONS(3063), + [anon_sym_public] = ACTIONS(3063), + [anon_sym_private] = ACTIONS(3063), + [anon_sym_internal] = ACTIONS(3063), + [anon_sym_protected] = ACTIONS(3063), + [anon_sym_tailrec] = ACTIONS(3063), + [anon_sym_operator] = ACTIONS(3063), + [anon_sym_infix] = ACTIONS(3063), + [anon_sym_inline] = ACTIONS(3063), + [anon_sym_external] = ACTIONS(3063), + [sym_property_modifier] = ACTIONS(3063), + [anon_sym_abstract] = ACTIONS(3063), + [anon_sym_final] = ACTIONS(3063), + [anon_sym_open] = ACTIONS(3063), + [anon_sym_vararg] = ACTIONS(3063), + [anon_sym_noinline] = ACTIONS(3063), + [anon_sym_crossinline] = ACTIONS(3063), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(3065), + [sym_safe_nav] = ACTIONS(3598), + [sym_multiline_comment] = ACTIONS(3), + }, + [1359] = { + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(1826), + [sym__comparison_operator] = STATE(1844), + [sym__in_operator] = STATE(1856), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(1875), + [sym__multiplicative_operator] = STATE(1884), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_annotation] = STATE(7883), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2067), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_EQ] = ACTIONS(3067), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_RBRACE] = ACTIONS(3069), + [anon_sym_LPAREN] = ACTIONS(3572), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(3702), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(3069), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(3710), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(3712), + [anon_sym_DOT_DOT] = ACTIONS(3714), + [anon_sym_QMARK_COLON] = ACTIONS(3716), + [anon_sym_AMP_AMP] = ACTIONS(3718), + [anon_sym_PIPE_PIPE] = ACTIONS(3720), + [anon_sym_else] = ACTIONS(3067), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_PLUS_EQ] = ACTIONS(3069), + [anon_sym_DASH_EQ] = ACTIONS(3069), + [anon_sym_STAR_EQ] = ACTIONS(3069), + [anon_sym_SLASH_EQ] = ACTIONS(3069), + [anon_sym_PERCENT_EQ] = ACTIONS(3069), + [anon_sym_BANG_EQ] = ACTIONS(3722), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3724), + [anon_sym_EQ_EQ] = ACTIONS(3722), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3724), + [anon_sym_LT_EQ] = ACTIONS(3726), + [anon_sym_GT_EQ] = ACTIONS(3726), + [anon_sym_BANGin] = ACTIONS(3728), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), + [anon_sym_PLUS] = ACTIONS(3730), + [anon_sym_DASH] = ACTIONS(3730), + [anon_sym_SLASH] = ACTIONS(3710), + [anon_sym_PERCENT] = ACTIONS(3710), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), + [anon_sym_suspend] = ACTIONS(3067), + [anon_sym_sealed] = ACTIONS(3067), + [anon_sym_annotation] = ACTIONS(3067), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_override] = ACTIONS(3067), + [anon_sym_lateinit] = ACTIONS(3067), + [anon_sym_public] = ACTIONS(3067), + [anon_sym_private] = ACTIONS(3067), + [anon_sym_internal] = ACTIONS(3067), + [anon_sym_protected] = ACTIONS(3067), + [anon_sym_tailrec] = ACTIONS(3067), + [anon_sym_operator] = ACTIONS(3067), + [anon_sym_infix] = ACTIONS(3067), + [anon_sym_inline] = ACTIONS(3067), + [anon_sym_external] = ACTIONS(3067), + [sym_property_modifier] = ACTIONS(3067), + [anon_sym_abstract] = ACTIONS(3067), + [anon_sym_final] = ACTIONS(3067), + [anon_sym_open] = ACTIONS(3067), + [anon_sym_vararg] = ACTIONS(3067), + [anon_sym_noinline] = ACTIONS(3067), + [anon_sym_crossinline] = ACTIONS(3067), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(3069), + [sym_safe_nav] = ACTIONS(3598), + [sym_multiline_comment] = ACTIONS(3), + }, + [1360] = { + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(1826), + [sym__comparison_operator] = STATE(1844), + [sym__in_operator] = STATE(1856), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(1875), + [sym__multiplicative_operator] = STATE(1884), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_annotation] = STATE(7883), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2067), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_EQ] = ACTIONS(3049), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_EQ] = ACTIONS(3071), [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(3051), - [anon_sym_LPAREN] = ACTIONS(3570), + [anon_sym_RBRACE] = ACTIONS(3073), + [anon_sym_LPAREN] = ACTIONS(3572), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(3702), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(3051), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(3073), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), [anon_sym_STAR] = ACTIONS(3710), - [sym_label] = ACTIONS(3584), + [sym_label] = ACTIONS(3586), [anon_sym_in] = ACTIONS(3712), [anon_sym_DOT_DOT] = ACTIONS(3714), [anon_sym_QMARK_COLON] = ACTIONS(3716), [anon_sym_AMP_AMP] = ACTIONS(3718), [anon_sym_PIPE_PIPE] = ACTIONS(3720), - [anon_sym_else] = ACTIONS(3049), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_PLUS_EQ] = ACTIONS(3051), - [anon_sym_DASH_EQ] = ACTIONS(3051), - [anon_sym_STAR_EQ] = ACTIONS(3051), - [anon_sym_SLASH_EQ] = ACTIONS(3051), - [anon_sym_PERCENT_EQ] = ACTIONS(3051), + [anon_sym_else] = ACTIONS(3071), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_PLUS_EQ] = ACTIONS(3073), + [anon_sym_DASH_EQ] = ACTIONS(3073), + [anon_sym_STAR_EQ] = ACTIONS(3073), + [anon_sym_SLASH_EQ] = ACTIONS(3073), + [anon_sym_PERCENT_EQ] = ACTIONS(3073), [anon_sym_BANG_EQ] = ACTIONS(3722), [anon_sym_BANG_EQ_EQ] = ACTIONS(3724), [anon_sym_EQ_EQ] = ACTIONS(3722), @@ -188044,226 +188061,721 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_EQ] = ACTIONS(3726), [anon_sym_GT_EQ] = ACTIONS(3726), [anon_sym_BANGin] = ACTIONS(3728), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), [anon_sym_PLUS] = ACTIONS(3730), [anon_sym_DASH] = ACTIONS(3730), [anon_sym_SLASH] = ACTIONS(3710), [anon_sym_PERCENT] = ACTIONS(3710), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), - [anon_sym_suspend] = ACTIONS(3049), - [anon_sym_sealed] = ACTIONS(3049), - [anon_sym_annotation] = ACTIONS(3049), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), + [anon_sym_suspend] = ACTIONS(3071), + [anon_sym_sealed] = ACTIONS(3071), + [anon_sym_annotation] = ACTIONS(3071), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3049), - [anon_sym_lateinit] = ACTIONS(3049), - [anon_sym_public] = ACTIONS(3049), - [anon_sym_private] = ACTIONS(3049), - [anon_sym_internal] = ACTIONS(3049), - [anon_sym_protected] = ACTIONS(3049), - [anon_sym_tailrec] = ACTIONS(3049), - [anon_sym_operator] = ACTIONS(3049), - [anon_sym_infix] = ACTIONS(3049), - [anon_sym_inline] = ACTIONS(3049), - [anon_sym_external] = ACTIONS(3049), - [sym_property_modifier] = ACTIONS(3049), - [anon_sym_abstract] = ACTIONS(3049), - [anon_sym_final] = ACTIONS(3049), - [anon_sym_open] = ACTIONS(3049), - [anon_sym_vararg] = ACTIONS(3049), - [anon_sym_noinline] = ACTIONS(3049), - [anon_sym_crossinline] = ACTIONS(3049), + [anon_sym_override] = ACTIONS(3071), + [anon_sym_lateinit] = ACTIONS(3071), + [anon_sym_public] = ACTIONS(3071), + [anon_sym_private] = ACTIONS(3071), + [anon_sym_internal] = ACTIONS(3071), + [anon_sym_protected] = ACTIONS(3071), + [anon_sym_tailrec] = ACTIONS(3071), + [anon_sym_operator] = ACTIONS(3071), + [anon_sym_infix] = ACTIONS(3071), + [anon_sym_inline] = ACTIONS(3071), + [anon_sym_external] = ACTIONS(3071), + [sym_property_modifier] = ACTIONS(3071), + [anon_sym_abstract] = ACTIONS(3071), + [anon_sym_final] = ACTIONS(3071), + [anon_sym_open] = ACTIONS(3071), + [anon_sym_vararg] = ACTIONS(3071), + [anon_sym_noinline] = ACTIONS(3071), + [anon_sym_crossinline] = ACTIONS(3071), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3051), - [sym_safe_nav] = ACTIONS(3596), + [sym__automatic_semicolon] = ACTIONS(3073), + [sym_safe_nav] = ACTIONS(3598), + [sym_multiline_comment] = ACTIONS(3), + }, + [1361] = { + [sym_property_delegate] = STATE(1586), + [sym_getter] = STATE(3291), + [sym_setter] = STATE(3291), + [sym_modifiers] = STATE(8930), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_RBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_EQ] = ACTIONS(5279), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_COMMA] = ACTIONS(3280), + [anon_sym_RPAREN] = ACTIONS(3280), + [anon_sym_by] = ACTIONS(5265), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_where] = ACTIONS(3278), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(5281), + [anon_sym_get] = ACTIONS(5275), + [anon_sym_set] = ACTIONS(5277), + [anon_sym_STAR] = ACTIONS(3278), + [anon_sym_DASH_GT] = ACTIONS(3280), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_while] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_PLUS_EQ] = ACTIONS(3280), + [anon_sym_DASH_EQ] = ACTIONS(3280), + [anon_sym_STAR_EQ] = ACTIONS(3280), + [anon_sym_SLASH_EQ] = ACTIONS(3280), + [anon_sym_PERCENT_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3278), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3280), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), [sym_multiline_comment] = ACTIONS(3), }, [1362] = { - [sym__expression] = STATE(4170), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(2427), - [anon_sym_AT] = ACTIONS(5301), - [anon_sym_LBRACK] = ACTIONS(2430), - [anon_sym_LBRACE] = ACTIONS(2433), - [anon_sym_LPAREN] = ACTIONS(2436), - [anon_sym_object] = ACTIONS(5346), - [anon_sym_fun] = ACTIONS(5349), - [anon_sym_get] = ACTIONS(2427), - [anon_sym_set] = ACTIONS(2427), - [anon_sym_this] = ACTIONS(2451), - [anon_sym_super] = ACTIONS(2454), - [anon_sym_STAR] = ACTIONS(2680), - [sym_label] = ACTIONS(2683), + [sym_function_body] = STATE(1123), + [sym__block] = STATE(1087), + [sym__alpha_identifier] = ACTIONS(4210), + [anon_sym_AT] = ACTIONS(4212), + [anon_sym_COLON] = ACTIONS(5340), + [anon_sym_LBRACK] = ACTIONS(4212), + [anon_sym_as] = ACTIONS(4210), + [anon_sym_EQ] = ACTIONS(5203), + [anon_sym_LBRACE] = ACTIONS(4039), + [anon_sym_RBRACE] = ACTIONS(4212), + [anon_sym_LPAREN] = ACTIONS(4212), + [anon_sym_LT] = ACTIONS(4210), + [anon_sym_GT] = ACTIONS(4210), + [anon_sym_object] = ACTIONS(4210), + [anon_sym_fun] = ACTIONS(4210), + [anon_sym_DOT] = ACTIONS(4210), + [anon_sym_SEMI] = ACTIONS(4212), + [anon_sym_get] = ACTIONS(4210), + [anon_sym_set] = ACTIONS(4210), + [anon_sym_this] = ACTIONS(4210), + [anon_sym_super] = ACTIONS(4210), + [anon_sym_STAR] = ACTIONS(4212), + [sym_label] = ACTIONS(4210), + [anon_sym_in] = ACTIONS(4210), + [anon_sym_DOT_DOT] = ACTIONS(4212), + [anon_sym_QMARK_COLON] = ACTIONS(4212), + [anon_sym_AMP_AMP] = ACTIONS(4212), + [anon_sym_PIPE_PIPE] = ACTIONS(4212), + [anon_sym_null] = ACTIONS(4210), + [anon_sym_if] = ACTIONS(4210), + [anon_sym_else] = ACTIONS(4210), + [anon_sym_when] = ACTIONS(4210), + [anon_sym_try] = ACTIONS(4210), + [anon_sym_throw] = ACTIONS(4210), + [anon_sym_return] = ACTIONS(4210), + [anon_sym_continue] = ACTIONS(4210), + [anon_sym_break] = ACTIONS(4210), + [anon_sym_COLON_COLON] = ACTIONS(4212), + [anon_sym_BANG_EQ] = ACTIONS(4210), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4212), + [anon_sym_EQ_EQ] = ACTIONS(4210), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4212), + [anon_sym_LT_EQ] = ACTIONS(4212), + [anon_sym_GT_EQ] = ACTIONS(4212), + [anon_sym_BANGin] = ACTIONS(4212), + [anon_sym_is] = ACTIONS(4210), + [anon_sym_BANGis] = ACTIONS(4212), + [anon_sym_PLUS] = ACTIONS(4210), + [anon_sym_DASH] = ACTIONS(4210), + [anon_sym_SLASH] = ACTIONS(4210), + [anon_sym_PERCENT] = ACTIONS(4212), + [anon_sym_as_QMARK] = ACTIONS(4212), + [anon_sym_PLUS_PLUS] = ACTIONS(4212), + [anon_sym_DASH_DASH] = ACTIONS(4212), + [anon_sym_BANG] = ACTIONS(4210), + [anon_sym_BANG_BANG] = ACTIONS(4212), + [anon_sym_suspend] = ACTIONS(4210), + [anon_sym_sealed] = ACTIONS(4210), + [anon_sym_annotation] = ACTIONS(4210), + [anon_sym_data] = ACTIONS(4210), + [anon_sym_inner] = ACTIONS(4210), + [anon_sym_override] = ACTIONS(4210), + [anon_sym_lateinit] = ACTIONS(4210), + [anon_sym_public] = ACTIONS(4210), + [anon_sym_private] = ACTIONS(4210), + [anon_sym_internal] = ACTIONS(4210), + [anon_sym_protected] = ACTIONS(4210), + [anon_sym_tailrec] = ACTIONS(4210), + [anon_sym_operator] = ACTIONS(4210), + [anon_sym_infix] = ACTIONS(4210), + [anon_sym_inline] = ACTIONS(4210), + [anon_sym_external] = ACTIONS(4210), + [sym_property_modifier] = ACTIONS(4210), + [anon_sym_abstract] = ACTIONS(4210), + [anon_sym_final] = ACTIONS(4210), + [anon_sym_open] = ACTIONS(4210), + [anon_sym_vararg] = ACTIONS(4210), + [anon_sym_noinline] = ACTIONS(4210), + [anon_sym_crossinline] = ACTIONS(4210), + [anon_sym_expect] = ACTIONS(4210), + [anon_sym_actual] = ACTIONS(4210), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4212), + [anon_sym_continue_AT] = ACTIONS(4212), + [anon_sym_break_AT] = ACTIONS(4212), + [sym_real_literal] = ACTIONS(4212), + [sym_integer_literal] = ACTIONS(4210), + [sym_hex_literal] = ACTIONS(4212), + [sym_bin_literal] = ACTIONS(4212), + [anon_sym_true] = ACTIONS(4210), + [anon_sym_false] = ACTIONS(4210), + [anon_sym_SQUOTE] = ACTIONS(4212), + [sym__backtick_identifier] = ACTIONS(4212), + [sym__automatic_semicolon] = ACTIONS(4212), + [sym_safe_nav] = ACTIONS(4212), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4212), + }, + [1363] = { + [sym_property_delegate] = STATE(1596), + [sym_getter] = STATE(3142), + [sym_setter] = STATE(3142), + [sym_modifiers] = STATE(8930), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1752), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1754), + [anon_sym_RBRACK] = ACTIONS(1754), + [anon_sym_as] = ACTIONS(1752), + [anon_sym_EQ] = ACTIONS(5289), + [anon_sym_LBRACE] = ACTIONS(1754), + [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_LPAREN] = ACTIONS(1754), + [anon_sym_COMMA] = ACTIONS(1754), + [anon_sym_RPAREN] = ACTIONS(1754), + [anon_sym_by] = ACTIONS(5265), + [anon_sym_LT] = ACTIONS(1752), + [anon_sym_GT] = ACTIONS(1752), + [anon_sym_where] = ACTIONS(1752), + [anon_sym_DOT] = ACTIONS(1752), + [anon_sym_SEMI] = ACTIONS(3484), + [anon_sym_get] = ACTIONS(5275), + [anon_sym_set] = ACTIONS(5277), + [anon_sym_STAR] = ACTIONS(1752), + [anon_sym_DASH_GT] = ACTIONS(1754), + [sym_label] = ACTIONS(1754), + [anon_sym_in] = ACTIONS(1752), + [anon_sym_while] = ACTIONS(1752), + [anon_sym_DOT_DOT] = ACTIONS(1754), + [anon_sym_QMARK_COLON] = ACTIONS(1754), + [anon_sym_AMP_AMP] = ACTIONS(1754), + [anon_sym_PIPE_PIPE] = ACTIONS(1754), + [anon_sym_else] = ACTIONS(1752), + [anon_sym_COLON_COLON] = ACTIONS(1754), + [anon_sym_PLUS_EQ] = ACTIONS(1754), + [anon_sym_DASH_EQ] = ACTIONS(1754), + [anon_sym_STAR_EQ] = ACTIONS(1754), + [anon_sym_SLASH_EQ] = ACTIONS(1754), + [anon_sym_PERCENT_EQ] = ACTIONS(1754), + [anon_sym_BANG_EQ] = ACTIONS(1752), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), + [anon_sym_EQ_EQ] = ACTIONS(1752), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), + [anon_sym_LT_EQ] = ACTIONS(1754), + [anon_sym_GT_EQ] = ACTIONS(1754), + [anon_sym_BANGin] = ACTIONS(1754), + [anon_sym_is] = ACTIONS(1752), + [anon_sym_BANGis] = ACTIONS(1754), + [anon_sym_PLUS] = ACTIONS(1752), + [anon_sym_DASH] = ACTIONS(1752), + [anon_sym_SLASH] = ACTIONS(1752), + [anon_sym_PERCENT] = ACTIONS(1752), + [anon_sym_as_QMARK] = ACTIONS(1754), + [anon_sym_PLUS_PLUS] = ACTIONS(1754), + [anon_sym_DASH_DASH] = ACTIONS(1754), + [anon_sym_BANG_BANG] = ACTIONS(1754), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1754), + [sym_safe_nav] = ACTIONS(1754), + [sym_multiline_comment] = ACTIONS(3), + }, + [1364] = { + [sym_primary_constructor] = STATE(3207), + [sym_class_body] = STATE(3359), + [sym__class_parameters] = STATE(3039), + [sym_type_parameters] = STATE(1534), + [sym_type_constraints] = STATE(3040), + [sym_modifiers] = STATE(9227), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3146), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_COLON] = ACTIONS(5342), + [anon_sym_LBRACK] = ACTIONS(3150), + [anon_sym_as] = ACTIONS(3146), + [anon_sym_EQ] = ACTIONS(3146), + [anon_sym_constructor] = ACTIONS(5169), + [anon_sym_LBRACE] = ACTIONS(5179), + [anon_sym_RBRACE] = ACTIONS(3150), + [anon_sym_LPAREN] = ACTIONS(5173), + [anon_sym_RPAREN] = ACTIONS(3150), + [anon_sym_LT] = ACTIONS(5119), + [anon_sym_GT] = ACTIONS(3146), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(3146), + [anon_sym_SEMI] = ACTIONS(3150), + [anon_sym_get] = ACTIONS(3146), + [anon_sym_set] = ACTIONS(3146), + [anon_sym_STAR] = ACTIONS(3146), + [sym_label] = ACTIONS(3150), + [anon_sym_in] = ACTIONS(3146), + [anon_sym_while] = ACTIONS(3146), + [anon_sym_DOT_DOT] = ACTIONS(3150), + [anon_sym_QMARK_COLON] = ACTIONS(3150), + [anon_sym_AMP_AMP] = ACTIONS(3150), + [anon_sym_PIPE_PIPE] = ACTIONS(3150), + [anon_sym_else] = ACTIONS(3146), + [anon_sym_COLON_COLON] = ACTIONS(3150), + [anon_sym_PLUS_EQ] = ACTIONS(3150), + [anon_sym_DASH_EQ] = ACTIONS(3150), + [anon_sym_STAR_EQ] = ACTIONS(3150), + [anon_sym_SLASH_EQ] = ACTIONS(3150), + [anon_sym_PERCENT_EQ] = ACTIONS(3150), + [anon_sym_BANG_EQ] = ACTIONS(3146), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3150), + [anon_sym_EQ_EQ] = ACTIONS(3146), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3150), + [anon_sym_LT_EQ] = ACTIONS(3150), + [anon_sym_GT_EQ] = ACTIONS(3150), + [anon_sym_BANGin] = ACTIONS(3150), + [anon_sym_is] = ACTIONS(3146), + [anon_sym_BANGis] = ACTIONS(3150), + [anon_sym_PLUS] = ACTIONS(3146), + [anon_sym_DASH] = ACTIONS(3146), + [anon_sym_SLASH] = ACTIONS(3146), + [anon_sym_PERCENT] = ACTIONS(3146), + [anon_sym_as_QMARK] = ACTIONS(3150), + [anon_sym_PLUS_PLUS] = ACTIONS(3150), + [anon_sym_DASH_DASH] = ACTIONS(3150), + [anon_sym_BANG_BANG] = ACTIONS(3150), + [anon_sym_suspend] = ACTIONS(3120), + [anon_sym_sealed] = ACTIONS(3122), + [anon_sym_annotation] = ACTIONS(3122), + [anon_sym_data] = ACTIONS(3122), + [anon_sym_inner] = ACTIONS(3122), + [anon_sym_override] = ACTIONS(3124), + [anon_sym_lateinit] = ACTIONS(3124), + [anon_sym_public] = ACTIONS(3126), + [anon_sym_private] = ACTIONS(3126), + [anon_sym_internal] = ACTIONS(3126), + [anon_sym_protected] = ACTIONS(3126), + [anon_sym_tailrec] = ACTIONS(3120), + [anon_sym_operator] = ACTIONS(3120), + [anon_sym_infix] = ACTIONS(3120), + [anon_sym_inline] = ACTIONS(3120), + [anon_sym_external] = ACTIONS(3120), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3130), + [anon_sym_final] = ACTIONS(3130), + [anon_sym_open] = ACTIONS(3130), + [anon_sym_vararg] = ACTIONS(3132), + [anon_sym_noinline] = ACTIONS(3132), + [anon_sym_crossinline] = ACTIONS(3132), + [anon_sym_expect] = ACTIONS(3134), + [anon_sym_actual] = ACTIONS(3134), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3150), + [sym_safe_nav] = ACTIONS(3150), + [sym_multiline_comment] = ACTIONS(3), + }, + [1365] = { + [sym__expression] = STATE(3565), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4931), + [sym_parenthesized_expression] = STATE(4931), + [sym_collection_literal] = STATE(4931), + [sym__literal_constant] = STATE(4931), + [sym_string_literal] = STATE(4931), + [sym_lambda_literal] = STATE(4931), + [sym_anonymous_function] = STATE(4931), + [sym__function_literal] = STATE(4931), + [sym_object_literal] = STATE(4931), + [sym_this_expression] = STATE(4931), + [sym_super_expression] = STATE(4931), + [sym_if_expression] = STATE(4931), + [sym_when_expression] = STATE(4931), + [sym_try_expression] = STATE(4931), + [sym_jump_expression] = STATE(4931), + [sym_callable_reference] = STATE(4931), + [sym__prefix_unary_operator] = STATE(1801), + [sym_annotation] = STATE(1801), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4928), + [sym__return_at] = STATE(298), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4931), + [sym_long_literal] = STATE(4931), + [sym_boolean_literal] = STATE(4931), + [sym_character_literal] = STATE(4931), + [sym__lexical_identifier] = STATE(4566), + [sym__alpha_identifier] = ACTIONS(2244), + [anon_sym_AT] = ACTIONS(5311), + [anon_sym_LBRACK] = ACTIONS(2247), + [anon_sym_LBRACE] = ACTIONS(2250), + [anon_sym_LPAREN] = ACTIONS(2253), + [anon_sym_object] = ACTIONS(5330), + [anon_sym_fun] = ACTIONS(5344), + [anon_sym_get] = ACTIONS(2244), + [anon_sym_set] = ACTIONS(2244), + [anon_sym_this] = ACTIONS(2268), + [anon_sym_super] = ACTIONS(2271), + [anon_sym_STAR] = ACTIONS(2634), + [sym_label] = ACTIONS(2637), [anon_sym_for] = ACTIONS(2070), [anon_sym_while] = ACTIONS(2070), [anon_sym_do] = ACTIONS(2070), - [anon_sym_null] = ACTIONS(2463), - [anon_sym_if] = ACTIONS(2686), - [anon_sym_when] = ACTIONS(2469), - [anon_sym_try] = ACTIONS(2472), - [anon_sym_throw] = ACTIONS(2689), - [anon_sym_return] = ACTIONS(2692), - [anon_sym_continue] = ACTIONS(2481), - [anon_sym_break] = ACTIONS(2481), - [anon_sym_COLON_COLON] = ACTIONS(2484), - [anon_sym_PLUS] = ACTIONS(2683), - [anon_sym_DASH] = ACTIONS(2683), - [anon_sym_PLUS_PLUS] = ACTIONS(2695), - [anon_sym_DASH_DASH] = ACTIONS(2695), - [anon_sym_BANG] = ACTIONS(2695), - [anon_sym_data] = ACTIONS(2427), - [anon_sym_inner] = ACTIONS(2427), - [anon_sym_expect] = ACTIONS(2427), - [anon_sym_actual] = ACTIONS(2427), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(2490), - [anon_sym_continue_AT] = ACTIONS(2493), - [anon_sym_break_AT] = ACTIONS(2496), - [sym_real_literal] = ACTIONS(2499), - [sym_integer_literal] = ACTIONS(2502), - [sym_hex_literal] = ACTIONS(2505), - [sym_bin_literal] = ACTIONS(2505), - [anon_sym_true] = ACTIONS(2508), - [anon_sym_false] = ACTIONS(2508), - [anon_sym_SQUOTE] = ACTIONS(2511), - [sym__backtick_identifier] = ACTIONS(2514), + [anon_sym_null] = ACTIONS(2280), + [anon_sym_if] = ACTIONS(2640), + [anon_sym_when] = ACTIONS(2286), + [anon_sym_try] = ACTIONS(2289), + [anon_sym_throw] = ACTIONS(2643), + [anon_sym_return] = ACTIONS(2646), + [anon_sym_continue] = ACTIONS(2298), + [anon_sym_break] = ACTIONS(2298), + [anon_sym_COLON_COLON] = ACTIONS(2301), + [anon_sym_PLUS] = ACTIONS(2637), + [anon_sym_DASH] = ACTIONS(2637), + [anon_sym_PLUS_PLUS] = ACTIONS(2649), + [anon_sym_DASH_DASH] = ACTIONS(2649), + [anon_sym_BANG] = ACTIONS(2649), + [anon_sym_data] = ACTIONS(2244), + [anon_sym_inner] = ACTIONS(2244), + [anon_sym_expect] = ACTIONS(2244), + [anon_sym_actual] = ACTIONS(2244), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(2307), + [anon_sym_continue_AT] = ACTIONS(2310), + [anon_sym_break_AT] = ACTIONS(2313), + [sym_real_literal] = ACTIONS(2316), + [sym_integer_literal] = ACTIONS(2319), + [sym_hex_literal] = ACTIONS(2322), + [sym_bin_literal] = ACTIONS(2322), + [anon_sym_true] = ACTIONS(2325), + [anon_sym_false] = ACTIONS(2325), + [anon_sym_SQUOTE] = ACTIONS(2328), + [sym__backtick_identifier] = ACTIONS(2331), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(2334), + }, + [1366] = { + [sym_property_delegate] = STATE(1553), + [sym_getter] = STATE(4641), + [sym_setter] = STATE(4641), + [sym_modifiers] = STATE(8670), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_RBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_EQ] = ACTIONS(5295), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_COMMA] = ACTIONS(1786), + [anon_sym_RPAREN] = ACTIONS(1786), + [anon_sym_by] = ACTIONS(5265), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_where] = ACTIONS(1784), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(3476), + [anon_sym_get] = ACTIONS(5267), + [anon_sym_set] = ACTIONS(5269), + [anon_sym_STAR] = ACTIONS(1784), + [anon_sym_DASH_GT] = ACTIONS(1786), + [sym_label] = ACTIONS(1786), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_while] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_PLUS_EQ] = ACTIONS(1786), + [anon_sym_DASH_EQ] = ACTIONS(1786), + [anon_sym_STAR_EQ] = ACTIONS(1786), + [anon_sym_SLASH_EQ] = ACTIONS(1786), + [anon_sym_PERCENT_EQ] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1784), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG_BANG] = ACTIONS(1786), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2517), }, - [1363] = { - [sym__expression] = STATE(1238), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(1620), - [sym_annotation] = STATE(1620), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(261), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), + [1367] = { + [sym__expression] = STATE(2486), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(1711), + [sym_annotation] = STATE(1711), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(268), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), [sym__alpha_identifier] = ACTIONS(2129), - [anon_sym_AT] = ACTIONS(5301), + [anon_sym_AT] = ACTIONS(5311), [anon_sym_LBRACK] = ACTIONS(2132), [anon_sym_LBRACE] = ACTIONS(2135), [anon_sym_LPAREN] = ACTIONS(2138), - [anon_sym_object] = ACTIONS(5316), - [anon_sym_fun] = ACTIONS(5352), + [anon_sym_object] = ACTIONS(5347), + [anon_sym_fun] = ACTIONS(5350), [anon_sym_get] = ACTIONS(2129), [anon_sym_set] = ACTIONS(2129), [anon_sym_this] = ACTIONS(2153), [anon_sym_super] = ACTIONS(2156), - [anon_sym_STAR] = ACTIONS(2319), - [sym_label] = ACTIONS(2322), + [anon_sym_STAR] = ACTIONS(2568), + [sym_label] = ACTIONS(2571), [anon_sym_for] = ACTIONS(2070), [anon_sym_while] = ACTIONS(2070), [anon_sym_do] = ACTIONS(2070), [anon_sym_null] = ACTIONS(2165), - [anon_sym_if] = ACTIONS(2325), + [anon_sym_if] = ACTIONS(2574), [anon_sym_when] = ACTIONS(2171), [anon_sym_try] = ACTIONS(2174), - [anon_sym_throw] = ACTIONS(2328), - [anon_sym_return] = ACTIONS(2331), + [anon_sym_throw] = ACTIONS(2577), + [anon_sym_return] = ACTIONS(2580), [anon_sym_continue] = ACTIONS(2183), [anon_sym_break] = ACTIONS(2183), [anon_sym_COLON_COLON] = ACTIONS(2186), - [anon_sym_PLUS] = ACTIONS(2322), - [anon_sym_DASH] = ACTIONS(2322), - [anon_sym_PLUS_PLUS] = ACTIONS(2334), - [anon_sym_DASH_DASH] = ACTIONS(2334), - [anon_sym_BANG] = ACTIONS(2334), + [anon_sym_PLUS] = ACTIONS(2571), + [anon_sym_DASH] = ACTIONS(2571), + [anon_sym_PLUS_PLUS] = ACTIONS(2583), + [anon_sym_DASH_DASH] = ACTIONS(2583), + [anon_sym_BANG] = ACTIONS(2583), [anon_sym_data] = ACTIONS(2129), [anon_sym_inner] = ACTIONS(2129), [anon_sym_expect] = ACTIONS(2129), @@ -188283,39 +188795,435 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(2219), }, - [1364] = { - [sym_primary_constructor] = STATE(3438), - [sym__class_parameters] = STATE(3545), - [sym_type_parameters] = STATE(1451), - [sym_type_constraints] = STATE(3605), - [sym_enum_class_body] = STATE(3803), - [sym_modifiers] = STATE(9083), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), + [1368] = { + [sym_class_body] = STATE(1181), + [sym_type_constraints] = STATE(1022), + [sym__alpha_identifier] = ACTIONS(3186), + [anon_sym_AT] = ACTIONS(3190), + [anon_sym_COLON] = ACTIONS(3526), + [anon_sym_LBRACK] = ACTIONS(3190), + [anon_sym_as] = ACTIONS(3186), + [anon_sym_LBRACE] = ACTIONS(3180), + [anon_sym_RBRACE] = ACTIONS(3190), + [anon_sym_LPAREN] = ACTIONS(3190), + [anon_sym_LT] = ACTIONS(3186), + [anon_sym_GT] = ACTIONS(3186), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(3186), + [anon_sym_fun] = ACTIONS(3186), + [anon_sym_DOT] = ACTIONS(3186), + [anon_sym_SEMI] = ACTIONS(3190), + [anon_sym_get] = ACTIONS(3186), + [anon_sym_set] = ACTIONS(3186), + [anon_sym_this] = ACTIONS(3186), + [anon_sym_super] = ACTIONS(3186), + [anon_sym_STAR] = ACTIONS(3190), + [sym_label] = ACTIONS(3186), + [anon_sym_in] = ACTIONS(3186), + [anon_sym_DOT_DOT] = ACTIONS(3190), + [anon_sym_QMARK_COLON] = ACTIONS(3190), + [anon_sym_AMP_AMP] = ACTIONS(3190), + [anon_sym_PIPE_PIPE] = ACTIONS(3190), + [anon_sym_null] = ACTIONS(3186), + [anon_sym_if] = ACTIONS(3186), + [anon_sym_else] = ACTIONS(3186), + [anon_sym_when] = ACTIONS(3186), + [anon_sym_try] = ACTIONS(3186), + [anon_sym_throw] = ACTIONS(3186), + [anon_sym_return] = ACTIONS(3186), + [anon_sym_continue] = ACTIONS(3186), + [anon_sym_break] = ACTIONS(3186), + [anon_sym_COLON_COLON] = ACTIONS(3190), + [anon_sym_BANG_EQ] = ACTIONS(3186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3190), + [anon_sym_EQ_EQ] = ACTIONS(3186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3190), + [anon_sym_LT_EQ] = ACTIONS(3190), + [anon_sym_GT_EQ] = ACTIONS(3190), + [anon_sym_BANGin] = ACTIONS(3190), + [anon_sym_is] = ACTIONS(3186), + [anon_sym_BANGis] = ACTIONS(3190), + [anon_sym_PLUS] = ACTIONS(3186), + [anon_sym_DASH] = ACTIONS(3186), + [anon_sym_SLASH] = ACTIONS(3186), + [anon_sym_PERCENT] = ACTIONS(3190), + [anon_sym_as_QMARK] = ACTIONS(3190), + [anon_sym_PLUS_PLUS] = ACTIONS(3190), + [anon_sym_DASH_DASH] = ACTIONS(3190), + [anon_sym_BANG] = ACTIONS(3186), + [anon_sym_BANG_BANG] = ACTIONS(3190), + [anon_sym_suspend] = ACTIONS(3186), + [anon_sym_sealed] = ACTIONS(3186), + [anon_sym_annotation] = ACTIONS(3186), + [anon_sym_data] = ACTIONS(3186), + [anon_sym_inner] = ACTIONS(3186), + [anon_sym_override] = ACTIONS(3186), + [anon_sym_lateinit] = ACTIONS(3186), + [anon_sym_public] = ACTIONS(3186), + [anon_sym_private] = ACTIONS(3186), + [anon_sym_internal] = ACTIONS(3186), + [anon_sym_protected] = ACTIONS(3186), + [anon_sym_tailrec] = ACTIONS(3186), + [anon_sym_operator] = ACTIONS(3186), + [anon_sym_infix] = ACTIONS(3186), + [anon_sym_inline] = ACTIONS(3186), + [anon_sym_external] = ACTIONS(3186), + [sym_property_modifier] = ACTIONS(3186), + [anon_sym_abstract] = ACTIONS(3186), + [anon_sym_final] = ACTIONS(3186), + [anon_sym_open] = ACTIONS(3186), + [anon_sym_vararg] = ACTIONS(3186), + [anon_sym_noinline] = ACTIONS(3186), + [anon_sym_crossinline] = ACTIONS(3186), + [anon_sym_expect] = ACTIONS(3186), + [anon_sym_actual] = ACTIONS(3186), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3190), + [anon_sym_continue_AT] = ACTIONS(3190), + [anon_sym_break_AT] = ACTIONS(3190), + [sym_real_literal] = ACTIONS(3190), + [sym_integer_literal] = ACTIONS(3186), + [sym_hex_literal] = ACTIONS(3190), + [sym_bin_literal] = ACTIONS(3190), + [anon_sym_true] = ACTIONS(3186), + [anon_sym_false] = ACTIONS(3186), + [anon_sym_SQUOTE] = ACTIONS(3190), + [sym__backtick_identifier] = ACTIONS(3190), + [sym__automatic_semicolon] = ACTIONS(3190), + [sym_safe_nav] = ACTIONS(3190), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3190), + }, + [1369] = { + [sym__expression] = STATE(4197), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4931), + [sym_parenthesized_expression] = STATE(4931), + [sym_collection_literal] = STATE(4931), + [sym__literal_constant] = STATE(4931), + [sym_string_literal] = STATE(4931), + [sym_lambda_literal] = STATE(4931), + [sym_anonymous_function] = STATE(4931), + [sym__function_literal] = STATE(4931), + [sym_object_literal] = STATE(4931), + [sym_this_expression] = STATE(4931), + [sym_super_expression] = STATE(4931), + [sym_if_expression] = STATE(4931), + [sym_when_expression] = STATE(4931), + [sym_try_expression] = STATE(4931), + [sym_jump_expression] = STATE(4931), + [sym_callable_reference] = STATE(4931), + [sym__prefix_unary_operator] = STATE(1926), + [sym_annotation] = STATE(1926), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4928), + [sym__return_at] = STATE(399), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4931), + [sym_long_literal] = STATE(4931), + [sym_boolean_literal] = STATE(4931), + [sym_character_literal] = STATE(4931), + [sym__lexical_identifier] = STATE(4566), + [sym__alpha_identifier] = ACTIONS(2244), + [anon_sym_AT] = ACTIONS(5311), + [anon_sym_LBRACK] = ACTIONS(2247), + [anon_sym_LBRACE] = ACTIONS(2250), + [anon_sym_LPAREN] = ACTIONS(2253), + [anon_sym_object] = ACTIONS(5330), + [anon_sym_fun] = ACTIONS(5353), + [anon_sym_get] = ACTIONS(2244), + [anon_sym_set] = ACTIONS(2244), + [anon_sym_this] = ACTIONS(2268), + [anon_sym_super] = ACTIONS(2271), + [anon_sym_STAR] = ACTIONS(2524), + [sym_label] = ACTIONS(2527), + [anon_sym_for] = ACTIONS(2070), + [anon_sym_while] = ACTIONS(2070), + [anon_sym_do] = ACTIONS(2070), + [anon_sym_null] = ACTIONS(2280), + [anon_sym_if] = ACTIONS(2530), + [anon_sym_when] = ACTIONS(2286), + [anon_sym_try] = ACTIONS(2289), + [anon_sym_throw] = ACTIONS(2533), + [anon_sym_return] = ACTIONS(2536), + [anon_sym_continue] = ACTIONS(2298), + [anon_sym_break] = ACTIONS(2298), + [anon_sym_COLON_COLON] = ACTIONS(2301), + [anon_sym_PLUS] = ACTIONS(2527), + [anon_sym_DASH] = ACTIONS(2527), + [anon_sym_PLUS_PLUS] = ACTIONS(2539), + [anon_sym_DASH_DASH] = ACTIONS(2539), + [anon_sym_BANG] = ACTIONS(2539), + [anon_sym_data] = ACTIONS(2244), + [anon_sym_inner] = ACTIONS(2244), + [anon_sym_expect] = ACTIONS(2244), + [anon_sym_actual] = ACTIONS(2244), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(2307), + [anon_sym_continue_AT] = ACTIONS(2310), + [anon_sym_break_AT] = ACTIONS(2313), + [sym_real_literal] = ACTIONS(2316), + [sym_integer_literal] = ACTIONS(2319), + [sym_hex_literal] = ACTIONS(2322), + [sym_bin_literal] = ACTIONS(2322), + [anon_sym_true] = ACTIONS(2325), + [anon_sym_false] = ACTIONS(2325), + [anon_sym_SQUOTE] = ACTIONS(2328), + [sym__backtick_identifier] = ACTIONS(2331), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(2334), + }, + [1370] = { + [sym_primary_constructor] = STATE(3467), + [sym_class_body] = STATE(3851), + [sym__class_parameters] = STATE(3610), + [sym_type_parameters] = STATE(1459), + [sym_type_constraints] = STATE(3660), + [sym_modifiers] = STATE(9241), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3146), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_COLON] = ACTIONS(5356), + [anon_sym_LBRACK] = ACTIONS(3150), + [anon_sym_as] = ACTIONS(3146), + [anon_sym_EQ] = ACTIONS(3146), + [anon_sym_constructor] = ACTIONS(5358), + [anon_sym_LBRACE] = ACTIONS(5360), + [anon_sym_RBRACE] = ACTIONS(3150), + [anon_sym_LPAREN] = ACTIONS(5362), + [anon_sym_COMMA] = ACTIONS(3150), + [anon_sym_LT] = ACTIONS(5364), + [anon_sym_GT] = ACTIONS(3146), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(3146), + [anon_sym_SEMI] = ACTIONS(3150), + [anon_sym_get] = ACTIONS(3146), + [anon_sym_set] = ACTIONS(3146), + [anon_sym_STAR] = ACTIONS(3146), + [sym_label] = ACTIONS(3150), + [anon_sym_in] = ACTIONS(3146), + [anon_sym_DOT_DOT] = ACTIONS(3150), + [anon_sym_QMARK_COLON] = ACTIONS(3150), + [anon_sym_AMP_AMP] = ACTIONS(3150), + [anon_sym_PIPE_PIPE] = ACTIONS(3150), + [anon_sym_else] = ACTIONS(3146), + [anon_sym_COLON_COLON] = ACTIONS(3150), + [anon_sym_PLUS_EQ] = ACTIONS(3150), + [anon_sym_DASH_EQ] = ACTIONS(3150), + [anon_sym_STAR_EQ] = ACTIONS(3150), + [anon_sym_SLASH_EQ] = ACTIONS(3150), + [anon_sym_PERCENT_EQ] = ACTIONS(3150), + [anon_sym_BANG_EQ] = ACTIONS(3146), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3150), + [anon_sym_EQ_EQ] = ACTIONS(3146), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3150), + [anon_sym_LT_EQ] = ACTIONS(3150), + [anon_sym_GT_EQ] = ACTIONS(3150), + [anon_sym_BANGin] = ACTIONS(3150), + [anon_sym_is] = ACTIONS(3146), + [anon_sym_BANGis] = ACTIONS(3150), + [anon_sym_PLUS] = ACTIONS(3146), + [anon_sym_DASH] = ACTIONS(3146), + [anon_sym_SLASH] = ACTIONS(3146), + [anon_sym_PERCENT] = ACTIONS(3146), + [anon_sym_as_QMARK] = ACTIONS(3150), + [anon_sym_PLUS_PLUS] = ACTIONS(3150), + [anon_sym_DASH_DASH] = ACTIONS(3150), + [anon_sym_BANG_BANG] = ACTIONS(3150), + [anon_sym_suspend] = ACTIONS(3120), + [anon_sym_sealed] = ACTIONS(3122), + [anon_sym_annotation] = ACTIONS(3122), + [anon_sym_data] = ACTIONS(3122), + [anon_sym_inner] = ACTIONS(3122), + [anon_sym_override] = ACTIONS(3124), + [anon_sym_lateinit] = ACTIONS(3124), + [anon_sym_public] = ACTIONS(3126), + [anon_sym_private] = ACTIONS(3126), + [anon_sym_internal] = ACTIONS(3126), + [anon_sym_protected] = ACTIONS(3126), + [anon_sym_tailrec] = ACTIONS(3120), + [anon_sym_operator] = ACTIONS(3120), + [anon_sym_infix] = ACTIONS(3120), + [anon_sym_inline] = ACTIONS(3120), + [anon_sym_external] = ACTIONS(3120), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3130), + [anon_sym_final] = ACTIONS(3130), + [anon_sym_open] = ACTIONS(3130), + [anon_sym_vararg] = ACTIONS(3132), + [anon_sym_noinline] = ACTIONS(3132), + [anon_sym_crossinline] = ACTIONS(3132), + [anon_sym_expect] = ACTIONS(3134), + [anon_sym_actual] = ACTIONS(3134), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3150), + [sym__automatic_semicolon] = ACTIONS(3150), + [sym_safe_nav] = ACTIONS(3150), + [sym_multiline_comment] = ACTIONS(3), + }, + [1371] = { + [sym__expression] = STATE(526), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2117), + [sym_annotation] = STATE(2117), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(270), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), + [sym__alpha_identifier] = ACTIONS(2028), + [anon_sym_AT] = ACTIONS(5311), + [anon_sym_LBRACK] = ACTIONS(2035), + [anon_sym_LBRACE] = ACTIONS(2040), + [anon_sym_LPAREN] = ACTIONS(2043), + [anon_sym_object] = ACTIONS(5368), + [anon_sym_fun] = ACTIONS(5371), + [anon_sym_get] = ACTIONS(2028), + [anon_sym_set] = ACTIONS(2028), + [anon_sym_this] = ACTIONS(2058), + [anon_sym_super] = ACTIONS(2061), + [anon_sym_STAR] = ACTIONS(2064), + [sym_label] = ACTIONS(2067), + [anon_sym_for] = ACTIONS(2070), + [anon_sym_while] = ACTIONS(2070), + [anon_sym_do] = ACTIONS(2070), + [anon_sym_null] = ACTIONS(2072), + [anon_sym_if] = ACTIONS(2075), + [anon_sym_when] = ACTIONS(2078), + [anon_sym_try] = ACTIONS(2081), + [anon_sym_throw] = ACTIONS(2084), + [anon_sym_return] = ACTIONS(2087), + [anon_sym_continue] = ACTIONS(2090), + [anon_sym_break] = ACTIONS(2090), + [anon_sym_COLON_COLON] = ACTIONS(2093), + [anon_sym_PLUS] = ACTIONS(2067), + [anon_sym_DASH] = ACTIONS(2067), + [anon_sym_PLUS_PLUS] = ACTIONS(2096), + [anon_sym_DASH_DASH] = ACTIONS(2096), + [anon_sym_BANG] = ACTIONS(2096), + [anon_sym_data] = ACTIONS(2028), + [anon_sym_inner] = ACTIONS(2028), + [anon_sym_expect] = ACTIONS(2028), + [anon_sym_actual] = ACTIONS(2028), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(2099), + [anon_sym_continue_AT] = ACTIONS(2102), + [anon_sym_break_AT] = ACTIONS(2105), + [sym_real_literal] = ACTIONS(2108), + [sym_integer_literal] = ACTIONS(2111), + [sym_hex_literal] = ACTIONS(2114), + [sym_bin_literal] = ACTIONS(2114), + [anon_sym_true] = ACTIONS(2117), + [anon_sym_false] = ACTIONS(2117), + [anon_sym_SQUOTE] = ACTIONS(2120), + [sym__backtick_identifier] = ACTIONS(2123), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(2126), + }, + [1372] = { + [sym_primary_constructor] = STATE(4730), + [sym_class_body] = STATE(4604), + [sym__class_parameters] = STATE(4565), + [sym_type_parameters] = STATE(1437), + [sym_type_constraints] = STATE(4541), + [sym_modifiers] = STATE(9275), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), [sym__alpha_identifier] = ACTIONS(3136), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(5355), + [anon_sym_COLON] = ACTIONS(5374), [anon_sym_LBRACK] = ACTIONS(3140), [anon_sym_as] = ACTIONS(3136), [anon_sym_EQ] = ACTIONS(3136), - [anon_sym_constructor] = ACTIONS(5357), - [anon_sym_LBRACE] = ACTIONS(5359), + [anon_sym_constructor] = ACTIONS(5113), + [anon_sym_LBRACE] = ACTIONS(5161), [anon_sym_RBRACE] = ACTIONS(3140), - [anon_sym_LPAREN] = ACTIONS(5361), - [anon_sym_COMMA] = ACTIONS(3140), - [anon_sym_LT] = ACTIONS(5340), + [anon_sym_LPAREN] = ACTIONS(5117), + [anon_sym_RPAREN] = ACTIONS(3140), + [anon_sym_LT] = ACTIONS(5119), [anon_sym_GT] = ACTIONS(3136), - [anon_sym_where] = ACTIONS(5363), + [anon_sym_where] = ACTIONS(5121), [anon_sym_DOT] = ACTIONS(3136), [anon_sym_SEMI] = ACTIONS(3140), [anon_sym_get] = ACTIONS(3136), @@ -188323,6 +189231,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(3136), [sym_label] = ACTIONS(3140), [anon_sym_in] = ACTIONS(3136), + [anon_sym_while] = ACTIONS(3136), [anon_sym_DOT_DOT] = ACTIONS(3140), [anon_sym_QMARK_COLON] = ACTIONS(3140), [anon_sym_AMP_AMP] = ACTIONS(3140), @@ -188378,783 +189287,485 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(3140), - [sym__automatic_semicolon] = ACTIONS(3140), [sym_safe_nav] = ACTIONS(3140), [sym_multiline_comment] = ACTIONS(3), }, - [1365] = { - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(2090), - [sym__comparison_operator] = STATE(2107), - [sym__in_operator] = STATE(2109), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(2110), - [sym__multiplicative_operator] = STATE(2111), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_annotation] = STATE(7852), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2113), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), + [1373] = { + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(1826), + [sym__comparison_operator] = STATE(1844), + [sym__in_operator] = STATE(1856), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(1875), + [sym__multiplicative_operator] = STATE(1884), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_annotation] = STATE(7883), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2067), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_EQ] = ACTIONS(3023), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_EQ] = ACTIONS(3007), [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(3025), - [anon_sym_LPAREN] = ACTIONS(3570), + [anon_sym_RBRACE] = ACTIONS(3009), + [anon_sym_LPAREN] = ACTIONS(3572), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3023), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(3025), + [anon_sym_GT] = ACTIONS(3702), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(3009), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), [anon_sym_STAR] = ACTIONS(3710), - [sym_label] = ACTIONS(3584), + [sym_label] = ACTIONS(3586), [anon_sym_in] = ACTIONS(3712), [anon_sym_DOT_DOT] = ACTIONS(3714), [anon_sym_QMARK_COLON] = ACTIONS(3716), - [anon_sym_AMP_AMP] = ACTIONS(3025), - [anon_sym_PIPE_PIPE] = ACTIONS(3025), - [anon_sym_else] = ACTIONS(3023), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_PLUS_EQ] = ACTIONS(3025), - [anon_sym_DASH_EQ] = ACTIONS(3025), - [anon_sym_STAR_EQ] = ACTIONS(3025), - [anon_sym_SLASH_EQ] = ACTIONS(3025), - [anon_sym_PERCENT_EQ] = ACTIONS(3025), - [anon_sym_BANG_EQ] = ACTIONS(3023), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3025), - [anon_sym_EQ_EQ] = ACTIONS(3023), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3025), - [anon_sym_LT_EQ] = ACTIONS(3025), - [anon_sym_GT_EQ] = ACTIONS(3025), + [anon_sym_AMP_AMP] = ACTIONS(3718), + [anon_sym_PIPE_PIPE] = ACTIONS(3720), + [anon_sym_else] = ACTIONS(3007), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_PLUS_EQ] = ACTIONS(3009), + [anon_sym_DASH_EQ] = ACTIONS(3009), + [anon_sym_STAR_EQ] = ACTIONS(3009), + [anon_sym_SLASH_EQ] = ACTIONS(3009), + [anon_sym_PERCENT_EQ] = ACTIONS(3009), + [anon_sym_BANG_EQ] = ACTIONS(3722), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3724), + [anon_sym_EQ_EQ] = ACTIONS(3722), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3724), + [anon_sym_LT_EQ] = ACTIONS(3726), + [anon_sym_GT_EQ] = ACTIONS(3726), [anon_sym_BANGin] = ACTIONS(3728), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), [anon_sym_PLUS] = ACTIONS(3730), [anon_sym_DASH] = ACTIONS(3730), [anon_sym_SLASH] = ACTIONS(3710), [anon_sym_PERCENT] = ACTIONS(3710), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), - [anon_sym_suspend] = ACTIONS(3023), - [anon_sym_sealed] = ACTIONS(3023), - [anon_sym_annotation] = ACTIONS(3023), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), + [anon_sym_suspend] = ACTIONS(3007), + [anon_sym_sealed] = ACTIONS(3007), + [anon_sym_annotation] = ACTIONS(3007), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3023), - [anon_sym_lateinit] = ACTIONS(3023), - [anon_sym_public] = ACTIONS(3023), - [anon_sym_private] = ACTIONS(3023), - [anon_sym_internal] = ACTIONS(3023), - [anon_sym_protected] = ACTIONS(3023), - [anon_sym_tailrec] = ACTIONS(3023), - [anon_sym_operator] = ACTIONS(3023), - [anon_sym_infix] = ACTIONS(3023), - [anon_sym_inline] = ACTIONS(3023), - [anon_sym_external] = ACTIONS(3023), - [sym_property_modifier] = ACTIONS(3023), - [anon_sym_abstract] = ACTIONS(3023), - [anon_sym_final] = ACTIONS(3023), - [anon_sym_open] = ACTIONS(3023), - [anon_sym_vararg] = ACTIONS(3023), - [anon_sym_noinline] = ACTIONS(3023), - [anon_sym_crossinline] = ACTIONS(3023), + [anon_sym_override] = ACTIONS(3007), + [anon_sym_lateinit] = ACTIONS(3007), + [anon_sym_public] = ACTIONS(3007), + [anon_sym_private] = ACTIONS(3007), + [anon_sym_internal] = ACTIONS(3007), + [anon_sym_protected] = ACTIONS(3007), + [anon_sym_tailrec] = ACTIONS(3007), + [anon_sym_operator] = ACTIONS(3007), + [anon_sym_infix] = ACTIONS(3007), + [anon_sym_inline] = ACTIONS(3007), + [anon_sym_external] = ACTIONS(3007), + [sym_property_modifier] = ACTIONS(3007), + [anon_sym_abstract] = ACTIONS(3007), + [anon_sym_final] = ACTIONS(3007), + [anon_sym_open] = ACTIONS(3007), + [anon_sym_vararg] = ACTIONS(3007), + [anon_sym_noinline] = ACTIONS(3007), + [anon_sym_crossinline] = ACTIONS(3007), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3025), - [sym_safe_nav] = ACTIONS(3596), + [sym__automatic_semicolon] = ACTIONS(3009), + [sym_safe_nav] = ACTIONS(3598), [sym_multiline_comment] = ACTIONS(3), }, - [1366] = { - [sym_type_constraints] = STATE(984), - [sym_enum_class_body] = STATE(1122), - [sym__alpha_identifier] = ACTIONS(4213), - [anon_sym_AT] = ACTIONS(4215), - [anon_sym_COLON] = ACTIONS(5365), - [anon_sym_LBRACK] = ACTIONS(4215), - [anon_sym_as] = ACTIONS(4213), - [anon_sym_LBRACE] = ACTIONS(3144), - [anon_sym_RBRACE] = ACTIONS(4215), - [anon_sym_LPAREN] = ACTIONS(4215), - [anon_sym_LT] = ACTIONS(4213), - [anon_sym_GT] = ACTIONS(4213), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(4213), - [anon_sym_fun] = ACTIONS(4213), - [anon_sym_DOT] = ACTIONS(4213), - [anon_sym_SEMI] = ACTIONS(4215), - [anon_sym_get] = ACTIONS(4213), - [anon_sym_set] = ACTIONS(4213), - [anon_sym_this] = ACTIONS(4213), - [anon_sym_super] = ACTIONS(4213), - [anon_sym_STAR] = ACTIONS(4215), - [sym_label] = ACTIONS(4213), - [anon_sym_in] = ACTIONS(4213), - [anon_sym_DOT_DOT] = ACTIONS(4215), - [anon_sym_QMARK_COLON] = ACTIONS(4215), - [anon_sym_AMP_AMP] = ACTIONS(4215), - [anon_sym_PIPE_PIPE] = ACTIONS(4215), - [anon_sym_null] = ACTIONS(4213), - [anon_sym_if] = ACTIONS(4213), - [anon_sym_else] = ACTIONS(4213), - [anon_sym_when] = ACTIONS(4213), - [anon_sym_try] = ACTIONS(4213), - [anon_sym_throw] = ACTIONS(4213), - [anon_sym_return] = ACTIONS(4213), - [anon_sym_continue] = ACTIONS(4213), - [anon_sym_break] = ACTIONS(4213), - [anon_sym_COLON_COLON] = ACTIONS(4215), - [anon_sym_BANG_EQ] = ACTIONS(4213), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4215), - [anon_sym_EQ_EQ] = ACTIONS(4213), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4215), - [anon_sym_LT_EQ] = ACTIONS(4215), - [anon_sym_GT_EQ] = ACTIONS(4215), - [anon_sym_BANGin] = ACTIONS(4215), - [anon_sym_is] = ACTIONS(4213), - [anon_sym_BANGis] = ACTIONS(4215), - [anon_sym_PLUS] = ACTIONS(4213), - [anon_sym_DASH] = ACTIONS(4213), - [anon_sym_SLASH] = ACTIONS(4213), - [anon_sym_PERCENT] = ACTIONS(4215), - [anon_sym_as_QMARK] = ACTIONS(4215), - [anon_sym_PLUS_PLUS] = ACTIONS(4215), - [anon_sym_DASH_DASH] = ACTIONS(4215), - [anon_sym_BANG] = ACTIONS(4213), - [anon_sym_BANG_BANG] = ACTIONS(4215), - [anon_sym_suspend] = ACTIONS(4213), - [anon_sym_sealed] = ACTIONS(4213), - [anon_sym_annotation] = ACTIONS(4213), - [anon_sym_data] = ACTIONS(4213), - [anon_sym_inner] = ACTIONS(4213), - [anon_sym_override] = ACTIONS(4213), - [anon_sym_lateinit] = ACTIONS(4213), - [anon_sym_public] = ACTIONS(4213), - [anon_sym_private] = ACTIONS(4213), - [anon_sym_internal] = ACTIONS(4213), - [anon_sym_protected] = ACTIONS(4213), - [anon_sym_tailrec] = ACTIONS(4213), - [anon_sym_operator] = ACTIONS(4213), - [anon_sym_infix] = ACTIONS(4213), - [anon_sym_inline] = ACTIONS(4213), - [anon_sym_external] = ACTIONS(4213), - [sym_property_modifier] = ACTIONS(4213), - [anon_sym_abstract] = ACTIONS(4213), - [anon_sym_final] = ACTIONS(4213), - [anon_sym_open] = ACTIONS(4213), - [anon_sym_vararg] = ACTIONS(4213), - [anon_sym_noinline] = ACTIONS(4213), - [anon_sym_crossinline] = ACTIONS(4213), - [anon_sym_expect] = ACTIONS(4213), - [anon_sym_actual] = ACTIONS(4213), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4215), - [anon_sym_continue_AT] = ACTIONS(4215), - [anon_sym_break_AT] = ACTIONS(4215), - [sym_real_literal] = ACTIONS(4215), - [sym_integer_literal] = ACTIONS(4213), - [sym_hex_literal] = ACTIONS(4215), - [sym_bin_literal] = ACTIONS(4215), - [anon_sym_true] = ACTIONS(4213), - [anon_sym_false] = ACTIONS(4213), - [anon_sym_SQUOTE] = ACTIONS(4215), - [sym__backtick_identifier] = ACTIONS(4215), - [sym__automatic_semicolon] = ACTIONS(4215), - [sym_safe_nav] = ACTIONS(4215), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4215), + [1374] = { + [sym_type_constraints] = STATE(962), + [sym_enum_class_body] = STATE(1127), + [sym__alpha_identifier] = ACTIONS(4188), + [anon_sym_AT] = ACTIONS(4190), + [anon_sym_COLON] = ACTIONS(5376), + [anon_sym_LBRACK] = ACTIONS(4190), + [anon_sym_as] = ACTIONS(4188), + [anon_sym_LBRACE] = ACTIONS(3156), + [anon_sym_RBRACE] = ACTIONS(4190), + [anon_sym_LPAREN] = ACTIONS(4190), + [anon_sym_LT] = ACTIONS(4188), + [anon_sym_GT] = ACTIONS(4188), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(4188), + [anon_sym_fun] = ACTIONS(4188), + [anon_sym_DOT] = ACTIONS(4188), + [anon_sym_SEMI] = ACTIONS(4190), + [anon_sym_get] = ACTIONS(4188), + [anon_sym_set] = ACTIONS(4188), + [anon_sym_this] = ACTIONS(4188), + [anon_sym_super] = ACTIONS(4188), + [anon_sym_STAR] = ACTIONS(4190), + [sym_label] = ACTIONS(4188), + [anon_sym_in] = ACTIONS(4188), + [anon_sym_DOT_DOT] = ACTIONS(4190), + [anon_sym_QMARK_COLON] = ACTIONS(4190), + [anon_sym_AMP_AMP] = ACTIONS(4190), + [anon_sym_PIPE_PIPE] = ACTIONS(4190), + [anon_sym_null] = ACTIONS(4188), + [anon_sym_if] = ACTIONS(4188), + [anon_sym_else] = ACTIONS(4188), + [anon_sym_when] = ACTIONS(4188), + [anon_sym_try] = ACTIONS(4188), + [anon_sym_throw] = ACTIONS(4188), + [anon_sym_return] = ACTIONS(4188), + [anon_sym_continue] = ACTIONS(4188), + [anon_sym_break] = ACTIONS(4188), + [anon_sym_COLON_COLON] = ACTIONS(4190), + [anon_sym_BANG_EQ] = ACTIONS(4188), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4190), + [anon_sym_EQ_EQ] = ACTIONS(4188), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4190), + [anon_sym_LT_EQ] = ACTIONS(4190), + [anon_sym_GT_EQ] = ACTIONS(4190), + [anon_sym_BANGin] = ACTIONS(4190), + [anon_sym_is] = ACTIONS(4188), + [anon_sym_BANGis] = ACTIONS(4190), + [anon_sym_PLUS] = ACTIONS(4188), + [anon_sym_DASH] = ACTIONS(4188), + [anon_sym_SLASH] = ACTIONS(4188), + [anon_sym_PERCENT] = ACTIONS(4190), + [anon_sym_as_QMARK] = ACTIONS(4190), + [anon_sym_PLUS_PLUS] = ACTIONS(4190), + [anon_sym_DASH_DASH] = ACTIONS(4190), + [anon_sym_BANG] = ACTIONS(4188), + [anon_sym_BANG_BANG] = ACTIONS(4190), + [anon_sym_suspend] = ACTIONS(4188), + [anon_sym_sealed] = ACTIONS(4188), + [anon_sym_annotation] = ACTIONS(4188), + [anon_sym_data] = ACTIONS(4188), + [anon_sym_inner] = ACTIONS(4188), + [anon_sym_override] = ACTIONS(4188), + [anon_sym_lateinit] = ACTIONS(4188), + [anon_sym_public] = ACTIONS(4188), + [anon_sym_private] = ACTIONS(4188), + [anon_sym_internal] = ACTIONS(4188), + [anon_sym_protected] = ACTIONS(4188), + [anon_sym_tailrec] = ACTIONS(4188), + [anon_sym_operator] = ACTIONS(4188), + [anon_sym_infix] = ACTIONS(4188), + [anon_sym_inline] = ACTIONS(4188), + [anon_sym_external] = ACTIONS(4188), + [sym_property_modifier] = ACTIONS(4188), + [anon_sym_abstract] = ACTIONS(4188), + [anon_sym_final] = ACTIONS(4188), + [anon_sym_open] = ACTIONS(4188), + [anon_sym_vararg] = ACTIONS(4188), + [anon_sym_noinline] = ACTIONS(4188), + [anon_sym_crossinline] = ACTIONS(4188), + [anon_sym_expect] = ACTIONS(4188), + [anon_sym_actual] = ACTIONS(4188), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4190), + [anon_sym_continue_AT] = ACTIONS(4190), + [anon_sym_break_AT] = ACTIONS(4190), + [sym_real_literal] = ACTIONS(4190), + [sym_integer_literal] = ACTIONS(4188), + [sym_hex_literal] = ACTIONS(4190), + [sym_bin_literal] = ACTIONS(4190), + [anon_sym_true] = ACTIONS(4188), + [anon_sym_false] = ACTIONS(4188), + [anon_sym_SQUOTE] = ACTIONS(4190), + [sym__backtick_identifier] = ACTIONS(4190), + [sym__automatic_semicolon] = ACTIONS(4190), + [sym_safe_nav] = ACTIONS(4190), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4190), }, - [1367] = { - [sym__expression] = STATE(389), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2221), - [sym_annotation] = STATE(2221), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(263), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), + [1375] = { + [sym__expression] = STATE(4176), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(377), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), [sym__alpha_identifier] = ACTIONS(2337), - [anon_sym_AT] = ACTIONS(5301), + [anon_sym_AT] = ACTIONS(5311), [anon_sym_LBRACK] = ACTIONS(2340), [anon_sym_LBRACE] = ACTIONS(2343), [anon_sym_LPAREN] = ACTIONS(2346), - [anon_sym_object] = ACTIONS(5310), - [anon_sym_fun] = ACTIONS(5367), + [anon_sym_object] = ACTIONS(5314), + [anon_sym_fun] = ACTIONS(5378), [anon_sym_get] = ACTIONS(2337), [anon_sym_set] = ACTIONS(2337), [anon_sym_this] = ACTIONS(2361), [anon_sym_super] = ACTIONS(2364), - [anon_sym_STAR] = ACTIONS(2636), - [sym_label] = ACTIONS(2639), + [anon_sym_STAR] = ACTIONS(2878), + [sym_label] = ACTIONS(2881), [anon_sym_for] = ACTIONS(2070), [anon_sym_while] = ACTIONS(2070), [anon_sym_do] = ACTIONS(2070), [anon_sym_null] = ACTIONS(2373), - [anon_sym_if] = ACTIONS(2642), + [anon_sym_if] = ACTIONS(2884), [anon_sym_when] = ACTIONS(2379), [anon_sym_try] = ACTIONS(2382), - [anon_sym_throw] = ACTIONS(2645), - [anon_sym_return] = ACTIONS(2648), + [anon_sym_throw] = ACTIONS(2887), + [anon_sym_return] = ACTIONS(2890), [anon_sym_continue] = ACTIONS(2391), [anon_sym_break] = ACTIONS(2391), [anon_sym_COLON_COLON] = ACTIONS(2394), - [anon_sym_PLUS] = ACTIONS(2639), - [anon_sym_DASH] = ACTIONS(2639), - [anon_sym_PLUS_PLUS] = ACTIONS(2651), - [anon_sym_DASH_DASH] = ACTIONS(2651), - [anon_sym_BANG] = ACTIONS(2651), + [anon_sym_PLUS] = ACTIONS(2881), + [anon_sym_DASH] = ACTIONS(2881), + [anon_sym_PLUS_PLUS] = ACTIONS(2893), + [anon_sym_DASH_DASH] = ACTIONS(2893), + [anon_sym_BANG] = ACTIONS(2893), [anon_sym_data] = ACTIONS(2337), [anon_sym_inner] = ACTIONS(2337), [anon_sym_expect] = ACTIONS(2337), [anon_sym_actual] = ACTIONS(2337), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(2192), - [anon_sym_continue_AT] = ACTIONS(2400), - [anon_sym_break_AT] = ACTIONS(2403), - [sym_real_literal] = ACTIONS(2406), - [sym_integer_literal] = ACTIONS(2409), - [sym_hex_literal] = ACTIONS(2412), - [sym_bin_literal] = ACTIONS(2412), - [anon_sym_true] = ACTIONS(2415), - [anon_sym_false] = ACTIONS(2415), - [anon_sym_SQUOTE] = ACTIONS(2418), - [sym__backtick_identifier] = ACTIONS(2421), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2424), - }, - [1368] = { - [sym_value_arguments] = STATE(1175), - [sym__alpha_identifier] = ACTIONS(4454), - [anon_sym_AT] = ACTIONS(4456), - [anon_sym_LBRACK] = ACTIONS(4456), - [anon_sym_as] = ACTIONS(4454), - [anon_sym_LBRACE] = ACTIONS(4456), - [anon_sym_RBRACE] = ACTIONS(4456), - [anon_sym_LPAREN] = ACTIONS(4456), - [anon_sym_COMMA] = ACTIONS(4456), - [anon_sym_by] = ACTIONS(5370), - [anon_sym_LT] = ACTIONS(4454), - [anon_sym_GT] = ACTIONS(4454), - [anon_sym_where] = ACTIONS(4454), - [anon_sym_object] = ACTIONS(4454), - [anon_sym_fun] = ACTIONS(4454), - [anon_sym_DOT] = ACTIONS(4454), - [anon_sym_SEMI] = ACTIONS(4456), - [anon_sym_get] = ACTIONS(4454), - [anon_sym_set] = ACTIONS(4454), - [anon_sym_this] = ACTIONS(4454), - [anon_sym_super] = ACTIONS(4454), - [anon_sym_STAR] = ACTIONS(4456), - [sym_label] = ACTIONS(4454), - [anon_sym_in] = ACTIONS(4454), - [anon_sym_DOT_DOT] = ACTIONS(4456), - [anon_sym_QMARK_COLON] = ACTIONS(4456), - [anon_sym_AMP_AMP] = ACTIONS(4456), - [anon_sym_PIPE_PIPE] = ACTIONS(4456), - [anon_sym_null] = ACTIONS(4454), - [anon_sym_if] = ACTIONS(4454), - [anon_sym_else] = ACTIONS(4454), - [anon_sym_when] = ACTIONS(4454), - [anon_sym_try] = ACTIONS(4454), - [anon_sym_throw] = ACTIONS(4454), - [anon_sym_return] = ACTIONS(4454), - [anon_sym_continue] = ACTIONS(4454), - [anon_sym_break] = ACTIONS(4454), - [anon_sym_COLON_COLON] = ACTIONS(4456), - [anon_sym_BANG_EQ] = ACTIONS(4454), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4456), - [anon_sym_EQ_EQ] = ACTIONS(4454), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4456), - [anon_sym_LT_EQ] = ACTIONS(4456), - [anon_sym_GT_EQ] = ACTIONS(4456), - [anon_sym_BANGin] = ACTIONS(4456), - [anon_sym_is] = ACTIONS(4454), - [anon_sym_BANGis] = ACTIONS(4456), - [anon_sym_PLUS] = ACTIONS(4454), - [anon_sym_DASH] = ACTIONS(4454), - [anon_sym_SLASH] = ACTIONS(4454), - [anon_sym_PERCENT] = ACTIONS(4456), - [anon_sym_as_QMARK] = ACTIONS(4456), - [anon_sym_PLUS_PLUS] = ACTIONS(4456), - [anon_sym_DASH_DASH] = ACTIONS(4456), - [anon_sym_BANG] = ACTIONS(4454), - [anon_sym_BANG_BANG] = ACTIONS(4456), - [anon_sym_suspend] = ACTIONS(4454), - [anon_sym_sealed] = ACTIONS(4454), - [anon_sym_annotation] = ACTIONS(4454), - [anon_sym_data] = ACTIONS(4454), - [anon_sym_inner] = ACTIONS(4454), - [anon_sym_override] = ACTIONS(4454), - [anon_sym_lateinit] = ACTIONS(4454), - [anon_sym_public] = ACTIONS(4454), - [anon_sym_private] = ACTIONS(4454), - [anon_sym_internal] = ACTIONS(4454), - [anon_sym_protected] = ACTIONS(4454), - [anon_sym_tailrec] = ACTIONS(4454), - [anon_sym_operator] = ACTIONS(4454), - [anon_sym_infix] = ACTIONS(4454), - [anon_sym_inline] = ACTIONS(4454), - [anon_sym_external] = ACTIONS(4454), - [sym_property_modifier] = ACTIONS(4454), - [anon_sym_abstract] = ACTIONS(4454), - [anon_sym_final] = ACTIONS(4454), - [anon_sym_open] = ACTIONS(4454), - [anon_sym_vararg] = ACTIONS(4454), - [anon_sym_noinline] = ACTIONS(4454), - [anon_sym_crossinline] = ACTIONS(4454), - [anon_sym_expect] = ACTIONS(4454), - [anon_sym_actual] = ACTIONS(4454), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4456), - [anon_sym_continue_AT] = ACTIONS(4456), - [anon_sym_break_AT] = ACTIONS(4456), - [sym_real_literal] = ACTIONS(4456), - [sym_integer_literal] = ACTIONS(4454), - [sym_hex_literal] = ACTIONS(4456), - [sym_bin_literal] = ACTIONS(4456), - [anon_sym_true] = ACTIONS(4454), - [anon_sym_false] = ACTIONS(4454), - [anon_sym_SQUOTE] = ACTIONS(4456), - [sym__backtick_identifier] = ACTIONS(4456), - [sym__automatic_semicolon] = ACTIONS(4456), - [sym_safe_nav] = ACTIONS(4456), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4456), - }, - [1369] = { - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(2090), - [sym__comparison_operator] = STATE(2107), - [sym__in_operator] = STATE(2109), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(2110), - [sym__multiplicative_operator] = STATE(2111), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_annotation] = STATE(7852), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2113), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_EQ] = ACTIONS(3019), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(3021), - [anon_sym_LPAREN] = ACTIONS(3570), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3702), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(3021), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(3710), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(3712), - [anon_sym_DOT_DOT] = ACTIONS(3714), - [anon_sym_QMARK_COLON] = ACTIONS(3716), - [anon_sym_AMP_AMP] = ACTIONS(3718), - [anon_sym_PIPE_PIPE] = ACTIONS(3720), - [anon_sym_else] = ACTIONS(3019), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_PLUS_EQ] = ACTIONS(3021), - [anon_sym_DASH_EQ] = ACTIONS(3021), - [anon_sym_STAR_EQ] = ACTIONS(3021), - [anon_sym_SLASH_EQ] = ACTIONS(3021), - [anon_sym_PERCENT_EQ] = ACTIONS(3021), - [anon_sym_BANG_EQ] = ACTIONS(3722), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3724), - [anon_sym_EQ_EQ] = ACTIONS(3722), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3724), - [anon_sym_LT_EQ] = ACTIONS(3726), - [anon_sym_GT_EQ] = ACTIONS(3726), - [anon_sym_BANGin] = ACTIONS(3728), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), - [anon_sym_PLUS] = ACTIONS(3730), - [anon_sym_DASH] = ACTIONS(3730), - [anon_sym_SLASH] = ACTIONS(3710), - [anon_sym_PERCENT] = ACTIONS(3710), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), - [anon_sym_suspend] = ACTIONS(3019), - [anon_sym_sealed] = ACTIONS(3019), - [anon_sym_annotation] = ACTIONS(3019), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3019), - [anon_sym_lateinit] = ACTIONS(3019), - [anon_sym_public] = ACTIONS(3019), - [anon_sym_private] = ACTIONS(3019), - [anon_sym_internal] = ACTIONS(3019), - [anon_sym_protected] = ACTIONS(3019), - [anon_sym_tailrec] = ACTIONS(3019), - [anon_sym_operator] = ACTIONS(3019), - [anon_sym_infix] = ACTIONS(3019), - [anon_sym_inline] = ACTIONS(3019), - [anon_sym_external] = ACTIONS(3019), - [sym_property_modifier] = ACTIONS(3019), - [anon_sym_abstract] = ACTIONS(3019), - [anon_sym_final] = ACTIONS(3019), - [anon_sym_open] = ACTIONS(3019), - [anon_sym_vararg] = ACTIONS(3019), - [anon_sym_noinline] = ACTIONS(3019), - [anon_sym_crossinline] = ACTIONS(3019), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3021), - [sym_safe_nav] = ACTIONS(3596), + [anon_sym_return_AT] = ACTIONS(2400), + [anon_sym_continue_AT] = ACTIONS(2403), + [anon_sym_break_AT] = ACTIONS(2406), + [sym_real_literal] = ACTIONS(2409), + [sym_integer_literal] = ACTIONS(2412), + [sym_hex_literal] = ACTIONS(2415), + [sym_bin_literal] = ACTIONS(2415), + [anon_sym_true] = ACTIONS(2418), + [anon_sym_false] = ACTIONS(2418), + [anon_sym_SQUOTE] = ACTIONS(2421), + [sym__backtick_identifier] = ACTIONS(2424), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(2427), }, - [1370] = { - [sym_type_constraints] = STATE(1028), - [sym_enum_class_body] = STATE(1042), - [sym__alpha_identifier] = ACTIONS(4197), - [anon_sym_AT] = ACTIONS(4199), - [anon_sym_COLON] = ACTIONS(5372), - [anon_sym_LBRACK] = ACTIONS(4199), - [anon_sym_as] = ACTIONS(4197), - [anon_sym_LBRACE] = ACTIONS(3144), - [anon_sym_RBRACE] = ACTIONS(4199), - [anon_sym_LPAREN] = ACTIONS(4199), - [anon_sym_LT] = ACTIONS(4197), - [anon_sym_GT] = ACTIONS(4197), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(4197), - [anon_sym_fun] = ACTIONS(4197), - [anon_sym_DOT] = ACTIONS(4197), - [anon_sym_SEMI] = ACTIONS(4199), - [anon_sym_get] = ACTIONS(4197), - [anon_sym_set] = ACTIONS(4197), - [anon_sym_this] = ACTIONS(4197), - [anon_sym_super] = ACTIONS(4197), - [anon_sym_STAR] = ACTIONS(4199), - [sym_label] = ACTIONS(4197), - [anon_sym_in] = ACTIONS(4197), - [anon_sym_DOT_DOT] = ACTIONS(4199), - [anon_sym_QMARK_COLON] = ACTIONS(4199), - [anon_sym_AMP_AMP] = ACTIONS(4199), - [anon_sym_PIPE_PIPE] = ACTIONS(4199), - [anon_sym_null] = ACTIONS(4197), - [anon_sym_if] = ACTIONS(4197), - [anon_sym_else] = ACTIONS(4197), - [anon_sym_when] = ACTIONS(4197), - [anon_sym_try] = ACTIONS(4197), - [anon_sym_throw] = ACTIONS(4197), - [anon_sym_return] = ACTIONS(4197), - [anon_sym_continue] = ACTIONS(4197), - [anon_sym_break] = ACTIONS(4197), - [anon_sym_COLON_COLON] = ACTIONS(4199), - [anon_sym_BANG_EQ] = ACTIONS(4197), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4199), - [anon_sym_EQ_EQ] = ACTIONS(4197), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4199), - [anon_sym_LT_EQ] = ACTIONS(4199), - [anon_sym_GT_EQ] = ACTIONS(4199), - [anon_sym_BANGin] = ACTIONS(4199), - [anon_sym_is] = ACTIONS(4197), - [anon_sym_BANGis] = ACTIONS(4199), - [anon_sym_PLUS] = ACTIONS(4197), - [anon_sym_DASH] = ACTIONS(4197), - [anon_sym_SLASH] = ACTIONS(4197), - [anon_sym_PERCENT] = ACTIONS(4199), - [anon_sym_as_QMARK] = ACTIONS(4199), - [anon_sym_PLUS_PLUS] = ACTIONS(4199), - [anon_sym_DASH_DASH] = ACTIONS(4199), - [anon_sym_BANG] = ACTIONS(4197), - [anon_sym_BANG_BANG] = ACTIONS(4199), - [anon_sym_suspend] = ACTIONS(4197), - [anon_sym_sealed] = ACTIONS(4197), - [anon_sym_annotation] = ACTIONS(4197), - [anon_sym_data] = ACTIONS(4197), - [anon_sym_inner] = ACTIONS(4197), - [anon_sym_override] = ACTIONS(4197), - [anon_sym_lateinit] = ACTIONS(4197), - [anon_sym_public] = ACTIONS(4197), - [anon_sym_private] = ACTIONS(4197), - [anon_sym_internal] = ACTIONS(4197), - [anon_sym_protected] = ACTIONS(4197), - [anon_sym_tailrec] = ACTIONS(4197), - [anon_sym_operator] = ACTIONS(4197), - [anon_sym_infix] = ACTIONS(4197), - [anon_sym_inline] = ACTIONS(4197), - [anon_sym_external] = ACTIONS(4197), - [sym_property_modifier] = ACTIONS(4197), - [anon_sym_abstract] = ACTIONS(4197), - [anon_sym_final] = ACTIONS(4197), - [anon_sym_open] = ACTIONS(4197), - [anon_sym_vararg] = ACTIONS(4197), - [anon_sym_noinline] = ACTIONS(4197), - [anon_sym_crossinline] = ACTIONS(4197), - [anon_sym_expect] = ACTIONS(4197), - [anon_sym_actual] = ACTIONS(4197), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4199), - [anon_sym_continue_AT] = ACTIONS(4199), - [anon_sym_break_AT] = ACTIONS(4199), - [sym_real_literal] = ACTIONS(4199), - [sym_integer_literal] = ACTIONS(4197), - [sym_hex_literal] = ACTIONS(4199), - [sym_bin_literal] = ACTIONS(4199), - [anon_sym_true] = ACTIONS(4197), - [anon_sym_false] = ACTIONS(4197), - [anon_sym_SQUOTE] = ACTIONS(4199), - [sym__backtick_identifier] = ACTIONS(4199), - [sym__automatic_semicolon] = ACTIONS(4199), - [sym_safe_nav] = ACTIONS(4199), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4199), - }, - [1371] = { - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(2090), - [sym__comparison_operator] = STATE(2107), - [sym__in_operator] = STATE(2109), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(2110), - [sym__multiplicative_operator] = STATE(2111), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_annotation] = STATE(7852), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2113), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_EQ] = ACTIONS(3027), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(3029), - [anon_sym_LPAREN] = ACTIONS(3570), - [anon_sym_LT] = ACTIONS(3031), - [anon_sym_GT] = ACTIONS(3027), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(3029), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(3710), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(3027), - [anon_sym_DOT_DOT] = ACTIONS(3714), - [anon_sym_QMARK_COLON] = ACTIONS(3716), - [anon_sym_AMP_AMP] = ACTIONS(3029), - [anon_sym_PIPE_PIPE] = ACTIONS(3029), - [anon_sym_else] = ACTIONS(3027), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_PLUS_EQ] = ACTIONS(3029), - [anon_sym_DASH_EQ] = ACTIONS(3029), - [anon_sym_STAR_EQ] = ACTIONS(3029), - [anon_sym_SLASH_EQ] = ACTIONS(3029), - [anon_sym_PERCENT_EQ] = ACTIONS(3029), - [anon_sym_BANG_EQ] = ACTIONS(3027), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3029), - [anon_sym_EQ_EQ] = ACTIONS(3027), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3029), - [anon_sym_LT_EQ] = ACTIONS(3029), - [anon_sym_GT_EQ] = ACTIONS(3029), - [anon_sym_BANGin] = ACTIONS(3029), - [anon_sym_is] = ACTIONS(3027), - [anon_sym_BANGis] = ACTIONS(3029), - [anon_sym_PLUS] = ACTIONS(3730), - [anon_sym_DASH] = ACTIONS(3730), - [anon_sym_SLASH] = ACTIONS(3710), - [anon_sym_PERCENT] = ACTIONS(3710), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), - [anon_sym_suspend] = ACTIONS(3027), - [anon_sym_sealed] = ACTIONS(3027), - [anon_sym_annotation] = ACTIONS(3027), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3027), - [anon_sym_lateinit] = ACTIONS(3027), - [anon_sym_public] = ACTIONS(3027), - [anon_sym_private] = ACTIONS(3027), - [anon_sym_internal] = ACTIONS(3027), - [anon_sym_protected] = ACTIONS(3027), - [anon_sym_tailrec] = ACTIONS(3027), - [anon_sym_operator] = ACTIONS(3027), - [anon_sym_infix] = ACTIONS(3027), - [anon_sym_inline] = ACTIONS(3027), - [anon_sym_external] = ACTIONS(3027), - [sym_property_modifier] = ACTIONS(3027), - [anon_sym_abstract] = ACTIONS(3027), - [anon_sym_final] = ACTIONS(3027), - [anon_sym_open] = ACTIONS(3027), - [anon_sym_vararg] = ACTIONS(3027), - [anon_sym_noinline] = ACTIONS(3027), - [anon_sym_crossinline] = ACTIONS(3027), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), + [1376] = { + [sym__expression] = STATE(1488), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(2339), + [sym_annotation] = STATE(2339), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(265), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), + [sym__alpha_identifier] = ACTIONS(2129), + [anon_sym_AT] = ACTIONS(5311), + [anon_sym_LBRACK] = ACTIONS(2132), + [anon_sym_LBRACE] = ACTIONS(2135), + [anon_sym_LPAREN] = ACTIONS(2138), + [anon_sym_object] = ACTIONS(5347), + [anon_sym_fun] = ACTIONS(5381), + [anon_sym_get] = ACTIONS(2129), + [anon_sym_set] = ACTIONS(2129), + [anon_sym_this] = ACTIONS(2153), + [anon_sym_super] = ACTIONS(2156), + [anon_sym_STAR] = ACTIONS(2922), + [sym_label] = ACTIONS(2925), + [anon_sym_for] = ACTIONS(2070), + [anon_sym_while] = ACTIONS(2070), + [anon_sym_do] = ACTIONS(2070), + [anon_sym_null] = ACTIONS(2165), + [anon_sym_if] = ACTIONS(2928), + [anon_sym_when] = ACTIONS(2171), + [anon_sym_try] = ACTIONS(2174), + [anon_sym_throw] = ACTIONS(2931), + [anon_sym_return] = ACTIONS(2934), + [anon_sym_continue] = ACTIONS(2183), + [anon_sym_break] = ACTIONS(2183), + [anon_sym_COLON_COLON] = ACTIONS(2186), + [anon_sym_PLUS] = ACTIONS(2925), + [anon_sym_DASH] = ACTIONS(2925), + [anon_sym_PLUS_PLUS] = ACTIONS(2937), + [anon_sym_DASH_DASH] = ACTIONS(2937), + [anon_sym_BANG] = ACTIONS(2937), + [anon_sym_data] = ACTIONS(2129), + [anon_sym_inner] = ACTIONS(2129), + [anon_sym_expect] = ACTIONS(2129), + [anon_sym_actual] = ACTIONS(2129), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3029), - [sym_safe_nav] = ACTIONS(3596), + [anon_sym_return_AT] = ACTIONS(2192), + [anon_sym_continue_AT] = ACTIONS(2195), + [anon_sym_break_AT] = ACTIONS(2198), + [sym_real_literal] = ACTIONS(2201), + [sym_integer_literal] = ACTIONS(2204), + [sym_hex_literal] = ACTIONS(2207), + [sym_bin_literal] = ACTIONS(2207), + [anon_sym_true] = ACTIONS(2210), + [anon_sym_false] = ACTIONS(2210), + [anon_sym_SQUOTE] = ACTIONS(2213), + [sym__backtick_identifier] = ACTIONS(2216), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(2219), }, - [1372] = { - [sym__expression] = STATE(1439), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(3231), - [sym_parenthesized_expression] = STATE(3231), - [sym_collection_literal] = STATE(3231), - [sym__literal_constant] = STATE(3231), - [sym_string_literal] = STATE(3231), - [sym_lambda_literal] = STATE(3231), - [sym_anonymous_function] = STATE(3231), - [sym__function_literal] = STATE(3231), - [sym_object_literal] = STATE(3231), - [sym_this_expression] = STATE(3231), - [sym_super_expression] = STATE(3231), - [sym_if_expression] = STATE(3231), - [sym_when_expression] = STATE(3231), - [sym_try_expression] = STATE(3231), - [sym_jump_expression] = STATE(3231), - [sym_callable_reference] = STATE(3231), - [sym__prefix_unary_operator] = STATE(2071), - [sym_annotation] = STATE(2071), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3311), - [sym__return_at] = STATE(367), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(3231), - [sym_long_literal] = STATE(3231), - [sym_boolean_literal] = STATE(3231), - [sym_character_literal] = STATE(3231), - [sym__lexical_identifier] = STATE(2890), + [1377] = { + [sym__expression] = STATE(372), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(1703), + [sym_annotation] = STATE(1703), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(260), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), [sym__alpha_identifier] = ACTIONS(2028), - [anon_sym_AT] = ACTIONS(5301), + [anon_sym_AT] = ACTIONS(5311), [anon_sym_LBRACK] = ACTIONS(2035), [anon_sym_LBRACE] = ACTIONS(2040), [anon_sym_LPAREN] = ACTIONS(2043), - [anon_sym_object] = ACTIONS(5304), - [anon_sym_fun] = ACTIONS(5374), + [anon_sym_object] = ACTIONS(5368), + [anon_sym_fun] = ACTIONS(5384), [anon_sym_get] = ACTIONS(2028), [anon_sym_set] = ACTIONS(2028), [anon_sym_this] = ACTIONS(2058), [anon_sym_super] = ACTIONS(2061), - [anon_sym_STAR] = ACTIONS(2944), - [sym_label] = ACTIONS(2947), + [anon_sym_STAR] = ACTIONS(2612), + [sym_label] = ACTIONS(2615), [anon_sym_for] = ACTIONS(2070), [anon_sym_while] = ACTIONS(2070), [anon_sym_do] = ACTIONS(2070), [anon_sym_null] = ACTIONS(2072), - [anon_sym_if] = ACTIONS(2950), + [anon_sym_if] = ACTIONS(2618), [anon_sym_when] = ACTIONS(2078), [anon_sym_try] = ACTIONS(2081), - [anon_sym_throw] = ACTIONS(2953), - [anon_sym_return] = ACTIONS(2956), + [anon_sym_throw] = ACTIONS(2621), + [anon_sym_return] = ACTIONS(2624), [anon_sym_continue] = ACTIONS(2090), [anon_sym_break] = ACTIONS(2090), [anon_sym_COLON_COLON] = ACTIONS(2093), - [anon_sym_PLUS] = ACTIONS(2947), - [anon_sym_DASH] = ACTIONS(2947), - [anon_sym_PLUS_PLUS] = ACTIONS(2959), - [anon_sym_DASH_DASH] = ACTIONS(2959), - [anon_sym_BANG] = ACTIONS(2959), + [anon_sym_PLUS] = ACTIONS(2615), + [anon_sym_DASH] = ACTIONS(2615), + [anon_sym_PLUS_PLUS] = ACTIONS(2627), + [anon_sym_DASH_DASH] = ACTIONS(2627), + [anon_sym_BANG] = ACTIONS(2627), [anon_sym_data] = ACTIONS(2028), [anon_sym_inner] = ACTIONS(2028), [anon_sym_expect] = ACTIONS(2028), @@ -189174,174 +189785,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(2126), }, - [1373] = { - [sym__expression] = STATE(1012), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(1786), - [sym_annotation] = STATE(1786), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(255), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), - [sym__alpha_identifier] = ACTIONS(2222), - [anon_sym_AT] = ACTIONS(5301), - [anon_sym_LBRACK] = ACTIONS(2225), - [anon_sym_LBRACE] = ACTIONS(2228), - [anon_sym_LPAREN] = ACTIONS(2231), - [anon_sym_object] = ACTIONS(5377), - [anon_sym_fun] = ACTIONS(5380), - [anon_sym_get] = ACTIONS(2222), - [anon_sym_set] = ACTIONS(2222), - [anon_sym_this] = ACTIONS(2246), - [anon_sym_super] = ACTIONS(2249), - [anon_sym_STAR] = ACTIONS(2252), - [sym_label] = ACTIONS(2255), - [anon_sym_for] = ACTIONS(2070), - [anon_sym_while] = ACTIONS(2070), - [anon_sym_do] = ACTIONS(2070), - [anon_sym_null] = ACTIONS(2258), - [anon_sym_if] = ACTIONS(2261), - [anon_sym_when] = ACTIONS(2264), - [anon_sym_try] = ACTIONS(2267), - [anon_sym_throw] = ACTIONS(2270), - [anon_sym_return] = ACTIONS(2273), - [anon_sym_continue] = ACTIONS(2276), - [anon_sym_break] = ACTIONS(2276), - [anon_sym_COLON_COLON] = ACTIONS(2279), - [anon_sym_PLUS] = ACTIONS(2255), - [anon_sym_DASH] = ACTIONS(2255), - [anon_sym_PLUS_PLUS] = ACTIONS(2282), - [anon_sym_DASH_DASH] = ACTIONS(2282), - [anon_sym_BANG] = ACTIONS(2282), - [anon_sym_data] = ACTIONS(2222), - [anon_sym_inner] = ACTIONS(2222), - [anon_sym_expect] = ACTIONS(2222), - [anon_sym_actual] = ACTIONS(2222), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(2285), - [anon_sym_continue_AT] = ACTIONS(2288), - [anon_sym_break_AT] = ACTIONS(2291), - [sym_real_literal] = ACTIONS(2294), - [sym_integer_literal] = ACTIONS(2297), - [sym_hex_literal] = ACTIONS(2300), - [sym_bin_literal] = ACTIONS(2300), - [anon_sym_true] = ACTIONS(2303), - [anon_sym_false] = ACTIONS(2303), - [anon_sym_SQUOTE] = ACTIONS(2306), - [sym__backtick_identifier] = ACTIONS(2309), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2312), - }, - [1374] = { - [sym_property_delegate] = STATE(1594), - [sym_getter] = STATE(3162), - [sym_setter] = STATE(3162), - [sym_modifiers] = STATE(8655), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1770), + [1378] = { + [sym_property_delegate] = STATE(1574), + [sym_getter] = STATE(3189), + [sym_setter] = STATE(3189), + [sym_modifiers] = STATE(8930), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1764), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1772), - [anon_sym_RBRACK] = ACTIONS(1772), - [anon_sym_as] = ACTIONS(1770), - [anon_sym_EQ] = ACTIONS(5383), - [anon_sym_LBRACE] = ACTIONS(1772), - [anon_sym_RBRACE] = ACTIONS(1772), - [anon_sym_LPAREN] = ACTIONS(1772), - [anon_sym_COMMA] = ACTIONS(1772), - [anon_sym_RPAREN] = ACTIONS(1772), - [anon_sym_by] = ACTIONS(5251), - [anon_sym_LT] = ACTIONS(1770), - [anon_sym_GT] = ACTIONS(1770), - [anon_sym_where] = ACTIONS(1770), - [anon_sym_DOT] = ACTIONS(1770), - [anon_sym_SEMI] = ACTIONS(3446), - [anon_sym_get] = ACTIONS(5259), - [anon_sym_set] = ACTIONS(5261), - [anon_sym_STAR] = ACTIONS(1770), - [anon_sym_DASH_GT] = ACTIONS(1772), - [sym_label] = ACTIONS(1772), - [anon_sym_in] = ACTIONS(1770), - [anon_sym_while] = ACTIONS(1770), - [anon_sym_DOT_DOT] = ACTIONS(1772), - [anon_sym_QMARK_COLON] = ACTIONS(1772), - [anon_sym_AMP_AMP] = ACTIONS(1772), - [anon_sym_PIPE_PIPE] = ACTIONS(1772), - [anon_sym_else] = ACTIONS(1770), - [anon_sym_COLON_COLON] = ACTIONS(1772), - [anon_sym_PLUS_EQ] = ACTIONS(1772), - [anon_sym_DASH_EQ] = ACTIONS(1772), - [anon_sym_STAR_EQ] = ACTIONS(1772), - [anon_sym_SLASH_EQ] = ACTIONS(1772), - [anon_sym_PERCENT_EQ] = ACTIONS(1772), - [anon_sym_BANG_EQ] = ACTIONS(1770), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1772), - [anon_sym_EQ_EQ] = ACTIONS(1770), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1772), - [anon_sym_LT_EQ] = ACTIONS(1772), - [anon_sym_GT_EQ] = ACTIONS(1772), - [anon_sym_BANGin] = ACTIONS(1772), - [anon_sym_is] = ACTIONS(1770), - [anon_sym_BANGis] = ACTIONS(1772), - [anon_sym_PLUS] = ACTIONS(1770), - [anon_sym_DASH] = ACTIONS(1770), - [anon_sym_SLASH] = ACTIONS(1770), - [anon_sym_PERCENT] = ACTIONS(1770), - [anon_sym_as_QMARK] = ACTIONS(1772), - [anon_sym_PLUS_PLUS] = ACTIONS(1772), - [anon_sym_DASH_DASH] = ACTIONS(1772), - [anon_sym_BANG_BANG] = ACTIONS(1772), + [anon_sym_LBRACK] = ACTIONS(1766), + [anon_sym_RBRACK] = ACTIONS(1766), + [anon_sym_as] = ACTIONS(1764), + [anon_sym_EQ] = ACTIONS(5387), + [anon_sym_LBRACE] = ACTIONS(1766), + [anon_sym_RBRACE] = ACTIONS(1766), + [anon_sym_LPAREN] = ACTIONS(1766), + [anon_sym_COMMA] = ACTIONS(1766), + [anon_sym_RPAREN] = ACTIONS(1766), + [anon_sym_by] = ACTIONS(5265), + [anon_sym_LT] = ACTIONS(1764), + [anon_sym_GT] = ACTIONS(1764), + [anon_sym_where] = ACTIONS(1764), + [anon_sym_DOT] = ACTIONS(1764), + [anon_sym_SEMI] = ACTIONS(3460), + [anon_sym_get] = ACTIONS(5275), + [anon_sym_set] = ACTIONS(5277), + [anon_sym_STAR] = ACTIONS(1764), + [anon_sym_DASH_GT] = ACTIONS(1766), + [sym_label] = ACTIONS(1766), + [anon_sym_in] = ACTIONS(1764), + [anon_sym_while] = ACTIONS(1764), + [anon_sym_DOT_DOT] = ACTIONS(1766), + [anon_sym_QMARK_COLON] = ACTIONS(1766), + [anon_sym_AMP_AMP] = ACTIONS(1766), + [anon_sym_PIPE_PIPE] = ACTIONS(1766), + [anon_sym_else] = ACTIONS(1764), + [anon_sym_COLON_COLON] = ACTIONS(1766), + [anon_sym_PLUS_EQ] = ACTIONS(1766), + [anon_sym_DASH_EQ] = ACTIONS(1766), + [anon_sym_STAR_EQ] = ACTIONS(1766), + [anon_sym_SLASH_EQ] = ACTIONS(1766), + [anon_sym_PERCENT_EQ] = ACTIONS(1766), + [anon_sym_BANG_EQ] = ACTIONS(1764), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), + [anon_sym_EQ_EQ] = ACTIONS(1764), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1766), + [anon_sym_LT_EQ] = ACTIONS(1766), + [anon_sym_GT_EQ] = ACTIONS(1766), + [anon_sym_BANGin] = ACTIONS(1766), + [anon_sym_is] = ACTIONS(1764), + [anon_sym_BANGis] = ACTIONS(1766), + [anon_sym_PLUS] = ACTIONS(1764), + [anon_sym_DASH] = ACTIONS(1764), + [anon_sym_SLASH] = ACTIONS(1764), + [anon_sym_PERCENT] = ACTIONS(1764), + [anon_sym_as_QMARK] = ACTIONS(1766), + [anon_sym_PLUS_PLUS] = ACTIONS(1766), + [anon_sym_DASH_DASH] = ACTIONS(1766), + [anon_sym_BANG_BANG] = ACTIONS(1766), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -189365,145 +189877,541 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1772), - [sym_safe_nav] = ACTIONS(1772), + [sym__backtick_identifier] = ACTIONS(1766), + [sym_safe_nav] = ACTIONS(1766), [sym_multiline_comment] = ACTIONS(3), }, - [1375] = { - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(2090), - [sym__comparison_operator] = STATE(2107), - [sym__in_operator] = STATE(2109), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(2110), - [sym__multiplicative_operator] = STATE(2111), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_annotation] = STATE(7852), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2113), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [sym__alpha_identifier] = ACTIONS(3065), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_EQ] = ACTIONS(3065), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(3067), - [anon_sym_LPAREN] = ACTIONS(3570), - [anon_sym_LT] = ACTIONS(3069), - [anon_sym_GT] = ACTIONS(3065), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(3067), - [anon_sym_get] = ACTIONS(3065), - [anon_sym_set] = ACTIONS(3065), - [anon_sym_STAR] = ACTIONS(3065), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(3065), - [anon_sym_DOT_DOT] = ACTIONS(3067), - [anon_sym_QMARK_COLON] = ACTIONS(3067), - [anon_sym_AMP_AMP] = ACTIONS(3067), - [anon_sym_PIPE_PIPE] = ACTIONS(3067), - [anon_sym_else] = ACTIONS(3065), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_PLUS_EQ] = ACTIONS(3067), - [anon_sym_DASH_EQ] = ACTIONS(3067), - [anon_sym_STAR_EQ] = ACTIONS(3067), - [anon_sym_SLASH_EQ] = ACTIONS(3067), - [anon_sym_PERCENT_EQ] = ACTIONS(3067), - [anon_sym_BANG_EQ] = ACTIONS(3065), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3067), - [anon_sym_EQ_EQ] = ACTIONS(3065), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3067), - [anon_sym_LT_EQ] = ACTIONS(3067), - [anon_sym_GT_EQ] = ACTIONS(3067), - [anon_sym_BANGin] = ACTIONS(3067), - [anon_sym_is] = ACTIONS(3065), - [anon_sym_BANGis] = ACTIONS(3067), - [anon_sym_PLUS] = ACTIONS(3065), - [anon_sym_DASH] = ACTIONS(3065), - [anon_sym_SLASH] = ACTIONS(3065), - [anon_sym_PERCENT] = ACTIONS(3065), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), - [anon_sym_suspend] = ACTIONS(3065), - [anon_sym_sealed] = ACTIONS(3065), - [anon_sym_annotation] = ACTIONS(3065), - [anon_sym_data] = ACTIONS(3065), - [anon_sym_inner] = ACTIONS(3065), - [anon_sym_override] = ACTIONS(3065), - [anon_sym_lateinit] = ACTIONS(3065), - [anon_sym_public] = ACTIONS(3065), - [anon_sym_private] = ACTIONS(3065), - [anon_sym_internal] = ACTIONS(3065), - [anon_sym_protected] = ACTIONS(3065), - [anon_sym_tailrec] = ACTIONS(3065), - [anon_sym_operator] = ACTIONS(3065), - [anon_sym_infix] = ACTIONS(3065), - [anon_sym_inline] = ACTIONS(3065), - [anon_sym_external] = ACTIONS(3065), - [sym_property_modifier] = ACTIONS(3065), - [anon_sym_abstract] = ACTIONS(3065), - [anon_sym_final] = ACTIONS(3065), - [anon_sym_open] = ACTIONS(3065), - [anon_sym_vararg] = ACTIONS(3065), - [anon_sym_noinline] = ACTIONS(3065), - [anon_sym_crossinline] = ACTIONS(3065), - [anon_sym_expect] = ACTIONS(3065), - [anon_sym_actual] = ACTIONS(3065), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3067), - [sym__automatic_semicolon] = ACTIONS(3067), - [sym_safe_nav] = ACTIONS(3596), + [1379] = { + [sym__expression] = STATE(1268), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(1807), + [sym_annotation] = STATE(1807), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(261), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(2696), + [anon_sym_AT] = ACTIONS(5311), + [anon_sym_LBRACK] = ACTIONS(2699), + [anon_sym_LBRACE] = ACTIONS(2702), + [anon_sym_LPAREN] = ACTIONS(2705), + [anon_sym_object] = ACTIONS(5320), + [anon_sym_fun] = ACTIONS(5389), + [anon_sym_get] = ACTIONS(2696), + [anon_sym_set] = ACTIONS(2696), + [anon_sym_this] = ACTIONS(2720), + [anon_sym_super] = ACTIONS(2723), + [anon_sym_STAR] = ACTIONS(2900), + [sym_label] = ACTIONS(2903), + [anon_sym_for] = ACTIONS(2070), + [anon_sym_while] = ACTIONS(2070), + [anon_sym_do] = ACTIONS(2070), + [anon_sym_null] = ACTIONS(2732), + [anon_sym_if] = ACTIONS(2906), + [anon_sym_when] = ACTIONS(2738), + [anon_sym_try] = ACTIONS(2741), + [anon_sym_throw] = ACTIONS(2909), + [anon_sym_return] = ACTIONS(2912), + [anon_sym_continue] = ACTIONS(2750), + [anon_sym_break] = ACTIONS(2750), + [anon_sym_COLON_COLON] = ACTIONS(2753), + [anon_sym_PLUS] = ACTIONS(2903), + [anon_sym_DASH] = ACTIONS(2903), + [anon_sym_PLUS_PLUS] = ACTIONS(2915), + [anon_sym_DASH_DASH] = ACTIONS(2915), + [anon_sym_BANG] = ACTIONS(2915), + [anon_sym_data] = ACTIONS(2696), + [anon_sym_inner] = ACTIONS(2696), + [anon_sym_expect] = ACTIONS(2696), + [anon_sym_actual] = ACTIONS(2696), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(2099), + [anon_sym_continue_AT] = ACTIONS(2759), + [anon_sym_break_AT] = ACTIONS(2762), + [sym_real_literal] = ACTIONS(2765), + [sym_integer_literal] = ACTIONS(2768), + [sym_hex_literal] = ACTIONS(2771), + [sym_bin_literal] = ACTIONS(2771), + [anon_sym_true] = ACTIONS(2774), + [anon_sym_false] = ACTIONS(2774), + [anon_sym_SQUOTE] = ACTIONS(2777), + [sym__backtick_identifier] = ACTIONS(2780), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(2783), + }, + [1380] = { + [sym_class_body] = STATE(1127), + [sym_type_constraints] = STATE(981), + [sym__alpha_identifier] = ACTIONS(4188), + [anon_sym_AT] = ACTIONS(4190), + [anon_sym_COLON] = ACTIONS(5392), + [anon_sym_LBRACK] = ACTIONS(4190), + [anon_sym_as] = ACTIONS(4188), + [anon_sym_LBRACE] = ACTIONS(3180), + [anon_sym_RBRACE] = ACTIONS(4190), + [anon_sym_LPAREN] = ACTIONS(4190), + [anon_sym_LT] = ACTIONS(4188), + [anon_sym_GT] = ACTIONS(4188), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(4188), + [anon_sym_fun] = ACTIONS(4188), + [anon_sym_DOT] = ACTIONS(4188), + [anon_sym_SEMI] = ACTIONS(4190), + [anon_sym_get] = ACTIONS(4188), + [anon_sym_set] = ACTIONS(4188), + [anon_sym_this] = ACTIONS(4188), + [anon_sym_super] = ACTIONS(4188), + [anon_sym_STAR] = ACTIONS(4190), + [sym_label] = ACTIONS(4188), + [anon_sym_in] = ACTIONS(4188), + [anon_sym_DOT_DOT] = ACTIONS(4190), + [anon_sym_QMARK_COLON] = ACTIONS(4190), + [anon_sym_AMP_AMP] = ACTIONS(4190), + [anon_sym_PIPE_PIPE] = ACTIONS(4190), + [anon_sym_null] = ACTIONS(4188), + [anon_sym_if] = ACTIONS(4188), + [anon_sym_else] = ACTIONS(4188), + [anon_sym_when] = ACTIONS(4188), + [anon_sym_try] = ACTIONS(4188), + [anon_sym_throw] = ACTIONS(4188), + [anon_sym_return] = ACTIONS(4188), + [anon_sym_continue] = ACTIONS(4188), + [anon_sym_break] = ACTIONS(4188), + [anon_sym_COLON_COLON] = ACTIONS(4190), + [anon_sym_BANG_EQ] = ACTIONS(4188), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4190), + [anon_sym_EQ_EQ] = ACTIONS(4188), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4190), + [anon_sym_LT_EQ] = ACTIONS(4190), + [anon_sym_GT_EQ] = ACTIONS(4190), + [anon_sym_BANGin] = ACTIONS(4190), + [anon_sym_is] = ACTIONS(4188), + [anon_sym_BANGis] = ACTIONS(4190), + [anon_sym_PLUS] = ACTIONS(4188), + [anon_sym_DASH] = ACTIONS(4188), + [anon_sym_SLASH] = ACTIONS(4188), + [anon_sym_PERCENT] = ACTIONS(4190), + [anon_sym_as_QMARK] = ACTIONS(4190), + [anon_sym_PLUS_PLUS] = ACTIONS(4190), + [anon_sym_DASH_DASH] = ACTIONS(4190), + [anon_sym_BANG] = ACTIONS(4188), + [anon_sym_BANG_BANG] = ACTIONS(4190), + [anon_sym_suspend] = ACTIONS(4188), + [anon_sym_sealed] = ACTIONS(4188), + [anon_sym_annotation] = ACTIONS(4188), + [anon_sym_data] = ACTIONS(4188), + [anon_sym_inner] = ACTIONS(4188), + [anon_sym_override] = ACTIONS(4188), + [anon_sym_lateinit] = ACTIONS(4188), + [anon_sym_public] = ACTIONS(4188), + [anon_sym_private] = ACTIONS(4188), + [anon_sym_internal] = ACTIONS(4188), + [anon_sym_protected] = ACTIONS(4188), + [anon_sym_tailrec] = ACTIONS(4188), + [anon_sym_operator] = ACTIONS(4188), + [anon_sym_infix] = ACTIONS(4188), + [anon_sym_inline] = ACTIONS(4188), + [anon_sym_external] = ACTIONS(4188), + [sym_property_modifier] = ACTIONS(4188), + [anon_sym_abstract] = ACTIONS(4188), + [anon_sym_final] = ACTIONS(4188), + [anon_sym_open] = ACTIONS(4188), + [anon_sym_vararg] = ACTIONS(4188), + [anon_sym_noinline] = ACTIONS(4188), + [anon_sym_crossinline] = ACTIONS(4188), + [anon_sym_expect] = ACTIONS(4188), + [anon_sym_actual] = ACTIONS(4188), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4190), + [anon_sym_continue_AT] = ACTIONS(4190), + [anon_sym_break_AT] = ACTIONS(4190), + [sym_real_literal] = ACTIONS(4190), + [sym_integer_literal] = ACTIONS(4188), + [sym_hex_literal] = ACTIONS(4190), + [sym_bin_literal] = ACTIONS(4190), + [anon_sym_true] = ACTIONS(4188), + [anon_sym_false] = ACTIONS(4188), + [anon_sym_SQUOTE] = ACTIONS(4190), + [sym__backtick_identifier] = ACTIONS(4190), + [sym__automatic_semicolon] = ACTIONS(4190), + [sym_safe_nav] = ACTIONS(4190), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4190), + }, + [1381] = { + [sym_type_constraints] = STATE(989), + [sym_enum_class_body] = STATE(1038), + [sym__alpha_identifier] = ACTIONS(3212), + [anon_sym_AT] = ACTIONS(3216), + [anon_sym_COLON] = ACTIONS(3548), + [anon_sym_LBRACK] = ACTIONS(3216), + [anon_sym_as] = ACTIONS(3212), + [anon_sym_LBRACE] = ACTIONS(3156), + [anon_sym_RBRACE] = ACTIONS(3216), + [anon_sym_LPAREN] = ACTIONS(3216), + [anon_sym_LT] = ACTIONS(3212), + [anon_sym_GT] = ACTIONS(3212), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(3212), + [anon_sym_fun] = ACTIONS(3212), + [anon_sym_DOT] = ACTIONS(3212), + [anon_sym_SEMI] = ACTIONS(3216), + [anon_sym_get] = ACTIONS(3212), + [anon_sym_set] = ACTIONS(3212), + [anon_sym_this] = ACTIONS(3212), + [anon_sym_super] = ACTIONS(3212), + [anon_sym_STAR] = ACTIONS(3216), + [sym_label] = ACTIONS(3212), + [anon_sym_in] = ACTIONS(3212), + [anon_sym_DOT_DOT] = ACTIONS(3216), + [anon_sym_QMARK_COLON] = ACTIONS(3216), + [anon_sym_AMP_AMP] = ACTIONS(3216), + [anon_sym_PIPE_PIPE] = ACTIONS(3216), + [anon_sym_null] = ACTIONS(3212), + [anon_sym_if] = ACTIONS(3212), + [anon_sym_else] = ACTIONS(3212), + [anon_sym_when] = ACTIONS(3212), + [anon_sym_try] = ACTIONS(3212), + [anon_sym_throw] = ACTIONS(3212), + [anon_sym_return] = ACTIONS(3212), + [anon_sym_continue] = ACTIONS(3212), + [anon_sym_break] = ACTIONS(3212), + [anon_sym_COLON_COLON] = ACTIONS(3216), + [anon_sym_BANG_EQ] = ACTIONS(3212), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3216), + [anon_sym_EQ_EQ] = ACTIONS(3212), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3216), + [anon_sym_LT_EQ] = ACTIONS(3216), + [anon_sym_GT_EQ] = ACTIONS(3216), + [anon_sym_BANGin] = ACTIONS(3216), + [anon_sym_is] = ACTIONS(3212), + [anon_sym_BANGis] = ACTIONS(3216), + [anon_sym_PLUS] = ACTIONS(3212), + [anon_sym_DASH] = ACTIONS(3212), + [anon_sym_SLASH] = ACTIONS(3212), + [anon_sym_PERCENT] = ACTIONS(3216), + [anon_sym_as_QMARK] = ACTIONS(3216), + [anon_sym_PLUS_PLUS] = ACTIONS(3216), + [anon_sym_DASH_DASH] = ACTIONS(3216), + [anon_sym_BANG] = ACTIONS(3212), + [anon_sym_BANG_BANG] = ACTIONS(3216), + [anon_sym_suspend] = ACTIONS(3212), + [anon_sym_sealed] = ACTIONS(3212), + [anon_sym_annotation] = ACTIONS(3212), + [anon_sym_data] = ACTIONS(3212), + [anon_sym_inner] = ACTIONS(3212), + [anon_sym_override] = ACTIONS(3212), + [anon_sym_lateinit] = ACTIONS(3212), + [anon_sym_public] = ACTIONS(3212), + [anon_sym_private] = ACTIONS(3212), + [anon_sym_internal] = ACTIONS(3212), + [anon_sym_protected] = ACTIONS(3212), + [anon_sym_tailrec] = ACTIONS(3212), + [anon_sym_operator] = ACTIONS(3212), + [anon_sym_infix] = ACTIONS(3212), + [anon_sym_inline] = ACTIONS(3212), + [anon_sym_external] = ACTIONS(3212), + [sym_property_modifier] = ACTIONS(3212), + [anon_sym_abstract] = ACTIONS(3212), + [anon_sym_final] = ACTIONS(3212), + [anon_sym_open] = ACTIONS(3212), + [anon_sym_vararg] = ACTIONS(3212), + [anon_sym_noinline] = ACTIONS(3212), + [anon_sym_crossinline] = ACTIONS(3212), + [anon_sym_expect] = ACTIONS(3212), + [anon_sym_actual] = ACTIONS(3212), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3216), + [anon_sym_continue_AT] = ACTIONS(3216), + [anon_sym_break_AT] = ACTIONS(3216), + [sym_real_literal] = ACTIONS(3216), + [sym_integer_literal] = ACTIONS(3212), + [sym_hex_literal] = ACTIONS(3216), + [sym_bin_literal] = ACTIONS(3216), + [anon_sym_true] = ACTIONS(3212), + [anon_sym_false] = ACTIONS(3212), + [anon_sym_SQUOTE] = ACTIONS(3216), + [sym__backtick_identifier] = ACTIONS(3216), + [sym__automatic_semicolon] = ACTIONS(3216), + [sym_safe_nav] = ACTIONS(3216), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3216), + }, + [1382] = { + [sym__expression] = STATE(4151), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4931), + [sym_parenthesized_expression] = STATE(4931), + [sym_collection_literal] = STATE(4931), + [sym__literal_constant] = STATE(4931), + [sym_string_literal] = STATE(4931), + [sym_lambda_literal] = STATE(4931), + [sym_anonymous_function] = STATE(4931), + [sym__function_literal] = STATE(4931), + [sym_object_literal] = STATE(4931), + [sym_this_expression] = STATE(4931), + [sym_super_expression] = STATE(4931), + [sym_if_expression] = STATE(4931), + [sym_when_expression] = STATE(4931), + [sym_try_expression] = STATE(4931), + [sym_jump_expression] = STATE(4931), + [sym_callable_reference] = STATE(4931), + [sym__prefix_unary_operator] = STATE(1988), + [sym_annotation] = STATE(1988), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4928), + [sym__return_at] = STATE(376), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4931), + [sym_long_literal] = STATE(4931), + [sym_boolean_literal] = STATE(4931), + [sym_character_literal] = STATE(4931), + [sym__lexical_identifier] = STATE(4566), + [sym__alpha_identifier] = ACTIONS(2244), + [anon_sym_AT] = ACTIONS(5311), + [anon_sym_LBRACK] = ACTIONS(2247), + [anon_sym_LBRACE] = ACTIONS(2250), + [anon_sym_LPAREN] = ACTIONS(2253), + [anon_sym_object] = ACTIONS(5330), + [anon_sym_fun] = ACTIONS(5394), + [anon_sym_get] = ACTIONS(2244), + [anon_sym_set] = ACTIONS(2244), + [anon_sym_this] = ACTIONS(2268), + [anon_sym_super] = ACTIONS(2271), + [anon_sym_STAR] = ACTIONS(2274), + [sym_label] = ACTIONS(2277), + [anon_sym_for] = ACTIONS(2070), + [anon_sym_while] = ACTIONS(2070), + [anon_sym_do] = ACTIONS(2070), + [anon_sym_null] = ACTIONS(2280), + [anon_sym_if] = ACTIONS(2283), + [anon_sym_when] = ACTIONS(2286), + [anon_sym_try] = ACTIONS(2289), + [anon_sym_throw] = ACTIONS(2292), + [anon_sym_return] = ACTIONS(2295), + [anon_sym_continue] = ACTIONS(2298), + [anon_sym_break] = ACTIONS(2298), + [anon_sym_COLON_COLON] = ACTIONS(2301), + [anon_sym_PLUS] = ACTIONS(2277), + [anon_sym_DASH] = ACTIONS(2277), + [anon_sym_PLUS_PLUS] = ACTIONS(2304), + [anon_sym_DASH_DASH] = ACTIONS(2304), + [anon_sym_BANG] = ACTIONS(2304), + [anon_sym_data] = ACTIONS(2244), + [anon_sym_inner] = ACTIONS(2244), + [anon_sym_expect] = ACTIONS(2244), + [anon_sym_actual] = ACTIONS(2244), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(2307), + [anon_sym_continue_AT] = ACTIONS(2310), + [anon_sym_break_AT] = ACTIONS(2313), + [sym_real_literal] = ACTIONS(2316), + [sym_integer_literal] = ACTIONS(2319), + [sym_hex_literal] = ACTIONS(2322), + [sym_bin_literal] = ACTIONS(2322), + [anon_sym_true] = ACTIONS(2325), + [anon_sym_false] = ACTIONS(2325), + [anon_sym_SQUOTE] = ACTIONS(2328), + [sym__backtick_identifier] = ACTIONS(2331), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(2334), + }, + [1383] = { + [sym_primary_constructor] = STATE(4610), + [sym_class_body] = STATE(5050), + [sym__class_parameters] = STATE(4841), + [sym_type_parameters] = STATE(1531), + [sym_type_constraints] = STATE(4842), + [sym_modifiers] = STATE(9347), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3146), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_COLON] = ACTIONS(5397), + [anon_sym_LBRACK] = ACTIONS(3150), + [anon_sym_as] = ACTIONS(3146), + [anon_sym_EQ] = ACTIONS(3146), + [anon_sym_constructor] = ACTIONS(5399), + [anon_sym_LBRACE] = ACTIONS(5401), + [anon_sym_RBRACE] = ACTIONS(3150), + [anon_sym_LPAREN] = ACTIONS(5403), + [anon_sym_COMMA] = ACTIONS(3150), + [anon_sym_LT] = ACTIONS(5364), + [anon_sym_GT] = ACTIONS(3146), + [anon_sym_where] = ACTIONS(5405), + [anon_sym_DOT] = ACTIONS(3146), + [anon_sym_SEMI] = ACTIONS(3150), + [anon_sym_get] = ACTIONS(3146), + [anon_sym_set] = ACTIONS(3146), + [anon_sym_STAR] = ACTIONS(3146), + [sym_label] = ACTIONS(3150), + [anon_sym_in] = ACTIONS(3146), + [anon_sym_DOT_DOT] = ACTIONS(3150), + [anon_sym_QMARK_COLON] = ACTIONS(3150), + [anon_sym_AMP_AMP] = ACTIONS(3150), + [anon_sym_PIPE_PIPE] = ACTIONS(3150), + [anon_sym_else] = ACTIONS(3146), + [anon_sym_COLON_COLON] = ACTIONS(3150), + [anon_sym_PLUS_EQ] = ACTIONS(3150), + [anon_sym_DASH_EQ] = ACTIONS(3150), + [anon_sym_STAR_EQ] = ACTIONS(3150), + [anon_sym_SLASH_EQ] = ACTIONS(3150), + [anon_sym_PERCENT_EQ] = ACTIONS(3150), + [anon_sym_BANG_EQ] = ACTIONS(3146), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3150), + [anon_sym_EQ_EQ] = ACTIONS(3146), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3150), + [anon_sym_LT_EQ] = ACTIONS(3150), + [anon_sym_GT_EQ] = ACTIONS(3150), + [anon_sym_BANGin] = ACTIONS(3150), + [anon_sym_is] = ACTIONS(3146), + [anon_sym_BANGis] = ACTIONS(3150), + [anon_sym_PLUS] = ACTIONS(3146), + [anon_sym_DASH] = ACTIONS(3146), + [anon_sym_SLASH] = ACTIONS(3146), + [anon_sym_PERCENT] = ACTIONS(3146), + [anon_sym_as_QMARK] = ACTIONS(3150), + [anon_sym_PLUS_PLUS] = ACTIONS(3150), + [anon_sym_DASH_DASH] = ACTIONS(3150), + [anon_sym_BANG_BANG] = ACTIONS(3150), + [anon_sym_suspend] = ACTIONS(3120), + [anon_sym_sealed] = ACTIONS(3122), + [anon_sym_annotation] = ACTIONS(3122), + [anon_sym_data] = ACTIONS(3122), + [anon_sym_inner] = ACTIONS(3122), + [anon_sym_override] = ACTIONS(3124), + [anon_sym_lateinit] = ACTIONS(3124), + [anon_sym_public] = ACTIONS(3126), + [anon_sym_private] = ACTIONS(3126), + [anon_sym_internal] = ACTIONS(3126), + [anon_sym_protected] = ACTIONS(3126), + [anon_sym_tailrec] = ACTIONS(3120), + [anon_sym_operator] = ACTIONS(3120), + [anon_sym_infix] = ACTIONS(3120), + [anon_sym_inline] = ACTIONS(3120), + [anon_sym_external] = ACTIONS(3120), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3130), + [anon_sym_final] = ACTIONS(3130), + [anon_sym_open] = ACTIONS(3130), + [anon_sym_vararg] = ACTIONS(3132), + [anon_sym_noinline] = ACTIONS(3132), + [anon_sym_crossinline] = ACTIONS(3132), + [anon_sym_expect] = ACTIONS(3134), + [anon_sym_actual] = ACTIONS(3134), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3150), + [sym__automatic_semicolon] = ACTIONS(3150), + [sym_safe_nav] = ACTIONS(3150), [sym_multiline_comment] = ACTIONS(3), }, - [1376] = { - [sym_primary_constructor] = STATE(3404), - [sym_class_body] = STATE(3235), - [sym__class_parameters] = STATE(2990), - [sym_type_parameters] = STATE(1458), - [sym_type_constraints] = STATE(3077), - [sym_modifiers] = STATE(9064), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), + [1384] = { + [sym_primary_constructor] = STATE(4734), + [sym__class_parameters] = STATE(4565), + [sym_type_parameters] = STATE(1433), + [sym_type_constraints] = STATE(4513), + [sym_enum_class_body] = STATE(4750), + [sym_modifiers] = STATE(9275), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), [sym__alpha_identifier] = ACTIONS(3102), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(5385), + [anon_sym_COLON] = ACTIONS(5407), [anon_sym_LBRACK] = ACTIONS(3108), [anon_sym_as] = ACTIONS(3102), [anon_sym_EQ] = ACTIONS(3102), - [anon_sym_constructor] = ACTIONS(5145), - [anon_sym_LBRACE] = ACTIONS(5147), + [anon_sym_constructor] = ACTIONS(5113), + [anon_sym_LBRACE] = ACTIONS(5115), [anon_sym_RBRACE] = ACTIONS(3108), - [anon_sym_LPAREN] = ACTIONS(5149), + [anon_sym_LPAREN] = ACTIONS(5117), [anon_sym_RPAREN] = ACTIONS(3108), - [anon_sym_LT] = ACTIONS(5131), + [anon_sym_LT] = ACTIONS(5119), [anon_sym_GT] = ACTIONS(3102), - [anon_sym_where] = ACTIONS(5151), + [anon_sym_where] = ACTIONS(5121), [anon_sym_DOT] = ACTIONS(3102), [anon_sym_SEMI] = ACTIONS(3108), [anon_sym_get] = ACTIONS(3102), @@ -189570,138 +190478,534 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_safe_nav] = ACTIONS(3108), [sym_multiline_comment] = ACTIONS(3), }, - [1377] = { - [sym__expression] = STATE(2526), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(1643), - [sym_annotation] = STATE(1643), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(270), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), - [sym__alpha_identifier] = ACTIONS(2129), - [anon_sym_AT] = ACTIONS(5301), - [anon_sym_LBRACK] = ACTIONS(2132), - [anon_sym_LBRACE] = ACTIONS(2135), - [anon_sym_LPAREN] = ACTIONS(2138), - [anon_sym_object] = ACTIONS(5316), - [anon_sym_fun] = ACTIONS(5387), - [anon_sym_get] = ACTIONS(2129), - [anon_sym_set] = ACTIONS(2129), - [anon_sym_this] = ACTIONS(2153), - [anon_sym_super] = ACTIONS(2156), - [anon_sym_STAR] = ACTIONS(2812), - [sym_label] = ACTIONS(2815), + [1385] = { + [sym_primary_constructor] = STATE(4612), + [sym__class_parameters] = STATE(4841), + [sym_type_parameters] = STATE(1536), + [sym_type_constraints] = STATE(4880), + [sym_enum_class_body] = STATE(4946), + [sym_modifiers] = STATE(9347), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3136), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_COLON] = ACTIONS(5409), + [anon_sym_LBRACK] = ACTIONS(3140), + [anon_sym_as] = ACTIONS(3136), + [anon_sym_EQ] = ACTIONS(3136), + [anon_sym_constructor] = ACTIONS(5399), + [anon_sym_LBRACE] = ACTIONS(5411), + [anon_sym_RBRACE] = ACTIONS(3140), + [anon_sym_LPAREN] = ACTIONS(5403), + [anon_sym_COMMA] = ACTIONS(3140), + [anon_sym_LT] = ACTIONS(5364), + [anon_sym_GT] = ACTIONS(3136), + [anon_sym_where] = ACTIONS(5405), + [anon_sym_DOT] = ACTIONS(3136), + [anon_sym_SEMI] = ACTIONS(3140), + [anon_sym_get] = ACTIONS(3136), + [anon_sym_set] = ACTIONS(3136), + [anon_sym_STAR] = ACTIONS(3136), + [sym_label] = ACTIONS(3140), + [anon_sym_in] = ACTIONS(3136), + [anon_sym_DOT_DOT] = ACTIONS(3140), + [anon_sym_QMARK_COLON] = ACTIONS(3140), + [anon_sym_AMP_AMP] = ACTIONS(3140), + [anon_sym_PIPE_PIPE] = ACTIONS(3140), + [anon_sym_else] = ACTIONS(3136), + [anon_sym_COLON_COLON] = ACTIONS(3140), + [anon_sym_PLUS_EQ] = ACTIONS(3140), + [anon_sym_DASH_EQ] = ACTIONS(3140), + [anon_sym_STAR_EQ] = ACTIONS(3140), + [anon_sym_SLASH_EQ] = ACTIONS(3140), + [anon_sym_PERCENT_EQ] = ACTIONS(3140), + [anon_sym_BANG_EQ] = ACTIONS(3136), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3140), + [anon_sym_EQ_EQ] = ACTIONS(3136), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3140), + [anon_sym_LT_EQ] = ACTIONS(3140), + [anon_sym_GT_EQ] = ACTIONS(3140), + [anon_sym_BANGin] = ACTIONS(3140), + [anon_sym_is] = ACTIONS(3136), + [anon_sym_BANGis] = ACTIONS(3140), + [anon_sym_PLUS] = ACTIONS(3136), + [anon_sym_DASH] = ACTIONS(3136), + [anon_sym_SLASH] = ACTIONS(3136), + [anon_sym_PERCENT] = ACTIONS(3136), + [anon_sym_as_QMARK] = ACTIONS(3140), + [anon_sym_PLUS_PLUS] = ACTIONS(3140), + [anon_sym_DASH_DASH] = ACTIONS(3140), + [anon_sym_BANG_BANG] = ACTIONS(3140), + [anon_sym_suspend] = ACTIONS(3120), + [anon_sym_sealed] = ACTIONS(3122), + [anon_sym_annotation] = ACTIONS(3122), + [anon_sym_data] = ACTIONS(3122), + [anon_sym_inner] = ACTIONS(3122), + [anon_sym_override] = ACTIONS(3124), + [anon_sym_lateinit] = ACTIONS(3124), + [anon_sym_public] = ACTIONS(3126), + [anon_sym_private] = ACTIONS(3126), + [anon_sym_internal] = ACTIONS(3126), + [anon_sym_protected] = ACTIONS(3126), + [anon_sym_tailrec] = ACTIONS(3120), + [anon_sym_operator] = ACTIONS(3120), + [anon_sym_infix] = ACTIONS(3120), + [anon_sym_inline] = ACTIONS(3120), + [anon_sym_external] = ACTIONS(3120), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3130), + [anon_sym_final] = ACTIONS(3130), + [anon_sym_open] = ACTIONS(3130), + [anon_sym_vararg] = ACTIONS(3132), + [anon_sym_noinline] = ACTIONS(3132), + [anon_sym_crossinline] = ACTIONS(3132), + [anon_sym_expect] = ACTIONS(3134), + [anon_sym_actual] = ACTIONS(3134), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3140), + [sym__automatic_semicolon] = ACTIONS(3140), + [sym_safe_nav] = ACTIONS(3140), + [sym_multiline_comment] = ACTIONS(3), + }, + [1386] = { + [sym_primary_constructor] = STATE(3462), + [sym__class_parameters] = STATE(3610), + [sym_type_parameters] = STATE(1461), + [sym_type_constraints] = STATE(3620), + [sym_enum_class_body] = STATE(3842), + [sym_modifiers] = STATE(9241), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3136), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_COLON] = ACTIONS(5413), + [anon_sym_LBRACK] = ACTIONS(3140), + [anon_sym_as] = ACTIONS(3136), + [anon_sym_EQ] = ACTIONS(3136), + [anon_sym_constructor] = ACTIONS(5358), + [anon_sym_LBRACE] = ACTIONS(5415), + [anon_sym_RBRACE] = ACTIONS(3140), + [anon_sym_LPAREN] = ACTIONS(5362), + [anon_sym_COMMA] = ACTIONS(3140), + [anon_sym_LT] = ACTIONS(5364), + [anon_sym_GT] = ACTIONS(3136), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(3136), + [anon_sym_SEMI] = ACTIONS(3140), + [anon_sym_get] = ACTIONS(3136), + [anon_sym_set] = ACTIONS(3136), + [anon_sym_STAR] = ACTIONS(3136), + [sym_label] = ACTIONS(3140), + [anon_sym_in] = ACTIONS(3136), + [anon_sym_DOT_DOT] = ACTIONS(3140), + [anon_sym_QMARK_COLON] = ACTIONS(3140), + [anon_sym_AMP_AMP] = ACTIONS(3140), + [anon_sym_PIPE_PIPE] = ACTIONS(3140), + [anon_sym_else] = ACTIONS(3136), + [anon_sym_COLON_COLON] = ACTIONS(3140), + [anon_sym_PLUS_EQ] = ACTIONS(3140), + [anon_sym_DASH_EQ] = ACTIONS(3140), + [anon_sym_STAR_EQ] = ACTIONS(3140), + [anon_sym_SLASH_EQ] = ACTIONS(3140), + [anon_sym_PERCENT_EQ] = ACTIONS(3140), + [anon_sym_BANG_EQ] = ACTIONS(3136), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3140), + [anon_sym_EQ_EQ] = ACTIONS(3136), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3140), + [anon_sym_LT_EQ] = ACTIONS(3140), + [anon_sym_GT_EQ] = ACTIONS(3140), + [anon_sym_BANGin] = ACTIONS(3140), + [anon_sym_is] = ACTIONS(3136), + [anon_sym_BANGis] = ACTIONS(3140), + [anon_sym_PLUS] = ACTIONS(3136), + [anon_sym_DASH] = ACTIONS(3136), + [anon_sym_SLASH] = ACTIONS(3136), + [anon_sym_PERCENT] = ACTIONS(3136), + [anon_sym_as_QMARK] = ACTIONS(3140), + [anon_sym_PLUS_PLUS] = ACTIONS(3140), + [anon_sym_DASH_DASH] = ACTIONS(3140), + [anon_sym_BANG_BANG] = ACTIONS(3140), + [anon_sym_suspend] = ACTIONS(3120), + [anon_sym_sealed] = ACTIONS(3122), + [anon_sym_annotation] = ACTIONS(3122), + [anon_sym_data] = ACTIONS(3122), + [anon_sym_inner] = ACTIONS(3122), + [anon_sym_override] = ACTIONS(3124), + [anon_sym_lateinit] = ACTIONS(3124), + [anon_sym_public] = ACTIONS(3126), + [anon_sym_private] = ACTIONS(3126), + [anon_sym_internal] = ACTIONS(3126), + [anon_sym_protected] = ACTIONS(3126), + [anon_sym_tailrec] = ACTIONS(3120), + [anon_sym_operator] = ACTIONS(3120), + [anon_sym_infix] = ACTIONS(3120), + [anon_sym_inline] = ACTIONS(3120), + [anon_sym_external] = ACTIONS(3120), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3130), + [anon_sym_final] = ACTIONS(3130), + [anon_sym_open] = ACTIONS(3130), + [anon_sym_vararg] = ACTIONS(3132), + [anon_sym_noinline] = ACTIONS(3132), + [anon_sym_crossinline] = ACTIONS(3132), + [anon_sym_expect] = ACTIONS(3134), + [anon_sym_actual] = ACTIONS(3134), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3140), + [sym__automatic_semicolon] = ACTIONS(3140), + [sym_safe_nav] = ACTIONS(3140), + [sym_multiline_comment] = ACTIONS(3), + }, + [1387] = { + [sym_primary_constructor] = STATE(3458), + [sym_class_body] = STATE(3842), + [sym__class_parameters] = STATE(3610), + [sym_type_parameters] = STATE(1440), + [sym_type_constraints] = STATE(3563), + [sym_modifiers] = STATE(9241), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3136), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_COLON] = ACTIONS(5417), + [anon_sym_LBRACK] = ACTIONS(3140), + [anon_sym_as] = ACTIONS(3136), + [anon_sym_EQ] = ACTIONS(3136), + [anon_sym_constructor] = ACTIONS(5358), + [anon_sym_LBRACE] = ACTIONS(5360), + [anon_sym_RBRACE] = ACTIONS(3140), + [anon_sym_LPAREN] = ACTIONS(5362), + [anon_sym_COMMA] = ACTIONS(3140), + [anon_sym_LT] = ACTIONS(5364), + [anon_sym_GT] = ACTIONS(3136), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(3136), + [anon_sym_SEMI] = ACTIONS(3140), + [anon_sym_get] = ACTIONS(3136), + [anon_sym_set] = ACTIONS(3136), + [anon_sym_STAR] = ACTIONS(3136), + [sym_label] = ACTIONS(3140), + [anon_sym_in] = ACTIONS(3136), + [anon_sym_DOT_DOT] = ACTIONS(3140), + [anon_sym_QMARK_COLON] = ACTIONS(3140), + [anon_sym_AMP_AMP] = ACTIONS(3140), + [anon_sym_PIPE_PIPE] = ACTIONS(3140), + [anon_sym_else] = ACTIONS(3136), + [anon_sym_COLON_COLON] = ACTIONS(3140), + [anon_sym_PLUS_EQ] = ACTIONS(3140), + [anon_sym_DASH_EQ] = ACTIONS(3140), + [anon_sym_STAR_EQ] = ACTIONS(3140), + [anon_sym_SLASH_EQ] = ACTIONS(3140), + [anon_sym_PERCENT_EQ] = ACTIONS(3140), + [anon_sym_BANG_EQ] = ACTIONS(3136), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3140), + [anon_sym_EQ_EQ] = ACTIONS(3136), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3140), + [anon_sym_LT_EQ] = ACTIONS(3140), + [anon_sym_GT_EQ] = ACTIONS(3140), + [anon_sym_BANGin] = ACTIONS(3140), + [anon_sym_is] = ACTIONS(3136), + [anon_sym_BANGis] = ACTIONS(3140), + [anon_sym_PLUS] = ACTIONS(3136), + [anon_sym_DASH] = ACTIONS(3136), + [anon_sym_SLASH] = ACTIONS(3136), + [anon_sym_PERCENT] = ACTIONS(3136), + [anon_sym_as_QMARK] = ACTIONS(3140), + [anon_sym_PLUS_PLUS] = ACTIONS(3140), + [anon_sym_DASH_DASH] = ACTIONS(3140), + [anon_sym_BANG_BANG] = ACTIONS(3140), + [anon_sym_suspend] = ACTIONS(3120), + [anon_sym_sealed] = ACTIONS(3122), + [anon_sym_annotation] = ACTIONS(3122), + [anon_sym_data] = ACTIONS(3122), + [anon_sym_inner] = ACTIONS(3122), + [anon_sym_override] = ACTIONS(3124), + [anon_sym_lateinit] = ACTIONS(3124), + [anon_sym_public] = ACTIONS(3126), + [anon_sym_private] = ACTIONS(3126), + [anon_sym_internal] = ACTIONS(3126), + [anon_sym_protected] = ACTIONS(3126), + [anon_sym_tailrec] = ACTIONS(3120), + [anon_sym_operator] = ACTIONS(3120), + [anon_sym_infix] = ACTIONS(3120), + [anon_sym_inline] = ACTIONS(3120), + [anon_sym_external] = ACTIONS(3120), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3130), + [anon_sym_final] = ACTIONS(3130), + [anon_sym_open] = ACTIONS(3130), + [anon_sym_vararg] = ACTIONS(3132), + [anon_sym_noinline] = ACTIONS(3132), + [anon_sym_crossinline] = ACTIONS(3132), + [anon_sym_expect] = ACTIONS(3134), + [anon_sym_actual] = ACTIONS(3134), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3140), + [sym__automatic_semicolon] = ACTIONS(3140), + [sym_safe_nav] = ACTIONS(3140), + [sym_multiline_comment] = ACTIONS(3), + }, + [1388] = { + [sym_type_constraints] = STATE(1035), + [sym_enum_class_body] = STATE(1148), + [sym__alpha_identifier] = ACTIONS(4231), + [anon_sym_AT] = ACTIONS(4233), + [anon_sym_COLON] = ACTIONS(5419), + [anon_sym_LBRACK] = ACTIONS(4233), + [anon_sym_as] = ACTIONS(4231), + [anon_sym_LBRACE] = ACTIONS(3156), + [anon_sym_RBRACE] = ACTIONS(4233), + [anon_sym_LPAREN] = ACTIONS(4233), + [anon_sym_LT] = ACTIONS(4231), + [anon_sym_GT] = ACTIONS(4231), + [anon_sym_where] = ACTIONS(3160), + [anon_sym_object] = ACTIONS(4231), + [anon_sym_fun] = ACTIONS(4231), + [anon_sym_DOT] = ACTIONS(4231), + [anon_sym_SEMI] = ACTIONS(4233), + [anon_sym_get] = ACTIONS(4231), + [anon_sym_set] = ACTIONS(4231), + [anon_sym_this] = ACTIONS(4231), + [anon_sym_super] = ACTIONS(4231), + [anon_sym_STAR] = ACTIONS(4233), + [sym_label] = ACTIONS(4231), + [anon_sym_in] = ACTIONS(4231), + [anon_sym_DOT_DOT] = ACTIONS(4233), + [anon_sym_QMARK_COLON] = ACTIONS(4233), + [anon_sym_AMP_AMP] = ACTIONS(4233), + [anon_sym_PIPE_PIPE] = ACTIONS(4233), + [anon_sym_null] = ACTIONS(4231), + [anon_sym_if] = ACTIONS(4231), + [anon_sym_else] = ACTIONS(4231), + [anon_sym_when] = ACTIONS(4231), + [anon_sym_try] = ACTIONS(4231), + [anon_sym_throw] = ACTIONS(4231), + [anon_sym_return] = ACTIONS(4231), + [anon_sym_continue] = ACTIONS(4231), + [anon_sym_break] = ACTIONS(4231), + [anon_sym_COLON_COLON] = ACTIONS(4233), + [anon_sym_BANG_EQ] = ACTIONS(4231), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4233), + [anon_sym_EQ_EQ] = ACTIONS(4231), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4233), + [anon_sym_LT_EQ] = ACTIONS(4233), + [anon_sym_GT_EQ] = ACTIONS(4233), + [anon_sym_BANGin] = ACTIONS(4233), + [anon_sym_is] = ACTIONS(4231), + [anon_sym_BANGis] = ACTIONS(4233), + [anon_sym_PLUS] = ACTIONS(4231), + [anon_sym_DASH] = ACTIONS(4231), + [anon_sym_SLASH] = ACTIONS(4231), + [anon_sym_PERCENT] = ACTIONS(4233), + [anon_sym_as_QMARK] = ACTIONS(4233), + [anon_sym_PLUS_PLUS] = ACTIONS(4233), + [anon_sym_DASH_DASH] = ACTIONS(4233), + [anon_sym_BANG] = ACTIONS(4231), + [anon_sym_BANG_BANG] = ACTIONS(4233), + [anon_sym_suspend] = ACTIONS(4231), + [anon_sym_sealed] = ACTIONS(4231), + [anon_sym_annotation] = ACTIONS(4231), + [anon_sym_data] = ACTIONS(4231), + [anon_sym_inner] = ACTIONS(4231), + [anon_sym_override] = ACTIONS(4231), + [anon_sym_lateinit] = ACTIONS(4231), + [anon_sym_public] = ACTIONS(4231), + [anon_sym_private] = ACTIONS(4231), + [anon_sym_internal] = ACTIONS(4231), + [anon_sym_protected] = ACTIONS(4231), + [anon_sym_tailrec] = ACTIONS(4231), + [anon_sym_operator] = ACTIONS(4231), + [anon_sym_infix] = ACTIONS(4231), + [anon_sym_inline] = ACTIONS(4231), + [anon_sym_external] = ACTIONS(4231), + [sym_property_modifier] = ACTIONS(4231), + [anon_sym_abstract] = ACTIONS(4231), + [anon_sym_final] = ACTIONS(4231), + [anon_sym_open] = ACTIONS(4231), + [anon_sym_vararg] = ACTIONS(4231), + [anon_sym_noinline] = ACTIONS(4231), + [anon_sym_crossinline] = ACTIONS(4231), + [anon_sym_expect] = ACTIONS(4231), + [anon_sym_actual] = ACTIONS(4231), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4233), + [anon_sym_continue_AT] = ACTIONS(4233), + [anon_sym_break_AT] = ACTIONS(4233), + [sym_real_literal] = ACTIONS(4233), + [sym_integer_literal] = ACTIONS(4231), + [sym_hex_literal] = ACTIONS(4233), + [sym_bin_literal] = ACTIONS(4233), + [anon_sym_true] = ACTIONS(4231), + [anon_sym_false] = ACTIONS(4231), + [anon_sym_SQUOTE] = ACTIONS(4233), + [sym__backtick_identifier] = ACTIONS(4233), + [sym__automatic_semicolon] = ACTIONS(4233), + [sym_safe_nav] = ACTIONS(4233), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4233), + }, + [1389] = { + [sym__expression] = STATE(2090), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(3399), + [sym_parenthesized_expression] = STATE(3399), + [sym_collection_literal] = STATE(3399), + [sym__literal_constant] = STATE(3399), + [sym_string_literal] = STATE(3399), + [sym_lambda_literal] = STATE(3399), + [sym_anonymous_function] = STATE(3399), + [sym__function_literal] = STATE(3399), + [sym_object_literal] = STATE(3399), + [sym_this_expression] = STATE(3399), + [sym_super_expression] = STATE(3399), + [sym_if_expression] = STATE(3399), + [sym_when_expression] = STATE(3399), + [sym_try_expression] = STATE(3399), + [sym_jump_expression] = STATE(3399), + [sym_callable_reference] = STATE(3399), + [sym__prefix_unary_operator] = STATE(2070), + [sym_annotation] = STATE(2070), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3347), + [sym__return_at] = STATE(401), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(3399), + [sym_long_literal] = STATE(3399), + [sym_boolean_literal] = STATE(3399), + [sym_character_literal] = STATE(3399), + [sym__lexical_identifier] = STATE(2837), + [sym__alpha_identifier] = ACTIONS(2430), + [anon_sym_AT] = ACTIONS(5311), + [anon_sym_LBRACK] = ACTIONS(2433), + [anon_sym_LBRACE] = ACTIONS(2436), + [anon_sym_LPAREN] = ACTIONS(2439), + [anon_sym_object] = ACTIONS(5421), + [anon_sym_fun] = ACTIONS(5424), + [anon_sym_get] = ACTIONS(2430), + [anon_sym_set] = ACTIONS(2430), + [anon_sym_this] = ACTIONS(2454), + [anon_sym_super] = ACTIONS(2457), + [anon_sym_STAR] = ACTIONS(2460), + [sym_label] = ACTIONS(2463), [anon_sym_for] = ACTIONS(2070), [anon_sym_while] = ACTIONS(2070), [anon_sym_do] = ACTIONS(2070), - [anon_sym_null] = ACTIONS(2165), - [anon_sym_if] = ACTIONS(2818), - [anon_sym_when] = ACTIONS(2171), - [anon_sym_try] = ACTIONS(2174), - [anon_sym_throw] = ACTIONS(2821), - [anon_sym_return] = ACTIONS(2824), - [anon_sym_continue] = ACTIONS(2183), - [anon_sym_break] = ACTIONS(2183), - [anon_sym_COLON_COLON] = ACTIONS(2186), - [anon_sym_PLUS] = ACTIONS(2815), - [anon_sym_DASH] = ACTIONS(2815), - [anon_sym_PLUS_PLUS] = ACTIONS(2827), - [anon_sym_DASH_DASH] = ACTIONS(2827), - [anon_sym_BANG] = ACTIONS(2827), - [anon_sym_data] = ACTIONS(2129), - [anon_sym_inner] = ACTIONS(2129), - [anon_sym_expect] = ACTIONS(2129), - [anon_sym_actual] = ACTIONS(2129), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(2192), - [anon_sym_continue_AT] = ACTIONS(2195), - [anon_sym_break_AT] = ACTIONS(2198), - [sym_real_literal] = ACTIONS(2201), - [sym_integer_literal] = ACTIONS(2204), - [sym_hex_literal] = ACTIONS(2207), - [sym_bin_literal] = ACTIONS(2207), - [anon_sym_true] = ACTIONS(2210), - [anon_sym_false] = ACTIONS(2210), - [anon_sym_SQUOTE] = ACTIONS(2213), - [sym__backtick_identifier] = ACTIONS(2216), + [anon_sym_null] = ACTIONS(2466), + [anon_sym_if] = ACTIONS(2469), + [anon_sym_when] = ACTIONS(2472), + [anon_sym_try] = ACTIONS(2475), + [anon_sym_throw] = ACTIONS(2478), + [anon_sym_return] = ACTIONS(2481), + [anon_sym_continue] = ACTIONS(2484), + [anon_sym_break] = ACTIONS(2484), + [anon_sym_COLON_COLON] = ACTIONS(2487), + [anon_sym_PLUS] = ACTIONS(2463), + [anon_sym_DASH] = ACTIONS(2463), + [anon_sym_PLUS_PLUS] = ACTIONS(2490), + [anon_sym_DASH_DASH] = ACTIONS(2490), + [anon_sym_BANG] = ACTIONS(2490), + [anon_sym_data] = ACTIONS(2430), + [anon_sym_inner] = ACTIONS(2430), + [anon_sym_expect] = ACTIONS(2430), + [anon_sym_actual] = ACTIONS(2430), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(2307), + [anon_sym_continue_AT] = ACTIONS(2493), + [anon_sym_break_AT] = ACTIONS(2496), + [sym_real_literal] = ACTIONS(2499), + [sym_integer_literal] = ACTIONS(2502), + [sym_hex_literal] = ACTIONS(2505), + [sym_bin_literal] = ACTIONS(2505), + [anon_sym_true] = ACTIONS(2508), + [anon_sym_false] = ACTIONS(2508), + [anon_sym_SQUOTE] = ACTIONS(2511), + [sym__backtick_identifier] = ACTIONS(2514), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2219), + [sym__string_start] = ACTIONS(2517), }, - [1378] = { - [sym_primary_constructor] = STATE(3416), - [sym__class_parameters] = STATE(2990), - [sym_type_parameters] = STATE(1448), - [sym_type_constraints] = STATE(3089), - [sym_enum_class_body] = STATE(3187), - [sym_modifiers] = STATE(9064), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), + [1390] = { + [sym_primary_constructor] = STATE(4614), + [sym_class_body] = STATE(4946), + [sym__class_parameters] = STATE(4841), + [sym_type_parameters] = STATE(1535), + [sym_type_constraints] = STATE(4892), + [sym_modifiers] = STATE(9347), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), [sym__alpha_identifier] = ACTIONS(3136), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(5390), + [anon_sym_COLON] = ACTIONS(5427), [anon_sym_LBRACK] = ACTIONS(3140), [anon_sym_as] = ACTIONS(3136), [anon_sym_EQ] = ACTIONS(3136), - [anon_sym_constructor] = ACTIONS(5145), - [anon_sym_LBRACE] = ACTIONS(5155), + [anon_sym_constructor] = ACTIONS(5399), + [anon_sym_LBRACE] = ACTIONS(5401), [anon_sym_RBRACE] = ACTIONS(3140), - [anon_sym_LPAREN] = ACTIONS(5149), - [anon_sym_RPAREN] = ACTIONS(3140), - [anon_sym_LT] = ACTIONS(5131), + [anon_sym_LPAREN] = ACTIONS(5403), + [anon_sym_COMMA] = ACTIONS(3140), + [anon_sym_LT] = ACTIONS(5364), [anon_sym_GT] = ACTIONS(3136), - [anon_sym_where] = ACTIONS(5151), + [anon_sym_where] = ACTIONS(5405), [anon_sym_DOT] = ACTIONS(3136), [anon_sym_SEMI] = ACTIONS(3140), [anon_sym_get] = ACTIONS(3136), @@ -189709,7 +191013,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(3136), [sym_label] = ACTIONS(3140), [anon_sym_in] = ACTIONS(3136), - [anon_sym_while] = ACTIONS(3136), [anon_sym_DOT_DOT] = ACTIONS(3140), [anon_sym_QMARK_COLON] = ACTIONS(3140), [anon_sym_AMP_AMP] = ACTIONS(3140), @@ -189765,95 +191068,294 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(3140), + [sym__automatic_semicolon] = ACTIONS(3140), [sym_safe_nav] = ACTIONS(3140), [sym_multiline_comment] = ACTIONS(3), }, - [1379] = { - [sym__expression] = STATE(3975), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(2296), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [1391] = { + [sym_primary_constructor] = STATE(4627), + [sym__class_parameters] = STATE(4841), + [sym_type_parameters] = STATE(1523), + [sym_type_constraints] = STATE(4865), + [sym_enum_class_body] = STATE(4992), + [sym_modifiers] = STATE(9347), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3102), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_COLON] = ACTIONS(5429), + [anon_sym_LBRACK] = ACTIONS(3108), + [anon_sym_as] = ACTIONS(3102), + [anon_sym_EQ] = ACTIONS(3102), + [anon_sym_constructor] = ACTIONS(5399), + [anon_sym_LBRACE] = ACTIONS(5411), + [anon_sym_RBRACE] = ACTIONS(3108), + [anon_sym_LPAREN] = ACTIONS(5403), + [anon_sym_COMMA] = ACTIONS(3108), + [anon_sym_LT] = ACTIONS(5364), + [anon_sym_GT] = ACTIONS(3102), + [anon_sym_where] = ACTIONS(5405), + [anon_sym_DOT] = ACTIONS(3102), + [anon_sym_SEMI] = ACTIONS(3108), + [anon_sym_get] = ACTIONS(3102), + [anon_sym_set] = ACTIONS(3102), + [anon_sym_STAR] = ACTIONS(3102), + [sym_label] = ACTIONS(3108), + [anon_sym_in] = ACTIONS(3102), + [anon_sym_DOT_DOT] = ACTIONS(3108), + [anon_sym_QMARK_COLON] = ACTIONS(3108), + [anon_sym_AMP_AMP] = ACTIONS(3108), + [anon_sym_PIPE_PIPE] = ACTIONS(3108), + [anon_sym_else] = ACTIONS(3102), + [anon_sym_COLON_COLON] = ACTIONS(3108), + [anon_sym_PLUS_EQ] = ACTIONS(3108), + [anon_sym_DASH_EQ] = ACTIONS(3108), + [anon_sym_STAR_EQ] = ACTIONS(3108), + [anon_sym_SLASH_EQ] = ACTIONS(3108), + [anon_sym_PERCENT_EQ] = ACTIONS(3108), + [anon_sym_BANG_EQ] = ACTIONS(3102), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3108), + [anon_sym_EQ_EQ] = ACTIONS(3102), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3108), + [anon_sym_LT_EQ] = ACTIONS(3108), + [anon_sym_GT_EQ] = ACTIONS(3108), + [anon_sym_BANGin] = ACTIONS(3108), + [anon_sym_is] = ACTIONS(3102), + [anon_sym_BANGis] = ACTIONS(3108), + [anon_sym_PLUS] = ACTIONS(3102), + [anon_sym_DASH] = ACTIONS(3102), + [anon_sym_SLASH] = ACTIONS(3102), + [anon_sym_PERCENT] = ACTIONS(3102), + [anon_sym_as_QMARK] = ACTIONS(3108), + [anon_sym_PLUS_PLUS] = ACTIONS(3108), + [anon_sym_DASH_DASH] = ACTIONS(3108), + [anon_sym_BANG_BANG] = ACTIONS(3108), + [anon_sym_suspend] = ACTIONS(3120), + [anon_sym_sealed] = ACTIONS(3122), + [anon_sym_annotation] = ACTIONS(3122), + [anon_sym_data] = ACTIONS(3122), + [anon_sym_inner] = ACTIONS(3122), + [anon_sym_override] = ACTIONS(3124), + [anon_sym_lateinit] = ACTIONS(3124), + [anon_sym_public] = ACTIONS(3126), + [anon_sym_private] = ACTIONS(3126), + [anon_sym_internal] = ACTIONS(3126), + [anon_sym_protected] = ACTIONS(3126), + [anon_sym_tailrec] = ACTIONS(3120), + [anon_sym_operator] = ACTIONS(3120), + [anon_sym_infix] = ACTIONS(3120), + [anon_sym_inline] = ACTIONS(3120), + [anon_sym_external] = ACTIONS(3120), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3130), + [anon_sym_final] = ACTIONS(3130), + [anon_sym_open] = ACTIONS(3130), + [anon_sym_vararg] = ACTIONS(3132), + [anon_sym_noinline] = ACTIONS(3132), + [anon_sym_crossinline] = ACTIONS(3132), + [anon_sym_expect] = ACTIONS(3134), + [anon_sym_actual] = ACTIONS(3134), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3108), + [sym__automatic_semicolon] = ACTIONS(3108), + [sym_safe_nav] = ACTIONS(3108), + [sym_multiline_comment] = ACTIONS(3), + }, + [1392] = { + [sym__expression] = STATE(3996), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(1897), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(2427), - [anon_sym_AT] = ACTIONS(5301), - [anon_sym_LBRACK] = ACTIONS(2430), - [anon_sym_LBRACE] = ACTIONS(2433), - [anon_sym_LPAREN] = ACTIONS(2436), - [anon_sym_object] = ACTIONS(5346), - [anon_sym_fun] = ACTIONS(5392), - [anon_sym_get] = ACTIONS(2427), - [anon_sym_set] = ACTIONS(2427), - [anon_sym_this] = ACTIONS(2451), - [anon_sym_super] = ACTIONS(2454), - [anon_sym_STAR] = ACTIONS(2746), - [sym_label] = ACTIONS(2749), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(2337), + [anon_sym_AT] = ACTIONS(5311), + [anon_sym_LBRACK] = ACTIONS(2340), + [anon_sym_LBRACE] = ACTIONS(2343), + [anon_sym_LPAREN] = ACTIONS(2346), + [anon_sym_object] = ACTIONS(5314), + [anon_sym_fun] = ACTIONS(5431), + [anon_sym_get] = ACTIONS(2337), + [anon_sym_set] = ACTIONS(2337), + [anon_sym_this] = ACTIONS(2361), + [anon_sym_super] = ACTIONS(2364), + [anon_sym_STAR] = ACTIONS(2546), + [sym_label] = ACTIONS(2549), + [anon_sym_for] = ACTIONS(2070), + [anon_sym_while] = ACTIONS(2070), + [anon_sym_do] = ACTIONS(2070), + [anon_sym_null] = ACTIONS(2373), + [anon_sym_if] = ACTIONS(2552), + [anon_sym_when] = ACTIONS(2379), + [anon_sym_try] = ACTIONS(2382), + [anon_sym_throw] = ACTIONS(2555), + [anon_sym_return] = ACTIONS(2558), + [anon_sym_continue] = ACTIONS(2391), + [anon_sym_break] = ACTIONS(2391), + [anon_sym_COLON_COLON] = ACTIONS(2394), + [anon_sym_PLUS] = ACTIONS(2549), + [anon_sym_DASH] = ACTIONS(2549), + [anon_sym_PLUS_PLUS] = ACTIONS(2561), + [anon_sym_DASH_DASH] = ACTIONS(2561), + [anon_sym_BANG] = ACTIONS(2561), + [anon_sym_data] = ACTIONS(2337), + [anon_sym_inner] = ACTIONS(2337), + [anon_sym_expect] = ACTIONS(2337), + [anon_sym_actual] = ACTIONS(2337), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(2400), + [anon_sym_continue_AT] = ACTIONS(2403), + [anon_sym_break_AT] = ACTIONS(2406), + [sym_real_literal] = ACTIONS(2409), + [sym_integer_literal] = ACTIONS(2412), + [sym_hex_literal] = ACTIONS(2415), + [sym_bin_literal] = ACTIONS(2415), + [anon_sym_true] = ACTIONS(2418), + [anon_sym_false] = ACTIONS(2418), + [anon_sym_SQUOTE] = ACTIONS(2421), + [sym__backtick_identifier] = ACTIONS(2424), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(2427), + }, + [1393] = { + [sym__expression] = STATE(986), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(3399), + [sym_parenthesized_expression] = STATE(3399), + [sym_collection_literal] = STATE(3399), + [sym__literal_constant] = STATE(3399), + [sym_string_literal] = STATE(3399), + [sym_lambda_literal] = STATE(3399), + [sym_anonymous_function] = STATE(3399), + [sym__function_literal] = STATE(3399), + [sym_object_literal] = STATE(3399), + [sym_this_expression] = STATE(3399), + [sym_super_expression] = STATE(3399), + [sym_if_expression] = STATE(3399), + [sym_when_expression] = STATE(3399), + [sym_try_expression] = STATE(3399), + [sym_jump_expression] = STATE(3399), + [sym_callable_reference] = STATE(3399), + [sym__prefix_unary_operator] = STATE(1644), + [sym_annotation] = STATE(1644), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3347), + [sym__return_at] = STATE(303), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(3399), + [sym_long_literal] = STATE(3399), + [sym_boolean_literal] = STATE(3399), + [sym_character_literal] = STATE(3399), + [sym__lexical_identifier] = STATE(2837), + [sym__alpha_identifier] = ACTIONS(2430), + [anon_sym_AT] = ACTIONS(5311), + [anon_sym_LBRACK] = ACTIONS(2433), + [anon_sym_LBRACE] = ACTIONS(2436), + [anon_sym_LPAREN] = ACTIONS(2439), + [anon_sym_object] = ACTIONS(5421), + [anon_sym_fun] = ACTIONS(5434), + [anon_sym_get] = ACTIONS(2430), + [anon_sym_set] = ACTIONS(2430), + [anon_sym_this] = ACTIONS(2454), + [anon_sym_super] = ACTIONS(2457), + [anon_sym_STAR] = ACTIONS(2856), + [sym_label] = ACTIONS(2859), [anon_sym_for] = ACTIONS(2070), [anon_sym_while] = ACTIONS(2070), [anon_sym_do] = ACTIONS(2070), - [anon_sym_null] = ACTIONS(2463), - [anon_sym_if] = ACTIONS(2752), - [anon_sym_when] = ACTIONS(2469), - [anon_sym_try] = ACTIONS(2472), - [anon_sym_throw] = ACTIONS(2755), - [anon_sym_return] = ACTIONS(2758), - [anon_sym_continue] = ACTIONS(2481), - [anon_sym_break] = ACTIONS(2481), - [anon_sym_COLON_COLON] = ACTIONS(2484), - [anon_sym_PLUS] = ACTIONS(2749), - [anon_sym_DASH] = ACTIONS(2749), - [anon_sym_PLUS_PLUS] = ACTIONS(2761), - [anon_sym_DASH_DASH] = ACTIONS(2761), - [anon_sym_BANG] = ACTIONS(2761), - [anon_sym_data] = ACTIONS(2427), - [anon_sym_inner] = ACTIONS(2427), - [anon_sym_expect] = ACTIONS(2427), - [anon_sym_actual] = ACTIONS(2427), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(2490), + [anon_sym_null] = ACTIONS(2466), + [anon_sym_if] = ACTIONS(2862), + [anon_sym_when] = ACTIONS(2472), + [anon_sym_try] = ACTIONS(2475), + [anon_sym_throw] = ACTIONS(2865), + [anon_sym_return] = ACTIONS(2868), + [anon_sym_continue] = ACTIONS(2484), + [anon_sym_break] = ACTIONS(2484), + [anon_sym_COLON_COLON] = ACTIONS(2487), + [anon_sym_PLUS] = ACTIONS(2859), + [anon_sym_DASH] = ACTIONS(2859), + [anon_sym_PLUS_PLUS] = ACTIONS(2871), + [anon_sym_DASH_DASH] = ACTIONS(2871), + [anon_sym_BANG] = ACTIONS(2871), + [anon_sym_data] = ACTIONS(2430), + [anon_sym_inner] = ACTIONS(2430), + [anon_sym_expect] = ACTIONS(2430), + [anon_sym_actual] = ACTIONS(2430), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(2307), [anon_sym_continue_AT] = ACTIONS(2493), [anon_sym_break_AT] = ACTIONS(2496), [sym_real_literal] = ACTIONS(2499), @@ -189867,75 +191369,273 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(2517), }, - [1380] = { - [sym_property_delegate] = STATE(1564), - [sym_getter] = STATE(3232), - [sym_setter] = STATE(3232), - [sym_modifiers] = STATE(8655), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), + [1394] = { + [sym__expression] = STATE(3885), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1630), + [sym_annotation] = STATE(1630), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(310), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(2337), + [anon_sym_AT] = ACTIONS(5311), + [anon_sym_LBRACK] = ACTIONS(2340), + [anon_sym_LBRACE] = ACTIONS(2343), + [anon_sym_LPAREN] = ACTIONS(2346), + [anon_sym_object] = ACTIONS(5314), + [anon_sym_fun] = ACTIONS(5437), + [anon_sym_get] = ACTIONS(2337), + [anon_sym_set] = ACTIONS(2337), + [anon_sym_this] = ACTIONS(2361), + [anon_sym_super] = ACTIONS(2364), + [anon_sym_STAR] = ACTIONS(2367), + [sym_label] = ACTIONS(2370), + [anon_sym_for] = ACTIONS(2070), + [anon_sym_while] = ACTIONS(2070), + [anon_sym_do] = ACTIONS(2070), + [anon_sym_null] = ACTIONS(2373), + [anon_sym_if] = ACTIONS(2376), + [anon_sym_when] = ACTIONS(2379), + [anon_sym_try] = ACTIONS(2382), + [anon_sym_throw] = ACTIONS(2385), + [anon_sym_return] = ACTIONS(2388), + [anon_sym_continue] = ACTIONS(2391), + [anon_sym_break] = ACTIONS(2391), + [anon_sym_COLON_COLON] = ACTIONS(2394), + [anon_sym_PLUS] = ACTIONS(2370), + [anon_sym_DASH] = ACTIONS(2370), + [anon_sym_PLUS_PLUS] = ACTIONS(2397), + [anon_sym_DASH_DASH] = ACTIONS(2397), + [anon_sym_BANG] = ACTIONS(2397), + [anon_sym_data] = ACTIONS(2337), + [anon_sym_inner] = ACTIONS(2337), + [anon_sym_expect] = ACTIONS(2337), + [anon_sym_actual] = ACTIONS(2337), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(2400), + [anon_sym_continue_AT] = ACTIONS(2403), + [anon_sym_break_AT] = ACTIONS(2406), + [sym_real_literal] = ACTIONS(2409), + [sym_integer_literal] = ACTIONS(2412), + [sym_hex_literal] = ACTIONS(2415), + [sym_bin_literal] = ACTIONS(2415), + [anon_sym_true] = ACTIONS(2418), + [anon_sym_false] = ACTIONS(2418), + [anon_sym_SQUOTE] = ACTIONS(2421), + [sym__backtick_identifier] = ACTIONS(2424), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(2427), + }, + [1395] = { + [sym__expression] = STATE(979), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(1674), + [sym_annotation] = STATE(1674), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(220), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), + [sym__alpha_identifier] = ACTIONS(2129), + [anon_sym_AT] = ACTIONS(5311), + [anon_sym_LBRACK] = ACTIONS(2132), + [anon_sym_LBRACE] = ACTIONS(2135), + [anon_sym_LPAREN] = ACTIONS(2138), + [anon_sym_object] = ACTIONS(5347), + [anon_sym_fun] = ACTIONS(5440), + [anon_sym_get] = ACTIONS(2129), + [anon_sym_set] = ACTIONS(2129), + [anon_sym_this] = ACTIONS(2153), + [anon_sym_super] = ACTIONS(2156), + [anon_sym_STAR] = ACTIONS(2678), + [sym_label] = ACTIONS(2681), + [anon_sym_for] = ACTIONS(2070), + [anon_sym_while] = ACTIONS(2070), + [anon_sym_do] = ACTIONS(2070), + [anon_sym_null] = ACTIONS(2165), + [anon_sym_if] = ACTIONS(2684), + [anon_sym_when] = ACTIONS(2171), + [anon_sym_try] = ACTIONS(2174), + [anon_sym_throw] = ACTIONS(2687), + [anon_sym_return] = ACTIONS(2690), + [anon_sym_continue] = ACTIONS(2183), + [anon_sym_break] = ACTIONS(2183), + [anon_sym_COLON_COLON] = ACTIONS(2186), + [anon_sym_PLUS] = ACTIONS(2681), + [anon_sym_DASH] = ACTIONS(2681), + [anon_sym_PLUS_PLUS] = ACTIONS(2693), + [anon_sym_DASH_DASH] = ACTIONS(2693), + [anon_sym_BANG] = ACTIONS(2693), + [anon_sym_data] = ACTIONS(2129), + [anon_sym_inner] = ACTIONS(2129), + [anon_sym_expect] = ACTIONS(2129), + [anon_sym_actual] = ACTIONS(2129), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(2192), + [anon_sym_continue_AT] = ACTIONS(2195), + [anon_sym_break_AT] = ACTIONS(2198), + [sym_real_literal] = ACTIONS(2201), + [sym_integer_literal] = ACTIONS(2204), + [sym_hex_literal] = ACTIONS(2207), + [sym_bin_literal] = ACTIONS(2207), + [anon_sym_true] = ACTIONS(2210), + [anon_sym_false] = ACTIONS(2210), + [anon_sym_SQUOTE] = ACTIONS(2213), + [sym__backtick_identifier] = ACTIONS(2216), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(2219), + }, + [1396] = { + [sym_property_delegate] = STATE(1572), + [sym_getter] = STATE(4659), + [sym_setter] = STATE(4659), + [sym_modifiers] = STATE(8670), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1752), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_RBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_EQ] = ACTIONS(5297), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_COMMA] = ACTIONS(3256), - [anon_sym_RPAREN] = ACTIONS(3256), - [anon_sym_by] = ACTIONS(5251), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_where] = ACTIONS(3254), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(5299), - [anon_sym_get] = ACTIONS(5259), - [anon_sym_set] = ACTIONS(5261), - [anon_sym_STAR] = ACTIONS(3254), - [anon_sym_DASH_GT] = ACTIONS(3256), - [sym_label] = ACTIONS(3256), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_while] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_PLUS_EQ] = ACTIONS(3256), - [anon_sym_DASH_EQ] = ACTIONS(3256), - [anon_sym_STAR_EQ] = ACTIONS(3256), - [anon_sym_SLASH_EQ] = ACTIONS(3256), - [anon_sym_PERCENT_EQ] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3254), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG_BANG] = ACTIONS(3256), + [anon_sym_LBRACK] = ACTIONS(1754), + [anon_sym_RBRACK] = ACTIONS(1754), + [anon_sym_as] = ACTIONS(1752), + [anon_sym_EQ] = ACTIONS(5263), + [anon_sym_LBRACE] = ACTIONS(1754), + [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_LPAREN] = ACTIONS(1754), + [anon_sym_COMMA] = ACTIONS(1754), + [anon_sym_RPAREN] = ACTIONS(1754), + [anon_sym_by] = ACTIONS(5265), + [anon_sym_LT] = ACTIONS(1752), + [anon_sym_GT] = ACTIONS(1752), + [anon_sym_where] = ACTIONS(1752), + [anon_sym_DOT] = ACTIONS(1752), + [anon_sym_SEMI] = ACTIONS(3472), + [anon_sym_get] = ACTIONS(5267), + [anon_sym_set] = ACTIONS(5269), + [anon_sym_STAR] = ACTIONS(1752), + [anon_sym_DASH_GT] = ACTIONS(1754), + [sym_label] = ACTIONS(1754), + [anon_sym_in] = ACTIONS(1752), + [anon_sym_while] = ACTIONS(1752), + [anon_sym_DOT_DOT] = ACTIONS(1754), + [anon_sym_QMARK_COLON] = ACTIONS(1754), + [anon_sym_AMP_AMP] = ACTIONS(1754), + [anon_sym_PIPE_PIPE] = ACTIONS(1754), + [anon_sym_else] = ACTIONS(1752), + [anon_sym_COLON_COLON] = ACTIONS(1754), + [anon_sym_PLUS_EQ] = ACTIONS(1754), + [anon_sym_DASH_EQ] = ACTIONS(1754), + [anon_sym_STAR_EQ] = ACTIONS(1754), + [anon_sym_SLASH_EQ] = ACTIONS(1754), + [anon_sym_PERCENT_EQ] = ACTIONS(1754), + [anon_sym_BANG_EQ] = ACTIONS(1752), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), + [anon_sym_EQ_EQ] = ACTIONS(1752), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), + [anon_sym_LT_EQ] = ACTIONS(1754), + [anon_sym_GT_EQ] = ACTIONS(1754), + [anon_sym_BANGin] = ACTIONS(1754), + [anon_sym_is] = ACTIONS(1752), + [anon_sym_BANGis] = ACTIONS(1754), + [anon_sym_PLUS] = ACTIONS(1752), + [anon_sym_DASH] = ACTIONS(1752), + [anon_sym_SLASH] = ACTIONS(1752), + [anon_sym_PERCENT] = ACTIONS(1752), + [anon_sym_as_QMARK] = ACTIONS(1754), + [anon_sym_PLUS_PLUS] = ACTIONS(1754), + [anon_sym_DASH_DASH] = ACTIONS(1754), + [anon_sym_BANG_BANG] = ACTIONS(1754), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -189959,64 +191659,163 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), + [sym__backtick_identifier] = ACTIONS(1754), + [sym_safe_nav] = ACTIONS(1754), [sym_multiline_comment] = ACTIONS(3), }, - [1381] = { - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(2090), - [sym__comparison_operator] = STATE(2107), - [sym__in_operator] = STATE(2109), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(2110), - [sym__multiplicative_operator] = STATE(2111), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_annotation] = STATE(7852), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2113), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), + [1397] = { + [sym__expression] = STATE(2417), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(2143), + [sym_annotation] = STATE(2143), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(267), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(2696), + [anon_sym_AT] = ACTIONS(5311), + [anon_sym_LBRACK] = ACTIONS(2699), + [anon_sym_LBRACE] = ACTIONS(2702), + [anon_sym_LPAREN] = ACTIONS(2705), + [anon_sym_object] = ACTIONS(5320), + [anon_sym_fun] = ACTIONS(5443), + [anon_sym_get] = ACTIONS(2696), + [anon_sym_set] = ACTIONS(2696), + [anon_sym_this] = ACTIONS(2720), + [anon_sym_super] = ACTIONS(2723), + [anon_sym_STAR] = ACTIONS(2790), + [sym_label] = ACTIONS(2793), + [anon_sym_for] = ACTIONS(2070), + [anon_sym_while] = ACTIONS(2070), + [anon_sym_do] = ACTIONS(2070), + [anon_sym_null] = ACTIONS(2732), + [anon_sym_if] = ACTIONS(2796), + [anon_sym_when] = ACTIONS(2738), + [anon_sym_try] = ACTIONS(2741), + [anon_sym_throw] = ACTIONS(2799), + [anon_sym_return] = ACTIONS(2802), + [anon_sym_continue] = ACTIONS(2750), + [anon_sym_break] = ACTIONS(2750), + [anon_sym_COLON_COLON] = ACTIONS(2753), + [anon_sym_PLUS] = ACTIONS(2793), + [anon_sym_DASH] = ACTIONS(2793), + [anon_sym_PLUS_PLUS] = ACTIONS(2805), + [anon_sym_DASH_DASH] = ACTIONS(2805), + [anon_sym_BANG] = ACTIONS(2805), + [anon_sym_data] = ACTIONS(2696), + [anon_sym_inner] = ACTIONS(2696), + [anon_sym_expect] = ACTIONS(2696), + [anon_sym_actual] = ACTIONS(2696), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(2099), + [anon_sym_continue_AT] = ACTIONS(2759), + [anon_sym_break_AT] = ACTIONS(2762), + [sym_real_literal] = ACTIONS(2765), + [sym_integer_literal] = ACTIONS(2768), + [sym_hex_literal] = ACTIONS(2771), + [sym_bin_literal] = ACTIONS(2771), + [anon_sym_true] = ACTIONS(2774), + [anon_sym_false] = ACTIONS(2774), + [anon_sym_SQUOTE] = ACTIONS(2777), + [sym__backtick_identifier] = ACTIONS(2780), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(2783), + }, + [1398] = { + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(1826), + [sym__comparison_operator] = STATE(1844), + [sym__in_operator] = STATE(1856), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(1875), + [sym__multiplicative_operator] = STATE(1884), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_annotation] = STATE(7883), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2067), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_EQ] = ACTIONS(3072), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_EQ] = ACTIONS(3003), [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(3074), - [anon_sym_LPAREN] = ACTIONS(3570), + [anon_sym_RBRACE] = ACTIONS(3005), + [anon_sym_LPAREN] = ACTIONS(3572), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(3702), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(3074), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(3005), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), [anon_sym_STAR] = ACTIONS(3710), - [sym_label] = ACTIONS(3584), + [sym_label] = ACTIONS(3586), [anon_sym_in] = ACTIONS(3712), [anon_sym_DOT_DOT] = ACTIONS(3714), [anon_sym_QMARK_COLON] = ACTIONS(3716), [anon_sym_AMP_AMP] = ACTIONS(3718), [anon_sym_PIPE_PIPE] = ACTIONS(3720), - [anon_sym_else] = ACTIONS(3072), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_PLUS_EQ] = ACTIONS(3074), - [anon_sym_DASH_EQ] = ACTIONS(3074), - [anon_sym_STAR_EQ] = ACTIONS(3074), - [anon_sym_SLASH_EQ] = ACTIONS(3074), - [anon_sym_PERCENT_EQ] = ACTIONS(3074), + [anon_sym_else] = ACTIONS(3003), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_PLUS_EQ] = ACTIONS(3005), + [anon_sym_DASH_EQ] = ACTIONS(3005), + [anon_sym_STAR_EQ] = ACTIONS(3005), + [anon_sym_SLASH_EQ] = ACTIONS(3005), + [anon_sym_PERCENT_EQ] = ACTIONS(3005), [anon_sym_BANG_EQ] = ACTIONS(3722), [anon_sym_BANG_EQ_EQ] = ACTIONS(3724), [anon_sym_EQ_EQ] = ACTIONS(3722), @@ -190024,80 +191823,674 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_EQ] = ACTIONS(3726), [anon_sym_GT_EQ] = ACTIONS(3726), [anon_sym_BANGin] = ACTIONS(3728), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), [anon_sym_PLUS] = ACTIONS(3730), [anon_sym_DASH] = ACTIONS(3730), [anon_sym_SLASH] = ACTIONS(3710), [anon_sym_PERCENT] = ACTIONS(3710), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), - [anon_sym_suspend] = ACTIONS(3072), - [anon_sym_sealed] = ACTIONS(3072), - [anon_sym_annotation] = ACTIONS(3072), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), + [anon_sym_suspend] = ACTIONS(3003), + [anon_sym_sealed] = ACTIONS(3003), + [anon_sym_annotation] = ACTIONS(3003), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3072), - [anon_sym_lateinit] = ACTIONS(3072), - [anon_sym_public] = ACTIONS(3072), - [anon_sym_private] = ACTIONS(3072), - [anon_sym_internal] = ACTIONS(3072), - [anon_sym_protected] = ACTIONS(3072), - [anon_sym_tailrec] = ACTIONS(3072), - [anon_sym_operator] = ACTIONS(3072), - [anon_sym_infix] = ACTIONS(3072), - [anon_sym_inline] = ACTIONS(3072), - [anon_sym_external] = ACTIONS(3072), - [sym_property_modifier] = ACTIONS(3072), - [anon_sym_abstract] = ACTIONS(3072), - [anon_sym_final] = ACTIONS(3072), - [anon_sym_open] = ACTIONS(3072), - [anon_sym_vararg] = ACTIONS(3072), - [anon_sym_noinline] = ACTIONS(3072), - [anon_sym_crossinline] = ACTIONS(3072), + [anon_sym_override] = ACTIONS(3003), + [anon_sym_lateinit] = ACTIONS(3003), + [anon_sym_public] = ACTIONS(3003), + [anon_sym_private] = ACTIONS(3003), + [anon_sym_internal] = ACTIONS(3003), + [anon_sym_protected] = ACTIONS(3003), + [anon_sym_tailrec] = ACTIONS(3003), + [anon_sym_operator] = ACTIONS(3003), + [anon_sym_infix] = ACTIONS(3003), + [anon_sym_inline] = ACTIONS(3003), + [anon_sym_external] = ACTIONS(3003), + [sym_property_modifier] = ACTIONS(3003), + [anon_sym_abstract] = ACTIONS(3003), + [anon_sym_final] = ACTIONS(3003), + [anon_sym_open] = ACTIONS(3003), + [anon_sym_vararg] = ACTIONS(3003), + [anon_sym_noinline] = ACTIONS(3003), + [anon_sym_crossinline] = ACTIONS(3003), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3074), - [sym_safe_nav] = ACTIONS(3596), + [sym__automatic_semicolon] = ACTIONS(3005), + [sym_safe_nav] = ACTIONS(3598), [sym_multiline_comment] = ACTIONS(3), }, - [1382] = { - [sym_primary_constructor] = STATE(4602), - [sym_class_body] = STATE(4974), - [sym__class_parameters] = STATE(4877), - [sym_type_parameters] = STATE(1456), - [sym_type_constraints] = STATE(4846), - [sym_modifiers] = STATE(9180), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), + [1399] = { + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(1826), + [sym__comparison_operator] = STATE(1844), + [sym__in_operator] = STATE(1856), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(1875), + [sym__multiplicative_operator] = STATE(1884), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_annotation] = STATE(7883), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2067), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [sym__alpha_identifier] = ACTIONS(2992), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_EQ] = ACTIONS(2992), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_RBRACE] = ACTIONS(2994), + [anon_sym_LPAREN] = ACTIONS(3572), + [anon_sym_LT] = ACTIONS(2996), + [anon_sym_GT] = ACTIONS(2992), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(2994), + [anon_sym_get] = ACTIONS(2992), + [anon_sym_set] = ACTIONS(2992), + [anon_sym_STAR] = ACTIONS(3710), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(2992), + [anon_sym_DOT_DOT] = ACTIONS(3714), + [anon_sym_QMARK_COLON] = ACTIONS(2994), + [anon_sym_AMP_AMP] = ACTIONS(2994), + [anon_sym_PIPE_PIPE] = ACTIONS(2994), + [anon_sym_else] = ACTIONS(2992), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_PLUS_EQ] = ACTIONS(2994), + [anon_sym_DASH_EQ] = ACTIONS(2994), + [anon_sym_STAR_EQ] = ACTIONS(2994), + [anon_sym_SLASH_EQ] = ACTIONS(2994), + [anon_sym_PERCENT_EQ] = ACTIONS(2994), + [anon_sym_BANG_EQ] = ACTIONS(2992), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2994), + [anon_sym_EQ_EQ] = ACTIONS(2992), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2994), + [anon_sym_LT_EQ] = ACTIONS(2994), + [anon_sym_GT_EQ] = ACTIONS(2994), + [anon_sym_BANGin] = ACTIONS(2994), + [anon_sym_is] = ACTIONS(2992), + [anon_sym_BANGis] = ACTIONS(2994), + [anon_sym_PLUS] = ACTIONS(3730), + [anon_sym_DASH] = ACTIONS(3730), + [anon_sym_SLASH] = ACTIONS(3710), + [anon_sym_PERCENT] = ACTIONS(3710), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), + [anon_sym_suspend] = ACTIONS(2992), + [anon_sym_sealed] = ACTIONS(2992), + [anon_sym_annotation] = ACTIONS(2992), + [anon_sym_data] = ACTIONS(2992), + [anon_sym_inner] = ACTIONS(2992), + [anon_sym_override] = ACTIONS(2992), + [anon_sym_lateinit] = ACTIONS(2992), + [anon_sym_public] = ACTIONS(2992), + [anon_sym_private] = ACTIONS(2992), + [anon_sym_internal] = ACTIONS(2992), + [anon_sym_protected] = ACTIONS(2992), + [anon_sym_tailrec] = ACTIONS(2992), + [anon_sym_operator] = ACTIONS(2992), + [anon_sym_infix] = ACTIONS(2992), + [anon_sym_inline] = ACTIONS(2992), + [anon_sym_external] = ACTIONS(2992), + [sym_property_modifier] = ACTIONS(2992), + [anon_sym_abstract] = ACTIONS(2992), + [anon_sym_final] = ACTIONS(2992), + [anon_sym_open] = ACTIONS(2992), + [anon_sym_vararg] = ACTIONS(2992), + [anon_sym_noinline] = ACTIONS(2992), + [anon_sym_crossinline] = ACTIONS(2992), + [anon_sym_expect] = ACTIONS(2992), + [anon_sym_actual] = ACTIONS(2992), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(2994), + [sym__automatic_semicolon] = ACTIONS(2994), + [sym_safe_nav] = ACTIONS(3598), + [sym_multiline_comment] = ACTIONS(3), + }, + [1400] = { + [sym__expression] = STATE(1223), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(3399), + [sym_parenthesized_expression] = STATE(3399), + [sym_collection_literal] = STATE(3399), + [sym__literal_constant] = STATE(3399), + [sym_string_literal] = STATE(3399), + [sym_lambda_literal] = STATE(3399), + [sym_anonymous_function] = STATE(3399), + [sym__function_literal] = STATE(3399), + [sym_object_literal] = STATE(3399), + [sym_this_expression] = STATE(3399), + [sym_super_expression] = STATE(3399), + [sym_if_expression] = STATE(3399), + [sym_when_expression] = STATE(3399), + [sym_try_expression] = STATE(3399), + [sym_jump_expression] = STATE(3399), + [sym_callable_reference] = STATE(3399), + [sym__prefix_unary_operator] = STATE(2247), + [sym_annotation] = STATE(2247), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3347), + [sym__return_at] = STATE(317), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(3399), + [sym_long_literal] = STATE(3399), + [sym_boolean_literal] = STATE(3399), + [sym_character_literal] = STATE(3399), + [sym__lexical_identifier] = STATE(2837), + [sym__alpha_identifier] = ACTIONS(2430), + [anon_sym_AT] = ACTIONS(5311), + [anon_sym_LBRACK] = ACTIONS(2433), + [anon_sym_LBRACE] = ACTIONS(2436), + [anon_sym_LPAREN] = ACTIONS(2439), + [anon_sym_object] = ACTIONS(5421), + [anon_sym_fun] = ACTIONS(5446), + [anon_sym_get] = ACTIONS(2430), + [anon_sym_set] = ACTIONS(2430), + [anon_sym_this] = ACTIONS(2454), + [anon_sym_super] = ACTIONS(2457), + [anon_sym_STAR] = ACTIONS(2966), + [sym_label] = ACTIONS(2969), + [anon_sym_for] = ACTIONS(2070), + [anon_sym_while] = ACTIONS(2070), + [anon_sym_do] = ACTIONS(2070), + [anon_sym_null] = ACTIONS(2466), + [anon_sym_if] = ACTIONS(2972), + [anon_sym_when] = ACTIONS(2472), + [anon_sym_try] = ACTIONS(2475), + [anon_sym_throw] = ACTIONS(2975), + [anon_sym_return] = ACTIONS(2978), + [anon_sym_continue] = ACTIONS(2484), + [anon_sym_break] = ACTIONS(2484), + [anon_sym_COLON_COLON] = ACTIONS(2487), + [anon_sym_PLUS] = ACTIONS(2969), + [anon_sym_DASH] = ACTIONS(2969), + [anon_sym_PLUS_PLUS] = ACTIONS(2981), + [anon_sym_DASH_DASH] = ACTIONS(2981), + [anon_sym_BANG] = ACTIONS(2981), + [anon_sym_data] = ACTIONS(2430), + [anon_sym_inner] = ACTIONS(2430), + [anon_sym_expect] = ACTIONS(2430), + [anon_sym_actual] = ACTIONS(2430), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(2307), + [anon_sym_continue_AT] = ACTIONS(2493), + [anon_sym_break_AT] = ACTIONS(2496), + [sym_real_literal] = ACTIONS(2499), + [sym_integer_literal] = ACTIONS(2502), + [sym_hex_literal] = ACTIONS(2505), + [sym_bin_literal] = ACTIONS(2505), + [anon_sym_true] = ACTIONS(2508), + [anon_sym_false] = ACTIONS(2508), + [anon_sym_SQUOTE] = ACTIONS(2511), + [sym__backtick_identifier] = ACTIONS(2514), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(2517), + }, + [1401] = { + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(1826), + [sym__comparison_operator] = STATE(1844), + [sym__in_operator] = STATE(1856), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(1875), + [sym__multiplicative_operator] = STATE(1884), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_annotation] = STATE(7883), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2067), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [sym__alpha_identifier] = ACTIONS(3011), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_EQ] = ACTIONS(3011), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_RBRACE] = ACTIONS(3013), + [anon_sym_LPAREN] = ACTIONS(3572), + [anon_sym_LT] = ACTIONS(3015), + [anon_sym_GT] = ACTIONS(3011), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(3013), + [anon_sym_get] = ACTIONS(3011), + [anon_sym_set] = ACTIONS(3011), + [anon_sym_STAR] = ACTIONS(3011), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(3011), + [anon_sym_DOT_DOT] = ACTIONS(3013), + [anon_sym_QMARK_COLON] = ACTIONS(3013), + [anon_sym_AMP_AMP] = ACTIONS(3013), + [anon_sym_PIPE_PIPE] = ACTIONS(3013), + [anon_sym_else] = ACTIONS(3011), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_PLUS_EQ] = ACTIONS(3013), + [anon_sym_DASH_EQ] = ACTIONS(3013), + [anon_sym_STAR_EQ] = ACTIONS(3013), + [anon_sym_SLASH_EQ] = ACTIONS(3013), + [anon_sym_PERCENT_EQ] = ACTIONS(3013), + [anon_sym_BANG_EQ] = ACTIONS(3011), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3013), + [anon_sym_EQ_EQ] = ACTIONS(3011), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3013), + [anon_sym_LT_EQ] = ACTIONS(3013), + [anon_sym_GT_EQ] = ACTIONS(3013), + [anon_sym_BANGin] = ACTIONS(3013), + [anon_sym_is] = ACTIONS(3011), + [anon_sym_BANGis] = ACTIONS(3013), + [anon_sym_PLUS] = ACTIONS(3011), + [anon_sym_DASH] = ACTIONS(3011), + [anon_sym_SLASH] = ACTIONS(3011), + [anon_sym_PERCENT] = ACTIONS(3011), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), + [anon_sym_suspend] = ACTIONS(3011), + [anon_sym_sealed] = ACTIONS(3011), + [anon_sym_annotation] = ACTIONS(3011), + [anon_sym_data] = ACTIONS(3011), + [anon_sym_inner] = ACTIONS(3011), + [anon_sym_override] = ACTIONS(3011), + [anon_sym_lateinit] = ACTIONS(3011), + [anon_sym_public] = ACTIONS(3011), + [anon_sym_private] = ACTIONS(3011), + [anon_sym_internal] = ACTIONS(3011), + [anon_sym_protected] = ACTIONS(3011), + [anon_sym_tailrec] = ACTIONS(3011), + [anon_sym_operator] = ACTIONS(3011), + [anon_sym_infix] = ACTIONS(3011), + [anon_sym_inline] = ACTIONS(3011), + [anon_sym_external] = ACTIONS(3011), + [sym_property_modifier] = ACTIONS(3011), + [anon_sym_abstract] = ACTIONS(3011), + [anon_sym_final] = ACTIONS(3011), + [anon_sym_open] = ACTIONS(3011), + [anon_sym_vararg] = ACTIONS(3011), + [anon_sym_noinline] = ACTIONS(3011), + [anon_sym_crossinline] = ACTIONS(3011), + [anon_sym_expect] = ACTIONS(3011), + [anon_sym_actual] = ACTIONS(3011), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3013), + [sym__automatic_semicolon] = ACTIONS(3013), + [sym_safe_nav] = ACTIONS(3598), + [sym_multiline_comment] = ACTIONS(3), + }, + [1402] = { + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(1826), + [sym__comparison_operator] = STATE(1844), + [sym__in_operator] = STATE(1856), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(1875), + [sym__multiplicative_operator] = STATE(1884), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_annotation] = STATE(7883), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2067), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [sym__alpha_identifier] = ACTIONS(3022), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_EQ] = ACTIONS(3022), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_RBRACE] = ACTIONS(3024), + [anon_sym_LPAREN] = ACTIONS(3572), + [anon_sym_LT] = ACTIONS(3026), + [anon_sym_GT] = ACTIONS(3022), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(3024), + [anon_sym_get] = ACTIONS(3022), + [anon_sym_set] = ACTIONS(3022), + [anon_sym_STAR] = ACTIONS(3710), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(3022), + [anon_sym_DOT_DOT] = ACTIONS(3024), + [anon_sym_QMARK_COLON] = ACTIONS(3024), + [anon_sym_AMP_AMP] = ACTIONS(3024), + [anon_sym_PIPE_PIPE] = ACTIONS(3024), + [anon_sym_else] = ACTIONS(3022), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_PLUS_EQ] = ACTIONS(3024), + [anon_sym_DASH_EQ] = ACTIONS(3024), + [anon_sym_STAR_EQ] = ACTIONS(3024), + [anon_sym_SLASH_EQ] = ACTIONS(3024), + [anon_sym_PERCENT_EQ] = ACTIONS(3024), + [anon_sym_BANG_EQ] = ACTIONS(3022), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3024), + [anon_sym_EQ_EQ] = ACTIONS(3022), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3024), + [anon_sym_LT_EQ] = ACTIONS(3024), + [anon_sym_GT_EQ] = ACTIONS(3024), + [anon_sym_BANGin] = ACTIONS(3024), + [anon_sym_is] = ACTIONS(3022), + [anon_sym_BANGis] = ACTIONS(3024), + [anon_sym_PLUS] = ACTIONS(3022), + [anon_sym_DASH] = ACTIONS(3022), + [anon_sym_SLASH] = ACTIONS(3710), + [anon_sym_PERCENT] = ACTIONS(3710), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), + [anon_sym_suspend] = ACTIONS(3022), + [anon_sym_sealed] = ACTIONS(3022), + [anon_sym_annotation] = ACTIONS(3022), + [anon_sym_data] = ACTIONS(3022), + [anon_sym_inner] = ACTIONS(3022), + [anon_sym_override] = ACTIONS(3022), + [anon_sym_lateinit] = ACTIONS(3022), + [anon_sym_public] = ACTIONS(3022), + [anon_sym_private] = ACTIONS(3022), + [anon_sym_internal] = ACTIONS(3022), + [anon_sym_protected] = ACTIONS(3022), + [anon_sym_tailrec] = ACTIONS(3022), + [anon_sym_operator] = ACTIONS(3022), + [anon_sym_infix] = ACTIONS(3022), + [anon_sym_inline] = ACTIONS(3022), + [anon_sym_external] = ACTIONS(3022), + [sym_property_modifier] = ACTIONS(3022), + [anon_sym_abstract] = ACTIONS(3022), + [anon_sym_final] = ACTIONS(3022), + [anon_sym_open] = ACTIONS(3022), + [anon_sym_vararg] = ACTIONS(3022), + [anon_sym_noinline] = ACTIONS(3022), + [anon_sym_crossinline] = ACTIONS(3022), + [anon_sym_expect] = ACTIONS(3022), + [anon_sym_actual] = ACTIONS(3022), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3024), + [sym__automatic_semicolon] = ACTIONS(3024), + [sym_safe_nav] = ACTIONS(3598), + [sym_multiline_comment] = ACTIONS(3), + }, + [1403] = { + [sym__expression] = STATE(1290), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(2261), + [sym_annotation] = STATE(2261), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(262), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), + [sym__alpha_identifier] = ACTIONS(2129), + [anon_sym_AT] = ACTIONS(5311), + [anon_sym_LBRACK] = ACTIONS(2132), + [anon_sym_LBRACE] = ACTIONS(2135), + [anon_sym_LPAREN] = ACTIONS(2138), + [anon_sym_object] = ACTIONS(5347), + [anon_sym_fun] = ACTIONS(5449), + [anon_sym_get] = ACTIONS(2129), + [anon_sym_set] = ACTIONS(2129), + [anon_sym_this] = ACTIONS(2153), + [anon_sym_super] = ACTIONS(2156), + [anon_sym_STAR] = ACTIONS(2159), + [sym_label] = ACTIONS(2162), + [anon_sym_for] = ACTIONS(2070), + [anon_sym_while] = ACTIONS(2070), + [anon_sym_do] = ACTIONS(2070), + [anon_sym_null] = ACTIONS(2165), + [anon_sym_if] = ACTIONS(2168), + [anon_sym_when] = ACTIONS(2171), + [anon_sym_try] = ACTIONS(2174), + [anon_sym_throw] = ACTIONS(2177), + [anon_sym_return] = ACTIONS(2180), + [anon_sym_continue] = ACTIONS(2183), + [anon_sym_break] = ACTIONS(2183), + [anon_sym_COLON_COLON] = ACTIONS(2186), + [anon_sym_PLUS] = ACTIONS(2162), + [anon_sym_DASH] = ACTIONS(2162), + [anon_sym_PLUS_PLUS] = ACTIONS(2189), + [anon_sym_DASH_DASH] = ACTIONS(2189), + [anon_sym_BANG] = ACTIONS(2189), + [anon_sym_data] = ACTIONS(2129), + [anon_sym_inner] = ACTIONS(2129), + [anon_sym_expect] = ACTIONS(2129), + [anon_sym_actual] = ACTIONS(2129), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(2192), + [anon_sym_continue_AT] = ACTIONS(2195), + [anon_sym_break_AT] = ACTIONS(2198), + [sym_real_literal] = ACTIONS(2201), + [sym_integer_literal] = ACTIONS(2204), + [sym_hex_literal] = ACTIONS(2207), + [sym_bin_literal] = ACTIONS(2207), + [anon_sym_true] = ACTIONS(2210), + [anon_sym_false] = ACTIONS(2210), + [anon_sym_SQUOTE] = ACTIONS(2213), + [sym__backtick_identifier] = ACTIONS(2216), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(2219), + }, + [1404] = { + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(1826), + [sym__comparison_operator] = STATE(1844), + [sym__in_operator] = STATE(1856), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(1875), + [sym__multiplicative_operator] = STATE(1884), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_annotation] = STATE(7883), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2067), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_EQ] = ACTIONS(3029), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_RBRACE] = ACTIONS(3031), + [anon_sym_LPAREN] = ACTIONS(3572), + [anon_sym_LT] = ACTIONS(3033), + [anon_sym_GT] = ACTIONS(3029), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(3031), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(3710), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(3029), + [anon_sym_DOT_DOT] = ACTIONS(3714), + [anon_sym_QMARK_COLON] = ACTIONS(3716), + [anon_sym_AMP_AMP] = ACTIONS(3031), + [anon_sym_PIPE_PIPE] = ACTIONS(3031), + [anon_sym_else] = ACTIONS(3029), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_PLUS_EQ] = ACTIONS(3031), + [anon_sym_DASH_EQ] = ACTIONS(3031), + [anon_sym_STAR_EQ] = ACTIONS(3031), + [anon_sym_SLASH_EQ] = ACTIONS(3031), + [anon_sym_PERCENT_EQ] = ACTIONS(3031), + [anon_sym_BANG_EQ] = ACTIONS(3029), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3031), + [anon_sym_EQ_EQ] = ACTIONS(3029), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3031), + [anon_sym_LT_EQ] = ACTIONS(3031), + [anon_sym_GT_EQ] = ACTIONS(3031), + [anon_sym_BANGin] = ACTIONS(3031), + [anon_sym_is] = ACTIONS(3029), + [anon_sym_BANGis] = ACTIONS(3031), + [anon_sym_PLUS] = ACTIONS(3730), + [anon_sym_DASH] = ACTIONS(3730), + [anon_sym_SLASH] = ACTIONS(3710), + [anon_sym_PERCENT] = ACTIONS(3710), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), + [anon_sym_suspend] = ACTIONS(3029), + [anon_sym_sealed] = ACTIONS(3029), + [anon_sym_annotation] = ACTIONS(3029), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_override] = ACTIONS(3029), + [anon_sym_lateinit] = ACTIONS(3029), + [anon_sym_public] = ACTIONS(3029), + [anon_sym_private] = ACTIONS(3029), + [anon_sym_internal] = ACTIONS(3029), + [anon_sym_protected] = ACTIONS(3029), + [anon_sym_tailrec] = ACTIONS(3029), + [anon_sym_operator] = ACTIONS(3029), + [anon_sym_infix] = ACTIONS(3029), + [anon_sym_inline] = ACTIONS(3029), + [anon_sym_external] = ACTIONS(3029), + [sym_property_modifier] = ACTIONS(3029), + [anon_sym_abstract] = ACTIONS(3029), + [anon_sym_final] = ACTIONS(3029), + [anon_sym_open] = ACTIONS(3029), + [anon_sym_vararg] = ACTIONS(3029), + [anon_sym_noinline] = ACTIONS(3029), + [anon_sym_crossinline] = ACTIONS(3029), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(3031), + [sym_safe_nav] = ACTIONS(3598), + [sym_multiline_comment] = ACTIONS(3), + }, + [1405] = { + [sym_primary_constructor] = STATE(3435), + [sym__class_parameters] = STATE(3610), + [sym_type_parameters] = STATE(1447), + [sym_type_constraints] = STATE(3669), + [sym_enum_class_body] = STATE(3688), + [sym_modifiers] = STATE(9241), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), [sym__alpha_identifier] = ACTIONS(3102), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(5395), + [anon_sym_COLON] = ACTIONS(5452), [anon_sym_LBRACK] = ACTIONS(3108), [anon_sym_as] = ACTIONS(3102), [anon_sym_EQ] = ACTIONS(3102), - [anon_sym_constructor] = ACTIONS(5334), - [anon_sym_LBRACE] = ACTIONS(5397), + [anon_sym_constructor] = ACTIONS(5358), + [anon_sym_LBRACE] = ACTIONS(5415), [anon_sym_RBRACE] = ACTIONS(3108), - [anon_sym_LPAREN] = ACTIONS(5338), + [anon_sym_LPAREN] = ACTIONS(5362), [anon_sym_COMMA] = ACTIONS(3108), - [anon_sym_LT] = ACTIONS(5340), + [anon_sym_LT] = ACTIONS(5364), [anon_sym_GT] = ACTIONS(3102), - [anon_sym_where] = ACTIONS(5342), + [anon_sym_where] = ACTIONS(5366), [anon_sym_DOT] = ACTIONS(3102), [anon_sym_SEMI] = ACTIONS(3108), [anon_sym_get] = ACTIONS(3102), @@ -190164,86 +192557,185 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_safe_nav] = ACTIONS(3108), [sym_multiline_comment] = ACTIONS(3), }, - [1383] = { - [sym__expression] = STATE(2074), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(3231), - [sym_parenthesized_expression] = STATE(3231), - [sym_collection_literal] = STATE(3231), - [sym__literal_constant] = STATE(3231), - [sym_string_literal] = STATE(3231), - [sym_lambda_literal] = STATE(3231), - [sym_anonymous_function] = STATE(3231), - [sym__function_literal] = STATE(3231), - [sym_object_literal] = STATE(3231), - [sym_this_expression] = STATE(3231), - [sym_super_expression] = STATE(3231), - [sym_if_expression] = STATE(3231), - [sym_when_expression] = STATE(3231), - [sym_try_expression] = STATE(3231), - [sym_jump_expression] = STATE(3231), - [sym_callable_reference] = STATE(3231), - [sym__prefix_unary_operator] = STATE(2054), - [sym_annotation] = STATE(2054), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3311), - [sym__return_at] = STATE(398), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(3231), - [sym_long_literal] = STATE(3231), - [sym_boolean_literal] = STATE(3231), - [sym_character_literal] = STATE(3231), - [sym__lexical_identifier] = STATE(2890), + [1406] = { + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(1826), + [sym__comparison_operator] = STATE(1844), + [sym__in_operator] = STATE(1856), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(1875), + [sym__multiplicative_operator] = STATE(1884), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_annotation] = STATE(7883), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2067), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_EQ] = ACTIONS(3036), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_RBRACE] = ACTIONS(3038), + [anon_sym_LPAREN] = ACTIONS(3572), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(3036), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(3038), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(3710), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(3712), + [anon_sym_DOT_DOT] = ACTIONS(3714), + [anon_sym_QMARK_COLON] = ACTIONS(3716), + [anon_sym_AMP_AMP] = ACTIONS(3038), + [anon_sym_PIPE_PIPE] = ACTIONS(3038), + [anon_sym_else] = ACTIONS(3036), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_PLUS_EQ] = ACTIONS(3038), + [anon_sym_DASH_EQ] = ACTIONS(3038), + [anon_sym_STAR_EQ] = ACTIONS(3038), + [anon_sym_SLASH_EQ] = ACTIONS(3038), + [anon_sym_PERCENT_EQ] = ACTIONS(3038), + [anon_sym_BANG_EQ] = ACTIONS(3036), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3038), + [anon_sym_EQ_EQ] = ACTIONS(3036), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3038), + [anon_sym_LT_EQ] = ACTIONS(3038), + [anon_sym_GT_EQ] = ACTIONS(3038), + [anon_sym_BANGin] = ACTIONS(3728), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), + [anon_sym_PLUS] = ACTIONS(3730), + [anon_sym_DASH] = ACTIONS(3730), + [anon_sym_SLASH] = ACTIONS(3710), + [anon_sym_PERCENT] = ACTIONS(3710), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), + [anon_sym_suspend] = ACTIONS(3036), + [anon_sym_sealed] = ACTIONS(3036), + [anon_sym_annotation] = ACTIONS(3036), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_override] = ACTIONS(3036), + [anon_sym_lateinit] = ACTIONS(3036), + [anon_sym_public] = ACTIONS(3036), + [anon_sym_private] = ACTIONS(3036), + [anon_sym_internal] = ACTIONS(3036), + [anon_sym_protected] = ACTIONS(3036), + [anon_sym_tailrec] = ACTIONS(3036), + [anon_sym_operator] = ACTIONS(3036), + [anon_sym_infix] = ACTIONS(3036), + [anon_sym_inline] = ACTIONS(3036), + [anon_sym_external] = ACTIONS(3036), + [sym_property_modifier] = ACTIONS(3036), + [anon_sym_abstract] = ACTIONS(3036), + [anon_sym_final] = ACTIONS(3036), + [anon_sym_open] = ACTIONS(3036), + [anon_sym_vararg] = ACTIONS(3036), + [anon_sym_noinline] = ACTIONS(3036), + [anon_sym_crossinline] = ACTIONS(3036), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(3038), + [sym_safe_nav] = ACTIONS(3598), + [sym_multiline_comment] = ACTIONS(3), + }, + [1407] = { + [sym__expression] = STATE(397), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2198), + [sym_annotation] = STATE(2198), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(264), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), [sym__alpha_identifier] = ACTIONS(2028), - [anon_sym_AT] = ACTIONS(5301), + [anon_sym_AT] = ACTIONS(5311), [anon_sym_LBRACK] = ACTIONS(2035), [anon_sym_LBRACE] = ACTIONS(2040), [anon_sym_LPAREN] = ACTIONS(2043), - [anon_sym_object] = ACTIONS(5304), - [anon_sym_fun] = ACTIONS(5399), + [anon_sym_object] = ACTIONS(5368), + [anon_sym_fun] = ACTIONS(5454), [anon_sym_get] = ACTIONS(2028), [anon_sym_set] = ACTIONS(2028), [anon_sym_this] = ACTIONS(2058), [anon_sym_super] = ACTIONS(2061), - [anon_sym_STAR] = ACTIONS(2834), - [sym_label] = ACTIONS(2837), + [anon_sym_STAR] = ACTIONS(2590), + [sym_label] = ACTIONS(2593), [anon_sym_for] = ACTIONS(2070), [anon_sym_while] = ACTIONS(2070), [anon_sym_do] = ACTIONS(2070), [anon_sym_null] = ACTIONS(2072), - [anon_sym_if] = ACTIONS(2840), + [anon_sym_if] = ACTIONS(2596), [anon_sym_when] = ACTIONS(2078), [anon_sym_try] = ACTIONS(2081), - [anon_sym_throw] = ACTIONS(2843), - [anon_sym_return] = ACTIONS(2846), + [anon_sym_throw] = ACTIONS(2599), + [anon_sym_return] = ACTIONS(2602), [anon_sym_continue] = ACTIONS(2090), [anon_sym_break] = ACTIONS(2090), [anon_sym_COLON_COLON] = ACTIONS(2093), - [anon_sym_PLUS] = ACTIONS(2837), - [anon_sym_DASH] = ACTIONS(2837), - [anon_sym_PLUS_PLUS] = ACTIONS(2849), - [anon_sym_DASH_DASH] = ACTIONS(2849), - [anon_sym_BANG] = ACTIONS(2849), + [anon_sym_PLUS] = ACTIONS(2593), + [anon_sym_DASH] = ACTIONS(2593), + [anon_sym_PLUS_PLUS] = ACTIONS(2605), + [anon_sym_DASH_DASH] = ACTIONS(2605), + [anon_sym_BANG] = ACTIONS(2605), [anon_sym_data] = ACTIONS(2028), [anon_sym_inner] = ACTIONS(2028), [anon_sym_expect] = ACTIONS(2028), @@ -190263,1725 +192755,141 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(2126), }, - [1384] = { - [sym_function_body] = STATE(1091), - [sym__block] = STATE(1128), - [sym__alpha_identifier] = ACTIONS(4191), - [anon_sym_AT] = ACTIONS(4193), - [anon_sym_COLON] = ACTIONS(5402), - [anon_sym_LBRACK] = ACTIONS(4193), - [anon_sym_as] = ACTIONS(4191), - [anon_sym_EQ] = ACTIONS(5183), - [anon_sym_LBRACE] = ACTIONS(4081), - [anon_sym_RBRACE] = ACTIONS(4193), - [anon_sym_LPAREN] = ACTIONS(4193), - [anon_sym_LT] = ACTIONS(4191), - [anon_sym_GT] = ACTIONS(4191), - [anon_sym_object] = ACTIONS(4191), - [anon_sym_fun] = ACTIONS(4191), - [anon_sym_DOT] = ACTIONS(4191), - [anon_sym_SEMI] = ACTIONS(4193), - [anon_sym_get] = ACTIONS(4191), - [anon_sym_set] = ACTIONS(4191), - [anon_sym_this] = ACTIONS(4191), - [anon_sym_super] = ACTIONS(4191), - [anon_sym_STAR] = ACTIONS(4193), - [sym_label] = ACTIONS(4191), - [anon_sym_in] = ACTIONS(4191), - [anon_sym_DOT_DOT] = ACTIONS(4193), - [anon_sym_QMARK_COLON] = ACTIONS(4193), - [anon_sym_AMP_AMP] = ACTIONS(4193), - [anon_sym_PIPE_PIPE] = ACTIONS(4193), - [anon_sym_null] = ACTIONS(4191), - [anon_sym_if] = ACTIONS(4191), - [anon_sym_else] = ACTIONS(4191), - [anon_sym_when] = ACTIONS(4191), - [anon_sym_try] = ACTIONS(4191), - [anon_sym_throw] = ACTIONS(4191), - [anon_sym_return] = ACTIONS(4191), - [anon_sym_continue] = ACTIONS(4191), - [anon_sym_break] = ACTIONS(4191), - [anon_sym_COLON_COLON] = ACTIONS(4193), - [anon_sym_BANG_EQ] = ACTIONS(4191), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4193), - [anon_sym_EQ_EQ] = ACTIONS(4191), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4193), - [anon_sym_LT_EQ] = ACTIONS(4193), - [anon_sym_GT_EQ] = ACTIONS(4193), - [anon_sym_BANGin] = ACTIONS(4193), - [anon_sym_is] = ACTIONS(4191), - [anon_sym_BANGis] = ACTIONS(4193), - [anon_sym_PLUS] = ACTIONS(4191), - [anon_sym_DASH] = ACTIONS(4191), - [anon_sym_SLASH] = ACTIONS(4191), - [anon_sym_PERCENT] = ACTIONS(4193), - [anon_sym_as_QMARK] = ACTIONS(4193), - [anon_sym_PLUS_PLUS] = ACTIONS(4193), - [anon_sym_DASH_DASH] = ACTIONS(4193), - [anon_sym_BANG] = ACTIONS(4191), - [anon_sym_BANG_BANG] = ACTIONS(4193), - [anon_sym_suspend] = ACTIONS(4191), - [anon_sym_sealed] = ACTIONS(4191), - [anon_sym_annotation] = ACTIONS(4191), - [anon_sym_data] = ACTIONS(4191), - [anon_sym_inner] = ACTIONS(4191), - [anon_sym_override] = ACTIONS(4191), - [anon_sym_lateinit] = ACTIONS(4191), - [anon_sym_public] = ACTIONS(4191), - [anon_sym_private] = ACTIONS(4191), - [anon_sym_internal] = ACTIONS(4191), - [anon_sym_protected] = ACTIONS(4191), - [anon_sym_tailrec] = ACTIONS(4191), - [anon_sym_operator] = ACTIONS(4191), - [anon_sym_infix] = ACTIONS(4191), - [anon_sym_inline] = ACTIONS(4191), - [anon_sym_external] = ACTIONS(4191), - [sym_property_modifier] = ACTIONS(4191), - [anon_sym_abstract] = ACTIONS(4191), - [anon_sym_final] = ACTIONS(4191), - [anon_sym_open] = ACTIONS(4191), - [anon_sym_vararg] = ACTIONS(4191), - [anon_sym_noinline] = ACTIONS(4191), - [anon_sym_crossinline] = ACTIONS(4191), - [anon_sym_expect] = ACTIONS(4191), - [anon_sym_actual] = ACTIONS(4191), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4193), - [anon_sym_continue_AT] = ACTIONS(4193), - [anon_sym_break_AT] = ACTIONS(4193), - [sym_real_literal] = ACTIONS(4193), - [sym_integer_literal] = ACTIONS(4191), - [sym_hex_literal] = ACTIONS(4193), - [sym_bin_literal] = ACTIONS(4193), - [anon_sym_true] = ACTIONS(4191), - [anon_sym_false] = ACTIONS(4191), - [anon_sym_SQUOTE] = ACTIONS(4193), - [sym__backtick_identifier] = ACTIONS(4193), - [sym__automatic_semicolon] = ACTIONS(4193), - [sym_safe_nav] = ACTIONS(4193), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4193), - }, - [1385] = { - [sym__expression] = STATE(1290), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(2195), - [sym_annotation] = STATE(2195), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(262), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), - [sym__alpha_identifier] = ACTIONS(2222), - [anon_sym_AT] = ACTIONS(5301), - [anon_sym_LBRACK] = ACTIONS(2225), - [anon_sym_LBRACE] = ACTIONS(2228), - [anon_sym_LPAREN] = ACTIONS(2231), - [anon_sym_object] = ACTIONS(5377), - [anon_sym_fun] = ACTIONS(5404), - [anon_sym_get] = ACTIONS(2222), - [anon_sym_set] = ACTIONS(2222), - [anon_sym_this] = ACTIONS(2246), - [anon_sym_super] = ACTIONS(2249), - [anon_sym_STAR] = ACTIONS(2702), - [sym_label] = ACTIONS(2705), - [anon_sym_for] = ACTIONS(2070), - [anon_sym_while] = ACTIONS(2070), - [anon_sym_do] = ACTIONS(2070), - [anon_sym_null] = ACTIONS(2258), - [anon_sym_if] = ACTIONS(2708), - [anon_sym_when] = ACTIONS(2264), - [anon_sym_try] = ACTIONS(2267), - [anon_sym_throw] = ACTIONS(2711), - [anon_sym_return] = ACTIONS(2714), - [anon_sym_continue] = ACTIONS(2276), - [anon_sym_break] = ACTIONS(2276), - [anon_sym_COLON_COLON] = ACTIONS(2279), - [anon_sym_PLUS] = ACTIONS(2705), - [anon_sym_DASH] = ACTIONS(2705), - [anon_sym_PLUS_PLUS] = ACTIONS(2717), - [anon_sym_DASH_DASH] = ACTIONS(2717), - [anon_sym_BANG] = ACTIONS(2717), - [anon_sym_data] = ACTIONS(2222), - [anon_sym_inner] = ACTIONS(2222), - [anon_sym_expect] = ACTIONS(2222), - [anon_sym_actual] = ACTIONS(2222), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(2285), - [anon_sym_continue_AT] = ACTIONS(2288), - [anon_sym_break_AT] = ACTIONS(2291), - [sym_real_literal] = ACTIONS(2294), - [sym_integer_literal] = ACTIONS(2297), - [sym_hex_literal] = ACTIONS(2300), - [sym_bin_literal] = ACTIONS(2300), - [anon_sym_true] = ACTIONS(2303), - [anon_sym_false] = ACTIONS(2303), - [anon_sym_SQUOTE] = ACTIONS(2306), - [sym__backtick_identifier] = ACTIONS(2309), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2312), - }, - [1386] = { - [sym_property_delegate] = STATE(1541), - [sym_getter] = STATE(4713), - [sym_setter] = STATE(4713), - [sym_modifiers] = STATE(8708), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1694), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1696), - [anon_sym_RBRACK] = ACTIONS(1696), - [anon_sym_as] = ACTIONS(1694), - [anon_sym_EQ] = ACTIONS(5249), - [anon_sym_LBRACE] = ACTIONS(1696), - [anon_sym_RBRACE] = ACTIONS(1696), - [anon_sym_LPAREN] = ACTIONS(1696), - [anon_sym_COMMA] = ACTIONS(1696), - [anon_sym_RPAREN] = ACTIONS(1696), - [anon_sym_by] = ACTIONS(5251), - [anon_sym_LT] = ACTIONS(1694), - [anon_sym_GT] = ACTIONS(1694), - [anon_sym_where] = ACTIONS(1694), - [anon_sym_DOT] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(3474), - [anon_sym_get] = ACTIONS(5253), - [anon_sym_set] = ACTIONS(5255), - [anon_sym_STAR] = ACTIONS(1694), - [anon_sym_DASH_GT] = ACTIONS(1696), - [sym_label] = ACTIONS(1696), - [anon_sym_in] = ACTIONS(1694), - [anon_sym_while] = ACTIONS(1694), - [anon_sym_DOT_DOT] = ACTIONS(1696), - [anon_sym_QMARK_COLON] = ACTIONS(1696), - [anon_sym_AMP_AMP] = ACTIONS(1696), - [anon_sym_PIPE_PIPE] = ACTIONS(1696), - [anon_sym_else] = ACTIONS(1694), - [anon_sym_COLON_COLON] = ACTIONS(1696), - [anon_sym_PLUS_EQ] = ACTIONS(1696), - [anon_sym_DASH_EQ] = ACTIONS(1696), - [anon_sym_STAR_EQ] = ACTIONS(1696), - [anon_sym_SLASH_EQ] = ACTIONS(1696), - [anon_sym_PERCENT_EQ] = ACTIONS(1696), - [anon_sym_BANG_EQ] = ACTIONS(1694), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), - [anon_sym_EQ_EQ] = ACTIONS(1694), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), - [anon_sym_LT_EQ] = ACTIONS(1696), - [anon_sym_GT_EQ] = ACTIONS(1696), - [anon_sym_BANGin] = ACTIONS(1696), - [anon_sym_is] = ACTIONS(1694), - [anon_sym_BANGis] = ACTIONS(1696), - [anon_sym_PLUS] = ACTIONS(1694), - [anon_sym_DASH] = ACTIONS(1694), - [anon_sym_SLASH] = ACTIONS(1694), - [anon_sym_PERCENT] = ACTIONS(1694), - [anon_sym_as_QMARK] = ACTIONS(1696), - [anon_sym_PLUS_PLUS] = ACTIONS(1696), - [anon_sym_DASH_DASH] = ACTIONS(1696), - [anon_sym_BANG_BANG] = ACTIONS(1696), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1696), - [sym_safe_nav] = ACTIONS(1696), - [sym_multiline_comment] = ACTIONS(3), - }, - [1387] = { - [sym__expression] = STATE(3950), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4941), - [sym_parenthesized_expression] = STATE(4941), - [sym_collection_literal] = STATE(4941), - [sym__literal_constant] = STATE(4941), - [sym_string_literal] = STATE(4941), - [sym_lambda_literal] = STATE(4941), - [sym_anonymous_function] = STATE(4941), - [sym__function_literal] = STATE(4941), - [sym_object_literal] = STATE(4941), - [sym_this_expression] = STATE(4941), - [sym_super_expression] = STATE(4941), - [sym_if_expression] = STATE(4941), - [sym_when_expression] = STATE(4941), - [sym_try_expression] = STATE(4941), - [sym_jump_expression] = STATE(4941), - [sym_callable_reference] = STATE(4941), - [sym__prefix_unary_operator] = STATE(2020), - [sym_annotation] = STATE(2020), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5029), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4941), - [sym_long_literal] = STATE(4941), - [sym_boolean_literal] = STATE(4941), - [sym_character_literal] = STATE(4941), - [sym__lexical_identifier] = STATE(4529), - [sym__alpha_identifier] = ACTIONS(2520), - [anon_sym_AT] = ACTIONS(5301), - [anon_sym_LBRACK] = ACTIONS(2523), - [anon_sym_LBRACE] = ACTIONS(2526), - [anon_sym_LPAREN] = ACTIONS(2529), - [anon_sym_object] = ACTIONS(5326), - [anon_sym_fun] = ACTIONS(5407), - [anon_sym_get] = ACTIONS(2520), - [anon_sym_set] = ACTIONS(2520), - [anon_sym_this] = ACTIONS(2544), - [anon_sym_super] = ACTIONS(2547), - [anon_sym_STAR] = ACTIONS(2768), - [sym_label] = ACTIONS(2771), + [1408] = { + [sym__expression] = STATE(2516), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(2362), + [sym_annotation] = STATE(2362), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(269), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(2696), + [anon_sym_AT] = ACTIONS(5311), + [anon_sym_LBRACK] = ACTIONS(2699), + [anon_sym_LBRACE] = ACTIONS(2702), + [anon_sym_LPAREN] = ACTIONS(2705), + [anon_sym_object] = ACTIONS(5320), + [anon_sym_fun] = ACTIONS(5457), + [anon_sym_get] = ACTIONS(2696), + [anon_sym_set] = ACTIONS(2696), + [anon_sym_this] = ACTIONS(2720), + [anon_sym_super] = ACTIONS(2723), + [anon_sym_STAR] = ACTIONS(2944), + [sym_label] = ACTIONS(2947), [anon_sym_for] = ACTIONS(2070), [anon_sym_while] = ACTIONS(2070), [anon_sym_do] = ACTIONS(2070), - [anon_sym_null] = ACTIONS(2556), - [anon_sym_if] = ACTIONS(2774), - [anon_sym_when] = ACTIONS(2562), - [anon_sym_try] = ACTIONS(2565), - [anon_sym_throw] = ACTIONS(2777), - [anon_sym_return] = ACTIONS(2780), - [anon_sym_continue] = ACTIONS(2574), - [anon_sym_break] = ACTIONS(2574), - [anon_sym_COLON_COLON] = ACTIONS(2577), - [anon_sym_PLUS] = ACTIONS(2771), - [anon_sym_DASH] = ACTIONS(2771), - [anon_sym_PLUS_PLUS] = ACTIONS(2783), - [anon_sym_DASH_DASH] = ACTIONS(2783), - [anon_sym_BANG] = ACTIONS(2783), - [anon_sym_data] = ACTIONS(2520), - [anon_sym_inner] = ACTIONS(2520), - [anon_sym_expect] = ACTIONS(2520), - [anon_sym_actual] = ACTIONS(2520), + [anon_sym_null] = ACTIONS(2732), + [anon_sym_if] = ACTIONS(2950), + [anon_sym_when] = ACTIONS(2738), + [anon_sym_try] = ACTIONS(2741), + [anon_sym_throw] = ACTIONS(2953), + [anon_sym_return] = ACTIONS(2956), + [anon_sym_continue] = ACTIONS(2750), + [anon_sym_break] = ACTIONS(2750), + [anon_sym_COLON_COLON] = ACTIONS(2753), + [anon_sym_PLUS] = ACTIONS(2947), + [anon_sym_DASH] = ACTIONS(2947), + [anon_sym_PLUS_PLUS] = ACTIONS(2959), + [anon_sym_DASH_DASH] = ACTIONS(2959), + [anon_sym_BANG] = ACTIONS(2959), + [anon_sym_data] = ACTIONS(2696), + [anon_sym_inner] = ACTIONS(2696), + [anon_sym_expect] = ACTIONS(2696), + [anon_sym_actual] = ACTIONS(2696), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(2099), - [anon_sym_continue_AT] = ACTIONS(2583), - [anon_sym_break_AT] = ACTIONS(2586), - [sym_real_literal] = ACTIONS(2589), - [sym_integer_literal] = ACTIONS(2592), - [sym_hex_literal] = ACTIONS(2595), - [sym_bin_literal] = ACTIONS(2595), - [anon_sym_true] = ACTIONS(2598), - [anon_sym_false] = ACTIONS(2598), - [anon_sym_SQUOTE] = ACTIONS(2601), - [sym__backtick_identifier] = ACTIONS(2604), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2607), + [anon_sym_continue_AT] = ACTIONS(2759), + [anon_sym_break_AT] = ACTIONS(2762), + [sym_real_literal] = ACTIONS(2765), + [sym_integer_literal] = ACTIONS(2768), + [sym_hex_literal] = ACTIONS(2771), + [sym_bin_literal] = ACTIONS(2771), + [anon_sym_true] = ACTIONS(2774), + [anon_sym_false] = ACTIONS(2774), + [anon_sym_SQUOTE] = ACTIONS(2777), + [sym__backtick_identifier] = ACTIONS(2780), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(2783), }, - [1388] = { - [sym_function_body] = STATE(1157), - [sym__block] = STATE(1128), - [sym__alpha_identifier] = ACTIONS(4326), - [anon_sym_AT] = ACTIONS(4328), - [anon_sym_COLON] = ACTIONS(5410), - [anon_sym_LBRACK] = ACTIONS(4328), - [anon_sym_as] = ACTIONS(4326), - [anon_sym_EQ] = ACTIONS(5183), - [anon_sym_LBRACE] = ACTIONS(4081), - [anon_sym_RBRACE] = ACTIONS(4328), - [anon_sym_LPAREN] = ACTIONS(4328), - [anon_sym_LT] = ACTIONS(4326), - [anon_sym_GT] = ACTIONS(4326), - [anon_sym_object] = ACTIONS(4326), - [anon_sym_fun] = ACTIONS(4326), - [anon_sym_DOT] = ACTIONS(4326), - [anon_sym_SEMI] = ACTIONS(4328), - [anon_sym_get] = ACTIONS(4326), - [anon_sym_set] = ACTIONS(4326), - [anon_sym_this] = ACTIONS(4326), - [anon_sym_super] = ACTIONS(4326), - [anon_sym_STAR] = ACTIONS(4328), - [sym_label] = ACTIONS(4326), - [anon_sym_in] = ACTIONS(4326), - [anon_sym_DOT_DOT] = ACTIONS(4328), - [anon_sym_QMARK_COLON] = ACTIONS(4328), - [anon_sym_AMP_AMP] = ACTIONS(4328), - [anon_sym_PIPE_PIPE] = ACTIONS(4328), - [anon_sym_null] = ACTIONS(4326), - [anon_sym_if] = ACTIONS(4326), - [anon_sym_else] = ACTIONS(4326), - [anon_sym_when] = ACTIONS(4326), - [anon_sym_try] = ACTIONS(4326), - [anon_sym_throw] = ACTIONS(4326), - [anon_sym_return] = ACTIONS(4326), - [anon_sym_continue] = ACTIONS(4326), - [anon_sym_break] = ACTIONS(4326), - [anon_sym_COLON_COLON] = ACTIONS(4328), - [anon_sym_BANG_EQ] = ACTIONS(4326), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4328), - [anon_sym_EQ_EQ] = ACTIONS(4326), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4328), - [anon_sym_LT_EQ] = ACTIONS(4328), - [anon_sym_GT_EQ] = ACTIONS(4328), - [anon_sym_BANGin] = ACTIONS(4328), - [anon_sym_is] = ACTIONS(4326), - [anon_sym_BANGis] = ACTIONS(4328), - [anon_sym_PLUS] = ACTIONS(4326), - [anon_sym_DASH] = ACTIONS(4326), - [anon_sym_SLASH] = ACTIONS(4326), - [anon_sym_PERCENT] = ACTIONS(4328), - [anon_sym_as_QMARK] = ACTIONS(4328), - [anon_sym_PLUS_PLUS] = ACTIONS(4328), - [anon_sym_DASH_DASH] = ACTIONS(4328), - [anon_sym_BANG] = ACTIONS(4326), - [anon_sym_BANG_BANG] = ACTIONS(4328), - [anon_sym_suspend] = ACTIONS(4326), - [anon_sym_sealed] = ACTIONS(4326), - [anon_sym_annotation] = ACTIONS(4326), - [anon_sym_data] = ACTIONS(4326), - [anon_sym_inner] = ACTIONS(4326), - [anon_sym_override] = ACTIONS(4326), - [anon_sym_lateinit] = ACTIONS(4326), - [anon_sym_public] = ACTIONS(4326), - [anon_sym_private] = ACTIONS(4326), - [anon_sym_internal] = ACTIONS(4326), - [anon_sym_protected] = ACTIONS(4326), - [anon_sym_tailrec] = ACTIONS(4326), - [anon_sym_operator] = ACTIONS(4326), - [anon_sym_infix] = ACTIONS(4326), - [anon_sym_inline] = ACTIONS(4326), - [anon_sym_external] = ACTIONS(4326), - [sym_property_modifier] = ACTIONS(4326), - [anon_sym_abstract] = ACTIONS(4326), - [anon_sym_final] = ACTIONS(4326), - [anon_sym_open] = ACTIONS(4326), - [anon_sym_vararg] = ACTIONS(4326), - [anon_sym_noinline] = ACTIONS(4326), - [anon_sym_crossinline] = ACTIONS(4326), - [anon_sym_expect] = ACTIONS(4326), - [anon_sym_actual] = ACTIONS(4326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4328), - [anon_sym_continue_AT] = ACTIONS(4328), - [anon_sym_break_AT] = ACTIONS(4328), - [sym_real_literal] = ACTIONS(4328), - [sym_integer_literal] = ACTIONS(4326), - [sym_hex_literal] = ACTIONS(4328), - [sym_bin_literal] = ACTIONS(4328), - [anon_sym_true] = ACTIONS(4326), - [anon_sym_false] = ACTIONS(4326), - [anon_sym_SQUOTE] = ACTIONS(4328), - [sym__backtick_identifier] = ACTIONS(4328), - [sym__automatic_semicolon] = ACTIONS(4328), - [sym_safe_nav] = ACTIONS(4328), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4328), - }, - [1389] = { - [sym_property_delegate] = STATE(1584), - [sym_getter] = STATE(3149), - [sym_setter] = STATE(3149), - [sym_modifiers] = STATE(8655), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_RBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_EQ] = ACTIONS(5269), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_COMMA] = ACTIONS(1778), - [anon_sym_RPAREN] = ACTIONS(1778), - [anon_sym_by] = ACTIONS(5251), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_where] = ACTIONS(1776), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(3384), - [anon_sym_get] = ACTIONS(5259), - [anon_sym_set] = ACTIONS(5261), - [anon_sym_STAR] = ACTIONS(1776), - [anon_sym_DASH_GT] = ACTIONS(1778), - [sym_label] = ACTIONS(1778), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_while] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_PLUS_EQ] = ACTIONS(1778), - [anon_sym_DASH_EQ] = ACTIONS(1778), - [anon_sym_STAR_EQ] = ACTIONS(1778), - [anon_sym_SLASH_EQ] = ACTIONS(1778), - [anon_sym_PERCENT_EQ] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1776), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG_BANG] = ACTIONS(1778), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), - [sym_multiline_comment] = ACTIONS(3), - }, - [1390] = { - [sym__expression] = STATE(4190), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4941), - [sym_parenthesized_expression] = STATE(4941), - [sym_collection_literal] = STATE(4941), - [sym__literal_constant] = STATE(4941), - [sym_string_literal] = STATE(4941), - [sym_lambda_literal] = STATE(4941), - [sym_anonymous_function] = STATE(4941), - [sym__function_literal] = STATE(4941), - [sym_object_literal] = STATE(4941), - [sym_this_expression] = STATE(4941), - [sym_super_expression] = STATE(4941), - [sym_if_expression] = STATE(4941), - [sym_when_expression] = STATE(4941), - [sym_try_expression] = STATE(4941), - [sym_jump_expression] = STATE(4941), - [sym_callable_reference] = STATE(4941), - [sym__prefix_unary_operator] = STATE(1637), - [sym_annotation] = STATE(1637), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5029), - [sym__return_at] = STATE(402), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4941), - [sym_long_literal] = STATE(4941), - [sym_boolean_literal] = STATE(4941), - [sym_character_literal] = STATE(4941), - [sym__lexical_identifier] = STATE(4529), - [sym__alpha_identifier] = ACTIONS(2520), - [anon_sym_AT] = ACTIONS(5301), - [anon_sym_LBRACK] = ACTIONS(2523), - [anon_sym_LBRACE] = ACTIONS(2526), - [anon_sym_LPAREN] = ACTIONS(2529), - [anon_sym_object] = ACTIONS(5326), - [anon_sym_fun] = ACTIONS(5412), - [anon_sym_get] = ACTIONS(2520), - [anon_sym_set] = ACTIONS(2520), - [anon_sym_this] = ACTIONS(2544), - [anon_sym_super] = ACTIONS(2547), - [anon_sym_STAR] = ACTIONS(2550), - [sym_label] = ACTIONS(2553), - [anon_sym_for] = ACTIONS(2070), - [anon_sym_while] = ACTIONS(2070), - [anon_sym_do] = ACTIONS(2070), - [anon_sym_null] = ACTIONS(2556), - [anon_sym_if] = ACTIONS(2559), - [anon_sym_when] = ACTIONS(2562), - [anon_sym_try] = ACTIONS(2565), - [anon_sym_throw] = ACTIONS(2568), - [anon_sym_return] = ACTIONS(2571), - [anon_sym_continue] = ACTIONS(2574), - [anon_sym_break] = ACTIONS(2574), - [anon_sym_COLON_COLON] = ACTIONS(2577), - [anon_sym_PLUS] = ACTIONS(2553), - [anon_sym_DASH] = ACTIONS(2553), - [anon_sym_PLUS_PLUS] = ACTIONS(2580), - [anon_sym_DASH_DASH] = ACTIONS(2580), - [anon_sym_BANG] = ACTIONS(2580), - [anon_sym_data] = ACTIONS(2520), - [anon_sym_inner] = ACTIONS(2520), - [anon_sym_expect] = ACTIONS(2520), - [anon_sym_actual] = ACTIONS(2520), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(2099), - [anon_sym_continue_AT] = ACTIONS(2583), - [anon_sym_break_AT] = ACTIONS(2586), - [sym_real_literal] = ACTIONS(2589), - [sym_integer_literal] = ACTIONS(2592), - [sym_hex_literal] = ACTIONS(2595), - [sym_bin_literal] = ACTIONS(2595), - [anon_sym_true] = ACTIONS(2598), - [anon_sym_false] = ACTIONS(2598), - [anon_sym_SQUOTE] = ACTIONS(2601), - [sym__backtick_identifier] = ACTIONS(2604), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2607), - }, - [1391] = { - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(2090), - [sym__comparison_operator] = STATE(2107), - [sym__in_operator] = STATE(2109), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(2110), - [sym__multiplicative_operator] = STATE(2111), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_annotation] = STATE(7852), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2113), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [sym__alpha_identifier] = ACTIONS(3034), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_EQ] = ACTIONS(3034), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(3036), - [anon_sym_LPAREN] = ACTIONS(3570), - [anon_sym_LT] = ACTIONS(3038), - [anon_sym_GT] = ACTIONS(3034), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(3036), - [anon_sym_get] = ACTIONS(3034), - [anon_sym_set] = ACTIONS(3034), - [anon_sym_STAR] = ACTIONS(3710), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(3034), - [anon_sym_DOT_DOT] = ACTIONS(3036), - [anon_sym_QMARK_COLON] = ACTIONS(3036), - [anon_sym_AMP_AMP] = ACTIONS(3036), - [anon_sym_PIPE_PIPE] = ACTIONS(3036), - [anon_sym_else] = ACTIONS(3034), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_PLUS_EQ] = ACTIONS(3036), - [anon_sym_DASH_EQ] = ACTIONS(3036), - [anon_sym_STAR_EQ] = ACTIONS(3036), - [anon_sym_SLASH_EQ] = ACTIONS(3036), - [anon_sym_PERCENT_EQ] = ACTIONS(3036), - [anon_sym_BANG_EQ] = ACTIONS(3034), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3036), - [anon_sym_EQ_EQ] = ACTIONS(3034), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3036), - [anon_sym_LT_EQ] = ACTIONS(3036), - [anon_sym_GT_EQ] = ACTIONS(3036), - [anon_sym_BANGin] = ACTIONS(3036), - [anon_sym_is] = ACTIONS(3034), - [anon_sym_BANGis] = ACTIONS(3036), - [anon_sym_PLUS] = ACTIONS(3034), - [anon_sym_DASH] = ACTIONS(3034), - [anon_sym_SLASH] = ACTIONS(3710), - [anon_sym_PERCENT] = ACTIONS(3710), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), - [anon_sym_suspend] = ACTIONS(3034), - [anon_sym_sealed] = ACTIONS(3034), - [anon_sym_annotation] = ACTIONS(3034), - [anon_sym_data] = ACTIONS(3034), - [anon_sym_inner] = ACTIONS(3034), - [anon_sym_override] = ACTIONS(3034), - [anon_sym_lateinit] = ACTIONS(3034), - [anon_sym_public] = ACTIONS(3034), - [anon_sym_private] = ACTIONS(3034), - [anon_sym_internal] = ACTIONS(3034), - [anon_sym_protected] = ACTIONS(3034), - [anon_sym_tailrec] = ACTIONS(3034), - [anon_sym_operator] = ACTIONS(3034), - [anon_sym_infix] = ACTIONS(3034), - [anon_sym_inline] = ACTIONS(3034), - [anon_sym_external] = ACTIONS(3034), - [sym_property_modifier] = ACTIONS(3034), - [anon_sym_abstract] = ACTIONS(3034), - [anon_sym_final] = ACTIONS(3034), - [anon_sym_open] = ACTIONS(3034), - [anon_sym_vararg] = ACTIONS(3034), - [anon_sym_noinline] = ACTIONS(3034), - [anon_sym_crossinline] = ACTIONS(3034), - [anon_sym_expect] = ACTIONS(3034), - [anon_sym_actual] = ACTIONS(3034), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3036), - [sym__automatic_semicolon] = ACTIONS(3036), - [sym_safe_nav] = ACTIONS(3596), - [sym_multiline_comment] = ACTIONS(3), - }, - [1392] = { - [sym_class_body] = STATE(1120), - [sym_type_constraints] = STATE(988), - [sym__alpha_identifier] = ACTIONS(3214), - [anon_sym_AT] = ACTIONS(3218), - [anon_sym_COLON] = ACTIONS(3550), - [anon_sym_LBRACK] = ACTIONS(3218), - [anon_sym_as] = ACTIONS(3214), - [anon_sym_LBRACE] = ACTIONS(3156), - [anon_sym_RBRACE] = ACTIONS(3218), - [anon_sym_LPAREN] = ACTIONS(3218), - [anon_sym_LT] = ACTIONS(3214), - [anon_sym_GT] = ACTIONS(3214), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(3214), - [anon_sym_fun] = ACTIONS(3214), - [anon_sym_DOT] = ACTIONS(3214), - [anon_sym_SEMI] = ACTIONS(3218), - [anon_sym_get] = ACTIONS(3214), - [anon_sym_set] = ACTIONS(3214), - [anon_sym_this] = ACTIONS(3214), - [anon_sym_super] = ACTIONS(3214), - [anon_sym_STAR] = ACTIONS(3218), - [sym_label] = ACTIONS(3214), - [anon_sym_in] = ACTIONS(3214), - [anon_sym_DOT_DOT] = ACTIONS(3218), - [anon_sym_QMARK_COLON] = ACTIONS(3218), - [anon_sym_AMP_AMP] = ACTIONS(3218), - [anon_sym_PIPE_PIPE] = ACTIONS(3218), - [anon_sym_null] = ACTIONS(3214), - [anon_sym_if] = ACTIONS(3214), - [anon_sym_else] = ACTIONS(3214), - [anon_sym_when] = ACTIONS(3214), - [anon_sym_try] = ACTIONS(3214), - [anon_sym_throw] = ACTIONS(3214), - [anon_sym_return] = ACTIONS(3214), - [anon_sym_continue] = ACTIONS(3214), - [anon_sym_break] = ACTIONS(3214), - [anon_sym_COLON_COLON] = ACTIONS(3218), - [anon_sym_BANG_EQ] = ACTIONS(3214), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3218), - [anon_sym_EQ_EQ] = ACTIONS(3214), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3218), - [anon_sym_LT_EQ] = ACTIONS(3218), - [anon_sym_GT_EQ] = ACTIONS(3218), - [anon_sym_BANGin] = ACTIONS(3218), - [anon_sym_is] = ACTIONS(3214), - [anon_sym_BANGis] = ACTIONS(3218), - [anon_sym_PLUS] = ACTIONS(3214), - [anon_sym_DASH] = ACTIONS(3214), - [anon_sym_SLASH] = ACTIONS(3214), - [anon_sym_PERCENT] = ACTIONS(3218), - [anon_sym_as_QMARK] = ACTIONS(3218), - [anon_sym_PLUS_PLUS] = ACTIONS(3218), - [anon_sym_DASH_DASH] = ACTIONS(3218), - [anon_sym_BANG] = ACTIONS(3214), - [anon_sym_BANG_BANG] = ACTIONS(3218), - [anon_sym_suspend] = ACTIONS(3214), - [anon_sym_sealed] = ACTIONS(3214), - [anon_sym_annotation] = ACTIONS(3214), - [anon_sym_data] = ACTIONS(3214), - [anon_sym_inner] = ACTIONS(3214), - [anon_sym_override] = ACTIONS(3214), - [anon_sym_lateinit] = ACTIONS(3214), - [anon_sym_public] = ACTIONS(3214), - [anon_sym_private] = ACTIONS(3214), - [anon_sym_internal] = ACTIONS(3214), - [anon_sym_protected] = ACTIONS(3214), - [anon_sym_tailrec] = ACTIONS(3214), - [anon_sym_operator] = ACTIONS(3214), - [anon_sym_infix] = ACTIONS(3214), - [anon_sym_inline] = ACTIONS(3214), - [anon_sym_external] = ACTIONS(3214), - [sym_property_modifier] = ACTIONS(3214), - [anon_sym_abstract] = ACTIONS(3214), - [anon_sym_final] = ACTIONS(3214), - [anon_sym_open] = ACTIONS(3214), - [anon_sym_vararg] = ACTIONS(3214), - [anon_sym_noinline] = ACTIONS(3214), - [anon_sym_crossinline] = ACTIONS(3214), - [anon_sym_expect] = ACTIONS(3214), - [anon_sym_actual] = ACTIONS(3214), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3218), - [anon_sym_continue_AT] = ACTIONS(3218), - [anon_sym_break_AT] = ACTIONS(3218), - [sym_real_literal] = ACTIONS(3218), - [sym_integer_literal] = ACTIONS(3214), - [sym_hex_literal] = ACTIONS(3218), - [sym_bin_literal] = ACTIONS(3218), - [anon_sym_true] = ACTIONS(3214), - [anon_sym_false] = ACTIONS(3214), - [anon_sym_SQUOTE] = ACTIONS(3218), - [sym__backtick_identifier] = ACTIONS(3218), - [sym__automatic_semicolon] = ACTIONS(3218), - [sym_safe_nav] = ACTIONS(3218), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3218), - }, - [1393] = { - [sym_primary_constructor] = STATE(3400), - [sym_class_body] = STATE(3255), - [sym__class_parameters] = STATE(2990), - [sym_type_parameters] = STATE(1484), - [sym_type_constraints] = STATE(3059), - [sym_modifiers] = STATE(9064), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3160), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(5415), - [anon_sym_LBRACK] = ACTIONS(3164), - [anon_sym_as] = ACTIONS(3160), - [anon_sym_EQ] = ACTIONS(3160), - [anon_sym_constructor] = ACTIONS(5145), - [anon_sym_LBRACE] = ACTIONS(5147), - [anon_sym_RBRACE] = ACTIONS(3164), - [anon_sym_LPAREN] = ACTIONS(5149), - [anon_sym_RPAREN] = ACTIONS(3164), - [anon_sym_LT] = ACTIONS(5131), - [anon_sym_GT] = ACTIONS(3160), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(3160), - [anon_sym_SEMI] = ACTIONS(3164), - [anon_sym_get] = ACTIONS(3160), - [anon_sym_set] = ACTIONS(3160), - [anon_sym_STAR] = ACTIONS(3160), - [sym_label] = ACTIONS(3164), - [anon_sym_in] = ACTIONS(3160), - [anon_sym_while] = ACTIONS(3160), - [anon_sym_DOT_DOT] = ACTIONS(3164), - [anon_sym_QMARK_COLON] = ACTIONS(3164), - [anon_sym_AMP_AMP] = ACTIONS(3164), - [anon_sym_PIPE_PIPE] = ACTIONS(3164), - [anon_sym_else] = ACTIONS(3160), - [anon_sym_COLON_COLON] = ACTIONS(3164), - [anon_sym_PLUS_EQ] = ACTIONS(3164), - [anon_sym_DASH_EQ] = ACTIONS(3164), - [anon_sym_STAR_EQ] = ACTIONS(3164), - [anon_sym_SLASH_EQ] = ACTIONS(3164), - [anon_sym_PERCENT_EQ] = ACTIONS(3164), - [anon_sym_BANG_EQ] = ACTIONS(3160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3164), - [anon_sym_EQ_EQ] = ACTIONS(3160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3164), - [anon_sym_LT_EQ] = ACTIONS(3164), - [anon_sym_GT_EQ] = ACTIONS(3164), - [anon_sym_BANGin] = ACTIONS(3164), - [anon_sym_is] = ACTIONS(3160), - [anon_sym_BANGis] = ACTIONS(3164), - [anon_sym_PLUS] = ACTIONS(3160), - [anon_sym_DASH] = ACTIONS(3160), - [anon_sym_SLASH] = ACTIONS(3160), - [anon_sym_PERCENT] = ACTIONS(3160), - [anon_sym_as_QMARK] = ACTIONS(3164), - [anon_sym_PLUS_PLUS] = ACTIONS(3164), - [anon_sym_DASH_DASH] = ACTIONS(3164), - [anon_sym_BANG_BANG] = ACTIONS(3164), - [anon_sym_suspend] = ACTIONS(3120), - [anon_sym_sealed] = ACTIONS(3122), - [anon_sym_annotation] = ACTIONS(3122), - [anon_sym_data] = ACTIONS(3122), - [anon_sym_inner] = ACTIONS(3122), - [anon_sym_override] = ACTIONS(3124), - [anon_sym_lateinit] = ACTIONS(3124), - [anon_sym_public] = ACTIONS(3126), - [anon_sym_private] = ACTIONS(3126), - [anon_sym_internal] = ACTIONS(3126), - [anon_sym_protected] = ACTIONS(3126), - [anon_sym_tailrec] = ACTIONS(3120), - [anon_sym_operator] = ACTIONS(3120), - [anon_sym_infix] = ACTIONS(3120), - [anon_sym_inline] = ACTIONS(3120), - [anon_sym_external] = ACTIONS(3120), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(3130), - [anon_sym_final] = ACTIONS(3130), - [anon_sym_open] = ACTIONS(3130), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3134), - [anon_sym_actual] = ACTIONS(3134), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3164), - [sym_safe_nav] = ACTIONS(3164), - [sym_multiline_comment] = ACTIONS(3), - }, - [1394] = { - [sym_class_body] = STATE(1042), - [sym_type_constraints] = STATE(1018), - [sym__alpha_identifier] = ACTIONS(4197), - [anon_sym_AT] = ACTIONS(4199), - [anon_sym_COLON] = ACTIONS(5417), - [anon_sym_LBRACK] = ACTIONS(4199), - [anon_sym_as] = ACTIONS(4197), - [anon_sym_LBRACE] = ACTIONS(3156), - [anon_sym_RBRACE] = ACTIONS(4199), - [anon_sym_LPAREN] = ACTIONS(4199), - [anon_sym_LT] = ACTIONS(4197), - [anon_sym_GT] = ACTIONS(4197), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(4197), - [anon_sym_fun] = ACTIONS(4197), - [anon_sym_DOT] = ACTIONS(4197), - [anon_sym_SEMI] = ACTIONS(4199), - [anon_sym_get] = ACTIONS(4197), - [anon_sym_set] = ACTIONS(4197), - [anon_sym_this] = ACTIONS(4197), - [anon_sym_super] = ACTIONS(4197), - [anon_sym_STAR] = ACTIONS(4199), - [sym_label] = ACTIONS(4197), - [anon_sym_in] = ACTIONS(4197), - [anon_sym_DOT_DOT] = ACTIONS(4199), - [anon_sym_QMARK_COLON] = ACTIONS(4199), - [anon_sym_AMP_AMP] = ACTIONS(4199), - [anon_sym_PIPE_PIPE] = ACTIONS(4199), - [anon_sym_null] = ACTIONS(4197), - [anon_sym_if] = ACTIONS(4197), - [anon_sym_else] = ACTIONS(4197), - [anon_sym_when] = ACTIONS(4197), - [anon_sym_try] = ACTIONS(4197), - [anon_sym_throw] = ACTIONS(4197), - [anon_sym_return] = ACTIONS(4197), - [anon_sym_continue] = ACTIONS(4197), - [anon_sym_break] = ACTIONS(4197), - [anon_sym_COLON_COLON] = ACTIONS(4199), - [anon_sym_BANG_EQ] = ACTIONS(4197), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4199), - [anon_sym_EQ_EQ] = ACTIONS(4197), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4199), - [anon_sym_LT_EQ] = ACTIONS(4199), - [anon_sym_GT_EQ] = ACTIONS(4199), - [anon_sym_BANGin] = ACTIONS(4199), - [anon_sym_is] = ACTIONS(4197), - [anon_sym_BANGis] = ACTIONS(4199), - [anon_sym_PLUS] = ACTIONS(4197), - [anon_sym_DASH] = ACTIONS(4197), - [anon_sym_SLASH] = ACTIONS(4197), - [anon_sym_PERCENT] = ACTIONS(4199), - [anon_sym_as_QMARK] = ACTIONS(4199), - [anon_sym_PLUS_PLUS] = ACTIONS(4199), - [anon_sym_DASH_DASH] = ACTIONS(4199), - [anon_sym_BANG] = ACTIONS(4197), - [anon_sym_BANG_BANG] = ACTIONS(4199), - [anon_sym_suspend] = ACTIONS(4197), - [anon_sym_sealed] = ACTIONS(4197), - [anon_sym_annotation] = ACTIONS(4197), - [anon_sym_data] = ACTIONS(4197), - [anon_sym_inner] = ACTIONS(4197), - [anon_sym_override] = ACTIONS(4197), - [anon_sym_lateinit] = ACTIONS(4197), - [anon_sym_public] = ACTIONS(4197), - [anon_sym_private] = ACTIONS(4197), - [anon_sym_internal] = ACTIONS(4197), - [anon_sym_protected] = ACTIONS(4197), - [anon_sym_tailrec] = ACTIONS(4197), - [anon_sym_operator] = ACTIONS(4197), - [anon_sym_infix] = ACTIONS(4197), - [anon_sym_inline] = ACTIONS(4197), - [anon_sym_external] = ACTIONS(4197), - [sym_property_modifier] = ACTIONS(4197), - [anon_sym_abstract] = ACTIONS(4197), - [anon_sym_final] = ACTIONS(4197), - [anon_sym_open] = ACTIONS(4197), - [anon_sym_vararg] = ACTIONS(4197), - [anon_sym_noinline] = ACTIONS(4197), - [anon_sym_crossinline] = ACTIONS(4197), - [anon_sym_expect] = ACTIONS(4197), - [anon_sym_actual] = ACTIONS(4197), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4199), - [anon_sym_continue_AT] = ACTIONS(4199), - [anon_sym_break_AT] = ACTIONS(4199), - [sym_real_literal] = ACTIONS(4199), - [sym_integer_literal] = ACTIONS(4197), - [sym_hex_literal] = ACTIONS(4199), - [sym_bin_literal] = ACTIONS(4199), - [anon_sym_true] = ACTIONS(4197), - [anon_sym_false] = ACTIONS(4197), - [anon_sym_SQUOTE] = ACTIONS(4199), - [sym__backtick_identifier] = ACTIONS(4199), - [sym__automatic_semicolon] = ACTIONS(4199), - [sym_safe_nav] = ACTIONS(4199), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4199), - }, - [1395] = { - [sym_primary_constructor] = STATE(3444), - [sym_class_body] = STATE(3800), - [sym__class_parameters] = STATE(3545), - [sym_type_parameters] = STATE(1470), - [sym_type_constraints] = STATE(3645), - [sym_modifiers] = STATE(9083), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3102), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(5419), - [anon_sym_LBRACK] = ACTIONS(3108), - [anon_sym_as] = ACTIONS(3102), - [anon_sym_EQ] = ACTIONS(3102), - [anon_sym_constructor] = ACTIONS(5357), - [anon_sym_LBRACE] = ACTIONS(5421), - [anon_sym_RBRACE] = ACTIONS(3108), - [anon_sym_LPAREN] = ACTIONS(5361), - [anon_sym_COMMA] = ACTIONS(3108), - [anon_sym_LT] = ACTIONS(5340), - [anon_sym_GT] = ACTIONS(3102), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(3102), - [anon_sym_SEMI] = ACTIONS(3108), - [anon_sym_get] = ACTIONS(3102), - [anon_sym_set] = ACTIONS(3102), - [anon_sym_STAR] = ACTIONS(3102), - [sym_label] = ACTIONS(3108), - [anon_sym_in] = ACTIONS(3102), - [anon_sym_DOT_DOT] = ACTIONS(3108), - [anon_sym_QMARK_COLON] = ACTIONS(3108), - [anon_sym_AMP_AMP] = ACTIONS(3108), - [anon_sym_PIPE_PIPE] = ACTIONS(3108), - [anon_sym_else] = ACTIONS(3102), - [anon_sym_COLON_COLON] = ACTIONS(3108), - [anon_sym_PLUS_EQ] = ACTIONS(3108), - [anon_sym_DASH_EQ] = ACTIONS(3108), - [anon_sym_STAR_EQ] = ACTIONS(3108), - [anon_sym_SLASH_EQ] = ACTIONS(3108), - [anon_sym_PERCENT_EQ] = ACTIONS(3108), - [anon_sym_BANG_EQ] = ACTIONS(3102), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3108), - [anon_sym_EQ_EQ] = ACTIONS(3102), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3108), - [anon_sym_LT_EQ] = ACTIONS(3108), - [anon_sym_GT_EQ] = ACTIONS(3108), - [anon_sym_BANGin] = ACTIONS(3108), - [anon_sym_is] = ACTIONS(3102), - [anon_sym_BANGis] = ACTIONS(3108), - [anon_sym_PLUS] = ACTIONS(3102), - [anon_sym_DASH] = ACTIONS(3102), - [anon_sym_SLASH] = ACTIONS(3102), - [anon_sym_PERCENT] = ACTIONS(3102), - [anon_sym_as_QMARK] = ACTIONS(3108), - [anon_sym_PLUS_PLUS] = ACTIONS(3108), - [anon_sym_DASH_DASH] = ACTIONS(3108), - [anon_sym_BANG_BANG] = ACTIONS(3108), - [anon_sym_suspend] = ACTIONS(3120), - [anon_sym_sealed] = ACTIONS(3122), - [anon_sym_annotation] = ACTIONS(3122), - [anon_sym_data] = ACTIONS(3122), - [anon_sym_inner] = ACTIONS(3122), - [anon_sym_override] = ACTIONS(3124), - [anon_sym_lateinit] = ACTIONS(3124), - [anon_sym_public] = ACTIONS(3126), - [anon_sym_private] = ACTIONS(3126), - [anon_sym_internal] = ACTIONS(3126), - [anon_sym_protected] = ACTIONS(3126), - [anon_sym_tailrec] = ACTIONS(3120), - [anon_sym_operator] = ACTIONS(3120), - [anon_sym_infix] = ACTIONS(3120), - [anon_sym_inline] = ACTIONS(3120), - [anon_sym_external] = ACTIONS(3120), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(3130), - [anon_sym_final] = ACTIONS(3130), - [anon_sym_open] = ACTIONS(3130), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3134), - [anon_sym_actual] = ACTIONS(3134), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3108), - [sym__automatic_semicolon] = ACTIONS(3108), - [sym_safe_nav] = ACTIONS(3108), - [sym_multiline_comment] = ACTIONS(3), - }, - [1396] = { - [sym_type_constraints] = STATE(1015), - [sym_enum_class_body] = STATE(1077), - [sym__alpha_identifier] = ACTIONS(3204), - [anon_sym_AT] = ACTIONS(3208), - [anon_sym_COLON] = ACTIONS(3556), - [anon_sym_LBRACK] = ACTIONS(3208), - [anon_sym_as] = ACTIONS(3204), - [anon_sym_LBRACE] = ACTIONS(3144), - [anon_sym_RBRACE] = ACTIONS(3208), - [anon_sym_LPAREN] = ACTIONS(3208), - [anon_sym_LT] = ACTIONS(3204), - [anon_sym_GT] = ACTIONS(3204), - [anon_sym_where] = ACTIONS(3148), - [anon_sym_object] = ACTIONS(3204), - [anon_sym_fun] = ACTIONS(3204), - [anon_sym_DOT] = ACTIONS(3204), - [anon_sym_SEMI] = ACTIONS(3208), - [anon_sym_get] = ACTIONS(3204), - [anon_sym_set] = ACTIONS(3204), - [anon_sym_this] = ACTIONS(3204), - [anon_sym_super] = ACTIONS(3204), - [anon_sym_STAR] = ACTIONS(3208), - [sym_label] = ACTIONS(3204), - [anon_sym_in] = ACTIONS(3204), - [anon_sym_DOT_DOT] = ACTIONS(3208), - [anon_sym_QMARK_COLON] = ACTIONS(3208), - [anon_sym_AMP_AMP] = ACTIONS(3208), - [anon_sym_PIPE_PIPE] = ACTIONS(3208), - [anon_sym_null] = ACTIONS(3204), - [anon_sym_if] = ACTIONS(3204), - [anon_sym_else] = ACTIONS(3204), - [anon_sym_when] = ACTIONS(3204), - [anon_sym_try] = ACTIONS(3204), - [anon_sym_throw] = ACTIONS(3204), - [anon_sym_return] = ACTIONS(3204), - [anon_sym_continue] = ACTIONS(3204), - [anon_sym_break] = ACTIONS(3204), - [anon_sym_COLON_COLON] = ACTIONS(3208), - [anon_sym_BANG_EQ] = ACTIONS(3204), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3208), - [anon_sym_EQ_EQ] = ACTIONS(3204), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3208), - [anon_sym_LT_EQ] = ACTIONS(3208), - [anon_sym_GT_EQ] = ACTIONS(3208), - [anon_sym_BANGin] = ACTIONS(3208), - [anon_sym_is] = ACTIONS(3204), - [anon_sym_BANGis] = ACTIONS(3208), - [anon_sym_PLUS] = ACTIONS(3204), - [anon_sym_DASH] = ACTIONS(3204), - [anon_sym_SLASH] = ACTIONS(3204), - [anon_sym_PERCENT] = ACTIONS(3208), - [anon_sym_as_QMARK] = ACTIONS(3208), - [anon_sym_PLUS_PLUS] = ACTIONS(3208), - [anon_sym_DASH_DASH] = ACTIONS(3208), - [anon_sym_BANG] = ACTIONS(3204), - [anon_sym_BANG_BANG] = ACTIONS(3208), - [anon_sym_suspend] = ACTIONS(3204), - [anon_sym_sealed] = ACTIONS(3204), - [anon_sym_annotation] = ACTIONS(3204), - [anon_sym_data] = ACTIONS(3204), - [anon_sym_inner] = ACTIONS(3204), - [anon_sym_override] = ACTIONS(3204), - [anon_sym_lateinit] = ACTIONS(3204), - [anon_sym_public] = ACTIONS(3204), - [anon_sym_private] = ACTIONS(3204), - [anon_sym_internal] = ACTIONS(3204), - [anon_sym_protected] = ACTIONS(3204), - [anon_sym_tailrec] = ACTIONS(3204), - [anon_sym_operator] = ACTIONS(3204), - [anon_sym_infix] = ACTIONS(3204), - [anon_sym_inline] = ACTIONS(3204), - [anon_sym_external] = ACTIONS(3204), - [sym_property_modifier] = ACTIONS(3204), - [anon_sym_abstract] = ACTIONS(3204), - [anon_sym_final] = ACTIONS(3204), - [anon_sym_open] = ACTIONS(3204), - [anon_sym_vararg] = ACTIONS(3204), - [anon_sym_noinline] = ACTIONS(3204), - [anon_sym_crossinline] = ACTIONS(3204), - [anon_sym_expect] = ACTIONS(3204), - [anon_sym_actual] = ACTIONS(3204), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3208), - [anon_sym_continue_AT] = ACTIONS(3208), - [anon_sym_break_AT] = ACTIONS(3208), - [sym_real_literal] = ACTIONS(3208), - [sym_integer_literal] = ACTIONS(3204), - [sym_hex_literal] = ACTIONS(3208), - [sym_bin_literal] = ACTIONS(3208), - [anon_sym_true] = ACTIONS(3204), - [anon_sym_false] = ACTIONS(3204), - [anon_sym_SQUOTE] = ACTIONS(3208), - [sym__backtick_identifier] = ACTIONS(3208), - [sym__automatic_semicolon] = ACTIONS(3208), - [sym_safe_nav] = ACTIONS(3208), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3208), - }, - [1397] = { - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(2090), - [sym__comparison_operator] = STATE(2107), - [sym__in_operator] = STATE(2109), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(2110), - [sym__multiplicative_operator] = STATE(2111), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_annotation] = STATE(7852), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2113), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_EQ] = ACTIONS(3061), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(3063), - [anon_sym_LPAREN] = ACTIONS(3570), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3702), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(3063), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(3710), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(3712), - [anon_sym_DOT_DOT] = ACTIONS(3714), - [anon_sym_QMARK_COLON] = ACTIONS(3716), - [anon_sym_AMP_AMP] = ACTIONS(3718), - [anon_sym_PIPE_PIPE] = ACTIONS(3720), - [anon_sym_else] = ACTIONS(3061), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_PLUS_EQ] = ACTIONS(3063), - [anon_sym_DASH_EQ] = ACTIONS(3063), - [anon_sym_STAR_EQ] = ACTIONS(3063), - [anon_sym_SLASH_EQ] = ACTIONS(3063), - [anon_sym_PERCENT_EQ] = ACTIONS(3063), - [anon_sym_BANG_EQ] = ACTIONS(3722), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3724), - [anon_sym_EQ_EQ] = ACTIONS(3722), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3724), - [anon_sym_LT_EQ] = ACTIONS(3726), - [anon_sym_GT_EQ] = ACTIONS(3726), - [anon_sym_BANGin] = ACTIONS(3728), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), - [anon_sym_PLUS] = ACTIONS(3730), - [anon_sym_DASH] = ACTIONS(3730), - [anon_sym_SLASH] = ACTIONS(3710), - [anon_sym_PERCENT] = ACTIONS(3710), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), - [anon_sym_suspend] = ACTIONS(3061), - [anon_sym_sealed] = ACTIONS(3061), - [anon_sym_annotation] = ACTIONS(3061), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3061), - [anon_sym_lateinit] = ACTIONS(3061), - [anon_sym_public] = ACTIONS(3061), - [anon_sym_private] = ACTIONS(3061), - [anon_sym_internal] = ACTIONS(3061), - [anon_sym_protected] = ACTIONS(3061), - [anon_sym_tailrec] = ACTIONS(3061), - [anon_sym_operator] = ACTIONS(3061), - [anon_sym_infix] = ACTIONS(3061), - [anon_sym_inline] = ACTIONS(3061), - [anon_sym_external] = ACTIONS(3061), - [sym_property_modifier] = ACTIONS(3061), - [anon_sym_abstract] = ACTIONS(3061), - [anon_sym_final] = ACTIONS(3061), - [anon_sym_open] = ACTIONS(3061), - [anon_sym_vararg] = ACTIONS(3061), - [anon_sym_noinline] = ACTIONS(3061), - [anon_sym_crossinline] = ACTIONS(3061), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3063), - [sym_safe_nav] = ACTIONS(3596), - [sym_multiline_comment] = ACTIONS(3), - }, - [1398] = { - [sym_function_body] = STATE(1159), - [sym__block] = STATE(1128), - [sym__alpha_identifier] = ACTIONS(4336), - [anon_sym_AT] = ACTIONS(4338), - [anon_sym_COLON] = ACTIONS(5423), - [anon_sym_LBRACK] = ACTIONS(4338), - [anon_sym_as] = ACTIONS(4336), - [anon_sym_EQ] = ACTIONS(5183), - [anon_sym_LBRACE] = ACTIONS(4081), - [anon_sym_RBRACE] = ACTIONS(4338), - [anon_sym_LPAREN] = ACTIONS(4338), - [anon_sym_LT] = ACTIONS(4336), - [anon_sym_GT] = ACTIONS(4336), - [anon_sym_object] = ACTIONS(4336), - [anon_sym_fun] = ACTIONS(4336), - [anon_sym_DOT] = ACTIONS(4336), - [anon_sym_SEMI] = ACTIONS(4338), - [anon_sym_get] = ACTIONS(4336), - [anon_sym_set] = ACTIONS(4336), - [anon_sym_this] = ACTIONS(4336), - [anon_sym_super] = ACTIONS(4336), - [anon_sym_STAR] = ACTIONS(4338), - [sym_label] = ACTIONS(4336), - [anon_sym_in] = ACTIONS(4336), - [anon_sym_DOT_DOT] = ACTIONS(4338), - [anon_sym_QMARK_COLON] = ACTIONS(4338), - [anon_sym_AMP_AMP] = ACTIONS(4338), - [anon_sym_PIPE_PIPE] = ACTIONS(4338), - [anon_sym_null] = ACTIONS(4336), - [anon_sym_if] = ACTIONS(4336), - [anon_sym_else] = ACTIONS(4336), - [anon_sym_when] = ACTIONS(4336), - [anon_sym_try] = ACTIONS(4336), - [anon_sym_throw] = ACTIONS(4336), - [anon_sym_return] = ACTIONS(4336), - [anon_sym_continue] = ACTIONS(4336), - [anon_sym_break] = ACTIONS(4336), - [anon_sym_COLON_COLON] = ACTIONS(4338), - [anon_sym_BANG_EQ] = ACTIONS(4336), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4338), - [anon_sym_EQ_EQ] = ACTIONS(4336), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4338), - [anon_sym_LT_EQ] = ACTIONS(4338), - [anon_sym_GT_EQ] = ACTIONS(4338), - [anon_sym_BANGin] = ACTIONS(4338), - [anon_sym_is] = ACTIONS(4336), - [anon_sym_BANGis] = ACTIONS(4338), - [anon_sym_PLUS] = ACTIONS(4336), - [anon_sym_DASH] = ACTIONS(4336), - [anon_sym_SLASH] = ACTIONS(4336), - [anon_sym_PERCENT] = ACTIONS(4338), - [anon_sym_as_QMARK] = ACTIONS(4338), - [anon_sym_PLUS_PLUS] = ACTIONS(4338), - [anon_sym_DASH_DASH] = ACTIONS(4338), - [anon_sym_BANG] = ACTIONS(4336), - [anon_sym_BANG_BANG] = ACTIONS(4338), - [anon_sym_suspend] = ACTIONS(4336), - [anon_sym_sealed] = ACTIONS(4336), - [anon_sym_annotation] = ACTIONS(4336), - [anon_sym_data] = ACTIONS(4336), - [anon_sym_inner] = ACTIONS(4336), - [anon_sym_override] = ACTIONS(4336), - [anon_sym_lateinit] = ACTIONS(4336), - [anon_sym_public] = ACTIONS(4336), - [anon_sym_private] = ACTIONS(4336), - [anon_sym_internal] = ACTIONS(4336), - [anon_sym_protected] = ACTIONS(4336), - [anon_sym_tailrec] = ACTIONS(4336), - [anon_sym_operator] = ACTIONS(4336), - [anon_sym_infix] = ACTIONS(4336), - [anon_sym_inline] = ACTIONS(4336), - [anon_sym_external] = ACTIONS(4336), - [sym_property_modifier] = ACTIONS(4336), - [anon_sym_abstract] = ACTIONS(4336), - [anon_sym_final] = ACTIONS(4336), - [anon_sym_open] = ACTIONS(4336), - [anon_sym_vararg] = ACTIONS(4336), - [anon_sym_noinline] = ACTIONS(4336), - [anon_sym_crossinline] = ACTIONS(4336), - [anon_sym_expect] = ACTIONS(4336), - [anon_sym_actual] = ACTIONS(4336), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4338), - [anon_sym_continue_AT] = ACTIONS(4338), - [anon_sym_break_AT] = ACTIONS(4338), - [sym_real_literal] = ACTIONS(4338), - [sym_integer_literal] = ACTIONS(4336), - [sym_hex_literal] = ACTIONS(4338), - [sym_bin_literal] = ACTIONS(4338), - [anon_sym_true] = ACTIONS(4336), - [anon_sym_false] = ACTIONS(4336), - [anon_sym_SQUOTE] = ACTIONS(4338), - [sym__backtick_identifier] = ACTIONS(4338), - [sym__automatic_semicolon] = ACTIONS(4338), - [sym_safe_nav] = ACTIONS(4338), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4338), - }, - [1399] = { - [sym__expression] = STATE(475), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2001), - [sym_annotation] = STATE(2001), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(266), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(2337), - [anon_sym_AT] = ACTIONS(5301), - [anon_sym_LBRACK] = ACTIONS(2340), - [anon_sym_LBRACE] = ACTIONS(2343), - [anon_sym_LPAREN] = ACTIONS(2346), - [anon_sym_object] = ACTIONS(5310), - [anon_sym_fun] = ACTIONS(5425), - [anon_sym_get] = ACTIONS(2337), - [anon_sym_set] = ACTIONS(2337), - [anon_sym_this] = ACTIONS(2361), - [anon_sym_super] = ACTIONS(2364), - [anon_sym_STAR] = ACTIONS(2367), - [sym_label] = ACTIONS(2370), - [anon_sym_for] = ACTIONS(2070), - [anon_sym_while] = ACTIONS(2070), - [anon_sym_do] = ACTIONS(2070), - [anon_sym_null] = ACTIONS(2373), - [anon_sym_if] = ACTIONS(2376), - [anon_sym_when] = ACTIONS(2379), - [anon_sym_try] = ACTIONS(2382), - [anon_sym_throw] = ACTIONS(2385), - [anon_sym_return] = ACTIONS(2388), - [anon_sym_continue] = ACTIONS(2391), - [anon_sym_break] = ACTIONS(2391), - [anon_sym_COLON_COLON] = ACTIONS(2394), - [anon_sym_PLUS] = ACTIONS(2370), - [anon_sym_DASH] = ACTIONS(2370), - [anon_sym_PLUS_PLUS] = ACTIONS(2397), - [anon_sym_DASH_DASH] = ACTIONS(2397), - [anon_sym_BANG] = ACTIONS(2397), - [anon_sym_data] = ACTIONS(2337), - [anon_sym_inner] = ACTIONS(2337), - [anon_sym_expect] = ACTIONS(2337), - [anon_sym_actual] = ACTIONS(2337), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(2192), - [anon_sym_continue_AT] = ACTIONS(2400), - [anon_sym_break_AT] = ACTIONS(2403), - [sym_real_literal] = ACTIONS(2406), - [sym_integer_literal] = ACTIONS(2409), - [sym_hex_literal] = ACTIONS(2412), - [sym_bin_literal] = ACTIONS(2412), - [anon_sym_true] = ACTIONS(2415), - [anon_sym_false] = ACTIONS(2415), - [anon_sym_SQUOTE] = ACTIONS(2418), - [sym__backtick_identifier] = ACTIONS(2421), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2424), - }, - [1400] = { - [sym__expression] = STATE(1502), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(2135), - [sym_annotation] = STATE(2135), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(265), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), - [sym__alpha_identifier] = ACTIONS(2222), - [anon_sym_AT] = ACTIONS(5301), - [anon_sym_LBRACK] = ACTIONS(2225), - [anon_sym_LBRACE] = ACTIONS(2228), - [anon_sym_LPAREN] = ACTIONS(2231), - [anon_sym_object] = ACTIONS(5377), - [anon_sym_fun] = ACTIONS(5428), - [anon_sym_get] = ACTIONS(2222), - [anon_sym_set] = ACTIONS(2222), - [anon_sym_this] = ACTIONS(2246), - [anon_sym_super] = ACTIONS(2249), - [anon_sym_STAR] = ACTIONS(2658), - [sym_label] = ACTIONS(2661), - [anon_sym_for] = ACTIONS(2070), - [anon_sym_while] = ACTIONS(2070), - [anon_sym_do] = ACTIONS(2070), - [anon_sym_null] = ACTIONS(2258), - [anon_sym_if] = ACTIONS(2664), - [anon_sym_when] = ACTIONS(2264), - [anon_sym_try] = ACTIONS(2267), - [anon_sym_throw] = ACTIONS(2667), - [anon_sym_return] = ACTIONS(2670), - [anon_sym_continue] = ACTIONS(2276), - [anon_sym_break] = ACTIONS(2276), - [anon_sym_COLON_COLON] = ACTIONS(2279), - [anon_sym_PLUS] = ACTIONS(2661), - [anon_sym_DASH] = ACTIONS(2661), - [anon_sym_PLUS_PLUS] = ACTIONS(2673), - [anon_sym_DASH_DASH] = ACTIONS(2673), - [anon_sym_BANG] = ACTIONS(2673), - [anon_sym_data] = ACTIONS(2222), - [anon_sym_inner] = ACTIONS(2222), - [anon_sym_expect] = ACTIONS(2222), - [anon_sym_actual] = ACTIONS(2222), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(2285), - [anon_sym_continue_AT] = ACTIONS(2288), - [anon_sym_break_AT] = ACTIONS(2291), - [sym_real_literal] = ACTIONS(2294), - [sym_integer_literal] = ACTIONS(2297), - [sym_hex_literal] = ACTIONS(2300), - [sym_bin_literal] = ACTIONS(2300), - [anon_sym_true] = ACTIONS(2303), - [anon_sym_false] = ACTIONS(2303), - [anon_sym_SQUOTE] = ACTIONS(2306), - [sym__backtick_identifier] = ACTIONS(2309), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2312), - }, - [1401] = { - [sym_property_delegate] = STATE(1575), - [sym_getter] = STATE(3176), - [sym_setter] = STATE(3176), - [sym_modifiers] = STATE(8655), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [1409] = { + [sym_property_delegate] = STATE(1580), + [sym_getter] = STATE(4602), + [sym_setter] = STATE(4602), + [sym_modifiers] = STATE(8670), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1764), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1766), [anon_sym_RBRACK] = ACTIONS(1766), [anon_sym_as] = ACTIONS(1764), - [anon_sym_EQ] = ACTIONS(5263), + [anon_sym_EQ] = ACTIONS(5460), [anon_sym_LBRACE] = ACTIONS(1766), [anon_sym_RBRACE] = ACTIONS(1766), [anon_sym_LPAREN] = ACTIONS(1766), [anon_sym_COMMA] = ACTIONS(1766), [anon_sym_RPAREN] = ACTIONS(1766), - [anon_sym_by] = ACTIONS(5251), + [anon_sym_by] = ACTIONS(5265), [anon_sym_LT] = ACTIONS(1764), [anon_sym_GT] = ACTIONS(1764), [anon_sym_where] = ACTIONS(1764), [anon_sym_DOT] = ACTIONS(1764), - [anon_sym_SEMI] = ACTIONS(3498), - [anon_sym_get] = ACTIONS(5259), - [anon_sym_set] = ACTIONS(5261), + [anon_sym_SEMI] = ACTIONS(3470), + [anon_sym_get] = ACTIONS(5267), + [anon_sym_set] = ACTIONS(5269), [anon_sym_STAR] = ACTIONS(1764), [anon_sym_DASH_GT] = ACTIONS(1766), [sym_label] = ACTIONS(1766), @@ -192038,181 +192946,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1766), [sym_safe_nav] = ACTIONS(1766), [sym_multiline_comment] = ACTIONS(3), }, - [1402] = { - [sym_class_body] = STATE(1089), - [sym__alpha_identifier] = ACTIONS(4517), - [anon_sym_AT] = ACTIONS(4519), - [anon_sym_COLON] = ACTIONS(5431), - [anon_sym_LBRACK] = ACTIONS(4519), - [anon_sym_as] = ACTIONS(4517), - [anon_sym_LBRACE] = ACTIONS(3156), - [anon_sym_RBRACE] = ACTIONS(4519), - [anon_sym_LPAREN] = ACTIONS(4519), - [anon_sym_COMMA] = ACTIONS(4519), - [anon_sym_LT] = ACTIONS(4517), - [anon_sym_GT] = ACTIONS(4517), - [anon_sym_where] = ACTIONS(4517), - [anon_sym_object] = ACTIONS(4517), - [anon_sym_fun] = ACTIONS(4517), - [anon_sym_DOT] = ACTIONS(4517), - [anon_sym_SEMI] = ACTIONS(4519), - [anon_sym_get] = ACTIONS(4517), - [anon_sym_set] = ACTIONS(4517), - [anon_sym_this] = ACTIONS(4517), - [anon_sym_super] = ACTIONS(4517), - [anon_sym_STAR] = ACTIONS(4519), - [sym_label] = ACTIONS(4517), - [anon_sym_in] = ACTIONS(4517), - [anon_sym_DOT_DOT] = ACTIONS(4519), - [anon_sym_QMARK_COLON] = ACTIONS(4519), - [anon_sym_AMP_AMP] = ACTIONS(4519), - [anon_sym_PIPE_PIPE] = ACTIONS(4519), - [anon_sym_null] = ACTIONS(4517), - [anon_sym_if] = ACTIONS(4517), - [anon_sym_else] = ACTIONS(4517), - [anon_sym_when] = ACTIONS(4517), - [anon_sym_try] = ACTIONS(4517), - [anon_sym_throw] = ACTIONS(4517), - [anon_sym_return] = ACTIONS(4517), - [anon_sym_continue] = ACTIONS(4517), - [anon_sym_break] = ACTIONS(4517), - [anon_sym_COLON_COLON] = ACTIONS(4519), - [anon_sym_BANG_EQ] = ACTIONS(4517), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4519), - [anon_sym_EQ_EQ] = ACTIONS(4517), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4519), - [anon_sym_LT_EQ] = ACTIONS(4519), - [anon_sym_GT_EQ] = ACTIONS(4519), - [anon_sym_BANGin] = ACTIONS(4519), - [anon_sym_is] = ACTIONS(4517), - [anon_sym_BANGis] = ACTIONS(4519), - [anon_sym_PLUS] = ACTIONS(4517), - [anon_sym_DASH] = ACTIONS(4517), - [anon_sym_SLASH] = ACTIONS(4517), - [anon_sym_PERCENT] = ACTIONS(4519), - [anon_sym_as_QMARK] = ACTIONS(4519), - [anon_sym_PLUS_PLUS] = ACTIONS(4519), - [anon_sym_DASH_DASH] = ACTIONS(4519), - [anon_sym_BANG] = ACTIONS(4517), - [anon_sym_BANG_BANG] = ACTIONS(4519), - [anon_sym_suspend] = ACTIONS(4517), - [anon_sym_sealed] = ACTIONS(4517), - [anon_sym_annotation] = ACTIONS(4517), - [anon_sym_data] = ACTIONS(4517), - [anon_sym_inner] = ACTIONS(4517), - [anon_sym_override] = ACTIONS(4517), - [anon_sym_lateinit] = ACTIONS(4517), - [anon_sym_public] = ACTIONS(4517), - [anon_sym_private] = ACTIONS(4517), - [anon_sym_internal] = ACTIONS(4517), - [anon_sym_protected] = ACTIONS(4517), - [anon_sym_tailrec] = ACTIONS(4517), - [anon_sym_operator] = ACTIONS(4517), - [anon_sym_infix] = ACTIONS(4517), - [anon_sym_inline] = ACTIONS(4517), - [anon_sym_external] = ACTIONS(4517), - [sym_property_modifier] = ACTIONS(4517), - [anon_sym_abstract] = ACTIONS(4517), - [anon_sym_final] = ACTIONS(4517), - [anon_sym_open] = ACTIONS(4517), - [anon_sym_vararg] = ACTIONS(4517), - [anon_sym_noinline] = ACTIONS(4517), - [anon_sym_crossinline] = ACTIONS(4517), - [anon_sym_expect] = ACTIONS(4517), - [anon_sym_actual] = ACTIONS(4517), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4519), - [anon_sym_continue_AT] = ACTIONS(4519), - [anon_sym_break_AT] = ACTIONS(4519), - [sym_real_literal] = ACTIONS(4519), - [sym_integer_literal] = ACTIONS(4517), - [sym_hex_literal] = ACTIONS(4519), - [sym_bin_literal] = ACTIONS(4519), - [anon_sym_true] = ACTIONS(4517), - [anon_sym_false] = ACTIONS(4517), - [anon_sym_SQUOTE] = ACTIONS(4519), - [sym__backtick_identifier] = ACTIONS(4519), - [sym__automatic_semicolon] = ACTIONS(4519), - [sym_safe_nav] = ACTIONS(4519), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4519), - }, - [1403] = { - [sym_primary_constructor] = STATE(4642), - [sym_class_body] = STATE(4628), - [sym__class_parameters] = STATE(4539), - [sym_type_parameters] = STATE(1437), - [sym_type_constraints] = STATE(4545), - [sym_modifiers] = STATE(9107), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3160), + [1410] = { + [sym_primary_constructor] = STATE(4724), + [sym_class_body] = STATE(4578), + [sym__class_parameters] = STATE(4565), + [sym_type_parameters] = STATE(1457), + [sym_type_constraints] = STATE(4550), + [sym_modifiers] = STATE(9275), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3146), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(5433), - [anon_sym_LBRACK] = ACTIONS(3164), - [anon_sym_as] = ACTIONS(3160), - [anon_sym_EQ] = ACTIONS(3160), - [anon_sym_constructor] = ACTIONS(5125), - [anon_sym_LBRACE] = ACTIONS(5127), - [anon_sym_RBRACE] = ACTIONS(3164), - [anon_sym_LPAREN] = ACTIONS(5129), - [anon_sym_RPAREN] = ACTIONS(3164), - [anon_sym_LT] = ACTIONS(5131), - [anon_sym_GT] = ACTIONS(3160), - [anon_sym_where] = ACTIONS(5133), - [anon_sym_DOT] = ACTIONS(3160), - [anon_sym_SEMI] = ACTIONS(3164), - [anon_sym_get] = ACTIONS(3160), - [anon_sym_set] = ACTIONS(3160), - [anon_sym_STAR] = ACTIONS(3160), - [sym_label] = ACTIONS(3164), - [anon_sym_in] = ACTIONS(3160), - [anon_sym_while] = ACTIONS(3160), - [anon_sym_DOT_DOT] = ACTIONS(3164), - [anon_sym_QMARK_COLON] = ACTIONS(3164), - [anon_sym_AMP_AMP] = ACTIONS(3164), - [anon_sym_PIPE_PIPE] = ACTIONS(3164), - [anon_sym_else] = ACTIONS(3160), - [anon_sym_COLON_COLON] = ACTIONS(3164), - [anon_sym_PLUS_EQ] = ACTIONS(3164), - [anon_sym_DASH_EQ] = ACTIONS(3164), - [anon_sym_STAR_EQ] = ACTIONS(3164), - [anon_sym_SLASH_EQ] = ACTIONS(3164), - [anon_sym_PERCENT_EQ] = ACTIONS(3164), - [anon_sym_BANG_EQ] = ACTIONS(3160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3164), - [anon_sym_EQ_EQ] = ACTIONS(3160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3164), - [anon_sym_LT_EQ] = ACTIONS(3164), - [anon_sym_GT_EQ] = ACTIONS(3164), - [anon_sym_BANGin] = ACTIONS(3164), - [anon_sym_is] = ACTIONS(3160), - [anon_sym_BANGis] = ACTIONS(3164), - [anon_sym_PLUS] = ACTIONS(3160), - [anon_sym_DASH] = ACTIONS(3160), - [anon_sym_SLASH] = ACTIONS(3160), - [anon_sym_PERCENT] = ACTIONS(3160), - [anon_sym_as_QMARK] = ACTIONS(3164), - [anon_sym_PLUS_PLUS] = ACTIONS(3164), - [anon_sym_DASH_DASH] = ACTIONS(3164), - [anon_sym_BANG_BANG] = ACTIONS(3164), + [anon_sym_COLON] = ACTIONS(5462), + [anon_sym_LBRACK] = ACTIONS(3150), + [anon_sym_as] = ACTIONS(3146), + [anon_sym_EQ] = ACTIONS(3146), + [anon_sym_constructor] = ACTIONS(5113), + [anon_sym_LBRACE] = ACTIONS(5161), + [anon_sym_RBRACE] = ACTIONS(3150), + [anon_sym_LPAREN] = ACTIONS(5117), + [anon_sym_RPAREN] = ACTIONS(3150), + [anon_sym_LT] = ACTIONS(5119), + [anon_sym_GT] = ACTIONS(3146), + [anon_sym_where] = ACTIONS(5121), + [anon_sym_DOT] = ACTIONS(3146), + [anon_sym_SEMI] = ACTIONS(3150), + [anon_sym_get] = ACTIONS(3146), + [anon_sym_set] = ACTIONS(3146), + [anon_sym_STAR] = ACTIONS(3146), + [sym_label] = ACTIONS(3150), + [anon_sym_in] = ACTIONS(3146), + [anon_sym_while] = ACTIONS(3146), + [anon_sym_DOT_DOT] = ACTIONS(3150), + [anon_sym_QMARK_COLON] = ACTIONS(3150), + [anon_sym_AMP_AMP] = ACTIONS(3150), + [anon_sym_PIPE_PIPE] = ACTIONS(3150), + [anon_sym_else] = ACTIONS(3146), + [anon_sym_COLON_COLON] = ACTIONS(3150), + [anon_sym_PLUS_EQ] = ACTIONS(3150), + [anon_sym_DASH_EQ] = ACTIONS(3150), + [anon_sym_STAR_EQ] = ACTIONS(3150), + [anon_sym_SLASH_EQ] = ACTIONS(3150), + [anon_sym_PERCENT_EQ] = ACTIONS(3150), + [anon_sym_BANG_EQ] = ACTIONS(3146), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3150), + [anon_sym_EQ_EQ] = ACTIONS(3146), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3150), + [anon_sym_LT_EQ] = ACTIONS(3150), + [anon_sym_GT_EQ] = ACTIONS(3150), + [anon_sym_BANGin] = ACTIONS(3150), + [anon_sym_is] = ACTIONS(3146), + [anon_sym_BANGis] = ACTIONS(3150), + [anon_sym_PLUS] = ACTIONS(3146), + [anon_sym_DASH] = ACTIONS(3146), + [anon_sym_SLASH] = ACTIONS(3146), + [anon_sym_PERCENT] = ACTIONS(3146), + [anon_sym_as_QMARK] = ACTIONS(3150), + [anon_sym_PLUS_PLUS] = ACTIONS(3150), + [anon_sym_DASH_DASH] = ACTIONS(3150), + [anon_sym_BANG_BANG] = ACTIONS(3150), [anon_sym_suspend] = ACTIONS(3120), [anon_sym_sealed] = ACTIONS(3122), [anon_sym_annotation] = ACTIONS(3122), @@ -192239,637 +193048,340 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3134), [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3164), - [sym_safe_nav] = ACTIONS(3164), - [sym_multiline_comment] = ACTIONS(3), - }, - [1404] = { - [sym__expression] = STATE(3666), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4941), - [sym_parenthesized_expression] = STATE(4941), - [sym_collection_literal] = STATE(4941), - [sym__literal_constant] = STATE(4941), - [sym_string_literal] = STATE(4941), - [sym_lambda_literal] = STATE(4941), - [sym_anonymous_function] = STATE(4941), - [sym__function_literal] = STATE(4941), - [sym_object_literal] = STATE(4941), - [sym_this_expression] = STATE(4941), - [sym_super_expression] = STATE(4941), - [sym_if_expression] = STATE(4941), - [sym_when_expression] = STATE(4941), - [sym_try_expression] = STATE(4941), - [sym_jump_expression] = STATE(4941), - [sym_callable_reference] = STATE(4941), - [sym__prefix_unary_operator] = STATE(2214), - [sym_annotation] = STATE(2214), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5029), - [sym__return_at] = STATE(303), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4941), - [sym_long_literal] = STATE(4941), - [sym_boolean_literal] = STATE(4941), - [sym_character_literal] = STATE(4941), - [sym__lexical_identifier] = STATE(4529), - [sym__alpha_identifier] = ACTIONS(2520), - [anon_sym_AT] = ACTIONS(5301), - [anon_sym_LBRACK] = ACTIONS(2523), - [anon_sym_LBRACE] = ACTIONS(2526), - [anon_sym_LPAREN] = ACTIONS(2529), - [anon_sym_object] = ACTIONS(5326), - [anon_sym_fun] = ACTIONS(5435), - [anon_sym_get] = ACTIONS(2520), - [anon_sym_set] = ACTIONS(2520), - [anon_sym_this] = ACTIONS(2544), - [anon_sym_super] = ACTIONS(2547), - [anon_sym_STAR] = ACTIONS(2878), - [sym_label] = ACTIONS(2881), - [anon_sym_for] = ACTIONS(2070), - [anon_sym_while] = ACTIONS(2070), - [anon_sym_do] = ACTIONS(2070), - [anon_sym_null] = ACTIONS(2556), - [anon_sym_if] = ACTIONS(2884), - [anon_sym_when] = ACTIONS(2562), - [anon_sym_try] = ACTIONS(2565), - [anon_sym_throw] = ACTIONS(2887), - [anon_sym_return] = ACTIONS(2890), - [anon_sym_continue] = ACTIONS(2574), - [anon_sym_break] = ACTIONS(2574), - [anon_sym_COLON_COLON] = ACTIONS(2577), - [anon_sym_PLUS] = ACTIONS(2881), - [anon_sym_DASH] = ACTIONS(2881), - [anon_sym_PLUS_PLUS] = ACTIONS(2893), - [anon_sym_DASH_DASH] = ACTIONS(2893), - [anon_sym_BANG] = ACTIONS(2893), - [anon_sym_data] = ACTIONS(2520), - [anon_sym_inner] = ACTIONS(2520), - [anon_sym_expect] = ACTIONS(2520), - [anon_sym_actual] = ACTIONS(2520), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(2099), - [anon_sym_continue_AT] = ACTIONS(2583), - [anon_sym_break_AT] = ACTIONS(2586), - [sym_real_literal] = ACTIONS(2589), - [sym_integer_literal] = ACTIONS(2592), - [sym_hex_literal] = ACTIONS(2595), - [sym_bin_literal] = ACTIONS(2595), - [anon_sym_true] = ACTIONS(2598), - [anon_sym_false] = ACTIONS(2598), - [anon_sym_SQUOTE] = ACTIONS(2601), - [sym__backtick_identifier] = ACTIONS(2604), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2607), - }, - [1405] = { - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(2090), - [sym__comparison_operator] = STATE(2107), - [sym__in_operator] = STATE(2109), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(2110), - [sym__multiplicative_operator] = STATE(2111), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_annotation] = STATE(7852), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2113), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [sym__alpha_identifier] = ACTIONS(3076), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_EQ] = ACTIONS(3076), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(3078), - [anon_sym_LPAREN] = ACTIONS(3570), - [anon_sym_LT] = ACTIONS(3080), - [anon_sym_GT] = ACTIONS(3076), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(3078), - [anon_sym_get] = ACTIONS(3076), - [anon_sym_set] = ACTIONS(3076), - [anon_sym_STAR] = ACTIONS(3710), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(3076), - [anon_sym_DOT_DOT] = ACTIONS(3714), - [anon_sym_QMARK_COLON] = ACTIONS(3078), - [anon_sym_AMP_AMP] = ACTIONS(3078), - [anon_sym_PIPE_PIPE] = ACTIONS(3078), - [anon_sym_else] = ACTIONS(3076), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_PLUS_EQ] = ACTIONS(3078), - [anon_sym_DASH_EQ] = ACTIONS(3078), - [anon_sym_STAR_EQ] = ACTIONS(3078), - [anon_sym_SLASH_EQ] = ACTIONS(3078), - [anon_sym_PERCENT_EQ] = ACTIONS(3078), - [anon_sym_BANG_EQ] = ACTIONS(3076), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3078), - [anon_sym_EQ_EQ] = ACTIONS(3076), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3078), - [anon_sym_LT_EQ] = ACTIONS(3078), - [anon_sym_GT_EQ] = ACTIONS(3078), - [anon_sym_BANGin] = ACTIONS(3078), - [anon_sym_is] = ACTIONS(3076), - [anon_sym_BANGis] = ACTIONS(3078), - [anon_sym_PLUS] = ACTIONS(3730), - [anon_sym_DASH] = ACTIONS(3730), - [anon_sym_SLASH] = ACTIONS(3710), - [anon_sym_PERCENT] = ACTIONS(3710), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), - [anon_sym_suspend] = ACTIONS(3076), - [anon_sym_sealed] = ACTIONS(3076), - [anon_sym_annotation] = ACTIONS(3076), - [anon_sym_data] = ACTIONS(3076), - [anon_sym_inner] = ACTIONS(3076), - [anon_sym_override] = ACTIONS(3076), - [anon_sym_lateinit] = ACTIONS(3076), - [anon_sym_public] = ACTIONS(3076), - [anon_sym_private] = ACTIONS(3076), - [anon_sym_internal] = ACTIONS(3076), - [anon_sym_protected] = ACTIONS(3076), - [anon_sym_tailrec] = ACTIONS(3076), - [anon_sym_operator] = ACTIONS(3076), - [anon_sym_infix] = ACTIONS(3076), - [anon_sym_inline] = ACTIONS(3076), - [anon_sym_external] = ACTIONS(3076), - [sym_property_modifier] = ACTIONS(3076), - [anon_sym_abstract] = ACTIONS(3076), - [anon_sym_final] = ACTIONS(3076), - [anon_sym_open] = ACTIONS(3076), - [anon_sym_vararg] = ACTIONS(3076), - [anon_sym_noinline] = ACTIONS(3076), - [anon_sym_crossinline] = ACTIONS(3076), - [anon_sym_expect] = ACTIONS(3076), - [anon_sym_actual] = ACTIONS(3076), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3078), - [sym__automatic_semicolon] = ACTIONS(3078), - [sym_safe_nav] = ACTIONS(3596), + [sym__backtick_identifier] = ACTIONS(3150), + [sym_safe_nav] = ACTIONS(3150), [sym_multiline_comment] = ACTIONS(3), }, - [1406] = { - [sym_primary_constructor] = STATE(4651), - [sym__class_parameters] = STATE(4539), - [sym_type_parameters] = STATE(1436), - [sym_type_constraints] = STATE(4532), - [sym_enum_class_body] = STATE(4640), - [sym_modifiers] = STATE(9107), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3102), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(5438), - [anon_sym_LBRACK] = ACTIONS(3108), - [anon_sym_as] = ACTIONS(3102), - [anon_sym_EQ] = ACTIONS(3102), - [anon_sym_constructor] = ACTIONS(5125), - [anon_sym_LBRACE] = ACTIONS(5137), - [anon_sym_RBRACE] = ACTIONS(3108), - [anon_sym_LPAREN] = ACTIONS(5129), - [anon_sym_RPAREN] = ACTIONS(3108), - [anon_sym_LT] = ACTIONS(5131), - [anon_sym_GT] = ACTIONS(3102), - [anon_sym_where] = ACTIONS(5133), - [anon_sym_DOT] = ACTIONS(3102), - [anon_sym_SEMI] = ACTIONS(3108), - [anon_sym_get] = ACTIONS(3102), - [anon_sym_set] = ACTIONS(3102), - [anon_sym_STAR] = ACTIONS(3102), - [sym_label] = ACTIONS(3108), - [anon_sym_in] = ACTIONS(3102), - [anon_sym_while] = ACTIONS(3102), - [anon_sym_DOT_DOT] = ACTIONS(3108), - [anon_sym_QMARK_COLON] = ACTIONS(3108), - [anon_sym_AMP_AMP] = ACTIONS(3108), - [anon_sym_PIPE_PIPE] = ACTIONS(3108), - [anon_sym_else] = ACTIONS(3102), - [anon_sym_COLON_COLON] = ACTIONS(3108), - [anon_sym_PLUS_EQ] = ACTIONS(3108), - [anon_sym_DASH_EQ] = ACTIONS(3108), - [anon_sym_STAR_EQ] = ACTIONS(3108), - [anon_sym_SLASH_EQ] = ACTIONS(3108), - [anon_sym_PERCENT_EQ] = ACTIONS(3108), - [anon_sym_BANG_EQ] = ACTIONS(3102), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3108), - [anon_sym_EQ_EQ] = ACTIONS(3102), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3108), - [anon_sym_LT_EQ] = ACTIONS(3108), - [anon_sym_GT_EQ] = ACTIONS(3108), - [anon_sym_BANGin] = ACTIONS(3108), - [anon_sym_is] = ACTIONS(3102), - [anon_sym_BANGis] = ACTIONS(3108), - [anon_sym_PLUS] = ACTIONS(3102), - [anon_sym_DASH] = ACTIONS(3102), - [anon_sym_SLASH] = ACTIONS(3102), - [anon_sym_PERCENT] = ACTIONS(3102), - [anon_sym_as_QMARK] = ACTIONS(3108), - [anon_sym_PLUS_PLUS] = ACTIONS(3108), - [anon_sym_DASH_DASH] = ACTIONS(3108), - [anon_sym_BANG_BANG] = ACTIONS(3108), - [anon_sym_suspend] = ACTIONS(3120), - [anon_sym_sealed] = ACTIONS(3122), - [anon_sym_annotation] = ACTIONS(3122), - [anon_sym_data] = ACTIONS(3122), - [anon_sym_inner] = ACTIONS(3122), - [anon_sym_override] = ACTIONS(3124), - [anon_sym_lateinit] = ACTIONS(3124), - [anon_sym_public] = ACTIONS(3126), - [anon_sym_private] = ACTIONS(3126), - [anon_sym_internal] = ACTIONS(3126), - [anon_sym_protected] = ACTIONS(3126), - [anon_sym_tailrec] = ACTIONS(3120), - [anon_sym_operator] = ACTIONS(3120), - [anon_sym_infix] = ACTIONS(3120), - [anon_sym_inline] = ACTIONS(3120), - [anon_sym_external] = ACTIONS(3120), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(3130), - [anon_sym_final] = ACTIONS(3130), - [anon_sym_open] = ACTIONS(3130), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3134), - [anon_sym_actual] = ACTIONS(3134), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3108), - [sym_safe_nav] = ACTIONS(3108), - [sym_multiline_comment] = ACTIONS(3), + [1411] = { + [sym_class_body] = STATE(1172), + [sym__alpha_identifier] = ACTIONS(4410), + [anon_sym_AT] = ACTIONS(4412), + [anon_sym_COLON] = ACTIONS(5464), + [anon_sym_LBRACK] = ACTIONS(4412), + [anon_sym_as] = ACTIONS(4410), + [anon_sym_LBRACE] = ACTIONS(3180), + [anon_sym_RBRACE] = ACTIONS(4412), + [anon_sym_LPAREN] = ACTIONS(4412), + [anon_sym_COMMA] = ACTIONS(4412), + [anon_sym_LT] = ACTIONS(4410), + [anon_sym_GT] = ACTIONS(4410), + [anon_sym_where] = ACTIONS(4410), + [anon_sym_object] = ACTIONS(4410), + [anon_sym_fun] = ACTIONS(4410), + [anon_sym_DOT] = ACTIONS(4410), + [anon_sym_SEMI] = ACTIONS(4412), + [anon_sym_get] = ACTIONS(4410), + [anon_sym_set] = ACTIONS(4410), + [anon_sym_this] = ACTIONS(4410), + [anon_sym_super] = ACTIONS(4410), + [anon_sym_STAR] = ACTIONS(4412), + [sym_label] = ACTIONS(4410), + [anon_sym_in] = ACTIONS(4410), + [anon_sym_DOT_DOT] = ACTIONS(4412), + [anon_sym_QMARK_COLON] = ACTIONS(4412), + [anon_sym_AMP_AMP] = ACTIONS(4412), + [anon_sym_PIPE_PIPE] = ACTIONS(4412), + [anon_sym_null] = ACTIONS(4410), + [anon_sym_if] = ACTIONS(4410), + [anon_sym_else] = ACTIONS(4410), + [anon_sym_when] = ACTIONS(4410), + [anon_sym_try] = ACTIONS(4410), + [anon_sym_throw] = ACTIONS(4410), + [anon_sym_return] = ACTIONS(4410), + [anon_sym_continue] = ACTIONS(4410), + [anon_sym_break] = ACTIONS(4410), + [anon_sym_COLON_COLON] = ACTIONS(4412), + [anon_sym_BANG_EQ] = ACTIONS(4410), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4412), + [anon_sym_EQ_EQ] = ACTIONS(4410), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4412), + [anon_sym_LT_EQ] = ACTIONS(4412), + [anon_sym_GT_EQ] = ACTIONS(4412), + [anon_sym_BANGin] = ACTIONS(4412), + [anon_sym_is] = ACTIONS(4410), + [anon_sym_BANGis] = ACTIONS(4412), + [anon_sym_PLUS] = ACTIONS(4410), + [anon_sym_DASH] = ACTIONS(4410), + [anon_sym_SLASH] = ACTIONS(4410), + [anon_sym_PERCENT] = ACTIONS(4412), + [anon_sym_as_QMARK] = ACTIONS(4412), + [anon_sym_PLUS_PLUS] = ACTIONS(4412), + [anon_sym_DASH_DASH] = ACTIONS(4412), + [anon_sym_BANG] = ACTIONS(4410), + [anon_sym_BANG_BANG] = ACTIONS(4412), + [anon_sym_suspend] = ACTIONS(4410), + [anon_sym_sealed] = ACTIONS(4410), + [anon_sym_annotation] = ACTIONS(4410), + [anon_sym_data] = ACTIONS(4410), + [anon_sym_inner] = ACTIONS(4410), + [anon_sym_override] = ACTIONS(4410), + [anon_sym_lateinit] = ACTIONS(4410), + [anon_sym_public] = ACTIONS(4410), + [anon_sym_private] = ACTIONS(4410), + [anon_sym_internal] = ACTIONS(4410), + [anon_sym_protected] = ACTIONS(4410), + [anon_sym_tailrec] = ACTIONS(4410), + [anon_sym_operator] = ACTIONS(4410), + [anon_sym_infix] = ACTIONS(4410), + [anon_sym_inline] = ACTIONS(4410), + [anon_sym_external] = ACTIONS(4410), + [sym_property_modifier] = ACTIONS(4410), + [anon_sym_abstract] = ACTIONS(4410), + [anon_sym_final] = ACTIONS(4410), + [anon_sym_open] = ACTIONS(4410), + [anon_sym_vararg] = ACTIONS(4410), + [anon_sym_noinline] = ACTIONS(4410), + [anon_sym_crossinline] = ACTIONS(4410), + [anon_sym_expect] = ACTIONS(4410), + [anon_sym_actual] = ACTIONS(4410), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4412), + [anon_sym_continue_AT] = ACTIONS(4412), + [anon_sym_break_AT] = ACTIONS(4412), + [sym_real_literal] = ACTIONS(4412), + [sym_integer_literal] = ACTIONS(4410), + [sym_hex_literal] = ACTIONS(4412), + [sym_bin_literal] = ACTIONS(4412), + [anon_sym_true] = ACTIONS(4410), + [anon_sym_false] = ACTIONS(4410), + [anon_sym_SQUOTE] = ACTIONS(4412), + [sym__backtick_identifier] = ACTIONS(4412), + [sym__automatic_semicolon] = ACTIONS(4412), + [sym_safe_nav] = ACTIONS(4412), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4412), }, - [1407] = { - [sym_primary_constructor] = STATE(4656), - [sym_class_body] = STATE(4640), - [sym__class_parameters] = STATE(4539), - [sym_type_parameters] = STATE(1435), - [sym_type_constraints] = STATE(4514), - [sym_modifiers] = STATE(9107), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3102), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(5440), - [anon_sym_LBRACK] = ACTIONS(3108), - [anon_sym_as] = ACTIONS(3102), - [anon_sym_EQ] = ACTIONS(3102), - [anon_sym_constructor] = ACTIONS(5125), - [anon_sym_LBRACE] = ACTIONS(5127), - [anon_sym_RBRACE] = ACTIONS(3108), - [anon_sym_LPAREN] = ACTIONS(5129), - [anon_sym_RPAREN] = ACTIONS(3108), - [anon_sym_LT] = ACTIONS(5131), - [anon_sym_GT] = ACTIONS(3102), - [anon_sym_where] = ACTIONS(5133), - [anon_sym_DOT] = ACTIONS(3102), - [anon_sym_SEMI] = ACTIONS(3108), - [anon_sym_get] = ACTIONS(3102), - [anon_sym_set] = ACTIONS(3102), - [anon_sym_STAR] = ACTIONS(3102), - [sym_label] = ACTIONS(3108), - [anon_sym_in] = ACTIONS(3102), - [anon_sym_while] = ACTIONS(3102), - [anon_sym_DOT_DOT] = ACTIONS(3108), - [anon_sym_QMARK_COLON] = ACTIONS(3108), - [anon_sym_AMP_AMP] = ACTIONS(3108), - [anon_sym_PIPE_PIPE] = ACTIONS(3108), - [anon_sym_else] = ACTIONS(3102), - [anon_sym_COLON_COLON] = ACTIONS(3108), - [anon_sym_PLUS_EQ] = ACTIONS(3108), - [anon_sym_DASH_EQ] = ACTIONS(3108), - [anon_sym_STAR_EQ] = ACTIONS(3108), - [anon_sym_SLASH_EQ] = ACTIONS(3108), - [anon_sym_PERCENT_EQ] = ACTIONS(3108), - [anon_sym_BANG_EQ] = ACTIONS(3102), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3108), - [anon_sym_EQ_EQ] = ACTIONS(3102), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3108), - [anon_sym_LT_EQ] = ACTIONS(3108), - [anon_sym_GT_EQ] = ACTIONS(3108), - [anon_sym_BANGin] = ACTIONS(3108), - [anon_sym_is] = ACTIONS(3102), - [anon_sym_BANGis] = ACTIONS(3108), - [anon_sym_PLUS] = ACTIONS(3102), - [anon_sym_DASH] = ACTIONS(3102), - [anon_sym_SLASH] = ACTIONS(3102), - [anon_sym_PERCENT] = ACTIONS(3102), - [anon_sym_as_QMARK] = ACTIONS(3108), - [anon_sym_PLUS_PLUS] = ACTIONS(3108), - [anon_sym_DASH_DASH] = ACTIONS(3108), - [anon_sym_BANG_BANG] = ACTIONS(3108), - [anon_sym_suspend] = ACTIONS(3120), - [anon_sym_sealed] = ACTIONS(3122), - [anon_sym_annotation] = ACTIONS(3122), - [anon_sym_data] = ACTIONS(3122), - [anon_sym_inner] = ACTIONS(3122), - [anon_sym_override] = ACTIONS(3124), - [anon_sym_lateinit] = ACTIONS(3124), - [anon_sym_public] = ACTIONS(3126), - [anon_sym_private] = ACTIONS(3126), - [anon_sym_internal] = ACTIONS(3126), - [anon_sym_protected] = ACTIONS(3126), - [anon_sym_tailrec] = ACTIONS(3120), - [anon_sym_operator] = ACTIONS(3120), - [anon_sym_infix] = ACTIONS(3120), - [anon_sym_inline] = ACTIONS(3120), - [anon_sym_external] = ACTIONS(3120), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(3130), - [anon_sym_final] = ACTIONS(3130), - [anon_sym_open] = ACTIONS(3130), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3134), - [anon_sym_actual] = ACTIONS(3134), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3108), - [sym_safe_nav] = ACTIONS(3108), - [sym_multiline_comment] = ACTIONS(3), + [1412] = { + [sym_function_body] = STATE(1105), + [sym__block] = STATE(1087), + [sym__alpha_identifier] = ACTIONS(4198), + [anon_sym_AT] = ACTIONS(4200), + [anon_sym_COLON] = ACTIONS(5466), + [anon_sym_LBRACK] = ACTIONS(4200), + [anon_sym_as] = ACTIONS(4198), + [anon_sym_EQ] = ACTIONS(5203), + [anon_sym_LBRACE] = ACTIONS(4039), + [anon_sym_RBRACE] = ACTIONS(4200), + [anon_sym_LPAREN] = ACTIONS(4200), + [anon_sym_LT] = ACTIONS(4198), + [anon_sym_GT] = ACTIONS(4198), + [anon_sym_object] = ACTIONS(4198), + [anon_sym_fun] = ACTIONS(4198), + [anon_sym_DOT] = ACTIONS(4198), + [anon_sym_SEMI] = ACTIONS(4200), + [anon_sym_get] = ACTIONS(4198), + [anon_sym_set] = ACTIONS(4198), + [anon_sym_this] = ACTIONS(4198), + [anon_sym_super] = ACTIONS(4198), + [anon_sym_STAR] = ACTIONS(4200), + [sym_label] = ACTIONS(4198), + [anon_sym_in] = ACTIONS(4198), + [anon_sym_DOT_DOT] = ACTIONS(4200), + [anon_sym_QMARK_COLON] = ACTIONS(4200), + [anon_sym_AMP_AMP] = ACTIONS(4200), + [anon_sym_PIPE_PIPE] = ACTIONS(4200), + [anon_sym_null] = ACTIONS(4198), + [anon_sym_if] = ACTIONS(4198), + [anon_sym_else] = ACTIONS(4198), + [anon_sym_when] = ACTIONS(4198), + [anon_sym_try] = ACTIONS(4198), + [anon_sym_throw] = ACTIONS(4198), + [anon_sym_return] = ACTIONS(4198), + [anon_sym_continue] = ACTIONS(4198), + [anon_sym_break] = ACTIONS(4198), + [anon_sym_COLON_COLON] = ACTIONS(4200), + [anon_sym_BANG_EQ] = ACTIONS(4198), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4200), + [anon_sym_EQ_EQ] = ACTIONS(4198), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4200), + [anon_sym_LT_EQ] = ACTIONS(4200), + [anon_sym_GT_EQ] = ACTIONS(4200), + [anon_sym_BANGin] = ACTIONS(4200), + [anon_sym_is] = ACTIONS(4198), + [anon_sym_BANGis] = ACTIONS(4200), + [anon_sym_PLUS] = ACTIONS(4198), + [anon_sym_DASH] = ACTIONS(4198), + [anon_sym_SLASH] = ACTIONS(4198), + [anon_sym_PERCENT] = ACTIONS(4200), + [anon_sym_as_QMARK] = ACTIONS(4200), + [anon_sym_PLUS_PLUS] = ACTIONS(4200), + [anon_sym_DASH_DASH] = ACTIONS(4200), + [anon_sym_BANG] = ACTIONS(4198), + [anon_sym_BANG_BANG] = ACTIONS(4200), + [anon_sym_suspend] = ACTIONS(4198), + [anon_sym_sealed] = ACTIONS(4198), + [anon_sym_annotation] = ACTIONS(4198), + [anon_sym_data] = ACTIONS(4198), + [anon_sym_inner] = ACTIONS(4198), + [anon_sym_override] = ACTIONS(4198), + [anon_sym_lateinit] = ACTIONS(4198), + [anon_sym_public] = ACTIONS(4198), + [anon_sym_private] = ACTIONS(4198), + [anon_sym_internal] = ACTIONS(4198), + [anon_sym_protected] = ACTIONS(4198), + [anon_sym_tailrec] = ACTIONS(4198), + [anon_sym_operator] = ACTIONS(4198), + [anon_sym_infix] = ACTIONS(4198), + [anon_sym_inline] = ACTIONS(4198), + [anon_sym_external] = ACTIONS(4198), + [sym_property_modifier] = ACTIONS(4198), + [anon_sym_abstract] = ACTIONS(4198), + [anon_sym_final] = ACTIONS(4198), + [anon_sym_open] = ACTIONS(4198), + [anon_sym_vararg] = ACTIONS(4198), + [anon_sym_noinline] = ACTIONS(4198), + [anon_sym_crossinline] = ACTIONS(4198), + [anon_sym_expect] = ACTIONS(4198), + [anon_sym_actual] = ACTIONS(4198), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4200), + [anon_sym_continue_AT] = ACTIONS(4200), + [anon_sym_break_AT] = ACTIONS(4200), + [sym_real_literal] = ACTIONS(4200), + [sym_integer_literal] = ACTIONS(4198), + [sym_hex_literal] = ACTIONS(4200), + [sym_bin_literal] = ACTIONS(4200), + [anon_sym_true] = ACTIONS(4198), + [anon_sym_false] = ACTIONS(4198), + [anon_sym_SQUOTE] = ACTIONS(4200), + [sym__backtick_identifier] = ACTIONS(4200), + [sym__automatic_semicolon] = ACTIONS(4200), + [sym_safe_nav] = ACTIONS(4200), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4200), }, - [1408] = { - [sym_primary_constructor] = STATE(4610), - [sym_class_body] = STATE(4935), - [sym__class_parameters] = STATE(4877), - [sym_type_parameters] = STATE(1524), - [sym_type_constraints] = STATE(4876), - [sym_modifiers] = STATE(9180), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3160), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(5442), - [anon_sym_LBRACK] = ACTIONS(3164), - [anon_sym_as] = ACTIONS(3160), - [anon_sym_EQ] = ACTIONS(3160), - [anon_sym_constructor] = ACTIONS(5334), - [anon_sym_LBRACE] = ACTIONS(5397), - [anon_sym_RBRACE] = ACTIONS(3164), - [anon_sym_LPAREN] = ACTIONS(5338), - [anon_sym_COMMA] = ACTIONS(3164), - [anon_sym_LT] = ACTIONS(5340), - [anon_sym_GT] = ACTIONS(3160), - [anon_sym_where] = ACTIONS(5342), - [anon_sym_DOT] = ACTIONS(3160), - [anon_sym_SEMI] = ACTIONS(3164), - [anon_sym_get] = ACTIONS(3160), - [anon_sym_set] = ACTIONS(3160), - [anon_sym_STAR] = ACTIONS(3160), - [sym_label] = ACTIONS(3164), - [anon_sym_in] = ACTIONS(3160), - [anon_sym_DOT_DOT] = ACTIONS(3164), - [anon_sym_QMARK_COLON] = ACTIONS(3164), - [anon_sym_AMP_AMP] = ACTIONS(3164), - [anon_sym_PIPE_PIPE] = ACTIONS(3164), - [anon_sym_else] = ACTIONS(3160), - [anon_sym_COLON_COLON] = ACTIONS(3164), - [anon_sym_PLUS_EQ] = ACTIONS(3164), - [anon_sym_DASH_EQ] = ACTIONS(3164), - [anon_sym_STAR_EQ] = ACTIONS(3164), - [anon_sym_SLASH_EQ] = ACTIONS(3164), - [anon_sym_PERCENT_EQ] = ACTIONS(3164), - [anon_sym_BANG_EQ] = ACTIONS(3160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3164), - [anon_sym_EQ_EQ] = ACTIONS(3160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3164), - [anon_sym_LT_EQ] = ACTIONS(3164), - [anon_sym_GT_EQ] = ACTIONS(3164), - [anon_sym_BANGin] = ACTIONS(3164), - [anon_sym_is] = ACTIONS(3160), - [anon_sym_BANGis] = ACTIONS(3164), - [anon_sym_PLUS] = ACTIONS(3160), - [anon_sym_DASH] = ACTIONS(3160), - [anon_sym_SLASH] = ACTIONS(3160), - [anon_sym_PERCENT] = ACTIONS(3160), - [anon_sym_as_QMARK] = ACTIONS(3164), - [anon_sym_PLUS_PLUS] = ACTIONS(3164), - [anon_sym_DASH_DASH] = ACTIONS(3164), - [anon_sym_BANG_BANG] = ACTIONS(3164), - [anon_sym_suspend] = ACTIONS(3120), - [anon_sym_sealed] = ACTIONS(3122), - [anon_sym_annotation] = ACTIONS(3122), - [anon_sym_data] = ACTIONS(3122), - [anon_sym_inner] = ACTIONS(3122), - [anon_sym_override] = ACTIONS(3124), - [anon_sym_lateinit] = ACTIONS(3124), - [anon_sym_public] = ACTIONS(3126), - [anon_sym_private] = ACTIONS(3126), - [anon_sym_internal] = ACTIONS(3126), - [anon_sym_protected] = ACTIONS(3126), - [anon_sym_tailrec] = ACTIONS(3120), - [anon_sym_operator] = ACTIONS(3120), - [anon_sym_infix] = ACTIONS(3120), - [anon_sym_inline] = ACTIONS(3120), - [anon_sym_external] = ACTIONS(3120), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(3130), - [anon_sym_final] = ACTIONS(3130), - [anon_sym_open] = ACTIONS(3130), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3134), - [anon_sym_actual] = ACTIONS(3134), + [1413] = { + [sym_class_body] = STATE(1084), + [sym__alpha_identifier] = ACTIONS(4386), + [anon_sym_AT] = ACTIONS(4388), + [anon_sym_COLON] = ACTIONS(5468), + [anon_sym_LBRACK] = ACTIONS(4388), + [anon_sym_as] = ACTIONS(4386), + [anon_sym_LBRACE] = ACTIONS(3180), + [anon_sym_RBRACE] = ACTIONS(4388), + [anon_sym_LPAREN] = ACTIONS(4388), + [anon_sym_COMMA] = ACTIONS(4388), + [anon_sym_LT] = ACTIONS(4386), + [anon_sym_GT] = ACTIONS(4386), + [anon_sym_where] = ACTIONS(4386), + [anon_sym_object] = ACTIONS(4386), + [anon_sym_fun] = ACTIONS(4386), + [anon_sym_DOT] = ACTIONS(4386), + [anon_sym_SEMI] = ACTIONS(4388), + [anon_sym_get] = ACTIONS(4386), + [anon_sym_set] = ACTIONS(4386), + [anon_sym_this] = ACTIONS(4386), + [anon_sym_super] = ACTIONS(4386), + [anon_sym_STAR] = ACTIONS(4388), + [sym_label] = ACTIONS(4386), + [anon_sym_in] = ACTIONS(4386), + [anon_sym_DOT_DOT] = ACTIONS(4388), + [anon_sym_QMARK_COLON] = ACTIONS(4388), + [anon_sym_AMP_AMP] = ACTIONS(4388), + [anon_sym_PIPE_PIPE] = ACTIONS(4388), + [anon_sym_null] = ACTIONS(4386), + [anon_sym_if] = ACTIONS(4386), + [anon_sym_else] = ACTIONS(4386), + [anon_sym_when] = ACTIONS(4386), + [anon_sym_try] = ACTIONS(4386), + [anon_sym_throw] = ACTIONS(4386), + [anon_sym_return] = ACTIONS(4386), + [anon_sym_continue] = ACTIONS(4386), + [anon_sym_break] = ACTIONS(4386), + [anon_sym_COLON_COLON] = ACTIONS(4388), + [anon_sym_BANG_EQ] = ACTIONS(4386), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4388), + [anon_sym_EQ_EQ] = ACTIONS(4386), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4388), + [anon_sym_LT_EQ] = ACTIONS(4388), + [anon_sym_GT_EQ] = ACTIONS(4388), + [anon_sym_BANGin] = ACTIONS(4388), + [anon_sym_is] = ACTIONS(4386), + [anon_sym_BANGis] = ACTIONS(4388), + [anon_sym_PLUS] = ACTIONS(4386), + [anon_sym_DASH] = ACTIONS(4386), + [anon_sym_SLASH] = ACTIONS(4386), + [anon_sym_PERCENT] = ACTIONS(4388), + [anon_sym_as_QMARK] = ACTIONS(4388), + [anon_sym_PLUS_PLUS] = ACTIONS(4388), + [anon_sym_DASH_DASH] = ACTIONS(4388), + [anon_sym_BANG] = ACTIONS(4386), + [anon_sym_BANG_BANG] = ACTIONS(4388), + [anon_sym_suspend] = ACTIONS(4386), + [anon_sym_sealed] = ACTIONS(4386), + [anon_sym_annotation] = ACTIONS(4386), + [anon_sym_data] = ACTIONS(4386), + [anon_sym_inner] = ACTIONS(4386), + [anon_sym_override] = ACTIONS(4386), + [anon_sym_lateinit] = ACTIONS(4386), + [anon_sym_public] = ACTIONS(4386), + [anon_sym_private] = ACTIONS(4386), + [anon_sym_internal] = ACTIONS(4386), + [anon_sym_protected] = ACTIONS(4386), + [anon_sym_tailrec] = ACTIONS(4386), + [anon_sym_operator] = ACTIONS(4386), + [anon_sym_infix] = ACTIONS(4386), + [anon_sym_inline] = ACTIONS(4386), + [anon_sym_external] = ACTIONS(4386), + [sym_property_modifier] = ACTIONS(4386), + [anon_sym_abstract] = ACTIONS(4386), + [anon_sym_final] = ACTIONS(4386), + [anon_sym_open] = ACTIONS(4386), + [anon_sym_vararg] = ACTIONS(4386), + [anon_sym_noinline] = ACTIONS(4386), + [anon_sym_crossinline] = ACTIONS(4386), + [anon_sym_expect] = ACTIONS(4386), + [anon_sym_actual] = ACTIONS(4386), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3164), - [sym__automatic_semicolon] = ACTIONS(3164), - [sym_safe_nav] = ACTIONS(3164), + [anon_sym_return_AT] = ACTIONS(4388), + [anon_sym_continue_AT] = ACTIONS(4388), + [anon_sym_break_AT] = ACTIONS(4388), + [sym_real_literal] = ACTIONS(4388), + [sym_integer_literal] = ACTIONS(4386), + [sym_hex_literal] = ACTIONS(4388), + [sym_bin_literal] = ACTIONS(4388), + [anon_sym_true] = ACTIONS(4386), + [anon_sym_false] = ACTIONS(4386), + [anon_sym_SQUOTE] = ACTIONS(4388), + [sym__backtick_identifier] = ACTIONS(4388), + [sym__automatic_semicolon] = ACTIONS(4388), + [sym_safe_nav] = ACTIONS(4388), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4388), }, - [1409] = { - [sym__expression] = STATE(2488), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(1697), - [sym_annotation] = STATE(1697), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(268), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), - [sym__alpha_identifier] = ACTIONS(2222), - [anon_sym_AT] = ACTIONS(5301), - [anon_sym_LBRACK] = ACTIONS(2225), - [anon_sym_LBRACE] = ACTIONS(2228), - [anon_sym_LPAREN] = ACTIONS(2231), - [anon_sym_object] = ACTIONS(5377), - [anon_sym_fun] = ACTIONS(5444), - [anon_sym_get] = ACTIONS(2222), - [anon_sym_set] = ACTIONS(2222), - [anon_sym_this] = ACTIONS(2246), - [anon_sym_super] = ACTIONS(2249), - [anon_sym_STAR] = ACTIONS(2856), - [sym_label] = ACTIONS(2859), - [anon_sym_for] = ACTIONS(2070), - [anon_sym_while] = ACTIONS(2070), - [anon_sym_do] = ACTIONS(2070), - [anon_sym_null] = ACTIONS(2258), - [anon_sym_if] = ACTIONS(2862), - [anon_sym_when] = ACTIONS(2264), - [anon_sym_try] = ACTIONS(2267), - [anon_sym_throw] = ACTIONS(2865), - [anon_sym_return] = ACTIONS(2868), - [anon_sym_continue] = ACTIONS(2276), - [anon_sym_break] = ACTIONS(2276), - [anon_sym_COLON_COLON] = ACTIONS(2279), - [anon_sym_PLUS] = ACTIONS(2859), - [anon_sym_DASH] = ACTIONS(2859), - [anon_sym_PLUS_PLUS] = ACTIONS(2871), - [anon_sym_DASH_DASH] = ACTIONS(2871), - [anon_sym_BANG] = ACTIONS(2871), - [anon_sym_data] = ACTIONS(2222), - [anon_sym_inner] = ACTIONS(2222), - [anon_sym_expect] = ACTIONS(2222), - [anon_sym_actual] = ACTIONS(2222), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(2285), - [anon_sym_continue_AT] = ACTIONS(2288), - [anon_sym_break_AT] = ACTIONS(2291), - [sym_real_literal] = ACTIONS(2294), - [sym_integer_literal] = ACTIONS(2297), - [sym_hex_literal] = ACTIONS(2300), - [sym_bin_literal] = ACTIONS(2300), - [anon_sym_true] = ACTIONS(2303), - [anon_sym_false] = ACTIONS(2303), - [anon_sym_SQUOTE] = ACTIONS(2306), - [sym__backtick_identifier] = ACTIONS(2309), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2312), - }, - [1410] = { - [sym_primary_constructor] = STATE(4663), - [sym__class_parameters] = STATE(4539), - [sym_type_parameters] = STATE(1434), - [sym_type_constraints] = STATE(4538), - [sym_enum_class_body] = STATE(4729), - [sym_modifiers] = STATE(9107), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), + [1414] = { + [sym_primary_constructor] = STATE(4729), + [sym__class_parameters] = STATE(4565), + [sym_type_parameters] = STATE(1438), + [sym_type_constraints] = STATE(4559), + [sym_enum_class_body] = STATE(4604), + [sym_modifiers] = STATE(9275), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), [sym__alpha_identifier] = ACTIONS(3136), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(5447), + [anon_sym_COLON] = ACTIONS(5470), [anon_sym_LBRACK] = ACTIONS(3140), [anon_sym_as] = ACTIONS(3136), [anon_sym_EQ] = ACTIONS(3136), - [anon_sym_constructor] = ACTIONS(5125), - [anon_sym_LBRACE] = ACTIONS(5137), + [anon_sym_constructor] = ACTIONS(5113), + [anon_sym_LBRACE] = ACTIONS(5115), [anon_sym_RBRACE] = ACTIONS(3140), - [anon_sym_LPAREN] = ACTIONS(5129), + [anon_sym_LPAREN] = ACTIONS(5117), [anon_sym_RPAREN] = ACTIONS(3140), - [anon_sym_LT] = ACTIONS(5131), + [anon_sym_LT] = ACTIONS(5119), [anon_sym_GT] = ACTIONS(3136), - [anon_sym_where] = ACTIONS(5133), + [anon_sym_where] = ACTIONS(5121), [anon_sym_DOT] = ACTIONS(3136), [anon_sym_SEMI] = ACTIONS(3140), [anon_sym_get] = ACTIONS(3136), @@ -192936,389 +193448,92 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_safe_nav] = ACTIONS(3140), [sym_multiline_comment] = ACTIONS(3), }, - [1411] = { - [sym_primary_constructor] = STATE(3449), - [sym__class_parameters] = STATE(3545), - [sym_type_parameters] = STATE(1428), - [sym_type_constraints] = STATE(3578), - [sym_enum_class_body] = STATE(3800), - [sym_modifiers] = STATE(9083), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3102), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(5449), - [anon_sym_LBRACK] = ACTIONS(3108), - [anon_sym_as] = ACTIONS(3102), - [anon_sym_EQ] = ACTIONS(3102), - [anon_sym_constructor] = ACTIONS(5357), - [anon_sym_LBRACE] = ACTIONS(5359), - [anon_sym_RBRACE] = ACTIONS(3108), - [anon_sym_LPAREN] = ACTIONS(5361), - [anon_sym_COMMA] = ACTIONS(3108), - [anon_sym_LT] = ACTIONS(5340), - [anon_sym_GT] = ACTIONS(3102), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(3102), - [anon_sym_SEMI] = ACTIONS(3108), - [anon_sym_get] = ACTIONS(3102), - [anon_sym_set] = ACTIONS(3102), - [anon_sym_STAR] = ACTIONS(3102), - [sym_label] = ACTIONS(3108), - [anon_sym_in] = ACTIONS(3102), - [anon_sym_DOT_DOT] = ACTIONS(3108), - [anon_sym_QMARK_COLON] = ACTIONS(3108), - [anon_sym_AMP_AMP] = ACTIONS(3108), - [anon_sym_PIPE_PIPE] = ACTIONS(3108), - [anon_sym_else] = ACTIONS(3102), - [anon_sym_COLON_COLON] = ACTIONS(3108), - [anon_sym_PLUS_EQ] = ACTIONS(3108), - [anon_sym_DASH_EQ] = ACTIONS(3108), - [anon_sym_STAR_EQ] = ACTIONS(3108), - [anon_sym_SLASH_EQ] = ACTIONS(3108), - [anon_sym_PERCENT_EQ] = ACTIONS(3108), - [anon_sym_BANG_EQ] = ACTIONS(3102), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3108), - [anon_sym_EQ_EQ] = ACTIONS(3102), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3108), - [anon_sym_LT_EQ] = ACTIONS(3108), - [anon_sym_GT_EQ] = ACTIONS(3108), - [anon_sym_BANGin] = ACTIONS(3108), - [anon_sym_is] = ACTIONS(3102), - [anon_sym_BANGis] = ACTIONS(3108), - [anon_sym_PLUS] = ACTIONS(3102), - [anon_sym_DASH] = ACTIONS(3102), - [anon_sym_SLASH] = ACTIONS(3102), - [anon_sym_PERCENT] = ACTIONS(3102), - [anon_sym_as_QMARK] = ACTIONS(3108), - [anon_sym_PLUS_PLUS] = ACTIONS(3108), - [anon_sym_DASH_DASH] = ACTIONS(3108), - [anon_sym_BANG_BANG] = ACTIONS(3108), - [anon_sym_suspend] = ACTIONS(3120), - [anon_sym_sealed] = ACTIONS(3122), - [anon_sym_annotation] = ACTIONS(3122), - [anon_sym_data] = ACTIONS(3122), - [anon_sym_inner] = ACTIONS(3122), - [anon_sym_override] = ACTIONS(3124), - [anon_sym_lateinit] = ACTIONS(3124), - [anon_sym_public] = ACTIONS(3126), - [anon_sym_private] = ACTIONS(3126), - [anon_sym_internal] = ACTIONS(3126), - [anon_sym_protected] = ACTIONS(3126), - [anon_sym_tailrec] = ACTIONS(3120), - [anon_sym_operator] = ACTIONS(3120), - [anon_sym_infix] = ACTIONS(3120), - [anon_sym_inline] = ACTIONS(3120), - [anon_sym_external] = ACTIONS(3120), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(3130), - [anon_sym_final] = ACTIONS(3130), - [anon_sym_open] = ACTIONS(3130), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3134), - [anon_sym_actual] = ACTIONS(3134), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3108), - [sym__automatic_semicolon] = ACTIONS(3108), - [sym_safe_nav] = ACTIONS(3108), - [sym_multiline_comment] = ACTIONS(3), - }, - [1412] = { - [sym_property_delegate] = STATE(1544), - [sym_getter] = STATE(4643), - [sym_setter] = STATE(4643), - [sym_modifiers] = STATE(8708), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_RBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_EQ] = ACTIONS(5291), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_COMMA] = ACTIONS(3256), - [anon_sym_RPAREN] = ACTIONS(3256), - [anon_sym_by] = ACTIONS(5251), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_where] = ACTIONS(3254), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(5293), - [anon_sym_get] = ACTIONS(5253), - [anon_sym_set] = ACTIONS(5255), - [anon_sym_STAR] = ACTIONS(3254), - [anon_sym_DASH_GT] = ACTIONS(3256), - [sym_label] = ACTIONS(3256), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_while] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_PLUS_EQ] = ACTIONS(3256), - [anon_sym_DASH_EQ] = ACTIONS(3256), - [anon_sym_STAR_EQ] = ACTIONS(3256), - [anon_sym_SLASH_EQ] = ACTIONS(3256), - [anon_sym_PERCENT_EQ] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3254), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG_BANG] = ACTIONS(3256), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), - [sym_multiline_comment] = ACTIONS(3), - }, - [1413] = { - [sym__expression] = STATE(2414), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(2280), - [sym_annotation] = STATE(2280), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(267), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), - [sym__alpha_identifier] = ACTIONS(2129), - [anon_sym_AT] = ACTIONS(5301), - [anon_sym_LBRACK] = ACTIONS(2132), - [anon_sym_LBRACE] = ACTIONS(2135), - [anon_sym_LPAREN] = ACTIONS(2138), - [anon_sym_object] = ACTIONS(5316), - [anon_sym_fun] = ACTIONS(5451), - [anon_sym_get] = ACTIONS(2129), - [anon_sym_set] = ACTIONS(2129), - [anon_sym_this] = ACTIONS(2153), - [anon_sym_super] = ACTIONS(2156), - [anon_sym_STAR] = ACTIONS(2159), - [sym_label] = ACTIONS(2162), + [1415] = { + [sym__expression] = STATE(1471), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(3399), + [sym_parenthesized_expression] = STATE(3399), + [sym_collection_literal] = STATE(3399), + [sym__literal_constant] = STATE(3399), + [sym_string_literal] = STATE(3399), + [sym_lambda_literal] = STATE(3399), + [sym_anonymous_function] = STATE(3399), + [sym__function_literal] = STATE(3399), + [sym_object_literal] = STATE(3399), + [sym_this_expression] = STATE(3399), + [sym_super_expression] = STATE(3399), + [sym_if_expression] = STATE(3399), + [sym_when_expression] = STATE(3399), + [sym_try_expression] = STATE(3399), + [sym_jump_expression] = STATE(3399), + [sym_callable_reference] = STATE(3399), + [sym__prefix_unary_operator] = STATE(1868), + [sym_annotation] = STATE(1868), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3347), + [sym__return_at] = STATE(356), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(3399), + [sym_long_literal] = STATE(3399), + [sym_boolean_literal] = STATE(3399), + [sym_character_literal] = STATE(3399), + [sym__lexical_identifier] = STATE(2837), + [sym__alpha_identifier] = ACTIONS(2430), + [anon_sym_AT] = ACTIONS(5311), + [anon_sym_LBRACK] = ACTIONS(2433), + [anon_sym_LBRACE] = ACTIONS(2436), + [anon_sym_LPAREN] = ACTIONS(2439), + [anon_sym_object] = ACTIONS(5421), + [anon_sym_fun] = ACTIONS(5472), + [anon_sym_get] = ACTIONS(2430), + [anon_sym_set] = ACTIONS(2430), + [anon_sym_this] = ACTIONS(2454), + [anon_sym_super] = ACTIONS(2457), + [anon_sym_STAR] = ACTIONS(2834), + [sym_label] = ACTIONS(2837), [anon_sym_for] = ACTIONS(2070), [anon_sym_while] = ACTIONS(2070), [anon_sym_do] = ACTIONS(2070), - [anon_sym_null] = ACTIONS(2165), - [anon_sym_if] = ACTIONS(2168), - [anon_sym_when] = ACTIONS(2171), - [anon_sym_try] = ACTIONS(2174), - [anon_sym_throw] = ACTIONS(2177), - [anon_sym_return] = ACTIONS(2180), - [anon_sym_continue] = ACTIONS(2183), - [anon_sym_break] = ACTIONS(2183), - [anon_sym_COLON_COLON] = ACTIONS(2186), - [anon_sym_PLUS] = ACTIONS(2162), - [anon_sym_DASH] = ACTIONS(2162), - [anon_sym_PLUS_PLUS] = ACTIONS(2189), - [anon_sym_DASH_DASH] = ACTIONS(2189), - [anon_sym_BANG] = ACTIONS(2189), - [anon_sym_data] = ACTIONS(2129), - [anon_sym_inner] = ACTIONS(2129), - [anon_sym_expect] = ACTIONS(2129), - [anon_sym_actual] = ACTIONS(2129), + [anon_sym_null] = ACTIONS(2466), + [anon_sym_if] = ACTIONS(2840), + [anon_sym_when] = ACTIONS(2472), + [anon_sym_try] = ACTIONS(2475), + [anon_sym_throw] = ACTIONS(2843), + [anon_sym_return] = ACTIONS(2846), + [anon_sym_continue] = ACTIONS(2484), + [anon_sym_break] = ACTIONS(2484), + [anon_sym_COLON_COLON] = ACTIONS(2487), + [anon_sym_PLUS] = ACTIONS(2837), + [anon_sym_DASH] = ACTIONS(2837), + [anon_sym_PLUS_PLUS] = ACTIONS(2849), + [anon_sym_DASH_DASH] = ACTIONS(2849), + [anon_sym_BANG] = ACTIONS(2849), + [anon_sym_data] = ACTIONS(2430), + [anon_sym_inner] = ACTIONS(2430), + [anon_sym_expect] = ACTIONS(2430), + [anon_sym_actual] = ACTIONS(2430), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(2192), - [anon_sym_continue_AT] = ACTIONS(2195), - [anon_sym_break_AT] = ACTIONS(2198), - [sym_real_literal] = ACTIONS(2201), - [sym_integer_literal] = ACTIONS(2204), - [sym_hex_literal] = ACTIONS(2207), - [sym_bin_literal] = ACTIONS(2207), - [anon_sym_true] = ACTIONS(2210), - [anon_sym_false] = ACTIONS(2210), - [anon_sym_SQUOTE] = ACTIONS(2213), - [sym__backtick_identifier] = ACTIONS(2216), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2219), - }, - [1414] = { - [sym__expression] = STATE(3733), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2343), - [sym_annotation] = STATE(2343), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(310), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(2427), - [anon_sym_AT] = ACTIONS(5301), - [anon_sym_LBRACK] = ACTIONS(2430), - [anon_sym_LBRACE] = ACTIONS(2433), - [anon_sym_LPAREN] = ACTIONS(2436), - [anon_sym_object] = ACTIONS(5346), - [anon_sym_fun] = ACTIONS(5454), - [anon_sym_get] = ACTIONS(2427), - [anon_sym_set] = ACTIONS(2427), - [anon_sym_this] = ACTIONS(2451), - [anon_sym_super] = ACTIONS(2454), - [anon_sym_STAR] = ACTIONS(2457), - [sym_label] = ACTIONS(2460), - [anon_sym_for] = ACTIONS(2070), - [anon_sym_while] = ACTIONS(2070), - [anon_sym_do] = ACTIONS(2070), - [anon_sym_null] = ACTIONS(2463), - [anon_sym_if] = ACTIONS(2466), - [anon_sym_when] = ACTIONS(2469), - [anon_sym_try] = ACTIONS(2472), - [anon_sym_throw] = ACTIONS(2475), - [anon_sym_return] = ACTIONS(2478), - [anon_sym_continue] = ACTIONS(2481), - [anon_sym_break] = ACTIONS(2481), - [anon_sym_COLON_COLON] = ACTIONS(2484), - [anon_sym_PLUS] = ACTIONS(2460), - [anon_sym_DASH] = ACTIONS(2460), - [anon_sym_PLUS_PLUS] = ACTIONS(2487), - [anon_sym_DASH_DASH] = ACTIONS(2487), - [anon_sym_BANG] = ACTIONS(2487), - [anon_sym_data] = ACTIONS(2427), - [anon_sym_inner] = ACTIONS(2427), - [anon_sym_expect] = ACTIONS(2427), - [anon_sym_actual] = ACTIONS(2427), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(2490), + [anon_sym_return_AT] = ACTIONS(2307), [anon_sym_continue_AT] = ACTIONS(2493), [anon_sym_break_AT] = ACTIONS(2496), [sym_real_literal] = ACTIONS(2499), @@ -193332,284 +193547,185 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(2517), }, - [1415] = { - [sym_class_body] = STATE(1130), - [sym__alpha_identifier] = ACTIONS(4509), - [anon_sym_AT] = ACTIONS(4511), - [anon_sym_COLON] = ACTIONS(5457), - [anon_sym_LBRACK] = ACTIONS(4511), - [anon_sym_as] = ACTIONS(4509), - [anon_sym_LBRACE] = ACTIONS(3156), - [anon_sym_RBRACE] = ACTIONS(4511), - [anon_sym_LPAREN] = ACTIONS(4511), - [anon_sym_COMMA] = ACTIONS(4511), - [anon_sym_LT] = ACTIONS(4509), - [anon_sym_GT] = ACTIONS(4509), - [anon_sym_where] = ACTIONS(4509), - [anon_sym_object] = ACTIONS(4509), - [anon_sym_fun] = ACTIONS(4509), - [anon_sym_DOT] = ACTIONS(4509), - [anon_sym_SEMI] = ACTIONS(4511), - [anon_sym_get] = ACTIONS(4509), - [anon_sym_set] = ACTIONS(4509), - [anon_sym_this] = ACTIONS(4509), - [anon_sym_super] = ACTIONS(4509), - [anon_sym_STAR] = ACTIONS(4511), - [sym_label] = ACTIONS(4509), - [anon_sym_in] = ACTIONS(4509), - [anon_sym_DOT_DOT] = ACTIONS(4511), - [anon_sym_QMARK_COLON] = ACTIONS(4511), - [anon_sym_AMP_AMP] = ACTIONS(4511), - [anon_sym_PIPE_PIPE] = ACTIONS(4511), - [anon_sym_null] = ACTIONS(4509), - [anon_sym_if] = ACTIONS(4509), - [anon_sym_else] = ACTIONS(4509), - [anon_sym_when] = ACTIONS(4509), - [anon_sym_try] = ACTIONS(4509), - [anon_sym_throw] = ACTIONS(4509), - [anon_sym_return] = ACTIONS(4509), - [anon_sym_continue] = ACTIONS(4509), - [anon_sym_break] = ACTIONS(4509), - [anon_sym_COLON_COLON] = ACTIONS(4511), - [anon_sym_BANG_EQ] = ACTIONS(4509), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4511), - [anon_sym_EQ_EQ] = ACTIONS(4509), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4511), - [anon_sym_LT_EQ] = ACTIONS(4511), - [anon_sym_GT_EQ] = ACTIONS(4511), - [anon_sym_BANGin] = ACTIONS(4511), - [anon_sym_is] = ACTIONS(4509), - [anon_sym_BANGis] = ACTIONS(4511), - [anon_sym_PLUS] = ACTIONS(4509), - [anon_sym_DASH] = ACTIONS(4509), - [anon_sym_SLASH] = ACTIONS(4509), - [anon_sym_PERCENT] = ACTIONS(4511), - [anon_sym_as_QMARK] = ACTIONS(4511), - [anon_sym_PLUS_PLUS] = ACTIONS(4511), - [anon_sym_DASH_DASH] = ACTIONS(4511), - [anon_sym_BANG] = ACTIONS(4509), - [anon_sym_BANG_BANG] = ACTIONS(4511), - [anon_sym_suspend] = ACTIONS(4509), - [anon_sym_sealed] = ACTIONS(4509), - [anon_sym_annotation] = ACTIONS(4509), - [anon_sym_data] = ACTIONS(4509), - [anon_sym_inner] = ACTIONS(4509), - [anon_sym_override] = ACTIONS(4509), - [anon_sym_lateinit] = ACTIONS(4509), - [anon_sym_public] = ACTIONS(4509), - [anon_sym_private] = ACTIONS(4509), - [anon_sym_internal] = ACTIONS(4509), - [anon_sym_protected] = ACTIONS(4509), - [anon_sym_tailrec] = ACTIONS(4509), - [anon_sym_operator] = ACTIONS(4509), - [anon_sym_infix] = ACTIONS(4509), - [anon_sym_inline] = ACTIONS(4509), - [anon_sym_external] = ACTIONS(4509), - [sym_property_modifier] = ACTIONS(4509), - [anon_sym_abstract] = ACTIONS(4509), - [anon_sym_final] = ACTIONS(4509), - [anon_sym_open] = ACTIONS(4509), - [anon_sym_vararg] = ACTIONS(4509), - [anon_sym_noinline] = ACTIONS(4509), - [anon_sym_crossinline] = ACTIONS(4509), - [anon_sym_expect] = ACTIONS(4509), - [anon_sym_actual] = ACTIONS(4509), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4511), - [anon_sym_continue_AT] = ACTIONS(4511), - [anon_sym_break_AT] = ACTIONS(4511), - [sym_real_literal] = ACTIONS(4511), - [sym_integer_literal] = ACTIONS(4509), - [sym_hex_literal] = ACTIONS(4511), - [sym_bin_literal] = ACTIONS(4511), - [anon_sym_true] = ACTIONS(4509), - [anon_sym_false] = ACTIONS(4509), - [anon_sym_SQUOTE] = ACTIONS(4511), - [sym__backtick_identifier] = ACTIONS(4511), - [sym__automatic_semicolon] = ACTIONS(4511), - [sym_safe_nav] = ACTIONS(4511), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4511), - }, [1416] = { - [sym_primary_constructor] = STATE(4604), - [sym__class_parameters] = STATE(4877), - [sym_type_parameters] = STATE(1523), - [sym_type_constraints] = STATE(4856), - [sym_enum_class_body] = STATE(4974), - [sym_modifiers] = STATE(9180), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3102), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(5459), - [anon_sym_LBRACK] = ACTIONS(3108), - [anon_sym_as] = ACTIONS(3102), - [anon_sym_EQ] = ACTIONS(3102), - [anon_sym_constructor] = ACTIONS(5334), - [anon_sym_LBRACE] = ACTIONS(5336), - [anon_sym_RBRACE] = ACTIONS(3108), - [anon_sym_LPAREN] = ACTIONS(5338), - [anon_sym_COMMA] = ACTIONS(3108), - [anon_sym_LT] = ACTIONS(5340), - [anon_sym_GT] = ACTIONS(3102), - [anon_sym_where] = ACTIONS(5342), - [anon_sym_DOT] = ACTIONS(3102), - [anon_sym_SEMI] = ACTIONS(3108), - [anon_sym_get] = ACTIONS(3102), - [anon_sym_set] = ACTIONS(3102), - [anon_sym_STAR] = ACTIONS(3102), - [sym_label] = ACTIONS(3108), - [anon_sym_in] = ACTIONS(3102), - [anon_sym_DOT_DOT] = ACTIONS(3108), - [anon_sym_QMARK_COLON] = ACTIONS(3108), - [anon_sym_AMP_AMP] = ACTIONS(3108), - [anon_sym_PIPE_PIPE] = ACTIONS(3108), - [anon_sym_else] = ACTIONS(3102), - [anon_sym_COLON_COLON] = ACTIONS(3108), - [anon_sym_PLUS_EQ] = ACTIONS(3108), - [anon_sym_DASH_EQ] = ACTIONS(3108), - [anon_sym_STAR_EQ] = ACTIONS(3108), - [anon_sym_SLASH_EQ] = ACTIONS(3108), - [anon_sym_PERCENT_EQ] = ACTIONS(3108), - [anon_sym_BANG_EQ] = ACTIONS(3102), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3108), - [anon_sym_EQ_EQ] = ACTIONS(3102), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3108), - [anon_sym_LT_EQ] = ACTIONS(3108), - [anon_sym_GT_EQ] = ACTIONS(3108), - [anon_sym_BANGin] = ACTIONS(3108), - [anon_sym_is] = ACTIONS(3102), - [anon_sym_BANGis] = ACTIONS(3108), - [anon_sym_PLUS] = ACTIONS(3102), - [anon_sym_DASH] = ACTIONS(3102), - [anon_sym_SLASH] = ACTIONS(3102), - [anon_sym_PERCENT] = ACTIONS(3102), - [anon_sym_as_QMARK] = ACTIONS(3108), - [anon_sym_PLUS_PLUS] = ACTIONS(3108), - [anon_sym_DASH_DASH] = ACTIONS(3108), - [anon_sym_BANG_BANG] = ACTIONS(3108), - [anon_sym_suspend] = ACTIONS(3120), - [anon_sym_sealed] = ACTIONS(3122), - [anon_sym_annotation] = ACTIONS(3122), - [anon_sym_data] = ACTIONS(3122), - [anon_sym_inner] = ACTIONS(3122), - [anon_sym_override] = ACTIONS(3124), - [anon_sym_lateinit] = ACTIONS(3124), - [anon_sym_public] = ACTIONS(3126), - [anon_sym_private] = ACTIONS(3126), - [anon_sym_internal] = ACTIONS(3126), - [anon_sym_protected] = ACTIONS(3126), - [anon_sym_tailrec] = ACTIONS(3120), - [anon_sym_operator] = ACTIONS(3120), - [anon_sym_infix] = ACTIONS(3120), - [anon_sym_inline] = ACTIONS(3120), - [anon_sym_external] = ACTIONS(3120), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(3130), - [anon_sym_final] = ACTIONS(3130), - [anon_sym_open] = ACTIONS(3130), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3134), - [anon_sym_actual] = ACTIONS(3134), + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(1826), + [sym__comparison_operator] = STATE(1844), + [sym__in_operator] = STATE(1856), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(1875), + [sym__multiplicative_operator] = STATE(1884), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_annotation] = STATE(7883), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2067), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_EQ] = ACTIONS(3040), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_RBRACE] = ACTIONS(3042), + [anon_sym_LPAREN] = ACTIONS(3572), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(3702), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(3042), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(3710), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(3712), + [anon_sym_DOT_DOT] = ACTIONS(3714), + [anon_sym_QMARK_COLON] = ACTIONS(3716), + [anon_sym_AMP_AMP] = ACTIONS(3042), + [anon_sym_PIPE_PIPE] = ACTIONS(3042), + [anon_sym_else] = ACTIONS(3040), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_PLUS_EQ] = ACTIONS(3042), + [anon_sym_DASH_EQ] = ACTIONS(3042), + [anon_sym_STAR_EQ] = ACTIONS(3042), + [anon_sym_SLASH_EQ] = ACTIONS(3042), + [anon_sym_PERCENT_EQ] = ACTIONS(3042), + [anon_sym_BANG_EQ] = ACTIONS(3040), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3042), + [anon_sym_EQ_EQ] = ACTIONS(3040), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3042), + [anon_sym_LT_EQ] = ACTIONS(3726), + [anon_sym_GT_EQ] = ACTIONS(3726), + [anon_sym_BANGin] = ACTIONS(3728), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), + [anon_sym_PLUS] = ACTIONS(3730), + [anon_sym_DASH] = ACTIONS(3730), + [anon_sym_SLASH] = ACTIONS(3710), + [anon_sym_PERCENT] = ACTIONS(3710), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), + [anon_sym_suspend] = ACTIONS(3040), + [anon_sym_sealed] = ACTIONS(3040), + [anon_sym_annotation] = ACTIONS(3040), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_override] = ACTIONS(3040), + [anon_sym_lateinit] = ACTIONS(3040), + [anon_sym_public] = ACTIONS(3040), + [anon_sym_private] = ACTIONS(3040), + [anon_sym_internal] = ACTIONS(3040), + [anon_sym_protected] = ACTIONS(3040), + [anon_sym_tailrec] = ACTIONS(3040), + [anon_sym_operator] = ACTIONS(3040), + [anon_sym_infix] = ACTIONS(3040), + [anon_sym_inline] = ACTIONS(3040), + [anon_sym_external] = ACTIONS(3040), + [sym_property_modifier] = ACTIONS(3040), + [anon_sym_abstract] = ACTIONS(3040), + [anon_sym_final] = ACTIONS(3040), + [anon_sym_open] = ACTIONS(3040), + [anon_sym_vararg] = ACTIONS(3040), + [anon_sym_noinline] = ACTIONS(3040), + [anon_sym_crossinline] = ACTIONS(3040), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3108), - [sym__automatic_semicolon] = ACTIONS(3108), - [sym_safe_nav] = ACTIONS(3108), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(3042), + [sym_safe_nav] = ACTIONS(3598), [sym_multiline_comment] = ACTIONS(3), }, [1417] = { - [sym__expression] = STATE(1020), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(3231), - [sym_parenthesized_expression] = STATE(3231), - [sym_collection_literal] = STATE(3231), - [sym__literal_constant] = STATE(3231), - [sym_string_literal] = STATE(3231), - [sym_lambda_literal] = STATE(3231), - [sym_anonymous_function] = STATE(3231), - [sym__function_literal] = STATE(3231), - [sym_object_literal] = STATE(3231), - [sym_this_expression] = STATE(3231), - [sym_super_expression] = STATE(3231), - [sym_if_expression] = STATE(3231), - [sym_when_expression] = STATE(3231), - [sym_try_expression] = STATE(3231), - [sym_jump_expression] = STATE(3231), - [sym_callable_reference] = STATE(3231), - [sym__prefix_unary_operator] = STATE(1914), - [sym_annotation] = STATE(1914), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3311), - [sym__return_at] = STATE(304), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(3231), - [sym_long_literal] = STATE(3231), - [sym_boolean_literal] = STATE(3231), - [sym_character_literal] = STATE(3231), - [sym__lexical_identifier] = STATE(2890), + [sym__expression] = STATE(468), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2340), + [sym_annotation] = STATE(2340), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(266), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), [sym__alpha_identifier] = ACTIONS(2028), - [anon_sym_AT] = ACTIONS(5301), + [anon_sym_AT] = ACTIONS(5311), [anon_sym_LBRACK] = ACTIONS(2035), [anon_sym_LBRACE] = ACTIONS(2040), [anon_sym_LPAREN] = ACTIONS(2043), - [anon_sym_object] = ACTIONS(5304), - [anon_sym_fun] = ACTIONS(5461), + [anon_sym_object] = ACTIONS(5368), + [anon_sym_fun] = ACTIONS(5475), [anon_sym_get] = ACTIONS(2028), [anon_sym_set] = ACTIONS(2028), [anon_sym_this] = ACTIONS(2058), [anon_sym_super] = ACTIONS(2061), - [anon_sym_STAR] = ACTIONS(2966), - [sym_label] = ACTIONS(2969), + [anon_sym_STAR] = ACTIONS(2226), + [sym_label] = ACTIONS(2229), [anon_sym_for] = ACTIONS(2070), [anon_sym_while] = ACTIONS(2070), [anon_sym_do] = ACTIONS(2070), [anon_sym_null] = ACTIONS(2072), - [anon_sym_if] = ACTIONS(2972), + [anon_sym_if] = ACTIONS(2232), [anon_sym_when] = ACTIONS(2078), [anon_sym_try] = ACTIONS(2081), - [anon_sym_throw] = ACTIONS(2975), - [anon_sym_return] = ACTIONS(2978), + [anon_sym_throw] = ACTIONS(2235), + [anon_sym_return] = ACTIONS(2238), [anon_sym_continue] = ACTIONS(2090), [anon_sym_break] = ACTIONS(2090), [anon_sym_COLON_COLON] = ACTIONS(2093), - [anon_sym_PLUS] = ACTIONS(2969), - [anon_sym_DASH] = ACTIONS(2969), - [anon_sym_PLUS_PLUS] = ACTIONS(2981), - [anon_sym_DASH_DASH] = ACTIONS(2981), - [anon_sym_BANG] = ACTIONS(2981), + [anon_sym_PLUS] = ACTIONS(2229), + [anon_sym_DASH] = ACTIONS(2229), + [anon_sym_PLUS_PLUS] = ACTIONS(2241), + [anon_sym_DASH_DASH] = ACTIONS(2241), + [anon_sym_BANG] = ACTIONS(2241), [anon_sym_data] = ACTIONS(2028), [anon_sym_inner] = ACTIONS(2028), [anon_sym_expect] = ACTIONS(2028), @@ -193630,759 +193746,761 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(2126), }, [1418] = { - [sym__expression] = STATE(3053), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(1661), - [sym_annotation] = STATE(1661), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(295), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(2427), - [anon_sym_AT] = ACTIONS(5301), - [anon_sym_LBRACK] = ACTIONS(2430), - [anon_sym_LBRACE] = ACTIONS(2433), - [anon_sym_LPAREN] = ACTIONS(2436), - [anon_sym_object] = ACTIONS(5346), - [anon_sym_fun] = ACTIONS(5464), - [anon_sym_get] = ACTIONS(2427), - [anon_sym_set] = ACTIONS(2427), - [anon_sym_this] = ACTIONS(2451), - [anon_sym_super] = ACTIONS(2454), - [anon_sym_STAR] = ACTIONS(2900), - [sym_label] = ACTIONS(2903), - [anon_sym_for] = ACTIONS(2070), - [anon_sym_while] = ACTIONS(2070), - [anon_sym_do] = ACTIONS(2070), - [anon_sym_null] = ACTIONS(2463), - [anon_sym_if] = ACTIONS(2906), - [anon_sym_when] = ACTIONS(2469), - [anon_sym_try] = ACTIONS(2472), - [anon_sym_throw] = ACTIONS(2909), - [anon_sym_return] = ACTIONS(2912), - [anon_sym_continue] = ACTIONS(2481), - [anon_sym_break] = ACTIONS(2481), - [anon_sym_COLON_COLON] = ACTIONS(2484), - [anon_sym_PLUS] = ACTIONS(2903), - [anon_sym_DASH] = ACTIONS(2903), - [anon_sym_PLUS_PLUS] = ACTIONS(2915), - [anon_sym_DASH_DASH] = ACTIONS(2915), - [anon_sym_BANG] = ACTIONS(2915), - [anon_sym_data] = ACTIONS(2427), - [anon_sym_inner] = ACTIONS(2427), - [anon_sym_expect] = ACTIONS(2427), - [anon_sym_actual] = ACTIONS(2427), + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(1826), + [sym__comparison_operator] = STATE(1844), + [sym__in_operator] = STATE(1856), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(1875), + [sym__multiplicative_operator] = STATE(1884), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_annotation] = STATE(7883), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2067), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_EQ] = ACTIONS(3044), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_RBRACE] = ACTIONS(3046), + [anon_sym_LPAREN] = ACTIONS(3572), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(3702), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(3046), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(3710), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(3712), + [anon_sym_DOT_DOT] = ACTIONS(3714), + [anon_sym_QMARK_COLON] = ACTIONS(3716), + [anon_sym_AMP_AMP] = ACTIONS(3718), + [anon_sym_PIPE_PIPE] = ACTIONS(3046), + [anon_sym_else] = ACTIONS(3044), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_PLUS_EQ] = ACTIONS(3046), + [anon_sym_DASH_EQ] = ACTIONS(3046), + [anon_sym_STAR_EQ] = ACTIONS(3046), + [anon_sym_SLASH_EQ] = ACTIONS(3046), + [anon_sym_PERCENT_EQ] = ACTIONS(3046), + [anon_sym_BANG_EQ] = ACTIONS(3722), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3724), + [anon_sym_EQ_EQ] = ACTIONS(3722), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3724), + [anon_sym_LT_EQ] = ACTIONS(3726), + [anon_sym_GT_EQ] = ACTIONS(3726), + [anon_sym_BANGin] = ACTIONS(3728), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), + [anon_sym_PLUS] = ACTIONS(3730), + [anon_sym_DASH] = ACTIONS(3730), + [anon_sym_SLASH] = ACTIONS(3710), + [anon_sym_PERCENT] = ACTIONS(3710), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), + [anon_sym_suspend] = ACTIONS(3044), + [anon_sym_sealed] = ACTIONS(3044), + [anon_sym_annotation] = ACTIONS(3044), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_override] = ACTIONS(3044), + [anon_sym_lateinit] = ACTIONS(3044), + [anon_sym_public] = ACTIONS(3044), + [anon_sym_private] = ACTIONS(3044), + [anon_sym_internal] = ACTIONS(3044), + [anon_sym_protected] = ACTIONS(3044), + [anon_sym_tailrec] = ACTIONS(3044), + [anon_sym_operator] = ACTIONS(3044), + [anon_sym_infix] = ACTIONS(3044), + [anon_sym_inline] = ACTIONS(3044), + [anon_sym_external] = ACTIONS(3044), + [sym_property_modifier] = ACTIONS(3044), + [anon_sym_abstract] = ACTIONS(3044), + [anon_sym_final] = ACTIONS(3044), + [anon_sym_open] = ACTIONS(3044), + [anon_sym_vararg] = ACTIONS(3044), + [anon_sym_noinline] = ACTIONS(3044), + [anon_sym_crossinline] = ACTIONS(3044), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(2490), - [anon_sym_continue_AT] = ACTIONS(2493), - [anon_sym_break_AT] = ACTIONS(2496), - [sym_real_literal] = ACTIONS(2499), - [sym_integer_literal] = ACTIONS(2502), - [sym_hex_literal] = ACTIONS(2505), - [sym_bin_literal] = ACTIONS(2505), - [anon_sym_true] = ACTIONS(2508), - [anon_sym_false] = ACTIONS(2508), - [anon_sym_SQUOTE] = ACTIONS(2511), - [sym__backtick_identifier] = ACTIONS(2514), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(3046), + [sym_safe_nav] = ACTIONS(3598), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2517), }, [1419] = { - [sym__expression] = STATE(370), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2297), - [sym_annotation] = STATE(2297), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(260), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(2337), - [anon_sym_AT] = ACTIONS(5301), - [anon_sym_LBRACK] = ACTIONS(2340), - [anon_sym_LBRACE] = ACTIONS(2343), - [anon_sym_LPAREN] = ACTIONS(2346), - [anon_sym_object] = ACTIONS(5310), - [anon_sym_fun] = ACTIONS(5467), - [anon_sym_get] = ACTIONS(2337), - [anon_sym_set] = ACTIONS(2337), - [anon_sym_this] = ACTIONS(2361), - [anon_sym_super] = ACTIONS(2364), - [anon_sym_STAR] = ACTIONS(2790), - [sym_label] = ACTIONS(2793), - [anon_sym_for] = ACTIONS(2070), - [anon_sym_while] = ACTIONS(2070), - [anon_sym_do] = ACTIONS(2070), - [anon_sym_null] = ACTIONS(2373), - [anon_sym_if] = ACTIONS(2796), - [anon_sym_when] = ACTIONS(2379), - [anon_sym_try] = ACTIONS(2382), - [anon_sym_throw] = ACTIONS(2799), - [anon_sym_return] = ACTIONS(2802), - [anon_sym_continue] = ACTIONS(2391), - [anon_sym_break] = ACTIONS(2391), - [anon_sym_COLON_COLON] = ACTIONS(2394), - [anon_sym_PLUS] = ACTIONS(2793), - [anon_sym_DASH] = ACTIONS(2793), - [anon_sym_PLUS_PLUS] = ACTIONS(2805), - [anon_sym_DASH_DASH] = ACTIONS(2805), - [anon_sym_BANG] = ACTIONS(2805), - [anon_sym_data] = ACTIONS(2337), - [anon_sym_inner] = ACTIONS(2337), - [anon_sym_expect] = ACTIONS(2337), - [anon_sym_actual] = ACTIONS(2337), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(2192), - [anon_sym_continue_AT] = ACTIONS(2400), - [anon_sym_break_AT] = ACTIONS(2403), - [sym_real_literal] = ACTIONS(2406), - [sym_integer_literal] = ACTIONS(2409), - [sym_hex_literal] = ACTIONS(2412), - [sym_bin_literal] = ACTIONS(2412), - [anon_sym_true] = ACTIONS(2415), - [anon_sym_false] = ACTIONS(2415), - [anon_sym_SQUOTE] = ACTIONS(2418), - [sym__backtick_identifier] = ACTIONS(2421), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2424), - }, - [1420] = { - [sym_primary_constructor] = STATE(3453), - [sym_class_body] = STATE(3870), - [sym__class_parameters] = STATE(3545), - [sym_type_parameters] = STATE(1500), - [sym_type_constraints] = STATE(3575), - [sym_modifiers] = STATE(9083), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3160), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(5470), - [anon_sym_LBRACK] = ACTIONS(3164), - [anon_sym_as] = ACTIONS(3160), - [anon_sym_EQ] = ACTIONS(3160), - [anon_sym_constructor] = ACTIONS(5357), - [anon_sym_LBRACE] = ACTIONS(5421), - [anon_sym_RBRACE] = ACTIONS(3164), - [anon_sym_LPAREN] = ACTIONS(5361), - [anon_sym_COMMA] = ACTIONS(3164), - [anon_sym_LT] = ACTIONS(5340), - [anon_sym_GT] = ACTIONS(3160), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(3160), - [anon_sym_SEMI] = ACTIONS(3164), - [anon_sym_get] = ACTIONS(3160), - [anon_sym_set] = ACTIONS(3160), - [anon_sym_STAR] = ACTIONS(3160), - [sym_label] = ACTIONS(3164), - [anon_sym_in] = ACTIONS(3160), - [anon_sym_DOT_DOT] = ACTIONS(3164), - [anon_sym_QMARK_COLON] = ACTIONS(3164), - [anon_sym_AMP_AMP] = ACTIONS(3164), - [anon_sym_PIPE_PIPE] = ACTIONS(3164), - [anon_sym_else] = ACTIONS(3160), - [anon_sym_COLON_COLON] = ACTIONS(3164), - [anon_sym_PLUS_EQ] = ACTIONS(3164), - [anon_sym_DASH_EQ] = ACTIONS(3164), - [anon_sym_STAR_EQ] = ACTIONS(3164), - [anon_sym_SLASH_EQ] = ACTIONS(3164), - [anon_sym_PERCENT_EQ] = ACTIONS(3164), - [anon_sym_BANG_EQ] = ACTIONS(3160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3164), - [anon_sym_EQ_EQ] = ACTIONS(3160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3164), - [anon_sym_LT_EQ] = ACTIONS(3164), - [anon_sym_GT_EQ] = ACTIONS(3164), - [anon_sym_BANGin] = ACTIONS(3164), - [anon_sym_is] = ACTIONS(3160), - [anon_sym_BANGis] = ACTIONS(3164), - [anon_sym_PLUS] = ACTIONS(3160), - [anon_sym_DASH] = ACTIONS(3160), - [anon_sym_SLASH] = ACTIONS(3160), - [anon_sym_PERCENT] = ACTIONS(3160), - [anon_sym_as_QMARK] = ACTIONS(3164), - [anon_sym_PLUS_PLUS] = ACTIONS(3164), - [anon_sym_DASH_DASH] = ACTIONS(3164), - [anon_sym_BANG_BANG] = ACTIONS(3164), - [anon_sym_suspend] = ACTIONS(3120), - [anon_sym_sealed] = ACTIONS(3122), - [anon_sym_annotation] = ACTIONS(3122), - [anon_sym_data] = ACTIONS(3122), - [anon_sym_inner] = ACTIONS(3122), - [anon_sym_override] = ACTIONS(3124), - [anon_sym_lateinit] = ACTIONS(3124), - [anon_sym_public] = ACTIONS(3126), - [anon_sym_private] = ACTIONS(3126), - [anon_sym_internal] = ACTIONS(3126), - [anon_sym_protected] = ACTIONS(3126), - [anon_sym_tailrec] = ACTIONS(3120), - [anon_sym_operator] = ACTIONS(3120), - [anon_sym_infix] = ACTIONS(3120), - [anon_sym_inline] = ACTIONS(3120), - [anon_sym_external] = ACTIONS(3120), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(3130), - [anon_sym_final] = ACTIONS(3130), - [anon_sym_open] = ACTIONS(3130), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3134), - [anon_sym_actual] = ACTIONS(3134), + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(1826), + [sym__comparison_operator] = STATE(1844), + [sym__in_operator] = STATE(1856), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(1875), + [sym__multiplicative_operator] = STATE(1884), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_annotation] = STATE(7883), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2067), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_EQ] = ACTIONS(3048), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_RBRACE] = ACTIONS(3050), + [anon_sym_LPAREN] = ACTIONS(3572), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(3702), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(3050), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(3710), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(3712), + [anon_sym_DOT_DOT] = ACTIONS(3714), + [anon_sym_QMARK_COLON] = ACTIONS(3716), + [anon_sym_AMP_AMP] = ACTIONS(3050), + [anon_sym_PIPE_PIPE] = ACTIONS(3050), + [anon_sym_else] = ACTIONS(3048), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_PLUS_EQ] = ACTIONS(3050), + [anon_sym_DASH_EQ] = ACTIONS(3050), + [anon_sym_STAR_EQ] = ACTIONS(3050), + [anon_sym_SLASH_EQ] = ACTIONS(3050), + [anon_sym_PERCENT_EQ] = ACTIONS(3050), + [anon_sym_BANG_EQ] = ACTIONS(3722), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3724), + [anon_sym_EQ_EQ] = ACTIONS(3722), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3724), + [anon_sym_LT_EQ] = ACTIONS(3726), + [anon_sym_GT_EQ] = ACTIONS(3726), + [anon_sym_BANGin] = ACTIONS(3728), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), + [anon_sym_PLUS] = ACTIONS(3730), + [anon_sym_DASH] = ACTIONS(3730), + [anon_sym_SLASH] = ACTIONS(3710), + [anon_sym_PERCENT] = ACTIONS(3710), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), + [anon_sym_suspend] = ACTIONS(3048), + [anon_sym_sealed] = ACTIONS(3048), + [anon_sym_annotation] = ACTIONS(3048), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_override] = ACTIONS(3048), + [anon_sym_lateinit] = ACTIONS(3048), + [anon_sym_public] = ACTIONS(3048), + [anon_sym_private] = ACTIONS(3048), + [anon_sym_internal] = ACTIONS(3048), + [anon_sym_protected] = ACTIONS(3048), + [anon_sym_tailrec] = ACTIONS(3048), + [anon_sym_operator] = ACTIONS(3048), + [anon_sym_infix] = ACTIONS(3048), + [anon_sym_inline] = ACTIONS(3048), + [anon_sym_external] = ACTIONS(3048), + [sym_property_modifier] = ACTIONS(3048), + [anon_sym_abstract] = ACTIONS(3048), + [anon_sym_final] = ACTIONS(3048), + [anon_sym_open] = ACTIONS(3048), + [anon_sym_vararg] = ACTIONS(3048), + [anon_sym_noinline] = ACTIONS(3048), + [anon_sym_crossinline] = ACTIONS(3048), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3164), - [sym__automatic_semicolon] = ACTIONS(3164), - [sym_safe_nav] = ACTIONS(3164), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(3050), + [sym_safe_nav] = ACTIONS(3598), [sym_multiline_comment] = ACTIONS(3), }, - [1421] = { - [sym_indexing_suffix] = STATE(3339), - [sym_navigation_suffix] = STATE(3435), - [sym_call_suffix] = STATE(3432), - [sym_annotated_lambda] = STATE(3429), - [sym_type_arguments] = STATE(7512), - [sym_value_arguments] = STATE(2735), - [sym_lambda_literal] = STATE(3427), - [sym__equality_operator] = STATE(2060), - [sym__comparison_operator] = STATE(2059), - [sym__in_operator] = STATE(2055), - [sym__is_operator] = STATE(6217), - [sym__additive_operator] = STATE(2038), - [sym__multiplicative_operator] = STATE(2037), - [sym__as_operator] = STATE(6214), - [sym__postfix_unary_operator] = STATE(3426), - [sym__member_access_operator] = STATE(7360), - [sym_annotation] = STATE(7846), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2036), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7846), - [sym__alpha_identifier] = ACTIONS(3065), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(4523), - [anon_sym_as] = ACTIONS(4525), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_RBRACE] = ACTIONS(3067), - [anon_sym_LPAREN] = ACTIONS(4527), - [anon_sym_COMMA] = ACTIONS(3067), - [anon_sym_LT] = ACTIONS(3069), - [anon_sym_GT] = ACTIONS(3065), - [anon_sym_where] = ACTIONS(3065), - [anon_sym_object] = ACTIONS(3065), - [anon_sym_fun] = ACTIONS(3065), - [anon_sym_DOT] = ACTIONS(4531), - [anon_sym_SEMI] = ACTIONS(3067), - [anon_sym_get] = ACTIONS(3065), - [anon_sym_set] = ACTIONS(3065), - [anon_sym_this] = ACTIONS(3065), - [anon_sym_super] = ACTIONS(3065), - [anon_sym_STAR] = ACTIONS(3067), - [sym_label] = ACTIONS(4535), - [anon_sym_in] = ACTIONS(3065), - [anon_sym_DOT_DOT] = ACTIONS(3067), - [anon_sym_QMARK_COLON] = ACTIONS(3067), - [anon_sym_AMP_AMP] = ACTIONS(3067), - [anon_sym_PIPE_PIPE] = ACTIONS(3067), - [anon_sym_null] = ACTIONS(3065), - [anon_sym_if] = ACTIONS(3065), - [anon_sym_else] = ACTIONS(3065), - [anon_sym_when] = ACTIONS(3065), - [anon_sym_try] = ACTIONS(3065), - [anon_sym_throw] = ACTIONS(3065), - [anon_sym_return] = ACTIONS(3065), - [anon_sym_continue] = ACTIONS(3065), - [anon_sym_break] = ACTIONS(3065), - [anon_sym_COLON_COLON] = ACTIONS(4547), - [anon_sym_BANG_EQ] = ACTIONS(3065), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3067), - [anon_sym_EQ_EQ] = ACTIONS(3065), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3067), - [anon_sym_LT_EQ] = ACTIONS(3067), - [anon_sym_GT_EQ] = ACTIONS(3067), - [anon_sym_BANGin] = ACTIONS(3067), - [anon_sym_is] = ACTIONS(3065), - [anon_sym_BANGis] = ACTIONS(3067), - [anon_sym_PLUS] = ACTIONS(3065), - [anon_sym_DASH] = ACTIONS(3065), - [anon_sym_SLASH] = ACTIONS(3065), - [anon_sym_PERCENT] = ACTIONS(3067), - [anon_sym_as_QMARK] = ACTIONS(4563), - [anon_sym_PLUS_PLUS] = ACTIONS(4565), - [anon_sym_DASH_DASH] = ACTIONS(4565), - [anon_sym_BANG] = ACTIONS(3065), - [anon_sym_BANG_BANG] = ACTIONS(4565), - [anon_sym_data] = ACTIONS(3065), - [anon_sym_inner] = ACTIONS(3065), - [anon_sym_expect] = ACTIONS(3065), - [anon_sym_actual] = ACTIONS(3065), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3067), - [anon_sym_continue_AT] = ACTIONS(3067), - [anon_sym_break_AT] = ACTIONS(3067), - [sym_real_literal] = ACTIONS(3067), - [sym_integer_literal] = ACTIONS(3065), - [sym_hex_literal] = ACTIONS(3067), - [sym_bin_literal] = ACTIONS(3067), - [anon_sym_true] = ACTIONS(3065), - [anon_sym_false] = ACTIONS(3065), - [anon_sym_SQUOTE] = ACTIONS(3067), - [sym__backtick_identifier] = ACTIONS(3067), - [sym__automatic_semicolon] = ACTIONS(3067), - [sym_safe_nav] = ACTIONS(4547), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3067), - }, - [1422] = { - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(2143), - [sym__comparison_operator] = STATE(2144), - [sym__in_operator] = STATE(2145), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(2146), - [sym__multiplicative_operator] = STATE(2148), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_annotation] = STATE(7845), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2153), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), + [1420] = { + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(1826), + [sym__comparison_operator] = STATE(1844), + [sym__in_operator] = STATE(1856), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(1875), + [sym__multiplicative_operator] = STATE(1884), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_annotation] = STATE(7883), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2067), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_RBRACK] = ACTIONS(3029), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(3029), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_COMMA] = ACTIONS(3029), - [anon_sym_RPAREN] = ACTIONS(3029), - [anon_sym_LT] = ACTIONS(3031), - [anon_sym_GT] = ACTIONS(3027), - [anon_sym_where] = ACTIONS(3027), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(3029), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_EQ] = ACTIONS(3052), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_RBRACE] = ACTIONS(3054), + [anon_sym_LPAREN] = ACTIONS(3572), + [anon_sym_LT] = ACTIONS(3056), + [anon_sym_GT] = ACTIONS(3052), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(3054), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(3766), - [anon_sym_DASH_GT] = ACTIONS(3029), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(3027), - [anon_sym_while] = ACTIONS(3027), - [anon_sym_DOT_DOT] = ACTIONS(3770), - [anon_sym_QMARK_COLON] = ACTIONS(3772), - [anon_sym_AMP_AMP] = ACTIONS(3029), - [anon_sym_PIPE_PIPE] = ACTIONS(3029), - [anon_sym_else] = ACTIONS(3027), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_BANG_EQ] = ACTIONS(3027), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3029), - [anon_sym_EQ_EQ] = ACTIONS(3027), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3029), - [anon_sym_LT_EQ] = ACTIONS(3029), - [anon_sym_GT_EQ] = ACTIONS(3029), - [anon_sym_BANGin] = ACTIONS(3029), - [anon_sym_is] = ACTIONS(3027), - [anon_sym_BANGis] = ACTIONS(3029), - [anon_sym_PLUS] = ACTIONS(3786), - [anon_sym_DASH] = ACTIONS(3786), - [anon_sym_SLASH] = ACTIONS(3788), - [anon_sym_PERCENT] = ACTIONS(3766), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), - [anon_sym_suspend] = ACTIONS(3027), - [anon_sym_sealed] = ACTIONS(3027), - [anon_sym_annotation] = ACTIONS(3027), + [anon_sym_STAR] = ACTIONS(3710), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(3052), + [anon_sym_DOT_DOT] = ACTIONS(3714), + [anon_sym_QMARK_COLON] = ACTIONS(3054), + [anon_sym_AMP_AMP] = ACTIONS(3054), + [anon_sym_PIPE_PIPE] = ACTIONS(3054), + [anon_sym_else] = ACTIONS(3052), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_PLUS_EQ] = ACTIONS(3054), + [anon_sym_DASH_EQ] = ACTIONS(3054), + [anon_sym_STAR_EQ] = ACTIONS(3054), + [anon_sym_SLASH_EQ] = ACTIONS(3054), + [anon_sym_PERCENT_EQ] = ACTIONS(3054), + [anon_sym_BANG_EQ] = ACTIONS(3052), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3054), + [anon_sym_EQ_EQ] = ACTIONS(3052), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3054), + [anon_sym_LT_EQ] = ACTIONS(3054), + [anon_sym_GT_EQ] = ACTIONS(3054), + [anon_sym_BANGin] = ACTIONS(3054), + [anon_sym_is] = ACTIONS(3052), + [anon_sym_BANGis] = ACTIONS(3054), + [anon_sym_PLUS] = ACTIONS(3730), + [anon_sym_DASH] = ACTIONS(3730), + [anon_sym_SLASH] = ACTIONS(3710), + [anon_sym_PERCENT] = ACTIONS(3710), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), + [anon_sym_suspend] = ACTIONS(3052), + [anon_sym_sealed] = ACTIONS(3052), + [anon_sym_annotation] = ACTIONS(3052), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3027), - [anon_sym_lateinit] = ACTIONS(3027), - [anon_sym_public] = ACTIONS(3027), - [anon_sym_private] = ACTIONS(3027), - [anon_sym_internal] = ACTIONS(3027), - [anon_sym_protected] = ACTIONS(3027), - [anon_sym_tailrec] = ACTIONS(3027), - [anon_sym_operator] = ACTIONS(3027), - [anon_sym_infix] = ACTIONS(3027), - [anon_sym_inline] = ACTIONS(3027), - [anon_sym_external] = ACTIONS(3027), - [sym_property_modifier] = ACTIONS(3027), - [anon_sym_abstract] = ACTIONS(3027), - [anon_sym_final] = ACTIONS(3027), - [anon_sym_open] = ACTIONS(3027), - [anon_sym_vararg] = ACTIONS(3027), - [anon_sym_noinline] = ACTIONS(3027), - [anon_sym_crossinline] = ACTIONS(3027), + [anon_sym_override] = ACTIONS(3052), + [anon_sym_lateinit] = ACTIONS(3052), + [anon_sym_public] = ACTIONS(3052), + [anon_sym_private] = ACTIONS(3052), + [anon_sym_internal] = ACTIONS(3052), + [anon_sym_protected] = ACTIONS(3052), + [anon_sym_tailrec] = ACTIONS(3052), + [anon_sym_operator] = ACTIONS(3052), + [anon_sym_infix] = ACTIONS(3052), + [anon_sym_inline] = ACTIONS(3052), + [anon_sym_external] = ACTIONS(3052), + [sym_property_modifier] = ACTIONS(3052), + [anon_sym_abstract] = ACTIONS(3052), + [anon_sym_final] = ACTIONS(3052), + [anon_sym_open] = ACTIONS(3052), + [anon_sym_vararg] = ACTIONS(3052), + [anon_sym_noinline] = ACTIONS(3052), + [anon_sym_crossinline] = ACTIONS(3052), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), + [sym__automatic_semicolon] = ACTIONS(3054), + [sym_safe_nav] = ACTIONS(3598), [sym_multiline_comment] = ACTIONS(3), }, - [1423] = { - [sym__expression] = STATE(4276), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym_value_argument] = STATE(8766), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(1936), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5487), - [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_RPAREN] = ACTIONS(5472), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(5474), - [sym_label] = ACTIONS(853), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(2022), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(2024), - [anon_sym_return] = ACTIONS(2026), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(855), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [1421] = { + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(1826), + [sym__comparison_operator] = STATE(1844), + [sym__in_operator] = STATE(1856), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(1875), + [sym__multiplicative_operator] = STATE(1884), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_annotation] = STATE(7883), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2067), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [sym__alpha_identifier] = ACTIONS(3075), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_EQ] = ACTIONS(3075), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_RBRACE] = ACTIONS(3077), + [anon_sym_LPAREN] = ACTIONS(3572), + [anon_sym_LT] = ACTIONS(3079), + [anon_sym_GT] = ACTIONS(3075), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(3077), + [anon_sym_get] = ACTIONS(3075), + [anon_sym_set] = ACTIONS(3075), + [anon_sym_STAR] = ACTIONS(3710), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(3075), + [anon_sym_DOT_DOT] = ACTIONS(3077), + [anon_sym_QMARK_COLON] = ACTIONS(3077), + [anon_sym_AMP_AMP] = ACTIONS(3077), + [anon_sym_PIPE_PIPE] = ACTIONS(3077), + [anon_sym_else] = ACTIONS(3075), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_PLUS_EQ] = ACTIONS(3077), + [anon_sym_DASH_EQ] = ACTIONS(3077), + [anon_sym_STAR_EQ] = ACTIONS(3077), + [anon_sym_SLASH_EQ] = ACTIONS(3077), + [anon_sym_PERCENT_EQ] = ACTIONS(3077), + [anon_sym_BANG_EQ] = ACTIONS(3075), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3077), + [anon_sym_EQ_EQ] = ACTIONS(3075), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3077), + [anon_sym_LT_EQ] = ACTIONS(3077), + [anon_sym_GT_EQ] = ACTIONS(3077), + [anon_sym_BANGin] = ACTIONS(3077), + [anon_sym_is] = ACTIONS(3075), + [anon_sym_BANGis] = ACTIONS(3077), + [anon_sym_PLUS] = ACTIONS(3730), + [anon_sym_DASH] = ACTIONS(3730), + [anon_sym_SLASH] = ACTIONS(3710), + [anon_sym_PERCENT] = ACTIONS(3710), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), + [anon_sym_suspend] = ACTIONS(3075), + [anon_sym_sealed] = ACTIONS(3075), + [anon_sym_annotation] = ACTIONS(3075), + [anon_sym_data] = ACTIONS(3075), + [anon_sym_inner] = ACTIONS(3075), + [anon_sym_override] = ACTIONS(3075), + [anon_sym_lateinit] = ACTIONS(3075), + [anon_sym_public] = ACTIONS(3075), + [anon_sym_private] = ACTIONS(3075), + [anon_sym_internal] = ACTIONS(3075), + [anon_sym_protected] = ACTIONS(3075), + [anon_sym_tailrec] = ACTIONS(3075), + [anon_sym_operator] = ACTIONS(3075), + [anon_sym_infix] = ACTIONS(3075), + [anon_sym_inline] = ACTIONS(3075), + [anon_sym_external] = ACTIONS(3075), + [sym_property_modifier] = ACTIONS(3075), + [anon_sym_abstract] = ACTIONS(3075), + [anon_sym_final] = ACTIONS(3075), + [anon_sym_open] = ACTIONS(3075), + [anon_sym_vararg] = ACTIONS(3075), + [anon_sym_noinline] = ACTIONS(3075), + [anon_sym_crossinline] = ACTIONS(3075), + [anon_sym_expect] = ACTIONS(3075), + [anon_sym_actual] = ACTIONS(3075), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3077), + [sym__automatic_semicolon] = ACTIONS(3077), + [sym_safe_nav] = ACTIONS(3598), + [sym_multiline_comment] = ACTIONS(3), + }, + [1422] = { + [sym_function_body] = STATE(1198), + [sym__block] = STATE(1087), + [sym__alpha_identifier] = ACTIONS(4326), + [anon_sym_AT] = ACTIONS(4328), + [anon_sym_COLON] = ACTIONS(5478), + [anon_sym_LBRACK] = ACTIONS(4328), + [anon_sym_as] = ACTIONS(4326), + [anon_sym_EQ] = ACTIONS(5203), + [anon_sym_LBRACE] = ACTIONS(4039), + [anon_sym_RBRACE] = ACTIONS(4328), + [anon_sym_LPAREN] = ACTIONS(4328), + [anon_sym_LT] = ACTIONS(4326), + [anon_sym_GT] = ACTIONS(4326), + [anon_sym_object] = ACTIONS(4326), + [anon_sym_fun] = ACTIONS(4326), + [anon_sym_DOT] = ACTIONS(4326), + [anon_sym_SEMI] = ACTIONS(4328), + [anon_sym_get] = ACTIONS(4326), + [anon_sym_set] = ACTIONS(4326), + [anon_sym_this] = ACTIONS(4326), + [anon_sym_super] = ACTIONS(4326), + [anon_sym_STAR] = ACTIONS(4328), + [sym_label] = ACTIONS(4326), + [anon_sym_in] = ACTIONS(4326), + [anon_sym_DOT_DOT] = ACTIONS(4328), + [anon_sym_QMARK_COLON] = ACTIONS(4328), + [anon_sym_AMP_AMP] = ACTIONS(4328), + [anon_sym_PIPE_PIPE] = ACTIONS(4328), + [anon_sym_null] = ACTIONS(4326), + [anon_sym_if] = ACTIONS(4326), + [anon_sym_else] = ACTIONS(4326), + [anon_sym_when] = ACTIONS(4326), + [anon_sym_try] = ACTIONS(4326), + [anon_sym_throw] = ACTIONS(4326), + [anon_sym_return] = ACTIONS(4326), + [anon_sym_continue] = ACTIONS(4326), + [anon_sym_break] = ACTIONS(4326), + [anon_sym_COLON_COLON] = ACTIONS(4328), + [anon_sym_BANG_EQ] = ACTIONS(4326), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4328), + [anon_sym_EQ_EQ] = ACTIONS(4326), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4328), + [anon_sym_LT_EQ] = ACTIONS(4328), + [anon_sym_GT_EQ] = ACTIONS(4328), + [anon_sym_BANGin] = ACTIONS(4328), + [anon_sym_is] = ACTIONS(4326), + [anon_sym_BANGis] = ACTIONS(4328), + [anon_sym_PLUS] = ACTIONS(4326), + [anon_sym_DASH] = ACTIONS(4326), + [anon_sym_SLASH] = ACTIONS(4326), + [anon_sym_PERCENT] = ACTIONS(4328), + [anon_sym_as_QMARK] = ACTIONS(4328), + [anon_sym_PLUS_PLUS] = ACTIONS(4328), + [anon_sym_DASH_DASH] = ACTIONS(4328), + [anon_sym_BANG] = ACTIONS(4326), + [anon_sym_BANG_BANG] = ACTIONS(4328), + [anon_sym_suspend] = ACTIONS(4326), + [anon_sym_sealed] = ACTIONS(4326), + [anon_sym_annotation] = ACTIONS(4326), + [anon_sym_data] = ACTIONS(4326), + [anon_sym_inner] = ACTIONS(4326), + [anon_sym_override] = ACTIONS(4326), + [anon_sym_lateinit] = ACTIONS(4326), + [anon_sym_public] = ACTIONS(4326), + [anon_sym_private] = ACTIONS(4326), + [anon_sym_internal] = ACTIONS(4326), + [anon_sym_protected] = ACTIONS(4326), + [anon_sym_tailrec] = ACTIONS(4326), + [anon_sym_operator] = ACTIONS(4326), + [anon_sym_infix] = ACTIONS(4326), + [anon_sym_inline] = ACTIONS(4326), + [anon_sym_external] = ACTIONS(4326), + [sym_property_modifier] = ACTIONS(4326), + [anon_sym_abstract] = ACTIONS(4326), + [anon_sym_final] = ACTIONS(4326), + [anon_sym_open] = ACTIONS(4326), + [anon_sym_vararg] = ACTIONS(4326), + [anon_sym_noinline] = ACTIONS(4326), + [anon_sym_crossinline] = ACTIONS(4326), + [anon_sym_expect] = ACTIONS(4326), + [anon_sym_actual] = ACTIONS(4326), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(4328), + [anon_sym_continue_AT] = ACTIONS(4328), + [anon_sym_break_AT] = ACTIONS(4328), + [sym_real_literal] = ACTIONS(4328), + [sym_integer_literal] = ACTIONS(4326), + [sym_hex_literal] = ACTIONS(4328), + [sym_bin_literal] = ACTIONS(4328), + [anon_sym_true] = ACTIONS(4326), + [anon_sym_false] = ACTIONS(4326), + [anon_sym_SQUOTE] = ACTIONS(4328), + [sym__backtick_identifier] = ACTIONS(4328), + [sym__automatic_semicolon] = ACTIONS(4328), + [sym_safe_nav] = ACTIONS(4328), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), + [sym__string_start] = ACTIONS(4328), + }, + [1423] = { + [sym_indexing_suffix] = STATE(3424), + [sym_navigation_suffix] = STATE(3423), + [sym_call_suffix] = STATE(3420), + [sym_annotated_lambda] = STATE(3419), + [sym_type_arguments] = STATE(7492), + [sym_value_arguments] = STATE(2731), + [sym_lambda_literal] = STATE(3415), + [sym__equality_operator] = STATE(1915), + [sym__comparison_operator] = STATE(2017), + [sym__in_operator] = STATE(2047), + [sym__is_operator] = STATE(6160), + [sym__additive_operator] = STATE(2164), + [sym__multiplicative_operator] = STATE(2174), + [sym__as_operator] = STATE(6161), + [sym__postfix_unary_operator] = STATE(3414), + [sym__member_access_operator] = STATE(7370), + [sym_annotation] = STATE(7887), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2177), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7887), + [sym__alpha_identifier] = ACTIONS(2992), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(4543), + [anon_sym_as] = ACTIONS(4545), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_RBRACE] = ACTIONS(2994), + [anon_sym_LPAREN] = ACTIONS(4547), + [anon_sym_COMMA] = ACTIONS(2994), + [anon_sym_LT] = ACTIONS(2996), + [anon_sym_GT] = ACTIONS(2992), + [anon_sym_where] = ACTIONS(2992), + [anon_sym_object] = ACTIONS(2992), + [anon_sym_fun] = ACTIONS(2992), + [anon_sym_DOT] = ACTIONS(4551), + [anon_sym_SEMI] = ACTIONS(2994), + [anon_sym_get] = ACTIONS(2992), + [anon_sym_set] = ACTIONS(2992), + [anon_sym_this] = ACTIONS(2992), + [anon_sym_super] = ACTIONS(2992), + [anon_sym_STAR] = ACTIONS(5480), + [sym_label] = ACTIONS(4555), + [anon_sym_in] = ACTIONS(2992), + [anon_sym_DOT_DOT] = ACTIONS(5482), + [anon_sym_QMARK_COLON] = ACTIONS(2994), + [anon_sym_AMP_AMP] = ACTIONS(2994), + [anon_sym_PIPE_PIPE] = ACTIONS(2994), + [anon_sym_null] = ACTIONS(2992), + [anon_sym_if] = ACTIONS(2992), + [anon_sym_else] = ACTIONS(2992), + [anon_sym_when] = ACTIONS(2992), + [anon_sym_try] = ACTIONS(2992), + [anon_sym_throw] = ACTIONS(2992), + [anon_sym_return] = ACTIONS(2992), + [anon_sym_continue] = ACTIONS(2992), + [anon_sym_break] = ACTIONS(2992), + [anon_sym_COLON_COLON] = ACTIONS(4567), + [anon_sym_BANG_EQ] = ACTIONS(2992), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2994), + [anon_sym_EQ_EQ] = ACTIONS(2992), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2994), + [anon_sym_LT_EQ] = ACTIONS(2994), + [anon_sym_GT_EQ] = ACTIONS(2994), + [anon_sym_BANGin] = ACTIONS(2994), + [anon_sym_is] = ACTIONS(2992), + [anon_sym_BANGis] = ACTIONS(2994), + [anon_sym_PLUS] = ACTIONS(5484), + [anon_sym_DASH] = ACTIONS(5484), + [anon_sym_SLASH] = ACTIONS(5486), + [anon_sym_PERCENT] = ACTIONS(5480), + [anon_sym_as_QMARK] = ACTIONS(4583), + [anon_sym_PLUS_PLUS] = ACTIONS(4585), + [anon_sym_DASH_DASH] = ACTIONS(4585), + [anon_sym_BANG] = ACTIONS(2992), + [anon_sym_BANG_BANG] = ACTIONS(4585), + [anon_sym_data] = ACTIONS(2992), + [anon_sym_inner] = ACTIONS(2992), + [anon_sym_expect] = ACTIONS(2992), + [anon_sym_actual] = ACTIONS(2992), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(2994), + [anon_sym_continue_AT] = ACTIONS(2994), + [anon_sym_break_AT] = ACTIONS(2994), + [sym_real_literal] = ACTIONS(2994), + [sym_integer_literal] = ACTIONS(2992), + [sym_hex_literal] = ACTIONS(2994), + [sym_bin_literal] = ACTIONS(2994), + [anon_sym_true] = ACTIONS(2992), + [anon_sym_false] = ACTIONS(2992), + [anon_sym_SQUOTE] = ACTIONS(2994), + [sym__backtick_identifier] = ACTIONS(2994), + [sym__automatic_semicolon] = ACTIONS(2994), + [sym_safe_nav] = ACTIONS(4567), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(2994), }, [1424] = { - [sym__expression] = STATE(4276), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym_value_argument] = STATE(8766), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(1936), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5487), - [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_RPAREN] = ACTIONS(5476), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(5474), - [sym_label] = ACTIONS(853), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(2022), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(2024), - [anon_sym_return] = ACTIONS(2026), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(855), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [sym_indexing_suffix] = STATE(3424), + [sym_navigation_suffix] = STATE(3423), + [sym_call_suffix] = STATE(3420), + [sym_annotated_lambda] = STATE(3419), + [sym_type_arguments] = STATE(7492), + [sym_value_arguments] = STATE(2731), + [sym_lambda_literal] = STATE(3415), + [sym__equality_operator] = STATE(1915), + [sym__comparison_operator] = STATE(2017), + [sym__in_operator] = STATE(2047), + [sym__is_operator] = STATE(6160), + [sym__additive_operator] = STATE(2164), + [sym__multiplicative_operator] = STATE(2174), + [sym__as_operator] = STATE(6161), + [sym__postfix_unary_operator] = STATE(3414), + [sym__member_access_operator] = STATE(7370), + [sym_annotation] = STATE(7887), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2177), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7887), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(4543), + [anon_sym_as] = ACTIONS(4545), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_RBRACE] = ACTIONS(3061), + [anon_sym_LPAREN] = ACTIONS(4547), + [anon_sym_COMMA] = ACTIONS(3061), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(5488), + [anon_sym_where] = ACTIONS(3059), + [anon_sym_object] = ACTIONS(3059), + [anon_sym_fun] = ACTIONS(3059), + [anon_sym_DOT] = ACTIONS(4551), + [anon_sym_SEMI] = ACTIONS(3061), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_this] = ACTIONS(3059), + [anon_sym_super] = ACTIONS(3059), + [anon_sym_STAR] = ACTIONS(5480), + [sym_label] = ACTIONS(4555), + [anon_sym_in] = ACTIONS(5490), + [anon_sym_DOT_DOT] = ACTIONS(5482), + [anon_sym_QMARK_COLON] = ACTIONS(5492), + [anon_sym_AMP_AMP] = ACTIONS(5494), + [anon_sym_PIPE_PIPE] = ACTIONS(5496), + [anon_sym_null] = ACTIONS(3059), + [anon_sym_if] = ACTIONS(3059), + [anon_sym_else] = ACTIONS(3059), + [anon_sym_when] = ACTIONS(3059), + [anon_sym_try] = ACTIONS(3059), + [anon_sym_throw] = ACTIONS(3059), + [anon_sym_return] = ACTIONS(3059), + [anon_sym_continue] = ACTIONS(3059), + [anon_sym_break] = ACTIONS(3059), + [anon_sym_COLON_COLON] = ACTIONS(4567), + [anon_sym_BANG_EQ] = ACTIONS(5498), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5500), + [anon_sym_EQ_EQ] = ACTIONS(5498), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5500), + [anon_sym_LT_EQ] = ACTIONS(5502), + [anon_sym_GT_EQ] = ACTIONS(5502), + [anon_sym_BANGin] = ACTIONS(5504), + [anon_sym_is] = ACTIONS(4577), + [anon_sym_BANGis] = ACTIONS(4579), + [anon_sym_PLUS] = ACTIONS(5484), + [anon_sym_DASH] = ACTIONS(5484), + [anon_sym_SLASH] = ACTIONS(5486), + [anon_sym_PERCENT] = ACTIONS(5480), + [anon_sym_as_QMARK] = ACTIONS(4583), + [anon_sym_PLUS_PLUS] = ACTIONS(4585), + [anon_sym_DASH_DASH] = ACTIONS(4585), + [anon_sym_BANG] = ACTIONS(3059), + [anon_sym_BANG_BANG] = ACTIONS(4585), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(3061), + [anon_sym_continue_AT] = ACTIONS(3061), + [anon_sym_break_AT] = ACTIONS(3061), + [sym_real_literal] = ACTIONS(3061), + [sym_integer_literal] = ACTIONS(3059), + [sym_hex_literal] = ACTIONS(3061), + [sym_bin_literal] = ACTIONS(3061), + [anon_sym_true] = ACTIONS(3059), + [anon_sym_false] = ACTIONS(3059), + [anon_sym_SQUOTE] = ACTIONS(3061), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(3061), + [sym_safe_nav] = ACTIONS(4567), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), + [sym__string_start] = ACTIONS(3061), }, [1425] = { - [sym__expression] = STATE(4276), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym_value_argument] = STATE(8766), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(1936), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5487), + [sym__expression] = STATE(4267), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym_value_argument] = STATE(8764), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(2183), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(5501), [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_RPAREN] = ACTIONS(5478), + [anon_sym_RPAREN] = ACTIONS(5506), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(5474), - [sym_label] = ACTIONS(853), + [anon_sym_STAR] = ACTIONS(5508), + [sym_label] = ACTIONS(821), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(2022), [anon_sym_when] = ACTIONS(245), @@ -194392,15 +194510,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(855), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(823), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -194417,268 +194535,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(283), }, [1426] = { - [sym_function_body] = STATE(1112), - [sym__block] = STATE(1128), - [sym__alpha_identifier] = ACTIONS(4095), - [anon_sym_AT] = ACTIONS(4097), - [anon_sym_LBRACK] = ACTIONS(4097), - [anon_sym_as] = ACTIONS(4095), - [anon_sym_EQ] = ACTIONS(5183), - [anon_sym_LBRACE] = ACTIONS(4081), - [anon_sym_RBRACE] = ACTIONS(4097), - [anon_sym_LPAREN] = ACTIONS(4097), - [anon_sym_LT] = ACTIONS(4095), - [anon_sym_GT] = ACTIONS(4095), - [anon_sym_object] = ACTIONS(4095), - [anon_sym_fun] = ACTIONS(4095), - [anon_sym_DOT] = ACTIONS(4095), - [anon_sym_SEMI] = ACTIONS(4097), - [anon_sym_get] = ACTIONS(4095), - [anon_sym_set] = ACTIONS(4095), - [anon_sym_this] = ACTIONS(4095), - [anon_sym_super] = ACTIONS(4095), - [anon_sym_STAR] = ACTIONS(4097), - [sym_label] = ACTIONS(4095), - [anon_sym_in] = ACTIONS(4095), - [anon_sym_DOT_DOT] = ACTIONS(4097), - [anon_sym_QMARK_COLON] = ACTIONS(4097), - [anon_sym_AMP_AMP] = ACTIONS(4097), - [anon_sym_PIPE_PIPE] = ACTIONS(4097), - [anon_sym_null] = ACTIONS(4095), - [anon_sym_if] = ACTIONS(4095), - [anon_sym_else] = ACTIONS(4095), - [anon_sym_when] = ACTIONS(4095), - [anon_sym_try] = ACTIONS(4095), - [anon_sym_throw] = ACTIONS(4095), - [anon_sym_return] = ACTIONS(4095), - [anon_sym_continue] = ACTIONS(4095), - [anon_sym_break] = ACTIONS(4095), - [anon_sym_COLON_COLON] = ACTIONS(4097), - [anon_sym_BANG_EQ] = ACTIONS(4095), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4097), - [anon_sym_EQ_EQ] = ACTIONS(4095), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4097), - [anon_sym_LT_EQ] = ACTIONS(4097), - [anon_sym_GT_EQ] = ACTIONS(4097), - [anon_sym_BANGin] = ACTIONS(4097), - [anon_sym_is] = ACTIONS(4095), - [anon_sym_BANGis] = ACTIONS(4097), - [anon_sym_PLUS] = ACTIONS(4095), - [anon_sym_DASH] = ACTIONS(4095), - [anon_sym_SLASH] = ACTIONS(4095), - [anon_sym_PERCENT] = ACTIONS(4097), - [anon_sym_as_QMARK] = ACTIONS(4097), - [anon_sym_PLUS_PLUS] = ACTIONS(4097), - [anon_sym_DASH_DASH] = ACTIONS(4097), - [anon_sym_BANG] = ACTIONS(4095), - [anon_sym_BANG_BANG] = ACTIONS(4097), - [anon_sym_suspend] = ACTIONS(4095), - [anon_sym_sealed] = ACTIONS(4095), - [anon_sym_annotation] = ACTIONS(4095), - [anon_sym_data] = ACTIONS(4095), - [anon_sym_inner] = ACTIONS(4095), - [anon_sym_override] = ACTIONS(4095), - [anon_sym_lateinit] = ACTIONS(4095), - [anon_sym_public] = ACTIONS(4095), - [anon_sym_private] = ACTIONS(4095), - [anon_sym_internal] = ACTIONS(4095), - [anon_sym_protected] = ACTIONS(4095), - [anon_sym_tailrec] = ACTIONS(4095), - [anon_sym_operator] = ACTIONS(4095), - [anon_sym_infix] = ACTIONS(4095), - [anon_sym_inline] = ACTIONS(4095), - [anon_sym_external] = ACTIONS(4095), - [sym_property_modifier] = ACTIONS(4095), - [anon_sym_abstract] = ACTIONS(4095), - [anon_sym_final] = ACTIONS(4095), - [anon_sym_open] = ACTIONS(4095), - [anon_sym_vararg] = ACTIONS(4095), - [anon_sym_noinline] = ACTIONS(4095), - [anon_sym_crossinline] = ACTIONS(4095), - [anon_sym_expect] = ACTIONS(4095), - [anon_sym_actual] = ACTIONS(4095), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4097), - [anon_sym_continue_AT] = ACTIONS(4097), - [anon_sym_break_AT] = ACTIONS(4097), - [sym_real_literal] = ACTIONS(4097), - [sym_integer_literal] = ACTIONS(4095), - [sym_hex_literal] = ACTIONS(4097), - [sym_bin_literal] = ACTIONS(4097), - [anon_sym_true] = ACTIONS(4095), - [anon_sym_false] = ACTIONS(4095), - [anon_sym_SQUOTE] = ACTIONS(4097), - [sym__backtick_identifier] = ACTIONS(4097), - [sym__automatic_semicolon] = ACTIONS(4097), - [sym_safe_nav] = ACTIONS(4097), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4097), - }, - [1427] = { - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(2143), - [sym__comparison_operator] = STATE(2144), - [sym__in_operator] = STATE(2145), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(2146), - [sym__multiplicative_operator] = STATE(2148), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_annotation] = STATE(7845), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2153), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_RBRACK] = ACTIONS(3017), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(3017), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_COMMA] = ACTIONS(3017), - [anon_sym_RPAREN] = ACTIONS(3017), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3758), - [anon_sym_where] = ACTIONS(3015), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(3017), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(3766), - [anon_sym_DASH_GT] = ACTIONS(3017), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(3768), - [anon_sym_while] = ACTIONS(3015), - [anon_sym_DOT_DOT] = ACTIONS(3770), - [anon_sym_QMARK_COLON] = ACTIONS(3772), - [anon_sym_AMP_AMP] = ACTIONS(3774), - [anon_sym_PIPE_PIPE] = ACTIONS(3776), - [anon_sym_else] = ACTIONS(3015), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_BANG_EQ] = ACTIONS(3778), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3780), - [anon_sym_EQ_EQ] = ACTIONS(3778), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3780), - [anon_sym_LT_EQ] = ACTIONS(3782), - [anon_sym_GT_EQ] = ACTIONS(3782), - [anon_sym_BANGin] = ACTIONS(3784), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), - [anon_sym_PLUS] = ACTIONS(3786), - [anon_sym_DASH] = ACTIONS(3786), - [anon_sym_SLASH] = ACTIONS(3788), - [anon_sym_PERCENT] = ACTIONS(3766), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), - [anon_sym_suspend] = ACTIONS(3015), - [anon_sym_sealed] = ACTIONS(3015), - [anon_sym_annotation] = ACTIONS(3015), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3015), - [anon_sym_lateinit] = ACTIONS(3015), - [anon_sym_public] = ACTIONS(3015), - [anon_sym_private] = ACTIONS(3015), - [anon_sym_internal] = ACTIONS(3015), - [anon_sym_protected] = ACTIONS(3015), - [anon_sym_tailrec] = ACTIONS(3015), - [anon_sym_operator] = ACTIONS(3015), - [anon_sym_infix] = ACTIONS(3015), - [anon_sym_inline] = ACTIONS(3015), - [anon_sym_external] = ACTIONS(3015), - [sym_property_modifier] = ACTIONS(3015), - [anon_sym_abstract] = ACTIONS(3015), - [anon_sym_final] = ACTIONS(3015), - [anon_sym_open] = ACTIONS(3015), - [anon_sym_vararg] = ACTIONS(3015), - [anon_sym_noinline] = ACTIONS(3015), - [anon_sym_crossinline] = ACTIONS(3015), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), - [sym_multiline_comment] = ACTIONS(3), - }, - [1428] = { - [sym_primary_constructor] = STATE(3442), - [sym__class_parameters] = STATE(3545), - [sym_type_constraints] = STATE(3628), - [sym_enum_class_body] = STATE(3695), - [sym_modifiers] = STATE(9083), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3190), + [sym_primary_constructor] = STATE(3528), + [sym__class_parameters] = STATE(3610), + [sym_type_parameters] = STATE(1598), + [sym_type_constraints] = STATE(3620), + [sym_enum_class_body] = STATE(3842), + [sym_modifiers] = STATE(9241), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3136), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(5480), - [anon_sym_LBRACK] = ACTIONS(3194), - [anon_sym_as] = ACTIONS(3190), - [anon_sym_EQ] = ACTIONS(3190), - [anon_sym_constructor] = ACTIONS(5357), - [anon_sym_LBRACE] = ACTIONS(5359), - [anon_sym_RBRACE] = ACTIONS(3194), - [anon_sym_LPAREN] = ACTIONS(5361), - [anon_sym_COMMA] = ACTIONS(3194), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3190), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(3190), - [anon_sym_SEMI] = ACTIONS(3194), - [anon_sym_get] = ACTIONS(3190), - [anon_sym_set] = ACTIONS(3190), - [anon_sym_STAR] = ACTIONS(3190), - [sym_label] = ACTIONS(3194), - [anon_sym_in] = ACTIONS(3190), - [anon_sym_DOT_DOT] = ACTIONS(3194), - [anon_sym_QMARK_COLON] = ACTIONS(3194), - [anon_sym_AMP_AMP] = ACTIONS(3194), - [anon_sym_PIPE_PIPE] = ACTIONS(3194), - [anon_sym_else] = ACTIONS(3190), - [anon_sym_COLON_COLON] = ACTIONS(3194), - [anon_sym_PLUS_EQ] = ACTIONS(3194), - [anon_sym_DASH_EQ] = ACTIONS(3194), - [anon_sym_STAR_EQ] = ACTIONS(3194), - [anon_sym_SLASH_EQ] = ACTIONS(3194), - [anon_sym_PERCENT_EQ] = ACTIONS(3194), - [anon_sym_BANG_EQ] = ACTIONS(3190), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3194), - [anon_sym_EQ_EQ] = ACTIONS(3190), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3194), - [anon_sym_LT_EQ] = ACTIONS(3194), - [anon_sym_GT_EQ] = ACTIONS(3194), - [anon_sym_BANGin] = ACTIONS(3194), - [anon_sym_is] = ACTIONS(3190), - [anon_sym_BANGis] = ACTIONS(3194), - [anon_sym_PLUS] = ACTIONS(3190), - [anon_sym_DASH] = ACTIONS(3190), - [anon_sym_SLASH] = ACTIONS(3190), - [anon_sym_PERCENT] = ACTIONS(3190), - [anon_sym_as_QMARK] = ACTIONS(3194), - [anon_sym_PLUS_PLUS] = ACTIONS(3194), - [anon_sym_DASH_DASH] = ACTIONS(3194), - [anon_sym_BANG_BANG] = ACTIONS(3194), + [anon_sym_COLON] = ACTIONS(5510), + [anon_sym_LBRACK] = ACTIONS(3140), + [anon_sym_as] = ACTIONS(3136), + [anon_sym_EQ] = ACTIONS(3136), + [anon_sym_constructor] = ACTIONS(5358), + [anon_sym_LBRACE] = ACTIONS(5415), + [anon_sym_RBRACE] = ACTIONS(3140), + [anon_sym_LPAREN] = ACTIONS(5362), + [anon_sym_LT] = ACTIONS(5364), + [anon_sym_GT] = ACTIONS(3136), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(3136), + [anon_sym_SEMI] = ACTIONS(3140), + [anon_sym_get] = ACTIONS(3136), + [anon_sym_set] = ACTIONS(3136), + [anon_sym_STAR] = ACTIONS(3136), + [sym_label] = ACTIONS(3140), + [anon_sym_in] = ACTIONS(3136), + [anon_sym_DOT_DOT] = ACTIONS(3140), + [anon_sym_QMARK_COLON] = ACTIONS(3140), + [anon_sym_AMP_AMP] = ACTIONS(3140), + [anon_sym_PIPE_PIPE] = ACTIONS(3140), + [anon_sym_else] = ACTIONS(3136), + [anon_sym_COLON_COLON] = ACTIONS(3140), + [anon_sym_PLUS_EQ] = ACTIONS(3140), + [anon_sym_DASH_EQ] = ACTIONS(3140), + [anon_sym_STAR_EQ] = ACTIONS(3140), + [anon_sym_SLASH_EQ] = ACTIONS(3140), + [anon_sym_PERCENT_EQ] = ACTIONS(3140), + [anon_sym_BANG_EQ] = ACTIONS(3136), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3140), + [anon_sym_EQ_EQ] = ACTIONS(3136), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3140), + [anon_sym_LT_EQ] = ACTIONS(3140), + [anon_sym_GT_EQ] = ACTIONS(3140), + [anon_sym_BANGin] = ACTIONS(3140), + [anon_sym_is] = ACTIONS(3136), + [anon_sym_BANGis] = ACTIONS(3140), + [anon_sym_PLUS] = ACTIONS(3136), + [anon_sym_DASH] = ACTIONS(3136), + [anon_sym_SLASH] = ACTIONS(3136), + [anon_sym_PERCENT] = ACTIONS(3136), + [anon_sym_as_QMARK] = ACTIONS(3140), + [anon_sym_PLUS_PLUS] = ACTIONS(3140), + [anon_sym_DASH_DASH] = ACTIONS(3140), + [anon_sym_BANG_BANG] = ACTIONS(3140), [anon_sym_suspend] = ACTIONS(3120), [anon_sym_sealed] = ACTIONS(3122), [anon_sym_annotation] = ACTIONS(3122), @@ -194705,43 +194627,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3134), [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3194), - [sym__automatic_semicolon] = ACTIONS(3194), - [sym_safe_nav] = ACTIONS(3194), + [sym__backtick_identifier] = ACTIONS(3140), + [sym__automatic_semicolon] = ACTIONS(3140), + [sym_safe_nav] = ACTIONS(3140), [sym_multiline_comment] = ACTIONS(3), }, - [1429] = { - [sym_primary_constructor] = STATE(3482), - [sym__class_parameters] = STATE(3545), - [sym_type_parameters] = STATE(1608), - [sym_type_constraints] = STATE(3605), - [sym_enum_class_body] = STATE(3803), - [sym_modifiers] = STATE(9083), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), + [1427] = { + [sym_primary_constructor] = STATE(3530), + [sym_class_body] = STATE(3842), + [sym__class_parameters] = STATE(3610), + [sym_type_parameters] = STATE(1597), + [sym_type_constraints] = STATE(3563), + [sym_modifiers] = STATE(9241), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), [sym__alpha_identifier] = ACTIONS(3136), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(5482), + [anon_sym_COLON] = ACTIONS(5512), [anon_sym_LBRACK] = ACTIONS(3140), [anon_sym_as] = ACTIONS(3136), [anon_sym_EQ] = ACTIONS(3136), - [anon_sym_constructor] = ACTIONS(5357), - [anon_sym_LBRACE] = ACTIONS(5359), + [anon_sym_constructor] = ACTIONS(5358), + [anon_sym_LBRACE] = ACTIONS(5360), [anon_sym_RBRACE] = ACTIONS(3140), - [anon_sym_LPAREN] = ACTIONS(5361), - [anon_sym_LT] = ACTIONS(5340), + [anon_sym_LPAREN] = ACTIONS(5362), + [anon_sym_LT] = ACTIONS(5364), [anon_sym_GT] = ACTIONS(3136), - [anon_sym_where] = ACTIONS(5363), + [anon_sym_where] = ACTIONS(5366), [anon_sym_DOT] = ACTIONS(3136), [anon_sym_SEMI] = ACTIONS(3140), [anon_sym_get] = ACTIONS(3136), @@ -194808,73 +194730,171 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_safe_nav] = ACTIONS(3140), [sym_multiline_comment] = ACTIONS(3), }, - [1430] = { - [sym_primary_constructor] = STATE(3476), - [sym_class_body] = STATE(3800), - [sym__class_parameters] = STATE(3545), - [sym_type_parameters] = STATE(1609), - [sym_type_constraints] = STATE(3645), - [sym_modifiers] = STATE(9083), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3102), + [1428] = { + [sym__expression] = STATE(4267), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym_value_argument] = STATE(8345), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(2183), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(5501), + [sym__return_at] = STATE(331), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_RPAREN] = ACTIONS(5514), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(2020), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(5508), + [sym_label] = ACTIONS(821), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(2022), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(2024), + [anon_sym_return] = ACTIONS(2026), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(823), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(283), + }, + [1429] = { + [sym_primary_constructor] = STATE(4801), + [sym__class_parameters] = STATE(4841), + [sym_type_parameters] = STATE(1567), + [sym_type_constraints] = STATE(4880), + [sym_enum_class_body] = STATE(4946), + [sym_modifiers] = STATE(9347), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3136), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(5484), - [anon_sym_LBRACK] = ACTIONS(3108), - [anon_sym_as] = ACTIONS(3102), - [anon_sym_EQ] = ACTIONS(3102), - [anon_sym_constructor] = ACTIONS(5357), - [anon_sym_LBRACE] = ACTIONS(5421), - [anon_sym_RBRACE] = ACTIONS(3108), - [anon_sym_LPAREN] = ACTIONS(5361), - [anon_sym_LT] = ACTIONS(5340), - [anon_sym_GT] = ACTIONS(3102), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(3102), - [anon_sym_SEMI] = ACTIONS(3108), - [anon_sym_get] = ACTIONS(3102), - [anon_sym_set] = ACTIONS(3102), - [anon_sym_STAR] = ACTIONS(3102), - [sym_label] = ACTIONS(3108), - [anon_sym_in] = ACTIONS(3102), - [anon_sym_DOT_DOT] = ACTIONS(3108), - [anon_sym_QMARK_COLON] = ACTIONS(3108), - [anon_sym_AMP_AMP] = ACTIONS(3108), - [anon_sym_PIPE_PIPE] = ACTIONS(3108), - [anon_sym_else] = ACTIONS(3102), - [anon_sym_COLON_COLON] = ACTIONS(3108), - [anon_sym_PLUS_EQ] = ACTIONS(3108), - [anon_sym_DASH_EQ] = ACTIONS(3108), - [anon_sym_STAR_EQ] = ACTIONS(3108), - [anon_sym_SLASH_EQ] = ACTIONS(3108), - [anon_sym_PERCENT_EQ] = ACTIONS(3108), - [anon_sym_BANG_EQ] = ACTIONS(3102), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3108), - [anon_sym_EQ_EQ] = ACTIONS(3102), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3108), - [anon_sym_LT_EQ] = ACTIONS(3108), - [anon_sym_GT_EQ] = ACTIONS(3108), - [anon_sym_BANGin] = ACTIONS(3108), - [anon_sym_is] = ACTIONS(3102), - [anon_sym_BANGis] = ACTIONS(3108), - [anon_sym_PLUS] = ACTIONS(3102), - [anon_sym_DASH] = ACTIONS(3102), - [anon_sym_SLASH] = ACTIONS(3102), - [anon_sym_PERCENT] = ACTIONS(3102), - [anon_sym_as_QMARK] = ACTIONS(3108), - [anon_sym_PLUS_PLUS] = ACTIONS(3108), - [anon_sym_DASH_DASH] = ACTIONS(3108), - [anon_sym_BANG_BANG] = ACTIONS(3108), + [anon_sym_COLON] = ACTIONS(5516), + [anon_sym_LBRACK] = ACTIONS(3140), + [anon_sym_as] = ACTIONS(3136), + [anon_sym_EQ] = ACTIONS(3136), + [anon_sym_constructor] = ACTIONS(5399), + [anon_sym_LBRACE] = ACTIONS(5411), + [anon_sym_RBRACE] = ACTIONS(3140), + [anon_sym_LPAREN] = ACTIONS(5403), + [anon_sym_LT] = ACTIONS(5364), + [anon_sym_GT] = ACTIONS(3136), + [anon_sym_where] = ACTIONS(5405), + [anon_sym_DOT] = ACTIONS(3136), + [anon_sym_SEMI] = ACTIONS(3140), + [anon_sym_get] = ACTIONS(3136), + [anon_sym_set] = ACTIONS(3136), + [anon_sym_STAR] = ACTIONS(3136), + [sym_label] = ACTIONS(3140), + [anon_sym_in] = ACTIONS(3136), + [anon_sym_DOT_DOT] = ACTIONS(3140), + [anon_sym_QMARK_COLON] = ACTIONS(3140), + [anon_sym_AMP_AMP] = ACTIONS(3140), + [anon_sym_PIPE_PIPE] = ACTIONS(3140), + [anon_sym_else] = ACTIONS(3136), + [anon_sym_COLON_COLON] = ACTIONS(3140), + [anon_sym_PLUS_EQ] = ACTIONS(3140), + [anon_sym_DASH_EQ] = ACTIONS(3140), + [anon_sym_STAR_EQ] = ACTIONS(3140), + [anon_sym_SLASH_EQ] = ACTIONS(3140), + [anon_sym_PERCENT_EQ] = ACTIONS(3140), + [anon_sym_BANG_EQ] = ACTIONS(3136), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3140), + [anon_sym_EQ_EQ] = ACTIONS(3136), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3140), + [anon_sym_LT_EQ] = ACTIONS(3140), + [anon_sym_GT_EQ] = ACTIONS(3140), + [anon_sym_BANGin] = ACTIONS(3140), + [anon_sym_is] = ACTIONS(3136), + [anon_sym_BANGis] = ACTIONS(3140), + [anon_sym_PLUS] = ACTIONS(3136), + [anon_sym_DASH] = ACTIONS(3136), + [anon_sym_SLASH] = ACTIONS(3136), + [anon_sym_PERCENT] = ACTIONS(3136), + [anon_sym_as_QMARK] = ACTIONS(3140), + [anon_sym_PLUS_PLUS] = ACTIONS(3140), + [anon_sym_DASH_DASH] = ACTIONS(3140), + [anon_sym_BANG_BANG] = ACTIONS(3140), [anon_sym_suspend] = ACTIONS(3120), [anon_sym_sealed] = ACTIONS(3122), [anon_sym_annotation] = ACTIONS(3122), @@ -194901,272 +194921,272 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3134), [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3108), - [sym__automatic_semicolon] = ACTIONS(3108), - [sym_safe_nav] = ACTIONS(3108), + [sym__backtick_identifier] = ACTIONS(3140), + [sym__automatic_semicolon] = ACTIONS(3140), + [sym_safe_nav] = ACTIONS(3140), + [sym_multiline_comment] = ACTIONS(3), + }, + [1430] = { + [sym__expression] = STATE(4267), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym_value_argument] = STATE(8453), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(2183), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(5501), + [sym__return_at] = STATE(331), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_RPAREN] = ACTIONS(5518), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(2020), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(5508), + [sym_label] = ACTIONS(821), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(2022), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(2024), + [anon_sym_return] = ACTIONS(2026), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(823), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(283), }, [1431] = { - [sym_indexing_suffix] = STATE(3339), - [sym_navigation_suffix] = STATE(3435), - [sym_call_suffix] = STATE(3432), - [sym_annotated_lambda] = STATE(3429), - [sym_type_arguments] = STATE(7512), - [sym_value_arguments] = STATE(2735), - [sym_lambda_literal] = STATE(3427), - [sym__equality_operator] = STATE(2060), - [sym__comparison_operator] = STATE(2059), - [sym__in_operator] = STATE(2055), - [sym__is_operator] = STATE(6217), - [sym__additive_operator] = STATE(2038), - [sym__multiplicative_operator] = STATE(2037), - [sym__as_operator] = STATE(6214), - [sym__postfix_unary_operator] = STATE(3426), - [sym__member_access_operator] = STATE(7360), - [sym_annotation] = STATE(7846), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2036), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7846), + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(2314), + [sym__comparison_operator] = STATE(2312), + [sym__in_operator] = STATE(2309), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(2306), + [sym__multiplicative_operator] = STATE(2305), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_annotation] = STATE(7893), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2302), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(4523), - [anon_sym_as] = ACTIONS(4525), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_RBRACE] = ACTIONS(3001), - [anon_sym_LPAREN] = ACTIONS(4527), - [anon_sym_COMMA] = ACTIONS(3001), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_RBRACK] = ACTIONS(3084), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(3084), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_COMMA] = ACTIONS(3084), + [anon_sym_RPAREN] = ACTIONS(3084), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(5486), - [anon_sym_where] = ACTIONS(2999), - [anon_sym_object] = ACTIONS(2999), - [anon_sym_fun] = ACTIONS(2999), - [anon_sym_DOT] = ACTIONS(4531), - [anon_sym_SEMI] = ACTIONS(3001), + [anon_sym_GT] = ACTIONS(3758), + [anon_sym_where] = ACTIONS(3082), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3084), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(2999), - [anon_sym_super] = ACTIONS(2999), - [anon_sym_STAR] = ACTIONS(5488), - [sym_label] = ACTIONS(4535), - [anon_sym_in] = ACTIONS(5490), - [anon_sym_DOT_DOT] = ACTIONS(5492), - [anon_sym_QMARK_COLON] = ACTIONS(5494), - [anon_sym_AMP_AMP] = ACTIONS(5496), - [anon_sym_PIPE_PIPE] = ACTIONS(5498), - [anon_sym_null] = ACTIONS(2999), - [anon_sym_if] = ACTIONS(2999), - [anon_sym_else] = ACTIONS(2999), - [anon_sym_when] = ACTIONS(2999), - [anon_sym_try] = ACTIONS(2999), - [anon_sym_throw] = ACTIONS(2999), - [anon_sym_return] = ACTIONS(2999), - [anon_sym_continue] = ACTIONS(2999), - [anon_sym_break] = ACTIONS(2999), - [anon_sym_COLON_COLON] = ACTIONS(4547), - [anon_sym_BANG_EQ] = ACTIONS(5500), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5502), - [anon_sym_EQ_EQ] = ACTIONS(5500), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5502), - [anon_sym_LT_EQ] = ACTIONS(5504), - [anon_sym_GT_EQ] = ACTIONS(5504), - [anon_sym_BANGin] = ACTIONS(5506), - [anon_sym_is] = ACTIONS(4557), - [anon_sym_BANGis] = ACTIONS(4559), - [anon_sym_PLUS] = ACTIONS(5508), - [anon_sym_DASH] = ACTIONS(5508), - [anon_sym_SLASH] = ACTIONS(5510), - [anon_sym_PERCENT] = ACTIONS(5488), - [anon_sym_as_QMARK] = ACTIONS(4563), - [anon_sym_PLUS_PLUS] = ACTIONS(4565), - [anon_sym_DASH_DASH] = ACTIONS(4565), - [anon_sym_BANG] = ACTIONS(2999), - [anon_sym_BANG_BANG] = ACTIONS(4565), + [anon_sym_STAR] = ACTIONS(3766), + [anon_sym_DASH_GT] = ACTIONS(3084), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(3768), + [anon_sym_while] = ACTIONS(3082), + [anon_sym_DOT_DOT] = ACTIONS(3770), + [anon_sym_QMARK_COLON] = ACTIONS(3772), + [anon_sym_AMP_AMP] = ACTIONS(3774), + [anon_sym_PIPE_PIPE] = ACTIONS(3776), + [anon_sym_else] = ACTIONS(3082), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_BANG_EQ] = ACTIONS(3778), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3780), + [anon_sym_EQ_EQ] = ACTIONS(3778), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3780), + [anon_sym_LT_EQ] = ACTIONS(3782), + [anon_sym_GT_EQ] = ACTIONS(3782), + [anon_sym_BANGin] = ACTIONS(3784), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), + [anon_sym_PLUS] = ACTIONS(3786), + [anon_sym_DASH] = ACTIONS(3786), + [anon_sym_SLASH] = ACTIONS(3788), + [anon_sym_PERCENT] = ACTIONS(3766), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), + [anon_sym_suspend] = ACTIONS(3082), + [anon_sym_sealed] = ACTIONS(3082), + [anon_sym_annotation] = ACTIONS(3082), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), + [anon_sym_override] = ACTIONS(3082), + [anon_sym_lateinit] = ACTIONS(3082), + [anon_sym_public] = ACTIONS(3082), + [anon_sym_private] = ACTIONS(3082), + [anon_sym_internal] = ACTIONS(3082), + [anon_sym_protected] = ACTIONS(3082), + [anon_sym_tailrec] = ACTIONS(3082), + [anon_sym_operator] = ACTIONS(3082), + [anon_sym_infix] = ACTIONS(3082), + [anon_sym_inline] = ACTIONS(3082), + [anon_sym_external] = ACTIONS(3082), + [sym_property_modifier] = ACTIONS(3082), + [anon_sym_abstract] = ACTIONS(3082), + [anon_sym_final] = ACTIONS(3082), + [anon_sym_open] = ACTIONS(3082), + [anon_sym_vararg] = ACTIONS(3082), + [anon_sym_noinline] = ACTIONS(3082), + [anon_sym_crossinline] = ACTIONS(3082), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3001), - [anon_sym_continue_AT] = ACTIONS(3001), - [anon_sym_break_AT] = ACTIONS(3001), - [sym_real_literal] = ACTIONS(3001), - [sym_integer_literal] = ACTIONS(2999), - [sym_hex_literal] = ACTIONS(3001), - [sym_bin_literal] = ACTIONS(3001), - [anon_sym_true] = ACTIONS(2999), - [anon_sym_false] = ACTIONS(2999), - [anon_sym_SQUOTE] = ACTIONS(3001), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3001), - [sym_safe_nav] = ACTIONS(4547), + [sym_safe_nav] = ACTIONS(3420), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3001), }, [1432] = { - [sym_primary_constructor] = STATE(3521), - [sym__class_parameters] = STATE(3545), - [sym_type_parameters] = STATE(1610), - [sym_type_constraints] = STATE(3578), - [sym_enum_class_body] = STATE(3800), - [sym_modifiers] = STATE(9083), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3102), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(5512), - [anon_sym_LBRACK] = ACTIONS(3108), - [anon_sym_as] = ACTIONS(3102), - [anon_sym_EQ] = ACTIONS(3102), - [anon_sym_constructor] = ACTIONS(5357), - [anon_sym_LBRACE] = ACTIONS(5359), - [anon_sym_RBRACE] = ACTIONS(3108), - [anon_sym_LPAREN] = ACTIONS(5361), - [anon_sym_LT] = ACTIONS(5340), - [anon_sym_GT] = ACTIONS(3102), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(3102), - [anon_sym_SEMI] = ACTIONS(3108), - [anon_sym_get] = ACTIONS(3102), - [anon_sym_set] = ACTIONS(3102), - [anon_sym_STAR] = ACTIONS(3102), - [sym_label] = ACTIONS(3108), - [anon_sym_in] = ACTIONS(3102), - [anon_sym_DOT_DOT] = ACTIONS(3108), - [anon_sym_QMARK_COLON] = ACTIONS(3108), - [anon_sym_AMP_AMP] = ACTIONS(3108), - [anon_sym_PIPE_PIPE] = ACTIONS(3108), - [anon_sym_else] = ACTIONS(3102), - [anon_sym_COLON_COLON] = ACTIONS(3108), - [anon_sym_PLUS_EQ] = ACTIONS(3108), - [anon_sym_DASH_EQ] = ACTIONS(3108), - [anon_sym_STAR_EQ] = ACTIONS(3108), - [anon_sym_SLASH_EQ] = ACTIONS(3108), - [anon_sym_PERCENT_EQ] = ACTIONS(3108), - [anon_sym_BANG_EQ] = ACTIONS(3102), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3108), - [anon_sym_EQ_EQ] = ACTIONS(3102), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3108), - [anon_sym_LT_EQ] = ACTIONS(3108), - [anon_sym_GT_EQ] = ACTIONS(3108), - [anon_sym_BANGin] = ACTIONS(3108), - [anon_sym_is] = ACTIONS(3102), - [anon_sym_BANGis] = ACTIONS(3108), - [anon_sym_PLUS] = ACTIONS(3102), - [anon_sym_DASH] = ACTIONS(3102), - [anon_sym_SLASH] = ACTIONS(3102), - [anon_sym_PERCENT] = ACTIONS(3102), - [anon_sym_as_QMARK] = ACTIONS(3108), - [anon_sym_PLUS_PLUS] = ACTIONS(3108), - [anon_sym_DASH_DASH] = ACTIONS(3108), - [anon_sym_BANG_BANG] = ACTIONS(3108), - [anon_sym_suspend] = ACTIONS(3120), - [anon_sym_sealed] = ACTIONS(3122), - [anon_sym_annotation] = ACTIONS(3122), - [anon_sym_data] = ACTIONS(3122), - [anon_sym_inner] = ACTIONS(3122), - [anon_sym_override] = ACTIONS(3124), - [anon_sym_lateinit] = ACTIONS(3124), - [anon_sym_public] = ACTIONS(3126), - [anon_sym_private] = ACTIONS(3126), - [anon_sym_internal] = ACTIONS(3126), - [anon_sym_protected] = ACTIONS(3126), - [anon_sym_tailrec] = ACTIONS(3120), - [anon_sym_operator] = ACTIONS(3120), - [anon_sym_infix] = ACTIONS(3120), - [anon_sym_inline] = ACTIONS(3120), - [anon_sym_external] = ACTIONS(3120), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(3130), - [anon_sym_final] = ACTIONS(3130), - [anon_sym_open] = ACTIONS(3130), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3134), - [anon_sym_actual] = ACTIONS(3134), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3108), - [sym__automatic_semicolon] = ACTIONS(3108), - [sym_safe_nav] = ACTIONS(3108), - [sym_multiline_comment] = ACTIONS(3), - }, - [1433] = { - [sym__expression] = STATE(4276), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym_value_argument] = STATE(8312), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(1936), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5487), + [sym__expression] = STATE(4267), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym_value_argument] = STATE(8764), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(2183), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(5501), [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_RPAREN] = ACTIONS(5514), + [anon_sym_RPAREN] = ACTIONS(5520), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(5474), - [sym_label] = ACTIONS(853), + [anon_sym_STAR] = ACTIONS(5508), + [sym_label] = ACTIONS(821), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(2022), [anon_sym_when] = ACTIONS(245), @@ -195176,15 +195196,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(855), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(823), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -195200,74 +195220,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1434] = { - [sym_primary_constructor] = STATE(4665), - [sym__class_parameters] = STATE(4539), - [sym_type_constraints] = STATE(4558), - [sym_enum_class_body] = STATE(4743), - [sym_modifiers] = STATE(9107), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3204), + [1433] = { + [sym_primary_constructor] = STATE(4735), + [sym__class_parameters] = STATE(4565), + [sym_type_constraints] = STATE(4528), + [sym_enum_class_body] = STATE(4703), + [sym_modifiers] = STATE(9275), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3212), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(5516), - [anon_sym_LBRACK] = ACTIONS(3208), - [anon_sym_as] = ACTIONS(3204), - [anon_sym_EQ] = ACTIONS(3204), - [anon_sym_constructor] = ACTIONS(5125), - [anon_sym_LBRACE] = ACTIONS(5137), - [anon_sym_RBRACE] = ACTIONS(3208), - [anon_sym_LPAREN] = ACTIONS(5129), - [anon_sym_RPAREN] = ACTIONS(3208), - [anon_sym_LT] = ACTIONS(3204), - [anon_sym_GT] = ACTIONS(3204), - [anon_sym_where] = ACTIONS(5133), - [anon_sym_DOT] = ACTIONS(3204), - [anon_sym_SEMI] = ACTIONS(3208), - [anon_sym_get] = ACTIONS(3204), - [anon_sym_set] = ACTIONS(3204), - [anon_sym_STAR] = ACTIONS(3204), - [sym_label] = ACTIONS(3208), - [anon_sym_in] = ACTIONS(3204), - [anon_sym_while] = ACTIONS(3204), - [anon_sym_DOT_DOT] = ACTIONS(3208), - [anon_sym_QMARK_COLON] = ACTIONS(3208), - [anon_sym_AMP_AMP] = ACTIONS(3208), - [anon_sym_PIPE_PIPE] = ACTIONS(3208), - [anon_sym_else] = ACTIONS(3204), - [anon_sym_COLON_COLON] = ACTIONS(3208), - [anon_sym_PLUS_EQ] = ACTIONS(3208), - [anon_sym_DASH_EQ] = ACTIONS(3208), - [anon_sym_STAR_EQ] = ACTIONS(3208), - [anon_sym_SLASH_EQ] = ACTIONS(3208), - [anon_sym_PERCENT_EQ] = ACTIONS(3208), - [anon_sym_BANG_EQ] = ACTIONS(3204), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3208), - [anon_sym_EQ_EQ] = ACTIONS(3204), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3208), - [anon_sym_LT_EQ] = ACTIONS(3208), - [anon_sym_GT_EQ] = ACTIONS(3208), - [anon_sym_BANGin] = ACTIONS(3208), - [anon_sym_is] = ACTIONS(3204), - [anon_sym_BANGis] = ACTIONS(3208), - [anon_sym_PLUS] = ACTIONS(3204), - [anon_sym_DASH] = ACTIONS(3204), - [anon_sym_SLASH] = ACTIONS(3204), - [anon_sym_PERCENT] = ACTIONS(3204), - [anon_sym_as_QMARK] = ACTIONS(3208), - [anon_sym_PLUS_PLUS] = ACTIONS(3208), - [anon_sym_DASH_DASH] = ACTIONS(3208), - [anon_sym_BANG_BANG] = ACTIONS(3208), + [anon_sym_COLON] = ACTIONS(5522), + [anon_sym_LBRACK] = ACTIONS(3216), + [anon_sym_as] = ACTIONS(3212), + [anon_sym_EQ] = ACTIONS(3212), + [anon_sym_constructor] = ACTIONS(5113), + [anon_sym_LBRACE] = ACTIONS(5115), + [anon_sym_RBRACE] = ACTIONS(3216), + [anon_sym_LPAREN] = ACTIONS(5117), + [anon_sym_RPAREN] = ACTIONS(3216), + [anon_sym_LT] = ACTIONS(3212), + [anon_sym_GT] = ACTIONS(3212), + [anon_sym_where] = ACTIONS(5121), + [anon_sym_DOT] = ACTIONS(3212), + [anon_sym_SEMI] = ACTIONS(3216), + [anon_sym_get] = ACTIONS(3212), + [anon_sym_set] = ACTIONS(3212), + [anon_sym_STAR] = ACTIONS(3212), + [sym_label] = ACTIONS(3216), + [anon_sym_in] = ACTIONS(3212), + [anon_sym_while] = ACTIONS(3212), + [anon_sym_DOT_DOT] = ACTIONS(3216), + [anon_sym_QMARK_COLON] = ACTIONS(3216), + [anon_sym_AMP_AMP] = ACTIONS(3216), + [anon_sym_PIPE_PIPE] = ACTIONS(3216), + [anon_sym_else] = ACTIONS(3212), + [anon_sym_COLON_COLON] = ACTIONS(3216), + [anon_sym_PLUS_EQ] = ACTIONS(3216), + [anon_sym_DASH_EQ] = ACTIONS(3216), + [anon_sym_STAR_EQ] = ACTIONS(3216), + [anon_sym_SLASH_EQ] = ACTIONS(3216), + [anon_sym_PERCENT_EQ] = ACTIONS(3216), + [anon_sym_BANG_EQ] = ACTIONS(3212), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3216), + [anon_sym_EQ_EQ] = ACTIONS(3212), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3216), + [anon_sym_LT_EQ] = ACTIONS(3216), + [anon_sym_GT_EQ] = ACTIONS(3216), + [anon_sym_BANGin] = ACTIONS(3216), + [anon_sym_is] = ACTIONS(3212), + [anon_sym_BANGis] = ACTIONS(3216), + [anon_sym_PLUS] = ACTIONS(3212), + [anon_sym_DASH] = ACTIONS(3212), + [anon_sym_SLASH] = ACTIONS(3212), + [anon_sym_PERCENT] = ACTIONS(3212), + [anon_sym_as_QMARK] = ACTIONS(3216), + [anon_sym_PLUS_PLUS] = ACTIONS(3216), + [anon_sym_DASH_DASH] = ACTIONS(3216), + [anon_sym_BANG_BANG] = ACTIONS(3216), [anon_sym_suspend] = ACTIONS(3120), [anon_sym_sealed] = ACTIONS(3122), [anon_sym_annotation] = ACTIONS(3122), @@ -195294,78 +195314,175 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3134), [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3208), - [sym_safe_nav] = ACTIONS(3208), + [sym__backtick_identifier] = ACTIONS(3216), + [sym_safe_nav] = ACTIONS(3216), + [sym_multiline_comment] = ACTIONS(3), + }, + [1434] = { + [sym__expression] = STATE(4267), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym_value_argument] = STATE(8472), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(2183), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(5501), + [sym__return_at] = STATE(331), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_RPAREN] = ACTIONS(5524), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(2020), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(5508), + [sym_label] = ACTIONS(821), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(2022), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(2024), + [anon_sym_return] = ACTIONS(2026), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(823), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(283), }, [1435] = { - [sym_primary_constructor] = STATE(4662), - [sym_class_body] = STATE(4709), - [sym__class_parameters] = STATE(4539), - [sym_type_constraints] = STATE(4540), - [sym_modifiers] = STATE(9107), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3190), + [sym_primary_constructor] = STATE(3520), + [sym_class_body] = STATE(3851), + [sym__class_parameters] = STATE(3610), + [sym_type_parameters] = STATE(1605), + [sym_type_constraints] = STATE(3660), + [sym_modifiers] = STATE(9241), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3146), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(5518), - [anon_sym_LBRACK] = ACTIONS(3194), - [anon_sym_as] = ACTIONS(3190), - [anon_sym_EQ] = ACTIONS(3190), - [anon_sym_constructor] = ACTIONS(5125), - [anon_sym_LBRACE] = ACTIONS(5127), - [anon_sym_RBRACE] = ACTIONS(3194), - [anon_sym_LPAREN] = ACTIONS(5129), - [anon_sym_RPAREN] = ACTIONS(3194), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3190), - [anon_sym_where] = ACTIONS(5133), - [anon_sym_DOT] = ACTIONS(3190), - [anon_sym_SEMI] = ACTIONS(3194), - [anon_sym_get] = ACTIONS(3190), - [anon_sym_set] = ACTIONS(3190), - [anon_sym_STAR] = ACTIONS(3190), - [sym_label] = ACTIONS(3194), - [anon_sym_in] = ACTIONS(3190), - [anon_sym_while] = ACTIONS(3190), - [anon_sym_DOT_DOT] = ACTIONS(3194), - [anon_sym_QMARK_COLON] = ACTIONS(3194), - [anon_sym_AMP_AMP] = ACTIONS(3194), - [anon_sym_PIPE_PIPE] = ACTIONS(3194), - [anon_sym_else] = ACTIONS(3190), - [anon_sym_COLON_COLON] = ACTIONS(3194), - [anon_sym_PLUS_EQ] = ACTIONS(3194), - [anon_sym_DASH_EQ] = ACTIONS(3194), - [anon_sym_STAR_EQ] = ACTIONS(3194), - [anon_sym_SLASH_EQ] = ACTIONS(3194), - [anon_sym_PERCENT_EQ] = ACTIONS(3194), - [anon_sym_BANG_EQ] = ACTIONS(3190), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3194), - [anon_sym_EQ_EQ] = ACTIONS(3190), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3194), - [anon_sym_LT_EQ] = ACTIONS(3194), - [anon_sym_GT_EQ] = ACTIONS(3194), - [anon_sym_BANGin] = ACTIONS(3194), - [anon_sym_is] = ACTIONS(3190), - [anon_sym_BANGis] = ACTIONS(3194), - [anon_sym_PLUS] = ACTIONS(3190), - [anon_sym_DASH] = ACTIONS(3190), - [anon_sym_SLASH] = ACTIONS(3190), - [anon_sym_PERCENT] = ACTIONS(3190), - [anon_sym_as_QMARK] = ACTIONS(3194), - [anon_sym_PLUS_PLUS] = ACTIONS(3194), - [anon_sym_DASH_DASH] = ACTIONS(3194), - [anon_sym_BANG_BANG] = ACTIONS(3194), + [anon_sym_COLON] = ACTIONS(5526), + [anon_sym_LBRACK] = ACTIONS(3150), + [anon_sym_as] = ACTIONS(3146), + [anon_sym_EQ] = ACTIONS(3146), + [anon_sym_constructor] = ACTIONS(5358), + [anon_sym_LBRACE] = ACTIONS(5360), + [anon_sym_RBRACE] = ACTIONS(3150), + [anon_sym_LPAREN] = ACTIONS(5362), + [anon_sym_LT] = ACTIONS(5364), + [anon_sym_GT] = ACTIONS(3146), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(3146), + [anon_sym_SEMI] = ACTIONS(3150), + [anon_sym_get] = ACTIONS(3146), + [anon_sym_set] = ACTIONS(3146), + [anon_sym_STAR] = ACTIONS(3146), + [sym_label] = ACTIONS(3150), + [anon_sym_in] = ACTIONS(3146), + [anon_sym_DOT_DOT] = ACTIONS(3150), + [anon_sym_QMARK_COLON] = ACTIONS(3150), + [anon_sym_AMP_AMP] = ACTIONS(3150), + [anon_sym_PIPE_PIPE] = ACTIONS(3150), + [anon_sym_else] = ACTIONS(3146), + [anon_sym_COLON_COLON] = ACTIONS(3150), + [anon_sym_PLUS_EQ] = ACTIONS(3150), + [anon_sym_DASH_EQ] = ACTIONS(3150), + [anon_sym_STAR_EQ] = ACTIONS(3150), + [anon_sym_SLASH_EQ] = ACTIONS(3150), + [anon_sym_PERCENT_EQ] = ACTIONS(3150), + [anon_sym_BANG_EQ] = ACTIONS(3146), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3150), + [anon_sym_EQ_EQ] = ACTIONS(3146), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3150), + [anon_sym_LT_EQ] = ACTIONS(3150), + [anon_sym_GT_EQ] = ACTIONS(3150), + [anon_sym_BANGin] = ACTIONS(3150), + [anon_sym_is] = ACTIONS(3146), + [anon_sym_BANGis] = ACTIONS(3150), + [anon_sym_PLUS] = ACTIONS(3146), + [anon_sym_DASH] = ACTIONS(3146), + [anon_sym_SLASH] = ACTIONS(3146), + [anon_sym_PERCENT] = ACTIONS(3146), + [anon_sym_as_QMARK] = ACTIONS(3150), + [anon_sym_PLUS_PLUS] = ACTIONS(3150), + [anon_sym_DASH_DASH] = ACTIONS(3150), + [anon_sym_BANG_BANG] = ACTIONS(3150), [anon_sym_suspend] = ACTIONS(3120), [anon_sym_sealed] = ACTIONS(3122), [anon_sym_annotation] = ACTIONS(3122), @@ -195392,78 +195509,177 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3134), [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3194), - [sym_safe_nav] = ACTIONS(3194), + [sym__backtick_identifier] = ACTIONS(3150), + [sym__automatic_semicolon] = ACTIONS(3150), + [sym_safe_nav] = ACTIONS(3150), [sym_multiline_comment] = ACTIONS(3), }, [1436] = { - [sym_primary_constructor] = STATE(4660), - [sym__class_parameters] = STATE(4539), - [sym_type_constraints] = STATE(4537), - [sym_enum_class_body] = STATE(4709), - [sym_modifiers] = STATE(9107), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3190), + [sym_function_body] = STATE(1124), + [sym__block] = STATE(1087), + [sym__alpha_identifier] = ACTIONS(4260), + [anon_sym_AT] = ACTIONS(4262), + [anon_sym_LBRACK] = ACTIONS(4262), + [anon_sym_as] = ACTIONS(4260), + [anon_sym_EQ] = ACTIONS(5203), + [anon_sym_LBRACE] = ACTIONS(4039), + [anon_sym_RBRACE] = ACTIONS(4262), + [anon_sym_LPAREN] = ACTIONS(4262), + [anon_sym_LT] = ACTIONS(4260), + [anon_sym_GT] = ACTIONS(4260), + [anon_sym_object] = ACTIONS(4260), + [anon_sym_fun] = ACTIONS(4260), + [anon_sym_DOT] = ACTIONS(4260), + [anon_sym_SEMI] = ACTIONS(4262), + [anon_sym_get] = ACTIONS(4260), + [anon_sym_set] = ACTIONS(4260), + [anon_sym_this] = ACTIONS(4260), + [anon_sym_super] = ACTIONS(4260), + [anon_sym_STAR] = ACTIONS(4262), + [sym_label] = ACTIONS(4260), + [anon_sym_in] = ACTIONS(4260), + [anon_sym_DOT_DOT] = ACTIONS(4262), + [anon_sym_QMARK_COLON] = ACTIONS(4262), + [anon_sym_AMP_AMP] = ACTIONS(4262), + [anon_sym_PIPE_PIPE] = ACTIONS(4262), + [anon_sym_null] = ACTIONS(4260), + [anon_sym_if] = ACTIONS(4260), + [anon_sym_else] = ACTIONS(4260), + [anon_sym_when] = ACTIONS(4260), + [anon_sym_try] = ACTIONS(4260), + [anon_sym_throw] = ACTIONS(4260), + [anon_sym_return] = ACTIONS(4260), + [anon_sym_continue] = ACTIONS(4260), + [anon_sym_break] = ACTIONS(4260), + [anon_sym_COLON_COLON] = ACTIONS(4262), + [anon_sym_BANG_EQ] = ACTIONS(4260), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4262), + [anon_sym_EQ_EQ] = ACTIONS(4260), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4262), + [anon_sym_LT_EQ] = ACTIONS(4262), + [anon_sym_GT_EQ] = ACTIONS(4262), + [anon_sym_BANGin] = ACTIONS(4262), + [anon_sym_is] = ACTIONS(4260), + [anon_sym_BANGis] = ACTIONS(4262), + [anon_sym_PLUS] = ACTIONS(4260), + [anon_sym_DASH] = ACTIONS(4260), + [anon_sym_SLASH] = ACTIONS(4260), + [anon_sym_PERCENT] = ACTIONS(4262), + [anon_sym_as_QMARK] = ACTIONS(4262), + [anon_sym_PLUS_PLUS] = ACTIONS(4262), + [anon_sym_DASH_DASH] = ACTIONS(4262), + [anon_sym_BANG] = ACTIONS(4260), + [anon_sym_BANG_BANG] = ACTIONS(4262), + [anon_sym_suspend] = ACTIONS(4260), + [anon_sym_sealed] = ACTIONS(4260), + [anon_sym_annotation] = ACTIONS(4260), + [anon_sym_data] = ACTIONS(4260), + [anon_sym_inner] = ACTIONS(4260), + [anon_sym_override] = ACTIONS(4260), + [anon_sym_lateinit] = ACTIONS(4260), + [anon_sym_public] = ACTIONS(4260), + [anon_sym_private] = ACTIONS(4260), + [anon_sym_internal] = ACTIONS(4260), + [anon_sym_protected] = ACTIONS(4260), + [anon_sym_tailrec] = ACTIONS(4260), + [anon_sym_operator] = ACTIONS(4260), + [anon_sym_infix] = ACTIONS(4260), + [anon_sym_inline] = ACTIONS(4260), + [anon_sym_external] = ACTIONS(4260), + [sym_property_modifier] = ACTIONS(4260), + [anon_sym_abstract] = ACTIONS(4260), + [anon_sym_final] = ACTIONS(4260), + [anon_sym_open] = ACTIONS(4260), + [anon_sym_vararg] = ACTIONS(4260), + [anon_sym_noinline] = ACTIONS(4260), + [anon_sym_crossinline] = ACTIONS(4260), + [anon_sym_expect] = ACTIONS(4260), + [anon_sym_actual] = ACTIONS(4260), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4262), + [anon_sym_continue_AT] = ACTIONS(4262), + [anon_sym_break_AT] = ACTIONS(4262), + [sym_real_literal] = ACTIONS(4262), + [sym_integer_literal] = ACTIONS(4260), + [sym_hex_literal] = ACTIONS(4262), + [sym_bin_literal] = ACTIONS(4262), + [anon_sym_true] = ACTIONS(4260), + [anon_sym_false] = ACTIONS(4260), + [anon_sym_SQUOTE] = ACTIONS(4262), + [sym__backtick_identifier] = ACTIONS(4262), + [sym__automatic_semicolon] = ACTIONS(4262), + [sym_safe_nav] = ACTIONS(4262), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4262), + }, + [1437] = { + [sym_primary_constructor] = STATE(4733), + [sym_class_body] = STATE(4697), + [sym__class_parameters] = STATE(4565), + [sym_type_constraints] = STATE(4514), + [sym_modifiers] = STATE(9275), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3186), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(5520), - [anon_sym_LBRACK] = ACTIONS(3194), - [anon_sym_as] = ACTIONS(3190), - [anon_sym_EQ] = ACTIONS(3190), - [anon_sym_constructor] = ACTIONS(5125), - [anon_sym_LBRACE] = ACTIONS(5137), - [anon_sym_RBRACE] = ACTIONS(3194), - [anon_sym_LPAREN] = ACTIONS(5129), - [anon_sym_RPAREN] = ACTIONS(3194), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3190), - [anon_sym_where] = ACTIONS(5133), - [anon_sym_DOT] = ACTIONS(3190), - [anon_sym_SEMI] = ACTIONS(3194), - [anon_sym_get] = ACTIONS(3190), - [anon_sym_set] = ACTIONS(3190), - [anon_sym_STAR] = ACTIONS(3190), - [sym_label] = ACTIONS(3194), - [anon_sym_in] = ACTIONS(3190), - [anon_sym_while] = ACTIONS(3190), - [anon_sym_DOT_DOT] = ACTIONS(3194), - [anon_sym_QMARK_COLON] = ACTIONS(3194), - [anon_sym_AMP_AMP] = ACTIONS(3194), - [anon_sym_PIPE_PIPE] = ACTIONS(3194), - [anon_sym_else] = ACTIONS(3190), - [anon_sym_COLON_COLON] = ACTIONS(3194), - [anon_sym_PLUS_EQ] = ACTIONS(3194), - [anon_sym_DASH_EQ] = ACTIONS(3194), - [anon_sym_STAR_EQ] = ACTIONS(3194), - [anon_sym_SLASH_EQ] = ACTIONS(3194), - [anon_sym_PERCENT_EQ] = ACTIONS(3194), - [anon_sym_BANG_EQ] = ACTIONS(3190), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3194), - [anon_sym_EQ_EQ] = ACTIONS(3190), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3194), - [anon_sym_LT_EQ] = ACTIONS(3194), - [anon_sym_GT_EQ] = ACTIONS(3194), - [anon_sym_BANGin] = ACTIONS(3194), - [anon_sym_is] = ACTIONS(3190), - [anon_sym_BANGis] = ACTIONS(3194), - [anon_sym_PLUS] = ACTIONS(3190), - [anon_sym_DASH] = ACTIONS(3190), - [anon_sym_SLASH] = ACTIONS(3190), - [anon_sym_PERCENT] = ACTIONS(3190), - [anon_sym_as_QMARK] = ACTIONS(3194), - [anon_sym_PLUS_PLUS] = ACTIONS(3194), - [anon_sym_DASH_DASH] = ACTIONS(3194), - [anon_sym_BANG_BANG] = ACTIONS(3194), + [anon_sym_COLON] = ACTIONS(5528), + [anon_sym_LBRACK] = ACTIONS(3190), + [anon_sym_as] = ACTIONS(3186), + [anon_sym_EQ] = ACTIONS(3186), + [anon_sym_constructor] = ACTIONS(5113), + [anon_sym_LBRACE] = ACTIONS(5161), + [anon_sym_RBRACE] = ACTIONS(3190), + [anon_sym_LPAREN] = ACTIONS(5117), + [anon_sym_RPAREN] = ACTIONS(3190), + [anon_sym_LT] = ACTIONS(3186), + [anon_sym_GT] = ACTIONS(3186), + [anon_sym_where] = ACTIONS(5121), + [anon_sym_DOT] = ACTIONS(3186), + [anon_sym_SEMI] = ACTIONS(3190), + [anon_sym_get] = ACTIONS(3186), + [anon_sym_set] = ACTIONS(3186), + [anon_sym_STAR] = ACTIONS(3186), + [sym_label] = ACTIONS(3190), + [anon_sym_in] = ACTIONS(3186), + [anon_sym_while] = ACTIONS(3186), + [anon_sym_DOT_DOT] = ACTIONS(3190), + [anon_sym_QMARK_COLON] = ACTIONS(3190), + [anon_sym_AMP_AMP] = ACTIONS(3190), + [anon_sym_PIPE_PIPE] = ACTIONS(3190), + [anon_sym_else] = ACTIONS(3186), + [anon_sym_COLON_COLON] = ACTIONS(3190), + [anon_sym_PLUS_EQ] = ACTIONS(3190), + [anon_sym_DASH_EQ] = ACTIONS(3190), + [anon_sym_STAR_EQ] = ACTIONS(3190), + [anon_sym_SLASH_EQ] = ACTIONS(3190), + [anon_sym_PERCENT_EQ] = ACTIONS(3190), + [anon_sym_BANG_EQ] = ACTIONS(3186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3190), + [anon_sym_EQ_EQ] = ACTIONS(3186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3190), + [anon_sym_LT_EQ] = ACTIONS(3190), + [anon_sym_GT_EQ] = ACTIONS(3190), + [anon_sym_BANGin] = ACTIONS(3190), + [anon_sym_is] = ACTIONS(3186), + [anon_sym_BANGis] = ACTIONS(3190), + [anon_sym_PLUS] = ACTIONS(3186), + [anon_sym_DASH] = ACTIONS(3186), + [anon_sym_SLASH] = ACTIONS(3186), + [anon_sym_PERCENT] = ACTIONS(3186), + [anon_sym_as_QMARK] = ACTIONS(3190), + [anon_sym_PLUS_PLUS] = ACTIONS(3190), + [anon_sym_DASH_DASH] = ACTIONS(3190), + [anon_sym_BANG_BANG] = ACTIONS(3190), [anon_sym_suspend] = ACTIONS(3120), [anon_sym_sealed] = ACTIONS(3122), [anon_sym_annotation] = ACTIONS(3122), @@ -195490,78 +195706,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3134), [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3194), - [sym_safe_nav] = ACTIONS(3194), + [sym__backtick_identifier] = ACTIONS(3190), + [sym_safe_nav] = ACTIONS(3190), [sym_multiline_comment] = ACTIONS(3), }, - [1437] = { - [sym_primary_constructor] = STATE(4650), - [sym_class_body] = STATE(4638), - [sym__class_parameters] = STATE(4539), - [sym_type_constraints] = STATE(4519), - [sym_modifiers] = STATE(9107), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3214), + [1438] = { + [sym_primary_constructor] = STATE(4732), + [sym__class_parameters] = STATE(4565), + [sym_type_constraints] = STATE(4524), + [sym_enum_class_body] = STATE(4697), + [sym_modifiers] = STATE(9275), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3186), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(5522), - [anon_sym_LBRACK] = ACTIONS(3218), - [anon_sym_as] = ACTIONS(3214), - [anon_sym_EQ] = ACTIONS(3214), - [anon_sym_constructor] = ACTIONS(5125), - [anon_sym_LBRACE] = ACTIONS(5127), - [anon_sym_RBRACE] = ACTIONS(3218), - [anon_sym_LPAREN] = ACTIONS(5129), - [anon_sym_RPAREN] = ACTIONS(3218), - [anon_sym_LT] = ACTIONS(3214), - [anon_sym_GT] = ACTIONS(3214), - [anon_sym_where] = ACTIONS(5133), - [anon_sym_DOT] = ACTIONS(3214), - [anon_sym_SEMI] = ACTIONS(3218), - [anon_sym_get] = ACTIONS(3214), - [anon_sym_set] = ACTIONS(3214), - [anon_sym_STAR] = ACTIONS(3214), - [sym_label] = ACTIONS(3218), - [anon_sym_in] = ACTIONS(3214), - [anon_sym_while] = ACTIONS(3214), - [anon_sym_DOT_DOT] = ACTIONS(3218), - [anon_sym_QMARK_COLON] = ACTIONS(3218), - [anon_sym_AMP_AMP] = ACTIONS(3218), - [anon_sym_PIPE_PIPE] = ACTIONS(3218), - [anon_sym_else] = ACTIONS(3214), - [anon_sym_COLON_COLON] = ACTIONS(3218), - [anon_sym_PLUS_EQ] = ACTIONS(3218), - [anon_sym_DASH_EQ] = ACTIONS(3218), - [anon_sym_STAR_EQ] = ACTIONS(3218), - [anon_sym_SLASH_EQ] = ACTIONS(3218), - [anon_sym_PERCENT_EQ] = ACTIONS(3218), - [anon_sym_BANG_EQ] = ACTIONS(3214), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3218), - [anon_sym_EQ_EQ] = ACTIONS(3214), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3218), - [anon_sym_LT_EQ] = ACTIONS(3218), - [anon_sym_GT_EQ] = ACTIONS(3218), - [anon_sym_BANGin] = ACTIONS(3218), - [anon_sym_is] = ACTIONS(3214), - [anon_sym_BANGis] = ACTIONS(3218), - [anon_sym_PLUS] = ACTIONS(3214), - [anon_sym_DASH] = ACTIONS(3214), - [anon_sym_SLASH] = ACTIONS(3214), - [anon_sym_PERCENT] = ACTIONS(3214), - [anon_sym_as_QMARK] = ACTIONS(3218), - [anon_sym_PLUS_PLUS] = ACTIONS(3218), - [anon_sym_DASH_DASH] = ACTIONS(3218), - [anon_sym_BANG_BANG] = ACTIONS(3218), + [anon_sym_COLON] = ACTIONS(5530), + [anon_sym_LBRACK] = ACTIONS(3190), + [anon_sym_as] = ACTIONS(3186), + [anon_sym_EQ] = ACTIONS(3186), + [anon_sym_constructor] = ACTIONS(5113), + [anon_sym_LBRACE] = ACTIONS(5115), + [anon_sym_RBRACE] = ACTIONS(3190), + [anon_sym_LPAREN] = ACTIONS(5117), + [anon_sym_RPAREN] = ACTIONS(3190), + [anon_sym_LT] = ACTIONS(3186), + [anon_sym_GT] = ACTIONS(3186), + [anon_sym_where] = ACTIONS(5121), + [anon_sym_DOT] = ACTIONS(3186), + [anon_sym_SEMI] = ACTIONS(3190), + [anon_sym_get] = ACTIONS(3186), + [anon_sym_set] = ACTIONS(3186), + [anon_sym_STAR] = ACTIONS(3186), + [sym_label] = ACTIONS(3190), + [anon_sym_in] = ACTIONS(3186), + [anon_sym_while] = ACTIONS(3186), + [anon_sym_DOT_DOT] = ACTIONS(3190), + [anon_sym_QMARK_COLON] = ACTIONS(3190), + [anon_sym_AMP_AMP] = ACTIONS(3190), + [anon_sym_PIPE_PIPE] = ACTIONS(3190), + [anon_sym_else] = ACTIONS(3186), + [anon_sym_COLON_COLON] = ACTIONS(3190), + [anon_sym_PLUS_EQ] = ACTIONS(3190), + [anon_sym_DASH_EQ] = ACTIONS(3190), + [anon_sym_STAR_EQ] = ACTIONS(3190), + [anon_sym_SLASH_EQ] = ACTIONS(3190), + [anon_sym_PERCENT_EQ] = ACTIONS(3190), + [anon_sym_BANG_EQ] = ACTIONS(3186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3190), + [anon_sym_EQ_EQ] = ACTIONS(3186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3190), + [anon_sym_LT_EQ] = ACTIONS(3190), + [anon_sym_GT_EQ] = ACTIONS(3190), + [anon_sym_BANGin] = ACTIONS(3190), + [anon_sym_is] = ACTIONS(3186), + [anon_sym_BANGis] = ACTIONS(3190), + [anon_sym_PLUS] = ACTIONS(3186), + [anon_sym_DASH] = ACTIONS(3186), + [anon_sym_SLASH] = ACTIONS(3186), + [anon_sym_PERCENT] = ACTIONS(3186), + [anon_sym_as_QMARK] = ACTIONS(3190), + [anon_sym_PLUS_PLUS] = ACTIONS(3190), + [anon_sym_DASH_DASH] = ACTIONS(3190), + [anon_sym_BANG_BANG] = ACTIONS(3190), [anon_sym_suspend] = ACTIONS(3120), [anon_sym_sealed] = ACTIONS(3122), [anon_sym_annotation] = ACTIONS(3122), @@ -195588,273 +195804,175 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3134), [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3218), - [sym_safe_nav] = ACTIONS(3218), - [sym_multiline_comment] = ACTIONS(3), - }, - [1438] = { - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(2143), - [sym__comparison_operator] = STATE(2144), - [sym__in_operator] = STATE(2145), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(2146), - [sym__multiplicative_operator] = STATE(2148), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_annotation] = STATE(7845), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2153), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [sym__alpha_identifier] = ACTIONS(2984), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_RBRACK] = ACTIONS(2986), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(2986), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_COMMA] = ACTIONS(2986), - [anon_sym_RPAREN] = ACTIONS(2986), - [anon_sym_LT] = ACTIONS(2988), - [anon_sym_GT] = ACTIONS(2984), - [anon_sym_where] = ACTIONS(2984), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(2986), - [anon_sym_get] = ACTIONS(2984), - [anon_sym_set] = ACTIONS(2984), - [anon_sym_STAR] = ACTIONS(3766), - [anon_sym_DASH_GT] = ACTIONS(2986), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(2984), - [anon_sym_while] = ACTIONS(2984), - [anon_sym_DOT_DOT] = ACTIONS(2986), - [anon_sym_QMARK_COLON] = ACTIONS(2986), - [anon_sym_AMP_AMP] = ACTIONS(2986), - [anon_sym_PIPE_PIPE] = ACTIONS(2986), - [anon_sym_else] = ACTIONS(2984), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_BANG_EQ] = ACTIONS(2984), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2986), - [anon_sym_EQ_EQ] = ACTIONS(2984), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2986), - [anon_sym_LT_EQ] = ACTIONS(2986), - [anon_sym_GT_EQ] = ACTIONS(2986), - [anon_sym_BANGin] = ACTIONS(2986), - [anon_sym_is] = ACTIONS(2984), - [anon_sym_BANGis] = ACTIONS(2986), - [anon_sym_PLUS] = ACTIONS(3786), - [anon_sym_DASH] = ACTIONS(3786), - [anon_sym_SLASH] = ACTIONS(3788), - [anon_sym_PERCENT] = ACTIONS(3766), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), - [anon_sym_suspend] = ACTIONS(2984), - [anon_sym_sealed] = ACTIONS(2984), - [anon_sym_annotation] = ACTIONS(2984), - [anon_sym_data] = ACTIONS(2984), - [anon_sym_inner] = ACTIONS(2984), - [anon_sym_override] = ACTIONS(2984), - [anon_sym_lateinit] = ACTIONS(2984), - [anon_sym_public] = ACTIONS(2984), - [anon_sym_private] = ACTIONS(2984), - [anon_sym_internal] = ACTIONS(2984), - [anon_sym_protected] = ACTIONS(2984), - [anon_sym_tailrec] = ACTIONS(2984), - [anon_sym_operator] = ACTIONS(2984), - [anon_sym_infix] = ACTIONS(2984), - [anon_sym_inline] = ACTIONS(2984), - [anon_sym_external] = ACTIONS(2984), - [sym_property_modifier] = ACTIONS(2984), - [anon_sym_abstract] = ACTIONS(2984), - [anon_sym_final] = ACTIONS(2984), - [anon_sym_open] = ACTIONS(2984), - [anon_sym_vararg] = ACTIONS(2984), - [anon_sym_noinline] = ACTIONS(2984), - [anon_sym_crossinline] = ACTIONS(2984), - [anon_sym_expect] = ACTIONS(2984), - [anon_sym_actual] = ACTIONS(2984), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(2986), - [sym_safe_nav] = ACTIONS(3404), + [sym__backtick_identifier] = ACTIONS(3190), + [sym_safe_nav] = ACTIONS(3190), [sym_multiline_comment] = ACTIONS(3), }, [1439] = { - [sym_indexing_suffix] = STATE(3339), - [sym_navigation_suffix] = STATE(3435), - [sym_call_suffix] = STATE(3432), - [sym_annotated_lambda] = STATE(3429), - [sym_type_arguments] = STATE(7512), - [sym_value_arguments] = STATE(2735), - [sym_lambda_literal] = STATE(3427), - [sym__equality_operator] = STATE(2060), - [sym__comparison_operator] = STATE(2059), - [sym__in_operator] = STATE(2055), - [sym__is_operator] = STATE(6217), - [sym__additive_operator] = STATE(2038), - [sym__multiplicative_operator] = STATE(2037), - [sym__as_operator] = STATE(6214), - [sym__postfix_unary_operator] = STATE(3426), - [sym__member_access_operator] = STATE(7360), - [sym_annotation] = STATE(7846), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2036), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7846), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(4523), - [anon_sym_as] = ACTIONS(4525), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_RBRACE] = ACTIONS(3059), - [anon_sym_LPAREN] = ACTIONS(4527), - [anon_sym_COMMA] = ACTIONS(3059), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(5486), - [anon_sym_where] = ACTIONS(3057), - [anon_sym_object] = ACTIONS(3057), - [anon_sym_fun] = ACTIONS(3057), - [anon_sym_DOT] = ACTIONS(4531), - [anon_sym_SEMI] = ACTIONS(3059), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(3057), - [anon_sym_super] = ACTIONS(3057), - [anon_sym_STAR] = ACTIONS(5488), - [sym_label] = ACTIONS(4535), - [anon_sym_in] = ACTIONS(5490), - [anon_sym_DOT_DOT] = ACTIONS(5492), - [anon_sym_QMARK_COLON] = ACTIONS(5494), - [anon_sym_AMP_AMP] = ACTIONS(5496), - [anon_sym_PIPE_PIPE] = ACTIONS(5498), - [anon_sym_null] = ACTIONS(3057), - [anon_sym_if] = ACTIONS(3057), - [anon_sym_else] = ACTIONS(3057), - [anon_sym_when] = ACTIONS(3057), - [anon_sym_try] = ACTIONS(3057), - [anon_sym_throw] = ACTIONS(3057), - [anon_sym_return] = ACTIONS(3057), - [anon_sym_continue] = ACTIONS(3057), - [anon_sym_break] = ACTIONS(3057), - [anon_sym_COLON_COLON] = ACTIONS(4547), - [anon_sym_BANG_EQ] = ACTIONS(5500), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5502), - [anon_sym_EQ_EQ] = ACTIONS(5500), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5502), - [anon_sym_LT_EQ] = ACTIONS(5504), - [anon_sym_GT_EQ] = ACTIONS(5504), - [anon_sym_BANGin] = ACTIONS(5506), - [anon_sym_is] = ACTIONS(4557), - [anon_sym_BANGis] = ACTIONS(4559), - [anon_sym_PLUS] = ACTIONS(5508), - [anon_sym_DASH] = ACTIONS(5508), - [anon_sym_SLASH] = ACTIONS(5510), - [anon_sym_PERCENT] = ACTIONS(5488), - [anon_sym_as_QMARK] = ACTIONS(4563), - [anon_sym_PLUS_PLUS] = ACTIONS(4565), - [anon_sym_DASH_DASH] = ACTIONS(4565), - [anon_sym_BANG] = ACTIONS(3057), - [anon_sym_BANG_BANG] = ACTIONS(4565), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3059), - [anon_sym_continue_AT] = ACTIONS(3059), - [anon_sym_break_AT] = ACTIONS(3059), - [sym_real_literal] = ACTIONS(3059), - [sym_integer_literal] = ACTIONS(3057), - [sym_hex_literal] = ACTIONS(3059), - [sym_bin_literal] = ACTIONS(3059), - [anon_sym_true] = ACTIONS(3057), - [anon_sym_false] = ACTIONS(3057), - [anon_sym_SQUOTE] = ACTIONS(3059), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3059), - [sym_safe_nav] = ACTIONS(4547), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3059), + [sym_function_body] = STATE(1179), + [sym__block] = STATE(1087), + [sym__alpha_identifier] = ACTIONS(4085), + [anon_sym_AT] = ACTIONS(4087), + [anon_sym_LBRACK] = ACTIONS(4087), + [anon_sym_as] = ACTIONS(4085), + [anon_sym_EQ] = ACTIONS(5203), + [anon_sym_LBRACE] = ACTIONS(4039), + [anon_sym_RBRACE] = ACTIONS(4087), + [anon_sym_LPAREN] = ACTIONS(4087), + [anon_sym_LT] = ACTIONS(4085), + [anon_sym_GT] = ACTIONS(4085), + [anon_sym_object] = ACTIONS(4085), + [anon_sym_fun] = ACTIONS(4085), + [anon_sym_DOT] = ACTIONS(4085), + [anon_sym_SEMI] = ACTIONS(4087), + [anon_sym_get] = ACTIONS(4085), + [anon_sym_set] = ACTIONS(4085), + [anon_sym_this] = ACTIONS(4085), + [anon_sym_super] = ACTIONS(4085), + [anon_sym_STAR] = ACTIONS(4087), + [sym_label] = ACTIONS(4085), + [anon_sym_in] = ACTIONS(4085), + [anon_sym_DOT_DOT] = ACTIONS(4087), + [anon_sym_QMARK_COLON] = ACTIONS(4087), + [anon_sym_AMP_AMP] = ACTIONS(4087), + [anon_sym_PIPE_PIPE] = ACTIONS(4087), + [anon_sym_null] = ACTIONS(4085), + [anon_sym_if] = ACTIONS(4085), + [anon_sym_else] = ACTIONS(4085), + [anon_sym_when] = ACTIONS(4085), + [anon_sym_try] = ACTIONS(4085), + [anon_sym_throw] = ACTIONS(4085), + [anon_sym_return] = ACTIONS(4085), + [anon_sym_continue] = ACTIONS(4085), + [anon_sym_break] = ACTIONS(4085), + [anon_sym_COLON_COLON] = ACTIONS(4087), + [anon_sym_BANG_EQ] = ACTIONS(4085), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4087), + [anon_sym_EQ_EQ] = ACTIONS(4085), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4087), + [anon_sym_LT_EQ] = ACTIONS(4087), + [anon_sym_GT_EQ] = ACTIONS(4087), + [anon_sym_BANGin] = ACTIONS(4087), + [anon_sym_is] = ACTIONS(4085), + [anon_sym_BANGis] = ACTIONS(4087), + [anon_sym_PLUS] = ACTIONS(4085), + [anon_sym_DASH] = ACTIONS(4085), + [anon_sym_SLASH] = ACTIONS(4085), + [anon_sym_PERCENT] = ACTIONS(4087), + [anon_sym_as_QMARK] = ACTIONS(4087), + [anon_sym_PLUS_PLUS] = ACTIONS(4087), + [anon_sym_DASH_DASH] = ACTIONS(4087), + [anon_sym_BANG] = ACTIONS(4085), + [anon_sym_BANG_BANG] = ACTIONS(4087), + [anon_sym_suspend] = ACTIONS(4085), + [anon_sym_sealed] = ACTIONS(4085), + [anon_sym_annotation] = ACTIONS(4085), + [anon_sym_data] = ACTIONS(4085), + [anon_sym_inner] = ACTIONS(4085), + [anon_sym_override] = ACTIONS(4085), + [anon_sym_lateinit] = ACTIONS(4085), + [anon_sym_public] = ACTIONS(4085), + [anon_sym_private] = ACTIONS(4085), + [anon_sym_internal] = ACTIONS(4085), + [anon_sym_protected] = ACTIONS(4085), + [anon_sym_tailrec] = ACTIONS(4085), + [anon_sym_operator] = ACTIONS(4085), + [anon_sym_infix] = ACTIONS(4085), + [anon_sym_inline] = ACTIONS(4085), + [anon_sym_external] = ACTIONS(4085), + [sym_property_modifier] = ACTIONS(4085), + [anon_sym_abstract] = ACTIONS(4085), + [anon_sym_final] = ACTIONS(4085), + [anon_sym_open] = ACTIONS(4085), + [anon_sym_vararg] = ACTIONS(4085), + [anon_sym_noinline] = ACTIONS(4085), + [anon_sym_crossinline] = ACTIONS(4085), + [anon_sym_expect] = ACTIONS(4085), + [anon_sym_actual] = ACTIONS(4085), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4087), + [anon_sym_continue_AT] = ACTIONS(4087), + [anon_sym_break_AT] = ACTIONS(4087), + [sym_real_literal] = ACTIONS(4087), + [sym_integer_literal] = ACTIONS(4085), + [sym_hex_literal] = ACTIONS(4087), + [sym_bin_literal] = ACTIONS(4087), + [anon_sym_true] = ACTIONS(4085), + [anon_sym_false] = ACTIONS(4085), + [anon_sym_SQUOTE] = ACTIONS(4087), + [sym__backtick_identifier] = ACTIONS(4087), + [sym__automatic_semicolon] = ACTIONS(4087), + [sym_safe_nav] = ACTIONS(4087), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4087), }, [1440] = { - [sym_primary_constructor] = STATE(3484), - [sym_class_body] = STATE(3870), - [sym__class_parameters] = STATE(3545), - [sym_type_parameters] = STATE(1607), - [sym_type_constraints] = STATE(3575), - [sym_modifiers] = STATE(9083), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3160), + [sym_primary_constructor] = STATE(3439), + [sym_class_body] = STATE(3796), + [sym__class_parameters] = STATE(3610), + [sym_type_constraints] = STATE(3661), + [sym_modifiers] = STATE(9241), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3186), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(5524), - [anon_sym_LBRACK] = ACTIONS(3164), - [anon_sym_as] = ACTIONS(3160), - [anon_sym_EQ] = ACTIONS(3160), - [anon_sym_constructor] = ACTIONS(5357), - [anon_sym_LBRACE] = ACTIONS(5421), - [anon_sym_RBRACE] = ACTIONS(3164), - [anon_sym_LPAREN] = ACTIONS(5361), - [anon_sym_LT] = ACTIONS(5340), - [anon_sym_GT] = ACTIONS(3160), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(3160), - [anon_sym_SEMI] = ACTIONS(3164), - [anon_sym_get] = ACTIONS(3160), - [anon_sym_set] = ACTIONS(3160), - [anon_sym_STAR] = ACTIONS(3160), - [sym_label] = ACTIONS(3164), - [anon_sym_in] = ACTIONS(3160), - [anon_sym_DOT_DOT] = ACTIONS(3164), - [anon_sym_QMARK_COLON] = ACTIONS(3164), - [anon_sym_AMP_AMP] = ACTIONS(3164), - [anon_sym_PIPE_PIPE] = ACTIONS(3164), - [anon_sym_else] = ACTIONS(3160), - [anon_sym_COLON_COLON] = ACTIONS(3164), - [anon_sym_PLUS_EQ] = ACTIONS(3164), - [anon_sym_DASH_EQ] = ACTIONS(3164), - [anon_sym_STAR_EQ] = ACTIONS(3164), - [anon_sym_SLASH_EQ] = ACTIONS(3164), - [anon_sym_PERCENT_EQ] = ACTIONS(3164), - [anon_sym_BANG_EQ] = ACTIONS(3160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3164), - [anon_sym_EQ_EQ] = ACTIONS(3160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3164), - [anon_sym_LT_EQ] = ACTIONS(3164), - [anon_sym_GT_EQ] = ACTIONS(3164), - [anon_sym_BANGin] = ACTIONS(3164), - [anon_sym_is] = ACTIONS(3160), - [anon_sym_BANGis] = ACTIONS(3164), - [anon_sym_PLUS] = ACTIONS(3160), - [anon_sym_DASH] = ACTIONS(3160), - [anon_sym_SLASH] = ACTIONS(3160), - [anon_sym_PERCENT] = ACTIONS(3160), - [anon_sym_as_QMARK] = ACTIONS(3164), - [anon_sym_PLUS_PLUS] = ACTIONS(3164), - [anon_sym_DASH_DASH] = ACTIONS(3164), - [anon_sym_BANG_BANG] = ACTIONS(3164), + [anon_sym_COLON] = ACTIONS(5532), + [anon_sym_LBRACK] = ACTIONS(3190), + [anon_sym_as] = ACTIONS(3186), + [anon_sym_EQ] = ACTIONS(3186), + [anon_sym_constructor] = ACTIONS(5358), + [anon_sym_LBRACE] = ACTIONS(5360), + [anon_sym_RBRACE] = ACTIONS(3190), + [anon_sym_LPAREN] = ACTIONS(5362), + [anon_sym_COMMA] = ACTIONS(3190), + [anon_sym_LT] = ACTIONS(3186), + [anon_sym_GT] = ACTIONS(3186), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(3186), + [anon_sym_SEMI] = ACTIONS(3190), + [anon_sym_get] = ACTIONS(3186), + [anon_sym_set] = ACTIONS(3186), + [anon_sym_STAR] = ACTIONS(3186), + [sym_label] = ACTIONS(3190), + [anon_sym_in] = ACTIONS(3186), + [anon_sym_DOT_DOT] = ACTIONS(3190), + [anon_sym_QMARK_COLON] = ACTIONS(3190), + [anon_sym_AMP_AMP] = ACTIONS(3190), + [anon_sym_PIPE_PIPE] = ACTIONS(3190), + [anon_sym_else] = ACTIONS(3186), + [anon_sym_COLON_COLON] = ACTIONS(3190), + [anon_sym_PLUS_EQ] = ACTIONS(3190), + [anon_sym_DASH_EQ] = ACTIONS(3190), + [anon_sym_STAR_EQ] = ACTIONS(3190), + [anon_sym_SLASH_EQ] = ACTIONS(3190), + [anon_sym_PERCENT_EQ] = ACTIONS(3190), + [anon_sym_BANG_EQ] = ACTIONS(3186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3190), + [anon_sym_EQ_EQ] = ACTIONS(3186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3190), + [anon_sym_LT_EQ] = ACTIONS(3190), + [anon_sym_GT_EQ] = ACTIONS(3190), + [anon_sym_BANGin] = ACTIONS(3190), + [anon_sym_is] = ACTIONS(3186), + [anon_sym_BANGis] = ACTIONS(3190), + [anon_sym_PLUS] = ACTIONS(3186), + [anon_sym_DASH] = ACTIONS(3186), + [anon_sym_SLASH] = ACTIONS(3186), + [anon_sym_PERCENT] = ACTIONS(3186), + [anon_sym_as_QMARK] = ACTIONS(3190), + [anon_sym_PLUS_PLUS] = ACTIONS(3190), + [anon_sym_DASH_DASH] = ACTIONS(3190), + [anon_sym_BANG_BANG] = ACTIONS(3190), [anon_sym_suspend] = ACTIONS(3120), [anon_sym_sealed] = ACTIONS(3122), [anon_sym_annotation] = ACTIONS(3122), @@ -195881,141 +195999,141 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3134), [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3164), - [sym__automatic_semicolon] = ACTIONS(3164), - [sym_safe_nav] = ACTIONS(3164), + [sym__backtick_identifier] = ACTIONS(3190), + [sym__automatic_semicolon] = ACTIONS(3190), + [sym_safe_nav] = ACTIONS(3190), [sym_multiline_comment] = ACTIONS(3), }, [1441] = { - [sym_primary_constructor] = STATE(4801), - [sym_class_body] = STATE(4974), - [sym__class_parameters] = STATE(4877), - [sym_type_parameters] = STATE(1569), - [sym_type_constraints] = STATE(4846), - [sym_modifiers] = STATE(9180), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3102), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(5526), - [anon_sym_LBRACK] = ACTIONS(3108), - [anon_sym_as] = ACTIONS(3102), - [anon_sym_EQ] = ACTIONS(3102), - [anon_sym_constructor] = ACTIONS(5334), - [anon_sym_LBRACE] = ACTIONS(5397), - [anon_sym_RBRACE] = ACTIONS(3108), - [anon_sym_LPAREN] = ACTIONS(5338), - [anon_sym_LT] = ACTIONS(5340), - [anon_sym_GT] = ACTIONS(3102), - [anon_sym_where] = ACTIONS(5342), - [anon_sym_DOT] = ACTIONS(3102), - [anon_sym_SEMI] = ACTIONS(3108), - [anon_sym_get] = ACTIONS(3102), - [anon_sym_set] = ACTIONS(3102), - [anon_sym_STAR] = ACTIONS(3102), - [sym_label] = ACTIONS(3108), - [anon_sym_in] = ACTIONS(3102), - [anon_sym_DOT_DOT] = ACTIONS(3108), - [anon_sym_QMARK_COLON] = ACTIONS(3108), - [anon_sym_AMP_AMP] = ACTIONS(3108), - [anon_sym_PIPE_PIPE] = ACTIONS(3108), - [anon_sym_else] = ACTIONS(3102), - [anon_sym_COLON_COLON] = ACTIONS(3108), - [anon_sym_PLUS_EQ] = ACTIONS(3108), - [anon_sym_DASH_EQ] = ACTIONS(3108), - [anon_sym_STAR_EQ] = ACTIONS(3108), - [anon_sym_SLASH_EQ] = ACTIONS(3108), - [anon_sym_PERCENT_EQ] = ACTIONS(3108), - [anon_sym_BANG_EQ] = ACTIONS(3102), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3108), - [anon_sym_EQ_EQ] = ACTIONS(3102), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3108), - [anon_sym_LT_EQ] = ACTIONS(3108), - [anon_sym_GT_EQ] = ACTIONS(3108), - [anon_sym_BANGin] = ACTIONS(3108), - [anon_sym_is] = ACTIONS(3102), - [anon_sym_BANGis] = ACTIONS(3108), - [anon_sym_PLUS] = ACTIONS(3102), - [anon_sym_DASH] = ACTIONS(3102), - [anon_sym_SLASH] = ACTIONS(3102), - [anon_sym_PERCENT] = ACTIONS(3102), - [anon_sym_as_QMARK] = ACTIONS(3108), - [anon_sym_PLUS_PLUS] = ACTIONS(3108), - [anon_sym_DASH_DASH] = ACTIONS(3108), - [anon_sym_BANG_BANG] = ACTIONS(3108), - [anon_sym_suspend] = ACTIONS(3120), - [anon_sym_sealed] = ACTIONS(3122), - [anon_sym_annotation] = ACTIONS(3122), - [anon_sym_data] = ACTIONS(3122), - [anon_sym_inner] = ACTIONS(3122), - [anon_sym_override] = ACTIONS(3124), - [anon_sym_lateinit] = ACTIONS(3124), - [anon_sym_public] = ACTIONS(3126), - [anon_sym_private] = ACTIONS(3126), - [anon_sym_internal] = ACTIONS(3126), - [anon_sym_protected] = ACTIONS(3126), - [anon_sym_tailrec] = ACTIONS(3120), - [anon_sym_operator] = ACTIONS(3120), - [anon_sym_infix] = ACTIONS(3120), - [anon_sym_inline] = ACTIONS(3120), - [anon_sym_external] = ACTIONS(3120), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(3130), - [anon_sym_final] = ACTIONS(3130), - [anon_sym_open] = ACTIONS(3130), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3134), - [anon_sym_actual] = ACTIONS(3134), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3108), - [sym__automatic_semicolon] = ACTIONS(3108), - [sym_safe_nav] = ACTIONS(3108), - [sym_multiline_comment] = ACTIONS(3), + [sym_function_body] = STATE(1154), + [sym__block] = STATE(1087), + [sym__alpha_identifier] = ACTIONS(4031), + [anon_sym_AT] = ACTIONS(4033), + [anon_sym_LBRACK] = ACTIONS(4033), + [anon_sym_as] = ACTIONS(4031), + [anon_sym_EQ] = ACTIONS(5203), + [anon_sym_LBRACE] = ACTIONS(4039), + [anon_sym_RBRACE] = ACTIONS(4033), + [anon_sym_LPAREN] = ACTIONS(4033), + [anon_sym_LT] = ACTIONS(4031), + [anon_sym_GT] = ACTIONS(4031), + [anon_sym_object] = ACTIONS(4031), + [anon_sym_fun] = ACTIONS(4031), + [anon_sym_DOT] = ACTIONS(4031), + [anon_sym_SEMI] = ACTIONS(4033), + [anon_sym_get] = ACTIONS(4031), + [anon_sym_set] = ACTIONS(4031), + [anon_sym_this] = ACTIONS(4031), + [anon_sym_super] = ACTIONS(4031), + [anon_sym_STAR] = ACTIONS(4033), + [sym_label] = ACTIONS(4031), + [anon_sym_in] = ACTIONS(4031), + [anon_sym_DOT_DOT] = ACTIONS(4033), + [anon_sym_QMARK_COLON] = ACTIONS(4033), + [anon_sym_AMP_AMP] = ACTIONS(4033), + [anon_sym_PIPE_PIPE] = ACTIONS(4033), + [anon_sym_null] = ACTIONS(4031), + [anon_sym_if] = ACTIONS(4031), + [anon_sym_else] = ACTIONS(4031), + [anon_sym_when] = ACTIONS(4031), + [anon_sym_try] = ACTIONS(4031), + [anon_sym_throw] = ACTIONS(4031), + [anon_sym_return] = ACTIONS(4031), + [anon_sym_continue] = ACTIONS(4031), + [anon_sym_break] = ACTIONS(4031), + [anon_sym_COLON_COLON] = ACTIONS(4033), + [anon_sym_BANG_EQ] = ACTIONS(4031), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4033), + [anon_sym_EQ_EQ] = ACTIONS(4031), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4033), + [anon_sym_LT_EQ] = ACTIONS(4033), + [anon_sym_GT_EQ] = ACTIONS(4033), + [anon_sym_BANGin] = ACTIONS(4033), + [anon_sym_is] = ACTIONS(4031), + [anon_sym_BANGis] = ACTIONS(4033), + [anon_sym_PLUS] = ACTIONS(4031), + [anon_sym_DASH] = ACTIONS(4031), + [anon_sym_SLASH] = ACTIONS(4031), + [anon_sym_PERCENT] = ACTIONS(4033), + [anon_sym_as_QMARK] = ACTIONS(4033), + [anon_sym_PLUS_PLUS] = ACTIONS(4033), + [anon_sym_DASH_DASH] = ACTIONS(4033), + [anon_sym_BANG] = ACTIONS(4031), + [anon_sym_BANG_BANG] = ACTIONS(4033), + [anon_sym_suspend] = ACTIONS(4031), + [anon_sym_sealed] = ACTIONS(4031), + [anon_sym_annotation] = ACTIONS(4031), + [anon_sym_data] = ACTIONS(4031), + [anon_sym_inner] = ACTIONS(4031), + [anon_sym_override] = ACTIONS(4031), + [anon_sym_lateinit] = ACTIONS(4031), + [anon_sym_public] = ACTIONS(4031), + [anon_sym_private] = ACTIONS(4031), + [anon_sym_internal] = ACTIONS(4031), + [anon_sym_protected] = ACTIONS(4031), + [anon_sym_tailrec] = ACTIONS(4031), + [anon_sym_operator] = ACTIONS(4031), + [anon_sym_infix] = ACTIONS(4031), + [anon_sym_inline] = ACTIONS(4031), + [anon_sym_external] = ACTIONS(4031), + [sym_property_modifier] = ACTIONS(4031), + [anon_sym_abstract] = ACTIONS(4031), + [anon_sym_final] = ACTIONS(4031), + [anon_sym_open] = ACTIONS(4031), + [anon_sym_vararg] = ACTIONS(4031), + [anon_sym_noinline] = ACTIONS(4031), + [anon_sym_crossinline] = ACTIONS(4031), + [anon_sym_expect] = ACTIONS(4031), + [anon_sym_actual] = ACTIONS(4031), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4033), + [anon_sym_continue_AT] = ACTIONS(4033), + [anon_sym_break_AT] = ACTIONS(4033), + [sym_real_literal] = ACTIONS(4033), + [sym_integer_literal] = ACTIONS(4031), + [sym_hex_literal] = ACTIONS(4033), + [sym_bin_literal] = ACTIONS(4033), + [anon_sym_true] = ACTIONS(4031), + [anon_sym_false] = ACTIONS(4031), + [anon_sym_SQUOTE] = ACTIONS(4033), + [sym__backtick_identifier] = ACTIONS(4033), + [sym__automatic_semicolon] = ACTIONS(4033), + [sym_safe_nav] = ACTIONS(4033), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4033), }, [1442] = { - [sym_primary_constructor] = STATE(4802), - [sym__class_parameters] = STATE(4877), - [sym_type_parameters] = STATE(1599), - [sym_type_constraints] = STATE(4856), - [sym_enum_class_body] = STATE(4974), - [sym_modifiers] = STATE(9180), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), + [sym_primary_constructor] = STATE(3538), + [sym__class_parameters] = STATE(3610), + [sym_type_parameters] = STATE(1558), + [sym_type_constraints] = STATE(3669), + [sym_enum_class_body] = STATE(3688), + [sym_modifiers] = STATE(9241), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), [sym__alpha_identifier] = ACTIONS(3102), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(5528), + [anon_sym_COLON] = ACTIONS(5534), [anon_sym_LBRACK] = ACTIONS(3108), [anon_sym_as] = ACTIONS(3102), [anon_sym_EQ] = ACTIONS(3102), - [anon_sym_constructor] = ACTIONS(5334), - [anon_sym_LBRACE] = ACTIONS(5336), + [anon_sym_constructor] = ACTIONS(5358), + [anon_sym_LBRACE] = ACTIONS(5415), [anon_sym_RBRACE] = ACTIONS(3108), - [anon_sym_LPAREN] = ACTIONS(5338), - [anon_sym_LT] = ACTIONS(5340), + [anon_sym_LPAREN] = ACTIONS(5362), + [anon_sym_LT] = ACTIONS(5364), [anon_sym_GT] = ACTIONS(3102), - [anon_sym_where] = ACTIONS(5342), + [anon_sym_where] = ACTIONS(5366), [anon_sym_DOT] = ACTIONS(3102), [anon_sym_SEMI] = ACTIONS(3108), [anon_sym_get] = ACTIONS(3102), @@ -196083,154 +196201,154 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), }, [1443] = { - [sym_indexing_suffix] = STATE(3339), - [sym_navigation_suffix] = STATE(3435), - [sym_call_suffix] = STATE(3432), - [sym_annotated_lambda] = STATE(3429), - [sym_type_arguments] = STATE(7512), - [sym_value_arguments] = STATE(2735), - [sym_lambda_literal] = STATE(3427), - [sym__equality_operator] = STATE(2060), - [sym__comparison_operator] = STATE(2059), - [sym__in_operator] = STATE(2055), - [sym__is_operator] = STATE(6217), - [sym__additive_operator] = STATE(2038), - [sym__multiplicative_operator] = STATE(2037), - [sym__as_operator] = STATE(6214), - [sym__postfix_unary_operator] = STATE(3426), - [sym__member_access_operator] = STATE(7360), - [sym_annotation] = STATE(7846), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2036), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7846), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(4523), - [anon_sym_as] = ACTIONS(4525), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_RBRACE] = ACTIONS(3051), - [anon_sym_LPAREN] = ACTIONS(4527), - [anon_sym_COMMA] = ACTIONS(3051), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(5486), - [anon_sym_where] = ACTIONS(3049), - [anon_sym_object] = ACTIONS(3049), - [anon_sym_fun] = ACTIONS(3049), - [anon_sym_DOT] = ACTIONS(4531), - [anon_sym_SEMI] = ACTIONS(3051), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(3049), - [anon_sym_super] = ACTIONS(3049), - [anon_sym_STAR] = ACTIONS(5488), - [sym_label] = ACTIONS(4535), - [anon_sym_in] = ACTIONS(5490), - [anon_sym_DOT_DOT] = ACTIONS(5492), - [anon_sym_QMARK_COLON] = ACTIONS(5494), - [anon_sym_AMP_AMP] = ACTIONS(5496), - [anon_sym_PIPE_PIPE] = ACTIONS(5498), - [anon_sym_null] = ACTIONS(3049), - [anon_sym_if] = ACTIONS(3049), - [anon_sym_else] = ACTIONS(3049), - [anon_sym_when] = ACTIONS(3049), - [anon_sym_try] = ACTIONS(3049), - [anon_sym_throw] = ACTIONS(3049), - [anon_sym_return] = ACTIONS(3049), - [anon_sym_continue] = ACTIONS(3049), - [anon_sym_break] = ACTIONS(3049), - [anon_sym_COLON_COLON] = ACTIONS(4547), - [anon_sym_BANG_EQ] = ACTIONS(5500), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5502), - [anon_sym_EQ_EQ] = ACTIONS(5500), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5502), - [anon_sym_LT_EQ] = ACTIONS(5504), - [anon_sym_GT_EQ] = ACTIONS(5504), - [anon_sym_BANGin] = ACTIONS(5506), - [anon_sym_is] = ACTIONS(4557), - [anon_sym_BANGis] = ACTIONS(4559), - [anon_sym_PLUS] = ACTIONS(5508), - [anon_sym_DASH] = ACTIONS(5508), - [anon_sym_SLASH] = ACTIONS(5510), - [anon_sym_PERCENT] = ACTIONS(5488), - [anon_sym_as_QMARK] = ACTIONS(4563), - [anon_sym_PLUS_PLUS] = ACTIONS(4565), - [anon_sym_DASH_DASH] = ACTIONS(4565), - [anon_sym_BANG] = ACTIONS(3049), - [anon_sym_BANG_BANG] = ACTIONS(4565), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), + [sym__expression] = STATE(4267), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym_value_argument] = STATE(8764), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(2183), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(5501), + [sym__return_at] = STATE(331), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_RPAREN] = ACTIONS(5536), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(2020), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(5508), + [sym_label] = ACTIONS(821), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(2022), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(2024), + [anon_sym_return] = ACTIONS(2026), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(823), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3051), - [anon_sym_continue_AT] = ACTIONS(3051), - [anon_sym_break_AT] = ACTIONS(3051), - [sym_real_literal] = ACTIONS(3051), - [sym_integer_literal] = ACTIONS(3049), - [sym_hex_literal] = ACTIONS(3051), - [sym_bin_literal] = ACTIONS(3051), - [anon_sym_true] = ACTIONS(3049), - [anon_sym_false] = ACTIONS(3049), - [anon_sym_SQUOTE] = ACTIONS(3051), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3051), - [sym_safe_nav] = ACTIONS(4547), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3051), + [sym__string_start] = ACTIONS(283), }, [1444] = { - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(2143), - [sym__comparison_operator] = STATE(2144), - [sym__in_operator] = STATE(2145), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(2146), - [sym__multiplicative_operator] = STATE(2148), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_annotation] = STATE(7845), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2153), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(2314), + [sym__comparison_operator] = STATE(2312), + [sym__in_operator] = STATE(2309), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(2306), + [sym__multiplicative_operator] = STATE(2305), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_annotation] = STATE(7893), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2302), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_RBRACK] = ACTIONS(3001), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(3001), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_COMMA] = ACTIONS(3001), - [anon_sym_RPAREN] = ACTIONS(3001), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_RBRACK] = ACTIONS(3005), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(3005), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_COMMA] = ACTIONS(3005), + [anon_sym_RPAREN] = ACTIONS(3005), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(3758), - [anon_sym_where] = ACTIONS(2999), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(3001), + [anon_sym_where] = ACTIONS(3003), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3005), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), [anon_sym_STAR] = ACTIONS(3766), - [anon_sym_DASH_GT] = ACTIONS(3001), - [sym_label] = ACTIONS(3392), + [anon_sym_DASH_GT] = ACTIONS(3005), + [sym_label] = ACTIONS(3408), [anon_sym_in] = ACTIONS(3768), - [anon_sym_while] = ACTIONS(2999), + [anon_sym_while] = ACTIONS(3003), [anon_sym_DOT_DOT] = ACTIONS(3770), [anon_sym_QMARK_COLON] = ACTIONS(3772), [anon_sym_AMP_AMP] = ACTIONS(3774), [anon_sym_PIPE_PIPE] = ACTIONS(3776), - [anon_sym_else] = ACTIONS(2999), - [anon_sym_COLON_COLON] = ACTIONS(3404), + [anon_sym_else] = ACTIONS(3003), + [anon_sym_COLON_COLON] = ACTIONS(3420), [anon_sym_BANG_EQ] = ACTIONS(3778), [anon_sym_BANG_EQ_EQ] = ACTIONS(3780), [anon_sym_EQ_EQ] = ACTIONS(3778), @@ -196238,209 +196356,209 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_EQ] = ACTIONS(3782), [anon_sym_GT_EQ] = ACTIONS(3782), [anon_sym_BANGin] = ACTIONS(3784), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), [anon_sym_PLUS] = ACTIONS(3786), [anon_sym_DASH] = ACTIONS(3786), [anon_sym_SLASH] = ACTIONS(3788), [anon_sym_PERCENT] = ACTIONS(3766), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), - [anon_sym_suspend] = ACTIONS(2999), - [anon_sym_sealed] = ACTIONS(2999), - [anon_sym_annotation] = ACTIONS(2999), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), + [anon_sym_suspend] = ACTIONS(3003), + [anon_sym_sealed] = ACTIONS(3003), + [anon_sym_annotation] = ACTIONS(3003), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(2999), - [anon_sym_lateinit] = ACTIONS(2999), - [anon_sym_public] = ACTIONS(2999), - [anon_sym_private] = ACTIONS(2999), - [anon_sym_internal] = ACTIONS(2999), - [anon_sym_protected] = ACTIONS(2999), - [anon_sym_tailrec] = ACTIONS(2999), - [anon_sym_operator] = ACTIONS(2999), - [anon_sym_infix] = ACTIONS(2999), - [anon_sym_inline] = ACTIONS(2999), - [anon_sym_external] = ACTIONS(2999), - [sym_property_modifier] = ACTIONS(2999), - [anon_sym_abstract] = ACTIONS(2999), - [anon_sym_final] = ACTIONS(2999), - [anon_sym_open] = ACTIONS(2999), - [anon_sym_vararg] = ACTIONS(2999), - [anon_sym_noinline] = ACTIONS(2999), - [anon_sym_crossinline] = ACTIONS(2999), + [anon_sym_override] = ACTIONS(3003), + [anon_sym_lateinit] = ACTIONS(3003), + [anon_sym_public] = ACTIONS(3003), + [anon_sym_private] = ACTIONS(3003), + [anon_sym_internal] = ACTIONS(3003), + [anon_sym_protected] = ACTIONS(3003), + [anon_sym_tailrec] = ACTIONS(3003), + [anon_sym_operator] = ACTIONS(3003), + [anon_sym_infix] = ACTIONS(3003), + [anon_sym_inline] = ACTIONS(3003), + [anon_sym_external] = ACTIONS(3003), + [sym_property_modifier] = ACTIONS(3003), + [anon_sym_abstract] = ACTIONS(3003), + [anon_sym_final] = ACTIONS(3003), + [anon_sym_open] = ACTIONS(3003), + [anon_sym_vararg] = ACTIONS(3003), + [anon_sym_noinline] = ACTIONS(3003), + [anon_sym_crossinline] = ACTIONS(3003), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), + [sym_safe_nav] = ACTIONS(3420), [sym_multiline_comment] = ACTIONS(3), }, [1445] = { - [sym__expression] = STATE(4276), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym_value_argument] = STATE(8395), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(1936), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5487), - [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_RPAREN] = ACTIONS(5530), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(5474), - [sym_label] = ACTIONS(853), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(2022), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(2024), - [anon_sym_return] = ACTIONS(2026), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(855), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), + [sym_function_body] = STATE(1123), + [sym__block] = STATE(1087), + [sym__alpha_identifier] = ACTIONS(4210), + [anon_sym_AT] = ACTIONS(4212), + [anon_sym_LBRACK] = ACTIONS(4212), + [anon_sym_as] = ACTIONS(4210), + [anon_sym_EQ] = ACTIONS(5203), + [anon_sym_LBRACE] = ACTIONS(4039), + [anon_sym_RBRACE] = ACTIONS(4212), + [anon_sym_LPAREN] = ACTIONS(4212), + [anon_sym_LT] = ACTIONS(4210), + [anon_sym_GT] = ACTIONS(4210), + [anon_sym_object] = ACTIONS(4210), + [anon_sym_fun] = ACTIONS(4210), + [anon_sym_DOT] = ACTIONS(4210), + [anon_sym_SEMI] = ACTIONS(4212), + [anon_sym_get] = ACTIONS(4210), + [anon_sym_set] = ACTIONS(4210), + [anon_sym_this] = ACTIONS(4210), + [anon_sym_super] = ACTIONS(4210), + [anon_sym_STAR] = ACTIONS(4212), + [sym_label] = ACTIONS(4210), + [anon_sym_in] = ACTIONS(4210), + [anon_sym_DOT_DOT] = ACTIONS(4212), + [anon_sym_QMARK_COLON] = ACTIONS(4212), + [anon_sym_AMP_AMP] = ACTIONS(4212), + [anon_sym_PIPE_PIPE] = ACTIONS(4212), + [anon_sym_null] = ACTIONS(4210), + [anon_sym_if] = ACTIONS(4210), + [anon_sym_else] = ACTIONS(4210), + [anon_sym_when] = ACTIONS(4210), + [anon_sym_try] = ACTIONS(4210), + [anon_sym_throw] = ACTIONS(4210), + [anon_sym_return] = ACTIONS(4210), + [anon_sym_continue] = ACTIONS(4210), + [anon_sym_break] = ACTIONS(4210), + [anon_sym_COLON_COLON] = ACTIONS(4212), + [anon_sym_BANG_EQ] = ACTIONS(4210), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4212), + [anon_sym_EQ_EQ] = ACTIONS(4210), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4212), + [anon_sym_LT_EQ] = ACTIONS(4212), + [anon_sym_GT_EQ] = ACTIONS(4212), + [anon_sym_BANGin] = ACTIONS(4212), + [anon_sym_is] = ACTIONS(4210), + [anon_sym_BANGis] = ACTIONS(4212), + [anon_sym_PLUS] = ACTIONS(4210), + [anon_sym_DASH] = ACTIONS(4210), + [anon_sym_SLASH] = ACTIONS(4210), + [anon_sym_PERCENT] = ACTIONS(4212), + [anon_sym_as_QMARK] = ACTIONS(4212), + [anon_sym_PLUS_PLUS] = ACTIONS(4212), + [anon_sym_DASH_DASH] = ACTIONS(4212), + [anon_sym_BANG] = ACTIONS(4210), + [anon_sym_BANG_BANG] = ACTIONS(4212), + [anon_sym_suspend] = ACTIONS(4210), + [anon_sym_sealed] = ACTIONS(4210), + [anon_sym_annotation] = ACTIONS(4210), + [anon_sym_data] = ACTIONS(4210), + [anon_sym_inner] = ACTIONS(4210), + [anon_sym_override] = ACTIONS(4210), + [anon_sym_lateinit] = ACTIONS(4210), + [anon_sym_public] = ACTIONS(4210), + [anon_sym_private] = ACTIONS(4210), + [anon_sym_internal] = ACTIONS(4210), + [anon_sym_protected] = ACTIONS(4210), + [anon_sym_tailrec] = ACTIONS(4210), + [anon_sym_operator] = ACTIONS(4210), + [anon_sym_infix] = ACTIONS(4210), + [anon_sym_inline] = ACTIONS(4210), + [anon_sym_external] = ACTIONS(4210), + [sym_property_modifier] = ACTIONS(4210), + [anon_sym_abstract] = ACTIONS(4210), + [anon_sym_final] = ACTIONS(4210), + [anon_sym_open] = ACTIONS(4210), + [anon_sym_vararg] = ACTIONS(4210), + [anon_sym_noinline] = ACTIONS(4210), + [anon_sym_crossinline] = ACTIONS(4210), + [anon_sym_expect] = ACTIONS(4210), + [anon_sym_actual] = ACTIONS(4210), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4212), + [anon_sym_continue_AT] = ACTIONS(4212), + [anon_sym_break_AT] = ACTIONS(4212), + [sym_real_literal] = ACTIONS(4212), + [sym_integer_literal] = ACTIONS(4210), + [sym_hex_literal] = ACTIONS(4212), + [sym_bin_literal] = ACTIONS(4212), + [anon_sym_true] = ACTIONS(4210), + [anon_sym_false] = ACTIONS(4210), + [anon_sym_SQUOTE] = ACTIONS(4212), + [sym__backtick_identifier] = ACTIONS(4212), + [sym__automatic_semicolon] = ACTIONS(4212), + [sym_safe_nav] = ACTIONS(4212), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4212), }, [1446] = { - [sym__expression] = STATE(4276), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym_value_argument] = STATE(8766), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(1936), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5487), + [sym__expression] = STATE(4267), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym_value_argument] = STATE(8531), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(2183), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(5501), [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_RPAREN] = ACTIONS(5532), + [anon_sym_RPAREN] = ACTIONS(5538), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(5474), - [sym_label] = ACTIONS(853), + [anon_sym_STAR] = ACTIONS(5508), + [sym_label] = ACTIONS(821), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(2022), [anon_sym_when] = ACTIONS(245), @@ -196450,15 +196568,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(855), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(823), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -196475,171 +196593,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(283), }, [1447] = { - [sym_function_body] = STATE(1127), - [sym__block] = STATE(1128), - [sym__alpha_identifier] = ACTIONS(4089), - [anon_sym_AT] = ACTIONS(4091), - [anon_sym_LBRACK] = ACTIONS(4091), - [anon_sym_as] = ACTIONS(4089), - [anon_sym_EQ] = ACTIONS(5183), - [anon_sym_LBRACE] = ACTIONS(4081), - [anon_sym_RBRACE] = ACTIONS(4091), - [anon_sym_LPAREN] = ACTIONS(4091), - [anon_sym_LT] = ACTIONS(4089), - [anon_sym_GT] = ACTIONS(4089), - [anon_sym_object] = ACTIONS(4089), - [anon_sym_fun] = ACTIONS(4089), - [anon_sym_DOT] = ACTIONS(4089), - [anon_sym_SEMI] = ACTIONS(4091), - [anon_sym_get] = ACTIONS(4089), - [anon_sym_set] = ACTIONS(4089), - [anon_sym_this] = ACTIONS(4089), - [anon_sym_super] = ACTIONS(4089), - [anon_sym_STAR] = ACTIONS(4091), - [sym_label] = ACTIONS(4089), - [anon_sym_in] = ACTIONS(4089), - [anon_sym_DOT_DOT] = ACTIONS(4091), - [anon_sym_QMARK_COLON] = ACTIONS(4091), - [anon_sym_AMP_AMP] = ACTIONS(4091), - [anon_sym_PIPE_PIPE] = ACTIONS(4091), - [anon_sym_null] = ACTIONS(4089), - [anon_sym_if] = ACTIONS(4089), - [anon_sym_else] = ACTIONS(4089), - [anon_sym_when] = ACTIONS(4089), - [anon_sym_try] = ACTIONS(4089), - [anon_sym_throw] = ACTIONS(4089), - [anon_sym_return] = ACTIONS(4089), - [anon_sym_continue] = ACTIONS(4089), - [anon_sym_break] = ACTIONS(4089), - [anon_sym_COLON_COLON] = ACTIONS(4091), - [anon_sym_BANG_EQ] = ACTIONS(4089), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4091), - [anon_sym_EQ_EQ] = ACTIONS(4089), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4091), - [anon_sym_LT_EQ] = ACTIONS(4091), - [anon_sym_GT_EQ] = ACTIONS(4091), - [anon_sym_BANGin] = ACTIONS(4091), - [anon_sym_is] = ACTIONS(4089), - [anon_sym_BANGis] = ACTIONS(4091), - [anon_sym_PLUS] = ACTIONS(4089), - [anon_sym_DASH] = ACTIONS(4089), - [anon_sym_SLASH] = ACTIONS(4089), - [anon_sym_PERCENT] = ACTIONS(4091), - [anon_sym_as_QMARK] = ACTIONS(4091), - [anon_sym_PLUS_PLUS] = ACTIONS(4091), - [anon_sym_DASH_DASH] = ACTIONS(4091), - [anon_sym_BANG] = ACTIONS(4089), - [anon_sym_BANG_BANG] = ACTIONS(4091), - [anon_sym_suspend] = ACTIONS(4089), - [anon_sym_sealed] = ACTIONS(4089), - [anon_sym_annotation] = ACTIONS(4089), - [anon_sym_data] = ACTIONS(4089), - [anon_sym_inner] = ACTIONS(4089), - [anon_sym_override] = ACTIONS(4089), - [anon_sym_lateinit] = ACTIONS(4089), - [anon_sym_public] = ACTIONS(4089), - [anon_sym_private] = ACTIONS(4089), - [anon_sym_internal] = ACTIONS(4089), - [anon_sym_protected] = ACTIONS(4089), - [anon_sym_tailrec] = ACTIONS(4089), - [anon_sym_operator] = ACTIONS(4089), - [anon_sym_infix] = ACTIONS(4089), - [anon_sym_inline] = ACTIONS(4089), - [anon_sym_external] = ACTIONS(4089), - [sym_property_modifier] = ACTIONS(4089), - [anon_sym_abstract] = ACTIONS(4089), - [anon_sym_final] = ACTIONS(4089), - [anon_sym_open] = ACTIONS(4089), - [anon_sym_vararg] = ACTIONS(4089), - [anon_sym_noinline] = ACTIONS(4089), - [anon_sym_crossinline] = ACTIONS(4089), - [anon_sym_expect] = ACTIONS(4089), - [anon_sym_actual] = ACTIONS(4089), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4091), - [anon_sym_continue_AT] = ACTIONS(4091), - [anon_sym_break_AT] = ACTIONS(4091), - [sym_real_literal] = ACTIONS(4091), - [sym_integer_literal] = ACTIONS(4089), - [sym_hex_literal] = ACTIONS(4091), - [sym_bin_literal] = ACTIONS(4091), - [anon_sym_true] = ACTIONS(4089), - [anon_sym_false] = ACTIONS(4089), - [anon_sym_SQUOTE] = ACTIONS(4091), - [sym__backtick_identifier] = ACTIONS(4091), - [sym__automatic_semicolon] = ACTIONS(4091), - [sym_safe_nav] = ACTIONS(4091), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4091), - }, - [1448] = { - [sym_primary_constructor] = STATE(3389), - [sym__class_parameters] = STATE(2990), - [sym_type_constraints] = STATE(3104), - [sym_enum_class_body] = STATE(3165), - [sym_modifiers] = STATE(9064), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3204), + [sym_primary_constructor] = STATE(3434), + [sym__class_parameters] = STATE(3610), + [sym_type_constraints] = STATE(3656), + [sym_enum_class_body] = STATE(3752), + [sym_modifiers] = STATE(9241), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3212), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(5534), - [anon_sym_LBRACK] = ACTIONS(3208), - [anon_sym_as] = ACTIONS(3204), - [anon_sym_EQ] = ACTIONS(3204), - [anon_sym_constructor] = ACTIONS(5145), - [anon_sym_LBRACE] = ACTIONS(5155), - [anon_sym_RBRACE] = ACTIONS(3208), - [anon_sym_LPAREN] = ACTIONS(5149), - [anon_sym_RPAREN] = ACTIONS(3208), - [anon_sym_LT] = ACTIONS(3204), - [anon_sym_GT] = ACTIONS(3204), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(3204), - [anon_sym_SEMI] = ACTIONS(3208), - [anon_sym_get] = ACTIONS(3204), - [anon_sym_set] = ACTIONS(3204), - [anon_sym_STAR] = ACTIONS(3204), - [sym_label] = ACTIONS(3208), - [anon_sym_in] = ACTIONS(3204), - [anon_sym_while] = ACTIONS(3204), - [anon_sym_DOT_DOT] = ACTIONS(3208), - [anon_sym_QMARK_COLON] = ACTIONS(3208), - [anon_sym_AMP_AMP] = ACTIONS(3208), - [anon_sym_PIPE_PIPE] = ACTIONS(3208), - [anon_sym_else] = ACTIONS(3204), - [anon_sym_COLON_COLON] = ACTIONS(3208), - [anon_sym_PLUS_EQ] = ACTIONS(3208), - [anon_sym_DASH_EQ] = ACTIONS(3208), - [anon_sym_STAR_EQ] = ACTIONS(3208), - [anon_sym_SLASH_EQ] = ACTIONS(3208), - [anon_sym_PERCENT_EQ] = ACTIONS(3208), - [anon_sym_BANG_EQ] = ACTIONS(3204), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3208), - [anon_sym_EQ_EQ] = ACTIONS(3204), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3208), - [anon_sym_LT_EQ] = ACTIONS(3208), - [anon_sym_GT_EQ] = ACTIONS(3208), - [anon_sym_BANGin] = ACTIONS(3208), - [anon_sym_is] = ACTIONS(3204), - [anon_sym_BANGis] = ACTIONS(3208), - [anon_sym_PLUS] = ACTIONS(3204), - [anon_sym_DASH] = ACTIONS(3204), - [anon_sym_SLASH] = ACTIONS(3204), - [anon_sym_PERCENT] = ACTIONS(3204), - [anon_sym_as_QMARK] = ACTIONS(3208), - [anon_sym_PLUS_PLUS] = ACTIONS(3208), - [anon_sym_DASH_DASH] = ACTIONS(3208), - [anon_sym_BANG_BANG] = ACTIONS(3208), + [anon_sym_COLON] = ACTIONS(5540), + [anon_sym_LBRACK] = ACTIONS(3216), + [anon_sym_as] = ACTIONS(3212), + [anon_sym_EQ] = ACTIONS(3212), + [anon_sym_constructor] = ACTIONS(5358), + [anon_sym_LBRACE] = ACTIONS(5415), + [anon_sym_RBRACE] = ACTIONS(3216), + [anon_sym_LPAREN] = ACTIONS(5362), + [anon_sym_COMMA] = ACTIONS(3216), + [anon_sym_LT] = ACTIONS(3212), + [anon_sym_GT] = ACTIONS(3212), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(3212), + [anon_sym_SEMI] = ACTIONS(3216), + [anon_sym_get] = ACTIONS(3212), + [anon_sym_set] = ACTIONS(3212), + [anon_sym_STAR] = ACTIONS(3212), + [sym_label] = ACTIONS(3216), + [anon_sym_in] = ACTIONS(3212), + [anon_sym_DOT_DOT] = ACTIONS(3216), + [anon_sym_QMARK_COLON] = ACTIONS(3216), + [anon_sym_AMP_AMP] = ACTIONS(3216), + [anon_sym_PIPE_PIPE] = ACTIONS(3216), + [anon_sym_else] = ACTIONS(3212), + [anon_sym_COLON_COLON] = ACTIONS(3216), + [anon_sym_PLUS_EQ] = ACTIONS(3216), + [anon_sym_DASH_EQ] = ACTIONS(3216), + [anon_sym_STAR_EQ] = ACTIONS(3216), + [anon_sym_SLASH_EQ] = ACTIONS(3216), + [anon_sym_PERCENT_EQ] = ACTIONS(3216), + [anon_sym_BANG_EQ] = ACTIONS(3212), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3216), + [anon_sym_EQ_EQ] = ACTIONS(3212), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3216), + [anon_sym_LT_EQ] = ACTIONS(3216), + [anon_sym_GT_EQ] = ACTIONS(3216), + [anon_sym_BANGin] = ACTIONS(3216), + [anon_sym_is] = ACTIONS(3212), + [anon_sym_BANGis] = ACTIONS(3216), + [anon_sym_PLUS] = ACTIONS(3212), + [anon_sym_DASH] = ACTIONS(3212), + [anon_sym_SLASH] = ACTIONS(3212), + [anon_sym_PERCENT] = ACTIONS(3212), + [anon_sym_as_QMARK] = ACTIONS(3216), + [anon_sym_PLUS_PLUS] = ACTIONS(3216), + [anon_sym_DASH_DASH] = ACTIONS(3216), + [anon_sym_BANG_BANG] = ACTIONS(3216), [anon_sym_suspend] = ACTIONS(3120), [anon_sym_sealed] = ACTIONS(3122), [anon_sym_annotation] = ACTIONS(3122), @@ -196666,75 +196685,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3134), [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3208), - [sym_safe_nav] = ACTIONS(3208), + [sym__backtick_identifier] = ACTIONS(3216), + [sym__automatic_semicolon] = ACTIONS(3216), + [sym_safe_nav] = ACTIONS(3216), [sym_multiline_comment] = ACTIONS(3), }, - [1449] = { - [sym__expression] = STATE(4276), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym_value_argument] = STATE(8516), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(1936), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5487), + [1448] = { + [sym__expression] = STATE(4267), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym_value_argument] = STATE(8764), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(2183), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(5501), [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_RPAREN] = ACTIONS(5536), + [anon_sym_RPAREN] = ACTIONS(5542), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(5474), - [sym_label] = ACTIONS(853), + [anon_sym_STAR] = ACTIONS(5508), + [sym_label] = ACTIONS(821), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(2022), [anon_sym_when] = ACTIONS(245), @@ -196744,113 +196764,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(855), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), - }, - [1450] = { - [sym__expression] = STATE(4308), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(1574), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7940), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_val] = ACTIONS(5538), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), - [sym_label] = ACTIONS(327), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(3096), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(3098), - [anon_sym_return] = ACTIONS(3100), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(327), - [anon_sym_DASH] = ACTIONS(327), - [anon_sym_PLUS_PLUS] = ACTIONS(329), - [anon_sym_DASH_DASH] = ACTIONS(329), - [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(823), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -196866,155 +196788,57 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1451] = { - [sym_primary_constructor] = STATE(3434), - [sym__class_parameters] = STATE(3545), - [sym_type_constraints] = STATE(3564), - [sym_enum_class_body] = STATE(3835), - [sym_modifiers] = STATE(9083), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3204), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(5540), - [anon_sym_LBRACK] = ACTIONS(3208), - [anon_sym_as] = ACTIONS(3204), - [anon_sym_EQ] = ACTIONS(3204), - [anon_sym_constructor] = ACTIONS(5357), - [anon_sym_LBRACE] = ACTIONS(5359), - [anon_sym_RBRACE] = ACTIONS(3208), - [anon_sym_LPAREN] = ACTIONS(5361), - [anon_sym_COMMA] = ACTIONS(3208), - [anon_sym_LT] = ACTIONS(3204), - [anon_sym_GT] = ACTIONS(3204), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(3204), - [anon_sym_SEMI] = ACTIONS(3208), - [anon_sym_get] = ACTIONS(3204), - [anon_sym_set] = ACTIONS(3204), - [anon_sym_STAR] = ACTIONS(3204), - [sym_label] = ACTIONS(3208), - [anon_sym_in] = ACTIONS(3204), - [anon_sym_DOT_DOT] = ACTIONS(3208), - [anon_sym_QMARK_COLON] = ACTIONS(3208), - [anon_sym_AMP_AMP] = ACTIONS(3208), - [anon_sym_PIPE_PIPE] = ACTIONS(3208), - [anon_sym_else] = ACTIONS(3204), - [anon_sym_COLON_COLON] = ACTIONS(3208), - [anon_sym_PLUS_EQ] = ACTIONS(3208), - [anon_sym_DASH_EQ] = ACTIONS(3208), - [anon_sym_STAR_EQ] = ACTIONS(3208), - [anon_sym_SLASH_EQ] = ACTIONS(3208), - [anon_sym_PERCENT_EQ] = ACTIONS(3208), - [anon_sym_BANG_EQ] = ACTIONS(3204), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3208), - [anon_sym_EQ_EQ] = ACTIONS(3204), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3208), - [anon_sym_LT_EQ] = ACTIONS(3208), - [anon_sym_GT_EQ] = ACTIONS(3208), - [anon_sym_BANGin] = ACTIONS(3208), - [anon_sym_is] = ACTIONS(3204), - [anon_sym_BANGis] = ACTIONS(3208), - [anon_sym_PLUS] = ACTIONS(3204), - [anon_sym_DASH] = ACTIONS(3204), - [anon_sym_SLASH] = ACTIONS(3204), - [anon_sym_PERCENT] = ACTIONS(3204), - [anon_sym_as_QMARK] = ACTIONS(3208), - [anon_sym_PLUS_PLUS] = ACTIONS(3208), - [anon_sym_DASH_DASH] = ACTIONS(3208), - [anon_sym_BANG_BANG] = ACTIONS(3208), - [anon_sym_suspend] = ACTIONS(3120), - [anon_sym_sealed] = ACTIONS(3122), - [anon_sym_annotation] = ACTIONS(3122), - [anon_sym_data] = ACTIONS(3122), - [anon_sym_inner] = ACTIONS(3122), - [anon_sym_override] = ACTIONS(3124), - [anon_sym_lateinit] = ACTIONS(3124), - [anon_sym_public] = ACTIONS(3126), - [anon_sym_private] = ACTIONS(3126), - [anon_sym_internal] = ACTIONS(3126), - [anon_sym_protected] = ACTIONS(3126), - [anon_sym_tailrec] = ACTIONS(3120), - [anon_sym_operator] = ACTIONS(3120), - [anon_sym_infix] = ACTIONS(3120), - [anon_sym_inline] = ACTIONS(3120), - [anon_sym_external] = ACTIONS(3120), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(3130), - [anon_sym_final] = ACTIONS(3130), - [anon_sym_open] = ACTIONS(3130), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3134), - [anon_sym_actual] = ACTIONS(3134), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3208), - [sym__automatic_semicolon] = ACTIONS(3208), - [sym_safe_nav] = ACTIONS(3208), - [sym_multiline_comment] = ACTIONS(3), - }, - [1452] = { - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(2143), - [sym__comparison_operator] = STATE(2144), - [sym__in_operator] = STATE(2145), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(2146), - [sym__multiplicative_operator] = STATE(2148), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_annotation] = STATE(7845), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2153), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), + [1449] = { + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(2314), + [sym__comparison_operator] = STATE(2312), + [sym__in_operator] = STATE(2309), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(2306), + [sym__multiplicative_operator] = STATE(2305), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_annotation] = STATE(7893), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2302), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_RBRACK] = ACTIONS(3051), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(3051), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_COMMA] = ACTIONS(3051), - [anon_sym_RPAREN] = ACTIONS(3051), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_RBRACK] = ACTIONS(3001), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(3001), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_COMMA] = ACTIONS(3001), + [anon_sym_RPAREN] = ACTIONS(3001), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(3758), - [anon_sym_where] = ACTIONS(3049), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(3051), + [anon_sym_where] = ACTIONS(2999), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3001), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), [anon_sym_STAR] = ACTIONS(3766), - [anon_sym_DASH_GT] = ACTIONS(3051), - [sym_label] = ACTIONS(3392), + [anon_sym_DASH_GT] = ACTIONS(3001), + [sym_label] = ACTIONS(3408), [anon_sym_in] = ACTIONS(3768), - [anon_sym_while] = ACTIONS(3049), + [anon_sym_while] = ACTIONS(2999), [anon_sym_DOT_DOT] = ACTIONS(3770), [anon_sym_QMARK_COLON] = ACTIONS(3772), [anon_sym_AMP_AMP] = ACTIONS(3774), [anon_sym_PIPE_PIPE] = ACTIONS(3776), - [anon_sym_else] = ACTIONS(3049), - [anon_sym_COLON_COLON] = ACTIONS(3404), + [anon_sym_else] = ACTIONS(2999), + [anon_sym_COLON_COLON] = ACTIONS(3420), [anon_sym_BANG_EQ] = ACTIONS(3778), [anon_sym_BANG_EQ_EQ] = ACTIONS(3780), [anon_sym_EQ_EQ] = ACTIONS(3778), @@ -197022,1779 +196846,211 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_EQ] = ACTIONS(3782), [anon_sym_GT_EQ] = ACTIONS(3782), [anon_sym_BANGin] = ACTIONS(3784), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), [anon_sym_PLUS] = ACTIONS(3786), [anon_sym_DASH] = ACTIONS(3786), [anon_sym_SLASH] = ACTIONS(3788), [anon_sym_PERCENT] = ACTIONS(3766), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), - [anon_sym_suspend] = ACTIONS(3049), - [anon_sym_sealed] = ACTIONS(3049), - [anon_sym_annotation] = ACTIONS(3049), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3049), - [anon_sym_lateinit] = ACTIONS(3049), - [anon_sym_public] = ACTIONS(3049), - [anon_sym_private] = ACTIONS(3049), - [anon_sym_internal] = ACTIONS(3049), - [anon_sym_protected] = ACTIONS(3049), - [anon_sym_tailrec] = ACTIONS(3049), - [anon_sym_operator] = ACTIONS(3049), - [anon_sym_infix] = ACTIONS(3049), - [anon_sym_inline] = ACTIONS(3049), - [anon_sym_external] = ACTIONS(3049), - [sym_property_modifier] = ACTIONS(3049), - [anon_sym_abstract] = ACTIONS(3049), - [anon_sym_final] = ACTIONS(3049), - [anon_sym_open] = ACTIONS(3049), - [anon_sym_vararg] = ACTIONS(3049), - [anon_sym_noinline] = ACTIONS(3049), - [anon_sym_crossinline] = ACTIONS(3049), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), - [sym_multiline_comment] = ACTIONS(3), - }, - [1453] = { - [sym__expression] = STATE(4276), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym_value_argument] = STATE(8766), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(1936), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5487), - [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_RPAREN] = ACTIONS(5542), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(5474), - [sym_label] = ACTIONS(853), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(2022), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(2024), - [anon_sym_return] = ACTIONS(2026), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(855), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), - }, - [1454] = { - [aux_sym__delegation_specifiers_repeat1] = STATE(1454), - [sym__alpha_identifier] = ACTIONS(4663), - [anon_sym_AT] = ACTIONS(4665), - [anon_sym_LBRACK] = ACTIONS(4665), - [anon_sym_as] = ACTIONS(4663), - [anon_sym_LBRACE] = ACTIONS(4665), - [anon_sym_RBRACE] = ACTIONS(4665), - [anon_sym_LPAREN] = ACTIONS(4665), - [anon_sym_COMMA] = ACTIONS(5544), - [anon_sym_LT] = ACTIONS(4663), - [anon_sym_GT] = ACTIONS(4663), - [anon_sym_where] = ACTIONS(4663), - [anon_sym_object] = ACTIONS(4663), - [anon_sym_fun] = ACTIONS(4663), - [anon_sym_DOT] = ACTIONS(4663), - [anon_sym_SEMI] = ACTIONS(4665), - [anon_sym_get] = ACTIONS(4663), - [anon_sym_set] = ACTIONS(4663), - [anon_sym_this] = ACTIONS(4663), - [anon_sym_super] = ACTIONS(4663), - [anon_sym_STAR] = ACTIONS(4665), - [sym_label] = ACTIONS(4663), - [anon_sym_in] = ACTIONS(4663), - [anon_sym_DOT_DOT] = ACTIONS(4665), - [anon_sym_QMARK_COLON] = ACTIONS(4665), - [anon_sym_AMP_AMP] = ACTIONS(4665), - [anon_sym_PIPE_PIPE] = ACTIONS(4665), - [anon_sym_null] = ACTIONS(4663), - [anon_sym_if] = ACTIONS(4663), - [anon_sym_else] = ACTIONS(4663), - [anon_sym_when] = ACTIONS(4663), - [anon_sym_try] = ACTIONS(4663), - [anon_sym_throw] = ACTIONS(4663), - [anon_sym_return] = ACTIONS(4663), - [anon_sym_continue] = ACTIONS(4663), - [anon_sym_break] = ACTIONS(4663), - [anon_sym_COLON_COLON] = ACTIONS(4665), - [anon_sym_BANG_EQ] = ACTIONS(4663), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4665), - [anon_sym_EQ_EQ] = ACTIONS(4663), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4665), - [anon_sym_LT_EQ] = ACTIONS(4665), - [anon_sym_GT_EQ] = ACTIONS(4665), - [anon_sym_BANGin] = ACTIONS(4665), - [anon_sym_is] = ACTIONS(4663), - [anon_sym_BANGis] = ACTIONS(4665), - [anon_sym_PLUS] = ACTIONS(4663), - [anon_sym_DASH] = ACTIONS(4663), - [anon_sym_SLASH] = ACTIONS(4663), - [anon_sym_PERCENT] = ACTIONS(4665), - [anon_sym_as_QMARK] = ACTIONS(4665), - [anon_sym_PLUS_PLUS] = ACTIONS(4665), - [anon_sym_DASH_DASH] = ACTIONS(4665), - [anon_sym_BANG] = ACTIONS(4663), - [anon_sym_BANG_BANG] = ACTIONS(4665), - [anon_sym_suspend] = ACTIONS(4663), - [anon_sym_sealed] = ACTIONS(4663), - [anon_sym_annotation] = ACTIONS(4663), - [anon_sym_data] = ACTIONS(4663), - [anon_sym_inner] = ACTIONS(4663), - [anon_sym_override] = ACTIONS(4663), - [anon_sym_lateinit] = ACTIONS(4663), - [anon_sym_public] = ACTIONS(4663), - [anon_sym_private] = ACTIONS(4663), - [anon_sym_internal] = ACTIONS(4663), - [anon_sym_protected] = ACTIONS(4663), - [anon_sym_tailrec] = ACTIONS(4663), - [anon_sym_operator] = ACTIONS(4663), - [anon_sym_infix] = ACTIONS(4663), - [anon_sym_inline] = ACTIONS(4663), - [anon_sym_external] = ACTIONS(4663), - [sym_property_modifier] = ACTIONS(4663), - [anon_sym_abstract] = ACTIONS(4663), - [anon_sym_final] = ACTIONS(4663), - [anon_sym_open] = ACTIONS(4663), - [anon_sym_vararg] = ACTIONS(4663), - [anon_sym_noinline] = ACTIONS(4663), - [anon_sym_crossinline] = ACTIONS(4663), - [anon_sym_expect] = ACTIONS(4663), - [anon_sym_actual] = ACTIONS(4663), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4665), - [anon_sym_continue_AT] = ACTIONS(4665), - [anon_sym_break_AT] = ACTIONS(4665), - [sym_real_literal] = ACTIONS(4665), - [sym_integer_literal] = ACTIONS(4663), - [sym_hex_literal] = ACTIONS(4665), - [sym_bin_literal] = ACTIONS(4665), - [anon_sym_true] = ACTIONS(4663), - [anon_sym_false] = ACTIONS(4663), - [anon_sym_SQUOTE] = ACTIONS(4665), - [sym__backtick_identifier] = ACTIONS(4665), - [sym__automatic_semicolon] = ACTIONS(4665), - [sym_safe_nav] = ACTIONS(4665), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4665), - }, - [1455] = { - [sym_indexing_suffix] = STATE(3339), - [sym_navigation_suffix] = STATE(3435), - [sym_call_suffix] = STATE(3432), - [sym_annotated_lambda] = STATE(3429), - [sym_type_arguments] = STATE(7512), - [sym_value_arguments] = STATE(2735), - [sym_lambda_literal] = STATE(3427), - [sym__equality_operator] = STATE(2060), - [sym__comparison_operator] = STATE(2059), - [sym__in_operator] = STATE(2055), - [sym__is_operator] = STATE(6217), - [sym__additive_operator] = STATE(2038), - [sym__multiplicative_operator] = STATE(2037), - [sym__as_operator] = STATE(6214), - [sym__postfix_unary_operator] = STATE(3426), - [sym__member_access_operator] = STATE(7360), - [sym_annotation] = STATE(7846), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2036), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7846), - [sym__alpha_identifier] = ACTIONS(2984), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(4523), - [anon_sym_as] = ACTIONS(4525), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_RBRACE] = ACTIONS(2986), - [anon_sym_LPAREN] = ACTIONS(4527), - [anon_sym_COMMA] = ACTIONS(2986), - [anon_sym_LT] = ACTIONS(2988), - [anon_sym_GT] = ACTIONS(2984), - [anon_sym_where] = ACTIONS(2984), - [anon_sym_object] = ACTIONS(2984), - [anon_sym_fun] = ACTIONS(2984), - [anon_sym_DOT] = ACTIONS(4531), - [anon_sym_SEMI] = ACTIONS(2986), - [anon_sym_get] = ACTIONS(2984), - [anon_sym_set] = ACTIONS(2984), - [anon_sym_this] = ACTIONS(2984), - [anon_sym_super] = ACTIONS(2984), - [anon_sym_STAR] = ACTIONS(5488), - [sym_label] = ACTIONS(4535), - [anon_sym_in] = ACTIONS(2984), - [anon_sym_DOT_DOT] = ACTIONS(2986), - [anon_sym_QMARK_COLON] = ACTIONS(2986), - [anon_sym_AMP_AMP] = ACTIONS(2986), - [anon_sym_PIPE_PIPE] = ACTIONS(2986), - [anon_sym_null] = ACTIONS(2984), - [anon_sym_if] = ACTIONS(2984), - [anon_sym_else] = ACTIONS(2984), - [anon_sym_when] = ACTIONS(2984), - [anon_sym_try] = ACTIONS(2984), - [anon_sym_throw] = ACTIONS(2984), - [anon_sym_return] = ACTIONS(2984), - [anon_sym_continue] = ACTIONS(2984), - [anon_sym_break] = ACTIONS(2984), - [anon_sym_COLON_COLON] = ACTIONS(4547), - [anon_sym_BANG_EQ] = ACTIONS(2984), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2986), - [anon_sym_EQ_EQ] = ACTIONS(2984), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2986), - [anon_sym_LT_EQ] = ACTIONS(2986), - [anon_sym_GT_EQ] = ACTIONS(2986), - [anon_sym_BANGin] = ACTIONS(2986), - [anon_sym_is] = ACTIONS(2984), - [anon_sym_BANGis] = ACTIONS(2986), - [anon_sym_PLUS] = ACTIONS(5508), - [anon_sym_DASH] = ACTIONS(5508), - [anon_sym_SLASH] = ACTIONS(5510), - [anon_sym_PERCENT] = ACTIONS(5488), - [anon_sym_as_QMARK] = ACTIONS(4563), - [anon_sym_PLUS_PLUS] = ACTIONS(4565), - [anon_sym_DASH_DASH] = ACTIONS(4565), - [anon_sym_BANG] = ACTIONS(2984), - [anon_sym_BANG_BANG] = ACTIONS(4565), - [anon_sym_data] = ACTIONS(2984), - [anon_sym_inner] = ACTIONS(2984), - [anon_sym_expect] = ACTIONS(2984), - [anon_sym_actual] = ACTIONS(2984), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(2986), - [anon_sym_continue_AT] = ACTIONS(2986), - [anon_sym_break_AT] = ACTIONS(2986), - [sym_real_literal] = ACTIONS(2986), - [sym_integer_literal] = ACTIONS(2984), - [sym_hex_literal] = ACTIONS(2986), - [sym_bin_literal] = ACTIONS(2986), - [anon_sym_true] = ACTIONS(2984), - [anon_sym_false] = ACTIONS(2984), - [anon_sym_SQUOTE] = ACTIONS(2986), - [sym__backtick_identifier] = ACTIONS(2986), - [sym__automatic_semicolon] = ACTIONS(2986), - [sym_safe_nav] = ACTIONS(4547), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2986), - }, - [1456] = { - [sym_primary_constructor] = STATE(4593), - [sym_class_body] = STATE(5032), - [sym__class_parameters] = STATE(4877), - [sym_type_constraints] = STATE(4822), - [sym_modifiers] = STATE(9180), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3190), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(5547), - [anon_sym_LBRACK] = ACTIONS(3194), - [anon_sym_as] = ACTIONS(3190), - [anon_sym_EQ] = ACTIONS(3190), - [anon_sym_constructor] = ACTIONS(5334), - [anon_sym_LBRACE] = ACTIONS(5397), - [anon_sym_RBRACE] = ACTIONS(3194), - [anon_sym_LPAREN] = ACTIONS(5338), - [anon_sym_COMMA] = ACTIONS(3194), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3190), - [anon_sym_where] = ACTIONS(5342), - [anon_sym_DOT] = ACTIONS(3190), - [anon_sym_SEMI] = ACTIONS(3194), - [anon_sym_get] = ACTIONS(3190), - [anon_sym_set] = ACTIONS(3190), - [anon_sym_STAR] = ACTIONS(3190), - [sym_label] = ACTIONS(3194), - [anon_sym_in] = ACTIONS(3190), - [anon_sym_DOT_DOT] = ACTIONS(3194), - [anon_sym_QMARK_COLON] = ACTIONS(3194), - [anon_sym_AMP_AMP] = ACTIONS(3194), - [anon_sym_PIPE_PIPE] = ACTIONS(3194), - [anon_sym_else] = ACTIONS(3190), - [anon_sym_COLON_COLON] = ACTIONS(3194), - [anon_sym_PLUS_EQ] = ACTIONS(3194), - [anon_sym_DASH_EQ] = ACTIONS(3194), - [anon_sym_STAR_EQ] = ACTIONS(3194), - [anon_sym_SLASH_EQ] = ACTIONS(3194), - [anon_sym_PERCENT_EQ] = ACTIONS(3194), - [anon_sym_BANG_EQ] = ACTIONS(3190), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3194), - [anon_sym_EQ_EQ] = ACTIONS(3190), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3194), - [anon_sym_LT_EQ] = ACTIONS(3194), - [anon_sym_GT_EQ] = ACTIONS(3194), - [anon_sym_BANGin] = ACTIONS(3194), - [anon_sym_is] = ACTIONS(3190), - [anon_sym_BANGis] = ACTIONS(3194), - [anon_sym_PLUS] = ACTIONS(3190), - [anon_sym_DASH] = ACTIONS(3190), - [anon_sym_SLASH] = ACTIONS(3190), - [anon_sym_PERCENT] = ACTIONS(3190), - [anon_sym_as_QMARK] = ACTIONS(3194), - [anon_sym_PLUS_PLUS] = ACTIONS(3194), - [anon_sym_DASH_DASH] = ACTIONS(3194), - [anon_sym_BANG_BANG] = ACTIONS(3194), - [anon_sym_suspend] = ACTIONS(3120), - [anon_sym_sealed] = ACTIONS(3122), - [anon_sym_annotation] = ACTIONS(3122), - [anon_sym_data] = ACTIONS(3122), - [anon_sym_inner] = ACTIONS(3122), - [anon_sym_override] = ACTIONS(3124), - [anon_sym_lateinit] = ACTIONS(3124), - [anon_sym_public] = ACTIONS(3126), - [anon_sym_private] = ACTIONS(3126), - [anon_sym_internal] = ACTIONS(3126), - [anon_sym_protected] = ACTIONS(3126), - [anon_sym_tailrec] = ACTIONS(3120), - [anon_sym_operator] = ACTIONS(3120), - [anon_sym_infix] = ACTIONS(3120), - [anon_sym_inline] = ACTIONS(3120), - [anon_sym_external] = ACTIONS(3120), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(3130), - [anon_sym_final] = ACTIONS(3130), - [anon_sym_open] = ACTIONS(3130), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3134), - [anon_sym_actual] = ACTIONS(3134), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3194), - [sym__automatic_semicolon] = ACTIONS(3194), - [sym_safe_nav] = ACTIONS(3194), - [sym_multiline_comment] = ACTIONS(3), - }, - [1457] = { - [sym_indexing_suffix] = STATE(3339), - [sym_navigation_suffix] = STATE(3435), - [sym_call_suffix] = STATE(3432), - [sym_annotated_lambda] = STATE(3429), - [sym_type_arguments] = STATE(7512), - [sym_value_arguments] = STATE(2735), - [sym_lambda_literal] = STATE(3427), - [sym__equality_operator] = STATE(2060), - [sym__comparison_operator] = STATE(2059), - [sym__in_operator] = STATE(2055), - [sym__is_operator] = STATE(6217), - [sym__additive_operator] = STATE(2038), - [sym__multiplicative_operator] = STATE(2037), - [sym__as_operator] = STATE(6214), - [sym__postfix_unary_operator] = STATE(3426), - [sym__member_access_operator] = STATE(7360), - [sym_annotation] = STATE(7846), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2036), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7846), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(4523), - [anon_sym_as] = ACTIONS(4525), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_RBRACE] = ACTIONS(3021), - [anon_sym_LPAREN] = ACTIONS(4527), - [anon_sym_COMMA] = ACTIONS(3021), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(5486), - [anon_sym_where] = ACTIONS(3019), - [anon_sym_object] = ACTIONS(3019), - [anon_sym_fun] = ACTIONS(3019), - [anon_sym_DOT] = ACTIONS(4531), - [anon_sym_SEMI] = ACTIONS(3021), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(3019), - [anon_sym_super] = ACTIONS(3019), - [anon_sym_STAR] = ACTIONS(5488), - [sym_label] = ACTIONS(4535), - [anon_sym_in] = ACTIONS(5490), - [anon_sym_DOT_DOT] = ACTIONS(5492), - [anon_sym_QMARK_COLON] = ACTIONS(5494), - [anon_sym_AMP_AMP] = ACTIONS(5496), - [anon_sym_PIPE_PIPE] = ACTIONS(5498), - [anon_sym_null] = ACTIONS(3019), - [anon_sym_if] = ACTIONS(3019), - [anon_sym_else] = ACTIONS(3019), - [anon_sym_when] = ACTIONS(3019), - [anon_sym_try] = ACTIONS(3019), - [anon_sym_throw] = ACTIONS(3019), - [anon_sym_return] = ACTIONS(3019), - [anon_sym_continue] = ACTIONS(3019), - [anon_sym_break] = ACTIONS(3019), - [anon_sym_COLON_COLON] = ACTIONS(4547), - [anon_sym_BANG_EQ] = ACTIONS(5500), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5502), - [anon_sym_EQ_EQ] = ACTIONS(5500), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5502), - [anon_sym_LT_EQ] = ACTIONS(5504), - [anon_sym_GT_EQ] = ACTIONS(5504), - [anon_sym_BANGin] = ACTIONS(5506), - [anon_sym_is] = ACTIONS(4557), - [anon_sym_BANGis] = ACTIONS(4559), - [anon_sym_PLUS] = ACTIONS(5508), - [anon_sym_DASH] = ACTIONS(5508), - [anon_sym_SLASH] = ACTIONS(5510), - [anon_sym_PERCENT] = ACTIONS(5488), - [anon_sym_as_QMARK] = ACTIONS(4563), - [anon_sym_PLUS_PLUS] = ACTIONS(4565), - [anon_sym_DASH_DASH] = ACTIONS(4565), - [anon_sym_BANG] = ACTIONS(3019), - [anon_sym_BANG_BANG] = ACTIONS(4565), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3021), - [anon_sym_continue_AT] = ACTIONS(3021), - [anon_sym_break_AT] = ACTIONS(3021), - [sym_real_literal] = ACTIONS(3021), - [sym_integer_literal] = ACTIONS(3019), - [sym_hex_literal] = ACTIONS(3021), - [sym_bin_literal] = ACTIONS(3021), - [anon_sym_true] = ACTIONS(3019), - [anon_sym_false] = ACTIONS(3019), - [anon_sym_SQUOTE] = ACTIONS(3021), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3021), - [sym_safe_nav] = ACTIONS(4547), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3021), - }, - [1458] = { - [sym_primary_constructor] = STATE(3408), - [sym_class_body] = STATE(3211), - [sym__class_parameters] = STATE(2990), - [sym_type_constraints] = STATE(3086), - [sym_modifiers] = STATE(9064), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3190), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(5549), - [anon_sym_LBRACK] = ACTIONS(3194), - [anon_sym_as] = ACTIONS(3190), - [anon_sym_EQ] = ACTIONS(3190), - [anon_sym_constructor] = ACTIONS(5145), - [anon_sym_LBRACE] = ACTIONS(5147), - [anon_sym_RBRACE] = ACTIONS(3194), - [anon_sym_LPAREN] = ACTIONS(5149), - [anon_sym_RPAREN] = ACTIONS(3194), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3190), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(3190), - [anon_sym_SEMI] = ACTIONS(3194), - [anon_sym_get] = ACTIONS(3190), - [anon_sym_set] = ACTIONS(3190), - [anon_sym_STAR] = ACTIONS(3190), - [sym_label] = ACTIONS(3194), - [anon_sym_in] = ACTIONS(3190), - [anon_sym_while] = ACTIONS(3190), - [anon_sym_DOT_DOT] = ACTIONS(3194), - [anon_sym_QMARK_COLON] = ACTIONS(3194), - [anon_sym_AMP_AMP] = ACTIONS(3194), - [anon_sym_PIPE_PIPE] = ACTIONS(3194), - [anon_sym_else] = ACTIONS(3190), - [anon_sym_COLON_COLON] = ACTIONS(3194), - [anon_sym_PLUS_EQ] = ACTIONS(3194), - [anon_sym_DASH_EQ] = ACTIONS(3194), - [anon_sym_STAR_EQ] = ACTIONS(3194), - [anon_sym_SLASH_EQ] = ACTIONS(3194), - [anon_sym_PERCENT_EQ] = ACTIONS(3194), - [anon_sym_BANG_EQ] = ACTIONS(3190), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3194), - [anon_sym_EQ_EQ] = ACTIONS(3190), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3194), - [anon_sym_LT_EQ] = ACTIONS(3194), - [anon_sym_GT_EQ] = ACTIONS(3194), - [anon_sym_BANGin] = ACTIONS(3194), - [anon_sym_is] = ACTIONS(3190), - [anon_sym_BANGis] = ACTIONS(3194), - [anon_sym_PLUS] = ACTIONS(3190), - [anon_sym_DASH] = ACTIONS(3190), - [anon_sym_SLASH] = ACTIONS(3190), - [anon_sym_PERCENT] = ACTIONS(3190), - [anon_sym_as_QMARK] = ACTIONS(3194), - [anon_sym_PLUS_PLUS] = ACTIONS(3194), - [anon_sym_DASH_DASH] = ACTIONS(3194), - [anon_sym_BANG_BANG] = ACTIONS(3194), - [anon_sym_suspend] = ACTIONS(3120), - [anon_sym_sealed] = ACTIONS(3122), - [anon_sym_annotation] = ACTIONS(3122), - [anon_sym_data] = ACTIONS(3122), - [anon_sym_inner] = ACTIONS(3122), - [anon_sym_override] = ACTIONS(3124), - [anon_sym_lateinit] = ACTIONS(3124), - [anon_sym_public] = ACTIONS(3126), - [anon_sym_private] = ACTIONS(3126), - [anon_sym_internal] = ACTIONS(3126), - [anon_sym_protected] = ACTIONS(3126), - [anon_sym_tailrec] = ACTIONS(3120), - [anon_sym_operator] = ACTIONS(3120), - [anon_sym_infix] = ACTIONS(3120), - [anon_sym_inline] = ACTIONS(3120), - [anon_sym_external] = ACTIONS(3120), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(3130), - [anon_sym_final] = ACTIONS(3130), - [anon_sym_open] = ACTIONS(3130), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3134), - [anon_sym_actual] = ACTIONS(3134), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3194), - [sym_safe_nav] = ACTIONS(3194), - [sym_multiline_comment] = ACTIONS(3), - }, - [1459] = { - [sym_primary_constructor] = STATE(4807), - [sym_class_body] = STATE(4935), - [sym__class_parameters] = STATE(4877), - [sym_type_parameters] = STATE(1606), - [sym_type_constraints] = STATE(4876), - [sym_modifiers] = STATE(9180), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3160), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(5551), - [anon_sym_LBRACK] = ACTIONS(3164), - [anon_sym_as] = ACTIONS(3160), - [anon_sym_EQ] = ACTIONS(3160), - [anon_sym_constructor] = ACTIONS(5334), - [anon_sym_LBRACE] = ACTIONS(5397), - [anon_sym_RBRACE] = ACTIONS(3164), - [anon_sym_LPAREN] = ACTIONS(5338), - [anon_sym_LT] = ACTIONS(5340), - [anon_sym_GT] = ACTIONS(3160), - [anon_sym_where] = ACTIONS(5342), - [anon_sym_DOT] = ACTIONS(3160), - [anon_sym_SEMI] = ACTIONS(3164), - [anon_sym_get] = ACTIONS(3160), - [anon_sym_set] = ACTIONS(3160), - [anon_sym_STAR] = ACTIONS(3160), - [sym_label] = ACTIONS(3164), - [anon_sym_in] = ACTIONS(3160), - [anon_sym_DOT_DOT] = ACTIONS(3164), - [anon_sym_QMARK_COLON] = ACTIONS(3164), - [anon_sym_AMP_AMP] = ACTIONS(3164), - [anon_sym_PIPE_PIPE] = ACTIONS(3164), - [anon_sym_else] = ACTIONS(3160), - [anon_sym_COLON_COLON] = ACTIONS(3164), - [anon_sym_PLUS_EQ] = ACTIONS(3164), - [anon_sym_DASH_EQ] = ACTIONS(3164), - [anon_sym_STAR_EQ] = ACTIONS(3164), - [anon_sym_SLASH_EQ] = ACTIONS(3164), - [anon_sym_PERCENT_EQ] = ACTIONS(3164), - [anon_sym_BANG_EQ] = ACTIONS(3160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3164), - [anon_sym_EQ_EQ] = ACTIONS(3160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3164), - [anon_sym_LT_EQ] = ACTIONS(3164), - [anon_sym_GT_EQ] = ACTIONS(3164), - [anon_sym_BANGin] = ACTIONS(3164), - [anon_sym_is] = ACTIONS(3160), - [anon_sym_BANGis] = ACTIONS(3164), - [anon_sym_PLUS] = ACTIONS(3160), - [anon_sym_DASH] = ACTIONS(3160), - [anon_sym_SLASH] = ACTIONS(3160), - [anon_sym_PERCENT] = ACTIONS(3160), - [anon_sym_as_QMARK] = ACTIONS(3164), - [anon_sym_PLUS_PLUS] = ACTIONS(3164), - [anon_sym_DASH_DASH] = ACTIONS(3164), - [anon_sym_BANG_BANG] = ACTIONS(3164), - [anon_sym_suspend] = ACTIONS(3120), - [anon_sym_sealed] = ACTIONS(3122), - [anon_sym_annotation] = ACTIONS(3122), - [anon_sym_data] = ACTIONS(3122), - [anon_sym_inner] = ACTIONS(3122), - [anon_sym_override] = ACTIONS(3124), - [anon_sym_lateinit] = ACTIONS(3124), - [anon_sym_public] = ACTIONS(3126), - [anon_sym_private] = ACTIONS(3126), - [anon_sym_internal] = ACTIONS(3126), - [anon_sym_protected] = ACTIONS(3126), - [anon_sym_tailrec] = ACTIONS(3120), - [anon_sym_operator] = ACTIONS(3120), - [anon_sym_infix] = ACTIONS(3120), - [anon_sym_inline] = ACTIONS(3120), - [anon_sym_external] = ACTIONS(3120), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(3130), - [anon_sym_final] = ACTIONS(3130), - [anon_sym_open] = ACTIONS(3130), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3134), - [anon_sym_actual] = ACTIONS(3134), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3164), - [sym__automatic_semicolon] = ACTIONS(3164), - [sym_safe_nav] = ACTIONS(3164), - [sym_multiline_comment] = ACTIONS(3), - }, - [1460] = { - [sym_indexing_suffix] = STATE(3339), - [sym_navigation_suffix] = STATE(3435), - [sym_call_suffix] = STATE(3432), - [sym_annotated_lambda] = STATE(3429), - [sym_type_arguments] = STATE(7512), - [sym_value_arguments] = STATE(2735), - [sym_lambda_literal] = STATE(3427), - [sym__equality_operator] = STATE(2060), - [sym__comparison_operator] = STATE(2059), - [sym__in_operator] = STATE(2055), - [sym__is_operator] = STATE(6217), - [sym__additive_operator] = STATE(2038), - [sym__multiplicative_operator] = STATE(2037), - [sym__as_operator] = STATE(6214), - [sym__postfix_unary_operator] = STATE(3426), - [sym__member_access_operator] = STATE(7360), - [sym_annotation] = STATE(7846), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2036), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7846), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(4523), - [anon_sym_as] = ACTIONS(4525), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_RBRACE] = ACTIONS(3085), - [anon_sym_LPAREN] = ACTIONS(4527), - [anon_sym_COMMA] = ACTIONS(3085), - [anon_sym_LT] = ACTIONS(3087), - [anon_sym_GT] = ACTIONS(3083), - [anon_sym_where] = ACTIONS(3083), - [anon_sym_object] = ACTIONS(3083), - [anon_sym_fun] = ACTIONS(3083), - [anon_sym_DOT] = ACTIONS(4531), - [anon_sym_SEMI] = ACTIONS(3085), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(3083), - [anon_sym_super] = ACTIONS(3083), - [anon_sym_STAR] = ACTIONS(5488), - [sym_label] = ACTIONS(4535), - [anon_sym_in] = ACTIONS(3083), - [anon_sym_DOT_DOT] = ACTIONS(5492), - [anon_sym_QMARK_COLON] = ACTIONS(3085), - [anon_sym_AMP_AMP] = ACTIONS(3085), - [anon_sym_PIPE_PIPE] = ACTIONS(3085), - [anon_sym_null] = ACTIONS(3083), - [anon_sym_if] = ACTIONS(3083), - [anon_sym_else] = ACTIONS(3083), - [anon_sym_when] = ACTIONS(3083), - [anon_sym_try] = ACTIONS(3083), - [anon_sym_throw] = ACTIONS(3083), - [anon_sym_return] = ACTIONS(3083), - [anon_sym_continue] = ACTIONS(3083), - [anon_sym_break] = ACTIONS(3083), - [anon_sym_COLON_COLON] = ACTIONS(4547), - [anon_sym_BANG_EQ] = ACTIONS(3083), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3085), - [anon_sym_EQ_EQ] = ACTIONS(3083), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3085), - [anon_sym_LT_EQ] = ACTIONS(3085), - [anon_sym_GT_EQ] = ACTIONS(3085), - [anon_sym_BANGin] = ACTIONS(3085), - [anon_sym_is] = ACTIONS(3083), - [anon_sym_BANGis] = ACTIONS(3085), - [anon_sym_PLUS] = ACTIONS(5508), - [anon_sym_DASH] = ACTIONS(5508), - [anon_sym_SLASH] = ACTIONS(5510), - [anon_sym_PERCENT] = ACTIONS(5488), - [anon_sym_as_QMARK] = ACTIONS(4563), - [anon_sym_PLUS_PLUS] = ACTIONS(4565), - [anon_sym_DASH_DASH] = ACTIONS(4565), - [anon_sym_BANG] = ACTIONS(3083), - [anon_sym_BANG_BANG] = ACTIONS(4565), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3085), - [anon_sym_continue_AT] = ACTIONS(3085), - [anon_sym_break_AT] = ACTIONS(3085), - [sym_real_literal] = ACTIONS(3085), - [sym_integer_literal] = ACTIONS(3083), - [sym_hex_literal] = ACTIONS(3085), - [sym_bin_literal] = ACTIONS(3085), - [anon_sym_true] = ACTIONS(3083), - [anon_sym_false] = ACTIONS(3083), - [anon_sym_SQUOTE] = ACTIONS(3085), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3085), - [sym_safe_nav] = ACTIONS(4547), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3085), - }, - [1461] = { - [sym_indexing_suffix] = STATE(3339), - [sym_navigation_suffix] = STATE(3435), - [sym_call_suffix] = STATE(3432), - [sym_annotated_lambda] = STATE(3429), - [sym_type_arguments] = STATE(7512), - [sym_value_arguments] = STATE(2735), - [sym_lambda_literal] = STATE(3427), - [sym__equality_operator] = STATE(2060), - [sym__comparison_operator] = STATE(2059), - [sym__in_operator] = STATE(2055), - [sym__is_operator] = STATE(6217), - [sym__additive_operator] = STATE(2038), - [sym__multiplicative_operator] = STATE(2037), - [sym__as_operator] = STATE(6214), - [sym__postfix_unary_operator] = STATE(3426), - [sym__member_access_operator] = STATE(7360), - [sym_annotation] = STATE(7846), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2036), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7846), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(4523), - [anon_sym_as] = ACTIONS(4525), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_RBRACE] = ACTIONS(2993), - [anon_sym_LPAREN] = ACTIONS(4527), - [anon_sym_COMMA] = ACTIONS(2993), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(5486), - [anon_sym_where] = ACTIONS(2991), - [anon_sym_object] = ACTIONS(2991), - [anon_sym_fun] = ACTIONS(2991), - [anon_sym_DOT] = ACTIONS(4531), - [anon_sym_SEMI] = ACTIONS(2993), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(2991), - [anon_sym_super] = ACTIONS(2991), - [anon_sym_STAR] = ACTIONS(5488), - [sym_label] = ACTIONS(4535), - [anon_sym_in] = ACTIONS(5490), - [anon_sym_DOT_DOT] = ACTIONS(5492), - [anon_sym_QMARK_COLON] = ACTIONS(5494), - [anon_sym_AMP_AMP] = ACTIONS(2993), - [anon_sym_PIPE_PIPE] = ACTIONS(2993), - [anon_sym_null] = ACTIONS(2991), - [anon_sym_if] = ACTIONS(2991), - [anon_sym_else] = ACTIONS(2991), - [anon_sym_when] = ACTIONS(2991), - [anon_sym_try] = ACTIONS(2991), - [anon_sym_throw] = ACTIONS(2991), - [anon_sym_return] = ACTIONS(2991), - [anon_sym_continue] = ACTIONS(2991), - [anon_sym_break] = ACTIONS(2991), - [anon_sym_COLON_COLON] = ACTIONS(4547), - [anon_sym_BANG_EQ] = ACTIONS(5500), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5502), - [anon_sym_EQ_EQ] = ACTIONS(5500), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5502), - [anon_sym_LT_EQ] = ACTIONS(5504), - [anon_sym_GT_EQ] = ACTIONS(5504), - [anon_sym_BANGin] = ACTIONS(5506), - [anon_sym_is] = ACTIONS(4557), - [anon_sym_BANGis] = ACTIONS(4559), - [anon_sym_PLUS] = ACTIONS(5508), - [anon_sym_DASH] = ACTIONS(5508), - [anon_sym_SLASH] = ACTIONS(5510), - [anon_sym_PERCENT] = ACTIONS(5488), - [anon_sym_as_QMARK] = ACTIONS(4563), - [anon_sym_PLUS_PLUS] = ACTIONS(4565), - [anon_sym_DASH_DASH] = ACTIONS(4565), - [anon_sym_BANG] = ACTIONS(2991), - [anon_sym_BANG_BANG] = ACTIONS(4565), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(2993), - [anon_sym_continue_AT] = ACTIONS(2993), - [anon_sym_break_AT] = ACTIONS(2993), - [sym_real_literal] = ACTIONS(2993), - [sym_integer_literal] = ACTIONS(2991), - [sym_hex_literal] = ACTIONS(2993), - [sym_bin_literal] = ACTIONS(2993), - [anon_sym_true] = ACTIONS(2991), - [anon_sym_false] = ACTIONS(2991), - [anon_sym_SQUOTE] = ACTIONS(2993), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(2993), - [sym_safe_nav] = ACTIONS(4547), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2993), - }, - [1462] = { - [sym_indexing_suffix] = STATE(3339), - [sym_navigation_suffix] = STATE(3435), - [sym_call_suffix] = STATE(3432), - [sym_annotated_lambda] = STATE(3429), - [sym_type_arguments] = STATE(7512), - [sym_value_arguments] = STATE(2735), - [sym_lambda_literal] = STATE(3427), - [sym__equality_operator] = STATE(2060), - [sym__comparison_operator] = STATE(2059), - [sym__in_operator] = STATE(2055), - [sym__is_operator] = STATE(6217), - [sym__additive_operator] = STATE(2038), - [sym__multiplicative_operator] = STATE(2037), - [sym__as_operator] = STATE(6214), - [sym__postfix_unary_operator] = STATE(3426), - [sym__member_access_operator] = STATE(7360), - [sym_annotation] = STATE(7846), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2036), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7846), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(4523), - [anon_sym_as] = ACTIONS(4525), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_RBRACE] = ACTIONS(3013), - [anon_sym_LPAREN] = ACTIONS(4527), - [anon_sym_COMMA] = ACTIONS(3013), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(5486), - [anon_sym_where] = ACTIONS(3011), - [anon_sym_object] = ACTIONS(3011), - [anon_sym_fun] = ACTIONS(3011), - [anon_sym_DOT] = ACTIONS(4531), - [anon_sym_SEMI] = ACTIONS(3013), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(3011), - [anon_sym_super] = ACTIONS(3011), - [anon_sym_STAR] = ACTIONS(5488), - [sym_label] = ACTIONS(4535), - [anon_sym_in] = ACTIONS(5490), - [anon_sym_DOT_DOT] = ACTIONS(5492), - [anon_sym_QMARK_COLON] = ACTIONS(5494), - [anon_sym_AMP_AMP] = ACTIONS(5496), - [anon_sym_PIPE_PIPE] = ACTIONS(3013), - [anon_sym_null] = ACTIONS(3011), - [anon_sym_if] = ACTIONS(3011), - [anon_sym_else] = ACTIONS(3011), - [anon_sym_when] = ACTIONS(3011), - [anon_sym_try] = ACTIONS(3011), - [anon_sym_throw] = ACTIONS(3011), - [anon_sym_return] = ACTIONS(3011), - [anon_sym_continue] = ACTIONS(3011), - [anon_sym_break] = ACTIONS(3011), - [anon_sym_COLON_COLON] = ACTIONS(4547), - [anon_sym_BANG_EQ] = ACTIONS(5500), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5502), - [anon_sym_EQ_EQ] = ACTIONS(5500), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5502), - [anon_sym_LT_EQ] = ACTIONS(5504), - [anon_sym_GT_EQ] = ACTIONS(5504), - [anon_sym_BANGin] = ACTIONS(5506), - [anon_sym_is] = ACTIONS(4557), - [anon_sym_BANGis] = ACTIONS(4559), - [anon_sym_PLUS] = ACTIONS(5508), - [anon_sym_DASH] = ACTIONS(5508), - [anon_sym_SLASH] = ACTIONS(5510), - [anon_sym_PERCENT] = ACTIONS(5488), - [anon_sym_as_QMARK] = ACTIONS(4563), - [anon_sym_PLUS_PLUS] = ACTIONS(4565), - [anon_sym_DASH_DASH] = ACTIONS(4565), - [anon_sym_BANG] = ACTIONS(3011), - [anon_sym_BANG_BANG] = ACTIONS(4565), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3013), - [anon_sym_continue_AT] = ACTIONS(3013), - [anon_sym_break_AT] = ACTIONS(3013), - [sym_real_literal] = ACTIONS(3013), - [sym_integer_literal] = ACTIONS(3011), - [sym_hex_literal] = ACTIONS(3013), - [sym_bin_literal] = ACTIONS(3013), - [anon_sym_true] = ACTIONS(3011), - [anon_sym_false] = ACTIONS(3011), - [anon_sym_SQUOTE] = ACTIONS(3013), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3013), - [sym_safe_nav] = ACTIONS(4547), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3013), - }, - [1463] = { - [sym__expression] = STATE(4276), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym_value_argument] = STATE(8766), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(1936), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5487), - [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_RPAREN] = ACTIONS(5553), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(5474), - [sym_label] = ACTIONS(853), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(2022), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(2024), - [anon_sym_return] = ACTIONS(2026), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(855), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), - }, - [1464] = { - [sym_indexing_suffix] = STATE(3339), - [sym_navigation_suffix] = STATE(3435), - [sym_call_suffix] = STATE(3432), - [sym_annotated_lambda] = STATE(3429), - [sym_type_arguments] = STATE(7512), - [sym_value_arguments] = STATE(2735), - [sym_lambda_literal] = STATE(3427), - [sym__equality_operator] = STATE(2060), - [sym__comparison_operator] = STATE(2059), - [sym__in_operator] = STATE(2055), - [sym__is_operator] = STATE(6217), - [sym__additive_operator] = STATE(2038), - [sym__multiplicative_operator] = STATE(2037), - [sym__as_operator] = STATE(6214), - [sym__postfix_unary_operator] = STATE(3426), - [sym__member_access_operator] = STATE(7360), - [sym_annotation] = STATE(7846), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2036), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7846), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(4523), - [anon_sym_as] = ACTIONS(4525), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_RBRACE] = ACTIONS(2997), - [anon_sym_LPAREN] = ACTIONS(4527), - [anon_sym_COMMA] = ACTIONS(2997), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(5486), - [anon_sym_where] = ACTIONS(2995), - [anon_sym_object] = ACTIONS(2995), - [anon_sym_fun] = ACTIONS(2995), - [anon_sym_DOT] = ACTIONS(4531), - [anon_sym_SEMI] = ACTIONS(2997), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(2995), - [anon_sym_super] = ACTIONS(2995), - [anon_sym_STAR] = ACTIONS(5488), - [sym_label] = ACTIONS(4535), - [anon_sym_in] = ACTIONS(5490), - [anon_sym_DOT_DOT] = ACTIONS(5492), - [anon_sym_QMARK_COLON] = ACTIONS(5494), - [anon_sym_AMP_AMP] = ACTIONS(2997), - [anon_sym_PIPE_PIPE] = ACTIONS(2997), - [anon_sym_null] = ACTIONS(2995), - [anon_sym_if] = ACTIONS(2995), - [anon_sym_else] = ACTIONS(2995), - [anon_sym_when] = ACTIONS(2995), - [anon_sym_try] = ACTIONS(2995), - [anon_sym_throw] = ACTIONS(2995), - [anon_sym_return] = ACTIONS(2995), - [anon_sym_continue] = ACTIONS(2995), - [anon_sym_break] = ACTIONS(2995), - [anon_sym_COLON_COLON] = ACTIONS(4547), - [anon_sym_BANG_EQ] = ACTIONS(2995), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2997), - [anon_sym_EQ_EQ] = ACTIONS(2995), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2997), - [anon_sym_LT_EQ] = ACTIONS(5504), - [anon_sym_GT_EQ] = ACTIONS(5504), - [anon_sym_BANGin] = ACTIONS(5506), - [anon_sym_is] = ACTIONS(4557), - [anon_sym_BANGis] = ACTIONS(4559), - [anon_sym_PLUS] = ACTIONS(5508), - [anon_sym_DASH] = ACTIONS(5508), - [anon_sym_SLASH] = ACTIONS(5510), - [anon_sym_PERCENT] = ACTIONS(5488), - [anon_sym_as_QMARK] = ACTIONS(4563), - [anon_sym_PLUS_PLUS] = ACTIONS(4565), - [anon_sym_DASH_DASH] = ACTIONS(4565), - [anon_sym_BANG] = ACTIONS(2995), - [anon_sym_BANG_BANG] = ACTIONS(4565), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), + [anon_sym_suspend] = ACTIONS(2999), + [anon_sym_sealed] = ACTIONS(2999), + [anon_sym_annotation] = ACTIONS(2999), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), + [anon_sym_override] = ACTIONS(2999), + [anon_sym_lateinit] = ACTIONS(2999), + [anon_sym_public] = ACTIONS(2999), + [anon_sym_private] = ACTIONS(2999), + [anon_sym_internal] = ACTIONS(2999), + [anon_sym_protected] = ACTIONS(2999), + [anon_sym_tailrec] = ACTIONS(2999), + [anon_sym_operator] = ACTIONS(2999), + [anon_sym_infix] = ACTIONS(2999), + [anon_sym_inline] = ACTIONS(2999), + [anon_sym_external] = ACTIONS(2999), + [sym_property_modifier] = ACTIONS(2999), + [anon_sym_abstract] = ACTIONS(2999), + [anon_sym_final] = ACTIONS(2999), + [anon_sym_open] = ACTIONS(2999), + [anon_sym_vararg] = ACTIONS(2999), + [anon_sym_noinline] = ACTIONS(2999), + [anon_sym_crossinline] = ACTIONS(2999), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(2997), - [anon_sym_continue_AT] = ACTIONS(2997), - [anon_sym_break_AT] = ACTIONS(2997), - [sym_real_literal] = ACTIONS(2997), - [sym_integer_literal] = ACTIONS(2995), - [sym_hex_literal] = ACTIONS(2997), - [sym_bin_literal] = ACTIONS(2997), - [anon_sym_true] = ACTIONS(2995), - [anon_sym_false] = ACTIONS(2995), - [anon_sym_SQUOTE] = ACTIONS(2997), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(2997), - [sym_safe_nav] = ACTIONS(4547), + [sym_safe_nav] = ACTIONS(3420), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2997), }, - [1465] = { - [sym_indexing_suffix] = STATE(3339), - [sym_navigation_suffix] = STATE(3435), - [sym_call_suffix] = STATE(3432), - [sym_annotated_lambda] = STATE(3429), - [sym_type_arguments] = STATE(7512), - [sym_value_arguments] = STATE(2735), - [sym_lambda_literal] = STATE(3427), - [sym__equality_operator] = STATE(2060), - [sym__comparison_operator] = STATE(2059), - [sym__in_operator] = STATE(2055), - [sym__is_operator] = STATE(6217), - [sym__additive_operator] = STATE(2038), - [sym__multiplicative_operator] = STATE(2037), - [sym__as_operator] = STATE(6214), - [sym__postfix_unary_operator] = STATE(3426), - [sym__member_access_operator] = STATE(7360), - [sym_annotation] = STATE(7846), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2036), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7846), + [1450] = { + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(2314), + [sym__comparison_operator] = STATE(2312), + [sym__in_operator] = STATE(2309), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(2306), + [sym__multiplicative_operator] = STATE(2305), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_annotation] = STATE(7893), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2302), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(4523), - [anon_sym_as] = ACTIONS(4525), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_RBRACE] = ACTIONS(3025), - [anon_sym_LPAREN] = ACTIONS(4527), - [anon_sym_COMMA] = ACTIONS(3025), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_RBRACK] = ACTIONS(3061), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(3061), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_COMMA] = ACTIONS(3061), + [anon_sym_RPAREN] = ACTIONS(3061), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3023), - [anon_sym_where] = ACTIONS(3023), - [anon_sym_object] = ACTIONS(3023), - [anon_sym_fun] = ACTIONS(3023), - [anon_sym_DOT] = ACTIONS(4531), - [anon_sym_SEMI] = ACTIONS(3025), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(3023), - [anon_sym_super] = ACTIONS(3023), - [anon_sym_STAR] = ACTIONS(5488), - [sym_label] = ACTIONS(4535), - [anon_sym_in] = ACTIONS(5490), - [anon_sym_DOT_DOT] = ACTIONS(5492), - [anon_sym_QMARK_COLON] = ACTIONS(5494), - [anon_sym_AMP_AMP] = ACTIONS(3025), - [anon_sym_PIPE_PIPE] = ACTIONS(3025), - [anon_sym_null] = ACTIONS(3023), - [anon_sym_if] = ACTIONS(3023), - [anon_sym_else] = ACTIONS(3023), - [anon_sym_when] = ACTIONS(3023), - [anon_sym_try] = ACTIONS(3023), - [anon_sym_throw] = ACTIONS(3023), - [anon_sym_return] = ACTIONS(3023), - [anon_sym_continue] = ACTIONS(3023), - [anon_sym_break] = ACTIONS(3023), - [anon_sym_COLON_COLON] = ACTIONS(4547), - [anon_sym_BANG_EQ] = ACTIONS(3023), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3025), - [anon_sym_EQ_EQ] = ACTIONS(3023), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3025), - [anon_sym_LT_EQ] = ACTIONS(3025), - [anon_sym_GT_EQ] = ACTIONS(3025), - [anon_sym_BANGin] = ACTIONS(5506), - [anon_sym_is] = ACTIONS(4557), - [anon_sym_BANGis] = ACTIONS(4559), - [anon_sym_PLUS] = ACTIONS(5508), - [anon_sym_DASH] = ACTIONS(5508), - [anon_sym_SLASH] = ACTIONS(5510), - [anon_sym_PERCENT] = ACTIONS(5488), - [anon_sym_as_QMARK] = ACTIONS(4563), - [anon_sym_PLUS_PLUS] = ACTIONS(4565), - [anon_sym_DASH_DASH] = ACTIONS(4565), - [anon_sym_BANG] = ACTIONS(3023), - [anon_sym_BANG_BANG] = ACTIONS(4565), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3025), - [anon_sym_continue_AT] = ACTIONS(3025), - [anon_sym_break_AT] = ACTIONS(3025), - [sym_real_literal] = ACTIONS(3025), - [sym_integer_literal] = ACTIONS(3023), - [sym_hex_literal] = ACTIONS(3025), - [sym_bin_literal] = ACTIONS(3025), - [anon_sym_true] = ACTIONS(3023), - [anon_sym_false] = ACTIONS(3023), - [anon_sym_SQUOTE] = ACTIONS(3025), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3025), - [sym_safe_nav] = ACTIONS(4547), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3025), - }, - [1466] = { - [sym_indexing_suffix] = STATE(3339), - [sym_navigation_suffix] = STATE(3435), - [sym_call_suffix] = STATE(3432), - [sym_annotated_lambda] = STATE(3429), - [sym_type_arguments] = STATE(7512), - [sym_value_arguments] = STATE(2735), - [sym_lambda_literal] = STATE(3427), - [sym__equality_operator] = STATE(2060), - [sym__comparison_operator] = STATE(2059), - [sym__in_operator] = STATE(2055), - [sym__is_operator] = STATE(6217), - [sym__additive_operator] = STATE(2038), - [sym__multiplicative_operator] = STATE(2037), - [sym__as_operator] = STATE(6214), - [sym__postfix_unary_operator] = STATE(3426), - [sym__member_access_operator] = STATE(7360), - [sym_annotation] = STATE(7846), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2036), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7846), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(4523), - [anon_sym_as] = ACTIONS(4525), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_RBRACE] = ACTIONS(3029), - [anon_sym_LPAREN] = ACTIONS(4527), - [anon_sym_COMMA] = ACTIONS(3029), - [anon_sym_LT] = ACTIONS(3031), - [anon_sym_GT] = ACTIONS(3027), - [anon_sym_where] = ACTIONS(3027), - [anon_sym_object] = ACTIONS(3027), - [anon_sym_fun] = ACTIONS(3027), - [anon_sym_DOT] = ACTIONS(4531), - [anon_sym_SEMI] = ACTIONS(3029), + [anon_sym_GT] = ACTIONS(3758), + [anon_sym_where] = ACTIONS(3059), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3061), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(3027), - [anon_sym_super] = ACTIONS(3027), - [anon_sym_STAR] = ACTIONS(5488), - [sym_label] = ACTIONS(4535), - [anon_sym_in] = ACTIONS(3027), - [anon_sym_DOT_DOT] = ACTIONS(5492), - [anon_sym_QMARK_COLON] = ACTIONS(5494), - [anon_sym_AMP_AMP] = ACTIONS(3029), - [anon_sym_PIPE_PIPE] = ACTIONS(3029), - [anon_sym_null] = ACTIONS(3027), - [anon_sym_if] = ACTIONS(3027), - [anon_sym_else] = ACTIONS(3027), - [anon_sym_when] = ACTIONS(3027), - [anon_sym_try] = ACTIONS(3027), - [anon_sym_throw] = ACTIONS(3027), - [anon_sym_return] = ACTIONS(3027), - [anon_sym_continue] = ACTIONS(3027), - [anon_sym_break] = ACTIONS(3027), - [anon_sym_COLON_COLON] = ACTIONS(4547), - [anon_sym_BANG_EQ] = ACTIONS(3027), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3029), - [anon_sym_EQ_EQ] = ACTIONS(3027), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3029), - [anon_sym_LT_EQ] = ACTIONS(3029), - [anon_sym_GT_EQ] = ACTIONS(3029), - [anon_sym_BANGin] = ACTIONS(3029), - [anon_sym_is] = ACTIONS(3027), - [anon_sym_BANGis] = ACTIONS(3029), - [anon_sym_PLUS] = ACTIONS(5508), - [anon_sym_DASH] = ACTIONS(5508), - [anon_sym_SLASH] = ACTIONS(5510), - [anon_sym_PERCENT] = ACTIONS(5488), - [anon_sym_as_QMARK] = ACTIONS(4563), - [anon_sym_PLUS_PLUS] = ACTIONS(4565), - [anon_sym_DASH_DASH] = ACTIONS(4565), - [anon_sym_BANG] = ACTIONS(3027), - [anon_sym_BANG_BANG] = ACTIONS(4565), + [anon_sym_STAR] = ACTIONS(3766), + [anon_sym_DASH_GT] = ACTIONS(3061), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(3768), + [anon_sym_while] = ACTIONS(3059), + [anon_sym_DOT_DOT] = ACTIONS(3770), + [anon_sym_QMARK_COLON] = ACTIONS(3772), + [anon_sym_AMP_AMP] = ACTIONS(3774), + [anon_sym_PIPE_PIPE] = ACTIONS(3776), + [anon_sym_else] = ACTIONS(3059), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_BANG_EQ] = ACTIONS(3778), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3780), + [anon_sym_EQ_EQ] = ACTIONS(3778), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3780), + [anon_sym_LT_EQ] = ACTIONS(3782), + [anon_sym_GT_EQ] = ACTIONS(3782), + [anon_sym_BANGin] = ACTIONS(3784), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), + [anon_sym_PLUS] = ACTIONS(3786), + [anon_sym_DASH] = ACTIONS(3786), + [anon_sym_SLASH] = ACTIONS(3788), + [anon_sym_PERCENT] = ACTIONS(3766), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), + [anon_sym_suspend] = ACTIONS(3059), + [anon_sym_sealed] = ACTIONS(3059), + [anon_sym_annotation] = ACTIONS(3059), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), + [anon_sym_override] = ACTIONS(3059), + [anon_sym_lateinit] = ACTIONS(3059), + [anon_sym_public] = ACTIONS(3059), + [anon_sym_private] = ACTIONS(3059), + [anon_sym_internal] = ACTIONS(3059), + [anon_sym_protected] = ACTIONS(3059), + [anon_sym_tailrec] = ACTIONS(3059), + [anon_sym_operator] = ACTIONS(3059), + [anon_sym_infix] = ACTIONS(3059), + [anon_sym_inline] = ACTIONS(3059), + [anon_sym_external] = ACTIONS(3059), + [sym_property_modifier] = ACTIONS(3059), + [anon_sym_abstract] = ACTIONS(3059), + [anon_sym_final] = ACTIONS(3059), + [anon_sym_open] = ACTIONS(3059), + [anon_sym_vararg] = ACTIONS(3059), + [anon_sym_noinline] = ACTIONS(3059), + [anon_sym_crossinline] = ACTIONS(3059), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3029), - [anon_sym_continue_AT] = ACTIONS(3029), - [anon_sym_break_AT] = ACTIONS(3029), - [sym_real_literal] = ACTIONS(3029), - [sym_integer_literal] = ACTIONS(3027), - [sym_hex_literal] = ACTIONS(3029), - [sym_bin_literal] = ACTIONS(3029), - [anon_sym_true] = ACTIONS(3027), - [anon_sym_false] = ACTIONS(3027), - [anon_sym_SQUOTE] = ACTIONS(3029), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3029), - [sym_safe_nav] = ACTIONS(4547), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3029), - }, - [1467] = { - [sym_indexing_suffix] = STATE(3339), - [sym_navigation_suffix] = STATE(3435), - [sym_call_suffix] = STATE(3432), - [sym_annotated_lambda] = STATE(3429), - [sym_type_arguments] = STATE(7512), - [sym_value_arguments] = STATE(2735), - [sym_lambda_literal] = STATE(3427), - [sym__equality_operator] = STATE(2060), - [sym__comparison_operator] = STATE(2059), - [sym__in_operator] = STATE(2055), - [sym__is_operator] = STATE(6217), - [sym__additive_operator] = STATE(2038), - [sym__multiplicative_operator] = STATE(2037), - [sym__as_operator] = STATE(6214), - [sym__postfix_unary_operator] = STATE(3426), - [sym__member_access_operator] = STATE(7360), - [sym_annotation] = STATE(7846), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2036), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7846), - [sym__alpha_identifier] = ACTIONS(3034), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(4523), - [anon_sym_as] = ACTIONS(4525), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_RBRACE] = ACTIONS(3036), - [anon_sym_LPAREN] = ACTIONS(4527), - [anon_sym_COMMA] = ACTIONS(3036), - [anon_sym_LT] = ACTIONS(3038), - [anon_sym_GT] = ACTIONS(3034), - [anon_sym_where] = ACTIONS(3034), - [anon_sym_object] = ACTIONS(3034), - [anon_sym_fun] = ACTIONS(3034), - [anon_sym_DOT] = ACTIONS(4531), - [anon_sym_SEMI] = ACTIONS(3036), - [anon_sym_get] = ACTIONS(3034), - [anon_sym_set] = ACTIONS(3034), - [anon_sym_this] = ACTIONS(3034), - [anon_sym_super] = ACTIONS(3034), - [anon_sym_STAR] = ACTIONS(5488), - [sym_label] = ACTIONS(4535), - [anon_sym_in] = ACTIONS(3034), - [anon_sym_DOT_DOT] = ACTIONS(3036), - [anon_sym_QMARK_COLON] = ACTIONS(3036), - [anon_sym_AMP_AMP] = ACTIONS(3036), - [anon_sym_PIPE_PIPE] = ACTIONS(3036), - [anon_sym_null] = ACTIONS(3034), - [anon_sym_if] = ACTIONS(3034), - [anon_sym_else] = ACTIONS(3034), - [anon_sym_when] = ACTIONS(3034), - [anon_sym_try] = ACTIONS(3034), - [anon_sym_throw] = ACTIONS(3034), - [anon_sym_return] = ACTIONS(3034), - [anon_sym_continue] = ACTIONS(3034), - [anon_sym_break] = ACTIONS(3034), - [anon_sym_COLON_COLON] = ACTIONS(4547), - [anon_sym_BANG_EQ] = ACTIONS(3034), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3036), - [anon_sym_EQ_EQ] = ACTIONS(3034), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3036), - [anon_sym_LT_EQ] = ACTIONS(3036), - [anon_sym_GT_EQ] = ACTIONS(3036), - [anon_sym_BANGin] = ACTIONS(3036), - [anon_sym_is] = ACTIONS(3034), - [anon_sym_BANGis] = ACTIONS(3036), - [anon_sym_PLUS] = ACTIONS(3034), - [anon_sym_DASH] = ACTIONS(3034), - [anon_sym_SLASH] = ACTIONS(5510), - [anon_sym_PERCENT] = ACTIONS(5488), - [anon_sym_as_QMARK] = ACTIONS(4563), - [anon_sym_PLUS_PLUS] = ACTIONS(4565), - [anon_sym_DASH_DASH] = ACTIONS(4565), - [anon_sym_BANG] = ACTIONS(3034), - [anon_sym_BANG_BANG] = ACTIONS(4565), - [anon_sym_data] = ACTIONS(3034), - [anon_sym_inner] = ACTIONS(3034), - [anon_sym_expect] = ACTIONS(3034), - [anon_sym_actual] = ACTIONS(3034), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3036), - [anon_sym_continue_AT] = ACTIONS(3036), - [anon_sym_break_AT] = ACTIONS(3036), - [sym_real_literal] = ACTIONS(3036), - [sym_integer_literal] = ACTIONS(3034), - [sym_hex_literal] = ACTIONS(3036), - [sym_bin_literal] = ACTIONS(3036), - [anon_sym_true] = ACTIONS(3034), - [anon_sym_false] = ACTIONS(3034), - [anon_sym_SQUOTE] = ACTIONS(3036), - [sym__backtick_identifier] = ACTIONS(3036), - [sym__automatic_semicolon] = ACTIONS(3036), - [sym_safe_nav] = ACTIONS(4547), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3036), - }, - [1468] = { - [sym_primary_constructor] = STATE(3405), - [sym__class_parameters] = STATE(2990), - [sym_type_constraints] = STATE(3083), - [sym_enum_class_body] = STATE(3211), - [sym_modifiers] = STATE(9064), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3190), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(5555), - [anon_sym_LBRACK] = ACTIONS(3194), - [anon_sym_as] = ACTIONS(3190), - [anon_sym_EQ] = ACTIONS(3190), - [anon_sym_constructor] = ACTIONS(5145), - [anon_sym_LBRACE] = ACTIONS(5155), - [anon_sym_RBRACE] = ACTIONS(3194), - [anon_sym_LPAREN] = ACTIONS(5149), - [anon_sym_RPAREN] = ACTIONS(3194), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3190), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(3190), - [anon_sym_SEMI] = ACTIONS(3194), - [anon_sym_get] = ACTIONS(3190), - [anon_sym_set] = ACTIONS(3190), - [anon_sym_STAR] = ACTIONS(3190), - [sym_label] = ACTIONS(3194), - [anon_sym_in] = ACTIONS(3190), - [anon_sym_while] = ACTIONS(3190), - [anon_sym_DOT_DOT] = ACTIONS(3194), - [anon_sym_QMARK_COLON] = ACTIONS(3194), - [anon_sym_AMP_AMP] = ACTIONS(3194), - [anon_sym_PIPE_PIPE] = ACTIONS(3194), - [anon_sym_else] = ACTIONS(3190), - [anon_sym_COLON_COLON] = ACTIONS(3194), - [anon_sym_PLUS_EQ] = ACTIONS(3194), - [anon_sym_DASH_EQ] = ACTIONS(3194), - [anon_sym_STAR_EQ] = ACTIONS(3194), - [anon_sym_SLASH_EQ] = ACTIONS(3194), - [anon_sym_PERCENT_EQ] = ACTIONS(3194), - [anon_sym_BANG_EQ] = ACTIONS(3190), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3194), - [anon_sym_EQ_EQ] = ACTIONS(3190), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3194), - [anon_sym_LT_EQ] = ACTIONS(3194), - [anon_sym_GT_EQ] = ACTIONS(3194), - [anon_sym_BANGin] = ACTIONS(3194), - [anon_sym_is] = ACTIONS(3190), - [anon_sym_BANGis] = ACTIONS(3194), - [anon_sym_PLUS] = ACTIONS(3190), - [anon_sym_DASH] = ACTIONS(3190), - [anon_sym_SLASH] = ACTIONS(3190), - [anon_sym_PERCENT] = ACTIONS(3190), - [anon_sym_as_QMARK] = ACTIONS(3194), - [anon_sym_PLUS_PLUS] = ACTIONS(3194), - [anon_sym_DASH_DASH] = ACTIONS(3194), - [anon_sym_BANG_BANG] = ACTIONS(3194), - [anon_sym_suspend] = ACTIONS(3120), - [anon_sym_sealed] = ACTIONS(3122), - [anon_sym_annotation] = ACTIONS(3122), - [anon_sym_data] = ACTIONS(3122), - [anon_sym_inner] = ACTIONS(3122), - [anon_sym_override] = ACTIONS(3124), - [anon_sym_lateinit] = ACTIONS(3124), - [anon_sym_public] = ACTIONS(3126), - [anon_sym_private] = ACTIONS(3126), - [anon_sym_internal] = ACTIONS(3126), - [anon_sym_protected] = ACTIONS(3126), - [anon_sym_tailrec] = ACTIONS(3120), - [anon_sym_operator] = ACTIONS(3120), - [anon_sym_infix] = ACTIONS(3120), - [anon_sym_inline] = ACTIONS(3120), - [anon_sym_external] = ACTIONS(3120), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(3130), - [anon_sym_final] = ACTIONS(3130), - [anon_sym_open] = ACTIONS(3130), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3134), - [anon_sym_actual] = ACTIONS(3134), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3194), - [sym_safe_nav] = ACTIONS(3194), + [sym_safe_nav] = ACTIONS(3420), [sym_multiline_comment] = ACTIONS(3), }, - [1469] = { - [sym_indexing_suffix] = STATE(3339), - [sym_navigation_suffix] = STATE(3435), - [sym_call_suffix] = STATE(3432), - [sym_annotated_lambda] = STATE(3429), - [sym_type_arguments] = STATE(7512), - [sym_value_arguments] = STATE(2735), - [sym_lambda_literal] = STATE(3427), - [sym__equality_operator] = STATE(2060), - [sym__comparison_operator] = STATE(2059), - [sym__in_operator] = STATE(2055), - [sym__is_operator] = STATE(6217), - [sym__additive_operator] = STATE(2038), - [sym__multiplicative_operator] = STATE(2037), - [sym__as_operator] = STATE(6214), - [sym__postfix_unary_operator] = STATE(3426), - [sym__member_access_operator] = STATE(7360), - [sym_annotation] = STATE(7846), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2036), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7846), - [sym__alpha_identifier] = ACTIONS(3076), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(4523), - [anon_sym_as] = ACTIONS(4525), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_RBRACE] = ACTIONS(3078), - [anon_sym_LPAREN] = ACTIONS(4527), - [anon_sym_COMMA] = ACTIONS(3078), - [anon_sym_LT] = ACTIONS(3080), - [anon_sym_GT] = ACTIONS(3076), - [anon_sym_where] = ACTIONS(3076), - [anon_sym_object] = ACTIONS(3076), - [anon_sym_fun] = ACTIONS(3076), - [anon_sym_DOT] = ACTIONS(4531), - [anon_sym_SEMI] = ACTIONS(3078), - [anon_sym_get] = ACTIONS(3076), - [anon_sym_set] = ACTIONS(3076), - [anon_sym_this] = ACTIONS(3076), - [anon_sym_super] = ACTIONS(3076), - [anon_sym_STAR] = ACTIONS(5488), - [sym_label] = ACTIONS(4535), - [anon_sym_in] = ACTIONS(3076), - [anon_sym_DOT_DOT] = ACTIONS(5492), - [anon_sym_QMARK_COLON] = ACTIONS(3078), - [anon_sym_AMP_AMP] = ACTIONS(3078), - [anon_sym_PIPE_PIPE] = ACTIONS(3078), - [anon_sym_null] = ACTIONS(3076), - [anon_sym_if] = ACTIONS(3076), - [anon_sym_else] = ACTIONS(3076), - [anon_sym_when] = ACTIONS(3076), - [anon_sym_try] = ACTIONS(3076), - [anon_sym_throw] = ACTIONS(3076), - [anon_sym_return] = ACTIONS(3076), - [anon_sym_continue] = ACTIONS(3076), - [anon_sym_break] = ACTIONS(3076), - [anon_sym_COLON_COLON] = ACTIONS(4547), - [anon_sym_BANG_EQ] = ACTIONS(3076), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3078), - [anon_sym_EQ_EQ] = ACTIONS(3076), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3078), - [anon_sym_LT_EQ] = ACTIONS(3078), - [anon_sym_GT_EQ] = ACTIONS(3078), - [anon_sym_BANGin] = ACTIONS(3078), - [anon_sym_is] = ACTIONS(3076), - [anon_sym_BANGis] = ACTIONS(3078), - [anon_sym_PLUS] = ACTIONS(5508), - [anon_sym_DASH] = ACTIONS(5508), - [anon_sym_SLASH] = ACTIONS(5510), - [anon_sym_PERCENT] = ACTIONS(5488), - [anon_sym_as_QMARK] = ACTIONS(4563), - [anon_sym_PLUS_PLUS] = ACTIONS(4565), - [anon_sym_DASH_DASH] = ACTIONS(4565), - [anon_sym_BANG] = ACTIONS(3076), - [anon_sym_BANG_BANG] = ACTIONS(4565), - [anon_sym_data] = ACTIONS(3076), - [anon_sym_inner] = ACTIONS(3076), - [anon_sym_expect] = ACTIONS(3076), - [anon_sym_actual] = ACTIONS(3076), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3078), - [anon_sym_continue_AT] = ACTIONS(3078), - [anon_sym_break_AT] = ACTIONS(3078), - [sym_real_literal] = ACTIONS(3078), - [sym_integer_literal] = ACTIONS(3076), - [sym_hex_literal] = ACTIONS(3078), - [sym_bin_literal] = ACTIONS(3078), - [anon_sym_true] = ACTIONS(3076), - [anon_sym_false] = ACTIONS(3076), - [anon_sym_SQUOTE] = ACTIONS(3078), - [sym__backtick_identifier] = ACTIONS(3078), - [sym__automatic_semicolon] = ACTIONS(3078), - [sym_safe_nav] = ACTIONS(4547), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3078), - }, - [1470] = { - [sym_primary_constructor] = STATE(3439), - [sym_class_body] = STATE(3695), - [sym__class_parameters] = STATE(3545), - [sym_type_constraints] = STATE(3607), - [sym_modifiers] = STATE(9083), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3190), + [1451] = { + [sym_primary_constructor] = STATE(4807), + [sym_class_body] = STATE(4946), + [sym__class_parameters] = STATE(4841), + [sym_type_parameters] = STATE(1543), + [sym_type_constraints] = STATE(4892), + [sym_modifiers] = STATE(9347), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3136), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(5557), - [anon_sym_LBRACK] = ACTIONS(3194), - [anon_sym_as] = ACTIONS(3190), - [anon_sym_EQ] = ACTIONS(3190), - [anon_sym_constructor] = ACTIONS(5357), - [anon_sym_LBRACE] = ACTIONS(5421), - [anon_sym_RBRACE] = ACTIONS(3194), - [anon_sym_LPAREN] = ACTIONS(5361), - [anon_sym_COMMA] = ACTIONS(3194), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3190), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(3190), - [anon_sym_SEMI] = ACTIONS(3194), - [anon_sym_get] = ACTIONS(3190), - [anon_sym_set] = ACTIONS(3190), - [anon_sym_STAR] = ACTIONS(3190), - [sym_label] = ACTIONS(3194), - [anon_sym_in] = ACTIONS(3190), - [anon_sym_DOT_DOT] = ACTIONS(3194), - [anon_sym_QMARK_COLON] = ACTIONS(3194), - [anon_sym_AMP_AMP] = ACTIONS(3194), - [anon_sym_PIPE_PIPE] = ACTIONS(3194), - [anon_sym_else] = ACTIONS(3190), - [anon_sym_COLON_COLON] = ACTIONS(3194), - [anon_sym_PLUS_EQ] = ACTIONS(3194), - [anon_sym_DASH_EQ] = ACTIONS(3194), - [anon_sym_STAR_EQ] = ACTIONS(3194), - [anon_sym_SLASH_EQ] = ACTIONS(3194), - [anon_sym_PERCENT_EQ] = ACTIONS(3194), - [anon_sym_BANG_EQ] = ACTIONS(3190), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3194), - [anon_sym_EQ_EQ] = ACTIONS(3190), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3194), - [anon_sym_LT_EQ] = ACTIONS(3194), - [anon_sym_GT_EQ] = ACTIONS(3194), - [anon_sym_BANGin] = ACTIONS(3194), - [anon_sym_is] = ACTIONS(3190), - [anon_sym_BANGis] = ACTIONS(3194), - [anon_sym_PLUS] = ACTIONS(3190), - [anon_sym_DASH] = ACTIONS(3190), - [anon_sym_SLASH] = ACTIONS(3190), - [anon_sym_PERCENT] = ACTIONS(3190), - [anon_sym_as_QMARK] = ACTIONS(3194), - [anon_sym_PLUS_PLUS] = ACTIONS(3194), - [anon_sym_DASH_DASH] = ACTIONS(3194), - [anon_sym_BANG_BANG] = ACTIONS(3194), + [anon_sym_COLON] = ACTIONS(5544), + [anon_sym_LBRACK] = ACTIONS(3140), + [anon_sym_as] = ACTIONS(3136), + [anon_sym_EQ] = ACTIONS(3136), + [anon_sym_constructor] = ACTIONS(5399), + [anon_sym_LBRACE] = ACTIONS(5401), + [anon_sym_RBRACE] = ACTIONS(3140), + [anon_sym_LPAREN] = ACTIONS(5403), + [anon_sym_LT] = ACTIONS(5364), + [anon_sym_GT] = ACTIONS(3136), + [anon_sym_where] = ACTIONS(5405), + [anon_sym_DOT] = ACTIONS(3136), + [anon_sym_SEMI] = ACTIONS(3140), + [anon_sym_get] = ACTIONS(3136), + [anon_sym_set] = ACTIONS(3136), + [anon_sym_STAR] = ACTIONS(3136), + [sym_label] = ACTIONS(3140), + [anon_sym_in] = ACTIONS(3136), + [anon_sym_DOT_DOT] = ACTIONS(3140), + [anon_sym_QMARK_COLON] = ACTIONS(3140), + [anon_sym_AMP_AMP] = ACTIONS(3140), + [anon_sym_PIPE_PIPE] = ACTIONS(3140), + [anon_sym_else] = ACTIONS(3136), + [anon_sym_COLON_COLON] = ACTIONS(3140), + [anon_sym_PLUS_EQ] = ACTIONS(3140), + [anon_sym_DASH_EQ] = ACTIONS(3140), + [anon_sym_STAR_EQ] = ACTIONS(3140), + [anon_sym_SLASH_EQ] = ACTIONS(3140), + [anon_sym_PERCENT_EQ] = ACTIONS(3140), + [anon_sym_BANG_EQ] = ACTIONS(3136), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3140), + [anon_sym_EQ_EQ] = ACTIONS(3136), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3140), + [anon_sym_LT_EQ] = ACTIONS(3140), + [anon_sym_GT_EQ] = ACTIONS(3140), + [anon_sym_BANGin] = ACTIONS(3140), + [anon_sym_is] = ACTIONS(3136), + [anon_sym_BANGis] = ACTIONS(3140), + [anon_sym_PLUS] = ACTIONS(3136), + [anon_sym_DASH] = ACTIONS(3136), + [anon_sym_SLASH] = ACTIONS(3136), + [anon_sym_PERCENT] = ACTIONS(3136), + [anon_sym_as_QMARK] = ACTIONS(3140), + [anon_sym_PLUS_PLUS] = ACTIONS(3140), + [anon_sym_DASH_DASH] = ACTIONS(3140), + [anon_sym_BANG_BANG] = ACTIONS(3140), [anon_sym_suspend] = ACTIONS(3120), [anon_sym_sealed] = ACTIONS(3122), [anon_sym_annotation] = ACTIONS(3122), @@ -198821,468 +197077,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3134), [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3194), - [sym__automatic_semicolon] = ACTIONS(3194), - [sym_safe_nav] = ACTIONS(3194), - [sym_multiline_comment] = ACTIONS(3), - }, - [1471] = { - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(2143), - [sym__comparison_operator] = STATE(2144), - [sym__in_operator] = STATE(2145), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(2146), - [sym__multiplicative_operator] = STATE(2148), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_annotation] = STATE(7845), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2153), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_RBRACK] = ACTIONS(3092), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(3092), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_COMMA] = ACTIONS(3092), - [anon_sym_RPAREN] = ACTIONS(3092), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3758), - [anon_sym_where] = ACTIONS(3090), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(3092), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(3766), - [anon_sym_DASH_GT] = ACTIONS(3092), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(3768), - [anon_sym_while] = ACTIONS(3090), - [anon_sym_DOT_DOT] = ACTIONS(3770), - [anon_sym_QMARK_COLON] = ACTIONS(3772), - [anon_sym_AMP_AMP] = ACTIONS(3774), - [anon_sym_PIPE_PIPE] = ACTIONS(3776), - [anon_sym_else] = ACTIONS(3090), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_BANG_EQ] = ACTIONS(3778), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3780), - [anon_sym_EQ_EQ] = ACTIONS(3778), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3780), - [anon_sym_LT_EQ] = ACTIONS(3782), - [anon_sym_GT_EQ] = ACTIONS(3782), - [anon_sym_BANGin] = ACTIONS(3784), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), - [anon_sym_PLUS] = ACTIONS(3786), - [anon_sym_DASH] = ACTIONS(3786), - [anon_sym_SLASH] = ACTIONS(3788), - [anon_sym_PERCENT] = ACTIONS(3766), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), - [anon_sym_suspend] = ACTIONS(3090), - [anon_sym_sealed] = ACTIONS(3090), - [anon_sym_annotation] = ACTIONS(3090), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3090), - [anon_sym_lateinit] = ACTIONS(3090), - [anon_sym_public] = ACTIONS(3090), - [anon_sym_private] = ACTIONS(3090), - [anon_sym_internal] = ACTIONS(3090), - [anon_sym_protected] = ACTIONS(3090), - [anon_sym_tailrec] = ACTIONS(3090), - [anon_sym_operator] = ACTIONS(3090), - [anon_sym_infix] = ACTIONS(3090), - [anon_sym_inline] = ACTIONS(3090), - [anon_sym_external] = ACTIONS(3090), - [sym_property_modifier] = ACTIONS(3090), - [anon_sym_abstract] = ACTIONS(3090), - [anon_sym_final] = ACTIONS(3090), - [anon_sym_open] = ACTIONS(3090), - [anon_sym_vararg] = ACTIONS(3090), - [anon_sym_noinline] = ACTIONS(3090), - [anon_sym_crossinline] = ACTIONS(3090), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), - [sym_multiline_comment] = ACTIONS(3), - }, - [1472] = { - [sym_function_body] = STATE(1061), - [sym__block] = STATE(1128), - [sym__alpha_identifier] = ACTIONS(4083), - [anon_sym_AT] = ACTIONS(4085), - [anon_sym_LBRACK] = ACTIONS(4085), - [anon_sym_as] = ACTIONS(4083), - [anon_sym_EQ] = ACTIONS(5183), - [anon_sym_LBRACE] = ACTIONS(4081), - [anon_sym_RBRACE] = ACTIONS(4085), - [anon_sym_LPAREN] = ACTIONS(4085), - [anon_sym_LT] = ACTIONS(4083), - [anon_sym_GT] = ACTIONS(4083), - [anon_sym_object] = ACTIONS(4083), - [anon_sym_fun] = ACTIONS(4083), - [anon_sym_DOT] = ACTIONS(4083), - [anon_sym_SEMI] = ACTIONS(4085), - [anon_sym_get] = ACTIONS(4083), - [anon_sym_set] = ACTIONS(4083), - [anon_sym_this] = ACTIONS(4083), - [anon_sym_super] = ACTIONS(4083), - [anon_sym_STAR] = ACTIONS(4085), - [sym_label] = ACTIONS(4083), - [anon_sym_in] = ACTIONS(4083), - [anon_sym_DOT_DOT] = ACTIONS(4085), - [anon_sym_QMARK_COLON] = ACTIONS(4085), - [anon_sym_AMP_AMP] = ACTIONS(4085), - [anon_sym_PIPE_PIPE] = ACTIONS(4085), - [anon_sym_null] = ACTIONS(4083), - [anon_sym_if] = ACTIONS(4083), - [anon_sym_else] = ACTIONS(4083), - [anon_sym_when] = ACTIONS(4083), - [anon_sym_try] = ACTIONS(4083), - [anon_sym_throw] = ACTIONS(4083), - [anon_sym_return] = ACTIONS(4083), - [anon_sym_continue] = ACTIONS(4083), - [anon_sym_break] = ACTIONS(4083), - [anon_sym_COLON_COLON] = ACTIONS(4085), - [anon_sym_BANG_EQ] = ACTIONS(4083), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4085), - [anon_sym_EQ_EQ] = ACTIONS(4083), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4085), - [anon_sym_LT_EQ] = ACTIONS(4085), - [anon_sym_GT_EQ] = ACTIONS(4085), - [anon_sym_BANGin] = ACTIONS(4085), - [anon_sym_is] = ACTIONS(4083), - [anon_sym_BANGis] = ACTIONS(4085), - [anon_sym_PLUS] = ACTIONS(4083), - [anon_sym_DASH] = ACTIONS(4083), - [anon_sym_SLASH] = ACTIONS(4083), - [anon_sym_PERCENT] = ACTIONS(4085), - [anon_sym_as_QMARK] = ACTIONS(4085), - [anon_sym_PLUS_PLUS] = ACTIONS(4085), - [anon_sym_DASH_DASH] = ACTIONS(4085), - [anon_sym_BANG] = ACTIONS(4083), - [anon_sym_BANG_BANG] = ACTIONS(4085), - [anon_sym_suspend] = ACTIONS(4083), - [anon_sym_sealed] = ACTIONS(4083), - [anon_sym_annotation] = ACTIONS(4083), - [anon_sym_data] = ACTIONS(4083), - [anon_sym_inner] = ACTIONS(4083), - [anon_sym_override] = ACTIONS(4083), - [anon_sym_lateinit] = ACTIONS(4083), - [anon_sym_public] = ACTIONS(4083), - [anon_sym_private] = ACTIONS(4083), - [anon_sym_internal] = ACTIONS(4083), - [anon_sym_protected] = ACTIONS(4083), - [anon_sym_tailrec] = ACTIONS(4083), - [anon_sym_operator] = ACTIONS(4083), - [anon_sym_infix] = ACTIONS(4083), - [anon_sym_inline] = ACTIONS(4083), - [anon_sym_external] = ACTIONS(4083), - [sym_property_modifier] = ACTIONS(4083), - [anon_sym_abstract] = ACTIONS(4083), - [anon_sym_final] = ACTIONS(4083), - [anon_sym_open] = ACTIONS(4083), - [anon_sym_vararg] = ACTIONS(4083), - [anon_sym_noinline] = ACTIONS(4083), - [anon_sym_crossinline] = ACTIONS(4083), - [anon_sym_expect] = ACTIONS(4083), - [anon_sym_actual] = ACTIONS(4083), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4085), - [anon_sym_continue_AT] = ACTIONS(4085), - [anon_sym_break_AT] = ACTIONS(4085), - [sym_real_literal] = ACTIONS(4085), - [sym_integer_literal] = ACTIONS(4083), - [sym_hex_literal] = ACTIONS(4085), - [sym_bin_literal] = ACTIONS(4085), - [anon_sym_true] = ACTIONS(4083), - [anon_sym_false] = ACTIONS(4083), - [anon_sym_SQUOTE] = ACTIONS(4085), - [sym__backtick_identifier] = ACTIONS(4085), - [sym__automatic_semicolon] = ACTIONS(4085), - [sym_safe_nav] = ACTIONS(4085), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4085), - }, - [1473] = { - [sym__expression] = STATE(4276), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym_value_argument] = STATE(8371), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(1936), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5487), - [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_RPAREN] = ACTIONS(5559), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(5474), - [sym_label] = ACTIONS(853), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(2022), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(2024), - [anon_sym_return] = ACTIONS(2026), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(855), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), - }, - [1474] = { - [sym__expression] = STATE(4276), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym_value_argument] = STATE(8766), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(1936), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5487), - [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_RPAREN] = ACTIONS(5561), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(5474), - [sym_label] = ACTIONS(853), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(2022), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(2024), - [anon_sym_return] = ACTIONS(2026), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(855), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), + [sym__backtick_identifier] = ACTIONS(3140), + [sym__automatic_semicolon] = ACTIONS(3140), + [sym_safe_nav] = ACTIONS(3140), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), }, - [1475] = { - [sym__expression] = STATE(4276), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym_value_argument] = STATE(8766), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(1936), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5487), + [1452] = { + [sym__expression] = STATE(4267), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym_value_argument] = STATE(8536), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(2183), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(5501), [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_RPAREN] = ACTIONS(5563), + [anon_sym_RPAREN] = ACTIONS(5546), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(5474), - [sym_label] = ACTIONS(853), + [anon_sym_STAR] = ACTIONS(5508), + [sym_label] = ACTIONS(821), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(2022), [anon_sym_when] = ACTIONS(245), @@ -199292,15 +197156,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(855), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(823), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -199316,57 +197180,57 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1476] = { - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(2143), - [sym__comparison_operator] = STATE(2144), - [sym__in_operator] = STATE(2145), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(2146), - [sym__multiplicative_operator] = STATE(2148), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_annotation] = STATE(7845), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2153), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), + [1453] = { + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(2314), + [sym__comparison_operator] = STATE(2312), + [sym__in_operator] = STATE(2309), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(2306), + [sym__multiplicative_operator] = STATE(2305), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_annotation] = STATE(7893), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2302), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_RBRACK] = ACTIONS(3055), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(3055), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_COMMA] = ACTIONS(3055), - [anon_sym_RPAREN] = ACTIONS(3055), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_RBRACK] = ACTIONS(3009), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(3009), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_COMMA] = ACTIONS(3009), + [anon_sym_RPAREN] = ACTIONS(3009), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(3758), - [anon_sym_where] = ACTIONS(3053), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(3055), + [anon_sym_where] = ACTIONS(3007), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3009), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), [anon_sym_STAR] = ACTIONS(3766), - [anon_sym_DASH_GT] = ACTIONS(3055), - [sym_label] = ACTIONS(3392), + [anon_sym_DASH_GT] = ACTIONS(3009), + [sym_label] = ACTIONS(3408), [anon_sym_in] = ACTIONS(3768), - [anon_sym_while] = ACTIONS(3053), + [anon_sym_while] = ACTIONS(3007), [anon_sym_DOT_DOT] = ACTIONS(3770), [anon_sym_QMARK_COLON] = ACTIONS(3772), [anon_sym_AMP_AMP] = ACTIONS(3774), [anon_sym_PIPE_PIPE] = ACTIONS(3776), - [anon_sym_else] = ACTIONS(3053), - [anon_sym_COLON_COLON] = ACTIONS(3404), + [anon_sym_else] = ACTIONS(3007), + [anon_sym_COLON_COLON] = ACTIONS(3420), [anon_sym_BANG_EQ] = ACTIONS(3778), [anon_sym_BANG_EQ_EQ] = ACTIONS(3780), [anon_sym_EQ_EQ] = ACTIONS(3778), @@ -199374,307 +197238,307 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_EQ] = ACTIONS(3782), [anon_sym_GT_EQ] = ACTIONS(3782), [anon_sym_BANGin] = ACTIONS(3784), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), [anon_sym_PLUS] = ACTIONS(3786), [anon_sym_DASH] = ACTIONS(3786), [anon_sym_SLASH] = ACTIONS(3788), [anon_sym_PERCENT] = ACTIONS(3766), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), - [anon_sym_suspend] = ACTIONS(3053), - [anon_sym_sealed] = ACTIONS(3053), - [anon_sym_annotation] = ACTIONS(3053), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), + [anon_sym_suspend] = ACTIONS(3007), + [anon_sym_sealed] = ACTIONS(3007), + [anon_sym_annotation] = ACTIONS(3007), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3053), - [anon_sym_lateinit] = ACTIONS(3053), - [anon_sym_public] = ACTIONS(3053), - [anon_sym_private] = ACTIONS(3053), - [anon_sym_internal] = ACTIONS(3053), - [anon_sym_protected] = ACTIONS(3053), - [anon_sym_tailrec] = ACTIONS(3053), - [anon_sym_operator] = ACTIONS(3053), - [anon_sym_infix] = ACTIONS(3053), - [anon_sym_inline] = ACTIONS(3053), - [anon_sym_external] = ACTIONS(3053), - [sym_property_modifier] = ACTIONS(3053), - [anon_sym_abstract] = ACTIONS(3053), - [anon_sym_final] = ACTIONS(3053), - [anon_sym_open] = ACTIONS(3053), - [anon_sym_vararg] = ACTIONS(3053), - [anon_sym_noinline] = ACTIONS(3053), - [anon_sym_crossinline] = ACTIONS(3053), + [anon_sym_override] = ACTIONS(3007), + [anon_sym_lateinit] = ACTIONS(3007), + [anon_sym_public] = ACTIONS(3007), + [anon_sym_private] = ACTIONS(3007), + [anon_sym_internal] = ACTIONS(3007), + [anon_sym_protected] = ACTIONS(3007), + [anon_sym_tailrec] = ACTIONS(3007), + [anon_sym_operator] = ACTIONS(3007), + [anon_sym_infix] = ACTIONS(3007), + [anon_sym_inline] = ACTIONS(3007), + [anon_sym_external] = ACTIONS(3007), + [sym_property_modifier] = ACTIONS(3007), + [anon_sym_abstract] = ACTIONS(3007), + [anon_sym_final] = ACTIONS(3007), + [anon_sym_open] = ACTIONS(3007), + [anon_sym_vararg] = ACTIONS(3007), + [anon_sym_noinline] = ACTIONS(3007), + [anon_sym_crossinline] = ACTIONS(3007), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), + [sym_safe_nav] = ACTIONS(3420), [sym_multiline_comment] = ACTIONS(3), }, - [1477] = { - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(2143), - [sym__comparison_operator] = STATE(2144), - [sym__in_operator] = STATE(2145), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(2146), - [sym__multiplicative_operator] = STATE(2148), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_annotation] = STATE(7845), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2153), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [sym__alpha_identifier] = ACTIONS(1686), + [1454] = { + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(2314), + [sym__comparison_operator] = STATE(2312), + [sym__in_operator] = STATE(2309), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(2306), + [sym__multiplicative_operator] = STATE(2305), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_annotation] = STATE(7893), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2302), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), + [sym__alpha_identifier] = ACTIONS(2992), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_RBRACK] = ACTIONS(3085), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(3085), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_COMMA] = ACTIONS(3085), - [anon_sym_RPAREN] = ACTIONS(3085), - [anon_sym_LT] = ACTIONS(3087), - [anon_sym_GT] = ACTIONS(3083), - [anon_sym_where] = ACTIONS(3083), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(3085), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_RBRACK] = ACTIONS(2994), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(2994), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_COMMA] = ACTIONS(2994), + [anon_sym_RPAREN] = ACTIONS(2994), + [anon_sym_LT] = ACTIONS(2996), + [anon_sym_GT] = ACTIONS(2992), + [anon_sym_where] = ACTIONS(2992), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(2994), + [anon_sym_get] = ACTIONS(2992), + [anon_sym_set] = ACTIONS(2992), [anon_sym_STAR] = ACTIONS(3766), - [anon_sym_DASH_GT] = ACTIONS(3085), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(3083), - [anon_sym_while] = ACTIONS(3083), + [anon_sym_DASH_GT] = ACTIONS(2994), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(2992), + [anon_sym_while] = ACTIONS(2992), [anon_sym_DOT_DOT] = ACTIONS(3770), - [anon_sym_QMARK_COLON] = ACTIONS(3085), - [anon_sym_AMP_AMP] = ACTIONS(3085), - [anon_sym_PIPE_PIPE] = ACTIONS(3085), - [anon_sym_else] = ACTIONS(3083), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_BANG_EQ] = ACTIONS(3083), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3085), - [anon_sym_EQ_EQ] = ACTIONS(3083), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3085), - [anon_sym_LT_EQ] = ACTIONS(3085), - [anon_sym_GT_EQ] = ACTIONS(3085), - [anon_sym_BANGin] = ACTIONS(3085), - [anon_sym_is] = ACTIONS(3083), - [anon_sym_BANGis] = ACTIONS(3085), + [anon_sym_QMARK_COLON] = ACTIONS(2994), + [anon_sym_AMP_AMP] = ACTIONS(2994), + [anon_sym_PIPE_PIPE] = ACTIONS(2994), + [anon_sym_else] = ACTIONS(2992), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_BANG_EQ] = ACTIONS(2992), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2994), + [anon_sym_EQ_EQ] = ACTIONS(2992), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2994), + [anon_sym_LT_EQ] = ACTIONS(2994), + [anon_sym_GT_EQ] = ACTIONS(2994), + [anon_sym_BANGin] = ACTIONS(2994), + [anon_sym_is] = ACTIONS(2992), + [anon_sym_BANGis] = ACTIONS(2994), [anon_sym_PLUS] = ACTIONS(3786), [anon_sym_DASH] = ACTIONS(3786), [anon_sym_SLASH] = ACTIONS(3788), [anon_sym_PERCENT] = ACTIONS(3766), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), - [anon_sym_suspend] = ACTIONS(3083), - [anon_sym_sealed] = ACTIONS(3083), - [anon_sym_annotation] = ACTIONS(3083), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3083), - [anon_sym_lateinit] = ACTIONS(3083), - [anon_sym_public] = ACTIONS(3083), - [anon_sym_private] = ACTIONS(3083), - [anon_sym_internal] = ACTIONS(3083), - [anon_sym_protected] = ACTIONS(3083), - [anon_sym_tailrec] = ACTIONS(3083), - [anon_sym_operator] = ACTIONS(3083), - [anon_sym_infix] = ACTIONS(3083), - [anon_sym_inline] = ACTIONS(3083), - [anon_sym_external] = ACTIONS(3083), - [sym_property_modifier] = ACTIONS(3083), - [anon_sym_abstract] = ACTIONS(3083), - [anon_sym_final] = ACTIONS(3083), - [anon_sym_open] = ACTIONS(3083), - [anon_sym_vararg] = ACTIONS(3083), - [anon_sym_noinline] = ACTIONS(3083), - [anon_sym_crossinline] = ACTIONS(3083), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), + [anon_sym_suspend] = ACTIONS(2992), + [anon_sym_sealed] = ACTIONS(2992), + [anon_sym_annotation] = ACTIONS(2992), + [anon_sym_data] = ACTIONS(2992), + [anon_sym_inner] = ACTIONS(2992), + [anon_sym_override] = ACTIONS(2992), + [anon_sym_lateinit] = ACTIONS(2992), + [anon_sym_public] = ACTIONS(2992), + [anon_sym_private] = ACTIONS(2992), + [anon_sym_internal] = ACTIONS(2992), + [anon_sym_protected] = ACTIONS(2992), + [anon_sym_tailrec] = ACTIONS(2992), + [anon_sym_operator] = ACTIONS(2992), + [anon_sym_infix] = ACTIONS(2992), + [anon_sym_inline] = ACTIONS(2992), + [anon_sym_external] = ACTIONS(2992), + [sym_property_modifier] = ACTIONS(2992), + [anon_sym_abstract] = ACTIONS(2992), + [anon_sym_final] = ACTIONS(2992), + [anon_sym_open] = ACTIONS(2992), + [anon_sym_vararg] = ACTIONS(2992), + [anon_sym_noinline] = ACTIONS(2992), + [anon_sym_crossinline] = ACTIONS(2992), + [anon_sym_expect] = ACTIONS(2992), + [anon_sym_actual] = ACTIONS(2992), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(2994), + [sym_safe_nav] = ACTIONS(3420), [sym_multiline_comment] = ACTIONS(3), }, - [1478] = { - [sym_function_body] = STATE(1147), - [sym__block] = STATE(1128), - [sym__alpha_identifier] = ACTIONS(4101), - [anon_sym_AT] = ACTIONS(4103), - [anon_sym_LBRACK] = ACTIONS(4103), - [anon_sym_as] = ACTIONS(4101), - [anon_sym_EQ] = ACTIONS(5183), - [anon_sym_LBRACE] = ACTIONS(4081), - [anon_sym_RBRACE] = ACTIONS(4103), - [anon_sym_LPAREN] = ACTIONS(4103), - [anon_sym_LT] = ACTIONS(4101), - [anon_sym_GT] = ACTIONS(4101), - [anon_sym_object] = ACTIONS(4101), - [anon_sym_fun] = ACTIONS(4101), - [anon_sym_DOT] = ACTIONS(4101), - [anon_sym_SEMI] = ACTIONS(4103), - [anon_sym_get] = ACTIONS(4101), - [anon_sym_set] = ACTIONS(4101), - [anon_sym_this] = ACTIONS(4101), - [anon_sym_super] = ACTIONS(4101), - [anon_sym_STAR] = ACTIONS(4103), - [sym_label] = ACTIONS(4101), - [anon_sym_in] = ACTIONS(4101), - [anon_sym_DOT_DOT] = ACTIONS(4103), - [anon_sym_QMARK_COLON] = ACTIONS(4103), - [anon_sym_AMP_AMP] = ACTIONS(4103), - [anon_sym_PIPE_PIPE] = ACTIONS(4103), - [anon_sym_null] = ACTIONS(4101), - [anon_sym_if] = ACTIONS(4101), - [anon_sym_else] = ACTIONS(4101), - [anon_sym_when] = ACTIONS(4101), - [anon_sym_try] = ACTIONS(4101), - [anon_sym_throw] = ACTIONS(4101), - [anon_sym_return] = ACTIONS(4101), - [anon_sym_continue] = ACTIONS(4101), - [anon_sym_break] = ACTIONS(4101), - [anon_sym_COLON_COLON] = ACTIONS(4103), - [anon_sym_BANG_EQ] = ACTIONS(4101), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4103), - [anon_sym_EQ_EQ] = ACTIONS(4101), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4103), - [anon_sym_LT_EQ] = ACTIONS(4103), - [anon_sym_GT_EQ] = ACTIONS(4103), - [anon_sym_BANGin] = ACTIONS(4103), - [anon_sym_is] = ACTIONS(4101), - [anon_sym_BANGis] = ACTIONS(4103), - [anon_sym_PLUS] = ACTIONS(4101), - [anon_sym_DASH] = ACTIONS(4101), - [anon_sym_SLASH] = ACTIONS(4101), - [anon_sym_PERCENT] = ACTIONS(4103), - [anon_sym_as_QMARK] = ACTIONS(4103), - [anon_sym_PLUS_PLUS] = ACTIONS(4103), - [anon_sym_DASH_DASH] = ACTIONS(4103), - [anon_sym_BANG] = ACTIONS(4101), - [anon_sym_BANG_BANG] = ACTIONS(4103), - [anon_sym_suspend] = ACTIONS(4101), - [anon_sym_sealed] = ACTIONS(4101), - [anon_sym_annotation] = ACTIONS(4101), - [anon_sym_data] = ACTIONS(4101), - [anon_sym_inner] = ACTIONS(4101), - [anon_sym_override] = ACTIONS(4101), - [anon_sym_lateinit] = ACTIONS(4101), - [anon_sym_public] = ACTIONS(4101), - [anon_sym_private] = ACTIONS(4101), - [anon_sym_internal] = ACTIONS(4101), - [anon_sym_protected] = ACTIONS(4101), - [anon_sym_tailrec] = ACTIONS(4101), - [anon_sym_operator] = ACTIONS(4101), - [anon_sym_infix] = ACTIONS(4101), - [anon_sym_inline] = ACTIONS(4101), - [anon_sym_external] = ACTIONS(4101), - [sym_property_modifier] = ACTIONS(4101), - [anon_sym_abstract] = ACTIONS(4101), - [anon_sym_final] = ACTIONS(4101), - [anon_sym_open] = ACTIONS(4101), - [anon_sym_vararg] = ACTIONS(4101), - [anon_sym_noinline] = ACTIONS(4101), - [anon_sym_crossinline] = ACTIONS(4101), - [anon_sym_expect] = ACTIONS(4101), - [anon_sym_actual] = ACTIONS(4101), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4103), - [anon_sym_continue_AT] = ACTIONS(4103), - [anon_sym_break_AT] = ACTIONS(4103), - [sym_real_literal] = ACTIONS(4103), - [sym_integer_literal] = ACTIONS(4101), - [sym_hex_literal] = ACTIONS(4103), - [sym_bin_literal] = ACTIONS(4103), - [anon_sym_true] = ACTIONS(4101), - [anon_sym_false] = ACTIONS(4101), - [anon_sym_SQUOTE] = ACTIONS(4103), - [sym__backtick_identifier] = ACTIONS(4103), - [sym__automatic_semicolon] = ACTIONS(4103), - [sym_safe_nav] = ACTIONS(4103), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4103), + [1455] = { + [sym_function_body] = STATE(1119), + [sym__block] = STATE(1087), + [sym__alpha_identifier] = ACTIONS(4256), + [anon_sym_AT] = ACTIONS(4258), + [anon_sym_LBRACK] = ACTIONS(4258), + [anon_sym_as] = ACTIONS(4256), + [anon_sym_EQ] = ACTIONS(5203), + [anon_sym_LBRACE] = ACTIONS(4039), + [anon_sym_RBRACE] = ACTIONS(4258), + [anon_sym_LPAREN] = ACTIONS(4258), + [anon_sym_LT] = ACTIONS(4256), + [anon_sym_GT] = ACTIONS(4256), + [anon_sym_object] = ACTIONS(4256), + [anon_sym_fun] = ACTIONS(4256), + [anon_sym_DOT] = ACTIONS(4256), + [anon_sym_SEMI] = ACTIONS(4258), + [anon_sym_get] = ACTIONS(4256), + [anon_sym_set] = ACTIONS(4256), + [anon_sym_this] = ACTIONS(4256), + [anon_sym_super] = ACTIONS(4256), + [anon_sym_STAR] = ACTIONS(4258), + [sym_label] = ACTIONS(4256), + [anon_sym_in] = ACTIONS(4256), + [anon_sym_DOT_DOT] = ACTIONS(4258), + [anon_sym_QMARK_COLON] = ACTIONS(4258), + [anon_sym_AMP_AMP] = ACTIONS(4258), + [anon_sym_PIPE_PIPE] = ACTIONS(4258), + [anon_sym_null] = ACTIONS(4256), + [anon_sym_if] = ACTIONS(4256), + [anon_sym_else] = ACTIONS(4256), + [anon_sym_when] = ACTIONS(4256), + [anon_sym_try] = ACTIONS(4256), + [anon_sym_throw] = ACTIONS(4256), + [anon_sym_return] = ACTIONS(4256), + [anon_sym_continue] = ACTIONS(4256), + [anon_sym_break] = ACTIONS(4256), + [anon_sym_COLON_COLON] = ACTIONS(4258), + [anon_sym_BANG_EQ] = ACTIONS(4256), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4258), + [anon_sym_EQ_EQ] = ACTIONS(4256), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4258), + [anon_sym_LT_EQ] = ACTIONS(4258), + [anon_sym_GT_EQ] = ACTIONS(4258), + [anon_sym_BANGin] = ACTIONS(4258), + [anon_sym_is] = ACTIONS(4256), + [anon_sym_BANGis] = ACTIONS(4258), + [anon_sym_PLUS] = ACTIONS(4256), + [anon_sym_DASH] = ACTIONS(4256), + [anon_sym_SLASH] = ACTIONS(4256), + [anon_sym_PERCENT] = ACTIONS(4258), + [anon_sym_as_QMARK] = ACTIONS(4258), + [anon_sym_PLUS_PLUS] = ACTIONS(4258), + [anon_sym_DASH_DASH] = ACTIONS(4258), + [anon_sym_BANG] = ACTIONS(4256), + [anon_sym_BANG_BANG] = ACTIONS(4258), + [anon_sym_suspend] = ACTIONS(4256), + [anon_sym_sealed] = ACTIONS(4256), + [anon_sym_annotation] = ACTIONS(4256), + [anon_sym_data] = ACTIONS(4256), + [anon_sym_inner] = ACTIONS(4256), + [anon_sym_override] = ACTIONS(4256), + [anon_sym_lateinit] = ACTIONS(4256), + [anon_sym_public] = ACTIONS(4256), + [anon_sym_private] = ACTIONS(4256), + [anon_sym_internal] = ACTIONS(4256), + [anon_sym_protected] = ACTIONS(4256), + [anon_sym_tailrec] = ACTIONS(4256), + [anon_sym_operator] = ACTIONS(4256), + [anon_sym_infix] = ACTIONS(4256), + [anon_sym_inline] = ACTIONS(4256), + [anon_sym_external] = ACTIONS(4256), + [sym_property_modifier] = ACTIONS(4256), + [anon_sym_abstract] = ACTIONS(4256), + [anon_sym_final] = ACTIONS(4256), + [anon_sym_open] = ACTIONS(4256), + [anon_sym_vararg] = ACTIONS(4256), + [anon_sym_noinline] = ACTIONS(4256), + [anon_sym_crossinline] = ACTIONS(4256), + [anon_sym_expect] = ACTIONS(4256), + [anon_sym_actual] = ACTIONS(4256), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4258), + [anon_sym_continue_AT] = ACTIONS(4258), + [anon_sym_break_AT] = ACTIONS(4258), + [sym_real_literal] = ACTIONS(4258), + [sym_integer_literal] = ACTIONS(4256), + [sym_hex_literal] = ACTIONS(4258), + [sym_bin_literal] = ACTIONS(4258), + [anon_sym_true] = ACTIONS(4256), + [anon_sym_false] = ACTIONS(4256), + [anon_sym_SQUOTE] = ACTIONS(4258), + [sym__backtick_identifier] = ACTIONS(4258), + [sym__automatic_semicolon] = ACTIONS(4258), + [sym_safe_nav] = ACTIONS(4258), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4258), }, - [1479] = { - [sym__expression] = STATE(4276), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym_value_argument] = STATE(8505), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(1936), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5487), + [1456] = { + [sym__expression] = STATE(4267), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym_value_argument] = STATE(8764), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(2183), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(5501), [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_RPAREN] = ACTIONS(5565), + [anon_sym_RPAREN] = ACTIONS(5548), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(5474), - [sym_label] = ACTIONS(853), + [anon_sym_STAR] = ACTIONS(5508), + [sym_label] = ACTIONS(821), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(2022), [anon_sym_when] = ACTIONS(245), @@ -199684,15 +197548,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(855), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(823), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -199708,269 +197572,269 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1480] = { - [sym__expression] = STATE(4276), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym_value_argument] = STATE(8766), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(1936), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5487), - [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_RPAREN] = ACTIONS(5567), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(5474), - [sym_label] = ACTIONS(853), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(2022), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(2024), - [anon_sym_return] = ACTIONS(2026), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(855), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [1457] = { + [sym_primary_constructor] = STATE(4728), + [sym_class_body] = STATE(4603), + [sym__class_parameters] = STATE(4565), + [sym_type_constraints] = STATE(4557), + [sym_modifiers] = STATE(9275), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3196), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_COLON] = ACTIONS(5550), + [anon_sym_LBRACK] = ACTIONS(3200), + [anon_sym_as] = ACTIONS(3196), + [anon_sym_EQ] = ACTIONS(3196), + [anon_sym_constructor] = ACTIONS(5113), + [anon_sym_LBRACE] = ACTIONS(5161), + [anon_sym_RBRACE] = ACTIONS(3200), + [anon_sym_LPAREN] = ACTIONS(5117), + [anon_sym_RPAREN] = ACTIONS(3200), + [anon_sym_LT] = ACTIONS(3196), + [anon_sym_GT] = ACTIONS(3196), + [anon_sym_where] = ACTIONS(5121), + [anon_sym_DOT] = ACTIONS(3196), + [anon_sym_SEMI] = ACTIONS(3200), + [anon_sym_get] = ACTIONS(3196), + [anon_sym_set] = ACTIONS(3196), + [anon_sym_STAR] = ACTIONS(3196), + [sym_label] = ACTIONS(3200), + [anon_sym_in] = ACTIONS(3196), + [anon_sym_while] = ACTIONS(3196), + [anon_sym_DOT_DOT] = ACTIONS(3200), + [anon_sym_QMARK_COLON] = ACTIONS(3200), + [anon_sym_AMP_AMP] = ACTIONS(3200), + [anon_sym_PIPE_PIPE] = ACTIONS(3200), + [anon_sym_else] = ACTIONS(3196), + [anon_sym_COLON_COLON] = ACTIONS(3200), + [anon_sym_PLUS_EQ] = ACTIONS(3200), + [anon_sym_DASH_EQ] = ACTIONS(3200), + [anon_sym_STAR_EQ] = ACTIONS(3200), + [anon_sym_SLASH_EQ] = ACTIONS(3200), + [anon_sym_PERCENT_EQ] = ACTIONS(3200), + [anon_sym_BANG_EQ] = ACTIONS(3196), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3200), + [anon_sym_EQ_EQ] = ACTIONS(3196), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3200), + [anon_sym_LT_EQ] = ACTIONS(3200), + [anon_sym_GT_EQ] = ACTIONS(3200), + [anon_sym_BANGin] = ACTIONS(3200), + [anon_sym_is] = ACTIONS(3196), + [anon_sym_BANGis] = ACTIONS(3200), + [anon_sym_PLUS] = ACTIONS(3196), + [anon_sym_DASH] = ACTIONS(3196), + [anon_sym_SLASH] = ACTIONS(3196), + [anon_sym_PERCENT] = ACTIONS(3196), + [anon_sym_as_QMARK] = ACTIONS(3200), + [anon_sym_PLUS_PLUS] = ACTIONS(3200), + [anon_sym_DASH_DASH] = ACTIONS(3200), + [anon_sym_BANG_BANG] = ACTIONS(3200), + [anon_sym_suspend] = ACTIONS(3120), + [anon_sym_sealed] = ACTIONS(3122), + [anon_sym_annotation] = ACTIONS(3122), + [anon_sym_data] = ACTIONS(3122), + [anon_sym_inner] = ACTIONS(3122), + [anon_sym_override] = ACTIONS(3124), + [anon_sym_lateinit] = ACTIONS(3124), + [anon_sym_public] = ACTIONS(3126), + [anon_sym_private] = ACTIONS(3126), + [anon_sym_internal] = ACTIONS(3126), + [anon_sym_protected] = ACTIONS(3126), + [anon_sym_tailrec] = ACTIONS(3120), + [anon_sym_operator] = ACTIONS(3120), + [anon_sym_infix] = ACTIONS(3120), + [anon_sym_inline] = ACTIONS(3120), + [anon_sym_external] = ACTIONS(3120), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3130), + [anon_sym_final] = ACTIONS(3130), + [anon_sym_open] = ACTIONS(3130), + [anon_sym_vararg] = ACTIONS(3132), + [anon_sym_noinline] = ACTIONS(3132), + [anon_sym_crossinline] = ACTIONS(3132), + [anon_sym_expect] = ACTIONS(3134), + [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), + [sym__backtick_identifier] = ACTIONS(3200), + [sym_safe_nav] = ACTIONS(3200), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), }, - [1481] = { - [sym__expression] = STATE(4276), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym_value_argument] = STATE(8357), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(1936), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5487), - [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_RPAREN] = ACTIONS(5569), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(5474), - [sym_label] = ACTIONS(853), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(2022), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(2024), - [anon_sym_return] = ACTIONS(2026), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(855), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [1458] = { + [sym_function_body] = STATE(1150), + [sym__block] = STATE(1087), + [sym__alpha_identifier] = ACTIONS(4422), + [anon_sym_AT] = ACTIONS(4424), + [anon_sym_LBRACK] = ACTIONS(4424), + [anon_sym_as] = ACTIONS(4422), + [anon_sym_EQ] = ACTIONS(5203), + [anon_sym_LBRACE] = ACTIONS(4039), + [anon_sym_RBRACE] = ACTIONS(4424), + [anon_sym_LPAREN] = ACTIONS(4424), + [anon_sym_LT] = ACTIONS(4422), + [anon_sym_GT] = ACTIONS(4422), + [anon_sym_object] = ACTIONS(4422), + [anon_sym_fun] = ACTIONS(4422), + [anon_sym_DOT] = ACTIONS(4422), + [anon_sym_SEMI] = ACTIONS(4424), + [anon_sym_get] = ACTIONS(4422), + [anon_sym_set] = ACTIONS(4422), + [anon_sym_this] = ACTIONS(4422), + [anon_sym_super] = ACTIONS(4422), + [anon_sym_STAR] = ACTIONS(4424), + [sym_label] = ACTIONS(4422), + [anon_sym_in] = ACTIONS(4422), + [anon_sym_DOT_DOT] = ACTIONS(4424), + [anon_sym_QMARK_COLON] = ACTIONS(4424), + [anon_sym_AMP_AMP] = ACTIONS(4424), + [anon_sym_PIPE_PIPE] = ACTIONS(4424), + [anon_sym_null] = ACTIONS(4422), + [anon_sym_if] = ACTIONS(4422), + [anon_sym_else] = ACTIONS(4422), + [anon_sym_when] = ACTIONS(4422), + [anon_sym_try] = ACTIONS(4422), + [anon_sym_throw] = ACTIONS(4422), + [anon_sym_return] = ACTIONS(4422), + [anon_sym_continue] = ACTIONS(4422), + [anon_sym_break] = ACTIONS(4422), + [anon_sym_COLON_COLON] = ACTIONS(4424), + [anon_sym_BANG_EQ] = ACTIONS(4422), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4424), + [anon_sym_EQ_EQ] = ACTIONS(4422), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4424), + [anon_sym_LT_EQ] = ACTIONS(4424), + [anon_sym_GT_EQ] = ACTIONS(4424), + [anon_sym_BANGin] = ACTIONS(4424), + [anon_sym_is] = ACTIONS(4422), + [anon_sym_BANGis] = ACTIONS(4424), + [anon_sym_PLUS] = ACTIONS(4422), + [anon_sym_DASH] = ACTIONS(4422), + [anon_sym_SLASH] = ACTIONS(4422), + [anon_sym_PERCENT] = ACTIONS(4424), + [anon_sym_as_QMARK] = ACTIONS(4424), + [anon_sym_PLUS_PLUS] = ACTIONS(4424), + [anon_sym_DASH_DASH] = ACTIONS(4424), + [anon_sym_BANG] = ACTIONS(4422), + [anon_sym_BANG_BANG] = ACTIONS(4424), + [anon_sym_suspend] = ACTIONS(4422), + [anon_sym_sealed] = ACTIONS(4422), + [anon_sym_annotation] = ACTIONS(4422), + [anon_sym_data] = ACTIONS(4422), + [anon_sym_inner] = ACTIONS(4422), + [anon_sym_override] = ACTIONS(4422), + [anon_sym_lateinit] = ACTIONS(4422), + [anon_sym_public] = ACTIONS(4422), + [anon_sym_private] = ACTIONS(4422), + [anon_sym_internal] = ACTIONS(4422), + [anon_sym_protected] = ACTIONS(4422), + [anon_sym_tailrec] = ACTIONS(4422), + [anon_sym_operator] = ACTIONS(4422), + [anon_sym_infix] = ACTIONS(4422), + [anon_sym_inline] = ACTIONS(4422), + [anon_sym_external] = ACTIONS(4422), + [sym_property_modifier] = ACTIONS(4422), + [anon_sym_abstract] = ACTIONS(4422), + [anon_sym_final] = ACTIONS(4422), + [anon_sym_open] = ACTIONS(4422), + [anon_sym_vararg] = ACTIONS(4422), + [anon_sym_noinline] = ACTIONS(4422), + [anon_sym_crossinline] = ACTIONS(4422), + [anon_sym_expect] = ACTIONS(4422), + [anon_sym_actual] = ACTIONS(4422), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(4424), + [anon_sym_continue_AT] = ACTIONS(4424), + [anon_sym_break_AT] = ACTIONS(4424), + [sym_real_literal] = ACTIONS(4424), + [sym_integer_literal] = ACTIONS(4422), + [sym_hex_literal] = ACTIONS(4424), + [sym_bin_literal] = ACTIONS(4424), + [anon_sym_true] = ACTIONS(4422), + [anon_sym_false] = ACTIONS(4422), + [anon_sym_SQUOTE] = ACTIONS(4424), + [sym__backtick_identifier] = ACTIONS(4424), + [sym__automatic_semicolon] = ACTIONS(4424), + [sym_safe_nav] = ACTIONS(4424), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), + [sym__string_start] = ACTIONS(4424), }, - [1482] = { - [sym_primary_constructor] = STATE(4590), - [sym__class_parameters] = STATE(4877), - [sym_type_constraints] = STATE(4828), - [sym_enum_class_body] = STATE(5031), - [sym_modifiers] = STATE(9180), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3204), + [1459] = { + [sym_primary_constructor] = STATE(3463), + [sym_class_body] = STATE(3786), + [sym__class_parameters] = STATE(3610), + [sym_type_constraints] = STATE(3631), + [sym_modifiers] = STATE(9241), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3196), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(5571), - [anon_sym_LBRACK] = ACTIONS(3208), - [anon_sym_as] = ACTIONS(3204), - [anon_sym_EQ] = ACTIONS(3204), - [anon_sym_constructor] = ACTIONS(5334), - [anon_sym_LBRACE] = ACTIONS(5336), - [anon_sym_RBRACE] = ACTIONS(3208), - [anon_sym_LPAREN] = ACTIONS(5338), - [anon_sym_COMMA] = ACTIONS(3208), - [anon_sym_LT] = ACTIONS(3204), - [anon_sym_GT] = ACTIONS(3204), - [anon_sym_where] = ACTIONS(5342), - [anon_sym_DOT] = ACTIONS(3204), - [anon_sym_SEMI] = ACTIONS(3208), - [anon_sym_get] = ACTIONS(3204), - [anon_sym_set] = ACTIONS(3204), - [anon_sym_STAR] = ACTIONS(3204), - [sym_label] = ACTIONS(3208), - [anon_sym_in] = ACTIONS(3204), - [anon_sym_DOT_DOT] = ACTIONS(3208), - [anon_sym_QMARK_COLON] = ACTIONS(3208), - [anon_sym_AMP_AMP] = ACTIONS(3208), - [anon_sym_PIPE_PIPE] = ACTIONS(3208), - [anon_sym_else] = ACTIONS(3204), - [anon_sym_COLON_COLON] = ACTIONS(3208), - [anon_sym_PLUS_EQ] = ACTIONS(3208), - [anon_sym_DASH_EQ] = ACTIONS(3208), - [anon_sym_STAR_EQ] = ACTIONS(3208), - [anon_sym_SLASH_EQ] = ACTIONS(3208), - [anon_sym_PERCENT_EQ] = ACTIONS(3208), - [anon_sym_BANG_EQ] = ACTIONS(3204), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3208), - [anon_sym_EQ_EQ] = ACTIONS(3204), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3208), - [anon_sym_LT_EQ] = ACTIONS(3208), - [anon_sym_GT_EQ] = ACTIONS(3208), - [anon_sym_BANGin] = ACTIONS(3208), - [anon_sym_is] = ACTIONS(3204), - [anon_sym_BANGis] = ACTIONS(3208), - [anon_sym_PLUS] = ACTIONS(3204), - [anon_sym_DASH] = ACTIONS(3204), - [anon_sym_SLASH] = ACTIONS(3204), - [anon_sym_PERCENT] = ACTIONS(3204), - [anon_sym_as_QMARK] = ACTIONS(3208), - [anon_sym_PLUS_PLUS] = ACTIONS(3208), - [anon_sym_DASH_DASH] = ACTIONS(3208), - [anon_sym_BANG_BANG] = ACTIONS(3208), + [anon_sym_COLON] = ACTIONS(5552), + [anon_sym_LBRACK] = ACTIONS(3200), + [anon_sym_as] = ACTIONS(3196), + [anon_sym_EQ] = ACTIONS(3196), + [anon_sym_constructor] = ACTIONS(5358), + [anon_sym_LBRACE] = ACTIONS(5360), + [anon_sym_RBRACE] = ACTIONS(3200), + [anon_sym_LPAREN] = ACTIONS(5362), + [anon_sym_COMMA] = ACTIONS(3200), + [anon_sym_LT] = ACTIONS(3196), + [anon_sym_GT] = ACTIONS(3196), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(3196), + [anon_sym_SEMI] = ACTIONS(3200), + [anon_sym_get] = ACTIONS(3196), + [anon_sym_set] = ACTIONS(3196), + [anon_sym_STAR] = ACTIONS(3196), + [sym_label] = ACTIONS(3200), + [anon_sym_in] = ACTIONS(3196), + [anon_sym_DOT_DOT] = ACTIONS(3200), + [anon_sym_QMARK_COLON] = ACTIONS(3200), + [anon_sym_AMP_AMP] = ACTIONS(3200), + [anon_sym_PIPE_PIPE] = ACTIONS(3200), + [anon_sym_else] = ACTIONS(3196), + [anon_sym_COLON_COLON] = ACTIONS(3200), + [anon_sym_PLUS_EQ] = ACTIONS(3200), + [anon_sym_DASH_EQ] = ACTIONS(3200), + [anon_sym_STAR_EQ] = ACTIONS(3200), + [anon_sym_SLASH_EQ] = ACTIONS(3200), + [anon_sym_PERCENT_EQ] = ACTIONS(3200), + [anon_sym_BANG_EQ] = ACTIONS(3196), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3200), + [anon_sym_EQ_EQ] = ACTIONS(3196), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3200), + [anon_sym_LT_EQ] = ACTIONS(3200), + [anon_sym_GT_EQ] = ACTIONS(3200), + [anon_sym_BANGin] = ACTIONS(3200), + [anon_sym_is] = ACTIONS(3196), + [anon_sym_BANGis] = ACTIONS(3200), + [anon_sym_PLUS] = ACTIONS(3196), + [anon_sym_DASH] = ACTIONS(3196), + [anon_sym_SLASH] = ACTIONS(3196), + [anon_sym_PERCENT] = ACTIONS(3196), + [anon_sym_as_QMARK] = ACTIONS(3200), + [anon_sym_PLUS_PLUS] = ACTIONS(3200), + [anon_sym_DASH_DASH] = ACTIONS(3200), + [anon_sym_BANG_BANG] = ACTIONS(3200), [anon_sym_suspend] = ACTIONS(3120), [anon_sym_sealed] = ACTIONS(3122), [anon_sym_annotation] = ACTIONS(3122), @@ -199997,177 +197861,176 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3134), [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3208), - [sym__automatic_semicolon] = ACTIONS(3208), - [sym_safe_nav] = ACTIONS(3208), + [sym__backtick_identifier] = ACTIONS(3200), + [sym__automatic_semicolon] = ACTIONS(3200), + [sym_safe_nav] = ACTIONS(3200), [sym_multiline_comment] = ACTIONS(3), }, - [1483] = { - [sym__alpha_identifier] = ACTIONS(4454), - [anon_sym_AT] = ACTIONS(4456), - [anon_sym_LBRACK] = ACTIONS(4456), - [anon_sym_as] = ACTIONS(4454), - [anon_sym_LBRACE] = ACTIONS(4456), - [anon_sym_RBRACE] = ACTIONS(4456), - [anon_sym_LPAREN] = ACTIONS(4456), - [anon_sym_COMMA] = ACTIONS(4456), - [anon_sym_by] = ACTIONS(5370), - [anon_sym_LT] = ACTIONS(4454), - [anon_sym_GT] = ACTIONS(4454), - [anon_sym_where] = ACTIONS(4454), - [anon_sym_object] = ACTIONS(4454), - [anon_sym_fun] = ACTIONS(4454), - [anon_sym_DOT] = ACTIONS(4454), - [anon_sym_SEMI] = ACTIONS(4456), - [anon_sym_get] = ACTIONS(4454), - [anon_sym_set] = ACTIONS(4454), - [anon_sym_this] = ACTIONS(4454), - [anon_sym_super] = ACTIONS(4454), - [anon_sym_STAR] = ACTIONS(4456), - [sym_label] = ACTIONS(4454), - [anon_sym_in] = ACTIONS(4454), - [anon_sym_DOT_DOT] = ACTIONS(4456), - [anon_sym_QMARK_COLON] = ACTIONS(4456), - [anon_sym_AMP_AMP] = ACTIONS(4456), - [anon_sym_PIPE_PIPE] = ACTIONS(4456), - [anon_sym_null] = ACTIONS(4454), - [anon_sym_if] = ACTIONS(4454), - [anon_sym_else] = ACTIONS(4454), - [anon_sym_when] = ACTIONS(4454), - [anon_sym_try] = ACTIONS(4454), - [anon_sym_throw] = ACTIONS(4454), - [anon_sym_return] = ACTIONS(4454), - [anon_sym_continue] = ACTIONS(4454), - [anon_sym_break] = ACTIONS(4454), - [anon_sym_COLON_COLON] = ACTIONS(4456), - [anon_sym_BANG_EQ] = ACTIONS(4454), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4456), - [anon_sym_EQ_EQ] = ACTIONS(4454), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4456), - [anon_sym_LT_EQ] = ACTIONS(4456), - [anon_sym_GT_EQ] = ACTIONS(4456), - [anon_sym_BANGin] = ACTIONS(4456), - [anon_sym_is] = ACTIONS(4454), - [anon_sym_BANGis] = ACTIONS(4456), - [anon_sym_PLUS] = ACTIONS(4454), - [anon_sym_DASH] = ACTIONS(4454), - [anon_sym_SLASH] = ACTIONS(4454), - [anon_sym_PERCENT] = ACTIONS(4456), - [anon_sym_as_QMARK] = ACTIONS(4456), - [anon_sym_PLUS_PLUS] = ACTIONS(4456), - [anon_sym_DASH_DASH] = ACTIONS(4456), - [anon_sym_BANG] = ACTIONS(4454), - [anon_sym_BANG_BANG] = ACTIONS(4456), - [anon_sym_suspend] = ACTIONS(4454), - [anon_sym_sealed] = ACTIONS(4454), - [anon_sym_annotation] = ACTIONS(4454), - [anon_sym_data] = ACTIONS(4454), - [anon_sym_inner] = ACTIONS(4454), - [anon_sym_override] = ACTIONS(4454), - [anon_sym_lateinit] = ACTIONS(4454), - [anon_sym_public] = ACTIONS(4454), - [anon_sym_private] = ACTIONS(4454), - [anon_sym_internal] = ACTIONS(4454), - [anon_sym_protected] = ACTIONS(4454), - [anon_sym_tailrec] = ACTIONS(4454), - [anon_sym_operator] = ACTIONS(4454), - [anon_sym_infix] = ACTIONS(4454), - [anon_sym_inline] = ACTIONS(4454), - [anon_sym_external] = ACTIONS(4454), - [sym_property_modifier] = ACTIONS(4454), - [anon_sym_abstract] = ACTIONS(4454), - [anon_sym_final] = ACTIONS(4454), - [anon_sym_open] = ACTIONS(4454), - [anon_sym_vararg] = ACTIONS(4454), - [anon_sym_noinline] = ACTIONS(4454), - [anon_sym_crossinline] = ACTIONS(4454), - [anon_sym_expect] = ACTIONS(4454), - [anon_sym_actual] = ACTIONS(4454), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4456), - [anon_sym_continue_AT] = ACTIONS(4456), - [anon_sym_break_AT] = ACTIONS(4456), - [sym_real_literal] = ACTIONS(4456), - [sym_integer_literal] = ACTIONS(4454), - [sym_hex_literal] = ACTIONS(4456), - [sym_bin_literal] = ACTIONS(4456), - [anon_sym_true] = ACTIONS(4454), - [anon_sym_false] = ACTIONS(4454), - [anon_sym_SQUOTE] = ACTIONS(4456), - [sym__backtick_identifier] = ACTIONS(4456), - [sym__automatic_semicolon] = ACTIONS(4456), - [sym_safe_nav] = ACTIONS(4456), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4456), + [1460] = { + [sym_function_body] = STATE(1039), + [sym__block] = STATE(1087), + [sym__alpha_identifier] = ACTIONS(4099), + [anon_sym_AT] = ACTIONS(4101), + [anon_sym_LBRACK] = ACTIONS(4101), + [anon_sym_as] = ACTIONS(4099), + [anon_sym_EQ] = ACTIONS(5203), + [anon_sym_LBRACE] = ACTIONS(4039), + [anon_sym_RBRACE] = ACTIONS(4101), + [anon_sym_LPAREN] = ACTIONS(4101), + [anon_sym_LT] = ACTIONS(4099), + [anon_sym_GT] = ACTIONS(4099), + [anon_sym_object] = ACTIONS(4099), + [anon_sym_fun] = ACTIONS(4099), + [anon_sym_DOT] = ACTIONS(4099), + [anon_sym_SEMI] = ACTIONS(4101), + [anon_sym_get] = ACTIONS(4099), + [anon_sym_set] = ACTIONS(4099), + [anon_sym_this] = ACTIONS(4099), + [anon_sym_super] = ACTIONS(4099), + [anon_sym_STAR] = ACTIONS(4101), + [sym_label] = ACTIONS(4099), + [anon_sym_in] = ACTIONS(4099), + [anon_sym_DOT_DOT] = ACTIONS(4101), + [anon_sym_QMARK_COLON] = ACTIONS(4101), + [anon_sym_AMP_AMP] = ACTIONS(4101), + [anon_sym_PIPE_PIPE] = ACTIONS(4101), + [anon_sym_null] = ACTIONS(4099), + [anon_sym_if] = ACTIONS(4099), + [anon_sym_else] = ACTIONS(4099), + [anon_sym_when] = ACTIONS(4099), + [anon_sym_try] = ACTIONS(4099), + [anon_sym_throw] = ACTIONS(4099), + [anon_sym_return] = ACTIONS(4099), + [anon_sym_continue] = ACTIONS(4099), + [anon_sym_break] = ACTIONS(4099), + [anon_sym_COLON_COLON] = ACTIONS(4101), + [anon_sym_BANG_EQ] = ACTIONS(4099), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4101), + [anon_sym_EQ_EQ] = ACTIONS(4099), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4101), + [anon_sym_LT_EQ] = ACTIONS(4101), + [anon_sym_GT_EQ] = ACTIONS(4101), + [anon_sym_BANGin] = ACTIONS(4101), + [anon_sym_is] = ACTIONS(4099), + [anon_sym_BANGis] = ACTIONS(4101), + [anon_sym_PLUS] = ACTIONS(4099), + [anon_sym_DASH] = ACTIONS(4099), + [anon_sym_SLASH] = ACTIONS(4099), + [anon_sym_PERCENT] = ACTIONS(4101), + [anon_sym_as_QMARK] = ACTIONS(4101), + [anon_sym_PLUS_PLUS] = ACTIONS(4101), + [anon_sym_DASH_DASH] = ACTIONS(4101), + [anon_sym_BANG] = ACTIONS(4099), + [anon_sym_BANG_BANG] = ACTIONS(4101), + [anon_sym_suspend] = ACTIONS(4099), + [anon_sym_sealed] = ACTIONS(4099), + [anon_sym_annotation] = ACTIONS(4099), + [anon_sym_data] = ACTIONS(4099), + [anon_sym_inner] = ACTIONS(4099), + [anon_sym_override] = ACTIONS(4099), + [anon_sym_lateinit] = ACTIONS(4099), + [anon_sym_public] = ACTIONS(4099), + [anon_sym_private] = ACTIONS(4099), + [anon_sym_internal] = ACTIONS(4099), + [anon_sym_protected] = ACTIONS(4099), + [anon_sym_tailrec] = ACTIONS(4099), + [anon_sym_operator] = ACTIONS(4099), + [anon_sym_infix] = ACTIONS(4099), + [anon_sym_inline] = ACTIONS(4099), + [anon_sym_external] = ACTIONS(4099), + [sym_property_modifier] = ACTIONS(4099), + [anon_sym_abstract] = ACTIONS(4099), + [anon_sym_final] = ACTIONS(4099), + [anon_sym_open] = ACTIONS(4099), + [anon_sym_vararg] = ACTIONS(4099), + [anon_sym_noinline] = ACTIONS(4099), + [anon_sym_crossinline] = ACTIONS(4099), + [anon_sym_expect] = ACTIONS(4099), + [anon_sym_actual] = ACTIONS(4099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4101), + [anon_sym_continue_AT] = ACTIONS(4101), + [anon_sym_break_AT] = ACTIONS(4101), + [sym_real_literal] = ACTIONS(4101), + [sym_integer_literal] = ACTIONS(4099), + [sym_hex_literal] = ACTIONS(4101), + [sym_bin_literal] = ACTIONS(4101), + [anon_sym_true] = ACTIONS(4099), + [anon_sym_false] = ACTIONS(4099), + [anon_sym_SQUOTE] = ACTIONS(4101), + [sym__backtick_identifier] = ACTIONS(4101), + [sym__automatic_semicolon] = ACTIONS(4101), + [sym_safe_nav] = ACTIONS(4101), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4101), }, - [1484] = { - [sym_primary_constructor] = STATE(3401), - [sym_class_body] = STATE(3238), - [sym__class_parameters] = STATE(2990), - [sym_type_constraints] = STATE(3068), - [sym_modifiers] = STATE(9064), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3214), + [1461] = { + [sym_primary_constructor] = STATE(3443), + [sym__class_parameters] = STATE(3610), + [sym_type_constraints] = STATE(3570), + [sym_enum_class_body] = STATE(3796), + [sym_modifiers] = STATE(9241), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3186), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(5573), - [anon_sym_LBRACK] = ACTIONS(3218), - [anon_sym_as] = ACTIONS(3214), - [anon_sym_EQ] = ACTIONS(3214), - [anon_sym_constructor] = ACTIONS(5145), - [anon_sym_LBRACE] = ACTIONS(5147), - [anon_sym_RBRACE] = ACTIONS(3218), - [anon_sym_LPAREN] = ACTIONS(5149), - [anon_sym_RPAREN] = ACTIONS(3218), - [anon_sym_LT] = ACTIONS(3214), - [anon_sym_GT] = ACTIONS(3214), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(3214), - [anon_sym_SEMI] = ACTIONS(3218), - [anon_sym_get] = ACTIONS(3214), - [anon_sym_set] = ACTIONS(3214), - [anon_sym_STAR] = ACTIONS(3214), - [sym_label] = ACTIONS(3218), - [anon_sym_in] = ACTIONS(3214), - [anon_sym_while] = ACTIONS(3214), - [anon_sym_DOT_DOT] = ACTIONS(3218), - [anon_sym_QMARK_COLON] = ACTIONS(3218), - [anon_sym_AMP_AMP] = ACTIONS(3218), - [anon_sym_PIPE_PIPE] = ACTIONS(3218), - [anon_sym_else] = ACTIONS(3214), - [anon_sym_COLON_COLON] = ACTIONS(3218), - [anon_sym_PLUS_EQ] = ACTIONS(3218), - [anon_sym_DASH_EQ] = ACTIONS(3218), - [anon_sym_STAR_EQ] = ACTIONS(3218), - [anon_sym_SLASH_EQ] = ACTIONS(3218), - [anon_sym_PERCENT_EQ] = ACTIONS(3218), - [anon_sym_BANG_EQ] = ACTIONS(3214), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3218), - [anon_sym_EQ_EQ] = ACTIONS(3214), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3218), - [anon_sym_LT_EQ] = ACTIONS(3218), - [anon_sym_GT_EQ] = ACTIONS(3218), - [anon_sym_BANGin] = ACTIONS(3218), - [anon_sym_is] = ACTIONS(3214), - [anon_sym_BANGis] = ACTIONS(3218), - [anon_sym_PLUS] = ACTIONS(3214), - [anon_sym_DASH] = ACTIONS(3214), - [anon_sym_SLASH] = ACTIONS(3214), - [anon_sym_PERCENT] = ACTIONS(3214), - [anon_sym_as_QMARK] = ACTIONS(3218), - [anon_sym_PLUS_PLUS] = ACTIONS(3218), - [anon_sym_DASH_DASH] = ACTIONS(3218), - [anon_sym_BANG_BANG] = ACTIONS(3218), + [anon_sym_COLON] = ACTIONS(5554), + [anon_sym_LBRACK] = ACTIONS(3190), + [anon_sym_as] = ACTIONS(3186), + [anon_sym_EQ] = ACTIONS(3186), + [anon_sym_constructor] = ACTIONS(5358), + [anon_sym_LBRACE] = ACTIONS(5415), + [anon_sym_RBRACE] = ACTIONS(3190), + [anon_sym_LPAREN] = ACTIONS(5362), + [anon_sym_COMMA] = ACTIONS(3190), + [anon_sym_LT] = ACTIONS(3186), + [anon_sym_GT] = ACTIONS(3186), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(3186), + [anon_sym_SEMI] = ACTIONS(3190), + [anon_sym_get] = ACTIONS(3186), + [anon_sym_set] = ACTIONS(3186), + [anon_sym_STAR] = ACTIONS(3186), + [sym_label] = ACTIONS(3190), + [anon_sym_in] = ACTIONS(3186), + [anon_sym_DOT_DOT] = ACTIONS(3190), + [anon_sym_QMARK_COLON] = ACTIONS(3190), + [anon_sym_AMP_AMP] = ACTIONS(3190), + [anon_sym_PIPE_PIPE] = ACTIONS(3190), + [anon_sym_else] = ACTIONS(3186), + [anon_sym_COLON_COLON] = ACTIONS(3190), + [anon_sym_PLUS_EQ] = ACTIONS(3190), + [anon_sym_DASH_EQ] = ACTIONS(3190), + [anon_sym_STAR_EQ] = ACTIONS(3190), + [anon_sym_SLASH_EQ] = ACTIONS(3190), + [anon_sym_PERCENT_EQ] = ACTIONS(3190), + [anon_sym_BANG_EQ] = ACTIONS(3186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3190), + [anon_sym_EQ_EQ] = ACTIONS(3186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3190), + [anon_sym_LT_EQ] = ACTIONS(3190), + [anon_sym_GT_EQ] = ACTIONS(3190), + [anon_sym_BANGin] = ACTIONS(3190), + [anon_sym_is] = ACTIONS(3186), + [anon_sym_BANGis] = ACTIONS(3190), + [anon_sym_PLUS] = ACTIONS(3186), + [anon_sym_DASH] = ACTIONS(3186), + [anon_sym_SLASH] = ACTIONS(3186), + [anon_sym_PERCENT] = ACTIONS(3186), + [anon_sym_as_QMARK] = ACTIONS(3190), + [anon_sym_PLUS_PLUS] = ACTIONS(3190), + [anon_sym_DASH_DASH] = ACTIONS(3190), + [anon_sym_BANG_BANG] = ACTIONS(3190), [anon_sym_suspend] = ACTIONS(3120), [anon_sym_sealed] = ACTIONS(3122), [anon_sym_annotation] = ACTIONS(3122), @@ -200194,75 +198057,272 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3134), [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3218), - [sym_safe_nav] = ACTIONS(3218), + [sym__backtick_identifier] = ACTIONS(3190), + [sym__automatic_semicolon] = ACTIONS(3190), + [sym_safe_nav] = ACTIONS(3190), [sym_multiline_comment] = ACTIONS(3), }, - [1485] = { - [sym__expression] = STATE(4276), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym_value_argument] = STATE(8766), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(1936), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5487), + [1462] = { + [sym_function_body] = STATE(1115), + [sym__block] = STATE(1087), + [sym__alpha_identifier] = ACTIONS(4487), + [anon_sym_AT] = ACTIONS(4489), + [anon_sym_LBRACK] = ACTIONS(4489), + [anon_sym_as] = ACTIONS(4487), + [anon_sym_EQ] = ACTIONS(5203), + [anon_sym_LBRACE] = ACTIONS(4039), + [anon_sym_RBRACE] = ACTIONS(4489), + [anon_sym_LPAREN] = ACTIONS(4489), + [anon_sym_LT] = ACTIONS(4487), + [anon_sym_GT] = ACTIONS(4487), + [anon_sym_object] = ACTIONS(4487), + [anon_sym_fun] = ACTIONS(4487), + [anon_sym_DOT] = ACTIONS(4487), + [anon_sym_SEMI] = ACTIONS(4489), + [anon_sym_get] = ACTIONS(4487), + [anon_sym_set] = ACTIONS(4487), + [anon_sym_this] = ACTIONS(4487), + [anon_sym_super] = ACTIONS(4487), + [anon_sym_STAR] = ACTIONS(4489), + [sym_label] = ACTIONS(4487), + [anon_sym_in] = ACTIONS(4487), + [anon_sym_DOT_DOT] = ACTIONS(4489), + [anon_sym_QMARK_COLON] = ACTIONS(4489), + [anon_sym_AMP_AMP] = ACTIONS(4489), + [anon_sym_PIPE_PIPE] = ACTIONS(4489), + [anon_sym_null] = ACTIONS(4487), + [anon_sym_if] = ACTIONS(4487), + [anon_sym_else] = ACTIONS(4487), + [anon_sym_when] = ACTIONS(4487), + [anon_sym_try] = ACTIONS(4487), + [anon_sym_throw] = ACTIONS(4487), + [anon_sym_return] = ACTIONS(4487), + [anon_sym_continue] = ACTIONS(4487), + [anon_sym_break] = ACTIONS(4487), + [anon_sym_COLON_COLON] = ACTIONS(4489), + [anon_sym_BANG_EQ] = ACTIONS(4487), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4489), + [anon_sym_EQ_EQ] = ACTIONS(4487), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4489), + [anon_sym_LT_EQ] = ACTIONS(4489), + [anon_sym_GT_EQ] = ACTIONS(4489), + [anon_sym_BANGin] = ACTIONS(4489), + [anon_sym_is] = ACTIONS(4487), + [anon_sym_BANGis] = ACTIONS(4489), + [anon_sym_PLUS] = ACTIONS(4487), + [anon_sym_DASH] = ACTIONS(4487), + [anon_sym_SLASH] = ACTIONS(4487), + [anon_sym_PERCENT] = ACTIONS(4489), + [anon_sym_as_QMARK] = ACTIONS(4489), + [anon_sym_PLUS_PLUS] = ACTIONS(4489), + [anon_sym_DASH_DASH] = ACTIONS(4489), + [anon_sym_BANG] = ACTIONS(4487), + [anon_sym_BANG_BANG] = ACTIONS(4489), + [anon_sym_suspend] = ACTIONS(4487), + [anon_sym_sealed] = ACTIONS(4487), + [anon_sym_annotation] = ACTIONS(4487), + [anon_sym_data] = ACTIONS(4487), + [anon_sym_inner] = ACTIONS(4487), + [anon_sym_override] = ACTIONS(4487), + [anon_sym_lateinit] = ACTIONS(4487), + [anon_sym_public] = ACTIONS(4487), + [anon_sym_private] = ACTIONS(4487), + [anon_sym_internal] = ACTIONS(4487), + [anon_sym_protected] = ACTIONS(4487), + [anon_sym_tailrec] = ACTIONS(4487), + [anon_sym_operator] = ACTIONS(4487), + [anon_sym_infix] = ACTIONS(4487), + [anon_sym_inline] = ACTIONS(4487), + [anon_sym_external] = ACTIONS(4487), + [sym_property_modifier] = ACTIONS(4487), + [anon_sym_abstract] = ACTIONS(4487), + [anon_sym_final] = ACTIONS(4487), + [anon_sym_open] = ACTIONS(4487), + [anon_sym_vararg] = ACTIONS(4487), + [anon_sym_noinline] = ACTIONS(4487), + [anon_sym_crossinline] = ACTIONS(4487), + [anon_sym_expect] = ACTIONS(4487), + [anon_sym_actual] = ACTIONS(4487), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4489), + [anon_sym_continue_AT] = ACTIONS(4489), + [anon_sym_break_AT] = ACTIONS(4489), + [sym_real_literal] = ACTIONS(4489), + [sym_integer_literal] = ACTIONS(4487), + [sym_hex_literal] = ACTIONS(4489), + [sym_bin_literal] = ACTIONS(4489), + [anon_sym_true] = ACTIONS(4487), + [anon_sym_false] = ACTIONS(4487), + [anon_sym_SQUOTE] = ACTIONS(4489), + [sym__backtick_identifier] = ACTIONS(4489), + [sym__automatic_semicolon] = ACTIONS(4489), + [sym_safe_nav] = ACTIONS(4489), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4489), + }, + [1463] = { + [sym_function_body] = STATE(1183), + [sym__block] = STATE(1087), + [sym__alpha_identifier] = ACTIONS(4426), + [anon_sym_AT] = ACTIONS(4428), + [anon_sym_LBRACK] = ACTIONS(4428), + [anon_sym_as] = ACTIONS(4426), + [anon_sym_EQ] = ACTIONS(5203), + [anon_sym_LBRACE] = ACTIONS(4039), + [anon_sym_RBRACE] = ACTIONS(4428), + [anon_sym_LPAREN] = ACTIONS(4428), + [anon_sym_LT] = ACTIONS(4426), + [anon_sym_GT] = ACTIONS(4426), + [anon_sym_object] = ACTIONS(4426), + [anon_sym_fun] = ACTIONS(4426), + [anon_sym_DOT] = ACTIONS(4426), + [anon_sym_SEMI] = ACTIONS(4428), + [anon_sym_get] = ACTIONS(4426), + [anon_sym_set] = ACTIONS(4426), + [anon_sym_this] = ACTIONS(4426), + [anon_sym_super] = ACTIONS(4426), + [anon_sym_STAR] = ACTIONS(4428), + [sym_label] = ACTIONS(4426), + [anon_sym_in] = ACTIONS(4426), + [anon_sym_DOT_DOT] = ACTIONS(4428), + [anon_sym_QMARK_COLON] = ACTIONS(4428), + [anon_sym_AMP_AMP] = ACTIONS(4428), + [anon_sym_PIPE_PIPE] = ACTIONS(4428), + [anon_sym_null] = ACTIONS(4426), + [anon_sym_if] = ACTIONS(4426), + [anon_sym_else] = ACTIONS(4426), + [anon_sym_when] = ACTIONS(4426), + [anon_sym_try] = ACTIONS(4426), + [anon_sym_throw] = ACTIONS(4426), + [anon_sym_return] = ACTIONS(4426), + [anon_sym_continue] = ACTIONS(4426), + [anon_sym_break] = ACTIONS(4426), + [anon_sym_COLON_COLON] = ACTIONS(4428), + [anon_sym_BANG_EQ] = ACTIONS(4426), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4428), + [anon_sym_EQ_EQ] = ACTIONS(4426), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4428), + [anon_sym_LT_EQ] = ACTIONS(4428), + [anon_sym_GT_EQ] = ACTIONS(4428), + [anon_sym_BANGin] = ACTIONS(4428), + [anon_sym_is] = ACTIONS(4426), + [anon_sym_BANGis] = ACTIONS(4428), + [anon_sym_PLUS] = ACTIONS(4426), + [anon_sym_DASH] = ACTIONS(4426), + [anon_sym_SLASH] = ACTIONS(4426), + [anon_sym_PERCENT] = ACTIONS(4428), + [anon_sym_as_QMARK] = ACTIONS(4428), + [anon_sym_PLUS_PLUS] = ACTIONS(4428), + [anon_sym_DASH_DASH] = ACTIONS(4428), + [anon_sym_BANG] = ACTIONS(4426), + [anon_sym_BANG_BANG] = ACTIONS(4428), + [anon_sym_suspend] = ACTIONS(4426), + [anon_sym_sealed] = ACTIONS(4426), + [anon_sym_annotation] = ACTIONS(4426), + [anon_sym_data] = ACTIONS(4426), + [anon_sym_inner] = ACTIONS(4426), + [anon_sym_override] = ACTIONS(4426), + [anon_sym_lateinit] = ACTIONS(4426), + [anon_sym_public] = ACTIONS(4426), + [anon_sym_private] = ACTIONS(4426), + [anon_sym_internal] = ACTIONS(4426), + [anon_sym_protected] = ACTIONS(4426), + [anon_sym_tailrec] = ACTIONS(4426), + [anon_sym_operator] = ACTIONS(4426), + [anon_sym_infix] = ACTIONS(4426), + [anon_sym_inline] = ACTIONS(4426), + [anon_sym_external] = ACTIONS(4426), + [sym_property_modifier] = ACTIONS(4426), + [anon_sym_abstract] = ACTIONS(4426), + [anon_sym_final] = ACTIONS(4426), + [anon_sym_open] = ACTIONS(4426), + [anon_sym_vararg] = ACTIONS(4426), + [anon_sym_noinline] = ACTIONS(4426), + [anon_sym_crossinline] = ACTIONS(4426), + [anon_sym_expect] = ACTIONS(4426), + [anon_sym_actual] = ACTIONS(4426), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4428), + [anon_sym_continue_AT] = ACTIONS(4428), + [anon_sym_break_AT] = ACTIONS(4428), + [sym_real_literal] = ACTIONS(4428), + [sym_integer_literal] = ACTIONS(4426), + [sym_hex_literal] = ACTIONS(4428), + [sym_bin_literal] = ACTIONS(4428), + [anon_sym_true] = ACTIONS(4426), + [anon_sym_false] = ACTIONS(4426), + [anon_sym_SQUOTE] = ACTIONS(4428), + [sym__backtick_identifier] = ACTIONS(4428), + [sym__automatic_semicolon] = ACTIONS(4428), + [sym_safe_nav] = ACTIONS(4428), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4428), + }, + [1464] = { + [sym__expression] = STATE(4267), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym_value_argument] = STATE(8764), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(2183), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(5501), [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_RPAREN] = ACTIONS(5575), + [anon_sym_RPAREN] = ACTIONS(5556), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(5474), - [sym_label] = ACTIONS(853), + [anon_sym_STAR] = ACTIONS(5508), + [sym_label] = ACTIONS(821), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(2022), [anon_sym_when] = ACTIONS(245), @@ -200272,15 +198332,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(855), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(823), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -200296,71 +198356,169 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1486] = { - [sym__expression] = STATE(4276), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym_value_argument] = STATE(8766), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(1936), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5487), + [1465] = { + [aux_sym__delegation_specifiers_repeat1] = STATE(1465), + [sym__alpha_identifier] = ACTIONS(4627), + [anon_sym_AT] = ACTIONS(4629), + [anon_sym_LBRACK] = ACTIONS(4629), + [anon_sym_as] = ACTIONS(4627), + [anon_sym_LBRACE] = ACTIONS(4629), + [anon_sym_RBRACE] = ACTIONS(4629), + [anon_sym_LPAREN] = ACTIONS(4629), + [anon_sym_COMMA] = ACTIONS(5558), + [anon_sym_LT] = ACTIONS(4627), + [anon_sym_GT] = ACTIONS(4627), + [anon_sym_where] = ACTIONS(4627), + [anon_sym_object] = ACTIONS(4627), + [anon_sym_fun] = ACTIONS(4627), + [anon_sym_DOT] = ACTIONS(4627), + [anon_sym_SEMI] = ACTIONS(4629), + [anon_sym_get] = ACTIONS(4627), + [anon_sym_set] = ACTIONS(4627), + [anon_sym_this] = ACTIONS(4627), + [anon_sym_super] = ACTIONS(4627), + [anon_sym_STAR] = ACTIONS(4629), + [sym_label] = ACTIONS(4627), + [anon_sym_in] = ACTIONS(4627), + [anon_sym_DOT_DOT] = ACTIONS(4629), + [anon_sym_QMARK_COLON] = ACTIONS(4629), + [anon_sym_AMP_AMP] = ACTIONS(4629), + [anon_sym_PIPE_PIPE] = ACTIONS(4629), + [anon_sym_null] = ACTIONS(4627), + [anon_sym_if] = ACTIONS(4627), + [anon_sym_else] = ACTIONS(4627), + [anon_sym_when] = ACTIONS(4627), + [anon_sym_try] = ACTIONS(4627), + [anon_sym_throw] = ACTIONS(4627), + [anon_sym_return] = ACTIONS(4627), + [anon_sym_continue] = ACTIONS(4627), + [anon_sym_break] = ACTIONS(4627), + [anon_sym_COLON_COLON] = ACTIONS(4629), + [anon_sym_BANG_EQ] = ACTIONS(4627), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4629), + [anon_sym_EQ_EQ] = ACTIONS(4627), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4629), + [anon_sym_LT_EQ] = ACTIONS(4629), + [anon_sym_GT_EQ] = ACTIONS(4629), + [anon_sym_BANGin] = ACTIONS(4629), + [anon_sym_is] = ACTIONS(4627), + [anon_sym_BANGis] = ACTIONS(4629), + [anon_sym_PLUS] = ACTIONS(4627), + [anon_sym_DASH] = ACTIONS(4627), + [anon_sym_SLASH] = ACTIONS(4627), + [anon_sym_PERCENT] = ACTIONS(4629), + [anon_sym_as_QMARK] = ACTIONS(4629), + [anon_sym_PLUS_PLUS] = ACTIONS(4629), + [anon_sym_DASH_DASH] = ACTIONS(4629), + [anon_sym_BANG] = ACTIONS(4627), + [anon_sym_BANG_BANG] = ACTIONS(4629), + [anon_sym_suspend] = ACTIONS(4627), + [anon_sym_sealed] = ACTIONS(4627), + [anon_sym_annotation] = ACTIONS(4627), + [anon_sym_data] = ACTIONS(4627), + [anon_sym_inner] = ACTIONS(4627), + [anon_sym_override] = ACTIONS(4627), + [anon_sym_lateinit] = ACTIONS(4627), + [anon_sym_public] = ACTIONS(4627), + [anon_sym_private] = ACTIONS(4627), + [anon_sym_internal] = ACTIONS(4627), + [anon_sym_protected] = ACTIONS(4627), + [anon_sym_tailrec] = ACTIONS(4627), + [anon_sym_operator] = ACTIONS(4627), + [anon_sym_infix] = ACTIONS(4627), + [anon_sym_inline] = ACTIONS(4627), + [anon_sym_external] = ACTIONS(4627), + [sym_property_modifier] = ACTIONS(4627), + [anon_sym_abstract] = ACTIONS(4627), + [anon_sym_final] = ACTIONS(4627), + [anon_sym_open] = ACTIONS(4627), + [anon_sym_vararg] = ACTIONS(4627), + [anon_sym_noinline] = ACTIONS(4627), + [anon_sym_crossinline] = ACTIONS(4627), + [anon_sym_expect] = ACTIONS(4627), + [anon_sym_actual] = ACTIONS(4627), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4629), + [anon_sym_continue_AT] = ACTIONS(4629), + [anon_sym_break_AT] = ACTIONS(4629), + [sym_real_literal] = ACTIONS(4629), + [sym_integer_literal] = ACTIONS(4627), + [sym_hex_literal] = ACTIONS(4629), + [sym_bin_literal] = ACTIONS(4629), + [anon_sym_true] = ACTIONS(4627), + [anon_sym_false] = ACTIONS(4627), + [anon_sym_SQUOTE] = ACTIONS(4629), + [sym__backtick_identifier] = ACTIONS(4629), + [sym__automatic_semicolon] = ACTIONS(4629), + [sym_safe_nav] = ACTIONS(4629), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4629), + }, + [1466] = { + [sym__expression] = STATE(4267), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym_value_argument] = STATE(8764), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(2183), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(5501), [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_RPAREN] = ACTIONS(5577), + [anon_sym_RPAREN] = ACTIONS(5561), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(5474), - [sym_label] = ACTIONS(853), + [anon_sym_STAR] = ACTIONS(5508), + [sym_label] = ACTIONS(821), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(2022), [anon_sym_when] = ACTIONS(245), @@ -200370,15 +198528,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(855), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(823), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -200394,169 +198552,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1487] = { - [sym_function_body] = STATE(1166), - [sym__block] = STATE(1128), - [sym__alpha_identifier] = ACTIONS(4300), - [anon_sym_AT] = ACTIONS(4302), - [anon_sym_LBRACK] = ACTIONS(4302), - [anon_sym_as] = ACTIONS(4300), - [anon_sym_EQ] = ACTIONS(5183), - [anon_sym_LBRACE] = ACTIONS(4081), - [anon_sym_RBRACE] = ACTIONS(4302), - [anon_sym_LPAREN] = ACTIONS(4302), - [anon_sym_LT] = ACTIONS(4300), - [anon_sym_GT] = ACTIONS(4300), - [anon_sym_object] = ACTIONS(4300), - [anon_sym_fun] = ACTIONS(4300), - [anon_sym_DOT] = ACTIONS(4300), - [anon_sym_SEMI] = ACTIONS(4302), - [anon_sym_get] = ACTIONS(4300), - [anon_sym_set] = ACTIONS(4300), - [anon_sym_this] = ACTIONS(4300), - [anon_sym_super] = ACTIONS(4300), - [anon_sym_STAR] = ACTIONS(4302), - [sym_label] = ACTIONS(4300), - [anon_sym_in] = ACTIONS(4300), - [anon_sym_DOT_DOT] = ACTIONS(4302), - [anon_sym_QMARK_COLON] = ACTIONS(4302), - [anon_sym_AMP_AMP] = ACTIONS(4302), - [anon_sym_PIPE_PIPE] = ACTIONS(4302), - [anon_sym_null] = ACTIONS(4300), - [anon_sym_if] = ACTIONS(4300), - [anon_sym_else] = ACTIONS(4300), - [anon_sym_when] = ACTIONS(4300), - [anon_sym_try] = ACTIONS(4300), - [anon_sym_throw] = ACTIONS(4300), - [anon_sym_return] = ACTIONS(4300), - [anon_sym_continue] = ACTIONS(4300), - [anon_sym_break] = ACTIONS(4300), - [anon_sym_COLON_COLON] = ACTIONS(4302), - [anon_sym_BANG_EQ] = ACTIONS(4300), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4302), - [anon_sym_EQ_EQ] = ACTIONS(4300), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4302), - [anon_sym_LT_EQ] = ACTIONS(4302), - [anon_sym_GT_EQ] = ACTIONS(4302), - [anon_sym_BANGin] = ACTIONS(4302), - [anon_sym_is] = ACTIONS(4300), - [anon_sym_BANGis] = ACTIONS(4302), - [anon_sym_PLUS] = ACTIONS(4300), - [anon_sym_DASH] = ACTIONS(4300), - [anon_sym_SLASH] = ACTIONS(4300), - [anon_sym_PERCENT] = ACTIONS(4302), - [anon_sym_as_QMARK] = ACTIONS(4302), - [anon_sym_PLUS_PLUS] = ACTIONS(4302), - [anon_sym_DASH_DASH] = ACTIONS(4302), - [anon_sym_BANG] = ACTIONS(4300), - [anon_sym_BANG_BANG] = ACTIONS(4302), - [anon_sym_suspend] = ACTIONS(4300), - [anon_sym_sealed] = ACTIONS(4300), - [anon_sym_annotation] = ACTIONS(4300), - [anon_sym_data] = ACTIONS(4300), - [anon_sym_inner] = ACTIONS(4300), - [anon_sym_override] = ACTIONS(4300), - [anon_sym_lateinit] = ACTIONS(4300), - [anon_sym_public] = ACTIONS(4300), - [anon_sym_private] = ACTIONS(4300), - [anon_sym_internal] = ACTIONS(4300), - [anon_sym_protected] = ACTIONS(4300), - [anon_sym_tailrec] = ACTIONS(4300), - [anon_sym_operator] = ACTIONS(4300), - [anon_sym_infix] = ACTIONS(4300), - [anon_sym_inline] = ACTIONS(4300), - [anon_sym_external] = ACTIONS(4300), - [sym_property_modifier] = ACTIONS(4300), - [anon_sym_abstract] = ACTIONS(4300), - [anon_sym_final] = ACTIONS(4300), - [anon_sym_open] = ACTIONS(4300), - [anon_sym_vararg] = ACTIONS(4300), - [anon_sym_noinline] = ACTIONS(4300), - [anon_sym_crossinline] = ACTIONS(4300), - [anon_sym_expect] = ACTIONS(4300), - [anon_sym_actual] = ACTIONS(4300), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4302), - [anon_sym_continue_AT] = ACTIONS(4302), - [anon_sym_break_AT] = ACTIONS(4302), - [sym_real_literal] = ACTIONS(4302), - [sym_integer_literal] = ACTIONS(4300), - [sym_hex_literal] = ACTIONS(4302), - [sym_bin_literal] = ACTIONS(4302), - [anon_sym_true] = ACTIONS(4300), - [anon_sym_false] = ACTIONS(4300), - [anon_sym_SQUOTE] = ACTIONS(4302), - [sym__backtick_identifier] = ACTIONS(4302), - [sym__automatic_semicolon] = ACTIONS(4302), - [sym_safe_nav] = ACTIONS(4302), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4302), - }, - [1488] = { - [sym__expression] = STATE(4276), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym_value_argument] = STATE(8766), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(1936), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5487), + [1467] = { + [sym__expression] = STATE(4267), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym_value_argument] = STATE(8764), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(2183), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(5501), [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_RPAREN] = ACTIONS(5579), + [anon_sym_RPAREN] = ACTIONS(5563), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(5474), - [sym_label] = ACTIONS(853), + [anon_sym_STAR] = ACTIONS(5508), + [sym_label] = ACTIONS(821), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(2022), [anon_sym_when] = ACTIONS(245), @@ -200566,15 +198626,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(855), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(823), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -200590,71 +198650,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1489] = { - [sym__expression] = STATE(4276), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym_value_argument] = STATE(8766), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(1936), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5487), + [1468] = { + [sym__expression] = STATE(4267), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym_value_argument] = STATE(8764), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(2183), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(5501), [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_RPAREN] = ACTIONS(5581), + [anon_sym_RPAREN] = ACTIONS(5565), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(5474), - [sym_label] = ACTIONS(853), + [anon_sym_STAR] = ACTIONS(5508), + [sym_label] = ACTIONS(821), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(2022), [anon_sym_when] = ACTIONS(245), @@ -200664,15 +198724,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(855), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(823), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -200688,71 +198748,463 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1490] = { - [sym__expression] = STATE(4276), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym_value_argument] = STATE(8480), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(1936), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5487), + [1469] = { + [sym_indexing_suffix] = STATE(3424), + [sym_navigation_suffix] = STATE(3423), + [sym_call_suffix] = STATE(3420), + [sym_annotated_lambda] = STATE(3419), + [sym_type_arguments] = STATE(7492), + [sym_value_arguments] = STATE(2731), + [sym_lambda_literal] = STATE(3415), + [sym__equality_operator] = STATE(1915), + [sym__comparison_operator] = STATE(2017), + [sym__in_operator] = STATE(2047), + [sym__is_operator] = STATE(6160), + [sym__additive_operator] = STATE(2164), + [sym__multiplicative_operator] = STATE(2174), + [sym__as_operator] = STATE(6161), + [sym__postfix_unary_operator] = STATE(3414), + [sym__member_access_operator] = STATE(7370), + [sym_annotation] = STATE(7887), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2177), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7887), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(4543), + [anon_sym_as] = ACTIONS(4545), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_RBRACE] = ACTIONS(3073), + [anon_sym_LPAREN] = ACTIONS(4547), + [anon_sym_COMMA] = ACTIONS(3073), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(5488), + [anon_sym_where] = ACTIONS(3071), + [anon_sym_object] = ACTIONS(3071), + [anon_sym_fun] = ACTIONS(3071), + [anon_sym_DOT] = ACTIONS(4551), + [anon_sym_SEMI] = ACTIONS(3073), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_this] = ACTIONS(3071), + [anon_sym_super] = ACTIONS(3071), + [anon_sym_STAR] = ACTIONS(5480), + [sym_label] = ACTIONS(4555), + [anon_sym_in] = ACTIONS(5490), + [anon_sym_DOT_DOT] = ACTIONS(5482), + [anon_sym_QMARK_COLON] = ACTIONS(5492), + [anon_sym_AMP_AMP] = ACTIONS(5494), + [anon_sym_PIPE_PIPE] = ACTIONS(5496), + [anon_sym_null] = ACTIONS(3071), + [anon_sym_if] = ACTIONS(3071), + [anon_sym_else] = ACTIONS(3071), + [anon_sym_when] = ACTIONS(3071), + [anon_sym_try] = ACTIONS(3071), + [anon_sym_throw] = ACTIONS(3071), + [anon_sym_return] = ACTIONS(3071), + [anon_sym_continue] = ACTIONS(3071), + [anon_sym_break] = ACTIONS(3071), + [anon_sym_COLON_COLON] = ACTIONS(4567), + [anon_sym_BANG_EQ] = ACTIONS(5498), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5500), + [anon_sym_EQ_EQ] = ACTIONS(5498), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5500), + [anon_sym_LT_EQ] = ACTIONS(5502), + [anon_sym_GT_EQ] = ACTIONS(5502), + [anon_sym_BANGin] = ACTIONS(5504), + [anon_sym_is] = ACTIONS(4577), + [anon_sym_BANGis] = ACTIONS(4579), + [anon_sym_PLUS] = ACTIONS(5484), + [anon_sym_DASH] = ACTIONS(5484), + [anon_sym_SLASH] = ACTIONS(5486), + [anon_sym_PERCENT] = ACTIONS(5480), + [anon_sym_as_QMARK] = ACTIONS(4583), + [anon_sym_PLUS_PLUS] = ACTIONS(4585), + [anon_sym_DASH_DASH] = ACTIONS(4585), + [anon_sym_BANG] = ACTIONS(3071), + [anon_sym_BANG_BANG] = ACTIONS(4585), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3073), + [anon_sym_continue_AT] = ACTIONS(3073), + [anon_sym_break_AT] = ACTIONS(3073), + [sym_real_literal] = ACTIONS(3073), + [sym_integer_literal] = ACTIONS(3071), + [sym_hex_literal] = ACTIONS(3073), + [sym_bin_literal] = ACTIONS(3073), + [anon_sym_true] = ACTIONS(3071), + [anon_sym_false] = ACTIONS(3071), + [anon_sym_SQUOTE] = ACTIONS(3073), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(3073), + [sym_safe_nav] = ACTIONS(4567), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3073), + }, + [1470] = { + [aux_sym__delegation_specifiers_repeat1] = STATE(1474), + [sym__alpha_identifier] = ACTIONS(4658), + [anon_sym_AT] = ACTIONS(4660), + [anon_sym_LBRACK] = ACTIONS(4660), + [anon_sym_as] = ACTIONS(4658), + [anon_sym_LBRACE] = ACTIONS(4660), + [anon_sym_RBRACE] = ACTIONS(4660), + [anon_sym_LPAREN] = ACTIONS(4660), + [anon_sym_COMMA] = ACTIONS(5567), + [anon_sym_LT] = ACTIONS(4658), + [anon_sym_GT] = ACTIONS(4658), + [anon_sym_where] = ACTIONS(4658), + [anon_sym_object] = ACTIONS(4658), + [anon_sym_fun] = ACTIONS(4658), + [anon_sym_DOT] = ACTIONS(4658), + [anon_sym_SEMI] = ACTIONS(4660), + [anon_sym_get] = ACTIONS(4658), + [anon_sym_set] = ACTIONS(4658), + [anon_sym_this] = ACTIONS(4658), + [anon_sym_super] = ACTIONS(4658), + [anon_sym_STAR] = ACTIONS(4660), + [sym_label] = ACTIONS(4658), + [anon_sym_in] = ACTIONS(4658), + [anon_sym_DOT_DOT] = ACTIONS(4660), + [anon_sym_QMARK_COLON] = ACTIONS(4660), + [anon_sym_AMP_AMP] = ACTIONS(4660), + [anon_sym_PIPE_PIPE] = ACTIONS(4660), + [anon_sym_null] = ACTIONS(4658), + [anon_sym_if] = ACTIONS(4658), + [anon_sym_else] = ACTIONS(4658), + [anon_sym_when] = ACTIONS(4658), + [anon_sym_try] = ACTIONS(4658), + [anon_sym_throw] = ACTIONS(4658), + [anon_sym_return] = ACTIONS(4658), + [anon_sym_continue] = ACTIONS(4658), + [anon_sym_break] = ACTIONS(4658), + [anon_sym_COLON_COLON] = ACTIONS(4660), + [anon_sym_BANG_EQ] = ACTIONS(4658), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4660), + [anon_sym_EQ_EQ] = ACTIONS(4658), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4660), + [anon_sym_LT_EQ] = ACTIONS(4660), + [anon_sym_GT_EQ] = ACTIONS(4660), + [anon_sym_BANGin] = ACTIONS(4660), + [anon_sym_is] = ACTIONS(4658), + [anon_sym_BANGis] = ACTIONS(4660), + [anon_sym_PLUS] = ACTIONS(4658), + [anon_sym_DASH] = ACTIONS(4658), + [anon_sym_SLASH] = ACTIONS(4658), + [anon_sym_PERCENT] = ACTIONS(4660), + [anon_sym_as_QMARK] = ACTIONS(4660), + [anon_sym_PLUS_PLUS] = ACTIONS(4660), + [anon_sym_DASH_DASH] = ACTIONS(4660), + [anon_sym_BANG] = ACTIONS(4658), + [anon_sym_BANG_BANG] = ACTIONS(4660), + [anon_sym_suspend] = ACTIONS(4658), + [anon_sym_sealed] = ACTIONS(4658), + [anon_sym_annotation] = ACTIONS(4658), + [anon_sym_data] = ACTIONS(4658), + [anon_sym_inner] = ACTIONS(4658), + [anon_sym_override] = ACTIONS(4658), + [anon_sym_lateinit] = ACTIONS(4658), + [anon_sym_public] = ACTIONS(4658), + [anon_sym_private] = ACTIONS(4658), + [anon_sym_internal] = ACTIONS(4658), + [anon_sym_protected] = ACTIONS(4658), + [anon_sym_tailrec] = ACTIONS(4658), + [anon_sym_operator] = ACTIONS(4658), + [anon_sym_infix] = ACTIONS(4658), + [anon_sym_inline] = ACTIONS(4658), + [anon_sym_external] = ACTIONS(4658), + [sym_property_modifier] = ACTIONS(4658), + [anon_sym_abstract] = ACTIONS(4658), + [anon_sym_final] = ACTIONS(4658), + [anon_sym_open] = ACTIONS(4658), + [anon_sym_vararg] = ACTIONS(4658), + [anon_sym_noinline] = ACTIONS(4658), + [anon_sym_crossinline] = ACTIONS(4658), + [anon_sym_expect] = ACTIONS(4658), + [anon_sym_actual] = ACTIONS(4658), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4660), + [anon_sym_continue_AT] = ACTIONS(4660), + [anon_sym_break_AT] = ACTIONS(4660), + [sym_real_literal] = ACTIONS(4660), + [sym_integer_literal] = ACTIONS(4658), + [sym_hex_literal] = ACTIONS(4660), + [sym_bin_literal] = ACTIONS(4660), + [anon_sym_true] = ACTIONS(4658), + [anon_sym_false] = ACTIONS(4658), + [anon_sym_SQUOTE] = ACTIONS(4660), + [sym__backtick_identifier] = ACTIONS(4660), + [sym__automatic_semicolon] = ACTIONS(4660), + [sym_safe_nav] = ACTIONS(4660), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4660), + }, + [1471] = { + [sym_indexing_suffix] = STATE(3424), + [sym_navigation_suffix] = STATE(3423), + [sym_call_suffix] = STATE(3420), + [sym_annotated_lambda] = STATE(3419), + [sym_type_arguments] = STATE(7492), + [sym_value_arguments] = STATE(2731), + [sym_lambda_literal] = STATE(3415), + [sym__equality_operator] = STATE(1915), + [sym__comparison_operator] = STATE(2017), + [sym__in_operator] = STATE(2047), + [sym__is_operator] = STATE(6160), + [sym__additive_operator] = STATE(2164), + [sym__multiplicative_operator] = STATE(2174), + [sym__as_operator] = STATE(6161), + [sym__postfix_unary_operator] = STATE(3414), + [sym__member_access_operator] = STATE(7370), + [sym_annotation] = STATE(7887), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2177), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7887), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(4543), + [anon_sym_as] = ACTIONS(4545), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_RBRACE] = ACTIONS(3069), + [anon_sym_LPAREN] = ACTIONS(4547), + [anon_sym_COMMA] = ACTIONS(3069), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(5488), + [anon_sym_where] = ACTIONS(3067), + [anon_sym_object] = ACTIONS(3067), + [anon_sym_fun] = ACTIONS(3067), + [anon_sym_DOT] = ACTIONS(4551), + [anon_sym_SEMI] = ACTIONS(3069), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_this] = ACTIONS(3067), + [anon_sym_super] = ACTIONS(3067), + [anon_sym_STAR] = ACTIONS(5480), + [sym_label] = ACTIONS(4555), + [anon_sym_in] = ACTIONS(5490), + [anon_sym_DOT_DOT] = ACTIONS(5482), + [anon_sym_QMARK_COLON] = ACTIONS(5492), + [anon_sym_AMP_AMP] = ACTIONS(5494), + [anon_sym_PIPE_PIPE] = ACTIONS(5496), + [anon_sym_null] = ACTIONS(3067), + [anon_sym_if] = ACTIONS(3067), + [anon_sym_else] = ACTIONS(3067), + [anon_sym_when] = ACTIONS(3067), + [anon_sym_try] = ACTIONS(3067), + [anon_sym_throw] = ACTIONS(3067), + [anon_sym_return] = ACTIONS(3067), + [anon_sym_continue] = ACTIONS(3067), + [anon_sym_break] = ACTIONS(3067), + [anon_sym_COLON_COLON] = ACTIONS(4567), + [anon_sym_BANG_EQ] = ACTIONS(5498), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5500), + [anon_sym_EQ_EQ] = ACTIONS(5498), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5500), + [anon_sym_LT_EQ] = ACTIONS(5502), + [anon_sym_GT_EQ] = ACTIONS(5502), + [anon_sym_BANGin] = ACTIONS(5504), + [anon_sym_is] = ACTIONS(4577), + [anon_sym_BANGis] = ACTIONS(4579), + [anon_sym_PLUS] = ACTIONS(5484), + [anon_sym_DASH] = ACTIONS(5484), + [anon_sym_SLASH] = ACTIONS(5486), + [anon_sym_PERCENT] = ACTIONS(5480), + [anon_sym_as_QMARK] = ACTIONS(4583), + [anon_sym_PLUS_PLUS] = ACTIONS(4585), + [anon_sym_DASH_DASH] = ACTIONS(4585), + [anon_sym_BANG] = ACTIONS(3067), + [anon_sym_BANG_BANG] = ACTIONS(4585), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3069), + [anon_sym_continue_AT] = ACTIONS(3069), + [anon_sym_break_AT] = ACTIONS(3069), + [sym_real_literal] = ACTIONS(3069), + [sym_integer_literal] = ACTIONS(3067), + [sym_hex_literal] = ACTIONS(3069), + [sym_bin_literal] = ACTIONS(3069), + [anon_sym_true] = ACTIONS(3067), + [anon_sym_false] = ACTIONS(3067), + [anon_sym_SQUOTE] = ACTIONS(3069), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(3069), + [sym_safe_nav] = ACTIONS(4567), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3069), + }, + [1472] = { + [sym_indexing_suffix] = STATE(3424), + [sym_navigation_suffix] = STATE(3423), + [sym_call_suffix] = STATE(3420), + [sym_annotated_lambda] = STATE(3419), + [sym_type_arguments] = STATE(7492), + [sym_value_arguments] = STATE(2731), + [sym_lambda_literal] = STATE(3415), + [sym__equality_operator] = STATE(1915), + [sym__comparison_operator] = STATE(2017), + [sym__in_operator] = STATE(2047), + [sym__is_operator] = STATE(6160), + [sym__additive_operator] = STATE(2164), + [sym__multiplicative_operator] = STATE(2174), + [sym__as_operator] = STATE(6161), + [sym__postfix_unary_operator] = STATE(3414), + [sym__member_access_operator] = STATE(7370), + [sym_annotation] = STATE(7887), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2177), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7887), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(4543), + [anon_sym_as] = ACTIONS(4545), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_RBRACE] = ACTIONS(3065), + [anon_sym_LPAREN] = ACTIONS(4547), + [anon_sym_COMMA] = ACTIONS(3065), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(5488), + [anon_sym_where] = ACTIONS(3063), + [anon_sym_object] = ACTIONS(3063), + [anon_sym_fun] = ACTIONS(3063), + [anon_sym_DOT] = ACTIONS(4551), + [anon_sym_SEMI] = ACTIONS(3065), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_this] = ACTIONS(3063), + [anon_sym_super] = ACTIONS(3063), + [anon_sym_STAR] = ACTIONS(5480), + [sym_label] = ACTIONS(4555), + [anon_sym_in] = ACTIONS(5490), + [anon_sym_DOT_DOT] = ACTIONS(5482), + [anon_sym_QMARK_COLON] = ACTIONS(5492), + [anon_sym_AMP_AMP] = ACTIONS(5494), + [anon_sym_PIPE_PIPE] = ACTIONS(5496), + [anon_sym_null] = ACTIONS(3063), + [anon_sym_if] = ACTIONS(3063), + [anon_sym_else] = ACTIONS(3063), + [anon_sym_when] = ACTIONS(3063), + [anon_sym_try] = ACTIONS(3063), + [anon_sym_throw] = ACTIONS(3063), + [anon_sym_return] = ACTIONS(3063), + [anon_sym_continue] = ACTIONS(3063), + [anon_sym_break] = ACTIONS(3063), + [anon_sym_COLON_COLON] = ACTIONS(4567), + [anon_sym_BANG_EQ] = ACTIONS(5498), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5500), + [anon_sym_EQ_EQ] = ACTIONS(5498), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5500), + [anon_sym_LT_EQ] = ACTIONS(5502), + [anon_sym_GT_EQ] = ACTIONS(5502), + [anon_sym_BANGin] = ACTIONS(5504), + [anon_sym_is] = ACTIONS(4577), + [anon_sym_BANGis] = ACTIONS(4579), + [anon_sym_PLUS] = ACTIONS(5484), + [anon_sym_DASH] = ACTIONS(5484), + [anon_sym_SLASH] = ACTIONS(5486), + [anon_sym_PERCENT] = ACTIONS(5480), + [anon_sym_as_QMARK] = ACTIONS(4583), + [anon_sym_PLUS_PLUS] = ACTIONS(4585), + [anon_sym_DASH_DASH] = ACTIONS(4585), + [anon_sym_BANG] = ACTIONS(3063), + [anon_sym_BANG_BANG] = ACTIONS(4585), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3065), + [anon_sym_continue_AT] = ACTIONS(3065), + [anon_sym_break_AT] = ACTIONS(3065), + [sym_real_literal] = ACTIONS(3065), + [sym_integer_literal] = ACTIONS(3063), + [sym_hex_literal] = ACTIONS(3065), + [sym_bin_literal] = ACTIONS(3065), + [anon_sym_true] = ACTIONS(3063), + [anon_sym_false] = ACTIONS(3063), + [anon_sym_SQUOTE] = ACTIONS(3065), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(3065), + [sym_safe_nav] = ACTIONS(4567), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3065), + }, + [1473] = { + [sym__expression] = STATE(4267), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym_value_argument] = STATE(8764), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(2183), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(5501), [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_RPAREN] = ACTIONS(5583), + [anon_sym_RPAREN] = ACTIONS(5569), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(5474), - [sym_label] = ACTIONS(853), + [anon_sym_STAR] = ACTIONS(5508), + [sym_label] = ACTIONS(821), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(2022), [anon_sym_when] = ACTIONS(245), @@ -200762,15 +199214,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(855), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(823), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -200786,71 +199238,365 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1491] = { - [sym__expression] = STATE(4276), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym_value_argument] = STATE(8766), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(1936), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5487), + [1474] = { + [aux_sym__delegation_specifiers_repeat1] = STATE(1465), + [sym__alpha_identifier] = ACTIONS(4664), + [anon_sym_AT] = ACTIONS(4666), + [anon_sym_LBRACK] = ACTIONS(4666), + [anon_sym_as] = ACTIONS(4664), + [anon_sym_LBRACE] = ACTIONS(4666), + [anon_sym_RBRACE] = ACTIONS(4666), + [anon_sym_LPAREN] = ACTIONS(4666), + [anon_sym_COMMA] = ACTIONS(5567), + [anon_sym_LT] = ACTIONS(4664), + [anon_sym_GT] = ACTIONS(4664), + [anon_sym_where] = ACTIONS(4664), + [anon_sym_object] = ACTIONS(4664), + [anon_sym_fun] = ACTIONS(4664), + [anon_sym_DOT] = ACTIONS(4664), + [anon_sym_SEMI] = ACTIONS(4666), + [anon_sym_get] = ACTIONS(4664), + [anon_sym_set] = ACTIONS(4664), + [anon_sym_this] = ACTIONS(4664), + [anon_sym_super] = ACTIONS(4664), + [anon_sym_STAR] = ACTIONS(4666), + [sym_label] = ACTIONS(4664), + [anon_sym_in] = ACTIONS(4664), + [anon_sym_DOT_DOT] = ACTIONS(4666), + [anon_sym_QMARK_COLON] = ACTIONS(4666), + [anon_sym_AMP_AMP] = ACTIONS(4666), + [anon_sym_PIPE_PIPE] = ACTIONS(4666), + [anon_sym_null] = ACTIONS(4664), + [anon_sym_if] = ACTIONS(4664), + [anon_sym_else] = ACTIONS(4664), + [anon_sym_when] = ACTIONS(4664), + [anon_sym_try] = ACTIONS(4664), + [anon_sym_throw] = ACTIONS(4664), + [anon_sym_return] = ACTIONS(4664), + [anon_sym_continue] = ACTIONS(4664), + [anon_sym_break] = ACTIONS(4664), + [anon_sym_COLON_COLON] = ACTIONS(4666), + [anon_sym_BANG_EQ] = ACTIONS(4664), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4666), + [anon_sym_EQ_EQ] = ACTIONS(4664), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4666), + [anon_sym_LT_EQ] = ACTIONS(4666), + [anon_sym_GT_EQ] = ACTIONS(4666), + [anon_sym_BANGin] = ACTIONS(4666), + [anon_sym_is] = ACTIONS(4664), + [anon_sym_BANGis] = ACTIONS(4666), + [anon_sym_PLUS] = ACTIONS(4664), + [anon_sym_DASH] = ACTIONS(4664), + [anon_sym_SLASH] = ACTIONS(4664), + [anon_sym_PERCENT] = ACTIONS(4666), + [anon_sym_as_QMARK] = ACTIONS(4666), + [anon_sym_PLUS_PLUS] = ACTIONS(4666), + [anon_sym_DASH_DASH] = ACTIONS(4666), + [anon_sym_BANG] = ACTIONS(4664), + [anon_sym_BANG_BANG] = ACTIONS(4666), + [anon_sym_suspend] = ACTIONS(4664), + [anon_sym_sealed] = ACTIONS(4664), + [anon_sym_annotation] = ACTIONS(4664), + [anon_sym_data] = ACTIONS(4664), + [anon_sym_inner] = ACTIONS(4664), + [anon_sym_override] = ACTIONS(4664), + [anon_sym_lateinit] = ACTIONS(4664), + [anon_sym_public] = ACTIONS(4664), + [anon_sym_private] = ACTIONS(4664), + [anon_sym_internal] = ACTIONS(4664), + [anon_sym_protected] = ACTIONS(4664), + [anon_sym_tailrec] = ACTIONS(4664), + [anon_sym_operator] = ACTIONS(4664), + [anon_sym_infix] = ACTIONS(4664), + [anon_sym_inline] = ACTIONS(4664), + [anon_sym_external] = ACTIONS(4664), + [sym_property_modifier] = ACTIONS(4664), + [anon_sym_abstract] = ACTIONS(4664), + [anon_sym_final] = ACTIONS(4664), + [anon_sym_open] = ACTIONS(4664), + [anon_sym_vararg] = ACTIONS(4664), + [anon_sym_noinline] = ACTIONS(4664), + [anon_sym_crossinline] = ACTIONS(4664), + [anon_sym_expect] = ACTIONS(4664), + [anon_sym_actual] = ACTIONS(4664), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4666), + [anon_sym_continue_AT] = ACTIONS(4666), + [anon_sym_break_AT] = ACTIONS(4666), + [sym_real_literal] = ACTIONS(4666), + [sym_integer_literal] = ACTIONS(4664), + [sym_hex_literal] = ACTIONS(4666), + [sym_bin_literal] = ACTIONS(4666), + [anon_sym_true] = ACTIONS(4664), + [anon_sym_false] = ACTIONS(4664), + [anon_sym_SQUOTE] = ACTIONS(4666), + [sym__backtick_identifier] = ACTIONS(4666), + [sym__automatic_semicolon] = ACTIONS(4666), + [sym_safe_nav] = ACTIONS(4666), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4666), + }, + [1475] = { + [sym_indexing_suffix] = STATE(3424), + [sym_navigation_suffix] = STATE(3423), + [sym_call_suffix] = STATE(3420), + [sym_annotated_lambda] = STATE(3419), + [sym_type_arguments] = STATE(7492), + [sym_value_arguments] = STATE(2731), + [sym_lambda_literal] = STATE(3415), + [sym__equality_operator] = STATE(1915), + [sym__comparison_operator] = STATE(2017), + [sym__in_operator] = STATE(2047), + [sym__is_operator] = STATE(6160), + [sym__additive_operator] = STATE(2164), + [sym__multiplicative_operator] = STATE(2174), + [sym__as_operator] = STATE(6161), + [sym__postfix_unary_operator] = STATE(3414), + [sym__member_access_operator] = STATE(7370), + [sym_annotation] = STATE(7887), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2177), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7887), + [sym__alpha_identifier] = ACTIONS(3075), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(4543), + [anon_sym_as] = ACTIONS(4545), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_RBRACE] = ACTIONS(3077), + [anon_sym_LPAREN] = ACTIONS(4547), + [anon_sym_COMMA] = ACTIONS(3077), + [anon_sym_LT] = ACTIONS(3079), + [anon_sym_GT] = ACTIONS(3075), + [anon_sym_where] = ACTIONS(3075), + [anon_sym_object] = ACTIONS(3075), + [anon_sym_fun] = ACTIONS(3075), + [anon_sym_DOT] = ACTIONS(4551), + [anon_sym_SEMI] = ACTIONS(3077), + [anon_sym_get] = ACTIONS(3075), + [anon_sym_set] = ACTIONS(3075), + [anon_sym_this] = ACTIONS(3075), + [anon_sym_super] = ACTIONS(3075), + [anon_sym_STAR] = ACTIONS(5480), + [sym_label] = ACTIONS(4555), + [anon_sym_in] = ACTIONS(3075), + [anon_sym_DOT_DOT] = ACTIONS(3077), + [anon_sym_QMARK_COLON] = ACTIONS(3077), + [anon_sym_AMP_AMP] = ACTIONS(3077), + [anon_sym_PIPE_PIPE] = ACTIONS(3077), + [anon_sym_null] = ACTIONS(3075), + [anon_sym_if] = ACTIONS(3075), + [anon_sym_else] = ACTIONS(3075), + [anon_sym_when] = ACTIONS(3075), + [anon_sym_try] = ACTIONS(3075), + [anon_sym_throw] = ACTIONS(3075), + [anon_sym_return] = ACTIONS(3075), + [anon_sym_continue] = ACTIONS(3075), + [anon_sym_break] = ACTIONS(3075), + [anon_sym_COLON_COLON] = ACTIONS(4567), + [anon_sym_BANG_EQ] = ACTIONS(3075), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3077), + [anon_sym_EQ_EQ] = ACTIONS(3075), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3077), + [anon_sym_LT_EQ] = ACTIONS(3077), + [anon_sym_GT_EQ] = ACTIONS(3077), + [anon_sym_BANGin] = ACTIONS(3077), + [anon_sym_is] = ACTIONS(3075), + [anon_sym_BANGis] = ACTIONS(3077), + [anon_sym_PLUS] = ACTIONS(5484), + [anon_sym_DASH] = ACTIONS(5484), + [anon_sym_SLASH] = ACTIONS(5486), + [anon_sym_PERCENT] = ACTIONS(5480), + [anon_sym_as_QMARK] = ACTIONS(4583), + [anon_sym_PLUS_PLUS] = ACTIONS(4585), + [anon_sym_DASH_DASH] = ACTIONS(4585), + [anon_sym_BANG] = ACTIONS(3075), + [anon_sym_BANG_BANG] = ACTIONS(4585), + [anon_sym_data] = ACTIONS(3075), + [anon_sym_inner] = ACTIONS(3075), + [anon_sym_expect] = ACTIONS(3075), + [anon_sym_actual] = ACTIONS(3075), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3077), + [anon_sym_continue_AT] = ACTIONS(3077), + [anon_sym_break_AT] = ACTIONS(3077), + [sym_real_literal] = ACTIONS(3077), + [sym_integer_literal] = ACTIONS(3075), + [sym_hex_literal] = ACTIONS(3077), + [sym_bin_literal] = ACTIONS(3077), + [anon_sym_true] = ACTIONS(3075), + [anon_sym_false] = ACTIONS(3075), + [anon_sym_SQUOTE] = ACTIONS(3077), + [sym__backtick_identifier] = ACTIONS(3077), + [sym__automatic_semicolon] = ACTIONS(3077), + [sym_safe_nav] = ACTIONS(4567), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3077), + }, + [1476] = { + [sym_indexing_suffix] = STATE(3424), + [sym_navigation_suffix] = STATE(3423), + [sym_call_suffix] = STATE(3420), + [sym_annotated_lambda] = STATE(3419), + [sym_type_arguments] = STATE(7492), + [sym_value_arguments] = STATE(2731), + [sym_lambda_literal] = STATE(3415), + [sym__equality_operator] = STATE(1915), + [sym__comparison_operator] = STATE(2017), + [sym__in_operator] = STATE(2047), + [sym__is_operator] = STATE(6160), + [sym__additive_operator] = STATE(2164), + [sym__multiplicative_operator] = STATE(2174), + [sym__as_operator] = STATE(6161), + [sym__postfix_unary_operator] = STATE(3414), + [sym__member_access_operator] = STATE(7370), + [sym_annotation] = STATE(7887), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2177), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7887), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(4543), + [anon_sym_as] = ACTIONS(4545), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_RBRACE] = ACTIONS(3054), + [anon_sym_LPAREN] = ACTIONS(4547), + [anon_sym_COMMA] = ACTIONS(3054), + [anon_sym_LT] = ACTIONS(3056), + [anon_sym_GT] = ACTIONS(3052), + [anon_sym_where] = ACTIONS(3052), + [anon_sym_object] = ACTIONS(3052), + [anon_sym_fun] = ACTIONS(3052), + [anon_sym_DOT] = ACTIONS(4551), + [anon_sym_SEMI] = ACTIONS(3054), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_this] = ACTIONS(3052), + [anon_sym_super] = ACTIONS(3052), + [anon_sym_STAR] = ACTIONS(5480), + [sym_label] = ACTIONS(4555), + [anon_sym_in] = ACTIONS(3052), + [anon_sym_DOT_DOT] = ACTIONS(5482), + [anon_sym_QMARK_COLON] = ACTIONS(3054), + [anon_sym_AMP_AMP] = ACTIONS(3054), + [anon_sym_PIPE_PIPE] = ACTIONS(3054), + [anon_sym_null] = ACTIONS(3052), + [anon_sym_if] = ACTIONS(3052), + [anon_sym_else] = ACTIONS(3052), + [anon_sym_when] = ACTIONS(3052), + [anon_sym_try] = ACTIONS(3052), + [anon_sym_throw] = ACTIONS(3052), + [anon_sym_return] = ACTIONS(3052), + [anon_sym_continue] = ACTIONS(3052), + [anon_sym_break] = ACTIONS(3052), + [anon_sym_COLON_COLON] = ACTIONS(4567), + [anon_sym_BANG_EQ] = ACTIONS(3052), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3054), + [anon_sym_EQ_EQ] = ACTIONS(3052), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3054), + [anon_sym_LT_EQ] = ACTIONS(3054), + [anon_sym_GT_EQ] = ACTIONS(3054), + [anon_sym_BANGin] = ACTIONS(3054), + [anon_sym_is] = ACTIONS(3052), + [anon_sym_BANGis] = ACTIONS(3054), + [anon_sym_PLUS] = ACTIONS(5484), + [anon_sym_DASH] = ACTIONS(5484), + [anon_sym_SLASH] = ACTIONS(5486), + [anon_sym_PERCENT] = ACTIONS(5480), + [anon_sym_as_QMARK] = ACTIONS(4583), + [anon_sym_PLUS_PLUS] = ACTIONS(4585), + [anon_sym_DASH_DASH] = ACTIONS(4585), + [anon_sym_BANG] = ACTIONS(3052), + [anon_sym_BANG_BANG] = ACTIONS(4585), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3054), + [anon_sym_continue_AT] = ACTIONS(3054), + [anon_sym_break_AT] = ACTIONS(3054), + [sym_real_literal] = ACTIONS(3054), + [sym_integer_literal] = ACTIONS(3052), + [sym_hex_literal] = ACTIONS(3054), + [sym_bin_literal] = ACTIONS(3054), + [anon_sym_true] = ACTIONS(3052), + [anon_sym_false] = ACTIONS(3052), + [anon_sym_SQUOTE] = ACTIONS(3054), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(3054), + [sym_safe_nav] = ACTIONS(4567), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3054), + }, + [1477] = { + [sym__expression] = STATE(4267), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym_value_argument] = STATE(8764), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(2183), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(5501), [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_RPAREN] = ACTIONS(5585), + [anon_sym_RPAREN] = ACTIONS(5571), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(5474), - [sym_label] = ACTIONS(853), + [anon_sym_STAR] = ACTIONS(5508), + [sym_label] = ACTIONS(821), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(2022), [anon_sym_when] = ACTIONS(245), @@ -200860,15 +199606,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(855), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(823), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -200884,71 +199630,169 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1492] = { - [sym__expression] = STATE(4276), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym_value_argument] = STATE(8766), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(1936), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5487), + [1478] = { + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(2314), + [sym__comparison_operator] = STATE(2312), + [sym__in_operator] = STATE(2309), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(2306), + [sym__multiplicative_operator] = STATE(2305), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_annotation] = STATE(7893), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2302), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), + [sym__alpha_identifier] = ACTIONS(3022), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_RBRACK] = ACTIONS(3024), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(3024), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_COMMA] = ACTIONS(3024), + [anon_sym_RPAREN] = ACTIONS(3024), + [anon_sym_LT] = ACTIONS(3026), + [anon_sym_GT] = ACTIONS(3022), + [anon_sym_where] = ACTIONS(3022), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3024), + [anon_sym_get] = ACTIONS(3022), + [anon_sym_set] = ACTIONS(3022), + [anon_sym_STAR] = ACTIONS(3766), + [anon_sym_DASH_GT] = ACTIONS(3024), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(3022), + [anon_sym_while] = ACTIONS(3022), + [anon_sym_DOT_DOT] = ACTIONS(3024), + [anon_sym_QMARK_COLON] = ACTIONS(3024), + [anon_sym_AMP_AMP] = ACTIONS(3024), + [anon_sym_PIPE_PIPE] = ACTIONS(3024), + [anon_sym_else] = ACTIONS(3022), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_BANG_EQ] = ACTIONS(3022), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3024), + [anon_sym_EQ_EQ] = ACTIONS(3022), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3024), + [anon_sym_LT_EQ] = ACTIONS(3024), + [anon_sym_GT_EQ] = ACTIONS(3024), + [anon_sym_BANGin] = ACTIONS(3024), + [anon_sym_is] = ACTIONS(3022), + [anon_sym_BANGis] = ACTIONS(3024), + [anon_sym_PLUS] = ACTIONS(3022), + [anon_sym_DASH] = ACTIONS(3022), + [anon_sym_SLASH] = ACTIONS(3788), + [anon_sym_PERCENT] = ACTIONS(3766), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), + [anon_sym_suspend] = ACTIONS(3022), + [anon_sym_sealed] = ACTIONS(3022), + [anon_sym_annotation] = ACTIONS(3022), + [anon_sym_data] = ACTIONS(3022), + [anon_sym_inner] = ACTIONS(3022), + [anon_sym_override] = ACTIONS(3022), + [anon_sym_lateinit] = ACTIONS(3022), + [anon_sym_public] = ACTIONS(3022), + [anon_sym_private] = ACTIONS(3022), + [anon_sym_internal] = ACTIONS(3022), + [anon_sym_protected] = ACTIONS(3022), + [anon_sym_tailrec] = ACTIONS(3022), + [anon_sym_operator] = ACTIONS(3022), + [anon_sym_infix] = ACTIONS(3022), + [anon_sym_inline] = ACTIONS(3022), + [anon_sym_external] = ACTIONS(3022), + [sym_property_modifier] = ACTIONS(3022), + [anon_sym_abstract] = ACTIONS(3022), + [anon_sym_final] = ACTIONS(3022), + [anon_sym_open] = ACTIONS(3022), + [anon_sym_vararg] = ACTIONS(3022), + [anon_sym_noinline] = ACTIONS(3022), + [anon_sym_crossinline] = ACTIONS(3022), + [anon_sym_expect] = ACTIONS(3022), + [anon_sym_actual] = ACTIONS(3022), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3024), + [sym_safe_nav] = ACTIONS(3420), + [sym_multiline_comment] = ACTIONS(3), + }, + [1479] = { + [sym__expression] = STATE(4267), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym_value_argument] = STATE(8448), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(2183), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(5501), [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_RPAREN] = ACTIONS(5587), + [anon_sym_RPAREN] = ACTIONS(5573), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(5474), - [sym_label] = ACTIONS(853), + [anon_sym_STAR] = ACTIONS(5508), + [sym_label] = ACTIONS(821), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(2022), [anon_sym_when] = ACTIONS(245), @@ -200958,15 +199802,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(855), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(823), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -200982,71 +199826,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1493] = { - [sym__expression] = STATE(4276), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym_value_argument] = STATE(8508), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(1936), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5487), + [1480] = { + [sym__expression] = STATE(4267), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym_value_argument] = STATE(8764), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(2183), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(5501), [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_RPAREN] = ACTIONS(5589), + [anon_sym_RPAREN] = ACTIONS(5575), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(5474), - [sym_label] = ACTIONS(853), + [anon_sym_STAR] = ACTIONS(5508), + [sym_label] = ACTIONS(821), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(2022), [anon_sym_when] = ACTIONS(245), @@ -201056,15 +199900,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(855), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(823), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -201080,561 +199924,561 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1494] = { - [sym_function_body] = STATE(1157), - [sym__block] = STATE(1128), - [sym__alpha_identifier] = ACTIONS(4326), - [anon_sym_AT] = ACTIONS(4328), - [anon_sym_LBRACK] = ACTIONS(4328), - [anon_sym_as] = ACTIONS(4326), - [anon_sym_EQ] = ACTIONS(5183), - [anon_sym_LBRACE] = ACTIONS(4081), - [anon_sym_RBRACE] = ACTIONS(4328), - [anon_sym_LPAREN] = ACTIONS(4328), - [anon_sym_LT] = ACTIONS(4326), - [anon_sym_GT] = ACTIONS(4326), - [anon_sym_object] = ACTIONS(4326), - [anon_sym_fun] = ACTIONS(4326), - [anon_sym_DOT] = ACTIONS(4326), - [anon_sym_SEMI] = ACTIONS(4328), - [anon_sym_get] = ACTIONS(4326), - [anon_sym_set] = ACTIONS(4326), - [anon_sym_this] = ACTIONS(4326), - [anon_sym_super] = ACTIONS(4326), - [anon_sym_STAR] = ACTIONS(4328), - [sym_label] = ACTIONS(4326), - [anon_sym_in] = ACTIONS(4326), - [anon_sym_DOT_DOT] = ACTIONS(4328), - [anon_sym_QMARK_COLON] = ACTIONS(4328), - [anon_sym_AMP_AMP] = ACTIONS(4328), - [anon_sym_PIPE_PIPE] = ACTIONS(4328), - [anon_sym_null] = ACTIONS(4326), - [anon_sym_if] = ACTIONS(4326), - [anon_sym_else] = ACTIONS(4326), - [anon_sym_when] = ACTIONS(4326), - [anon_sym_try] = ACTIONS(4326), - [anon_sym_throw] = ACTIONS(4326), - [anon_sym_return] = ACTIONS(4326), - [anon_sym_continue] = ACTIONS(4326), - [anon_sym_break] = ACTIONS(4326), - [anon_sym_COLON_COLON] = ACTIONS(4328), - [anon_sym_BANG_EQ] = ACTIONS(4326), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4328), - [anon_sym_EQ_EQ] = ACTIONS(4326), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4328), - [anon_sym_LT_EQ] = ACTIONS(4328), - [anon_sym_GT_EQ] = ACTIONS(4328), - [anon_sym_BANGin] = ACTIONS(4328), - [anon_sym_is] = ACTIONS(4326), - [anon_sym_BANGis] = ACTIONS(4328), - [anon_sym_PLUS] = ACTIONS(4326), - [anon_sym_DASH] = ACTIONS(4326), - [anon_sym_SLASH] = ACTIONS(4326), - [anon_sym_PERCENT] = ACTIONS(4328), - [anon_sym_as_QMARK] = ACTIONS(4328), - [anon_sym_PLUS_PLUS] = ACTIONS(4328), - [anon_sym_DASH_DASH] = ACTIONS(4328), - [anon_sym_BANG] = ACTIONS(4326), - [anon_sym_BANG_BANG] = ACTIONS(4328), - [anon_sym_suspend] = ACTIONS(4326), - [anon_sym_sealed] = ACTIONS(4326), - [anon_sym_annotation] = ACTIONS(4326), - [anon_sym_data] = ACTIONS(4326), - [anon_sym_inner] = ACTIONS(4326), - [anon_sym_override] = ACTIONS(4326), - [anon_sym_lateinit] = ACTIONS(4326), - [anon_sym_public] = ACTIONS(4326), - [anon_sym_private] = ACTIONS(4326), - [anon_sym_internal] = ACTIONS(4326), - [anon_sym_protected] = ACTIONS(4326), - [anon_sym_tailrec] = ACTIONS(4326), - [anon_sym_operator] = ACTIONS(4326), - [anon_sym_infix] = ACTIONS(4326), - [anon_sym_inline] = ACTIONS(4326), - [anon_sym_external] = ACTIONS(4326), - [sym_property_modifier] = ACTIONS(4326), - [anon_sym_abstract] = ACTIONS(4326), - [anon_sym_final] = ACTIONS(4326), - [anon_sym_open] = ACTIONS(4326), - [anon_sym_vararg] = ACTIONS(4326), - [anon_sym_noinline] = ACTIONS(4326), - [anon_sym_crossinline] = ACTIONS(4326), - [anon_sym_expect] = ACTIONS(4326), - [anon_sym_actual] = ACTIONS(4326), + [1481] = { + [sym_indexing_suffix] = STATE(3424), + [sym_navigation_suffix] = STATE(3423), + [sym_call_suffix] = STATE(3420), + [sym_annotated_lambda] = STATE(3419), + [sym_type_arguments] = STATE(7492), + [sym_value_arguments] = STATE(2731), + [sym_lambda_literal] = STATE(3415), + [sym__equality_operator] = STATE(1915), + [sym__comparison_operator] = STATE(2017), + [sym__in_operator] = STATE(2047), + [sym__is_operator] = STATE(6160), + [sym__additive_operator] = STATE(2164), + [sym__multiplicative_operator] = STATE(2174), + [sym__as_operator] = STATE(6161), + [sym__postfix_unary_operator] = STATE(3414), + [sym__member_access_operator] = STATE(7370), + [sym_annotation] = STATE(7887), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2177), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7887), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(4543), + [anon_sym_as] = ACTIONS(4545), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_RBRACE] = ACTIONS(3050), + [anon_sym_LPAREN] = ACTIONS(4547), + [anon_sym_COMMA] = ACTIONS(3050), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(5488), + [anon_sym_where] = ACTIONS(3048), + [anon_sym_object] = ACTIONS(3048), + [anon_sym_fun] = ACTIONS(3048), + [anon_sym_DOT] = ACTIONS(4551), + [anon_sym_SEMI] = ACTIONS(3050), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_this] = ACTIONS(3048), + [anon_sym_super] = ACTIONS(3048), + [anon_sym_STAR] = ACTIONS(5480), + [sym_label] = ACTIONS(4555), + [anon_sym_in] = ACTIONS(5490), + [anon_sym_DOT_DOT] = ACTIONS(5482), + [anon_sym_QMARK_COLON] = ACTIONS(5492), + [anon_sym_AMP_AMP] = ACTIONS(3050), + [anon_sym_PIPE_PIPE] = ACTIONS(3050), + [anon_sym_null] = ACTIONS(3048), + [anon_sym_if] = ACTIONS(3048), + [anon_sym_else] = ACTIONS(3048), + [anon_sym_when] = ACTIONS(3048), + [anon_sym_try] = ACTIONS(3048), + [anon_sym_throw] = ACTIONS(3048), + [anon_sym_return] = ACTIONS(3048), + [anon_sym_continue] = ACTIONS(3048), + [anon_sym_break] = ACTIONS(3048), + [anon_sym_COLON_COLON] = ACTIONS(4567), + [anon_sym_BANG_EQ] = ACTIONS(5498), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5500), + [anon_sym_EQ_EQ] = ACTIONS(5498), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5500), + [anon_sym_LT_EQ] = ACTIONS(5502), + [anon_sym_GT_EQ] = ACTIONS(5502), + [anon_sym_BANGin] = ACTIONS(5504), + [anon_sym_is] = ACTIONS(4577), + [anon_sym_BANGis] = ACTIONS(4579), + [anon_sym_PLUS] = ACTIONS(5484), + [anon_sym_DASH] = ACTIONS(5484), + [anon_sym_SLASH] = ACTIONS(5486), + [anon_sym_PERCENT] = ACTIONS(5480), + [anon_sym_as_QMARK] = ACTIONS(4583), + [anon_sym_PLUS_PLUS] = ACTIONS(4585), + [anon_sym_DASH_DASH] = ACTIONS(4585), + [anon_sym_BANG] = ACTIONS(3048), + [anon_sym_BANG_BANG] = ACTIONS(4585), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4328), - [anon_sym_continue_AT] = ACTIONS(4328), - [anon_sym_break_AT] = ACTIONS(4328), - [sym_real_literal] = ACTIONS(4328), - [sym_integer_literal] = ACTIONS(4326), - [sym_hex_literal] = ACTIONS(4328), - [sym_bin_literal] = ACTIONS(4328), - [anon_sym_true] = ACTIONS(4326), - [anon_sym_false] = ACTIONS(4326), - [anon_sym_SQUOTE] = ACTIONS(4328), - [sym__backtick_identifier] = ACTIONS(4328), - [sym__automatic_semicolon] = ACTIONS(4328), - [sym_safe_nav] = ACTIONS(4328), + [anon_sym_return_AT] = ACTIONS(3050), + [anon_sym_continue_AT] = ACTIONS(3050), + [anon_sym_break_AT] = ACTIONS(3050), + [sym_real_literal] = ACTIONS(3050), + [sym_integer_literal] = ACTIONS(3048), + [sym_hex_literal] = ACTIONS(3050), + [sym_bin_literal] = ACTIONS(3050), + [anon_sym_true] = ACTIONS(3048), + [anon_sym_false] = ACTIONS(3048), + [anon_sym_SQUOTE] = ACTIONS(3050), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(3050), + [sym_safe_nav] = ACTIONS(4567), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4328), + [sym__string_start] = ACTIONS(3050), }, - [1495] = { - [sym__expression] = STATE(4276), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym_value_argument] = STATE(8430), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(1936), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5487), - [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_RPAREN] = ACTIONS(5591), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(5474), - [sym_label] = ACTIONS(853), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(2022), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(2024), - [anon_sym_return] = ACTIONS(2026), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(855), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [1482] = { + [sym_indexing_suffix] = STATE(3424), + [sym_navigation_suffix] = STATE(3423), + [sym_call_suffix] = STATE(3420), + [sym_annotated_lambda] = STATE(3419), + [sym_type_arguments] = STATE(7492), + [sym_value_arguments] = STATE(2731), + [sym_lambda_literal] = STATE(3415), + [sym__equality_operator] = STATE(1915), + [sym__comparison_operator] = STATE(2017), + [sym__in_operator] = STATE(2047), + [sym__is_operator] = STATE(6160), + [sym__additive_operator] = STATE(2164), + [sym__multiplicative_operator] = STATE(2174), + [sym__as_operator] = STATE(6161), + [sym__postfix_unary_operator] = STATE(3414), + [sym__member_access_operator] = STATE(7370), + [sym_annotation] = STATE(7887), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2177), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7887), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(4543), + [anon_sym_as] = ACTIONS(4545), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_RBRACE] = ACTIONS(3046), + [anon_sym_LPAREN] = ACTIONS(4547), + [anon_sym_COMMA] = ACTIONS(3046), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(5488), + [anon_sym_where] = ACTIONS(3044), + [anon_sym_object] = ACTIONS(3044), + [anon_sym_fun] = ACTIONS(3044), + [anon_sym_DOT] = ACTIONS(4551), + [anon_sym_SEMI] = ACTIONS(3046), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_this] = ACTIONS(3044), + [anon_sym_super] = ACTIONS(3044), + [anon_sym_STAR] = ACTIONS(5480), + [sym_label] = ACTIONS(4555), + [anon_sym_in] = ACTIONS(5490), + [anon_sym_DOT_DOT] = ACTIONS(5482), + [anon_sym_QMARK_COLON] = ACTIONS(5492), + [anon_sym_AMP_AMP] = ACTIONS(5494), + [anon_sym_PIPE_PIPE] = ACTIONS(3046), + [anon_sym_null] = ACTIONS(3044), + [anon_sym_if] = ACTIONS(3044), + [anon_sym_else] = ACTIONS(3044), + [anon_sym_when] = ACTIONS(3044), + [anon_sym_try] = ACTIONS(3044), + [anon_sym_throw] = ACTIONS(3044), + [anon_sym_return] = ACTIONS(3044), + [anon_sym_continue] = ACTIONS(3044), + [anon_sym_break] = ACTIONS(3044), + [anon_sym_COLON_COLON] = ACTIONS(4567), + [anon_sym_BANG_EQ] = ACTIONS(5498), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5500), + [anon_sym_EQ_EQ] = ACTIONS(5498), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5500), + [anon_sym_LT_EQ] = ACTIONS(5502), + [anon_sym_GT_EQ] = ACTIONS(5502), + [anon_sym_BANGin] = ACTIONS(5504), + [anon_sym_is] = ACTIONS(4577), + [anon_sym_BANGis] = ACTIONS(4579), + [anon_sym_PLUS] = ACTIONS(5484), + [anon_sym_DASH] = ACTIONS(5484), + [anon_sym_SLASH] = ACTIONS(5486), + [anon_sym_PERCENT] = ACTIONS(5480), + [anon_sym_as_QMARK] = ACTIONS(4583), + [anon_sym_PLUS_PLUS] = ACTIONS(4585), + [anon_sym_DASH_DASH] = ACTIONS(4585), + [anon_sym_BANG] = ACTIONS(3044), + [anon_sym_BANG_BANG] = ACTIONS(4585), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(3046), + [anon_sym_continue_AT] = ACTIONS(3046), + [anon_sym_break_AT] = ACTIONS(3046), + [sym_real_literal] = ACTIONS(3046), + [sym_integer_literal] = ACTIONS(3044), + [sym_hex_literal] = ACTIONS(3046), + [sym_bin_literal] = ACTIONS(3046), + [anon_sym_true] = ACTIONS(3044), + [anon_sym_false] = ACTIONS(3044), + [anon_sym_SQUOTE] = ACTIONS(3046), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(3046), + [sym_safe_nav] = ACTIONS(4567), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), - }, - [1496] = { - [sym_function_body] = STATE(1171), - [sym__block] = STATE(1128), - [sym__alpha_identifier] = ACTIONS(4181), - [anon_sym_AT] = ACTIONS(4183), - [anon_sym_LBRACK] = ACTIONS(4183), - [anon_sym_as] = ACTIONS(4181), - [anon_sym_EQ] = ACTIONS(5183), - [anon_sym_LBRACE] = ACTIONS(4081), - [anon_sym_RBRACE] = ACTIONS(4183), - [anon_sym_LPAREN] = ACTIONS(4183), - [anon_sym_LT] = ACTIONS(4181), - [anon_sym_GT] = ACTIONS(4181), - [anon_sym_object] = ACTIONS(4181), - [anon_sym_fun] = ACTIONS(4181), - [anon_sym_DOT] = ACTIONS(4181), - [anon_sym_SEMI] = ACTIONS(4183), - [anon_sym_get] = ACTIONS(4181), - [anon_sym_set] = ACTIONS(4181), - [anon_sym_this] = ACTIONS(4181), - [anon_sym_super] = ACTIONS(4181), - [anon_sym_STAR] = ACTIONS(4183), - [sym_label] = ACTIONS(4181), - [anon_sym_in] = ACTIONS(4181), - [anon_sym_DOT_DOT] = ACTIONS(4183), - [anon_sym_QMARK_COLON] = ACTIONS(4183), - [anon_sym_AMP_AMP] = ACTIONS(4183), - [anon_sym_PIPE_PIPE] = ACTIONS(4183), - [anon_sym_null] = ACTIONS(4181), - [anon_sym_if] = ACTIONS(4181), - [anon_sym_else] = ACTIONS(4181), - [anon_sym_when] = ACTIONS(4181), - [anon_sym_try] = ACTIONS(4181), - [anon_sym_throw] = ACTIONS(4181), - [anon_sym_return] = ACTIONS(4181), - [anon_sym_continue] = ACTIONS(4181), - [anon_sym_break] = ACTIONS(4181), - [anon_sym_COLON_COLON] = ACTIONS(4183), - [anon_sym_BANG_EQ] = ACTIONS(4181), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4183), - [anon_sym_EQ_EQ] = ACTIONS(4181), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4183), - [anon_sym_LT_EQ] = ACTIONS(4183), - [anon_sym_GT_EQ] = ACTIONS(4183), - [anon_sym_BANGin] = ACTIONS(4183), - [anon_sym_is] = ACTIONS(4181), - [anon_sym_BANGis] = ACTIONS(4183), - [anon_sym_PLUS] = ACTIONS(4181), - [anon_sym_DASH] = ACTIONS(4181), - [anon_sym_SLASH] = ACTIONS(4181), - [anon_sym_PERCENT] = ACTIONS(4183), - [anon_sym_as_QMARK] = ACTIONS(4183), - [anon_sym_PLUS_PLUS] = ACTIONS(4183), - [anon_sym_DASH_DASH] = ACTIONS(4183), - [anon_sym_BANG] = ACTIONS(4181), - [anon_sym_BANG_BANG] = ACTIONS(4183), - [anon_sym_suspend] = ACTIONS(4181), - [anon_sym_sealed] = ACTIONS(4181), - [anon_sym_annotation] = ACTIONS(4181), - [anon_sym_data] = ACTIONS(4181), - [anon_sym_inner] = ACTIONS(4181), - [anon_sym_override] = ACTIONS(4181), - [anon_sym_lateinit] = ACTIONS(4181), - [anon_sym_public] = ACTIONS(4181), - [anon_sym_private] = ACTIONS(4181), - [anon_sym_internal] = ACTIONS(4181), - [anon_sym_protected] = ACTIONS(4181), - [anon_sym_tailrec] = ACTIONS(4181), - [anon_sym_operator] = ACTIONS(4181), - [anon_sym_infix] = ACTIONS(4181), - [anon_sym_inline] = ACTIONS(4181), - [anon_sym_external] = ACTIONS(4181), - [sym_property_modifier] = ACTIONS(4181), - [anon_sym_abstract] = ACTIONS(4181), - [anon_sym_final] = ACTIONS(4181), - [anon_sym_open] = ACTIONS(4181), - [anon_sym_vararg] = ACTIONS(4181), - [anon_sym_noinline] = ACTIONS(4181), - [anon_sym_crossinline] = ACTIONS(4181), - [anon_sym_expect] = ACTIONS(4181), - [anon_sym_actual] = ACTIONS(4181), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4183), - [anon_sym_continue_AT] = ACTIONS(4183), - [anon_sym_break_AT] = ACTIONS(4183), - [sym_real_literal] = ACTIONS(4183), - [sym_integer_literal] = ACTIONS(4181), - [sym_hex_literal] = ACTIONS(4183), - [sym_bin_literal] = ACTIONS(4183), - [anon_sym_true] = ACTIONS(4181), - [anon_sym_false] = ACTIONS(4181), - [anon_sym_SQUOTE] = ACTIONS(4183), - [sym__backtick_identifier] = ACTIONS(4183), - [sym__automatic_semicolon] = ACTIONS(4183), - [sym_safe_nav] = ACTIONS(4183), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4183), + [sym__string_start] = ACTIONS(3046), }, - [1497] = { - [sym__expression] = STATE(4276), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym_value_argument] = STATE(8766), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(1936), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5487), - [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_RPAREN] = ACTIONS(5593), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(5474), - [sym_label] = ACTIONS(853), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(2022), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(2024), - [anon_sym_return] = ACTIONS(2026), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(855), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [1483] = { + [sym_indexing_suffix] = STATE(3424), + [sym_navigation_suffix] = STATE(3423), + [sym_call_suffix] = STATE(3420), + [sym_annotated_lambda] = STATE(3419), + [sym_type_arguments] = STATE(7492), + [sym_value_arguments] = STATE(2731), + [sym_lambda_literal] = STATE(3415), + [sym__equality_operator] = STATE(1915), + [sym__comparison_operator] = STATE(2017), + [sym__in_operator] = STATE(2047), + [sym__is_operator] = STATE(6160), + [sym__additive_operator] = STATE(2164), + [sym__multiplicative_operator] = STATE(2174), + [sym__as_operator] = STATE(6161), + [sym__postfix_unary_operator] = STATE(3414), + [sym__member_access_operator] = STATE(7370), + [sym_annotation] = STATE(7887), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2177), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7887), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(4543), + [anon_sym_as] = ACTIONS(4545), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_RBRACE] = ACTIONS(3042), + [anon_sym_LPAREN] = ACTIONS(4547), + [anon_sym_COMMA] = ACTIONS(3042), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(5488), + [anon_sym_where] = ACTIONS(3040), + [anon_sym_object] = ACTIONS(3040), + [anon_sym_fun] = ACTIONS(3040), + [anon_sym_DOT] = ACTIONS(4551), + [anon_sym_SEMI] = ACTIONS(3042), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_this] = ACTIONS(3040), + [anon_sym_super] = ACTIONS(3040), + [anon_sym_STAR] = ACTIONS(5480), + [sym_label] = ACTIONS(4555), + [anon_sym_in] = ACTIONS(5490), + [anon_sym_DOT_DOT] = ACTIONS(5482), + [anon_sym_QMARK_COLON] = ACTIONS(5492), + [anon_sym_AMP_AMP] = ACTIONS(3042), + [anon_sym_PIPE_PIPE] = ACTIONS(3042), + [anon_sym_null] = ACTIONS(3040), + [anon_sym_if] = ACTIONS(3040), + [anon_sym_else] = ACTIONS(3040), + [anon_sym_when] = ACTIONS(3040), + [anon_sym_try] = ACTIONS(3040), + [anon_sym_throw] = ACTIONS(3040), + [anon_sym_return] = ACTIONS(3040), + [anon_sym_continue] = ACTIONS(3040), + [anon_sym_break] = ACTIONS(3040), + [anon_sym_COLON_COLON] = ACTIONS(4567), + [anon_sym_BANG_EQ] = ACTIONS(3040), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3042), + [anon_sym_EQ_EQ] = ACTIONS(3040), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3042), + [anon_sym_LT_EQ] = ACTIONS(5502), + [anon_sym_GT_EQ] = ACTIONS(5502), + [anon_sym_BANGin] = ACTIONS(5504), + [anon_sym_is] = ACTIONS(4577), + [anon_sym_BANGis] = ACTIONS(4579), + [anon_sym_PLUS] = ACTIONS(5484), + [anon_sym_DASH] = ACTIONS(5484), + [anon_sym_SLASH] = ACTIONS(5486), + [anon_sym_PERCENT] = ACTIONS(5480), + [anon_sym_as_QMARK] = ACTIONS(4583), + [anon_sym_PLUS_PLUS] = ACTIONS(4585), + [anon_sym_DASH_DASH] = ACTIONS(4585), + [anon_sym_BANG] = ACTIONS(3040), + [anon_sym_BANG_BANG] = ACTIONS(4585), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(3042), + [anon_sym_continue_AT] = ACTIONS(3042), + [anon_sym_break_AT] = ACTIONS(3042), + [sym_real_literal] = ACTIONS(3042), + [sym_integer_literal] = ACTIONS(3040), + [sym_hex_literal] = ACTIONS(3042), + [sym_bin_literal] = ACTIONS(3042), + [anon_sym_true] = ACTIONS(3040), + [anon_sym_false] = ACTIONS(3040), + [anon_sym_SQUOTE] = ACTIONS(3042), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(3042), + [sym_safe_nav] = ACTIONS(4567), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), + [sym__string_start] = ACTIONS(3042), }, - [1498] = { - [sym__expression] = STATE(4276), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym_value_argument] = STATE(8766), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(1936), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5487), - [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_RPAREN] = ACTIONS(5595), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(5474), - [sym_label] = ACTIONS(853), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(2022), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(2024), - [anon_sym_return] = ACTIONS(2026), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(855), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [1484] = { + [sym_indexing_suffix] = STATE(3424), + [sym_navigation_suffix] = STATE(3423), + [sym_call_suffix] = STATE(3420), + [sym_annotated_lambda] = STATE(3419), + [sym_type_arguments] = STATE(7492), + [sym_value_arguments] = STATE(2731), + [sym_lambda_literal] = STATE(3415), + [sym__equality_operator] = STATE(1915), + [sym__comparison_operator] = STATE(2017), + [sym__in_operator] = STATE(2047), + [sym__is_operator] = STATE(6160), + [sym__additive_operator] = STATE(2164), + [sym__multiplicative_operator] = STATE(2174), + [sym__as_operator] = STATE(6161), + [sym__postfix_unary_operator] = STATE(3414), + [sym__member_access_operator] = STATE(7370), + [sym_annotation] = STATE(7887), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2177), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7887), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(4543), + [anon_sym_as] = ACTIONS(4545), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_RBRACE] = ACTIONS(3009), + [anon_sym_LPAREN] = ACTIONS(4547), + [anon_sym_COMMA] = ACTIONS(3009), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(5488), + [anon_sym_where] = ACTIONS(3007), + [anon_sym_object] = ACTIONS(3007), + [anon_sym_fun] = ACTIONS(3007), + [anon_sym_DOT] = ACTIONS(4551), + [anon_sym_SEMI] = ACTIONS(3009), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_this] = ACTIONS(3007), + [anon_sym_super] = ACTIONS(3007), + [anon_sym_STAR] = ACTIONS(5480), + [sym_label] = ACTIONS(4555), + [anon_sym_in] = ACTIONS(5490), + [anon_sym_DOT_DOT] = ACTIONS(5482), + [anon_sym_QMARK_COLON] = ACTIONS(5492), + [anon_sym_AMP_AMP] = ACTIONS(5494), + [anon_sym_PIPE_PIPE] = ACTIONS(5496), + [anon_sym_null] = ACTIONS(3007), + [anon_sym_if] = ACTIONS(3007), + [anon_sym_else] = ACTIONS(3007), + [anon_sym_when] = ACTIONS(3007), + [anon_sym_try] = ACTIONS(3007), + [anon_sym_throw] = ACTIONS(3007), + [anon_sym_return] = ACTIONS(3007), + [anon_sym_continue] = ACTIONS(3007), + [anon_sym_break] = ACTIONS(3007), + [anon_sym_COLON_COLON] = ACTIONS(4567), + [anon_sym_BANG_EQ] = ACTIONS(5498), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5500), + [anon_sym_EQ_EQ] = ACTIONS(5498), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5500), + [anon_sym_LT_EQ] = ACTIONS(5502), + [anon_sym_GT_EQ] = ACTIONS(5502), + [anon_sym_BANGin] = ACTIONS(5504), + [anon_sym_is] = ACTIONS(4577), + [anon_sym_BANGis] = ACTIONS(4579), + [anon_sym_PLUS] = ACTIONS(5484), + [anon_sym_DASH] = ACTIONS(5484), + [anon_sym_SLASH] = ACTIONS(5486), + [anon_sym_PERCENT] = ACTIONS(5480), + [anon_sym_as_QMARK] = ACTIONS(4583), + [anon_sym_PLUS_PLUS] = ACTIONS(4585), + [anon_sym_DASH_DASH] = ACTIONS(4585), + [anon_sym_BANG] = ACTIONS(3007), + [anon_sym_BANG_BANG] = ACTIONS(4585), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(3009), + [anon_sym_continue_AT] = ACTIONS(3009), + [anon_sym_break_AT] = ACTIONS(3009), + [sym_real_literal] = ACTIONS(3009), + [sym_integer_literal] = ACTIONS(3007), + [sym_hex_literal] = ACTIONS(3009), + [sym_bin_literal] = ACTIONS(3009), + [anon_sym_true] = ACTIONS(3007), + [anon_sym_false] = ACTIONS(3007), + [anon_sym_SQUOTE] = ACTIONS(3009), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(3009), + [sym_safe_nav] = ACTIONS(4567), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), + [sym__string_start] = ACTIONS(3009), }, - [1499] = { - [sym__expression] = STATE(4276), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym_value_argument] = STATE(8766), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(1936), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5487), + [1485] = { + [aux_sym__delegation_specifiers_repeat1] = STATE(1465), + [sym__alpha_identifier] = ACTIONS(4664), + [anon_sym_AT] = ACTIONS(4666), + [anon_sym_LBRACK] = ACTIONS(4666), + [anon_sym_as] = ACTIONS(4664), + [anon_sym_LBRACE] = ACTIONS(4666), + [anon_sym_RBRACE] = ACTIONS(4666), + [anon_sym_LPAREN] = ACTIONS(4666), + [anon_sym_COMMA] = ACTIONS(4666), + [anon_sym_LT] = ACTIONS(4664), + [anon_sym_GT] = ACTIONS(4664), + [anon_sym_where] = ACTIONS(4664), + [anon_sym_object] = ACTIONS(4664), + [anon_sym_fun] = ACTIONS(4664), + [anon_sym_DOT] = ACTIONS(4664), + [anon_sym_SEMI] = ACTIONS(4666), + [anon_sym_get] = ACTIONS(4664), + [anon_sym_set] = ACTIONS(4664), + [anon_sym_this] = ACTIONS(4664), + [anon_sym_super] = ACTIONS(4664), + [anon_sym_STAR] = ACTIONS(4666), + [sym_label] = ACTIONS(4664), + [anon_sym_in] = ACTIONS(4664), + [anon_sym_DOT_DOT] = ACTIONS(4666), + [anon_sym_QMARK_COLON] = ACTIONS(4666), + [anon_sym_AMP_AMP] = ACTIONS(4666), + [anon_sym_PIPE_PIPE] = ACTIONS(4666), + [anon_sym_null] = ACTIONS(4664), + [anon_sym_if] = ACTIONS(4664), + [anon_sym_else] = ACTIONS(4664), + [anon_sym_when] = ACTIONS(4664), + [anon_sym_try] = ACTIONS(4664), + [anon_sym_throw] = ACTIONS(4664), + [anon_sym_return] = ACTIONS(4664), + [anon_sym_continue] = ACTIONS(4664), + [anon_sym_break] = ACTIONS(4664), + [anon_sym_COLON_COLON] = ACTIONS(4666), + [anon_sym_BANG_EQ] = ACTIONS(4664), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4666), + [anon_sym_EQ_EQ] = ACTIONS(4664), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4666), + [anon_sym_LT_EQ] = ACTIONS(4666), + [anon_sym_GT_EQ] = ACTIONS(4666), + [anon_sym_BANGin] = ACTIONS(4666), + [anon_sym_is] = ACTIONS(4664), + [anon_sym_BANGis] = ACTIONS(4666), + [anon_sym_PLUS] = ACTIONS(4664), + [anon_sym_DASH] = ACTIONS(4664), + [anon_sym_SLASH] = ACTIONS(4664), + [anon_sym_PERCENT] = ACTIONS(4666), + [anon_sym_as_QMARK] = ACTIONS(4666), + [anon_sym_PLUS_PLUS] = ACTIONS(4666), + [anon_sym_DASH_DASH] = ACTIONS(4666), + [anon_sym_BANG] = ACTIONS(4664), + [anon_sym_BANG_BANG] = ACTIONS(4666), + [anon_sym_suspend] = ACTIONS(4664), + [anon_sym_sealed] = ACTIONS(4664), + [anon_sym_annotation] = ACTIONS(4664), + [anon_sym_data] = ACTIONS(4664), + [anon_sym_inner] = ACTIONS(4664), + [anon_sym_override] = ACTIONS(4664), + [anon_sym_lateinit] = ACTIONS(4664), + [anon_sym_public] = ACTIONS(4664), + [anon_sym_private] = ACTIONS(4664), + [anon_sym_internal] = ACTIONS(4664), + [anon_sym_protected] = ACTIONS(4664), + [anon_sym_tailrec] = ACTIONS(4664), + [anon_sym_operator] = ACTIONS(4664), + [anon_sym_infix] = ACTIONS(4664), + [anon_sym_inline] = ACTIONS(4664), + [anon_sym_external] = ACTIONS(4664), + [sym_property_modifier] = ACTIONS(4664), + [anon_sym_abstract] = ACTIONS(4664), + [anon_sym_final] = ACTIONS(4664), + [anon_sym_open] = ACTIONS(4664), + [anon_sym_vararg] = ACTIONS(4664), + [anon_sym_noinline] = ACTIONS(4664), + [anon_sym_crossinline] = ACTIONS(4664), + [anon_sym_expect] = ACTIONS(4664), + [anon_sym_actual] = ACTIONS(4664), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4666), + [anon_sym_continue_AT] = ACTIONS(4666), + [anon_sym_break_AT] = ACTIONS(4666), + [sym_real_literal] = ACTIONS(4666), + [sym_integer_literal] = ACTIONS(4664), + [sym_hex_literal] = ACTIONS(4666), + [sym_bin_literal] = ACTIONS(4666), + [anon_sym_true] = ACTIONS(4664), + [anon_sym_false] = ACTIONS(4664), + [anon_sym_SQUOTE] = ACTIONS(4666), + [sym__backtick_identifier] = ACTIONS(4666), + [sym__automatic_semicolon] = ACTIONS(4666), + [sym_safe_nav] = ACTIONS(4666), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4666), + }, + [1486] = { + [sym__expression] = STATE(4267), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym_value_argument] = STATE(8413), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(2183), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(5501), [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_RPAREN] = ACTIONS(5597), + [anon_sym_RPAREN] = ACTIONS(5577), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(5474), - [sym_label] = ACTIONS(853), + [anon_sym_STAR] = ACTIONS(5508), + [sym_label] = ACTIONS(821), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(2022), [anon_sym_when] = ACTIONS(245), @@ -201644,15 +200488,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(855), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(823), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -201668,155 +200512,155 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1500] = { - [sym_primary_constructor] = STATE(3450), - [sym_class_body] = STATE(3813), - [sym__class_parameters] = STATE(3545), - [sym_type_constraints] = STATE(3582), - [sym_modifiers] = STATE(9083), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3214), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(5599), - [anon_sym_LBRACK] = ACTIONS(3218), - [anon_sym_as] = ACTIONS(3214), - [anon_sym_EQ] = ACTIONS(3214), - [anon_sym_constructor] = ACTIONS(5357), - [anon_sym_LBRACE] = ACTIONS(5421), - [anon_sym_RBRACE] = ACTIONS(3218), - [anon_sym_LPAREN] = ACTIONS(5361), - [anon_sym_COMMA] = ACTIONS(3218), - [anon_sym_LT] = ACTIONS(3214), - [anon_sym_GT] = ACTIONS(3214), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(3214), - [anon_sym_SEMI] = ACTIONS(3218), - [anon_sym_get] = ACTIONS(3214), - [anon_sym_set] = ACTIONS(3214), - [anon_sym_STAR] = ACTIONS(3214), - [sym_label] = ACTIONS(3218), - [anon_sym_in] = ACTIONS(3214), - [anon_sym_DOT_DOT] = ACTIONS(3218), - [anon_sym_QMARK_COLON] = ACTIONS(3218), - [anon_sym_AMP_AMP] = ACTIONS(3218), - [anon_sym_PIPE_PIPE] = ACTIONS(3218), - [anon_sym_else] = ACTIONS(3214), - [anon_sym_COLON_COLON] = ACTIONS(3218), - [anon_sym_PLUS_EQ] = ACTIONS(3218), - [anon_sym_DASH_EQ] = ACTIONS(3218), - [anon_sym_STAR_EQ] = ACTIONS(3218), - [anon_sym_SLASH_EQ] = ACTIONS(3218), - [anon_sym_PERCENT_EQ] = ACTIONS(3218), - [anon_sym_BANG_EQ] = ACTIONS(3214), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3218), - [anon_sym_EQ_EQ] = ACTIONS(3214), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3218), - [anon_sym_LT_EQ] = ACTIONS(3218), - [anon_sym_GT_EQ] = ACTIONS(3218), - [anon_sym_BANGin] = ACTIONS(3218), - [anon_sym_is] = ACTIONS(3214), - [anon_sym_BANGis] = ACTIONS(3218), - [anon_sym_PLUS] = ACTIONS(3214), - [anon_sym_DASH] = ACTIONS(3214), - [anon_sym_SLASH] = ACTIONS(3214), - [anon_sym_PERCENT] = ACTIONS(3214), - [anon_sym_as_QMARK] = ACTIONS(3218), - [anon_sym_PLUS_PLUS] = ACTIONS(3218), - [anon_sym_DASH_DASH] = ACTIONS(3218), - [anon_sym_BANG_BANG] = ACTIONS(3218), - [anon_sym_suspend] = ACTIONS(3120), - [anon_sym_sealed] = ACTIONS(3122), - [anon_sym_annotation] = ACTIONS(3122), - [anon_sym_data] = ACTIONS(3122), - [anon_sym_inner] = ACTIONS(3122), - [anon_sym_override] = ACTIONS(3124), - [anon_sym_lateinit] = ACTIONS(3124), - [anon_sym_public] = ACTIONS(3126), - [anon_sym_private] = ACTIONS(3126), - [anon_sym_internal] = ACTIONS(3126), - [anon_sym_protected] = ACTIONS(3126), - [anon_sym_tailrec] = ACTIONS(3120), - [anon_sym_operator] = ACTIONS(3120), - [anon_sym_infix] = ACTIONS(3120), - [anon_sym_inline] = ACTIONS(3120), - [anon_sym_external] = ACTIONS(3120), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(3130), - [anon_sym_final] = ACTIONS(3130), - [anon_sym_open] = ACTIONS(3130), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3134), - [anon_sym_actual] = ACTIONS(3134), + [1487] = { + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(2314), + [sym__comparison_operator] = STATE(2312), + [sym__in_operator] = STATE(2309), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(2306), + [sym__multiplicative_operator] = STATE(2305), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_annotation] = STATE(7893), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2302), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_RBRACK] = ACTIONS(3073), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(3073), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_COMMA] = ACTIONS(3073), + [anon_sym_RPAREN] = ACTIONS(3073), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(3758), + [anon_sym_where] = ACTIONS(3071), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3073), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(3766), + [anon_sym_DASH_GT] = ACTIONS(3073), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(3768), + [anon_sym_while] = ACTIONS(3071), + [anon_sym_DOT_DOT] = ACTIONS(3770), + [anon_sym_QMARK_COLON] = ACTIONS(3772), + [anon_sym_AMP_AMP] = ACTIONS(3774), + [anon_sym_PIPE_PIPE] = ACTIONS(3776), + [anon_sym_else] = ACTIONS(3071), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_BANG_EQ] = ACTIONS(3778), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3780), + [anon_sym_EQ_EQ] = ACTIONS(3778), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3780), + [anon_sym_LT_EQ] = ACTIONS(3782), + [anon_sym_GT_EQ] = ACTIONS(3782), + [anon_sym_BANGin] = ACTIONS(3784), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), + [anon_sym_PLUS] = ACTIONS(3786), + [anon_sym_DASH] = ACTIONS(3786), + [anon_sym_SLASH] = ACTIONS(3788), + [anon_sym_PERCENT] = ACTIONS(3766), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), + [anon_sym_suspend] = ACTIONS(3071), + [anon_sym_sealed] = ACTIONS(3071), + [anon_sym_annotation] = ACTIONS(3071), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_override] = ACTIONS(3071), + [anon_sym_lateinit] = ACTIONS(3071), + [anon_sym_public] = ACTIONS(3071), + [anon_sym_private] = ACTIONS(3071), + [anon_sym_internal] = ACTIONS(3071), + [anon_sym_protected] = ACTIONS(3071), + [anon_sym_tailrec] = ACTIONS(3071), + [anon_sym_operator] = ACTIONS(3071), + [anon_sym_infix] = ACTIONS(3071), + [anon_sym_inline] = ACTIONS(3071), + [anon_sym_external] = ACTIONS(3071), + [sym_property_modifier] = ACTIONS(3071), + [anon_sym_abstract] = ACTIONS(3071), + [anon_sym_final] = ACTIONS(3071), + [anon_sym_open] = ACTIONS(3071), + [anon_sym_vararg] = ACTIONS(3071), + [anon_sym_noinline] = ACTIONS(3071), + [anon_sym_crossinline] = ACTIONS(3071), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3218), - [sym__automatic_semicolon] = ACTIONS(3218), - [sym_safe_nav] = ACTIONS(3218), + [sym__backtick_identifier] = ACTIONS(1750), + [sym_safe_nav] = ACTIONS(3420), [sym_multiline_comment] = ACTIONS(3), }, - [1501] = { - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(2143), - [sym__comparison_operator] = STATE(2144), - [sym__in_operator] = STATE(2145), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(2146), - [sym__multiplicative_operator] = STATE(2148), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_annotation] = STATE(7845), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2153), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), + [1488] = { + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(2314), + [sym__comparison_operator] = STATE(2312), + [sym__in_operator] = STATE(2309), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(2306), + [sym__multiplicative_operator] = STATE(2305), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_annotation] = STATE(7893), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2302), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_RBRACK] = ACTIONS(2993), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(2993), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_COMMA] = ACTIONS(2993), - [anon_sym_RPAREN] = ACTIONS(2993), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_RBRACK] = ACTIONS(3069), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(3069), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_COMMA] = ACTIONS(3069), + [anon_sym_RPAREN] = ACTIONS(3069), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(3758), - [anon_sym_where] = ACTIONS(2991), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(2993), + [anon_sym_where] = ACTIONS(3067), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3069), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), [anon_sym_STAR] = ACTIONS(3766), - [anon_sym_DASH_GT] = ACTIONS(2993), - [sym_label] = ACTIONS(3392), + [anon_sym_DASH_GT] = ACTIONS(3069), + [sym_label] = ACTIONS(3408), [anon_sym_in] = ACTIONS(3768), - [anon_sym_while] = ACTIONS(2991), + [anon_sym_while] = ACTIONS(3067), [anon_sym_DOT_DOT] = ACTIONS(3770), [anon_sym_QMARK_COLON] = ACTIONS(3772), - [anon_sym_AMP_AMP] = ACTIONS(2993), - [anon_sym_PIPE_PIPE] = ACTIONS(2993), - [anon_sym_else] = ACTIONS(2991), - [anon_sym_COLON_COLON] = ACTIONS(3404), + [anon_sym_AMP_AMP] = ACTIONS(3774), + [anon_sym_PIPE_PIPE] = ACTIONS(3776), + [anon_sym_else] = ACTIONS(3067), + [anon_sym_COLON_COLON] = ACTIONS(3420), [anon_sym_BANG_EQ] = ACTIONS(3778), [anon_sym_BANG_EQ_EQ] = ACTIONS(3780), [anon_sym_EQ_EQ] = ACTIONS(3778), @@ -201824,97 +200668,97 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_EQ] = ACTIONS(3782), [anon_sym_GT_EQ] = ACTIONS(3782), [anon_sym_BANGin] = ACTIONS(3784), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), [anon_sym_PLUS] = ACTIONS(3786), [anon_sym_DASH] = ACTIONS(3786), [anon_sym_SLASH] = ACTIONS(3788), [anon_sym_PERCENT] = ACTIONS(3766), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), - [anon_sym_suspend] = ACTIONS(2991), - [anon_sym_sealed] = ACTIONS(2991), - [anon_sym_annotation] = ACTIONS(2991), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), + [anon_sym_suspend] = ACTIONS(3067), + [anon_sym_sealed] = ACTIONS(3067), + [anon_sym_annotation] = ACTIONS(3067), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(2991), - [anon_sym_lateinit] = ACTIONS(2991), - [anon_sym_public] = ACTIONS(2991), - [anon_sym_private] = ACTIONS(2991), - [anon_sym_internal] = ACTIONS(2991), - [anon_sym_protected] = ACTIONS(2991), - [anon_sym_tailrec] = ACTIONS(2991), - [anon_sym_operator] = ACTIONS(2991), - [anon_sym_infix] = ACTIONS(2991), - [anon_sym_inline] = ACTIONS(2991), - [anon_sym_external] = ACTIONS(2991), - [sym_property_modifier] = ACTIONS(2991), - [anon_sym_abstract] = ACTIONS(2991), - [anon_sym_final] = ACTIONS(2991), - [anon_sym_open] = ACTIONS(2991), - [anon_sym_vararg] = ACTIONS(2991), - [anon_sym_noinline] = ACTIONS(2991), - [anon_sym_crossinline] = ACTIONS(2991), + [anon_sym_override] = ACTIONS(3067), + [anon_sym_lateinit] = ACTIONS(3067), + [anon_sym_public] = ACTIONS(3067), + [anon_sym_private] = ACTIONS(3067), + [anon_sym_internal] = ACTIONS(3067), + [anon_sym_protected] = ACTIONS(3067), + [anon_sym_tailrec] = ACTIONS(3067), + [anon_sym_operator] = ACTIONS(3067), + [anon_sym_infix] = ACTIONS(3067), + [anon_sym_inline] = ACTIONS(3067), + [anon_sym_external] = ACTIONS(3067), + [sym_property_modifier] = ACTIONS(3067), + [anon_sym_abstract] = ACTIONS(3067), + [anon_sym_final] = ACTIONS(3067), + [anon_sym_open] = ACTIONS(3067), + [anon_sym_vararg] = ACTIONS(3067), + [anon_sym_noinline] = ACTIONS(3067), + [anon_sym_crossinline] = ACTIONS(3067), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), + [sym_safe_nav] = ACTIONS(3420), [sym_multiline_comment] = ACTIONS(3), }, - [1502] = { - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(2143), - [sym__comparison_operator] = STATE(2144), - [sym__in_operator] = STATE(2145), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(2146), - [sym__multiplicative_operator] = STATE(2148), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_annotation] = STATE(7845), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2153), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), + [1489] = { + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(2314), + [sym__comparison_operator] = STATE(2312), + [sym__in_operator] = STATE(2309), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(2306), + [sym__multiplicative_operator] = STATE(2305), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_annotation] = STATE(7893), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2302), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_RBRACK] = ACTIONS(3059), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(3059), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_COMMA] = ACTIONS(3059), - [anon_sym_RPAREN] = ACTIONS(3059), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_RBRACK] = ACTIONS(3065), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(3065), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_COMMA] = ACTIONS(3065), + [anon_sym_RPAREN] = ACTIONS(3065), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(3758), - [anon_sym_where] = ACTIONS(3057), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(3059), + [anon_sym_where] = ACTIONS(3063), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3065), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), [anon_sym_STAR] = ACTIONS(3766), - [anon_sym_DASH_GT] = ACTIONS(3059), - [sym_label] = ACTIONS(3392), + [anon_sym_DASH_GT] = ACTIONS(3065), + [sym_label] = ACTIONS(3408), [anon_sym_in] = ACTIONS(3768), - [anon_sym_while] = ACTIONS(3057), + [anon_sym_while] = ACTIONS(3063), [anon_sym_DOT_DOT] = ACTIONS(3770), [anon_sym_QMARK_COLON] = ACTIONS(3772), [anon_sym_AMP_AMP] = ACTIONS(3774), [anon_sym_PIPE_PIPE] = ACTIONS(3776), - [anon_sym_else] = ACTIONS(3057), - [anon_sym_COLON_COLON] = ACTIONS(3404), + [anon_sym_else] = ACTIONS(3063), + [anon_sym_COLON_COLON] = ACTIONS(3420), [anon_sym_BANG_EQ] = ACTIONS(3778), [anon_sym_BANG_EQ_EQ] = ACTIONS(3780), [anon_sym_EQ_EQ] = ACTIONS(3778), @@ -201922,407 +200766,506 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_EQ] = ACTIONS(3782), [anon_sym_GT_EQ] = ACTIONS(3782), [anon_sym_BANGin] = ACTIONS(3784), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), [anon_sym_PLUS] = ACTIONS(3786), [anon_sym_DASH] = ACTIONS(3786), [anon_sym_SLASH] = ACTIONS(3788), [anon_sym_PERCENT] = ACTIONS(3766), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), - [anon_sym_suspend] = ACTIONS(3057), - [anon_sym_sealed] = ACTIONS(3057), - [anon_sym_annotation] = ACTIONS(3057), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), + [anon_sym_suspend] = ACTIONS(3063), + [anon_sym_sealed] = ACTIONS(3063), + [anon_sym_annotation] = ACTIONS(3063), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3057), - [anon_sym_lateinit] = ACTIONS(3057), - [anon_sym_public] = ACTIONS(3057), - [anon_sym_private] = ACTIONS(3057), - [anon_sym_internal] = ACTIONS(3057), - [anon_sym_protected] = ACTIONS(3057), - [anon_sym_tailrec] = ACTIONS(3057), - [anon_sym_operator] = ACTIONS(3057), - [anon_sym_infix] = ACTIONS(3057), - [anon_sym_inline] = ACTIONS(3057), - [anon_sym_external] = ACTIONS(3057), - [sym_property_modifier] = ACTIONS(3057), - [anon_sym_abstract] = ACTIONS(3057), - [anon_sym_final] = ACTIONS(3057), - [anon_sym_open] = ACTIONS(3057), - [anon_sym_vararg] = ACTIONS(3057), - [anon_sym_noinline] = ACTIONS(3057), - [anon_sym_crossinline] = ACTIONS(3057), + [anon_sym_override] = ACTIONS(3063), + [anon_sym_lateinit] = ACTIONS(3063), + [anon_sym_public] = ACTIONS(3063), + [anon_sym_private] = ACTIONS(3063), + [anon_sym_internal] = ACTIONS(3063), + [anon_sym_protected] = ACTIONS(3063), + [anon_sym_tailrec] = ACTIONS(3063), + [anon_sym_operator] = ACTIONS(3063), + [anon_sym_infix] = ACTIONS(3063), + [anon_sym_inline] = ACTIONS(3063), + [anon_sym_external] = ACTIONS(3063), + [sym_property_modifier] = ACTIONS(3063), + [anon_sym_abstract] = ACTIONS(3063), + [anon_sym_final] = ACTIONS(3063), + [anon_sym_open] = ACTIONS(3063), + [anon_sym_vararg] = ACTIONS(3063), + [anon_sym_noinline] = ACTIONS(3063), + [anon_sym_crossinline] = ACTIONS(3063), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), + [sym_safe_nav] = ACTIONS(3420), [sym_multiline_comment] = ACTIONS(3), }, - [1503] = { - [sym__expression] = STATE(4276), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym_value_argument] = STATE(8343), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(1936), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5487), - [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_RPAREN] = ACTIONS(5601), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(5474), - [sym_label] = ACTIONS(853), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(2022), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(2024), - [anon_sym_return] = ACTIONS(2026), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(855), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [1490] = { + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(2314), + [sym__comparison_operator] = STATE(2312), + [sym__in_operator] = STATE(2309), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(2306), + [sym__multiplicative_operator] = STATE(2305), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_annotation] = STATE(7893), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2302), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_RBRACK] = ACTIONS(3031), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(3031), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_COMMA] = ACTIONS(3031), + [anon_sym_RPAREN] = ACTIONS(3031), + [anon_sym_LT] = ACTIONS(3033), + [anon_sym_GT] = ACTIONS(3029), + [anon_sym_where] = ACTIONS(3029), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3031), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(3766), + [anon_sym_DASH_GT] = ACTIONS(3031), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(3029), + [anon_sym_while] = ACTIONS(3029), + [anon_sym_DOT_DOT] = ACTIONS(3770), + [anon_sym_QMARK_COLON] = ACTIONS(3772), + [anon_sym_AMP_AMP] = ACTIONS(3031), + [anon_sym_PIPE_PIPE] = ACTIONS(3031), + [anon_sym_else] = ACTIONS(3029), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_BANG_EQ] = ACTIONS(3029), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3031), + [anon_sym_EQ_EQ] = ACTIONS(3029), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3031), + [anon_sym_LT_EQ] = ACTIONS(3031), + [anon_sym_GT_EQ] = ACTIONS(3031), + [anon_sym_BANGin] = ACTIONS(3031), + [anon_sym_is] = ACTIONS(3029), + [anon_sym_BANGis] = ACTIONS(3031), + [anon_sym_PLUS] = ACTIONS(3786), + [anon_sym_DASH] = ACTIONS(3786), + [anon_sym_SLASH] = ACTIONS(3788), + [anon_sym_PERCENT] = ACTIONS(3766), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), + [anon_sym_suspend] = ACTIONS(3029), + [anon_sym_sealed] = ACTIONS(3029), + [anon_sym_annotation] = ACTIONS(3029), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_override] = ACTIONS(3029), + [anon_sym_lateinit] = ACTIONS(3029), + [anon_sym_public] = ACTIONS(3029), + [anon_sym_private] = ACTIONS(3029), + [anon_sym_internal] = ACTIONS(3029), + [anon_sym_protected] = ACTIONS(3029), + [anon_sym_tailrec] = ACTIONS(3029), + [anon_sym_operator] = ACTIONS(3029), + [anon_sym_infix] = ACTIONS(3029), + [anon_sym_inline] = ACTIONS(3029), + [anon_sym_external] = ACTIONS(3029), + [sym_property_modifier] = ACTIONS(3029), + [anon_sym_abstract] = ACTIONS(3029), + [anon_sym_final] = ACTIONS(3029), + [anon_sym_open] = ACTIONS(3029), + [anon_sym_vararg] = ACTIONS(3029), + [anon_sym_noinline] = ACTIONS(3029), + [anon_sym_crossinline] = ACTIONS(3029), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), + [sym__backtick_identifier] = ACTIONS(1750), + [sym_safe_nav] = ACTIONS(3420), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), }, - [1504] = { - [sym_indexing_suffix] = STATE(3339), - [sym_navigation_suffix] = STATE(3435), - [sym_call_suffix] = STATE(3432), - [sym_annotated_lambda] = STATE(3429), - [sym_type_arguments] = STATE(7512), - [sym_value_arguments] = STATE(2735), - [sym_lambda_literal] = STATE(3427), - [sym__equality_operator] = STATE(2060), - [sym__comparison_operator] = STATE(2059), - [sym__in_operator] = STATE(2055), - [sym__is_operator] = STATE(6217), - [sym__additive_operator] = STATE(2038), - [sym__multiplicative_operator] = STATE(2037), - [sym__as_operator] = STATE(6214), - [sym__postfix_unary_operator] = STATE(3426), - [sym__member_access_operator] = STATE(7360), - [sym_annotation] = STATE(7846), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2036), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7846), + [1491] = { + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(2314), + [sym__comparison_operator] = STATE(2312), + [sym__in_operator] = STATE(2309), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(2306), + [sym__multiplicative_operator] = STATE(2305), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_annotation] = STATE(7893), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2302), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(4523), - [anon_sym_as] = ACTIONS(4525), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_RBRACE] = ACTIONS(3074), - [anon_sym_LPAREN] = ACTIONS(4527), - [anon_sym_COMMA] = ACTIONS(3074), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_RBRACK] = ACTIONS(3038), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(3038), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_COMMA] = ACTIONS(3038), + [anon_sym_RPAREN] = ACTIONS(3038), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(5486), - [anon_sym_where] = ACTIONS(3072), - [anon_sym_object] = ACTIONS(3072), - [anon_sym_fun] = ACTIONS(3072), - [anon_sym_DOT] = ACTIONS(4531), - [anon_sym_SEMI] = ACTIONS(3074), + [anon_sym_GT] = ACTIONS(3036), + [anon_sym_where] = ACTIONS(3036), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3038), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(3072), - [anon_sym_super] = ACTIONS(3072), - [anon_sym_STAR] = ACTIONS(5488), - [sym_label] = ACTIONS(4535), - [anon_sym_in] = ACTIONS(5490), - [anon_sym_DOT_DOT] = ACTIONS(5492), - [anon_sym_QMARK_COLON] = ACTIONS(5494), - [anon_sym_AMP_AMP] = ACTIONS(5496), - [anon_sym_PIPE_PIPE] = ACTIONS(5498), - [anon_sym_null] = ACTIONS(3072), - [anon_sym_if] = ACTIONS(3072), - [anon_sym_else] = ACTIONS(3072), - [anon_sym_when] = ACTIONS(3072), - [anon_sym_try] = ACTIONS(3072), - [anon_sym_throw] = ACTIONS(3072), - [anon_sym_return] = ACTIONS(3072), - [anon_sym_continue] = ACTIONS(3072), - [anon_sym_break] = ACTIONS(3072), - [anon_sym_COLON_COLON] = ACTIONS(4547), - [anon_sym_BANG_EQ] = ACTIONS(5500), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5502), - [anon_sym_EQ_EQ] = ACTIONS(5500), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5502), - [anon_sym_LT_EQ] = ACTIONS(5504), - [anon_sym_GT_EQ] = ACTIONS(5504), - [anon_sym_BANGin] = ACTIONS(5506), - [anon_sym_is] = ACTIONS(4557), - [anon_sym_BANGis] = ACTIONS(4559), - [anon_sym_PLUS] = ACTIONS(5508), - [anon_sym_DASH] = ACTIONS(5508), - [anon_sym_SLASH] = ACTIONS(5510), - [anon_sym_PERCENT] = ACTIONS(5488), - [anon_sym_as_QMARK] = ACTIONS(4563), - [anon_sym_PLUS_PLUS] = ACTIONS(4565), - [anon_sym_DASH_DASH] = ACTIONS(4565), - [anon_sym_BANG] = ACTIONS(3072), - [anon_sym_BANG_BANG] = ACTIONS(4565), + [anon_sym_STAR] = ACTIONS(3766), + [anon_sym_DASH_GT] = ACTIONS(3038), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(3768), + [anon_sym_while] = ACTIONS(3036), + [anon_sym_DOT_DOT] = ACTIONS(3770), + [anon_sym_QMARK_COLON] = ACTIONS(3772), + [anon_sym_AMP_AMP] = ACTIONS(3038), + [anon_sym_PIPE_PIPE] = ACTIONS(3038), + [anon_sym_else] = ACTIONS(3036), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_BANG_EQ] = ACTIONS(3036), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3038), + [anon_sym_EQ_EQ] = ACTIONS(3036), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3038), + [anon_sym_LT_EQ] = ACTIONS(3038), + [anon_sym_GT_EQ] = ACTIONS(3038), + [anon_sym_BANGin] = ACTIONS(3784), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), + [anon_sym_PLUS] = ACTIONS(3786), + [anon_sym_DASH] = ACTIONS(3786), + [anon_sym_SLASH] = ACTIONS(3788), + [anon_sym_PERCENT] = ACTIONS(3766), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), + [anon_sym_suspend] = ACTIONS(3036), + [anon_sym_sealed] = ACTIONS(3036), + [anon_sym_annotation] = ACTIONS(3036), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), + [anon_sym_override] = ACTIONS(3036), + [anon_sym_lateinit] = ACTIONS(3036), + [anon_sym_public] = ACTIONS(3036), + [anon_sym_private] = ACTIONS(3036), + [anon_sym_internal] = ACTIONS(3036), + [anon_sym_protected] = ACTIONS(3036), + [anon_sym_tailrec] = ACTIONS(3036), + [anon_sym_operator] = ACTIONS(3036), + [anon_sym_infix] = ACTIONS(3036), + [anon_sym_inline] = ACTIONS(3036), + [anon_sym_external] = ACTIONS(3036), + [sym_property_modifier] = ACTIONS(3036), + [anon_sym_abstract] = ACTIONS(3036), + [anon_sym_final] = ACTIONS(3036), + [anon_sym_open] = ACTIONS(3036), + [anon_sym_vararg] = ACTIONS(3036), + [anon_sym_noinline] = ACTIONS(3036), + [anon_sym_crossinline] = ACTIONS(3036), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3074), - [anon_sym_continue_AT] = ACTIONS(3074), - [anon_sym_break_AT] = ACTIONS(3074), - [sym_real_literal] = ACTIONS(3074), - [sym_integer_literal] = ACTIONS(3072), - [sym_hex_literal] = ACTIONS(3074), - [sym_bin_literal] = ACTIONS(3074), - [anon_sym_true] = ACTIONS(3072), - [anon_sym_false] = ACTIONS(3072), - [anon_sym_SQUOTE] = ACTIONS(3074), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3074), - [sym_safe_nav] = ACTIONS(4547), + [sym_safe_nav] = ACTIONS(3420), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3074), }, - [1505] = { - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(2143), - [sym__comparison_operator] = STATE(2144), - [sym__in_operator] = STATE(2145), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(2146), - [sym__multiplicative_operator] = STATE(2148), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_annotation] = STATE(7845), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2153), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), + [1492] = { + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(2314), + [sym__comparison_operator] = STATE(2312), + [sym__in_operator] = STATE(2309), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(2306), + [sym__multiplicative_operator] = STATE(2305), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_annotation] = STATE(7893), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2302), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_RBRACK] = ACTIONS(3013), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(3013), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_COMMA] = ACTIONS(3013), - [anon_sym_RPAREN] = ACTIONS(3013), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_RBRACK] = ACTIONS(3042), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(3042), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_COMMA] = ACTIONS(3042), + [anon_sym_RPAREN] = ACTIONS(3042), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(3758), - [anon_sym_where] = ACTIONS(3011), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(3013), + [anon_sym_where] = ACTIONS(3040), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3042), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), [anon_sym_STAR] = ACTIONS(3766), - [anon_sym_DASH_GT] = ACTIONS(3013), - [sym_label] = ACTIONS(3392), + [anon_sym_DASH_GT] = ACTIONS(3042), + [sym_label] = ACTIONS(3408), [anon_sym_in] = ACTIONS(3768), - [anon_sym_while] = ACTIONS(3011), + [anon_sym_while] = ACTIONS(3040), [anon_sym_DOT_DOT] = ACTIONS(3770), [anon_sym_QMARK_COLON] = ACTIONS(3772), - [anon_sym_AMP_AMP] = ACTIONS(3774), - [anon_sym_PIPE_PIPE] = ACTIONS(3013), - [anon_sym_else] = ACTIONS(3011), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_BANG_EQ] = ACTIONS(3778), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3780), - [anon_sym_EQ_EQ] = ACTIONS(3778), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3780), + [anon_sym_AMP_AMP] = ACTIONS(3042), + [anon_sym_PIPE_PIPE] = ACTIONS(3042), + [anon_sym_else] = ACTIONS(3040), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_BANG_EQ] = ACTIONS(3040), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3042), + [anon_sym_EQ_EQ] = ACTIONS(3040), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3042), [anon_sym_LT_EQ] = ACTIONS(3782), [anon_sym_GT_EQ] = ACTIONS(3782), [anon_sym_BANGin] = ACTIONS(3784), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), [anon_sym_PLUS] = ACTIONS(3786), [anon_sym_DASH] = ACTIONS(3786), [anon_sym_SLASH] = ACTIONS(3788), [anon_sym_PERCENT] = ACTIONS(3766), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), - [anon_sym_suspend] = ACTIONS(3011), - [anon_sym_sealed] = ACTIONS(3011), - [anon_sym_annotation] = ACTIONS(3011), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), + [anon_sym_suspend] = ACTIONS(3040), + [anon_sym_sealed] = ACTIONS(3040), + [anon_sym_annotation] = ACTIONS(3040), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3011), - [anon_sym_lateinit] = ACTIONS(3011), - [anon_sym_public] = ACTIONS(3011), - [anon_sym_private] = ACTIONS(3011), - [anon_sym_internal] = ACTIONS(3011), - [anon_sym_protected] = ACTIONS(3011), - [anon_sym_tailrec] = ACTIONS(3011), - [anon_sym_operator] = ACTIONS(3011), - [anon_sym_infix] = ACTIONS(3011), - [anon_sym_inline] = ACTIONS(3011), - [anon_sym_external] = ACTIONS(3011), - [sym_property_modifier] = ACTIONS(3011), - [anon_sym_abstract] = ACTIONS(3011), - [anon_sym_final] = ACTIONS(3011), - [anon_sym_open] = ACTIONS(3011), - [anon_sym_vararg] = ACTIONS(3011), - [anon_sym_noinline] = ACTIONS(3011), - [anon_sym_crossinline] = ACTIONS(3011), + [anon_sym_override] = ACTIONS(3040), + [anon_sym_lateinit] = ACTIONS(3040), + [anon_sym_public] = ACTIONS(3040), + [anon_sym_private] = ACTIONS(3040), + [anon_sym_internal] = ACTIONS(3040), + [anon_sym_protected] = ACTIONS(3040), + [anon_sym_tailrec] = ACTIONS(3040), + [anon_sym_operator] = ACTIONS(3040), + [anon_sym_infix] = ACTIONS(3040), + [anon_sym_inline] = ACTIONS(3040), + [anon_sym_external] = ACTIONS(3040), + [sym_property_modifier] = ACTIONS(3040), + [anon_sym_abstract] = ACTIONS(3040), + [anon_sym_final] = ACTIONS(3040), + [anon_sym_open] = ACTIONS(3040), + [anon_sym_vararg] = ACTIONS(3040), + [anon_sym_noinline] = ACTIONS(3040), + [anon_sym_crossinline] = ACTIONS(3040), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), + [sym_safe_nav] = ACTIONS(3420), [sym_multiline_comment] = ACTIONS(3), }, - [1506] = { - [sym_primary_constructor] = STATE(4792), - [sym__class_parameters] = STATE(4877), - [sym_type_parameters] = STATE(1561), - [sym_type_constraints] = STATE(4840), - [sym_enum_class_body] = STATE(5070), - [sym_modifiers] = STATE(9180), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3136), + [1493] = { + [sym_function_body] = STATE(1201), + [sym__block] = STATE(1087), + [sym__alpha_identifier] = ACTIONS(4047), + [anon_sym_AT] = ACTIONS(4049), + [anon_sym_LBRACK] = ACTIONS(4049), + [anon_sym_as] = ACTIONS(4047), + [anon_sym_EQ] = ACTIONS(5203), + [anon_sym_LBRACE] = ACTIONS(4039), + [anon_sym_RBRACE] = ACTIONS(4049), + [anon_sym_LPAREN] = ACTIONS(4049), + [anon_sym_LT] = ACTIONS(4047), + [anon_sym_GT] = ACTIONS(4047), + [anon_sym_object] = ACTIONS(4047), + [anon_sym_fun] = ACTIONS(4047), + [anon_sym_DOT] = ACTIONS(4047), + [anon_sym_SEMI] = ACTIONS(4049), + [anon_sym_get] = ACTIONS(4047), + [anon_sym_set] = ACTIONS(4047), + [anon_sym_this] = ACTIONS(4047), + [anon_sym_super] = ACTIONS(4047), + [anon_sym_STAR] = ACTIONS(4049), + [sym_label] = ACTIONS(4047), + [anon_sym_in] = ACTIONS(4047), + [anon_sym_DOT_DOT] = ACTIONS(4049), + [anon_sym_QMARK_COLON] = ACTIONS(4049), + [anon_sym_AMP_AMP] = ACTIONS(4049), + [anon_sym_PIPE_PIPE] = ACTIONS(4049), + [anon_sym_null] = ACTIONS(4047), + [anon_sym_if] = ACTIONS(4047), + [anon_sym_else] = ACTIONS(4047), + [anon_sym_when] = ACTIONS(4047), + [anon_sym_try] = ACTIONS(4047), + [anon_sym_throw] = ACTIONS(4047), + [anon_sym_return] = ACTIONS(4047), + [anon_sym_continue] = ACTIONS(4047), + [anon_sym_break] = ACTIONS(4047), + [anon_sym_COLON_COLON] = ACTIONS(4049), + [anon_sym_BANG_EQ] = ACTIONS(4047), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4049), + [anon_sym_EQ_EQ] = ACTIONS(4047), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4049), + [anon_sym_LT_EQ] = ACTIONS(4049), + [anon_sym_GT_EQ] = ACTIONS(4049), + [anon_sym_BANGin] = ACTIONS(4049), + [anon_sym_is] = ACTIONS(4047), + [anon_sym_BANGis] = ACTIONS(4049), + [anon_sym_PLUS] = ACTIONS(4047), + [anon_sym_DASH] = ACTIONS(4047), + [anon_sym_SLASH] = ACTIONS(4047), + [anon_sym_PERCENT] = ACTIONS(4049), + [anon_sym_as_QMARK] = ACTIONS(4049), + [anon_sym_PLUS_PLUS] = ACTIONS(4049), + [anon_sym_DASH_DASH] = ACTIONS(4049), + [anon_sym_BANG] = ACTIONS(4047), + [anon_sym_BANG_BANG] = ACTIONS(4049), + [anon_sym_suspend] = ACTIONS(4047), + [anon_sym_sealed] = ACTIONS(4047), + [anon_sym_annotation] = ACTIONS(4047), + [anon_sym_data] = ACTIONS(4047), + [anon_sym_inner] = ACTIONS(4047), + [anon_sym_override] = ACTIONS(4047), + [anon_sym_lateinit] = ACTIONS(4047), + [anon_sym_public] = ACTIONS(4047), + [anon_sym_private] = ACTIONS(4047), + [anon_sym_internal] = ACTIONS(4047), + [anon_sym_protected] = ACTIONS(4047), + [anon_sym_tailrec] = ACTIONS(4047), + [anon_sym_operator] = ACTIONS(4047), + [anon_sym_infix] = ACTIONS(4047), + [anon_sym_inline] = ACTIONS(4047), + [anon_sym_external] = ACTIONS(4047), + [sym_property_modifier] = ACTIONS(4047), + [anon_sym_abstract] = ACTIONS(4047), + [anon_sym_final] = ACTIONS(4047), + [anon_sym_open] = ACTIONS(4047), + [anon_sym_vararg] = ACTIONS(4047), + [anon_sym_noinline] = ACTIONS(4047), + [anon_sym_crossinline] = ACTIONS(4047), + [anon_sym_expect] = ACTIONS(4047), + [anon_sym_actual] = ACTIONS(4047), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4049), + [anon_sym_continue_AT] = ACTIONS(4049), + [anon_sym_break_AT] = ACTIONS(4049), + [sym_real_literal] = ACTIONS(4049), + [sym_integer_literal] = ACTIONS(4047), + [sym_hex_literal] = ACTIONS(4049), + [sym_bin_literal] = ACTIONS(4049), + [anon_sym_true] = ACTIONS(4047), + [anon_sym_false] = ACTIONS(4047), + [anon_sym_SQUOTE] = ACTIONS(4049), + [sym__backtick_identifier] = ACTIONS(4049), + [sym__automatic_semicolon] = ACTIONS(4049), + [sym_safe_nav] = ACTIONS(4049), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4049), + }, + [1494] = { + [sym_primary_constructor] = STATE(3150), + [sym__class_parameters] = STATE(3039), + [sym_type_constraints] = STATE(3099), + [sym_enum_class_body] = STATE(3181), + [sym_modifiers] = STATE(9227), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3212), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(5603), - [anon_sym_LBRACK] = ACTIONS(3140), - [anon_sym_as] = ACTIONS(3136), - [anon_sym_EQ] = ACTIONS(3136), - [anon_sym_constructor] = ACTIONS(5334), - [anon_sym_LBRACE] = ACTIONS(5336), - [anon_sym_RBRACE] = ACTIONS(3140), - [anon_sym_LPAREN] = ACTIONS(5338), - [anon_sym_LT] = ACTIONS(5340), - [anon_sym_GT] = ACTIONS(3136), - [anon_sym_where] = ACTIONS(5342), - [anon_sym_DOT] = ACTIONS(3136), - [anon_sym_SEMI] = ACTIONS(3140), - [anon_sym_get] = ACTIONS(3136), - [anon_sym_set] = ACTIONS(3136), - [anon_sym_STAR] = ACTIONS(3136), - [sym_label] = ACTIONS(3140), - [anon_sym_in] = ACTIONS(3136), - [anon_sym_DOT_DOT] = ACTIONS(3140), - [anon_sym_QMARK_COLON] = ACTIONS(3140), - [anon_sym_AMP_AMP] = ACTIONS(3140), - [anon_sym_PIPE_PIPE] = ACTIONS(3140), - [anon_sym_else] = ACTIONS(3136), - [anon_sym_COLON_COLON] = ACTIONS(3140), - [anon_sym_PLUS_EQ] = ACTIONS(3140), - [anon_sym_DASH_EQ] = ACTIONS(3140), - [anon_sym_STAR_EQ] = ACTIONS(3140), - [anon_sym_SLASH_EQ] = ACTIONS(3140), - [anon_sym_PERCENT_EQ] = ACTIONS(3140), - [anon_sym_BANG_EQ] = ACTIONS(3136), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3140), - [anon_sym_EQ_EQ] = ACTIONS(3136), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3140), - [anon_sym_LT_EQ] = ACTIONS(3140), - [anon_sym_GT_EQ] = ACTIONS(3140), - [anon_sym_BANGin] = ACTIONS(3140), - [anon_sym_is] = ACTIONS(3136), - [anon_sym_BANGis] = ACTIONS(3140), - [anon_sym_PLUS] = ACTIONS(3136), - [anon_sym_DASH] = ACTIONS(3136), - [anon_sym_SLASH] = ACTIONS(3136), - [anon_sym_PERCENT] = ACTIONS(3136), - [anon_sym_as_QMARK] = ACTIONS(3140), - [anon_sym_PLUS_PLUS] = ACTIONS(3140), - [anon_sym_DASH_DASH] = ACTIONS(3140), - [anon_sym_BANG_BANG] = ACTIONS(3140), + [anon_sym_COLON] = ACTIONS(5579), + [anon_sym_LBRACK] = ACTIONS(3216), + [anon_sym_as] = ACTIONS(3212), + [anon_sym_EQ] = ACTIONS(3212), + [anon_sym_constructor] = ACTIONS(5169), + [anon_sym_LBRACE] = ACTIONS(5171), + [anon_sym_RBRACE] = ACTIONS(3216), + [anon_sym_LPAREN] = ACTIONS(5173), + [anon_sym_RPAREN] = ACTIONS(3216), + [anon_sym_LT] = ACTIONS(3212), + [anon_sym_GT] = ACTIONS(3212), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(3212), + [anon_sym_SEMI] = ACTIONS(3216), + [anon_sym_get] = ACTIONS(3212), + [anon_sym_set] = ACTIONS(3212), + [anon_sym_STAR] = ACTIONS(3212), + [sym_label] = ACTIONS(3216), + [anon_sym_in] = ACTIONS(3212), + [anon_sym_while] = ACTIONS(3212), + [anon_sym_DOT_DOT] = ACTIONS(3216), + [anon_sym_QMARK_COLON] = ACTIONS(3216), + [anon_sym_AMP_AMP] = ACTIONS(3216), + [anon_sym_PIPE_PIPE] = ACTIONS(3216), + [anon_sym_else] = ACTIONS(3212), + [anon_sym_COLON_COLON] = ACTIONS(3216), + [anon_sym_PLUS_EQ] = ACTIONS(3216), + [anon_sym_DASH_EQ] = ACTIONS(3216), + [anon_sym_STAR_EQ] = ACTIONS(3216), + [anon_sym_SLASH_EQ] = ACTIONS(3216), + [anon_sym_PERCENT_EQ] = ACTIONS(3216), + [anon_sym_BANG_EQ] = ACTIONS(3212), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3216), + [anon_sym_EQ_EQ] = ACTIONS(3212), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3216), + [anon_sym_LT_EQ] = ACTIONS(3216), + [anon_sym_GT_EQ] = ACTIONS(3216), + [anon_sym_BANGin] = ACTIONS(3216), + [anon_sym_is] = ACTIONS(3212), + [anon_sym_BANGis] = ACTIONS(3216), + [anon_sym_PLUS] = ACTIONS(3212), + [anon_sym_DASH] = ACTIONS(3212), + [anon_sym_SLASH] = ACTIONS(3212), + [anon_sym_PERCENT] = ACTIONS(3212), + [anon_sym_as_QMARK] = ACTIONS(3216), + [anon_sym_PLUS_PLUS] = ACTIONS(3216), + [anon_sym_DASH_DASH] = ACTIONS(3216), + [anon_sym_BANG_BANG] = ACTIONS(3216), [anon_sym_suspend] = ACTIONS(3120), [anon_sym_sealed] = ACTIONS(3122), [anon_sym_annotation] = ACTIONS(3122), @@ -202349,174 +201292,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3134), [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3140), - [sym__automatic_semicolon] = ACTIONS(3140), - [sym_safe_nav] = ACTIONS(3140), - [sym_multiline_comment] = ACTIONS(3), - }, - [1507] = { - [sym_function_body] = STATE(1167), - [sym__block] = STATE(1128), - [sym__alpha_identifier] = ACTIONS(4386), - [anon_sym_AT] = ACTIONS(4388), - [anon_sym_LBRACK] = ACTIONS(4388), - [anon_sym_as] = ACTIONS(4386), - [anon_sym_EQ] = ACTIONS(5183), - [anon_sym_LBRACE] = ACTIONS(4081), - [anon_sym_RBRACE] = ACTIONS(4388), - [anon_sym_LPAREN] = ACTIONS(4388), - [anon_sym_LT] = ACTIONS(4386), - [anon_sym_GT] = ACTIONS(4386), - [anon_sym_object] = ACTIONS(4386), - [anon_sym_fun] = ACTIONS(4386), - [anon_sym_DOT] = ACTIONS(4386), - [anon_sym_SEMI] = ACTIONS(4388), - [anon_sym_get] = ACTIONS(4386), - [anon_sym_set] = ACTIONS(4386), - [anon_sym_this] = ACTIONS(4386), - [anon_sym_super] = ACTIONS(4386), - [anon_sym_STAR] = ACTIONS(4388), - [sym_label] = ACTIONS(4386), - [anon_sym_in] = ACTIONS(4386), - [anon_sym_DOT_DOT] = ACTIONS(4388), - [anon_sym_QMARK_COLON] = ACTIONS(4388), - [anon_sym_AMP_AMP] = ACTIONS(4388), - [anon_sym_PIPE_PIPE] = ACTIONS(4388), - [anon_sym_null] = ACTIONS(4386), - [anon_sym_if] = ACTIONS(4386), - [anon_sym_else] = ACTIONS(4386), - [anon_sym_when] = ACTIONS(4386), - [anon_sym_try] = ACTIONS(4386), - [anon_sym_throw] = ACTIONS(4386), - [anon_sym_return] = ACTIONS(4386), - [anon_sym_continue] = ACTIONS(4386), - [anon_sym_break] = ACTIONS(4386), - [anon_sym_COLON_COLON] = ACTIONS(4388), - [anon_sym_BANG_EQ] = ACTIONS(4386), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4388), - [anon_sym_EQ_EQ] = ACTIONS(4386), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4388), - [anon_sym_LT_EQ] = ACTIONS(4388), - [anon_sym_GT_EQ] = ACTIONS(4388), - [anon_sym_BANGin] = ACTIONS(4388), - [anon_sym_is] = ACTIONS(4386), - [anon_sym_BANGis] = ACTIONS(4388), - [anon_sym_PLUS] = ACTIONS(4386), - [anon_sym_DASH] = ACTIONS(4386), - [anon_sym_SLASH] = ACTIONS(4386), - [anon_sym_PERCENT] = ACTIONS(4388), - [anon_sym_as_QMARK] = ACTIONS(4388), - [anon_sym_PLUS_PLUS] = ACTIONS(4388), - [anon_sym_DASH_DASH] = ACTIONS(4388), - [anon_sym_BANG] = ACTIONS(4386), - [anon_sym_BANG_BANG] = ACTIONS(4388), - [anon_sym_suspend] = ACTIONS(4386), - [anon_sym_sealed] = ACTIONS(4386), - [anon_sym_annotation] = ACTIONS(4386), - [anon_sym_data] = ACTIONS(4386), - [anon_sym_inner] = ACTIONS(4386), - [anon_sym_override] = ACTIONS(4386), - [anon_sym_lateinit] = ACTIONS(4386), - [anon_sym_public] = ACTIONS(4386), - [anon_sym_private] = ACTIONS(4386), - [anon_sym_internal] = ACTIONS(4386), - [anon_sym_protected] = ACTIONS(4386), - [anon_sym_tailrec] = ACTIONS(4386), - [anon_sym_operator] = ACTIONS(4386), - [anon_sym_infix] = ACTIONS(4386), - [anon_sym_inline] = ACTIONS(4386), - [anon_sym_external] = ACTIONS(4386), - [sym_property_modifier] = ACTIONS(4386), - [anon_sym_abstract] = ACTIONS(4386), - [anon_sym_final] = ACTIONS(4386), - [anon_sym_open] = ACTIONS(4386), - [anon_sym_vararg] = ACTIONS(4386), - [anon_sym_noinline] = ACTIONS(4386), - [anon_sym_crossinline] = ACTIONS(4386), - [anon_sym_expect] = ACTIONS(4386), - [anon_sym_actual] = ACTIONS(4386), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4388), - [anon_sym_continue_AT] = ACTIONS(4388), - [anon_sym_break_AT] = ACTIONS(4388), - [sym_real_literal] = ACTIONS(4388), - [sym_integer_literal] = ACTIONS(4386), - [sym_hex_literal] = ACTIONS(4388), - [sym_bin_literal] = ACTIONS(4388), - [anon_sym_true] = ACTIONS(4386), - [anon_sym_false] = ACTIONS(4386), - [anon_sym_SQUOTE] = ACTIONS(4388), - [sym__backtick_identifier] = ACTIONS(4388), - [sym__automatic_semicolon] = ACTIONS(4388), - [sym_safe_nav] = ACTIONS(4388), + [sym__backtick_identifier] = ACTIONS(3216), + [sym_safe_nav] = ACTIONS(3216), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4388), }, - [1508] = { - [sym__expression] = STATE(4276), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym_value_argument] = STATE(8766), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(1936), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5487), + [1495] = { + [sym__expression] = STATE(4267), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym_value_argument] = STATE(8562), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(2183), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(5501), [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_RPAREN] = ACTIONS(5605), + [anon_sym_RPAREN] = ACTIONS(5581), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(5474), - [sym_label] = ACTIONS(853), + [anon_sym_STAR] = ACTIONS(5508), + [sym_label] = ACTIONS(821), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(2022), [anon_sym_when] = ACTIONS(245), @@ -202526,15 +201370,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(855), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(823), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -202550,365 +201394,757 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1509] = { - [sym__expression] = STATE(4276), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym_value_argument] = STATE(8766), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(1936), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5487), - [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_RPAREN] = ACTIONS(5607), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(5474), - [sym_label] = ACTIONS(853), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(2022), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(2024), - [anon_sym_return] = ACTIONS(2026), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(855), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [1496] = { + [sym_indexing_suffix] = STATE(3424), + [sym_navigation_suffix] = STATE(3423), + [sym_call_suffix] = STATE(3420), + [sym_annotated_lambda] = STATE(3419), + [sym_type_arguments] = STATE(7492), + [sym_value_arguments] = STATE(2731), + [sym_lambda_literal] = STATE(3415), + [sym__equality_operator] = STATE(1915), + [sym__comparison_operator] = STATE(2017), + [sym__in_operator] = STATE(2047), + [sym__is_operator] = STATE(6160), + [sym__additive_operator] = STATE(2164), + [sym__multiplicative_operator] = STATE(2174), + [sym__as_operator] = STATE(6161), + [sym__postfix_unary_operator] = STATE(3414), + [sym__member_access_operator] = STATE(7370), + [sym_annotation] = STATE(7887), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2177), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7887), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(4543), + [anon_sym_as] = ACTIONS(4545), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_RBRACE] = ACTIONS(3001), + [anon_sym_LPAREN] = ACTIONS(4547), + [anon_sym_COMMA] = ACTIONS(3001), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(5488), + [anon_sym_where] = ACTIONS(2999), + [anon_sym_object] = ACTIONS(2999), + [anon_sym_fun] = ACTIONS(2999), + [anon_sym_DOT] = ACTIONS(4551), + [anon_sym_SEMI] = ACTIONS(3001), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_this] = ACTIONS(2999), + [anon_sym_super] = ACTIONS(2999), + [anon_sym_STAR] = ACTIONS(5480), + [sym_label] = ACTIONS(4555), + [anon_sym_in] = ACTIONS(5490), + [anon_sym_DOT_DOT] = ACTIONS(5482), + [anon_sym_QMARK_COLON] = ACTIONS(5492), + [anon_sym_AMP_AMP] = ACTIONS(5494), + [anon_sym_PIPE_PIPE] = ACTIONS(5496), + [anon_sym_null] = ACTIONS(2999), + [anon_sym_if] = ACTIONS(2999), + [anon_sym_else] = ACTIONS(2999), + [anon_sym_when] = ACTIONS(2999), + [anon_sym_try] = ACTIONS(2999), + [anon_sym_throw] = ACTIONS(2999), + [anon_sym_return] = ACTIONS(2999), + [anon_sym_continue] = ACTIONS(2999), + [anon_sym_break] = ACTIONS(2999), + [anon_sym_COLON_COLON] = ACTIONS(4567), + [anon_sym_BANG_EQ] = ACTIONS(5498), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5500), + [anon_sym_EQ_EQ] = ACTIONS(5498), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5500), + [anon_sym_LT_EQ] = ACTIONS(5502), + [anon_sym_GT_EQ] = ACTIONS(5502), + [anon_sym_BANGin] = ACTIONS(5504), + [anon_sym_is] = ACTIONS(4577), + [anon_sym_BANGis] = ACTIONS(4579), + [anon_sym_PLUS] = ACTIONS(5484), + [anon_sym_DASH] = ACTIONS(5484), + [anon_sym_SLASH] = ACTIONS(5486), + [anon_sym_PERCENT] = ACTIONS(5480), + [anon_sym_as_QMARK] = ACTIONS(4583), + [anon_sym_PLUS_PLUS] = ACTIONS(4585), + [anon_sym_DASH_DASH] = ACTIONS(4585), + [anon_sym_BANG] = ACTIONS(2999), + [anon_sym_BANG_BANG] = ACTIONS(4585), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(3001), + [anon_sym_continue_AT] = ACTIONS(3001), + [anon_sym_break_AT] = ACTIONS(3001), + [sym_real_literal] = ACTIONS(3001), + [sym_integer_literal] = ACTIONS(2999), + [sym_hex_literal] = ACTIONS(3001), + [sym_bin_literal] = ACTIONS(3001), + [anon_sym_true] = ACTIONS(2999), + [anon_sym_false] = ACTIONS(2999), + [anon_sym_SQUOTE] = ACTIONS(3001), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(3001), + [sym_safe_nav] = ACTIONS(4567), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), + [sym__string_start] = ACTIONS(3001), }, - [1510] = { - [sym_function_body] = STATE(1174), - [sym__block] = STATE(1128), - [sym__alpha_identifier] = ACTIONS(4503), - [anon_sym_AT] = ACTIONS(4505), - [anon_sym_LBRACK] = ACTIONS(4505), - [anon_sym_as] = ACTIONS(4503), - [anon_sym_EQ] = ACTIONS(5183), - [anon_sym_LBRACE] = ACTIONS(4081), - [anon_sym_RBRACE] = ACTIONS(4505), - [anon_sym_LPAREN] = ACTIONS(4505), - [anon_sym_LT] = ACTIONS(4503), - [anon_sym_GT] = ACTIONS(4503), - [anon_sym_object] = ACTIONS(4503), - [anon_sym_fun] = ACTIONS(4503), - [anon_sym_DOT] = ACTIONS(4503), - [anon_sym_SEMI] = ACTIONS(4505), - [anon_sym_get] = ACTIONS(4503), - [anon_sym_set] = ACTIONS(4503), - [anon_sym_this] = ACTIONS(4503), - [anon_sym_super] = ACTIONS(4503), - [anon_sym_STAR] = ACTIONS(4505), - [sym_label] = ACTIONS(4503), - [anon_sym_in] = ACTIONS(4503), - [anon_sym_DOT_DOT] = ACTIONS(4505), - [anon_sym_QMARK_COLON] = ACTIONS(4505), - [anon_sym_AMP_AMP] = ACTIONS(4505), - [anon_sym_PIPE_PIPE] = ACTIONS(4505), - [anon_sym_null] = ACTIONS(4503), - [anon_sym_if] = ACTIONS(4503), - [anon_sym_else] = ACTIONS(4503), - [anon_sym_when] = ACTIONS(4503), - [anon_sym_try] = ACTIONS(4503), - [anon_sym_throw] = ACTIONS(4503), - [anon_sym_return] = ACTIONS(4503), - [anon_sym_continue] = ACTIONS(4503), - [anon_sym_break] = ACTIONS(4503), - [anon_sym_COLON_COLON] = ACTIONS(4505), - [anon_sym_BANG_EQ] = ACTIONS(4503), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4505), - [anon_sym_EQ_EQ] = ACTIONS(4503), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4505), - [anon_sym_LT_EQ] = ACTIONS(4505), - [anon_sym_GT_EQ] = ACTIONS(4505), - [anon_sym_BANGin] = ACTIONS(4505), - [anon_sym_is] = ACTIONS(4503), - [anon_sym_BANGis] = ACTIONS(4505), - [anon_sym_PLUS] = ACTIONS(4503), - [anon_sym_DASH] = ACTIONS(4503), - [anon_sym_SLASH] = ACTIONS(4503), - [anon_sym_PERCENT] = ACTIONS(4505), - [anon_sym_as_QMARK] = ACTIONS(4505), - [anon_sym_PLUS_PLUS] = ACTIONS(4505), - [anon_sym_DASH_DASH] = ACTIONS(4505), - [anon_sym_BANG] = ACTIONS(4503), - [anon_sym_BANG_BANG] = ACTIONS(4505), - [anon_sym_suspend] = ACTIONS(4503), - [anon_sym_sealed] = ACTIONS(4503), - [anon_sym_annotation] = ACTIONS(4503), - [anon_sym_data] = ACTIONS(4503), - [anon_sym_inner] = ACTIONS(4503), - [anon_sym_override] = ACTIONS(4503), - [anon_sym_lateinit] = ACTIONS(4503), - [anon_sym_public] = ACTIONS(4503), - [anon_sym_private] = ACTIONS(4503), - [anon_sym_internal] = ACTIONS(4503), - [anon_sym_protected] = ACTIONS(4503), - [anon_sym_tailrec] = ACTIONS(4503), - [anon_sym_operator] = ACTIONS(4503), - [anon_sym_infix] = ACTIONS(4503), - [anon_sym_inline] = ACTIONS(4503), - [anon_sym_external] = ACTIONS(4503), - [sym_property_modifier] = ACTIONS(4503), - [anon_sym_abstract] = ACTIONS(4503), - [anon_sym_final] = ACTIONS(4503), - [anon_sym_open] = ACTIONS(4503), - [anon_sym_vararg] = ACTIONS(4503), - [anon_sym_noinline] = ACTIONS(4503), - [anon_sym_crossinline] = ACTIONS(4503), - [anon_sym_expect] = ACTIONS(4503), - [anon_sym_actual] = ACTIONS(4503), + [1497] = { + [sym_indexing_suffix] = STATE(3424), + [sym_navigation_suffix] = STATE(3423), + [sym_call_suffix] = STATE(3420), + [sym_annotated_lambda] = STATE(3419), + [sym_type_arguments] = STATE(7492), + [sym_value_arguments] = STATE(2731), + [sym_lambda_literal] = STATE(3415), + [sym__equality_operator] = STATE(1915), + [sym__comparison_operator] = STATE(2017), + [sym__in_operator] = STATE(2047), + [sym__is_operator] = STATE(6160), + [sym__additive_operator] = STATE(2164), + [sym__multiplicative_operator] = STATE(2174), + [sym__as_operator] = STATE(6161), + [sym__postfix_unary_operator] = STATE(3414), + [sym__member_access_operator] = STATE(7370), + [sym_annotation] = STATE(7887), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2177), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7887), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(4543), + [anon_sym_as] = ACTIONS(4545), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_RBRACE] = ACTIONS(3084), + [anon_sym_LPAREN] = ACTIONS(4547), + [anon_sym_COMMA] = ACTIONS(3084), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(5488), + [anon_sym_where] = ACTIONS(3082), + [anon_sym_object] = ACTIONS(3082), + [anon_sym_fun] = ACTIONS(3082), + [anon_sym_DOT] = ACTIONS(4551), + [anon_sym_SEMI] = ACTIONS(3084), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_this] = ACTIONS(3082), + [anon_sym_super] = ACTIONS(3082), + [anon_sym_STAR] = ACTIONS(5480), + [sym_label] = ACTIONS(4555), + [anon_sym_in] = ACTIONS(5490), + [anon_sym_DOT_DOT] = ACTIONS(5482), + [anon_sym_QMARK_COLON] = ACTIONS(5492), + [anon_sym_AMP_AMP] = ACTIONS(5494), + [anon_sym_PIPE_PIPE] = ACTIONS(5496), + [anon_sym_null] = ACTIONS(3082), + [anon_sym_if] = ACTIONS(3082), + [anon_sym_else] = ACTIONS(3082), + [anon_sym_when] = ACTIONS(3082), + [anon_sym_try] = ACTIONS(3082), + [anon_sym_throw] = ACTIONS(3082), + [anon_sym_return] = ACTIONS(3082), + [anon_sym_continue] = ACTIONS(3082), + [anon_sym_break] = ACTIONS(3082), + [anon_sym_COLON_COLON] = ACTIONS(4567), + [anon_sym_BANG_EQ] = ACTIONS(5498), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5500), + [anon_sym_EQ_EQ] = ACTIONS(5498), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5500), + [anon_sym_LT_EQ] = ACTIONS(5502), + [anon_sym_GT_EQ] = ACTIONS(5502), + [anon_sym_BANGin] = ACTIONS(5504), + [anon_sym_is] = ACTIONS(4577), + [anon_sym_BANGis] = ACTIONS(4579), + [anon_sym_PLUS] = ACTIONS(5484), + [anon_sym_DASH] = ACTIONS(5484), + [anon_sym_SLASH] = ACTIONS(5486), + [anon_sym_PERCENT] = ACTIONS(5480), + [anon_sym_as_QMARK] = ACTIONS(4583), + [anon_sym_PLUS_PLUS] = ACTIONS(4585), + [anon_sym_DASH_DASH] = ACTIONS(4585), + [anon_sym_BANG] = ACTIONS(3082), + [anon_sym_BANG_BANG] = ACTIONS(4585), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4505), - [anon_sym_continue_AT] = ACTIONS(4505), - [anon_sym_break_AT] = ACTIONS(4505), - [sym_real_literal] = ACTIONS(4505), - [sym_integer_literal] = ACTIONS(4503), - [sym_hex_literal] = ACTIONS(4505), - [sym_bin_literal] = ACTIONS(4505), - [anon_sym_true] = ACTIONS(4503), - [anon_sym_false] = ACTIONS(4503), - [anon_sym_SQUOTE] = ACTIONS(4505), - [sym__backtick_identifier] = ACTIONS(4505), - [sym__automatic_semicolon] = ACTIONS(4505), - [sym_safe_nav] = ACTIONS(4505), + [anon_sym_return_AT] = ACTIONS(3084), + [anon_sym_continue_AT] = ACTIONS(3084), + [anon_sym_break_AT] = ACTIONS(3084), + [sym_real_literal] = ACTIONS(3084), + [sym_integer_literal] = ACTIONS(3082), + [sym_hex_literal] = ACTIONS(3084), + [sym_bin_literal] = ACTIONS(3084), + [anon_sym_true] = ACTIONS(3082), + [anon_sym_false] = ACTIONS(3082), + [anon_sym_SQUOTE] = ACTIONS(3084), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(3084), + [sym_safe_nav] = ACTIONS(4567), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4505), + [sym__string_start] = ACTIONS(3084), }, - [1511] = { - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(2143), - [sym__comparison_operator] = STATE(2144), - [sym__in_operator] = STATE(2145), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(2146), - [sym__multiplicative_operator] = STATE(2148), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_annotation] = STATE(7845), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2153), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), + [1498] = { + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(2314), + [sym__comparison_operator] = STATE(2312), + [sym__in_operator] = STATE(2309), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(2306), + [sym__multiplicative_operator] = STATE(2305), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_annotation] = STATE(7893), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2302), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_RBRACK] = ACTIONS(2997), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(2997), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_COMMA] = ACTIONS(2997), - [anon_sym_RPAREN] = ACTIONS(2997), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_RBRACK] = ACTIONS(3046), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(3046), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_COMMA] = ACTIONS(3046), + [anon_sym_RPAREN] = ACTIONS(3046), [anon_sym_LT] = ACTIONS(1700), [anon_sym_GT] = ACTIONS(3758), - [anon_sym_where] = ACTIONS(2995), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(2997), + [anon_sym_where] = ACTIONS(3044), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3046), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), [anon_sym_STAR] = ACTIONS(3766), - [anon_sym_DASH_GT] = ACTIONS(2997), - [sym_label] = ACTIONS(3392), + [anon_sym_DASH_GT] = ACTIONS(3046), + [sym_label] = ACTIONS(3408), [anon_sym_in] = ACTIONS(3768), - [anon_sym_while] = ACTIONS(2995), + [anon_sym_while] = ACTIONS(3044), [anon_sym_DOT_DOT] = ACTIONS(3770), [anon_sym_QMARK_COLON] = ACTIONS(3772), - [anon_sym_AMP_AMP] = ACTIONS(2997), - [anon_sym_PIPE_PIPE] = ACTIONS(2997), - [anon_sym_else] = ACTIONS(2995), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_BANG_EQ] = ACTIONS(2995), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2997), - [anon_sym_EQ_EQ] = ACTIONS(2995), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2997), + [anon_sym_AMP_AMP] = ACTIONS(3774), + [anon_sym_PIPE_PIPE] = ACTIONS(3046), + [anon_sym_else] = ACTIONS(3044), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_BANG_EQ] = ACTIONS(3778), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3780), + [anon_sym_EQ_EQ] = ACTIONS(3778), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3780), [anon_sym_LT_EQ] = ACTIONS(3782), [anon_sym_GT_EQ] = ACTIONS(3782), [anon_sym_BANGin] = ACTIONS(3784), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), [anon_sym_PLUS] = ACTIONS(3786), [anon_sym_DASH] = ACTIONS(3786), [anon_sym_SLASH] = ACTIONS(3788), [anon_sym_PERCENT] = ACTIONS(3766), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), - [anon_sym_suspend] = ACTIONS(2995), - [anon_sym_sealed] = ACTIONS(2995), - [anon_sym_annotation] = ACTIONS(2995), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), + [anon_sym_suspend] = ACTIONS(3044), + [anon_sym_sealed] = ACTIONS(3044), + [anon_sym_annotation] = ACTIONS(3044), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(2995), - [anon_sym_lateinit] = ACTIONS(2995), - [anon_sym_public] = ACTIONS(2995), - [anon_sym_private] = ACTIONS(2995), - [anon_sym_internal] = ACTIONS(2995), - [anon_sym_protected] = ACTIONS(2995), - [anon_sym_tailrec] = ACTIONS(2995), - [anon_sym_operator] = ACTIONS(2995), - [anon_sym_infix] = ACTIONS(2995), - [anon_sym_inline] = ACTIONS(2995), - [anon_sym_external] = ACTIONS(2995), - [sym_property_modifier] = ACTIONS(2995), - [anon_sym_abstract] = ACTIONS(2995), - [anon_sym_final] = ACTIONS(2995), - [anon_sym_open] = ACTIONS(2995), - [anon_sym_vararg] = ACTIONS(2995), - [anon_sym_noinline] = ACTIONS(2995), - [anon_sym_crossinline] = ACTIONS(2995), + [anon_sym_override] = ACTIONS(3044), + [anon_sym_lateinit] = ACTIONS(3044), + [anon_sym_public] = ACTIONS(3044), + [anon_sym_private] = ACTIONS(3044), + [anon_sym_internal] = ACTIONS(3044), + [anon_sym_protected] = ACTIONS(3044), + [anon_sym_tailrec] = ACTIONS(3044), + [anon_sym_operator] = ACTIONS(3044), + [anon_sym_infix] = ACTIONS(3044), + [anon_sym_inline] = ACTIONS(3044), + [anon_sym_external] = ACTIONS(3044), + [sym_property_modifier] = ACTIONS(3044), + [anon_sym_abstract] = ACTIONS(3044), + [anon_sym_final] = ACTIONS(3044), + [anon_sym_open] = ACTIONS(3044), + [anon_sym_vararg] = ACTIONS(3044), + [anon_sym_noinline] = ACTIONS(3044), + [anon_sym_crossinline] = ACTIONS(3044), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), + [sym_safe_nav] = ACTIONS(3420), [sym_multiline_comment] = ACTIONS(3), }, - [1512] = { - [sym__expression] = STATE(4276), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym_value_argument] = STATE(8766), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(1936), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5487), + [1499] = { + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(2314), + [sym__comparison_operator] = STATE(2312), + [sym__in_operator] = STATE(2309), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(2306), + [sym__multiplicative_operator] = STATE(2305), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_annotation] = STATE(7893), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2302), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_RBRACK] = ACTIONS(3050), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(3050), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_COMMA] = ACTIONS(3050), + [anon_sym_RPAREN] = ACTIONS(3050), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(3758), + [anon_sym_where] = ACTIONS(3048), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3050), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(3766), + [anon_sym_DASH_GT] = ACTIONS(3050), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(3768), + [anon_sym_while] = ACTIONS(3048), + [anon_sym_DOT_DOT] = ACTIONS(3770), + [anon_sym_QMARK_COLON] = ACTIONS(3772), + [anon_sym_AMP_AMP] = ACTIONS(3050), + [anon_sym_PIPE_PIPE] = ACTIONS(3050), + [anon_sym_else] = ACTIONS(3048), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_BANG_EQ] = ACTIONS(3778), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3780), + [anon_sym_EQ_EQ] = ACTIONS(3778), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3780), + [anon_sym_LT_EQ] = ACTIONS(3782), + [anon_sym_GT_EQ] = ACTIONS(3782), + [anon_sym_BANGin] = ACTIONS(3784), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), + [anon_sym_PLUS] = ACTIONS(3786), + [anon_sym_DASH] = ACTIONS(3786), + [anon_sym_SLASH] = ACTIONS(3788), + [anon_sym_PERCENT] = ACTIONS(3766), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), + [anon_sym_suspend] = ACTIONS(3048), + [anon_sym_sealed] = ACTIONS(3048), + [anon_sym_annotation] = ACTIONS(3048), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_override] = ACTIONS(3048), + [anon_sym_lateinit] = ACTIONS(3048), + [anon_sym_public] = ACTIONS(3048), + [anon_sym_private] = ACTIONS(3048), + [anon_sym_internal] = ACTIONS(3048), + [anon_sym_protected] = ACTIONS(3048), + [anon_sym_tailrec] = ACTIONS(3048), + [anon_sym_operator] = ACTIONS(3048), + [anon_sym_infix] = ACTIONS(3048), + [anon_sym_inline] = ACTIONS(3048), + [anon_sym_external] = ACTIONS(3048), + [sym_property_modifier] = ACTIONS(3048), + [anon_sym_abstract] = ACTIONS(3048), + [anon_sym_final] = ACTIONS(3048), + [anon_sym_open] = ACTIONS(3048), + [anon_sym_vararg] = ACTIONS(3048), + [anon_sym_noinline] = ACTIONS(3048), + [anon_sym_crossinline] = ACTIONS(3048), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym_safe_nav] = ACTIONS(3420), + [sym_multiline_comment] = ACTIONS(3), + }, + [1500] = { + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(2314), + [sym__comparison_operator] = STATE(2312), + [sym__in_operator] = STATE(2309), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(2306), + [sym__multiplicative_operator] = STATE(2305), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_annotation] = STATE(7893), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2302), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_RBRACK] = ACTIONS(3054), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(3054), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_COMMA] = ACTIONS(3054), + [anon_sym_RPAREN] = ACTIONS(3054), + [anon_sym_LT] = ACTIONS(3056), + [anon_sym_GT] = ACTIONS(3052), + [anon_sym_where] = ACTIONS(3052), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3054), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(3766), + [anon_sym_DASH_GT] = ACTIONS(3054), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(3052), + [anon_sym_while] = ACTIONS(3052), + [anon_sym_DOT_DOT] = ACTIONS(3770), + [anon_sym_QMARK_COLON] = ACTIONS(3054), + [anon_sym_AMP_AMP] = ACTIONS(3054), + [anon_sym_PIPE_PIPE] = ACTIONS(3054), + [anon_sym_else] = ACTIONS(3052), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_BANG_EQ] = ACTIONS(3052), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3054), + [anon_sym_EQ_EQ] = ACTIONS(3052), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3054), + [anon_sym_LT_EQ] = ACTIONS(3054), + [anon_sym_GT_EQ] = ACTIONS(3054), + [anon_sym_BANGin] = ACTIONS(3054), + [anon_sym_is] = ACTIONS(3052), + [anon_sym_BANGis] = ACTIONS(3054), + [anon_sym_PLUS] = ACTIONS(3786), + [anon_sym_DASH] = ACTIONS(3786), + [anon_sym_SLASH] = ACTIONS(3788), + [anon_sym_PERCENT] = ACTIONS(3766), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), + [anon_sym_suspend] = ACTIONS(3052), + [anon_sym_sealed] = ACTIONS(3052), + [anon_sym_annotation] = ACTIONS(3052), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_override] = ACTIONS(3052), + [anon_sym_lateinit] = ACTIONS(3052), + [anon_sym_public] = ACTIONS(3052), + [anon_sym_private] = ACTIONS(3052), + [anon_sym_internal] = ACTIONS(3052), + [anon_sym_protected] = ACTIONS(3052), + [anon_sym_tailrec] = ACTIONS(3052), + [anon_sym_operator] = ACTIONS(3052), + [anon_sym_infix] = ACTIONS(3052), + [anon_sym_inline] = ACTIONS(3052), + [anon_sym_external] = ACTIONS(3052), + [sym_property_modifier] = ACTIONS(3052), + [anon_sym_abstract] = ACTIONS(3052), + [anon_sym_final] = ACTIONS(3052), + [anon_sym_open] = ACTIONS(3052), + [anon_sym_vararg] = ACTIONS(3052), + [anon_sym_noinline] = ACTIONS(3052), + [anon_sym_crossinline] = ACTIONS(3052), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym_safe_nav] = ACTIONS(3420), + [sym_multiline_comment] = ACTIONS(3), + }, + [1501] = { + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(2314), + [sym__comparison_operator] = STATE(2312), + [sym__in_operator] = STATE(2309), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(2306), + [sym__multiplicative_operator] = STATE(2305), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_annotation] = STATE(7893), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2302), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_RBRACK] = ACTIONS(3020), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(3020), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_COMMA] = ACTIONS(3020), + [anon_sym_RPAREN] = ACTIONS(3020), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(3758), + [anon_sym_where] = ACTIONS(3018), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3020), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(3766), + [anon_sym_DASH_GT] = ACTIONS(3020), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(3768), + [anon_sym_while] = ACTIONS(3018), + [anon_sym_DOT_DOT] = ACTIONS(3770), + [anon_sym_QMARK_COLON] = ACTIONS(3772), + [anon_sym_AMP_AMP] = ACTIONS(3774), + [anon_sym_PIPE_PIPE] = ACTIONS(3776), + [anon_sym_else] = ACTIONS(3018), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_BANG_EQ] = ACTIONS(3778), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3780), + [anon_sym_EQ_EQ] = ACTIONS(3778), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3780), + [anon_sym_LT_EQ] = ACTIONS(3782), + [anon_sym_GT_EQ] = ACTIONS(3782), + [anon_sym_BANGin] = ACTIONS(3784), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), + [anon_sym_PLUS] = ACTIONS(3786), + [anon_sym_DASH] = ACTIONS(3786), + [anon_sym_SLASH] = ACTIONS(3788), + [anon_sym_PERCENT] = ACTIONS(3766), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), + [anon_sym_suspend] = ACTIONS(3018), + [anon_sym_sealed] = ACTIONS(3018), + [anon_sym_annotation] = ACTIONS(3018), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_override] = ACTIONS(3018), + [anon_sym_lateinit] = ACTIONS(3018), + [anon_sym_public] = ACTIONS(3018), + [anon_sym_private] = ACTIONS(3018), + [anon_sym_internal] = ACTIONS(3018), + [anon_sym_protected] = ACTIONS(3018), + [anon_sym_tailrec] = ACTIONS(3018), + [anon_sym_operator] = ACTIONS(3018), + [anon_sym_infix] = ACTIONS(3018), + [anon_sym_inline] = ACTIONS(3018), + [anon_sym_external] = ACTIONS(3018), + [sym_property_modifier] = ACTIONS(3018), + [anon_sym_abstract] = ACTIONS(3018), + [anon_sym_final] = ACTIONS(3018), + [anon_sym_open] = ACTIONS(3018), + [anon_sym_vararg] = ACTIONS(3018), + [anon_sym_noinline] = ACTIONS(3018), + [anon_sym_crossinline] = ACTIONS(3018), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym_safe_nav] = ACTIONS(3420), + [sym_multiline_comment] = ACTIONS(3), + }, + [1502] = { + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(2314), + [sym__comparison_operator] = STATE(2312), + [sym__in_operator] = STATE(2309), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(2306), + [sym__multiplicative_operator] = STATE(2305), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_annotation] = STATE(7893), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2302), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), + [sym__alpha_identifier] = ACTIONS(3075), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_RBRACK] = ACTIONS(3077), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(3077), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_COMMA] = ACTIONS(3077), + [anon_sym_RPAREN] = ACTIONS(3077), + [anon_sym_LT] = ACTIONS(3079), + [anon_sym_GT] = ACTIONS(3075), + [anon_sym_where] = ACTIONS(3075), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3077), + [anon_sym_get] = ACTIONS(3075), + [anon_sym_set] = ACTIONS(3075), + [anon_sym_STAR] = ACTIONS(3766), + [anon_sym_DASH_GT] = ACTIONS(3077), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(3075), + [anon_sym_while] = ACTIONS(3075), + [anon_sym_DOT_DOT] = ACTIONS(3077), + [anon_sym_QMARK_COLON] = ACTIONS(3077), + [anon_sym_AMP_AMP] = ACTIONS(3077), + [anon_sym_PIPE_PIPE] = ACTIONS(3077), + [anon_sym_else] = ACTIONS(3075), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_BANG_EQ] = ACTIONS(3075), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3077), + [anon_sym_EQ_EQ] = ACTIONS(3075), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3077), + [anon_sym_LT_EQ] = ACTIONS(3077), + [anon_sym_GT_EQ] = ACTIONS(3077), + [anon_sym_BANGin] = ACTIONS(3077), + [anon_sym_is] = ACTIONS(3075), + [anon_sym_BANGis] = ACTIONS(3077), + [anon_sym_PLUS] = ACTIONS(3786), + [anon_sym_DASH] = ACTIONS(3786), + [anon_sym_SLASH] = ACTIONS(3788), + [anon_sym_PERCENT] = ACTIONS(3766), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), + [anon_sym_suspend] = ACTIONS(3075), + [anon_sym_sealed] = ACTIONS(3075), + [anon_sym_annotation] = ACTIONS(3075), + [anon_sym_data] = ACTIONS(3075), + [anon_sym_inner] = ACTIONS(3075), + [anon_sym_override] = ACTIONS(3075), + [anon_sym_lateinit] = ACTIONS(3075), + [anon_sym_public] = ACTIONS(3075), + [anon_sym_private] = ACTIONS(3075), + [anon_sym_internal] = ACTIONS(3075), + [anon_sym_protected] = ACTIONS(3075), + [anon_sym_tailrec] = ACTIONS(3075), + [anon_sym_operator] = ACTIONS(3075), + [anon_sym_infix] = ACTIONS(3075), + [anon_sym_inline] = ACTIONS(3075), + [anon_sym_external] = ACTIONS(3075), + [sym_property_modifier] = ACTIONS(3075), + [anon_sym_abstract] = ACTIONS(3075), + [anon_sym_final] = ACTIONS(3075), + [anon_sym_open] = ACTIONS(3075), + [anon_sym_vararg] = ACTIONS(3075), + [anon_sym_noinline] = ACTIONS(3075), + [anon_sym_crossinline] = ACTIONS(3075), + [anon_sym_expect] = ACTIONS(3075), + [anon_sym_actual] = ACTIONS(3075), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3077), + [sym_safe_nav] = ACTIONS(3420), + [sym_multiline_comment] = ACTIONS(3), + }, + [1503] = { + [sym__expression] = STATE(4267), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym_value_argument] = STATE(8462), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(2183), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(5501), [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_RPAREN] = ACTIONS(5609), + [anon_sym_RPAREN] = ACTIONS(5583), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(5474), - [sym_label] = ACTIONS(853), + [anon_sym_STAR] = ACTIONS(5508), + [sym_label] = ACTIONS(821), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(2022), [anon_sym_when] = ACTIONS(245), @@ -202918,15 +202154,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(855), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(823), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -202942,267 +202178,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1513] = { - [sym_function_body] = STATE(1199), - [sym__block] = STATE(1128), - [sym__alpha_identifier] = ACTIONS(4382), - [anon_sym_AT] = ACTIONS(4384), - [anon_sym_LBRACK] = ACTIONS(4384), - [anon_sym_as] = ACTIONS(4382), - [anon_sym_EQ] = ACTIONS(5183), - [anon_sym_LBRACE] = ACTIONS(4081), - [anon_sym_RBRACE] = ACTIONS(4384), - [anon_sym_LPAREN] = ACTIONS(4384), - [anon_sym_LT] = ACTIONS(4382), - [anon_sym_GT] = ACTIONS(4382), - [anon_sym_object] = ACTIONS(4382), - [anon_sym_fun] = ACTIONS(4382), - [anon_sym_DOT] = ACTIONS(4382), - [anon_sym_SEMI] = ACTIONS(4384), - [anon_sym_get] = ACTIONS(4382), - [anon_sym_set] = ACTIONS(4382), - [anon_sym_this] = ACTIONS(4382), - [anon_sym_super] = ACTIONS(4382), - [anon_sym_STAR] = ACTIONS(4384), - [sym_label] = ACTIONS(4382), - [anon_sym_in] = ACTIONS(4382), - [anon_sym_DOT_DOT] = ACTIONS(4384), - [anon_sym_QMARK_COLON] = ACTIONS(4384), - [anon_sym_AMP_AMP] = ACTIONS(4384), - [anon_sym_PIPE_PIPE] = ACTIONS(4384), - [anon_sym_null] = ACTIONS(4382), - [anon_sym_if] = ACTIONS(4382), - [anon_sym_else] = ACTIONS(4382), - [anon_sym_when] = ACTIONS(4382), - [anon_sym_try] = ACTIONS(4382), - [anon_sym_throw] = ACTIONS(4382), - [anon_sym_return] = ACTIONS(4382), - [anon_sym_continue] = ACTIONS(4382), - [anon_sym_break] = ACTIONS(4382), - [anon_sym_COLON_COLON] = ACTIONS(4384), - [anon_sym_BANG_EQ] = ACTIONS(4382), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4384), - [anon_sym_EQ_EQ] = ACTIONS(4382), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4384), - [anon_sym_LT_EQ] = ACTIONS(4384), - [anon_sym_GT_EQ] = ACTIONS(4384), - [anon_sym_BANGin] = ACTIONS(4384), - [anon_sym_is] = ACTIONS(4382), - [anon_sym_BANGis] = ACTIONS(4384), - [anon_sym_PLUS] = ACTIONS(4382), - [anon_sym_DASH] = ACTIONS(4382), - [anon_sym_SLASH] = ACTIONS(4382), - [anon_sym_PERCENT] = ACTIONS(4384), - [anon_sym_as_QMARK] = ACTIONS(4384), - [anon_sym_PLUS_PLUS] = ACTIONS(4384), - [anon_sym_DASH_DASH] = ACTIONS(4384), - [anon_sym_BANG] = ACTIONS(4382), - [anon_sym_BANG_BANG] = ACTIONS(4384), - [anon_sym_suspend] = ACTIONS(4382), - [anon_sym_sealed] = ACTIONS(4382), - [anon_sym_annotation] = ACTIONS(4382), - [anon_sym_data] = ACTIONS(4382), - [anon_sym_inner] = ACTIONS(4382), - [anon_sym_override] = ACTIONS(4382), - [anon_sym_lateinit] = ACTIONS(4382), - [anon_sym_public] = ACTIONS(4382), - [anon_sym_private] = ACTIONS(4382), - [anon_sym_internal] = ACTIONS(4382), - [anon_sym_protected] = ACTIONS(4382), - [anon_sym_tailrec] = ACTIONS(4382), - [anon_sym_operator] = ACTIONS(4382), - [anon_sym_infix] = ACTIONS(4382), - [anon_sym_inline] = ACTIONS(4382), - [anon_sym_external] = ACTIONS(4382), - [sym_property_modifier] = ACTIONS(4382), - [anon_sym_abstract] = ACTIONS(4382), - [anon_sym_final] = ACTIONS(4382), - [anon_sym_open] = ACTIONS(4382), - [anon_sym_vararg] = ACTIONS(4382), - [anon_sym_noinline] = ACTIONS(4382), - [anon_sym_crossinline] = ACTIONS(4382), - [anon_sym_expect] = ACTIONS(4382), - [anon_sym_actual] = ACTIONS(4382), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4384), - [anon_sym_continue_AT] = ACTIONS(4384), - [anon_sym_break_AT] = ACTIONS(4384), - [sym_real_literal] = ACTIONS(4384), - [sym_integer_literal] = ACTIONS(4382), - [sym_hex_literal] = ACTIONS(4384), - [sym_bin_literal] = ACTIONS(4384), - [anon_sym_true] = ACTIONS(4382), - [anon_sym_false] = ACTIONS(4382), - [anon_sym_SQUOTE] = ACTIONS(4384), - [sym__backtick_identifier] = ACTIONS(4384), - [sym__automatic_semicolon] = ACTIONS(4384), - [sym_safe_nav] = ACTIONS(4384), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4384), - }, - [1514] = { - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(2143), - [sym__comparison_operator] = STATE(2144), - [sym__in_operator] = STATE(2145), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(2146), - [sym__multiplicative_operator] = STATE(2148), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_annotation] = STATE(7845), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2153), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_RBRACK] = ACTIONS(3025), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(3025), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_COMMA] = ACTIONS(3025), - [anon_sym_RPAREN] = ACTIONS(3025), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3023), - [anon_sym_where] = ACTIONS(3023), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(3025), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(3766), - [anon_sym_DASH_GT] = ACTIONS(3025), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(3768), - [anon_sym_while] = ACTIONS(3023), - [anon_sym_DOT_DOT] = ACTIONS(3770), - [anon_sym_QMARK_COLON] = ACTIONS(3772), - [anon_sym_AMP_AMP] = ACTIONS(3025), - [anon_sym_PIPE_PIPE] = ACTIONS(3025), - [anon_sym_else] = ACTIONS(3023), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_BANG_EQ] = ACTIONS(3023), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3025), - [anon_sym_EQ_EQ] = ACTIONS(3023), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3025), - [anon_sym_LT_EQ] = ACTIONS(3025), - [anon_sym_GT_EQ] = ACTIONS(3025), - [anon_sym_BANGin] = ACTIONS(3784), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), - [anon_sym_PLUS] = ACTIONS(3786), - [anon_sym_DASH] = ACTIONS(3786), - [anon_sym_SLASH] = ACTIONS(3788), - [anon_sym_PERCENT] = ACTIONS(3766), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), - [anon_sym_suspend] = ACTIONS(3023), - [anon_sym_sealed] = ACTIONS(3023), - [anon_sym_annotation] = ACTIONS(3023), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3023), - [anon_sym_lateinit] = ACTIONS(3023), - [anon_sym_public] = ACTIONS(3023), - [anon_sym_private] = ACTIONS(3023), - [anon_sym_internal] = ACTIONS(3023), - [anon_sym_protected] = ACTIONS(3023), - [anon_sym_tailrec] = ACTIONS(3023), - [anon_sym_operator] = ACTIONS(3023), - [anon_sym_infix] = ACTIONS(3023), - [anon_sym_inline] = ACTIONS(3023), - [anon_sym_external] = ACTIONS(3023), - [sym_property_modifier] = ACTIONS(3023), - [anon_sym_abstract] = ACTIONS(3023), - [anon_sym_final] = ACTIONS(3023), - [anon_sym_open] = ACTIONS(3023), - [anon_sym_vararg] = ACTIONS(3023), - [anon_sym_noinline] = ACTIONS(3023), - [anon_sym_crossinline] = ACTIONS(3023), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), - [sym_multiline_comment] = ACTIONS(3), - }, - [1515] = { - [sym__expression] = STATE(4276), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym_value_argument] = STATE(8766), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(1936), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5487), + [1504] = { + [sym__expression] = STATE(4267), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym_value_argument] = STATE(8764), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(2183), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(5501), [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_RPAREN] = ACTIONS(5611), + [anon_sym_RPAREN] = ACTIONS(5585), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(5474), - [sym_label] = ACTIONS(853), + [anon_sym_STAR] = ACTIONS(5508), + [sym_label] = ACTIONS(821), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(2022), [anon_sym_when] = ACTIONS(245), @@ -203212,15 +202252,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(855), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(823), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -203236,71 +202276,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1516] = { - [sym__expression] = STATE(4276), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym_value_argument] = STATE(8481), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(1936), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5487), + [1505] = { + [sym__expression] = STATE(4267), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym_value_argument] = STATE(8764), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(2183), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(5501), [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_RPAREN] = ACTIONS(5613), + [anon_sym_RPAREN] = ACTIONS(5587), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(5474), - [sym_label] = ACTIONS(853), + [anon_sym_STAR] = ACTIONS(5508), + [sym_label] = ACTIONS(821), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(2022), [anon_sym_when] = ACTIONS(245), @@ -203310,15 +202350,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(855), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(823), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -203334,365 +202374,169 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1517] = { - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(2143), - [sym__comparison_operator] = STATE(2144), - [sym__in_operator] = STATE(2145), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(2146), - [sym__multiplicative_operator] = STATE(2148), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_annotation] = STATE(7845), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2153), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [sym__alpha_identifier] = ACTIONS(3034), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_RBRACK] = ACTIONS(3036), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(3036), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_COMMA] = ACTIONS(3036), - [anon_sym_RPAREN] = ACTIONS(3036), - [anon_sym_LT] = ACTIONS(3038), - [anon_sym_GT] = ACTIONS(3034), - [anon_sym_where] = ACTIONS(3034), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(3036), - [anon_sym_get] = ACTIONS(3034), - [anon_sym_set] = ACTIONS(3034), - [anon_sym_STAR] = ACTIONS(3766), - [anon_sym_DASH_GT] = ACTIONS(3036), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(3034), - [anon_sym_while] = ACTIONS(3034), - [anon_sym_DOT_DOT] = ACTIONS(3036), - [anon_sym_QMARK_COLON] = ACTIONS(3036), - [anon_sym_AMP_AMP] = ACTIONS(3036), - [anon_sym_PIPE_PIPE] = ACTIONS(3036), - [anon_sym_else] = ACTIONS(3034), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_BANG_EQ] = ACTIONS(3034), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3036), - [anon_sym_EQ_EQ] = ACTIONS(3034), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3036), - [anon_sym_LT_EQ] = ACTIONS(3036), - [anon_sym_GT_EQ] = ACTIONS(3036), - [anon_sym_BANGin] = ACTIONS(3036), - [anon_sym_is] = ACTIONS(3034), - [anon_sym_BANGis] = ACTIONS(3036), - [anon_sym_PLUS] = ACTIONS(3034), - [anon_sym_DASH] = ACTIONS(3034), - [anon_sym_SLASH] = ACTIONS(3788), - [anon_sym_PERCENT] = ACTIONS(3766), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), - [anon_sym_suspend] = ACTIONS(3034), - [anon_sym_sealed] = ACTIONS(3034), - [anon_sym_annotation] = ACTIONS(3034), - [anon_sym_data] = ACTIONS(3034), - [anon_sym_inner] = ACTIONS(3034), - [anon_sym_override] = ACTIONS(3034), - [anon_sym_lateinit] = ACTIONS(3034), - [anon_sym_public] = ACTIONS(3034), - [anon_sym_private] = ACTIONS(3034), - [anon_sym_internal] = ACTIONS(3034), - [anon_sym_protected] = ACTIONS(3034), - [anon_sym_tailrec] = ACTIONS(3034), - [anon_sym_operator] = ACTIONS(3034), - [anon_sym_infix] = ACTIONS(3034), - [anon_sym_inline] = ACTIONS(3034), - [anon_sym_external] = ACTIONS(3034), - [sym_property_modifier] = ACTIONS(3034), - [anon_sym_abstract] = ACTIONS(3034), - [anon_sym_final] = ACTIONS(3034), - [anon_sym_open] = ACTIONS(3034), - [anon_sym_vararg] = ACTIONS(3034), - [anon_sym_noinline] = ACTIONS(3034), - [anon_sym_crossinline] = ACTIONS(3034), - [anon_sym_expect] = ACTIONS(3034), - [anon_sym_actual] = ACTIONS(3034), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3036), - [sym_safe_nav] = ACTIONS(3404), - [sym_multiline_comment] = ACTIONS(3), - }, - [1518] = { - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(2143), - [sym__comparison_operator] = STATE(2144), - [sym__in_operator] = STATE(2145), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(2146), - [sym__multiplicative_operator] = STATE(2148), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_annotation] = STATE(7845), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2153), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [sym__alpha_identifier] = ACTIONS(3065), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_RBRACK] = ACTIONS(3067), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(3067), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_COMMA] = ACTIONS(3067), - [anon_sym_RPAREN] = ACTIONS(3067), - [anon_sym_LT] = ACTIONS(3069), - [anon_sym_GT] = ACTIONS(3065), - [anon_sym_where] = ACTIONS(3065), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(3067), - [anon_sym_get] = ACTIONS(3065), - [anon_sym_set] = ACTIONS(3065), - [anon_sym_STAR] = ACTIONS(3067), - [anon_sym_DASH_GT] = ACTIONS(3067), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(3065), - [anon_sym_while] = ACTIONS(3065), - [anon_sym_DOT_DOT] = ACTIONS(3067), - [anon_sym_QMARK_COLON] = ACTIONS(3067), - [anon_sym_AMP_AMP] = ACTIONS(3067), - [anon_sym_PIPE_PIPE] = ACTIONS(3067), - [anon_sym_else] = ACTIONS(3065), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_BANG_EQ] = ACTIONS(3065), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3067), - [anon_sym_EQ_EQ] = ACTIONS(3065), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3067), - [anon_sym_LT_EQ] = ACTIONS(3067), - [anon_sym_GT_EQ] = ACTIONS(3067), - [anon_sym_BANGin] = ACTIONS(3067), - [anon_sym_is] = ACTIONS(3065), - [anon_sym_BANGis] = ACTIONS(3067), - [anon_sym_PLUS] = ACTIONS(3065), - [anon_sym_DASH] = ACTIONS(3065), - [anon_sym_SLASH] = ACTIONS(3065), - [anon_sym_PERCENT] = ACTIONS(3067), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), - [anon_sym_suspend] = ACTIONS(3065), - [anon_sym_sealed] = ACTIONS(3065), - [anon_sym_annotation] = ACTIONS(3065), - [anon_sym_data] = ACTIONS(3065), - [anon_sym_inner] = ACTIONS(3065), - [anon_sym_override] = ACTIONS(3065), - [anon_sym_lateinit] = ACTIONS(3065), - [anon_sym_public] = ACTIONS(3065), - [anon_sym_private] = ACTIONS(3065), - [anon_sym_internal] = ACTIONS(3065), - [anon_sym_protected] = ACTIONS(3065), - [anon_sym_tailrec] = ACTIONS(3065), - [anon_sym_operator] = ACTIONS(3065), - [anon_sym_infix] = ACTIONS(3065), - [anon_sym_inline] = ACTIONS(3065), - [anon_sym_external] = ACTIONS(3065), - [sym_property_modifier] = ACTIONS(3065), - [anon_sym_abstract] = ACTIONS(3065), - [anon_sym_final] = ACTIONS(3065), - [anon_sym_open] = ACTIONS(3065), - [anon_sym_vararg] = ACTIONS(3065), - [anon_sym_noinline] = ACTIONS(3065), - [anon_sym_crossinline] = ACTIONS(3065), - [anon_sym_expect] = ACTIONS(3065), - [anon_sym_actual] = ACTIONS(3065), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3067), - [sym_safe_nav] = ACTIONS(3404), - [sym_multiline_comment] = ACTIONS(3), - }, - [1519] = { - [sym_indexing_suffix] = STATE(3339), - [sym_navigation_suffix] = STATE(3435), - [sym_call_suffix] = STATE(3432), - [sym_annotated_lambda] = STATE(3429), - [sym_type_arguments] = STATE(7512), - [sym_value_arguments] = STATE(2735), - [sym_lambda_literal] = STATE(3427), - [sym__equality_operator] = STATE(2060), - [sym__comparison_operator] = STATE(2059), - [sym__in_operator] = STATE(2055), - [sym__is_operator] = STATE(6217), - [sym__additive_operator] = STATE(2038), - [sym__multiplicative_operator] = STATE(2037), - [sym__as_operator] = STATE(6214), - [sym__postfix_unary_operator] = STATE(3426), - [sym__member_access_operator] = STATE(7360), - [sym_annotation] = STATE(7846), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2036), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7846), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(4523), - [anon_sym_as] = ACTIONS(4525), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_RBRACE] = ACTIONS(3055), - [anon_sym_LPAREN] = ACTIONS(4527), - [anon_sym_COMMA] = ACTIONS(3055), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(5486), - [anon_sym_where] = ACTIONS(3053), - [anon_sym_object] = ACTIONS(3053), - [anon_sym_fun] = ACTIONS(3053), - [anon_sym_DOT] = ACTIONS(4531), - [anon_sym_SEMI] = ACTIONS(3055), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(3053), - [anon_sym_super] = ACTIONS(3053), - [anon_sym_STAR] = ACTIONS(5488), - [sym_label] = ACTIONS(4535), - [anon_sym_in] = ACTIONS(5490), - [anon_sym_DOT_DOT] = ACTIONS(5492), - [anon_sym_QMARK_COLON] = ACTIONS(5494), - [anon_sym_AMP_AMP] = ACTIONS(5496), - [anon_sym_PIPE_PIPE] = ACTIONS(5498), - [anon_sym_null] = ACTIONS(3053), - [anon_sym_if] = ACTIONS(3053), - [anon_sym_else] = ACTIONS(3053), - [anon_sym_when] = ACTIONS(3053), - [anon_sym_try] = ACTIONS(3053), - [anon_sym_throw] = ACTIONS(3053), - [anon_sym_return] = ACTIONS(3053), - [anon_sym_continue] = ACTIONS(3053), - [anon_sym_break] = ACTIONS(3053), - [anon_sym_COLON_COLON] = ACTIONS(4547), - [anon_sym_BANG_EQ] = ACTIONS(5500), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5502), - [anon_sym_EQ_EQ] = ACTIONS(5500), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5502), - [anon_sym_LT_EQ] = ACTIONS(5504), - [anon_sym_GT_EQ] = ACTIONS(5504), - [anon_sym_BANGin] = ACTIONS(5506), - [anon_sym_is] = ACTIONS(4557), - [anon_sym_BANGis] = ACTIONS(4559), - [anon_sym_PLUS] = ACTIONS(5508), - [anon_sym_DASH] = ACTIONS(5508), - [anon_sym_SLASH] = ACTIONS(5510), - [anon_sym_PERCENT] = ACTIONS(5488), - [anon_sym_as_QMARK] = ACTIONS(4563), - [anon_sym_PLUS_PLUS] = ACTIONS(4565), - [anon_sym_DASH_DASH] = ACTIONS(4565), - [anon_sym_BANG] = ACTIONS(3053), - [anon_sym_BANG_BANG] = ACTIONS(4565), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), + [1506] = { + [sym__expression] = STATE(4267), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym_value_argument] = STATE(8764), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(2183), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(5501), + [sym__return_at] = STATE(331), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_RPAREN] = ACTIONS(5589), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(2020), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(5508), + [sym_label] = ACTIONS(821), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(2022), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(2024), + [anon_sym_return] = ACTIONS(2026), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(823), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3055), - [anon_sym_continue_AT] = ACTIONS(3055), - [anon_sym_break_AT] = ACTIONS(3055), - [sym_real_literal] = ACTIONS(3055), - [sym_integer_literal] = ACTIONS(3053), - [sym_hex_literal] = ACTIONS(3055), - [sym_bin_literal] = ACTIONS(3055), - [anon_sym_true] = ACTIONS(3053), - [anon_sym_false] = ACTIONS(3053), - [anon_sym_SQUOTE] = ACTIONS(3055), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3055), - [sym_safe_nav] = ACTIONS(4547), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3055), + [sym__string_start] = ACTIONS(283), }, - [1520] = { - [sym__expression] = STATE(4276), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym_value_argument] = STATE(8416), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(1936), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5487), + [1507] = { + [sym__expression] = STATE(4267), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym_value_argument] = STATE(8764), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(2183), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(5501), [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_RPAREN] = ACTIONS(5615), + [anon_sym_RPAREN] = ACTIONS(5591), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(5474), - [sym_label] = ACTIONS(853), + [anon_sym_STAR] = ACTIONS(5508), + [sym_label] = ACTIONS(821), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(2022), [anon_sym_when] = ACTIONS(245), @@ -203702,15 +202546,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(855), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(823), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -203726,269 +202570,172 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1521] = { - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(2143), - [sym__comparison_operator] = STATE(2144), - [sym__in_operator] = STATE(2145), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(2146), - [sym__multiplicative_operator] = STATE(2148), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_annotation] = STATE(7845), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2153), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [sym__alpha_identifier] = ACTIONS(3076), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_RBRACK] = ACTIONS(3078), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(3078), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_COMMA] = ACTIONS(3078), - [anon_sym_RPAREN] = ACTIONS(3078), - [anon_sym_LT] = ACTIONS(3080), - [anon_sym_GT] = ACTIONS(3076), - [anon_sym_where] = ACTIONS(3076), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(3078), - [anon_sym_get] = ACTIONS(3076), - [anon_sym_set] = ACTIONS(3076), - [anon_sym_STAR] = ACTIONS(3766), - [anon_sym_DASH_GT] = ACTIONS(3078), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(3076), - [anon_sym_while] = ACTIONS(3076), - [anon_sym_DOT_DOT] = ACTIONS(3770), - [anon_sym_QMARK_COLON] = ACTIONS(3078), - [anon_sym_AMP_AMP] = ACTIONS(3078), - [anon_sym_PIPE_PIPE] = ACTIONS(3078), - [anon_sym_else] = ACTIONS(3076), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_BANG_EQ] = ACTIONS(3076), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3078), - [anon_sym_EQ_EQ] = ACTIONS(3076), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3078), - [anon_sym_LT_EQ] = ACTIONS(3078), - [anon_sym_GT_EQ] = ACTIONS(3078), - [anon_sym_BANGin] = ACTIONS(3078), - [anon_sym_is] = ACTIONS(3076), - [anon_sym_BANGis] = ACTIONS(3078), - [anon_sym_PLUS] = ACTIONS(3786), - [anon_sym_DASH] = ACTIONS(3786), - [anon_sym_SLASH] = ACTIONS(3788), - [anon_sym_PERCENT] = ACTIONS(3766), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), - [anon_sym_suspend] = ACTIONS(3076), - [anon_sym_sealed] = ACTIONS(3076), - [anon_sym_annotation] = ACTIONS(3076), - [anon_sym_data] = ACTIONS(3076), - [anon_sym_inner] = ACTIONS(3076), - [anon_sym_override] = ACTIONS(3076), - [anon_sym_lateinit] = ACTIONS(3076), - [anon_sym_public] = ACTIONS(3076), - [anon_sym_private] = ACTIONS(3076), - [anon_sym_internal] = ACTIONS(3076), - [anon_sym_protected] = ACTIONS(3076), - [anon_sym_tailrec] = ACTIONS(3076), - [anon_sym_operator] = ACTIONS(3076), - [anon_sym_infix] = ACTIONS(3076), - [anon_sym_inline] = ACTIONS(3076), - [anon_sym_external] = ACTIONS(3076), - [sym_property_modifier] = ACTIONS(3076), - [anon_sym_abstract] = ACTIONS(3076), - [anon_sym_final] = ACTIONS(3076), - [anon_sym_open] = ACTIONS(3076), - [anon_sym_vararg] = ACTIONS(3076), - [anon_sym_noinline] = ACTIONS(3076), - [anon_sym_crossinline] = ACTIONS(3076), - [anon_sym_expect] = ACTIONS(3076), - [anon_sym_actual] = ACTIONS(3076), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3078), - [sym_safe_nav] = ACTIONS(3404), - [sym_multiline_comment] = ACTIONS(3), - }, - [1522] = { - [aux_sym__delegation_specifiers_repeat1] = STATE(1454), - [sym__alpha_identifier] = ACTIONS(4684), - [anon_sym_AT] = ACTIONS(4686), - [anon_sym_LBRACK] = ACTIONS(4686), - [anon_sym_as] = ACTIONS(4684), - [anon_sym_LBRACE] = ACTIONS(4686), - [anon_sym_RBRACE] = ACTIONS(4686), - [anon_sym_LPAREN] = ACTIONS(4686), - [anon_sym_COMMA] = ACTIONS(4686), - [anon_sym_LT] = ACTIONS(4684), - [anon_sym_GT] = ACTIONS(4684), - [anon_sym_where] = ACTIONS(4684), - [anon_sym_object] = ACTIONS(4684), - [anon_sym_fun] = ACTIONS(4684), - [anon_sym_DOT] = ACTIONS(4684), - [anon_sym_SEMI] = ACTIONS(4686), - [anon_sym_get] = ACTIONS(4684), - [anon_sym_set] = ACTIONS(4684), - [anon_sym_this] = ACTIONS(4684), - [anon_sym_super] = ACTIONS(4684), - [anon_sym_STAR] = ACTIONS(4686), - [sym_label] = ACTIONS(4684), - [anon_sym_in] = ACTIONS(4684), - [anon_sym_DOT_DOT] = ACTIONS(4686), - [anon_sym_QMARK_COLON] = ACTIONS(4686), - [anon_sym_AMP_AMP] = ACTIONS(4686), - [anon_sym_PIPE_PIPE] = ACTIONS(4686), - [anon_sym_null] = ACTIONS(4684), - [anon_sym_if] = ACTIONS(4684), - [anon_sym_else] = ACTIONS(4684), - [anon_sym_when] = ACTIONS(4684), - [anon_sym_try] = ACTIONS(4684), - [anon_sym_throw] = ACTIONS(4684), - [anon_sym_return] = ACTIONS(4684), - [anon_sym_continue] = ACTIONS(4684), - [anon_sym_break] = ACTIONS(4684), - [anon_sym_COLON_COLON] = ACTIONS(4686), - [anon_sym_BANG_EQ] = ACTIONS(4684), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4686), - [anon_sym_EQ_EQ] = ACTIONS(4684), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4686), - [anon_sym_LT_EQ] = ACTIONS(4686), - [anon_sym_GT_EQ] = ACTIONS(4686), - [anon_sym_BANGin] = ACTIONS(4686), - [anon_sym_is] = ACTIONS(4684), - [anon_sym_BANGis] = ACTIONS(4686), - [anon_sym_PLUS] = ACTIONS(4684), - [anon_sym_DASH] = ACTIONS(4684), - [anon_sym_SLASH] = ACTIONS(4684), - [anon_sym_PERCENT] = ACTIONS(4686), - [anon_sym_as_QMARK] = ACTIONS(4686), - [anon_sym_PLUS_PLUS] = ACTIONS(4686), - [anon_sym_DASH_DASH] = ACTIONS(4686), - [anon_sym_BANG] = ACTIONS(4684), - [anon_sym_BANG_BANG] = ACTIONS(4686), - [anon_sym_suspend] = ACTIONS(4684), - [anon_sym_sealed] = ACTIONS(4684), - [anon_sym_annotation] = ACTIONS(4684), - [anon_sym_data] = ACTIONS(4684), - [anon_sym_inner] = ACTIONS(4684), - [anon_sym_override] = ACTIONS(4684), - [anon_sym_lateinit] = ACTIONS(4684), - [anon_sym_public] = ACTIONS(4684), - [anon_sym_private] = ACTIONS(4684), - [anon_sym_internal] = ACTIONS(4684), - [anon_sym_protected] = ACTIONS(4684), - [anon_sym_tailrec] = ACTIONS(4684), - [anon_sym_operator] = ACTIONS(4684), - [anon_sym_infix] = ACTIONS(4684), - [anon_sym_inline] = ACTIONS(4684), - [anon_sym_external] = ACTIONS(4684), - [sym_property_modifier] = ACTIONS(4684), - [anon_sym_abstract] = ACTIONS(4684), - [anon_sym_final] = ACTIONS(4684), - [anon_sym_open] = ACTIONS(4684), - [anon_sym_vararg] = ACTIONS(4684), - [anon_sym_noinline] = ACTIONS(4684), - [anon_sym_crossinline] = ACTIONS(4684), - [anon_sym_expect] = ACTIONS(4684), - [anon_sym_actual] = ACTIONS(4684), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4686), - [anon_sym_continue_AT] = ACTIONS(4686), - [anon_sym_break_AT] = ACTIONS(4686), - [sym_real_literal] = ACTIONS(4686), - [sym_integer_literal] = ACTIONS(4684), - [sym_hex_literal] = ACTIONS(4686), - [sym_bin_literal] = ACTIONS(4686), - [anon_sym_true] = ACTIONS(4684), - [anon_sym_false] = ACTIONS(4684), - [anon_sym_SQUOTE] = ACTIONS(4686), - [sym__backtick_identifier] = ACTIONS(4686), - [sym__automatic_semicolon] = ACTIONS(4686), - [sym_safe_nav] = ACTIONS(4686), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4686), + [1508] = { + [sym__alpha_identifier] = ACTIONS(4416), + [anon_sym_AT] = ACTIONS(4418), + [anon_sym_LBRACK] = ACTIONS(4418), + [anon_sym_as] = ACTIONS(4416), + [anon_sym_LBRACE] = ACTIONS(4418), + [anon_sym_RBRACE] = ACTIONS(4418), + [anon_sym_LPAREN] = ACTIONS(4418), + [anon_sym_COMMA] = ACTIONS(4418), + [anon_sym_by] = ACTIONS(5336), + [anon_sym_LT] = ACTIONS(4416), + [anon_sym_GT] = ACTIONS(4416), + [anon_sym_where] = ACTIONS(4416), + [anon_sym_object] = ACTIONS(4416), + [anon_sym_fun] = ACTIONS(4416), + [anon_sym_DOT] = ACTIONS(4416), + [anon_sym_SEMI] = ACTIONS(4418), + [anon_sym_get] = ACTIONS(4416), + [anon_sym_set] = ACTIONS(4416), + [anon_sym_this] = ACTIONS(4416), + [anon_sym_super] = ACTIONS(4416), + [anon_sym_STAR] = ACTIONS(4418), + [sym_label] = ACTIONS(4416), + [anon_sym_in] = ACTIONS(4416), + [anon_sym_DOT_DOT] = ACTIONS(4418), + [anon_sym_QMARK_COLON] = ACTIONS(4418), + [anon_sym_AMP_AMP] = ACTIONS(4418), + [anon_sym_PIPE_PIPE] = ACTIONS(4418), + [anon_sym_null] = ACTIONS(4416), + [anon_sym_if] = ACTIONS(4416), + [anon_sym_else] = ACTIONS(4416), + [anon_sym_when] = ACTIONS(4416), + [anon_sym_try] = ACTIONS(4416), + [anon_sym_throw] = ACTIONS(4416), + [anon_sym_return] = ACTIONS(4416), + [anon_sym_continue] = ACTIONS(4416), + [anon_sym_break] = ACTIONS(4416), + [anon_sym_COLON_COLON] = ACTIONS(4418), + [anon_sym_BANG_EQ] = ACTIONS(4416), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4418), + [anon_sym_EQ_EQ] = ACTIONS(4416), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4418), + [anon_sym_LT_EQ] = ACTIONS(4418), + [anon_sym_GT_EQ] = ACTIONS(4418), + [anon_sym_BANGin] = ACTIONS(4418), + [anon_sym_is] = ACTIONS(4416), + [anon_sym_BANGis] = ACTIONS(4418), + [anon_sym_PLUS] = ACTIONS(4416), + [anon_sym_DASH] = ACTIONS(4416), + [anon_sym_SLASH] = ACTIONS(4416), + [anon_sym_PERCENT] = ACTIONS(4418), + [anon_sym_as_QMARK] = ACTIONS(4418), + [anon_sym_PLUS_PLUS] = ACTIONS(4418), + [anon_sym_DASH_DASH] = ACTIONS(4418), + [anon_sym_BANG] = ACTIONS(4416), + [anon_sym_BANG_BANG] = ACTIONS(4418), + [anon_sym_suspend] = ACTIONS(4416), + [anon_sym_sealed] = ACTIONS(4416), + [anon_sym_annotation] = ACTIONS(4416), + [anon_sym_data] = ACTIONS(4416), + [anon_sym_inner] = ACTIONS(4416), + [anon_sym_override] = ACTIONS(4416), + [anon_sym_lateinit] = ACTIONS(4416), + [anon_sym_public] = ACTIONS(4416), + [anon_sym_private] = ACTIONS(4416), + [anon_sym_internal] = ACTIONS(4416), + [anon_sym_protected] = ACTIONS(4416), + [anon_sym_tailrec] = ACTIONS(4416), + [anon_sym_operator] = ACTIONS(4416), + [anon_sym_infix] = ACTIONS(4416), + [anon_sym_inline] = ACTIONS(4416), + [anon_sym_external] = ACTIONS(4416), + [sym_property_modifier] = ACTIONS(4416), + [anon_sym_abstract] = ACTIONS(4416), + [anon_sym_final] = ACTIONS(4416), + [anon_sym_open] = ACTIONS(4416), + [anon_sym_vararg] = ACTIONS(4416), + [anon_sym_noinline] = ACTIONS(4416), + [anon_sym_crossinline] = ACTIONS(4416), + [anon_sym_expect] = ACTIONS(4416), + [anon_sym_actual] = ACTIONS(4416), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4418), + [anon_sym_continue_AT] = ACTIONS(4418), + [anon_sym_break_AT] = ACTIONS(4418), + [sym_real_literal] = ACTIONS(4418), + [sym_integer_literal] = ACTIONS(4416), + [sym_hex_literal] = ACTIONS(4418), + [sym_bin_literal] = ACTIONS(4418), + [anon_sym_true] = ACTIONS(4416), + [anon_sym_false] = ACTIONS(4416), + [anon_sym_SQUOTE] = ACTIONS(4418), + [sym__backtick_identifier] = ACTIONS(4418), + [sym__automatic_semicolon] = ACTIONS(4418), + [sym_safe_nav] = ACTIONS(4418), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4418), }, - [1523] = { - [sym_primary_constructor] = STATE(4596), - [sym__class_parameters] = STATE(4877), - [sym_type_constraints] = STATE(4829), - [sym_enum_class_body] = STATE(5032), - [sym_modifiers] = STATE(9180), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3190), + [1509] = { + [sym_primary_constructor] = STATE(3178), + [sym_class_body] = STATE(3261), + [sym__class_parameters] = STATE(3039), + [sym_type_constraints] = STATE(3076), + [sym_modifiers] = STATE(9227), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3186), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(5617), - [anon_sym_LBRACK] = ACTIONS(3194), - [anon_sym_as] = ACTIONS(3190), - [anon_sym_EQ] = ACTIONS(3190), - [anon_sym_constructor] = ACTIONS(5334), - [anon_sym_LBRACE] = ACTIONS(5336), - [anon_sym_RBRACE] = ACTIONS(3194), - [anon_sym_LPAREN] = ACTIONS(5338), - [anon_sym_COMMA] = ACTIONS(3194), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3190), - [anon_sym_where] = ACTIONS(5342), - [anon_sym_DOT] = ACTIONS(3190), - [anon_sym_SEMI] = ACTIONS(3194), - [anon_sym_get] = ACTIONS(3190), - [anon_sym_set] = ACTIONS(3190), - [anon_sym_STAR] = ACTIONS(3190), - [sym_label] = ACTIONS(3194), - [anon_sym_in] = ACTIONS(3190), - [anon_sym_DOT_DOT] = ACTIONS(3194), - [anon_sym_QMARK_COLON] = ACTIONS(3194), - [anon_sym_AMP_AMP] = ACTIONS(3194), - [anon_sym_PIPE_PIPE] = ACTIONS(3194), - [anon_sym_else] = ACTIONS(3190), - [anon_sym_COLON_COLON] = ACTIONS(3194), - [anon_sym_PLUS_EQ] = ACTIONS(3194), - [anon_sym_DASH_EQ] = ACTIONS(3194), - [anon_sym_STAR_EQ] = ACTIONS(3194), - [anon_sym_SLASH_EQ] = ACTIONS(3194), - [anon_sym_PERCENT_EQ] = ACTIONS(3194), - [anon_sym_BANG_EQ] = ACTIONS(3190), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3194), - [anon_sym_EQ_EQ] = ACTIONS(3190), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3194), - [anon_sym_LT_EQ] = ACTIONS(3194), - [anon_sym_GT_EQ] = ACTIONS(3194), - [anon_sym_BANGin] = ACTIONS(3194), - [anon_sym_is] = ACTIONS(3190), - [anon_sym_BANGis] = ACTIONS(3194), - [anon_sym_PLUS] = ACTIONS(3190), - [anon_sym_DASH] = ACTIONS(3190), - [anon_sym_SLASH] = ACTIONS(3190), - [anon_sym_PERCENT] = ACTIONS(3190), - [anon_sym_as_QMARK] = ACTIONS(3194), - [anon_sym_PLUS_PLUS] = ACTIONS(3194), - [anon_sym_DASH_DASH] = ACTIONS(3194), - [anon_sym_BANG_BANG] = ACTIONS(3194), + [anon_sym_COLON] = ACTIONS(5593), + [anon_sym_LBRACK] = ACTIONS(3190), + [anon_sym_as] = ACTIONS(3186), + [anon_sym_EQ] = ACTIONS(3186), + [anon_sym_constructor] = ACTIONS(5169), + [anon_sym_LBRACE] = ACTIONS(5179), + [anon_sym_RBRACE] = ACTIONS(3190), + [anon_sym_LPAREN] = ACTIONS(5173), + [anon_sym_RPAREN] = ACTIONS(3190), + [anon_sym_LT] = ACTIONS(3186), + [anon_sym_GT] = ACTIONS(3186), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(3186), + [anon_sym_SEMI] = ACTIONS(3190), + [anon_sym_get] = ACTIONS(3186), + [anon_sym_set] = ACTIONS(3186), + [anon_sym_STAR] = ACTIONS(3186), + [sym_label] = ACTIONS(3190), + [anon_sym_in] = ACTIONS(3186), + [anon_sym_while] = ACTIONS(3186), + [anon_sym_DOT_DOT] = ACTIONS(3190), + [anon_sym_QMARK_COLON] = ACTIONS(3190), + [anon_sym_AMP_AMP] = ACTIONS(3190), + [anon_sym_PIPE_PIPE] = ACTIONS(3190), + [anon_sym_else] = ACTIONS(3186), + [anon_sym_COLON_COLON] = ACTIONS(3190), + [anon_sym_PLUS_EQ] = ACTIONS(3190), + [anon_sym_DASH_EQ] = ACTIONS(3190), + [anon_sym_STAR_EQ] = ACTIONS(3190), + [anon_sym_SLASH_EQ] = ACTIONS(3190), + [anon_sym_PERCENT_EQ] = ACTIONS(3190), + [anon_sym_BANG_EQ] = ACTIONS(3186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3190), + [anon_sym_EQ_EQ] = ACTIONS(3186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3190), + [anon_sym_LT_EQ] = ACTIONS(3190), + [anon_sym_GT_EQ] = ACTIONS(3190), + [anon_sym_BANGin] = ACTIONS(3190), + [anon_sym_is] = ACTIONS(3186), + [anon_sym_BANGis] = ACTIONS(3190), + [anon_sym_PLUS] = ACTIONS(3186), + [anon_sym_DASH] = ACTIONS(3186), + [anon_sym_SLASH] = ACTIONS(3186), + [anon_sym_PERCENT] = ACTIONS(3186), + [anon_sym_as_QMARK] = ACTIONS(3190), + [anon_sym_PLUS_PLUS] = ACTIONS(3190), + [anon_sym_DASH_DASH] = ACTIONS(3190), + [anon_sym_BANG_BANG] = ACTIONS(3190), [anon_sym_suspend] = ACTIONS(3120), [anon_sym_sealed] = ACTIONS(3122), [anon_sym_annotation] = ACTIONS(3122), @@ -204015,78 +202762,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3134), [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3194), - [sym__automatic_semicolon] = ACTIONS(3194), - [sym_safe_nav] = ACTIONS(3194), + [sym__backtick_identifier] = ACTIONS(3190), + [sym_safe_nav] = ACTIONS(3190), [sym_multiline_comment] = ACTIONS(3), }, - [1524] = { - [sym_primary_constructor] = STATE(4605), - [sym_class_body] = STATE(4969), - [sym__class_parameters] = STATE(4877), - [sym_type_constraints] = STATE(4859), - [sym_modifiers] = STATE(9180), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3214), + [1510] = { + [sym_primary_constructor] = STATE(3183), + [sym__class_parameters] = STATE(3039), + [sym_type_constraints] = STATE(3071), + [sym_enum_class_body] = STATE(3261), + [sym_modifiers] = STATE(9227), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3186), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(5619), - [anon_sym_LBRACK] = ACTIONS(3218), - [anon_sym_as] = ACTIONS(3214), - [anon_sym_EQ] = ACTIONS(3214), - [anon_sym_constructor] = ACTIONS(5334), - [anon_sym_LBRACE] = ACTIONS(5397), - [anon_sym_RBRACE] = ACTIONS(3218), - [anon_sym_LPAREN] = ACTIONS(5338), - [anon_sym_COMMA] = ACTIONS(3218), - [anon_sym_LT] = ACTIONS(3214), - [anon_sym_GT] = ACTIONS(3214), - [anon_sym_where] = ACTIONS(5342), - [anon_sym_DOT] = ACTIONS(3214), - [anon_sym_SEMI] = ACTIONS(3218), - [anon_sym_get] = ACTIONS(3214), - [anon_sym_set] = ACTIONS(3214), - [anon_sym_STAR] = ACTIONS(3214), - [sym_label] = ACTIONS(3218), - [anon_sym_in] = ACTIONS(3214), - [anon_sym_DOT_DOT] = ACTIONS(3218), - [anon_sym_QMARK_COLON] = ACTIONS(3218), - [anon_sym_AMP_AMP] = ACTIONS(3218), - [anon_sym_PIPE_PIPE] = ACTIONS(3218), - [anon_sym_else] = ACTIONS(3214), - [anon_sym_COLON_COLON] = ACTIONS(3218), - [anon_sym_PLUS_EQ] = ACTIONS(3218), - [anon_sym_DASH_EQ] = ACTIONS(3218), - [anon_sym_STAR_EQ] = ACTIONS(3218), - [anon_sym_SLASH_EQ] = ACTIONS(3218), - [anon_sym_PERCENT_EQ] = ACTIONS(3218), - [anon_sym_BANG_EQ] = ACTIONS(3214), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3218), - [anon_sym_EQ_EQ] = ACTIONS(3214), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3218), - [anon_sym_LT_EQ] = ACTIONS(3218), - [anon_sym_GT_EQ] = ACTIONS(3218), - [anon_sym_BANGin] = ACTIONS(3218), - [anon_sym_is] = ACTIONS(3214), - [anon_sym_BANGis] = ACTIONS(3218), - [anon_sym_PLUS] = ACTIONS(3214), - [anon_sym_DASH] = ACTIONS(3214), - [anon_sym_SLASH] = ACTIONS(3214), - [anon_sym_PERCENT] = ACTIONS(3214), - [anon_sym_as_QMARK] = ACTIONS(3218), - [anon_sym_PLUS_PLUS] = ACTIONS(3218), - [anon_sym_DASH_DASH] = ACTIONS(3218), - [anon_sym_BANG_BANG] = ACTIONS(3218), + [anon_sym_COLON] = ACTIONS(5595), + [anon_sym_LBRACK] = ACTIONS(3190), + [anon_sym_as] = ACTIONS(3186), + [anon_sym_EQ] = ACTIONS(3186), + [anon_sym_constructor] = ACTIONS(5169), + [anon_sym_LBRACE] = ACTIONS(5171), + [anon_sym_RBRACE] = ACTIONS(3190), + [anon_sym_LPAREN] = ACTIONS(5173), + [anon_sym_RPAREN] = ACTIONS(3190), + [anon_sym_LT] = ACTIONS(3186), + [anon_sym_GT] = ACTIONS(3186), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(3186), + [anon_sym_SEMI] = ACTIONS(3190), + [anon_sym_get] = ACTIONS(3186), + [anon_sym_set] = ACTIONS(3186), + [anon_sym_STAR] = ACTIONS(3186), + [sym_label] = ACTIONS(3190), + [anon_sym_in] = ACTIONS(3186), + [anon_sym_while] = ACTIONS(3186), + [anon_sym_DOT_DOT] = ACTIONS(3190), + [anon_sym_QMARK_COLON] = ACTIONS(3190), + [anon_sym_AMP_AMP] = ACTIONS(3190), + [anon_sym_PIPE_PIPE] = ACTIONS(3190), + [anon_sym_else] = ACTIONS(3186), + [anon_sym_COLON_COLON] = ACTIONS(3190), + [anon_sym_PLUS_EQ] = ACTIONS(3190), + [anon_sym_DASH_EQ] = ACTIONS(3190), + [anon_sym_STAR_EQ] = ACTIONS(3190), + [anon_sym_SLASH_EQ] = ACTIONS(3190), + [anon_sym_PERCENT_EQ] = ACTIONS(3190), + [anon_sym_BANG_EQ] = ACTIONS(3186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3190), + [anon_sym_EQ_EQ] = ACTIONS(3186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3190), + [anon_sym_LT_EQ] = ACTIONS(3190), + [anon_sym_GT_EQ] = ACTIONS(3190), + [anon_sym_BANGin] = ACTIONS(3190), + [anon_sym_is] = ACTIONS(3186), + [anon_sym_BANGis] = ACTIONS(3190), + [anon_sym_PLUS] = ACTIONS(3186), + [anon_sym_DASH] = ACTIONS(3186), + [anon_sym_SLASH] = ACTIONS(3186), + [anon_sym_PERCENT] = ACTIONS(3186), + [anon_sym_as_QMARK] = ACTIONS(3190), + [anon_sym_PLUS_PLUS] = ACTIONS(3190), + [anon_sym_DASH_DASH] = ACTIONS(3190), + [anon_sym_BANG_BANG] = ACTIONS(3190), [anon_sym_suspend] = ACTIONS(3120), [anon_sym_sealed] = ACTIONS(3122), [anon_sym_annotation] = ACTIONS(3122), @@ -204113,174 +202860,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3134), [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3218), - [sym__automatic_semicolon] = ACTIONS(3218), - [sym_safe_nav] = ACTIONS(3218), - [sym_multiline_comment] = ACTIONS(3), - }, - [1525] = { - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(2143), - [sym__comparison_operator] = STATE(2144), - [sym__in_operator] = STATE(2145), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(2146), - [sym__multiplicative_operator] = STATE(2148), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_annotation] = STATE(7845), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2153), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_RBRACK] = ACTIONS(3021), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(3021), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_COMMA] = ACTIONS(3021), - [anon_sym_RPAREN] = ACTIONS(3021), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3758), - [anon_sym_where] = ACTIONS(3019), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(3021), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(3766), - [anon_sym_DASH_GT] = ACTIONS(3021), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(3768), - [anon_sym_while] = ACTIONS(3019), - [anon_sym_DOT_DOT] = ACTIONS(3770), - [anon_sym_QMARK_COLON] = ACTIONS(3772), - [anon_sym_AMP_AMP] = ACTIONS(3774), - [anon_sym_PIPE_PIPE] = ACTIONS(3776), - [anon_sym_else] = ACTIONS(3019), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_BANG_EQ] = ACTIONS(3778), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3780), - [anon_sym_EQ_EQ] = ACTIONS(3778), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3780), - [anon_sym_LT_EQ] = ACTIONS(3782), - [anon_sym_GT_EQ] = ACTIONS(3782), - [anon_sym_BANGin] = ACTIONS(3784), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), - [anon_sym_PLUS] = ACTIONS(3786), - [anon_sym_DASH] = ACTIONS(3786), - [anon_sym_SLASH] = ACTIONS(3788), - [anon_sym_PERCENT] = ACTIONS(3766), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), - [anon_sym_suspend] = ACTIONS(3019), - [anon_sym_sealed] = ACTIONS(3019), - [anon_sym_annotation] = ACTIONS(3019), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3019), - [anon_sym_lateinit] = ACTIONS(3019), - [anon_sym_public] = ACTIONS(3019), - [anon_sym_private] = ACTIONS(3019), - [anon_sym_internal] = ACTIONS(3019), - [anon_sym_protected] = ACTIONS(3019), - [anon_sym_tailrec] = ACTIONS(3019), - [anon_sym_operator] = ACTIONS(3019), - [anon_sym_infix] = ACTIONS(3019), - [anon_sym_inline] = ACTIONS(3019), - [anon_sym_external] = ACTIONS(3019), - [sym_property_modifier] = ACTIONS(3019), - [anon_sym_abstract] = ACTIONS(3019), - [anon_sym_final] = ACTIONS(3019), - [anon_sym_open] = ACTIONS(3019), - [anon_sym_vararg] = ACTIONS(3019), - [anon_sym_noinline] = ACTIONS(3019), - [anon_sym_crossinline] = ACTIONS(3019), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), + [sym__backtick_identifier] = ACTIONS(3190), + [sym_safe_nav] = ACTIONS(3190), [sym_multiline_comment] = ACTIONS(3), }, - [1526] = { - [sym__expression] = STATE(4276), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym_value_argument] = STATE(8766), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(1936), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5487), + [1511] = { + [sym__expression] = STATE(4267), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym_value_argument] = STATE(8393), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(2183), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(5501), [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_RPAREN] = ACTIONS(5621), + [anon_sym_RPAREN] = ACTIONS(5597), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(5474), - [sym_label] = ACTIONS(853), + [anon_sym_STAR] = ACTIONS(5508), + [sym_label] = ACTIONS(821), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(2022), [anon_sym_when] = ACTIONS(245), @@ -204290,15 +202938,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(855), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(823), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -204314,463 +202962,463 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1527] = { - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(2143), - [sym__comparison_operator] = STATE(2144), - [sym__in_operator] = STATE(2145), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(2146), - [sym__multiplicative_operator] = STATE(2148), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_annotation] = STATE(7845), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2153), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_RBRACK] = ACTIONS(3074), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(3074), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_COMMA] = ACTIONS(3074), - [anon_sym_RPAREN] = ACTIONS(3074), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3758), - [anon_sym_where] = ACTIONS(3072), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(3074), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(3766), - [anon_sym_DASH_GT] = ACTIONS(3074), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(3768), - [anon_sym_while] = ACTIONS(3072), - [anon_sym_DOT_DOT] = ACTIONS(3770), - [anon_sym_QMARK_COLON] = ACTIONS(3772), - [anon_sym_AMP_AMP] = ACTIONS(3774), - [anon_sym_PIPE_PIPE] = ACTIONS(3776), - [anon_sym_else] = ACTIONS(3072), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_BANG_EQ] = ACTIONS(3778), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3780), - [anon_sym_EQ_EQ] = ACTIONS(3778), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3780), - [anon_sym_LT_EQ] = ACTIONS(3782), - [anon_sym_GT_EQ] = ACTIONS(3782), - [anon_sym_BANGin] = ACTIONS(3784), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), - [anon_sym_PLUS] = ACTIONS(3786), - [anon_sym_DASH] = ACTIONS(3786), - [anon_sym_SLASH] = ACTIONS(3788), - [anon_sym_PERCENT] = ACTIONS(3766), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), - [anon_sym_suspend] = ACTIONS(3072), - [anon_sym_sealed] = ACTIONS(3072), - [anon_sym_annotation] = ACTIONS(3072), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3072), - [anon_sym_lateinit] = ACTIONS(3072), - [anon_sym_public] = ACTIONS(3072), - [anon_sym_private] = ACTIONS(3072), - [anon_sym_internal] = ACTIONS(3072), - [anon_sym_protected] = ACTIONS(3072), - [anon_sym_tailrec] = ACTIONS(3072), - [anon_sym_operator] = ACTIONS(3072), - [anon_sym_infix] = ACTIONS(3072), - [anon_sym_inline] = ACTIONS(3072), - [anon_sym_external] = ACTIONS(3072), - [sym_property_modifier] = ACTIONS(3072), - [anon_sym_abstract] = ACTIONS(3072), - [anon_sym_final] = ACTIONS(3072), - [anon_sym_open] = ACTIONS(3072), - [anon_sym_vararg] = ACTIONS(3072), - [anon_sym_noinline] = ACTIONS(3072), - [anon_sym_crossinline] = ACTIONS(3072), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), + [1512] = { + [sym_primary_constructor] = STATE(4772), + [sym_class_body] = STATE(5050), + [sym__class_parameters] = STATE(4841), + [sym_type_parameters] = STATE(1612), + [sym_type_constraints] = STATE(4842), + [sym_modifiers] = STATE(9347), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3146), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_COLON] = ACTIONS(5599), + [anon_sym_LBRACK] = ACTIONS(3150), + [anon_sym_as] = ACTIONS(3146), + [anon_sym_EQ] = ACTIONS(3146), + [anon_sym_constructor] = ACTIONS(5399), + [anon_sym_LBRACE] = ACTIONS(5401), + [anon_sym_RBRACE] = ACTIONS(3150), + [anon_sym_LPAREN] = ACTIONS(5403), + [anon_sym_LT] = ACTIONS(5364), + [anon_sym_GT] = ACTIONS(3146), + [anon_sym_where] = ACTIONS(5405), + [anon_sym_DOT] = ACTIONS(3146), + [anon_sym_SEMI] = ACTIONS(3150), + [anon_sym_get] = ACTIONS(3146), + [anon_sym_set] = ACTIONS(3146), + [anon_sym_STAR] = ACTIONS(3146), + [sym_label] = ACTIONS(3150), + [anon_sym_in] = ACTIONS(3146), + [anon_sym_DOT_DOT] = ACTIONS(3150), + [anon_sym_QMARK_COLON] = ACTIONS(3150), + [anon_sym_AMP_AMP] = ACTIONS(3150), + [anon_sym_PIPE_PIPE] = ACTIONS(3150), + [anon_sym_else] = ACTIONS(3146), + [anon_sym_COLON_COLON] = ACTIONS(3150), + [anon_sym_PLUS_EQ] = ACTIONS(3150), + [anon_sym_DASH_EQ] = ACTIONS(3150), + [anon_sym_STAR_EQ] = ACTIONS(3150), + [anon_sym_SLASH_EQ] = ACTIONS(3150), + [anon_sym_PERCENT_EQ] = ACTIONS(3150), + [anon_sym_BANG_EQ] = ACTIONS(3146), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3150), + [anon_sym_EQ_EQ] = ACTIONS(3146), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3150), + [anon_sym_LT_EQ] = ACTIONS(3150), + [anon_sym_GT_EQ] = ACTIONS(3150), + [anon_sym_BANGin] = ACTIONS(3150), + [anon_sym_is] = ACTIONS(3146), + [anon_sym_BANGis] = ACTIONS(3150), + [anon_sym_PLUS] = ACTIONS(3146), + [anon_sym_DASH] = ACTIONS(3146), + [anon_sym_SLASH] = ACTIONS(3146), + [anon_sym_PERCENT] = ACTIONS(3146), + [anon_sym_as_QMARK] = ACTIONS(3150), + [anon_sym_PLUS_PLUS] = ACTIONS(3150), + [anon_sym_DASH_DASH] = ACTIONS(3150), + [anon_sym_BANG_BANG] = ACTIONS(3150), + [anon_sym_suspend] = ACTIONS(3120), + [anon_sym_sealed] = ACTIONS(3122), + [anon_sym_annotation] = ACTIONS(3122), + [anon_sym_data] = ACTIONS(3122), + [anon_sym_inner] = ACTIONS(3122), + [anon_sym_override] = ACTIONS(3124), + [anon_sym_lateinit] = ACTIONS(3124), + [anon_sym_public] = ACTIONS(3126), + [anon_sym_private] = ACTIONS(3126), + [anon_sym_internal] = ACTIONS(3126), + [anon_sym_protected] = ACTIONS(3126), + [anon_sym_tailrec] = ACTIONS(3120), + [anon_sym_operator] = ACTIONS(3120), + [anon_sym_infix] = ACTIONS(3120), + [anon_sym_inline] = ACTIONS(3120), + [anon_sym_external] = ACTIONS(3120), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3130), + [anon_sym_final] = ACTIONS(3130), + [anon_sym_open] = ACTIONS(3130), + [anon_sym_vararg] = ACTIONS(3132), + [anon_sym_noinline] = ACTIONS(3132), + [anon_sym_crossinline] = ACTIONS(3132), + [anon_sym_expect] = ACTIONS(3134), + [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), + [sym__backtick_identifier] = ACTIONS(3150), + [sym__automatic_semicolon] = ACTIONS(3150), + [sym_safe_nav] = ACTIONS(3150), [sym_multiline_comment] = ACTIONS(3), }, - [1528] = { - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(2143), - [sym__comparison_operator] = STATE(2144), - [sym__in_operator] = STATE(2145), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(2146), - [sym__multiplicative_operator] = STATE(2148), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_annotation] = STATE(7845), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2153), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_RBRACK] = ACTIONS(3063), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(3063), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_COMMA] = ACTIONS(3063), - [anon_sym_RPAREN] = ACTIONS(3063), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3758), - [anon_sym_where] = ACTIONS(3061), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(3063), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(3766), - [anon_sym_DASH_GT] = ACTIONS(3063), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(3768), - [anon_sym_while] = ACTIONS(3061), - [anon_sym_DOT_DOT] = ACTIONS(3770), - [anon_sym_QMARK_COLON] = ACTIONS(3772), - [anon_sym_AMP_AMP] = ACTIONS(3774), - [anon_sym_PIPE_PIPE] = ACTIONS(3776), - [anon_sym_else] = ACTIONS(3061), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_BANG_EQ] = ACTIONS(3778), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3780), - [anon_sym_EQ_EQ] = ACTIONS(3778), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3780), - [anon_sym_LT_EQ] = ACTIONS(3782), - [anon_sym_GT_EQ] = ACTIONS(3782), - [anon_sym_BANGin] = ACTIONS(3784), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), - [anon_sym_PLUS] = ACTIONS(3786), - [anon_sym_DASH] = ACTIONS(3786), - [anon_sym_SLASH] = ACTIONS(3788), - [anon_sym_PERCENT] = ACTIONS(3766), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), - [anon_sym_suspend] = ACTIONS(3061), - [anon_sym_sealed] = ACTIONS(3061), - [anon_sym_annotation] = ACTIONS(3061), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3061), - [anon_sym_lateinit] = ACTIONS(3061), - [anon_sym_public] = ACTIONS(3061), - [anon_sym_private] = ACTIONS(3061), - [anon_sym_internal] = ACTIONS(3061), - [anon_sym_protected] = ACTIONS(3061), - [anon_sym_tailrec] = ACTIONS(3061), - [anon_sym_operator] = ACTIONS(3061), - [anon_sym_infix] = ACTIONS(3061), - [anon_sym_inline] = ACTIONS(3061), - [anon_sym_external] = ACTIONS(3061), - [sym_property_modifier] = ACTIONS(3061), - [anon_sym_abstract] = ACTIONS(3061), - [anon_sym_final] = ACTIONS(3061), - [anon_sym_open] = ACTIONS(3061), - [anon_sym_vararg] = ACTIONS(3061), - [anon_sym_noinline] = ACTIONS(3061), - [anon_sym_crossinline] = ACTIONS(3061), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), + [1513] = { + [sym__expression] = STATE(4267), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym_value_argument] = STATE(8764), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(2183), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(5501), + [sym__return_at] = STATE(331), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_RPAREN] = ACTIONS(5601), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(2020), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(5508), + [sym_label] = ACTIONS(821), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(2022), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(2024), + [anon_sym_return] = ACTIONS(2026), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(823), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(283), }, - [1529] = { - [aux_sym__delegation_specifiers_repeat1] = STATE(1530), - [sym__alpha_identifier] = ACTIONS(4678), - [anon_sym_AT] = ACTIONS(4680), - [anon_sym_LBRACK] = ACTIONS(4680), - [anon_sym_as] = ACTIONS(4678), - [anon_sym_LBRACE] = ACTIONS(4680), - [anon_sym_RBRACE] = ACTIONS(4680), - [anon_sym_LPAREN] = ACTIONS(4680), - [anon_sym_COMMA] = ACTIONS(5623), - [anon_sym_LT] = ACTIONS(4678), - [anon_sym_GT] = ACTIONS(4678), - [anon_sym_where] = ACTIONS(4678), - [anon_sym_object] = ACTIONS(4678), - [anon_sym_fun] = ACTIONS(4678), - [anon_sym_DOT] = ACTIONS(4678), - [anon_sym_SEMI] = ACTIONS(4680), - [anon_sym_get] = ACTIONS(4678), - [anon_sym_set] = ACTIONS(4678), - [anon_sym_this] = ACTIONS(4678), - [anon_sym_super] = ACTIONS(4678), - [anon_sym_STAR] = ACTIONS(4680), - [sym_label] = ACTIONS(4678), - [anon_sym_in] = ACTIONS(4678), - [anon_sym_DOT_DOT] = ACTIONS(4680), - [anon_sym_QMARK_COLON] = ACTIONS(4680), - [anon_sym_AMP_AMP] = ACTIONS(4680), - [anon_sym_PIPE_PIPE] = ACTIONS(4680), - [anon_sym_null] = ACTIONS(4678), - [anon_sym_if] = ACTIONS(4678), - [anon_sym_else] = ACTIONS(4678), - [anon_sym_when] = ACTIONS(4678), - [anon_sym_try] = ACTIONS(4678), - [anon_sym_throw] = ACTIONS(4678), - [anon_sym_return] = ACTIONS(4678), - [anon_sym_continue] = ACTIONS(4678), - [anon_sym_break] = ACTIONS(4678), - [anon_sym_COLON_COLON] = ACTIONS(4680), - [anon_sym_BANG_EQ] = ACTIONS(4678), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4680), - [anon_sym_EQ_EQ] = ACTIONS(4678), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4680), - [anon_sym_LT_EQ] = ACTIONS(4680), - [anon_sym_GT_EQ] = ACTIONS(4680), - [anon_sym_BANGin] = ACTIONS(4680), - [anon_sym_is] = ACTIONS(4678), - [anon_sym_BANGis] = ACTIONS(4680), - [anon_sym_PLUS] = ACTIONS(4678), - [anon_sym_DASH] = ACTIONS(4678), - [anon_sym_SLASH] = ACTIONS(4678), - [anon_sym_PERCENT] = ACTIONS(4680), - [anon_sym_as_QMARK] = ACTIONS(4680), - [anon_sym_PLUS_PLUS] = ACTIONS(4680), - [anon_sym_DASH_DASH] = ACTIONS(4680), - [anon_sym_BANG] = ACTIONS(4678), - [anon_sym_BANG_BANG] = ACTIONS(4680), - [anon_sym_suspend] = ACTIONS(4678), - [anon_sym_sealed] = ACTIONS(4678), - [anon_sym_annotation] = ACTIONS(4678), - [anon_sym_data] = ACTIONS(4678), - [anon_sym_inner] = ACTIONS(4678), - [anon_sym_override] = ACTIONS(4678), - [anon_sym_lateinit] = ACTIONS(4678), - [anon_sym_public] = ACTIONS(4678), - [anon_sym_private] = ACTIONS(4678), - [anon_sym_internal] = ACTIONS(4678), - [anon_sym_protected] = ACTIONS(4678), - [anon_sym_tailrec] = ACTIONS(4678), - [anon_sym_operator] = ACTIONS(4678), - [anon_sym_infix] = ACTIONS(4678), - [anon_sym_inline] = ACTIONS(4678), - [anon_sym_external] = ACTIONS(4678), - [sym_property_modifier] = ACTIONS(4678), - [anon_sym_abstract] = ACTIONS(4678), - [anon_sym_final] = ACTIONS(4678), - [anon_sym_open] = ACTIONS(4678), - [anon_sym_vararg] = ACTIONS(4678), - [anon_sym_noinline] = ACTIONS(4678), - [anon_sym_crossinline] = ACTIONS(4678), - [anon_sym_expect] = ACTIONS(4678), - [anon_sym_actual] = ACTIONS(4678), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4680), - [anon_sym_continue_AT] = ACTIONS(4680), - [anon_sym_break_AT] = ACTIONS(4680), - [sym_real_literal] = ACTIONS(4680), - [sym_integer_literal] = ACTIONS(4678), - [sym_hex_literal] = ACTIONS(4680), - [sym_bin_literal] = ACTIONS(4680), - [anon_sym_true] = ACTIONS(4678), - [anon_sym_false] = ACTIONS(4678), - [anon_sym_SQUOTE] = ACTIONS(4680), - [sym__backtick_identifier] = ACTIONS(4680), - [sym__automatic_semicolon] = ACTIONS(4680), - [sym_safe_nav] = ACTIONS(4680), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4680), + [1514] = { + [sym__expression] = STATE(4267), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym_value_argument] = STATE(8523), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(2183), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(5501), + [sym__return_at] = STATE(331), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_RPAREN] = ACTIONS(5603), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(2020), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(5508), + [sym_label] = ACTIONS(821), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(2022), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(2024), + [anon_sym_return] = ACTIONS(2026), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(823), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(283), }, - [1530] = { - [aux_sym__delegation_specifiers_repeat1] = STATE(1454), - [sym__alpha_identifier] = ACTIONS(4684), - [anon_sym_AT] = ACTIONS(4686), - [anon_sym_LBRACK] = ACTIONS(4686), - [anon_sym_as] = ACTIONS(4684), - [anon_sym_LBRACE] = ACTIONS(4686), - [anon_sym_RBRACE] = ACTIONS(4686), - [anon_sym_LPAREN] = ACTIONS(4686), - [anon_sym_COMMA] = ACTIONS(5623), - [anon_sym_LT] = ACTIONS(4684), - [anon_sym_GT] = ACTIONS(4684), - [anon_sym_where] = ACTIONS(4684), - [anon_sym_object] = ACTIONS(4684), - [anon_sym_fun] = ACTIONS(4684), - [anon_sym_DOT] = ACTIONS(4684), - [anon_sym_SEMI] = ACTIONS(4686), - [anon_sym_get] = ACTIONS(4684), - [anon_sym_set] = ACTIONS(4684), - [anon_sym_this] = ACTIONS(4684), - [anon_sym_super] = ACTIONS(4684), - [anon_sym_STAR] = ACTIONS(4686), - [sym_label] = ACTIONS(4684), - [anon_sym_in] = ACTIONS(4684), - [anon_sym_DOT_DOT] = ACTIONS(4686), - [anon_sym_QMARK_COLON] = ACTIONS(4686), - [anon_sym_AMP_AMP] = ACTIONS(4686), - [anon_sym_PIPE_PIPE] = ACTIONS(4686), - [anon_sym_null] = ACTIONS(4684), - [anon_sym_if] = ACTIONS(4684), - [anon_sym_else] = ACTIONS(4684), - [anon_sym_when] = ACTIONS(4684), - [anon_sym_try] = ACTIONS(4684), - [anon_sym_throw] = ACTIONS(4684), - [anon_sym_return] = ACTIONS(4684), - [anon_sym_continue] = ACTIONS(4684), - [anon_sym_break] = ACTIONS(4684), - [anon_sym_COLON_COLON] = ACTIONS(4686), - [anon_sym_BANG_EQ] = ACTIONS(4684), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4686), - [anon_sym_EQ_EQ] = ACTIONS(4684), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4686), - [anon_sym_LT_EQ] = ACTIONS(4686), - [anon_sym_GT_EQ] = ACTIONS(4686), - [anon_sym_BANGin] = ACTIONS(4686), - [anon_sym_is] = ACTIONS(4684), - [anon_sym_BANGis] = ACTIONS(4686), - [anon_sym_PLUS] = ACTIONS(4684), - [anon_sym_DASH] = ACTIONS(4684), - [anon_sym_SLASH] = ACTIONS(4684), - [anon_sym_PERCENT] = ACTIONS(4686), - [anon_sym_as_QMARK] = ACTIONS(4686), - [anon_sym_PLUS_PLUS] = ACTIONS(4686), - [anon_sym_DASH_DASH] = ACTIONS(4686), - [anon_sym_BANG] = ACTIONS(4684), - [anon_sym_BANG_BANG] = ACTIONS(4686), - [anon_sym_suspend] = ACTIONS(4684), - [anon_sym_sealed] = ACTIONS(4684), - [anon_sym_annotation] = ACTIONS(4684), - [anon_sym_data] = ACTIONS(4684), - [anon_sym_inner] = ACTIONS(4684), - [anon_sym_override] = ACTIONS(4684), - [anon_sym_lateinit] = ACTIONS(4684), - [anon_sym_public] = ACTIONS(4684), - [anon_sym_private] = ACTIONS(4684), - [anon_sym_internal] = ACTIONS(4684), - [anon_sym_protected] = ACTIONS(4684), - [anon_sym_tailrec] = ACTIONS(4684), - [anon_sym_operator] = ACTIONS(4684), - [anon_sym_infix] = ACTIONS(4684), - [anon_sym_inline] = ACTIONS(4684), - [anon_sym_external] = ACTIONS(4684), - [sym_property_modifier] = ACTIONS(4684), - [anon_sym_abstract] = ACTIONS(4684), - [anon_sym_final] = ACTIONS(4684), - [anon_sym_open] = ACTIONS(4684), - [anon_sym_vararg] = ACTIONS(4684), - [anon_sym_noinline] = ACTIONS(4684), - [anon_sym_crossinline] = ACTIONS(4684), - [anon_sym_expect] = ACTIONS(4684), - [anon_sym_actual] = ACTIONS(4684), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4686), - [anon_sym_continue_AT] = ACTIONS(4686), - [anon_sym_break_AT] = ACTIONS(4686), - [sym_real_literal] = ACTIONS(4686), - [sym_integer_literal] = ACTIONS(4684), - [sym_hex_literal] = ACTIONS(4686), - [sym_bin_literal] = ACTIONS(4686), - [anon_sym_true] = ACTIONS(4684), - [anon_sym_false] = ACTIONS(4684), - [anon_sym_SQUOTE] = ACTIONS(4686), - [sym__backtick_identifier] = ACTIONS(4686), - [sym__automatic_semicolon] = ACTIONS(4686), - [sym_safe_nav] = ACTIONS(4686), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4686), + [1515] = { + [sym__expression] = STATE(4267), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym_value_argument] = STATE(8764), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(2183), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(5501), + [sym__return_at] = STATE(331), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_RPAREN] = ACTIONS(5605), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(2020), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(5508), + [sym_label] = ACTIONS(821), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(2022), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(2024), + [anon_sym_return] = ACTIONS(2026), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(823), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(283), }, - [1531] = { - [sym__expression] = STATE(4276), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym_value_argument] = STATE(8766), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(1936), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5487), + [1516] = { + [sym__expression] = STATE(4267), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym_value_argument] = STATE(8764), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(2183), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(5501), [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_RPAREN] = ACTIONS(5625), + [anon_sym_RPAREN] = ACTIONS(5607), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(5474), - [sym_label] = ACTIONS(853), + [anon_sym_STAR] = ACTIONS(5508), + [sym_label] = ACTIONS(821), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(2022), [anon_sym_when] = ACTIONS(245), @@ -204780,15 +203428,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(855), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(823), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -204804,71 +203452,267 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1532] = { - [sym__expression] = STATE(4276), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym_value_argument] = STATE(8766), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(1936), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5487), + [1517] = { + [sym_primary_constructor] = STATE(4792), + [sym__class_parameters] = STATE(4841), + [sym_type_parameters] = STATE(1538), + [sym_type_constraints] = STATE(4865), + [sym_enum_class_body] = STATE(4992), + [sym_modifiers] = STATE(9347), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3102), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_COLON] = ACTIONS(5609), + [anon_sym_LBRACK] = ACTIONS(3108), + [anon_sym_as] = ACTIONS(3102), + [anon_sym_EQ] = ACTIONS(3102), + [anon_sym_constructor] = ACTIONS(5399), + [anon_sym_LBRACE] = ACTIONS(5411), + [anon_sym_RBRACE] = ACTIONS(3108), + [anon_sym_LPAREN] = ACTIONS(5403), + [anon_sym_LT] = ACTIONS(5364), + [anon_sym_GT] = ACTIONS(3102), + [anon_sym_where] = ACTIONS(5405), + [anon_sym_DOT] = ACTIONS(3102), + [anon_sym_SEMI] = ACTIONS(3108), + [anon_sym_get] = ACTIONS(3102), + [anon_sym_set] = ACTIONS(3102), + [anon_sym_STAR] = ACTIONS(3102), + [sym_label] = ACTIONS(3108), + [anon_sym_in] = ACTIONS(3102), + [anon_sym_DOT_DOT] = ACTIONS(3108), + [anon_sym_QMARK_COLON] = ACTIONS(3108), + [anon_sym_AMP_AMP] = ACTIONS(3108), + [anon_sym_PIPE_PIPE] = ACTIONS(3108), + [anon_sym_else] = ACTIONS(3102), + [anon_sym_COLON_COLON] = ACTIONS(3108), + [anon_sym_PLUS_EQ] = ACTIONS(3108), + [anon_sym_DASH_EQ] = ACTIONS(3108), + [anon_sym_STAR_EQ] = ACTIONS(3108), + [anon_sym_SLASH_EQ] = ACTIONS(3108), + [anon_sym_PERCENT_EQ] = ACTIONS(3108), + [anon_sym_BANG_EQ] = ACTIONS(3102), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3108), + [anon_sym_EQ_EQ] = ACTIONS(3102), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3108), + [anon_sym_LT_EQ] = ACTIONS(3108), + [anon_sym_GT_EQ] = ACTIONS(3108), + [anon_sym_BANGin] = ACTIONS(3108), + [anon_sym_is] = ACTIONS(3102), + [anon_sym_BANGis] = ACTIONS(3108), + [anon_sym_PLUS] = ACTIONS(3102), + [anon_sym_DASH] = ACTIONS(3102), + [anon_sym_SLASH] = ACTIONS(3102), + [anon_sym_PERCENT] = ACTIONS(3102), + [anon_sym_as_QMARK] = ACTIONS(3108), + [anon_sym_PLUS_PLUS] = ACTIONS(3108), + [anon_sym_DASH_DASH] = ACTIONS(3108), + [anon_sym_BANG_BANG] = ACTIONS(3108), + [anon_sym_suspend] = ACTIONS(3120), + [anon_sym_sealed] = ACTIONS(3122), + [anon_sym_annotation] = ACTIONS(3122), + [anon_sym_data] = ACTIONS(3122), + [anon_sym_inner] = ACTIONS(3122), + [anon_sym_override] = ACTIONS(3124), + [anon_sym_lateinit] = ACTIONS(3124), + [anon_sym_public] = ACTIONS(3126), + [anon_sym_private] = ACTIONS(3126), + [anon_sym_internal] = ACTIONS(3126), + [anon_sym_protected] = ACTIONS(3126), + [anon_sym_tailrec] = ACTIONS(3120), + [anon_sym_operator] = ACTIONS(3120), + [anon_sym_infix] = ACTIONS(3120), + [anon_sym_inline] = ACTIONS(3120), + [anon_sym_external] = ACTIONS(3120), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3130), + [anon_sym_final] = ACTIONS(3130), + [anon_sym_open] = ACTIONS(3130), + [anon_sym_vararg] = ACTIONS(3132), + [anon_sym_noinline] = ACTIONS(3132), + [anon_sym_crossinline] = ACTIONS(3132), + [anon_sym_expect] = ACTIONS(3134), + [anon_sym_actual] = ACTIONS(3134), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3108), + [sym__automatic_semicolon] = ACTIONS(3108), + [sym_safe_nav] = ACTIONS(3108), + [sym_multiline_comment] = ACTIONS(3), + }, + [1518] = { + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(2314), + [sym__comparison_operator] = STATE(2312), + [sym__in_operator] = STATE(2309), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(2306), + [sym__multiplicative_operator] = STATE(2305), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_annotation] = STATE(7893), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2302), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), + [sym__alpha_identifier] = ACTIONS(3011), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_RBRACK] = ACTIONS(3013), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(3013), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_COMMA] = ACTIONS(3013), + [anon_sym_RPAREN] = ACTIONS(3013), + [anon_sym_LT] = ACTIONS(3015), + [anon_sym_GT] = ACTIONS(3011), + [anon_sym_where] = ACTIONS(3011), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3013), + [anon_sym_get] = ACTIONS(3011), + [anon_sym_set] = ACTIONS(3011), + [anon_sym_STAR] = ACTIONS(3013), + [anon_sym_DASH_GT] = ACTIONS(3013), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(3011), + [anon_sym_while] = ACTIONS(3011), + [anon_sym_DOT_DOT] = ACTIONS(3013), + [anon_sym_QMARK_COLON] = ACTIONS(3013), + [anon_sym_AMP_AMP] = ACTIONS(3013), + [anon_sym_PIPE_PIPE] = ACTIONS(3013), + [anon_sym_else] = ACTIONS(3011), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_BANG_EQ] = ACTIONS(3011), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3013), + [anon_sym_EQ_EQ] = ACTIONS(3011), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3013), + [anon_sym_LT_EQ] = ACTIONS(3013), + [anon_sym_GT_EQ] = ACTIONS(3013), + [anon_sym_BANGin] = ACTIONS(3013), + [anon_sym_is] = ACTIONS(3011), + [anon_sym_BANGis] = ACTIONS(3013), + [anon_sym_PLUS] = ACTIONS(3011), + [anon_sym_DASH] = ACTIONS(3011), + [anon_sym_SLASH] = ACTIONS(3011), + [anon_sym_PERCENT] = ACTIONS(3013), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), + [anon_sym_suspend] = ACTIONS(3011), + [anon_sym_sealed] = ACTIONS(3011), + [anon_sym_annotation] = ACTIONS(3011), + [anon_sym_data] = ACTIONS(3011), + [anon_sym_inner] = ACTIONS(3011), + [anon_sym_override] = ACTIONS(3011), + [anon_sym_lateinit] = ACTIONS(3011), + [anon_sym_public] = ACTIONS(3011), + [anon_sym_private] = ACTIONS(3011), + [anon_sym_internal] = ACTIONS(3011), + [anon_sym_protected] = ACTIONS(3011), + [anon_sym_tailrec] = ACTIONS(3011), + [anon_sym_operator] = ACTIONS(3011), + [anon_sym_infix] = ACTIONS(3011), + [anon_sym_inline] = ACTIONS(3011), + [anon_sym_external] = ACTIONS(3011), + [sym_property_modifier] = ACTIONS(3011), + [anon_sym_abstract] = ACTIONS(3011), + [anon_sym_final] = ACTIONS(3011), + [anon_sym_open] = ACTIONS(3011), + [anon_sym_vararg] = ACTIONS(3011), + [anon_sym_noinline] = ACTIONS(3011), + [anon_sym_crossinline] = ACTIONS(3011), + [anon_sym_expect] = ACTIONS(3011), + [anon_sym_actual] = ACTIONS(3011), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3013), + [sym_safe_nav] = ACTIONS(3420), + [sym_multiline_comment] = ACTIONS(3), + }, + [1519] = { + [sym__expression] = STATE(4267), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym_value_argument] = STATE(8764), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(2183), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(5501), [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_RPAREN] = ACTIONS(5627), + [anon_sym_RPAREN] = ACTIONS(5611), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(5474), - [sym_label] = ACTIONS(853), + [anon_sym_STAR] = ACTIONS(5508), + [sym_label] = ACTIONS(821), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(2022), [anon_sym_when] = ACTIONS(245), @@ -204878,15 +203722,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(855), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(823), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -204902,169 +203746,1051 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1533] = { - [sym_indexing_suffix] = STATE(3339), - [sym_navigation_suffix] = STATE(3435), - [sym_call_suffix] = STATE(3432), - [sym_annotated_lambda] = STATE(3429), - [sym_type_arguments] = STATE(7512), - [sym_value_arguments] = STATE(2735), - [sym_lambda_literal] = STATE(3427), - [sym__equality_operator] = STATE(2060), - [sym__comparison_operator] = STATE(2059), - [sym__in_operator] = STATE(2055), - [sym__is_operator] = STATE(6217), - [sym__additive_operator] = STATE(2038), - [sym__multiplicative_operator] = STATE(2037), - [sym__as_operator] = STATE(6214), - [sym__postfix_unary_operator] = STATE(3426), - [sym__member_access_operator] = STATE(7360), - [sym_annotation] = STATE(7846), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2036), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7846), + [1520] = { + [sym__expression] = STATE(4267), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym_value_argument] = STATE(8764), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(2183), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(5501), + [sym__return_at] = STATE(331), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_RPAREN] = ACTIONS(5613), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(2020), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(5508), + [sym_label] = ACTIONS(821), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(2022), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(2024), + [anon_sym_return] = ACTIONS(2026), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(823), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(283), + }, + [1521] = { + [sym__expression] = STATE(4267), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym_value_argument] = STATE(8764), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(2183), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(5501), + [sym__return_at] = STATE(331), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_RPAREN] = ACTIONS(5615), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(2020), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(5508), + [sym_label] = ACTIONS(821), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(2022), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(2024), + [anon_sym_return] = ACTIONS(2026), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(823), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(283), + }, + [1522] = { + [sym__expression] = STATE(4267), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym_value_argument] = STATE(8764), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(2183), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(5501), + [sym__return_at] = STATE(331), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_RPAREN] = ACTIONS(5617), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(2020), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(5508), + [sym_label] = ACTIONS(821), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(2022), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(2024), + [anon_sym_return] = ACTIONS(2026), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(823), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(283), + }, + [1523] = { + [sym_primary_constructor] = STATE(4629), + [sym__class_parameters] = STATE(4841), + [sym_type_constraints] = STATE(4885), + [sym_enum_class_body] = STATE(4917), + [sym_modifiers] = STATE(9347), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3212), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_COLON] = ACTIONS(5619), + [anon_sym_LBRACK] = ACTIONS(3216), + [anon_sym_as] = ACTIONS(3212), + [anon_sym_EQ] = ACTIONS(3212), + [anon_sym_constructor] = ACTIONS(5399), + [anon_sym_LBRACE] = ACTIONS(5411), + [anon_sym_RBRACE] = ACTIONS(3216), + [anon_sym_LPAREN] = ACTIONS(5403), + [anon_sym_COMMA] = ACTIONS(3216), + [anon_sym_LT] = ACTIONS(3212), + [anon_sym_GT] = ACTIONS(3212), + [anon_sym_where] = ACTIONS(5405), + [anon_sym_DOT] = ACTIONS(3212), + [anon_sym_SEMI] = ACTIONS(3216), + [anon_sym_get] = ACTIONS(3212), + [anon_sym_set] = ACTIONS(3212), + [anon_sym_STAR] = ACTIONS(3212), + [sym_label] = ACTIONS(3216), + [anon_sym_in] = ACTIONS(3212), + [anon_sym_DOT_DOT] = ACTIONS(3216), + [anon_sym_QMARK_COLON] = ACTIONS(3216), + [anon_sym_AMP_AMP] = ACTIONS(3216), + [anon_sym_PIPE_PIPE] = ACTIONS(3216), + [anon_sym_else] = ACTIONS(3212), + [anon_sym_COLON_COLON] = ACTIONS(3216), + [anon_sym_PLUS_EQ] = ACTIONS(3216), + [anon_sym_DASH_EQ] = ACTIONS(3216), + [anon_sym_STAR_EQ] = ACTIONS(3216), + [anon_sym_SLASH_EQ] = ACTIONS(3216), + [anon_sym_PERCENT_EQ] = ACTIONS(3216), + [anon_sym_BANG_EQ] = ACTIONS(3212), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3216), + [anon_sym_EQ_EQ] = ACTIONS(3212), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3216), + [anon_sym_LT_EQ] = ACTIONS(3216), + [anon_sym_GT_EQ] = ACTIONS(3216), + [anon_sym_BANGin] = ACTIONS(3216), + [anon_sym_is] = ACTIONS(3212), + [anon_sym_BANGis] = ACTIONS(3216), + [anon_sym_PLUS] = ACTIONS(3212), + [anon_sym_DASH] = ACTIONS(3212), + [anon_sym_SLASH] = ACTIONS(3212), + [anon_sym_PERCENT] = ACTIONS(3212), + [anon_sym_as_QMARK] = ACTIONS(3216), + [anon_sym_PLUS_PLUS] = ACTIONS(3216), + [anon_sym_DASH_DASH] = ACTIONS(3216), + [anon_sym_BANG_BANG] = ACTIONS(3216), + [anon_sym_suspend] = ACTIONS(3120), + [anon_sym_sealed] = ACTIONS(3122), + [anon_sym_annotation] = ACTIONS(3122), + [anon_sym_data] = ACTIONS(3122), + [anon_sym_inner] = ACTIONS(3122), + [anon_sym_override] = ACTIONS(3124), + [anon_sym_lateinit] = ACTIONS(3124), + [anon_sym_public] = ACTIONS(3126), + [anon_sym_private] = ACTIONS(3126), + [anon_sym_internal] = ACTIONS(3126), + [anon_sym_protected] = ACTIONS(3126), + [anon_sym_tailrec] = ACTIONS(3120), + [anon_sym_operator] = ACTIONS(3120), + [anon_sym_infix] = ACTIONS(3120), + [anon_sym_inline] = ACTIONS(3120), + [anon_sym_external] = ACTIONS(3120), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3130), + [anon_sym_final] = ACTIONS(3130), + [anon_sym_open] = ACTIONS(3130), + [anon_sym_vararg] = ACTIONS(3132), + [anon_sym_noinline] = ACTIONS(3132), + [anon_sym_crossinline] = ACTIONS(3132), + [anon_sym_expect] = ACTIONS(3134), + [anon_sym_actual] = ACTIONS(3134), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3216), + [sym__automatic_semicolon] = ACTIONS(3216), + [sym_safe_nav] = ACTIONS(3216), + [sym_multiline_comment] = ACTIONS(3), + }, + [1524] = { + [sym__expression] = STATE(4267), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym_value_argument] = STATE(8764), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(2183), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(5501), + [sym__return_at] = STATE(331), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_RPAREN] = ACTIONS(5621), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(2020), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(5508), + [sym_label] = ACTIONS(821), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(2022), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(2024), + [anon_sym_return] = ACTIONS(2026), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(823), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(283), + }, + [1525] = { + [sym__expression] = STATE(4267), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym_value_argument] = STATE(8764), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(2183), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(5501), + [sym__return_at] = STATE(331), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_RPAREN] = ACTIONS(5623), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(2020), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(5508), + [sym_label] = ACTIONS(821), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(2022), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(2024), + [anon_sym_return] = ACTIONS(2026), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(823), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(283), + }, + [1526] = { + [sym_indexing_suffix] = STATE(3424), + [sym_navigation_suffix] = STATE(3423), + [sym_call_suffix] = STATE(3420), + [sym_annotated_lambda] = STATE(3419), + [sym_type_arguments] = STATE(7492), + [sym_value_arguments] = STATE(2731), + [sym_lambda_literal] = STATE(3415), + [sym__equality_operator] = STATE(1915), + [sym__comparison_operator] = STATE(2017), + [sym__in_operator] = STATE(2047), + [sym__is_operator] = STATE(6160), + [sym__additive_operator] = STATE(2164), + [sym__multiplicative_operator] = STATE(2174), + [sym__as_operator] = STATE(6161), + [sym__postfix_unary_operator] = STATE(3414), + [sym__member_access_operator] = STATE(7370), + [sym_annotation] = STATE(7887), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2177), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7887), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(4523), - [anon_sym_as] = ACTIONS(4525), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_RBRACE] = ACTIONS(3063), - [anon_sym_LPAREN] = ACTIONS(4527), - [anon_sym_COMMA] = ACTIONS(3063), + [anon_sym_LBRACK] = ACTIONS(4543), + [anon_sym_as] = ACTIONS(4545), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_RBRACE] = ACTIONS(3005), + [anon_sym_LPAREN] = ACTIONS(4547), + [anon_sym_COMMA] = ACTIONS(3005), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(5486), - [anon_sym_where] = ACTIONS(3061), - [anon_sym_object] = ACTIONS(3061), - [anon_sym_fun] = ACTIONS(3061), - [anon_sym_DOT] = ACTIONS(4531), - [anon_sym_SEMI] = ACTIONS(3063), + [anon_sym_GT] = ACTIONS(5488), + [anon_sym_where] = ACTIONS(3003), + [anon_sym_object] = ACTIONS(3003), + [anon_sym_fun] = ACTIONS(3003), + [anon_sym_DOT] = ACTIONS(4551), + [anon_sym_SEMI] = ACTIONS(3005), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(3061), - [anon_sym_super] = ACTIONS(3061), - [anon_sym_STAR] = ACTIONS(5488), - [sym_label] = ACTIONS(4535), + [anon_sym_this] = ACTIONS(3003), + [anon_sym_super] = ACTIONS(3003), + [anon_sym_STAR] = ACTIONS(5480), + [sym_label] = ACTIONS(4555), [anon_sym_in] = ACTIONS(5490), - [anon_sym_DOT_DOT] = ACTIONS(5492), - [anon_sym_QMARK_COLON] = ACTIONS(5494), - [anon_sym_AMP_AMP] = ACTIONS(5496), - [anon_sym_PIPE_PIPE] = ACTIONS(5498), - [anon_sym_null] = ACTIONS(3061), - [anon_sym_if] = ACTIONS(3061), - [anon_sym_else] = ACTIONS(3061), - [anon_sym_when] = ACTIONS(3061), - [anon_sym_try] = ACTIONS(3061), - [anon_sym_throw] = ACTIONS(3061), - [anon_sym_return] = ACTIONS(3061), - [anon_sym_continue] = ACTIONS(3061), - [anon_sym_break] = ACTIONS(3061), - [anon_sym_COLON_COLON] = ACTIONS(4547), - [anon_sym_BANG_EQ] = ACTIONS(5500), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5502), - [anon_sym_EQ_EQ] = ACTIONS(5500), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5502), - [anon_sym_LT_EQ] = ACTIONS(5504), - [anon_sym_GT_EQ] = ACTIONS(5504), - [anon_sym_BANGin] = ACTIONS(5506), - [anon_sym_is] = ACTIONS(4557), - [anon_sym_BANGis] = ACTIONS(4559), - [anon_sym_PLUS] = ACTIONS(5508), - [anon_sym_DASH] = ACTIONS(5508), - [anon_sym_SLASH] = ACTIONS(5510), - [anon_sym_PERCENT] = ACTIONS(5488), - [anon_sym_as_QMARK] = ACTIONS(4563), - [anon_sym_PLUS_PLUS] = ACTIONS(4565), - [anon_sym_DASH_DASH] = ACTIONS(4565), - [anon_sym_BANG] = ACTIONS(3061), - [anon_sym_BANG_BANG] = ACTIONS(4565), + [anon_sym_DOT_DOT] = ACTIONS(5482), + [anon_sym_QMARK_COLON] = ACTIONS(5492), + [anon_sym_AMP_AMP] = ACTIONS(5494), + [anon_sym_PIPE_PIPE] = ACTIONS(5496), + [anon_sym_null] = ACTIONS(3003), + [anon_sym_if] = ACTIONS(3003), + [anon_sym_else] = ACTIONS(3003), + [anon_sym_when] = ACTIONS(3003), + [anon_sym_try] = ACTIONS(3003), + [anon_sym_throw] = ACTIONS(3003), + [anon_sym_return] = ACTIONS(3003), + [anon_sym_continue] = ACTIONS(3003), + [anon_sym_break] = ACTIONS(3003), + [anon_sym_COLON_COLON] = ACTIONS(4567), + [anon_sym_BANG_EQ] = ACTIONS(5498), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5500), + [anon_sym_EQ_EQ] = ACTIONS(5498), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5500), + [anon_sym_LT_EQ] = ACTIONS(5502), + [anon_sym_GT_EQ] = ACTIONS(5502), + [anon_sym_BANGin] = ACTIONS(5504), + [anon_sym_is] = ACTIONS(4577), + [anon_sym_BANGis] = ACTIONS(4579), + [anon_sym_PLUS] = ACTIONS(5484), + [anon_sym_DASH] = ACTIONS(5484), + [anon_sym_SLASH] = ACTIONS(5486), + [anon_sym_PERCENT] = ACTIONS(5480), + [anon_sym_as_QMARK] = ACTIONS(4583), + [anon_sym_PLUS_PLUS] = ACTIONS(4585), + [anon_sym_DASH_DASH] = ACTIONS(4585), + [anon_sym_BANG] = ACTIONS(3003), + [anon_sym_BANG_BANG] = ACTIONS(4585), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3063), - [anon_sym_continue_AT] = ACTIONS(3063), - [anon_sym_break_AT] = ACTIONS(3063), - [sym_real_literal] = ACTIONS(3063), - [sym_integer_literal] = ACTIONS(3061), - [sym_hex_literal] = ACTIONS(3063), - [sym_bin_literal] = ACTIONS(3063), - [anon_sym_true] = ACTIONS(3061), - [anon_sym_false] = ACTIONS(3061), - [anon_sym_SQUOTE] = ACTIONS(3063), + [anon_sym_return_AT] = ACTIONS(3005), + [anon_sym_continue_AT] = ACTIONS(3005), + [anon_sym_break_AT] = ACTIONS(3005), + [sym_real_literal] = ACTIONS(3005), + [sym_integer_literal] = ACTIONS(3003), + [sym_hex_literal] = ACTIONS(3005), + [sym_bin_literal] = ACTIONS(3005), + [anon_sym_true] = ACTIONS(3003), + [anon_sym_false] = ACTIONS(3003), + [anon_sym_SQUOTE] = ACTIONS(3005), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3063), - [sym_safe_nav] = ACTIONS(4547), + [sym__automatic_semicolon] = ACTIONS(3005), + [sym_safe_nav] = ACTIONS(4567), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3063), + [sym__string_start] = ACTIONS(3005), }, - [1534] = { - [sym__expression] = STATE(4276), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym_value_argument] = STATE(8766), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(1936), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5487), + [1527] = { + [sym_indexing_suffix] = STATE(3424), + [sym_navigation_suffix] = STATE(3423), + [sym_call_suffix] = STATE(3420), + [sym_annotated_lambda] = STATE(3419), + [sym_type_arguments] = STATE(7492), + [sym_value_arguments] = STATE(2731), + [sym_lambda_literal] = STATE(3415), + [sym__equality_operator] = STATE(1915), + [sym__comparison_operator] = STATE(2017), + [sym__in_operator] = STATE(2047), + [sym__is_operator] = STATE(6160), + [sym__additive_operator] = STATE(2164), + [sym__multiplicative_operator] = STATE(2174), + [sym__as_operator] = STATE(6161), + [sym__postfix_unary_operator] = STATE(3414), + [sym__member_access_operator] = STATE(7370), + [sym_annotation] = STATE(7887), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2177), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7887), + [sym__alpha_identifier] = ACTIONS(3011), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(4543), + [anon_sym_as] = ACTIONS(4545), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_RBRACE] = ACTIONS(3013), + [anon_sym_LPAREN] = ACTIONS(4547), + [anon_sym_COMMA] = ACTIONS(3013), + [anon_sym_LT] = ACTIONS(3015), + [anon_sym_GT] = ACTIONS(3011), + [anon_sym_where] = ACTIONS(3011), + [anon_sym_object] = ACTIONS(3011), + [anon_sym_fun] = ACTIONS(3011), + [anon_sym_DOT] = ACTIONS(4551), + [anon_sym_SEMI] = ACTIONS(3013), + [anon_sym_get] = ACTIONS(3011), + [anon_sym_set] = ACTIONS(3011), + [anon_sym_this] = ACTIONS(3011), + [anon_sym_super] = ACTIONS(3011), + [anon_sym_STAR] = ACTIONS(3013), + [sym_label] = ACTIONS(4555), + [anon_sym_in] = ACTIONS(3011), + [anon_sym_DOT_DOT] = ACTIONS(3013), + [anon_sym_QMARK_COLON] = ACTIONS(3013), + [anon_sym_AMP_AMP] = ACTIONS(3013), + [anon_sym_PIPE_PIPE] = ACTIONS(3013), + [anon_sym_null] = ACTIONS(3011), + [anon_sym_if] = ACTIONS(3011), + [anon_sym_else] = ACTIONS(3011), + [anon_sym_when] = ACTIONS(3011), + [anon_sym_try] = ACTIONS(3011), + [anon_sym_throw] = ACTIONS(3011), + [anon_sym_return] = ACTIONS(3011), + [anon_sym_continue] = ACTIONS(3011), + [anon_sym_break] = ACTIONS(3011), + [anon_sym_COLON_COLON] = ACTIONS(4567), + [anon_sym_BANG_EQ] = ACTIONS(3011), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3013), + [anon_sym_EQ_EQ] = ACTIONS(3011), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3013), + [anon_sym_LT_EQ] = ACTIONS(3013), + [anon_sym_GT_EQ] = ACTIONS(3013), + [anon_sym_BANGin] = ACTIONS(3013), + [anon_sym_is] = ACTIONS(3011), + [anon_sym_BANGis] = ACTIONS(3013), + [anon_sym_PLUS] = ACTIONS(3011), + [anon_sym_DASH] = ACTIONS(3011), + [anon_sym_SLASH] = ACTIONS(3011), + [anon_sym_PERCENT] = ACTIONS(3013), + [anon_sym_as_QMARK] = ACTIONS(4583), + [anon_sym_PLUS_PLUS] = ACTIONS(4585), + [anon_sym_DASH_DASH] = ACTIONS(4585), + [anon_sym_BANG] = ACTIONS(3011), + [anon_sym_BANG_BANG] = ACTIONS(4585), + [anon_sym_data] = ACTIONS(3011), + [anon_sym_inner] = ACTIONS(3011), + [anon_sym_expect] = ACTIONS(3011), + [anon_sym_actual] = ACTIONS(3011), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3013), + [anon_sym_continue_AT] = ACTIONS(3013), + [anon_sym_break_AT] = ACTIONS(3013), + [sym_real_literal] = ACTIONS(3013), + [sym_integer_literal] = ACTIONS(3011), + [sym_hex_literal] = ACTIONS(3013), + [sym_bin_literal] = ACTIONS(3013), + [anon_sym_true] = ACTIONS(3011), + [anon_sym_false] = ACTIONS(3011), + [anon_sym_SQUOTE] = ACTIONS(3013), + [sym__backtick_identifier] = ACTIONS(3013), + [sym__automatic_semicolon] = ACTIONS(3013), + [sym_safe_nav] = ACTIONS(4567), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3013), + }, + [1528] = { + [sym_indexing_suffix] = STATE(3424), + [sym_navigation_suffix] = STATE(3423), + [sym_call_suffix] = STATE(3420), + [sym_annotated_lambda] = STATE(3419), + [sym_type_arguments] = STATE(7492), + [sym_value_arguments] = STATE(2731), + [sym_lambda_literal] = STATE(3415), + [sym__equality_operator] = STATE(1915), + [sym__comparison_operator] = STATE(2017), + [sym__in_operator] = STATE(2047), + [sym__is_operator] = STATE(6160), + [sym__additive_operator] = STATE(2164), + [sym__multiplicative_operator] = STATE(2174), + [sym__as_operator] = STATE(6161), + [sym__postfix_unary_operator] = STATE(3414), + [sym__member_access_operator] = STATE(7370), + [sym_annotation] = STATE(7887), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2177), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7887), + [sym__alpha_identifier] = ACTIONS(3022), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(4543), + [anon_sym_as] = ACTIONS(4545), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_RBRACE] = ACTIONS(3024), + [anon_sym_LPAREN] = ACTIONS(4547), + [anon_sym_COMMA] = ACTIONS(3024), + [anon_sym_LT] = ACTIONS(3026), + [anon_sym_GT] = ACTIONS(3022), + [anon_sym_where] = ACTIONS(3022), + [anon_sym_object] = ACTIONS(3022), + [anon_sym_fun] = ACTIONS(3022), + [anon_sym_DOT] = ACTIONS(4551), + [anon_sym_SEMI] = ACTIONS(3024), + [anon_sym_get] = ACTIONS(3022), + [anon_sym_set] = ACTIONS(3022), + [anon_sym_this] = ACTIONS(3022), + [anon_sym_super] = ACTIONS(3022), + [anon_sym_STAR] = ACTIONS(5480), + [sym_label] = ACTIONS(4555), + [anon_sym_in] = ACTIONS(3022), + [anon_sym_DOT_DOT] = ACTIONS(3024), + [anon_sym_QMARK_COLON] = ACTIONS(3024), + [anon_sym_AMP_AMP] = ACTIONS(3024), + [anon_sym_PIPE_PIPE] = ACTIONS(3024), + [anon_sym_null] = ACTIONS(3022), + [anon_sym_if] = ACTIONS(3022), + [anon_sym_else] = ACTIONS(3022), + [anon_sym_when] = ACTIONS(3022), + [anon_sym_try] = ACTIONS(3022), + [anon_sym_throw] = ACTIONS(3022), + [anon_sym_return] = ACTIONS(3022), + [anon_sym_continue] = ACTIONS(3022), + [anon_sym_break] = ACTIONS(3022), + [anon_sym_COLON_COLON] = ACTIONS(4567), + [anon_sym_BANG_EQ] = ACTIONS(3022), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3024), + [anon_sym_EQ_EQ] = ACTIONS(3022), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3024), + [anon_sym_LT_EQ] = ACTIONS(3024), + [anon_sym_GT_EQ] = ACTIONS(3024), + [anon_sym_BANGin] = ACTIONS(3024), + [anon_sym_is] = ACTIONS(3022), + [anon_sym_BANGis] = ACTIONS(3024), + [anon_sym_PLUS] = ACTIONS(3022), + [anon_sym_DASH] = ACTIONS(3022), + [anon_sym_SLASH] = ACTIONS(5486), + [anon_sym_PERCENT] = ACTIONS(5480), + [anon_sym_as_QMARK] = ACTIONS(4583), + [anon_sym_PLUS_PLUS] = ACTIONS(4585), + [anon_sym_DASH_DASH] = ACTIONS(4585), + [anon_sym_BANG] = ACTIONS(3022), + [anon_sym_BANG_BANG] = ACTIONS(4585), + [anon_sym_data] = ACTIONS(3022), + [anon_sym_inner] = ACTIONS(3022), + [anon_sym_expect] = ACTIONS(3022), + [anon_sym_actual] = ACTIONS(3022), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3024), + [anon_sym_continue_AT] = ACTIONS(3024), + [anon_sym_break_AT] = ACTIONS(3024), + [sym_real_literal] = ACTIONS(3024), + [sym_integer_literal] = ACTIONS(3022), + [sym_hex_literal] = ACTIONS(3024), + [sym_bin_literal] = ACTIONS(3024), + [anon_sym_true] = ACTIONS(3022), + [anon_sym_false] = ACTIONS(3022), + [anon_sym_SQUOTE] = ACTIONS(3024), + [sym__backtick_identifier] = ACTIONS(3024), + [sym__automatic_semicolon] = ACTIONS(3024), + [sym_safe_nav] = ACTIONS(4567), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3024), + }, + [1529] = { + [sym_indexing_suffix] = STATE(3424), + [sym_navigation_suffix] = STATE(3423), + [sym_call_suffix] = STATE(3420), + [sym_annotated_lambda] = STATE(3419), + [sym_type_arguments] = STATE(7492), + [sym_value_arguments] = STATE(2731), + [sym_lambda_literal] = STATE(3415), + [sym__equality_operator] = STATE(1915), + [sym__comparison_operator] = STATE(2017), + [sym__in_operator] = STATE(2047), + [sym__is_operator] = STATE(6160), + [sym__additive_operator] = STATE(2164), + [sym__multiplicative_operator] = STATE(2174), + [sym__as_operator] = STATE(6161), + [sym__postfix_unary_operator] = STATE(3414), + [sym__member_access_operator] = STATE(7370), + [sym_annotation] = STATE(7887), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2177), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7887), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(4543), + [anon_sym_as] = ACTIONS(4545), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_RBRACE] = ACTIONS(3031), + [anon_sym_LPAREN] = ACTIONS(4547), + [anon_sym_COMMA] = ACTIONS(3031), + [anon_sym_LT] = ACTIONS(3033), + [anon_sym_GT] = ACTIONS(3029), + [anon_sym_where] = ACTIONS(3029), + [anon_sym_object] = ACTIONS(3029), + [anon_sym_fun] = ACTIONS(3029), + [anon_sym_DOT] = ACTIONS(4551), + [anon_sym_SEMI] = ACTIONS(3031), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_this] = ACTIONS(3029), + [anon_sym_super] = ACTIONS(3029), + [anon_sym_STAR] = ACTIONS(5480), + [sym_label] = ACTIONS(4555), + [anon_sym_in] = ACTIONS(3029), + [anon_sym_DOT_DOT] = ACTIONS(5482), + [anon_sym_QMARK_COLON] = ACTIONS(5492), + [anon_sym_AMP_AMP] = ACTIONS(3031), + [anon_sym_PIPE_PIPE] = ACTIONS(3031), + [anon_sym_null] = ACTIONS(3029), + [anon_sym_if] = ACTIONS(3029), + [anon_sym_else] = ACTIONS(3029), + [anon_sym_when] = ACTIONS(3029), + [anon_sym_try] = ACTIONS(3029), + [anon_sym_throw] = ACTIONS(3029), + [anon_sym_return] = ACTIONS(3029), + [anon_sym_continue] = ACTIONS(3029), + [anon_sym_break] = ACTIONS(3029), + [anon_sym_COLON_COLON] = ACTIONS(4567), + [anon_sym_BANG_EQ] = ACTIONS(3029), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3031), + [anon_sym_EQ_EQ] = ACTIONS(3029), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3031), + [anon_sym_LT_EQ] = ACTIONS(3031), + [anon_sym_GT_EQ] = ACTIONS(3031), + [anon_sym_BANGin] = ACTIONS(3031), + [anon_sym_is] = ACTIONS(3029), + [anon_sym_BANGis] = ACTIONS(3031), + [anon_sym_PLUS] = ACTIONS(5484), + [anon_sym_DASH] = ACTIONS(5484), + [anon_sym_SLASH] = ACTIONS(5486), + [anon_sym_PERCENT] = ACTIONS(5480), + [anon_sym_as_QMARK] = ACTIONS(4583), + [anon_sym_PLUS_PLUS] = ACTIONS(4585), + [anon_sym_DASH_DASH] = ACTIONS(4585), + [anon_sym_BANG] = ACTIONS(3029), + [anon_sym_BANG_BANG] = ACTIONS(4585), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3031), + [anon_sym_continue_AT] = ACTIONS(3031), + [anon_sym_break_AT] = ACTIONS(3031), + [sym_real_literal] = ACTIONS(3031), + [sym_integer_literal] = ACTIONS(3029), + [sym_hex_literal] = ACTIONS(3031), + [sym_bin_literal] = ACTIONS(3031), + [anon_sym_true] = ACTIONS(3029), + [anon_sym_false] = ACTIONS(3029), + [anon_sym_SQUOTE] = ACTIONS(3031), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(3031), + [sym_safe_nav] = ACTIONS(4567), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3031), + }, + [1530] = { + [sym__expression] = STATE(4267), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym_value_argument] = STATE(8764), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(2183), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(5501), [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_RPAREN] = ACTIONS(5629), + [anon_sym_RPAREN] = ACTIONS(5625), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(5474), - [sym_label] = ACTIONS(853), + [anon_sym_STAR] = ACTIONS(5508), + [sym_label] = ACTIONS(821), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(2022), [anon_sym_when] = ACTIONS(245), @@ -205074,15 +204800,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(855), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(823), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -205098,170 +204824,1050 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1535] = { - [sym_indexing_suffix] = STATE(3339), - [sym_navigation_suffix] = STATE(3435), - [sym_call_suffix] = STATE(3432), - [sym_annotated_lambda] = STATE(3429), - [sym_type_arguments] = STATE(7512), - [sym_value_arguments] = STATE(2735), - [sym_lambda_literal] = STATE(3427), - [sym__equality_operator] = STATE(2060), - [sym__comparison_operator] = STATE(2059), - [sym__in_operator] = STATE(2055), - [sym__is_operator] = STATE(6217), - [sym__additive_operator] = STATE(2038), - [sym__multiplicative_operator] = STATE(2037), - [sym__as_operator] = STATE(6214), - [sym__postfix_unary_operator] = STATE(3426), - [sym__member_access_operator] = STATE(7360), - [sym_annotation] = STATE(7846), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2036), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7846), + [1531] = { + [sym_primary_constructor] = STATE(4611), + [sym_class_body] = STATE(4962), + [sym__class_parameters] = STATE(4841), + [sym_type_constraints] = STATE(4875), + [sym_modifiers] = STATE(9347), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3196), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_COLON] = ACTIONS(5627), + [anon_sym_LBRACK] = ACTIONS(3200), + [anon_sym_as] = ACTIONS(3196), + [anon_sym_EQ] = ACTIONS(3196), + [anon_sym_constructor] = ACTIONS(5399), + [anon_sym_LBRACE] = ACTIONS(5401), + [anon_sym_RBRACE] = ACTIONS(3200), + [anon_sym_LPAREN] = ACTIONS(5403), + [anon_sym_COMMA] = ACTIONS(3200), + [anon_sym_LT] = ACTIONS(3196), + [anon_sym_GT] = ACTIONS(3196), + [anon_sym_where] = ACTIONS(5405), + [anon_sym_DOT] = ACTIONS(3196), + [anon_sym_SEMI] = ACTIONS(3200), + [anon_sym_get] = ACTIONS(3196), + [anon_sym_set] = ACTIONS(3196), + [anon_sym_STAR] = ACTIONS(3196), + [sym_label] = ACTIONS(3200), + [anon_sym_in] = ACTIONS(3196), + [anon_sym_DOT_DOT] = ACTIONS(3200), + [anon_sym_QMARK_COLON] = ACTIONS(3200), + [anon_sym_AMP_AMP] = ACTIONS(3200), + [anon_sym_PIPE_PIPE] = ACTIONS(3200), + [anon_sym_else] = ACTIONS(3196), + [anon_sym_COLON_COLON] = ACTIONS(3200), + [anon_sym_PLUS_EQ] = ACTIONS(3200), + [anon_sym_DASH_EQ] = ACTIONS(3200), + [anon_sym_STAR_EQ] = ACTIONS(3200), + [anon_sym_SLASH_EQ] = ACTIONS(3200), + [anon_sym_PERCENT_EQ] = ACTIONS(3200), + [anon_sym_BANG_EQ] = ACTIONS(3196), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3200), + [anon_sym_EQ_EQ] = ACTIONS(3196), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3200), + [anon_sym_LT_EQ] = ACTIONS(3200), + [anon_sym_GT_EQ] = ACTIONS(3200), + [anon_sym_BANGin] = ACTIONS(3200), + [anon_sym_is] = ACTIONS(3196), + [anon_sym_BANGis] = ACTIONS(3200), + [anon_sym_PLUS] = ACTIONS(3196), + [anon_sym_DASH] = ACTIONS(3196), + [anon_sym_SLASH] = ACTIONS(3196), + [anon_sym_PERCENT] = ACTIONS(3196), + [anon_sym_as_QMARK] = ACTIONS(3200), + [anon_sym_PLUS_PLUS] = ACTIONS(3200), + [anon_sym_DASH_DASH] = ACTIONS(3200), + [anon_sym_BANG_BANG] = ACTIONS(3200), + [anon_sym_suspend] = ACTIONS(3120), + [anon_sym_sealed] = ACTIONS(3122), + [anon_sym_annotation] = ACTIONS(3122), + [anon_sym_data] = ACTIONS(3122), + [anon_sym_inner] = ACTIONS(3122), + [anon_sym_override] = ACTIONS(3124), + [anon_sym_lateinit] = ACTIONS(3124), + [anon_sym_public] = ACTIONS(3126), + [anon_sym_private] = ACTIONS(3126), + [anon_sym_internal] = ACTIONS(3126), + [anon_sym_protected] = ACTIONS(3126), + [anon_sym_tailrec] = ACTIONS(3120), + [anon_sym_operator] = ACTIONS(3120), + [anon_sym_infix] = ACTIONS(3120), + [anon_sym_inline] = ACTIONS(3120), + [anon_sym_external] = ACTIONS(3120), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3130), + [anon_sym_final] = ACTIONS(3130), + [anon_sym_open] = ACTIONS(3130), + [anon_sym_vararg] = ACTIONS(3132), + [anon_sym_noinline] = ACTIONS(3132), + [anon_sym_crossinline] = ACTIONS(3132), + [anon_sym_expect] = ACTIONS(3134), + [anon_sym_actual] = ACTIONS(3134), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3200), + [sym__automatic_semicolon] = ACTIONS(3200), + [sym_safe_nav] = ACTIONS(3200), + [sym_multiline_comment] = ACTIONS(3), + }, + [1532] = { + [sym__expression] = STATE(4361), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1595), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(377), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7985), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_val] = ACTIONS(5629), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(3094), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(1065), + [sym_label] = ACTIONS(327), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(3096), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(3098), + [anon_sym_return] = ACTIONS(3100), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(327), + [anon_sym_DASH] = ACTIONS(327), + [anon_sym_PLUS_PLUS] = ACTIONS(329), + [anon_sym_DASH_DASH] = ACTIONS(329), + [anon_sym_BANG] = ACTIONS(329), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(283), + }, + [1533] = { + [sym_indexing_suffix] = STATE(3424), + [sym_navigation_suffix] = STATE(3423), + [sym_call_suffix] = STATE(3420), + [sym_annotated_lambda] = STATE(3419), + [sym_type_arguments] = STATE(7492), + [sym_value_arguments] = STATE(2731), + [sym_lambda_literal] = STATE(3415), + [sym__equality_operator] = STATE(1915), + [sym__comparison_operator] = STATE(2017), + [sym__in_operator] = STATE(2047), + [sym__is_operator] = STATE(6160), + [sym__additive_operator] = STATE(2164), + [sym__multiplicative_operator] = STATE(2174), + [sym__as_operator] = STATE(6161), + [sym__postfix_unary_operator] = STATE(3414), + [sym__member_access_operator] = STATE(7370), + [sym_annotation] = STATE(7887), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2177), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7887), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(4523), - [anon_sym_as] = ACTIONS(4525), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_RBRACE] = ACTIONS(3017), - [anon_sym_LPAREN] = ACTIONS(4527), - [anon_sym_COMMA] = ACTIONS(3017), + [anon_sym_LBRACK] = ACTIONS(4543), + [anon_sym_as] = ACTIONS(4545), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_RBRACE] = ACTIONS(3038), + [anon_sym_LPAREN] = ACTIONS(4547), + [anon_sym_COMMA] = ACTIONS(3038), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(5486), - [anon_sym_where] = ACTIONS(3015), - [anon_sym_object] = ACTIONS(3015), - [anon_sym_fun] = ACTIONS(3015), - [anon_sym_DOT] = ACTIONS(4531), - [anon_sym_SEMI] = ACTIONS(3017), + [anon_sym_GT] = ACTIONS(3036), + [anon_sym_where] = ACTIONS(3036), + [anon_sym_object] = ACTIONS(3036), + [anon_sym_fun] = ACTIONS(3036), + [anon_sym_DOT] = ACTIONS(4551), + [anon_sym_SEMI] = ACTIONS(3038), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(3015), - [anon_sym_super] = ACTIONS(3015), - [anon_sym_STAR] = ACTIONS(5488), - [sym_label] = ACTIONS(4535), + [anon_sym_this] = ACTIONS(3036), + [anon_sym_super] = ACTIONS(3036), + [anon_sym_STAR] = ACTIONS(5480), + [sym_label] = ACTIONS(4555), [anon_sym_in] = ACTIONS(5490), - [anon_sym_DOT_DOT] = ACTIONS(5492), - [anon_sym_QMARK_COLON] = ACTIONS(5494), - [anon_sym_AMP_AMP] = ACTIONS(5496), - [anon_sym_PIPE_PIPE] = ACTIONS(5498), - [anon_sym_null] = ACTIONS(3015), - [anon_sym_if] = ACTIONS(3015), - [anon_sym_else] = ACTIONS(3015), - [anon_sym_when] = ACTIONS(3015), - [anon_sym_try] = ACTIONS(3015), - [anon_sym_throw] = ACTIONS(3015), - [anon_sym_return] = ACTIONS(3015), - [anon_sym_continue] = ACTIONS(3015), - [anon_sym_break] = ACTIONS(3015), - [anon_sym_COLON_COLON] = ACTIONS(4547), - [anon_sym_BANG_EQ] = ACTIONS(5500), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5502), - [anon_sym_EQ_EQ] = ACTIONS(5500), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5502), - [anon_sym_LT_EQ] = ACTIONS(5504), - [anon_sym_GT_EQ] = ACTIONS(5504), - [anon_sym_BANGin] = ACTIONS(5506), - [anon_sym_is] = ACTIONS(4557), - [anon_sym_BANGis] = ACTIONS(4559), - [anon_sym_PLUS] = ACTIONS(5508), - [anon_sym_DASH] = ACTIONS(5508), - [anon_sym_SLASH] = ACTIONS(5510), - [anon_sym_PERCENT] = ACTIONS(5488), - [anon_sym_as_QMARK] = ACTIONS(4563), - [anon_sym_PLUS_PLUS] = ACTIONS(4565), - [anon_sym_DASH_DASH] = ACTIONS(4565), - [anon_sym_BANG] = ACTIONS(3015), - [anon_sym_BANG_BANG] = ACTIONS(4565), + [anon_sym_DOT_DOT] = ACTIONS(5482), + [anon_sym_QMARK_COLON] = ACTIONS(5492), + [anon_sym_AMP_AMP] = ACTIONS(3038), + [anon_sym_PIPE_PIPE] = ACTIONS(3038), + [anon_sym_null] = ACTIONS(3036), + [anon_sym_if] = ACTIONS(3036), + [anon_sym_else] = ACTIONS(3036), + [anon_sym_when] = ACTIONS(3036), + [anon_sym_try] = ACTIONS(3036), + [anon_sym_throw] = ACTIONS(3036), + [anon_sym_return] = ACTIONS(3036), + [anon_sym_continue] = ACTIONS(3036), + [anon_sym_break] = ACTIONS(3036), + [anon_sym_COLON_COLON] = ACTIONS(4567), + [anon_sym_BANG_EQ] = ACTIONS(3036), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3038), + [anon_sym_EQ_EQ] = ACTIONS(3036), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3038), + [anon_sym_LT_EQ] = ACTIONS(3038), + [anon_sym_GT_EQ] = ACTIONS(3038), + [anon_sym_BANGin] = ACTIONS(5504), + [anon_sym_is] = ACTIONS(4577), + [anon_sym_BANGis] = ACTIONS(4579), + [anon_sym_PLUS] = ACTIONS(5484), + [anon_sym_DASH] = ACTIONS(5484), + [anon_sym_SLASH] = ACTIONS(5486), + [anon_sym_PERCENT] = ACTIONS(5480), + [anon_sym_as_QMARK] = ACTIONS(4583), + [anon_sym_PLUS_PLUS] = ACTIONS(4585), + [anon_sym_DASH_DASH] = ACTIONS(4585), + [anon_sym_BANG] = ACTIONS(3036), + [anon_sym_BANG_BANG] = ACTIONS(4585), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3017), - [anon_sym_continue_AT] = ACTIONS(3017), - [anon_sym_break_AT] = ACTIONS(3017), - [sym_real_literal] = ACTIONS(3017), - [sym_integer_literal] = ACTIONS(3015), - [sym_hex_literal] = ACTIONS(3017), - [sym_bin_literal] = ACTIONS(3017), - [anon_sym_true] = ACTIONS(3015), - [anon_sym_false] = ACTIONS(3015), - [anon_sym_SQUOTE] = ACTIONS(3017), + [anon_sym_return_AT] = ACTIONS(3038), + [anon_sym_continue_AT] = ACTIONS(3038), + [anon_sym_break_AT] = ACTIONS(3038), + [sym_real_literal] = ACTIONS(3038), + [sym_integer_literal] = ACTIONS(3036), + [sym_hex_literal] = ACTIONS(3038), + [sym_bin_literal] = ACTIONS(3038), + [anon_sym_true] = ACTIONS(3036), + [anon_sym_false] = ACTIONS(3036), + [anon_sym_SQUOTE] = ACTIONS(3038), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3017), - [sym_safe_nav] = ACTIONS(4547), + [sym__automatic_semicolon] = ACTIONS(3038), + [sym_safe_nav] = ACTIONS(4567), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3038), + }, + [1534] = { + [sym_primary_constructor] = STATE(3200), + [sym_class_body] = STATE(3319), + [sym__class_parameters] = STATE(3039), + [sym_type_constraints] = STATE(3055), + [sym_modifiers] = STATE(9227), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3196), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_COLON] = ACTIONS(5631), + [anon_sym_LBRACK] = ACTIONS(3200), + [anon_sym_as] = ACTIONS(3196), + [anon_sym_EQ] = ACTIONS(3196), + [anon_sym_constructor] = ACTIONS(5169), + [anon_sym_LBRACE] = ACTIONS(5179), + [anon_sym_RBRACE] = ACTIONS(3200), + [anon_sym_LPAREN] = ACTIONS(5173), + [anon_sym_RPAREN] = ACTIONS(3200), + [anon_sym_LT] = ACTIONS(3196), + [anon_sym_GT] = ACTIONS(3196), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(3196), + [anon_sym_SEMI] = ACTIONS(3200), + [anon_sym_get] = ACTIONS(3196), + [anon_sym_set] = ACTIONS(3196), + [anon_sym_STAR] = ACTIONS(3196), + [sym_label] = ACTIONS(3200), + [anon_sym_in] = ACTIONS(3196), + [anon_sym_while] = ACTIONS(3196), + [anon_sym_DOT_DOT] = ACTIONS(3200), + [anon_sym_QMARK_COLON] = ACTIONS(3200), + [anon_sym_AMP_AMP] = ACTIONS(3200), + [anon_sym_PIPE_PIPE] = ACTIONS(3200), + [anon_sym_else] = ACTIONS(3196), + [anon_sym_COLON_COLON] = ACTIONS(3200), + [anon_sym_PLUS_EQ] = ACTIONS(3200), + [anon_sym_DASH_EQ] = ACTIONS(3200), + [anon_sym_STAR_EQ] = ACTIONS(3200), + [anon_sym_SLASH_EQ] = ACTIONS(3200), + [anon_sym_PERCENT_EQ] = ACTIONS(3200), + [anon_sym_BANG_EQ] = ACTIONS(3196), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3200), + [anon_sym_EQ_EQ] = ACTIONS(3196), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3200), + [anon_sym_LT_EQ] = ACTIONS(3200), + [anon_sym_GT_EQ] = ACTIONS(3200), + [anon_sym_BANGin] = ACTIONS(3200), + [anon_sym_is] = ACTIONS(3196), + [anon_sym_BANGis] = ACTIONS(3200), + [anon_sym_PLUS] = ACTIONS(3196), + [anon_sym_DASH] = ACTIONS(3196), + [anon_sym_SLASH] = ACTIONS(3196), + [anon_sym_PERCENT] = ACTIONS(3196), + [anon_sym_as_QMARK] = ACTIONS(3200), + [anon_sym_PLUS_PLUS] = ACTIONS(3200), + [anon_sym_DASH_DASH] = ACTIONS(3200), + [anon_sym_BANG_BANG] = ACTIONS(3200), + [anon_sym_suspend] = ACTIONS(3120), + [anon_sym_sealed] = ACTIONS(3122), + [anon_sym_annotation] = ACTIONS(3122), + [anon_sym_data] = ACTIONS(3122), + [anon_sym_inner] = ACTIONS(3122), + [anon_sym_override] = ACTIONS(3124), + [anon_sym_lateinit] = ACTIONS(3124), + [anon_sym_public] = ACTIONS(3126), + [anon_sym_private] = ACTIONS(3126), + [anon_sym_internal] = ACTIONS(3126), + [anon_sym_protected] = ACTIONS(3126), + [anon_sym_tailrec] = ACTIONS(3120), + [anon_sym_operator] = ACTIONS(3120), + [anon_sym_infix] = ACTIONS(3120), + [anon_sym_inline] = ACTIONS(3120), + [anon_sym_external] = ACTIONS(3120), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3130), + [anon_sym_final] = ACTIONS(3130), + [anon_sym_open] = ACTIONS(3130), + [anon_sym_vararg] = ACTIONS(3132), + [anon_sym_noinline] = ACTIONS(3132), + [anon_sym_crossinline] = ACTIONS(3132), + [anon_sym_expect] = ACTIONS(3134), + [anon_sym_actual] = ACTIONS(3134), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3200), + [sym_safe_nav] = ACTIONS(3200), + [sym_multiline_comment] = ACTIONS(3), + }, + [1535] = { + [sym_primary_constructor] = STATE(4626), + [sym_class_body] = STATE(4973), + [sym__class_parameters] = STATE(4841), + [sym_type_constraints] = STATE(4867), + [sym_modifiers] = STATE(9347), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3186), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_COLON] = ACTIONS(5633), + [anon_sym_LBRACK] = ACTIONS(3190), + [anon_sym_as] = ACTIONS(3186), + [anon_sym_EQ] = ACTIONS(3186), + [anon_sym_constructor] = ACTIONS(5399), + [anon_sym_LBRACE] = ACTIONS(5401), + [anon_sym_RBRACE] = ACTIONS(3190), + [anon_sym_LPAREN] = ACTIONS(5403), + [anon_sym_COMMA] = ACTIONS(3190), + [anon_sym_LT] = ACTIONS(3186), + [anon_sym_GT] = ACTIONS(3186), + [anon_sym_where] = ACTIONS(5405), + [anon_sym_DOT] = ACTIONS(3186), + [anon_sym_SEMI] = ACTIONS(3190), + [anon_sym_get] = ACTIONS(3186), + [anon_sym_set] = ACTIONS(3186), + [anon_sym_STAR] = ACTIONS(3186), + [sym_label] = ACTIONS(3190), + [anon_sym_in] = ACTIONS(3186), + [anon_sym_DOT_DOT] = ACTIONS(3190), + [anon_sym_QMARK_COLON] = ACTIONS(3190), + [anon_sym_AMP_AMP] = ACTIONS(3190), + [anon_sym_PIPE_PIPE] = ACTIONS(3190), + [anon_sym_else] = ACTIONS(3186), + [anon_sym_COLON_COLON] = ACTIONS(3190), + [anon_sym_PLUS_EQ] = ACTIONS(3190), + [anon_sym_DASH_EQ] = ACTIONS(3190), + [anon_sym_STAR_EQ] = ACTIONS(3190), + [anon_sym_SLASH_EQ] = ACTIONS(3190), + [anon_sym_PERCENT_EQ] = ACTIONS(3190), + [anon_sym_BANG_EQ] = ACTIONS(3186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3190), + [anon_sym_EQ_EQ] = ACTIONS(3186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3190), + [anon_sym_LT_EQ] = ACTIONS(3190), + [anon_sym_GT_EQ] = ACTIONS(3190), + [anon_sym_BANGin] = ACTIONS(3190), + [anon_sym_is] = ACTIONS(3186), + [anon_sym_BANGis] = ACTIONS(3190), + [anon_sym_PLUS] = ACTIONS(3186), + [anon_sym_DASH] = ACTIONS(3186), + [anon_sym_SLASH] = ACTIONS(3186), + [anon_sym_PERCENT] = ACTIONS(3186), + [anon_sym_as_QMARK] = ACTIONS(3190), + [anon_sym_PLUS_PLUS] = ACTIONS(3190), + [anon_sym_DASH_DASH] = ACTIONS(3190), + [anon_sym_BANG_BANG] = ACTIONS(3190), + [anon_sym_suspend] = ACTIONS(3120), + [anon_sym_sealed] = ACTIONS(3122), + [anon_sym_annotation] = ACTIONS(3122), + [anon_sym_data] = ACTIONS(3122), + [anon_sym_inner] = ACTIONS(3122), + [anon_sym_override] = ACTIONS(3124), + [anon_sym_lateinit] = ACTIONS(3124), + [anon_sym_public] = ACTIONS(3126), + [anon_sym_private] = ACTIONS(3126), + [anon_sym_internal] = ACTIONS(3126), + [anon_sym_protected] = ACTIONS(3126), + [anon_sym_tailrec] = ACTIONS(3120), + [anon_sym_operator] = ACTIONS(3120), + [anon_sym_infix] = ACTIONS(3120), + [anon_sym_inline] = ACTIONS(3120), + [anon_sym_external] = ACTIONS(3120), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3130), + [anon_sym_final] = ACTIONS(3130), + [anon_sym_open] = ACTIONS(3130), + [anon_sym_vararg] = ACTIONS(3132), + [anon_sym_noinline] = ACTIONS(3132), + [anon_sym_crossinline] = ACTIONS(3132), + [anon_sym_expect] = ACTIONS(3134), + [anon_sym_actual] = ACTIONS(3134), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3190), + [sym__automatic_semicolon] = ACTIONS(3190), + [sym_safe_nav] = ACTIONS(3190), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3017), }, [1536] = { - [sym_type_constraints] = STATE(2124), - [sym_property_delegate] = STATE(2467), - [sym_getter] = STATE(4976), - [sym_setter] = STATE(4976), - [sym_modifiers] = STATE(8718), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), + [sym_primary_constructor] = STATE(4620), + [sym__class_parameters] = STATE(4841), + [sym_type_constraints] = STATE(4876), + [sym_enum_class_body] = STATE(4973), + [sym_modifiers] = STATE(9347), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3186), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_COLON] = ACTIONS(5635), + [anon_sym_LBRACK] = ACTIONS(3190), + [anon_sym_as] = ACTIONS(3186), + [anon_sym_EQ] = ACTIONS(3186), + [anon_sym_constructor] = ACTIONS(5399), + [anon_sym_LBRACE] = ACTIONS(5411), + [anon_sym_RBRACE] = ACTIONS(3190), + [anon_sym_LPAREN] = ACTIONS(5403), + [anon_sym_COMMA] = ACTIONS(3190), + [anon_sym_LT] = ACTIONS(3186), + [anon_sym_GT] = ACTIONS(3186), + [anon_sym_where] = ACTIONS(5405), + [anon_sym_DOT] = ACTIONS(3186), + [anon_sym_SEMI] = ACTIONS(3190), + [anon_sym_get] = ACTIONS(3186), + [anon_sym_set] = ACTIONS(3186), + [anon_sym_STAR] = ACTIONS(3186), + [sym_label] = ACTIONS(3190), + [anon_sym_in] = ACTIONS(3186), + [anon_sym_DOT_DOT] = ACTIONS(3190), + [anon_sym_QMARK_COLON] = ACTIONS(3190), + [anon_sym_AMP_AMP] = ACTIONS(3190), + [anon_sym_PIPE_PIPE] = ACTIONS(3190), + [anon_sym_else] = ACTIONS(3186), + [anon_sym_COLON_COLON] = ACTIONS(3190), + [anon_sym_PLUS_EQ] = ACTIONS(3190), + [anon_sym_DASH_EQ] = ACTIONS(3190), + [anon_sym_STAR_EQ] = ACTIONS(3190), + [anon_sym_SLASH_EQ] = ACTIONS(3190), + [anon_sym_PERCENT_EQ] = ACTIONS(3190), + [anon_sym_BANG_EQ] = ACTIONS(3186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3190), + [anon_sym_EQ_EQ] = ACTIONS(3186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3190), + [anon_sym_LT_EQ] = ACTIONS(3190), + [anon_sym_GT_EQ] = ACTIONS(3190), + [anon_sym_BANGin] = ACTIONS(3190), + [anon_sym_is] = ACTIONS(3186), + [anon_sym_BANGis] = ACTIONS(3190), + [anon_sym_PLUS] = ACTIONS(3186), + [anon_sym_DASH] = ACTIONS(3186), + [anon_sym_SLASH] = ACTIONS(3186), + [anon_sym_PERCENT] = ACTIONS(3186), + [anon_sym_as_QMARK] = ACTIONS(3190), + [anon_sym_PLUS_PLUS] = ACTIONS(3190), + [anon_sym_DASH_DASH] = ACTIONS(3190), + [anon_sym_BANG_BANG] = ACTIONS(3190), + [anon_sym_suspend] = ACTIONS(3120), + [anon_sym_sealed] = ACTIONS(3122), + [anon_sym_annotation] = ACTIONS(3122), + [anon_sym_data] = ACTIONS(3122), + [anon_sym_inner] = ACTIONS(3122), + [anon_sym_override] = ACTIONS(3124), + [anon_sym_lateinit] = ACTIONS(3124), + [anon_sym_public] = ACTIONS(3126), + [anon_sym_private] = ACTIONS(3126), + [anon_sym_internal] = ACTIONS(3126), + [anon_sym_protected] = ACTIONS(3126), + [anon_sym_tailrec] = ACTIONS(3120), + [anon_sym_operator] = ACTIONS(3120), + [anon_sym_infix] = ACTIONS(3120), + [anon_sym_inline] = ACTIONS(3120), + [anon_sym_external] = ACTIONS(3120), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3130), + [anon_sym_final] = ACTIONS(3130), + [anon_sym_open] = ACTIONS(3130), + [anon_sym_vararg] = ACTIONS(3132), + [anon_sym_noinline] = ACTIONS(3132), + [anon_sym_crossinline] = ACTIONS(3132), + [anon_sym_expect] = ACTIONS(3134), + [anon_sym_actual] = ACTIONS(3134), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3190), + [sym__automatic_semicolon] = ACTIONS(3190), + [sym_safe_nav] = ACTIONS(3190), + [sym_multiline_comment] = ACTIONS(3), + }, + [1537] = { + [sym__expression] = STATE(4267), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym_value_argument] = STATE(8585), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(2183), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(5501), + [sym__return_at] = STATE(331), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_RPAREN] = ACTIONS(5637), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(2020), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(5508), + [sym_label] = ACTIONS(821), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(2022), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(2024), + [anon_sym_return] = ACTIONS(2026), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(823), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(283), + }, + [1538] = { + [sym_primary_constructor] = STATE(4813), + [sym__class_parameters] = STATE(4841), + [sym_type_constraints] = STATE(4885), + [sym_enum_class_body] = STATE(4917), + [sym_modifiers] = STATE(9347), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3212), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_COLON] = ACTIONS(5639), + [anon_sym_LBRACK] = ACTIONS(3216), + [anon_sym_as] = ACTIONS(3212), + [anon_sym_EQ] = ACTIONS(3212), + [anon_sym_constructor] = ACTIONS(5399), + [anon_sym_LBRACE] = ACTIONS(5411), + [anon_sym_RBRACE] = ACTIONS(3216), + [anon_sym_LPAREN] = ACTIONS(5403), + [anon_sym_LT] = ACTIONS(3212), + [anon_sym_GT] = ACTIONS(3212), + [anon_sym_where] = ACTIONS(5405), + [anon_sym_DOT] = ACTIONS(3212), + [anon_sym_SEMI] = ACTIONS(3216), + [anon_sym_get] = ACTIONS(3212), + [anon_sym_set] = ACTIONS(3212), + [anon_sym_STAR] = ACTIONS(3212), + [sym_label] = ACTIONS(3216), + [anon_sym_in] = ACTIONS(3212), + [anon_sym_DOT_DOT] = ACTIONS(3216), + [anon_sym_QMARK_COLON] = ACTIONS(3216), + [anon_sym_AMP_AMP] = ACTIONS(3216), + [anon_sym_PIPE_PIPE] = ACTIONS(3216), + [anon_sym_else] = ACTIONS(3212), + [anon_sym_COLON_COLON] = ACTIONS(3216), + [anon_sym_PLUS_EQ] = ACTIONS(3216), + [anon_sym_DASH_EQ] = ACTIONS(3216), + [anon_sym_STAR_EQ] = ACTIONS(3216), + [anon_sym_SLASH_EQ] = ACTIONS(3216), + [anon_sym_PERCENT_EQ] = ACTIONS(3216), + [anon_sym_BANG_EQ] = ACTIONS(3212), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3216), + [anon_sym_EQ_EQ] = ACTIONS(3212), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3216), + [anon_sym_LT_EQ] = ACTIONS(3216), + [anon_sym_GT_EQ] = ACTIONS(3216), + [anon_sym_BANGin] = ACTIONS(3216), + [anon_sym_is] = ACTIONS(3212), + [anon_sym_BANGis] = ACTIONS(3216), + [anon_sym_PLUS] = ACTIONS(3212), + [anon_sym_DASH] = ACTIONS(3212), + [anon_sym_SLASH] = ACTIONS(3212), + [anon_sym_PERCENT] = ACTIONS(3212), + [anon_sym_as_QMARK] = ACTIONS(3216), + [anon_sym_PLUS_PLUS] = ACTIONS(3216), + [anon_sym_DASH_DASH] = ACTIONS(3216), + [anon_sym_BANG_BANG] = ACTIONS(3216), + [anon_sym_suspend] = ACTIONS(3120), + [anon_sym_sealed] = ACTIONS(3122), + [anon_sym_annotation] = ACTIONS(3122), + [anon_sym_data] = ACTIONS(3122), + [anon_sym_inner] = ACTIONS(3122), + [anon_sym_override] = ACTIONS(3124), + [anon_sym_lateinit] = ACTIONS(3124), + [anon_sym_public] = ACTIONS(3126), + [anon_sym_private] = ACTIONS(3126), + [anon_sym_internal] = ACTIONS(3126), + [anon_sym_protected] = ACTIONS(3126), + [anon_sym_tailrec] = ACTIONS(3120), + [anon_sym_operator] = ACTIONS(3120), + [anon_sym_infix] = ACTIONS(3120), + [anon_sym_inline] = ACTIONS(3120), + [anon_sym_external] = ACTIONS(3120), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3130), + [anon_sym_final] = ACTIONS(3130), + [anon_sym_open] = ACTIONS(3130), + [anon_sym_vararg] = ACTIONS(3132), + [anon_sym_noinline] = ACTIONS(3132), + [anon_sym_crossinline] = ACTIONS(3132), + [anon_sym_expect] = ACTIONS(3134), + [anon_sym_actual] = ACTIONS(3134), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3216), + [sym__automatic_semicolon] = ACTIONS(3216), + [sym_safe_nav] = ACTIONS(3216), + [sym_multiline_comment] = ACTIONS(3), + }, + [1539] = { + [sym__alpha_identifier] = ACTIONS(4285), + [anon_sym_AT] = ACTIONS(4288), + [anon_sym_LBRACK] = ACTIONS(4288), + [anon_sym_as] = ACTIONS(4293), + [anon_sym_LBRACE] = ACTIONS(4288), + [anon_sym_RBRACE] = ACTIONS(4291), + [anon_sym_LPAREN] = ACTIONS(5641), + [anon_sym_COMMA] = ACTIONS(4291), + [anon_sym_LT] = ACTIONS(4293), + [anon_sym_GT] = ACTIONS(4293), + [anon_sym_where] = ACTIONS(4293), + [anon_sym_object] = ACTIONS(3943), + [anon_sym_fun] = ACTIONS(3943), + [anon_sym_DOT] = ACTIONS(4293), + [anon_sym_SEMI] = ACTIONS(4291), + [anon_sym_get] = ACTIONS(4285), + [anon_sym_set] = ACTIONS(4285), + [anon_sym_this] = ACTIONS(3943), + [anon_sym_super] = ACTIONS(3943), + [anon_sym_STAR] = ACTIONS(4288), + [sym_label] = ACTIONS(4285), + [anon_sym_in] = ACTIONS(4293), + [anon_sym_DOT_DOT] = ACTIONS(4291), + [anon_sym_QMARK_COLON] = ACTIONS(4291), + [anon_sym_AMP_AMP] = ACTIONS(4291), + [anon_sym_PIPE_PIPE] = ACTIONS(4291), + [anon_sym_null] = ACTIONS(3943), + [anon_sym_if] = ACTIONS(3943), + [anon_sym_else] = ACTIONS(4293), + [anon_sym_when] = ACTIONS(3943), + [anon_sym_try] = ACTIONS(3943), + [anon_sym_throw] = ACTIONS(3943), + [anon_sym_return] = ACTIONS(3943), + [anon_sym_continue] = ACTIONS(3943), + [anon_sym_break] = ACTIONS(3943), + [anon_sym_COLON_COLON] = ACTIONS(4288), + [anon_sym_BANG_EQ] = ACTIONS(4293), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4291), + [anon_sym_EQ_EQ] = ACTIONS(4293), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4291), + [anon_sym_LT_EQ] = ACTIONS(4291), + [anon_sym_GT_EQ] = ACTIONS(4291), + [anon_sym_BANGin] = ACTIONS(4291), + [anon_sym_is] = ACTIONS(4293), + [anon_sym_BANGis] = ACTIONS(4291), + [anon_sym_PLUS] = ACTIONS(4285), + [anon_sym_DASH] = ACTIONS(4285), + [anon_sym_SLASH] = ACTIONS(4293), + [anon_sym_PERCENT] = ACTIONS(4291), + [anon_sym_as_QMARK] = ACTIONS(4291), + [anon_sym_PLUS_PLUS] = ACTIONS(4288), + [anon_sym_DASH_DASH] = ACTIONS(4288), + [anon_sym_BANG] = ACTIONS(3943), + [anon_sym_BANG_BANG] = ACTIONS(4291), + [anon_sym_suspend] = ACTIONS(4293), + [anon_sym_sealed] = ACTIONS(4293), + [anon_sym_annotation] = ACTIONS(4293), + [anon_sym_data] = ACTIONS(4285), + [anon_sym_inner] = ACTIONS(4285), + [anon_sym_override] = ACTIONS(4293), + [anon_sym_lateinit] = ACTIONS(4293), + [anon_sym_public] = ACTIONS(4293), + [anon_sym_private] = ACTIONS(4293), + [anon_sym_internal] = ACTIONS(4293), + [anon_sym_protected] = ACTIONS(4293), + [anon_sym_tailrec] = ACTIONS(4293), + [anon_sym_operator] = ACTIONS(4293), + [anon_sym_infix] = ACTIONS(4293), + [anon_sym_inline] = ACTIONS(4293), + [anon_sym_external] = ACTIONS(4293), + [sym_property_modifier] = ACTIONS(4293), + [anon_sym_abstract] = ACTIONS(4293), + [anon_sym_final] = ACTIONS(4293), + [anon_sym_open] = ACTIONS(4293), + [anon_sym_vararg] = ACTIONS(4293), + [anon_sym_noinline] = ACTIONS(4293), + [anon_sym_crossinline] = ACTIONS(4293), + [anon_sym_expect] = ACTIONS(4285), + [anon_sym_actual] = ACTIONS(4285), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3948), + [anon_sym_continue_AT] = ACTIONS(3948), + [anon_sym_break_AT] = ACTIONS(3948), + [sym_real_literal] = ACTIONS(3948), + [sym_integer_literal] = ACTIONS(3943), + [sym_hex_literal] = ACTIONS(3948), + [sym_bin_literal] = ACTIONS(3948), + [anon_sym_true] = ACTIONS(3943), + [anon_sym_false] = ACTIONS(3943), + [anon_sym_SQUOTE] = ACTIONS(3948), + [sym__backtick_identifier] = ACTIONS(4288), + [sym__automatic_semicolon] = ACTIONS(4291), + [sym_safe_nav] = ACTIONS(4291), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3948), + }, + [1540] = { + [sym_primary_constructor] = STATE(5076), + [sym__class_parameters] = STATE(5169), + [sym_type_parameters] = STATE(2412), + [sym_type_constraints] = STATE(5226), + [sym_enum_class_body] = STATE(5335), + [sym_modifiers] = STATE(9298), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3102), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_COLON] = ACTIONS(5645), + [anon_sym_LBRACK] = ACTIONS(3108), + [anon_sym_constructor] = ACTIONS(5647), + [anon_sym_LBRACE] = ACTIONS(5649), + [anon_sym_RBRACE] = ACTIONS(3108), + [anon_sym_LPAREN] = ACTIONS(5651), + [anon_sym_LT] = ACTIONS(5653), + [anon_sym_where] = ACTIONS(5655), + [anon_sym_object] = ACTIONS(3102), + [anon_sym_fun] = ACTIONS(3102), + [anon_sym_get] = ACTIONS(3102), + [anon_sym_set] = ACTIONS(3102), + [anon_sym_this] = ACTIONS(3102), + [anon_sym_super] = ACTIONS(3102), + [anon_sym_STAR] = ACTIONS(3108), + [sym_label] = ACTIONS(3102), + [anon_sym_in] = ACTIONS(3102), + [anon_sym_null] = ACTIONS(3102), + [anon_sym_if] = ACTIONS(3102), + [anon_sym_else] = ACTIONS(3102), + [anon_sym_when] = ACTIONS(3102), + [anon_sym_try] = ACTIONS(3102), + [anon_sym_throw] = ACTIONS(3102), + [anon_sym_return] = ACTIONS(3102), + [anon_sym_continue] = ACTIONS(3102), + [anon_sym_break] = ACTIONS(3102), + [anon_sym_COLON_COLON] = ACTIONS(3108), + [anon_sym_BANGin] = ACTIONS(3108), + [anon_sym_is] = ACTIONS(3102), + [anon_sym_BANGis] = ACTIONS(3108), + [anon_sym_PLUS] = ACTIONS(3102), + [anon_sym_DASH] = ACTIONS(3102), + [anon_sym_PLUS_PLUS] = ACTIONS(3108), + [anon_sym_DASH_DASH] = ACTIONS(3108), + [anon_sym_BANG] = ACTIONS(3102), + [anon_sym_suspend] = ACTIONS(3120), + [anon_sym_sealed] = ACTIONS(3122), + [anon_sym_annotation] = ACTIONS(3122), + [anon_sym_data] = ACTIONS(3122), + [anon_sym_inner] = ACTIONS(3122), + [anon_sym_override] = ACTIONS(3124), + [anon_sym_lateinit] = ACTIONS(3124), + [anon_sym_public] = ACTIONS(3126), + [anon_sym_private] = ACTIONS(3126), + [anon_sym_internal] = ACTIONS(3126), + [anon_sym_protected] = ACTIONS(3126), + [anon_sym_tailrec] = ACTIONS(3120), + [anon_sym_operator] = ACTIONS(3120), + [anon_sym_infix] = ACTIONS(3120), + [anon_sym_inline] = ACTIONS(3120), + [anon_sym_external] = ACTIONS(3120), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3130), + [anon_sym_final] = ACTIONS(3130), + [anon_sym_open] = ACTIONS(3130), + [anon_sym_vararg] = ACTIONS(3132), + [anon_sym_noinline] = ACTIONS(3132), + [anon_sym_crossinline] = ACTIONS(3132), + [anon_sym_expect] = ACTIONS(3134), + [anon_sym_actual] = ACTIONS(3134), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3108), + [anon_sym_continue_AT] = ACTIONS(3108), + [anon_sym_break_AT] = ACTIONS(3108), + [sym_real_literal] = ACTIONS(3108), + [sym_integer_literal] = ACTIONS(3102), + [sym_hex_literal] = ACTIONS(3108), + [sym_bin_literal] = ACTIONS(3108), + [anon_sym_true] = ACTIONS(3102), + [anon_sym_false] = ACTIONS(3102), + [anon_sym_SQUOTE] = ACTIONS(3108), + [sym__backtick_identifier] = ACTIONS(3108), + [sym__automatic_semicolon] = ACTIONS(3108), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3108), + }, + [1541] = { + [sym_getter] = STATE(4641), + [sym_setter] = STATE(4641), + [sym_modifiers] = STATE(8670), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_EQ] = ACTIONS(5631), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_COMMA] = ACTIONS(3256), - [anon_sym_by] = ACTIONS(5633), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(5635), - [anon_sym_get] = ACTIONS(5637), - [anon_sym_set] = ACTIONS(5639), - [anon_sym_STAR] = ACTIONS(3254), - [sym_label] = ACTIONS(3256), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_PLUS_EQ] = ACTIONS(3256), - [anon_sym_DASH_EQ] = ACTIONS(3256), - [anon_sym_STAR_EQ] = ACTIONS(3256), - [anon_sym_SLASH_EQ] = ACTIONS(3256), - [anon_sym_PERCENT_EQ] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3254), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG_BANG] = ACTIONS(3256), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_RBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_EQ] = ACTIONS(1784), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_COMMA] = ACTIONS(1786), + [anon_sym_RPAREN] = ACTIONS(1786), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_where] = ACTIONS(1784), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(3476), + [anon_sym_get] = ACTIONS(5267), + [anon_sym_set] = ACTIONS(5269), + [anon_sym_STAR] = ACTIONS(1784), + [anon_sym_DASH_GT] = ACTIONS(1786), + [sym_label] = ACTIONS(1786), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_while] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_PLUS_EQ] = ACTIONS(1786), + [anon_sym_DASH_EQ] = ACTIONS(1786), + [anon_sym_STAR_EQ] = ACTIONS(1786), + [anon_sym_SLASH_EQ] = ACTIONS(1786), + [anon_sym_PERCENT_EQ] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1784), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG_BANG] = ACTIONS(1786), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -205285,81 +205891,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3256), - [sym__automatic_semicolon] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), + [sym__backtick_identifier] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), [sym_multiline_comment] = ACTIONS(3), }, - [1537] = { - [sym_type_constraints] = STATE(2390), - [sym_property_delegate] = STATE(2512), - [sym_getter] = STATE(3149), - [sym_setter] = STATE(3149), - [sym_modifiers] = STATE(8854), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), + [1542] = { + [sym_getter] = STATE(4641), + [sym_setter] = STATE(4641), + [sym_modifiers] = STATE(8670), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_EQ] = ACTIONS(5641), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_RPAREN] = ACTIONS(1778), - [anon_sym_by] = ACTIONS(5643), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(3696), - [anon_sym_get] = ACTIONS(5645), - [anon_sym_set] = ACTIONS(5647), - [anon_sym_STAR] = ACTIONS(1776), - [sym_label] = ACTIONS(1778), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_while] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_PLUS_EQ] = ACTIONS(1778), - [anon_sym_DASH_EQ] = ACTIONS(1778), - [anon_sym_STAR_EQ] = ACTIONS(1778), - [anon_sym_SLASH_EQ] = ACTIONS(1778), - [anon_sym_PERCENT_EQ] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1776), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG_BANG] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_RBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_EQ] = ACTIONS(1784), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_COMMA] = ACTIONS(1786), + [anon_sym_RPAREN] = ACTIONS(1786), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_where] = ACTIONS(1784), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(1786), + [anon_sym_get] = ACTIONS(5267), + [anon_sym_set] = ACTIONS(5269), + [anon_sym_STAR] = ACTIONS(1784), + [anon_sym_DASH_GT] = ACTIONS(1786), + [sym_label] = ACTIONS(1786), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_while] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_PLUS_EQ] = ACTIONS(1786), + [anon_sym_DASH_EQ] = ACTIONS(1786), + [anon_sym_STAR_EQ] = ACTIONS(1786), + [anon_sym_SLASH_EQ] = ACTIONS(1786), + [anon_sym_PERCENT_EQ] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1784), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG_BANG] = ACTIONS(1786), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -205383,80 +205988,370 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), + [sym__backtick_identifier] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), [sym_multiline_comment] = ACTIONS(3), }, - [1538] = { - [sym_getter] = STATE(4710), - [sym_setter] = STATE(4710), - [sym_modifiers] = STATE(8708), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), + [1543] = { + [sym_primary_constructor] = STATE(4793), + [sym_class_body] = STATE(4973), + [sym__class_parameters] = STATE(4841), + [sym_type_constraints] = STATE(4867), + [sym_modifiers] = STATE(9347), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3186), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_COLON] = ACTIONS(5657), + [anon_sym_LBRACK] = ACTIONS(3190), + [anon_sym_as] = ACTIONS(3186), + [anon_sym_EQ] = ACTIONS(3186), + [anon_sym_constructor] = ACTIONS(5399), + [anon_sym_LBRACE] = ACTIONS(5401), + [anon_sym_RBRACE] = ACTIONS(3190), + [anon_sym_LPAREN] = ACTIONS(5403), + [anon_sym_LT] = ACTIONS(3186), + [anon_sym_GT] = ACTIONS(3186), + [anon_sym_where] = ACTIONS(5405), + [anon_sym_DOT] = ACTIONS(3186), + [anon_sym_SEMI] = ACTIONS(3190), + [anon_sym_get] = ACTIONS(3186), + [anon_sym_set] = ACTIONS(3186), + [anon_sym_STAR] = ACTIONS(3186), + [sym_label] = ACTIONS(3190), + [anon_sym_in] = ACTIONS(3186), + [anon_sym_DOT_DOT] = ACTIONS(3190), + [anon_sym_QMARK_COLON] = ACTIONS(3190), + [anon_sym_AMP_AMP] = ACTIONS(3190), + [anon_sym_PIPE_PIPE] = ACTIONS(3190), + [anon_sym_else] = ACTIONS(3186), + [anon_sym_COLON_COLON] = ACTIONS(3190), + [anon_sym_PLUS_EQ] = ACTIONS(3190), + [anon_sym_DASH_EQ] = ACTIONS(3190), + [anon_sym_STAR_EQ] = ACTIONS(3190), + [anon_sym_SLASH_EQ] = ACTIONS(3190), + [anon_sym_PERCENT_EQ] = ACTIONS(3190), + [anon_sym_BANG_EQ] = ACTIONS(3186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3190), + [anon_sym_EQ_EQ] = ACTIONS(3186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3190), + [anon_sym_LT_EQ] = ACTIONS(3190), + [anon_sym_GT_EQ] = ACTIONS(3190), + [anon_sym_BANGin] = ACTIONS(3190), + [anon_sym_is] = ACTIONS(3186), + [anon_sym_BANGis] = ACTIONS(3190), + [anon_sym_PLUS] = ACTIONS(3186), + [anon_sym_DASH] = ACTIONS(3186), + [anon_sym_SLASH] = ACTIONS(3186), + [anon_sym_PERCENT] = ACTIONS(3186), + [anon_sym_as_QMARK] = ACTIONS(3190), + [anon_sym_PLUS_PLUS] = ACTIONS(3190), + [anon_sym_DASH_DASH] = ACTIONS(3190), + [anon_sym_BANG_BANG] = ACTIONS(3190), + [anon_sym_suspend] = ACTIONS(3120), + [anon_sym_sealed] = ACTIONS(3122), + [anon_sym_annotation] = ACTIONS(3122), + [anon_sym_data] = ACTIONS(3122), + [anon_sym_inner] = ACTIONS(3122), + [anon_sym_override] = ACTIONS(3124), + [anon_sym_lateinit] = ACTIONS(3124), + [anon_sym_public] = ACTIONS(3126), + [anon_sym_private] = ACTIONS(3126), + [anon_sym_internal] = ACTIONS(3126), + [anon_sym_protected] = ACTIONS(3126), + [anon_sym_tailrec] = ACTIONS(3120), + [anon_sym_operator] = ACTIONS(3120), + [anon_sym_infix] = ACTIONS(3120), + [anon_sym_inline] = ACTIONS(3120), + [anon_sym_external] = ACTIONS(3120), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3130), + [anon_sym_final] = ACTIONS(3130), + [anon_sym_open] = ACTIONS(3130), + [anon_sym_vararg] = ACTIONS(3132), + [anon_sym_noinline] = ACTIONS(3132), + [anon_sym_crossinline] = ACTIONS(3132), + [anon_sym_expect] = ACTIONS(3134), + [anon_sym_actual] = ACTIONS(3134), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3190), + [sym__automatic_semicolon] = ACTIONS(3190), + [sym_safe_nav] = ACTIONS(3190), + [sym_multiline_comment] = ACTIONS(3), + }, + [1544] = { + [sym_class_body] = STATE(1084), + [sym__alpha_identifier] = ACTIONS(4386), + [anon_sym_AT] = ACTIONS(4388), + [anon_sym_COLON] = ACTIONS(5659), + [anon_sym_LBRACK] = ACTIONS(4388), + [anon_sym_as] = ACTIONS(4386), + [anon_sym_LBRACE] = ACTIONS(3180), + [anon_sym_RBRACE] = ACTIONS(4388), + [anon_sym_LPAREN] = ACTIONS(4388), + [anon_sym_LT] = ACTIONS(4386), + [anon_sym_GT] = ACTIONS(4386), + [anon_sym_object] = ACTIONS(4386), + [anon_sym_fun] = ACTIONS(4386), + [anon_sym_DOT] = ACTIONS(4386), + [anon_sym_SEMI] = ACTIONS(4388), + [anon_sym_get] = ACTIONS(4386), + [anon_sym_set] = ACTIONS(4386), + [anon_sym_this] = ACTIONS(4386), + [anon_sym_super] = ACTIONS(4386), + [anon_sym_STAR] = ACTIONS(4388), + [sym_label] = ACTIONS(4386), + [anon_sym_in] = ACTIONS(4386), + [anon_sym_DOT_DOT] = ACTIONS(4388), + [anon_sym_QMARK_COLON] = ACTIONS(4388), + [anon_sym_AMP_AMP] = ACTIONS(4388), + [anon_sym_PIPE_PIPE] = ACTIONS(4388), + [anon_sym_null] = ACTIONS(4386), + [anon_sym_if] = ACTIONS(4386), + [anon_sym_else] = ACTIONS(4386), + [anon_sym_when] = ACTIONS(4386), + [anon_sym_try] = ACTIONS(4386), + [anon_sym_throw] = ACTIONS(4386), + [anon_sym_return] = ACTIONS(4386), + [anon_sym_continue] = ACTIONS(4386), + [anon_sym_break] = ACTIONS(4386), + [anon_sym_COLON_COLON] = ACTIONS(4388), + [anon_sym_BANG_EQ] = ACTIONS(4386), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4388), + [anon_sym_EQ_EQ] = ACTIONS(4386), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4388), + [anon_sym_LT_EQ] = ACTIONS(4388), + [anon_sym_GT_EQ] = ACTIONS(4388), + [anon_sym_BANGin] = ACTIONS(4388), + [anon_sym_is] = ACTIONS(4386), + [anon_sym_BANGis] = ACTIONS(4388), + [anon_sym_PLUS] = ACTIONS(4386), + [anon_sym_DASH] = ACTIONS(4386), + [anon_sym_SLASH] = ACTIONS(4386), + [anon_sym_PERCENT] = ACTIONS(4388), + [anon_sym_as_QMARK] = ACTIONS(4388), + [anon_sym_PLUS_PLUS] = ACTIONS(4388), + [anon_sym_DASH_DASH] = ACTIONS(4388), + [anon_sym_BANG] = ACTIONS(4386), + [anon_sym_BANG_BANG] = ACTIONS(4388), + [anon_sym_suspend] = ACTIONS(4386), + [anon_sym_sealed] = ACTIONS(4386), + [anon_sym_annotation] = ACTIONS(4386), + [anon_sym_data] = ACTIONS(4386), + [anon_sym_inner] = ACTIONS(4386), + [anon_sym_override] = ACTIONS(4386), + [anon_sym_lateinit] = ACTIONS(4386), + [anon_sym_public] = ACTIONS(4386), + [anon_sym_private] = ACTIONS(4386), + [anon_sym_internal] = ACTIONS(4386), + [anon_sym_protected] = ACTIONS(4386), + [anon_sym_tailrec] = ACTIONS(4386), + [anon_sym_operator] = ACTIONS(4386), + [anon_sym_infix] = ACTIONS(4386), + [anon_sym_inline] = ACTIONS(4386), + [anon_sym_external] = ACTIONS(4386), + [sym_property_modifier] = ACTIONS(4386), + [anon_sym_abstract] = ACTIONS(4386), + [anon_sym_final] = ACTIONS(4386), + [anon_sym_open] = ACTIONS(4386), + [anon_sym_vararg] = ACTIONS(4386), + [anon_sym_noinline] = ACTIONS(4386), + [anon_sym_crossinline] = ACTIONS(4386), + [anon_sym_expect] = ACTIONS(4386), + [anon_sym_actual] = ACTIONS(4386), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4388), + [anon_sym_continue_AT] = ACTIONS(4388), + [anon_sym_break_AT] = ACTIONS(4388), + [sym_real_literal] = ACTIONS(4388), + [sym_integer_literal] = ACTIONS(4386), + [sym_hex_literal] = ACTIONS(4388), + [sym_bin_literal] = ACTIONS(4388), + [anon_sym_true] = ACTIONS(4386), + [anon_sym_false] = ACTIONS(4386), + [anon_sym_SQUOTE] = ACTIONS(4388), + [sym__backtick_identifier] = ACTIONS(4388), + [sym__automatic_semicolon] = ACTIONS(4388), + [sym_safe_nav] = ACTIONS(4388), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4388), + }, + [1545] = { + [sym_class_body] = STATE(1172), + [sym__alpha_identifier] = ACTIONS(4410), + [anon_sym_AT] = ACTIONS(4412), + [anon_sym_COLON] = ACTIONS(5661), + [anon_sym_LBRACK] = ACTIONS(4412), + [anon_sym_as] = ACTIONS(4410), + [anon_sym_LBRACE] = ACTIONS(3180), + [anon_sym_RBRACE] = ACTIONS(4412), + [anon_sym_LPAREN] = ACTIONS(4412), + [anon_sym_LT] = ACTIONS(4410), + [anon_sym_GT] = ACTIONS(4410), + [anon_sym_object] = ACTIONS(4410), + [anon_sym_fun] = ACTIONS(4410), + [anon_sym_DOT] = ACTIONS(4410), + [anon_sym_SEMI] = ACTIONS(4412), + [anon_sym_get] = ACTIONS(4410), + [anon_sym_set] = ACTIONS(4410), + [anon_sym_this] = ACTIONS(4410), + [anon_sym_super] = ACTIONS(4410), + [anon_sym_STAR] = ACTIONS(4412), + [sym_label] = ACTIONS(4410), + [anon_sym_in] = ACTIONS(4410), + [anon_sym_DOT_DOT] = ACTIONS(4412), + [anon_sym_QMARK_COLON] = ACTIONS(4412), + [anon_sym_AMP_AMP] = ACTIONS(4412), + [anon_sym_PIPE_PIPE] = ACTIONS(4412), + [anon_sym_null] = ACTIONS(4410), + [anon_sym_if] = ACTIONS(4410), + [anon_sym_else] = ACTIONS(4410), + [anon_sym_when] = ACTIONS(4410), + [anon_sym_try] = ACTIONS(4410), + [anon_sym_throw] = ACTIONS(4410), + [anon_sym_return] = ACTIONS(4410), + [anon_sym_continue] = ACTIONS(4410), + [anon_sym_break] = ACTIONS(4410), + [anon_sym_COLON_COLON] = ACTIONS(4412), + [anon_sym_BANG_EQ] = ACTIONS(4410), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4412), + [anon_sym_EQ_EQ] = ACTIONS(4410), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4412), + [anon_sym_LT_EQ] = ACTIONS(4412), + [anon_sym_GT_EQ] = ACTIONS(4412), + [anon_sym_BANGin] = ACTIONS(4412), + [anon_sym_is] = ACTIONS(4410), + [anon_sym_BANGis] = ACTIONS(4412), + [anon_sym_PLUS] = ACTIONS(4410), + [anon_sym_DASH] = ACTIONS(4410), + [anon_sym_SLASH] = ACTIONS(4410), + [anon_sym_PERCENT] = ACTIONS(4412), + [anon_sym_as_QMARK] = ACTIONS(4412), + [anon_sym_PLUS_PLUS] = ACTIONS(4412), + [anon_sym_DASH_DASH] = ACTIONS(4412), + [anon_sym_BANG] = ACTIONS(4410), + [anon_sym_BANG_BANG] = ACTIONS(4412), + [anon_sym_suspend] = ACTIONS(4410), + [anon_sym_sealed] = ACTIONS(4410), + [anon_sym_annotation] = ACTIONS(4410), + [anon_sym_data] = ACTIONS(4410), + [anon_sym_inner] = ACTIONS(4410), + [anon_sym_override] = ACTIONS(4410), + [anon_sym_lateinit] = ACTIONS(4410), + [anon_sym_public] = ACTIONS(4410), + [anon_sym_private] = ACTIONS(4410), + [anon_sym_internal] = ACTIONS(4410), + [anon_sym_protected] = ACTIONS(4410), + [anon_sym_tailrec] = ACTIONS(4410), + [anon_sym_operator] = ACTIONS(4410), + [anon_sym_infix] = ACTIONS(4410), + [anon_sym_inline] = ACTIONS(4410), + [anon_sym_external] = ACTIONS(4410), + [sym_property_modifier] = ACTIONS(4410), + [anon_sym_abstract] = ACTIONS(4410), + [anon_sym_final] = ACTIONS(4410), + [anon_sym_open] = ACTIONS(4410), + [anon_sym_vararg] = ACTIONS(4410), + [anon_sym_noinline] = ACTIONS(4410), + [anon_sym_crossinline] = ACTIONS(4410), + [anon_sym_expect] = ACTIONS(4410), + [anon_sym_actual] = ACTIONS(4410), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4412), + [anon_sym_continue_AT] = ACTIONS(4412), + [anon_sym_break_AT] = ACTIONS(4412), + [sym_real_literal] = ACTIONS(4412), + [sym_integer_literal] = ACTIONS(4410), + [sym_hex_literal] = ACTIONS(4412), + [sym_bin_literal] = ACTIONS(4412), + [anon_sym_true] = ACTIONS(4410), + [anon_sym_false] = ACTIONS(4410), + [anon_sym_SQUOTE] = ACTIONS(4412), + [sym__backtick_identifier] = ACTIONS(4412), + [sym__automatic_semicolon] = ACTIONS(4412), + [sym_safe_nav] = ACTIONS(4412), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4412), + }, + [1546] = { + [sym_type_constraints] = STATE(2049), + [sym_property_delegate] = STATE(2435), + [sym_getter] = STATE(4989), + [sym_setter] = STATE(4989), + [sym_modifiers] = STATE(8917), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3230), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_RBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_EQ] = ACTIONS(1776), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_COMMA] = ACTIONS(1778), - [anon_sym_RPAREN] = ACTIONS(1778), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_where] = ACTIONS(1776), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(1778), - [anon_sym_get] = ACTIONS(5253), - [anon_sym_set] = ACTIONS(5255), - [anon_sym_STAR] = ACTIONS(1776), - [anon_sym_DASH_GT] = ACTIONS(1778), - [sym_label] = ACTIONS(1778), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_while] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_PLUS_EQ] = ACTIONS(1778), - [anon_sym_DASH_EQ] = ACTIONS(1778), - [anon_sym_STAR_EQ] = ACTIONS(1778), - [anon_sym_SLASH_EQ] = ACTIONS(1778), - [anon_sym_PERCENT_EQ] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1776), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG_BANG] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(3234), + [anon_sym_as] = ACTIONS(3230), + [anon_sym_EQ] = ACTIONS(5663), + [anon_sym_LBRACE] = ACTIONS(3234), + [anon_sym_RBRACE] = ACTIONS(3234), + [anon_sym_LPAREN] = ACTIONS(3234), + [anon_sym_COMMA] = ACTIONS(3234), + [anon_sym_by] = ACTIONS(5665), + [anon_sym_LT] = ACTIONS(3230), + [anon_sym_GT] = ACTIONS(3230), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(3230), + [anon_sym_SEMI] = ACTIONS(5667), + [anon_sym_get] = ACTIONS(5669), + [anon_sym_set] = ACTIONS(5671), + [anon_sym_STAR] = ACTIONS(3230), + [sym_label] = ACTIONS(3234), + [anon_sym_in] = ACTIONS(3230), + [anon_sym_DOT_DOT] = ACTIONS(3234), + [anon_sym_QMARK_COLON] = ACTIONS(3234), + [anon_sym_AMP_AMP] = ACTIONS(3234), + [anon_sym_PIPE_PIPE] = ACTIONS(3234), + [anon_sym_else] = ACTIONS(3230), + [anon_sym_COLON_COLON] = ACTIONS(3234), + [anon_sym_PLUS_EQ] = ACTIONS(3234), + [anon_sym_DASH_EQ] = ACTIONS(3234), + [anon_sym_STAR_EQ] = ACTIONS(3234), + [anon_sym_SLASH_EQ] = ACTIONS(3234), + [anon_sym_PERCENT_EQ] = ACTIONS(3234), + [anon_sym_BANG_EQ] = ACTIONS(3230), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3234), + [anon_sym_EQ_EQ] = ACTIONS(3230), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3234), + [anon_sym_LT_EQ] = ACTIONS(3234), + [anon_sym_GT_EQ] = ACTIONS(3234), + [anon_sym_BANGin] = ACTIONS(3234), + [anon_sym_is] = ACTIONS(3230), + [anon_sym_BANGis] = ACTIONS(3234), + [anon_sym_PLUS] = ACTIONS(3230), + [anon_sym_DASH] = ACTIONS(3230), + [anon_sym_SLASH] = ACTIONS(3230), + [anon_sym_PERCENT] = ACTIONS(3230), + [anon_sym_as_QMARK] = ACTIONS(3234), + [anon_sym_PLUS_PLUS] = ACTIONS(3234), + [anon_sym_DASH_DASH] = ACTIONS(3234), + [anon_sym_BANG_BANG] = ACTIONS(3234), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -205480,79 +206375,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), + [sym__backtick_identifier] = ACTIONS(3234), + [sym__automatic_semicolon] = ACTIONS(3234), + [sym_safe_nav] = ACTIONS(3234), [sym_multiline_comment] = ACTIONS(3), }, - [1539] = { - [sym_type_constraints] = STATE(2119), - [sym_property_delegate] = STATE(2436), - [sym_getter] = STATE(3670), - [sym_setter] = STATE(3670), - [sym_modifiers] = STATE(8690), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3272), + [1547] = { + [sym_type_constraints] = STATE(2058), + [sym_property_delegate] = STATE(2457), + [sym_getter] = STATE(4945), + [sym_setter] = STATE(4945), + [sym_modifiers] = STATE(8917), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3274), - [anon_sym_as] = ACTIONS(3272), - [anon_sym_EQ] = ACTIONS(5649), - [anon_sym_LBRACE] = ACTIONS(3274), - [anon_sym_RBRACE] = ACTIONS(3274), - [anon_sym_LPAREN] = ACTIONS(3274), - [anon_sym_COMMA] = ACTIONS(3274), - [anon_sym_by] = ACTIONS(5633), - [anon_sym_LT] = ACTIONS(3272), - [anon_sym_GT] = ACTIONS(3272), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(3272), - [anon_sym_SEMI] = ACTIONS(5651), - [anon_sym_get] = ACTIONS(5653), - [anon_sym_set] = ACTIONS(5655), - [anon_sym_STAR] = ACTIONS(3272), - [sym_label] = ACTIONS(3274), - [anon_sym_in] = ACTIONS(3272), - [anon_sym_DOT_DOT] = ACTIONS(3274), - [anon_sym_QMARK_COLON] = ACTIONS(3274), - [anon_sym_AMP_AMP] = ACTIONS(3274), - [anon_sym_PIPE_PIPE] = ACTIONS(3274), - [anon_sym_else] = ACTIONS(3272), - [anon_sym_COLON_COLON] = ACTIONS(3274), - [anon_sym_PLUS_EQ] = ACTIONS(3274), - [anon_sym_DASH_EQ] = ACTIONS(3274), - [anon_sym_STAR_EQ] = ACTIONS(3274), - [anon_sym_SLASH_EQ] = ACTIONS(3274), - [anon_sym_PERCENT_EQ] = ACTIONS(3274), - [anon_sym_BANG_EQ] = ACTIONS(3272), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3274), - [anon_sym_EQ_EQ] = ACTIONS(3272), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3274), - [anon_sym_LT_EQ] = ACTIONS(3274), - [anon_sym_GT_EQ] = ACTIONS(3274), - [anon_sym_BANGin] = ACTIONS(3274), - [anon_sym_is] = ACTIONS(3272), - [anon_sym_BANGis] = ACTIONS(3274), - [anon_sym_PLUS] = ACTIONS(3272), - [anon_sym_DASH] = ACTIONS(3272), - [anon_sym_SLASH] = ACTIONS(3272), - [anon_sym_PERCENT] = ACTIONS(3272), - [anon_sym_as_QMARK] = ACTIONS(3274), - [anon_sym_PLUS_PLUS] = ACTIONS(3274), - [anon_sym_DASH_DASH] = ACTIONS(3274), - [anon_sym_BANG_BANG] = ACTIONS(3274), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_EQ] = ACTIONS(5673), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_COMMA] = ACTIONS(3280), + [anon_sym_by] = ACTIONS(5665), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(5675), + [anon_sym_get] = ACTIONS(5669), + [anon_sym_set] = ACTIONS(5671), + [anon_sym_STAR] = ACTIONS(3278), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_PLUS_EQ] = ACTIONS(3280), + [anon_sym_DASH_EQ] = ACTIONS(3280), + [anon_sym_STAR_EQ] = ACTIONS(3280), + [anon_sym_SLASH_EQ] = ACTIONS(3280), + [anon_sym_PERCENT_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3278), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3280), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -205576,178 +206472,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3274), - [sym__automatic_semicolon] = ACTIONS(3274), - [sym_safe_nav] = ACTIONS(3274), + [sym__backtick_identifier] = ACTIONS(3280), + [sym__automatic_semicolon] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), [sym_multiline_comment] = ACTIONS(3), }, - [1540] = { - [sym__alpha_identifier] = ACTIONS(4923), - [anon_sym_AT] = ACTIONS(4925), - [anon_sym_LBRACK] = ACTIONS(4925), - [anon_sym_as] = ACTIONS(4923), - [anon_sym_LBRACE] = ACTIONS(4925), - [anon_sym_RBRACE] = ACTIONS(4925), - [anon_sym_LPAREN] = ACTIONS(5657), - [anon_sym_COMMA] = ACTIONS(4925), - [anon_sym_LT] = ACTIONS(4923), - [anon_sym_GT] = ACTIONS(4923), - [anon_sym_where] = ACTIONS(4923), - [anon_sym_object] = ACTIONS(4923), - [anon_sym_fun] = ACTIONS(4923), - [anon_sym_DOT] = ACTIONS(4923), - [anon_sym_SEMI] = ACTIONS(4925), - [anon_sym_get] = ACTIONS(4923), - [anon_sym_set] = ACTIONS(4923), - [anon_sym_this] = ACTIONS(4923), - [anon_sym_super] = ACTIONS(4923), - [anon_sym_STAR] = ACTIONS(4925), - [sym_label] = ACTIONS(4923), - [anon_sym_in] = ACTIONS(4923), - [anon_sym_DOT_DOT] = ACTIONS(4925), - [anon_sym_QMARK_COLON] = ACTIONS(4925), - [anon_sym_AMP_AMP] = ACTIONS(4925), - [anon_sym_PIPE_PIPE] = ACTIONS(4925), - [anon_sym_null] = ACTIONS(4923), - [anon_sym_if] = ACTIONS(4923), - [anon_sym_else] = ACTIONS(4923), - [anon_sym_when] = ACTIONS(4923), - [anon_sym_try] = ACTIONS(4923), - [anon_sym_throw] = ACTIONS(4923), - [anon_sym_return] = ACTIONS(4923), - [anon_sym_continue] = ACTIONS(4923), - [anon_sym_break] = ACTIONS(4923), - [anon_sym_COLON_COLON] = ACTIONS(4925), - [anon_sym_BANG_EQ] = ACTIONS(4923), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4925), - [anon_sym_EQ_EQ] = ACTIONS(4923), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4925), - [anon_sym_LT_EQ] = ACTIONS(4925), - [anon_sym_GT_EQ] = ACTIONS(4925), - [anon_sym_BANGin] = ACTIONS(4925), - [anon_sym_is] = ACTIONS(4923), - [anon_sym_BANGis] = ACTIONS(4925), - [anon_sym_PLUS] = ACTIONS(4923), - [anon_sym_DASH] = ACTIONS(4923), - [anon_sym_SLASH] = ACTIONS(4923), - [anon_sym_PERCENT] = ACTIONS(4925), - [anon_sym_as_QMARK] = ACTIONS(4925), - [anon_sym_PLUS_PLUS] = ACTIONS(4925), - [anon_sym_DASH_DASH] = ACTIONS(4925), - [anon_sym_BANG] = ACTIONS(4923), - [anon_sym_BANG_BANG] = ACTIONS(4925), - [anon_sym_suspend] = ACTIONS(4923), - [anon_sym_sealed] = ACTIONS(4923), - [anon_sym_annotation] = ACTIONS(4923), - [anon_sym_data] = ACTIONS(4923), - [anon_sym_inner] = ACTIONS(4923), - [anon_sym_override] = ACTIONS(4923), - [anon_sym_lateinit] = ACTIONS(4923), - [anon_sym_public] = ACTIONS(4923), - [anon_sym_private] = ACTIONS(4923), - [anon_sym_internal] = ACTIONS(4923), - [anon_sym_protected] = ACTIONS(4923), - [anon_sym_tailrec] = ACTIONS(4923), - [anon_sym_operator] = ACTIONS(4923), - [anon_sym_infix] = ACTIONS(4923), - [anon_sym_inline] = ACTIONS(4923), - [anon_sym_external] = ACTIONS(4923), - [sym_property_modifier] = ACTIONS(4923), - [anon_sym_abstract] = ACTIONS(4923), - [anon_sym_final] = ACTIONS(4923), - [anon_sym_open] = ACTIONS(4923), - [anon_sym_vararg] = ACTIONS(4923), - [anon_sym_noinline] = ACTIONS(4923), - [anon_sym_crossinline] = ACTIONS(4923), - [anon_sym_expect] = ACTIONS(4923), - [anon_sym_actual] = ACTIONS(4923), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4925), - [anon_sym_continue_AT] = ACTIONS(4925), - [anon_sym_break_AT] = ACTIONS(4925), - [sym_real_literal] = ACTIONS(4925), - [sym_integer_literal] = ACTIONS(4923), - [sym_hex_literal] = ACTIONS(4925), - [sym_bin_literal] = ACTIONS(4925), - [anon_sym_true] = ACTIONS(4923), - [anon_sym_false] = ACTIONS(4923), - [anon_sym_SQUOTE] = ACTIONS(4925), - [sym__backtick_identifier] = ACTIONS(4925), - [sym__automatic_semicolon] = ACTIONS(4925), - [sym_safe_nav] = ACTIONS(4925), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4925), - }, - [1541] = { - [sym_getter] = STATE(4736), - [sym_setter] = STATE(4736), - [sym_modifiers] = STATE(8708), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1764), + [1548] = { + [sym_getter] = STATE(3329), + [sym_setter] = STATE(3329), + [sym_modifiers] = STATE(8930), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3338), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1766), - [anon_sym_RBRACK] = ACTIONS(1766), - [anon_sym_as] = ACTIONS(1764), - [anon_sym_EQ] = ACTIONS(1764), - [anon_sym_LBRACE] = ACTIONS(1766), - [anon_sym_RBRACE] = ACTIONS(1766), - [anon_sym_LPAREN] = ACTIONS(1766), - [anon_sym_COMMA] = ACTIONS(1766), - [anon_sym_RPAREN] = ACTIONS(1766), - [anon_sym_LT] = ACTIONS(1764), - [anon_sym_GT] = ACTIONS(1764), - [anon_sym_where] = ACTIONS(1764), - [anon_sym_DOT] = ACTIONS(1764), - [anon_sym_SEMI] = ACTIONS(3480), - [anon_sym_get] = ACTIONS(5253), - [anon_sym_set] = ACTIONS(5255), - [anon_sym_STAR] = ACTIONS(1764), - [anon_sym_DASH_GT] = ACTIONS(1766), - [sym_label] = ACTIONS(1766), - [anon_sym_in] = ACTIONS(1764), - [anon_sym_while] = ACTIONS(1764), - [anon_sym_DOT_DOT] = ACTIONS(1766), - [anon_sym_QMARK_COLON] = ACTIONS(1766), - [anon_sym_AMP_AMP] = ACTIONS(1766), - [anon_sym_PIPE_PIPE] = ACTIONS(1766), - [anon_sym_else] = ACTIONS(1764), - [anon_sym_COLON_COLON] = ACTIONS(1766), - [anon_sym_PLUS_EQ] = ACTIONS(1766), - [anon_sym_DASH_EQ] = ACTIONS(1766), - [anon_sym_STAR_EQ] = ACTIONS(1766), - [anon_sym_SLASH_EQ] = ACTIONS(1766), - [anon_sym_PERCENT_EQ] = ACTIONS(1766), - [anon_sym_BANG_EQ] = ACTIONS(1764), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), - [anon_sym_EQ_EQ] = ACTIONS(1764), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1766), - [anon_sym_LT_EQ] = ACTIONS(1766), - [anon_sym_GT_EQ] = ACTIONS(1766), - [anon_sym_BANGin] = ACTIONS(1766), - [anon_sym_is] = ACTIONS(1764), - [anon_sym_BANGis] = ACTIONS(1766), - [anon_sym_PLUS] = ACTIONS(1764), - [anon_sym_DASH] = ACTIONS(1764), - [anon_sym_SLASH] = ACTIONS(1764), - [anon_sym_PERCENT] = ACTIONS(1764), - [anon_sym_as_QMARK] = ACTIONS(1766), - [anon_sym_PLUS_PLUS] = ACTIONS(1766), - [anon_sym_DASH_DASH] = ACTIONS(1766), - [anon_sym_BANG_BANG] = ACTIONS(1766), + [anon_sym_LBRACK] = ACTIONS(3340), + [anon_sym_RBRACK] = ACTIONS(3340), + [anon_sym_as] = ACTIONS(3338), + [anon_sym_EQ] = ACTIONS(3338), + [anon_sym_LBRACE] = ACTIONS(3340), + [anon_sym_RBRACE] = ACTIONS(3340), + [anon_sym_LPAREN] = ACTIONS(3340), + [anon_sym_COMMA] = ACTIONS(3340), + [anon_sym_RPAREN] = ACTIONS(3340), + [anon_sym_LT] = ACTIONS(3338), + [anon_sym_GT] = ACTIONS(3338), + [anon_sym_where] = ACTIONS(3338), + [anon_sym_DOT] = ACTIONS(3338), + [anon_sym_SEMI] = ACTIONS(3340), + [anon_sym_get] = ACTIONS(5275), + [anon_sym_set] = ACTIONS(5277), + [anon_sym_STAR] = ACTIONS(3338), + [anon_sym_DASH_GT] = ACTIONS(3340), + [sym_label] = ACTIONS(3340), + [anon_sym_in] = ACTIONS(3338), + [anon_sym_while] = ACTIONS(3338), + [anon_sym_DOT_DOT] = ACTIONS(3340), + [anon_sym_QMARK_COLON] = ACTIONS(3340), + [anon_sym_AMP_AMP] = ACTIONS(3340), + [anon_sym_PIPE_PIPE] = ACTIONS(3340), + [anon_sym_else] = ACTIONS(3338), + [anon_sym_COLON_COLON] = ACTIONS(3340), + [anon_sym_PLUS_EQ] = ACTIONS(3340), + [anon_sym_DASH_EQ] = ACTIONS(3340), + [anon_sym_STAR_EQ] = ACTIONS(3340), + [anon_sym_SLASH_EQ] = ACTIONS(3340), + [anon_sym_PERCENT_EQ] = ACTIONS(3340), + [anon_sym_BANG_EQ] = ACTIONS(3338), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3340), + [anon_sym_EQ_EQ] = ACTIONS(3338), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3340), + [anon_sym_LT_EQ] = ACTIONS(3340), + [anon_sym_GT_EQ] = ACTIONS(3340), + [anon_sym_BANGin] = ACTIONS(3340), + [anon_sym_is] = ACTIONS(3338), + [anon_sym_BANGis] = ACTIONS(3340), + [anon_sym_PLUS] = ACTIONS(3338), + [anon_sym_DASH] = ACTIONS(3338), + [anon_sym_SLASH] = ACTIONS(3338), + [anon_sym_PERCENT] = ACTIONS(3338), + [anon_sym_as_QMARK] = ACTIONS(3340), + [anon_sym_PLUS_PLUS] = ACTIONS(3340), + [anon_sym_DASH_DASH] = ACTIONS(3340), + [anon_sym_BANG_BANG] = ACTIONS(3340), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -205771,79 +206570,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1766), - [sym_safe_nav] = ACTIONS(1766), + [sym__backtick_identifier] = ACTIONS(3340), + [sym_safe_nav] = ACTIONS(3340), [sym_multiline_comment] = ACTIONS(3), }, - [1542] = { - [sym_type_constraints] = STATE(2053), - [sym_property_delegate] = STATE(2439), - [sym_getter] = STATE(3787), - [sym_setter] = STATE(3787), - [sym_modifiers] = STATE(8690), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), + [1549] = { + [sym_type_constraints] = STATE(2065), + [sym_property_delegate] = STATE(2459), + [sym_getter] = STATE(5058), + [sym_setter] = STATE(5058), + [sym_modifiers] = STATE(8917), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_EQ] = ACTIONS(5659), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_COMMA] = ACTIONS(3256), - [anon_sym_by] = ACTIONS(5633), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(5661), - [anon_sym_get] = ACTIONS(5653), - [anon_sym_set] = ACTIONS(5655), - [anon_sym_STAR] = ACTIONS(3254), - [sym_label] = ACTIONS(3256), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_PLUS_EQ] = ACTIONS(3256), - [anon_sym_DASH_EQ] = ACTIONS(3256), - [anon_sym_STAR_EQ] = ACTIONS(3256), - [anon_sym_SLASH_EQ] = ACTIONS(3256), - [anon_sym_PERCENT_EQ] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3254), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG_BANG] = ACTIONS(3256), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_EQ] = ACTIONS(5677), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_COMMA] = ACTIONS(1786), + [anon_sym_by] = ACTIONS(5665), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(3638), + [anon_sym_get] = ACTIONS(5669), + [anon_sym_set] = ACTIONS(5671), + [anon_sym_STAR] = ACTIONS(1784), + [sym_label] = ACTIONS(1786), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_PLUS_EQ] = ACTIONS(1786), + [anon_sym_DASH_EQ] = ACTIONS(1786), + [anon_sym_STAR_EQ] = ACTIONS(1786), + [anon_sym_SLASH_EQ] = ACTIONS(1786), + [anon_sym_PERCENT_EQ] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1784), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG_BANG] = ACTIONS(1786), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -205867,224 +206666,321 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3256), - [sym__automatic_semicolon] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), + [sym__backtick_identifier] = ACTIONS(1786), + [sym__automatic_semicolon] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), [sym_multiline_comment] = ACTIONS(3), }, - [1543] = { - [sym_getter] = STATE(4736), - [sym_setter] = STATE(4736), - [sym_modifiers] = STATE(8708), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1764), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1766), - [anon_sym_RBRACK] = ACTIONS(1766), - [anon_sym_as] = ACTIONS(1764), - [anon_sym_EQ] = ACTIONS(1764), - [anon_sym_LBRACE] = ACTIONS(1766), - [anon_sym_RBRACE] = ACTIONS(1766), - [anon_sym_LPAREN] = ACTIONS(1766), - [anon_sym_COMMA] = ACTIONS(1766), - [anon_sym_RPAREN] = ACTIONS(1766), - [anon_sym_LT] = ACTIONS(1764), - [anon_sym_GT] = ACTIONS(1764), - [anon_sym_where] = ACTIONS(1764), - [anon_sym_DOT] = ACTIONS(1764), - [anon_sym_SEMI] = ACTIONS(1766), - [anon_sym_get] = ACTIONS(5253), - [anon_sym_set] = ACTIONS(5255), - [anon_sym_STAR] = ACTIONS(1764), - [anon_sym_DASH_GT] = ACTIONS(1766), - [sym_label] = ACTIONS(1766), - [anon_sym_in] = ACTIONS(1764), - [anon_sym_while] = ACTIONS(1764), - [anon_sym_DOT_DOT] = ACTIONS(1766), - [anon_sym_QMARK_COLON] = ACTIONS(1766), - [anon_sym_AMP_AMP] = ACTIONS(1766), - [anon_sym_PIPE_PIPE] = ACTIONS(1766), - [anon_sym_else] = ACTIONS(1764), - [anon_sym_COLON_COLON] = ACTIONS(1766), - [anon_sym_PLUS_EQ] = ACTIONS(1766), - [anon_sym_DASH_EQ] = ACTIONS(1766), - [anon_sym_STAR_EQ] = ACTIONS(1766), - [anon_sym_SLASH_EQ] = ACTIONS(1766), - [anon_sym_PERCENT_EQ] = ACTIONS(1766), - [anon_sym_BANG_EQ] = ACTIONS(1764), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), - [anon_sym_EQ_EQ] = ACTIONS(1764), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1766), - [anon_sym_LT_EQ] = ACTIONS(1766), - [anon_sym_GT_EQ] = ACTIONS(1766), - [anon_sym_BANGin] = ACTIONS(1766), - [anon_sym_is] = ACTIONS(1764), - [anon_sym_BANGis] = ACTIONS(1766), - [anon_sym_PLUS] = ACTIONS(1764), - [anon_sym_DASH] = ACTIONS(1764), - [anon_sym_SLASH] = ACTIONS(1764), - [anon_sym_PERCENT] = ACTIONS(1764), - [anon_sym_as_QMARK] = ACTIONS(1766), - [anon_sym_PLUS_PLUS] = ACTIONS(1766), - [anon_sym_DASH_DASH] = ACTIONS(1766), - [anon_sym_BANG_BANG] = ACTIONS(1766), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1766), - [sym_safe_nav] = ACTIONS(1766), - [sym_multiline_comment] = ACTIONS(3), + [1550] = { + [sym__alpha_identifier] = ACTIONS(4792), + [anon_sym_AT] = ACTIONS(4794), + [anon_sym_LBRACK] = ACTIONS(4794), + [anon_sym_as] = ACTIONS(4792), + [anon_sym_LBRACE] = ACTIONS(4794), + [anon_sym_RBRACE] = ACTIONS(4794), + [anon_sym_LPAREN] = ACTIONS(4794), + [anon_sym_COMMA] = ACTIONS(4794), + [anon_sym_LT] = ACTIONS(4792), + [anon_sym_GT] = ACTIONS(4792), + [anon_sym_where] = ACTIONS(4792), + [anon_sym_object] = ACTIONS(4792), + [anon_sym_fun] = ACTIONS(4792), + [anon_sym_DOT] = ACTIONS(4792), + [anon_sym_SEMI] = ACTIONS(5679), + [anon_sym_get] = ACTIONS(4792), + [anon_sym_set] = ACTIONS(4792), + [anon_sym_this] = ACTIONS(4792), + [anon_sym_super] = ACTIONS(4792), + [anon_sym_STAR] = ACTIONS(4794), + [sym_label] = ACTIONS(4792), + [anon_sym_in] = ACTIONS(4792), + [anon_sym_DOT_DOT] = ACTIONS(4794), + [anon_sym_QMARK_COLON] = ACTIONS(4794), + [anon_sym_AMP_AMP] = ACTIONS(4794), + [anon_sym_PIPE_PIPE] = ACTIONS(4794), + [anon_sym_null] = ACTIONS(4792), + [anon_sym_if] = ACTIONS(4792), + [anon_sym_else] = ACTIONS(5681), + [anon_sym_when] = ACTIONS(4792), + [anon_sym_try] = ACTIONS(4792), + [anon_sym_throw] = ACTIONS(4792), + [anon_sym_return] = ACTIONS(4792), + [anon_sym_continue] = ACTIONS(4792), + [anon_sym_break] = ACTIONS(4792), + [anon_sym_COLON_COLON] = ACTIONS(4794), + [anon_sym_BANG_EQ] = ACTIONS(4792), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4794), + [anon_sym_EQ_EQ] = ACTIONS(4792), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4794), + [anon_sym_LT_EQ] = ACTIONS(4794), + [anon_sym_GT_EQ] = ACTIONS(4794), + [anon_sym_BANGin] = ACTIONS(4794), + [anon_sym_is] = ACTIONS(4792), + [anon_sym_BANGis] = ACTIONS(4794), + [anon_sym_PLUS] = ACTIONS(4792), + [anon_sym_DASH] = ACTIONS(4792), + [anon_sym_SLASH] = ACTIONS(4792), + [anon_sym_PERCENT] = ACTIONS(4794), + [anon_sym_as_QMARK] = ACTIONS(4794), + [anon_sym_PLUS_PLUS] = ACTIONS(4794), + [anon_sym_DASH_DASH] = ACTIONS(4794), + [anon_sym_BANG] = ACTIONS(4792), + [anon_sym_BANG_BANG] = ACTIONS(4794), + [anon_sym_suspend] = ACTIONS(4792), + [anon_sym_sealed] = ACTIONS(4792), + [anon_sym_annotation] = ACTIONS(4792), + [anon_sym_data] = ACTIONS(4792), + [anon_sym_inner] = ACTIONS(4792), + [anon_sym_override] = ACTIONS(4792), + [anon_sym_lateinit] = ACTIONS(4792), + [anon_sym_public] = ACTIONS(4792), + [anon_sym_private] = ACTIONS(4792), + [anon_sym_internal] = ACTIONS(4792), + [anon_sym_protected] = ACTIONS(4792), + [anon_sym_tailrec] = ACTIONS(4792), + [anon_sym_operator] = ACTIONS(4792), + [anon_sym_infix] = ACTIONS(4792), + [anon_sym_inline] = ACTIONS(4792), + [anon_sym_external] = ACTIONS(4792), + [sym_property_modifier] = ACTIONS(4792), + [anon_sym_abstract] = ACTIONS(4792), + [anon_sym_final] = ACTIONS(4792), + [anon_sym_open] = ACTIONS(4792), + [anon_sym_vararg] = ACTIONS(4792), + [anon_sym_noinline] = ACTIONS(4792), + [anon_sym_crossinline] = ACTIONS(4792), + [anon_sym_expect] = ACTIONS(4792), + [anon_sym_actual] = ACTIONS(4792), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4794), + [anon_sym_continue_AT] = ACTIONS(4794), + [anon_sym_break_AT] = ACTIONS(4794), + [sym_real_literal] = ACTIONS(4794), + [sym_integer_literal] = ACTIONS(4792), + [sym_hex_literal] = ACTIONS(4794), + [sym_bin_literal] = ACTIONS(4794), + [anon_sym_true] = ACTIONS(4792), + [anon_sym_false] = ACTIONS(4792), + [anon_sym_SQUOTE] = ACTIONS(4794), + [sym__backtick_identifier] = ACTIONS(4794), + [sym__automatic_semicolon] = ACTIONS(4794), + [sym_safe_nav] = ACTIONS(4794), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4794), }, - [1544] = { - [sym_getter] = STATE(4713), - [sym_setter] = STATE(4713), - [sym_modifiers] = STATE(8708), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1694), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1696), - [anon_sym_RBRACK] = ACTIONS(1696), - [anon_sym_as] = ACTIONS(1694), - [anon_sym_EQ] = ACTIONS(1694), - [anon_sym_LBRACE] = ACTIONS(1696), - [anon_sym_RBRACE] = ACTIONS(1696), - [anon_sym_LPAREN] = ACTIONS(1696), - [anon_sym_COMMA] = ACTIONS(1696), - [anon_sym_RPAREN] = ACTIONS(1696), - [anon_sym_LT] = ACTIONS(1694), - [anon_sym_GT] = ACTIONS(1694), - [anon_sym_where] = ACTIONS(1694), - [anon_sym_DOT] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(3474), - [anon_sym_get] = ACTIONS(5253), - [anon_sym_set] = ACTIONS(5255), - [anon_sym_STAR] = ACTIONS(1694), - [anon_sym_DASH_GT] = ACTIONS(1696), - [sym_label] = ACTIONS(1696), - [anon_sym_in] = ACTIONS(1694), - [anon_sym_while] = ACTIONS(1694), - [anon_sym_DOT_DOT] = ACTIONS(1696), - [anon_sym_QMARK_COLON] = ACTIONS(1696), - [anon_sym_AMP_AMP] = ACTIONS(1696), - [anon_sym_PIPE_PIPE] = ACTIONS(1696), - [anon_sym_else] = ACTIONS(1694), - [anon_sym_COLON_COLON] = ACTIONS(1696), - [anon_sym_PLUS_EQ] = ACTIONS(1696), - [anon_sym_DASH_EQ] = ACTIONS(1696), - [anon_sym_STAR_EQ] = ACTIONS(1696), - [anon_sym_SLASH_EQ] = ACTIONS(1696), - [anon_sym_PERCENT_EQ] = ACTIONS(1696), - [anon_sym_BANG_EQ] = ACTIONS(1694), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), - [anon_sym_EQ_EQ] = ACTIONS(1694), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), - [anon_sym_LT_EQ] = ACTIONS(1696), - [anon_sym_GT_EQ] = ACTIONS(1696), - [anon_sym_BANGin] = ACTIONS(1696), - [anon_sym_is] = ACTIONS(1694), - [anon_sym_BANGis] = ACTIONS(1696), - [anon_sym_PLUS] = ACTIONS(1694), - [anon_sym_DASH] = ACTIONS(1694), - [anon_sym_SLASH] = ACTIONS(1694), - [anon_sym_PERCENT] = ACTIONS(1694), - [anon_sym_as_QMARK] = ACTIONS(1696), - [anon_sym_PLUS_PLUS] = ACTIONS(1696), - [anon_sym_DASH_DASH] = ACTIONS(1696), - [anon_sym_BANG_BANG] = ACTIONS(1696), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [1551] = { + [sym_primary_constructor] = STATE(5046), + [sym_class_body] = STATE(5304), + [sym__class_parameters] = STATE(5169), + [sym_type_parameters] = STATE(2404), + [sym_type_constraints] = STATE(5263), + [sym_modifiers] = STATE(9298), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3136), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_COLON] = ACTIONS(5683), + [anon_sym_LBRACK] = ACTIONS(3140), + [anon_sym_constructor] = ACTIONS(5647), + [anon_sym_LBRACE] = ACTIONS(5685), + [anon_sym_RBRACE] = ACTIONS(3140), + [anon_sym_LPAREN] = ACTIONS(5651), + [anon_sym_LT] = ACTIONS(5653), + [anon_sym_where] = ACTIONS(5655), + [anon_sym_object] = ACTIONS(3136), + [anon_sym_fun] = ACTIONS(3136), + [anon_sym_get] = ACTIONS(3136), + [anon_sym_set] = ACTIONS(3136), + [anon_sym_this] = ACTIONS(3136), + [anon_sym_super] = ACTIONS(3136), + [anon_sym_STAR] = ACTIONS(3140), + [sym_label] = ACTIONS(3136), + [anon_sym_in] = ACTIONS(3136), + [anon_sym_null] = ACTIONS(3136), + [anon_sym_if] = ACTIONS(3136), + [anon_sym_else] = ACTIONS(3136), + [anon_sym_when] = ACTIONS(3136), + [anon_sym_try] = ACTIONS(3136), + [anon_sym_throw] = ACTIONS(3136), + [anon_sym_return] = ACTIONS(3136), + [anon_sym_continue] = ACTIONS(3136), + [anon_sym_break] = ACTIONS(3136), + [anon_sym_COLON_COLON] = ACTIONS(3140), + [anon_sym_BANGin] = ACTIONS(3140), + [anon_sym_is] = ACTIONS(3136), + [anon_sym_BANGis] = ACTIONS(3140), + [anon_sym_PLUS] = ACTIONS(3136), + [anon_sym_DASH] = ACTIONS(3136), + [anon_sym_PLUS_PLUS] = ACTIONS(3140), + [anon_sym_DASH_DASH] = ACTIONS(3140), + [anon_sym_BANG] = ACTIONS(3136), + [anon_sym_suspend] = ACTIONS(3120), + [anon_sym_sealed] = ACTIONS(3122), + [anon_sym_annotation] = ACTIONS(3122), + [anon_sym_data] = ACTIONS(3122), + [anon_sym_inner] = ACTIONS(3122), + [anon_sym_override] = ACTIONS(3124), + [anon_sym_lateinit] = ACTIONS(3124), + [anon_sym_public] = ACTIONS(3126), + [anon_sym_private] = ACTIONS(3126), + [anon_sym_internal] = ACTIONS(3126), + [anon_sym_protected] = ACTIONS(3126), + [anon_sym_tailrec] = ACTIONS(3120), + [anon_sym_operator] = ACTIONS(3120), + [anon_sym_infix] = ACTIONS(3120), + [anon_sym_inline] = ACTIONS(3120), + [anon_sym_external] = ACTIONS(3120), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3130), + [anon_sym_final] = ACTIONS(3130), + [anon_sym_open] = ACTIONS(3130), + [anon_sym_vararg] = ACTIONS(3132), + [anon_sym_noinline] = ACTIONS(3132), + [anon_sym_crossinline] = ACTIONS(3132), + [anon_sym_expect] = ACTIONS(3134), + [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1696), - [sym_safe_nav] = ACTIONS(1696), + [anon_sym_return_AT] = ACTIONS(3140), + [anon_sym_continue_AT] = ACTIONS(3140), + [anon_sym_break_AT] = ACTIONS(3140), + [sym_real_literal] = ACTIONS(3140), + [sym_integer_literal] = ACTIONS(3136), + [sym_hex_literal] = ACTIONS(3140), + [sym_bin_literal] = ACTIONS(3140), + [anon_sym_true] = ACTIONS(3136), + [anon_sym_false] = ACTIONS(3136), + [anon_sym_SQUOTE] = ACTIONS(3140), + [sym__backtick_identifier] = ACTIONS(3140), + [sym__automatic_semicolon] = ACTIONS(3140), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3140), }, - [1545] = { - [sym_getter] = STATE(4713), - [sym_setter] = STATE(4713), - [sym_modifiers] = STATE(8708), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [1552] = { + [sym__alpha_identifier] = ACTIONS(4792), + [anon_sym_AT] = ACTIONS(4794), + [anon_sym_LBRACK] = ACTIONS(4794), + [anon_sym_as] = ACTIONS(4792), + [anon_sym_LBRACE] = ACTIONS(4794), + [anon_sym_RBRACE] = ACTIONS(4794), + [anon_sym_LPAREN] = ACTIONS(4794), + [anon_sym_COMMA] = ACTIONS(4794), + [anon_sym_LT] = ACTIONS(4792), + [anon_sym_GT] = ACTIONS(4792), + [anon_sym_where] = ACTIONS(4792), + [anon_sym_object] = ACTIONS(4792), + [anon_sym_fun] = ACTIONS(4792), + [anon_sym_DOT] = ACTIONS(4792), + [anon_sym_SEMI] = ACTIONS(4794), + [anon_sym_get] = ACTIONS(4792), + [anon_sym_set] = ACTIONS(4792), + [anon_sym_this] = ACTIONS(4792), + [anon_sym_super] = ACTIONS(4792), + [anon_sym_STAR] = ACTIONS(4794), + [sym_label] = ACTIONS(4792), + [anon_sym_in] = ACTIONS(4792), + [anon_sym_DOT_DOT] = ACTIONS(4794), + [anon_sym_QMARK_COLON] = ACTIONS(4794), + [anon_sym_AMP_AMP] = ACTIONS(4794), + [anon_sym_PIPE_PIPE] = ACTIONS(4794), + [anon_sym_null] = ACTIONS(4792), + [anon_sym_if] = ACTIONS(4792), + [anon_sym_else] = ACTIONS(5681), + [anon_sym_when] = ACTIONS(4792), + [anon_sym_try] = ACTIONS(4792), + [anon_sym_throw] = ACTIONS(4792), + [anon_sym_return] = ACTIONS(4792), + [anon_sym_continue] = ACTIONS(4792), + [anon_sym_break] = ACTIONS(4792), + [anon_sym_COLON_COLON] = ACTIONS(4794), + [anon_sym_BANG_EQ] = ACTIONS(4792), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4794), + [anon_sym_EQ_EQ] = ACTIONS(4792), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4794), + [anon_sym_LT_EQ] = ACTIONS(4794), + [anon_sym_GT_EQ] = ACTIONS(4794), + [anon_sym_BANGin] = ACTIONS(4794), + [anon_sym_is] = ACTIONS(4792), + [anon_sym_BANGis] = ACTIONS(4794), + [anon_sym_PLUS] = ACTIONS(4792), + [anon_sym_DASH] = ACTIONS(4792), + [anon_sym_SLASH] = ACTIONS(4792), + [anon_sym_PERCENT] = ACTIONS(4794), + [anon_sym_as_QMARK] = ACTIONS(4794), + [anon_sym_PLUS_PLUS] = ACTIONS(4794), + [anon_sym_DASH_DASH] = ACTIONS(4794), + [anon_sym_BANG] = ACTIONS(4792), + [anon_sym_BANG_BANG] = ACTIONS(4794), + [anon_sym_suspend] = ACTIONS(4792), + [anon_sym_sealed] = ACTIONS(4792), + [anon_sym_annotation] = ACTIONS(4792), + [anon_sym_data] = ACTIONS(4792), + [anon_sym_inner] = ACTIONS(4792), + [anon_sym_override] = ACTIONS(4792), + [anon_sym_lateinit] = ACTIONS(4792), + [anon_sym_public] = ACTIONS(4792), + [anon_sym_private] = ACTIONS(4792), + [anon_sym_internal] = ACTIONS(4792), + [anon_sym_protected] = ACTIONS(4792), + [anon_sym_tailrec] = ACTIONS(4792), + [anon_sym_operator] = ACTIONS(4792), + [anon_sym_infix] = ACTIONS(4792), + [anon_sym_inline] = ACTIONS(4792), + [anon_sym_external] = ACTIONS(4792), + [sym_property_modifier] = ACTIONS(4792), + [anon_sym_abstract] = ACTIONS(4792), + [anon_sym_final] = ACTIONS(4792), + [anon_sym_open] = ACTIONS(4792), + [anon_sym_vararg] = ACTIONS(4792), + [anon_sym_noinline] = ACTIONS(4792), + [anon_sym_crossinline] = ACTIONS(4792), + [anon_sym_expect] = ACTIONS(4792), + [anon_sym_actual] = ACTIONS(4792), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4794), + [anon_sym_continue_AT] = ACTIONS(4794), + [anon_sym_break_AT] = ACTIONS(4794), + [sym_real_literal] = ACTIONS(4794), + [sym_integer_literal] = ACTIONS(4792), + [sym_hex_literal] = ACTIONS(4794), + [sym_bin_literal] = ACTIONS(4794), + [anon_sym_true] = ACTIONS(4792), + [anon_sym_false] = ACTIONS(4792), + [anon_sym_SQUOTE] = ACTIONS(4794), + [sym__backtick_identifier] = ACTIONS(4794), + [sym__automatic_semicolon] = ACTIONS(4794), + [sym_safe_nav] = ACTIONS(4794), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4794), + }, + [1553] = { + [sym_getter] = STATE(4715), + [sym_setter] = STATE(4715), + [sym_modifiers] = STATE(8670), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1694), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1696), @@ -206100,9 +206996,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT] = ACTIONS(1694), [anon_sym_where] = ACTIONS(1694), [anon_sym_DOT] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(1696), - [anon_sym_get] = ACTIONS(5253), - [anon_sym_set] = ACTIONS(5255), + [anon_sym_SEMI] = ACTIONS(3474), + [anon_sym_get] = ACTIONS(5267), + [anon_sym_set] = ACTIONS(5269), [anon_sym_STAR] = ACTIONS(1694), [anon_sym_DASH_GT] = ACTIONS(1696), [sym_label] = ACTIONS(1696), @@ -206159,274 +207055,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1696), [sym_safe_nav] = ACTIONS(1696), [sym_multiline_comment] = ACTIONS(3), }, - [1546] = { - [sym_getter] = STATE(4643), - [sym_setter] = STATE(4643), - [sym_modifiers] = STATE(8708), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_RBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_EQ] = ACTIONS(3254), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_COMMA] = ACTIONS(3256), - [anon_sym_RPAREN] = ACTIONS(3256), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_where] = ACTIONS(3254), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(5293), - [anon_sym_get] = ACTIONS(5253), - [anon_sym_set] = ACTIONS(5255), - [anon_sym_STAR] = ACTIONS(3254), - [anon_sym_DASH_GT] = ACTIONS(3256), - [sym_label] = ACTIONS(3256), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_while] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_PLUS_EQ] = ACTIONS(3256), - [anon_sym_DASH_EQ] = ACTIONS(3256), - [anon_sym_STAR_EQ] = ACTIONS(3256), - [anon_sym_SLASH_EQ] = ACTIONS(3256), - [anon_sym_PERCENT_EQ] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3254), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG_BANG] = ACTIONS(3256), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), - [sym_multiline_comment] = ACTIONS(3), - }, - [1547] = { - [sym_getter] = STATE(3261), - [sym_setter] = STATE(3261), - [sym_modifiers] = STATE(8655), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3340), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3342), - [anon_sym_RBRACK] = ACTIONS(3342), - [anon_sym_as] = ACTIONS(3340), - [anon_sym_EQ] = ACTIONS(3340), - [anon_sym_LBRACE] = ACTIONS(3342), - [anon_sym_RBRACE] = ACTIONS(3342), - [anon_sym_LPAREN] = ACTIONS(3342), - [anon_sym_COMMA] = ACTIONS(3342), - [anon_sym_RPAREN] = ACTIONS(3342), - [anon_sym_LT] = ACTIONS(3340), - [anon_sym_GT] = ACTIONS(3340), - [anon_sym_where] = ACTIONS(3340), - [anon_sym_DOT] = ACTIONS(3340), - [anon_sym_SEMI] = ACTIONS(3342), - [anon_sym_get] = ACTIONS(5259), - [anon_sym_set] = ACTIONS(5261), - [anon_sym_STAR] = ACTIONS(3340), - [anon_sym_DASH_GT] = ACTIONS(3342), - [sym_label] = ACTIONS(3342), - [anon_sym_in] = ACTIONS(3340), - [anon_sym_while] = ACTIONS(3340), - [anon_sym_DOT_DOT] = ACTIONS(3342), - [anon_sym_QMARK_COLON] = ACTIONS(3342), - [anon_sym_AMP_AMP] = ACTIONS(3342), - [anon_sym_PIPE_PIPE] = ACTIONS(3342), - [anon_sym_else] = ACTIONS(3340), - [anon_sym_COLON_COLON] = ACTIONS(3342), - [anon_sym_PLUS_EQ] = ACTIONS(3342), - [anon_sym_DASH_EQ] = ACTIONS(3342), - [anon_sym_STAR_EQ] = ACTIONS(3342), - [anon_sym_SLASH_EQ] = ACTIONS(3342), - [anon_sym_PERCENT_EQ] = ACTIONS(3342), - [anon_sym_BANG_EQ] = ACTIONS(3340), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3342), - [anon_sym_EQ_EQ] = ACTIONS(3340), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3342), - [anon_sym_LT_EQ] = ACTIONS(3342), - [anon_sym_GT_EQ] = ACTIONS(3342), - [anon_sym_BANGin] = ACTIONS(3342), - [anon_sym_is] = ACTIONS(3340), - [anon_sym_BANGis] = ACTIONS(3342), - [anon_sym_PLUS] = ACTIONS(3340), - [anon_sym_DASH] = ACTIONS(3340), - [anon_sym_SLASH] = ACTIONS(3340), - [anon_sym_PERCENT] = ACTIONS(3340), - [anon_sym_as_QMARK] = ACTIONS(3342), - [anon_sym_PLUS_PLUS] = ACTIONS(3342), - [anon_sym_DASH_DASH] = ACTIONS(3342), - [anon_sym_BANG_BANG] = ACTIONS(3342), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3342), - [sym_safe_nav] = ACTIONS(3342), - [sym_multiline_comment] = ACTIONS(3), - }, - [1548] = { - [sym_getter] = STATE(4710), - [sym_setter] = STATE(4710), - [sym_modifiers] = STATE(8708), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), + [1554] = { + [sym_type_constraints] = STATE(1761), + [sym_property_delegate] = STATE(2444), + [sym_getter] = STATE(3875), + [sym_setter] = STATE(3875), + [sym_modifiers] = STATE(8752), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_RBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_EQ] = ACTIONS(1776), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_COMMA] = ACTIONS(1778), - [anon_sym_RPAREN] = ACTIONS(1778), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_where] = ACTIONS(1776), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(3482), - [anon_sym_get] = ACTIONS(5253), - [anon_sym_set] = ACTIONS(5255), - [anon_sym_STAR] = ACTIONS(1776), - [anon_sym_DASH_GT] = ACTIONS(1778), - [sym_label] = ACTIONS(1778), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_while] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_PLUS_EQ] = ACTIONS(1778), - [anon_sym_DASH_EQ] = ACTIONS(1778), - [anon_sym_STAR_EQ] = ACTIONS(1778), - [anon_sym_SLASH_EQ] = ACTIONS(1778), - [anon_sym_PERCENT_EQ] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1776), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG_BANG] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_EQ] = ACTIONS(5687), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_COMMA] = ACTIONS(3280), + [anon_sym_by] = ACTIONS(5665), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(5689), + [anon_sym_get] = ACTIONS(5691), + [anon_sym_set] = ACTIONS(5693), + [anon_sym_STAR] = ACTIONS(3278), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_PLUS_EQ] = ACTIONS(3280), + [anon_sym_DASH_EQ] = ACTIONS(3280), + [anon_sym_STAR_EQ] = ACTIONS(3280), + [anon_sym_SLASH_EQ] = ACTIONS(3280), + [anon_sym_PERCENT_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3278), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3280), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -206450,80 +207151,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), + [sym__backtick_identifier] = ACTIONS(3280), + [sym__automatic_semicolon] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), [sym_multiline_comment] = ACTIONS(3), }, - [1549] = { - [sym_getter] = STATE(4680), - [sym_setter] = STATE(4680), - [sym_modifiers] = STATE(8708), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1770), + [1555] = { + [sym_type_constraints] = STATE(1726), + [sym_property_delegate] = STATE(2454), + [sym_getter] = STATE(3844), + [sym_setter] = STATE(3844), + [sym_modifiers] = STATE(8752), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3230), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1772), - [anon_sym_RBRACK] = ACTIONS(1772), - [anon_sym_as] = ACTIONS(1770), - [anon_sym_EQ] = ACTIONS(1770), - [anon_sym_LBRACE] = ACTIONS(1772), - [anon_sym_RBRACE] = ACTIONS(1772), - [anon_sym_LPAREN] = ACTIONS(1772), - [anon_sym_COMMA] = ACTIONS(1772), - [anon_sym_RPAREN] = ACTIONS(1772), - [anon_sym_LT] = ACTIONS(1770), - [anon_sym_GT] = ACTIONS(1770), - [anon_sym_where] = ACTIONS(1770), - [anon_sym_DOT] = ACTIONS(1770), - [anon_sym_SEMI] = ACTIONS(1772), - [anon_sym_get] = ACTIONS(5253), - [anon_sym_set] = ACTIONS(5255), - [anon_sym_STAR] = ACTIONS(1770), - [anon_sym_DASH_GT] = ACTIONS(1772), - [sym_label] = ACTIONS(1772), - [anon_sym_in] = ACTIONS(1770), - [anon_sym_while] = ACTIONS(1770), - [anon_sym_DOT_DOT] = ACTIONS(1772), - [anon_sym_QMARK_COLON] = ACTIONS(1772), - [anon_sym_AMP_AMP] = ACTIONS(1772), - [anon_sym_PIPE_PIPE] = ACTIONS(1772), - [anon_sym_else] = ACTIONS(1770), - [anon_sym_COLON_COLON] = ACTIONS(1772), - [anon_sym_PLUS_EQ] = ACTIONS(1772), - [anon_sym_DASH_EQ] = ACTIONS(1772), - [anon_sym_STAR_EQ] = ACTIONS(1772), - [anon_sym_SLASH_EQ] = ACTIONS(1772), - [anon_sym_PERCENT_EQ] = ACTIONS(1772), - [anon_sym_BANG_EQ] = ACTIONS(1770), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1772), - [anon_sym_EQ_EQ] = ACTIONS(1770), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1772), - [anon_sym_LT_EQ] = ACTIONS(1772), - [anon_sym_GT_EQ] = ACTIONS(1772), - [anon_sym_BANGin] = ACTIONS(1772), - [anon_sym_is] = ACTIONS(1770), - [anon_sym_BANGis] = ACTIONS(1772), - [anon_sym_PLUS] = ACTIONS(1770), - [anon_sym_DASH] = ACTIONS(1770), - [anon_sym_SLASH] = ACTIONS(1770), - [anon_sym_PERCENT] = ACTIONS(1770), - [anon_sym_as_QMARK] = ACTIONS(1772), - [anon_sym_PLUS_PLUS] = ACTIONS(1772), - [anon_sym_DASH_DASH] = ACTIONS(1772), - [anon_sym_BANG_BANG] = ACTIONS(1772), + [anon_sym_LBRACK] = ACTIONS(3234), + [anon_sym_as] = ACTIONS(3230), + [anon_sym_EQ] = ACTIONS(5695), + [anon_sym_LBRACE] = ACTIONS(3234), + [anon_sym_RBRACE] = ACTIONS(3234), + [anon_sym_LPAREN] = ACTIONS(3234), + [anon_sym_COMMA] = ACTIONS(3234), + [anon_sym_by] = ACTIONS(5665), + [anon_sym_LT] = ACTIONS(3230), + [anon_sym_GT] = ACTIONS(3230), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(3230), + [anon_sym_SEMI] = ACTIONS(5697), + [anon_sym_get] = ACTIONS(5691), + [anon_sym_set] = ACTIONS(5693), + [anon_sym_STAR] = ACTIONS(3230), + [sym_label] = ACTIONS(3234), + [anon_sym_in] = ACTIONS(3230), + [anon_sym_DOT_DOT] = ACTIONS(3234), + [anon_sym_QMARK_COLON] = ACTIONS(3234), + [anon_sym_AMP_AMP] = ACTIONS(3234), + [anon_sym_PIPE_PIPE] = ACTIONS(3234), + [anon_sym_else] = ACTIONS(3230), + [anon_sym_COLON_COLON] = ACTIONS(3234), + [anon_sym_PLUS_EQ] = ACTIONS(3234), + [anon_sym_DASH_EQ] = ACTIONS(3234), + [anon_sym_STAR_EQ] = ACTIONS(3234), + [anon_sym_SLASH_EQ] = ACTIONS(3234), + [anon_sym_PERCENT_EQ] = ACTIONS(3234), + [anon_sym_BANG_EQ] = ACTIONS(3230), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3234), + [anon_sym_EQ_EQ] = ACTIONS(3230), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3234), + [anon_sym_LT_EQ] = ACTIONS(3234), + [anon_sym_GT_EQ] = ACTIONS(3234), + [anon_sym_BANGin] = ACTIONS(3234), + [anon_sym_is] = ACTIONS(3230), + [anon_sym_BANGis] = ACTIONS(3234), + [anon_sym_PLUS] = ACTIONS(3230), + [anon_sym_DASH] = ACTIONS(3230), + [anon_sym_SLASH] = ACTIONS(3230), + [anon_sym_PERCENT] = ACTIONS(3230), + [anon_sym_as_QMARK] = ACTIONS(3234), + [anon_sym_PLUS_PLUS] = ACTIONS(3234), + [anon_sym_DASH_DASH] = ACTIONS(3234), + [anon_sym_BANG_BANG] = ACTIONS(3234), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -206547,80 +207248,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1772), - [sym_safe_nav] = ACTIONS(1772), + [sym__backtick_identifier] = ACTIONS(3234), + [sym__automatic_semicolon] = ACTIONS(3234), + [sym_safe_nav] = ACTIONS(3234), [sym_multiline_comment] = ACTIONS(3), }, - [1550] = { - [sym_getter] = STATE(4680), - [sym_setter] = STATE(4680), - [sym_modifiers] = STATE(8708), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1770), + [1556] = { + [sym_type_constraints] = STATE(2072), + [sym_property_delegate] = STATE(2460), + [sym_getter] = STATE(5062), + [sym_setter] = STATE(5062), + [sym_modifiers] = STATE(8917), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1694), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1772), - [anon_sym_RBRACK] = ACTIONS(1772), - [anon_sym_as] = ACTIONS(1770), - [anon_sym_EQ] = ACTIONS(1770), - [anon_sym_LBRACE] = ACTIONS(1772), - [anon_sym_RBRACE] = ACTIONS(1772), - [anon_sym_LPAREN] = ACTIONS(1772), - [anon_sym_COMMA] = ACTIONS(1772), - [anon_sym_RPAREN] = ACTIONS(1772), - [anon_sym_LT] = ACTIONS(1770), - [anon_sym_GT] = ACTIONS(1770), - [anon_sym_where] = ACTIONS(1770), - [anon_sym_DOT] = ACTIONS(1770), - [anon_sym_SEMI] = ACTIONS(3484), - [anon_sym_get] = ACTIONS(5253), - [anon_sym_set] = ACTIONS(5255), - [anon_sym_STAR] = ACTIONS(1770), - [anon_sym_DASH_GT] = ACTIONS(1772), - [sym_label] = ACTIONS(1772), - [anon_sym_in] = ACTIONS(1770), - [anon_sym_while] = ACTIONS(1770), - [anon_sym_DOT_DOT] = ACTIONS(1772), - [anon_sym_QMARK_COLON] = ACTIONS(1772), - [anon_sym_AMP_AMP] = ACTIONS(1772), - [anon_sym_PIPE_PIPE] = ACTIONS(1772), - [anon_sym_else] = ACTIONS(1770), - [anon_sym_COLON_COLON] = ACTIONS(1772), - [anon_sym_PLUS_EQ] = ACTIONS(1772), - [anon_sym_DASH_EQ] = ACTIONS(1772), - [anon_sym_STAR_EQ] = ACTIONS(1772), - [anon_sym_SLASH_EQ] = ACTIONS(1772), - [anon_sym_PERCENT_EQ] = ACTIONS(1772), - [anon_sym_BANG_EQ] = ACTIONS(1770), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1772), - [anon_sym_EQ_EQ] = ACTIONS(1770), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1772), - [anon_sym_LT_EQ] = ACTIONS(1772), - [anon_sym_GT_EQ] = ACTIONS(1772), - [anon_sym_BANGin] = ACTIONS(1772), - [anon_sym_is] = ACTIONS(1770), - [anon_sym_BANGis] = ACTIONS(1772), - [anon_sym_PLUS] = ACTIONS(1770), - [anon_sym_DASH] = ACTIONS(1770), - [anon_sym_SLASH] = ACTIONS(1770), - [anon_sym_PERCENT] = ACTIONS(1770), - [anon_sym_as_QMARK] = ACTIONS(1772), - [anon_sym_PLUS_PLUS] = ACTIONS(1772), - [anon_sym_DASH_DASH] = ACTIONS(1772), - [anon_sym_BANG_BANG] = ACTIONS(1772), + [anon_sym_LBRACK] = ACTIONS(1696), + [anon_sym_as] = ACTIONS(1694), + [anon_sym_EQ] = ACTIONS(5699), + [anon_sym_LBRACE] = ACTIONS(1696), + [anon_sym_RBRACE] = ACTIONS(1696), + [anon_sym_LPAREN] = ACTIONS(1696), + [anon_sym_COMMA] = ACTIONS(1696), + [anon_sym_by] = ACTIONS(5665), + [anon_sym_LT] = ACTIONS(1694), + [anon_sym_GT] = ACTIONS(1694), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(1694), + [anon_sym_SEMI] = ACTIONS(3636), + [anon_sym_get] = ACTIONS(5669), + [anon_sym_set] = ACTIONS(5671), + [anon_sym_STAR] = ACTIONS(1694), + [sym_label] = ACTIONS(1696), + [anon_sym_in] = ACTIONS(1694), + [anon_sym_DOT_DOT] = ACTIONS(1696), + [anon_sym_QMARK_COLON] = ACTIONS(1696), + [anon_sym_AMP_AMP] = ACTIONS(1696), + [anon_sym_PIPE_PIPE] = ACTIONS(1696), + [anon_sym_else] = ACTIONS(1694), + [anon_sym_COLON_COLON] = ACTIONS(1696), + [anon_sym_PLUS_EQ] = ACTIONS(1696), + [anon_sym_DASH_EQ] = ACTIONS(1696), + [anon_sym_STAR_EQ] = ACTIONS(1696), + [anon_sym_SLASH_EQ] = ACTIONS(1696), + [anon_sym_PERCENT_EQ] = ACTIONS(1696), + [anon_sym_BANG_EQ] = ACTIONS(1694), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), + [anon_sym_EQ_EQ] = ACTIONS(1694), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), + [anon_sym_LT_EQ] = ACTIONS(1696), + [anon_sym_GT_EQ] = ACTIONS(1696), + [anon_sym_BANGin] = ACTIONS(1696), + [anon_sym_is] = ACTIONS(1694), + [anon_sym_BANGis] = ACTIONS(1696), + [anon_sym_PLUS] = ACTIONS(1694), + [anon_sym_DASH] = ACTIONS(1694), + [anon_sym_SLASH] = ACTIONS(1694), + [anon_sym_PERCENT] = ACTIONS(1694), + [anon_sym_as_QMARK] = ACTIONS(1696), + [anon_sym_PLUS_PLUS] = ACTIONS(1696), + [anon_sym_DASH_DASH] = ACTIONS(1696), + [anon_sym_BANG_BANG] = ACTIONS(1696), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -206644,80 +207345,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1772), - [sym_safe_nav] = ACTIONS(1772), + [sym__backtick_identifier] = ACTIONS(1696), + [sym__automatic_semicolon] = ACTIONS(1696), + [sym_safe_nav] = ACTIONS(1696), [sym_multiline_comment] = ACTIONS(3), }, - [1551] = { - [sym_type_constraints] = STATE(2416), - [sym_property_delegate] = STATE(2533), - [sym_getter] = STATE(3251), - [sym_setter] = STATE(3251), - [sym_modifiers] = STATE(8854), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3272), + [1557] = { + [sym_getter] = STATE(4659), + [sym_setter] = STATE(4659), + [sym_modifiers] = STATE(8670), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1752), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3274), - [anon_sym_as] = ACTIONS(3272), - [anon_sym_EQ] = ACTIONS(5663), - [anon_sym_LBRACE] = ACTIONS(3274), - [anon_sym_RBRACE] = ACTIONS(3274), - [anon_sym_LPAREN] = ACTIONS(3274), - [anon_sym_RPAREN] = ACTIONS(3274), - [anon_sym_by] = ACTIONS(5643), - [anon_sym_LT] = ACTIONS(3272), - [anon_sym_GT] = ACTIONS(3272), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(3272), - [anon_sym_SEMI] = ACTIONS(5665), - [anon_sym_get] = ACTIONS(5645), - [anon_sym_set] = ACTIONS(5647), - [anon_sym_STAR] = ACTIONS(3272), - [sym_label] = ACTIONS(3274), - [anon_sym_in] = ACTIONS(3272), - [anon_sym_while] = ACTIONS(3272), - [anon_sym_DOT_DOT] = ACTIONS(3274), - [anon_sym_QMARK_COLON] = ACTIONS(3274), - [anon_sym_AMP_AMP] = ACTIONS(3274), - [anon_sym_PIPE_PIPE] = ACTIONS(3274), - [anon_sym_else] = ACTIONS(3272), - [anon_sym_COLON_COLON] = ACTIONS(3274), - [anon_sym_PLUS_EQ] = ACTIONS(3274), - [anon_sym_DASH_EQ] = ACTIONS(3274), - [anon_sym_STAR_EQ] = ACTIONS(3274), - [anon_sym_SLASH_EQ] = ACTIONS(3274), - [anon_sym_PERCENT_EQ] = ACTIONS(3274), - [anon_sym_BANG_EQ] = ACTIONS(3272), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3274), - [anon_sym_EQ_EQ] = ACTIONS(3272), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3274), - [anon_sym_LT_EQ] = ACTIONS(3274), - [anon_sym_GT_EQ] = ACTIONS(3274), - [anon_sym_BANGin] = ACTIONS(3274), - [anon_sym_is] = ACTIONS(3272), - [anon_sym_BANGis] = ACTIONS(3274), - [anon_sym_PLUS] = ACTIONS(3272), - [anon_sym_DASH] = ACTIONS(3272), - [anon_sym_SLASH] = ACTIONS(3272), - [anon_sym_PERCENT] = ACTIONS(3272), - [anon_sym_as_QMARK] = ACTIONS(3274), - [anon_sym_PLUS_PLUS] = ACTIONS(3274), - [anon_sym_DASH_DASH] = ACTIONS(3274), - [anon_sym_BANG_BANG] = ACTIONS(3274), + [anon_sym_LBRACK] = ACTIONS(1754), + [anon_sym_RBRACK] = ACTIONS(1754), + [anon_sym_as] = ACTIONS(1752), + [anon_sym_EQ] = ACTIONS(1752), + [anon_sym_LBRACE] = ACTIONS(1754), + [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_LPAREN] = ACTIONS(1754), + [anon_sym_COMMA] = ACTIONS(1754), + [anon_sym_RPAREN] = ACTIONS(1754), + [anon_sym_LT] = ACTIONS(1752), + [anon_sym_GT] = ACTIONS(1752), + [anon_sym_where] = ACTIONS(1752), + [anon_sym_DOT] = ACTIONS(1752), + [anon_sym_SEMI] = ACTIONS(1754), + [anon_sym_get] = ACTIONS(5267), + [anon_sym_set] = ACTIONS(5269), + [anon_sym_STAR] = ACTIONS(1752), + [anon_sym_DASH_GT] = ACTIONS(1754), + [sym_label] = ACTIONS(1754), + [anon_sym_in] = ACTIONS(1752), + [anon_sym_while] = ACTIONS(1752), + [anon_sym_DOT_DOT] = ACTIONS(1754), + [anon_sym_QMARK_COLON] = ACTIONS(1754), + [anon_sym_AMP_AMP] = ACTIONS(1754), + [anon_sym_PIPE_PIPE] = ACTIONS(1754), + [anon_sym_else] = ACTIONS(1752), + [anon_sym_COLON_COLON] = ACTIONS(1754), + [anon_sym_PLUS_EQ] = ACTIONS(1754), + [anon_sym_DASH_EQ] = ACTIONS(1754), + [anon_sym_STAR_EQ] = ACTIONS(1754), + [anon_sym_SLASH_EQ] = ACTIONS(1754), + [anon_sym_PERCENT_EQ] = ACTIONS(1754), + [anon_sym_BANG_EQ] = ACTIONS(1752), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), + [anon_sym_EQ_EQ] = ACTIONS(1752), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), + [anon_sym_LT_EQ] = ACTIONS(1754), + [anon_sym_GT_EQ] = ACTIONS(1754), + [anon_sym_BANGin] = ACTIONS(1754), + [anon_sym_is] = ACTIONS(1752), + [anon_sym_BANGis] = ACTIONS(1754), + [anon_sym_PLUS] = ACTIONS(1752), + [anon_sym_DASH] = ACTIONS(1752), + [anon_sym_SLASH] = ACTIONS(1752), + [anon_sym_PERCENT] = ACTIONS(1752), + [anon_sym_as_QMARK] = ACTIONS(1754), + [anon_sym_PLUS_PLUS] = ACTIONS(1754), + [anon_sym_DASH_DASH] = ACTIONS(1754), + [anon_sym_BANG_BANG] = ACTIONS(1754), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -206741,149 +207443,148 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3274), - [sym_safe_nav] = ACTIONS(3274), + [sym__backtick_identifier] = ACTIONS(1754), + [sym_safe_nav] = ACTIONS(1754), [sym_multiline_comment] = ACTIONS(3), }, - [1552] = { - [sym_type_constraints] = STATE(2410), - [sym_property_delegate] = STATE(2536), - [sym_getter] = STATE(3232), - [sym_setter] = STATE(3232), - [sym_modifiers] = STATE(8854), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_EQ] = ACTIONS(5667), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_RPAREN] = ACTIONS(3256), - [anon_sym_by] = ACTIONS(5643), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(5669), - [anon_sym_get] = ACTIONS(5645), - [anon_sym_set] = ACTIONS(5647), - [anon_sym_STAR] = ACTIONS(3254), - [sym_label] = ACTIONS(3256), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_while] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_PLUS_EQ] = ACTIONS(3256), - [anon_sym_DASH_EQ] = ACTIONS(3256), - [anon_sym_STAR_EQ] = ACTIONS(3256), - [anon_sym_SLASH_EQ] = ACTIONS(3256), - [anon_sym_PERCENT_EQ] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3254), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG_BANG] = ACTIONS(3256), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [1558] = { + [sym_primary_constructor] = STATE(3539), + [sym__class_parameters] = STATE(3610), + [sym_type_constraints] = STATE(3656), + [sym_enum_class_body] = STATE(3752), + [sym_modifiers] = STATE(9241), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3212), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_COLON] = ACTIONS(5701), + [anon_sym_LBRACK] = ACTIONS(3216), + [anon_sym_as] = ACTIONS(3212), + [anon_sym_EQ] = ACTIONS(3212), + [anon_sym_constructor] = ACTIONS(5358), + [anon_sym_LBRACE] = ACTIONS(5415), + [anon_sym_RBRACE] = ACTIONS(3216), + [anon_sym_LPAREN] = ACTIONS(5362), + [anon_sym_LT] = ACTIONS(3212), + [anon_sym_GT] = ACTIONS(3212), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(3212), + [anon_sym_SEMI] = ACTIONS(3216), + [anon_sym_get] = ACTIONS(3212), + [anon_sym_set] = ACTIONS(3212), + [anon_sym_STAR] = ACTIONS(3212), + [sym_label] = ACTIONS(3216), + [anon_sym_in] = ACTIONS(3212), + [anon_sym_DOT_DOT] = ACTIONS(3216), + [anon_sym_QMARK_COLON] = ACTIONS(3216), + [anon_sym_AMP_AMP] = ACTIONS(3216), + [anon_sym_PIPE_PIPE] = ACTIONS(3216), + [anon_sym_else] = ACTIONS(3212), + [anon_sym_COLON_COLON] = ACTIONS(3216), + [anon_sym_PLUS_EQ] = ACTIONS(3216), + [anon_sym_DASH_EQ] = ACTIONS(3216), + [anon_sym_STAR_EQ] = ACTIONS(3216), + [anon_sym_SLASH_EQ] = ACTIONS(3216), + [anon_sym_PERCENT_EQ] = ACTIONS(3216), + [anon_sym_BANG_EQ] = ACTIONS(3212), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3216), + [anon_sym_EQ_EQ] = ACTIONS(3212), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3216), + [anon_sym_LT_EQ] = ACTIONS(3216), + [anon_sym_GT_EQ] = ACTIONS(3216), + [anon_sym_BANGin] = ACTIONS(3216), + [anon_sym_is] = ACTIONS(3212), + [anon_sym_BANGis] = ACTIONS(3216), + [anon_sym_PLUS] = ACTIONS(3212), + [anon_sym_DASH] = ACTIONS(3212), + [anon_sym_SLASH] = ACTIONS(3212), + [anon_sym_PERCENT] = ACTIONS(3212), + [anon_sym_as_QMARK] = ACTIONS(3216), + [anon_sym_PLUS_PLUS] = ACTIONS(3216), + [anon_sym_DASH_DASH] = ACTIONS(3216), + [anon_sym_BANG_BANG] = ACTIONS(3216), + [anon_sym_suspend] = ACTIONS(3120), + [anon_sym_sealed] = ACTIONS(3122), + [anon_sym_annotation] = ACTIONS(3122), + [anon_sym_data] = ACTIONS(3122), + [anon_sym_inner] = ACTIONS(3122), + [anon_sym_override] = ACTIONS(3124), + [anon_sym_lateinit] = ACTIONS(3124), + [anon_sym_public] = ACTIONS(3126), + [anon_sym_private] = ACTIONS(3126), + [anon_sym_internal] = ACTIONS(3126), + [anon_sym_protected] = ACTIONS(3126), + [anon_sym_tailrec] = ACTIONS(3120), + [anon_sym_operator] = ACTIONS(3120), + [anon_sym_infix] = ACTIONS(3120), + [anon_sym_inline] = ACTIONS(3120), + [anon_sym_external] = ACTIONS(3120), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3130), + [anon_sym_final] = ACTIONS(3130), + [anon_sym_open] = ACTIONS(3130), + [anon_sym_vararg] = ACTIONS(3132), + [anon_sym_noinline] = ACTIONS(3132), + [anon_sym_crossinline] = ACTIONS(3132), + [anon_sym_expect] = ACTIONS(3134), + [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), + [sym__backtick_identifier] = ACTIONS(3216), + [sym__automatic_semicolon] = ACTIONS(3216), + [sym_safe_nav] = ACTIONS(3216), [sym_multiline_comment] = ACTIONS(3), }, - [1553] = { - [sym_getter] = STATE(4668), - [sym_setter] = STATE(4668), - [sym_modifiers] = STATE(8708), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [1559] = { + [sym_type_constraints] = STATE(2079), + [sym_property_delegate] = STATE(2452), + [sym_getter] = STATE(5029), + [sym_setter] = STATE(5029), + [sym_modifiers] = STATE(8917), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1752), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1754), - [anon_sym_RBRACK] = ACTIONS(1754), [anon_sym_as] = ACTIONS(1752), - [anon_sym_EQ] = ACTIONS(1752), + [anon_sym_EQ] = ACTIONS(5703), [anon_sym_LBRACE] = ACTIONS(1754), [anon_sym_RBRACE] = ACTIONS(1754), [anon_sym_LPAREN] = ACTIONS(1754), [anon_sym_COMMA] = ACTIONS(1754), - [anon_sym_RPAREN] = ACTIONS(1754), + [anon_sym_by] = ACTIONS(5665), [anon_sym_LT] = ACTIONS(1752), [anon_sym_GT] = ACTIONS(1752), - [anon_sym_where] = ACTIONS(1752), + [anon_sym_where] = ACTIONS(5366), [anon_sym_DOT] = ACTIONS(1752), - [anon_sym_SEMI] = ACTIONS(1754), - [anon_sym_get] = ACTIONS(5253), - [anon_sym_set] = ACTIONS(5255), + [anon_sym_SEMI] = ACTIONS(3634), + [anon_sym_get] = ACTIONS(5669), + [anon_sym_set] = ACTIONS(5671), [anon_sym_STAR] = ACTIONS(1752), - [anon_sym_DASH_GT] = ACTIONS(1754), [sym_label] = ACTIONS(1754), [anon_sym_in] = ACTIONS(1752), - [anon_sym_while] = ACTIONS(1752), [anon_sym_DOT_DOT] = ACTIONS(1754), [anon_sym_QMARK_COLON] = ACTIONS(1754), [anon_sym_AMP_AMP] = ACTIONS(1754), @@ -206935,29 +207636,224 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1754), + [sym__automatic_semicolon] = ACTIONS(1754), [sym_safe_nav] = ACTIONS(1754), [sym_multiline_comment] = ACTIONS(3), }, - [1554] = { - [sym_getter] = STATE(4668), - [sym_setter] = STATE(4668), - [sym_modifiers] = STATE(8708), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [1560] = { + [sym__alpha_identifier] = ACTIONS(4142), + [anon_sym_AT] = ACTIONS(4145), + [anon_sym_LBRACK] = ACTIONS(4145), + [anon_sym_as] = ACTIONS(4150), + [anon_sym_LBRACE] = ACTIONS(4145), + [anon_sym_RBRACE] = ACTIONS(4148), + [anon_sym_LPAREN] = ACTIONS(4712), + [anon_sym_COMMA] = ACTIONS(4148), + [anon_sym_LT] = ACTIONS(4150), + [anon_sym_GT] = ACTIONS(4150), + [anon_sym_where] = ACTIONS(4150), + [anon_sym_object] = ACTIONS(4142), + [anon_sym_fun] = ACTIONS(4142), + [anon_sym_DOT] = ACTIONS(4150), + [anon_sym_SEMI] = ACTIONS(4148), + [anon_sym_get] = ACTIONS(4142), + [anon_sym_set] = ACTIONS(4142), + [anon_sym_this] = ACTIONS(4142), + [anon_sym_super] = ACTIONS(4142), + [anon_sym_STAR] = ACTIONS(4145), + [sym_label] = ACTIONS(4142), + [anon_sym_in] = ACTIONS(4150), + [anon_sym_DOT_DOT] = ACTIONS(4148), + [anon_sym_QMARK_COLON] = ACTIONS(4148), + [anon_sym_AMP_AMP] = ACTIONS(4148), + [anon_sym_PIPE_PIPE] = ACTIONS(4148), + [anon_sym_null] = ACTIONS(4142), + [anon_sym_if] = ACTIONS(4142), + [anon_sym_else] = ACTIONS(4150), + [anon_sym_when] = ACTIONS(4142), + [anon_sym_try] = ACTIONS(4142), + [anon_sym_throw] = ACTIONS(4142), + [anon_sym_return] = ACTIONS(4142), + [anon_sym_continue] = ACTIONS(4142), + [anon_sym_break] = ACTIONS(4142), + [anon_sym_COLON_COLON] = ACTIONS(4145), + [anon_sym_BANG_EQ] = ACTIONS(4150), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4148), + [anon_sym_EQ_EQ] = ACTIONS(4150), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4148), + [anon_sym_LT_EQ] = ACTIONS(4148), + [anon_sym_GT_EQ] = ACTIONS(4148), + [anon_sym_BANGin] = ACTIONS(4148), + [anon_sym_is] = ACTIONS(4150), + [anon_sym_BANGis] = ACTIONS(4148), + [anon_sym_PLUS] = ACTIONS(4142), + [anon_sym_DASH] = ACTIONS(4142), + [anon_sym_SLASH] = ACTIONS(4150), + [anon_sym_PERCENT] = ACTIONS(4148), + [anon_sym_as_QMARK] = ACTIONS(4148), + [anon_sym_PLUS_PLUS] = ACTIONS(4145), + [anon_sym_DASH_DASH] = ACTIONS(4145), + [anon_sym_BANG] = ACTIONS(4142), + [anon_sym_BANG_BANG] = ACTIONS(4148), + [anon_sym_suspend] = ACTIONS(4150), + [anon_sym_sealed] = ACTIONS(4150), + [anon_sym_annotation] = ACTIONS(4150), + [anon_sym_data] = ACTIONS(4142), + [anon_sym_inner] = ACTIONS(4142), + [anon_sym_override] = ACTIONS(4150), + [anon_sym_lateinit] = ACTIONS(4150), + [anon_sym_public] = ACTIONS(4150), + [anon_sym_private] = ACTIONS(4150), + [anon_sym_internal] = ACTIONS(4150), + [anon_sym_protected] = ACTIONS(4150), + [anon_sym_tailrec] = ACTIONS(4150), + [anon_sym_operator] = ACTIONS(4150), + [anon_sym_infix] = ACTIONS(4150), + [anon_sym_inline] = ACTIONS(4150), + [anon_sym_external] = ACTIONS(4150), + [sym_property_modifier] = ACTIONS(4150), + [anon_sym_abstract] = ACTIONS(4150), + [anon_sym_final] = ACTIONS(4150), + [anon_sym_open] = ACTIONS(4150), + [anon_sym_vararg] = ACTIONS(4150), + [anon_sym_noinline] = ACTIONS(4150), + [anon_sym_crossinline] = ACTIONS(4150), + [anon_sym_expect] = ACTIONS(4142), + [anon_sym_actual] = ACTIONS(4142), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4145), + [anon_sym_continue_AT] = ACTIONS(4145), + [anon_sym_break_AT] = ACTIONS(4145), + [sym_real_literal] = ACTIONS(4145), + [sym_integer_literal] = ACTIONS(4142), + [sym_hex_literal] = ACTIONS(4145), + [sym_bin_literal] = ACTIONS(4145), + [anon_sym_true] = ACTIONS(4142), + [anon_sym_false] = ACTIONS(4142), + [anon_sym_SQUOTE] = ACTIONS(4145), + [sym__backtick_identifier] = ACTIONS(4145), + [sym__automatic_semicolon] = ACTIONS(4148), + [sym_safe_nav] = ACTIONS(4148), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4145), + }, + [1561] = { + [sym__alpha_identifier] = ACTIONS(4285), + [anon_sym_AT] = ACTIONS(4288), + [anon_sym_LBRACK] = ACTIONS(4288), + [anon_sym_as] = ACTIONS(4293), + [anon_sym_LBRACE] = ACTIONS(4288), + [anon_sym_RBRACE] = ACTIONS(4291), + [anon_sym_LPAREN] = ACTIONS(4728), + [anon_sym_COMMA] = ACTIONS(4291), + [anon_sym_LT] = ACTIONS(4293), + [anon_sym_GT] = ACTIONS(4293), + [anon_sym_where] = ACTIONS(4293), + [anon_sym_object] = ACTIONS(4285), + [anon_sym_fun] = ACTIONS(4285), + [anon_sym_DOT] = ACTIONS(4293), + [anon_sym_SEMI] = ACTIONS(4291), + [anon_sym_get] = ACTIONS(4285), + [anon_sym_set] = ACTIONS(4285), + [anon_sym_this] = ACTIONS(4285), + [anon_sym_super] = ACTIONS(4285), + [anon_sym_STAR] = ACTIONS(4288), + [sym_label] = ACTIONS(4285), + [anon_sym_in] = ACTIONS(4293), + [anon_sym_DOT_DOT] = ACTIONS(4291), + [anon_sym_QMARK_COLON] = ACTIONS(4291), + [anon_sym_AMP_AMP] = ACTIONS(4291), + [anon_sym_PIPE_PIPE] = ACTIONS(4291), + [anon_sym_null] = ACTIONS(4285), + [anon_sym_if] = ACTIONS(4285), + [anon_sym_else] = ACTIONS(4293), + [anon_sym_when] = ACTIONS(4285), + [anon_sym_try] = ACTIONS(4285), + [anon_sym_throw] = ACTIONS(4285), + [anon_sym_return] = ACTIONS(4285), + [anon_sym_continue] = ACTIONS(4285), + [anon_sym_break] = ACTIONS(4285), + [anon_sym_COLON_COLON] = ACTIONS(4288), + [anon_sym_BANG_EQ] = ACTIONS(4293), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4291), + [anon_sym_EQ_EQ] = ACTIONS(4293), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4291), + [anon_sym_LT_EQ] = ACTIONS(4291), + [anon_sym_GT_EQ] = ACTIONS(4291), + [anon_sym_BANGin] = ACTIONS(4291), + [anon_sym_is] = ACTIONS(4293), + [anon_sym_BANGis] = ACTIONS(4291), + [anon_sym_PLUS] = ACTIONS(4285), + [anon_sym_DASH] = ACTIONS(4285), + [anon_sym_SLASH] = ACTIONS(4293), + [anon_sym_PERCENT] = ACTIONS(4291), + [anon_sym_as_QMARK] = ACTIONS(4291), + [anon_sym_PLUS_PLUS] = ACTIONS(4288), + [anon_sym_DASH_DASH] = ACTIONS(4288), + [anon_sym_BANG] = ACTIONS(4285), + [anon_sym_BANG_BANG] = ACTIONS(4291), + [anon_sym_suspend] = ACTIONS(4293), + [anon_sym_sealed] = ACTIONS(4293), + [anon_sym_annotation] = ACTIONS(4293), + [anon_sym_data] = ACTIONS(4285), + [anon_sym_inner] = ACTIONS(4285), + [anon_sym_override] = ACTIONS(4293), + [anon_sym_lateinit] = ACTIONS(4293), + [anon_sym_public] = ACTIONS(4293), + [anon_sym_private] = ACTIONS(4293), + [anon_sym_internal] = ACTIONS(4293), + [anon_sym_protected] = ACTIONS(4293), + [anon_sym_tailrec] = ACTIONS(4293), + [anon_sym_operator] = ACTIONS(4293), + [anon_sym_infix] = ACTIONS(4293), + [anon_sym_inline] = ACTIONS(4293), + [anon_sym_external] = ACTIONS(4293), + [sym_property_modifier] = ACTIONS(4293), + [anon_sym_abstract] = ACTIONS(4293), + [anon_sym_final] = ACTIONS(4293), + [anon_sym_open] = ACTIONS(4293), + [anon_sym_vararg] = ACTIONS(4293), + [anon_sym_noinline] = ACTIONS(4293), + [anon_sym_crossinline] = ACTIONS(4293), + [anon_sym_expect] = ACTIONS(4285), + [anon_sym_actual] = ACTIONS(4285), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4288), + [anon_sym_continue_AT] = ACTIONS(4288), + [anon_sym_break_AT] = ACTIONS(4288), + [sym_real_literal] = ACTIONS(4288), + [sym_integer_literal] = ACTIONS(4285), + [sym_hex_literal] = ACTIONS(4288), + [sym_bin_literal] = ACTIONS(4288), + [anon_sym_true] = ACTIONS(4285), + [anon_sym_false] = ACTIONS(4285), + [anon_sym_SQUOTE] = ACTIONS(4288), + [sym__backtick_identifier] = ACTIONS(4288), + [sym__automatic_semicolon] = ACTIONS(4291), + [sym_safe_nav] = ACTIONS(4291), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4288), + }, + [1562] = { + [sym_getter] = STATE(4659), + [sym_setter] = STATE(4659), + [sym_modifiers] = STATE(8670), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1752), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1754), @@ -206973,9 +207869,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT] = ACTIONS(1752), [anon_sym_where] = ACTIONS(1752), [anon_sym_DOT] = ACTIONS(1752), - [anon_sym_SEMI] = ACTIONS(3486), - [anon_sym_get] = ACTIONS(5253), - [anon_sym_set] = ACTIONS(5255), + [anon_sym_SEMI] = ACTIONS(3472), + [anon_sym_get] = ACTIONS(5267), + [anon_sym_set] = ACTIONS(5269), [anon_sym_STAR] = ACTIONS(1752), [anon_sym_DASH_GT] = ACTIONS(1754), [sym_label] = ACTIONS(1754), @@ -207032,80 +207928,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1754), [sym_safe_nav] = ACTIONS(1754), [sym_multiline_comment] = ACTIONS(3), }, - [1555] = { - [sym_getter] = STATE(4657), - [sym_setter] = STATE(4657), - [sym_modifiers] = STATE(8708), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1782), + [1563] = { + [sym_type_constraints] = STATE(2413), + [sym_property_delegate] = STATE(2528), + [sym_getter] = STATE(4567), + [sym_setter] = STATE(4567), + [sym_modifiers] = STATE(8915), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3230), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1784), - [anon_sym_RBRACK] = ACTIONS(1784), - [anon_sym_as] = ACTIONS(1782), - [anon_sym_EQ] = ACTIONS(1782), - [anon_sym_LBRACE] = ACTIONS(1784), - [anon_sym_RBRACE] = ACTIONS(1784), - [anon_sym_LPAREN] = ACTIONS(1784), - [anon_sym_COMMA] = ACTIONS(1784), - [anon_sym_RPAREN] = ACTIONS(1784), - [anon_sym_LT] = ACTIONS(1782), - [anon_sym_GT] = ACTIONS(1782), - [anon_sym_where] = ACTIONS(1782), - [anon_sym_DOT] = ACTIONS(1782), - [anon_sym_SEMI] = ACTIONS(1784), - [anon_sym_get] = ACTIONS(5253), - [anon_sym_set] = ACTIONS(5255), - [anon_sym_STAR] = ACTIONS(1782), - [anon_sym_DASH_GT] = ACTIONS(1784), - [sym_label] = ACTIONS(1784), - [anon_sym_in] = ACTIONS(1782), - [anon_sym_while] = ACTIONS(1782), - [anon_sym_DOT_DOT] = ACTIONS(1784), - [anon_sym_QMARK_COLON] = ACTIONS(1784), - [anon_sym_AMP_AMP] = ACTIONS(1784), - [anon_sym_PIPE_PIPE] = ACTIONS(1784), - [anon_sym_else] = ACTIONS(1782), - [anon_sym_COLON_COLON] = ACTIONS(1784), - [anon_sym_PLUS_EQ] = ACTIONS(1784), - [anon_sym_DASH_EQ] = ACTIONS(1784), - [anon_sym_STAR_EQ] = ACTIONS(1784), - [anon_sym_SLASH_EQ] = ACTIONS(1784), - [anon_sym_PERCENT_EQ] = ACTIONS(1784), - [anon_sym_BANG_EQ] = ACTIONS(1782), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1784), - [anon_sym_EQ_EQ] = ACTIONS(1782), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1784), - [anon_sym_LT_EQ] = ACTIONS(1784), - [anon_sym_GT_EQ] = ACTIONS(1784), - [anon_sym_BANGin] = ACTIONS(1784), - [anon_sym_is] = ACTIONS(1782), - [anon_sym_BANGis] = ACTIONS(1784), - [anon_sym_PLUS] = ACTIONS(1782), - [anon_sym_DASH] = ACTIONS(1782), - [anon_sym_SLASH] = ACTIONS(1782), - [anon_sym_PERCENT] = ACTIONS(1782), - [anon_sym_as_QMARK] = ACTIONS(1784), - [anon_sym_PLUS_PLUS] = ACTIONS(1784), - [anon_sym_DASH_DASH] = ACTIONS(1784), - [anon_sym_BANG_BANG] = ACTIONS(1784), + [anon_sym_LBRACK] = ACTIONS(3234), + [anon_sym_as] = ACTIONS(3230), + [anon_sym_EQ] = ACTIONS(5705), + [anon_sym_LBRACE] = ACTIONS(3234), + [anon_sym_RBRACE] = ACTIONS(3234), + [anon_sym_LPAREN] = ACTIONS(3234), + [anon_sym_RPAREN] = ACTIONS(3234), + [anon_sym_by] = ACTIONS(5707), + [anon_sym_LT] = ACTIONS(3230), + [anon_sym_GT] = ACTIONS(3230), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(3230), + [anon_sym_SEMI] = ACTIONS(5709), + [anon_sym_get] = ACTIONS(5711), + [anon_sym_set] = ACTIONS(5713), + [anon_sym_STAR] = ACTIONS(3230), + [sym_label] = ACTIONS(3234), + [anon_sym_in] = ACTIONS(3230), + [anon_sym_while] = ACTIONS(3230), + [anon_sym_DOT_DOT] = ACTIONS(3234), + [anon_sym_QMARK_COLON] = ACTIONS(3234), + [anon_sym_AMP_AMP] = ACTIONS(3234), + [anon_sym_PIPE_PIPE] = ACTIONS(3234), + [anon_sym_else] = ACTIONS(3230), + [anon_sym_COLON_COLON] = ACTIONS(3234), + [anon_sym_PLUS_EQ] = ACTIONS(3234), + [anon_sym_DASH_EQ] = ACTIONS(3234), + [anon_sym_STAR_EQ] = ACTIONS(3234), + [anon_sym_SLASH_EQ] = ACTIONS(3234), + [anon_sym_PERCENT_EQ] = ACTIONS(3234), + [anon_sym_BANG_EQ] = ACTIONS(3230), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3234), + [anon_sym_EQ_EQ] = ACTIONS(3230), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3234), + [anon_sym_LT_EQ] = ACTIONS(3234), + [anon_sym_GT_EQ] = ACTIONS(3234), + [anon_sym_BANGin] = ACTIONS(3234), + [anon_sym_is] = ACTIONS(3230), + [anon_sym_BANGis] = ACTIONS(3234), + [anon_sym_PLUS] = ACTIONS(3230), + [anon_sym_DASH] = ACTIONS(3230), + [anon_sym_SLASH] = ACTIONS(3230), + [anon_sym_PERCENT] = ACTIONS(3230), + [anon_sym_as_QMARK] = ACTIONS(3234), + [anon_sym_PLUS_PLUS] = ACTIONS(3234), + [anon_sym_DASH_DASH] = ACTIONS(3234), + [anon_sym_BANG_BANG] = ACTIONS(3234), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -207129,80 +208025,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1784), - [sym_safe_nav] = ACTIONS(1784), + [sym__backtick_identifier] = ACTIONS(3234), + [sym_safe_nav] = ACTIONS(3234), [sym_multiline_comment] = ACTIONS(3), }, - [1556] = { - [sym_getter] = STATE(4644), - [sym_setter] = STATE(4644), - [sym_modifiers] = STATE(8708), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3340), + [1564] = { + [sym_getter] = STATE(4602), + [sym_setter] = STATE(4602), + [sym_modifiers] = STATE(8670), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1764), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3342), - [anon_sym_RBRACK] = ACTIONS(3342), - [anon_sym_as] = ACTIONS(3340), - [anon_sym_EQ] = ACTIONS(3340), - [anon_sym_LBRACE] = ACTIONS(3342), - [anon_sym_RBRACE] = ACTIONS(3342), - [anon_sym_LPAREN] = ACTIONS(3342), - [anon_sym_COMMA] = ACTIONS(3342), - [anon_sym_RPAREN] = ACTIONS(3342), - [anon_sym_LT] = ACTIONS(3340), - [anon_sym_GT] = ACTIONS(3340), - [anon_sym_where] = ACTIONS(3340), - [anon_sym_DOT] = ACTIONS(3340), - [anon_sym_SEMI] = ACTIONS(3342), - [anon_sym_get] = ACTIONS(5253), - [anon_sym_set] = ACTIONS(5255), - [anon_sym_STAR] = ACTIONS(3340), - [anon_sym_DASH_GT] = ACTIONS(3342), - [sym_label] = ACTIONS(3342), - [anon_sym_in] = ACTIONS(3340), - [anon_sym_while] = ACTIONS(3340), - [anon_sym_DOT_DOT] = ACTIONS(3342), - [anon_sym_QMARK_COLON] = ACTIONS(3342), - [anon_sym_AMP_AMP] = ACTIONS(3342), - [anon_sym_PIPE_PIPE] = ACTIONS(3342), - [anon_sym_else] = ACTIONS(3340), - [anon_sym_COLON_COLON] = ACTIONS(3342), - [anon_sym_PLUS_EQ] = ACTIONS(3342), - [anon_sym_DASH_EQ] = ACTIONS(3342), - [anon_sym_STAR_EQ] = ACTIONS(3342), - [anon_sym_SLASH_EQ] = ACTIONS(3342), - [anon_sym_PERCENT_EQ] = ACTIONS(3342), - [anon_sym_BANG_EQ] = ACTIONS(3340), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3342), - [anon_sym_EQ_EQ] = ACTIONS(3340), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3342), - [anon_sym_LT_EQ] = ACTIONS(3342), - [anon_sym_GT_EQ] = ACTIONS(3342), - [anon_sym_BANGin] = ACTIONS(3342), - [anon_sym_is] = ACTIONS(3340), - [anon_sym_BANGis] = ACTIONS(3342), - [anon_sym_PLUS] = ACTIONS(3340), - [anon_sym_DASH] = ACTIONS(3340), - [anon_sym_SLASH] = ACTIONS(3340), - [anon_sym_PERCENT] = ACTIONS(3340), - [anon_sym_as_QMARK] = ACTIONS(3342), - [anon_sym_PLUS_PLUS] = ACTIONS(3342), - [anon_sym_DASH_DASH] = ACTIONS(3342), - [anon_sym_BANG_BANG] = ACTIONS(3342), + [anon_sym_LBRACK] = ACTIONS(1766), + [anon_sym_RBRACK] = ACTIONS(1766), + [anon_sym_as] = ACTIONS(1764), + [anon_sym_EQ] = ACTIONS(1764), + [anon_sym_LBRACE] = ACTIONS(1766), + [anon_sym_RBRACE] = ACTIONS(1766), + [anon_sym_LPAREN] = ACTIONS(1766), + [anon_sym_COMMA] = ACTIONS(1766), + [anon_sym_RPAREN] = ACTIONS(1766), + [anon_sym_LT] = ACTIONS(1764), + [anon_sym_GT] = ACTIONS(1764), + [anon_sym_where] = ACTIONS(1764), + [anon_sym_DOT] = ACTIONS(1764), + [anon_sym_SEMI] = ACTIONS(1766), + [anon_sym_get] = ACTIONS(5267), + [anon_sym_set] = ACTIONS(5269), + [anon_sym_STAR] = ACTIONS(1764), + [anon_sym_DASH_GT] = ACTIONS(1766), + [sym_label] = ACTIONS(1766), + [anon_sym_in] = ACTIONS(1764), + [anon_sym_while] = ACTIONS(1764), + [anon_sym_DOT_DOT] = ACTIONS(1766), + [anon_sym_QMARK_COLON] = ACTIONS(1766), + [anon_sym_AMP_AMP] = ACTIONS(1766), + [anon_sym_PIPE_PIPE] = ACTIONS(1766), + [anon_sym_else] = ACTIONS(1764), + [anon_sym_COLON_COLON] = ACTIONS(1766), + [anon_sym_PLUS_EQ] = ACTIONS(1766), + [anon_sym_DASH_EQ] = ACTIONS(1766), + [anon_sym_STAR_EQ] = ACTIONS(1766), + [anon_sym_SLASH_EQ] = ACTIONS(1766), + [anon_sym_PERCENT_EQ] = ACTIONS(1766), + [anon_sym_BANG_EQ] = ACTIONS(1764), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), + [anon_sym_EQ_EQ] = ACTIONS(1764), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1766), + [anon_sym_LT_EQ] = ACTIONS(1766), + [anon_sym_GT_EQ] = ACTIONS(1766), + [anon_sym_BANGin] = ACTIONS(1766), + [anon_sym_is] = ACTIONS(1764), + [anon_sym_BANGis] = ACTIONS(1766), + [anon_sym_PLUS] = ACTIONS(1764), + [anon_sym_DASH] = ACTIONS(1764), + [anon_sym_SLASH] = ACTIONS(1764), + [anon_sym_PERCENT] = ACTIONS(1764), + [anon_sym_as_QMARK] = ACTIONS(1766), + [anon_sym_PLUS_PLUS] = ACTIONS(1766), + [anon_sym_DASH_DASH] = ACTIONS(1766), + [anon_sym_BANG_BANG] = ACTIONS(1766), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -207226,80 +208122,176 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3342), - [sym_safe_nav] = ACTIONS(3342), + [sym__backtick_identifier] = ACTIONS(1766), + [sym_safe_nav] = ACTIONS(1766), [sym_multiline_comment] = ACTIONS(3), }, - [1557] = { - [sym_getter] = STATE(3232), - [sym_setter] = STATE(3232), - [sym_modifiers] = STATE(8655), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), + [1565] = { + [sym_primary_constructor] = STATE(5028), + [sym__class_parameters] = STATE(5169), + [sym_type_parameters] = STATE(2389), + [sym_type_constraints] = STATE(5244), + [sym_enum_class_body] = STATE(5304), + [sym_modifiers] = STATE(9298), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3136), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_COLON] = ACTIONS(5715), + [anon_sym_LBRACK] = ACTIONS(3140), + [anon_sym_constructor] = ACTIONS(5647), + [anon_sym_LBRACE] = ACTIONS(5649), + [anon_sym_RBRACE] = ACTIONS(3140), + [anon_sym_LPAREN] = ACTIONS(5651), + [anon_sym_LT] = ACTIONS(5653), + [anon_sym_where] = ACTIONS(5655), + [anon_sym_object] = ACTIONS(3136), + [anon_sym_fun] = ACTIONS(3136), + [anon_sym_get] = ACTIONS(3136), + [anon_sym_set] = ACTIONS(3136), + [anon_sym_this] = ACTIONS(3136), + [anon_sym_super] = ACTIONS(3136), + [anon_sym_STAR] = ACTIONS(3140), + [sym_label] = ACTIONS(3136), + [anon_sym_in] = ACTIONS(3136), + [anon_sym_null] = ACTIONS(3136), + [anon_sym_if] = ACTIONS(3136), + [anon_sym_else] = ACTIONS(3136), + [anon_sym_when] = ACTIONS(3136), + [anon_sym_try] = ACTIONS(3136), + [anon_sym_throw] = ACTIONS(3136), + [anon_sym_return] = ACTIONS(3136), + [anon_sym_continue] = ACTIONS(3136), + [anon_sym_break] = ACTIONS(3136), + [anon_sym_COLON_COLON] = ACTIONS(3140), + [anon_sym_BANGin] = ACTIONS(3140), + [anon_sym_is] = ACTIONS(3136), + [anon_sym_BANGis] = ACTIONS(3140), + [anon_sym_PLUS] = ACTIONS(3136), + [anon_sym_DASH] = ACTIONS(3136), + [anon_sym_PLUS_PLUS] = ACTIONS(3140), + [anon_sym_DASH_DASH] = ACTIONS(3140), + [anon_sym_BANG] = ACTIONS(3136), + [anon_sym_suspend] = ACTIONS(3120), + [anon_sym_sealed] = ACTIONS(3122), + [anon_sym_annotation] = ACTIONS(3122), + [anon_sym_data] = ACTIONS(3122), + [anon_sym_inner] = ACTIONS(3122), + [anon_sym_override] = ACTIONS(3124), + [anon_sym_lateinit] = ACTIONS(3124), + [anon_sym_public] = ACTIONS(3126), + [anon_sym_private] = ACTIONS(3126), + [anon_sym_internal] = ACTIONS(3126), + [anon_sym_protected] = ACTIONS(3126), + [anon_sym_tailrec] = ACTIONS(3120), + [anon_sym_operator] = ACTIONS(3120), + [anon_sym_infix] = ACTIONS(3120), + [anon_sym_inline] = ACTIONS(3120), + [anon_sym_external] = ACTIONS(3120), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3130), + [anon_sym_final] = ACTIONS(3130), + [anon_sym_open] = ACTIONS(3130), + [anon_sym_vararg] = ACTIONS(3132), + [anon_sym_noinline] = ACTIONS(3132), + [anon_sym_crossinline] = ACTIONS(3132), + [anon_sym_expect] = ACTIONS(3134), + [anon_sym_actual] = ACTIONS(3134), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3140), + [anon_sym_continue_AT] = ACTIONS(3140), + [anon_sym_break_AT] = ACTIONS(3140), + [sym_real_literal] = ACTIONS(3140), + [sym_integer_literal] = ACTIONS(3136), + [sym_hex_literal] = ACTIONS(3140), + [sym_bin_literal] = ACTIONS(3140), + [anon_sym_true] = ACTIONS(3136), + [anon_sym_false] = ACTIONS(3136), + [anon_sym_SQUOTE] = ACTIONS(3140), + [sym__backtick_identifier] = ACTIONS(3140), + [sym__automatic_semicolon] = ACTIONS(3140), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3140), + }, + [1566] = { + [sym_type_constraints] = STATE(1776), + [sym_property_delegate] = STATE(2431), + [sym_getter] = STATE(3702), + [sym_setter] = STATE(3702), + [sym_modifiers] = STATE(8752), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1752), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_RBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_EQ] = ACTIONS(3254), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_COMMA] = ACTIONS(3256), - [anon_sym_RPAREN] = ACTIONS(3256), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_where] = ACTIONS(3254), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(5299), - [anon_sym_get] = ACTIONS(5259), - [anon_sym_set] = ACTIONS(5261), - [anon_sym_STAR] = ACTIONS(3254), - [anon_sym_DASH_GT] = ACTIONS(3256), - [sym_label] = ACTIONS(3256), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_while] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_PLUS_EQ] = ACTIONS(3256), - [anon_sym_DASH_EQ] = ACTIONS(3256), - [anon_sym_STAR_EQ] = ACTIONS(3256), - [anon_sym_SLASH_EQ] = ACTIONS(3256), - [anon_sym_PERCENT_EQ] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3254), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG_BANG] = ACTIONS(3256), + [anon_sym_LBRACK] = ACTIONS(1754), + [anon_sym_as] = ACTIONS(1752), + [anon_sym_EQ] = ACTIONS(5717), + [anon_sym_LBRACE] = ACTIONS(1754), + [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_LPAREN] = ACTIONS(1754), + [anon_sym_COMMA] = ACTIONS(1754), + [anon_sym_by] = ACTIONS(5665), + [anon_sym_LT] = ACTIONS(1752), + [anon_sym_GT] = ACTIONS(1752), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(1752), + [anon_sym_SEMI] = ACTIONS(3632), + [anon_sym_get] = ACTIONS(5691), + [anon_sym_set] = ACTIONS(5693), + [anon_sym_STAR] = ACTIONS(1752), + [sym_label] = ACTIONS(1754), + [anon_sym_in] = ACTIONS(1752), + [anon_sym_DOT_DOT] = ACTIONS(1754), + [anon_sym_QMARK_COLON] = ACTIONS(1754), + [anon_sym_AMP_AMP] = ACTIONS(1754), + [anon_sym_PIPE_PIPE] = ACTIONS(1754), + [anon_sym_else] = ACTIONS(1752), + [anon_sym_COLON_COLON] = ACTIONS(1754), + [anon_sym_PLUS_EQ] = ACTIONS(1754), + [anon_sym_DASH_EQ] = ACTIONS(1754), + [anon_sym_STAR_EQ] = ACTIONS(1754), + [anon_sym_SLASH_EQ] = ACTIONS(1754), + [anon_sym_PERCENT_EQ] = ACTIONS(1754), + [anon_sym_BANG_EQ] = ACTIONS(1752), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), + [anon_sym_EQ_EQ] = ACTIONS(1752), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), + [anon_sym_LT_EQ] = ACTIONS(1754), + [anon_sym_GT_EQ] = ACTIONS(1754), + [anon_sym_BANGin] = ACTIONS(1754), + [anon_sym_is] = ACTIONS(1752), + [anon_sym_BANGis] = ACTIONS(1754), + [anon_sym_PLUS] = ACTIONS(1752), + [anon_sym_DASH] = ACTIONS(1752), + [anon_sym_SLASH] = ACTIONS(1752), + [anon_sym_PERCENT] = ACTIONS(1752), + [anon_sym_as_QMARK] = ACTIONS(1754), + [anon_sym_PLUS_PLUS] = ACTIONS(1754), + [anon_sym_DASH_DASH] = ACTIONS(1754), + [anon_sym_BANG_BANG] = ACTIONS(1754), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -207323,69 +208315,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), + [sym__backtick_identifier] = ACTIONS(1754), + [sym__automatic_semicolon] = ACTIONS(1754), + [sym_safe_nav] = ACTIONS(1754), [sym_multiline_comment] = ACTIONS(3), }, - [1558] = { - [sym_primary_constructor] = STATE(4972), - [sym_class_body] = STATE(5291), - [sym__class_parameters] = STATE(5149), - [sym_type_parameters] = STATE(2385), - [sym_type_constraints] = STATE(5253), - [sym_modifiers] = STATE(9141), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3102), + [1567] = { + [sym_primary_constructor] = STATE(4817), + [sym__class_parameters] = STATE(4841), + [sym_type_constraints] = STATE(4876), + [sym_enum_class_body] = STATE(4973), + [sym_modifiers] = STATE(9347), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3186), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(5671), - [anon_sym_LBRACK] = ACTIONS(3108), - [anon_sym_constructor] = ACTIONS(5673), - [anon_sym_LBRACE] = ACTIONS(5675), - [anon_sym_RBRACE] = ACTIONS(3108), - [anon_sym_LPAREN] = ACTIONS(5677), - [anon_sym_LT] = ACTIONS(5679), - [anon_sym_where] = ACTIONS(5681), - [anon_sym_object] = ACTIONS(3102), - [anon_sym_fun] = ACTIONS(3102), - [anon_sym_get] = ACTIONS(3102), - [anon_sym_set] = ACTIONS(3102), - [anon_sym_this] = ACTIONS(3102), - [anon_sym_super] = ACTIONS(3102), - [anon_sym_STAR] = ACTIONS(3108), - [sym_label] = ACTIONS(3102), - [anon_sym_in] = ACTIONS(3102), - [anon_sym_null] = ACTIONS(3102), - [anon_sym_if] = ACTIONS(3102), - [anon_sym_else] = ACTIONS(3102), - [anon_sym_when] = ACTIONS(3102), - [anon_sym_try] = ACTIONS(3102), - [anon_sym_throw] = ACTIONS(3102), - [anon_sym_return] = ACTIONS(3102), - [anon_sym_continue] = ACTIONS(3102), - [anon_sym_break] = ACTIONS(3102), - [anon_sym_COLON_COLON] = ACTIONS(3108), - [anon_sym_BANGin] = ACTIONS(3108), - [anon_sym_is] = ACTIONS(3102), - [anon_sym_BANGis] = ACTIONS(3108), - [anon_sym_PLUS] = ACTIONS(3102), - [anon_sym_DASH] = ACTIONS(3102), - [anon_sym_PLUS_PLUS] = ACTIONS(3108), - [anon_sym_DASH_DASH] = ACTIONS(3108), - [anon_sym_BANG] = ACTIONS(3102), + [anon_sym_COLON] = ACTIONS(5719), + [anon_sym_LBRACK] = ACTIONS(3190), + [anon_sym_as] = ACTIONS(3186), + [anon_sym_EQ] = ACTIONS(3186), + [anon_sym_constructor] = ACTIONS(5399), + [anon_sym_LBRACE] = ACTIONS(5411), + [anon_sym_RBRACE] = ACTIONS(3190), + [anon_sym_LPAREN] = ACTIONS(5403), + [anon_sym_LT] = ACTIONS(3186), + [anon_sym_GT] = ACTIONS(3186), + [anon_sym_where] = ACTIONS(5405), + [anon_sym_DOT] = ACTIONS(3186), + [anon_sym_SEMI] = ACTIONS(3190), + [anon_sym_get] = ACTIONS(3186), + [anon_sym_set] = ACTIONS(3186), + [anon_sym_STAR] = ACTIONS(3186), + [sym_label] = ACTIONS(3190), + [anon_sym_in] = ACTIONS(3186), + [anon_sym_DOT_DOT] = ACTIONS(3190), + [anon_sym_QMARK_COLON] = ACTIONS(3190), + [anon_sym_AMP_AMP] = ACTIONS(3190), + [anon_sym_PIPE_PIPE] = ACTIONS(3190), + [anon_sym_else] = ACTIONS(3186), + [anon_sym_COLON_COLON] = ACTIONS(3190), + [anon_sym_PLUS_EQ] = ACTIONS(3190), + [anon_sym_DASH_EQ] = ACTIONS(3190), + [anon_sym_STAR_EQ] = ACTIONS(3190), + [anon_sym_SLASH_EQ] = ACTIONS(3190), + [anon_sym_PERCENT_EQ] = ACTIONS(3190), + [anon_sym_BANG_EQ] = ACTIONS(3186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3190), + [anon_sym_EQ_EQ] = ACTIONS(3186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3190), + [anon_sym_LT_EQ] = ACTIONS(3190), + [anon_sym_GT_EQ] = ACTIONS(3190), + [anon_sym_BANGin] = ACTIONS(3190), + [anon_sym_is] = ACTIONS(3186), + [anon_sym_BANGis] = ACTIONS(3190), + [anon_sym_PLUS] = ACTIONS(3186), + [anon_sym_DASH] = ACTIONS(3186), + [anon_sym_SLASH] = ACTIONS(3186), + [anon_sym_PERCENT] = ACTIONS(3186), + [anon_sym_as_QMARK] = ACTIONS(3190), + [anon_sym_PLUS_PLUS] = ACTIONS(3190), + [anon_sym_DASH_DASH] = ACTIONS(3190), + [anon_sym_BANG_BANG] = ACTIONS(3190), [anon_sym_suspend] = ACTIONS(3120), [anon_sym_sealed] = ACTIONS(3122), [anon_sym_annotation] = ACTIONS(3122), @@ -207412,60 +208415,49 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3134), [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3108), - [anon_sym_continue_AT] = ACTIONS(3108), - [anon_sym_break_AT] = ACTIONS(3108), - [sym_real_literal] = ACTIONS(3108), - [sym_integer_literal] = ACTIONS(3102), - [sym_hex_literal] = ACTIONS(3108), - [sym_bin_literal] = ACTIONS(3108), - [anon_sym_true] = ACTIONS(3102), - [anon_sym_false] = ACTIONS(3102), - [anon_sym_SQUOTE] = ACTIONS(3108), - [sym__backtick_identifier] = ACTIONS(3108), - [sym__automatic_semicolon] = ACTIONS(3108), + [sym__backtick_identifier] = ACTIONS(3190), + [sym__automatic_semicolon] = ACTIONS(3190), + [sym_safe_nav] = ACTIONS(3190), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3108), }, - [1559] = { - [sym_getter] = STATE(3209), - [sym_setter] = STATE(3209), - [sym_modifiers] = STATE(8655), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [1568] = { + [sym_type_constraints] = STATE(1768), + [sym_property_delegate] = STATE(2439), + [sym_getter] = STATE(3715), + [sym_setter] = STATE(3715), + [sym_modifiers] = STATE(8752), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1694), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1696), - [anon_sym_RBRACK] = ACTIONS(1696), [anon_sym_as] = ACTIONS(1694), - [anon_sym_EQ] = ACTIONS(1694), + [anon_sym_EQ] = ACTIONS(5721), [anon_sym_LBRACE] = ACTIONS(1696), [anon_sym_RBRACE] = ACTIONS(1696), [anon_sym_LPAREN] = ACTIONS(1696), [anon_sym_COMMA] = ACTIONS(1696), - [anon_sym_RPAREN] = ACTIONS(1696), + [anon_sym_by] = ACTIONS(5665), [anon_sym_LT] = ACTIONS(1694), [anon_sym_GT] = ACTIONS(1694), - [anon_sym_where] = ACTIONS(1694), + [anon_sym_where] = ACTIONS(5366), [anon_sym_DOT] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(1696), - [anon_sym_get] = ACTIONS(5259), - [anon_sym_set] = ACTIONS(5261), + [anon_sym_SEMI] = ACTIONS(3618), + [anon_sym_get] = ACTIONS(5691), + [anon_sym_set] = ACTIONS(5693), [anon_sym_STAR] = ACTIONS(1694), - [anon_sym_DASH_GT] = ACTIONS(1696), [sym_label] = ACTIONS(1696), [anon_sym_in] = ACTIONS(1694), - [anon_sym_while] = ACTIONS(1694), [anon_sym_DOT_DOT] = ACTIONS(1696), [anon_sym_QMARK_COLON] = ACTIONS(1696), [anon_sym_AMP_AMP] = ACTIONS(1696), @@ -207517,79 +208509,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1696), + [sym__automatic_semicolon] = ACTIONS(1696), [sym_safe_nav] = ACTIONS(1696), [sym_multiline_comment] = ACTIONS(3), }, - [1560] = { - [sym_type_constraints] = STATE(2122), - [sym_property_delegate] = STATE(2476), - [sym_getter] = STATE(5040), - [sym_setter] = STATE(5040), - [sym_modifiers] = STATE(8718), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1694), + [1569] = { + [sym_type_constraints] = STATE(1766), + [sym_property_delegate] = STATE(2441), + [sym_getter] = STATE(3817), + [sym_setter] = STATE(3817), + [sym_modifiers] = STATE(8752), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1696), - [anon_sym_as] = ACTIONS(1694), - [anon_sym_EQ] = ACTIONS(5683), - [anon_sym_LBRACE] = ACTIONS(1696), - [anon_sym_RBRACE] = ACTIONS(1696), - [anon_sym_LPAREN] = ACTIONS(1696), - [anon_sym_COMMA] = ACTIONS(1696), - [anon_sym_by] = ACTIONS(5633), - [anon_sym_LT] = ACTIONS(1694), - [anon_sym_GT] = ACTIONS(1694), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(3642), - [anon_sym_get] = ACTIONS(5637), - [anon_sym_set] = ACTIONS(5639), - [anon_sym_STAR] = ACTIONS(1694), - [sym_label] = ACTIONS(1696), - [anon_sym_in] = ACTIONS(1694), - [anon_sym_DOT_DOT] = ACTIONS(1696), - [anon_sym_QMARK_COLON] = ACTIONS(1696), - [anon_sym_AMP_AMP] = ACTIONS(1696), - [anon_sym_PIPE_PIPE] = ACTIONS(1696), - [anon_sym_else] = ACTIONS(1694), - [anon_sym_COLON_COLON] = ACTIONS(1696), - [anon_sym_PLUS_EQ] = ACTIONS(1696), - [anon_sym_DASH_EQ] = ACTIONS(1696), - [anon_sym_STAR_EQ] = ACTIONS(1696), - [anon_sym_SLASH_EQ] = ACTIONS(1696), - [anon_sym_PERCENT_EQ] = ACTIONS(1696), - [anon_sym_BANG_EQ] = ACTIONS(1694), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), - [anon_sym_EQ_EQ] = ACTIONS(1694), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), - [anon_sym_LT_EQ] = ACTIONS(1696), - [anon_sym_GT_EQ] = ACTIONS(1696), - [anon_sym_BANGin] = ACTIONS(1696), - [anon_sym_is] = ACTIONS(1694), - [anon_sym_BANGis] = ACTIONS(1696), - [anon_sym_PLUS] = ACTIONS(1694), - [anon_sym_DASH] = ACTIONS(1694), - [anon_sym_SLASH] = ACTIONS(1694), - [anon_sym_PERCENT] = ACTIONS(1694), - [anon_sym_as_QMARK] = ACTIONS(1696), - [anon_sym_PLUS_PLUS] = ACTIONS(1696), - [anon_sym_DASH_DASH] = ACTIONS(1696), - [anon_sym_BANG_BANG] = ACTIONS(1696), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_EQ] = ACTIONS(5723), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_COMMA] = ACTIONS(1786), + [anon_sym_by] = ACTIONS(5665), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(3578), + [anon_sym_get] = ACTIONS(5691), + [anon_sym_set] = ACTIONS(5693), + [anon_sym_STAR] = ACTIONS(1784), + [sym_label] = ACTIONS(1786), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_PLUS_EQ] = ACTIONS(1786), + [anon_sym_DASH_EQ] = ACTIONS(1786), + [anon_sym_STAR_EQ] = ACTIONS(1786), + [anon_sym_SLASH_EQ] = ACTIONS(1786), + [anon_sym_PERCENT_EQ] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1784), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG_BANG] = ACTIONS(1786), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -207613,469 +208606,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1696), - [sym__automatic_semicolon] = ACTIONS(1696), - [sym_safe_nav] = ACTIONS(1696), - [sym_multiline_comment] = ACTIONS(3), - }, - [1561] = { - [sym_primary_constructor] = STATE(4784), - [sym__class_parameters] = STATE(4877), - [sym_type_constraints] = STATE(4828), - [sym_enum_class_body] = STATE(5031), - [sym_modifiers] = STATE(9180), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3204), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(5685), - [anon_sym_LBRACK] = ACTIONS(3208), - [anon_sym_as] = ACTIONS(3204), - [anon_sym_EQ] = ACTIONS(3204), - [anon_sym_constructor] = ACTIONS(5334), - [anon_sym_LBRACE] = ACTIONS(5336), - [anon_sym_RBRACE] = ACTIONS(3208), - [anon_sym_LPAREN] = ACTIONS(5338), - [anon_sym_LT] = ACTIONS(3204), - [anon_sym_GT] = ACTIONS(3204), - [anon_sym_where] = ACTIONS(5342), - [anon_sym_DOT] = ACTIONS(3204), - [anon_sym_SEMI] = ACTIONS(3208), - [anon_sym_get] = ACTIONS(3204), - [anon_sym_set] = ACTIONS(3204), - [anon_sym_STAR] = ACTIONS(3204), - [sym_label] = ACTIONS(3208), - [anon_sym_in] = ACTIONS(3204), - [anon_sym_DOT_DOT] = ACTIONS(3208), - [anon_sym_QMARK_COLON] = ACTIONS(3208), - [anon_sym_AMP_AMP] = ACTIONS(3208), - [anon_sym_PIPE_PIPE] = ACTIONS(3208), - [anon_sym_else] = ACTIONS(3204), - [anon_sym_COLON_COLON] = ACTIONS(3208), - [anon_sym_PLUS_EQ] = ACTIONS(3208), - [anon_sym_DASH_EQ] = ACTIONS(3208), - [anon_sym_STAR_EQ] = ACTIONS(3208), - [anon_sym_SLASH_EQ] = ACTIONS(3208), - [anon_sym_PERCENT_EQ] = ACTIONS(3208), - [anon_sym_BANG_EQ] = ACTIONS(3204), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3208), - [anon_sym_EQ_EQ] = ACTIONS(3204), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3208), - [anon_sym_LT_EQ] = ACTIONS(3208), - [anon_sym_GT_EQ] = ACTIONS(3208), - [anon_sym_BANGin] = ACTIONS(3208), - [anon_sym_is] = ACTIONS(3204), - [anon_sym_BANGis] = ACTIONS(3208), - [anon_sym_PLUS] = ACTIONS(3204), - [anon_sym_DASH] = ACTIONS(3204), - [anon_sym_SLASH] = ACTIONS(3204), - [anon_sym_PERCENT] = ACTIONS(3204), - [anon_sym_as_QMARK] = ACTIONS(3208), - [anon_sym_PLUS_PLUS] = ACTIONS(3208), - [anon_sym_DASH_DASH] = ACTIONS(3208), - [anon_sym_BANG_BANG] = ACTIONS(3208), - [anon_sym_suspend] = ACTIONS(3120), - [anon_sym_sealed] = ACTIONS(3122), - [anon_sym_annotation] = ACTIONS(3122), - [anon_sym_data] = ACTIONS(3122), - [anon_sym_inner] = ACTIONS(3122), - [anon_sym_override] = ACTIONS(3124), - [anon_sym_lateinit] = ACTIONS(3124), - [anon_sym_public] = ACTIONS(3126), - [anon_sym_private] = ACTIONS(3126), - [anon_sym_internal] = ACTIONS(3126), - [anon_sym_protected] = ACTIONS(3126), - [anon_sym_tailrec] = ACTIONS(3120), - [anon_sym_operator] = ACTIONS(3120), - [anon_sym_infix] = ACTIONS(3120), - [anon_sym_inline] = ACTIONS(3120), - [anon_sym_external] = ACTIONS(3120), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(3130), - [anon_sym_final] = ACTIONS(3130), - [anon_sym_open] = ACTIONS(3130), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3134), - [anon_sym_actual] = ACTIONS(3134), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3208), - [sym__automatic_semicolon] = ACTIONS(3208), - [sym_safe_nav] = ACTIONS(3208), + [sym__backtick_identifier] = ACTIONS(1786), + [sym__automatic_semicolon] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), [sym_multiline_comment] = ACTIONS(3), }, - [1562] = { - [sym_type_constraints] = STATE(2394), - [sym_property_delegate] = STATE(2516), - [sym_getter] = STATE(3176), - [sym_setter] = STATE(3176), - [sym_modifiers] = STATE(8854), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1764), + [1570] = { + [sym_type_constraints] = STATE(2425), + [sym_property_delegate] = STATE(2526), + [sym_getter] = STATE(4607), + [sym_setter] = STATE(4607), + [sym_modifiers] = STATE(8915), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1766), - [anon_sym_as] = ACTIONS(1764), - [anon_sym_EQ] = ACTIONS(5687), - [anon_sym_LBRACE] = ACTIONS(1766), - [anon_sym_RBRACE] = ACTIONS(1766), - [anon_sym_LPAREN] = ACTIONS(1766), - [anon_sym_RPAREN] = ACTIONS(1766), - [anon_sym_by] = ACTIONS(5643), - [anon_sym_LT] = ACTIONS(1764), - [anon_sym_GT] = ACTIONS(1764), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(1764), - [anon_sym_SEMI] = ACTIONS(3648), - [anon_sym_get] = ACTIONS(5645), - [anon_sym_set] = ACTIONS(5647), - [anon_sym_STAR] = ACTIONS(1764), - [sym_label] = ACTIONS(1766), - [anon_sym_in] = ACTIONS(1764), - [anon_sym_while] = ACTIONS(1764), - [anon_sym_DOT_DOT] = ACTIONS(1766), - [anon_sym_QMARK_COLON] = ACTIONS(1766), - [anon_sym_AMP_AMP] = ACTIONS(1766), - [anon_sym_PIPE_PIPE] = ACTIONS(1766), - [anon_sym_else] = ACTIONS(1764), - [anon_sym_COLON_COLON] = ACTIONS(1766), - [anon_sym_PLUS_EQ] = ACTIONS(1766), - [anon_sym_DASH_EQ] = ACTIONS(1766), - [anon_sym_STAR_EQ] = ACTIONS(1766), - [anon_sym_SLASH_EQ] = ACTIONS(1766), - [anon_sym_PERCENT_EQ] = ACTIONS(1766), - [anon_sym_BANG_EQ] = ACTIONS(1764), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), - [anon_sym_EQ_EQ] = ACTIONS(1764), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1766), - [anon_sym_LT_EQ] = ACTIONS(1766), - [anon_sym_GT_EQ] = ACTIONS(1766), - [anon_sym_BANGin] = ACTIONS(1766), - [anon_sym_is] = ACTIONS(1764), - [anon_sym_BANGis] = ACTIONS(1766), - [anon_sym_PLUS] = ACTIONS(1764), - [anon_sym_DASH] = ACTIONS(1764), - [anon_sym_SLASH] = ACTIONS(1764), - [anon_sym_PERCENT] = ACTIONS(1764), - [anon_sym_as_QMARK] = ACTIONS(1766), - [anon_sym_PLUS_PLUS] = ACTIONS(1766), - [anon_sym_DASH_DASH] = ACTIONS(1766), - [anon_sym_BANG_BANG] = ACTIONS(1766), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1766), - [sym_safe_nav] = ACTIONS(1766), - [sym_multiline_comment] = ACTIONS(3), - }, - [1563] = { - [sym_type_constraints] = STATE(2420), - [sym_property_delegate] = STATE(2518), - [sym_getter] = STATE(4630), - [sym_setter] = STATE(4630), - [sym_modifiers] = STATE(8861), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3272), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3274), - [anon_sym_as] = ACTIONS(3272), - [anon_sym_EQ] = ACTIONS(5689), - [anon_sym_LBRACE] = ACTIONS(3274), - [anon_sym_RBRACE] = ACTIONS(3274), - [anon_sym_LPAREN] = ACTIONS(3274), - [anon_sym_RPAREN] = ACTIONS(3274), - [anon_sym_by] = ACTIONS(5643), - [anon_sym_LT] = ACTIONS(3272), - [anon_sym_GT] = ACTIONS(3272), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(3272), - [anon_sym_SEMI] = ACTIONS(5691), - [anon_sym_get] = ACTIONS(5693), - [anon_sym_set] = ACTIONS(5695), - [anon_sym_STAR] = ACTIONS(3272), - [sym_label] = ACTIONS(3274), - [anon_sym_in] = ACTIONS(3272), - [anon_sym_while] = ACTIONS(3272), - [anon_sym_DOT_DOT] = ACTIONS(3274), - [anon_sym_QMARK_COLON] = ACTIONS(3274), - [anon_sym_AMP_AMP] = ACTIONS(3274), - [anon_sym_PIPE_PIPE] = ACTIONS(3274), - [anon_sym_else] = ACTIONS(3272), - [anon_sym_COLON_COLON] = ACTIONS(3274), - [anon_sym_PLUS_EQ] = ACTIONS(3274), - [anon_sym_DASH_EQ] = ACTIONS(3274), - [anon_sym_STAR_EQ] = ACTIONS(3274), - [anon_sym_SLASH_EQ] = ACTIONS(3274), - [anon_sym_PERCENT_EQ] = ACTIONS(3274), - [anon_sym_BANG_EQ] = ACTIONS(3272), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3274), - [anon_sym_EQ_EQ] = ACTIONS(3272), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3274), - [anon_sym_LT_EQ] = ACTIONS(3274), - [anon_sym_GT_EQ] = ACTIONS(3274), - [anon_sym_BANGin] = ACTIONS(3274), - [anon_sym_is] = ACTIONS(3272), - [anon_sym_BANGis] = ACTIONS(3274), - [anon_sym_PLUS] = ACTIONS(3272), - [anon_sym_DASH] = ACTIONS(3272), - [anon_sym_SLASH] = ACTIONS(3272), - [anon_sym_PERCENT] = ACTIONS(3272), - [anon_sym_as_QMARK] = ACTIONS(3274), - [anon_sym_PLUS_PLUS] = ACTIONS(3274), - [anon_sym_DASH_DASH] = ACTIONS(3274), - [anon_sym_BANG_BANG] = ACTIONS(3274), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3274), - [sym_safe_nav] = ACTIONS(3274), - [sym_multiline_comment] = ACTIONS(3), - }, - [1564] = { - [sym_getter] = STATE(3209), - [sym_setter] = STATE(3209), - [sym_modifiers] = STATE(8655), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1694), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1696), - [anon_sym_RBRACK] = ACTIONS(1696), - [anon_sym_as] = ACTIONS(1694), - [anon_sym_EQ] = ACTIONS(1694), - [anon_sym_LBRACE] = ACTIONS(1696), - [anon_sym_RBRACE] = ACTIONS(1696), - [anon_sym_LPAREN] = ACTIONS(1696), - [anon_sym_COMMA] = ACTIONS(1696), - [anon_sym_RPAREN] = ACTIONS(1696), - [anon_sym_LT] = ACTIONS(1694), - [anon_sym_GT] = ACTIONS(1694), - [anon_sym_where] = ACTIONS(1694), - [anon_sym_DOT] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(3470), - [anon_sym_get] = ACTIONS(5259), - [anon_sym_set] = ACTIONS(5261), - [anon_sym_STAR] = ACTIONS(1694), - [anon_sym_DASH_GT] = ACTIONS(1696), - [sym_label] = ACTIONS(1696), - [anon_sym_in] = ACTIONS(1694), - [anon_sym_while] = ACTIONS(1694), - [anon_sym_DOT_DOT] = ACTIONS(1696), - [anon_sym_QMARK_COLON] = ACTIONS(1696), - [anon_sym_AMP_AMP] = ACTIONS(1696), - [anon_sym_PIPE_PIPE] = ACTIONS(1696), - [anon_sym_else] = ACTIONS(1694), - [anon_sym_COLON_COLON] = ACTIONS(1696), - [anon_sym_PLUS_EQ] = ACTIONS(1696), - [anon_sym_DASH_EQ] = ACTIONS(1696), - [anon_sym_STAR_EQ] = ACTIONS(1696), - [anon_sym_SLASH_EQ] = ACTIONS(1696), - [anon_sym_PERCENT_EQ] = ACTIONS(1696), - [anon_sym_BANG_EQ] = ACTIONS(1694), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), - [anon_sym_EQ_EQ] = ACTIONS(1694), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), - [anon_sym_LT_EQ] = ACTIONS(1696), - [anon_sym_GT_EQ] = ACTIONS(1696), - [anon_sym_BANGin] = ACTIONS(1696), - [anon_sym_is] = ACTIONS(1694), - [anon_sym_BANGis] = ACTIONS(1696), - [anon_sym_PLUS] = ACTIONS(1694), - [anon_sym_DASH] = ACTIONS(1694), - [anon_sym_SLASH] = ACTIONS(1694), - [anon_sym_PERCENT] = ACTIONS(1694), - [anon_sym_as_QMARK] = ACTIONS(1696), - [anon_sym_PLUS_PLUS] = ACTIONS(1696), - [anon_sym_DASH_DASH] = ACTIONS(1696), - [anon_sym_BANG_BANG] = ACTIONS(1696), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1696), - [sym_safe_nav] = ACTIONS(1696), - [sym_multiline_comment] = ACTIONS(3), - }, - [1565] = { - [sym_getter] = STATE(3176), - [sym_setter] = STATE(3176), - [sym_modifiers] = STATE(8655), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1764), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1766), - [anon_sym_RBRACK] = ACTIONS(1766), - [anon_sym_as] = ACTIONS(1764), - [anon_sym_EQ] = ACTIONS(1764), - [anon_sym_LBRACE] = ACTIONS(1766), - [anon_sym_RBRACE] = ACTIONS(1766), - [anon_sym_LPAREN] = ACTIONS(1766), - [anon_sym_COMMA] = ACTIONS(1766), - [anon_sym_RPAREN] = ACTIONS(1766), - [anon_sym_LT] = ACTIONS(1764), - [anon_sym_GT] = ACTIONS(1764), - [anon_sym_where] = ACTIONS(1764), - [anon_sym_DOT] = ACTIONS(1764), - [anon_sym_SEMI] = ACTIONS(1766), - [anon_sym_get] = ACTIONS(5259), - [anon_sym_set] = ACTIONS(5261), - [anon_sym_STAR] = ACTIONS(1764), - [anon_sym_DASH_GT] = ACTIONS(1766), - [sym_label] = ACTIONS(1766), - [anon_sym_in] = ACTIONS(1764), - [anon_sym_while] = ACTIONS(1764), - [anon_sym_DOT_DOT] = ACTIONS(1766), - [anon_sym_QMARK_COLON] = ACTIONS(1766), - [anon_sym_AMP_AMP] = ACTIONS(1766), - [anon_sym_PIPE_PIPE] = ACTIONS(1766), - [anon_sym_else] = ACTIONS(1764), - [anon_sym_COLON_COLON] = ACTIONS(1766), - [anon_sym_PLUS_EQ] = ACTIONS(1766), - [anon_sym_DASH_EQ] = ACTIONS(1766), - [anon_sym_STAR_EQ] = ACTIONS(1766), - [anon_sym_SLASH_EQ] = ACTIONS(1766), - [anon_sym_PERCENT_EQ] = ACTIONS(1766), - [anon_sym_BANG_EQ] = ACTIONS(1764), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), - [anon_sym_EQ_EQ] = ACTIONS(1764), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1766), - [anon_sym_LT_EQ] = ACTIONS(1766), - [anon_sym_GT_EQ] = ACTIONS(1766), - [anon_sym_BANGin] = ACTIONS(1766), - [anon_sym_is] = ACTIONS(1764), - [anon_sym_BANGis] = ACTIONS(1766), - [anon_sym_PLUS] = ACTIONS(1764), - [anon_sym_DASH] = ACTIONS(1764), - [anon_sym_SLASH] = ACTIONS(1764), - [anon_sym_PERCENT] = ACTIONS(1764), - [anon_sym_as_QMARK] = ACTIONS(1766), - [anon_sym_PLUS_PLUS] = ACTIONS(1766), - [anon_sym_DASH_DASH] = ACTIONS(1766), - [anon_sym_BANG_BANG] = ACTIONS(1766), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_EQ] = ACTIONS(5725), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_RPAREN] = ACTIONS(3280), + [anon_sym_by] = ACTIONS(5707), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(5727), + [anon_sym_get] = ACTIONS(5711), + [anon_sym_set] = ACTIONS(5713), + [anon_sym_STAR] = ACTIONS(3278), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_while] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_PLUS_EQ] = ACTIONS(3280), + [anon_sym_DASH_EQ] = ACTIONS(3280), + [anon_sym_STAR_EQ] = ACTIONS(3280), + [anon_sym_SLASH_EQ] = ACTIONS(3280), + [anon_sym_PERCENT_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3278), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3280), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -208099,79 +208704,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1766), - [sym_safe_nav] = ACTIONS(1766), + [sym__backtick_identifier] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), [sym_multiline_comment] = ACTIONS(3), }, - [1566] = { - [sym_type_constraints] = STATE(2126), - [sym_property_delegate] = STATE(2425), - [sym_getter] = STATE(4943), - [sym_setter] = STATE(4943), - [sym_modifiers] = STATE(8718), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3272), + [1571] = { + [sym_type_constraints] = STATE(2416), + [sym_property_delegate] = STATE(2524), + [sym_getter] = STATE(4641), + [sym_setter] = STATE(4641), + [sym_modifiers] = STATE(8915), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3274), - [anon_sym_as] = ACTIONS(3272), - [anon_sym_EQ] = ACTIONS(5697), - [anon_sym_LBRACE] = ACTIONS(3274), - [anon_sym_RBRACE] = ACTIONS(3274), - [anon_sym_LPAREN] = ACTIONS(3274), - [anon_sym_COMMA] = ACTIONS(3274), - [anon_sym_by] = ACTIONS(5633), - [anon_sym_LT] = ACTIONS(3272), - [anon_sym_GT] = ACTIONS(3272), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(3272), - [anon_sym_SEMI] = ACTIONS(5699), - [anon_sym_get] = ACTIONS(5637), - [anon_sym_set] = ACTIONS(5639), - [anon_sym_STAR] = ACTIONS(3272), - [sym_label] = ACTIONS(3274), - [anon_sym_in] = ACTIONS(3272), - [anon_sym_DOT_DOT] = ACTIONS(3274), - [anon_sym_QMARK_COLON] = ACTIONS(3274), - [anon_sym_AMP_AMP] = ACTIONS(3274), - [anon_sym_PIPE_PIPE] = ACTIONS(3274), - [anon_sym_else] = ACTIONS(3272), - [anon_sym_COLON_COLON] = ACTIONS(3274), - [anon_sym_PLUS_EQ] = ACTIONS(3274), - [anon_sym_DASH_EQ] = ACTIONS(3274), - [anon_sym_STAR_EQ] = ACTIONS(3274), - [anon_sym_SLASH_EQ] = ACTIONS(3274), - [anon_sym_PERCENT_EQ] = ACTIONS(3274), - [anon_sym_BANG_EQ] = ACTIONS(3272), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3274), - [anon_sym_EQ_EQ] = ACTIONS(3272), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3274), - [anon_sym_LT_EQ] = ACTIONS(3274), - [anon_sym_GT_EQ] = ACTIONS(3274), - [anon_sym_BANGin] = ACTIONS(3274), - [anon_sym_is] = ACTIONS(3272), - [anon_sym_BANGis] = ACTIONS(3274), - [anon_sym_PLUS] = ACTIONS(3272), - [anon_sym_DASH] = ACTIONS(3272), - [anon_sym_SLASH] = ACTIONS(3272), - [anon_sym_PERCENT] = ACTIONS(3272), - [anon_sym_as_QMARK] = ACTIONS(3274), - [anon_sym_PLUS_PLUS] = ACTIONS(3274), - [anon_sym_DASH_DASH] = ACTIONS(3274), - [anon_sym_BANG_BANG] = ACTIONS(3274), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_EQ] = ACTIONS(5729), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_RPAREN] = ACTIONS(1786), + [anon_sym_by] = ACTIONS(5707), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(3698), + [anon_sym_get] = ACTIONS(5711), + [anon_sym_set] = ACTIONS(5713), + [anon_sym_STAR] = ACTIONS(1784), + [sym_label] = ACTIONS(1786), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_while] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_PLUS_EQ] = ACTIONS(1786), + [anon_sym_DASH_EQ] = ACTIONS(1786), + [anon_sym_STAR_EQ] = ACTIONS(1786), + [anon_sym_SLASH_EQ] = ACTIONS(1786), + [anon_sym_PERCENT_EQ] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1784), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG_BANG] = ACTIONS(1786), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -208195,127 +208801,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3274), - [sym__automatic_semicolon] = ACTIONS(3274), - [sym_safe_nav] = ACTIONS(3274), - [sym_multiline_comment] = ACTIONS(3), - }, - [1567] = { - [sym_primary_constructor] = STATE(4930), - [sym__class_parameters] = STATE(5149), - [sym_type_parameters] = STATE(2387), - [sym_type_constraints] = STATE(5238), - [sym_enum_class_body] = STATE(5370), - [sym_modifiers] = STATE(9141), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3136), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(5701), - [anon_sym_LBRACK] = ACTIONS(3140), - [anon_sym_constructor] = ACTIONS(5673), - [anon_sym_LBRACE] = ACTIONS(5703), - [anon_sym_RBRACE] = ACTIONS(3140), - [anon_sym_LPAREN] = ACTIONS(5677), - [anon_sym_LT] = ACTIONS(5679), - [anon_sym_where] = ACTIONS(5681), - [anon_sym_object] = ACTIONS(3136), - [anon_sym_fun] = ACTIONS(3136), - [anon_sym_get] = ACTIONS(3136), - [anon_sym_set] = ACTIONS(3136), - [anon_sym_this] = ACTIONS(3136), - [anon_sym_super] = ACTIONS(3136), - [anon_sym_STAR] = ACTIONS(3140), - [sym_label] = ACTIONS(3136), - [anon_sym_in] = ACTIONS(3136), - [anon_sym_null] = ACTIONS(3136), - [anon_sym_if] = ACTIONS(3136), - [anon_sym_else] = ACTIONS(3136), - [anon_sym_when] = ACTIONS(3136), - [anon_sym_try] = ACTIONS(3136), - [anon_sym_throw] = ACTIONS(3136), - [anon_sym_return] = ACTIONS(3136), - [anon_sym_continue] = ACTIONS(3136), - [anon_sym_break] = ACTIONS(3136), - [anon_sym_COLON_COLON] = ACTIONS(3140), - [anon_sym_BANGin] = ACTIONS(3140), - [anon_sym_is] = ACTIONS(3136), - [anon_sym_BANGis] = ACTIONS(3140), - [anon_sym_PLUS] = ACTIONS(3136), - [anon_sym_DASH] = ACTIONS(3136), - [anon_sym_PLUS_PLUS] = ACTIONS(3140), - [anon_sym_DASH_DASH] = ACTIONS(3140), - [anon_sym_BANG] = ACTIONS(3136), - [anon_sym_suspend] = ACTIONS(3120), - [anon_sym_sealed] = ACTIONS(3122), - [anon_sym_annotation] = ACTIONS(3122), - [anon_sym_data] = ACTIONS(3122), - [anon_sym_inner] = ACTIONS(3122), - [anon_sym_override] = ACTIONS(3124), - [anon_sym_lateinit] = ACTIONS(3124), - [anon_sym_public] = ACTIONS(3126), - [anon_sym_private] = ACTIONS(3126), - [anon_sym_internal] = ACTIONS(3126), - [anon_sym_protected] = ACTIONS(3126), - [anon_sym_tailrec] = ACTIONS(3120), - [anon_sym_operator] = ACTIONS(3120), - [anon_sym_infix] = ACTIONS(3120), - [anon_sym_inline] = ACTIONS(3120), - [anon_sym_external] = ACTIONS(3120), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(3130), - [anon_sym_final] = ACTIONS(3130), - [anon_sym_open] = ACTIONS(3130), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3134), - [anon_sym_actual] = ACTIONS(3134), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3140), - [anon_sym_continue_AT] = ACTIONS(3140), - [anon_sym_break_AT] = ACTIONS(3140), - [sym_real_literal] = ACTIONS(3140), - [sym_integer_literal] = ACTIONS(3136), - [sym_hex_literal] = ACTIONS(3140), - [sym_bin_literal] = ACTIONS(3140), - [anon_sym_true] = ACTIONS(3136), - [anon_sym_false] = ACTIONS(3136), - [anon_sym_SQUOTE] = ACTIONS(3140), - [sym__backtick_identifier] = ACTIONS(3140), - [sym__automatic_semicolon] = ACTIONS(3140), + [sym__backtick_identifier] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3140), }, - [1568] = { - [sym_getter] = STATE(3176), - [sym_setter] = STATE(3176), - [sym_modifiers] = STATE(8655), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [1572] = { + [sym_getter] = STATE(4602), + [sym_setter] = STATE(4602), + [sym_modifiers] = STATE(8670), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1764), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1766), @@ -208331,9 +208839,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT] = ACTIONS(1764), [anon_sym_where] = ACTIONS(1764), [anon_sym_DOT] = ACTIONS(1764), - [anon_sym_SEMI] = ACTIONS(3498), - [anon_sym_get] = ACTIONS(5259), - [anon_sym_set] = ACTIONS(5261), + [anon_sym_SEMI] = ACTIONS(3470), + [anon_sym_get] = ACTIONS(5267), + [anon_sym_set] = ACTIONS(5269), [anon_sym_STAR] = ACTIONS(1764), [anon_sym_DASH_GT] = ACTIONS(1766), [sym_label] = ACTIONS(1766), @@ -208390,370 +208898,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1766), [sym_safe_nav] = ACTIONS(1766), [sym_multiline_comment] = ACTIONS(3), }, - [1569] = { - [sym_primary_constructor] = STATE(4793), - [sym_class_body] = STATE(5032), - [sym__class_parameters] = STATE(4877), - [sym_type_constraints] = STATE(4822), - [sym_modifiers] = STATE(9180), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3190), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(5705), - [anon_sym_LBRACK] = ACTIONS(3194), - [anon_sym_as] = ACTIONS(3190), - [anon_sym_EQ] = ACTIONS(3190), - [anon_sym_constructor] = ACTIONS(5334), - [anon_sym_LBRACE] = ACTIONS(5397), - [anon_sym_RBRACE] = ACTIONS(3194), - [anon_sym_LPAREN] = ACTIONS(5338), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3190), - [anon_sym_where] = ACTIONS(5342), - [anon_sym_DOT] = ACTIONS(3190), - [anon_sym_SEMI] = ACTIONS(3194), - [anon_sym_get] = ACTIONS(3190), - [anon_sym_set] = ACTIONS(3190), - [anon_sym_STAR] = ACTIONS(3190), - [sym_label] = ACTIONS(3194), - [anon_sym_in] = ACTIONS(3190), - [anon_sym_DOT_DOT] = ACTIONS(3194), - [anon_sym_QMARK_COLON] = ACTIONS(3194), - [anon_sym_AMP_AMP] = ACTIONS(3194), - [anon_sym_PIPE_PIPE] = ACTIONS(3194), - [anon_sym_else] = ACTIONS(3190), - [anon_sym_COLON_COLON] = ACTIONS(3194), - [anon_sym_PLUS_EQ] = ACTIONS(3194), - [anon_sym_DASH_EQ] = ACTIONS(3194), - [anon_sym_STAR_EQ] = ACTIONS(3194), - [anon_sym_SLASH_EQ] = ACTIONS(3194), - [anon_sym_PERCENT_EQ] = ACTIONS(3194), - [anon_sym_BANG_EQ] = ACTIONS(3190), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3194), - [anon_sym_EQ_EQ] = ACTIONS(3190), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3194), - [anon_sym_LT_EQ] = ACTIONS(3194), - [anon_sym_GT_EQ] = ACTIONS(3194), - [anon_sym_BANGin] = ACTIONS(3194), - [anon_sym_is] = ACTIONS(3190), - [anon_sym_BANGis] = ACTIONS(3194), - [anon_sym_PLUS] = ACTIONS(3190), - [anon_sym_DASH] = ACTIONS(3190), - [anon_sym_SLASH] = ACTIONS(3190), - [anon_sym_PERCENT] = ACTIONS(3190), - [anon_sym_as_QMARK] = ACTIONS(3194), - [anon_sym_PLUS_PLUS] = ACTIONS(3194), - [anon_sym_DASH_DASH] = ACTIONS(3194), - [anon_sym_BANG_BANG] = ACTIONS(3194), - [anon_sym_suspend] = ACTIONS(3120), - [anon_sym_sealed] = ACTIONS(3122), - [anon_sym_annotation] = ACTIONS(3122), - [anon_sym_data] = ACTIONS(3122), - [anon_sym_inner] = ACTIONS(3122), - [anon_sym_override] = ACTIONS(3124), - [anon_sym_lateinit] = ACTIONS(3124), - [anon_sym_public] = ACTIONS(3126), - [anon_sym_private] = ACTIONS(3126), - [anon_sym_internal] = ACTIONS(3126), - [anon_sym_protected] = ACTIONS(3126), - [anon_sym_tailrec] = ACTIONS(3120), - [anon_sym_operator] = ACTIONS(3120), - [anon_sym_infix] = ACTIONS(3120), - [anon_sym_inline] = ACTIONS(3120), - [anon_sym_external] = ACTIONS(3120), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(3130), - [anon_sym_final] = ACTIONS(3130), - [anon_sym_open] = ACTIONS(3130), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3134), - [anon_sym_actual] = ACTIONS(3134), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3194), - [sym__automatic_semicolon] = ACTIONS(3194), - [sym_safe_nav] = ACTIONS(3194), - [sym_multiline_comment] = ACTIONS(3), - }, - [1570] = { - [sym_getter] = STATE(3149), - [sym_setter] = STATE(3149), - [sym_modifiers] = STATE(8655), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_RBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_EQ] = ACTIONS(1776), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_COMMA] = ACTIONS(1778), - [anon_sym_RPAREN] = ACTIONS(1778), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_where] = ACTIONS(1776), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(1778), - [anon_sym_get] = ACTIONS(5259), - [anon_sym_set] = ACTIONS(5261), - [anon_sym_STAR] = ACTIONS(1776), - [anon_sym_DASH_GT] = ACTIONS(1778), - [sym_label] = ACTIONS(1778), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_while] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_PLUS_EQ] = ACTIONS(1778), - [anon_sym_DASH_EQ] = ACTIONS(1778), - [anon_sym_STAR_EQ] = ACTIONS(1778), - [anon_sym_SLASH_EQ] = ACTIONS(1778), - [anon_sym_PERCENT_EQ] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1776), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG_BANG] = ACTIONS(1778), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), - [sym_multiline_comment] = ACTIONS(3), - }, - [1571] = { - [sym_type_constraints] = STATE(1743), - [sym_property_delegate] = STATE(2445), - [sym_getter] = STATE(3877), - [sym_setter] = STATE(3877), - [sym_modifiers] = STATE(8690), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_EQ] = ACTIONS(5707), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_COMMA] = ACTIONS(1778), - [anon_sym_by] = ACTIONS(5633), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(3632), - [anon_sym_get] = ACTIONS(5653), - [anon_sym_set] = ACTIONS(5655), - [anon_sym_STAR] = ACTIONS(1776), - [sym_label] = ACTIONS(1778), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_PLUS_EQ] = ACTIONS(1778), - [anon_sym_DASH_EQ] = ACTIONS(1778), - [anon_sym_STAR_EQ] = ACTIONS(1778), - [anon_sym_SLASH_EQ] = ACTIONS(1778), - [anon_sym_PERCENT_EQ] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1776), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG_BANG] = ACTIONS(1778), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1778), - [sym__automatic_semicolon] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), - [sym_multiline_comment] = ACTIONS(3), - }, - [1572] = { - [sym_type_constraints] = STATE(2121), - [sym_property_delegate] = STATE(2480), - [sym_getter] = STATE(5053), - [sym_setter] = STATE(5053), - [sym_modifiers] = STATE(8718), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1764), + [1573] = { + [sym_type_constraints] = STATE(2408), + [sym_property_delegate] = STATE(2521), + [sym_getter] = STATE(4659), + [sym_setter] = STATE(4659), + [sym_modifiers] = STATE(8915), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1752), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1766), - [anon_sym_as] = ACTIONS(1764), - [anon_sym_EQ] = ACTIONS(5709), - [anon_sym_LBRACE] = ACTIONS(1766), - [anon_sym_RBRACE] = ACTIONS(1766), - [anon_sym_LPAREN] = ACTIONS(1766), - [anon_sym_COMMA] = ACTIONS(1766), - [anon_sym_by] = ACTIONS(5633), - [anon_sym_LT] = ACTIONS(1764), - [anon_sym_GT] = ACTIONS(1764), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(1764), - [anon_sym_SEMI] = ACTIONS(3640), - [anon_sym_get] = ACTIONS(5637), - [anon_sym_set] = ACTIONS(5639), - [anon_sym_STAR] = ACTIONS(1764), - [sym_label] = ACTIONS(1766), - [anon_sym_in] = ACTIONS(1764), - [anon_sym_DOT_DOT] = ACTIONS(1766), - [anon_sym_QMARK_COLON] = ACTIONS(1766), - [anon_sym_AMP_AMP] = ACTIONS(1766), - [anon_sym_PIPE_PIPE] = ACTIONS(1766), - [anon_sym_else] = ACTIONS(1764), - [anon_sym_COLON_COLON] = ACTIONS(1766), - [anon_sym_PLUS_EQ] = ACTIONS(1766), - [anon_sym_DASH_EQ] = ACTIONS(1766), - [anon_sym_STAR_EQ] = ACTIONS(1766), - [anon_sym_SLASH_EQ] = ACTIONS(1766), - [anon_sym_PERCENT_EQ] = ACTIONS(1766), - [anon_sym_BANG_EQ] = ACTIONS(1764), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), - [anon_sym_EQ_EQ] = ACTIONS(1764), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1766), - [anon_sym_LT_EQ] = ACTIONS(1766), - [anon_sym_GT_EQ] = ACTIONS(1766), - [anon_sym_BANGin] = ACTIONS(1766), - [anon_sym_is] = ACTIONS(1764), - [anon_sym_BANGis] = ACTIONS(1766), - [anon_sym_PLUS] = ACTIONS(1764), - [anon_sym_DASH] = ACTIONS(1764), - [anon_sym_SLASH] = ACTIONS(1764), - [anon_sym_PERCENT] = ACTIONS(1764), - [anon_sym_as_QMARK] = ACTIONS(1766), - [anon_sym_PLUS_PLUS] = ACTIONS(1766), - [anon_sym_DASH_DASH] = ACTIONS(1766), - [anon_sym_BANG_BANG] = ACTIONS(1766), + [anon_sym_LBRACK] = ACTIONS(1754), + [anon_sym_as] = ACTIONS(1752), + [anon_sym_EQ] = ACTIONS(5731), + [anon_sym_LBRACE] = ACTIONS(1754), + [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_LPAREN] = ACTIONS(1754), + [anon_sym_RPAREN] = ACTIONS(1754), + [anon_sym_by] = ACTIONS(5707), + [anon_sym_LT] = ACTIONS(1752), + [anon_sym_GT] = ACTIONS(1752), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(1752), + [anon_sym_SEMI] = ACTIONS(3676), + [anon_sym_get] = ACTIONS(5711), + [anon_sym_set] = ACTIONS(5713), + [anon_sym_STAR] = ACTIONS(1752), + [sym_label] = ACTIONS(1754), + [anon_sym_in] = ACTIONS(1752), + [anon_sym_while] = ACTIONS(1752), + [anon_sym_DOT_DOT] = ACTIONS(1754), + [anon_sym_QMARK_COLON] = ACTIONS(1754), + [anon_sym_AMP_AMP] = ACTIONS(1754), + [anon_sym_PIPE_PIPE] = ACTIONS(1754), + [anon_sym_else] = ACTIONS(1752), + [anon_sym_COLON_COLON] = ACTIONS(1754), + [anon_sym_PLUS_EQ] = ACTIONS(1754), + [anon_sym_DASH_EQ] = ACTIONS(1754), + [anon_sym_STAR_EQ] = ACTIONS(1754), + [anon_sym_SLASH_EQ] = ACTIONS(1754), + [anon_sym_PERCENT_EQ] = ACTIONS(1754), + [anon_sym_BANG_EQ] = ACTIONS(1752), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), + [anon_sym_EQ_EQ] = ACTIONS(1752), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), + [anon_sym_LT_EQ] = ACTIONS(1754), + [anon_sym_GT_EQ] = ACTIONS(1754), + [anon_sym_BANGin] = ACTIONS(1754), + [anon_sym_is] = ACTIONS(1752), + [anon_sym_BANGis] = ACTIONS(1754), + [anon_sym_PLUS] = ACTIONS(1752), + [anon_sym_DASH] = ACTIONS(1752), + [anon_sym_SLASH] = ACTIONS(1752), + [anon_sym_PERCENT] = ACTIONS(1752), + [anon_sym_as_QMARK] = ACTIONS(1754), + [anon_sym_PLUS_PLUS] = ACTIONS(1754), + [anon_sym_DASH_DASH] = ACTIONS(1754), + [anon_sym_BANG_BANG] = ACTIONS(1754), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -208777,81 +208995,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1766), - [sym__automatic_semicolon] = ACTIONS(1766), - [sym_safe_nav] = ACTIONS(1766), + [sym__backtick_identifier] = ACTIONS(1754), + [sym_safe_nav] = ACTIONS(1754), [sym_multiline_comment] = ACTIONS(3), }, - [1573] = { - [sym_type_constraints] = STATE(2363), - [sym_property_delegate] = STATE(2549), - [sym_getter] = STATE(4710), - [sym_setter] = STATE(4710), - [sym_modifiers] = STATE(8861), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), + [1574] = { + [sym_getter] = STATE(3243), + [sym_setter] = STATE(3243), + [sym_modifiers] = STATE(8930), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1770), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_EQ] = ACTIONS(5711), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_RPAREN] = ACTIONS(1778), - [anon_sym_by] = ACTIONS(5643), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(3686), - [anon_sym_get] = ACTIONS(5693), - [anon_sym_set] = ACTIONS(5695), - [anon_sym_STAR] = ACTIONS(1776), - [sym_label] = ACTIONS(1778), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_while] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_PLUS_EQ] = ACTIONS(1778), - [anon_sym_DASH_EQ] = ACTIONS(1778), - [anon_sym_STAR_EQ] = ACTIONS(1778), - [anon_sym_SLASH_EQ] = ACTIONS(1778), - [anon_sym_PERCENT_EQ] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1776), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG_BANG] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(1772), + [anon_sym_RBRACK] = ACTIONS(1772), + [anon_sym_as] = ACTIONS(1770), + [anon_sym_EQ] = ACTIONS(1770), + [anon_sym_LBRACE] = ACTIONS(1772), + [anon_sym_RBRACE] = ACTIONS(1772), + [anon_sym_LPAREN] = ACTIONS(1772), + [anon_sym_COMMA] = ACTIONS(1772), + [anon_sym_RPAREN] = ACTIONS(1772), + [anon_sym_LT] = ACTIONS(1770), + [anon_sym_GT] = ACTIONS(1770), + [anon_sym_where] = ACTIONS(1770), + [anon_sym_DOT] = ACTIONS(1770), + [anon_sym_SEMI] = ACTIONS(3400), + [anon_sym_get] = ACTIONS(5275), + [anon_sym_set] = ACTIONS(5277), + [anon_sym_STAR] = ACTIONS(1770), + [anon_sym_DASH_GT] = ACTIONS(1772), + [sym_label] = ACTIONS(1772), + [anon_sym_in] = ACTIONS(1770), + [anon_sym_while] = ACTIONS(1770), + [anon_sym_DOT_DOT] = ACTIONS(1772), + [anon_sym_QMARK_COLON] = ACTIONS(1772), + [anon_sym_AMP_AMP] = ACTIONS(1772), + [anon_sym_PIPE_PIPE] = ACTIONS(1772), + [anon_sym_else] = ACTIONS(1770), + [anon_sym_COLON_COLON] = ACTIONS(1772), + [anon_sym_PLUS_EQ] = ACTIONS(1772), + [anon_sym_DASH_EQ] = ACTIONS(1772), + [anon_sym_STAR_EQ] = ACTIONS(1772), + [anon_sym_SLASH_EQ] = ACTIONS(1772), + [anon_sym_PERCENT_EQ] = ACTIONS(1772), + [anon_sym_BANG_EQ] = ACTIONS(1770), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1772), + [anon_sym_EQ_EQ] = ACTIONS(1770), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1772), + [anon_sym_LT_EQ] = ACTIONS(1772), + [anon_sym_GT_EQ] = ACTIONS(1772), + [anon_sym_BANGin] = ACTIONS(1772), + [anon_sym_is] = ACTIONS(1770), + [anon_sym_BANGis] = ACTIONS(1772), + [anon_sym_PLUS] = ACTIONS(1770), + [anon_sym_DASH] = ACTIONS(1770), + [anon_sym_SLASH] = ACTIONS(1770), + [anon_sym_PERCENT] = ACTIONS(1770), + [anon_sym_as_QMARK] = ACTIONS(1772), + [anon_sym_PLUS_PLUS] = ACTIONS(1772), + [anon_sym_DASH_DASH] = ACTIONS(1772), + [anon_sym_BANG_BANG] = ACTIONS(1772), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -208875,76 +209092,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), + [sym__backtick_identifier] = ACTIONS(1772), + [sym_safe_nav] = ACTIONS(1772), [sym_multiline_comment] = ACTIONS(3), }, - [1574] = { - [sym__expression] = STATE(4170), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [1575] = { + [sym_variable_declaration] = STATE(8352), + [sym__expression] = STATE(4416), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(5499), [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(5713), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_val] = ACTIONS(5716), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), + [anon_sym_STAR] = ACTIONS(1065), [sym_label] = ACTIONS(327), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(3096), @@ -208960,10 +209177,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(329), [anon_sym_DASH_DASH] = ACTIONS(329), [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -208979,138 +209196,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1575] = { - [sym_getter] = STATE(3149), - [sym_setter] = STATE(3149), - [sym_modifiers] = STATE(8655), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_RBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_EQ] = ACTIONS(1776), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_COMMA] = ACTIONS(1778), - [anon_sym_RPAREN] = ACTIONS(1778), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_where] = ACTIONS(1776), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(3384), - [anon_sym_get] = ACTIONS(5259), - [anon_sym_set] = ACTIONS(5261), - [anon_sym_STAR] = ACTIONS(1776), - [anon_sym_DASH_GT] = ACTIONS(1778), - [sym_label] = ACTIONS(1778), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_while] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_PLUS_EQ] = ACTIONS(1778), - [anon_sym_DASH_EQ] = ACTIONS(1778), - [anon_sym_STAR_EQ] = ACTIONS(1778), - [anon_sym_SLASH_EQ] = ACTIONS(1778), - [anon_sym_PERCENT_EQ] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1776), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG_BANG] = ACTIONS(1778), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), - [sym_multiline_comment] = ACTIONS(3), - }, [1576] = { - [sym_type_constraints] = STATE(2397), - [sym_property_delegate] = STATE(2532), - [sym_getter] = STATE(3209), - [sym_setter] = STATE(3209), - [sym_modifiers] = STATE(8854), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym_type_constraints] = STATE(2411), + [sym_property_delegate] = STATE(2522), + [sym_getter] = STATE(4715), + [sym_setter] = STATE(4715), + [sym_modifiers] = STATE(8915), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1694), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1696), [anon_sym_as] = ACTIONS(1694), - [anon_sym_EQ] = ACTIONS(5718), + [anon_sym_EQ] = ACTIONS(5733), [anon_sym_LBRACE] = ACTIONS(1696), [anon_sym_RBRACE] = ACTIONS(1696), [anon_sym_LPAREN] = ACTIONS(1696), [anon_sym_RPAREN] = ACTIONS(1696), - [anon_sym_by] = ACTIONS(5643), + [anon_sym_by] = ACTIONS(5707), [anon_sym_LT] = ACTIONS(1694), [anon_sym_GT] = ACTIONS(1694), - [anon_sym_where] = ACTIONS(5151), + [anon_sym_where] = ACTIONS(5175), [anon_sym_DOT] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(3676), - [anon_sym_get] = ACTIONS(5645), - [anon_sym_set] = ACTIONS(5647), + [anon_sym_SEMI] = ACTIONS(3696), + [anon_sym_get] = ACTIONS(5711), + [anon_sym_set] = ACTIONS(5713), [anon_sym_STAR] = ACTIONS(1694), [sym_label] = ACTIONS(1696), [anon_sym_in] = ACTIONS(1694), @@ -209166,29 +209286,223 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1696), [sym_safe_nav] = ACTIONS(1696), [sym_multiline_comment] = ACTIONS(3), }, [1577] = { - [sym_getter] = STATE(3162), - [sym_setter] = STATE(3162), - [sym_modifiers] = STATE(8655), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym__alpha_identifier] = ACTIONS(4142), + [anon_sym_AT] = ACTIONS(4145), + [anon_sym_LBRACK] = ACTIONS(4145), + [anon_sym_as] = ACTIONS(4150), + [anon_sym_LBRACE] = ACTIONS(4145), + [anon_sym_RBRACE] = ACTIONS(4148), + [anon_sym_LPAREN] = ACTIONS(5735), + [anon_sym_COMMA] = ACTIONS(4148), + [anon_sym_LT] = ACTIONS(4150), + [anon_sym_GT] = ACTIONS(4150), + [anon_sym_where] = ACTIONS(4150), + [anon_sym_object] = ACTIONS(3943), + [anon_sym_fun] = ACTIONS(3943), + [anon_sym_DOT] = ACTIONS(4150), + [anon_sym_SEMI] = ACTIONS(4148), + [anon_sym_get] = ACTIONS(4142), + [anon_sym_set] = ACTIONS(4142), + [anon_sym_this] = ACTIONS(3943), + [anon_sym_super] = ACTIONS(3943), + [anon_sym_STAR] = ACTIONS(4145), + [sym_label] = ACTIONS(4142), + [anon_sym_in] = ACTIONS(4150), + [anon_sym_DOT_DOT] = ACTIONS(4148), + [anon_sym_QMARK_COLON] = ACTIONS(4148), + [anon_sym_AMP_AMP] = ACTIONS(4148), + [anon_sym_PIPE_PIPE] = ACTIONS(4148), + [anon_sym_null] = ACTIONS(3943), + [anon_sym_if] = ACTIONS(3943), + [anon_sym_else] = ACTIONS(4150), + [anon_sym_when] = ACTIONS(3943), + [anon_sym_try] = ACTIONS(3943), + [anon_sym_throw] = ACTIONS(3943), + [anon_sym_return] = ACTIONS(3943), + [anon_sym_continue] = ACTIONS(3943), + [anon_sym_break] = ACTIONS(3943), + [anon_sym_COLON_COLON] = ACTIONS(4145), + [anon_sym_BANG_EQ] = ACTIONS(4150), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4148), + [anon_sym_EQ_EQ] = ACTIONS(4150), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4148), + [anon_sym_LT_EQ] = ACTIONS(4148), + [anon_sym_GT_EQ] = ACTIONS(4148), + [anon_sym_BANGin] = ACTIONS(4148), + [anon_sym_is] = ACTIONS(4150), + [anon_sym_BANGis] = ACTIONS(4148), + [anon_sym_PLUS] = ACTIONS(4142), + [anon_sym_DASH] = ACTIONS(4142), + [anon_sym_SLASH] = ACTIONS(4150), + [anon_sym_PERCENT] = ACTIONS(4148), + [anon_sym_as_QMARK] = ACTIONS(4148), + [anon_sym_PLUS_PLUS] = ACTIONS(4145), + [anon_sym_DASH_DASH] = ACTIONS(4145), + [anon_sym_BANG] = ACTIONS(3943), + [anon_sym_BANG_BANG] = ACTIONS(4148), + [anon_sym_suspend] = ACTIONS(4150), + [anon_sym_sealed] = ACTIONS(4150), + [anon_sym_annotation] = ACTIONS(4150), + [anon_sym_data] = ACTIONS(4142), + [anon_sym_inner] = ACTIONS(4142), + [anon_sym_override] = ACTIONS(4150), + [anon_sym_lateinit] = ACTIONS(4150), + [anon_sym_public] = ACTIONS(4150), + [anon_sym_private] = ACTIONS(4150), + [anon_sym_internal] = ACTIONS(4150), + [anon_sym_protected] = ACTIONS(4150), + [anon_sym_tailrec] = ACTIONS(4150), + [anon_sym_operator] = ACTIONS(4150), + [anon_sym_infix] = ACTIONS(4150), + [anon_sym_inline] = ACTIONS(4150), + [anon_sym_external] = ACTIONS(4150), + [sym_property_modifier] = ACTIONS(4150), + [anon_sym_abstract] = ACTIONS(4150), + [anon_sym_final] = ACTIONS(4150), + [anon_sym_open] = ACTIONS(4150), + [anon_sym_vararg] = ACTIONS(4150), + [anon_sym_noinline] = ACTIONS(4150), + [anon_sym_crossinline] = ACTIONS(4150), + [anon_sym_expect] = ACTIONS(4142), + [anon_sym_actual] = ACTIONS(4142), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3948), + [anon_sym_continue_AT] = ACTIONS(3948), + [anon_sym_break_AT] = ACTIONS(3948), + [sym_real_literal] = ACTIONS(3948), + [sym_integer_literal] = ACTIONS(3943), + [sym_hex_literal] = ACTIONS(3948), + [sym_bin_literal] = ACTIONS(3948), + [anon_sym_true] = ACTIONS(3943), + [anon_sym_false] = ACTIONS(3943), + [anon_sym_SQUOTE] = ACTIONS(3948), + [sym__backtick_identifier] = ACTIONS(4145), + [sym__automatic_semicolon] = ACTIONS(4148), + [sym_safe_nav] = ACTIONS(4148), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3948), + }, + [1578] = { + [sym_type_constraints] = STATE(2391), + [sym_property_delegate] = STATE(2547), + [sym_getter] = STATE(3142), + [sym_setter] = STATE(3142), + [sym_modifiers] = STATE(8887), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1752), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1754), + [anon_sym_as] = ACTIONS(1752), + [anon_sym_EQ] = ACTIONS(5739), + [anon_sym_LBRACE] = ACTIONS(1754), + [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_LPAREN] = ACTIONS(1754), + [anon_sym_RPAREN] = ACTIONS(1754), + [anon_sym_by] = ACTIONS(5707), + [anon_sym_LT] = ACTIONS(1752), + [anon_sym_GT] = ACTIONS(1752), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(1752), + [anon_sym_SEMI] = ACTIONS(3648), + [anon_sym_get] = ACTIONS(5741), + [anon_sym_set] = ACTIONS(5743), + [anon_sym_STAR] = ACTIONS(1752), + [sym_label] = ACTIONS(1754), + [anon_sym_in] = ACTIONS(1752), + [anon_sym_while] = ACTIONS(1752), + [anon_sym_DOT_DOT] = ACTIONS(1754), + [anon_sym_QMARK_COLON] = ACTIONS(1754), + [anon_sym_AMP_AMP] = ACTIONS(1754), + [anon_sym_PIPE_PIPE] = ACTIONS(1754), + [anon_sym_else] = ACTIONS(1752), + [anon_sym_COLON_COLON] = ACTIONS(1754), + [anon_sym_PLUS_EQ] = ACTIONS(1754), + [anon_sym_DASH_EQ] = ACTIONS(1754), + [anon_sym_STAR_EQ] = ACTIONS(1754), + [anon_sym_SLASH_EQ] = ACTIONS(1754), + [anon_sym_PERCENT_EQ] = ACTIONS(1754), + [anon_sym_BANG_EQ] = ACTIONS(1752), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), + [anon_sym_EQ_EQ] = ACTIONS(1752), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), + [anon_sym_LT_EQ] = ACTIONS(1754), + [anon_sym_GT_EQ] = ACTIONS(1754), + [anon_sym_BANGin] = ACTIONS(1754), + [anon_sym_is] = ACTIONS(1752), + [anon_sym_BANGis] = ACTIONS(1754), + [anon_sym_PLUS] = ACTIONS(1752), + [anon_sym_DASH] = ACTIONS(1752), + [anon_sym_SLASH] = ACTIONS(1752), + [anon_sym_PERCENT] = ACTIONS(1752), + [anon_sym_as_QMARK] = ACTIONS(1754), + [anon_sym_PLUS_PLUS] = ACTIONS(1754), + [anon_sym_DASH_DASH] = ACTIONS(1754), + [anon_sym_BANG_BANG] = ACTIONS(1754), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1754), + [sym_safe_nav] = ACTIONS(1754), + [sym_multiline_comment] = ACTIONS(3), + }, + [1579] = { + [sym_getter] = STATE(4581), + [sym_setter] = STATE(4581), + [sym_modifiers] = STATE(8670), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1770), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1772), @@ -209205,8 +209519,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(1770), [anon_sym_DOT] = ACTIONS(1770), [anon_sym_SEMI] = ACTIONS(1772), - [anon_sym_get] = ACTIONS(5259), - [anon_sym_set] = ACTIONS(5261), + [anon_sym_get] = ACTIONS(5267), + [anon_sym_set] = ACTIONS(5269), [anon_sym_STAR] = ACTIONS(1770), [anon_sym_DASH_GT] = ACTIONS(1772), [sym_label] = ACTIONS(1772), @@ -209263,611 +209577,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1772), [sym_safe_nav] = ACTIONS(1772), [sym_multiline_comment] = ACTIONS(3), }, - [1578] = { - [sym__alpha_identifier] = ACTIONS(4233), - [anon_sym_AT] = ACTIONS(4236), - [anon_sym_LBRACK] = ACTIONS(4236), - [anon_sym_as] = ACTIONS(4241), - [anon_sym_LBRACE] = ACTIONS(4236), - [anon_sym_RBRACE] = ACTIONS(4239), - [anon_sym_LPAREN] = ACTIONS(5081), - [anon_sym_COMMA] = ACTIONS(4239), - [anon_sym_LT] = ACTIONS(4241), - [anon_sym_GT] = ACTIONS(4241), - [anon_sym_where] = ACTIONS(4241), - [anon_sym_object] = ACTIONS(4233), - [anon_sym_fun] = ACTIONS(4233), - [anon_sym_DOT] = ACTIONS(4241), - [anon_sym_SEMI] = ACTIONS(4239), - [anon_sym_get] = ACTIONS(4233), - [anon_sym_set] = ACTIONS(4233), - [anon_sym_this] = ACTIONS(4233), - [anon_sym_super] = ACTIONS(4233), - [anon_sym_STAR] = ACTIONS(4236), - [sym_label] = ACTIONS(4233), - [anon_sym_in] = ACTIONS(4241), - [anon_sym_DOT_DOT] = ACTIONS(4239), - [anon_sym_QMARK_COLON] = ACTIONS(4239), - [anon_sym_AMP_AMP] = ACTIONS(4239), - [anon_sym_PIPE_PIPE] = ACTIONS(4239), - [anon_sym_null] = ACTIONS(4233), - [anon_sym_if] = ACTIONS(4233), - [anon_sym_else] = ACTIONS(4241), - [anon_sym_when] = ACTIONS(4233), - [anon_sym_try] = ACTIONS(4233), - [anon_sym_throw] = ACTIONS(4233), - [anon_sym_return] = ACTIONS(4233), - [anon_sym_continue] = ACTIONS(4233), - [anon_sym_break] = ACTIONS(4233), - [anon_sym_COLON_COLON] = ACTIONS(4236), - [anon_sym_BANG_EQ] = ACTIONS(4241), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4239), - [anon_sym_EQ_EQ] = ACTIONS(4241), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4239), - [anon_sym_LT_EQ] = ACTIONS(4239), - [anon_sym_GT_EQ] = ACTIONS(4239), - [anon_sym_BANGin] = ACTIONS(4239), - [anon_sym_is] = ACTIONS(4241), - [anon_sym_BANGis] = ACTIONS(4239), - [anon_sym_PLUS] = ACTIONS(4233), - [anon_sym_DASH] = ACTIONS(4233), - [anon_sym_SLASH] = ACTIONS(4241), - [anon_sym_PERCENT] = ACTIONS(4239), - [anon_sym_as_QMARK] = ACTIONS(4239), - [anon_sym_PLUS_PLUS] = ACTIONS(4236), - [anon_sym_DASH_DASH] = ACTIONS(4236), - [anon_sym_BANG] = ACTIONS(4233), - [anon_sym_BANG_BANG] = ACTIONS(4239), - [anon_sym_suspend] = ACTIONS(4241), - [anon_sym_sealed] = ACTIONS(4241), - [anon_sym_annotation] = ACTIONS(4241), - [anon_sym_data] = ACTIONS(4233), - [anon_sym_inner] = ACTIONS(4233), - [anon_sym_override] = ACTIONS(4241), - [anon_sym_lateinit] = ACTIONS(4241), - [anon_sym_public] = ACTIONS(4241), - [anon_sym_private] = ACTIONS(4241), - [anon_sym_internal] = ACTIONS(4241), - [anon_sym_protected] = ACTIONS(4241), - [anon_sym_tailrec] = ACTIONS(4241), - [anon_sym_operator] = ACTIONS(4241), - [anon_sym_infix] = ACTIONS(4241), - [anon_sym_inline] = ACTIONS(4241), - [anon_sym_external] = ACTIONS(4241), - [sym_property_modifier] = ACTIONS(4241), - [anon_sym_abstract] = ACTIONS(4241), - [anon_sym_final] = ACTIONS(4241), - [anon_sym_open] = ACTIONS(4241), - [anon_sym_vararg] = ACTIONS(4241), - [anon_sym_noinline] = ACTIONS(4241), - [anon_sym_crossinline] = ACTIONS(4241), - [anon_sym_expect] = ACTIONS(4233), - [anon_sym_actual] = ACTIONS(4233), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4236), - [anon_sym_continue_AT] = ACTIONS(4236), - [anon_sym_break_AT] = ACTIONS(4236), - [sym_real_literal] = ACTIONS(4236), - [sym_integer_literal] = ACTIONS(4233), - [sym_hex_literal] = ACTIONS(4236), - [sym_bin_literal] = ACTIONS(4236), - [anon_sym_true] = ACTIONS(4233), - [anon_sym_false] = ACTIONS(4233), - [anon_sym_SQUOTE] = ACTIONS(4236), - [sym__backtick_identifier] = ACTIONS(4236), - [sym__automatic_semicolon] = ACTIONS(4239), - [sym_safe_nav] = ACTIONS(4239), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4236), - }, - [1579] = { - [sym__alpha_identifier] = ACTIONS(4249), - [anon_sym_AT] = ACTIONS(4252), - [anon_sym_LBRACK] = ACTIONS(4252), - [anon_sym_as] = ACTIONS(4257), - [anon_sym_LBRACE] = ACTIONS(4252), - [anon_sym_RBRACE] = ACTIONS(4255), - [anon_sym_LPAREN] = ACTIONS(5077), - [anon_sym_COMMA] = ACTIONS(4255), - [anon_sym_LT] = ACTIONS(4257), - [anon_sym_GT] = ACTIONS(4257), - [anon_sym_where] = ACTIONS(4257), - [anon_sym_object] = ACTIONS(4249), - [anon_sym_fun] = ACTIONS(4249), - [anon_sym_DOT] = ACTIONS(4257), - [anon_sym_SEMI] = ACTIONS(4255), - [anon_sym_get] = ACTIONS(4249), - [anon_sym_set] = ACTIONS(4249), - [anon_sym_this] = ACTIONS(4249), - [anon_sym_super] = ACTIONS(4249), - [anon_sym_STAR] = ACTIONS(4252), - [sym_label] = ACTIONS(4249), - [anon_sym_in] = ACTIONS(4257), - [anon_sym_DOT_DOT] = ACTIONS(4255), - [anon_sym_QMARK_COLON] = ACTIONS(4255), - [anon_sym_AMP_AMP] = ACTIONS(4255), - [anon_sym_PIPE_PIPE] = ACTIONS(4255), - [anon_sym_null] = ACTIONS(4249), - [anon_sym_if] = ACTIONS(4249), - [anon_sym_else] = ACTIONS(4257), - [anon_sym_when] = ACTIONS(4249), - [anon_sym_try] = ACTIONS(4249), - [anon_sym_throw] = ACTIONS(4249), - [anon_sym_return] = ACTIONS(4249), - [anon_sym_continue] = ACTIONS(4249), - [anon_sym_break] = ACTIONS(4249), - [anon_sym_COLON_COLON] = ACTIONS(4252), - [anon_sym_BANG_EQ] = ACTIONS(4257), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4255), - [anon_sym_EQ_EQ] = ACTIONS(4257), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4255), - [anon_sym_LT_EQ] = ACTIONS(4255), - [anon_sym_GT_EQ] = ACTIONS(4255), - [anon_sym_BANGin] = ACTIONS(4255), - [anon_sym_is] = ACTIONS(4257), - [anon_sym_BANGis] = ACTIONS(4255), - [anon_sym_PLUS] = ACTIONS(4249), - [anon_sym_DASH] = ACTIONS(4249), - [anon_sym_SLASH] = ACTIONS(4257), - [anon_sym_PERCENT] = ACTIONS(4255), - [anon_sym_as_QMARK] = ACTIONS(4255), - [anon_sym_PLUS_PLUS] = ACTIONS(4252), - [anon_sym_DASH_DASH] = ACTIONS(4252), - [anon_sym_BANG] = ACTIONS(4249), - [anon_sym_BANG_BANG] = ACTIONS(4255), - [anon_sym_suspend] = ACTIONS(4257), - [anon_sym_sealed] = ACTIONS(4257), - [anon_sym_annotation] = ACTIONS(4257), - [anon_sym_data] = ACTIONS(4249), - [anon_sym_inner] = ACTIONS(4249), - [anon_sym_override] = ACTIONS(4257), - [anon_sym_lateinit] = ACTIONS(4257), - [anon_sym_public] = ACTIONS(4257), - [anon_sym_private] = ACTIONS(4257), - [anon_sym_internal] = ACTIONS(4257), - [anon_sym_protected] = ACTIONS(4257), - [anon_sym_tailrec] = ACTIONS(4257), - [anon_sym_operator] = ACTIONS(4257), - [anon_sym_infix] = ACTIONS(4257), - [anon_sym_inline] = ACTIONS(4257), - [anon_sym_external] = ACTIONS(4257), - [sym_property_modifier] = ACTIONS(4257), - [anon_sym_abstract] = ACTIONS(4257), - [anon_sym_final] = ACTIONS(4257), - [anon_sym_open] = ACTIONS(4257), - [anon_sym_vararg] = ACTIONS(4257), - [anon_sym_noinline] = ACTIONS(4257), - [anon_sym_crossinline] = ACTIONS(4257), - [anon_sym_expect] = ACTIONS(4249), - [anon_sym_actual] = ACTIONS(4249), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4252), - [anon_sym_continue_AT] = ACTIONS(4252), - [anon_sym_break_AT] = ACTIONS(4252), - [sym_real_literal] = ACTIONS(4252), - [sym_integer_literal] = ACTIONS(4249), - [sym_hex_literal] = ACTIONS(4252), - [sym_bin_literal] = ACTIONS(4252), - [anon_sym_true] = ACTIONS(4249), - [anon_sym_false] = ACTIONS(4249), - [anon_sym_SQUOTE] = ACTIONS(4252), - [sym__backtick_identifier] = ACTIONS(4252), - [sym__automatic_semicolon] = ACTIONS(4255), - [sym_safe_nav] = ACTIONS(4255), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4252), - }, [1580] = { - [sym__expression] = STATE(4276), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym_value_argument] = STATE(8766), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(1936), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5487), - [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(5474), - [sym_label] = ACTIONS(853), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(2022), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(2024), - [anon_sym_return] = ACTIONS(2026), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(855), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), - }, - [1581] = { - [sym__alpha_identifier] = ACTIONS(4233), - [anon_sym_AT] = ACTIONS(4236), - [anon_sym_LBRACK] = ACTIONS(4236), - [anon_sym_as] = ACTIONS(4241), - [anon_sym_LBRACE] = ACTIONS(4236), - [anon_sym_RBRACE] = ACTIONS(4239), - [anon_sym_LPAREN] = ACTIONS(5720), - [anon_sym_COMMA] = ACTIONS(4239), - [anon_sym_LT] = ACTIONS(4241), - [anon_sym_GT] = ACTIONS(4241), - [anon_sym_where] = ACTIONS(4241), - [anon_sym_object] = ACTIONS(3828), - [anon_sym_fun] = ACTIONS(3828), - [anon_sym_DOT] = ACTIONS(4241), - [anon_sym_SEMI] = ACTIONS(4239), - [anon_sym_get] = ACTIONS(4233), - [anon_sym_set] = ACTIONS(4233), - [anon_sym_this] = ACTIONS(3828), - [anon_sym_super] = ACTIONS(3828), - [anon_sym_STAR] = ACTIONS(4236), - [sym_label] = ACTIONS(4233), - [anon_sym_in] = ACTIONS(4241), - [anon_sym_DOT_DOT] = ACTIONS(4239), - [anon_sym_QMARK_COLON] = ACTIONS(4239), - [anon_sym_AMP_AMP] = ACTIONS(4239), - [anon_sym_PIPE_PIPE] = ACTIONS(4239), - [anon_sym_null] = ACTIONS(3828), - [anon_sym_if] = ACTIONS(3828), - [anon_sym_else] = ACTIONS(4241), - [anon_sym_when] = ACTIONS(3828), - [anon_sym_try] = ACTIONS(3828), - [anon_sym_throw] = ACTIONS(3828), - [anon_sym_return] = ACTIONS(3828), - [anon_sym_continue] = ACTIONS(3828), - [anon_sym_break] = ACTIONS(3828), - [anon_sym_COLON_COLON] = ACTIONS(4236), - [anon_sym_BANG_EQ] = ACTIONS(4241), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4239), - [anon_sym_EQ_EQ] = ACTIONS(4241), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4239), - [anon_sym_LT_EQ] = ACTIONS(4239), - [anon_sym_GT_EQ] = ACTIONS(4239), - [anon_sym_BANGin] = ACTIONS(4239), - [anon_sym_is] = ACTIONS(4241), - [anon_sym_BANGis] = ACTIONS(4239), - [anon_sym_PLUS] = ACTIONS(4233), - [anon_sym_DASH] = ACTIONS(4233), - [anon_sym_SLASH] = ACTIONS(4241), - [anon_sym_PERCENT] = ACTIONS(4239), - [anon_sym_as_QMARK] = ACTIONS(4239), - [anon_sym_PLUS_PLUS] = ACTIONS(4236), - [anon_sym_DASH_DASH] = ACTIONS(4236), - [anon_sym_BANG] = ACTIONS(3828), - [anon_sym_BANG_BANG] = ACTIONS(4239), - [anon_sym_suspend] = ACTIONS(4241), - [anon_sym_sealed] = ACTIONS(4241), - [anon_sym_annotation] = ACTIONS(4241), - [anon_sym_data] = ACTIONS(4233), - [anon_sym_inner] = ACTIONS(4233), - [anon_sym_override] = ACTIONS(4241), - [anon_sym_lateinit] = ACTIONS(4241), - [anon_sym_public] = ACTIONS(4241), - [anon_sym_private] = ACTIONS(4241), - [anon_sym_internal] = ACTIONS(4241), - [anon_sym_protected] = ACTIONS(4241), - [anon_sym_tailrec] = ACTIONS(4241), - [anon_sym_operator] = ACTIONS(4241), - [anon_sym_infix] = ACTIONS(4241), - [anon_sym_inline] = ACTIONS(4241), - [anon_sym_external] = ACTIONS(4241), - [sym_property_modifier] = ACTIONS(4241), - [anon_sym_abstract] = ACTIONS(4241), - [anon_sym_final] = ACTIONS(4241), - [anon_sym_open] = ACTIONS(4241), - [anon_sym_vararg] = ACTIONS(4241), - [anon_sym_noinline] = ACTIONS(4241), - [anon_sym_crossinline] = ACTIONS(4241), - [anon_sym_expect] = ACTIONS(4233), - [anon_sym_actual] = ACTIONS(4233), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3833), - [anon_sym_continue_AT] = ACTIONS(3833), - [anon_sym_break_AT] = ACTIONS(3833), - [sym_real_literal] = ACTIONS(3833), - [sym_integer_literal] = ACTIONS(3828), - [sym_hex_literal] = ACTIONS(3833), - [sym_bin_literal] = ACTIONS(3833), - [anon_sym_true] = ACTIONS(3828), - [anon_sym_false] = ACTIONS(3828), - [anon_sym_SQUOTE] = ACTIONS(3833), - [sym__backtick_identifier] = ACTIONS(4236), - [sym__automatic_semicolon] = ACTIONS(4239), - [sym_safe_nav] = ACTIONS(4239), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3833), - }, - [1582] = { - [sym_primary_constructor] = STATE(5033), - [sym__class_parameters] = STATE(5149), - [sym_type_parameters] = STATE(2377), - [sym_type_constraints] = STATE(5230), - [sym_enum_class_body] = STATE(5291), - [sym_modifiers] = STATE(9141), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3102), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(5724), - [anon_sym_LBRACK] = ACTIONS(3108), - [anon_sym_constructor] = ACTIONS(5673), - [anon_sym_LBRACE] = ACTIONS(5703), - [anon_sym_RBRACE] = ACTIONS(3108), - [anon_sym_LPAREN] = ACTIONS(5677), - [anon_sym_LT] = ACTIONS(5679), - [anon_sym_where] = ACTIONS(5681), - [anon_sym_object] = ACTIONS(3102), - [anon_sym_fun] = ACTIONS(3102), - [anon_sym_get] = ACTIONS(3102), - [anon_sym_set] = ACTIONS(3102), - [anon_sym_this] = ACTIONS(3102), - [anon_sym_super] = ACTIONS(3102), - [anon_sym_STAR] = ACTIONS(3108), - [sym_label] = ACTIONS(3102), - [anon_sym_in] = ACTIONS(3102), - [anon_sym_null] = ACTIONS(3102), - [anon_sym_if] = ACTIONS(3102), - [anon_sym_else] = ACTIONS(3102), - [anon_sym_when] = ACTIONS(3102), - [anon_sym_try] = ACTIONS(3102), - [anon_sym_throw] = ACTIONS(3102), - [anon_sym_return] = ACTIONS(3102), - [anon_sym_continue] = ACTIONS(3102), - [anon_sym_break] = ACTIONS(3102), - [anon_sym_COLON_COLON] = ACTIONS(3108), - [anon_sym_BANGin] = ACTIONS(3108), - [anon_sym_is] = ACTIONS(3102), - [anon_sym_BANGis] = ACTIONS(3108), - [anon_sym_PLUS] = ACTIONS(3102), - [anon_sym_DASH] = ACTIONS(3102), - [anon_sym_PLUS_PLUS] = ACTIONS(3108), - [anon_sym_DASH_DASH] = ACTIONS(3108), - [anon_sym_BANG] = ACTIONS(3102), - [anon_sym_suspend] = ACTIONS(3120), - [anon_sym_sealed] = ACTIONS(3122), - [anon_sym_annotation] = ACTIONS(3122), - [anon_sym_data] = ACTIONS(3122), - [anon_sym_inner] = ACTIONS(3122), - [anon_sym_override] = ACTIONS(3124), - [anon_sym_lateinit] = ACTIONS(3124), - [anon_sym_public] = ACTIONS(3126), - [anon_sym_private] = ACTIONS(3126), - [anon_sym_internal] = ACTIONS(3126), - [anon_sym_protected] = ACTIONS(3126), - [anon_sym_tailrec] = ACTIONS(3120), - [anon_sym_operator] = ACTIONS(3120), - [anon_sym_infix] = ACTIONS(3120), - [anon_sym_inline] = ACTIONS(3120), - [anon_sym_external] = ACTIONS(3120), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(3130), - [anon_sym_final] = ACTIONS(3130), - [anon_sym_open] = ACTIONS(3130), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3134), - [anon_sym_actual] = ACTIONS(3134), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3108), - [anon_sym_continue_AT] = ACTIONS(3108), - [anon_sym_break_AT] = ACTIONS(3108), - [sym_real_literal] = ACTIONS(3108), - [sym_integer_literal] = ACTIONS(3102), - [sym_hex_literal] = ACTIONS(3108), - [sym_bin_literal] = ACTIONS(3108), - [anon_sym_true] = ACTIONS(3102), - [anon_sym_false] = ACTIONS(3102), - [anon_sym_SQUOTE] = ACTIONS(3108), - [sym__backtick_identifier] = ACTIONS(3108), - [sym__automatic_semicolon] = ACTIONS(3108), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3108), - }, - [1583] = { - [sym_class_body] = STATE(1130), - [sym__alpha_identifier] = ACTIONS(4509), - [anon_sym_AT] = ACTIONS(4511), - [anon_sym_COLON] = ACTIONS(5726), - [anon_sym_LBRACK] = ACTIONS(4511), - [anon_sym_as] = ACTIONS(4509), - [anon_sym_LBRACE] = ACTIONS(3156), - [anon_sym_RBRACE] = ACTIONS(4511), - [anon_sym_LPAREN] = ACTIONS(4511), - [anon_sym_LT] = ACTIONS(4509), - [anon_sym_GT] = ACTIONS(4509), - [anon_sym_object] = ACTIONS(4509), - [anon_sym_fun] = ACTIONS(4509), - [anon_sym_DOT] = ACTIONS(4509), - [anon_sym_SEMI] = ACTIONS(4511), - [anon_sym_get] = ACTIONS(4509), - [anon_sym_set] = ACTIONS(4509), - [anon_sym_this] = ACTIONS(4509), - [anon_sym_super] = ACTIONS(4509), - [anon_sym_STAR] = ACTIONS(4511), - [sym_label] = ACTIONS(4509), - [anon_sym_in] = ACTIONS(4509), - [anon_sym_DOT_DOT] = ACTIONS(4511), - [anon_sym_QMARK_COLON] = ACTIONS(4511), - [anon_sym_AMP_AMP] = ACTIONS(4511), - [anon_sym_PIPE_PIPE] = ACTIONS(4511), - [anon_sym_null] = ACTIONS(4509), - [anon_sym_if] = ACTIONS(4509), - [anon_sym_else] = ACTIONS(4509), - [anon_sym_when] = ACTIONS(4509), - [anon_sym_try] = ACTIONS(4509), - [anon_sym_throw] = ACTIONS(4509), - [anon_sym_return] = ACTIONS(4509), - [anon_sym_continue] = ACTIONS(4509), - [anon_sym_break] = ACTIONS(4509), - [anon_sym_COLON_COLON] = ACTIONS(4511), - [anon_sym_BANG_EQ] = ACTIONS(4509), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4511), - [anon_sym_EQ_EQ] = ACTIONS(4509), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4511), - [anon_sym_LT_EQ] = ACTIONS(4511), - [anon_sym_GT_EQ] = ACTIONS(4511), - [anon_sym_BANGin] = ACTIONS(4511), - [anon_sym_is] = ACTIONS(4509), - [anon_sym_BANGis] = ACTIONS(4511), - [anon_sym_PLUS] = ACTIONS(4509), - [anon_sym_DASH] = ACTIONS(4509), - [anon_sym_SLASH] = ACTIONS(4509), - [anon_sym_PERCENT] = ACTIONS(4511), - [anon_sym_as_QMARK] = ACTIONS(4511), - [anon_sym_PLUS_PLUS] = ACTIONS(4511), - [anon_sym_DASH_DASH] = ACTIONS(4511), - [anon_sym_BANG] = ACTIONS(4509), - [anon_sym_BANG_BANG] = ACTIONS(4511), - [anon_sym_suspend] = ACTIONS(4509), - [anon_sym_sealed] = ACTIONS(4509), - [anon_sym_annotation] = ACTIONS(4509), - [anon_sym_data] = ACTIONS(4509), - [anon_sym_inner] = ACTIONS(4509), - [anon_sym_override] = ACTIONS(4509), - [anon_sym_lateinit] = ACTIONS(4509), - [anon_sym_public] = ACTIONS(4509), - [anon_sym_private] = ACTIONS(4509), - [anon_sym_internal] = ACTIONS(4509), - [anon_sym_protected] = ACTIONS(4509), - [anon_sym_tailrec] = ACTIONS(4509), - [anon_sym_operator] = ACTIONS(4509), - [anon_sym_infix] = ACTIONS(4509), - [anon_sym_inline] = ACTIONS(4509), - [anon_sym_external] = ACTIONS(4509), - [sym_property_modifier] = ACTIONS(4509), - [anon_sym_abstract] = ACTIONS(4509), - [anon_sym_final] = ACTIONS(4509), - [anon_sym_open] = ACTIONS(4509), - [anon_sym_vararg] = ACTIONS(4509), - [anon_sym_noinline] = ACTIONS(4509), - [anon_sym_crossinline] = ACTIONS(4509), - [anon_sym_expect] = ACTIONS(4509), - [anon_sym_actual] = ACTIONS(4509), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4511), - [anon_sym_continue_AT] = ACTIONS(4511), - [anon_sym_break_AT] = ACTIONS(4511), - [sym_real_literal] = ACTIONS(4511), - [sym_integer_literal] = ACTIONS(4509), - [sym_hex_literal] = ACTIONS(4511), - [sym_bin_literal] = ACTIONS(4511), - [anon_sym_true] = ACTIONS(4509), - [anon_sym_false] = ACTIONS(4509), - [anon_sym_SQUOTE] = ACTIONS(4511), - [sym__backtick_identifier] = ACTIONS(4511), - [sym__automatic_semicolon] = ACTIONS(4511), - [sym_safe_nav] = ACTIONS(4511), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4511), - }, - [1584] = { - [sym_getter] = STATE(3162), - [sym_setter] = STATE(3162), - [sym_modifiers] = STATE(8655), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym_getter] = STATE(4581), + [sym_setter] = STATE(4581), + [sym_modifiers] = STATE(8670), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1770), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1772), @@ -209883,9 +209615,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT] = ACTIONS(1770), [anon_sym_where] = ACTIONS(1770), [anon_sym_DOT] = ACTIONS(1770), - [anon_sym_SEMI] = ACTIONS(3446), - [anon_sym_get] = ACTIONS(5259), - [anon_sym_set] = ACTIONS(5261), + [anon_sym_SEMI] = ACTIONS(3468), + [anon_sym_get] = ACTIONS(5267), + [anon_sym_set] = ACTIONS(5269), [anon_sym_STAR] = ACTIONS(1770), [anon_sym_DASH_GT] = ACTIONS(1772), [sym_label] = ACTIONS(1772), @@ -209942,468 +209674,274 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1772), [sym_safe_nav] = ACTIONS(1772), [sym_multiline_comment] = ACTIONS(3), }, - [1585] = { - [sym__alpha_identifier] = ACTIONS(4249), - [anon_sym_AT] = ACTIONS(4252), - [anon_sym_LBRACK] = ACTIONS(4252), - [anon_sym_as] = ACTIONS(4257), - [anon_sym_LBRACE] = ACTIONS(4252), - [anon_sym_RBRACE] = ACTIONS(4255), - [anon_sym_LPAREN] = ACTIONS(5728), - [anon_sym_COMMA] = ACTIONS(4255), - [anon_sym_LT] = ACTIONS(4257), - [anon_sym_GT] = ACTIONS(4257), - [anon_sym_where] = ACTIONS(4257), - [anon_sym_object] = ACTIONS(3828), - [anon_sym_fun] = ACTIONS(3828), - [anon_sym_DOT] = ACTIONS(4257), - [anon_sym_SEMI] = ACTIONS(4255), - [anon_sym_get] = ACTIONS(4249), - [anon_sym_set] = ACTIONS(4249), - [anon_sym_this] = ACTIONS(3828), - [anon_sym_super] = ACTIONS(3828), - [anon_sym_STAR] = ACTIONS(4252), - [sym_label] = ACTIONS(4249), - [anon_sym_in] = ACTIONS(4257), - [anon_sym_DOT_DOT] = ACTIONS(4255), - [anon_sym_QMARK_COLON] = ACTIONS(4255), - [anon_sym_AMP_AMP] = ACTIONS(4255), - [anon_sym_PIPE_PIPE] = ACTIONS(4255), - [anon_sym_null] = ACTIONS(3828), - [anon_sym_if] = ACTIONS(3828), - [anon_sym_else] = ACTIONS(4257), - [anon_sym_when] = ACTIONS(3828), - [anon_sym_try] = ACTIONS(3828), - [anon_sym_throw] = ACTIONS(3828), - [anon_sym_return] = ACTIONS(3828), - [anon_sym_continue] = ACTIONS(3828), - [anon_sym_break] = ACTIONS(3828), - [anon_sym_COLON_COLON] = ACTIONS(4252), - [anon_sym_BANG_EQ] = ACTIONS(4257), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4255), - [anon_sym_EQ_EQ] = ACTIONS(4257), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4255), - [anon_sym_LT_EQ] = ACTIONS(4255), - [anon_sym_GT_EQ] = ACTIONS(4255), - [anon_sym_BANGin] = ACTIONS(4255), - [anon_sym_is] = ACTIONS(4257), - [anon_sym_BANGis] = ACTIONS(4255), - [anon_sym_PLUS] = ACTIONS(4249), - [anon_sym_DASH] = ACTIONS(4249), - [anon_sym_SLASH] = ACTIONS(4257), - [anon_sym_PERCENT] = ACTIONS(4255), - [anon_sym_as_QMARK] = ACTIONS(4255), - [anon_sym_PLUS_PLUS] = ACTIONS(4252), - [anon_sym_DASH_DASH] = ACTIONS(4252), - [anon_sym_BANG] = ACTIONS(3828), - [anon_sym_BANG_BANG] = ACTIONS(4255), - [anon_sym_suspend] = ACTIONS(4257), - [anon_sym_sealed] = ACTIONS(4257), - [anon_sym_annotation] = ACTIONS(4257), - [anon_sym_data] = ACTIONS(4249), - [anon_sym_inner] = ACTIONS(4249), - [anon_sym_override] = ACTIONS(4257), - [anon_sym_lateinit] = ACTIONS(4257), - [anon_sym_public] = ACTIONS(4257), - [anon_sym_private] = ACTIONS(4257), - [anon_sym_internal] = ACTIONS(4257), - [anon_sym_protected] = ACTIONS(4257), - [anon_sym_tailrec] = ACTIONS(4257), - [anon_sym_operator] = ACTIONS(4257), - [anon_sym_infix] = ACTIONS(4257), - [anon_sym_inline] = ACTIONS(4257), - [anon_sym_external] = ACTIONS(4257), - [sym_property_modifier] = ACTIONS(4257), - [anon_sym_abstract] = ACTIONS(4257), - [anon_sym_final] = ACTIONS(4257), - [anon_sym_open] = ACTIONS(4257), - [anon_sym_vararg] = ACTIONS(4257), - [anon_sym_noinline] = ACTIONS(4257), - [anon_sym_crossinline] = ACTIONS(4257), - [anon_sym_expect] = ACTIONS(4249), - [anon_sym_actual] = ACTIONS(4249), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3833), - [anon_sym_continue_AT] = ACTIONS(3833), - [anon_sym_break_AT] = ACTIONS(3833), - [sym_real_literal] = ACTIONS(3833), - [sym_integer_literal] = ACTIONS(3828), - [sym_hex_literal] = ACTIONS(3833), - [sym_bin_literal] = ACTIONS(3833), - [anon_sym_true] = ACTIONS(3828), - [anon_sym_false] = ACTIONS(3828), - [anon_sym_SQUOTE] = ACTIONS(3833), - [sym__backtick_identifier] = ACTIONS(4252), - [sym__automatic_semicolon] = ACTIONS(4255), - [sym_safe_nav] = ACTIONS(4255), + [1581] = { + [sym_getter] = STATE(4682), + [sym_setter] = STATE(4682), + [sym_modifiers] = STATE(8670), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1778), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1780), + [anon_sym_RBRACK] = ACTIONS(1780), + [anon_sym_as] = ACTIONS(1778), + [anon_sym_EQ] = ACTIONS(1778), + [anon_sym_LBRACE] = ACTIONS(1780), + [anon_sym_RBRACE] = ACTIONS(1780), + [anon_sym_LPAREN] = ACTIONS(1780), + [anon_sym_COMMA] = ACTIONS(1780), + [anon_sym_RPAREN] = ACTIONS(1780), + [anon_sym_LT] = ACTIONS(1778), + [anon_sym_GT] = ACTIONS(1778), + [anon_sym_where] = ACTIONS(1778), + [anon_sym_DOT] = ACTIONS(1778), + [anon_sym_SEMI] = ACTIONS(1780), + [anon_sym_get] = ACTIONS(5267), + [anon_sym_set] = ACTIONS(5269), + [anon_sym_STAR] = ACTIONS(1778), + [anon_sym_DASH_GT] = ACTIONS(1780), + [sym_label] = ACTIONS(1780), + [anon_sym_in] = ACTIONS(1778), + [anon_sym_while] = ACTIONS(1778), + [anon_sym_DOT_DOT] = ACTIONS(1780), + [anon_sym_QMARK_COLON] = ACTIONS(1780), + [anon_sym_AMP_AMP] = ACTIONS(1780), + [anon_sym_PIPE_PIPE] = ACTIONS(1780), + [anon_sym_else] = ACTIONS(1778), + [anon_sym_COLON_COLON] = ACTIONS(1780), + [anon_sym_PLUS_EQ] = ACTIONS(1780), + [anon_sym_DASH_EQ] = ACTIONS(1780), + [anon_sym_STAR_EQ] = ACTIONS(1780), + [anon_sym_SLASH_EQ] = ACTIONS(1780), + [anon_sym_PERCENT_EQ] = ACTIONS(1780), + [anon_sym_BANG_EQ] = ACTIONS(1778), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1780), + [anon_sym_EQ_EQ] = ACTIONS(1778), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1780), + [anon_sym_LT_EQ] = ACTIONS(1780), + [anon_sym_GT_EQ] = ACTIONS(1780), + [anon_sym_BANGin] = ACTIONS(1780), + [anon_sym_is] = ACTIONS(1778), + [anon_sym_BANGis] = ACTIONS(1780), + [anon_sym_PLUS] = ACTIONS(1778), + [anon_sym_DASH] = ACTIONS(1778), + [anon_sym_SLASH] = ACTIONS(1778), + [anon_sym_PERCENT] = ACTIONS(1778), + [anon_sym_as_QMARK] = ACTIONS(1780), + [anon_sym_PLUS_PLUS] = ACTIONS(1780), + [anon_sym_DASH_DASH] = ACTIONS(1780), + [anon_sym_BANG_BANG] = ACTIONS(1780), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1780), + [sym_safe_nav] = ACTIONS(1780), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3833), - }, - [1586] = { - [sym__alpha_identifier] = ACTIONS(4929), - [anon_sym_AT] = ACTIONS(4931), - [anon_sym_LBRACK] = ACTIONS(4931), - [anon_sym_as] = ACTIONS(4929), - [anon_sym_LBRACE] = ACTIONS(4931), - [anon_sym_RBRACE] = ACTIONS(4931), - [anon_sym_LPAREN] = ACTIONS(5732), - [anon_sym_COMMA] = ACTIONS(4931), - [anon_sym_LT] = ACTIONS(4929), - [anon_sym_GT] = ACTIONS(4929), - [anon_sym_where] = ACTIONS(4929), - [anon_sym_object] = ACTIONS(4929), - [anon_sym_fun] = ACTIONS(4929), - [anon_sym_DOT] = ACTIONS(4929), - [anon_sym_SEMI] = ACTIONS(4931), - [anon_sym_get] = ACTIONS(4929), - [anon_sym_set] = ACTIONS(4929), - [anon_sym_this] = ACTIONS(4929), - [anon_sym_super] = ACTIONS(4929), - [anon_sym_STAR] = ACTIONS(4931), - [sym_label] = ACTIONS(4929), - [anon_sym_in] = ACTIONS(4929), - [anon_sym_DOT_DOT] = ACTIONS(4931), - [anon_sym_QMARK_COLON] = ACTIONS(4931), - [anon_sym_AMP_AMP] = ACTIONS(4931), - [anon_sym_PIPE_PIPE] = ACTIONS(4931), - [anon_sym_null] = ACTIONS(4929), - [anon_sym_if] = ACTIONS(4929), - [anon_sym_else] = ACTIONS(4929), - [anon_sym_when] = ACTIONS(4929), - [anon_sym_try] = ACTIONS(4929), - [anon_sym_throw] = ACTIONS(4929), - [anon_sym_return] = ACTIONS(4929), - [anon_sym_continue] = ACTIONS(4929), - [anon_sym_break] = ACTIONS(4929), - [anon_sym_COLON_COLON] = ACTIONS(4931), - [anon_sym_BANG_EQ] = ACTIONS(4929), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4931), - [anon_sym_EQ_EQ] = ACTIONS(4929), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4931), - [anon_sym_LT_EQ] = ACTIONS(4931), - [anon_sym_GT_EQ] = ACTIONS(4931), - [anon_sym_BANGin] = ACTIONS(4931), - [anon_sym_is] = ACTIONS(4929), - [anon_sym_BANGis] = ACTIONS(4931), - [anon_sym_PLUS] = ACTIONS(4929), - [anon_sym_DASH] = ACTIONS(4929), - [anon_sym_SLASH] = ACTIONS(4929), - [anon_sym_PERCENT] = ACTIONS(4931), - [anon_sym_as_QMARK] = ACTIONS(4931), - [anon_sym_PLUS_PLUS] = ACTIONS(4931), - [anon_sym_DASH_DASH] = ACTIONS(4931), - [anon_sym_BANG] = ACTIONS(4929), - [anon_sym_BANG_BANG] = ACTIONS(4931), - [anon_sym_suspend] = ACTIONS(4929), - [anon_sym_sealed] = ACTIONS(4929), - [anon_sym_annotation] = ACTIONS(4929), - [anon_sym_data] = ACTIONS(4929), - [anon_sym_inner] = ACTIONS(4929), - [anon_sym_override] = ACTIONS(4929), - [anon_sym_lateinit] = ACTIONS(4929), - [anon_sym_public] = ACTIONS(4929), - [anon_sym_private] = ACTIONS(4929), - [anon_sym_internal] = ACTIONS(4929), - [anon_sym_protected] = ACTIONS(4929), - [anon_sym_tailrec] = ACTIONS(4929), - [anon_sym_operator] = ACTIONS(4929), - [anon_sym_infix] = ACTIONS(4929), - [anon_sym_inline] = ACTIONS(4929), - [anon_sym_external] = ACTIONS(4929), - [sym_property_modifier] = ACTIONS(4929), - [anon_sym_abstract] = ACTIONS(4929), - [anon_sym_final] = ACTIONS(4929), - [anon_sym_open] = ACTIONS(4929), - [anon_sym_vararg] = ACTIONS(4929), - [anon_sym_noinline] = ACTIONS(4929), - [anon_sym_crossinline] = ACTIONS(4929), - [anon_sym_expect] = ACTIONS(4929), - [anon_sym_actual] = ACTIONS(4929), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4931), - [anon_sym_continue_AT] = ACTIONS(4931), - [anon_sym_break_AT] = ACTIONS(4931), - [sym_real_literal] = ACTIONS(4931), - [sym_integer_literal] = ACTIONS(4929), - [sym_hex_literal] = ACTIONS(4931), - [sym_bin_literal] = ACTIONS(4931), - [anon_sym_true] = ACTIONS(4929), - [anon_sym_false] = ACTIONS(4929), - [anon_sym_SQUOTE] = ACTIONS(4931), - [sym__backtick_identifier] = ACTIONS(4931), - [sym__automatic_semicolon] = ACTIONS(4931), - [sym_safe_nav] = ACTIONS(4931), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4931), - }, - [1587] = { - [sym__alpha_identifier] = ACTIONS(4257), - [anon_sym_AT] = ACTIONS(4255), - [anon_sym_LBRACK] = ACTIONS(4255), - [anon_sym_as] = ACTIONS(4257), - [anon_sym_LBRACE] = ACTIONS(4255), - [anon_sym_RBRACE] = ACTIONS(4255), - [anon_sym_LPAREN] = ACTIONS(5734), - [anon_sym_COMMA] = ACTIONS(4255), - [anon_sym_LT] = ACTIONS(4257), - [anon_sym_GT] = ACTIONS(4257), - [anon_sym_where] = ACTIONS(4257), - [anon_sym_object] = ACTIONS(4257), - [anon_sym_fun] = ACTIONS(4257), - [anon_sym_DOT] = ACTIONS(4257), - [anon_sym_SEMI] = ACTIONS(4255), - [anon_sym_get] = ACTIONS(4257), - [anon_sym_set] = ACTIONS(4257), - [anon_sym_this] = ACTIONS(4257), - [anon_sym_super] = ACTIONS(4257), - [anon_sym_STAR] = ACTIONS(4255), - [sym_label] = ACTIONS(4257), - [anon_sym_in] = ACTIONS(4257), - [anon_sym_DOT_DOT] = ACTIONS(4255), - [anon_sym_QMARK_COLON] = ACTIONS(4255), - [anon_sym_AMP_AMP] = ACTIONS(4255), - [anon_sym_PIPE_PIPE] = ACTIONS(4255), - [anon_sym_null] = ACTIONS(4257), - [anon_sym_if] = ACTIONS(4257), - [anon_sym_else] = ACTIONS(4257), - [anon_sym_when] = ACTIONS(4257), - [anon_sym_try] = ACTIONS(4257), - [anon_sym_throw] = ACTIONS(4257), - [anon_sym_return] = ACTIONS(4257), - [anon_sym_continue] = ACTIONS(4257), - [anon_sym_break] = ACTIONS(4257), - [anon_sym_COLON_COLON] = ACTIONS(4255), - [anon_sym_BANG_EQ] = ACTIONS(4257), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4255), - [anon_sym_EQ_EQ] = ACTIONS(4257), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4255), - [anon_sym_LT_EQ] = ACTIONS(4255), - [anon_sym_GT_EQ] = ACTIONS(4255), - [anon_sym_BANGin] = ACTIONS(4255), - [anon_sym_is] = ACTIONS(4257), - [anon_sym_BANGis] = ACTIONS(4255), - [anon_sym_PLUS] = ACTIONS(4257), - [anon_sym_DASH] = ACTIONS(4257), - [anon_sym_SLASH] = ACTIONS(4257), - [anon_sym_PERCENT] = ACTIONS(4255), - [anon_sym_as_QMARK] = ACTIONS(4255), - [anon_sym_PLUS_PLUS] = ACTIONS(4255), - [anon_sym_DASH_DASH] = ACTIONS(4255), - [anon_sym_BANG] = ACTIONS(4257), - [anon_sym_BANG_BANG] = ACTIONS(4255), - [anon_sym_suspend] = ACTIONS(4257), - [anon_sym_sealed] = ACTIONS(4257), - [anon_sym_annotation] = ACTIONS(4257), - [anon_sym_data] = ACTIONS(4257), - [anon_sym_inner] = ACTIONS(4257), - [anon_sym_override] = ACTIONS(4257), - [anon_sym_lateinit] = ACTIONS(4257), - [anon_sym_public] = ACTIONS(4257), - [anon_sym_private] = ACTIONS(4257), - [anon_sym_internal] = ACTIONS(4257), - [anon_sym_protected] = ACTIONS(4257), - [anon_sym_tailrec] = ACTIONS(4257), - [anon_sym_operator] = ACTIONS(4257), - [anon_sym_infix] = ACTIONS(4257), - [anon_sym_inline] = ACTIONS(4257), - [anon_sym_external] = ACTIONS(4257), - [sym_property_modifier] = ACTIONS(4257), - [anon_sym_abstract] = ACTIONS(4257), - [anon_sym_final] = ACTIONS(4257), - [anon_sym_open] = ACTIONS(4257), - [anon_sym_vararg] = ACTIONS(4257), - [anon_sym_noinline] = ACTIONS(4257), - [anon_sym_crossinline] = ACTIONS(4257), - [anon_sym_expect] = ACTIONS(4257), - [anon_sym_actual] = ACTIONS(4257), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4255), - [anon_sym_continue_AT] = ACTIONS(4255), - [anon_sym_break_AT] = ACTIONS(4255), - [sym_real_literal] = ACTIONS(4255), - [sym_integer_literal] = ACTIONS(4257), - [sym_hex_literal] = ACTIONS(4255), - [sym_bin_literal] = ACTIONS(4255), - [anon_sym_true] = ACTIONS(4257), - [anon_sym_false] = ACTIONS(4257), - [anon_sym_SQUOTE] = ACTIONS(4255), - [sym__backtick_identifier] = ACTIONS(4255), - [sym__automatic_semicolon] = ACTIONS(4255), - [sym_safe_nav] = ACTIONS(4255), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4255), }, - [1588] = { - [sym__alpha_identifier] = ACTIONS(4241), - [anon_sym_AT] = ACTIONS(4239), - [anon_sym_LBRACK] = ACTIONS(4239), - [anon_sym_as] = ACTIONS(4241), - [anon_sym_LBRACE] = ACTIONS(4239), - [anon_sym_RBRACE] = ACTIONS(4239), - [anon_sym_LPAREN] = ACTIONS(5736), - [anon_sym_COMMA] = ACTIONS(4239), - [anon_sym_LT] = ACTIONS(4241), - [anon_sym_GT] = ACTIONS(4241), - [anon_sym_where] = ACTIONS(4241), - [anon_sym_object] = ACTIONS(4241), - [anon_sym_fun] = ACTIONS(4241), - [anon_sym_DOT] = ACTIONS(4241), - [anon_sym_SEMI] = ACTIONS(4239), - [anon_sym_get] = ACTIONS(4241), - [anon_sym_set] = ACTIONS(4241), - [anon_sym_this] = ACTIONS(4241), - [anon_sym_super] = ACTIONS(4241), - [anon_sym_STAR] = ACTIONS(4239), - [sym_label] = ACTIONS(4241), - [anon_sym_in] = ACTIONS(4241), - [anon_sym_DOT_DOT] = ACTIONS(4239), - [anon_sym_QMARK_COLON] = ACTIONS(4239), - [anon_sym_AMP_AMP] = ACTIONS(4239), - [anon_sym_PIPE_PIPE] = ACTIONS(4239), - [anon_sym_null] = ACTIONS(4241), - [anon_sym_if] = ACTIONS(4241), - [anon_sym_else] = ACTIONS(4241), - [anon_sym_when] = ACTIONS(4241), - [anon_sym_try] = ACTIONS(4241), - [anon_sym_throw] = ACTIONS(4241), - [anon_sym_return] = ACTIONS(4241), - [anon_sym_continue] = ACTIONS(4241), - [anon_sym_break] = ACTIONS(4241), - [anon_sym_COLON_COLON] = ACTIONS(4239), - [anon_sym_BANG_EQ] = ACTIONS(4241), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4239), - [anon_sym_EQ_EQ] = ACTIONS(4241), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4239), - [anon_sym_LT_EQ] = ACTIONS(4239), - [anon_sym_GT_EQ] = ACTIONS(4239), - [anon_sym_BANGin] = ACTIONS(4239), - [anon_sym_is] = ACTIONS(4241), - [anon_sym_BANGis] = ACTIONS(4239), - [anon_sym_PLUS] = ACTIONS(4241), - [anon_sym_DASH] = ACTIONS(4241), - [anon_sym_SLASH] = ACTIONS(4241), - [anon_sym_PERCENT] = ACTIONS(4239), - [anon_sym_as_QMARK] = ACTIONS(4239), - [anon_sym_PLUS_PLUS] = ACTIONS(4239), - [anon_sym_DASH_DASH] = ACTIONS(4239), - [anon_sym_BANG] = ACTIONS(4241), - [anon_sym_BANG_BANG] = ACTIONS(4239), - [anon_sym_suspend] = ACTIONS(4241), - [anon_sym_sealed] = ACTIONS(4241), - [anon_sym_annotation] = ACTIONS(4241), - [anon_sym_data] = ACTIONS(4241), - [anon_sym_inner] = ACTIONS(4241), - [anon_sym_override] = ACTIONS(4241), - [anon_sym_lateinit] = ACTIONS(4241), - [anon_sym_public] = ACTIONS(4241), - [anon_sym_private] = ACTIONS(4241), - [anon_sym_internal] = ACTIONS(4241), - [anon_sym_protected] = ACTIONS(4241), - [anon_sym_tailrec] = ACTIONS(4241), - [anon_sym_operator] = ACTIONS(4241), - [anon_sym_infix] = ACTIONS(4241), - [anon_sym_inline] = ACTIONS(4241), - [anon_sym_external] = ACTIONS(4241), - [sym_property_modifier] = ACTIONS(4241), - [anon_sym_abstract] = ACTIONS(4241), - [anon_sym_final] = ACTIONS(4241), - [anon_sym_open] = ACTIONS(4241), - [anon_sym_vararg] = ACTIONS(4241), - [anon_sym_noinline] = ACTIONS(4241), - [anon_sym_crossinline] = ACTIONS(4241), - [anon_sym_expect] = ACTIONS(4241), - [anon_sym_actual] = ACTIONS(4241), + [1582] = { + [sym_getter] = STATE(4687), + [sym_setter] = STATE(4687), + [sym_modifiers] = STATE(8670), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(3340), + [anon_sym_RBRACK] = ACTIONS(3340), + [anon_sym_as] = ACTIONS(3338), + [anon_sym_EQ] = ACTIONS(3338), + [anon_sym_LBRACE] = ACTIONS(3340), + [anon_sym_RBRACE] = ACTIONS(3340), + [anon_sym_LPAREN] = ACTIONS(3340), + [anon_sym_COMMA] = ACTIONS(3340), + [anon_sym_RPAREN] = ACTIONS(3340), + [anon_sym_LT] = ACTIONS(3338), + [anon_sym_GT] = ACTIONS(3338), + [anon_sym_where] = ACTIONS(3338), + [anon_sym_DOT] = ACTIONS(3338), + [anon_sym_SEMI] = ACTIONS(3340), + [anon_sym_get] = ACTIONS(5267), + [anon_sym_set] = ACTIONS(5269), + [anon_sym_STAR] = ACTIONS(3338), + [anon_sym_DASH_GT] = ACTIONS(3340), + [sym_label] = ACTIONS(3340), + [anon_sym_in] = ACTIONS(3338), + [anon_sym_while] = ACTIONS(3338), + [anon_sym_DOT_DOT] = ACTIONS(3340), + [anon_sym_QMARK_COLON] = ACTIONS(3340), + [anon_sym_AMP_AMP] = ACTIONS(3340), + [anon_sym_PIPE_PIPE] = ACTIONS(3340), + [anon_sym_else] = ACTIONS(3338), + [anon_sym_COLON_COLON] = ACTIONS(3340), + [anon_sym_PLUS_EQ] = ACTIONS(3340), + [anon_sym_DASH_EQ] = ACTIONS(3340), + [anon_sym_STAR_EQ] = ACTIONS(3340), + [anon_sym_SLASH_EQ] = ACTIONS(3340), + [anon_sym_PERCENT_EQ] = ACTIONS(3340), + [anon_sym_BANG_EQ] = ACTIONS(3338), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3340), + [anon_sym_EQ_EQ] = ACTIONS(3338), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3340), + [anon_sym_LT_EQ] = ACTIONS(3340), + [anon_sym_GT_EQ] = ACTIONS(3340), + [anon_sym_BANGin] = ACTIONS(3340), + [anon_sym_is] = ACTIONS(3338), + [anon_sym_BANGis] = ACTIONS(3340), + [anon_sym_PLUS] = ACTIONS(3338), + [anon_sym_DASH] = ACTIONS(3338), + [anon_sym_SLASH] = ACTIONS(3338), + [anon_sym_PERCENT] = ACTIONS(3338), + [anon_sym_as_QMARK] = ACTIONS(3340), + [anon_sym_PLUS_PLUS] = ACTIONS(3340), + [anon_sym_DASH_DASH] = ACTIONS(3340), + [anon_sym_BANG_BANG] = ACTIONS(3340), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4239), - [anon_sym_continue_AT] = ACTIONS(4239), - [anon_sym_break_AT] = ACTIONS(4239), - [sym_real_literal] = ACTIONS(4239), - [sym_integer_literal] = ACTIONS(4241), - [sym_hex_literal] = ACTIONS(4239), - [sym_bin_literal] = ACTIONS(4239), - [anon_sym_true] = ACTIONS(4241), - [anon_sym_false] = ACTIONS(4241), - [anon_sym_SQUOTE] = ACTIONS(4239), - [sym__backtick_identifier] = ACTIONS(4239), - [sym__automatic_semicolon] = ACTIONS(4239), - [sym_safe_nav] = ACTIONS(4239), + [sym__backtick_identifier] = ACTIONS(3340), + [sym_safe_nav] = ACTIONS(3340), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4239), }, - [1589] = { - [sym_getter] = STATE(4643), - [sym_setter] = STATE(4643), - [sym_modifiers] = STATE(8708), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), + [1583] = { + [sym_getter] = STATE(4607), + [sym_setter] = STATE(4607), + [sym_modifiers] = STATE(8670), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_RBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_EQ] = ACTIONS(3254), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_COMMA] = ACTIONS(3256), - [anon_sym_RPAREN] = ACTIONS(3256), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_where] = ACTIONS(3254), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(3256), - [anon_sym_get] = ACTIONS(5253), - [anon_sym_set] = ACTIONS(5255), - [anon_sym_STAR] = ACTIONS(3254), - [anon_sym_DASH_GT] = ACTIONS(3256), - [sym_label] = ACTIONS(3256), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_while] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_PLUS_EQ] = ACTIONS(3256), - [anon_sym_DASH_EQ] = ACTIONS(3256), - [anon_sym_STAR_EQ] = ACTIONS(3256), - [anon_sym_SLASH_EQ] = ACTIONS(3256), - [anon_sym_PERCENT_EQ] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3254), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG_BANG] = ACTIONS(3256), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_RBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_EQ] = ACTIONS(3278), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_COMMA] = ACTIONS(3280), + [anon_sym_RPAREN] = ACTIONS(3280), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_where] = ACTIONS(3278), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(3280), + [anon_sym_get] = ACTIONS(5267), + [anon_sym_set] = ACTIONS(5269), + [anon_sym_STAR] = ACTIONS(3278), + [anon_sym_DASH_GT] = ACTIONS(3280), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_while] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_PLUS_EQ] = ACTIONS(3280), + [anon_sym_DASH_EQ] = ACTIONS(3280), + [anon_sym_STAR_EQ] = ACTIONS(3280), + [anon_sym_SLASH_EQ] = ACTIONS(3280), + [anon_sym_PERCENT_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3278), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3280), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -210427,176 +209965,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), + [sym__backtick_identifier] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), [sym_multiline_comment] = ACTIONS(3), }, - [1590] = { - [sym_class_body] = STATE(1089), - [sym__alpha_identifier] = ACTIONS(4517), - [anon_sym_AT] = ACTIONS(4519), - [anon_sym_COLON] = ACTIONS(5738), - [anon_sym_LBRACK] = ACTIONS(4519), - [anon_sym_as] = ACTIONS(4517), - [anon_sym_LBRACE] = ACTIONS(3156), - [anon_sym_RBRACE] = ACTIONS(4519), - [anon_sym_LPAREN] = ACTIONS(4519), - [anon_sym_LT] = ACTIONS(4517), - [anon_sym_GT] = ACTIONS(4517), - [anon_sym_object] = ACTIONS(4517), - [anon_sym_fun] = ACTIONS(4517), - [anon_sym_DOT] = ACTIONS(4517), - [anon_sym_SEMI] = ACTIONS(4519), - [anon_sym_get] = ACTIONS(4517), - [anon_sym_set] = ACTIONS(4517), - [anon_sym_this] = ACTIONS(4517), - [anon_sym_super] = ACTIONS(4517), - [anon_sym_STAR] = ACTIONS(4519), - [sym_label] = ACTIONS(4517), - [anon_sym_in] = ACTIONS(4517), - [anon_sym_DOT_DOT] = ACTIONS(4519), - [anon_sym_QMARK_COLON] = ACTIONS(4519), - [anon_sym_AMP_AMP] = ACTIONS(4519), - [anon_sym_PIPE_PIPE] = ACTIONS(4519), - [anon_sym_null] = ACTIONS(4517), - [anon_sym_if] = ACTIONS(4517), - [anon_sym_else] = ACTIONS(4517), - [anon_sym_when] = ACTIONS(4517), - [anon_sym_try] = ACTIONS(4517), - [anon_sym_throw] = ACTIONS(4517), - [anon_sym_return] = ACTIONS(4517), - [anon_sym_continue] = ACTIONS(4517), - [anon_sym_break] = ACTIONS(4517), - [anon_sym_COLON_COLON] = ACTIONS(4519), - [anon_sym_BANG_EQ] = ACTIONS(4517), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4519), - [anon_sym_EQ_EQ] = ACTIONS(4517), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4519), - [anon_sym_LT_EQ] = ACTIONS(4519), - [anon_sym_GT_EQ] = ACTIONS(4519), - [anon_sym_BANGin] = ACTIONS(4519), - [anon_sym_is] = ACTIONS(4517), - [anon_sym_BANGis] = ACTIONS(4519), - [anon_sym_PLUS] = ACTIONS(4517), - [anon_sym_DASH] = ACTIONS(4517), - [anon_sym_SLASH] = ACTIONS(4517), - [anon_sym_PERCENT] = ACTIONS(4519), - [anon_sym_as_QMARK] = ACTIONS(4519), - [anon_sym_PLUS_PLUS] = ACTIONS(4519), - [anon_sym_DASH_DASH] = ACTIONS(4519), - [anon_sym_BANG] = ACTIONS(4517), - [anon_sym_BANG_BANG] = ACTIONS(4519), - [anon_sym_suspend] = ACTIONS(4517), - [anon_sym_sealed] = ACTIONS(4517), - [anon_sym_annotation] = ACTIONS(4517), - [anon_sym_data] = ACTIONS(4517), - [anon_sym_inner] = ACTIONS(4517), - [anon_sym_override] = ACTIONS(4517), - [anon_sym_lateinit] = ACTIONS(4517), - [anon_sym_public] = ACTIONS(4517), - [anon_sym_private] = ACTIONS(4517), - [anon_sym_internal] = ACTIONS(4517), - [anon_sym_protected] = ACTIONS(4517), - [anon_sym_tailrec] = ACTIONS(4517), - [anon_sym_operator] = ACTIONS(4517), - [anon_sym_infix] = ACTIONS(4517), - [anon_sym_inline] = ACTIONS(4517), - [anon_sym_external] = ACTIONS(4517), - [sym_property_modifier] = ACTIONS(4517), - [anon_sym_abstract] = ACTIONS(4517), - [anon_sym_final] = ACTIONS(4517), - [anon_sym_open] = ACTIONS(4517), - [anon_sym_vararg] = ACTIONS(4517), - [anon_sym_noinline] = ACTIONS(4517), - [anon_sym_crossinline] = ACTIONS(4517), - [anon_sym_expect] = ACTIONS(4517), - [anon_sym_actual] = ACTIONS(4517), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4519), - [anon_sym_continue_AT] = ACTIONS(4519), - [anon_sym_break_AT] = ACTIONS(4519), - [sym_real_literal] = ACTIONS(4519), - [sym_integer_literal] = ACTIONS(4517), - [sym_hex_literal] = ACTIONS(4519), - [sym_bin_literal] = ACTIONS(4519), - [anon_sym_true] = ACTIONS(4517), - [anon_sym_false] = ACTIONS(4517), - [anon_sym_SQUOTE] = ACTIONS(4519), - [sym__backtick_identifier] = ACTIONS(4519), - [sym__automatic_semicolon] = ACTIONS(4519), - [sym_safe_nav] = ACTIONS(4519), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4519), - }, - [1591] = { - [sym_type_constraints] = STATE(1735), - [sym_property_delegate] = STATE(2443), - [sym_getter] = STATE(3810), - [sym_setter] = STATE(3810), - [sym_modifiers] = STATE(8690), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1764), + [1584] = { + [sym_getter] = STATE(3291), + [sym_setter] = STATE(3291), + [sym_modifiers] = STATE(8930), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1766), - [anon_sym_as] = ACTIONS(1764), - [anon_sym_EQ] = ACTIONS(5740), - [anon_sym_LBRACE] = ACTIONS(1766), - [anon_sym_RBRACE] = ACTIONS(1766), - [anon_sym_LPAREN] = ACTIONS(1766), - [anon_sym_COMMA] = ACTIONS(1766), - [anon_sym_by] = ACTIONS(5633), - [anon_sym_LT] = ACTIONS(1764), - [anon_sym_GT] = ACTIONS(1764), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(1764), - [anon_sym_SEMI] = ACTIONS(3634), - [anon_sym_get] = ACTIONS(5653), - [anon_sym_set] = ACTIONS(5655), - [anon_sym_STAR] = ACTIONS(1764), - [sym_label] = ACTIONS(1766), - [anon_sym_in] = ACTIONS(1764), - [anon_sym_DOT_DOT] = ACTIONS(1766), - [anon_sym_QMARK_COLON] = ACTIONS(1766), - [anon_sym_AMP_AMP] = ACTIONS(1766), - [anon_sym_PIPE_PIPE] = ACTIONS(1766), - [anon_sym_else] = ACTIONS(1764), - [anon_sym_COLON_COLON] = ACTIONS(1766), - [anon_sym_PLUS_EQ] = ACTIONS(1766), - [anon_sym_DASH_EQ] = ACTIONS(1766), - [anon_sym_STAR_EQ] = ACTIONS(1766), - [anon_sym_SLASH_EQ] = ACTIONS(1766), - [anon_sym_PERCENT_EQ] = ACTIONS(1766), - [anon_sym_BANG_EQ] = ACTIONS(1764), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), - [anon_sym_EQ_EQ] = ACTIONS(1764), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1766), - [anon_sym_LT_EQ] = ACTIONS(1766), - [anon_sym_GT_EQ] = ACTIONS(1766), - [anon_sym_BANGin] = ACTIONS(1766), - [anon_sym_is] = ACTIONS(1764), - [anon_sym_BANGis] = ACTIONS(1766), - [anon_sym_PLUS] = ACTIONS(1764), - [anon_sym_DASH] = ACTIONS(1764), - [anon_sym_SLASH] = ACTIONS(1764), - [anon_sym_PERCENT] = ACTIONS(1764), - [anon_sym_as_QMARK] = ACTIONS(1766), - [anon_sym_PLUS_PLUS] = ACTIONS(1766), - [anon_sym_DASH_DASH] = ACTIONS(1766), - [anon_sym_BANG_BANG] = ACTIONS(1766), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_RBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_EQ] = ACTIONS(3278), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_COMMA] = ACTIONS(3280), + [anon_sym_RPAREN] = ACTIONS(3280), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_where] = ACTIONS(3278), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(5281), + [anon_sym_get] = ACTIONS(5275), + [anon_sym_set] = ACTIONS(5277), + [anon_sym_STAR] = ACTIONS(3278), + [anon_sym_DASH_GT] = ACTIONS(3280), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_while] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_PLUS_EQ] = ACTIONS(3280), + [anon_sym_DASH_EQ] = ACTIONS(3280), + [anon_sym_STAR_EQ] = ACTIONS(3280), + [anon_sym_SLASH_EQ] = ACTIONS(3280), + [anon_sym_PERCENT_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3278), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3280), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -210620,127 +210062,417 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1766), - [sym__automatic_semicolon] = ACTIONS(1766), - [sym_safe_nav] = ACTIONS(1766), + [sym__backtick_identifier] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), [sym_multiline_comment] = ACTIONS(3), }, - [1592] = { - [sym_primary_constructor] = STATE(4988), - [sym_class_body] = STATE(5319), - [sym__class_parameters] = STATE(5149), - [sym_type_parameters] = STATE(2375), - [sym_type_constraints] = STATE(5220), - [sym_modifiers] = STATE(9141), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3160), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(5742), - [anon_sym_LBRACK] = ACTIONS(3164), - [anon_sym_constructor] = ACTIONS(5673), - [anon_sym_LBRACE] = ACTIONS(5675), - [anon_sym_RBRACE] = ACTIONS(3164), - [anon_sym_LPAREN] = ACTIONS(5677), - [anon_sym_LT] = ACTIONS(5679), - [anon_sym_where] = ACTIONS(5681), - [anon_sym_object] = ACTIONS(3160), - [anon_sym_fun] = ACTIONS(3160), - [anon_sym_get] = ACTIONS(3160), - [anon_sym_set] = ACTIONS(3160), - [anon_sym_this] = ACTIONS(3160), - [anon_sym_super] = ACTIONS(3160), - [anon_sym_STAR] = ACTIONS(3164), - [sym_label] = ACTIONS(3160), - [anon_sym_in] = ACTIONS(3160), - [anon_sym_null] = ACTIONS(3160), - [anon_sym_if] = ACTIONS(3160), - [anon_sym_else] = ACTIONS(3160), - [anon_sym_when] = ACTIONS(3160), - [anon_sym_try] = ACTIONS(3160), - [anon_sym_throw] = ACTIONS(3160), - [anon_sym_return] = ACTIONS(3160), - [anon_sym_continue] = ACTIONS(3160), - [anon_sym_break] = ACTIONS(3160), - [anon_sym_COLON_COLON] = ACTIONS(3164), - [anon_sym_BANGin] = ACTIONS(3164), - [anon_sym_is] = ACTIONS(3160), - [anon_sym_BANGis] = ACTIONS(3164), - [anon_sym_PLUS] = ACTIONS(3160), - [anon_sym_DASH] = ACTIONS(3160), - [anon_sym_PLUS_PLUS] = ACTIONS(3164), - [anon_sym_DASH_DASH] = ACTIONS(3164), - [anon_sym_BANG] = ACTIONS(3160), - [anon_sym_suspend] = ACTIONS(3120), - [anon_sym_sealed] = ACTIONS(3122), - [anon_sym_annotation] = ACTIONS(3122), - [anon_sym_data] = ACTIONS(3122), - [anon_sym_inner] = ACTIONS(3122), - [anon_sym_override] = ACTIONS(3124), - [anon_sym_lateinit] = ACTIONS(3124), - [anon_sym_public] = ACTIONS(3126), - [anon_sym_private] = ACTIONS(3126), - [anon_sym_internal] = ACTIONS(3126), - [anon_sym_protected] = ACTIONS(3126), - [anon_sym_tailrec] = ACTIONS(3120), - [anon_sym_operator] = ACTIONS(3120), - [anon_sym_infix] = ACTIONS(3120), - [anon_sym_inline] = ACTIONS(3120), - [anon_sym_external] = ACTIONS(3120), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(3130), - [anon_sym_final] = ACTIONS(3130), - [anon_sym_open] = ACTIONS(3130), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3134), - [anon_sym_actual] = ACTIONS(3134), + [1585] = { + [sym_getter] = STATE(3255), + [sym_setter] = STATE(3255), + [sym_modifiers] = STATE(8930), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_RBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_EQ] = ACTIONS(1784), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_COMMA] = ACTIONS(1786), + [anon_sym_RPAREN] = ACTIONS(1786), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_where] = ACTIONS(1784), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(1786), + [anon_sym_get] = ACTIONS(5275), + [anon_sym_set] = ACTIONS(5277), + [anon_sym_STAR] = ACTIONS(1784), + [anon_sym_DASH_GT] = ACTIONS(1786), + [sym_label] = ACTIONS(1786), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_while] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_PLUS_EQ] = ACTIONS(1786), + [anon_sym_DASH_EQ] = ACTIONS(1786), + [anon_sym_STAR_EQ] = ACTIONS(1786), + [anon_sym_SLASH_EQ] = ACTIONS(1786), + [anon_sym_PERCENT_EQ] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1784), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG_BANG] = ACTIONS(1786), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3164), - [anon_sym_continue_AT] = ACTIONS(3164), - [anon_sym_break_AT] = ACTIONS(3164), - [sym_real_literal] = ACTIONS(3164), - [sym_integer_literal] = ACTIONS(3160), - [sym_hex_literal] = ACTIONS(3164), - [sym_bin_literal] = ACTIONS(3164), - [anon_sym_true] = ACTIONS(3160), - [anon_sym_false] = ACTIONS(3160), - [anon_sym_SQUOTE] = ACTIONS(3164), - [sym__backtick_identifier] = ACTIONS(3164), - [sym__automatic_semicolon] = ACTIONS(3164), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3164), + [sym__backtick_identifier] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), + [sym_multiline_comment] = ACTIONS(3), }, - [1593] = { - [sym_getter] = STATE(3219), - [sym_setter] = STATE(3219), - [sym_modifiers] = STATE(8655), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [1586] = { + [sym_getter] = STATE(3255), + [sym_setter] = STATE(3255), + [sym_modifiers] = STATE(8930), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_RBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_EQ] = ACTIONS(1784), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_COMMA] = ACTIONS(1786), + [anon_sym_RPAREN] = ACTIONS(1786), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_where] = ACTIONS(1784), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(3490), + [anon_sym_get] = ACTIONS(5275), + [anon_sym_set] = ACTIONS(5277), + [anon_sym_STAR] = ACTIONS(1784), + [anon_sym_DASH_GT] = ACTIONS(1786), + [sym_label] = ACTIONS(1786), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_while] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_PLUS_EQ] = ACTIONS(1786), + [anon_sym_DASH_EQ] = ACTIONS(1786), + [anon_sym_STAR_EQ] = ACTIONS(1786), + [anon_sym_SLASH_EQ] = ACTIONS(1786), + [anon_sym_PERCENT_EQ] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1784), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG_BANG] = ACTIONS(1786), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), + [sym_multiline_comment] = ACTIONS(3), + }, + [1587] = { + [sym_getter] = STATE(3203), + [sym_setter] = STATE(3203), + [sym_modifiers] = STATE(8930), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1694), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1696), + [anon_sym_RBRACK] = ACTIONS(1696), + [anon_sym_as] = ACTIONS(1694), + [anon_sym_EQ] = ACTIONS(1694), + [anon_sym_LBRACE] = ACTIONS(1696), + [anon_sym_RBRACE] = ACTIONS(1696), + [anon_sym_LPAREN] = ACTIONS(1696), + [anon_sym_COMMA] = ACTIONS(1696), + [anon_sym_RPAREN] = ACTIONS(1696), + [anon_sym_LT] = ACTIONS(1694), + [anon_sym_GT] = ACTIONS(1694), + [anon_sym_where] = ACTIONS(1694), + [anon_sym_DOT] = ACTIONS(1694), + [anon_sym_SEMI] = ACTIONS(1696), + [anon_sym_get] = ACTIONS(5275), + [anon_sym_set] = ACTIONS(5277), + [anon_sym_STAR] = ACTIONS(1694), + [anon_sym_DASH_GT] = ACTIONS(1696), + [sym_label] = ACTIONS(1696), + [anon_sym_in] = ACTIONS(1694), + [anon_sym_while] = ACTIONS(1694), + [anon_sym_DOT_DOT] = ACTIONS(1696), + [anon_sym_QMARK_COLON] = ACTIONS(1696), + [anon_sym_AMP_AMP] = ACTIONS(1696), + [anon_sym_PIPE_PIPE] = ACTIONS(1696), + [anon_sym_else] = ACTIONS(1694), + [anon_sym_COLON_COLON] = ACTIONS(1696), + [anon_sym_PLUS_EQ] = ACTIONS(1696), + [anon_sym_DASH_EQ] = ACTIONS(1696), + [anon_sym_STAR_EQ] = ACTIONS(1696), + [anon_sym_SLASH_EQ] = ACTIONS(1696), + [anon_sym_PERCENT_EQ] = ACTIONS(1696), + [anon_sym_BANG_EQ] = ACTIONS(1694), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), + [anon_sym_EQ_EQ] = ACTIONS(1694), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), + [anon_sym_LT_EQ] = ACTIONS(1696), + [anon_sym_GT_EQ] = ACTIONS(1696), + [anon_sym_BANGin] = ACTIONS(1696), + [anon_sym_is] = ACTIONS(1694), + [anon_sym_BANGis] = ACTIONS(1696), + [anon_sym_PLUS] = ACTIONS(1694), + [anon_sym_DASH] = ACTIONS(1694), + [anon_sym_SLASH] = ACTIONS(1694), + [anon_sym_PERCENT] = ACTIONS(1694), + [anon_sym_as_QMARK] = ACTIONS(1696), + [anon_sym_PLUS_PLUS] = ACTIONS(1696), + [anon_sym_DASH_DASH] = ACTIONS(1696), + [anon_sym_BANG_BANG] = ACTIONS(1696), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1696), + [sym_safe_nav] = ACTIONS(1696), + [sym_multiline_comment] = ACTIONS(3), + }, + [1588] = { + [sym_getter] = STATE(3203), + [sym_setter] = STATE(3203), + [sym_modifiers] = STATE(8930), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1694), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1696), + [anon_sym_RBRACK] = ACTIONS(1696), + [anon_sym_as] = ACTIONS(1694), + [anon_sym_EQ] = ACTIONS(1694), + [anon_sym_LBRACE] = ACTIONS(1696), + [anon_sym_RBRACE] = ACTIONS(1696), + [anon_sym_LPAREN] = ACTIONS(1696), + [anon_sym_COMMA] = ACTIONS(1696), + [anon_sym_RPAREN] = ACTIONS(1696), + [anon_sym_LT] = ACTIONS(1694), + [anon_sym_GT] = ACTIONS(1694), + [anon_sym_where] = ACTIONS(1694), + [anon_sym_DOT] = ACTIONS(1694), + [anon_sym_SEMI] = ACTIONS(3486), + [anon_sym_get] = ACTIONS(5275), + [anon_sym_set] = ACTIONS(5277), + [anon_sym_STAR] = ACTIONS(1694), + [anon_sym_DASH_GT] = ACTIONS(1696), + [sym_label] = ACTIONS(1696), + [anon_sym_in] = ACTIONS(1694), + [anon_sym_while] = ACTIONS(1694), + [anon_sym_DOT_DOT] = ACTIONS(1696), + [anon_sym_QMARK_COLON] = ACTIONS(1696), + [anon_sym_AMP_AMP] = ACTIONS(1696), + [anon_sym_PIPE_PIPE] = ACTIONS(1696), + [anon_sym_else] = ACTIONS(1694), + [anon_sym_COLON_COLON] = ACTIONS(1696), + [anon_sym_PLUS_EQ] = ACTIONS(1696), + [anon_sym_DASH_EQ] = ACTIONS(1696), + [anon_sym_STAR_EQ] = ACTIONS(1696), + [anon_sym_SLASH_EQ] = ACTIONS(1696), + [anon_sym_PERCENT_EQ] = ACTIONS(1696), + [anon_sym_BANG_EQ] = ACTIONS(1694), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), + [anon_sym_EQ_EQ] = ACTIONS(1694), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), + [anon_sym_LT_EQ] = ACTIONS(1696), + [anon_sym_GT_EQ] = ACTIONS(1696), + [anon_sym_BANGin] = ACTIONS(1696), + [anon_sym_is] = ACTIONS(1694), + [anon_sym_BANGis] = ACTIONS(1696), + [anon_sym_PLUS] = ACTIONS(1694), + [anon_sym_DASH] = ACTIONS(1694), + [anon_sym_SLASH] = ACTIONS(1694), + [anon_sym_PERCENT] = ACTIONS(1694), + [anon_sym_as_QMARK] = ACTIONS(1696), + [anon_sym_PLUS_PLUS] = ACTIONS(1696), + [anon_sym_DASH_DASH] = ACTIONS(1696), + [anon_sym_BANG_BANG] = ACTIONS(1696), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1696), + [sym_safe_nav] = ACTIONS(1696), + [sym_multiline_comment] = ACTIONS(3), + }, + [1589] = { + [sym_getter] = STATE(3142), + [sym_setter] = STATE(3142), + [sym_modifiers] = STATE(8930), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1752), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1754), @@ -210757,8 +210489,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(1752), [anon_sym_DOT] = ACTIONS(1752), [anon_sym_SEMI] = ACTIONS(1754), - [anon_sym_get] = ACTIONS(5259), - [anon_sym_set] = ACTIONS(5261), + [anon_sym_get] = ACTIONS(5275), + [anon_sym_set] = ACTIONS(5277), [anon_sym_STAR] = ACTIONS(1752), [anon_sym_DASH_GT] = ACTIONS(1754), [sym_label] = ACTIONS(1754), @@ -210815,29 +210547,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1754), [sym_safe_nav] = ACTIONS(1754), [sym_multiline_comment] = ACTIONS(3), }, - [1594] = { - [sym_getter] = STATE(3219), - [sym_setter] = STATE(3219), - [sym_modifiers] = STATE(8655), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [1590] = { + [sym_getter] = STATE(3142), + [sym_setter] = STATE(3142), + [sym_modifiers] = STATE(8930), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1752), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1754), @@ -210853,9 +210585,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT] = ACTIONS(1752), [anon_sym_where] = ACTIONS(1752), [anon_sym_DOT] = ACTIONS(1752), - [anon_sym_SEMI] = ACTIONS(3460), - [anon_sym_get] = ACTIONS(5259), - [anon_sym_set] = ACTIONS(5261), + [anon_sym_SEMI] = ACTIONS(3484), + [anon_sym_get] = ACTIONS(5275), + [anon_sym_set] = ACTIONS(5277), [anon_sym_STAR] = ACTIONS(1752), [anon_sym_DASH_GT] = ACTIONS(1754), [sym_label] = ACTIONS(1754), @@ -210912,76 +210644,464 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1754), [sym_safe_nav] = ACTIONS(1754), [sym_multiline_comment] = ACTIONS(3), }, + [1591] = { + [sym__expression] = STATE(4267), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym_value_argument] = STATE(8764), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(2183), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(5501), + [sym__return_at] = STATE(331), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(2020), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(5508), + [sym_label] = ACTIONS(821), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(2022), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(2024), + [anon_sym_return] = ACTIONS(2026), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(823), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(283), + }, + [1592] = { + [sym_primary_constructor] = STATE(4899), + [sym_class_body] = STATE(5366), + [sym__class_parameters] = STATE(5169), + [sym_type_parameters] = STATE(2388), + [sym_type_constraints] = STATE(5217), + [sym_modifiers] = STATE(9298), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3146), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_COLON] = ACTIONS(5745), + [anon_sym_LBRACK] = ACTIONS(3150), + [anon_sym_constructor] = ACTIONS(5647), + [anon_sym_LBRACE] = ACTIONS(5685), + [anon_sym_RBRACE] = ACTIONS(3150), + [anon_sym_LPAREN] = ACTIONS(5651), + [anon_sym_LT] = ACTIONS(5653), + [anon_sym_where] = ACTIONS(5655), + [anon_sym_object] = ACTIONS(3146), + [anon_sym_fun] = ACTIONS(3146), + [anon_sym_get] = ACTIONS(3146), + [anon_sym_set] = ACTIONS(3146), + [anon_sym_this] = ACTIONS(3146), + [anon_sym_super] = ACTIONS(3146), + [anon_sym_STAR] = ACTIONS(3150), + [sym_label] = ACTIONS(3146), + [anon_sym_in] = ACTIONS(3146), + [anon_sym_null] = ACTIONS(3146), + [anon_sym_if] = ACTIONS(3146), + [anon_sym_else] = ACTIONS(3146), + [anon_sym_when] = ACTIONS(3146), + [anon_sym_try] = ACTIONS(3146), + [anon_sym_throw] = ACTIONS(3146), + [anon_sym_return] = ACTIONS(3146), + [anon_sym_continue] = ACTIONS(3146), + [anon_sym_break] = ACTIONS(3146), + [anon_sym_COLON_COLON] = ACTIONS(3150), + [anon_sym_BANGin] = ACTIONS(3150), + [anon_sym_is] = ACTIONS(3146), + [anon_sym_BANGis] = ACTIONS(3150), + [anon_sym_PLUS] = ACTIONS(3146), + [anon_sym_DASH] = ACTIONS(3146), + [anon_sym_PLUS_PLUS] = ACTIONS(3150), + [anon_sym_DASH_DASH] = ACTIONS(3150), + [anon_sym_BANG] = ACTIONS(3146), + [anon_sym_suspend] = ACTIONS(3120), + [anon_sym_sealed] = ACTIONS(3122), + [anon_sym_annotation] = ACTIONS(3122), + [anon_sym_data] = ACTIONS(3122), + [anon_sym_inner] = ACTIONS(3122), + [anon_sym_override] = ACTIONS(3124), + [anon_sym_lateinit] = ACTIONS(3124), + [anon_sym_public] = ACTIONS(3126), + [anon_sym_private] = ACTIONS(3126), + [anon_sym_internal] = ACTIONS(3126), + [anon_sym_protected] = ACTIONS(3126), + [anon_sym_tailrec] = ACTIONS(3120), + [anon_sym_operator] = ACTIONS(3120), + [anon_sym_infix] = ACTIONS(3120), + [anon_sym_inline] = ACTIONS(3120), + [anon_sym_external] = ACTIONS(3120), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3130), + [anon_sym_final] = ACTIONS(3130), + [anon_sym_open] = ACTIONS(3130), + [anon_sym_vararg] = ACTIONS(3132), + [anon_sym_noinline] = ACTIONS(3132), + [anon_sym_crossinline] = ACTIONS(3132), + [anon_sym_expect] = ACTIONS(3134), + [anon_sym_actual] = ACTIONS(3134), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3150), + [anon_sym_continue_AT] = ACTIONS(3150), + [anon_sym_break_AT] = ACTIONS(3150), + [sym_real_literal] = ACTIONS(3150), + [sym_integer_literal] = ACTIONS(3146), + [sym_hex_literal] = ACTIONS(3150), + [sym_bin_literal] = ACTIONS(3150), + [anon_sym_true] = ACTIONS(3146), + [anon_sym_false] = ACTIONS(3146), + [anon_sym_SQUOTE] = ACTIONS(3150), + [sym__backtick_identifier] = ACTIONS(3150), + [sym__automatic_semicolon] = ACTIONS(3150), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3150), + }, + [1593] = { + [sym__alpha_identifier] = ACTIONS(4961), + [anon_sym_AT] = ACTIONS(4963), + [anon_sym_LBRACK] = ACTIONS(4963), + [anon_sym_as] = ACTIONS(4961), + [anon_sym_LBRACE] = ACTIONS(4963), + [anon_sym_RBRACE] = ACTIONS(4963), + [anon_sym_LPAREN] = ACTIONS(5747), + [anon_sym_COMMA] = ACTIONS(4963), + [anon_sym_LT] = ACTIONS(4961), + [anon_sym_GT] = ACTIONS(4961), + [anon_sym_where] = ACTIONS(4961), + [anon_sym_object] = ACTIONS(4961), + [anon_sym_fun] = ACTIONS(4961), + [anon_sym_DOT] = ACTIONS(4961), + [anon_sym_SEMI] = ACTIONS(4963), + [anon_sym_get] = ACTIONS(4961), + [anon_sym_set] = ACTIONS(4961), + [anon_sym_this] = ACTIONS(4961), + [anon_sym_super] = ACTIONS(4961), + [anon_sym_STAR] = ACTIONS(4963), + [sym_label] = ACTIONS(4961), + [anon_sym_in] = ACTIONS(4961), + [anon_sym_DOT_DOT] = ACTIONS(4963), + [anon_sym_QMARK_COLON] = ACTIONS(4963), + [anon_sym_AMP_AMP] = ACTIONS(4963), + [anon_sym_PIPE_PIPE] = ACTIONS(4963), + [anon_sym_null] = ACTIONS(4961), + [anon_sym_if] = ACTIONS(4961), + [anon_sym_else] = ACTIONS(4961), + [anon_sym_when] = ACTIONS(4961), + [anon_sym_try] = ACTIONS(4961), + [anon_sym_throw] = ACTIONS(4961), + [anon_sym_return] = ACTIONS(4961), + [anon_sym_continue] = ACTIONS(4961), + [anon_sym_break] = ACTIONS(4961), + [anon_sym_COLON_COLON] = ACTIONS(4963), + [anon_sym_BANG_EQ] = ACTIONS(4961), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4963), + [anon_sym_EQ_EQ] = ACTIONS(4961), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4963), + [anon_sym_LT_EQ] = ACTIONS(4963), + [anon_sym_GT_EQ] = ACTIONS(4963), + [anon_sym_BANGin] = ACTIONS(4963), + [anon_sym_is] = ACTIONS(4961), + [anon_sym_BANGis] = ACTIONS(4963), + [anon_sym_PLUS] = ACTIONS(4961), + [anon_sym_DASH] = ACTIONS(4961), + [anon_sym_SLASH] = ACTIONS(4961), + [anon_sym_PERCENT] = ACTIONS(4963), + [anon_sym_as_QMARK] = ACTIONS(4963), + [anon_sym_PLUS_PLUS] = ACTIONS(4963), + [anon_sym_DASH_DASH] = ACTIONS(4963), + [anon_sym_BANG] = ACTIONS(4961), + [anon_sym_BANG_BANG] = ACTIONS(4963), + [anon_sym_suspend] = ACTIONS(4961), + [anon_sym_sealed] = ACTIONS(4961), + [anon_sym_annotation] = ACTIONS(4961), + [anon_sym_data] = ACTIONS(4961), + [anon_sym_inner] = ACTIONS(4961), + [anon_sym_override] = ACTIONS(4961), + [anon_sym_lateinit] = ACTIONS(4961), + [anon_sym_public] = ACTIONS(4961), + [anon_sym_private] = ACTIONS(4961), + [anon_sym_internal] = ACTIONS(4961), + [anon_sym_protected] = ACTIONS(4961), + [anon_sym_tailrec] = ACTIONS(4961), + [anon_sym_operator] = ACTIONS(4961), + [anon_sym_infix] = ACTIONS(4961), + [anon_sym_inline] = ACTIONS(4961), + [anon_sym_external] = ACTIONS(4961), + [sym_property_modifier] = ACTIONS(4961), + [anon_sym_abstract] = ACTIONS(4961), + [anon_sym_final] = ACTIONS(4961), + [anon_sym_open] = ACTIONS(4961), + [anon_sym_vararg] = ACTIONS(4961), + [anon_sym_noinline] = ACTIONS(4961), + [anon_sym_crossinline] = ACTIONS(4961), + [anon_sym_expect] = ACTIONS(4961), + [anon_sym_actual] = ACTIONS(4961), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4963), + [anon_sym_continue_AT] = ACTIONS(4963), + [anon_sym_break_AT] = ACTIONS(4963), + [sym_real_literal] = ACTIONS(4963), + [sym_integer_literal] = ACTIONS(4961), + [sym_hex_literal] = ACTIONS(4963), + [sym_bin_literal] = ACTIONS(4963), + [anon_sym_true] = ACTIONS(4961), + [anon_sym_false] = ACTIONS(4961), + [anon_sym_SQUOTE] = ACTIONS(4963), + [sym__backtick_identifier] = ACTIONS(4963), + [sym__automatic_semicolon] = ACTIONS(4963), + [sym_safe_nav] = ACTIONS(4963), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4963), + }, + [1594] = { + [sym_getter] = STATE(3189), + [sym_setter] = STATE(3189), + [sym_modifiers] = STATE(8930), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1764), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1766), + [anon_sym_RBRACK] = ACTIONS(1766), + [anon_sym_as] = ACTIONS(1764), + [anon_sym_EQ] = ACTIONS(1764), + [anon_sym_LBRACE] = ACTIONS(1766), + [anon_sym_RBRACE] = ACTIONS(1766), + [anon_sym_LPAREN] = ACTIONS(1766), + [anon_sym_COMMA] = ACTIONS(1766), + [anon_sym_RPAREN] = ACTIONS(1766), + [anon_sym_LT] = ACTIONS(1764), + [anon_sym_GT] = ACTIONS(1764), + [anon_sym_where] = ACTIONS(1764), + [anon_sym_DOT] = ACTIONS(1764), + [anon_sym_SEMI] = ACTIONS(1766), + [anon_sym_get] = ACTIONS(5275), + [anon_sym_set] = ACTIONS(5277), + [anon_sym_STAR] = ACTIONS(1764), + [anon_sym_DASH_GT] = ACTIONS(1766), + [sym_label] = ACTIONS(1766), + [anon_sym_in] = ACTIONS(1764), + [anon_sym_while] = ACTIONS(1764), + [anon_sym_DOT_DOT] = ACTIONS(1766), + [anon_sym_QMARK_COLON] = ACTIONS(1766), + [anon_sym_AMP_AMP] = ACTIONS(1766), + [anon_sym_PIPE_PIPE] = ACTIONS(1766), + [anon_sym_else] = ACTIONS(1764), + [anon_sym_COLON_COLON] = ACTIONS(1766), + [anon_sym_PLUS_EQ] = ACTIONS(1766), + [anon_sym_DASH_EQ] = ACTIONS(1766), + [anon_sym_STAR_EQ] = ACTIONS(1766), + [anon_sym_SLASH_EQ] = ACTIONS(1766), + [anon_sym_PERCENT_EQ] = ACTIONS(1766), + [anon_sym_BANG_EQ] = ACTIONS(1764), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), + [anon_sym_EQ_EQ] = ACTIONS(1764), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1766), + [anon_sym_LT_EQ] = ACTIONS(1766), + [anon_sym_GT_EQ] = ACTIONS(1766), + [anon_sym_BANGin] = ACTIONS(1766), + [anon_sym_is] = ACTIONS(1764), + [anon_sym_BANGis] = ACTIONS(1766), + [anon_sym_PLUS] = ACTIONS(1764), + [anon_sym_DASH] = ACTIONS(1764), + [anon_sym_SLASH] = ACTIONS(1764), + [anon_sym_PERCENT] = ACTIONS(1764), + [anon_sym_as_QMARK] = ACTIONS(1766), + [anon_sym_PLUS_PLUS] = ACTIONS(1766), + [anon_sym_DASH_DASH] = ACTIONS(1766), + [anon_sym_BANG_BANG] = ACTIONS(1766), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1766), + [sym_safe_nav] = ACTIONS(1766), + [sym_multiline_comment] = ACTIONS(3), + }, [1595] = { - [sym_variable_declaration] = STATE(8538), - [sym__expression] = STATE(4420), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5495), + [sym__expression] = STATE(4176), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(5749), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_val] = ACTIONS(5752), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), + [anon_sym_STAR] = ACTIONS(1065), [sym_label] = ACTIONS(327), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(3096), @@ -210997,10 +211117,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(329), [anon_sym_DASH_DASH] = ACTIONS(329), [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -211017,72 +211137,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(283), }, [1596] = { - [sym_getter] = STATE(3233), - [sym_setter] = STATE(3233), - [sym_modifiers] = STATE(8655), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1782), + [sym_getter] = STATE(3189), + [sym_setter] = STATE(3189), + [sym_modifiers] = STATE(8930), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1764), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1784), - [anon_sym_RBRACK] = ACTIONS(1784), - [anon_sym_as] = ACTIONS(1782), - [anon_sym_EQ] = ACTIONS(1782), - [anon_sym_LBRACE] = ACTIONS(1784), - [anon_sym_RBRACE] = ACTIONS(1784), - [anon_sym_LPAREN] = ACTIONS(1784), - [anon_sym_COMMA] = ACTIONS(1784), - [anon_sym_RPAREN] = ACTIONS(1784), - [anon_sym_LT] = ACTIONS(1782), - [anon_sym_GT] = ACTIONS(1782), - [anon_sym_where] = ACTIONS(1782), - [anon_sym_DOT] = ACTIONS(1782), - [anon_sym_SEMI] = ACTIONS(1784), - [anon_sym_get] = ACTIONS(5259), - [anon_sym_set] = ACTIONS(5261), - [anon_sym_STAR] = ACTIONS(1782), - [anon_sym_DASH_GT] = ACTIONS(1784), - [sym_label] = ACTIONS(1784), - [anon_sym_in] = ACTIONS(1782), - [anon_sym_while] = ACTIONS(1782), - [anon_sym_DOT_DOT] = ACTIONS(1784), - [anon_sym_QMARK_COLON] = ACTIONS(1784), - [anon_sym_AMP_AMP] = ACTIONS(1784), - [anon_sym_PIPE_PIPE] = ACTIONS(1784), - [anon_sym_else] = ACTIONS(1782), - [anon_sym_COLON_COLON] = ACTIONS(1784), - [anon_sym_PLUS_EQ] = ACTIONS(1784), - [anon_sym_DASH_EQ] = ACTIONS(1784), - [anon_sym_STAR_EQ] = ACTIONS(1784), - [anon_sym_SLASH_EQ] = ACTIONS(1784), - [anon_sym_PERCENT_EQ] = ACTIONS(1784), - [anon_sym_BANG_EQ] = ACTIONS(1782), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1784), - [anon_sym_EQ_EQ] = ACTIONS(1782), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1784), - [anon_sym_LT_EQ] = ACTIONS(1784), - [anon_sym_GT_EQ] = ACTIONS(1784), - [anon_sym_BANGin] = ACTIONS(1784), - [anon_sym_is] = ACTIONS(1782), - [anon_sym_BANGis] = ACTIONS(1784), - [anon_sym_PLUS] = ACTIONS(1782), - [anon_sym_DASH] = ACTIONS(1782), - [anon_sym_SLASH] = ACTIONS(1782), - [anon_sym_PERCENT] = ACTIONS(1782), - [anon_sym_as_QMARK] = ACTIONS(1784), - [anon_sym_PLUS_PLUS] = ACTIONS(1784), - [anon_sym_DASH_DASH] = ACTIONS(1784), - [anon_sym_BANG_BANG] = ACTIONS(1784), + [anon_sym_LBRACK] = ACTIONS(1766), + [anon_sym_RBRACK] = ACTIONS(1766), + [anon_sym_as] = ACTIONS(1764), + [anon_sym_EQ] = ACTIONS(1764), + [anon_sym_LBRACE] = ACTIONS(1766), + [anon_sym_RBRACE] = ACTIONS(1766), + [anon_sym_LPAREN] = ACTIONS(1766), + [anon_sym_COMMA] = ACTIONS(1766), + [anon_sym_RPAREN] = ACTIONS(1766), + [anon_sym_LT] = ACTIONS(1764), + [anon_sym_GT] = ACTIONS(1764), + [anon_sym_where] = ACTIONS(1764), + [anon_sym_DOT] = ACTIONS(1764), + [anon_sym_SEMI] = ACTIONS(3460), + [anon_sym_get] = ACTIONS(5275), + [anon_sym_set] = ACTIONS(5277), + [anon_sym_STAR] = ACTIONS(1764), + [anon_sym_DASH_GT] = ACTIONS(1766), + [sym_label] = ACTIONS(1766), + [anon_sym_in] = ACTIONS(1764), + [anon_sym_while] = ACTIONS(1764), + [anon_sym_DOT_DOT] = ACTIONS(1766), + [anon_sym_QMARK_COLON] = ACTIONS(1766), + [anon_sym_AMP_AMP] = ACTIONS(1766), + [anon_sym_PIPE_PIPE] = ACTIONS(1766), + [anon_sym_else] = ACTIONS(1764), + [anon_sym_COLON_COLON] = ACTIONS(1766), + [anon_sym_PLUS_EQ] = ACTIONS(1766), + [anon_sym_DASH_EQ] = ACTIONS(1766), + [anon_sym_STAR_EQ] = ACTIONS(1766), + [anon_sym_SLASH_EQ] = ACTIONS(1766), + [anon_sym_PERCENT_EQ] = ACTIONS(1766), + [anon_sym_BANG_EQ] = ACTIONS(1764), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), + [anon_sym_EQ_EQ] = ACTIONS(1764), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1766), + [anon_sym_LT_EQ] = ACTIONS(1766), + [anon_sym_GT_EQ] = ACTIONS(1766), + [anon_sym_BANGin] = ACTIONS(1766), + [anon_sym_is] = ACTIONS(1764), + [anon_sym_BANGis] = ACTIONS(1766), + [anon_sym_PLUS] = ACTIONS(1764), + [anon_sym_DASH] = ACTIONS(1764), + [anon_sym_SLASH] = ACTIONS(1764), + [anon_sym_PERCENT] = ACTIONS(1764), + [anon_sym_as_QMARK] = ACTIONS(1766), + [anon_sym_PLUS_PLUS] = ACTIONS(1766), + [anon_sym_DASH_DASH] = ACTIONS(1766), + [anon_sym_BANG_BANG] = ACTIONS(1766), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -211106,79 +211226,274 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1784), - [sym_safe_nav] = ACTIONS(1784), + [sym__backtick_identifier] = ACTIONS(1766), + [sym_safe_nav] = ACTIONS(1766), [sym_multiline_comment] = ACTIONS(3), }, [1597] = { - [sym_type_constraints] = STATE(1722), - [sym_property_delegate] = STATE(2441), - [sym_getter] = STATE(3727), - [sym_setter] = STATE(3727), - [sym_modifiers] = STATE(8690), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1694), + [sym_primary_constructor] = STATE(3537), + [sym_class_body] = STATE(3796), + [sym__class_parameters] = STATE(3610), + [sym_type_constraints] = STATE(3661), + [sym_modifiers] = STATE(9241), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3186), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_COLON] = ACTIONS(5754), + [anon_sym_LBRACK] = ACTIONS(3190), + [anon_sym_as] = ACTIONS(3186), + [anon_sym_EQ] = ACTIONS(3186), + [anon_sym_constructor] = ACTIONS(5358), + [anon_sym_LBRACE] = ACTIONS(5360), + [anon_sym_RBRACE] = ACTIONS(3190), + [anon_sym_LPAREN] = ACTIONS(5362), + [anon_sym_LT] = ACTIONS(3186), + [anon_sym_GT] = ACTIONS(3186), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(3186), + [anon_sym_SEMI] = ACTIONS(3190), + [anon_sym_get] = ACTIONS(3186), + [anon_sym_set] = ACTIONS(3186), + [anon_sym_STAR] = ACTIONS(3186), + [sym_label] = ACTIONS(3190), + [anon_sym_in] = ACTIONS(3186), + [anon_sym_DOT_DOT] = ACTIONS(3190), + [anon_sym_QMARK_COLON] = ACTIONS(3190), + [anon_sym_AMP_AMP] = ACTIONS(3190), + [anon_sym_PIPE_PIPE] = ACTIONS(3190), + [anon_sym_else] = ACTIONS(3186), + [anon_sym_COLON_COLON] = ACTIONS(3190), + [anon_sym_PLUS_EQ] = ACTIONS(3190), + [anon_sym_DASH_EQ] = ACTIONS(3190), + [anon_sym_STAR_EQ] = ACTIONS(3190), + [anon_sym_SLASH_EQ] = ACTIONS(3190), + [anon_sym_PERCENT_EQ] = ACTIONS(3190), + [anon_sym_BANG_EQ] = ACTIONS(3186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3190), + [anon_sym_EQ_EQ] = ACTIONS(3186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3190), + [anon_sym_LT_EQ] = ACTIONS(3190), + [anon_sym_GT_EQ] = ACTIONS(3190), + [anon_sym_BANGin] = ACTIONS(3190), + [anon_sym_is] = ACTIONS(3186), + [anon_sym_BANGis] = ACTIONS(3190), + [anon_sym_PLUS] = ACTIONS(3186), + [anon_sym_DASH] = ACTIONS(3186), + [anon_sym_SLASH] = ACTIONS(3186), + [anon_sym_PERCENT] = ACTIONS(3186), + [anon_sym_as_QMARK] = ACTIONS(3190), + [anon_sym_PLUS_PLUS] = ACTIONS(3190), + [anon_sym_DASH_DASH] = ACTIONS(3190), + [anon_sym_BANG_BANG] = ACTIONS(3190), + [anon_sym_suspend] = ACTIONS(3120), + [anon_sym_sealed] = ACTIONS(3122), + [anon_sym_annotation] = ACTIONS(3122), + [anon_sym_data] = ACTIONS(3122), + [anon_sym_inner] = ACTIONS(3122), + [anon_sym_override] = ACTIONS(3124), + [anon_sym_lateinit] = ACTIONS(3124), + [anon_sym_public] = ACTIONS(3126), + [anon_sym_private] = ACTIONS(3126), + [anon_sym_internal] = ACTIONS(3126), + [anon_sym_protected] = ACTIONS(3126), + [anon_sym_tailrec] = ACTIONS(3120), + [anon_sym_operator] = ACTIONS(3120), + [anon_sym_infix] = ACTIONS(3120), + [anon_sym_inline] = ACTIONS(3120), + [anon_sym_external] = ACTIONS(3120), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3130), + [anon_sym_final] = ACTIONS(3130), + [anon_sym_open] = ACTIONS(3130), + [anon_sym_vararg] = ACTIONS(3132), + [anon_sym_noinline] = ACTIONS(3132), + [anon_sym_crossinline] = ACTIONS(3132), + [anon_sym_expect] = ACTIONS(3134), + [anon_sym_actual] = ACTIONS(3134), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3190), + [sym__automatic_semicolon] = ACTIONS(3190), + [sym_safe_nav] = ACTIONS(3190), + [sym_multiline_comment] = ACTIONS(3), + }, + [1598] = { + [sym_primary_constructor] = STATE(3534), + [sym__class_parameters] = STATE(3610), + [sym_type_constraints] = STATE(3570), + [sym_enum_class_body] = STATE(3796), + [sym_modifiers] = STATE(9241), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3186), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_COLON] = ACTIONS(5756), + [anon_sym_LBRACK] = ACTIONS(3190), + [anon_sym_as] = ACTIONS(3186), + [anon_sym_EQ] = ACTIONS(3186), + [anon_sym_constructor] = ACTIONS(5358), + [anon_sym_LBRACE] = ACTIONS(5415), + [anon_sym_RBRACE] = ACTIONS(3190), + [anon_sym_LPAREN] = ACTIONS(5362), + [anon_sym_LT] = ACTIONS(3186), + [anon_sym_GT] = ACTIONS(3186), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(3186), + [anon_sym_SEMI] = ACTIONS(3190), + [anon_sym_get] = ACTIONS(3186), + [anon_sym_set] = ACTIONS(3186), + [anon_sym_STAR] = ACTIONS(3186), + [sym_label] = ACTIONS(3190), + [anon_sym_in] = ACTIONS(3186), + [anon_sym_DOT_DOT] = ACTIONS(3190), + [anon_sym_QMARK_COLON] = ACTIONS(3190), + [anon_sym_AMP_AMP] = ACTIONS(3190), + [anon_sym_PIPE_PIPE] = ACTIONS(3190), + [anon_sym_else] = ACTIONS(3186), + [anon_sym_COLON_COLON] = ACTIONS(3190), + [anon_sym_PLUS_EQ] = ACTIONS(3190), + [anon_sym_DASH_EQ] = ACTIONS(3190), + [anon_sym_STAR_EQ] = ACTIONS(3190), + [anon_sym_SLASH_EQ] = ACTIONS(3190), + [anon_sym_PERCENT_EQ] = ACTIONS(3190), + [anon_sym_BANG_EQ] = ACTIONS(3186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3190), + [anon_sym_EQ_EQ] = ACTIONS(3186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3190), + [anon_sym_LT_EQ] = ACTIONS(3190), + [anon_sym_GT_EQ] = ACTIONS(3190), + [anon_sym_BANGin] = ACTIONS(3190), + [anon_sym_is] = ACTIONS(3186), + [anon_sym_BANGis] = ACTIONS(3190), + [anon_sym_PLUS] = ACTIONS(3186), + [anon_sym_DASH] = ACTIONS(3186), + [anon_sym_SLASH] = ACTIONS(3186), + [anon_sym_PERCENT] = ACTIONS(3186), + [anon_sym_as_QMARK] = ACTIONS(3190), + [anon_sym_PLUS_PLUS] = ACTIONS(3190), + [anon_sym_DASH_DASH] = ACTIONS(3190), + [anon_sym_BANG_BANG] = ACTIONS(3190), + [anon_sym_suspend] = ACTIONS(3120), + [anon_sym_sealed] = ACTIONS(3122), + [anon_sym_annotation] = ACTIONS(3122), + [anon_sym_data] = ACTIONS(3122), + [anon_sym_inner] = ACTIONS(3122), + [anon_sym_override] = ACTIONS(3124), + [anon_sym_lateinit] = ACTIONS(3124), + [anon_sym_public] = ACTIONS(3126), + [anon_sym_private] = ACTIONS(3126), + [anon_sym_internal] = ACTIONS(3126), + [anon_sym_protected] = ACTIONS(3126), + [anon_sym_tailrec] = ACTIONS(3120), + [anon_sym_operator] = ACTIONS(3120), + [anon_sym_infix] = ACTIONS(3120), + [anon_sym_inline] = ACTIONS(3120), + [anon_sym_external] = ACTIONS(3120), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3130), + [anon_sym_final] = ACTIONS(3130), + [anon_sym_open] = ACTIONS(3130), + [anon_sym_vararg] = ACTIONS(3132), + [anon_sym_noinline] = ACTIONS(3132), + [anon_sym_crossinline] = ACTIONS(3132), + [anon_sym_expect] = ACTIONS(3134), + [anon_sym_actual] = ACTIONS(3134), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3190), + [sym__automatic_semicolon] = ACTIONS(3190), + [sym_safe_nav] = ACTIONS(3190), + [sym_multiline_comment] = ACTIONS(3), + }, + [1599] = { + [sym_type_constraints] = STATE(2395), + [sym_property_delegate] = STATE(2531), + [sym_getter] = STATE(3291), + [sym_setter] = STATE(3291), + [sym_modifiers] = STATE(8887), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1696), - [anon_sym_as] = ACTIONS(1694), - [anon_sym_EQ] = ACTIONS(5744), - [anon_sym_LBRACE] = ACTIONS(1696), - [anon_sym_RBRACE] = ACTIONS(1696), - [anon_sym_LPAREN] = ACTIONS(1696), - [anon_sym_COMMA] = ACTIONS(1696), - [anon_sym_by] = ACTIONS(5633), - [anon_sym_LT] = ACTIONS(1694), - [anon_sym_GT] = ACTIONS(1694), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(3638), - [anon_sym_get] = ACTIONS(5653), - [anon_sym_set] = ACTIONS(5655), - [anon_sym_STAR] = ACTIONS(1694), - [sym_label] = ACTIONS(1696), - [anon_sym_in] = ACTIONS(1694), - [anon_sym_DOT_DOT] = ACTIONS(1696), - [anon_sym_QMARK_COLON] = ACTIONS(1696), - [anon_sym_AMP_AMP] = ACTIONS(1696), - [anon_sym_PIPE_PIPE] = ACTIONS(1696), - [anon_sym_else] = ACTIONS(1694), - [anon_sym_COLON_COLON] = ACTIONS(1696), - [anon_sym_PLUS_EQ] = ACTIONS(1696), - [anon_sym_DASH_EQ] = ACTIONS(1696), - [anon_sym_STAR_EQ] = ACTIONS(1696), - [anon_sym_SLASH_EQ] = ACTIONS(1696), - [anon_sym_PERCENT_EQ] = ACTIONS(1696), - [anon_sym_BANG_EQ] = ACTIONS(1694), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), - [anon_sym_EQ_EQ] = ACTIONS(1694), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), - [anon_sym_LT_EQ] = ACTIONS(1696), - [anon_sym_GT_EQ] = ACTIONS(1696), - [anon_sym_BANGin] = ACTIONS(1696), - [anon_sym_is] = ACTIONS(1694), - [anon_sym_BANGis] = ACTIONS(1696), - [anon_sym_PLUS] = ACTIONS(1694), - [anon_sym_DASH] = ACTIONS(1694), - [anon_sym_SLASH] = ACTIONS(1694), - [anon_sym_PERCENT] = ACTIONS(1694), - [anon_sym_as_QMARK] = ACTIONS(1696), - [anon_sym_PLUS_PLUS] = ACTIONS(1696), - [anon_sym_DASH_DASH] = ACTIONS(1696), - [anon_sym_BANG_BANG] = ACTIONS(1696), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_EQ] = ACTIONS(5758), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_RPAREN] = ACTIONS(3280), + [anon_sym_by] = ACTIONS(5707), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(5760), + [anon_sym_get] = ACTIONS(5741), + [anon_sym_set] = ACTIONS(5743), + [anon_sym_STAR] = ACTIONS(3278), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_while] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_PLUS_EQ] = ACTIONS(3280), + [anon_sym_DASH_EQ] = ACTIONS(3280), + [anon_sym_STAR_EQ] = ACTIONS(3280), + [anon_sym_SLASH_EQ] = ACTIONS(3280), + [anon_sym_PERCENT_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3278), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3280), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -211202,177 +211517,564 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1696), - [sym__automatic_semicolon] = ACTIONS(1696), - [sym_safe_nav] = ACTIONS(1696), + [sym__backtick_identifier] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), [sym_multiline_comment] = ACTIONS(3), }, - [1598] = { - [sym__alpha_identifier] = ACTIONS(5067), - [anon_sym_AT] = ACTIONS(5069), - [anon_sym_LBRACK] = ACTIONS(5069), - [anon_sym_as] = ACTIONS(5067), - [anon_sym_LBRACE] = ACTIONS(5069), - [anon_sym_RBRACE] = ACTIONS(5069), - [anon_sym_LPAREN] = ACTIONS(5069), - [anon_sym_COMMA] = ACTIONS(5069), - [anon_sym_LT] = ACTIONS(5067), - [anon_sym_GT] = ACTIONS(5067), - [anon_sym_where] = ACTIONS(5067), - [anon_sym_object] = ACTIONS(5067), - [anon_sym_fun] = ACTIONS(5067), - [anon_sym_DOT] = ACTIONS(5067), - [anon_sym_SEMI] = ACTIONS(5746), - [anon_sym_get] = ACTIONS(5067), - [anon_sym_set] = ACTIONS(5067), - [anon_sym_this] = ACTIONS(5067), - [anon_sym_super] = ACTIONS(5067), - [anon_sym_STAR] = ACTIONS(5069), - [sym_label] = ACTIONS(5067), - [anon_sym_in] = ACTIONS(5067), - [anon_sym_DOT_DOT] = ACTIONS(5069), - [anon_sym_QMARK_COLON] = ACTIONS(5069), - [anon_sym_AMP_AMP] = ACTIONS(5069), - [anon_sym_PIPE_PIPE] = ACTIONS(5069), - [anon_sym_null] = ACTIONS(5067), - [anon_sym_if] = ACTIONS(5067), - [anon_sym_else] = ACTIONS(5748), - [anon_sym_when] = ACTIONS(5067), - [anon_sym_try] = ACTIONS(5067), - [anon_sym_throw] = ACTIONS(5067), - [anon_sym_return] = ACTIONS(5067), - [anon_sym_continue] = ACTIONS(5067), - [anon_sym_break] = ACTIONS(5067), - [anon_sym_COLON_COLON] = ACTIONS(5069), - [anon_sym_BANG_EQ] = ACTIONS(5067), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5069), - [anon_sym_EQ_EQ] = ACTIONS(5067), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5069), - [anon_sym_LT_EQ] = ACTIONS(5069), - [anon_sym_GT_EQ] = ACTIONS(5069), - [anon_sym_BANGin] = ACTIONS(5069), - [anon_sym_is] = ACTIONS(5067), - [anon_sym_BANGis] = ACTIONS(5069), - [anon_sym_PLUS] = ACTIONS(5067), - [anon_sym_DASH] = ACTIONS(5067), - [anon_sym_SLASH] = ACTIONS(5067), - [anon_sym_PERCENT] = ACTIONS(5069), - [anon_sym_as_QMARK] = ACTIONS(5069), - [anon_sym_PLUS_PLUS] = ACTIONS(5069), - [anon_sym_DASH_DASH] = ACTIONS(5069), - [anon_sym_BANG] = ACTIONS(5067), - [anon_sym_BANG_BANG] = ACTIONS(5069), - [anon_sym_suspend] = ACTIONS(5067), - [anon_sym_sealed] = ACTIONS(5067), - [anon_sym_annotation] = ACTIONS(5067), - [anon_sym_data] = ACTIONS(5067), - [anon_sym_inner] = ACTIONS(5067), - [anon_sym_override] = ACTIONS(5067), - [anon_sym_lateinit] = ACTIONS(5067), - [anon_sym_public] = ACTIONS(5067), - [anon_sym_private] = ACTIONS(5067), - [anon_sym_internal] = ACTIONS(5067), - [anon_sym_protected] = ACTIONS(5067), - [anon_sym_tailrec] = ACTIONS(5067), - [anon_sym_operator] = ACTIONS(5067), - [anon_sym_infix] = ACTIONS(5067), - [anon_sym_inline] = ACTIONS(5067), - [anon_sym_external] = ACTIONS(5067), - [sym_property_modifier] = ACTIONS(5067), - [anon_sym_abstract] = ACTIONS(5067), - [anon_sym_final] = ACTIONS(5067), - [anon_sym_open] = ACTIONS(5067), - [anon_sym_vararg] = ACTIONS(5067), - [anon_sym_noinline] = ACTIONS(5067), - [anon_sym_crossinline] = ACTIONS(5067), - [anon_sym_expect] = ACTIONS(5067), - [anon_sym_actual] = ACTIONS(5067), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5069), - [anon_sym_continue_AT] = ACTIONS(5069), - [anon_sym_break_AT] = ACTIONS(5069), - [sym_real_literal] = ACTIONS(5069), - [sym_integer_literal] = ACTIONS(5067), - [sym_hex_literal] = ACTIONS(5069), - [sym_bin_literal] = ACTIONS(5069), - [anon_sym_true] = ACTIONS(5067), - [anon_sym_false] = ACTIONS(5067), - [anon_sym_SQUOTE] = ACTIONS(5069), - [sym__backtick_identifier] = ACTIONS(5069), - [sym__automatic_semicolon] = ACTIONS(5069), - [sym_safe_nav] = ACTIONS(5069), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5069), + [1600] = { + [sym_type_constraints] = STATE(2398), + [sym_property_delegate] = STATE(2529), + [sym_getter] = STATE(3343), + [sym_setter] = STATE(3343), + [sym_modifiers] = STATE(8887), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3230), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(3234), + [anon_sym_as] = ACTIONS(3230), + [anon_sym_EQ] = ACTIONS(5762), + [anon_sym_LBRACE] = ACTIONS(3234), + [anon_sym_RBRACE] = ACTIONS(3234), + [anon_sym_LPAREN] = ACTIONS(3234), + [anon_sym_RPAREN] = ACTIONS(3234), + [anon_sym_by] = ACTIONS(5707), + [anon_sym_LT] = ACTIONS(3230), + [anon_sym_GT] = ACTIONS(3230), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(3230), + [anon_sym_SEMI] = ACTIONS(5764), + [anon_sym_get] = ACTIONS(5741), + [anon_sym_set] = ACTIONS(5743), + [anon_sym_STAR] = ACTIONS(3230), + [sym_label] = ACTIONS(3234), + [anon_sym_in] = ACTIONS(3230), + [anon_sym_while] = ACTIONS(3230), + [anon_sym_DOT_DOT] = ACTIONS(3234), + [anon_sym_QMARK_COLON] = ACTIONS(3234), + [anon_sym_AMP_AMP] = ACTIONS(3234), + [anon_sym_PIPE_PIPE] = ACTIONS(3234), + [anon_sym_else] = ACTIONS(3230), + [anon_sym_COLON_COLON] = ACTIONS(3234), + [anon_sym_PLUS_EQ] = ACTIONS(3234), + [anon_sym_DASH_EQ] = ACTIONS(3234), + [anon_sym_STAR_EQ] = ACTIONS(3234), + [anon_sym_SLASH_EQ] = ACTIONS(3234), + [anon_sym_PERCENT_EQ] = ACTIONS(3234), + [anon_sym_BANG_EQ] = ACTIONS(3230), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3234), + [anon_sym_EQ_EQ] = ACTIONS(3230), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3234), + [anon_sym_LT_EQ] = ACTIONS(3234), + [anon_sym_GT_EQ] = ACTIONS(3234), + [anon_sym_BANGin] = ACTIONS(3234), + [anon_sym_is] = ACTIONS(3230), + [anon_sym_BANGis] = ACTIONS(3234), + [anon_sym_PLUS] = ACTIONS(3230), + [anon_sym_DASH] = ACTIONS(3230), + [anon_sym_SLASH] = ACTIONS(3230), + [anon_sym_PERCENT] = ACTIONS(3230), + [anon_sym_as_QMARK] = ACTIONS(3234), + [anon_sym_PLUS_PLUS] = ACTIONS(3234), + [anon_sym_DASH_DASH] = ACTIONS(3234), + [anon_sym_BANG_BANG] = ACTIONS(3234), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3234), + [sym_safe_nav] = ACTIONS(3234), + [sym_multiline_comment] = ACTIONS(3), }, - [1599] = { - [sym_primary_constructor] = STATE(4796), - [sym__class_parameters] = STATE(4877), - [sym_type_constraints] = STATE(4829), - [sym_enum_class_body] = STATE(5032), - [sym_modifiers] = STATE(9180), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3190), + [1601] = { + [sym_getter] = STATE(3243), + [sym_setter] = STATE(3243), + [sym_modifiers] = STATE(8930), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1770), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1772), + [anon_sym_RBRACK] = ACTIONS(1772), + [anon_sym_as] = ACTIONS(1770), + [anon_sym_EQ] = ACTIONS(1770), + [anon_sym_LBRACE] = ACTIONS(1772), + [anon_sym_RBRACE] = ACTIONS(1772), + [anon_sym_LPAREN] = ACTIONS(1772), + [anon_sym_COMMA] = ACTIONS(1772), + [anon_sym_RPAREN] = ACTIONS(1772), + [anon_sym_LT] = ACTIONS(1770), + [anon_sym_GT] = ACTIONS(1770), + [anon_sym_where] = ACTIONS(1770), + [anon_sym_DOT] = ACTIONS(1770), + [anon_sym_SEMI] = ACTIONS(1772), + [anon_sym_get] = ACTIONS(5275), + [anon_sym_set] = ACTIONS(5277), + [anon_sym_STAR] = ACTIONS(1770), + [anon_sym_DASH_GT] = ACTIONS(1772), + [sym_label] = ACTIONS(1772), + [anon_sym_in] = ACTIONS(1770), + [anon_sym_while] = ACTIONS(1770), + [anon_sym_DOT_DOT] = ACTIONS(1772), + [anon_sym_QMARK_COLON] = ACTIONS(1772), + [anon_sym_AMP_AMP] = ACTIONS(1772), + [anon_sym_PIPE_PIPE] = ACTIONS(1772), + [anon_sym_else] = ACTIONS(1770), + [anon_sym_COLON_COLON] = ACTIONS(1772), + [anon_sym_PLUS_EQ] = ACTIONS(1772), + [anon_sym_DASH_EQ] = ACTIONS(1772), + [anon_sym_STAR_EQ] = ACTIONS(1772), + [anon_sym_SLASH_EQ] = ACTIONS(1772), + [anon_sym_PERCENT_EQ] = ACTIONS(1772), + [anon_sym_BANG_EQ] = ACTIONS(1770), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1772), + [anon_sym_EQ_EQ] = ACTIONS(1770), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1772), + [anon_sym_LT_EQ] = ACTIONS(1772), + [anon_sym_GT_EQ] = ACTIONS(1772), + [anon_sym_BANGin] = ACTIONS(1772), + [anon_sym_is] = ACTIONS(1770), + [anon_sym_BANGis] = ACTIONS(1772), + [anon_sym_PLUS] = ACTIONS(1770), + [anon_sym_DASH] = ACTIONS(1770), + [anon_sym_SLASH] = ACTIONS(1770), + [anon_sym_PERCENT] = ACTIONS(1770), + [anon_sym_as_QMARK] = ACTIONS(1772), + [anon_sym_PLUS_PLUS] = ACTIONS(1772), + [anon_sym_DASH_DASH] = ACTIONS(1772), + [anon_sym_BANG_BANG] = ACTIONS(1772), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1772), + [sym_safe_nav] = ACTIONS(1772), + [sym_multiline_comment] = ACTIONS(3), + }, + [1602] = { + [sym__alpha_identifier] = ACTIONS(4955), + [anon_sym_AT] = ACTIONS(4957), + [anon_sym_LBRACK] = ACTIONS(4957), + [anon_sym_as] = ACTIONS(4955), + [anon_sym_LBRACE] = ACTIONS(4957), + [anon_sym_RBRACE] = ACTIONS(4957), + [anon_sym_LPAREN] = ACTIONS(5766), + [anon_sym_COMMA] = ACTIONS(4957), + [anon_sym_LT] = ACTIONS(4955), + [anon_sym_GT] = ACTIONS(4955), + [anon_sym_where] = ACTIONS(4955), + [anon_sym_object] = ACTIONS(4955), + [anon_sym_fun] = ACTIONS(4955), + [anon_sym_DOT] = ACTIONS(4955), + [anon_sym_SEMI] = ACTIONS(4957), + [anon_sym_get] = ACTIONS(4955), + [anon_sym_set] = ACTIONS(4955), + [anon_sym_this] = ACTIONS(4955), + [anon_sym_super] = ACTIONS(4955), + [anon_sym_STAR] = ACTIONS(4957), + [sym_label] = ACTIONS(4955), + [anon_sym_in] = ACTIONS(4955), + [anon_sym_DOT_DOT] = ACTIONS(4957), + [anon_sym_QMARK_COLON] = ACTIONS(4957), + [anon_sym_AMP_AMP] = ACTIONS(4957), + [anon_sym_PIPE_PIPE] = ACTIONS(4957), + [anon_sym_null] = ACTIONS(4955), + [anon_sym_if] = ACTIONS(4955), + [anon_sym_else] = ACTIONS(4955), + [anon_sym_when] = ACTIONS(4955), + [anon_sym_try] = ACTIONS(4955), + [anon_sym_throw] = ACTIONS(4955), + [anon_sym_return] = ACTIONS(4955), + [anon_sym_continue] = ACTIONS(4955), + [anon_sym_break] = ACTIONS(4955), + [anon_sym_COLON_COLON] = ACTIONS(4957), + [anon_sym_BANG_EQ] = ACTIONS(4955), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4957), + [anon_sym_EQ_EQ] = ACTIONS(4955), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4957), + [anon_sym_LT_EQ] = ACTIONS(4957), + [anon_sym_GT_EQ] = ACTIONS(4957), + [anon_sym_BANGin] = ACTIONS(4957), + [anon_sym_is] = ACTIONS(4955), + [anon_sym_BANGis] = ACTIONS(4957), + [anon_sym_PLUS] = ACTIONS(4955), + [anon_sym_DASH] = ACTIONS(4955), + [anon_sym_SLASH] = ACTIONS(4955), + [anon_sym_PERCENT] = ACTIONS(4957), + [anon_sym_as_QMARK] = ACTIONS(4957), + [anon_sym_PLUS_PLUS] = ACTIONS(4957), + [anon_sym_DASH_DASH] = ACTIONS(4957), + [anon_sym_BANG] = ACTIONS(4955), + [anon_sym_BANG_BANG] = ACTIONS(4957), + [anon_sym_suspend] = ACTIONS(4955), + [anon_sym_sealed] = ACTIONS(4955), + [anon_sym_annotation] = ACTIONS(4955), + [anon_sym_data] = ACTIONS(4955), + [anon_sym_inner] = ACTIONS(4955), + [anon_sym_override] = ACTIONS(4955), + [anon_sym_lateinit] = ACTIONS(4955), + [anon_sym_public] = ACTIONS(4955), + [anon_sym_private] = ACTIONS(4955), + [anon_sym_internal] = ACTIONS(4955), + [anon_sym_protected] = ACTIONS(4955), + [anon_sym_tailrec] = ACTIONS(4955), + [anon_sym_operator] = ACTIONS(4955), + [anon_sym_infix] = ACTIONS(4955), + [anon_sym_inline] = ACTIONS(4955), + [anon_sym_external] = ACTIONS(4955), + [sym_property_modifier] = ACTIONS(4955), + [anon_sym_abstract] = ACTIONS(4955), + [anon_sym_final] = ACTIONS(4955), + [anon_sym_open] = ACTIONS(4955), + [anon_sym_vararg] = ACTIONS(4955), + [anon_sym_noinline] = ACTIONS(4955), + [anon_sym_crossinline] = ACTIONS(4955), + [anon_sym_expect] = ACTIONS(4955), + [anon_sym_actual] = ACTIONS(4955), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4957), + [anon_sym_continue_AT] = ACTIONS(4957), + [anon_sym_break_AT] = ACTIONS(4957), + [sym_real_literal] = ACTIONS(4957), + [sym_integer_literal] = ACTIONS(4955), + [sym_hex_literal] = ACTIONS(4957), + [sym_bin_literal] = ACTIONS(4957), + [anon_sym_true] = ACTIONS(4955), + [anon_sym_false] = ACTIONS(4955), + [anon_sym_SQUOTE] = ACTIONS(4957), + [sym__backtick_identifier] = ACTIONS(4957), + [sym__automatic_semicolon] = ACTIONS(4957), + [sym_safe_nav] = ACTIONS(4957), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4957), + }, + [1603] = { + [sym__alpha_identifier] = ACTIONS(4150), + [anon_sym_AT] = ACTIONS(4148), + [anon_sym_LBRACK] = ACTIONS(4148), + [anon_sym_as] = ACTIONS(4150), + [anon_sym_LBRACE] = ACTIONS(4148), + [anon_sym_RBRACE] = ACTIONS(4148), + [anon_sym_LPAREN] = ACTIONS(5768), + [anon_sym_COMMA] = ACTIONS(4148), + [anon_sym_LT] = ACTIONS(4150), + [anon_sym_GT] = ACTIONS(4150), + [anon_sym_where] = ACTIONS(4150), + [anon_sym_object] = ACTIONS(4150), + [anon_sym_fun] = ACTIONS(4150), + [anon_sym_DOT] = ACTIONS(4150), + [anon_sym_SEMI] = ACTIONS(4148), + [anon_sym_get] = ACTIONS(4150), + [anon_sym_set] = ACTIONS(4150), + [anon_sym_this] = ACTIONS(4150), + [anon_sym_super] = ACTIONS(4150), + [anon_sym_STAR] = ACTIONS(4148), + [sym_label] = ACTIONS(4150), + [anon_sym_in] = ACTIONS(4150), + [anon_sym_DOT_DOT] = ACTIONS(4148), + [anon_sym_QMARK_COLON] = ACTIONS(4148), + [anon_sym_AMP_AMP] = ACTIONS(4148), + [anon_sym_PIPE_PIPE] = ACTIONS(4148), + [anon_sym_null] = ACTIONS(4150), + [anon_sym_if] = ACTIONS(4150), + [anon_sym_else] = ACTIONS(4150), + [anon_sym_when] = ACTIONS(4150), + [anon_sym_try] = ACTIONS(4150), + [anon_sym_throw] = ACTIONS(4150), + [anon_sym_return] = ACTIONS(4150), + [anon_sym_continue] = ACTIONS(4150), + [anon_sym_break] = ACTIONS(4150), + [anon_sym_COLON_COLON] = ACTIONS(4148), + [anon_sym_BANG_EQ] = ACTIONS(4150), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4148), + [anon_sym_EQ_EQ] = ACTIONS(4150), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4148), + [anon_sym_LT_EQ] = ACTIONS(4148), + [anon_sym_GT_EQ] = ACTIONS(4148), + [anon_sym_BANGin] = ACTIONS(4148), + [anon_sym_is] = ACTIONS(4150), + [anon_sym_BANGis] = ACTIONS(4148), + [anon_sym_PLUS] = ACTIONS(4150), + [anon_sym_DASH] = ACTIONS(4150), + [anon_sym_SLASH] = ACTIONS(4150), + [anon_sym_PERCENT] = ACTIONS(4148), + [anon_sym_as_QMARK] = ACTIONS(4148), + [anon_sym_PLUS_PLUS] = ACTIONS(4148), + [anon_sym_DASH_DASH] = ACTIONS(4148), + [anon_sym_BANG] = ACTIONS(4150), + [anon_sym_BANG_BANG] = ACTIONS(4148), + [anon_sym_suspend] = ACTIONS(4150), + [anon_sym_sealed] = ACTIONS(4150), + [anon_sym_annotation] = ACTIONS(4150), + [anon_sym_data] = ACTIONS(4150), + [anon_sym_inner] = ACTIONS(4150), + [anon_sym_override] = ACTIONS(4150), + [anon_sym_lateinit] = ACTIONS(4150), + [anon_sym_public] = ACTIONS(4150), + [anon_sym_private] = ACTIONS(4150), + [anon_sym_internal] = ACTIONS(4150), + [anon_sym_protected] = ACTIONS(4150), + [anon_sym_tailrec] = ACTIONS(4150), + [anon_sym_operator] = ACTIONS(4150), + [anon_sym_infix] = ACTIONS(4150), + [anon_sym_inline] = ACTIONS(4150), + [anon_sym_external] = ACTIONS(4150), + [sym_property_modifier] = ACTIONS(4150), + [anon_sym_abstract] = ACTIONS(4150), + [anon_sym_final] = ACTIONS(4150), + [anon_sym_open] = ACTIONS(4150), + [anon_sym_vararg] = ACTIONS(4150), + [anon_sym_noinline] = ACTIONS(4150), + [anon_sym_crossinline] = ACTIONS(4150), + [anon_sym_expect] = ACTIONS(4150), + [anon_sym_actual] = ACTIONS(4150), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4148), + [anon_sym_continue_AT] = ACTIONS(4148), + [anon_sym_break_AT] = ACTIONS(4148), + [sym_real_literal] = ACTIONS(4148), + [sym_integer_literal] = ACTIONS(4150), + [sym_hex_literal] = ACTIONS(4148), + [sym_bin_literal] = ACTIONS(4148), + [anon_sym_true] = ACTIONS(4150), + [anon_sym_false] = ACTIONS(4150), + [anon_sym_SQUOTE] = ACTIONS(4148), + [sym__backtick_identifier] = ACTIONS(4148), + [sym__automatic_semicolon] = ACTIONS(4148), + [sym_safe_nav] = ACTIONS(4148), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4148), + }, + [1604] = { + [sym__alpha_identifier] = ACTIONS(4293), + [anon_sym_AT] = ACTIONS(4291), + [anon_sym_LBRACK] = ACTIONS(4291), + [anon_sym_as] = ACTIONS(4293), + [anon_sym_LBRACE] = ACTIONS(4291), + [anon_sym_RBRACE] = ACTIONS(4291), + [anon_sym_LPAREN] = ACTIONS(5770), + [anon_sym_COMMA] = ACTIONS(4291), + [anon_sym_LT] = ACTIONS(4293), + [anon_sym_GT] = ACTIONS(4293), + [anon_sym_where] = ACTIONS(4293), + [anon_sym_object] = ACTIONS(4293), + [anon_sym_fun] = ACTIONS(4293), + [anon_sym_DOT] = ACTIONS(4293), + [anon_sym_SEMI] = ACTIONS(4291), + [anon_sym_get] = ACTIONS(4293), + [anon_sym_set] = ACTIONS(4293), + [anon_sym_this] = ACTIONS(4293), + [anon_sym_super] = ACTIONS(4293), + [anon_sym_STAR] = ACTIONS(4291), + [sym_label] = ACTIONS(4293), + [anon_sym_in] = ACTIONS(4293), + [anon_sym_DOT_DOT] = ACTIONS(4291), + [anon_sym_QMARK_COLON] = ACTIONS(4291), + [anon_sym_AMP_AMP] = ACTIONS(4291), + [anon_sym_PIPE_PIPE] = ACTIONS(4291), + [anon_sym_null] = ACTIONS(4293), + [anon_sym_if] = ACTIONS(4293), + [anon_sym_else] = ACTIONS(4293), + [anon_sym_when] = ACTIONS(4293), + [anon_sym_try] = ACTIONS(4293), + [anon_sym_throw] = ACTIONS(4293), + [anon_sym_return] = ACTIONS(4293), + [anon_sym_continue] = ACTIONS(4293), + [anon_sym_break] = ACTIONS(4293), + [anon_sym_COLON_COLON] = ACTIONS(4291), + [anon_sym_BANG_EQ] = ACTIONS(4293), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4291), + [anon_sym_EQ_EQ] = ACTIONS(4293), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4291), + [anon_sym_LT_EQ] = ACTIONS(4291), + [anon_sym_GT_EQ] = ACTIONS(4291), + [anon_sym_BANGin] = ACTIONS(4291), + [anon_sym_is] = ACTIONS(4293), + [anon_sym_BANGis] = ACTIONS(4291), + [anon_sym_PLUS] = ACTIONS(4293), + [anon_sym_DASH] = ACTIONS(4293), + [anon_sym_SLASH] = ACTIONS(4293), + [anon_sym_PERCENT] = ACTIONS(4291), + [anon_sym_as_QMARK] = ACTIONS(4291), + [anon_sym_PLUS_PLUS] = ACTIONS(4291), + [anon_sym_DASH_DASH] = ACTIONS(4291), + [anon_sym_BANG] = ACTIONS(4293), + [anon_sym_BANG_BANG] = ACTIONS(4291), + [anon_sym_suspend] = ACTIONS(4293), + [anon_sym_sealed] = ACTIONS(4293), + [anon_sym_annotation] = ACTIONS(4293), + [anon_sym_data] = ACTIONS(4293), + [anon_sym_inner] = ACTIONS(4293), + [anon_sym_override] = ACTIONS(4293), + [anon_sym_lateinit] = ACTIONS(4293), + [anon_sym_public] = ACTIONS(4293), + [anon_sym_private] = ACTIONS(4293), + [anon_sym_internal] = ACTIONS(4293), + [anon_sym_protected] = ACTIONS(4293), + [anon_sym_tailrec] = ACTIONS(4293), + [anon_sym_operator] = ACTIONS(4293), + [anon_sym_infix] = ACTIONS(4293), + [anon_sym_inline] = ACTIONS(4293), + [anon_sym_external] = ACTIONS(4293), + [sym_property_modifier] = ACTIONS(4293), + [anon_sym_abstract] = ACTIONS(4293), + [anon_sym_final] = ACTIONS(4293), + [anon_sym_open] = ACTIONS(4293), + [anon_sym_vararg] = ACTIONS(4293), + [anon_sym_noinline] = ACTIONS(4293), + [anon_sym_crossinline] = ACTIONS(4293), + [anon_sym_expect] = ACTIONS(4293), + [anon_sym_actual] = ACTIONS(4293), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4291), + [anon_sym_continue_AT] = ACTIONS(4291), + [anon_sym_break_AT] = ACTIONS(4291), + [sym_real_literal] = ACTIONS(4291), + [sym_integer_literal] = ACTIONS(4293), + [sym_hex_literal] = ACTIONS(4291), + [sym_bin_literal] = ACTIONS(4291), + [anon_sym_true] = ACTIONS(4293), + [anon_sym_false] = ACTIONS(4293), + [anon_sym_SQUOTE] = ACTIONS(4291), + [sym__backtick_identifier] = ACTIONS(4291), + [sym__automatic_semicolon] = ACTIONS(4291), + [sym_safe_nav] = ACTIONS(4291), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4291), + }, + [1605] = { + [sym_primary_constructor] = STATE(3526), + [sym_class_body] = STATE(3786), + [sym__class_parameters] = STATE(3610), + [sym_type_constraints] = STATE(3631), + [sym_modifiers] = STATE(9241), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3196), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(5750), - [anon_sym_LBRACK] = ACTIONS(3194), - [anon_sym_as] = ACTIONS(3190), - [anon_sym_EQ] = ACTIONS(3190), - [anon_sym_constructor] = ACTIONS(5334), - [anon_sym_LBRACE] = ACTIONS(5336), - [anon_sym_RBRACE] = ACTIONS(3194), - [anon_sym_LPAREN] = ACTIONS(5338), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3190), - [anon_sym_where] = ACTIONS(5342), - [anon_sym_DOT] = ACTIONS(3190), - [anon_sym_SEMI] = ACTIONS(3194), - [anon_sym_get] = ACTIONS(3190), - [anon_sym_set] = ACTIONS(3190), - [anon_sym_STAR] = ACTIONS(3190), - [sym_label] = ACTIONS(3194), - [anon_sym_in] = ACTIONS(3190), - [anon_sym_DOT_DOT] = ACTIONS(3194), - [anon_sym_QMARK_COLON] = ACTIONS(3194), - [anon_sym_AMP_AMP] = ACTIONS(3194), - [anon_sym_PIPE_PIPE] = ACTIONS(3194), - [anon_sym_else] = ACTIONS(3190), - [anon_sym_COLON_COLON] = ACTIONS(3194), - [anon_sym_PLUS_EQ] = ACTIONS(3194), - [anon_sym_DASH_EQ] = ACTIONS(3194), - [anon_sym_STAR_EQ] = ACTIONS(3194), - [anon_sym_SLASH_EQ] = ACTIONS(3194), - [anon_sym_PERCENT_EQ] = ACTIONS(3194), - [anon_sym_BANG_EQ] = ACTIONS(3190), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3194), - [anon_sym_EQ_EQ] = ACTIONS(3190), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3194), - [anon_sym_LT_EQ] = ACTIONS(3194), - [anon_sym_GT_EQ] = ACTIONS(3194), - [anon_sym_BANGin] = ACTIONS(3194), - [anon_sym_is] = ACTIONS(3190), - [anon_sym_BANGis] = ACTIONS(3194), - [anon_sym_PLUS] = ACTIONS(3190), - [anon_sym_DASH] = ACTIONS(3190), - [anon_sym_SLASH] = ACTIONS(3190), - [anon_sym_PERCENT] = ACTIONS(3190), - [anon_sym_as_QMARK] = ACTIONS(3194), - [anon_sym_PLUS_PLUS] = ACTIONS(3194), - [anon_sym_DASH_DASH] = ACTIONS(3194), - [anon_sym_BANG_BANG] = ACTIONS(3194), + [anon_sym_COLON] = ACTIONS(5772), + [anon_sym_LBRACK] = ACTIONS(3200), + [anon_sym_as] = ACTIONS(3196), + [anon_sym_EQ] = ACTIONS(3196), + [anon_sym_constructor] = ACTIONS(5358), + [anon_sym_LBRACE] = ACTIONS(5360), + [anon_sym_RBRACE] = ACTIONS(3200), + [anon_sym_LPAREN] = ACTIONS(5362), + [anon_sym_LT] = ACTIONS(3196), + [anon_sym_GT] = ACTIONS(3196), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(3196), + [anon_sym_SEMI] = ACTIONS(3200), + [anon_sym_get] = ACTIONS(3196), + [anon_sym_set] = ACTIONS(3196), + [anon_sym_STAR] = ACTIONS(3196), + [sym_label] = ACTIONS(3200), + [anon_sym_in] = ACTIONS(3196), + [anon_sym_DOT_DOT] = ACTIONS(3200), + [anon_sym_QMARK_COLON] = ACTIONS(3200), + [anon_sym_AMP_AMP] = ACTIONS(3200), + [anon_sym_PIPE_PIPE] = ACTIONS(3200), + [anon_sym_else] = ACTIONS(3196), + [anon_sym_COLON_COLON] = ACTIONS(3200), + [anon_sym_PLUS_EQ] = ACTIONS(3200), + [anon_sym_DASH_EQ] = ACTIONS(3200), + [anon_sym_STAR_EQ] = ACTIONS(3200), + [anon_sym_SLASH_EQ] = ACTIONS(3200), + [anon_sym_PERCENT_EQ] = ACTIONS(3200), + [anon_sym_BANG_EQ] = ACTIONS(3196), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3200), + [anon_sym_EQ_EQ] = ACTIONS(3196), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3200), + [anon_sym_LT_EQ] = ACTIONS(3200), + [anon_sym_GT_EQ] = ACTIONS(3200), + [anon_sym_BANGin] = ACTIONS(3200), + [anon_sym_is] = ACTIONS(3196), + [anon_sym_BANGis] = ACTIONS(3200), + [anon_sym_PLUS] = ACTIONS(3196), + [anon_sym_DASH] = ACTIONS(3196), + [anon_sym_SLASH] = ACTIONS(3196), + [anon_sym_PERCENT] = ACTIONS(3196), + [anon_sym_as_QMARK] = ACTIONS(3200), + [anon_sym_PLUS_PLUS] = ACTIONS(3200), + [anon_sym_DASH_DASH] = ACTIONS(3200), + [anon_sym_BANG_BANG] = ACTIONS(3200), [anon_sym_suspend] = ACTIONS(3120), [anon_sym_sealed] = ACTIONS(3122), [anon_sym_annotation] = ACTIONS(3122), @@ -211399,77 +212101,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3134), [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3194), - [sym__automatic_semicolon] = ACTIONS(3194), - [sym_safe_nav] = ACTIONS(3194), + [sym__backtick_identifier] = ACTIONS(3200), + [sym__automatic_semicolon] = ACTIONS(3200), + [sym_safe_nav] = ACTIONS(3200), [sym_multiline_comment] = ACTIONS(3), }, - [1600] = { - [sym_type_constraints] = STATE(2117), - [sym_property_delegate] = STATE(2453), - [sym_getter] = STATE(5011), - [sym_setter] = STATE(5011), - [sym_modifiers] = STATE(8718), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), + [1606] = { + [sym_getter] = STATE(4607), + [sym_setter] = STATE(4607), + [sym_modifiers] = STATE(8670), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_EQ] = ACTIONS(5752), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_COMMA] = ACTIONS(1778), - [anon_sym_by] = ACTIONS(5633), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(3636), - [anon_sym_get] = ACTIONS(5637), - [anon_sym_set] = ACTIONS(5639), - [anon_sym_STAR] = ACTIONS(1776), - [sym_label] = ACTIONS(1778), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_PLUS_EQ] = ACTIONS(1778), - [anon_sym_DASH_EQ] = ACTIONS(1778), - [anon_sym_STAR_EQ] = ACTIONS(1778), - [anon_sym_SLASH_EQ] = ACTIONS(1778), - [anon_sym_PERCENT_EQ] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1776), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG_BANG] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_RBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_EQ] = ACTIONS(3278), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_COMMA] = ACTIONS(3280), + [anon_sym_RPAREN] = ACTIONS(3280), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_where] = ACTIONS(3278), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(5303), + [anon_sym_get] = ACTIONS(5267), + [anon_sym_set] = ACTIONS(5269), + [anon_sym_STAR] = ACTIONS(3278), + [anon_sym_DASH_GT] = ACTIONS(3280), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_while] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_PLUS_EQ] = ACTIONS(3280), + [anon_sym_DASH_EQ] = ACTIONS(3280), + [anon_sym_STAR_EQ] = ACTIONS(3280), + [anon_sym_SLASH_EQ] = ACTIONS(3280), + [anon_sym_PERCENT_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3278), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3280), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -211493,81 +212196,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1778), - [sym__automatic_semicolon] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), + [sym__backtick_identifier] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), [sym_multiline_comment] = ACTIONS(3), }, - [1601] = { - [sym_getter] = STATE(3232), - [sym_setter] = STATE(3232), - [sym_modifiers] = STATE(8655), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), + [1607] = { + [sym_type_constraints] = STATE(2394), + [sym_property_delegate] = STATE(2540), + [sym_getter] = STATE(3255), + [sym_setter] = STATE(3255), + [sym_modifiers] = STATE(8887), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_RBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_EQ] = ACTIONS(3254), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_COMMA] = ACTIONS(3256), - [anon_sym_RPAREN] = ACTIONS(3256), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_where] = ACTIONS(3254), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(3256), - [anon_sym_get] = ACTIONS(5259), - [anon_sym_set] = ACTIONS(5261), - [anon_sym_STAR] = ACTIONS(3254), - [anon_sym_DASH_GT] = ACTIONS(3256), - [sym_label] = ACTIONS(3256), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_while] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_PLUS_EQ] = ACTIONS(3256), - [anon_sym_DASH_EQ] = ACTIONS(3256), - [anon_sym_STAR_EQ] = ACTIONS(3256), - [anon_sym_SLASH_EQ] = ACTIONS(3256), - [anon_sym_PERCENT_EQ] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3254), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG_BANG] = ACTIONS(3256), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_EQ] = ACTIONS(5774), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_RPAREN] = ACTIONS(1786), + [anon_sym_by] = ACTIONS(5707), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(3694), + [anon_sym_get] = ACTIONS(5741), + [anon_sym_set] = ACTIONS(5743), + [anon_sym_STAR] = ACTIONS(1784), + [sym_label] = ACTIONS(1786), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_while] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_PLUS_EQ] = ACTIONS(1786), + [anon_sym_DASH_EQ] = ACTIONS(1786), + [anon_sym_STAR_EQ] = ACTIONS(1786), + [anon_sym_SLASH_EQ] = ACTIONS(1786), + [anon_sym_PERCENT_EQ] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1784), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG_BANG] = ACTIONS(1786), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -211591,177 +212293,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), + [sym__backtick_identifier] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), [sym_multiline_comment] = ACTIONS(3), }, - [1602] = { - [sym__alpha_identifier] = ACTIONS(5067), - [anon_sym_AT] = ACTIONS(5069), - [anon_sym_LBRACK] = ACTIONS(5069), - [anon_sym_as] = ACTIONS(5067), - [anon_sym_LBRACE] = ACTIONS(5069), - [anon_sym_RBRACE] = ACTIONS(5069), - [anon_sym_LPAREN] = ACTIONS(5069), - [anon_sym_COMMA] = ACTIONS(5069), - [anon_sym_LT] = ACTIONS(5067), - [anon_sym_GT] = ACTIONS(5067), - [anon_sym_where] = ACTIONS(5067), - [anon_sym_object] = ACTIONS(5067), - [anon_sym_fun] = ACTIONS(5067), - [anon_sym_DOT] = ACTIONS(5067), - [anon_sym_SEMI] = ACTIONS(5069), - [anon_sym_get] = ACTIONS(5067), - [anon_sym_set] = ACTIONS(5067), - [anon_sym_this] = ACTIONS(5067), - [anon_sym_super] = ACTIONS(5067), - [anon_sym_STAR] = ACTIONS(5069), - [sym_label] = ACTIONS(5067), - [anon_sym_in] = ACTIONS(5067), - [anon_sym_DOT_DOT] = ACTIONS(5069), - [anon_sym_QMARK_COLON] = ACTIONS(5069), - [anon_sym_AMP_AMP] = ACTIONS(5069), - [anon_sym_PIPE_PIPE] = ACTIONS(5069), - [anon_sym_null] = ACTIONS(5067), - [anon_sym_if] = ACTIONS(5067), - [anon_sym_else] = ACTIONS(5748), - [anon_sym_when] = ACTIONS(5067), - [anon_sym_try] = ACTIONS(5067), - [anon_sym_throw] = ACTIONS(5067), - [anon_sym_return] = ACTIONS(5067), - [anon_sym_continue] = ACTIONS(5067), - [anon_sym_break] = ACTIONS(5067), - [anon_sym_COLON_COLON] = ACTIONS(5069), - [anon_sym_BANG_EQ] = ACTIONS(5067), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5069), - [anon_sym_EQ_EQ] = ACTIONS(5067), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5069), - [anon_sym_LT_EQ] = ACTIONS(5069), - [anon_sym_GT_EQ] = ACTIONS(5069), - [anon_sym_BANGin] = ACTIONS(5069), - [anon_sym_is] = ACTIONS(5067), - [anon_sym_BANGis] = ACTIONS(5069), - [anon_sym_PLUS] = ACTIONS(5067), - [anon_sym_DASH] = ACTIONS(5067), - [anon_sym_SLASH] = ACTIONS(5067), - [anon_sym_PERCENT] = ACTIONS(5069), - [anon_sym_as_QMARK] = ACTIONS(5069), - [anon_sym_PLUS_PLUS] = ACTIONS(5069), - [anon_sym_DASH_DASH] = ACTIONS(5069), - [anon_sym_BANG] = ACTIONS(5067), - [anon_sym_BANG_BANG] = ACTIONS(5069), - [anon_sym_suspend] = ACTIONS(5067), - [anon_sym_sealed] = ACTIONS(5067), - [anon_sym_annotation] = ACTIONS(5067), - [anon_sym_data] = ACTIONS(5067), - [anon_sym_inner] = ACTIONS(5067), - [anon_sym_override] = ACTIONS(5067), - [anon_sym_lateinit] = ACTIONS(5067), - [anon_sym_public] = ACTIONS(5067), - [anon_sym_private] = ACTIONS(5067), - [anon_sym_internal] = ACTIONS(5067), - [anon_sym_protected] = ACTIONS(5067), - [anon_sym_tailrec] = ACTIONS(5067), - [anon_sym_operator] = ACTIONS(5067), - [anon_sym_infix] = ACTIONS(5067), - [anon_sym_inline] = ACTIONS(5067), - [anon_sym_external] = ACTIONS(5067), - [sym_property_modifier] = ACTIONS(5067), - [anon_sym_abstract] = ACTIONS(5067), - [anon_sym_final] = ACTIONS(5067), - [anon_sym_open] = ACTIONS(5067), - [anon_sym_vararg] = ACTIONS(5067), - [anon_sym_noinline] = ACTIONS(5067), - [anon_sym_crossinline] = ACTIONS(5067), - [anon_sym_expect] = ACTIONS(5067), - [anon_sym_actual] = ACTIONS(5067), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5069), - [anon_sym_continue_AT] = ACTIONS(5069), - [anon_sym_break_AT] = ACTIONS(5069), - [sym_real_literal] = ACTIONS(5069), - [sym_integer_literal] = ACTIONS(5067), - [sym_hex_literal] = ACTIONS(5069), - [sym_bin_literal] = ACTIONS(5069), - [anon_sym_true] = ACTIONS(5067), - [anon_sym_false] = ACTIONS(5067), - [anon_sym_SQUOTE] = ACTIONS(5069), - [sym__backtick_identifier] = ACTIONS(5069), - [sym__automatic_semicolon] = ACTIONS(5069), - [sym_safe_nav] = ACTIONS(5069), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5069), - }, - [1603] = { - [sym_type_constraints] = STATE(2423), - [sym_property_delegate] = STATE(2495), - [sym_getter] = STATE(4736), - [sym_setter] = STATE(4736), - [sym_modifiers] = STATE(8861), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1764), + [1608] = { + [sym_type_constraints] = STATE(2393), + [sym_property_delegate] = STATE(2553), + [sym_getter] = STATE(3203), + [sym_setter] = STATE(3203), + [sym_modifiers] = STATE(8887), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1694), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1766), - [anon_sym_as] = ACTIONS(1764), - [anon_sym_EQ] = ACTIONS(5754), - [anon_sym_LBRACE] = ACTIONS(1766), - [anon_sym_RBRACE] = ACTIONS(1766), - [anon_sym_LPAREN] = ACTIONS(1766), - [anon_sym_RPAREN] = ACTIONS(1766), - [anon_sym_by] = ACTIONS(5643), - [anon_sym_LT] = ACTIONS(1764), - [anon_sym_GT] = ACTIONS(1764), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(1764), - [anon_sym_SEMI] = ACTIONS(3684), - [anon_sym_get] = ACTIONS(5693), - [anon_sym_set] = ACTIONS(5695), - [anon_sym_STAR] = ACTIONS(1764), - [sym_label] = ACTIONS(1766), - [anon_sym_in] = ACTIONS(1764), - [anon_sym_while] = ACTIONS(1764), - [anon_sym_DOT_DOT] = ACTIONS(1766), - [anon_sym_QMARK_COLON] = ACTIONS(1766), - [anon_sym_AMP_AMP] = ACTIONS(1766), - [anon_sym_PIPE_PIPE] = ACTIONS(1766), - [anon_sym_else] = ACTIONS(1764), - [anon_sym_COLON_COLON] = ACTIONS(1766), - [anon_sym_PLUS_EQ] = ACTIONS(1766), - [anon_sym_DASH_EQ] = ACTIONS(1766), - [anon_sym_STAR_EQ] = ACTIONS(1766), - [anon_sym_SLASH_EQ] = ACTIONS(1766), - [anon_sym_PERCENT_EQ] = ACTIONS(1766), - [anon_sym_BANG_EQ] = ACTIONS(1764), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), - [anon_sym_EQ_EQ] = ACTIONS(1764), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1766), - [anon_sym_LT_EQ] = ACTIONS(1766), - [anon_sym_GT_EQ] = ACTIONS(1766), - [anon_sym_BANGin] = ACTIONS(1766), - [anon_sym_is] = ACTIONS(1764), - [anon_sym_BANGis] = ACTIONS(1766), - [anon_sym_PLUS] = ACTIONS(1764), - [anon_sym_DASH] = ACTIONS(1764), - [anon_sym_SLASH] = ACTIONS(1764), - [anon_sym_PERCENT] = ACTIONS(1764), - [anon_sym_as_QMARK] = ACTIONS(1766), - [anon_sym_PLUS_PLUS] = ACTIONS(1766), - [anon_sym_DASH_DASH] = ACTIONS(1766), - [anon_sym_BANG_BANG] = ACTIONS(1766), + [anon_sym_LBRACK] = ACTIONS(1696), + [anon_sym_as] = ACTIONS(1694), + [anon_sym_EQ] = ACTIONS(5776), + [anon_sym_LBRACE] = ACTIONS(1696), + [anon_sym_RBRACE] = ACTIONS(1696), + [anon_sym_LPAREN] = ACTIONS(1696), + [anon_sym_RPAREN] = ACTIONS(1696), + [anon_sym_by] = ACTIONS(5707), + [anon_sym_LT] = ACTIONS(1694), + [anon_sym_GT] = ACTIONS(1694), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(1694), + [anon_sym_SEMI] = ACTIONS(3682), + [anon_sym_get] = ACTIONS(5741), + [anon_sym_set] = ACTIONS(5743), + [anon_sym_STAR] = ACTIONS(1694), + [sym_label] = ACTIONS(1696), + [anon_sym_in] = ACTIONS(1694), + [anon_sym_while] = ACTIONS(1694), + [anon_sym_DOT_DOT] = ACTIONS(1696), + [anon_sym_QMARK_COLON] = ACTIONS(1696), + [anon_sym_AMP_AMP] = ACTIONS(1696), + [anon_sym_PIPE_PIPE] = ACTIONS(1696), + [anon_sym_else] = ACTIONS(1694), + [anon_sym_COLON_COLON] = ACTIONS(1696), + [anon_sym_PLUS_EQ] = ACTIONS(1696), + [anon_sym_DASH_EQ] = ACTIONS(1696), + [anon_sym_STAR_EQ] = ACTIONS(1696), + [anon_sym_SLASH_EQ] = ACTIONS(1696), + [anon_sym_PERCENT_EQ] = ACTIONS(1696), + [anon_sym_BANG_EQ] = ACTIONS(1694), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), + [anon_sym_EQ_EQ] = ACTIONS(1694), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), + [anon_sym_LT_EQ] = ACTIONS(1696), + [anon_sym_GT_EQ] = ACTIONS(1696), + [anon_sym_BANGin] = ACTIONS(1696), + [anon_sym_is] = ACTIONS(1694), + [anon_sym_BANGis] = ACTIONS(1696), + [anon_sym_PLUS] = ACTIONS(1694), + [anon_sym_DASH] = ACTIONS(1694), + [anon_sym_SLASH] = ACTIONS(1694), + [anon_sym_PERCENT] = ACTIONS(1694), + [anon_sym_as_QMARK] = ACTIONS(1696), + [anon_sym_PLUS_PLUS] = ACTIONS(1696), + [anon_sym_DASH_DASH] = ACTIONS(1696), + [anon_sym_BANG_BANG] = ACTIONS(1696), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -211785,49 +212390,49 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1766), - [sym_safe_nav] = ACTIONS(1766), + [sym__backtick_identifier] = ACTIONS(1696), + [sym_safe_nav] = ACTIONS(1696), [sym_multiline_comment] = ACTIONS(3), }, - [1604] = { - [sym_type_constraints] = STATE(2422), - [sym_property_delegate] = STATE(2523), - [sym_getter] = STATE(4713), - [sym_setter] = STATE(4713), - [sym_modifiers] = STATE(8861), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [1609] = { + [sym_getter] = STATE(4715), + [sym_setter] = STATE(4715), + [sym_modifiers] = STATE(8670), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1694), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1696), + [anon_sym_RBRACK] = ACTIONS(1696), [anon_sym_as] = ACTIONS(1694), - [anon_sym_EQ] = ACTIONS(5756), + [anon_sym_EQ] = ACTIONS(1694), [anon_sym_LBRACE] = ACTIONS(1696), [anon_sym_RBRACE] = ACTIONS(1696), [anon_sym_LPAREN] = ACTIONS(1696), + [anon_sym_COMMA] = ACTIONS(1696), [anon_sym_RPAREN] = ACTIONS(1696), - [anon_sym_by] = ACTIONS(5643), [anon_sym_LT] = ACTIONS(1694), [anon_sym_GT] = ACTIONS(1694), - [anon_sym_where] = ACTIONS(5151), + [anon_sym_where] = ACTIONS(1694), [anon_sym_DOT] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(3678), - [anon_sym_get] = ACTIONS(5693), - [anon_sym_set] = ACTIONS(5695), + [anon_sym_SEMI] = ACTIONS(1696), + [anon_sym_get] = ACTIONS(5267), + [anon_sym_set] = ACTIONS(5269), [anon_sym_STAR] = ACTIONS(1694), + [anon_sym_DASH_GT] = ACTIONS(1696), [sym_label] = ACTIONS(1696), [anon_sym_in] = ACTIONS(1694), [anon_sym_while] = ACTIONS(1694), @@ -211882,80 +212487,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1696), [sym_safe_nav] = ACTIONS(1696), [sym_multiline_comment] = ACTIONS(3), }, - [1605] = { - [sym_type_constraints] = STATE(2421), - [sym_property_delegate] = STATE(2520), - [sym_getter] = STATE(4643), - [sym_setter] = STATE(4643), - [sym_modifiers] = STATE(8861), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), + [1610] = { + [sym_getter] = STATE(3312), + [sym_setter] = STATE(3312), + [sym_modifiers] = STATE(8930), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1778), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_EQ] = ACTIONS(5758), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_RPAREN] = ACTIONS(3256), - [anon_sym_by] = ACTIONS(5643), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(5760), - [anon_sym_get] = ACTIONS(5693), - [anon_sym_set] = ACTIONS(5695), - [anon_sym_STAR] = ACTIONS(3254), - [sym_label] = ACTIONS(3256), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_while] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_PLUS_EQ] = ACTIONS(3256), - [anon_sym_DASH_EQ] = ACTIONS(3256), - [anon_sym_STAR_EQ] = ACTIONS(3256), - [anon_sym_SLASH_EQ] = ACTIONS(3256), - [anon_sym_PERCENT_EQ] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3254), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG_BANG] = ACTIONS(3256), + [anon_sym_LBRACK] = ACTIONS(1780), + [anon_sym_RBRACK] = ACTIONS(1780), + [anon_sym_as] = ACTIONS(1778), + [anon_sym_EQ] = ACTIONS(1778), + [anon_sym_LBRACE] = ACTIONS(1780), + [anon_sym_RBRACE] = ACTIONS(1780), + [anon_sym_LPAREN] = ACTIONS(1780), + [anon_sym_COMMA] = ACTIONS(1780), + [anon_sym_RPAREN] = ACTIONS(1780), + [anon_sym_LT] = ACTIONS(1778), + [anon_sym_GT] = ACTIONS(1778), + [anon_sym_where] = ACTIONS(1778), + [anon_sym_DOT] = ACTIONS(1778), + [anon_sym_SEMI] = ACTIONS(1780), + [anon_sym_get] = ACTIONS(5275), + [anon_sym_set] = ACTIONS(5277), + [anon_sym_STAR] = ACTIONS(1778), + [anon_sym_DASH_GT] = ACTIONS(1780), + [sym_label] = ACTIONS(1780), + [anon_sym_in] = ACTIONS(1778), + [anon_sym_while] = ACTIONS(1778), + [anon_sym_DOT_DOT] = ACTIONS(1780), + [anon_sym_QMARK_COLON] = ACTIONS(1780), + [anon_sym_AMP_AMP] = ACTIONS(1780), + [anon_sym_PIPE_PIPE] = ACTIONS(1780), + [anon_sym_else] = ACTIONS(1778), + [anon_sym_COLON_COLON] = ACTIONS(1780), + [anon_sym_PLUS_EQ] = ACTIONS(1780), + [anon_sym_DASH_EQ] = ACTIONS(1780), + [anon_sym_STAR_EQ] = ACTIONS(1780), + [anon_sym_SLASH_EQ] = ACTIONS(1780), + [anon_sym_PERCENT_EQ] = ACTIONS(1780), + [anon_sym_BANG_EQ] = ACTIONS(1778), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1780), + [anon_sym_EQ_EQ] = ACTIONS(1778), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1780), + [anon_sym_LT_EQ] = ACTIONS(1780), + [anon_sym_GT_EQ] = ACTIONS(1780), + [anon_sym_BANGin] = ACTIONS(1780), + [anon_sym_is] = ACTIONS(1778), + [anon_sym_BANGis] = ACTIONS(1780), + [anon_sym_PLUS] = ACTIONS(1778), + [anon_sym_DASH] = ACTIONS(1778), + [anon_sym_SLASH] = ACTIONS(1778), + [anon_sym_PERCENT] = ACTIONS(1778), + [anon_sym_as_QMARK] = ACTIONS(1780), + [anon_sym_PLUS_PLUS] = ACTIONS(1780), + [anon_sym_DASH_DASH] = ACTIONS(1780), + [anon_sym_BANG_BANG] = ACTIONS(1780), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -211979,273 +212584,176 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), - [sym_multiline_comment] = ACTIONS(3), - }, - [1606] = { - [sym_primary_constructor] = STATE(4803), - [sym_class_body] = STATE(4969), - [sym__class_parameters] = STATE(4877), - [sym_type_constraints] = STATE(4859), - [sym_modifiers] = STATE(9180), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3214), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(5762), - [anon_sym_LBRACK] = ACTIONS(3218), - [anon_sym_as] = ACTIONS(3214), - [anon_sym_EQ] = ACTIONS(3214), - [anon_sym_constructor] = ACTIONS(5334), - [anon_sym_LBRACE] = ACTIONS(5397), - [anon_sym_RBRACE] = ACTIONS(3218), - [anon_sym_LPAREN] = ACTIONS(5338), - [anon_sym_LT] = ACTIONS(3214), - [anon_sym_GT] = ACTIONS(3214), - [anon_sym_where] = ACTIONS(5342), - [anon_sym_DOT] = ACTIONS(3214), - [anon_sym_SEMI] = ACTIONS(3218), - [anon_sym_get] = ACTIONS(3214), - [anon_sym_set] = ACTIONS(3214), - [anon_sym_STAR] = ACTIONS(3214), - [sym_label] = ACTIONS(3218), - [anon_sym_in] = ACTIONS(3214), - [anon_sym_DOT_DOT] = ACTIONS(3218), - [anon_sym_QMARK_COLON] = ACTIONS(3218), - [anon_sym_AMP_AMP] = ACTIONS(3218), - [anon_sym_PIPE_PIPE] = ACTIONS(3218), - [anon_sym_else] = ACTIONS(3214), - [anon_sym_COLON_COLON] = ACTIONS(3218), - [anon_sym_PLUS_EQ] = ACTIONS(3218), - [anon_sym_DASH_EQ] = ACTIONS(3218), - [anon_sym_STAR_EQ] = ACTIONS(3218), - [anon_sym_SLASH_EQ] = ACTIONS(3218), - [anon_sym_PERCENT_EQ] = ACTIONS(3218), - [anon_sym_BANG_EQ] = ACTIONS(3214), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3218), - [anon_sym_EQ_EQ] = ACTIONS(3214), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3218), - [anon_sym_LT_EQ] = ACTIONS(3218), - [anon_sym_GT_EQ] = ACTIONS(3218), - [anon_sym_BANGin] = ACTIONS(3218), - [anon_sym_is] = ACTIONS(3214), - [anon_sym_BANGis] = ACTIONS(3218), - [anon_sym_PLUS] = ACTIONS(3214), - [anon_sym_DASH] = ACTIONS(3214), - [anon_sym_SLASH] = ACTIONS(3214), - [anon_sym_PERCENT] = ACTIONS(3214), - [anon_sym_as_QMARK] = ACTIONS(3218), - [anon_sym_PLUS_PLUS] = ACTIONS(3218), - [anon_sym_DASH_DASH] = ACTIONS(3218), - [anon_sym_BANG_BANG] = ACTIONS(3218), - [anon_sym_suspend] = ACTIONS(3120), - [anon_sym_sealed] = ACTIONS(3122), - [anon_sym_annotation] = ACTIONS(3122), - [anon_sym_data] = ACTIONS(3122), - [anon_sym_inner] = ACTIONS(3122), - [anon_sym_override] = ACTIONS(3124), - [anon_sym_lateinit] = ACTIONS(3124), - [anon_sym_public] = ACTIONS(3126), - [anon_sym_private] = ACTIONS(3126), - [anon_sym_internal] = ACTIONS(3126), - [anon_sym_protected] = ACTIONS(3126), - [anon_sym_tailrec] = ACTIONS(3120), - [anon_sym_operator] = ACTIONS(3120), - [anon_sym_infix] = ACTIONS(3120), - [anon_sym_inline] = ACTIONS(3120), - [anon_sym_external] = ACTIONS(3120), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(3130), - [anon_sym_final] = ACTIONS(3130), - [anon_sym_open] = ACTIONS(3130), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3134), - [anon_sym_actual] = ACTIONS(3134), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3218), - [sym__automatic_semicolon] = ACTIONS(3218), - [sym_safe_nav] = ACTIONS(3218), + [sym__backtick_identifier] = ACTIONS(1780), + [sym_safe_nav] = ACTIONS(1780), [sym_multiline_comment] = ACTIONS(3), }, - [1607] = { - [sym_primary_constructor] = STATE(3479), - [sym_class_body] = STATE(3813), - [sym__class_parameters] = STATE(3545), - [sym_type_constraints] = STATE(3582), - [sym_modifiers] = STATE(9083), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3214), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(5764), - [anon_sym_LBRACK] = ACTIONS(3218), - [anon_sym_as] = ACTIONS(3214), - [anon_sym_EQ] = ACTIONS(3214), - [anon_sym_constructor] = ACTIONS(5357), - [anon_sym_LBRACE] = ACTIONS(5421), - [anon_sym_RBRACE] = ACTIONS(3218), - [anon_sym_LPAREN] = ACTIONS(5361), - [anon_sym_LT] = ACTIONS(3214), - [anon_sym_GT] = ACTIONS(3214), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(3214), - [anon_sym_SEMI] = ACTIONS(3218), - [anon_sym_get] = ACTIONS(3214), - [anon_sym_set] = ACTIONS(3214), - [anon_sym_STAR] = ACTIONS(3214), - [sym_label] = ACTIONS(3218), - [anon_sym_in] = ACTIONS(3214), - [anon_sym_DOT_DOT] = ACTIONS(3218), - [anon_sym_QMARK_COLON] = ACTIONS(3218), - [anon_sym_AMP_AMP] = ACTIONS(3218), - [anon_sym_PIPE_PIPE] = ACTIONS(3218), - [anon_sym_else] = ACTIONS(3214), - [anon_sym_COLON_COLON] = ACTIONS(3218), - [anon_sym_PLUS_EQ] = ACTIONS(3218), - [anon_sym_DASH_EQ] = ACTIONS(3218), - [anon_sym_STAR_EQ] = ACTIONS(3218), - [anon_sym_SLASH_EQ] = ACTIONS(3218), - [anon_sym_PERCENT_EQ] = ACTIONS(3218), - [anon_sym_BANG_EQ] = ACTIONS(3214), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3218), - [anon_sym_EQ_EQ] = ACTIONS(3214), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3218), - [anon_sym_LT_EQ] = ACTIONS(3218), - [anon_sym_GT_EQ] = ACTIONS(3218), - [anon_sym_BANGin] = ACTIONS(3218), - [anon_sym_is] = ACTIONS(3214), - [anon_sym_BANGis] = ACTIONS(3218), - [anon_sym_PLUS] = ACTIONS(3214), - [anon_sym_DASH] = ACTIONS(3214), - [anon_sym_SLASH] = ACTIONS(3214), - [anon_sym_PERCENT] = ACTIONS(3214), - [anon_sym_as_QMARK] = ACTIONS(3218), - [anon_sym_PLUS_PLUS] = ACTIONS(3218), - [anon_sym_DASH_DASH] = ACTIONS(3218), - [anon_sym_BANG_BANG] = ACTIONS(3218), - [anon_sym_suspend] = ACTIONS(3120), - [anon_sym_sealed] = ACTIONS(3122), - [anon_sym_annotation] = ACTIONS(3122), - [anon_sym_data] = ACTIONS(3122), - [anon_sym_inner] = ACTIONS(3122), - [anon_sym_override] = ACTIONS(3124), - [anon_sym_lateinit] = ACTIONS(3124), - [anon_sym_public] = ACTIONS(3126), - [anon_sym_private] = ACTIONS(3126), - [anon_sym_internal] = ACTIONS(3126), - [anon_sym_protected] = ACTIONS(3126), - [anon_sym_tailrec] = ACTIONS(3120), - [anon_sym_operator] = ACTIONS(3120), - [anon_sym_infix] = ACTIONS(3120), - [anon_sym_inline] = ACTIONS(3120), - [anon_sym_external] = ACTIONS(3120), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(3130), - [anon_sym_final] = ACTIONS(3130), - [anon_sym_open] = ACTIONS(3130), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3134), - [anon_sym_actual] = ACTIONS(3134), + [1611] = { + [sym_getter] = STATE(3291), + [sym_setter] = STATE(3291), + [sym_modifiers] = STATE(8930), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_RBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_EQ] = ACTIONS(3278), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_COMMA] = ACTIONS(3280), + [anon_sym_RPAREN] = ACTIONS(3280), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_where] = ACTIONS(3278), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(3280), + [anon_sym_get] = ACTIONS(5275), + [anon_sym_set] = ACTIONS(5277), + [anon_sym_STAR] = ACTIONS(3278), + [anon_sym_DASH_GT] = ACTIONS(3280), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_while] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_PLUS_EQ] = ACTIONS(3280), + [anon_sym_DASH_EQ] = ACTIONS(3280), + [anon_sym_STAR_EQ] = ACTIONS(3280), + [anon_sym_SLASH_EQ] = ACTIONS(3280), + [anon_sym_PERCENT_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3278), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3280), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3218), - [sym__automatic_semicolon] = ACTIONS(3218), - [sym_safe_nav] = ACTIONS(3218), + [sym__backtick_identifier] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), [sym_multiline_comment] = ACTIONS(3), }, - [1608] = { - [sym_primary_constructor] = STATE(3474), - [sym__class_parameters] = STATE(3545), - [sym_type_constraints] = STATE(3564), - [sym_enum_class_body] = STATE(3835), - [sym_modifiers] = STATE(9083), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3204), + [1612] = { + [sym_primary_constructor] = STATE(4800), + [sym_class_body] = STATE(4962), + [sym__class_parameters] = STATE(4841), + [sym_type_constraints] = STATE(4875), + [sym_modifiers] = STATE(9347), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3196), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(5766), - [anon_sym_LBRACK] = ACTIONS(3208), - [anon_sym_as] = ACTIONS(3204), - [anon_sym_EQ] = ACTIONS(3204), - [anon_sym_constructor] = ACTIONS(5357), - [anon_sym_LBRACE] = ACTIONS(5359), - [anon_sym_RBRACE] = ACTIONS(3208), - [anon_sym_LPAREN] = ACTIONS(5361), - [anon_sym_LT] = ACTIONS(3204), - [anon_sym_GT] = ACTIONS(3204), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(3204), - [anon_sym_SEMI] = ACTIONS(3208), - [anon_sym_get] = ACTIONS(3204), - [anon_sym_set] = ACTIONS(3204), - [anon_sym_STAR] = ACTIONS(3204), - [sym_label] = ACTIONS(3208), - [anon_sym_in] = ACTIONS(3204), - [anon_sym_DOT_DOT] = ACTIONS(3208), - [anon_sym_QMARK_COLON] = ACTIONS(3208), - [anon_sym_AMP_AMP] = ACTIONS(3208), - [anon_sym_PIPE_PIPE] = ACTIONS(3208), - [anon_sym_else] = ACTIONS(3204), - [anon_sym_COLON_COLON] = ACTIONS(3208), - [anon_sym_PLUS_EQ] = ACTIONS(3208), - [anon_sym_DASH_EQ] = ACTIONS(3208), - [anon_sym_STAR_EQ] = ACTIONS(3208), - [anon_sym_SLASH_EQ] = ACTIONS(3208), - [anon_sym_PERCENT_EQ] = ACTIONS(3208), - [anon_sym_BANG_EQ] = ACTIONS(3204), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3208), - [anon_sym_EQ_EQ] = ACTIONS(3204), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3208), - [anon_sym_LT_EQ] = ACTIONS(3208), - [anon_sym_GT_EQ] = ACTIONS(3208), - [anon_sym_BANGin] = ACTIONS(3208), - [anon_sym_is] = ACTIONS(3204), - [anon_sym_BANGis] = ACTIONS(3208), - [anon_sym_PLUS] = ACTIONS(3204), - [anon_sym_DASH] = ACTIONS(3204), - [anon_sym_SLASH] = ACTIONS(3204), - [anon_sym_PERCENT] = ACTIONS(3204), - [anon_sym_as_QMARK] = ACTIONS(3208), - [anon_sym_PLUS_PLUS] = ACTIONS(3208), - [anon_sym_DASH_DASH] = ACTIONS(3208), - [anon_sym_BANG_BANG] = ACTIONS(3208), + [anon_sym_COLON] = ACTIONS(5778), + [anon_sym_LBRACK] = ACTIONS(3200), + [anon_sym_as] = ACTIONS(3196), + [anon_sym_EQ] = ACTIONS(3196), + [anon_sym_constructor] = ACTIONS(5399), + [anon_sym_LBRACE] = ACTIONS(5401), + [anon_sym_RBRACE] = ACTIONS(3200), + [anon_sym_LPAREN] = ACTIONS(5403), + [anon_sym_LT] = ACTIONS(3196), + [anon_sym_GT] = ACTIONS(3196), + [anon_sym_where] = ACTIONS(5405), + [anon_sym_DOT] = ACTIONS(3196), + [anon_sym_SEMI] = ACTIONS(3200), + [anon_sym_get] = ACTIONS(3196), + [anon_sym_set] = ACTIONS(3196), + [anon_sym_STAR] = ACTIONS(3196), + [sym_label] = ACTIONS(3200), + [anon_sym_in] = ACTIONS(3196), + [anon_sym_DOT_DOT] = ACTIONS(3200), + [anon_sym_QMARK_COLON] = ACTIONS(3200), + [anon_sym_AMP_AMP] = ACTIONS(3200), + [anon_sym_PIPE_PIPE] = ACTIONS(3200), + [anon_sym_else] = ACTIONS(3196), + [anon_sym_COLON_COLON] = ACTIONS(3200), + [anon_sym_PLUS_EQ] = ACTIONS(3200), + [anon_sym_DASH_EQ] = ACTIONS(3200), + [anon_sym_STAR_EQ] = ACTIONS(3200), + [anon_sym_SLASH_EQ] = ACTIONS(3200), + [anon_sym_PERCENT_EQ] = ACTIONS(3200), + [anon_sym_BANG_EQ] = ACTIONS(3196), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3200), + [anon_sym_EQ_EQ] = ACTIONS(3196), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3200), + [anon_sym_LT_EQ] = ACTIONS(3200), + [anon_sym_GT_EQ] = ACTIONS(3200), + [anon_sym_BANGin] = ACTIONS(3200), + [anon_sym_is] = ACTIONS(3196), + [anon_sym_BANGis] = ACTIONS(3200), + [anon_sym_PLUS] = ACTIONS(3196), + [anon_sym_DASH] = ACTIONS(3196), + [anon_sym_SLASH] = ACTIONS(3196), + [anon_sym_PERCENT] = ACTIONS(3196), + [anon_sym_as_QMARK] = ACTIONS(3200), + [anon_sym_PLUS_PLUS] = ACTIONS(3200), + [anon_sym_DASH_DASH] = ACTIONS(3200), + [anon_sym_BANG_BANG] = ACTIONS(3200), [anon_sym_suspend] = ACTIONS(3120), [anon_sym_sealed] = ACTIONS(3122), [anon_sym_annotation] = ACTIONS(3122), @@ -212272,750 +212780,748 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3134), [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3208), - [sym__automatic_semicolon] = ACTIONS(3208), - [sym_safe_nav] = ACTIONS(3208), + [sym__backtick_identifier] = ACTIONS(3200), + [sym__automatic_semicolon] = ACTIONS(3200), + [sym_safe_nav] = ACTIONS(3200), [sym_multiline_comment] = ACTIONS(3), }, - [1609] = { - [sym_primary_constructor] = STATE(3481), - [sym_class_body] = STATE(3695), - [sym__class_parameters] = STATE(3545), - [sym_type_constraints] = STATE(3607), - [sym_modifiers] = STATE(9083), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3190), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(5768), - [anon_sym_LBRACK] = ACTIONS(3194), - [anon_sym_as] = ACTIONS(3190), - [anon_sym_EQ] = ACTIONS(3190), - [anon_sym_constructor] = ACTIONS(5357), - [anon_sym_LBRACE] = ACTIONS(5421), - [anon_sym_RBRACE] = ACTIONS(3194), - [anon_sym_LPAREN] = ACTIONS(5361), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3190), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(3190), - [anon_sym_SEMI] = ACTIONS(3194), - [anon_sym_get] = ACTIONS(3190), - [anon_sym_set] = ACTIONS(3190), - [anon_sym_STAR] = ACTIONS(3190), - [sym_label] = ACTIONS(3194), - [anon_sym_in] = ACTIONS(3190), - [anon_sym_DOT_DOT] = ACTIONS(3194), - [anon_sym_QMARK_COLON] = ACTIONS(3194), - [anon_sym_AMP_AMP] = ACTIONS(3194), - [anon_sym_PIPE_PIPE] = ACTIONS(3194), - [anon_sym_else] = ACTIONS(3190), - [anon_sym_COLON_COLON] = ACTIONS(3194), - [anon_sym_PLUS_EQ] = ACTIONS(3194), - [anon_sym_DASH_EQ] = ACTIONS(3194), - [anon_sym_STAR_EQ] = ACTIONS(3194), - [anon_sym_SLASH_EQ] = ACTIONS(3194), - [anon_sym_PERCENT_EQ] = ACTIONS(3194), - [anon_sym_BANG_EQ] = ACTIONS(3190), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3194), - [anon_sym_EQ_EQ] = ACTIONS(3190), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3194), - [anon_sym_LT_EQ] = ACTIONS(3194), - [anon_sym_GT_EQ] = ACTIONS(3194), - [anon_sym_BANGin] = ACTIONS(3194), - [anon_sym_is] = ACTIONS(3190), - [anon_sym_BANGis] = ACTIONS(3194), - [anon_sym_PLUS] = ACTIONS(3190), - [anon_sym_DASH] = ACTIONS(3190), - [anon_sym_SLASH] = ACTIONS(3190), - [anon_sym_PERCENT] = ACTIONS(3190), - [anon_sym_as_QMARK] = ACTIONS(3194), - [anon_sym_PLUS_PLUS] = ACTIONS(3194), - [anon_sym_DASH_DASH] = ACTIONS(3194), - [anon_sym_BANG_BANG] = ACTIONS(3194), - [anon_sym_suspend] = ACTIONS(3120), - [anon_sym_sealed] = ACTIONS(3122), - [anon_sym_annotation] = ACTIONS(3122), - [anon_sym_data] = ACTIONS(3122), - [anon_sym_inner] = ACTIONS(3122), - [anon_sym_override] = ACTIONS(3124), - [anon_sym_lateinit] = ACTIONS(3124), - [anon_sym_public] = ACTIONS(3126), - [anon_sym_private] = ACTIONS(3126), - [anon_sym_internal] = ACTIONS(3126), - [anon_sym_protected] = ACTIONS(3126), - [anon_sym_tailrec] = ACTIONS(3120), - [anon_sym_operator] = ACTIONS(3120), - [anon_sym_infix] = ACTIONS(3120), - [anon_sym_inline] = ACTIONS(3120), - [anon_sym_external] = ACTIONS(3120), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(3130), - [anon_sym_final] = ACTIONS(3130), - [anon_sym_open] = ACTIONS(3130), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3134), - [anon_sym_actual] = ACTIONS(3134), + [1613] = { + [sym__expression] = STATE(3029), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1893), + [sym_annotation] = STATE(1893), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(295), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(1858), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(1317), + [sym_label] = ACTIONS(257), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(243), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(249), + [anon_sym_return] = ACTIONS(251), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(257), + [anon_sym_DASH] = ACTIONS(257), + [anon_sym_PLUS_PLUS] = ACTIONS(259), + [anon_sym_DASH_DASH] = ACTIONS(259), + [anon_sym_BANG] = ACTIONS(259), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3194), - [sym__automatic_semicolon] = ACTIONS(3194), - [sym_safe_nav] = ACTIONS(3194), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(283), }, - [1610] = { - [sym_primary_constructor] = STATE(3478), - [sym__class_parameters] = STATE(3545), - [sym_type_constraints] = STATE(3628), - [sym_enum_class_body] = STATE(3695), - [sym_modifiers] = STATE(9083), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3190), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(5770), - [anon_sym_LBRACK] = ACTIONS(3194), - [anon_sym_as] = ACTIONS(3190), - [anon_sym_EQ] = ACTIONS(3190), - [anon_sym_constructor] = ACTIONS(5357), - [anon_sym_LBRACE] = ACTIONS(5359), - [anon_sym_RBRACE] = ACTIONS(3194), - [anon_sym_LPAREN] = ACTIONS(5361), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3190), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(3190), - [anon_sym_SEMI] = ACTIONS(3194), - [anon_sym_get] = ACTIONS(3190), - [anon_sym_set] = ACTIONS(3190), - [anon_sym_STAR] = ACTIONS(3190), - [sym_label] = ACTIONS(3194), - [anon_sym_in] = ACTIONS(3190), - [anon_sym_DOT_DOT] = ACTIONS(3194), - [anon_sym_QMARK_COLON] = ACTIONS(3194), - [anon_sym_AMP_AMP] = ACTIONS(3194), - [anon_sym_PIPE_PIPE] = ACTIONS(3194), - [anon_sym_else] = ACTIONS(3190), - [anon_sym_COLON_COLON] = ACTIONS(3194), - [anon_sym_PLUS_EQ] = ACTIONS(3194), - [anon_sym_DASH_EQ] = ACTIONS(3194), - [anon_sym_STAR_EQ] = ACTIONS(3194), - [anon_sym_SLASH_EQ] = ACTIONS(3194), - [anon_sym_PERCENT_EQ] = ACTIONS(3194), - [anon_sym_BANG_EQ] = ACTIONS(3190), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3194), - [anon_sym_EQ_EQ] = ACTIONS(3190), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3194), - [anon_sym_LT_EQ] = ACTIONS(3194), - [anon_sym_GT_EQ] = ACTIONS(3194), - [anon_sym_BANGin] = ACTIONS(3194), - [anon_sym_is] = ACTIONS(3190), - [anon_sym_BANGis] = ACTIONS(3194), - [anon_sym_PLUS] = ACTIONS(3190), - [anon_sym_DASH] = ACTIONS(3190), - [anon_sym_SLASH] = ACTIONS(3190), - [anon_sym_PERCENT] = ACTIONS(3190), - [anon_sym_as_QMARK] = ACTIONS(3194), - [anon_sym_PLUS_PLUS] = ACTIONS(3194), - [anon_sym_DASH_DASH] = ACTIONS(3194), - [anon_sym_BANG_BANG] = ACTIONS(3194), - [anon_sym_suspend] = ACTIONS(3120), - [anon_sym_sealed] = ACTIONS(3122), - [anon_sym_annotation] = ACTIONS(3122), - [anon_sym_data] = ACTIONS(3122), - [anon_sym_inner] = ACTIONS(3122), - [anon_sym_override] = ACTIONS(3124), - [anon_sym_lateinit] = ACTIONS(3124), - [anon_sym_public] = ACTIONS(3126), - [anon_sym_private] = ACTIONS(3126), - [anon_sym_internal] = ACTIONS(3126), - [anon_sym_protected] = ACTIONS(3126), - [anon_sym_tailrec] = ACTIONS(3120), - [anon_sym_operator] = ACTIONS(3120), - [anon_sym_infix] = ACTIONS(3120), - [anon_sym_inline] = ACTIONS(3120), - [anon_sym_external] = ACTIONS(3120), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(3130), - [anon_sym_final] = ACTIONS(3130), - [anon_sym_open] = ACTIONS(3130), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3134), - [anon_sym_actual] = ACTIONS(3134), + [1614] = { + [sym__expression] = STATE(683), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(2261), + [sym_annotation] = STATE(2261), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(262), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), + [sym__alpha_identifier] = ACTIONS(111), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1632), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(1253), + [sym_label] = ACTIONS(677), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(671), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(673), + [anon_sym_return] = ACTIONS(675), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(677), + [anon_sym_DASH] = ACTIONS(677), + [anon_sym_PLUS_PLUS] = ACTIONS(679), + [anon_sym_DASH_DASH] = ACTIONS(679), + [anon_sym_BANG] = ACTIONS(679), + [anon_sym_data] = ACTIONS(111), + [anon_sym_inner] = ACTIONS(111), + [anon_sym_expect] = ACTIONS(111), + [anon_sym_actual] = ACTIONS(111), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3194), - [sym__automatic_semicolon] = ACTIONS(3194), - [sym_safe_nav] = ACTIONS(3194), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(1411), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(197), }, - [1611] = { - [sym__expression] = STATE(4155), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4941), - [sym_parenthesized_expression] = STATE(4941), - [sym_collection_literal] = STATE(4941), - [sym__literal_constant] = STATE(4941), - [sym_string_literal] = STATE(4941), - [sym_lambda_literal] = STATE(4941), - [sym_anonymous_function] = STATE(4941), - [sym__function_literal] = STATE(4941), - [sym_object_literal] = STATE(4941), - [sym_this_expression] = STATE(4941), - [sym_super_expression] = STATE(4941), - [sym_if_expression] = STATE(4941), - [sym_when_expression] = STATE(4941), - [sym_try_expression] = STATE(4941), - [sym_jump_expression] = STATE(4941), - [sym_callable_reference] = STATE(4941), - [sym__prefix_unary_operator] = STATE(1611), - [sym_annotation] = STATE(1611), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5029), - [sym__return_at] = STATE(360), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4941), - [sym_long_literal] = STATE(4941), - [sym_boolean_literal] = STATE(4941), - [sym_character_literal] = STATE(4941), - [sym__lexical_identifier] = STATE(4529), - [sym__alpha_identifier] = ACTIONS(7), + [1615] = { + [sym__expression] = STATE(974), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(1674), + [sym_annotation] = STATE(1674), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(220), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), + [sym__alpha_identifier] = ACTIONS(111), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1912), - [anon_sym_fun] = ACTIONS(3003), - [anon_sym_get] = ACTIONS(7), - [anon_sym_set] = ACTIONS(7), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(873), - [sym_label] = ACTIONS(881), - [anon_sym_null] = ACTIONS(1916), - [anon_sym_if] = ACTIONS(3005), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(3007), - [anon_sym_return] = ACTIONS(3009), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(881), - [anon_sym_DASH] = ACTIONS(881), - [anon_sym_PLUS_PLUS] = ACTIONS(883), - [anon_sym_DASH_DASH] = ACTIONS(883), - [anon_sym_BANG] = ACTIONS(883), - [anon_sym_data] = ACTIONS(7), - [anon_sym_inner] = ACTIONS(7), - [anon_sym_expect] = ACTIONS(7), - [anon_sym_actual] = ACTIONS(7), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1407), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(1305), + [sym_label] = ACTIONS(171), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(157), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(163), + [anon_sym_return] = ACTIONS(165), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(171), + [anon_sym_DASH] = ACTIONS(171), + [anon_sym_PLUS_PLUS] = ACTIONS(173), + [anon_sym_DASH_DASH] = ACTIONS(173), + [anon_sym_BANG] = ACTIONS(173), + [anon_sym_data] = ACTIONS(111), + [anon_sym_inner] = ACTIONS(111), + [anon_sym_expect] = ACTIONS(111), + [anon_sym_actual] = ACTIONS(111), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(1918), - [sym_integer_literal] = ACTIONS(99), - [sym_hex_literal] = ACTIONS(101), - [sym_bin_literal] = ACTIONS(101), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [anon_sym_SQUOTE] = ACTIONS(105), - [sym__backtick_identifier] = ACTIONS(107), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(1411), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(109), + [sym__string_start] = ACTIONS(197), }, - [1612] = { - [sym__expression] = STATE(4167), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), - [sym_label] = ACTIONS(327), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(3096), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(3098), - [anon_sym_return] = ACTIONS(3100), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(327), - [anon_sym_DASH] = ACTIONS(327), - [anon_sym_PLUS_PLUS] = ACTIONS(329), - [anon_sym_DASH_DASH] = ACTIONS(329), - [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [1616] = { + [sym__expression] = STATE(967), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(1674), + [sym_annotation] = STATE(1674), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(220), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), + [sym__alpha_identifier] = ACTIONS(111), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1407), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(1305), + [sym_label] = ACTIONS(171), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(157), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(163), + [anon_sym_return] = ACTIONS(165), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(171), + [anon_sym_DASH] = ACTIONS(171), + [anon_sym_PLUS_PLUS] = ACTIONS(173), + [anon_sym_DASH_DASH] = ACTIONS(173), + [anon_sym_BANG] = ACTIONS(173), + [anon_sym_data] = ACTIONS(111), + [anon_sym_inner] = ACTIONS(111), + [anon_sym_expect] = ACTIONS(111), + [anon_sym_actual] = ACTIONS(111), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(1411), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), + [sym__string_start] = ACTIONS(197), }, - [1613] = { - [sym__expression] = STATE(1276), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(1620), - [sym_annotation] = STATE(1620), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(261), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), - [sym__alpha_identifier] = ACTIONS(537), + [1617] = { + [sym__expression] = STATE(960), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(1674), + [sym_annotation] = STATE(1674), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(220), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), + [sym__alpha_identifier] = ACTIONS(111), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1626), - [anon_sym_get] = ACTIONS(537), - [anon_sym_set] = ACTIONS(537), - [anon_sym_this] = ACTIONS(561), - [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1279), - [sym_label] = ACTIONS(591), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(577), - [anon_sym_when] = ACTIONS(579), - [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(583), - [anon_sym_return] = ACTIONS(585), - [anon_sym_continue] = ACTIONS(587), - [anon_sym_break] = ACTIONS(587), - [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_PLUS_PLUS] = ACTIONS(593), - [anon_sym_DASH_DASH] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_data] = ACTIONS(537), - [anon_sym_inner] = ACTIONS(537), - [anon_sym_expect] = ACTIONS(537), - [anon_sym_actual] = ACTIONS(537), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1407), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(1305), + [sym_label] = ACTIONS(171), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(157), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(163), + [anon_sym_return] = ACTIONS(165), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(171), + [anon_sym_DASH] = ACTIONS(171), + [anon_sym_PLUS_PLUS] = ACTIONS(173), + [anon_sym_DASH_DASH] = ACTIONS(173), + [anon_sym_BANG] = ACTIONS(173), + [anon_sym_data] = ACTIONS(111), + [anon_sym_inner] = ACTIONS(111), + [anon_sym_expect] = ACTIONS(111), + [anon_sym_actual] = ACTIONS(111), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(599), - [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), - [sym_integer_literal] = ACTIONS(605), - [sym_hex_literal] = ACTIONS(607), - [sym_bin_literal] = ACTIONS(607), - [anon_sym_true] = ACTIONS(609), - [anon_sym_false] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(611), - [sym__backtick_identifier] = ACTIONS(613), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(1411), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(615), + [sym__string_start] = ACTIONS(197), }, - [1614] = { - [sym__expression] = STATE(1282), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(1620), - [sym_annotation] = STATE(1620), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(261), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), - [sym__alpha_identifier] = ACTIONS(537), + [1618] = { + [sym__expression] = STATE(956), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(1674), + [sym_annotation] = STATE(1674), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(220), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), + [sym__alpha_identifier] = ACTIONS(111), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1626), - [anon_sym_get] = ACTIONS(537), - [anon_sym_set] = ACTIONS(537), - [anon_sym_this] = ACTIONS(561), - [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1279), - [sym_label] = ACTIONS(591), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(577), - [anon_sym_when] = ACTIONS(579), - [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(583), - [anon_sym_return] = ACTIONS(585), - [anon_sym_continue] = ACTIONS(587), - [anon_sym_break] = ACTIONS(587), - [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_PLUS_PLUS] = ACTIONS(593), - [anon_sym_DASH_DASH] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_data] = ACTIONS(537), - [anon_sym_inner] = ACTIONS(537), - [anon_sym_expect] = ACTIONS(537), - [anon_sym_actual] = ACTIONS(537), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1407), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(1305), + [sym_label] = ACTIONS(171), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(157), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(163), + [anon_sym_return] = ACTIONS(165), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(171), + [anon_sym_DASH] = ACTIONS(171), + [anon_sym_PLUS_PLUS] = ACTIONS(173), + [anon_sym_DASH_DASH] = ACTIONS(173), + [anon_sym_BANG] = ACTIONS(173), + [anon_sym_data] = ACTIONS(111), + [anon_sym_inner] = ACTIONS(111), + [anon_sym_expect] = ACTIONS(111), + [anon_sym_actual] = ACTIONS(111), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(599), - [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), - [sym_integer_literal] = ACTIONS(605), - [sym_hex_literal] = ACTIONS(607), - [sym_bin_literal] = ACTIONS(607), - [anon_sym_true] = ACTIONS(609), - [anon_sym_false] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(611), - [sym__backtick_identifier] = ACTIONS(613), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(1411), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(615), + [sym__string_start] = ACTIONS(197), }, - [1615] = { - [sym__expression] = STATE(1268), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(1620), - [sym_annotation] = STATE(1620), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), + [1619] = { + [sym__expression] = STATE(1247), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(1807), + [sym_annotation] = STATE(1807), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), [sym__return_at] = STATE(261), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), - [sym__alpha_identifier] = ACTIONS(537), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(539), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_LPAREN] = ACTIONS(549), + [anon_sym_LPAREN] = ACTIONS(467), [anon_sym_object] = ACTIONS(1624), [anon_sym_fun] = ACTIONS(1626), - [anon_sym_get] = ACTIONS(537), - [anon_sym_set] = ACTIONS(537), - [anon_sym_this] = ACTIONS(561), - [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1279), - [sym_label] = ACTIONS(591), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1311), + [sym_label] = ACTIONS(509), [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(577), - [anon_sym_when] = ACTIONS(579), - [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(583), - [anon_sym_return] = ACTIONS(585), - [anon_sym_continue] = ACTIONS(587), - [anon_sym_break] = ACTIONS(587), - [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_PLUS_PLUS] = ACTIONS(593), - [anon_sym_DASH_DASH] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_data] = ACTIONS(537), - [anon_sym_inner] = ACTIONS(537), - [anon_sym_expect] = ACTIONS(537), - [anon_sym_actual] = ACTIONS(537), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(599), - [anon_sym_break_AT] = ACTIONS(601), + [anon_sym_if] = ACTIONS(495), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(501), + [anon_sym_return] = ACTIONS(503), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(509), + [anon_sym_DASH] = ACTIONS(509), + [anon_sym_PLUS_PLUS] = ACTIONS(511), + [anon_sym_DASH_DASH] = ACTIONS(511), + [anon_sym_BANG] = ACTIONS(511), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), [sym_real_literal] = ACTIONS(1630), - [sym_integer_literal] = ACTIONS(605), - [sym_hex_literal] = ACTIONS(607), - [sym_bin_literal] = ACTIONS(607), - [anon_sym_true] = ACTIONS(609), - [anon_sym_false] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(611), - [sym__backtick_identifier] = ACTIONS(613), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(615), + [sym__string_start] = ACTIONS(535), }, - [1616] = { - [sym_type_constraints] = STATE(2493), - [sym_property_delegate] = STATE(2565), - [sym_getter] = STATE(5011), - [sym_setter] = STATE(5011), - [sym_modifiers] = STATE(8567), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), + [1620] = { + [sym_type_constraints] = STATE(2495), + [sym_property_delegate] = STATE(2593), + [sym_getter] = STATE(5029), + [sym_setter] = STATE(5029), + [sym_modifiers] = STATE(8904), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1752), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_EQ] = ACTIONS(5772), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_by] = ACTIONS(5774), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(3756), - [anon_sym_get] = ACTIONS(5776), - [anon_sym_set] = ACTIONS(5778), - [anon_sym_STAR] = ACTIONS(1776), - [sym_label] = ACTIONS(1778), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_PLUS_EQ] = ACTIONS(1778), - [anon_sym_DASH_EQ] = ACTIONS(1778), - [anon_sym_STAR_EQ] = ACTIONS(1778), - [anon_sym_SLASH_EQ] = ACTIONS(1778), - [anon_sym_PERCENT_EQ] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1776), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG_BANG] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(1754), + [anon_sym_as] = ACTIONS(1752), + [anon_sym_EQ] = ACTIONS(5780), + [anon_sym_LBRACE] = ACTIONS(1754), + [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_LPAREN] = ACTIONS(1754), + [anon_sym_by] = ACTIONS(5782), + [anon_sym_LT] = ACTIONS(1752), + [anon_sym_GT] = ACTIONS(1752), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(1752), + [anon_sym_SEMI] = ACTIONS(3704), + [anon_sym_get] = ACTIONS(5784), + [anon_sym_set] = ACTIONS(5786), + [anon_sym_STAR] = ACTIONS(1752), + [sym_label] = ACTIONS(1754), + [anon_sym_in] = ACTIONS(1752), + [anon_sym_DOT_DOT] = ACTIONS(1754), + [anon_sym_QMARK_COLON] = ACTIONS(1754), + [anon_sym_AMP_AMP] = ACTIONS(1754), + [anon_sym_PIPE_PIPE] = ACTIONS(1754), + [anon_sym_else] = ACTIONS(1752), + [anon_sym_COLON_COLON] = ACTIONS(1754), + [anon_sym_PLUS_EQ] = ACTIONS(1754), + [anon_sym_DASH_EQ] = ACTIONS(1754), + [anon_sym_STAR_EQ] = ACTIONS(1754), + [anon_sym_SLASH_EQ] = ACTIONS(1754), + [anon_sym_PERCENT_EQ] = ACTIONS(1754), + [anon_sym_BANG_EQ] = ACTIONS(1752), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), + [anon_sym_EQ_EQ] = ACTIONS(1752), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), + [anon_sym_LT_EQ] = ACTIONS(1754), + [anon_sym_GT_EQ] = ACTIONS(1754), + [anon_sym_BANGin] = ACTIONS(1754), + [anon_sym_is] = ACTIONS(1752), + [anon_sym_BANGis] = ACTIONS(1754), + [anon_sym_PLUS] = ACTIONS(1752), + [anon_sym_DASH] = ACTIONS(1752), + [anon_sym_SLASH] = ACTIONS(1752), + [anon_sym_PERCENT] = ACTIONS(1752), + [anon_sym_as_QMARK] = ACTIONS(1754), + [anon_sym_PLUS_PLUS] = ACTIONS(1754), + [anon_sym_DASH_DASH] = ACTIONS(1754), + [anon_sym_BANG_BANG] = ACTIONS(1754), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -213039,580 +213545,292 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1778), - [sym__automatic_semicolon] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), - [sym_multiline_comment] = ACTIONS(3), - }, - [1617] = { - [sym__expression] = STATE(1266), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(1620), - [sym_annotation] = STATE(1620), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(261), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), - [sym__alpha_identifier] = ACTIONS(537), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1626), - [anon_sym_get] = ACTIONS(537), - [anon_sym_set] = ACTIONS(537), - [anon_sym_this] = ACTIONS(561), - [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1279), - [sym_label] = ACTIONS(591), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(577), - [anon_sym_when] = ACTIONS(579), - [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(583), - [anon_sym_return] = ACTIONS(585), - [anon_sym_continue] = ACTIONS(587), - [anon_sym_break] = ACTIONS(587), - [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_PLUS_PLUS] = ACTIONS(593), - [anon_sym_DASH_DASH] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_data] = ACTIONS(537), - [anon_sym_inner] = ACTIONS(537), - [anon_sym_expect] = ACTIONS(537), - [anon_sym_actual] = ACTIONS(537), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(599), - [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), - [sym_integer_literal] = ACTIONS(605), - [sym_hex_literal] = ACTIONS(607), - [sym_bin_literal] = ACTIONS(607), - [anon_sym_true] = ACTIONS(609), - [anon_sym_false] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(611), - [sym__backtick_identifier] = ACTIONS(613), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(615), - }, - [1618] = { - [sym__expression] = STATE(1262), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(1620), - [sym_annotation] = STATE(1620), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(261), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), - [sym__alpha_identifier] = ACTIONS(537), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1626), - [anon_sym_get] = ACTIONS(537), - [anon_sym_set] = ACTIONS(537), - [anon_sym_this] = ACTIONS(561), - [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1279), - [sym_label] = ACTIONS(591), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(577), - [anon_sym_when] = ACTIONS(579), - [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(583), - [anon_sym_return] = ACTIONS(585), - [anon_sym_continue] = ACTIONS(587), - [anon_sym_break] = ACTIONS(587), - [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_PLUS_PLUS] = ACTIONS(593), - [anon_sym_DASH_DASH] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_data] = ACTIONS(537), - [anon_sym_inner] = ACTIONS(537), - [anon_sym_expect] = ACTIONS(537), - [anon_sym_actual] = ACTIONS(537), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(599), - [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), - [sym_integer_literal] = ACTIONS(605), - [sym_hex_literal] = ACTIONS(607), - [sym_bin_literal] = ACTIONS(607), - [anon_sym_true] = ACTIONS(609), - [anon_sym_false] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(611), - [sym__backtick_identifier] = ACTIONS(613), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(615), - }, - [1619] = { - [sym__expression] = STATE(1255), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(1620), - [sym_annotation] = STATE(1620), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(261), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), - [sym__alpha_identifier] = ACTIONS(537), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1626), - [anon_sym_get] = ACTIONS(537), - [anon_sym_set] = ACTIONS(537), - [anon_sym_this] = ACTIONS(561), - [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1279), - [sym_label] = ACTIONS(591), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(577), - [anon_sym_when] = ACTIONS(579), - [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(583), - [anon_sym_return] = ACTIONS(585), - [anon_sym_continue] = ACTIONS(587), - [anon_sym_break] = ACTIONS(587), - [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_PLUS_PLUS] = ACTIONS(593), - [anon_sym_DASH_DASH] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_data] = ACTIONS(537), - [anon_sym_inner] = ACTIONS(537), - [anon_sym_expect] = ACTIONS(537), - [anon_sym_actual] = ACTIONS(537), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(599), - [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), - [sym_integer_literal] = ACTIONS(605), - [sym_hex_literal] = ACTIONS(607), - [sym_bin_literal] = ACTIONS(607), - [anon_sym_true] = ACTIONS(609), - [anon_sym_false] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(611), - [sym__backtick_identifier] = ACTIONS(613), + [sym__backtick_identifier] = ACTIONS(1754), + [sym__automatic_semicolon] = ACTIONS(1754), + [sym_safe_nav] = ACTIONS(1754), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(615), }, - [1620] = { - [sym__expression] = STATE(1238), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(1620), - [sym_annotation] = STATE(1620), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(261), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), - [sym__alpha_identifier] = ACTIONS(537), + [1621] = { + [sym__expression] = STATE(953), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(1674), + [sym_annotation] = STATE(1674), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(220), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), + [sym__alpha_identifier] = ACTIONS(111), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1626), - [anon_sym_get] = ACTIONS(537), - [anon_sym_set] = ACTIONS(537), - [anon_sym_this] = ACTIONS(561), - [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1279), - [sym_label] = ACTIONS(591), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(577), - [anon_sym_when] = ACTIONS(579), - [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(583), - [anon_sym_return] = ACTIONS(585), - [anon_sym_continue] = ACTIONS(587), - [anon_sym_break] = ACTIONS(587), - [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_PLUS_PLUS] = ACTIONS(593), - [anon_sym_DASH_DASH] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_data] = ACTIONS(537), - [anon_sym_inner] = ACTIONS(537), - [anon_sym_expect] = ACTIONS(537), - [anon_sym_actual] = ACTIONS(537), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1407), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(1305), + [sym_label] = ACTIONS(171), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(157), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(163), + [anon_sym_return] = ACTIONS(165), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(171), + [anon_sym_DASH] = ACTIONS(171), + [anon_sym_PLUS_PLUS] = ACTIONS(173), + [anon_sym_DASH_DASH] = ACTIONS(173), + [anon_sym_BANG] = ACTIONS(173), + [anon_sym_data] = ACTIONS(111), + [anon_sym_inner] = ACTIONS(111), + [anon_sym_expect] = ACTIONS(111), + [anon_sym_actual] = ACTIONS(111), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(599), - [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), - [sym_integer_literal] = ACTIONS(605), - [sym_hex_literal] = ACTIONS(607), - [sym_bin_literal] = ACTIONS(607), - [anon_sym_true] = ACTIONS(609), - [anon_sym_false] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(611), - [sym__backtick_identifier] = ACTIONS(613), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(1411), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(615), + [sym__string_start] = ACTIONS(197), }, - [1621] = { - [sym__expression] = STATE(1237), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(1620), - [sym_annotation] = STATE(1620), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(261), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), - [sym__alpha_identifier] = ACTIONS(537), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1626), - [anon_sym_get] = ACTIONS(537), - [anon_sym_set] = ACTIONS(537), - [anon_sym_this] = ACTIONS(561), - [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1279), - [sym_label] = ACTIONS(591), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(577), - [anon_sym_when] = ACTIONS(579), - [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(583), - [anon_sym_return] = ACTIONS(585), - [anon_sym_continue] = ACTIONS(587), - [anon_sym_break] = ACTIONS(587), - [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_PLUS_PLUS] = ACTIONS(593), - [anon_sym_DASH_DASH] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_data] = ACTIONS(537), - [anon_sym_inner] = ACTIONS(537), - [anon_sym_expect] = ACTIONS(537), - [anon_sym_actual] = ACTIONS(537), + [1622] = { + [sym__expression] = STATE(4186), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(377), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(3094), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(1065), + [sym_label] = ACTIONS(327), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(3096), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(3098), + [anon_sym_return] = ACTIONS(3100), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(327), + [anon_sym_DASH] = ACTIONS(327), + [anon_sym_PLUS_PLUS] = ACTIONS(329), + [anon_sym_DASH_DASH] = ACTIONS(329), + [anon_sym_BANG] = ACTIONS(329), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(599), - [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), - [sym_integer_literal] = ACTIONS(605), - [sym_hex_literal] = ACTIONS(607), - [sym_bin_literal] = ACTIONS(607), - [anon_sym_true] = ACTIONS(609), - [anon_sym_false] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(611), - [sym__backtick_identifier] = ACTIONS(613), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(615), + [sym__string_start] = ACTIONS(283), }, - [1622] = { - [sym__expression] = STATE(1245), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(1620), - [sym_annotation] = STATE(1620), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(261), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), + [1623] = { + [sym__expression] = STATE(285), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2198), + [sym_annotation] = STATE(2198), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(264), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), [sym__alpha_identifier] = ACTIONS(537), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LBRACE] = ACTIONS(1612), [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1626), + [anon_sym_object] = ACTIONS(1614), + [anon_sym_fun] = ACTIONS(1636), [anon_sym_get] = ACTIONS(537), [anon_sym_set] = ACTIONS(537), [anon_sym_this] = ACTIONS(561), [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1279), - [sym_label] = ACTIONS(591), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(577), + [anon_sym_STAR] = ACTIONS(1259), + [sym_label] = ACTIONS(645), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(639), [anon_sym_when] = ACTIONS(579), [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(583), - [anon_sym_return] = ACTIONS(585), + [anon_sym_throw] = ACTIONS(641), + [anon_sym_return] = ACTIONS(643), [anon_sym_continue] = ACTIONS(587), [anon_sym_break] = ACTIONS(587), [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_PLUS_PLUS] = ACTIONS(593), - [anon_sym_DASH_DASH] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), + [anon_sym_PLUS] = ACTIONS(645), + [anon_sym_DASH] = ACTIONS(645), + [anon_sym_PLUS_PLUS] = ACTIONS(647), + [anon_sym_DASH_DASH] = ACTIONS(647), + [anon_sym_BANG] = ACTIONS(647), [anon_sym_data] = ACTIONS(537), [anon_sym_inner] = ACTIONS(537), [anon_sym_expect] = ACTIONS(537), [anon_sym_actual] = ACTIONS(537), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), + [anon_sym_return_AT] = ACTIONS(517), [anon_sym_continue_AT] = ACTIONS(599), [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), + [sym_real_literal] = ACTIONS(1620), [sym_integer_literal] = ACTIONS(605), [sym_hex_literal] = ACTIONS(607), [sym_bin_literal] = ACTIONS(607), @@ -213623,87 +213841,87 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(615), }, - [1623] = { - [sym__expression] = STATE(4205), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(2296), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [1624] = { + [sym__expression] = STATE(3859), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1630), + [sym_annotation] = STATE(1630), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(310), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_fun] = ACTIONS(1940), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(845), - [sym_label] = ACTIONS(853), + [anon_sym_STAR] = ACTIONS(1293), + [sym_label] = ACTIONS(735), [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(2022), + [anon_sym_if] = ACTIONS(321), [anon_sym_when] = ACTIONS(245), [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(2024), - [anon_sym_return] = ACTIONS(2026), + [anon_sym_throw] = ACTIONS(323), + [anon_sym_return] = ACTIONS(325), [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(855), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(735), + [anon_sym_DASH] = ACTIONS(735), + [anon_sym_PLUS_PLUS] = ACTIONS(737), + [anon_sym_DASH_DASH] = ACTIONS(737), + [anon_sym_BANG] = ACTIONS(737), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -213719,375 +213937,279 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1624] = { - [sym__expression] = STATE(314), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2238), - [sym_annotation] = STATE(2238), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(269), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1670), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1047), - [sym_label] = ACTIONS(1055), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(1672), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(1674), - [anon_sym_return] = ACTIONS(1676), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(1055), - [anon_sym_DASH] = ACTIONS(1055), - [anon_sym_PLUS_PLUS] = ACTIONS(1057), - [anon_sym_DASH_DASH] = ACTIONS(1057), - [anon_sym_BANG] = ACTIONS(1057), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), - }, [1625] = { - [sym__expression] = STATE(313), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2238), - [sym_annotation] = STATE(2238), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(269), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1670), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1047), - [sym_label] = ACTIONS(1055), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(1672), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(1674), - [anon_sym_return] = ACTIONS(1676), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(1055), - [anon_sym_DASH] = ACTIONS(1055), - [anon_sym_PLUS_PLUS] = ACTIONS(1057), - [anon_sym_DASH_DASH] = ACTIONS(1057), - [anon_sym_BANG] = ACTIONS(1057), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), + [sym__expression] = STATE(3874), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1630), + [sym_annotation] = STATE(1630), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(310), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(1940), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(1293), + [sym_label] = ACTIONS(735), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(321), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(323), + [anon_sym_return] = ACTIONS(325), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(735), + [anon_sym_DASH] = ACTIONS(735), + [anon_sym_PLUS_PLUS] = ACTIONS(737), + [anon_sym_DASH_DASH] = ACTIONS(737), + [anon_sym_BANG] = ACTIONS(737), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), + [sym__string_start] = ACTIONS(283), }, [1626] = { - [sym__expression] = STATE(311), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2238), - [sym_annotation] = STATE(2238), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(269), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1670), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1047), - [sym_label] = ACTIONS(1055), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(1672), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(1674), - [anon_sym_return] = ACTIONS(1676), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(1055), - [anon_sym_DASH] = ACTIONS(1055), - [anon_sym_PLUS_PLUS] = ACTIONS(1057), - [anon_sym_DASH_DASH] = ACTIONS(1057), - [anon_sym_BANG] = ACTIONS(1057), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), + [sym__expression] = STATE(3898), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1630), + [sym_annotation] = STATE(1630), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(310), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(1940), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(1293), + [sym_label] = ACTIONS(735), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(321), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(323), + [anon_sym_return] = ACTIONS(325), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(735), + [anon_sym_DASH] = ACTIONS(735), + [anon_sym_PLUS_PLUS] = ACTIONS(737), + [anon_sym_DASH_DASH] = ACTIONS(737), + [anon_sym_BANG] = ACTIONS(737), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), + [sym__string_start] = ACTIONS(283), }, [1627] = { - [sym__expression] = STATE(4420), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__expression] = STATE(3887), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1630), + [sym_annotation] = STATE(1630), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(310), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_fun] = ACTIONS(1940), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), - [sym_label] = ACTIONS(327), + [anon_sym_STAR] = ACTIONS(1293), + [sym_label] = ACTIONS(735), [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(3096), + [anon_sym_if] = ACTIONS(321), [anon_sym_when] = ACTIONS(245), [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(3098), - [anon_sym_return] = ACTIONS(3100), + [anon_sym_throw] = ACTIONS(323), + [anon_sym_return] = ACTIONS(325), [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(327), - [anon_sym_DASH] = ACTIONS(327), - [anon_sym_PLUS_PLUS] = ACTIONS(329), - [anon_sym_DASH_DASH] = ACTIONS(329), - [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(735), + [anon_sym_DASH] = ACTIONS(735), + [anon_sym_PLUS_PLUS] = ACTIONS(737), + [anon_sym_DASH_DASH] = ACTIONS(737), + [anon_sym_BANG] = ACTIONS(737), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -214104,1046 +214226,278 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(283), }, [1628] = { - [sym__expression] = STATE(4191), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4941), - [sym_parenthesized_expression] = STATE(4941), - [sym_collection_literal] = STATE(4941), - [sym__literal_constant] = STATE(4941), - [sym_string_literal] = STATE(4941), - [sym_lambda_literal] = STATE(4941), - [sym_anonymous_function] = STATE(4941), - [sym__function_literal] = STATE(4941), - [sym_object_literal] = STATE(4941), - [sym_this_expression] = STATE(4941), - [sym_super_expression] = STATE(4941), - [sym_if_expression] = STATE(4941), - [sym_when_expression] = STATE(4941), - [sym_try_expression] = STATE(4941), - [sym_jump_expression] = STATE(4941), - [sym_callable_reference] = STATE(4941), - [sym__prefix_unary_operator] = STATE(1637), - [sym_annotation] = STATE(1637), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5029), - [sym__return_at] = STATE(402), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4941), - [sym_long_literal] = STATE(4941), - [sym_boolean_literal] = STATE(4941), - [sym_character_literal] = STATE(4941), - [sym__lexical_identifier] = STATE(4529), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1912), - [anon_sym_fun] = ACTIONS(3176), - [anon_sym_get] = ACTIONS(7), - [anon_sym_set] = ACTIONS(7), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(43), - [sym_label] = ACTIONS(69), - [anon_sym_null] = ACTIONS(1916), - [anon_sym_if] = ACTIONS(3178), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(3180), - [anon_sym_return] = ACTIONS(3182), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(69), - [anon_sym_DASH] = ACTIONS(69), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_BANG] = ACTIONS(71), - [anon_sym_data] = ACTIONS(7), - [anon_sym_inner] = ACTIONS(7), - [anon_sym_expect] = ACTIONS(7), - [anon_sym_actual] = ACTIONS(7), + [sym__expression] = STATE(3867), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1630), + [sym_annotation] = STATE(1630), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(310), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(1940), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(1293), + [sym_label] = ACTIONS(735), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(321), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(323), + [anon_sym_return] = ACTIONS(325), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(735), + [anon_sym_DASH] = ACTIONS(735), + [anon_sym_PLUS_PLUS] = ACTIONS(737), + [anon_sym_DASH_DASH] = ACTIONS(737), + [anon_sym_BANG] = ACTIONS(737), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(1918), - [sym_integer_literal] = ACTIONS(99), - [sym_hex_literal] = ACTIONS(101), - [sym_bin_literal] = ACTIONS(101), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [anon_sym_SQUOTE] = ACTIONS(105), - [sym__backtick_identifier] = ACTIONS(107), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(109), + [sym__string_start] = ACTIONS(283), }, [1629] = { - [sym__expression] = STATE(293), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2221), - [sym_annotation] = STATE(2221), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(263), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1634), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1257), - [sym_label] = ACTIONS(793), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(787), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(789), - [anon_sym_return] = ACTIONS(791), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(793), - [anon_sym_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(795), - [anon_sym_DASH_DASH] = ACTIONS(795), - [anon_sym_BANG] = ACTIONS(795), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), + [sym__expression] = STATE(718), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(2339), + [sym_annotation] = STATE(2339), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(265), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), + [sym__alpha_identifier] = ACTIONS(111), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1638), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(841), + [sym_label] = ACTIONS(851), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(1640), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(1642), + [anon_sym_return] = ACTIONS(1644), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(851), + [anon_sym_DASH] = ACTIONS(851), + [anon_sym_PLUS_PLUS] = ACTIONS(853), + [anon_sym_DASH_DASH] = ACTIONS(853), + [anon_sym_BANG] = ACTIONS(853), + [anon_sym_data] = ACTIONS(111), + [anon_sym_inner] = ACTIONS(111), + [anon_sym_expect] = ACTIONS(111), + [anon_sym_actual] = ACTIONS(111), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(1411), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), + [sym__string_start] = ACTIONS(197), }, [1630] = { - [sym__expression] = STATE(320), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2238), - [sym_annotation] = STATE(2238), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(269), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1670), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1047), - [sym_label] = ACTIONS(1055), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(1672), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(1674), - [anon_sym_return] = ACTIONS(1676), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(1055), - [anon_sym_DASH] = ACTIONS(1055), - [anon_sym_PLUS_PLUS] = ACTIONS(1057), - [anon_sym_DASH_DASH] = ACTIONS(1057), - [anon_sym_BANG] = ACTIONS(1057), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), - }, - [1631] = { - [sym__expression] = STATE(283), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2221), - [sym_annotation] = STATE(2221), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(263), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1634), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1257), - [sym_label] = ACTIONS(793), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(787), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(789), - [anon_sym_return] = ACTIONS(791), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(793), - [anon_sym_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(795), - [anon_sym_DASH_DASH] = ACTIONS(795), - [anon_sym_BANG] = ACTIONS(795), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), - }, - [1632] = { - [sym__expression] = STATE(322), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2238), - [sym_annotation] = STATE(2238), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(269), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1670), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1047), - [sym_label] = ACTIONS(1055), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(1672), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(1674), - [anon_sym_return] = ACTIONS(1676), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(1055), - [anon_sym_DASH] = ACTIONS(1055), - [anon_sym_PLUS_PLUS] = ACTIONS(1057), - [anon_sym_DASH_DASH] = ACTIONS(1057), - [anon_sym_BANG] = ACTIONS(1057), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), - }, - [1633] = { - [sym__expression] = STATE(328), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2238), - [sym_annotation] = STATE(2238), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(269), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1670), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1047), - [sym_label] = ACTIONS(1055), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(1672), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(1674), - [anon_sym_return] = ACTIONS(1676), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(1055), - [anon_sym_DASH] = ACTIONS(1055), - [anon_sym_PLUS_PLUS] = ACTIONS(1057), - [anon_sym_DASH_DASH] = ACTIONS(1057), - [anon_sym_BANG] = ACTIONS(1057), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), - }, - [1634] = { - [sym__expression] = STATE(3938), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4941), - [sym_parenthesized_expression] = STATE(4941), - [sym_collection_literal] = STATE(4941), - [sym__literal_constant] = STATE(4941), - [sym_string_literal] = STATE(4941), - [sym_lambda_literal] = STATE(4941), - [sym_anonymous_function] = STATE(4941), - [sym__function_literal] = STATE(4941), - [sym_object_literal] = STATE(4941), - [sym_this_expression] = STATE(4941), - [sym_super_expression] = STATE(4941), - [sym_if_expression] = STATE(4941), - [sym_when_expression] = STATE(4941), - [sym_try_expression] = STATE(4941), - [sym_jump_expression] = STATE(4941), - [sym_callable_reference] = STATE(4941), - [sym__prefix_unary_operator] = STATE(2020), - [sym_annotation] = STATE(2020), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5029), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4941), - [sym_long_literal] = STATE(4941), - [sym_boolean_literal] = STATE(4941), - [sym_character_literal] = STATE(4941), - [sym__lexical_identifier] = STATE(4529), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1912), - [anon_sym_fun] = ACTIONS(1974), - [anon_sym_get] = ACTIONS(7), - [anon_sym_set] = ACTIONS(7), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(1213), - [sym_label] = ACTIONS(639), - [anon_sym_null] = ACTIONS(1916), - [anon_sym_if] = ACTIONS(55), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(61), - [anon_sym_return] = ACTIONS(63), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_PLUS_PLUS] = ACTIONS(641), - [anon_sym_DASH_DASH] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), - [anon_sym_data] = ACTIONS(7), - [anon_sym_inner] = ACTIONS(7), - [anon_sym_expect] = ACTIONS(7), - [anon_sym_actual] = ACTIONS(7), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(1918), - [sym_integer_literal] = ACTIONS(99), - [sym_hex_literal] = ACTIONS(101), - [sym_bin_literal] = ACTIONS(101), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [anon_sym_SQUOTE] = ACTIONS(105), - [sym__backtick_identifier] = ACTIONS(107), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(109), - }, - [1635] = { - [sym__expression] = STATE(290), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2221), - [sym_annotation] = STATE(2221), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(263), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1634), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1257), - [sym_label] = ACTIONS(793), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(787), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(789), - [anon_sym_return] = ACTIONS(791), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(793), - [anon_sym_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(795), - [anon_sym_DASH_DASH] = ACTIONS(795), - [anon_sym_BANG] = ACTIONS(795), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), - }, - [1636] = { - [sym__expression] = STATE(288), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2221), - [sym_annotation] = STATE(2221), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(263), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1634), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1257), - [sym_label] = ACTIONS(793), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(787), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(789), - [anon_sym_return] = ACTIONS(791), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(793), - [anon_sym_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(795), - [anon_sym_DASH_DASH] = ACTIONS(795), - [anon_sym_BANG] = ACTIONS(795), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), - }, - [1637] = { - [sym__expression] = STATE(4190), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4941), - [sym_parenthesized_expression] = STATE(4941), - [sym_collection_literal] = STATE(4941), - [sym__literal_constant] = STATE(4941), - [sym_string_literal] = STATE(4941), - [sym_lambda_literal] = STATE(4941), - [sym_anonymous_function] = STATE(4941), - [sym__function_literal] = STATE(4941), - [sym_object_literal] = STATE(4941), - [sym_this_expression] = STATE(4941), - [sym_super_expression] = STATE(4941), - [sym_if_expression] = STATE(4941), - [sym_when_expression] = STATE(4941), - [sym_try_expression] = STATE(4941), - [sym_jump_expression] = STATE(4941), - [sym_callable_reference] = STATE(4941), - [sym__prefix_unary_operator] = STATE(1637), - [sym_annotation] = STATE(1637), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5029), - [sym__return_at] = STATE(402), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4941), - [sym_long_literal] = STATE(4941), - [sym_boolean_literal] = STATE(4941), - [sym_character_literal] = STATE(4941), - [sym__lexical_identifier] = STATE(4529), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1912), - [anon_sym_fun] = ACTIONS(3176), - [anon_sym_get] = ACTIONS(7), - [anon_sym_set] = ACTIONS(7), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(43), - [sym_label] = ACTIONS(69), - [anon_sym_null] = ACTIONS(1916), - [anon_sym_if] = ACTIONS(3178), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(3180), - [anon_sym_return] = ACTIONS(3182), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(69), - [anon_sym_DASH] = ACTIONS(69), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_BANG] = ACTIONS(71), - [anon_sym_data] = ACTIONS(7), - [anon_sym_inner] = ACTIONS(7), - [anon_sym_expect] = ACTIONS(7), - [anon_sym_actual] = ACTIONS(7), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(1918), - [sym_integer_literal] = ACTIONS(99), - [sym_hex_literal] = ACTIONS(101), - [sym_bin_literal] = ACTIONS(101), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [anon_sym_SQUOTE] = ACTIONS(105), - [sym__backtick_identifier] = ACTIONS(107), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(109), - }, - [1638] = { - [sym__expression] = STATE(4343), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__expression] = STATE(3885), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1630), + [sym_annotation] = STATE(1630), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(310), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_fun] = ACTIONS(1940), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), - [sym_label] = ACTIONS(327), + [anon_sym_STAR] = ACTIONS(1293), + [sym_label] = ACTIONS(735), [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(3096), + [anon_sym_if] = ACTIONS(321), [anon_sym_when] = ACTIONS(245), [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(3098), - [anon_sym_return] = ACTIONS(3100), + [anon_sym_throw] = ACTIONS(323), + [anon_sym_return] = ACTIONS(325), [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(327), - [anon_sym_DASH] = ACTIONS(327), - [anon_sym_PLUS_PLUS] = ACTIONS(329), - [anon_sym_DASH_DASH] = ACTIONS(329), - [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(735), + [anon_sym_DASH] = ACTIONS(735), + [anon_sym_PLUS_PLUS] = ACTIONS(737), + [anon_sym_DASH_DASH] = ACTIONS(737), + [anon_sym_BANG] = ACTIONS(737), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -215159,375 +214513,183 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1639] = { - [sym__expression] = STATE(285), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2221), - [sym_annotation] = STATE(2221), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(263), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1634), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1257), - [sym_label] = ACTIONS(793), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(787), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(789), - [anon_sym_return] = ACTIONS(791), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(793), - [anon_sym_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(795), - [anon_sym_DASH_DASH] = ACTIONS(795), - [anon_sym_BANG] = ACTIONS(795), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), - }, - [1640] = { - [sym__expression] = STATE(286), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2221), - [sym_annotation] = STATE(2221), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(263), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1634), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1257), - [sym_label] = ACTIONS(793), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(787), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(789), - [anon_sym_return] = ACTIONS(791), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(793), - [anon_sym_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(795), - [anon_sym_DASH_DASH] = ACTIONS(795), - [anon_sym_BANG] = ACTIONS(795), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), - }, - [1641] = { - [sym_type_constraints] = STATE(2438), - [sym_property_delegate] = STATE(2592), - [sym_getter] = STATE(4943), - [sym_setter] = STATE(4943), - [sym_modifiers] = STATE(8567), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3272), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3274), - [anon_sym_as] = ACTIONS(3272), - [anon_sym_EQ] = ACTIONS(5780), - [anon_sym_LBRACE] = ACTIONS(3274), - [anon_sym_RBRACE] = ACTIONS(3274), - [anon_sym_LPAREN] = ACTIONS(3274), - [anon_sym_by] = ACTIONS(5774), - [anon_sym_LT] = ACTIONS(3272), - [anon_sym_GT] = ACTIONS(3272), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(3272), - [anon_sym_SEMI] = ACTIONS(5782), - [anon_sym_get] = ACTIONS(5776), - [anon_sym_set] = ACTIONS(5778), - [anon_sym_STAR] = ACTIONS(3272), - [sym_label] = ACTIONS(3274), - [anon_sym_in] = ACTIONS(3272), - [anon_sym_DOT_DOT] = ACTIONS(3274), - [anon_sym_QMARK_COLON] = ACTIONS(3274), - [anon_sym_AMP_AMP] = ACTIONS(3274), - [anon_sym_PIPE_PIPE] = ACTIONS(3274), - [anon_sym_else] = ACTIONS(3272), - [anon_sym_COLON_COLON] = ACTIONS(3274), - [anon_sym_PLUS_EQ] = ACTIONS(3274), - [anon_sym_DASH_EQ] = ACTIONS(3274), - [anon_sym_STAR_EQ] = ACTIONS(3274), - [anon_sym_SLASH_EQ] = ACTIONS(3274), - [anon_sym_PERCENT_EQ] = ACTIONS(3274), - [anon_sym_BANG_EQ] = ACTIONS(3272), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3274), - [anon_sym_EQ_EQ] = ACTIONS(3272), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3274), - [anon_sym_LT_EQ] = ACTIONS(3274), - [anon_sym_GT_EQ] = ACTIONS(3274), - [anon_sym_BANGin] = ACTIONS(3274), - [anon_sym_is] = ACTIONS(3272), - [anon_sym_BANGis] = ACTIONS(3274), - [anon_sym_PLUS] = ACTIONS(3272), - [anon_sym_DASH] = ACTIONS(3272), - [anon_sym_SLASH] = ACTIONS(3272), - [anon_sym_PERCENT] = ACTIONS(3272), - [anon_sym_as_QMARK] = ACTIONS(3274), - [anon_sym_PLUS_PLUS] = ACTIONS(3274), - [anon_sym_DASH_DASH] = ACTIONS(3274), - [anon_sym_BANG_BANG] = ACTIONS(3274), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [1631] = { + [sym__expression] = STATE(988), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(1674), + [sym_annotation] = STATE(1674), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(220), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), + [sym__alpha_identifier] = ACTIONS(111), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1407), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(1305), + [sym_label] = ACTIONS(171), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(157), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(163), + [anon_sym_return] = ACTIONS(165), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(171), + [anon_sym_DASH] = ACTIONS(171), + [anon_sym_PLUS_PLUS] = ACTIONS(173), + [anon_sym_DASH_DASH] = ACTIONS(173), + [anon_sym_BANG] = ACTIONS(173), + [anon_sym_data] = ACTIONS(111), + [anon_sym_inner] = ACTIONS(111), + [anon_sym_expect] = ACTIONS(111), + [anon_sym_actual] = ACTIONS(111), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3274), - [sym__automatic_semicolon] = ACTIONS(3274), - [sym_safe_nav] = ACTIONS(3274), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(1411), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(197), }, - [1642] = { - [sym__expression] = STATE(4217), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(2296), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [1632] = { + [sym__expression] = STATE(3723), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1630), + [sym_annotation] = STATE(1630), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(310), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_fun] = ACTIONS(1940), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(845), - [sym_label] = ACTIONS(853), + [anon_sym_STAR] = ACTIONS(1293), + [sym_label] = ACTIONS(735), [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(2022), + [anon_sym_if] = ACTIONS(321), [anon_sym_when] = ACTIONS(245), [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(2024), - [anon_sym_return] = ACTIONS(2026), + [anon_sym_throw] = ACTIONS(323), + [anon_sym_return] = ACTIONS(325), [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(855), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(735), + [anon_sym_DASH] = ACTIONS(735), + [anon_sym_PLUS_PLUS] = ACTIONS(737), + [anon_sym_DASH_DASH] = ACTIONS(737), + [anon_sym_BANG] = ACTIONS(737), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -215543,164 +214705,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1643] = { - [sym__expression] = STATE(2526), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(1643), - [sym_annotation] = STATE(1643), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(270), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), - [sym__alpha_identifier] = ACTIONS(537), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1678), - [anon_sym_get] = ACTIONS(537), - [anon_sym_set] = ACTIONS(537), - [anon_sym_this] = ACTIONS(561), - [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1021), - [sym_label] = ACTIONS(1029), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(1680), - [anon_sym_when] = ACTIONS(579), - [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(1682), - [anon_sym_return] = ACTIONS(1684), - [anon_sym_continue] = ACTIONS(587), - [anon_sym_break] = ACTIONS(587), - [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(1029), - [anon_sym_DASH] = ACTIONS(1029), - [anon_sym_PLUS_PLUS] = ACTIONS(1031), - [anon_sym_DASH_DASH] = ACTIONS(1031), - [anon_sym_BANG] = ACTIONS(1031), - [anon_sym_data] = ACTIONS(537), - [anon_sym_inner] = ACTIONS(537), - [anon_sym_expect] = ACTIONS(537), - [anon_sym_actual] = ACTIONS(537), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(599), - [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), - [sym_integer_literal] = ACTIONS(605), - [sym_hex_literal] = ACTIONS(607), - [sym_bin_literal] = ACTIONS(607), - [anon_sym_true] = ACTIONS(609), - [anon_sym_false] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(611), - [sym__backtick_identifier] = ACTIONS(613), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(615), - }, - [1644] = { - [sym__expression] = STATE(4383), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [1633] = { + [sym__expression] = STATE(4348), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), + [anon_sym_STAR] = ACTIONS(1065), [sym_label] = ACTIONS(327), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(3096), @@ -215716,10 +214782,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(329), [anon_sym_DASH_DASH] = ACTIONS(329), [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -215735,183 +214801,183 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1645] = { - [sym__expression] = STATE(4399), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), - [sym_label] = ACTIONS(327), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(3096), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(3098), - [anon_sym_return] = ACTIONS(3100), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(327), - [anon_sym_DASH] = ACTIONS(327), - [anon_sym_PLUS_PLUS] = ACTIONS(329), - [anon_sym_DASH_DASH] = ACTIONS(329), - [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [1634] = { + [sym__expression] = STATE(1009), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(1674), + [sym_annotation] = STATE(1674), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(220), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), + [sym__alpha_identifier] = ACTIONS(111), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1407), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(1305), + [sym_label] = ACTIONS(171), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(157), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(163), + [anon_sym_return] = ACTIONS(165), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(171), + [anon_sym_DASH] = ACTIONS(171), + [anon_sym_PLUS_PLUS] = ACTIONS(173), + [anon_sym_DASH_DASH] = ACTIONS(173), + [anon_sym_BANG] = ACTIONS(173), + [anon_sym_data] = ACTIONS(111), + [anon_sym_inner] = ACTIONS(111), + [anon_sym_expect] = ACTIONS(111), + [anon_sym_actual] = ACTIONS(111), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(1411), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), + [sym__string_start] = ACTIONS(197), }, - [1646] = { - [sym__expression] = STATE(2992), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(1661), - [sym_annotation] = STATE(1661), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(295), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [1635] = { + [sym__expression] = STATE(3879), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1630), + [sym_annotation] = STATE(1630), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(310), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(1858), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_fun] = ACTIONS(1940), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1289), - [sym_label] = ACTIONS(257), + [anon_sym_STAR] = ACTIONS(1293), + [sym_label] = ACTIONS(735), [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(243), + [anon_sym_if] = ACTIONS(321), [anon_sym_when] = ACTIONS(245), [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(249), - [anon_sym_return] = ACTIONS(251), + [anon_sym_throw] = ACTIONS(323), + [anon_sym_return] = ACTIONS(325), [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(257), - [anon_sym_DASH] = ACTIONS(257), - [anon_sym_PLUS_PLUS] = ACTIONS(259), - [anon_sym_DASH_DASH] = ACTIONS(259), - [anon_sym_BANG] = ACTIONS(259), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(735), + [anon_sym_DASH] = ACTIONS(735), + [anon_sym_PLUS_PLUS] = ACTIONS(737), + [anon_sym_DASH_DASH] = ACTIONS(737), + [anon_sym_BANG] = ACTIONS(737), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -215927,87 +214993,87 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1647] = { - [sym__expression] = STATE(3048), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(1661), - [sym_annotation] = STATE(1661), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(295), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [1636] = { + [sym__expression] = STATE(4250), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(1897), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(331), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(1858), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_fun] = ACTIONS(2020), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1289), - [sym_label] = ACTIONS(257), + [anon_sym_STAR] = ACTIONS(813), + [sym_label] = ACTIONS(821), [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(243), + [anon_sym_if] = ACTIONS(2022), [anon_sym_when] = ACTIONS(245), [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(249), - [anon_sym_return] = ACTIONS(251), + [anon_sym_throw] = ACTIONS(2024), + [anon_sym_return] = ACTIONS(2026), [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(257), - [anon_sym_DASH] = ACTIONS(257), - [anon_sym_PLUS_PLUS] = ACTIONS(259), - [anon_sym_DASH_DASH] = ACTIONS(259), - [anon_sym_BANG] = ACTIONS(259), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(823), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -216023,356 +215089,836 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1648] = { - [sym__expression] = STATE(2994), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(1661), - [sym_annotation] = STATE(1661), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(295), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(1858), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1289), - [sym_label] = ACTIONS(257), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(243), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(249), - [anon_sym_return] = ACTIONS(251), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(257), - [anon_sym_DASH] = ACTIONS(257), - [anon_sym_PLUS_PLUS] = ACTIONS(259), - [anon_sym_DASH_DASH] = ACTIONS(259), - [anon_sym_BANG] = ACTIONS(259), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [1637] = { + [sym__expression] = STATE(4130), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4931), + [sym_parenthesized_expression] = STATE(4931), + [sym_collection_literal] = STATE(4931), + [sym__literal_constant] = STATE(4931), + [sym_string_literal] = STATE(4931), + [sym_lambda_literal] = STATE(4931), + [sym_anonymous_function] = STATE(4931), + [sym__function_literal] = STATE(4931), + [sym_object_literal] = STATE(4931), + [sym_this_expression] = STATE(4931), + [sym_super_expression] = STATE(4931), + [sym_if_expression] = STATE(4931), + [sym_when_expression] = STATE(4931), + [sym_try_expression] = STATE(4931), + [sym_jump_expression] = STATE(4931), + [sym_callable_reference] = STATE(4931), + [sym__prefix_unary_operator] = STATE(1988), + [sym_annotation] = STATE(1988), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4928), + [sym__return_at] = STATE(376), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4931), + [sym_long_literal] = STATE(4931), + [sym_boolean_literal] = STATE(4931), + [sym_character_literal] = STATE(4931), + [sym__lexical_identifier] = STATE(4566), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1902), + [anon_sym_fun] = ACTIONS(3086), + [anon_sym_get] = ACTIONS(7), + [anon_sym_set] = ACTIONS(7), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(937), + [sym_label] = ACTIONS(945), + [anon_sym_null] = ACTIONS(1906), + [anon_sym_if] = ACTIONS(3088), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(3090), + [anon_sym_return] = ACTIONS(3092), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(945), + [anon_sym_DASH] = ACTIONS(945), + [anon_sym_PLUS_PLUS] = ACTIONS(947), + [anon_sym_DASH_DASH] = ACTIONS(947), + [anon_sym_BANG] = ACTIONS(947), + [anon_sym_data] = ACTIONS(7), + [anon_sym_inner] = ACTIONS(7), + [anon_sym_expect] = ACTIONS(7), + [anon_sym_actual] = ACTIONS(7), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [sym_real_literal] = ACTIONS(1908), + [sym_integer_literal] = ACTIONS(99), + [sym_hex_literal] = ACTIONS(101), + [sym_bin_literal] = ACTIONS(101), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SQUOTE] = ACTIONS(105), + [sym__backtick_identifier] = ACTIONS(107), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), + [sym__string_start] = ACTIONS(109), }, - [1649] = { - [sym__expression] = STATE(2996), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(1661), - [sym_annotation] = STATE(1661), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(295), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(1858), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1289), - [sym_label] = ACTIONS(257), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(243), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(249), - [anon_sym_return] = ACTIONS(251), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(257), - [anon_sym_DASH] = ACTIONS(257), - [anon_sym_PLUS_PLUS] = ACTIONS(259), - [anon_sym_DASH_DASH] = ACTIONS(259), - [anon_sym_BANG] = ACTIONS(259), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [1638] = { + [sym__expression] = STATE(722), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(2339), + [sym_annotation] = STATE(2339), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(265), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), + [sym__alpha_identifier] = ACTIONS(111), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1638), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(841), + [sym_label] = ACTIONS(851), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(1640), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(1642), + [anon_sym_return] = ACTIONS(1644), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(851), + [anon_sym_DASH] = ACTIONS(851), + [anon_sym_PLUS_PLUS] = ACTIONS(853), + [anon_sym_DASH_DASH] = ACTIONS(853), + [anon_sym_BANG] = ACTIONS(853), + [anon_sym_data] = ACTIONS(111), + [anon_sym_inner] = ACTIONS(111), + [anon_sym_expect] = ACTIONS(111), + [anon_sym_actual] = ACTIONS(111), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(1411), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), + [sym__string_start] = ACTIONS(197), }, - [1650] = { - [sym__expression] = STATE(2999), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(1661), - [sym_annotation] = STATE(1661), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(295), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(1858), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1289), - [sym_label] = ACTIONS(257), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(243), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(249), - [anon_sym_return] = ACTIONS(251), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(257), - [anon_sym_DASH] = ACTIONS(257), - [anon_sym_PLUS_PLUS] = ACTIONS(259), - [anon_sym_DASH_DASH] = ACTIONS(259), - [anon_sym_BANG] = ACTIONS(259), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [1639] = { + [sym__expression] = STATE(985), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(3399), + [sym_parenthesized_expression] = STATE(3399), + [sym_collection_literal] = STATE(3399), + [sym__literal_constant] = STATE(3399), + [sym_string_literal] = STATE(3399), + [sym_lambda_literal] = STATE(3399), + [sym_anonymous_function] = STATE(3399), + [sym__function_literal] = STATE(3399), + [sym_object_literal] = STATE(3399), + [sym_this_expression] = STATE(3399), + [sym_super_expression] = STATE(3399), + [sym_if_expression] = STATE(3399), + [sym_when_expression] = STATE(3399), + [sym_try_expression] = STATE(3399), + [sym_jump_expression] = STATE(3399), + [sym_callable_reference] = STATE(3399), + [sym__prefix_unary_operator] = STATE(1644), + [sym_annotation] = STATE(1644), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3347), + [sym__return_at] = STATE(303), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(3399), + [sym_long_literal] = STATE(3399), + [sym_boolean_literal] = STATE(3399), + [sym_character_literal] = STATE(3399), + [sym__lexical_identifier] = STATE(2837), + [sym__alpha_identifier] = ACTIONS(333), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(335), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_LPAREN] = ACTIONS(345), + [anon_sym_object] = ACTIONS(1920), + [anon_sym_fun] = ACTIONS(1922), + [anon_sym_get] = ACTIONS(333), + [anon_sym_set] = ACTIONS(333), + [anon_sym_this] = ACTIONS(357), + [anon_sym_super] = ACTIONS(359), + [anon_sym_STAR] = ACTIONS(1299), + [sym_label] = ACTIONS(387), + [anon_sym_null] = ACTIONS(1924), + [anon_sym_if] = ACTIONS(373), + [anon_sym_when] = ACTIONS(375), + [anon_sym_try] = ACTIONS(377), + [anon_sym_throw] = ACTIONS(379), + [anon_sym_return] = ACTIONS(381), + [anon_sym_continue] = ACTIONS(383), + [anon_sym_break] = ACTIONS(383), + [anon_sym_COLON_COLON] = ACTIONS(385), + [anon_sym_PLUS] = ACTIONS(387), + [anon_sym_DASH] = ACTIONS(387), + [anon_sym_PLUS_PLUS] = ACTIONS(389), + [anon_sym_DASH_DASH] = ACTIONS(389), + [anon_sym_BANG] = ACTIONS(389), + [anon_sym_data] = ACTIONS(333), + [anon_sym_inner] = ACTIONS(333), + [anon_sym_expect] = ACTIONS(333), + [anon_sym_actual] = ACTIONS(333), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(395), + [anon_sym_break_AT] = ACTIONS(397), + [sym_real_literal] = ACTIONS(1926), + [sym_integer_literal] = ACTIONS(401), + [sym_hex_literal] = ACTIONS(403), + [sym_bin_literal] = ACTIONS(403), + [anon_sym_true] = ACTIONS(405), + [anon_sym_false] = ACTIONS(405), + [anon_sym_SQUOTE] = ACTIONS(407), + [sym__backtick_identifier] = ACTIONS(409), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), + [sym__string_start] = ACTIONS(411), }, - [1651] = { - [sym__expression] = STATE(4333), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [1640] = { + [sym__expression] = STATE(1025), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(3399), + [sym_parenthesized_expression] = STATE(3399), + [sym_collection_literal] = STATE(3399), + [sym__literal_constant] = STATE(3399), + [sym_string_literal] = STATE(3399), + [sym_lambda_literal] = STATE(3399), + [sym_anonymous_function] = STATE(3399), + [sym__function_literal] = STATE(3399), + [sym_object_literal] = STATE(3399), + [sym_this_expression] = STATE(3399), + [sym_super_expression] = STATE(3399), + [sym_if_expression] = STATE(3399), + [sym_when_expression] = STATE(3399), + [sym_try_expression] = STATE(3399), + [sym_jump_expression] = STATE(3399), + [sym_callable_reference] = STATE(3399), + [sym__prefix_unary_operator] = STATE(1644), + [sym_annotation] = STATE(1644), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3347), + [sym__return_at] = STATE(303), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(3399), + [sym_long_literal] = STATE(3399), + [sym_boolean_literal] = STATE(3399), + [sym_character_literal] = STATE(3399), + [sym__lexical_identifier] = STATE(2837), + [sym__alpha_identifier] = ACTIONS(333), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(335), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_LPAREN] = ACTIONS(345), + [anon_sym_object] = ACTIONS(1920), + [anon_sym_fun] = ACTIONS(1922), + [anon_sym_get] = ACTIONS(333), + [anon_sym_set] = ACTIONS(333), + [anon_sym_this] = ACTIONS(357), + [anon_sym_super] = ACTIONS(359), + [anon_sym_STAR] = ACTIONS(1299), + [sym_label] = ACTIONS(387), + [anon_sym_null] = ACTIONS(1924), + [anon_sym_if] = ACTIONS(373), + [anon_sym_when] = ACTIONS(375), + [anon_sym_try] = ACTIONS(377), + [anon_sym_throw] = ACTIONS(379), + [anon_sym_return] = ACTIONS(381), + [anon_sym_continue] = ACTIONS(383), + [anon_sym_break] = ACTIONS(383), + [anon_sym_COLON_COLON] = ACTIONS(385), + [anon_sym_PLUS] = ACTIONS(387), + [anon_sym_DASH] = ACTIONS(387), + [anon_sym_PLUS_PLUS] = ACTIONS(389), + [anon_sym_DASH_DASH] = ACTIONS(389), + [anon_sym_BANG] = ACTIONS(389), + [anon_sym_data] = ACTIONS(333), + [anon_sym_inner] = ACTIONS(333), + [anon_sym_expect] = ACTIONS(333), + [anon_sym_actual] = ACTIONS(333), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(395), + [anon_sym_break_AT] = ACTIONS(397), + [sym_real_literal] = ACTIONS(1926), + [sym_integer_literal] = ACTIONS(401), + [sym_hex_literal] = ACTIONS(403), + [sym_bin_literal] = ACTIONS(403), + [anon_sym_true] = ACTIONS(405), + [anon_sym_false] = ACTIONS(405), + [anon_sym_SQUOTE] = ACTIONS(407), + [sym__backtick_identifier] = ACTIONS(409), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(411), + }, + [1641] = { + [sym__expression] = STATE(2366), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(2143), + [sym_annotation] = STATE(2143), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(267), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1654), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(873), + [sym_label] = ACTIONS(883), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(1656), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(1658), + [anon_sym_return] = ACTIONS(1660), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(883), + [anon_sym_DASH] = ACTIONS(883), + [anon_sym_PLUS_PLUS] = ACTIONS(885), + [anon_sym_DASH_DASH] = ACTIONS(885), + [anon_sym_BANG] = ACTIONS(885), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), + }, + [1642] = { + [sym__expression] = STATE(4159), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4931), + [sym_parenthesized_expression] = STATE(4931), + [sym_collection_literal] = STATE(4931), + [sym__literal_constant] = STATE(4931), + [sym_string_literal] = STATE(4931), + [sym_lambda_literal] = STATE(4931), + [sym_anonymous_function] = STATE(4931), + [sym__function_literal] = STATE(4931), + [sym_object_literal] = STATE(4931), + [sym_this_expression] = STATE(4931), + [sym_super_expression] = STATE(4931), + [sym_if_expression] = STATE(4931), + [sym_when_expression] = STATE(4931), + [sym_try_expression] = STATE(4931), + [sym_jump_expression] = STATE(4931), + [sym_callable_reference] = STATE(4931), + [sym__prefix_unary_operator] = STATE(1988), + [sym_annotation] = STATE(1988), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4928), + [sym__return_at] = STATE(376), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4931), + [sym_long_literal] = STATE(4931), + [sym_boolean_literal] = STATE(4931), + [sym_character_literal] = STATE(4931), + [sym__lexical_identifier] = STATE(4566), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1902), + [anon_sym_fun] = ACTIONS(3086), + [anon_sym_get] = ACTIONS(7), + [anon_sym_set] = ACTIONS(7), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(937), + [sym_label] = ACTIONS(945), + [anon_sym_null] = ACTIONS(1906), + [anon_sym_if] = ACTIONS(3088), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(3090), + [anon_sym_return] = ACTIONS(3092), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(945), + [anon_sym_DASH] = ACTIONS(945), + [anon_sym_PLUS_PLUS] = ACTIONS(947), + [anon_sym_DASH_DASH] = ACTIONS(947), + [anon_sym_BANG] = ACTIONS(947), + [anon_sym_data] = ACTIONS(7), + [anon_sym_inner] = ACTIONS(7), + [anon_sym_expect] = ACTIONS(7), + [anon_sym_actual] = ACTIONS(7), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [sym_real_literal] = ACTIONS(1908), + [sym_integer_literal] = ACTIONS(99), + [sym_hex_literal] = ACTIONS(101), + [sym_bin_literal] = ACTIONS(101), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SQUOTE] = ACTIONS(105), + [sym__backtick_identifier] = ACTIONS(107), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(109), + }, + [1643] = { + [sym__expression] = STATE(1011), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(1674), + [sym_annotation] = STATE(1674), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(220), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), + [sym__alpha_identifier] = ACTIONS(111), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1407), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(1305), + [sym_label] = ACTIONS(171), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(157), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(163), + [anon_sym_return] = ACTIONS(165), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(171), + [anon_sym_DASH] = ACTIONS(171), + [anon_sym_PLUS_PLUS] = ACTIONS(173), + [anon_sym_DASH_DASH] = ACTIONS(173), + [anon_sym_BANG] = ACTIONS(173), + [anon_sym_data] = ACTIONS(111), + [anon_sym_inner] = ACTIONS(111), + [anon_sym_expect] = ACTIONS(111), + [anon_sym_actual] = ACTIONS(111), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(1411), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(197), + }, + [1644] = { + [sym__expression] = STATE(986), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(3399), + [sym_parenthesized_expression] = STATE(3399), + [sym_collection_literal] = STATE(3399), + [sym__literal_constant] = STATE(3399), + [sym_string_literal] = STATE(3399), + [sym_lambda_literal] = STATE(3399), + [sym_anonymous_function] = STATE(3399), + [sym__function_literal] = STATE(3399), + [sym_object_literal] = STATE(3399), + [sym_this_expression] = STATE(3399), + [sym_super_expression] = STATE(3399), + [sym_if_expression] = STATE(3399), + [sym_when_expression] = STATE(3399), + [sym_try_expression] = STATE(3399), + [sym_jump_expression] = STATE(3399), + [sym_callable_reference] = STATE(3399), + [sym__prefix_unary_operator] = STATE(1644), + [sym_annotation] = STATE(1644), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3347), + [sym__return_at] = STATE(303), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(3399), + [sym_long_literal] = STATE(3399), + [sym_boolean_literal] = STATE(3399), + [sym_character_literal] = STATE(3399), + [sym__lexical_identifier] = STATE(2837), + [sym__alpha_identifier] = ACTIONS(333), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(335), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_LPAREN] = ACTIONS(345), + [anon_sym_object] = ACTIONS(1920), + [anon_sym_fun] = ACTIONS(1922), + [anon_sym_get] = ACTIONS(333), + [anon_sym_set] = ACTIONS(333), + [anon_sym_this] = ACTIONS(357), + [anon_sym_super] = ACTIONS(359), + [anon_sym_STAR] = ACTIONS(1299), + [sym_label] = ACTIONS(387), + [anon_sym_null] = ACTIONS(1924), + [anon_sym_if] = ACTIONS(373), + [anon_sym_when] = ACTIONS(375), + [anon_sym_try] = ACTIONS(377), + [anon_sym_throw] = ACTIONS(379), + [anon_sym_return] = ACTIONS(381), + [anon_sym_continue] = ACTIONS(383), + [anon_sym_break] = ACTIONS(383), + [anon_sym_COLON_COLON] = ACTIONS(385), + [anon_sym_PLUS] = ACTIONS(387), + [anon_sym_DASH] = ACTIONS(387), + [anon_sym_PLUS_PLUS] = ACTIONS(389), + [anon_sym_DASH_DASH] = ACTIONS(389), + [anon_sym_BANG] = ACTIONS(389), + [anon_sym_data] = ACTIONS(333), + [anon_sym_inner] = ACTIONS(333), + [anon_sym_expect] = ACTIONS(333), + [anon_sym_actual] = ACTIONS(333), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(395), + [anon_sym_break_AT] = ACTIONS(397), + [sym_real_literal] = ACTIONS(1926), + [sym_integer_literal] = ACTIONS(401), + [sym_hex_literal] = ACTIONS(403), + [sym_bin_literal] = ACTIONS(403), + [anon_sym_true] = ACTIONS(405), + [anon_sym_false] = ACTIONS(405), + [anon_sym_SQUOTE] = ACTIONS(407), + [sym__backtick_identifier] = ACTIONS(409), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(411), + }, + [1645] = { + [sym__expression] = STATE(4420), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), + [anon_sym_STAR] = ACTIONS(1065), [sym_label] = ACTIONS(327), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(3096), @@ -216388,10 +215934,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(329), [anon_sym_DASH_DASH] = ACTIONS(329), [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -216407,183 +215953,183 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1652] = { - [sym__expression] = STATE(3005), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(1661), - [sym_annotation] = STATE(1661), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(295), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(1858), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1289), - [sym_label] = ACTIONS(257), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(243), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(249), - [anon_sym_return] = ACTIONS(251), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(257), - [anon_sym_DASH] = ACTIONS(257), - [anon_sym_PLUS_PLUS] = ACTIONS(259), - [anon_sym_DASH_DASH] = ACTIONS(259), - [anon_sym_BANG] = ACTIONS(259), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [1646] = { + [sym__expression] = STATE(973), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(3399), + [sym_parenthesized_expression] = STATE(3399), + [sym_collection_literal] = STATE(3399), + [sym__literal_constant] = STATE(3399), + [sym_string_literal] = STATE(3399), + [sym_lambda_literal] = STATE(3399), + [sym_anonymous_function] = STATE(3399), + [sym__function_literal] = STATE(3399), + [sym_object_literal] = STATE(3399), + [sym_this_expression] = STATE(3399), + [sym_super_expression] = STATE(3399), + [sym_if_expression] = STATE(3399), + [sym_when_expression] = STATE(3399), + [sym_try_expression] = STATE(3399), + [sym_jump_expression] = STATE(3399), + [sym_callable_reference] = STATE(3399), + [sym__prefix_unary_operator] = STATE(1644), + [sym_annotation] = STATE(1644), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3347), + [sym__return_at] = STATE(303), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(3399), + [sym_long_literal] = STATE(3399), + [sym_boolean_literal] = STATE(3399), + [sym_character_literal] = STATE(3399), + [sym__lexical_identifier] = STATE(2837), + [sym__alpha_identifier] = ACTIONS(333), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(335), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_LPAREN] = ACTIONS(345), + [anon_sym_object] = ACTIONS(1920), + [anon_sym_fun] = ACTIONS(1922), + [anon_sym_get] = ACTIONS(333), + [anon_sym_set] = ACTIONS(333), + [anon_sym_this] = ACTIONS(357), + [anon_sym_super] = ACTIONS(359), + [anon_sym_STAR] = ACTIONS(1299), + [sym_label] = ACTIONS(387), + [anon_sym_null] = ACTIONS(1924), + [anon_sym_if] = ACTIONS(373), + [anon_sym_when] = ACTIONS(375), + [anon_sym_try] = ACTIONS(377), + [anon_sym_throw] = ACTIONS(379), + [anon_sym_return] = ACTIONS(381), + [anon_sym_continue] = ACTIONS(383), + [anon_sym_break] = ACTIONS(383), + [anon_sym_COLON_COLON] = ACTIONS(385), + [anon_sym_PLUS] = ACTIONS(387), + [anon_sym_DASH] = ACTIONS(387), + [anon_sym_PLUS_PLUS] = ACTIONS(389), + [anon_sym_DASH_DASH] = ACTIONS(389), + [anon_sym_BANG] = ACTIONS(389), + [anon_sym_data] = ACTIONS(333), + [anon_sym_inner] = ACTIONS(333), + [anon_sym_expect] = ACTIONS(333), + [anon_sym_actual] = ACTIONS(333), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(395), + [anon_sym_break_AT] = ACTIONS(397), + [sym_real_literal] = ACTIONS(1926), + [sym_integer_literal] = ACTIONS(401), + [sym_hex_literal] = ACTIONS(403), + [sym_bin_literal] = ACTIONS(403), + [anon_sym_true] = ACTIONS(405), + [anon_sym_false] = ACTIONS(405), + [anon_sym_SQUOTE] = ACTIONS(407), + [sym__backtick_identifier] = ACTIONS(409), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), + [sym__string_start] = ACTIONS(411), }, - [1653] = { - [sym__expression] = STATE(3006), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(1661), - [sym_annotation] = STATE(1661), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(295), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [1647] = { + [sym__expression] = STATE(4421), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(377), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(1858), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_fun] = ACTIONS(3094), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1289), - [sym_label] = ACTIONS(257), + [anon_sym_STAR] = ACTIONS(1065), + [sym_label] = ACTIONS(327), [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(243), + [anon_sym_if] = ACTIONS(3096), [anon_sym_when] = ACTIONS(245), [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(249), - [anon_sym_return] = ACTIONS(251), + [anon_sym_throw] = ACTIONS(3098), + [anon_sym_return] = ACTIONS(3100), [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(257), - [anon_sym_DASH] = ACTIONS(257), - [anon_sym_PLUS_PLUS] = ACTIONS(259), - [anon_sym_DASH_DASH] = ACTIONS(259), - [anon_sym_BANG] = ACTIONS(259), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(327), + [anon_sym_DASH] = ACTIONS(327), + [anon_sym_PLUS_PLUS] = ACTIONS(329), + [anon_sym_DASH_DASH] = ACTIONS(329), + [anon_sym_BANG] = ACTIONS(329), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -216599,279 +216145,567 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1654] = { - [sym__expression] = STATE(3007), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(1661), - [sym_annotation] = STATE(1661), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(295), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(1858), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1289), - [sym_label] = ACTIONS(257), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(243), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(249), - [anon_sym_return] = ACTIONS(251), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(257), - [anon_sym_DASH] = ACTIONS(257), - [anon_sym_PLUS_PLUS] = ACTIONS(259), - [anon_sym_DASH_DASH] = ACTIONS(259), - [anon_sym_BANG] = ACTIONS(259), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [1648] = { + [sym__expression] = STATE(978), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(3399), + [sym_parenthesized_expression] = STATE(3399), + [sym_collection_literal] = STATE(3399), + [sym__literal_constant] = STATE(3399), + [sym_string_literal] = STATE(3399), + [sym_lambda_literal] = STATE(3399), + [sym_anonymous_function] = STATE(3399), + [sym__function_literal] = STATE(3399), + [sym_object_literal] = STATE(3399), + [sym_this_expression] = STATE(3399), + [sym_super_expression] = STATE(3399), + [sym_if_expression] = STATE(3399), + [sym_when_expression] = STATE(3399), + [sym_try_expression] = STATE(3399), + [sym_jump_expression] = STATE(3399), + [sym_callable_reference] = STATE(3399), + [sym__prefix_unary_operator] = STATE(1644), + [sym_annotation] = STATE(1644), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3347), + [sym__return_at] = STATE(303), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(3399), + [sym_long_literal] = STATE(3399), + [sym_boolean_literal] = STATE(3399), + [sym_character_literal] = STATE(3399), + [sym__lexical_identifier] = STATE(2837), + [sym__alpha_identifier] = ACTIONS(333), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(335), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_LPAREN] = ACTIONS(345), + [anon_sym_object] = ACTIONS(1920), + [anon_sym_fun] = ACTIONS(1922), + [anon_sym_get] = ACTIONS(333), + [anon_sym_set] = ACTIONS(333), + [anon_sym_this] = ACTIONS(357), + [anon_sym_super] = ACTIONS(359), + [anon_sym_STAR] = ACTIONS(1299), + [sym_label] = ACTIONS(387), + [anon_sym_null] = ACTIONS(1924), + [anon_sym_if] = ACTIONS(373), + [anon_sym_when] = ACTIONS(375), + [anon_sym_try] = ACTIONS(377), + [anon_sym_throw] = ACTIONS(379), + [anon_sym_return] = ACTIONS(381), + [anon_sym_continue] = ACTIONS(383), + [anon_sym_break] = ACTIONS(383), + [anon_sym_COLON_COLON] = ACTIONS(385), + [anon_sym_PLUS] = ACTIONS(387), + [anon_sym_DASH] = ACTIONS(387), + [anon_sym_PLUS_PLUS] = ACTIONS(389), + [anon_sym_DASH_DASH] = ACTIONS(389), + [anon_sym_BANG] = ACTIONS(389), + [anon_sym_data] = ACTIONS(333), + [anon_sym_inner] = ACTIONS(333), + [anon_sym_expect] = ACTIONS(333), + [anon_sym_actual] = ACTIONS(333), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(395), + [anon_sym_break_AT] = ACTIONS(397), + [sym_real_literal] = ACTIONS(1926), + [sym_integer_literal] = ACTIONS(401), + [sym_hex_literal] = ACTIONS(403), + [sym_bin_literal] = ACTIONS(403), + [anon_sym_true] = ACTIONS(405), + [anon_sym_false] = ACTIONS(405), + [anon_sym_SQUOTE] = ACTIONS(407), + [sym__backtick_identifier] = ACTIONS(409), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), + [sym__string_start] = ACTIONS(411), }, - [1655] = { - [sym__expression] = STATE(3008), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(1661), - [sym_annotation] = STATE(1661), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(295), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(1858), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1289), - [sym_label] = ACTIONS(257), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(243), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(249), - [anon_sym_return] = ACTIONS(251), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(257), - [anon_sym_DASH] = ACTIONS(257), - [anon_sym_PLUS_PLUS] = ACTIONS(259), - [anon_sym_DASH_DASH] = ACTIONS(259), - [anon_sym_BANG] = ACTIONS(259), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [1649] = { + [sym__expression] = STATE(980), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(3399), + [sym_parenthesized_expression] = STATE(3399), + [sym_collection_literal] = STATE(3399), + [sym__literal_constant] = STATE(3399), + [sym_string_literal] = STATE(3399), + [sym_lambda_literal] = STATE(3399), + [sym_anonymous_function] = STATE(3399), + [sym__function_literal] = STATE(3399), + [sym_object_literal] = STATE(3399), + [sym_this_expression] = STATE(3399), + [sym_super_expression] = STATE(3399), + [sym_if_expression] = STATE(3399), + [sym_when_expression] = STATE(3399), + [sym_try_expression] = STATE(3399), + [sym_jump_expression] = STATE(3399), + [sym_callable_reference] = STATE(3399), + [sym__prefix_unary_operator] = STATE(1644), + [sym_annotation] = STATE(1644), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3347), + [sym__return_at] = STATE(303), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(3399), + [sym_long_literal] = STATE(3399), + [sym_boolean_literal] = STATE(3399), + [sym_character_literal] = STATE(3399), + [sym__lexical_identifier] = STATE(2837), + [sym__alpha_identifier] = ACTIONS(333), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(335), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_LPAREN] = ACTIONS(345), + [anon_sym_object] = ACTIONS(1920), + [anon_sym_fun] = ACTIONS(1922), + [anon_sym_get] = ACTIONS(333), + [anon_sym_set] = ACTIONS(333), + [anon_sym_this] = ACTIONS(357), + [anon_sym_super] = ACTIONS(359), + [anon_sym_STAR] = ACTIONS(1299), + [sym_label] = ACTIONS(387), + [anon_sym_null] = ACTIONS(1924), + [anon_sym_if] = ACTIONS(373), + [anon_sym_when] = ACTIONS(375), + [anon_sym_try] = ACTIONS(377), + [anon_sym_throw] = ACTIONS(379), + [anon_sym_return] = ACTIONS(381), + [anon_sym_continue] = ACTIONS(383), + [anon_sym_break] = ACTIONS(383), + [anon_sym_COLON_COLON] = ACTIONS(385), + [anon_sym_PLUS] = ACTIONS(387), + [anon_sym_DASH] = ACTIONS(387), + [anon_sym_PLUS_PLUS] = ACTIONS(389), + [anon_sym_DASH_DASH] = ACTIONS(389), + [anon_sym_BANG] = ACTIONS(389), + [anon_sym_data] = ACTIONS(333), + [anon_sym_inner] = ACTIONS(333), + [anon_sym_expect] = ACTIONS(333), + [anon_sym_actual] = ACTIONS(333), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(395), + [anon_sym_break_AT] = ACTIONS(397), + [sym_real_literal] = ACTIONS(1926), + [sym_integer_literal] = ACTIONS(401), + [sym_hex_literal] = ACTIONS(403), + [sym_bin_literal] = ACTIONS(403), + [anon_sym_true] = ACTIONS(405), + [anon_sym_false] = ACTIONS(405), + [anon_sym_SQUOTE] = ACTIONS(407), + [sym__backtick_identifier] = ACTIONS(409), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), + [sym__string_start] = ACTIONS(411), }, - [1656] = { - [sym__expression] = STATE(4222), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(2296), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [1650] = { + [sym__expression] = STATE(990), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(3399), + [sym_parenthesized_expression] = STATE(3399), + [sym_collection_literal] = STATE(3399), + [sym__literal_constant] = STATE(3399), + [sym_string_literal] = STATE(3399), + [sym_lambda_literal] = STATE(3399), + [sym_anonymous_function] = STATE(3399), + [sym__function_literal] = STATE(3399), + [sym_object_literal] = STATE(3399), + [sym_this_expression] = STATE(3399), + [sym_super_expression] = STATE(3399), + [sym_if_expression] = STATE(3399), + [sym_when_expression] = STATE(3399), + [sym_try_expression] = STATE(3399), + [sym_jump_expression] = STATE(3399), + [sym_callable_reference] = STATE(3399), + [sym__prefix_unary_operator] = STATE(1644), + [sym_annotation] = STATE(1644), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3347), + [sym__return_at] = STATE(303), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(3399), + [sym_long_literal] = STATE(3399), + [sym_boolean_literal] = STATE(3399), + [sym_character_literal] = STATE(3399), + [sym__lexical_identifier] = STATE(2837), + [sym__alpha_identifier] = ACTIONS(333), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(335), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_LPAREN] = ACTIONS(345), + [anon_sym_object] = ACTIONS(1920), + [anon_sym_fun] = ACTIONS(1922), + [anon_sym_get] = ACTIONS(333), + [anon_sym_set] = ACTIONS(333), + [anon_sym_this] = ACTIONS(357), + [anon_sym_super] = ACTIONS(359), + [anon_sym_STAR] = ACTIONS(1299), + [sym_label] = ACTIONS(387), + [anon_sym_null] = ACTIONS(1924), + [anon_sym_if] = ACTIONS(373), + [anon_sym_when] = ACTIONS(375), + [anon_sym_try] = ACTIONS(377), + [anon_sym_throw] = ACTIONS(379), + [anon_sym_return] = ACTIONS(381), + [anon_sym_continue] = ACTIONS(383), + [anon_sym_break] = ACTIONS(383), + [anon_sym_COLON_COLON] = ACTIONS(385), + [anon_sym_PLUS] = ACTIONS(387), + [anon_sym_DASH] = ACTIONS(387), + [anon_sym_PLUS_PLUS] = ACTIONS(389), + [anon_sym_DASH_DASH] = ACTIONS(389), + [anon_sym_BANG] = ACTIONS(389), + [anon_sym_data] = ACTIONS(333), + [anon_sym_inner] = ACTIONS(333), + [anon_sym_expect] = ACTIONS(333), + [anon_sym_actual] = ACTIONS(333), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(395), + [anon_sym_break_AT] = ACTIONS(397), + [sym_real_literal] = ACTIONS(1926), + [sym_integer_literal] = ACTIONS(401), + [sym_hex_literal] = ACTIONS(403), + [sym_bin_literal] = ACTIONS(403), + [anon_sym_true] = ACTIONS(405), + [anon_sym_false] = ACTIONS(405), + [anon_sym_SQUOTE] = ACTIONS(407), + [sym__backtick_identifier] = ACTIONS(409), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(411), + }, + [1651] = { + [sym__expression] = STATE(996), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(3399), + [sym_parenthesized_expression] = STATE(3399), + [sym_collection_literal] = STATE(3399), + [sym__literal_constant] = STATE(3399), + [sym_string_literal] = STATE(3399), + [sym_lambda_literal] = STATE(3399), + [sym_anonymous_function] = STATE(3399), + [sym__function_literal] = STATE(3399), + [sym_object_literal] = STATE(3399), + [sym_this_expression] = STATE(3399), + [sym_super_expression] = STATE(3399), + [sym_if_expression] = STATE(3399), + [sym_when_expression] = STATE(3399), + [sym_try_expression] = STATE(3399), + [sym_jump_expression] = STATE(3399), + [sym_callable_reference] = STATE(3399), + [sym__prefix_unary_operator] = STATE(1644), + [sym_annotation] = STATE(1644), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3347), + [sym__return_at] = STATE(303), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(3399), + [sym_long_literal] = STATE(3399), + [sym_boolean_literal] = STATE(3399), + [sym_character_literal] = STATE(3399), + [sym__lexical_identifier] = STATE(2837), + [sym__alpha_identifier] = ACTIONS(333), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(335), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_LPAREN] = ACTIONS(345), + [anon_sym_object] = ACTIONS(1920), + [anon_sym_fun] = ACTIONS(1922), + [anon_sym_get] = ACTIONS(333), + [anon_sym_set] = ACTIONS(333), + [anon_sym_this] = ACTIONS(357), + [anon_sym_super] = ACTIONS(359), + [anon_sym_STAR] = ACTIONS(1299), + [sym_label] = ACTIONS(387), + [anon_sym_null] = ACTIONS(1924), + [anon_sym_if] = ACTIONS(373), + [anon_sym_when] = ACTIONS(375), + [anon_sym_try] = ACTIONS(377), + [anon_sym_throw] = ACTIONS(379), + [anon_sym_return] = ACTIONS(381), + [anon_sym_continue] = ACTIONS(383), + [anon_sym_break] = ACTIONS(383), + [anon_sym_COLON_COLON] = ACTIONS(385), + [anon_sym_PLUS] = ACTIONS(387), + [anon_sym_DASH] = ACTIONS(387), + [anon_sym_PLUS_PLUS] = ACTIONS(389), + [anon_sym_DASH_DASH] = ACTIONS(389), + [anon_sym_BANG] = ACTIONS(389), + [anon_sym_data] = ACTIONS(333), + [anon_sym_inner] = ACTIONS(333), + [anon_sym_expect] = ACTIONS(333), + [anon_sym_actual] = ACTIONS(333), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(395), + [anon_sym_break_AT] = ACTIONS(397), + [sym_real_literal] = ACTIONS(1926), + [sym_integer_literal] = ACTIONS(401), + [sym_hex_literal] = ACTIONS(403), + [sym_bin_literal] = ACTIONS(403), + [anon_sym_true] = ACTIONS(405), + [anon_sym_false] = ACTIONS(405), + [anon_sym_SQUOTE] = ACTIONS(407), + [sym__backtick_identifier] = ACTIONS(409), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(411), + }, + [1652] = { + [sym__expression] = STATE(1000), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(3399), + [sym_parenthesized_expression] = STATE(3399), + [sym_collection_literal] = STATE(3399), + [sym__literal_constant] = STATE(3399), + [sym_string_literal] = STATE(3399), + [sym_lambda_literal] = STATE(3399), + [sym_anonymous_function] = STATE(3399), + [sym__function_literal] = STATE(3399), + [sym_object_literal] = STATE(3399), + [sym_this_expression] = STATE(3399), + [sym_super_expression] = STATE(3399), + [sym_if_expression] = STATE(3399), + [sym_when_expression] = STATE(3399), + [sym_try_expression] = STATE(3399), + [sym_jump_expression] = STATE(3399), + [sym_callable_reference] = STATE(3399), + [sym__prefix_unary_operator] = STATE(1644), + [sym_annotation] = STATE(1644), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3347), + [sym__return_at] = STATE(303), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(3399), + [sym_long_literal] = STATE(3399), + [sym_boolean_literal] = STATE(3399), + [sym_character_literal] = STATE(3399), + [sym__lexical_identifier] = STATE(2837), + [sym__alpha_identifier] = ACTIONS(333), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(335), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_LPAREN] = ACTIONS(345), + [anon_sym_object] = ACTIONS(1920), + [anon_sym_fun] = ACTIONS(1922), + [anon_sym_get] = ACTIONS(333), + [anon_sym_set] = ACTIONS(333), + [anon_sym_this] = ACTIONS(357), + [anon_sym_super] = ACTIONS(359), + [anon_sym_STAR] = ACTIONS(1299), + [sym_label] = ACTIONS(387), + [anon_sym_null] = ACTIONS(1924), + [anon_sym_if] = ACTIONS(373), + [anon_sym_when] = ACTIONS(375), + [anon_sym_try] = ACTIONS(377), + [anon_sym_throw] = ACTIONS(379), + [anon_sym_return] = ACTIONS(381), + [anon_sym_continue] = ACTIONS(383), + [anon_sym_break] = ACTIONS(383), + [anon_sym_COLON_COLON] = ACTIONS(385), + [anon_sym_PLUS] = ACTIONS(387), + [anon_sym_DASH] = ACTIONS(387), + [anon_sym_PLUS_PLUS] = ACTIONS(389), + [anon_sym_DASH_DASH] = ACTIONS(389), + [anon_sym_BANG] = ACTIONS(389), + [anon_sym_data] = ACTIONS(333), + [anon_sym_inner] = ACTIONS(333), + [anon_sym_expect] = ACTIONS(333), + [anon_sym_actual] = ACTIONS(333), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(395), + [anon_sym_break_AT] = ACTIONS(397), + [sym_real_literal] = ACTIONS(1926), + [sym_integer_literal] = ACTIONS(401), + [sym_hex_literal] = ACTIONS(403), + [sym_bin_literal] = ACTIONS(403), + [anon_sym_true] = ACTIONS(405), + [anon_sym_false] = ACTIONS(405), + [anon_sym_SQUOTE] = ACTIONS(407), + [sym__backtick_identifier] = ACTIONS(409), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(411), + }, + [1653] = { + [sym__expression] = STATE(4164), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(377), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_fun] = ACTIONS(3094), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(845), - [sym_label] = ACTIONS(853), + [anon_sym_STAR] = ACTIONS(1065), + [sym_label] = ACTIONS(327), [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(2022), + [anon_sym_if] = ACTIONS(3096), [anon_sym_when] = ACTIONS(245), [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(2024), - [anon_sym_return] = ACTIONS(2026), + [anon_sym_throw] = ACTIONS(3098), + [anon_sym_return] = ACTIONS(3100), [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(855), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(327), + [anon_sym_DASH] = ACTIONS(327), + [anon_sym_PLUS_PLUS] = ACTIONS(329), + [anon_sym_DASH_DASH] = ACTIONS(329), + [anon_sym_BANG] = ACTIONS(329), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -216887,188 +216721,668 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, + [1654] = { + [sym__expression] = STATE(1001), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(3399), + [sym_parenthesized_expression] = STATE(3399), + [sym_collection_literal] = STATE(3399), + [sym__literal_constant] = STATE(3399), + [sym_string_literal] = STATE(3399), + [sym_lambda_literal] = STATE(3399), + [sym_anonymous_function] = STATE(3399), + [sym__function_literal] = STATE(3399), + [sym_object_literal] = STATE(3399), + [sym_this_expression] = STATE(3399), + [sym_super_expression] = STATE(3399), + [sym_if_expression] = STATE(3399), + [sym_when_expression] = STATE(3399), + [sym_try_expression] = STATE(3399), + [sym_jump_expression] = STATE(3399), + [sym_callable_reference] = STATE(3399), + [sym__prefix_unary_operator] = STATE(1644), + [sym_annotation] = STATE(1644), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3347), + [sym__return_at] = STATE(303), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(3399), + [sym_long_literal] = STATE(3399), + [sym_boolean_literal] = STATE(3399), + [sym_character_literal] = STATE(3399), + [sym__lexical_identifier] = STATE(2837), + [sym__alpha_identifier] = ACTIONS(333), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(335), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_LPAREN] = ACTIONS(345), + [anon_sym_object] = ACTIONS(1920), + [anon_sym_fun] = ACTIONS(1922), + [anon_sym_get] = ACTIONS(333), + [anon_sym_set] = ACTIONS(333), + [anon_sym_this] = ACTIONS(357), + [anon_sym_super] = ACTIONS(359), + [anon_sym_STAR] = ACTIONS(1299), + [sym_label] = ACTIONS(387), + [anon_sym_null] = ACTIONS(1924), + [anon_sym_if] = ACTIONS(373), + [anon_sym_when] = ACTIONS(375), + [anon_sym_try] = ACTIONS(377), + [anon_sym_throw] = ACTIONS(379), + [anon_sym_return] = ACTIONS(381), + [anon_sym_continue] = ACTIONS(383), + [anon_sym_break] = ACTIONS(383), + [anon_sym_COLON_COLON] = ACTIONS(385), + [anon_sym_PLUS] = ACTIONS(387), + [anon_sym_DASH] = ACTIONS(387), + [anon_sym_PLUS_PLUS] = ACTIONS(389), + [anon_sym_DASH_DASH] = ACTIONS(389), + [anon_sym_BANG] = ACTIONS(389), + [anon_sym_data] = ACTIONS(333), + [anon_sym_inner] = ACTIONS(333), + [anon_sym_expect] = ACTIONS(333), + [anon_sym_actual] = ACTIONS(333), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(395), + [anon_sym_break_AT] = ACTIONS(397), + [sym_real_literal] = ACTIONS(1926), + [sym_integer_literal] = ACTIONS(401), + [sym_hex_literal] = ACTIONS(403), + [sym_bin_literal] = ACTIONS(403), + [anon_sym_true] = ACTIONS(405), + [anon_sym_false] = ACTIONS(405), + [anon_sym_SQUOTE] = ACTIONS(407), + [sym__backtick_identifier] = ACTIONS(409), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(411), + }, + [1655] = { + [sym__expression] = STATE(1003), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(3399), + [sym_parenthesized_expression] = STATE(3399), + [sym_collection_literal] = STATE(3399), + [sym__literal_constant] = STATE(3399), + [sym_string_literal] = STATE(3399), + [sym_lambda_literal] = STATE(3399), + [sym_anonymous_function] = STATE(3399), + [sym__function_literal] = STATE(3399), + [sym_object_literal] = STATE(3399), + [sym_this_expression] = STATE(3399), + [sym_super_expression] = STATE(3399), + [sym_if_expression] = STATE(3399), + [sym_when_expression] = STATE(3399), + [sym_try_expression] = STATE(3399), + [sym_jump_expression] = STATE(3399), + [sym_callable_reference] = STATE(3399), + [sym__prefix_unary_operator] = STATE(1644), + [sym_annotation] = STATE(1644), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3347), + [sym__return_at] = STATE(303), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(3399), + [sym_long_literal] = STATE(3399), + [sym_boolean_literal] = STATE(3399), + [sym_character_literal] = STATE(3399), + [sym__lexical_identifier] = STATE(2837), + [sym__alpha_identifier] = ACTIONS(333), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(335), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_LPAREN] = ACTIONS(345), + [anon_sym_object] = ACTIONS(1920), + [anon_sym_fun] = ACTIONS(1922), + [anon_sym_get] = ACTIONS(333), + [anon_sym_set] = ACTIONS(333), + [anon_sym_this] = ACTIONS(357), + [anon_sym_super] = ACTIONS(359), + [anon_sym_STAR] = ACTIONS(1299), + [sym_label] = ACTIONS(387), + [anon_sym_null] = ACTIONS(1924), + [anon_sym_if] = ACTIONS(373), + [anon_sym_when] = ACTIONS(375), + [anon_sym_try] = ACTIONS(377), + [anon_sym_throw] = ACTIONS(379), + [anon_sym_return] = ACTIONS(381), + [anon_sym_continue] = ACTIONS(383), + [anon_sym_break] = ACTIONS(383), + [anon_sym_COLON_COLON] = ACTIONS(385), + [anon_sym_PLUS] = ACTIONS(387), + [anon_sym_DASH] = ACTIONS(387), + [anon_sym_PLUS_PLUS] = ACTIONS(389), + [anon_sym_DASH_DASH] = ACTIONS(389), + [anon_sym_BANG] = ACTIONS(389), + [anon_sym_data] = ACTIONS(333), + [anon_sym_inner] = ACTIONS(333), + [anon_sym_expect] = ACTIONS(333), + [anon_sym_actual] = ACTIONS(333), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(395), + [anon_sym_break_AT] = ACTIONS(397), + [sym_real_literal] = ACTIONS(1926), + [sym_integer_literal] = ACTIONS(401), + [sym_hex_literal] = ACTIONS(403), + [sym_bin_literal] = ACTIONS(403), + [anon_sym_true] = ACTIONS(405), + [anon_sym_false] = ACTIONS(405), + [anon_sym_SQUOTE] = ACTIONS(407), + [sym__backtick_identifier] = ACTIONS(409), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(411), + }, + [1656] = { + [sym__expression] = STATE(1004), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(3399), + [sym_parenthesized_expression] = STATE(3399), + [sym_collection_literal] = STATE(3399), + [sym__literal_constant] = STATE(3399), + [sym_string_literal] = STATE(3399), + [sym_lambda_literal] = STATE(3399), + [sym_anonymous_function] = STATE(3399), + [sym__function_literal] = STATE(3399), + [sym_object_literal] = STATE(3399), + [sym_this_expression] = STATE(3399), + [sym_super_expression] = STATE(3399), + [sym_if_expression] = STATE(3399), + [sym_when_expression] = STATE(3399), + [sym_try_expression] = STATE(3399), + [sym_jump_expression] = STATE(3399), + [sym_callable_reference] = STATE(3399), + [sym__prefix_unary_operator] = STATE(1644), + [sym_annotation] = STATE(1644), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3347), + [sym__return_at] = STATE(303), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(3399), + [sym_long_literal] = STATE(3399), + [sym_boolean_literal] = STATE(3399), + [sym_character_literal] = STATE(3399), + [sym__lexical_identifier] = STATE(2837), + [sym__alpha_identifier] = ACTIONS(333), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(335), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_LPAREN] = ACTIONS(345), + [anon_sym_object] = ACTIONS(1920), + [anon_sym_fun] = ACTIONS(1922), + [anon_sym_get] = ACTIONS(333), + [anon_sym_set] = ACTIONS(333), + [anon_sym_this] = ACTIONS(357), + [anon_sym_super] = ACTIONS(359), + [anon_sym_STAR] = ACTIONS(1299), + [sym_label] = ACTIONS(387), + [anon_sym_null] = ACTIONS(1924), + [anon_sym_if] = ACTIONS(373), + [anon_sym_when] = ACTIONS(375), + [anon_sym_try] = ACTIONS(377), + [anon_sym_throw] = ACTIONS(379), + [anon_sym_return] = ACTIONS(381), + [anon_sym_continue] = ACTIONS(383), + [anon_sym_break] = ACTIONS(383), + [anon_sym_COLON_COLON] = ACTIONS(385), + [anon_sym_PLUS] = ACTIONS(387), + [anon_sym_DASH] = ACTIONS(387), + [anon_sym_PLUS_PLUS] = ACTIONS(389), + [anon_sym_DASH_DASH] = ACTIONS(389), + [anon_sym_BANG] = ACTIONS(389), + [anon_sym_data] = ACTIONS(333), + [anon_sym_inner] = ACTIONS(333), + [anon_sym_expect] = ACTIONS(333), + [anon_sym_actual] = ACTIONS(333), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(395), + [anon_sym_break_AT] = ACTIONS(397), + [sym_real_literal] = ACTIONS(1926), + [sym_integer_literal] = ACTIONS(401), + [sym_hex_literal] = ACTIONS(403), + [sym_bin_literal] = ACTIONS(403), + [anon_sym_true] = ACTIONS(405), + [anon_sym_false] = ACTIONS(405), + [anon_sym_SQUOTE] = ACTIONS(407), + [sym__backtick_identifier] = ACTIONS(409), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(411), + }, [1657] = { - [sym__expression] = STATE(3011), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(1661), - [sym_annotation] = STATE(1661), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(295), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(1858), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1289), - [sym_label] = ACTIONS(257), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(243), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(249), - [anon_sym_return] = ACTIONS(251), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(257), - [anon_sym_DASH] = ACTIONS(257), - [anon_sym_PLUS_PLUS] = ACTIONS(259), - [anon_sym_DASH_DASH] = ACTIONS(259), - [anon_sym_BANG] = ACTIONS(259), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [sym__expression] = STATE(1037), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(3399), + [sym_parenthesized_expression] = STATE(3399), + [sym_collection_literal] = STATE(3399), + [sym__literal_constant] = STATE(3399), + [sym_string_literal] = STATE(3399), + [sym_lambda_literal] = STATE(3399), + [sym_anonymous_function] = STATE(3399), + [sym__function_literal] = STATE(3399), + [sym_object_literal] = STATE(3399), + [sym_this_expression] = STATE(3399), + [sym_super_expression] = STATE(3399), + [sym_if_expression] = STATE(3399), + [sym_when_expression] = STATE(3399), + [sym_try_expression] = STATE(3399), + [sym_jump_expression] = STATE(3399), + [sym_callable_reference] = STATE(3399), + [sym__prefix_unary_operator] = STATE(1644), + [sym_annotation] = STATE(1644), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3347), + [sym__return_at] = STATE(303), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(3399), + [sym_long_literal] = STATE(3399), + [sym_boolean_literal] = STATE(3399), + [sym_character_literal] = STATE(3399), + [sym__lexical_identifier] = STATE(2837), + [sym__alpha_identifier] = ACTIONS(333), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(335), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_LPAREN] = ACTIONS(345), + [anon_sym_object] = ACTIONS(1920), + [anon_sym_fun] = ACTIONS(1922), + [anon_sym_get] = ACTIONS(333), + [anon_sym_set] = ACTIONS(333), + [anon_sym_this] = ACTIONS(357), + [anon_sym_super] = ACTIONS(359), + [anon_sym_STAR] = ACTIONS(1299), + [sym_label] = ACTIONS(387), + [anon_sym_null] = ACTIONS(1924), + [anon_sym_if] = ACTIONS(373), + [anon_sym_when] = ACTIONS(375), + [anon_sym_try] = ACTIONS(377), + [anon_sym_throw] = ACTIONS(379), + [anon_sym_return] = ACTIONS(381), + [anon_sym_continue] = ACTIONS(383), + [anon_sym_break] = ACTIONS(383), + [anon_sym_COLON_COLON] = ACTIONS(385), + [anon_sym_PLUS] = ACTIONS(387), + [anon_sym_DASH] = ACTIONS(387), + [anon_sym_PLUS_PLUS] = ACTIONS(389), + [anon_sym_DASH_DASH] = ACTIONS(389), + [anon_sym_BANG] = ACTIONS(389), + [anon_sym_data] = ACTIONS(333), + [anon_sym_inner] = ACTIONS(333), + [anon_sym_expect] = ACTIONS(333), + [anon_sym_actual] = ACTIONS(333), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(395), + [anon_sym_break_AT] = ACTIONS(397), + [sym_real_literal] = ACTIONS(1926), + [sym_integer_literal] = ACTIONS(401), + [sym_hex_literal] = ACTIONS(403), + [sym_bin_literal] = ACTIONS(403), + [anon_sym_true] = ACTIONS(405), + [anon_sym_false] = ACTIONS(405), + [anon_sym_SQUOTE] = ACTIONS(407), + [sym__backtick_identifier] = ACTIONS(409), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), + [sym__string_start] = ACTIONS(411), }, [1658] = { - [sym__expression] = STATE(702), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(2081), - [sym_annotation] = STATE(2081), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(264), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), + [sym__expression] = STATE(4143), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4931), + [sym_parenthesized_expression] = STATE(4931), + [sym_collection_literal] = STATE(4931), + [sym__literal_constant] = STATE(4931), + [sym_string_literal] = STATE(4931), + [sym_lambda_literal] = STATE(4931), + [sym_anonymous_function] = STATE(4931), + [sym__function_literal] = STATE(4931), + [sym_object_literal] = STATE(4931), + [sym_this_expression] = STATE(4931), + [sym_super_expression] = STATE(4931), + [sym_if_expression] = STATE(4931), + [sym_when_expression] = STATE(4931), + [sym_try_expression] = STATE(4931), + [sym_jump_expression] = STATE(4931), + [sym_callable_reference] = STATE(4931), + [sym__prefix_unary_operator] = STATE(1988), + [sym_annotation] = STATE(1988), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4928), + [sym__return_at] = STATE(376), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4931), + [sym_long_literal] = STATE(4931), + [sym_boolean_literal] = STATE(4931), + [sym_character_literal] = STATE(4931), + [sym__lexical_identifier] = STATE(4566), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1902), + [anon_sym_fun] = ACTIONS(3086), + [anon_sym_get] = ACTIONS(7), + [anon_sym_set] = ACTIONS(7), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(937), + [sym_label] = ACTIONS(945), + [anon_sym_null] = ACTIONS(1906), + [anon_sym_if] = ACTIONS(3088), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(3090), + [anon_sym_return] = ACTIONS(3092), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(945), + [anon_sym_DASH] = ACTIONS(945), + [anon_sym_PLUS_PLUS] = ACTIONS(947), + [anon_sym_DASH_DASH] = ACTIONS(947), + [anon_sym_BANG] = ACTIONS(947), + [anon_sym_data] = ACTIONS(7), + [anon_sym_inner] = ACTIONS(7), + [anon_sym_expect] = ACTIONS(7), + [anon_sym_actual] = ACTIONS(7), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [sym_real_literal] = ACTIONS(1908), + [sym_integer_literal] = ACTIONS(99), + [sym_hex_literal] = ACTIONS(101), + [sym_bin_literal] = ACTIONS(101), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SQUOTE] = ACTIONS(105), + [sym__backtick_identifier] = ACTIONS(107), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(109), + }, + [1659] = { + [sym__expression] = STATE(1002), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(3399), + [sym_parenthesized_expression] = STATE(3399), + [sym_collection_literal] = STATE(3399), + [sym__literal_constant] = STATE(3399), + [sym_string_literal] = STATE(3399), + [sym_lambda_literal] = STATE(3399), + [sym_anonymous_function] = STATE(3399), + [sym__function_literal] = STATE(3399), + [sym_object_literal] = STATE(3399), + [sym_this_expression] = STATE(3399), + [sym_super_expression] = STATE(3399), + [sym_if_expression] = STATE(3399), + [sym_when_expression] = STATE(3399), + [sym_try_expression] = STATE(3399), + [sym_jump_expression] = STATE(3399), + [sym_callable_reference] = STATE(3399), + [sym__prefix_unary_operator] = STATE(1644), + [sym_annotation] = STATE(1644), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3347), + [sym__return_at] = STATE(303), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(3399), + [sym_long_literal] = STATE(3399), + [sym_boolean_literal] = STATE(3399), + [sym_character_literal] = STATE(3399), + [sym__lexical_identifier] = STATE(2837), + [sym__alpha_identifier] = ACTIONS(333), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(335), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_LPAREN] = ACTIONS(345), + [anon_sym_object] = ACTIONS(1920), + [anon_sym_fun] = ACTIONS(1922), + [anon_sym_get] = ACTIONS(333), + [anon_sym_set] = ACTIONS(333), + [anon_sym_this] = ACTIONS(357), + [anon_sym_super] = ACTIONS(359), + [anon_sym_STAR] = ACTIONS(1299), + [sym_label] = ACTIONS(387), + [anon_sym_null] = ACTIONS(1924), + [anon_sym_if] = ACTIONS(373), + [anon_sym_when] = ACTIONS(375), + [anon_sym_try] = ACTIONS(377), + [anon_sym_throw] = ACTIONS(379), + [anon_sym_return] = ACTIONS(381), + [anon_sym_continue] = ACTIONS(383), + [anon_sym_break] = ACTIONS(383), + [anon_sym_COLON_COLON] = ACTIONS(385), + [anon_sym_PLUS] = ACTIONS(387), + [anon_sym_DASH] = ACTIONS(387), + [anon_sym_PLUS_PLUS] = ACTIONS(389), + [anon_sym_DASH_DASH] = ACTIONS(389), + [anon_sym_BANG] = ACTIONS(389), + [anon_sym_data] = ACTIONS(333), + [anon_sym_inner] = ACTIONS(333), + [anon_sym_expect] = ACTIONS(333), + [anon_sym_actual] = ACTIONS(333), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(395), + [anon_sym_break_AT] = ACTIONS(397), + [sym_real_literal] = ACTIONS(1926), + [sym_integer_literal] = ACTIONS(401), + [sym_hex_literal] = ACTIONS(403), + [sym_bin_literal] = ACTIONS(403), + [anon_sym_true] = ACTIONS(405), + [anon_sym_false] = ACTIONS(405), + [anon_sym_SQUOTE] = ACTIONS(407), + [sym__backtick_identifier] = ACTIONS(409), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(411), + }, + [1660] = { + [sym__expression] = STATE(538), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2117), + [sym_annotation] = STATE(2117), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(270), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), [sym__alpha_identifier] = ACTIONS(537), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LBRACE] = ACTIONS(1612), [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1636), + [anon_sym_object] = ACTIONS(1614), + [anon_sym_fun] = ACTIONS(1678), [anon_sym_get] = ACTIONS(537), [anon_sym_set] = ACTIONS(537), [anon_sym_this] = ACTIONS(561), [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1329), - [sym_label] = ACTIONS(761), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(995), + [sym_label] = ACTIONS(1003), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(1680), [anon_sym_when] = ACTIONS(579), [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(757), - [anon_sym_return] = ACTIONS(759), + [anon_sym_throw] = ACTIONS(1682), + [anon_sym_return] = ACTIONS(1684), [anon_sym_continue] = ACTIONS(587), [anon_sym_break] = ACTIONS(587), [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(761), - [anon_sym_DASH] = ACTIONS(761), - [anon_sym_PLUS_PLUS] = ACTIONS(763), - [anon_sym_DASH_DASH] = ACTIONS(763), - [anon_sym_BANG] = ACTIONS(763), + [anon_sym_PLUS] = ACTIONS(1003), + [anon_sym_DASH] = ACTIONS(1003), + [anon_sym_PLUS_PLUS] = ACTIONS(1005), + [anon_sym_DASH_DASH] = ACTIONS(1005), + [anon_sym_BANG] = ACTIONS(1005), [anon_sym_data] = ACTIONS(537), [anon_sym_inner] = ACTIONS(537), [anon_sym_expect] = ACTIONS(537), [anon_sym_actual] = ACTIONS(537), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), + [anon_sym_return_AT] = ACTIONS(517), [anon_sym_continue_AT] = ACTIONS(599), [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), + [sym_real_literal] = ACTIONS(1620), [sym_integer_literal] = ACTIONS(605), [sym_hex_literal] = ACTIONS(607), [sym_bin_literal] = ACTIONS(607), @@ -217079,87 +217393,183 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(615), }, - [1659] = { - [sym__expression] = STATE(3013), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(1661), - [sym_annotation] = STATE(1661), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(295), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [1661] = { + [sym__expression] = STATE(1012), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(1674), + [sym_annotation] = STATE(1674), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(220), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), + [sym__alpha_identifier] = ACTIONS(111), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1407), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(1305), + [sym_label] = ACTIONS(171), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(157), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(163), + [anon_sym_return] = ACTIONS(165), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(171), + [anon_sym_DASH] = ACTIONS(171), + [anon_sym_PLUS_PLUS] = ACTIONS(173), + [anon_sym_DASH_DASH] = ACTIONS(173), + [anon_sym_BANG] = ACTIONS(173), + [anon_sym_data] = ACTIONS(111), + [anon_sym_inner] = ACTIONS(111), + [anon_sym_expect] = ACTIONS(111), + [anon_sym_actual] = ACTIONS(111), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(1411), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(197), + }, + [1662] = { + [sym__expression] = STATE(4025), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(1897), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(331), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(1858), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_fun] = ACTIONS(2020), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1289), - [sym_label] = ACTIONS(257), + [anon_sym_STAR] = ACTIONS(813), + [sym_label] = ACTIONS(821), [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(243), + [anon_sym_if] = ACTIONS(2022), [anon_sym_when] = ACTIONS(245), [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(249), - [anon_sym_return] = ACTIONS(251), + [anon_sym_throw] = ACTIONS(2024), + [anon_sym_return] = ACTIONS(2026), [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(257), - [anon_sym_DASH] = ACTIONS(257), - [anon_sym_PLUS_PLUS] = ACTIONS(259), - [anon_sym_DASH_DASH] = ACTIONS(259), - [anon_sym_BANG] = ACTIONS(259), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(823), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -217175,87 +217585,87 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1660] = { - [sym__expression] = STATE(3014), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(1661), - [sym_annotation] = STATE(1661), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(295), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [1663] = { + [sym__expression] = STATE(4422), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(377), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(1858), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_fun] = ACTIONS(3094), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1289), - [sym_label] = ACTIONS(257), + [anon_sym_STAR] = ACTIONS(1065), + [sym_label] = ACTIONS(327), [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(243), + [anon_sym_if] = ACTIONS(3096), [anon_sym_when] = ACTIONS(245), [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(249), - [anon_sym_return] = ACTIONS(251), + [anon_sym_throw] = ACTIONS(3098), + [anon_sym_return] = ACTIONS(3100), [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(257), - [anon_sym_DASH] = ACTIONS(257), - [anon_sym_PLUS_PLUS] = ACTIONS(259), - [anon_sym_DASH_DASH] = ACTIONS(259), - [anon_sym_BANG] = ACTIONS(259), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(327), + [anon_sym_DASH] = ACTIONS(327), + [anon_sym_PLUS_PLUS] = ACTIONS(329), + [anon_sym_DASH_DASH] = ACTIONS(329), + [anon_sym_BANG] = ACTIONS(329), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -217271,87 +217681,1239 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1661] = { - [sym__expression] = STATE(3053), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(1661), - [sym_annotation] = STATE(1661), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(295), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [1664] = { + [sym__expression] = STATE(701), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(1786), + [sym_annotation] = STATE(1786), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(263), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1634), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1279), + [sym_label] = ACTIONS(767), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(761), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(763), + [anon_sym_return] = ACTIONS(765), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(767), + [anon_sym_DASH] = ACTIONS(767), + [anon_sym_PLUS_PLUS] = ACTIONS(769), + [anon_sym_DASH_DASH] = ACTIONS(769), + [anon_sym_BANG] = ACTIONS(769), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), + }, + [1665] = { + [sym__expression] = STATE(3959), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4931), + [sym_parenthesized_expression] = STATE(4931), + [sym_collection_literal] = STATE(4931), + [sym__literal_constant] = STATE(4931), + [sym_string_literal] = STATE(4931), + [sym_lambda_literal] = STATE(4931), + [sym_anonymous_function] = STATE(4931), + [sym__function_literal] = STATE(4931), + [sym_object_literal] = STATE(4931), + [sym_this_expression] = STATE(4931), + [sym_super_expression] = STATE(4931), + [sym_if_expression] = STATE(4931), + [sym_when_expression] = STATE(4931), + [sym_try_expression] = STATE(4931), + [sym_jump_expression] = STATE(4931), + [sym_callable_reference] = STATE(4931), + [sym__prefix_unary_operator] = STATE(1665), + [sym_annotation] = STATE(1665), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4928), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4931), + [sym_long_literal] = STATE(4931), + [sym_boolean_literal] = STATE(4931), + [sym_character_literal] = STATE(4931), + [sym__lexical_identifier] = STATE(4566), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1902), + [anon_sym_fun] = ACTIONS(1982), + [anon_sym_get] = ACTIONS(7), + [anon_sym_set] = ACTIONS(7), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(1243), + [sym_label] = ACTIONS(793), + [anon_sym_null] = ACTIONS(1906), + [anon_sym_if] = ACTIONS(55), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(61), + [anon_sym_return] = ACTIONS(63), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(793), + [anon_sym_DASH] = ACTIONS(793), + [anon_sym_PLUS_PLUS] = ACTIONS(795), + [anon_sym_DASH_DASH] = ACTIONS(795), + [anon_sym_BANG] = ACTIONS(795), + [anon_sym_data] = ACTIONS(7), + [anon_sym_inner] = ACTIONS(7), + [anon_sym_expect] = ACTIONS(7), + [anon_sym_actual] = ACTIONS(7), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [sym_real_literal] = ACTIONS(1908), + [sym_integer_literal] = ACTIONS(99), + [sym_hex_literal] = ACTIONS(101), + [sym_bin_literal] = ACTIONS(101), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SQUOTE] = ACTIONS(105), + [sym__backtick_identifier] = ACTIONS(107), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(109), + }, + [1666] = { + [sym__expression] = STATE(702), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(1786), + [sym_annotation] = STATE(1786), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(263), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1634), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1279), + [sym_label] = ACTIONS(767), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(761), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(763), + [anon_sym_return] = ACTIONS(765), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(767), + [anon_sym_DASH] = ACTIONS(767), + [anon_sym_PLUS_PLUS] = ACTIONS(769), + [anon_sym_DASH_DASH] = ACTIONS(769), + [anon_sym_BANG] = ACTIONS(769), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), + }, + [1667] = { + [sym__expression] = STATE(1013), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(1674), + [sym_annotation] = STATE(1674), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(220), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), + [sym__alpha_identifier] = ACTIONS(111), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1407), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(1305), + [sym_label] = ACTIONS(171), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(157), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(163), + [anon_sym_return] = ACTIONS(165), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(171), + [anon_sym_DASH] = ACTIONS(171), + [anon_sym_PLUS_PLUS] = ACTIONS(173), + [anon_sym_DASH_DASH] = ACTIONS(173), + [anon_sym_BANG] = ACTIONS(173), + [anon_sym_data] = ACTIONS(111), + [anon_sym_inner] = ACTIONS(111), + [anon_sym_expect] = ACTIONS(111), + [anon_sym_actual] = ACTIONS(111), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(1411), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(197), + }, + [1668] = { + [sym__expression] = STATE(709), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(1786), + [sym_annotation] = STATE(1786), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(263), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1634), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1279), + [sym_label] = ACTIONS(767), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(761), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(763), + [anon_sym_return] = ACTIONS(765), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(767), + [anon_sym_DASH] = ACTIONS(767), + [anon_sym_PLUS_PLUS] = ACTIONS(769), + [anon_sym_DASH_DASH] = ACTIONS(769), + [anon_sym_BANG] = ACTIONS(769), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), + }, + [1669] = { + [sym__expression] = STATE(710), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(1786), + [sym_annotation] = STATE(1786), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(263), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1634), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1279), + [sym_label] = ACTIONS(767), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(761), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(763), + [anon_sym_return] = ACTIONS(765), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(767), + [anon_sym_DASH] = ACTIONS(767), + [anon_sym_PLUS_PLUS] = ACTIONS(769), + [anon_sym_DASH_DASH] = ACTIONS(769), + [anon_sym_BANG] = ACTIONS(769), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), + }, + [1670] = { + [sym__expression] = STATE(707), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(1786), + [sym_annotation] = STATE(1786), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(263), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1634), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1279), + [sym_label] = ACTIONS(767), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(761), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(763), + [anon_sym_return] = ACTIONS(765), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(767), + [anon_sym_DASH] = ACTIONS(767), + [anon_sym_PLUS_PLUS] = ACTIONS(769), + [anon_sym_DASH_DASH] = ACTIONS(769), + [anon_sym_BANG] = ACTIONS(769), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), + }, + [1671] = { + [sym__expression] = STATE(700), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(1786), + [sym_annotation] = STATE(1786), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(263), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1634), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1279), + [sym_label] = ACTIONS(767), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(761), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(763), + [anon_sym_return] = ACTIONS(765), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(767), + [anon_sym_DASH] = ACTIONS(767), + [anon_sym_PLUS_PLUS] = ACTIONS(769), + [anon_sym_DASH_DASH] = ACTIONS(769), + [anon_sym_BANG] = ACTIONS(769), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), + }, + [1672] = { + [sym__expression] = STATE(720), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(2339), + [sym_annotation] = STATE(2339), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(265), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), + [sym__alpha_identifier] = ACTIONS(111), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1638), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(841), + [sym_label] = ACTIONS(851), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(1640), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(1642), + [anon_sym_return] = ACTIONS(1644), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(851), + [anon_sym_DASH] = ACTIONS(851), + [anon_sym_PLUS_PLUS] = ACTIONS(853), + [anon_sym_DASH_DASH] = ACTIONS(853), + [anon_sym_BANG] = ACTIONS(853), + [anon_sym_data] = ACTIONS(111), + [anon_sym_inner] = ACTIONS(111), + [anon_sym_expect] = ACTIONS(111), + [anon_sym_actual] = ACTIONS(111), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(1411), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(197), + }, + [1673] = { + [sym__expression] = STATE(4202), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4931), + [sym_parenthesized_expression] = STATE(4931), + [sym_collection_literal] = STATE(4931), + [sym__literal_constant] = STATE(4931), + [sym_string_literal] = STATE(4931), + [sym_lambda_literal] = STATE(4931), + [sym_anonymous_function] = STATE(4931), + [sym__function_literal] = STATE(4931), + [sym_object_literal] = STATE(4931), + [sym_this_expression] = STATE(4931), + [sym_super_expression] = STATE(4931), + [sym_if_expression] = STATE(4931), + [sym_when_expression] = STATE(4931), + [sym_try_expression] = STATE(4931), + [sym_jump_expression] = STATE(4931), + [sym_callable_reference] = STATE(4931), + [sym__prefix_unary_operator] = STATE(1926), + [sym_annotation] = STATE(1926), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4928), + [sym__return_at] = STATE(399), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4931), + [sym_long_literal] = STATE(4931), + [sym_boolean_literal] = STATE(4931), + [sym_character_literal] = STATE(4931), + [sym__lexical_identifier] = STATE(4566), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1902), + [anon_sym_fun] = ACTIONS(3162), + [anon_sym_get] = ACTIONS(7), + [anon_sym_set] = ACTIONS(7), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(43), + [sym_label] = ACTIONS(69), + [anon_sym_null] = ACTIONS(1906), + [anon_sym_if] = ACTIONS(3164), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(3166), + [anon_sym_return] = ACTIONS(3168), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(69), + [anon_sym_DASH] = ACTIONS(69), + [anon_sym_PLUS_PLUS] = ACTIONS(71), + [anon_sym_DASH_DASH] = ACTIONS(71), + [anon_sym_BANG] = ACTIONS(71), + [anon_sym_data] = ACTIONS(7), + [anon_sym_inner] = ACTIONS(7), + [anon_sym_expect] = ACTIONS(7), + [anon_sym_actual] = ACTIONS(7), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [sym_real_literal] = ACTIONS(1908), + [sym_integer_literal] = ACTIONS(99), + [sym_hex_literal] = ACTIONS(101), + [sym_bin_literal] = ACTIONS(101), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SQUOTE] = ACTIONS(105), + [sym__backtick_identifier] = ACTIONS(107), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(109), + }, + [1674] = { + [sym__expression] = STATE(979), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(1674), + [sym_annotation] = STATE(1674), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(220), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), + [sym__alpha_identifier] = ACTIONS(111), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1407), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(1305), + [sym_label] = ACTIONS(171), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(157), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(163), + [anon_sym_return] = ACTIONS(165), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(171), + [anon_sym_DASH] = ACTIONS(171), + [anon_sym_PLUS_PLUS] = ACTIONS(173), + [anon_sym_DASH_DASH] = ACTIONS(173), + [anon_sym_BANG] = ACTIONS(173), + [anon_sym_data] = ACTIONS(111), + [anon_sym_inner] = ACTIONS(111), + [anon_sym_expect] = ACTIONS(111), + [anon_sym_actual] = ACTIONS(111), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(1411), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(197), + }, + [1675] = { + [sym__expression] = STATE(1449), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(2339), + [sym_annotation] = STATE(2339), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(265), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), + [sym__alpha_identifier] = ACTIONS(111), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1638), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(841), + [sym_label] = ACTIONS(851), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(1640), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(1642), + [anon_sym_return] = ACTIONS(1644), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(851), + [anon_sym_DASH] = ACTIONS(851), + [anon_sym_PLUS_PLUS] = ACTIONS(853), + [anon_sym_DASH_DASH] = ACTIONS(853), + [anon_sym_BANG] = ACTIONS(853), + [anon_sym_data] = ACTIONS(111), + [anon_sym_inner] = ACTIONS(111), + [anon_sym_expect] = ACTIONS(111), + [anon_sym_actual] = ACTIONS(111), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(1411), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(197), + }, + [1676] = { + [sym__expression] = STATE(4181), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(377), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(1858), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_fun] = ACTIONS(3094), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1289), - [sym_label] = ACTIONS(257), + [anon_sym_STAR] = ACTIONS(1065), + [sym_label] = ACTIONS(327), [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(243), + [anon_sym_if] = ACTIONS(3096), [anon_sym_when] = ACTIONS(245), [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(249), - [anon_sym_return] = ACTIONS(251), + [anon_sym_throw] = ACTIONS(3098), + [anon_sym_return] = ACTIONS(3100), [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(257), - [anon_sym_DASH] = ACTIONS(257), - [anon_sym_PLUS_PLUS] = ACTIONS(259), - [anon_sym_DASH_DASH] = ACTIONS(259), - [anon_sym_BANG] = ACTIONS(259), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(327), + [anon_sym_DASH] = ACTIONS(327), + [anon_sym_PLUS_PLUS] = ACTIONS(329), + [anon_sym_DASH_DASH] = ACTIONS(329), + [anon_sym_BANG] = ACTIONS(329), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -217367,68 +218929,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1662] = { - [sym__expression] = STATE(4407), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [1677] = { + [sym__expression] = STATE(4352), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), + [anon_sym_STAR] = ACTIONS(1065), [sym_label] = ACTIONS(327), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(3096), @@ -217444,10 +219006,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(329), [anon_sym_DASH_DASH] = ACTIONS(329), [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -217463,87 +219025,87 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1663] = { - [sym__expression] = STATE(3057), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(1661), - [sym_annotation] = STATE(1661), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(295), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [1678] = { + [sym__expression] = STATE(4428), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(377), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(1858), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_fun] = ACTIONS(3094), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1289), - [sym_label] = ACTIONS(257), + [anon_sym_STAR] = ACTIONS(1065), + [sym_label] = ACTIONS(327), [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(243), + [anon_sym_if] = ACTIONS(3096), [anon_sym_when] = ACTIONS(245), [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(249), - [anon_sym_return] = ACTIONS(251), + [anon_sym_throw] = ACTIONS(3098), + [anon_sym_return] = ACTIONS(3100), [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(257), - [anon_sym_DASH] = ACTIONS(257), - [anon_sym_PLUS_PLUS] = ACTIONS(259), - [anon_sym_DASH_DASH] = ACTIONS(259), - [anon_sym_BANG] = ACTIONS(259), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(327), + [anon_sym_DASH] = ACTIONS(327), + [anon_sym_PLUS_PLUS] = ACTIONS(329), + [anon_sym_DASH_DASH] = ACTIONS(329), + [anon_sym_BANG] = ACTIONS(329), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -217559,87 +219121,183 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1664] = { - [sym__expression] = STATE(3054), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(1661), - [sym_annotation] = STATE(1661), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(295), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [1679] = { + [sym__expression] = STATE(984), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(1674), + [sym_annotation] = STATE(1674), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(220), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), + [sym__alpha_identifier] = ACTIONS(111), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1407), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(1305), + [sym_label] = ACTIONS(171), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(157), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(163), + [anon_sym_return] = ACTIONS(165), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(171), + [anon_sym_DASH] = ACTIONS(171), + [anon_sym_PLUS_PLUS] = ACTIONS(173), + [anon_sym_DASH_DASH] = ACTIONS(173), + [anon_sym_BANG] = ACTIONS(173), + [anon_sym_data] = ACTIONS(111), + [anon_sym_inner] = ACTIONS(111), + [anon_sym_expect] = ACTIONS(111), + [anon_sym_actual] = ACTIONS(111), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(1411), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(197), + }, + [1680] = { + [sym__expression] = STATE(4327), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(377), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(1858), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_fun] = ACTIONS(3094), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1289), - [sym_label] = ACTIONS(257), + [anon_sym_STAR] = ACTIONS(1065), + [sym_label] = ACTIONS(327), [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(243), + [anon_sym_if] = ACTIONS(3096), [anon_sym_when] = ACTIONS(245), [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(249), - [anon_sym_return] = ACTIONS(251), + [anon_sym_throw] = ACTIONS(3098), + [anon_sym_return] = ACTIONS(3100), [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(257), - [anon_sym_DASH] = ACTIONS(257), - [anon_sym_PLUS_PLUS] = ACTIONS(259), - [anon_sym_DASH_DASH] = ACTIONS(259), - [anon_sym_BANG] = ACTIONS(259), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(327), + [anon_sym_DASH] = ACTIONS(327), + [anon_sym_PLUS_PLUS] = ACTIONS(329), + [anon_sym_DASH_DASH] = ACTIONS(329), + [anon_sym_BANG] = ACTIONS(329), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -217655,92 +219313,572 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1665] = { - [sym__expression] = STATE(706), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(2081), - [sym_annotation] = STATE(2081), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(264), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), + [1681] = { + [sym__expression] = STATE(4355), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(377), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(3094), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(1065), + [sym_label] = ACTIONS(327), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(3096), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(3098), + [anon_sym_return] = ACTIONS(3100), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(327), + [anon_sym_DASH] = ACTIONS(327), + [anon_sym_PLUS_PLUS] = ACTIONS(329), + [anon_sym_DASH_DASH] = ACTIONS(329), + [anon_sym_BANG] = ACTIONS(329), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(283), + }, + [1682] = { + [sym__expression] = STATE(4307), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(377), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(3094), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(1065), + [sym_label] = ACTIONS(327), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(3096), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(3098), + [anon_sym_return] = ACTIONS(3100), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(327), + [anon_sym_DASH] = ACTIONS(327), + [anon_sym_PLUS_PLUS] = ACTIONS(329), + [anon_sym_DASH_DASH] = ACTIONS(329), + [anon_sym_BANG] = ACTIONS(329), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(283), + }, + [1683] = { + [sym__expression] = STATE(4306), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(377), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(3094), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(1065), + [sym_label] = ACTIONS(327), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(3096), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(3098), + [anon_sym_return] = ACTIONS(3100), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(327), + [anon_sym_DASH] = ACTIONS(327), + [anon_sym_PLUS_PLUS] = ACTIONS(329), + [anon_sym_DASH_DASH] = ACTIONS(329), + [anon_sym_BANG] = ACTIONS(329), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(283), + }, + [1684] = { + [sym__expression] = STATE(4353), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(377), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(3094), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(1065), + [sym_label] = ACTIONS(327), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(3096), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(3098), + [anon_sym_return] = ACTIONS(3100), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(327), + [anon_sym_DASH] = ACTIONS(327), + [anon_sym_PLUS_PLUS] = ACTIONS(329), + [anon_sym_DASH_DASH] = ACTIONS(329), + [anon_sym_BANG] = ACTIONS(329), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(283), + }, + [1685] = { + [sym__expression] = STATE(4385), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(377), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(3094), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(1065), + [sym_label] = ACTIONS(327), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(3096), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(3098), + [anon_sym_return] = ACTIONS(3100), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(327), + [anon_sym_DASH] = ACTIONS(327), + [anon_sym_PLUS_PLUS] = ACTIONS(329), + [anon_sym_DASH_DASH] = ACTIONS(329), + [anon_sym_BANG] = ACTIONS(329), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(283), + }, + [1686] = { + [sym__expression] = STATE(523), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2117), + [sym_annotation] = STATE(2117), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(270), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), [sym__alpha_identifier] = ACTIONS(537), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LBRACE] = ACTIONS(1612), [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1636), + [anon_sym_object] = ACTIONS(1614), + [anon_sym_fun] = ACTIONS(1678), [anon_sym_get] = ACTIONS(537), [anon_sym_set] = ACTIONS(537), [anon_sym_this] = ACTIONS(561), [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1329), - [sym_label] = ACTIONS(761), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(995), + [sym_label] = ACTIONS(1003), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(1680), [anon_sym_when] = ACTIONS(579), [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(757), - [anon_sym_return] = ACTIONS(759), + [anon_sym_throw] = ACTIONS(1682), + [anon_sym_return] = ACTIONS(1684), [anon_sym_continue] = ACTIONS(587), [anon_sym_break] = ACTIONS(587), [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(761), - [anon_sym_DASH] = ACTIONS(761), - [anon_sym_PLUS_PLUS] = ACTIONS(763), - [anon_sym_DASH_DASH] = ACTIONS(763), - [anon_sym_BANG] = ACTIONS(763), + [anon_sym_PLUS] = ACTIONS(1003), + [anon_sym_DASH] = ACTIONS(1003), + [anon_sym_PLUS_PLUS] = ACTIONS(1005), + [anon_sym_DASH_DASH] = ACTIONS(1005), + [anon_sym_BANG] = ACTIONS(1005), [anon_sym_data] = ACTIONS(537), [anon_sym_inner] = ACTIONS(537), [anon_sym_expect] = ACTIONS(537), [anon_sym_actual] = ACTIONS(537), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), + [anon_sym_return_AT] = ACTIONS(517), [anon_sym_continue_AT] = ACTIONS(599), [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), + [sym_real_literal] = ACTIONS(1620), [sym_integer_literal] = ACTIONS(605), [sym_hex_literal] = ACTIONS(607), [sym_bin_literal] = ACTIONS(607), @@ -217751,164 +219889,164 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(615), }, - [1666] = { - [sym__expression] = STATE(1280), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(1620), - [sym_annotation] = STATE(1620), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(261), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), - [sym__alpha_identifier] = ACTIONS(537), + [1687] = { + [sym__expression] = STATE(977), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(1674), + [sym_annotation] = STATE(1674), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(220), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), + [sym__alpha_identifier] = ACTIONS(111), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1626), - [anon_sym_get] = ACTIONS(537), - [anon_sym_set] = ACTIONS(537), - [anon_sym_this] = ACTIONS(561), - [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1279), - [sym_label] = ACTIONS(591), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(577), - [anon_sym_when] = ACTIONS(579), - [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(583), - [anon_sym_return] = ACTIONS(585), - [anon_sym_continue] = ACTIONS(587), - [anon_sym_break] = ACTIONS(587), - [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_PLUS_PLUS] = ACTIONS(593), - [anon_sym_DASH_DASH] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_data] = ACTIONS(537), - [anon_sym_inner] = ACTIONS(537), - [anon_sym_expect] = ACTIONS(537), - [anon_sym_actual] = ACTIONS(537), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1407), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(1305), + [sym_label] = ACTIONS(171), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(157), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(163), + [anon_sym_return] = ACTIONS(165), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(171), + [anon_sym_DASH] = ACTIONS(171), + [anon_sym_PLUS_PLUS] = ACTIONS(173), + [anon_sym_DASH_DASH] = ACTIONS(173), + [anon_sym_BANG] = ACTIONS(173), + [anon_sym_data] = ACTIONS(111), + [anon_sym_inner] = ACTIONS(111), + [anon_sym_expect] = ACTIONS(111), + [anon_sym_actual] = ACTIONS(111), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(599), - [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), - [sym_integer_literal] = ACTIONS(605), - [sym_hex_literal] = ACTIONS(607), - [sym_bin_literal] = ACTIONS(607), - [anon_sym_true] = ACTIONS(609), - [anon_sym_false] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(611), - [sym__backtick_identifier] = ACTIONS(613), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(1411), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(615), + [sym__string_start] = ACTIONS(197), }, - [1667] = { - [sym__expression] = STATE(4370), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [1688] = { + [sym__expression] = STATE(4346), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), + [anon_sym_STAR] = ACTIONS(1065), [sym_label] = ACTIONS(327), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(3096), @@ -217924,10 +220062,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(329), [anon_sym_DASH_DASH] = ACTIONS(329), [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -217943,68 +220081,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1668] = { - [sym__expression] = STATE(4369), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [1689] = { + [sym__expression] = STATE(4309), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), + [anon_sym_STAR] = ACTIONS(1065), [sym_label] = ACTIONS(327), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(3096), @@ -218020,10 +220158,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(329), [anon_sym_DASH_DASH] = ACTIONS(329), [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -218039,92 +220177,668 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1669] = { - [sym__expression] = STATE(813), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(2280), - [sym_annotation] = STATE(2280), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(267), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), + [1690] = { + [sym__expression] = STATE(4305), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(377), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(3094), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(1065), + [sym_label] = ACTIONS(327), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(3096), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(3098), + [anon_sym_return] = ACTIONS(3100), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(327), + [anon_sym_DASH] = ACTIONS(327), + [anon_sym_PLUS_PLUS] = ACTIONS(329), + [anon_sym_DASH_DASH] = ACTIONS(329), + [anon_sym_BANG] = ACTIONS(329), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(283), + }, + [1691] = { + [sym__expression] = STATE(3773), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1630), + [sym_annotation] = STATE(1630), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(310), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(1940), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(1293), + [sym_label] = ACTIONS(735), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(321), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(323), + [anon_sym_return] = ACTIONS(325), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(735), + [anon_sym_DASH] = ACTIONS(735), + [anon_sym_PLUS_PLUS] = ACTIONS(737), + [anon_sym_DASH_DASH] = ACTIONS(737), + [anon_sym_BANG] = ACTIONS(737), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(283), + }, + [1692] = { + [sym__expression] = STATE(4310), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(377), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(3094), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(1065), + [sym_label] = ACTIONS(327), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(3096), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(3098), + [anon_sym_return] = ACTIONS(3100), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(327), + [anon_sym_DASH] = ACTIONS(327), + [anon_sym_PLUS_PLUS] = ACTIONS(329), + [anon_sym_DASH_DASH] = ACTIONS(329), + [anon_sym_BANG] = ACTIONS(329), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(283), + }, + [1693] = { + [sym__expression] = STATE(3663), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4931), + [sym_parenthesized_expression] = STATE(4931), + [sym_collection_literal] = STATE(4931), + [sym__literal_constant] = STATE(4931), + [sym_string_literal] = STATE(4931), + [sym_lambda_literal] = STATE(4931), + [sym_anonymous_function] = STATE(4931), + [sym__function_literal] = STATE(4931), + [sym_object_literal] = STATE(4931), + [sym_this_expression] = STATE(4931), + [sym_super_expression] = STATE(4931), + [sym_if_expression] = STATE(4931), + [sym_when_expression] = STATE(4931), + [sym_try_expression] = STATE(4931), + [sym_jump_expression] = STATE(4931), + [sym_callable_reference] = STATE(4931), + [sym__prefix_unary_operator] = STATE(1801), + [sym_annotation] = STATE(1801), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4928), + [sym__return_at] = STATE(298), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4931), + [sym_long_literal] = STATE(4931), + [sym_boolean_literal] = STATE(4931), + [sym_character_literal] = STATE(4931), + [sym__lexical_identifier] = STATE(4566), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1902), + [anon_sym_fun] = ACTIONS(1904), + [anon_sym_get] = ACTIONS(7), + [anon_sym_set] = ACTIONS(7), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(1223), + [sym_label] = ACTIONS(449), + [anon_sym_null] = ACTIONS(1906), + [anon_sym_if] = ACTIONS(443), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(445), + [anon_sym_return] = ACTIONS(447), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(449), + [anon_sym_DASH] = ACTIONS(449), + [anon_sym_PLUS_PLUS] = ACTIONS(451), + [anon_sym_DASH_DASH] = ACTIONS(451), + [anon_sym_BANG] = ACTIONS(451), + [anon_sym_data] = ACTIONS(7), + [anon_sym_inner] = ACTIONS(7), + [anon_sym_expect] = ACTIONS(7), + [anon_sym_actual] = ACTIONS(7), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [sym_real_literal] = ACTIONS(1908), + [sym_integer_literal] = ACTIONS(99), + [sym_hex_literal] = ACTIONS(101), + [sym_bin_literal] = ACTIONS(101), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SQUOTE] = ACTIONS(105), + [sym__backtick_identifier] = ACTIONS(107), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(109), + }, + [1694] = { + [sym__expression] = STATE(1255), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(1807), + [sym_annotation] = STATE(1807), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(261), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1626), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1311), + [sym_label] = ACTIONS(509), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(495), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(501), + [anon_sym_return] = ACTIONS(503), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(509), + [anon_sym_DASH] = ACTIONS(509), + [anon_sym_PLUS_PLUS] = ACTIONS(511), + [anon_sym_DASH_DASH] = ACTIONS(511), + [anon_sym_BANG] = ACTIONS(511), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), + }, + [1695] = { + [sym__expression] = STATE(913), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(2362), + [sym_annotation] = STATE(2362), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(269), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1670), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1021), + [sym_label] = ACTIONS(1029), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(1672), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(1674), + [anon_sym_return] = ACTIONS(1676), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(1029), + [anon_sym_DASH] = ACTIONS(1029), + [anon_sym_PLUS_PLUS] = ACTIONS(1031), + [anon_sym_DASH_DASH] = ACTIONS(1031), + [anon_sym_BANG] = ACTIONS(1031), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), + }, + [1696] = { + [sym__expression] = STATE(371), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(1703), + [sym_annotation] = STATE(1703), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(260), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), [sym__alpha_identifier] = ACTIONS(537), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LBRACE] = ACTIONS(1612), [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1654), + [anon_sym_object] = ACTIONS(1614), + [anon_sym_fun] = ACTIONS(1616), [anon_sym_get] = ACTIONS(537), [anon_sym_set] = ACTIONS(537), [anon_sym_this] = ACTIONS(561), [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(965), - [sym_label] = ACTIONS(975), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(1656), + [anon_sym_STAR] = ACTIONS(1229), + [sym_label] = ACTIONS(591), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(577), [anon_sym_when] = ACTIONS(579), [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(1658), - [anon_sym_return] = ACTIONS(1660), + [anon_sym_throw] = ACTIONS(583), + [anon_sym_return] = ACTIONS(585), [anon_sym_continue] = ACTIONS(587), [anon_sym_break] = ACTIONS(587), [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(975), - [anon_sym_DASH] = ACTIONS(975), - [anon_sym_PLUS_PLUS] = ACTIONS(977), - [anon_sym_DASH_DASH] = ACTIONS(977), - [anon_sym_BANG] = ACTIONS(977), + [anon_sym_PLUS] = ACTIONS(591), + [anon_sym_DASH] = ACTIONS(591), + [anon_sym_PLUS_PLUS] = ACTIONS(593), + [anon_sym_DASH_DASH] = ACTIONS(593), + [anon_sym_BANG] = ACTIONS(593), [anon_sym_data] = ACTIONS(537), [anon_sym_inner] = ACTIONS(537), [anon_sym_expect] = ACTIONS(537), [anon_sym_actual] = ACTIONS(537), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), + [anon_sym_return_AT] = ACTIONS(517), [anon_sym_continue_AT] = ACTIONS(599), [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), + [sym_real_literal] = ACTIONS(1620), [sym_integer_literal] = ACTIONS(605), [sym_hex_literal] = ACTIONS(607), [sym_bin_literal] = ACTIONS(607), @@ -218135,92 +220849,92 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(615), }, - [1670] = { - [sym__expression] = STATE(812), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(2280), - [sym_annotation] = STATE(2280), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(267), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), + [1697] = { + [sym__expression] = STATE(373), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(1703), + [sym_annotation] = STATE(1703), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(260), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), [sym__alpha_identifier] = ACTIONS(537), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LBRACE] = ACTIONS(1612), [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1654), + [anon_sym_object] = ACTIONS(1614), + [anon_sym_fun] = ACTIONS(1616), [anon_sym_get] = ACTIONS(537), [anon_sym_set] = ACTIONS(537), [anon_sym_this] = ACTIONS(561), [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(965), - [sym_label] = ACTIONS(975), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(1656), + [anon_sym_STAR] = ACTIONS(1229), + [sym_label] = ACTIONS(591), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(577), [anon_sym_when] = ACTIONS(579), [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(1658), - [anon_sym_return] = ACTIONS(1660), + [anon_sym_throw] = ACTIONS(583), + [anon_sym_return] = ACTIONS(585), [anon_sym_continue] = ACTIONS(587), [anon_sym_break] = ACTIONS(587), [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(975), - [anon_sym_DASH] = ACTIONS(975), - [anon_sym_PLUS_PLUS] = ACTIONS(977), - [anon_sym_DASH_DASH] = ACTIONS(977), - [anon_sym_BANG] = ACTIONS(977), + [anon_sym_PLUS] = ACTIONS(591), + [anon_sym_DASH] = ACTIONS(591), + [anon_sym_PLUS_PLUS] = ACTIONS(593), + [anon_sym_DASH_DASH] = ACTIONS(593), + [anon_sym_BANG] = ACTIONS(593), [anon_sym_data] = ACTIONS(537), [anon_sym_inner] = ACTIONS(537), [anon_sym_expect] = ACTIONS(537), [anon_sym_actual] = ACTIONS(537), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), + [anon_sym_return_AT] = ACTIONS(517), [anon_sym_continue_AT] = ACTIONS(599), [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), + [sym_real_literal] = ACTIONS(1620), [sym_integer_literal] = ACTIONS(605), [sym_hex_literal] = ACTIONS(607), [sym_bin_literal] = ACTIONS(607), @@ -218231,70 +220945,550 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(615), }, - [1671] = { - [sym__expression] = STATE(1270), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(1620), - [sym_annotation] = STATE(1620), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(261), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), + [1698] = { + [sym__expression] = STATE(4200), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4931), + [sym_parenthesized_expression] = STATE(4931), + [sym_collection_literal] = STATE(4931), + [sym__literal_constant] = STATE(4931), + [sym_string_literal] = STATE(4931), + [sym_lambda_literal] = STATE(4931), + [sym_anonymous_function] = STATE(4931), + [sym__function_literal] = STATE(4931), + [sym_object_literal] = STATE(4931), + [sym_this_expression] = STATE(4931), + [sym_super_expression] = STATE(4931), + [sym_if_expression] = STATE(4931), + [sym_when_expression] = STATE(4931), + [sym_try_expression] = STATE(4931), + [sym_jump_expression] = STATE(4931), + [sym_callable_reference] = STATE(4931), + [sym__prefix_unary_operator] = STATE(1926), + [sym_annotation] = STATE(1926), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4928), + [sym__return_at] = STATE(399), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4931), + [sym_long_literal] = STATE(4931), + [sym_boolean_literal] = STATE(4931), + [sym_character_literal] = STATE(4931), + [sym__lexical_identifier] = STATE(4566), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1902), + [anon_sym_fun] = ACTIONS(3162), + [anon_sym_get] = ACTIONS(7), + [anon_sym_set] = ACTIONS(7), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(43), + [sym_label] = ACTIONS(69), + [anon_sym_null] = ACTIONS(1906), + [anon_sym_if] = ACTIONS(3164), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(3166), + [anon_sym_return] = ACTIONS(3168), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(69), + [anon_sym_DASH] = ACTIONS(69), + [anon_sym_PLUS_PLUS] = ACTIONS(71), + [anon_sym_DASH_DASH] = ACTIONS(71), + [anon_sym_BANG] = ACTIONS(71), + [anon_sym_data] = ACTIONS(7), + [anon_sym_inner] = ACTIONS(7), + [anon_sym_expect] = ACTIONS(7), + [anon_sym_actual] = ACTIONS(7), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [sym_real_literal] = ACTIONS(1908), + [sym_integer_literal] = ACTIONS(99), + [sym_hex_literal] = ACTIONS(101), + [sym_bin_literal] = ACTIONS(101), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SQUOTE] = ACTIONS(105), + [sym__backtick_identifier] = ACTIONS(107), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(109), + }, + [1699] = { + [sym__expression] = STATE(2487), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(1711), + [sym_annotation] = STATE(1711), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(268), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), + [sym__alpha_identifier] = ACTIONS(111), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1662), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(1085), + [sym_label] = ACTIONS(1093), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(1664), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(1666), + [anon_sym_return] = ACTIONS(1668), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(1093), + [anon_sym_DASH] = ACTIONS(1093), + [anon_sym_PLUS_PLUS] = ACTIONS(1095), + [anon_sym_DASH_DASH] = ACTIONS(1095), + [anon_sym_BANG] = ACTIONS(1095), + [anon_sym_data] = ACTIONS(111), + [anon_sym_inner] = ACTIONS(111), + [anon_sym_expect] = ACTIONS(111), + [anon_sym_actual] = ACTIONS(111), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(1411), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(197), + }, + [1700] = { + [sym__expression] = STATE(970), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(3399), + [sym_parenthesized_expression] = STATE(3399), + [sym_collection_literal] = STATE(3399), + [sym__literal_constant] = STATE(3399), + [sym_string_literal] = STATE(3399), + [sym_lambda_literal] = STATE(3399), + [sym_anonymous_function] = STATE(3399), + [sym__function_literal] = STATE(3399), + [sym_object_literal] = STATE(3399), + [sym_this_expression] = STATE(3399), + [sym_super_expression] = STATE(3399), + [sym_if_expression] = STATE(3399), + [sym_when_expression] = STATE(3399), + [sym_try_expression] = STATE(3399), + [sym_jump_expression] = STATE(3399), + [sym_callable_reference] = STATE(3399), + [sym__prefix_unary_operator] = STATE(1644), + [sym_annotation] = STATE(1644), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3347), + [sym__return_at] = STATE(303), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(3399), + [sym_long_literal] = STATE(3399), + [sym_boolean_literal] = STATE(3399), + [sym_character_literal] = STATE(3399), + [sym__lexical_identifier] = STATE(2837), + [sym__alpha_identifier] = ACTIONS(333), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(335), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_LPAREN] = ACTIONS(345), + [anon_sym_object] = ACTIONS(1920), + [anon_sym_fun] = ACTIONS(1922), + [anon_sym_get] = ACTIONS(333), + [anon_sym_set] = ACTIONS(333), + [anon_sym_this] = ACTIONS(357), + [anon_sym_super] = ACTIONS(359), + [anon_sym_STAR] = ACTIONS(1299), + [sym_label] = ACTIONS(387), + [anon_sym_null] = ACTIONS(1924), + [anon_sym_if] = ACTIONS(373), + [anon_sym_when] = ACTIONS(375), + [anon_sym_try] = ACTIONS(377), + [anon_sym_throw] = ACTIONS(379), + [anon_sym_return] = ACTIONS(381), + [anon_sym_continue] = ACTIONS(383), + [anon_sym_break] = ACTIONS(383), + [anon_sym_COLON_COLON] = ACTIONS(385), + [anon_sym_PLUS] = ACTIONS(387), + [anon_sym_DASH] = ACTIONS(387), + [anon_sym_PLUS_PLUS] = ACTIONS(389), + [anon_sym_DASH_DASH] = ACTIONS(389), + [anon_sym_BANG] = ACTIONS(389), + [anon_sym_data] = ACTIONS(333), + [anon_sym_inner] = ACTIONS(333), + [anon_sym_expect] = ACTIONS(333), + [anon_sym_actual] = ACTIONS(333), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(395), + [anon_sym_break_AT] = ACTIONS(397), + [sym_real_literal] = ACTIONS(1926), + [sym_integer_literal] = ACTIONS(401), + [sym_hex_literal] = ACTIONS(403), + [sym_bin_literal] = ACTIONS(403), + [anon_sym_true] = ACTIONS(405), + [anon_sym_false] = ACTIONS(405), + [anon_sym_SQUOTE] = ACTIONS(407), + [sym__backtick_identifier] = ACTIONS(409), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(411), + }, + [1701] = { + [sym__expression] = STATE(2485), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(1711), + [sym_annotation] = STATE(1711), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(268), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), + [sym__alpha_identifier] = ACTIONS(111), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1662), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(1085), + [sym_label] = ACTIONS(1093), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(1664), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(1666), + [anon_sym_return] = ACTIONS(1668), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(1093), + [anon_sym_DASH] = ACTIONS(1093), + [anon_sym_PLUS_PLUS] = ACTIONS(1095), + [anon_sym_DASH_DASH] = ACTIONS(1095), + [anon_sym_BANG] = ACTIONS(1095), + [anon_sym_data] = ACTIONS(111), + [anon_sym_inner] = ACTIONS(111), + [anon_sym_expect] = ACTIONS(111), + [anon_sym_actual] = ACTIONS(111), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(1411), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(197), + }, + [1702] = { + [sym__expression] = STATE(4311), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(377), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(3094), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(1065), + [sym_label] = ACTIONS(327), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(3096), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(3098), + [anon_sym_return] = ACTIONS(3100), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(327), + [anon_sym_DASH] = ACTIONS(327), + [anon_sym_PLUS_PLUS] = ACTIONS(329), + [anon_sym_DASH_DASH] = ACTIONS(329), + [anon_sym_BANG] = ACTIONS(329), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(283), + }, + [1703] = { + [sym__expression] = STATE(372), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(1703), + [sym_annotation] = STATE(1703), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(260), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), [sym__alpha_identifier] = ACTIONS(537), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LBRACE] = ACTIONS(1612), [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1626), + [anon_sym_object] = ACTIONS(1614), + [anon_sym_fun] = ACTIONS(1616), [anon_sym_get] = ACTIONS(537), [anon_sym_set] = ACTIONS(537), [anon_sym_this] = ACTIONS(561), [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1279), + [anon_sym_STAR] = ACTIONS(1229), [sym_label] = ACTIONS(591), - [anon_sym_null] = ACTIONS(1628), + [anon_sym_null] = ACTIONS(1618), [anon_sym_if] = ACTIONS(577), [anon_sym_when] = ACTIONS(579), [anon_sym_try] = ACTIONS(581), @@ -218313,10 +221507,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(537), [anon_sym_actual] = ACTIONS(537), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), + [anon_sym_return_AT] = ACTIONS(517), [anon_sym_continue_AT] = ACTIONS(599), [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), + [sym_real_literal] = ACTIONS(1620), [sym_integer_literal] = ACTIONS(605), [sym_hex_literal] = ACTIONS(607), [sym_bin_literal] = ACTIONS(607), @@ -218327,92 +221521,92 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(615), }, - [1672] = { - [sym__expression] = STATE(811), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(2280), - [sym_annotation] = STATE(2280), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(267), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), + [1704] = { + [sym__expression] = STATE(374), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(1703), + [sym_annotation] = STATE(1703), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(260), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), [sym__alpha_identifier] = ACTIONS(537), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LBRACE] = ACTIONS(1612), [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1654), + [anon_sym_object] = ACTIONS(1614), + [anon_sym_fun] = ACTIONS(1616), [anon_sym_get] = ACTIONS(537), [anon_sym_set] = ACTIONS(537), [anon_sym_this] = ACTIONS(561), [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(965), - [sym_label] = ACTIONS(975), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(1656), + [anon_sym_STAR] = ACTIONS(1229), + [sym_label] = ACTIONS(591), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(577), [anon_sym_when] = ACTIONS(579), [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(1658), - [anon_sym_return] = ACTIONS(1660), + [anon_sym_throw] = ACTIONS(583), + [anon_sym_return] = ACTIONS(585), [anon_sym_continue] = ACTIONS(587), [anon_sym_break] = ACTIONS(587), [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(975), - [anon_sym_DASH] = ACTIONS(975), - [anon_sym_PLUS_PLUS] = ACTIONS(977), - [anon_sym_DASH_DASH] = ACTIONS(977), - [anon_sym_BANG] = ACTIONS(977), + [anon_sym_PLUS] = ACTIONS(591), + [anon_sym_DASH] = ACTIONS(591), + [anon_sym_PLUS_PLUS] = ACTIONS(593), + [anon_sym_DASH_DASH] = ACTIONS(593), + [anon_sym_BANG] = ACTIONS(593), [anon_sym_data] = ACTIONS(537), [anon_sym_inner] = ACTIONS(537), [anon_sym_expect] = ACTIONS(537), [anon_sym_actual] = ACTIONS(537), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), + [anon_sym_return_AT] = ACTIONS(517), [anon_sym_continue_AT] = ACTIONS(599), [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), + [sym_real_literal] = ACTIONS(1620), [sym_integer_literal] = ACTIONS(605), [sym_hex_literal] = ACTIONS(607), [sym_bin_literal] = ACTIONS(607), @@ -218423,92 +221617,92 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(615), }, - [1673] = { - [sym__expression] = STATE(810), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(2280), - [sym_annotation] = STATE(2280), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(267), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), + [1705] = { + [sym__expression] = STATE(369), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(1703), + [sym_annotation] = STATE(1703), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(260), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), [sym__alpha_identifier] = ACTIONS(537), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LBRACE] = ACTIONS(1612), [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1654), + [anon_sym_object] = ACTIONS(1614), + [anon_sym_fun] = ACTIONS(1616), [anon_sym_get] = ACTIONS(537), [anon_sym_set] = ACTIONS(537), [anon_sym_this] = ACTIONS(561), [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(965), - [sym_label] = ACTIONS(975), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(1656), + [anon_sym_STAR] = ACTIONS(1229), + [sym_label] = ACTIONS(591), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(577), [anon_sym_when] = ACTIONS(579), [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(1658), - [anon_sym_return] = ACTIONS(1660), + [anon_sym_throw] = ACTIONS(583), + [anon_sym_return] = ACTIONS(585), [anon_sym_continue] = ACTIONS(587), [anon_sym_break] = ACTIONS(587), [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(975), - [anon_sym_DASH] = ACTIONS(975), - [anon_sym_PLUS_PLUS] = ACTIONS(977), - [anon_sym_DASH_DASH] = ACTIONS(977), - [anon_sym_BANG] = ACTIONS(977), + [anon_sym_PLUS] = ACTIONS(591), + [anon_sym_DASH] = ACTIONS(591), + [anon_sym_PLUS_PLUS] = ACTIONS(593), + [anon_sym_DASH_DASH] = ACTIONS(593), + [anon_sym_BANG] = ACTIONS(593), [anon_sym_data] = ACTIONS(537), [anon_sym_inner] = ACTIONS(537), [anon_sym_expect] = ACTIONS(537), [anon_sym_actual] = ACTIONS(537), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), + [anon_sym_return_AT] = ACTIONS(517), [anon_sym_continue_AT] = ACTIONS(599), [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), + [sym_real_literal] = ACTIONS(1620), [sym_integer_literal] = ACTIONS(605), [sym_hex_literal] = ACTIONS(607), [sym_bin_literal] = ACTIONS(607), @@ -218519,92 +221713,92 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(615), }, - [1674] = { - [sym__expression] = STATE(809), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(2280), - [sym_annotation] = STATE(2280), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(267), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), + [1706] = { + [sym__expression] = STATE(368), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(1703), + [sym_annotation] = STATE(1703), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(260), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), [sym__alpha_identifier] = ACTIONS(537), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LBRACE] = ACTIONS(1612), [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1654), + [anon_sym_object] = ACTIONS(1614), + [anon_sym_fun] = ACTIONS(1616), [anon_sym_get] = ACTIONS(537), [anon_sym_set] = ACTIONS(537), [anon_sym_this] = ACTIONS(561), [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(965), - [sym_label] = ACTIONS(975), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(1656), + [anon_sym_STAR] = ACTIONS(1229), + [sym_label] = ACTIONS(591), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(577), [anon_sym_when] = ACTIONS(579), [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(1658), - [anon_sym_return] = ACTIONS(1660), + [anon_sym_throw] = ACTIONS(583), + [anon_sym_return] = ACTIONS(585), [anon_sym_continue] = ACTIONS(587), [anon_sym_break] = ACTIONS(587), [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(975), - [anon_sym_DASH] = ACTIONS(975), - [anon_sym_PLUS_PLUS] = ACTIONS(977), - [anon_sym_DASH_DASH] = ACTIONS(977), - [anon_sym_BANG] = ACTIONS(977), + [anon_sym_PLUS] = ACTIONS(591), + [anon_sym_DASH] = ACTIONS(591), + [anon_sym_PLUS_PLUS] = ACTIONS(593), + [anon_sym_DASH_DASH] = ACTIONS(593), + [anon_sym_BANG] = ACTIONS(593), [anon_sym_data] = ACTIONS(537), [anon_sym_inner] = ACTIONS(537), [anon_sym_expect] = ACTIONS(537), [anon_sym_actual] = ACTIONS(537), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), + [anon_sym_return_AT] = ACTIONS(517), [anon_sym_continue_AT] = ACTIONS(599), [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), + [sym_real_literal] = ACTIONS(1620), [sym_integer_literal] = ACTIONS(605), [sym_hex_literal] = ACTIONS(607), [sym_bin_literal] = ACTIONS(607), @@ -218615,92 +221809,284 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(615), }, - [1675] = { - [sym__expression] = STATE(710), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(2081), - [sym_annotation] = STATE(2081), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(264), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), + [1707] = { + [sym__expression] = STATE(912), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(2362), + [sym_annotation] = STATE(2362), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(269), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1670), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1021), + [sym_label] = ACTIONS(1029), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(1672), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(1674), + [anon_sym_return] = ACTIONS(1676), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(1029), + [anon_sym_DASH] = ACTIONS(1029), + [anon_sym_PLUS_PLUS] = ACTIONS(1031), + [anon_sym_DASH_DASH] = ACTIONS(1031), + [anon_sym_BANG] = ACTIONS(1031), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), + }, + [1708] = { + [sym__expression] = STATE(909), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(2362), + [sym_annotation] = STATE(2362), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(269), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1670), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1021), + [sym_label] = ACTIONS(1029), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(1672), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(1674), + [anon_sym_return] = ACTIONS(1676), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(1029), + [anon_sym_DASH] = ACTIONS(1029), + [anon_sym_PLUS_PLUS] = ACTIONS(1031), + [anon_sym_DASH_DASH] = ACTIONS(1031), + [anon_sym_BANG] = ACTIONS(1031), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), + }, + [1709] = { + [sym__expression] = STATE(367), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(1703), + [sym_annotation] = STATE(1703), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(260), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), [sym__alpha_identifier] = ACTIONS(537), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LBRACE] = ACTIONS(1612), [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1636), + [anon_sym_object] = ACTIONS(1614), + [anon_sym_fun] = ACTIONS(1616), [anon_sym_get] = ACTIONS(537), [anon_sym_set] = ACTIONS(537), [anon_sym_this] = ACTIONS(561), [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1329), - [sym_label] = ACTIONS(761), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(1229), + [sym_label] = ACTIONS(591), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(577), [anon_sym_when] = ACTIONS(579), [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(757), - [anon_sym_return] = ACTIONS(759), + [anon_sym_throw] = ACTIONS(583), + [anon_sym_return] = ACTIONS(585), [anon_sym_continue] = ACTIONS(587), [anon_sym_break] = ACTIONS(587), [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(761), - [anon_sym_DASH] = ACTIONS(761), - [anon_sym_PLUS_PLUS] = ACTIONS(763), - [anon_sym_DASH_DASH] = ACTIONS(763), - [anon_sym_BANG] = ACTIONS(763), + [anon_sym_PLUS] = ACTIONS(591), + [anon_sym_DASH] = ACTIONS(591), + [anon_sym_PLUS_PLUS] = ACTIONS(593), + [anon_sym_DASH_DASH] = ACTIONS(593), + [anon_sym_BANG] = ACTIONS(593), [anon_sym_data] = ACTIONS(537), [anon_sym_inner] = ACTIONS(537), [anon_sym_expect] = ACTIONS(537), [anon_sym_actual] = ACTIONS(537), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), + [anon_sym_return_AT] = ACTIONS(517), [anon_sym_continue_AT] = ACTIONS(599), [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), + [sym_real_literal] = ACTIONS(1620), [sym_integer_literal] = ACTIONS(605), [sym_hex_literal] = ACTIONS(607), [sym_bin_literal] = ACTIONS(607), @@ -218711,92 +222097,92 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(615), }, - [1676] = { - [sym__expression] = STATE(808), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(2280), - [sym_annotation] = STATE(2280), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(267), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), + [1710] = { + [sym__expression] = STATE(366), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(1703), + [sym_annotation] = STATE(1703), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(260), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), [sym__alpha_identifier] = ACTIONS(537), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LBRACE] = ACTIONS(1612), [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1654), + [anon_sym_object] = ACTIONS(1614), + [anon_sym_fun] = ACTIONS(1616), [anon_sym_get] = ACTIONS(537), [anon_sym_set] = ACTIONS(537), [anon_sym_this] = ACTIONS(561), [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(965), - [sym_label] = ACTIONS(975), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(1656), + [anon_sym_STAR] = ACTIONS(1229), + [sym_label] = ACTIONS(591), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(577), [anon_sym_when] = ACTIONS(579), [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(1658), - [anon_sym_return] = ACTIONS(1660), + [anon_sym_throw] = ACTIONS(583), + [anon_sym_return] = ACTIONS(585), [anon_sym_continue] = ACTIONS(587), [anon_sym_break] = ACTIONS(587), [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(975), - [anon_sym_DASH] = ACTIONS(975), - [anon_sym_PLUS_PLUS] = ACTIONS(977), - [anon_sym_DASH_DASH] = ACTIONS(977), - [anon_sym_BANG] = ACTIONS(977), + [anon_sym_PLUS] = ACTIONS(591), + [anon_sym_DASH] = ACTIONS(591), + [anon_sym_PLUS_PLUS] = ACTIONS(593), + [anon_sym_DASH_DASH] = ACTIONS(593), + [anon_sym_BANG] = ACTIONS(593), [anon_sym_data] = ACTIONS(537), [anon_sym_inner] = ACTIONS(537), [anon_sym_expect] = ACTIONS(537), [anon_sym_actual] = ACTIONS(537), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), + [anon_sym_return_AT] = ACTIONS(517), [anon_sym_continue_AT] = ACTIONS(599), [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), + [sym_real_literal] = ACTIONS(1620), [sym_integer_literal] = ACTIONS(605), [sym_hex_literal] = ACTIONS(607), [sym_bin_literal] = ACTIONS(607), @@ -218807,68 +222193,164 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(615), }, - [1677] = { - [sym__expression] = STATE(4354), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [1711] = { + [sym__expression] = STATE(2486), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(1711), + [sym_annotation] = STATE(1711), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(268), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), + [sym__alpha_identifier] = ACTIONS(111), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1662), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(1085), + [sym_label] = ACTIONS(1093), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(1664), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(1666), + [anon_sym_return] = ACTIONS(1668), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(1093), + [anon_sym_DASH] = ACTIONS(1093), + [anon_sym_PLUS_PLUS] = ACTIONS(1095), + [anon_sym_DASH_DASH] = ACTIONS(1095), + [anon_sym_BANG] = ACTIONS(1095), + [anon_sym_data] = ACTIONS(111), + [anon_sym_inner] = ACTIONS(111), + [anon_sym_expect] = ACTIONS(111), + [anon_sym_actual] = ACTIONS(111), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(1411), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(197), + }, + [1712] = { + [sym__expression] = STATE(4377), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), + [anon_sym_STAR] = ACTIONS(1065), [sym_label] = ACTIONS(327), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(3096), @@ -218884,10 +222366,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(329), [anon_sym_DASH_DASH] = ACTIONS(329), [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -218903,92 +222385,92 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1678] = { - [sym__expression] = STATE(788), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(2280), - [sym_annotation] = STATE(2280), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(267), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), + [1713] = { + [sym__expression] = STATE(320), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2117), + [sym_annotation] = STATE(2117), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(270), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), [sym__alpha_identifier] = ACTIONS(537), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LBRACE] = ACTIONS(1612), [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1654), + [anon_sym_object] = ACTIONS(1614), + [anon_sym_fun] = ACTIONS(1678), [anon_sym_get] = ACTIONS(537), [anon_sym_set] = ACTIONS(537), [anon_sym_this] = ACTIONS(561), [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(965), - [sym_label] = ACTIONS(975), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(1656), + [anon_sym_STAR] = ACTIONS(995), + [sym_label] = ACTIONS(1003), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(1680), [anon_sym_when] = ACTIONS(579), [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(1658), - [anon_sym_return] = ACTIONS(1660), + [anon_sym_throw] = ACTIONS(1682), + [anon_sym_return] = ACTIONS(1684), [anon_sym_continue] = ACTIONS(587), [anon_sym_break] = ACTIONS(587), [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(975), - [anon_sym_DASH] = ACTIONS(975), - [anon_sym_PLUS_PLUS] = ACTIONS(977), - [anon_sym_DASH_DASH] = ACTIONS(977), - [anon_sym_BANG] = ACTIONS(977), + [anon_sym_PLUS] = ACTIONS(1003), + [anon_sym_DASH] = ACTIONS(1003), + [anon_sym_PLUS_PLUS] = ACTIONS(1005), + [anon_sym_DASH_DASH] = ACTIONS(1005), + [anon_sym_BANG] = ACTIONS(1005), [anon_sym_data] = ACTIONS(537), [anon_sym_inner] = ACTIONS(537), [anon_sym_expect] = ACTIONS(537), [anon_sym_actual] = ACTIONS(537), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), + [anon_sym_return_AT] = ACTIONS(517), [anon_sym_continue_AT] = ACTIONS(599), [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), + [sym_real_literal] = ACTIONS(1620), [sym_integer_literal] = ACTIONS(605), [sym_hex_literal] = ACTIONS(607), [sym_bin_literal] = ACTIONS(607), @@ -218999,92 +222481,92 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(615), }, - [1679] = { - [sym__expression] = STATE(789), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(2280), - [sym_annotation] = STATE(2280), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(267), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), + [1714] = { + [sym__expression] = STATE(365), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(1703), + [sym_annotation] = STATE(1703), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(260), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), [sym__alpha_identifier] = ACTIONS(537), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LBRACE] = ACTIONS(1612), [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1654), + [anon_sym_object] = ACTIONS(1614), + [anon_sym_fun] = ACTIONS(1616), [anon_sym_get] = ACTIONS(537), [anon_sym_set] = ACTIONS(537), [anon_sym_this] = ACTIONS(561), [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(965), - [sym_label] = ACTIONS(975), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(1656), + [anon_sym_STAR] = ACTIONS(1229), + [sym_label] = ACTIONS(591), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(577), [anon_sym_when] = ACTIONS(579), [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(1658), - [anon_sym_return] = ACTIONS(1660), + [anon_sym_throw] = ACTIONS(583), + [anon_sym_return] = ACTIONS(585), [anon_sym_continue] = ACTIONS(587), [anon_sym_break] = ACTIONS(587), [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(975), - [anon_sym_DASH] = ACTIONS(975), - [anon_sym_PLUS_PLUS] = ACTIONS(977), - [anon_sym_DASH_DASH] = ACTIONS(977), - [anon_sym_BANG] = ACTIONS(977), + [anon_sym_PLUS] = ACTIONS(591), + [anon_sym_DASH] = ACTIONS(591), + [anon_sym_PLUS_PLUS] = ACTIONS(593), + [anon_sym_DASH_DASH] = ACTIONS(593), + [anon_sym_BANG] = ACTIONS(593), [anon_sym_data] = ACTIONS(537), [anon_sym_inner] = ACTIONS(537), [anon_sym_expect] = ACTIONS(537), [anon_sym_actual] = ACTIONS(537), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), + [anon_sym_return_AT] = ACTIONS(517), [anon_sym_continue_AT] = ACTIONS(599), [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), + [sym_real_literal] = ACTIONS(1620), [sym_integer_literal] = ACTIONS(605), [sym_hex_literal] = ACTIONS(607), [sym_bin_literal] = ACTIONS(607), @@ -219095,92 +222577,284 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(615), }, - [1680] = { - [sym__expression] = STATE(790), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(2280), - [sym_annotation] = STATE(2280), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(267), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), + [1715] = { + [sym__expression] = STATE(904), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(2362), + [sym_annotation] = STATE(2362), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(269), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1670), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1021), + [sym_label] = ACTIONS(1029), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(1672), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(1674), + [anon_sym_return] = ACTIONS(1676), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(1029), + [anon_sym_DASH] = ACTIONS(1029), + [anon_sym_PLUS_PLUS] = ACTIONS(1031), + [anon_sym_DASH_DASH] = ACTIONS(1031), + [anon_sym_BANG] = ACTIONS(1031), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), + }, + [1716] = { + [sym__expression] = STATE(903), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(2362), + [sym_annotation] = STATE(2362), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(269), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1670), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1021), + [sym_label] = ACTIONS(1029), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(1672), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(1674), + [anon_sym_return] = ACTIONS(1676), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(1029), + [anon_sym_DASH] = ACTIONS(1029), + [anon_sym_PLUS_PLUS] = ACTIONS(1031), + [anon_sym_DASH_DASH] = ACTIONS(1031), + [anon_sym_BANG] = ACTIONS(1031), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), + }, + [1717] = { + [sym__expression] = STATE(364), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(1703), + [sym_annotation] = STATE(1703), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(260), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), [sym__alpha_identifier] = ACTIONS(537), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LBRACE] = ACTIONS(1612), [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1654), + [anon_sym_object] = ACTIONS(1614), + [anon_sym_fun] = ACTIONS(1616), [anon_sym_get] = ACTIONS(537), [anon_sym_set] = ACTIONS(537), [anon_sym_this] = ACTIONS(561), [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(965), - [sym_label] = ACTIONS(975), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(1656), + [anon_sym_STAR] = ACTIONS(1229), + [sym_label] = ACTIONS(591), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(577), [anon_sym_when] = ACTIONS(579), [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(1658), - [anon_sym_return] = ACTIONS(1660), + [anon_sym_throw] = ACTIONS(583), + [anon_sym_return] = ACTIONS(585), [anon_sym_continue] = ACTIONS(587), [anon_sym_break] = ACTIONS(587), [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(975), - [anon_sym_DASH] = ACTIONS(975), - [anon_sym_PLUS_PLUS] = ACTIONS(977), - [anon_sym_DASH_DASH] = ACTIONS(977), - [anon_sym_BANG] = ACTIONS(977), + [anon_sym_PLUS] = ACTIONS(591), + [anon_sym_DASH] = ACTIONS(591), + [anon_sym_PLUS_PLUS] = ACTIONS(593), + [anon_sym_DASH_DASH] = ACTIONS(593), + [anon_sym_BANG] = ACTIONS(593), [anon_sym_data] = ACTIONS(537), [anon_sym_inner] = ACTIONS(537), [anon_sym_expect] = ACTIONS(537), [anon_sym_actual] = ACTIONS(537), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), + [anon_sym_return_AT] = ACTIONS(517), [anon_sym_continue_AT] = ACTIONS(599), [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), + [sym_real_literal] = ACTIONS(1620), [sym_integer_literal] = ACTIONS(605), [sym_hex_literal] = ACTIONS(607), [sym_bin_literal] = ACTIONS(607), @@ -219191,92 +222865,92 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(615), }, - [1681] = { - [sym__expression] = STATE(791), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(2280), - [sym_annotation] = STATE(2280), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(267), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), + [1718] = { + [sym__expression] = STATE(363), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(1703), + [sym_annotation] = STATE(1703), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(260), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), [sym__alpha_identifier] = ACTIONS(537), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LBRACE] = ACTIONS(1612), [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1654), + [anon_sym_object] = ACTIONS(1614), + [anon_sym_fun] = ACTIONS(1616), [anon_sym_get] = ACTIONS(537), [anon_sym_set] = ACTIONS(537), [anon_sym_this] = ACTIONS(561), [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(965), - [sym_label] = ACTIONS(975), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(1656), + [anon_sym_STAR] = ACTIONS(1229), + [sym_label] = ACTIONS(591), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(577), [anon_sym_when] = ACTIONS(579), [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(1658), - [anon_sym_return] = ACTIONS(1660), + [anon_sym_throw] = ACTIONS(583), + [anon_sym_return] = ACTIONS(585), [anon_sym_continue] = ACTIONS(587), [anon_sym_break] = ACTIONS(587), [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(975), - [anon_sym_DASH] = ACTIONS(975), - [anon_sym_PLUS_PLUS] = ACTIONS(977), - [anon_sym_DASH_DASH] = ACTIONS(977), - [anon_sym_BANG] = ACTIONS(977), + [anon_sym_PLUS] = ACTIONS(591), + [anon_sym_DASH] = ACTIONS(591), + [anon_sym_PLUS_PLUS] = ACTIONS(593), + [anon_sym_DASH_DASH] = ACTIONS(593), + [anon_sym_BANG] = ACTIONS(593), [anon_sym_data] = ACTIONS(537), [anon_sym_inner] = ACTIONS(537), [anon_sym_expect] = ACTIONS(537), [anon_sym_actual] = ACTIONS(537), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), + [anon_sym_return_AT] = ACTIONS(517), [anon_sym_continue_AT] = ACTIONS(599), [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), + [sym_real_literal] = ACTIONS(1620), [sym_integer_literal] = ACTIONS(605), [sym_hex_literal] = ACTIONS(607), [sym_bin_literal] = ACTIONS(607), @@ -219287,92 +222961,284 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(615), }, - [1682] = { - [sym__expression] = STATE(792), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(2280), - [sym_annotation] = STATE(2280), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(267), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), + [1719] = { + [sym__expression] = STATE(323), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2117), + [sym_annotation] = STATE(2117), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(270), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), [sym__alpha_identifier] = ACTIONS(537), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LBRACE] = ACTIONS(1612), [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1654), + [anon_sym_object] = ACTIONS(1614), + [anon_sym_fun] = ACTIONS(1678), [anon_sym_get] = ACTIONS(537), [anon_sym_set] = ACTIONS(537), [anon_sym_this] = ACTIONS(561), [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(965), - [sym_label] = ACTIONS(975), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(1656), + [anon_sym_STAR] = ACTIONS(995), + [sym_label] = ACTIONS(1003), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(1680), [anon_sym_when] = ACTIONS(579), [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(1658), - [anon_sym_return] = ACTIONS(1660), + [anon_sym_throw] = ACTIONS(1682), + [anon_sym_return] = ACTIONS(1684), [anon_sym_continue] = ACTIONS(587), [anon_sym_break] = ACTIONS(587), [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(975), - [anon_sym_DASH] = ACTIONS(975), - [anon_sym_PLUS_PLUS] = ACTIONS(977), - [anon_sym_DASH_DASH] = ACTIONS(977), - [anon_sym_BANG] = ACTIONS(977), + [anon_sym_PLUS] = ACTIONS(1003), + [anon_sym_DASH] = ACTIONS(1003), + [anon_sym_PLUS_PLUS] = ACTIONS(1005), + [anon_sym_DASH_DASH] = ACTIONS(1005), + [anon_sym_BANG] = ACTIONS(1005), [anon_sym_data] = ACTIONS(537), [anon_sym_inner] = ACTIONS(537), [anon_sym_expect] = ACTIONS(537), [anon_sym_actual] = ACTIONS(537), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), + [anon_sym_return_AT] = ACTIONS(517), [anon_sym_continue_AT] = ACTIONS(599), [anon_sym_break_AT] = ACTIONS(601), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(605), + [sym_hex_literal] = ACTIONS(607), + [sym_bin_literal] = ACTIONS(607), + [anon_sym_true] = ACTIONS(609), + [anon_sym_false] = ACTIONS(609), + [anon_sym_SQUOTE] = ACTIONS(611), + [sym__backtick_identifier] = ACTIONS(613), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(615), + }, + [1720] = { + [sym__expression] = STATE(901), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(2362), + [sym_annotation] = STATE(2362), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(269), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1670), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1021), + [sym_label] = ACTIONS(1029), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(1672), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(1674), + [anon_sym_return] = ACTIONS(1676), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(1029), + [anon_sym_DASH] = ACTIONS(1029), + [anon_sym_PLUS_PLUS] = ACTIONS(1031), + [anon_sym_DASH_DASH] = ACTIONS(1031), + [anon_sym_BANG] = ACTIONS(1031), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), + }, + [1721] = { + [sym__expression] = STATE(361), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(1703), + [sym_annotation] = STATE(1703), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(260), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), + [sym__alpha_identifier] = ACTIONS(537), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(539), + [anon_sym_LBRACE] = ACTIONS(1612), + [anon_sym_LPAREN] = ACTIONS(549), + [anon_sym_object] = ACTIONS(1614), + [anon_sym_fun] = ACTIONS(1616), + [anon_sym_get] = ACTIONS(537), + [anon_sym_set] = ACTIONS(537), + [anon_sym_this] = ACTIONS(561), + [anon_sym_super] = ACTIONS(563), + [anon_sym_STAR] = ACTIONS(1229), + [sym_label] = ACTIONS(591), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(577), + [anon_sym_when] = ACTIONS(579), + [anon_sym_try] = ACTIONS(581), + [anon_sym_throw] = ACTIONS(583), + [anon_sym_return] = ACTIONS(585), + [anon_sym_continue] = ACTIONS(587), + [anon_sym_break] = ACTIONS(587), + [anon_sym_COLON_COLON] = ACTIONS(589), + [anon_sym_PLUS] = ACTIONS(591), + [anon_sym_DASH] = ACTIONS(591), + [anon_sym_PLUS_PLUS] = ACTIONS(593), + [anon_sym_DASH_DASH] = ACTIONS(593), + [anon_sym_BANG] = ACTIONS(593), + [anon_sym_data] = ACTIONS(537), + [anon_sym_inner] = ACTIONS(537), + [anon_sym_expect] = ACTIONS(537), + [anon_sym_actual] = ACTIONS(537), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(599), + [anon_sym_break_AT] = ACTIONS(601), + [sym_real_literal] = ACTIONS(1620), [sym_integer_literal] = ACTIONS(605), [sym_hex_literal] = ACTIONS(607), [sym_bin_literal] = ACTIONS(607), @@ -219383,92 +223249,92 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(615), }, - [1683] = { - [sym__expression] = STATE(705), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(2081), - [sym_annotation] = STATE(2081), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(264), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), + [1722] = { + [sym__expression] = STATE(357), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(1703), + [sym_annotation] = STATE(1703), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(260), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), [sym__alpha_identifier] = ACTIONS(537), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LBRACE] = ACTIONS(1612), [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1636), + [anon_sym_object] = ACTIONS(1614), + [anon_sym_fun] = ACTIONS(1616), [anon_sym_get] = ACTIONS(537), [anon_sym_set] = ACTIONS(537), [anon_sym_this] = ACTIONS(561), [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1329), - [sym_label] = ACTIONS(761), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(1229), + [sym_label] = ACTIONS(591), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(577), [anon_sym_when] = ACTIONS(579), [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(757), - [anon_sym_return] = ACTIONS(759), + [anon_sym_throw] = ACTIONS(583), + [anon_sym_return] = ACTIONS(585), [anon_sym_continue] = ACTIONS(587), [anon_sym_break] = ACTIONS(587), [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(761), - [anon_sym_DASH] = ACTIONS(761), - [anon_sym_PLUS_PLUS] = ACTIONS(763), - [anon_sym_DASH_DASH] = ACTIONS(763), - [anon_sym_BANG] = ACTIONS(763), + [anon_sym_PLUS] = ACTIONS(591), + [anon_sym_DASH] = ACTIONS(591), + [anon_sym_PLUS_PLUS] = ACTIONS(593), + [anon_sym_DASH_DASH] = ACTIONS(593), + [anon_sym_BANG] = ACTIONS(593), [anon_sym_data] = ACTIONS(537), [anon_sym_inner] = ACTIONS(537), [anon_sym_expect] = ACTIONS(537), [anon_sym_actual] = ACTIONS(537), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), + [anon_sym_return_AT] = ACTIONS(517), [anon_sym_continue_AT] = ACTIONS(599), [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), + [sym_real_literal] = ACTIONS(1620), [sym_integer_literal] = ACTIONS(605), [sym_hex_literal] = ACTIONS(607), [sym_bin_literal] = ACTIONS(607), @@ -219479,92 +223345,188 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(615), }, - [1684] = { - [sym__expression] = STATE(707), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(2081), - [sym_annotation] = STATE(2081), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), + [1723] = { + [sym__expression] = STATE(4358), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(377), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(3094), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(1065), + [sym_label] = ACTIONS(327), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(3096), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(3098), + [anon_sym_return] = ACTIONS(3100), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(327), + [anon_sym_DASH] = ACTIONS(327), + [anon_sym_PLUS_PLUS] = ACTIONS(329), + [anon_sym_DASH_DASH] = ACTIONS(329), + [anon_sym_BANG] = ACTIONS(329), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(283), + }, + [1724] = { + [sym__expression] = STATE(283), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2198), + [sym_annotation] = STATE(2198), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), [sym__return_at] = STATE(264), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), [sym__alpha_identifier] = ACTIONS(537), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LBRACE] = ACTIONS(1612), [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), + [anon_sym_object] = ACTIONS(1614), [anon_sym_fun] = ACTIONS(1636), [anon_sym_get] = ACTIONS(537), [anon_sym_set] = ACTIONS(537), [anon_sym_this] = ACTIONS(561), [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1329), - [sym_label] = ACTIONS(761), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(1259), + [sym_label] = ACTIONS(645), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(639), [anon_sym_when] = ACTIONS(579), [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(757), - [anon_sym_return] = ACTIONS(759), + [anon_sym_throw] = ACTIONS(641), + [anon_sym_return] = ACTIONS(643), [anon_sym_continue] = ACTIONS(587), [anon_sym_break] = ACTIONS(587), [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(761), - [anon_sym_DASH] = ACTIONS(761), - [anon_sym_PLUS_PLUS] = ACTIONS(763), - [anon_sym_DASH_DASH] = ACTIONS(763), - [anon_sym_BANG] = ACTIONS(763), + [anon_sym_PLUS] = ACTIONS(645), + [anon_sym_DASH] = ACTIONS(645), + [anon_sym_PLUS_PLUS] = ACTIONS(647), + [anon_sym_DASH_DASH] = ACTIONS(647), + [anon_sym_BANG] = ACTIONS(647), [anon_sym_data] = ACTIONS(537), [anon_sym_inner] = ACTIONS(537), [anon_sym_expect] = ACTIONS(537), [anon_sym_actual] = ACTIONS(537), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), + [anon_sym_return_AT] = ACTIONS(517), [anon_sym_continue_AT] = ACTIONS(599), [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), + [sym_real_literal] = ACTIONS(1620), [sym_integer_literal] = ACTIONS(605), [sym_hex_literal] = ACTIONS(607), [sym_bin_literal] = ACTIONS(607), @@ -219575,166 +223537,358 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(615), }, - [1685] = { - [sym__expression] = STATE(2489), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(1697), - [sym_annotation] = STATE(1697), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(268), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), - [sym__alpha_identifier] = ACTIONS(111), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1662), - [anon_sym_get] = ACTIONS(111), - [anon_sym_set] = ACTIONS(111), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(995), - [sym_label] = ACTIONS(1003), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(1664), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(1666), - [anon_sym_return] = ACTIONS(1668), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(1003), - [anon_sym_DASH] = ACTIONS(1003), - [anon_sym_PLUS_PLUS] = ACTIONS(1005), - [anon_sym_DASH_DASH] = ACTIONS(1005), - [anon_sym_BANG] = ACTIONS(1005), - [anon_sym_data] = ACTIONS(111), - [anon_sym_inner] = ACTIONS(111), - [anon_sym_expect] = ACTIONS(111), - [anon_sym_actual] = ACTIONS(111), + [1725] = { + [sym__expression] = STATE(3028), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1893), + [sym_annotation] = STATE(1893), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(295), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(1858), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(1317), + [sym_label] = ACTIONS(257), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(243), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(249), + [anon_sym_return] = ACTIONS(251), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(257), + [anon_sym_DASH] = ACTIONS(257), + [anon_sym_PLUS_PLUS] = ACTIONS(259), + [anon_sym_DASH_DASH] = ACTIONS(259), + [anon_sym_BANG] = ACTIONS(259), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), + [sym__string_start] = ACTIONS(283), }, - [1686] = { - [sym__expression] = STATE(1279), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(1620), - [sym_annotation] = STATE(1620), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(261), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), + [1726] = { + [sym_property_delegate] = STATE(2444), + [sym_getter] = STATE(3875), + [sym_setter] = STATE(3875), + [sym_modifiers] = STATE(8752), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_EQ] = ACTIONS(5687), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_COMMA] = ACTIONS(3280), + [anon_sym_by] = ACTIONS(5665), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_where] = ACTIONS(3278), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(5689), + [anon_sym_get] = ACTIONS(5691), + [anon_sym_set] = ACTIONS(5693), + [anon_sym_STAR] = ACTIONS(3278), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_PLUS_EQ] = ACTIONS(3280), + [anon_sym_DASH_EQ] = ACTIONS(3280), + [anon_sym_STAR_EQ] = ACTIONS(3280), + [anon_sym_SLASH_EQ] = ACTIONS(3280), + [anon_sym_PERCENT_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3278), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3280), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3280), + [sym__automatic_semicolon] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), + [sym_multiline_comment] = ACTIONS(3), + }, + [1727] = { + [sym_type_constraints] = STATE(2482), + [sym_property_delegate] = STATE(2649), + [sym_getter] = STATE(5346), + [sym_setter] = STATE(5346), + [sym_modifiers] = STATE(8811), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3230), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(3234), + [anon_sym_EQ] = ACTIONS(5788), + [anon_sym_LBRACE] = ACTIONS(3234), + [anon_sym_RBRACE] = ACTIONS(3234), + [anon_sym_LPAREN] = ACTIONS(3234), + [anon_sym_by] = ACTIONS(3510), + [anon_sym_where] = ACTIONS(5790), + [anon_sym_object] = ACTIONS(3230), + [anon_sym_fun] = ACTIONS(3230), + [anon_sym_SEMI] = ACTIONS(5792), + [anon_sym_get] = ACTIONS(5794), + [anon_sym_set] = ACTIONS(5796), + [anon_sym_this] = ACTIONS(3230), + [anon_sym_super] = ACTIONS(3230), + [anon_sym_STAR] = ACTIONS(3234), + [sym_label] = ACTIONS(3230), + [anon_sym_in] = ACTIONS(3230), + [anon_sym_null] = ACTIONS(3230), + [anon_sym_if] = ACTIONS(3230), + [anon_sym_else] = ACTIONS(3230), + [anon_sym_when] = ACTIONS(3230), + [anon_sym_try] = ACTIONS(3230), + [anon_sym_throw] = ACTIONS(3230), + [anon_sym_return] = ACTIONS(3230), + [anon_sym_continue] = ACTIONS(3230), + [anon_sym_break] = ACTIONS(3230), + [anon_sym_COLON_COLON] = ACTIONS(3234), + [anon_sym_BANGin] = ACTIONS(3234), + [anon_sym_is] = ACTIONS(3230), + [anon_sym_BANGis] = ACTIONS(3234), + [anon_sym_PLUS] = ACTIONS(3230), + [anon_sym_DASH] = ACTIONS(3230), + [anon_sym_PLUS_PLUS] = ACTIONS(3234), + [anon_sym_DASH_DASH] = ACTIONS(3234), + [anon_sym_BANG] = ACTIONS(3230), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3234), + [anon_sym_continue_AT] = ACTIONS(3234), + [anon_sym_break_AT] = ACTIONS(3234), + [sym_real_literal] = ACTIONS(3234), + [sym_integer_literal] = ACTIONS(3230), + [sym_hex_literal] = ACTIONS(3234), + [sym_bin_literal] = ACTIONS(3234), + [anon_sym_true] = ACTIONS(3230), + [anon_sym_false] = ACTIONS(3230), + [anon_sym_SQUOTE] = ACTIONS(3234), + [sym__backtick_identifier] = ACTIONS(3234), + [sym__automatic_semicolon] = ACTIONS(3234), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3234), + }, + [1728] = { + [sym__expression] = STATE(359), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(1703), + [sym_annotation] = STATE(1703), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(260), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), [sym__alpha_identifier] = ACTIONS(537), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LBRACE] = ACTIONS(1612), [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1626), + [anon_sym_object] = ACTIONS(1614), + [anon_sym_fun] = ACTIONS(1616), [anon_sym_get] = ACTIONS(537), [anon_sym_set] = ACTIONS(537), [anon_sym_this] = ACTIONS(561), [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1279), + [anon_sym_STAR] = ACTIONS(1229), [sym_label] = ACTIONS(591), - [anon_sym_null] = ACTIONS(1628), + [anon_sym_null] = ACTIONS(1618), [anon_sym_if] = ACTIONS(577), [anon_sym_when] = ACTIONS(579), [anon_sym_try] = ACTIONS(581), @@ -219753,10 +223907,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(537), [anon_sym_actual] = ACTIONS(537), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), + [anon_sym_return_AT] = ACTIONS(517), [anon_sym_continue_AT] = ACTIONS(599), [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), + [sym_real_literal] = ACTIONS(1620), [sym_integer_literal] = ACTIONS(605), [sym_hex_literal] = ACTIONS(607), [sym_bin_literal] = ACTIONS(607), @@ -219767,188 +223921,764 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(615), }, - [1687] = { - [sym__expression] = STATE(2487), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(1697), - [sym_annotation] = STATE(1697), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(268), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), - [sym__alpha_identifier] = ACTIONS(111), + [1729] = { + [sym__expression] = STATE(1257), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(1807), + [sym_annotation] = STATE(1807), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(261), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1626), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1311), + [sym_label] = ACTIONS(509), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(495), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(501), + [anon_sym_return] = ACTIONS(503), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(509), + [anon_sym_DASH] = ACTIONS(509), + [anon_sym_PLUS_PLUS] = ACTIONS(511), + [anon_sym_DASH_DASH] = ACTIONS(511), + [anon_sym_BANG] = ACTIONS(511), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), + }, + [1730] = { + [sym__expression] = STATE(311), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2117), + [sym_annotation] = STATE(2117), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(270), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), + [sym__alpha_identifier] = ACTIONS(537), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1662), - [anon_sym_get] = ACTIONS(111), - [anon_sym_set] = ACTIONS(111), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), + [anon_sym_LBRACK] = ACTIONS(539), + [anon_sym_LBRACE] = ACTIONS(1612), + [anon_sym_LPAREN] = ACTIONS(549), + [anon_sym_object] = ACTIONS(1614), + [anon_sym_fun] = ACTIONS(1678), + [anon_sym_get] = ACTIONS(537), + [anon_sym_set] = ACTIONS(537), + [anon_sym_this] = ACTIONS(561), + [anon_sym_super] = ACTIONS(563), [anon_sym_STAR] = ACTIONS(995), [sym_label] = ACTIONS(1003), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(1664), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(1666), - [anon_sym_return] = ACTIONS(1668), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(1680), + [anon_sym_when] = ACTIONS(579), + [anon_sym_try] = ACTIONS(581), + [anon_sym_throw] = ACTIONS(1682), + [anon_sym_return] = ACTIONS(1684), + [anon_sym_continue] = ACTIONS(587), + [anon_sym_break] = ACTIONS(587), + [anon_sym_COLON_COLON] = ACTIONS(589), [anon_sym_PLUS] = ACTIONS(1003), [anon_sym_DASH] = ACTIONS(1003), [anon_sym_PLUS_PLUS] = ACTIONS(1005), [anon_sym_DASH_DASH] = ACTIONS(1005), [anon_sym_BANG] = ACTIONS(1005), - [anon_sym_data] = ACTIONS(111), - [anon_sym_inner] = ACTIONS(111), - [anon_sym_expect] = ACTIONS(111), - [anon_sym_actual] = ACTIONS(111), + [anon_sym_data] = ACTIONS(537), + [anon_sym_inner] = ACTIONS(537), + [anon_sym_expect] = ACTIONS(537), + [anon_sym_actual] = ACTIONS(537), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(599), + [anon_sym_break_AT] = ACTIONS(601), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(605), + [sym_hex_literal] = ACTIONS(607), + [sym_bin_literal] = ACTIONS(607), + [anon_sym_true] = ACTIONS(609), + [anon_sym_false] = ACTIONS(609), + [anon_sym_SQUOTE] = ACTIONS(611), + [sym__backtick_identifier] = ACTIONS(613), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), + [sym__string_start] = ACTIONS(615), }, - [1688] = { - [sym__expression] = STATE(1272), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(1620), - [sym_annotation] = STATE(1620), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(261), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), + [1731] = { + [sym__expression] = STATE(286), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2198), + [sym_annotation] = STATE(2198), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(264), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), [sym__alpha_identifier] = ACTIONS(537), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LBRACE] = ACTIONS(1612), [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1626), + [anon_sym_object] = ACTIONS(1614), + [anon_sym_fun] = ACTIONS(1636), + [anon_sym_get] = ACTIONS(537), + [anon_sym_set] = ACTIONS(537), + [anon_sym_this] = ACTIONS(561), + [anon_sym_super] = ACTIONS(563), + [anon_sym_STAR] = ACTIONS(1259), + [sym_label] = ACTIONS(645), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(639), + [anon_sym_when] = ACTIONS(579), + [anon_sym_try] = ACTIONS(581), + [anon_sym_throw] = ACTIONS(641), + [anon_sym_return] = ACTIONS(643), + [anon_sym_continue] = ACTIONS(587), + [anon_sym_break] = ACTIONS(587), + [anon_sym_COLON_COLON] = ACTIONS(589), + [anon_sym_PLUS] = ACTIONS(645), + [anon_sym_DASH] = ACTIONS(645), + [anon_sym_PLUS_PLUS] = ACTIONS(647), + [anon_sym_DASH_DASH] = ACTIONS(647), + [anon_sym_BANG] = ACTIONS(647), + [anon_sym_data] = ACTIONS(537), + [anon_sym_inner] = ACTIONS(537), + [anon_sym_expect] = ACTIONS(537), + [anon_sym_actual] = ACTIONS(537), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(599), + [anon_sym_break_AT] = ACTIONS(601), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(605), + [sym_hex_literal] = ACTIONS(607), + [sym_bin_literal] = ACTIONS(607), + [anon_sym_true] = ACTIONS(609), + [anon_sym_false] = ACTIONS(609), + [anon_sym_SQUOTE] = ACTIONS(611), + [sym__backtick_identifier] = ACTIONS(613), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(615), + }, + [1732] = { + [sym__expression] = STATE(4396), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(377), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(3094), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(1065), + [sym_label] = ACTIONS(327), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(3096), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(3098), + [anon_sym_return] = ACTIONS(3100), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(327), + [anon_sym_DASH] = ACTIONS(327), + [anon_sym_PLUS_PLUS] = ACTIONS(329), + [anon_sym_DASH_DASH] = ACTIONS(329), + [anon_sym_BANG] = ACTIONS(329), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(283), + }, + [1733] = { + [sym__expression] = STATE(4400), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(377), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(3094), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(1065), + [sym_label] = ACTIONS(327), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(3096), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(3098), + [anon_sym_return] = ACTIONS(3100), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(327), + [anon_sym_DASH] = ACTIONS(327), + [anon_sym_PLUS_PLUS] = ACTIONS(329), + [anon_sym_DASH_DASH] = ACTIONS(329), + [anon_sym_BANG] = ACTIONS(329), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(283), + }, + [1734] = { + [sym__expression] = STATE(287), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2198), + [sym_annotation] = STATE(2198), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(264), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), + [sym__alpha_identifier] = ACTIONS(537), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(539), + [anon_sym_LBRACE] = ACTIONS(1612), + [anon_sym_LPAREN] = ACTIONS(549), + [anon_sym_object] = ACTIONS(1614), + [anon_sym_fun] = ACTIONS(1636), [anon_sym_get] = ACTIONS(537), [anon_sym_set] = ACTIONS(537), [anon_sym_this] = ACTIONS(561), [anon_sym_super] = ACTIONS(563), + [anon_sym_STAR] = ACTIONS(1259), + [sym_label] = ACTIONS(645), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(639), + [anon_sym_when] = ACTIONS(579), + [anon_sym_try] = ACTIONS(581), + [anon_sym_throw] = ACTIONS(641), + [anon_sym_return] = ACTIONS(643), + [anon_sym_continue] = ACTIONS(587), + [anon_sym_break] = ACTIONS(587), + [anon_sym_COLON_COLON] = ACTIONS(589), + [anon_sym_PLUS] = ACTIONS(645), + [anon_sym_DASH] = ACTIONS(645), + [anon_sym_PLUS_PLUS] = ACTIONS(647), + [anon_sym_DASH_DASH] = ACTIONS(647), + [anon_sym_BANG] = ACTIONS(647), + [anon_sym_data] = ACTIONS(537), + [anon_sym_inner] = ACTIONS(537), + [anon_sym_expect] = ACTIONS(537), + [anon_sym_actual] = ACTIONS(537), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(599), + [anon_sym_break_AT] = ACTIONS(601), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(605), + [sym_hex_literal] = ACTIONS(607), + [sym_bin_literal] = ACTIONS(607), + [anon_sym_true] = ACTIONS(609), + [anon_sym_false] = ACTIONS(609), + [anon_sym_SQUOTE] = ACTIONS(611), + [sym__backtick_identifier] = ACTIONS(613), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(615), + }, + [1735] = { + [sym__expression] = STATE(1358), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(1786), + [sym_annotation] = STATE(1786), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(263), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1634), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), [anon_sym_STAR] = ACTIONS(1279), - [sym_label] = ACTIONS(591), + [sym_label] = ACTIONS(767), [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(577), + [anon_sym_if] = ACTIONS(761), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(763), + [anon_sym_return] = ACTIONS(765), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(767), + [anon_sym_DASH] = ACTIONS(767), + [anon_sym_PLUS_PLUS] = ACTIONS(769), + [anon_sym_DASH_DASH] = ACTIONS(769), + [anon_sym_BANG] = ACTIONS(769), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), + }, + [1736] = { + [sym__expression] = STATE(288), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2198), + [sym_annotation] = STATE(2198), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(264), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), + [sym__alpha_identifier] = ACTIONS(537), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(539), + [anon_sym_LBRACE] = ACTIONS(1612), + [anon_sym_LPAREN] = ACTIONS(549), + [anon_sym_object] = ACTIONS(1614), + [anon_sym_fun] = ACTIONS(1636), + [anon_sym_get] = ACTIONS(537), + [anon_sym_set] = ACTIONS(537), + [anon_sym_this] = ACTIONS(561), + [anon_sym_super] = ACTIONS(563), + [anon_sym_STAR] = ACTIONS(1259), + [sym_label] = ACTIONS(645), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(639), [anon_sym_when] = ACTIONS(579), [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(583), - [anon_sym_return] = ACTIONS(585), + [anon_sym_throw] = ACTIONS(641), + [anon_sym_return] = ACTIONS(643), [anon_sym_continue] = ACTIONS(587), [anon_sym_break] = ACTIONS(587), [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_PLUS_PLUS] = ACTIONS(593), - [anon_sym_DASH_DASH] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), + [anon_sym_PLUS] = ACTIONS(645), + [anon_sym_DASH] = ACTIONS(645), + [anon_sym_PLUS_PLUS] = ACTIONS(647), + [anon_sym_DASH_DASH] = ACTIONS(647), + [anon_sym_BANG] = ACTIONS(647), [anon_sym_data] = ACTIONS(537), [anon_sym_inner] = ACTIONS(537), [anon_sym_expect] = ACTIONS(537), [anon_sym_actual] = ACTIONS(537), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), + [anon_sym_return_AT] = ACTIONS(517), [anon_sym_continue_AT] = ACTIONS(599), [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), + [sym_real_literal] = ACTIONS(1620), [sym_integer_literal] = ACTIONS(605), [sym_hex_literal] = ACTIONS(607), [sym_bin_literal] = ACTIONS(607), @@ -219959,92 +224689,92 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(615), }, - [1689] = { - [sym__expression] = STATE(709), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(2081), - [sym_annotation] = STATE(2081), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), + [1737] = { + [sym__expression] = STATE(289), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2198), + [sym_annotation] = STATE(2198), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), [sym__return_at] = STATE(264), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), [sym__alpha_identifier] = ACTIONS(537), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LBRACE] = ACTIONS(1612), [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), + [anon_sym_object] = ACTIONS(1614), [anon_sym_fun] = ACTIONS(1636), [anon_sym_get] = ACTIONS(537), [anon_sym_set] = ACTIONS(537), [anon_sym_this] = ACTIONS(561), [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1329), - [sym_label] = ACTIONS(761), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(1259), + [sym_label] = ACTIONS(645), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(639), [anon_sym_when] = ACTIONS(579), [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(757), - [anon_sym_return] = ACTIONS(759), + [anon_sym_throw] = ACTIONS(641), + [anon_sym_return] = ACTIONS(643), [anon_sym_continue] = ACTIONS(587), [anon_sym_break] = ACTIONS(587), [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(761), - [anon_sym_DASH] = ACTIONS(761), - [anon_sym_PLUS_PLUS] = ACTIONS(763), - [anon_sym_DASH_DASH] = ACTIONS(763), - [anon_sym_BANG] = ACTIONS(763), + [anon_sym_PLUS] = ACTIONS(645), + [anon_sym_DASH] = ACTIONS(645), + [anon_sym_PLUS_PLUS] = ACTIONS(647), + [anon_sym_DASH_DASH] = ACTIONS(647), + [anon_sym_BANG] = ACTIONS(647), [anon_sym_data] = ACTIONS(537), [anon_sym_inner] = ACTIONS(537), [anon_sym_expect] = ACTIONS(537), [anon_sym_actual] = ACTIONS(537), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), + [anon_sym_return_AT] = ACTIONS(517), [anon_sym_continue_AT] = ACTIONS(599), [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), + [sym_real_literal] = ACTIONS(1620), [sym_integer_literal] = ACTIONS(605), [sym_hex_literal] = ACTIONS(607), [sym_bin_literal] = ACTIONS(607), @@ -220055,70 +224785,454 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(615), }, - [1690] = { - [sym__expression] = STATE(848), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(1697), - [sym_annotation] = STATE(1697), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), + [1738] = { + [sym__expression] = STATE(313), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2117), + [sym_annotation] = STATE(2117), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(270), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), + [sym__alpha_identifier] = ACTIONS(537), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(539), + [anon_sym_LBRACE] = ACTIONS(1612), + [anon_sym_LPAREN] = ACTIONS(549), + [anon_sym_object] = ACTIONS(1614), + [anon_sym_fun] = ACTIONS(1678), + [anon_sym_get] = ACTIONS(537), + [anon_sym_set] = ACTIONS(537), + [anon_sym_this] = ACTIONS(561), + [anon_sym_super] = ACTIONS(563), + [anon_sym_STAR] = ACTIONS(995), + [sym_label] = ACTIONS(1003), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(1680), + [anon_sym_when] = ACTIONS(579), + [anon_sym_try] = ACTIONS(581), + [anon_sym_throw] = ACTIONS(1682), + [anon_sym_return] = ACTIONS(1684), + [anon_sym_continue] = ACTIONS(587), + [anon_sym_break] = ACTIONS(587), + [anon_sym_COLON_COLON] = ACTIONS(589), + [anon_sym_PLUS] = ACTIONS(1003), + [anon_sym_DASH] = ACTIONS(1003), + [anon_sym_PLUS_PLUS] = ACTIONS(1005), + [anon_sym_DASH_DASH] = ACTIONS(1005), + [anon_sym_BANG] = ACTIONS(1005), + [anon_sym_data] = ACTIONS(537), + [anon_sym_inner] = ACTIONS(537), + [anon_sym_expect] = ACTIONS(537), + [anon_sym_actual] = ACTIONS(537), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(599), + [anon_sym_break_AT] = ACTIONS(601), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(605), + [sym_hex_literal] = ACTIONS(607), + [sym_bin_literal] = ACTIONS(607), + [anon_sym_true] = ACTIONS(609), + [anon_sym_false] = ACTIONS(609), + [anon_sym_SQUOTE] = ACTIONS(611), + [sym__backtick_identifier] = ACTIONS(613), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(615), + }, + [1739] = { + [sym__expression] = STATE(328), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2117), + [sym_annotation] = STATE(2117), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(270), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), + [sym__alpha_identifier] = ACTIONS(537), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(539), + [anon_sym_LBRACE] = ACTIONS(1612), + [anon_sym_LPAREN] = ACTIONS(549), + [anon_sym_object] = ACTIONS(1614), + [anon_sym_fun] = ACTIONS(1678), + [anon_sym_get] = ACTIONS(537), + [anon_sym_set] = ACTIONS(537), + [anon_sym_this] = ACTIONS(561), + [anon_sym_super] = ACTIONS(563), + [anon_sym_STAR] = ACTIONS(995), + [sym_label] = ACTIONS(1003), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(1680), + [anon_sym_when] = ACTIONS(579), + [anon_sym_try] = ACTIONS(581), + [anon_sym_throw] = ACTIONS(1682), + [anon_sym_return] = ACTIONS(1684), + [anon_sym_continue] = ACTIONS(587), + [anon_sym_break] = ACTIONS(587), + [anon_sym_COLON_COLON] = ACTIONS(589), + [anon_sym_PLUS] = ACTIONS(1003), + [anon_sym_DASH] = ACTIONS(1003), + [anon_sym_PLUS_PLUS] = ACTIONS(1005), + [anon_sym_DASH_DASH] = ACTIONS(1005), + [anon_sym_BANG] = ACTIONS(1005), + [anon_sym_data] = ACTIONS(537), + [anon_sym_inner] = ACTIONS(537), + [anon_sym_expect] = ACTIONS(537), + [anon_sym_actual] = ACTIONS(537), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(599), + [anon_sym_break_AT] = ACTIONS(601), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(605), + [sym_hex_literal] = ACTIONS(607), + [sym_bin_literal] = ACTIONS(607), + [anon_sym_true] = ACTIONS(609), + [anon_sym_false] = ACTIONS(609), + [anon_sym_SQUOTE] = ACTIONS(611), + [sym__backtick_identifier] = ACTIONS(613), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(615), + }, + [1740] = { + [sym__expression] = STATE(326), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2117), + [sym_annotation] = STATE(2117), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(270), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), + [sym__alpha_identifier] = ACTIONS(537), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(539), + [anon_sym_LBRACE] = ACTIONS(1612), + [anon_sym_LPAREN] = ACTIONS(549), + [anon_sym_object] = ACTIONS(1614), + [anon_sym_fun] = ACTIONS(1678), + [anon_sym_get] = ACTIONS(537), + [anon_sym_set] = ACTIONS(537), + [anon_sym_this] = ACTIONS(561), + [anon_sym_super] = ACTIONS(563), + [anon_sym_STAR] = ACTIONS(995), + [sym_label] = ACTIONS(1003), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(1680), + [anon_sym_when] = ACTIONS(579), + [anon_sym_try] = ACTIONS(581), + [anon_sym_throw] = ACTIONS(1682), + [anon_sym_return] = ACTIONS(1684), + [anon_sym_continue] = ACTIONS(587), + [anon_sym_break] = ACTIONS(587), + [anon_sym_COLON_COLON] = ACTIONS(589), + [anon_sym_PLUS] = ACTIONS(1003), + [anon_sym_DASH] = ACTIONS(1003), + [anon_sym_PLUS_PLUS] = ACTIONS(1005), + [anon_sym_DASH_DASH] = ACTIONS(1005), + [anon_sym_BANG] = ACTIONS(1005), + [anon_sym_data] = ACTIONS(537), + [anon_sym_inner] = ACTIONS(537), + [anon_sym_expect] = ACTIONS(537), + [anon_sym_actual] = ACTIONS(537), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(599), + [anon_sym_break_AT] = ACTIONS(601), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(605), + [sym_hex_literal] = ACTIONS(607), + [sym_bin_literal] = ACTIONS(607), + [anon_sym_true] = ACTIONS(609), + [anon_sym_false] = ACTIONS(609), + [anon_sym_SQUOTE] = ACTIONS(611), + [sym__backtick_identifier] = ACTIONS(613), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(615), + }, + [1741] = { + [sym__expression] = STATE(324), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2117), + [sym_annotation] = STATE(2117), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(270), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), + [sym__alpha_identifier] = ACTIONS(537), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(539), + [anon_sym_LBRACE] = ACTIONS(1612), + [anon_sym_LPAREN] = ACTIONS(549), + [anon_sym_object] = ACTIONS(1614), + [anon_sym_fun] = ACTIONS(1678), + [anon_sym_get] = ACTIONS(537), + [anon_sym_set] = ACTIONS(537), + [anon_sym_this] = ACTIONS(561), + [anon_sym_super] = ACTIONS(563), + [anon_sym_STAR] = ACTIONS(995), + [sym_label] = ACTIONS(1003), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(1680), + [anon_sym_when] = ACTIONS(579), + [anon_sym_try] = ACTIONS(581), + [anon_sym_throw] = ACTIONS(1682), + [anon_sym_return] = ACTIONS(1684), + [anon_sym_continue] = ACTIONS(587), + [anon_sym_break] = ACTIONS(587), + [anon_sym_COLON_COLON] = ACTIONS(589), + [anon_sym_PLUS] = ACTIONS(1003), + [anon_sym_DASH] = ACTIONS(1003), + [anon_sym_PLUS_PLUS] = ACTIONS(1005), + [anon_sym_DASH_DASH] = ACTIONS(1005), + [anon_sym_BANG] = ACTIONS(1005), + [anon_sym_data] = ACTIONS(537), + [anon_sym_inner] = ACTIONS(537), + [anon_sym_expect] = ACTIONS(537), + [anon_sym_actual] = ACTIONS(537), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(599), + [anon_sym_break_AT] = ACTIONS(601), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(605), + [sym_hex_literal] = ACTIONS(607), + [sym_bin_literal] = ACTIONS(607), + [anon_sym_true] = ACTIONS(609), + [anon_sym_false] = ACTIONS(609), + [anon_sym_SQUOTE] = ACTIONS(611), + [sym__backtick_identifier] = ACTIONS(613), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(615), + }, + [1742] = { + [sym__expression] = STATE(2481), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(1711), + [sym_annotation] = STATE(1711), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), [sym__return_at] = STATE(268), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), [sym__alpha_identifier] = ACTIONS(111), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), + [anon_sym_LBRACE] = ACTIONS(1403), [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), + [anon_sym_object] = ACTIONS(1405), [anon_sym_fun] = ACTIONS(1662), [anon_sym_get] = ACTIONS(111), [anon_sym_set] = ACTIONS(111), [anon_sym_this] = ACTIONS(141), [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(995), - [sym_label] = ACTIONS(1003), - [anon_sym_null] = ACTIONS(1602), + [anon_sym_STAR] = ACTIONS(1085), + [sym_label] = ACTIONS(1093), + [anon_sym_null] = ACTIONS(1409), [anon_sym_if] = ACTIONS(1664), [anon_sym_when] = ACTIONS(159), [anon_sym_try] = ACTIONS(161), @@ -220127,11 +225241,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(167), [anon_sym_break] = ACTIONS(167), [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(1003), - [anon_sym_DASH] = ACTIONS(1003), - [anon_sym_PLUS_PLUS] = ACTIONS(1005), - [anon_sym_DASH_DASH] = ACTIONS(1005), - [anon_sym_BANG] = ACTIONS(1005), + [anon_sym_PLUS] = ACTIONS(1093), + [anon_sym_DASH] = ACTIONS(1093), + [anon_sym_PLUS_PLUS] = ACTIONS(1095), + [anon_sym_DASH_DASH] = ACTIONS(1095), + [anon_sym_BANG] = ACTIONS(1095), [anon_sym_data] = ACTIONS(111), [anon_sym_inner] = ACTIONS(111), [anon_sym_expect] = ACTIONS(111), @@ -220140,7 +225254,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(179), [anon_sym_continue_AT] = ACTIONS(181), [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), + [sym_real_literal] = ACTIONS(1411), [sym_integer_literal] = ACTIONS(187), [sym_hex_literal] = ACTIONS(189), [sym_bin_literal] = ACTIONS(189), @@ -220151,70 +225265,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(197), }, - [1691] = { - [sym__expression] = STATE(850), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(1697), - [sym_annotation] = STATE(1697), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), + [1743] = { + [sym__expression] = STATE(2480), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(1711), + [sym_annotation] = STATE(1711), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), [sym__return_at] = STATE(268), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), [sym__alpha_identifier] = ACTIONS(111), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), + [anon_sym_LBRACE] = ACTIONS(1403), [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), + [anon_sym_object] = ACTIONS(1405), [anon_sym_fun] = ACTIONS(1662), [anon_sym_get] = ACTIONS(111), [anon_sym_set] = ACTIONS(111), [anon_sym_this] = ACTIONS(141), [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(995), - [sym_label] = ACTIONS(1003), - [anon_sym_null] = ACTIONS(1602), + [anon_sym_STAR] = ACTIONS(1085), + [sym_label] = ACTIONS(1093), + [anon_sym_null] = ACTIONS(1409), [anon_sym_if] = ACTIONS(1664), [anon_sym_when] = ACTIONS(159), [anon_sym_try] = ACTIONS(161), @@ -220223,11 +225337,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(167), [anon_sym_break] = ACTIONS(167), [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(1003), - [anon_sym_DASH] = ACTIONS(1003), - [anon_sym_PLUS_PLUS] = ACTIONS(1005), - [anon_sym_DASH_DASH] = ACTIONS(1005), - [anon_sym_BANG] = ACTIONS(1005), + [anon_sym_PLUS] = ACTIONS(1093), + [anon_sym_DASH] = ACTIONS(1093), + [anon_sym_PLUS_PLUS] = ACTIONS(1095), + [anon_sym_DASH_DASH] = ACTIONS(1095), + [anon_sym_BANG] = ACTIONS(1095), [anon_sym_data] = ACTIONS(111), [anon_sym_inner] = ACTIONS(111), [anon_sym_expect] = ACTIONS(111), @@ -220236,7 +225350,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(179), [anon_sym_continue_AT] = ACTIONS(181), [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), + [sym_real_literal] = ACTIONS(1411), [sym_integer_literal] = ACTIONS(187), [sym_hex_literal] = ACTIONS(189), [sym_bin_literal] = ACTIONS(189), @@ -220247,70 +225361,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(197), }, - [1692] = { - [sym__expression] = STATE(851), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(1697), - [sym_annotation] = STATE(1697), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), + [1744] = { + [sym__expression] = STATE(2479), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(1711), + [sym_annotation] = STATE(1711), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), [sym__return_at] = STATE(268), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), [sym__alpha_identifier] = ACTIONS(111), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), + [anon_sym_LBRACE] = ACTIONS(1403), [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), + [anon_sym_object] = ACTIONS(1405), [anon_sym_fun] = ACTIONS(1662), [anon_sym_get] = ACTIONS(111), [anon_sym_set] = ACTIONS(111), [anon_sym_this] = ACTIONS(141), [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(995), - [sym_label] = ACTIONS(1003), - [anon_sym_null] = ACTIONS(1602), + [anon_sym_STAR] = ACTIONS(1085), + [sym_label] = ACTIONS(1093), + [anon_sym_null] = ACTIONS(1409), [anon_sym_if] = ACTIONS(1664), [anon_sym_when] = ACTIONS(159), [anon_sym_try] = ACTIONS(161), @@ -220319,11 +225433,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(167), [anon_sym_break] = ACTIONS(167), [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(1003), - [anon_sym_DASH] = ACTIONS(1003), - [anon_sym_PLUS_PLUS] = ACTIONS(1005), - [anon_sym_DASH_DASH] = ACTIONS(1005), - [anon_sym_BANG] = ACTIONS(1005), + [anon_sym_PLUS] = ACTIONS(1093), + [anon_sym_DASH] = ACTIONS(1093), + [anon_sym_PLUS_PLUS] = ACTIONS(1095), + [anon_sym_DASH_DASH] = ACTIONS(1095), + [anon_sym_BANG] = ACTIONS(1095), [anon_sym_data] = ACTIONS(111), [anon_sym_inner] = ACTIONS(111), [anon_sym_expect] = ACTIONS(111), @@ -220332,7 +225446,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(179), [anon_sym_continue_AT] = ACTIONS(181), [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), + [sym_real_literal] = ACTIONS(1411), [sym_integer_literal] = ACTIONS(187), [sym_hex_literal] = ACTIONS(189), [sym_bin_literal] = ACTIONS(189), @@ -220343,166 +225457,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(197), }, - [1693] = { - [sym__expression] = STATE(4317), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), - [sym_label] = ACTIONS(327), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(3096), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(3098), - [anon_sym_return] = ACTIONS(3100), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(327), - [anon_sym_DASH] = ACTIONS(327), - [anon_sym_PLUS_PLUS] = ACTIONS(329), - [anon_sym_DASH_DASH] = ACTIONS(329), - [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), - }, - [1694] = { - [sym__expression] = STATE(832), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(1697), - [sym_annotation] = STATE(1697), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), + [1745] = { + [sym__expression] = STATE(2478), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(1711), + [sym_annotation] = STATE(1711), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), [sym__return_at] = STATE(268), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), [sym__alpha_identifier] = ACTIONS(111), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), + [anon_sym_LBRACE] = ACTIONS(1403), [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), + [anon_sym_object] = ACTIONS(1405), [anon_sym_fun] = ACTIONS(1662), [anon_sym_get] = ACTIONS(111), [anon_sym_set] = ACTIONS(111), [anon_sym_this] = ACTIONS(141), [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(995), - [sym_label] = ACTIONS(1003), - [anon_sym_null] = ACTIONS(1602), + [anon_sym_STAR] = ACTIONS(1085), + [sym_label] = ACTIONS(1093), + [anon_sym_null] = ACTIONS(1409), [anon_sym_if] = ACTIONS(1664), [anon_sym_when] = ACTIONS(159), [anon_sym_try] = ACTIONS(161), @@ -220511,11 +225529,491 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(167), [anon_sym_break] = ACTIONS(167), [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(1093), + [anon_sym_DASH] = ACTIONS(1093), + [anon_sym_PLUS_PLUS] = ACTIONS(1095), + [anon_sym_DASH_DASH] = ACTIONS(1095), + [anon_sym_BANG] = ACTIONS(1095), + [anon_sym_data] = ACTIONS(111), + [anon_sym_inner] = ACTIONS(111), + [anon_sym_expect] = ACTIONS(111), + [anon_sym_actual] = ACTIONS(111), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(1411), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(197), + }, + [1746] = { + [sym__expression] = STATE(1262), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(1807), + [sym_annotation] = STATE(1807), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(261), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1626), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1311), + [sym_label] = ACTIONS(509), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(495), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(501), + [anon_sym_return] = ACTIONS(503), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(509), + [anon_sym_DASH] = ACTIONS(509), + [anon_sym_PLUS_PLUS] = ACTIONS(511), + [anon_sym_DASH_DASH] = ACTIONS(511), + [anon_sym_BANG] = ACTIONS(511), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), + }, + [1747] = { + [sym__expression] = STATE(321), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2117), + [sym_annotation] = STATE(2117), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(270), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), + [sym__alpha_identifier] = ACTIONS(537), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(539), + [anon_sym_LBRACE] = ACTIONS(1612), + [anon_sym_LPAREN] = ACTIONS(549), + [anon_sym_object] = ACTIONS(1614), + [anon_sym_fun] = ACTIONS(1678), + [anon_sym_get] = ACTIONS(537), + [anon_sym_set] = ACTIONS(537), + [anon_sym_this] = ACTIONS(561), + [anon_sym_super] = ACTIONS(563), + [anon_sym_STAR] = ACTIONS(995), + [sym_label] = ACTIONS(1003), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(1680), + [anon_sym_when] = ACTIONS(579), + [anon_sym_try] = ACTIONS(581), + [anon_sym_throw] = ACTIONS(1682), + [anon_sym_return] = ACTIONS(1684), + [anon_sym_continue] = ACTIONS(587), + [anon_sym_break] = ACTIONS(587), + [anon_sym_COLON_COLON] = ACTIONS(589), + [anon_sym_PLUS] = ACTIONS(1003), + [anon_sym_DASH] = ACTIONS(1003), + [anon_sym_PLUS_PLUS] = ACTIONS(1005), + [anon_sym_DASH_DASH] = ACTIONS(1005), + [anon_sym_BANG] = ACTIONS(1005), + [anon_sym_data] = ACTIONS(537), + [anon_sym_inner] = ACTIONS(537), + [anon_sym_expect] = ACTIONS(537), + [anon_sym_actual] = ACTIONS(537), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(599), + [anon_sym_break_AT] = ACTIONS(601), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(605), + [sym_hex_literal] = ACTIONS(607), + [sym_bin_literal] = ACTIONS(607), + [anon_sym_true] = ACTIONS(609), + [anon_sym_false] = ACTIONS(609), + [anon_sym_SQUOTE] = ACTIONS(611), + [sym__backtick_identifier] = ACTIONS(613), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(615), + }, + [1748] = { + [sym__expression] = STATE(319), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2117), + [sym_annotation] = STATE(2117), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(270), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), + [sym__alpha_identifier] = ACTIONS(537), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(539), + [anon_sym_LBRACE] = ACTIONS(1612), + [anon_sym_LPAREN] = ACTIONS(549), + [anon_sym_object] = ACTIONS(1614), + [anon_sym_fun] = ACTIONS(1678), + [anon_sym_get] = ACTIONS(537), + [anon_sym_set] = ACTIONS(537), + [anon_sym_this] = ACTIONS(561), + [anon_sym_super] = ACTIONS(563), + [anon_sym_STAR] = ACTIONS(995), + [sym_label] = ACTIONS(1003), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(1680), + [anon_sym_when] = ACTIONS(579), + [anon_sym_try] = ACTIONS(581), + [anon_sym_throw] = ACTIONS(1682), + [anon_sym_return] = ACTIONS(1684), + [anon_sym_continue] = ACTIONS(587), + [anon_sym_break] = ACTIONS(587), + [anon_sym_COLON_COLON] = ACTIONS(589), [anon_sym_PLUS] = ACTIONS(1003), [anon_sym_DASH] = ACTIONS(1003), [anon_sym_PLUS_PLUS] = ACTIONS(1005), [anon_sym_DASH_DASH] = ACTIONS(1005), [anon_sym_BANG] = ACTIONS(1005), + [anon_sym_data] = ACTIONS(537), + [anon_sym_inner] = ACTIONS(537), + [anon_sym_expect] = ACTIONS(537), + [anon_sym_actual] = ACTIONS(537), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(599), + [anon_sym_break_AT] = ACTIONS(601), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(605), + [sym_hex_literal] = ACTIONS(607), + [sym_bin_literal] = ACTIONS(607), + [anon_sym_true] = ACTIONS(609), + [anon_sym_false] = ACTIONS(609), + [anon_sym_SQUOTE] = ACTIONS(611), + [sym__backtick_identifier] = ACTIONS(613), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(615), + }, + [1749] = { + [sym__expression] = STATE(1264), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(1807), + [sym_annotation] = STATE(1807), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(261), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1626), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1311), + [sym_label] = ACTIONS(509), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(495), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(501), + [anon_sym_return] = ACTIONS(503), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(509), + [anon_sym_DASH] = ACTIONS(509), + [anon_sym_PLUS_PLUS] = ACTIONS(511), + [anon_sym_DASH_DASH] = ACTIONS(511), + [anon_sym_BANG] = ACTIONS(511), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), + }, + [1750] = { + [sym__expression] = STATE(749), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(2339), + [sym_annotation] = STATE(2339), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(265), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), + [sym__alpha_identifier] = ACTIONS(111), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1638), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(841), + [sym_label] = ACTIONS(851), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(1640), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(1642), + [anon_sym_return] = ACTIONS(1644), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(851), + [anon_sym_DASH] = ACTIONS(851), + [anon_sym_PLUS_PLUS] = ACTIONS(853), + [anon_sym_DASH_DASH] = ACTIONS(853), + [anon_sym_BANG] = ACTIONS(853), [anon_sym_data] = ACTIONS(111), [anon_sym_inner] = ACTIONS(111), [anon_sym_expect] = ACTIONS(111), @@ -220524,7 +226022,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(179), [anon_sym_continue_AT] = ACTIONS(181), [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), + [sym_real_literal] = ACTIONS(1411), [sym_integer_literal] = ACTIONS(187), [sym_hex_literal] = ACTIONS(189), [sym_bin_literal] = ACTIONS(189), @@ -220535,262 +226033,262 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(197), }, - [1695] = { - [sym__expression] = STATE(462), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2001), - [sym_annotation] = STATE(2001), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(266), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1646), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(901), - [sym_label] = ACTIONS(911), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(1648), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(1650), - [anon_sym_return] = ACTIONS(1652), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(911), - [anon_sym_DASH] = ACTIONS(911), - [anon_sym_PLUS_PLUS] = ACTIONS(913), - [anon_sym_DASH_DASH] = ACTIONS(913), - [anon_sym_BANG] = ACTIONS(913), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), + [1751] = { + [sym__expression] = STATE(748), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(2339), + [sym_annotation] = STATE(2339), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(265), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), + [sym__alpha_identifier] = ACTIONS(111), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1638), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(841), + [sym_label] = ACTIONS(851), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(1640), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(1642), + [anon_sym_return] = ACTIONS(1644), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(851), + [anon_sym_DASH] = ACTIONS(851), + [anon_sym_PLUS_PLUS] = ACTIONS(853), + [anon_sym_DASH_DASH] = ACTIONS(853), + [anon_sym_BANG] = ACTIONS(853), + [anon_sym_data] = ACTIONS(111), + [anon_sym_inner] = ACTIONS(111), + [anon_sym_expect] = ACTIONS(111), + [anon_sym_actual] = ACTIONS(111), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(1411), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), + [sym__string_start] = ACTIONS(197), }, - [1696] = { - [sym_indexing_suffix] = STATE(3339), - [sym_navigation_suffix] = STATE(3435), - [sym_call_suffix] = STATE(3432), - [sym_annotated_lambda] = STATE(3429), - [sym_type_arguments] = STATE(7512), - [sym_value_arguments] = STATE(2735), - [sym_lambda_literal] = STATE(3427), - [sym__equality_operator] = STATE(2092), - [sym__comparison_operator] = STATE(2093), - [sym__in_operator] = STATE(2094), - [sym__is_operator] = STATE(6217), - [sym__additive_operator] = STATE(2095), - [sym__multiplicative_operator] = STATE(2096), - [sym__as_operator] = STATE(6214), - [sym__postfix_unary_operator] = STATE(3426), - [sym__member_access_operator] = STATE(7360), - [sym_annotation] = STATE(7846), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2098), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7846), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(4523), - [anon_sym_as] = ACTIONS(4525), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_RBRACE] = ACTIONS(3074), - [anon_sym_LPAREN] = ACTIONS(4527), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(5784), - [anon_sym_object] = ACTIONS(3072), - [anon_sym_fun] = ACTIONS(3072), - [anon_sym_DOT] = ACTIONS(4531), - [anon_sym_SEMI] = ACTIONS(3074), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(3072), - [anon_sym_super] = ACTIONS(3072), - [anon_sym_STAR] = ACTIONS(5786), - [sym_label] = ACTIONS(4535), - [anon_sym_in] = ACTIONS(5788), - [anon_sym_DOT_DOT] = ACTIONS(5790), - [anon_sym_QMARK_COLON] = ACTIONS(5792), - [anon_sym_AMP_AMP] = ACTIONS(5794), - [anon_sym_PIPE_PIPE] = ACTIONS(5796), - [anon_sym_null] = ACTIONS(3072), - [anon_sym_if] = ACTIONS(3072), - [anon_sym_else] = ACTIONS(3072), - [anon_sym_when] = ACTIONS(3072), - [anon_sym_try] = ACTIONS(3072), - [anon_sym_throw] = ACTIONS(3072), - [anon_sym_return] = ACTIONS(3072), - [anon_sym_continue] = ACTIONS(3072), - [anon_sym_break] = ACTIONS(3072), - [anon_sym_COLON_COLON] = ACTIONS(4547), - [anon_sym_BANG_EQ] = ACTIONS(5798), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5800), - [anon_sym_EQ_EQ] = ACTIONS(5798), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5800), - [anon_sym_LT_EQ] = ACTIONS(5802), - [anon_sym_GT_EQ] = ACTIONS(5802), - [anon_sym_BANGin] = ACTIONS(5804), - [anon_sym_is] = ACTIONS(4557), - [anon_sym_BANGis] = ACTIONS(4559), - [anon_sym_PLUS] = ACTIONS(5806), - [anon_sym_DASH] = ACTIONS(5806), - [anon_sym_SLASH] = ACTIONS(5808), - [anon_sym_PERCENT] = ACTIONS(5786), - [anon_sym_as_QMARK] = ACTIONS(4563), - [anon_sym_PLUS_PLUS] = ACTIONS(4565), - [anon_sym_DASH_DASH] = ACTIONS(4565), - [anon_sym_BANG] = ACTIONS(3072), - [anon_sym_BANG_BANG] = ACTIONS(4565), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), + [1752] = { + [sym__expression] = STATE(2477), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(1711), + [sym_annotation] = STATE(1711), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(268), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), + [sym__alpha_identifier] = ACTIONS(111), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1662), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(1085), + [sym_label] = ACTIONS(1093), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(1664), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(1666), + [anon_sym_return] = ACTIONS(1668), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(1093), + [anon_sym_DASH] = ACTIONS(1093), + [anon_sym_PLUS_PLUS] = ACTIONS(1095), + [anon_sym_DASH_DASH] = ACTIONS(1095), + [anon_sym_BANG] = ACTIONS(1095), + [anon_sym_data] = ACTIONS(111), + [anon_sym_inner] = ACTIONS(111), + [anon_sym_expect] = ACTIONS(111), + [anon_sym_actual] = ACTIONS(111), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3074), - [anon_sym_continue_AT] = ACTIONS(3074), - [anon_sym_break_AT] = ACTIONS(3074), - [sym_real_literal] = ACTIONS(3074), - [sym_integer_literal] = ACTIONS(3072), - [sym_hex_literal] = ACTIONS(3074), - [sym_bin_literal] = ACTIONS(3074), - [anon_sym_true] = ACTIONS(3072), - [anon_sym_false] = ACTIONS(3072), - [anon_sym_SQUOTE] = ACTIONS(3074), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3074), - [sym_safe_nav] = ACTIONS(4547), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(1411), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3074), + [sym__string_start] = ACTIONS(197), }, - [1697] = { - [sym__expression] = STATE(2488), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(1697), - [sym_annotation] = STATE(1697), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), + [1753] = { + [sym__expression] = STATE(2476), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(1711), + [sym_annotation] = STATE(1711), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), [sym__return_at] = STATE(268), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), [sym__alpha_identifier] = ACTIONS(111), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), + [anon_sym_LBRACE] = ACTIONS(1403), [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), + [anon_sym_object] = ACTIONS(1405), [anon_sym_fun] = ACTIONS(1662), [anon_sym_get] = ACTIONS(111), [anon_sym_set] = ACTIONS(111), [anon_sym_this] = ACTIONS(141), [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(995), - [sym_label] = ACTIONS(1003), - [anon_sym_null] = ACTIONS(1602), + [anon_sym_STAR] = ACTIONS(1085), + [sym_label] = ACTIONS(1093), + [anon_sym_null] = ACTIONS(1409), [anon_sym_if] = ACTIONS(1664), [anon_sym_when] = ACTIONS(159), [anon_sym_try] = ACTIONS(161), @@ -220799,11 +226297,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(167), [anon_sym_break] = ACTIONS(167), [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(1003), - [anon_sym_DASH] = ACTIONS(1003), - [anon_sym_PLUS_PLUS] = ACTIONS(1005), - [anon_sym_DASH_DASH] = ACTIONS(1005), - [anon_sym_BANG] = ACTIONS(1005), + [anon_sym_PLUS] = ACTIONS(1093), + [anon_sym_DASH] = ACTIONS(1093), + [anon_sym_PLUS_PLUS] = ACTIONS(1095), + [anon_sym_DASH_DASH] = ACTIONS(1095), + [anon_sym_BANG] = ACTIONS(1095), [anon_sym_data] = ACTIONS(111), [anon_sym_inner] = ACTIONS(111), [anon_sym_expect] = ACTIONS(111), @@ -220812,7 +226310,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(179), [anon_sym_continue_AT] = ACTIONS(181), [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), + [sym_real_literal] = ACTIONS(1411), [sym_integer_literal] = ACTIONS(187), [sym_hex_literal] = ACTIONS(189), [sym_bin_literal] = ACTIONS(189), @@ -220823,70 +226321,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(197), }, - [1698] = { - [sym__expression] = STATE(853), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(1697), - [sym_annotation] = STATE(1697), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), + [1754] = { + [sym__expression] = STATE(2475), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(1711), + [sym_annotation] = STATE(1711), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), [sym__return_at] = STATE(268), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), [sym__alpha_identifier] = ACTIONS(111), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), + [anon_sym_LBRACE] = ACTIONS(1403), [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), + [anon_sym_object] = ACTIONS(1405), [anon_sym_fun] = ACTIONS(1662), [anon_sym_get] = ACTIONS(111), [anon_sym_set] = ACTIONS(111), [anon_sym_this] = ACTIONS(141), [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(995), - [sym_label] = ACTIONS(1003), - [anon_sym_null] = ACTIONS(1602), + [anon_sym_STAR] = ACTIONS(1085), + [sym_label] = ACTIONS(1093), + [anon_sym_null] = ACTIONS(1409), [anon_sym_if] = ACTIONS(1664), [anon_sym_when] = ACTIONS(159), [anon_sym_try] = ACTIONS(161), @@ -220895,11 +226393,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(167), [anon_sym_break] = ACTIONS(167), [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(1003), - [anon_sym_DASH] = ACTIONS(1003), - [anon_sym_PLUS_PLUS] = ACTIONS(1005), - [anon_sym_DASH_DASH] = ACTIONS(1005), - [anon_sym_BANG] = ACTIONS(1005), + [anon_sym_PLUS] = ACTIONS(1093), + [anon_sym_DASH] = ACTIONS(1093), + [anon_sym_PLUS_PLUS] = ACTIONS(1095), + [anon_sym_DASH_DASH] = ACTIONS(1095), + [anon_sym_BANG] = ACTIONS(1095), [anon_sym_data] = ACTIONS(111), [anon_sym_inner] = ACTIONS(111), [anon_sym_expect] = ACTIONS(111), @@ -220908,7 +226406,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(179), [anon_sym_continue_AT] = ACTIONS(181), [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), + [sym_real_literal] = ACTIONS(1411), [sym_integer_literal] = ACTIONS(187), [sym_hex_literal] = ACTIONS(189), [sym_bin_literal] = ACTIONS(189), @@ -220919,92 +226417,284 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(197), }, - [1699] = { - [sym__expression] = STATE(793), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(2280), - [sym_annotation] = STATE(2280), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(267), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), + [1755] = { + [sym__expression] = STATE(2474), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(1711), + [sym_annotation] = STATE(1711), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(268), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), + [sym__alpha_identifier] = ACTIONS(111), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1662), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(1085), + [sym_label] = ACTIONS(1093), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(1664), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(1666), + [anon_sym_return] = ACTIONS(1668), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(1093), + [anon_sym_DASH] = ACTIONS(1093), + [anon_sym_PLUS_PLUS] = ACTIONS(1095), + [anon_sym_DASH_DASH] = ACTIONS(1095), + [anon_sym_BANG] = ACTIONS(1095), + [anon_sym_data] = ACTIONS(111), + [anon_sym_inner] = ACTIONS(111), + [anon_sym_expect] = ACTIONS(111), + [anon_sym_actual] = ACTIONS(111), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(1411), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(197), + }, + [1756] = { + [sym__expression] = STATE(2473), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(1711), + [sym_annotation] = STATE(1711), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(268), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), + [sym__alpha_identifier] = ACTIONS(111), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1662), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(1085), + [sym_label] = ACTIONS(1093), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(1664), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(1666), + [anon_sym_return] = ACTIONS(1668), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(1093), + [anon_sym_DASH] = ACTIONS(1093), + [anon_sym_PLUS_PLUS] = ACTIONS(1095), + [anon_sym_DASH_DASH] = ACTIONS(1095), + [anon_sym_BANG] = ACTIONS(1095), + [anon_sym_data] = ACTIONS(111), + [anon_sym_inner] = ACTIONS(111), + [anon_sym_expect] = ACTIONS(111), + [anon_sym_actual] = ACTIONS(111), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(1411), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(197), + }, + [1757] = { + [sym__expression] = STATE(318), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2117), + [sym_annotation] = STATE(2117), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(270), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), [sym__alpha_identifier] = ACTIONS(537), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LBRACE] = ACTIONS(1612), [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1654), + [anon_sym_object] = ACTIONS(1614), + [anon_sym_fun] = ACTIONS(1678), [anon_sym_get] = ACTIONS(537), [anon_sym_set] = ACTIONS(537), [anon_sym_this] = ACTIONS(561), [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(965), - [sym_label] = ACTIONS(975), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(1656), + [anon_sym_STAR] = ACTIONS(995), + [sym_label] = ACTIONS(1003), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(1680), [anon_sym_when] = ACTIONS(579), [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(1658), - [anon_sym_return] = ACTIONS(1660), + [anon_sym_throw] = ACTIONS(1682), + [anon_sym_return] = ACTIONS(1684), [anon_sym_continue] = ACTIONS(587), [anon_sym_break] = ACTIONS(587), [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(975), - [anon_sym_DASH] = ACTIONS(975), - [anon_sym_PLUS_PLUS] = ACTIONS(977), - [anon_sym_DASH_DASH] = ACTIONS(977), - [anon_sym_BANG] = ACTIONS(977), + [anon_sym_PLUS] = ACTIONS(1003), + [anon_sym_DASH] = ACTIONS(1003), + [anon_sym_PLUS_PLUS] = ACTIONS(1005), + [anon_sym_DASH_DASH] = ACTIONS(1005), + [anon_sym_BANG] = ACTIONS(1005), [anon_sym_data] = ACTIONS(537), [anon_sym_inner] = ACTIONS(537), [anon_sym_expect] = ACTIONS(537), [anon_sym_actual] = ACTIONS(537), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), + [anon_sym_return_AT] = ACTIONS(517), [anon_sym_continue_AT] = ACTIONS(599), [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), + [sym_real_literal] = ACTIONS(1620), [sym_integer_literal] = ACTIONS(605), [sym_hex_literal] = ACTIONS(607), [sym_bin_literal] = ACTIONS(607), @@ -221015,1126 +226705,646 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(615), }, - [1700] = { - [sym__expression] = STATE(4214), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(2296), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(845), - [sym_label] = ACTIONS(853), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(2022), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(2024), - [anon_sym_return] = ACTIONS(2026), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(855), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), - }, - [1701] = { - [sym__expression] = STATE(298), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2001), - [sym_annotation] = STATE(2001), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(266), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1646), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(901), - [sym_label] = ACTIONS(911), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(1648), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(1650), - [anon_sym_return] = ACTIONS(1652), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(911), - [anon_sym_DASH] = ACTIONS(911), - [anon_sym_PLUS_PLUS] = ACTIONS(913), - [anon_sym_DASH_DASH] = ACTIONS(913), - [anon_sym_BANG] = ACTIONS(913), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), - }, - [1702] = { - [sym__expression] = STATE(944), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(3231), - [sym_parenthesized_expression] = STATE(3231), - [sym_collection_literal] = STATE(3231), - [sym__literal_constant] = STATE(3231), - [sym_string_literal] = STATE(3231), - [sym_lambda_literal] = STATE(3231), - [sym_anonymous_function] = STATE(3231), - [sym__function_literal] = STATE(3231), - [sym_object_literal] = STATE(3231), - [sym_this_expression] = STATE(3231), - [sym_super_expression] = STATE(3231), - [sym_if_expression] = STATE(3231), - [sym_when_expression] = STATE(3231), - [sym_try_expression] = STATE(3231), - [sym_jump_expression] = STATE(3231), - [sym_callable_reference] = STATE(3231), - [sym__prefix_unary_operator] = STATE(1914), - [sym_annotation] = STATE(1914), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3311), - [sym__return_at] = STATE(304), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(3231), - [sym_long_literal] = STATE(3231), - [sym_boolean_literal] = STATE(3231), - [sym_character_literal] = STATE(3231), - [sym__lexical_identifier] = STATE(2890), - [sym__alpha_identifier] = ACTIONS(333), + [1758] = { + [sym__expression] = STATE(2472), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(1711), + [sym_annotation] = STATE(1711), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(268), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), + [sym__alpha_identifier] = ACTIONS(111), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(335), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_object] = ACTIONS(1922), - [anon_sym_fun] = ACTIONS(1924), - [anon_sym_get] = ACTIONS(333), - [anon_sym_set] = ACTIONS(333), - [anon_sym_this] = ACTIONS(357), - [anon_sym_super] = ACTIONS(359), - [anon_sym_STAR] = ACTIONS(1273), - [sym_label] = ACTIONS(387), - [anon_sym_null] = ACTIONS(1926), - [anon_sym_if] = ACTIONS(373), - [anon_sym_when] = ACTIONS(375), - [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(379), - [anon_sym_return] = ACTIONS(381), - [anon_sym_continue] = ACTIONS(383), - [anon_sym_break] = ACTIONS(383), - [anon_sym_COLON_COLON] = ACTIONS(385), - [anon_sym_PLUS] = ACTIONS(387), - [anon_sym_DASH] = ACTIONS(387), - [anon_sym_PLUS_PLUS] = ACTIONS(389), - [anon_sym_DASH_DASH] = ACTIONS(389), - [anon_sym_BANG] = ACTIONS(389), - [anon_sym_data] = ACTIONS(333), - [anon_sym_inner] = ACTIONS(333), - [anon_sym_expect] = ACTIONS(333), - [anon_sym_actual] = ACTIONS(333), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1662), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(1085), + [sym_label] = ACTIONS(1093), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(1664), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(1666), + [anon_sym_return] = ACTIONS(1668), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(1093), + [anon_sym_DASH] = ACTIONS(1093), + [anon_sym_PLUS_PLUS] = ACTIONS(1095), + [anon_sym_DASH_DASH] = ACTIONS(1095), + [anon_sym_BANG] = ACTIONS(1095), + [anon_sym_data] = ACTIONS(111), + [anon_sym_inner] = ACTIONS(111), + [anon_sym_expect] = ACTIONS(111), + [anon_sym_actual] = ACTIONS(111), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(395), - [anon_sym_break_AT] = ACTIONS(397), - [sym_real_literal] = ACTIONS(1928), - [sym_integer_literal] = ACTIONS(401), - [sym_hex_literal] = ACTIONS(403), - [sym_bin_literal] = ACTIONS(403), - [anon_sym_true] = ACTIONS(405), - [anon_sym_false] = ACTIONS(405), - [anon_sym_SQUOTE] = ACTIONS(407), - [sym__backtick_identifier] = ACTIONS(409), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(411), - }, - [1703] = { - [sym__expression] = STATE(287), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2221), - [sym_annotation] = STATE(2221), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(263), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1634), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1257), - [sym_label] = ACTIONS(793), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(787), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(789), - [anon_sym_return] = ACTIONS(791), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(793), - [anon_sym_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(795), - [anon_sym_DASH_DASH] = ACTIONS(795), - [anon_sym_BANG] = ACTIONS(795), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), - }, - [1704] = { - [sym__expression] = STATE(299), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2001), - [sym_annotation] = STATE(2001), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(266), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1646), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(901), - [sym_label] = ACTIONS(911), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(1648), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(1650), - [anon_sym_return] = ACTIONS(1652), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(911), - [anon_sym_DASH] = ACTIONS(911), - [anon_sym_PLUS_PLUS] = ACTIONS(913), - [anon_sym_DASH_DASH] = ACTIONS(913), - [anon_sym_BANG] = ACTIONS(913), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), - }, - [1705] = { - [sym__expression] = STATE(296), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2001), - [sym_annotation] = STATE(2001), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(266), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1646), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(901), - [sym_label] = ACTIONS(911), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(1648), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(1650), - [anon_sym_return] = ACTIONS(1652), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(911), - [anon_sym_DASH] = ACTIONS(911), - [anon_sym_PLUS_PLUS] = ACTIONS(913), - [anon_sym_DASH_DASH] = ACTIONS(913), - [anon_sym_BANG] = ACTIONS(913), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(1411), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), + [sym__string_start] = ACTIONS(197), }, - [1706] = { - [sym__expression] = STATE(300), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2001), - [sym_annotation] = STATE(2001), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(266), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1646), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(901), - [sym_label] = ACTIONS(911), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(1648), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(1650), - [anon_sym_return] = ACTIONS(1652), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(911), - [anon_sym_DASH] = ACTIONS(911), - [anon_sym_PLUS_PLUS] = ACTIONS(913), - [anon_sym_DASH_DASH] = ACTIONS(913), - [anon_sym_BANG] = ACTIONS(913), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), + [1759] = { + [sym__expression] = STATE(2514), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(2362), + [sym_annotation] = STATE(2362), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(269), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1670), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1021), + [sym_label] = ACTIONS(1029), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(1672), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(1674), + [anon_sym_return] = ACTIONS(1676), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(1029), + [anon_sym_DASH] = ACTIONS(1029), + [anon_sym_PLUS_PLUS] = ACTIONS(1031), + [anon_sym_DASH_DASH] = ACTIONS(1031), + [anon_sym_BANG] = ACTIONS(1031), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), + [sym__string_start] = ACTIONS(535), }, - [1707] = { - [sym__expression] = STATE(301), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2001), - [sym_annotation] = STATE(2001), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(266), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1646), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(901), - [sym_label] = ACTIONS(911), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(1648), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(1650), - [anon_sym_return] = ACTIONS(1652), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(911), - [anon_sym_DASH] = ACTIONS(911), - [anon_sym_PLUS_PLUS] = ACTIONS(913), - [anon_sym_DASH_DASH] = ACTIONS(913), - [anon_sym_BANG] = ACTIONS(913), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), + [1760] = { + [sym__expression] = STATE(1266), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(1807), + [sym_annotation] = STATE(1807), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(261), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1626), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1311), + [sym_label] = ACTIONS(509), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(495), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(501), + [anon_sym_return] = ACTIONS(503), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(509), + [anon_sym_DASH] = ACTIONS(509), + [anon_sym_PLUS_PLUS] = ACTIONS(511), + [anon_sym_DASH_DASH] = ACTIONS(511), + [anon_sym_BANG] = ACTIONS(511), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), + [sym__string_start] = ACTIONS(535), }, - [1708] = { - [sym__expression] = STATE(302), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2001), - [sym_annotation] = STATE(2001), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(266), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1646), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(901), - [sym_label] = ACTIONS(911), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(1648), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(1650), - [anon_sym_return] = ACTIONS(1652), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(911), - [anon_sym_DASH] = ACTIONS(911), - [anon_sym_PLUS_PLUS] = ACTIONS(913), - [anon_sym_DASH_DASH] = ACTIONS(913), - [anon_sym_BANG] = ACTIONS(913), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), + [1761] = { + [sym_property_delegate] = STATE(2441), + [sym_getter] = STATE(3817), + [sym_setter] = STATE(3817), + [sym_modifiers] = STATE(8752), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_EQ] = ACTIONS(5723), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_COMMA] = ACTIONS(1786), + [anon_sym_by] = ACTIONS(5665), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_where] = ACTIONS(1784), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(3578), + [anon_sym_get] = ACTIONS(5691), + [anon_sym_set] = ACTIONS(5693), + [anon_sym_STAR] = ACTIONS(1784), + [sym_label] = ACTIONS(1786), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_PLUS_EQ] = ACTIONS(1786), + [anon_sym_DASH_EQ] = ACTIONS(1786), + [anon_sym_STAR_EQ] = ACTIONS(1786), + [anon_sym_SLASH_EQ] = ACTIONS(1786), + [anon_sym_PERCENT_EQ] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1784), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG_BANG] = ACTIONS(1786), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1786), + [sym__automatic_semicolon] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), }, - [1709] = { - [sym__expression] = STATE(305), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2001), - [sym_annotation] = STATE(2001), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(266), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1646), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(901), - [sym_label] = ACTIONS(911), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(1648), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(1650), - [anon_sym_return] = ACTIONS(1652), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(911), - [anon_sym_DASH] = ACTIONS(911), - [anon_sym_PLUS_PLUS] = ACTIONS(913), - [anon_sym_DASH_DASH] = ACTIONS(913), - [anon_sym_BANG] = ACTIONS(913), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), + [1762] = { + [sym__expression] = STATE(746), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(2339), + [sym_annotation] = STATE(2339), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(265), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), + [sym__alpha_identifier] = ACTIONS(111), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1638), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(841), + [sym_label] = ACTIONS(851), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(1640), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(1642), + [anon_sym_return] = ACTIONS(1644), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(851), + [anon_sym_DASH] = ACTIONS(851), + [anon_sym_PLUS_PLUS] = ACTIONS(853), + [anon_sym_DASH_DASH] = ACTIONS(853), + [anon_sym_BANG] = ACTIONS(853), + [anon_sym_data] = ACTIONS(111), + [anon_sym_inner] = ACTIONS(111), + [anon_sym_expect] = ACTIONS(111), + [anon_sym_actual] = ACTIONS(111), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(1411), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), + [sym__string_start] = ACTIONS(197), }, - [1710] = { - [sym__expression] = STATE(4182), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4941), - [sym_parenthesized_expression] = STATE(4941), - [sym_collection_literal] = STATE(4941), - [sym__literal_constant] = STATE(4941), - [sym_string_literal] = STATE(4941), - [sym_lambda_literal] = STATE(4941), - [sym_anonymous_function] = STATE(4941), - [sym__function_literal] = STATE(4941), - [sym_object_literal] = STATE(4941), - [sym_this_expression] = STATE(4941), - [sym_super_expression] = STATE(4941), - [sym_if_expression] = STATE(4941), - [sym_when_expression] = STATE(4941), - [sym_try_expression] = STATE(4941), - [sym_jump_expression] = STATE(4941), - [sym_callable_reference] = STATE(4941), - [sym__prefix_unary_operator] = STATE(1637), - [sym_annotation] = STATE(1637), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5029), - [sym__return_at] = STATE(402), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4941), - [sym_long_literal] = STATE(4941), - [sym_boolean_literal] = STATE(4941), - [sym_character_literal] = STATE(4941), - [sym__lexical_identifier] = STATE(4529), - [sym__alpha_identifier] = ACTIONS(7), + [1763] = { + [sym__expression] = STATE(744), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(2339), + [sym_annotation] = STATE(2339), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(265), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), + [sym__alpha_identifier] = ACTIONS(111), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1912), - [anon_sym_fun] = ACTIONS(3176), - [anon_sym_get] = ACTIONS(7), - [anon_sym_set] = ACTIONS(7), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(43), - [sym_label] = ACTIONS(69), - [anon_sym_null] = ACTIONS(1916), - [anon_sym_if] = ACTIONS(3178), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(3180), - [anon_sym_return] = ACTIONS(3182), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(69), - [anon_sym_DASH] = ACTIONS(69), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_BANG] = ACTIONS(71), - [anon_sym_data] = ACTIONS(7), - [anon_sym_inner] = ACTIONS(7), - [anon_sym_expect] = ACTIONS(7), - [anon_sym_actual] = ACTIONS(7), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1638), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(841), + [sym_label] = ACTIONS(851), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(1640), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(1642), + [anon_sym_return] = ACTIONS(1644), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(851), + [anon_sym_DASH] = ACTIONS(851), + [anon_sym_PLUS_PLUS] = ACTIONS(853), + [anon_sym_DASH_DASH] = ACTIONS(853), + [anon_sym_BANG] = ACTIONS(853), + [anon_sym_data] = ACTIONS(111), + [anon_sym_inner] = ACTIONS(111), + [anon_sym_expect] = ACTIONS(111), + [anon_sym_actual] = ACTIONS(111), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(1918), - [sym_integer_literal] = ACTIONS(99), - [sym_hex_literal] = ACTIONS(101), - [sym_bin_literal] = ACTIONS(101), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [anon_sym_SQUOTE] = ACTIONS(105), - [sym__backtick_identifier] = ACTIONS(107), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(1411), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(109), + [sym__string_start] = ACTIONS(197), }, - [1711] = { - [sym__expression] = STATE(1233), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(1620), - [sym_annotation] = STATE(1620), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(261), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), + [1764] = { + [sym__expression] = STATE(358), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(1703), + [sym_annotation] = STATE(1703), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(260), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), [sym__alpha_identifier] = ACTIONS(537), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LBRACE] = ACTIONS(1612), [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1626), + [anon_sym_object] = ACTIONS(1614), + [anon_sym_fun] = ACTIONS(1616), [anon_sym_get] = ACTIONS(537), [anon_sym_set] = ACTIONS(537), [anon_sym_this] = ACTIONS(561), [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1279), + [anon_sym_STAR] = ACTIONS(1229), [sym_label] = ACTIONS(591), - [anon_sym_null] = ACTIONS(1628), + [anon_sym_null] = ACTIONS(1618), [anon_sym_if] = ACTIONS(577), [anon_sym_when] = ACTIONS(579), [anon_sym_try] = ACTIONS(581), @@ -222153,10 +227363,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(537), [anon_sym_actual] = ACTIONS(537), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), + [anon_sym_return_AT] = ACTIONS(517), [anon_sym_continue_AT] = ACTIONS(599), [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), + [sym_real_literal] = ACTIONS(1620), [sym_integer_literal] = ACTIONS(605), [sym_hex_literal] = ACTIONS(607), [sym_bin_literal] = ACTIONS(607), @@ -222167,157 +227377,167 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(615), }, - [1712] = { - [sym__expression] = STATE(4181), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4941), - [sym_parenthesized_expression] = STATE(4941), - [sym_collection_literal] = STATE(4941), - [sym__literal_constant] = STATE(4941), - [sym_string_literal] = STATE(4941), - [sym_lambda_literal] = STATE(4941), - [sym_anonymous_function] = STATE(4941), - [sym__function_literal] = STATE(4941), - [sym_object_literal] = STATE(4941), - [sym_this_expression] = STATE(4941), - [sym_super_expression] = STATE(4941), - [sym_if_expression] = STATE(4941), - [sym_when_expression] = STATE(4941), - [sym_try_expression] = STATE(4941), - [sym_jump_expression] = STATE(4941), - [sym_callable_reference] = STATE(4941), - [sym__prefix_unary_operator] = STATE(1637), - [sym_annotation] = STATE(1637), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5029), - [sym__return_at] = STATE(402), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4941), - [sym_long_literal] = STATE(4941), - [sym_boolean_literal] = STATE(4941), - [sym_character_literal] = STATE(4941), - [sym__lexical_identifier] = STATE(4529), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1912), - [anon_sym_fun] = ACTIONS(3176), - [anon_sym_get] = ACTIONS(7), - [anon_sym_set] = ACTIONS(7), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(43), - [sym_label] = ACTIONS(69), - [anon_sym_null] = ACTIONS(1916), - [anon_sym_if] = ACTIONS(3178), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(3180), - [anon_sym_return] = ACTIONS(3182), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(69), - [anon_sym_DASH] = ACTIONS(69), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_BANG] = ACTIONS(71), - [anon_sym_data] = ACTIONS(7), - [anon_sym_inner] = ACTIONS(7), - [anon_sym_expect] = ACTIONS(7), - [anon_sym_actual] = ACTIONS(7), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(1918), - [sym_integer_literal] = ACTIONS(99), - [sym_hex_literal] = ACTIONS(101), - [sym_bin_literal] = ACTIONS(101), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [anon_sym_SQUOTE] = ACTIONS(105), - [sym__backtick_identifier] = ACTIONS(107), + [1765] = { + [sym__expression] = STATE(1270), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(1807), + [sym_annotation] = STATE(1807), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(261), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1626), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1311), + [sym_label] = ACTIONS(509), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(495), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(501), + [anon_sym_return] = ACTIONS(503), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(509), + [anon_sym_DASH] = ACTIONS(509), + [anon_sym_PLUS_PLUS] = ACTIONS(511), + [anon_sym_DASH_DASH] = ACTIONS(511), + [anon_sym_BANG] = ACTIONS(511), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(109), + [sym__string_start] = ACTIONS(535), }, - [1713] = { - [sym_type_constraints] = STATE(2473), - [sym_property_delegate] = STATE(2634), - [sym_getter] = STATE(5265), - [sym_setter] = STATE(5265), - [sym_modifiers] = STATE(8883), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3272), + [1766] = { + [sym_property_delegate] = STATE(2439), + [sym_getter] = STATE(3715), + [sym_setter] = STATE(3715), + [sym_modifiers] = STATE(8752), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1694), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3274), - [anon_sym_EQ] = ACTIONS(5810), - [anon_sym_LBRACE] = ACTIONS(3274), - [anon_sym_RBRACE] = ACTIONS(3274), - [anon_sym_LPAREN] = ACTIONS(3274), - [anon_sym_by] = ACTIONS(3510), - [anon_sym_where] = ACTIONS(5812), - [anon_sym_object] = ACTIONS(3272), - [anon_sym_fun] = ACTIONS(3272), - [anon_sym_SEMI] = ACTIONS(5814), - [anon_sym_get] = ACTIONS(5816), - [anon_sym_set] = ACTIONS(5818), - [anon_sym_this] = ACTIONS(3272), - [anon_sym_super] = ACTIONS(3272), - [anon_sym_STAR] = ACTIONS(3274), - [sym_label] = ACTIONS(3272), - [anon_sym_in] = ACTIONS(3272), - [anon_sym_null] = ACTIONS(3272), - [anon_sym_if] = ACTIONS(3272), - [anon_sym_else] = ACTIONS(3272), - [anon_sym_when] = ACTIONS(3272), - [anon_sym_try] = ACTIONS(3272), - [anon_sym_throw] = ACTIONS(3272), - [anon_sym_return] = ACTIONS(3272), - [anon_sym_continue] = ACTIONS(3272), - [anon_sym_break] = ACTIONS(3272), - [anon_sym_COLON_COLON] = ACTIONS(3274), - [anon_sym_BANGin] = ACTIONS(3274), - [anon_sym_is] = ACTIONS(3272), - [anon_sym_BANGis] = ACTIONS(3274), - [anon_sym_PLUS] = ACTIONS(3272), - [anon_sym_DASH] = ACTIONS(3272), - [anon_sym_PLUS_PLUS] = ACTIONS(3274), - [anon_sym_DASH_DASH] = ACTIONS(3274), - [anon_sym_BANG] = ACTIONS(3272), + [anon_sym_LBRACK] = ACTIONS(1696), + [anon_sym_as] = ACTIONS(1694), + [anon_sym_EQ] = ACTIONS(5721), + [anon_sym_LBRACE] = ACTIONS(1696), + [anon_sym_RBRACE] = ACTIONS(1696), + [anon_sym_LPAREN] = ACTIONS(1696), + [anon_sym_COMMA] = ACTIONS(1696), + [anon_sym_by] = ACTIONS(5665), + [anon_sym_LT] = ACTIONS(1694), + [anon_sym_GT] = ACTIONS(1694), + [anon_sym_where] = ACTIONS(1694), + [anon_sym_DOT] = ACTIONS(1694), + [anon_sym_SEMI] = ACTIONS(3618), + [anon_sym_get] = ACTIONS(5691), + [anon_sym_set] = ACTIONS(5693), + [anon_sym_STAR] = ACTIONS(1694), + [sym_label] = ACTIONS(1696), + [anon_sym_in] = ACTIONS(1694), + [anon_sym_DOT_DOT] = ACTIONS(1696), + [anon_sym_QMARK_COLON] = ACTIONS(1696), + [anon_sym_AMP_AMP] = ACTIONS(1696), + [anon_sym_PIPE_PIPE] = ACTIONS(1696), + [anon_sym_else] = ACTIONS(1694), + [anon_sym_COLON_COLON] = ACTIONS(1696), + [anon_sym_PLUS_EQ] = ACTIONS(1696), + [anon_sym_DASH_EQ] = ACTIONS(1696), + [anon_sym_STAR_EQ] = ACTIONS(1696), + [anon_sym_SLASH_EQ] = ACTIONS(1696), + [anon_sym_PERCENT_EQ] = ACTIONS(1696), + [anon_sym_BANG_EQ] = ACTIONS(1694), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), + [anon_sym_EQ_EQ] = ACTIONS(1694), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), + [anon_sym_LT_EQ] = ACTIONS(1696), + [anon_sym_GT_EQ] = ACTIONS(1696), + [anon_sym_BANGin] = ACTIONS(1696), + [anon_sym_is] = ACTIONS(1694), + [anon_sym_BANGis] = ACTIONS(1696), + [anon_sym_PLUS] = ACTIONS(1694), + [anon_sym_DASH] = ACTIONS(1694), + [anon_sym_SLASH] = ACTIONS(1694), + [anon_sym_PERCENT] = ACTIONS(1694), + [anon_sym_as_QMARK] = ACTIONS(1696), + [anon_sym_PLUS_PLUS] = ACTIONS(1696), + [anon_sym_DASH_DASH] = ACTIONS(1696), + [anon_sym_BANG_BANG] = ACTIONS(1696), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -222341,826 +227561,912 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3274), - [anon_sym_continue_AT] = ACTIONS(3274), - [anon_sym_break_AT] = ACTIONS(3274), - [sym_real_literal] = ACTIONS(3274), - [sym_integer_literal] = ACTIONS(3272), - [sym_hex_literal] = ACTIONS(3274), - [sym_bin_literal] = ACTIONS(3274), - [anon_sym_true] = ACTIONS(3272), - [anon_sym_false] = ACTIONS(3272), - [anon_sym_SQUOTE] = ACTIONS(3274), - [sym__backtick_identifier] = ACTIONS(3274), - [sym__automatic_semicolon] = ACTIONS(3274), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3274), - }, - [1714] = { - [sym__expression] = STATE(4200), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4941), - [sym_parenthesized_expression] = STATE(4941), - [sym_collection_literal] = STATE(4941), - [sym__literal_constant] = STATE(4941), - [sym_string_literal] = STATE(4941), - [sym_lambda_literal] = STATE(4941), - [sym_anonymous_function] = STATE(4941), - [sym__function_literal] = STATE(4941), - [sym_object_literal] = STATE(4941), - [sym_this_expression] = STATE(4941), - [sym_super_expression] = STATE(4941), - [sym_if_expression] = STATE(4941), - [sym_when_expression] = STATE(4941), - [sym_try_expression] = STATE(4941), - [sym_jump_expression] = STATE(4941), - [sym_callable_reference] = STATE(4941), - [sym__prefix_unary_operator] = STATE(1637), - [sym_annotation] = STATE(1637), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5029), - [sym__return_at] = STATE(402), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4941), - [sym_long_literal] = STATE(4941), - [sym_boolean_literal] = STATE(4941), - [sym_character_literal] = STATE(4941), - [sym__lexical_identifier] = STATE(4529), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1912), - [anon_sym_fun] = ACTIONS(3176), - [anon_sym_get] = ACTIONS(7), - [anon_sym_set] = ACTIONS(7), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(43), - [sym_label] = ACTIONS(69), - [anon_sym_null] = ACTIONS(1916), - [anon_sym_if] = ACTIONS(3178), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(3180), - [anon_sym_return] = ACTIONS(3182), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(69), - [anon_sym_DASH] = ACTIONS(69), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_BANG] = ACTIONS(71), - [anon_sym_data] = ACTIONS(7), - [anon_sym_inner] = ACTIONS(7), - [anon_sym_expect] = ACTIONS(7), - [anon_sym_actual] = ACTIONS(7), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(1918), - [sym_integer_literal] = ACTIONS(99), - [sym_hex_literal] = ACTIONS(101), - [sym_bin_literal] = ACTIONS(101), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [anon_sym_SQUOTE] = ACTIONS(105), - [sym__backtick_identifier] = ACTIONS(107), + [sym__backtick_identifier] = ACTIONS(1696), + [sym__automatic_semicolon] = ACTIONS(1696), + [sym_safe_nav] = ACTIONS(1696), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(109), }, - [1715] = { - [sym__expression] = STATE(4194), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4941), - [sym_parenthesized_expression] = STATE(4941), - [sym_collection_literal] = STATE(4941), - [sym__literal_constant] = STATE(4941), - [sym_string_literal] = STATE(4941), - [sym_lambda_literal] = STATE(4941), - [sym_anonymous_function] = STATE(4941), - [sym__function_literal] = STATE(4941), - [sym_object_literal] = STATE(4941), - [sym_this_expression] = STATE(4941), - [sym_super_expression] = STATE(4941), - [sym_if_expression] = STATE(4941), - [sym_when_expression] = STATE(4941), - [sym_try_expression] = STATE(4941), - [sym_jump_expression] = STATE(4941), - [sym_callable_reference] = STATE(4941), - [sym__prefix_unary_operator] = STATE(1637), - [sym_annotation] = STATE(1637), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5029), - [sym__return_at] = STATE(402), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4941), - [sym_long_literal] = STATE(4941), - [sym_boolean_literal] = STATE(4941), - [sym_character_literal] = STATE(4941), - [sym__lexical_identifier] = STATE(4529), - [sym__alpha_identifier] = ACTIONS(7), + [1767] = { + [sym__expression] = STATE(742), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(2339), + [sym_annotation] = STATE(2339), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(265), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), + [sym__alpha_identifier] = ACTIONS(111), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1912), - [anon_sym_fun] = ACTIONS(3176), - [anon_sym_get] = ACTIONS(7), - [anon_sym_set] = ACTIONS(7), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(43), - [sym_label] = ACTIONS(69), - [anon_sym_null] = ACTIONS(1916), - [anon_sym_if] = ACTIONS(3178), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(3180), - [anon_sym_return] = ACTIONS(3182), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(69), - [anon_sym_DASH] = ACTIONS(69), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_BANG] = ACTIONS(71), - [anon_sym_data] = ACTIONS(7), - [anon_sym_inner] = ACTIONS(7), - [anon_sym_expect] = ACTIONS(7), - [anon_sym_actual] = ACTIONS(7), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1638), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(841), + [sym_label] = ACTIONS(851), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(1640), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(1642), + [anon_sym_return] = ACTIONS(1644), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(851), + [anon_sym_DASH] = ACTIONS(851), + [anon_sym_PLUS_PLUS] = ACTIONS(853), + [anon_sym_DASH_DASH] = ACTIONS(853), + [anon_sym_BANG] = ACTIONS(853), + [anon_sym_data] = ACTIONS(111), + [anon_sym_inner] = ACTIONS(111), + [anon_sym_expect] = ACTIONS(111), + [anon_sym_actual] = ACTIONS(111), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(1918), - [sym_integer_literal] = ACTIONS(99), - [sym_hex_literal] = ACTIONS(101), - [sym_bin_literal] = ACTIONS(101), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [anon_sym_SQUOTE] = ACTIONS(105), - [sym__backtick_identifier] = ACTIONS(107), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(109), - }, - [1716] = { - [sym__expression] = STATE(297), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2001), - [sym_annotation] = STATE(2001), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(266), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1646), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(901), - [sym_label] = ACTIONS(911), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(1648), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(1650), - [anon_sym_return] = ACTIONS(1652), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(911), - [anon_sym_DASH] = ACTIONS(911), - [anon_sym_PLUS_PLUS] = ACTIONS(913), - [anon_sym_DASH_DASH] = ACTIONS(913), - [anon_sym_BANG] = ACTIONS(913), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(1411), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), + [sym__string_start] = ACTIONS(197), }, - [1717] = { - [sym__expression] = STATE(2542), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(1643), - [sym_annotation] = STATE(1643), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(270), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), - [sym__alpha_identifier] = ACTIONS(537), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1678), - [anon_sym_get] = ACTIONS(537), - [anon_sym_set] = ACTIONS(537), - [anon_sym_this] = ACTIONS(561), - [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1021), - [sym_label] = ACTIONS(1029), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(1680), - [anon_sym_when] = ACTIONS(579), - [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(1682), - [anon_sym_return] = ACTIONS(1684), - [anon_sym_continue] = ACTIONS(587), - [anon_sym_break] = ACTIONS(587), - [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(1029), - [anon_sym_DASH] = ACTIONS(1029), - [anon_sym_PLUS_PLUS] = ACTIONS(1031), - [anon_sym_DASH_DASH] = ACTIONS(1031), - [anon_sym_BANG] = ACTIONS(1031), - [anon_sym_data] = ACTIONS(537), - [anon_sym_inner] = ACTIONS(537), - [anon_sym_expect] = ACTIONS(537), - [anon_sym_actual] = ACTIONS(537), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(599), - [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), - [sym_integer_literal] = ACTIONS(605), - [sym_hex_literal] = ACTIONS(607), - [sym_bin_literal] = ACTIONS(607), - [anon_sym_true] = ACTIONS(609), - [anon_sym_false] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(611), - [sym__backtick_identifier] = ACTIONS(613), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(615), + [1768] = { + [sym_property_delegate] = STATE(2431), + [sym_getter] = STATE(3702), + [sym_setter] = STATE(3702), + [sym_modifiers] = STATE(8752), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1752), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1754), + [anon_sym_as] = ACTIONS(1752), + [anon_sym_EQ] = ACTIONS(5717), + [anon_sym_LBRACE] = ACTIONS(1754), + [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_LPAREN] = ACTIONS(1754), + [anon_sym_COMMA] = ACTIONS(1754), + [anon_sym_by] = ACTIONS(5665), + [anon_sym_LT] = ACTIONS(1752), + [anon_sym_GT] = ACTIONS(1752), + [anon_sym_where] = ACTIONS(1752), + [anon_sym_DOT] = ACTIONS(1752), + [anon_sym_SEMI] = ACTIONS(3632), + [anon_sym_get] = ACTIONS(5691), + [anon_sym_set] = ACTIONS(5693), + [anon_sym_STAR] = ACTIONS(1752), + [sym_label] = ACTIONS(1754), + [anon_sym_in] = ACTIONS(1752), + [anon_sym_DOT_DOT] = ACTIONS(1754), + [anon_sym_QMARK_COLON] = ACTIONS(1754), + [anon_sym_AMP_AMP] = ACTIONS(1754), + [anon_sym_PIPE_PIPE] = ACTIONS(1754), + [anon_sym_else] = ACTIONS(1752), + [anon_sym_COLON_COLON] = ACTIONS(1754), + [anon_sym_PLUS_EQ] = ACTIONS(1754), + [anon_sym_DASH_EQ] = ACTIONS(1754), + [anon_sym_STAR_EQ] = ACTIONS(1754), + [anon_sym_SLASH_EQ] = ACTIONS(1754), + [anon_sym_PERCENT_EQ] = ACTIONS(1754), + [anon_sym_BANG_EQ] = ACTIONS(1752), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), + [anon_sym_EQ_EQ] = ACTIONS(1752), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), + [anon_sym_LT_EQ] = ACTIONS(1754), + [anon_sym_GT_EQ] = ACTIONS(1754), + [anon_sym_BANGin] = ACTIONS(1754), + [anon_sym_is] = ACTIONS(1752), + [anon_sym_BANGis] = ACTIONS(1754), + [anon_sym_PLUS] = ACTIONS(1752), + [anon_sym_DASH] = ACTIONS(1752), + [anon_sym_SLASH] = ACTIONS(1752), + [anon_sym_PERCENT] = ACTIONS(1752), + [anon_sym_as_QMARK] = ACTIONS(1754), + [anon_sym_PLUS_PLUS] = ACTIONS(1754), + [anon_sym_DASH_DASH] = ACTIONS(1754), + [anon_sym_BANG_BANG] = ACTIONS(1754), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1754), + [sym__automatic_semicolon] = ACTIONS(1754), + [sym_safe_nav] = ACTIONS(1754), + [sym_multiline_comment] = ACTIONS(3), }, - [1718] = { - [sym__expression] = STATE(2503), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(1643), - [sym_annotation] = STATE(1643), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(270), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), - [sym__alpha_identifier] = ACTIONS(537), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(539), + [1769] = { + [sym__expression] = STATE(1272), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(1807), + [sym_annotation] = STATE(1807), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(261), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_LPAREN] = ACTIONS(549), + [anon_sym_LPAREN] = ACTIONS(467), [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1678), - [anon_sym_get] = ACTIONS(537), - [anon_sym_set] = ACTIONS(537), - [anon_sym_this] = ACTIONS(561), - [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1021), - [sym_label] = ACTIONS(1029), + [anon_sym_fun] = ACTIONS(1626), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1311), + [sym_label] = ACTIONS(509), [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(1680), - [anon_sym_when] = ACTIONS(579), - [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(1682), - [anon_sym_return] = ACTIONS(1684), - [anon_sym_continue] = ACTIONS(587), - [anon_sym_break] = ACTIONS(587), - [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(1029), - [anon_sym_DASH] = ACTIONS(1029), - [anon_sym_PLUS_PLUS] = ACTIONS(1031), - [anon_sym_DASH_DASH] = ACTIONS(1031), - [anon_sym_BANG] = ACTIONS(1031), - [anon_sym_data] = ACTIONS(537), - [anon_sym_inner] = ACTIONS(537), - [anon_sym_expect] = ACTIONS(537), - [anon_sym_actual] = ACTIONS(537), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(599), - [anon_sym_break_AT] = ACTIONS(601), + [anon_sym_if] = ACTIONS(495), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(501), + [anon_sym_return] = ACTIONS(503), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(509), + [anon_sym_DASH] = ACTIONS(509), + [anon_sym_PLUS_PLUS] = ACTIONS(511), + [anon_sym_DASH_DASH] = ACTIONS(511), + [anon_sym_BANG] = ACTIONS(511), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), [sym_real_literal] = ACTIONS(1630), - [sym_integer_literal] = ACTIONS(605), - [sym_hex_literal] = ACTIONS(607), - [sym_bin_literal] = ACTIONS(607), - [anon_sym_true] = ACTIONS(609), - [anon_sym_false] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(611), - [sym__backtick_identifier] = ACTIONS(613), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(615), + [sym__string_start] = ACTIONS(535), }, - [1719] = { - [sym__expression] = STATE(321), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2238), - [sym_annotation] = STATE(2238), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(269), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1670), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1047), - [sym_label] = ACTIONS(1055), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(1672), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(1674), - [anon_sym_return] = ACTIONS(1676), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(1055), - [anon_sym_DASH] = ACTIONS(1055), - [anon_sym_PLUS_PLUS] = ACTIONS(1057), - [anon_sym_DASH_DASH] = ACTIONS(1057), - [anon_sym_BANG] = ACTIONS(1057), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), + [1770] = { + [sym__expression] = STATE(737), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(2339), + [sym_annotation] = STATE(2339), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(265), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), + [sym__alpha_identifier] = ACTIONS(111), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1638), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(841), + [sym_label] = ACTIONS(851), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(1640), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(1642), + [anon_sym_return] = ACTIONS(1644), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(851), + [anon_sym_DASH] = ACTIONS(851), + [anon_sym_PLUS_PLUS] = ACTIONS(853), + [anon_sym_DASH_DASH] = ACTIONS(853), + [anon_sym_BANG] = ACTIONS(853), + [anon_sym_data] = ACTIONS(111), + [anon_sym_inner] = ACTIONS(111), + [anon_sym_expect] = ACTIONS(111), + [anon_sym_actual] = ACTIONS(111), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(1411), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), + [sym__string_start] = ACTIONS(197), }, - [1720] = { - [sym__expression] = STATE(308), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2001), - [sym_annotation] = STATE(2001), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(266), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1646), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(901), - [sym_label] = ACTIONS(911), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(1648), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(1650), - [anon_sym_return] = ACTIONS(1652), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(911), - [anon_sym_DASH] = ACTIONS(911), - [anon_sym_PLUS_PLUS] = ACTIONS(913), - [anon_sym_DASH_DASH] = ACTIONS(913), - [anon_sym_BANG] = ACTIONS(913), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), + [1771] = { + [sym__expression] = STATE(835), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(1711), + [sym_annotation] = STATE(1711), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(268), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), + [sym__alpha_identifier] = ACTIONS(111), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1662), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(1085), + [sym_label] = ACTIONS(1093), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(1664), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(1666), + [anon_sym_return] = ACTIONS(1668), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(1093), + [anon_sym_DASH] = ACTIONS(1093), + [anon_sym_PLUS_PLUS] = ACTIONS(1095), + [anon_sym_DASH_DASH] = ACTIONS(1095), + [anon_sym_BANG] = ACTIONS(1095), + [anon_sym_data] = ACTIONS(111), + [anon_sym_inner] = ACTIONS(111), + [anon_sym_expect] = ACTIONS(111), + [anon_sym_actual] = ACTIONS(111), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(1411), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), + [sym__string_start] = ACTIONS(197), }, - [1721] = { - [sym__expression] = STATE(294), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2221), - [sym_annotation] = STATE(2221), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), + [1772] = { + [sym__expression] = STATE(1274), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(1807), + [sym_annotation] = STATE(1807), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(261), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1626), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1311), + [sym_label] = ACTIONS(509), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(495), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(501), + [anon_sym_return] = ACTIONS(503), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(509), + [anon_sym_DASH] = ACTIONS(509), + [anon_sym_PLUS_PLUS] = ACTIONS(511), + [anon_sym_DASH_DASH] = ACTIONS(511), + [anon_sym_BANG] = ACTIONS(511), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), + }, + [1773] = { + [sym__expression] = STATE(1360), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(1786), + [sym_annotation] = STATE(1786), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), [sym__return_at] = STATE(263), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), [anon_sym_fun] = ACTIONS(1634), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1257), - [sym_label] = ACTIONS(793), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(787), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(789), - [anon_sym_return] = ACTIONS(791), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(793), - [anon_sym_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(795), - [anon_sym_DASH_DASH] = ACTIONS(795), - [anon_sym_BANG] = ACTIONS(795), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1279), + [sym_label] = ACTIONS(767), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(761), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(763), + [anon_sym_return] = ACTIONS(765), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(767), + [anon_sym_DASH] = ACTIONS(767), + [anon_sym_PLUS_PLUS] = ACTIONS(769), + [anon_sym_DASH_DASH] = ACTIONS(769), + [anon_sym_BANG] = ACTIONS(769), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), + [sym__string_start] = ACTIONS(535), }, - [1722] = { - [sym_property_delegate] = STATE(2443), - [sym_getter] = STATE(3810), - [sym_setter] = STATE(3810), - [sym_modifiers] = STATE(8690), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [1774] = { + [sym__expression] = STATE(832), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(1711), + [sym_annotation] = STATE(1711), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(268), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), + [sym__alpha_identifier] = ACTIONS(111), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1662), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(1085), + [sym_label] = ACTIONS(1093), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(1664), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(1666), + [anon_sym_return] = ACTIONS(1668), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(1093), + [anon_sym_DASH] = ACTIONS(1093), + [anon_sym_PLUS_PLUS] = ACTIONS(1095), + [anon_sym_DASH_DASH] = ACTIONS(1095), + [anon_sym_BANG] = ACTIONS(1095), + [anon_sym_data] = ACTIONS(111), + [anon_sym_inner] = ACTIONS(111), + [anon_sym_expect] = ACTIONS(111), + [anon_sym_actual] = ACTIONS(111), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(1411), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(197), + }, + [1775] = { + [sym__expression] = STATE(1278), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(1807), + [sym_annotation] = STATE(1807), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(261), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1626), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1311), + [sym_label] = ACTIONS(509), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(495), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(501), + [anon_sym_return] = ACTIONS(503), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(509), + [anon_sym_DASH] = ACTIONS(509), + [anon_sym_PLUS_PLUS] = ACTIONS(511), + [anon_sym_DASH_DASH] = ACTIONS(511), + [anon_sym_BANG] = ACTIONS(511), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), + }, + [1776] = { + [sym_property_delegate] = STATE(2428), + [sym_getter] = STATE(3766), + [sym_setter] = STATE(3766), + [sym_modifiers] = STATE(8752), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1764), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1766), [anon_sym_as] = ACTIONS(1764), - [anon_sym_EQ] = ACTIONS(5740), + [anon_sym_EQ] = ACTIONS(5798), [anon_sym_LBRACE] = ACTIONS(1766), [anon_sym_RBRACE] = ACTIONS(1766), [anon_sym_LPAREN] = ACTIONS(1766), [anon_sym_COMMA] = ACTIONS(1766), - [anon_sym_by] = ACTIONS(5633), + [anon_sym_by] = ACTIONS(5665), [anon_sym_LT] = ACTIONS(1764), [anon_sym_GT] = ACTIONS(1764), [anon_sym_where] = ACTIONS(1764), [anon_sym_DOT] = ACTIONS(1764), - [anon_sym_SEMI] = ACTIONS(3634), - [anon_sym_get] = ACTIONS(5653), - [anon_sym_set] = ACTIONS(5655), + [anon_sym_SEMI] = ACTIONS(3642), + [anon_sym_get] = ACTIONS(5691), + [anon_sym_set] = ACTIONS(5693), [anon_sym_STAR] = ACTIONS(1764), [sym_label] = ACTIONS(1766), [anon_sym_in] = ACTIONS(1764), @@ -223215,558 +228521,174 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1766), [sym__automatic_semicolon] = ACTIONS(1766), [sym_safe_nav] = ACTIONS(1766), [sym_multiline_comment] = ACTIONS(3), }, - [1723] = { - [sym__expression] = STATE(4312), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), - [sym_label] = ACTIONS(327), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(3096), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(3098), - [anon_sym_return] = ACTIONS(3100), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(327), - [anon_sym_DASH] = ACTIONS(327), - [anon_sym_PLUS_PLUS] = ACTIONS(329), - [anon_sym_DASH_DASH] = ACTIONS(329), - [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), - }, - [1724] = { - [sym_primary_constructor] = STATE(3697), - [sym_class_body] = STATE(3255), - [sym__class_parameters] = STATE(2990), - [sym_type_parameters] = STATE(2367), - [sym_type_constraints] = STATE(3059), - [sym_modifiers] = STATE(9064), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3160), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(5820), - [anon_sym_LBRACK] = ACTIONS(3164), - [anon_sym_RBRACK] = ACTIONS(3164), - [anon_sym_as] = ACTIONS(3160), - [anon_sym_constructor] = ACTIONS(5145), - [anon_sym_LBRACE] = ACTIONS(5147), - [anon_sym_RBRACE] = ACTIONS(3164), - [anon_sym_LPAREN] = ACTIONS(5149), - [anon_sym_COMMA] = ACTIONS(3164), - [anon_sym_RPAREN] = ACTIONS(3164), - [anon_sym_LT] = ACTIONS(5131), - [anon_sym_GT] = ACTIONS(3160), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(3160), - [anon_sym_SEMI] = ACTIONS(3164), - [anon_sym_get] = ACTIONS(3160), - [anon_sym_set] = ACTIONS(3160), - [anon_sym_STAR] = ACTIONS(3164), - [anon_sym_DASH_GT] = ACTIONS(3164), - [sym_label] = ACTIONS(3164), - [anon_sym_in] = ACTIONS(3160), - [anon_sym_while] = ACTIONS(3160), - [anon_sym_DOT_DOT] = ACTIONS(3164), - [anon_sym_QMARK_COLON] = ACTIONS(3164), - [anon_sym_AMP_AMP] = ACTIONS(3164), - [anon_sym_PIPE_PIPE] = ACTIONS(3164), - [anon_sym_else] = ACTIONS(3160), - [anon_sym_COLON_COLON] = ACTIONS(3164), - [anon_sym_BANG_EQ] = ACTIONS(3160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3164), - [anon_sym_EQ_EQ] = ACTIONS(3160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3164), - [anon_sym_LT_EQ] = ACTIONS(3164), - [anon_sym_GT_EQ] = ACTIONS(3164), - [anon_sym_BANGin] = ACTIONS(3164), - [anon_sym_is] = ACTIONS(3160), - [anon_sym_BANGis] = ACTIONS(3164), - [anon_sym_PLUS] = ACTIONS(3160), - [anon_sym_DASH] = ACTIONS(3160), - [anon_sym_SLASH] = ACTIONS(3160), - [anon_sym_PERCENT] = ACTIONS(3164), - [anon_sym_as_QMARK] = ACTIONS(3164), - [anon_sym_PLUS_PLUS] = ACTIONS(3164), - [anon_sym_DASH_DASH] = ACTIONS(3164), - [anon_sym_BANG_BANG] = ACTIONS(3164), - [anon_sym_suspend] = ACTIONS(3120), - [anon_sym_sealed] = ACTIONS(3122), - [anon_sym_annotation] = ACTIONS(3122), - [anon_sym_data] = ACTIONS(3122), - [anon_sym_inner] = ACTIONS(3122), - [anon_sym_override] = ACTIONS(3124), - [anon_sym_lateinit] = ACTIONS(3124), - [anon_sym_public] = ACTIONS(3126), - [anon_sym_private] = ACTIONS(3126), - [anon_sym_internal] = ACTIONS(3126), - [anon_sym_protected] = ACTIONS(3126), - [anon_sym_tailrec] = ACTIONS(3120), - [anon_sym_operator] = ACTIONS(3120), - [anon_sym_infix] = ACTIONS(3120), - [anon_sym_inline] = ACTIONS(3120), - [anon_sym_external] = ACTIONS(3120), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(3130), - [anon_sym_final] = ACTIONS(3130), - [anon_sym_open] = ACTIONS(3130), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3134), - [anon_sym_actual] = ACTIONS(3134), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3164), - [sym_safe_nav] = ACTIONS(3164), - [sym_multiline_comment] = ACTIONS(3), - }, - [1725] = { - [sym__expression] = STATE(329), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2238), - [sym_annotation] = STATE(2238), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(269), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1670), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1047), - [sym_label] = ACTIONS(1055), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(1672), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(1674), - [anon_sym_return] = ACTIONS(1676), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(1055), - [anon_sym_DASH] = ACTIONS(1055), - [anon_sym_PLUS_PLUS] = ACTIONS(1057), - [anon_sym_DASH_DASH] = ACTIONS(1057), - [anon_sym_BANG] = ACTIONS(1057), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), - }, - [1726] = { - [sym_primary_constructor] = STATE(3702), - [sym__class_parameters] = STATE(2990), - [sym_type_parameters] = STATE(2368), - [sym_type_constraints] = STATE(3070), - [sym_enum_class_body] = STATE(3235), - [sym_modifiers] = STATE(9064), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3102), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(5822), - [anon_sym_LBRACK] = ACTIONS(3108), - [anon_sym_RBRACK] = ACTIONS(3108), - [anon_sym_as] = ACTIONS(3102), - [anon_sym_constructor] = ACTIONS(5145), - [anon_sym_LBRACE] = ACTIONS(5155), - [anon_sym_RBRACE] = ACTIONS(3108), - [anon_sym_LPAREN] = ACTIONS(5149), - [anon_sym_COMMA] = ACTIONS(3108), - [anon_sym_RPAREN] = ACTIONS(3108), - [anon_sym_LT] = ACTIONS(5131), - [anon_sym_GT] = ACTIONS(3102), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(3102), - [anon_sym_SEMI] = ACTIONS(3108), - [anon_sym_get] = ACTIONS(3102), - [anon_sym_set] = ACTIONS(3102), - [anon_sym_STAR] = ACTIONS(3108), - [anon_sym_DASH_GT] = ACTIONS(3108), - [sym_label] = ACTIONS(3108), - [anon_sym_in] = ACTIONS(3102), - [anon_sym_while] = ACTIONS(3102), - [anon_sym_DOT_DOT] = ACTIONS(3108), - [anon_sym_QMARK_COLON] = ACTIONS(3108), - [anon_sym_AMP_AMP] = ACTIONS(3108), - [anon_sym_PIPE_PIPE] = ACTIONS(3108), - [anon_sym_else] = ACTIONS(3102), - [anon_sym_COLON_COLON] = ACTIONS(3108), - [anon_sym_BANG_EQ] = ACTIONS(3102), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3108), - [anon_sym_EQ_EQ] = ACTIONS(3102), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3108), - [anon_sym_LT_EQ] = ACTIONS(3108), - [anon_sym_GT_EQ] = ACTIONS(3108), - [anon_sym_BANGin] = ACTIONS(3108), - [anon_sym_is] = ACTIONS(3102), - [anon_sym_BANGis] = ACTIONS(3108), - [anon_sym_PLUS] = ACTIONS(3102), - [anon_sym_DASH] = ACTIONS(3102), - [anon_sym_SLASH] = ACTIONS(3102), - [anon_sym_PERCENT] = ACTIONS(3108), - [anon_sym_as_QMARK] = ACTIONS(3108), - [anon_sym_PLUS_PLUS] = ACTIONS(3108), - [anon_sym_DASH_DASH] = ACTIONS(3108), - [anon_sym_BANG_BANG] = ACTIONS(3108), - [anon_sym_suspend] = ACTIONS(3120), - [anon_sym_sealed] = ACTIONS(3122), - [anon_sym_annotation] = ACTIONS(3122), - [anon_sym_data] = ACTIONS(3122), - [anon_sym_inner] = ACTIONS(3122), - [anon_sym_override] = ACTIONS(3124), - [anon_sym_lateinit] = ACTIONS(3124), - [anon_sym_public] = ACTIONS(3126), - [anon_sym_private] = ACTIONS(3126), - [anon_sym_internal] = ACTIONS(3126), - [anon_sym_protected] = ACTIONS(3126), - [anon_sym_tailrec] = ACTIONS(3120), - [anon_sym_operator] = ACTIONS(3120), - [anon_sym_infix] = ACTIONS(3120), - [anon_sym_inline] = ACTIONS(3120), - [anon_sym_external] = ACTIONS(3120), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(3130), - [anon_sym_final] = ACTIONS(3130), - [anon_sym_open] = ACTIONS(3130), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3134), - [anon_sym_actual] = ACTIONS(3134), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3108), - [sym_safe_nav] = ACTIONS(3108), - [sym_multiline_comment] = ACTIONS(3), - }, - [1727] = { - [sym_primary_constructor] = STATE(3704), - [sym_class_body] = STATE(3235), - [sym__class_parameters] = STATE(2990), - [sym_type_parameters] = STATE(2371), - [sym_type_constraints] = STATE(3077), - [sym_modifiers] = STATE(9064), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3102), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(5824), - [anon_sym_LBRACK] = ACTIONS(3108), - [anon_sym_RBRACK] = ACTIONS(3108), - [anon_sym_as] = ACTIONS(3102), - [anon_sym_constructor] = ACTIONS(5145), - [anon_sym_LBRACE] = ACTIONS(5147), - [anon_sym_RBRACE] = ACTIONS(3108), - [anon_sym_LPAREN] = ACTIONS(5149), - [anon_sym_COMMA] = ACTIONS(3108), - [anon_sym_RPAREN] = ACTIONS(3108), - [anon_sym_LT] = ACTIONS(5131), - [anon_sym_GT] = ACTIONS(3102), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(3102), - [anon_sym_SEMI] = ACTIONS(3108), - [anon_sym_get] = ACTIONS(3102), - [anon_sym_set] = ACTIONS(3102), - [anon_sym_STAR] = ACTIONS(3108), - [anon_sym_DASH_GT] = ACTIONS(3108), - [sym_label] = ACTIONS(3108), - [anon_sym_in] = ACTIONS(3102), - [anon_sym_while] = ACTIONS(3102), - [anon_sym_DOT_DOT] = ACTIONS(3108), - [anon_sym_QMARK_COLON] = ACTIONS(3108), - [anon_sym_AMP_AMP] = ACTIONS(3108), - [anon_sym_PIPE_PIPE] = ACTIONS(3108), - [anon_sym_else] = ACTIONS(3102), - [anon_sym_COLON_COLON] = ACTIONS(3108), - [anon_sym_BANG_EQ] = ACTIONS(3102), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3108), - [anon_sym_EQ_EQ] = ACTIONS(3102), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3108), - [anon_sym_LT_EQ] = ACTIONS(3108), - [anon_sym_GT_EQ] = ACTIONS(3108), - [anon_sym_BANGin] = ACTIONS(3108), - [anon_sym_is] = ACTIONS(3102), - [anon_sym_BANGis] = ACTIONS(3108), - [anon_sym_PLUS] = ACTIONS(3102), - [anon_sym_DASH] = ACTIONS(3102), - [anon_sym_SLASH] = ACTIONS(3102), - [anon_sym_PERCENT] = ACTIONS(3108), - [anon_sym_as_QMARK] = ACTIONS(3108), - [anon_sym_PLUS_PLUS] = ACTIONS(3108), - [anon_sym_DASH_DASH] = ACTIONS(3108), - [anon_sym_BANG_BANG] = ACTIONS(3108), - [anon_sym_suspend] = ACTIONS(3120), - [anon_sym_sealed] = ACTIONS(3122), - [anon_sym_annotation] = ACTIONS(3122), - [anon_sym_data] = ACTIONS(3122), - [anon_sym_inner] = ACTIONS(3122), - [anon_sym_override] = ACTIONS(3124), - [anon_sym_lateinit] = ACTIONS(3124), - [anon_sym_public] = ACTIONS(3126), - [anon_sym_private] = ACTIONS(3126), - [anon_sym_internal] = ACTIONS(3126), - [anon_sym_protected] = ACTIONS(3126), - [anon_sym_tailrec] = ACTIONS(3120), - [anon_sym_operator] = ACTIONS(3120), - [anon_sym_infix] = ACTIONS(3120), - [anon_sym_inline] = ACTIONS(3120), - [anon_sym_external] = ACTIONS(3120), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(3130), - [anon_sym_final] = ACTIONS(3130), - [anon_sym_open] = ACTIONS(3130), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3134), - [anon_sym_actual] = ACTIONS(3134), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3108), - [sym_safe_nav] = ACTIONS(3108), + [1777] = { + [sym__expression] = STATE(2410), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(2143), + [sym_annotation] = STATE(2143), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(267), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1654), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(873), + [sym_label] = ACTIONS(883), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(1656), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(1658), + [anon_sym_return] = ACTIONS(1660), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(883), + [anon_sym_DASH] = ACTIONS(883), + [anon_sym_PLUS_PLUS] = ACTIONS(885), + [anon_sym_DASH_DASH] = ACTIONS(885), + [anon_sym_BANG] = ACTIONS(885), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), }, - [1728] = { - [sym__expression] = STATE(2471), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(1697), - [sym_annotation] = STATE(1697), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), + [1778] = { + [sym__expression] = STATE(839), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(1711), + [sym_annotation] = STATE(1711), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), [sym__return_at] = STATE(268), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), [sym__alpha_identifier] = ACTIONS(111), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), + [anon_sym_LBRACE] = ACTIONS(1403), [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), + [anon_sym_object] = ACTIONS(1405), [anon_sym_fun] = ACTIONS(1662), [anon_sym_get] = ACTIONS(111), [anon_sym_set] = ACTIONS(111), [anon_sym_this] = ACTIONS(141), [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(995), - [sym_label] = ACTIONS(1003), - [anon_sym_null] = ACTIONS(1602), + [anon_sym_STAR] = ACTIONS(1085), + [sym_label] = ACTIONS(1093), + [anon_sym_null] = ACTIONS(1409), [anon_sym_if] = ACTIONS(1664), [anon_sym_when] = ACTIONS(159), [anon_sym_try] = ACTIONS(161), @@ -223775,11 +228697,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(167), [anon_sym_break] = ACTIONS(167), [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(1003), - [anon_sym_DASH] = ACTIONS(1003), - [anon_sym_PLUS_PLUS] = ACTIONS(1005), - [anon_sym_DASH_DASH] = ACTIONS(1005), - [anon_sym_BANG] = ACTIONS(1005), + [anon_sym_PLUS] = ACTIONS(1093), + [anon_sym_DASH] = ACTIONS(1093), + [anon_sym_PLUS_PLUS] = ACTIONS(1095), + [anon_sym_DASH_DASH] = ACTIONS(1095), + [anon_sym_BANG] = ACTIONS(1095), [anon_sym_data] = ACTIONS(111), [anon_sym_inner] = ACTIONS(111), [anon_sym_expect] = ACTIONS(111), @@ -223788,7 +228710,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(179), [anon_sym_continue_AT] = ACTIONS(181), [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), + [sym_real_literal] = ACTIONS(1411), [sym_integer_literal] = ACTIONS(187), [sym_hex_literal] = ACTIONS(189), [sym_bin_literal] = ACTIONS(189), @@ -223799,166 +228721,166 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(197), }, - [1729] = { - [sym__expression] = STATE(2470), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(1697), - [sym_annotation] = STATE(1697), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(268), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), - [sym__alpha_identifier] = ACTIONS(111), + [1779] = { + [sym__expression] = STATE(316), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2117), + [sym_annotation] = STATE(2117), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(270), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), + [sym__alpha_identifier] = ACTIONS(537), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1662), - [anon_sym_get] = ACTIONS(111), - [anon_sym_set] = ACTIONS(111), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), + [anon_sym_LBRACK] = ACTIONS(539), + [anon_sym_LBRACE] = ACTIONS(1612), + [anon_sym_LPAREN] = ACTIONS(549), + [anon_sym_object] = ACTIONS(1614), + [anon_sym_fun] = ACTIONS(1678), + [anon_sym_get] = ACTIONS(537), + [anon_sym_set] = ACTIONS(537), + [anon_sym_this] = ACTIONS(561), + [anon_sym_super] = ACTIONS(563), [anon_sym_STAR] = ACTIONS(995), [sym_label] = ACTIONS(1003), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(1664), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(1666), - [anon_sym_return] = ACTIONS(1668), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(1680), + [anon_sym_when] = ACTIONS(579), + [anon_sym_try] = ACTIONS(581), + [anon_sym_throw] = ACTIONS(1682), + [anon_sym_return] = ACTIONS(1684), + [anon_sym_continue] = ACTIONS(587), + [anon_sym_break] = ACTIONS(587), + [anon_sym_COLON_COLON] = ACTIONS(589), [anon_sym_PLUS] = ACTIONS(1003), [anon_sym_DASH] = ACTIONS(1003), [anon_sym_PLUS_PLUS] = ACTIONS(1005), [anon_sym_DASH_DASH] = ACTIONS(1005), [anon_sym_BANG] = ACTIONS(1005), - [anon_sym_data] = ACTIONS(111), - [anon_sym_inner] = ACTIONS(111), - [anon_sym_expect] = ACTIONS(111), - [anon_sym_actual] = ACTIONS(111), + [anon_sym_data] = ACTIONS(537), + [anon_sym_inner] = ACTIONS(537), + [anon_sym_expect] = ACTIONS(537), + [anon_sym_actual] = ACTIONS(537), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(599), + [anon_sym_break_AT] = ACTIONS(601), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(605), + [sym_hex_literal] = ACTIONS(607), + [sym_bin_literal] = ACTIONS(607), + [anon_sym_true] = ACTIONS(609), + [anon_sym_false] = ACTIONS(609), + [anon_sym_SQUOTE] = ACTIONS(611), + [sym__backtick_identifier] = ACTIONS(613), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), + [sym__string_start] = ACTIONS(615), }, - [1730] = { - [sym__expression] = STATE(2469), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(1697), - [sym_annotation] = STATE(1697), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), + [1780] = { + [sym__expression] = STATE(840), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(1711), + [sym_annotation] = STATE(1711), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), [sym__return_at] = STATE(268), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), [sym__alpha_identifier] = ACTIONS(111), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), + [anon_sym_LBRACE] = ACTIONS(1403), [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), + [anon_sym_object] = ACTIONS(1405), [anon_sym_fun] = ACTIONS(1662), [anon_sym_get] = ACTIONS(111), [anon_sym_set] = ACTIONS(111), [anon_sym_this] = ACTIONS(141), [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(995), - [sym_label] = ACTIONS(1003), - [anon_sym_null] = ACTIONS(1602), + [anon_sym_STAR] = ACTIONS(1085), + [sym_label] = ACTIONS(1093), + [anon_sym_null] = ACTIONS(1409), [anon_sym_if] = ACTIONS(1664), [anon_sym_when] = ACTIONS(159), [anon_sym_try] = ACTIONS(161), @@ -223967,11 +228889,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(167), [anon_sym_break] = ACTIONS(167), [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(1003), - [anon_sym_DASH] = ACTIONS(1003), - [anon_sym_PLUS_PLUS] = ACTIONS(1005), - [anon_sym_DASH_DASH] = ACTIONS(1005), - [anon_sym_BANG] = ACTIONS(1005), + [anon_sym_PLUS] = ACTIONS(1093), + [anon_sym_DASH] = ACTIONS(1093), + [anon_sym_PLUS_PLUS] = ACTIONS(1095), + [anon_sym_DASH_DASH] = ACTIONS(1095), + [anon_sym_BANG] = ACTIONS(1095), [anon_sym_data] = ACTIONS(111), [anon_sym_inner] = ACTIONS(111), [anon_sym_expect] = ACTIONS(111), @@ -223980,7 +228902,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(179), [anon_sym_continue_AT] = ACTIONS(181), [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), + [sym_real_literal] = ACTIONS(1411), [sym_integer_literal] = ACTIONS(187), [sym_hex_literal] = ACTIONS(189), [sym_bin_literal] = ACTIONS(189), @@ -223991,83 +228913,179 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(197), }, - [1731] = { - [sym__expression] = STATE(2468), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(1697), - [sym_annotation] = STATE(1697), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(268), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), + [1781] = { + [sym_type_constraints] = STATE(2469), + [sym_property_delegate] = STATE(2644), + [sym_getter] = STATE(5300), + [sym_setter] = STATE(5300), + [sym_modifiers] = STATE(8811), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_EQ] = ACTIONS(5800), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_by] = ACTIONS(3510), + [anon_sym_where] = ACTIONS(5790), + [anon_sym_object] = ACTIONS(3278), + [anon_sym_fun] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(5802), + [anon_sym_get] = ACTIONS(5794), + [anon_sym_set] = ACTIONS(5796), + [anon_sym_this] = ACTIONS(3278), + [anon_sym_super] = ACTIONS(3278), + [anon_sym_STAR] = ACTIONS(3280), + [sym_label] = ACTIONS(3278), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_null] = ACTIONS(3278), + [anon_sym_if] = ACTIONS(3278), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_when] = ACTIONS(3278), + [anon_sym_try] = ACTIONS(3278), + [anon_sym_throw] = ACTIONS(3278), + [anon_sym_return] = ACTIONS(3278), + [anon_sym_continue] = ACTIONS(3278), + [anon_sym_break] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG] = ACTIONS(3278), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3280), + [anon_sym_continue_AT] = ACTIONS(3280), + [anon_sym_break_AT] = ACTIONS(3280), + [sym_real_literal] = ACTIONS(3280), + [sym_integer_literal] = ACTIONS(3278), + [sym_hex_literal] = ACTIONS(3280), + [sym_bin_literal] = ACTIONS(3280), + [anon_sym_true] = ACTIONS(3278), + [anon_sym_false] = ACTIONS(3278), + [anon_sym_SQUOTE] = ACTIONS(3280), + [sym__backtick_identifier] = ACTIONS(3280), + [sym__automatic_semicolon] = ACTIONS(3280), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3280), + }, + [1782] = { + [sym__expression] = STATE(961), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(1674), + [sym_annotation] = STATE(1674), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(220), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), [sym__alpha_identifier] = ACTIONS(111), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), + [anon_sym_LBRACE] = ACTIONS(1403), [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1662), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1407), [anon_sym_get] = ACTIONS(111), [anon_sym_set] = ACTIONS(111), [anon_sym_this] = ACTIONS(141), [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(995), - [sym_label] = ACTIONS(1003), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(1664), + [anon_sym_STAR] = ACTIONS(1305), + [sym_label] = ACTIONS(171), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(157), [anon_sym_when] = ACTIONS(159), [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(1666), - [anon_sym_return] = ACTIONS(1668), + [anon_sym_throw] = ACTIONS(163), + [anon_sym_return] = ACTIONS(165), [anon_sym_continue] = ACTIONS(167), [anon_sym_break] = ACTIONS(167), [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(1003), - [anon_sym_DASH] = ACTIONS(1003), - [anon_sym_PLUS_PLUS] = ACTIONS(1005), - [anon_sym_DASH_DASH] = ACTIONS(1005), - [anon_sym_BANG] = ACTIONS(1005), + [anon_sym_PLUS] = ACTIONS(171), + [anon_sym_DASH] = ACTIONS(171), + [anon_sym_PLUS_PLUS] = ACTIONS(173), + [anon_sym_DASH_DASH] = ACTIONS(173), + [anon_sym_BANG] = ACTIONS(173), [anon_sym_data] = ACTIONS(111), [anon_sym_inner] = ACTIONS(111), [anon_sym_expect] = ACTIONS(111), @@ -224076,7 +229094,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(179), [anon_sym_continue_AT] = ACTIONS(181), [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), + [sym_real_literal] = ACTIONS(1411), [sym_integer_literal] = ACTIONS(187), [sym_hex_literal] = ACTIONS(189), [sym_bin_literal] = ACTIONS(189), @@ -224087,70 +229105,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(197), }, - [1732] = { - [sym__expression] = STATE(2541), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(1643), - [sym_annotation] = STATE(1643), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), + [1783] = { + [sym__expression] = STATE(520), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2117), + [sym_annotation] = STATE(2117), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), [sym__return_at] = STATE(270), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), [sym__alpha_identifier] = ACTIONS(537), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LBRACE] = ACTIONS(1612), [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), + [anon_sym_object] = ACTIONS(1614), [anon_sym_fun] = ACTIONS(1678), [anon_sym_get] = ACTIONS(537), [anon_sym_set] = ACTIONS(537), [anon_sym_this] = ACTIONS(561), [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1021), - [sym_label] = ACTIONS(1029), - [anon_sym_null] = ACTIONS(1628), + [anon_sym_STAR] = ACTIONS(995), + [sym_label] = ACTIONS(1003), + [anon_sym_null] = ACTIONS(1618), [anon_sym_if] = ACTIONS(1680), [anon_sym_when] = ACTIONS(579), [anon_sym_try] = ACTIONS(581), @@ -224159,20 +229177,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(587), [anon_sym_break] = ACTIONS(587), [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(1029), - [anon_sym_DASH] = ACTIONS(1029), - [anon_sym_PLUS_PLUS] = ACTIONS(1031), - [anon_sym_DASH_DASH] = ACTIONS(1031), - [anon_sym_BANG] = ACTIONS(1031), + [anon_sym_PLUS] = ACTIONS(1003), + [anon_sym_DASH] = ACTIONS(1003), + [anon_sym_PLUS_PLUS] = ACTIONS(1005), + [anon_sym_DASH_DASH] = ACTIONS(1005), + [anon_sym_BANG] = ACTIONS(1005), [anon_sym_data] = ACTIONS(537), [anon_sym_inner] = ACTIONS(537), [anon_sym_expect] = ACTIONS(537), [anon_sym_actual] = ACTIONS(537), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), + [anon_sym_return_AT] = ACTIONS(517), [anon_sym_continue_AT] = ACTIONS(599), [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), + [sym_real_literal] = ACTIONS(1620), [sym_integer_literal] = ACTIONS(605), [sym_hex_literal] = ACTIONS(607), [sym_bin_literal] = ACTIONS(607), @@ -224183,70 +229201,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(615), }, - [1733] = { - [sym__expression] = STATE(2504), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(1643), - [sym_annotation] = STATE(1643), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), + [1784] = { + [sym__expression] = STATE(312), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2117), + [sym_annotation] = STATE(2117), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), [sym__return_at] = STATE(270), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), [sym__alpha_identifier] = ACTIONS(537), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LBRACE] = ACTIONS(1612), [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), + [anon_sym_object] = ACTIONS(1614), [anon_sym_fun] = ACTIONS(1678), [anon_sym_get] = ACTIONS(537), [anon_sym_set] = ACTIONS(537), [anon_sym_this] = ACTIONS(561), [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1021), - [sym_label] = ACTIONS(1029), - [anon_sym_null] = ACTIONS(1628), + [anon_sym_STAR] = ACTIONS(995), + [sym_label] = ACTIONS(1003), + [anon_sym_null] = ACTIONS(1618), [anon_sym_if] = ACTIONS(1680), [anon_sym_when] = ACTIONS(579), [anon_sym_try] = ACTIONS(581), @@ -224255,20 +229273,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(587), [anon_sym_break] = ACTIONS(587), [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(1029), - [anon_sym_DASH] = ACTIONS(1029), - [anon_sym_PLUS_PLUS] = ACTIONS(1031), - [anon_sym_DASH_DASH] = ACTIONS(1031), - [anon_sym_BANG] = ACTIONS(1031), + [anon_sym_PLUS] = ACTIONS(1003), + [anon_sym_DASH] = ACTIONS(1003), + [anon_sym_PLUS_PLUS] = ACTIONS(1005), + [anon_sym_DASH_DASH] = ACTIONS(1005), + [anon_sym_BANG] = ACTIONS(1005), [anon_sym_data] = ACTIONS(537), [anon_sym_inner] = ACTIONS(537), [anon_sym_expect] = ACTIONS(537), [anon_sym_actual] = ACTIONS(537), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), + [anon_sym_return_AT] = ACTIONS(517), [anon_sym_continue_AT] = ACTIONS(599), [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), + [sym_real_literal] = ACTIONS(1620), [sym_integer_literal] = ACTIONS(605), [sym_hex_literal] = ACTIONS(607), [sym_bin_literal] = ACTIONS(607), @@ -224279,454 +229297,262 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(615), }, - [1734] = { - [sym_primary_constructor] = STATE(3707), - [sym__class_parameters] = STATE(2990), - [sym_type_parameters] = STATE(2373), - [sym_type_constraints] = STATE(3089), - [sym_enum_class_body] = STATE(3187), - [sym_modifiers] = STATE(9064), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3136), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(5826), - [anon_sym_LBRACK] = ACTIONS(3140), - [anon_sym_RBRACK] = ACTIONS(3140), - [anon_sym_as] = ACTIONS(3136), - [anon_sym_constructor] = ACTIONS(5145), - [anon_sym_LBRACE] = ACTIONS(5155), - [anon_sym_RBRACE] = ACTIONS(3140), - [anon_sym_LPAREN] = ACTIONS(5149), - [anon_sym_COMMA] = ACTIONS(3140), - [anon_sym_RPAREN] = ACTIONS(3140), - [anon_sym_LT] = ACTIONS(5131), - [anon_sym_GT] = ACTIONS(3136), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(3136), - [anon_sym_SEMI] = ACTIONS(3140), - [anon_sym_get] = ACTIONS(3136), - [anon_sym_set] = ACTIONS(3136), - [anon_sym_STAR] = ACTIONS(3140), - [anon_sym_DASH_GT] = ACTIONS(3140), - [sym_label] = ACTIONS(3140), - [anon_sym_in] = ACTIONS(3136), - [anon_sym_while] = ACTIONS(3136), - [anon_sym_DOT_DOT] = ACTIONS(3140), - [anon_sym_QMARK_COLON] = ACTIONS(3140), - [anon_sym_AMP_AMP] = ACTIONS(3140), - [anon_sym_PIPE_PIPE] = ACTIONS(3140), - [anon_sym_else] = ACTIONS(3136), - [anon_sym_COLON_COLON] = ACTIONS(3140), - [anon_sym_BANG_EQ] = ACTIONS(3136), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3140), - [anon_sym_EQ_EQ] = ACTIONS(3136), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3140), - [anon_sym_LT_EQ] = ACTIONS(3140), - [anon_sym_GT_EQ] = ACTIONS(3140), - [anon_sym_BANGin] = ACTIONS(3140), - [anon_sym_is] = ACTIONS(3136), - [anon_sym_BANGis] = ACTIONS(3140), - [anon_sym_PLUS] = ACTIONS(3136), - [anon_sym_DASH] = ACTIONS(3136), - [anon_sym_SLASH] = ACTIONS(3136), - [anon_sym_PERCENT] = ACTIONS(3140), - [anon_sym_as_QMARK] = ACTIONS(3140), - [anon_sym_PLUS_PLUS] = ACTIONS(3140), - [anon_sym_DASH_DASH] = ACTIONS(3140), - [anon_sym_BANG_BANG] = ACTIONS(3140), - [anon_sym_suspend] = ACTIONS(3120), - [anon_sym_sealed] = ACTIONS(3122), - [anon_sym_annotation] = ACTIONS(3122), - [anon_sym_data] = ACTIONS(3122), - [anon_sym_inner] = ACTIONS(3122), - [anon_sym_override] = ACTIONS(3124), - [anon_sym_lateinit] = ACTIONS(3124), - [anon_sym_public] = ACTIONS(3126), - [anon_sym_private] = ACTIONS(3126), - [anon_sym_internal] = ACTIONS(3126), - [anon_sym_protected] = ACTIONS(3126), - [anon_sym_tailrec] = ACTIONS(3120), - [anon_sym_operator] = ACTIONS(3120), - [anon_sym_infix] = ACTIONS(3120), - [anon_sym_inline] = ACTIONS(3120), - [anon_sym_external] = ACTIONS(3120), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(3130), - [anon_sym_final] = ACTIONS(3130), - [anon_sym_open] = ACTIONS(3130), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3134), - [anon_sym_actual] = ACTIONS(3134), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3140), - [sym_safe_nav] = ACTIONS(3140), - [sym_multiline_comment] = ACTIONS(3), - }, - [1735] = { - [sym_property_delegate] = STATE(2445), - [sym_getter] = STATE(3877), - [sym_setter] = STATE(3877), - [sym_modifiers] = STATE(8690), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_EQ] = ACTIONS(5707), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_COMMA] = ACTIONS(1778), - [anon_sym_by] = ACTIONS(5633), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_where] = ACTIONS(1776), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(3632), - [anon_sym_get] = ACTIONS(5653), - [anon_sym_set] = ACTIONS(5655), - [anon_sym_STAR] = ACTIONS(1776), - [sym_label] = ACTIONS(1778), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_PLUS_EQ] = ACTIONS(1778), - [anon_sym_DASH_EQ] = ACTIONS(1778), - [anon_sym_STAR_EQ] = ACTIONS(1778), - [anon_sym_SLASH_EQ] = ACTIONS(1778), - [anon_sym_PERCENT_EQ] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1776), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG_BANG] = ACTIONS(1778), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [1785] = { + [sym__expression] = STATE(4384), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(377), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(3094), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(1065), + [sym_label] = ACTIONS(327), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(3096), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(3098), + [anon_sym_return] = ACTIONS(3100), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(327), + [anon_sym_DASH] = ACTIONS(327), + [anon_sym_PLUS_PLUS] = ACTIONS(329), + [anon_sym_DASH_DASH] = ACTIONS(329), + [anon_sym_BANG] = ACTIONS(329), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1778), - [sym__automatic_semicolon] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(283), }, - [1736] = { - [sym__expression] = STATE(2506), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(1643), - [sym_annotation] = STATE(1643), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(270), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), - [sym__alpha_identifier] = ACTIONS(537), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(539), + [1786] = { + [sym__expression] = STATE(1359), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(1786), + [sym_annotation] = STATE(1786), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(263), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_LPAREN] = ACTIONS(549), + [anon_sym_LPAREN] = ACTIONS(467), [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1678), - [anon_sym_get] = ACTIONS(537), - [anon_sym_set] = ACTIONS(537), - [anon_sym_this] = ACTIONS(561), - [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1021), - [sym_label] = ACTIONS(1029), + [anon_sym_fun] = ACTIONS(1634), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1279), + [sym_label] = ACTIONS(767), [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(1680), - [anon_sym_when] = ACTIONS(579), - [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(1682), - [anon_sym_return] = ACTIONS(1684), - [anon_sym_continue] = ACTIONS(587), - [anon_sym_break] = ACTIONS(587), - [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(1029), - [anon_sym_DASH] = ACTIONS(1029), - [anon_sym_PLUS_PLUS] = ACTIONS(1031), - [anon_sym_DASH_DASH] = ACTIONS(1031), - [anon_sym_BANG] = ACTIONS(1031), - [anon_sym_data] = ACTIONS(537), - [anon_sym_inner] = ACTIONS(537), - [anon_sym_expect] = ACTIONS(537), - [anon_sym_actual] = ACTIONS(537), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(599), - [anon_sym_break_AT] = ACTIONS(601), + [anon_sym_if] = ACTIONS(761), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(763), + [anon_sym_return] = ACTIONS(765), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(767), + [anon_sym_DASH] = ACTIONS(767), + [anon_sym_PLUS_PLUS] = ACTIONS(769), + [anon_sym_DASH_DASH] = ACTIONS(769), + [anon_sym_BANG] = ACTIONS(769), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), [sym_real_literal] = ACTIONS(1630), - [sym_integer_literal] = ACTIONS(605), - [sym_hex_literal] = ACTIONS(607), - [sym_bin_literal] = ACTIONS(607), - [anon_sym_true] = ACTIONS(609), - [anon_sym_false] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(611), - [sym__backtick_identifier] = ACTIONS(613), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(615), - }, - [1737] = { - [sym__expression] = STATE(292), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2221), - [sym_annotation] = STATE(2221), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(263), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1634), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1257), - [sym_label] = ACTIONS(793), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(787), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(789), - [anon_sym_return] = ACTIONS(791), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(793), - [anon_sym_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(795), - [anon_sym_DASH_DASH] = ACTIONS(795), - [anon_sym_BANG] = ACTIONS(795), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), + [sym__string_start] = ACTIONS(535), }, - [1738] = { - [sym__expression] = STATE(2466), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(1697), - [sym_annotation] = STATE(1697), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), + [1787] = { + [sym__expression] = STATE(841), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(1711), + [sym_annotation] = STATE(1711), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), [sym__return_at] = STATE(268), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), [sym__alpha_identifier] = ACTIONS(111), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), + [anon_sym_LBRACE] = ACTIONS(1403), [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), + [anon_sym_object] = ACTIONS(1405), [anon_sym_fun] = ACTIONS(1662), [anon_sym_get] = ACTIONS(111), [anon_sym_set] = ACTIONS(111), [anon_sym_this] = ACTIONS(141), [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(995), - [sym_label] = ACTIONS(1003), - [anon_sym_null] = ACTIONS(1602), + [anon_sym_STAR] = ACTIONS(1085), + [sym_label] = ACTIONS(1093), + [anon_sym_null] = ACTIONS(1409), [anon_sym_if] = ACTIONS(1664), [anon_sym_when] = ACTIONS(159), [anon_sym_try] = ACTIONS(161), @@ -224735,11 +229561,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(167), [anon_sym_break] = ACTIONS(167), [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(1003), - [anon_sym_DASH] = ACTIONS(1003), - [anon_sym_PLUS_PLUS] = ACTIONS(1005), - [anon_sym_DASH_DASH] = ACTIONS(1005), - [anon_sym_BANG] = ACTIONS(1005), + [anon_sym_PLUS] = ACTIONS(1093), + [anon_sym_DASH] = ACTIONS(1093), + [anon_sym_PLUS_PLUS] = ACTIONS(1095), + [anon_sym_DASH_DASH] = ACTIONS(1095), + [anon_sym_BANG] = ACTIONS(1095), [anon_sym_data] = ACTIONS(111), [anon_sym_inner] = ACTIONS(111), [anon_sym_expect] = ACTIONS(111), @@ -224748,7 +229574,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(179), [anon_sym_continue_AT] = ACTIONS(181), [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), + [sym_real_literal] = ACTIONS(1411), [sym_integer_literal] = ACTIONS(187), [sym_hex_literal] = ACTIONS(189), [sym_bin_literal] = ACTIONS(189), @@ -224759,166 +229585,262 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(197), }, - [1739] = { - [sym__expression] = STATE(2465), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(1697), - [sym_annotation] = STATE(1697), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(268), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), - [sym__alpha_identifier] = ACTIONS(111), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1662), - [anon_sym_get] = ACTIONS(111), - [anon_sym_set] = ACTIONS(111), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(995), - [sym_label] = ACTIONS(1003), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(1664), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(1666), - [anon_sym_return] = ACTIONS(1668), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(1003), - [anon_sym_DASH] = ACTIONS(1003), - [anon_sym_PLUS_PLUS] = ACTIONS(1005), - [anon_sym_DASH_DASH] = ACTIONS(1005), - [anon_sym_BANG] = ACTIONS(1005), - [anon_sym_data] = ACTIONS(111), - [anon_sym_inner] = ACTIONS(111), - [anon_sym_expect] = ACTIONS(111), - [anon_sym_actual] = ACTIONS(111), + [1788] = { + [sym__expression] = STATE(4017), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(1897), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(331), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(2020), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(813), + [sym_label] = ACTIONS(821), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(2022), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(2024), + [anon_sym_return] = ACTIONS(2026), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(823), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), + [sym__string_start] = ACTIONS(283), }, - [1740] = { - [sym__expression] = STATE(2464), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(1697), - [sym_annotation] = STATE(1697), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), + [1789] = { + [sym__expression] = STATE(1285), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(1807), + [sym_annotation] = STATE(1807), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(261), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1626), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1311), + [sym_label] = ACTIONS(509), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(495), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(501), + [anon_sym_return] = ACTIONS(503), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(509), + [anon_sym_DASH] = ACTIONS(509), + [anon_sym_PLUS_PLUS] = ACTIONS(511), + [anon_sym_DASH_DASH] = ACTIONS(511), + [anon_sym_BANG] = ACTIONS(511), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), + }, + [1790] = { + [sym__expression] = STATE(844), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(1711), + [sym_annotation] = STATE(1711), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), [sym__return_at] = STATE(268), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), [sym__alpha_identifier] = ACTIONS(111), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), + [anon_sym_LBRACE] = ACTIONS(1403), [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), + [anon_sym_object] = ACTIONS(1405), [anon_sym_fun] = ACTIONS(1662), [anon_sym_get] = ACTIONS(111), [anon_sym_set] = ACTIONS(111), [anon_sym_this] = ACTIONS(141), [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(995), - [sym_label] = ACTIONS(1003), - [anon_sym_null] = ACTIONS(1602), + [anon_sym_STAR] = ACTIONS(1085), + [sym_label] = ACTIONS(1093), + [anon_sym_null] = ACTIONS(1409), [anon_sym_if] = ACTIONS(1664), [anon_sym_when] = ACTIONS(159), [anon_sym_try] = ACTIONS(161), @@ -224927,11 +229849,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(167), [anon_sym_break] = ACTIONS(167), [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(1003), - [anon_sym_DASH] = ACTIONS(1003), - [anon_sym_PLUS_PLUS] = ACTIONS(1005), - [anon_sym_DASH_DASH] = ACTIONS(1005), - [anon_sym_BANG] = ACTIONS(1005), + [anon_sym_PLUS] = ACTIONS(1093), + [anon_sym_DASH] = ACTIONS(1093), + [anon_sym_PLUS_PLUS] = ACTIONS(1095), + [anon_sym_DASH_DASH] = ACTIONS(1095), + [anon_sym_BANG] = ACTIONS(1095), [anon_sym_data] = ACTIONS(111), [anon_sym_inner] = ACTIONS(111), [anon_sym_expect] = ACTIONS(111), @@ -224940,7 +229862,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(179), [anon_sym_continue_AT] = ACTIONS(181), [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), + [sym_real_literal] = ACTIONS(1411), [sym_integer_literal] = ACTIONS(187), [sym_hex_literal] = ACTIONS(189), [sym_bin_literal] = ACTIONS(189), @@ -224951,179 +229873,371 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(197), }, - [1741] = { - [sym__expression] = STATE(2463), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(1697), - [sym_annotation] = STATE(1697), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(268), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), - [sym__alpha_identifier] = ACTIONS(111), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1662), - [anon_sym_get] = ACTIONS(111), - [anon_sym_set] = ACTIONS(111), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(995), - [sym_label] = ACTIONS(1003), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(1664), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(1666), - [anon_sym_return] = ACTIONS(1668), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(1003), - [anon_sym_DASH] = ACTIONS(1003), - [anon_sym_PLUS_PLUS] = ACTIONS(1005), - [anon_sym_DASH_DASH] = ACTIONS(1005), - [anon_sym_BANG] = ACTIONS(1005), - [anon_sym_data] = ACTIONS(111), - [anon_sym_inner] = ACTIONS(111), - [anon_sym_expect] = ACTIONS(111), - [anon_sym_actual] = ACTIONS(111), + [1791] = { + [sym__expression] = STATE(1286), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(1807), + [sym_annotation] = STATE(1807), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(261), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1626), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1311), + [sym_label] = ACTIONS(509), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(495), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(501), + [anon_sym_return] = ACTIONS(503), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(509), + [anon_sym_DASH] = ACTIONS(509), + [anon_sym_PLUS_PLUS] = ACTIONS(511), + [anon_sym_DASH_DASH] = ACTIONS(511), + [anon_sym_BANG] = ACTIONS(511), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), + }, + [1792] = { + [sym__expression] = STATE(4419), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(377), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(3094), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(1065), + [sym_label] = ACTIONS(327), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(3096), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(3098), + [anon_sym_return] = ACTIONS(3100), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(327), + [anon_sym_DASH] = ACTIONS(327), + [anon_sym_PLUS_PLUS] = ACTIONS(329), + [anon_sym_DASH_DASH] = ACTIONS(329), + [anon_sym_BANG] = ACTIONS(329), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), + [sym__string_start] = ACTIONS(283), }, - [1742] = { - [sym__expression] = STATE(2462), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(1697), - [sym_annotation] = STATE(1697), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(268), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), + [1793] = { + [sym__expression] = STATE(4381), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(377), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(3094), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(1065), + [sym_label] = ACTIONS(327), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(3096), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(3098), + [anon_sym_return] = ACTIONS(3100), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(327), + [anon_sym_DASH] = ACTIONS(327), + [anon_sym_PLUS_PLUS] = ACTIONS(329), + [anon_sym_DASH_DASH] = ACTIONS(329), + [anon_sym_BANG] = ACTIONS(329), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(283), + }, + [1794] = { + [sym__expression] = STATE(716), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(2339), + [sym_annotation] = STATE(2339), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(265), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), [sym__alpha_identifier] = ACTIONS(111), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), + [anon_sym_LBRACE] = ACTIONS(1403), [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1662), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1638), [anon_sym_get] = ACTIONS(111), [anon_sym_set] = ACTIONS(111), [anon_sym_this] = ACTIONS(141), [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(995), - [sym_label] = ACTIONS(1003), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(1664), + [anon_sym_STAR] = ACTIONS(841), + [sym_label] = ACTIONS(851), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(1640), [anon_sym_when] = ACTIONS(159), [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(1666), - [anon_sym_return] = ACTIONS(1668), + [anon_sym_throw] = ACTIONS(1642), + [anon_sym_return] = ACTIONS(1644), [anon_sym_continue] = ACTIONS(167), [anon_sym_break] = ACTIONS(167), [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(1003), - [anon_sym_DASH] = ACTIONS(1003), - [anon_sym_PLUS_PLUS] = ACTIONS(1005), - [anon_sym_DASH_DASH] = ACTIONS(1005), - [anon_sym_BANG] = ACTIONS(1005), + [anon_sym_PLUS] = ACTIONS(851), + [anon_sym_DASH] = ACTIONS(851), + [anon_sym_PLUS_PLUS] = ACTIONS(853), + [anon_sym_DASH_DASH] = ACTIONS(853), + [anon_sym_BANG] = ACTIONS(853), [anon_sym_data] = ACTIONS(111), [anon_sym_inner] = ACTIONS(111), [anon_sym_expect] = ACTIONS(111), @@ -225132,7 +230246,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(179), [anon_sym_continue_AT] = ACTIONS(181), [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), + [sym_real_literal] = ACTIONS(1411), [sym_integer_literal] = ACTIONS(187), [sym_hex_literal] = ACTIONS(189), [sym_bin_literal] = ACTIONS(189), @@ -225143,166 +230257,358 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(197), }, - [1743] = { - [sym_property_delegate] = STATE(2447), - [sym_getter] = STATE(3812), - [sym_setter] = STATE(3812), - [sym_modifiers] = STATE(8690), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1770), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1772), - [anon_sym_as] = ACTIONS(1770), - [anon_sym_EQ] = ACTIONS(5828), - [anon_sym_LBRACE] = ACTIONS(1772), - [anon_sym_RBRACE] = ACTIONS(1772), - [anon_sym_LPAREN] = ACTIONS(1772), - [anon_sym_COMMA] = ACTIONS(1772), - [anon_sym_by] = ACTIONS(5633), - [anon_sym_LT] = ACTIONS(1770), - [anon_sym_GT] = ACTIONS(1770), - [anon_sym_where] = ACTIONS(1770), - [anon_sym_DOT] = ACTIONS(1770), - [anon_sym_SEMI] = ACTIONS(3630), - [anon_sym_get] = ACTIONS(5653), - [anon_sym_set] = ACTIONS(5655), - [anon_sym_STAR] = ACTIONS(1770), - [sym_label] = ACTIONS(1772), - [anon_sym_in] = ACTIONS(1770), - [anon_sym_DOT_DOT] = ACTIONS(1772), - [anon_sym_QMARK_COLON] = ACTIONS(1772), - [anon_sym_AMP_AMP] = ACTIONS(1772), - [anon_sym_PIPE_PIPE] = ACTIONS(1772), - [anon_sym_else] = ACTIONS(1770), - [anon_sym_COLON_COLON] = ACTIONS(1772), - [anon_sym_PLUS_EQ] = ACTIONS(1772), - [anon_sym_DASH_EQ] = ACTIONS(1772), - [anon_sym_STAR_EQ] = ACTIONS(1772), - [anon_sym_SLASH_EQ] = ACTIONS(1772), - [anon_sym_PERCENT_EQ] = ACTIONS(1772), - [anon_sym_BANG_EQ] = ACTIONS(1770), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1772), - [anon_sym_EQ_EQ] = ACTIONS(1770), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1772), - [anon_sym_LT_EQ] = ACTIONS(1772), - [anon_sym_GT_EQ] = ACTIONS(1772), - [anon_sym_BANGin] = ACTIONS(1772), - [anon_sym_is] = ACTIONS(1770), - [anon_sym_BANGis] = ACTIONS(1772), - [anon_sym_PLUS] = ACTIONS(1770), - [anon_sym_DASH] = ACTIONS(1770), - [anon_sym_SLASH] = ACTIONS(1770), - [anon_sym_PERCENT] = ACTIONS(1770), - [anon_sym_as_QMARK] = ACTIONS(1772), - [anon_sym_PLUS_PLUS] = ACTIONS(1772), - [anon_sym_DASH_DASH] = ACTIONS(1772), - [anon_sym_BANG_BANG] = ACTIONS(1772), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [1795] = { + [sym__expression] = STATE(4324), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(377), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(3094), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(1065), + [sym_label] = ACTIONS(327), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(3096), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(3098), + [anon_sym_return] = ACTIONS(3100), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(327), + [anon_sym_DASH] = ACTIONS(327), + [anon_sym_PLUS_PLUS] = ACTIONS(329), + [anon_sym_DASH_DASH] = ACTIONS(329), + [anon_sym_BANG] = ACTIONS(329), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1772), - [sym__automatic_semicolon] = ACTIONS(1772), - [sym_safe_nav] = ACTIONS(1772), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(283), }, - [1744] = { - [sym__expression] = STATE(2460), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(1697), - [sym_annotation] = STATE(1697), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), + [1796] = { + [sym__expression] = STATE(4321), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(377), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(3094), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(1065), + [sym_label] = ACTIONS(327), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(3096), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(3098), + [anon_sym_return] = ACTIONS(3100), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(327), + [anon_sym_DASH] = ACTIONS(327), + [anon_sym_PLUS_PLUS] = ACTIONS(329), + [anon_sym_DASH_DASH] = ACTIONS(329), + [anon_sym_BANG] = ACTIONS(329), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(283), + }, + [1797] = { + [sym__expression] = STATE(4317), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(377), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(3094), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(1065), + [sym_label] = ACTIONS(327), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(3096), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(3098), + [anon_sym_return] = ACTIONS(3100), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(327), + [anon_sym_DASH] = ACTIONS(327), + [anon_sym_PLUS_PLUS] = ACTIONS(329), + [anon_sym_DASH_DASH] = ACTIONS(329), + [anon_sym_BANG] = ACTIONS(329), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(283), + }, + [1798] = { + [sym__expression] = STATE(2468), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(1711), + [sym_annotation] = STATE(1711), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), [sym__return_at] = STATE(268), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), [sym__alpha_identifier] = ACTIONS(111), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), + [anon_sym_LBRACE] = ACTIONS(1403), [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), + [anon_sym_object] = ACTIONS(1405), [anon_sym_fun] = ACTIONS(1662), [anon_sym_get] = ACTIONS(111), [anon_sym_set] = ACTIONS(111), [anon_sym_this] = ACTIONS(141), [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(995), - [sym_label] = ACTIONS(1003), - [anon_sym_null] = ACTIONS(1602), + [anon_sym_STAR] = ACTIONS(1085), + [sym_label] = ACTIONS(1093), + [anon_sym_null] = ACTIONS(1409), [anon_sym_if] = ACTIONS(1664), [anon_sym_when] = ACTIONS(159), [anon_sym_try] = ACTIONS(161), @@ -225311,11 +230617,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(167), [anon_sym_break] = ACTIONS(167), [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(1003), - [anon_sym_DASH] = ACTIONS(1003), - [anon_sym_PLUS_PLUS] = ACTIONS(1005), - [anon_sym_DASH_DASH] = ACTIONS(1005), - [anon_sym_BANG] = ACTIONS(1005), + [anon_sym_PLUS] = ACTIONS(1093), + [anon_sym_DASH] = ACTIONS(1093), + [anon_sym_PLUS_PLUS] = ACTIONS(1095), + [anon_sym_DASH_DASH] = ACTIONS(1095), + [anon_sym_BANG] = ACTIONS(1095), [anon_sym_data] = ACTIONS(111), [anon_sym_inner] = ACTIONS(111), [anon_sym_expect] = ACTIONS(111), @@ -225324,7 +230630,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(179), [anon_sym_continue_AT] = ACTIONS(181), [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), + [sym_real_literal] = ACTIONS(1411), [sym_integer_literal] = ACTIONS(187), [sym_hex_literal] = ACTIONS(189), [sym_bin_literal] = ACTIONS(189), @@ -225335,92 +230641,92 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(197), }, - [1745] = { - [sym__expression] = STATE(2521), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(1643), - [sym_annotation] = STATE(1643), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(270), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), + [1799] = { + [sym__expression] = STATE(402), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2198), + [sym_annotation] = STATE(2198), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(264), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), [sym__alpha_identifier] = ACTIONS(537), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LBRACE] = ACTIONS(1612), [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1678), + [anon_sym_object] = ACTIONS(1614), + [anon_sym_fun] = ACTIONS(1636), [anon_sym_get] = ACTIONS(537), [anon_sym_set] = ACTIONS(537), [anon_sym_this] = ACTIONS(561), [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1021), - [sym_label] = ACTIONS(1029), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(1680), + [anon_sym_STAR] = ACTIONS(1259), + [sym_label] = ACTIONS(645), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(639), [anon_sym_when] = ACTIONS(579), [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(1682), - [anon_sym_return] = ACTIONS(1684), + [anon_sym_throw] = ACTIONS(641), + [anon_sym_return] = ACTIONS(643), [anon_sym_continue] = ACTIONS(587), [anon_sym_break] = ACTIONS(587), [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(1029), - [anon_sym_DASH] = ACTIONS(1029), - [anon_sym_PLUS_PLUS] = ACTIONS(1031), - [anon_sym_DASH_DASH] = ACTIONS(1031), - [anon_sym_BANG] = ACTIONS(1031), + [anon_sym_PLUS] = ACTIONS(645), + [anon_sym_DASH] = ACTIONS(645), + [anon_sym_PLUS_PLUS] = ACTIONS(647), + [anon_sym_DASH_DASH] = ACTIONS(647), + [anon_sym_BANG] = ACTIONS(647), [anon_sym_data] = ACTIONS(537), [anon_sym_inner] = ACTIONS(537), [anon_sym_expect] = ACTIONS(537), [anon_sym_actual] = ACTIONS(537), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), + [anon_sym_return_AT] = ACTIONS(517), [anon_sym_continue_AT] = ACTIONS(599), [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), + [sym_real_literal] = ACTIONS(1620), [sym_integer_literal] = ACTIONS(605), [sym_hex_literal] = ACTIONS(607), [sym_bin_literal] = ACTIONS(607), @@ -225431,371 +230737,179 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(615), }, - [1746] = { - [sym__expression] = STATE(307), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2001), - [sym_annotation] = STATE(2001), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(266), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1646), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(901), - [sym_label] = ACTIONS(911), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(1648), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(1650), - [anon_sym_return] = ACTIONS(1652), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(911), - [anon_sym_DASH] = ACTIONS(911), - [anon_sym_PLUS_PLUS] = ACTIONS(913), - [anon_sym_DASH_DASH] = ACTIONS(913), - [anon_sym_BANG] = ACTIONS(913), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), - }, - [1747] = { - [sym__expression] = STATE(306), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2001), - [sym_annotation] = STATE(2001), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(266), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1646), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(901), - [sym_label] = ACTIONS(911), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(1648), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(1650), - [anon_sym_return] = ACTIONS(1652), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(911), - [anon_sym_DASH] = ACTIONS(911), - [anon_sym_PLUS_PLUS] = ACTIONS(913), - [anon_sym_DASH_DASH] = ACTIONS(913), - [anon_sym_BANG] = ACTIONS(913), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), - }, - [1748] = { - [sym__expression] = STATE(309), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2001), - [sym_annotation] = STATE(2001), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(266), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1646), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(901), - [sym_label] = ACTIONS(911), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(1648), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(1650), - [anon_sym_return] = ACTIONS(1652), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(911), - [anon_sym_DASH] = ACTIONS(911), - [anon_sym_PLUS_PLUS] = ACTIONS(913), - [anon_sym_DASH_DASH] = ACTIONS(913), - [anon_sym_BANG] = ACTIONS(913), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), + [1800] = { + [sym__expression] = STATE(4019), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(1897), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(331), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(2020), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(813), + [sym_label] = ACTIONS(821), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(2022), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(2024), + [anon_sym_return] = ACTIONS(2026), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(823), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), + [sym__string_start] = ACTIONS(283), }, - [1749] = { - [sym__expression] = STATE(4188), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4941), - [sym_parenthesized_expression] = STATE(4941), - [sym_collection_literal] = STATE(4941), - [sym__literal_constant] = STATE(4941), - [sym_string_literal] = STATE(4941), - [sym_lambda_literal] = STATE(4941), - [sym_anonymous_function] = STATE(4941), - [sym__function_literal] = STATE(4941), - [sym_object_literal] = STATE(4941), - [sym_this_expression] = STATE(4941), - [sym_super_expression] = STATE(4941), - [sym_if_expression] = STATE(4941), - [sym_when_expression] = STATE(4941), - [sym_try_expression] = STATE(4941), - [sym_jump_expression] = STATE(4941), - [sym_callable_reference] = STATE(4941), - [sym__prefix_unary_operator] = STATE(1637), - [sym_annotation] = STATE(1637), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5029), - [sym__return_at] = STATE(402), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4941), - [sym_long_literal] = STATE(4941), - [sym_boolean_literal] = STATE(4941), - [sym_character_literal] = STATE(4941), - [sym__lexical_identifier] = STATE(4529), + [1801] = { + [sym__expression] = STATE(3565), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4931), + [sym_parenthesized_expression] = STATE(4931), + [sym_collection_literal] = STATE(4931), + [sym__literal_constant] = STATE(4931), + [sym_string_literal] = STATE(4931), + [sym_lambda_literal] = STATE(4931), + [sym_anonymous_function] = STATE(4931), + [sym__function_literal] = STATE(4931), + [sym_object_literal] = STATE(4931), + [sym_this_expression] = STATE(4931), + [sym_super_expression] = STATE(4931), + [sym_if_expression] = STATE(4931), + [sym_when_expression] = STATE(4931), + [sym_try_expression] = STATE(4931), + [sym_jump_expression] = STATE(4931), + [sym_callable_reference] = STATE(4931), + [sym__prefix_unary_operator] = STATE(1801), + [sym_annotation] = STATE(1801), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4928), + [sym__return_at] = STATE(298), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4931), + [sym_long_literal] = STATE(4931), + [sym_boolean_literal] = STATE(4931), + [sym_character_literal] = STATE(4931), + [sym__lexical_identifier] = STATE(4566), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(25), [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1912), - [anon_sym_fun] = ACTIONS(3176), + [anon_sym_object] = ACTIONS(1902), + [anon_sym_fun] = ACTIONS(1904), [anon_sym_get] = ACTIONS(7), [anon_sym_set] = ACTIONS(7), [anon_sym_this] = ACTIONS(39), [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(43), - [sym_label] = ACTIONS(69), - [anon_sym_null] = ACTIONS(1916), - [anon_sym_if] = ACTIONS(3178), + [anon_sym_STAR] = ACTIONS(1223), + [sym_label] = ACTIONS(449), + [anon_sym_null] = ACTIONS(1906), + [anon_sym_if] = ACTIONS(443), [anon_sym_when] = ACTIONS(57), [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(3180), - [anon_sym_return] = ACTIONS(3182), + [anon_sym_throw] = ACTIONS(445), + [anon_sym_return] = ACTIONS(447), [anon_sym_continue] = ACTIONS(65), [anon_sym_break] = ACTIONS(65), [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(69), - [anon_sym_DASH] = ACTIONS(69), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_BANG] = ACTIONS(71), + [anon_sym_PLUS] = ACTIONS(449), + [anon_sym_DASH] = ACTIONS(449), + [anon_sym_PLUS_PLUS] = ACTIONS(451), + [anon_sym_DASH_DASH] = ACTIONS(451), + [anon_sym_BANG] = ACTIONS(451), [anon_sym_data] = ACTIONS(7), [anon_sym_inner] = ACTIONS(7), [anon_sym_expect] = ACTIONS(7), @@ -225804,7 +230918,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(93), [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(1918), + [sym_real_literal] = ACTIONS(1908), [sym_integer_literal] = ACTIONS(99), [sym_hex_literal] = ACTIONS(101), [sym_bin_literal] = ACTIONS(101), @@ -225815,83 +230929,179 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(109), }, - [1750] = { - [sym__expression] = STATE(4187), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4941), - [sym_parenthesized_expression] = STATE(4941), - [sym_collection_literal] = STATE(4941), - [sym__literal_constant] = STATE(4941), - [sym_string_literal] = STATE(4941), - [sym_lambda_literal] = STATE(4941), - [sym_anonymous_function] = STATE(4941), - [sym__function_literal] = STATE(4941), - [sym_object_literal] = STATE(4941), - [sym_this_expression] = STATE(4941), - [sym_super_expression] = STATE(4941), - [sym_if_expression] = STATE(4941), - [sym_when_expression] = STATE(4941), - [sym_try_expression] = STATE(4941), - [sym_jump_expression] = STATE(4941), - [sym_callable_reference] = STATE(4941), - [sym__prefix_unary_operator] = STATE(1637), - [sym_annotation] = STATE(1637), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5029), - [sym__return_at] = STATE(402), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4941), - [sym_long_literal] = STATE(4941), - [sym_boolean_literal] = STATE(4941), - [sym_character_literal] = STATE(4941), - [sym__lexical_identifier] = STATE(4529), + [1802] = { + [sym__expression] = STATE(4418), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(377), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(3094), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(1065), + [sym_label] = ACTIONS(327), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(3096), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(3098), + [anon_sym_return] = ACTIONS(3100), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(327), + [anon_sym_DASH] = ACTIONS(327), + [anon_sym_PLUS_PLUS] = ACTIONS(329), + [anon_sym_DASH_DASH] = ACTIONS(329), + [anon_sym_BANG] = ACTIONS(329), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(283), + }, + [1803] = { + [sym__expression] = STATE(3643), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4931), + [sym_parenthesized_expression] = STATE(4931), + [sym_collection_literal] = STATE(4931), + [sym__literal_constant] = STATE(4931), + [sym_string_literal] = STATE(4931), + [sym_lambda_literal] = STATE(4931), + [sym_anonymous_function] = STATE(4931), + [sym__function_literal] = STATE(4931), + [sym_object_literal] = STATE(4931), + [sym_this_expression] = STATE(4931), + [sym_super_expression] = STATE(4931), + [sym_if_expression] = STATE(4931), + [sym_when_expression] = STATE(4931), + [sym_try_expression] = STATE(4931), + [sym_jump_expression] = STATE(4931), + [sym_callable_reference] = STATE(4931), + [sym__prefix_unary_operator] = STATE(1801), + [sym_annotation] = STATE(1801), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4928), + [sym__return_at] = STATE(298), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4931), + [sym_long_literal] = STATE(4931), + [sym_boolean_literal] = STATE(4931), + [sym_character_literal] = STATE(4931), + [sym__lexical_identifier] = STATE(4566), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(25), [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1912), - [anon_sym_fun] = ACTIONS(3176), + [anon_sym_object] = ACTIONS(1902), + [anon_sym_fun] = ACTIONS(1904), [anon_sym_get] = ACTIONS(7), [anon_sym_set] = ACTIONS(7), [anon_sym_this] = ACTIONS(39), [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(43), - [sym_label] = ACTIONS(69), - [anon_sym_null] = ACTIONS(1916), - [anon_sym_if] = ACTIONS(3178), + [anon_sym_STAR] = ACTIONS(1223), + [sym_label] = ACTIONS(449), + [anon_sym_null] = ACTIONS(1906), + [anon_sym_if] = ACTIONS(443), [anon_sym_when] = ACTIONS(57), [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(3180), - [anon_sym_return] = ACTIONS(3182), + [anon_sym_throw] = ACTIONS(445), + [anon_sym_return] = ACTIONS(447), [anon_sym_continue] = ACTIONS(65), [anon_sym_break] = ACTIONS(65), [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(69), - [anon_sym_DASH] = ACTIONS(69), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_BANG] = ACTIONS(71), + [anon_sym_PLUS] = ACTIONS(449), + [anon_sym_DASH] = ACTIONS(449), + [anon_sym_PLUS_PLUS] = ACTIONS(451), + [anon_sym_DASH_DASH] = ACTIONS(451), + [anon_sym_BANG] = ACTIONS(451), [anon_sym_data] = ACTIONS(7), [anon_sym_inner] = ACTIONS(7), [anon_sym_expect] = ACTIONS(7), @@ -225900,7 +231110,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(93), [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(1918), + [sym_real_literal] = ACTIONS(1908), [sym_integer_literal] = ACTIONS(99), [sym_hex_literal] = ACTIONS(101), [sym_bin_literal] = ACTIONS(101), @@ -225911,467 +231121,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(109), }, - [1751] = { - [sym__expression] = STATE(681), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(2195), - [sym_annotation] = STATE(2195), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(262), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), - [sym__alpha_identifier] = ACTIONS(111), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1632), - [anon_sym_get] = ACTIONS(111), - [anon_sym_set] = ACTIONS(111), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(1251), - [sym_label] = ACTIONS(671), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(665), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(667), - [anon_sym_return] = ACTIONS(669), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(671), - [anon_sym_DASH] = ACTIONS(671), - [anon_sym_PLUS_PLUS] = ACTIONS(673), - [anon_sym_DASH_DASH] = ACTIONS(673), - [anon_sym_BANG] = ACTIONS(673), - [anon_sym_data] = ACTIONS(111), - [anon_sym_inner] = ACTIONS(111), - [anon_sym_expect] = ACTIONS(111), - [anon_sym_actual] = ACTIONS(111), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), - }, - [1752] = { - [sym__expression] = STATE(696), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(2195), - [sym_annotation] = STATE(2195), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(262), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), - [sym__alpha_identifier] = ACTIONS(111), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1632), - [anon_sym_get] = ACTIONS(111), - [anon_sym_set] = ACTIONS(111), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(1251), - [sym_label] = ACTIONS(671), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(665), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(667), - [anon_sym_return] = ACTIONS(669), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(671), - [anon_sym_DASH] = ACTIONS(671), - [anon_sym_PLUS_PLUS] = ACTIONS(673), - [anon_sym_DASH_DASH] = ACTIONS(673), - [anon_sym_BANG] = ACTIONS(673), - [anon_sym_data] = ACTIONS(111), - [anon_sym_inner] = ACTIONS(111), - [anon_sym_expect] = ACTIONS(111), - [anon_sym_actual] = ACTIONS(111), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), - }, - [1753] = { - [sym__expression] = STATE(687), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(2195), - [sym_annotation] = STATE(2195), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(262), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), - [sym__alpha_identifier] = ACTIONS(111), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1632), - [anon_sym_get] = ACTIONS(111), - [anon_sym_set] = ACTIONS(111), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(1251), - [sym_label] = ACTIONS(671), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(665), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(667), - [anon_sym_return] = ACTIONS(669), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(671), - [anon_sym_DASH] = ACTIONS(671), - [anon_sym_PLUS_PLUS] = ACTIONS(673), - [anon_sym_DASH_DASH] = ACTIONS(673), - [anon_sym_BANG] = ACTIONS(673), - [anon_sym_data] = ACTIONS(111), - [anon_sym_inner] = ACTIONS(111), - [anon_sym_expect] = ACTIONS(111), - [anon_sym_actual] = ACTIONS(111), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), - }, - [1754] = { - [sym__expression] = STATE(684), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(2195), - [sym_annotation] = STATE(2195), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(262), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), - [sym__alpha_identifier] = ACTIONS(111), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1632), - [anon_sym_get] = ACTIONS(111), - [anon_sym_set] = ACTIONS(111), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(1251), - [sym_label] = ACTIONS(671), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(665), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(667), - [anon_sym_return] = ACTIONS(669), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(671), - [anon_sym_DASH] = ACTIONS(671), - [anon_sym_PLUS_PLUS] = ACTIONS(673), - [anon_sym_DASH_DASH] = ACTIONS(673), - [anon_sym_BANG] = ACTIONS(673), - [anon_sym_data] = ACTIONS(111), - [anon_sym_inner] = ACTIONS(111), - [anon_sym_expect] = ACTIONS(111), - [anon_sym_actual] = ACTIONS(111), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), - }, - [1755] = { - [sym__expression] = STATE(4185), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4941), - [sym_parenthesized_expression] = STATE(4941), - [sym_collection_literal] = STATE(4941), - [sym__literal_constant] = STATE(4941), - [sym_string_literal] = STATE(4941), - [sym_lambda_literal] = STATE(4941), - [sym_anonymous_function] = STATE(4941), - [sym__function_literal] = STATE(4941), - [sym_object_literal] = STATE(4941), - [sym_this_expression] = STATE(4941), - [sym_super_expression] = STATE(4941), - [sym_if_expression] = STATE(4941), - [sym_when_expression] = STATE(4941), - [sym_try_expression] = STATE(4941), - [sym_jump_expression] = STATE(4941), - [sym_callable_reference] = STATE(4941), - [sym__prefix_unary_operator] = STATE(1637), - [sym_annotation] = STATE(1637), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5029), - [sym__return_at] = STATE(402), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4941), - [sym_long_literal] = STATE(4941), - [sym_boolean_literal] = STATE(4941), - [sym_character_literal] = STATE(4941), - [sym__lexical_identifier] = STATE(4529), + [1804] = { + [sym__expression] = STATE(3625), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4931), + [sym_parenthesized_expression] = STATE(4931), + [sym_collection_literal] = STATE(4931), + [sym__literal_constant] = STATE(4931), + [sym_string_literal] = STATE(4931), + [sym_lambda_literal] = STATE(4931), + [sym_anonymous_function] = STATE(4931), + [sym__function_literal] = STATE(4931), + [sym_object_literal] = STATE(4931), + [sym_this_expression] = STATE(4931), + [sym_super_expression] = STATE(4931), + [sym_if_expression] = STATE(4931), + [sym_when_expression] = STATE(4931), + [sym_try_expression] = STATE(4931), + [sym_jump_expression] = STATE(4931), + [sym_callable_reference] = STATE(4931), + [sym__prefix_unary_operator] = STATE(1801), + [sym_annotation] = STATE(1801), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4928), + [sym__return_at] = STATE(298), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4931), + [sym_long_literal] = STATE(4931), + [sym_boolean_literal] = STATE(4931), + [sym_character_literal] = STATE(4931), + [sym__lexical_identifier] = STATE(4566), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(25), [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1912), - [anon_sym_fun] = ACTIONS(3176), + [anon_sym_object] = ACTIONS(1902), + [anon_sym_fun] = ACTIONS(1904), [anon_sym_get] = ACTIONS(7), [anon_sym_set] = ACTIONS(7), [anon_sym_this] = ACTIONS(39), [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(43), - [sym_label] = ACTIONS(69), - [anon_sym_null] = ACTIONS(1916), - [anon_sym_if] = ACTIONS(3178), + [anon_sym_STAR] = ACTIONS(1223), + [sym_label] = ACTIONS(449), + [anon_sym_null] = ACTIONS(1906), + [anon_sym_if] = ACTIONS(443), [anon_sym_when] = ACTIONS(57), [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(3180), - [anon_sym_return] = ACTIONS(3182), + [anon_sym_throw] = ACTIONS(445), + [anon_sym_return] = ACTIONS(447), [anon_sym_continue] = ACTIONS(65), [anon_sym_break] = ACTIONS(65), [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(69), - [anon_sym_DASH] = ACTIONS(69), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_BANG] = ACTIONS(71), + [anon_sym_PLUS] = ACTIONS(449), + [anon_sym_DASH] = ACTIONS(449), + [anon_sym_PLUS_PLUS] = ACTIONS(451), + [anon_sym_DASH_DASH] = ACTIONS(451), + [anon_sym_BANG] = ACTIONS(451), [anon_sym_data] = ACTIONS(7), [anon_sym_inner] = ACTIONS(7), [anon_sym_expect] = ACTIONS(7), @@ -226380,7 +231206,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(93), [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(1918), + [sym_real_literal] = ACTIONS(1908), [sym_integer_literal] = ACTIONS(99), [sym_hex_literal] = ACTIONS(101), [sym_bin_literal] = ACTIONS(101), @@ -226391,467 +231217,467 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(109), }, - [1756] = { - [sym__expression] = STATE(661), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(2195), - [sym_annotation] = STATE(2195), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(262), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), - [sym__alpha_identifier] = ACTIONS(111), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1632), - [anon_sym_get] = ACTIONS(111), - [anon_sym_set] = ACTIONS(111), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(1251), - [sym_label] = ACTIONS(671), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(665), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(667), - [anon_sym_return] = ACTIONS(669), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(671), - [anon_sym_DASH] = ACTIONS(671), - [anon_sym_PLUS_PLUS] = ACTIONS(673), - [anon_sym_DASH_DASH] = ACTIONS(673), - [anon_sym_BANG] = ACTIONS(673), - [anon_sym_data] = ACTIONS(111), - [anon_sym_inner] = ACTIONS(111), - [anon_sym_expect] = ACTIONS(111), - [anon_sym_actual] = ACTIONS(111), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), - }, - [1757] = { - [sym__expression] = STATE(662), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(2195), - [sym_annotation] = STATE(2195), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(262), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), - [sym__alpha_identifier] = ACTIONS(111), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1632), - [anon_sym_get] = ACTIONS(111), - [anon_sym_set] = ACTIONS(111), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(1251), - [sym_label] = ACTIONS(671), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(665), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(667), - [anon_sym_return] = ACTIONS(669), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(671), - [anon_sym_DASH] = ACTIONS(671), - [anon_sym_PLUS_PLUS] = ACTIONS(673), - [anon_sym_DASH_DASH] = ACTIONS(673), - [anon_sym_BANG] = ACTIONS(673), - [anon_sym_data] = ACTIONS(111), - [anon_sym_inner] = ACTIONS(111), - [anon_sym_expect] = ACTIONS(111), - [anon_sym_actual] = ACTIONS(111), + [1805] = { + [sym__expression] = STATE(4322), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(377), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(3094), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(1065), + [sym_label] = ACTIONS(327), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(3096), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(3098), + [anon_sym_return] = ACTIONS(3100), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(327), + [anon_sym_DASH] = ACTIONS(327), + [anon_sym_PLUS_PLUS] = ACTIONS(329), + [anon_sym_DASH_DASH] = ACTIONS(329), + [anon_sym_BANG] = ACTIONS(329), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), + [sym__string_start] = ACTIONS(283), }, - [1758] = { - [sym__expression] = STATE(679), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(2195), - [sym_annotation] = STATE(2195), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(262), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), - [sym__alpha_identifier] = ACTIONS(111), + [1806] = { + [sym__expression] = STATE(3596), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4931), + [sym_parenthesized_expression] = STATE(4931), + [sym_collection_literal] = STATE(4931), + [sym__literal_constant] = STATE(4931), + [sym_string_literal] = STATE(4931), + [sym_lambda_literal] = STATE(4931), + [sym_anonymous_function] = STATE(4931), + [sym__function_literal] = STATE(4931), + [sym_object_literal] = STATE(4931), + [sym_this_expression] = STATE(4931), + [sym_super_expression] = STATE(4931), + [sym_if_expression] = STATE(4931), + [sym_when_expression] = STATE(4931), + [sym_try_expression] = STATE(4931), + [sym_jump_expression] = STATE(4931), + [sym_callable_reference] = STATE(4931), + [sym__prefix_unary_operator] = STATE(1801), + [sym_annotation] = STATE(1801), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4928), + [sym__return_at] = STATE(298), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4931), + [sym_long_literal] = STATE(4931), + [sym_boolean_literal] = STATE(4931), + [sym_character_literal] = STATE(4931), + [sym__lexical_identifier] = STATE(4566), + [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1632), - [anon_sym_get] = ACTIONS(111), - [anon_sym_set] = ACTIONS(111), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(1251), - [sym_label] = ACTIONS(671), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(665), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(667), - [anon_sym_return] = ACTIONS(669), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(671), - [anon_sym_DASH] = ACTIONS(671), - [anon_sym_PLUS_PLUS] = ACTIONS(673), - [anon_sym_DASH_DASH] = ACTIONS(673), - [anon_sym_BANG] = ACTIONS(673), - [anon_sym_data] = ACTIONS(111), - [anon_sym_inner] = ACTIONS(111), - [anon_sym_expect] = ACTIONS(111), - [anon_sym_actual] = ACTIONS(111), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1902), + [anon_sym_fun] = ACTIONS(1904), + [anon_sym_get] = ACTIONS(7), + [anon_sym_set] = ACTIONS(7), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(1223), + [sym_label] = ACTIONS(449), + [anon_sym_null] = ACTIONS(1906), + [anon_sym_if] = ACTIONS(443), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(445), + [anon_sym_return] = ACTIONS(447), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(449), + [anon_sym_DASH] = ACTIONS(449), + [anon_sym_PLUS_PLUS] = ACTIONS(451), + [anon_sym_DASH_DASH] = ACTIONS(451), + [anon_sym_BANG] = ACTIONS(451), + [anon_sym_data] = ACTIONS(7), + [anon_sym_inner] = ACTIONS(7), + [anon_sym_expect] = ACTIONS(7), + [anon_sym_actual] = ACTIONS(7), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [sym_real_literal] = ACTIONS(1908), + [sym_integer_literal] = ACTIONS(99), + [sym_hex_literal] = ACTIONS(101), + [sym_bin_literal] = ACTIONS(101), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SQUOTE] = ACTIONS(105), + [sym__backtick_identifier] = ACTIONS(107), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), + [sym__string_start] = ACTIONS(109), }, - [1759] = { - [sym__expression] = STATE(2539), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(1643), - [sym_annotation] = STATE(1643), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(270), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), - [sym__alpha_identifier] = ACTIONS(537), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(539), + [1807] = { + [sym__expression] = STATE(1268), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(1807), + [sym_annotation] = STATE(1807), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(261), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_LPAREN] = ACTIONS(549), + [anon_sym_LPAREN] = ACTIONS(467), [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1678), - [anon_sym_get] = ACTIONS(537), - [anon_sym_set] = ACTIONS(537), - [anon_sym_this] = ACTIONS(561), - [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1021), - [sym_label] = ACTIONS(1029), + [anon_sym_fun] = ACTIONS(1626), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1311), + [sym_label] = ACTIONS(509), [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(1680), - [anon_sym_when] = ACTIONS(579), - [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(1682), - [anon_sym_return] = ACTIONS(1684), - [anon_sym_continue] = ACTIONS(587), - [anon_sym_break] = ACTIONS(587), - [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(1029), - [anon_sym_DASH] = ACTIONS(1029), - [anon_sym_PLUS_PLUS] = ACTIONS(1031), - [anon_sym_DASH_DASH] = ACTIONS(1031), - [anon_sym_BANG] = ACTIONS(1031), - [anon_sym_data] = ACTIONS(537), - [anon_sym_inner] = ACTIONS(537), - [anon_sym_expect] = ACTIONS(537), - [anon_sym_actual] = ACTIONS(537), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(599), - [anon_sym_break_AT] = ACTIONS(601), + [anon_sym_if] = ACTIONS(495), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(501), + [anon_sym_return] = ACTIONS(503), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(509), + [anon_sym_DASH] = ACTIONS(509), + [anon_sym_PLUS_PLUS] = ACTIONS(511), + [anon_sym_DASH_DASH] = ACTIONS(511), + [anon_sym_BANG] = ACTIONS(511), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), [sym_real_literal] = ACTIONS(1630), - [sym_integer_literal] = ACTIONS(605), - [sym_hex_literal] = ACTIONS(607), - [sym_bin_literal] = ACTIONS(607), - [anon_sym_true] = ACTIONS(609), - [anon_sym_false] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(611), - [sym__backtick_identifier] = ACTIONS(613), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(615), + [sym__string_start] = ACTIONS(535), }, - [1760] = { - [sym__expression] = STATE(678), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(2195), - [sym_annotation] = STATE(2195), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(262), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), + [1808] = { + [sym__expression] = STATE(4177), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(377), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(3094), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(1065), + [sym_label] = ACTIONS(327), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(3096), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(3098), + [anon_sym_return] = ACTIONS(3100), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(327), + [anon_sym_DASH] = ACTIONS(327), + [anon_sym_PLUS_PLUS] = ACTIONS(329), + [anon_sym_DASH_DASH] = ACTIONS(329), + [anon_sym_BANG] = ACTIONS(329), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(283), + }, + [1809] = { + [sym__expression] = STATE(952), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(1674), + [sym_annotation] = STATE(1674), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(220), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), [sym__alpha_identifier] = ACTIONS(111), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), + [anon_sym_LBRACE] = ACTIONS(1403), [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1632), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1407), [anon_sym_get] = ACTIONS(111), [anon_sym_set] = ACTIONS(111), [anon_sym_this] = ACTIONS(141), [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(1251), - [sym_label] = ACTIONS(671), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(665), + [anon_sym_STAR] = ACTIONS(1305), + [sym_label] = ACTIONS(171), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(157), [anon_sym_when] = ACTIONS(159), [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(667), - [anon_sym_return] = ACTIONS(669), + [anon_sym_throw] = ACTIONS(163), + [anon_sym_return] = ACTIONS(165), [anon_sym_continue] = ACTIONS(167), [anon_sym_break] = ACTIONS(167), [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(671), - [anon_sym_DASH] = ACTIONS(671), - [anon_sym_PLUS_PLUS] = ACTIONS(673), - [anon_sym_DASH_DASH] = ACTIONS(673), - [anon_sym_BANG] = ACTIONS(673), + [anon_sym_PLUS] = ACTIONS(171), + [anon_sym_DASH] = ACTIONS(171), + [anon_sym_PLUS_PLUS] = ACTIONS(173), + [anon_sym_DASH_DASH] = ACTIONS(173), + [anon_sym_BANG] = ACTIONS(173), [anon_sym_data] = ACTIONS(111), [anon_sym_inner] = ACTIONS(111), [anon_sym_expect] = ACTIONS(111), @@ -226860,7 +231686,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(179), [anon_sym_continue_AT] = ACTIONS(181), [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), + [sym_real_literal] = ACTIONS(1411), [sym_integer_literal] = ACTIONS(187), [sym_hex_literal] = ACTIONS(189), [sym_bin_literal] = ACTIONS(189), @@ -226871,179 +231697,179 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(197), }, - [1761] = { - [sym__expression] = STATE(527), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2238), - [sym_annotation] = STATE(2238), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(269), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1670), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1047), - [sym_label] = ACTIONS(1055), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(1672), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(1674), - [anon_sym_return] = ACTIONS(1676), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(1055), - [anon_sym_DASH] = ACTIONS(1055), - [anon_sym_PLUS_PLUS] = ACTIONS(1057), - [anon_sym_DASH_DASH] = ACTIONS(1057), - [anon_sym_BANG] = ACTIONS(1057), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), + [1810] = { + [sym__expression] = STATE(4424), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(377), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(3094), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(1065), + [sym_label] = ACTIONS(327), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(3096), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(3098), + [anon_sym_return] = ACTIONS(3100), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(327), + [anon_sym_DASH] = ACTIONS(327), + [anon_sym_PLUS_PLUS] = ACTIONS(329), + [anon_sym_DASH_DASH] = ACTIONS(329), + [anon_sym_BANG] = ACTIONS(329), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), + [sym__string_start] = ACTIONS(283), }, - [1762] = { - [sym__expression] = STATE(4184), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4941), - [sym_parenthesized_expression] = STATE(4941), - [sym_collection_literal] = STATE(4941), - [sym__literal_constant] = STATE(4941), - [sym_string_literal] = STATE(4941), - [sym_lambda_literal] = STATE(4941), - [sym_anonymous_function] = STATE(4941), - [sym__function_literal] = STATE(4941), - [sym_object_literal] = STATE(4941), - [sym_this_expression] = STATE(4941), - [sym_super_expression] = STATE(4941), - [sym_if_expression] = STATE(4941), - [sym_when_expression] = STATE(4941), - [sym_try_expression] = STATE(4941), - [sym_jump_expression] = STATE(4941), - [sym_callable_reference] = STATE(4941), - [sym__prefix_unary_operator] = STATE(1637), - [sym_annotation] = STATE(1637), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5029), - [sym__return_at] = STATE(402), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4941), - [sym_long_literal] = STATE(4941), - [sym_boolean_literal] = STATE(4941), - [sym_character_literal] = STATE(4941), - [sym__lexical_identifier] = STATE(4529), + [1811] = { + [sym__expression] = STATE(3586), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4931), + [sym_parenthesized_expression] = STATE(4931), + [sym_collection_literal] = STATE(4931), + [sym__literal_constant] = STATE(4931), + [sym_string_literal] = STATE(4931), + [sym_lambda_literal] = STATE(4931), + [sym_anonymous_function] = STATE(4931), + [sym__function_literal] = STATE(4931), + [sym_object_literal] = STATE(4931), + [sym_this_expression] = STATE(4931), + [sym_super_expression] = STATE(4931), + [sym_if_expression] = STATE(4931), + [sym_when_expression] = STATE(4931), + [sym_try_expression] = STATE(4931), + [sym_jump_expression] = STATE(4931), + [sym_callable_reference] = STATE(4931), + [sym__prefix_unary_operator] = STATE(1801), + [sym_annotation] = STATE(1801), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4928), + [sym__return_at] = STATE(298), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4931), + [sym_long_literal] = STATE(4931), + [sym_boolean_literal] = STATE(4931), + [sym_character_literal] = STATE(4931), + [sym__lexical_identifier] = STATE(4566), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(25), [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1912), - [anon_sym_fun] = ACTIONS(3176), + [anon_sym_object] = ACTIONS(1902), + [anon_sym_fun] = ACTIONS(1904), [anon_sym_get] = ACTIONS(7), [anon_sym_set] = ACTIONS(7), [anon_sym_this] = ACTIONS(39), [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(43), - [sym_label] = ACTIONS(69), - [anon_sym_null] = ACTIONS(1916), - [anon_sym_if] = ACTIONS(3178), + [anon_sym_STAR] = ACTIONS(1223), + [sym_label] = ACTIONS(449), + [anon_sym_null] = ACTIONS(1906), + [anon_sym_if] = ACTIONS(443), [anon_sym_when] = ACTIONS(57), [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(3180), - [anon_sym_return] = ACTIONS(3182), + [anon_sym_throw] = ACTIONS(445), + [anon_sym_return] = ACTIONS(447), [anon_sym_continue] = ACTIONS(65), [anon_sym_break] = ACTIONS(65), [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(69), - [anon_sym_DASH] = ACTIONS(69), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_BANG] = ACTIONS(71), + [anon_sym_PLUS] = ACTIONS(449), + [anon_sym_DASH] = ACTIONS(449), + [anon_sym_PLUS_PLUS] = ACTIONS(451), + [anon_sym_DASH_DASH] = ACTIONS(451), + [anon_sym_BANG] = ACTIONS(451), [anon_sym_data] = ACTIONS(7), [anon_sym_inner] = ACTIONS(7), [anon_sym_expect] = ACTIONS(7), @@ -227052,7 +231878,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(93), [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(1918), + [sym_real_literal] = ACTIONS(1908), [sym_integer_literal] = ACTIONS(99), [sym_hex_literal] = ACTIONS(101), [sym_bin_literal] = ACTIONS(101), @@ -227063,275 +231889,947 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(109), }, - [1763] = { - [sym__expression] = STATE(4183), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4941), - [sym_parenthesized_expression] = STATE(4941), - [sym_collection_literal] = STATE(4941), - [sym__literal_constant] = STATE(4941), - [sym_string_literal] = STATE(4941), - [sym_lambda_literal] = STATE(4941), - [sym_anonymous_function] = STATE(4941), - [sym__function_literal] = STATE(4941), - [sym_object_literal] = STATE(4941), - [sym_this_expression] = STATE(4941), - [sym_super_expression] = STATE(4941), - [sym_if_expression] = STATE(4941), - [sym_when_expression] = STATE(4941), - [sym_try_expression] = STATE(4941), - [sym_jump_expression] = STATE(4941), - [sym_callable_reference] = STATE(4941), - [sym__prefix_unary_operator] = STATE(1637), - [sym_annotation] = STATE(1637), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5029), - [sym__return_at] = STATE(402), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4941), - [sym_long_literal] = STATE(4941), - [sym_boolean_literal] = STATE(4941), - [sym_character_literal] = STATE(4941), - [sym__lexical_identifier] = STATE(4529), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1912), - [anon_sym_fun] = ACTIONS(3176), - [anon_sym_get] = ACTIONS(7), - [anon_sym_set] = ACTIONS(7), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(43), - [sym_label] = ACTIONS(69), - [anon_sym_null] = ACTIONS(1916), - [anon_sym_if] = ACTIONS(3178), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(3180), - [anon_sym_return] = ACTIONS(3182), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(69), - [anon_sym_DASH] = ACTIONS(69), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_BANG] = ACTIONS(71), - [anon_sym_data] = ACTIONS(7), - [anon_sym_inner] = ACTIONS(7), - [anon_sym_expect] = ACTIONS(7), - [anon_sym_actual] = ACTIONS(7), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(1918), - [sym_integer_literal] = ACTIONS(99), - [sym_hex_literal] = ACTIONS(101), - [sym_bin_literal] = ACTIONS(101), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [anon_sym_SQUOTE] = ACTIONS(105), - [sym__backtick_identifier] = ACTIONS(107), + [1812] = { + [sym__expression] = STATE(1421), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(1786), + [sym_annotation] = STATE(1786), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(263), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1634), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1279), + [sym_label] = ACTIONS(767), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(761), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(763), + [anon_sym_return] = ACTIONS(765), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(767), + [anon_sym_DASH] = ACTIONS(767), + [anon_sym_PLUS_PLUS] = ACTIONS(769), + [anon_sym_DASH_DASH] = ACTIONS(769), + [anon_sym_BANG] = ACTIONS(769), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(109), + [sym__string_start] = ACTIONS(535), }, - [1764] = { - [sym__expression] = STATE(676), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(2195), - [sym_annotation] = STATE(2195), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(262), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), - [sym__alpha_identifier] = ACTIONS(111), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1632), - [anon_sym_get] = ACTIONS(111), - [anon_sym_set] = ACTIONS(111), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(1251), - [sym_label] = ACTIONS(671), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(665), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(667), - [anon_sym_return] = ACTIONS(669), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(671), - [anon_sym_DASH] = ACTIONS(671), - [anon_sym_PLUS_PLUS] = ACTIONS(673), - [anon_sym_DASH_DASH] = ACTIONS(673), - [anon_sym_BANG] = ACTIONS(673), - [anon_sym_data] = ACTIONS(111), - [anon_sym_inner] = ACTIONS(111), - [anon_sym_expect] = ACTIONS(111), - [anon_sym_actual] = ACTIONS(111), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), + [1813] = { + [sym__expression] = STATE(1420), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(1786), + [sym_annotation] = STATE(1786), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(263), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1634), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1279), + [sym_label] = ACTIONS(767), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(761), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(763), + [anon_sym_return] = ACTIONS(765), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(767), + [anon_sym_DASH] = ACTIONS(767), + [anon_sym_PLUS_PLUS] = ACTIONS(769), + [anon_sym_DASH_DASH] = ACTIONS(769), + [anon_sym_BANG] = ACTIONS(769), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), + [sym__string_start] = ACTIONS(535), }, - [1765] = { - [sym__expression] = STATE(672), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(2195), - [sym_annotation] = STATE(2195), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(262), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), + [1814] = { + [sym__expression] = STATE(1419), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(1786), + [sym_annotation] = STATE(1786), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(263), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1634), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1279), + [sym_label] = ACTIONS(767), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(761), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(763), + [anon_sym_return] = ACTIONS(765), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(767), + [anon_sym_DASH] = ACTIONS(767), + [anon_sym_PLUS_PLUS] = ACTIONS(769), + [anon_sym_DASH_DASH] = ACTIONS(769), + [anon_sym_BANG] = ACTIONS(769), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), + }, + [1815] = { + [sym__expression] = STATE(4215), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(1897), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(331), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(2020), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(813), + [sym_label] = ACTIONS(821), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(2022), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(2024), + [anon_sym_return] = ACTIONS(2026), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(823), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(283), + }, + [1816] = { + [sym__expression] = STATE(1269), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(1807), + [sym_annotation] = STATE(1807), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(261), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1626), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1311), + [sym_label] = ACTIONS(509), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(495), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(501), + [anon_sym_return] = ACTIONS(503), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(509), + [anon_sym_DASH] = ACTIONS(509), + [anon_sym_PLUS_PLUS] = ACTIONS(511), + [anon_sym_DASH_DASH] = ACTIONS(511), + [anon_sym_BANG] = ACTIONS(511), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), + }, + [1817] = { + [sym__expression] = STATE(3571), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4931), + [sym_parenthesized_expression] = STATE(4931), + [sym_collection_literal] = STATE(4931), + [sym__literal_constant] = STATE(4931), + [sym_string_literal] = STATE(4931), + [sym_lambda_literal] = STATE(4931), + [sym_anonymous_function] = STATE(4931), + [sym__function_literal] = STATE(4931), + [sym_object_literal] = STATE(4931), + [sym_this_expression] = STATE(4931), + [sym_super_expression] = STATE(4931), + [sym_if_expression] = STATE(4931), + [sym_when_expression] = STATE(4931), + [sym_try_expression] = STATE(4931), + [sym_jump_expression] = STATE(4931), + [sym_callable_reference] = STATE(4931), + [sym__prefix_unary_operator] = STATE(1801), + [sym_annotation] = STATE(1801), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4928), + [sym__return_at] = STATE(298), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4931), + [sym_long_literal] = STATE(4931), + [sym_boolean_literal] = STATE(4931), + [sym_character_literal] = STATE(4931), + [sym__lexical_identifier] = STATE(4566), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1902), + [anon_sym_fun] = ACTIONS(1904), + [anon_sym_get] = ACTIONS(7), + [anon_sym_set] = ACTIONS(7), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(1223), + [sym_label] = ACTIONS(449), + [anon_sym_null] = ACTIONS(1906), + [anon_sym_if] = ACTIONS(443), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(445), + [anon_sym_return] = ACTIONS(447), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(449), + [anon_sym_DASH] = ACTIONS(449), + [anon_sym_PLUS_PLUS] = ACTIONS(451), + [anon_sym_DASH_DASH] = ACTIONS(451), + [anon_sym_BANG] = ACTIONS(451), + [anon_sym_data] = ACTIONS(7), + [anon_sym_inner] = ACTIONS(7), + [anon_sym_expect] = ACTIONS(7), + [anon_sym_actual] = ACTIONS(7), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [sym_real_literal] = ACTIONS(1908), + [sym_integer_literal] = ACTIONS(99), + [sym_hex_literal] = ACTIONS(101), + [sym_bin_literal] = ACTIONS(101), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SQUOTE] = ACTIONS(105), + [sym__backtick_identifier] = ACTIONS(107), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(109), + }, + [1818] = { + [sym__expression] = STATE(1418), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(1786), + [sym_annotation] = STATE(1786), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(263), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1634), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1279), + [sym_label] = ACTIONS(767), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(761), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(763), + [anon_sym_return] = ACTIONS(765), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(767), + [anon_sym_DASH] = ACTIONS(767), + [anon_sym_PLUS_PLUS] = ACTIONS(769), + [anon_sym_DASH_DASH] = ACTIONS(769), + [anon_sym_BANG] = ACTIONS(769), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), + }, + [1819] = { + [sym__expression] = STATE(4339), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(377), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(3094), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(1065), + [sym_label] = ACTIONS(327), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(3096), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(3098), + [anon_sym_return] = ACTIONS(3100), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(327), + [anon_sym_DASH] = ACTIONS(327), + [anon_sym_PLUS_PLUS] = ACTIONS(329), + [anon_sym_DASH_DASH] = ACTIONS(329), + [anon_sym_BANG] = ACTIONS(329), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(283), + }, + [1820] = { + [sym__expression] = STATE(4341), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(377), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(3094), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(1065), + [sym_label] = ACTIONS(327), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(3096), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(3098), + [anon_sym_return] = ACTIONS(3100), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(327), + [anon_sym_DASH] = ACTIONS(327), + [anon_sym_PLUS_PLUS] = ACTIONS(329), + [anon_sym_DASH_DASH] = ACTIONS(329), + [anon_sym_BANG] = ACTIONS(329), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(283), + }, + [1821] = { + [sym__expression] = STATE(1016), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(1674), + [sym_annotation] = STATE(1674), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(220), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), [sym__alpha_identifier] = ACTIONS(111), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), + [anon_sym_LBRACE] = ACTIONS(1403), [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1632), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1407), [anon_sym_get] = ACTIONS(111), [anon_sym_set] = ACTIONS(111), [anon_sym_this] = ACTIONS(141), [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(1251), - [sym_label] = ACTIONS(671), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(665), + [anon_sym_STAR] = ACTIONS(1305), + [sym_label] = ACTIONS(171), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(157), [anon_sym_when] = ACTIONS(159), [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(667), - [anon_sym_return] = ACTIONS(669), + [anon_sym_throw] = ACTIONS(163), + [anon_sym_return] = ACTIONS(165), [anon_sym_continue] = ACTIONS(167), [anon_sym_break] = ACTIONS(167), [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(671), - [anon_sym_DASH] = ACTIONS(671), - [anon_sym_PLUS_PLUS] = ACTIONS(673), - [anon_sym_DASH_DASH] = ACTIONS(673), - [anon_sym_BANG] = ACTIONS(673), + [anon_sym_PLUS] = ACTIONS(171), + [anon_sym_DASH] = ACTIONS(171), + [anon_sym_PLUS_PLUS] = ACTIONS(173), + [anon_sym_DASH_DASH] = ACTIONS(173), + [anon_sym_BANG] = ACTIONS(173), [anon_sym_data] = ACTIONS(111), [anon_sym_inner] = ACTIONS(111), [anon_sym_expect] = ACTIONS(111), @@ -227340,7 +232838,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(179), [anon_sym_continue_AT] = ACTIONS(181), [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), + [sym_real_literal] = ACTIONS(1411), [sym_integer_literal] = ACTIONS(187), [sym_hex_literal] = ACTIONS(189), [sym_bin_literal] = ACTIONS(189), @@ -227351,83 +232849,371 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(197), }, - [1766] = { - [sym__expression] = STATE(671), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(2195), - [sym_annotation] = STATE(2195), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(262), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), + [1822] = { + [sym__expression] = STATE(1472), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(3399), + [sym_parenthesized_expression] = STATE(3399), + [sym_collection_literal] = STATE(3399), + [sym__literal_constant] = STATE(3399), + [sym_string_literal] = STATE(3399), + [sym_lambda_literal] = STATE(3399), + [sym_anonymous_function] = STATE(3399), + [sym__function_literal] = STATE(3399), + [sym_object_literal] = STATE(3399), + [sym_this_expression] = STATE(3399), + [sym_super_expression] = STATE(3399), + [sym_if_expression] = STATE(3399), + [sym_when_expression] = STATE(3399), + [sym_try_expression] = STATE(3399), + [sym_jump_expression] = STATE(3399), + [sym_callable_reference] = STATE(3399), + [sym__prefix_unary_operator] = STATE(1868), + [sym_annotation] = STATE(1868), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3347), + [sym__return_at] = STATE(356), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(3399), + [sym_long_literal] = STATE(3399), + [sym_boolean_literal] = STATE(3399), + [sym_character_literal] = STATE(3399), + [sym__lexical_identifier] = STATE(2837), + [sym__alpha_identifier] = ACTIONS(333), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(335), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_LPAREN] = ACTIONS(345), + [anon_sym_object] = ACTIONS(1920), + [anon_sym_fun] = ACTIONS(2984), + [anon_sym_get] = ACTIONS(333), + [anon_sym_set] = ACTIONS(333), + [anon_sym_this] = ACTIONS(357), + [anon_sym_super] = ACTIONS(359), + [anon_sym_STAR] = ACTIONS(965), + [sym_label] = ACTIONS(975), + [anon_sym_null] = ACTIONS(1924), + [anon_sym_if] = ACTIONS(2986), + [anon_sym_when] = ACTIONS(375), + [anon_sym_try] = ACTIONS(377), + [anon_sym_throw] = ACTIONS(2988), + [anon_sym_return] = ACTIONS(2990), + [anon_sym_continue] = ACTIONS(383), + [anon_sym_break] = ACTIONS(383), + [anon_sym_COLON_COLON] = ACTIONS(385), + [anon_sym_PLUS] = ACTIONS(975), + [anon_sym_DASH] = ACTIONS(975), + [anon_sym_PLUS_PLUS] = ACTIONS(977), + [anon_sym_DASH_DASH] = ACTIONS(977), + [anon_sym_BANG] = ACTIONS(977), + [anon_sym_data] = ACTIONS(333), + [anon_sym_inner] = ACTIONS(333), + [anon_sym_expect] = ACTIONS(333), + [anon_sym_actual] = ACTIONS(333), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(395), + [anon_sym_break_AT] = ACTIONS(397), + [sym_real_literal] = ACTIONS(1926), + [sym_integer_literal] = ACTIONS(401), + [sym_hex_literal] = ACTIONS(403), + [sym_bin_literal] = ACTIONS(403), + [anon_sym_true] = ACTIONS(405), + [anon_sym_false] = ACTIONS(405), + [anon_sym_SQUOTE] = ACTIONS(407), + [sym__backtick_identifier] = ACTIONS(409), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(411), + }, + [1823] = { + [sym__expression] = STATE(1469), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(3399), + [sym_parenthesized_expression] = STATE(3399), + [sym_collection_literal] = STATE(3399), + [sym__literal_constant] = STATE(3399), + [sym_string_literal] = STATE(3399), + [sym_lambda_literal] = STATE(3399), + [sym_anonymous_function] = STATE(3399), + [sym__function_literal] = STATE(3399), + [sym_object_literal] = STATE(3399), + [sym_this_expression] = STATE(3399), + [sym_super_expression] = STATE(3399), + [sym_if_expression] = STATE(3399), + [sym_when_expression] = STATE(3399), + [sym_try_expression] = STATE(3399), + [sym_jump_expression] = STATE(3399), + [sym_callable_reference] = STATE(3399), + [sym__prefix_unary_operator] = STATE(1868), + [sym_annotation] = STATE(1868), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3347), + [sym__return_at] = STATE(356), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(3399), + [sym_long_literal] = STATE(3399), + [sym_boolean_literal] = STATE(3399), + [sym_character_literal] = STATE(3399), + [sym__lexical_identifier] = STATE(2837), + [sym__alpha_identifier] = ACTIONS(333), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(335), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_LPAREN] = ACTIONS(345), + [anon_sym_object] = ACTIONS(1920), + [anon_sym_fun] = ACTIONS(2984), + [anon_sym_get] = ACTIONS(333), + [anon_sym_set] = ACTIONS(333), + [anon_sym_this] = ACTIONS(357), + [anon_sym_super] = ACTIONS(359), + [anon_sym_STAR] = ACTIONS(965), + [sym_label] = ACTIONS(975), + [anon_sym_null] = ACTIONS(1924), + [anon_sym_if] = ACTIONS(2986), + [anon_sym_when] = ACTIONS(375), + [anon_sym_try] = ACTIONS(377), + [anon_sym_throw] = ACTIONS(2988), + [anon_sym_return] = ACTIONS(2990), + [anon_sym_continue] = ACTIONS(383), + [anon_sym_break] = ACTIONS(383), + [anon_sym_COLON_COLON] = ACTIONS(385), + [anon_sym_PLUS] = ACTIONS(975), + [anon_sym_DASH] = ACTIONS(975), + [anon_sym_PLUS_PLUS] = ACTIONS(977), + [anon_sym_DASH_DASH] = ACTIONS(977), + [anon_sym_BANG] = ACTIONS(977), + [anon_sym_data] = ACTIONS(333), + [anon_sym_inner] = ACTIONS(333), + [anon_sym_expect] = ACTIONS(333), + [anon_sym_actual] = ACTIONS(333), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(395), + [anon_sym_break_AT] = ACTIONS(397), + [sym_real_literal] = ACTIONS(1926), + [sym_integer_literal] = ACTIONS(401), + [sym_hex_literal] = ACTIONS(403), + [sym_bin_literal] = ACTIONS(403), + [anon_sym_true] = ACTIONS(405), + [anon_sym_false] = ACTIONS(405), + [anon_sym_SQUOTE] = ACTIONS(407), + [sym__backtick_identifier] = ACTIONS(409), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(411), + }, + [1824] = { + [sym__expression] = STATE(1265), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(1807), + [sym_annotation] = STATE(1807), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(261), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1626), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1311), + [sym_label] = ACTIONS(509), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(495), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(501), + [anon_sym_return] = ACTIONS(503), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(509), + [anon_sym_DASH] = ACTIONS(509), + [anon_sym_PLUS_PLUS] = ACTIONS(511), + [anon_sym_DASH_DASH] = ACTIONS(511), + [anon_sym_BANG] = ACTIONS(511), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), + }, + [1825] = { + [sym__expression] = STATE(715), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(2339), + [sym_annotation] = STATE(2339), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(265), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), [sym__alpha_identifier] = ACTIONS(111), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), + [anon_sym_LBRACE] = ACTIONS(1403), [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1632), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1638), [anon_sym_get] = ACTIONS(111), [anon_sym_set] = ACTIONS(111), [anon_sym_this] = ACTIONS(141), [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(1251), - [sym_label] = ACTIONS(671), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(665), + [anon_sym_STAR] = ACTIONS(841), + [sym_label] = ACTIONS(851), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(1640), [anon_sym_when] = ACTIONS(159), [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(667), - [anon_sym_return] = ACTIONS(669), + [anon_sym_throw] = ACTIONS(1642), + [anon_sym_return] = ACTIONS(1644), [anon_sym_continue] = ACTIONS(167), [anon_sym_break] = ACTIONS(167), [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(671), - [anon_sym_DASH] = ACTIONS(671), - [anon_sym_PLUS_PLUS] = ACTIONS(673), - [anon_sym_DASH_DASH] = ACTIONS(673), - [anon_sym_BANG] = ACTIONS(673), + [anon_sym_PLUS] = ACTIONS(851), + [anon_sym_DASH] = ACTIONS(851), + [anon_sym_PLUS_PLUS] = ACTIONS(853), + [anon_sym_DASH_DASH] = ACTIONS(853), + [anon_sym_BANG] = ACTIONS(853), [anon_sym_data] = ACTIONS(111), [anon_sym_inner] = ACTIONS(111), [anon_sym_expect] = ACTIONS(111), @@ -227436,7 +233222,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(179), [anon_sym_continue_AT] = ACTIONS(181), [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), + [sym_real_literal] = ACTIONS(1411), [sym_integer_literal] = ACTIONS(187), [sym_hex_literal] = ACTIONS(189), [sym_bin_literal] = ACTIONS(189), @@ -227447,179 +233233,179 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(197), }, - [1767] = { - [sym_type_constraints] = STATE(2457), - [sym_property_delegate] = STATE(2653), - [sym_getter] = STATE(5313), - [sym_setter] = STATE(5313), - [sym_modifiers] = STATE(8883), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_EQ] = ACTIONS(5830), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_by] = ACTIONS(3510), - [anon_sym_where] = ACTIONS(5812), - [anon_sym_object] = ACTIONS(3254), - [anon_sym_fun] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(5832), - [anon_sym_get] = ACTIONS(5816), - [anon_sym_set] = ACTIONS(5818), - [anon_sym_this] = ACTIONS(3254), - [anon_sym_super] = ACTIONS(3254), - [anon_sym_STAR] = ACTIONS(3256), - [sym_label] = ACTIONS(3254), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_null] = ACTIONS(3254), - [anon_sym_if] = ACTIONS(3254), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_when] = ACTIONS(3254), - [anon_sym_try] = ACTIONS(3254), - [anon_sym_throw] = ACTIONS(3254), - [anon_sym_return] = ACTIONS(3254), - [anon_sym_continue] = ACTIONS(3254), - [anon_sym_break] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG] = ACTIONS(3254), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3256), - [anon_sym_continue_AT] = ACTIONS(3256), - [anon_sym_break_AT] = ACTIONS(3256), - [sym_real_literal] = ACTIONS(3256), - [sym_integer_literal] = ACTIONS(3254), - [sym_hex_literal] = ACTIONS(3256), - [sym_bin_literal] = ACTIONS(3256), - [anon_sym_true] = ACTIONS(3254), - [anon_sym_false] = ACTIONS(3254), - [anon_sym_SQUOTE] = ACTIONS(3256), - [sym__backtick_identifier] = ACTIONS(3256), - [sym__automatic_semicolon] = ACTIONS(3256), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3256), + [1826] = { + [sym__expression] = STATE(1416), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(1786), + [sym_annotation] = STATE(1786), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(263), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1634), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1279), + [sym_label] = ACTIONS(767), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(761), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(763), + [anon_sym_return] = ACTIONS(765), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(767), + [anon_sym_DASH] = ACTIONS(767), + [anon_sym_PLUS_PLUS] = ACTIONS(769), + [anon_sym_DASH_DASH] = ACTIONS(769), + [anon_sym_BANG] = ACTIONS(769), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), }, - [1768] = { - [sym__expression] = STATE(847), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(1697), - [sym_annotation] = STATE(1697), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(268), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), + [1827] = { + [sym__expression] = STATE(713), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(2339), + [sym_annotation] = STATE(2339), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(265), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), [sym__alpha_identifier] = ACTIONS(111), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), + [anon_sym_LBRACE] = ACTIONS(1403), [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1662), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1638), [anon_sym_get] = ACTIONS(111), [anon_sym_set] = ACTIONS(111), [anon_sym_this] = ACTIONS(141), [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(995), - [sym_label] = ACTIONS(1003), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(1664), + [anon_sym_STAR] = ACTIONS(841), + [sym_label] = ACTIONS(851), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(1640), [anon_sym_when] = ACTIONS(159), [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(1666), - [anon_sym_return] = ACTIONS(1668), + [anon_sym_throw] = ACTIONS(1642), + [anon_sym_return] = ACTIONS(1644), [anon_sym_continue] = ACTIONS(167), [anon_sym_break] = ACTIONS(167), [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(1003), - [anon_sym_DASH] = ACTIONS(1003), - [anon_sym_PLUS_PLUS] = ACTIONS(1005), - [anon_sym_DASH_DASH] = ACTIONS(1005), - [anon_sym_BANG] = ACTIONS(1005), + [anon_sym_PLUS] = ACTIONS(851), + [anon_sym_DASH] = ACTIONS(851), + [anon_sym_PLUS_PLUS] = ACTIONS(853), + [anon_sym_DASH_DASH] = ACTIONS(853), + [anon_sym_BANG] = ACTIONS(853), [anon_sym_data] = ACTIONS(111), [anon_sym_inner] = ACTIONS(111), [anon_sym_expect] = ACTIONS(111), @@ -227628,7 +233414,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(179), [anon_sym_continue_AT] = ACTIONS(181), [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), + [sym_real_literal] = ACTIONS(1411), [sym_integer_literal] = ACTIONS(187), [sym_hex_literal] = ACTIONS(189), [sym_bin_literal] = ACTIONS(189), @@ -227639,87 +233425,87 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(197), }, - [1769] = { - [sym__expression] = STATE(4208), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(2296), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [1828] = { + [sym__expression] = STATE(3741), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1630), + [sym_annotation] = STATE(1630), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(310), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_fun] = ACTIONS(1940), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(845), - [sym_label] = ACTIONS(853), + [anon_sym_STAR] = ACTIONS(1293), + [sym_label] = ACTIONS(735), [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(2022), + [anon_sym_if] = ACTIONS(321), [anon_sym_when] = ACTIONS(245), [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(2024), - [anon_sym_return] = ACTIONS(2026), + [anon_sym_throw] = ACTIONS(323), + [anon_sym_return] = ACTIONS(325), [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(855), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(735), + [anon_sym_DASH] = ACTIONS(735), + [anon_sym_PLUS_PLUS] = ACTIONS(737), + [anon_sym_DASH_DASH] = ACTIONS(737), + [anon_sym_BANG] = ACTIONS(737), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -227735,356 +233521,164 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1770] = { - [sym__expression] = STATE(670), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(2195), - [sym_annotation] = STATE(2195), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(262), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), - [sym__alpha_identifier] = ACTIONS(111), + [1829] = { + [sym__expression] = STATE(362), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(1703), + [sym_annotation] = STATE(1703), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(260), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), + [sym__alpha_identifier] = ACTIONS(537), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1632), - [anon_sym_get] = ACTIONS(111), - [anon_sym_set] = ACTIONS(111), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(1251), - [sym_label] = ACTIONS(671), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(665), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(667), - [anon_sym_return] = ACTIONS(669), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(671), - [anon_sym_DASH] = ACTIONS(671), - [anon_sym_PLUS_PLUS] = ACTIONS(673), - [anon_sym_DASH_DASH] = ACTIONS(673), - [anon_sym_BANG] = ACTIONS(673), - [anon_sym_data] = ACTIONS(111), - [anon_sym_inner] = ACTIONS(111), - [anon_sym_expect] = ACTIONS(111), - [anon_sym_actual] = ACTIONS(111), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), - }, - [1771] = { - [sym__expression] = STATE(326), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2238), - [sym_annotation] = STATE(2238), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(269), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1670), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1047), - [sym_label] = ACTIONS(1055), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(1672), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(1674), - [anon_sym_return] = ACTIONS(1676), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(1055), - [anon_sym_DASH] = ACTIONS(1055), - [anon_sym_PLUS_PLUS] = ACTIONS(1057), - [anon_sym_DASH_DASH] = ACTIONS(1057), - [anon_sym_BANG] = ACTIONS(1057), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), - }, - [1772] = { - [sym__expression] = STATE(324), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2238), - [sym_annotation] = STATE(2238), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(269), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), + [anon_sym_LBRACK] = ACTIONS(539), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), + [anon_sym_LPAREN] = ACTIONS(549), [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1670), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1047), - [sym_label] = ACTIONS(1055), + [anon_sym_fun] = ACTIONS(1616), + [anon_sym_get] = ACTIONS(537), + [anon_sym_set] = ACTIONS(537), + [anon_sym_this] = ACTIONS(561), + [anon_sym_super] = ACTIONS(563), + [anon_sym_STAR] = ACTIONS(1229), + [sym_label] = ACTIONS(591), [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(1672), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(1674), - [anon_sym_return] = ACTIONS(1676), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(1055), - [anon_sym_DASH] = ACTIONS(1055), - [anon_sym_PLUS_PLUS] = ACTIONS(1057), - [anon_sym_DASH_DASH] = ACTIONS(1057), - [anon_sym_BANG] = ACTIONS(1057), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), + [anon_sym_if] = ACTIONS(577), + [anon_sym_when] = ACTIONS(579), + [anon_sym_try] = ACTIONS(581), + [anon_sym_throw] = ACTIONS(583), + [anon_sym_return] = ACTIONS(585), + [anon_sym_continue] = ACTIONS(587), + [anon_sym_break] = ACTIONS(587), + [anon_sym_COLON_COLON] = ACTIONS(589), + [anon_sym_PLUS] = ACTIONS(591), + [anon_sym_DASH] = ACTIONS(591), + [anon_sym_PLUS_PLUS] = ACTIONS(593), + [anon_sym_DASH_DASH] = ACTIONS(593), + [anon_sym_BANG] = ACTIONS(593), + [anon_sym_data] = ACTIONS(537), + [anon_sym_inner] = ACTIONS(537), + [anon_sym_expect] = ACTIONS(537), + [anon_sym_actual] = ACTIONS(537), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(599), + [anon_sym_break_AT] = ACTIONS(601), [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), + [sym_integer_literal] = ACTIONS(605), + [sym_hex_literal] = ACTIONS(607), + [sym_bin_literal] = ACTIONS(607), + [anon_sym_true] = ACTIONS(609), + [anon_sym_false] = ACTIONS(609), + [anon_sym_SQUOTE] = ACTIONS(611), + [sym__backtick_identifier] = ACTIONS(613), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), + [sym__string_start] = ACTIONS(615), }, - [1773] = { - [sym__expression] = STATE(4326), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [1830] = { + [sym__expression] = STATE(4335), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), + [anon_sym_STAR] = ACTIONS(1065), [sym_label] = ACTIONS(327), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(3096), @@ -228100,10 +233694,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(329), [anon_sym_DASH_DASH] = ACTIONS(329), [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -228119,183 +233713,87 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1774] = { - [sym__expression] = STATE(315), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2238), - [sym_annotation] = STATE(2238), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(269), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1670), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1047), - [sym_label] = ACTIONS(1055), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(1672), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(1674), - [anon_sym_return] = ACTIONS(1676), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(1055), - [anon_sym_DASH] = ACTIONS(1055), - [anon_sym_PLUS_PLUS] = ACTIONS(1057), - [anon_sym_DASH_DASH] = ACTIONS(1057), - [anon_sym_BANG] = ACTIONS(1057), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), - }, - [1775] = { - [sym__expression] = STATE(4377), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [1831] = { + [sym__expression] = STATE(3033), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1893), + [sym_annotation] = STATE(1893), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(295), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_fun] = ACTIONS(1858), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), - [sym_label] = ACTIONS(327), + [anon_sym_STAR] = ACTIONS(1317), + [sym_label] = ACTIONS(257), [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(3096), + [anon_sym_if] = ACTIONS(243), [anon_sym_when] = ACTIONS(245), [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(3098), - [anon_sym_return] = ACTIONS(3100), + [anon_sym_throw] = ACTIONS(249), + [anon_sym_return] = ACTIONS(251), [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(327), - [anon_sym_DASH] = ACTIONS(327), - [anon_sym_PLUS_PLUS] = ACTIONS(329), - [anon_sym_DASH_DASH] = ACTIONS(329), - [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(257), + [anon_sym_DASH] = ACTIONS(257), + [anon_sym_PLUS_PLUS] = ACTIONS(259), + [anon_sym_DASH_DASH] = ACTIONS(259), + [anon_sym_BANG] = ACTIONS(259), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -228311,68 +233809,548 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1776] = { - [sym__expression] = STATE(4375), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [1832] = { + [sym__expression] = STATE(3569), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4931), + [sym_parenthesized_expression] = STATE(4931), + [sym_collection_literal] = STATE(4931), + [sym__literal_constant] = STATE(4931), + [sym_string_literal] = STATE(4931), + [sym_lambda_literal] = STATE(4931), + [sym_anonymous_function] = STATE(4931), + [sym__function_literal] = STATE(4931), + [sym_object_literal] = STATE(4931), + [sym_this_expression] = STATE(4931), + [sym_super_expression] = STATE(4931), + [sym_if_expression] = STATE(4931), + [sym_when_expression] = STATE(4931), + [sym_try_expression] = STATE(4931), + [sym_jump_expression] = STATE(4931), + [sym_callable_reference] = STATE(4931), + [sym__prefix_unary_operator] = STATE(1801), + [sym_annotation] = STATE(1801), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4928), + [sym__return_at] = STATE(298), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4931), + [sym_long_literal] = STATE(4931), + [sym_boolean_literal] = STATE(4931), + [sym_character_literal] = STATE(4931), + [sym__lexical_identifier] = STATE(4566), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1902), + [anon_sym_fun] = ACTIONS(1904), + [anon_sym_get] = ACTIONS(7), + [anon_sym_set] = ACTIONS(7), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(1223), + [sym_label] = ACTIONS(449), + [anon_sym_null] = ACTIONS(1906), + [anon_sym_if] = ACTIONS(443), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(445), + [anon_sym_return] = ACTIONS(447), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(449), + [anon_sym_DASH] = ACTIONS(449), + [anon_sym_PLUS_PLUS] = ACTIONS(451), + [anon_sym_DASH_DASH] = ACTIONS(451), + [anon_sym_BANG] = ACTIONS(451), + [anon_sym_data] = ACTIONS(7), + [anon_sym_inner] = ACTIONS(7), + [anon_sym_expect] = ACTIONS(7), + [anon_sym_actual] = ACTIONS(7), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [sym_real_literal] = ACTIONS(1908), + [sym_integer_literal] = ACTIONS(99), + [sym_hex_literal] = ACTIONS(101), + [sym_bin_literal] = ACTIONS(101), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SQUOTE] = ACTIONS(105), + [sym__backtick_identifier] = ACTIONS(107), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(109), + }, + [1833] = { + [sym__expression] = STATE(3554), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4931), + [sym_parenthesized_expression] = STATE(4931), + [sym_collection_literal] = STATE(4931), + [sym__literal_constant] = STATE(4931), + [sym_string_literal] = STATE(4931), + [sym_lambda_literal] = STATE(4931), + [sym_anonymous_function] = STATE(4931), + [sym__function_literal] = STATE(4931), + [sym_object_literal] = STATE(4931), + [sym_this_expression] = STATE(4931), + [sym_super_expression] = STATE(4931), + [sym_if_expression] = STATE(4931), + [sym_when_expression] = STATE(4931), + [sym_try_expression] = STATE(4931), + [sym_jump_expression] = STATE(4931), + [sym_callable_reference] = STATE(4931), + [sym__prefix_unary_operator] = STATE(1801), + [sym_annotation] = STATE(1801), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4928), + [sym__return_at] = STATE(298), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4931), + [sym_long_literal] = STATE(4931), + [sym_boolean_literal] = STATE(4931), + [sym_character_literal] = STATE(4931), + [sym__lexical_identifier] = STATE(4566), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1902), + [anon_sym_fun] = ACTIONS(1904), + [anon_sym_get] = ACTIONS(7), + [anon_sym_set] = ACTIONS(7), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(1223), + [sym_label] = ACTIONS(449), + [anon_sym_null] = ACTIONS(1906), + [anon_sym_if] = ACTIONS(443), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(445), + [anon_sym_return] = ACTIONS(447), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(449), + [anon_sym_DASH] = ACTIONS(449), + [anon_sym_PLUS_PLUS] = ACTIONS(451), + [anon_sym_DASH_DASH] = ACTIONS(451), + [anon_sym_BANG] = ACTIONS(451), + [anon_sym_data] = ACTIONS(7), + [anon_sym_inner] = ACTIONS(7), + [anon_sym_expect] = ACTIONS(7), + [anon_sym_actual] = ACTIONS(7), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [sym_real_literal] = ACTIONS(1908), + [sym_integer_literal] = ACTIONS(99), + [sym_hex_literal] = ACTIONS(101), + [sym_bin_literal] = ACTIONS(101), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SQUOTE] = ACTIONS(105), + [sym__backtick_identifier] = ACTIONS(107), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(109), + }, + [1834] = { + [sym__expression] = STATE(3555), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4931), + [sym_parenthesized_expression] = STATE(4931), + [sym_collection_literal] = STATE(4931), + [sym__literal_constant] = STATE(4931), + [sym_string_literal] = STATE(4931), + [sym_lambda_literal] = STATE(4931), + [sym_anonymous_function] = STATE(4931), + [sym__function_literal] = STATE(4931), + [sym_object_literal] = STATE(4931), + [sym_this_expression] = STATE(4931), + [sym_super_expression] = STATE(4931), + [sym_if_expression] = STATE(4931), + [sym_when_expression] = STATE(4931), + [sym_try_expression] = STATE(4931), + [sym_jump_expression] = STATE(4931), + [sym_callable_reference] = STATE(4931), + [sym__prefix_unary_operator] = STATE(1801), + [sym_annotation] = STATE(1801), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4928), + [sym__return_at] = STATE(298), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4931), + [sym_long_literal] = STATE(4931), + [sym_boolean_literal] = STATE(4931), + [sym_character_literal] = STATE(4931), + [sym__lexical_identifier] = STATE(4566), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1902), + [anon_sym_fun] = ACTIONS(1904), + [anon_sym_get] = ACTIONS(7), + [anon_sym_set] = ACTIONS(7), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(1223), + [sym_label] = ACTIONS(449), + [anon_sym_null] = ACTIONS(1906), + [anon_sym_if] = ACTIONS(443), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(445), + [anon_sym_return] = ACTIONS(447), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(449), + [anon_sym_DASH] = ACTIONS(449), + [anon_sym_PLUS_PLUS] = ACTIONS(451), + [anon_sym_DASH_DASH] = ACTIONS(451), + [anon_sym_BANG] = ACTIONS(451), + [anon_sym_data] = ACTIONS(7), + [anon_sym_inner] = ACTIONS(7), + [anon_sym_expect] = ACTIONS(7), + [anon_sym_actual] = ACTIONS(7), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [sym_real_literal] = ACTIONS(1908), + [sym_integer_literal] = ACTIONS(99), + [sym_hex_literal] = ACTIONS(101), + [sym_bin_literal] = ACTIONS(101), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SQUOTE] = ACTIONS(105), + [sym__backtick_identifier] = ACTIONS(107), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(109), + }, + [1835] = { + [sym__expression] = STATE(3556), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4931), + [sym_parenthesized_expression] = STATE(4931), + [sym_collection_literal] = STATE(4931), + [sym__literal_constant] = STATE(4931), + [sym_string_literal] = STATE(4931), + [sym_lambda_literal] = STATE(4931), + [sym_anonymous_function] = STATE(4931), + [sym__function_literal] = STATE(4931), + [sym_object_literal] = STATE(4931), + [sym_this_expression] = STATE(4931), + [sym_super_expression] = STATE(4931), + [sym_if_expression] = STATE(4931), + [sym_when_expression] = STATE(4931), + [sym_try_expression] = STATE(4931), + [sym_jump_expression] = STATE(4931), + [sym_callable_reference] = STATE(4931), + [sym__prefix_unary_operator] = STATE(1801), + [sym_annotation] = STATE(1801), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4928), + [sym__return_at] = STATE(298), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4931), + [sym_long_literal] = STATE(4931), + [sym_boolean_literal] = STATE(4931), + [sym_character_literal] = STATE(4931), + [sym__lexical_identifier] = STATE(4566), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1902), + [anon_sym_fun] = ACTIONS(1904), + [anon_sym_get] = ACTIONS(7), + [anon_sym_set] = ACTIONS(7), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(1223), + [sym_label] = ACTIONS(449), + [anon_sym_null] = ACTIONS(1906), + [anon_sym_if] = ACTIONS(443), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(445), + [anon_sym_return] = ACTIONS(447), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(449), + [anon_sym_DASH] = ACTIONS(449), + [anon_sym_PLUS_PLUS] = ACTIONS(451), + [anon_sym_DASH_DASH] = ACTIONS(451), + [anon_sym_BANG] = ACTIONS(451), + [anon_sym_data] = ACTIONS(7), + [anon_sym_inner] = ACTIONS(7), + [anon_sym_expect] = ACTIONS(7), + [anon_sym_actual] = ACTIONS(7), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [sym_real_literal] = ACTIONS(1908), + [sym_integer_literal] = ACTIONS(99), + [sym_hex_literal] = ACTIONS(101), + [sym_bin_literal] = ACTIONS(101), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SQUOTE] = ACTIONS(105), + [sym__backtick_identifier] = ACTIONS(107), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(109), + }, + [1836] = { + [sym__expression] = STATE(3557), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4931), + [sym_parenthesized_expression] = STATE(4931), + [sym_collection_literal] = STATE(4931), + [sym__literal_constant] = STATE(4931), + [sym_string_literal] = STATE(4931), + [sym_lambda_literal] = STATE(4931), + [sym_anonymous_function] = STATE(4931), + [sym__function_literal] = STATE(4931), + [sym_object_literal] = STATE(4931), + [sym_this_expression] = STATE(4931), + [sym_super_expression] = STATE(4931), + [sym_if_expression] = STATE(4931), + [sym_when_expression] = STATE(4931), + [sym_try_expression] = STATE(4931), + [sym_jump_expression] = STATE(4931), + [sym_callable_reference] = STATE(4931), + [sym__prefix_unary_operator] = STATE(1801), + [sym_annotation] = STATE(1801), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4928), + [sym__return_at] = STATE(298), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4931), + [sym_long_literal] = STATE(4931), + [sym_boolean_literal] = STATE(4931), + [sym_character_literal] = STATE(4931), + [sym__lexical_identifier] = STATE(4566), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1902), + [anon_sym_fun] = ACTIONS(1904), + [anon_sym_get] = ACTIONS(7), + [anon_sym_set] = ACTIONS(7), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(1223), + [sym_label] = ACTIONS(449), + [anon_sym_null] = ACTIONS(1906), + [anon_sym_if] = ACTIONS(443), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(445), + [anon_sym_return] = ACTIONS(447), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(449), + [anon_sym_DASH] = ACTIONS(449), + [anon_sym_PLUS_PLUS] = ACTIONS(451), + [anon_sym_DASH_DASH] = ACTIONS(451), + [anon_sym_BANG] = ACTIONS(451), + [anon_sym_data] = ACTIONS(7), + [anon_sym_inner] = ACTIONS(7), + [anon_sym_expect] = ACTIONS(7), + [anon_sym_actual] = ACTIONS(7), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [sym_real_literal] = ACTIONS(1908), + [sym_integer_literal] = ACTIONS(99), + [sym_hex_literal] = ACTIONS(101), + [sym_bin_literal] = ACTIONS(101), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SQUOTE] = ACTIONS(105), + [sym__backtick_identifier] = ACTIONS(107), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(109), + }, + [1837] = { + [sym__expression] = STATE(4166), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), + [anon_sym_STAR] = ACTIONS(1065), [sym_label] = ACTIONS(327), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(3096), @@ -228388,10 +234366,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(329), [anon_sym_DASH_DASH] = ACTIONS(329), [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -228407,69 +234385,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1777] = { - [sym__expression] = STATE(4219), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(2296), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [1838] = { + [sym__expression] = STATE(4032), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(1897), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(845), - [sym_label] = ACTIONS(853), + [anon_sym_STAR] = ACTIONS(813), + [sym_label] = ACTIONS(821), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(2022), [anon_sym_when] = ACTIONS(245), @@ -228479,15 +234457,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(855), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(823), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -228503,260 +234481,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1778] = { - [sym__expression] = STATE(908), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(1643), - [sym_annotation] = STATE(1643), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(270), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), - [sym__alpha_identifier] = ACTIONS(537), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1678), - [anon_sym_get] = ACTIONS(537), - [anon_sym_set] = ACTIONS(537), - [anon_sym_this] = ACTIONS(561), - [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1021), - [sym_label] = ACTIONS(1029), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(1680), - [anon_sym_when] = ACTIONS(579), - [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(1682), - [anon_sym_return] = ACTIONS(1684), - [anon_sym_continue] = ACTIONS(587), - [anon_sym_break] = ACTIONS(587), - [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(1029), - [anon_sym_DASH] = ACTIONS(1029), - [anon_sym_PLUS_PLUS] = ACTIONS(1031), - [anon_sym_DASH_DASH] = ACTIONS(1031), - [anon_sym_BANG] = ACTIONS(1031), - [anon_sym_data] = ACTIONS(537), - [anon_sym_inner] = ACTIONS(537), - [anon_sym_expect] = ACTIONS(537), - [anon_sym_actual] = ACTIONS(537), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(599), - [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), - [sym_integer_literal] = ACTIONS(605), - [sym_hex_literal] = ACTIONS(607), - [sym_bin_literal] = ACTIONS(607), - [anon_sym_true] = ACTIONS(609), - [anon_sym_false] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(611), - [sym__backtick_identifier] = ACTIONS(613), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(615), - }, - [1779] = { - [sym__expression] = STATE(468), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2001), - [sym_annotation] = STATE(2001), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(266), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1646), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(901), - [sym_label] = ACTIONS(911), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(1648), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(1650), - [anon_sym_return] = ACTIONS(1652), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(911), - [anon_sym_DASH] = ACTIONS(911), - [anon_sym_PLUS_PLUS] = ACTIONS(913), - [anon_sym_DASH_DASH] = ACTIONS(913), - [anon_sym_BANG] = ACTIONS(913), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), - }, - [1780] = { - [sym__expression] = STATE(4335), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [1839] = { + [sym__expression] = STATE(4427), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), + [anon_sym_STAR] = ACTIONS(1065), [sym_label] = ACTIONS(327), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(3096), @@ -228772,10 +234558,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(329), [anon_sym_DASH_DASH] = ACTIONS(329), [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -228791,471 +234577,279 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1781] = { - [sym__expression] = STATE(942), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(1643), - [sym_annotation] = STATE(1643), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(270), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), - [sym__alpha_identifier] = ACTIONS(537), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1678), - [anon_sym_get] = ACTIONS(537), - [anon_sym_set] = ACTIONS(537), - [anon_sym_this] = ACTIONS(561), - [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1021), - [sym_label] = ACTIONS(1029), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(1680), - [anon_sym_when] = ACTIONS(579), - [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(1682), - [anon_sym_return] = ACTIONS(1684), - [anon_sym_continue] = ACTIONS(587), - [anon_sym_break] = ACTIONS(587), - [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(1029), - [anon_sym_DASH] = ACTIONS(1029), - [anon_sym_PLUS_PLUS] = ACTIONS(1031), - [anon_sym_DASH_DASH] = ACTIONS(1031), - [anon_sym_BANG] = ACTIONS(1031), - [anon_sym_data] = ACTIONS(537), - [anon_sym_inner] = ACTIONS(537), - [anon_sym_expect] = ACTIONS(537), - [anon_sym_actual] = ACTIONS(537), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(599), - [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), - [sym_integer_literal] = ACTIONS(605), - [sym_hex_literal] = ACTIONS(607), - [sym_bin_literal] = ACTIONS(607), - [anon_sym_true] = ACTIONS(609), - [anon_sym_false] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(611), - [sym__backtick_identifier] = ACTIONS(613), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(615), - }, - [1782] = { - [sym__expression] = STATE(967), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(1786), - [sym_annotation] = STATE(1786), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(255), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), - [sym__alpha_identifier] = ACTIONS(111), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1600), - [anon_sym_get] = ACTIONS(111), - [anon_sym_set] = ACTIONS(111), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(1313), - [sym_label] = ACTIONS(171), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(157), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(163), - [anon_sym_return] = ACTIONS(165), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(171), - [anon_sym_DASH] = ACTIONS(171), - [anon_sym_PLUS_PLUS] = ACTIONS(173), - [anon_sym_DASH_DASH] = ACTIONS(173), - [anon_sym_BANG] = ACTIONS(173), - [anon_sym_data] = ACTIONS(111), - [anon_sym_inner] = ACTIONS(111), - [anon_sym_expect] = ACTIONS(111), - [anon_sym_actual] = ACTIONS(111), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), - }, - [1783] = { - [sym__expression] = STATE(1016), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(1786), - [sym_annotation] = STATE(1786), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(255), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), - [sym__alpha_identifier] = ACTIONS(111), + [1840] = { + [sym__expression] = STATE(3559), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4931), + [sym_parenthesized_expression] = STATE(4931), + [sym_collection_literal] = STATE(4931), + [sym__literal_constant] = STATE(4931), + [sym_string_literal] = STATE(4931), + [sym_lambda_literal] = STATE(4931), + [sym_anonymous_function] = STATE(4931), + [sym__function_literal] = STATE(4931), + [sym_object_literal] = STATE(4931), + [sym_this_expression] = STATE(4931), + [sym_super_expression] = STATE(4931), + [sym_if_expression] = STATE(4931), + [sym_when_expression] = STATE(4931), + [sym_try_expression] = STATE(4931), + [sym_jump_expression] = STATE(4931), + [sym_callable_reference] = STATE(4931), + [sym__prefix_unary_operator] = STATE(1801), + [sym_annotation] = STATE(1801), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4928), + [sym__return_at] = STATE(298), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4931), + [sym_long_literal] = STATE(4931), + [sym_boolean_literal] = STATE(4931), + [sym_character_literal] = STATE(4931), + [sym__lexical_identifier] = STATE(4566), + [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1600), - [anon_sym_get] = ACTIONS(111), - [anon_sym_set] = ACTIONS(111), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(1313), - [sym_label] = ACTIONS(171), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(157), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(163), - [anon_sym_return] = ACTIONS(165), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(171), - [anon_sym_DASH] = ACTIONS(171), - [anon_sym_PLUS_PLUS] = ACTIONS(173), - [anon_sym_DASH_DASH] = ACTIONS(173), - [anon_sym_BANG] = ACTIONS(173), - [anon_sym_data] = ACTIONS(111), - [anon_sym_inner] = ACTIONS(111), - [anon_sym_expect] = ACTIONS(111), - [anon_sym_actual] = ACTIONS(111), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1902), + [anon_sym_fun] = ACTIONS(1904), + [anon_sym_get] = ACTIONS(7), + [anon_sym_set] = ACTIONS(7), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(1223), + [sym_label] = ACTIONS(449), + [anon_sym_null] = ACTIONS(1906), + [anon_sym_if] = ACTIONS(443), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(445), + [anon_sym_return] = ACTIONS(447), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(449), + [anon_sym_DASH] = ACTIONS(449), + [anon_sym_PLUS_PLUS] = ACTIONS(451), + [anon_sym_DASH_DASH] = ACTIONS(451), + [anon_sym_BANG] = ACTIONS(451), + [anon_sym_data] = ACTIONS(7), + [anon_sym_inner] = ACTIONS(7), + [anon_sym_expect] = ACTIONS(7), + [anon_sym_actual] = ACTIONS(7), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [sym_real_literal] = ACTIONS(1908), + [sym_integer_literal] = ACTIONS(99), + [sym_hex_literal] = ACTIONS(101), + [sym_bin_literal] = ACTIONS(101), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SQUOTE] = ACTIONS(105), + [sym__backtick_identifier] = ACTIONS(107), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), + [sym__string_start] = ACTIONS(109), }, - [1784] = { - [sym__expression] = STATE(2455), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(1697), - [sym_annotation] = STATE(1697), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(268), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), - [sym__alpha_identifier] = ACTIONS(111), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1662), - [anon_sym_get] = ACTIONS(111), - [anon_sym_set] = ACTIONS(111), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(995), - [sym_label] = ACTIONS(1003), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(1664), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(1666), - [anon_sym_return] = ACTIONS(1668), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(1003), - [anon_sym_DASH] = ACTIONS(1003), - [anon_sym_PLUS_PLUS] = ACTIONS(1005), - [anon_sym_DASH_DASH] = ACTIONS(1005), - [anon_sym_BANG] = ACTIONS(1005), - [anon_sym_data] = ACTIONS(111), - [anon_sym_inner] = ACTIONS(111), - [anon_sym_expect] = ACTIONS(111), - [anon_sym_actual] = ACTIONS(111), + [1841] = { + [sym__expression] = STATE(4031), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(1897), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(331), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(2020), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(813), + [sym_label] = ACTIONS(821), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(2022), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(2024), + [anon_sym_return] = ACTIONS(2026), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(823), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), + [sym__string_start] = ACTIONS(283), }, - [1785] = { - [sym__expression] = STATE(4324), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [1842] = { + [sym__expression] = STATE(4027), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(1897), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(331), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_fun] = ACTIONS(2020), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), - [sym_label] = ACTIONS(327), + [anon_sym_STAR] = ACTIONS(813), + [sym_label] = ACTIONS(821), [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(3096), + [anon_sym_if] = ACTIONS(2022), [anon_sym_when] = ACTIONS(245), [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(3098), - [anon_sym_return] = ACTIONS(3100), + [anon_sym_throw] = ACTIONS(2024), + [anon_sym_return] = ACTIONS(2026), [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(327), - [anon_sym_DASH] = ACTIONS(327), - [anon_sym_PLUS_PLUS] = ACTIONS(329), - [anon_sym_DASH_DASH] = ACTIONS(329), - [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(823), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -229271,375 +234865,279 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1786] = { - [sym__expression] = STATE(1012), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(1786), - [sym_annotation] = STATE(1786), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(255), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), - [sym__alpha_identifier] = ACTIONS(111), + [1843] = { + [sym__expression] = STATE(4211), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4931), + [sym_parenthesized_expression] = STATE(4931), + [sym_collection_literal] = STATE(4931), + [sym__literal_constant] = STATE(4931), + [sym_string_literal] = STATE(4931), + [sym_lambda_literal] = STATE(4931), + [sym_anonymous_function] = STATE(4931), + [sym__function_literal] = STATE(4931), + [sym_object_literal] = STATE(4931), + [sym_this_expression] = STATE(4931), + [sym_super_expression] = STATE(4931), + [sym_if_expression] = STATE(4931), + [sym_when_expression] = STATE(4931), + [sym_try_expression] = STATE(4931), + [sym_jump_expression] = STATE(4931), + [sym_callable_reference] = STATE(4931), + [sym__prefix_unary_operator] = STATE(1926), + [sym_annotation] = STATE(1926), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4928), + [sym__return_at] = STATE(399), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4931), + [sym_long_literal] = STATE(4931), + [sym_boolean_literal] = STATE(4931), + [sym_character_literal] = STATE(4931), + [sym__lexical_identifier] = STATE(4566), + [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1600), - [anon_sym_get] = ACTIONS(111), - [anon_sym_set] = ACTIONS(111), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(1313), - [sym_label] = ACTIONS(171), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(157), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(163), - [anon_sym_return] = ACTIONS(165), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(171), - [anon_sym_DASH] = ACTIONS(171), - [anon_sym_PLUS_PLUS] = ACTIONS(173), - [anon_sym_DASH_DASH] = ACTIONS(173), - [anon_sym_BANG] = ACTIONS(173), - [anon_sym_data] = ACTIONS(111), - [anon_sym_inner] = ACTIONS(111), - [anon_sym_expect] = ACTIONS(111), - [anon_sym_actual] = ACTIONS(111), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), - }, - [1787] = { - [sym__expression] = STATE(1014), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(1786), - [sym_annotation] = STATE(1786), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(255), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), - [sym__alpha_identifier] = ACTIONS(111), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1600), - [anon_sym_get] = ACTIONS(111), - [anon_sym_set] = ACTIONS(111), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(1313), - [sym_label] = ACTIONS(171), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(157), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(163), - [anon_sym_return] = ACTIONS(165), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(171), - [anon_sym_DASH] = ACTIONS(171), - [anon_sym_PLUS_PLUS] = ACTIONS(173), - [anon_sym_DASH_DASH] = ACTIONS(173), - [anon_sym_BANG] = ACTIONS(173), - [anon_sym_data] = ACTIONS(111), - [anon_sym_inner] = ACTIONS(111), - [anon_sym_expect] = ACTIONS(111), - [anon_sym_actual] = ACTIONS(111), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1902), + [anon_sym_fun] = ACTIONS(3162), + [anon_sym_get] = ACTIONS(7), + [anon_sym_set] = ACTIONS(7), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(43), + [sym_label] = ACTIONS(69), + [anon_sym_null] = ACTIONS(1906), + [anon_sym_if] = ACTIONS(3164), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(3166), + [anon_sym_return] = ACTIONS(3168), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(69), + [anon_sym_DASH] = ACTIONS(69), + [anon_sym_PLUS_PLUS] = ACTIONS(71), + [anon_sym_DASH_DASH] = ACTIONS(71), + [anon_sym_BANG] = ACTIONS(71), + [anon_sym_data] = ACTIONS(7), + [anon_sym_inner] = ACTIONS(7), + [anon_sym_expect] = ACTIONS(7), + [anon_sym_actual] = ACTIONS(7), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [sym_real_literal] = ACTIONS(1908), + [sym_integer_literal] = ACTIONS(99), + [sym_hex_literal] = ACTIONS(101), + [sym_bin_literal] = ACTIONS(101), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SQUOTE] = ACTIONS(105), + [sym__backtick_identifier] = ACTIONS(107), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), + [sym__string_start] = ACTIONS(109), }, - [1788] = { - [sym__expression] = STATE(1011), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), + [1844] = { + [sym__expression] = STATE(1406), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), [sym__prefix_unary_operator] = STATE(1786), [sym_annotation] = STATE(1786), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(255), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), - [sym__alpha_identifier] = ACTIONS(111), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1600), - [anon_sym_get] = ACTIONS(111), - [anon_sym_set] = ACTIONS(111), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(1313), - [sym_label] = ACTIONS(171), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(157), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(163), - [anon_sym_return] = ACTIONS(165), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(171), - [anon_sym_DASH] = ACTIONS(171), - [anon_sym_PLUS_PLUS] = ACTIONS(173), - [anon_sym_DASH_DASH] = ACTIONS(173), - [anon_sym_BANG] = ACTIONS(173), - [anon_sym_data] = ACTIONS(111), - [anon_sym_inner] = ACTIONS(111), - [anon_sym_expect] = ACTIONS(111), - [anon_sym_actual] = ACTIONS(111), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(263), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1634), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1279), + [sym_label] = ACTIONS(767), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(761), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(763), + [anon_sym_return] = ACTIONS(765), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(767), + [anon_sym_DASH] = ACTIONS(767), + [anon_sym_PLUS_PLUS] = ACTIONS(769), + [anon_sym_DASH_DASH] = ACTIONS(769), + [anon_sym_BANG] = ACTIONS(769), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), + [sym__string_start] = ACTIONS(535), }, - [1789] = { - [sym__expression] = STATE(4323), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [1845] = { + [sym__expression] = STATE(4024), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(1897), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(331), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_fun] = ACTIONS(2020), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), - [sym_label] = ACTIONS(327), + [anon_sym_STAR] = ACTIONS(813), + [sym_label] = ACTIONS(821), [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(3096), + [anon_sym_if] = ACTIONS(2022), [anon_sym_when] = ACTIONS(245), [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(3098), - [anon_sym_return] = ACTIONS(3100), + [anon_sym_throw] = ACTIONS(2024), + [anon_sym_return] = ACTIONS(2026), [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(327), - [anon_sym_DASH] = ACTIONS(327), - [anon_sym_PLUS_PLUS] = ACTIONS(329), - [anon_sym_DASH_DASH] = ACTIONS(329), - [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(823), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -229655,279 +235153,375 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1790] = { - [sym__expression] = STATE(940), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(1643), - [sym_annotation] = STATE(1643), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(270), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), - [sym__alpha_identifier] = ACTIONS(537), + [1846] = { + [sym__expression] = STATE(4212), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4931), + [sym_parenthesized_expression] = STATE(4931), + [sym_collection_literal] = STATE(4931), + [sym__literal_constant] = STATE(4931), + [sym_string_literal] = STATE(4931), + [sym_lambda_literal] = STATE(4931), + [sym_anonymous_function] = STATE(4931), + [sym__function_literal] = STATE(4931), + [sym_object_literal] = STATE(4931), + [sym_this_expression] = STATE(4931), + [sym_super_expression] = STATE(4931), + [sym_if_expression] = STATE(4931), + [sym_when_expression] = STATE(4931), + [sym_try_expression] = STATE(4931), + [sym_jump_expression] = STATE(4931), + [sym_callable_reference] = STATE(4931), + [sym__prefix_unary_operator] = STATE(1926), + [sym_annotation] = STATE(1926), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4928), + [sym__return_at] = STATE(399), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4931), + [sym_long_literal] = STATE(4931), + [sym_boolean_literal] = STATE(4931), + [sym_character_literal] = STATE(4931), + [sym__lexical_identifier] = STATE(4566), + [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1678), - [anon_sym_get] = ACTIONS(537), - [anon_sym_set] = ACTIONS(537), - [anon_sym_this] = ACTIONS(561), - [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1021), - [sym_label] = ACTIONS(1029), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(1680), - [anon_sym_when] = ACTIONS(579), - [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(1682), - [anon_sym_return] = ACTIONS(1684), - [anon_sym_continue] = ACTIONS(587), - [anon_sym_break] = ACTIONS(587), - [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(1029), - [anon_sym_DASH] = ACTIONS(1029), - [anon_sym_PLUS_PLUS] = ACTIONS(1031), - [anon_sym_DASH_DASH] = ACTIONS(1031), - [anon_sym_BANG] = ACTIONS(1031), - [anon_sym_data] = ACTIONS(537), - [anon_sym_inner] = ACTIONS(537), - [anon_sym_expect] = ACTIONS(537), - [anon_sym_actual] = ACTIONS(537), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1902), + [anon_sym_fun] = ACTIONS(3162), + [anon_sym_get] = ACTIONS(7), + [anon_sym_set] = ACTIONS(7), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(43), + [sym_label] = ACTIONS(69), + [anon_sym_null] = ACTIONS(1906), + [anon_sym_if] = ACTIONS(3164), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(3166), + [anon_sym_return] = ACTIONS(3168), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(69), + [anon_sym_DASH] = ACTIONS(69), + [anon_sym_PLUS_PLUS] = ACTIONS(71), + [anon_sym_DASH_DASH] = ACTIONS(71), + [anon_sym_BANG] = ACTIONS(71), + [anon_sym_data] = ACTIONS(7), + [anon_sym_inner] = ACTIONS(7), + [anon_sym_expect] = ACTIONS(7), + [anon_sym_actual] = ACTIONS(7), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(599), - [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), - [sym_integer_literal] = ACTIONS(605), - [sym_hex_literal] = ACTIONS(607), - [sym_bin_literal] = ACTIONS(607), - [anon_sym_true] = ACTIONS(609), - [anon_sym_false] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(611), - [sym__backtick_identifier] = ACTIONS(613), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [sym_real_literal] = ACTIONS(1908), + [sym_integer_literal] = ACTIONS(99), + [sym_hex_literal] = ACTIONS(101), + [sym_bin_literal] = ACTIONS(101), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SQUOTE] = ACTIONS(105), + [sym__backtick_identifier] = ACTIONS(107), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(615), + [sym__string_start] = ACTIONS(109), }, - [1791] = { - [sym__expression] = STATE(1002), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(1786), - [sym_annotation] = STATE(1786), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(255), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), - [sym__alpha_identifier] = ACTIONS(111), + [1847] = { + [sym__expression] = STATE(4191), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4931), + [sym_parenthesized_expression] = STATE(4931), + [sym_collection_literal] = STATE(4931), + [sym__literal_constant] = STATE(4931), + [sym_string_literal] = STATE(4931), + [sym_lambda_literal] = STATE(4931), + [sym_anonymous_function] = STATE(4931), + [sym__function_literal] = STATE(4931), + [sym_object_literal] = STATE(4931), + [sym_this_expression] = STATE(4931), + [sym_super_expression] = STATE(4931), + [sym_if_expression] = STATE(4931), + [sym_when_expression] = STATE(4931), + [sym_try_expression] = STATE(4931), + [sym_jump_expression] = STATE(4931), + [sym_callable_reference] = STATE(4931), + [sym__prefix_unary_operator] = STATE(1926), + [sym_annotation] = STATE(1926), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4928), + [sym__return_at] = STATE(399), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4931), + [sym_long_literal] = STATE(4931), + [sym_boolean_literal] = STATE(4931), + [sym_character_literal] = STATE(4931), + [sym__lexical_identifier] = STATE(4566), + [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1600), - [anon_sym_get] = ACTIONS(111), - [anon_sym_set] = ACTIONS(111), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(1313), - [sym_label] = ACTIONS(171), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(157), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(163), - [anon_sym_return] = ACTIONS(165), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(171), - [anon_sym_DASH] = ACTIONS(171), - [anon_sym_PLUS_PLUS] = ACTIONS(173), - [anon_sym_DASH_DASH] = ACTIONS(173), - [anon_sym_BANG] = ACTIONS(173), - [anon_sym_data] = ACTIONS(111), - [anon_sym_inner] = ACTIONS(111), - [anon_sym_expect] = ACTIONS(111), - [anon_sym_actual] = ACTIONS(111), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1902), + [anon_sym_fun] = ACTIONS(3162), + [anon_sym_get] = ACTIONS(7), + [anon_sym_set] = ACTIONS(7), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(43), + [sym_label] = ACTIONS(69), + [anon_sym_null] = ACTIONS(1906), + [anon_sym_if] = ACTIONS(3164), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(3166), + [anon_sym_return] = ACTIONS(3168), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(69), + [anon_sym_DASH] = ACTIONS(69), + [anon_sym_PLUS_PLUS] = ACTIONS(71), + [anon_sym_DASH_DASH] = ACTIONS(71), + [anon_sym_BANG] = ACTIONS(71), + [anon_sym_data] = ACTIONS(7), + [anon_sym_inner] = ACTIONS(7), + [anon_sym_expect] = ACTIONS(7), + [anon_sym_actual] = ACTIONS(7), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [sym_real_literal] = ACTIONS(1908), + [sym_integer_literal] = ACTIONS(99), + [sym_hex_literal] = ACTIONS(101), + [sym_bin_literal] = ACTIONS(101), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SQUOTE] = ACTIONS(105), + [sym__backtick_identifier] = ACTIONS(107), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), + [sym__string_start] = ACTIONS(109), }, - [1792] = { - [sym__expression] = STATE(4320), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [1848] = { + [sym__expression] = STATE(4201), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4931), + [sym_parenthesized_expression] = STATE(4931), + [sym_collection_literal] = STATE(4931), + [sym__literal_constant] = STATE(4931), + [sym_string_literal] = STATE(4931), + [sym_lambda_literal] = STATE(4931), + [sym_anonymous_function] = STATE(4931), + [sym__function_literal] = STATE(4931), + [sym_object_literal] = STATE(4931), + [sym_this_expression] = STATE(4931), + [sym_super_expression] = STATE(4931), + [sym_if_expression] = STATE(4931), + [sym_when_expression] = STATE(4931), + [sym_try_expression] = STATE(4931), + [sym_jump_expression] = STATE(4931), + [sym_callable_reference] = STATE(4931), + [sym__prefix_unary_operator] = STATE(1926), + [sym_annotation] = STATE(1926), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4928), + [sym__return_at] = STATE(399), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4931), + [sym_long_literal] = STATE(4931), + [sym_boolean_literal] = STATE(4931), + [sym_character_literal] = STATE(4931), + [sym__lexical_identifier] = STATE(4566), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1902), + [anon_sym_fun] = ACTIONS(3162), + [anon_sym_get] = ACTIONS(7), + [anon_sym_set] = ACTIONS(7), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(43), + [sym_label] = ACTIONS(69), + [anon_sym_null] = ACTIONS(1906), + [anon_sym_if] = ACTIONS(3164), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(3166), + [anon_sym_return] = ACTIONS(3168), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(69), + [anon_sym_DASH] = ACTIONS(69), + [anon_sym_PLUS_PLUS] = ACTIONS(71), + [anon_sym_DASH_DASH] = ACTIONS(71), + [anon_sym_BANG] = ACTIONS(71), + [anon_sym_data] = ACTIONS(7), + [anon_sym_inner] = ACTIONS(7), + [anon_sym_expect] = ACTIONS(7), + [anon_sym_actual] = ACTIONS(7), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [sym_real_literal] = ACTIONS(1908), + [sym_integer_literal] = ACTIONS(99), + [sym_hex_literal] = ACTIONS(101), + [sym_bin_literal] = ACTIONS(101), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SQUOTE] = ACTIONS(105), + [sym__backtick_identifier] = ACTIONS(107), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(109), + }, + [1849] = { + [sym__expression] = STATE(4023), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(1897), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(331), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_fun] = ACTIONS(2020), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), - [sym_label] = ACTIONS(327), + [anon_sym_STAR] = ACTIONS(813), + [sym_label] = ACTIONS(821), [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(3096), + [anon_sym_if] = ACTIONS(2022), [anon_sym_when] = ACTIONS(245), [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(3098), - [anon_sym_return] = ACTIONS(3100), + [anon_sym_throw] = ACTIONS(2024), + [anon_sym_return] = ACTIONS(2026), [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(327), - [anon_sym_DASH] = ACTIONS(327), - [anon_sym_PLUS_PLUS] = ACTIONS(329), - [anon_sym_DASH_DASH] = ACTIONS(329), - [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(823), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -229943,284 +235537,380 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1793] = { - [sym__expression] = STATE(937), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(1643), - [sym_annotation] = STATE(1643), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(270), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), - [sym__alpha_identifier] = ACTIONS(537), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(539), + [1850] = { + [sym__expression] = STATE(4021), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(1897), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(331), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(2020), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(813), + [sym_label] = ACTIONS(821), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(2022), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(2024), + [anon_sym_return] = ACTIONS(2026), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(823), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(283), + }, + [1851] = { + [sym__expression] = STATE(1253), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(1807), + [sym_annotation] = STATE(1807), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(261), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_LPAREN] = ACTIONS(549), + [anon_sym_LPAREN] = ACTIONS(467), [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1678), - [anon_sym_get] = ACTIONS(537), - [anon_sym_set] = ACTIONS(537), - [anon_sym_this] = ACTIONS(561), - [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1021), - [sym_label] = ACTIONS(1029), + [anon_sym_fun] = ACTIONS(1626), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1311), + [sym_label] = ACTIONS(509), [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(1680), - [anon_sym_when] = ACTIONS(579), - [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(1682), - [anon_sym_return] = ACTIONS(1684), - [anon_sym_continue] = ACTIONS(587), - [anon_sym_break] = ACTIONS(587), - [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(1029), - [anon_sym_DASH] = ACTIONS(1029), - [anon_sym_PLUS_PLUS] = ACTIONS(1031), - [anon_sym_DASH_DASH] = ACTIONS(1031), - [anon_sym_BANG] = ACTIONS(1031), - [anon_sym_data] = ACTIONS(537), - [anon_sym_inner] = ACTIONS(537), - [anon_sym_expect] = ACTIONS(537), - [anon_sym_actual] = ACTIONS(537), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(599), - [anon_sym_break_AT] = ACTIONS(601), + [anon_sym_if] = ACTIONS(495), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(501), + [anon_sym_return] = ACTIONS(503), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(509), + [anon_sym_DASH] = ACTIONS(509), + [anon_sym_PLUS_PLUS] = ACTIONS(511), + [anon_sym_DASH_DASH] = ACTIONS(511), + [anon_sym_BANG] = ACTIONS(511), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), [sym_real_literal] = ACTIONS(1630), - [sym_integer_literal] = ACTIONS(605), - [sym_hex_literal] = ACTIONS(607), - [sym_bin_literal] = ACTIONS(607), - [anon_sym_true] = ACTIONS(609), - [anon_sym_false] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(611), - [sym__backtick_identifier] = ACTIONS(613), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(615), + [sym__string_start] = ACTIONS(535), }, - [1794] = { - [sym__expression] = STATE(936), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(1643), - [sym_annotation] = STATE(1643), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(270), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), - [sym__alpha_identifier] = ACTIONS(537), + [1852] = { + [sym__expression] = STATE(4192), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4931), + [sym_parenthesized_expression] = STATE(4931), + [sym_collection_literal] = STATE(4931), + [sym__literal_constant] = STATE(4931), + [sym_string_literal] = STATE(4931), + [sym_lambda_literal] = STATE(4931), + [sym_anonymous_function] = STATE(4931), + [sym__function_literal] = STATE(4931), + [sym_object_literal] = STATE(4931), + [sym_this_expression] = STATE(4931), + [sym_super_expression] = STATE(4931), + [sym_if_expression] = STATE(4931), + [sym_when_expression] = STATE(4931), + [sym_try_expression] = STATE(4931), + [sym_jump_expression] = STATE(4931), + [sym_callable_reference] = STATE(4931), + [sym__prefix_unary_operator] = STATE(1926), + [sym_annotation] = STATE(1926), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4928), + [sym__return_at] = STATE(399), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4931), + [sym_long_literal] = STATE(4931), + [sym_boolean_literal] = STATE(4931), + [sym_character_literal] = STATE(4931), + [sym__lexical_identifier] = STATE(4566), + [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1678), - [anon_sym_get] = ACTIONS(537), - [anon_sym_set] = ACTIONS(537), - [anon_sym_this] = ACTIONS(561), - [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1021), - [sym_label] = ACTIONS(1029), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(1680), - [anon_sym_when] = ACTIONS(579), - [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(1682), - [anon_sym_return] = ACTIONS(1684), - [anon_sym_continue] = ACTIONS(587), - [anon_sym_break] = ACTIONS(587), - [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(1029), - [anon_sym_DASH] = ACTIONS(1029), - [anon_sym_PLUS_PLUS] = ACTIONS(1031), - [anon_sym_DASH_DASH] = ACTIONS(1031), - [anon_sym_BANG] = ACTIONS(1031), - [anon_sym_data] = ACTIONS(537), - [anon_sym_inner] = ACTIONS(537), - [anon_sym_expect] = ACTIONS(537), - [anon_sym_actual] = ACTIONS(537), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1902), + [anon_sym_fun] = ACTIONS(3162), + [anon_sym_get] = ACTIONS(7), + [anon_sym_set] = ACTIONS(7), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(43), + [sym_label] = ACTIONS(69), + [anon_sym_null] = ACTIONS(1906), + [anon_sym_if] = ACTIONS(3164), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(3166), + [anon_sym_return] = ACTIONS(3168), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(69), + [anon_sym_DASH] = ACTIONS(69), + [anon_sym_PLUS_PLUS] = ACTIONS(71), + [anon_sym_DASH_DASH] = ACTIONS(71), + [anon_sym_BANG] = ACTIONS(71), + [anon_sym_data] = ACTIONS(7), + [anon_sym_inner] = ACTIONS(7), + [anon_sym_expect] = ACTIONS(7), + [anon_sym_actual] = ACTIONS(7), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(599), - [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), - [sym_integer_literal] = ACTIONS(605), - [sym_hex_literal] = ACTIONS(607), - [sym_bin_literal] = ACTIONS(607), - [anon_sym_true] = ACTIONS(609), - [anon_sym_false] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(611), - [sym__backtick_identifier] = ACTIONS(613), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [sym_real_literal] = ACTIONS(1908), + [sym_integer_literal] = ACTIONS(99), + [sym_hex_literal] = ACTIONS(101), + [sym_bin_literal] = ACTIONS(101), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SQUOTE] = ACTIONS(105), + [sym__backtick_identifier] = ACTIONS(107), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(615), + [sym__string_start] = ACTIONS(109), }, - [1795] = { - [sym__expression] = STATE(879), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(1643), - [sym_annotation] = STATE(1643), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(270), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), + [1853] = { + [sym__expression] = STATE(390), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2198), + [sym_annotation] = STATE(2198), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(264), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), [sym__alpha_identifier] = ACTIONS(537), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LBRACE] = ACTIONS(1612), [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1678), + [anon_sym_object] = ACTIONS(1614), + [anon_sym_fun] = ACTIONS(1636), [anon_sym_get] = ACTIONS(537), [anon_sym_set] = ACTIONS(537), [anon_sym_this] = ACTIONS(561), [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1021), - [sym_label] = ACTIONS(1029), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(1680), + [anon_sym_STAR] = ACTIONS(1259), + [sym_label] = ACTIONS(645), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(639), [anon_sym_when] = ACTIONS(579), [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(1682), - [anon_sym_return] = ACTIONS(1684), + [anon_sym_throw] = ACTIONS(641), + [anon_sym_return] = ACTIONS(643), [anon_sym_continue] = ACTIONS(587), [anon_sym_break] = ACTIONS(587), [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(1029), - [anon_sym_DASH] = ACTIONS(1029), - [anon_sym_PLUS_PLUS] = ACTIONS(1031), - [anon_sym_DASH_DASH] = ACTIONS(1031), - [anon_sym_BANG] = ACTIONS(1031), + [anon_sym_PLUS] = ACTIONS(645), + [anon_sym_DASH] = ACTIONS(645), + [anon_sym_PLUS_PLUS] = ACTIONS(647), + [anon_sym_DASH_DASH] = ACTIONS(647), + [anon_sym_BANG] = ACTIONS(647), [anon_sym_data] = ACTIONS(537), [anon_sym_inner] = ACTIONS(537), [anon_sym_expect] = ACTIONS(537), [anon_sym_actual] = ACTIONS(537), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), + [anon_sym_return_AT] = ACTIONS(517), [anon_sym_continue_AT] = ACTIONS(599), [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), + [sym_real_literal] = ACTIONS(1620), [sym_integer_literal] = ACTIONS(605), [sym_hex_literal] = ACTIONS(607), [sym_bin_literal] = ACTIONS(607), @@ -230231,165 +235921,165 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(615), }, - [1796] = { - [sym__expression] = STATE(1000), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(1786), - [sym_annotation] = STATE(1786), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(255), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), - [sym__alpha_identifier] = ACTIONS(111), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1600), - [anon_sym_get] = ACTIONS(111), - [anon_sym_set] = ACTIONS(111), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(1313), - [sym_label] = ACTIONS(171), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(157), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(163), - [anon_sym_return] = ACTIONS(165), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(171), - [anon_sym_DASH] = ACTIONS(171), - [anon_sym_PLUS_PLUS] = ACTIONS(173), - [anon_sym_DASH_DASH] = ACTIONS(173), - [anon_sym_BANG] = ACTIONS(173), - [anon_sym_data] = ACTIONS(111), - [anon_sym_inner] = ACTIONS(111), - [anon_sym_expect] = ACTIONS(111), - [anon_sym_actual] = ACTIONS(111), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), + [1854] = { + [sym_type_constraints] = STATE(2430), + [sym_property_delegate] = STATE(2657), + [sym_getter] = STATE(5383), + [sym_setter] = STATE(5383), + [sym_modifiers] = STATE(8811), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_EQ] = ACTIONS(5804), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_by] = ACTIONS(3510), + [anon_sym_where] = ACTIONS(5790), + [anon_sym_object] = ACTIONS(1784), + [anon_sym_fun] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(1974), + [anon_sym_get] = ACTIONS(5794), + [anon_sym_set] = ACTIONS(5796), + [anon_sym_this] = ACTIONS(1784), + [anon_sym_super] = ACTIONS(1784), + [anon_sym_STAR] = ACTIONS(1786), + [sym_label] = ACTIONS(1784), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_null] = ACTIONS(1784), + [anon_sym_if] = ACTIONS(1784), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_when] = ACTIONS(1784), + [anon_sym_try] = ACTIONS(1784), + [anon_sym_throw] = ACTIONS(1784), + [anon_sym_return] = ACTIONS(1784), + [anon_sym_continue] = ACTIONS(1784), + [anon_sym_break] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG] = ACTIONS(1784), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1786), + [anon_sym_continue_AT] = ACTIONS(1786), + [anon_sym_break_AT] = ACTIONS(1786), + [sym_real_literal] = ACTIONS(1786), + [sym_integer_literal] = ACTIONS(1784), + [sym_hex_literal] = ACTIONS(1786), + [sym_bin_literal] = ACTIONS(1786), + [anon_sym_true] = ACTIONS(1784), + [anon_sym_false] = ACTIONS(1784), + [anon_sym_SQUOTE] = ACTIONS(1786), + [sym__backtick_identifier] = ACTIONS(1786), + [sym__automatic_semicolon] = ACTIONS(1786), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1786), }, - [1797] = { - [sym__expression] = STATE(4220), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(2296), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [1855] = { + [sym__expression] = STATE(4020), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(1897), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(845), - [sym_label] = ACTIONS(853), + [anon_sym_STAR] = ACTIONS(813), + [sym_label] = ACTIONS(821), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(2022), [anon_sym_when] = ACTIONS(245), @@ -230399,15 +236089,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(855), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(823), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -230423,471 +236113,279 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1798] = { - [sym__expression] = STATE(325), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2238), - [sym_annotation] = STATE(2238), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(269), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1670), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1047), - [sym_label] = ACTIONS(1055), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(1672), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(1674), - [anon_sym_return] = ACTIONS(1676), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(1055), - [anon_sym_DASH] = ACTIONS(1055), - [anon_sym_PLUS_PLUS] = ACTIONS(1057), - [anon_sym_DASH_DASH] = ACTIONS(1057), - [anon_sym_BANG] = ACTIONS(1057), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), - }, - [1799] = { - [sym__expression] = STATE(737), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(2135), - [sym_annotation] = STATE(2135), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(265), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), - [sym__alpha_identifier] = ACTIONS(111), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1638), - [anon_sym_get] = ACTIONS(111), - [anon_sym_set] = ACTIONS(111), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(813), - [sym_label] = ACTIONS(823), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(1640), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(1642), - [anon_sym_return] = ACTIONS(1644), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(823), - [anon_sym_DASH] = ACTIONS(823), - [anon_sym_PLUS_PLUS] = ACTIONS(825), - [anon_sym_DASH_DASH] = ACTIONS(825), - [anon_sym_BANG] = ACTIONS(825), - [anon_sym_data] = ACTIONS(111), - [anon_sym_inner] = ACTIONS(111), - [anon_sym_expect] = ACTIONS(111), - [anon_sym_actual] = ACTIONS(111), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), - }, - [1800] = { - [sym__expression] = STATE(291), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2221), - [sym_annotation] = STATE(2221), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), + [1856] = { + [sym__expression] = STATE(1404), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(1786), + [sym_annotation] = STATE(1786), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), [sym__return_at] = STATE(263), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), [anon_sym_fun] = ACTIONS(1634), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1257), - [sym_label] = ACTIONS(793), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(787), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(789), - [anon_sym_return] = ACTIONS(791), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(793), - [anon_sym_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(795), - [anon_sym_DASH_DASH] = ACTIONS(795), - [anon_sym_BANG] = ACTIONS(795), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1279), + [sym_label] = ACTIONS(767), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(761), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(763), + [anon_sym_return] = ACTIONS(765), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(767), + [anon_sym_DASH] = ACTIONS(767), + [anon_sym_PLUS_PLUS] = ACTIONS(769), + [anon_sym_DASH_DASH] = ACTIONS(769), + [anon_sym_BANG] = ACTIONS(769), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), + [sym__string_start] = ACTIONS(535), }, - [1801] = { - [sym__expression] = STATE(738), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(2135), - [sym_annotation] = STATE(2135), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(265), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), - [sym__alpha_identifier] = ACTIONS(111), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1638), - [anon_sym_get] = ACTIONS(111), - [anon_sym_set] = ACTIONS(111), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(813), - [sym_label] = ACTIONS(823), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(1640), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(1642), - [anon_sym_return] = ACTIONS(1644), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(823), - [anon_sym_DASH] = ACTIONS(823), - [anon_sym_PLUS_PLUS] = ACTIONS(825), - [anon_sym_DASH_DASH] = ACTIONS(825), - [anon_sym_BANG] = ACTIONS(825), - [anon_sym_data] = ACTIONS(111), - [anon_sym_inner] = ACTIONS(111), - [anon_sym_expect] = ACTIONS(111), - [anon_sym_actual] = ACTIONS(111), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), + [1857] = { + [sym__expression] = STATE(817), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(2143), + [sym_annotation] = STATE(2143), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(267), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1654), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(873), + [sym_label] = ACTIONS(883), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(1656), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(1658), + [anon_sym_return] = ACTIONS(1660), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(883), + [anon_sym_DASH] = ACTIONS(883), + [anon_sym_PLUS_PLUS] = ACTIONS(885), + [anon_sym_DASH_DASH] = ACTIONS(885), + [anon_sym_BANG] = ACTIONS(885), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), + [sym__string_start] = ACTIONS(535), }, - [1802] = { - [sym__expression] = STATE(4405), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [1858] = { + [sym__expression] = STATE(4018), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(1897), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(331), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_fun] = ACTIONS(2020), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), - [sym_label] = ACTIONS(327), + [anon_sym_STAR] = ACTIONS(813), + [sym_label] = ACTIONS(821), [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(3096), + [anon_sym_if] = ACTIONS(2022), [anon_sym_when] = ACTIONS(245), [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(3098), - [anon_sym_return] = ACTIONS(3100), + [anon_sym_throw] = ACTIONS(2024), + [anon_sym_return] = ACTIONS(2026), [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(327), - [anon_sym_DASH] = ACTIONS(327), - [anon_sym_PLUS_PLUS] = ACTIONS(329), - [anon_sym_DASH_DASH] = ACTIONS(329), - [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(823), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -230903,471 +236401,87 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1803] = { - [sym__expression] = STATE(289), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2221), - [sym_annotation] = STATE(2221), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(263), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1634), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1257), - [sym_label] = ACTIONS(793), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(787), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(789), - [anon_sym_return] = ACTIONS(791), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(793), - [anon_sym_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(795), - [anon_sym_DASH_DASH] = ACTIONS(795), - [anon_sym_BANG] = ACTIONS(795), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), - }, - [1804] = { - [sym__expression] = STATE(715), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(2135), - [sym_annotation] = STATE(2135), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(265), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), - [sym__alpha_identifier] = ACTIONS(111), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1638), - [anon_sym_get] = ACTIONS(111), - [anon_sym_set] = ACTIONS(111), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(813), - [sym_label] = ACTIONS(823), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(1640), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(1642), - [anon_sym_return] = ACTIONS(1644), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(823), - [anon_sym_DASH] = ACTIONS(823), - [anon_sym_PLUS_PLUS] = ACTIONS(825), - [anon_sym_DASH_DASH] = ACTIONS(825), - [anon_sym_BANG] = ACTIONS(825), - [anon_sym_data] = ACTIONS(111), - [anon_sym_inner] = ACTIONS(111), - [anon_sym_expect] = ACTIONS(111), - [anon_sym_actual] = ACTIONS(111), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), - }, - [1805] = { - [sym__expression] = STATE(744), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(2135), - [sym_annotation] = STATE(2135), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(265), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), - [sym__alpha_identifier] = ACTIONS(111), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1638), - [anon_sym_get] = ACTIONS(111), - [anon_sym_set] = ACTIONS(111), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(813), - [sym_label] = ACTIONS(823), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(1640), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(1642), - [anon_sym_return] = ACTIONS(1644), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(823), - [anon_sym_DASH] = ACTIONS(823), - [anon_sym_PLUS_PLUS] = ACTIONS(825), - [anon_sym_DASH_DASH] = ACTIONS(825), - [anon_sym_BANG] = ACTIONS(825), - [anon_sym_data] = ACTIONS(111), - [anon_sym_inner] = ACTIONS(111), - [anon_sym_expect] = ACTIONS(111), - [anon_sym_actual] = ACTIONS(111), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), - }, - [1806] = { - [sym__expression] = STATE(362), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2297), - [sym_annotation] = STATE(2297), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(260), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1616), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1295), - [sym_label] = ACTIONS(467), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(453), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(459), - [anon_sym_return] = ACTIONS(461), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(467), - [anon_sym_DASH] = ACTIONS(467), - [anon_sym_PLUS_PLUS] = ACTIONS(469), - [anon_sym_DASH_DASH] = ACTIONS(469), - [anon_sym_BANG] = ACTIONS(469), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), - }, - [1807] = { - [sym__expression] = STATE(4318), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [1859] = { + [sym__expression] = STATE(4016), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(1897), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(331), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_fun] = ACTIONS(2020), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), - [sym_label] = ACTIONS(327), + [anon_sym_STAR] = ACTIONS(813), + [sym_label] = ACTIONS(821), [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(3096), + [anon_sym_if] = ACTIONS(2022), [anon_sym_when] = ACTIONS(245), [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(3098), - [anon_sym_return] = ACTIONS(3100), + [anon_sym_throw] = ACTIONS(2024), + [anon_sym_return] = ACTIONS(2026), [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(327), - [anon_sym_DASH] = ACTIONS(327), - [anon_sym_PLUS_PLUS] = ACTIONS(329), - [anon_sym_DASH_DASH] = ACTIONS(329), - [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(823), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -231383,555 +236497,267 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1808] = { - [sym__expression] = STATE(749), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(2135), - [sym_annotation] = STATE(2135), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(265), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), - [sym__alpha_identifier] = ACTIONS(111), + [1860] = { + [sym__expression] = STATE(4193), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4931), + [sym_parenthesized_expression] = STATE(4931), + [sym_collection_literal] = STATE(4931), + [sym__literal_constant] = STATE(4931), + [sym_string_literal] = STATE(4931), + [sym_lambda_literal] = STATE(4931), + [sym_anonymous_function] = STATE(4931), + [sym__function_literal] = STATE(4931), + [sym_object_literal] = STATE(4931), + [sym_this_expression] = STATE(4931), + [sym_super_expression] = STATE(4931), + [sym_if_expression] = STATE(4931), + [sym_when_expression] = STATE(4931), + [sym_try_expression] = STATE(4931), + [sym_jump_expression] = STATE(4931), + [sym_callable_reference] = STATE(4931), + [sym__prefix_unary_operator] = STATE(1926), + [sym_annotation] = STATE(1926), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4928), + [sym__return_at] = STATE(399), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4931), + [sym_long_literal] = STATE(4931), + [sym_boolean_literal] = STATE(4931), + [sym_character_literal] = STATE(4931), + [sym__lexical_identifier] = STATE(4566), + [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1638), - [anon_sym_get] = ACTIONS(111), - [anon_sym_set] = ACTIONS(111), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(813), - [sym_label] = ACTIONS(823), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(1640), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(1642), - [anon_sym_return] = ACTIONS(1644), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(823), - [anon_sym_DASH] = ACTIONS(823), - [anon_sym_PLUS_PLUS] = ACTIONS(825), - [anon_sym_DASH_DASH] = ACTIONS(825), - [anon_sym_BANG] = ACTIONS(825), - [anon_sym_data] = ACTIONS(111), - [anon_sym_inner] = ACTIONS(111), - [anon_sym_expect] = ACTIONS(111), - [anon_sym_actual] = ACTIONS(111), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1902), + [anon_sym_fun] = ACTIONS(3162), + [anon_sym_get] = ACTIONS(7), + [anon_sym_set] = ACTIONS(7), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(43), + [sym_label] = ACTIONS(69), + [anon_sym_null] = ACTIONS(1906), + [anon_sym_if] = ACTIONS(3164), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(3166), + [anon_sym_return] = ACTIONS(3168), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(69), + [anon_sym_DASH] = ACTIONS(69), + [anon_sym_PLUS_PLUS] = ACTIONS(71), + [anon_sym_DASH_DASH] = ACTIONS(71), + [anon_sym_BANG] = ACTIONS(71), + [anon_sym_data] = ACTIONS(7), + [anon_sym_inner] = ACTIONS(7), + [anon_sym_expect] = ACTIONS(7), + [anon_sym_actual] = ACTIONS(7), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [sym_real_literal] = ACTIONS(1908), + [sym_integer_literal] = ACTIONS(99), + [sym_hex_literal] = ACTIONS(101), + [sym_bin_literal] = ACTIONS(101), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SQUOTE] = ACTIONS(105), + [sym__backtick_identifier] = ACTIONS(107), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), + [sym__string_start] = ACTIONS(109), }, - [1809] = { - [sym__expression] = STATE(747), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(2135), - [sym_annotation] = STATE(2135), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(265), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), - [sym__alpha_identifier] = ACTIONS(111), + [1861] = { + [sym__expression] = STATE(4210), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4931), + [sym_parenthesized_expression] = STATE(4931), + [sym_collection_literal] = STATE(4931), + [sym__literal_constant] = STATE(4931), + [sym_string_literal] = STATE(4931), + [sym_lambda_literal] = STATE(4931), + [sym_anonymous_function] = STATE(4931), + [sym__function_literal] = STATE(4931), + [sym_object_literal] = STATE(4931), + [sym_this_expression] = STATE(4931), + [sym_super_expression] = STATE(4931), + [sym_if_expression] = STATE(4931), + [sym_when_expression] = STATE(4931), + [sym_try_expression] = STATE(4931), + [sym_jump_expression] = STATE(4931), + [sym_callable_reference] = STATE(4931), + [sym__prefix_unary_operator] = STATE(1926), + [sym_annotation] = STATE(1926), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4928), + [sym__return_at] = STATE(399), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4931), + [sym_long_literal] = STATE(4931), + [sym_boolean_literal] = STATE(4931), + [sym_character_literal] = STATE(4931), + [sym__lexical_identifier] = STATE(4566), + [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1638), - [anon_sym_get] = ACTIONS(111), - [anon_sym_set] = ACTIONS(111), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(813), - [sym_label] = ACTIONS(823), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(1640), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(1642), - [anon_sym_return] = ACTIONS(1644), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(823), - [anon_sym_DASH] = ACTIONS(823), - [anon_sym_PLUS_PLUS] = ACTIONS(825), - [anon_sym_DASH_DASH] = ACTIONS(825), - [anon_sym_BANG] = ACTIONS(825), - [anon_sym_data] = ACTIONS(111), - [anon_sym_inner] = ACTIONS(111), - [anon_sym_expect] = ACTIONS(111), - [anon_sym_actual] = ACTIONS(111), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), - }, - [1810] = { - [sym__expression] = STATE(4321), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), - [sym_label] = ACTIONS(327), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(3096), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(3098), - [anon_sym_return] = ACTIONS(3100), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(327), - [anon_sym_DASH] = ACTIONS(327), - [anon_sym_PLUS_PLUS] = ACTIONS(329), - [anon_sym_DASH_DASH] = ACTIONS(329), - [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), - }, - [1811] = { - [sym__expression] = STATE(857), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(1697), - [sym_annotation] = STATE(1697), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(268), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), - [sym__alpha_identifier] = ACTIONS(111), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1662), - [anon_sym_get] = ACTIONS(111), - [anon_sym_set] = ACTIONS(111), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(995), - [sym_label] = ACTIONS(1003), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(1664), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(1666), - [anon_sym_return] = ACTIONS(1668), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(1003), - [anon_sym_DASH] = ACTIONS(1003), - [anon_sym_PLUS_PLUS] = ACTIONS(1005), - [anon_sym_DASH_DASH] = ACTIONS(1005), - [anon_sym_BANG] = ACTIONS(1005), - [anon_sym_data] = ACTIONS(111), - [anon_sym_inner] = ACTIONS(111), - [anon_sym_expect] = ACTIONS(111), - [anon_sym_actual] = ACTIONS(111), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), - }, - [1812] = { - [sym__expression] = STATE(861), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(1697), - [sym_annotation] = STATE(1697), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(268), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), - [sym__alpha_identifier] = ACTIONS(111), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1662), - [anon_sym_get] = ACTIONS(111), - [anon_sym_set] = ACTIONS(111), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(995), - [sym_label] = ACTIONS(1003), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(1664), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(1666), - [anon_sym_return] = ACTIONS(1668), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(1003), - [anon_sym_DASH] = ACTIONS(1003), - [anon_sym_PLUS_PLUS] = ACTIONS(1005), - [anon_sym_DASH_DASH] = ACTIONS(1005), - [anon_sym_BANG] = ACTIONS(1005), - [anon_sym_data] = ACTIONS(111), - [anon_sym_inner] = ACTIONS(111), - [anon_sym_expect] = ACTIONS(111), - [anon_sym_actual] = ACTIONS(111), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1902), + [anon_sym_fun] = ACTIONS(3162), + [anon_sym_get] = ACTIONS(7), + [anon_sym_set] = ACTIONS(7), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(43), + [sym_label] = ACTIONS(69), + [anon_sym_null] = ACTIONS(1906), + [anon_sym_if] = ACTIONS(3164), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(3166), + [anon_sym_return] = ACTIONS(3168), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(69), + [anon_sym_DASH] = ACTIONS(69), + [anon_sym_PLUS_PLUS] = ACTIONS(71), + [anon_sym_DASH_DASH] = ACTIONS(71), + [anon_sym_BANG] = ACTIONS(71), + [anon_sym_data] = ACTIONS(7), + [anon_sym_inner] = ACTIONS(7), + [anon_sym_expect] = ACTIONS(7), + [anon_sym_actual] = ACTIONS(7), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [sym_real_literal] = ACTIONS(1908), + [sym_integer_literal] = ACTIONS(99), + [sym_hex_literal] = ACTIONS(101), + [sym_bin_literal] = ACTIONS(101), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SQUOTE] = ACTIONS(105), + [sym__backtick_identifier] = ACTIONS(107), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), + [sym__string_start] = ACTIONS(109), }, - [1813] = { - [sym__expression] = STATE(4189), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4941), - [sym_parenthesized_expression] = STATE(4941), - [sym_collection_literal] = STATE(4941), - [sym__literal_constant] = STATE(4941), - [sym_string_literal] = STATE(4941), - [sym_lambda_literal] = STATE(4941), - [sym_anonymous_function] = STATE(4941), - [sym__function_literal] = STATE(4941), - [sym_object_literal] = STATE(4941), - [sym_this_expression] = STATE(4941), - [sym_super_expression] = STATE(4941), - [sym_if_expression] = STATE(4941), - [sym_when_expression] = STATE(4941), - [sym_try_expression] = STATE(4941), - [sym_jump_expression] = STATE(4941), - [sym_callable_reference] = STATE(4941), - [sym__prefix_unary_operator] = STATE(1637), - [sym_annotation] = STATE(1637), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5029), - [sym__return_at] = STATE(402), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4941), - [sym_long_literal] = STATE(4941), - [sym_boolean_literal] = STATE(4941), - [sym_character_literal] = STATE(4941), - [sym__lexical_identifier] = STATE(4529), + [1862] = { + [sym__expression] = STATE(4208), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4931), + [sym_parenthesized_expression] = STATE(4931), + [sym_collection_literal] = STATE(4931), + [sym__literal_constant] = STATE(4931), + [sym_string_literal] = STATE(4931), + [sym_lambda_literal] = STATE(4931), + [sym_anonymous_function] = STATE(4931), + [sym__function_literal] = STATE(4931), + [sym_object_literal] = STATE(4931), + [sym_this_expression] = STATE(4931), + [sym_super_expression] = STATE(4931), + [sym_if_expression] = STATE(4931), + [sym_when_expression] = STATE(4931), + [sym_try_expression] = STATE(4931), + [sym_jump_expression] = STATE(4931), + [sym_callable_reference] = STATE(4931), + [sym__prefix_unary_operator] = STATE(1926), + [sym_annotation] = STATE(1926), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4928), + [sym__return_at] = STATE(399), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4931), + [sym_long_literal] = STATE(4931), + [sym_boolean_literal] = STATE(4931), + [sym_character_literal] = STATE(4931), + [sym__lexical_identifier] = STATE(4566), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(25), [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1912), - [anon_sym_fun] = ACTIONS(3176), + [anon_sym_object] = ACTIONS(1902), + [anon_sym_fun] = ACTIONS(3162), [anon_sym_get] = ACTIONS(7), [anon_sym_set] = ACTIONS(7), [anon_sym_this] = ACTIONS(39), [anon_sym_super] = ACTIONS(41), [anon_sym_STAR] = ACTIONS(43), [sym_label] = ACTIONS(69), - [anon_sym_null] = ACTIONS(1916), - [anon_sym_if] = ACTIONS(3178), + [anon_sym_null] = ACTIONS(1906), + [anon_sym_if] = ACTIONS(3164), [anon_sym_when] = ACTIONS(57), [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(3180), - [anon_sym_return] = ACTIONS(3182), + [anon_sym_throw] = ACTIONS(3166), + [anon_sym_return] = ACTIONS(3168), [anon_sym_continue] = ACTIONS(65), [anon_sym_break] = ACTIONS(65), [anon_sym_COLON_COLON] = ACTIONS(67), @@ -231948,7 +236774,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(93), [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(1918), + [sym_real_literal] = ACTIONS(1908), [sym_integer_literal] = ACTIONS(99), [sym_hex_literal] = ACTIONS(101), [sym_bin_literal] = ACTIONS(101), @@ -231959,663 +236785,279 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(109), }, - [1814] = { - [sym__expression] = STATE(997), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(1786), - [sym_annotation] = STATE(1786), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(255), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), - [sym__alpha_identifier] = ACTIONS(111), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1600), - [anon_sym_get] = ACTIONS(111), - [anon_sym_set] = ACTIONS(111), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(1313), - [sym_label] = ACTIONS(171), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(157), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(163), - [anon_sym_return] = ACTIONS(165), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(171), - [anon_sym_DASH] = ACTIONS(171), - [anon_sym_PLUS_PLUS] = ACTIONS(173), - [anon_sym_DASH_DASH] = ACTIONS(173), - [anon_sym_BANG] = ACTIONS(173), - [anon_sym_data] = ACTIONS(111), - [anon_sym_inner] = ACTIONS(111), - [anon_sym_expect] = ACTIONS(111), - [anon_sym_actual] = ACTIONS(111), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), - }, - [1815] = { - [sym__expression] = STATE(996), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(1786), - [sym_annotation] = STATE(1786), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(255), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), - [sym__alpha_identifier] = ACTIONS(111), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1600), - [anon_sym_get] = ACTIONS(111), - [anon_sym_set] = ACTIONS(111), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(1313), - [sym_label] = ACTIONS(171), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(157), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(163), - [anon_sym_return] = ACTIONS(165), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(171), - [anon_sym_DASH] = ACTIONS(171), - [anon_sym_PLUS_PLUS] = ACTIONS(173), - [anon_sym_DASH_DASH] = ACTIONS(173), - [anon_sym_BANG] = ACTIONS(173), - [anon_sym_data] = ACTIONS(111), - [anon_sym_inner] = ACTIONS(111), - [anon_sym_expect] = ACTIONS(111), - [anon_sym_actual] = ACTIONS(111), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), - }, - [1816] = { - [sym__expression] = STATE(862), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(1697), - [sym_annotation] = STATE(1697), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(268), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), - [sym__alpha_identifier] = ACTIONS(111), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1662), - [anon_sym_get] = ACTIONS(111), - [anon_sym_set] = ACTIONS(111), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(995), - [sym_label] = ACTIONS(1003), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(1664), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(1666), - [anon_sym_return] = ACTIONS(1668), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(1003), - [anon_sym_DASH] = ACTIONS(1003), - [anon_sym_PLUS_PLUS] = ACTIONS(1005), - [anon_sym_DASH_DASH] = ACTIONS(1005), - [anon_sym_BANG] = ACTIONS(1005), - [anon_sym_data] = ACTIONS(111), - [anon_sym_inner] = ACTIONS(111), - [anon_sym_expect] = ACTIONS(111), - [anon_sym_actual] = ACTIONS(111), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), - }, - [1817] = { - [sym__expression] = STATE(995), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(1786), - [sym_annotation] = STATE(1786), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(255), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), - [sym__alpha_identifier] = ACTIONS(111), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1600), - [anon_sym_get] = ACTIONS(111), - [anon_sym_set] = ACTIONS(111), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(1313), - [sym_label] = ACTIONS(171), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(157), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(163), - [anon_sym_return] = ACTIONS(165), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(171), - [anon_sym_DASH] = ACTIONS(171), - [anon_sym_PLUS_PLUS] = ACTIONS(173), - [anon_sym_DASH_DASH] = ACTIONS(173), - [anon_sym_BANG] = ACTIONS(173), - [anon_sym_data] = ACTIONS(111), - [anon_sym_inner] = ACTIONS(111), - [anon_sym_expect] = ACTIONS(111), - [anon_sym_actual] = ACTIONS(111), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), - }, - [1818] = { - [sym__expression] = STATE(993), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(1786), - [sym_annotation] = STATE(1786), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(255), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), - [sym__alpha_identifier] = ACTIONS(111), + [1863] = { + [sym__expression] = STATE(4207), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4931), + [sym_parenthesized_expression] = STATE(4931), + [sym_collection_literal] = STATE(4931), + [sym__literal_constant] = STATE(4931), + [sym_string_literal] = STATE(4931), + [sym_lambda_literal] = STATE(4931), + [sym_anonymous_function] = STATE(4931), + [sym__function_literal] = STATE(4931), + [sym_object_literal] = STATE(4931), + [sym_this_expression] = STATE(4931), + [sym_super_expression] = STATE(4931), + [sym_if_expression] = STATE(4931), + [sym_when_expression] = STATE(4931), + [sym_try_expression] = STATE(4931), + [sym_jump_expression] = STATE(4931), + [sym_callable_reference] = STATE(4931), + [sym__prefix_unary_operator] = STATE(1926), + [sym_annotation] = STATE(1926), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4928), + [sym__return_at] = STATE(399), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4931), + [sym_long_literal] = STATE(4931), + [sym_boolean_literal] = STATE(4931), + [sym_character_literal] = STATE(4931), + [sym__lexical_identifier] = STATE(4566), + [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1600), - [anon_sym_get] = ACTIONS(111), - [anon_sym_set] = ACTIONS(111), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(1313), - [sym_label] = ACTIONS(171), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(157), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(163), - [anon_sym_return] = ACTIONS(165), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(171), - [anon_sym_DASH] = ACTIONS(171), - [anon_sym_PLUS_PLUS] = ACTIONS(173), - [anon_sym_DASH_DASH] = ACTIONS(173), - [anon_sym_BANG] = ACTIONS(173), - [anon_sym_data] = ACTIONS(111), - [anon_sym_inner] = ACTIONS(111), - [anon_sym_expect] = ACTIONS(111), - [anon_sym_actual] = ACTIONS(111), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1902), + [anon_sym_fun] = ACTIONS(3162), + [anon_sym_get] = ACTIONS(7), + [anon_sym_set] = ACTIONS(7), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(43), + [sym_label] = ACTIONS(69), + [anon_sym_null] = ACTIONS(1906), + [anon_sym_if] = ACTIONS(3164), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(3166), + [anon_sym_return] = ACTIONS(3168), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(69), + [anon_sym_DASH] = ACTIONS(69), + [anon_sym_PLUS_PLUS] = ACTIONS(71), + [anon_sym_DASH_DASH] = ACTIONS(71), + [anon_sym_BANG] = ACTIONS(71), + [anon_sym_data] = ACTIONS(7), + [anon_sym_inner] = ACTIONS(7), + [anon_sym_expect] = ACTIONS(7), + [anon_sym_actual] = ACTIONS(7), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [sym_real_literal] = ACTIONS(1908), + [sym_integer_literal] = ACTIONS(99), + [sym_hex_literal] = ACTIONS(101), + [sym_bin_literal] = ACTIONS(101), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SQUOTE] = ACTIONS(105), + [sym__backtick_identifier] = ACTIONS(107), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), + [sym__string_start] = ACTIONS(109), }, - [1819] = { - [sym__expression] = STATE(992), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(1786), - [sym_annotation] = STATE(1786), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(255), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), - [sym__alpha_identifier] = ACTIONS(111), + [1864] = { + [sym__expression] = STATE(4206), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4931), + [sym_parenthesized_expression] = STATE(4931), + [sym_collection_literal] = STATE(4931), + [sym__literal_constant] = STATE(4931), + [sym_string_literal] = STATE(4931), + [sym_lambda_literal] = STATE(4931), + [sym_anonymous_function] = STATE(4931), + [sym__function_literal] = STATE(4931), + [sym_object_literal] = STATE(4931), + [sym_this_expression] = STATE(4931), + [sym_super_expression] = STATE(4931), + [sym_if_expression] = STATE(4931), + [sym_when_expression] = STATE(4931), + [sym_try_expression] = STATE(4931), + [sym_jump_expression] = STATE(4931), + [sym_callable_reference] = STATE(4931), + [sym__prefix_unary_operator] = STATE(1926), + [sym_annotation] = STATE(1926), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4928), + [sym__return_at] = STATE(399), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4931), + [sym_long_literal] = STATE(4931), + [sym_boolean_literal] = STATE(4931), + [sym_character_literal] = STATE(4931), + [sym__lexical_identifier] = STATE(4566), + [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1600), - [anon_sym_get] = ACTIONS(111), - [anon_sym_set] = ACTIONS(111), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(1313), - [sym_label] = ACTIONS(171), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(157), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(163), - [anon_sym_return] = ACTIONS(165), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(171), - [anon_sym_DASH] = ACTIONS(171), - [anon_sym_PLUS_PLUS] = ACTIONS(173), - [anon_sym_DASH_DASH] = ACTIONS(173), - [anon_sym_BANG] = ACTIONS(173), - [anon_sym_data] = ACTIONS(111), - [anon_sym_inner] = ACTIONS(111), - [anon_sym_expect] = ACTIONS(111), - [anon_sym_actual] = ACTIONS(111), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1902), + [anon_sym_fun] = ACTIONS(3162), + [anon_sym_get] = ACTIONS(7), + [anon_sym_set] = ACTIONS(7), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(43), + [sym_label] = ACTIONS(69), + [anon_sym_null] = ACTIONS(1906), + [anon_sym_if] = ACTIONS(3164), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(3166), + [anon_sym_return] = ACTIONS(3168), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(69), + [anon_sym_DASH] = ACTIONS(69), + [anon_sym_PLUS_PLUS] = ACTIONS(71), + [anon_sym_DASH_DASH] = ACTIONS(71), + [anon_sym_BANG] = ACTIONS(71), + [anon_sym_data] = ACTIONS(7), + [anon_sym_inner] = ACTIONS(7), + [anon_sym_expect] = ACTIONS(7), + [anon_sym_actual] = ACTIONS(7), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [sym_real_literal] = ACTIONS(1908), + [sym_integer_literal] = ACTIONS(99), + [sym_hex_literal] = ACTIONS(101), + [sym_bin_literal] = ACTIONS(101), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SQUOTE] = ACTIONS(105), + [sym__backtick_identifier] = ACTIONS(107), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), + [sym__string_start] = ACTIONS(109), }, - [1820] = { - [sym__expression] = STATE(4206), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(2296), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [1865] = { + [sym__expression] = STATE(3026), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1893), + [sym_annotation] = STATE(1893), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(295), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_fun] = ACTIONS(1858), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(845), - [sym_label] = ACTIONS(853), + [anon_sym_STAR] = ACTIONS(1317), + [sym_label] = ACTIONS(257), [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(2022), + [anon_sym_if] = ACTIONS(243), [anon_sym_when] = ACTIONS(245), [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(2024), - [anon_sym_return] = ACTIONS(2026), + [anon_sym_throw] = ACTIONS(249), + [anon_sym_return] = ACTIONS(251), [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(855), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(257), + [anon_sym_DASH] = ACTIONS(257), + [anon_sym_PLUS_PLUS] = ACTIONS(259), + [anon_sym_DASH_DASH] = ACTIONS(259), + [anon_sym_BANG] = ACTIONS(259), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -232631,260 +237073,164 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1821] = { - [sym__expression] = STATE(990), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(1786), - [sym_annotation] = STATE(1786), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(255), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), - [sym__alpha_identifier] = ACTIONS(111), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1600), - [anon_sym_get] = ACTIONS(111), - [anon_sym_set] = ACTIONS(111), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(1313), - [sym_label] = ACTIONS(171), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(157), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(163), - [anon_sym_return] = ACTIONS(165), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(171), - [anon_sym_DASH] = ACTIONS(171), - [anon_sym_PLUS_PLUS] = ACTIONS(173), - [anon_sym_DASH_DASH] = ACTIONS(173), - [anon_sym_BANG] = ACTIONS(173), - [anon_sym_data] = ACTIONS(111), - [anon_sym_inner] = ACTIONS(111), - [anon_sym_expect] = ACTIONS(111), - [anon_sym_actual] = ACTIONS(111), + [1866] = { + [sym__expression] = STATE(3025), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1893), + [sym_annotation] = STATE(1893), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(295), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(1858), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(1317), + [sym_label] = ACTIONS(257), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(243), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(249), + [anon_sym_return] = ACTIONS(251), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(257), + [anon_sym_DASH] = ACTIONS(257), + [anon_sym_PLUS_PLUS] = ACTIONS(259), + [anon_sym_DASH_DASH] = ACTIONS(259), + [anon_sym_BANG] = ACTIONS(259), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), - }, - [1822] = { - [sym__expression] = STATE(461), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2001), - [sym_annotation] = STATE(2001), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(266), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1646), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(901), - [sym_label] = ACTIONS(911), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(1648), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(1650), - [anon_sym_return] = ACTIONS(1652), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(911), - [anon_sym_DASH] = ACTIONS(911), - [anon_sym_PLUS_PLUS] = ACTIONS(913), - [anon_sym_DASH_DASH] = ACTIONS(913), - [anon_sym_BANG] = ACTIONS(913), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), + [sym__string_start] = ACTIONS(283), }, - [1823] = { - [sym__expression] = STATE(4334), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [1867] = { + [sym__expression] = STATE(4331), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), + [anon_sym_STAR] = ACTIONS(1065), [sym_label] = ACTIONS(327), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(3096), @@ -232900,10 +237246,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(329), [anon_sym_DASH_DASH] = ACTIONS(329), [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -232919,68 +237265,260 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1824] = { - [sym__expression] = STATE(4360), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [1868] = { + [sym__expression] = STATE(1471), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(3399), + [sym_parenthesized_expression] = STATE(3399), + [sym_collection_literal] = STATE(3399), + [sym__literal_constant] = STATE(3399), + [sym_string_literal] = STATE(3399), + [sym_lambda_literal] = STATE(3399), + [sym_anonymous_function] = STATE(3399), + [sym__function_literal] = STATE(3399), + [sym_object_literal] = STATE(3399), + [sym_this_expression] = STATE(3399), + [sym_super_expression] = STATE(3399), + [sym_if_expression] = STATE(3399), + [sym_when_expression] = STATE(3399), + [sym_try_expression] = STATE(3399), + [sym_jump_expression] = STATE(3399), + [sym_callable_reference] = STATE(3399), + [sym__prefix_unary_operator] = STATE(1868), + [sym_annotation] = STATE(1868), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3347), + [sym__return_at] = STATE(356), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(3399), + [sym_long_literal] = STATE(3399), + [sym_boolean_literal] = STATE(3399), + [sym_character_literal] = STATE(3399), + [sym__lexical_identifier] = STATE(2837), + [sym__alpha_identifier] = ACTIONS(333), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(335), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_LPAREN] = ACTIONS(345), + [anon_sym_object] = ACTIONS(1920), + [anon_sym_fun] = ACTIONS(2984), + [anon_sym_get] = ACTIONS(333), + [anon_sym_set] = ACTIONS(333), + [anon_sym_this] = ACTIONS(357), + [anon_sym_super] = ACTIONS(359), + [anon_sym_STAR] = ACTIONS(965), + [sym_label] = ACTIONS(975), + [anon_sym_null] = ACTIONS(1924), + [anon_sym_if] = ACTIONS(2986), + [anon_sym_when] = ACTIONS(375), + [anon_sym_try] = ACTIONS(377), + [anon_sym_throw] = ACTIONS(2988), + [anon_sym_return] = ACTIONS(2990), + [anon_sym_continue] = ACTIONS(383), + [anon_sym_break] = ACTIONS(383), + [anon_sym_COLON_COLON] = ACTIONS(385), + [anon_sym_PLUS] = ACTIONS(975), + [anon_sym_DASH] = ACTIONS(975), + [anon_sym_PLUS_PLUS] = ACTIONS(977), + [anon_sym_DASH_DASH] = ACTIONS(977), + [anon_sym_BANG] = ACTIONS(977), + [anon_sym_data] = ACTIONS(333), + [anon_sym_inner] = ACTIONS(333), + [anon_sym_expect] = ACTIONS(333), + [anon_sym_actual] = ACTIONS(333), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(395), + [anon_sym_break_AT] = ACTIONS(397), + [sym_real_literal] = ACTIONS(1926), + [sym_integer_literal] = ACTIONS(401), + [sym_hex_literal] = ACTIONS(403), + [sym_bin_literal] = ACTIONS(403), + [anon_sym_true] = ACTIONS(405), + [anon_sym_false] = ACTIONS(405), + [anon_sym_SQUOTE] = ACTIONS(407), + [sym__backtick_identifier] = ACTIONS(409), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(411), + }, + [1869] = { + [sym__expression] = STATE(1475), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(3399), + [sym_parenthesized_expression] = STATE(3399), + [sym_collection_literal] = STATE(3399), + [sym__literal_constant] = STATE(3399), + [sym_string_literal] = STATE(3399), + [sym_lambda_literal] = STATE(3399), + [sym_anonymous_function] = STATE(3399), + [sym__function_literal] = STATE(3399), + [sym_object_literal] = STATE(3399), + [sym_this_expression] = STATE(3399), + [sym_super_expression] = STATE(3399), + [sym_if_expression] = STATE(3399), + [sym_when_expression] = STATE(3399), + [sym_try_expression] = STATE(3399), + [sym_jump_expression] = STATE(3399), + [sym_callable_reference] = STATE(3399), + [sym__prefix_unary_operator] = STATE(1868), + [sym_annotation] = STATE(1868), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3347), + [sym__return_at] = STATE(356), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(3399), + [sym_long_literal] = STATE(3399), + [sym_boolean_literal] = STATE(3399), + [sym_character_literal] = STATE(3399), + [sym__lexical_identifier] = STATE(2837), + [sym__alpha_identifier] = ACTIONS(333), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(335), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_LPAREN] = ACTIONS(345), + [anon_sym_object] = ACTIONS(1920), + [anon_sym_fun] = ACTIONS(2984), + [anon_sym_get] = ACTIONS(333), + [anon_sym_set] = ACTIONS(333), + [anon_sym_this] = ACTIONS(357), + [anon_sym_super] = ACTIONS(359), + [anon_sym_STAR] = ACTIONS(965), + [sym_label] = ACTIONS(975), + [anon_sym_null] = ACTIONS(1924), + [anon_sym_if] = ACTIONS(2986), + [anon_sym_when] = ACTIONS(375), + [anon_sym_try] = ACTIONS(377), + [anon_sym_throw] = ACTIONS(2988), + [anon_sym_return] = ACTIONS(2990), + [anon_sym_continue] = ACTIONS(383), + [anon_sym_break] = ACTIONS(383), + [anon_sym_COLON_COLON] = ACTIONS(385), + [anon_sym_PLUS] = ACTIONS(975), + [anon_sym_DASH] = ACTIONS(975), + [anon_sym_PLUS_PLUS] = ACTIONS(977), + [anon_sym_DASH_DASH] = ACTIONS(977), + [anon_sym_BANG] = ACTIONS(977), + [anon_sym_data] = ACTIONS(333), + [anon_sym_inner] = ACTIONS(333), + [anon_sym_expect] = ACTIONS(333), + [anon_sym_actual] = ACTIONS(333), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(395), + [anon_sym_break_AT] = ACTIONS(397), + [sym_real_literal] = ACTIONS(1926), + [sym_integer_literal] = ACTIONS(401), + [sym_hex_literal] = ACTIONS(403), + [sym_bin_literal] = ACTIONS(403), + [anon_sym_true] = ACTIONS(405), + [anon_sym_false] = ACTIONS(405), + [anon_sym_SQUOTE] = ACTIONS(407), + [sym__backtick_identifier] = ACTIONS(409), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(411), + }, + [1870] = { + [sym__expression] = STATE(4175), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), + [anon_sym_STAR] = ACTIONS(1065), [sym_label] = ACTIONS(327), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(3096), @@ -232996,10 +237534,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(329), [anon_sym_DASH_DASH] = ACTIONS(329), [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -233015,87 +237553,87 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1825] = { - [sym__expression] = STATE(4361), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [1871] = { + [sym__expression] = STATE(4227), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(1897), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(331), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_fun] = ACTIONS(2020), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), - [sym_label] = ACTIONS(327), + [anon_sym_STAR] = ACTIONS(813), + [sym_label] = ACTIONS(821), [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(3096), + [anon_sym_if] = ACTIONS(2022), [anon_sym_when] = ACTIONS(245), [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(3098), - [anon_sym_return] = ACTIONS(3100), + [anon_sym_throw] = ACTIONS(2024), + [anon_sym_return] = ACTIONS(2026), [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(327), - [anon_sym_DASH] = ACTIONS(327), - [anon_sym_PLUS_PLUS] = ACTIONS(329), - [anon_sym_DASH_DASH] = ACTIONS(329), - [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(823), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -233111,68 +237649,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1826] = { - [sym__expression] = STATE(4389), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [1872] = { + [sym__expression] = STATE(4417), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), + [anon_sym_STAR] = ACTIONS(1065), [sym_label] = ACTIONS(327), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(3096), @@ -233188,10 +237726,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(329), [anon_sym_DASH_DASH] = ACTIONS(329), [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -233207,183 +237745,375 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1827] = { - [sym__expression] = STATE(1326), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(2195), - [sym_annotation] = STATE(2195), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(262), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), - [sym__alpha_identifier] = ACTIONS(111), + [1873] = { + [sym__expression] = STATE(3024), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1893), + [sym_annotation] = STATE(1893), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(295), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(1858), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(1317), + [sym_label] = ACTIONS(257), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(243), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(249), + [anon_sym_return] = ACTIONS(251), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(257), + [anon_sym_DASH] = ACTIONS(257), + [anon_sym_PLUS_PLUS] = ACTIONS(259), + [anon_sym_DASH_DASH] = ACTIONS(259), + [anon_sym_BANG] = ACTIONS(259), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(283), + }, + [1874] = { + [sym__expression] = STATE(3904), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4931), + [sym_parenthesized_expression] = STATE(4931), + [sym_collection_literal] = STATE(4931), + [sym__literal_constant] = STATE(4931), + [sym_string_literal] = STATE(4931), + [sym_lambda_literal] = STATE(4931), + [sym_anonymous_function] = STATE(4931), + [sym__function_literal] = STATE(4931), + [sym_object_literal] = STATE(4931), + [sym_this_expression] = STATE(4931), + [sym_super_expression] = STATE(4931), + [sym_if_expression] = STATE(4931), + [sym_when_expression] = STATE(4931), + [sym_try_expression] = STATE(4931), + [sym_jump_expression] = STATE(4931), + [sym_callable_reference] = STATE(4931), + [sym__prefix_unary_operator] = STATE(1665), + [sym_annotation] = STATE(1665), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4928), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4931), + [sym_long_literal] = STATE(4931), + [sym_boolean_literal] = STATE(4931), + [sym_character_literal] = STATE(4931), + [sym__lexical_identifier] = STATE(4566), + [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1632), - [anon_sym_get] = ACTIONS(111), - [anon_sym_set] = ACTIONS(111), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(1251), - [sym_label] = ACTIONS(671), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(665), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(667), - [anon_sym_return] = ACTIONS(669), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(671), - [anon_sym_DASH] = ACTIONS(671), - [anon_sym_PLUS_PLUS] = ACTIONS(673), - [anon_sym_DASH_DASH] = ACTIONS(673), - [anon_sym_BANG] = ACTIONS(673), - [anon_sym_data] = ACTIONS(111), - [anon_sym_inner] = ACTIONS(111), - [anon_sym_expect] = ACTIONS(111), - [anon_sym_actual] = ACTIONS(111), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1902), + [anon_sym_fun] = ACTIONS(1982), + [anon_sym_get] = ACTIONS(7), + [anon_sym_set] = ACTIONS(7), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(1243), + [sym_label] = ACTIONS(793), + [anon_sym_null] = ACTIONS(1906), + [anon_sym_if] = ACTIONS(55), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(61), + [anon_sym_return] = ACTIONS(63), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(793), + [anon_sym_DASH] = ACTIONS(793), + [anon_sym_PLUS_PLUS] = ACTIONS(795), + [anon_sym_DASH_DASH] = ACTIONS(795), + [anon_sym_BANG] = ACTIONS(795), + [anon_sym_data] = ACTIONS(7), + [anon_sym_inner] = ACTIONS(7), + [anon_sym_expect] = ACTIONS(7), + [anon_sym_actual] = ACTIONS(7), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [sym_real_literal] = ACTIONS(1908), + [sym_integer_literal] = ACTIONS(99), + [sym_hex_literal] = ACTIONS(101), + [sym_bin_literal] = ACTIONS(101), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SQUOTE] = ACTIONS(105), + [sym__backtick_identifier] = ACTIONS(107), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), + [sym__string_start] = ACTIONS(109), }, - [1828] = { - [sym__expression] = STATE(4211), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(2296), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [1875] = { + [sym__expression] = STATE(1402), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(1786), + [sym_annotation] = STATE(1786), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(263), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1634), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1279), + [sym_label] = ACTIONS(767), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(761), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(763), + [anon_sym_return] = ACTIONS(765), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(767), + [anon_sym_DASH] = ACTIONS(767), + [anon_sym_PLUS_PLUS] = ACTIONS(769), + [anon_sym_DASH_DASH] = ACTIONS(769), + [anon_sym_BANG] = ACTIONS(769), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), + }, + [1876] = { + [sym__expression] = STATE(3023), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1893), + [sym_annotation] = STATE(1893), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(295), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_fun] = ACTIONS(1858), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(845), - [sym_label] = ACTIONS(853), + [anon_sym_STAR] = ACTIONS(1317), + [sym_label] = ACTIONS(257), [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(2022), + [anon_sym_if] = ACTIONS(243), [anon_sym_when] = ACTIONS(245), [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(2024), - [anon_sym_return] = ACTIONS(2026), + [anon_sym_throw] = ACTIONS(249), + [anon_sym_return] = ACTIONS(251), [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(855), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(257), + [anon_sym_DASH] = ACTIONS(257), + [anon_sym_PLUS_PLUS] = ACTIONS(259), + [anon_sym_DASH_DASH] = ACTIONS(259), + [anon_sym_BANG] = ACTIONS(259), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -233399,68 +238129,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1829] = { - [sym__expression] = STATE(4300), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [1877] = { + [sym__expression] = STATE(4430), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), + [anon_sym_STAR] = ACTIONS(1065), [sym_label] = ACTIONS(327), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(3096), @@ -233476,10 +238206,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(329), [anon_sym_DASH_DASH] = ACTIONS(329), [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -233495,164 +238225,164 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1830] = { - [sym__expression] = STATE(284), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2221), - [sym_annotation] = STATE(2221), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(263), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1634), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1257), - [sym_label] = ACTIONS(793), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(787), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(789), - [anon_sym_return] = ACTIONS(791), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(793), - [anon_sym_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(795), - [anon_sym_DASH_DASH] = ACTIONS(795), - [anon_sym_BANG] = ACTIONS(795), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), + [1878] = { + [sym_type_constraints] = STATE(2491), + [sym_property_delegate] = STATE(2580), + [sym_getter] = STATE(5062), + [sym_setter] = STATE(5062), + [sym_modifiers] = STATE(8904), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1694), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1696), + [anon_sym_as] = ACTIONS(1694), + [anon_sym_EQ] = ACTIONS(5806), + [anon_sym_LBRACE] = ACTIONS(1696), + [anon_sym_RBRACE] = ACTIONS(1696), + [anon_sym_LPAREN] = ACTIONS(1696), + [anon_sym_by] = ACTIONS(5782), + [anon_sym_LT] = ACTIONS(1694), + [anon_sym_GT] = ACTIONS(1694), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(1694), + [anon_sym_SEMI] = ACTIONS(3744), + [anon_sym_get] = ACTIONS(5784), + [anon_sym_set] = ACTIONS(5786), + [anon_sym_STAR] = ACTIONS(1694), + [sym_label] = ACTIONS(1696), + [anon_sym_in] = ACTIONS(1694), + [anon_sym_DOT_DOT] = ACTIONS(1696), + [anon_sym_QMARK_COLON] = ACTIONS(1696), + [anon_sym_AMP_AMP] = ACTIONS(1696), + [anon_sym_PIPE_PIPE] = ACTIONS(1696), + [anon_sym_else] = ACTIONS(1694), + [anon_sym_COLON_COLON] = ACTIONS(1696), + [anon_sym_PLUS_EQ] = ACTIONS(1696), + [anon_sym_DASH_EQ] = ACTIONS(1696), + [anon_sym_STAR_EQ] = ACTIONS(1696), + [anon_sym_SLASH_EQ] = ACTIONS(1696), + [anon_sym_PERCENT_EQ] = ACTIONS(1696), + [anon_sym_BANG_EQ] = ACTIONS(1694), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), + [anon_sym_EQ_EQ] = ACTIONS(1694), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), + [anon_sym_LT_EQ] = ACTIONS(1696), + [anon_sym_GT_EQ] = ACTIONS(1696), + [anon_sym_BANGin] = ACTIONS(1696), + [anon_sym_is] = ACTIONS(1694), + [anon_sym_BANGis] = ACTIONS(1696), + [anon_sym_PLUS] = ACTIONS(1694), + [anon_sym_DASH] = ACTIONS(1694), + [anon_sym_SLASH] = ACTIONS(1694), + [anon_sym_PERCENT] = ACTIONS(1694), + [anon_sym_as_QMARK] = ACTIONS(1696), + [anon_sym_PLUS_PLUS] = ACTIONS(1696), + [anon_sym_DASH_DASH] = ACTIONS(1696), + [anon_sym_BANG_BANG] = ACTIONS(1696), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1696), + [sym__automatic_semicolon] = ACTIONS(1696), + [sym_safe_nav] = ACTIONS(1696), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), }, - [1831] = { - [sym__expression] = STATE(4296), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [1879] = { + [sym__expression] = STATE(4332), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), + [anon_sym_STAR] = ACTIONS(1065), [sym_label] = ACTIONS(327), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(3096), @@ -233668,10 +238398,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(329), [anon_sym_DASH_DASH] = ACTIONS(329), [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -233687,164 +238417,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1832] = { - [sym__expression] = STATE(1306), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(2195), - [sym_annotation] = STATE(2195), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(262), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), - [sym__alpha_identifier] = ACTIONS(111), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1632), - [anon_sym_get] = ACTIONS(111), - [anon_sym_set] = ACTIONS(111), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(1251), - [sym_label] = ACTIONS(671), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(665), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(667), - [anon_sym_return] = ACTIONS(669), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(671), - [anon_sym_DASH] = ACTIONS(671), - [anon_sym_PLUS_PLUS] = ACTIONS(673), - [anon_sym_DASH_DASH] = ACTIONS(673), - [anon_sym_BANG] = ACTIONS(673), - [anon_sym_data] = ACTIONS(111), - [anon_sym_inner] = ACTIONS(111), - [anon_sym_expect] = ACTIONS(111), - [anon_sym_actual] = ACTIONS(111), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), - }, - [1833] = { - [sym__expression] = STATE(4297), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [1880] = { + [sym__expression] = STATE(4343), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), + [anon_sym_STAR] = ACTIONS(1065), [sym_label] = ACTIONS(327), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(3096), @@ -233860,10 +238494,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(329), [anon_sym_DASH_DASH] = ACTIONS(329), [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -233879,87 +238513,87 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1834] = { - [sym__expression] = STATE(4215), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(2296), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [1881] = { + [sym__expression] = STATE(4390), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(377), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_fun] = ACTIONS(3094), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(845), - [sym_label] = ACTIONS(853), + [anon_sym_STAR] = ACTIONS(1065), + [sym_label] = ACTIONS(327), [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(2022), + [anon_sym_if] = ACTIONS(3096), [anon_sym_when] = ACTIONS(245), [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(2024), - [anon_sym_return] = ACTIONS(2026), + [anon_sym_throw] = ACTIONS(3098), + [anon_sym_return] = ACTIONS(3100), [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(855), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(327), + [anon_sym_DASH] = ACTIONS(327), + [anon_sym_PLUS_PLUS] = ACTIONS(329), + [anon_sym_DASH_DASH] = ACTIONS(329), + [anon_sym_BANG] = ACTIONS(329), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -233975,68 +238609,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1835] = { - [sym__expression] = STATE(4331), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [1882] = { + [sym__expression] = STATE(4315), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), + [anon_sym_STAR] = ACTIONS(1065), [sym_label] = ACTIONS(327), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(3096), @@ -234052,10 +238686,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(329), [anon_sym_DASH_DASH] = ACTIONS(329), [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -234071,279 +238705,87 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1836] = { - [sym__expression] = STATE(1265), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(1620), - [sym_annotation] = STATE(1620), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(261), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), - [sym__alpha_identifier] = ACTIONS(537), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1626), - [anon_sym_get] = ACTIONS(537), - [anon_sym_set] = ACTIONS(537), - [anon_sym_this] = ACTIONS(561), - [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1279), - [sym_label] = ACTIONS(591), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(577), - [anon_sym_when] = ACTIONS(579), - [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(583), - [anon_sym_return] = ACTIONS(585), - [anon_sym_continue] = ACTIONS(587), - [anon_sym_break] = ACTIONS(587), - [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_PLUS_PLUS] = ACTIONS(593), - [anon_sym_DASH_DASH] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_data] = ACTIONS(537), - [anon_sym_inner] = ACTIONS(537), - [anon_sym_expect] = ACTIONS(537), - [anon_sym_actual] = ACTIONS(537), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(599), - [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), - [sym_integer_literal] = ACTIONS(605), - [sym_hex_literal] = ACTIONS(607), - [sym_bin_literal] = ACTIONS(607), - [anon_sym_true] = ACTIONS(609), - [anon_sym_false] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(611), - [sym__backtick_identifier] = ACTIONS(613), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(615), - }, - [1837] = { - [sym__expression] = STATE(987), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(1786), - [sym_annotation] = STATE(1786), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(255), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), - [sym__alpha_identifier] = ACTIONS(111), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1600), - [anon_sym_get] = ACTIONS(111), - [anon_sym_set] = ACTIONS(111), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(1313), - [sym_label] = ACTIONS(171), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(157), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(163), - [anon_sym_return] = ACTIONS(165), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(171), - [anon_sym_DASH] = ACTIONS(171), - [anon_sym_PLUS_PLUS] = ACTIONS(173), - [anon_sym_DASH_DASH] = ACTIONS(173), - [anon_sym_BANG] = ACTIONS(173), - [anon_sym_data] = ACTIONS(111), - [anon_sym_inner] = ACTIONS(111), - [anon_sym_expect] = ACTIONS(111), - [anon_sym_actual] = ACTIONS(111), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), - }, - [1838] = { - [sym__expression] = STATE(4357), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [1883] = { + [sym__expression] = STATE(3022), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1893), + [sym_annotation] = STATE(1893), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(295), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_fun] = ACTIONS(1858), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), - [sym_label] = ACTIONS(327), + [anon_sym_STAR] = ACTIONS(1317), + [sym_label] = ACTIONS(257), [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(3096), + [anon_sym_if] = ACTIONS(243), [anon_sym_when] = ACTIONS(245), [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(3098), - [anon_sym_return] = ACTIONS(3100), + [anon_sym_throw] = ACTIONS(249), + [anon_sym_return] = ACTIONS(251), [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(327), - [anon_sym_DASH] = ACTIONS(327), - [anon_sym_PLUS_PLUS] = ACTIONS(329), - [anon_sym_DASH_DASH] = ACTIONS(329), - [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(257), + [anon_sym_DASH] = ACTIONS(257), + [anon_sym_PLUS_PLUS] = ACTIONS(259), + [anon_sym_DASH_DASH] = ACTIONS(259), + [anon_sym_BANG] = ACTIONS(259), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -234359,87 +238801,183 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1839] = { - [sym__expression] = STATE(4358), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [1884] = { + [sym__expression] = STATE(1401), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(1786), + [sym_annotation] = STATE(1786), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(263), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1634), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1279), + [sym_label] = ACTIONS(767), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(761), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(763), + [anon_sym_return] = ACTIONS(765), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(767), + [anon_sym_DASH] = ACTIONS(767), + [anon_sym_PLUS_PLUS] = ACTIONS(769), + [anon_sym_DASH_DASH] = ACTIONS(769), + [anon_sym_BANG] = ACTIONS(769), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), + }, + [1885] = { + [sym__expression] = STATE(3021), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1893), + [sym_annotation] = STATE(1893), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(295), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_fun] = ACTIONS(1858), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), - [sym_label] = ACTIONS(327), + [anon_sym_STAR] = ACTIONS(1317), + [sym_label] = ACTIONS(257), [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(3096), + [anon_sym_if] = ACTIONS(243), [anon_sym_when] = ACTIONS(245), [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(3098), - [anon_sym_return] = ACTIONS(3100), + [anon_sym_throw] = ACTIONS(249), + [anon_sym_return] = ACTIONS(251), [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(327), - [anon_sym_DASH] = ACTIONS(327), - [anon_sym_PLUS_PLUS] = ACTIONS(329), - [anon_sym_DASH_DASH] = ACTIONS(329), - [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(257), + [anon_sym_DASH] = ACTIONS(257), + [anon_sym_PLUS_PLUS] = ACTIONS(259), + [anon_sym_DASH_DASH] = ACTIONS(259), + [anon_sym_BANG] = ACTIONS(259), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -234455,61 +238993,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1840] = { - [sym_type_constraints] = STATE(2452), - [sym_property_delegate] = STATE(2679), - [sym_getter] = STATE(5349), - [sym_setter] = STATE(5349), - [sym_modifiers] = STATE(8883), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1694), + [1886] = { + [sym_type_constraints] = STATE(2433), + [sym_property_delegate] = STATE(2601), + [sym_getter] = STATE(3875), + [sym_setter] = STATE(3875), + [sym_modifiers] = STATE(8721), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1696), - [anon_sym_EQ] = ACTIONS(5834), - [anon_sym_LBRACE] = ACTIONS(1696), - [anon_sym_RBRACE] = ACTIONS(1696), - [anon_sym_LPAREN] = ACTIONS(1696), - [anon_sym_by] = ACTIONS(3510), - [anon_sym_where] = ACTIONS(5812), - [anon_sym_object] = ACTIONS(1694), - [anon_sym_fun] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(1986), - [anon_sym_get] = ACTIONS(5816), - [anon_sym_set] = ACTIONS(5818), - [anon_sym_this] = ACTIONS(1694), - [anon_sym_super] = ACTIONS(1694), - [anon_sym_STAR] = ACTIONS(1696), - [sym_label] = ACTIONS(1694), - [anon_sym_in] = ACTIONS(1694), - [anon_sym_null] = ACTIONS(1694), - [anon_sym_if] = ACTIONS(1694), - [anon_sym_else] = ACTIONS(1694), - [anon_sym_when] = ACTIONS(1694), - [anon_sym_try] = ACTIONS(1694), - [anon_sym_throw] = ACTIONS(1694), - [anon_sym_return] = ACTIONS(1694), - [anon_sym_continue] = ACTIONS(1694), - [anon_sym_break] = ACTIONS(1694), - [anon_sym_COLON_COLON] = ACTIONS(1696), - [anon_sym_BANGin] = ACTIONS(1696), - [anon_sym_is] = ACTIONS(1694), - [anon_sym_BANGis] = ACTIONS(1696), - [anon_sym_PLUS] = ACTIONS(1694), - [anon_sym_DASH] = ACTIONS(1694), - [anon_sym_PLUS_PLUS] = ACTIONS(1696), - [anon_sym_DASH_DASH] = ACTIONS(1696), - [anon_sym_BANG] = ACTIONS(1694), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_EQ] = ACTIONS(5808), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_by] = ACTIONS(5782), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(5810), + [anon_sym_get] = ACTIONS(5812), + [anon_sym_set] = ACTIONS(5814), + [anon_sym_STAR] = ACTIONS(3278), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_PLUS_EQ] = ACTIONS(3280), + [anon_sym_DASH_EQ] = ACTIONS(3280), + [anon_sym_STAR_EQ] = ACTIONS(3280), + [anon_sym_SLASH_EQ] = ACTIONS(3280), + [anon_sym_PERCENT_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3278), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3280), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -234533,105 +239081,191 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1696), - [anon_sym_continue_AT] = ACTIONS(1696), - [anon_sym_break_AT] = ACTIONS(1696), - [sym_real_literal] = ACTIONS(1696), - [sym_integer_literal] = ACTIONS(1694), - [sym_hex_literal] = ACTIONS(1696), - [sym_bin_literal] = ACTIONS(1696), - [anon_sym_true] = ACTIONS(1694), - [anon_sym_false] = ACTIONS(1694), - [anon_sym_SQUOTE] = ACTIONS(1696), - [sym__backtick_identifier] = ACTIONS(1696), - [sym__automatic_semicolon] = ACTIONS(1696), + [sym__backtick_identifier] = ACTIONS(3280), + [sym__automatic_semicolon] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1696), }, - [1841] = { - [sym__expression] = STATE(4371), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [1887] = { + [sym__expression] = STATE(1476), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(3399), + [sym_parenthesized_expression] = STATE(3399), + [sym_collection_literal] = STATE(3399), + [sym__literal_constant] = STATE(3399), + [sym_string_literal] = STATE(3399), + [sym_lambda_literal] = STATE(3399), + [sym_anonymous_function] = STATE(3399), + [sym__function_literal] = STATE(3399), + [sym_object_literal] = STATE(3399), + [sym_this_expression] = STATE(3399), + [sym_super_expression] = STATE(3399), + [sym_if_expression] = STATE(3399), + [sym_when_expression] = STATE(3399), + [sym_try_expression] = STATE(3399), + [sym_jump_expression] = STATE(3399), + [sym_callable_reference] = STATE(3399), + [sym__prefix_unary_operator] = STATE(1868), + [sym_annotation] = STATE(1868), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3347), + [sym__return_at] = STATE(356), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(3399), + [sym_long_literal] = STATE(3399), + [sym_boolean_literal] = STATE(3399), + [sym_character_literal] = STATE(3399), + [sym__lexical_identifier] = STATE(2837), + [sym__alpha_identifier] = ACTIONS(333), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(335), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_LPAREN] = ACTIONS(345), + [anon_sym_object] = ACTIONS(1920), + [anon_sym_fun] = ACTIONS(2984), + [anon_sym_get] = ACTIONS(333), + [anon_sym_set] = ACTIONS(333), + [anon_sym_this] = ACTIONS(357), + [anon_sym_super] = ACTIONS(359), + [anon_sym_STAR] = ACTIONS(965), + [sym_label] = ACTIONS(975), + [anon_sym_null] = ACTIONS(1924), + [anon_sym_if] = ACTIONS(2986), + [anon_sym_when] = ACTIONS(375), + [anon_sym_try] = ACTIONS(377), + [anon_sym_throw] = ACTIONS(2988), + [anon_sym_return] = ACTIONS(2990), + [anon_sym_continue] = ACTIONS(383), + [anon_sym_break] = ACTIONS(383), + [anon_sym_COLON_COLON] = ACTIONS(385), + [anon_sym_PLUS] = ACTIONS(975), + [anon_sym_DASH] = ACTIONS(975), + [anon_sym_PLUS_PLUS] = ACTIONS(977), + [anon_sym_DASH_DASH] = ACTIONS(977), + [anon_sym_BANG] = ACTIONS(977), + [anon_sym_data] = ACTIONS(333), + [anon_sym_inner] = ACTIONS(333), + [anon_sym_expect] = ACTIONS(333), + [anon_sym_actual] = ACTIONS(333), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(395), + [anon_sym_break_AT] = ACTIONS(397), + [sym_real_literal] = ACTIONS(1926), + [sym_integer_literal] = ACTIONS(401), + [sym_hex_literal] = ACTIONS(403), + [sym_bin_literal] = ACTIONS(403), + [anon_sym_true] = ACTIONS(405), + [anon_sym_false] = ACTIONS(405), + [anon_sym_SQUOTE] = ACTIONS(407), + [sym__backtick_identifier] = ACTIONS(409), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(411), + }, + [1888] = { + [sym__expression] = STATE(3020), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1893), + [sym_annotation] = STATE(1893), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(295), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_fun] = ACTIONS(1858), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), - [sym_label] = ACTIONS(327), + [anon_sym_STAR] = ACTIONS(1317), + [sym_label] = ACTIONS(257), [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(3096), + [anon_sym_if] = ACTIONS(243), [anon_sym_when] = ACTIONS(245), [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(3098), - [anon_sym_return] = ACTIONS(3100), + [anon_sym_throw] = ACTIONS(249), + [anon_sym_return] = ACTIONS(251), [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(327), - [anon_sym_DASH] = ACTIONS(327), - [anon_sym_PLUS_PLUS] = ACTIONS(329), - [anon_sym_DASH_DASH] = ACTIONS(329), - [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(257), + [anon_sym_DASH] = ACTIONS(257), + [anon_sym_PLUS_PLUS] = ACTIONS(259), + [anon_sym_DASH_DASH] = ACTIONS(259), + [anon_sym_BANG] = ACTIONS(259), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -234647,183 +239281,87 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1842] = { - [sym__expression] = STATE(865), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(1697), - [sym_annotation] = STATE(1697), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(268), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), - [sym__alpha_identifier] = ACTIONS(111), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1662), - [anon_sym_get] = ACTIONS(111), - [anon_sym_set] = ACTIONS(111), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(995), - [sym_label] = ACTIONS(1003), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(1664), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(1666), - [anon_sym_return] = ACTIONS(1668), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(1003), - [anon_sym_DASH] = ACTIONS(1003), - [anon_sym_PLUS_PLUS] = ACTIONS(1005), - [anon_sym_DASH_DASH] = ACTIONS(1005), - [anon_sym_BANG] = ACTIONS(1005), - [anon_sym_data] = ACTIONS(111), - [anon_sym_inner] = ACTIONS(111), - [anon_sym_expect] = ACTIONS(111), - [anon_sym_actual] = ACTIONS(111), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), - }, - [1843] = { - [sym__expression] = STATE(4207), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(2296), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [1889] = { + [sym__expression] = STATE(3018), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1893), + [sym_annotation] = STATE(1893), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(295), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_fun] = ACTIONS(1858), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(845), - [sym_label] = ACTIONS(853), + [anon_sym_STAR] = ACTIONS(1317), + [sym_label] = ACTIONS(257), [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(2022), + [anon_sym_if] = ACTIONS(243), [anon_sym_when] = ACTIONS(245), [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(2024), - [anon_sym_return] = ACTIONS(2026), + [anon_sym_throw] = ACTIONS(249), + [anon_sym_return] = ACTIONS(251), [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(855), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(257), + [anon_sym_DASH] = ACTIONS(257), + [anon_sym_PLUS_PLUS] = ACTIONS(259), + [anon_sym_DASH_DASH] = ACTIONS(259), + [anon_sym_BANG] = ACTIONS(259), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -234839,183 +239377,87 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1844] = { - [sym__expression] = STATE(1021), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(3231), - [sym_parenthesized_expression] = STATE(3231), - [sym_collection_literal] = STATE(3231), - [sym__literal_constant] = STATE(3231), - [sym_string_literal] = STATE(3231), - [sym_lambda_literal] = STATE(3231), - [sym_anonymous_function] = STATE(3231), - [sym__function_literal] = STATE(3231), - [sym_object_literal] = STATE(3231), - [sym_this_expression] = STATE(3231), - [sym_super_expression] = STATE(3231), - [sym_if_expression] = STATE(3231), - [sym_when_expression] = STATE(3231), - [sym_try_expression] = STATE(3231), - [sym_jump_expression] = STATE(3231), - [sym_callable_reference] = STATE(3231), - [sym__prefix_unary_operator] = STATE(1914), - [sym_annotation] = STATE(1914), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3311), - [sym__return_at] = STATE(304), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(3231), - [sym_long_literal] = STATE(3231), - [sym_boolean_literal] = STATE(3231), - [sym_character_literal] = STATE(3231), - [sym__lexical_identifier] = STATE(2890), - [sym__alpha_identifier] = ACTIONS(333), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(335), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_object] = ACTIONS(1922), - [anon_sym_fun] = ACTIONS(1924), - [anon_sym_get] = ACTIONS(333), - [anon_sym_set] = ACTIONS(333), - [anon_sym_this] = ACTIONS(357), - [anon_sym_super] = ACTIONS(359), - [anon_sym_STAR] = ACTIONS(1273), - [sym_label] = ACTIONS(387), - [anon_sym_null] = ACTIONS(1926), - [anon_sym_if] = ACTIONS(373), - [anon_sym_when] = ACTIONS(375), - [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(379), - [anon_sym_return] = ACTIONS(381), - [anon_sym_continue] = ACTIONS(383), - [anon_sym_break] = ACTIONS(383), - [anon_sym_COLON_COLON] = ACTIONS(385), - [anon_sym_PLUS] = ACTIONS(387), - [anon_sym_DASH] = ACTIONS(387), - [anon_sym_PLUS_PLUS] = ACTIONS(389), - [anon_sym_DASH_DASH] = ACTIONS(389), - [anon_sym_BANG] = ACTIONS(389), - [anon_sym_data] = ACTIONS(333), - [anon_sym_inner] = ACTIONS(333), - [anon_sym_expect] = ACTIONS(333), - [anon_sym_actual] = ACTIONS(333), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(395), - [anon_sym_break_AT] = ACTIONS(397), - [sym_real_literal] = ACTIONS(1928), - [sym_integer_literal] = ACTIONS(401), - [sym_hex_literal] = ACTIONS(403), - [sym_bin_literal] = ACTIONS(403), - [anon_sym_true] = ACTIONS(405), - [anon_sym_false] = ACTIONS(405), - [anon_sym_SQUOTE] = ACTIONS(407), - [sym__backtick_identifier] = ACTIONS(409), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(411), - }, - [1845] = { - [sym__expression] = STATE(4414), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [1890] = { + [sym__expression] = STATE(3017), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1893), + [sym_annotation] = STATE(1893), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(295), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_fun] = ACTIONS(1858), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), - [sym_label] = ACTIONS(327), + [anon_sym_STAR] = ACTIONS(1317), + [sym_label] = ACTIONS(257), [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(3096), + [anon_sym_if] = ACTIONS(243), [anon_sym_when] = ACTIONS(245), [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(3098), - [anon_sym_return] = ACTIONS(3100), + [anon_sym_throw] = ACTIONS(249), + [anon_sym_return] = ACTIONS(251), [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(327), - [anon_sym_DASH] = ACTIONS(327), - [anon_sym_PLUS_PLUS] = ACTIONS(329), - [anon_sym_DASH_DASH] = ACTIONS(329), - [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(257), + [anon_sym_DASH] = ACTIONS(257), + [anon_sym_PLUS_PLUS] = ACTIONS(259), + [anon_sym_DASH_DASH] = ACTIONS(259), + [anon_sym_BANG] = ACTIONS(259), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -235031,68 +239473,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1846] = { - [sym__expression] = STATE(4404), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [1891] = { + [sym__expression] = STATE(4415), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), + [anon_sym_STAR] = ACTIONS(1065), [sym_label] = ACTIONS(327), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(3096), @@ -235108,10 +239550,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(329), [anon_sym_DASH_DASH] = ACTIONS(329), [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -235127,83 +239569,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1847] = { - [sym__expression] = STATE(994), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(1786), - [sym_annotation] = STATE(1786), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(255), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), + [1892] = { + [sym__expression] = STATE(1453), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(2339), + [sym_annotation] = STATE(2339), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(265), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), [sym__alpha_identifier] = ACTIONS(111), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), + [anon_sym_LBRACE] = ACTIONS(1403), [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1600), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1638), [anon_sym_get] = ACTIONS(111), [anon_sym_set] = ACTIONS(111), [anon_sym_this] = ACTIONS(141), [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(1313), - [sym_label] = ACTIONS(171), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(157), + [anon_sym_STAR] = ACTIONS(841), + [sym_label] = ACTIONS(851), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(1640), [anon_sym_when] = ACTIONS(159), [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(163), - [anon_sym_return] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(1642), + [anon_sym_return] = ACTIONS(1644), [anon_sym_continue] = ACTIONS(167), [anon_sym_break] = ACTIONS(167), [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(171), - [anon_sym_DASH] = ACTIONS(171), - [anon_sym_PLUS_PLUS] = ACTIONS(173), - [anon_sym_DASH_DASH] = ACTIONS(173), - [anon_sym_BANG] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(851), + [anon_sym_DASH] = ACTIONS(851), + [anon_sym_PLUS_PLUS] = ACTIONS(853), + [anon_sym_DASH_DASH] = ACTIONS(853), + [anon_sym_BANG] = ACTIONS(853), [anon_sym_data] = ACTIONS(111), [anon_sym_inner] = ACTIONS(111), [anon_sym_expect] = ACTIONS(111), @@ -235212,7 +239654,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(179), [anon_sym_continue_AT] = ACTIONS(181), [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), + [sym_real_literal] = ACTIONS(1411), [sym_integer_literal] = ACTIONS(187), [sym_hex_literal] = ACTIONS(189), [sym_bin_literal] = ACTIONS(189), @@ -235223,87 +239665,87 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(197), }, - [1848] = { - [sym__expression] = STATE(4402), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [1893] = { + [sym__expression] = STATE(3006), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1893), + [sym_annotation] = STATE(1893), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(295), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_fun] = ACTIONS(1858), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), - [sym_label] = ACTIONS(327), + [anon_sym_STAR] = ACTIONS(1317), + [sym_label] = ACTIONS(257), [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(3096), + [anon_sym_if] = ACTIONS(243), [anon_sym_when] = ACTIONS(245), [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(3098), - [anon_sym_return] = ACTIONS(3100), + [anon_sym_throw] = ACTIONS(249), + [anon_sym_return] = ACTIONS(251), [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(327), - [anon_sym_DASH] = ACTIONS(327), - [anon_sym_PLUS_PLUS] = ACTIONS(329), - [anon_sym_DASH_DASH] = ACTIONS(329), - [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(257), + [anon_sym_DASH] = ACTIONS(257), + [anon_sym_PLUS_PLUS] = ACTIONS(259), + [anon_sym_DASH_DASH] = ACTIONS(259), + [anon_sym_BANG] = ACTIONS(259), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -235319,71 +239761,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1849] = { - [sym_type_constraints] = STATE(2472), - [sym_property_delegate] = STATE(2620), - [sym_getter] = STATE(5053), - [sym_setter] = STATE(5053), - [sym_modifiers] = STATE(8567), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1764), + [1894] = { + [sym_type_constraints] = STATE(2455), + [sym_property_delegate] = STATE(2581), + [sym_getter] = STATE(3844), + [sym_setter] = STATE(3844), + [sym_modifiers] = STATE(8721), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3230), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1766), - [anon_sym_as] = ACTIONS(1764), - [anon_sym_EQ] = ACTIONS(5836), - [anon_sym_LBRACE] = ACTIONS(1766), - [anon_sym_RBRACE] = ACTIONS(1766), - [anon_sym_LPAREN] = ACTIONS(1766), - [anon_sym_by] = ACTIONS(5774), - [anon_sym_LT] = ACTIONS(1764), - [anon_sym_GT] = ACTIONS(1764), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(1764), - [anon_sym_SEMI] = ACTIONS(3748), - [anon_sym_get] = ACTIONS(5776), - [anon_sym_set] = ACTIONS(5778), - [anon_sym_STAR] = ACTIONS(1764), - [sym_label] = ACTIONS(1766), - [anon_sym_in] = ACTIONS(1764), - [anon_sym_DOT_DOT] = ACTIONS(1766), - [anon_sym_QMARK_COLON] = ACTIONS(1766), - [anon_sym_AMP_AMP] = ACTIONS(1766), - [anon_sym_PIPE_PIPE] = ACTIONS(1766), - [anon_sym_else] = ACTIONS(1764), - [anon_sym_COLON_COLON] = ACTIONS(1766), - [anon_sym_PLUS_EQ] = ACTIONS(1766), - [anon_sym_DASH_EQ] = ACTIONS(1766), - [anon_sym_STAR_EQ] = ACTIONS(1766), - [anon_sym_SLASH_EQ] = ACTIONS(1766), - [anon_sym_PERCENT_EQ] = ACTIONS(1766), - [anon_sym_BANG_EQ] = ACTIONS(1764), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), - [anon_sym_EQ_EQ] = ACTIONS(1764), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1766), - [anon_sym_LT_EQ] = ACTIONS(1766), - [anon_sym_GT_EQ] = ACTIONS(1766), - [anon_sym_BANGin] = ACTIONS(1766), - [anon_sym_is] = ACTIONS(1764), - [anon_sym_BANGis] = ACTIONS(1766), - [anon_sym_PLUS] = ACTIONS(1764), - [anon_sym_DASH] = ACTIONS(1764), - [anon_sym_SLASH] = ACTIONS(1764), - [anon_sym_PERCENT] = ACTIONS(1764), - [anon_sym_as_QMARK] = ACTIONS(1766), - [anon_sym_PLUS_PLUS] = ACTIONS(1766), - [anon_sym_DASH_DASH] = ACTIONS(1766), - [anon_sym_BANG_BANG] = ACTIONS(1766), + [anon_sym_LBRACK] = ACTIONS(3234), + [anon_sym_as] = ACTIONS(3230), + [anon_sym_EQ] = ACTIONS(5816), + [anon_sym_LBRACE] = ACTIONS(3234), + [anon_sym_RBRACE] = ACTIONS(3234), + [anon_sym_LPAREN] = ACTIONS(3234), + [anon_sym_by] = ACTIONS(5782), + [anon_sym_LT] = ACTIONS(3230), + [anon_sym_GT] = ACTIONS(3230), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(3230), + [anon_sym_SEMI] = ACTIONS(5818), + [anon_sym_get] = ACTIONS(5812), + [anon_sym_set] = ACTIONS(5814), + [anon_sym_STAR] = ACTIONS(3230), + [sym_label] = ACTIONS(3234), + [anon_sym_in] = ACTIONS(3230), + [anon_sym_DOT_DOT] = ACTIONS(3234), + [anon_sym_QMARK_COLON] = ACTIONS(3234), + [anon_sym_AMP_AMP] = ACTIONS(3234), + [anon_sym_PIPE_PIPE] = ACTIONS(3234), + [anon_sym_else] = ACTIONS(3230), + [anon_sym_COLON_COLON] = ACTIONS(3234), + [anon_sym_PLUS_EQ] = ACTIONS(3234), + [anon_sym_DASH_EQ] = ACTIONS(3234), + [anon_sym_STAR_EQ] = ACTIONS(3234), + [anon_sym_SLASH_EQ] = ACTIONS(3234), + [anon_sym_PERCENT_EQ] = ACTIONS(3234), + [anon_sym_BANG_EQ] = ACTIONS(3230), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3234), + [anon_sym_EQ_EQ] = ACTIONS(3230), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3234), + [anon_sym_LT_EQ] = ACTIONS(3234), + [anon_sym_GT_EQ] = ACTIONS(3234), + [anon_sym_BANGin] = ACTIONS(3234), + [anon_sym_is] = ACTIONS(3230), + [anon_sym_BANGis] = ACTIONS(3234), + [anon_sym_PLUS] = ACTIONS(3230), + [anon_sym_DASH] = ACTIONS(3230), + [anon_sym_SLASH] = ACTIONS(3230), + [anon_sym_PERCENT] = ACTIONS(3230), + [anon_sym_as_QMARK] = ACTIONS(3234), + [anon_sym_PLUS_PLUS] = ACTIONS(3234), + [anon_sym_DASH_DASH] = ACTIONS(3234), + [anon_sym_BANG_BANG] = ACTIONS(3234), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -235407,77 +239849,269 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1766), - [sym__automatic_semicolon] = ACTIONS(1766), - [sym_safe_nav] = ACTIONS(1766), + [sym__backtick_identifier] = ACTIONS(3234), + [sym__automatic_semicolon] = ACTIONS(3234), + [sym_safe_nav] = ACTIONS(3234), [sym_multiline_comment] = ACTIONS(3), }, - [1850] = { - [sym__expression] = STATE(4209), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(2296), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [1895] = { + [sym__expression] = STATE(1481), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(3399), + [sym_parenthesized_expression] = STATE(3399), + [sym_collection_literal] = STATE(3399), + [sym__literal_constant] = STATE(3399), + [sym_string_literal] = STATE(3399), + [sym_lambda_literal] = STATE(3399), + [sym_anonymous_function] = STATE(3399), + [sym__function_literal] = STATE(3399), + [sym_object_literal] = STATE(3399), + [sym_this_expression] = STATE(3399), + [sym_super_expression] = STATE(3399), + [sym_if_expression] = STATE(3399), + [sym_when_expression] = STATE(3399), + [sym_try_expression] = STATE(3399), + [sym_jump_expression] = STATE(3399), + [sym_callable_reference] = STATE(3399), + [sym__prefix_unary_operator] = STATE(1868), + [sym_annotation] = STATE(1868), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3347), + [sym__return_at] = STATE(356), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(3399), + [sym_long_literal] = STATE(3399), + [sym_boolean_literal] = STATE(3399), + [sym_character_literal] = STATE(3399), + [sym__lexical_identifier] = STATE(2837), + [sym__alpha_identifier] = ACTIONS(333), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(335), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_LPAREN] = ACTIONS(345), + [anon_sym_object] = ACTIONS(1920), + [anon_sym_fun] = ACTIONS(2984), + [anon_sym_get] = ACTIONS(333), + [anon_sym_set] = ACTIONS(333), + [anon_sym_this] = ACTIONS(357), + [anon_sym_super] = ACTIONS(359), + [anon_sym_STAR] = ACTIONS(965), + [sym_label] = ACTIONS(975), + [anon_sym_null] = ACTIONS(1924), + [anon_sym_if] = ACTIONS(2986), + [anon_sym_when] = ACTIONS(375), + [anon_sym_try] = ACTIONS(377), + [anon_sym_throw] = ACTIONS(2988), + [anon_sym_return] = ACTIONS(2990), + [anon_sym_continue] = ACTIONS(383), + [anon_sym_break] = ACTIONS(383), + [anon_sym_COLON_COLON] = ACTIONS(385), + [anon_sym_PLUS] = ACTIONS(975), + [anon_sym_DASH] = ACTIONS(975), + [anon_sym_PLUS_PLUS] = ACTIONS(977), + [anon_sym_DASH_DASH] = ACTIONS(977), + [anon_sym_BANG] = ACTIONS(977), + [anon_sym_data] = ACTIONS(333), + [anon_sym_inner] = ACTIONS(333), + [anon_sym_expect] = ACTIONS(333), + [anon_sym_actual] = ACTIONS(333), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(395), + [anon_sym_break_AT] = ACTIONS(397), + [sym_real_literal] = ACTIONS(1926), + [sym_integer_literal] = ACTIONS(401), + [sym_hex_literal] = ACTIONS(403), + [sym_bin_literal] = ACTIONS(403), + [anon_sym_true] = ACTIONS(405), + [anon_sym_false] = ACTIONS(405), + [anon_sym_SQUOTE] = ACTIONS(407), + [sym__backtick_identifier] = ACTIONS(409), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(411), + }, + [1896] = { + [sym__expression] = STATE(3036), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1893), + [sym_annotation] = STATE(1893), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(295), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(1858), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(1317), + [sym_label] = ACTIONS(257), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(243), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(249), + [anon_sym_return] = ACTIONS(251), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(257), + [anon_sym_DASH] = ACTIONS(257), + [anon_sym_PLUS_PLUS] = ACTIONS(259), + [anon_sym_DASH_DASH] = ACTIONS(259), + [anon_sym_BANG] = ACTIONS(259), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(283), + }, + [1897] = { + [sym__expression] = STATE(3996), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(1897), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(845), - [sym_label] = ACTIONS(853), + [anon_sym_STAR] = ACTIONS(813), + [sym_label] = ACTIONS(821), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(2022), [anon_sym_when] = ACTIONS(245), @@ -235487,15 +240121,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(855), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(823), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -235511,83 +240145,275 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1851] = { - [sym__expression] = STATE(4199), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4941), - [sym_parenthesized_expression] = STATE(4941), - [sym_collection_literal] = STATE(4941), - [sym__literal_constant] = STATE(4941), - [sym_string_literal] = STATE(4941), - [sym_lambda_literal] = STATE(4941), - [sym_anonymous_function] = STATE(4941), - [sym__function_literal] = STATE(4941), - [sym_object_literal] = STATE(4941), - [sym_this_expression] = STATE(4941), - [sym_super_expression] = STATE(4941), - [sym_if_expression] = STATE(4941), - [sym_when_expression] = STATE(4941), - [sym_try_expression] = STATE(4941), - [sym_jump_expression] = STATE(4941), - [sym_callable_reference] = STATE(4941), - [sym__prefix_unary_operator] = STATE(1637), - [sym_annotation] = STATE(1637), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5029), - [sym__return_at] = STATE(402), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4941), - [sym_long_literal] = STATE(4941), - [sym_boolean_literal] = STATE(4941), - [sym_character_literal] = STATE(4941), - [sym__lexical_identifier] = STATE(4529), + [1898] = { + [sym__expression] = STATE(3007), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1893), + [sym_annotation] = STATE(1893), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(295), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(1858), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(1317), + [sym_label] = ACTIONS(257), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(243), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(249), + [anon_sym_return] = ACTIONS(251), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(257), + [anon_sym_DASH] = ACTIONS(257), + [anon_sym_PLUS_PLUS] = ACTIONS(259), + [anon_sym_DASH_DASH] = ACTIONS(259), + [anon_sym_BANG] = ACTIONS(259), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(283), + }, + [1899] = { + [sym__expression] = STATE(3005), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1893), + [sym_annotation] = STATE(1893), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(295), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(1858), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(1317), + [sym_label] = ACTIONS(257), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(243), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(249), + [anon_sym_return] = ACTIONS(251), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(257), + [anon_sym_DASH] = ACTIONS(257), + [anon_sym_PLUS_PLUS] = ACTIONS(259), + [anon_sym_DASH_DASH] = ACTIONS(259), + [anon_sym_BANG] = ACTIONS(259), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(283), + }, + [1900] = { + [sym__expression] = STATE(3944), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4931), + [sym_parenthesized_expression] = STATE(4931), + [sym_collection_literal] = STATE(4931), + [sym__literal_constant] = STATE(4931), + [sym_string_literal] = STATE(4931), + [sym_lambda_literal] = STATE(4931), + [sym_anonymous_function] = STATE(4931), + [sym__function_literal] = STATE(4931), + [sym_object_literal] = STATE(4931), + [sym_this_expression] = STATE(4931), + [sym_super_expression] = STATE(4931), + [sym_if_expression] = STATE(4931), + [sym_when_expression] = STATE(4931), + [sym_try_expression] = STATE(4931), + [sym_jump_expression] = STATE(4931), + [sym_callable_reference] = STATE(4931), + [sym__prefix_unary_operator] = STATE(1665), + [sym_annotation] = STATE(1665), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4928), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4931), + [sym_long_literal] = STATE(4931), + [sym_boolean_literal] = STATE(4931), + [sym_character_literal] = STATE(4931), + [sym__lexical_identifier] = STATE(4566), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(25), [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1912), - [anon_sym_fun] = ACTIONS(3176), + [anon_sym_object] = ACTIONS(1902), + [anon_sym_fun] = ACTIONS(1982), [anon_sym_get] = ACTIONS(7), [anon_sym_set] = ACTIONS(7), [anon_sym_this] = ACTIONS(39), [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(43), - [sym_label] = ACTIONS(69), - [anon_sym_null] = ACTIONS(1916), - [anon_sym_if] = ACTIONS(3178), + [anon_sym_STAR] = ACTIONS(1243), + [sym_label] = ACTIONS(793), + [anon_sym_null] = ACTIONS(1906), + [anon_sym_if] = ACTIONS(55), [anon_sym_when] = ACTIONS(57), [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(3180), - [anon_sym_return] = ACTIONS(3182), + [anon_sym_throw] = ACTIONS(61), + [anon_sym_return] = ACTIONS(63), [anon_sym_continue] = ACTIONS(65), [anon_sym_break] = ACTIONS(65), [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(69), - [anon_sym_DASH] = ACTIONS(69), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_BANG] = ACTIONS(71), + [anon_sym_PLUS] = ACTIONS(793), + [anon_sym_DASH] = ACTIONS(793), + [anon_sym_PLUS_PLUS] = ACTIONS(795), + [anon_sym_DASH_DASH] = ACTIONS(795), + [anon_sym_BANG] = ACTIONS(795), [anon_sym_data] = ACTIONS(7), [anon_sym_inner] = ACTIONS(7), [anon_sym_expect] = ACTIONS(7), @@ -235596,7 +240422,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(93), [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(1918), + [sym_real_literal] = ACTIONS(1908), [sym_integer_literal] = ACTIONS(99), [sym_hex_literal] = ACTIONS(101), [sym_bin_literal] = ACTIONS(101), @@ -235607,68 +240433,260 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(109), }, - [1852] = { - [sym__expression] = STATE(4337), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [1901] = { + [sym__expression] = STATE(3919), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4931), + [sym_parenthesized_expression] = STATE(4931), + [sym_collection_literal] = STATE(4931), + [sym__literal_constant] = STATE(4931), + [sym_string_literal] = STATE(4931), + [sym_lambda_literal] = STATE(4931), + [sym_anonymous_function] = STATE(4931), + [sym__function_literal] = STATE(4931), + [sym_object_literal] = STATE(4931), + [sym_this_expression] = STATE(4931), + [sym_super_expression] = STATE(4931), + [sym_if_expression] = STATE(4931), + [sym_when_expression] = STATE(4931), + [sym_try_expression] = STATE(4931), + [sym_jump_expression] = STATE(4931), + [sym_callable_reference] = STATE(4931), + [sym__prefix_unary_operator] = STATE(1665), + [sym_annotation] = STATE(1665), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4928), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4931), + [sym_long_literal] = STATE(4931), + [sym_boolean_literal] = STATE(4931), + [sym_character_literal] = STATE(4931), + [sym__lexical_identifier] = STATE(4566), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1902), + [anon_sym_fun] = ACTIONS(1982), + [anon_sym_get] = ACTIONS(7), + [anon_sym_set] = ACTIONS(7), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(1243), + [sym_label] = ACTIONS(793), + [anon_sym_null] = ACTIONS(1906), + [anon_sym_if] = ACTIONS(55), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(61), + [anon_sym_return] = ACTIONS(63), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(793), + [anon_sym_DASH] = ACTIONS(793), + [anon_sym_PLUS_PLUS] = ACTIONS(795), + [anon_sym_DASH_DASH] = ACTIONS(795), + [anon_sym_BANG] = ACTIONS(795), + [anon_sym_data] = ACTIONS(7), + [anon_sym_inner] = ACTIONS(7), + [anon_sym_expect] = ACTIONS(7), + [anon_sym_actual] = ACTIONS(7), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [sym_real_literal] = ACTIONS(1908), + [sym_integer_literal] = ACTIONS(99), + [sym_hex_literal] = ACTIONS(101), + [sym_bin_literal] = ACTIONS(101), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SQUOTE] = ACTIONS(105), + [sym__backtick_identifier] = ACTIONS(107), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(109), + }, + [1902] = { + [sym__expression] = STATE(360), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(1703), + [sym_annotation] = STATE(1703), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(260), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), + [sym__alpha_identifier] = ACTIONS(537), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(539), + [anon_sym_LBRACE] = ACTIONS(1612), + [anon_sym_LPAREN] = ACTIONS(549), + [anon_sym_object] = ACTIONS(1614), + [anon_sym_fun] = ACTIONS(1616), + [anon_sym_get] = ACTIONS(537), + [anon_sym_set] = ACTIONS(537), + [anon_sym_this] = ACTIONS(561), + [anon_sym_super] = ACTIONS(563), + [anon_sym_STAR] = ACTIONS(1229), + [sym_label] = ACTIONS(591), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(577), + [anon_sym_when] = ACTIONS(579), + [anon_sym_try] = ACTIONS(581), + [anon_sym_throw] = ACTIONS(583), + [anon_sym_return] = ACTIONS(585), + [anon_sym_continue] = ACTIONS(587), + [anon_sym_break] = ACTIONS(587), + [anon_sym_COLON_COLON] = ACTIONS(589), + [anon_sym_PLUS] = ACTIONS(591), + [anon_sym_DASH] = ACTIONS(591), + [anon_sym_PLUS_PLUS] = ACTIONS(593), + [anon_sym_DASH_DASH] = ACTIONS(593), + [anon_sym_BANG] = ACTIONS(593), + [anon_sym_data] = ACTIONS(537), + [anon_sym_inner] = ACTIONS(537), + [anon_sym_expect] = ACTIONS(537), + [anon_sym_actual] = ACTIONS(537), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(599), + [anon_sym_break_AT] = ACTIONS(601), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(605), + [sym_hex_literal] = ACTIONS(607), + [sym_bin_literal] = ACTIONS(607), + [anon_sym_true] = ACTIONS(609), + [anon_sym_false] = ACTIONS(609), + [anon_sym_SQUOTE] = ACTIONS(611), + [sym__backtick_identifier] = ACTIONS(613), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(615), + }, + [1903] = { + [sym__expression] = STATE(4176), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), + [anon_sym_STAR] = ACTIONS(1065), [sym_label] = ACTIONS(327), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(3096), @@ -235684,10 +240702,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(329), [anon_sym_DASH_DASH] = ACTIONS(329), [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -235703,183 +240721,87 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1853] = { - [sym__expression] = STATE(870), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(1697), - [sym_annotation] = STATE(1697), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(268), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), - [sym__alpha_identifier] = ACTIONS(111), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1662), - [anon_sym_get] = ACTIONS(111), - [anon_sym_set] = ACTIONS(111), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(995), - [sym_label] = ACTIONS(1003), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(1664), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(1666), - [anon_sym_return] = ACTIONS(1668), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(1003), - [anon_sym_DASH] = ACTIONS(1003), - [anon_sym_PLUS_PLUS] = ACTIONS(1005), - [anon_sym_DASH_DASH] = ACTIONS(1005), - [anon_sym_BANG] = ACTIONS(1005), - [anon_sym_data] = ACTIONS(111), - [anon_sym_inner] = ACTIONS(111), - [anon_sym_expect] = ACTIONS(111), - [anon_sym_actual] = ACTIONS(111), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), - }, - [1854] = { - [sym__expression] = STATE(4336), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [1904] = { + [sym__expression] = STATE(4006), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(1897), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(331), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_fun] = ACTIONS(2020), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), - [sym_label] = ACTIONS(327), + [anon_sym_STAR] = ACTIONS(813), + [sym_label] = ACTIONS(821), [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(3096), + [anon_sym_if] = ACTIONS(2022), [anon_sym_when] = ACTIONS(245), [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(3098), - [anon_sym_return] = ACTIONS(3100), + [anon_sym_throw] = ACTIONS(2024), + [anon_sym_return] = ACTIONS(2026), [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(327), - [anon_sym_DASH] = ACTIONS(327), - [anon_sym_PLUS_PLUS] = ACTIONS(329), - [anon_sym_DASH_DASH] = ACTIONS(329), - [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(823), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -235895,68 +240817,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1855] = { - [sym__expression] = STATE(4325), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [1905] = { + [sym__expression] = STATE(4345), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), + [anon_sym_STAR] = ACTIONS(1065), [sym_label] = ACTIONS(327), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(3096), @@ -235972,10 +240894,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(329), [anon_sym_DASH_DASH] = ACTIONS(329), [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -235991,68 +240913,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1856] = { - [sym__expression] = STATE(4310), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [1906] = { + [sym__expression] = STATE(4425), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), + [anon_sym_STAR] = ACTIONS(1065), [sym_label] = ACTIONS(327), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(3096), @@ -236068,10 +240990,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(329), [anon_sym_DASH_DASH] = ACTIONS(329), [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -236087,68 +241009,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1857] = { - [sym__expression] = STATE(4299), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [1907] = { + [sym__expression] = STATE(4318), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), + [anon_sym_STAR] = ACTIONS(1065), [sym_label] = ACTIONS(327), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(3096), @@ -236164,10 +241086,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(329), [anon_sym_DASH_DASH] = ACTIONS(329), [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -236183,68 +241105,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1858] = { - [sym__expression] = STATE(4315), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [1908] = { + [sym__expression] = STATE(4350), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), + [anon_sym_STAR] = ACTIONS(1065), [sym_label] = ACTIONS(327), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(3096), @@ -236260,10 +241182,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(329), [anon_sym_DASH_DASH] = ACTIONS(329), [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -236279,87 +241201,471 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1859] = { - [sym__expression] = STATE(4316), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [1909] = { + [sym__expression] = STATE(1261), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(1807), + [sym_annotation] = STATE(1807), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(261), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1626), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1311), + [sym_label] = ACTIONS(509), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(495), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(501), + [anon_sym_return] = ACTIONS(503), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(509), + [anon_sym_DASH] = ACTIONS(509), + [anon_sym_PLUS_PLUS] = ACTIONS(511), + [anon_sym_DASH_DASH] = ACTIONS(511), + [anon_sym_BANG] = ACTIONS(511), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), + }, + [1910] = { + [sym_type_constraints] = STATE(2453), + [sym_property_delegate] = STATE(2658), + [sym_getter] = STATE(5277), + [sym_setter] = STATE(5277), + [sym_modifiers] = STATE(8811), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1694), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1696), + [anon_sym_EQ] = ACTIONS(5820), + [anon_sym_LBRACE] = ACTIONS(1696), + [anon_sym_RBRACE] = ACTIONS(1696), + [anon_sym_LPAREN] = ACTIONS(1696), + [anon_sym_by] = ACTIONS(3510), + [anon_sym_where] = ACTIONS(5790), + [anon_sym_object] = ACTIONS(1694), + [anon_sym_fun] = ACTIONS(1694), + [anon_sym_SEMI] = ACTIONS(1990), + [anon_sym_get] = ACTIONS(5794), + [anon_sym_set] = ACTIONS(5796), + [anon_sym_this] = ACTIONS(1694), + [anon_sym_super] = ACTIONS(1694), + [anon_sym_STAR] = ACTIONS(1696), + [sym_label] = ACTIONS(1694), + [anon_sym_in] = ACTIONS(1694), + [anon_sym_null] = ACTIONS(1694), + [anon_sym_if] = ACTIONS(1694), + [anon_sym_else] = ACTIONS(1694), + [anon_sym_when] = ACTIONS(1694), + [anon_sym_try] = ACTIONS(1694), + [anon_sym_throw] = ACTIONS(1694), + [anon_sym_return] = ACTIONS(1694), + [anon_sym_continue] = ACTIONS(1694), + [anon_sym_break] = ACTIONS(1694), + [anon_sym_COLON_COLON] = ACTIONS(1696), + [anon_sym_BANGin] = ACTIONS(1696), + [anon_sym_is] = ACTIONS(1694), + [anon_sym_BANGis] = ACTIONS(1696), + [anon_sym_PLUS] = ACTIONS(1694), + [anon_sym_DASH] = ACTIONS(1694), + [anon_sym_PLUS_PLUS] = ACTIONS(1696), + [anon_sym_DASH_DASH] = ACTIONS(1696), + [anon_sym_BANG] = ACTIONS(1694), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1696), + [anon_sym_continue_AT] = ACTIONS(1696), + [anon_sym_break_AT] = ACTIONS(1696), + [sym_real_literal] = ACTIONS(1696), + [sym_integer_literal] = ACTIONS(1694), + [sym_hex_literal] = ACTIONS(1696), + [sym_bin_literal] = ACTIONS(1696), + [anon_sym_true] = ACTIONS(1694), + [anon_sym_false] = ACTIONS(1694), + [anon_sym_SQUOTE] = ACTIONS(1696), + [sym__backtick_identifier] = ACTIONS(1696), + [sym__automatic_semicolon] = ACTIONS(1696), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1696), + }, + [1911] = { + [sym__expression] = STATE(2466), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(1711), + [sym_annotation] = STATE(1711), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(268), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), + [sym__alpha_identifier] = ACTIONS(111), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1662), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(1085), + [sym_label] = ACTIONS(1093), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(1664), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(1666), + [anon_sym_return] = ACTIONS(1668), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(1093), + [anon_sym_DASH] = ACTIONS(1093), + [anon_sym_PLUS_PLUS] = ACTIONS(1095), + [anon_sym_DASH_DASH] = ACTIONS(1095), + [anon_sym_BANG] = ACTIONS(1095), + [anon_sym_data] = ACTIONS(111), + [anon_sym_inner] = ACTIONS(111), + [anon_sym_expect] = ACTIONS(111), + [anon_sym_actual] = ACTIONS(111), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(1411), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(197), + }, + [1912] = { + [sym__expression] = STATE(1482), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(3399), + [sym_parenthesized_expression] = STATE(3399), + [sym_collection_literal] = STATE(3399), + [sym__literal_constant] = STATE(3399), + [sym_string_literal] = STATE(3399), + [sym_lambda_literal] = STATE(3399), + [sym_anonymous_function] = STATE(3399), + [sym__function_literal] = STATE(3399), + [sym_object_literal] = STATE(3399), + [sym_this_expression] = STATE(3399), + [sym_super_expression] = STATE(3399), + [sym_if_expression] = STATE(3399), + [sym_when_expression] = STATE(3399), + [sym_try_expression] = STATE(3399), + [sym_jump_expression] = STATE(3399), + [sym_callable_reference] = STATE(3399), + [sym__prefix_unary_operator] = STATE(1868), + [sym_annotation] = STATE(1868), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3347), + [sym__return_at] = STATE(356), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(3399), + [sym_long_literal] = STATE(3399), + [sym_boolean_literal] = STATE(3399), + [sym_character_literal] = STATE(3399), + [sym__lexical_identifier] = STATE(2837), + [sym__alpha_identifier] = ACTIONS(333), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(335), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_LPAREN] = ACTIONS(345), + [anon_sym_object] = ACTIONS(1920), + [anon_sym_fun] = ACTIONS(2984), + [anon_sym_get] = ACTIONS(333), + [anon_sym_set] = ACTIONS(333), + [anon_sym_this] = ACTIONS(357), + [anon_sym_super] = ACTIONS(359), + [anon_sym_STAR] = ACTIONS(965), + [sym_label] = ACTIONS(975), + [anon_sym_null] = ACTIONS(1924), + [anon_sym_if] = ACTIONS(2986), + [anon_sym_when] = ACTIONS(375), + [anon_sym_try] = ACTIONS(377), + [anon_sym_throw] = ACTIONS(2988), + [anon_sym_return] = ACTIONS(2990), + [anon_sym_continue] = ACTIONS(383), + [anon_sym_break] = ACTIONS(383), + [anon_sym_COLON_COLON] = ACTIONS(385), + [anon_sym_PLUS] = ACTIONS(975), + [anon_sym_DASH] = ACTIONS(975), + [anon_sym_PLUS_PLUS] = ACTIONS(977), + [anon_sym_DASH_DASH] = ACTIONS(977), + [anon_sym_BANG] = ACTIONS(977), + [anon_sym_data] = ACTIONS(333), + [anon_sym_inner] = ACTIONS(333), + [anon_sym_expect] = ACTIONS(333), + [anon_sym_actual] = ACTIONS(333), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(395), + [anon_sym_break_AT] = ACTIONS(397), + [sym_real_literal] = ACTIONS(1926), + [sym_integer_literal] = ACTIONS(401), + [sym_hex_literal] = ACTIONS(403), + [sym_bin_literal] = ACTIONS(403), + [anon_sym_true] = ACTIONS(405), + [anon_sym_false] = ACTIONS(405), + [anon_sym_SQUOTE] = ACTIONS(407), + [sym__backtick_identifier] = ACTIONS(409), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(411), + }, + [1913] = { + [sym__expression] = STATE(3990), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(1897), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(331), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_fun] = ACTIONS(2020), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), - [sym_label] = ACTIONS(327), + [anon_sym_STAR] = ACTIONS(813), + [sym_label] = ACTIONS(821), [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(3096), + [anon_sym_if] = ACTIONS(2022), [anon_sym_when] = ACTIONS(245), [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(3098), - [anon_sym_return] = ACTIONS(3100), + [anon_sym_throw] = ACTIONS(2024), + [anon_sym_return] = ACTIONS(2026), [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(327), - [anon_sym_DASH] = ACTIONS(327), - [anon_sym_PLUS_PLUS] = ACTIONS(329), - [anon_sym_DASH_DASH] = ACTIONS(329), - [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(823), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -236375,68 +241681,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1860] = { - [sym__expression] = STATE(4319), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [1914] = { + [sym__expression] = STATE(4351), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), + [anon_sym_STAR] = ACTIONS(1065), [sym_label] = ACTIONS(327), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(3096), @@ -236452,10 +241758,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(329), [anon_sym_DASH_DASH] = ACTIONS(329), [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -236471,838 +241777,166 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1861] = { - [sym__expression] = STATE(4330), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), - [sym_label] = ACTIONS(327), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(3096), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(3098), - [anon_sym_return] = ACTIONS(3100), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(327), - [anon_sym_DASH] = ACTIONS(327), - [anon_sym_PLUS_PLUS] = ACTIONS(329), - [anon_sym_DASH_DASH] = ACTIONS(329), - [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), - }, - [1862] = { - [sym__expression] = STATE(4332), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), - [sym_label] = ACTIONS(327), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(3096), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(3098), - [anon_sym_return] = ACTIONS(3100), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(327), - [anon_sym_DASH] = ACTIONS(327), - [anon_sym_PLUS_PLUS] = ACTIONS(329), - [anon_sym_DASH_DASH] = ACTIONS(329), - [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), - }, - [1863] = { - [sym__expression] = STATE(4338), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), - [sym_label] = ACTIONS(327), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(3096), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(3098), - [anon_sym_return] = ACTIONS(3100), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(327), - [anon_sym_DASH] = ACTIONS(327), - [anon_sym_PLUS_PLUS] = ACTIONS(329), - [anon_sym_DASH_DASH] = ACTIONS(329), - [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), - }, - [1864] = { - [sym__expression] = STATE(4339), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), - [sym_label] = ACTIONS(327), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(3096), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(3098), - [anon_sym_return] = ACTIONS(3100), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(327), - [anon_sym_DASH] = ACTIONS(327), - [anon_sym_PLUS_PLUS] = ACTIONS(329), - [anon_sym_DASH_DASH] = ACTIONS(329), - [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), - }, - [1865] = { - [sym__expression] = STATE(4344), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), - [sym_label] = ACTIONS(327), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(3096), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(3098), - [anon_sym_return] = ACTIONS(3100), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(327), - [anon_sym_DASH] = ACTIONS(327), - [anon_sym_PLUS_PLUS] = ACTIONS(329), - [anon_sym_DASH_DASH] = ACTIONS(329), - [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), - }, - [1866] = { - [sym__expression] = STATE(4350), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), - [sym_label] = ACTIONS(327), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(3096), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(3098), - [anon_sym_return] = ACTIONS(3100), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(327), - [anon_sym_DASH] = ACTIONS(327), - [anon_sym_PLUS_PLUS] = ACTIONS(329), - [anon_sym_DASH_DASH] = ACTIONS(329), - [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), - }, - [1867] = { - [sym__expression] = STATE(4351), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), - [sym_label] = ACTIONS(327), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(3096), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(3098), - [anon_sym_return] = ACTIONS(3100), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(327), - [anon_sym_DASH] = ACTIONS(327), - [anon_sym_PLUS_PLUS] = ACTIONS(329), - [anon_sym_DASH_DASH] = ACTIONS(329), - [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), - }, - [1868] = { - [sym__expression] = STATE(4352), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), - [sym_label] = ACTIONS(327), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(3096), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(3098), - [anon_sym_return] = ACTIONS(3100), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(327), - [anon_sym_DASH] = ACTIONS(327), - [anon_sym_PLUS_PLUS] = ACTIONS(329), - [anon_sym_DASH_DASH] = ACTIONS(329), - [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [1915] = { + [sym__expression] = STATE(1483), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(3399), + [sym_parenthesized_expression] = STATE(3399), + [sym_collection_literal] = STATE(3399), + [sym__literal_constant] = STATE(3399), + [sym_string_literal] = STATE(3399), + [sym_lambda_literal] = STATE(3399), + [sym_anonymous_function] = STATE(3399), + [sym__function_literal] = STATE(3399), + [sym_object_literal] = STATE(3399), + [sym_this_expression] = STATE(3399), + [sym_super_expression] = STATE(3399), + [sym_if_expression] = STATE(3399), + [sym_when_expression] = STATE(3399), + [sym_try_expression] = STATE(3399), + [sym_jump_expression] = STATE(3399), + [sym_callable_reference] = STATE(3399), + [sym__prefix_unary_operator] = STATE(1868), + [sym_annotation] = STATE(1868), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3347), + [sym__return_at] = STATE(356), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(3399), + [sym_long_literal] = STATE(3399), + [sym_boolean_literal] = STATE(3399), + [sym_character_literal] = STATE(3399), + [sym__lexical_identifier] = STATE(2837), + [sym__alpha_identifier] = ACTIONS(333), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(335), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_LPAREN] = ACTIONS(345), + [anon_sym_object] = ACTIONS(1920), + [anon_sym_fun] = ACTIONS(2984), + [anon_sym_get] = ACTIONS(333), + [anon_sym_set] = ACTIONS(333), + [anon_sym_this] = ACTIONS(357), + [anon_sym_super] = ACTIONS(359), + [anon_sym_STAR] = ACTIONS(965), + [sym_label] = ACTIONS(975), + [anon_sym_null] = ACTIONS(1924), + [anon_sym_if] = ACTIONS(2986), + [anon_sym_when] = ACTIONS(375), + [anon_sym_try] = ACTIONS(377), + [anon_sym_throw] = ACTIONS(2988), + [anon_sym_return] = ACTIONS(2990), + [anon_sym_continue] = ACTIONS(383), + [anon_sym_break] = ACTIONS(383), + [anon_sym_COLON_COLON] = ACTIONS(385), + [anon_sym_PLUS] = ACTIONS(975), + [anon_sym_DASH] = ACTIONS(975), + [anon_sym_PLUS_PLUS] = ACTIONS(977), + [anon_sym_DASH_DASH] = ACTIONS(977), + [anon_sym_BANG] = ACTIONS(977), + [anon_sym_data] = ACTIONS(333), + [anon_sym_inner] = ACTIONS(333), + [anon_sym_expect] = ACTIONS(333), + [anon_sym_actual] = ACTIONS(333), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(395), + [anon_sym_break_AT] = ACTIONS(397), + [sym_real_literal] = ACTIONS(1926), + [sym_integer_literal] = ACTIONS(401), + [sym_hex_literal] = ACTIONS(403), + [sym_bin_literal] = ACTIONS(403), + [anon_sym_true] = ACTIONS(405), + [anon_sym_false] = ACTIONS(405), + [anon_sym_SQUOTE] = ACTIONS(407), + [sym__backtick_identifier] = ACTIONS(409), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), + [sym__string_start] = ACTIONS(411), }, - [1869] = { + [1916] = { [sym__expression] = STATE(1017), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(3231), - [sym_parenthesized_expression] = STATE(3231), - [sym_collection_literal] = STATE(3231), - [sym__literal_constant] = STATE(3231), - [sym_string_literal] = STATE(3231), - [sym_lambda_literal] = STATE(3231), - [sym_anonymous_function] = STATE(3231), - [sym__function_literal] = STATE(3231), - [sym_object_literal] = STATE(3231), - [sym_this_expression] = STATE(3231), - [sym_super_expression] = STATE(3231), - [sym_if_expression] = STATE(3231), - [sym_when_expression] = STATE(3231), - [sym_try_expression] = STATE(3231), - [sym_jump_expression] = STATE(3231), - [sym_callable_reference] = STATE(3231), - [sym__prefix_unary_operator] = STATE(1914), - [sym_annotation] = STATE(1914), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3311), - [sym__return_at] = STATE(304), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(3231), - [sym_long_literal] = STATE(3231), - [sym_boolean_literal] = STATE(3231), - [sym_character_literal] = STATE(3231), - [sym__lexical_identifier] = STATE(2890), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(3399), + [sym_parenthesized_expression] = STATE(3399), + [sym_collection_literal] = STATE(3399), + [sym__literal_constant] = STATE(3399), + [sym_string_literal] = STATE(3399), + [sym_lambda_literal] = STATE(3399), + [sym_anonymous_function] = STATE(3399), + [sym__function_literal] = STATE(3399), + [sym_object_literal] = STATE(3399), + [sym_this_expression] = STATE(3399), + [sym_super_expression] = STATE(3399), + [sym_if_expression] = STATE(3399), + [sym_when_expression] = STATE(3399), + [sym_try_expression] = STATE(3399), + [sym_jump_expression] = STATE(3399), + [sym_callable_reference] = STATE(3399), + [sym__prefix_unary_operator] = STATE(1644), + [sym_annotation] = STATE(1644), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3347), + [sym__return_at] = STATE(303), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(3399), + [sym_long_literal] = STATE(3399), + [sym_boolean_literal] = STATE(3399), + [sym_character_literal] = STATE(3399), + [sym__lexical_identifier] = STATE(2837), [sym__alpha_identifier] = ACTIONS(333), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(335), - [anon_sym_LBRACE] = ACTIONS(1920), + [anon_sym_LBRACE] = ACTIONS(1918), [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_object] = ACTIONS(1922), - [anon_sym_fun] = ACTIONS(1924), + [anon_sym_object] = ACTIONS(1920), + [anon_sym_fun] = ACTIONS(1922), [anon_sym_get] = ACTIONS(333), [anon_sym_set] = ACTIONS(333), [anon_sym_this] = ACTIONS(357), [anon_sym_super] = ACTIONS(359), - [anon_sym_STAR] = ACTIONS(1273), + [anon_sym_STAR] = ACTIONS(1299), [sym_label] = ACTIONS(387), - [anon_sym_null] = ACTIONS(1926), + [anon_sym_null] = ACTIONS(1924), [anon_sym_if] = ACTIONS(373), [anon_sym_when] = ACTIONS(375), [anon_sym_try] = ACTIONS(377), @@ -237324,7 +241958,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(395), [anon_sym_break_AT] = ACTIONS(397), - [sym_real_literal] = ACTIONS(1928), + [sym_real_literal] = ACTIONS(1926), [sym_integer_literal] = ACTIONS(401), [sym_hex_literal] = ACTIONS(403), [sym_bin_literal] = ACTIONS(403), @@ -237335,164 +241969,260 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(411), }, - [1870] = { - [sym__expression] = STATE(4355), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), - [sym_label] = ACTIONS(327), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(3096), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(3098), - [anon_sym_return] = ACTIONS(3100), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(327), - [anon_sym_DASH] = ACTIONS(327), - [anon_sym_PLUS_PLUS] = ACTIONS(329), - [anon_sym_DASH_DASH] = ACTIONS(329), - [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [1917] = { + [sym__expression] = STATE(1028), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(2362), + [sym_annotation] = STATE(2362), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(269), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1670), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1021), + [sym_label] = ACTIONS(1029), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(1672), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(1674), + [anon_sym_return] = ACTIONS(1676), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(1029), + [anon_sym_DASH] = ACTIONS(1029), + [anon_sym_PLUS_PLUS] = ACTIONS(1031), + [anon_sym_DASH_DASH] = ACTIONS(1031), + [anon_sym_BANG] = ACTIONS(1031), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), + }, + [1918] = { + [sym__expression] = STATE(1501), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(2339), + [sym_annotation] = STATE(2339), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(265), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), + [sym__alpha_identifier] = ACTIONS(111), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1638), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(841), + [sym_label] = ACTIONS(851), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(1640), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(1642), + [anon_sym_return] = ACTIONS(1644), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(851), + [anon_sym_DASH] = ACTIONS(851), + [anon_sym_PLUS_PLUS] = ACTIONS(853), + [anon_sym_DASH_DASH] = ACTIONS(853), + [anon_sym_BANG] = ACTIONS(853), + [anon_sym_data] = ACTIONS(111), + [anon_sym_inner] = ACTIONS(111), + [anon_sym_expect] = ACTIONS(111), + [anon_sym_actual] = ACTIONS(111), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(1411), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), + [sym__string_start] = ACTIONS(197), }, - [1871] = { + [1919] = { [sym__expression] = STATE(4359), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), + [anon_sym_STAR] = ACTIONS(1065), [sym_label] = ACTIONS(327), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(3096), @@ -237508,10 +242238,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(329), [anon_sym_DASH_DASH] = ACTIONS(329), [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -237527,68 +242257,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1872] = { - [sym__expression] = STATE(4364), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [1920] = { + [sym__expression] = STATE(4360), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), + [anon_sym_STAR] = ACTIONS(1065), [sym_label] = ACTIONS(327), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(3096), @@ -237604,10 +242334,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(329), [anon_sym_DASH_DASH] = ACTIONS(329), [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -237623,83 +242353,371 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1873] = { - [sym__expression] = STATE(871), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(1697), - [sym_annotation] = STATE(1697), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(268), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), + [1921] = { + [sym__expression] = STATE(539), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2117), + [sym_annotation] = STATE(2117), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(270), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), + [sym__alpha_identifier] = ACTIONS(537), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(539), + [anon_sym_LBRACE] = ACTIONS(1612), + [anon_sym_LPAREN] = ACTIONS(549), + [anon_sym_object] = ACTIONS(1614), + [anon_sym_fun] = ACTIONS(1678), + [anon_sym_get] = ACTIONS(537), + [anon_sym_set] = ACTIONS(537), + [anon_sym_this] = ACTIONS(561), + [anon_sym_super] = ACTIONS(563), + [anon_sym_STAR] = ACTIONS(995), + [sym_label] = ACTIONS(1003), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(1680), + [anon_sym_when] = ACTIONS(579), + [anon_sym_try] = ACTIONS(581), + [anon_sym_throw] = ACTIONS(1682), + [anon_sym_return] = ACTIONS(1684), + [anon_sym_continue] = ACTIONS(587), + [anon_sym_break] = ACTIONS(587), + [anon_sym_COLON_COLON] = ACTIONS(589), + [anon_sym_PLUS] = ACTIONS(1003), + [anon_sym_DASH] = ACTIONS(1003), + [anon_sym_PLUS_PLUS] = ACTIONS(1005), + [anon_sym_DASH_DASH] = ACTIONS(1005), + [anon_sym_BANG] = ACTIONS(1005), + [anon_sym_data] = ACTIONS(537), + [anon_sym_inner] = ACTIONS(537), + [anon_sym_expect] = ACTIONS(537), + [anon_sym_actual] = ACTIONS(537), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(599), + [anon_sym_break_AT] = ACTIONS(601), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(605), + [sym_hex_literal] = ACTIONS(607), + [sym_bin_literal] = ACTIONS(607), + [anon_sym_true] = ACTIONS(609), + [anon_sym_false] = ACTIONS(609), + [anon_sym_SQUOTE] = ACTIONS(611), + [sym__backtick_identifier] = ACTIONS(613), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(615), + }, + [1922] = { + [sym__expression] = STATE(4150), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4931), + [sym_parenthesized_expression] = STATE(4931), + [sym_collection_literal] = STATE(4931), + [sym__literal_constant] = STATE(4931), + [sym_string_literal] = STATE(4931), + [sym_lambda_literal] = STATE(4931), + [sym_anonymous_function] = STATE(4931), + [sym__function_literal] = STATE(4931), + [sym_object_literal] = STATE(4931), + [sym_this_expression] = STATE(4931), + [sym_super_expression] = STATE(4931), + [sym_if_expression] = STATE(4931), + [sym_when_expression] = STATE(4931), + [sym_try_expression] = STATE(4931), + [sym_jump_expression] = STATE(4931), + [sym_callable_reference] = STATE(4931), + [sym__prefix_unary_operator] = STATE(1988), + [sym_annotation] = STATE(1988), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4928), + [sym__return_at] = STATE(376), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4931), + [sym_long_literal] = STATE(4931), + [sym_boolean_literal] = STATE(4931), + [sym_character_literal] = STATE(4931), + [sym__lexical_identifier] = STATE(4566), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1902), + [anon_sym_fun] = ACTIONS(3086), + [anon_sym_get] = ACTIONS(7), + [anon_sym_set] = ACTIONS(7), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(937), + [sym_label] = ACTIONS(945), + [anon_sym_null] = ACTIONS(1906), + [anon_sym_if] = ACTIONS(3088), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(3090), + [anon_sym_return] = ACTIONS(3092), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(945), + [anon_sym_DASH] = ACTIONS(945), + [anon_sym_PLUS_PLUS] = ACTIONS(947), + [anon_sym_DASH_DASH] = ACTIONS(947), + [anon_sym_BANG] = ACTIONS(947), + [anon_sym_data] = ACTIONS(7), + [anon_sym_inner] = ACTIONS(7), + [anon_sym_expect] = ACTIONS(7), + [anon_sym_actual] = ACTIONS(7), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [sym_real_literal] = ACTIONS(1908), + [sym_integer_literal] = ACTIONS(99), + [sym_hex_literal] = ACTIONS(101), + [sym_bin_literal] = ACTIONS(101), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SQUOTE] = ACTIONS(105), + [sym__backtick_identifier] = ACTIONS(107), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(109), + }, + [1923] = { + [sym__expression] = STATE(814), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(2143), + [sym_annotation] = STATE(2143), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(267), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1654), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(873), + [sym_label] = ACTIONS(883), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(1656), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(1658), + [anon_sym_return] = ACTIONS(1660), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(883), + [anon_sym_DASH] = ACTIONS(883), + [anon_sym_PLUS_PLUS] = ACTIONS(885), + [anon_sym_DASH_DASH] = ACTIONS(885), + [anon_sym_BANG] = ACTIONS(885), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), + }, + [1924] = { + [sym__expression] = STATE(585), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(1674), + [sym_annotation] = STATE(1674), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(220), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), [sym__alpha_identifier] = ACTIONS(111), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), + [anon_sym_LBRACE] = ACTIONS(1403), [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1662), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1407), [anon_sym_get] = ACTIONS(111), [anon_sym_set] = ACTIONS(111), [anon_sym_this] = ACTIONS(141), [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(995), - [sym_label] = ACTIONS(1003), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(1664), + [anon_sym_STAR] = ACTIONS(1305), + [sym_label] = ACTIONS(171), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(157), [anon_sym_when] = ACTIONS(159), [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(1666), - [anon_sym_return] = ACTIONS(1668), + [anon_sym_throw] = ACTIONS(163), + [anon_sym_return] = ACTIONS(165), [anon_sym_continue] = ACTIONS(167), [anon_sym_break] = ACTIONS(167), [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(1003), - [anon_sym_DASH] = ACTIONS(1003), - [anon_sym_PLUS_PLUS] = ACTIONS(1005), - [anon_sym_DASH_DASH] = ACTIONS(1005), - [anon_sym_BANG] = ACTIONS(1005), + [anon_sym_PLUS] = ACTIONS(171), + [anon_sym_DASH] = ACTIONS(171), + [anon_sym_PLUS_PLUS] = ACTIONS(173), + [anon_sym_DASH_DASH] = ACTIONS(173), + [anon_sym_BANG] = ACTIONS(173), [anon_sym_data] = ACTIONS(111), [anon_sym_inner] = ACTIONS(111), [anon_sym_expect] = ACTIONS(111), @@ -237708,7 +242726,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(179), [anon_sym_continue_AT] = ACTIONS(181), [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), + [sym_real_literal] = ACTIONS(1411), [sym_integer_literal] = ACTIONS(187), [sym_hex_literal] = ACTIONS(189), [sym_bin_literal] = ACTIONS(189), @@ -237719,179 +242737,275 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(197), }, - [1874] = { - [sym__expression] = STATE(4295), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), - [sym_label] = ACTIONS(327), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(3096), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(3098), - [anon_sym_return] = ACTIONS(3100), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(327), - [anon_sym_DASH] = ACTIONS(327), - [anon_sym_PLUS_PLUS] = ACTIONS(329), - [anon_sym_DASH_DASH] = ACTIONS(329), - [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [1925] = { + [sym__expression] = STATE(584), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(1674), + [sym_annotation] = STATE(1674), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(220), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), + [sym__alpha_identifier] = ACTIONS(111), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1407), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(1305), + [sym_label] = ACTIONS(171), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(157), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(163), + [anon_sym_return] = ACTIONS(165), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(171), + [anon_sym_DASH] = ACTIONS(171), + [anon_sym_PLUS_PLUS] = ACTIONS(173), + [anon_sym_DASH_DASH] = ACTIONS(173), + [anon_sym_BANG] = ACTIONS(173), + [anon_sym_data] = ACTIONS(111), + [anon_sym_inner] = ACTIONS(111), + [anon_sym_expect] = ACTIONS(111), + [anon_sym_actual] = ACTIONS(111), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(1411), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), + [sym__string_start] = ACTIONS(197), }, - [1875] = { - [sym__expression] = STATE(711), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(2135), - [sym_annotation] = STATE(2135), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(265), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), + [1926] = { + [sym__expression] = STATE(4197), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4931), + [sym_parenthesized_expression] = STATE(4931), + [sym_collection_literal] = STATE(4931), + [sym__literal_constant] = STATE(4931), + [sym_string_literal] = STATE(4931), + [sym_lambda_literal] = STATE(4931), + [sym_anonymous_function] = STATE(4931), + [sym__function_literal] = STATE(4931), + [sym_object_literal] = STATE(4931), + [sym_this_expression] = STATE(4931), + [sym_super_expression] = STATE(4931), + [sym_if_expression] = STATE(4931), + [sym_when_expression] = STATE(4931), + [sym_try_expression] = STATE(4931), + [sym_jump_expression] = STATE(4931), + [sym_callable_reference] = STATE(4931), + [sym__prefix_unary_operator] = STATE(1926), + [sym_annotation] = STATE(1926), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4928), + [sym__return_at] = STATE(399), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4931), + [sym_long_literal] = STATE(4931), + [sym_boolean_literal] = STATE(4931), + [sym_character_literal] = STATE(4931), + [sym__lexical_identifier] = STATE(4566), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1902), + [anon_sym_fun] = ACTIONS(3162), + [anon_sym_get] = ACTIONS(7), + [anon_sym_set] = ACTIONS(7), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(43), + [sym_label] = ACTIONS(69), + [anon_sym_null] = ACTIONS(1906), + [anon_sym_if] = ACTIONS(3164), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(3166), + [anon_sym_return] = ACTIONS(3168), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(69), + [anon_sym_DASH] = ACTIONS(69), + [anon_sym_PLUS_PLUS] = ACTIONS(71), + [anon_sym_DASH_DASH] = ACTIONS(71), + [anon_sym_BANG] = ACTIONS(71), + [anon_sym_data] = ACTIONS(7), + [anon_sym_inner] = ACTIONS(7), + [anon_sym_expect] = ACTIONS(7), + [anon_sym_actual] = ACTIONS(7), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [sym_real_literal] = ACTIONS(1908), + [sym_integer_literal] = ACTIONS(99), + [sym_hex_literal] = ACTIONS(101), + [sym_bin_literal] = ACTIONS(101), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SQUOTE] = ACTIONS(105), + [sym__backtick_identifier] = ACTIONS(107), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(109), + }, + [1927] = { + [sym__expression] = STATE(583), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(1674), + [sym_annotation] = STATE(1674), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(220), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), [sym__alpha_identifier] = ACTIONS(111), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), + [anon_sym_LBRACE] = ACTIONS(1403), [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1638), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1407), [anon_sym_get] = ACTIONS(111), [anon_sym_set] = ACTIONS(111), [anon_sym_this] = ACTIONS(141), [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(813), - [sym_label] = ACTIONS(823), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(1640), + [anon_sym_STAR] = ACTIONS(1305), + [sym_label] = ACTIONS(171), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(157), [anon_sym_when] = ACTIONS(159), [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(1642), - [anon_sym_return] = ACTIONS(1644), + [anon_sym_throw] = ACTIONS(163), + [anon_sym_return] = ACTIONS(165), [anon_sym_continue] = ACTIONS(167), [anon_sym_break] = ACTIONS(167), [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(823), - [anon_sym_DASH] = ACTIONS(823), - [anon_sym_PLUS_PLUS] = ACTIONS(825), - [anon_sym_DASH_DASH] = ACTIONS(825), - [anon_sym_BANG] = ACTIONS(825), + [anon_sym_PLUS] = ACTIONS(171), + [anon_sym_DASH] = ACTIONS(171), + [anon_sym_PLUS_PLUS] = ACTIONS(173), + [anon_sym_DASH_DASH] = ACTIONS(173), + [anon_sym_BANG] = ACTIONS(173), [anon_sym_data] = ACTIONS(111), [anon_sym_inner] = ACTIONS(111), [anon_sym_expect] = ACTIONS(111), @@ -237900,7 +243014,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(179), [anon_sym_continue_AT] = ACTIONS(181), [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), + [sym_real_literal] = ACTIONS(1411), [sym_integer_literal] = ACTIONS(187), [sym_hex_literal] = ACTIONS(189), [sym_bin_literal] = ACTIONS(189), @@ -237911,164 +243025,164 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(197), }, - [1876] = { - [sym__expression] = STATE(4367), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), - [sym_label] = ACTIONS(327), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(3096), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(3098), - [anon_sym_return] = ACTIONS(3100), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(327), - [anon_sym_DASH] = ACTIONS(327), - [anon_sym_PLUS_PLUS] = ACTIONS(329), - [anon_sym_DASH_DASH] = ACTIONS(329), - [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [1928] = { + [sym__expression] = STATE(582), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(1674), + [sym_annotation] = STATE(1674), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(220), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), + [sym__alpha_identifier] = ACTIONS(111), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1407), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(1305), + [sym_label] = ACTIONS(171), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(157), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(163), + [anon_sym_return] = ACTIONS(165), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(171), + [anon_sym_DASH] = ACTIONS(171), + [anon_sym_PLUS_PLUS] = ACTIONS(173), + [anon_sym_DASH_DASH] = ACTIONS(173), + [anon_sym_BANG] = ACTIONS(173), + [anon_sym_data] = ACTIONS(111), + [anon_sym_inner] = ACTIONS(111), + [anon_sym_expect] = ACTIONS(111), + [anon_sym_actual] = ACTIONS(111), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(1411), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), + [sym__string_start] = ACTIONS(197), }, - [1877] = { - [sym__expression] = STATE(4374), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [1929] = { + [sym__expression] = STATE(4362), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), + [anon_sym_STAR] = ACTIONS(1065), [sym_label] = ACTIONS(327), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(3096), @@ -238084,10 +243198,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(329), [anon_sym_DASH_DASH] = ACTIONS(329), [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -238103,68 +243217,164 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1878] = { - [sym__expression] = STATE(4306), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [1930] = { + [sym__expression] = STATE(792), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(2143), + [sym_annotation] = STATE(2143), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(267), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1654), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(873), + [sym_label] = ACTIONS(883), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(1656), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(1658), + [anon_sym_return] = ACTIONS(1660), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(883), + [anon_sym_DASH] = ACTIONS(883), + [anon_sym_PLUS_PLUS] = ACTIONS(885), + [anon_sym_DASH_DASH] = ACTIONS(885), + [anon_sym_BANG] = ACTIONS(885), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), + }, + [1931] = { + [sym__expression] = STATE(4365), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), + [anon_sym_STAR] = ACTIONS(1065), [sym_label] = ACTIONS(327), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(3096), @@ -238180,10 +243390,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(329), [anon_sym_DASH_DASH] = ACTIONS(329), [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -238199,83 +243409,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1879] = { - [sym__expression] = STATE(726), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(2135), - [sym_annotation] = STATE(2135), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(265), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), + [1932] = { + [sym__expression] = STATE(581), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(1674), + [sym_annotation] = STATE(1674), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(220), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), [sym__alpha_identifier] = ACTIONS(111), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), + [anon_sym_LBRACE] = ACTIONS(1403), [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1638), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1407), [anon_sym_get] = ACTIONS(111), [anon_sym_set] = ACTIONS(111), [anon_sym_this] = ACTIONS(141), [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(813), - [sym_label] = ACTIONS(823), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(1640), + [anon_sym_STAR] = ACTIONS(1305), + [sym_label] = ACTIONS(171), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(157), [anon_sym_when] = ACTIONS(159), [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(1642), - [anon_sym_return] = ACTIONS(1644), + [anon_sym_throw] = ACTIONS(163), + [anon_sym_return] = ACTIONS(165), [anon_sym_continue] = ACTIONS(167), [anon_sym_break] = ACTIONS(167), [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(823), - [anon_sym_DASH] = ACTIONS(823), - [anon_sym_PLUS_PLUS] = ACTIONS(825), - [anon_sym_DASH_DASH] = ACTIONS(825), - [anon_sym_BANG] = ACTIONS(825), + [anon_sym_PLUS] = ACTIONS(171), + [anon_sym_DASH] = ACTIONS(171), + [anon_sym_PLUS_PLUS] = ACTIONS(173), + [anon_sym_DASH_DASH] = ACTIONS(173), + [anon_sym_BANG] = ACTIONS(173), [anon_sym_data] = ACTIONS(111), [anon_sym_inner] = ACTIONS(111), [anon_sym_expect] = ACTIONS(111), @@ -238284,7 +243494,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(179), [anon_sym_continue_AT] = ACTIONS(181), [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), + [sym_real_literal] = ACTIONS(1411), [sym_integer_literal] = ACTIONS(187), [sym_hex_literal] = ACTIONS(189), [sym_bin_literal] = ACTIONS(189), @@ -238295,164 +243505,452 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(197), }, - [1880] = { - [sym__expression] = STATE(4379), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), - [sym_label] = ACTIONS(327), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(3096), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(3098), - [anon_sym_return] = ACTIONS(3100), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(327), - [anon_sym_DASH] = ACTIONS(327), - [anon_sym_PLUS_PLUS] = ACTIONS(329), - [anon_sym_DASH_DASH] = ACTIONS(329), - [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [1933] = { + [sym__expression] = STATE(580), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(1674), + [sym_annotation] = STATE(1674), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(220), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), + [sym__alpha_identifier] = ACTIONS(111), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1407), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(1305), + [sym_label] = ACTIONS(171), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(157), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(163), + [anon_sym_return] = ACTIONS(165), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(171), + [anon_sym_DASH] = ACTIONS(171), + [anon_sym_PLUS_PLUS] = ACTIONS(173), + [anon_sym_DASH_DASH] = ACTIONS(173), + [anon_sym_BANG] = ACTIONS(173), + [anon_sym_data] = ACTIONS(111), + [anon_sym_inner] = ACTIONS(111), + [anon_sym_expect] = ACTIONS(111), + [anon_sym_actual] = ACTIONS(111), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(1411), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), + [sym__string_start] = ACTIONS(197), }, - [1881] = { - [sym__expression] = STATE(4307), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [1934] = { + [sym__expression] = STATE(595), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(1674), + [sym_annotation] = STATE(1674), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(220), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), + [sym__alpha_identifier] = ACTIONS(111), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1407), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(1305), + [sym_label] = ACTIONS(171), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(157), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(163), + [anon_sym_return] = ACTIONS(165), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(171), + [anon_sym_DASH] = ACTIONS(171), + [anon_sym_PLUS_PLUS] = ACTIONS(173), + [anon_sym_DASH_DASH] = ACTIONS(173), + [anon_sym_BANG] = ACTIONS(173), + [anon_sym_data] = ACTIONS(111), + [anon_sym_inner] = ACTIONS(111), + [anon_sym_expect] = ACTIONS(111), + [anon_sym_actual] = ACTIONS(111), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(1411), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(197), + }, + [1935] = { + [sym__expression] = STATE(592), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(1674), + [sym_annotation] = STATE(1674), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(220), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), + [sym__alpha_identifier] = ACTIONS(111), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1407), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(1305), + [sym_label] = ACTIONS(171), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(157), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(163), + [anon_sym_return] = ACTIONS(165), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(171), + [anon_sym_DASH] = ACTIONS(171), + [anon_sym_PLUS_PLUS] = ACTIONS(173), + [anon_sym_DASH_DASH] = ACTIONS(173), + [anon_sym_BANG] = ACTIONS(173), + [anon_sym_data] = ACTIONS(111), + [anon_sym_inner] = ACTIONS(111), + [anon_sym_expect] = ACTIONS(111), + [anon_sym_actual] = ACTIONS(111), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(1411), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(197), + }, + [1936] = { + [sym__expression] = STATE(591), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(1674), + [sym_annotation] = STATE(1674), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(220), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), + [sym__alpha_identifier] = ACTIONS(111), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1407), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(1305), + [sym_label] = ACTIONS(171), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(157), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(163), + [anon_sym_return] = ACTIONS(165), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(171), + [anon_sym_DASH] = ACTIONS(171), + [anon_sym_PLUS_PLUS] = ACTIONS(173), + [anon_sym_DASH_DASH] = ACTIONS(173), + [anon_sym_BANG] = ACTIONS(173), + [anon_sym_data] = ACTIONS(111), + [anon_sym_inner] = ACTIONS(111), + [anon_sym_expect] = ACTIONS(111), + [anon_sym_actual] = ACTIONS(111), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(1411), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(197), + }, + [1937] = { + [sym__expression] = STATE(4366), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), + [anon_sym_STAR] = ACTIONS(1065), [sym_label] = ACTIONS(327), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(3096), @@ -238468,10 +243966,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(329), [anon_sym_DASH_DASH] = ACTIONS(329), [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -238487,467 +243985,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1882] = { - [sym__expression] = STATE(4309), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), - [sym_label] = ACTIONS(327), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(3096), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(3098), - [anon_sym_return] = ACTIONS(3100), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(327), - [anon_sym_DASH] = ACTIONS(327), - [anon_sym_PLUS_PLUS] = ACTIONS(329), - [anon_sym_DASH_DASH] = ACTIONS(329), - [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), - }, - [1883] = { - [sym__expression] = STATE(4378), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), - [sym_label] = ACTIONS(327), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(3096), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(3098), - [anon_sym_return] = ACTIONS(3100), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(327), - [anon_sym_DASH] = ACTIONS(327), - [anon_sym_PLUS_PLUS] = ACTIONS(329), - [anon_sym_DASH_DASH] = ACTIONS(329), - [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), - }, - [1884] = { - [sym__expression] = STATE(4387), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), - [sym_label] = ACTIONS(327), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(3096), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(3098), - [anon_sym_return] = ACTIONS(3100), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(327), - [anon_sym_DASH] = ACTIONS(327), - [anon_sym_PLUS_PLUS] = ACTIONS(329), - [anon_sym_DASH_DASH] = ACTIONS(329), - [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), - }, - [1885] = { - [sym__expression] = STATE(4388), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), - [sym_label] = ACTIONS(327), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(3096), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(3098), - [anon_sym_return] = ACTIONS(3100), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(327), - [anon_sym_DASH] = ACTIONS(327), - [anon_sym_PLUS_PLUS] = ACTIONS(329), - [anon_sym_DASH_DASH] = ACTIONS(329), - [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), - }, - [1886] = { - [sym__expression] = STATE(739), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(2135), - [sym_annotation] = STATE(2135), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(265), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), + [1938] = { + [sym__expression] = STATE(579), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(1674), + [sym_annotation] = STATE(1674), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(220), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), [sym__alpha_identifier] = ACTIONS(111), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), + [anon_sym_LBRACE] = ACTIONS(1403), [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1638), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1407), [anon_sym_get] = ACTIONS(111), [anon_sym_set] = ACTIONS(111), [anon_sym_this] = ACTIONS(141), [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(813), - [sym_label] = ACTIONS(823), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(1640), + [anon_sym_STAR] = ACTIONS(1305), + [sym_label] = ACTIONS(171), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(157), [anon_sym_when] = ACTIONS(159), [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(1642), - [anon_sym_return] = ACTIONS(1644), + [anon_sym_throw] = ACTIONS(163), + [anon_sym_return] = ACTIONS(165), [anon_sym_continue] = ACTIONS(167), [anon_sym_break] = ACTIONS(167), [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(823), - [anon_sym_DASH] = ACTIONS(823), - [anon_sym_PLUS_PLUS] = ACTIONS(825), - [anon_sym_DASH_DASH] = ACTIONS(825), - [anon_sym_BANG] = ACTIONS(825), + [anon_sym_PLUS] = ACTIONS(171), + [anon_sym_DASH] = ACTIONS(171), + [anon_sym_PLUS_PLUS] = ACTIONS(173), + [anon_sym_DASH_DASH] = ACTIONS(173), + [anon_sym_BANG] = ACTIONS(173), [anon_sym_data] = ACTIONS(111), [anon_sym_inner] = ACTIONS(111), [anon_sym_expect] = ACTIONS(111), @@ -238956,7 +244070,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(179), [anon_sym_continue_AT] = ACTIONS(181), [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), + [sym_real_literal] = ACTIONS(1411), [sym_integer_literal] = ACTIONS(187), [sym_hex_literal] = ACTIONS(189), [sym_bin_literal] = ACTIONS(189), @@ -238967,1427 +244081,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(197), }, - [1887] = { - [sym__expression] = STATE(4394), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), - [sym_label] = ACTIONS(327), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(3096), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(3098), - [anon_sym_return] = ACTIONS(3100), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(327), - [anon_sym_DASH] = ACTIONS(327), - [anon_sym_PLUS_PLUS] = ACTIONS(329), - [anon_sym_DASH_DASH] = ACTIONS(329), - [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), - }, - [1888] = { - [sym__expression] = STATE(4396), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), - [sym_label] = ACTIONS(327), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(3096), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(3098), - [anon_sym_return] = ACTIONS(3100), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(327), - [anon_sym_DASH] = ACTIONS(327), - [anon_sym_PLUS_PLUS] = ACTIONS(329), - [anon_sym_DASH_DASH] = ACTIONS(329), - [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), - }, - [1889] = { - [sym__expression] = STATE(4401), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), - [sym_label] = ACTIONS(327), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(3096), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(3098), - [anon_sym_return] = ACTIONS(3100), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(327), - [anon_sym_DASH] = ACTIONS(327), - [anon_sym_PLUS_PLUS] = ACTIONS(329), - [anon_sym_DASH_DASH] = ACTIONS(329), - [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), - }, - [1890] = { - [sym__expression] = STATE(4409), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), - [sym_label] = ACTIONS(327), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(3096), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(3098), - [anon_sym_return] = ACTIONS(3100), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(327), - [anon_sym_DASH] = ACTIONS(327), - [anon_sym_PLUS_PLUS] = ACTIONS(329), - [anon_sym_DASH_DASH] = ACTIONS(329), - [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), - }, - [1891] = { - [sym__expression] = STATE(4411), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), - [sym_label] = ACTIONS(327), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(3096), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(3098), - [anon_sym_return] = ACTIONS(3100), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(327), - [anon_sym_DASH] = ACTIONS(327), - [anon_sym_PLUS_PLUS] = ACTIONS(329), - [anon_sym_DASH_DASH] = ACTIONS(329), - [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), - }, - [1892] = { - [sym__expression] = STATE(4415), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), - [sym_label] = ACTIONS(327), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(3096), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(3098), - [anon_sym_return] = ACTIONS(3100), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(327), - [anon_sym_DASH] = ACTIONS(327), - [anon_sym_PLUS_PLUS] = ACTIONS(329), - [anon_sym_DASH_DASH] = ACTIONS(329), - [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), - }, - [1893] = { - [sym__expression] = STATE(4417), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), - [sym_label] = ACTIONS(327), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(3096), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(3098), - [anon_sym_return] = ACTIONS(3100), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(327), - [anon_sym_DASH] = ACTIONS(327), - [anon_sym_PLUS_PLUS] = ACTIONS(329), - [anon_sym_DASH_DASH] = ACTIONS(329), - [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), - }, - [1894] = { - [sym__expression] = STATE(273), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2297), - [sym_annotation] = STATE(2297), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(260), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1616), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1295), - [sym_label] = ACTIONS(467), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(453), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(459), - [anon_sym_return] = ACTIONS(461), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(467), - [anon_sym_DASH] = ACTIONS(467), - [anon_sym_PLUS_PLUS] = ACTIONS(469), - [anon_sym_DASH_DASH] = ACTIONS(469), - [anon_sym_BANG] = ACTIONS(469), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), - }, - [1895] = { - [sym_type_constraints] = STATE(2435), - [sym_property_delegate] = STATE(2644), - [sym_getter] = STATE(5363), - [sym_setter] = STATE(5363), - [sym_modifiers] = STATE(8883), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1764), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1766), - [anon_sym_EQ] = ACTIONS(5838), - [anon_sym_LBRACE] = ACTIONS(1766), - [anon_sym_RBRACE] = ACTIONS(1766), - [anon_sym_LPAREN] = ACTIONS(1766), - [anon_sym_by] = ACTIONS(3510), - [anon_sym_where] = ACTIONS(5812), - [anon_sym_object] = ACTIONS(1764), - [anon_sym_fun] = ACTIONS(1764), - [anon_sym_SEMI] = ACTIONS(2018), - [anon_sym_get] = ACTIONS(5816), - [anon_sym_set] = ACTIONS(5818), - [anon_sym_this] = ACTIONS(1764), - [anon_sym_super] = ACTIONS(1764), - [anon_sym_STAR] = ACTIONS(1766), - [sym_label] = ACTIONS(1764), - [anon_sym_in] = ACTIONS(1764), - [anon_sym_null] = ACTIONS(1764), - [anon_sym_if] = ACTIONS(1764), - [anon_sym_else] = ACTIONS(1764), - [anon_sym_when] = ACTIONS(1764), - [anon_sym_try] = ACTIONS(1764), - [anon_sym_throw] = ACTIONS(1764), - [anon_sym_return] = ACTIONS(1764), - [anon_sym_continue] = ACTIONS(1764), - [anon_sym_break] = ACTIONS(1764), - [anon_sym_COLON_COLON] = ACTIONS(1766), - [anon_sym_BANGin] = ACTIONS(1766), - [anon_sym_is] = ACTIONS(1764), - [anon_sym_BANGis] = ACTIONS(1766), - [anon_sym_PLUS] = ACTIONS(1764), - [anon_sym_DASH] = ACTIONS(1764), - [anon_sym_PLUS_PLUS] = ACTIONS(1766), - [anon_sym_DASH_DASH] = ACTIONS(1766), - [anon_sym_BANG] = ACTIONS(1764), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1766), - [anon_sym_continue_AT] = ACTIONS(1766), - [anon_sym_break_AT] = ACTIONS(1766), - [sym_real_literal] = ACTIONS(1766), - [sym_integer_literal] = ACTIONS(1764), - [sym_hex_literal] = ACTIONS(1766), - [sym_bin_literal] = ACTIONS(1766), - [anon_sym_true] = ACTIONS(1764), - [anon_sym_false] = ACTIONS(1764), - [anon_sym_SQUOTE] = ACTIONS(1766), - [sym__backtick_identifier] = ACTIONS(1766), - [sym__automatic_semicolon] = ACTIONS(1766), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1766), - }, - [1896] = { - [sym__expression] = STATE(4418), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), - [sym_label] = ACTIONS(327), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(3096), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(3098), - [anon_sym_return] = ACTIONS(3100), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(327), - [anon_sym_DASH] = ACTIONS(327), - [anon_sym_PLUS_PLUS] = ACTIONS(329), - [anon_sym_DASH_DASH] = ACTIONS(329), - [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), - }, - [1897] = { - [sym__expression] = STATE(386), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2221), - [sym_annotation] = STATE(2221), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(263), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1634), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1257), - [sym_label] = ACTIONS(793), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(787), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(789), - [anon_sym_return] = ACTIONS(791), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(793), - [anon_sym_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(795), - [anon_sym_DASH_DASH] = ACTIONS(795), - [anon_sym_BANG] = ACTIONS(795), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), - }, - [1898] = { - [sym__expression] = STATE(4419), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), - [sym_label] = ACTIONS(327), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(3096), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(3098), - [anon_sym_return] = ACTIONS(3100), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(327), - [anon_sym_DASH] = ACTIONS(327), - [anon_sym_PLUS_PLUS] = ACTIONS(329), - [anon_sym_DASH_DASH] = ACTIONS(329), - [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), - }, - [1899] = { - [sym__expression] = STATE(4301), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), - [sym_label] = ACTIONS(327), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(3096), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(3098), - [anon_sym_return] = ACTIONS(3100), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(327), - [anon_sym_DASH] = ACTIONS(327), - [anon_sym_PLUS_PLUS] = ACTIONS(329), - [anon_sym_DASH_DASH] = ACTIONS(329), - [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), - }, - [1900] = { - [sym__expression] = STATE(4302), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), - [sym_label] = ACTIONS(327), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(3096), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(3098), - [anon_sym_return] = ACTIONS(3100), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(327), - [anon_sym_DASH] = ACTIONS(327), - [anon_sym_PLUS_PLUS] = ACTIONS(329), - [anon_sym_DASH_DASH] = ACTIONS(329), - [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), - }, - [1901] = { - [sym__expression] = STATE(748), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(2135), - [sym_annotation] = STATE(2135), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(265), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), + [1939] = { + [sym__expression] = STATE(566), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(1674), + [sym_annotation] = STATE(1674), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(220), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), [sym__alpha_identifier] = ACTIONS(111), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), + [anon_sym_LBRACE] = ACTIONS(1403), [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1638), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1407), [anon_sym_get] = ACTIONS(111), [anon_sym_set] = ACTIONS(111), [anon_sym_this] = ACTIONS(141), [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(813), - [sym_label] = ACTIONS(823), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(1640), + [anon_sym_STAR] = ACTIONS(1305), + [sym_label] = ACTIONS(171), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(157), [anon_sym_when] = ACTIONS(159), [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(1642), - [anon_sym_return] = ACTIONS(1644), + [anon_sym_throw] = ACTIONS(163), + [anon_sym_return] = ACTIONS(165), [anon_sym_continue] = ACTIONS(167), [anon_sym_break] = ACTIONS(167), [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(823), - [anon_sym_DASH] = ACTIONS(823), - [anon_sym_PLUS_PLUS] = ACTIONS(825), - [anon_sym_DASH_DASH] = ACTIONS(825), - [anon_sym_BANG] = ACTIONS(825), + [anon_sym_PLUS] = ACTIONS(171), + [anon_sym_DASH] = ACTIONS(171), + [anon_sym_PLUS_PLUS] = ACTIONS(173), + [anon_sym_DASH_DASH] = ACTIONS(173), + [anon_sym_BANG] = ACTIONS(173), [anon_sym_data] = ACTIONS(111), [anon_sym_inner] = ACTIONS(111), [anon_sym_expect] = ACTIONS(111), @@ -240396,7 +244166,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(179), [anon_sym_continue_AT] = ACTIONS(181), [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), + [sym_real_literal] = ACTIONS(1411), [sym_integer_literal] = ACTIONS(187), [sym_hex_literal] = ACTIONS(189), [sym_bin_literal] = ACTIONS(189), @@ -240407,70 +244177,166 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(197), }, - [1902] = { - [sym__expression] = STATE(948), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(1786), - [sym_annotation] = STATE(1786), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(255), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), + [1940] = { + [sym__expression] = STATE(807), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(2143), + [sym_annotation] = STATE(2143), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(267), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1654), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(873), + [sym_label] = ACTIONS(883), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(1656), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(1658), + [anon_sym_return] = ACTIONS(1660), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(883), + [anon_sym_DASH] = ACTIONS(883), + [anon_sym_PLUS_PLUS] = ACTIONS(885), + [anon_sym_DASH_DASH] = ACTIONS(885), + [anon_sym_BANG] = ACTIONS(885), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), + }, + [1941] = { + [sym__expression] = STATE(567), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(1674), + [sym_annotation] = STATE(1674), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(220), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), [sym__alpha_identifier] = ACTIONS(111), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), + [anon_sym_LBRACE] = ACTIONS(1403), [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1600), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1407), [anon_sym_get] = ACTIONS(111), [anon_sym_set] = ACTIONS(111), [anon_sym_this] = ACTIONS(141), [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(1313), + [anon_sym_STAR] = ACTIONS(1305), [sym_label] = ACTIONS(171), - [anon_sym_null] = ACTIONS(1602), + [anon_sym_null] = ACTIONS(1409), [anon_sym_if] = ACTIONS(157), [anon_sym_when] = ACTIONS(159), [anon_sym_try] = ACTIONS(161), @@ -240492,7 +244358,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(179), [anon_sym_continue_AT] = ACTIONS(181), [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), + [sym_real_literal] = ACTIONS(1411), [sym_integer_literal] = ACTIONS(187), [sym_hex_literal] = ACTIONS(189), [sym_bin_literal] = ACTIONS(189), @@ -240503,68 +244369,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(197), }, - [1903] = { - [sym__expression] = STATE(4303), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [1942] = { + [sym__expression] = STATE(4333), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), + [anon_sym_STAR] = ACTIONS(1065), [sym_label] = ACTIONS(327), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(3096), @@ -240580,10 +244446,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(329), [anon_sym_DASH_DASH] = ACTIONS(329), [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -240599,375 +244465,375 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1904] = { - [sym__expression] = STATE(4421), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), - [sym_label] = ACTIONS(327), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(3096), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(3098), - [anon_sym_return] = ACTIONS(3100), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(327), - [anon_sym_DASH] = ACTIONS(327), - [anon_sym_PLUS_PLUS] = ACTIONS(329), - [anon_sym_DASH_DASH] = ACTIONS(329), - [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [1943] = { + [sym__expression] = STATE(278), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(1703), + [sym_annotation] = STATE(1703), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(260), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), + [sym__alpha_identifier] = ACTIONS(537), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(539), + [anon_sym_LBRACE] = ACTIONS(1612), + [anon_sym_LPAREN] = ACTIONS(549), + [anon_sym_object] = ACTIONS(1614), + [anon_sym_fun] = ACTIONS(1616), + [anon_sym_get] = ACTIONS(537), + [anon_sym_set] = ACTIONS(537), + [anon_sym_this] = ACTIONS(561), + [anon_sym_super] = ACTIONS(563), + [anon_sym_STAR] = ACTIONS(1229), + [sym_label] = ACTIONS(591), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(577), + [anon_sym_when] = ACTIONS(579), + [anon_sym_try] = ACTIONS(581), + [anon_sym_throw] = ACTIONS(583), + [anon_sym_return] = ACTIONS(585), + [anon_sym_continue] = ACTIONS(587), + [anon_sym_break] = ACTIONS(587), + [anon_sym_COLON_COLON] = ACTIONS(589), + [anon_sym_PLUS] = ACTIONS(591), + [anon_sym_DASH] = ACTIONS(591), + [anon_sym_PLUS_PLUS] = ACTIONS(593), + [anon_sym_DASH_DASH] = ACTIONS(593), + [anon_sym_BANG] = ACTIONS(593), + [anon_sym_data] = ACTIONS(537), + [anon_sym_inner] = ACTIONS(537), + [anon_sym_expect] = ACTIONS(537), + [anon_sym_actual] = ACTIONS(537), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(599), + [anon_sym_break_AT] = ACTIONS(601), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(605), + [sym_hex_literal] = ACTIONS(607), + [sym_bin_literal] = ACTIONS(607), + [anon_sym_true] = ACTIONS(609), + [anon_sym_false] = ACTIONS(609), + [anon_sym_SQUOTE] = ACTIONS(611), + [sym__backtick_identifier] = ACTIONS(613), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), + [sym__string_start] = ACTIONS(615), }, - [1905] = { - [sym__expression] = STATE(4422), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), - [sym_label] = ACTIONS(327), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(3096), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(3098), - [anon_sym_return] = ACTIONS(3100), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(327), - [anon_sym_DASH] = ACTIONS(327), - [anon_sym_PLUS_PLUS] = ACTIONS(329), - [anon_sym_DASH_DASH] = ACTIONS(329), - [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [1944] = { + [sym__expression] = STATE(271), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(1703), + [sym_annotation] = STATE(1703), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(260), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), + [sym__alpha_identifier] = ACTIONS(537), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(539), + [anon_sym_LBRACE] = ACTIONS(1612), + [anon_sym_LPAREN] = ACTIONS(549), + [anon_sym_object] = ACTIONS(1614), + [anon_sym_fun] = ACTIONS(1616), + [anon_sym_get] = ACTIONS(537), + [anon_sym_set] = ACTIONS(537), + [anon_sym_this] = ACTIONS(561), + [anon_sym_super] = ACTIONS(563), + [anon_sym_STAR] = ACTIONS(1229), + [sym_label] = ACTIONS(591), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(577), + [anon_sym_when] = ACTIONS(579), + [anon_sym_try] = ACTIONS(581), + [anon_sym_throw] = ACTIONS(583), + [anon_sym_return] = ACTIONS(585), + [anon_sym_continue] = ACTIONS(587), + [anon_sym_break] = ACTIONS(587), + [anon_sym_COLON_COLON] = ACTIONS(589), + [anon_sym_PLUS] = ACTIONS(591), + [anon_sym_DASH] = ACTIONS(591), + [anon_sym_PLUS_PLUS] = ACTIONS(593), + [anon_sym_DASH_DASH] = ACTIONS(593), + [anon_sym_BANG] = ACTIONS(593), + [anon_sym_data] = ACTIONS(537), + [anon_sym_inner] = ACTIONS(537), + [anon_sym_expect] = ACTIONS(537), + [anon_sym_actual] = ACTIONS(537), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(599), + [anon_sym_break_AT] = ACTIONS(601), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(605), + [sym_hex_literal] = ACTIONS(607), + [sym_bin_literal] = ACTIONS(607), + [anon_sym_true] = ACTIONS(609), + [anon_sym_false] = ACTIONS(609), + [anon_sym_SQUOTE] = ACTIONS(611), + [sym__backtick_identifier] = ACTIONS(613), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), + [sym__string_start] = ACTIONS(615), }, - [1906] = { - [sym__expression] = STATE(4365), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), - [sym_label] = ACTIONS(327), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(3096), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(3098), - [anon_sym_return] = ACTIONS(3100), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(327), - [anon_sym_DASH] = ACTIONS(327), - [anon_sym_PLUS_PLUS] = ACTIONS(329), - [anon_sym_DASH_DASH] = ACTIONS(329), - [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [1945] = { + [sym__expression] = STATE(272), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(1703), + [sym_annotation] = STATE(1703), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(260), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), + [sym__alpha_identifier] = ACTIONS(537), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(539), + [anon_sym_LBRACE] = ACTIONS(1612), + [anon_sym_LPAREN] = ACTIONS(549), + [anon_sym_object] = ACTIONS(1614), + [anon_sym_fun] = ACTIONS(1616), + [anon_sym_get] = ACTIONS(537), + [anon_sym_set] = ACTIONS(537), + [anon_sym_this] = ACTIONS(561), + [anon_sym_super] = ACTIONS(563), + [anon_sym_STAR] = ACTIONS(1229), + [sym_label] = ACTIONS(591), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(577), + [anon_sym_when] = ACTIONS(579), + [anon_sym_try] = ACTIONS(581), + [anon_sym_throw] = ACTIONS(583), + [anon_sym_return] = ACTIONS(585), + [anon_sym_continue] = ACTIONS(587), + [anon_sym_break] = ACTIONS(587), + [anon_sym_COLON_COLON] = ACTIONS(589), + [anon_sym_PLUS] = ACTIONS(591), + [anon_sym_DASH] = ACTIONS(591), + [anon_sym_PLUS_PLUS] = ACTIONS(593), + [anon_sym_DASH_DASH] = ACTIONS(593), + [anon_sym_BANG] = ACTIONS(593), + [anon_sym_data] = ACTIONS(537), + [anon_sym_inner] = ACTIONS(537), + [anon_sym_expect] = ACTIONS(537), + [anon_sym_actual] = ACTIONS(537), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(599), + [anon_sym_break_AT] = ACTIONS(601), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(605), + [sym_hex_literal] = ACTIONS(607), + [sym_bin_literal] = ACTIONS(607), + [anon_sym_true] = ACTIONS(609), + [anon_sym_false] = ACTIONS(609), + [anon_sym_SQUOTE] = ACTIONS(611), + [sym__backtick_identifier] = ACTIONS(613), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), + [sym__string_start] = ACTIONS(615), }, - [1907] = { - [sym__expression] = STATE(4329), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [1946] = { + [sym__expression] = STATE(4300), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(1897), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(331), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_fun] = ACTIONS(2020), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), - [sym_label] = ACTIONS(327), + [anon_sym_STAR] = ACTIONS(813), + [sym_label] = ACTIONS(821), [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(3096), + [anon_sym_if] = ACTIONS(2022), [anon_sym_when] = ACTIONS(245), [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(3098), - [anon_sym_return] = ACTIONS(3100), + [anon_sym_throw] = ACTIONS(2024), + [anon_sym_return] = ACTIONS(2026), [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(327), - [anon_sym_DASH] = ACTIONS(327), - [anon_sym_PLUS_PLUS] = ACTIONS(329), - [anon_sym_DASH_DASH] = ACTIONS(329), - [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(823), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -240983,358 +244849,166 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1908] = { - [sym__expression] = STATE(956), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(1786), - [sym_annotation] = STATE(1786), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(255), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), - [sym__alpha_identifier] = ACTIONS(111), + [1947] = { + [sym__expression] = STATE(274), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(1703), + [sym_annotation] = STATE(1703), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(260), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), + [sym__alpha_identifier] = ACTIONS(537), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1600), - [anon_sym_get] = ACTIONS(111), - [anon_sym_set] = ACTIONS(111), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(1313), - [sym_label] = ACTIONS(171), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(157), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(163), - [anon_sym_return] = ACTIONS(165), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(171), - [anon_sym_DASH] = ACTIONS(171), - [anon_sym_PLUS_PLUS] = ACTIONS(173), - [anon_sym_DASH_DASH] = ACTIONS(173), - [anon_sym_BANG] = ACTIONS(173), - [anon_sym_data] = ACTIONS(111), - [anon_sym_inner] = ACTIONS(111), - [anon_sym_expect] = ACTIONS(111), - [anon_sym_actual] = ACTIONS(111), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), - }, - [1909] = { - [sym__expression] = STATE(4288), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(2296), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(845), - [sym_label] = ACTIONS(853), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(2022), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(2024), - [anon_sym_return] = ACTIONS(2026), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(855), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), - }, - [1910] = { - [sym__expression] = STATE(1427), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(2135), - [sym_annotation] = STATE(2135), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(265), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), - [sym__alpha_identifier] = ACTIONS(111), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1638), - [anon_sym_get] = ACTIONS(111), - [anon_sym_set] = ACTIONS(111), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(813), - [sym_label] = ACTIONS(823), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(1640), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(1642), - [anon_sym_return] = ACTIONS(1644), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(823), - [anon_sym_DASH] = ACTIONS(823), - [anon_sym_PLUS_PLUS] = ACTIONS(825), - [anon_sym_DASH_DASH] = ACTIONS(825), - [anon_sym_BANG] = ACTIONS(825), - [anon_sym_data] = ACTIONS(111), - [anon_sym_inner] = ACTIONS(111), - [anon_sym_expect] = ACTIONS(111), - [anon_sym_actual] = ACTIONS(111), + [anon_sym_LBRACK] = ACTIONS(539), + [anon_sym_LBRACE] = ACTIONS(1612), + [anon_sym_LPAREN] = ACTIONS(549), + [anon_sym_object] = ACTIONS(1614), + [anon_sym_fun] = ACTIONS(1616), + [anon_sym_get] = ACTIONS(537), + [anon_sym_set] = ACTIONS(537), + [anon_sym_this] = ACTIONS(561), + [anon_sym_super] = ACTIONS(563), + [anon_sym_STAR] = ACTIONS(1229), + [sym_label] = ACTIONS(591), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(577), + [anon_sym_when] = ACTIONS(579), + [anon_sym_try] = ACTIONS(581), + [anon_sym_throw] = ACTIONS(583), + [anon_sym_return] = ACTIONS(585), + [anon_sym_continue] = ACTIONS(587), + [anon_sym_break] = ACTIONS(587), + [anon_sym_COLON_COLON] = ACTIONS(589), + [anon_sym_PLUS] = ACTIONS(591), + [anon_sym_DASH] = ACTIONS(591), + [anon_sym_PLUS_PLUS] = ACTIONS(593), + [anon_sym_DASH_DASH] = ACTIONS(593), + [anon_sym_BANG] = ACTIONS(593), + [anon_sym_data] = ACTIONS(537), + [anon_sym_inner] = ACTIONS(537), + [anon_sym_expect] = ACTIONS(537), + [anon_sym_actual] = ACTIONS(537), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(599), + [anon_sym_break_AT] = ACTIONS(601), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(605), + [sym_hex_literal] = ACTIONS(607), + [sym_bin_literal] = ACTIONS(607), + [anon_sym_true] = ACTIONS(609), + [anon_sym_false] = ACTIONS(609), + [anon_sym_SQUOTE] = ACTIONS(611), + [sym__backtick_identifier] = ACTIONS(613), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), + [sym__string_start] = ACTIONS(615), }, - [1911] = { - [sym__expression] = STATE(958), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(1643), - [sym_annotation] = STATE(1643), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), + [1948] = { + [sym__expression] = STATE(519), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2117), + [sym_annotation] = STATE(2117), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), [sym__return_at] = STATE(270), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), [sym__alpha_identifier] = ACTIONS(537), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LBRACE] = ACTIONS(1612), [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), + [anon_sym_object] = ACTIONS(1614), [anon_sym_fun] = ACTIONS(1678), [anon_sym_get] = ACTIONS(537), [anon_sym_set] = ACTIONS(537), [anon_sym_this] = ACTIONS(561), [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1021), - [sym_label] = ACTIONS(1029), - [anon_sym_null] = ACTIONS(1628), + [anon_sym_STAR] = ACTIONS(995), + [sym_label] = ACTIONS(1003), + [anon_sym_null] = ACTIONS(1618), [anon_sym_if] = ACTIONS(1680), [anon_sym_when] = ACTIONS(579), [anon_sym_try] = ACTIONS(581), @@ -241343,20 +245017,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(587), [anon_sym_break] = ACTIONS(587), [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(1029), - [anon_sym_DASH] = ACTIONS(1029), - [anon_sym_PLUS_PLUS] = ACTIONS(1031), - [anon_sym_DASH_DASH] = ACTIONS(1031), - [anon_sym_BANG] = ACTIONS(1031), + [anon_sym_PLUS] = ACTIONS(1003), + [anon_sym_DASH] = ACTIONS(1003), + [anon_sym_PLUS_PLUS] = ACTIONS(1005), + [anon_sym_DASH_DASH] = ACTIONS(1005), + [anon_sym_BANG] = ACTIONS(1005), [anon_sym_data] = ACTIONS(537), [anon_sym_inner] = ACTIONS(537), [anon_sym_expect] = ACTIONS(537), [anon_sym_actual] = ACTIONS(537), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), + [anon_sym_return_AT] = ACTIONS(517), [anon_sym_continue_AT] = ACTIONS(599), [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), + [sym_real_literal] = ACTIONS(1620), [sym_integer_literal] = ACTIONS(605), [sym_hex_literal] = ACTIONS(607), [sym_bin_literal] = ACTIONS(607), @@ -241367,188 +245041,92 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(615), }, - [1912] = { - [sym__expression] = STATE(743), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(2135), - [sym_annotation] = STATE(2135), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(265), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), - [sym__alpha_identifier] = ACTIONS(111), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1638), - [anon_sym_get] = ACTIONS(111), - [anon_sym_set] = ACTIONS(111), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(813), - [sym_label] = ACTIONS(823), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(1640), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(1642), - [anon_sym_return] = ACTIONS(1644), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(823), - [anon_sym_DASH] = ACTIONS(823), - [anon_sym_PLUS_PLUS] = ACTIONS(825), - [anon_sym_DASH_DASH] = ACTIONS(825), - [anon_sym_BANG] = ACTIONS(825), - [anon_sym_data] = ACTIONS(111), - [anon_sym_inner] = ACTIONS(111), - [anon_sym_expect] = ACTIONS(111), - [anon_sym_actual] = ACTIONS(111), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), - }, - [1913] = { - [sym__expression] = STATE(2501), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(1643), - [sym_annotation] = STATE(1643), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(270), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), + [1949] = { + [sym__expression] = STATE(275), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(1703), + [sym_annotation] = STATE(1703), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(260), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), [sym__alpha_identifier] = ACTIONS(537), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LBRACE] = ACTIONS(1612), [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1678), + [anon_sym_object] = ACTIONS(1614), + [anon_sym_fun] = ACTIONS(1616), [anon_sym_get] = ACTIONS(537), [anon_sym_set] = ACTIONS(537), [anon_sym_this] = ACTIONS(561), [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1021), - [sym_label] = ACTIONS(1029), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(1680), + [anon_sym_STAR] = ACTIONS(1229), + [sym_label] = ACTIONS(591), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(577), [anon_sym_when] = ACTIONS(579), [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(1682), - [anon_sym_return] = ACTIONS(1684), + [anon_sym_throw] = ACTIONS(583), + [anon_sym_return] = ACTIONS(585), [anon_sym_continue] = ACTIONS(587), [anon_sym_break] = ACTIONS(587), [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(1029), - [anon_sym_DASH] = ACTIONS(1029), - [anon_sym_PLUS_PLUS] = ACTIONS(1031), - [anon_sym_DASH_DASH] = ACTIONS(1031), - [anon_sym_BANG] = ACTIONS(1031), + [anon_sym_PLUS] = ACTIONS(591), + [anon_sym_DASH] = ACTIONS(591), + [anon_sym_PLUS_PLUS] = ACTIONS(593), + [anon_sym_DASH_DASH] = ACTIONS(593), + [anon_sym_BANG] = ACTIONS(593), [anon_sym_data] = ACTIONS(537), [anon_sym_inner] = ACTIONS(537), [anon_sym_expect] = ACTIONS(537), [anon_sym_actual] = ACTIONS(537), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), + [anon_sym_return_AT] = ACTIONS(517), [anon_sym_continue_AT] = ACTIONS(599), [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), + [sym_real_literal] = ACTIONS(1620), [sym_integer_literal] = ACTIONS(605), [sym_hex_literal] = ACTIONS(607), [sym_bin_literal] = ACTIONS(607), @@ -241559,764 +245137,572 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(615), }, - [1914] = { - [sym__expression] = STATE(1020), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(3231), - [sym_parenthesized_expression] = STATE(3231), - [sym_collection_literal] = STATE(3231), - [sym__literal_constant] = STATE(3231), - [sym_string_literal] = STATE(3231), - [sym_lambda_literal] = STATE(3231), - [sym_anonymous_function] = STATE(3231), - [sym__function_literal] = STATE(3231), - [sym_object_literal] = STATE(3231), - [sym_this_expression] = STATE(3231), - [sym_super_expression] = STATE(3231), - [sym_if_expression] = STATE(3231), - [sym_when_expression] = STATE(3231), - [sym_try_expression] = STATE(3231), - [sym_jump_expression] = STATE(3231), - [sym_callable_reference] = STATE(3231), - [sym__prefix_unary_operator] = STATE(1914), - [sym_annotation] = STATE(1914), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3311), - [sym__return_at] = STATE(304), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(3231), - [sym_long_literal] = STATE(3231), - [sym_boolean_literal] = STATE(3231), - [sym_character_literal] = STATE(3231), - [sym__lexical_identifier] = STATE(2890), - [sym__alpha_identifier] = ACTIONS(333), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(335), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_object] = ACTIONS(1922), - [anon_sym_fun] = ACTIONS(1924), - [anon_sym_get] = ACTIONS(333), - [anon_sym_set] = ACTIONS(333), - [anon_sym_this] = ACTIONS(357), - [anon_sym_super] = ACTIONS(359), - [anon_sym_STAR] = ACTIONS(1273), - [sym_label] = ACTIONS(387), - [anon_sym_null] = ACTIONS(1926), - [anon_sym_if] = ACTIONS(373), - [anon_sym_when] = ACTIONS(375), - [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(379), - [anon_sym_return] = ACTIONS(381), - [anon_sym_continue] = ACTIONS(383), - [anon_sym_break] = ACTIONS(383), - [anon_sym_COLON_COLON] = ACTIONS(385), - [anon_sym_PLUS] = ACTIONS(387), - [anon_sym_DASH] = ACTIONS(387), - [anon_sym_PLUS_PLUS] = ACTIONS(389), - [anon_sym_DASH_DASH] = ACTIONS(389), - [anon_sym_BANG] = ACTIONS(389), - [anon_sym_data] = ACTIONS(333), - [anon_sym_inner] = ACTIONS(333), - [anon_sym_expect] = ACTIONS(333), - [anon_sym_actual] = ACTIONS(333), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(395), - [anon_sym_break_AT] = ACTIONS(397), - [sym_real_literal] = ACTIONS(1928), - [sym_integer_literal] = ACTIONS(401), - [sym_hex_literal] = ACTIONS(403), - [sym_bin_literal] = ACTIONS(403), - [anon_sym_true] = ACTIONS(405), - [anon_sym_false] = ACTIONS(405), - [anon_sym_SQUOTE] = ACTIONS(407), - [sym__backtick_identifier] = ACTIONS(409), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(411), - }, - [1915] = { - [sym__expression] = STATE(376), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2297), - [sym_annotation] = STATE(2297), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), + [1950] = { + [sym__expression] = STATE(277), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(1703), + [sym_annotation] = STATE(1703), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), [sym__return_at] = STATE(260), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), + [sym__alpha_identifier] = ACTIONS(537), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(539), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), + [anon_sym_LPAREN] = ACTIONS(549), [anon_sym_object] = ACTIONS(1614), [anon_sym_fun] = ACTIONS(1616), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1295), - [sym_label] = ACTIONS(467), + [anon_sym_get] = ACTIONS(537), + [anon_sym_set] = ACTIONS(537), + [anon_sym_this] = ACTIONS(561), + [anon_sym_super] = ACTIONS(563), + [anon_sym_STAR] = ACTIONS(1229), + [sym_label] = ACTIONS(591), [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(453), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(459), - [anon_sym_return] = ACTIONS(461), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(467), - [anon_sym_DASH] = ACTIONS(467), - [anon_sym_PLUS_PLUS] = ACTIONS(469), - [anon_sym_DASH_DASH] = ACTIONS(469), - [anon_sym_BANG] = ACTIONS(469), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), - }, - [1916] = { - [sym__expression] = STATE(970), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(3231), - [sym_parenthesized_expression] = STATE(3231), - [sym_collection_literal] = STATE(3231), - [sym__literal_constant] = STATE(3231), - [sym_string_literal] = STATE(3231), - [sym_lambda_literal] = STATE(3231), - [sym_anonymous_function] = STATE(3231), - [sym__function_literal] = STATE(3231), - [sym_object_literal] = STATE(3231), - [sym_this_expression] = STATE(3231), - [sym_super_expression] = STATE(3231), - [sym_if_expression] = STATE(3231), - [sym_when_expression] = STATE(3231), - [sym_try_expression] = STATE(3231), - [sym_jump_expression] = STATE(3231), - [sym_callable_reference] = STATE(3231), - [sym__prefix_unary_operator] = STATE(1914), - [sym_annotation] = STATE(1914), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3311), - [sym__return_at] = STATE(304), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(3231), - [sym_long_literal] = STATE(3231), - [sym_boolean_literal] = STATE(3231), - [sym_character_literal] = STATE(3231), - [sym__lexical_identifier] = STATE(2890), - [sym__alpha_identifier] = ACTIONS(333), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(335), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_object] = ACTIONS(1922), - [anon_sym_fun] = ACTIONS(1924), - [anon_sym_get] = ACTIONS(333), - [anon_sym_set] = ACTIONS(333), - [anon_sym_this] = ACTIONS(357), - [anon_sym_super] = ACTIONS(359), - [anon_sym_STAR] = ACTIONS(1273), - [sym_label] = ACTIONS(387), - [anon_sym_null] = ACTIONS(1926), - [anon_sym_if] = ACTIONS(373), - [anon_sym_when] = ACTIONS(375), - [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(379), - [anon_sym_return] = ACTIONS(381), - [anon_sym_continue] = ACTIONS(383), - [anon_sym_break] = ACTIONS(383), - [anon_sym_COLON_COLON] = ACTIONS(385), - [anon_sym_PLUS] = ACTIONS(387), - [anon_sym_DASH] = ACTIONS(387), - [anon_sym_PLUS_PLUS] = ACTIONS(389), - [anon_sym_DASH_DASH] = ACTIONS(389), - [anon_sym_BANG] = ACTIONS(389), - [anon_sym_data] = ACTIONS(333), - [anon_sym_inner] = ACTIONS(333), - [anon_sym_expect] = ACTIONS(333), - [anon_sym_actual] = ACTIONS(333), + [anon_sym_if] = ACTIONS(577), + [anon_sym_when] = ACTIONS(579), + [anon_sym_try] = ACTIONS(581), + [anon_sym_throw] = ACTIONS(583), + [anon_sym_return] = ACTIONS(585), + [anon_sym_continue] = ACTIONS(587), + [anon_sym_break] = ACTIONS(587), + [anon_sym_COLON_COLON] = ACTIONS(589), + [anon_sym_PLUS] = ACTIONS(591), + [anon_sym_DASH] = ACTIONS(591), + [anon_sym_PLUS_PLUS] = ACTIONS(593), + [anon_sym_DASH_DASH] = ACTIONS(593), + [anon_sym_BANG] = ACTIONS(593), + [anon_sym_data] = ACTIONS(537), + [anon_sym_inner] = ACTIONS(537), + [anon_sym_expect] = ACTIONS(537), + [anon_sym_actual] = ACTIONS(537), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(395), - [anon_sym_break_AT] = ACTIONS(397), - [sym_real_literal] = ACTIONS(1928), - [sym_integer_literal] = ACTIONS(401), - [sym_hex_literal] = ACTIONS(403), - [sym_bin_literal] = ACTIONS(403), - [anon_sym_true] = ACTIONS(405), - [anon_sym_false] = ACTIONS(405), - [anon_sym_SQUOTE] = ACTIONS(407), - [sym__backtick_identifier] = ACTIONS(409), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(599), + [anon_sym_break_AT] = ACTIONS(601), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(605), + [sym_hex_literal] = ACTIONS(607), + [sym_bin_literal] = ACTIONS(607), + [anon_sym_true] = ACTIONS(609), + [anon_sym_false] = ACTIONS(609), + [anon_sym_SQUOTE] = ACTIONS(611), + [sym__backtick_identifier] = ACTIONS(613), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(411), + [sym__string_start] = ACTIONS(615), }, - [1917] = { - [sym__expression] = STATE(369), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2297), - [sym_annotation] = STATE(2297), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), + [1951] = { + [sym__expression] = STATE(279), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(1703), + [sym_annotation] = STATE(1703), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), [sym__return_at] = STATE(260), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), + [sym__alpha_identifier] = ACTIONS(537), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(539), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), + [anon_sym_LPAREN] = ACTIONS(549), [anon_sym_object] = ACTIONS(1614), [anon_sym_fun] = ACTIONS(1616), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1295), - [sym_label] = ACTIONS(467), + [anon_sym_get] = ACTIONS(537), + [anon_sym_set] = ACTIONS(537), + [anon_sym_this] = ACTIONS(561), + [anon_sym_super] = ACTIONS(563), + [anon_sym_STAR] = ACTIONS(1229), + [sym_label] = ACTIONS(591), [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(453), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(459), - [anon_sym_return] = ACTIONS(461), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(467), - [anon_sym_DASH] = ACTIONS(467), - [anon_sym_PLUS_PLUS] = ACTIONS(469), - [anon_sym_DASH_DASH] = ACTIONS(469), - [anon_sym_BANG] = ACTIONS(469), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), + [anon_sym_if] = ACTIONS(577), + [anon_sym_when] = ACTIONS(579), + [anon_sym_try] = ACTIONS(581), + [anon_sym_throw] = ACTIONS(583), + [anon_sym_return] = ACTIONS(585), + [anon_sym_continue] = ACTIONS(587), + [anon_sym_break] = ACTIONS(587), + [anon_sym_COLON_COLON] = ACTIONS(589), + [anon_sym_PLUS] = ACTIONS(591), + [anon_sym_DASH] = ACTIONS(591), + [anon_sym_PLUS_PLUS] = ACTIONS(593), + [anon_sym_DASH_DASH] = ACTIONS(593), + [anon_sym_BANG] = ACTIONS(593), + [anon_sym_data] = ACTIONS(537), + [anon_sym_inner] = ACTIONS(537), + [anon_sym_expect] = ACTIONS(537), + [anon_sym_actual] = ACTIONS(537), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(599), + [anon_sym_break_AT] = ACTIONS(601), [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), + [sym_integer_literal] = ACTIONS(605), + [sym_hex_literal] = ACTIONS(607), + [sym_bin_literal] = ACTIONS(607), + [anon_sym_true] = ACTIONS(609), + [anon_sym_false] = ACTIONS(609), + [anon_sym_SQUOTE] = ACTIONS(611), + [sym__backtick_identifier] = ACTIONS(613), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), + [sym__string_start] = ACTIONS(615), }, - [1918] = { - [sym__expression] = STATE(584), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(1786), - [sym_annotation] = STATE(1786), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(255), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), - [sym__alpha_identifier] = ACTIONS(111), + [1952] = { + [sym__expression] = STATE(280), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(1703), + [sym_annotation] = STATE(1703), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(260), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), + [sym__alpha_identifier] = ACTIONS(537), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1600), - [anon_sym_get] = ACTIONS(111), - [anon_sym_set] = ACTIONS(111), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(1313), - [sym_label] = ACTIONS(171), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(157), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(163), - [anon_sym_return] = ACTIONS(165), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(171), - [anon_sym_DASH] = ACTIONS(171), - [anon_sym_PLUS_PLUS] = ACTIONS(173), - [anon_sym_DASH_DASH] = ACTIONS(173), - [anon_sym_BANG] = ACTIONS(173), - [anon_sym_data] = ACTIONS(111), - [anon_sym_inner] = ACTIONS(111), - [anon_sym_expect] = ACTIONS(111), - [anon_sym_actual] = ACTIONS(111), + [anon_sym_LBRACK] = ACTIONS(539), + [anon_sym_LBRACE] = ACTIONS(1612), + [anon_sym_LPAREN] = ACTIONS(549), + [anon_sym_object] = ACTIONS(1614), + [anon_sym_fun] = ACTIONS(1616), + [anon_sym_get] = ACTIONS(537), + [anon_sym_set] = ACTIONS(537), + [anon_sym_this] = ACTIONS(561), + [anon_sym_super] = ACTIONS(563), + [anon_sym_STAR] = ACTIONS(1229), + [sym_label] = ACTIONS(591), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(577), + [anon_sym_when] = ACTIONS(579), + [anon_sym_try] = ACTIONS(581), + [anon_sym_throw] = ACTIONS(583), + [anon_sym_return] = ACTIONS(585), + [anon_sym_continue] = ACTIONS(587), + [anon_sym_break] = ACTIONS(587), + [anon_sym_COLON_COLON] = ACTIONS(589), + [anon_sym_PLUS] = ACTIONS(591), + [anon_sym_DASH] = ACTIONS(591), + [anon_sym_PLUS_PLUS] = ACTIONS(593), + [anon_sym_DASH_DASH] = ACTIONS(593), + [anon_sym_BANG] = ACTIONS(593), + [anon_sym_data] = ACTIONS(537), + [anon_sym_inner] = ACTIONS(537), + [anon_sym_expect] = ACTIONS(537), + [anon_sym_actual] = ACTIONS(537), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(599), + [anon_sym_break_AT] = ACTIONS(601), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(605), + [sym_hex_literal] = ACTIONS(607), + [sym_bin_literal] = ACTIONS(607), + [anon_sym_true] = ACTIONS(609), + [anon_sym_false] = ACTIONS(609), + [anon_sym_SQUOTE] = ACTIONS(611), + [sym__backtick_identifier] = ACTIONS(613), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), + [sym__string_start] = ACTIONS(615), }, - [1919] = { - [sym__expression] = STATE(585), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(1786), - [sym_annotation] = STATE(1786), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(255), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), - [sym__alpha_identifier] = ACTIONS(111), + [1953] = { + [sym__expression] = STATE(273), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(1703), + [sym_annotation] = STATE(1703), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(260), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), + [sym__alpha_identifier] = ACTIONS(537), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1600), - [anon_sym_get] = ACTIONS(111), - [anon_sym_set] = ACTIONS(111), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(1313), - [sym_label] = ACTIONS(171), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(157), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(163), - [anon_sym_return] = ACTIONS(165), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(171), - [anon_sym_DASH] = ACTIONS(171), - [anon_sym_PLUS_PLUS] = ACTIONS(173), - [anon_sym_DASH_DASH] = ACTIONS(173), - [anon_sym_BANG] = ACTIONS(173), - [anon_sym_data] = ACTIONS(111), - [anon_sym_inner] = ACTIONS(111), - [anon_sym_expect] = ACTIONS(111), - [anon_sym_actual] = ACTIONS(111), + [anon_sym_LBRACK] = ACTIONS(539), + [anon_sym_LBRACE] = ACTIONS(1612), + [anon_sym_LPAREN] = ACTIONS(549), + [anon_sym_object] = ACTIONS(1614), + [anon_sym_fun] = ACTIONS(1616), + [anon_sym_get] = ACTIONS(537), + [anon_sym_set] = ACTIONS(537), + [anon_sym_this] = ACTIONS(561), + [anon_sym_super] = ACTIONS(563), + [anon_sym_STAR] = ACTIONS(1229), + [sym_label] = ACTIONS(591), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(577), + [anon_sym_when] = ACTIONS(579), + [anon_sym_try] = ACTIONS(581), + [anon_sym_throw] = ACTIONS(583), + [anon_sym_return] = ACTIONS(585), + [anon_sym_continue] = ACTIONS(587), + [anon_sym_break] = ACTIONS(587), + [anon_sym_COLON_COLON] = ACTIONS(589), + [anon_sym_PLUS] = ACTIONS(591), + [anon_sym_DASH] = ACTIONS(591), + [anon_sym_PLUS_PLUS] = ACTIONS(593), + [anon_sym_DASH_DASH] = ACTIONS(593), + [anon_sym_BANG] = ACTIONS(593), + [anon_sym_data] = ACTIONS(537), + [anon_sym_inner] = ACTIONS(537), + [anon_sym_expect] = ACTIONS(537), + [anon_sym_actual] = ACTIONS(537), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(599), + [anon_sym_break_AT] = ACTIONS(601), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(605), + [sym_hex_literal] = ACTIONS(607), + [sym_bin_literal] = ACTIONS(607), + [anon_sym_true] = ACTIONS(609), + [anon_sym_false] = ACTIONS(609), + [anon_sym_SQUOTE] = ACTIONS(611), + [sym__backtick_identifier] = ACTIONS(613), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), + [sym__string_start] = ACTIONS(615), }, - [1920] = { - [sym__expression] = STATE(586), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(1786), - [sym_annotation] = STATE(1786), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(255), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), - [sym__alpha_identifier] = ACTIONS(111), + [1954] = { + [sym__expression] = STATE(276), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(1703), + [sym_annotation] = STATE(1703), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(260), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), + [sym__alpha_identifier] = ACTIONS(537), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1600), - [anon_sym_get] = ACTIONS(111), - [anon_sym_set] = ACTIONS(111), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(1313), - [sym_label] = ACTIONS(171), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(157), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(163), - [anon_sym_return] = ACTIONS(165), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(171), - [anon_sym_DASH] = ACTIONS(171), - [anon_sym_PLUS_PLUS] = ACTIONS(173), - [anon_sym_DASH_DASH] = ACTIONS(173), - [anon_sym_BANG] = ACTIONS(173), - [anon_sym_data] = ACTIONS(111), - [anon_sym_inner] = ACTIONS(111), - [anon_sym_expect] = ACTIONS(111), - [anon_sym_actual] = ACTIONS(111), + [anon_sym_LBRACK] = ACTIONS(539), + [anon_sym_LBRACE] = ACTIONS(1612), + [anon_sym_LPAREN] = ACTIONS(549), + [anon_sym_object] = ACTIONS(1614), + [anon_sym_fun] = ACTIONS(1616), + [anon_sym_get] = ACTIONS(537), + [anon_sym_set] = ACTIONS(537), + [anon_sym_this] = ACTIONS(561), + [anon_sym_super] = ACTIONS(563), + [anon_sym_STAR] = ACTIONS(1229), + [sym_label] = ACTIONS(591), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(577), + [anon_sym_when] = ACTIONS(579), + [anon_sym_try] = ACTIONS(581), + [anon_sym_throw] = ACTIONS(583), + [anon_sym_return] = ACTIONS(585), + [anon_sym_continue] = ACTIONS(587), + [anon_sym_break] = ACTIONS(587), + [anon_sym_COLON_COLON] = ACTIONS(589), + [anon_sym_PLUS] = ACTIONS(591), + [anon_sym_DASH] = ACTIONS(591), + [anon_sym_PLUS_PLUS] = ACTIONS(593), + [anon_sym_DASH_DASH] = ACTIONS(593), + [anon_sym_BANG] = ACTIONS(593), + [anon_sym_data] = ACTIONS(537), + [anon_sym_inner] = ACTIONS(537), + [anon_sym_expect] = ACTIONS(537), + [anon_sym_actual] = ACTIONS(537), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(599), + [anon_sym_break_AT] = ACTIONS(601), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(605), + [sym_hex_literal] = ACTIONS(607), + [sym_bin_literal] = ACTIONS(607), + [anon_sym_true] = ACTIONS(609), + [anon_sym_false] = ACTIONS(609), + [anon_sym_SQUOTE] = ACTIONS(611), + [sym__backtick_identifier] = ACTIONS(613), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), + [sym__string_start] = ACTIONS(615), }, - [1921] = { - [sym__expression] = STATE(887), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(1643), - [sym_annotation] = STATE(1643), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(270), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), + [1955] = { + [sym__expression] = STATE(282), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(1703), + [sym_annotation] = STATE(1703), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(260), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), [sym__alpha_identifier] = ACTIONS(537), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LBRACE] = ACTIONS(1612), [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1678), + [anon_sym_object] = ACTIONS(1614), + [anon_sym_fun] = ACTIONS(1616), [anon_sym_get] = ACTIONS(537), [anon_sym_set] = ACTIONS(537), [anon_sym_this] = ACTIONS(561), [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1021), - [sym_label] = ACTIONS(1029), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(1680), + [anon_sym_STAR] = ACTIONS(1229), + [sym_label] = ACTIONS(591), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(577), [anon_sym_when] = ACTIONS(579), [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(1682), - [anon_sym_return] = ACTIONS(1684), + [anon_sym_throw] = ACTIONS(583), + [anon_sym_return] = ACTIONS(585), [anon_sym_continue] = ACTIONS(587), [anon_sym_break] = ACTIONS(587), [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(1029), - [anon_sym_DASH] = ACTIONS(1029), - [anon_sym_PLUS_PLUS] = ACTIONS(1031), - [anon_sym_DASH_DASH] = ACTIONS(1031), - [anon_sym_BANG] = ACTIONS(1031), + [anon_sym_PLUS] = ACTIONS(591), + [anon_sym_DASH] = ACTIONS(591), + [anon_sym_PLUS_PLUS] = ACTIONS(593), + [anon_sym_DASH_DASH] = ACTIONS(593), + [anon_sym_BANG] = ACTIONS(593), [anon_sym_data] = ACTIONS(537), [anon_sym_inner] = ACTIONS(537), [anon_sym_expect] = ACTIONS(537), [anon_sym_actual] = ACTIONS(537), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), + [anon_sym_return_AT] = ACTIONS(517), [anon_sym_continue_AT] = ACTIONS(599), [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), + [sym_real_literal] = ACTIONS(1620), [sym_integer_literal] = ACTIONS(605), [sym_hex_literal] = ACTIONS(607), [sym_bin_literal] = ACTIONS(607), @@ -242327,92 +245713,92 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(615), }, - [1922] = { - [sym__expression] = STATE(2529), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(1643), - [sym_annotation] = STATE(1643), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(270), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), + [1956] = { + [sym__expression] = STATE(281), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(1703), + [sym_annotation] = STATE(1703), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(260), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), [sym__alpha_identifier] = ACTIONS(537), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LBRACE] = ACTIONS(1612), [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1678), + [anon_sym_object] = ACTIONS(1614), + [anon_sym_fun] = ACTIONS(1616), [anon_sym_get] = ACTIONS(537), [anon_sym_set] = ACTIONS(537), [anon_sym_this] = ACTIONS(561), [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1021), - [sym_label] = ACTIONS(1029), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(1680), + [anon_sym_STAR] = ACTIONS(1229), + [sym_label] = ACTIONS(591), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(577), [anon_sym_when] = ACTIONS(579), [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(1682), - [anon_sym_return] = ACTIONS(1684), + [anon_sym_throw] = ACTIONS(583), + [anon_sym_return] = ACTIONS(585), [anon_sym_continue] = ACTIONS(587), [anon_sym_break] = ACTIONS(587), [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(1029), - [anon_sym_DASH] = ACTIONS(1029), - [anon_sym_PLUS_PLUS] = ACTIONS(1031), - [anon_sym_DASH_DASH] = ACTIONS(1031), - [anon_sym_BANG] = ACTIONS(1031), + [anon_sym_PLUS] = ACTIONS(591), + [anon_sym_DASH] = ACTIONS(591), + [anon_sym_PLUS_PLUS] = ACTIONS(593), + [anon_sym_DASH_DASH] = ACTIONS(593), + [anon_sym_BANG] = ACTIONS(593), [anon_sym_data] = ACTIONS(537), [anon_sym_inner] = ACTIONS(537), [anon_sym_expect] = ACTIONS(537), [anon_sym_actual] = ACTIONS(537), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), + [anon_sym_return_AT] = ACTIONS(517), [anon_sym_continue_AT] = ACTIONS(599), [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), + [sym_real_literal] = ACTIONS(1620), [sym_integer_literal] = ACTIONS(605), [sym_hex_literal] = ACTIONS(607), [sym_bin_literal] = ACTIONS(607), @@ -242423,70 +245809,454 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(615), }, - [1923] = { - [sym__expression] = STATE(2528), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(1643), - [sym_annotation] = STATE(1643), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), + [1957] = { + [sym__expression] = STATE(654), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(1807), + [sym_annotation] = STATE(1807), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(261), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1626), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1311), + [sym_label] = ACTIONS(509), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(495), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(501), + [anon_sym_return] = ACTIONS(503), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(509), + [anon_sym_DASH] = ACTIONS(509), + [anon_sym_PLUS_PLUS] = ACTIONS(511), + [anon_sym_DASH_DASH] = ACTIONS(511), + [anon_sym_BANG] = ACTIONS(511), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), + }, + [1958] = { + [sym__expression] = STATE(653), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(1807), + [sym_annotation] = STATE(1807), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(261), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1626), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1311), + [sym_label] = ACTIONS(509), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(495), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(501), + [anon_sym_return] = ACTIONS(503), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(509), + [anon_sym_DASH] = ACTIONS(509), + [anon_sym_PLUS_PLUS] = ACTIONS(511), + [anon_sym_DASH_DASH] = ACTIONS(511), + [anon_sym_BANG] = ACTIONS(511), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), + }, + [1959] = { + [sym__expression] = STATE(651), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(1807), + [sym_annotation] = STATE(1807), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(261), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1626), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1311), + [sym_label] = ACTIONS(509), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(495), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(501), + [anon_sym_return] = ACTIONS(503), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(509), + [anon_sym_DASH] = ACTIONS(509), + [anon_sym_PLUS_PLUS] = ACTIONS(511), + [anon_sym_DASH_DASH] = ACTIONS(511), + [anon_sym_BANG] = ACTIONS(511), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), + }, + [1960] = { + [sym__expression] = STATE(1024), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(2362), + [sym_annotation] = STATE(2362), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(269), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1670), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1021), + [sym_label] = ACTIONS(1029), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(1672), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(1674), + [anon_sym_return] = ACTIONS(1676), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(1029), + [anon_sym_DASH] = ACTIONS(1029), + [anon_sym_PLUS_PLUS] = ACTIONS(1031), + [anon_sym_DASH_DASH] = ACTIONS(1031), + [anon_sym_BANG] = ACTIONS(1031), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), + }, + [1961] = { + [sym__expression] = STATE(517), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2117), + [sym_annotation] = STATE(2117), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), [sym__return_at] = STATE(270), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), [sym__alpha_identifier] = ACTIONS(537), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LBRACE] = ACTIONS(1612), [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), + [anon_sym_object] = ACTIONS(1614), [anon_sym_fun] = ACTIONS(1678), [anon_sym_get] = ACTIONS(537), [anon_sym_set] = ACTIONS(537), [anon_sym_this] = ACTIONS(561), [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1021), - [sym_label] = ACTIONS(1029), - [anon_sym_null] = ACTIONS(1628), + [anon_sym_STAR] = ACTIONS(995), + [sym_label] = ACTIONS(1003), + [anon_sym_null] = ACTIONS(1618), [anon_sym_if] = ACTIONS(1680), [anon_sym_when] = ACTIONS(579), [anon_sym_try] = ACTIONS(581), @@ -242495,20 +246265,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(587), [anon_sym_break] = ACTIONS(587), [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(1029), - [anon_sym_DASH] = ACTIONS(1029), - [anon_sym_PLUS_PLUS] = ACTIONS(1031), - [anon_sym_DASH_DASH] = ACTIONS(1031), - [anon_sym_BANG] = ACTIONS(1031), + [anon_sym_PLUS] = ACTIONS(1003), + [anon_sym_DASH] = ACTIONS(1003), + [anon_sym_PLUS_PLUS] = ACTIONS(1005), + [anon_sym_DASH_DASH] = ACTIONS(1005), + [anon_sym_BANG] = ACTIONS(1005), [anon_sym_data] = ACTIONS(537), [anon_sym_inner] = ACTIONS(537), [anon_sym_expect] = ACTIONS(537), [anon_sym_actual] = ACTIONS(537), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), + [anon_sym_return_AT] = ACTIONS(517), [anon_sym_continue_AT] = ACTIONS(599), [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), + [sym_real_literal] = ACTIONS(1620), [sym_integer_literal] = ACTIONS(605), [sym_hex_literal] = ACTIONS(607), [sym_bin_literal] = ACTIONS(607), @@ -242519,275 +246289,371 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(615), }, - [1924] = { - [sym__expression] = STATE(587), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(1786), - [sym_annotation] = STATE(1786), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(255), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), - [sym__alpha_identifier] = ACTIONS(111), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1600), - [anon_sym_get] = ACTIONS(111), - [anon_sym_set] = ACTIONS(111), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(1313), - [sym_label] = ACTIONS(171), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(157), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(163), - [anon_sym_return] = ACTIONS(165), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(171), - [anon_sym_DASH] = ACTIONS(171), - [anon_sym_PLUS_PLUS] = ACTIONS(173), - [anon_sym_DASH_DASH] = ACTIONS(173), - [anon_sym_BANG] = ACTIONS(173), - [anon_sym_data] = ACTIONS(111), - [anon_sym_inner] = ACTIONS(111), - [anon_sym_expect] = ACTIONS(111), - [anon_sym_actual] = ACTIONS(111), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), + [1962] = { + [sym__expression] = STATE(816), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(2143), + [sym_annotation] = STATE(2143), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(267), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1654), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(873), + [sym_label] = ACTIONS(883), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(1656), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(1658), + [anon_sym_return] = ACTIONS(1660), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(883), + [anon_sym_DASH] = ACTIONS(883), + [anon_sym_PLUS_PLUS] = ACTIONS(885), + [anon_sym_DASH_DASH] = ACTIONS(885), + [anon_sym_BANG] = ACTIONS(885), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), + [sym__string_start] = ACTIONS(535), }, - [1925] = { - [sym__expression] = STATE(588), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(1786), - [sym_annotation] = STATE(1786), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(255), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), - [sym__alpha_identifier] = ACTIONS(111), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1600), - [anon_sym_get] = ACTIONS(111), - [anon_sym_set] = ACTIONS(111), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(1313), - [sym_label] = ACTIONS(171), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(157), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(163), - [anon_sym_return] = ACTIONS(165), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(171), - [anon_sym_DASH] = ACTIONS(171), - [anon_sym_PLUS_PLUS] = ACTIONS(173), - [anon_sym_DASH_DASH] = ACTIONS(173), - [anon_sym_BANG] = ACTIONS(173), - [anon_sym_data] = ACTIONS(111), - [anon_sym_inner] = ACTIONS(111), - [anon_sym_expect] = ACTIONS(111), - [anon_sym_actual] = ACTIONS(111), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), + [1963] = { + [sym__expression] = STATE(649), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(1807), + [sym_annotation] = STATE(1807), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(261), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1626), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1311), + [sym_label] = ACTIONS(509), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(495), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(501), + [anon_sym_return] = ACTIONS(503), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(509), + [anon_sym_DASH] = ACTIONS(509), + [anon_sym_PLUS_PLUS] = ACTIONS(511), + [anon_sym_DASH_DASH] = ACTIONS(511), + [anon_sym_BANG] = ACTIONS(511), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), + [sym__string_start] = ACTIONS(535), }, - [1926] = { - [sym__expression] = STATE(589), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(1786), - [sym_annotation] = STATE(1786), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(255), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), + [1964] = { + [sym__expression] = STATE(645), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(1807), + [sym_annotation] = STATE(1807), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(261), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1626), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1311), + [sym_label] = ACTIONS(509), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(495), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(501), + [anon_sym_return] = ACTIONS(503), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(509), + [anon_sym_DASH] = ACTIONS(509), + [anon_sym_PLUS_PLUS] = ACTIONS(511), + [anon_sym_DASH_DASH] = ACTIONS(511), + [anon_sym_BANG] = ACTIONS(511), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), + }, + [1965] = { + [sym__expression] = STATE(1180), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(1711), + [sym_annotation] = STATE(1711), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(268), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), [sym__alpha_identifier] = ACTIONS(111), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), + [anon_sym_LBRACE] = ACTIONS(1403), [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1600), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1662), [anon_sym_get] = ACTIONS(111), [anon_sym_set] = ACTIONS(111), [anon_sym_this] = ACTIONS(141), [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(1313), - [sym_label] = ACTIONS(171), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(157), + [anon_sym_STAR] = ACTIONS(1085), + [sym_label] = ACTIONS(1093), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(1664), [anon_sym_when] = ACTIONS(159), [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(163), - [anon_sym_return] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(1666), + [anon_sym_return] = ACTIONS(1668), [anon_sym_continue] = ACTIONS(167), [anon_sym_break] = ACTIONS(167), [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(171), - [anon_sym_DASH] = ACTIONS(171), - [anon_sym_PLUS_PLUS] = ACTIONS(173), - [anon_sym_DASH_DASH] = ACTIONS(173), - [anon_sym_BANG] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(1093), + [anon_sym_DASH] = ACTIONS(1093), + [anon_sym_PLUS_PLUS] = ACTIONS(1095), + [anon_sym_DASH_DASH] = ACTIONS(1095), + [anon_sym_BANG] = ACTIONS(1095), [anon_sym_data] = ACTIONS(111), [anon_sym_inner] = ACTIONS(111), [anon_sym_expect] = ACTIONS(111), @@ -242796,7 +246662,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(179), [anon_sym_continue_AT] = ACTIONS(181), [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), + [sym_real_literal] = ACTIONS(1411), [sym_integer_literal] = ACTIONS(187), [sym_hex_literal] = ACTIONS(189), [sym_bin_literal] = ACTIONS(189), @@ -242807,166 +246673,166 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(197), }, - [1927] = { - [sym__expression] = STATE(529), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2238), - [sym_annotation] = STATE(2238), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(269), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1670), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1047), - [sym_label] = ACTIONS(1055), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(1672), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(1674), - [anon_sym_return] = ACTIONS(1676), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(1055), - [anon_sym_DASH] = ACTIONS(1055), - [anon_sym_PLUS_PLUS] = ACTIONS(1057), - [anon_sym_DASH_DASH] = ACTIONS(1057), - [anon_sym_BANG] = ACTIONS(1057), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), + [1966] = { + [sym__expression] = STATE(644), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(1807), + [sym_annotation] = STATE(1807), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(261), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1626), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1311), + [sym_label] = ACTIONS(509), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(495), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(501), + [anon_sym_return] = ACTIONS(503), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(509), + [anon_sym_DASH] = ACTIONS(509), + [anon_sym_PLUS_PLUS] = ACTIONS(511), + [anon_sym_DASH_DASH] = ACTIONS(511), + [anon_sym_BANG] = ACTIONS(511), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), + [sym__string_start] = ACTIONS(535), }, - [1928] = { - [sym__expression] = STATE(2527), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(1643), - [sym_annotation] = STATE(1643), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), + [1967] = { + [sym__expression] = STATE(532), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2117), + [sym_annotation] = STATE(2117), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), [sym__return_at] = STATE(270), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), [sym__alpha_identifier] = ACTIONS(537), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LBRACE] = ACTIONS(1612), [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), + [anon_sym_object] = ACTIONS(1614), [anon_sym_fun] = ACTIONS(1678), [anon_sym_get] = ACTIONS(537), [anon_sym_set] = ACTIONS(537), [anon_sym_this] = ACTIONS(561), [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1021), - [sym_label] = ACTIONS(1029), - [anon_sym_null] = ACTIONS(1628), + [anon_sym_STAR] = ACTIONS(995), + [sym_label] = ACTIONS(1003), + [anon_sym_null] = ACTIONS(1618), [anon_sym_if] = ACTIONS(1680), [anon_sym_when] = ACTIONS(579), [anon_sym_try] = ACTIONS(581), @@ -242975,20 +246841,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(587), [anon_sym_break] = ACTIONS(587), [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(1029), - [anon_sym_DASH] = ACTIONS(1029), - [anon_sym_PLUS_PLUS] = ACTIONS(1031), - [anon_sym_DASH_DASH] = ACTIONS(1031), - [anon_sym_BANG] = ACTIONS(1031), + [anon_sym_PLUS] = ACTIONS(1003), + [anon_sym_DASH] = ACTIONS(1003), + [anon_sym_PLUS_PLUS] = ACTIONS(1005), + [anon_sym_DASH_DASH] = ACTIONS(1005), + [anon_sym_BANG] = ACTIONS(1005), [anon_sym_data] = ACTIONS(537), [anon_sym_inner] = ACTIONS(537), [anon_sym_expect] = ACTIONS(537), [anon_sym_actual] = ACTIONS(537), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), + [anon_sym_return_AT] = ACTIONS(517), [anon_sym_continue_AT] = ACTIONS(599), [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), + [sym_real_literal] = ACTIONS(1620), [sym_integer_literal] = ACTIONS(605), [sym_hex_literal] = ACTIONS(607), [sym_bin_literal] = ACTIONS(607), @@ -242999,375 +246865,87 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(615), }, - [1929] = { - [sym__expression] = STATE(3903), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4941), - [sym_parenthesized_expression] = STATE(4941), - [sym_collection_literal] = STATE(4941), - [sym__literal_constant] = STATE(4941), - [sym_string_literal] = STATE(4941), - [sym_lambda_literal] = STATE(4941), - [sym_anonymous_function] = STATE(4941), - [sym__function_literal] = STATE(4941), - [sym_object_literal] = STATE(4941), - [sym_this_expression] = STATE(4941), - [sym_super_expression] = STATE(4941), - [sym_if_expression] = STATE(4941), - [sym_when_expression] = STATE(4941), - [sym_try_expression] = STATE(4941), - [sym_jump_expression] = STATE(4941), - [sym_callable_reference] = STATE(4941), - [sym__prefix_unary_operator] = STATE(2020), - [sym_annotation] = STATE(2020), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5029), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4941), - [sym_long_literal] = STATE(4941), - [sym_boolean_literal] = STATE(4941), - [sym_character_literal] = STATE(4941), - [sym__lexical_identifier] = STATE(4529), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1912), - [anon_sym_fun] = ACTIONS(1974), - [anon_sym_get] = ACTIONS(7), - [anon_sym_set] = ACTIONS(7), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(1213), - [sym_label] = ACTIONS(639), - [anon_sym_null] = ACTIONS(1916), - [anon_sym_if] = ACTIONS(55), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(61), - [anon_sym_return] = ACTIONS(63), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_PLUS_PLUS] = ACTIONS(641), - [anon_sym_DASH_DASH] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), - [anon_sym_data] = ACTIONS(7), - [anon_sym_inner] = ACTIONS(7), - [anon_sym_expect] = ACTIONS(7), - [anon_sym_actual] = ACTIONS(7), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(1918), - [sym_integer_literal] = ACTIONS(99), - [sym_hex_literal] = ACTIONS(101), - [sym_bin_literal] = ACTIONS(101), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [anon_sym_SQUOTE] = ACTIONS(105), - [sym__backtick_identifier] = ACTIONS(107), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(109), - }, - [1930] = { - [sym__expression] = STATE(530), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2238), - [sym_annotation] = STATE(2238), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(269), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1670), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1047), - [sym_label] = ACTIONS(1055), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(1672), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(1674), - [anon_sym_return] = ACTIONS(1676), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(1055), - [anon_sym_DASH] = ACTIONS(1055), - [anon_sym_PLUS_PLUS] = ACTIONS(1057), - [anon_sym_DASH_DASH] = ACTIONS(1057), - [anon_sym_BANG] = ACTIONS(1057), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), - }, - [1931] = { - [sym__expression] = STATE(4349), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), - [sym_label] = ACTIONS(327), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(3096), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(3098), - [anon_sym_return] = ACTIONS(3100), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(327), - [anon_sym_DASH] = ACTIONS(327), - [anon_sym_PLUS_PLUS] = ACTIONS(329), - [anon_sym_DASH_DASH] = ACTIONS(329), - [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), - }, - [1932] = { - [sym__expression] = STATE(4249), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(2296), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [1968] = { + [sym__expression] = STATE(3749), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1630), + [sym_annotation] = STATE(1630), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(310), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_fun] = ACTIONS(1940), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(845), - [sym_label] = ACTIONS(853), + [anon_sym_STAR] = ACTIONS(1293), + [sym_label] = ACTIONS(735), [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(2022), + [anon_sym_if] = ACTIONS(321), [anon_sym_when] = ACTIONS(245), [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(2024), - [anon_sym_return] = ACTIONS(2026), + [anon_sym_throw] = ACTIONS(323), + [anon_sym_return] = ACTIONS(325), [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(855), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(735), + [anon_sym_DASH] = ACTIONS(735), + [anon_sym_PLUS_PLUS] = ACTIONS(737), + [anon_sym_DASH_DASH] = ACTIONS(737), + [anon_sym_BANG] = ACTIONS(737), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -243383,179 +246961,179 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1933] = { - [sym__expression] = STATE(968), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(3231), - [sym_parenthesized_expression] = STATE(3231), - [sym_collection_literal] = STATE(3231), - [sym__literal_constant] = STATE(3231), - [sym_string_literal] = STATE(3231), - [sym_lambda_literal] = STATE(3231), - [sym_anonymous_function] = STATE(3231), - [sym__function_literal] = STATE(3231), - [sym_object_literal] = STATE(3231), - [sym_this_expression] = STATE(3231), - [sym_super_expression] = STATE(3231), - [sym_if_expression] = STATE(3231), - [sym_when_expression] = STATE(3231), - [sym_try_expression] = STATE(3231), - [sym_jump_expression] = STATE(3231), - [sym_callable_reference] = STATE(3231), - [sym__prefix_unary_operator] = STATE(1914), - [sym_annotation] = STATE(1914), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3311), - [sym__return_at] = STATE(304), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(3231), - [sym_long_literal] = STATE(3231), - [sym_boolean_literal] = STATE(3231), - [sym_character_literal] = STATE(3231), - [sym__lexical_identifier] = STATE(2890), - [sym__alpha_identifier] = ACTIONS(333), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(335), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_object] = ACTIONS(1922), - [anon_sym_fun] = ACTIONS(1924), - [anon_sym_get] = ACTIONS(333), - [anon_sym_set] = ACTIONS(333), - [anon_sym_this] = ACTIONS(357), - [anon_sym_super] = ACTIONS(359), - [anon_sym_STAR] = ACTIONS(1273), - [sym_label] = ACTIONS(387), - [anon_sym_null] = ACTIONS(1926), - [anon_sym_if] = ACTIONS(373), - [anon_sym_when] = ACTIONS(375), - [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(379), - [anon_sym_return] = ACTIONS(381), - [anon_sym_continue] = ACTIONS(383), - [anon_sym_break] = ACTIONS(383), - [anon_sym_COLON_COLON] = ACTIONS(385), - [anon_sym_PLUS] = ACTIONS(387), - [anon_sym_DASH] = ACTIONS(387), - [anon_sym_PLUS_PLUS] = ACTIONS(389), - [anon_sym_DASH_DASH] = ACTIONS(389), - [anon_sym_BANG] = ACTIONS(389), - [anon_sym_data] = ACTIONS(333), - [anon_sym_inner] = ACTIONS(333), - [anon_sym_expect] = ACTIONS(333), - [anon_sym_actual] = ACTIONS(333), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(395), - [anon_sym_break_AT] = ACTIONS(397), - [sym_real_literal] = ACTIONS(1928), - [sym_integer_literal] = ACTIONS(401), - [sym_hex_literal] = ACTIONS(403), - [sym_bin_literal] = ACTIONS(403), - [anon_sym_true] = ACTIONS(405), - [anon_sym_false] = ACTIONS(405), - [anon_sym_SQUOTE] = ACTIONS(407), - [sym__backtick_identifier] = ACTIONS(409), + [1969] = { + [sym__expression] = STATE(640), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(1807), + [sym_annotation] = STATE(1807), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(261), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1626), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1311), + [sym_label] = ACTIONS(509), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(495), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(501), + [anon_sym_return] = ACTIONS(503), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(509), + [anon_sym_DASH] = ACTIONS(509), + [anon_sym_PLUS_PLUS] = ACTIONS(511), + [anon_sym_DASH_DASH] = ACTIONS(511), + [anon_sym_BANG] = ACTIONS(511), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(411), + [sym__string_start] = ACTIONS(535), }, - [1934] = { - [sym__expression] = STATE(736), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(2135), - [sym_annotation] = STATE(2135), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(265), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), + [1970] = { + [sym__expression] = STATE(1194), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(1711), + [sym_annotation] = STATE(1711), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(268), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), [sym__alpha_identifier] = ACTIONS(111), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), + [anon_sym_LBRACE] = ACTIONS(1403), [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1638), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1662), [anon_sym_get] = ACTIONS(111), [anon_sym_set] = ACTIONS(111), [anon_sym_this] = ACTIONS(141), [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(813), - [sym_label] = ACTIONS(823), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(1640), + [anon_sym_STAR] = ACTIONS(1085), + [sym_label] = ACTIONS(1093), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(1664), [anon_sym_when] = ACTIONS(159), [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(1642), - [anon_sym_return] = ACTIONS(1644), + [anon_sym_throw] = ACTIONS(1666), + [anon_sym_return] = ACTIONS(1668), [anon_sym_continue] = ACTIONS(167), [anon_sym_break] = ACTIONS(167), [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(823), - [anon_sym_DASH] = ACTIONS(823), - [anon_sym_PLUS_PLUS] = ACTIONS(825), - [anon_sym_DASH_DASH] = ACTIONS(825), - [anon_sym_BANG] = ACTIONS(825), + [anon_sym_PLUS] = ACTIONS(1093), + [anon_sym_DASH] = ACTIONS(1093), + [anon_sym_PLUS_PLUS] = ACTIONS(1095), + [anon_sym_DASH_DASH] = ACTIONS(1095), + [anon_sym_BANG] = ACTIONS(1095), [anon_sym_data] = ACTIONS(111), [anon_sym_inner] = ACTIONS(111), [anon_sym_expect] = ACTIONS(111), @@ -243564,7 +247142,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(179), [anon_sym_continue_AT] = ACTIONS(181), [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), + [sym_real_literal] = ACTIONS(1411), [sym_integer_literal] = ACTIONS(187), [sym_hex_literal] = ACTIONS(189), [sym_bin_literal] = ACTIONS(189), @@ -243575,183 +247153,87 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(197), }, - [1935] = { - [sym__expression] = STATE(4229), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(2296), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(845), - [sym_label] = ACTIONS(853), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(2022), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(2024), - [anon_sym_return] = ACTIONS(2026), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(855), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), - }, - [1936] = { - [sym__expression] = STATE(4237), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(2296), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5485), - [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [1971] = { + [sym__expression] = STATE(4410), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(377), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_fun] = ACTIONS(3094), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(5840), - [sym_label] = ACTIONS(853), + [anon_sym_STAR] = ACTIONS(1065), + [sym_label] = ACTIONS(327), [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(2022), + [anon_sym_if] = ACTIONS(3096), [anon_sym_when] = ACTIONS(245), [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(2024), - [anon_sym_return] = ACTIONS(2026), + [anon_sym_throw] = ACTIONS(3098), + [anon_sym_return] = ACTIONS(3100), [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(855), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(327), + [anon_sym_DASH] = ACTIONS(327), + [anon_sym_PLUS_PLUS] = ACTIONS(329), + [anon_sym_DASH_DASH] = ACTIONS(329), + [anon_sym_BANG] = ACTIONS(329), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -243767,284 +247249,188 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1937] = { - [sym__expression] = STATE(3634), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4941), - [sym_parenthesized_expression] = STATE(4941), - [sym_collection_literal] = STATE(4941), - [sym__literal_constant] = STATE(4941), - [sym_string_literal] = STATE(4941), - [sym_lambda_literal] = STATE(4941), - [sym_anonymous_function] = STATE(4941), - [sym__function_literal] = STATE(4941), - [sym_object_literal] = STATE(4941), - [sym_this_expression] = STATE(4941), - [sym_super_expression] = STATE(4941), - [sym_if_expression] = STATE(4941), - [sym_when_expression] = STATE(4941), - [sym_try_expression] = STATE(4941), - [sym_jump_expression] = STATE(4941), - [sym_callable_reference] = STATE(4941), - [sym__prefix_unary_operator] = STATE(2214), - [sym_annotation] = STATE(2214), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5029), - [sym__return_at] = STATE(303), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4941), - [sym_long_literal] = STATE(4941), - [sym_boolean_literal] = STATE(4941), - [sym_character_literal] = STATE(4941), - [sym__lexical_identifier] = STATE(4529), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1912), - [anon_sym_fun] = ACTIONS(1914), - [anon_sym_get] = ACTIONS(7), - [anon_sym_set] = ACTIONS(7), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(1267), - [sym_label] = ACTIONS(531), - [anon_sym_null] = ACTIONS(1916), - [anon_sym_if] = ACTIONS(525), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(527), - [anon_sym_return] = ACTIONS(529), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_DASH] = ACTIONS(531), - [anon_sym_PLUS_PLUS] = ACTIONS(533), - [anon_sym_DASH_DASH] = ACTIONS(533), - [anon_sym_BANG] = ACTIONS(533), - [anon_sym_data] = ACTIONS(7), - [anon_sym_inner] = ACTIONS(7), - [anon_sym_expect] = ACTIONS(7), - [anon_sym_actual] = ACTIONS(7), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(1918), - [sym_integer_literal] = ACTIONS(99), - [sym_hex_literal] = ACTIONS(101), - [sym_bin_literal] = ACTIONS(101), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [anon_sym_SQUOTE] = ACTIONS(105), - [sym__backtick_identifier] = ACTIONS(107), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(109), - }, - [1938] = { - [sym__expression] = STATE(528), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2238), - [sym_annotation] = STATE(2238), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(269), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1670), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1047), - [sym_label] = ACTIONS(1055), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(1672), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(1674), - [anon_sym_return] = ACTIONS(1676), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(1055), - [anon_sym_DASH] = ACTIONS(1055), - [anon_sym_PLUS_PLUS] = ACTIONS(1057), - [anon_sym_DASH_DASH] = ACTIONS(1057), - [anon_sym_BANG] = ACTIONS(1057), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), + [1972] = { + [sym__expression] = STATE(641), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(1807), + [sym_annotation] = STATE(1807), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(261), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1626), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1311), + [sym_label] = ACTIONS(509), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(495), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(501), + [anon_sym_return] = ACTIONS(503), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(509), + [anon_sym_DASH] = ACTIONS(509), + [anon_sym_PLUS_PLUS] = ACTIONS(511), + [anon_sym_DASH_DASH] = ACTIONS(511), + [anon_sym_BANG] = ACTIONS(511), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), + [sym__string_start] = ACTIONS(535), }, - [1939] = { - [sym__expression] = STATE(954), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(1643), - [sym_annotation] = STATE(1643), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(270), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), + [1973] = { + [sym__expression] = STATE(300), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2340), + [sym_annotation] = STATE(2340), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(266), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), [sym__alpha_identifier] = ACTIONS(537), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LBRACE] = ACTIONS(1612), [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1678), + [anon_sym_object] = ACTIONS(1614), + [anon_sym_fun] = ACTIONS(1646), [anon_sym_get] = ACTIONS(537), [anon_sym_set] = ACTIONS(537), [anon_sym_this] = ACTIONS(561), [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1021), - [sym_label] = ACTIONS(1029), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(1680), + [anon_sym_STAR] = ACTIONS(905), + [sym_label] = ACTIONS(915), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(1648), [anon_sym_when] = ACTIONS(579), [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(1682), - [anon_sym_return] = ACTIONS(1684), + [anon_sym_throw] = ACTIONS(1650), + [anon_sym_return] = ACTIONS(1652), [anon_sym_continue] = ACTIONS(587), [anon_sym_break] = ACTIONS(587), [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(1029), - [anon_sym_DASH] = ACTIONS(1029), - [anon_sym_PLUS_PLUS] = ACTIONS(1031), - [anon_sym_DASH_DASH] = ACTIONS(1031), - [anon_sym_BANG] = ACTIONS(1031), + [anon_sym_PLUS] = ACTIONS(915), + [anon_sym_DASH] = ACTIONS(915), + [anon_sym_PLUS_PLUS] = ACTIONS(917), + [anon_sym_DASH_DASH] = ACTIONS(917), + [anon_sym_BANG] = ACTIONS(917), [anon_sym_data] = ACTIONS(537), [anon_sym_inner] = ACTIONS(537), [anon_sym_expect] = ACTIONS(537), [anon_sym_actual] = ACTIONS(537), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), + [anon_sym_return_AT] = ACTIONS(517), [anon_sym_continue_AT] = ACTIONS(599), [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), + [sym_real_literal] = ACTIONS(1620), [sym_integer_literal] = ACTIONS(605), [sym_hex_literal] = ACTIONS(607), [sym_bin_literal] = ACTIONS(607), @@ -244055,356 +247441,164 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(615), }, - [1940] = { - [sym__expression] = STATE(966), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(3231), - [sym_parenthesized_expression] = STATE(3231), - [sym_collection_literal] = STATE(3231), - [sym__literal_constant] = STATE(3231), - [sym_string_literal] = STATE(3231), - [sym_lambda_literal] = STATE(3231), - [sym_anonymous_function] = STATE(3231), - [sym__function_literal] = STATE(3231), - [sym_object_literal] = STATE(3231), - [sym_this_expression] = STATE(3231), - [sym_super_expression] = STATE(3231), - [sym_if_expression] = STATE(3231), - [sym_when_expression] = STATE(3231), - [sym_try_expression] = STATE(3231), - [sym_jump_expression] = STATE(3231), - [sym_callable_reference] = STATE(3231), - [sym__prefix_unary_operator] = STATE(1914), - [sym_annotation] = STATE(1914), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3311), - [sym__return_at] = STATE(304), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(3231), - [sym_long_literal] = STATE(3231), - [sym_boolean_literal] = STATE(3231), - [sym_character_literal] = STATE(3231), - [sym__lexical_identifier] = STATE(2890), - [sym__alpha_identifier] = ACTIONS(333), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(335), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_object] = ACTIONS(1922), - [anon_sym_fun] = ACTIONS(1924), - [anon_sym_get] = ACTIONS(333), - [anon_sym_set] = ACTIONS(333), - [anon_sym_this] = ACTIONS(357), - [anon_sym_super] = ACTIONS(359), - [anon_sym_STAR] = ACTIONS(1273), - [sym_label] = ACTIONS(387), - [anon_sym_null] = ACTIONS(1926), - [anon_sym_if] = ACTIONS(373), - [anon_sym_when] = ACTIONS(375), - [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(379), - [anon_sym_return] = ACTIONS(381), - [anon_sym_continue] = ACTIONS(383), - [anon_sym_break] = ACTIONS(383), - [anon_sym_COLON_COLON] = ACTIONS(385), - [anon_sym_PLUS] = ACTIONS(387), - [anon_sym_DASH] = ACTIONS(387), - [anon_sym_PLUS_PLUS] = ACTIONS(389), - [anon_sym_DASH_DASH] = ACTIONS(389), - [anon_sym_BANG] = ACTIONS(389), - [anon_sym_data] = ACTIONS(333), - [anon_sym_inner] = ACTIONS(333), - [anon_sym_expect] = ACTIONS(333), - [anon_sym_actual] = ACTIONS(333), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(395), - [anon_sym_break_AT] = ACTIONS(397), - [sym_real_literal] = ACTIONS(1928), - [sym_integer_literal] = ACTIONS(401), - [sym_hex_literal] = ACTIONS(403), - [sym_bin_literal] = ACTIONS(403), - [anon_sym_true] = ACTIONS(405), - [anon_sym_false] = ACTIONS(405), - [anon_sym_SQUOTE] = ACTIONS(407), - [sym__backtick_identifier] = ACTIONS(409), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(411), - }, - [1941] = { - [sym__expression] = STATE(3973), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(2296), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(845), - [sym_label] = ACTIONS(853), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(2022), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(2024), - [anon_sym_return] = ACTIONS(2026), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(855), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), - }, - [1942] = { - [sym__expression] = STATE(4275), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(2296), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(845), - [sym_label] = ACTIONS(853), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(2022), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(2024), - [anon_sym_return] = ACTIONS(2026), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(855), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), + [1974] = { + [sym__expression] = STATE(650), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(1807), + [sym_annotation] = STATE(1807), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(261), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1626), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1311), + [sym_label] = ACTIONS(509), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(495), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(501), + [anon_sym_return] = ACTIONS(503), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(509), + [anon_sym_DASH] = ACTIONS(509), + [anon_sym_PLUS_PLUS] = ACTIONS(511), + [anon_sym_DASH_DASH] = ACTIONS(511), + [anon_sym_BANG] = ACTIONS(511), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), + [sym__string_start] = ACTIONS(535), }, - [1943] = { - [sym__expression] = STATE(4322), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [1975] = { + [sym__expression] = STATE(4374), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), + [anon_sym_STAR] = ACTIONS(1065), [sym_label] = ACTIONS(327), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(3096), @@ -244420,10 +247614,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(329), [anon_sym_DASH_DASH] = ACTIONS(329), [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -244439,1028 +247633,1316 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1944] = { - [sym__expression] = STATE(318), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2238), - [sym_annotation] = STATE(2238), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(269), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1670), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1047), - [sym_label] = ACTIONS(1055), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(1672), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(1674), - [anon_sym_return] = ACTIONS(1676), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(1055), - [anon_sym_DASH] = ACTIONS(1055), - [anon_sym_PLUS_PLUS] = ACTIONS(1057), - [anon_sym_DASH_DASH] = ACTIONS(1057), - [anon_sym_BANG] = ACTIONS(1057), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), + [1976] = { + [sym__expression] = STATE(656), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(1807), + [sym_annotation] = STATE(1807), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(261), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1626), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1311), + [sym_label] = ACTIONS(509), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(495), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(501), + [anon_sym_return] = ACTIONS(503), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(509), + [anon_sym_DASH] = ACTIONS(509), + [anon_sym_PLUS_PLUS] = ACTIONS(511), + [anon_sym_DASH_DASH] = ACTIONS(511), + [anon_sym_BANG] = ACTIONS(511), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), + [sym__string_start] = ACTIONS(535), }, - [1945] = { - [sym__expression] = STATE(327), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2238), - [sym_annotation] = STATE(2238), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(269), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1670), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1047), - [sym_label] = ACTIONS(1055), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(1672), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(1674), - [anon_sym_return] = ACTIONS(1676), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(1055), - [anon_sym_DASH] = ACTIONS(1055), - [anon_sym_PLUS_PLUS] = ACTIONS(1057), - [anon_sym_DASH_DASH] = ACTIONS(1057), - [anon_sym_BANG] = ACTIONS(1057), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), + [1977] = { + [sym__expression] = STATE(646), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(1807), + [sym_annotation] = STATE(1807), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(261), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1626), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1311), + [sym_label] = ACTIONS(509), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(495), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(501), + [anon_sym_return] = ACTIONS(503), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(509), + [anon_sym_DASH] = ACTIONS(509), + [anon_sym_PLUS_PLUS] = ACTIONS(511), + [anon_sym_DASH_DASH] = ACTIONS(511), + [anon_sym_BANG] = ACTIONS(511), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), + [sym__string_start] = ACTIONS(535), }, - [1946] = { - [sym__expression] = STATE(536), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2238), - [sym_annotation] = STATE(2238), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(269), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1670), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1047), - [sym_label] = ACTIONS(1055), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(1672), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(1674), - [anon_sym_return] = ACTIONS(1676), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(1055), - [anon_sym_DASH] = ACTIONS(1055), - [anon_sym_PLUS_PLUS] = ACTIONS(1057), - [anon_sym_DASH_DASH] = ACTIONS(1057), - [anon_sym_BANG] = ACTIONS(1057), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), + [1978] = { + [sym__expression] = STATE(655), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(1807), + [sym_annotation] = STATE(1807), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(261), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1626), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1311), + [sym_label] = ACTIONS(509), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(495), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(501), + [anon_sym_return] = ACTIONS(503), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(509), + [anon_sym_DASH] = ACTIONS(509), + [anon_sym_PLUS_PLUS] = ACTIONS(511), + [anon_sym_DASH_DASH] = ACTIONS(511), + [anon_sym_BANG] = ACTIONS(511), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), + [sym__string_start] = ACTIONS(535), }, - [1947] = { - [sym__expression] = STATE(4346), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), - [sym_label] = ACTIONS(327), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(3096), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(3098), - [anon_sym_return] = ACTIONS(3100), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(327), - [anon_sym_DASH] = ACTIONS(327), - [anon_sym_PLUS_PLUS] = ACTIONS(329), - [anon_sym_DASH_DASH] = ACTIONS(329), - [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), + [1979] = { + [sym__expression] = STATE(796), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(2143), + [sym_annotation] = STATE(2143), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(267), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1654), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(873), + [sym_label] = ACTIONS(883), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(1656), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(1658), + [anon_sym_return] = ACTIONS(1660), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(883), + [anon_sym_DASH] = ACTIONS(883), + [anon_sym_PLUS_PLUS] = ACTIONS(885), + [anon_sym_DASH_DASH] = ACTIONS(885), + [anon_sym_BANG] = ACTIONS(885), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), + [sym__string_start] = ACTIONS(535), }, - [1948] = { - [sym__expression] = STATE(4348), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), - [sym_label] = ACTIONS(327), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(3096), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(3098), - [anon_sym_return] = ACTIONS(3100), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(327), - [anon_sym_DASH] = ACTIONS(327), - [anon_sym_PLUS_PLUS] = ACTIONS(329), - [anon_sym_DASH_DASH] = ACTIONS(329), - [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), + [1980] = { + [sym__expression] = STATE(794), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(2143), + [sym_annotation] = STATE(2143), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(267), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1654), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(873), + [sym_label] = ACTIONS(883), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(1656), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(1658), + [anon_sym_return] = ACTIONS(1660), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(883), + [anon_sym_DASH] = ACTIONS(883), + [anon_sym_PLUS_PLUS] = ACTIONS(885), + [anon_sym_DASH_DASH] = ACTIONS(885), + [anon_sym_BANG] = ACTIONS(885), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), + [sym__string_start] = ACTIONS(535), }, - [1949] = { - [sym__expression] = STATE(960), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(3231), - [sym_parenthesized_expression] = STATE(3231), - [sym_collection_literal] = STATE(3231), - [sym__literal_constant] = STATE(3231), - [sym_string_literal] = STATE(3231), - [sym_lambda_literal] = STATE(3231), - [sym_anonymous_function] = STATE(3231), - [sym__function_literal] = STATE(3231), - [sym_object_literal] = STATE(3231), - [sym_this_expression] = STATE(3231), - [sym_super_expression] = STATE(3231), - [sym_if_expression] = STATE(3231), - [sym_when_expression] = STATE(3231), - [sym_try_expression] = STATE(3231), - [sym_jump_expression] = STATE(3231), - [sym_callable_reference] = STATE(3231), - [sym__prefix_unary_operator] = STATE(1914), - [sym_annotation] = STATE(1914), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3311), - [sym__return_at] = STATE(304), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(3231), - [sym_long_literal] = STATE(3231), - [sym_boolean_literal] = STATE(3231), - [sym_character_literal] = STATE(3231), - [sym__lexical_identifier] = STATE(2890), - [sym__alpha_identifier] = ACTIONS(333), + [1981] = { + [sym__expression] = STATE(3958), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4931), + [sym_parenthesized_expression] = STATE(4931), + [sym_collection_literal] = STATE(4931), + [sym__literal_constant] = STATE(4931), + [sym_string_literal] = STATE(4931), + [sym_lambda_literal] = STATE(4931), + [sym_anonymous_function] = STATE(4931), + [sym__function_literal] = STATE(4931), + [sym_object_literal] = STATE(4931), + [sym_this_expression] = STATE(4931), + [sym_super_expression] = STATE(4931), + [sym_if_expression] = STATE(4931), + [sym_when_expression] = STATE(4931), + [sym_try_expression] = STATE(4931), + [sym_jump_expression] = STATE(4931), + [sym_callable_reference] = STATE(4931), + [sym__prefix_unary_operator] = STATE(1665), + [sym_annotation] = STATE(1665), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4928), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4931), + [sym_long_literal] = STATE(4931), + [sym_boolean_literal] = STATE(4931), + [sym_character_literal] = STATE(4931), + [sym__lexical_identifier] = STATE(4566), + [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(335), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_object] = ACTIONS(1922), - [anon_sym_fun] = ACTIONS(1924), - [anon_sym_get] = ACTIONS(333), - [anon_sym_set] = ACTIONS(333), - [anon_sym_this] = ACTIONS(357), - [anon_sym_super] = ACTIONS(359), - [anon_sym_STAR] = ACTIONS(1273), - [sym_label] = ACTIONS(387), - [anon_sym_null] = ACTIONS(1926), - [anon_sym_if] = ACTIONS(373), - [anon_sym_when] = ACTIONS(375), - [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(379), - [anon_sym_return] = ACTIONS(381), - [anon_sym_continue] = ACTIONS(383), - [anon_sym_break] = ACTIONS(383), - [anon_sym_COLON_COLON] = ACTIONS(385), - [anon_sym_PLUS] = ACTIONS(387), - [anon_sym_DASH] = ACTIONS(387), - [anon_sym_PLUS_PLUS] = ACTIONS(389), - [anon_sym_DASH_DASH] = ACTIONS(389), - [anon_sym_BANG] = ACTIONS(389), - [anon_sym_data] = ACTIONS(333), - [anon_sym_inner] = ACTIONS(333), - [anon_sym_expect] = ACTIONS(333), - [anon_sym_actual] = ACTIONS(333), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1902), + [anon_sym_fun] = ACTIONS(1982), + [anon_sym_get] = ACTIONS(7), + [anon_sym_set] = ACTIONS(7), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(1243), + [sym_label] = ACTIONS(793), + [anon_sym_null] = ACTIONS(1906), + [anon_sym_if] = ACTIONS(55), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(61), + [anon_sym_return] = ACTIONS(63), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(793), + [anon_sym_DASH] = ACTIONS(793), + [anon_sym_PLUS_PLUS] = ACTIONS(795), + [anon_sym_DASH_DASH] = ACTIONS(795), + [anon_sym_BANG] = ACTIONS(795), + [anon_sym_data] = ACTIONS(7), + [anon_sym_inner] = ACTIONS(7), + [anon_sym_expect] = ACTIONS(7), + [anon_sym_actual] = ACTIONS(7), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(395), - [anon_sym_break_AT] = ACTIONS(397), - [sym_real_literal] = ACTIONS(1928), - [sym_integer_literal] = ACTIONS(401), - [sym_hex_literal] = ACTIONS(403), - [sym_bin_literal] = ACTIONS(403), - [anon_sym_true] = ACTIONS(405), - [anon_sym_false] = ACTIONS(405), - [anon_sym_SQUOTE] = ACTIONS(407), - [sym__backtick_identifier] = ACTIONS(409), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [sym_real_literal] = ACTIONS(1908), + [sym_integer_literal] = ACTIONS(99), + [sym_hex_literal] = ACTIONS(101), + [sym_bin_literal] = ACTIONS(101), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SQUOTE] = ACTIONS(105), + [sym__backtick_identifier] = ACTIONS(107), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(411), + [sym__string_start] = ACTIONS(109), }, - [1950] = { - [sym__expression] = STATE(4366), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), - [sym_label] = ACTIONS(327), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(3096), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(3098), - [anon_sym_return] = ACTIONS(3100), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(327), - [anon_sym_DASH] = ACTIONS(327), - [anon_sym_PLUS_PLUS] = ACTIONS(329), - [anon_sym_DASH_DASH] = ACTIONS(329), - [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [1982] = { + [sym__expression] = STATE(823), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(2143), + [sym_annotation] = STATE(2143), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(267), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1654), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(873), + [sym_label] = ACTIONS(883), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(1656), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(1658), + [anon_sym_return] = ACTIONS(1660), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(883), + [anon_sym_DASH] = ACTIONS(883), + [anon_sym_PLUS_PLUS] = ACTIONS(885), + [anon_sym_DASH_DASH] = ACTIONS(885), + [anon_sym_BANG] = ACTIONS(885), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), + }, + [1983] = { + [sym__expression] = STATE(828), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(2143), + [sym_annotation] = STATE(2143), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(267), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1654), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(873), + [sym_label] = ACTIONS(883), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(1656), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(1658), + [anon_sym_return] = ACTIONS(1660), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(883), + [anon_sym_DASH] = ACTIONS(883), + [anon_sym_PLUS_PLUS] = ACTIONS(885), + [anon_sym_DASH_DASH] = ACTIONS(885), + [anon_sym_BANG] = ACTIONS(885), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), + }, + [1984] = { + [sym__expression] = STATE(1111), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(1711), + [sym_annotation] = STATE(1711), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(268), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), + [sym__alpha_identifier] = ACTIONS(111), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1662), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(1085), + [sym_label] = ACTIONS(1093), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(1664), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(1666), + [anon_sym_return] = ACTIONS(1668), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(1093), + [anon_sym_DASH] = ACTIONS(1093), + [anon_sym_PLUS_PLUS] = ACTIONS(1095), + [anon_sym_DASH_DASH] = ACTIONS(1095), + [anon_sym_BANG] = ACTIONS(1095), + [anon_sym_data] = ACTIONS(111), + [anon_sym_inner] = ACTIONS(111), + [anon_sym_expect] = ACTIONS(111), + [anon_sym_actual] = ACTIONS(111), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(1411), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), + [sym__string_start] = ACTIONS(197), }, - [1951] = { - [sym__expression] = STATE(4397), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), - [sym_label] = ACTIONS(327), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(3096), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(3098), - [anon_sym_return] = ACTIONS(3100), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(327), - [anon_sym_DASH] = ACTIONS(327), - [anon_sym_PLUS_PLUS] = ACTIONS(329), - [anon_sym_DASH_DASH] = ACTIONS(329), - [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [1985] = { + [sym_type_constraints] = STATE(2450), + [sym_property_delegate] = STATE(2682), + [sym_getter] = STATE(5392), + [sym_setter] = STATE(5392), + [sym_modifiers] = STATE(8811), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1752), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1754), + [anon_sym_EQ] = ACTIONS(5822), + [anon_sym_LBRACE] = ACTIONS(1754), + [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_LPAREN] = ACTIONS(1754), + [anon_sym_by] = ACTIONS(3510), + [anon_sym_where] = ACTIONS(5790), + [anon_sym_object] = ACTIONS(1752), + [anon_sym_fun] = ACTIONS(1752), + [anon_sym_SEMI] = ACTIONS(1994), + [anon_sym_get] = ACTIONS(5794), + [anon_sym_set] = ACTIONS(5796), + [anon_sym_this] = ACTIONS(1752), + [anon_sym_super] = ACTIONS(1752), + [anon_sym_STAR] = ACTIONS(1754), + [sym_label] = ACTIONS(1752), + [anon_sym_in] = ACTIONS(1752), + [anon_sym_null] = ACTIONS(1752), + [anon_sym_if] = ACTIONS(1752), + [anon_sym_else] = ACTIONS(1752), + [anon_sym_when] = ACTIONS(1752), + [anon_sym_try] = ACTIONS(1752), + [anon_sym_throw] = ACTIONS(1752), + [anon_sym_return] = ACTIONS(1752), + [anon_sym_continue] = ACTIONS(1752), + [anon_sym_break] = ACTIONS(1752), + [anon_sym_COLON_COLON] = ACTIONS(1754), + [anon_sym_BANGin] = ACTIONS(1754), + [anon_sym_is] = ACTIONS(1752), + [anon_sym_BANGis] = ACTIONS(1754), + [anon_sym_PLUS] = ACTIONS(1752), + [anon_sym_DASH] = ACTIONS(1752), + [anon_sym_PLUS_PLUS] = ACTIONS(1754), + [anon_sym_DASH_DASH] = ACTIONS(1754), + [anon_sym_BANG] = ACTIONS(1752), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(1754), + [anon_sym_continue_AT] = ACTIONS(1754), + [anon_sym_break_AT] = ACTIONS(1754), + [sym_real_literal] = ACTIONS(1754), + [sym_integer_literal] = ACTIONS(1752), + [sym_hex_literal] = ACTIONS(1754), + [sym_bin_literal] = ACTIONS(1754), + [anon_sym_true] = ACTIONS(1752), + [anon_sym_false] = ACTIONS(1752), + [anon_sym_SQUOTE] = ACTIONS(1754), + [sym__backtick_identifier] = ACTIONS(1754), + [sym__automatic_semicolon] = ACTIONS(1754), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), + [sym__string_start] = ACTIONS(1754), }, - [1952] = { - [sym__expression] = STATE(317), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2238), - [sym_annotation] = STATE(2238), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(269), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1670), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1047), - [sym_label] = ACTIONS(1055), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(1672), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(1674), - [anon_sym_return] = ACTIONS(1676), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(1055), - [anon_sym_DASH] = ACTIONS(1055), - [anon_sym_PLUS_PLUS] = ACTIONS(1057), - [anon_sym_DASH_DASH] = ACTIONS(1057), - [anon_sym_BANG] = ACTIONS(1057), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), + [1986] = { + [sym__expression] = STATE(3624), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4931), + [sym_parenthesized_expression] = STATE(4931), + [sym_collection_literal] = STATE(4931), + [sym__literal_constant] = STATE(4931), + [sym_string_literal] = STATE(4931), + [sym_lambda_literal] = STATE(4931), + [sym_anonymous_function] = STATE(4931), + [sym__function_literal] = STATE(4931), + [sym_object_literal] = STATE(4931), + [sym_this_expression] = STATE(4931), + [sym_super_expression] = STATE(4931), + [sym_if_expression] = STATE(4931), + [sym_when_expression] = STATE(4931), + [sym_try_expression] = STATE(4931), + [sym_jump_expression] = STATE(4931), + [sym_callable_reference] = STATE(4931), + [sym__prefix_unary_operator] = STATE(1801), + [sym_annotation] = STATE(1801), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4928), + [sym__return_at] = STATE(298), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4931), + [sym_long_literal] = STATE(4931), + [sym_boolean_literal] = STATE(4931), + [sym_character_literal] = STATE(4931), + [sym__lexical_identifier] = STATE(4566), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1902), + [anon_sym_fun] = ACTIONS(1904), + [anon_sym_get] = ACTIONS(7), + [anon_sym_set] = ACTIONS(7), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(1223), + [sym_label] = ACTIONS(449), + [anon_sym_null] = ACTIONS(1906), + [anon_sym_if] = ACTIONS(443), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(445), + [anon_sym_return] = ACTIONS(447), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(449), + [anon_sym_DASH] = ACTIONS(449), + [anon_sym_PLUS_PLUS] = ACTIONS(451), + [anon_sym_DASH_DASH] = ACTIONS(451), + [anon_sym_BANG] = ACTIONS(451), + [anon_sym_data] = ACTIONS(7), + [anon_sym_inner] = ACTIONS(7), + [anon_sym_expect] = ACTIONS(7), + [anon_sym_actual] = ACTIONS(7), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [sym_real_literal] = ACTIONS(1908), + [sym_integer_literal] = ACTIONS(99), + [sym_hex_literal] = ACTIONS(101), + [sym_bin_literal] = ACTIONS(101), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SQUOTE] = ACTIONS(105), + [sym__backtick_identifier] = ACTIONS(107), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), + [sym__string_start] = ACTIONS(109), }, - [1953] = { - [sym__expression] = STATE(4305), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), - [sym_label] = ACTIONS(327), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(3096), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(3098), - [anon_sym_return] = ACTIONS(3100), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(327), - [anon_sym_DASH] = ACTIONS(327), - [anon_sym_PLUS_PLUS] = ACTIONS(329), - [anon_sym_DASH_DASH] = ACTIONS(329), - [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [1987] = { + [sym__expression] = STATE(825), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(2143), + [sym_annotation] = STATE(2143), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(267), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1654), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(873), + [sym_label] = ACTIONS(883), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(1656), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(1658), + [anon_sym_return] = ACTIONS(1660), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(883), + [anon_sym_DASH] = ACTIONS(883), + [anon_sym_PLUS_PLUS] = ACTIONS(885), + [anon_sym_DASH_DASH] = ACTIONS(885), + [anon_sym_BANG] = ACTIONS(885), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), + }, + [1988] = { + [sym__expression] = STATE(4151), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4931), + [sym_parenthesized_expression] = STATE(4931), + [sym_collection_literal] = STATE(4931), + [sym__literal_constant] = STATE(4931), + [sym_string_literal] = STATE(4931), + [sym_lambda_literal] = STATE(4931), + [sym_anonymous_function] = STATE(4931), + [sym__function_literal] = STATE(4931), + [sym_object_literal] = STATE(4931), + [sym_this_expression] = STATE(4931), + [sym_super_expression] = STATE(4931), + [sym_if_expression] = STATE(4931), + [sym_when_expression] = STATE(4931), + [sym_try_expression] = STATE(4931), + [sym_jump_expression] = STATE(4931), + [sym_callable_reference] = STATE(4931), + [sym__prefix_unary_operator] = STATE(1988), + [sym_annotation] = STATE(1988), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4928), + [sym__return_at] = STATE(376), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4931), + [sym_long_literal] = STATE(4931), + [sym_boolean_literal] = STATE(4931), + [sym_character_literal] = STATE(4931), + [sym__lexical_identifier] = STATE(4566), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1902), + [anon_sym_fun] = ACTIONS(3086), + [anon_sym_get] = ACTIONS(7), + [anon_sym_set] = ACTIONS(7), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(937), + [sym_label] = ACTIONS(945), + [anon_sym_null] = ACTIONS(1906), + [anon_sym_if] = ACTIONS(3088), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(3090), + [anon_sym_return] = ACTIONS(3092), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(945), + [anon_sym_DASH] = ACTIONS(945), + [anon_sym_PLUS_PLUS] = ACTIONS(947), + [anon_sym_DASH_DASH] = ACTIONS(947), + [anon_sym_BANG] = ACTIONS(947), + [anon_sym_data] = ACTIONS(7), + [anon_sym_inner] = ACTIONS(7), + [anon_sym_expect] = ACTIONS(7), + [anon_sym_actual] = ACTIONS(7), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [sym_real_literal] = ACTIONS(1908), + [sym_integer_literal] = ACTIONS(99), + [sym_hex_literal] = ACTIONS(101), + [sym_bin_literal] = ACTIONS(101), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SQUOTE] = ACTIONS(105), + [sym__backtick_identifier] = ACTIONS(107), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), + [sym__string_start] = ACTIONS(109), }, - [1954] = { - [sym__expression] = STATE(4311), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [1989] = { + [sym__expression] = STATE(4375), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), + [anon_sym_STAR] = ACTIONS(1065), [sym_label] = ACTIONS(327), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(3096), @@ -245476,10 +248958,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(329), [anon_sym_DASH_DASH] = ACTIONS(329), [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -245495,68 +248977,164 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1955] = { - [sym__expression] = STATE(4410), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [1990] = { + [sym__expression] = STATE(821), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(2143), + [sym_annotation] = STATE(2143), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(267), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1654), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(873), + [sym_label] = ACTIONS(883), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(1656), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(1658), + [anon_sym_return] = ACTIONS(1660), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(883), + [anon_sym_DASH] = ACTIONS(883), + [anon_sym_PLUS_PLUS] = ACTIONS(885), + [anon_sym_DASH_DASH] = ACTIONS(885), + [anon_sym_BANG] = ACTIONS(885), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), + }, + [1991] = { + [sym__expression] = STATE(4376), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), + [anon_sym_STAR] = ACTIONS(1065), [sym_label] = ACTIONS(327), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(3096), @@ -245572,10 +249150,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(329), [anon_sym_DASH_DASH] = ACTIONS(329), [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -245591,356 +249169,1604 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1956] = { - [sym__expression] = STATE(4398), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), - [sym_label] = ACTIONS(327), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(3096), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(3098), - [anon_sym_return] = ACTIONS(3100), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(327), - [anon_sym_DASH] = ACTIONS(327), - [anon_sym_PLUS_PLUS] = ACTIONS(329), - [anon_sym_DASH_DASH] = ACTIONS(329), - [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [1992] = { + [sym__expression] = STATE(4119), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4931), + [sym_parenthesized_expression] = STATE(4931), + [sym_collection_literal] = STATE(4931), + [sym__literal_constant] = STATE(4931), + [sym_string_literal] = STATE(4931), + [sym_lambda_literal] = STATE(4931), + [sym_anonymous_function] = STATE(4931), + [sym__function_literal] = STATE(4931), + [sym_object_literal] = STATE(4931), + [sym_this_expression] = STATE(4931), + [sym_super_expression] = STATE(4931), + [sym_if_expression] = STATE(4931), + [sym_when_expression] = STATE(4931), + [sym_try_expression] = STATE(4931), + [sym_jump_expression] = STATE(4931), + [sym_callable_reference] = STATE(4931), + [sym__prefix_unary_operator] = STATE(1988), + [sym_annotation] = STATE(1988), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4928), + [sym__return_at] = STATE(376), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4931), + [sym_long_literal] = STATE(4931), + [sym_boolean_literal] = STATE(4931), + [sym_character_literal] = STATE(4931), + [sym__lexical_identifier] = STATE(4566), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1902), + [anon_sym_fun] = ACTIONS(3086), + [anon_sym_get] = ACTIONS(7), + [anon_sym_set] = ACTIONS(7), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(937), + [sym_label] = ACTIONS(945), + [anon_sym_null] = ACTIONS(1906), + [anon_sym_if] = ACTIONS(3088), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(3090), + [anon_sym_return] = ACTIONS(3092), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(945), + [anon_sym_DASH] = ACTIONS(945), + [anon_sym_PLUS_PLUS] = ACTIONS(947), + [anon_sym_DASH_DASH] = ACTIONS(947), + [anon_sym_BANG] = ACTIONS(947), + [anon_sym_data] = ACTIONS(7), + [anon_sym_inner] = ACTIONS(7), + [anon_sym_expect] = ACTIONS(7), + [anon_sym_actual] = ACTIONS(7), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [sym_real_literal] = ACTIONS(1908), + [sym_integer_literal] = ACTIONS(99), + [sym_hex_literal] = ACTIONS(101), + [sym_bin_literal] = ACTIONS(101), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SQUOTE] = ACTIONS(105), + [sym__backtick_identifier] = ACTIONS(107), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), + [sym__string_start] = ACTIONS(109), }, - [1957] = { - [sym__expression] = STATE(957), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(3231), - [sym_parenthesized_expression] = STATE(3231), - [sym_collection_literal] = STATE(3231), - [sym__literal_constant] = STATE(3231), - [sym_string_literal] = STATE(3231), - [sym_lambda_literal] = STATE(3231), - [sym_anonymous_function] = STATE(3231), - [sym__function_literal] = STATE(3231), - [sym_object_literal] = STATE(3231), - [sym_this_expression] = STATE(3231), - [sym_super_expression] = STATE(3231), - [sym_if_expression] = STATE(3231), - [sym_when_expression] = STATE(3231), - [sym_try_expression] = STATE(3231), - [sym_jump_expression] = STATE(3231), - [sym_callable_reference] = STATE(3231), - [sym__prefix_unary_operator] = STATE(1914), - [sym_annotation] = STATE(1914), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3311), - [sym__return_at] = STATE(304), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(3231), - [sym_long_literal] = STATE(3231), - [sym_boolean_literal] = STATE(3231), - [sym_character_literal] = STATE(3231), - [sym__lexical_identifier] = STATE(2890), - [sym__alpha_identifier] = ACTIONS(333), + [1993] = { + [sym__expression] = STATE(4153), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4931), + [sym_parenthesized_expression] = STATE(4931), + [sym_collection_literal] = STATE(4931), + [sym__literal_constant] = STATE(4931), + [sym_string_literal] = STATE(4931), + [sym_lambda_literal] = STATE(4931), + [sym_anonymous_function] = STATE(4931), + [sym__function_literal] = STATE(4931), + [sym_object_literal] = STATE(4931), + [sym_this_expression] = STATE(4931), + [sym_super_expression] = STATE(4931), + [sym_if_expression] = STATE(4931), + [sym_when_expression] = STATE(4931), + [sym_try_expression] = STATE(4931), + [sym_jump_expression] = STATE(4931), + [sym_callable_reference] = STATE(4931), + [sym__prefix_unary_operator] = STATE(1988), + [sym_annotation] = STATE(1988), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4928), + [sym__return_at] = STATE(376), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4931), + [sym_long_literal] = STATE(4931), + [sym_boolean_literal] = STATE(4931), + [sym_character_literal] = STATE(4931), + [sym__lexical_identifier] = STATE(4566), + [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(335), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_object] = ACTIONS(1922), - [anon_sym_fun] = ACTIONS(1924), - [anon_sym_get] = ACTIONS(333), - [anon_sym_set] = ACTIONS(333), - [anon_sym_this] = ACTIONS(357), - [anon_sym_super] = ACTIONS(359), - [anon_sym_STAR] = ACTIONS(1273), - [sym_label] = ACTIONS(387), - [anon_sym_null] = ACTIONS(1926), - [anon_sym_if] = ACTIONS(373), - [anon_sym_when] = ACTIONS(375), - [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(379), - [anon_sym_return] = ACTIONS(381), - [anon_sym_continue] = ACTIONS(383), - [anon_sym_break] = ACTIONS(383), - [anon_sym_COLON_COLON] = ACTIONS(385), - [anon_sym_PLUS] = ACTIONS(387), - [anon_sym_DASH] = ACTIONS(387), - [anon_sym_PLUS_PLUS] = ACTIONS(389), - [anon_sym_DASH_DASH] = ACTIONS(389), - [anon_sym_BANG] = ACTIONS(389), - [anon_sym_data] = ACTIONS(333), - [anon_sym_inner] = ACTIONS(333), - [anon_sym_expect] = ACTIONS(333), - [anon_sym_actual] = ACTIONS(333), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1902), + [anon_sym_fun] = ACTIONS(3086), + [anon_sym_get] = ACTIONS(7), + [anon_sym_set] = ACTIONS(7), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(937), + [sym_label] = ACTIONS(945), + [anon_sym_null] = ACTIONS(1906), + [anon_sym_if] = ACTIONS(3088), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(3090), + [anon_sym_return] = ACTIONS(3092), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(945), + [anon_sym_DASH] = ACTIONS(945), + [anon_sym_PLUS_PLUS] = ACTIONS(947), + [anon_sym_DASH_DASH] = ACTIONS(947), + [anon_sym_BANG] = ACTIONS(947), + [anon_sym_data] = ACTIONS(7), + [anon_sym_inner] = ACTIONS(7), + [anon_sym_expect] = ACTIONS(7), + [anon_sym_actual] = ACTIONS(7), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(395), - [anon_sym_break_AT] = ACTIONS(397), - [sym_real_literal] = ACTIONS(1928), - [sym_integer_literal] = ACTIONS(401), - [sym_hex_literal] = ACTIONS(403), - [sym_bin_literal] = ACTIONS(403), - [anon_sym_true] = ACTIONS(405), - [anon_sym_false] = ACTIONS(405), - [anon_sym_SQUOTE] = ACTIONS(407), - [sym__backtick_identifier] = ACTIONS(409), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [sym_real_literal] = ACTIONS(1908), + [sym_integer_literal] = ACTIONS(99), + [sym_hex_literal] = ACTIONS(101), + [sym_bin_literal] = ACTIONS(101), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SQUOTE] = ACTIONS(105), + [sym__backtick_identifier] = ACTIONS(107), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(411), + [sym__string_start] = ACTIONS(109), }, - [1958] = { - [sym__expression] = STATE(946), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(3231), - [sym_parenthesized_expression] = STATE(3231), - [sym_collection_literal] = STATE(3231), - [sym__literal_constant] = STATE(3231), - [sym_string_literal] = STATE(3231), - [sym_lambda_literal] = STATE(3231), - [sym_anonymous_function] = STATE(3231), - [sym__function_literal] = STATE(3231), - [sym_object_literal] = STATE(3231), - [sym_this_expression] = STATE(3231), - [sym_super_expression] = STATE(3231), - [sym_if_expression] = STATE(3231), - [sym_when_expression] = STATE(3231), - [sym_try_expression] = STATE(3231), - [sym_jump_expression] = STATE(3231), - [sym_callable_reference] = STATE(3231), - [sym__prefix_unary_operator] = STATE(1914), - [sym_annotation] = STATE(1914), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3311), - [sym__return_at] = STATE(304), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(3231), - [sym_long_literal] = STATE(3231), - [sym_boolean_literal] = STATE(3231), - [sym_character_literal] = STATE(3231), - [sym__lexical_identifier] = STATE(2890), - [sym__alpha_identifier] = ACTIONS(333), + [1994] = { + [sym__expression] = STATE(4148), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4931), + [sym_parenthesized_expression] = STATE(4931), + [sym_collection_literal] = STATE(4931), + [sym__literal_constant] = STATE(4931), + [sym_string_literal] = STATE(4931), + [sym_lambda_literal] = STATE(4931), + [sym_anonymous_function] = STATE(4931), + [sym__function_literal] = STATE(4931), + [sym_object_literal] = STATE(4931), + [sym_this_expression] = STATE(4931), + [sym_super_expression] = STATE(4931), + [sym_if_expression] = STATE(4931), + [sym_when_expression] = STATE(4931), + [sym_try_expression] = STATE(4931), + [sym_jump_expression] = STATE(4931), + [sym_callable_reference] = STATE(4931), + [sym__prefix_unary_operator] = STATE(1988), + [sym_annotation] = STATE(1988), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4928), + [sym__return_at] = STATE(376), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4931), + [sym_long_literal] = STATE(4931), + [sym_boolean_literal] = STATE(4931), + [sym_character_literal] = STATE(4931), + [sym__lexical_identifier] = STATE(4566), + [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(335), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_object] = ACTIONS(1922), - [anon_sym_fun] = ACTIONS(1924), - [anon_sym_get] = ACTIONS(333), - [anon_sym_set] = ACTIONS(333), - [anon_sym_this] = ACTIONS(357), - [anon_sym_super] = ACTIONS(359), - [anon_sym_STAR] = ACTIONS(1273), - [sym_label] = ACTIONS(387), - [anon_sym_null] = ACTIONS(1926), - [anon_sym_if] = ACTIONS(373), - [anon_sym_when] = ACTIONS(375), - [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(379), - [anon_sym_return] = ACTIONS(381), - [anon_sym_continue] = ACTIONS(383), - [anon_sym_break] = ACTIONS(383), - [anon_sym_COLON_COLON] = ACTIONS(385), - [anon_sym_PLUS] = ACTIONS(387), - [anon_sym_DASH] = ACTIONS(387), - [anon_sym_PLUS_PLUS] = ACTIONS(389), - [anon_sym_DASH_DASH] = ACTIONS(389), - [anon_sym_BANG] = ACTIONS(389), - [anon_sym_data] = ACTIONS(333), - [anon_sym_inner] = ACTIONS(333), - [anon_sym_expect] = ACTIONS(333), - [anon_sym_actual] = ACTIONS(333), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1902), + [anon_sym_fun] = ACTIONS(3086), + [anon_sym_get] = ACTIONS(7), + [anon_sym_set] = ACTIONS(7), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(937), + [sym_label] = ACTIONS(945), + [anon_sym_null] = ACTIONS(1906), + [anon_sym_if] = ACTIONS(3088), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(3090), + [anon_sym_return] = ACTIONS(3092), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(945), + [anon_sym_DASH] = ACTIONS(945), + [anon_sym_PLUS_PLUS] = ACTIONS(947), + [anon_sym_DASH_DASH] = ACTIONS(947), + [anon_sym_BANG] = ACTIONS(947), + [anon_sym_data] = ACTIONS(7), + [anon_sym_inner] = ACTIONS(7), + [anon_sym_expect] = ACTIONS(7), + [anon_sym_actual] = ACTIONS(7), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(395), - [anon_sym_break_AT] = ACTIONS(397), - [sym_real_literal] = ACTIONS(1928), - [sym_integer_literal] = ACTIONS(401), - [sym_hex_literal] = ACTIONS(403), - [sym_bin_literal] = ACTIONS(403), - [anon_sym_true] = ACTIONS(405), - [anon_sym_false] = ACTIONS(405), - [anon_sym_SQUOTE] = ACTIONS(407), - [sym__backtick_identifier] = ACTIONS(409), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [sym_real_literal] = ACTIONS(1908), + [sym_integer_literal] = ACTIONS(99), + [sym_hex_literal] = ACTIONS(101), + [sym_bin_literal] = ACTIONS(101), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SQUOTE] = ACTIONS(105), + [sym__backtick_identifier] = ACTIONS(107), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(411), + [sym__string_start] = ACTIONS(109), }, - [1959] = { - [sym__expression] = STATE(4380), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [1995] = { + [sym__expression] = STATE(4147), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4931), + [sym_parenthesized_expression] = STATE(4931), + [sym_collection_literal] = STATE(4931), + [sym__literal_constant] = STATE(4931), + [sym_string_literal] = STATE(4931), + [sym_lambda_literal] = STATE(4931), + [sym_anonymous_function] = STATE(4931), + [sym__function_literal] = STATE(4931), + [sym_object_literal] = STATE(4931), + [sym_this_expression] = STATE(4931), + [sym_super_expression] = STATE(4931), + [sym_if_expression] = STATE(4931), + [sym_when_expression] = STATE(4931), + [sym_try_expression] = STATE(4931), + [sym_jump_expression] = STATE(4931), + [sym_callable_reference] = STATE(4931), + [sym__prefix_unary_operator] = STATE(1988), + [sym_annotation] = STATE(1988), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4928), + [sym__return_at] = STATE(376), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4931), + [sym_long_literal] = STATE(4931), + [sym_boolean_literal] = STATE(4931), + [sym_character_literal] = STATE(4931), + [sym__lexical_identifier] = STATE(4566), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1902), + [anon_sym_fun] = ACTIONS(3086), + [anon_sym_get] = ACTIONS(7), + [anon_sym_set] = ACTIONS(7), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(937), + [sym_label] = ACTIONS(945), + [anon_sym_null] = ACTIONS(1906), + [anon_sym_if] = ACTIONS(3088), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(3090), + [anon_sym_return] = ACTIONS(3092), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(945), + [anon_sym_DASH] = ACTIONS(945), + [anon_sym_PLUS_PLUS] = ACTIONS(947), + [anon_sym_DASH_DASH] = ACTIONS(947), + [anon_sym_BANG] = ACTIONS(947), + [anon_sym_data] = ACTIONS(7), + [anon_sym_inner] = ACTIONS(7), + [anon_sym_expect] = ACTIONS(7), + [anon_sym_actual] = ACTIONS(7), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [sym_real_literal] = ACTIONS(1908), + [sym_integer_literal] = ACTIONS(99), + [sym_hex_literal] = ACTIONS(101), + [sym_bin_literal] = ACTIONS(101), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SQUOTE] = ACTIONS(105), + [sym__backtick_identifier] = ACTIONS(107), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(109), + }, + [1996] = { + [sym__expression] = STATE(4145), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4931), + [sym_parenthesized_expression] = STATE(4931), + [sym_collection_literal] = STATE(4931), + [sym__literal_constant] = STATE(4931), + [sym_string_literal] = STATE(4931), + [sym_lambda_literal] = STATE(4931), + [sym_anonymous_function] = STATE(4931), + [sym__function_literal] = STATE(4931), + [sym_object_literal] = STATE(4931), + [sym_this_expression] = STATE(4931), + [sym_super_expression] = STATE(4931), + [sym_if_expression] = STATE(4931), + [sym_when_expression] = STATE(4931), + [sym_try_expression] = STATE(4931), + [sym_jump_expression] = STATE(4931), + [sym_callable_reference] = STATE(4931), + [sym__prefix_unary_operator] = STATE(1988), + [sym_annotation] = STATE(1988), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4928), + [sym__return_at] = STATE(376), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4931), + [sym_long_literal] = STATE(4931), + [sym_boolean_literal] = STATE(4931), + [sym_character_literal] = STATE(4931), + [sym__lexical_identifier] = STATE(4566), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1902), + [anon_sym_fun] = ACTIONS(3086), + [anon_sym_get] = ACTIONS(7), + [anon_sym_set] = ACTIONS(7), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(937), + [sym_label] = ACTIONS(945), + [anon_sym_null] = ACTIONS(1906), + [anon_sym_if] = ACTIONS(3088), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(3090), + [anon_sym_return] = ACTIONS(3092), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(945), + [anon_sym_DASH] = ACTIONS(945), + [anon_sym_PLUS_PLUS] = ACTIONS(947), + [anon_sym_DASH_DASH] = ACTIONS(947), + [anon_sym_BANG] = ACTIONS(947), + [anon_sym_data] = ACTIONS(7), + [anon_sym_inner] = ACTIONS(7), + [anon_sym_expect] = ACTIONS(7), + [anon_sym_actual] = ACTIONS(7), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [sym_real_literal] = ACTIONS(1908), + [sym_integer_literal] = ACTIONS(99), + [sym_hex_literal] = ACTIONS(101), + [sym_bin_literal] = ACTIONS(101), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SQUOTE] = ACTIONS(105), + [sym__backtick_identifier] = ACTIONS(107), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(109), + }, + [1997] = { + [sym__expression] = STATE(380), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2198), + [sym_annotation] = STATE(2198), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(264), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), + [sym__alpha_identifier] = ACTIONS(537), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(539), + [anon_sym_LBRACE] = ACTIONS(1612), + [anon_sym_LPAREN] = ACTIONS(549), + [anon_sym_object] = ACTIONS(1614), + [anon_sym_fun] = ACTIONS(1636), + [anon_sym_get] = ACTIONS(537), + [anon_sym_set] = ACTIONS(537), + [anon_sym_this] = ACTIONS(561), + [anon_sym_super] = ACTIONS(563), + [anon_sym_STAR] = ACTIONS(1259), + [sym_label] = ACTIONS(645), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(639), + [anon_sym_when] = ACTIONS(579), + [anon_sym_try] = ACTIONS(581), + [anon_sym_throw] = ACTIONS(641), + [anon_sym_return] = ACTIONS(643), + [anon_sym_continue] = ACTIONS(587), + [anon_sym_break] = ACTIONS(587), + [anon_sym_COLON_COLON] = ACTIONS(589), + [anon_sym_PLUS] = ACTIONS(645), + [anon_sym_DASH] = ACTIONS(645), + [anon_sym_PLUS_PLUS] = ACTIONS(647), + [anon_sym_DASH_DASH] = ACTIONS(647), + [anon_sym_BANG] = ACTIONS(647), + [anon_sym_data] = ACTIONS(537), + [anon_sym_inner] = ACTIONS(537), + [anon_sym_expect] = ACTIONS(537), + [anon_sym_actual] = ACTIONS(537), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(599), + [anon_sym_break_AT] = ACTIONS(601), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(605), + [sym_hex_literal] = ACTIONS(607), + [sym_bin_literal] = ACTIONS(607), + [anon_sym_true] = ACTIONS(609), + [anon_sym_false] = ACTIONS(609), + [anon_sym_SQUOTE] = ACTIONS(611), + [sym__backtick_identifier] = ACTIONS(613), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(615), + }, + [1998] = { + [sym__expression] = STATE(1164), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(1711), + [sym_annotation] = STATE(1711), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(268), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), + [sym__alpha_identifier] = ACTIONS(111), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1662), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(1085), + [sym_label] = ACTIONS(1093), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(1664), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(1666), + [anon_sym_return] = ACTIONS(1668), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(1093), + [anon_sym_DASH] = ACTIONS(1093), + [anon_sym_PLUS_PLUS] = ACTIONS(1095), + [anon_sym_DASH_DASH] = ACTIONS(1095), + [anon_sym_BANG] = ACTIONS(1095), + [anon_sym_data] = ACTIONS(111), + [anon_sym_inner] = ACTIONS(111), + [anon_sym_expect] = ACTIONS(111), + [anon_sym_actual] = ACTIONS(111), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(1411), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(197), + }, + [1999] = { + [sym__expression] = STATE(4141), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4931), + [sym_parenthesized_expression] = STATE(4931), + [sym_collection_literal] = STATE(4931), + [sym__literal_constant] = STATE(4931), + [sym_string_literal] = STATE(4931), + [sym_lambda_literal] = STATE(4931), + [sym_anonymous_function] = STATE(4931), + [sym__function_literal] = STATE(4931), + [sym_object_literal] = STATE(4931), + [sym_this_expression] = STATE(4931), + [sym_super_expression] = STATE(4931), + [sym_if_expression] = STATE(4931), + [sym_when_expression] = STATE(4931), + [sym_try_expression] = STATE(4931), + [sym_jump_expression] = STATE(4931), + [sym_callable_reference] = STATE(4931), + [sym__prefix_unary_operator] = STATE(1988), + [sym_annotation] = STATE(1988), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4928), + [sym__return_at] = STATE(376), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4931), + [sym_long_literal] = STATE(4931), + [sym_boolean_literal] = STATE(4931), + [sym_character_literal] = STATE(4931), + [sym__lexical_identifier] = STATE(4566), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1902), + [anon_sym_fun] = ACTIONS(3086), + [anon_sym_get] = ACTIONS(7), + [anon_sym_set] = ACTIONS(7), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(937), + [sym_label] = ACTIONS(945), + [anon_sym_null] = ACTIONS(1906), + [anon_sym_if] = ACTIONS(3088), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(3090), + [anon_sym_return] = ACTIONS(3092), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(945), + [anon_sym_DASH] = ACTIONS(945), + [anon_sym_PLUS_PLUS] = ACTIONS(947), + [anon_sym_DASH_DASH] = ACTIONS(947), + [anon_sym_BANG] = ACTIONS(947), + [anon_sym_data] = ACTIONS(7), + [anon_sym_inner] = ACTIONS(7), + [anon_sym_expect] = ACTIONS(7), + [anon_sym_actual] = ACTIONS(7), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [sym_real_literal] = ACTIONS(1908), + [sym_integer_literal] = ACTIONS(99), + [sym_hex_literal] = ACTIONS(101), + [sym_bin_literal] = ACTIONS(101), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SQUOTE] = ACTIONS(105), + [sym__backtick_identifier] = ACTIONS(107), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(109), + }, + [2000] = { + [sym__expression] = STATE(4140), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4931), + [sym_parenthesized_expression] = STATE(4931), + [sym_collection_literal] = STATE(4931), + [sym__literal_constant] = STATE(4931), + [sym_string_literal] = STATE(4931), + [sym_lambda_literal] = STATE(4931), + [sym_anonymous_function] = STATE(4931), + [sym__function_literal] = STATE(4931), + [sym_object_literal] = STATE(4931), + [sym_this_expression] = STATE(4931), + [sym_super_expression] = STATE(4931), + [sym_if_expression] = STATE(4931), + [sym_when_expression] = STATE(4931), + [sym_try_expression] = STATE(4931), + [sym_jump_expression] = STATE(4931), + [sym_callable_reference] = STATE(4931), + [sym__prefix_unary_operator] = STATE(1988), + [sym_annotation] = STATE(1988), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4928), + [sym__return_at] = STATE(376), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4931), + [sym_long_literal] = STATE(4931), + [sym_boolean_literal] = STATE(4931), + [sym_character_literal] = STATE(4931), + [sym__lexical_identifier] = STATE(4566), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1902), + [anon_sym_fun] = ACTIONS(3086), + [anon_sym_get] = ACTIONS(7), + [anon_sym_set] = ACTIONS(7), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(937), + [sym_label] = ACTIONS(945), + [anon_sym_null] = ACTIONS(1906), + [anon_sym_if] = ACTIONS(3088), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(3090), + [anon_sym_return] = ACTIONS(3092), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(945), + [anon_sym_DASH] = ACTIONS(945), + [anon_sym_PLUS_PLUS] = ACTIONS(947), + [anon_sym_DASH_DASH] = ACTIONS(947), + [anon_sym_BANG] = ACTIONS(947), + [anon_sym_data] = ACTIONS(7), + [anon_sym_inner] = ACTIONS(7), + [anon_sym_expect] = ACTIONS(7), + [anon_sym_actual] = ACTIONS(7), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [sym_real_literal] = ACTIONS(1908), + [sym_integer_literal] = ACTIONS(99), + [sym_hex_literal] = ACTIONS(101), + [sym_bin_literal] = ACTIONS(101), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SQUOTE] = ACTIONS(105), + [sym__backtick_identifier] = ACTIONS(107), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(109), + }, + [2001] = { + [sym__expression] = STATE(4137), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4931), + [sym_parenthesized_expression] = STATE(4931), + [sym_collection_literal] = STATE(4931), + [sym__literal_constant] = STATE(4931), + [sym_string_literal] = STATE(4931), + [sym_lambda_literal] = STATE(4931), + [sym_anonymous_function] = STATE(4931), + [sym__function_literal] = STATE(4931), + [sym_object_literal] = STATE(4931), + [sym_this_expression] = STATE(4931), + [sym_super_expression] = STATE(4931), + [sym_if_expression] = STATE(4931), + [sym_when_expression] = STATE(4931), + [sym_try_expression] = STATE(4931), + [sym_jump_expression] = STATE(4931), + [sym_callable_reference] = STATE(4931), + [sym__prefix_unary_operator] = STATE(1988), + [sym_annotation] = STATE(1988), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4928), + [sym__return_at] = STATE(376), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4931), + [sym_long_literal] = STATE(4931), + [sym_boolean_literal] = STATE(4931), + [sym_character_literal] = STATE(4931), + [sym__lexical_identifier] = STATE(4566), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1902), + [anon_sym_fun] = ACTIONS(3086), + [anon_sym_get] = ACTIONS(7), + [anon_sym_set] = ACTIONS(7), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(937), + [sym_label] = ACTIONS(945), + [anon_sym_null] = ACTIONS(1906), + [anon_sym_if] = ACTIONS(3088), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(3090), + [anon_sym_return] = ACTIONS(3092), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(945), + [anon_sym_DASH] = ACTIONS(945), + [anon_sym_PLUS_PLUS] = ACTIONS(947), + [anon_sym_DASH_DASH] = ACTIONS(947), + [anon_sym_BANG] = ACTIONS(947), + [anon_sym_data] = ACTIONS(7), + [anon_sym_inner] = ACTIONS(7), + [anon_sym_expect] = ACTIONS(7), + [anon_sym_actual] = ACTIONS(7), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [sym_real_literal] = ACTIONS(1908), + [sym_integer_literal] = ACTIONS(99), + [sym_hex_literal] = ACTIONS(101), + [sym_bin_literal] = ACTIONS(101), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SQUOTE] = ACTIONS(105), + [sym__backtick_identifier] = ACTIONS(107), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(109), + }, + [2002] = { + [sym__expression] = STATE(4136), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4931), + [sym_parenthesized_expression] = STATE(4931), + [sym_collection_literal] = STATE(4931), + [sym__literal_constant] = STATE(4931), + [sym_string_literal] = STATE(4931), + [sym_lambda_literal] = STATE(4931), + [sym_anonymous_function] = STATE(4931), + [sym__function_literal] = STATE(4931), + [sym_object_literal] = STATE(4931), + [sym_this_expression] = STATE(4931), + [sym_super_expression] = STATE(4931), + [sym_if_expression] = STATE(4931), + [sym_when_expression] = STATE(4931), + [sym_try_expression] = STATE(4931), + [sym_jump_expression] = STATE(4931), + [sym_callable_reference] = STATE(4931), + [sym__prefix_unary_operator] = STATE(1988), + [sym_annotation] = STATE(1988), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4928), + [sym__return_at] = STATE(376), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4931), + [sym_long_literal] = STATE(4931), + [sym_boolean_literal] = STATE(4931), + [sym_character_literal] = STATE(4931), + [sym__lexical_identifier] = STATE(4566), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1902), + [anon_sym_fun] = ACTIONS(3086), + [anon_sym_get] = ACTIONS(7), + [anon_sym_set] = ACTIONS(7), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(937), + [sym_label] = ACTIONS(945), + [anon_sym_null] = ACTIONS(1906), + [anon_sym_if] = ACTIONS(3088), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(3090), + [anon_sym_return] = ACTIONS(3092), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(945), + [anon_sym_DASH] = ACTIONS(945), + [anon_sym_PLUS_PLUS] = ACTIONS(947), + [anon_sym_DASH_DASH] = ACTIONS(947), + [anon_sym_BANG] = ACTIONS(947), + [anon_sym_data] = ACTIONS(7), + [anon_sym_inner] = ACTIONS(7), + [anon_sym_expect] = ACTIONS(7), + [anon_sym_actual] = ACTIONS(7), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [sym_real_literal] = ACTIONS(1908), + [sym_integer_literal] = ACTIONS(99), + [sym_hex_literal] = ACTIONS(101), + [sym_bin_literal] = ACTIONS(101), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SQUOTE] = ACTIONS(105), + [sym__backtick_identifier] = ACTIONS(107), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(109), + }, + [2003] = { + [sym__expression] = STATE(4135), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4931), + [sym_parenthesized_expression] = STATE(4931), + [sym_collection_literal] = STATE(4931), + [sym__literal_constant] = STATE(4931), + [sym_string_literal] = STATE(4931), + [sym_lambda_literal] = STATE(4931), + [sym_anonymous_function] = STATE(4931), + [sym__function_literal] = STATE(4931), + [sym_object_literal] = STATE(4931), + [sym_this_expression] = STATE(4931), + [sym_super_expression] = STATE(4931), + [sym_if_expression] = STATE(4931), + [sym_when_expression] = STATE(4931), + [sym_try_expression] = STATE(4931), + [sym_jump_expression] = STATE(4931), + [sym_callable_reference] = STATE(4931), + [sym__prefix_unary_operator] = STATE(1988), + [sym_annotation] = STATE(1988), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4928), + [sym__return_at] = STATE(376), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4931), + [sym_long_literal] = STATE(4931), + [sym_boolean_literal] = STATE(4931), + [sym_character_literal] = STATE(4931), + [sym__lexical_identifier] = STATE(4566), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1902), + [anon_sym_fun] = ACTIONS(3086), + [anon_sym_get] = ACTIONS(7), + [anon_sym_set] = ACTIONS(7), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(937), + [sym_label] = ACTIONS(945), + [anon_sym_null] = ACTIONS(1906), + [anon_sym_if] = ACTIONS(3088), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(3090), + [anon_sym_return] = ACTIONS(3092), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(945), + [anon_sym_DASH] = ACTIONS(945), + [anon_sym_PLUS_PLUS] = ACTIONS(947), + [anon_sym_DASH_DASH] = ACTIONS(947), + [anon_sym_BANG] = ACTIONS(947), + [anon_sym_data] = ACTIONS(7), + [anon_sym_inner] = ACTIONS(7), + [anon_sym_expect] = ACTIONS(7), + [anon_sym_actual] = ACTIONS(7), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [sym_real_literal] = ACTIONS(1908), + [sym_integer_literal] = ACTIONS(99), + [sym_hex_literal] = ACTIONS(101), + [sym_bin_literal] = ACTIONS(101), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SQUOTE] = ACTIONS(105), + [sym__backtick_identifier] = ACTIONS(107), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(109), + }, + [2004] = { + [sym__expression] = STATE(4134), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4931), + [sym_parenthesized_expression] = STATE(4931), + [sym_collection_literal] = STATE(4931), + [sym__literal_constant] = STATE(4931), + [sym_string_literal] = STATE(4931), + [sym_lambda_literal] = STATE(4931), + [sym_anonymous_function] = STATE(4931), + [sym__function_literal] = STATE(4931), + [sym_object_literal] = STATE(4931), + [sym_this_expression] = STATE(4931), + [sym_super_expression] = STATE(4931), + [sym_if_expression] = STATE(4931), + [sym_when_expression] = STATE(4931), + [sym_try_expression] = STATE(4931), + [sym_jump_expression] = STATE(4931), + [sym_callable_reference] = STATE(4931), + [sym__prefix_unary_operator] = STATE(1988), + [sym_annotation] = STATE(1988), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4928), + [sym__return_at] = STATE(376), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4931), + [sym_long_literal] = STATE(4931), + [sym_boolean_literal] = STATE(4931), + [sym_character_literal] = STATE(4931), + [sym__lexical_identifier] = STATE(4566), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1902), + [anon_sym_fun] = ACTIONS(3086), + [anon_sym_get] = ACTIONS(7), + [anon_sym_set] = ACTIONS(7), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(937), + [sym_label] = ACTIONS(945), + [anon_sym_null] = ACTIONS(1906), + [anon_sym_if] = ACTIONS(3088), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(3090), + [anon_sym_return] = ACTIONS(3092), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(945), + [anon_sym_DASH] = ACTIONS(945), + [anon_sym_PLUS_PLUS] = ACTIONS(947), + [anon_sym_DASH_DASH] = ACTIONS(947), + [anon_sym_BANG] = ACTIONS(947), + [anon_sym_data] = ACTIONS(7), + [anon_sym_inner] = ACTIONS(7), + [anon_sym_expect] = ACTIONS(7), + [anon_sym_actual] = ACTIONS(7), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [sym_real_literal] = ACTIONS(1908), + [sym_integer_literal] = ACTIONS(99), + [sym_hex_literal] = ACTIONS(101), + [sym_bin_literal] = ACTIONS(101), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SQUOTE] = ACTIONS(105), + [sym__backtick_identifier] = ACTIONS(107), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(109), + }, + [2005] = { + [sym__expression] = STATE(3623), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4931), + [sym_parenthesized_expression] = STATE(4931), + [sym_collection_literal] = STATE(4931), + [sym__literal_constant] = STATE(4931), + [sym_string_literal] = STATE(4931), + [sym_lambda_literal] = STATE(4931), + [sym_anonymous_function] = STATE(4931), + [sym__function_literal] = STATE(4931), + [sym_object_literal] = STATE(4931), + [sym_this_expression] = STATE(4931), + [sym_super_expression] = STATE(4931), + [sym_if_expression] = STATE(4931), + [sym_when_expression] = STATE(4931), + [sym_try_expression] = STATE(4931), + [sym_jump_expression] = STATE(4931), + [sym_callable_reference] = STATE(4931), + [sym__prefix_unary_operator] = STATE(1801), + [sym_annotation] = STATE(1801), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4928), + [sym__return_at] = STATE(298), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4931), + [sym_long_literal] = STATE(4931), + [sym_boolean_literal] = STATE(4931), + [sym_character_literal] = STATE(4931), + [sym__lexical_identifier] = STATE(4566), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1902), + [anon_sym_fun] = ACTIONS(1904), + [anon_sym_get] = ACTIONS(7), + [anon_sym_set] = ACTIONS(7), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(1223), + [sym_label] = ACTIONS(449), + [anon_sym_null] = ACTIONS(1906), + [anon_sym_if] = ACTIONS(443), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(445), + [anon_sym_return] = ACTIONS(447), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(449), + [anon_sym_DASH] = ACTIONS(449), + [anon_sym_PLUS_PLUS] = ACTIONS(451), + [anon_sym_DASH_DASH] = ACTIONS(451), + [anon_sym_BANG] = ACTIONS(451), + [anon_sym_data] = ACTIONS(7), + [anon_sym_inner] = ACTIONS(7), + [anon_sym_expect] = ACTIONS(7), + [anon_sym_actual] = ACTIONS(7), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [sym_real_literal] = ACTIONS(1908), + [sym_integer_literal] = ACTIONS(99), + [sym_hex_literal] = ACTIONS(101), + [sym_bin_literal] = ACTIONS(101), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SQUOTE] = ACTIONS(105), + [sym__backtick_identifier] = ACTIONS(107), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(109), + }, + [2006] = { + [sym__expression] = STATE(820), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(2143), + [sym_annotation] = STATE(2143), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(267), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1654), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(873), + [sym_label] = ACTIONS(883), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(1656), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(1658), + [anon_sym_return] = ACTIONS(1660), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(883), + [anon_sym_DASH] = ACTIONS(883), + [anon_sym_PLUS_PLUS] = ACTIONS(885), + [anon_sym_DASH_DASH] = ACTIONS(885), + [anon_sym_BANG] = ACTIONS(885), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), + }, + [2007] = { + [sym__expression] = STATE(305), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2340), + [sym_annotation] = STATE(2340), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(266), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), + [sym__alpha_identifier] = ACTIONS(537), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(539), + [anon_sym_LBRACE] = ACTIONS(1612), + [anon_sym_LPAREN] = ACTIONS(549), + [anon_sym_object] = ACTIONS(1614), + [anon_sym_fun] = ACTIONS(1646), + [anon_sym_get] = ACTIONS(537), + [anon_sym_set] = ACTIONS(537), + [anon_sym_this] = ACTIONS(561), + [anon_sym_super] = ACTIONS(563), + [anon_sym_STAR] = ACTIONS(905), + [sym_label] = ACTIONS(915), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(1648), + [anon_sym_when] = ACTIONS(579), + [anon_sym_try] = ACTIONS(581), + [anon_sym_throw] = ACTIONS(1650), + [anon_sym_return] = ACTIONS(1652), + [anon_sym_continue] = ACTIONS(587), + [anon_sym_break] = ACTIONS(587), + [anon_sym_COLON_COLON] = ACTIONS(589), + [anon_sym_PLUS] = ACTIONS(915), + [anon_sym_DASH] = ACTIONS(915), + [anon_sym_PLUS_PLUS] = ACTIONS(917), + [anon_sym_DASH_DASH] = ACTIONS(917), + [anon_sym_BANG] = ACTIONS(917), + [anon_sym_data] = ACTIONS(537), + [anon_sym_inner] = ACTIONS(537), + [anon_sym_expect] = ACTIONS(537), + [anon_sym_actual] = ACTIONS(537), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(599), + [anon_sym_break_AT] = ACTIONS(601), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(605), + [sym_hex_literal] = ACTIONS(607), + [sym_bin_literal] = ACTIONS(607), + [anon_sym_true] = ACTIONS(609), + [anon_sym_false] = ACTIONS(609), + [anon_sym_SQUOTE] = ACTIONS(611), + [sym__backtick_identifier] = ACTIONS(613), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(615), + }, + [2008] = { + [sym__expression] = STATE(4379), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), + [anon_sym_STAR] = ACTIONS(1065), [sym_label] = ACTIONS(327), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(3096), @@ -245956,10 +250782,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(329), [anon_sym_DASH_DASH] = ACTIONS(329), [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -245975,68 +250801,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1960] = { - [sym__expression] = STATE(4342), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [2009] = { + [sym__expression] = STATE(4380), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), + [anon_sym_STAR] = ACTIONS(1065), [sym_label] = ACTIONS(327), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(3096), @@ -246052,10 +250878,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(329), [anon_sym_DASH_DASH] = ACTIONS(329), [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -246071,68 +250897,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1961] = { - [sym__expression] = STATE(4304), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [2010] = { + [sym__expression] = STATE(4383), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), + [anon_sym_STAR] = ACTIONS(1065), [sym_label] = ACTIONS(327), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(3096), @@ -246148,10 +250974,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(329), [anon_sym_DASH_DASH] = ACTIONS(329), [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -246167,83 +250993,179 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1962] = { - [sym__expression] = STATE(952), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(3231), - [sym_parenthesized_expression] = STATE(3231), - [sym_collection_literal] = STATE(3231), - [sym__literal_constant] = STATE(3231), - [sym_string_literal] = STATE(3231), - [sym_lambda_literal] = STATE(3231), - [sym_anonymous_function] = STATE(3231), - [sym__function_literal] = STATE(3231), - [sym_object_literal] = STATE(3231), - [sym_this_expression] = STATE(3231), - [sym_super_expression] = STATE(3231), - [sym_if_expression] = STATE(3231), - [sym_when_expression] = STATE(3231), - [sym_try_expression] = STATE(3231), - [sym_jump_expression] = STATE(3231), - [sym_callable_reference] = STATE(3231), - [sym__prefix_unary_operator] = STATE(1914), - [sym_annotation] = STATE(1914), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3311), - [sym__return_at] = STATE(304), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(3231), - [sym_long_literal] = STATE(3231), - [sym_boolean_literal] = STATE(3231), - [sym_character_literal] = STATE(3231), - [sym__lexical_identifier] = STATE(2890), + [2011] = { + [sym__expression] = STATE(301), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2340), + [sym_annotation] = STATE(2340), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(266), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), + [sym__alpha_identifier] = ACTIONS(537), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(539), + [anon_sym_LBRACE] = ACTIONS(1612), + [anon_sym_LPAREN] = ACTIONS(549), + [anon_sym_object] = ACTIONS(1614), + [anon_sym_fun] = ACTIONS(1646), + [anon_sym_get] = ACTIONS(537), + [anon_sym_set] = ACTIONS(537), + [anon_sym_this] = ACTIONS(561), + [anon_sym_super] = ACTIONS(563), + [anon_sym_STAR] = ACTIONS(905), + [sym_label] = ACTIONS(915), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(1648), + [anon_sym_when] = ACTIONS(579), + [anon_sym_try] = ACTIONS(581), + [anon_sym_throw] = ACTIONS(1650), + [anon_sym_return] = ACTIONS(1652), + [anon_sym_continue] = ACTIONS(587), + [anon_sym_break] = ACTIONS(587), + [anon_sym_COLON_COLON] = ACTIONS(589), + [anon_sym_PLUS] = ACTIONS(915), + [anon_sym_DASH] = ACTIONS(915), + [anon_sym_PLUS_PLUS] = ACTIONS(917), + [anon_sym_DASH_DASH] = ACTIONS(917), + [anon_sym_BANG] = ACTIONS(917), + [anon_sym_data] = ACTIONS(537), + [anon_sym_inner] = ACTIONS(537), + [anon_sym_expect] = ACTIONS(537), + [anon_sym_actual] = ACTIONS(537), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(599), + [anon_sym_break_AT] = ACTIONS(601), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(605), + [sym_hex_literal] = ACTIONS(607), + [sym_bin_literal] = ACTIONS(607), + [anon_sym_true] = ACTIONS(609), + [anon_sym_false] = ACTIONS(609), + [anon_sym_SQUOTE] = ACTIONS(611), + [sym__backtick_identifier] = ACTIONS(613), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(615), + }, + [2012] = { + [sym__expression] = STATE(1496), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(3399), + [sym_parenthesized_expression] = STATE(3399), + [sym_collection_literal] = STATE(3399), + [sym__literal_constant] = STATE(3399), + [sym_string_literal] = STATE(3399), + [sym_lambda_literal] = STATE(3399), + [sym_anonymous_function] = STATE(3399), + [sym__function_literal] = STATE(3399), + [sym_object_literal] = STATE(3399), + [sym_this_expression] = STATE(3399), + [sym_super_expression] = STATE(3399), + [sym_if_expression] = STATE(3399), + [sym_when_expression] = STATE(3399), + [sym_try_expression] = STATE(3399), + [sym_jump_expression] = STATE(3399), + [sym_callable_reference] = STATE(3399), + [sym__prefix_unary_operator] = STATE(1868), + [sym_annotation] = STATE(1868), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3347), + [sym__return_at] = STATE(356), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(3399), + [sym_long_literal] = STATE(3399), + [sym_boolean_literal] = STATE(3399), + [sym_character_literal] = STATE(3399), + [sym__lexical_identifier] = STATE(2837), [sym__alpha_identifier] = ACTIONS(333), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(335), - [anon_sym_LBRACE] = ACTIONS(1920), + [anon_sym_LBRACE] = ACTIONS(1918), [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_object] = ACTIONS(1922), - [anon_sym_fun] = ACTIONS(1924), + [anon_sym_object] = ACTIONS(1920), + [anon_sym_fun] = ACTIONS(2984), [anon_sym_get] = ACTIONS(333), [anon_sym_set] = ACTIONS(333), [anon_sym_this] = ACTIONS(357), [anon_sym_super] = ACTIONS(359), - [anon_sym_STAR] = ACTIONS(1273), - [sym_label] = ACTIONS(387), - [anon_sym_null] = ACTIONS(1926), - [anon_sym_if] = ACTIONS(373), + [anon_sym_STAR] = ACTIONS(965), + [sym_label] = ACTIONS(975), + [anon_sym_null] = ACTIONS(1924), + [anon_sym_if] = ACTIONS(2986), [anon_sym_when] = ACTIONS(375), [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(379), - [anon_sym_return] = ACTIONS(381), + [anon_sym_throw] = ACTIONS(2988), + [anon_sym_return] = ACTIONS(2990), [anon_sym_continue] = ACTIONS(383), [anon_sym_break] = ACTIONS(383), [anon_sym_COLON_COLON] = ACTIONS(385), - [anon_sym_PLUS] = ACTIONS(387), - [anon_sym_DASH] = ACTIONS(387), - [anon_sym_PLUS_PLUS] = ACTIONS(389), - [anon_sym_DASH_DASH] = ACTIONS(389), - [anon_sym_BANG] = ACTIONS(389), + [anon_sym_PLUS] = ACTIONS(975), + [anon_sym_DASH] = ACTIONS(975), + [anon_sym_PLUS_PLUS] = ACTIONS(977), + [anon_sym_DASH_DASH] = ACTIONS(977), + [anon_sym_BANG] = ACTIONS(977), [anon_sym_data] = ACTIONS(333), [anon_sym_inner] = ACTIONS(333), [anon_sym_expect] = ACTIONS(333), @@ -246252,7 +251174,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(395), [anon_sym_break_AT] = ACTIONS(397), - [sym_real_literal] = ACTIONS(1928), + [sym_real_literal] = ACTIONS(1926), [sym_integer_literal] = ACTIONS(401), [sym_hex_literal] = ACTIONS(403), [sym_bin_literal] = ACTIONS(403), @@ -246263,87 +251185,87 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(411), }, - [1963] = { - [sym__expression] = STATE(4313), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [2013] = { + [sym__expression] = STATE(4219), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(1897), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(331), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_fun] = ACTIONS(2020), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), - [sym_label] = ACTIONS(327), + [anon_sym_STAR] = ACTIONS(813), + [sym_label] = ACTIONS(821), [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(3096), + [anon_sym_if] = ACTIONS(2022), [anon_sym_when] = ACTIONS(245), [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(3098), - [anon_sym_return] = ACTIONS(3100), + [anon_sym_throw] = ACTIONS(2024), + [anon_sym_return] = ACTIONS(2026), [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(327), - [anon_sym_DASH] = ACTIONS(327), - [anon_sym_PLUS_PLUS] = ACTIONS(329), - [anon_sym_DASH_DASH] = ACTIONS(329), - [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(823), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -246359,275 +251281,371 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1964] = { - [sym__expression] = STATE(4314), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), - [sym_label] = ACTIONS(327), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(3096), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(3098), - [anon_sym_return] = ACTIONS(3100), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(327), - [anon_sym_DASH] = ACTIONS(327), - [anon_sym_PLUS_PLUS] = ACTIONS(329), - [anon_sym_DASH_DASH] = ACTIONS(329), - [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [2014] = { + [sym__expression] = STATE(1157), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(1711), + [sym_annotation] = STATE(1711), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(268), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), + [sym__alpha_identifier] = ACTIONS(111), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1662), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(1085), + [sym_label] = ACTIONS(1093), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(1664), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(1666), + [anon_sym_return] = ACTIONS(1668), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(1093), + [anon_sym_DASH] = ACTIONS(1093), + [anon_sym_PLUS_PLUS] = ACTIONS(1095), + [anon_sym_DASH_DASH] = ACTIONS(1095), + [anon_sym_BANG] = ACTIONS(1095), + [anon_sym_data] = ACTIONS(111), + [anon_sym_inner] = ACTIONS(111), + [anon_sym_expect] = ACTIONS(111), + [anon_sym_actual] = ACTIONS(111), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(1411), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), + [sym__string_start] = ACTIONS(197), }, - [1965] = { - [sym__expression] = STATE(4353), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), - [sym_label] = ACTIONS(327), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(3096), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(3098), - [anon_sym_return] = ACTIONS(3100), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(327), - [anon_sym_DASH] = ACTIONS(327), - [anon_sym_PLUS_PLUS] = ACTIONS(329), - [anon_sym_DASH_DASH] = ACTIONS(329), - [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [2015] = { + [sym__expression] = STATE(533), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2117), + [sym_annotation] = STATE(2117), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(270), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), + [sym__alpha_identifier] = ACTIONS(537), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(539), + [anon_sym_LBRACE] = ACTIONS(1612), + [anon_sym_LPAREN] = ACTIONS(549), + [anon_sym_object] = ACTIONS(1614), + [anon_sym_fun] = ACTIONS(1678), + [anon_sym_get] = ACTIONS(537), + [anon_sym_set] = ACTIONS(537), + [anon_sym_this] = ACTIONS(561), + [anon_sym_super] = ACTIONS(563), + [anon_sym_STAR] = ACTIONS(995), + [sym_label] = ACTIONS(1003), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(1680), + [anon_sym_when] = ACTIONS(579), + [anon_sym_try] = ACTIONS(581), + [anon_sym_throw] = ACTIONS(1682), + [anon_sym_return] = ACTIONS(1684), + [anon_sym_continue] = ACTIONS(587), + [anon_sym_break] = ACTIONS(587), + [anon_sym_COLON_COLON] = ACTIONS(589), + [anon_sym_PLUS] = ACTIONS(1003), + [anon_sym_DASH] = ACTIONS(1003), + [anon_sym_PLUS_PLUS] = ACTIONS(1005), + [anon_sym_DASH_DASH] = ACTIONS(1005), + [anon_sym_BANG] = ACTIONS(1005), + [anon_sym_data] = ACTIONS(537), + [anon_sym_inner] = ACTIONS(537), + [anon_sym_expect] = ACTIONS(537), + [anon_sym_actual] = ACTIONS(537), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(599), + [anon_sym_break_AT] = ACTIONS(601), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(605), + [sym_hex_literal] = ACTIONS(607), + [sym_bin_literal] = ACTIONS(607), + [anon_sym_true] = ACTIONS(609), + [anon_sym_false] = ACTIONS(609), + [anon_sym_SQUOTE] = ACTIONS(611), + [sym__backtick_identifier] = ACTIONS(613), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), + [sym__string_start] = ACTIONS(615), }, - [1966] = { - [sym__expression] = STATE(951), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(3231), - [sym_parenthesized_expression] = STATE(3231), - [sym_collection_literal] = STATE(3231), - [sym__literal_constant] = STATE(3231), - [sym_string_literal] = STATE(3231), - [sym_lambda_literal] = STATE(3231), - [sym_anonymous_function] = STATE(3231), - [sym__function_literal] = STATE(3231), - [sym_object_literal] = STATE(3231), - [sym_this_expression] = STATE(3231), - [sym_super_expression] = STATE(3231), - [sym_if_expression] = STATE(3231), - [sym_when_expression] = STATE(3231), - [sym_try_expression] = STATE(3231), - [sym_jump_expression] = STATE(3231), - [sym_callable_reference] = STATE(3231), - [sym__prefix_unary_operator] = STATE(1914), - [sym_annotation] = STATE(1914), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3311), - [sym__return_at] = STATE(304), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(3231), - [sym_long_literal] = STATE(3231), - [sym_boolean_literal] = STATE(3231), - [sym_character_literal] = STATE(3231), - [sym__lexical_identifier] = STATE(2890), + [2016] = { + [sym__expression] = STATE(534), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2117), + [sym_annotation] = STATE(2117), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(270), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), + [sym__alpha_identifier] = ACTIONS(537), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(539), + [anon_sym_LBRACE] = ACTIONS(1612), + [anon_sym_LPAREN] = ACTIONS(549), + [anon_sym_object] = ACTIONS(1614), + [anon_sym_fun] = ACTIONS(1678), + [anon_sym_get] = ACTIONS(537), + [anon_sym_set] = ACTIONS(537), + [anon_sym_this] = ACTIONS(561), + [anon_sym_super] = ACTIONS(563), + [anon_sym_STAR] = ACTIONS(995), + [sym_label] = ACTIONS(1003), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(1680), + [anon_sym_when] = ACTIONS(579), + [anon_sym_try] = ACTIONS(581), + [anon_sym_throw] = ACTIONS(1682), + [anon_sym_return] = ACTIONS(1684), + [anon_sym_continue] = ACTIONS(587), + [anon_sym_break] = ACTIONS(587), + [anon_sym_COLON_COLON] = ACTIONS(589), + [anon_sym_PLUS] = ACTIONS(1003), + [anon_sym_DASH] = ACTIONS(1003), + [anon_sym_PLUS_PLUS] = ACTIONS(1005), + [anon_sym_DASH_DASH] = ACTIONS(1005), + [anon_sym_BANG] = ACTIONS(1005), + [anon_sym_data] = ACTIONS(537), + [anon_sym_inner] = ACTIONS(537), + [anon_sym_expect] = ACTIONS(537), + [anon_sym_actual] = ACTIONS(537), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(599), + [anon_sym_break_AT] = ACTIONS(601), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(605), + [sym_hex_literal] = ACTIONS(607), + [sym_bin_literal] = ACTIONS(607), + [anon_sym_true] = ACTIONS(609), + [anon_sym_false] = ACTIONS(609), + [anon_sym_SQUOTE] = ACTIONS(611), + [sym__backtick_identifier] = ACTIONS(613), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(615), + }, + [2017] = { + [sym__expression] = STATE(1533), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(3399), + [sym_parenthesized_expression] = STATE(3399), + [sym_collection_literal] = STATE(3399), + [sym__literal_constant] = STATE(3399), + [sym_string_literal] = STATE(3399), + [sym_lambda_literal] = STATE(3399), + [sym_anonymous_function] = STATE(3399), + [sym__function_literal] = STATE(3399), + [sym_object_literal] = STATE(3399), + [sym_this_expression] = STATE(3399), + [sym_super_expression] = STATE(3399), + [sym_if_expression] = STATE(3399), + [sym_when_expression] = STATE(3399), + [sym_try_expression] = STATE(3399), + [sym_jump_expression] = STATE(3399), + [sym_callable_reference] = STATE(3399), + [sym__prefix_unary_operator] = STATE(1868), + [sym_annotation] = STATE(1868), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3347), + [sym__return_at] = STATE(356), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(3399), + [sym_long_literal] = STATE(3399), + [sym_boolean_literal] = STATE(3399), + [sym_character_literal] = STATE(3399), + [sym__lexical_identifier] = STATE(2837), [sym__alpha_identifier] = ACTIONS(333), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(335), - [anon_sym_LBRACE] = ACTIONS(1920), + [anon_sym_LBRACE] = ACTIONS(1918), [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_object] = ACTIONS(1922), - [anon_sym_fun] = ACTIONS(1924), + [anon_sym_object] = ACTIONS(1920), + [anon_sym_fun] = ACTIONS(2984), [anon_sym_get] = ACTIONS(333), [anon_sym_set] = ACTIONS(333), [anon_sym_this] = ACTIONS(357), [anon_sym_super] = ACTIONS(359), - [anon_sym_STAR] = ACTIONS(1273), - [sym_label] = ACTIONS(387), - [anon_sym_null] = ACTIONS(1926), - [anon_sym_if] = ACTIONS(373), + [anon_sym_STAR] = ACTIONS(965), + [sym_label] = ACTIONS(975), + [anon_sym_null] = ACTIONS(1924), + [anon_sym_if] = ACTIONS(2986), [anon_sym_when] = ACTIONS(375), [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(379), - [anon_sym_return] = ACTIONS(381), + [anon_sym_throw] = ACTIONS(2988), + [anon_sym_return] = ACTIONS(2990), [anon_sym_continue] = ACTIONS(383), [anon_sym_break] = ACTIONS(383), [anon_sym_COLON_COLON] = ACTIONS(385), - [anon_sym_PLUS] = ACTIONS(387), - [anon_sym_DASH] = ACTIONS(387), - [anon_sym_PLUS_PLUS] = ACTIONS(389), - [anon_sym_DASH_DASH] = ACTIONS(389), - [anon_sym_BANG] = ACTIONS(389), + [anon_sym_PLUS] = ACTIONS(975), + [anon_sym_DASH] = ACTIONS(975), + [anon_sym_PLUS_PLUS] = ACTIONS(977), + [anon_sym_DASH_DASH] = ACTIONS(977), + [anon_sym_BANG] = ACTIONS(977), [anon_sym_data] = ACTIONS(333), [anon_sym_inner] = ACTIONS(333), [anon_sym_expect] = ACTIONS(333), @@ -246636,7 +251654,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(395), [anon_sym_break_AT] = ACTIONS(397), - [sym_real_literal] = ACTIONS(1928), + [sym_real_literal] = ACTIONS(1926), [sym_integer_literal] = ACTIONS(401), [sym_hex_literal] = ACTIONS(403), [sym_bin_literal] = ACTIONS(403), @@ -246647,68 +251665,164 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(411), }, - [1967] = { - [sym__expression] = STATE(4362), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [2018] = { + [sym__expression] = STATE(296), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2340), + [sym_annotation] = STATE(2340), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(266), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), + [sym__alpha_identifier] = ACTIONS(537), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(539), + [anon_sym_LBRACE] = ACTIONS(1612), + [anon_sym_LPAREN] = ACTIONS(549), + [anon_sym_object] = ACTIONS(1614), + [anon_sym_fun] = ACTIONS(1646), + [anon_sym_get] = ACTIONS(537), + [anon_sym_set] = ACTIONS(537), + [anon_sym_this] = ACTIONS(561), + [anon_sym_super] = ACTIONS(563), + [anon_sym_STAR] = ACTIONS(905), + [sym_label] = ACTIONS(915), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(1648), + [anon_sym_when] = ACTIONS(579), + [anon_sym_try] = ACTIONS(581), + [anon_sym_throw] = ACTIONS(1650), + [anon_sym_return] = ACTIONS(1652), + [anon_sym_continue] = ACTIONS(587), + [anon_sym_break] = ACTIONS(587), + [anon_sym_COLON_COLON] = ACTIONS(589), + [anon_sym_PLUS] = ACTIONS(915), + [anon_sym_DASH] = ACTIONS(915), + [anon_sym_PLUS_PLUS] = ACTIONS(917), + [anon_sym_DASH_DASH] = ACTIONS(917), + [anon_sym_BANG] = ACTIONS(917), + [anon_sym_data] = ACTIONS(537), + [anon_sym_inner] = ACTIONS(537), + [anon_sym_expect] = ACTIONS(537), + [anon_sym_actual] = ACTIONS(537), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(599), + [anon_sym_break_AT] = ACTIONS(601), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(605), + [sym_hex_literal] = ACTIONS(607), + [sym_bin_literal] = ACTIONS(607), + [anon_sym_true] = ACTIONS(609), + [anon_sym_false] = ACTIONS(609), + [anon_sym_SQUOTE] = ACTIONS(611), + [sym__backtick_identifier] = ACTIONS(613), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(615), + }, + [2019] = { + [sym__expression] = STATE(4334), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), + [anon_sym_STAR] = ACTIONS(1065), [sym_label] = ACTIONS(327), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(3096), @@ -246724,10 +251838,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(329), [anon_sym_DASH_DASH] = ACTIONS(329), [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -246743,452 +251857,356 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1968] = { - [sym__expression] = STATE(524), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2238), - [sym_annotation] = STATE(2238), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(269), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1670), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1047), - [sym_label] = ACTIONS(1055), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(1672), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(1674), - [anon_sym_return] = ACTIONS(1676), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(1055), - [anon_sym_DASH] = ACTIONS(1055), - [anon_sym_PLUS_PLUS] = ACTIONS(1057), - [anon_sym_DASH_DASH] = ACTIONS(1057), - [anon_sym_BANG] = ACTIONS(1057), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), + [2020] = { + [sym__expression] = STATE(1318), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(2261), + [sym_annotation] = STATE(2261), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(262), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), + [sym__alpha_identifier] = ACTIONS(111), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1632), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(1253), + [sym_label] = ACTIONS(677), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(671), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(673), + [anon_sym_return] = ACTIONS(675), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(677), + [anon_sym_DASH] = ACTIONS(677), + [anon_sym_PLUS_PLUS] = ACTIONS(679), + [anon_sym_DASH_DASH] = ACTIONS(679), + [anon_sym_BANG] = ACTIONS(679), + [anon_sym_data] = ACTIONS(111), + [anon_sym_inner] = ACTIONS(111), + [anon_sym_expect] = ACTIONS(111), + [anon_sym_actual] = ACTIONS(111), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(1411), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), - }, - [1969] = { - [sym_type_constraints] = STATE(2433), - [sym_property_delegate] = STATE(2669), - [sym_getter] = STATE(5285), - [sym_setter] = STATE(5285), - [sym_modifiers] = STATE(8883), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_EQ] = ACTIONS(5842), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_by] = ACTIONS(3510), - [anon_sym_where] = ACTIONS(5812), - [anon_sym_object] = ACTIONS(1776), - [anon_sym_fun] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(1996), - [anon_sym_get] = ACTIONS(5816), - [anon_sym_set] = ACTIONS(5818), - [anon_sym_this] = ACTIONS(1776), - [anon_sym_super] = ACTIONS(1776), - [anon_sym_STAR] = ACTIONS(1778), - [sym_label] = ACTIONS(1776), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_null] = ACTIONS(1776), - [anon_sym_if] = ACTIONS(1776), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_when] = ACTIONS(1776), - [anon_sym_try] = ACTIONS(1776), - [anon_sym_throw] = ACTIONS(1776), - [anon_sym_return] = ACTIONS(1776), - [anon_sym_continue] = ACTIONS(1776), - [anon_sym_break] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG] = ACTIONS(1776), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1778), - [anon_sym_continue_AT] = ACTIONS(1778), - [anon_sym_break_AT] = ACTIONS(1778), - [sym_real_literal] = ACTIONS(1778), - [sym_integer_literal] = ACTIONS(1776), - [sym_hex_literal] = ACTIONS(1778), - [sym_bin_literal] = ACTIONS(1778), - [anon_sym_true] = ACTIONS(1776), - [anon_sym_false] = ACTIONS(1776), - [anon_sym_SQUOTE] = ACTIONS(1778), - [sym__backtick_identifier] = ACTIONS(1778), - [sym__automatic_semicolon] = ACTIONS(1778), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1778), + [sym__string_start] = ACTIONS(197), }, - [1970] = { - [sym__expression] = STATE(319), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2238), - [sym_annotation] = STATE(2238), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(269), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1670), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1047), - [sym_label] = ACTIONS(1055), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(1672), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(1674), - [anon_sym_return] = ACTIONS(1676), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(1055), - [anon_sym_DASH] = ACTIONS(1055), - [anon_sym_PLUS_PLUS] = ACTIONS(1057), - [anon_sym_DASH_DASH] = ACTIONS(1057), - [anon_sym_BANG] = ACTIONS(1057), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), + [2021] = { + [sym__expression] = STATE(2384), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(2143), + [sym_annotation] = STATE(2143), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(267), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1654), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(873), + [sym_label] = ACTIONS(883), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(1656), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(1658), + [anon_sym_return] = ACTIONS(1660), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(883), + [anon_sym_DASH] = ACTIONS(883), + [anon_sym_PLUS_PLUS] = ACTIONS(885), + [anon_sym_DASH_DASH] = ACTIONS(885), + [anon_sym_BANG] = ACTIONS(885), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), + [sym__string_start] = ACTIONS(535), }, - [1971] = { - [sym__expression] = STATE(4363), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), - [sym_label] = ACTIONS(327), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(3096), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(3098), - [anon_sym_return] = ACTIONS(3100), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(327), - [anon_sym_DASH] = ACTIONS(327), - [anon_sym_PLUS_PLUS] = ACTIONS(329), - [anon_sym_DASH_DASH] = ACTIONS(329), - [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [2022] = { + [sym__expression] = STATE(1311), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(2261), + [sym_annotation] = STATE(2261), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(262), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), + [sym__alpha_identifier] = ACTIONS(111), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1632), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(1253), + [sym_label] = ACTIONS(677), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(671), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(673), + [anon_sym_return] = ACTIONS(675), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(677), + [anon_sym_DASH] = ACTIONS(677), + [anon_sym_PLUS_PLUS] = ACTIONS(679), + [anon_sym_DASH_DASH] = ACTIONS(679), + [anon_sym_BANG] = ACTIONS(679), + [anon_sym_data] = ACTIONS(111), + [anon_sym_inner] = ACTIONS(111), + [anon_sym_expect] = ACTIONS(111), + [anon_sym_actual] = ACTIONS(111), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(1411), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), + [sym__string_start] = ACTIONS(197), }, - [1972] = { - [sym__expression] = STATE(4368), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [2023] = { + [sym__expression] = STATE(4326), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), + [anon_sym_STAR] = ACTIONS(1065), [sym_label] = ACTIONS(327), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(3096), @@ -247204,10 +252222,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(329), [anon_sym_DASH_DASH] = ACTIONS(329), [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -247223,548 +252241,452 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1973] = { - [sym__expression] = STATE(4372), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), - [sym_label] = ACTIONS(327), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(3096), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(3098), - [anon_sym_return] = ACTIONS(3100), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(327), - [anon_sym_DASH] = ACTIONS(327), - [anon_sym_PLUS_PLUS] = ACTIONS(329), - [anon_sym_DASH_DASH] = ACTIONS(329), - [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), - }, - [1974] = { - [sym__expression] = STATE(4373), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), - [sym_label] = ACTIONS(327), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(3096), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(3098), - [anon_sym_return] = ACTIONS(3100), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(327), - [anon_sym_DASH] = ACTIONS(327), - [anon_sym_PLUS_PLUS] = ACTIONS(329), - [anon_sym_DASH_DASH] = ACTIONS(329), - [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [2024] = { + [sym__expression] = STATE(535), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2117), + [sym_annotation] = STATE(2117), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(270), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), + [sym__alpha_identifier] = ACTIONS(537), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(539), + [anon_sym_LBRACE] = ACTIONS(1612), + [anon_sym_LPAREN] = ACTIONS(549), + [anon_sym_object] = ACTIONS(1614), + [anon_sym_fun] = ACTIONS(1678), + [anon_sym_get] = ACTIONS(537), + [anon_sym_set] = ACTIONS(537), + [anon_sym_this] = ACTIONS(561), + [anon_sym_super] = ACTIONS(563), + [anon_sym_STAR] = ACTIONS(995), + [sym_label] = ACTIONS(1003), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(1680), + [anon_sym_when] = ACTIONS(579), + [anon_sym_try] = ACTIONS(581), + [anon_sym_throw] = ACTIONS(1682), + [anon_sym_return] = ACTIONS(1684), + [anon_sym_continue] = ACTIONS(587), + [anon_sym_break] = ACTIONS(587), + [anon_sym_COLON_COLON] = ACTIONS(589), + [anon_sym_PLUS] = ACTIONS(1003), + [anon_sym_DASH] = ACTIONS(1003), + [anon_sym_PLUS_PLUS] = ACTIONS(1005), + [anon_sym_DASH_DASH] = ACTIONS(1005), + [anon_sym_BANG] = ACTIONS(1005), + [anon_sym_data] = ACTIONS(537), + [anon_sym_inner] = ACTIONS(537), + [anon_sym_expect] = ACTIONS(537), + [anon_sym_actual] = ACTIONS(537), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(599), + [anon_sym_break_AT] = ACTIONS(601), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(605), + [sym_hex_literal] = ACTIONS(607), + [sym_bin_literal] = ACTIONS(607), + [anon_sym_true] = ACTIONS(609), + [anon_sym_false] = ACTIONS(609), + [anon_sym_SQUOTE] = ACTIONS(611), + [sym__backtick_identifier] = ACTIONS(613), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), + [sym__string_start] = ACTIONS(615), }, - [1975] = { - [sym__expression] = STATE(950), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(3231), - [sym_parenthesized_expression] = STATE(3231), - [sym_collection_literal] = STATE(3231), - [sym__literal_constant] = STATE(3231), - [sym_string_literal] = STATE(3231), - [sym_lambda_literal] = STATE(3231), - [sym_anonymous_function] = STATE(3231), - [sym__function_literal] = STATE(3231), - [sym_object_literal] = STATE(3231), - [sym_this_expression] = STATE(3231), - [sym_super_expression] = STATE(3231), - [sym_if_expression] = STATE(3231), - [sym_when_expression] = STATE(3231), - [sym_try_expression] = STATE(3231), - [sym_jump_expression] = STATE(3231), - [sym_callable_reference] = STATE(3231), - [sym__prefix_unary_operator] = STATE(1914), - [sym_annotation] = STATE(1914), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3311), - [sym__return_at] = STATE(304), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(3231), - [sym_long_literal] = STATE(3231), - [sym_boolean_literal] = STATE(3231), - [sym_character_literal] = STATE(3231), - [sym__lexical_identifier] = STATE(2890), - [sym__alpha_identifier] = ACTIONS(333), + [2025] = { + [sym__expression] = STATE(2493), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(1711), + [sym_annotation] = STATE(1711), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(268), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), + [sym__alpha_identifier] = ACTIONS(111), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(335), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_object] = ACTIONS(1922), - [anon_sym_fun] = ACTIONS(1924), - [anon_sym_get] = ACTIONS(333), - [anon_sym_set] = ACTIONS(333), - [anon_sym_this] = ACTIONS(357), - [anon_sym_super] = ACTIONS(359), - [anon_sym_STAR] = ACTIONS(1273), - [sym_label] = ACTIONS(387), - [anon_sym_null] = ACTIONS(1926), - [anon_sym_if] = ACTIONS(373), - [anon_sym_when] = ACTIONS(375), - [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(379), - [anon_sym_return] = ACTIONS(381), - [anon_sym_continue] = ACTIONS(383), - [anon_sym_break] = ACTIONS(383), - [anon_sym_COLON_COLON] = ACTIONS(385), - [anon_sym_PLUS] = ACTIONS(387), - [anon_sym_DASH] = ACTIONS(387), - [anon_sym_PLUS_PLUS] = ACTIONS(389), - [anon_sym_DASH_DASH] = ACTIONS(389), - [anon_sym_BANG] = ACTIONS(389), - [anon_sym_data] = ACTIONS(333), - [anon_sym_inner] = ACTIONS(333), - [anon_sym_expect] = ACTIONS(333), - [anon_sym_actual] = ACTIONS(333), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1662), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(1085), + [sym_label] = ACTIONS(1093), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(1664), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(1666), + [anon_sym_return] = ACTIONS(1668), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(1093), + [anon_sym_DASH] = ACTIONS(1093), + [anon_sym_PLUS_PLUS] = ACTIONS(1095), + [anon_sym_DASH_DASH] = ACTIONS(1095), + [anon_sym_BANG] = ACTIONS(1095), + [anon_sym_data] = ACTIONS(111), + [anon_sym_inner] = ACTIONS(111), + [anon_sym_expect] = ACTIONS(111), + [anon_sym_actual] = ACTIONS(111), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(395), - [anon_sym_break_AT] = ACTIONS(397), - [sym_real_literal] = ACTIONS(1928), - [sym_integer_literal] = ACTIONS(401), - [sym_hex_literal] = ACTIONS(403), - [sym_bin_literal] = ACTIONS(403), - [anon_sym_true] = ACTIONS(405), - [anon_sym_false] = ACTIONS(405), - [anon_sym_SQUOTE] = ACTIONS(407), - [sym__backtick_identifier] = ACTIONS(409), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(1411), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(411), + [sym__string_start] = ACTIONS(197), }, - [1976] = { - [sym__expression] = STATE(947), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(3231), - [sym_parenthesized_expression] = STATE(3231), - [sym_collection_literal] = STATE(3231), - [sym__literal_constant] = STATE(3231), - [sym_string_literal] = STATE(3231), - [sym_lambda_literal] = STATE(3231), - [sym_anonymous_function] = STATE(3231), - [sym__function_literal] = STATE(3231), - [sym_object_literal] = STATE(3231), - [sym_this_expression] = STATE(3231), - [sym_super_expression] = STATE(3231), - [sym_if_expression] = STATE(3231), - [sym_when_expression] = STATE(3231), - [sym_try_expression] = STATE(3231), - [sym_jump_expression] = STATE(3231), - [sym_callable_reference] = STATE(3231), - [sym__prefix_unary_operator] = STATE(1914), - [sym_annotation] = STATE(1914), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3311), - [sym__return_at] = STATE(304), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(3231), - [sym_long_literal] = STATE(3231), - [sym_boolean_literal] = STATE(3231), - [sym_character_literal] = STATE(3231), - [sym__lexical_identifier] = STATE(2890), - [sym__alpha_identifier] = ACTIONS(333), + [2026] = { + [sym__expression] = STATE(1090), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(1711), + [sym_annotation] = STATE(1711), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(268), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), + [sym__alpha_identifier] = ACTIONS(111), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(335), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_object] = ACTIONS(1922), - [anon_sym_fun] = ACTIONS(1924), - [anon_sym_get] = ACTIONS(333), - [anon_sym_set] = ACTIONS(333), - [anon_sym_this] = ACTIONS(357), - [anon_sym_super] = ACTIONS(359), - [anon_sym_STAR] = ACTIONS(1273), - [sym_label] = ACTIONS(387), - [anon_sym_null] = ACTIONS(1926), - [anon_sym_if] = ACTIONS(373), - [anon_sym_when] = ACTIONS(375), - [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(379), - [anon_sym_return] = ACTIONS(381), - [anon_sym_continue] = ACTIONS(383), - [anon_sym_break] = ACTIONS(383), - [anon_sym_COLON_COLON] = ACTIONS(385), - [anon_sym_PLUS] = ACTIONS(387), - [anon_sym_DASH] = ACTIONS(387), - [anon_sym_PLUS_PLUS] = ACTIONS(389), - [anon_sym_DASH_DASH] = ACTIONS(389), - [anon_sym_BANG] = ACTIONS(389), - [anon_sym_data] = ACTIONS(333), - [anon_sym_inner] = ACTIONS(333), - [anon_sym_expect] = ACTIONS(333), - [anon_sym_actual] = ACTIONS(333), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1662), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(1085), + [sym_label] = ACTIONS(1093), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(1664), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(1666), + [anon_sym_return] = ACTIONS(1668), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(1093), + [anon_sym_DASH] = ACTIONS(1093), + [anon_sym_PLUS_PLUS] = ACTIONS(1095), + [anon_sym_DASH_DASH] = ACTIONS(1095), + [anon_sym_BANG] = ACTIONS(1095), + [anon_sym_data] = ACTIONS(111), + [anon_sym_inner] = ACTIONS(111), + [anon_sym_expect] = ACTIONS(111), + [anon_sym_actual] = ACTIONS(111), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(395), - [anon_sym_break_AT] = ACTIONS(397), - [sym_real_literal] = ACTIONS(1928), - [sym_integer_literal] = ACTIONS(401), - [sym_hex_literal] = ACTIONS(403), - [sym_bin_literal] = ACTIONS(403), - [anon_sym_true] = ACTIONS(405), - [anon_sym_false] = ACTIONS(405), - [anon_sym_SQUOTE] = ACTIONS(407), - [sym__backtick_identifier] = ACTIONS(409), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(1411), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(411), + [sym__string_start] = ACTIONS(197), }, - [1977] = { - [sym__expression] = STATE(982), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(3231), - [sym_parenthesized_expression] = STATE(3231), - [sym_collection_literal] = STATE(3231), - [sym__literal_constant] = STATE(3231), - [sym_string_literal] = STATE(3231), - [sym_lambda_literal] = STATE(3231), - [sym_anonymous_function] = STATE(3231), - [sym__function_literal] = STATE(3231), - [sym_object_literal] = STATE(3231), - [sym_this_expression] = STATE(3231), - [sym_super_expression] = STATE(3231), - [sym_if_expression] = STATE(3231), - [sym_when_expression] = STATE(3231), - [sym_try_expression] = STATE(3231), - [sym_jump_expression] = STATE(3231), - [sym_callable_reference] = STATE(3231), - [sym__prefix_unary_operator] = STATE(1914), - [sym_annotation] = STATE(1914), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3311), - [sym__return_at] = STATE(304), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(3231), - [sym_long_literal] = STATE(3231), - [sym_boolean_literal] = STATE(3231), - [sym_character_literal] = STATE(3231), - [sym__lexical_identifier] = STATE(2890), - [sym__alpha_identifier] = ACTIONS(333), + [2027] = { + [sym__expression] = STATE(3937), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4931), + [sym_parenthesized_expression] = STATE(4931), + [sym_collection_literal] = STATE(4931), + [sym__literal_constant] = STATE(4931), + [sym_string_literal] = STATE(4931), + [sym_lambda_literal] = STATE(4931), + [sym_anonymous_function] = STATE(4931), + [sym__function_literal] = STATE(4931), + [sym_object_literal] = STATE(4931), + [sym_this_expression] = STATE(4931), + [sym_super_expression] = STATE(4931), + [sym_if_expression] = STATE(4931), + [sym_when_expression] = STATE(4931), + [sym_try_expression] = STATE(4931), + [sym_jump_expression] = STATE(4931), + [sym_callable_reference] = STATE(4931), + [sym__prefix_unary_operator] = STATE(1665), + [sym_annotation] = STATE(1665), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4928), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4931), + [sym_long_literal] = STATE(4931), + [sym_boolean_literal] = STATE(4931), + [sym_character_literal] = STATE(4931), + [sym__lexical_identifier] = STATE(4566), + [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(335), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_object] = ACTIONS(1922), - [anon_sym_fun] = ACTIONS(1924), - [anon_sym_get] = ACTIONS(333), - [anon_sym_set] = ACTIONS(333), - [anon_sym_this] = ACTIONS(357), - [anon_sym_super] = ACTIONS(359), - [anon_sym_STAR] = ACTIONS(1273), - [sym_label] = ACTIONS(387), - [anon_sym_null] = ACTIONS(1926), - [anon_sym_if] = ACTIONS(373), - [anon_sym_when] = ACTIONS(375), - [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(379), - [anon_sym_return] = ACTIONS(381), - [anon_sym_continue] = ACTIONS(383), - [anon_sym_break] = ACTIONS(383), - [anon_sym_COLON_COLON] = ACTIONS(385), - [anon_sym_PLUS] = ACTIONS(387), - [anon_sym_DASH] = ACTIONS(387), - [anon_sym_PLUS_PLUS] = ACTIONS(389), - [anon_sym_DASH_DASH] = ACTIONS(389), - [anon_sym_BANG] = ACTIONS(389), - [anon_sym_data] = ACTIONS(333), - [anon_sym_inner] = ACTIONS(333), - [anon_sym_expect] = ACTIONS(333), - [anon_sym_actual] = ACTIONS(333), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1902), + [anon_sym_fun] = ACTIONS(1982), + [anon_sym_get] = ACTIONS(7), + [anon_sym_set] = ACTIONS(7), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(1243), + [sym_label] = ACTIONS(793), + [anon_sym_null] = ACTIONS(1906), + [anon_sym_if] = ACTIONS(55), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(61), + [anon_sym_return] = ACTIONS(63), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(793), + [anon_sym_DASH] = ACTIONS(793), + [anon_sym_PLUS_PLUS] = ACTIONS(795), + [anon_sym_DASH_DASH] = ACTIONS(795), + [anon_sym_BANG] = ACTIONS(795), + [anon_sym_data] = ACTIONS(7), + [anon_sym_inner] = ACTIONS(7), + [anon_sym_expect] = ACTIONS(7), + [anon_sym_actual] = ACTIONS(7), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(395), - [anon_sym_break_AT] = ACTIONS(397), - [sym_real_literal] = ACTIONS(1928), - [sym_integer_literal] = ACTIONS(401), - [sym_hex_literal] = ACTIONS(403), - [sym_bin_literal] = ACTIONS(403), - [anon_sym_true] = ACTIONS(405), - [anon_sym_false] = ACTIONS(405), - [anon_sym_SQUOTE] = ACTIONS(407), - [sym__backtick_identifier] = ACTIONS(409), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [sym_real_literal] = ACTIONS(1908), + [sym_integer_literal] = ACTIONS(99), + [sym_hex_literal] = ACTIONS(101), + [sym_bin_literal] = ACTIONS(101), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SQUOTE] = ACTIONS(105), + [sym__backtick_identifier] = ACTIONS(107), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(411), + [sym__string_start] = ACTIONS(109), }, - [1978] = { - [sym__expression] = STATE(4376), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [2028] = { + [sym__expression] = STATE(4386), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), + [anon_sym_STAR] = ACTIONS(1065), [sym_label] = ACTIONS(327), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(3096), @@ -247780,10 +252702,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(329), [anon_sym_DASH_DASH] = ACTIONS(329), [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -247799,260 +252721,260 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1979] = { - [sym__expression] = STATE(4381), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), - [sym_label] = ACTIONS(327), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(3096), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(3098), - [anon_sym_return] = ACTIONS(3100), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(327), - [anon_sym_DASH] = ACTIONS(327), - [anon_sym_PLUS_PLUS] = ACTIONS(329), - [anon_sym_DASH_DASH] = ACTIONS(329), - [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [2029] = { + [sym__expression] = STATE(299), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2340), + [sym_annotation] = STATE(2340), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(266), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), + [sym__alpha_identifier] = ACTIONS(537), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(539), + [anon_sym_LBRACE] = ACTIONS(1612), + [anon_sym_LPAREN] = ACTIONS(549), + [anon_sym_object] = ACTIONS(1614), + [anon_sym_fun] = ACTIONS(1646), + [anon_sym_get] = ACTIONS(537), + [anon_sym_set] = ACTIONS(537), + [anon_sym_this] = ACTIONS(561), + [anon_sym_super] = ACTIONS(563), + [anon_sym_STAR] = ACTIONS(905), + [sym_label] = ACTIONS(915), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(1648), + [anon_sym_when] = ACTIONS(579), + [anon_sym_try] = ACTIONS(581), + [anon_sym_throw] = ACTIONS(1650), + [anon_sym_return] = ACTIONS(1652), + [anon_sym_continue] = ACTIONS(587), + [anon_sym_break] = ACTIONS(587), + [anon_sym_COLON_COLON] = ACTIONS(589), + [anon_sym_PLUS] = ACTIONS(915), + [anon_sym_DASH] = ACTIONS(915), + [anon_sym_PLUS_PLUS] = ACTIONS(917), + [anon_sym_DASH_DASH] = ACTIONS(917), + [anon_sym_BANG] = ACTIONS(917), + [anon_sym_data] = ACTIONS(537), + [anon_sym_inner] = ACTIONS(537), + [anon_sym_expect] = ACTIONS(537), + [anon_sym_actual] = ACTIONS(537), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(599), + [anon_sym_break_AT] = ACTIONS(601), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(605), + [sym_hex_literal] = ACTIONS(607), + [sym_bin_literal] = ACTIONS(607), + [anon_sym_true] = ACTIONS(609), + [anon_sym_false] = ACTIONS(609), + [anon_sym_SQUOTE] = ACTIONS(611), + [sym__backtick_identifier] = ACTIONS(613), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), + [sym__string_start] = ACTIONS(615), }, - [1980] = { - [sym__expression] = STATE(463), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2001), - [sym_annotation] = STATE(2001), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), + [2030] = { + [sym__expression] = STATE(304), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2340), + [sym_annotation] = STATE(2340), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), [sym__return_at] = STATE(266), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), + [sym__alpha_identifier] = ACTIONS(537), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(539), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), + [anon_sym_LPAREN] = ACTIONS(549), [anon_sym_object] = ACTIONS(1614), [anon_sym_fun] = ACTIONS(1646), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(901), - [sym_label] = ACTIONS(911), + [anon_sym_get] = ACTIONS(537), + [anon_sym_set] = ACTIONS(537), + [anon_sym_this] = ACTIONS(561), + [anon_sym_super] = ACTIONS(563), + [anon_sym_STAR] = ACTIONS(905), + [sym_label] = ACTIONS(915), [anon_sym_null] = ACTIONS(1618), [anon_sym_if] = ACTIONS(1648), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), + [anon_sym_when] = ACTIONS(579), + [anon_sym_try] = ACTIONS(581), [anon_sym_throw] = ACTIONS(1650), [anon_sym_return] = ACTIONS(1652), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(911), - [anon_sym_DASH] = ACTIONS(911), - [anon_sym_PLUS_PLUS] = ACTIONS(913), - [anon_sym_DASH_DASH] = ACTIONS(913), - [anon_sym_BANG] = ACTIONS(913), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), + [anon_sym_continue] = ACTIONS(587), + [anon_sym_break] = ACTIONS(587), + [anon_sym_COLON_COLON] = ACTIONS(589), + [anon_sym_PLUS] = ACTIONS(915), + [anon_sym_DASH] = ACTIONS(915), + [anon_sym_PLUS_PLUS] = ACTIONS(917), + [anon_sym_DASH_DASH] = ACTIONS(917), + [anon_sym_BANG] = ACTIONS(917), + [anon_sym_data] = ACTIONS(537), + [anon_sym_inner] = ACTIONS(537), + [anon_sym_expect] = ACTIONS(537), + [anon_sym_actual] = ACTIONS(537), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(599), + [anon_sym_break_AT] = ACTIONS(601), [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), + [sym_integer_literal] = ACTIONS(605), + [sym_hex_literal] = ACTIONS(607), + [sym_bin_literal] = ACTIONS(607), + [anon_sym_true] = ACTIONS(609), + [anon_sym_false] = ACTIONS(609), + [anon_sym_SQUOTE] = ACTIONS(611), + [sym__backtick_identifier] = ACTIONS(613), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), + [sym__string_start] = ACTIONS(615), }, - [1981] = { - [sym__expression] = STATE(4384), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [2031] = { + [sym__expression] = STATE(4387), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), + [anon_sym_STAR] = ACTIONS(1065), [sym_label] = ACTIONS(327), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(3096), @@ -248068,10 +252990,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(329), [anon_sym_DASH_DASH] = ACTIONS(329), [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -248087,68 +253009,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1982] = { - [sym__expression] = STATE(4386), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [2032] = { + [sym__expression] = STATE(4372), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), + [anon_sym_STAR] = ACTIONS(1065), [sym_label] = ACTIONS(327), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(3096), @@ -248164,10 +253086,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(329), [anon_sym_DASH_DASH] = ACTIONS(329), [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -248183,68 +253105,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1983] = { - [sym__expression] = STATE(4400), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [2033] = { + [sym__expression] = STATE(4423), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), + [anon_sym_STAR] = ACTIONS(1065), [sym_label] = ACTIONS(327), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(3096), @@ -248260,10 +253182,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(329), [anon_sym_DASH_DASH] = ACTIONS(329), [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -248279,68 +253201,164 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1984] = { - [sym__expression] = STATE(4390), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [2034] = { + [sym__expression] = STATE(3953), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4931), + [sym_parenthesized_expression] = STATE(4931), + [sym_collection_literal] = STATE(4931), + [sym__literal_constant] = STATE(4931), + [sym_string_literal] = STATE(4931), + [sym_lambda_literal] = STATE(4931), + [sym_anonymous_function] = STATE(4931), + [sym__function_literal] = STATE(4931), + [sym_object_literal] = STATE(4931), + [sym_this_expression] = STATE(4931), + [sym_super_expression] = STATE(4931), + [sym_if_expression] = STATE(4931), + [sym_when_expression] = STATE(4931), + [sym_try_expression] = STATE(4931), + [sym_jump_expression] = STATE(4931), + [sym_callable_reference] = STATE(4931), + [sym__prefix_unary_operator] = STATE(1665), + [sym_annotation] = STATE(1665), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4928), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4931), + [sym_long_literal] = STATE(4931), + [sym_boolean_literal] = STATE(4931), + [sym_character_literal] = STATE(4931), + [sym__lexical_identifier] = STATE(4566), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1902), + [anon_sym_fun] = ACTIONS(1982), + [anon_sym_get] = ACTIONS(7), + [anon_sym_set] = ACTIONS(7), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(1243), + [sym_label] = ACTIONS(793), + [anon_sym_null] = ACTIONS(1906), + [anon_sym_if] = ACTIONS(55), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(61), + [anon_sym_return] = ACTIONS(63), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(793), + [anon_sym_DASH] = ACTIONS(793), + [anon_sym_PLUS_PLUS] = ACTIONS(795), + [anon_sym_DASH_DASH] = ACTIONS(795), + [anon_sym_BANG] = ACTIONS(795), + [anon_sym_data] = ACTIONS(7), + [anon_sym_inner] = ACTIONS(7), + [anon_sym_expect] = ACTIONS(7), + [anon_sym_actual] = ACTIONS(7), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [sym_real_literal] = ACTIONS(1908), + [sym_integer_literal] = ACTIONS(99), + [sym_hex_literal] = ACTIONS(101), + [sym_bin_literal] = ACTIONS(101), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SQUOTE] = ACTIONS(105), + [sym__backtick_identifier] = ACTIONS(107), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(109), + }, + [2035] = { + [sym__expression] = STATE(4303), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), + [anon_sym_STAR] = ACTIONS(1065), [sym_label] = ACTIONS(327), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(3096), @@ -248356,10 +253374,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(329), [anon_sym_DASH_DASH] = ACTIONS(329), [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -248375,1719 +253393,1623 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [1985] = { - [sym__expression] = STATE(478), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2001), - [sym_annotation] = STATE(2001), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(266), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1646), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(901), - [sym_label] = ACTIONS(911), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(1648), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(1650), - [anon_sym_return] = ACTIONS(1652), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(911), - [anon_sym_DASH] = ACTIONS(911), - [anon_sym_PLUS_PLUS] = ACTIONS(913), - [anon_sym_DASH_DASH] = ACTIONS(913), - [anon_sym_BANG] = ACTIONS(913), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), + [2036] = { + [sym_type_constraints] = STATE(2443), + [sym_property_delegate] = STATE(2618), + [sym_getter] = STATE(3702), + [sym_setter] = STATE(3702), + [sym_modifiers] = STATE(8721), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1752), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1754), + [anon_sym_as] = ACTIONS(1752), + [anon_sym_EQ] = ACTIONS(5824), + [anon_sym_LBRACE] = ACTIONS(1754), + [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_LPAREN] = ACTIONS(1754), + [anon_sym_by] = ACTIONS(5782), + [anon_sym_LT] = ACTIONS(1752), + [anon_sym_GT] = ACTIONS(1752), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(1752), + [anon_sym_SEMI] = ACTIONS(3756), + [anon_sym_get] = ACTIONS(5812), + [anon_sym_set] = ACTIONS(5814), + [anon_sym_STAR] = ACTIONS(1752), + [sym_label] = ACTIONS(1754), + [anon_sym_in] = ACTIONS(1752), + [anon_sym_DOT_DOT] = ACTIONS(1754), + [anon_sym_QMARK_COLON] = ACTIONS(1754), + [anon_sym_AMP_AMP] = ACTIONS(1754), + [anon_sym_PIPE_PIPE] = ACTIONS(1754), + [anon_sym_else] = ACTIONS(1752), + [anon_sym_COLON_COLON] = ACTIONS(1754), + [anon_sym_PLUS_EQ] = ACTIONS(1754), + [anon_sym_DASH_EQ] = ACTIONS(1754), + [anon_sym_STAR_EQ] = ACTIONS(1754), + [anon_sym_SLASH_EQ] = ACTIONS(1754), + [anon_sym_PERCENT_EQ] = ACTIONS(1754), + [anon_sym_BANG_EQ] = ACTIONS(1752), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), + [anon_sym_EQ_EQ] = ACTIONS(1752), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), + [anon_sym_LT_EQ] = ACTIONS(1754), + [anon_sym_GT_EQ] = ACTIONS(1754), + [anon_sym_BANGin] = ACTIONS(1754), + [anon_sym_is] = ACTIONS(1752), + [anon_sym_BANGis] = ACTIONS(1754), + [anon_sym_PLUS] = ACTIONS(1752), + [anon_sym_DASH] = ACTIONS(1752), + [anon_sym_SLASH] = ACTIONS(1752), + [anon_sym_PERCENT] = ACTIONS(1752), + [anon_sym_as_QMARK] = ACTIONS(1754), + [anon_sym_PLUS_PLUS] = ACTIONS(1754), + [anon_sym_DASH_DASH] = ACTIONS(1754), + [anon_sym_BANG_BANG] = ACTIONS(1754), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1754), + [sym__automatic_semicolon] = ACTIONS(1754), + [sym_safe_nav] = ACTIONS(1754), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), }, - [1986] = { - [sym__expression] = STATE(474), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2001), - [sym_annotation] = STATE(2001), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), + [2037] = { + [sym__expression] = STATE(297), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2340), + [sym_annotation] = STATE(2340), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), [sym__return_at] = STATE(266), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), + [sym__alpha_identifier] = ACTIONS(537), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(539), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), + [anon_sym_LPAREN] = ACTIONS(549), [anon_sym_object] = ACTIONS(1614), [anon_sym_fun] = ACTIONS(1646), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(901), - [sym_label] = ACTIONS(911), + [anon_sym_get] = ACTIONS(537), + [anon_sym_set] = ACTIONS(537), + [anon_sym_this] = ACTIONS(561), + [anon_sym_super] = ACTIONS(563), + [anon_sym_STAR] = ACTIONS(905), + [sym_label] = ACTIONS(915), [anon_sym_null] = ACTIONS(1618), [anon_sym_if] = ACTIONS(1648), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), + [anon_sym_when] = ACTIONS(579), + [anon_sym_try] = ACTIONS(581), [anon_sym_throw] = ACTIONS(1650), [anon_sym_return] = ACTIONS(1652), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(911), - [anon_sym_DASH] = ACTIONS(911), - [anon_sym_PLUS_PLUS] = ACTIONS(913), - [anon_sym_DASH_DASH] = ACTIONS(913), - [anon_sym_BANG] = ACTIONS(913), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), + [anon_sym_continue] = ACTIONS(587), + [anon_sym_break] = ACTIONS(587), + [anon_sym_COLON_COLON] = ACTIONS(589), + [anon_sym_PLUS] = ACTIONS(915), + [anon_sym_DASH] = ACTIONS(915), + [anon_sym_PLUS_PLUS] = ACTIONS(917), + [anon_sym_DASH_DASH] = ACTIONS(917), + [anon_sym_BANG] = ACTIONS(917), + [anon_sym_data] = ACTIONS(537), + [anon_sym_inner] = ACTIONS(537), + [anon_sym_expect] = ACTIONS(537), + [anon_sym_actual] = ACTIONS(537), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(599), + [anon_sym_break_AT] = ACTIONS(601), [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), + [sym_integer_literal] = ACTIONS(605), + [sym_hex_literal] = ACTIONS(607), + [sym_bin_literal] = ACTIONS(607), + [anon_sym_true] = ACTIONS(609), + [anon_sym_false] = ACTIONS(609), + [anon_sym_SQUOTE] = ACTIONS(611), + [sym__backtick_identifier] = ACTIONS(613), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), + [sym__string_start] = ACTIONS(615), }, - [1987] = { - [sym__expression] = STATE(473), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2001), - [sym_annotation] = STATE(2001), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), + [2038] = { + [sym__expression] = STATE(309), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2340), + [sym_annotation] = STATE(2340), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), [sym__return_at] = STATE(266), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), + [sym__alpha_identifier] = ACTIONS(537), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(539), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), + [anon_sym_LPAREN] = ACTIONS(549), [anon_sym_object] = ACTIONS(1614), [anon_sym_fun] = ACTIONS(1646), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(901), - [sym_label] = ACTIONS(911), + [anon_sym_get] = ACTIONS(537), + [anon_sym_set] = ACTIONS(537), + [anon_sym_this] = ACTIONS(561), + [anon_sym_super] = ACTIONS(563), + [anon_sym_STAR] = ACTIONS(905), + [sym_label] = ACTIONS(915), [anon_sym_null] = ACTIONS(1618), [anon_sym_if] = ACTIONS(1648), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), + [anon_sym_when] = ACTIONS(579), + [anon_sym_try] = ACTIONS(581), [anon_sym_throw] = ACTIONS(1650), [anon_sym_return] = ACTIONS(1652), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(911), - [anon_sym_DASH] = ACTIONS(911), - [anon_sym_PLUS_PLUS] = ACTIONS(913), - [anon_sym_DASH_DASH] = ACTIONS(913), - [anon_sym_BANG] = ACTIONS(913), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), - }, - [1988] = { - [sym__expression] = STATE(4416), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), - [sym_label] = ACTIONS(327), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(3096), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(3098), - [anon_sym_return] = ACTIONS(3100), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(327), - [anon_sym_DASH] = ACTIONS(327), - [anon_sym_PLUS_PLUS] = ACTIONS(329), - [anon_sym_DASH_DASH] = ACTIONS(329), - [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), - }, - [1989] = { - [sym__expression] = STATE(4413), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), - [sym_label] = ACTIONS(327), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(3096), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(3098), - [anon_sym_return] = ACTIONS(3100), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(327), - [anon_sym_DASH] = ACTIONS(327), - [anon_sym_PLUS_PLUS] = ACTIONS(329), - [anon_sym_DASH_DASH] = ACTIONS(329), - [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_continue] = ACTIONS(587), + [anon_sym_break] = ACTIONS(587), + [anon_sym_COLON_COLON] = ACTIONS(589), + [anon_sym_PLUS] = ACTIONS(915), + [anon_sym_DASH] = ACTIONS(915), + [anon_sym_PLUS_PLUS] = ACTIONS(917), + [anon_sym_DASH_DASH] = ACTIONS(917), + [anon_sym_BANG] = ACTIONS(917), + [anon_sym_data] = ACTIONS(537), + [anon_sym_inner] = ACTIONS(537), + [anon_sym_expect] = ACTIONS(537), + [anon_sym_actual] = ACTIONS(537), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(599), + [anon_sym_break_AT] = ACTIONS(601), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(605), + [sym_hex_literal] = ACTIONS(607), + [sym_bin_literal] = ACTIONS(607), + [anon_sym_true] = ACTIONS(609), + [anon_sym_false] = ACTIONS(609), + [anon_sym_SQUOTE] = ACTIONS(611), + [sym__backtick_identifier] = ACTIONS(613), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), + [sym__string_start] = ACTIONS(615), }, - [1990] = { - [sym__expression] = STATE(472), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2001), - [sym_annotation] = STATE(2001), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(266), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), + [2039] = { + [sym__expression] = STATE(536), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2117), + [sym_annotation] = STATE(2117), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(270), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), + [sym__alpha_identifier] = ACTIONS(537), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(539), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), + [anon_sym_LPAREN] = ACTIONS(549), [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1646), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(901), - [sym_label] = ACTIONS(911), + [anon_sym_fun] = ACTIONS(1678), + [anon_sym_get] = ACTIONS(537), + [anon_sym_set] = ACTIONS(537), + [anon_sym_this] = ACTIONS(561), + [anon_sym_super] = ACTIONS(563), + [anon_sym_STAR] = ACTIONS(995), + [sym_label] = ACTIONS(1003), [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(1648), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(1650), - [anon_sym_return] = ACTIONS(1652), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(911), - [anon_sym_DASH] = ACTIONS(911), - [anon_sym_PLUS_PLUS] = ACTIONS(913), - [anon_sym_DASH_DASH] = ACTIONS(913), - [anon_sym_BANG] = ACTIONS(913), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1680), + [anon_sym_when] = ACTIONS(579), + [anon_sym_try] = ACTIONS(581), + [anon_sym_throw] = ACTIONS(1682), + [anon_sym_return] = ACTIONS(1684), + [anon_sym_continue] = ACTIONS(587), + [anon_sym_break] = ACTIONS(587), + [anon_sym_COLON_COLON] = ACTIONS(589), + [anon_sym_PLUS] = ACTIONS(1003), + [anon_sym_DASH] = ACTIONS(1003), + [anon_sym_PLUS_PLUS] = ACTIONS(1005), + [anon_sym_DASH_DASH] = ACTIONS(1005), + [anon_sym_BANG] = ACTIONS(1005), + [anon_sym_data] = ACTIONS(537), + [anon_sym_inner] = ACTIONS(537), + [anon_sym_expect] = ACTIONS(537), + [anon_sym_actual] = ACTIONS(537), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(599), + [anon_sym_break_AT] = ACTIONS(601), [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), + [sym_integer_literal] = ACTIONS(605), + [sym_hex_literal] = ACTIONS(607), + [sym_bin_literal] = ACTIONS(607), + [anon_sym_true] = ACTIONS(609), + [anon_sym_false] = ACTIONS(609), + [anon_sym_SQUOTE] = ACTIONS(611), + [sym__backtick_identifier] = ACTIONS(613), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), + [sym__string_start] = ACTIONS(615), }, - [1991] = { - [sym__expression] = STATE(470), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2001), - [sym_annotation] = STATE(2001), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(266), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), + [2040] = { + [sym__expression] = STATE(537), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2117), + [sym_annotation] = STATE(2117), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(270), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), + [sym__alpha_identifier] = ACTIONS(537), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(539), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), + [anon_sym_LPAREN] = ACTIONS(549), [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1646), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(901), - [sym_label] = ACTIONS(911), + [anon_sym_fun] = ACTIONS(1678), + [anon_sym_get] = ACTIONS(537), + [anon_sym_set] = ACTIONS(537), + [anon_sym_this] = ACTIONS(561), + [anon_sym_super] = ACTIONS(563), + [anon_sym_STAR] = ACTIONS(995), + [sym_label] = ACTIONS(1003), [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(1648), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(1650), - [anon_sym_return] = ACTIONS(1652), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(911), - [anon_sym_DASH] = ACTIONS(911), - [anon_sym_PLUS_PLUS] = ACTIONS(913), - [anon_sym_DASH_DASH] = ACTIONS(913), - [anon_sym_BANG] = ACTIONS(913), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1680), + [anon_sym_when] = ACTIONS(579), + [anon_sym_try] = ACTIONS(581), + [anon_sym_throw] = ACTIONS(1682), + [anon_sym_return] = ACTIONS(1684), + [anon_sym_continue] = ACTIONS(587), + [anon_sym_break] = ACTIONS(587), + [anon_sym_COLON_COLON] = ACTIONS(589), + [anon_sym_PLUS] = ACTIONS(1003), + [anon_sym_DASH] = ACTIONS(1003), + [anon_sym_PLUS_PLUS] = ACTIONS(1005), + [anon_sym_DASH_DASH] = ACTIONS(1005), + [anon_sym_BANG] = ACTIONS(1005), + [anon_sym_data] = ACTIONS(537), + [anon_sym_inner] = ACTIONS(537), + [anon_sym_expect] = ACTIONS(537), + [anon_sym_actual] = ACTIONS(537), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(599), + [anon_sym_break_AT] = ACTIONS(601), [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), + [sym_integer_literal] = ACTIONS(605), + [sym_hex_literal] = ACTIONS(607), + [sym_bin_literal] = ACTIONS(607), + [anon_sym_true] = ACTIONS(609), + [anon_sym_false] = ACTIONS(609), + [anon_sym_SQUOTE] = ACTIONS(611), + [sym__backtick_identifier] = ACTIONS(613), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), + [sym__string_start] = ACTIONS(615), }, - [1992] = { - [sym__expression] = STATE(4382), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), - [sym_label] = ACTIONS(327), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(3096), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(3098), - [anon_sym_return] = ACTIONS(3100), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(327), - [anon_sym_DASH] = ACTIONS(327), - [anon_sym_PLUS_PLUS] = ACTIONS(329), - [anon_sym_DASH_DASH] = ACTIONS(329), - [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), + [2041] = { + [sym__alpha_identifier] = ACTIONS(4285), + [anon_sym_AT] = ACTIONS(4288), + [anon_sym_LBRACK] = ACTIONS(4288), + [anon_sym_as] = ACTIONS(4293), + [anon_sym_LBRACE] = ACTIONS(4288), + [anon_sym_RBRACE] = ACTIONS(4291), + [anon_sym_LPAREN] = ACTIONS(5826), + [anon_sym_RPAREN] = ACTIONS(4291), + [anon_sym_LT] = ACTIONS(4293), + [anon_sym_GT] = ACTIONS(4293), + [anon_sym_object] = ACTIONS(3943), + [anon_sym_fun] = ACTIONS(3943), + [anon_sym_DOT] = ACTIONS(4293), + [anon_sym_SEMI] = ACTIONS(4291), + [anon_sym_get] = ACTIONS(4285), + [anon_sym_set] = ACTIONS(4285), + [anon_sym_this] = ACTIONS(3943), + [anon_sym_super] = ACTIONS(3943), + [anon_sym_STAR] = ACTIONS(4288), + [sym_label] = ACTIONS(4285), + [anon_sym_in] = ACTIONS(4293), + [anon_sym_while] = ACTIONS(4293), + [anon_sym_DOT_DOT] = ACTIONS(4291), + [anon_sym_QMARK_COLON] = ACTIONS(4291), + [anon_sym_AMP_AMP] = ACTIONS(4291), + [anon_sym_PIPE_PIPE] = ACTIONS(4291), + [anon_sym_null] = ACTIONS(3943), + [anon_sym_if] = ACTIONS(3943), + [anon_sym_else] = ACTIONS(4293), + [anon_sym_when] = ACTIONS(3943), + [anon_sym_try] = ACTIONS(3943), + [anon_sym_throw] = ACTIONS(3943), + [anon_sym_return] = ACTIONS(3943), + [anon_sym_continue] = ACTIONS(3943), + [anon_sym_break] = ACTIONS(3943), + [anon_sym_COLON_COLON] = ACTIONS(4288), + [anon_sym_BANG_EQ] = ACTIONS(4293), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4291), + [anon_sym_EQ_EQ] = ACTIONS(4293), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4291), + [anon_sym_LT_EQ] = ACTIONS(4291), + [anon_sym_GT_EQ] = ACTIONS(4291), + [anon_sym_BANGin] = ACTIONS(4291), + [anon_sym_is] = ACTIONS(4293), + [anon_sym_BANGis] = ACTIONS(4291), + [anon_sym_PLUS] = ACTIONS(4285), + [anon_sym_DASH] = ACTIONS(4285), + [anon_sym_SLASH] = ACTIONS(4293), + [anon_sym_PERCENT] = ACTIONS(4291), + [anon_sym_as_QMARK] = ACTIONS(4291), + [anon_sym_PLUS_PLUS] = ACTIONS(4288), + [anon_sym_DASH_DASH] = ACTIONS(4288), + [anon_sym_BANG] = ACTIONS(3943), + [anon_sym_BANG_BANG] = ACTIONS(4291), + [anon_sym_suspend] = ACTIONS(4293), + [anon_sym_sealed] = ACTIONS(4293), + [anon_sym_annotation] = ACTIONS(4293), + [anon_sym_data] = ACTIONS(4285), + [anon_sym_inner] = ACTIONS(4285), + [anon_sym_override] = ACTIONS(4293), + [anon_sym_lateinit] = ACTIONS(4293), + [anon_sym_public] = ACTIONS(4293), + [anon_sym_private] = ACTIONS(4293), + [anon_sym_internal] = ACTIONS(4293), + [anon_sym_protected] = ACTIONS(4293), + [anon_sym_tailrec] = ACTIONS(4293), + [anon_sym_operator] = ACTIONS(4293), + [anon_sym_infix] = ACTIONS(4293), + [anon_sym_inline] = ACTIONS(4293), + [anon_sym_external] = ACTIONS(4293), + [sym_property_modifier] = ACTIONS(4293), + [anon_sym_abstract] = ACTIONS(4293), + [anon_sym_final] = ACTIONS(4293), + [anon_sym_open] = ACTIONS(4293), + [anon_sym_vararg] = ACTIONS(4293), + [anon_sym_noinline] = ACTIONS(4293), + [anon_sym_crossinline] = ACTIONS(4293), + [anon_sym_expect] = ACTIONS(4285), + [anon_sym_actual] = ACTIONS(4285), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3948), + [anon_sym_continue_AT] = ACTIONS(3948), + [anon_sym_break_AT] = ACTIONS(3948), + [sym_real_literal] = ACTIONS(3948), + [sym_integer_literal] = ACTIONS(3943), + [sym_hex_literal] = ACTIONS(3948), + [sym_bin_literal] = ACTIONS(3948), + [anon_sym_true] = ACTIONS(3943), + [anon_sym_false] = ACTIONS(3943), + [anon_sym_SQUOTE] = ACTIONS(3948), + [sym__backtick_identifier] = ACTIONS(4288), + [sym_safe_nav] = ACTIONS(4291), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3948), }, - [1993] = { - [sym__expression] = STATE(4356), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), - [sym_label] = ACTIONS(327), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(3096), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(3098), - [anon_sym_return] = ACTIONS(3100), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(327), - [anon_sym_DASH] = ACTIONS(327), - [anon_sym_PLUS_PLUS] = ACTIONS(329), - [anon_sym_DASH_DASH] = ACTIONS(329), - [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [2042] = { + [sym__alpha_identifier] = ACTIONS(4142), + [anon_sym_AT] = ACTIONS(4145), + [anon_sym_LBRACK] = ACTIONS(4145), + [anon_sym_as] = ACTIONS(4150), + [anon_sym_LBRACE] = ACTIONS(4145), + [anon_sym_RBRACE] = ACTIONS(4148), + [anon_sym_LPAREN] = ACTIONS(5830), + [anon_sym_RPAREN] = ACTIONS(4148), + [anon_sym_LT] = ACTIONS(4150), + [anon_sym_GT] = ACTIONS(4150), + [anon_sym_object] = ACTIONS(3943), + [anon_sym_fun] = ACTIONS(3943), + [anon_sym_DOT] = ACTIONS(4150), + [anon_sym_SEMI] = ACTIONS(4148), + [anon_sym_get] = ACTIONS(4142), + [anon_sym_set] = ACTIONS(4142), + [anon_sym_this] = ACTIONS(3943), + [anon_sym_super] = ACTIONS(3943), + [anon_sym_STAR] = ACTIONS(4145), + [sym_label] = ACTIONS(4142), + [anon_sym_in] = ACTIONS(4150), + [anon_sym_while] = ACTIONS(4150), + [anon_sym_DOT_DOT] = ACTIONS(4148), + [anon_sym_QMARK_COLON] = ACTIONS(4148), + [anon_sym_AMP_AMP] = ACTIONS(4148), + [anon_sym_PIPE_PIPE] = ACTIONS(4148), + [anon_sym_null] = ACTIONS(3943), + [anon_sym_if] = ACTIONS(3943), + [anon_sym_else] = ACTIONS(4150), + [anon_sym_when] = ACTIONS(3943), + [anon_sym_try] = ACTIONS(3943), + [anon_sym_throw] = ACTIONS(3943), + [anon_sym_return] = ACTIONS(3943), + [anon_sym_continue] = ACTIONS(3943), + [anon_sym_break] = ACTIONS(3943), + [anon_sym_COLON_COLON] = ACTIONS(4145), + [anon_sym_BANG_EQ] = ACTIONS(4150), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4148), + [anon_sym_EQ_EQ] = ACTIONS(4150), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4148), + [anon_sym_LT_EQ] = ACTIONS(4148), + [anon_sym_GT_EQ] = ACTIONS(4148), + [anon_sym_BANGin] = ACTIONS(4148), + [anon_sym_is] = ACTIONS(4150), + [anon_sym_BANGis] = ACTIONS(4148), + [anon_sym_PLUS] = ACTIONS(4142), + [anon_sym_DASH] = ACTIONS(4142), + [anon_sym_SLASH] = ACTIONS(4150), + [anon_sym_PERCENT] = ACTIONS(4148), + [anon_sym_as_QMARK] = ACTIONS(4148), + [anon_sym_PLUS_PLUS] = ACTIONS(4145), + [anon_sym_DASH_DASH] = ACTIONS(4145), + [anon_sym_BANG] = ACTIONS(3943), + [anon_sym_BANG_BANG] = ACTIONS(4148), + [anon_sym_suspend] = ACTIONS(4150), + [anon_sym_sealed] = ACTIONS(4150), + [anon_sym_annotation] = ACTIONS(4150), + [anon_sym_data] = ACTIONS(4142), + [anon_sym_inner] = ACTIONS(4142), + [anon_sym_override] = ACTIONS(4150), + [anon_sym_lateinit] = ACTIONS(4150), + [anon_sym_public] = ACTIONS(4150), + [anon_sym_private] = ACTIONS(4150), + [anon_sym_internal] = ACTIONS(4150), + [anon_sym_protected] = ACTIONS(4150), + [anon_sym_tailrec] = ACTIONS(4150), + [anon_sym_operator] = ACTIONS(4150), + [anon_sym_infix] = ACTIONS(4150), + [anon_sym_inline] = ACTIONS(4150), + [anon_sym_external] = ACTIONS(4150), + [sym_property_modifier] = ACTIONS(4150), + [anon_sym_abstract] = ACTIONS(4150), + [anon_sym_final] = ACTIONS(4150), + [anon_sym_open] = ACTIONS(4150), + [anon_sym_vararg] = ACTIONS(4150), + [anon_sym_noinline] = ACTIONS(4150), + [anon_sym_crossinline] = ACTIONS(4150), + [anon_sym_expect] = ACTIONS(4142), + [anon_sym_actual] = ACTIONS(4142), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), + [anon_sym_return_AT] = ACTIONS(3948), + [anon_sym_continue_AT] = ACTIONS(3948), + [anon_sym_break_AT] = ACTIONS(3948), + [sym_real_literal] = ACTIONS(3948), + [sym_integer_literal] = ACTIONS(3943), + [sym_hex_literal] = ACTIONS(3948), + [sym_bin_literal] = ACTIONS(3948), + [anon_sym_true] = ACTIONS(3943), + [anon_sym_false] = ACTIONS(3943), + [anon_sym_SQUOTE] = ACTIONS(3948), + [sym__backtick_identifier] = ACTIONS(4145), + [sym_safe_nav] = ACTIONS(4148), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3948), }, - [1994] = { - [sym__expression] = STATE(4347), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), - [sym_label] = ACTIONS(327), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(3096), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(3098), - [anon_sym_return] = ACTIONS(3100), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(327), - [anon_sym_DASH] = ACTIONS(327), - [anon_sym_PLUS_PLUS] = ACTIONS(329), - [anon_sym_DASH_DASH] = ACTIONS(329), - [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [2043] = { + [sym__expression] = STATE(853), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(1711), + [sym_annotation] = STATE(1711), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(268), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), + [sym__alpha_identifier] = ACTIONS(111), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1662), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(1085), + [sym_label] = ACTIONS(1093), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(1664), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(1666), + [anon_sym_return] = ACTIONS(1668), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(1093), + [anon_sym_DASH] = ACTIONS(1093), + [anon_sym_PLUS_PLUS] = ACTIONS(1095), + [anon_sym_DASH_DASH] = ACTIONS(1095), + [anon_sym_BANG] = ACTIONS(1095), + [anon_sym_data] = ACTIONS(111), + [anon_sym_inner] = ACTIONS(111), + [anon_sym_expect] = ACTIONS(111), + [anon_sym_actual] = ACTIONS(111), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(1411), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), + [sym__string_start] = ACTIONS(197), }, - [1995] = { - [sym__expression] = STATE(469), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2001), - [sym_annotation] = STATE(2001), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), + [2044] = { + [sym__expression] = STATE(308), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2340), + [sym_annotation] = STATE(2340), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), [sym__return_at] = STATE(266), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), + [sym__alpha_identifier] = ACTIONS(537), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(539), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), + [anon_sym_LPAREN] = ACTIONS(549), [anon_sym_object] = ACTIONS(1614), [anon_sym_fun] = ACTIONS(1646), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(901), - [sym_label] = ACTIONS(911), + [anon_sym_get] = ACTIONS(537), + [anon_sym_set] = ACTIONS(537), + [anon_sym_this] = ACTIONS(561), + [anon_sym_super] = ACTIONS(563), + [anon_sym_STAR] = ACTIONS(905), + [sym_label] = ACTIONS(915), [anon_sym_null] = ACTIONS(1618), [anon_sym_if] = ACTIONS(1648), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), + [anon_sym_when] = ACTIONS(579), + [anon_sym_try] = ACTIONS(581), [anon_sym_throw] = ACTIONS(1650), [anon_sym_return] = ACTIONS(1652), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(911), - [anon_sym_DASH] = ACTIONS(911), - [anon_sym_PLUS_PLUS] = ACTIONS(913), - [anon_sym_DASH_DASH] = ACTIONS(913), - [anon_sym_BANG] = ACTIONS(913), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), + [anon_sym_continue] = ACTIONS(587), + [anon_sym_break] = ACTIONS(587), + [anon_sym_COLON_COLON] = ACTIONS(589), + [anon_sym_PLUS] = ACTIONS(915), + [anon_sym_DASH] = ACTIONS(915), + [anon_sym_PLUS_PLUS] = ACTIONS(917), + [anon_sym_DASH_DASH] = ACTIONS(917), + [anon_sym_BANG] = ACTIONS(917), + [anon_sym_data] = ACTIONS(537), + [anon_sym_inner] = ACTIONS(537), + [anon_sym_expect] = ACTIONS(537), + [anon_sym_actual] = ACTIONS(537), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(599), + [anon_sym_break_AT] = ACTIONS(601), [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), + [sym_integer_literal] = ACTIONS(605), + [sym_hex_literal] = ACTIONS(607), + [sym_bin_literal] = ACTIONS(607), + [anon_sym_true] = ACTIONS(609), + [anon_sym_false] = ACTIONS(609), + [anon_sym_SQUOTE] = ACTIONS(611), + [sym__backtick_identifier] = ACTIONS(613), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), + [sym__string_start] = ACTIONS(615), }, - [1996] = { - [sym__expression] = STATE(465), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2001), - [sym_annotation] = STATE(2001), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), + [2045] = { + [sym__expression] = STATE(307), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2340), + [sym_annotation] = STATE(2340), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), [sym__return_at] = STATE(266), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), + [sym__alpha_identifier] = ACTIONS(537), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(539), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), + [anon_sym_LPAREN] = ACTIONS(549), [anon_sym_object] = ACTIONS(1614), [anon_sym_fun] = ACTIONS(1646), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(901), - [sym_label] = ACTIONS(911), + [anon_sym_get] = ACTIONS(537), + [anon_sym_set] = ACTIONS(537), + [anon_sym_this] = ACTIONS(561), + [anon_sym_super] = ACTIONS(563), + [anon_sym_STAR] = ACTIONS(905), + [sym_label] = ACTIONS(915), [anon_sym_null] = ACTIONS(1618), [anon_sym_if] = ACTIONS(1648), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), + [anon_sym_when] = ACTIONS(579), + [anon_sym_try] = ACTIONS(581), [anon_sym_throw] = ACTIONS(1650), [anon_sym_return] = ACTIONS(1652), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(911), - [anon_sym_DASH] = ACTIONS(911), - [anon_sym_PLUS_PLUS] = ACTIONS(913), - [anon_sym_DASH_DASH] = ACTIONS(913), - [anon_sym_BANG] = ACTIONS(913), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), - }, - [1997] = { - [sym__expression] = STATE(464), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2001), - [sym_annotation] = STATE(2001), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(266), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1646), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(901), - [sym_label] = ACTIONS(911), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(1648), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(1650), - [anon_sym_return] = ACTIONS(1652), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(911), - [anon_sym_DASH] = ACTIONS(911), - [anon_sym_PLUS_PLUS] = ACTIONS(913), - [anon_sym_DASH_DASH] = ACTIONS(913), - [anon_sym_BANG] = ACTIONS(913), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), + [anon_sym_continue] = ACTIONS(587), + [anon_sym_break] = ACTIONS(587), + [anon_sym_COLON_COLON] = ACTIONS(589), + [anon_sym_PLUS] = ACTIONS(915), + [anon_sym_DASH] = ACTIONS(915), + [anon_sym_PLUS_PLUS] = ACTIONS(917), + [anon_sym_DASH_DASH] = ACTIONS(917), + [anon_sym_BANG] = ACTIONS(917), + [anon_sym_data] = ACTIONS(537), + [anon_sym_inner] = ACTIONS(537), + [anon_sym_expect] = ACTIONS(537), + [anon_sym_actual] = ACTIONS(537), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(599), + [anon_sym_break_AT] = ACTIONS(601), [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), + [sym_integer_literal] = ACTIONS(605), + [sym_hex_literal] = ACTIONS(607), + [sym_bin_literal] = ACTIONS(607), + [anon_sym_true] = ACTIONS(609), + [anon_sym_false] = ACTIONS(609), + [anon_sym_SQUOTE] = ACTIONS(611), + [sym__backtick_identifier] = ACTIONS(613), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), + [sym__string_start] = ACTIONS(615), }, - [1998] = { - [sym__expression] = STATE(467), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2001), - [sym_annotation] = STATE(2001), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(266), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), + [2046] = { + [sym__expression] = STATE(540), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2117), + [sym_annotation] = STATE(2117), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(270), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), + [sym__alpha_identifier] = ACTIONS(537), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(539), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), + [anon_sym_LPAREN] = ACTIONS(549), [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1646), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(901), - [sym_label] = ACTIONS(911), + [anon_sym_fun] = ACTIONS(1678), + [anon_sym_get] = ACTIONS(537), + [anon_sym_set] = ACTIONS(537), + [anon_sym_this] = ACTIONS(561), + [anon_sym_super] = ACTIONS(563), + [anon_sym_STAR] = ACTIONS(995), + [sym_label] = ACTIONS(1003), [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(1648), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(1650), - [anon_sym_return] = ACTIONS(1652), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(911), - [anon_sym_DASH] = ACTIONS(911), - [anon_sym_PLUS_PLUS] = ACTIONS(913), - [anon_sym_DASH_DASH] = ACTIONS(913), - [anon_sym_BANG] = ACTIONS(913), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1680), + [anon_sym_when] = ACTIONS(579), + [anon_sym_try] = ACTIONS(581), + [anon_sym_throw] = ACTIONS(1682), + [anon_sym_return] = ACTIONS(1684), + [anon_sym_continue] = ACTIONS(587), + [anon_sym_break] = ACTIONS(587), + [anon_sym_COLON_COLON] = ACTIONS(589), + [anon_sym_PLUS] = ACTIONS(1003), + [anon_sym_DASH] = ACTIONS(1003), + [anon_sym_PLUS_PLUS] = ACTIONS(1005), + [anon_sym_DASH_DASH] = ACTIONS(1005), + [anon_sym_BANG] = ACTIONS(1005), + [anon_sym_data] = ACTIONS(537), + [anon_sym_inner] = ACTIONS(537), + [anon_sym_expect] = ACTIONS(537), + [anon_sym_actual] = ACTIONS(537), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(599), + [anon_sym_break_AT] = ACTIONS(601), [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), + [sym_integer_literal] = ACTIONS(605), + [sym_hex_literal] = ACTIONS(607), + [sym_bin_literal] = ACTIONS(607), + [anon_sym_true] = ACTIONS(609), + [anon_sym_false] = ACTIONS(609), + [anon_sym_SQUOTE] = ACTIONS(611), + [sym__backtick_identifier] = ACTIONS(613), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), + [sym__string_start] = ACTIONS(615), }, - [1999] = { - [sym__expression] = STATE(471), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2001), - [sym_annotation] = STATE(2001), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), + [2047] = { + [sym__expression] = STATE(1529), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(3399), + [sym_parenthesized_expression] = STATE(3399), + [sym_collection_literal] = STATE(3399), + [sym__literal_constant] = STATE(3399), + [sym_string_literal] = STATE(3399), + [sym_lambda_literal] = STATE(3399), + [sym_anonymous_function] = STATE(3399), + [sym__function_literal] = STATE(3399), + [sym_object_literal] = STATE(3399), + [sym_this_expression] = STATE(3399), + [sym_super_expression] = STATE(3399), + [sym_if_expression] = STATE(3399), + [sym_when_expression] = STATE(3399), + [sym_try_expression] = STATE(3399), + [sym_jump_expression] = STATE(3399), + [sym_callable_reference] = STATE(3399), + [sym__prefix_unary_operator] = STATE(1868), + [sym_annotation] = STATE(1868), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3347), + [sym__return_at] = STATE(356), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(3399), + [sym_long_literal] = STATE(3399), + [sym_boolean_literal] = STATE(3399), + [sym_character_literal] = STATE(3399), + [sym__lexical_identifier] = STATE(2837), + [sym__alpha_identifier] = ACTIONS(333), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(335), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_LPAREN] = ACTIONS(345), + [anon_sym_object] = ACTIONS(1920), + [anon_sym_fun] = ACTIONS(2984), + [anon_sym_get] = ACTIONS(333), + [anon_sym_set] = ACTIONS(333), + [anon_sym_this] = ACTIONS(357), + [anon_sym_super] = ACTIONS(359), + [anon_sym_STAR] = ACTIONS(965), + [sym_label] = ACTIONS(975), + [anon_sym_null] = ACTIONS(1924), + [anon_sym_if] = ACTIONS(2986), + [anon_sym_when] = ACTIONS(375), + [anon_sym_try] = ACTIONS(377), + [anon_sym_throw] = ACTIONS(2988), + [anon_sym_return] = ACTIONS(2990), + [anon_sym_continue] = ACTIONS(383), + [anon_sym_break] = ACTIONS(383), + [anon_sym_COLON_COLON] = ACTIONS(385), + [anon_sym_PLUS] = ACTIONS(975), + [anon_sym_DASH] = ACTIONS(975), + [anon_sym_PLUS_PLUS] = ACTIONS(977), + [anon_sym_DASH_DASH] = ACTIONS(977), + [anon_sym_BANG] = ACTIONS(977), + [anon_sym_data] = ACTIONS(333), + [anon_sym_inner] = ACTIONS(333), + [anon_sym_expect] = ACTIONS(333), + [anon_sym_actual] = ACTIONS(333), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(395), + [anon_sym_break_AT] = ACTIONS(397), + [sym_real_literal] = ACTIONS(1926), + [sym_integer_literal] = ACTIONS(401), + [sym_hex_literal] = ACTIONS(403), + [sym_bin_literal] = ACTIONS(403), + [anon_sym_true] = ACTIONS(405), + [anon_sym_false] = ACTIONS(405), + [anon_sym_SQUOTE] = ACTIONS(407), + [sym__backtick_identifier] = ACTIONS(409), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(411), + }, + [2048] = { + [sym__expression] = STATE(306), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2340), + [sym_annotation] = STATE(2340), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), [sym__return_at] = STATE(266), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), + [sym__alpha_identifier] = ACTIONS(537), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(539), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), + [anon_sym_LPAREN] = ACTIONS(549), [anon_sym_object] = ACTIONS(1614), [anon_sym_fun] = ACTIONS(1646), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(901), - [sym_label] = ACTIONS(911), + [anon_sym_get] = ACTIONS(537), + [anon_sym_set] = ACTIONS(537), + [anon_sym_this] = ACTIONS(561), + [anon_sym_super] = ACTIONS(563), + [anon_sym_STAR] = ACTIONS(905), + [sym_label] = ACTIONS(915), [anon_sym_null] = ACTIONS(1618), [anon_sym_if] = ACTIONS(1648), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), + [anon_sym_when] = ACTIONS(579), + [anon_sym_try] = ACTIONS(581), [anon_sym_throw] = ACTIONS(1650), [anon_sym_return] = ACTIONS(1652), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(911), - [anon_sym_DASH] = ACTIONS(911), - [anon_sym_PLUS_PLUS] = ACTIONS(913), - [anon_sym_DASH_DASH] = ACTIONS(913), - [anon_sym_BANG] = ACTIONS(913), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), + [anon_sym_continue] = ACTIONS(587), + [anon_sym_break] = ACTIONS(587), + [anon_sym_COLON_COLON] = ACTIONS(589), + [anon_sym_PLUS] = ACTIONS(915), + [anon_sym_DASH] = ACTIONS(915), + [anon_sym_PLUS_PLUS] = ACTIONS(917), + [anon_sym_DASH_DASH] = ACTIONS(917), + [anon_sym_BANG] = ACTIONS(917), + [anon_sym_data] = ACTIONS(537), + [anon_sym_inner] = ACTIONS(537), + [anon_sym_expect] = ACTIONS(537), + [anon_sym_actual] = ACTIONS(537), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(599), + [anon_sym_break_AT] = ACTIONS(601), [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), + [sym_integer_literal] = ACTIONS(605), + [sym_hex_literal] = ACTIONS(607), + [sym_bin_literal] = ACTIONS(607), + [anon_sym_true] = ACTIONS(609), + [anon_sym_false] = ACTIONS(609), + [anon_sym_SQUOTE] = ACTIONS(611), + [sym__backtick_identifier] = ACTIONS(613), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), + [sym__string_start] = ACTIONS(615), }, - [2000] = { - [sym__expression] = STATE(521), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2238), - [sym_annotation] = STATE(2238), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(269), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1670), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1047), - [sym_label] = ACTIONS(1055), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(1672), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(1674), - [anon_sym_return] = ACTIONS(1676), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(1055), - [anon_sym_DASH] = ACTIONS(1055), - [anon_sym_PLUS_PLUS] = ACTIONS(1057), - [anon_sym_DASH_DASH] = ACTIONS(1057), - [anon_sym_BANG] = ACTIONS(1057), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), + [2049] = { + [sym_property_delegate] = STATE(2457), + [sym_getter] = STATE(4945), + [sym_setter] = STATE(4945), + [sym_modifiers] = STATE(8917), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_EQ] = ACTIONS(5673), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_COMMA] = ACTIONS(3280), + [anon_sym_by] = ACTIONS(5665), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_where] = ACTIONS(3278), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(5675), + [anon_sym_get] = ACTIONS(5669), + [anon_sym_set] = ACTIONS(5671), + [anon_sym_STAR] = ACTIONS(3278), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_PLUS_EQ] = ACTIONS(3280), + [anon_sym_DASH_EQ] = ACTIONS(3280), + [anon_sym_STAR_EQ] = ACTIONS(3280), + [anon_sym_SLASH_EQ] = ACTIONS(3280), + [anon_sym_PERCENT_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3278), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3280), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3280), + [sym__automatic_semicolon] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), }, - [2001] = { - [sym__expression] = STATE(475), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2001), - [sym_annotation] = STATE(2001), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), + [2050] = { + [sym__expression] = STATE(302), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2340), + [sym_annotation] = STATE(2340), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), [sym__return_at] = STATE(266), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), + [sym__alpha_identifier] = ACTIONS(537), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(539), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), + [anon_sym_LPAREN] = ACTIONS(549), [anon_sym_object] = ACTIONS(1614), [anon_sym_fun] = ACTIONS(1646), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(901), - [sym_label] = ACTIONS(911), + [anon_sym_get] = ACTIONS(537), + [anon_sym_set] = ACTIONS(537), + [anon_sym_this] = ACTIONS(561), + [anon_sym_super] = ACTIONS(563), + [anon_sym_STAR] = ACTIONS(905), + [sym_label] = ACTIONS(915), [anon_sym_null] = ACTIONS(1618), [anon_sym_if] = ACTIONS(1648), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), + [anon_sym_when] = ACTIONS(579), + [anon_sym_try] = ACTIONS(581), [anon_sym_throw] = ACTIONS(1650), [anon_sym_return] = ACTIONS(1652), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(911), - [anon_sym_DASH] = ACTIONS(911), - [anon_sym_PLUS_PLUS] = ACTIONS(913), - [anon_sym_DASH_DASH] = ACTIONS(913), - [anon_sym_BANG] = ACTIONS(913), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), + [anon_sym_continue] = ACTIONS(587), + [anon_sym_break] = ACTIONS(587), + [anon_sym_COLON_COLON] = ACTIONS(589), + [anon_sym_PLUS] = ACTIONS(915), + [anon_sym_DASH] = ACTIONS(915), + [anon_sym_PLUS_PLUS] = ACTIONS(917), + [anon_sym_DASH_DASH] = ACTIONS(917), + [anon_sym_BANG] = ACTIONS(917), + [anon_sym_data] = ACTIONS(537), + [anon_sym_inner] = ACTIONS(537), + [anon_sym_expect] = ACTIONS(537), + [anon_sym_actual] = ACTIONS(537), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(599), + [anon_sym_break_AT] = ACTIONS(601), [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), + [sym_integer_literal] = ACTIONS(605), + [sym_hex_literal] = ACTIONS(607), + [sym_bin_literal] = ACTIONS(607), + [anon_sym_true] = ACTIONS(609), + [anon_sym_false] = ACTIONS(609), + [anon_sym_SQUOTE] = ACTIONS(611), + [sym__backtick_identifier] = ACTIONS(613), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), + [sym__string_start] = ACTIONS(615), }, - [2002] = { - [sym__expression] = STATE(4294), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [2051] = { + [sym__expression] = STATE(668), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(2261), + [sym_annotation] = STATE(2261), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(262), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), + [sym__alpha_identifier] = ACTIONS(111), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1632), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(1253), + [sym_label] = ACTIONS(677), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(671), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(673), + [anon_sym_return] = ACTIONS(675), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(677), + [anon_sym_DASH] = ACTIONS(677), + [anon_sym_PLUS_PLUS] = ACTIONS(679), + [anon_sym_DASH_DASH] = ACTIONS(679), + [anon_sym_BANG] = ACTIONS(679), + [anon_sym_data] = ACTIONS(111), + [anon_sym_inner] = ACTIONS(111), + [anon_sym_expect] = ACTIONS(111), + [anon_sym_actual] = ACTIONS(111), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(1411), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(197), + }, + [2052] = { + [sym__expression] = STATE(4220), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(1897), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(331), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_fun] = ACTIONS(2020), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), - [sym_label] = ACTIONS(327), + [anon_sym_STAR] = ACTIONS(813), + [sym_label] = ACTIONS(821), [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(3096), + [anon_sym_if] = ACTIONS(2022), [anon_sym_when] = ACTIONS(245), [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(3098), - [anon_sym_return] = ACTIONS(3100), + [anon_sym_throw] = ACTIONS(2024), + [anon_sym_return] = ACTIONS(2026), [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(327), - [anon_sym_DASH] = ACTIONS(327), - [anon_sym_PLUS_PLUS] = ACTIONS(329), - [anon_sym_DASH_DASH] = ACTIONS(329), - [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(823), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -250103,279 +255025,279 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [2003] = { - [sym__expression] = STATE(466), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2001), - [sym_annotation] = STATE(2001), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(266), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1646), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(901), - [sym_label] = ACTIONS(911), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(1648), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(1650), - [anon_sym_return] = ACTIONS(1652), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(911), - [anon_sym_DASH] = ACTIONS(911), - [anon_sym_PLUS_PLUS] = ACTIONS(913), - [anon_sym_DASH_DASH] = ACTIONS(913), - [anon_sym_BANG] = ACTIONS(913), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), + [2053] = { + [sym__expression] = STATE(669), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(2261), + [sym_annotation] = STATE(2261), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(262), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), + [sym__alpha_identifier] = ACTIONS(111), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1632), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(1253), + [sym_label] = ACTIONS(677), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(671), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(673), + [anon_sym_return] = ACTIONS(675), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(677), + [anon_sym_DASH] = ACTIONS(677), + [anon_sym_PLUS_PLUS] = ACTIONS(679), + [anon_sym_DASH_DASH] = ACTIONS(679), + [anon_sym_BANG] = ACTIONS(679), + [anon_sym_data] = ACTIONS(111), + [anon_sym_inner] = ACTIONS(111), + [anon_sym_expect] = ACTIONS(111), + [anon_sym_actual] = ACTIONS(111), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(1411), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), + [sym__string_start] = ACTIONS(197), }, - [2004] = { - [sym__expression] = STATE(477), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2001), - [sym_annotation] = STATE(2001), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(266), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1646), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(901), - [sym_label] = ACTIONS(911), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(1648), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(1650), - [anon_sym_return] = ACTIONS(1652), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(911), - [anon_sym_DASH] = ACTIONS(911), - [anon_sym_PLUS_PLUS] = ACTIONS(913), - [anon_sym_DASH_DASH] = ACTIONS(913), - [anon_sym_BANG] = ACTIONS(913), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), + [2054] = { + [sym__expression] = STATE(975), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(1674), + [sym_annotation] = STATE(1674), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(220), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), + [sym__alpha_identifier] = ACTIONS(111), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1407), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(1305), + [sym_label] = ACTIONS(171), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(157), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(163), + [anon_sym_return] = ACTIONS(165), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(171), + [anon_sym_DASH] = ACTIONS(171), + [anon_sym_PLUS_PLUS] = ACTIONS(173), + [anon_sym_DASH_DASH] = ACTIONS(173), + [anon_sym_BANG] = ACTIONS(173), + [anon_sym_data] = ACTIONS(111), + [anon_sym_inner] = ACTIONS(111), + [anon_sym_expect] = ACTIONS(111), + [anon_sym_actual] = ACTIONS(111), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(1411), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), + [sym__string_start] = ACTIONS(197), }, - [2005] = { - [sym__expression] = STATE(4406), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [2055] = { + [sym__expression] = STATE(4285), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(1897), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(331), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_fun] = ACTIONS(2020), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), - [sym_label] = ACTIONS(327), + [anon_sym_STAR] = ACTIONS(813), + [sym_label] = ACTIONS(821), [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(3096), + [anon_sym_if] = ACTIONS(2022), [anon_sym_when] = ACTIONS(245), [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(3098), - [anon_sym_return] = ACTIONS(3100), + [anon_sym_throw] = ACTIONS(2024), + [anon_sym_return] = ACTIONS(2026), [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(327), - [anon_sym_DASH] = ACTIONS(327), - [anon_sym_PLUS_PLUS] = ACTIONS(329), - [anon_sym_DASH_DASH] = ACTIONS(329), - [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(823), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -250391,87 +255313,87 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [2006] = { - [sym__expression] = STATE(4340), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [2056] = { + [sym__expression] = STATE(3740), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1630), + [sym_annotation] = STATE(1630), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(310), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_fun] = ACTIONS(1940), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), - [sym_label] = ACTIONS(327), + [anon_sym_STAR] = ACTIONS(1293), + [sym_label] = ACTIONS(735), [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(3096), + [anon_sym_if] = ACTIONS(321), [anon_sym_when] = ACTIONS(245), [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(3098), - [anon_sym_return] = ACTIONS(3100), + [anon_sym_throw] = ACTIONS(323), + [anon_sym_return] = ACTIONS(325), [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(327), - [anon_sym_DASH] = ACTIONS(327), - [anon_sym_PLUS_PLUS] = ACTIONS(329), - [anon_sym_DASH_DASH] = ACTIONS(329), - [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(735), + [anon_sym_DASH] = ACTIONS(735), + [anon_sym_PLUS_PLUS] = ACTIONS(737), + [anon_sym_DASH_DASH] = ACTIONS(737), + [anon_sym_BANG] = ACTIONS(737), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -250487,87 +255409,663 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [2007] = { - [sym__expression] = STATE(4393), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [2057] = { + [sym__expression] = STATE(1309), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(2261), + [sym_annotation] = STATE(2261), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(262), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), + [sym__alpha_identifier] = ACTIONS(111), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1632), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(1253), + [sym_label] = ACTIONS(677), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(671), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(673), + [anon_sym_return] = ACTIONS(675), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(677), + [anon_sym_DASH] = ACTIONS(677), + [anon_sym_PLUS_PLUS] = ACTIONS(679), + [anon_sym_DASH_DASH] = ACTIONS(679), + [anon_sym_BANG] = ACTIONS(679), + [anon_sym_data] = ACTIONS(111), + [anon_sym_inner] = ACTIONS(111), + [anon_sym_expect] = ACTIONS(111), + [anon_sym_actual] = ACTIONS(111), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(1411), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(197), + }, + [2058] = { + [sym_property_delegate] = STATE(2459), + [sym_getter] = STATE(5058), + [sym_setter] = STATE(5058), + [sym_modifiers] = STATE(8917), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_EQ] = ACTIONS(5677), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_COMMA] = ACTIONS(1786), + [anon_sym_by] = ACTIONS(5665), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_where] = ACTIONS(1784), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(3638), + [anon_sym_get] = ACTIONS(5669), + [anon_sym_set] = ACTIONS(5671), + [anon_sym_STAR] = ACTIONS(1784), + [sym_label] = ACTIONS(1786), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_PLUS_EQ] = ACTIONS(1786), + [anon_sym_DASH_EQ] = ACTIONS(1786), + [anon_sym_STAR_EQ] = ACTIONS(1786), + [anon_sym_SLASH_EQ] = ACTIONS(1786), + [anon_sym_PERCENT_EQ] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1784), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG_BANG] = ACTIONS(1786), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1786), + [sym__automatic_semicolon] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), + [sym_multiline_comment] = ACTIONS(3), + }, + [2059] = { + [sym__expression] = STATE(2089), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(3399), + [sym_parenthesized_expression] = STATE(3399), + [sym_collection_literal] = STATE(3399), + [sym__literal_constant] = STATE(3399), + [sym_string_literal] = STATE(3399), + [sym_lambda_literal] = STATE(3399), + [sym_anonymous_function] = STATE(3399), + [sym__function_literal] = STATE(3399), + [sym_object_literal] = STATE(3399), + [sym_this_expression] = STATE(3399), + [sym_super_expression] = STATE(3399), + [sym_if_expression] = STATE(3399), + [sym_when_expression] = STATE(3399), + [sym_try_expression] = STATE(3399), + [sym_jump_expression] = STATE(3399), + [sym_callable_reference] = STATE(3399), + [sym__prefix_unary_operator] = STATE(2070), + [sym_annotation] = STATE(2070), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3347), + [sym__return_at] = STATE(401), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(3399), + [sym_long_literal] = STATE(3399), + [sym_boolean_literal] = STATE(3399), + [sym_character_literal] = STATE(3399), + [sym__lexical_identifier] = STATE(2837), + [sym__alpha_identifier] = ACTIONS(333), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(335), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_LPAREN] = ACTIONS(345), + [anon_sym_object] = ACTIONS(1920), + [anon_sym_fun] = ACTIONS(3170), + [anon_sym_get] = ACTIONS(333), + [anon_sym_set] = ACTIONS(333), + [anon_sym_this] = ACTIONS(357), + [anon_sym_super] = ACTIONS(359), + [anon_sym_STAR] = ACTIONS(1111), + [sym_label] = ACTIONS(1119), + [anon_sym_null] = ACTIONS(1924), + [anon_sym_if] = ACTIONS(3172), + [anon_sym_when] = ACTIONS(375), + [anon_sym_try] = ACTIONS(377), + [anon_sym_throw] = ACTIONS(3174), + [anon_sym_return] = ACTIONS(3176), + [anon_sym_continue] = ACTIONS(383), + [anon_sym_break] = ACTIONS(383), + [anon_sym_COLON_COLON] = ACTIONS(385), + [anon_sym_PLUS] = ACTIONS(1119), + [anon_sym_DASH] = ACTIONS(1119), + [anon_sym_PLUS_PLUS] = ACTIONS(1121), + [anon_sym_DASH_DASH] = ACTIONS(1121), + [anon_sym_BANG] = ACTIONS(1121), + [anon_sym_data] = ACTIONS(333), + [anon_sym_inner] = ACTIONS(333), + [anon_sym_expect] = ACTIONS(333), + [anon_sym_actual] = ACTIONS(333), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(395), + [anon_sym_break_AT] = ACTIONS(397), + [sym_real_literal] = ACTIONS(1926), + [sym_integer_literal] = ACTIONS(401), + [sym_hex_literal] = ACTIONS(403), + [sym_bin_literal] = ACTIONS(403), + [anon_sym_true] = ACTIONS(405), + [anon_sym_false] = ACTIONS(405), + [anon_sym_SQUOTE] = ACTIONS(407), + [sym__backtick_identifier] = ACTIONS(409), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(411), + }, + [2060] = { + [sym__expression] = STATE(1229), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(3399), + [sym_parenthesized_expression] = STATE(3399), + [sym_collection_literal] = STATE(3399), + [sym__literal_constant] = STATE(3399), + [sym_string_literal] = STATE(3399), + [sym_lambda_literal] = STATE(3399), + [sym_anonymous_function] = STATE(3399), + [sym__function_literal] = STATE(3399), + [sym_object_literal] = STATE(3399), + [sym_this_expression] = STATE(3399), + [sym_super_expression] = STATE(3399), + [sym_if_expression] = STATE(3399), + [sym_when_expression] = STATE(3399), + [sym_try_expression] = STATE(3399), + [sym_jump_expression] = STATE(3399), + [sym_callable_reference] = STATE(3399), + [sym__prefix_unary_operator] = STATE(2247), + [sym_annotation] = STATE(2247), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3347), + [sym__return_at] = STATE(317), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(3399), + [sym_long_literal] = STATE(3399), + [sym_boolean_literal] = STATE(3399), + [sym_character_literal] = STATE(3399), + [sym__lexical_identifier] = STATE(2837), + [sym__alpha_identifier] = ACTIONS(333), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(335), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_LPAREN] = ACTIONS(345), + [anon_sym_object] = ACTIONS(1920), + [anon_sym_fun] = ACTIONS(1992), + [anon_sym_get] = ACTIONS(333), + [anon_sym_set] = ACTIONS(333), + [anon_sym_this] = ACTIONS(357), + [anon_sym_super] = ACTIONS(359), + [anon_sym_STAR] = ACTIONS(1273), + [sym_label] = ACTIONS(709), + [anon_sym_null] = ACTIONS(1924), + [anon_sym_if] = ACTIONS(703), + [anon_sym_when] = ACTIONS(375), + [anon_sym_try] = ACTIONS(377), + [anon_sym_throw] = ACTIONS(705), + [anon_sym_return] = ACTIONS(707), + [anon_sym_continue] = ACTIONS(383), + [anon_sym_break] = ACTIONS(383), + [anon_sym_COLON_COLON] = ACTIONS(385), + [anon_sym_PLUS] = ACTIONS(709), + [anon_sym_DASH] = ACTIONS(709), + [anon_sym_PLUS_PLUS] = ACTIONS(711), + [anon_sym_DASH_DASH] = ACTIONS(711), + [anon_sym_BANG] = ACTIONS(711), + [anon_sym_data] = ACTIONS(333), + [anon_sym_inner] = ACTIONS(333), + [anon_sym_expect] = ACTIONS(333), + [anon_sym_actual] = ACTIONS(333), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(395), + [anon_sym_break_AT] = ACTIONS(397), + [sym_real_literal] = ACTIONS(1926), + [sym_integer_literal] = ACTIONS(401), + [sym_hex_literal] = ACTIONS(403), + [sym_bin_literal] = ACTIONS(403), + [anon_sym_true] = ACTIONS(405), + [anon_sym_false] = ACTIONS(405), + [anon_sym_SQUOTE] = ACTIONS(407), + [sym__backtick_identifier] = ACTIONS(409), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(411), + }, + [2061] = { + [sym__expression] = STATE(3916), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4931), + [sym_parenthesized_expression] = STATE(4931), + [sym_collection_literal] = STATE(4931), + [sym__literal_constant] = STATE(4931), + [sym_string_literal] = STATE(4931), + [sym_lambda_literal] = STATE(4931), + [sym_anonymous_function] = STATE(4931), + [sym__function_literal] = STATE(4931), + [sym_object_literal] = STATE(4931), + [sym_this_expression] = STATE(4931), + [sym_super_expression] = STATE(4931), + [sym_if_expression] = STATE(4931), + [sym_when_expression] = STATE(4931), + [sym_try_expression] = STATE(4931), + [sym_jump_expression] = STATE(4931), + [sym_callable_reference] = STATE(4931), + [sym__prefix_unary_operator] = STATE(1665), + [sym_annotation] = STATE(1665), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4928), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4931), + [sym_long_literal] = STATE(4931), + [sym_boolean_literal] = STATE(4931), + [sym_character_literal] = STATE(4931), + [sym__lexical_identifier] = STATE(4566), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1902), + [anon_sym_fun] = ACTIONS(1982), + [anon_sym_get] = ACTIONS(7), + [anon_sym_set] = ACTIONS(7), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(1243), + [sym_label] = ACTIONS(793), + [anon_sym_null] = ACTIONS(1906), + [anon_sym_if] = ACTIONS(55), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(61), + [anon_sym_return] = ACTIONS(63), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(793), + [anon_sym_DASH] = ACTIONS(793), + [anon_sym_PLUS_PLUS] = ACTIONS(795), + [anon_sym_DASH_DASH] = ACTIONS(795), + [anon_sym_BANG] = ACTIONS(795), + [anon_sym_data] = ACTIONS(7), + [anon_sym_inner] = ACTIONS(7), + [anon_sym_expect] = ACTIONS(7), + [anon_sym_actual] = ACTIONS(7), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [sym_real_literal] = ACTIONS(1908), + [sym_integer_literal] = ACTIONS(99), + [sym_hex_literal] = ACTIONS(101), + [sym_bin_literal] = ACTIONS(101), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SQUOTE] = ACTIONS(105), + [sym__backtick_identifier] = ACTIONS(107), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(109), + }, + [2062] = { + [sym__expression] = STATE(1296), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(2261), + [sym_annotation] = STATE(2261), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(262), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), + [sym__alpha_identifier] = ACTIONS(111), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1632), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(1253), + [sym_label] = ACTIONS(677), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(671), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(673), + [anon_sym_return] = ACTIONS(675), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(677), + [anon_sym_DASH] = ACTIONS(677), + [anon_sym_PLUS_PLUS] = ACTIONS(679), + [anon_sym_DASH_DASH] = ACTIONS(679), + [anon_sym_BANG] = ACTIONS(679), + [anon_sym_data] = ACTIONS(111), + [anon_sym_inner] = ACTIONS(111), + [anon_sym_expect] = ACTIONS(111), + [anon_sym_actual] = ACTIONS(111), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(1411), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(197), + }, + [2063] = { + [sym__expression] = STATE(3758), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1630), + [sym_annotation] = STATE(1630), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(310), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_fun] = ACTIONS(1940), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), - [sym_label] = ACTIONS(327), + [anon_sym_STAR] = ACTIONS(1293), + [sym_label] = ACTIONS(735), [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(3096), + [anon_sym_if] = ACTIONS(321), [anon_sym_when] = ACTIONS(245), [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(3098), - [anon_sym_return] = ACTIONS(3100), + [anon_sym_throw] = ACTIONS(323), + [anon_sym_return] = ACTIONS(325), [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(327), - [anon_sym_DASH] = ACTIONS(327), - [anon_sym_PLUS_PLUS] = ACTIONS(329), - [anon_sym_DASH_DASH] = ACTIONS(329), - [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(735), + [anon_sym_DASH] = ACTIONS(735), + [anon_sym_PLUS_PLUS] = ACTIONS(737), + [anon_sym_DASH_DASH] = ACTIONS(737), + [anon_sym_BANG] = ACTIONS(737), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -250583,87 +256081,87 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [2008] = { - [sym__expression] = STATE(4408), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [2064] = { + [sym__expression] = STATE(3797), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1630), + [sym_annotation] = STATE(1630), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(310), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_fun] = ACTIONS(1940), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), - [sym_label] = ACTIONS(327), + [anon_sym_STAR] = ACTIONS(1293), + [sym_label] = ACTIONS(735), [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(3096), + [anon_sym_if] = ACTIONS(321), [anon_sym_when] = ACTIONS(245), [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(3098), - [anon_sym_return] = ACTIONS(3100), + [anon_sym_throw] = ACTIONS(323), + [anon_sym_return] = ACTIONS(325), [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(327), - [anon_sym_DASH] = ACTIONS(327), - [anon_sym_PLUS_PLUS] = ACTIONS(329), - [anon_sym_DASH_DASH] = ACTIONS(329), - [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(735), + [anon_sym_DASH] = ACTIONS(735), + [anon_sym_PLUS_PLUS] = ACTIONS(737), + [anon_sym_DASH_DASH] = ACTIONS(737), + [anon_sym_BANG] = ACTIONS(737), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -250679,68 +256177,836 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [2009] = { - [sym__expression] = STATE(4391), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [2065] = { + [sym_property_delegate] = STATE(2460), + [sym_getter] = STATE(5062), + [sym_setter] = STATE(5062), + [sym_modifiers] = STATE(8917), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1694), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1696), + [anon_sym_as] = ACTIONS(1694), + [anon_sym_EQ] = ACTIONS(5699), + [anon_sym_LBRACE] = ACTIONS(1696), + [anon_sym_RBRACE] = ACTIONS(1696), + [anon_sym_LPAREN] = ACTIONS(1696), + [anon_sym_COMMA] = ACTIONS(1696), + [anon_sym_by] = ACTIONS(5665), + [anon_sym_LT] = ACTIONS(1694), + [anon_sym_GT] = ACTIONS(1694), + [anon_sym_where] = ACTIONS(1694), + [anon_sym_DOT] = ACTIONS(1694), + [anon_sym_SEMI] = ACTIONS(3636), + [anon_sym_get] = ACTIONS(5669), + [anon_sym_set] = ACTIONS(5671), + [anon_sym_STAR] = ACTIONS(1694), + [sym_label] = ACTIONS(1696), + [anon_sym_in] = ACTIONS(1694), + [anon_sym_DOT_DOT] = ACTIONS(1696), + [anon_sym_QMARK_COLON] = ACTIONS(1696), + [anon_sym_AMP_AMP] = ACTIONS(1696), + [anon_sym_PIPE_PIPE] = ACTIONS(1696), + [anon_sym_else] = ACTIONS(1694), + [anon_sym_COLON_COLON] = ACTIONS(1696), + [anon_sym_PLUS_EQ] = ACTIONS(1696), + [anon_sym_DASH_EQ] = ACTIONS(1696), + [anon_sym_STAR_EQ] = ACTIONS(1696), + [anon_sym_SLASH_EQ] = ACTIONS(1696), + [anon_sym_PERCENT_EQ] = ACTIONS(1696), + [anon_sym_BANG_EQ] = ACTIONS(1694), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), + [anon_sym_EQ_EQ] = ACTIONS(1694), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), + [anon_sym_LT_EQ] = ACTIONS(1696), + [anon_sym_GT_EQ] = ACTIONS(1696), + [anon_sym_BANGin] = ACTIONS(1696), + [anon_sym_is] = ACTIONS(1694), + [anon_sym_BANGis] = ACTIONS(1696), + [anon_sym_PLUS] = ACTIONS(1694), + [anon_sym_DASH] = ACTIONS(1694), + [anon_sym_SLASH] = ACTIONS(1694), + [anon_sym_PERCENT] = ACTIONS(1694), + [anon_sym_as_QMARK] = ACTIONS(1696), + [anon_sym_PLUS_PLUS] = ACTIONS(1696), + [anon_sym_DASH_DASH] = ACTIONS(1696), + [anon_sym_BANG_BANG] = ACTIONS(1696), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1696), + [sym__automatic_semicolon] = ACTIONS(1696), + [sym_safe_nav] = ACTIONS(1696), + [sym_multiline_comment] = ACTIONS(3), + }, + [2066] = { + [sym__expression] = STATE(703), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(1786), + [sym_annotation] = STATE(1786), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(263), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1634), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1279), + [sym_label] = ACTIONS(767), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(761), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(763), + [anon_sym_return] = ACTIONS(765), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(767), + [anon_sym_DASH] = ACTIONS(767), + [anon_sym_PLUS_PLUS] = ACTIONS(769), + [anon_sym_DASH_DASH] = ACTIONS(769), + [anon_sym_BANG] = ACTIONS(769), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), + }, + [2067] = { + [sym__expression] = STATE(1399), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(1786), + [sym_annotation] = STATE(1786), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(263), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1634), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1279), + [sym_label] = ACTIONS(767), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(761), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(763), + [anon_sym_return] = ACTIONS(765), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(767), + [anon_sym_DASH] = ACTIONS(767), + [anon_sym_PLUS_PLUS] = ACTIONS(769), + [anon_sym_DASH_DASH] = ACTIONS(769), + [anon_sym_BANG] = ACTIONS(769), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), + }, + [2068] = { + [sym_indexing_suffix] = STATE(3424), + [sym_navigation_suffix] = STATE(3423), + [sym_call_suffix] = STATE(3420), + [sym_annotated_lambda] = STATE(3419), + [sym_type_arguments] = STATE(7492), + [sym_value_arguments] = STATE(2731), + [sym_lambda_literal] = STATE(3415), + [sym__equality_operator] = STATE(2108), + [sym__comparison_operator] = STATE(2109), + [sym__in_operator] = STATE(2110), + [sym__is_operator] = STATE(6160), + [sym__additive_operator] = STATE(2111), + [sym__multiplicative_operator] = STATE(2112), + [sym__as_operator] = STATE(6161), + [sym__postfix_unary_operator] = STATE(3414), + [sym__member_access_operator] = STATE(7370), + [sym_annotation] = STATE(7887), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2114), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7887), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(4543), + [anon_sym_as] = ACTIONS(4545), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_RBRACE] = ACTIONS(3073), + [anon_sym_LPAREN] = ACTIONS(4547), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(5834), + [anon_sym_object] = ACTIONS(3071), + [anon_sym_fun] = ACTIONS(3071), + [anon_sym_DOT] = ACTIONS(4551), + [anon_sym_SEMI] = ACTIONS(3073), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_this] = ACTIONS(3071), + [anon_sym_super] = ACTIONS(3071), + [anon_sym_STAR] = ACTIONS(5836), + [sym_label] = ACTIONS(4555), + [anon_sym_in] = ACTIONS(5838), + [anon_sym_DOT_DOT] = ACTIONS(5840), + [anon_sym_QMARK_COLON] = ACTIONS(5842), + [anon_sym_AMP_AMP] = ACTIONS(5844), + [anon_sym_PIPE_PIPE] = ACTIONS(5846), + [anon_sym_null] = ACTIONS(3071), + [anon_sym_if] = ACTIONS(3071), + [anon_sym_else] = ACTIONS(3071), + [anon_sym_when] = ACTIONS(3071), + [anon_sym_try] = ACTIONS(3071), + [anon_sym_throw] = ACTIONS(3071), + [anon_sym_return] = ACTIONS(3071), + [anon_sym_continue] = ACTIONS(3071), + [anon_sym_break] = ACTIONS(3071), + [anon_sym_COLON_COLON] = ACTIONS(4567), + [anon_sym_BANG_EQ] = ACTIONS(5848), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5850), + [anon_sym_EQ_EQ] = ACTIONS(5848), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5850), + [anon_sym_LT_EQ] = ACTIONS(5852), + [anon_sym_GT_EQ] = ACTIONS(5852), + [anon_sym_BANGin] = ACTIONS(5854), + [anon_sym_is] = ACTIONS(4577), + [anon_sym_BANGis] = ACTIONS(4579), + [anon_sym_PLUS] = ACTIONS(5856), + [anon_sym_DASH] = ACTIONS(5856), + [anon_sym_SLASH] = ACTIONS(5858), + [anon_sym_PERCENT] = ACTIONS(5836), + [anon_sym_as_QMARK] = ACTIONS(4583), + [anon_sym_PLUS_PLUS] = ACTIONS(4585), + [anon_sym_DASH_DASH] = ACTIONS(4585), + [anon_sym_BANG] = ACTIONS(3071), + [anon_sym_BANG_BANG] = ACTIONS(4585), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3073), + [anon_sym_continue_AT] = ACTIONS(3073), + [anon_sym_break_AT] = ACTIONS(3073), + [sym_real_literal] = ACTIONS(3073), + [sym_integer_literal] = ACTIONS(3071), + [sym_hex_literal] = ACTIONS(3073), + [sym_bin_literal] = ACTIONS(3073), + [anon_sym_true] = ACTIONS(3071), + [anon_sym_false] = ACTIONS(3071), + [anon_sym_SQUOTE] = ACTIONS(3073), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(3073), + [sym_safe_nav] = ACTIONS(4567), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3073), + }, + [2069] = { + [sym__expression] = STATE(1226), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(3399), + [sym_parenthesized_expression] = STATE(3399), + [sym_collection_literal] = STATE(3399), + [sym__literal_constant] = STATE(3399), + [sym_string_literal] = STATE(3399), + [sym_lambda_literal] = STATE(3399), + [sym_anonymous_function] = STATE(3399), + [sym__function_literal] = STATE(3399), + [sym_object_literal] = STATE(3399), + [sym_this_expression] = STATE(3399), + [sym_super_expression] = STATE(3399), + [sym_if_expression] = STATE(3399), + [sym_when_expression] = STATE(3399), + [sym_try_expression] = STATE(3399), + [sym_jump_expression] = STATE(3399), + [sym_callable_reference] = STATE(3399), + [sym__prefix_unary_operator] = STATE(2247), + [sym_annotation] = STATE(2247), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3347), + [sym__return_at] = STATE(317), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(3399), + [sym_long_literal] = STATE(3399), + [sym_boolean_literal] = STATE(3399), + [sym_character_literal] = STATE(3399), + [sym__lexical_identifier] = STATE(2837), + [sym__alpha_identifier] = ACTIONS(333), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(335), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_LPAREN] = ACTIONS(345), + [anon_sym_object] = ACTIONS(1920), + [anon_sym_fun] = ACTIONS(1992), + [anon_sym_get] = ACTIONS(333), + [anon_sym_set] = ACTIONS(333), + [anon_sym_this] = ACTIONS(357), + [anon_sym_super] = ACTIONS(359), + [anon_sym_STAR] = ACTIONS(1273), + [sym_label] = ACTIONS(709), + [anon_sym_null] = ACTIONS(1924), + [anon_sym_if] = ACTIONS(703), + [anon_sym_when] = ACTIONS(375), + [anon_sym_try] = ACTIONS(377), + [anon_sym_throw] = ACTIONS(705), + [anon_sym_return] = ACTIONS(707), + [anon_sym_continue] = ACTIONS(383), + [anon_sym_break] = ACTIONS(383), + [anon_sym_COLON_COLON] = ACTIONS(385), + [anon_sym_PLUS] = ACTIONS(709), + [anon_sym_DASH] = ACTIONS(709), + [anon_sym_PLUS_PLUS] = ACTIONS(711), + [anon_sym_DASH_DASH] = ACTIONS(711), + [anon_sym_BANG] = ACTIONS(711), + [anon_sym_data] = ACTIONS(333), + [anon_sym_inner] = ACTIONS(333), + [anon_sym_expect] = ACTIONS(333), + [anon_sym_actual] = ACTIONS(333), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(395), + [anon_sym_break_AT] = ACTIONS(397), + [sym_real_literal] = ACTIONS(1926), + [sym_integer_literal] = ACTIONS(401), + [sym_hex_literal] = ACTIONS(403), + [sym_bin_literal] = ACTIONS(403), + [anon_sym_true] = ACTIONS(405), + [anon_sym_false] = ACTIONS(405), + [anon_sym_SQUOTE] = ACTIONS(407), + [sym__backtick_identifier] = ACTIONS(409), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(411), + }, + [2070] = { + [sym__expression] = STATE(2090), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(3399), + [sym_parenthesized_expression] = STATE(3399), + [sym_collection_literal] = STATE(3399), + [sym__literal_constant] = STATE(3399), + [sym_string_literal] = STATE(3399), + [sym_lambda_literal] = STATE(3399), + [sym_anonymous_function] = STATE(3399), + [sym__function_literal] = STATE(3399), + [sym_object_literal] = STATE(3399), + [sym_this_expression] = STATE(3399), + [sym_super_expression] = STATE(3399), + [sym_if_expression] = STATE(3399), + [sym_when_expression] = STATE(3399), + [sym_try_expression] = STATE(3399), + [sym_jump_expression] = STATE(3399), + [sym_callable_reference] = STATE(3399), + [sym__prefix_unary_operator] = STATE(2070), + [sym_annotation] = STATE(2070), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3347), + [sym__return_at] = STATE(401), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(3399), + [sym_long_literal] = STATE(3399), + [sym_boolean_literal] = STATE(3399), + [sym_character_literal] = STATE(3399), + [sym__lexical_identifier] = STATE(2837), + [sym__alpha_identifier] = ACTIONS(333), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(335), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_LPAREN] = ACTIONS(345), + [anon_sym_object] = ACTIONS(1920), + [anon_sym_fun] = ACTIONS(3170), + [anon_sym_get] = ACTIONS(333), + [anon_sym_set] = ACTIONS(333), + [anon_sym_this] = ACTIONS(357), + [anon_sym_super] = ACTIONS(359), + [anon_sym_STAR] = ACTIONS(1111), + [sym_label] = ACTIONS(1119), + [anon_sym_null] = ACTIONS(1924), + [anon_sym_if] = ACTIONS(3172), + [anon_sym_when] = ACTIONS(375), + [anon_sym_try] = ACTIONS(377), + [anon_sym_throw] = ACTIONS(3174), + [anon_sym_return] = ACTIONS(3176), + [anon_sym_continue] = ACTIONS(383), + [anon_sym_break] = ACTIONS(383), + [anon_sym_COLON_COLON] = ACTIONS(385), + [anon_sym_PLUS] = ACTIONS(1119), + [anon_sym_DASH] = ACTIONS(1119), + [anon_sym_PLUS_PLUS] = ACTIONS(1121), + [anon_sym_DASH_DASH] = ACTIONS(1121), + [anon_sym_BANG] = ACTIONS(1121), + [anon_sym_data] = ACTIONS(333), + [anon_sym_inner] = ACTIONS(333), + [anon_sym_expect] = ACTIONS(333), + [anon_sym_actual] = ACTIONS(333), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(395), + [anon_sym_break_AT] = ACTIONS(397), + [sym_real_literal] = ACTIONS(1926), + [sym_integer_literal] = ACTIONS(401), + [sym_hex_literal] = ACTIONS(403), + [sym_bin_literal] = ACTIONS(403), + [anon_sym_true] = ACTIONS(405), + [anon_sym_false] = ACTIONS(405), + [anon_sym_SQUOTE] = ACTIONS(407), + [sym__backtick_identifier] = ACTIONS(409), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(411), + }, + [2071] = { + [sym_type_constraints] = STATE(2426), + [sym_property_delegate] = STATE(2609), + [sym_getter] = STATE(3715), + [sym_setter] = STATE(3715), + [sym_modifiers] = STATE(8721), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1694), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1696), + [anon_sym_as] = ACTIONS(1694), + [anon_sym_EQ] = ACTIONS(5860), + [anon_sym_LBRACE] = ACTIONS(1696), + [anon_sym_RBRACE] = ACTIONS(1696), + [anon_sym_LPAREN] = ACTIONS(1696), + [anon_sym_by] = ACTIONS(5782), + [anon_sym_LT] = ACTIONS(1694), + [anon_sym_GT] = ACTIONS(1694), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(1694), + [anon_sym_SEMI] = ACTIONS(3750), + [anon_sym_get] = ACTIONS(5812), + [anon_sym_set] = ACTIONS(5814), + [anon_sym_STAR] = ACTIONS(1694), + [sym_label] = ACTIONS(1696), + [anon_sym_in] = ACTIONS(1694), + [anon_sym_DOT_DOT] = ACTIONS(1696), + [anon_sym_QMARK_COLON] = ACTIONS(1696), + [anon_sym_AMP_AMP] = ACTIONS(1696), + [anon_sym_PIPE_PIPE] = ACTIONS(1696), + [anon_sym_else] = ACTIONS(1694), + [anon_sym_COLON_COLON] = ACTIONS(1696), + [anon_sym_PLUS_EQ] = ACTIONS(1696), + [anon_sym_DASH_EQ] = ACTIONS(1696), + [anon_sym_STAR_EQ] = ACTIONS(1696), + [anon_sym_SLASH_EQ] = ACTIONS(1696), + [anon_sym_PERCENT_EQ] = ACTIONS(1696), + [anon_sym_BANG_EQ] = ACTIONS(1694), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), + [anon_sym_EQ_EQ] = ACTIONS(1694), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), + [anon_sym_LT_EQ] = ACTIONS(1696), + [anon_sym_GT_EQ] = ACTIONS(1696), + [anon_sym_BANGin] = ACTIONS(1696), + [anon_sym_is] = ACTIONS(1694), + [anon_sym_BANGis] = ACTIONS(1696), + [anon_sym_PLUS] = ACTIONS(1694), + [anon_sym_DASH] = ACTIONS(1694), + [anon_sym_SLASH] = ACTIONS(1694), + [anon_sym_PERCENT] = ACTIONS(1694), + [anon_sym_as_QMARK] = ACTIONS(1696), + [anon_sym_PLUS_PLUS] = ACTIONS(1696), + [anon_sym_DASH_DASH] = ACTIONS(1696), + [anon_sym_BANG_BANG] = ACTIONS(1696), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1696), + [sym__automatic_semicolon] = ACTIONS(1696), + [sym_safe_nav] = ACTIONS(1696), + [sym_multiline_comment] = ACTIONS(3), + }, + [2072] = { + [sym_property_delegate] = STATE(2452), + [sym_getter] = STATE(5029), + [sym_setter] = STATE(5029), + [sym_modifiers] = STATE(8917), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1752), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1754), + [anon_sym_as] = ACTIONS(1752), + [anon_sym_EQ] = ACTIONS(5703), + [anon_sym_LBRACE] = ACTIONS(1754), + [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_LPAREN] = ACTIONS(1754), + [anon_sym_COMMA] = ACTIONS(1754), + [anon_sym_by] = ACTIONS(5665), + [anon_sym_LT] = ACTIONS(1752), + [anon_sym_GT] = ACTIONS(1752), + [anon_sym_where] = ACTIONS(1752), + [anon_sym_DOT] = ACTIONS(1752), + [anon_sym_SEMI] = ACTIONS(3634), + [anon_sym_get] = ACTIONS(5669), + [anon_sym_set] = ACTIONS(5671), + [anon_sym_STAR] = ACTIONS(1752), + [sym_label] = ACTIONS(1754), + [anon_sym_in] = ACTIONS(1752), + [anon_sym_DOT_DOT] = ACTIONS(1754), + [anon_sym_QMARK_COLON] = ACTIONS(1754), + [anon_sym_AMP_AMP] = ACTIONS(1754), + [anon_sym_PIPE_PIPE] = ACTIONS(1754), + [anon_sym_else] = ACTIONS(1752), + [anon_sym_COLON_COLON] = ACTIONS(1754), + [anon_sym_PLUS_EQ] = ACTIONS(1754), + [anon_sym_DASH_EQ] = ACTIONS(1754), + [anon_sym_STAR_EQ] = ACTIONS(1754), + [anon_sym_SLASH_EQ] = ACTIONS(1754), + [anon_sym_PERCENT_EQ] = ACTIONS(1754), + [anon_sym_BANG_EQ] = ACTIONS(1752), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), + [anon_sym_EQ_EQ] = ACTIONS(1752), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), + [anon_sym_LT_EQ] = ACTIONS(1754), + [anon_sym_GT_EQ] = ACTIONS(1754), + [anon_sym_BANGin] = ACTIONS(1754), + [anon_sym_is] = ACTIONS(1752), + [anon_sym_BANGis] = ACTIONS(1754), + [anon_sym_PLUS] = ACTIONS(1752), + [anon_sym_DASH] = ACTIONS(1752), + [anon_sym_SLASH] = ACTIONS(1752), + [anon_sym_PERCENT] = ACTIONS(1752), + [anon_sym_as_QMARK] = ACTIONS(1754), + [anon_sym_PLUS_PLUS] = ACTIONS(1754), + [anon_sym_DASH_DASH] = ACTIONS(1754), + [anon_sym_BANG_BANG] = ACTIONS(1754), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1754), + [sym__automatic_semicolon] = ACTIONS(1754), + [sym_safe_nav] = ACTIONS(1754), + [sym_multiline_comment] = ACTIONS(3), + }, + [2073] = { + [sym__expression] = STATE(4408), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), + [anon_sym_STAR] = ACTIONS(1065), [sym_label] = ACTIONS(327), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(3096), @@ -250756,10 +257022,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(329), [anon_sym_DASH_DASH] = ACTIONS(329), [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -250775,68 +257041,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [2010] = { - [sym__expression] = STATE(4385), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [2074] = { + [sym__expression] = STATE(4347), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), + [anon_sym_STAR] = ACTIONS(1065), [sym_label] = ACTIONS(327), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(3096), @@ -250852,10 +257118,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(329), [anon_sym_DASH_DASH] = ACTIONS(329), [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -250871,164 +257137,548 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [2011] = { - [sym__expression] = STATE(4395), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), - [sym_label] = ACTIONS(327), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(3096), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(3098), - [anon_sym_return] = ACTIONS(3100), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(327), - [anon_sym_DASH] = ACTIONS(327), - [anon_sym_PLUS_PLUS] = ACTIONS(329), - [anon_sym_DASH_DASH] = ACTIONS(329), - [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [2075] = { + [sym__expression] = STATE(1294), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(2261), + [sym_annotation] = STATE(2261), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(262), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), + [sym__alpha_identifier] = ACTIONS(111), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1632), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(1253), + [sym_label] = ACTIONS(677), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(671), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(673), + [anon_sym_return] = ACTIONS(675), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(677), + [anon_sym_DASH] = ACTIONS(677), + [anon_sym_PLUS_PLUS] = ACTIONS(679), + [anon_sym_DASH_DASH] = ACTIONS(679), + [anon_sym_BANG] = ACTIONS(679), + [anon_sym_data] = ACTIONS(111), + [anon_sym_inner] = ACTIONS(111), + [anon_sym_expect] = ACTIONS(111), + [anon_sym_actual] = ACTIONS(111), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(1411), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), + [sym__string_start] = ACTIONS(197), }, - [2012] = { - [sym__expression] = STATE(4412), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [2076] = { + [sym_type_constraints] = STATE(2494), + [sym_property_delegate] = STATE(2619), + [sym_getter] = STATE(3817), + [sym_setter] = STATE(3817), + [sym_modifiers] = STATE(8721), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_EQ] = ACTIONS(5862), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_by] = ACTIONS(5782), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(3732), + [anon_sym_get] = ACTIONS(5812), + [anon_sym_set] = ACTIONS(5814), + [anon_sym_STAR] = ACTIONS(1784), + [sym_label] = ACTIONS(1786), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_PLUS_EQ] = ACTIONS(1786), + [anon_sym_DASH_EQ] = ACTIONS(1786), + [anon_sym_STAR_EQ] = ACTIONS(1786), + [anon_sym_SLASH_EQ] = ACTIONS(1786), + [anon_sym_PERCENT_EQ] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1784), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG_BANG] = ACTIONS(1786), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1786), + [sym__automatic_semicolon] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), + [sym_multiline_comment] = ACTIONS(3), + }, + [2077] = { + [sym__expression] = STATE(704), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(1786), + [sym_annotation] = STATE(1786), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(263), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1634), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1279), + [sym_label] = ACTIONS(767), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(761), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(763), + [anon_sym_return] = ACTIONS(765), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(767), + [anon_sym_DASH] = ACTIONS(767), + [anon_sym_PLUS_PLUS] = ACTIONS(769), + [anon_sym_DASH_DASH] = ACTIONS(769), + [anon_sym_BANG] = ACTIONS(769), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), + }, + [2078] = { + [sym__expression] = STATE(661), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(2261), + [sym_annotation] = STATE(2261), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(262), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), + [sym__alpha_identifier] = ACTIONS(111), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1632), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(1253), + [sym_label] = ACTIONS(677), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(671), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(673), + [anon_sym_return] = ACTIONS(675), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(677), + [anon_sym_DASH] = ACTIONS(677), + [anon_sym_PLUS_PLUS] = ACTIONS(679), + [anon_sym_DASH_DASH] = ACTIONS(679), + [anon_sym_BANG] = ACTIONS(679), + [anon_sym_data] = ACTIONS(111), + [anon_sym_inner] = ACTIONS(111), + [anon_sym_expect] = ACTIONS(111), + [anon_sym_actual] = ACTIONS(111), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(1411), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(197), + }, + [2079] = { + [sym_property_delegate] = STATE(2458), + [sym_getter] = STATE(4916), + [sym_setter] = STATE(4916), + [sym_modifiers] = STATE(8917), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1764), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1766), + [anon_sym_as] = ACTIONS(1764), + [anon_sym_EQ] = ACTIONS(5864), + [anon_sym_LBRACE] = ACTIONS(1766), + [anon_sym_RBRACE] = ACTIONS(1766), + [anon_sym_LPAREN] = ACTIONS(1766), + [anon_sym_COMMA] = ACTIONS(1766), + [anon_sym_by] = ACTIONS(5665), + [anon_sym_LT] = ACTIONS(1764), + [anon_sym_GT] = ACTIONS(1764), + [anon_sym_where] = ACTIONS(1764), + [anon_sym_DOT] = ACTIONS(1764), + [anon_sym_SEMI] = ACTIONS(3630), + [anon_sym_get] = ACTIONS(5669), + [anon_sym_set] = ACTIONS(5671), + [anon_sym_STAR] = ACTIONS(1764), + [sym_label] = ACTIONS(1766), + [anon_sym_in] = ACTIONS(1764), + [anon_sym_DOT_DOT] = ACTIONS(1766), + [anon_sym_QMARK_COLON] = ACTIONS(1766), + [anon_sym_AMP_AMP] = ACTIONS(1766), + [anon_sym_PIPE_PIPE] = ACTIONS(1766), + [anon_sym_else] = ACTIONS(1764), + [anon_sym_COLON_COLON] = ACTIONS(1766), + [anon_sym_PLUS_EQ] = ACTIONS(1766), + [anon_sym_DASH_EQ] = ACTIONS(1766), + [anon_sym_STAR_EQ] = ACTIONS(1766), + [anon_sym_SLASH_EQ] = ACTIONS(1766), + [anon_sym_PERCENT_EQ] = ACTIONS(1766), + [anon_sym_BANG_EQ] = ACTIONS(1764), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), + [anon_sym_EQ_EQ] = ACTIONS(1764), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1766), + [anon_sym_LT_EQ] = ACTIONS(1766), + [anon_sym_GT_EQ] = ACTIONS(1766), + [anon_sym_BANGin] = ACTIONS(1766), + [anon_sym_is] = ACTIONS(1764), + [anon_sym_BANGis] = ACTIONS(1766), + [anon_sym_PLUS] = ACTIONS(1764), + [anon_sym_DASH] = ACTIONS(1764), + [anon_sym_SLASH] = ACTIONS(1764), + [anon_sym_PERCENT] = ACTIONS(1764), + [anon_sym_as_QMARK] = ACTIONS(1766), + [anon_sym_PLUS_PLUS] = ACTIONS(1766), + [anon_sym_DASH_DASH] = ACTIONS(1766), + [anon_sym_BANG_BANG] = ACTIONS(1766), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1766), + [sym__automatic_semicolon] = ACTIONS(1766), + [sym_safe_nav] = ACTIONS(1766), + [sym_multiline_comment] = ACTIONS(3), + }, + [2080] = { + [sym__expression] = STATE(4308), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), + [anon_sym_STAR] = ACTIONS(1065), [sym_label] = ACTIONS(327), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(3096), @@ -251044,10 +257694,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(329), [anon_sym_DASH_DASH] = ACTIONS(329), [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -251063,164 +257713,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [2013] = { - [sym__expression] = STATE(2386), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(2280), - [sym_annotation] = STATE(2280), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(267), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), - [sym__alpha_identifier] = ACTIONS(537), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1654), - [anon_sym_get] = ACTIONS(537), - [anon_sym_set] = ACTIONS(537), - [anon_sym_this] = ACTIONS(561), - [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(965), - [sym_label] = ACTIONS(975), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(1656), - [anon_sym_when] = ACTIONS(579), - [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(1658), - [anon_sym_return] = ACTIONS(1660), - [anon_sym_continue] = ACTIONS(587), - [anon_sym_break] = ACTIONS(587), - [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(975), - [anon_sym_DASH] = ACTIONS(975), - [anon_sym_PLUS_PLUS] = ACTIONS(977), - [anon_sym_DASH_DASH] = ACTIONS(977), - [anon_sym_BANG] = ACTIONS(977), - [anon_sym_data] = ACTIONS(537), - [anon_sym_inner] = ACTIONS(537), - [anon_sym_expect] = ACTIONS(537), - [anon_sym_actual] = ACTIONS(537), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(599), - [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), - [sym_integer_literal] = ACTIONS(605), - [sym_hex_literal] = ACTIONS(607), - [sym_bin_literal] = ACTIONS(607), - [anon_sym_true] = ACTIONS(609), - [anon_sym_false] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(611), - [sym__backtick_identifier] = ACTIONS(613), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(615), - }, - [2014] = { - [sym__expression] = STATE(4327), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [2081] = { + [sym__expression] = STATE(4313), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), + [anon_sym_STAR] = ACTIONS(1065), [sym_label] = ACTIONS(327), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(3096), @@ -251236,10 +257790,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(329), [anon_sym_DASH_DASH] = ACTIONS(329), [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -251255,68 +257809,1220 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [2015] = { - [sym__expression] = STATE(4298), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [2082] = { + [sym_primary_constructor] = STATE(4979), + [sym_class_body] = STATE(4578), + [sym__class_parameters] = STATE(4565), + [sym_type_parameters] = STATE(2407), + [sym_type_constraints] = STATE(4550), + [sym_modifiers] = STATE(9275), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3146), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_COLON] = ACTIONS(5866), + [anon_sym_LBRACK] = ACTIONS(3150), + [anon_sym_RBRACK] = ACTIONS(3150), + [anon_sym_as] = ACTIONS(3146), + [anon_sym_constructor] = ACTIONS(5113), + [anon_sym_LBRACE] = ACTIONS(5161), + [anon_sym_RBRACE] = ACTIONS(3150), + [anon_sym_LPAREN] = ACTIONS(5117), + [anon_sym_COMMA] = ACTIONS(3150), + [anon_sym_RPAREN] = ACTIONS(3150), + [anon_sym_LT] = ACTIONS(5119), + [anon_sym_GT] = ACTIONS(3146), + [anon_sym_where] = ACTIONS(5121), + [anon_sym_DOT] = ACTIONS(3146), + [anon_sym_SEMI] = ACTIONS(3150), + [anon_sym_get] = ACTIONS(3146), + [anon_sym_set] = ACTIONS(3146), + [anon_sym_STAR] = ACTIONS(3150), + [anon_sym_DASH_GT] = ACTIONS(3150), + [sym_label] = ACTIONS(3150), + [anon_sym_in] = ACTIONS(3146), + [anon_sym_while] = ACTIONS(3146), + [anon_sym_DOT_DOT] = ACTIONS(3150), + [anon_sym_QMARK_COLON] = ACTIONS(3150), + [anon_sym_AMP_AMP] = ACTIONS(3150), + [anon_sym_PIPE_PIPE] = ACTIONS(3150), + [anon_sym_else] = ACTIONS(3146), + [anon_sym_COLON_COLON] = ACTIONS(3150), + [anon_sym_BANG_EQ] = ACTIONS(3146), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3150), + [anon_sym_EQ_EQ] = ACTIONS(3146), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3150), + [anon_sym_LT_EQ] = ACTIONS(3150), + [anon_sym_GT_EQ] = ACTIONS(3150), + [anon_sym_BANGin] = ACTIONS(3150), + [anon_sym_is] = ACTIONS(3146), + [anon_sym_BANGis] = ACTIONS(3150), + [anon_sym_PLUS] = ACTIONS(3146), + [anon_sym_DASH] = ACTIONS(3146), + [anon_sym_SLASH] = ACTIONS(3146), + [anon_sym_PERCENT] = ACTIONS(3150), + [anon_sym_as_QMARK] = ACTIONS(3150), + [anon_sym_PLUS_PLUS] = ACTIONS(3150), + [anon_sym_DASH_DASH] = ACTIONS(3150), + [anon_sym_BANG_BANG] = ACTIONS(3150), + [anon_sym_suspend] = ACTIONS(3120), + [anon_sym_sealed] = ACTIONS(3122), + [anon_sym_annotation] = ACTIONS(3122), + [anon_sym_data] = ACTIONS(3122), + [anon_sym_inner] = ACTIONS(3122), + [anon_sym_override] = ACTIONS(3124), + [anon_sym_lateinit] = ACTIONS(3124), + [anon_sym_public] = ACTIONS(3126), + [anon_sym_private] = ACTIONS(3126), + [anon_sym_internal] = ACTIONS(3126), + [anon_sym_protected] = ACTIONS(3126), + [anon_sym_tailrec] = ACTIONS(3120), + [anon_sym_operator] = ACTIONS(3120), + [anon_sym_infix] = ACTIONS(3120), + [anon_sym_inline] = ACTIONS(3120), + [anon_sym_external] = ACTIONS(3120), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3130), + [anon_sym_final] = ACTIONS(3130), + [anon_sym_open] = ACTIONS(3130), + [anon_sym_vararg] = ACTIONS(3132), + [anon_sym_noinline] = ACTIONS(3132), + [anon_sym_crossinline] = ACTIONS(3132), + [anon_sym_expect] = ACTIONS(3134), + [anon_sym_actual] = ACTIONS(3134), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3150), + [sym_safe_nav] = ACTIONS(3150), + [sym_multiline_comment] = ACTIONS(3), + }, + [2083] = { + [sym_type_constraints] = STATE(2465), + [sym_property_delegate] = STATE(2621), + [sym_getter] = STATE(5058), + [sym_setter] = STATE(5058), + [sym_modifiers] = STATE(8904), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_EQ] = ACTIONS(5868), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_by] = ACTIONS(5782), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(3742), + [anon_sym_get] = ACTIONS(5784), + [anon_sym_set] = ACTIONS(5786), + [anon_sym_STAR] = ACTIONS(1784), + [sym_label] = ACTIONS(1786), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_PLUS_EQ] = ACTIONS(1786), + [anon_sym_DASH_EQ] = ACTIONS(1786), + [anon_sym_STAR_EQ] = ACTIONS(1786), + [anon_sym_SLASH_EQ] = ACTIONS(1786), + [anon_sym_PERCENT_EQ] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1784), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG_BANG] = ACTIONS(1786), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1786), + [sym__automatic_semicolon] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), + [sym_multiline_comment] = ACTIONS(3), + }, + [2084] = { + [sym__expression] = STATE(1398), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(1786), + [sym_annotation] = STATE(1786), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(263), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1634), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1279), + [sym_label] = ACTIONS(767), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(761), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(763), + [anon_sym_return] = ACTIONS(765), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(767), + [anon_sym_DASH] = ACTIONS(767), + [anon_sym_PLUS_PLUS] = ACTIONS(769), + [anon_sym_DASH_DASH] = ACTIONS(769), + [anon_sym_BANG] = ACTIONS(769), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), + }, + [2085] = { + [sym__expression] = STATE(663), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(2261), + [sym_annotation] = STATE(2261), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(262), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), + [sym__alpha_identifier] = ACTIONS(111), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1632), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(1253), + [sym_label] = ACTIONS(677), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(671), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(673), + [anon_sym_return] = ACTIONS(675), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(677), + [anon_sym_DASH] = ACTIONS(677), + [anon_sym_PLUS_PLUS] = ACTIONS(679), + [anon_sym_DASH_DASH] = ACTIONS(679), + [anon_sym_BANG] = ACTIONS(679), + [anon_sym_data] = ACTIONS(111), + [anon_sym_inner] = ACTIONS(111), + [anon_sym_expect] = ACTIONS(111), + [anon_sym_actual] = ACTIONS(111), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(1411), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(197), + }, + [2086] = { + [sym__expression] = STATE(670), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(2261), + [sym_annotation] = STATE(2261), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(262), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), + [sym__alpha_identifier] = ACTIONS(111), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1632), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(1253), + [sym_label] = ACTIONS(677), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(671), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(673), + [anon_sym_return] = ACTIONS(675), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(677), + [anon_sym_DASH] = ACTIONS(677), + [anon_sym_PLUS_PLUS] = ACTIONS(679), + [anon_sym_DASH_DASH] = ACTIONS(679), + [anon_sym_BANG] = ACTIONS(679), + [anon_sym_data] = ACTIONS(111), + [anon_sym_inner] = ACTIONS(111), + [anon_sym_expect] = ACTIONS(111), + [anon_sym_actual] = ACTIONS(111), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(1411), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(197), + }, + [2087] = { + [sym__expression] = STATE(667), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(2261), + [sym_annotation] = STATE(2261), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(262), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), + [sym__alpha_identifier] = ACTIONS(111), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1632), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(1253), + [sym_label] = ACTIONS(677), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(671), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(673), + [anon_sym_return] = ACTIONS(675), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(677), + [anon_sym_DASH] = ACTIONS(677), + [anon_sym_PLUS_PLUS] = ACTIONS(679), + [anon_sym_DASH_DASH] = ACTIONS(679), + [anon_sym_BANG] = ACTIONS(679), + [anon_sym_data] = ACTIONS(111), + [anon_sym_inner] = ACTIONS(111), + [anon_sym_expect] = ACTIONS(111), + [anon_sym_actual] = ACTIONS(111), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(1411), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(197), + }, + [2088] = { + [sym__expression] = STATE(664), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(2261), + [sym_annotation] = STATE(2261), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(262), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), + [sym__alpha_identifier] = ACTIONS(111), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1632), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(1253), + [sym_label] = ACTIONS(677), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(671), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(673), + [anon_sym_return] = ACTIONS(675), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(677), + [anon_sym_DASH] = ACTIONS(677), + [anon_sym_PLUS_PLUS] = ACTIONS(679), + [anon_sym_DASH_DASH] = ACTIONS(679), + [anon_sym_BANG] = ACTIONS(679), + [anon_sym_data] = ACTIONS(111), + [anon_sym_inner] = ACTIONS(111), + [anon_sym_expect] = ACTIONS(111), + [anon_sym_actual] = ACTIONS(111), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(1411), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(197), + }, + [2089] = { + [sym_indexing_suffix] = STATE(3424), + [sym_navigation_suffix] = STATE(3423), + [sym_call_suffix] = STATE(3420), + [sym_annotated_lambda] = STATE(3419), + [sym_type_arguments] = STATE(7492), + [sym_value_arguments] = STATE(2731), + [sym_lambda_literal] = STATE(3415), + [sym__equality_operator] = STATE(2108), + [sym__comparison_operator] = STATE(2109), + [sym__in_operator] = STATE(2110), + [sym__is_operator] = STATE(6160), + [sym__additive_operator] = STATE(2111), + [sym__multiplicative_operator] = STATE(2112), + [sym__as_operator] = STATE(6161), + [sym__postfix_unary_operator] = STATE(3414), + [sym__member_access_operator] = STATE(7370), + [sym_annotation] = STATE(7887), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2114), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7887), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(4543), + [anon_sym_as] = ACTIONS(4545), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_RBRACE] = ACTIONS(3065), + [anon_sym_LPAREN] = ACTIONS(4547), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(5834), + [anon_sym_object] = ACTIONS(3063), + [anon_sym_fun] = ACTIONS(3063), + [anon_sym_DOT] = ACTIONS(4551), + [anon_sym_SEMI] = ACTIONS(3065), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_this] = ACTIONS(3063), + [anon_sym_super] = ACTIONS(3063), + [anon_sym_STAR] = ACTIONS(5836), + [sym_label] = ACTIONS(4555), + [anon_sym_in] = ACTIONS(5838), + [anon_sym_DOT_DOT] = ACTIONS(5840), + [anon_sym_QMARK_COLON] = ACTIONS(5842), + [anon_sym_AMP_AMP] = ACTIONS(5844), + [anon_sym_PIPE_PIPE] = ACTIONS(5846), + [anon_sym_null] = ACTIONS(3063), + [anon_sym_if] = ACTIONS(3063), + [anon_sym_else] = ACTIONS(3063), + [anon_sym_when] = ACTIONS(3063), + [anon_sym_try] = ACTIONS(3063), + [anon_sym_throw] = ACTIONS(3063), + [anon_sym_return] = ACTIONS(3063), + [anon_sym_continue] = ACTIONS(3063), + [anon_sym_break] = ACTIONS(3063), + [anon_sym_COLON_COLON] = ACTIONS(4567), + [anon_sym_BANG_EQ] = ACTIONS(5848), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5850), + [anon_sym_EQ_EQ] = ACTIONS(5848), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5850), + [anon_sym_LT_EQ] = ACTIONS(5852), + [anon_sym_GT_EQ] = ACTIONS(5852), + [anon_sym_BANGin] = ACTIONS(5854), + [anon_sym_is] = ACTIONS(4577), + [anon_sym_BANGis] = ACTIONS(4579), + [anon_sym_PLUS] = ACTIONS(5856), + [anon_sym_DASH] = ACTIONS(5856), + [anon_sym_SLASH] = ACTIONS(5858), + [anon_sym_PERCENT] = ACTIONS(5836), + [anon_sym_as_QMARK] = ACTIONS(4583), + [anon_sym_PLUS_PLUS] = ACTIONS(4585), + [anon_sym_DASH_DASH] = ACTIONS(4585), + [anon_sym_BANG] = ACTIONS(3063), + [anon_sym_BANG_BANG] = ACTIONS(4585), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3065), + [anon_sym_continue_AT] = ACTIONS(3065), + [anon_sym_break_AT] = ACTIONS(3065), + [sym_real_literal] = ACTIONS(3065), + [sym_integer_literal] = ACTIONS(3063), + [sym_hex_literal] = ACTIONS(3065), + [sym_bin_literal] = ACTIONS(3065), + [anon_sym_true] = ACTIONS(3063), + [anon_sym_false] = ACTIONS(3063), + [anon_sym_SQUOTE] = ACTIONS(3065), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(3065), + [sym_safe_nav] = ACTIONS(4567), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3065), + }, + [2090] = { + [sym_indexing_suffix] = STATE(3424), + [sym_navigation_suffix] = STATE(3423), + [sym_call_suffix] = STATE(3420), + [sym_annotated_lambda] = STATE(3419), + [sym_type_arguments] = STATE(7492), + [sym_value_arguments] = STATE(2731), + [sym_lambda_literal] = STATE(3415), + [sym__equality_operator] = STATE(2108), + [sym__comparison_operator] = STATE(2109), + [sym__in_operator] = STATE(2110), + [sym__is_operator] = STATE(6160), + [sym__additive_operator] = STATE(2111), + [sym__multiplicative_operator] = STATE(2112), + [sym__as_operator] = STATE(6161), + [sym__postfix_unary_operator] = STATE(3414), + [sym__member_access_operator] = STATE(7370), + [sym_annotation] = STATE(7887), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2114), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7887), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(4543), + [anon_sym_as] = ACTIONS(4545), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_RBRACE] = ACTIONS(3069), + [anon_sym_LPAREN] = ACTIONS(4547), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(5834), + [anon_sym_object] = ACTIONS(3067), + [anon_sym_fun] = ACTIONS(3067), + [anon_sym_DOT] = ACTIONS(4551), + [anon_sym_SEMI] = ACTIONS(3069), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_this] = ACTIONS(3067), + [anon_sym_super] = ACTIONS(3067), + [anon_sym_STAR] = ACTIONS(5836), + [sym_label] = ACTIONS(4555), + [anon_sym_in] = ACTIONS(5838), + [anon_sym_DOT_DOT] = ACTIONS(5840), + [anon_sym_QMARK_COLON] = ACTIONS(5842), + [anon_sym_AMP_AMP] = ACTIONS(5844), + [anon_sym_PIPE_PIPE] = ACTIONS(5846), + [anon_sym_null] = ACTIONS(3067), + [anon_sym_if] = ACTIONS(3067), + [anon_sym_else] = ACTIONS(3067), + [anon_sym_when] = ACTIONS(3067), + [anon_sym_try] = ACTIONS(3067), + [anon_sym_throw] = ACTIONS(3067), + [anon_sym_return] = ACTIONS(3067), + [anon_sym_continue] = ACTIONS(3067), + [anon_sym_break] = ACTIONS(3067), + [anon_sym_COLON_COLON] = ACTIONS(4567), + [anon_sym_BANG_EQ] = ACTIONS(5848), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5850), + [anon_sym_EQ_EQ] = ACTIONS(5848), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5850), + [anon_sym_LT_EQ] = ACTIONS(5852), + [anon_sym_GT_EQ] = ACTIONS(5852), + [anon_sym_BANGin] = ACTIONS(5854), + [anon_sym_is] = ACTIONS(4577), + [anon_sym_BANGis] = ACTIONS(4579), + [anon_sym_PLUS] = ACTIONS(5856), + [anon_sym_DASH] = ACTIONS(5856), + [anon_sym_SLASH] = ACTIONS(5858), + [anon_sym_PERCENT] = ACTIONS(5836), + [anon_sym_as_QMARK] = ACTIONS(4583), + [anon_sym_PLUS_PLUS] = ACTIONS(4585), + [anon_sym_DASH_DASH] = ACTIONS(4585), + [anon_sym_BANG] = ACTIONS(3067), + [anon_sym_BANG_BANG] = ACTIONS(4585), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3069), + [anon_sym_continue_AT] = ACTIONS(3069), + [anon_sym_break_AT] = ACTIONS(3069), + [sym_real_literal] = ACTIONS(3069), + [sym_integer_literal] = ACTIONS(3067), + [sym_hex_literal] = ACTIONS(3069), + [sym_bin_literal] = ACTIONS(3069), + [anon_sym_true] = ACTIONS(3067), + [anon_sym_false] = ACTIONS(3067), + [anon_sym_SQUOTE] = ACTIONS(3069), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(3069), + [sym_safe_nav] = ACTIONS(4567), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3069), + }, + [2091] = { + [sym__expression] = STATE(1019), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(2362), + [sym_annotation] = STATE(2362), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(269), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1670), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1021), + [sym_label] = ACTIONS(1029), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(1672), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(1674), + [anon_sym_return] = ACTIONS(1676), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(1029), + [anon_sym_DASH] = ACTIONS(1029), + [anon_sym_PLUS_PLUS] = ACTIONS(1031), + [anon_sym_DASH_DASH] = ACTIONS(1031), + [anon_sym_BANG] = ACTIONS(1031), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), + }, + [2092] = { + [sym__expression] = STATE(665), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(2261), + [sym_annotation] = STATE(2261), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(262), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), + [sym__alpha_identifier] = ACTIONS(111), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1632), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(1253), + [sym_label] = ACTIONS(677), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(671), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(673), + [anon_sym_return] = ACTIONS(675), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(677), + [anon_sym_DASH] = ACTIONS(677), + [anon_sym_PLUS_PLUS] = ACTIONS(679), + [anon_sym_DASH_DASH] = ACTIONS(679), + [anon_sym_BANG] = ACTIONS(679), + [anon_sym_data] = ACTIONS(111), + [anon_sym_inner] = ACTIONS(111), + [anon_sym_expect] = ACTIONS(111), + [anon_sym_actual] = ACTIONS(111), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(1411), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(197), + }, + [2093] = { + [sym__expression] = STATE(662), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(2261), + [sym_annotation] = STATE(2261), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(262), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), + [sym__alpha_identifier] = ACTIONS(111), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1632), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(1253), + [sym_label] = ACTIONS(677), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(671), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(673), + [anon_sym_return] = ACTIONS(675), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(677), + [anon_sym_DASH] = ACTIONS(677), + [anon_sym_PLUS_PLUS] = ACTIONS(679), + [anon_sym_DASH_DASH] = ACTIONS(679), + [anon_sym_BANG] = ACTIONS(679), + [anon_sym_data] = ACTIONS(111), + [anon_sym_inner] = ACTIONS(111), + [anon_sym_expect] = ACTIONS(111), + [anon_sym_actual] = ACTIONS(111), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(1411), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(197), + }, + [2094] = { + [sym__expression] = STATE(4382), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), + [anon_sym_STAR] = ACTIONS(1065), [sym_label] = ACTIONS(327), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(3096), @@ -251332,10 +259038,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(329), [anon_sym_DASH_DASH] = ACTIONS(329), [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -251351,548 +259057,740 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [2016] = { - [sym__expression] = STATE(330), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2238), - [sym_annotation] = STATE(2238), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(269), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1670), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1047), - [sym_label] = ACTIONS(1055), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(1672), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(1674), - [anon_sym_return] = ACTIONS(1676), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(1055), - [anon_sym_DASH] = ACTIONS(1055), - [anon_sym_PLUS_PLUS] = ACTIONS(1057), - [anon_sym_DASH_DASH] = ACTIONS(1057), - [anon_sym_BANG] = ACTIONS(1057), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), + [2095] = { + [sym__expression] = STATE(673), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(2261), + [sym_annotation] = STATE(2261), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(262), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), + [sym__alpha_identifier] = ACTIONS(111), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1632), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(1253), + [sym_label] = ACTIONS(677), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(671), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(673), + [anon_sym_return] = ACTIONS(675), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(677), + [anon_sym_DASH] = ACTIONS(677), + [anon_sym_PLUS_PLUS] = ACTIONS(679), + [anon_sym_DASH_DASH] = ACTIONS(679), + [anon_sym_BANG] = ACTIONS(679), + [anon_sym_data] = ACTIONS(111), + [anon_sym_inner] = ACTIONS(111), + [anon_sym_expect] = ACTIONS(111), + [anon_sym_actual] = ACTIONS(111), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(1411), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), + [sym__string_start] = ACTIONS(197), }, - [2017] = { - [sym__expression] = STATE(4202), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4941), - [sym_parenthesized_expression] = STATE(4941), - [sym_collection_literal] = STATE(4941), - [sym__literal_constant] = STATE(4941), - [sym_string_literal] = STATE(4941), - [sym_lambda_literal] = STATE(4941), - [sym_anonymous_function] = STATE(4941), - [sym__function_literal] = STATE(4941), - [sym_object_literal] = STATE(4941), - [sym_this_expression] = STATE(4941), - [sym_super_expression] = STATE(4941), - [sym_if_expression] = STATE(4941), - [sym_when_expression] = STATE(4941), - [sym_try_expression] = STATE(4941), - [sym_jump_expression] = STATE(4941), - [sym_callable_reference] = STATE(4941), - [sym__prefix_unary_operator] = STATE(1637), - [sym_annotation] = STATE(1637), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5029), - [sym__return_at] = STATE(402), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4941), - [sym_long_literal] = STATE(4941), - [sym_boolean_literal] = STATE(4941), - [sym_character_literal] = STATE(4941), - [sym__lexical_identifier] = STATE(4529), - [sym__alpha_identifier] = ACTIONS(7), + [2096] = { + [sym__expression] = STATE(680), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(2261), + [sym_annotation] = STATE(2261), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(262), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), + [sym__alpha_identifier] = ACTIONS(111), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1912), - [anon_sym_fun] = ACTIONS(3176), - [anon_sym_get] = ACTIONS(7), - [anon_sym_set] = ACTIONS(7), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(43), - [sym_label] = ACTIONS(69), - [anon_sym_null] = ACTIONS(1916), - [anon_sym_if] = ACTIONS(3178), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(3180), - [anon_sym_return] = ACTIONS(3182), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(69), - [anon_sym_DASH] = ACTIONS(69), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_BANG] = ACTIONS(71), - [anon_sym_data] = ACTIONS(7), - [anon_sym_inner] = ACTIONS(7), - [anon_sym_expect] = ACTIONS(7), - [anon_sym_actual] = ACTIONS(7), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1632), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(1253), + [sym_label] = ACTIONS(677), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(671), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(673), + [anon_sym_return] = ACTIONS(675), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(677), + [anon_sym_DASH] = ACTIONS(677), + [anon_sym_PLUS_PLUS] = ACTIONS(679), + [anon_sym_DASH_DASH] = ACTIONS(679), + [anon_sym_BANG] = ACTIONS(679), + [anon_sym_data] = ACTIONS(111), + [anon_sym_inner] = ACTIONS(111), + [anon_sym_expect] = ACTIONS(111), + [anon_sym_actual] = ACTIONS(111), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(1411), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(197), + }, + [2097] = { + [sym__expression] = STATE(699), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(1786), + [sym_annotation] = STATE(1786), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(263), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1634), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1279), + [sym_label] = ACTIONS(767), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(761), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(763), + [anon_sym_return] = ACTIONS(765), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(767), + [anon_sym_DASH] = ACTIONS(767), + [anon_sym_PLUS_PLUS] = ACTIONS(769), + [anon_sym_DASH_DASH] = ACTIONS(769), + [anon_sym_BANG] = ACTIONS(769), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), + }, + [2098] = { + [sym__expression] = STATE(2165), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(3399), + [sym_parenthesized_expression] = STATE(3399), + [sym_collection_literal] = STATE(3399), + [sym__literal_constant] = STATE(3399), + [sym_string_literal] = STATE(3399), + [sym_lambda_literal] = STATE(3399), + [sym_anonymous_function] = STATE(3399), + [sym__function_literal] = STATE(3399), + [sym_object_literal] = STATE(3399), + [sym_this_expression] = STATE(3399), + [sym_super_expression] = STATE(3399), + [sym_if_expression] = STATE(3399), + [sym_when_expression] = STATE(3399), + [sym_try_expression] = STATE(3399), + [sym_jump_expression] = STATE(3399), + [sym_callable_reference] = STATE(3399), + [sym__prefix_unary_operator] = STATE(2070), + [sym_annotation] = STATE(2070), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3347), + [sym__return_at] = STATE(401), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(3399), + [sym_long_literal] = STATE(3399), + [sym_boolean_literal] = STATE(3399), + [sym_character_literal] = STATE(3399), + [sym__lexical_identifier] = STATE(2837), + [sym__alpha_identifier] = ACTIONS(333), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(335), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_LPAREN] = ACTIONS(345), + [anon_sym_object] = ACTIONS(1920), + [anon_sym_fun] = ACTIONS(3170), + [anon_sym_get] = ACTIONS(333), + [anon_sym_set] = ACTIONS(333), + [anon_sym_this] = ACTIONS(357), + [anon_sym_super] = ACTIONS(359), + [anon_sym_STAR] = ACTIONS(1111), + [sym_label] = ACTIONS(1119), + [anon_sym_null] = ACTIONS(1924), + [anon_sym_if] = ACTIONS(3172), + [anon_sym_when] = ACTIONS(375), + [anon_sym_try] = ACTIONS(377), + [anon_sym_throw] = ACTIONS(3174), + [anon_sym_return] = ACTIONS(3176), + [anon_sym_continue] = ACTIONS(383), + [anon_sym_break] = ACTIONS(383), + [anon_sym_COLON_COLON] = ACTIONS(385), + [anon_sym_PLUS] = ACTIONS(1119), + [anon_sym_DASH] = ACTIONS(1119), + [anon_sym_PLUS_PLUS] = ACTIONS(1121), + [anon_sym_DASH_DASH] = ACTIONS(1121), + [anon_sym_BANG] = ACTIONS(1121), + [anon_sym_data] = ACTIONS(333), + [anon_sym_inner] = ACTIONS(333), + [anon_sym_expect] = ACTIONS(333), + [anon_sym_actual] = ACTIONS(333), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(1918), - [sym_integer_literal] = ACTIONS(99), - [sym_hex_literal] = ACTIONS(101), - [sym_bin_literal] = ACTIONS(101), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [anon_sym_SQUOTE] = ACTIONS(105), - [sym__backtick_identifier] = ACTIONS(107), + [anon_sym_continue_AT] = ACTIONS(395), + [anon_sym_break_AT] = ACTIONS(397), + [sym_real_literal] = ACTIONS(1926), + [sym_integer_literal] = ACTIONS(401), + [sym_hex_literal] = ACTIONS(403), + [sym_bin_literal] = ACTIONS(403), + [anon_sym_true] = ACTIONS(405), + [anon_sym_false] = ACTIONS(405), + [anon_sym_SQUOTE] = ACTIONS(407), + [sym__backtick_identifier] = ACTIONS(409), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(109), + [sym__string_start] = ACTIONS(411), }, - [2018] = { - [sym__expression] = STATE(541), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2238), - [sym_annotation] = STATE(2238), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(269), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1670), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1047), - [sym_label] = ACTIONS(1055), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(1672), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(1674), - [anon_sym_return] = ACTIONS(1676), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(1055), - [anon_sym_DASH] = ACTIONS(1055), - [anon_sym_PLUS_PLUS] = ACTIONS(1057), - [anon_sym_DASH_DASH] = ACTIONS(1057), - [anon_sym_BANG] = ACTIONS(1057), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), + [2099] = { + [sym__expression] = STATE(2166), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(3399), + [sym_parenthesized_expression] = STATE(3399), + [sym_collection_literal] = STATE(3399), + [sym__literal_constant] = STATE(3399), + [sym_string_literal] = STATE(3399), + [sym_lambda_literal] = STATE(3399), + [sym_anonymous_function] = STATE(3399), + [sym__function_literal] = STATE(3399), + [sym_object_literal] = STATE(3399), + [sym_this_expression] = STATE(3399), + [sym_super_expression] = STATE(3399), + [sym_if_expression] = STATE(3399), + [sym_when_expression] = STATE(3399), + [sym_try_expression] = STATE(3399), + [sym_jump_expression] = STATE(3399), + [sym_callable_reference] = STATE(3399), + [sym__prefix_unary_operator] = STATE(2070), + [sym_annotation] = STATE(2070), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3347), + [sym__return_at] = STATE(401), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(3399), + [sym_long_literal] = STATE(3399), + [sym_boolean_literal] = STATE(3399), + [sym_character_literal] = STATE(3399), + [sym__lexical_identifier] = STATE(2837), + [sym__alpha_identifier] = ACTIONS(333), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(335), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_LPAREN] = ACTIONS(345), + [anon_sym_object] = ACTIONS(1920), + [anon_sym_fun] = ACTIONS(3170), + [anon_sym_get] = ACTIONS(333), + [anon_sym_set] = ACTIONS(333), + [anon_sym_this] = ACTIONS(357), + [anon_sym_super] = ACTIONS(359), + [anon_sym_STAR] = ACTIONS(1111), + [sym_label] = ACTIONS(1119), + [anon_sym_null] = ACTIONS(1924), + [anon_sym_if] = ACTIONS(3172), + [anon_sym_when] = ACTIONS(375), + [anon_sym_try] = ACTIONS(377), + [anon_sym_throw] = ACTIONS(3174), + [anon_sym_return] = ACTIONS(3176), + [anon_sym_continue] = ACTIONS(383), + [anon_sym_break] = ACTIONS(383), + [anon_sym_COLON_COLON] = ACTIONS(385), + [anon_sym_PLUS] = ACTIONS(1119), + [anon_sym_DASH] = ACTIONS(1119), + [anon_sym_PLUS_PLUS] = ACTIONS(1121), + [anon_sym_DASH_DASH] = ACTIONS(1121), + [anon_sym_BANG] = ACTIONS(1121), + [anon_sym_data] = ACTIONS(333), + [anon_sym_inner] = ACTIONS(333), + [anon_sym_expect] = ACTIONS(333), + [anon_sym_actual] = ACTIONS(333), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(395), + [anon_sym_break_AT] = ACTIONS(397), + [sym_real_literal] = ACTIONS(1926), + [sym_integer_literal] = ACTIONS(401), + [sym_hex_literal] = ACTIONS(403), + [sym_bin_literal] = ACTIONS(403), + [anon_sym_true] = ACTIONS(405), + [anon_sym_false] = ACTIONS(405), + [anon_sym_SQUOTE] = ACTIONS(407), + [sym__backtick_identifier] = ACTIONS(409), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), + [sym__string_start] = ACTIONS(411), }, - [2019] = { - [sym__expression] = STATE(2515), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(1643), - [sym_annotation] = STATE(1643), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(270), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), - [sym__alpha_identifier] = ACTIONS(537), + [2100] = { + [sym__expression] = STATE(2167), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(3399), + [sym_parenthesized_expression] = STATE(3399), + [sym_collection_literal] = STATE(3399), + [sym__literal_constant] = STATE(3399), + [sym_string_literal] = STATE(3399), + [sym_lambda_literal] = STATE(3399), + [sym_anonymous_function] = STATE(3399), + [sym__function_literal] = STATE(3399), + [sym_object_literal] = STATE(3399), + [sym_this_expression] = STATE(3399), + [sym_super_expression] = STATE(3399), + [sym_if_expression] = STATE(3399), + [sym_when_expression] = STATE(3399), + [sym_try_expression] = STATE(3399), + [sym_jump_expression] = STATE(3399), + [sym_callable_reference] = STATE(3399), + [sym__prefix_unary_operator] = STATE(2070), + [sym_annotation] = STATE(2070), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3347), + [sym__return_at] = STATE(401), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(3399), + [sym_long_literal] = STATE(3399), + [sym_boolean_literal] = STATE(3399), + [sym_character_literal] = STATE(3399), + [sym__lexical_identifier] = STATE(2837), + [sym__alpha_identifier] = ACTIONS(333), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1678), - [anon_sym_get] = ACTIONS(537), - [anon_sym_set] = ACTIONS(537), - [anon_sym_this] = ACTIONS(561), - [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1021), - [sym_label] = ACTIONS(1029), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(1680), - [anon_sym_when] = ACTIONS(579), - [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(1682), - [anon_sym_return] = ACTIONS(1684), - [anon_sym_continue] = ACTIONS(587), - [anon_sym_break] = ACTIONS(587), - [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(1029), - [anon_sym_DASH] = ACTIONS(1029), - [anon_sym_PLUS_PLUS] = ACTIONS(1031), - [anon_sym_DASH_DASH] = ACTIONS(1031), - [anon_sym_BANG] = ACTIONS(1031), - [anon_sym_data] = ACTIONS(537), - [anon_sym_inner] = ACTIONS(537), - [anon_sym_expect] = ACTIONS(537), - [anon_sym_actual] = ACTIONS(537), + [anon_sym_LBRACK] = ACTIONS(335), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_LPAREN] = ACTIONS(345), + [anon_sym_object] = ACTIONS(1920), + [anon_sym_fun] = ACTIONS(3170), + [anon_sym_get] = ACTIONS(333), + [anon_sym_set] = ACTIONS(333), + [anon_sym_this] = ACTIONS(357), + [anon_sym_super] = ACTIONS(359), + [anon_sym_STAR] = ACTIONS(1111), + [sym_label] = ACTIONS(1119), + [anon_sym_null] = ACTIONS(1924), + [anon_sym_if] = ACTIONS(3172), + [anon_sym_when] = ACTIONS(375), + [anon_sym_try] = ACTIONS(377), + [anon_sym_throw] = ACTIONS(3174), + [anon_sym_return] = ACTIONS(3176), + [anon_sym_continue] = ACTIONS(383), + [anon_sym_break] = ACTIONS(383), + [anon_sym_COLON_COLON] = ACTIONS(385), + [anon_sym_PLUS] = ACTIONS(1119), + [anon_sym_DASH] = ACTIONS(1119), + [anon_sym_PLUS_PLUS] = ACTIONS(1121), + [anon_sym_DASH_DASH] = ACTIONS(1121), + [anon_sym_BANG] = ACTIONS(1121), + [anon_sym_data] = ACTIONS(333), + [anon_sym_inner] = ACTIONS(333), + [anon_sym_expect] = ACTIONS(333), + [anon_sym_actual] = ACTIONS(333), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(599), - [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), - [sym_integer_literal] = ACTIONS(605), - [sym_hex_literal] = ACTIONS(607), - [sym_bin_literal] = ACTIONS(607), - [anon_sym_true] = ACTIONS(609), - [anon_sym_false] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(611), - [sym__backtick_identifier] = ACTIONS(613), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(395), + [anon_sym_break_AT] = ACTIONS(397), + [sym_real_literal] = ACTIONS(1926), + [sym_integer_literal] = ACTIONS(401), + [sym_hex_literal] = ACTIONS(403), + [sym_bin_literal] = ACTIONS(403), + [anon_sym_true] = ACTIONS(405), + [anon_sym_false] = ACTIONS(405), + [anon_sym_SQUOTE] = ACTIONS(407), + [sym__backtick_identifier] = ACTIONS(409), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(615), + [sym__string_start] = ACTIONS(411), }, - [2020] = { - [sym__expression] = STATE(3950), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4941), - [sym_parenthesized_expression] = STATE(4941), - [sym_collection_literal] = STATE(4941), - [sym__literal_constant] = STATE(4941), - [sym_string_literal] = STATE(4941), - [sym_lambda_literal] = STATE(4941), - [sym_anonymous_function] = STATE(4941), - [sym__function_literal] = STATE(4941), - [sym_object_literal] = STATE(4941), - [sym_this_expression] = STATE(4941), - [sym_super_expression] = STATE(4941), - [sym_if_expression] = STATE(4941), - [sym_when_expression] = STATE(4941), - [sym_try_expression] = STATE(4941), - [sym_jump_expression] = STATE(4941), - [sym_callable_reference] = STATE(4941), - [sym__prefix_unary_operator] = STATE(2020), - [sym_annotation] = STATE(2020), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5029), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4941), - [sym_long_literal] = STATE(4941), - [sym_boolean_literal] = STATE(4941), - [sym_character_literal] = STATE(4941), - [sym__lexical_identifier] = STATE(4529), - [sym__alpha_identifier] = ACTIONS(7), + [2101] = { + [sym__expression] = STATE(2168), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(3399), + [sym_parenthesized_expression] = STATE(3399), + [sym_collection_literal] = STATE(3399), + [sym__literal_constant] = STATE(3399), + [sym_string_literal] = STATE(3399), + [sym_lambda_literal] = STATE(3399), + [sym_anonymous_function] = STATE(3399), + [sym__function_literal] = STATE(3399), + [sym_object_literal] = STATE(3399), + [sym_this_expression] = STATE(3399), + [sym_super_expression] = STATE(3399), + [sym_if_expression] = STATE(3399), + [sym_when_expression] = STATE(3399), + [sym_try_expression] = STATE(3399), + [sym_jump_expression] = STATE(3399), + [sym_callable_reference] = STATE(3399), + [sym__prefix_unary_operator] = STATE(2070), + [sym_annotation] = STATE(2070), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3347), + [sym__return_at] = STATE(401), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(3399), + [sym_long_literal] = STATE(3399), + [sym_boolean_literal] = STATE(3399), + [sym_character_literal] = STATE(3399), + [sym__lexical_identifier] = STATE(2837), + [sym__alpha_identifier] = ACTIONS(333), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1912), - [anon_sym_fun] = ACTIONS(1974), - [anon_sym_get] = ACTIONS(7), - [anon_sym_set] = ACTIONS(7), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(1213), - [sym_label] = ACTIONS(639), - [anon_sym_null] = ACTIONS(1916), - [anon_sym_if] = ACTIONS(55), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(61), - [anon_sym_return] = ACTIONS(63), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_PLUS_PLUS] = ACTIONS(641), - [anon_sym_DASH_DASH] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), - [anon_sym_data] = ACTIONS(7), - [anon_sym_inner] = ACTIONS(7), - [anon_sym_expect] = ACTIONS(7), - [anon_sym_actual] = ACTIONS(7), + [anon_sym_LBRACK] = ACTIONS(335), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_LPAREN] = ACTIONS(345), + [anon_sym_object] = ACTIONS(1920), + [anon_sym_fun] = ACTIONS(3170), + [anon_sym_get] = ACTIONS(333), + [anon_sym_set] = ACTIONS(333), + [anon_sym_this] = ACTIONS(357), + [anon_sym_super] = ACTIONS(359), + [anon_sym_STAR] = ACTIONS(1111), + [sym_label] = ACTIONS(1119), + [anon_sym_null] = ACTIONS(1924), + [anon_sym_if] = ACTIONS(3172), + [anon_sym_when] = ACTIONS(375), + [anon_sym_try] = ACTIONS(377), + [anon_sym_throw] = ACTIONS(3174), + [anon_sym_return] = ACTIONS(3176), + [anon_sym_continue] = ACTIONS(383), + [anon_sym_break] = ACTIONS(383), + [anon_sym_COLON_COLON] = ACTIONS(385), + [anon_sym_PLUS] = ACTIONS(1119), + [anon_sym_DASH] = ACTIONS(1119), + [anon_sym_PLUS_PLUS] = ACTIONS(1121), + [anon_sym_DASH_DASH] = ACTIONS(1121), + [anon_sym_BANG] = ACTIONS(1121), + [anon_sym_data] = ACTIONS(333), + [anon_sym_inner] = ACTIONS(333), + [anon_sym_expect] = ACTIONS(333), + [anon_sym_actual] = ACTIONS(333), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(1918), - [sym_integer_literal] = ACTIONS(99), - [sym_hex_literal] = ACTIONS(101), - [sym_bin_literal] = ACTIONS(101), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [anon_sym_SQUOTE] = ACTIONS(105), - [sym__backtick_identifier] = ACTIONS(107), + [anon_sym_continue_AT] = ACTIONS(395), + [anon_sym_break_AT] = ACTIONS(397), + [sym_real_literal] = ACTIONS(1926), + [sym_integer_literal] = ACTIONS(401), + [sym_hex_literal] = ACTIONS(403), + [sym_bin_literal] = ACTIONS(403), + [anon_sym_true] = ACTIONS(405), + [anon_sym_false] = ACTIONS(405), + [anon_sym_SQUOTE] = ACTIONS(407), + [sym__backtick_identifier] = ACTIONS(409), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(109), + [sym__string_start] = ACTIONS(411), }, - [2021] = { - [sym__expression] = STATE(4345), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [2102] = { + [sym__expression] = STATE(4336), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), + [anon_sym_STAR] = ACTIONS(1065), [sym_label] = ACTIONS(327), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(3096), @@ -251908,10 +259806,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(329), [anon_sym_DASH_DASH] = ACTIONS(329), [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -251927,1043 +259825,563 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [2022] = { - [sym_type_constraints] = STATE(2456), - [sym_property_delegate] = STATE(2624), - [sym_getter] = STATE(5040), - [sym_setter] = STATE(5040), - [sym_modifiers] = STATE(8567), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1694), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1696), - [anon_sym_as] = ACTIONS(1694), - [anon_sym_EQ] = ACTIONS(5844), - [anon_sym_LBRACE] = ACTIONS(1696), - [anon_sym_RBRACE] = ACTIONS(1696), - [anon_sym_LPAREN] = ACTIONS(1696), - [anon_sym_by] = ACTIONS(5774), - [anon_sym_LT] = ACTIONS(1694), - [anon_sym_GT] = ACTIONS(1694), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(3736), - [anon_sym_get] = ACTIONS(5776), - [anon_sym_set] = ACTIONS(5778), - [anon_sym_STAR] = ACTIONS(1694), - [sym_label] = ACTIONS(1696), - [anon_sym_in] = ACTIONS(1694), - [anon_sym_DOT_DOT] = ACTIONS(1696), - [anon_sym_QMARK_COLON] = ACTIONS(1696), - [anon_sym_AMP_AMP] = ACTIONS(1696), - [anon_sym_PIPE_PIPE] = ACTIONS(1696), - [anon_sym_else] = ACTIONS(1694), - [anon_sym_COLON_COLON] = ACTIONS(1696), - [anon_sym_PLUS_EQ] = ACTIONS(1696), - [anon_sym_DASH_EQ] = ACTIONS(1696), - [anon_sym_STAR_EQ] = ACTIONS(1696), - [anon_sym_SLASH_EQ] = ACTIONS(1696), - [anon_sym_PERCENT_EQ] = ACTIONS(1696), - [anon_sym_BANG_EQ] = ACTIONS(1694), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), - [anon_sym_EQ_EQ] = ACTIONS(1694), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), - [anon_sym_LT_EQ] = ACTIONS(1696), - [anon_sym_GT_EQ] = ACTIONS(1696), - [anon_sym_BANGin] = ACTIONS(1696), - [anon_sym_is] = ACTIONS(1694), - [anon_sym_BANGis] = ACTIONS(1696), - [anon_sym_PLUS] = ACTIONS(1694), - [anon_sym_DASH] = ACTIONS(1694), - [anon_sym_SLASH] = ACTIONS(1694), - [anon_sym_PERCENT] = ACTIONS(1694), - [anon_sym_as_QMARK] = ACTIONS(1696), - [anon_sym_PLUS_PLUS] = ACTIONS(1696), - [anon_sym_DASH_DASH] = ACTIONS(1696), - [anon_sym_BANG_BANG] = ACTIONS(1696), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1696), - [sym__automatic_semicolon] = ACTIONS(1696), - [sym_safe_nav] = ACTIONS(1696), - [sym_multiline_comment] = ACTIONS(3), - }, - [2023] = { - [sym__expression] = STATE(3930), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4941), - [sym_parenthesized_expression] = STATE(4941), - [sym_collection_literal] = STATE(4941), - [sym__literal_constant] = STATE(4941), - [sym_string_literal] = STATE(4941), - [sym_lambda_literal] = STATE(4941), - [sym_anonymous_function] = STATE(4941), - [sym__function_literal] = STATE(4941), - [sym_object_literal] = STATE(4941), - [sym_this_expression] = STATE(4941), - [sym_super_expression] = STATE(4941), - [sym_if_expression] = STATE(4941), - [sym_when_expression] = STATE(4941), - [sym_try_expression] = STATE(4941), - [sym_jump_expression] = STATE(4941), - [sym_callable_reference] = STATE(4941), - [sym__prefix_unary_operator] = STATE(2020), - [sym_annotation] = STATE(2020), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5029), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4941), - [sym_long_literal] = STATE(4941), - [sym_boolean_literal] = STATE(4941), - [sym_character_literal] = STATE(4941), - [sym__lexical_identifier] = STATE(4529), - [sym__alpha_identifier] = ACTIONS(7), + [2103] = { + [sym__expression] = STATE(1293), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(2261), + [sym_annotation] = STATE(2261), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(262), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), + [sym__alpha_identifier] = ACTIONS(111), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1912), - [anon_sym_fun] = ACTIONS(1974), - [anon_sym_get] = ACTIONS(7), - [anon_sym_set] = ACTIONS(7), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(1213), - [sym_label] = ACTIONS(639), - [anon_sym_null] = ACTIONS(1916), - [anon_sym_if] = ACTIONS(55), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(61), - [anon_sym_return] = ACTIONS(63), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_PLUS_PLUS] = ACTIONS(641), - [anon_sym_DASH_DASH] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), - [anon_sym_data] = ACTIONS(7), - [anon_sym_inner] = ACTIONS(7), - [anon_sym_expect] = ACTIONS(7), - [anon_sym_actual] = ACTIONS(7), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(1918), - [sym_integer_literal] = ACTIONS(99), - [sym_hex_literal] = ACTIONS(101), - [sym_bin_literal] = ACTIONS(101), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [anon_sym_SQUOTE] = ACTIONS(105), - [sym__backtick_identifier] = ACTIONS(107), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(109), - }, - [2024] = { - [sym__expression] = STATE(3928), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4941), - [sym_parenthesized_expression] = STATE(4941), - [sym_collection_literal] = STATE(4941), - [sym__literal_constant] = STATE(4941), - [sym_string_literal] = STATE(4941), - [sym_lambda_literal] = STATE(4941), - [sym_anonymous_function] = STATE(4941), - [sym__function_literal] = STATE(4941), - [sym_object_literal] = STATE(4941), - [sym_this_expression] = STATE(4941), - [sym_super_expression] = STATE(4941), - [sym_if_expression] = STATE(4941), - [sym_when_expression] = STATE(4941), - [sym_try_expression] = STATE(4941), - [sym_jump_expression] = STATE(4941), - [sym_callable_reference] = STATE(4941), - [sym__prefix_unary_operator] = STATE(2020), - [sym_annotation] = STATE(2020), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5029), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4941), - [sym_long_literal] = STATE(4941), - [sym_boolean_literal] = STATE(4941), - [sym_character_literal] = STATE(4941), - [sym__lexical_identifier] = STATE(4529), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1912), - [anon_sym_fun] = ACTIONS(1974), - [anon_sym_get] = ACTIONS(7), - [anon_sym_set] = ACTIONS(7), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(1213), - [sym_label] = ACTIONS(639), - [anon_sym_null] = ACTIONS(1916), - [anon_sym_if] = ACTIONS(55), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(61), - [anon_sym_return] = ACTIONS(63), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_PLUS_PLUS] = ACTIONS(641), - [anon_sym_DASH_DASH] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), - [anon_sym_data] = ACTIONS(7), - [anon_sym_inner] = ACTIONS(7), - [anon_sym_expect] = ACTIONS(7), - [anon_sym_actual] = ACTIONS(7), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(1918), - [sym_integer_literal] = ACTIONS(99), - [sym_hex_literal] = ACTIONS(101), - [sym_bin_literal] = ACTIONS(101), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [anon_sym_SQUOTE] = ACTIONS(105), - [sym__backtick_identifier] = ACTIONS(107), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(109), - }, - [2025] = { - [sym__expression] = STATE(3927), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4941), - [sym_parenthesized_expression] = STATE(4941), - [sym_collection_literal] = STATE(4941), - [sym__literal_constant] = STATE(4941), - [sym_string_literal] = STATE(4941), - [sym_lambda_literal] = STATE(4941), - [sym_anonymous_function] = STATE(4941), - [sym__function_literal] = STATE(4941), - [sym_object_literal] = STATE(4941), - [sym_this_expression] = STATE(4941), - [sym_super_expression] = STATE(4941), - [sym_if_expression] = STATE(4941), - [sym_when_expression] = STATE(4941), - [sym_try_expression] = STATE(4941), - [sym_jump_expression] = STATE(4941), - [sym_callable_reference] = STATE(4941), - [sym__prefix_unary_operator] = STATE(2020), - [sym_annotation] = STATE(2020), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5029), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4941), - [sym_long_literal] = STATE(4941), - [sym_boolean_literal] = STATE(4941), - [sym_character_literal] = STATE(4941), - [sym__lexical_identifier] = STATE(4529), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1912), - [anon_sym_fun] = ACTIONS(1974), - [anon_sym_get] = ACTIONS(7), - [anon_sym_set] = ACTIONS(7), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(1213), - [sym_label] = ACTIONS(639), - [anon_sym_null] = ACTIONS(1916), - [anon_sym_if] = ACTIONS(55), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(61), - [anon_sym_return] = ACTIONS(63), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_PLUS_PLUS] = ACTIONS(641), - [anon_sym_DASH_DASH] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), - [anon_sym_data] = ACTIONS(7), - [anon_sym_inner] = ACTIONS(7), - [anon_sym_expect] = ACTIONS(7), - [anon_sym_actual] = ACTIONS(7), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(1918), - [sym_integer_literal] = ACTIONS(99), - [sym_hex_literal] = ACTIONS(101), - [sym_bin_literal] = ACTIONS(101), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [anon_sym_SQUOTE] = ACTIONS(105), - [sym__backtick_identifier] = ACTIONS(107), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(109), - }, - [2026] = { - [sym__expression] = STATE(3923), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4941), - [sym_parenthesized_expression] = STATE(4941), - [sym_collection_literal] = STATE(4941), - [sym__literal_constant] = STATE(4941), - [sym_string_literal] = STATE(4941), - [sym_lambda_literal] = STATE(4941), - [sym_anonymous_function] = STATE(4941), - [sym__function_literal] = STATE(4941), - [sym_object_literal] = STATE(4941), - [sym_this_expression] = STATE(4941), - [sym_super_expression] = STATE(4941), - [sym_if_expression] = STATE(4941), - [sym_when_expression] = STATE(4941), - [sym_try_expression] = STATE(4941), - [sym_jump_expression] = STATE(4941), - [sym_callable_reference] = STATE(4941), - [sym__prefix_unary_operator] = STATE(2020), - [sym_annotation] = STATE(2020), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5029), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4941), - [sym_long_literal] = STATE(4941), - [sym_boolean_literal] = STATE(4941), - [sym_character_literal] = STATE(4941), - [sym__lexical_identifier] = STATE(4529), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1912), - [anon_sym_fun] = ACTIONS(1974), - [anon_sym_get] = ACTIONS(7), - [anon_sym_set] = ACTIONS(7), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(1213), - [sym_label] = ACTIONS(639), - [anon_sym_null] = ACTIONS(1916), - [anon_sym_if] = ACTIONS(55), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(61), - [anon_sym_return] = ACTIONS(63), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_PLUS_PLUS] = ACTIONS(641), - [anon_sym_DASH_DASH] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), - [anon_sym_data] = ACTIONS(7), - [anon_sym_inner] = ACTIONS(7), - [anon_sym_expect] = ACTIONS(7), - [anon_sym_actual] = ACTIONS(7), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(1918), - [sym_integer_literal] = ACTIONS(99), - [sym_hex_literal] = ACTIONS(101), - [sym_bin_literal] = ACTIONS(101), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [anon_sym_SQUOTE] = ACTIONS(105), - [sym__backtick_identifier] = ACTIONS(107), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(109), - }, - [2027] = { - [sym__expression] = STATE(3921), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4941), - [sym_parenthesized_expression] = STATE(4941), - [sym_collection_literal] = STATE(4941), - [sym__literal_constant] = STATE(4941), - [sym_string_literal] = STATE(4941), - [sym_lambda_literal] = STATE(4941), - [sym_anonymous_function] = STATE(4941), - [sym__function_literal] = STATE(4941), - [sym_object_literal] = STATE(4941), - [sym_this_expression] = STATE(4941), - [sym_super_expression] = STATE(4941), - [sym_if_expression] = STATE(4941), - [sym_when_expression] = STATE(4941), - [sym_try_expression] = STATE(4941), - [sym_jump_expression] = STATE(4941), - [sym_callable_reference] = STATE(4941), - [sym__prefix_unary_operator] = STATE(2020), - [sym_annotation] = STATE(2020), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5029), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4941), - [sym_long_literal] = STATE(4941), - [sym_boolean_literal] = STATE(4941), - [sym_character_literal] = STATE(4941), - [sym__lexical_identifier] = STATE(4529), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1912), - [anon_sym_fun] = ACTIONS(1974), - [anon_sym_get] = ACTIONS(7), - [anon_sym_set] = ACTIONS(7), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(1213), - [sym_label] = ACTIONS(639), - [anon_sym_null] = ACTIONS(1916), - [anon_sym_if] = ACTIONS(55), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(61), - [anon_sym_return] = ACTIONS(63), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_PLUS_PLUS] = ACTIONS(641), - [anon_sym_DASH_DASH] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), - [anon_sym_data] = ACTIONS(7), - [anon_sym_inner] = ACTIONS(7), - [anon_sym_expect] = ACTIONS(7), - [anon_sym_actual] = ACTIONS(7), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1632), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(1253), + [sym_label] = ACTIONS(677), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(671), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(673), + [anon_sym_return] = ACTIONS(675), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(677), + [anon_sym_DASH] = ACTIONS(677), + [anon_sym_PLUS_PLUS] = ACTIONS(679), + [anon_sym_DASH_DASH] = ACTIONS(679), + [anon_sym_BANG] = ACTIONS(679), + [anon_sym_data] = ACTIONS(111), + [anon_sym_inner] = ACTIONS(111), + [anon_sym_expect] = ACTIONS(111), + [anon_sym_actual] = ACTIONS(111), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(1918), - [sym_integer_literal] = ACTIONS(99), - [sym_hex_literal] = ACTIONS(101), - [sym_bin_literal] = ACTIONS(101), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [anon_sym_SQUOTE] = ACTIONS(105), - [sym__backtick_identifier] = ACTIONS(107), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(1411), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(109), + [sym__string_start] = ACTIONS(197), }, - [2028] = { - [sym__expression] = STATE(3920), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4941), - [sym_parenthesized_expression] = STATE(4941), - [sym_collection_literal] = STATE(4941), - [sym__literal_constant] = STATE(4941), - [sym_string_literal] = STATE(4941), - [sym_lambda_literal] = STATE(4941), - [sym_anonymous_function] = STATE(4941), - [sym__function_literal] = STATE(4941), - [sym_object_literal] = STATE(4941), - [sym_this_expression] = STATE(4941), - [sym_super_expression] = STATE(4941), - [sym_if_expression] = STATE(4941), - [sym_when_expression] = STATE(4941), - [sym_try_expression] = STATE(4941), - [sym_jump_expression] = STATE(4941), - [sym_callable_reference] = STATE(4941), - [sym__prefix_unary_operator] = STATE(2020), - [sym_annotation] = STATE(2020), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5029), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4941), - [sym_long_literal] = STATE(4941), - [sym_boolean_literal] = STATE(4941), - [sym_character_literal] = STATE(4941), - [sym__lexical_identifier] = STATE(4529), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1912), - [anon_sym_fun] = ACTIONS(1974), - [anon_sym_get] = ACTIONS(7), - [anon_sym_set] = ACTIONS(7), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(1213), - [sym_label] = ACTIONS(639), - [anon_sym_null] = ACTIONS(1916), - [anon_sym_if] = ACTIONS(55), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(61), - [anon_sym_return] = ACTIONS(63), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_PLUS_PLUS] = ACTIONS(641), - [anon_sym_DASH_DASH] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), - [anon_sym_data] = ACTIONS(7), - [anon_sym_inner] = ACTIONS(7), - [anon_sym_expect] = ACTIONS(7), - [anon_sym_actual] = ACTIONS(7), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(1918), - [sym_integer_literal] = ACTIONS(99), - [sym_hex_literal] = ACTIONS(101), - [sym_bin_literal] = ACTIONS(101), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [anon_sym_SQUOTE] = ACTIONS(105), - [sym__backtick_identifier] = ACTIONS(107), + [2104] = { + [sym__expression] = STATE(2376), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(2143), + [sym_annotation] = STATE(2143), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(267), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1654), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(873), + [sym_label] = ACTIONS(883), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(1656), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(1658), + [anon_sym_return] = ACTIONS(1660), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(883), + [anon_sym_DASH] = ACTIONS(883), + [anon_sym_PLUS_PLUS] = ACTIONS(885), + [anon_sym_DASH_DASH] = ACTIONS(885), + [anon_sym_BANG] = ACTIONS(885), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(109), + [sym__string_start] = ACTIONS(535), }, - [2029] = { - [sym__expression] = STATE(3919), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4941), - [sym_parenthesized_expression] = STATE(4941), - [sym_collection_literal] = STATE(4941), - [sym__literal_constant] = STATE(4941), - [sym_string_literal] = STATE(4941), - [sym_lambda_literal] = STATE(4941), - [sym_anonymous_function] = STATE(4941), - [sym__function_literal] = STATE(4941), - [sym_object_literal] = STATE(4941), - [sym_this_expression] = STATE(4941), - [sym_super_expression] = STATE(4941), - [sym_if_expression] = STATE(4941), - [sym_when_expression] = STATE(4941), - [sym_try_expression] = STATE(4941), - [sym_jump_expression] = STATE(4941), - [sym_callable_reference] = STATE(4941), - [sym__prefix_unary_operator] = STATE(2020), - [sym_annotation] = STATE(2020), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5029), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4941), - [sym_long_literal] = STATE(4941), - [sym_boolean_literal] = STATE(4941), - [sym_character_literal] = STATE(4941), - [sym__lexical_identifier] = STATE(4529), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1912), - [anon_sym_fun] = ACTIONS(1974), - [anon_sym_get] = ACTIONS(7), - [anon_sym_set] = ACTIONS(7), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(1213), - [sym_label] = ACTIONS(639), - [anon_sym_null] = ACTIONS(1916), - [anon_sym_if] = ACTIONS(55), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(61), - [anon_sym_return] = ACTIONS(63), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_PLUS_PLUS] = ACTIONS(641), - [anon_sym_DASH_DASH] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), - [anon_sym_data] = ACTIONS(7), - [anon_sym_inner] = ACTIONS(7), - [anon_sym_expect] = ACTIONS(7), - [anon_sym_actual] = ACTIONS(7), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(1918), - [sym_integer_literal] = ACTIONS(99), - [sym_hex_literal] = ACTIONS(101), - [sym_bin_literal] = ACTIONS(101), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [anon_sym_SQUOTE] = ACTIONS(105), - [sym__backtick_identifier] = ACTIONS(107), + [2105] = { + [sym__expression] = STATE(705), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(1786), + [sym_annotation] = STATE(1786), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(263), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1634), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1279), + [sym_label] = ACTIONS(767), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(761), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(763), + [anon_sym_return] = ACTIONS(765), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(767), + [anon_sym_DASH] = ACTIONS(767), + [anon_sym_PLUS_PLUS] = ACTIONS(769), + [anon_sym_DASH_DASH] = ACTIONS(769), + [anon_sym_BANG] = ACTIONS(769), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(109), + [sym__string_start] = ACTIONS(535), }, - [2030] = { - [sym__expression] = STATE(3918), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4941), - [sym_parenthesized_expression] = STATE(4941), - [sym_collection_literal] = STATE(4941), - [sym__literal_constant] = STATE(4941), - [sym_string_literal] = STATE(4941), - [sym_lambda_literal] = STATE(4941), - [sym_anonymous_function] = STATE(4941), - [sym__function_literal] = STATE(4941), - [sym_object_literal] = STATE(4941), - [sym_this_expression] = STATE(4941), - [sym_super_expression] = STATE(4941), - [sym_if_expression] = STATE(4941), - [sym_when_expression] = STATE(4941), - [sym_try_expression] = STATE(4941), - [sym_jump_expression] = STATE(4941), - [sym_callable_reference] = STATE(4941), - [sym__prefix_unary_operator] = STATE(2020), - [sym_annotation] = STATE(2020), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5029), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4941), - [sym_long_literal] = STATE(4941), - [sym_boolean_literal] = STATE(4941), - [sym_character_literal] = STATE(4941), - [sym__lexical_identifier] = STATE(4529), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1912), - [anon_sym_fun] = ACTIONS(1974), - [anon_sym_get] = ACTIONS(7), - [anon_sym_set] = ACTIONS(7), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(1213), - [sym_label] = ACTIONS(639), - [anon_sym_null] = ACTIONS(1916), - [anon_sym_if] = ACTIONS(55), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(61), - [anon_sym_return] = ACTIONS(63), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_PLUS_PLUS] = ACTIONS(641), - [anon_sym_DASH_DASH] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), - [anon_sym_data] = ACTIONS(7), - [anon_sym_inner] = ACTIONS(7), - [anon_sym_expect] = ACTIONS(7), - [anon_sym_actual] = ACTIONS(7), + [2106] = { + [sym__expression] = STATE(4270), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(1897), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(331), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(2020), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(813), + [sym_label] = ACTIONS(821), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(2022), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(2024), + [anon_sym_return] = ACTIONS(2026), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(823), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(1918), - [sym_integer_literal] = ACTIONS(99), - [sym_hex_literal] = ACTIONS(101), - [sym_bin_literal] = ACTIONS(101), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [anon_sym_SQUOTE] = ACTIONS(105), - [sym__backtick_identifier] = ACTIONS(107), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(109), + [sym__string_start] = ACTIONS(283), }, - [2031] = { - [sym__expression] = STATE(3917), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4941), - [sym_parenthesized_expression] = STATE(4941), - [sym_collection_literal] = STATE(4941), - [sym__literal_constant] = STATE(4941), - [sym_string_literal] = STATE(4941), - [sym_lambda_literal] = STATE(4941), - [sym_anonymous_function] = STATE(4941), - [sym__function_literal] = STATE(4941), - [sym_object_literal] = STATE(4941), - [sym_this_expression] = STATE(4941), - [sym_super_expression] = STATE(4941), - [sym_if_expression] = STATE(4941), - [sym_when_expression] = STATE(4941), - [sym_try_expression] = STATE(4941), - [sym_jump_expression] = STATE(4941), - [sym_callable_reference] = STATE(4941), - [sym__prefix_unary_operator] = STATE(2020), - [sym_annotation] = STATE(2020), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5029), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4941), - [sym_long_literal] = STATE(4941), - [sym_boolean_literal] = STATE(4941), - [sym_character_literal] = STATE(4941), - [sym__lexical_identifier] = STATE(4529), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1912), - [anon_sym_fun] = ACTIONS(1974), - [anon_sym_get] = ACTIONS(7), - [anon_sym_set] = ACTIONS(7), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(1213), - [sym_label] = ACTIONS(639), - [anon_sym_null] = ACTIONS(1916), - [anon_sym_if] = ACTIONS(55), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(61), - [anon_sym_return] = ACTIONS(63), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_PLUS_PLUS] = ACTIONS(641), - [anon_sym_DASH_DASH] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), - [anon_sym_data] = ACTIONS(7), - [anon_sym_inner] = ACTIONS(7), - [anon_sym_expect] = ACTIONS(7), - [anon_sym_actual] = ACTIONS(7), + [2107] = { + [sym__expression] = STATE(4222), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(1897), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(331), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(2020), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(813), + [sym_label] = ACTIONS(821), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(2022), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(2024), + [anon_sym_return] = ACTIONS(2026), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(823), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(1918), - [sym_integer_literal] = ACTIONS(99), - [sym_hex_literal] = ACTIONS(101), - [sym_bin_literal] = ACTIONS(101), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [anon_sym_SQUOTE] = ACTIONS(105), - [sym__backtick_identifier] = ACTIONS(107), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(109), + [sym__string_start] = ACTIONS(283), }, - [2032] = { - [sym__expression] = STATE(1457), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(3231), - [sym_parenthesized_expression] = STATE(3231), - [sym_collection_literal] = STATE(3231), - [sym__literal_constant] = STATE(3231), - [sym_string_literal] = STATE(3231), - [sym_lambda_literal] = STATE(3231), - [sym_anonymous_function] = STATE(3231), - [sym__function_literal] = STATE(3231), - [sym_object_literal] = STATE(3231), - [sym_this_expression] = STATE(3231), - [sym_super_expression] = STATE(3231), - [sym_if_expression] = STATE(3231), - [sym_when_expression] = STATE(3231), - [sym_try_expression] = STATE(3231), - [sym_jump_expression] = STATE(3231), - [sym_callable_reference] = STATE(3231), - [sym__prefix_unary_operator] = STATE(2071), - [sym_annotation] = STATE(2071), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3311), - [sym__return_at] = STATE(367), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(3231), - [sym_long_literal] = STATE(3231), - [sym_boolean_literal] = STATE(3231), - [sym_character_literal] = STATE(3231), - [sym__lexical_identifier] = STATE(2890), + [2108] = { + [sym__expression] = STATE(2171), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(3399), + [sym_parenthesized_expression] = STATE(3399), + [sym_collection_literal] = STATE(3399), + [sym__literal_constant] = STATE(3399), + [sym_string_literal] = STATE(3399), + [sym_lambda_literal] = STATE(3399), + [sym_anonymous_function] = STATE(3399), + [sym__function_literal] = STATE(3399), + [sym_object_literal] = STATE(3399), + [sym_this_expression] = STATE(3399), + [sym_super_expression] = STATE(3399), + [sym_if_expression] = STATE(3399), + [sym_when_expression] = STATE(3399), + [sym_try_expression] = STATE(3399), + [sym_jump_expression] = STATE(3399), + [sym_callable_reference] = STATE(3399), + [sym__prefix_unary_operator] = STATE(2070), + [sym_annotation] = STATE(2070), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3347), + [sym__return_at] = STATE(401), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(3399), + [sym_long_literal] = STATE(3399), + [sym_boolean_literal] = STATE(3399), + [sym_character_literal] = STATE(3399), + [sym__lexical_identifier] = STATE(2837), [sym__alpha_identifier] = ACTIONS(333), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(335), - [anon_sym_LBRACE] = ACTIONS(1920), + [anon_sym_LBRACE] = ACTIONS(1918), [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_object] = ACTIONS(1922), - [anon_sym_fun] = ACTIONS(3041), + [anon_sym_object] = ACTIONS(1920), + [anon_sym_fun] = ACTIONS(3170), [anon_sym_get] = ACTIONS(333), [anon_sym_set] = ACTIONS(333), [anon_sym_this] = ACTIONS(357), [anon_sym_super] = ACTIONS(359), - [anon_sym_STAR] = ACTIONS(933), - [sym_label] = ACTIONS(943), - [anon_sym_null] = ACTIONS(1926), - [anon_sym_if] = ACTIONS(3043), + [anon_sym_STAR] = ACTIONS(1111), + [sym_label] = ACTIONS(1119), + [anon_sym_null] = ACTIONS(1924), + [anon_sym_if] = ACTIONS(3172), [anon_sym_when] = ACTIONS(375), [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(3045), - [anon_sym_return] = ACTIONS(3047), + [anon_sym_throw] = ACTIONS(3174), + [anon_sym_return] = ACTIONS(3176), [anon_sym_continue] = ACTIONS(383), [anon_sym_break] = ACTIONS(383), [anon_sym_COLON_COLON] = ACTIONS(385), - [anon_sym_PLUS] = ACTIONS(943), - [anon_sym_DASH] = ACTIONS(943), - [anon_sym_PLUS_PLUS] = ACTIONS(945), - [anon_sym_DASH_DASH] = ACTIONS(945), - [anon_sym_BANG] = ACTIONS(945), + [anon_sym_PLUS] = ACTIONS(1119), + [anon_sym_DASH] = ACTIONS(1119), + [anon_sym_PLUS_PLUS] = ACTIONS(1121), + [anon_sym_DASH_DASH] = ACTIONS(1121), + [anon_sym_BANG] = ACTIONS(1121), [anon_sym_data] = ACTIONS(333), [anon_sym_inner] = ACTIONS(333), [anon_sym_expect] = ACTIONS(333), @@ -252972,7 +260390,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(395), [anon_sym_break_AT] = ACTIONS(397), - [sym_real_literal] = ACTIONS(1928), + [sym_real_literal] = ACTIONS(1926), [sym_integer_literal] = ACTIONS(401), [sym_hex_literal] = ACTIONS(403), [sym_bin_literal] = ACTIONS(403), @@ -252983,371 +260401,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(411), }, - [2033] = { - [sym__expression] = STATE(3916), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4941), - [sym_parenthesized_expression] = STATE(4941), - [sym_collection_literal] = STATE(4941), - [sym__literal_constant] = STATE(4941), - [sym_string_literal] = STATE(4941), - [sym_lambda_literal] = STATE(4941), - [sym_anonymous_function] = STATE(4941), - [sym__function_literal] = STATE(4941), - [sym_object_literal] = STATE(4941), - [sym_this_expression] = STATE(4941), - [sym_super_expression] = STATE(4941), - [sym_if_expression] = STATE(4941), - [sym_when_expression] = STATE(4941), - [sym_try_expression] = STATE(4941), - [sym_jump_expression] = STATE(4941), - [sym_callable_reference] = STATE(4941), - [sym__prefix_unary_operator] = STATE(2020), - [sym_annotation] = STATE(2020), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5029), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4941), - [sym_long_literal] = STATE(4941), - [sym_boolean_literal] = STATE(4941), - [sym_character_literal] = STATE(4941), - [sym__lexical_identifier] = STATE(4529), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1912), - [anon_sym_fun] = ACTIONS(1974), - [anon_sym_get] = ACTIONS(7), - [anon_sym_set] = ACTIONS(7), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(1213), - [sym_label] = ACTIONS(639), - [anon_sym_null] = ACTIONS(1916), - [anon_sym_if] = ACTIONS(55), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(61), - [anon_sym_return] = ACTIONS(63), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_PLUS_PLUS] = ACTIONS(641), - [anon_sym_DASH_DASH] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), - [anon_sym_data] = ACTIONS(7), - [anon_sym_inner] = ACTIONS(7), - [anon_sym_expect] = ACTIONS(7), - [anon_sym_actual] = ACTIONS(7), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(1918), - [sym_integer_literal] = ACTIONS(99), - [sym_hex_literal] = ACTIONS(101), - [sym_bin_literal] = ACTIONS(101), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [anon_sym_SQUOTE] = ACTIONS(105), - [sym__backtick_identifier] = ACTIONS(107), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(109), - }, - [2034] = { - [sym__expression] = STATE(3915), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4941), - [sym_parenthesized_expression] = STATE(4941), - [sym_collection_literal] = STATE(4941), - [sym__literal_constant] = STATE(4941), - [sym_string_literal] = STATE(4941), - [sym_lambda_literal] = STATE(4941), - [sym_anonymous_function] = STATE(4941), - [sym__function_literal] = STATE(4941), - [sym_object_literal] = STATE(4941), - [sym_this_expression] = STATE(4941), - [sym_super_expression] = STATE(4941), - [sym_if_expression] = STATE(4941), - [sym_when_expression] = STATE(4941), - [sym_try_expression] = STATE(4941), - [sym_jump_expression] = STATE(4941), - [sym_callable_reference] = STATE(4941), - [sym__prefix_unary_operator] = STATE(2020), - [sym_annotation] = STATE(2020), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5029), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4941), - [sym_long_literal] = STATE(4941), - [sym_boolean_literal] = STATE(4941), - [sym_character_literal] = STATE(4941), - [sym__lexical_identifier] = STATE(4529), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1912), - [anon_sym_fun] = ACTIONS(1974), - [anon_sym_get] = ACTIONS(7), - [anon_sym_set] = ACTIONS(7), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(1213), - [sym_label] = ACTIONS(639), - [anon_sym_null] = ACTIONS(1916), - [anon_sym_if] = ACTIONS(55), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(61), - [anon_sym_return] = ACTIONS(63), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_PLUS_PLUS] = ACTIONS(641), - [anon_sym_DASH_DASH] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), - [anon_sym_data] = ACTIONS(7), - [anon_sym_inner] = ACTIONS(7), - [anon_sym_expect] = ACTIONS(7), - [anon_sym_actual] = ACTIONS(7), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(1918), - [sym_integer_literal] = ACTIONS(99), - [sym_hex_literal] = ACTIONS(101), - [sym_bin_literal] = ACTIONS(101), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [anon_sym_SQUOTE] = ACTIONS(105), - [sym__backtick_identifier] = ACTIONS(107), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(109), - }, - [2035] = { - [sym__expression] = STATE(1348), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(2081), - [sym_annotation] = STATE(2081), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(264), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), - [sym__alpha_identifier] = ACTIONS(537), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1636), - [anon_sym_get] = ACTIONS(537), - [anon_sym_set] = ACTIONS(537), - [anon_sym_this] = ACTIONS(561), - [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1329), - [sym_label] = ACTIONS(761), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(755), - [anon_sym_when] = ACTIONS(579), - [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(757), - [anon_sym_return] = ACTIONS(759), - [anon_sym_continue] = ACTIONS(587), - [anon_sym_break] = ACTIONS(587), - [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(761), - [anon_sym_DASH] = ACTIONS(761), - [anon_sym_PLUS_PLUS] = ACTIONS(763), - [anon_sym_DASH_DASH] = ACTIONS(763), - [anon_sym_BANG] = ACTIONS(763), - [anon_sym_data] = ACTIONS(537), - [anon_sym_inner] = ACTIONS(537), - [anon_sym_expect] = ACTIONS(537), - [anon_sym_actual] = ACTIONS(537), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(599), - [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), - [sym_integer_literal] = ACTIONS(605), - [sym_hex_literal] = ACTIONS(607), - [sym_bin_literal] = ACTIONS(607), - [anon_sym_true] = ACTIONS(609), - [anon_sym_false] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(611), - [sym__backtick_identifier] = ACTIONS(613), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(615), - }, - [2036] = { - [sym__expression] = STATE(1469), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(3231), - [sym_parenthesized_expression] = STATE(3231), - [sym_collection_literal] = STATE(3231), - [sym__literal_constant] = STATE(3231), - [sym_string_literal] = STATE(3231), - [sym_lambda_literal] = STATE(3231), - [sym_anonymous_function] = STATE(3231), - [sym__function_literal] = STATE(3231), - [sym_object_literal] = STATE(3231), - [sym_this_expression] = STATE(3231), - [sym_super_expression] = STATE(3231), - [sym_if_expression] = STATE(3231), - [sym_when_expression] = STATE(3231), - [sym_try_expression] = STATE(3231), - [sym_jump_expression] = STATE(3231), - [sym_callable_reference] = STATE(3231), - [sym__prefix_unary_operator] = STATE(2071), - [sym_annotation] = STATE(2071), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3311), - [sym__return_at] = STATE(367), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(3231), - [sym_long_literal] = STATE(3231), - [sym_boolean_literal] = STATE(3231), - [sym_character_literal] = STATE(3231), - [sym__lexical_identifier] = STATE(2890), + [2109] = { + [sym__expression] = STATE(2172), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(3399), + [sym_parenthesized_expression] = STATE(3399), + [sym_collection_literal] = STATE(3399), + [sym__literal_constant] = STATE(3399), + [sym_string_literal] = STATE(3399), + [sym_lambda_literal] = STATE(3399), + [sym_anonymous_function] = STATE(3399), + [sym__function_literal] = STATE(3399), + [sym_object_literal] = STATE(3399), + [sym_this_expression] = STATE(3399), + [sym_super_expression] = STATE(3399), + [sym_if_expression] = STATE(3399), + [sym_when_expression] = STATE(3399), + [sym_try_expression] = STATE(3399), + [sym_jump_expression] = STATE(3399), + [sym_callable_reference] = STATE(3399), + [sym__prefix_unary_operator] = STATE(2070), + [sym_annotation] = STATE(2070), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3347), + [sym__return_at] = STATE(401), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(3399), + [sym_long_literal] = STATE(3399), + [sym_boolean_literal] = STATE(3399), + [sym_character_literal] = STATE(3399), + [sym__lexical_identifier] = STATE(2837), [sym__alpha_identifier] = ACTIONS(333), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(335), - [anon_sym_LBRACE] = ACTIONS(1920), + [anon_sym_LBRACE] = ACTIONS(1918), [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_object] = ACTIONS(1922), - [anon_sym_fun] = ACTIONS(3041), + [anon_sym_object] = ACTIONS(1920), + [anon_sym_fun] = ACTIONS(3170), [anon_sym_get] = ACTIONS(333), [anon_sym_set] = ACTIONS(333), [anon_sym_this] = ACTIONS(357), [anon_sym_super] = ACTIONS(359), - [anon_sym_STAR] = ACTIONS(933), - [sym_label] = ACTIONS(943), - [anon_sym_null] = ACTIONS(1926), - [anon_sym_if] = ACTIONS(3043), + [anon_sym_STAR] = ACTIONS(1111), + [sym_label] = ACTIONS(1119), + [anon_sym_null] = ACTIONS(1924), + [anon_sym_if] = ACTIONS(3172), [anon_sym_when] = ACTIONS(375), [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(3045), - [anon_sym_return] = ACTIONS(3047), + [anon_sym_throw] = ACTIONS(3174), + [anon_sym_return] = ACTIONS(3176), [anon_sym_continue] = ACTIONS(383), [anon_sym_break] = ACTIONS(383), [anon_sym_COLON_COLON] = ACTIONS(385), - [anon_sym_PLUS] = ACTIONS(943), - [anon_sym_DASH] = ACTIONS(943), - [anon_sym_PLUS_PLUS] = ACTIONS(945), - [anon_sym_DASH_DASH] = ACTIONS(945), - [anon_sym_BANG] = ACTIONS(945), + [anon_sym_PLUS] = ACTIONS(1119), + [anon_sym_DASH] = ACTIONS(1119), + [anon_sym_PLUS_PLUS] = ACTIONS(1121), + [anon_sym_DASH_DASH] = ACTIONS(1121), + [anon_sym_BANG] = ACTIONS(1121), [anon_sym_data] = ACTIONS(333), [anon_sym_inner] = ACTIONS(333), [anon_sym_expect] = ACTIONS(333), @@ -253356,7 +260486,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(395), [anon_sym_break_AT] = ACTIONS(397), - [sym_real_literal] = ACTIONS(1928), + [sym_real_literal] = ACTIONS(1926), [sym_integer_literal] = ACTIONS(401), [sym_hex_literal] = ACTIONS(403), [sym_bin_literal] = ACTIONS(403), @@ -253367,83 +260497,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(411), }, - [2037] = { - [sym__expression] = STATE(1421), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(3231), - [sym_parenthesized_expression] = STATE(3231), - [sym_collection_literal] = STATE(3231), - [sym__literal_constant] = STATE(3231), - [sym_string_literal] = STATE(3231), - [sym_lambda_literal] = STATE(3231), - [sym_anonymous_function] = STATE(3231), - [sym__function_literal] = STATE(3231), - [sym_object_literal] = STATE(3231), - [sym_this_expression] = STATE(3231), - [sym_super_expression] = STATE(3231), - [sym_if_expression] = STATE(3231), - [sym_when_expression] = STATE(3231), - [sym_try_expression] = STATE(3231), - [sym_jump_expression] = STATE(3231), - [sym_callable_reference] = STATE(3231), - [sym__prefix_unary_operator] = STATE(2071), - [sym_annotation] = STATE(2071), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3311), - [sym__return_at] = STATE(367), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(3231), - [sym_long_literal] = STATE(3231), - [sym_boolean_literal] = STATE(3231), - [sym_character_literal] = STATE(3231), - [sym__lexical_identifier] = STATE(2890), + [2110] = { + [sym__expression] = STATE(2173), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(3399), + [sym_parenthesized_expression] = STATE(3399), + [sym_collection_literal] = STATE(3399), + [sym__literal_constant] = STATE(3399), + [sym_string_literal] = STATE(3399), + [sym_lambda_literal] = STATE(3399), + [sym_anonymous_function] = STATE(3399), + [sym__function_literal] = STATE(3399), + [sym_object_literal] = STATE(3399), + [sym_this_expression] = STATE(3399), + [sym_super_expression] = STATE(3399), + [sym_if_expression] = STATE(3399), + [sym_when_expression] = STATE(3399), + [sym_try_expression] = STATE(3399), + [sym_jump_expression] = STATE(3399), + [sym_callable_reference] = STATE(3399), + [sym__prefix_unary_operator] = STATE(2070), + [sym_annotation] = STATE(2070), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3347), + [sym__return_at] = STATE(401), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(3399), + [sym_long_literal] = STATE(3399), + [sym_boolean_literal] = STATE(3399), + [sym_character_literal] = STATE(3399), + [sym__lexical_identifier] = STATE(2837), [sym__alpha_identifier] = ACTIONS(333), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(335), - [anon_sym_LBRACE] = ACTIONS(1920), + [anon_sym_LBRACE] = ACTIONS(1918), [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_object] = ACTIONS(1922), - [anon_sym_fun] = ACTIONS(3041), + [anon_sym_object] = ACTIONS(1920), + [anon_sym_fun] = ACTIONS(3170), [anon_sym_get] = ACTIONS(333), [anon_sym_set] = ACTIONS(333), [anon_sym_this] = ACTIONS(357), [anon_sym_super] = ACTIONS(359), - [anon_sym_STAR] = ACTIONS(933), - [sym_label] = ACTIONS(943), - [anon_sym_null] = ACTIONS(1926), - [anon_sym_if] = ACTIONS(3043), + [anon_sym_STAR] = ACTIONS(1111), + [sym_label] = ACTIONS(1119), + [anon_sym_null] = ACTIONS(1924), + [anon_sym_if] = ACTIONS(3172), [anon_sym_when] = ACTIONS(375), [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(3045), - [anon_sym_return] = ACTIONS(3047), + [anon_sym_throw] = ACTIONS(3174), + [anon_sym_return] = ACTIONS(3176), [anon_sym_continue] = ACTIONS(383), [anon_sym_break] = ACTIONS(383), [anon_sym_COLON_COLON] = ACTIONS(385), - [anon_sym_PLUS] = ACTIONS(943), - [anon_sym_DASH] = ACTIONS(943), - [anon_sym_PLUS_PLUS] = ACTIONS(945), - [anon_sym_DASH_DASH] = ACTIONS(945), - [anon_sym_BANG] = ACTIONS(945), + [anon_sym_PLUS] = ACTIONS(1119), + [anon_sym_DASH] = ACTIONS(1119), + [anon_sym_PLUS_PLUS] = ACTIONS(1121), + [anon_sym_DASH_DASH] = ACTIONS(1121), + [anon_sym_BANG] = ACTIONS(1121), [anon_sym_data] = ACTIONS(333), [anon_sym_inner] = ACTIONS(333), [anon_sym_expect] = ACTIONS(333), @@ -253452,7 +260582,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(395), [anon_sym_break_AT] = ACTIONS(397), - [sym_real_literal] = ACTIONS(1928), + [sym_real_literal] = ACTIONS(1926), [sym_integer_literal] = ACTIONS(401), [sym_hex_literal] = ACTIONS(403), [sym_bin_literal] = ACTIONS(403), @@ -253463,83 +260593,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(411), }, - [2038] = { - [sym__expression] = STATE(1467), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(3231), - [sym_parenthesized_expression] = STATE(3231), - [sym_collection_literal] = STATE(3231), - [sym__literal_constant] = STATE(3231), - [sym_string_literal] = STATE(3231), - [sym_lambda_literal] = STATE(3231), - [sym_anonymous_function] = STATE(3231), - [sym__function_literal] = STATE(3231), - [sym_object_literal] = STATE(3231), - [sym_this_expression] = STATE(3231), - [sym_super_expression] = STATE(3231), - [sym_if_expression] = STATE(3231), - [sym_when_expression] = STATE(3231), - [sym_try_expression] = STATE(3231), - [sym_jump_expression] = STATE(3231), - [sym_callable_reference] = STATE(3231), - [sym__prefix_unary_operator] = STATE(2071), - [sym_annotation] = STATE(2071), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3311), - [sym__return_at] = STATE(367), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(3231), - [sym_long_literal] = STATE(3231), - [sym_boolean_literal] = STATE(3231), - [sym_character_literal] = STATE(3231), - [sym__lexical_identifier] = STATE(2890), + [2111] = { + [sym__expression] = STATE(2175), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(3399), + [sym_parenthesized_expression] = STATE(3399), + [sym_collection_literal] = STATE(3399), + [sym__literal_constant] = STATE(3399), + [sym_string_literal] = STATE(3399), + [sym_lambda_literal] = STATE(3399), + [sym_anonymous_function] = STATE(3399), + [sym__function_literal] = STATE(3399), + [sym_object_literal] = STATE(3399), + [sym_this_expression] = STATE(3399), + [sym_super_expression] = STATE(3399), + [sym_if_expression] = STATE(3399), + [sym_when_expression] = STATE(3399), + [sym_try_expression] = STATE(3399), + [sym_jump_expression] = STATE(3399), + [sym_callable_reference] = STATE(3399), + [sym__prefix_unary_operator] = STATE(2070), + [sym_annotation] = STATE(2070), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3347), + [sym__return_at] = STATE(401), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(3399), + [sym_long_literal] = STATE(3399), + [sym_boolean_literal] = STATE(3399), + [sym_character_literal] = STATE(3399), + [sym__lexical_identifier] = STATE(2837), [sym__alpha_identifier] = ACTIONS(333), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(335), - [anon_sym_LBRACE] = ACTIONS(1920), + [anon_sym_LBRACE] = ACTIONS(1918), [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_object] = ACTIONS(1922), - [anon_sym_fun] = ACTIONS(3041), + [anon_sym_object] = ACTIONS(1920), + [anon_sym_fun] = ACTIONS(3170), [anon_sym_get] = ACTIONS(333), [anon_sym_set] = ACTIONS(333), [anon_sym_this] = ACTIONS(357), [anon_sym_super] = ACTIONS(359), - [anon_sym_STAR] = ACTIONS(933), - [sym_label] = ACTIONS(943), - [anon_sym_null] = ACTIONS(1926), - [anon_sym_if] = ACTIONS(3043), + [anon_sym_STAR] = ACTIONS(1111), + [sym_label] = ACTIONS(1119), + [anon_sym_null] = ACTIONS(1924), + [anon_sym_if] = ACTIONS(3172), [anon_sym_when] = ACTIONS(375), [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(3045), - [anon_sym_return] = ACTIONS(3047), + [anon_sym_throw] = ACTIONS(3174), + [anon_sym_return] = ACTIONS(3176), [anon_sym_continue] = ACTIONS(383), [anon_sym_break] = ACTIONS(383), [anon_sym_COLON_COLON] = ACTIONS(385), - [anon_sym_PLUS] = ACTIONS(943), - [anon_sym_DASH] = ACTIONS(943), - [anon_sym_PLUS_PLUS] = ACTIONS(945), - [anon_sym_DASH_DASH] = ACTIONS(945), - [anon_sym_BANG] = ACTIONS(945), + [anon_sym_PLUS] = ACTIONS(1119), + [anon_sym_DASH] = ACTIONS(1119), + [anon_sym_PLUS_PLUS] = ACTIONS(1121), + [anon_sym_DASH_DASH] = ACTIONS(1121), + [anon_sym_BANG] = ACTIONS(1121), [anon_sym_data] = ACTIONS(333), [anon_sym_inner] = ACTIONS(333), [anon_sym_expect] = ACTIONS(333), @@ -253548,7 +260678,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(395), [anon_sym_break_AT] = ACTIONS(397), - [sym_real_literal] = ACTIONS(1928), + [sym_real_literal] = ACTIONS(1926), [sym_integer_literal] = ACTIONS(401), [sym_hex_literal] = ACTIONS(403), [sym_bin_literal] = ACTIONS(403), @@ -253559,459 +260689,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(411), }, - [2039] = { - [sym__expression] = STATE(4196), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4941), - [sym_parenthesized_expression] = STATE(4941), - [sym_collection_literal] = STATE(4941), - [sym__literal_constant] = STATE(4941), - [sym_string_literal] = STATE(4941), - [sym_lambda_literal] = STATE(4941), - [sym_anonymous_function] = STATE(4941), - [sym__function_literal] = STATE(4941), - [sym_object_literal] = STATE(4941), - [sym_this_expression] = STATE(4941), - [sym_super_expression] = STATE(4941), - [sym_if_expression] = STATE(4941), - [sym_when_expression] = STATE(4941), - [sym_try_expression] = STATE(4941), - [sym_jump_expression] = STATE(4941), - [sym_callable_reference] = STATE(4941), - [sym__prefix_unary_operator] = STATE(1637), - [sym_annotation] = STATE(1637), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5029), - [sym__return_at] = STATE(402), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4941), - [sym_long_literal] = STATE(4941), - [sym_boolean_literal] = STATE(4941), - [sym_character_literal] = STATE(4941), - [sym__lexical_identifier] = STATE(4529), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1912), - [anon_sym_fun] = ACTIONS(3176), - [anon_sym_get] = ACTIONS(7), - [anon_sym_set] = ACTIONS(7), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(43), - [sym_label] = ACTIONS(69), - [anon_sym_null] = ACTIONS(1916), - [anon_sym_if] = ACTIONS(3178), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(3180), - [anon_sym_return] = ACTIONS(3182), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(69), - [anon_sym_DASH] = ACTIONS(69), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_BANG] = ACTIONS(71), - [anon_sym_data] = ACTIONS(7), - [anon_sym_inner] = ACTIONS(7), - [anon_sym_expect] = ACTIONS(7), - [anon_sym_actual] = ACTIONS(7), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(1918), - [sym_integer_literal] = ACTIONS(99), - [sym_hex_literal] = ACTIONS(101), - [sym_bin_literal] = ACTIONS(101), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [anon_sym_SQUOTE] = ACTIONS(105), - [sym__backtick_identifier] = ACTIONS(107), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(109), - }, - [2040] = { - [sym__expression] = STATE(4341), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), - [sym_label] = ACTIONS(327), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(3096), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(3098), - [anon_sym_return] = ACTIONS(3100), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(327), - [anon_sym_DASH] = ACTIONS(327), - [anon_sym_PLUS_PLUS] = ACTIONS(329), - [anon_sym_DASH_DASH] = ACTIONS(329), - [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), - }, - [2041] = { - [sym__expression] = STATE(3082), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(1661), - [sym_annotation] = STATE(1661), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(295), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(1858), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1289), - [sym_label] = ACTIONS(257), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(243), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(249), - [anon_sym_return] = ACTIONS(251), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(257), - [anon_sym_DASH] = ACTIONS(257), - [anon_sym_PLUS_PLUS] = ACTIONS(259), - [anon_sym_DASH_DASH] = ACTIONS(259), - [anon_sym_BANG] = ACTIONS(259), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), - }, - [2042] = { - [sym__expression] = STATE(533), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2238), - [sym_annotation] = STATE(2238), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(269), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1670), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1047), - [sym_label] = ACTIONS(1055), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(1672), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(1674), - [anon_sym_return] = ACTIONS(1676), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(1055), - [anon_sym_DASH] = ACTIONS(1055), - [anon_sym_PLUS_PLUS] = ACTIONS(1057), - [anon_sym_DASH_DASH] = ACTIONS(1057), - [anon_sym_BANG] = ACTIONS(1057), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), - }, - [2043] = { - [sym__expression] = STATE(2073), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(3231), - [sym_parenthesized_expression] = STATE(3231), - [sym_collection_literal] = STATE(3231), - [sym__literal_constant] = STATE(3231), - [sym_string_literal] = STATE(3231), - [sym_lambda_literal] = STATE(3231), - [sym_anonymous_function] = STATE(3231), - [sym__function_literal] = STATE(3231), - [sym_object_literal] = STATE(3231), - [sym_this_expression] = STATE(3231), - [sym_super_expression] = STATE(3231), - [sym_if_expression] = STATE(3231), - [sym_when_expression] = STATE(3231), - [sym_try_expression] = STATE(3231), - [sym_jump_expression] = STATE(3231), - [sym_callable_reference] = STATE(3231), - [sym__prefix_unary_operator] = STATE(2054), - [sym_annotation] = STATE(2054), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3311), - [sym__return_at] = STATE(398), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(3231), - [sym_long_literal] = STATE(3231), - [sym_boolean_literal] = STATE(3231), - [sym_character_literal] = STATE(3231), - [sym__lexical_identifier] = STATE(2890), + [2112] = { + [sym__expression] = STATE(2176), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(3399), + [sym_parenthesized_expression] = STATE(3399), + [sym_collection_literal] = STATE(3399), + [sym__literal_constant] = STATE(3399), + [sym_string_literal] = STATE(3399), + [sym_lambda_literal] = STATE(3399), + [sym_anonymous_function] = STATE(3399), + [sym__function_literal] = STATE(3399), + [sym_object_literal] = STATE(3399), + [sym_this_expression] = STATE(3399), + [sym_super_expression] = STATE(3399), + [sym_if_expression] = STATE(3399), + [sym_when_expression] = STATE(3399), + [sym_try_expression] = STATE(3399), + [sym_jump_expression] = STATE(3399), + [sym_callable_reference] = STATE(3399), + [sym__prefix_unary_operator] = STATE(2070), + [sym_annotation] = STATE(2070), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3347), + [sym__return_at] = STATE(401), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(3399), + [sym_long_literal] = STATE(3399), + [sym_boolean_literal] = STATE(3399), + [sym_character_literal] = STATE(3399), + [sym__lexical_identifier] = STATE(2837), [sym__alpha_identifier] = ACTIONS(333), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(335), - [anon_sym_LBRACE] = ACTIONS(1920), + [anon_sym_LBRACE] = ACTIONS(1918), [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_object] = ACTIONS(1922), - [anon_sym_fun] = ACTIONS(3166), + [anon_sym_object] = ACTIONS(1920), + [anon_sym_fun] = ACTIONS(3170), [anon_sym_get] = ACTIONS(333), [anon_sym_set] = ACTIONS(333), [anon_sym_this] = ACTIONS(357), [anon_sym_super] = ACTIONS(359), [anon_sym_STAR] = ACTIONS(1111), [sym_label] = ACTIONS(1119), - [anon_sym_null] = ACTIONS(1926), - [anon_sym_if] = ACTIONS(3168), + [anon_sym_null] = ACTIONS(1924), + [anon_sym_if] = ACTIONS(3172), [anon_sym_when] = ACTIONS(375), [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(3170), - [anon_sym_return] = ACTIONS(3172), + [anon_sym_throw] = ACTIONS(3174), + [anon_sym_return] = ACTIONS(3176), [anon_sym_continue] = ACTIONS(383), [anon_sym_break] = ACTIONS(383), [anon_sym_COLON_COLON] = ACTIONS(385), @@ -254028,7 +260774,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(395), [anon_sym_break_AT] = ACTIONS(397), - [sym_real_literal] = ACTIONS(1928), + [sym_real_literal] = ACTIONS(1926), [sym_integer_literal] = ACTIONS(401), [sym_hex_literal] = ACTIONS(403), [sym_bin_literal] = ACTIONS(403), @@ -254039,83 +260785,179 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(411), }, - [2044] = { - [sym__expression] = STATE(1211), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(3231), - [sym_parenthesized_expression] = STATE(3231), - [sym_collection_literal] = STATE(3231), - [sym__literal_constant] = STATE(3231), - [sym_string_literal] = STATE(3231), - [sym_lambda_literal] = STATE(3231), - [sym_anonymous_function] = STATE(3231), - [sym__function_literal] = STATE(3231), - [sym_object_literal] = STATE(3231), - [sym_this_expression] = STATE(3231), - [sym_super_expression] = STATE(3231), - [sym_if_expression] = STATE(3231), - [sym_when_expression] = STATE(3231), - [sym_try_expression] = STATE(3231), - [sym_jump_expression] = STATE(3231), - [sym_callable_reference] = STATE(3231), - [sym__prefix_unary_operator] = STATE(2185), - [sym_annotation] = STATE(2185), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3311), - [sym__return_at] = STATE(323), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(3231), - [sym_long_literal] = STATE(3231), - [sym_boolean_literal] = STATE(3231), - [sym_character_literal] = STATE(3231), - [sym__lexical_identifier] = STATE(2890), + [2113] = { + [sym__expression] = STATE(1328), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(2261), + [sym_annotation] = STATE(2261), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(262), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), + [sym__alpha_identifier] = ACTIONS(111), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1632), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(1253), + [sym_label] = ACTIONS(677), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(671), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(673), + [anon_sym_return] = ACTIONS(675), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(677), + [anon_sym_DASH] = ACTIONS(677), + [anon_sym_PLUS_PLUS] = ACTIONS(679), + [anon_sym_DASH_DASH] = ACTIONS(679), + [anon_sym_BANG] = ACTIONS(679), + [anon_sym_data] = ACTIONS(111), + [anon_sym_inner] = ACTIONS(111), + [anon_sym_expect] = ACTIONS(111), + [anon_sym_actual] = ACTIONS(111), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(1411), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(197), + }, + [2114] = { + [sym__expression] = STATE(2179), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(3399), + [sym_parenthesized_expression] = STATE(3399), + [sym_collection_literal] = STATE(3399), + [sym__literal_constant] = STATE(3399), + [sym_string_literal] = STATE(3399), + [sym_lambda_literal] = STATE(3399), + [sym_anonymous_function] = STATE(3399), + [sym__function_literal] = STATE(3399), + [sym_object_literal] = STATE(3399), + [sym_this_expression] = STATE(3399), + [sym_super_expression] = STATE(3399), + [sym_if_expression] = STATE(3399), + [sym_when_expression] = STATE(3399), + [sym_try_expression] = STATE(3399), + [sym_jump_expression] = STATE(3399), + [sym_callable_reference] = STATE(3399), + [sym__prefix_unary_operator] = STATE(2070), + [sym_annotation] = STATE(2070), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3347), + [sym__return_at] = STATE(401), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(3399), + [sym_long_literal] = STATE(3399), + [sym_boolean_literal] = STATE(3399), + [sym_character_literal] = STATE(3399), + [sym__lexical_identifier] = STATE(2837), [sym__alpha_identifier] = ACTIONS(333), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(335), - [anon_sym_LBRACE] = ACTIONS(1920), + [anon_sym_LBRACE] = ACTIONS(1918), [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_object] = ACTIONS(1922), - [anon_sym_fun] = ACTIONS(2004), + [anon_sym_object] = ACTIONS(1920), + [anon_sym_fun] = ACTIONS(3170), [anon_sym_get] = ACTIONS(333), [anon_sym_set] = ACTIONS(333), [anon_sym_this] = ACTIONS(357), [anon_sym_super] = ACTIONS(359), - [anon_sym_STAR] = ACTIONS(1319), - [sym_label] = ACTIONS(703), - [anon_sym_null] = ACTIONS(1926), - [anon_sym_if] = ACTIONS(697), + [anon_sym_STAR] = ACTIONS(1111), + [sym_label] = ACTIONS(1119), + [anon_sym_null] = ACTIONS(1924), + [anon_sym_if] = ACTIONS(3172), [anon_sym_when] = ACTIONS(375), [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(699), - [anon_sym_return] = ACTIONS(701), + [anon_sym_throw] = ACTIONS(3174), + [anon_sym_return] = ACTIONS(3176), [anon_sym_continue] = ACTIONS(383), [anon_sym_break] = ACTIONS(383), [anon_sym_COLON_COLON] = ACTIONS(385), - [anon_sym_PLUS] = ACTIONS(703), - [anon_sym_DASH] = ACTIONS(703), - [anon_sym_PLUS_PLUS] = ACTIONS(705), - [anon_sym_DASH_DASH] = ACTIONS(705), - [anon_sym_BANG] = ACTIONS(705), + [anon_sym_PLUS] = ACTIONS(1119), + [anon_sym_DASH] = ACTIONS(1119), + [anon_sym_PLUS_PLUS] = ACTIONS(1121), + [anon_sym_DASH_DASH] = ACTIONS(1121), + [anon_sym_BANG] = ACTIONS(1121), [anon_sym_data] = ACTIONS(333), [anon_sym_inner] = ACTIONS(333), [anon_sym_expect] = ACTIONS(333), @@ -254124,7 +260966,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(395), [anon_sym_break_AT] = ACTIONS(397), - [sym_real_literal] = ACTIONS(1928), + [sym_real_literal] = ACTIONS(1926), [sym_integer_literal] = ACTIONS(401), [sym_hex_literal] = ACTIONS(403), [sym_bin_literal] = ACTIONS(403), @@ -254135,164 +260977,356 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(411), }, - [2045] = { - [sym__expression] = STATE(316), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2238), - [sym_annotation] = STATE(2238), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(269), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), + [2115] = { + [sym__expression] = STATE(706), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(1786), + [sym_annotation] = STATE(1786), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(263), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1634), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1279), + [sym_label] = ACTIONS(767), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(761), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(763), + [anon_sym_return] = ACTIONS(765), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(767), + [anon_sym_DASH] = ACTIONS(767), + [anon_sym_PLUS_PLUS] = ACTIONS(769), + [anon_sym_DASH_DASH] = ACTIONS(769), + [anon_sym_BANG] = ACTIONS(769), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), + }, + [2116] = { + [sym__expression] = STATE(1331), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(2261), + [sym_annotation] = STATE(2261), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(262), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), + [sym__alpha_identifier] = ACTIONS(111), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1632), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(1253), + [sym_label] = ACTIONS(677), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(671), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(673), + [anon_sym_return] = ACTIONS(675), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(677), + [anon_sym_DASH] = ACTIONS(677), + [anon_sym_PLUS_PLUS] = ACTIONS(679), + [anon_sym_DASH_DASH] = ACTIONS(679), + [anon_sym_BANG] = ACTIONS(679), + [anon_sym_data] = ACTIONS(111), + [anon_sym_inner] = ACTIONS(111), + [anon_sym_expect] = ACTIONS(111), + [anon_sym_actual] = ACTIONS(111), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(1411), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(197), + }, + [2117] = { + [sym__expression] = STATE(526), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2117), + [sym_annotation] = STATE(2117), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(270), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), + [sym__alpha_identifier] = ACTIONS(537), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(539), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), + [anon_sym_LPAREN] = ACTIONS(549), [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1670), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1047), - [sym_label] = ACTIONS(1055), + [anon_sym_fun] = ACTIONS(1678), + [anon_sym_get] = ACTIONS(537), + [anon_sym_set] = ACTIONS(537), + [anon_sym_this] = ACTIONS(561), + [anon_sym_super] = ACTIONS(563), + [anon_sym_STAR] = ACTIONS(995), + [sym_label] = ACTIONS(1003), [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(1672), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(1674), - [anon_sym_return] = ACTIONS(1676), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(1055), - [anon_sym_DASH] = ACTIONS(1055), - [anon_sym_PLUS_PLUS] = ACTIONS(1057), - [anon_sym_DASH_DASH] = ACTIONS(1057), - [anon_sym_BANG] = ACTIONS(1057), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1680), + [anon_sym_when] = ACTIONS(579), + [anon_sym_try] = ACTIONS(581), + [anon_sym_throw] = ACTIONS(1682), + [anon_sym_return] = ACTIONS(1684), + [anon_sym_continue] = ACTIONS(587), + [anon_sym_break] = ACTIONS(587), + [anon_sym_COLON_COLON] = ACTIONS(589), + [anon_sym_PLUS] = ACTIONS(1003), + [anon_sym_DASH] = ACTIONS(1003), + [anon_sym_PLUS_PLUS] = ACTIONS(1005), + [anon_sym_DASH_DASH] = ACTIONS(1005), + [anon_sym_BANG] = ACTIONS(1005), + [anon_sym_data] = ACTIONS(537), + [anon_sym_inner] = ACTIONS(537), + [anon_sym_expect] = ACTIONS(537), + [anon_sym_actual] = ACTIONS(537), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(599), + [anon_sym_break_AT] = ACTIONS(601), [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), + [sym_integer_literal] = ACTIONS(605), + [sym_hex_literal] = ACTIONS(607), + [sym_bin_literal] = ACTIONS(607), + [anon_sym_true] = ACTIONS(609), + [anon_sym_false] = ACTIONS(609), + [anon_sym_SQUOTE] = ACTIONS(611), + [sym__backtick_identifier] = ACTIONS(613), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), + [sym__string_start] = ACTIONS(615), }, - [2046] = { - [sym__expression] = STATE(4168), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [2118] = { + [sym__expression] = STATE(4182), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), + [anon_sym_STAR] = ACTIONS(1065), [sym_label] = ACTIONS(327), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(3096), @@ -254308,10 +261342,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(329), [anon_sym_DASH_DASH] = ACTIONS(329), [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -254327,68 +261361,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [2047] = { - [sym__expression] = STATE(4175), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [2119] = { + [sym__expression] = STATE(4409), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), + [anon_sym_STAR] = ACTIONS(1065), [sym_label] = ACTIONS(327), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(3096), @@ -254404,10 +261438,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(329), [anon_sym_DASH_DASH] = ACTIONS(329), [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -254423,92 +261457,284 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [2048] = { - [sym__expression] = STATE(2511), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(1643), - [sym_annotation] = STATE(1643), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(270), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), + [2120] = { + [sym__expression] = STATE(708), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(1786), + [sym_annotation] = STATE(1786), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(263), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1634), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1279), + [sym_label] = ACTIONS(767), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(761), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(763), + [anon_sym_return] = ACTIONS(765), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(767), + [anon_sym_DASH] = ACTIONS(767), + [anon_sym_PLUS_PLUS] = ACTIONS(769), + [anon_sym_DASH_DASH] = ACTIONS(769), + [anon_sym_BANG] = ACTIONS(769), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), + }, + [2121] = { + [sym__expression] = STATE(1332), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(2261), + [sym_annotation] = STATE(2261), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(262), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), + [sym__alpha_identifier] = ACTIONS(111), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1632), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(1253), + [sym_label] = ACTIONS(677), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(671), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(673), + [anon_sym_return] = ACTIONS(675), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(677), + [anon_sym_DASH] = ACTIONS(677), + [anon_sym_PLUS_PLUS] = ACTIONS(679), + [anon_sym_DASH_DASH] = ACTIONS(679), + [anon_sym_BANG] = ACTIONS(679), + [anon_sym_data] = ACTIONS(111), + [anon_sym_inner] = ACTIONS(111), + [anon_sym_expect] = ACTIONS(111), + [anon_sym_actual] = ACTIONS(111), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(1411), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(197), + }, + [2122] = { + [sym__expression] = STATE(400), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2198), + [sym_annotation] = STATE(2198), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(264), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), [sym__alpha_identifier] = ACTIONS(537), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LBRACE] = ACTIONS(1612), [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1678), + [anon_sym_object] = ACTIONS(1614), + [anon_sym_fun] = ACTIONS(1636), [anon_sym_get] = ACTIONS(537), [anon_sym_set] = ACTIONS(537), [anon_sym_this] = ACTIONS(561), [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1021), - [sym_label] = ACTIONS(1029), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(1680), + [anon_sym_STAR] = ACTIONS(1259), + [sym_label] = ACTIONS(645), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(639), [anon_sym_when] = ACTIONS(579), [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(1682), - [anon_sym_return] = ACTIONS(1684), + [anon_sym_throw] = ACTIONS(641), + [anon_sym_return] = ACTIONS(643), [anon_sym_continue] = ACTIONS(587), [anon_sym_break] = ACTIONS(587), [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(1029), - [anon_sym_DASH] = ACTIONS(1029), - [anon_sym_PLUS_PLUS] = ACTIONS(1031), - [anon_sym_DASH_DASH] = ACTIONS(1031), - [anon_sym_BANG] = ACTIONS(1031), + [anon_sym_PLUS] = ACTIONS(645), + [anon_sym_DASH] = ACTIONS(645), + [anon_sym_PLUS_PLUS] = ACTIONS(647), + [anon_sym_DASH_DASH] = ACTIONS(647), + [anon_sym_BANG] = ACTIONS(647), [anon_sym_data] = ACTIONS(537), [anon_sym_inner] = ACTIONS(537), [anon_sym_expect] = ACTIONS(537), [anon_sym_actual] = ACTIONS(537), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), + [anon_sym_return_AT] = ACTIONS(517), [anon_sym_continue_AT] = ACTIONS(599), [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), + [sym_real_literal] = ACTIONS(1620), [sym_integer_literal] = ACTIONS(605), [sym_hex_literal] = ACTIONS(607), [sym_bin_literal] = ACTIONS(607), @@ -254519,68 +261745,164 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(615), }, - [2049] = { - [sym__expression] = STATE(4170), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [2123] = { + [sym__expression] = STATE(2519), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(2362), + [sym_annotation] = STATE(2362), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(269), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1670), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1021), + [sym_label] = ACTIONS(1029), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(1672), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(1674), + [anon_sym_return] = ACTIONS(1676), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(1029), + [anon_sym_DASH] = ACTIONS(1029), + [anon_sym_PLUS_PLUS] = ACTIONS(1031), + [anon_sym_DASH_DASH] = ACTIONS(1031), + [anon_sym_BANG] = ACTIONS(1031), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), + }, + [2124] = { + [sym__expression] = STATE(4357), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), + [anon_sym_STAR] = ACTIONS(1065), [sym_label] = ACTIONS(327), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(3096), @@ -254596,10 +261918,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(329), [anon_sym_DASH_DASH] = ACTIONS(329), [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -254615,68 +261937,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [2050] = { - [sym__expression] = STATE(4171), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [2125] = { + [sym__expression] = STATE(4325), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), + [anon_sym_STAR] = ACTIONS(1065), [sym_label] = ACTIONS(327), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(3096), @@ -254692,10 +262014,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(329), [anon_sym_DASH_DASH] = ACTIONS(329), [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -254711,164 +262033,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [2051] = { - [sym__expression] = STATE(573), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(1786), - [sym_annotation] = STATE(1786), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(255), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), - [sym__alpha_identifier] = ACTIONS(111), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1600), - [anon_sym_get] = ACTIONS(111), - [anon_sym_set] = ACTIONS(111), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(1313), - [sym_label] = ACTIONS(171), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(157), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(163), - [anon_sym_return] = ACTIONS(165), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(171), - [anon_sym_DASH] = ACTIONS(171), - [anon_sym_PLUS_PLUS] = ACTIONS(173), - [anon_sym_DASH_DASH] = ACTIONS(173), - [anon_sym_BANG] = ACTIONS(173), - [anon_sym_data] = ACTIONS(111), - [anon_sym_inner] = ACTIONS(111), - [anon_sym_expect] = ACTIONS(111), - [anon_sym_actual] = ACTIONS(111), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), - }, - [2052] = { - [sym__expression] = STATE(4169), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [2126] = { + [sym__expression] = STATE(4356), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), + [anon_sym_STAR] = ACTIONS(1065), [sym_label] = ACTIONS(327), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(3096), @@ -254884,10 +262110,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(329), [anon_sym_DASH_DASH] = ACTIONS(329), [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -254903,356 +262129,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [2053] = { - [sym_property_delegate] = STATE(2441), - [sym_getter] = STATE(3727), - [sym_setter] = STATE(3727), - [sym_modifiers] = STATE(8690), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1694), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1696), - [anon_sym_as] = ACTIONS(1694), - [anon_sym_EQ] = ACTIONS(5744), - [anon_sym_LBRACE] = ACTIONS(1696), - [anon_sym_RBRACE] = ACTIONS(1696), - [anon_sym_LPAREN] = ACTIONS(1696), - [anon_sym_COMMA] = ACTIONS(1696), - [anon_sym_by] = ACTIONS(5633), - [anon_sym_LT] = ACTIONS(1694), - [anon_sym_GT] = ACTIONS(1694), - [anon_sym_where] = ACTIONS(1694), - [anon_sym_DOT] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(3638), - [anon_sym_get] = ACTIONS(5653), - [anon_sym_set] = ACTIONS(5655), - [anon_sym_STAR] = ACTIONS(1694), - [sym_label] = ACTIONS(1696), - [anon_sym_in] = ACTIONS(1694), - [anon_sym_DOT_DOT] = ACTIONS(1696), - [anon_sym_QMARK_COLON] = ACTIONS(1696), - [anon_sym_AMP_AMP] = ACTIONS(1696), - [anon_sym_PIPE_PIPE] = ACTIONS(1696), - [anon_sym_else] = ACTIONS(1694), - [anon_sym_COLON_COLON] = ACTIONS(1696), - [anon_sym_PLUS_EQ] = ACTIONS(1696), - [anon_sym_DASH_EQ] = ACTIONS(1696), - [anon_sym_STAR_EQ] = ACTIONS(1696), - [anon_sym_SLASH_EQ] = ACTIONS(1696), - [anon_sym_PERCENT_EQ] = ACTIONS(1696), - [anon_sym_BANG_EQ] = ACTIONS(1694), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), - [anon_sym_EQ_EQ] = ACTIONS(1694), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), - [anon_sym_LT_EQ] = ACTIONS(1696), - [anon_sym_GT_EQ] = ACTIONS(1696), - [anon_sym_BANGin] = ACTIONS(1696), - [anon_sym_is] = ACTIONS(1694), - [anon_sym_BANGis] = ACTIONS(1696), - [anon_sym_PLUS] = ACTIONS(1694), - [anon_sym_DASH] = ACTIONS(1694), - [anon_sym_SLASH] = ACTIONS(1694), - [anon_sym_PERCENT] = ACTIONS(1694), - [anon_sym_as_QMARK] = ACTIONS(1696), - [anon_sym_PLUS_PLUS] = ACTIONS(1696), - [anon_sym_DASH_DASH] = ACTIONS(1696), - [anon_sym_BANG_BANG] = ACTIONS(1696), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1696), - [sym__automatic_semicolon] = ACTIONS(1696), - [sym_safe_nav] = ACTIONS(1696), - [sym_multiline_comment] = ACTIONS(3), - }, - [2054] = { - [sym__expression] = STATE(2074), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(3231), - [sym_parenthesized_expression] = STATE(3231), - [sym_collection_literal] = STATE(3231), - [sym__literal_constant] = STATE(3231), - [sym_string_literal] = STATE(3231), - [sym_lambda_literal] = STATE(3231), - [sym_anonymous_function] = STATE(3231), - [sym__function_literal] = STATE(3231), - [sym_object_literal] = STATE(3231), - [sym_this_expression] = STATE(3231), - [sym_super_expression] = STATE(3231), - [sym_if_expression] = STATE(3231), - [sym_when_expression] = STATE(3231), - [sym_try_expression] = STATE(3231), - [sym_jump_expression] = STATE(3231), - [sym_callable_reference] = STATE(3231), - [sym__prefix_unary_operator] = STATE(2054), - [sym_annotation] = STATE(2054), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3311), - [sym__return_at] = STATE(398), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(3231), - [sym_long_literal] = STATE(3231), - [sym_boolean_literal] = STATE(3231), - [sym_character_literal] = STATE(3231), - [sym__lexical_identifier] = STATE(2890), - [sym__alpha_identifier] = ACTIONS(333), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(335), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_object] = ACTIONS(1922), - [anon_sym_fun] = ACTIONS(3166), - [anon_sym_get] = ACTIONS(333), - [anon_sym_set] = ACTIONS(333), - [anon_sym_this] = ACTIONS(357), - [anon_sym_super] = ACTIONS(359), - [anon_sym_STAR] = ACTIONS(1111), - [sym_label] = ACTIONS(1119), - [anon_sym_null] = ACTIONS(1926), - [anon_sym_if] = ACTIONS(3168), - [anon_sym_when] = ACTIONS(375), - [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(3170), - [anon_sym_return] = ACTIONS(3172), - [anon_sym_continue] = ACTIONS(383), - [anon_sym_break] = ACTIONS(383), - [anon_sym_COLON_COLON] = ACTIONS(385), - [anon_sym_PLUS] = ACTIONS(1119), - [anon_sym_DASH] = ACTIONS(1119), - [anon_sym_PLUS_PLUS] = ACTIONS(1121), - [anon_sym_DASH_DASH] = ACTIONS(1121), - [anon_sym_BANG] = ACTIONS(1121), - [anon_sym_data] = ACTIONS(333), - [anon_sym_inner] = ACTIONS(333), - [anon_sym_expect] = ACTIONS(333), - [anon_sym_actual] = ACTIONS(333), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(395), - [anon_sym_break_AT] = ACTIONS(397), - [sym_real_literal] = ACTIONS(1928), - [sym_integer_literal] = ACTIONS(401), - [sym_hex_literal] = ACTIONS(403), - [sym_bin_literal] = ACTIONS(403), - [anon_sym_true] = ACTIONS(405), - [anon_sym_false] = ACTIONS(405), - [anon_sym_SQUOTE] = ACTIONS(407), - [sym__backtick_identifier] = ACTIONS(409), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(411), - }, - [2055] = { - [sym__expression] = STATE(1466), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(3231), - [sym_parenthesized_expression] = STATE(3231), - [sym_collection_literal] = STATE(3231), - [sym__literal_constant] = STATE(3231), - [sym_string_literal] = STATE(3231), - [sym_lambda_literal] = STATE(3231), - [sym_anonymous_function] = STATE(3231), - [sym__function_literal] = STATE(3231), - [sym_object_literal] = STATE(3231), - [sym_this_expression] = STATE(3231), - [sym_super_expression] = STATE(3231), - [sym_if_expression] = STATE(3231), - [sym_when_expression] = STATE(3231), - [sym_try_expression] = STATE(3231), - [sym_jump_expression] = STATE(3231), - [sym_callable_reference] = STATE(3231), - [sym__prefix_unary_operator] = STATE(2071), - [sym_annotation] = STATE(2071), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3311), - [sym__return_at] = STATE(367), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(3231), - [sym_long_literal] = STATE(3231), - [sym_boolean_literal] = STATE(3231), - [sym_character_literal] = STATE(3231), - [sym__lexical_identifier] = STATE(2890), - [sym__alpha_identifier] = ACTIONS(333), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(335), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_object] = ACTIONS(1922), - [anon_sym_fun] = ACTIONS(3041), - [anon_sym_get] = ACTIONS(333), - [anon_sym_set] = ACTIONS(333), - [anon_sym_this] = ACTIONS(357), - [anon_sym_super] = ACTIONS(359), - [anon_sym_STAR] = ACTIONS(933), - [sym_label] = ACTIONS(943), - [anon_sym_null] = ACTIONS(1926), - [anon_sym_if] = ACTIONS(3043), - [anon_sym_when] = ACTIONS(375), - [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(3045), - [anon_sym_return] = ACTIONS(3047), - [anon_sym_continue] = ACTIONS(383), - [anon_sym_break] = ACTIONS(383), - [anon_sym_COLON_COLON] = ACTIONS(385), - [anon_sym_PLUS] = ACTIONS(943), - [anon_sym_DASH] = ACTIONS(943), - [anon_sym_PLUS_PLUS] = ACTIONS(945), - [anon_sym_DASH_DASH] = ACTIONS(945), - [anon_sym_BANG] = ACTIONS(945), - [anon_sym_data] = ACTIONS(333), - [anon_sym_inner] = ACTIONS(333), - [anon_sym_expect] = ACTIONS(333), - [anon_sym_actual] = ACTIONS(333), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(395), - [anon_sym_break_AT] = ACTIONS(397), - [sym_real_literal] = ACTIONS(1928), - [sym_integer_literal] = ACTIONS(401), - [sym_hex_literal] = ACTIONS(403), - [sym_bin_literal] = ACTIONS(403), - [anon_sym_true] = ACTIONS(405), - [anon_sym_false] = ACTIONS(405), - [anon_sym_SQUOTE] = ACTIONS(407), - [sym__backtick_identifier] = ACTIONS(409), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(411), - }, - [2056] = { - [sym__expression] = STATE(4165), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [2127] = { + [sym__expression] = STATE(4395), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), + [anon_sym_STAR] = ACTIONS(1065), [sym_label] = ACTIONS(327), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(3096), @@ -255268,10 +262206,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(329), [anon_sym_DASH_DASH] = ACTIONS(329), [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -255287,87 +262225,87 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [2057] = { - [sym__expression] = STATE(4164), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [2128] = { + [sym__expression] = STATE(4218), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(1897), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(331), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_fun] = ACTIONS(2020), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), - [sym_label] = ACTIONS(327), + [anon_sym_STAR] = ACTIONS(813), + [sym_label] = ACTIONS(821), [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(3096), + [anon_sym_if] = ACTIONS(2022), [anon_sym_when] = ACTIONS(245), [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(3098), - [anon_sym_return] = ACTIONS(3100), + [anon_sym_throw] = ACTIONS(2024), + [anon_sym_return] = ACTIONS(2026), [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(327), - [anon_sym_DASH] = ACTIONS(327), - [anon_sym_PLUS_PLUS] = ACTIONS(329), - [anon_sym_DASH_DASH] = ACTIONS(329), - [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(823), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -255383,68 +262321,356 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [2058] = { - [sym__expression] = STATE(4163), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [2129] = { + [sym__expression] = STATE(542), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2117), + [sym_annotation] = STATE(2117), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(270), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), + [sym__alpha_identifier] = ACTIONS(537), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(539), + [anon_sym_LBRACE] = ACTIONS(1612), + [anon_sym_LPAREN] = ACTIONS(549), + [anon_sym_object] = ACTIONS(1614), + [anon_sym_fun] = ACTIONS(1678), + [anon_sym_get] = ACTIONS(537), + [anon_sym_set] = ACTIONS(537), + [anon_sym_this] = ACTIONS(561), + [anon_sym_super] = ACTIONS(563), + [anon_sym_STAR] = ACTIONS(995), + [sym_label] = ACTIONS(1003), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(1680), + [anon_sym_when] = ACTIONS(579), + [anon_sym_try] = ACTIONS(581), + [anon_sym_throw] = ACTIONS(1682), + [anon_sym_return] = ACTIONS(1684), + [anon_sym_continue] = ACTIONS(587), + [anon_sym_break] = ACTIONS(587), + [anon_sym_COLON_COLON] = ACTIONS(589), + [anon_sym_PLUS] = ACTIONS(1003), + [anon_sym_DASH] = ACTIONS(1003), + [anon_sym_PLUS_PLUS] = ACTIONS(1005), + [anon_sym_DASH_DASH] = ACTIONS(1005), + [anon_sym_BANG] = ACTIONS(1005), + [anon_sym_data] = ACTIONS(537), + [anon_sym_inner] = ACTIONS(537), + [anon_sym_expect] = ACTIONS(537), + [anon_sym_actual] = ACTIONS(537), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(599), + [anon_sym_break_AT] = ACTIONS(601), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(605), + [sym_hex_literal] = ACTIONS(607), + [sym_bin_literal] = ACTIONS(607), + [anon_sym_true] = ACTIONS(609), + [anon_sym_false] = ACTIONS(609), + [anon_sym_SQUOTE] = ACTIONS(611), + [sym__backtick_identifier] = ACTIONS(613), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(615), + }, + [2130] = { + [sym_primary_constructor] = STATE(4957), + [sym__class_parameters] = STATE(4565), + [sym_type_parameters] = STATE(2392), + [sym_type_constraints] = STATE(4559), + [sym_enum_class_body] = STATE(4604), + [sym_modifiers] = STATE(9275), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3136), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_COLON] = ACTIONS(5870), + [anon_sym_LBRACK] = ACTIONS(3140), + [anon_sym_RBRACK] = ACTIONS(3140), + [anon_sym_as] = ACTIONS(3136), + [anon_sym_constructor] = ACTIONS(5113), + [anon_sym_LBRACE] = ACTIONS(5115), + [anon_sym_RBRACE] = ACTIONS(3140), + [anon_sym_LPAREN] = ACTIONS(5117), + [anon_sym_COMMA] = ACTIONS(3140), + [anon_sym_RPAREN] = ACTIONS(3140), + [anon_sym_LT] = ACTIONS(5119), + [anon_sym_GT] = ACTIONS(3136), + [anon_sym_where] = ACTIONS(5121), + [anon_sym_DOT] = ACTIONS(3136), + [anon_sym_SEMI] = ACTIONS(3140), + [anon_sym_get] = ACTIONS(3136), + [anon_sym_set] = ACTIONS(3136), + [anon_sym_STAR] = ACTIONS(3140), + [anon_sym_DASH_GT] = ACTIONS(3140), + [sym_label] = ACTIONS(3140), + [anon_sym_in] = ACTIONS(3136), + [anon_sym_while] = ACTIONS(3136), + [anon_sym_DOT_DOT] = ACTIONS(3140), + [anon_sym_QMARK_COLON] = ACTIONS(3140), + [anon_sym_AMP_AMP] = ACTIONS(3140), + [anon_sym_PIPE_PIPE] = ACTIONS(3140), + [anon_sym_else] = ACTIONS(3136), + [anon_sym_COLON_COLON] = ACTIONS(3140), + [anon_sym_BANG_EQ] = ACTIONS(3136), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3140), + [anon_sym_EQ_EQ] = ACTIONS(3136), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3140), + [anon_sym_LT_EQ] = ACTIONS(3140), + [anon_sym_GT_EQ] = ACTIONS(3140), + [anon_sym_BANGin] = ACTIONS(3140), + [anon_sym_is] = ACTIONS(3136), + [anon_sym_BANGis] = ACTIONS(3140), + [anon_sym_PLUS] = ACTIONS(3136), + [anon_sym_DASH] = ACTIONS(3136), + [anon_sym_SLASH] = ACTIONS(3136), + [anon_sym_PERCENT] = ACTIONS(3140), + [anon_sym_as_QMARK] = ACTIONS(3140), + [anon_sym_PLUS_PLUS] = ACTIONS(3140), + [anon_sym_DASH_DASH] = ACTIONS(3140), + [anon_sym_BANG_BANG] = ACTIONS(3140), + [anon_sym_suspend] = ACTIONS(3120), + [anon_sym_sealed] = ACTIONS(3122), + [anon_sym_annotation] = ACTIONS(3122), + [anon_sym_data] = ACTIONS(3122), + [anon_sym_inner] = ACTIONS(3122), + [anon_sym_override] = ACTIONS(3124), + [anon_sym_lateinit] = ACTIONS(3124), + [anon_sym_public] = ACTIONS(3126), + [anon_sym_private] = ACTIONS(3126), + [anon_sym_internal] = ACTIONS(3126), + [anon_sym_protected] = ACTIONS(3126), + [anon_sym_tailrec] = ACTIONS(3120), + [anon_sym_operator] = ACTIONS(3120), + [anon_sym_infix] = ACTIONS(3120), + [anon_sym_inline] = ACTIONS(3120), + [anon_sym_external] = ACTIONS(3120), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3130), + [anon_sym_final] = ACTIONS(3130), + [anon_sym_open] = ACTIONS(3130), + [anon_sym_vararg] = ACTIONS(3132), + [anon_sym_noinline] = ACTIONS(3132), + [anon_sym_crossinline] = ACTIONS(3132), + [anon_sym_expect] = ACTIONS(3134), + [anon_sym_actual] = ACTIONS(3134), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3140), + [sym_safe_nav] = ACTIONS(3140), + [sym_multiline_comment] = ACTIONS(3), + }, + [2131] = { + [sym__expression] = STATE(464), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2340), + [sym_annotation] = STATE(2340), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(266), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), + [sym__alpha_identifier] = ACTIONS(537), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(539), + [anon_sym_LBRACE] = ACTIONS(1612), + [anon_sym_LPAREN] = ACTIONS(549), + [anon_sym_object] = ACTIONS(1614), + [anon_sym_fun] = ACTIONS(1646), + [anon_sym_get] = ACTIONS(537), + [anon_sym_set] = ACTIONS(537), + [anon_sym_this] = ACTIONS(561), + [anon_sym_super] = ACTIONS(563), + [anon_sym_STAR] = ACTIONS(905), + [sym_label] = ACTIONS(915), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(1648), + [anon_sym_when] = ACTIONS(579), + [anon_sym_try] = ACTIONS(581), + [anon_sym_throw] = ACTIONS(1650), + [anon_sym_return] = ACTIONS(1652), + [anon_sym_continue] = ACTIONS(587), + [anon_sym_break] = ACTIONS(587), + [anon_sym_COLON_COLON] = ACTIONS(589), + [anon_sym_PLUS] = ACTIONS(915), + [anon_sym_DASH] = ACTIONS(915), + [anon_sym_PLUS_PLUS] = ACTIONS(917), + [anon_sym_DASH_DASH] = ACTIONS(917), + [anon_sym_BANG] = ACTIONS(917), + [anon_sym_data] = ACTIONS(537), + [anon_sym_inner] = ACTIONS(537), + [anon_sym_expect] = ACTIONS(537), + [anon_sym_actual] = ACTIONS(537), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(599), + [anon_sym_break_AT] = ACTIONS(601), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(605), + [sym_hex_literal] = ACTIONS(607), + [sym_bin_literal] = ACTIONS(607), + [anon_sym_true] = ACTIONS(609), + [anon_sym_false] = ACTIONS(609), + [anon_sym_SQUOTE] = ACTIONS(611), + [sym__backtick_identifier] = ACTIONS(613), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(615), + }, + [2132] = { + [sym__expression] = STATE(4371), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), + [anon_sym_STAR] = ACTIONS(1065), [sym_label] = ACTIONS(327), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(3096), @@ -255460,10 +262686,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(329), [anon_sym_DASH_DASH] = ACTIONS(329), [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -255479,644 +262705,260 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [2059] = { - [sym__expression] = STATE(1465), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(3231), - [sym_parenthesized_expression] = STATE(3231), - [sym_collection_literal] = STATE(3231), - [sym__literal_constant] = STATE(3231), - [sym_string_literal] = STATE(3231), - [sym_lambda_literal] = STATE(3231), - [sym_anonymous_function] = STATE(3231), - [sym__function_literal] = STATE(3231), - [sym_object_literal] = STATE(3231), - [sym_this_expression] = STATE(3231), - [sym_super_expression] = STATE(3231), - [sym_if_expression] = STATE(3231), - [sym_when_expression] = STATE(3231), - [sym_try_expression] = STATE(3231), - [sym_jump_expression] = STATE(3231), - [sym_callable_reference] = STATE(3231), - [sym__prefix_unary_operator] = STATE(2071), - [sym_annotation] = STATE(2071), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3311), - [sym__return_at] = STATE(367), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(3231), - [sym_long_literal] = STATE(3231), - [sym_boolean_literal] = STATE(3231), - [sym_character_literal] = STATE(3231), - [sym__lexical_identifier] = STATE(2890), - [sym__alpha_identifier] = ACTIONS(333), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(335), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_object] = ACTIONS(1922), - [anon_sym_fun] = ACTIONS(3041), - [anon_sym_get] = ACTIONS(333), - [anon_sym_set] = ACTIONS(333), - [anon_sym_this] = ACTIONS(357), - [anon_sym_super] = ACTIONS(359), - [anon_sym_STAR] = ACTIONS(933), - [sym_label] = ACTIONS(943), - [anon_sym_null] = ACTIONS(1926), - [anon_sym_if] = ACTIONS(3043), - [anon_sym_when] = ACTIONS(375), - [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(3045), - [anon_sym_return] = ACTIONS(3047), - [anon_sym_continue] = ACTIONS(383), - [anon_sym_break] = ACTIONS(383), - [anon_sym_COLON_COLON] = ACTIONS(385), - [anon_sym_PLUS] = ACTIONS(943), - [anon_sym_DASH] = ACTIONS(943), - [anon_sym_PLUS_PLUS] = ACTIONS(945), - [anon_sym_DASH_DASH] = ACTIONS(945), - [anon_sym_BANG] = ACTIONS(945), - [anon_sym_data] = ACTIONS(333), - [anon_sym_inner] = ACTIONS(333), - [anon_sym_expect] = ACTIONS(333), - [anon_sym_actual] = ACTIONS(333), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(395), - [anon_sym_break_AT] = ACTIONS(397), - [sym_real_literal] = ACTIONS(1928), - [sym_integer_literal] = ACTIONS(401), - [sym_hex_literal] = ACTIONS(403), - [sym_bin_literal] = ACTIONS(403), - [anon_sym_true] = ACTIONS(405), - [anon_sym_false] = ACTIONS(405), - [anon_sym_SQUOTE] = ACTIONS(407), - [sym__backtick_identifier] = ACTIONS(409), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(411), - }, - [2060] = { - [sym__expression] = STATE(1464), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(3231), - [sym_parenthesized_expression] = STATE(3231), - [sym_collection_literal] = STATE(3231), - [sym__literal_constant] = STATE(3231), - [sym_string_literal] = STATE(3231), - [sym_lambda_literal] = STATE(3231), - [sym_anonymous_function] = STATE(3231), - [sym__function_literal] = STATE(3231), - [sym_object_literal] = STATE(3231), - [sym_this_expression] = STATE(3231), - [sym_super_expression] = STATE(3231), - [sym_if_expression] = STATE(3231), - [sym_when_expression] = STATE(3231), - [sym_try_expression] = STATE(3231), - [sym_jump_expression] = STATE(3231), - [sym_callable_reference] = STATE(3231), - [sym__prefix_unary_operator] = STATE(2071), - [sym_annotation] = STATE(2071), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3311), - [sym__return_at] = STATE(367), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(3231), - [sym_long_literal] = STATE(3231), - [sym_boolean_literal] = STATE(3231), - [sym_character_literal] = STATE(3231), - [sym__lexical_identifier] = STATE(2890), - [sym__alpha_identifier] = ACTIONS(333), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(335), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_object] = ACTIONS(1922), - [anon_sym_fun] = ACTIONS(3041), - [anon_sym_get] = ACTIONS(333), - [anon_sym_set] = ACTIONS(333), - [anon_sym_this] = ACTIONS(357), - [anon_sym_super] = ACTIONS(359), - [anon_sym_STAR] = ACTIONS(933), - [sym_label] = ACTIONS(943), - [anon_sym_null] = ACTIONS(1926), - [anon_sym_if] = ACTIONS(3043), - [anon_sym_when] = ACTIONS(375), - [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(3045), - [anon_sym_return] = ACTIONS(3047), - [anon_sym_continue] = ACTIONS(383), - [anon_sym_break] = ACTIONS(383), - [anon_sym_COLON_COLON] = ACTIONS(385), - [anon_sym_PLUS] = ACTIONS(943), - [anon_sym_DASH] = ACTIONS(943), - [anon_sym_PLUS_PLUS] = ACTIONS(945), - [anon_sym_DASH_DASH] = ACTIONS(945), - [anon_sym_BANG] = ACTIONS(945), - [anon_sym_data] = ACTIONS(333), - [anon_sym_inner] = ACTIONS(333), - [anon_sym_expect] = ACTIONS(333), - [anon_sym_actual] = ACTIONS(333), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(395), - [anon_sym_break_AT] = ACTIONS(397), - [sym_real_literal] = ACTIONS(1928), - [sym_integer_literal] = ACTIONS(401), - [sym_hex_literal] = ACTIONS(403), - [sym_bin_literal] = ACTIONS(403), - [anon_sym_true] = ACTIONS(405), - [anon_sym_false] = ACTIONS(405), - [anon_sym_SQUOTE] = ACTIONS(407), - [sym__backtick_identifier] = ACTIONS(409), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(411), - }, - [2061] = { - [sym__expression] = STATE(1462), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(3231), - [sym_parenthesized_expression] = STATE(3231), - [sym_collection_literal] = STATE(3231), - [sym__literal_constant] = STATE(3231), - [sym_string_literal] = STATE(3231), - [sym_lambda_literal] = STATE(3231), - [sym_anonymous_function] = STATE(3231), - [sym__function_literal] = STATE(3231), - [sym_object_literal] = STATE(3231), - [sym_this_expression] = STATE(3231), - [sym_super_expression] = STATE(3231), - [sym_if_expression] = STATE(3231), - [sym_when_expression] = STATE(3231), - [sym_try_expression] = STATE(3231), - [sym_jump_expression] = STATE(3231), - [sym_callable_reference] = STATE(3231), - [sym__prefix_unary_operator] = STATE(2071), - [sym_annotation] = STATE(2071), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3311), - [sym__return_at] = STATE(367), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(3231), - [sym_long_literal] = STATE(3231), - [sym_boolean_literal] = STATE(3231), - [sym_character_literal] = STATE(3231), - [sym__lexical_identifier] = STATE(2890), - [sym__alpha_identifier] = ACTIONS(333), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(335), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_object] = ACTIONS(1922), - [anon_sym_fun] = ACTIONS(3041), - [anon_sym_get] = ACTIONS(333), - [anon_sym_set] = ACTIONS(333), - [anon_sym_this] = ACTIONS(357), - [anon_sym_super] = ACTIONS(359), - [anon_sym_STAR] = ACTIONS(933), - [sym_label] = ACTIONS(943), - [anon_sym_null] = ACTIONS(1926), - [anon_sym_if] = ACTIONS(3043), - [anon_sym_when] = ACTIONS(375), - [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(3045), - [anon_sym_return] = ACTIONS(3047), - [anon_sym_continue] = ACTIONS(383), - [anon_sym_break] = ACTIONS(383), - [anon_sym_COLON_COLON] = ACTIONS(385), - [anon_sym_PLUS] = ACTIONS(943), - [anon_sym_DASH] = ACTIONS(943), - [anon_sym_PLUS_PLUS] = ACTIONS(945), - [anon_sym_DASH_DASH] = ACTIONS(945), - [anon_sym_BANG] = ACTIONS(945), - [anon_sym_data] = ACTIONS(333), - [anon_sym_inner] = ACTIONS(333), - [anon_sym_expect] = ACTIONS(333), - [anon_sym_actual] = ACTIONS(333), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(395), - [anon_sym_break_AT] = ACTIONS(397), - [sym_real_literal] = ACTIONS(1928), - [sym_integer_literal] = ACTIONS(401), - [sym_hex_literal] = ACTIONS(403), - [sym_bin_literal] = ACTIONS(403), - [anon_sym_true] = ACTIONS(405), - [anon_sym_false] = ACTIONS(405), - [anon_sym_SQUOTE] = ACTIONS(407), - [sym__backtick_identifier] = ACTIONS(409), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(411), - }, - [2062] = { - [sym__expression] = STATE(1461), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(3231), - [sym_parenthesized_expression] = STATE(3231), - [sym_collection_literal] = STATE(3231), - [sym__literal_constant] = STATE(3231), - [sym_string_literal] = STATE(3231), - [sym_lambda_literal] = STATE(3231), - [sym_anonymous_function] = STATE(3231), - [sym__function_literal] = STATE(3231), - [sym_object_literal] = STATE(3231), - [sym_this_expression] = STATE(3231), - [sym_super_expression] = STATE(3231), - [sym_if_expression] = STATE(3231), - [sym_when_expression] = STATE(3231), - [sym_try_expression] = STATE(3231), - [sym_jump_expression] = STATE(3231), - [sym_callable_reference] = STATE(3231), - [sym__prefix_unary_operator] = STATE(2071), - [sym_annotation] = STATE(2071), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3311), - [sym__return_at] = STATE(367), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(3231), - [sym_long_literal] = STATE(3231), - [sym_boolean_literal] = STATE(3231), - [sym_character_literal] = STATE(3231), - [sym__lexical_identifier] = STATE(2890), - [sym__alpha_identifier] = ACTIONS(333), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(335), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_object] = ACTIONS(1922), - [anon_sym_fun] = ACTIONS(3041), - [anon_sym_get] = ACTIONS(333), - [anon_sym_set] = ACTIONS(333), - [anon_sym_this] = ACTIONS(357), - [anon_sym_super] = ACTIONS(359), - [anon_sym_STAR] = ACTIONS(933), - [sym_label] = ACTIONS(943), - [anon_sym_null] = ACTIONS(1926), - [anon_sym_if] = ACTIONS(3043), - [anon_sym_when] = ACTIONS(375), - [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(3045), - [anon_sym_return] = ACTIONS(3047), - [anon_sym_continue] = ACTIONS(383), - [anon_sym_break] = ACTIONS(383), - [anon_sym_COLON_COLON] = ACTIONS(385), - [anon_sym_PLUS] = ACTIONS(943), - [anon_sym_DASH] = ACTIONS(943), - [anon_sym_PLUS_PLUS] = ACTIONS(945), - [anon_sym_DASH_DASH] = ACTIONS(945), - [anon_sym_BANG] = ACTIONS(945), - [anon_sym_data] = ACTIONS(333), - [anon_sym_inner] = ACTIONS(333), - [anon_sym_expect] = ACTIONS(333), - [anon_sym_actual] = ACTIONS(333), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(395), - [anon_sym_break_AT] = ACTIONS(397), - [sym_real_literal] = ACTIONS(1928), - [sym_integer_literal] = ACTIONS(401), - [sym_hex_literal] = ACTIONS(403), - [sym_bin_literal] = ACTIONS(403), - [anon_sym_true] = ACTIONS(405), - [anon_sym_false] = ACTIONS(405), - [anon_sym_SQUOTE] = ACTIONS(407), - [sym__backtick_identifier] = ACTIONS(409), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(411), - }, - [2063] = { - [sym__expression] = STATE(1460), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(3231), - [sym_parenthesized_expression] = STATE(3231), - [sym_collection_literal] = STATE(3231), - [sym__literal_constant] = STATE(3231), - [sym_string_literal] = STATE(3231), - [sym_lambda_literal] = STATE(3231), - [sym_anonymous_function] = STATE(3231), - [sym__function_literal] = STATE(3231), - [sym_object_literal] = STATE(3231), - [sym_this_expression] = STATE(3231), - [sym_super_expression] = STATE(3231), - [sym_if_expression] = STATE(3231), - [sym_when_expression] = STATE(3231), - [sym_try_expression] = STATE(3231), - [sym_jump_expression] = STATE(3231), - [sym_callable_reference] = STATE(3231), - [sym__prefix_unary_operator] = STATE(2071), - [sym_annotation] = STATE(2071), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3311), - [sym__return_at] = STATE(367), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(3231), - [sym_long_literal] = STATE(3231), - [sym_boolean_literal] = STATE(3231), - [sym_character_literal] = STATE(3231), - [sym__lexical_identifier] = STATE(2890), - [sym__alpha_identifier] = ACTIONS(333), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(335), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_object] = ACTIONS(1922), - [anon_sym_fun] = ACTIONS(3041), - [anon_sym_get] = ACTIONS(333), - [anon_sym_set] = ACTIONS(333), - [anon_sym_this] = ACTIONS(357), - [anon_sym_super] = ACTIONS(359), - [anon_sym_STAR] = ACTIONS(933), - [sym_label] = ACTIONS(943), - [anon_sym_null] = ACTIONS(1926), - [anon_sym_if] = ACTIONS(3043), - [anon_sym_when] = ACTIONS(375), - [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(3045), - [anon_sym_return] = ACTIONS(3047), - [anon_sym_continue] = ACTIONS(383), - [anon_sym_break] = ACTIONS(383), - [anon_sym_COLON_COLON] = ACTIONS(385), - [anon_sym_PLUS] = ACTIONS(943), - [anon_sym_DASH] = ACTIONS(943), - [anon_sym_PLUS_PLUS] = ACTIONS(945), - [anon_sym_DASH_DASH] = ACTIONS(945), - [anon_sym_BANG] = ACTIONS(945), - [anon_sym_data] = ACTIONS(333), - [anon_sym_inner] = ACTIONS(333), - [anon_sym_expect] = ACTIONS(333), - [anon_sym_actual] = ACTIONS(333), + [2133] = { + [sym__expression] = STATE(4280), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(1897), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(331), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(2020), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(813), + [sym_label] = ACTIONS(821), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(2022), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(2024), + [anon_sym_return] = ACTIONS(2026), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(823), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(395), - [anon_sym_break_AT] = ACTIONS(397), - [sym_real_literal] = ACTIONS(1928), - [sym_integer_literal] = ACTIONS(401), - [sym_hex_literal] = ACTIONS(403), - [sym_bin_literal] = ACTIONS(403), - [anon_sym_true] = ACTIONS(405), - [anon_sym_false] = ACTIONS(405), - [anon_sym_SQUOTE] = ACTIONS(407), - [sym__backtick_identifier] = ACTIONS(409), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(411), + [sym__string_start] = ACTIONS(283), }, - [2064] = { - [sym__expression] = STATE(1455), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(3231), - [sym_parenthesized_expression] = STATE(3231), - [sym_collection_literal] = STATE(3231), - [sym__literal_constant] = STATE(3231), - [sym_string_literal] = STATE(3231), - [sym_lambda_literal] = STATE(3231), - [sym_anonymous_function] = STATE(3231), - [sym__function_literal] = STATE(3231), - [sym_object_literal] = STATE(3231), - [sym_this_expression] = STATE(3231), - [sym_super_expression] = STATE(3231), - [sym_if_expression] = STATE(3231), - [sym_when_expression] = STATE(3231), - [sym_try_expression] = STATE(3231), - [sym_jump_expression] = STATE(3231), - [sym_callable_reference] = STATE(3231), - [sym__prefix_unary_operator] = STATE(2071), - [sym_annotation] = STATE(2071), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3311), - [sym__return_at] = STATE(367), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(3231), - [sym_long_literal] = STATE(3231), - [sym_boolean_literal] = STATE(3231), - [sym_character_literal] = STATE(3231), - [sym__lexical_identifier] = STATE(2890), - [sym__alpha_identifier] = ACTIONS(333), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(335), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_object] = ACTIONS(1922), - [anon_sym_fun] = ACTIONS(3041), - [anon_sym_get] = ACTIONS(333), - [anon_sym_set] = ACTIONS(333), - [anon_sym_this] = ACTIONS(357), - [anon_sym_super] = ACTIONS(359), - [anon_sym_STAR] = ACTIONS(933), - [sym_label] = ACTIONS(943), - [anon_sym_null] = ACTIONS(1926), - [anon_sym_if] = ACTIONS(3043), - [anon_sym_when] = ACTIONS(375), - [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(3045), - [anon_sym_return] = ACTIONS(3047), - [anon_sym_continue] = ACTIONS(383), - [anon_sym_break] = ACTIONS(383), - [anon_sym_COLON_COLON] = ACTIONS(385), - [anon_sym_PLUS] = ACTIONS(943), - [anon_sym_DASH] = ACTIONS(943), - [anon_sym_PLUS_PLUS] = ACTIONS(945), - [anon_sym_DASH_DASH] = ACTIONS(945), - [anon_sym_BANG] = ACTIONS(945), - [anon_sym_data] = ACTIONS(333), - [anon_sym_inner] = ACTIONS(333), - [anon_sym_expect] = ACTIONS(333), - [anon_sym_actual] = ACTIONS(333), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(395), - [anon_sym_break_AT] = ACTIONS(397), - [sym_real_literal] = ACTIONS(1928), - [sym_integer_literal] = ACTIONS(401), - [sym_hex_literal] = ACTIONS(403), - [sym_bin_literal] = ACTIONS(403), - [anon_sym_true] = ACTIONS(405), - [anon_sym_false] = ACTIONS(405), - [anon_sym_SQUOTE] = ACTIONS(407), - [sym__backtick_identifier] = ACTIONS(409), + [2134] = { + [sym__expression] = STATE(2414), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(2143), + [sym_annotation] = STATE(2143), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(267), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1654), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(873), + [sym_label] = ACTIONS(883), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(1656), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(1658), + [anon_sym_return] = ACTIONS(1660), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(883), + [anon_sym_DASH] = ACTIONS(883), + [anon_sym_PLUS_PLUS] = ACTIONS(885), + [anon_sym_DASH_DASH] = ACTIONS(885), + [anon_sym_BANG] = ACTIONS(885), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(411), + [sym__string_start] = ACTIONS(535), }, - [2065] = { - [sym__expression] = STATE(4160), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [2135] = { + [sym__expression] = STATE(4429), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), + [anon_sym_STAR] = ACTIONS(1065), [sym_label] = ACTIONS(327), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(3096), @@ -256132,10 +262974,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(329), [anon_sym_DASH_DASH] = ACTIONS(329), [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -256151,164 +262993,164 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [2066] = { - [sym_primary_constructor] = STATE(5054), - [sym_class_body] = STATE(4628), - [sym__class_parameters] = STATE(4539), - [sym_type_parameters] = STATE(2419), - [sym_type_constraints] = STATE(4545), - [sym_modifiers] = STATE(9107), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3160), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(5846), - [anon_sym_LBRACK] = ACTIONS(3164), - [anon_sym_RBRACK] = ACTIONS(3164), - [anon_sym_as] = ACTIONS(3160), - [anon_sym_constructor] = ACTIONS(5125), - [anon_sym_LBRACE] = ACTIONS(5127), - [anon_sym_RBRACE] = ACTIONS(3164), - [anon_sym_LPAREN] = ACTIONS(5129), - [anon_sym_COMMA] = ACTIONS(3164), - [anon_sym_RPAREN] = ACTIONS(3164), - [anon_sym_LT] = ACTIONS(5131), - [anon_sym_GT] = ACTIONS(3160), - [anon_sym_where] = ACTIONS(5133), - [anon_sym_DOT] = ACTIONS(3160), - [anon_sym_SEMI] = ACTIONS(3164), - [anon_sym_get] = ACTIONS(3160), - [anon_sym_set] = ACTIONS(3160), - [anon_sym_STAR] = ACTIONS(3164), - [anon_sym_DASH_GT] = ACTIONS(3164), - [sym_label] = ACTIONS(3164), - [anon_sym_in] = ACTIONS(3160), - [anon_sym_while] = ACTIONS(3160), - [anon_sym_DOT_DOT] = ACTIONS(3164), - [anon_sym_QMARK_COLON] = ACTIONS(3164), - [anon_sym_AMP_AMP] = ACTIONS(3164), - [anon_sym_PIPE_PIPE] = ACTIONS(3164), - [anon_sym_else] = ACTIONS(3160), - [anon_sym_COLON_COLON] = ACTIONS(3164), - [anon_sym_BANG_EQ] = ACTIONS(3160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3164), - [anon_sym_EQ_EQ] = ACTIONS(3160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3164), - [anon_sym_LT_EQ] = ACTIONS(3164), - [anon_sym_GT_EQ] = ACTIONS(3164), - [anon_sym_BANGin] = ACTIONS(3164), - [anon_sym_is] = ACTIONS(3160), - [anon_sym_BANGis] = ACTIONS(3164), - [anon_sym_PLUS] = ACTIONS(3160), - [anon_sym_DASH] = ACTIONS(3160), - [anon_sym_SLASH] = ACTIONS(3160), - [anon_sym_PERCENT] = ACTIONS(3164), - [anon_sym_as_QMARK] = ACTIONS(3164), - [anon_sym_PLUS_PLUS] = ACTIONS(3164), - [anon_sym_DASH_DASH] = ACTIONS(3164), - [anon_sym_BANG_BANG] = ACTIONS(3164), - [anon_sym_suspend] = ACTIONS(3120), - [anon_sym_sealed] = ACTIONS(3122), - [anon_sym_annotation] = ACTIONS(3122), - [anon_sym_data] = ACTIONS(3122), - [anon_sym_inner] = ACTIONS(3122), - [anon_sym_override] = ACTIONS(3124), - [anon_sym_lateinit] = ACTIONS(3124), - [anon_sym_public] = ACTIONS(3126), - [anon_sym_private] = ACTIONS(3126), - [anon_sym_internal] = ACTIONS(3126), - [anon_sym_protected] = ACTIONS(3126), - [anon_sym_tailrec] = ACTIONS(3120), - [anon_sym_operator] = ACTIONS(3120), - [anon_sym_infix] = ACTIONS(3120), - [anon_sym_inline] = ACTIONS(3120), - [anon_sym_external] = ACTIONS(3120), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(3130), - [anon_sym_final] = ACTIONS(3130), - [anon_sym_open] = ACTIONS(3130), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3134), - [anon_sym_actual] = ACTIONS(3134), + [2136] = { + [sym__expression] = STATE(527), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2117), + [sym_annotation] = STATE(2117), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(270), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), + [sym__alpha_identifier] = ACTIONS(537), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(539), + [anon_sym_LBRACE] = ACTIONS(1612), + [anon_sym_LPAREN] = ACTIONS(549), + [anon_sym_object] = ACTIONS(1614), + [anon_sym_fun] = ACTIONS(1678), + [anon_sym_get] = ACTIONS(537), + [anon_sym_set] = ACTIONS(537), + [anon_sym_this] = ACTIONS(561), + [anon_sym_super] = ACTIONS(563), + [anon_sym_STAR] = ACTIONS(995), + [sym_label] = ACTIONS(1003), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(1680), + [anon_sym_when] = ACTIONS(579), + [anon_sym_try] = ACTIONS(581), + [anon_sym_throw] = ACTIONS(1682), + [anon_sym_return] = ACTIONS(1684), + [anon_sym_continue] = ACTIONS(587), + [anon_sym_break] = ACTIONS(587), + [anon_sym_COLON_COLON] = ACTIONS(589), + [anon_sym_PLUS] = ACTIONS(1003), + [anon_sym_DASH] = ACTIONS(1003), + [anon_sym_PLUS_PLUS] = ACTIONS(1005), + [anon_sym_DASH_DASH] = ACTIONS(1005), + [anon_sym_BANG] = ACTIONS(1005), + [anon_sym_data] = ACTIONS(537), + [anon_sym_inner] = ACTIONS(537), + [anon_sym_expect] = ACTIONS(537), + [anon_sym_actual] = ACTIONS(537), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3164), - [sym_safe_nav] = ACTIONS(3164), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(599), + [anon_sym_break_AT] = ACTIONS(601), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(605), + [sym_hex_literal] = ACTIONS(607), + [sym_bin_literal] = ACTIONS(607), + [anon_sym_true] = ACTIONS(609), + [anon_sym_false] = ACTIONS(609), + [anon_sym_SQUOTE] = ACTIONS(611), + [sym__backtick_identifier] = ACTIONS(613), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(615), }, - [2067] = { - [sym__expression] = STATE(4159), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [2137] = { + [sym__expression] = STATE(4330), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), + [anon_sym_STAR] = ACTIONS(1065), [sym_label] = ACTIONS(327), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(3096), @@ -256324,10 +263166,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(329), [anon_sym_DASH_DASH] = ACTIONS(329), [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -256343,92 +263185,284 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [2068] = { - [sym__expression] = STATE(2508), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(1643), - [sym_annotation] = STATE(1643), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(270), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), + [2138] = { + [sym__expression] = STATE(855), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(1711), + [sym_annotation] = STATE(1711), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(268), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), + [sym__alpha_identifier] = ACTIONS(111), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1662), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(1085), + [sym_label] = ACTIONS(1093), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(1664), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(1666), + [anon_sym_return] = ACTIONS(1668), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(1093), + [anon_sym_DASH] = ACTIONS(1093), + [anon_sym_PLUS_PLUS] = ACTIONS(1095), + [anon_sym_DASH_DASH] = ACTIONS(1095), + [anon_sym_BANG] = ACTIONS(1095), + [anon_sym_data] = ACTIONS(111), + [anon_sym_inner] = ACTIONS(111), + [anon_sym_expect] = ACTIONS(111), + [anon_sym_actual] = ACTIONS(111), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(1411), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(197), + }, + [2139] = { + [sym__expression] = STATE(3731), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1630), + [sym_annotation] = STATE(1630), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(310), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(1940), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(1293), + [sym_label] = ACTIONS(735), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(321), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(323), + [anon_sym_return] = ACTIONS(325), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(735), + [anon_sym_DASH] = ACTIONS(735), + [anon_sym_PLUS_PLUS] = ACTIONS(737), + [anon_sym_DASH_DASH] = ACTIONS(737), + [anon_sym_BANG] = ACTIONS(737), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(283), + }, + [2140] = { + [sym__expression] = STATE(470), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2340), + [sym_annotation] = STATE(2340), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(266), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), [sym__alpha_identifier] = ACTIONS(537), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LBRACE] = ACTIONS(1612), [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1678), + [anon_sym_object] = ACTIONS(1614), + [anon_sym_fun] = ACTIONS(1646), [anon_sym_get] = ACTIONS(537), [anon_sym_set] = ACTIONS(537), [anon_sym_this] = ACTIONS(561), [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1021), - [sym_label] = ACTIONS(1029), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(1680), + [anon_sym_STAR] = ACTIONS(905), + [sym_label] = ACTIONS(915), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(1648), [anon_sym_when] = ACTIONS(579), [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(1682), - [anon_sym_return] = ACTIONS(1684), + [anon_sym_throw] = ACTIONS(1650), + [anon_sym_return] = ACTIONS(1652), [anon_sym_continue] = ACTIONS(587), [anon_sym_break] = ACTIONS(587), [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(1029), - [anon_sym_DASH] = ACTIONS(1029), - [anon_sym_PLUS_PLUS] = ACTIONS(1031), - [anon_sym_DASH_DASH] = ACTIONS(1031), - [anon_sym_BANG] = ACTIONS(1031), + [anon_sym_PLUS] = ACTIONS(915), + [anon_sym_DASH] = ACTIONS(915), + [anon_sym_PLUS_PLUS] = ACTIONS(917), + [anon_sym_DASH_DASH] = ACTIONS(917), + [anon_sym_BANG] = ACTIONS(917), [anon_sym_data] = ACTIONS(537), [anon_sym_inner] = ACTIONS(537), [anon_sym_expect] = ACTIONS(537), [anon_sym_actual] = ACTIONS(537), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), + [anon_sym_return_AT] = ACTIONS(517), [anon_sym_continue_AT] = ACTIONS(599), [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), + [sym_real_literal] = ACTIONS(1620), [sym_integer_literal] = ACTIONS(605), [sym_hex_literal] = ACTIONS(607), [sym_bin_literal] = ACTIONS(607), @@ -256439,68 +263473,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(615), }, - [2069] = { - [sym__expression] = STATE(4157), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [2141] = { + [sym__expression] = STATE(4316), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), + [anon_sym_STAR] = ACTIONS(1065), [sym_label] = ACTIONS(327), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(3096), @@ -256516,10 +263550,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(329), [anon_sym_DASH_DASH] = ACTIONS(329), [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -256535,68 +263569,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [2070] = { - [sym__expression] = STATE(4158), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [2142] = { + [sym__expression] = STATE(4414), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), + [anon_sym_STAR] = ACTIONS(1065), [sym_label] = ACTIONS(327), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(3096), @@ -256612,10 +263646,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(329), [anon_sym_DASH_DASH] = ACTIONS(329), [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -256631,183 +263665,279 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [2071] = { - [sym__expression] = STATE(1439), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(3231), - [sym_parenthesized_expression] = STATE(3231), - [sym_collection_literal] = STATE(3231), - [sym__literal_constant] = STATE(3231), - [sym_string_literal] = STATE(3231), - [sym_lambda_literal] = STATE(3231), - [sym_anonymous_function] = STATE(3231), - [sym__function_literal] = STATE(3231), - [sym_object_literal] = STATE(3231), - [sym_this_expression] = STATE(3231), - [sym_super_expression] = STATE(3231), - [sym_if_expression] = STATE(3231), - [sym_when_expression] = STATE(3231), - [sym_try_expression] = STATE(3231), - [sym_jump_expression] = STATE(3231), - [sym_callable_reference] = STATE(3231), - [sym__prefix_unary_operator] = STATE(2071), - [sym_annotation] = STATE(2071), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3311), - [sym__return_at] = STATE(367), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(3231), - [sym_long_literal] = STATE(3231), - [sym_boolean_literal] = STATE(3231), - [sym_character_literal] = STATE(3231), - [sym__lexical_identifier] = STATE(2890), - [sym__alpha_identifier] = ACTIONS(333), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(335), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_object] = ACTIONS(1922), - [anon_sym_fun] = ACTIONS(3041), - [anon_sym_get] = ACTIONS(333), - [anon_sym_set] = ACTIONS(333), - [anon_sym_this] = ACTIONS(357), - [anon_sym_super] = ACTIONS(359), - [anon_sym_STAR] = ACTIONS(933), - [sym_label] = ACTIONS(943), - [anon_sym_null] = ACTIONS(1926), - [anon_sym_if] = ACTIONS(3043), - [anon_sym_when] = ACTIONS(375), - [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(3045), - [anon_sym_return] = ACTIONS(3047), - [anon_sym_continue] = ACTIONS(383), - [anon_sym_break] = ACTIONS(383), - [anon_sym_COLON_COLON] = ACTIONS(385), - [anon_sym_PLUS] = ACTIONS(943), - [anon_sym_DASH] = ACTIONS(943), - [anon_sym_PLUS_PLUS] = ACTIONS(945), - [anon_sym_DASH_DASH] = ACTIONS(945), - [anon_sym_BANG] = ACTIONS(945), - [anon_sym_data] = ACTIONS(333), - [anon_sym_inner] = ACTIONS(333), - [anon_sym_expect] = ACTIONS(333), - [anon_sym_actual] = ACTIONS(333), + [2143] = { + [sym__expression] = STATE(2417), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(2143), + [sym_annotation] = STATE(2143), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(267), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1654), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(873), + [sym_label] = ACTIONS(883), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(1656), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(1658), + [anon_sym_return] = ACTIONS(1660), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(883), + [anon_sym_DASH] = ACTIONS(883), + [anon_sym_PLUS_PLUS] = ACTIONS(885), + [anon_sym_DASH_DASH] = ACTIONS(885), + [anon_sym_BANG] = ACTIONS(885), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), + }, + [2144] = { + [sym_indexing_suffix] = STATE(3424), + [sym_navigation_suffix] = STATE(3423), + [sym_call_suffix] = STATE(3420), + [sym_annotated_lambda] = STATE(3419), + [sym_type_arguments] = STATE(7492), + [sym_value_arguments] = STATE(2731), + [sym_lambda_literal] = STATE(3415), + [sym__equality_operator] = STATE(2108), + [sym__comparison_operator] = STATE(2109), + [sym__in_operator] = STATE(2110), + [sym__is_operator] = STATE(6160), + [sym__additive_operator] = STATE(2111), + [sym__multiplicative_operator] = STATE(2112), + [sym__as_operator] = STATE(6161), + [sym__postfix_unary_operator] = STATE(3414), + [sym__member_access_operator] = STATE(7370), + [sym_annotation] = STATE(7887), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2114), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7887), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(4543), + [anon_sym_as] = ACTIONS(4545), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_RBRACE] = ACTIONS(3009), + [anon_sym_LPAREN] = ACTIONS(4547), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(5834), + [anon_sym_object] = ACTIONS(3007), + [anon_sym_fun] = ACTIONS(3007), + [anon_sym_DOT] = ACTIONS(4551), + [anon_sym_SEMI] = ACTIONS(3009), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_this] = ACTIONS(3007), + [anon_sym_super] = ACTIONS(3007), + [anon_sym_STAR] = ACTIONS(5836), + [sym_label] = ACTIONS(4555), + [anon_sym_in] = ACTIONS(5838), + [anon_sym_DOT_DOT] = ACTIONS(5840), + [anon_sym_QMARK_COLON] = ACTIONS(5842), + [anon_sym_AMP_AMP] = ACTIONS(5844), + [anon_sym_PIPE_PIPE] = ACTIONS(5846), + [anon_sym_null] = ACTIONS(3007), + [anon_sym_if] = ACTIONS(3007), + [anon_sym_else] = ACTIONS(3007), + [anon_sym_when] = ACTIONS(3007), + [anon_sym_try] = ACTIONS(3007), + [anon_sym_throw] = ACTIONS(3007), + [anon_sym_return] = ACTIONS(3007), + [anon_sym_continue] = ACTIONS(3007), + [anon_sym_break] = ACTIONS(3007), + [anon_sym_COLON_COLON] = ACTIONS(4567), + [anon_sym_BANG_EQ] = ACTIONS(5848), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5850), + [anon_sym_EQ_EQ] = ACTIONS(5848), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5850), + [anon_sym_LT_EQ] = ACTIONS(5852), + [anon_sym_GT_EQ] = ACTIONS(5852), + [anon_sym_BANGin] = ACTIONS(5854), + [anon_sym_is] = ACTIONS(4577), + [anon_sym_BANGis] = ACTIONS(4579), + [anon_sym_PLUS] = ACTIONS(5856), + [anon_sym_DASH] = ACTIONS(5856), + [anon_sym_SLASH] = ACTIONS(5858), + [anon_sym_PERCENT] = ACTIONS(5836), + [anon_sym_as_QMARK] = ACTIONS(4583), + [anon_sym_PLUS_PLUS] = ACTIONS(4585), + [anon_sym_DASH_DASH] = ACTIONS(4585), + [anon_sym_BANG] = ACTIONS(3007), + [anon_sym_BANG_BANG] = ACTIONS(4585), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(395), - [anon_sym_break_AT] = ACTIONS(397), - [sym_real_literal] = ACTIONS(1928), - [sym_integer_literal] = ACTIONS(401), - [sym_hex_literal] = ACTIONS(403), - [sym_bin_literal] = ACTIONS(403), - [anon_sym_true] = ACTIONS(405), - [anon_sym_false] = ACTIONS(405), - [anon_sym_SQUOTE] = ACTIONS(407), - [sym__backtick_identifier] = ACTIONS(409), + [anon_sym_return_AT] = ACTIONS(3009), + [anon_sym_continue_AT] = ACTIONS(3009), + [anon_sym_break_AT] = ACTIONS(3009), + [sym_real_literal] = ACTIONS(3009), + [sym_integer_literal] = ACTIONS(3007), + [sym_hex_literal] = ACTIONS(3009), + [sym_bin_literal] = ACTIONS(3009), + [anon_sym_true] = ACTIONS(3007), + [anon_sym_false] = ACTIONS(3007), + [anon_sym_SQUOTE] = ACTIONS(3009), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(3009), + [sym_safe_nav] = ACTIONS(4567), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(411), + [sym__string_start] = ACTIONS(3009), }, - [2072] = { - [sym__expression] = STATE(4009), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(2296), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [2145] = { + [sym__expression] = STATE(4412), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(377), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_fun] = ACTIONS(3094), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(845), - [sym_label] = ACTIONS(853), + [anon_sym_STAR] = ACTIONS(1065), + [sym_label] = ACTIONS(327), [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(2022), + [anon_sym_if] = ACTIONS(3096), [anon_sym_when] = ACTIONS(245), [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(2024), - [anon_sym_return] = ACTIONS(2026), + [anon_sym_throw] = ACTIONS(3098), + [anon_sym_return] = ACTIONS(3100), [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(855), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(327), + [anon_sym_DASH] = ACTIONS(327), + [anon_sym_PLUS_PLUS] = ACTIONS(329), + [anon_sym_DASH_DASH] = ACTIONS(329), + [anon_sym_BANG] = ACTIONS(329), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -256823,260 +263953,164 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [2073] = { - [sym_indexing_suffix] = STATE(3339), - [sym_navigation_suffix] = STATE(3435), - [sym_call_suffix] = STATE(3432), - [sym_annotated_lambda] = STATE(3429), - [sym_type_arguments] = STATE(7512), - [sym_value_arguments] = STATE(2735), - [sym_lambda_literal] = STATE(3427), - [sym__equality_operator] = STATE(2092), - [sym__comparison_operator] = STATE(2093), - [sym__in_operator] = STATE(2094), - [sym__is_operator] = STATE(6217), - [sym__additive_operator] = STATE(2095), - [sym__multiplicative_operator] = STATE(2096), - [sym__as_operator] = STATE(6214), - [sym__postfix_unary_operator] = STATE(3426), - [sym__member_access_operator] = STATE(7360), - [sym_annotation] = STATE(7846), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2098), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7846), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(4523), - [anon_sym_as] = ACTIONS(4525), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_RBRACE] = ACTIONS(3001), - [anon_sym_LPAREN] = ACTIONS(4527), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(5784), - [anon_sym_object] = ACTIONS(2999), - [anon_sym_fun] = ACTIONS(2999), - [anon_sym_DOT] = ACTIONS(4531), - [anon_sym_SEMI] = ACTIONS(3001), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(2999), - [anon_sym_super] = ACTIONS(2999), - [anon_sym_STAR] = ACTIONS(5786), - [sym_label] = ACTIONS(4535), - [anon_sym_in] = ACTIONS(5788), - [anon_sym_DOT_DOT] = ACTIONS(5790), - [anon_sym_QMARK_COLON] = ACTIONS(5792), - [anon_sym_AMP_AMP] = ACTIONS(5794), - [anon_sym_PIPE_PIPE] = ACTIONS(5796), - [anon_sym_null] = ACTIONS(2999), - [anon_sym_if] = ACTIONS(2999), - [anon_sym_else] = ACTIONS(2999), - [anon_sym_when] = ACTIONS(2999), - [anon_sym_try] = ACTIONS(2999), - [anon_sym_throw] = ACTIONS(2999), - [anon_sym_return] = ACTIONS(2999), - [anon_sym_continue] = ACTIONS(2999), - [anon_sym_break] = ACTIONS(2999), - [anon_sym_COLON_COLON] = ACTIONS(4547), - [anon_sym_BANG_EQ] = ACTIONS(5798), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5800), - [anon_sym_EQ_EQ] = ACTIONS(5798), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5800), - [anon_sym_LT_EQ] = ACTIONS(5802), - [anon_sym_GT_EQ] = ACTIONS(5802), - [anon_sym_BANGin] = ACTIONS(5804), - [anon_sym_is] = ACTIONS(4557), - [anon_sym_BANGis] = ACTIONS(4559), - [anon_sym_PLUS] = ACTIONS(5806), - [anon_sym_DASH] = ACTIONS(5806), - [anon_sym_SLASH] = ACTIONS(5808), - [anon_sym_PERCENT] = ACTIONS(5786), - [anon_sym_as_QMARK] = ACTIONS(4563), - [anon_sym_PLUS_PLUS] = ACTIONS(4565), - [anon_sym_DASH_DASH] = ACTIONS(4565), - [anon_sym_BANG] = ACTIONS(2999), - [anon_sym_BANG_BANG] = ACTIONS(4565), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3001), - [anon_sym_continue_AT] = ACTIONS(3001), - [anon_sym_break_AT] = ACTIONS(3001), - [sym_real_literal] = ACTIONS(3001), - [sym_integer_literal] = ACTIONS(2999), - [sym_hex_literal] = ACTIONS(3001), - [sym_bin_literal] = ACTIONS(3001), - [anon_sym_true] = ACTIONS(2999), - [anon_sym_false] = ACTIONS(2999), - [anon_sym_SQUOTE] = ACTIONS(3001), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3001), - [sym_safe_nav] = ACTIONS(4547), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3001), - }, - [2074] = { - [sym_indexing_suffix] = STATE(3339), - [sym_navigation_suffix] = STATE(3435), - [sym_call_suffix] = STATE(3432), - [sym_annotated_lambda] = STATE(3429), - [sym_type_arguments] = STATE(7512), - [sym_value_arguments] = STATE(2735), - [sym_lambda_literal] = STATE(3427), - [sym__equality_operator] = STATE(2092), - [sym__comparison_operator] = STATE(2093), - [sym__in_operator] = STATE(2094), - [sym__is_operator] = STATE(6217), - [sym__additive_operator] = STATE(2095), - [sym__multiplicative_operator] = STATE(2096), - [sym__as_operator] = STATE(6214), - [sym__postfix_unary_operator] = STATE(3426), - [sym__member_access_operator] = STATE(7360), - [sym_annotation] = STATE(7846), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2098), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7846), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(4523), - [anon_sym_as] = ACTIONS(4525), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_RBRACE] = ACTIONS(3059), - [anon_sym_LPAREN] = ACTIONS(4527), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(5784), - [anon_sym_object] = ACTIONS(3057), - [anon_sym_fun] = ACTIONS(3057), - [anon_sym_DOT] = ACTIONS(4531), - [anon_sym_SEMI] = ACTIONS(3059), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(3057), - [anon_sym_super] = ACTIONS(3057), - [anon_sym_STAR] = ACTIONS(5786), - [sym_label] = ACTIONS(4535), - [anon_sym_in] = ACTIONS(5788), - [anon_sym_DOT_DOT] = ACTIONS(5790), - [anon_sym_QMARK_COLON] = ACTIONS(5792), - [anon_sym_AMP_AMP] = ACTIONS(5794), - [anon_sym_PIPE_PIPE] = ACTIONS(5796), - [anon_sym_null] = ACTIONS(3057), - [anon_sym_if] = ACTIONS(3057), - [anon_sym_else] = ACTIONS(3057), - [anon_sym_when] = ACTIONS(3057), - [anon_sym_try] = ACTIONS(3057), - [anon_sym_throw] = ACTIONS(3057), - [anon_sym_return] = ACTIONS(3057), - [anon_sym_continue] = ACTIONS(3057), - [anon_sym_break] = ACTIONS(3057), - [anon_sym_COLON_COLON] = ACTIONS(4547), - [anon_sym_BANG_EQ] = ACTIONS(5798), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5800), - [anon_sym_EQ_EQ] = ACTIONS(5798), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5800), - [anon_sym_LT_EQ] = ACTIONS(5802), - [anon_sym_GT_EQ] = ACTIONS(5802), - [anon_sym_BANGin] = ACTIONS(5804), - [anon_sym_is] = ACTIONS(4557), - [anon_sym_BANGis] = ACTIONS(4559), - [anon_sym_PLUS] = ACTIONS(5806), - [anon_sym_DASH] = ACTIONS(5806), - [anon_sym_SLASH] = ACTIONS(5808), - [anon_sym_PERCENT] = ACTIONS(5786), - [anon_sym_as_QMARK] = ACTIONS(4563), - [anon_sym_PLUS_PLUS] = ACTIONS(4565), - [anon_sym_DASH_DASH] = ACTIONS(4565), - [anon_sym_BANG] = ACTIONS(3057), - [anon_sym_BANG_BANG] = ACTIONS(4565), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3059), - [anon_sym_continue_AT] = ACTIONS(3059), - [anon_sym_break_AT] = ACTIONS(3059), - [sym_real_literal] = ACTIONS(3059), - [sym_integer_literal] = ACTIONS(3057), - [sym_hex_literal] = ACTIONS(3059), - [sym_bin_literal] = ACTIONS(3059), - [anon_sym_true] = ACTIONS(3057), - [anon_sym_false] = ACTIONS(3057), - [anon_sym_SQUOTE] = ACTIONS(3059), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3059), - [sym_safe_nav] = ACTIONS(4547), + [2146] = { + [sym__expression] = STATE(2382), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(2143), + [sym_annotation] = STATE(2143), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(267), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1654), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(873), + [sym_label] = ACTIONS(883), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(1656), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(1658), + [anon_sym_return] = ACTIONS(1660), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(883), + [anon_sym_DASH] = ACTIONS(883), + [anon_sym_PLUS_PLUS] = ACTIONS(885), + [anon_sym_DASH_DASH] = ACTIONS(885), + [anon_sym_BANG] = ACTIONS(885), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3059), + [sym__string_start] = ACTIONS(535), }, - [2075] = { - [sym__expression] = STATE(4162), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [2147] = { + [sym__expression] = STATE(4369), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), + [anon_sym_STAR] = ACTIONS(1065), [sym_label] = ACTIONS(327), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(3096), @@ -257092,10 +264126,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(329), [anon_sym_DASH_DASH] = ACTIONS(329), [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -257111,83 +264145,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [2076] = { - [sym__expression] = STATE(2131), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(3231), - [sym_parenthesized_expression] = STATE(3231), - [sym_collection_literal] = STATE(3231), - [sym__literal_constant] = STATE(3231), - [sym_string_literal] = STATE(3231), - [sym_lambda_literal] = STATE(3231), - [sym_anonymous_function] = STATE(3231), - [sym__function_literal] = STATE(3231), - [sym_object_literal] = STATE(3231), - [sym_this_expression] = STATE(3231), - [sym_super_expression] = STATE(3231), - [sym_if_expression] = STATE(3231), - [sym_when_expression] = STATE(3231), - [sym_try_expression] = STATE(3231), - [sym_jump_expression] = STATE(3231), - [sym_callable_reference] = STATE(3231), - [sym__prefix_unary_operator] = STATE(2054), - [sym_annotation] = STATE(2054), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3311), - [sym__return_at] = STATE(398), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(3231), - [sym_long_literal] = STATE(3231), - [sym_boolean_literal] = STATE(3231), - [sym_character_literal] = STATE(3231), - [sym__lexical_identifier] = STATE(2890), + [2148] = { + [sym__expression] = STATE(1211), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(3399), + [sym_parenthesized_expression] = STATE(3399), + [sym_collection_literal] = STATE(3399), + [sym__literal_constant] = STATE(3399), + [sym_string_literal] = STATE(3399), + [sym_lambda_literal] = STATE(3399), + [sym_anonymous_function] = STATE(3399), + [sym__function_literal] = STATE(3399), + [sym_object_literal] = STATE(3399), + [sym_this_expression] = STATE(3399), + [sym_super_expression] = STATE(3399), + [sym_if_expression] = STATE(3399), + [sym_when_expression] = STATE(3399), + [sym_try_expression] = STATE(3399), + [sym_jump_expression] = STATE(3399), + [sym_callable_reference] = STATE(3399), + [sym__prefix_unary_operator] = STATE(2247), + [sym_annotation] = STATE(2247), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3347), + [sym__return_at] = STATE(317), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(3399), + [sym_long_literal] = STATE(3399), + [sym_boolean_literal] = STATE(3399), + [sym_character_literal] = STATE(3399), + [sym__lexical_identifier] = STATE(2837), [sym__alpha_identifier] = ACTIONS(333), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(335), - [anon_sym_LBRACE] = ACTIONS(1920), + [anon_sym_LBRACE] = ACTIONS(1918), [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_object] = ACTIONS(1922), - [anon_sym_fun] = ACTIONS(3166), + [anon_sym_object] = ACTIONS(1920), + [anon_sym_fun] = ACTIONS(1992), [anon_sym_get] = ACTIONS(333), [anon_sym_set] = ACTIONS(333), [anon_sym_this] = ACTIONS(357), [anon_sym_super] = ACTIONS(359), - [anon_sym_STAR] = ACTIONS(1111), - [sym_label] = ACTIONS(1119), - [anon_sym_null] = ACTIONS(1926), - [anon_sym_if] = ACTIONS(3168), + [anon_sym_STAR] = ACTIONS(1273), + [sym_label] = ACTIONS(709), + [anon_sym_null] = ACTIONS(1924), + [anon_sym_if] = ACTIONS(703), [anon_sym_when] = ACTIONS(375), [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(3170), - [anon_sym_return] = ACTIONS(3172), + [anon_sym_throw] = ACTIONS(705), + [anon_sym_return] = ACTIONS(707), [anon_sym_continue] = ACTIONS(383), [anon_sym_break] = ACTIONS(383), [anon_sym_COLON_COLON] = ACTIONS(385), - [anon_sym_PLUS] = ACTIONS(1119), - [anon_sym_DASH] = ACTIONS(1119), - [anon_sym_PLUS_PLUS] = ACTIONS(1121), - [anon_sym_DASH_DASH] = ACTIONS(1121), - [anon_sym_BANG] = ACTIONS(1121), + [anon_sym_PLUS] = ACTIONS(709), + [anon_sym_DASH] = ACTIONS(709), + [anon_sym_PLUS_PLUS] = ACTIONS(711), + [anon_sym_DASH_DASH] = ACTIONS(711), + [anon_sym_BANG] = ACTIONS(711), [anon_sym_data] = ACTIONS(333), [anon_sym_inner] = ACTIONS(333), [anon_sym_expect] = ACTIONS(333), @@ -257196,7 +264230,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(395), [anon_sym_break_AT] = ACTIONS(397), - [sym_real_literal] = ACTIONS(1928), + [sym_real_literal] = ACTIONS(1926), [sym_integer_literal] = ACTIONS(401), [sym_hex_literal] = ACTIONS(403), [sym_bin_literal] = ACTIONS(403), @@ -257207,188 +264241,284 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(411), }, - [2077] = { - [sym__expression] = STATE(3556), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4941), - [sym_parenthesized_expression] = STATE(4941), - [sym_collection_literal] = STATE(4941), - [sym__literal_constant] = STATE(4941), - [sym_string_literal] = STATE(4941), - [sym_lambda_literal] = STATE(4941), - [sym_anonymous_function] = STATE(4941), - [sym__function_literal] = STATE(4941), - [sym_object_literal] = STATE(4941), - [sym_this_expression] = STATE(4941), - [sym_super_expression] = STATE(4941), - [sym_if_expression] = STATE(4941), - [sym_when_expression] = STATE(4941), - [sym_try_expression] = STATE(4941), - [sym_jump_expression] = STATE(4941), - [sym_callable_reference] = STATE(4941), - [sym__prefix_unary_operator] = STATE(2214), - [sym_annotation] = STATE(2214), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5029), - [sym__return_at] = STATE(303), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4941), - [sym_long_literal] = STATE(4941), - [sym_boolean_literal] = STATE(4941), - [sym_character_literal] = STATE(4941), - [sym__lexical_identifier] = STATE(4529), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1912), - [anon_sym_fun] = ACTIONS(1914), - [anon_sym_get] = ACTIONS(7), - [anon_sym_set] = ACTIONS(7), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(1267), - [sym_label] = ACTIONS(531), - [anon_sym_null] = ACTIONS(1916), - [anon_sym_if] = ACTIONS(525), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(527), - [anon_sym_return] = ACTIONS(529), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_DASH] = ACTIONS(531), - [anon_sym_PLUS_PLUS] = ACTIONS(533), - [anon_sym_DASH_DASH] = ACTIONS(533), - [anon_sym_BANG] = ACTIONS(533), - [anon_sym_data] = ACTIONS(7), - [anon_sym_inner] = ACTIONS(7), - [anon_sym_expect] = ACTIONS(7), - [anon_sym_actual] = ACTIONS(7), + [2149] = { + [sym__expression] = STATE(4304), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(377), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(3094), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(1065), + [sym_label] = ACTIONS(327), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(3096), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(3098), + [anon_sym_return] = ACTIONS(3100), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(327), + [anon_sym_DASH] = ACTIONS(327), + [anon_sym_PLUS_PLUS] = ACTIONS(329), + [anon_sym_DASH_DASH] = ACTIONS(329), + [anon_sym_BANG] = ACTIONS(329), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(1918), - [sym_integer_literal] = ACTIONS(99), - [sym_hex_literal] = ACTIONS(101), - [sym_bin_literal] = ACTIONS(101), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [anon_sym_SQUOTE] = ACTIONS(105), - [sym__backtick_identifier] = ACTIONS(107), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(109), + [sym__string_start] = ACTIONS(283), }, - [2078] = { - [sym__expression] = STATE(1359), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(2081), - [sym_annotation] = STATE(2081), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), + [2150] = { + [sym__expression] = STATE(4388), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(377), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(3094), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(1065), + [sym_label] = ACTIONS(327), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(3096), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(3098), + [anon_sym_return] = ACTIONS(3100), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(327), + [anon_sym_DASH] = ACTIONS(327), + [anon_sym_PLUS_PLUS] = ACTIONS(329), + [anon_sym_DASH_DASH] = ACTIONS(329), + [anon_sym_BANG] = ACTIONS(329), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(283), + }, + [2151] = { + [sym__expression] = STATE(388), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2198), + [sym_annotation] = STATE(2198), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), [sym__return_at] = STATE(264), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), [sym__alpha_identifier] = ACTIONS(537), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LBRACE] = ACTIONS(1612), [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), + [anon_sym_object] = ACTIONS(1614), [anon_sym_fun] = ACTIONS(1636), [anon_sym_get] = ACTIONS(537), [anon_sym_set] = ACTIONS(537), [anon_sym_this] = ACTIONS(561), [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1329), - [sym_label] = ACTIONS(761), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(1259), + [sym_label] = ACTIONS(645), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(639), [anon_sym_when] = ACTIONS(579), [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(757), - [anon_sym_return] = ACTIONS(759), + [anon_sym_throw] = ACTIONS(641), + [anon_sym_return] = ACTIONS(643), [anon_sym_continue] = ACTIONS(587), [anon_sym_break] = ACTIONS(587), [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(761), - [anon_sym_DASH] = ACTIONS(761), - [anon_sym_PLUS_PLUS] = ACTIONS(763), - [anon_sym_DASH_DASH] = ACTIONS(763), - [anon_sym_BANG] = ACTIONS(763), + [anon_sym_PLUS] = ACTIONS(645), + [anon_sym_DASH] = ACTIONS(645), + [anon_sym_PLUS_PLUS] = ACTIONS(647), + [anon_sym_DASH_DASH] = ACTIONS(647), + [anon_sym_BANG] = ACTIONS(647), [anon_sym_data] = ACTIONS(537), [anon_sym_inner] = ACTIONS(537), [anon_sym_expect] = ACTIONS(537), [anon_sym_actual] = ACTIONS(537), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), + [anon_sym_return_AT] = ACTIONS(517), [anon_sym_continue_AT] = ACTIONS(599), [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), + [sym_real_literal] = ACTIONS(1620), [sym_integer_literal] = ACTIONS(605), [sym_hex_literal] = ACTIONS(607), [sym_bin_literal] = ACTIONS(607), @@ -257399,659 +264529,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(615), }, - [2079] = { - [sym_indexing_suffix] = STATE(3339), - [sym_navigation_suffix] = STATE(3435), - [sym_call_suffix] = STATE(3432), - [sym_annotated_lambda] = STATE(3429), - [sym_type_arguments] = STATE(7512), - [sym_value_arguments] = STATE(2735), - [sym_lambda_literal] = STATE(3427), - [sym__equality_operator] = STATE(2092), - [sym__comparison_operator] = STATE(2093), - [sym__in_operator] = STATE(2094), - [sym__is_operator] = STATE(6217), - [sym__additive_operator] = STATE(2095), - [sym__multiplicative_operator] = STATE(2096), - [sym__as_operator] = STATE(6214), - [sym__postfix_unary_operator] = STATE(3426), - [sym__member_access_operator] = STATE(7360), - [sym_annotation] = STATE(7846), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2098), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7846), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(4523), - [anon_sym_as] = ACTIONS(4525), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_RBRACE] = ACTIONS(3063), - [anon_sym_LPAREN] = ACTIONS(4527), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(5784), - [anon_sym_object] = ACTIONS(3061), - [anon_sym_fun] = ACTIONS(3061), - [anon_sym_DOT] = ACTIONS(4531), - [anon_sym_SEMI] = ACTIONS(3063), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(3061), - [anon_sym_super] = ACTIONS(3061), - [anon_sym_STAR] = ACTIONS(5786), - [sym_label] = ACTIONS(4535), - [anon_sym_in] = ACTIONS(5788), - [anon_sym_DOT_DOT] = ACTIONS(5790), - [anon_sym_QMARK_COLON] = ACTIONS(5792), - [anon_sym_AMP_AMP] = ACTIONS(5794), - [anon_sym_PIPE_PIPE] = ACTIONS(5796), - [anon_sym_null] = ACTIONS(3061), - [anon_sym_if] = ACTIONS(3061), - [anon_sym_else] = ACTIONS(3061), - [anon_sym_when] = ACTIONS(3061), - [anon_sym_try] = ACTIONS(3061), - [anon_sym_throw] = ACTIONS(3061), - [anon_sym_return] = ACTIONS(3061), - [anon_sym_continue] = ACTIONS(3061), - [anon_sym_break] = ACTIONS(3061), - [anon_sym_COLON_COLON] = ACTIONS(4547), - [anon_sym_BANG_EQ] = ACTIONS(5798), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5800), - [anon_sym_EQ_EQ] = ACTIONS(5798), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5800), - [anon_sym_LT_EQ] = ACTIONS(5802), - [anon_sym_GT_EQ] = ACTIONS(5802), - [anon_sym_BANGin] = ACTIONS(5804), - [anon_sym_is] = ACTIONS(4557), - [anon_sym_BANGis] = ACTIONS(4559), - [anon_sym_PLUS] = ACTIONS(5806), - [anon_sym_DASH] = ACTIONS(5806), - [anon_sym_SLASH] = ACTIONS(5808), - [anon_sym_PERCENT] = ACTIONS(5786), - [anon_sym_as_QMARK] = ACTIONS(4563), - [anon_sym_PLUS_PLUS] = ACTIONS(4565), - [anon_sym_DASH_DASH] = ACTIONS(4565), - [anon_sym_BANG] = ACTIONS(3061), - [anon_sym_BANG_BANG] = ACTIONS(4565), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3063), - [anon_sym_continue_AT] = ACTIONS(3063), - [anon_sym_break_AT] = ACTIONS(3063), - [sym_real_literal] = ACTIONS(3063), - [sym_integer_literal] = ACTIONS(3061), - [sym_hex_literal] = ACTIONS(3063), - [sym_bin_literal] = ACTIONS(3063), - [anon_sym_true] = ACTIONS(3061), - [anon_sym_false] = ACTIONS(3061), - [anon_sym_SQUOTE] = ACTIONS(3063), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3063), - [sym_safe_nav] = ACTIONS(4547), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3063), - }, - [2080] = { - [sym__expression] = STATE(1361), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(2081), - [sym_annotation] = STATE(2081), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(264), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), - [sym__alpha_identifier] = ACTIONS(537), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1636), - [anon_sym_get] = ACTIONS(537), - [anon_sym_set] = ACTIONS(537), - [anon_sym_this] = ACTIONS(561), - [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1329), - [sym_label] = ACTIONS(761), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(755), - [anon_sym_when] = ACTIONS(579), - [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(757), - [anon_sym_return] = ACTIONS(759), - [anon_sym_continue] = ACTIONS(587), - [anon_sym_break] = ACTIONS(587), - [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(761), - [anon_sym_DASH] = ACTIONS(761), - [anon_sym_PLUS_PLUS] = ACTIONS(763), - [anon_sym_DASH_DASH] = ACTIONS(763), - [anon_sym_BANG] = ACTIONS(763), - [anon_sym_data] = ACTIONS(537), - [anon_sym_inner] = ACTIONS(537), - [anon_sym_expect] = ACTIONS(537), - [anon_sym_actual] = ACTIONS(537), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(599), - [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), - [sym_integer_literal] = ACTIONS(605), - [sym_hex_literal] = ACTIONS(607), - [sym_bin_literal] = ACTIONS(607), - [anon_sym_true] = ACTIONS(609), - [anon_sym_false] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(611), - [sym__backtick_identifier] = ACTIONS(613), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(615), - }, - [2081] = { - [sym__expression] = STATE(1360), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(2081), - [sym_annotation] = STATE(2081), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(264), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), - [sym__alpha_identifier] = ACTIONS(537), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1636), - [anon_sym_get] = ACTIONS(537), - [anon_sym_set] = ACTIONS(537), - [anon_sym_this] = ACTIONS(561), - [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1329), - [sym_label] = ACTIONS(761), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(755), - [anon_sym_when] = ACTIONS(579), - [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(757), - [anon_sym_return] = ACTIONS(759), - [anon_sym_continue] = ACTIONS(587), - [anon_sym_break] = ACTIONS(587), - [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(761), - [anon_sym_DASH] = ACTIONS(761), - [anon_sym_PLUS_PLUS] = ACTIONS(763), - [anon_sym_DASH_DASH] = ACTIONS(763), - [anon_sym_BANG] = ACTIONS(763), - [anon_sym_data] = ACTIONS(537), - [anon_sym_inner] = ACTIONS(537), - [anon_sym_expect] = ACTIONS(537), - [anon_sym_actual] = ACTIONS(537), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(599), - [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), - [sym_integer_literal] = ACTIONS(605), - [sym_hex_literal] = ACTIONS(607), - [sym_bin_literal] = ACTIONS(607), - [anon_sym_true] = ACTIONS(609), - [anon_sym_false] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(611), - [sym__backtick_identifier] = ACTIONS(613), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(615), - }, - [2082] = { - [sym__expression] = STATE(2149), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(3231), - [sym_parenthesized_expression] = STATE(3231), - [sym_collection_literal] = STATE(3231), - [sym__literal_constant] = STATE(3231), - [sym_string_literal] = STATE(3231), - [sym_lambda_literal] = STATE(3231), - [sym_anonymous_function] = STATE(3231), - [sym__function_literal] = STATE(3231), - [sym_object_literal] = STATE(3231), - [sym_this_expression] = STATE(3231), - [sym_super_expression] = STATE(3231), - [sym_if_expression] = STATE(3231), - [sym_when_expression] = STATE(3231), - [sym_try_expression] = STATE(3231), - [sym_jump_expression] = STATE(3231), - [sym_callable_reference] = STATE(3231), - [sym__prefix_unary_operator] = STATE(2054), - [sym_annotation] = STATE(2054), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3311), - [sym__return_at] = STATE(398), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(3231), - [sym_long_literal] = STATE(3231), - [sym_boolean_literal] = STATE(3231), - [sym_character_literal] = STATE(3231), - [sym__lexical_identifier] = STATE(2890), - [sym__alpha_identifier] = ACTIONS(333), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(335), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_object] = ACTIONS(1922), - [anon_sym_fun] = ACTIONS(3166), - [anon_sym_get] = ACTIONS(333), - [anon_sym_set] = ACTIONS(333), - [anon_sym_this] = ACTIONS(357), - [anon_sym_super] = ACTIONS(359), - [anon_sym_STAR] = ACTIONS(1111), - [sym_label] = ACTIONS(1119), - [anon_sym_null] = ACTIONS(1926), - [anon_sym_if] = ACTIONS(3168), - [anon_sym_when] = ACTIONS(375), - [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(3170), - [anon_sym_return] = ACTIONS(3172), - [anon_sym_continue] = ACTIONS(383), - [anon_sym_break] = ACTIONS(383), - [anon_sym_COLON_COLON] = ACTIONS(385), - [anon_sym_PLUS] = ACTIONS(1119), - [anon_sym_DASH] = ACTIONS(1119), - [anon_sym_PLUS_PLUS] = ACTIONS(1121), - [anon_sym_DASH_DASH] = ACTIONS(1121), - [anon_sym_BANG] = ACTIONS(1121), - [anon_sym_data] = ACTIONS(333), - [anon_sym_inner] = ACTIONS(333), - [anon_sym_expect] = ACTIONS(333), - [anon_sym_actual] = ACTIONS(333), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(395), - [anon_sym_break_AT] = ACTIONS(397), - [sym_real_literal] = ACTIONS(1928), - [sym_integer_literal] = ACTIONS(401), - [sym_hex_literal] = ACTIONS(403), - [sym_bin_literal] = ACTIONS(403), - [anon_sym_true] = ACTIONS(405), - [anon_sym_false] = ACTIONS(405), - [anon_sym_SQUOTE] = ACTIONS(407), - [sym__backtick_identifier] = ACTIONS(409), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(411), - }, - [2083] = { - [sym__expression] = STATE(2150), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(3231), - [sym_parenthesized_expression] = STATE(3231), - [sym_collection_literal] = STATE(3231), - [sym__literal_constant] = STATE(3231), - [sym_string_literal] = STATE(3231), - [sym_lambda_literal] = STATE(3231), - [sym_anonymous_function] = STATE(3231), - [sym__function_literal] = STATE(3231), - [sym_object_literal] = STATE(3231), - [sym_this_expression] = STATE(3231), - [sym_super_expression] = STATE(3231), - [sym_if_expression] = STATE(3231), - [sym_when_expression] = STATE(3231), - [sym_try_expression] = STATE(3231), - [sym_jump_expression] = STATE(3231), - [sym_callable_reference] = STATE(3231), - [sym__prefix_unary_operator] = STATE(2054), - [sym_annotation] = STATE(2054), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3311), - [sym__return_at] = STATE(398), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(3231), - [sym_long_literal] = STATE(3231), - [sym_boolean_literal] = STATE(3231), - [sym_character_literal] = STATE(3231), - [sym__lexical_identifier] = STATE(2890), - [sym__alpha_identifier] = ACTIONS(333), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(335), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_object] = ACTIONS(1922), - [anon_sym_fun] = ACTIONS(3166), - [anon_sym_get] = ACTIONS(333), - [anon_sym_set] = ACTIONS(333), - [anon_sym_this] = ACTIONS(357), - [anon_sym_super] = ACTIONS(359), - [anon_sym_STAR] = ACTIONS(1111), - [sym_label] = ACTIONS(1119), - [anon_sym_null] = ACTIONS(1926), - [anon_sym_if] = ACTIONS(3168), - [anon_sym_when] = ACTIONS(375), - [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(3170), - [anon_sym_return] = ACTIONS(3172), - [anon_sym_continue] = ACTIONS(383), - [anon_sym_break] = ACTIONS(383), - [anon_sym_COLON_COLON] = ACTIONS(385), - [anon_sym_PLUS] = ACTIONS(1119), - [anon_sym_DASH] = ACTIONS(1119), - [anon_sym_PLUS_PLUS] = ACTIONS(1121), - [anon_sym_DASH_DASH] = ACTIONS(1121), - [anon_sym_BANG] = ACTIONS(1121), - [anon_sym_data] = ACTIONS(333), - [anon_sym_inner] = ACTIONS(333), - [anon_sym_expect] = ACTIONS(333), - [anon_sym_actual] = ACTIONS(333), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(395), - [anon_sym_break_AT] = ACTIONS(397), - [sym_real_literal] = ACTIONS(1928), - [sym_integer_literal] = ACTIONS(401), - [sym_hex_literal] = ACTIONS(403), - [sym_bin_literal] = ACTIONS(403), - [anon_sym_true] = ACTIONS(405), - [anon_sym_false] = ACTIONS(405), - [anon_sym_SQUOTE] = ACTIONS(407), - [sym__backtick_identifier] = ACTIONS(409), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(411), - }, - [2084] = { - [sym__expression] = STATE(2151), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(3231), - [sym_parenthesized_expression] = STATE(3231), - [sym_collection_literal] = STATE(3231), - [sym__literal_constant] = STATE(3231), - [sym_string_literal] = STATE(3231), - [sym_lambda_literal] = STATE(3231), - [sym_anonymous_function] = STATE(3231), - [sym__function_literal] = STATE(3231), - [sym_object_literal] = STATE(3231), - [sym_this_expression] = STATE(3231), - [sym_super_expression] = STATE(3231), - [sym_if_expression] = STATE(3231), - [sym_when_expression] = STATE(3231), - [sym_try_expression] = STATE(3231), - [sym_jump_expression] = STATE(3231), - [sym_callable_reference] = STATE(3231), - [sym__prefix_unary_operator] = STATE(2054), - [sym_annotation] = STATE(2054), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3311), - [sym__return_at] = STATE(398), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(3231), - [sym_long_literal] = STATE(3231), - [sym_boolean_literal] = STATE(3231), - [sym_character_literal] = STATE(3231), - [sym__lexical_identifier] = STATE(2890), - [sym__alpha_identifier] = ACTIONS(333), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(335), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_object] = ACTIONS(1922), - [anon_sym_fun] = ACTIONS(3166), - [anon_sym_get] = ACTIONS(333), - [anon_sym_set] = ACTIONS(333), - [anon_sym_this] = ACTIONS(357), - [anon_sym_super] = ACTIONS(359), - [anon_sym_STAR] = ACTIONS(1111), - [sym_label] = ACTIONS(1119), - [anon_sym_null] = ACTIONS(1926), - [anon_sym_if] = ACTIONS(3168), - [anon_sym_when] = ACTIONS(375), - [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(3170), - [anon_sym_return] = ACTIONS(3172), - [anon_sym_continue] = ACTIONS(383), - [anon_sym_break] = ACTIONS(383), - [anon_sym_COLON_COLON] = ACTIONS(385), - [anon_sym_PLUS] = ACTIONS(1119), - [anon_sym_DASH] = ACTIONS(1119), - [anon_sym_PLUS_PLUS] = ACTIONS(1121), - [anon_sym_DASH_DASH] = ACTIONS(1121), - [anon_sym_BANG] = ACTIONS(1121), - [anon_sym_data] = ACTIONS(333), - [anon_sym_inner] = ACTIONS(333), - [anon_sym_expect] = ACTIONS(333), - [anon_sym_actual] = ACTIONS(333), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(395), - [anon_sym_break_AT] = ACTIONS(397), - [sym_real_literal] = ACTIONS(1928), - [sym_integer_literal] = ACTIONS(401), - [sym_hex_literal] = ACTIONS(403), - [sym_bin_literal] = ACTIONS(403), - [anon_sym_true] = ACTIONS(405), - [anon_sym_false] = ACTIONS(405), - [anon_sym_SQUOTE] = ACTIONS(407), - [sym__backtick_identifier] = ACTIONS(409), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(411), - }, - [2085] = { - [sym__expression] = STATE(2152), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(3231), - [sym_parenthesized_expression] = STATE(3231), - [sym_collection_literal] = STATE(3231), - [sym__literal_constant] = STATE(3231), - [sym_string_literal] = STATE(3231), - [sym_lambda_literal] = STATE(3231), - [sym_anonymous_function] = STATE(3231), - [sym__function_literal] = STATE(3231), - [sym_object_literal] = STATE(3231), - [sym_this_expression] = STATE(3231), - [sym_super_expression] = STATE(3231), - [sym_if_expression] = STATE(3231), - [sym_when_expression] = STATE(3231), - [sym_try_expression] = STATE(3231), - [sym_jump_expression] = STATE(3231), - [sym_callable_reference] = STATE(3231), - [sym__prefix_unary_operator] = STATE(2054), - [sym_annotation] = STATE(2054), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3311), - [sym__return_at] = STATE(398), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(3231), - [sym_long_literal] = STATE(3231), - [sym_boolean_literal] = STATE(3231), - [sym_character_literal] = STATE(3231), - [sym__lexical_identifier] = STATE(2890), + [2152] = { + [sym__expression] = STATE(1205), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(3399), + [sym_parenthesized_expression] = STATE(3399), + [sym_collection_literal] = STATE(3399), + [sym__literal_constant] = STATE(3399), + [sym_string_literal] = STATE(3399), + [sym_lambda_literal] = STATE(3399), + [sym_anonymous_function] = STATE(3399), + [sym__function_literal] = STATE(3399), + [sym_object_literal] = STATE(3399), + [sym_this_expression] = STATE(3399), + [sym_super_expression] = STATE(3399), + [sym_if_expression] = STATE(3399), + [sym_when_expression] = STATE(3399), + [sym_try_expression] = STATE(3399), + [sym_jump_expression] = STATE(3399), + [sym_callable_reference] = STATE(3399), + [sym__prefix_unary_operator] = STATE(2247), + [sym_annotation] = STATE(2247), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3347), + [sym__return_at] = STATE(317), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(3399), + [sym_long_literal] = STATE(3399), + [sym_boolean_literal] = STATE(3399), + [sym_character_literal] = STATE(3399), + [sym__lexical_identifier] = STATE(2837), [sym__alpha_identifier] = ACTIONS(333), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(335), - [anon_sym_LBRACE] = ACTIONS(1920), + [anon_sym_LBRACE] = ACTIONS(1918), [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_object] = ACTIONS(1922), - [anon_sym_fun] = ACTIONS(3166), + [anon_sym_object] = ACTIONS(1920), + [anon_sym_fun] = ACTIONS(1992), [anon_sym_get] = ACTIONS(333), [anon_sym_set] = ACTIONS(333), [anon_sym_this] = ACTIONS(357), [anon_sym_super] = ACTIONS(359), - [anon_sym_STAR] = ACTIONS(1111), - [sym_label] = ACTIONS(1119), - [anon_sym_null] = ACTIONS(1926), - [anon_sym_if] = ACTIONS(3168), + [anon_sym_STAR] = ACTIONS(1273), + [sym_label] = ACTIONS(709), + [anon_sym_null] = ACTIONS(1924), + [anon_sym_if] = ACTIONS(703), [anon_sym_when] = ACTIONS(375), [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(3170), - [anon_sym_return] = ACTIONS(3172), + [anon_sym_throw] = ACTIONS(705), + [anon_sym_return] = ACTIONS(707), [anon_sym_continue] = ACTIONS(383), [anon_sym_break] = ACTIONS(383), [anon_sym_COLON_COLON] = ACTIONS(385), - [anon_sym_PLUS] = ACTIONS(1119), - [anon_sym_DASH] = ACTIONS(1119), - [anon_sym_PLUS_PLUS] = ACTIONS(1121), - [anon_sym_DASH_DASH] = ACTIONS(1121), - [anon_sym_BANG] = ACTIONS(1121), + [anon_sym_PLUS] = ACTIONS(709), + [anon_sym_DASH] = ACTIONS(709), + [anon_sym_PLUS_PLUS] = ACTIONS(711), + [anon_sym_DASH_DASH] = ACTIONS(711), + [anon_sym_BANG] = ACTIONS(711), [anon_sym_data] = ACTIONS(333), [anon_sym_inner] = ACTIONS(333), [anon_sym_expect] = ACTIONS(333), @@ -258060,7 +264614,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(395), [anon_sym_break_AT] = ACTIONS(397), - [sym_real_literal] = ACTIONS(1928), + [sym_real_literal] = ACTIONS(1926), [sym_integer_literal] = ACTIONS(401), [sym_hex_literal] = ACTIONS(403), [sym_bin_literal] = ACTIONS(403), @@ -258071,188 +264625,92 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(411), }, - [2086] = { - [sym__expression] = STATE(1352), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(2081), - [sym_annotation] = STATE(2081), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(264), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), - [sym__alpha_identifier] = ACTIONS(537), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1636), - [anon_sym_get] = ACTIONS(537), - [anon_sym_set] = ACTIONS(537), - [anon_sym_this] = ACTIONS(561), - [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1329), - [sym_label] = ACTIONS(761), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(755), - [anon_sym_when] = ACTIONS(579), - [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(757), - [anon_sym_return] = ACTIONS(759), - [anon_sym_continue] = ACTIONS(587), - [anon_sym_break] = ACTIONS(587), - [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(761), - [anon_sym_DASH] = ACTIONS(761), - [anon_sym_PLUS_PLUS] = ACTIONS(763), - [anon_sym_DASH_DASH] = ACTIONS(763), - [anon_sym_BANG] = ACTIONS(763), - [anon_sym_data] = ACTIONS(537), - [anon_sym_inner] = ACTIONS(537), - [anon_sym_expect] = ACTIONS(537), - [anon_sym_actual] = ACTIONS(537), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(599), - [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), - [sym_integer_literal] = ACTIONS(605), - [sym_hex_literal] = ACTIONS(607), - [sym_bin_literal] = ACTIONS(607), - [anon_sym_true] = ACTIONS(609), - [anon_sym_false] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(611), - [sym__backtick_identifier] = ACTIONS(613), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(615), - }, - [2087] = { - [sym__expression] = STATE(1351), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(2081), - [sym_annotation] = STATE(2081), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(264), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), + [2153] = { + [sym__expression] = STATE(478), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2340), + [sym_annotation] = STATE(2340), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(266), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), [sym__alpha_identifier] = ACTIONS(537), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LBRACE] = ACTIONS(1612), [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1636), + [anon_sym_object] = ACTIONS(1614), + [anon_sym_fun] = ACTIONS(1646), [anon_sym_get] = ACTIONS(537), [anon_sym_set] = ACTIONS(537), [anon_sym_this] = ACTIONS(561), [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1329), - [sym_label] = ACTIONS(761), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(905), + [sym_label] = ACTIONS(915), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(1648), [anon_sym_when] = ACTIONS(579), [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(757), - [anon_sym_return] = ACTIONS(759), + [anon_sym_throw] = ACTIONS(1650), + [anon_sym_return] = ACTIONS(1652), [anon_sym_continue] = ACTIONS(587), [anon_sym_break] = ACTIONS(587), [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(761), - [anon_sym_DASH] = ACTIONS(761), - [anon_sym_PLUS_PLUS] = ACTIONS(763), - [anon_sym_DASH_DASH] = ACTIONS(763), - [anon_sym_BANG] = ACTIONS(763), + [anon_sym_PLUS] = ACTIONS(915), + [anon_sym_DASH] = ACTIONS(915), + [anon_sym_PLUS_PLUS] = ACTIONS(917), + [anon_sym_DASH_DASH] = ACTIONS(917), + [anon_sym_BANG] = ACTIONS(917), [anon_sym_data] = ACTIONS(537), [anon_sym_inner] = ACTIONS(537), [anon_sym_expect] = ACTIONS(537), [anon_sym_actual] = ACTIONS(537), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), + [anon_sym_return_AT] = ACTIONS(517), [anon_sym_continue_AT] = ACTIONS(599), [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), + [sym_real_literal] = ACTIONS(1620), [sym_integer_literal] = ACTIONS(605), [sym_hex_literal] = ACTIONS(607), [sym_bin_literal] = ACTIONS(607), @@ -258263,357 +264721,357 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(615), }, - [2088] = { - [sym__expression] = STATE(1350), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(2081), - [sym_annotation] = STATE(2081), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(264), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), - [sym__alpha_identifier] = ACTIONS(537), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1636), - [anon_sym_get] = ACTIONS(537), - [anon_sym_set] = ACTIONS(537), - [anon_sym_this] = ACTIONS(561), - [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1329), - [sym_label] = ACTIONS(761), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(755), - [anon_sym_when] = ACTIONS(579), - [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(757), - [anon_sym_return] = ACTIONS(759), - [anon_sym_continue] = ACTIONS(587), - [anon_sym_break] = ACTIONS(587), - [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(761), - [anon_sym_DASH] = ACTIONS(761), - [anon_sym_PLUS_PLUS] = ACTIONS(763), - [anon_sym_DASH_DASH] = ACTIONS(763), - [anon_sym_BANG] = ACTIONS(763), - [anon_sym_data] = ACTIONS(537), - [anon_sym_inner] = ACTIONS(537), - [anon_sym_expect] = ACTIONS(537), - [anon_sym_actual] = ACTIONS(537), + [2154] = { + [sym__expression] = STATE(4169), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(377), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(3094), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(1065), + [sym_label] = ACTIONS(327), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(3096), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(3098), + [anon_sym_return] = ACTIONS(3100), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(327), + [anon_sym_DASH] = ACTIONS(327), + [anon_sym_PLUS_PLUS] = ACTIONS(329), + [anon_sym_DASH_DASH] = ACTIONS(329), + [anon_sym_BANG] = ACTIONS(329), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(599), - [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), - [sym_integer_literal] = ACTIONS(605), - [sym_hex_literal] = ACTIONS(607), - [sym_bin_literal] = ACTIONS(607), - [anon_sym_true] = ACTIONS(609), - [anon_sym_false] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(611), - [sym__backtick_identifier] = ACTIONS(613), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(615), + [sym__string_start] = ACTIONS(283), }, - [2089] = { - [sym__expression] = STATE(1345), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(2081), - [sym_annotation] = STATE(2081), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(264), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), - [sym__alpha_identifier] = ACTIONS(537), + [2155] = { + [sym__expression] = STATE(1330), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(2261), + [sym_annotation] = STATE(2261), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(262), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), + [sym__alpha_identifier] = ACTIONS(111), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1636), - [anon_sym_get] = ACTIONS(537), - [anon_sym_set] = ACTIONS(537), - [anon_sym_this] = ACTIONS(561), - [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1329), - [sym_label] = ACTIONS(761), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(755), - [anon_sym_when] = ACTIONS(579), - [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(757), - [anon_sym_return] = ACTIONS(759), - [anon_sym_continue] = ACTIONS(587), - [anon_sym_break] = ACTIONS(587), - [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(761), - [anon_sym_DASH] = ACTIONS(761), - [anon_sym_PLUS_PLUS] = ACTIONS(763), - [anon_sym_DASH_DASH] = ACTIONS(763), - [anon_sym_BANG] = ACTIONS(763), - [anon_sym_data] = ACTIONS(537), - [anon_sym_inner] = ACTIONS(537), - [anon_sym_expect] = ACTIONS(537), - [anon_sym_actual] = ACTIONS(537), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1632), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(1253), + [sym_label] = ACTIONS(677), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(671), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(673), + [anon_sym_return] = ACTIONS(675), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(677), + [anon_sym_DASH] = ACTIONS(677), + [anon_sym_PLUS_PLUS] = ACTIONS(679), + [anon_sym_DASH_DASH] = ACTIONS(679), + [anon_sym_BANG] = ACTIONS(679), + [anon_sym_data] = ACTIONS(111), + [anon_sym_inner] = ACTIONS(111), + [anon_sym_expect] = ACTIONS(111), + [anon_sym_actual] = ACTIONS(111), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(599), - [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), - [sym_integer_literal] = ACTIONS(605), - [sym_hex_literal] = ACTIONS(607), - [sym_bin_literal] = ACTIONS(607), - [anon_sym_true] = ACTIONS(609), - [anon_sym_false] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(611), - [sym__backtick_identifier] = ACTIONS(613), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(1411), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(615), + [sym__string_start] = ACTIONS(197), }, - [2090] = { - [sym__expression] = STATE(1343), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(2081), - [sym_annotation] = STATE(2081), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(264), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), - [sym__alpha_identifier] = ACTIONS(537), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1636), - [anon_sym_get] = ACTIONS(537), - [anon_sym_set] = ACTIONS(537), - [anon_sym_this] = ACTIONS(561), - [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1329), - [sym_label] = ACTIONS(761), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(755), - [anon_sym_when] = ACTIONS(579), - [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(757), - [anon_sym_return] = ACTIONS(759), - [anon_sym_continue] = ACTIONS(587), - [anon_sym_break] = ACTIONS(587), - [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(761), - [anon_sym_DASH] = ACTIONS(761), - [anon_sym_PLUS_PLUS] = ACTIONS(763), - [anon_sym_DASH_DASH] = ACTIONS(763), - [anon_sym_BANG] = ACTIONS(763), - [anon_sym_data] = ACTIONS(537), - [anon_sym_inner] = ACTIONS(537), - [anon_sym_expect] = ACTIONS(537), - [anon_sym_actual] = ACTIONS(537), + [2156] = { + [sym__expression] = STATE(4170), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(377), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(3094), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(1065), + [sym_label] = ACTIONS(327), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(3096), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(3098), + [anon_sym_return] = ACTIONS(3100), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(327), + [anon_sym_DASH] = ACTIONS(327), + [anon_sym_PLUS_PLUS] = ACTIONS(329), + [anon_sym_DASH_DASH] = ACTIONS(329), + [anon_sym_BANG] = ACTIONS(329), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(599), - [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), - [sym_integer_literal] = ACTIONS(605), - [sym_hex_literal] = ACTIONS(607), - [sym_bin_literal] = ACTIONS(607), - [anon_sym_true] = ACTIONS(609), - [anon_sym_false] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(611), - [sym__backtick_identifier] = ACTIONS(613), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(615), + [sym__string_start] = ACTIONS(283), }, - [2091] = { - [sym__expression] = STATE(4261), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(2296), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [2157] = { + [sym__expression] = STATE(4245), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(1897), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(845), - [sym_label] = ACTIONS(853), + [anon_sym_STAR] = ACTIONS(813), + [sym_label] = ACTIONS(821), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(2022), [anon_sym_when] = ACTIONS(245), @@ -258623,15 +265081,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(855), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(823), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -258647,567 +265105,183 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [2092] = { - [sym__expression] = STATE(2155), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(3231), - [sym_parenthesized_expression] = STATE(3231), - [sym_collection_literal] = STATE(3231), - [sym__literal_constant] = STATE(3231), - [sym_string_literal] = STATE(3231), - [sym_lambda_literal] = STATE(3231), - [sym_anonymous_function] = STATE(3231), - [sym__function_literal] = STATE(3231), - [sym_object_literal] = STATE(3231), - [sym_this_expression] = STATE(3231), - [sym_super_expression] = STATE(3231), - [sym_if_expression] = STATE(3231), - [sym_when_expression] = STATE(3231), - [sym_try_expression] = STATE(3231), - [sym_jump_expression] = STATE(3231), - [sym_callable_reference] = STATE(3231), - [sym__prefix_unary_operator] = STATE(2054), - [sym_annotation] = STATE(2054), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3311), - [sym__return_at] = STATE(398), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(3231), - [sym_long_literal] = STATE(3231), - [sym_boolean_literal] = STATE(3231), - [sym_character_literal] = STATE(3231), - [sym__lexical_identifier] = STATE(2890), - [sym__alpha_identifier] = ACTIONS(333), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(335), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_object] = ACTIONS(1922), - [anon_sym_fun] = ACTIONS(3166), - [anon_sym_get] = ACTIONS(333), - [anon_sym_set] = ACTIONS(333), - [anon_sym_this] = ACTIONS(357), - [anon_sym_super] = ACTIONS(359), - [anon_sym_STAR] = ACTIONS(1111), - [sym_label] = ACTIONS(1119), - [anon_sym_null] = ACTIONS(1926), - [anon_sym_if] = ACTIONS(3168), - [anon_sym_when] = ACTIONS(375), - [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(3170), - [anon_sym_return] = ACTIONS(3172), - [anon_sym_continue] = ACTIONS(383), - [anon_sym_break] = ACTIONS(383), - [anon_sym_COLON_COLON] = ACTIONS(385), - [anon_sym_PLUS] = ACTIONS(1119), - [anon_sym_DASH] = ACTIONS(1119), - [anon_sym_PLUS_PLUS] = ACTIONS(1121), - [anon_sym_DASH_DASH] = ACTIONS(1121), - [anon_sym_BANG] = ACTIONS(1121), - [anon_sym_data] = ACTIONS(333), - [anon_sym_inner] = ACTIONS(333), - [anon_sym_expect] = ACTIONS(333), - [anon_sym_actual] = ACTIONS(333), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(395), - [anon_sym_break_AT] = ACTIONS(397), - [sym_real_literal] = ACTIONS(1928), - [sym_integer_literal] = ACTIONS(401), - [sym_hex_literal] = ACTIONS(403), - [sym_bin_literal] = ACTIONS(403), - [anon_sym_true] = ACTIONS(405), - [anon_sym_false] = ACTIONS(405), - [anon_sym_SQUOTE] = ACTIONS(407), - [sym__backtick_identifier] = ACTIONS(409), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(411), - }, - [2093] = { - [sym__expression] = STATE(2156), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(3231), - [sym_parenthesized_expression] = STATE(3231), - [sym_collection_literal] = STATE(3231), - [sym__literal_constant] = STATE(3231), - [sym_string_literal] = STATE(3231), - [sym_lambda_literal] = STATE(3231), - [sym_anonymous_function] = STATE(3231), - [sym__function_literal] = STATE(3231), - [sym_object_literal] = STATE(3231), - [sym_this_expression] = STATE(3231), - [sym_super_expression] = STATE(3231), - [sym_if_expression] = STATE(3231), - [sym_when_expression] = STATE(3231), - [sym_try_expression] = STATE(3231), - [sym_jump_expression] = STATE(3231), - [sym_callable_reference] = STATE(3231), - [sym__prefix_unary_operator] = STATE(2054), - [sym_annotation] = STATE(2054), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3311), - [sym__return_at] = STATE(398), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(3231), - [sym_long_literal] = STATE(3231), - [sym_boolean_literal] = STATE(3231), - [sym_character_literal] = STATE(3231), - [sym__lexical_identifier] = STATE(2890), - [sym__alpha_identifier] = ACTIONS(333), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(335), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_object] = ACTIONS(1922), - [anon_sym_fun] = ACTIONS(3166), - [anon_sym_get] = ACTIONS(333), - [anon_sym_set] = ACTIONS(333), - [anon_sym_this] = ACTIONS(357), - [anon_sym_super] = ACTIONS(359), - [anon_sym_STAR] = ACTIONS(1111), - [sym_label] = ACTIONS(1119), - [anon_sym_null] = ACTIONS(1926), - [anon_sym_if] = ACTIONS(3168), - [anon_sym_when] = ACTIONS(375), - [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(3170), - [anon_sym_return] = ACTIONS(3172), - [anon_sym_continue] = ACTIONS(383), - [anon_sym_break] = ACTIONS(383), - [anon_sym_COLON_COLON] = ACTIONS(385), - [anon_sym_PLUS] = ACTIONS(1119), - [anon_sym_DASH] = ACTIONS(1119), - [anon_sym_PLUS_PLUS] = ACTIONS(1121), - [anon_sym_DASH_DASH] = ACTIONS(1121), - [anon_sym_BANG] = ACTIONS(1121), - [anon_sym_data] = ACTIONS(333), - [anon_sym_inner] = ACTIONS(333), - [anon_sym_expect] = ACTIONS(333), - [anon_sym_actual] = ACTIONS(333), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(395), - [anon_sym_break_AT] = ACTIONS(397), - [sym_real_literal] = ACTIONS(1928), - [sym_integer_literal] = ACTIONS(401), - [sym_hex_literal] = ACTIONS(403), - [sym_bin_literal] = ACTIONS(403), - [anon_sym_true] = ACTIONS(405), - [anon_sym_false] = ACTIONS(405), - [anon_sym_SQUOTE] = ACTIONS(407), - [sym__backtick_identifier] = ACTIONS(409), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(411), - }, - [2094] = { - [sym__expression] = STATE(2157), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(3231), - [sym_parenthesized_expression] = STATE(3231), - [sym_collection_literal] = STATE(3231), - [sym__literal_constant] = STATE(3231), - [sym_string_literal] = STATE(3231), - [sym_lambda_literal] = STATE(3231), - [sym_anonymous_function] = STATE(3231), - [sym__function_literal] = STATE(3231), - [sym_object_literal] = STATE(3231), - [sym_this_expression] = STATE(3231), - [sym_super_expression] = STATE(3231), - [sym_if_expression] = STATE(3231), - [sym_when_expression] = STATE(3231), - [sym_try_expression] = STATE(3231), - [sym_jump_expression] = STATE(3231), - [sym_callable_reference] = STATE(3231), - [sym__prefix_unary_operator] = STATE(2054), - [sym_annotation] = STATE(2054), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3311), - [sym__return_at] = STATE(398), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(3231), - [sym_long_literal] = STATE(3231), - [sym_boolean_literal] = STATE(3231), - [sym_character_literal] = STATE(3231), - [sym__lexical_identifier] = STATE(2890), - [sym__alpha_identifier] = ACTIONS(333), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(335), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_object] = ACTIONS(1922), - [anon_sym_fun] = ACTIONS(3166), - [anon_sym_get] = ACTIONS(333), - [anon_sym_set] = ACTIONS(333), - [anon_sym_this] = ACTIONS(357), - [anon_sym_super] = ACTIONS(359), - [anon_sym_STAR] = ACTIONS(1111), - [sym_label] = ACTIONS(1119), - [anon_sym_null] = ACTIONS(1926), - [anon_sym_if] = ACTIONS(3168), - [anon_sym_when] = ACTIONS(375), - [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(3170), - [anon_sym_return] = ACTIONS(3172), - [anon_sym_continue] = ACTIONS(383), - [anon_sym_break] = ACTIONS(383), - [anon_sym_COLON_COLON] = ACTIONS(385), - [anon_sym_PLUS] = ACTIONS(1119), - [anon_sym_DASH] = ACTIONS(1119), - [anon_sym_PLUS_PLUS] = ACTIONS(1121), - [anon_sym_DASH_DASH] = ACTIONS(1121), - [anon_sym_BANG] = ACTIONS(1121), - [anon_sym_data] = ACTIONS(333), - [anon_sym_inner] = ACTIONS(333), - [anon_sym_expect] = ACTIONS(333), - [anon_sym_actual] = ACTIONS(333), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(395), - [anon_sym_break_AT] = ACTIONS(397), - [sym_real_literal] = ACTIONS(1928), - [sym_integer_literal] = ACTIONS(401), - [sym_hex_literal] = ACTIONS(403), - [sym_bin_literal] = ACTIONS(403), - [anon_sym_true] = ACTIONS(405), - [anon_sym_false] = ACTIONS(405), - [anon_sym_SQUOTE] = ACTIONS(407), - [sym__backtick_identifier] = ACTIONS(409), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(411), - }, - [2095] = { - [sym__expression] = STATE(2159), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(3231), - [sym_parenthesized_expression] = STATE(3231), - [sym_collection_literal] = STATE(3231), - [sym__literal_constant] = STATE(3231), - [sym_string_literal] = STATE(3231), - [sym_lambda_literal] = STATE(3231), - [sym_anonymous_function] = STATE(3231), - [sym__function_literal] = STATE(3231), - [sym_object_literal] = STATE(3231), - [sym_this_expression] = STATE(3231), - [sym_super_expression] = STATE(3231), - [sym_if_expression] = STATE(3231), - [sym_when_expression] = STATE(3231), - [sym_try_expression] = STATE(3231), - [sym_jump_expression] = STATE(3231), - [sym_callable_reference] = STATE(3231), - [sym__prefix_unary_operator] = STATE(2054), - [sym_annotation] = STATE(2054), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3311), - [sym__return_at] = STATE(398), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(3231), - [sym_long_literal] = STATE(3231), - [sym_boolean_literal] = STATE(3231), - [sym_character_literal] = STATE(3231), - [sym__lexical_identifier] = STATE(2890), - [sym__alpha_identifier] = ACTIONS(333), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(335), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_object] = ACTIONS(1922), - [anon_sym_fun] = ACTIONS(3166), - [anon_sym_get] = ACTIONS(333), - [anon_sym_set] = ACTIONS(333), - [anon_sym_this] = ACTIONS(357), - [anon_sym_super] = ACTIONS(359), - [anon_sym_STAR] = ACTIONS(1111), - [sym_label] = ACTIONS(1119), - [anon_sym_null] = ACTIONS(1926), - [anon_sym_if] = ACTIONS(3168), - [anon_sym_when] = ACTIONS(375), - [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(3170), - [anon_sym_return] = ACTIONS(3172), - [anon_sym_continue] = ACTIONS(383), - [anon_sym_break] = ACTIONS(383), - [anon_sym_COLON_COLON] = ACTIONS(385), - [anon_sym_PLUS] = ACTIONS(1119), - [anon_sym_DASH] = ACTIONS(1119), - [anon_sym_PLUS_PLUS] = ACTIONS(1121), - [anon_sym_DASH_DASH] = ACTIONS(1121), - [anon_sym_BANG] = ACTIONS(1121), - [anon_sym_data] = ACTIONS(333), - [anon_sym_inner] = ACTIONS(333), - [anon_sym_expect] = ACTIONS(333), - [anon_sym_actual] = ACTIONS(333), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(395), - [anon_sym_break_AT] = ACTIONS(397), - [sym_real_literal] = ACTIONS(1928), - [sym_integer_literal] = ACTIONS(401), - [sym_hex_literal] = ACTIONS(403), - [sym_bin_literal] = ACTIONS(403), - [anon_sym_true] = ACTIONS(405), - [anon_sym_false] = ACTIONS(405), - [anon_sym_SQUOTE] = ACTIONS(407), - [sym__backtick_identifier] = ACTIONS(409), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(411), - }, - [2096] = { - [sym__expression] = STATE(2160), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(3231), - [sym_parenthesized_expression] = STATE(3231), - [sym_collection_literal] = STATE(3231), - [sym__literal_constant] = STATE(3231), - [sym_string_literal] = STATE(3231), - [sym_lambda_literal] = STATE(3231), - [sym_anonymous_function] = STATE(3231), - [sym__function_literal] = STATE(3231), - [sym_object_literal] = STATE(3231), - [sym_this_expression] = STATE(3231), - [sym_super_expression] = STATE(3231), - [sym_if_expression] = STATE(3231), - [sym_when_expression] = STATE(3231), - [sym_try_expression] = STATE(3231), - [sym_jump_expression] = STATE(3231), - [sym_callable_reference] = STATE(3231), - [sym__prefix_unary_operator] = STATE(2054), - [sym_annotation] = STATE(2054), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3311), - [sym__return_at] = STATE(398), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(3231), - [sym_long_literal] = STATE(3231), - [sym_boolean_literal] = STATE(3231), - [sym_character_literal] = STATE(3231), - [sym__lexical_identifier] = STATE(2890), - [sym__alpha_identifier] = ACTIONS(333), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(335), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_object] = ACTIONS(1922), - [anon_sym_fun] = ACTIONS(3166), - [anon_sym_get] = ACTIONS(333), - [anon_sym_set] = ACTIONS(333), - [anon_sym_this] = ACTIONS(357), - [anon_sym_super] = ACTIONS(359), - [anon_sym_STAR] = ACTIONS(1111), - [sym_label] = ACTIONS(1119), - [anon_sym_null] = ACTIONS(1926), - [anon_sym_if] = ACTIONS(3168), - [anon_sym_when] = ACTIONS(375), - [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(3170), - [anon_sym_return] = ACTIONS(3172), - [anon_sym_continue] = ACTIONS(383), - [anon_sym_break] = ACTIONS(383), - [anon_sym_COLON_COLON] = ACTIONS(385), - [anon_sym_PLUS] = ACTIONS(1119), - [anon_sym_DASH] = ACTIONS(1119), - [anon_sym_PLUS_PLUS] = ACTIONS(1121), - [anon_sym_DASH_DASH] = ACTIONS(1121), - [anon_sym_BANG] = ACTIONS(1121), - [anon_sym_data] = ACTIONS(333), - [anon_sym_inner] = ACTIONS(333), - [anon_sym_expect] = ACTIONS(333), - [anon_sym_actual] = ACTIONS(333), + [2158] = { + [sym_primary_constructor] = STATE(3711), + [sym_class_body] = STATE(3359), + [sym__class_parameters] = STATE(3039), + [sym_type_parameters] = STATE(2403), + [sym_type_constraints] = STATE(3040), + [sym_modifiers] = STATE(9227), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3146), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_COLON] = ACTIONS(5872), + [anon_sym_LBRACK] = ACTIONS(3150), + [anon_sym_RBRACK] = ACTIONS(3150), + [anon_sym_as] = ACTIONS(3146), + [anon_sym_constructor] = ACTIONS(5169), + [anon_sym_LBRACE] = ACTIONS(5179), + [anon_sym_RBRACE] = ACTIONS(3150), + [anon_sym_LPAREN] = ACTIONS(5173), + [anon_sym_COMMA] = ACTIONS(3150), + [anon_sym_RPAREN] = ACTIONS(3150), + [anon_sym_LT] = ACTIONS(5119), + [anon_sym_GT] = ACTIONS(3146), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(3146), + [anon_sym_SEMI] = ACTIONS(3150), + [anon_sym_get] = ACTIONS(3146), + [anon_sym_set] = ACTIONS(3146), + [anon_sym_STAR] = ACTIONS(3150), + [anon_sym_DASH_GT] = ACTIONS(3150), + [sym_label] = ACTIONS(3150), + [anon_sym_in] = ACTIONS(3146), + [anon_sym_while] = ACTIONS(3146), + [anon_sym_DOT_DOT] = ACTIONS(3150), + [anon_sym_QMARK_COLON] = ACTIONS(3150), + [anon_sym_AMP_AMP] = ACTIONS(3150), + [anon_sym_PIPE_PIPE] = ACTIONS(3150), + [anon_sym_else] = ACTIONS(3146), + [anon_sym_COLON_COLON] = ACTIONS(3150), + [anon_sym_BANG_EQ] = ACTIONS(3146), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3150), + [anon_sym_EQ_EQ] = ACTIONS(3146), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3150), + [anon_sym_LT_EQ] = ACTIONS(3150), + [anon_sym_GT_EQ] = ACTIONS(3150), + [anon_sym_BANGin] = ACTIONS(3150), + [anon_sym_is] = ACTIONS(3146), + [anon_sym_BANGis] = ACTIONS(3150), + [anon_sym_PLUS] = ACTIONS(3146), + [anon_sym_DASH] = ACTIONS(3146), + [anon_sym_SLASH] = ACTIONS(3146), + [anon_sym_PERCENT] = ACTIONS(3150), + [anon_sym_as_QMARK] = ACTIONS(3150), + [anon_sym_PLUS_PLUS] = ACTIONS(3150), + [anon_sym_DASH_DASH] = ACTIONS(3150), + [anon_sym_BANG_BANG] = ACTIONS(3150), + [anon_sym_suspend] = ACTIONS(3120), + [anon_sym_sealed] = ACTIONS(3122), + [anon_sym_annotation] = ACTIONS(3122), + [anon_sym_data] = ACTIONS(3122), + [anon_sym_inner] = ACTIONS(3122), + [anon_sym_override] = ACTIONS(3124), + [anon_sym_lateinit] = ACTIONS(3124), + [anon_sym_public] = ACTIONS(3126), + [anon_sym_private] = ACTIONS(3126), + [anon_sym_internal] = ACTIONS(3126), + [anon_sym_protected] = ACTIONS(3126), + [anon_sym_tailrec] = ACTIONS(3120), + [anon_sym_operator] = ACTIONS(3120), + [anon_sym_infix] = ACTIONS(3120), + [anon_sym_inline] = ACTIONS(3120), + [anon_sym_external] = ACTIONS(3120), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3130), + [anon_sym_final] = ACTIONS(3130), + [anon_sym_open] = ACTIONS(3130), + [anon_sym_vararg] = ACTIONS(3132), + [anon_sym_noinline] = ACTIONS(3132), + [anon_sym_crossinline] = ACTIONS(3132), + [anon_sym_expect] = ACTIONS(3134), + [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(395), - [anon_sym_break_AT] = ACTIONS(397), - [sym_real_literal] = ACTIONS(1928), - [sym_integer_literal] = ACTIONS(401), - [sym_hex_literal] = ACTIONS(403), - [sym_bin_literal] = ACTIONS(403), - [anon_sym_true] = ACTIONS(405), - [anon_sym_false] = ACTIONS(405), - [anon_sym_SQUOTE] = ACTIONS(407), - [sym__backtick_identifier] = ACTIONS(409), + [sym__backtick_identifier] = ACTIONS(3150), + [sym_safe_nav] = ACTIONS(3150), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(411), }, - [2097] = { - [sym__expression] = STATE(4259), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(2296), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [2159] = { + [sym__expression] = STATE(4394), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(377), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_fun] = ACTIONS(3094), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(5848), - [sym_label] = ACTIONS(853), + [anon_sym_STAR] = ACTIONS(1065), + [sym_label] = ACTIONS(327), [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(2022), + [anon_sym_if] = ACTIONS(3096), [anon_sym_when] = ACTIONS(245), [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(2024), - [anon_sym_return] = ACTIONS(2026), + [anon_sym_throw] = ACTIONS(3098), + [anon_sym_return] = ACTIONS(3100), [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(855), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(327), + [anon_sym_DASH] = ACTIONS(327), + [anon_sym_PLUS_PLUS] = ACTIONS(329), + [anon_sym_DASH_DASH] = ACTIONS(329), + [anon_sym_BANG] = ACTIONS(329), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -259223,371 +265297,467 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [2098] = { - [sym__expression] = STATE(2163), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(3231), - [sym_parenthesized_expression] = STATE(3231), - [sym_collection_literal] = STATE(3231), - [sym__literal_constant] = STATE(3231), - [sym_string_literal] = STATE(3231), - [sym_lambda_literal] = STATE(3231), - [sym_anonymous_function] = STATE(3231), - [sym__function_literal] = STATE(3231), - [sym_object_literal] = STATE(3231), - [sym_this_expression] = STATE(3231), - [sym_super_expression] = STATE(3231), - [sym_if_expression] = STATE(3231), - [sym_when_expression] = STATE(3231), - [sym_try_expression] = STATE(3231), - [sym_jump_expression] = STATE(3231), - [sym_callable_reference] = STATE(3231), - [sym__prefix_unary_operator] = STATE(2054), - [sym_annotation] = STATE(2054), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3311), - [sym__return_at] = STATE(398), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(3231), - [sym_long_literal] = STATE(3231), - [sym_boolean_literal] = STATE(3231), - [sym_character_literal] = STATE(3231), - [sym__lexical_identifier] = STATE(2890), - [sym__alpha_identifier] = ACTIONS(333), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(335), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_object] = ACTIONS(1922), - [anon_sym_fun] = ACTIONS(3166), - [anon_sym_get] = ACTIONS(333), - [anon_sym_set] = ACTIONS(333), - [anon_sym_this] = ACTIONS(357), - [anon_sym_super] = ACTIONS(359), - [anon_sym_STAR] = ACTIONS(1111), - [sym_label] = ACTIONS(1119), - [anon_sym_null] = ACTIONS(1926), - [anon_sym_if] = ACTIONS(3168), - [anon_sym_when] = ACTIONS(375), - [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(3170), - [anon_sym_return] = ACTIONS(3172), - [anon_sym_continue] = ACTIONS(383), - [anon_sym_break] = ACTIONS(383), - [anon_sym_COLON_COLON] = ACTIONS(385), - [anon_sym_PLUS] = ACTIONS(1119), - [anon_sym_DASH] = ACTIONS(1119), - [anon_sym_PLUS_PLUS] = ACTIONS(1121), - [anon_sym_DASH_DASH] = ACTIONS(1121), - [anon_sym_BANG] = ACTIONS(1121), - [anon_sym_data] = ACTIONS(333), - [anon_sym_inner] = ACTIONS(333), - [anon_sym_expect] = ACTIONS(333), - [anon_sym_actual] = ACTIONS(333), + [2160] = { + [sym_primary_constructor] = STATE(3700), + [sym__class_parameters] = STATE(3039), + [sym_type_parameters] = STATE(2402), + [sym_type_constraints] = STATE(3058), + [sym_enum_class_body] = STATE(3302), + [sym_modifiers] = STATE(9227), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3136), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_COLON] = ACTIONS(5874), + [anon_sym_LBRACK] = ACTIONS(3140), + [anon_sym_RBRACK] = ACTIONS(3140), + [anon_sym_as] = ACTIONS(3136), + [anon_sym_constructor] = ACTIONS(5169), + [anon_sym_LBRACE] = ACTIONS(5171), + [anon_sym_RBRACE] = ACTIONS(3140), + [anon_sym_LPAREN] = ACTIONS(5173), + [anon_sym_COMMA] = ACTIONS(3140), + [anon_sym_RPAREN] = ACTIONS(3140), + [anon_sym_LT] = ACTIONS(5119), + [anon_sym_GT] = ACTIONS(3136), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(3136), + [anon_sym_SEMI] = ACTIONS(3140), + [anon_sym_get] = ACTIONS(3136), + [anon_sym_set] = ACTIONS(3136), + [anon_sym_STAR] = ACTIONS(3140), + [anon_sym_DASH_GT] = ACTIONS(3140), + [sym_label] = ACTIONS(3140), + [anon_sym_in] = ACTIONS(3136), + [anon_sym_while] = ACTIONS(3136), + [anon_sym_DOT_DOT] = ACTIONS(3140), + [anon_sym_QMARK_COLON] = ACTIONS(3140), + [anon_sym_AMP_AMP] = ACTIONS(3140), + [anon_sym_PIPE_PIPE] = ACTIONS(3140), + [anon_sym_else] = ACTIONS(3136), + [anon_sym_COLON_COLON] = ACTIONS(3140), + [anon_sym_BANG_EQ] = ACTIONS(3136), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3140), + [anon_sym_EQ_EQ] = ACTIONS(3136), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3140), + [anon_sym_LT_EQ] = ACTIONS(3140), + [anon_sym_GT_EQ] = ACTIONS(3140), + [anon_sym_BANGin] = ACTIONS(3140), + [anon_sym_is] = ACTIONS(3136), + [anon_sym_BANGis] = ACTIONS(3140), + [anon_sym_PLUS] = ACTIONS(3136), + [anon_sym_DASH] = ACTIONS(3136), + [anon_sym_SLASH] = ACTIONS(3136), + [anon_sym_PERCENT] = ACTIONS(3140), + [anon_sym_as_QMARK] = ACTIONS(3140), + [anon_sym_PLUS_PLUS] = ACTIONS(3140), + [anon_sym_DASH_DASH] = ACTIONS(3140), + [anon_sym_BANG_BANG] = ACTIONS(3140), + [anon_sym_suspend] = ACTIONS(3120), + [anon_sym_sealed] = ACTIONS(3122), + [anon_sym_annotation] = ACTIONS(3122), + [anon_sym_data] = ACTIONS(3122), + [anon_sym_inner] = ACTIONS(3122), + [anon_sym_override] = ACTIONS(3124), + [anon_sym_lateinit] = ACTIONS(3124), + [anon_sym_public] = ACTIONS(3126), + [anon_sym_private] = ACTIONS(3126), + [anon_sym_internal] = ACTIONS(3126), + [anon_sym_protected] = ACTIONS(3126), + [anon_sym_tailrec] = ACTIONS(3120), + [anon_sym_operator] = ACTIONS(3120), + [anon_sym_infix] = ACTIONS(3120), + [anon_sym_inline] = ACTIONS(3120), + [anon_sym_external] = ACTIONS(3120), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3130), + [anon_sym_final] = ACTIONS(3130), + [anon_sym_open] = ACTIONS(3130), + [anon_sym_vararg] = ACTIONS(3132), + [anon_sym_noinline] = ACTIONS(3132), + [anon_sym_crossinline] = ACTIONS(3132), + [anon_sym_expect] = ACTIONS(3134), + [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(395), - [anon_sym_break_AT] = ACTIONS(397), - [sym_real_literal] = ACTIONS(1928), - [sym_integer_literal] = ACTIONS(401), - [sym_hex_literal] = ACTIONS(403), - [sym_bin_literal] = ACTIONS(403), - [anon_sym_true] = ACTIONS(405), - [anon_sym_false] = ACTIONS(405), - [anon_sym_SQUOTE] = ACTIONS(407), - [sym__backtick_identifier] = ACTIONS(409), + [sym__backtick_identifier] = ACTIONS(3140), + [sym_safe_nav] = ACTIONS(3140), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(411), }, - [2099] = { - [sym__expression] = STATE(531), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2238), - [sym_annotation] = STATE(2238), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(269), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1670), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1047), - [sym_label] = ACTIONS(1055), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(1672), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(1674), - [anon_sym_return] = ACTIONS(1676), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(1055), - [anon_sym_DASH] = ACTIONS(1055), - [anon_sym_PLUS_PLUS] = ACTIONS(1057), - [anon_sym_DASH_DASH] = ACTIONS(1057), - [anon_sym_BANG] = ACTIONS(1057), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), + [2161] = { + [sym_primary_constructor] = STATE(3698), + [sym_class_body] = STATE(3302), + [sym__class_parameters] = STATE(3039), + [sym_type_parameters] = STATE(2401), + [sym_type_constraints] = STATE(3067), + [sym_modifiers] = STATE(9227), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3136), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_COLON] = ACTIONS(5876), + [anon_sym_LBRACK] = ACTIONS(3140), + [anon_sym_RBRACK] = ACTIONS(3140), + [anon_sym_as] = ACTIONS(3136), + [anon_sym_constructor] = ACTIONS(5169), + [anon_sym_LBRACE] = ACTIONS(5179), + [anon_sym_RBRACE] = ACTIONS(3140), + [anon_sym_LPAREN] = ACTIONS(5173), + [anon_sym_COMMA] = ACTIONS(3140), + [anon_sym_RPAREN] = ACTIONS(3140), + [anon_sym_LT] = ACTIONS(5119), + [anon_sym_GT] = ACTIONS(3136), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(3136), + [anon_sym_SEMI] = ACTIONS(3140), + [anon_sym_get] = ACTIONS(3136), + [anon_sym_set] = ACTIONS(3136), + [anon_sym_STAR] = ACTIONS(3140), + [anon_sym_DASH_GT] = ACTIONS(3140), + [sym_label] = ACTIONS(3140), + [anon_sym_in] = ACTIONS(3136), + [anon_sym_while] = ACTIONS(3136), + [anon_sym_DOT_DOT] = ACTIONS(3140), + [anon_sym_QMARK_COLON] = ACTIONS(3140), + [anon_sym_AMP_AMP] = ACTIONS(3140), + [anon_sym_PIPE_PIPE] = ACTIONS(3140), + [anon_sym_else] = ACTIONS(3136), + [anon_sym_COLON_COLON] = ACTIONS(3140), + [anon_sym_BANG_EQ] = ACTIONS(3136), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3140), + [anon_sym_EQ_EQ] = ACTIONS(3136), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3140), + [anon_sym_LT_EQ] = ACTIONS(3140), + [anon_sym_GT_EQ] = ACTIONS(3140), + [anon_sym_BANGin] = ACTIONS(3140), + [anon_sym_is] = ACTIONS(3136), + [anon_sym_BANGis] = ACTIONS(3140), + [anon_sym_PLUS] = ACTIONS(3136), + [anon_sym_DASH] = ACTIONS(3136), + [anon_sym_SLASH] = ACTIONS(3136), + [anon_sym_PERCENT] = ACTIONS(3140), + [anon_sym_as_QMARK] = ACTIONS(3140), + [anon_sym_PLUS_PLUS] = ACTIONS(3140), + [anon_sym_DASH_DASH] = ACTIONS(3140), + [anon_sym_BANG_BANG] = ACTIONS(3140), + [anon_sym_suspend] = ACTIONS(3120), + [anon_sym_sealed] = ACTIONS(3122), + [anon_sym_annotation] = ACTIONS(3122), + [anon_sym_data] = ACTIONS(3122), + [anon_sym_inner] = ACTIONS(3122), + [anon_sym_override] = ACTIONS(3124), + [anon_sym_lateinit] = ACTIONS(3124), + [anon_sym_public] = ACTIONS(3126), + [anon_sym_private] = ACTIONS(3126), + [anon_sym_internal] = ACTIONS(3126), + [anon_sym_protected] = ACTIONS(3126), + [anon_sym_tailrec] = ACTIONS(3120), + [anon_sym_operator] = ACTIONS(3120), + [anon_sym_infix] = ACTIONS(3120), + [anon_sym_inline] = ACTIONS(3120), + [anon_sym_external] = ACTIONS(3120), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3130), + [anon_sym_final] = ACTIONS(3130), + [anon_sym_open] = ACTIONS(3130), + [anon_sym_vararg] = ACTIONS(3132), + [anon_sym_noinline] = ACTIONS(3132), + [anon_sym_crossinline] = ACTIONS(3132), + [anon_sym_expect] = ACTIONS(3134), + [anon_sym_actual] = ACTIONS(3134), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3140), + [sym_safe_nav] = ACTIONS(3140), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), }, - [2100] = { - [sym__expression] = STATE(1443), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(3231), - [sym_parenthesized_expression] = STATE(3231), - [sym_collection_literal] = STATE(3231), - [sym__literal_constant] = STATE(3231), - [sym_string_literal] = STATE(3231), - [sym_lambda_literal] = STATE(3231), - [sym_anonymous_function] = STATE(3231), - [sym__function_literal] = STATE(3231), - [sym_object_literal] = STATE(3231), - [sym_this_expression] = STATE(3231), - [sym_super_expression] = STATE(3231), - [sym_if_expression] = STATE(3231), - [sym_when_expression] = STATE(3231), - [sym_try_expression] = STATE(3231), - [sym_jump_expression] = STATE(3231), - [sym_callable_reference] = STATE(3231), - [sym__prefix_unary_operator] = STATE(2071), - [sym_annotation] = STATE(2071), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3311), - [sym__return_at] = STATE(367), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(3231), - [sym_long_literal] = STATE(3231), - [sym_boolean_literal] = STATE(3231), - [sym_character_literal] = STATE(3231), - [sym__lexical_identifier] = STATE(2890), - [sym__alpha_identifier] = ACTIONS(333), + [2162] = { + [sym__expression] = STATE(3946), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4931), + [sym_parenthesized_expression] = STATE(4931), + [sym_collection_literal] = STATE(4931), + [sym__literal_constant] = STATE(4931), + [sym_string_literal] = STATE(4931), + [sym_lambda_literal] = STATE(4931), + [sym_anonymous_function] = STATE(4931), + [sym__function_literal] = STATE(4931), + [sym_object_literal] = STATE(4931), + [sym_this_expression] = STATE(4931), + [sym_super_expression] = STATE(4931), + [sym_if_expression] = STATE(4931), + [sym_when_expression] = STATE(4931), + [sym_try_expression] = STATE(4931), + [sym_jump_expression] = STATE(4931), + [sym_callable_reference] = STATE(4931), + [sym__prefix_unary_operator] = STATE(1665), + [sym_annotation] = STATE(1665), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4928), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4931), + [sym_long_literal] = STATE(4931), + [sym_boolean_literal] = STATE(4931), + [sym_character_literal] = STATE(4931), + [sym__lexical_identifier] = STATE(4566), + [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(335), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_object] = ACTIONS(1922), - [anon_sym_fun] = ACTIONS(3041), - [anon_sym_get] = ACTIONS(333), - [anon_sym_set] = ACTIONS(333), - [anon_sym_this] = ACTIONS(357), - [anon_sym_super] = ACTIONS(359), - [anon_sym_STAR] = ACTIONS(933), - [sym_label] = ACTIONS(943), - [anon_sym_null] = ACTIONS(1926), - [anon_sym_if] = ACTIONS(3043), - [anon_sym_when] = ACTIONS(375), - [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(3045), - [anon_sym_return] = ACTIONS(3047), - [anon_sym_continue] = ACTIONS(383), - [anon_sym_break] = ACTIONS(383), - [anon_sym_COLON_COLON] = ACTIONS(385), - [anon_sym_PLUS] = ACTIONS(943), - [anon_sym_DASH] = ACTIONS(943), - [anon_sym_PLUS_PLUS] = ACTIONS(945), - [anon_sym_DASH_DASH] = ACTIONS(945), - [anon_sym_BANG] = ACTIONS(945), - [anon_sym_data] = ACTIONS(333), - [anon_sym_inner] = ACTIONS(333), - [anon_sym_expect] = ACTIONS(333), - [anon_sym_actual] = ACTIONS(333), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1902), + [anon_sym_fun] = ACTIONS(1982), + [anon_sym_get] = ACTIONS(7), + [anon_sym_set] = ACTIONS(7), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(1243), + [sym_label] = ACTIONS(793), + [anon_sym_null] = ACTIONS(1906), + [anon_sym_if] = ACTIONS(55), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(61), + [anon_sym_return] = ACTIONS(63), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(793), + [anon_sym_DASH] = ACTIONS(793), + [anon_sym_PLUS_PLUS] = ACTIONS(795), + [anon_sym_DASH_DASH] = ACTIONS(795), + [anon_sym_BANG] = ACTIONS(795), + [anon_sym_data] = ACTIONS(7), + [anon_sym_inner] = ACTIONS(7), + [anon_sym_expect] = ACTIONS(7), + [anon_sym_actual] = ACTIONS(7), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(395), - [anon_sym_break_AT] = ACTIONS(397), - [sym_real_literal] = ACTIONS(1928), - [sym_integer_literal] = ACTIONS(401), - [sym_hex_literal] = ACTIONS(403), - [sym_bin_literal] = ACTIONS(403), - [anon_sym_true] = ACTIONS(405), - [anon_sym_false] = ACTIONS(405), - [anon_sym_SQUOTE] = ACTIONS(407), - [sym__backtick_identifier] = ACTIONS(409), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [sym_real_literal] = ACTIONS(1908), + [sym_integer_literal] = ACTIONS(99), + [sym_hex_literal] = ACTIONS(101), + [sym_bin_literal] = ACTIONS(101), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SQUOTE] = ACTIONS(105), + [sym__backtick_identifier] = ACTIONS(107), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(411), + [sym__string_start] = ACTIONS(109), }, - [2101] = { - [sym__expression] = STATE(1431), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(3231), - [sym_parenthesized_expression] = STATE(3231), - [sym_collection_literal] = STATE(3231), - [sym__literal_constant] = STATE(3231), - [sym_string_literal] = STATE(3231), - [sym_lambda_literal] = STATE(3231), - [sym_anonymous_function] = STATE(3231), - [sym__function_literal] = STATE(3231), - [sym_object_literal] = STATE(3231), - [sym_this_expression] = STATE(3231), - [sym_super_expression] = STATE(3231), - [sym_if_expression] = STATE(3231), - [sym_when_expression] = STATE(3231), - [sym_try_expression] = STATE(3231), - [sym_jump_expression] = STATE(3231), - [sym_callable_reference] = STATE(3231), - [sym__prefix_unary_operator] = STATE(2071), - [sym_annotation] = STATE(2071), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3311), - [sym__return_at] = STATE(367), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(3231), - [sym_long_literal] = STATE(3231), - [sym_boolean_literal] = STATE(3231), - [sym_character_literal] = STATE(3231), - [sym__lexical_identifier] = STATE(2890), + [2163] = { + [sym__expression] = STATE(1339), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(2261), + [sym_annotation] = STATE(2261), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(262), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), + [sym__alpha_identifier] = ACTIONS(111), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1632), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(1253), + [sym_label] = ACTIONS(677), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(671), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(673), + [anon_sym_return] = ACTIONS(675), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(677), + [anon_sym_DASH] = ACTIONS(677), + [anon_sym_PLUS_PLUS] = ACTIONS(679), + [anon_sym_DASH_DASH] = ACTIONS(679), + [anon_sym_BANG] = ACTIONS(679), + [anon_sym_data] = ACTIONS(111), + [anon_sym_inner] = ACTIONS(111), + [anon_sym_expect] = ACTIONS(111), + [anon_sym_actual] = ACTIONS(111), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(1411), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(197), + }, + [2164] = { + [sym__expression] = STATE(1528), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(3399), + [sym_parenthesized_expression] = STATE(3399), + [sym_collection_literal] = STATE(3399), + [sym__literal_constant] = STATE(3399), + [sym_string_literal] = STATE(3399), + [sym_lambda_literal] = STATE(3399), + [sym_anonymous_function] = STATE(3399), + [sym__function_literal] = STATE(3399), + [sym_object_literal] = STATE(3399), + [sym_this_expression] = STATE(3399), + [sym_super_expression] = STATE(3399), + [sym_if_expression] = STATE(3399), + [sym_when_expression] = STATE(3399), + [sym_try_expression] = STATE(3399), + [sym_jump_expression] = STATE(3399), + [sym_callable_reference] = STATE(3399), + [sym__prefix_unary_operator] = STATE(1868), + [sym_annotation] = STATE(1868), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3347), + [sym__return_at] = STATE(356), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(3399), + [sym_long_literal] = STATE(3399), + [sym_boolean_literal] = STATE(3399), + [sym_character_literal] = STATE(3399), + [sym__lexical_identifier] = STATE(2837), [sym__alpha_identifier] = ACTIONS(333), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(335), - [anon_sym_LBRACE] = ACTIONS(1920), + [anon_sym_LBRACE] = ACTIONS(1918), [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_object] = ACTIONS(1922), - [anon_sym_fun] = ACTIONS(3041), + [anon_sym_object] = ACTIONS(1920), + [anon_sym_fun] = ACTIONS(2984), [anon_sym_get] = ACTIONS(333), [anon_sym_set] = ACTIONS(333), [anon_sym_this] = ACTIONS(357), [anon_sym_super] = ACTIONS(359), - [anon_sym_STAR] = ACTIONS(933), - [sym_label] = ACTIONS(943), - [anon_sym_null] = ACTIONS(1926), - [anon_sym_if] = ACTIONS(3043), + [anon_sym_STAR] = ACTIONS(965), + [sym_label] = ACTIONS(975), + [anon_sym_null] = ACTIONS(1924), + [anon_sym_if] = ACTIONS(2986), [anon_sym_when] = ACTIONS(375), [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(3045), - [anon_sym_return] = ACTIONS(3047), + [anon_sym_throw] = ACTIONS(2988), + [anon_sym_return] = ACTIONS(2990), [anon_sym_continue] = ACTIONS(383), [anon_sym_break] = ACTIONS(383), [anon_sym_COLON_COLON] = ACTIONS(385), - [anon_sym_PLUS] = ACTIONS(943), - [anon_sym_DASH] = ACTIONS(943), - [anon_sym_PLUS_PLUS] = ACTIONS(945), - [anon_sym_DASH_DASH] = ACTIONS(945), - [anon_sym_BANG] = ACTIONS(945), + [anon_sym_PLUS] = ACTIONS(975), + [anon_sym_DASH] = ACTIONS(975), + [anon_sym_PLUS_PLUS] = ACTIONS(977), + [anon_sym_DASH_DASH] = ACTIONS(977), + [anon_sym_BANG] = ACTIONS(977), [anon_sym_data] = ACTIONS(333), [anon_sym_inner] = ACTIONS(333), [anon_sym_expect] = ACTIONS(333), @@ -259596,7 +265766,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(395), [anon_sym_break_AT] = ACTIONS(397), - [sym_real_literal] = ACTIONS(1928), + [sym_real_literal] = ACTIONS(1926), [sym_integer_literal] = ACTIONS(401), [sym_hex_literal] = ACTIONS(403), [sym_bin_literal] = ACTIONS(403), @@ -259607,467 +265777,1331 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(411), }, - [2102] = { - [sym__expression] = STATE(542), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2238), - [sym_annotation] = STATE(2238), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(269), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1670), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1047), - [sym_label] = ACTIONS(1055), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(1672), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(1674), - [anon_sym_return] = ACTIONS(1676), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(1055), - [anon_sym_DASH] = ACTIONS(1055), - [anon_sym_PLUS_PLUS] = ACTIONS(1057), - [anon_sym_DASH_DASH] = ACTIONS(1057), - [anon_sym_BANG] = ACTIONS(1057), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), + [2165] = { + [sym_indexing_suffix] = STATE(3424), + [sym_navigation_suffix] = STATE(3423), + [sym_call_suffix] = STATE(3420), + [sym_annotated_lambda] = STATE(3419), + [sym_type_arguments] = STATE(7492), + [sym_value_arguments] = STATE(2731), + [sym_lambda_literal] = STATE(3415), + [sym__equality_operator] = STATE(2108), + [sym__comparison_operator] = STATE(2109), + [sym__in_operator] = STATE(2110), + [sym__is_operator] = STATE(6160), + [sym__additive_operator] = STATE(2111), + [sym__multiplicative_operator] = STATE(2112), + [sym__as_operator] = STATE(6161), + [sym__postfix_unary_operator] = STATE(3414), + [sym__member_access_operator] = STATE(7370), + [sym_annotation] = STATE(7887), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2114), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7887), + [sym__alpha_identifier] = ACTIONS(3075), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(4543), + [anon_sym_as] = ACTIONS(4545), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_RBRACE] = ACTIONS(3077), + [anon_sym_LPAREN] = ACTIONS(4547), + [anon_sym_LT] = ACTIONS(3079), + [anon_sym_GT] = ACTIONS(3075), + [anon_sym_object] = ACTIONS(3075), + [anon_sym_fun] = ACTIONS(3075), + [anon_sym_DOT] = ACTIONS(4551), + [anon_sym_SEMI] = ACTIONS(3077), + [anon_sym_get] = ACTIONS(3075), + [anon_sym_set] = ACTIONS(3075), + [anon_sym_this] = ACTIONS(3075), + [anon_sym_super] = ACTIONS(3075), + [anon_sym_STAR] = ACTIONS(5836), + [sym_label] = ACTIONS(4555), + [anon_sym_in] = ACTIONS(3075), + [anon_sym_DOT_DOT] = ACTIONS(3077), + [anon_sym_QMARK_COLON] = ACTIONS(3077), + [anon_sym_AMP_AMP] = ACTIONS(3077), + [anon_sym_PIPE_PIPE] = ACTIONS(3077), + [anon_sym_null] = ACTIONS(3075), + [anon_sym_if] = ACTIONS(3075), + [anon_sym_else] = ACTIONS(3075), + [anon_sym_when] = ACTIONS(3075), + [anon_sym_try] = ACTIONS(3075), + [anon_sym_throw] = ACTIONS(3075), + [anon_sym_return] = ACTIONS(3075), + [anon_sym_continue] = ACTIONS(3075), + [anon_sym_break] = ACTIONS(3075), + [anon_sym_COLON_COLON] = ACTIONS(4567), + [anon_sym_BANG_EQ] = ACTIONS(3075), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3077), + [anon_sym_EQ_EQ] = ACTIONS(3075), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3077), + [anon_sym_LT_EQ] = ACTIONS(3077), + [anon_sym_GT_EQ] = ACTIONS(3077), + [anon_sym_BANGin] = ACTIONS(3077), + [anon_sym_is] = ACTIONS(3075), + [anon_sym_BANGis] = ACTIONS(3077), + [anon_sym_PLUS] = ACTIONS(5856), + [anon_sym_DASH] = ACTIONS(5856), + [anon_sym_SLASH] = ACTIONS(5858), + [anon_sym_PERCENT] = ACTIONS(5836), + [anon_sym_as_QMARK] = ACTIONS(4583), + [anon_sym_PLUS_PLUS] = ACTIONS(4585), + [anon_sym_DASH_DASH] = ACTIONS(4585), + [anon_sym_BANG] = ACTIONS(3075), + [anon_sym_BANG_BANG] = ACTIONS(4585), + [anon_sym_data] = ACTIONS(3075), + [anon_sym_inner] = ACTIONS(3075), + [anon_sym_expect] = ACTIONS(3075), + [anon_sym_actual] = ACTIONS(3075), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3077), + [anon_sym_continue_AT] = ACTIONS(3077), + [anon_sym_break_AT] = ACTIONS(3077), + [sym_real_literal] = ACTIONS(3077), + [sym_integer_literal] = ACTIONS(3075), + [sym_hex_literal] = ACTIONS(3077), + [sym_bin_literal] = ACTIONS(3077), + [anon_sym_true] = ACTIONS(3075), + [anon_sym_false] = ACTIONS(3075), + [anon_sym_SQUOTE] = ACTIONS(3077), + [sym__backtick_identifier] = ACTIONS(3077), + [sym__automatic_semicolon] = ACTIONS(3077), + [sym_safe_nav] = ACTIONS(4567), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3077), }, - [2103] = { - [sym__expression] = STATE(1277), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(1620), - [sym_annotation] = STATE(1620), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(261), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), - [sym__alpha_identifier] = ACTIONS(537), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1626), - [anon_sym_get] = ACTIONS(537), - [anon_sym_set] = ACTIONS(537), - [anon_sym_this] = ACTIONS(561), - [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1279), - [sym_label] = ACTIONS(591), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(577), - [anon_sym_when] = ACTIONS(579), - [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(583), - [anon_sym_return] = ACTIONS(585), - [anon_sym_continue] = ACTIONS(587), - [anon_sym_break] = ACTIONS(587), - [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_PLUS_PLUS] = ACTIONS(593), - [anon_sym_DASH_DASH] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_data] = ACTIONS(537), - [anon_sym_inner] = ACTIONS(537), - [anon_sym_expect] = ACTIONS(537), - [anon_sym_actual] = ACTIONS(537), + [2166] = { + [sym_indexing_suffix] = STATE(3424), + [sym_navigation_suffix] = STATE(3423), + [sym_call_suffix] = STATE(3420), + [sym_annotated_lambda] = STATE(3419), + [sym_type_arguments] = STATE(7492), + [sym_value_arguments] = STATE(2731), + [sym_lambda_literal] = STATE(3415), + [sym__equality_operator] = STATE(2108), + [sym__comparison_operator] = STATE(2109), + [sym__in_operator] = STATE(2110), + [sym__is_operator] = STATE(6160), + [sym__additive_operator] = STATE(2111), + [sym__multiplicative_operator] = STATE(2112), + [sym__as_operator] = STATE(6161), + [sym__postfix_unary_operator] = STATE(3414), + [sym__member_access_operator] = STATE(7370), + [sym_annotation] = STATE(7887), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2114), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7887), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(4543), + [anon_sym_as] = ACTIONS(4545), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_RBRACE] = ACTIONS(3054), + [anon_sym_LPAREN] = ACTIONS(4547), + [anon_sym_LT] = ACTIONS(3056), + [anon_sym_GT] = ACTIONS(3052), + [anon_sym_object] = ACTIONS(3052), + [anon_sym_fun] = ACTIONS(3052), + [anon_sym_DOT] = ACTIONS(4551), + [anon_sym_SEMI] = ACTIONS(3054), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_this] = ACTIONS(3052), + [anon_sym_super] = ACTIONS(3052), + [anon_sym_STAR] = ACTIONS(5836), + [sym_label] = ACTIONS(4555), + [anon_sym_in] = ACTIONS(3052), + [anon_sym_DOT_DOT] = ACTIONS(5840), + [anon_sym_QMARK_COLON] = ACTIONS(3054), + [anon_sym_AMP_AMP] = ACTIONS(3054), + [anon_sym_PIPE_PIPE] = ACTIONS(3054), + [anon_sym_null] = ACTIONS(3052), + [anon_sym_if] = ACTIONS(3052), + [anon_sym_else] = ACTIONS(3052), + [anon_sym_when] = ACTIONS(3052), + [anon_sym_try] = ACTIONS(3052), + [anon_sym_throw] = ACTIONS(3052), + [anon_sym_return] = ACTIONS(3052), + [anon_sym_continue] = ACTIONS(3052), + [anon_sym_break] = ACTIONS(3052), + [anon_sym_COLON_COLON] = ACTIONS(4567), + [anon_sym_BANG_EQ] = ACTIONS(3052), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3054), + [anon_sym_EQ_EQ] = ACTIONS(3052), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3054), + [anon_sym_LT_EQ] = ACTIONS(3054), + [anon_sym_GT_EQ] = ACTIONS(3054), + [anon_sym_BANGin] = ACTIONS(3054), + [anon_sym_is] = ACTIONS(3052), + [anon_sym_BANGis] = ACTIONS(3054), + [anon_sym_PLUS] = ACTIONS(5856), + [anon_sym_DASH] = ACTIONS(5856), + [anon_sym_SLASH] = ACTIONS(5858), + [anon_sym_PERCENT] = ACTIONS(5836), + [anon_sym_as_QMARK] = ACTIONS(4583), + [anon_sym_PLUS_PLUS] = ACTIONS(4585), + [anon_sym_DASH_DASH] = ACTIONS(4585), + [anon_sym_BANG] = ACTIONS(3052), + [anon_sym_BANG_BANG] = ACTIONS(4585), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(599), - [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), - [sym_integer_literal] = ACTIONS(605), - [sym_hex_literal] = ACTIONS(607), - [sym_bin_literal] = ACTIONS(607), - [anon_sym_true] = ACTIONS(609), - [anon_sym_false] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(611), - [sym__backtick_identifier] = ACTIONS(613), + [anon_sym_return_AT] = ACTIONS(3054), + [anon_sym_continue_AT] = ACTIONS(3054), + [anon_sym_break_AT] = ACTIONS(3054), + [sym_real_literal] = ACTIONS(3054), + [sym_integer_literal] = ACTIONS(3052), + [sym_hex_literal] = ACTIONS(3054), + [sym_bin_literal] = ACTIONS(3054), + [anon_sym_true] = ACTIONS(3052), + [anon_sym_false] = ACTIONS(3052), + [anon_sym_SQUOTE] = ACTIONS(3054), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(3054), + [sym_safe_nav] = ACTIONS(4567), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(615), + [sym__string_start] = ACTIONS(3054), }, - [2104] = { - [sym__expression] = STATE(519), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2238), - [sym_annotation] = STATE(2238), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(269), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1670), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1047), - [sym_label] = ACTIONS(1055), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(1672), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(1674), - [anon_sym_return] = ACTIONS(1676), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(1055), - [anon_sym_DASH] = ACTIONS(1055), - [anon_sym_PLUS_PLUS] = ACTIONS(1057), - [anon_sym_DASH_DASH] = ACTIONS(1057), - [anon_sym_BANG] = ACTIONS(1057), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), + [2167] = { + [sym_indexing_suffix] = STATE(3424), + [sym_navigation_suffix] = STATE(3423), + [sym_call_suffix] = STATE(3420), + [sym_annotated_lambda] = STATE(3419), + [sym_type_arguments] = STATE(7492), + [sym_value_arguments] = STATE(2731), + [sym_lambda_literal] = STATE(3415), + [sym__equality_operator] = STATE(2108), + [sym__comparison_operator] = STATE(2109), + [sym__in_operator] = STATE(2110), + [sym__is_operator] = STATE(6160), + [sym__additive_operator] = STATE(2111), + [sym__multiplicative_operator] = STATE(2112), + [sym__as_operator] = STATE(6161), + [sym__postfix_unary_operator] = STATE(3414), + [sym__member_access_operator] = STATE(7370), + [sym_annotation] = STATE(7887), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2114), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7887), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(4543), + [anon_sym_as] = ACTIONS(4545), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_RBRACE] = ACTIONS(3050), + [anon_sym_LPAREN] = ACTIONS(4547), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(5834), + [anon_sym_object] = ACTIONS(3048), + [anon_sym_fun] = ACTIONS(3048), + [anon_sym_DOT] = ACTIONS(4551), + [anon_sym_SEMI] = ACTIONS(3050), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_this] = ACTIONS(3048), + [anon_sym_super] = ACTIONS(3048), + [anon_sym_STAR] = ACTIONS(5836), + [sym_label] = ACTIONS(4555), + [anon_sym_in] = ACTIONS(5838), + [anon_sym_DOT_DOT] = ACTIONS(5840), + [anon_sym_QMARK_COLON] = ACTIONS(5842), + [anon_sym_AMP_AMP] = ACTIONS(3050), + [anon_sym_PIPE_PIPE] = ACTIONS(3050), + [anon_sym_null] = ACTIONS(3048), + [anon_sym_if] = ACTIONS(3048), + [anon_sym_else] = ACTIONS(3048), + [anon_sym_when] = ACTIONS(3048), + [anon_sym_try] = ACTIONS(3048), + [anon_sym_throw] = ACTIONS(3048), + [anon_sym_return] = ACTIONS(3048), + [anon_sym_continue] = ACTIONS(3048), + [anon_sym_break] = ACTIONS(3048), + [anon_sym_COLON_COLON] = ACTIONS(4567), + [anon_sym_BANG_EQ] = ACTIONS(5848), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5850), + [anon_sym_EQ_EQ] = ACTIONS(5848), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5850), + [anon_sym_LT_EQ] = ACTIONS(5852), + [anon_sym_GT_EQ] = ACTIONS(5852), + [anon_sym_BANGin] = ACTIONS(5854), + [anon_sym_is] = ACTIONS(4577), + [anon_sym_BANGis] = ACTIONS(4579), + [anon_sym_PLUS] = ACTIONS(5856), + [anon_sym_DASH] = ACTIONS(5856), + [anon_sym_SLASH] = ACTIONS(5858), + [anon_sym_PERCENT] = ACTIONS(5836), + [anon_sym_as_QMARK] = ACTIONS(4583), + [anon_sym_PLUS_PLUS] = ACTIONS(4585), + [anon_sym_DASH_DASH] = ACTIONS(4585), + [anon_sym_BANG] = ACTIONS(3048), + [anon_sym_BANG_BANG] = ACTIONS(4585), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3050), + [anon_sym_continue_AT] = ACTIONS(3050), + [anon_sym_break_AT] = ACTIONS(3050), + [sym_real_literal] = ACTIONS(3050), + [sym_integer_literal] = ACTIONS(3048), + [sym_hex_literal] = ACTIONS(3050), + [sym_bin_literal] = ACTIONS(3050), + [anon_sym_true] = ACTIONS(3048), + [anon_sym_false] = ACTIONS(3048), + [anon_sym_SQUOTE] = ACTIONS(3050), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(3050), + [sym_safe_nav] = ACTIONS(4567), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), + [sym__string_start] = ACTIONS(3050), }, - [2105] = { - [sym__expression] = STATE(520), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2238), - [sym_annotation] = STATE(2238), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), + [2168] = { + [sym_indexing_suffix] = STATE(3424), + [sym_navigation_suffix] = STATE(3423), + [sym_call_suffix] = STATE(3420), + [sym_annotated_lambda] = STATE(3419), + [sym_type_arguments] = STATE(7492), + [sym_value_arguments] = STATE(2731), + [sym_lambda_literal] = STATE(3415), + [sym__equality_operator] = STATE(2108), + [sym__comparison_operator] = STATE(2109), + [sym__in_operator] = STATE(2110), + [sym__is_operator] = STATE(6160), + [sym__additive_operator] = STATE(2111), + [sym__multiplicative_operator] = STATE(2112), + [sym__as_operator] = STATE(6161), + [sym__postfix_unary_operator] = STATE(3414), + [sym__member_access_operator] = STATE(7370), + [sym_annotation] = STATE(7887), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2114), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7887), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(4543), + [anon_sym_as] = ACTIONS(4545), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_RBRACE] = ACTIONS(3046), + [anon_sym_LPAREN] = ACTIONS(4547), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(5834), + [anon_sym_object] = ACTIONS(3044), + [anon_sym_fun] = ACTIONS(3044), + [anon_sym_DOT] = ACTIONS(4551), + [anon_sym_SEMI] = ACTIONS(3046), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_this] = ACTIONS(3044), + [anon_sym_super] = ACTIONS(3044), + [anon_sym_STAR] = ACTIONS(5836), + [sym_label] = ACTIONS(4555), + [anon_sym_in] = ACTIONS(5838), + [anon_sym_DOT_DOT] = ACTIONS(5840), + [anon_sym_QMARK_COLON] = ACTIONS(5842), + [anon_sym_AMP_AMP] = ACTIONS(5844), + [anon_sym_PIPE_PIPE] = ACTIONS(3046), + [anon_sym_null] = ACTIONS(3044), + [anon_sym_if] = ACTIONS(3044), + [anon_sym_else] = ACTIONS(3044), + [anon_sym_when] = ACTIONS(3044), + [anon_sym_try] = ACTIONS(3044), + [anon_sym_throw] = ACTIONS(3044), + [anon_sym_return] = ACTIONS(3044), + [anon_sym_continue] = ACTIONS(3044), + [anon_sym_break] = ACTIONS(3044), + [anon_sym_COLON_COLON] = ACTIONS(4567), + [anon_sym_BANG_EQ] = ACTIONS(5848), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5850), + [anon_sym_EQ_EQ] = ACTIONS(5848), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5850), + [anon_sym_LT_EQ] = ACTIONS(5852), + [anon_sym_GT_EQ] = ACTIONS(5852), + [anon_sym_BANGin] = ACTIONS(5854), + [anon_sym_is] = ACTIONS(4577), + [anon_sym_BANGis] = ACTIONS(4579), + [anon_sym_PLUS] = ACTIONS(5856), + [anon_sym_DASH] = ACTIONS(5856), + [anon_sym_SLASH] = ACTIONS(5858), + [anon_sym_PERCENT] = ACTIONS(5836), + [anon_sym_as_QMARK] = ACTIONS(4583), + [anon_sym_PLUS_PLUS] = ACTIONS(4585), + [anon_sym_DASH_DASH] = ACTIONS(4585), + [anon_sym_BANG] = ACTIONS(3044), + [anon_sym_BANG_BANG] = ACTIONS(4585), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3046), + [anon_sym_continue_AT] = ACTIONS(3046), + [anon_sym_break_AT] = ACTIONS(3046), + [sym_real_literal] = ACTIONS(3046), + [sym_integer_literal] = ACTIONS(3044), + [sym_hex_literal] = ACTIONS(3046), + [sym_bin_literal] = ACTIONS(3046), + [anon_sym_true] = ACTIONS(3044), + [anon_sym_false] = ACTIONS(3044), + [anon_sym_SQUOTE] = ACTIONS(3046), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(3046), + [sym_safe_nav] = ACTIONS(4567), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3046), + }, + [2169] = { + [sym_primary_constructor] = STATE(3692), + [sym__class_parameters] = STATE(3039), + [sym_type_parameters] = STATE(2400), + [sym_type_constraints] = STATE(3077), + [sym_enum_class_body] = STATE(3232), + [sym_modifiers] = STATE(9227), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3102), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_COLON] = ACTIONS(5878), + [anon_sym_LBRACK] = ACTIONS(3108), + [anon_sym_RBRACK] = ACTIONS(3108), + [anon_sym_as] = ACTIONS(3102), + [anon_sym_constructor] = ACTIONS(5169), + [anon_sym_LBRACE] = ACTIONS(5171), + [anon_sym_RBRACE] = ACTIONS(3108), + [anon_sym_LPAREN] = ACTIONS(5173), + [anon_sym_COMMA] = ACTIONS(3108), + [anon_sym_RPAREN] = ACTIONS(3108), + [anon_sym_LT] = ACTIONS(5119), + [anon_sym_GT] = ACTIONS(3102), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(3102), + [anon_sym_SEMI] = ACTIONS(3108), + [anon_sym_get] = ACTIONS(3102), + [anon_sym_set] = ACTIONS(3102), + [anon_sym_STAR] = ACTIONS(3108), + [anon_sym_DASH_GT] = ACTIONS(3108), + [sym_label] = ACTIONS(3108), + [anon_sym_in] = ACTIONS(3102), + [anon_sym_while] = ACTIONS(3102), + [anon_sym_DOT_DOT] = ACTIONS(3108), + [anon_sym_QMARK_COLON] = ACTIONS(3108), + [anon_sym_AMP_AMP] = ACTIONS(3108), + [anon_sym_PIPE_PIPE] = ACTIONS(3108), + [anon_sym_else] = ACTIONS(3102), + [anon_sym_COLON_COLON] = ACTIONS(3108), + [anon_sym_BANG_EQ] = ACTIONS(3102), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3108), + [anon_sym_EQ_EQ] = ACTIONS(3102), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3108), + [anon_sym_LT_EQ] = ACTIONS(3108), + [anon_sym_GT_EQ] = ACTIONS(3108), + [anon_sym_BANGin] = ACTIONS(3108), + [anon_sym_is] = ACTIONS(3102), + [anon_sym_BANGis] = ACTIONS(3108), + [anon_sym_PLUS] = ACTIONS(3102), + [anon_sym_DASH] = ACTIONS(3102), + [anon_sym_SLASH] = ACTIONS(3102), + [anon_sym_PERCENT] = ACTIONS(3108), + [anon_sym_as_QMARK] = ACTIONS(3108), + [anon_sym_PLUS_PLUS] = ACTIONS(3108), + [anon_sym_DASH_DASH] = ACTIONS(3108), + [anon_sym_BANG_BANG] = ACTIONS(3108), + [anon_sym_suspend] = ACTIONS(3120), + [anon_sym_sealed] = ACTIONS(3122), + [anon_sym_annotation] = ACTIONS(3122), + [anon_sym_data] = ACTIONS(3122), + [anon_sym_inner] = ACTIONS(3122), + [anon_sym_override] = ACTIONS(3124), + [anon_sym_lateinit] = ACTIONS(3124), + [anon_sym_public] = ACTIONS(3126), + [anon_sym_private] = ACTIONS(3126), + [anon_sym_internal] = ACTIONS(3126), + [anon_sym_protected] = ACTIONS(3126), + [anon_sym_tailrec] = ACTIONS(3120), + [anon_sym_operator] = ACTIONS(3120), + [anon_sym_infix] = ACTIONS(3120), + [anon_sym_inline] = ACTIONS(3120), + [anon_sym_external] = ACTIONS(3120), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3130), + [anon_sym_final] = ACTIONS(3130), + [anon_sym_open] = ACTIONS(3130), + [anon_sym_vararg] = ACTIONS(3132), + [anon_sym_noinline] = ACTIONS(3132), + [anon_sym_crossinline] = ACTIONS(3132), + [anon_sym_expect] = ACTIONS(3134), + [anon_sym_actual] = ACTIONS(3134), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3108), + [sym_safe_nav] = ACTIONS(3108), + [sym_multiline_comment] = ACTIONS(3), + }, + [2170] = { + [sym__expression] = STATE(972), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(2362), + [sym_annotation] = STATE(2362), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), [sym__return_at] = STATE(269), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), [anon_sym_fun] = ACTIONS(1670), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1047), - [sym_label] = ACTIONS(1055), - [anon_sym_null] = ACTIONS(1618), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1021), + [sym_label] = ACTIONS(1029), + [anon_sym_null] = ACTIONS(1628), [anon_sym_if] = ACTIONS(1672), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), [anon_sym_throw] = ACTIONS(1674), [anon_sym_return] = ACTIONS(1676), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(1055), - [anon_sym_DASH] = ACTIONS(1055), - [anon_sym_PLUS_PLUS] = ACTIONS(1057), - [anon_sym_DASH_DASH] = ACTIONS(1057), - [anon_sym_BANG] = ACTIONS(1057), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(1029), + [anon_sym_DASH] = ACTIONS(1029), + [anon_sym_PLUS_PLUS] = ACTIONS(1031), + [anon_sym_DASH_DASH] = ACTIONS(1031), + [anon_sym_BANG] = ACTIONS(1031), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), + [sym__string_start] = ACTIONS(535), }, - [2106] = { - [sym__expression] = STATE(594), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(1786), - [sym_annotation] = STATE(1786), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(255), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), + [2171] = { + [sym_indexing_suffix] = STATE(3424), + [sym_navigation_suffix] = STATE(3423), + [sym_call_suffix] = STATE(3420), + [sym_annotated_lambda] = STATE(3419), + [sym_type_arguments] = STATE(7492), + [sym_value_arguments] = STATE(2731), + [sym_lambda_literal] = STATE(3415), + [sym__equality_operator] = STATE(2108), + [sym__comparison_operator] = STATE(2109), + [sym__in_operator] = STATE(2110), + [sym__is_operator] = STATE(6160), + [sym__additive_operator] = STATE(2111), + [sym__multiplicative_operator] = STATE(2112), + [sym__as_operator] = STATE(6161), + [sym__postfix_unary_operator] = STATE(3414), + [sym__member_access_operator] = STATE(7370), + [sym_annotation] = STATE(7887), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2114), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7887), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(4543), + [anon_sym_as] = ACTIONS(4545), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_RBRACE] = ACTIONS(3042), + [anon_sym_LPAREN] = ACTIONS(4547), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(5834), + [anon_sym_object] = ACTIONS(3040), + [anon_sym_fun] = ACTIONS(3040), + [anon_sym_DOT] = ACTIONS(4551), + [anon_sym_SEMI] = ACTIONS(3042), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_this] = ACTIONS(3040), + [anon_sym_super] = ACTIONS(3040), + [anon_sym_STAR] = ACTIONS(5836), + [sym_label] = ACTIONS(4555), + [anon_sym_in] = ACTIONS(5838), + [anon_sym_DOT_DOT] = ACTIONS(5840), + [anon_sym_QMARK_COLON] = ACTIONS(5842), + [anon_sym_AMP_AMP] = ACTIONS(3042), + [anon_sym_PIPE_PIPE] = ACTIONS(3042), + [anon_sym_null] = ACTIONS(3040), + [anon_sym_if] = ACTIONS(3040), + [anon_sym_else] = ACTIONS(3040), + [anon_sym_when] = ACTIONS(3040), + [anon_sym_try] = ACTIONS(3040), + [anon_sym_throw] = ACTIONS(3040), + [anon_sym_return] = ACTIONS(3040), + [anon_sym_continue] = ACTIONS(3040), + [anon_sym_break] = ACTIONS(3040), + [anon_sym_COLON_COLON] = ACTIONS(4567), + [anon_sym_BANG_EQ] = ACTIONS(3040), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3042), + [anon_sym_EQ_EQ] = ACTIONS(3040), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3042), + [anon_sym_LT_EQ] = ACTIONS(5852), + [anon_sym_GT_EQ] = ACTIONS(5852), + [anon_sym_BANGin] = ACTIONS(5854), + [anon_sym_is] = ACTIONS(4577), + [anon_sym_BANGis] = ACTIONS(4579), + [anon_sym_PLUS] = ACTIONS(5856), + [anon_sym_DASH] = ACTIONS(5856), + [anon_sym_SLASH] = ACTIONS(5858), + [anon_sym_PERCENT] = ACTIONS(5836), + [anon_sym_as_QMARK] = ACTIONS(4583), + [anon_sym_PLUS_PLUS] = ACTIONS(4585), + [anon_sym_DASH_DASH] = ACTIONS(4585), + [anon_sym_BANG] = ACTIONS(3040), + [anon_sym_BANG_BANG] = ACTIONS(4585), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3042), + [anon_sym_continue_AT] = ACTIONS(3042), + [anon_sym_break_AT] = ACTIONS(3042), + [sym_real_literal] = ACTIONS(3042), + [sym_integer_literal] = ACTIONS(3040), + [sym_hex_literal] = ACTIONS(3042), + [sym_bin_literal] = ACTIONS(3042), + [anon_sym_true] = ACTIONS(3040), + [anon_sym_false] = ACTIONS(3040), + [anon_sym_SQUOTE] = ACTIONS(3042), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(3042), + [sym_safe_nav] = ACTIONS(4567), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3042), + }, + [2172] = { + [sym_indexing_suffix] = STATE(3424), + [sym_navigation_suffix] = STATE(3423), + [sym_call_suffix] = STATE(3420), + [sym_annotated_lambda] = STATE(3419), + [sym_type_arguments] = STATE(7492), + [sym_value_arguments] = STATE(2731), + [sym_lambda_literal] = STATE(3415), + [sym__equality_operator] = STATE(2108), + [sym__comparison_operator] = STATE(2109), + [sym__in_operator] = STATE(2110), + [sym__is_operator] = STATE(6160), + [sym__additive_operator] = STATE(2111), + [sym__multiplicative_operator] = STATE(2112), + [sym__as_operator] = STATE(6161), + [sym__postfix_unary_operator] = STATE(3414), + [sym__member_access_operator] = STATE(7370), + [sym_annotation] = STATE(7887), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2114), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7887), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(4543), + [anon_sym_as] = ACTIONS(4545), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_RBRACE] = ACTIONS(3038), + [anon_sym_LPAREN] = ACTIONS(4547), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(3036), + [anon_sym_object] = ACTIONS(3036), + [anon_sym_fun] = ACTIONS(3036), + [anon_sym_DOT] = ACTIONS(4551), + [anon_sym_SEMI] = ACTIONS(3038), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_this] = ACTIONS(3036), + [anon_sym_super] = ACTIONS(3036), + [anon_sym_STAR] = ACTIONS(5836), + [sym_label] = ACTIONS(4555), + [anon_sym_in] = ACTIONS(5838), + [anon_sym_DOT_DOT] = ACTIONS(5840), + [anon_sym_QMARK_COLON] = ACTIONS(5842), + [anon_sym_AMP_AMP] = ACTIONS(3038), + [anon_sym_PIPE_PIPE] = ACTIONS(3038), + [anon_sym_null] = ACTIONS(3036), + [anon_sym_if] = ACTIONS(3036), + [anon_sym_else] = ACTIONS(3036), + [anon_sym_when] = ACTIONS(3036), + [anon_sym_try] = ACTIONS(3036), + [anon_sym_throw] = ACTIONS(3036), + [anon_sym_return] = ACTIONS(3036), + [anon_sym_continue] = ACTIONS(3036), + [anon_sym_break] = ACTIONS(3036), + [anon_sym_COLON_COLON] = ACTIONS(4567), + [anon_sym_BANG_EQ] = ACTIONS(3036), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3038), + [anon_sym_EQ_EQ] = ACTIONS(3036), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3038), + [anon_sym_LT_EQ] = ACTIONS(3038), + [anon_sym_GT_EQ] = ACTIONS(3038), + [anon_sym_BANGin] = ACTIONS(5854), + [anon_sym_is] = ACTIONS(4577), + [anon_sym_BANGis] = ACTIONS(4579), + [anon_sym_PLUS] = ACTIONS(5856), + [anon_sym_DASH] = ACTIONS(5856), + [anon_sym_SLASH] = ACTIONS(5858), + [anon_sym_PERCENT] = ACTIONS(5836), + [anon_sym_as_QMARK] = ACTIONS(4583), + [anon_sym_PLUS_PLUS] = ACTIONS(4585), + [anon_sym_DASH_DASH] = ACTIONS(4585), + [anon_sym_BANG] = ACTIONS(3036), + [anon_sym_BANG_BANG] = ACTIONS(4585), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3038), + [anon_sym_continue_AT] = ACTIONS(3038), + [anon_sym_break_AT] = ACTIONS(3038), + [sym_real_literal] = ACTIONS(3038), + [sym_integer_literal] = ACTIONS(3036), + [sym_hex_literal] = ACTIONS(3038), + [sym_bin_literal] = ACTIONS(3038), + [anon_sym_true] = ACTIONS(3036), + [anon_sym_false] = ACTIONS(3036), + [anon_sym_SQUOTE] = ACTIONS(3038), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(3038), + [sym_safe_nav] = ACTIONS(4567), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3038), + }, + [2173] = { + [sym_indexing_suffix] = STATE(3424), + [sym_navigation_suffix] = STATE(3423), + [sym_call_suffix] = STATE(3420), + [sym_annotated_lambda] = STATE(3419), + [sym_type_arguments] = STATE(7492), + [sym_value_arguments] = STATE(2731), + [sym_lambda_literal] = STATE(3415), + [sym__equality_operator] = STATE(2108), + [sym__comparison_operator] = STATE(2109), + [sym__in_operator] = STATE(2110), + [sym__is_operator] = STATE(6160), + [sym__additive_operator] = STATE(2111), + [sym__multiplicative_operator] = STATE(2112), + [sym__as_operator] = STATE(6161), + [sym__postfix_unary_operator] = STATE(3414), + [sym__member_access_operator] = STATE(7370), + [sym_annotation] = STATE(7887), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2114), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7887), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(4543), + [anon_sym_as] = ACTIONS(4545), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_RBRACE] = ACTIONS(3031), + [anon_sym_LPAREN] = ACTIONS(4547), + [anon_sym_LT] = ACTIONS(3033), + [anon_sym_GT] = ACTIONS(3029), + [anon_sym_object] = ACTIONS(3029), + [anon_sym_fun] = ACTIONS(3029), + [anon_sym_DOT] = ACTIONS(4551), + [anon_sym_SEMI] = ACTIONS(3031), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_this] = ACTIONS(3029), + [anon_sym_super] = ACTIONS(3029), + [anon_sym_STAR] = ACTIONS(5836), + [sym_label] = ACTIONS(4555), + [anon_sym_in] = ACTIONS(3029), + [anon_sym_DOT_DOT] = ACTIONS(5840), + [anon_sym_QMARK_COLON] = ACTIONS(5842), + [anon_sym_AMP_AMP] = ACTIONS(3031), + [anon_sym_PIPE_PIPE] = ACTIONS(3031), + [anon_sym_null] = ACTIONS(3029), + [anon_sym_if] = ACTIONS(3029), + [anon_sym_else] = ACTIONS(3029), + [anon_sym_when] = ACTIONS(3029), + [anon_sym_try] = ACTIONS(3029), + [anon_sym_throw] = ACTIONS(3029), + [anon_sym_return] = ACTIONS(3029), + [anon_sym_continue] = ACTIONS(3029), + [anon_sym_break] = ACTIONS(3029), + [anon_sym_COLON_COLON] = ACTIONS(4567), + [anon_sym_BANG_EQ] = ACTIONS(3029), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3031), + [anon_sym_EQ_EQ] = ACTIONS(3029), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3031), + [anon_sym_LT_EQ] = ACTIONS(3031), + [anon_sym_GT_EQ] = ACTIONS(3031), + [anon_sym_BANGin] = ACTIONS(3031), + [anon_sym_is] = ACTIONS(3029), + [anon_sym_BANGis] = ACTIONS(3031), + [anon_sym_PLUS] = ACTIONS(5856), + [anon_sym_DASH] = ACTIONS(5856), + [anon_sym_SLASH] = ACTIONS(5858), + [anon_sym_PERCENT] = ACTIONS(5836), + [anon_sym_as_QMARK] = ACTIONS(4583), + [anon_sym_PLUS_PLUS] = ACTIONS(4585), + [anon_sym_DASH_DASH] = ACTIONS(4585), + [anon_sym_BANG] = ACTIONS(3029), + [anon_sym_BANG_BANG] = ACTIONS(4585), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3031), + [anon_sym_continue_AT] = ACTIONS(3031), + [anon_sym_break_AT] = ACTIONS(3031), + [sym_real_literal] = ACTIONS(3031), + [sym_integer_literal] = ACTIONS(3029), + [sym_hex_literal] = ACTIONS(3031), + [sym_bin_literal] = ACTIONS(3031), + [anon_sym_true] = ACTIONS(3029), + [anon_sym_false] = ACTIONS(3029), + [anon_sym_SQUOTE] = ACTIONS(3031), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(3031), + [sym_safe_nav] = ACTIONS(4567), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3031), + }, + [2174] = { + [sym__expression] = STATE(1527), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(3399), + [sym_parenthesized_expression] = STATE(3399), + [sym_collection_literal] = STATE(3399), + [sym__literal_constant] = STATE(3399), + [sym_string_literal] = STATE(3399), + [sym_lambda_literal] = STATE(3399), + [sym_anonymous_function] = STATE(3399), + [sym__function_literal] = STATE(3399), + [sym_object_literal] = STATE(3399), + [sym_this_expression] = STATE(3399), + [sym_super_expression] = STATE(3399), + [sym_if_expression] = STATE(3399), + [sym_when_expression] = STATE(3399), + [sym_try_expression] = STATE(3399), + [sym_jump_expression] = STATE(3399), + [sym_callable_reference] = STATE(3399), + [sym__prefix_unary_operator] = STATE(1868), + [sym_annotation] = STATE(1868), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3347), + [sym__return_at] = STATE(356), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(3399), + [sym_long_literal] = STATE(3399), + [sym_boolean_literal] = STATE(3399), + [sym_character_literal] = STATE(3399), + [sym__lexical_identifier] = STATE(2837), + [sym__alpha_identifier] = ACTIONS(333), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(335), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_LPAREN] = ACTIONS(345), + [anon_sym_object] = ACTIONS(1920), + [anon_sym_fun] = ACTIONS(2984), + [anon_sym_get] = ACTIONS(333), + [anon_sym_set] = ACTIONS(333), + [anon_sym_this] = ACTIONS(357), + [anon_sym_super] = ACTIONS(359), + [anon_sym_STAR] = ACTIONS(965), + [sym_label] = ACTIONS(975), + [anon_sym_null] = ACTIONS(1924), + [anon_sym_if] = ACTIONS(2986), + [anon_sym_when] = ACTIONS(375), + [anon_sym_try] = ACTIONS(377), + [anon_sym_throw] = ACTIONS(2988), + [anon_sym_return] = ACTIONS(2990), + [anon_sym_continue] = ACTIONS(383), + [anon_sym_break] = ACTIONS(383), + [anon_sym_COLON_COLON] = ACTIONS(385), + [anon_sym_PLUS] = ACTIONS(975), + [anon_sym_DASH] = ACTIONS(975), + [anon_sym_PLUS_PLUS] = ACTIONS(977), + [anon_sym_DASH_DASH] = ACTIONS(977), + [anon_sym_BANG] = ACTIONS(977), + [anon_sym_data] = ACTIONS(333), + [anon_sym_inner] = ACTIONS(333), + [anon_sym_expect] = ACTIONS(333), + [anon_sym_actual] = ACTIONS(333), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(395), + [anon_sym_break_AT] = ACTIONS(397), + [sym_real_literal] = ACTIONS(1926), + [sym_integer_literal] = ACTIONS(401), + [sym_hex_literal] = ACTIONS(403), + [sym_bin_literal] = ACTIONS(403), + [anon_sym_true] = ACTIONS(405), + [anon_sym_false] = ACTIONS(405), + [anon_sym_SQUOTE] = ACTIONS(407), + [sym__backtick_identifier] = ACTIONS(409), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(411), + }, + [2175] = { + [sym_indexing_suffix] = STATE(3424), + [sym_navigation_suffix] = STATE(3423), + [sym_call_suffix] = STATE(3420), + [sym_annotated_lambda] = STATE(3419), + [sym_type_arguments] = STATE(7492), + [sym_value_arguments] = STATE(2731), + [sym_lambda_literal] = STATE(3415), + [sym__equality_operator] = STATE(2108), + [sym__comparison_operator] = STATE(2109), + [sym__in_operator] = STATE(2110), + [sym__is_operator] = STATE(6160), + [sym__additive_operator] = STATE(2111), + [sym__multiplicative_operator] = STATE(2112), + [sym__as_operator] = STATE(6161), + [sym__postfix_unary_operator] = STATE(3414), + [sym__member_access_operator] = STATE(7370), + [sym_annotation] = STATE(7887), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2114), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7887), + [sym__alpha_identifier] = ACTIONS(3022), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(4543), + [anon_sym_as] = ACTIONS(4545), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_RBRACE] = ACTIONS(3024), + [anon_sym_LPAREN] = ACTIONS(4547), + [anon_sym_LT] = ACTIONS(3026), + [anon_sym_GT] = ACTIONS(3022), + [anon_sym_object] = ACTIONS(3022), + [anon_sym_fun] = ACTIONS(3022), + [anon_sym_DOT] = ACTIONS(4551), + [anon_sym_SEMI] = ACTIONS(3024), + [anon_sym_get] = ACTIONS(3022), + [anon_sym_set] = ACTIONS(3022), + [anon_sym_this] = ACTIONS(3022), + [anon_sym_super] = ACTIONS(3022), + [anon_sym_STAR] = ACTIONS(5836), + [sym_label] = ACTIONS(4555), + [anon_sym_in] = ACTIONS(3022), + [anon_sym_DOT_DOT] = ACTIONS(3024), + [anon_sym_QMARK_COLON] = ACTIONS(3024), + [anon_sym_AMP_AMP] = ACTIONS(3024), + [anon_sym_PIPE_PIPE] = ACTIONS(3024), + [anon_sym_null] = ACTIONS(3022), + [anon_sym_if] = ACTIONS(3022), + [anon_sym_else] = ACTIONS(3022), + [anon_sym_when] = ACTIONS(3022), + [anon_sym_try] = ACTIONS(3022), + [anon_sym_throw] = ACTIONS(3022), + [anon_sym_return] = ACTIONS(3022), + [anon_sym_continue] = ACTIONS(3022), + [anon_sym_break] = ACTIONS(3022), + [anon_sym_COLON_COLON] = ACTIONS(4567), + [anon_sym_BANG_EQ] = ACTIONS(3022), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3024), + [anon_sym_EQ_EQ] = ACTIONS(3022), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3024), + [anon_sym_LT_EQ] = ACTIONS(3024), + [anon_sym_GT_EQ] = ACTIONS(3024), + [anon_sym_BANGin] = ACTIONS(3024), + [anon_sym_is] = ACTIONS(3022), + [anon_sym_BANGis] = ACTIONS(3024), + [anon_sym_PLUS] = ACTIONS(3022), + [anon_sym_DASH] = ACTIONS(3022), + [anon_sym_SLASH] = ACTIONS(5858), + [anon_sym_PERCENT] = ACTIONS(5836), + [anon_sym_as_QMARK] = ACTIONS(4583), + [anon_sym_PLUS_PLUS] = ACTIONS(4585), + [anon_sym_DASH_DASH] = ACTIONS(4585), + [anon_sym_BANG] = ACTIONS(3022), + [anon_sym_BANG_BANG] = ACTIONS(4585), + [anon_sym_data] = ACTIONS(3022), + [anon_sym_inner] = ACTIONS(3022), + [anon_sym_expect] = ACTIONS(3022), + [anon_sym_actual] = ACTIONS(3022), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3024), + [anon_sym_continue_AT] = ACTIONS(3024), + [anon_sym_break_AT] = ACTIONS(3024), + [sym_real_literal] = ACTIONS(3024), + [sym_integer_literal] = ACTIONS(3022), + [sym_hex_literal] = ACTIONS(3024), + [sym_bin_literal] = ACTIONS(3024), + [anon_sym_true] = ACTIONS(3022), + [anon_sym_false] = ACTIONS(3022), + [anon_sym_SQUOTE] = ACTIONS(3024), + [sym__backtick_identifier] = ACTIONS(3024), + [sym__automatic_semicolon] = ACTIONS(3024), + [sym_safe_nav] = ACTIONS(4567), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3024), + }, + [2176] = { + [sym_indexing_suffix] = STATE(3424), + [sym_navigation_suffix] = STATE(3423), + [sym_call_suffix] = STATE(3420), + [sym_annotated_lambda] = STATE(3419), + [sym_type_arguments] = STATE(7492), + [sym_value_arguments] = STATE(2731), + [sym_lambda_literal] = STATE(3415), + [sym__equality_operator] = STATE(2108), + [sym__comparison_operator] = STATE(2109), + [sym__in_operator] = STATE(2110), + [sym__is_operator] = STATE(6160), + [sym__additive_operator] = STATE(2111), + [sym__multiplicative_operator] = STATE(2112), + [sym__as_operator] = STATE(6161), + [sym__postfix_unary_operator] = STATE(3414), + [sym__member_access_operator] = STATE(7370), + [sym_annotation] = STATE(7887), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2114), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7887), + [sym__alpha_identifier] = ACTIONS(3011), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(4543), + [anon_sym_as] = ACTIONS(4545), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_RBRACE] = ACTIONS(3013), + [anon_sym_LPAREN] = ACTIONS(4547), + [anon_sym_LT] = ACTIONS(3015), + [anon_sym_GT] = ACTIONS(3011), + [anon_sym_object] = ACTIONS(3011), + [anon_sym_fun] = ACTIONS(3011), + [anon_sym_DOT] = ACTIONS(4551), + [anon_sym_SEMI] = ACTIONS(3013), + [anon_sym_get] = ACTIONS(3011), + [anon_sym_set] = ACTIONS(3011), + [anon_sym_this] = ACTIONS(3011), + [anon_sym_super] = ACTIONS(3011), + [anon_sym_STAR] = ACTIONS(3013), + [sym_label] = ACTIONS(4555), + [anon_sym_in] = ACTIONS(3011), + [anon_sym_DOT_DOT] = ACTIONS(3013), + [anon_sym_QMARK_COLON] = ACTIONS(3013), + [anon_sym_AMP_AMP] = ACTIONS(3013), + [anon_sym_PIPE_PIPE] = ACTIONS(3013), + [anon_sym_null] = ACTIONS(3011), + [anon_sym_if] = ACTIONS(3011), + [anon_sym_else] = ACTIONS(3011), + [anon_sym_when] = ACTIONS(3011), + [anon_sym_try] = ACTIONS(3011), + [anon_sym_throw] = ACTIONS(3011), + [anon_sym_return] = ACTIONS(3011), + [anon_sym_continue] = ACTIONS(3011), + [anon_sym_break] = ACTIONS(3011), + [anon_sym_COLON_COLON] = ACTIONS(4567), + [anon_sym_BANG_EQ] = ACTIONS(3011), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3013), + [anon_sym_EQ_EQ] = ACTIONS(3011), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3013), + [anon_sym_LT_EQ] = ACTIONS(3013), + [anon_sym_GT_EQ] = ACTIONS(3013), + [anon_sym_BANGin] = ACTIONS(3013), + [anon_sym_is] = ACTIONS(3011), + [anon_sym_BANGis] = ACTIONS(3013), + [anon_sym_PLUS] = ACTIONS(3011), + [anon_sym_DASH] = ACTIONS(3011), + [anon_sym_SLASH] = ACTIONS(3011), + [anon_sym_PERCENT] = ACTIONS(3013), + [anon_sym_as_QMARK] = ACTIONS(4583), + [anon_sym_PLUS_PLUS] = ACTIONS(4585), + [anon_sym_DASH_DASH] = ACTIONS(4585), + [anon_sym_BANG] = ACTIONS(3011), + [anon_sym_BANG_BANG] = ACTIONS(4585), + [anon_sym_data] = ACTIONS(3011), + [anon_sym_inner] = ACTIONS(3011), + [anon_sym_expect] = ACTIONS(3011), + [anon_sym_actual] = ACTIONS(3011), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3013), + [anon_sym_continue_AT] = ACTIONS(3013), + [anon_sym_break_AT] = ACTIONS(3013), + [sym_real_literal] = ACTIONS(3013), + [sym_integer_literal] = ACTIONS(3011), + [sym_hex_literal] = ACTIONS(3013), + [sym_bin_literal] = ACTIONS(3013), + [anon_sym_true] = ACTIONS(3011), + [anon_sym_false] = ACTIONS(3011), + [anon_sym_SQUOTE] = ACTIONS(3013), + [sym__backtick_identifier] = ACTIONS(3013), + [sym__automatic_semicolon] = ACTIONS(3013), + [sym_safe_nav] = ACTIONS(4567), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3013), + }, + [2177] = { + [sym__expression] = STATE(1423), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(3399), + [sym_parenthesized_expression] = STATE(3399), + [sym_collection_literal] = STATE(3399), + [sym__literal_constant] = STATE(3399), + [sym_string_literal] = STATE(3399), + [sym_lambda_literal] = STATE(3399), + [sym_anonymous_function] = STATE(3399), + [sym__function_literal] = STATE(3399), + [sym_object_literal] = STATE(3399), + [sym_this_expression] = STATE(3399), + [sym_super_expression] = STATE(3399), + [sym_if_expression] = STATE(3399), + [sym_when_expression] = STATE(3399), + [sym_try_expression] = STATE(3399), + [sym_jump_expression] = STATE(3399), + [sym_callable_reference] = STATE(3399), + [sym__prefix_unary_operator] = STATE(1868), + [sym_annotation] = STATE(1868), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3347), + [sym__return_at] = STATE(356), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(3399), + [sym_long_literal] = STATE(3399), + [sym_boolean_literal] = STATE(3399), + [sym_character_literal] = STATE(3399), + [sym__lexical_identifier] = STATE(2837), + [sym__alpha_identifier] = ACTIONS(333), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(335), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_LPAREN] = ACTIONS(345), + [anon_sym_object] = ACTIONS(1920), + [anon_sym_fun] = ACTIONS(2984), + [anon_sym_get] = ACTIONS(333), + [anon_sym_set] = ACTIONS(333), + [anon_sym_this] = ACTIONS(357), + [anon_sym_super] = ACTIONS(359), + [anon_sym_STAR] = ACTIONS(965), + [sym_label] = ACTIONS(975), + [anon_sym_null] = ACTIONS(1924), + [anon_sym_if] = ACTIONS(2986), + [anon_sym_when] = ACTIONS(375), + [anon_sym_try] = ACTIONS(377), + [anon_sym_throw] = ACTIONS(2988), + [anon_sym_return] = ACTIONS(2990), + [anon_sym_continue] = ACTIONS(383), + [anon_sym_break] = ACTIONS(383), + [anon_sym_COLON_COLON] = ACTIONS(385), + [anon_sym_PLUS] = ACTIONS(975), + [anon_sym_DASH] = ACTIONS(975), + [anon_sym_PLUS_PLUS] = ACTIONS(977), + [anon_sym_DASH_DASH] = ACTIONS(977), + [anon_sym_BANG] = ACTIONS(977), + [anon_sym_data] = ACTIONS(333), + [anon_sym_inner] = ACTIONS(333), + [anon_sym_expect] = ACTIONS(333), + [anon_sym_actual] = ACTIONS(333), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(395), + [anon_sym_break_AT] = ACTIONS(397), + [sym_real_literal] = ACTIONS(1926), + [sym_integer_literal] = ACTIONS(401), + [sym_hex_literal] = ACTIONS(403), + [sym_bin_literal] = ACTIONS(403), + [anon_sym_true] = ACTIONS(405), + [anon_sym_false] = ACTIONS(405), + [anon_sym_SQUOTE] = ACTIONS(407), + [sym__backtick_identifier] = ACTIONS(409), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(411), + }, + [2178] = { + [sym__expression] = STATE(860), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(1711), + [sym_annotation] = STATE(1711), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(268), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), [sym__alpha_identifier] = ACTIONS(111), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), + [anon_sym_LBRACE] = ACTIONS(1403), [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1600), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1662), [anon_sym_get] = ACTIONS(111), [anon_sym_set] = ACTIONS(111), [anon_sym_this] = ACTIONS(141), [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(1313), - [sym_label] = ACTIONS(171), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(157), + [anon_sym_STAR] = ACTIONS(1085), + [sym_label] = ACTIONS(1093), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(1664), [anon_sym_when] = ACTIONS(159), [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(163), - [anon_sym_return] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(1666), + [anon_sym_return] = ACTIONS(1668), [anon_sym_continue] = ACTIONS(167), [anon_sym_break] = ACTIONS(167), [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(171), - [anon_sym_DASH] = ACTIONS(171), - [anon_sym_PLUS_PLUS] = ACTIONS(173), - [anon_sym_DASH_DASH] = ACTIONS(173), - [anon_sym_BANG] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(1093), + [anon_sym_DASH] = ACTIONS(1093), + [anon_sym_PLUS_PLUS] = ACTIONS(1095), + [anon_sym_DASH_DASH] = ACTIONS(1095), + [anon_sym_BANG] = ACTIONS(1095), [anon_sym_data] = ACTIONS(111), [anon_sym_inner] = ACTIONS(111), [anon_sym_expect] = ACTIONS(111), @@ -260076,7 +267110,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(179), [anon_sym_continue_AT] = ACTIONS(181), [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), + [sym_real_literal] = ACTIONS(1411), [sym_integer_literal] = ACTIONS(187), [sym_hex_literal] = ACTIONS(189), [sym_bin_literal] = ACTIONS(189), @@ -260087,92 +267121,188 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(197), }, - [2107] = { - [sym__expression] = STATE(1365), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(2081), - [sym_annotation] = STATE(2081), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), + [2179] = { + [sym_indexing_suffix] = STATE(3424), + [sym_navigation_suffix] = STATE(3423), + [sym_call_suffix] = STATE(3420), + [sym_annotated_lambda] = STATE(3419), + [sym_type_arguments] = STATE(7492), + [sym_value_arguments] = STATE(2731), + [sym_lambda_literal] = STATE(3415), + [sym__equality_operator] = STATE(2108), + [sym__comparison_operator] = STATE(2109), + [sym__in_operator] = STATE(2110), + [sym__is_operator] = STATE(6160), + [sym__additive_operator] = STATE(2111), + [sym__multiplicative_operator] = STATE(2112), + [sym__as_operator] = STATE(6161), + [sym__postfix_unary_operator] = STATE(3414), + [sym__member_access_operator] = STATE(7370), + [sym_annotation] = STATE(7887), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2114), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7887), + [sym__alpha_identifier] = ACTIONS(2992), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(4543), + [anon_sym_as] = ACTIONS(4545), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_RBRACE] = ACTIONS(2994), + [anon_sym_LPAREN] = ACTIONS(4547), + [anon_sym_LT] = ACTIONS(2996), + [anon_sym_GT] = ACTIONS(2992), + [anon_sym_object] = ACTIONS(2992), + [anon_sym_fun] = ACTIONS(2992), + [anon_sym_DOT] = ACTIONS(4551), + [anon_sym_SEMI] = ACTIONS(2994), + [anon_sym_get] = ACTIONS(2992), + [anon_sym_set] = ACTIONS(2992), + [anon_sym_this] = ACTIONS(2992), + [anon_sym_super] = ACTIONS(2992), + [anon_sym_STAR] = ACTIONS(5836), + [sym_label] = ACTIONS(4555), + [anon_sym_in] = ACTIONS(2992), + [anon_sym_DOT_DOT] = ACTIONS(5840), + [anon_sym_QMARK_COLON] = ACTIONS(2994), + [anon_sym_AMP_AMP] = ACTIONS(2994), + [anon_sym_PIPE_PIPE] = ACTIONS(2994), + [anon_sym_null] = ACTIONS(2992), + [anon_sym_if] = ACTIONS(2992), + [anon_sym_else] = ACTIONS(2992), + [anon_sym_when] = ACTIONS(2992), + [anon_sym_try] = ACTIONS(2992), + [anon_sym_throw] = ACTIONS(2992), + [anon_sym_return] = ACTIONS(2992), + [anon_sym_continue] = ACTIONS(2992), + [anon_sym_break] = ACTIONS(2992), + [anon_sym_COLON_COLON] = ACTIONS(4567), + [anon_sym_BANG_EQ] = ACTIONS(2992), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2994), + [anon_sym_EQ_EQ] = ACTIONS(2992), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2994), + [anon_sym_LT_EQ] = ACTIONS(2994), + [anon_sym_GT_EQ] = ACTIONS(2994), + [anon_sym_BANGin] = ACTIONS(2994), + [anon_sym_is] = ACTIONS(2992), + [anon_sym_BANGis] = ACTIONS(2994), + [anon_sym_PLUS] = ACTIONS(5856), + [anon_sym_DASH] = ACTIONS(5856), + [anon_sym_SLASH] = ACTIONS(5858), + [anon_sym_PERCENT] = ACTIONS(5836), + [anon_sym_as_QMARK] = ACTIONS(4583), + [anon_sym_PLUS_PLUS] = ACTIONS(4585), + [anon_sym_DASH_DASH] = ACTIONS(4585), + [anon_sym_BANG] = ACTIONS(2992), + [anon_sym_BANG_BANG] = ACTIONS(4585), + [anon_sym_data] = ACTIONS(2992), + [anon_sym_inner] = ACTIONS(2992), + [anon_sym_expect] = ACTIONS(2992), + [anon_sym_actual] = ACTIONS(2992), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(2994), + [anon_sym_continue_AT] = ACTIONS(2994), + [anon_sym_break_AT] = ACTIONS(2994), + [sym_real_literal] = ACTIONS(2994), + [sym_integer_literal] = ACTIONS(2992), + [sym_hex_literal] = ACTIONS(2994), + [sym_bin_literal] = ACTIONS(2994), + [anon_sym_true] = ACTIONS(2992), + [anon_sym_false] = ACTIONS(2992), + [anon_sym_SQUOTE] = ACTIONS(2994), + [sym__backtick_identifier] = ACTIONS(2994), + [sym__automatic_semicolon] = ACTIONS(2994), + [sym_safe_nav] = ACTIONS(4567), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(2994), + }, + [2180] = { + [sym__expression] = STATE(284), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2198), + [sym_annotation] = STATE(2198), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), [sym__return_at] = STATE(264), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), [sym__alpha_identifier] = ACTIONS(537), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LBRACE] = ACTIONS(1612), [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), + [anon_sym_object] = ACTIONS(1614), [anon_sym_fun] = ACTIONS(1636), [anon_sym_get] = ACTIONS(537), [anon_sym_set] = ACTIONS(537), [anon_sym_this] = ACTIONS(561), [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1329), - [sym_label] = ACTIONS(761), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(1259), + [sym_label] = ACTIONS(645), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(639), [anon_sym_when] = ACTIONS(579), [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(757), - [anon_sym_return] = ACTIONS(759), + [anon_sym_throw] = ACTIONS(641), + [anon_sym_return] = ACTIONS(643), [anon_sym_continue] = ACTIONS(587), [anon_sym_break] = ACTIONS(587), [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(761), - [anon_sym_DASH] = ACTIONS(761), - [anon_sym_PLUS_PLUS] = ACTIONS(763), - [anon_sym_DASH_DASH] = ACTIONS(763), - [anon_sym_BANG] = ACTIONS(763), + [anon_sym_PLUS] = ACTIONS(645), + [anon_sym_DASH] = ACTIONS(645), + [anon_sym_PLUS_PLUS] = ACTIONS(647), + [anon_sym_DASH_DASH] = ACTIONS(647), + [anon_sym_BANG] = ACTIONS(647), [anon_sym_data] = ACTIONS(537), [anon_sym_inner] = ACTIONS(537), [anon_sym_expect] = ACTIONS(537), [anon_sym_actual] = ACTIONS(537), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), + [anon_sym_return_AT] = ACTIONS(517), [anon_sym_continue_AT] = ACTIONS(599), [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), + [sym_real_literal] = ACTIONS(1620), [sym_integer_literal] = ACTIONS(605), [sym_hex_literal] = ACTIONS(607), [sym_bin_literal] = ACTIONS(607), @@ -260183,83 +267313,563 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(615), }, - [2108] = { - [sym__expression] = STATE(550), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(1786), - [sym_annotation] = STATE(1786), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(255), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), + [2181] = { + [sym_primary_constructor] = STATE(4929), + [sym_class_body] = STATE(4604), + [sym__class_parameters] = STATE(4565), + [sym_type_parameters] = STATE(2387), + [sym_type_constraints] = STATE(4541), + [sym_modifiers] = STATE(9275), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3136), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_COLON] = ACTIONS(5880), + [anon_sym_LBRACK] = ACTIONS(3140), + [anon_sym_RBRACK] = ACTIONS(3140), + [anon_sym_as] = ACTIONS(3136), + [anon_sym_constructor] = ACTIONS(5113), + [anon_sym_LBRACE] = ACTIONS(5161), + [anon_sym_RBRACE] = ACTIONS(3140), + [anon_sym_LPAREN] = ACTIONS(5117), + [anon_sym_COMMA] = ACTIONS(3140), + [anon_sym_RPAREN] = ACTIONS(3140), + [anon_sym_LT] = ACTIONS(5119), + [anon_sym_GT] = ACTIONS(3136), + [anon_sym_where] = ACTIONS(5121), + [anon_sym_DOT] = ACTIONS(3136), + [anon_sym_SEMI] = ACTIONS(3140), + [anon_sym_get] = ACTIONS(3136), + [anon_sym_set] = ACTIONS(3136), + [anon_sym_STAR] = ACTIONS(3140), + [anon_sym_DASH_GT] = ACTIONS(3140), + [sym_label] = ACTIONS(3140), + [anon_sym_in] = ACTIONS(3136), + [anon_sym_while] = ACTIONS(3136), + [anon_sym_DOT_DOT] = ACTIONS(3140), + [anon_sym_QMARK_COLON] = ACTIONS(3140), + [anon_sym_AMP_AMP] = ACTIONS(3140), + [anon_sym_PIPE_PIPE] = ACTIONS(3140), + [anon_sym_else] = ACTIONS(3136), + [anon_sym_COLON_COLON] = ACTIONS(3140), + [anon_sym_BANG_EQ] = ACTIONS(3136), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3140), + [anon_sym_EQ_EQ] = ACTIONS(3136), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3140), + [anon_sym_LT_EQ] = ACTIONS(3140), + [anon_sym_GT_EQ] = ACTIONS(3140), + [anon_sym_BANGin] = ACTIONS(3140), + [anon_sym_is] = ACTIONS(3136), + [anon_sym_BANGis] = ACTIONS(3140), + [anon_sym_PLUS] = ACTIONS(3136), + [anon_sym_DASH] = ACTIONS(3136), + [anon_sym_SLASH] = ACTIONS(3136), + [anon_sym_PERCENT] = ACTIONS(3140), + [anon_sym_as_QMARK] = ACTIONS(3140), + [anon_sym_PLUS_PLUS] = ACTIONS(3140), + [anon_sym_DASH_DASH] = ACTIONS(3140), + [anon_sym_BANG_BANG] = ACTIONS(3140), + [anon_sym_suspend] = ACTIONS(3120), + [anon_sym_sealed] = ACTIONS(3122), + [anon_sym_annotation] = ACTIONS(3122), + [anon_sym_data] = ACTIONS(3122), + [anon_sym_inner] = ACTIONS(3122), + [anon_sym_override] = ACTIONS(3124), + [anon_sym_lateinit] = ACTIONS(3124), + [anon_sym_public] = ACTIONS(3126), + [anon_sym_private] = ACTIONS(3126), + [anon_sym_internal] = ACTIONS(3126), + [anon_sym_protected] = ACTIONS(3126), + [anon_sym_tailrec] = ACTIONS(3120), + [anon_sym_operator] = ACTIONS(3120), + [anon_sym_infix] = ACTIONS(3120), + [anon_sym_inline] = ACTIONS(3120), + [anon_sym_external] = ACTIONS(3120), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3130), + [anon_sym_final] = ACTIONS(3130), + [anon_sym_open] = ACTIONS(3130), + [anon_sym_vararg] = ACTIONS(3132), + [anon_sym_noinline] = ACTIONS(3132), + [anon_sym_crossinline] = ACTIONS(3132), + [anon_sym_expect] = ACTIONS(3134), + [anon_sym_actual] = ACTIONS(3134), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3140), + [sym_safe_nav] = ACTIONS(3140), + [sym_multiline_comment] = ACTIONS(3), + }, + [2182] = { + [sym__expression] = STATE(4312), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(377), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(3094), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(1065), + [sym_label] = ACTIONS(327), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(3096), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(3098), + [anon_sym_return] = ACTIONS(3100), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(327), + [anon_sym_DASH] = ACTIONS(327), + [anon_sym_PLUS_PLUS] = ACTIONS(329), + [anon_sym_DASH_DASH] = ACTIONS(329), + [anon_sym_BANG] = ACTIONS(329), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(283), + }, + [2183] = { + [sym__expression] = STATE(4240), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(1897), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(5507), + [sym__return_at] = STATE(331), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(2020), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(5882), + [sym_label] = ACTIONS(821), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(2022), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(2024), + [anon_sym_return] = ACTIONS(2026), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(823), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(283), + }, + [2184] = { + [sym__expression] = STATE(387), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2198), + [sym_annotation] = STATE(2198), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(264), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), + [sym__alpha_identifier] = ACTIONS(537), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(539), + [anon_sym_LBRACE] = ACTIONS(1612), + [anon_sym_LPAREN] = ACTIONS(549), + [anon_sym_object] = ACTIONS(1614), + [anon_sym_fun] = ACTIONS(1636), + [anon_sym_get] = ACTIONS(537), + [anon_sym_set] = ACTIONS(537), + [anon_sym_this] = ACTIONS(561), + [anon_sym_super] = ACTIONS(563), + [anon_sym_STAR] = ACTIONS(1259), + [sym_label] = ACTIONS(645), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(639), + [anon_sym_when] = ACTIONS(579), + [anon_sym_try] = ACTIONS(581), + [anon_sym_throw] = ACTIONS(641), + [anon_sym_return] = ACTIONS(643), + [anon_sym_continue] = ACTIONS(587), + [anon_sym_break] = ACTIONS(587), + [anon_sym_COLON_COLON] = ACTIONS(589), + [anon_sym_PLUS] = ACTIONS(645), + [anon_sym_DASH] = ACTIONS(645), + [anon_sym_PLUS_PLUS] = ACTIONS(647), + [anon_sym_DASH_DASH] = ACTIONS(647), + [anon_sym_BANG] = ACTIONS(647), + [anon_sym_data] = ACTIONS(537), + [anon_sym_inner] = ACTIONS(537), + [anon_sym_expect] = ACTIONS(537), + [anon_sym_actual] = ACTIONS(537), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(599), + [anon_sym_break_AT] = ACTIONS(601), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(605), + [sym_hex_literal] = ACTIONS(607), + [sym_bin_literal] = ACTIONS(607), + [anon_sym_true] = ACTIONS(609), + [anon_sym_false] = ACTIONS(609), + [anon_sym_SQUOTE] = ACTIONS(611), + [sym__backtick_identifier] = ACTIONS(613), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(615), + }, + [2185] = { + [sym__expression] = STATE(386), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2198), + [sym_annotation] = STATE(2198), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(264), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), + [sym__alpha_identifier] = ACTIONS(537), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(539), + [anon_sym_LBRACE] = ACTIONS(1612), + [anon_sym_LPAREN] = ACTIONS(549), + [anon_sym_object] = ACTIONS(1614), + [anon_sym_fun] = ACTIONS(1636), + [anon_sym_get] = ACTIONS(537), + [anon_sym_set] = ACTIONS(537), + [anon_sym_this] = ACTIONS(561), + [anon_sym_super] = ACTIONS(563), + [anon_sym_STAR] = ACTIONS(1259), + [sym_label] = ACTIONS(645), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(639), + [anon_sym_when] = ACTIONS(579), + [anon_sym_try] = ACTIONS(581), + [anon_sym_throw] = ACTIONS(641), + [anon_sym_return] = ACTIONS(643), + [anon_sym_continue] = ACTIONS(587), + [anon_sym_break] = ACTIONS(587), + [anon_sym_COLON_COLON] = ACTIONS(589), + [anon_sym_PLUS] = ACTIONS(645), + [anon_sym_DASH] = ACTIONS(645), + [anon_sym_PLUS_PLUS] = ACTIONS(647), + [anon_sym_DASH_DASH] = ACTIONS(647), + [anon_sym_BANG] = ACTIONS(647), + [anon_sym_data] = ACTIONS(537), + [anon_sym_inner] = ACTIONS(537), + [anon_sym_expect] = ACTIONS(537), + [anon_sym_actual] = ACTIONS(537), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(599), + [anon_sym_break_AT] = ACTIONS(601), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(605), + [sym_hex_literal] = ACTIONS(607), + [sym_bin_literal] = ACTIONS(607), + [anon_sym_true] = ACTIONS(609), + [anon_sym_false] = ACTIONS(609), + [anon_sym_SQUOTE] = ACTIONS(611), + [sym__backtick_identifier] = ACTIONS(613), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(615), + }, + [2186] = { + [sym__expression] = STATE(1336), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(2261), + [sym_annotation] = STATE(2261), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(262), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), [sym__alpha_identifier] = ACTIONS(111), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), + [anon_sym_LBRACE] = ACTIONS(1403), [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1600), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1632), [anon_sym_get] = ACTIONS(111), [anon_sym_set] = ACTIONS(111), [anon_sym_this] = ACTIONS(141), [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(1313), - [sym_label] = ACTIONS(171), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(157), + [anon_sym_STAR] = ACTIONS(1253), + [sym_label] = ACTIONS(677), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(671), [anon_sym_when] = ACTIONS(159), [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(163), - [anon_sym_return] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(673), + [anon_sym_return] = ACTIONS(675), [anon_sym_continue] = ACTIONS(167), [anon_sym_break] = ACTIONS(167), [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(171), - [anon_sym_DASH] = ACTIONS(171), - [anon_sym_PLUS_PLUS] = ACTIONS(173), - [anon_sym_DASH_DASH] = ACTIONS(173), - [anon_sym_BANG] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(677), + [anon_sym_DASH] = ACTIONS(677), + [anon_sym_PLUS_PLUS] = ACTIONS(679), + [anon_sym_DASH_DASH] = ACTIONS(679), + [anon_sym_BANG] = ACTIONS(679), [anon_sym_data] = ACTIONS(111), [anon_sym_inner] = ACTIONS(111), [anon_sym_expect] = ACTIONS(111), @@ -260268,7 +267878,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(179), [anon_sym_continue_AT] = ACTIONS(181), [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), + [sym_real_literal] = ACTIONS(1411), [sym_integer_literal] = ACTIONS(187), [sym_hex_literal] = ACTIONS(189), [sym_bin_literal] = ACTIONS(189), @@ -260279,92 +267889,92 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(197), }, - [2109] = { - [sym__expression] = STATE(1371), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(2081), - [sym_annotation] = STATE(2081), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), + [2187] = { + [sym__expression] = STATE(385), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2198), + [sym_annotation] = STATE(2198), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), [sym__return_at] = STATE(264), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), [sym__alpha_identifier] = ACTIONS(537), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LBRACE] = ACTIONS(1612), [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), + [anon_sym_object] = ACTIONS(1614), [anon_sym_fun] = ACTIONS(1636), [anon_sym_get] = ACTIONS(537), [anon_sym_set] = ACTIONS(537), [anon_sym_this] = ACTIONS(561), [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1329), - [sym_label] = ACTIONS(761), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(1259), + [sym_label] = ACTIONS(645), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(639), [anon_sym_when] = ACTIONS(579), [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(757), - [anon_sym_return] = ACTIONS(759), + [anon_sym_throw] = ACTIONS(641), + [anon_sym_return] = ACTIONS(643), [anon_sym_continue] = ACTIONS(587), [anon_sym_break] = ACTIONS(587), [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(761), - [anon_sym_DASH] = ACTIONS(761), - [anon_sym_PLUS_PLUS] = ACTIONS(763), - [anon_sym_DASH_DASH] = ACTIONS(763), - [anon_sym_BANG] = ACTIONS(763), + [anon_sym_PLUS] = ACTIONS(645), + [anon_sym_DASH] = ACTIONS(645), + [anon_sym_PLUS_PLUS] = ACTIONS(647), + [anon_sym_DASH_DASH] = ACTIONS(647), + [anon_sym_BANG] = ACTIONS(647), [anon_sym_data] = ACTIONS(537), [anon_sym_inner] = ACTIONS(537), [anon_sym_expect] = ACTIONS(537), [anon_sym_actual] = ACTIONS(537), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), + [anon_sym_return_AT] = ACTIONS(517), [anon_sym_continue_AT] = ACTIONS(599), [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), + [sym_real_literal] = ACTIONS(1620), [sym_integer_literal] = ACTIONS(605), [sym_hex_literal] = ACTIONS(607), [sym_bin_literal] = ACTIONS(607), @@ -260375,92 +267985,188 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(615), }, - [2110] = { - [sym__expression] = STATE(1391), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(2081), - [sym_annotation] = STATE(2081), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), + [2188] = { + [sym__expression] = STATE(2386), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(2143), + [sym_annotation] = STATE(2143), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(267), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1654), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(873), + [sym_label] = ACTIONS(883), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(1656), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(1658), + [anon_sym_return] = ACTIONS(1660), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(883), + [anon_sym_DASH] = ACTIONS(883), + [anon_sym_PLUS_PLUS] = ACTIONS(885), + [anon_sym_DASH_DASH] = ACTIONS(885), + [anon_sym_BANG] = ACTIONS(885), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), + }, + [2189] = { + [sym__expression] = STATE(384), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2198), + [sym_annotation] = STATE(2198), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), [sym__return_at] = STATE(264), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), [sym__alpha_identifier] = ACTIONS(537), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LBRACE] = ACTIONS(1612), [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), + [anon_sym_object] = ACTIONS(1614), [anon_sym_fun] = ACTIONS(1636), [anon_sym_get] = ACTIONS(537), [anon_sym_set] = ACTIONS(537), [anon_sym_this] = ACTIONS(561), [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1329), - [sym_label] = ACTIONS(761), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(1259), + [sym_label] = ACTIONS(645), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(639), [anon_sym_when] = ACTIONS(579), [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(757), - [anon_sym_return] = ACTIONS(759), + [anon_sym_throw] = ACTIONS(641), + [anon_sym_return] = ACTIONS(643), [anon_sym_continue] = ACTIONS(587), [anon_sym_break] = ACTIONS(587), [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(761), - [anon_sym_DASH] = ACTIONS(761), - [anon_sym_PLUS_PLUS] = ACTIONS(763), - [anon_sym_DASH_DASH] = ACTIONS(763), - [anon_sym_BANG] = ACTIONS(763), + [anon_sym_PLUS] = ACTIONS(645), + [anon_sym_DASH] = ACTIONS(645), + [anon_sym_PLUS_PLUS] = ACTIONS(647), + [anon_sym_DASH_DASH] = ACTIONS(647), + [anon_sym_BANG] = ACTIONS(647), [anon_sym_data] = ACTIONS(537), [anon_sym_inner] = ACTIONS(537), [anon_sym_expect] = ACTIONS(537), [anon_sym_actual] = ACTIONS(537), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), + [anon_sym_return_AT] = ACTIONS(517), [anon_sym_continue_AT] = ACTIONS(599), [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), + [sym_real_literal] = ACTIONS(1620), [sym_integer_literal] = ACTIONS(605), [sym_hex_literal] = ACTIONS(607), [sym_bin_literal] = ACTIONS(607), @@ -260471,92 +268177,284 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(615), }, - [2111] = { - [sym__expression] = STATE(1375), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(2081), - [sym_annotation] = STATE(2081), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), + [2190] = { + [sym__expression] = STATE(2537), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(2362), + [sym_annotation] = STATE(2362), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(269), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1670), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1021), + [sym_label] = ACTIONS(1029), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(1672), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(1674), + [anon_sym_return] = ACTIONS(1676), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(1029), + [anon_sym_DASH] = ACTIONS(1029), + [anon_sym_PLUS_PLUS] = ACTIONS(1031), + [anon_sym_DASH_DASH] = ACTIONS(1031), + [anon_sym_BANG] = ACTIONS(1031), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), + }, + [2191] = { + [sym__expression] = STATE(4389), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(377), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(3094), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(1065), + [sym_label] = ACTIONS(327), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(3096), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(3098), + [anon_sym_return] = ACTIONS(3100), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(327), + [anon_sym_DASH] = ACTIONS(327), + [anon_sym_PLUS_PLUS] = ACTIONS(329), + [anon_sym_DASH_DASH] = ACTIONS(329), + [anon_sym_BANG] = ACTIONS(329), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(283), + }, + [2192] = { + [sym__expression] = STATE(398), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2198), + [sym_annotation] = STATE(2198), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), [sym__return_at] = STATE(264), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), [sym__alpha_identifier] = ACTIONS(537), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LBRACE] = ACTIONS(1612), [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), + [anon_sym_object] = ACTIONS(1614), [anon_sym_fun] = ACTIONS(1636), [anon_sym_get] = ACTIONS(537), [anon_sym_set] = ACTIONS(537), [anon_sym_this] = ACTIONS(561), [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1329), - [sym_label] = ACTIONS(761), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(1259), + [sym_label] = ACTIONS(645), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(639), [anon_sym_when] = ACTIONS(579), [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(757), - [anon_sym_return] = ACTIONS(759), + [anon_sym_throw] = ACTIONS(641), + [anon_sym_return] = ACTIONS(643), [anon_sym_continue] = ACTIONS(587), [anon_sym_break] = ACTIONS(587), [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(761), - [anon_sym_DASH] = ACTIONS(761), - [anon_sym_PLUS_PLUS] = ACTIONS(763), - [anon_sym_DASH_DASH] = ACTIONS(763), - [anon_sym_BANG] = ACTIONS(763), + [anon_sym_PLUS] = ACTIONS(645), + [anon_sym_DASH] = ACTIONS(645), + [anon_sym_PLUS_PLUS] = ACTIONS(647), + [anon_sym_DASH_DASH] = ACTIONS(647), + [anon_sym_BANG] = ACTIONS(647), [anon_sym_data] = ACTIONS(537), [anon_sym_inner] = ACTIONS(537), [anon_sym_expect] = ACTIONS(537), [anon_sym_actual] = ACTIONS(537), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), + [anon_sym_return_AT] = ACTIONS(517), [anon_sym_continue_AT] = ACTIONS(599), [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), + [sym_real_literal] = ACTIONS(1620), [sym_integer_literal] = ACTIONS(605), [sym_hex_literal] = ACTIONS(607), [sym_bin_literal] = ACTIONS(607), @@ -260567,188 +268465,92 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(615), }, - [2112] = { - [sym__expression] = STATE(363), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2297), - [sym_annotation] = STATE(2297), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(260), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1616), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1295), - [sym_label] = ACTIONS(467), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(453), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(459), - [anon_sym_return] = ACTIONS(461), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(467), - [anon_sym_DASH] = ACTIONS(467), - [anon_sym_PLUS_PLUS] = ACTIONS(469), - [anon_sym_DASH_DASH] = ACTIONS(469), - [anon_sym_BANG] = ACTIONS(469), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), - }, - [2113] = { - [sym__expression] = STATE(1405), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(2081), - [sym_annotation] = STATE(2081), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), + [2193] = { + [sym__expression] = STATE(393), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2198), + [sym_annotation] = STATE(2198), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), [sym__return_at] = STATE(264), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), [sym__alpha_identifier] = ACTIONS(537), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LBRACE] = ACTIONS(1612), [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), + [anon_sym_object] = ACTIONS(1614), [anon_sym_fun] = ACTIONS(1636), [anon_sym_get] = ACTIONS(537), [anon_sym_set] = ACTIONS(537), [anon_sym_this] = ACTIONS(561), [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1329), - [sym_label] = ACTIONS(761), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(1259), + [sym_label] = ACTIONS(645), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(639), [anon_sym_when] = ACTIONS(579), [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(757), - [anon_sym_return] = ACTIONS(759), + [anon_sym_throw] = ACTIONS(641), + [anon_sym_return] = ACTIONS(643), [anon_sym_continue] = ACTIONS(587), [anon_sym_break] = ACTIONS(587), [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(761), - [anon_sym_DASH] = ACTIONS(761), - [anon_sym_PLUS_PLUS] = ACTIONS(763), - [anon_sym_DASH_DASH] = ACTIONS(763), - [anon_sym_BANG] = ACTIONS(763), + [anon_sym_PLUS] = ACTIONS(645), + [anon_sym_DASH] = ACTIONS(645), + [anon_sym_PLUS_PLUS] = ACTIONS(647), + [anon_sym_DASH_DASH] = ACTIONS(647), + [anon_sym_BANG] = ACTIONS(647), [anon_sym_data] = ACTIONS(537), [anon_sym_inner] = ACTIONS(537), [anon_sym_expect] = ACTIONS(537), [anon_sym_actual] = ACTIONS(537), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), + [anon_sym_return_AT] = ACTIONS(517), [anon_sym_continue_AT] = ACTIONS(599), [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), + [sym_real_literal] = ACTIONS(1620), [sym_integer_literal] = ACTIONS(605), [sym_hex_literal] = ACTIONS(607), [sym_bin_literal] = ACTIONS(607), @@ -260759,284 +268561,188 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(615), }, - [2114] = { - [sym_primary_constructor] = STATE(5058), - [sym__class_parameters] = STATE(4539), - [sym_type_parameters] = STATE(2409), - [sym_type_constraints] = STATE(4532), - [sym_enum_class_body] = STATE(4640), - [sym_modifiers] = STATE(9107), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3102), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(5850), - [anon_sym_LBRACK] = ACTIONS(3108), - [anon_sym_RBRACK] = ACTIONS(3108), - [anon_sym_as] = ACTIONS(3102), - [anon_sym_constructor] = ACTIONS(5125), - [anon_sym_LBRACE] = ACTIONS(5137), - [anon_sym_RBRACE] = ACTIONS(3108), - [anon_sym_LPAREN] = ACTIONS(5129), - [anon_sym_COMMA] = ACTIONS(3108), - [anon_sym_RPAREN] = ACTIONS(3108), - [anon_sym_LT] = ACTIONS(5131), - [anon_sym_GT] = ACTIONS(3102), - [anon_sym_where] = ACTIONS(5133), - [anon_sym_DOT] = ACTIONS(3102), - [anon_sym_SEMI] = ACTIONS(3108), - [anon_sym_get] = ACTIONS(3102), - [anon_sym_set] = ACTIONS(3102), - [anon_sym_STAR] = ACTIONS(3108), - [anon_sym_DASH_GT] = ACTIONS(3108), - [sym_label] = ACTIONS(3108), - [anon_sym_in] = ACTIONS(3102), - [anon_sym_while] = ACTIONS(3102), - [anon_sym_DOT_DOT] = ACTIONS(3108), - [anon_sym_QMARK_COLON] = ACTIONS(3108), - [anon_sym_AMP_AMP] = ACTIONS(3108), - [anon_sym_PIPE_PIPE] = ACTIONS(3108), - [anon_sym_else] = ACTIONS(3102), - [anon_sym_COLON_COLON] = ACTIONS(3108), - [anon_sym_BANG_EQ] = ACTIONS(3102), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3108), - [anon_sym_EQ_EQ] = ACTIONS(3102), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3108), - [anon_sym_LT_EQ] = ACTIONS(3108), - [anon_sym_GT_EQ] = ACTIONS(3108), - [anon_sym_BANGin] = ACTIONS(3108), - [anon_sym_is] = ACTIONS(3102), - [anon_sym_BANGis] = ACTIONS(3108), - [anon_sym_PLUS] = ACTIONS(3102), - [anon_sym_DASH] = ACTIONS(3102), - [anon_sym_SLASH] = ACTIONS(3102), - [anon_sym_PERCENT] = ACTIONS(3108), - [anon_sym_as_QMARK] = ACTIONS(3108), - [anon_sym_PLUS_PLUS] = ACTIONS(3108), - [anon_sym_DASH_DASH] = ACTIONS(3108), - [anon_sym_BANG_BANG] = ACTIONS(3108), - [anon_sym_suspend] = ACTIONS(3120), - [anon_sym_sealed] = ACTIONS(3122), - [anon_sym_annotation] = ACTIONS(3122), - [anon_sym_data] = ACTIONS(3122), - [anon_sym_inner] = ACTIONS(3122), - [anon_sym_override] = ACTIONS(3124), - [anon_sym_lateinit] = ACTIONS(3124), - [anon_sym_public] = ACTIONS(3126), - [anon_sym_private] = ACTIONS(3126), - [anon_sym_internal] = ACTIONS(3126), - [anon_sym_protected] = ACTIONS(3126), - [anon_sym_tailrec] = ACTIONS(3120), - [anon_sym_operator] = ACTIONS(3120), - [anon_sym_infix] = ACTIONS(3120), - [anon_sym_inline] = ACTIONS(3120), - [anon_sym_external] = ACTIONS(3120), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(3130), - [anon_sym_final] = ACTIONS(3130), - [anon_sym_open] = ACTIONS(3130), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3134), - [anon_sym_actual] = ACTIONS(3134), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3108), - [sym_safe_nav] = ACTIONS(3108), - [sym_multiline_comment] = ACTIONS(3), - }, - [2115] = { - [sym__expression] = STATE(1208), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(3231), - [sym_parenthesized_expression] = STATE(3231), - [sym_collection_literal] = STATE(3231), - [sym__literal_constant] = STATE(3231), - [sym_string_literal] = STATE(3231), - [sym_lambda_literal] = STATE(3231), - [sym_anonymous_function] = STATE(3231), - [sym__function_literal] = STATE(3231), - [sym_object_literal] = STATE(3231), - [sym_this_expression] = STATE(3231), - [sym_super_expression] = STATE(3231), - [sym_if_expression] = STATE(3231), - [sym_when_expression] = STATE(3231), - [sym_try_expression] = STATE(3231), - [sym_jump_expression] = STATE(3231), - [sym_callable_reference] = STATE(3231), - [sym__prefix_unary_operator] = STATE(2185), - [sym_annotation] = STATE(2185), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3311), - [sym__return_at] = STATE(323), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(3231), - [sym_long_literal] = STATE(3231), - [sym_boolean_literal] = STATE(3231), - [sym_character_literal] = STATE(3231), - [sym__lexical_identifier] = STATE(2890), - [sym__alpha_identifier] = ACTIONS(333), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(335), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_object] = ACTIONS(1922), - [anon_sym_fun] = ACTIONS(2004), - [anon_sym_get] = ACTIONS(333), - [anon_sym_set] = ACTIONS(333), - [anon_sym_this] = ACTIONS(357), - [anon_sym_super] = ACTIONS(359), - [anon_sym_STAR] = ACTIONS(1319), - [sym_label] = ACTIONS(703), - [anon_sym_null] = ACTIONS(1926), - [anon_sym_if] = ACTIONS(697), - [anon_sym_when] = ACTIONS(375), - [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(699), - [anon_sym_return] = ACTIONS(701), - [anon_sym_continue] = ACTIONS(383), - [anon_sym_break] = ACTIONS(383), - [anon_sym_COLON_COLON] = ACTIONS(385), - [anon_sym_PLUS] = ACTIONS(703), - [anon_sym_DASH] = ACTIONS(703), - [anon_sym_PLUS_PLUS] = ACTIONS(705), - [anon_sym_DASH_DASH] = ACTIONS(705), - [anon_sym_BANG] = ACTIONS(705), - [anon_sym_data] = ACTIONS(333), - [anon_sym_inner] = ACTIONS(333), - [anon_sym_expect] = ACTIONS(333), - [anon_sym_actual] = ACTIONS(333), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(395), - [anon_sym_break_AT] = ACTIONS(397), - [sym_real_literal] = ACTIONS(1928), - [sym_integer_literal] = ACTIONS(401), - [sym_hex_literal] = ACTIONS(403), - [sym_bin_literal] = ACTIONS(403), - [anon_sym_true] = ACTIONS(405), - [anon_sym_false] = ACTIONS(405), - [anon_sym_SQUOTE] = ACTIONS(407), - [sym__backtick_identifier] = ACTIONS(409), + [2194] = { + [sym__expression] = STATE(2381), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(2143), + [sym_annotation] = STATE(2143), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(267), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1654), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(873), + [sym_label] = ACTIONS(883), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(1656), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(1658), + [anon_sym_return] = ACTIONS(1660), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(883), + [anon_sym_DASH] = ACTIONS(883), + [anon_sym_PLUS_PLUS] = ACTIONS(885), + [anon_sym_DASH_DASH] = ACTIONS(885), + [anon_sym_BANG] = ACTIONS(885), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(411), + [sym__string_start] = ACTIONS(535), }, - [2116] = { - [sym__expression] = STATE(1369), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(2081), - [sym_annotation] = STATE(2081), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), + [2195] = { + [sym__expression] = STATE(394), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2198), + [sym_annotation] = STATE(2198), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), [sym__return_at] = STATE(264), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), [sym__alpha_identifier] = ACTIONS(537), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LBRACE] = ACTIONS(1612), [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), + [anon_sym_object] = ACTIONS(1614), [anon_sym_fun] = ACTIONS(1636), [anon_sym_get] = ACTIONS(537), [anon_sym_set] = ACTIONS(537), [anon_sym_this] = ACTIONS(561), [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1329), - [sym_label] = ACTIONS(761), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(1259), + [sym_label] = ACTIONS(645), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(639), [anon_sym_when] = ACTIONS(579), [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(757), - [anon_sym_return] = ACTIONS(759), + [anon_sym_throw] = ACTIONS(641), + [anon_sym_return] = ACTIONS(643), [anon_sym_continue] = ACTIONS(587), [anon_sym_break] = ACTIONS(587), [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(761), - [anon_sym_DASH] = ACTIONS(761), - [anon_sym_PLUS_PLUS] = ACTIONS(763), - [anon_sym_DASH_DASH] = ACTIONS(763), - [anon_sym_BANG] = ACTIONS(763), + [anon_sym_PLUS] = ACTIONS(645), + [anon_sym_DASH] = ACTIONS(645), + [anon_sym_PLUS_PLUS] = ACTIONS(647), + [anon_sym_DASH_DASH] = ACTIONS(647), + [anon_sym_BANG] = ACTIONS(647), [anon_sym_data] = ACTIONS(537), [anon_sym_inner] = ACTIONS(537), [anon_sym_expect] = ACTIONS(537), [anon_sym_actual] = ACTIONS(537), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), + [anon_sym_return_AT] = ACTIONS(517), [anon_sym_continue_AT] = ACTIONS(599), [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), + [sym_real_literal] = ACTIONS(1620), [sym_integer_literal] = ACTIONS(605), [sym_hex_literal] = ACTIONS(607), [sym_bin_literal] = ACTIONS(607), @@ -261047,188 +268753,92 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(615), }, - [2117] = { - [sym_property_delegate] = STATE(2490), - [sym_getter] = STATE(4966), - [sym_setter] = STATE(4966), - [sym_modifiers] = STATE(8718), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1770), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1772), - [anon_sym_as] = ACTIONS(1770), - [anon_sym_EQ] = ACTIONS(5852), - [anon_sym_LBRACE] = ACTIONS(1772), - [anon_sym_RBRACE] = ACTIONS(1772), - [anon_sym_LPAREN] = ACTIONS(1772), - [anon_sym_COMMA] = ACTIONS(1772), - [anon_sym_by] = ACTIONS(5633), - [anon_sym_LT] = ACTIONS(1770), - [anon_sym_GT] = ACTIONS(1770), - [anon_sym_where] = ACTIONS(1770), - [anon_sym_DOT] = ACTIONS(1770), - [anon_sym_SEMI] = ACTIONS(3628), - [anon_sym_get] = ACTIONS(5637), - [anon_sym_set] = ACTIONS(5639), - [anon_sym_STAR] = ACTIONS(1770), - [sym_label] = ACTIONS(1772), - [anon_sym_in] = ACTIONS(1770), - [anon_sym_DOT_DOT] = ACTIONS(1772), - [anon_sym_QMARK_COLON] = ACTIONS(1772), - [anon_sym_AMP_AMP] = ACTIONS(1772), - [anon_sym_PIPE_PIPE] = ACTIONS(1772), - [anon_sym_else] = ACTIONS(1770), - [anon_sym_COLON_COLON] = ACTIONS(1772), - [anon_sym_PLUS_EQ] = ACTIONS(1772), - [anon_sym_DASH_EQ] = ACTIONS(1772), - [anon_sym_STAR_EQ] = ACTIONS(1772), - [anon_sym_SLASH_EQ] = ACTIONS(1772), - [anon_sym_PERCENT_EQ] = ACTIONS(1772), - [anon_sym_BANG_EQ] = ACTIONS(1770), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1772), - [anon_sym_EQ_EQ] = ACTIONS(1770), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1772), - [anon_sym_LT_EQ] = ACTIONS(1772), - [anon_sym_GT_EQ] = ACTIONS(1772), - [anon_sym_BANGin] = ACTIONS(1772), - [anon_sym_is] = ACTIONS(1770), - [anon_sym_BANGis] = ACTIONS(1772), - [anon_sym_PLUS] = ACTIONS(1770), - [anon_sym_DASH] = ACTIONS(1770), - [anon_sym_SLASH] = ACTIONS(1770), - [anon_sym_PERCENT] = ACTIONS(1770), - [anon_sym_as_QMARK] = ACTIONS(1772), - [anon_sym_PLUS_PLUS] = ACTIONS(1772), - [anon_sym_DASH_DASH] = ACTIONS(1772), - [anon_sym_BANG_BANG] = ACTIONS(1772), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1772), - [sym__automatic_semicolon] = ACTIONS(1772), - [sym_safe_nav] = ACTIONS(1772), - [sym_multiline_comment] = ACTIONS(3), - }, - [2118] = { - [sym__expression] = STATE(955), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(1643), - [sym_annotation] = STATE(1643), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(270), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), + [2196] = { + [sym__expression] = STATE(392), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2198), + [sym_annotation] = STATE(2198), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(264), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), [sym__alpha_identifier] = ACTIONS(537), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LBRACE] = ACTIONS(1612), [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1678), + [anon_sym_object] = ACTIONS(1614), + [anon_sym_fun] = ACTIONS(1636), [anon_sym_get] = ACTIONS(537), [anon_sym_set] = ACTIONS(537), [anon_sym_this] = ACTIONS(561), [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1021), - [sym_label] = ACTIONS(1029), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(1680), + [anon_sym_STAR] = ACTIONS(1259), + [sym_label] = ACTIONS(645), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(639), [anon_sym_when] = ACTIONS(579), [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(1682), - [anon_sym_return] = ACTIONS(1684), + [anon_sym_throw] = ACTIONS(641), + [anon_sym_return] = ACTIONS(643), [anon_sym_continue] = ACTIONS(587), [anon_sym_break] = ACTIONS(587), [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(1029), - [anon_sym_DASH] = ACTIONS(1029), - [anon_sym_PLUS_PLUS] = ACTIONS(1031), - [anon_sym_DASH_DASH] = ACTIONS(1031), - [anon_sym_BANG] = ACTIONS(1031), + [anon_sym_PLUS] = ACTIONS(645), + [anon_sym_DASH] = ACTIONS(645), + [anon_sym_PLUS_PLUS] = ACTIONS(647), + [anon_sym_DASH_DASH] = ACTIONS(647), + [anon_sym_BANG] = ACTIONS(647), [anon_sym_data] = ACTIONS(537), [anon_sym_inner] = ACTIONS(537), [anon_sym_expect] = ACTIONS(537), [anon_sym_actual] = ACTIONS(537), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), + [anon_sym_return_AT] = ACTIONS(517), [anon_sym_continue_AT] = ACTIONS(599), [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), + [sym_real_literal] = ACTIONS(1620), [sym_integer_literal] = ACTIONS(605), [sym_hex_literal] = ACTIONS(607), [sym_bin_literal] = ACTIONS(607), @@ -261239,855 +268849,279 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(615), }, - [2119] = { - [sym_property_delegate] = STATE(2439), - [sym_getter] = STATE(3787), - [sym_setter] = STATE(3787), - [sym_modifiers] = STATE(8690), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_EQ] = ACTIONS(5659), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_COMMA] = ACTIONS(3256), - [anon_sym_by] = ACTIONS(5633), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_where] = ACTIONS(3254), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(5661), - [anon_sym_get] = ACTIONS(5653), - [anon_sym_set] = ACTIONS(5655), - [anon_sym_STAR] = ACTIONS(3254), - [sym_label] = ACTIONS(3256), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_PLUS_EQ] = ACTIONS(3256), - [anon_sym_DASH_EQ] = ACTIONS(3256), - [anon_sym_STAR_EQ] = ACTIONS(3256), - [anon_sym_SLASH_EQ] = ACTIONS(3256), - [anon_sym_PERCENT_EQ] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3254), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG_BANG] = ACTIONS(3256), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3256), - [sym__automatic_semicolon] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), - [sym_multiline_comment] = ACTIONS(3), - }, - [2120] = { - [sym__expression] = STATE(560), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(1786), - [sym_annotation] = STATE(1786), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(255), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), - [sym__alpha_identifier] = ACTIONS(111), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1600), - [anon_sym_get] = ACTIONS(111), - [anon_sym_set] = ACTIONS(111), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(1313), - [sym_label] = ACTIONS(171), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(157), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(163), - [anon_sym_return] = ACTIONS(165), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(171), - [anon_sym_DASH] = ACTIONS(171), - [anon_sym_PLUS_PLUS] = ACTIONS(173), - [anon_sym_DASH_DASH] = ACTIONS(173), - [anon_sym_BANG] = ACTIONS(173), - [anon_sym_data] = ACTIONS(111), - [anon_sym_inner] = ACTIONS(111), - [anon_sym_expect] = ACTIONS(111), - [anon_sym_actual] = ACTIONS(111), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), - }, - [2121] = { - [sym_property_delegate] = STATE(2453), - [sym_getter] = STATE(5011), - [sym_setter] = STATE(5011), - [sym_modifiers] = STATE(8718), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_EQ] = ACTIONS(5752), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_COMMA] = ACTIONS(1778), - [anon_sym_by] = ACTIONS(5633), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_where] = ACTIONS(1776), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(3636), - [anon_sym_get] = ACTIONS(5637), - [anon_sym_set] = ACTIONS(5639), - [anon_sym_STAR] = ACTIONS(1776), - [sym_label] = ACTIONS(1778), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_PLUS_EQ] = ACTIONS(1778), - [anon_sym_DASH_EQ] = ACTIONS(1778), - [anon_sym_STAR_EQ] = ACTIONS(1778), - [anon_sym_SLASH_EQ] = ACTIONS(1778), - [anon_sym_PERCENT_EQ] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1776), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG_BANG] = ACTIONS(1778), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1778), - [sym__automatic_semicolon] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), - [sym_multiline_comment] = ACTIONS(3), - }, - [2122] = { - [sym_property_delegate] = STATE(2480), - [sym_getter] = STATE(5053), - [sym_setter] = STATE(5053), - [sym_modifiers] = STATE(8718), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1764), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1766), - [anon_sym_as] = ACTIONS(1764), - [anon_sym_EQ] = ACTIONS(5709), - [anon_sym_LBRACE] = ACTIONS(1766), - [anon_sym_RBRACE] = ACTIONS(1766), - [anon_sym_LPAREN] = ACTIONS(1766), - [anon_sym_COMMA] = ACTIONS(1766), - [anon_sym_by] = ACTIONS(5633), - [anon_sym_LT] = ACTIONS(1764), - [anon_sym_GT] = ACTIONS(1764), - [anon_sym_where] = ACTIONS(1764), - [anon_sym_DOT] = ACTIONS(1764), - [anon_sym_SEMI] = ACTIONS(3640), - [anon_sym_get] = ACTIONS(5637), - [anon_sym_set] = ACTIONS(5639), - [anon_sym_STAR] = ACTIONS(1764), - [sym_label] = ACTIONS(1766), - [anon_sym_in] = ACTIONS(1764), - [anon_sym_DOT_DOT] = ACTIONS(1766), - [anon_sym_QMARK_COLON] = ACTIONS(1766), - [anon_sym_AMP_AMP] = ACTIONS(1766), - [anon_sym_PIPE_PIPE] = ACTIONS(1766), - [anon_sym_else] = ACTIONS(1764), - [anon_sym_COLON_COLON] = ACTIONS(1766), - [anon_sym_PLUS_EQ] = ACTIONS(1766), - [anon_sym_DASH_EQ] = ACTIONS(1766), - [anon_sym_STAR_EQ] = ACTIONS(1766), - [anon_sym_SLASH_EQ] = ACTIONS(1766), - [anon_sym_PERCENT_EQ] = ACTIONS(1766), - [anon_sym_BANG_EQ] = ACTIONS(1764), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), - [anon_sym_EQ_EQ] = ACTIONS(1764), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1766), - [anon_sym_LT_EQ] = ACTIONS(1766), - [anon_sym_GT_EQ] = ACTIONS(1766), - [anon_sym_BANGin] = ACTIONS(1766), - [anon_sym_is] = ACTIONS(1764), - [anon_sym_BANGis] = ACTIONS(1766), - [anon_sym_PLUS] = ACTIONS(1764), - [anon_sym_DASH] = ACTIONS(1764), - [anon_sym_SLASH] = ACTIONS(1764), - [anon_sym_PERCENT] = ACTIONS(1764), - [anon_sym_as_QMARK] = ACTIONS(1766), - [anon_sym_PLUS_PLUS] = ACTIONS(1766), - [anon_sym_DASH_DASH] = ACTIONS(1766), - [anon_sym_BANG_BANG] = ACTIONS(1766), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [2197] = { + [sym__expression] = STATE(4391), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(377), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(3094), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(1065), + [sym_label] = ACTIONS(327), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(3096), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(3098), + [anon_sym_return] = ACTIONS(3100), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(327), + [anon_sym_DASH] = ACTIONS(327), + [anon_sym_PLUS_PLUS] = ACTIONS(329), + [anon_sym_DASH_DASH] = ACTIONS(329), + [anon_sym_BANG] = ACTIONS(329), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1766), - [sym__automatic_semicolon] = ACTIONS(1766), - [sym_safe_nav] = ACTIONS(1766), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(283), }, - [2123] = { - [sym__expression] = STATE(2428), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(1697), - [sym_annotation] = STATE(1697), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(268), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), - [sym__alpha_identifier] = ACTIONS(111), + [2198] = { + [sym__expression] = STATE(397), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2198), + [sym_annotation] = STATE(2198), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(264), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), + [sym__alpha_identifier] = ACTIONS(537), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1662), - [anon_sym_get] = ACTIONS(111), - [anon_sym_set] = ACTIONS(111), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(995), - [sym_label] = ACTIONS(1003), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(1664), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(1666), - [anon_sym_return] = ACTIONS(1668), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(1003), - [anon_sym_DASH] = ACTIONS(1003), - [anon_sym_PLUS_PLUS] = ACTIONS(1005), - [anon_sym_DASH_DASH] = ACTIONS(1005), - [anon_sym_BANG] = ACTIONS(1005), - [anon_sym_data] = ACTIONS(111), - [anon_sym_inner] = ACTIONS(111), - [anon_sym_expect] = ACTIONS(111), - [anon_sym_actual] = ACTIONS(111), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), - }, - [2124] = { - [sym_property_delegate] = STATE(2476), - [sym_getter] = STATE(5040), - [sym_setter] = STATE(5040), - [sym_modifiers] = STATE(8718), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1694), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1696), - [anon_sym_as] = ACTIONS(1694), - [anon_sym_EQ] = ACTIONS(5683), - [anon_sym_LBRACE] = ACTIONS(1696), - [anon_sym_RBRACE] = ACTIONS(1696), - [anon_sym_LPAREN] = ACTIONS(1696), - [anon_sym_COMMA] = ACTIONS(1696), - [anon_sym_by] = ACTIONS(5633), - [anon_sym_LT] = ACTIONS(1694), - [anon_sym_GT] = ACTIONS(1694), - [anon_sym_where] = ACTIONS(1694), - [anon_sym_DOT] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(3642), - [anon_sym_get] = ACTIONS(5637), - [anon_sym_set] = ACTIONS(5639), - [anon_sym_STAR] = ACTIONS(1694), - [sym_label] = ACTIONS(1696), - [anon_sym_in] = ACTIONS(1694), - [anon_sym_DOT_DOT] = ACTIONS(1696), - [anon_sym_QMARK_COLON] = ACTIONS(1696), - [anon_sym_AMP_AMP] = ACTIONS(1696), - [anon_sym_PIPE_PIPE] = ACTIONS(1696), - [anon_sym_else] = ACTIONS(1694), - [anon_sym_COLON_COLON] = ACTIONS(1696), - [anon_sym_PLUS_EQ] = ACTIONS(1696), - [anon_sym_DASH_EQ] = ACTIONS(1696), - [anon_sym_STAR_EQ] = ACTIONS(1696), - [anon_sym_SLASH_EQ] = ACTIONS(1696), - [anon_sym_PERCENT_EQ] = ACTIONS(1696), - [anon_sym_BANG_EQ] = ACTIONS(1694), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), - [anon_sym_EQ_EQ] = ACTIONS(1694), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), - [anon_sym_LT_EQ] = ACTIONS(1696), - [anon_sym_GT_EQ] = ACTIONS(1696), - [anon_sym_BANGin] = ACTIONS(1696), - [anon_sym_is] = ACTIONS(1694), - [anon_sym_BANGis] = ACTIONS(1696), - [anon_sym_PLUS] = ACTIONS(1694), - [anon_sym_DASH] = ACTIONS(1694), - [anon_sym_SLASH] = ACTIONS(1694), - [anon_sym_PERCENT] = ACTIONS(1694), - [anon_sym_as_QMARK] = ACTIONS(1696), - [anon_sym_PLUS_PLUS] = ACTIONS(1696), - [anon_sym_DASH_DASH] = ACTIONS(1696), - [anon_sym_BANG_BANG] = ACTIONS(1696), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1696), - [sym__automatic_semicolon] = ACTIONS(1696), - [sym_safe_nav] = ACTIONS(1696), - [sym_multiline_comment] = ACTIONS(3), - }, - [2125] = { - [sym__expression] = STATE(374), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2297), - [sym_annotation] = STATE(2297), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(260), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), + [anon_sym_LBRACK] = ACTIONS(539), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), + [anon_sym_LPAREN] = ACTIONS(549), [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1616), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1295), - [sym_label] = ACTIONS(467), + [anon_sym_fun] = ACTIONS(1636), + [anon_sym_get] = ACTIONS(537), + [anon_sym_set] = ACTIONS(537), + [anon_sym_this] = ACTIONS(561), + [anon_sym_super] = ACTIONS(563), + [anon_sym_STAR] = ACTIONS(1259), + [sym_label] = ACTIONS(645), [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(453), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(459), - [anon_sym_return] = ACTIONS(461), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(467), - [anon_sym_DASH] = ACTIONS(467), - [anon_sym_PLUS_PLUS] = ACTIONS(469), - [anon_sym_DASH_DASH] = ACTIONS(469), - [anon_sym_BANG] = ACTIONS(469), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), - }, - [2126] = { - [sym_property_delegate] = STATE(2467), - [sym_getter] = STATE(4976), - [sym_setter] = STATE(4976), - [sym_modifiers] = STATE(8718), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_EQ] = ACTIONS(5631), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_COMMA] = ACTIONS(3256), - [anon_sym_by] = ACTIONS(5633), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_where] = ACTIONS(3254), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(5635), - [anon_sym_get] = ACTIONS(5637), - [anon_sym_set] = ACTIONS(5639), - [anon_sym_STAR] = ACTIONS(3254), - [sym_label] = ACTIONS(3256), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_PLUS_EQ] = ACTIONS(3256), - [anon_sym_DASH_EQ] = ACTIONS(3256), - [anon_sym_STAR_EQ] = ACTIONS(3256), - [anon_sym_SLASH_EQ] = ACTIONS(3256), - [anon_sym_PERCENT_EQ] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3254), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG_BANG] = ACTIONS(3256), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_if] = ACTIONS(639), + [anon_sym_when] = ACTIONS(579), + [anon_sym_try] = ACTIONS(581), + [anon_sym_throw] = ACTIONS(641), + [anon_sym_return] = ACTIONS(643), + [anon_sym_continue] = ACTIONS(587), + [anon_sym_break] = ACTIONS(587), + [anon_sym_COLON_COLON] = ACTIONS(589), + [anon_sym_PLUS] = ACTIONS(645), + [anon_sym_DASH] = ACTIONS(645), + [anon_sym_PLUS_PLUS] = ACTIONS(647), + [anon_sym_DASH_DASH] = ACTIONS(647), + [anon_sym_BANG] = ACTIONS(647), + [anon_sym_data] = ACTIONS(537), + [anon_sym_inner] = ACTIONS(537), + [anon_sym_expect] = ACTIONS(537), + [anon_sym_actual] = ACTIONS(537), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3256), - [sym__automatic_semicolon] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(599), + [anon_sym_break_AT] = ACTIONS(601), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(605), + [sym_hex_literal] = ACTIONS(607), + [sym_bin_literal] = ACTIONS(607), + [anon_sym_true] = ACTIONS(609), + [anon_sym_false] = ACTIONS(609), + [anon_sym_SQUOTE] = ACTIONS(611), + [sym__backtick_identifier] = ACTIONS(613), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(615), }, - [2127] = { - [sym__expression] = STATE(4231), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(2296), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [2199] = { + [sym__expression] = STATE(4302), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(377), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_fun] = ACTIONS(3094), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(845), - [sym_label] = ACTIONS(853), + [anon_sym_STAR] = ACTIONS(1065), + [sym_label] = ACTIONS(327), [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(2022), + [anon_sym_if] = ACTIONS(3096), [anon_sym_when] = ACTIONS(245), [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(2024), - [anon_sym_return] = ACTIONS(2026), + [anon_sym_throw] = ACTIONS(3098), + [anon_sym_return] = ACTIONS(3100), [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(855), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(327), + [anon_sym_DASH] = ACTIONS(327), + [anon_sym_PLUS_PLUS] = ACTIONS(329), + [anon_sym_DASH_DASH] = ACTIONS(329), + [anon_sym_BANG] = ACTIONS(329), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -262103,563 +269137,563 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [2128] = { - [sym__expression] = STATE(566), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(1786), - [sym_annotation] = STATE(1786), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(255), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), - [sym__alpha_identifier] = ACTIONS(111), + [2200] = { + [sym__expression] = STATE(396), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2198), + [sym_annotation] = STATE(2198), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(264), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), + [sym__alpha_identifier] = ACTIONS(537), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1600), - [anon_sym_get] = ACTIONS(111), - [anon_sym_set] = ACTIONS(111), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(1313), - [sym_label] = ACTIONS(171), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(157), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(163), - [anon_sym_return] = ACTIONS(165), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(171), - [anon_sym_DASH] = ACTIONS(171), - [anon_sym_PLUS_PLUS] = ACTIONS(173), - [anon_sym_DASH_DASH] = ACTIONS(173), - [anon_sym_BANG] = ACTIONS(173), - [anon_sym_data] = ACTIONS(111), - [anon_sym_inner] = ACTIONS(111), - [anon_sym_expect] = ACTIONS(111), - [anon_sym_actual] = ACTIONS(111), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), - }, - [2129] = { - [sym__expression] = STATE(372), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2297), - [sym_annotation] = STATE(2297), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(260), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), + [anon_sym_LBRACK] = ACTIONS(539), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), + [anon_sym_LPAREN] = ACTIONS(549), [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1616), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1295), - [sym_label] = ACTIONS(467), + [anon_sym_fun] = ACTIONS(1636), + [anon_sym_get] = ACTIONS(537), + [anon_sym_set] = ACTIONS(537), + [anon_sym_this] = ACTIONS(561), + [anon_sym_super] = ACTIONS(563), + [anon_sym_STAR] = ACTIONS(1259), + [sym_label] = ACTIONS(645), [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(453), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(459), - [anon_sym_return] = ACTIONS(461), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(467), - [anon_sym_DASH] = ACTIONS(467), - [anon_sym_PLUS_PLUS] = ACTIONS(469), - [anon_sym_DASH_DASH] = ACTIONS(469), - [anon_sym_BANG] = ACTIONS(469), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), + [anon_sym_if] = ACTIONS(639), + [anon_sym_when] = ACTIONS(579), + [anon_sym_try] = ACTIONS(581), + [anon_sym_throw] = ACTIONS(641), + [anon_sym_return] = ACTIONS(643), + [anon_sym_continue] = ACTIONS(587), + [anon_sym_break] = ACTIONS(587), + [anon_sym_COLON_COLON] = ACTIONS(589), + [anon_sym_PLUS] = ACTIONS(645), + [anon_sym_DASH] = ACTIONS(645), + [anon_sym_PLUS_PLUS] = ACTIONS(647), + [anon_sym_DASH_DASH] = ACTIONS(647), + [anon_sym_BANG] = ACTIONS(647), + [anon_sym_data] = ACTIONS(537), + [anon_sym_inner] = ACTIONS(537), + [anon_sym_expect] = ACTIONS(537), + [anon_sym_actual] = ACTIONS(537), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(599), + [anon_sym_break_AT] = ACTIONS(601), [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), + [sym_integer_literal] = ACTIONS(605), + [sym_hex_literal] = ACTIONS(607), + [sym_bin_literal] = ACTIONS(607), + [anon_sym_true] = ACTIONS(609), + [anon_sym_false] = ACTIONS(609), + [anon_sym_SQUOTE] = ACTIONS(611), + [sym__backtick_identifier] = ACTIONS(613), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), + [sym__string_start] = ACTIONS(615), }, - [2130] = { - [sym__expression] = STATE(366), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2297), - [sym_annotation] = STATE(2297), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(260), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), + [2201] = { + [sym__expression] = STATE(381), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2198), + [sym_annotation] = STATE(2198), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(264), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), + [sym__alpha_identifier] = ACTIONS(537), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(539), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), + [anon_sym_LPAREN] = ACTIONS(549), [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1616), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1295), - [sym_label] = ACTIONS(467), + [anon_sym_fun] = ACTIONS(1636), + [anon_sym_get] = ACTIONS(537), + [anon_sym_set] = ACTIONS(537), + [anon_sym_this] = ACTIONS(561), + [anon_sym_super] = ACTIONS(563), + [anon_sym_STAR] = ACTIONS(1259), + [sym_label] = ACTIONS(645), [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(453), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(459), - [anon_sym_return] = ACTIONS(461), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(467), - [anon_sym_DASH] = ACTIONS(467), - [anon_sym_PLUS_PLUS] = ACTIONS(469), - [anon_sym_DASH_DASH] = ACTIONS(469), - [anon_sym_BANG] = ACTIONS(469), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), + [anon_sym_if] = ACTIONS(639), + [anon_sym_when] = ACTIONS(579), + [anon_sym_try] = ACTIONS(581), + [anon_sym_throw] = ACTIONS(641), + [anon_sym_return] = ACTIONS(643), + [anon_sym_continue] = ACTIONS(587), + [anon_sym_break] = ACTIONS(587), + [anon_sym_COLON_COLON] = ACTIONS(589), + [anon_sym_PLUS] = ACTIONS(645), + [anon_sym_DASH] = ACTIONS(645), + [anon_sym_PLUS_PLUS] = ACTIONS(647), + [anon_sym_DASH_DASH] = ACTIONS(647), + [anon_sym_BANG] = ACTIONS(647), + [anon_sym_data] = ACTIONS(537), + [anon_sym_inner] = ACTIONS(537), + [anon_sym_expect] = ACTIONS(537), + [anon_sym_actual] = ACTIONS(537), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(599), + [anon_sym_break_AT] = ACTIONS(601), [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), + [sym_integer_literal] = ACTIONS(605), + [sym_hex_literal] = ACTIONS(607), + [sym_bin_literal] = ACTIONS(607), + [anon_sym_true] = ACTIONS(609), + [anon_sym_false] = ACTIONS(609), + [anon_sym_SQUOTE] = ACTIONS(611), + [sym__backtick_identifier] = ACTIONS(613), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), + [sym__string_start] = ACTIONS(615), }, - [2131] = { - [sym_indexing_suffix] = STATE(3339), - [sym_navigation_suffix] = STATE(3435), - [sym_call_suffix] = STATE(3432), - [sym_annotated_lambda] = STATE(3429), - [sym_type_arguments] = STATE(7512), - [sym_value_arguments] = STATE(2735), - [sym_lambda_literal] = STATE(3427), - [sym__equality_operator] = STATE(2092), - [sym__comparison_operator] = STATE(2093), - [sym__in_operator] = STATE(2094), - [sym__is_operator] = STATE(6217), - [sym__additive_operator] = STATE(2095), - [sym__multiplicative_operator] = STATE(2096), - [sym__as_operator] = STATE(6214), - [sym__postfix_unary_operator] = STATE(3426), - [sym__member_access_operator] = STATE(7360), - [sym_annotation] = STATE(7846), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2098), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7846), + [2202] = { + [sym_indexing_suffix] = STATE(3424), + [sym_navigation_suffix] = STATE(3423), + [sym_call_suffix] = STATE(3420), + [sym_annotated_lambda] = STATE(3419), + [sym_type_arguments] = STATE(7492), + [sym_value_arguments] = STATE(2731), + [sym_lambda_literal] = STATE(3415), + [sym__equality_operator] = STATE(2108), + [sym__comparison_operator] = STATE(2109), + [sym__in_operator] = STATE(2110), + [sym__is_operator] = STATE(6160), + [sym__additive_operator] = STATE(2111), + [sym__multiplicative_operator] = STATE(2112), + [sym__as_operator] = STATE(6161), + [sym__postfix_unary_operator] = STATE(3414), + [sym__member_access_operator] = STATE(7370), + [sym_annotation] = STATE(7887), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2114), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7887), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(4523), - [anon_sym_as] = ACTIONS(4525), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_RBRACE] = ACTIONS(3055), - [anon_sym_LPAREN] = ACTIONS(4527), + [anon_sym_LBRACK] = ACTIONS(4543), + [anon_sym_as] = ACTIONS(4545), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_RBRACE] = ACTIONS(3005), + [anon_sym_LPAREN] = ACTIONS(4547), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(5784), - [anon_sym_object] = ACTIONS(3053), - [anon_sym_fun] = ACTIONS(3053), - [anon_sym_DOT] = ACTIONS(4531), - [anon_sym_SEMI] = ACTIONS(3055), + [anon_sym_GT] = ACTIONS(5834), + [anon_sym_object] = ACTIONS(3003), + [anon_sym_fun] = ACTIONS(3003), + [anon_sym_DOT] = ACTIONS(4551), + [anon_sym_SEMI] = ACTIONS(3005), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(3053), - [anon_sym_super] = ACTIONS(3053), - [anon_sym_STAR] = ACTIONS(5786), - [sym_label] = ACTIONS(4535), - [anon_sym_in] = ACTIONS(5788), - [anon_sym_DOT_DOT] = ACTIONS(5790), - [anon_sym_QMARK_COLON] = ACTIONS(5792), - [anon_sym_AMP_AMP] = ACTIONS(5794), - [anon_sym_PIPE_PIPE] = ACTIONS(5796), - [anon_sym_null] = ACTIONS(3053), - [anon_sym_if] = ACTIONS(3053), - [anon_sym_else] = ACTIONS(3053), - [anon_sym_when] = ACTIONS(3053), - [anon_sym_try] = ACTIONS(3053), - [anon_sym_throw] = ACTIONS(3053), - [anon_sym_return] = ACTIONS(3053), - [anon_sym_continue] = ACTIONS(3053), - [anon_sym_break] = ACTIONS(3053), - [anon_sym_COLON_COLON] = ACTIONS(4547), - [anon_sym_BANG_EQ] = ACTIONS(5798), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5800), - [anon_sym_EQ_EQ] = ACTIONS(5798), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5800), - [anon_sym_LT_EQ] = ACTIONS(5802), - [anon_sym_GT_EQ] = ACTIONS(5802), - [anon_sym_BANGin] = ACTIONS(5804), - [anon_sym_is] = ACTIONS(4557), - [anon_sym_BANGis] = ACTIONS(4559), - [anon_sym_PLUS] = ACTIONS(5806), - [anon_sym_DASH] = ACTIONS(5806), - [anon_sym_SLASH] = ACTIONS(5808), - [anon_sym_PERCENT] = ACTIONS(5786), - [anon_sym_as_QMARK] = ACTIONS(4563), - [anon_sym_PLUS_PLUS] = ACTIONS(4565), - [anon_sym_DASH_DASH] = ACTIONS(4565), - [anon_sym_BANG] = ACTIONS(3053), - [anon_sym_BANG_BANG] = ACTIONS(4565), + [anon_sym_this] = ACTIONS(3003), + [anon_sym_super] = ACTIONS(3003), + [anon_sym_STAR] = ACTIONS(5836), + [sym_label] = ACTIONS(4555), + [anon_sym_in] = ACTIONS(5838), + [anon_sym_DOT_DOT] = ACTIONS(5840), + [anon_sym_QMARK_COLON] = ACTIONS(5842), + [anon_sym_AMP_AMP] = ACTIONS(5844), + [anon_sym_PIPE_PIPE] = ACTIONS(5846), + [anon_sym_null] = ACTIONS(3003), + [anon_sym_if] = ACTIONS(3003), + [anon_sym_else] = ACTIONS(3003), + [anon_sym_when] = ACTIONS(3003), + [anon_sym_try] = ACTIONS(3003), + [anon_sym_throw] = ACTIONS(3003), + [anon_sym_return] = ACTIONS(3003), + [anon_sym_continue] = ACTIONS(3003), + [anon_sym_break] = ACTIONS(3003), + [anon_sym_COLON_COLON] = ACTIONS(4567), + [anon_sym_BANG_EQ] = ACTIONS(5848), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5850), + [anon_sym_EQ_EQ] = ACTIONS(5848), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5850), + [anon_sym_LT_EQ] = ACTIONS(5852), + [anon_sym_GT_EQ] = ACTIONS(5852), + [anon_sym_BANGin] = ACTIONS(5854), + [anon_sym_is] = ACTIONS(4577), + [anon_sym_BANGis] = ACTIONS(4579), + [anon_sym_PLUS] = ACTIONS(5856), + [anon_sym_DASH] = ACTIONS(5856), + [anon_sym_SLASH] = ACTIONS(5858), + [anon_sym_PERCENT] = ACTIONS(5836), + [anon_sym_as_QMARK] = ACTIONS(4583), + [anon_sym_PLUS_PLUS] = ACTIONS(4585), + [anon_sym_DASH_DASH] = ACTIONS(4585), + [anon_sym_BANG] = ACTIONS(3003), + [anon_sym_BANG_BANG] = ACTIONS(4585), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3055), - [anon_sym_continue_AT] = ACTIONS(3055), - [anon_sym_break_AT] = ACTIONS(3055), - [sym_real_literal] = ACTIONS(3055), - [sym_integer_literal] = ACTIONS(3053), - [sym_hex_literal] = ACTIONS(3055), - [sym_bin_literal] = ACTIONS(3055), - [anon_sym_true] = ACTIONS(3053), - [anon_sym_false] = ACTIONS(3053), - [anon_sym_SQUOTE] = ACTIONS(3055), + [anon_sym_return_AT] = ACTIONS(3005), + [anon_sym_continue_AT] = ACTIONS(3005), + [anon_sym_break_AT] = ACTIONS(3005), + [sym_real_literal] = ACTIONS(3005), + [sym_integer_literal] = ACTIONS(3003), + [sym_hex_literal] = ACTIONS(3005), + [sym_bin_literal] = ACTIONS(3005), + [anon_sym_true] = ACTIONS(3003), + [anon_sym_false] = ACTIONS(3003), + [anon_sym_SQUOTE] = ACTIONS(3005), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3055), - [sym_safe_nav] = ACTIONS(4547), + [sym__automatic_semicolon] = ACTIONS(3005), + [sym_safe_nav] = ACTIONS(4567), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3055), + [sym__string_start] = ACTIONS(3005), }, - [2132] = { - [sym__expression] = STATE(1444), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(2135), - [sym_annotation] = STATE(2135), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(265), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), - [sym__alpha_identifier] = ACTIONS(111), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1638), - [anon_sym_get] = ACTIONS(111), - [anon_sym_set] = ACTIONS(111), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), + [2203] = { + [sym__expression] = STATE(4221), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(1897), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(331), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(2020), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), [anon_sym_STAR] = ACTIONS(813), - [sym_label] = ACTIONS(823), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(1640), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(1642), - [anon_sym_return] = ACTIONS(1644), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(823), - [anon_sym_DASH] = ACTIONS(823), - [anon_sym_PLUS_PLUS] = ACTIONS(825), - [anon_sym_DASH_DASH] = ACTIONS(825), - [anon_sym_BANG] = ACTIONS(825), - [anon_sym_data] = ACTIONS(111), - [anon_sym_inner] = ACTIONS(111), - [anon_sym_expect] = ACTIONS(111), - [anon_sym_actual] = ACTIONS(111), + [sym_label] = ACTIONS(821), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(2022), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(2024), + [anon_sym_return] = ACTIONS(2026), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(823), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), + [sym__string_start] = ACTIONS(283), }, - [2133] = { - [sym__expression] = STATE(1452), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(2135), - [sym_annotation] = STATE(2135), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(265), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), + [2204] = { + [sym__expression] = STATE(2380), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(2143), + [sym_annotation] = STATE(2143), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(267), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1654), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(873), + [sym_label] = ACTIONS(883), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(1656), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(1658), + [anon_sym_return] = ACTIONS(1660), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(883), + [anon_sym_DASH] = ACTIONS(883), + [anon_sym_PLUS_PLUS] = ACTIONS(885), + [anon_sym_DASH_DASH] = ACTIONS(885), + [anon_sym_BANG] = ACTIONS(885), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), + }, + [2205] = { + [sym__expression] = STATE(859), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(1711), + [sym_annotation] = STATE(1711), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(268), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), [sym__alpha_identifier] = ACTIONS(111), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), + [anon_sym_LBRACE] = ACTIONS(1403), [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1638), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1662), [anon_sym_get] = ACTIONS(111), [anon_sym_set] = ACTIONS(111), [anon_sym_this] = ACTIONS(141), [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(813), - [sym_label] = ACTIONS(823), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(1640), + [anon_sym_STAR] = ACTIONS(1085), + [sym_label] = ACTIONS(1093), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(1664), [anon_sym_when] = ACTIONS(159), [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(1642), - [anon_sym_return] = ACTIONS(1644), + [anon_sym_throw] = ACTIONS(1666), + [anon_sym_return] = ACTIONS(1668), [anon_sym_continue] = ACTIONS(167), [anon_sym_break] = ACTIONS(167), [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(823), - [anon_sym_DASH] = ACTIONS(823), - [anon_sym_PLUS_PLUS] = ACTIONS(825), - [anon_sym_DASH_DASH] = ACTIONS(825), - [anon_sym_BANG] = ACTIONS(825), + [anon_sym_PLUS] = ACTIONS(1093), + [anon_sym_DASH] = ACTIONS(1093), + [anon_sym_PLUS_PLUS] = ACTIONS(1095), + [anon_sym_DASH_DASH] = ACTIONS(1095), + [anon_sym_BANG] = ACTIONS(1095), [anon_sym_data] = ACTIONS(111), [anon_sym_inner] = ACTIONS(111), [anon_sym_expect] = ACTIONS(111), @@ -262668,7 +269702,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(179), [anon_sym_continue_AT] = ACTIONS(181), [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), + [sym_real_literal] = ACTIONS(1411), [sym_integer_literal] = ACTIONS(187), [sym_hex_literal] = ACTIONS(189), [sym_bin_literal] = ACTIONS(189), @@ -262679,275 +269713,179 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(197), }, - [2134] = { - [sym__expression] = STATE(365), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2297), - [sym_annotation] = STATE(2297), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(260), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1616), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1295), - [sym_label] = ACTIONS(467), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(453), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(459), - [anon_sym_return] = ACTIONS(461), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(467), - [anon_sym_DASH] = ACTIONS(467), - [anon_sym_PLUS_PLUS] = ACTIONS(469), - [anon_sym_DASH_DASH] = ACTIONS(469), - [anon_sym_BANG] = ACTIONS(469), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), - }, - [2135] = { - [sym__expression] = STATE(1502), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(2135), - [sym_annotation] = STATE(2135), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(265), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), - [sym__alpha_identifier] = ACTIONS(111), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1638), - [anon_sym_get] = ACTIONS(111), - [anon_sym_set] = ACTIONS(111), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(813), - [sym_label] = ACTIONS(823), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(1640), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(1642), - [anon_sym_return] = ACTIONS(1644), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(823), - [anon_sym_DASH] = ACTIONS(823), - [anon_sym_PLUS_PLUS] = ACTIONS(825), - [anon_sym_DASH_DASH] = ACTIONS(825), - [anon_sym_BANG] = ACTIONS(825), - [anon_sym_data] = ACTIONS(111), - [anon_sym_inner] = ACTIONS(111), - [anon_sym_expect] = ACTIONS(111), - [anon_sym_actual] = ACTIONS(111), + [2206] = { + [sym__expression] = STATE(4413), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(377), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(3094), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(1065), + [sym_label] = ACTIONS(327), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(3096), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(3098), + [anon_sym_return] = ACTIONS(3100), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(327), + [anon_sym_DASH] = ACTIONS(327), + [anon_sym_PLUS_PLUS] = ACTIONS(329), + [anon_sym_DASH_DASH] = ACTIONS(329), + [anon_sym_BANG] = ACTIONS(329), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), + [sym__string_start] = ACTIONS(283), }, - [2136] = { - [sym__expression] = STATE(1203), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(3231), - [sym_parenthesized_expression] = STATE(3231), - [sym_collection_literal] = STATE(3231), - [sym__literal_constant] = STATE(3231), - [sym_string_literal] = STATE(3231), - [sym_lambda_literal] = STATE(3231), - [sym_anonymous_function] = STATE(3231), - [sym__function_literal] = STATE(3231), - [sym_object_literal] = STATE(3231), - [sym_this_expression] = STATE(3231), - [sym_super_expression] = STATE(3231), - [sym_if_expression] = STATE(3231), - [sym_when_expression] = STATE(3231), - [sym_try_expression] = STATE(3231), - [sym_jump_expression] = STATE(3231), - [sym_callable_reference] = STATE(3231), - [sym__prefix_unary_operator] = STATE(2185), - [sym_annotation] = STATE(2185), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3311), - [sym__return_at] = STATE(323), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(3231), - [sym_long_literal] = STATE(3231), - [sym_boolean_literal] = STATE(3231), - [sym_character_literal] = STATE(3231), - [sym__lexical_identifier] = STATE(2890), + [2207] = { + [sym__expression] = STATE(1526), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(3399), + [sym_parenthesized_expression] = STATE(3399), + [sym_collection_literal] = STATE(3399), + [sym__literal_constant] = STATE(3399), + [sym_string_literal] = STATE(3399), + [sym_lambda_literal] = STATE(3399), + [sym_anonymous_function] = STATE(3399), + [sym__function_literal] = STATE(3399), + [sym_object_literal] = STATE(3399), + [sym_this_expression] = STATE(3399), + [sym_super_expression] = STATE(3399), + [sym_if_expression] = STATE(3399), + [sym_when_expression] = STATE(3399), + [sym_try_expression] = STATE(3399), + [sym_jump_expression] = STATE(3399), + [sym_callable_reference] = STATE(3399), + [sym__prefix_unary_operator] = STATE(1868), + [sym_annotation] = STATE(1868), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3347), + [sym__return_at] = STATE(356), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(3399), + [sym_long_literal] = STATE(3399), + [sym_boolean_literal] = STATE(3399), + [sym_character_literal] = STATE(3399), + [sym__lexical_identifier] = STATE(2837), [sym__alpha_identifier] = ACTIONS(333), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(335), - [anon_sym_LBRACE] = ACTIONS(1920), + [anon_sym_LBRACE] = ACTIONS(1918), [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_object] = ACTIONS(1922), - [anon_sym_fun] = ACTIONS(2004), + [anon_sym_object] = ACTIONS(1920), + [anon_sym_fun] = ACTIONS(2984), [anon_sym_get] = ACTIONS(333), [anon_sym_set] = ACTIONS(333), [anon_sym_this] = ACTIONS(357), [anon_sym_super] = ACTIONS(359), - [anon_sym_STAR] = ACTIONS(1319), - [sym_label] = ACTIONS(703), - [anon_sym_null] = ACTIONS(1926), - [anon_sym_if] = ACTIONS(697), + [anon_sym_STAR] = ACTIONS(965), + [sym_label] = ACTIONS(975), + [anon_sym_null] = ACTIONS(1924), + [anon_sym_if] = ACTIONS(2986), [anon_sym_when] = ACTIONS(375), [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(699), - [anon_sym_return] = ACTIONS(701), + [anon_sym_throw] = ACTIONS(2988), + [anon_sym_return] = ACTIONS(2990), [anon_sym_continue] = ACTIONS(383), [anon_sym_break] = ACTIONS(383), [anon_sym_COLON_COLON] = ACTIONS(385), - [anon_sym_PLUS] = ACTIONS(703), - [anon_sym_DASH] = ACTIONS(703), - [anon_sym_PLUS_PLUS] = ACTIONS(705), - [anon_sym_DASH_DASH] = ACTIONS(705), - [anon_sym_BANG] = ACTIONS(705), + [anon_sym_PLUS] = ACTIONS(975), + [anon_sym_DASH] = ACTIONS(975), + [anon_sym_PLUS_PLUS] = ACTIONS(977), + [anon_sym_DASH_DASH] = ACTIONS(977), + [anon_sym_BANG] = ACTIONS(977), [anon_sym_data] = ACTIONS(333), [anon_sym_inner] = ACTIONS(333), [anon_sym_expect] = ACTIONS(333), @@ -262956,7 +269894,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(395), [anon_sym_break_AT] = ACTIONS(397), - [sym_real_literal] = ACTIONS(1928), + [sym_real_literal] = ACTIONS(1926), [sym_integer_literal] = ACTIONS(401), [sym_hex_literal] = ACTIONS(403), [sym_bin_literal] = ACTIONS(403), @@ -262967,68 +269905,452 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(411), }, - [2137] = { - [sym__expression] = STATE(4403), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [2208] = { + [sym__expression] = STATE(4256), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(1897), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(331), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(2020), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(813), + [sym_label] = ACTIONS(821), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(2022), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(2024), + [anon_sym_return] = ACTIONS(2026), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(823), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(283), + }, + [2209] = { + [sym__expression] = STATE(1030), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(2362), + [sym_annotation] = STATE(2362), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(269), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1670), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1021), + [sym_label] = ACTIONS(1029), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(1672), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(1674), + [anon_sym_return] = ACTIONS(1676), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(1029), + [anon_sym_DASH] = ACTIONS(1029), + [anon_sym_PLUS_PLUS] = ACTIONS(1031), + [anon_sym_DASH_DASH] = ACTIONS(1031), + [anon_sym_BANG] = ACTIONS(1031), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), + }, + [2210] = { + [sym__expression] = STATE(4254), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(1897), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(331), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(2020), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(5884), + [sym_label] = ACTIONS(821), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(2022), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(2024), + [anon_sym_return] = ACTIONS(2026), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(823), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(283), + }, + [2211] = { + [sym__expression] = STATE(2379), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(2143), + [sym_annotation] = STATE(2143), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(267), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1654), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(873), + [sym_label] = ACTIONS(883), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(1656), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(1658), + [anon_sym_return] = ACTIONS(1660), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(883), + [anon_sym_DASH] = ACTIONS(883), + [anon_sym_PLUS_PLUS] = ACTIONS(885), + [anon_sym_DASH_DASH] = ACTIONS(885), + [anon_sym_BANG] = ACTIONS(885), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), + }, + [2212] = { + [sym__expression] = STATE(4373), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), + [anon_sym_STAR] = ACTIONS(1065), [sym_label] = ACTIONS(327), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(3096), @@ -263044,10 +270366,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(329), [anon_sym_DASH_DASH] = ACTIONS(329), [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -263063,179 +270385,179 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [2138] = { - [sym__expression] = STATE(1438), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(2135), - [sym_annotation] = STATE(2135), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(265), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), - [sym__alpha_identifier] = ACTIONS(111), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1638), - [anon_sym_get] = ACTIONS(111), - [anon_sym_set] = ACTIONS(111), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(813), - [sym_label] = ACTIONS(823), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(1640), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(1642), - [anon_sym_return] = ACTIONS(1644), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(823), - [anon_sym_DASH] = ACTIONS(823), - [anon_sym_PLUS_PLUS] = ACTIONS(825), - [anon_sym_DASH_DASH] = ACTIONS(825), - [anon_sym_BANG] = ACTIONS(825), - [anon_sym_data] = ACTIONS(111), - [anon_sym_inner] = ACTIONS(111), - [anon_sym_expect] = ACTIONS(111), - [anon_sym_actual] = ACTIONS(111), + [2213] = { + [sym__expression] = STATE(4173), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(377), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(3094), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(1065), + [sym_label] = ACTIONS(327), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(3096), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(3098), + [anon_sym_return] = ACTIONS(3100), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(327), + [anon_sym_DASH] = ACTIONS(327), + [anon_sym_PLUS_PLUS] = ACTIONS(329), + [anon_sym_DASH_DASH] = ACTIONS(329), + [anon_sym_BANG] = ACTIONS(329), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), + [sym__string_start] = ACTIONS(283), }, - [2139] = { - [sym__expression] = STATE(1477), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(2135), - [sym_annotation] = STATE(2135), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(265), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), + [2214] = { + [sym__expression] = STATE(1289), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(2261), + [sym_annotation] = STATE(2261), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(262), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), [sym__alpha_identifier] = ACTIONS(111), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), + [anon_sym_LBRACE] = ACTIONS(1403), [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1638), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1632), [anon_sym_get] = ACTIONS(111), [anon_sym_set] = ACTIONS(111), [anon_sym_this] = ACTIONS(141), [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(813), - [sym_label] = ACTIONS(823), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(1640), + [anon_sym_STAR] = ACTIONS(1253), + [sym_label] = ACTIONS(677), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(671), [anon_sym_when] = ACTIONS(159), [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(1642), - [anon_sym_return] = ACTIONS(1644), + [anon_sym_throw] = ACTIONS(673), + [anon_sym_return] = ACTIONS(675), [anon_sym_continue] = ACTIONS(167), [anon_sym_break] = ACTIONS(167), [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(823), - [anon_sym_DASH] = ACTIONS(823), - [anon_sym_PLUS_PLUS] = ACTIONS(825), - [anon_sym_DASH_DASH] = ACTIONS(825), - [anon_sym_BANG] = ACTIONS(825), + [anon_sym_PLUS] = ACTIONS(677), + [anon_sym_DASH] = ACTIONS(677), + [anon_sym_PLUS_PLUS] = ACTIONS(679), + [anon_sym_DASH_DASH] = ACTIONS(679), + [anon_sym_BANG] = ACTIONS(679), [anon_sym_data] = ACTIONS(111), [anon_sym_inner] = ACTIONS(111), [anon_sym_expect] = ACTIONS(111), @@ -263244,7 +270566,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(179), [anon_sym_continue_AT] = ACTIONS(181), [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), + [sym_real_literal] = ACTIONS(1411), [sym_integer_literal] = ACTIONS(187), [sym_hex_literal] = ACTIONS(189), [sym_bin_literal] = ACTIONS(189), @@ -263255,275 +270577,275 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(197), }, - [2140] = { - [sym__expression] = STATE(1328), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(2195), - [sym_annotation] = STATE(2195), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(262), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), - [sym__alpha_identifier] = ACTIONS(111), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1632), - [anon_sym_get] = ACTIONS(111), - [anon_sym_set] = ACTIONS(111), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(1251), - [sym_label] = ACTIONS(671), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(665), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(667), - [anon_sym_return] = ACTIONS(669), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(671), - [anon_sym_DASH] = ACTIONS(671), - [anon_sym_PLUS_PLUS] = ACTIONS(673), - [anon_sym_DASH_DASH] = ACTIONS(673), - [anon_sym_BANG] = ACTIONS(673), - [anon_sym_data] = ACTIONS(111), - [anon_sym_inner] = ACTIONS(111), - [anon_sym_expect] = ACTIONS(111), - [anon_sym_actual] = ACTIONS(111), + [2215] = { + [sym__expression] = STATE(4407), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(377), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(3094), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(1065), + [sym_label] = ACTIONS(327), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(3096), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(3098), + [anon_sym_return] = ACTIONS(3100), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(327), + [anon_sym_DASH] = ACTIONS(327), + [anon_sym_PLUS_PLUS] = ACTIONS(329), + [anon_sym_DASH_DASH] = ACTIONS(329), + [anon_sym_BANG] = ACTIONS(329), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), + [sym__string_start] = ACTIONS(283), }, - [2141] = { - [sym__expression] = STATE(1501), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(2135), - [sym_annotation] = STATE(2135), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(265), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), - [sym__alpha_identifier] = ACTIONS(111), + [2216] = { + [sym__expression] = STATE(2202), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(3399), + [sym_parenthesized_expression] = STATE(3399), + [sym_collection_literal] = STATE(3399), + [sym__literal_constant] = STATE(3399), + [sym_string_literal] = STATE(3399), + [sym_lambda_literal] = STATE(3399), + [sym_anonymous_function] = STATE(3399), + [sym__function_literal] = STATE(3399), + [sym_object_literal] = STATE(3399), + [sym_this_expression] = STATE(3399), + [sym_super_expression] = STATE(3399), + [sym_if_expression] = STATE(3399), + [sym_when_expression] = STATE(3399), + [sym_try_expression] = STATE(3399), + [sym_jump_expression] = STATE(3399), + [sym_callable_reference] = STATE(3399), + [sym__prefix_unary_operator] = STATE(2070), + [sym_annotation] = STATE(2070), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3347), + [sym__return_at] = STATE(401), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(3399), + [sym_long_literal] = STATE(3399), + [sym_boolean_literal] = STATE(3399), + [sym_character_literal] = STATE(3399), + [sym__lexical_identifier] = STATE(2837), + [sym__alpha_identifier] = ACTIONS(333), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1638), - [anon_sym_get] = ACTIONS(111), - [anon_sym_set] = ACTIONS(111), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(813), - [sym_label] = ACTIONS(823), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(1640), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(1642), - [anon_sym_return] = ACTIONS(1644), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(823), - [anon_sym_DASH] = ACTIONS(823), - [anon_sym_PLUS_PLUS] = ACTIONS(825), - [anon_sym_DASH_DASH] = ACTIONS(825), - [anon_sym_BANG] = ACTIONS(825), - [anon_sym_data] = ACTIONS(111), - [anon_sym_inner] = ACTIONS(111), - [anon_sym_expect] = ACTIONS(111), - [anon_sym_actual] = ACTIONS(111), + [anon_sym_LBRACK] = ACTIONS(335), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_LPAREN] = ACTIONS(345), + [anon_sym_object] = ACTIONS(1920), + [anon_sym_fun] = ACTIONS(3170), + [anon_sym_get] = ACTIONS(333), + [anon_sym_set] = ACTIONS(333), + [anon_sym_this] = ACTIONS(357), + [anon_sym_super] = ACTIONS(359), + [anon_sym_STAR] = ACTIONS(1111), + [sym_label] = ACTIONS(1119), + [anon_sym_null] = ACTIONS(1924), + [anon_sym_if] = ACTIONS(3172), + [anon_sym_when] = ACTIONS(375), + [anon_sym_try] = ACTIONS(377), + [anon_sym_throw] = ACTIONS(3174), + [anon_sym_return] = ACTIONS(3176), + [anon_sym_continue] = ACTIONS(383), + [anon_sym_break] = ACTIONS(383), + [anon_sym_COLON_COLON] = ACTIONS(385), + [anon_sym_PLUS] = ACTIONS(1119), + [anon_sym_DASH] = ACTIONS(1119), + [anon_sym_PLUS_PLUS] = ACTIONS(1121), + [anon_sym_DASH_DASH] = ACTIONS(1121), + [anon_sym_BANG] = ACTIONS(1121), + [anon_sym_data] = ACTIONS(333), + [anon_sym_inner] = ACTIONS(333), + [anon_sym_expect] = ACTIONS(333), + [anon_sym_actual] = ACTIONS(333), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(395), + [anon_sym_break_AT] = ACTIONS(397), + [sym_real_literal] = ACTIONS(1926), + [sym_integer_literal] = ACTIONS(401), + [sym_hex_literal] = ACTIONS(403), + [sym_bin_literal] = ACTIONS(403), + [anon_sym_true] = ACTIONS(405), + [anon_sym_false] = ACTIONS(405), + [anon_sym_SQUOTE] = ACTIONS(407), + [sym__backtick_identifier] = ACTIONS(409), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), + [sym__string_start] = ACTIONS(411), }, - [2142] = { - [sym__expression] = STATE(1505), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(2135), - [sym_annotation] = STATE(2135), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(265), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), + [2217] = { + [sym__expression] = STATE(866), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(1711), + [sym_annotation] = STATE(1711), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(268), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), [sym__alpha_identifier] = ACTIONS(111), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), + [anon_sym_LBRACE] = ACTIONS(1403), [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1638), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1662), [anon_sym_get] = ACTIONS(111), [anon_sym_set] = ACTIONS(111), [anon_sym_this] = ACTIONS(141), [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(813), - [sym_label] = ACTIONS(823), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(1640), + [anon_sym_STAR] = ACTIONS(1085), + [sym_label] = ACTIONS(1093), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(1664), [anon_sym_when] = ACTIONS(159), [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(1642), - [anon_sym_return] = ACTIONS(1644), + [anon_sym_throw] = ACTIONS(1666), + [anon_sym_return] = ACTIONS(1668), [anon_sym_continue] = ACTIONS(167), [anon_sym_break] = ACTIONS(167), [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(823), - [anon_sym_DASH] = ACTIONS(823), - [anon_sym_PLUS_PLUS] = ACTIONS(825), - [anon_sym_DASH_DASH] = ACTIONS(825), - [anon_sym_BANG] = ACTIONS(825), + [anon_sym_PLUS] = ACTIONS(1093), + [anon_sym_DASH] = ACTIONS(1093), + [anon_sym_PLUS_PLUS] = ACTIONS(1095), + [anon_sym_DASH_DASH] = ACTIONS(1095), + [anon_sym_BANG] = ACTIONS(1095), [anon_sym_data] = ACTIONS(111), [anon_sym_inner] = ACTIONS(111), [anon_sym_expect] = ACTIONS(111), @@ -263532,7 +270854,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(179), [anon_sym_continue_AT] = ACTIONS(181), [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), + [sym_real_literal] = ACTIONS(1411), [sym_integer_literal] = ACTIONS(187), [sym_hex_literal] = ACTIONS(189), [sym_bin_literal] = ACTIONS(189), @@ -263543,83 +270865,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(197), }, - [2143] = { - [sym__expression] = STATE(1511), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(2135), - [sym_annotation] = STATE(2135), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(265), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), + [2218] = { + [sym__expression] = STATE(837), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(1711), + [sym_annotation] = STATE(1711), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(268), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), [sym__alpha_identifier] = ACTIONS(111), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), + [anon_sym_LBRACE] = ACTIONS(1403), [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1638), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1662), [anon_sym_get] = ACTIONS(111), [anon_sym_set] = ACTIONS(111), [anon_sym_this] = ACTIONS(141), [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(813), - [sym_label] = ACTIONS(823), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(1640), + [anon_sym_STAR] = ACTIONS(1085), + [sym_label] = ACTIONS(1093), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(1664), [anon_sym_when] = ACTIONS(159), [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(1642), - [anon_sym_return] = ACTIONS(1644), + [anon_sym_throw] = ACTIONS(1666), + [anon_sym_return] = ACTIONS(1668), [anon_sym_continue] = ACTIONS(167), [anon_sym_break] = ACTIONS(167), [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(823), - [anon_sym_DASH] = ACTIONS(823), - [anon_sym_PLUS_PLUS] = ACTIONS(825), - [anon_sym_DASH_DASH] = ACTIONS(825), - [anon_sym_BANG] = ACTIONS(825), + [anon_sym_PLUS] = ACTIONS(1093), + [anon_sym_DASH] = ACTIONS(1093), + [anon_sym_PLUS_PLUS] = ACTIONS(1095), + [anon_sym_DASH_DASH] = ACTIONS(1095), + [anon_sym_BANG] = ACTIONS(1095), [anon_sym_data] = ACTIONS(111), [anon_sym_inner] = ACTIONS(111), [anon_sym_expect] = ACTIONS(111), @@ -263628,7 +270950,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(179), [anon_sym_continue_AT] = ACTIONS(181), [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), + [sym_real_literal] = ACTIONS(1411), [sym_integer_literal] = ACTIONS(187), [sym_hex_literal] = ACTIONS(189), [sym_bin_literal] = ACTIONS(189), @@ -263639,1811 +270961,275 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(197), }, - [2144] = { - [sym__expression] = STATE(1514), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(2135), - [sym_annotation] = STATE(2135), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(265), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), - [sym__alpha_identifier] = ACTIONS(111), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1638), - [anon_sym_get] = ACTIONS(111), - [anon_sym_set] = ACTIONS(111), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(813), - [sym_label] = ACTIONS(823), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(1640), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(1642), - [anon_sym_return] = ACTIONS(1644), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(823), - [anon_sym_DASH] = ACTIONS(823), - [anon_sym_PLUS_PLUS] = ACTIONS(825), - [anon_sym_DASH_DASH] = ACTIONS(825), - [anon_sym_BANG] = ACTIONS(825), - [anon_sym_data] = ACTIONS(111), - [anon_sym_inner] = ACTIONS(111), - [anon_sym_expect] = ACTIONS(111), - [anon_sym_actual] = ACTIONS(111), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), - }, - [2145] = { - [sym__expression] = STATE(1422), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(2135), - [sym_annotation] = STATE(2135), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(265), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), - [sym__alpha_identifier] = ACTIONS(111), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1638), - [anon_sym_get] = ACTIONS(111), - [anon_sym_set] = ACTIONS(111), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(813), - [sym_label] = ACTIONS(823), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(1640), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(1642), - [anon_sym_return] = ACTIONS(1644), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(823), - [anon_sym_DASH] = ACTIONS(823), - [anon_sym_PLUS_PLUS] = ACTIONS(825), - [anon_sym_DASH_DASH] = ACTIONS(825), - [anon_sym_BANG] = ACTIONS(825), - [anon_sym_data] = ACTIONS(111), - [anon_sym_inner] = ACTIONS(111), - [anon_sym_expect] = ACTIONS(111), - [anon_sym_actual] = ACTIONS(111), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), - }, - [2146] = { - [sym__expression] = STATE(1517), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(2135), - [sym_annotation] = STATE(2135), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(265), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), - [sym__alpha_identifier] = ACTIONS(111), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1638), - [anon_sym_get] = ACTIONS(111), - [anon_sym_set] = ACTIONS(111), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(813), - [sym_label] = ACTIONS(823), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(1640), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(1642), - [anon_sym_return] = ACTIONS(1644), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(823), - [anon_sym_DASH] = ACTIONS(823), - [anon_sym_PLUS_PLUS] = ACTIONS(825), - [anon_sym_DASH_DASH] = ACTIONS(825), - [anon_sym_BANG] = ACTIONS(825), - [anon_sym_data] = ACTIONS(111), - [anon_sym_inner] = ACTIONS(111), - [anon_sym_expect] = ACTIONS(111), - [anon_sym_actual] = ACTIONS(111), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), - }, - [2147] = { - [sym__expression] = STATE(569), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(1786), - [sym_annotation] = STATE(1786), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(255), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), - [sym__alpha_identifier] = ACTIONS(111), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1600), - [anon_sym_get] = ACTIONS(111), - [anon_sym_set] = ACTIONS(111), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(1313), - [sym_label] = ACTIONS(171), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(157), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(163), - [anon_sym_return] = ACTIONS(165), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(171), - [anon_sym_DASH] = ACTIONS(171), - [anon_sym_PLUS_PLUS] = ACTIONS(173), - [anon_sym_DASH_DASH] = ACTIONS(173), - [anon_sym_BANG] = ACTIONS(173), - [anon_sym_data] = ACTIONS(111), - [anon_sym_inner] = ACTIONS(111), - [anon_sym_expect] = ACTIONS(111), - [anon_sym_actual] = ACTIONS(111), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), - }, - [2148] = { - [sym__expression] = STATE(1518), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(2135), - [sym_annotation] = STATE(2135), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(265), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), - [sym__alpha_identifier] = ACTIONS(111), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1638), - [anon_sym_get] = ACTIONS(111), - [anon_sym_set] = ACTIONS(111), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(813), - [sym_label] = ACTIONS(823), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(1640), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(1642), - [anon_sym_return] = ACTIONS(1644), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(823), - [anon_sym_DASH] = ACTIONS(823), - [anon_sym_PLUS_PLUS] = ACTIONS(825), - [anon_sym_DASH_DASH] = ACTIONS(825), - [anon_sym_BANG] = ACTIONS(825), - [anon_sym_data] = ACTIONS(111), - [anon_sym_inner] = ACTIONS(111), - [anon_sym_expect] = ACTIONS(111), - [anon_sym_actual] = ACTIONS(111), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), - }, - [2149] = { - [sym_indexing_suffix] = STATE(3339), - [sym_navigation_suffix] = STATE(3435), - [sym_call_suffix] = STATE(3432), - [sym_annotated_lambda] = STATE(3429), - [sym_type_arguments] = STATE(7512), - [sym_value_arguments] = STATE(2735), - [sym_lambda_literal] = STATE(3427), - [sym__equality_operator] = STATE(2092), - [sym__comparison_operator] = STATE(2093), - [sym__in_operator] = STATE(2094), - [sym__is_operator] = STATE(6217), - [sym__additive_operator] = STATE(2095), - [sym__multiplicative_operator] = STATE(2096), - [sym__as_operator] = STATE(6214), - [sym__postfix_unary_operator] = STATE(3426), - [sym__member_access_operator] = STATE(7360), - [sym_annotation] = STATE(7846), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2098), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7846), - [sym__alpha_identifier] = ACTIONS(2984), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(4523), - [anon_sym_as] = ACTIONS(4525), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_RBRACE] = ACTIONS(2986), - [anon_sym_LPAREN] = ACTIONS(4527), - [anon_sym_LT] = ACTIONS(2988), - [anon_sym_GT] = ACTIONS(2984), - [anon_sym_object] = ACTIONS(2984), - [anon_sym_fun] = ACTIONS(2984), - [anon_sym_DOT] = ACTIONS(4531), - [anon_sym_SEMI] = ACTIONS(2986), - [anon_sym_get] = ACTIONS(2984), - [anon_sym_set] = ACTIONS(2984), - [anon_sym_this] = ACTIONS(2984), - [anon_sym_super] = ACTIONS(2984), - [anon_sym_STAR] = ACTIONS(5786), - [sym_label] = ACTIONS(4535), - [anon_sym_in] = ACTIONS(2984), - [anon_sym_DOT_DOT] = ACTIONS(2986), - [anon_sym_QMARK_COLON] = ACTIONS(2986), - [anon_sym_AMP_AMP] = ACTIONS(2986), - [anon_sym_PIPE_PIPE] = ACTIONS(2986), - [anon_sym_null] = ACTIONS(2984), - [anon_sym_if] = ACTIONS(2984), - [anon_sym_else] = ACTIONS(2984), - [anon_sym_when] = ACTIONS(2984), - [anon_sym_try] = ACTIONS(2984), - [anon_sym_throw] = ACTIONS(2984), - [anon_sym_return] = ACTIONS(2984), - [anon_sym_continue] = ACTIONS(2984), - [anon_sym_break] = ACTIONS(2984), - [anon_sym_COLON_COLON] = ACTIONS(4547), - [anon_sym_BANG_EQ] = ACTIONS(2984), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2986), - [anon_sym_EQ_EQ] = ACTIONS(2984), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2986), - [anon_sym_LT_EQ] = ACTIONS(2986), - [anon_sym_GT_EQ] = ACTIONS(2986), - [anon_sym_BANGin] = ACTIONS(2986), - [anon_sym_is] = ACTIONS(2984), - [anon_sym_BANGis] = ACTIONS(2986), - [anon_sym_PLUS] = ACTIONS(5806), - [anon_sym_DASH] = ACTIONS(5806), - [anon_sym_SLASH] = ACTIONS(5808), - [anon_sym_PERCENT] = ACTIONS(5786), - [anon_sym_as_QMARK] = ACTIONS(4563), - [anon_sym_PLUS_PLUS] = ACTIONS(4565), - [anon_sym_DASH_DASH] = ACTIONS(4565), - [anon_sym_BANG] = ACTIONS(2984), - [anon_sym_BANG_BANG] = ACTIONS(4565), - [anon_sym_data] = ACTIONS(2984), - [anon_sym_inner] = ACTIONS(2984), - [anon_sym_expect] = ACTIONS(2984), - [anon_sym_actual] = ACTIONS(2984), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(2986), - [anon_sym_continue_AT] = ACTIONS(2986), - [anon_sym_break_AT] = ACTIONS(2986), - [sym_real_literal] = ACTIONS(2986), - [sym_integer_literal] = ACTIONS(2984), - [sym_hex_literal] = ACTIONS(2986), - [sym_bin_literal] = ACTIONS(2986), - [anon_sym_true] = ACTIONS(2984), - [anon_sym_false] = ACTIONS(2984), - [anon_sym_SQUOTE] = ACTIONS(2986), - [sym__backtick_identifier] = ACTIONS(2986), - [sym__automatic_semicolon] = ACTIONS(2986), - [sym_safe_nav] = ACTIONS(4547), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2986), - }, - [2150] = { - [sym_indexing_suffix] = STATE(3339), - [sym_navigation_suffix] = STATE(3435), - [sym_call_suffix] = STATE(3432), - [sym_annotated_lambda] = STATE(3429), - [sym_type_arguments] = STATE(7512), - [sym_value_arguments] = STATE(2735), - [sym_lambda_literal] = STATE(3427), - [sym__equality_operator] = STATE(2092), - [sym__comparison_operator] = STATE(2093), - [sym__in_operator] = STATE(2094), - [sym__is_operator] = STATE(6217), - [sym__additive_operator] = STATE(2095), - [sym__multiplicative_operator] = STATE(2096), - [sym__as_operator] = STATE(6214), - [sym__postfix_unary_operator] = STATE(3426), - [sym__member_access_operator] = STATE(7360), - [sym_annotation] = STATE(7846), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2098), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7846), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(4523), - [anon_sym_as] = ACTIONS(4525), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_RBRACE] = ACTIONS(3085), - [anon_sym_LPAREN] = ACTIONS(4527), - [anon_sym_LT] = ACTIONS(3087), - [anon_sym_GT] = ACTIONS(3083), - [anon_sym_object] = ACTIONS(3083), - [anon_sym_fun] = ACTIONS(3083), - [anon_sym_DOT] = ACTIONS(4531), - [anon_sym_SEMI] = ACTIONS(3085), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(3083), - [anon_sym_super] = ACTIONS(3083), - [anon_sym_STAR] = ACTIONS(5786), - [sym_label] = ACTIONS(4535), - [anon_sym_in] = ACTIONS(3083), - [anon_sym_DOT_DOT] = ACTIONS(5790), - [anon_sym_QMARK_COLON] = ACTIONS(3085), - [anon_sym_AMP_AMP] = ACTIONS(3085), - [anon_sym_PIPE_PIPE] = ACTIONS(3085), - [anon_sym_null] = ACTIONS(3083), - [anon_sym_if] = ACTIONS(3083), - [anon_sym_else] = ACTIONS(3083), - [anon_sym_when] = ACTIONS(3083), - [anon_sym_try] = ACTIONS(3083), - [anon_sym_throw] = ACTIONS(3083), - [anon_sym_return] = ACTIONS(3083), - [anon_sym_continue] = ACTIONS(3083), - [anon_sym_break] = ACTIONS(3083), - [anon_sym_COLON_COLON] = ACTIONS(4547), - [anon_sym_BANG_EQ] = ACTIONS(3083), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3085), - [anon_sym_EQ_EQ] = ACTIONS(3083), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3085), - [anon_sym_LT_EQ] = ACTIONS(3085), - [anon_sym_GT_EQ] = ACTIONS(3085), - [anon_sym_BANGin] = ACTIONS(3085), - [anon_sym_is] = ACTIONS(3083), - [anon_sym_BANGis] = ACTIONS(3085), - [anon_sym_PLUS] = ACTIONS(5806), - [anon_sym_DASH] = ACTIONS(5806), - [anon_sym_SLASH] = ACTIONS(5808), - [anon_sym_PERCENT] = ACTIONS(5786), - [anon_sym_as_QMARK] = ACTIONS(4563), - [anon_sym_PLUS_PLUS] = ACTIONS(4565), - [anon_sym_DASH_DASH] = ACTIONS(4565), - [anon_sym_BANG] = ACTIONS(3083), - [anon_sym_BANG_BANG] = ACTIONS(4565), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3085), - [anon_sym_continue_AT] = ACTIONS(3085), - [anon_sym_break_AT] = ACTIONS(3085), - [sym_real_literal] = ACTIONS(3085), - [sym_integer_literal] = ACTIONS(3083), - [sym_hex_literal] = ACTIONS(3085), - [sym_bin_literal] = ACTIONS(3085), - [anon_sym_true] = ACTIONS(3083), - [anon_sym_false] = ACTIONS(3083), - [anon_sym_SQUOTE] = ACTIONS(3085), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3085), - [sym_safe_nav] = ACTIONS(4547), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3085), - }, - [2151] = { - [sym_indexing_suffix] = STATE(3339), - [sym_navigation_suffix] = STATE(3435), - [sym_call_suffix] = STATE(3432), - [sym_annotated_lambda] = STATE(3429), - [sym_type_arguments] = STATE(7512), - [sym_value_arguments] = STATE(2735), - [sym_lambda_literal] = STATE(3427), - [sym__equality_operator] = STATE(2092), - [sym__comparison_operator] = STATE(2093), - [sym__in_operator] = STATE(2094), - [sym__is_operator] = STATE(6217), - [sym__additive_operator] = STATE(2095), - [sym__multiplicative_operator] = STATE(2096), - [sym__as_operator] = STATE(6214), - [sym__postfix_unary_operator] = STATE(3426), - [sym__member_access_operator] = STATE(7360), - [sym_annotation] = STATE(7846), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2098), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7846), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(4523), - [anon_sym_as] = ACTIONS(4525), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_RBRACE] = ACTIONS(2993), - [anon_sym_LPAREN] = ACTIONS(4527), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(5784), - [anon_sym_object] = ACTIONS(2991), - [anon_sym_fun] = ACTIONS(2991), - [anon_sym_DOT] = ACTIONS(4531), - [anon_sym_SEMI] = ACTIONS(2993), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(2991), - [anon_sym_super] = ACTIONS(2991), - [anon_sym_STAR] = ACTIONS(5786), - [sym_label] = ACTIONS(4535), - [anon_sym_in] = ACTIONS(5788), - [anon_sym_DOT_DOT] = ACTIONS(5790), - [anon_sym_QMARK_COLON] = ACTIONS(5792), - [anon_sym_AMP_AMP] = ACTIONS(2993), - [anon_sym_PIPE_PIPE] = ACTIONS(2993), - [anon_sym_null] = ACTIONS(2991), - [anon_sym_if] = ACTIONS(2991), - [anon_sym_else] = ACTIONS(2991), - [anon_sym_when] = ACTIONS(2991), - [anon_sym_try] = ACTIONS(2991), - [anon_sym_throw] = ACTIONS(2991), - [anon_sym_return] = ACTIONS(2991), - [anon_sym_continue] = ACTIONS(2991), - [anon_sym_break] = ACTIONS(2991), - [anon_sym_COLON_COLON] = ACTIONS(4547), - [anon_sym_BANG_EQ] = ACTIONS(5798), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5800), - [anon_sym_EQ_EQ] = ACTIONS(5798), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5800), - [anon_sym_LT_EQ] = ACTIONS(5802), - [anon_sym_GT_EQ] = ACTIONS(5802), - [anon_sym_BANGin] = ACTIONS(5804), - [anon_sym_is] = ACTIONS(4557), - [anon_sym_BANGis] = ACTIONS(4559), - [anon_sym_PLUS] = ACTIONS(5806), - [anon_sym_DASH] = ACTIONS(5806), - [anon_sym_SLASH] = ACTIONS(5808), - [anon_sym_PERCENT] = ACTIONS(5786), - [anon_sym_as_QMARK] = ACTIONS(4563), - [anon_sym_PLUS_PLUS] = ACTIONS(4565), - [anon_sym_DASH_DASH] = ACTIONS(4565), - [anon_sym_BANG] = ACTIONS(2991), - [anon_sym_BANG_BANG] = ACTIONS(4565), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(2993), - [anon_sym_continue_AT] = ACTIONS(2993), - [anon_sym_break_AT] = ACTIONS(2993), - [sym_real_literal] = ACTIONS(2993), - [sym_integer_literal] = ACTIONS(2991), - [sym_hex_literal] = ACTIONS(2993), - [sym_bin_literal] = ACTIONS(2993), - [anon_sym_true] = ACTIONS(2991), - [anon_sym_false] = ACTIONS(2991), - [anon_sym_SQUOTE] = ACTIONS(2993), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(2993), - [sym_safe_nav] = ACTIONS(4547), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2993), - }, - [2152] = { - [sym_indexing_suffix] = STATE(3339), - [sym_navigation_suffix] = STATE(3435), - [sym_call_suffix] = STATE(3432), - [sym_annotated_lambda] = STATE(3429), - [sym_type_arguments] = STATE(7512), - [sym_value_arguments] = STATE(2735), - [sym_lambda_literal] = STATE(3427), - [sym__equality_operator] = STATE(2092), - [sym__comparison_operator] = STATE(2093), - [sym__in_operator] = STATE(2094), - [sym__is_operator] = STATE(6217), - [sym__additive_operator] = STATE(2095), - [sym__multiplicative_operator] = STATE(2096), - [sym__as_operator] = STATE(6214), - [sym__postfix_unary_operator] = STATE(3426), - [sym__member_access_operator] = STATE(7360), - [sym_annotation] = STATE(7846), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2098), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7846), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(4523), - [anon_sym_as] = ACTIONS(4525), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_RBRACE] = ACTIONS(3013), - [anon_sym_LPAREN] = ACTIONS(4527), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(5784), - [anon_sym_object] = ACTIONS(3011), - [anon_sym_fun] = ACTIONS(3011), - [anon_sym_DOT] = ACTIONS(4531), - [anon_sym_SEMI] = ACTIONS(3013), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(3011), - [anon_sym_super] = ACTIONS(3011), - [anon_sym_STAR] = ACTIONS(5786), - [sym_label] = ACTIONS(4535), - [anon_sym_in] = ACTIONS(5788), - [anon_sym_DOT_DOT] = ACTIONS(5790), - [anon_sym_QMARK_COLON] = ACTIONS(5792), - [anon_sym_AMP_AMP] = ACTIONS(5794), - [anon_sym_PIPE_PIPE] = ACTIONS(3013), - [anon_sym_null] = ACTIONS(3011), - [anon_sym_if] = ACTIONS(3011), - [anon_sym_else] = ACTIONS(3011), - [anon_sym_when] = ACTIONS(3011), - [anon_sym_try] = ACTIONS(3011), - [anon_sym_throw] = ACTIONS(3011), - [anon_sym_return] = ACTIONS(3011), - [anon_sym_continue] = ACTIONS(3011), - [anon_sym_break] = ACTIONS(3011), - [anon_sym_COLON_COLON] = ACTIONS(4547), - [anon_sym_BANG_EQ] = ACTIONS(5798), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5800), - [anon_sym_EQ_EQ] = ACTIONS(5798), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5800), - [anon_sym_LT_EQ] = ACTIONS(5802), - [anon_sym_GT_EQ] = ACTIONS(5802), - [anon_sym_BANGin] = ACTIONS(5804), - [anon_sym_is] = ACTIONS(4557), - [anon_sym_BANGis] = ACTIONS(4559), - [anon_sym_PLUS] = ACTIONS(5806), - [anon_sym_DASH] = ACTIONS(5806), - [anon_sym_SLASH] = ACTIONS(5808), - [anon_sym_PERCENT] = ACTIONS(5786), - [anon_sym_as_QMARK] = ACTIONS(4563), - [anon_sym_PLUS_PLUS] = ACTIONS(4565), - [anon_sym_DASH_DASH] = ACTIONS(4565), - [anon_sym_BANG] = ACTIONS(3011), - [anon_sym_BANG_BANG] = ACTIONS(4565), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3013), - [anon_sym_continue_AT] = ACTIONS(3013), - [anon_sym_break_AT] = ACTIONS(3013), - [sym_real_literal] = ACTIONS(3013), - [sym_integer_literal] = ACTIONS(3011), - [sym_hex_literal] = ACTIONS(3013), - [sym_bin_literal] = ACTIONS(3013), - [anon_sym_true] = ACTIONS(3011), - [anon_sym_false] = ACTIONS(3011), - [anon_sym_SQUOTE] = ACTIONS(3013), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3013), - [sym_safe_nav] = ACTIONS(4547), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3013), - }, - [2153] = { - [sym__expression] = STATE(1521), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(2135), - [sym_annotation] = STATE(2135), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(265), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), - [sym__alpha_identifier] = ACTIONS(111), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1638), - [anon_sym_get] = ACTIONS(111), - [anon_sym_set] = ACTIONS(111), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(813), - [sym_label] = ACTIONS(823), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(1640), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(1642), - [anon_sym_return] = ACTIONS(1644), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(823), - [anon_sym_DASH] = ACTIONS(823), - [anon_sym_PLUS_PLUS] = ACTIONS(825), - [anon_sym_DASH_DASH] = ACTIONS(825), - [anon_sym_BANG] = ACTIONS(825), - [anon_sym_data] = ACTIONS(111), - [anon_sym_inner] = ACTIONS(111), - [anon_sym_expect] = ACTIONS(111), - [anon_sym_actual] = ACTIONS(111), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), - }, - [2154] = { - [sym__expression] = STATE(1353), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(2081), - [sym_annotation] = STATE(2081), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(264), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), - [sym__alpha_identifier] = ACTIONS(537), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(539), + [2219] = { + [sym__expression] = STATE(2378), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(2143), + [sym_annotation] = STATE(2143), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(267), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_LPAREN] = ACTIONS(549), + [anon_sym_LPAREN] = ACTIONS(467), [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1636), - [anon_sym_get] = ACTIONS(537), - [anon_sym_set] = ACTIONS(537), - [anon_sym_this] = ACTIONS(561), - [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1329), - [sym_label] = ACTIONS(761), + [anon_sym_fun] = ACTIONS(1654), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(873), + [sym_label] = ACTIONS(883), [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(755), - [anon_sym_when] = ACTIONS(579), - [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(757), - [anon_sym_return] = ACTIONS(759), - [anon_sym_continue] = ACTIONS(587), - [anon_sym_break] = ACTIONS(587), - [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(761), - [anon_sym_DASH] = ACTIONS(761), - [anon_sym_PLUS_PLUS] = ACTIONS(763), - [anon_sym_DASH_DASH] = ACTIONS(763), - [anon_sym_BANG] = ACTIONS(763), - [anon_sym_data] = ACTIONS(537), - [anon_sym_inner] = ACTIONS(537), - [anon_sym_expect] = ACTIONS(537), - [anon_sym_actual] = ACTIONS(537), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(599), - [anon_sym_break_AT] = ACTIONS(601), + [anon_sym_if] = ACTIONS(1656), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(1658), + [anon_sym_return] = ACTIONS(1660), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(883), + [anon_sym_DASH] = ACTIONS(883), + [anon_sym_PLUS_PLUS] = ACTIONS(885), + [anon_sym_DASH_DASH] = ACTIONS(885), + [anon_sym_BANG] = ACTIONS(885), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), [sym_real_literal] = ACTIONS(1630), - [sym_integer_literal] = ACTIONS(605), - [sym_hex_literal] = ACTIONS(607), - [sym_bin_literal] = ACTIONS(607), - [anon_sym_true] = ACTIONS(609), - [anon_sym_false] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(611), - [sym__backtick_identifier] = ACTIONS(613), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(615), - }, - [2155] = { - [sym_indexing_suffix] = STATE(3339), - [sym_navigation_suffix] = STATE(3435), - [sym_call_suffix] = STATE(3432), - [sym_annotated_lambda] = STATE(3429), - [sym_type_arguments] = STATE(7512), - [sym_value_arguments] = STATE(2735), - [sym_lambda_literal] = STATE(3427), - [sym__equality_operator] = STATE(2092), - [sym__comparison_operator] = STATE(2093), - [sym__in_operator] = STATE(2094), - [sym__is_operator] = STATE(6217), - [sym__additive_operator] = STATE(2095), - [sym__multiplicative_operator] = STATE(2096), - [sym__as_operator] = STATE(6214), - [sym__postfix_unary_operator] = STATE(3426), - [sym__member_access_operator] = STATE(7360), - [sym_annotation] = STATE(7846), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2098), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7846), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(4523), - [anon_sym_as] = ACTIONS(4525), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_RBRACE] = ACTIONS(2997), - [anon_sym_LPAREN] = ACTIONS(4527), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(5784), - [anon_sym_object] = ACTIONS(2995), - [anon_sym_fun] = ACTIONS(2995), - [anon_sym_DOT] = ACTIONS(4531), - [anon_sym_SEMI] = ACTIONS(2997), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(2995), - [anon_sym_super] = ACTIONS(2995), - [anon_sym_STAR] = ACTIONS(5786), - [sym_label] = ACTIONS(4535), - [anon_sym_in] = ACTIONS(5788), - [anon_sym_DOT_DOT] = ACTIONS(5790), - [anon_sym_QMARK_COLON] = ACTIONS(5792), - [anon_sym_AMP_AMP] = ACTIONS(2997), - [anon_sym_PIPE_PIPE] = ACTIONS(2997), - [anon_sym_null] = ACTIONS(2995), - [anon_sym_if] = ACTIONS(2995), - [anon_sym_else] = ACTIONS(2995), - [anon_sym_when] = ACTIONS(2995), - [anon_sym_try] = ACTIONS(2995), - [anon_sym_throw] = ACTIONS(2995), - [anon_sym_return] = ACTIONS(2995), - [anon_sym_continue] = ACTIONS(2995), - [anon_sym_break] = ACTIONS(2995), - [anon_sym_COLON_COLON] = ACTIONS(4547), - [anon_sym_BANG_EQ] = ACTIONS(2995), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2997), - [anon_sym_EQ_EQ] = ACTIONS(2995), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2997), - [anon_sym_LT_EQ] = ACTIONS(5802), - [anon_sym_GT_EQ] = ACTIONS(5802), - [anon_sym_BANGin] = ACTIONS(5804), - [anon_sym_is] = ACTIONS(4557), - [anon_sym_BANGis] = ACTIONS(4559), - [anon_sym_PLUS] = ACTIONS(5806), - [anon_sym_DASH] = ACTIONS(5806), - [anon_sym_SLASH] = ACTIONS(5808), - [anon_sym_PERCENT] = ACTIONS(5786), - [anon_sym_as_QMARK] = ACTIONS(4563), - [anon_sym_PLUS_PLUS] = ACTIONS(4565), - [anon_sym_DASH_DASH] = ACTIONS(4565), - [anon_sym_BANG] = ACTIONS(2995), - [anon_sym_BANG_BANG] = ACTIONS(4565), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(2997), - [anon_sym_continue_AT] = ACTIONS(2997), - [anon_sym_break_AT] = ACTIONS(2997), - [sym_real_literal] = ACTIONS(2997), - [sym_integer_literal] = ACTIONS(2995), - [sym_hex_literal] = ACTIONS(2997), - [sym_bin_literal] = ACTIONS(2997), - [anon_sym_true] = ACTIONS(2995), - [anon_sym_false] = ACTIONS(2995), - [anon_sym_SQUOTE] = ACTIONS(2997), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(2997), - [sym_safe_nav] = ACTIONS(4547), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2997), - }, - [2156] = { - [sym_indexing_suffix] = STATE(3339), - [sym_navigation_suffix] = STATE(3435), - [sym_call_suffix] = STATE(3432), - [sym_annotated_lambda] = STATE(3429), - [sym_type_arguments] = STATE(7512), - [sym_value_arguments] = STATE(2735), - [sym_lambda_literal] = STATE(3427), - [sym__equality_operator] = STATE(2092), - [sym__comparison_operator] = STATE(2093), - [sym__in_operator] = STATE(2094), - [sym__is_operator] = STATE(6217), - [sym__additive_operator] = STATE(2095), - [sym__multiplicative_operator] = STATE(2096), - [sym__as_operator] = STATE(6214), - [sym__postfix_unary_operator] = STATE(3426), - [sym__member_access_operator] = STATE(7360), - [sym_annotation] = STATE(7846), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2098), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7846), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(4523), - [anon_sym_as] = ACTIONS(4525), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_RBRACE] = ACTIONS(3025), - [anon_sym_LPAREN] = ACTIONS(4527), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3023), - [anon_sym_object] = ACTIONS(3023), - [anon_sym_fun] = ACTIONS(3023), - [anon_sym_DOT] = ACTIONS(4531), - [anon_sym_SEMI] = ACTIONS(3025), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(3023), - [anon_sym_super] = ACTIONS(3023), - [anon_sym_STAR] = ACTIONS(5786), - [sym_label] = ACTIONS(4535), - [anon_sym_in] = ACTIONS(5788), - [anon_sym_DOT_DOT] = ACTIONS(5790), - [anon_sym_QMARK_COLON] = ACTIONS(5792), - [anon_sym_AMP_AMP] = ACTIONS(3025), - [anon_sym_PIPE_PIPE] = ACTIONS(3025), - [anon_sym_null] = ACTIONS(3023), - [anon_sym_if] = ACTIONS(3023), - [anon_sym_else] = ACTIONS(3023), - [anon_sym_when] = ACTIONS(3023), - [anon_sym_try] = ACTIONS(3023), - [anon_sym_throw] = ACTIONS(3023), - [anon_sym_return] = ACTIONS(3023), - [anon_sym_continue] = ACTIONS(3023), - [anon_sym_break] = ACTIONS(3023), - [anon_sym_COLON_COLON] = ACTIONS(4547), - [anon_sym_BANG_EQ] = ACTIONS(3023), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3025), - [anon_sym_EQ_EQ] = ACTIONS(3023), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3025), - [anon_sym_LT_EQ] = ACTIONS(3025), - [anon_sym_GT_EQ] = ACTIONS(3025), - [anon_sym_BANGin] = ACTIONS(5804), - [anon_sym_is] = ACTIONS(4557), - [anon_sym_BANGis] = ACTIONS(4559), - [anon_sym_PLUS] = ACTIONS(5806), - [anon_sym_DASH] = ACTIONS(5806), - [anon_sym_SLASH] = ACTIONS(5808), - [anon_sym_PERCENT] = ACTIONS(5786), - [anon_sym_as_QMARK] = ACTIONS(4563), - [anon_sym_PLUS_PLUS] = ACTIONS(4565), - [anon_sym_DASH_DASH] = ACTIONS(4565), - [anon_sym_BANG] = ACTIONS(3023), - [anon_sym_BANG_BANG] = ACTIONS(4565), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3025), - [anon_sym_continue_AT] = ACTIONS(3025), - [anon_sym_break_AT] = ACTIONS(3025), - [sym_real_literal] = ACTIONS(3025), - [sym_integer_literal] = ACTIONS(3023), - [sym_hex_literal] = ACTIONS(3025), - [sym_bin_literal] = ACTIONS(3025), - [anon_sym_true] = ACTIONS(3023), - [anon_sym_false] = ACTIONS(3023), - [anon_sym_SQUOTE] = ACTIONS(3025), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3025), - [sym_safe_nav] = ACTIONS(4547), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3025), - }, - [2157] = { - [sym_indexing_suffix] = STATE(3339), - [sym_navigation_suffix] = STATE(3435), - [sym_call_suffix] = STATE(3432), - [sym_annotated_lambda] = STATE(3429), - [sym_type_arguments] = STATE(7512), - [sym_value_arguments] = STATE(2735), - [sym_lambda_literal] = STATE(3427), - [sym__equality_operator] = STATE(2092), - [sym__comparison_operator] = STATE(2093), - [sym__in_operator] = STATE(2094), - [sym__is_operator] = STATE(6217), - [sym__additive_operator] = STATE(2095), - [sym__multiplicative_operator] = STATE(2096), - [sym__as_operator] = STATE(6214), - [sym__postfix_unary_operator] = STATE(3426), - [sym__member_access_operator] = STATE(7360), - [sym_annotation] = STATE(7846), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2098), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7846), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(4523), - [anon_sym_as] = ACTIONS(4525), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_RBRACE] = ACTIONS(3029), - [anon_sym_LPAREN] = ACTIONS(4527), - [anon_sym_LT] = ACTIONS(3031), - [anon_sym_GT] = ACTIONS(3027), - [anon_sym_object] = ACTIONS(3027), - [anon_sym_fun] = ACTIONS(3027), - [anon_sym_DOT] = ACTIONS(4531), - [anon_sym_SEMI] = ACTIONS(3029), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(3027), - [anon_sym_super] = ACTIONS(3027), - [anon_sym_STAR] = ACTIONS(5786), - [sym_label] = ACTIONS(4535), - [anon_sym_in] = ACTIONS(3027), - [anon_sym_DOT_DOT] = ACTIONS(5790), - [anon_sym_QMARK_COLON] = ACTIONS(5792), - [anon_sym_AMP_AMP] = ACTIONS(3029), - [anon_sym_PIPE_PIPE] = ACTIONS(3029), - [anon_sym_null] = ACTIONS(3027), - [anon_sym_if] = ACTIONS(3027), - [anon_sym_else] = ACTIONS(3027), - [anon_sym_when] = ACTIONS(3027), - [anon_sym_try] = ACTIONS(3027), - [anon_sym_throw] = ACTIONS(3027), - [anon_sym_return] = ACTIONS(3027), - [anon_sym_continue] = ACTIONS(3027), - [anon_sym_break] = ACTIONS(3027), - [anon_sym_COLON_COLON] = ACTIONS(4547), - [anon_sym_BANG_EQ] = ACTIONS(3027), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3029), - [anon_sym_EQ_EQ] = ACTIONS(3027), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3029), - [anon_sym_LT_EQ] = ACTIONS(3029), - [anon_sym_GT_EQ] = ACTIONS(3029), - [anon_sym_BANGin] = ACTIONS(3029), - [anon_sym_is] = ACTIONS(3027), - [anon_sym_BANGis] = ACTIONS(3029), - [anon_sym_PLUS] = ACTIONS(5806), - [anon_sym_DASH] = ACTIONS(5806), - [anon_sym_SLASH] = ACTIONS(5808), - [anon_sym_PERCENT] = ACTIONS(5786), - [anon_sym_as_QMARK] = ACTIONS(4563), - [anon_sym_PLUS_PLUS] = ACTIONS(4565), - [anon_sym_DASH_DASH] = ACTIONS(4565), - [anon_sym_BANG] = ACTIONS(3027), - [anon_sym_BANG_BANG] = ACTIONS(4565), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3029), - [anon_sym_continue_AT] = ACTIONS(3029), - [anon_sym_break_AT] = ACTIONS(3029), - [sym_real_literal] = ACTIONS(3029), - [sym_integer_literal] = ACTIONS(3027), - [sym_hex_literal] = ACTIONS(3029), - [sym_bin_literal] = ACTIONS(3029), - [anon_sym_true] = ACTIONS(3027), - [anon_sym_false] = ACTIONS(3027), - [anon_sym_SQUOTE] = ACTIONS(3029), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3029), - [sym_safe_nav] = ACTIONS(4547), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3029), - }, - [2158] = { - [sym__expression] = STATE(1525), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(2135), - [sym_annotation] = STATE(2135), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(265), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), - [sym__alpha_identifier] = ACTIONS(111), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1638), - [anon_sym_get] = ACTIONS(111), - [anon_sym_set] = ACTIONS(111), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(813), - [sym_label] = ACTIONS(823), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(1640), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(1642), - [anon_sym_return] = ACTIONS(1644), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(823), - [anon_sym_DASH] = ACTIONS(823), - [anon_sym_PLUS_PLUS] = ACTIONS(825), - [anon_sym_DASH_DASH] = ACTIONS(825), - [anon_sym_BANG] = ACTIONS(825), - [anon_sym_data] = ACTIONS(111), - [anon_sym_inner] = ACTIONS(111), - [anon_sym_expect] = ACTIONS(111), - [anon_sym_actual] = ACTIONS(111), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), - }, - [2159] = { - [sym_indexing_suffix] = STATE(3339), - [sym_navigation_suffix] = STATE(3435), - [sym_call_suffix] = STATE(3432), - [sym_annotated_lambda] = STATE(3429), - [sym_type_arguments] = STATE(7512), - [sym_value_arguments] = STATE(2735), - [sym_lambda_literal] = STATE(3427), - [sym__equality_operator] = STATE(2092), - [sym__comparison_operator] = STATE(2093), - [sym__in_operator] = STATE(2094), - [sym__is_operator] = STATE(6217), - [sym__additive_operator] = STATE(2095), - [sym__multiplicative_operator] = STATE(2096), - [sym__as_operator] = STATE(6214), - [sym__postfix_unary_operator] = STATE(3426), - [sym__member_access_operator] = STATE(7360), - [sym_annotation] = STATE(7846), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2098), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7846), - [sym__alpha_identifier] = ACTIONS(3034), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(4523), - [anon_sym_as] = ACTIONS(4525), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_RBRACE] = ACTIONS(3036), - [anon_sym_LPAREN] = ACTIONS(4527), - [anon_sym_LT] = ACTIONS(3038), - [anon_sym_GT] = ACTIONS(3034), - [anon_sym_object] = ACTIONS(3034), - [anon_sym_fun] = ACTIONS(3034), - [anon_sym_DOT] = ACTIONS(4531), - [anon_sym_SEMI] = ACTIONS(3036), - [anon_sym_get] = ACTIONS(3034), - [anon_sym_set] = ACTIONS(3034), - [anon_sym_this] = ACTIONS(3034), - [anon_sym_super] = ACTIONS(3034), - [anon_sym_STAR] = ACTIONS(5786), - [sym_label] = ACTIONS(4535), - [anon_sym_in] = ACTIONS(3034), - [anon_sym_DOT_DOT] = ACTIONS(3036), - [anon_sym_QMARK_COLON] = ACTIONS(3036), - [anon_sym_AMP_AMP] = ACTIONS(3036), - [anon_sym_PIPE_PIPE] = ACTIONS(3036), - [anon_sym_null] = ACTIONS(3034), - [anon_sym_if] = ACTIONS(3034), - [anon_sym_else] = ACTIONS(3034), - [anon_sym_when] = ACTIONS(3034), - [anon_sym_try] = ACTIONS(3034), - [anon_sym_throw] = ACTIONS(3034), - [anon_sym_return] = ACTIONS(3034), - [anon_sym_continue] = ACTIONS(3034), - [anon_sym_break] = ACTIONS(3034), - [anon_sym_COLON_COLON] = ACTIONS(4547), - [anon_sym_BANG_EQ] = ACTIONS(3034), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3036), - [anon_sym_EQ_EQ] = ACTIONS(3034), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3036), - [anon_sym_LT_EQ] = ACTIONS(3036), - [anon_sym_GT_EQ] = ACTIONS(3036), - [anon_sym_BANGin] = ACTIONS(3036), - [anon_sym_is] = ACTIONS(3034), - [anon_sym_BANGis] = ACTIONS(3036), - [anon_sym_PLUS] = ACTIONS(3034), - [anon_sym_DASH] = ACTIONS(3034), - [anon_sym_SLASH] = ACTIONS(5808), - [anon_sym_PERCENT] = ACTIONS(5786), - [anon_sym_as_QMARK] = ACTIONS(4563), - [anon_sym_PLUS_PLUS] = ACTIONS(4565), - [anon_sym_DASH_DASH] = ACTIONS(4565), - [anon_sym_BANG] = ACTIONS(3034), - [anon_sym_BANG_BANG] = ACTIONS(4565), - [anon_sym_data] = ACTIONS(3034), - [anon_sym_inner] = ACTIONS(3034), - [anon_sym_expect] = ACTIONS(3034), - [anon_sym_actual] = ACTIONS(3034), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3036), - [anon_sym_continue_AT] = ACTIONS(3036), - [anon_sym_break_AT] = ACTIONS(3036), - [sym_real_literal] = ACTIONS(3036), - [sym_integer_literal] = ACTIONS(3034), - [sym_hex_literal] = ACTIONS(3036), - [sym_bin_literal] = ACTIONS(3036), - [anon_sym_true] = ACTIONS(3034), - [anon_sym_false] = ACTIONS(3034), - [anon_sym_SQUOTE] = ACTIONS(3036), - [sym__backtick_identifier] = ACTIONS(3036), - [sym__automatic_semicolon] = ACTIONS(3036), - [sym_safe_nav] = ACTIONS(4547), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3036), - }, - [2160] = { - [sym_indexing_suffix] = STATE(3339), - [sym_navigation_suffix] = STATE(3435), - [sym_call_suffix] = STATE(3432), - [sym_annotated_lambda] = STATE(3429), - [sym_type_arguments] = STATE(7512), - [sym_value_arguments] = STATE(2735), - [sym_lambda_literal] = STATE(3427), - [sym__equality_operator] = STATE(2092), - [sym__comparison_operator] = STATE(2093), - [sym__in_operator] = STATE(2094), - [sym__is_operator] = STATE(6217), - [sym__additive_operator] = STATE(2095), - [sym__multiplicative_operator] = STATE(2096), - [sym__as_operator] = STATE(6214), - [sym__postfix_unary_operator] = STATE(3426), - [sym__member_access_operator] = STATE(7360), - [sym_annotation] = STATE(7846), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2098), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7846), - [sym__alpha_identifier] = ACTIONS(3065), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(4523), - [anon_sym_as] = ACTIONS(4525), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_RBRACE] = ACTIONS(3067), - [anon_sym_LPAREN] = ACTIONS(4527), - [anon_sym_LT] = ACTIONS(3069), - [anon_sym_GT] = ACTIONS(3065), - [anon_sym_object] = ACTIONS(3065), - [anon_sym_fun] = ACTIONS(3065), - [anon_sym_DOT] = ACTIONS(4531), - [anon_sym_SEMI] = ACTIONS(3067), - [anon_sym_get] = ACTIONS(3065), - [anon_sym_set] = ACTIONS(3065), - [anon_sym_this] = ACTIONS(3065), - [anon_sym_super] = ACTIONS(3065), - [anon_sym_STAR] = ACTIONS(3067), - [sym_label] = ACTIONS(4535), - [anon_sym_in] = ACTIONS(3065), - [anon_sym_DOT_DOT] = ACTIONS(3067), - [anon_sym_QMARK_COLON] = ACTIONS(3067), - [anon_sym_AMP_AMP] = ACTIONS(3067), - [anon_sym_PIPE_PIPE] = ACTIONS(3067), - [anon_sym_null] = ACTIONS(3065), - [anon_sym_if] = ACTIONS(3065), - [anon_sym_else] = ACTIONS(3065), - [anon_sym_when] = ACTIONS(3065), - [anon_sym_try] = ACTIONS(3065), - [anon_sym_throw] = ACTIONS(3065), - [anon_sym_return] = ACTIONS(3065), - [anon_sym_continue] = ACTIONS(3065), - [anon_sym_break] = ACTIONS(3065), - [anon_sym_COLON_COLON] = ACTIONS(4547), - [anon_sym_BANG_EQ] = ACTIONS(3065), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3067), - [anon_sym_EQ_EQ] = ACTIONS(3065), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3067), - [anon_sym_LT_EQ] = ACTIONS(3067), - [anon_sym_GT_EQ] = ACTIONS(3067), - [anon_sym_BANGin] = ACTIONS(3067), - [anon_sym_is] = ACTIONS(3065), - [anon_sym_BANGis] = ACTIONS(3067), - [anon_sym_PLUS] = ACTIONS(3065), - [anon_sym_DASH] = ACTIONS(3065), - [anon_sym_SLASH] = ACTIONS(3065), - [anon_sym_PERCENT] = ACTIONS(3067), - [anon_sym_as_QMARK] = ACTIONS(4563), - [anon_sym_PLUS_PLUS] = ACTIONS(4565), - [anon_sym_DASH_DASH] = ACTIONS(4565), - [anon_sym_BANG] = ACTIONS(3065), - [anon_sym_BANG_BANG] = ACTIONS(4565), - [anon_sym_data] = ACTIONS(3065), - [anon_sym_inner] = ACTIONS(3065), - [anon_sym_expect] = ACTIONS(3065), - [anon_sym_actual] = ACTIONS(3065), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3067), - [anon_sym_continue_AT] = ACTIONS(3067), - [anon_sym_break_AT] = ACTIONS(3067), - [sym_real_literal] = ACTIONS(3067), - [sym_integer_literal] = ACTIONS(3065), - [sym_hex_literal] = ACTIONS(3067), - [sym_bin_literal] = ACTIONS(3067), - [anon_sym_true] = ACTIONS(3065), - [anon_sym_false] = ACTIONS(3065), - [anon_sym_SQUOTE] = ACTIONS(3067), - [sym__backtick_identifier] = ACTIONS(3067), - [sym__automatic_semicolon] = ACTIONS(3067), - [sym_safe_nav] = ACTIONS(4547), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3067), + [sym__string_start] = ACTIONS(535), }, - [2161] = { - [sym__expression] = STATE(1153), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(1697), - [sym_annotation] = STATE(1697), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(268), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), - [sym__alpha_identifier] = ACTIONS(111), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1662), - [anon_sym_get] = ACTIONS(111), - [anon_sym_set] = ACTIONS(111), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(995), - [sym_label] = ACTIONS(1003), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(1664), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(1666), - [anon_sym_return] = ACTIONS(1668), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(1003), - [anon_sym_DASH] = ACTIONS(1003), - [anon_sym_PLUS_PLUS] = ACTIONS(1005), - [anon_sym_DASH_DASH] = ACTIONS(1005), - [anon_sym_BANG] = ACTIONS(1005), - [anon_sym_data] = ACTIONS(111), - [anon_sym_inner] = ACTIONS(111), - [anon_sym_expect] = ACTIONS(111), - [anon_sym_actual] = ACTIONS(111), + [2220] = { + [sym__expression] = STATE(4401), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(377), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(3094), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(1065), + [sym_label] = ACTIONS(327), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(3096), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(3098), + [anon_sym_return] = ACTIONS(3100), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(327), + [anon_sym_DASH] = ACTIONS(327), + [anon_sym_PLUS_PLUS] = ACTIONS(329), + [anon_sym_DASH_DASH] = ACTIONS(329), + [anon_sym_BANG] = ACTIONS(329), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), + [sym__string_start] = ACTIONS(283), }, - [2162] = { - [sym__expression] = STATE(4149), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4941), - [sym_parenthesized_expression] = STATE(4941), - [sym_collection_literal] = STATE(4941), - [sym__literal_constant] = STATE(4941), - [sym_string_literal] = STATE(4941), - [sym_lambda_literal] = STATE(4941), - [sym_anonymous_function] = STATE(4941), - [sym__function_literal] = STATE(4941), - [sym_object_literal] = STATE(4941), - [sym_this_expression] = STATE(4941), - [sym_super_expression] = STATE(4941), - [sym_if_expression] = STATE(4941), - [sym_when_expression] = STATE(4941), - [sym_try_expression] = STATE(4941), - [sym_jump_expression] = STATE(4941), - [sym_callable_reference] = STATE(4941), - [sym__prefix_unary_operator] = STATE(1611), - [sym_annotation] = STATE(1611), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5029), - [sym__return_at] = STATE(360), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4941), - [sym_long_literal] = STATE(4941), - [sym_boolean_literal] = STATE(4941), - [sym_character_literal] = STATE(4941), - [sym__lexical_identifier] = STATE(4529), + [2221] = { + [sym__expression] = STATE(3938), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4931), + [sym_parenthesized_expression] = STATE(4931), + [sym_collection_literal] = STATE(4931), + [sym__literal_constant] = STATE(4931), + [sym_string_literal] = STATE(4931), + [sym_lambda_literal] = STATE(4931), + [sym_anonymous_function] = STATE(4931), + [sym__function_literal] = STATE(4931), + [sym_object_literal] = STATE(4931), + [sym_this_expression] = STATE(4931), + [sym_super_expression] = STATE(4931), + [sym_if_expression] = STATE(4931), + [sym_when_expression] = STATE(4931), + [sym_try_expression] = STATE(4931), + [sym_jump_expression] = STATE(4931), + [sym_callable_reference] = STATE(4931), + [sym__prefix_unary_operator] = STATE(1665), + [sym_annotation] = STATE(1665), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4928), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4931), + [sym_long_literal] = STATE(4931), + [sym_boolean_literal] = STATE(4931), + [sym_character_literal] = STATE(4931), + [sym__lexical_identifier] = STATE(4566), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(25), [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1912), - [anon_sym_fun] = ACTIONS(3003), + [anon_sym_object] = ACTIONS(1902), + [anon_sym_fun] = ACTIONS(1982), [anon_sym_get] = ACTIONS(7), [anon_sym_set] = ACTIONS(7), [anon_sym_this] = ACTIONS(39), [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(873), - [sym_label] = ACTIONS(881), - [anon_sym_null] = ACTIONS(1916), - [anon_sym_if] = ACTIONS(3005), + [anon_sym_STAR] = ACTIONS(1243), + [sym_label] = ACTIONS(793), + [anon_sym_null] = ACTIONS(1906), + [anon_sym_if] = ACTIONS(55), [anon_sym_when] = ACTIONS(57), [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(3007), - [anon_sym_return] = ACTIONS(3009), + [anon_sym_throw] = ACTIONS(61), + [anon_sym_return] = ACTIONS(63), [anon_sym_continue] = ACTIONS(65), [anon_sym_break] = ACTIONS(65), [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(881), - [anon_sym_DASH] = ACTIONS(881), - [anon_sym_PLUS_PLUS] = ACTIONS(883), - [anon_sym_DASH_DASH] = ACTIONS(883), - [anon_sym_BANG] = ACTIONS(883), + [anon_sym_PLUS] = ACTIONS(793), + [anon_sym_DASH] = ACTIONS(793), + [anon_sym_PLUS_PLUS] = ACTIONS(795), + [anon_sym_DASH_DASH] = ACTIONS(795), + [anon_sym_BANG] = ACTIONS(795), [anon_sym_data] = ACTIONS(7), [anon_sym_inner] = ACTIONS(7), [anon_sym_expect] = ACTIONS(7), @@ -265452,7 +271238,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(93), [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(1918), + [sym_real_literal] = ACTIONS(1908), [sym_integer_literal] = ACTIONS(99), [sym_hex_literal] = ACTIONS(101), [sym_bin_literal] = ACTIONS(101), @@ -265463,452 +271249,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(109), }, - [2163] = { - [sym_indexing_suffix] = STATE(3339), - [sym_navigation_suffix] = STATE(3435), - [sym_call_suffix] = STATE(3432), - [sym_annotated_lambda] = STATE(3429), - [sym_type_arguments] = STATE(7512), - [sym_value_arguments] = STATE(2735), - [sym_lambda_literal] = STATE(3427), - [sym__equality_operator] = STATE(2092), - [sym__comparison_operator] = STATE(2093), - [sym__in_operator] = STATE(2094), - [sym__is_operator] = STATE(6217), - [sym__additive_operator] = STATE(2095), - [sym__multiplicative_operator] = STATE(2096), - [sym__as_operator] = STATE(6214), - [sym__postfix_unary_operator] = STATE(3426), - [sym__member_access_operator] = STATE(7360), - [sym_annotation] = STATE(7846), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2098), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7846), - [sym__alpha_identifier] = ACTIONS(3076), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(4523), - [anon_sym_as] = ACTIONS(4525), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_RBRACE] = ACTIONS(3078), - [anon_sym_LPAREN] = ACTIONS(4527), - [anon_sym_LT] = ACTIONS(3080), - [anon_sym_GT] = ACTIONS(3076), - [anon_sym_object] = ACTIONS(3076), - [anon_sym_fun] = ACTIONS(3076), - [anon_sym_DOT] = ACTIONS(4531), - [anon_sym_SEMI] = ACTIONS(3078), - [anon_sym_get] = ACTIONS(3076), - [anon_sym_set] = ACTIONS(3076), - [anon_sym_this] = ACTIONS(3076), - [anon_sym_super] = ACTIONS(3076), - [anon_sym_STAR] = ACTIONS(5786), - [sym_label] = ACTIONS(4535), - [anon_sym_in] = ACTIONS(3076), - [anon_sym_DOT_DOT] = ACTIONS(5790), - [anon_sym_QMARK_COLON] = ACTIONS(3078), - [anon_sym_AMP_AMP] = ACTIONS(3078), - [anon_sym_PIPE_PIPE] = ACTIONS(3078), - [anon_sym_null] = ACTIONS(3076), - [anon_sym_if] = ACTIONS(3076), - [anon_sym_else] = ACTIONS(3076), - [anon_sym_when] = ACTIONS(3076), - [anon_sym_try] = ACTIONS(3076), - [anon_sym_throw] = ACTIONS(3076), - [anon_sym_return] = ACTIONS(3076), - [anon_sym_continue] = ACTIONS(3076), - [anon_sym_break] = ACTIONS(3076), - [anon_sym_COLON_COLON] = ACTIONS(4547), - [anon_sym_BANG_EQ] = ACTIONS(3076), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3078), - [anon_sym_EQ_EQ] = ACTIONS(3076), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3078), - [anon_sym_LT_EQ] = ACTIONS(3078), - [anon_sym_GT_EQ] = ACTIONS(3078), - [anon_sym_BANGin] = ACTIONS(3078), - [anon_sym_is] = ACTIONS(3076), - [anon_sym_BANGis] = ACTIONS(3078), - [anon_sym_PLUS] = ACTIONS(5806), - [anon_sym_DASH] = ACTIONS(5806), - [anon_sym_SLASH] = ACTIONS(5808), - [anon_sym_PERCENT] = ACTIONS(5786), - [anon_sym_as_QMARK] = ACTIONS(4563), - [anon_sym_PLUS_PLUS] = ACTIONS(4565), - [anon_sym_DASH_DASH] = ACTIONS(4565), - [anon_sym_BANG] = ACTIONS(3076), - [anon_sym_BANG_BANG] = ACTIONS(4565), - [anon_sym_data] = ACTIONS(3076), - [anon_sym_inner] = ACTIONS(3076), - [anon_sym_expect] = ACTIONS(3076), - [anon_sym_actual] = ACTIONS(3076), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3078), - [anon_sym_continue_AT] = ACTIONS(3078), - [anon_sym_break_AT] = ACTIONS(3078), - [sym_real_literal] = ACTIONS(3078), - [sym_integer_literal] = ACTIONS(3076), - [sym_hex_literal] = ACTIONS(3078), - [sym_bin_literal] = ACTIONS(3078), - [anon_sym_true] = ACTIONS(3076), - [anon_sym_false] = ACTIONS(3076), - [anon_sym_SQUOTE] = ACTIONS(3078), - [sym__backtick_identifier] = ACTIONS(3078), - [sym__automatic_semicolon] = ACTIONS(3078), - [sym_safe_nav] = ACTIONS(4547), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3078), - }, - [2164] = { - [sym__expression] = STATE(364), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2297), - [sym_annotation] = STATE(2297), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(260), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1616), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1295), - [sym_label] = ACTIONS(467), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(453), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(459), - [anon_sym_return] = ACTIONS(461), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(467), - [anon_sym_DASH] = ACTIONS(467), - [anon_sym_PLUS_PLUS] = ACTIONS(469), - [anon_sym_DASH_DASH] = ACTIONS(469), - [anon_sym_BANG] = ACTIONS(469), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), - }, - [2165] = { - [sym_primary_constructor] = STATE(4973), - [sym_class_body] = STATE(4640), - [sym__class_parameters] = STATE(4539), - [sym_type_parameters] = STATE(2404), - [sym_type_constraints] = STATE(4514), - [sym_modifiers] = STATE(9107), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3102), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(5854), - [anon_sym_LBRACK] = ACTIONS(3108), - [anon_sym_RBRACK] = ACTIONS(3108), - [anon_sym_as] = ACTIONS(3102), - [anon_sym_constructor] = ACTIONS(5125), - [anon_sym_LBRACE] = ACTIONS(5127), - [anon_sym_RBRACE] = ACTIONS(3108), - [anon_sym_LPAREN] = ACTIONS(5129), - [anon_sym_COMMA] = ACTIONS(3108), - [anon_sym_RPAREN] = ACTIONS(3108), - [anon_sym_LT] = ACTIONS(5131), - [anon_sym_GT] = ACTIONS(3102), - [anon_sym_where] = ACTIONS(5133), - [anon_sym_DOT] = ACTIONS(3102), - [anon_sym_SEMI] = ACTIONS(3108), - [anon_sym_get] = ACTIONS(3102), - [anon_sym_set] = ACTIONS(3102), - [anon_sym_STAR] = ACTIONS(3108), - [anon_sym_DASH_GT] = ACTIONS(3108), - [sym_label] = ACTIONS(3108), - [anon_sym_in] = ACTIONS(3102), - [anon_sym_while] = ACTIONS(3102), - [anon_sym_DOT_DOT] = ACTIONS(3108), - [anon_sym_QMARK_COLON] = ACTIONS(3108), - [anon_sym_AMP_AMP] = ACTIONS(3108), - [anon_sym_PIPE_PIPE] = ACTIONS(3108), - [anon_sym_else] = ACTIONS(3102), - [anon_sym_COLON_COLON] = ACTIONS(3108), - [anon_sym_BANG_EQ] = ACTIONS(3102), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3108), - [anon_sym_EQ_EQ] = ACTIONS(3102), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3108), - [anon_sym_LT_EQ] = ACTIONS(3108), - [anon_sym_GT_EQ] = ACTIONS(3108), - [anon_sym_BANGin] = ACTIONS(3108), - [anon_sym_is] = ACTIONS(3102), - [anon_sym_BANGis] = ACTIONS(3108), - [anon_sym_PLUS] = ACTIONS(3102), - [anon_sym_DASH] = ACTIONS(3102), - [anon_sym_SLASH] = ACTIONS(3102), - [anon_sym_PERCENT] = ACTIONS(3108), - [anon_sym_as_QMARK] = ACTIONS(3108), - [anon_sym_PLUS_PLUS] = ACTIONS(3108), - [anon_sym_DASH_DASH] = ACTIONS(3108), - [anon_sym_BANG_BANG] = ACTIONS(3108), - [anon_sym_suspend] = ACTIONS(3120), - [anon_sym_sealed] = ACTIONS(3122), - [anon_sym_annotation] = ACTIONS(3122), - [anon_sym_data] = ACTIONS(3122), - [anon_sym_inner] = ACTIONS(3122), - [anon_sym_override] = ACTIONS(3124), - [anon_sym_lateinit] = ACTIONS(3124), - [anon_sym_public] = ACTIONS(3126), - [anon_sym_private] = ACTIONS(3126), - [anon_sym_internal] = ACTIONS(3126), - [anon_sym_protected] = ACTIONS(3126), - [anon_sym_tailrec] = ACTIONS(3120), - [anon_sym_operator] = ACTIONS(3120), - [anon_sym_infix] = ACTIONS(3120), - [anon_sym_inline] = ACTIONS(3120), - [anon_sym_external] = ACTIONS(3120), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(3130), - [anon_sym_final] = ACTIONS(3130), - [anon_sym_open] = ACTIONS(3130), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3134), - [anon_sym_actual] = ACTIONS(3134), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3108), - [sym_safe_nav] = ACTIONS(3108), - [sym_multiline_comment] = ACTIONS(3), - }, - [2166] = { - [sym__expression] = STATE(2418), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(2280), - [sym_annotation] = STATE(2280), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(267), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), - [sym__alpha_identifier] = ACTIONS(537), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1654), - [anon_sym_get] = ACTIONS(537), - [anon_sym_set] = ACTIONS(537), - [anon_sym_this] = ACTIONS(561), - [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(965), - [sym_label] = ACTIONS(975), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(1656), - [anon_sym_when] = ACTIONS(579), - [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(1658), - [anon_sym_return] = ACTIONS(1660), - [anon_sym_continue] = ACTIONS(587), - [anon_sym_break] = ACTIONS(587), - [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(975), - [anon_sym_DASH] = ACTIONS(975), - [anon_sym_PLUS_PLUS] = ACTIONS(977), - [anon_sym_DASH_DASH] = ACTIONS(977), - [anon_sym_BANG] = ACTIONS(977), - [anon_sym_data] = ACTIONS(537), - [anon_sym_inner] = ACTIONS(537), - [anon_sym_expect] = ACTIONS(537), - [anon_sym_actual] = ACTIONS(537), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(599), - [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), - [sym_integer_literal] = ACTIONS(605), - [sym_hex_literal] = ACTIONS(607), - [sym_bin_literal] = ACTIONS(607), - [anon_sym_true] = ACTIONS(609), - [anon_sym_false] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(611), - [sym__backtick_identifier] = ACTIONS(613), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(615), - }, - [2167] = { - [sym__expression] = STATE(4392), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [2222] = { + [sym__expression] = STATE(4399), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), + [anon_sym_STAR] = ACTIONS(1065), [sym_label] = ACTIONS(327), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(3096), @@ -265924,10 +271326,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(329), [anon_sym_DASH_DASH] = ACTIONS(329), [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -265943,549 +271345,261 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [2168] = { - [sym__expression] = STATE(1325), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(2195), - [sym_annotation] = STATE(2195), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(262), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), - [sym__alpha_identifier] = ACTIONS(111), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1632), - [anon_sym_get] = ACTIONS(111), - [anon_sym_set] = ACTIONS(111), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(1251), - [sym_label] = ACTIONS(671), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(665), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(667), - [anon_sym_return] = ACTIONS(669), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(671), - [anon_sym_DASH] = ACTIONS(671), - [anon_sym_PLUS_PLUS] = ACTIONS(673), - [anon_sym_DASH_DASH] = ACTIONS(673), - [anon_sym_BANG] = ACTIONS(673), - [anon_sym_data] = ACTIONS(111), - [anon_sym_inner] = ACTIONS(111), - [anon_sym_expect] = ACTIONS(111), - [anon_sym_actual] = ACTIONS(111), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), - }, - [2169] = { - [sym__expression] = STATE(1322), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(2195), - [sym_annotation] = STATE(2195), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(262), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), - [sym__alpha_identifier] = ACTIONS(111), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1632), - [anon_sym_get] = ACTIONS(111), - [anon_sym_set] = ACTIONS(111), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(1251), - [sym_label] = ACTIONS(671), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(665), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(667), - [anon_sym_return] = ACTIONS(669), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(671), - [anon_sym_DASH] = ACTIONS(671), - [anon_sym_PLUS_PLUS] = ACTIONS(673), - [anon_sym_DASH_DASH] = ACTIONS(673), - [anon_sym_BANG] = ACTIONS(673), - [anon_sym_data] = ACTIONS(111), - [anon_sym_inner] = ACTIONS(111), - [anon_sym_expect] = ACTIONS(111), - [anon_sym_actual] = ACTIONS(111), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), - }, - [2170] = { - [sym__expression] = STATE(1320), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(2195), - [sym_annotation] = STATE(2195), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(262), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), - [sym__alpha_identifier] = ACTIONS(111), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1632), - [anon_sym_get] = ACTIONS(111), - [anon_sym_set] = ACTIONS(111), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(1251), - [sym_label] = ACTIONS(671), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(665), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(667), - [anon_sym_return] = ACTIONS(669), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(671), - [anon_sym_DASH] = ACTIONS(671), - [anon_sym_PLUS_PLUS] = ACTIONS(673), - [anon_sym_DASH_DASH] = ACTIONS(673), - [anon_sym_BANG] = ACTIONS(673), - [anon_sym_data] = ACTIONS(111), - [anon_sym_inner] = ACTIONS(111), - [anon_sym_expect] = ACTIONS(111), - [anon_sym_actual] = ACTIONS(111), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), - }, - [2171] = { - [sym__expression] = STATE(1039), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(1697), - [sym_annotation] = STATE(1697), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(268), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), - [sym__alpha_identifier] = ACTIONS(111), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1662), - [anon_sym_get] = ACTIONS(111), - [anon_sym_set] = ACTIONS(111), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(995), - [sym_label] = ACTIONS(1003), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(1664), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(1666), - [anon_sym_return] = ACTIONS(1668), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(1003), - [anon_sym_DASH] = ACTIONS(1003), - [anon_sym_PLUS_PLUS] = ACTIONS(1005), - [anon_sym_DASH_DASH] = ACTIONS(1005), - [anon_sym_BANG] = ACTIONS(1005), - [anon_sym_data] = ACTIONS(111), - [anon_sym_inner] = ACTIONS(111), - [anon_sym_expect] = ACTIONS(111), - [anon_sym_actual] = ACTIONS(111), + [2223] = { + [sym_type_constraints] = STATE(2434), + [sym_property_delegate] = STATE(2587), + [sym_getter] = STATE(4945), + [sym_setter] = STATE(4945), + [sym_modifiers] = STATE(8904), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_EQ] = ACTIONS(5886), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_by] = ACTIONS(5782), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(5888), + [anon_sym_get] = ACTIONS(5784), + [anon_sym_set] = ACTIONS(5786), + [anon_sym_STAR] = ACTIONS(3278), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_PLUS_EQ] = ACTIONS(3280), + [anon_sym_DASH_EQ] = ACTIONS(3280), + [anon_sym_STAR_EQ] = ACTIONS(3280), + [anon_sym_SLASH_EQ] = ACTIONS(3280), + [anon_sym_PERCENT_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3278), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3280), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), + [sym__backtick_identifier] = ACTIONS(3280), + [sym__automatic_semicolon] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), }, - [2172] = { - [sym__expression] = STATE(1313), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(2195), - [sym_annotation] = STATE(2195), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(262), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), - [sym__alpha_identifier] = ACTIONS(111), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1632), - [anon_sym_get] = ACTIONS(111), - [anon_sym_set] = ACTIONS(111), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(1251), - [sym_label] = ACTIONS(671), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(665), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(667), - [anon_sym_return] = ACTIONS(669), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(671), - [anon_sym_DASH] = ACTIONS(671), - [anon_sym_PLUS_PLUS] = ACTIONS(673), - [anon_sym_DASH_DASH] = ACTIONS(673), - [anon_sym_BANG] = ACTIONS(673), - [anon_sym_data] = ACTIONS(111), - [anon_sym_inner] = ACTIONS(111), - [anon_sym_expect] = ACTIONS(111), - [anon_sym_actual] = ACTIONS(111), + [2224] = { + [sym__expression] = STATE(4393), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(377), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(3094), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(1065), + [sym_label] = ACTIONS(327), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(3096), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(3098), + [anon_sym_return] = ACTIONS(3100), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(327), + [anon_sym_DASH] = ACTIONS(327), + [anon_sym_PLUS_PLUS] = ACTIONS(329), + [anon_sym_DASH_DASH] = ACTIONS(329), + [anon_sym_BANG] = ACTIONS(329), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), + [sym__string_start] = ACTIONS(283), }, - [2173] = { - [sym__expression] = STATE(4267), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(2296), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [2225] = { + [sym__expression] = STATE(4223), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(1897), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(5856), - [sym_label] = ACTIONS(853), + [anon_sym_STAR] = ACTIONS(813), + [sym_label] = ACTIONS(821), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(2022), [anon_sym_when] = ACTIONS(245), @@ -266495,15 +271609,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(855), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(823), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -266519,87 +271633,87 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [2174] = { - [sym__expression] = STATE(4263), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(2296), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [2226] = { + [sym__expression] = STATE(4349), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(377), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_fun] = ACTIONS(3094), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(845), - [sym_label] = ACTIONS(853), + [anon_sym_STAR] = ACTIONS(1065), + [sym_label] = ACTIONS(327), [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(2022), + [anon_sym_if] = ACTIONS(3096), [anon_sym_when] = ACTIONS(245), [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(2024), - [anon_sym_return] = ACTIONS(2026), + [anon_sym_throw] = ACTIONS(3098), + [anon_sym_return] = ACTIONS(3100), [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(855), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(327), + [anon_sym_DASH] = ACTIONS(327), + [anon_sym_PLUS_PLUS] = ACTIONS(329), + [anon_sym_DASH_DASH] = ACTIONS(329), + [anon_sym_BANG] = ACTIONS(329), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -266615,371 +271729,275 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [2175] = { - [sym__expression] = STATE(1193), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(1697), - [sym_annotation] = STATE(1697), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(268), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), - [sym__alpha_identifier] = ACTIONS(111), + [2227] = { + [sym__expression] = STATE(3939), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4931), + [sym_parenthesized_expression] = STATE(4931), + [sym_collection_literal] = STATE(4931), + [sym__literal_constant] = STATE(4931), + [sym_string_literal] = STATE(4931), + [sym_lambda_literal] = STATE(4931), + [sym_anonymous_function] = STATE(4931), + [sym__function_literal] = STATE(4931), + [sym_object_literal] = STATE(4931), + [sym_this_expression] = STATE(4931), + [sym_super_expression] = STATE(4931), + [sym_if_expression] = STATE(4931), + [sym_when_expression] = STATE(4931), + [sym_try_expression] = STATE(4931), + [sym_jump_expression] = STATE(4931), + [sym_callable_reference] = STATE(4931), + [sym__prefix_unary_operator] = STATE(1665), + [sym_annotation] = STATE(1665), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4928), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4931), + [sym_long_literal] = STATE(4931), + [sym_boolean_literal] = STATE(4931), + [sym_character_literal] = STATE(4931), + [sym__lexical_identifier] = STATE(4566), + [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1662), - [anon_sym_get] = ACTIONS(111), - [anon_sym_set] = ACTIONS(111), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(995), - [sym_label] = ACTIONS(1003), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(1664), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(1666), - [anon_sym_return] = ACTIONS(1668), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(1003), - [anon_sym_DASH] = ACTIONS(1003), - [anon_sym_PLUS_PLUS] = ACTIONS(1005), - [anon_sym_DASH_DASH] = ACTIONS(1005), - [anon_sym_BANG] = ACTIONS(1005), - [anon_sym_data] = ACTIONS(111), - [anon_sym_inner] = ACTIONS(111), - [anon_sym_expect] = ACTIONS(111), - [anon_sym_actual] = ACTIONS(111), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1902), + [anon_sym_fun] = ACTIONS(1982), + [anon_sym_get] = ACTIONS(7), + [anon_sym_set] = ACTIONS(7), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(1243), + [sym_label] = ACTIONS(793), + [anon_sym_null] = ACTIONS(1906), + [anon_sym_if] = ACTIONS(55), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(61), + [anon_sym_return] = ACTIONS(63), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(793), + [anon_sym_DASH] = ACTIONS(793), + [anon_sym_PLUS_PLUS] = ACTIONS(795), + [anon_sym_DASH_DASH] = ACTIONS(795), + [anon_sym_BANG] = ACTIONS(795), + [anon_sym_data] = ACTIONS(7), + [anon_sym_inner] = ACTIONS(7), + [anon_sym_expect] = ACTIONS(7), + [anon_sym_actual] = ACTIONS(7), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [sym_real_literal] = ACTIONS(1908), + [sym_integer_literal] = ACTIONS(99), + [sym_hex_literal] = ACTIONS(101), + [sym_bin_literal] = ACTIONS(101), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SQUOTE] = ACTIONS(105), + [sym__backtick_identifier] = ACTIONS(107), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), + [sym__string_start] = ACTIONS(109), }, - [2176] = { - [sym__expression] = STATE(1312), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(2195), - [sym_annotation] = STATE(2195), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(262), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), - [sym__alpha_identifier] = ACTIONS(111), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1632), - [anon_sym_get] = ACTIONS(111), - [anon_sym_set] = ACTIONS(111), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(1251), - [sym_label] = ACTIONS(671), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(665), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(667), - [anon_sym_return] = ACTIONS(669), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(671), - [anon_sym_DASH] = ACTIONS(671), - [anon_sym_PLUS_PLUS] = ACTIONS(673), - [anon_sym_DASH_DASH] = ACTIONS(673), - [anon_sym_BANG] = ACTIONS(673), - [anon_sym_data] = ACTIONS(111), - [anon_sym_inner] = ACTIONS(111), - [anon_sym_expect] = ACTIONS(111), - [anon_sym_actual] = ACTIONS(111), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), - }, - [2177] = { - [sym__expression] = STATE(1310), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(2195), - [sym_annotation] = STATE(2195), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(262), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), - [sym__alpha_identifier] = ACTIONS(111), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1632), - [anon_sym_get] = ACTIONS(111), - [anon_sym_set] = ACTIONS(111), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(1251), - [sym_label] = ACTIONS(671), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(665), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(667), - [anon_sym_return] = ACTIONS(669), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(671), - [anon_sym_DASH] = ACTIONS(671), - [anon_sym_PLUS_PLUS] = ACTIONS(673), - [anon_sym_DASH_DASH] = ACTIONS(673), - [anon_sym_BANG] = ACTIONS(673), - [anon_sym_data] = ACTIONS(111), - [anon_sym_inner] = ACTIONS(111), - [anon_sym_expect] = ACTIONS(111), - [anon_sym_actual] = ACTIONS(111), + [2228] = { + [sym__expression] = STATE(4344), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(377), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(3094), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(1065), + [sym_label] = ACTIONS(327), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(3096), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(3098), + [anon_sym_return] = ACTIONS(3100), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(327), + [anon_sym_DASH] = ACTIONS(327), + [anon_sym_PLUS_PLUS] = ACTIONS(329), + [anon_sym_DASH_DASH] = ACTIONS(329), + [anon_sym_BANG] = ACTIONS(329), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), + [sym__string_start] = ACTIONS(283), }, - [2178] = { - [sym__expression] = STATE(1206), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(3231), - [sym_parenthesized_expression] = STATE(3231), - [sym_collection_literal] = STATE(3231), - [sym__literal_constant] = STATE(3231), - [sym_string_literal] = STATE(3231), - [sym_lambda_literal] = STATE(3231), - [sym_anonymous_function] = STATE(3231), - [sym__function_literal] = STATE(3231), - [sym_object_literal] = STATE(3231), - [sym_this_expression] = STATE(3231), - [sym_super_expression] = STATE(3231), - [sym_if_expression] = STATE(3231), - [sym_when_expression] = STATE(3231), - [sym_try_expression] = STATE(3231), - [sym_jump_expression] = STATE(3231), - [sym_callable_reference] = STATE(3231), - [sym__prefix_unary_operator] = STATE(2185), - [sym_annotation] = STATE(2185), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3311), - [sym__return_at] = STATE(323), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(3231), - [sym_long_literal] = STATE(3231), - [sym_boolean_literal] = STATE(3231), - [sym_character_literal] = STATE(3231), - [sym__lexical_identifier] = STATE(2890), + [2229] = { + [sym__expression] = STATE(1215), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(3399), + [sym_parenthesized_expression] = STATE(3399), + [sym_collection_literal] = STATE(3399), + [sym__literal_constant] = STATE(3399), + [sym_string_literal] = STATE(3399), + [sym_lambda_literal] = STATE(3399), + [sym_anonymous_function] = STATE(3399), + [sym__function_literal] = STATE(3399), + [sym_object_literal] = STATE(3399), + [sym_this_expression] = STATE(3399), + [sym_super_expression] = STATE(3399), + [sym_if_expression] = STATE(3399), + [sym_when_expression] = STATE(3399), + [sym_try_expression] = STATE(3399), + [sym_jump_expression] = STATE(3399), + [sym_callable_reference] = STATE(3399), + [sym__prefix_unary_operator] = STATE(2247), + [sym_annotation] = STATE(2247), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3347), + [sym__return_at] = STATE(317), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(3399), + [sym_long_literal] = STATE(3399), + [sym_boolean_literal] = STATE(3399), + [sym_character_literal] = STATE(3399), + [sym__lexical_identifier] = STATE(2837), [sym__alpha_identifier] = ACTIONS(333), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(335), - [anon_sym_LBRACE] = ACTIONS(1920), + [anon_sym_LBRACE] = ACTIONS(1918), [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_object] = ACTIONS(1922), - [anon_sym_fun] = ACTIONS(2004), + [anon_sym_object] = ACTIONS(1920), + [anon_sym_fun] = ACTIONS(1992), [anon_sym_get] = ACTIONS(333), [anon_sym_set] = ACTIONS(333), [anon_sym_this] = ACTIONS(357), [anon_sym_super] = ACTIONS(359), - [anon_sym_STAR] = ACTIONS(1319), - [sym_label] = ACTIONS(703), - [anon_sym_null] = ACTIONS(1926), - [anon_sym_if] = ACTIONS(697), + [anon_sym_STAR] = ACTIONS(1273), + [sym_label] = ACTIONS(709), + [anon_sym_null] = ACTIONS(1924), + [anon_sym_if] = ACTIONS(703), [anon_sym_when] = ACTIONS(375), [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(699), - [anon_sym_return] = ACTIONS(701), + [anon_sym_throw] = ACTIONS(705), + [anon_sym_return] = ACTIONS(707), [anon_sym_continue] = ACTIONS(383), [anon_sym_break] = ACTIONS(383), [anon_sym_COLON_COLON] = ACTIONS(385), - [anon_sym_PLUS] = ACTIONS(703), - [anon_sym_DASH] = ACTIONS(703), - [anon_sym_PLUS_PLUS] = ACTIONS(705), - [anon_sym_DASH_DASH] = ACTIONS(705), - [anon_sym_BANG] = ACTIONS(705), + [anon_sym_PLUS] = ACTIONS(709), + [anon_sym_DASH] = ACTIONS(709), + [anon_sym_PLUS_PLUS] = ACTIONS(711), + [anon_sym_DASH_DASH] = ACTIONS(711), + [anon_sym_BANG] = ACTIONS(711), [anon_sym_data] = ACTIONS(333), [anon_sym_inner] = ACTIONS(333), [anon_sym_expect] = ACTIONS(333), @@ -266988,7 +272006,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(395), [anon_sym_break_AT] = ACTIONS(397), - [sym_real_literal] = ACTIONS(1928), + [sym_real_literal] = ACTIONS(1926), [sym_integer_literal] = ACTIONS(401), [sym_hex_literal] = ACTIONS(403), [sym_bin_literal] = ACTIONS(403), @@ -266999,371 +272017,179 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(411), }, - [2179] = { - [sym__expression] = STATE(1303), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(2195), - [sym_annotation] = STATE(2195), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(262), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), - [sym__alpha_identifier] = ACTIONS(111), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1632), - [anon_sym_get] = ACTIONS(111), - [anon_sym_set] = ACTIONS(111), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(1251), - [sym_label] = ACTIONS(671), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(665), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(667), - [anon_sym_return] = ACTIONS(669), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(671), - [anon_sym_DASH] = ACTIONS(671), - [anon_sym_PLUS_PLUS] = ACTIONS(673), - [anon_sym_DASH_DASH] = ACTIONS(673), - [anon_sym_BANG] = ACTIONS(673), - [anon_sym_data] = ACTIONS(111), - [anon_sym_inner] = ACTIONS(111), - [anon_sym_expect] = ACTIONS(111), - [anon_sym_actual] = ACTIONS(111), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), - }, - [2180] = { - [sym__expression] = STATE(1302), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(2195), - [sym_annotation] = STATE(2195), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(262), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), - [sym__alpha_identifier] = ACTIONS(111), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1632), - [anon_sym_get] = ACTIONS(111), - [anon_sym_set] = ACTIONS(111), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(1251), - [sym_label] = ACTIONS(671), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(665), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(667), - [anon_sym_return] = ACTIONS(669), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(671), - [anon_sym_DASH] = ACTIONS(671), - [anon_sym_PLUS_PLUS] = ACTIONS(673), - [anon_sym_DASH_DASH] = ACTIONS(673), - [anon_sym_BANG] = ACTIONS(673), - [anon_sym_data] = ACTIONS(111), - [anon_sym_inner] = ACTIONS(111), - [anon_sym_expect] = ACTIONS(111), - [anon_sym_actual] = ACTIONS(111), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), - }, - [2181] = { - [sym__expression] = STATE(1240), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(1620), - [sym_annotation] = STATE(1620), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(261), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), - [sym__alpha_identifier] = ACTIONS(537), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1626), - [anon_sym_get] = ACTIONS(537), - [anon_sym_set] = ACTIONS(537), - [anon_sym_this] = ACTIONS(561), - [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1279), - [sym_label] = ACTIONS(591), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(577), - [anon_sym_when] = ACTIONS(579), - [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(583), - [anon_sym_return] = ACTIONS(585), - [anon_sym_continue] = ACTIONS(587), - [anon_sym_break] = ACTIONS(587), - [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_PLUS_PLUS] = ACTIONS(593), - [anon_sym_DASH_DASH] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_data] = ACTIONS(537), - [anon_sym_inner] = ACTIONS(537), - [anon_sym_expect] = ACTIONS(537), - [anon_sym_actual] = ACTIONS(537), + [2230] = { + [sym__expression] = STATE(4251), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(1897), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(331), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(2020), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(813), + [sym_label] = ACTIONS(821), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(2022), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(2024), + [anon_sym_return] = ACTIONS(2026), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(823), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(599), - [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), - [sym_integer_literal] = ACTIONS(605), - [sym_hex_literal] = ACTIONS(607), - [sym_bin_literal] = ACTIONS(607), - [anon_sym_true] = ACTIONS(609), - [anon_sym_false] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(611), - [sym__backtick_identifier] = ACTIONS(613), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(615), + [sym__string_start] = ACTIONS(283), }, - [2182] = { - [sym__expression] = STATE(2324), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(3231), - [sym_parenthesized_expression] = STATE(3231), - [sym_collection_literal] = STATE(3231), - [sym__literal_constant] = STATE(3231), - [sym_string_literal] = STATE(3231), - [sym_lambda_literal] = STATE(3231), - [sym_anonymous_function] = STATE(3231), - [sym__function_literal] = STATE(3231), - [sym_object_literal] = STATE(3231), - [sym_this_expression] = STATE(3231), - [sym_super_expression] = STATE(3231), - [sym_if_expression] = STATE(3231), - [sym_when_expression] = STATE(3231), - [sym_try_expression] = STATE(3231), - [sym_jump_expression] = STATE(3231), - [sym_callable_reference] = STATE(3231), - [sym__prefix_unary_operator] = STATE(2054), - [sym_annotation] = STATE(2054), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3311), - [sym__return_at] = STATE(398), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(3231), - [sym_long_literal] = STATE(3231), - [sym_boolean_literal] = STATE(3231), - [sym_character_literal] = STATE(3231), - [sym__lexical_identifier] = STATE(2890), + [2231] = { + [sym__expression] = STATE(1214), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(3399), + [sym_parenthesized_expression] = STATE(3399), + [sym_collection_literal] = STATE(3399), + [sym__literal_constant] = STATE(3399), + [sym_string_literal] = STATE(3399), + [sym_lambda_literal] = STATE(3399), + [sym_anonymous_function] = STATE(3399), + [sym__function_literal] = STATE(3399), + [sym_object_literal] = STATE(3399), + [sym_this_expression] = STATE(3399), + [sym_super_expression] = STATE(3399), + [sym_if_expression] = STATE(3399), + [sym_when_expression] = STATE(3399), + [sym_try_expression] = STATE(3399), + [sym_jump_expression] = STATE(3399), + [sym_callable_reference] = STATE(3399), + [sym__prefix_unary_operator] = STATE(2247), + [sym_annotation] = STATE(2247), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3347), + [sym__return_at] = STATE(317), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(3399), + [sym_long_literal] = STATE(3399), + [sym_boolean_literal] = STATE(3399), + [sym_character_literal] = STATE(3399), + [sym__lexical_identifier] = STATE(2837), [sym__alpha_identifier] = ACTIONS(333), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(335), - [anon_sym_LBRACE] = ACTIONS(1920), + [anon_sym_LBRACE] = ACTIONS(1918), [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_object] = ACTIONS(1922), - [anon_sym_fun] = ACTIONS(3166), + [anon_sym_object] = ACTIONS(1920), + [anon_sym_fun] = ACTIONS(1992), [anon_sym_get] = ACTIONS(333), [anon_sym_set] = ACTIONS(333), [anon_sym_this] = ACTIONS(357), [anon_sym_super] = ACTIONS(359), - [anon_sym_STAR] = ACTIONS(1111), - [sym_label] = ACTIONS(1119), - [anon_sym_null] = ACTIONS(1926), - [anon_sym_if] = ACTIONS(3168), + [anon_sym_STAR] = ACTIONS(1273), + [sym_label] = ACTIONS(709), + [anon_sym_null] = ACTIONS(1924), + [anon_sym_if] = ACTIONS(703), [anon_sym_when] = ACTIONS(375), [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(3170), - [anon_sym_return] = ACTIONS(3172), + [anon_sym_throw] = ACTIONS(705), + [anon_sym_return] = ACTIONS(707), [anon_sym_continue] = ACTIONS(383), [anon_sym_break] = ACTIONS(383), [anon_sym_COLON_COLON] = ACTIONS(385), - [anon_sym_PLUS] = ACTIONS(1119), - [anon_sym_DASH] = ACTIONS(1119), - [anon_sym_PLUS_PLUS] = ACTIONS(1121), - [anon_sym_DASH_DASH] = ACTIONS(1121), - [anon_sym_BANG] = ACTIONS(1121), + [anon_sym_PLUS] = ACTIONS(709), + [anon_sym_DASH] = ACTIONS(709), + [anon_sym_PLUS_PLUS] = ACTIONS(711), + [anon_sym_DASH_DASH] = ACTIONS(711), + [anon_sym_BANG] = ACTIONS(711), [anon_sym_data] = ACTIONS(333), [anon_sym_inner] = ACTIONS(333), [anon_sym_expect] = ACTIONS(333), @@ -267372,7 +272198,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(395), [anon_sym_break_AT] = ACTIONS(397), - [sym_real_literal] = ACTIONS(1928), + [sym_real_literal] = ACTIONS(1926), [sym_integer_literal] = ACTIONS(401), [sym_hex_literal] = ACTIONS(403), [sym_bin_literal] = ACTIONS(403), @@ -267383,275 +272209,179 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(411), }, - [2183] = { - [sym__expression] = STATE(1296), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(2195), - [sym_annotation] = STATE(2195), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(262), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), - [sym__alpha_identifier] = ACTIONS(111), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1632), - [anon_sym_get] = ACTIONS(111), - [anon_sym_set] = ACTIONS(111), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(1251), - [sym_label] = ACTIONS(671), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(665), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(667), - [anon_sym_return] = ACTIONS(669), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(671), - [anon_sym_DASH] = ACTIONS(671), - [anon_sym_PLUS_PLUS] = ACTIONS(673), - [anon_sym_DASH_DASH] = ACTIONS(673), - [anon_sym_BANG] = ACTIONS(673), - [anon_sym_data] = ACTIONS(111), - [anon_sym_inner] = ACTIONS(111), - [anon_sym_expect] = ACTIONS(111), - [anon_sym_actual] = ACTIONS(111), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), - }, - [2184] = { - [sym__expression] = STATE(3665), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4941), - [sym_parenthesized_expression] = STATE(4941), - [sym_collection_literal] = STATE(4941), - [sym__literal_constant] = STATE(4941), - [sym_string_literal] = STATE(4941), - [sym_lambda_literal] = STATE(4941), - [sym_anonymous_function] = STATE(4941), - [sym__function_literal] = STATE(4941), - [sym_object_literal] = STATE(4941), - [sym_this_expression] = STATE(4941), - [sym_super_expression] = STATE(4941), - [sym_if_expression] = STATE(4941), - [sym_when_expression] = STATE(4941), - [sym_try_expression] = STATE(4941), - [sym_jump_expression] = STATE(4941), - [sym_callable_reference] = STATE(4941), - [sym__prefix_unary_operator] = STATE(2214), - [sym_annotation] = STATE(2214), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5029), - [sym__return_at] = STATE(303), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4941), - [sym_long_literal] = STATE(4941), - [sym_boolean_literal] = STATE(4941), - [sym_character_literal] = STATE(4941), - [sym__lexical_identifier] = STATE(4529), - [sym__alpha_identifier] = ACTIONS(7), + [2232] = { + [sym__expression] = STATE(1213), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(3399), + [sym_parenthesized_expression] = STATE(3399), + [sym_collection_literal] = STATE(3399), + [sym__literal_constant] = STATE(3399), + [sym_string_literal] = STATE(3399), + [sym_lambda_literal] = STATE(3399), + [sym_anonymous_function] = STATE(3399), + [sym__function_literal] = STATE(3399), + [sym_object_literal] = STATE(3399), + [sym_this_expression] = STATE(3399), + [sym_super_expression] = STATE(3399), + [sym_if_expression] = STATE(3399), + [sym_when_expression] = STATE(3399), + [sym_try_expression] = STATE(3399), + [sym_jump_expression] = STATE(3399), + [sym_callable_reference] = STATE(3399), + [sym__prefix_unary_operator] = STATE(2247), + [sym_annotation] = STATE(2247), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3347), + [sym__return_at] = STATE(317), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(3399), + [sym_long_literal] = STATE(3399), + [sym_boolean_literal] = STATE(3399), + [sym_character_literal] = STATE(3399), + [sym__lexical_identifier] = STATE(2837), + [sym__alpha_identifier] = ACTIONS(333), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1912), - [anon_sym_fun] = ACTIONS(1914), - [anon_sym_get] = ACTIONS(7), - [anon_sym_set] = ACTIONS(7), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(1267), - [sym_label] = ACTIONS(531), - [anon_sym_null] = ACTIONS(1916), - [anon_sym_if] = ACTIONS(525), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(527), - [anon_sym_return] = ACTIONS(529), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_DASH] = ACTIONS(531), - [anon_sym_PLUS_PLUS] = ACTIONS(533), - [anon_sym_DASH_DASH] = ACTIONS(533), - [anon_sym_BANG] = ACTIONS(533), - [anon_sym_data] = ACTIONS(7), - [anon_sym_inner] = ACTIONS(7), - [anon_sym_expect] = ACTIONS(7), - [anon_sym_actual] = ACTIONS(7), + [anon_sym_LBRACK] = ACTIONS(335), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_LPAREN] = ACTIONS(345), + [anon_sym_object] = ACTIONS(1920), + [anon_sym_fun] = ACTIONS(1992), + [anon_sym_get] = ACTIONS(333), + [anon_sym_set] = ACTIONS(333), + [anon_sym_this] = ACTIONS(357), + [anon_sym_super] = ACTIONS(359), + [anon_sym_STAR] = ACTIONS(1273), + [sym_label] = ACTIONS(709), + [anon_sym_null] = ACTIONS(1924), + [anon_sym_if] = ACTIONS(703), + [anon_sym_when] = ACTIONS(375), + [anon_sym_try] = ACTIONS(377), + [anon_sym_throw] = ACTIONS(705), + [anon_sym_return] = ACTIONS(707), + [anon_sym_continue] = ACTIONS(383), + [anon_sym_break] = ACTIONS(383), + [anon_sym_COLON_COLON] = ACTIONS(385), + [anon_sym_PLUS] = ACTIONS(709), + [anon_sym_DASH] = ACTIONS(709), + [anon_sym_PLUS_PLUS] = ACTIONS(711), + [anon_sym_DASH_DASH] = ACTIONS(711), + [anon_sym_BANG] = ACTIONS(711), + [anon_sym_data] = ACTIONS(333), + [anon_sym_inner] = ACTIONS(333), + [anon_sym_expect] = ACTIONS(333), + [anon_sym_actual] = ACTIONS(333), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(1918), - [sym_integer_literal] = ACTIONS(99), - [sym_hex_literal] = ACTIONS(101), - [sym_bin_literal] = ACTIONS(101), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [anon_sym_SQUOTE] = ACTIONS(105), - [sym__backtick_identifier] = ACTIONS(107), + [anon_sym_continue_AT] = ACTIONS(395), + [anon_sym_break_AT] = ACTIONS(397), + [sym_real_literal] = ACTIONS(1926), + [sym_integer_literal] = ACTIONS(401), + [sym_hex_literal] = ACTIONS(403), + [sym_bin_literal] = ACTIONS(403), + [anon_sym_true] = ACTIONS(405), + [anon_sym_false] = ACTIONS(405), + [anon_sym_SQUOTE] = ACTIONS(407), + [sym__backtick_identifier] = ACTIONS(409), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(109), + [sym__string_start] = ACTIONS(411), }, - [2185] = { - [sym__expression] = STATE(1205), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(3231), - [sym_parenthesized_expression] = STATE(3231), - [sym_collection_literal] = STATE(3231), - [sym__literal_constant] = STATE(3231), - [sym_string_literal] = STATE(3231), - [sym_lambda_literal] = STATE(3231), - [sym_anonymous_function] = STATE(3231), - [sym__function_literal] = STATE(3231), - [sym_object_literal] = STATE(3231), - [sym_this_expression] = STATE(3231), - [sym_super_expression] = STATE(3231), - [sym_if_expression] = STATE(3231), - [sym_when_expression] = STATE(3231), - [sym_try_expression] = STATE(3231), - [sym_jump_expression] = STATE(3231), - [sym_callable_reference] = STATE(3231), - [sym__prefix_unary_operator] = STATE(2185), - [sym_annotation] = STATE(2185), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3311), - [sym__return_at] = STATE(323), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(3231), - [sym_long_literal] = STATE(3231), - [sym_boolean_literal] = STATE(3231), - [sym_character_literal] = STATE(3231), - [sym__lexical_identifier] = STATE(2890), + [2233] = { + [sym__expression] = STATE(1212), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(3399), + [sym_parenthesized_expression] = STATE(3399), + [sym_collection_literal] = STATE(3399), + [sym__literal_constant] = STATE(3399), + [sym_string_literal] = STATE(3399), + [sym_lambda_literal] = STATE(3399), + [sym_anonymous_function] = STATE(3399), + [sym__function_literal] = STATE(3399), + [sym_object_literal] = STATE(3399), + [sym_this_expression] = STATE(3399), + [sym_super_expression] = STATE(3399), + [sym_if_expression] = STATE(3399), + [sym_when_expression] = STATE(3399), + [sym_try_expression] = STATE(3399), + [sym_jump_expression] = STATE(3399), + [sym_callable_reference] = STATE(3399), + [sym__prefix_unary_operator] = STATE(2247), + [sym_annotation] = STATE(2247), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3347), + [sym__return_at] = STATE(317), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(3399), + [sym_long_literal] = STATE(3399), + [sym_boolean_literal] = STATE(3399), + [sym_character_literal] = STATE(3399), + [sym__lexical_identifier] = STATE(2837), [sym__alpha_identifier] = ACTIONS(333), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(335), - [anon_sym_LBRACE] = ACTIONS(1920), + [anon_sym_LBRACE] = ACTIONS(1918), [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_object] = ACTIONS(1922), - [anon_sym_fun] = ACTIONS(2004), + [anon_sym_object] = ACTIONS(1920), + [anon_sym_fun] = ACTIONS(1992), [anon_sym_get] = ACTIONS(333), [anon_sym_set] = ACTIONS(333), [anon_sym_this] = ACTIONS(357), [anon_sym_super] = ACTIONS(359), - [anon_sym_STAR] = ACTIONS(1319), - [sym_label] = ACTIONS(703), - [anon_sym_null] = ACTIONS(1926), - [anon_sym_if] = ACTIONS(697), + [anon_sym_STAR] = ACTIONS(1273), + [sym_label] = ACTIONS(709), + [anon_sym_null] = ACTIONS(1924), + [anon_sym_if] = ACTIONS(703), [anon_sym_when] = ACTIONS(375), [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(699), - [anon_sym_return] = ACTIONS(701), + [anon_sym_throw] = ACTIONS(705), + [anon_sym_return] = ACTIONS(707), [anon_sym_continue] = ACTIONS(383), [anon_sym_break] = ACTIONS(383), [anon_sym_COLON_COLON] = ACTIONS(385), - [anon_sym_PLUS] = ACTIONS(703), - [anon_sym_DASH] = ACTIONS(703), - [anon_sym_PLUS_PLUS] = ACTIONS(705), - [anon_sym_DASH_DASH] = ACTIONS(705), - [anon_sym_BANG] = ACTIONS(705), + [anon_sym_PLUS] = ACTIONS(709), + [anon_sym_DASH] = ACTIONS(709), + [anon_sym_PLUS_PLUS] = ACTIONS(711), + [anon_sym_DASH_DASH] = ACTIONS(711), + [anon_sym_BANG] = ACTIONS(711), [anon_sym_data] = ACTIONS(333), [anon_sym_inner] = ACTIONS(333), [anon_sym_expect] = ACTIONS(333), @@ -267660,7 +272390,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(395), [anon_sym_break_AT] = ACTIONS(397), - [sym_real_literal] = ACTIONS(1928), + [sym_real_literal] = ACTIONS(1926), [sym_integer_literal] = ACTIONS(401), [sym_hex_literal] = ACTIONS(403), [sym_bin_literal] = ACTIONS(403), @@ -267671,83 +272401,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(411), }, - [2186] = { - [sym__expression] = STATE(1229), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(3231), - [sym_parenthesized_expression] = STATE(3231), - [sym_collection_literal] = STATE(3231), - [sym__literal_constant] = STATE(3231), - [sym_string_literal] = STATE(3231), - [sym_lambda_literal] = STATE(3231), - [sym_anonymous_function] = STATE(3231), - [sym__function_literal] = STATE(3231), - [sym_object_literal] = STATE(3231), - [sym_this_expression] = STATE(3231), - [sym_super_expression] = STATE(3231), - [sym_if_expression] = STATE(3231), - [sym_when_expression] = STATE(3231), - [sym_try_expression] = STATE(3231), - [sym_jump_expression] = STATE(3231), - [sym_callable_reference] = STATE(3231), - [sym__prefix_unary_operator] = STATE(2185), - [sym_annotation] = STATE(2185), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3311), - [sym__return_at] = STATE(323), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(3231), - [sym_long_literal] = STATE(3231), - [sym_boolean_literal] = STATE(3231), - [sym_character_literal] = STATE(3231), - [sym__lexical_identifier] = STATE(2890), + [2234] = { + [sym__expression] = STATE(1206), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(3399), + [sym_parenthesized_expression] = STATE(3399), + [sym_collection_literal] = STATE(3399), + [sym__literal_constant] = STATE(3399), + [sym_string_literal] = STATE(3399), + [sym_lambda_literal] = STATE(3399), + [sym_anonymous_function] = STATE(3399), + [sym__function_literal] = STATE(3399), + [sym_object_literal] = STATE(3399), + [sym_this_expression] = STATE(3399), + [sym_super_expression] = STATE(3399), + [sym_if_expression] = STATE(3399), + [sym_when_expression] = STATE(3399), + [sym_try_expression] = STATE(3399), + [sym_jump_expression] = STATE(3399), + [sym_callable_reference] = STATE(3399), + [sym__prefix_unary_operator] = STATE(2247), + [sym_annotation] = STATE(2247), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3347), + [sym__return_at] = STATE(317), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(3399), + [sym_long_literal] = STATE(3399), + [sym_boolean_literal] = STATE(3399), + [sym_character_literal] = STATE(3399), + [sym__lexical_identifier] = STATE(2837), [sym__alpha_identifier] = ACTIONS(333), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(335), - [anon_sym_LBRACE] = ACTIONS(1920), + [anon_sym_LBRACE] = ACTIONS(1918), [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_object] = ACTIONS(1922), - [anon_sym_fun] = ACTIONS(2004), + [anon_sym_object] = ACTIONS(1920), + [anon_sym_fun] = ACTIONS(1992), [anon_sym_get] = ACTIONS(333), [anon_sym_set] = ACTIONS(333), [anon_sym_this] = ACTIONS(357), [anon_sym_super] = ACTIONS(359), - [anon_sym_STAR] = ACTIONS(1319), - [sym_label] = ACTIONS(703), - [anon_sym_null] = ACTIONS(1926), - [anon_sym_if] = ACTIONS(697), + [anon_sym_STAR] = ACTIONS(1273), + [sym_label] = ACTIONS(709), + [anon_sym_null] = ACTIONS(1924), + [anon_sym_if] = ACTIONS(703), [anon_sym_when] = ACTIONS(375), [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(699), - [anon_sym_return] = ACTIONS(701), + [anon_sym_throw] = ACTIONS(705), + [anon_sym_return] = ACTIONS(707), [anon_sym_continue] = ACTIONS(383), [anon_sym_break] = ACTIONS(383), [anon_sym_COLON_COLON] = ACTIONS(385), - [anon_sym_PLUS] = ACTIONS(703), - [anon_sym_DASH] = ACTIONS(703), - [anon_sym_PLUS_PLUS] = ACTIONS(705), - [anon_sym_DASH_DASH] = ACTIONS(705), - [anon_sym_BANG] = ACTIONS(705), + [anon_sym_PLUS] = ACTIONS(709), + [anon_sym_DASH] = ACTIONS(709), + [anon_sym_PLUS_PLUS] = ACTIONS(711), + [anon_sym_DASH_DASH] = ACTIONS(711), + [anon_sym_BANG] = ACTIONS(711), [anon_sym_data] = ACTIONS(333), [anon_sym_inner] = ACTIONS(333), [anon_sym_expect] = ACTIONS(333), @@ -267756,7 +272486,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(395), [anon_sym_break_AT] = ACTIONS(397), - [sym_real_literal] = ACTIONS(1928), + [sym_real_literal] = ACTIONS(1926), [sym_integer_literal] = ACTIONS(401), [sym_hex_literal] = ACTIONS(403), [sym_bin_literal] = ACTIONS(403), @@ -267767,179 +272497,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(411), }, - [2187] = { - [sym__expression] = STATE(1293), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(2195), - [sym_annotation] = STATE(2195), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(262), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), - [sym__alpha_identifier] = ACTIONS(111), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1632), - [anon_sym_get] = ACTIONS(111), - [anon_sym_set] = ACTIONS(111), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(1251), - [sym_label] = ACTIONS(671), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(665), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(667), - [anon_sym_return] = ACTIONS(669), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(671), - [anon_sym_DASH] = ACTIONS(671), - [anon_sym_PLUS_PLUS] = ACTIONS(673), - [anon_sym_DASH_DASH] = ACTIONS(673), - [anon_sym_BANG] = ACTIONS(673), - [anon_sym_data] = ACTIONS(111), - [anon_sym_inner] = ACTIONS(111), - [anon_sym_expect] = ACTIONS(111), - [anon_sym_actual] = ACTIONS(111), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), - }, - [2188] = { - [sym__expression] = STATE(1202), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(3231), - [sym_parenthesized_expression] = STATE(3231), - [sym_collection_literal] = STATE(3231), - [sym__literal_constant] = STATE(3231), - [sym_string_literal] = STATE(3231), - [sym_lambda_literal] = STATE(3231), - [sym_anonymous_function] = STATE(3231), - [sym__function_literal] = STATE(3231), - [sym_object_literal] = STATE(3231), - [sym_this_expression] = STATE(3231), - [sym_super_expression] = STATE(3231), - [sym_if_expression] = STATE(3231), - [sym_when_expression] = STATE(3231), - [sym_try_expression] = STATE(3231), - [sym_jump_expression] = STATE(3231), - [sym_callable_reference] = STATE(3231), - [sym__prefix_unary_operator] = STATE(2185), - [sym_annotation] = STATE(2185), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3311), - [sym__return_at] = STATE(323), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(3231), - [sym_long_literal] = STATE(3231), - [sym_boolean_literal] = STATE(3231), - [sym_character_literal] = STATE(3231), - [sym__lexical_identifier] = STATE(2890), + [2235] = { + [sym__expression] = STATE(1210), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(3399), + [sym_parenthesized_expression] = STATE(3399), + [sym_collection_literal] = STATE(3399), + [sym__literal_constant] = STATE(3399), + [sym_string_literal] = STATE(3399), + [sym_lambda_literal] = STATE(3399), + [sym_anonymous_function] = STATE(3399), + [sym__function_literal] = STATE(3399), + [sym_object_literal] = STATE(3399), + [sym_this_expression] = STATE(3399), + [sym_super_expression] = STATE(3399), + [sym_if_expression] = STATE(3399), + [sym_when_expression] = STATE(3399), + [sym_try_expression] = STATE(3399), + [sym_jump_expression] = STATE(3399), + [sym_callable_reference] = STATE(3399), + [sym__prefix_unary_operator] = STATE(2247), + [sym_annotation] = STATE(2247), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3347), + [sym__return_at] = STATE(317), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(3399), + [sym_long_literal] = STATE(3399), + [sym_boolean_literal] = STATE(3399), + [sym_character_literal] = STATE(3399), + [sym__lexical_identifier] = STATE(2837), [sym__alpha_identifier] = ACTIONS(333), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(335), - [anon_sym_LBRACE] = ACTIONS(1920), + [anon_sym_LBRACE] = ACTIONS(1918), [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_object] = ACTIONS(1922), - [anon_sym_fun] = ACTIONS(2004), + [anon_sym_object] = ACTIONS(1920), + [anon_sym_fun] = ACTIONS(1992), [anon_sym_get] = ACTIONS(333), [anon_sym_set] = ACTIONS(333), [anon_sym_this] = ACTIONS(357), [anon_sym_super] = ACTIONS(359), - [anon_sym_STAR] = ACTIONS(1319), - [sym_label] = ACTIONS(703), - [anon_sym_null] = ACTIONS(1926), - [anon_sym_if] = ACTIONS(697), + [anon_sym_STAR] = ACTIONS(1273), + [sym_label] = ACTIONS(709), + [anon_sym_null] = ACTIONS(1924), + [anon_sym_if] = ACTIONS(703), [anon_sym_when] = ACTIONS(375), [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(699), - [anon_sym_return] = ACTIONS(701), + [anon_sym_throw] = ACTIONS(705), + [anon_sym_return] = ACTIONS(707), [anon_sym_continue] = ACTIONS(383), [anon_sym_break] = ACTIONS(383), [anon_sym_COLON_COLON] = ACTIONS(385), - [anon_sym_PLUS] = ACTIONS(703), - [anon_sym_DASH] = ACTIONS(703), - [anon_sym_PLUS_PLUS] = ACTIONS(705), - [anon_sym_DASH_DASH] = ACTIONS(705), - [anon_sym_BANG] = ACTIONS(705), + [anon_sym_PLUS] = ACTIONS(709), + [anon_sym_DASH] = ACTIONS(709), + [anon_sym_PLUS_PLUS] = ACTIONS(711), + [anon_sym_DASH_DASH] = ACTIONS(711), + [anon_sym_BANG] = ACTIONS(711), [anon_sym_data] = ACTIONS(333), [anon_sym_inner] = ACTIONS(333), [anon_sym_expect] = ACTIONS(333), @@ -267948,7 +272582,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(395), [anon_sym_break_AT] = ACTIONS(397), - [sym_real_literal] = ACTIONS(1928), + [sym_real_literal] = ACTIONS(1926), [sym_integer_literal] = ACTIONS(401), [sym_hex_literal] = ACTIONS(403), [sym_bin_literal] = ACTIONS(403), @@ -267959,83 +272593,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(411), }, - [2189] = { - [sym__expression] = STATE(1216), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(3231), - [sym_parenthesized_expression] = STATE(3231), - [sym_collection_literal] = STATE(3231), - [sym__literal_constant] = STATE(3231), - [sym_string_literal] = STATE(3231), - [sym_lambda_literal] = STATE(3231), - [sym_anonymous_function] = STATE(3231), - [sym__function_literal] = STATE(3231), - [sym_object_literal] = STATE(3231), - [sym_this_expression] = STATE(3231), - [sym_super_expression] = STATE(3231), - [sym_if_expression] = STATE(3231), - [sym_when_expression] = STATE(3231), - [sym_try_expression] = STATE(3231), - [sym_jump_expression] = STATE(3231), - [sym_callable_reference] = STATE(3231), - [sym__prefix_unary_operator] = STATE(2185), - [sym_annotation] = STATE(2185), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3311), - [sym__return_at] = STATE(323), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(3231), - [sym_long_literal] = STATE(3231), - [sym_boolean_literal] = STATE(3231), - [sym_character_literal] = STATE(3231), - [sym__lexical_identifier] = STATE(2890), + [2236] = { + [sym__expression] = STATE(1209), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(3399), + [sym_parenthesized_expression] = STATE(3399), + [sym_collection_literal] = STATE(3399), + [sym__literal_constant] = STATE(3399), + [sym_string_literal] = STATE(3399), + [sym_lambda_literal] = STATE(3399), + [sym_anonymous_function] = STATE(3399), + [sym__function_literal] = STATE(3399), + [sym_object_literal] = STATE(3399), + [sym_this_expression] = STATE(3399), + [sym_super_expression] = STATE(3399), + [sym_if_expression] = STATE(3399), + [sym_when_expression] = STATE(3399), + [sym_try_expression] = STATE(3399), + [sym_jump_expression] = STATE(3399), + [sym_callable_reference] = STATE(3399), + [sym__prefix_unary_operator] = STATE(2247), + [sym_annotation] = STATE(2247), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3347), + [sym__return_at] = STATE(317), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(3399), + [sym_long_literal] = STATE(3399), + [sym_boolean_literal] = STATE(3399), + [sym_character_literal] = STATE(3399), + [sym__lexical_identifier] = STATE(2837), [sym__alpha_identifier] = ACTIONS(333), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(335), - [anon_sym_LBRACE] = ACTIONS(1920), + [anon_sym_LBRACE] = ACTIONS(1918), [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_object] = ACTIONS(1922), - [anon_sym_fun] = ACTIONS(2004), + [anon_sym_object] = ACTIONS(1920), + [anon_sym_fun] = ACTIONS(1992), [anon_sym_get] = ACTIONS(333), [anon_sym_set] = ACTIONS(333), [anon_sym_this] = ACTIONS(357), [anon_sym_super] = ACTIONS(359), - [anon_sym_STAR] = ACTIONS(1319), - [sym_label] = ACTIONS(703), - [anon_sym_null] = ACTIONS(1926), - [anon_sym_if] = ACTIONS(697), + [anon_sym_STAR] = ACTIONS(1273), + [sym_label] = ACTIONS(709), + [anon_sym_null] = ACTIONS(1924), + [anon_sym_if] = ACTIONS(703), [anon_sym_when] = ACTIONS(375), [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(699), - [anon_sym_return] = ACTIONS(701), + [anon_sym_throw] = ACTIONS(705), + [anon_sym_return] = ACTIONS(707), [anon_sym_continue] = ACTIONS(383), [anon_sym_break] = ACTIONS(383), [anon_sym_COLON_COLON] = ACTIONS(385), - [anon_sym_PLUS] = ACTIONS(703), - [anon_sym_DASH] = ACTIONS(703), - [anon_sym_PLUS_PLUS] = ACTIONS(705), - [anon_sym_DASH_DASH] = ACTIONS(705), - [anon_sym_BANG] = ACTIONS(705), + [anon_sym_PLUS] = ACTIONS(709), + [anon_sym_DASH] = ACTIONS(709), + [anon_sym_PLUS_PLUS] = ACTIONS(711), + [anon_sym_DASH_DASH] = ACTIONS(711), + [anon_sym_BANG] = ACTIONS(711), [anon_sym_data] = ACTIONS(333), [anon_sym_inner] = ACTIONS(333), [anon_sym_expect] = ACTIONS(333), @@ -268044,7 +272678,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(395), [anon_sym_break_AT] = ACTIONS(397), - [sym_real_literal] = ACTIONS(1928), + [sym_real_literal] = ACTIONS(1926), [sym_integer_literal] = ACTIONS(401), [sym_hex_literal] = ACTIONS(403), [sym_bin_literal] = ACTIONS(403), @@ -268055,275 +272689,179 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(411), }, - [2190] = { - [sym__expression] = STATE(1180), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(1697), - [sym_annotation] = STATE(1697), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(268), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), - [sym__alpha_identifier] = ACTIONS(111), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1662), - [anon_sym_get] = ACTIONS(111), - [anon_sym_set] = ACTIONS(111), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(995), - [sym_label] = ACTIONS(1003), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(1664), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(1666), - [anon_sym_return] = ACTIONS(1668), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(1003), - [anon_sym_DASH] = ACTIONS(1003), - [anon_sym_PLUS_PLUS] = ACTIONS(1005), - [anon_sym_DASH_DASH] = ACTIONS(1005), - [anon_sym_BANG] = ACTIONS(1005), - [anon_sym_data] = ACTIONS(111), - [anon_sym_inner] = ACTIONS(111), - [anon_sym_expect] = ACTIONS(111), - [anon_sym_actual] = ACTIONS(111), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), - }, - [2191] = { - [sym__expression] = STATE(639), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(1620), - [sym_annotation] = STATE(1620), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(261), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), - [sym__alpha_identifier] = ACTIONS(537), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(539), + [2237] = { + [sym__expression] = STATE(900), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(2362), + [sym_annotation] = STATE(2362), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(269), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_LPAREN] = ACTIONS(549), + [anon_sym_LPAREN] = ACTIONS(467), [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1626), - [anon_sym_get] = ACTIONS(537), - [anon_sym_set] = ACTIONS(537), - [anon_sym_this] = ACTIONS(561), - [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1279), - [sym_label] = ACTIONS(591), + [anon_sym_fun] = ACTIONS(1670), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1021), + [sym_label] = ACTIONS(1029), [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(577), - [anon_sym_when] = ACTIONS(579), - [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(583), - [anon_sym_return] = ACTIONS(585), - [anon_sym_continue] = ACTIONS(587), - [anon_sym_break] = ACTIONS(587), - [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_PLUS_PLUS] = ACTIONS(593), - [anon_sym_DASH_DASH] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_data] = ACTIONS(537), - [anon_sym_inner] = ACTIONS(537), - [anon_sym_expect] = ACTIONS(537), - [anon_sym_actual] = ACTIONS(537), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(599), - [anon_sym_break_AT] = ACTIONS(601), + [anon_sym_if] = ACTIONS(1672), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(1674), + [anon_sym_return] = ACTIONS(1676), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(1029), + [anon_sym_DASH] = ACTIONS(1029), + [anon_sym_PLUS_PLUS] = ACTIONS(1031), + [anon_sym_DASH_DASH] = ACTIONS(1031), + [anon_sym_BANG] = ACTIONS(1031), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), [sym_real_literal] = ACTIONS(1630), - [sym_integer_literal] = ACTIONS(605), - [sym_hex_literal] = ACTIONS(607), - [sym_bin_literal] = ACTIONS(607), - [anon_sym_true] = ACTIONS(609), - [anon_sym_false] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(611), - [sym__backtick_identifier] = ACTIONS(613), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(615), + [sym__string_start] = ACTIONS(535), }, - [2192] = { - [sym__expression] = STATE(1217), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(3231), - [sym_parenthesized_expression] = STATE(3231), - [sym_collection_literal] = STATE(3231), - [sym__literal_constant] = STATE(3231), - [sym_string_literal] = STATE(3231), - [sym_lambda_literal] = STATE(3231), - [sym_anonymous_function] = STATE(3231), - [sym__function_literal] = STATE(3231), - [sym_object_literal] = STATE(3231), - [sym_this_expression] = STATE(3231), - [sym_super_expression] = STATE(3231), - [sym_if_expression] = STATE(3231), - [sym_when_expression] = STATE(3231), - [sym_try_expression] = STATE(3231), - [sym_jump_expression] = STATE(3231), - [sym_callable_reference] = STATE(3231), - [sym__prefix_unary_operator] = STATE(2185), - [sym_annotation] = STATE(2185), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3311), - [sym__return_at] = STATE(323), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(3231), - [sym_long_literal] = STATE(3231), - [sym_boolean_literal] = STATE(3231), - [sym_character_literal] = STATE(3231), - [sym__lexical_identifier] = STATE(2890), + [2238] = { + [sym__expression] = STATE(1208), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(3399), + [sym_parenthesized_expression] = STATE(3399), + [sym_collection_literal] = STATE(3399), + [sym__literal_constant] = STATE(3399), + [sym_string_literal] = STATE(3399), + [sym_lambda_literal] = STATE(3399), + [sym_anonymous_function] = STATE(3399), + [sym__function_literal] = STATE(3399), + [sym_object_literal] = STATE(3399), + [sym_this_expression] = STATE(3399), + [sym_super_expression] = STATE(3399), + [sym_if_expression] = STATE(3399), + [sym_when_expression] = STATE(3399), + [sym_try_expression] = STATE(3399), + [sym_jump_expression] = STATE(3399), + [sym_callable_reference] = STATE(3399), + [sym__prefix_unary_operator] = STATE(2247), + [sym_annotation] = STATE(2247), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3347), + [sym__return_at] = STATE(317), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(3399), + [sym_long_literal] = STATE(3399), + [sym_boolean_literal] = STATE(3399), + [sym_character_literal] = STATE(3399), + [sym__lexical_identifier] = STATE(2837), [sym__alpha_identifier] = ACTIONS(333), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(335), - [anon_sym_LBRACE] = ACTIONS(1920), + [anon_sym_LBRACE] = ACTIONS(1918), [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_object] = ACTIONS(1922), - [anon_sym_fun] = ACTIONS(2004), + [anon_sym_object] = ACTIONS(1920), + [anon_sym_fun] = ACTIONS(1992), [anon_sym_get] = ACTIONS(333), [anon_sym_set] = ACTIONS(333), [anon_sym_this] = ACTIONS(357), [anon_sym_super] = ACTIONS(359), - [anon_sym_STAR] = ACTIONS(1319), - [sym_label] = ACTIONS(703), - [anon_sym_null] = ACTIONS(1926), - [anon_sym_if] = ACTIONS(697), + [anon_sym_STAR] = ACTIONS(1273), + [sym_label] = ACTIONS(709), + [anon_sym_null] = ACTIONS(1924), + [anon_sym_if] = ACTIONS(703), [anon_sym_when] = ACTIONS(375), [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(699), - [anon_sym_return] = ACTIONS(701), + [anon_sym_throw] = ACTIONS(705), + [anon_sym_return] = ACTIONS(707), [anon_sym_continue] = ACTIONS(383), [anon_sym_break] = ACTIONS(383), [anon_sym_COLON_COLON] = ACTIONS(385), - [anon_sym_PLUS] = ACTIONS(703), - [anon_sym_DASH] = ACTIONS(703), - [anon_sym_PLUS_PLUS] = ACTIONS(705), - [anon_sym_DASH_DASH] = ACTIONS(705), - [anon_sym_BANG] = ACTIONS(705), + [anon_sym_PLUS] = ACTIONS(709), + [anon_sym_DASH] = ACTIONS(709), + [anon_sym_PLUS_PLUS] = ACTIONS(711), + [anon_sym_DASH_DASH] = ACTIONS(711), + [anon_sym_BANG] = ACTIONS(711), [anon_sym_data] = ACTIONS(333), [anon_sym_inner] = ACTIONS(333), [anon_sym_expect] = ACTIONS(333), @@ -268332,7 +272870,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(395), [anon_sym_break_AT] = ACTIONS(397), - [sym_real_literal] = ACTIONS(1928), + [sym_real_literal] = ACTIONS(1926), [sym_integer_literal] = ACTIONS(401), [sym_hex_literal] = ACTIONS(403), [sym_bin_literal] = ACTIONS(403), @@ -268343,179 +272881,179 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(411), }, - [2193] = { - [sym__expression] = STATE(274), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2297), - [sym_annotation] = STATE(2297), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(260), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1616), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1295), - [sym_label] = ACTIONS(467), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(453), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(459), - [anon_sym_return] = ACTIONS(461), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(467), - [anon_sym_DASH] = ACTIONS(467), - [anon_sym_PLUS_PLUS] = ACTIONS(469), - [anon_sym_DASH_DASH] = ACTIONS(469), - [anon_sym_BANG] = ACTIONS(469), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), + [2239] = { + [sym__expression] = STATE(3947), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4931), + [sym_parenthesized_expression] = STATE(4931), + [sym_collection_literal] = STATE(4931), + [sym__literal_constant] = STATE(4931), + [sym_string_literal] = STATE(4931), + [sym_lambda_literal] = STATE(4931), + [sym_anonymous_function] = STATE(4931), + [sym__function_literal] = STATE(4931), + [sym_object_literal] = STATE(4931), + [sym_this_expression] = STATE(4931), + [sym_super_expression] = STATE(4931), + [sym_if_expression] = STATE(4931), + [sym_when_expression] = STATE(4931), + [sym_try_expression] = STATE(4931), + [sym_jump_expression] = STATE(4931), + [sym_callable_reference] = STATE(4931), + [sym__prefix_unary_operator] = STATE(1665), + [sym_annotation] = STATE(1665), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4928), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4931), + [sym_long_literal] = STATE(4931), + [sym_boolean_literal] = STATE(4931), + [sym_character_literal] = STATE(4931), + [sym__lexical_identifier] = STATE(4566), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1902), + [anon_sym_fun] = ACTIONS(1982), + [anon_sym_get] = ACTIONS(7), + [anon_sym_set] = ACTIONS(7), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(1243), + [sym_label] = ACTIONS(793), + [anon_sym_null] = ACTIONS(1906), + [anon_sym_if] = ACTIONS(55), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(61), + [anon_sym_return] = ACTIONS(63), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(793), + [anon_sym_DASH] = ACTIONS(793), + [anon_sym_PLUS_PLUS] = ACTIONS(795), + [anon_sym_DASH_DASH] = ACTIONS(795), + [anon_sym_BANG] = ACTIONS(795), + [anon_sym_data] = ACTIONS(7), + [anon_sym_inner] = ACTIONS(7), + [anon_sym_expect] = ACTIONS(7), + [anon_sym_actual] = ACTIONS(7), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [sym_real_literal] = ACTIONS(1908), + [sym_integer_literal] = ACTIONS(99), + [sym_hex_literal] = ACTIONS(101), + [sym_bin_literal] = ACTIONS(101), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SQUOTE] = ACTIONS(105), + [sym__backtick_identifier] = ACTIONS(107), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), + [sym__string_start] = ACTIONS(109), }, - [2194] = { - [sym__expression] = STATE(1219), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(3231), - [sym_parenthesized_expression] = STATE(3231), - [sym_collection_literal] = STATE(3231), - [sym__literal_constant] = STATE(3231), - [sym_string_literal] = STATE(3231), - [sym_lambda_literal] = STATE(3231), - [sym_anonymous_function] = STATE(3231), - [sym__function_literal] = STATE(3231), - [sym_object_literal] = STATE(3231), - [sym_this_expression] = STATE(3231), - [sym_super_expression] = STATE(3231), - [sym_if_expression] = STATE(3231), - [sym_when_expression] = STATE(3231), - [sym_try_expression] = STATE(3231), - [sym_jump_expression] = STATE(3231), - [sym_callable_reference] = STATE(3231), - [sym__prefix_unary_operator] = STATE(2185), - [sym_annotation] = STATE(2185), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3311), - [sym__return_at] = STATE(323), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(3231), - [sym_long_literal] = STATE(3231), - [sym_boolean_literal] = STATE(3231), - [sym_character_literal] = STATE(3231), - [sym__lexical_identifier] = STATE(2890), + [2240] = { + [sym__expression] = STATE(1207), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(3399), + [sym_parenthesized_expression] = STATE(3399), + [sym_collection_literal] = STATE(3399), + [sym__literal_constant] = STATE(3399), + [sym_string_literal] = STATE(3399), + [sym_lambda_literal] = STATE(3399), + [sym_anonymous_function] = STATE(3399), + [sym__function_literal] = STATE(3399), + [sym_object_literal] = STATE(3399), + [sym_this_expression] = STATE(3399), + [sym_super_expression] = STATE(3399), + [sym_if_expression] = STATE(3399), + [sym_when_expression] = STATE(3399), + [sym_try_expression] = STATE(3399), + [sym_jump_expression] = STATE(3399), + [sym_callable_reference] = STATE(3399), + [sym__prefix_unary_operator] = STATE(2247), + [sym_annotation] = STATE(2247), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3347), + [sym__return_at] = STATE(317), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(3399), + [sym_long_literal] = STATE(3399), + [sym_boolean_literal] = STATE(3399), + [sym_character_literal] = STATE(3399), + [sym__lexical_identifier] = STATE(2837), [sym__alpha_identifier] = ACTIONS(333), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(335), - [anon_sym_LBRACE] = ACTIONS(1920), + [anon_sym_LBRACE] = ACTIONS(1918), [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_object] = ACTIONS(1922), - [anon_sym_fun] = ACTIONS(2004), + [anon_sym_object] = ACTIONS(1920), + [anon_sym_fun] = ACTIONS(1992), [anon_sym_get] = ACTIONS(333), [anon_sym_set] = ACTIONS(333), [anon_sym_this] = ACTIONS(357), [anon_sym_super] = ACTIONS(359), - [anon_sym_STAR] = ACTIONS(1319), - [sym_label] = ACTIONS(703), - [anon_sym_null] = ACTIONS(1926), - [anon_sym_if] = ACTIONS(697), + [anon_sym_STAR] = ACTIONS(1273), + [sym_label] = ACTIONS(709), + [anon_sym_null] = ACTIONS(1924), + [anon_sym_if] = ACTIONS(703), [anon_sym_when] = ACTIONS(375), [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(699), - [anon_sym_return] = ACTIONS(701), + [anon_sym_throw] = ACTIONS(705), + [anon_sym_return] = ACTIONS(707), [anon_sym_continue] = ACTIONS(383), [anon_sym_break] = ACTIONS(383), [anon_sym_COLON_COLON] = ACTIONS(385), - [anon_sym_PLUS] = ACTIONS(703), - [anon_sym_DASH] = ACTIONS(703), - [anon_sym_PLUS_PLUS] = ACTIONS(705), - [anon_sym_DASH_DASH] = ACTIONS(705), - [anon_sym_BANG] = ACTIONS(705), + [anon_sym_PLUS] = ACTIONS(709), + [anon_sym_DASH] = ACTIONS(709), + [anon_sym_PLUS_PLUS] = ACTIONS(711), + [anon_sym_DASH_DASH] = ACTIONS(711), + [anon_sym_BANG] = ACTIONS(711), [anon_sym_data] = ACTIONS(333), [anon_sym_inner] = ACTIONS(333), [anon_sym_expect] = ACTIONS(333), @@ -268524,7 +273062,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(395), [anon_sym_break_AT] = ACTIONS(397), - [sym_real_literal] = ACTIONS(1928), + [sym_real_literal] = ACTIONS(1926), [sym_integer_literal] = ACTIONS(401), [sym_hex_literal] = ACTIONS(403), [sym_bin_literal] = ACTIONS(403), @@ -268535,275 +273073,659 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(411), }, - [2195] = { - [sym__expression] = STATE(1290), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(2195), - [sym_annotation] = STATE(2195), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(262), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), - [sym__alpha_identifier] = ACTIONS(111), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1632), - [anon_sym_get] = ACTIONS(111), - [anon_sym_set] = ACTIONS(111), - [anon_sym_this] = ACTIONS(141), - [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(1251), - [sym_label] = ACTIONS(671), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(665), - [anon_sym_when] = ACTIONS(159), - [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(667), - [anon_sym_return] = ACTIONS(669), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(671), - [anon_sym_DASH] = ACTIONS(671), - [anon_sym_PLUS_PLUS] = ACTIONS(673), - [anon_sym_DASH_DASH] = ACTIONS(673), - [anon_sym_BANG] = ACTIONS(673), - [anon_sym_data] = ACTIONS(111), - [anon_sym_inner] = ACTIONS(111), - [anon_sym_expect] = ACTIONS(111), - [anon_sym_actual] = ACTIONS(111), + [2241] = { + [sym_primary_constructor] = STATE(5044), + [sym__class_parameters] = STATE(4565), + [sym_type_parameters] = STATE(2377), + [sym_type_constraints] = STATE(4513), + [sym_enum_class_body] = STATE(4750), + [sym_modifiers] = STATE(9275), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3102), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_COLON] = ACTIONS(5890), + [anon_sym_LBRACK] = ACTIONS(3108), + [anon_sym_RBRACK] = ACTIONS(3108), + [anon_sym_as] = ACTIONS(3102), + [anon_sym_constructor] = ACTIONS(5113), + [anon_sym_LBRACE] = ACTIONS(5115), + [anon_sym_RBRACE] = ACTIONS(3108), + [anon_sym_LPAREN] = ACTIONS(5117), + [anon_sym_COMMA] = ACTIONS(3108), + [anon_sym_RPAREN] = ACTIONS(3108), + [anon_sym_LT] = ACTIONS(5119), + [anon_sym_GT] = ACTIONS(3102), + [anon_sym_where] = ACTIONS(5121), + [anon_sym_DOT] = ACTIONS(3102), + [anon_sym_SEMI] = ACTIONS(3108), + [anon_sym_get] = ACTIONS(3102), + [anon_sym_set] = ACTIONS(3102), + [anon_sym_STAR] = ACTIONS(3108), + [anon_sym_DASH_GT] = ACTIONS(3108), + [sym_label] = ACTIONS(3108), + [anon_sym_in] = ACTIONS(3102), + [anon_sym_while] = ACTIONS(3102), + [anon_sym_DOT_DOT] = ACTIONS(3108), + [anon_sym_QMARK_COLON] = ACTIONS(3108), + [anon_sym_AMP_AMP] = ACTIONS(3108), + [anon_sym_PIPE_PIPE] = ACTIONS(3108), + [anon_sym_else] = ACTIONS(3102), + [anon_sym_COLON_COLON] = ACTIONS(3108), + [anon_sym_BANG_EQ] = ACTIONS(3102), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3108), + [anon_sym_EQ_EQ] = ACTIONS(3102), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3108), + [anon_sym_LT_EQ] = ACTIONS(3108), + [anon_sym_GT_EQ] = ACTIONS(3108), + [anon_sym_BANGin] = ACTIONS(3108), + [anon_sym_is] = ACTIONS(3102), + [anon_sym_BANGis] = ACTIONS(3108), + [anon_sym_PLUS] = ACTIONS(3102), + [anon_sym_DASH] = ACTIONS(3102), + [anon_sym_SLASH] = ACTIONS(3102), + [anon_sym_PERCENT] = ACTIONS(3108), + [anon_sym_as_QMARK] = ACTIONS(3108), + [anon_sym_PLUS_PLUS] = ACTIONS(3108), + [anon_sym_DASH_DASH] = ACTIONS(3108), + [anon_sym_BANG_BANG] = ACTIONS(3108), + [anon_sym_suspend] = ACTIONS(3120), + [anon_sym_sealed] = ACTIONS(3122), + [anon_sym_annotation] = ACTIONS(3122), + [anon_sym_data] = ACTIONS(3122), + [anon_sym_inner] = ACTIONS(3122), + [anon_sym_override] = ACTIONS(3124), + [anon_sym_lateinit] = ACTIONS(3124), + [anon_sym_public] = ACTIONS(3126), + [anon_sym_private] = ACTIONS(3126), + [anon_sym_internal] = ACTIONS(3126), + [anon_sym_protected] = ACTIONS(3126), + [anon_sym_tailrec] = ACTIONS(3120), + [anon_sym_operator] = ACTIONS(3120), + [anon_sym_infix] = ACTIONS(3120), + [anon_sym_inline] = ACTIONS(3120), + [anon_sym_external] = ACTIONS(3120), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3130), + [anon_sym_final] = ACTIONS(3130), + [anon_sym_open] = ACTIONS(3130), + [anon_sym_vararg] = ACTIONS(3132), + [anon_sym_noinline] = ACTIONS(3132), + [anon_sym_crossinline] = ACTIONS(3132), + [anon_sym_expect] = ACTIONS(3134), + [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(179), - [anon_sym_continue_AT] = ACTIONS(181), - [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), - [sym_integer_literal] = ACTIONS(187), - [sym_hex_literal] = ACTIONS(189), - [sym_bin_literal] = ACTIONS(189), - [anon_sym_true] = ACTIONS(191), - [anon_sym_false] = ACTIONS(191), - [anon_sym_SQUOTE] = ACTIONS(193), - [sym__backtick_identifier] = ACTIONS(195), + [sym__backtick_identifier] = ACTIONS(3108), + [sym_safe_nav] = ACTIONS(3108), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(197), }, - [2196] = { - [sym__expression] = STATE(280), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2297), - [sym_annotation] = STATE(2297), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(260), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), + [2242] = { + [sym__expression] = STATE(291), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2198), + [sym_annotation] = STATE(2198), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(264), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), + [sym__alpha_identifier] = ACTIONS(537), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(539), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), + [anon_sym_LPAREN] = ACTIONS(549), [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1616), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1295), - [sym_label] = ACTIONS(467), + [anon_sym_fun] = ACTIONS(1636), + [anon_sym_get] = ACTIONS(537), + [anon_sym_set] = ACTIONS(537), + [anon_sym_this] = ACTIONS(561), + [anon_sym_super] = ACTIONS(563), + [anon_sym_STAR] = ACTIONS(1259), + [sym_label] = ACTIONS(645), [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(453), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(459), - [anon_sym_return] = ACTIONS(461), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(467), - [anon_sym_DASH] = ACTIONS(467), - [anon_sym_PLUS_PLUS] = ACTIONS(469), - [anon_sym_DASH_DASH] = ACTIONS(469), - [anon_sym_BANG] = ACTIONS(469), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), + [anon_sym_if] = ACTIONS(639), + [anon_sym_when] = ACTIONS(579), + [anon_sym_try] = ACTIONS(581), + [anon_sym_throw] = ACTIONS(641), + [anon_sym_return] = ACTIONS(643), + [anon_sym_continue] = ACTIONS(587), + [anon_sym_break] = ACTIONS(587), + [anon_sym_COLON_COLON] = ACTIONS(589), + [anon_sym_PLUS] = ACTIONS(645), + [anon_sym_DASH] = ACTIONS(645), + [anon_sym_PLUS_PLUS] = ACTIONS(647), + [anon_sym_DASH_DASH] = ACTIONS(647), + [anon_sym_BANG] = ACTIONS(647), + [anon_sym_data] = ACTIONS(537), + [anon_sym_inner] = ACTIONS(537), + [anon_sym_expect] = ACTIONS(537), + [anon_sym_actual] = ACTIONS(537), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(599), + [anon_sym_break_AT] = ACTIONS(601), [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), + [sym_integer_literal] = ACTIONS(605), + [sym_hex_literal] = ACTIONS(607), + [sym_bin_literal] = ACTIONS(607), + [anon_sym_true] = ACTIONS(609), + [anon_sym_false] = ACTIONS(609), + [anon_sym_SQUOTE] = ACTIONS(611), + [sym__backtick_identifier] = ACTIONS(613), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), + [sym__string_start] = ACTIONS(615), }, - [2197] = { - [sym__expression] = STATE(1220), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(3231), - [sym_parenthesized_expression] = STATE(3231), - [sym_collection_literal] = STATE(3231), - [sym__literal_constant] = STATE(3231), - [sym_string_literal] = STATE(3231), - [sym_lambda_literal] = STATE(3231), - [sym_anonymous_function] = STATE(3231), - [sym__function_literal] = STATE(3231), - [sym_object_literal] = STATE(3231), - [sym_this_expression] = STATE(3231), - [sym_super_expression] = STATE(3231), - [sym_if_expression] = STATE(3231), - [sym_when_expression] = STATE(3231), - [sym_try_expression] = STATE(3231), - [sym_jump_expression] = STATE(3231), - [sym_callable_reference] = STATE(3231), - [sym__prefix_unary_operator] = STATE(2185), - [sym_annotation] = STATE(2185), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3311), - [sym__return_at] = STATE(323), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(3231), - [sym_long_literal] = STATE(3231), - [sym_boolean_literal] = STATE(3231), - [sym_character_literal] = STATE(3231), - [sym__lexical_identifier] = STATE(2890), + [2243] = { + [sym__expression] = STATE(4378), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(377), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(3094), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(1065), + [sym_label] = ACTIONS(327), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(3096), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(3098), + [anon_sym_return] = ACTIONS(3100), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(327), + [anon_sym_DASH] = ACTIONS(327), + [anon_sym_PLUS_PLUS] = ACTIONS(329), + [anon_sym_DASH_DASH] = ACTIONS(329), + [anon_sym_BANG] = ACTIONS(329), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(283), + }, + [2244] = { + [sym__expression] = STATE(4337), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(377), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(3094), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(1065), + [sym_label] = ACTIONS(327), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(3096), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(3098), + [anon_sym_return] = ACTIONS(3100), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(327), + [anon_sym_DASH] = ACTIONS(327), + [anon_sym_PLUS_PLUS] = ACTIONS(329), + [anon_sym_DASH_DASH] = ACTIONS(329), + [anon_sym_BANG] = ACTIONS(329), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(283), + }, + [2245] = { + [sym__expression] = STATE(3940), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4931), + [sym_parenthesized_expression] = STATE(4931), + [sym_collection_literal] = STATE(4931), + [sym__literal_constant] = STATE(4931), + [sym_string_literal] = STATE(4931), + [sym_lambda_literal] = STATE(4931), + [sym_anonymous_function] = STATE(4931), + [sym__function_literal] = STATE(4931), + [sym_object_literal] = STATE(4931), + [sym_this_expression] = STATE(4931), + [sym_super_expression] = STATE(4931), + [sym_if_expression] = STATE(4931), + [sym_when_expression] = STATE(4931), + [sym_try_expression] = STATE(4931), + [sym_jump_expression] = STATE(4931), + [sym_callable_reference] = STATE(4931), + [sym__prefix_unary_operator] = STATE(1665), + [sym_annotation] = STATE(1665), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4928), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4931), + [sym_long_literal] = STATE(4931), + [sym_boolean_literal] = STATE(4931), + [sym_character_literal] = STATE(4931), + [sym__lexical_identifier] = STATE(4566), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1902), + [anon_sym_fun] = ACTIONS(1982), + [anon_sym_get] = ACTIONS(7), + [anon_sym_set] = ACTIONS(7), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(1243), + [sym_label] = ACTIONS(793), + [anon_sym_null] = ACTIONS(1906), + [anon_sym_if] = ACTIONS(55), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(61), + [anon_sym_return] = ACTIONS(63), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(793), + [anon_sym_DASH] = ACTIONS(793), + [anon_sym_PLUS_PLUS] = ACTIONS(795), + [anon_sym_DASH_DASH] = ACTIONS(795), + [anon_sym_BANG] = ACTIONS(795), + [anon_sym_data] = ACTIONS(7), + [anon_sym_inner] = ACTIONS(7), + [anon_sym_expect] = ACTIONS(7), + [anon_sym_actual] = ACTIONS(7), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [sym_real_literal] = ACTIONS(1908), + [sym_integer_literal] = ACTIONS(99), + [sym_hex_literal] = ACTIONS(101), + [sym_bin_literal] = ACTIONS(101), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SQUOTE] = ACTIONS(105), + [sym__backtick_identifier] = ACTIONS(107), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(109), + }, + [2246] = { + [sym__expression] = STATE(1021), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(2362), + [sym_annotation] = STATE(2362), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(269), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1670), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1021), + [sym_label] = ACTIONS(1029), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(1672), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(1674), + [anon_sym_return] = ACTIONS(1676), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(1029), + [anon_sym_DASH] = ACTIONS(1029), + [anon_sym_PLUS_PLUS] = ACTIONS(1031), + [anon_sym_DASH_DASH] = ACTIONS(1031), + [anon_sym_BANG] = ACTIONS(1031), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), + }, + [2247] = { + [sym__expression] = STATE(1223), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(3399), + [sym_parenthesized_expression] = STATE(3399), + [sym_collection_literal] = STATE(3399), + [sym__literal_constant] = STATE(3399), + [sym_string_literal] = STATE(3399), + [sym_lambda_literal] = STATE(3399), + [sym_anonymous_function] = STATE(3399), + [sym__function_literal] = STATE(3399), + [sym_object_literal] = STATE(3399), + [sym_this_expression] = STATE(3399), + [sym_super_expression] = STATE(3399), + [sym_if_expression] = STATE(3399), + [sym_when_expression] = STATE(3399), + [sym_try_expression] = STATE(3399), + [sym_jump_expression] = STATE(3399), + [sym_callable_reference] = STATE(3399), + [sym__prefix_unary_operator] = STATE(2247), + [sym_annotation] = STATE(2247), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3347), + [sym__return_at] = STATE(317), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(3399), + [sym_long_literal] = STATE(3399), + [sym_boolean_literal] = STATE(3399), + [sym_character_literal] = STATE(3399), + [sym__lexical_identifier] = STATE(2837), [sym__alpha_identifier] = ACTIONS(333), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(335), - [anon_sym_LBRACE] = ACTIONS(1920), + [anon_sym_LBRACE] = ACTIONS(1918), [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_object] = ACTIONS(1922), - [anon_sym_fun] = ACTIONS(2004), + [anon_sym_object] = ACTIONS(1920), + [anon_sym_fun] = ACTIONS(1992), [anon_sym_get] = ACTIONS(333), [anon_sym_set] = ACTIONS(333), [anon_sym_this] = ACTIONS(357), [anon_sym_super] = ACTIONS(359), - [anon_sym_STAR] = ACTIONS(1319), - [sym_label] = ACTIONS(703), - [anon_sym_null] = ACTIONS(1926), - [anon_sym_if] = ACTIONS(697), + [anon_sym_STAR] = ACTIONS(1273), + [sym_label] = ACTIONS(709), + [anon_sym_null] = ACTIONS(1924), + [anon_sym_if] = ACTIONS(703), [anon_sym_when] = ACTIONS(375), [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(699), - [anon_sym_return] = ACTIONS(701), + [anon_sym_throw] = ACTIONS(705), + [anon_sym_return] = ACTIONS(707), [anon_sym_continue] = ACTIONS(383), [anon_sym_break] = ACTIONS(383), [anon_sym_COLON_COLON] = ACTIONS(385), - [anon_sym_PLUS] = ACTIONS(703), - [anon_sym_DASH] = ACTIONS(703), - [anon_sym_PLUS_PLUS] = ACTIONS(705), - [anon_sym_DASH_DASH] = ACTIONS(705), - [anon_sym_BANG] = ACTIONS(705), + [anon_sym_PLUS] = ACTIONS(709), + [anon_sym_DASH] = ACTIONS(709), + [anon_sym_PLUS_PLUS] = ACTIONS(711), + [anon_sym_DASH_DASH] = ACTIONS(711), + [anon_sym_BANG] = ACTIONS(711), [anon_sym_data] = ACTIONS(333), [anon_sym_inner] = ACTIONS(333), [anon_sym_expect] = ACTIONS(333), @@ -268812,7 +273734,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(395), [anon_sym_break_AT] = ACTIONS(397), - [sym_real_literal] = ACTIONS(1928), + [sym_real_literal] = ACTIONS(1926), [sym_integer_literal] = ACTIONS(401), [sym_hex_literal] = ACTIONS(403), [sym_bin_literal] = ACTIONS(403), @@ -268823,83 +273745,467 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(411), }, - [2198] = { - [sym__expression] = STATE(1222), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(3231), - [sym_parenthesized_expression] = STATE(3231), - [sym_collection_literal] = STATE(3231), - [sym__literal_constant] = STATE(3231), - [sym_string_literal] = STATE(3231), - [sym_lambda_literal] = STATE(3231), - [sym_anonymous_function] = STATE(3231), - [sym__function_literal] = STATE(3231), - [sym_object_literal] = STATE(3231), - [sym_this_expression] = STATE(3231), - [sym_super_expression] = STATE(3231), - [sym_if_expression] = STATE(3231), - [sym_when_expression] = STATE(3231), - [sym_try_expression] = STATE(3231), - [sym_jump_expression] = STATE(3231), - [sym_callable_reference] = STATE(3231), - [sym__prefix_unary_operator] = STATE(2185), - [sym_annotation] = STATE(2185), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3311), - [sym__return_at] = STATE(323), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(3231), - [sym_long_literal] = STATE(3231), - [sym_boolean_literal] = STATE(3231), - [sym_character_literal] = STATE(3231), - [sym__lexical_identifier] = STATE(2890), + [2248] = { + [sym__expression] = STATE(2375), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(2143), + [sym_annotation] = STATE(2143), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(267), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1654), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(873), + [sym_label] = ACTIONS(883), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(1656), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(1658), + [anon_sym_return] = ACTIONS(1660), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(883), + [anon_sym_DASH] = ACTIONS(883), + [anon_sym_PLUS_PLUS] = ACTIONS(885), + [anon_sym_DASH_DASH] = ACTIONS(885), + [anon_sym_BANG] = ACTIONS(885), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), + }, + [2249] = { + [sym__expression] = STATE(290), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2198), + [sym_annotation] = STATE(2198), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(264), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), + [sym__alpha_identifier] = ACTIONS(537), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(539), + [anon_sym_LBRACE] = ACTIONS(1612), + [anon_sym_LPAREN] = ACTIONS(549), + [anon_sym_object] = ACTIONS(1614), + [anon_sym_fun] = ACTIONS(1636), + [anon_sym_get] = ACTIONS(537), + [anon_sym_set] = ACTIONS(537), + [anon_sym_this] = ACTIONS(561), + [anon_sym_super] = ACTIONS(563), + [anon_sym_STAR] = ACTIONS(1259), + [sym_label] = ACTIONS(645), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(639), + [anon_sym_when] = ACTIONS(579), + [anon_sym_try] = ACTIONS(581), + [anon_sym_throw] = ACTIONS(641), + [anon_sym_return] = ACTIONS(643), + [anon_sym_continue] = ACTIONS(587), + [anon_sym_break] = ACTIONS(587), + [anon_sym_COLON_COLON] = ACTIONS(589), + [anon_sym_PLUS] = ACTIONS(645), + [anon_sym_DASH] = ACTIONS(645), + [anon_sym_PLUS_PLUS] = ACTIONS(647), + [anon_sym_DASH_DASH] = ACTIONS(647), + [anon_sym_BANG] = ACTIONS(647), + [anon_sym_data] = ACTIONS(537), + [anon_sym_inner] = ACTIONS(537), + [anon_sym_expect] = ACTIONS(537), + [anon_sym_actual] = ACTIONS(537), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(599), + [anon_sym_break_AT] = ACTIONS(601), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(605), + [sym_hex_literal] = ACTIONS(607), + [sym_bin_literal] = ACTIONS(607), + [anon_sym_true] = ACTIONS(609), + [anon_sym_false] = ACTIONS(609), + [anon_sym_SQUOTE] = ACTIONS(611), + [sym__backtick_identifier] = ACTIONS(613), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(615), + }, + [2250] = { + [sym__expression] = STATE(2406), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(2143), + [sym_annotation] = STATE(2143), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(267), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1654), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(873), + [sym_label] = ACTIONS(883), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(1656), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(1658), + [anon_sym_return] = ACTIONS(1660), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(883), + [anon_sym_DASH] = ACTIONS(883), + [anon_sym_PLUS_PLUS] = ACTIONS(885), + [anon_sym_DASH_DASH] = ACTIONS(885), + [anon_sym_BANG] = ACTIONS(885), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), + }, + [2251] = { + [sym__expression] = STATE(2367), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(2143), + [sym_annotation] = STATE(2143), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(267), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1654), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(873), + [sym_label] = ACTIONS(883), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(1656), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(1658), + [anon_sym_return] = ACTIONS(1660), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(883), + [anon_sym_DASH] = ACTIONS(883), + [anon_sym_PLUS_PLUS] = ACTIONS(885), + [anon_sym_DASH_DASH] = ACTIONS(885), + [anon_sym_BANG] = ACTIONS(885), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), + }, + [2252] = { + [sym__expression] = STATE(2068), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(3399), + [sym_parenthesized_expression] = STATE(3399), + [sym_collection_literal] = STATE(3399), + [sym__literal_constant] = STATE(3399), + [sym_string_literal] = STATE(3399), + [sym_lambda_literal] = STATE(3399), + [sym_anonymous_function] = STATE(3399), + [sym__function_literal] = STATE(3399), + [sym_object_literal] = STATE(3399), + [sym_this_expression] = STATE(3399), + [sym_super_expression] = STATE(3399), + [sym_if_expression] = STATE(3399), + [sym_when_expression] = STATE(3399), + [sym_try_expression] = STATE(3399), + [sym_jump_expression] = STATE(3399), + [sym_callable_reference] = STATE(3399), + [sym__prefix_unary_operator] = STATE(2070), + [sym_annotation] = STATE(2070), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3347), + [sym__return_at] = STATE(401), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(3399), + [sym_long_literal] = STATE(3399), + [sym_boolean_literal] = STATE(3399), + [sym_character_literal] = STATE(3399), + [sym__lexical_identifier] = STATE(2837), [sym__alpha_identifier] = ACTIONS(333), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(335), - [anon_sym_LBRACE] = ACTIONS(1920), + [anon_sym_LBRACE] = ACTIONS(1918), [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_object] = ACTIONS(1922), - [anon_sym_fun] = ACTIONS(2004), + [anon_sym_object] = ACTIONS(1920), + [anon_sym_fun] = ACTIONS(3170), [anon_sym_get] = ACTIONS(333), [anon_sym_set] = ACTIONS(333), [anon_sym_this] = ACTIONS(357), [anon_sym_super] = ACTIONS(359), - [anon_sym_STAR] = ACTIONS(1319), - [sym_label] = ACTIONS(703), - [anon_sym_null] = ACTIONS(1926), - [anon_sym_if] = ACTIONS(697), + [anon_sym_STAR] = ACTIONS(1111), + [sym_label] = ACTIONS(1119), + [anon_sym_null] = ACTIONS(1924), + [anon_sym_if] = ACTIONS(3172), [anon_sym_when] = ACTIONS(375), [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(699), - [anon_sym_return] = ACTIONS(701), + [anon_sym_throw] = ACTIONS(3174), + [anon_sym_return] = ACTIONS(3176), [anon_sym_continue] = ACTIONS(383), [anon_sym_break] = ACTIONS(383), [anon_sym_COLON_COLON] = ACTIONS(385), - [anon_sym_PLUS] = ACTIONS(703), - [anon_sym_DASH] = ACTIONS(703), - [anon_sym_PLUS_PLUS] = ACTIONS(705), - [anon_sym_DASH_DASH] = ACTIONS(705), - [anon_sym_BANG] = ACTIONS(705), + [anon_sym_PLUS] = ACTIONS(1119), + [anon_sym_DASH] = ACTIONS(1119), + [anon_sym_PLUS_PLUS] = ACTIONS(1121), + [anon_sym_DASH_DASH] = ACTIONS(1121), + [anon_sym_BANG] = ACTIONS(1121), [anon_sym_data] = ACTIONS(333), [anon_sym_inner] = ACTIONS(333), [anon_sym_expect] = ACTIONS(333), @@ -268908,7 +274214,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(395), [anon_sym_break_AT] = ACTIONS(397), - [sym_real_literal] = ACTIONS(1928), + [sym_real_literal] = ACTIONS(1926), [sym_integer_literal] = ACTIONS(401), [sym_hex_literal] = ACTIONS(403), [sym_bin_literal] = ACTIONS(403), @@ -268919,83 +274225,275 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(411), }, - [2199] = { - [sym__expression] = STATE(1227), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(3231), - [sym_parenthesized_expression] = STATE(3231), - [sym_collection_literal] = STATE(3231), - [sym__literal_constant] = STATE(3231), - [sym_string_literal] = STATE(3231), - [sym_lambda_literal] = STATE(3231), - [sym_anonymous_function] = STATE(3231), - [sym__function_literal] = STATE(3231), - [sym_object_literal] = STATE(3231), - [sym_this_expression] = STATE(3231), - [sym_super_expression] = STATE(3231), - [sym_if_expression] = STATE(3231), - [sym_when_expression] = STATE(3231), - [sym_try_expression] = STATE(3231), - [sym_jump_expression] = STATE(3231), - [sym_callable_reference] = STATE(3231), - [sym__prefix_unary_operator] = STATE(2185), - [sym_annotation] = STATE(2185), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3311), - [sym__return_at] = STATE(323), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(3231), - [sym_long_literal] = STATE(3231), - [sym_boolean_literal] = STATE(3231), - [sym_character_literal] = STATE(3231), - [sym__lexical_identifier] = STATE(2890), + [2253] = { + [sym_indexing_suffix] = STATE(3424), + [sym_navigation_suffix] = STATE(3423), + [sym_call_suffix] = STATE(3420), + [sym_annotated_lambda] = STATE(3419), + [sym_type_arguments] = STATE(7492), + [sym_value_arguments] = STATE(2731), + [sym_lambda_literal] = STATE(3415), + [sym__equality_operator] = STATE(2108), + [sym__comparison_operator] = STATE(2109), + [sym__in_operator] = STATE(2110), + [sym__is_operator] = STATE(6160), + [sym__additive_operator] = STATE(2111), + [sym__multiplicative_operator] = STATE(2112), + [sym__as_operator] = STATE(6161), + [sym__postfix_unary_operator] = STATE(3414), + [sym__member_access_operator] = STATE(7370), + [sym_annotation] = STATE(7887), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2114), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7887), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(4543), + [anon_sym_as] = ACTIONS(4545), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_RBRACE] = ACTIONS(3084), + [anon_sym_LPAREN] = ACTIONS(4547), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(5834), + [anon_sym_object] = ACTIONS(3082), + [anon_sym_fun] = ACTIONS(3082), + [anon_sym_DOT] = ACTIONS(4551), + [anon_sym_SEMI] = ACTIONS(3084), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_this] = ACTIONS(3082), + [anon_sym_super] = ACTIONS(3082), + [anon_sym_STAR] = ACTIONS(5836), + [sym_label] = ACTIONS(4555), + [anon_sym_in] = ACTIONS(5838), + [anon_sym_DOT_DOT] = ACTIONS(5840), + [anon_sym_QMARK_COLON] = ACTIONS(5842), + [anon_sym_AMP_AMP] = ACTIONS(5844), + [anon_sym_PIPE_PIPE] = ACTIONS(5846), + [anon_sym_null] = ACTIONS(3082), + [anon_sym_if] = ACTIONS(3082), + [anon_sym_else] = ACTIONS(3082), + [anon_sym_when] = ACTIONS(3082), + [anon_sym_try] = ACTIONS(3082), + [anon_sym_throw] = ACTIONS(3082), + [anon_sym_return] = ACTIONS(3082), + [anon_sym_continue] = ACTIONS(3082), + [anon_sym_break] = ACTIONS(3082), + [anon_sym_COLON_COLON] = ACTIONS(4567), + [anon_sym_BANG_EQ] = ACTIONS(5848), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5850), + [anon_sym_EQ_EQ] = ACTIONS(5848), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5850), + [anon_sym_LT_EQ] = ACTIONS(5852), + [anon_sym_GT_EQ] = ACTIONS(5852), + [anon_sym_BANGin] = ACTIONS(5854), + [anon_sym_is] = ACTIONS(4577), + [anon_sym_BANGis] = ACTIONS(4579), + [anon_sym_PLUS] = ACTIONS(5856), + [anon_sym_DASH] = ACTIONS(5856), + [anon_sym_SLASH] = ACTIONS(5858), + [anon_sym_PERCENT] = ACTIONS(5836), + [anon_sym_as_QMARK] = ACTIONS(4583), + [anon_sym_PLUS_PLUS] = ACTIONS(4585), + [anon_sym_DASH_DASH] = ACTIONS(4585), + [anon_sym_BANG] = ACTIONS(3082), + [anon_sym_BANG_BANG] = ACTIONS(4585), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3084), + [anon_sym_continue_AT] = ACTIONS(3084), + [anon_sym_break_AT] = ACTIONS(3084), + [sym_real_literal] = ACTIONS(3084), + [sym_integer_literal] = ACTIONS(3082), + [sym_hex_literal] = ACTIONS(3084), + [sym_bin_literal] = ACTIONS(3084), + [anon_sym_true] = ACTIONS(3082), + [anon_sym_false] = ACTIONS(3082), + [anon_sym_SQUOTE] = ACTIONS(3084), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(3084), + [sym_safe_nav] = ACTIONS(4567), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3084), + }, + [2254] = { + [sym__expression] = STATE(315), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2117), + [sym_annotation] = STATE(2117), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(270), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), + [sym__alpha_identifier] = ACTIONS(537), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(539), + [anon_sym_LBRACE] = ACTIONS(1612), + [anon_sym_LPAREN] = ACTIONS(549), + [anon_sym_object] = ACTIONS(1614), + [anon_sym_fun] = ACTIONS(1678), + [anon_sym_get] = ACTIONS(537), + [anon_sym_set] = ACTIONS(537), + [anon_sym_this] = ACTIONS(561), + [anon_sym_super] = ACTIONS(563), + [anon_sym_STAR] = ACTIONS(995), + [sym_label] = ACTIONS(1003), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(1680), + [anon_sym_when] = ACTIONS(579), + [anon_sym_try] = ACTIONS(581), + [anon_sym_throw] = ACTIONS(1682), + [anon_sym_return] = ACTIONS(1684), + [anon_sym_continue] = ACTIONS(587), + [anon_sym_break] = ACTIONS(587), + [anon_sym_COLON_COLON] = ACTIONS(589), + [anon_sym_PLUS] = ACTIONS(1003), + [anon_sym_DASH] = ACTIONS(1003), + [anon_sym_PLUS_PLUS] = ACTIONS(1005), + [anon_sym_DASH_DASH] = ACTIONS(1005), + [anon_sym_BANG] = ACTIONS(1005), + [anon_sym_data] = ACTIONS(537), + [anon_sym_inner] = ACTIONS(537), + [anon_sym_expect] = ACTIONS(537), + [anon_sym_actual] = ACTIONS(537), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(599), + [anon_sym_break_AT] = ACTIONS(601), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(605), + [sym_hex_literal] = ACTIONS(607), + [sym_bin_literal] = ACTIONS(607), + [anon_sym_true] = ACTIONS(609), + [anon_sym_false] = ACTIONS(609), + [anon_sym_SQUOTE] = ACTIONS(611), + [sym__backtick_identifier] = ACTIONS(613), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(615), + }, + [2255] = { + [sym__expression] = STATE(1484), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(3399), + [sym_parenthesized_expression] = STATE(3399), + [sym_collection_literal] = STATE(3399), + [sym__literal_constant] = STATE(3399), + [sym_string_literal] = STATE(3399), + [sym_lambda_literal] = STATE(3399), + [sym_anonymous_function] = STATE(3399), + [sym__function_literal] = STATE(3399), + [sym_object_literal] = STATE(3399), + [sym_this_expression] = STATE(3399), + [sym_super_expression] = STATE(3399), + [sym_if_expression] = STATE(3399), + [sym_when_expression] = STATE(3399), + [sym_try_expression] = STATE(3399), + [sym_jump_expression] = STATE(3399), + [sym_callable_reference] = STATE(3399), + [sym__prefix_unary_operator] = STATE(1868), + [sym_annotation] = STATE(1868), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3347), + [sym__return_at] = STATE(356), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(3399), + [sym_long_literal] = STATE(3399), + [sym_boolean_literal] = STATE(3399), + [sym_character_literal] = STATE(3399), + [sym__lexical_identifier] = STATE(2837), [sym__alpha_identifier] = ACTIONS(333), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(335), - [anon_sym_LBRACE] = ACTIONS(1920), + [anon_sym_LBRACE] = ACTIONS(1918), [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_object] = ACTIONS(1922), - [anon_sym_fun] = ACTIONS(2004), + [anon_sym_object] = ACTIONS(1920), + [anon_sym_fun] = ACTIONS(2984), [anon_sym_get] = ACTIONS(333), [anon_sym_set] = ACTIONS(333), [anon_sym_this] = ACTIONS(357), [anon_sym_super] = ACTIONS(359), - [anon_sym_STAR] = ACTIONS(1319), - [sym_label] = ACTIONS(703), - [anon_sym_null] = ACTIONS(1926), - [anon_sym_if] = ACTIONS(697), + [anon_sym_STAR] = ACTIONS(965), + [sym_label] = ACTIONS(975), + [anon_sym_null] = ACTIONS(1924), + [anon_sym_if] = ACTIONS(2986), [anon_sym_when] = ACTIONS(375), [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(699), - [anon_sym_return] = ACTIONS(701), + [anon_sym_throw] = ACTIONS(2988), + [anon_sym_return] = ACTIONS(2990), [anon_sym_continue] = ACTIONS(383), [anon_sym_break] = ACTIONS(383), [anon_sym_COLON_COLON] = ACTIONS(385), - [anon_sym_PLUS] = ACTIONS(703), - [anon_sym_DASH] = ACTIONS(703), - [anon_sym_PLUS_PLUS] = ACTIONS(705), - [anon_sym_DASH_DASH] = ACTIONS(705), - [anon_sym_BANG] = ACTIONS(705), + [anon_sym_PLUS] = ACTIONS(975), + [anon_sym_DASH] = ACTIONS(975), + [anon_sym_PLUS_PLUS] = ACTIONS(977), + [anon_sym_DASH_DASH] = ACTIONS(977), + [anon_sym_BANG] = ACTIONS(977), [anon_sym_data] = ACTIONS(333), [anon_sym_inner] = ACTIONS(333), [anon_sym_expect] = ACTIONS(333), @@ -269004,7 +274502,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(395), [anon_sym_break_AT] = ACTIONS(397), - [sym_real_literal] = ACTIONS(1928), + [sym_real_literal] = ACTIONS(1926), [sym_integer_literal] = ACTIONS(401), [sym_hex_literal] = ACTIONS(403), [sym_bin_literal] = ACTIONS(403), @@ -269015,83 +274513,179 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(411), }, - [2200] = { - [sym__expression] = STATE(1214), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(3231), - [sym_parenthesized_expression] = STATE(3231), - [sym_collection_literal] = STATE(3231), - [sym__literal_constant] = STATE(3231), - [sym_string_literal] = STATE(3231), - [sym_lambda_literal] = STATE(3231), - [sym_anonymous_function] = STATE(3231), - [sym__function_literal] = STATE(3231), - [sym_object_literal] = STATE(3231), - [sym_this_expression] = STATE(3231), - [sym_super_expression] = STATE(3231), - [sym_if_expression] = STATE(3231), - [sym_when_expression] = STATE(3231), - [sym_try_expression] = STATE(3231), - [sym_jump_expression] = STATE(3231), - [sym_callable_reference] = STATE(3231), - [sym__prefix_unary_operator] = STATE(2185), - [sym_annotation] = STATE(2185), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3311), - [sym__return_at] = STATE(323), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(3231), - [sym_long_literal] = STATE(3231), - [sym_boolean_literal] = STATE(3231), - [sym_character_literal] = STATE(3231), - [sym__lexical_identifier] = STATE(2890), + [2256] = { + [sym__expression] = STATE(2423), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(2143), + [sym_annotation] = STATE(2143), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(267), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1654), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(873), + [sym_label] = ACTIONS(883), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(1656), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(1658), + [anon_sym_return] = ACTIONS(1660), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(883), + [anon_sym_DASH] = ACTIONS(883), + [anon_sym_PLUS_PLUS] = ACTIONS(885), + [anon_sym_DASH_DASH] = ACTIONS(885), + [anon_sym_BANG] = ACTIONS(885), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), + }, + [2257] = { + [sym__expression] = STATE(2144), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(3399), + [sym_parenthesized_expression] = STATE(3399), + [sym_collection_literal] = STATE(3399), + [sym__literal_constant] = STATE(3399), + [sym_string_literal] = STATE(3399), + [sym_lambda_literal] = STATE(3399), + [sym_anonymous_function] = STATE(3399), + [sym__function_literal] = STATE(3399), + [sym_object_literal] = STATE(3399), + [sym_this_expression] = STATE(3399), + [sym_super_expression] = STATE(3399), + [sym_if_expression] = STATE(3399), + [sym_when_expression] = STATE(3399), + [sym_try_expression] = STATE(3399), + [sym_jump_expression] = STATE(3399), + [sym_callable_reference] = STATE(3399), + [sym__prefix_unary_operator] = STATE(2070), + [sym_annotation] = STATE(2070), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3347), + [sym__return_at] = STATE(401), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(3399), + [sym_long_literal] = STATE(3399), + [sym_boolean_literal] = STATE(3399), + [sym_character_literal] = STATE(3399), + [sym__lexical_identifier] = STATE(2837), [sym__alpha_identifier] = ACTIONS(333), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(335), - [anon_sym_LBRACE] = ACTIONS(1920), + [anon_sym_LBRACE] = ACTIONS(1918), [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_object] = ACTIONS(1922), - [anon_sym_fun] = ACTIONS(2004), + [anon_sym_object] = ACTIONS(1920), + [anon_sym_fun] = ACTIONS(3170), [anon_sym_get] = ACTIONS(333), [anon_sym_set] = ACTIONS(333), [anon_sym_this] = ACTIONS(357), [anon_sym_super] = ACTIONS(359), - [anon_sym_STAR] = ACTIONS(1319), - [sym_label] = ACTIONS(703), - [anon_sym_null] = ACTIONS(1926), - [anon_sym_if] = ACTIONS(697), + [anon_sym_STAR] = ACTIONS(1111), + [sym_label] = ACTIONS(1119), + [anon_sym_null] = ACTIONS(1924), + [anon_sym_if] = ACTIONS(3172), [anon_sym_when] = ACTIONS(375), [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(699), - [anon_sym_return] = ACTIONS(701), + [anon_sym_throw] = ACTIONS(3174), + [anon_sym_return] = ACTIONS(3176), [anon_sym_continue] = ACTIONS(383), [anon_sym_break] = ACTIONS(383), [anon_sym_COLON_COLON] = ACTIONS(385), - [anon_sym_PLUS] = ACTIONS(703), - [anon_sym_DASH] = ACTIONS(703), - [anon_sym_PLUS_PLUS] = ACTIONS(705), - [anon_sym_DASH_DASH] = ACTIONS(705), - [anon_sym_BANG] = ACTIONS(705), + [anon_sym_PLUS] = ACTIONS(1119), + [anon_sym_DASH] = ACTIONS(1119), + [anon_sym_PLUS_PLUS] = ACTIONS(1121), + [anon_sym_DASH_DASH] = ACTIONS(1121), + [anon_sym_BANG] = ACTIONS(1121), [anon_sym_data] = ACTIONS(333), [anon_sym_inner] = ACTIONS(333), [anon_sym_expect] = ACTIONS(333), @@ -269100,7 +274694,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(395), [anon_sym_break_AT] = ACTIONS(397), - [sym_real_literal] = ACTIONS(1928), + [sym_real_literal] = ACTIONS(1926), [sym_integer_literal] = ACTIONS(401), [sym_hex_literal] = ACTIONS(403), [sym_bin_literal] = ACTIONS(403), @@ -269111,83 +274705,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(411), }, - [2201] = { - [sym__expression] = STATE(1200), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(3231), - [sym_parenthesized_expression] = STATE(3231), - [sym_collection_literal] = STATE(3231), - [sym__literal_constant] = STATE(3231), - [sym_string_literal] = STATE(3231), - [sym_lambda_literal] = STATE(3231), - [sym_anonymous_function] = STATE(3231), - [sym__function_literal] = STATE(3231), - [sym_object_literal] = STATE(3231), - [sym_this_expression] = STATE(3231), - [sym_super_expression] = STATE(3231), - [sym_if_expression] = STATE(3231), - [sym_when_expression] = STATE(3231), - [sym_try_expression] = STATE(3231), - [sym_jump_expression] = STATE(3231), - [sym_callable_reference] = STATE(3231), - [sym__prefix_unary_operator] = STATE(2185), - [sym_annotation] = STATE(2185), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3311), - [sym__return_at] = STATE(323), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(3231), - [sym_long_literal] = STATE(3231), - [sym_boolean_literal] = STATE(3231), - [sym_character_literal] = STATE(3231), - [sym__lexical_identifier] = STATE(2890), + [2258] = { + [sym__expression] = STATE(1224), + [sym__unary_expression] = STATE(3399), + [sym_postfix_expression] = STATE(3399), + [sym_call_expression] = STATE(3399), + [sym_indexing_expression] = STATE(3399), + [sym_navigation_expression] = STATE(3399), + [sym_prefix_expression] = STATE(3399), + [sym_as_expression] = STATE(3399), + [sym_spread_expression] = STATE(3399), + [sym__binary_expression] = STATE(3399), + [sym_multiplicative_expression] = STATE(3399), + [sym_additive_expression] = STATE(3399), + [sym_range_expression] = STATE(3399), + [sym_infix_expression] = STATE(3399), + [sym_elvis_expression] = STATE(3399), + [sym_check_expression] = STATE(3399), + [sym_comparison_expression] = STATE(3399), + [sym_equality_expression] = STATE(3399), + [sym_conjunction_expression] = STATE(3399), + [sym_disjunction_expression] = STATE(3399), + [sym__primary_expression] = STATE(3399), + [sym_parenthesized_expression] = STATE(3399), + [sym_collection_literal] = STATE(3399), + [sym__literal_constant] = STATE(3399), + [sym_string_literal] = STATE(3399), + [sym_lambda_literal] = STATE(3399), + [sym_anonymous_function] = STATE(3399), + [sym__function_literal] = STATE(3399), + [sym_object_literal] = STATE(3399), + [sym_this_expression] = STATE(3399), + [sym_super_expression] = STATE(3399), + [sym_if_expression] = STATE(3399), + [sym_when_expression] = STATE(3399), + [sym_try_expression] = STATE(3399), + [sym_jump_expression] = STATE(3399), + [sym_callable_reference] = STATE(3399), + [sym__prefix_unary_operator] = STATE(2247), + [sym_annotation] = STATE(2247), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3347), + [sym__return_at] = STATE(317), + [sym__continue_at] = STATE(3376), + [sym__break_at] = STATE(3376), + [sym_unsigned_literal] = STATE(3399), + [sym_long_literal] = STATE(3399), + [sym_boolean_literal] = STATE(3399), + [sym_character_literal] = STATE(3399), + [sym__lexical_identifier] = STATE(2837), [sym__alpha_identifier] = ACTIONS(333), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(335), - [anon_sym_LBRACE] = ACTIONS(1920), + [anon_sym_LBRACE] = ACTIONS(1918), [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_object] = ACTIONS(1922), - [anon_sym_fun] = ACTIONS(2004), + [anon_sym_object] = ACTIONS(1920), + [anon_sym_fun] = ACTIONS(1992), [anon_sym_get] = ACTIONS(333), [anon_sym_set] = ACTIONS(333), [anon_sym_this] = ACTIONS(357), [anon_sym_super] = ACTIONS(359), - [anon_sym_STAR] = ACTIONS(1319), - [sym_label] = ACTIONS(703), - [anon_sym_null] = ACTIONS(1926), - [anon_sym_if] = ACTIONS(697), + [anon_sym_STAR] = ACTIONS(1273), + [sym_label] = ACTIONS(709), + [anon_sym_null] = ACTIONS(1924), + [anon_sym_if] = ACTIONS(703), [anon_sym_when] = ACTIONS(375), [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(699), - [anon_sym_return] = ACTIONS(701), + [anon_sym_throw] = ACTIONS(705), + [anon_sym_return] = ACTIONS(707), [anon_sym_continue] = ACTIONS(383), [anon_sym_break] = ACTIONS(383), [anon_sym_COLON_COLON] = ACTIONS(385), - [anon_sym_PLUS] = ACTIONS(703), - [anon_sym_DASH] = ACTIONS(703), - [anon_sym_PLUS_PLUS] = ACTIONS(705), - [anon_sym_DASH_DASH] = ACTIONS(705), - [anon_sym_BANG] = ACTIONS(705), + [anon_sym_PLUS] = ACTIONS(709), + [anon_sym_DASH] = ACTIONS(709), + [anon_sym_PLUS_PLUS] = ACTIONS(711), + [anon_sym_DASH_DASH] = ACTIONS(711), + [anon_sym_BANG] = ACTIONS(711), [anon_sym_data] = ACTIONS(333), [anon_sym_inner] = ACTIONS(333), [anon_sym_expect] = ACTIONS(333), @@ -269196,7 +274790,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(395), [anon_sym_break_AT] = ACTIONS(397), - [sym_real_literal] = ACTIONS(1928), + [sym_real_literal] = ACTIONS(1926), [sym_integer_literal] = ACTIONS(401), [sym_hex_literal] = ACTIONS(403), [sym_bin_literal] = ACTIONS(403), @@ -269207,83 +274801,275 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(411), }, - [2202] = { - [sym__expression] = STATE(1291), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(2195), - [sym_annotation] = STATE(2195), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(262), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), - [sym__alpha_identifier] = ACTIONS(111), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), + [2259] = { + [sym__expression] = STATE(889), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(2362), + [sym_annotation] = STATE(2362), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(269), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1670), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1021), + [sym_label] = ACTIONS(1029), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(1672), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(1674), + [anon_sym_return] = ACTIONS(1676), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(1029), + [anon_sym_DASH] = ACTIONS(1029), + [anon_sym_PLUS_PLUS] = ACTIONS(1031), + [anon_sym_DASH_DASH] = ACTIONS(1031), + [anon_sym_BANG] = ACTIONS(1031), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), + }, + [2260] = { + [sym__expression] = STATE(4364), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(377), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(3094), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(1065), + [sym_label] = ACTIONS(327), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(3096), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(3098), + [anon_sym_return] = ACTIONS(3100), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(327), + [anon_sym_DASH] = ACTIONS(327), + [anon_sym_PLUS_PLUS] = ACTIONS(329), + [anon_sym_DASH_DASH] = ACTIONS(329), + [anon_sym_BANG] = ACTIONS(329), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(283), + }, + [2261] = { + [sym__expression] = STATE(1290), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(2261), + [sym_annotation] = STATE(2261), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(262), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), + [sym__alpha_identifier] = ACTIONS(111), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_LBRACE] = ACTIONS(1403), [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), + [anon_sym_object] = ACTIONS(1405), [anon_sym_fun] = ACTIONS(1632), [anon_sym_get] = ACTIONS(111), [anon_sym_set] = ACTIONS(111), [anon_sym_this] = ACTIONS(141), [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(1251), - [sym_label] = ACTIONS(671), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(665), + [anon_sym_STAR] = ACTIONS(1253), + [sym_label] = ACTIONS(677), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(671), [anon_sym_when] = ACTIONS(159), [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(667), - [anon_sym_return] = ACTIONS(669), + [anon_sym_throw] = ACTIONS(673), + [anon_sym_return] = ACTIONS(675), [anon_sym_continue] = ACTIONS(167), [anon_sym_break] = ACTIONS(167), [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(671), - [anon_sym_DASH] = ACTIONS(671), - [anon_sym_PLUS_PLUS] = ACTIONS(673), - [anon_sym_DASH_DASH] = ACTIONS(673), - [anon_sym_BANG] = ACTIONS(673), + [anon_sym_PLUS] = ACTIONS(677), + [anon_sym_DASH] = ACTIONS(677), + [anon_sym_PLUS_PLUS] = ACTIONS(679), + [anon_sym_DASH_DASH] = ACTIONS(679), + [anon_sym_BANG] = ACTIONS(679), [anon_sym_data] = ACTIONS(111), [anon_sym_inner] = ACTIONS(111), [anon_sym_expect] = ACTIONS(111), @@ -269292,7 +275078,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(179), [anon_sym_continue_AT] = ACTIONS(181), [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), + [sym_real_literal] = ACTIONS(1411), [sym_integer_literal] = ACTIONS(187), [sym_hex_literal] = ACTIONS(189), [sym_bin_literal] = ACTIONS(189), @@ -269303,371 +275089,2003 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(197), }, - [2203] = { - [sym__expression] = STATE(3651), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4941), - [sym_parenthesized_expression] = STATE(4941), - [sym_collection_literal] = STATE(4941), - [sym__literal_constant] = STATE(4941), - [sym_string_literal] = STATE(4941), - [sym_lambda_literal] = STATE(4941), - [sym_anonymous_function] = STATE(4941), - [sym__function_literal] = STATE(4941), - [sym_object_literal] = STATE(4941), - [sym_this_expression] = STATE(4941), - [sym_super_expression] = STATE(4941), - [sym_if_expression] = STATE(4941), - [sym_when_expression] = STATE(4941), - [sym_try_expression] = STATE(4941), - [sym_jump_expression] = STATE(4941), - [sym_callable_reference] = STATE(4941), - [sym__prefix_unary_operator] = STATE(2214), - [sym_annotation] = STATE(2214), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5029), - [sym__return_at] = STATE(303), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4941), - [sym_long_literal] = STATE(4941), - [sym_boolean_literal] = STATE(4941), - [sym_character_literal] = STATE(4941), - [sym__lexical_identifier] = STATE(4529), - [sym__alpha_identifier] = ACTIONS(7), + [2262] = { + [sym__expression] = STATE(4363), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(377), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(3094), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(1065), + [sym_label] = ACTIONS(327), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(3096), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(3098), + [anon_sym_return] = ACTIONS(3100), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(327), + [anon_sym_DASH] = ACTIONS(327), + [anon_sym_PLUS_PLUS] = ACTIONS(329), + [anon_sym_DASH_DASH] = ACTIONS(329), + [anon_sym_BANG] = ACTIONS(329), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(283), + }, + [2263] = { + [sym__expression] = STATE(325), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2117), + [sym_annotation] = STATE(2117), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(270), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), + [sym__alpha_identifier] = ACTIONS(537), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1912), - [anon_sym_fun] = ACTIONS(1914), - [anon_sym_get] = ACTIONS(7), - [anon_sym_set] = ACTIONS(7), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(1267), - [sym_label] = ACTIONS(531), - [anon_sym_null] = ACTIONS(1916), - [anon_sym_if] = ACTIONS(525), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(527), - [anon_sym_return] = ACTIONS(529), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_DASH] = ACTIONS(531), - [anon_sym_PLUS_PLUS] = ACTIONS(533), - [anon_sym_DASH_DASH] = ACTIONS(533), - [anon_sym_BANG] = ACTIONS(533), - [anon_sym_data] = ACTIONS(7), - [anon_sym_inner] = ACTIONS(7), - [anon_sym_expect] = ACTIONS(7), - [anon_sym_actual] = ACTIONS(7), + [anon_sym_LBRACK] = ACTIONS(539), + [anon_sym_LBRACE] = ACTIONS(1612), + [anon_sym_LPAREN] = ACTIONS(549), + [anon_sym_object] = ACTIONS(1614), + [anon_sym_fun] = ACTIONS(1678), + [anon_sym_get] = ACTIONS(537), + [anon_sym_set] = ACTIONS(537), + [anon_sym_this] = ACTIONS(561), + [anon_sym_super] = ACTIONS(563), + [anon_sym_STAR] = ACTIONS(995), + [sym_label] = ACTIONS(1003), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(1680), + [anon_sym_when] = ACTIONS(579), + [anon_sym_try] = ACTIONS(581), + [anon_sym_throw] = ACTIONS(1682), + [anon_sym_return] = ACTIONS(1684), + [anon_sym_continue] = ACTIONS(587), + [anon_sym_break] = ACTIONS(587), + [anon_sym_COLON_COLON] = ACTIONS(589), + [anon_sym_PLUS] = ACTIONS(1003), + [anon_sym_DASH] = ACTIONS(1003), + [anon_sym_PLUS_PLUS] = ACTIONS(1005), + [anon_sym_DASH_DASH] = ACTIONS(1005), + [anon_sym_BANG] = ACTIONS(1005), + [anon_sym_data] = ACTIONS(537), + [anon_sym_inner] = ACTIONS(537), + [anon_sym_expect] = ACTIONS(537), + [anon_sym_actual] = ACTIONS(537), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(1918), - [sym_integer_literal] = ACTIONS(99), - [sym_hex_literal] = ACTIONS(101), - [sym_bin_literal] = ACTIONS(101), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [anon_sym_SQUOTE] = ACTIONS(105), - [sym__backtick_identifier] = ACTIONS(107), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(599), + [anon_sym_break_AT] = ACTIONS(601), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(605), + [sym_hex_literal] = ACTIONS(607), + [sym_bin_literal] = ACTIONS(607), + [anon_sym_true] = ACTIONS(609), + [anon_sym_false] = ACTIONS(609), + [anon_sym_SQUOTE] = ACTIONS(611), + [sym__backtick_identifier] = ACTIONS(613), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(109), + [sym__string_start] = ACTIONS(615), }, - [2204] = { - [sym__expression] = STATE(2215), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(3231), - [sym_parenthesized_expression] = STATE(3231), - [sym_collection_literal] = STATE(3231), - [sym__literal_constant] = STATE(3231), - [sym_string_literal] = STATE(3231), - [sym_lambda_literal] = STATE(3231), - [sym_anonymous_function] = STATE(3231), - [sym__function_literal] = STATE(3231), - [sym_object_literal] = STATE(3231), - [sym_this_expression] = STATE(3231), - [sym_super_expression] = STATE(3231), - [sym_if_expression] = STATE(3231), - [sym_when_expression] = STATE(3231), - [sym_try_expression] = STATE(3231), - [sym_jump_expression] = STATE(3231), - [sym_callable_reference] = STATE(3231), - [sym__prefix_unary_operator] = STATE(2054), - [sym_annotation] = STATE(2054), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3311), - [sym__return_at] = STATE(398), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(3231), - [sym_long_literal] = STATE(3231), - [sym_boolean_literal] = STATE(3231), - [sym_character_literal] = STATE(3231), - [sym__lexical_identifier] = STATE(2890), - [sym__alpha_identifier] = ACTIONS(333), + [2264] = { + [sym__expression] = STATE(4183), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(377), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(3094), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(1065), + [sym_label] = ACTIONS(327), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(3096), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(3098), + [anon_sym_return] = ACTIONS(3100), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(327), + [anon_sym_DASH] = ACTIONS(327), + [anon_sym_PLUS_PLUS] = ACTIONS(329), + [anon_sym_DASH_DASH] = ACTIONS(329), + [anon_sym_BANG] = ACTIONS(329), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(283), + }, + [2265] = { + [sym__expression] = STATE(4426), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(377), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(3094), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(1065), + [sym_label] = ACTIONS(327), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(3096), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(3098), + [anon_sym_return] = ACTIONS(3100), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(327), + [anon_sym_DASH] = ACTIONS(327), + [anon_sym_PLUS_PLUS] = ACTIONS(329), + [anon_sym_DASH_DASH] = ACTIONS(329), + [anon_sym_BANG] = ACTIONS(329), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(283), + }, + [2266] = { + [sym__expression] = STATE(2541), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(2362), + [sym_annotation] = STATE(2362), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(269), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1670), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1021), + [sym_label] = ACTIONS(1029), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(1672), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(1674), + [anon_sym_return] = ACTIONS(1676), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(1029), + [anon_sym_DASH] = ACTIONS(1029), + [anon_sym_PLUS_PLUS] = ACTIONS(1031), + [anon_sym_DASH_DASH] = ACTIONS(1031), + [anon_sym_BANG] = ACTIONS(1031), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), + }, + [2267] = { + [sym__expression] = STATE(882), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(2362), + [sym_annotation] = STATE(2362), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(269), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1670), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1021), + [sym_label] = ACTIONS(1029), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(1672), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(1674), + [anon_sym_return] = ACTIONS(1676), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(1029), + [anon_sym_DASH] = ACTIONS(1029), + [anon_sym_PLUS_PLUS] = ACTIONS(1031), + [anon_sym_DASH_DASH] = ACTIONS(1031), + [anon_sym_BANG] = ACTIONS(1031), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), + }, + [2268] = { + [sym__expression] = STATE(2542), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(2362), + [sym_annotation] = STATE(2362), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(269), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1670), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1021), + [sym_label] = ACTIONS(1029), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(1672), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(1674), + [anon_sym_return] = ACTIONS(1676), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(1029), + [anon_sym_DASH] = ACTIONS(1029), + [anon_sym_PLUS_PLUS] = ACTIONS(1031), + [anon_sym_DASH_DASH] = ACTIONS(1031), + [anon_sym_BANG] = ACTIONS(1031), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), + }, + [2269] = { + [sym__expression] = STATE(4354), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(377), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(3094), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(1065), + [sym_label] = ACTIONS(327), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(3096), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(3098), + [anon_sym_return] = ACTIONS(3100), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(327), + [anon_sym_DASH] = ACTIONS(327), + [anon_sym_PLUS_PLUS] = ACTIONS(329), + [anon_sym_DASH_DASH] = ACTIONS(329), + [anon_sym_BANG] = ACTIONS(329), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(283), + }, + [2270] = { + [sym__expression] = STATE(881), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(2362), + [sym_annotation] = STATE(2362), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(269), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1670), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1021), + [sym_label] = ACTIONS(1029), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(1672), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(1674), + [anon_sym_return] = ACTIONS(1676), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(1029), + [anon_sym_DASH] = ACTIONS(1029), + [anon_sym_PLUS_PLUS] = ACTIONS(1031), + [anon_sym_DASH_DASH] = ACTIONS(1031), + [anon_sym_BANG] = ACTIONS(1031), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), + }, + [2271] = { + [sym__expression] = STATE(2543), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(2362), + [sym_annotation] = STATE(2362), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(269), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1670), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1021), + [sym_label] = ACTIONS(1029), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(1672), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(1674), + [anon_sym_return] = ACTIONS(1676), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(1029), + [anon_sym_DASH] = ACTIONS(1029), + [anon_sym_PLUS_PLUS] = ACTIONS(1031), + [anon_sym_DASH_DASH] = ACTIONS(1031), + [anon_sym_BANG] = ACTIONS(1031), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), + }, + [2272] = { + [sym__expression] = STATE(933), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(2362), + [sym_annotation] = STATE(2362), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(269), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1670), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1021), + [sym_label] = ACTIONS(1029), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(1672), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(1674), + [anon_sym_return] = ACTIONS(1676), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(1029), + [anon_sym_DASH] = ACTIONS(1029), + [anon_sym_PLUS_PLUS] = ACTIONS(1031), + [anon_sym_DASH_DASH] = ACTIONS(1031), + [anon_sym_BANG] = ACTIONS(1031), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), + }, + [2273] = { + [sym__expression] = STATE(2545), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(2362), + [sym_annotation] = STATE(2362), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(269), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1670), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1021), + [sym_label] = ACTIONS(1029), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(1672), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(1674), + [anon_sym_return] = ACTIONS(1676), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(1029), + [anon_sym_DASH] = ACTIONS(1029), + [anon_sym_PLUS_PLUS] = ACTIONS(1031), + [anon_sym_DASH_DASH] = ACTIONS(1031), + [anon_sym_BANG] = ACTIONS(1031), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), + }, + [2274] = { + [sym__expression] = STATE(879), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(2362), + [sym_annotation] = STATE(2362), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(269), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1670), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1021), + [sym_label] = ACTIONS(1029), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(1672), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(1674), + [anon_sym_return] = ACTIONS(1676), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(1029), + [anon_sym_DASH] = ACTIONS(1029), + [anon_sym_PLUS_PLUS] = ACTIONS(1031), + [anon_sym_DASH_DASH] = ACTIONS(1031), + [anon_sym_BANG] = ACTIONS(1031), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), + }, + [2275] = { + [sym__expression] = STATE(4213), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(1897), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(331), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(2020), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(813), + [sym_label] = ACTIONS(821), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(2022), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(2024), + [anon_sym_return] = ACTIONS(2026), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(823), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(283), + }, + [2276] = { + [sym__expression] = STATE(2497), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(2362), + [sym_annotation] = STATE(2362), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(269), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1670), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1021), + [sym_label] = ACTIONS(1029), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(1672), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(1674), + [anon_sym_return] = ACTIONS(1676), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(1029), + [anon_sym_DASH] = ACTIONS(1029), + [anon_sym_PLUS_PLUS] = ACTIONS(1031), + [anon_sym_DASH_DASH] = ACTIONS(1031), + [anon_sym_BANG] = ACTIONS(1031), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), + }, + [2277] = { + [sym__expression] = STATE(4314), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(377), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(3094), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(1065), + [sym_label] = ACTIONS(327), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(3096), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(3098), + [anon_sym_return] = ACTIONS(3100), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(327), + [anon_sym_DASH] = ACTIONS(327), + [anon_sym_PLUS_PLUS] = ACTIONS(329), + [anon_sym_DASH_DASH] = ACTIONS(329), + [anon_sym_BANG] = ACTIONS(329), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(283), + }, + [2278] = { + [sym__expression] = STATE(2548), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(2362), + [sym_annotation] = STATE(2362), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(269), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1670), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1021), + [sym_label] = ACTIONS(1029), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(1672), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(1674), + [anon_sym_return] = ACTIONS(1676), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(1029), + [anon_sym_DASH] = ACTIONS(1029), + [anon_sym_PLUS_PLUS] = ACTIONS(1031), + [anon_sym_DASH_DASH] = ACTIONS(1031), + [anon_sym_BANG] = ACTIONS(1031), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), + }, + [2279] = { + [sym__expression] = STATE(330), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2117), + [sym_annotation] = STATE(2117), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(270), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), + [sym__alpha_identifier] = ACTIONS(537), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(335), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_object] = ACTIONS(1922), - [anon_sym_fun] = ACTIONS(3166), - [anon_sym_get] = ACTIONS(333), - [anon_sym_set] = ACTIONS(333), - [anon_sym_this] = ACTIONS(357), - [anon_sym_super] = ACTIONS(359), - [anon_sym_STAR] = ACTIONS(1111), - [sym_label] = ACTIONS(1119), - [anon_sym_null] = ACTIONS(1926), - [anon_sym_if] = ACTIONS(3168), - [anon_sym_when] = ACTIONS(375), - [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(3170), - [anon_sym_return] = ACTIONS(3172), - [anon_sym_continue] = ACTIONS(383), - [anon_sym_break] = ACTIONS(383), - [anon_sym_COLON_COLON] = ACTIONS(385), - [anon_sym_PLUS] = ACTIONS(1119), - [anon_sym_DASH] = ACTIONS(1119), - [anon_sym_PLUS_PLUS] = ACTIONS(1121), - [anon_sym_DASH_DASH] = ACTIONS(1121), - [anon_sym_BANG] = ACTIONS(1121), - [anon_sym_data] = ACTIONS(333), - [anon_sym_inner] = ACTIONS(333), - [anon_sym_expect] = ACTIONS(333), - [anon_sym_actual] = ACTIONS(333), + [anon_sym_LBRACK] = ACTIONS(539), + [anon_sym_LBRACE] = ACTIONS(1612), + [anon_sym_LPAREN] = ACTIONS(549), + [anon_sym_object] = ACTIONS(1614), + [anon_sym_fun] = ACTIONS(1678), + [anon_sym_get] = ACTIONS(537), + [anon_sym_set] = ACTIONS(537), + [anon_sym_this] = ACTIONS(561), + [anon_sym_super] = ACTIONS(563), + [anon_sym_STAR] = ACTIONS(995), + [sym_label] = ACTIONS(1003), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(1680), + [anon_sym_when] = ACTIONS(579), + [anon_sym_try] = ACTIONS(581), + [anon_sym_throw] = ACTIONS(1682), + [anon_sym_return] = ACTIONS(1684), + [anon_sym_continue] = ACTIONS(587), + [anon_sym_break] = ACTIONS(587), + [anon_sym_COLON_COLON] = ACTIONS(589), + [anon_sym_PLUS] = ACTIONS(1003), + [anon_sym_DASH] = ACTIONS(1003), + [anon_sym_PLUS_PLUS] = ACTIONS(1005), + [anon_sym_DASH_DASH] = ACTIONS(1005), + [anon_sym_BANG] = ACTIONS(1005), + [anon_sym_data] = ACTIONS(537), + [anon_sym_inner] = ACTIONS(537), + [anon_sym_expect] = ACTIONS(537), + [anon_sym_actual] = ACTIONS(537), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(395), - [anon_sym_break_AT] = ACTIONS(397), - [sym_real_literal] = ACTIONS(1928), - [sym_integer_literal] = ACTIONS(401), - [sym_hex_literal] = ACTIONS(403), - [sym_bin_literal] = ACTIONS(403), - [anon_sym_true] = ACTIONS(405), - [anon_sym_false] = ACTIONS(405), - [anon_sym_SQUOTE] = ACTIONS(407), - [sym__backtick_identifier] = ACTIONS(409), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(599), + [anon_sym_break_AT] = ACTIONS(601), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(605), + [sym_hex_literal] = ACTIONS(607), + [sym_bin_literal] = ACTIONS(607), + [anon_sym_true] = ACTIONS(609), + [anon_sym_false] = ACTIONS(609), + [anon_sym_SQUOTE] = ACTIONS(611), + [sym__backtick_identifier] = ACTIONS(613), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(411), + [sym__string_start] = ACTIONS(615), }, - [2205] = { - [sym__expression] = STATE(3644), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4941), - [sym_parenthesized_expression] = STATE(4941), - [sym_collection_literal] = STATE(4941), - [sym__literal_constant] = STATE(4941), - [sym_string_literal] = STATE(4941), - [sym_lambda_literal] = STATE(4941), - [sym_anonymous_function] = STATE(4941), - [sym__function_literal] = STATE(4941), - [sym_object_literal] = STATE(4941), - [sym_this_expression] = STATE(4941), - [sym_super_expression] = STATE(4941), - [sym_if_expression] = STATE(4941), - [sym_when_expression] = STATE(4941), - [sym_try_expression] = STATE(4941), - [sym_jump_expression] = STATE(4941), - [sym_callable_reference] = STATE(4941), - [sym__prefix_unary_operator] = STATE(2214), - [sym_annotation] = STATE(2214), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5029), - [sym__return_at] = STATE(303), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4941), - [sym_long_literal] = STATE(4941), - [sym_boolean_literal] = STATE(4941), - [sym_character_literal] = STATE(4941), - [sym__lexical_identifier] = STATE(4529), - [sym__alpha_identifier] = ACTIONS(7), + [2280] = { + [sym__expression] = STATE(4368), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(377), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(3094), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(1065), + [sym_label] = ACTIONS(327), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(3096), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(3098), + [anon_sym_return] = ACTIONS(3100), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(327), + [anon_sym_DASH] = ACTIONS(327), + [anon_sym_PLUS_PLUS] = ACTIONS(329), + [anon_sym_DASH_DASH] = ACTIONS(329), + [anon_sym_BANG] = ACTIONS(329), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(283), + }, + [2281] = { + [sym__expression] = STATE(469), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2340), + [sym_annotation] = STATE(2340), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(266), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), + [sym__alpha_identifier] = ACTIONS(537), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1912), - [anon_sym_fun] = ACTIONS(1914), - [anon_sym_get] = ACTIONS(7), - [anon_sym_set] = ACTIONS(7), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(1267), - [sym_label] = ACTIONS(531), - [anon_sym_null] = ACTIONS(1916), - [anon_sym_if] = ACTIONS(525), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(527), - [anon_sym_return] = ACTIONS(529), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_DASH] = ACTIONS(531), - [anon_sym_PLUS_PLUS] = ACTIONS(533), - [anon_sym_DASH_DASH] = ACTIONS(533), - [anon_sym_BANG] = ACTIONS(533), - [anon_sym_data] = ACTIONS(7), - [anon_sym_inner] = ACTIONS(7), - [anon_sym_expect] = ACTIONS(7), - [anon_sym_actual] = ACTIONS(7), + [anon_sym_LBRACK] = ACTIONS(539), + [anon_sym_LBRACE] = ACTIONS(1612), + [anon_sym_LPAREN] = ACTIONS(549), + [anon_sym_object] = ACTIONS(1614), + [anon_sym_fun] = ACTIONS(1646), + [anon_sym_get] = ACTIONS(537), + [anon_sym_set] = ACTIONS(537), + [anon_sym_this] = ACTIONS(561), + [anon_sym_super] = ACTIONS(563), + [anon_sym_STAR] = ACTIONS(905), + [sym_label] = ACTIONS(915), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(1648), + [anon_sym_when] = ACTIONS(579), + [anon_sym_try] = ACTIONS(581), + [anon_sym_throw] = ACTIONS(1650), + [anon_sym_return] = ACTIONS(1652), + [anon_sym_continue] = ACTIONS(587), + [anon_sym_break] = ACTIONS(587), + [anon_sym_COLON_COLON] = ACTIONS(589), + [anon_sym_PLUS] = ACTIONS(915), + [anon_sym_DASH] = ACTIONS(915), + [anon_sym_PLUS_PLUS] = ACTIONS(917), + [anon_sym_DASH_DASH] = ACTIONS(917), + [anon_sym_BANG] = ACTIONS(917), + [anon_sym_data] = ACTIONS(537), + [anon_sym_inner] = ACTIONS(537), + [anon_sym_expect] = ACTIONS(537), + [anon_sym_actual] = ACTIONS(537), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(1918), - [sym_integer_literal] = ACTIONS(99), - [sym_hex_literal] = ACTIONS(101), - [sym_bin_literal] = ACTIONS(101), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [anon_sym_SQUOTE] = ACTIONS(105), - [sym__backtick_identifier] = ACTIONS(107), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(599), + [anon_sym_break_AT] = ACTIONS(601), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(605), + [sym_hex_literal] = ACTIONS(607), + [sym_bin_literal] = ACTIONS(607), + [anon_sym_true] = ACTIONS(609), + [anon_sym_false] = ACTIONS(609), + [anon_sym_SQUOTE] = ACTIONS(611), + [sym__backtick_identifier] = ACTIONS(613), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(109), + [sym__string_start] = ACTIONS(615), }, - [2206] = { - [sym__expression] = STATE(3636), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4941), - [sym_parenthesized_expression] = STATE(4941), - [sym_collection_literal] = STATE(4941), - [sym__literal_constant] = STATE(4941), - [sym_string_literal] = STATE(4941), - [sym_lambda_literal] = STATE(4941), - [sym_anonymous_function] = STATE(4941), - [sym__function_literal] = STATE(4941), - [sym_object_literal] = STATE(4941), - [sym_this_expression] = STATE(4941), - [sym_super_expression] = STATE(4941), - [sym_if_expression] = STATE(4941), - [sym_when_expression] = STATE(4941), - [sym_try_expression] = STATE(4941), - [sym_jump_expression] = STATE(4941), - [sym_callable_reference] = STATE(4941), - [sym__prefix_unary_operator] = STATE(2214), - [sym_annotation] = STATE(2214), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5029), - [sym__return_at] = STATE(303), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4941), - [sym_long_literal] = STATE(4941), - [sym_boolean_literal] = STATE(4941), - [sym_character_literal] = STATE(4941), - [sym__lexical_identifier] = STATE(4529), + [2282] = { + [sym__expression] = STATE(3943), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4931), + [sym_parenthesized_expression] = STATE(4931), + [sym_collection_literal] = STATE(4931), + [sym__literal_constant] = STATE(4931), + [sym_string_literal] = STATE(4931), + [sym_lambda_literal] = STATE(4931), + [sym_anonymous_function] = STATE(4931), + [sym__function_literal] = STATE(4931), + [sym_object_literal] = STATE(4931), + [sym_this_expression] = STATE(4931), + [sym_super_expression] = STATE(4931), + [sym_if_expression] = STATE(4931), + [sym_when_expression] = STATE(4931), + [sym_try_expression] = STATE(4931), + [sym_jump_expression] = STATE(4931), + [sym_callable_reference] = STATE(4931), + [sym__prefix_unary_operator] = STATE(1665), + [sym_annotation] = STATE(1665), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4928), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4931), + [sym_long_literal] = STATE(4931), + [sym_boolean_literal] = STATE(4931), + [sym_character_literal] = STATE(4931), + [sym__lexical_identifier] = STATE(4566), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(25), [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1912), - [anon_sym_fun] = ACTIONS(1914), + [anon_sym_object] = ACTIONS(1902), + [anon_sym_fun] = ACTIONS(1982), [anon_sym_get] = ACTIONS(7), [anon_sym_set] = ACTIONS(7), [anon_sym_this] = ACTIONS(39), [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(1267), - [sym_label] = ACTIONS(531), - [anon_sym_null] = ACTIONS(1916), - [anon_sym_if] = ACTIONS(525), + [anon_sym_STAR] = ACTIONS(1243), + [sym_label] = ACTIONS(793), + [anon_sym_null] = ACTIONS(1906), + [anon_sym_if] = ACTIONS(55), [anon_sym_when] = ACTIONS(57), [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(527), - [anon_sym_return] = ACTIONS(529), + [anon_sym_throw] = ACTIONS(61), + [anon_sym_return] = ACTIONS(63), [anon_sym_continue] = ACTIONS(65), [anon_sym_break] = ACTIONS(65), [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_DASH] = ACTIONS(531), - [anon_sym_PLUS_PLUS] = ACTIONS(533), - [anon_sym_DASH_DASH] = ACTIONS(533), - [anon_sym_BANG] = ACTIONS(533), + [anon_sym_PLUS] = ACTIONS(793), + [anon_sym_DASH] = ACTIONS(793), + [anon_sym_PLUS_PLUS] = ACTIONS(795), + [anon_sym_DASH_DASH] = ACTIONS(795), + [anon_sym_BANG] = ACTIONS(795), [anon_sym_data] = ACTIONS(7), [anon_sym_inner] = ACTIONS(7), [anon_sym_expect] = ACTIONS(7), @@ -269676,7 +277094,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(93), [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(1918), + [sym_real_literal] = ACTIONS(1908), [sym_integer_literal] = ACTIONS(99), [sym_hex_literal] = ACTIONS(101), [sym_bin_literal] = ACTIONS(101), @@ -269687,83 +277105,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(109), }, - [2207] = { - [sym__expression] = STATE(1329), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(2195), - [sym_annotation] = STATE(2195), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), + [2283] = { + [sym__expression] = STATE(1291), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(2261), + [sym_annotation] = STATE(2261), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), [sym__return_at] = STATE(262), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), [sym__alpha_identifier] = ACTIONS(111), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), + [anon_sym_LBRACE] = ACTIONS(1403), [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), + [anon_sym_object] = ACTIONS(1405), [anon_sym_fun] = ACTIONS(1632), [anon_sym_get] = ACTIONS(111), [anon_sym_set] = ACTIONS(111), [anon_sym_this] = ACTIONS(141), [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(1251), - [sym_label] = ACTIONS(671), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(665), + [anon_sym_STAR] = ACTIONS(1253), + [sym_label] = ACTIONS(677), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(671), [anon_sym_when] = ACTIONS(159), [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(667), - [anon_sym_return] = ACTIONS(669), + [anon_sym_throw] = ACTIONS(673), + [anon_sym_return] = ACTIONS(675), [anon_sym_continue] = ACTIONS(167), [anon_sym_break] = ACTIONS(167), [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(671), - [anon_sym_DASH] = ACTIONS(671), - [anon_sym_PLUS_PLUS] = ACTIONS(673), - [anon_sym_DASH_DASH] = ACTIONS(673), - [anon_sym_BANG] = ACTIONS(673), + [anon_sym_PLUS] = ACTIONS(677), + [anon_sym_DASH] = ACTIONS(677), + [anon_sym_PLUS_PLUS] = ACTIONS(679), + [anon_sym_DASH_DASH] = ACTIONS(679), + [anon_sym_BANG] = ACTIONS(679), [anon_sym_data] = ACTIONS(111), [anon_sym_inner] = ACTIONS(111), [anon_sym_expect] = ACTIONS(111), @@ -269772,7 +277190,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(179), [anon_sym_continue_AT] = ACTIONS(181), [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), + [sym_real_literal] = ACTIONS(1411), [sym_integer_literal] = ACTIONS(187), [sym_hex_literal] = ACTIONS(189), [sym_bin_literal] = ACTIONS(189), @@ -269783,83 +277201,179 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(197), }, - [2208] = { - [sym__expression] = STATE(3635), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4941), - [sym_parenthesized_expression] = STATE(4941), - [sym_collection_literal] = STATE(4941), - [sym__literal_constant] = STATE(4941), - [sym_string_literal] = STATE(4941), - [sym_lambda_literal] = STATE(4941), - [sym_anonymous_function] = STATE(4941), - [sym__function_literal] = STATE(4941), - [sym_object_literal] = STATE(4941), - [sym_this_expression] = STATE(4941), - [sym_super_expression] = STATE(4941), - [sym_if_expression] = STATE(4941), - [sym_when_expression] = STATE(4941), - [sym_try_expression] = STATE(4941), - [sym_jump_expression] = STATE(4941), - [sym_callable_reference] = STATE(4941), - [sym__prefix_unary_operator] = STATE(2214), - [sym_annotation] = STATE(2214), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5029), - [sym__return_at] = STATE(303), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4941), - [sym_long_literal] = STATE(4941), - [sym_boolean_literal] = STATE(4941), - [sym_character_literal] = STATE(4941), - [sym__lexical_identifier] = STATE(4529), + [2284] = { + [sym__expression] = STATE(2554), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(2362), + [sym_annotation] = STATE(2362), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(269), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1670), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1021), + [sym_label] = ACTIONS(1029), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(1672), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(1674), + [anon_sym_return] = ACTIONS(1676), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(1029), + [anon_sym_DASH] = ACTIONS(1029), + [anon_sym_PLUS_PLUS] = ACTIONS(1031), + [anon_sym_DASH_DASH] = ACTIONS(1031), + [anon_sym_BANG] = ACTIONS(1031), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), + }, + [2285] = { + [sym__expression] = STATE(3564), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4931), + [sym_parenthesized_expression] = STATE(4931), + [sym_collection_literal] = STATE(4931), + [sym__literal_constant] = STATE(4931), + [sym_string_literal] = STATE(4931), + [sym_lambda_literal] = STATE(4931), + [sym_anonymous_function] = STATE(4931), + [sym__function_literal] = STATE(4931), + [sym_object_literal] = STATE(4931), + [sym_this_expression] = STATE(4931), + [sym_super_expression] = STATE(4931), + [sym_if_expression] = STATE(4931), + [sym_when_expression] = STATE(4931), + [sym_try_expression] = STATE(4931), + [sym_jump_expression] = STATE(4931), + [sym_callable_reference] = STATE(4931), + [sym__prefix_unary_operator] = STATE(1801), + [sym_annotation] = STATE(1801), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4928), + [sym__return_at] = STATE(298), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4931), + [sym_long_literal] = STATE(4931), + [sym_boolean_literal] = STATE(4931), + [sym_character_literal] = STATE(4931), + [sym__lexical_identifier] = STATE(4566), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(25), [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1912), - [anon_sym_fun] = ACTIONS(1914), + [anon_sym_object] = ACTIONS(1902), + [anon_sym_fun] = ACTIONS(1904), [anon_sym_get] = ACTIONS(7), [anon_sym_set] = ACTIONS(7), [anon_sym_this] = ACTIONS(39), [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(1267), - [sym_label] = ACTIONS(531), - [anon_sym_null] = ACTIONS(1916), - [anon_sym_if] = ACTIONS(525), + [anon_sym_STAR] = ACTIONS(1223), + [sym_label] = ACTIONS(449), + [anon_sym_null] = ACTIONS(1906), + [anon_sym_if] = ACTIONS(443), [anon_sym_when] = ACTIONS(57), [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(527), - [anon_sym_return] = ACTIONS(529), + [anon_sym_throw] = ACTIONS(445), + [anon_sym_return] = ACTIONS(447), [anon_sym_continue] = ACTIONS(65), [anon_sym_break] = ACTIONS(65), [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_DASH] = ACTIONS(531), - [anon_sym_PLUS_PLUS] = ACTIONS(533), - [anon_sym_DASH_DASH] = ACTIONS(533), - [anon_sym_BANG] = ACTIONS(533), + [anon_sym_PLUS] = ACTIONS(449), + [anon_sym_DASH] = ACTIONS(449), + [anon_sym_PLUS_PLUS] = ACTIONS(451), + [anon_sym_DASH_DASH] = ACTIONS(451), + [anon_sym_BANG] = ACTIONS(451), [anon_sym_data] = ACTIONS(7), [anon_sym_inner] = ACTIONS(7), [anon_sym_expect] = ACTIONS(7), @@ -269868,7 +277382,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(93), [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(1918), + [sym_real_literal] = ACTIONS(1908), [sym_integer_literal] = ACTIONS(99), [sym_hex_literal] = ACTIONS(101), [sym_bin_literal] = ACTIONS(101), @@ -269879,83 +277393,851 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(109), }, - [2209] = { - [sym__expression] = STATE(3664), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4941), - [sym_parenthesized_expression] = STATE(4941), - [sym_collection_literal] = STATE(4941), - [sym__literal_constant] = STATE(4941), - [sym_string_literal] = STATE(4941), - [sym_lambda_literal] = STATE(4941), - [sym_anonymous_function] = STATE(4941), - [sym__function_literal] = STATE(4941), - [sym_object_literal] = STATE(4941), - [sym_this_expression] = STATE(4941), - [sym_super_expression] = STATE(4941), - [sym_if_expression] = STATE(4941), - [sym_when_expression] = STATE(4941), - [sym_try_expression] = STATE(4941), - [sym_jump_expression] = STATE(4941), - [sym_callable_reference] = STATE(4941), - [sym__prefix_unary_operator] = STATE(2214), - [sym_annotation] = STATE(2214), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5029), - [sym__return_at] = STATE(303), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4941), - [sym_long_literal] = STATE(4941), - [sym_boolean_literal] = STATE(4941), - [sym_character_literal] = STATE(4941), - [sym__lexical_identifier] = STATE(4529), + [2286] = { + [sym__expression] = STATE(2555), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(2362), + [sym_annotation] = STATE(2362), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(269), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1670), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1021), + [sym_label] = ACTIONS(1029), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(1672), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(1674), + [anon_sym_return] = ACTIONS(1676), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(1029), + [anon_sym_DASH] = ACTIONS(1029), + [anon_sym_PLUS_PLUS] = ACTIONS(1031), + [anon_sym_DASH_DASH] = ACTIONS(1031), + [anon_sym_BANG] = ACTIONS(1031), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), + }, + [2287] = { + [sym__expression] = STATE(2556), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(2362), + [sym_annotation] = STATE(2362), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(269), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1670), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1021), + [sym_label] = ACTIONS(1029), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(1672), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(1674), + [anon_sym_return] = ACTIONS(1676), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(1029), + [anon_sym_DASH] = ACTIONS(1029), + [anon_sym_PLUS_PLUS] = ACTIONS(1031), + [anon_sym_DASH_DASH] = ACTIONS(1031), + [anon_sym_BANG] = ACTIONS(1031), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), + }, + [2288] = { + [sym__expression] = STATE(2558), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(2362), + [sym_annotation] = STATE(2362), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(269), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1670), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1021), + [sym_label] = ACTIONS(1029), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(1672), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(1674), + [anon_sym_return] = ACTIONS(1676), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(1029), + [anon_sym_DASH] = ACTIONS(1029), + [anon_sym_PLUS_PLUS] = ACTIONS(1031), + [anon_sym_DASH_DASH] = ACTIONS(1031), + [anon_sym_BANG] = ACTIONS(1031), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), + }, + [2289] = { + [sym__expression] = STATE(1326), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(2261), + [sym_annotation] = STATE(2261), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(262), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), + [sym__alpha_identifier] = ACTIONS(111), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1632), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(1253), + [sym_label] = ACTIONS(677), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(671), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(673), + [anon_sym_return] = ACTIONS(675), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(677), + [anon_sym_DASH] = ACTIONS(677), + [anon_sym_PLUS_PLUS] = ACTIONS(679), + [anon_sym_DASH_DASH] = ACTIONS(679), + [anon_sym_BANG] = ACTIONS(679), + [anon_sym_data] = ACTIONS(111), + [anon_sym_inner] = ACTIONS(111), + [anon_sym_expect] = ACTIONS(111), + [anon_sym_actual] = ACTIONS(111), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(1411), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(197), + }, + [2290] = { + [sym__expression] = STATE(329), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2117), + [sym_annotation] = STATE(2117), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(270), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), + [sym__alpha_identifier] = ACTIONS(537), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(539), + [anon_sym_LBRACE] = ACTIONS(1612), + [anon_sym_LPAREN] = ACTIONS(549), + [anon_sym_object] = ACTIONS(1614), + [anon_sym_fun] = ACTIONS(1678), + [anon_sym_get] = ACTIONS(537), + [anon_sym_set] = ACTIONS(537), + [anon_sym_this] = ACTIONS(561), + [anon_sym_super] = ACTIONS(563), + [anon_sym_STAR] = ACTIONS(995), + [sym_label] = ACTIONS(1003), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(1680), + [anon_sym_when] = ACTIONS(579), + [anon_sym_try] = ACTIONS(581), + [anon_sym_throw] = ACTIONS(1682), + [anon_sym_return] = ACTIONS(1684), + [anon_sym_continue] = ACTIONS(587), + [anon_sym_break] = ACTIONS(587), + [anon_sym_COLON_COLON] = ACTIONS(589), + [anon_sym_PLUS] = ACTIONS(1003), + [anon_sym_DASH] = ACTIONS(1003), + [anon_sym_PLUS_PLUS] = ACTIONS(1005), + [anon_sym_DASH_DASH] = ACTIONS(1005), + [anon_sym_BANG] = ACTIONS(1005), + [anon_sym_data] = ACTIONS(537), + [anon_sym_inner] = ACTIONS(537), + [anon_sym_expect] = ACTIONS(537), + [anon_sym_actual] = ACTIONS(537), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(599), + [anon_sym_break_AT] = ACTIONS(601), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(605), + [sym_hex_literal] = ACTIONS(607), + [sym_bin_literal] = ACTIONS(607), + [anon_sym_true] = ACTIONS(609), + [anon_sym_false] = ACTIONS(609), + [anon_sym_SQUOTE] = ACTIONS(611), + [sym__backtick_identifier] = ACTIONS(613), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(615), + }, + [2291] = { + [sym__expression] = STATE(4038), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(1897), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(331), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(2020), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(813), + [sym_label] = ACTIONS(821), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(2022), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(2024), + [anon_sym_return] = ACTIONS(2026), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(823), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(283), + }, + [2292] = { + [sym__expression] = STATE(1355), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(1786), + [sym_annotation] = STATE(1786), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(263), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1634), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1279), + [sym_label] = ACTIONS(767), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(761), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(763), + [anon_sym_return] = ACTIONS(765), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(767), + [anon_sym_DASH] = ACTIONS(767), + [anon_sym_PLUS_PLUS] = ACTIONS(769), + [anon_sym_DASH_DASH] = ACTIONS(769), + [anon_sym_BANG] = ACTIONS(769), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), + }, + [2293] = { + [sym__expression] = STATE(473), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2340), + [sym_annotation] = STATE(2340), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(266), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), + [sym__alpha_identifier] = ACTIONS(537), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(539), + [anon_sym_LBRACE] = ACTIONS(1612), + [anon_sym_LPAREN] = ACTIONS(549), + [anon_sym_object] = ACTIONS(1614), + [anon_sym_fun] = ACTIONS(1646), + [anon_sym_get] = ACTIONS(537), + [anon_sym_set] = ACTIONS(537), + [anon_sym_this] = ACTIONS(561), + [anon_sym_super] = ACTIONS(563), + [anon_sym_STAR] = ACTIONS(905), + [sym_label] = ACTIONS(915), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(1648), + [anon_sym_when] = ACTIONS(579), + [anon_sym_try] = ACTIONS(581), + [anon_sym_throw] = ACTIONS(1650), + [anon_sym_return] = ACTIONS(1652), + [anon_sym_continue] = ACTIONS(587), + [anon_sym_break] = ACTIONS(587), + [anon_sym_COLON_COLON] = ACTIONS(589), + [anon_sym_PLUS] = ACTIONS(915), + [anon_sym_DASH] = ACTIONS(915), + [anon_sym_PLUS_PLUS] = ACTIONS(917), + [anon_sym_DASH_DASH] = ACTIONS(917), + [anon_sym_BANG] = ACTIONS(917), + [anon_sym_data] = ACTIONS(537), + [anon_sym_inner] = ACTIONS(537), + [anon_sym_expect] = ACTIONS(537), + [anon_sym_actual] = ACTIONS(537), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(599), + [anon_sym_break_AT] = ACTIONS(601), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(605), + [sym_hex_literal] = ACTIONS(607), + [sym_bin_literal] = ACTIONS(607), + [anon_sym_true] = ACTIONS(609), + [anon_sym_false] = ACTIONS(609), + [anon_sym_SQUOTE] = ACTIONS(611), + [sym__backtick_identifier] = ACTIONS(613), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(615), + }, + [2294] = { + [sym__expression] = STATE(4194), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4931), + [sym_parenthesized_expression] = STATE(4931), + [sym_collection_literal] = STATE(4931), + [sym__literal_constant] = STATE(4931), + [sym_string_literal] = STATE(4931), + [sym_lambda_literal] = STATE(4931), + [sym_anonymous_function] = STATE(4931), + [sym__function_literal] = STATE(4931), + [sym_object_literal] = STATE(4931), + [sym_this_expression] = STATE(4931), + [sym_super_expression] = STATE(4931), + [sym_if_expression] = STATE(4931), + [sym_when_expression] = STATE(4931), + [sym_try_expression] = STATE(4931), + [sym_jump_expression] = STATE(4931), + [sym_callable_reference] = STATE(4931), + [sym__prefix_unary_operator] = STATE(1926), + [sym_annotation] = STATE(1926), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4928), + [sym__return_at] = STATE(399), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4931), + [sym_long_literal] = STATE(4931), + [sym_boolean_literal] = STATE(4931), + [sym_character_literal] = STATE(4931), + [sym__lexical_identifier] = STATE(4566), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(25), [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1912), - [anon_sym_fun] = ACTIONS(1914), + [anon_sym_object] = ACTIONS(1902), + [anon_sym_fun] = ACTIONS(3162), [anon_sym_get] = ACTIONS(7), [anon_sym_set] = ACTIONS(7), [anon_sym_this] = ACTIONS(39), [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(1267), - [sym_label] = ACTIONS(531), - [anon_sym_null] = ACTIONS(1916), - [anon_sym_if] = ACTIONS(525), + [anon_sym_STAR] = ACTIONS(43), + [sym_label] = ACTIONS(69), + [anon_sym_null] = ACTIONS(1906), + [anon_sym_if] = ACTIONS(3164), [anon_sym_when] = ACTIONS(57), [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(527), - [anon_sym_return] = ACTIONS(529), + [anon_sym_throw] = ACTIONS(3166), + [anon_sym_return] = ACTIONS(3168), [anon_sym_continue] = ACTIONS(65), [anon_sym_break] = ACTIONS(65), [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_DASH] = ACTIONS(531), - [anon_sym_PLUS_PLUS] = ACTIONS(533), - [anon_sym_DASH_DASH] = ACTIONS(533), - [anon_sym_BANG] = ACTIONS(533), + [anon_sym_PLUS] = ACTIONS(69), + [anon_sym_DASH] = ACTIONS(69), + [anon_sym_PLUS_PLUS] = ACTIONS(71), + [anon_sym_DASH_DASH] = ACTIONS(71), + [anon_sym_BANG] = ACTIONS(71), [anon_sym_data] = ACTIONS(7), [anon_sym_inner] = ACTIONS(7), [anon_sym_expect] = ACTIONS(7), @@ -269964,7 +278246,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(93), [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(1918), + [sym_real_literal] = ACTIONS(1908), [sym_integer_literal] = ACTIONS(99), [sym_hex_literal] = ACTIONS(101), [sym_bin_literal] = ACTIONS(101), @@ -269975,755 +278257,1043 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(109), }, - [2210] = { - [sym__expression] = STATE(3653), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4941), - [sym_parenthesized_expression] = STATE(4941), - [sym_collection_literal] = STATE(4941), - [sym__literal_constant] = STATE(4941), - [sym_string_literal] = STATE(4941), - [sym_lambda_literal] = STATE(4941), - [sym_anonymous_function] = STATE(4941), - [sym__function_literal] = STATE(4941), - [sym_object_literal] = STATE(4941), - [sym_this_expression] = STATE(4941), - [sym_super_expression] = STATE(4941), - [sym_if_expression] = STATE(4941), - [sym_when_expression] = STATE(4941), - [sym_try_expression] = STATE(4941), - [sym_jump_expression] = STATE(4941), - [sym_callable_reference] = STATE(4941), - [sym__prefix_unary_operator] = STATE(2214), - [sym_annotation] = STATE(2214), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5029), - [sym__return_at] = STATE(303), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4941), - [sym_long_literal] = STATE(4941), - [sym_boolean_literal] = STATE(4941), - [sym_character_literal] = STATE(4941), - [sym__lexical_identifier] = STATE(4529), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1912), - [anon_sym_fun] = ACTIONS(1914), - [anon_sym_get] = ACTIONS(7), - [anon_sym_set] = ACTIONS(7), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(1267), - [sym_label] = ACTIONS(531), - [anon_sym_null] = ACTIONS(1916), - [anon_sym_if] = ACTIONS(525), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(527), - [anon_sym_return] = ACTIONS(529), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_DASH] = ACTIONS(531), - [anon_sym_PLUS_PLUS] = ACTIONS(533), - [anon_sym_DASH_DASH] = ACTIONS(533), - [anon_sym_BANG] = ACTIONS(533), - [anon_sym_data] = ACTIONS(7), - [anon_sym_inner] = ACTIONS(7), - [anon_sym_expect] = ACTIONS(7), - [anon_sym_actual] = ACTIONS(7), + [2295] = { + [sym__expression] = STATE(1444), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(2339), + [sym_annotation] = STATE(2339), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(265), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), + [sym__alpha_identifier] = ACTIONS(111), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1638), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(841), + [sym_label] = ACTIONS(851), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(1640), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(1642), + [anon_sym_return] = ACTIONS(1644), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(851), + [anon_sym_DASH] = ACTIONS(851), + [anon_sym_PLUS_PLUS] = ACTIONS(853), + [anon_sym_DASH_DASH] = ACTIONS(853), + [anon_sym_BANG] = ACTIONS(853), + [anon_sym_data] = ACTIONS(111), + [anon_sym_inner] = ACTIONS(111), + [anon_sym_expect] = ACTIONS(111), + [anon_sym_actual] = ACTIONS(111), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(1918), - [sym_integer_literal] = ACTIONS(99), - [sym_hex_literal] = ACTIONS(101), - [sym_bin_literal] = ACTIONS(101), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [anon_sym_SQUOTE] = ACTIONS(105), - [sym__backtick_identifier] = ACTIONS(107), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(1411), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(109), + [sym__string_start] = ACTIONS(197), }, - [2211] = { - [sym__expression] = STATE(3652), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4941), - [sym_parenthesized_expression] = STATE(4941), - [sym_collection_literal] = STATE(4941), - [sym__literal_constant] = STATE(4941), - [sym_string_literal] = STATE(4941), - [sym_lambda_literal] = STATE(4941), - [sym_anonymous_function] = STATE(4941), - [sym__function_literal] = STATE(4941), - [sym_object_literal] = STATE(4941), - [sym_this_expression] = STATE(4941), - [sym_super_expression] = STATE(4941), - [sym_if_expression] = STATE(4941), - [sym_when_expression] = STATE(4941), - [sym_try_expression] = STATE(4941), - [sym_jump_expression] = STATE(4941), - [sym_callable_reference] = STATE(4941), - [sym__prefix_unary_operator] = STATE(2214), - [sym_annotation] = STATE(2214), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5029), - [sym__return_at] = STATE(303), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4941), - [sym_long_literal] = STATE(4941), - [sym_boolean_literal] = STATE(4941), - [sym_character_literal] = STATE(4941), - [sym__lexical_identifier] = STATE(4529), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1912), - [anon_sym_fun] = ACTIONS(1914), - [anon_sym_get] = ACTIONS(7), - [anon_sym_set] = ACTIONS(7), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(1267), - [sym_label] = ACTIONS(531), - [anon_sym_null] = ACTIONS(1916), - [anon_sym_if] = ACTIONS(525), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(527), - [anon_sym_return] = ACTIONS(529), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_DASH] = ACTIONS(531), - [anon_sym_PLUS_PLUS] = ACTIONS(533), - [anon_sym_DASH_DASH] = ACTIONS(533), - [anon_sym_BANG] = ACTIONS(533), - [anon_sym_data] = ACTIONS(7), - [anon_sym_inner] = ACTIONS(7), - [anon_sym_expect] = ACTIONS(7), - [anon_sym_actual] = ACTIONS(7), + [2296] = { + [sym__expression] = STATE(2517), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(2362), + [sym_annotation] = STATE(2362), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(269), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1670), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1021), + [sym_label] = ACTIONS(1029), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(1672), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(1674), + [anon_sym_return] = ACTIONS(1676), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(1029), + [anon_sym_DASH] = ACTIONS(1029), + [anon_sym_PLUS_PLUS] = ACTIONS(1031), + [anon_sym_DASH_DASH] = ACTIONS(1031), + [anon_sym_BANG] = ACTIONS(1031), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), + }, + [2297] = { + [sym__expression] = STATE(1373), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(1786), + [sym_annotation] = STATE(1786), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(263), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1634), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1279), + [sym_label] = ACTIONS(767), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(761), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(763), + [anon_sym_return] = ACTIONS(765), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(767), + [anon_sym_DASH] = ACTIONS(767), + [anon_sym_PLUS_PLUS] = ACTIONS(769), + [anon_sym_DASH_DASH] = ACTIONS(769), + [anon_sym_BANG] = ACTIONS(769), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), + }, + [2298] = { + [sym__expression] = STATE(4402), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(377), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(3094), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(1065), + [sym_label] = ACTIONS(327), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(3096), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(3098), + [anon_sym_return] = ACTIONS(3100), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(327), + [anon_sym_DASH] = ACTIONS(327), + [anon_sym_PLUS_PLUS] = ACTIONS(329), + [anon_sym_DASH_DASH] = ACTIONS(329), + [anon_sym_BANG] = ACTIONS(329), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(1918), - [sym_integer_literal] = ACTIONS(99), - [sym_hex_literal] = ACTIONS(101), - [sym_bin_literal] = ACTIONS(101), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [anon_sym_SQUOTE] = ACTIONS(105), - [sym__backtick_identifier] = ACTIONS(107), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(109), + [sym__string_start] = ACTIONS(283), }, - [2212] = { - [sym__expression] = STATE(3633), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4941), - [sym_parenthesized_expression] = STATE(4941), - [sym_collection_literal] = STATE(4941), - [sym__literal_constant] = STATE(4941), - [sym_string_literal] = STATE(4941), - [sym_lambda_literal] = STATE(4941), - [sym_anonymous_function] = STATE(4941), - [sym__function_literal] = STATE(4941), - [sym_object_literal] = STATE(4941), - [sym_this_expression] = STATE(4941), - [sym_super_expression] = STATE(4941), - [sym_if_expression] = STATE(4941), - [sym_when_expression] = STATE(4941), - [sym_try_expression] = STATE(4941), - [sym_jump_expression] = STATE(4941), - [sym_callable_reference] = STATE(4941), - [sym__prefix_unary_operator] = STATE(2214), - [sym_annotation] = STATE(2214), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5029), - [sym__return_at] = STATE(303), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4941), - [sym_long_literal] = STATE(4941), - [sym_boolean_literal] = STATE(4941), - [sym_character_literal] = STATE(4941), - [sym__lexical_identifier] = STATE(4529), - [sym__alpha_identifier] = ACTIONS(7), + [2299] = { + [sym__expression] = STATE(4404), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(377), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(3094), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(1065), + [sym_label] = ACTIONS(327), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(3096), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(3098), + [anon_sym_return] = ACTIONS(3100), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(327), + [anon_sym_DASH] = ACTIONS(327), + [anon_sym_PLUS_PLUS] = ACTIONS(329), + [anon_sym_DASH_DASH] = ACTIONS(329), + [anon_sym_BANG] = ACTIONS(329), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(283), + }, + [2300] = { + [sym__expression] = STATE(477), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2340), + [sym_annotation] = STATE(2340), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(266), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), + [sym__alpha_identifier] = ACTIONS(537), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1912), - [anon_sym_fun] = ACTIONS(1914), - [anon_sym_get] = ACTIONS(7), - [anon_sym_set] = ACTIONS(7), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(1267), - [sym_label] = ACTIONS(531), - [anon_sym_null] = ACTIONS(1916), - [anon_sym_if] = ACTIONS(525), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(527), - [anon_sym_return] = ACTIONS(529), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_DASH] = ACTIONS(531), - [anon_sym_PLUS_PLUS] = ACTIONS(533), - [anon_sym_DASH_DASH] = ACTIONS(533), - [anon_sym_BANG] = ACTIONS(533), - [anon_sym_data] = ACTIONS(7), - [anon_sym_inner] = ACTIONS(7), - [anon_sym_expect] = ACTIONS(7), - [anon_sym_actual] = ACTIONS(7), + [anon_sym_LBRACK] = ACTIONS(539), + [anon_sym_LBRACE] = ACTIONS(1612), + [anon_sym_LPAREN] = ACTIONS(549), + [anon_sym_object] = ACTIONS(1614), + [anon_sym_fun] = ACTIONS(1646), + [anon_sym_get] = ACTIONS(537), + [anon_sym_set] = ACTIONS(537), + [anon_sym_this] = ACTIONS(561), + [anon_sym_super] = ACTIONS(563), + [anon_sym_STAR] = ACTIONS(905), + [sym_label] = ACTIONS(915), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(1648), + [anon_sym_when] = ACTIONS(579), + [anon_sym_try] = ACTIONS(581), + [anon_sym_throw] = ACTIONS(1650), + [anon_sym_return] = ACTIONS(1652), + [anon_sym_continue] = ACTIONS(587), + [anon_sym_break] = ACTIONS(587), + [anon_sym_COLON_COLON] = ACTIONS(589), + [anon_sym_PLUS] = ACTIONS(915), + [anon_sym_DASH] = ACTIONS(915), + [anon_sym_PLUS_PLUS] = ACTIONS(917), + [anon_sym_DASH_DASH] = ACTIONS(917), + [anon_sym_BANG] = ACTIONS(917), + [anon_sym_data] = ACTIONS(537), + [anon_sym_inner] = ACTIONS(537), + [anon_sym_expect] = ACTIONS(537), + [anon_sym_actual] = ACTIONS(537), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(1918), - [sym_integer_literal] = ACTIONS(99), - [sym_hex_literal] = ACTIONS(101), - [sym_bin_literal] = ACTIONS(101), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [anon_sym_SQUOTE] = ACTIONS(105), - [sym__backtick_identifier] = ACTIONS(107), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(599), + [anon_sym_break_AT] = ACTIONS(601), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(605), + [sym_hex_literal] = ACTIONS(607), + [sym_bin_literal] = ACTIONS(607), + [anon_sym_true] = ACTIONS(609), + [anon_sym_false] = ACTIONS(609), + [anon_sym_SQUOTE] = ACTIONS(611), + [sym__backtick_identifier] = ACTIONS(613), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(109), + [sym__string_start] = ACTIONS(615), }, - [2213] = { - [sym__expression] = STATE(3632), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4941), - [sym_parenthesized_expression] = STATE(4941), - [sym_collection_literal] = STATE(4941), - [sym__literal_constant] = STATE(4941), - [sym_string_literal] = STATE(4941), - [sym_lambda_literal] = STATE(4941), - [sym_anonymous_function] = STATE(4941), - [sym__function_literal] = STATE(4941), - [sym_object_literal] = STATE(4941), - [sym_this_expression] = STATE(4941), - [sym_super_expression] = STATE(4941), - [sym_if_expression] = STATE(4941), - [sym_when_expression] = STATE(4941), - [sym_try_expression] = STATE(4941), - [sym_jump_expression] = STATE(4941), - [sym_callable_reference] = STATE(4941), - [sym__prefix_unary_operator] = STATE(2214), - [sym_annotation] = STATE(2214), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5029), - [sym__return_at] = STATE(303), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4941), - [sym_long_literal] = STATE(4941), - [sym_boolean_literal] = STATE(4941), - [sym_character_literal] = STATE(4941), - [sym__lexical_identifier] = STATE(4529), - [sym__alpha_identifier] = ACTIONS(7), + [2301] = { + [sym__expression] = STATE(476), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2340), + [sym_annotation] = STATE(2340), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(266), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), + [sym__alpha_identifier] = ACTIONS(537), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1912), - [anon_sym_fun] = ACTIONS(1914), - [anon_sym_get] = ACTIONS(7), - [anon_sym_set] = ACTIONS(7), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(1267), - [sym_label] = ACTIONS(531), - [anon_sym_null] = ACTIONS(1916), - [anon_sym_if] = ACTIONS(525), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(527), - [anon_sym_return] = ACTIONS(529), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_DASH] = ACTIONS(531), - [anon_sym_PLUS_PLUS] = ACTIONS(533), - [anon_sym_DASH_DASH] = ACTIONS(533), - [anon_sym_BANG] = ACTIONS(533), - [anon_sym_data] = ACTIONS(7), - [anon_sym_inner] = ACTIONS(7), - [anon_sym_expect] = ACTIONS(7), - [anon_sym_actual] = ACTIONS(7), + [anon_sym_LBRACK] = ACTIONS(539), + [anon_sym_LBRACE] = ACTIONS(1612), + [anon_sym_LPAREN] = ACTIONS(549), + [anon_sym_object] = ACTIONS(1614), + [anon_sym_fun] = ACTIONS(1646), + [anon_sym_get] = ACTIONS(537), + [anon_sym_set] = ACTIONS(537), + [anon_sym_this] = ACTIONS(561), + [anon_sym_super] = ACTIONS(563), + [anon_sym_STAR] = ACTIONS(905), + [sym_label] = ACTIONS(915), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(1648), + [anon_sym_when] = ACTIONS(579), + [anon_sym_try] = ACTIONS(581), + [anon_sym_throw] = ACTIONS(1650), + [anon_sym_return] = ACTIONS(1652), + [anon_sym_continue] = ACTIONS(587), + [anon_sym_break] = ACTIONS(587), + [anon_sym_COLON_COLON] = ACTIONS(589), + [anon_sym_PLUS] = ACTIONS(915), + [anon_sym_DASH] = ACTIONS(915), + [anon_sym_PLUS_PLUS] = ACTIONS(917), + [anon_sym_DASH_DASH] = ACTIONS(917), + [anon_sym_BANG] = ACTIONS(917), + [anon_sym_data] = ACTIONS(537), + [anon_sym_inner] = ACTIONS(537), + [anon_sym_expect] = ACTIONS(537), + [anon_sym_actual] = ACTIONS(537), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(1918), - [sym_integer_literal] = ACTIONS(99), - [sym_hex_literal] = ACTIONS(101), - [sym_bin_literal] = ACTIONS(101), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [anon_sym_SQUOTE] = ACTIONS(105), - [sym__backtick_identifier] = ACTIONS(107), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(599), + [anon_sym_break_AT] = ACTIONS(601), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(605), + [sym_hex_literal] = ACTIONS(607), + [sym_bin_literal] = ACTIONS(607), + [anon_sym_true] = ACTIONS(609), + [anon_sym_false] = ACTIONS(609), + [anon_sym_SQUOTE] = ACTIONS(611), + [sym__backtick_identifier] = ACTIONS(613), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(109), + [sym__string_start] = ACTIONS(615), }, - [2214] = { - [sym__expression] = STATE(3666), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4941), - [sym_parenthesized_expression] = STATE(4941), - [sym_collection_literal] = STATE(4941), - [sym__literal_constant] = STATE(4941), - [sym_string_literal] = STATE(4941), - [sym_lambda_literal] = STATE(4941), - [sym_anonymous_function] = STATE(4941), - [sym__function_literal] = STATE(4941), - [sym_object_literal] = STATE(4941), - [sym_this_expression] = STATE(4941), - [sym_super_expression] = STATE(4941), - [sym_if_expression] = STATE(4941), - [sym_when_expression] = STATE(4941), - [sym_try_expression] = STATE(4941), - [sym_jump_expression] = STATE(4941), - [sym_callable_reference] = STATE(4941), - [sym__prefix_unary_operator] = STATE(2214), - [sym_annotation] = STATE(2214), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5029), - [sym__return_at] = STATE(303), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4941), - [sym_long_literal] = STATE(4941), - [sym_boolean_literal] = STATE(4941), - [sym_character_literal] = STATE(4941), - [sym__lexical_identifier] = STATE(4529), - [sym__alpha_identifier] = ACTIONS(7), + [2302] = { + [sym__expression] = STATE(1454), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(2339), + [sym_annotation] = STATE(2339), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(265), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), + [sym__alpha_identifier] = ACTIONS(111), [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1912), - [anon_sym_fun] = ACTIONS(1914), - [anon_sym_get] = ACTIONS(7), - [anon_sym_set] = ACTIONS(7), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(1267), - [sym_label] = ACTIONS(531), - [anon_sym_null] = ACTIONS(1916), - [anon_sym_if] = ACTIONS(525), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(527), - [anon_sym_return] = ACTIONS(529), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_DASH] = ACTIONS(531), - [anon_sym_PLUS_PLUS] = ACTIONS(533), - [anon_sym_DASH_DASH] = ACTIONS(533), - [anon_sym_BANG] = ACTIONS(533), - [anon_sym_data] = ACTIONS(7), - [anon_sym_inner] = ACTIONS(7), - [anon_sym_expect] = ACTIONS(7), - [anon_sym_actual] = ACTIONS(7), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1638), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(841), + [sym_label] = ACTIONS(851), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(1640), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(1642), + [anon_sym_return] = ACTIONS(1644), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(851), + [anon_sym_DASH] = ACTIONS(851), + [anon_sym_PLUS_PLUS] = ACTIONS(853), + [anon_sym_DASH_DASH] = ACTIONS(853), + [anon_sym_BANG] = ACTIONS(853), + [anon_sym_data] = ACTIONS(111), + [anon_sym_inner] = ACTIONS(111), + [anon_sym_expect] = ACTIONS(111), + [anon_sym_actual] = ACTIONS(111), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(1918), - [sym_integer_literal] = ACTIONS(99), - [sym_hex_literal] = ACTIONS(101), - [sym_bin_literal] = ACTIONS(101), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [anon_sym_SQUOTE] = ACTIONS(105), - [sym__backtick_identifier] = ACTIONS(107), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(1411), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(109), + [sym__string_start] = ACTIONS(197), }, - [2215] = { - [sym_indexing_suffix] = STATE(3339), - [sym_navigation_suffix] = STATE(3435), - [sym_call_suffix] = STATE(3432), - [sym_annotated_lambda] = STATE(3429), - [sym_type_arguments] = STATE(7512), - [sym_value_arguments] = STATE(2735), - [sym_lambda_literal] = STATE(3427), - [sym__equality_operator] = STATE(2092), - [sym__comparison_operator] = STATE(2093), - [sym__in_operator] = STATE(2094), - [sym__is_operator] = STATE(6217), - [sym__additive_operator] = STATE(2095), - [sym__multiplicative_operator] = STATE(2096), - [sym__as_operator] = STATE(6214), - [sym__postfix_unary_operator] = STATE(3426), - [sym__member_access_operator] = STATE(7360), - [sym_annotation] = STATE(7846), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2098), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7846), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(4523), - [anon_sym_as] = ACTIONS(4525), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_RBRACE] = ACTIONS(3021), - [anon_sym_LPAREN] = ACTIONS(4527), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(5784), - [anon_sym_object] = ACTIONS(3019), - [anon_sym_fun] = ACTIONS(3019), - [anon_sym_DOT] = ACTIONS(4531), - [anon_sym_SEMI] = ACTIONS(3021), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(3019), - [anon_sym_super] = ACTIONS(3019), - [anon_sym_STAR] = ACTIONS(5786), - [sym_label] = ACTIONS(4535), - [anon_sym_in] = ACTIONS(5788), - [anon_sym_DOT_DOT] = ACTIONS(5790), - [anon_sym_QMARK_COLON] = ACTIONS(5792), - [anon_sym_AMP_AMP] = ACTIONS(5794), - [anon_sym_PIPE_PIPE] = ACTIONS(5796), - [anon_sym_null] = ACTIONS(3019), - [anon_sym_if] = ACTIONS(3019), - [anon_sym_else] = ACTIONS(3019), - [anon_sym_when] = ACTIONS(3019), - [anon_sym_try] = ACTIONS(3019), - [anon_sym_throw] = ACTIONS(3019), - [anon_sym_return] = ACTIONS(3019), - [anon_sym_continue] = ACTIONS(3019), - [anon_sym_break] = ACTIONS(3019), - [anon_sym_COLON_COLON] = ACTIONS(4547), - [anon_sym_BANG_EQ] = ACTIONS(5798), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5800), - [anon_sym_EQ_EQ] = ACTIONS(5798), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5800), - [anon_sym_LT_EQ] = ACTIONS(5802), - [anon_sym_GT_EQ] = ACTIONS(5802), - [anon_sym_BANGin] = ACTIONS(5804), - [anon_sym_is] = ACTIONS(4557), - [anon_sym_BANGis] = ACTIONS(4559), - [anon_sym_PLUS] = ACTIONS(5806), - [anon_sym_DASH] = ACTIONS(5806), - [anon_sym_SLASH] = ACTIONS(5808), - [anon_sym_PERCENT] = ACTIONS(5786), - [anon_sym_as_QMARK] = ACTIONS(4563), - [anon_sym_PLUS_PLUS] = ACTIONS(4565), - [anon_sym_DASH_DASH] = ACTIONS(4565), - [anon_sym_BANG] = ACTIONS(3019), - [anon_sym_BANG_BANG] = ACTIONS(4565), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), + [2303] = { + [sym__expression] = STATE(4226), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(1897), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(331), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(2020), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(813), + [sym_label] = ACTIONS(821), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(2022), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(2024), + [anon_sym_return] = ACTIONS(2026), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(823), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3021), - [anon_sym_continue_AT] = ACTIONS(3021), - [anon_sym_break_AT] = ACTIONS(3021), - [sym_real_literal] = ACTIONS(3021), - [sym_integer_literal] = ACTIONS(3019), - [sym_hex_literal] = ACTIONS(3021), - [sym_bin_literal] = ACTIONS(3021), - [anon_sym_true] = ACTIONS(3019), - [anon_sym_false] = ACTIONS(3019), - [anon_sym_SQUOTE] = ACTIONS(3021), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3021), - [sym_safe_nav] = ACTIONS(4547), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3021), + [sym__string_start] = ACTIONS(283), }, - [2216] = { - [sym__expression] = STATE(1535), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(3231), - [sym_parenthesized_expression] = STATE(3231), - [sym_collection_literal] = STATE(3231), - [sym__literal_constant] = STATE(3231), - [sym_string_literal] = STATE(3231), - [sym_lambda_literal] = STATE(3231), - [sym_anonymous_function] = STATE(3231), - [sym__function_literal] = STATE(3231), - [sym_object_literal] = STATE(3231), - [sym_this_expression] = STATE(3231), - [sym_super_expression] = STATE(3231), - [sym_if_expression] = STATE(3231), - [sym_when_expression] = STATE(3231), - [sym_try_expression] = STATE(3231), - [sym_jump_expression] = STATE(3231), - [sym_callable_reference] = STATE(3231), - [sym__prefix_unary_operator] = STATE(2071), - [sym_annotation] = STATE(2071), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3311), - [sym__return_at] = STATE(367), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(3231), - [sym_long_literal] = STATE(3231), - [sym_boolean_literal] = STATE(3231), - [sym_character_literal] = STATE(3231), - [sym__lexical_identifier] = STATE(2890), - [sym__alpha_identifier] = ACTIONS(333), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(335), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_object] = ACTIONS(1922), - [anon_sym_fun] = ACTIONS(3041), - [anon_sym_get] = ACTIONS(333), - [anon_sym_set] = ACTIONS(333), - [anon_sym_this] = ACTIONS(357), - [anon_sym_super] = ACTIONS(359), - [anon_sym_STAR] = ACTIONS(933), - [sym_label] = ACTIONS(943), - [anon_sym_null] = ACTIONS(1926), - [anon_sym_if] = ACTIONS(3043), - [anon_sym_when] = ACTIONS(375), - [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(3045), - [anon_sym_return] = ACTIONS(3047), - [anon_sym_continue] = ACTIONS(383), - [anon_sym_break] = ACTIONS(383), - [anon_sym_COLON_COLON] = ACTIONS(385), - [anon_sym_PLUS] = ACTIONS(943), - [anon_sym_DASH] = ACTIONS(943), - [anon_sym_PLUS_PLUS] = ACTIONS(945), - [anon_sym_DASH_DASH] = ACTIONS(945), - [anon_sym_BANG] = ACTIONS(945), - [anon_sym_data] = ACTIONS(333), - [anon_sym_inner] = ACTIONS(333), - [anon_sym_expect] = ACTIONS(333), - [anon_sym_actual] = ACTIONS(333), + [2304] = { + [sym__expression] = STATE(4235), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(1897), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(331), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(2020), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(5892), + [sym_label] = ACTIONS(821), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(2022), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(2024), + [anon_sym_return] = ACTIONS(2026), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(823), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(395), - [anon_sym_break_AT] = ACTIONS(397), - [sym_real_literal] = ACTIONS(1928), - [sym_integer_literal] = ACTIONS(401), - [sym_hex_literal] = ACTIONS(403), - [sym_bin_literal] = ACTIONS(403), - [anon_sym_true] = ACTIONS(405), - [anon_sym_false] = ACTIONS(405), - [anon_sym_SQUOTE] = ACTIONS(407), - [sym__backtick_identifier] = ACTIONS(409), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(411), + [sym__string_start] = ACTIONS(283), }, - [2217] = { - [sym__expression] = STATE(1149), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(1697), - [sym_annotation] = STATE(1697), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(268), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), + [2305] = { + [sym__expression] = STATE(1518), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(2339), + [sym_annotation] = STATE(2339), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(265), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), [sym__alpha_identifier] = ACTIONS(111), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), + [anon_sym_LBRACE] = ACTIONS(1403), [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1662), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1638), [anon_sym_get] = ACTIONS(111), [anon_sym_set] = ACTIONS(111), [anon_sym_this] = ACTIONS(141), [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(995), - [sym_label] = ACTIONS(1003), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(1664), + [anon_sym_STAR] = ACTIONS(841), + [sym_label] = ACTIONS(851), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(1640), [anon_sym_when] = ACTIONS(159), [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(1666), - [anon_sym_return] = ACTIONS(1668), + [anon_sym_throw] = ACTIONS(1642), + [anon_sym_return] = ACTIONS(1644), [anon_sym_continue] = ACTIONS(167), [anon_sym_break] = ACTIONS(167), [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(1003), - [anon_sym_DASH] = ACTIONS(1003), - [anon_sym_PLUS_PLUS] = ACTIONS(1005), - [anon_sym_DASH_DASH] = ACTIONS(1005), - [anon_sym_BANG] = ACTIONS(1005), + [anon_sym_PLUS] = ACTIONS(851), + [anon_sym_DASH] = ACTIONS(851), + [anon_sym_PLUS_PLUS] = ACTIONS(853), + [anon_sym_DASH_DASH] = ACTIONS(853), + [anon_sym_BANG] = ACTIONS(853), [anon_sym_data] = ACTIONS(111), [anon_sym_inner] = ACTIONS(111), [anon_sym_expect] = ACTIONS(111), @@ -270732,7 +279302,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(179), [anon_sym_continue_AT] = ACTIONS(181), [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), + [sym_real_literal] = ACTIONS(1411), [sym_integer_literal] = ACTIONS(187), [sym_hex_literal] = ACTIONS(189), [sym_bin_literal] = ACTIONS(189), @@ -270743,284 +279313,284 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(197), }, - [2218] = { - [sym__expression] = STATE(391), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2221), - [sym_annotation] = STATE(2221), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(263), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1634), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1257), - [sym_label] = ACTIONS(793), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(787), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(789), - [anon_sym_return] = ACTIONS(791), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(793), - [anon_sym_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(795), - [anon_sym_DASH_DASH] = ACTIONS(795), - [anon_sym_BANG] = ACTIONS(795), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), + [2306] = { + [sym__expression] = STATE(1478), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(2339), + [sym_annotation] = STATE(2339), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(265), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), + [sym__alpha_identifier] = ACTIONS(111), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1638), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(841), + [sym_label] = ACTIONS(851), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(1640), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(1642), + [anon_sym_return] = ACTIONS(1644), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(851), + [anon_sym_DASH] = ACTIONS(851), + [anon_sym_PLUS_PLUS] = ACTIONS(853), + [anon_sym_DASH_DASH] = ACTIONS(853), + [anon_sym_BANG] = ACTIONS(853), + [anon_sym_data] = ACTIONS(111), + [anon_sym_inner] = ACTIONS(111), + [anon_sym_expect] = ACTIONS(111), + [anon_sym_actual] = ACTIONS(111), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(1411), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), + [sym__string_start] = ACTIONS(197), }, - [2219] = { - [sym__expression] = STATE(381), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2221), - [sym_annotation] = STATE(2221), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(263), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1634), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1257), - [sym_label] = ACTIONS(793), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(787), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(789), - [anon_sym_return] = ACTIONS(791), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(793), - [anon_sym_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(795), - [anon_sym_DASH_DASH] = ACTIONS(795), - [anon_sym_BANG] = ACTIONS(795), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), + [2307] = { + [sym__expression] = STATE(4233), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(1897), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(331), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(2020), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(813), + [sym_label] = ACTIONS(821), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(2022), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(2024), + [anon_sym_return] = ACTIONS(2026), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(823), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), + [sym__string_start] = ACTIONS(283), }, - [2220] = { - [sym__expression] = STATE(953), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(1643), - [sym_annotation] = STATE(1643), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(270), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), + [2308] = { + [sym__expression] = STATE(475), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2340), + [sym_annotation] = STATE(2340), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(266), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), [sym__alpha_identifier] = ACTIONS(537), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LBRACE] = ACTIONS(1612), [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1678), + [anon_sym_object] = ACTIONS(1614), + [anon_sym_fun] = ACTIONS(1646), [anon_sym_get] = ACTIONS(537), [anon_sym_set] = ACTIONS(537), [anon_sym_this] = ACTIONS(561), [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1021), - [sym_label] = ACTIONS(1029), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(1680), + [anon_sym_STAR] = ACTIONS(905), + [sym_label] = ACTIONS(915), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(1648), [anon_sym_when] = ACTIONS(579), [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(1682), - [anon_sym_return] = ACTIONS(1684), + [anon_sym_throw] = ACTIONS(1650), + [anon_sym_return] = ACTIONS(1652), [anon_sym_continue] = ACTIONS(587), [anon_sym_break] = ACTIONS(587), [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(1029), - [anon_sym_DASH] = ACTIONS(1029), - [anon_sym_PLUS_PLUS] = ACTIONS(1031), - [anon_sym_DASH_DASH] = ACTIONS(1031), - [anon_sym_BANG] = ACTIONS(1031), + [anon_sym_PLUS] = ACTIONS(915), + [anon_sym_DASH] = ACTIONS(915), + [anon_sym_PLUS_PLUS] = ACTIONS(917), + [anon_sym_DASH_DASH] = ACTIONS(917), + [anon_sym_BANG] = ACTIONS(917), [anon_sym_data] = ACTIONS(537), [anon_sym_inner] = ACTIONS(537), [anon_sym_expect] = ACTIONS(537), [anon_sym_actual] = ACTIONS(537), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), + [anon_sym_return_AT] = ACTIONS(517), [anon_sym_continue_AT] = ACTIONS(599), [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), + [sym_real_literal] = ACTIONS(1620), [sym_integer_literal] = ACTIONS(605), [sym_hex_literal] = ACTIONS(607), [sym_bin_literal] = ACTIONS(607), @@ -271031,668 +279601,476 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(615), }, - [2221] = { - [sym__expression] = STATE(389), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2221), - [sym_annotation] = STATE(2221), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(263), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1634), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1257), - [sym_label] = ACTIONS(793), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(787), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(789), - [anon_sym_return] = ACTIONS(791), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(793), - [anon_sym_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(795), - [anon_sym_DASH_DASH] = ACTIONS(795), - [anon_sym_BANG] = ACTIONS(795), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), - }, - [2222] = { - [sym__expression] = STATE(279), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2297), - [sym_annotation] = STATE(2297), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(260), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1616), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1295), - [sym_label] = ACTIONS(467), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(453), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(459), - [anon_sym_return] = ACTIONS(461), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(467), - [anon_sym_DASH] = ACTIONS(467), - [anon_sym_PLUS_PLUS] = ACTIONS(469), - [anon_sym_DASH_DASH] = ACTIONS(469), - [anon_sym_BANG] = ACTIONS(469), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), + [2309] = { + [sym__expression] = STATE(1490), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(2339), + [sym_annotation] = STATE(2339), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(265), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), + [sym__alpha_identifier] = ACTIONS(111), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1638), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(841), + [sym_label] = ACTIONS(851), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(1640), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(1642), + [anon_sym_return] = ACTIONS(1644), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(851), + [anon_sym_DASH] = ACTIONS(851), + [anon_sym_PLUS_PLUS] = ACTIONS(853), + [anon_sym_DASH_DASH] = ACTIONS(853), + [anon_sym_BANG] = ACTIONS(853), + [anon_sym_data] = ACTIONS(111), + [anon_sym_inner] = ACTIONS(111), + [anon_sym_expect] = ACTIONS(111), + [anon_sym_actual] = ACTIONS(111), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(1411), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), + [sym__string_start] = ACTIONS(197), }, - [2223] = { - [sym__expression] = STATE(390), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2221), - [sym_annotation] = STATE(2221), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(263), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1634), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1257), - [sym_label] = ACTIONS(793), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(787), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(789), - [anon_sym_return] = ACTIONS(791), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(793), - [anon_sym_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(795), - [anon_sym_DASH_DASH] = ACTIONS(795), - [anon_sym_BANG] = ACTIONS(795), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), + [2310] = { + [sym__expression] = STATE(4216), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(1897), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(331), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(2020), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(813), + [sym_label] = ACTIONS(821), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(2022), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(2024), + [anon_sym_return] = ACTIONS(2026), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(823), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), + [sym__string_start] = ACTIONS(283), }, - [2224] = { - [sym__expression] = STATE(392), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2221), - [sym_annotation] = STATE(2221), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(263), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), + [2311] = { + [sym__expression] = STATE(474), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2340), + [sym_annotation] = STATE(2340), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(266), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), + [sym__alpha_identifier] = ACTIONS(537), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(539), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), + [anon_sym_LPAREN] = ACTIONS(549), [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1634), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1257), - [sym_label] = ACTIONS(793), + [anon_sym_fun] = ACTIONS(1646), + [anon_sym_get] = ACTIONS(537), + [anon_sym_set] = ACTIONS(537), + [anon_sym_this] = ACTIONS(561), + [anon_sym_super] = ACTIONS(563), + [anon_sym_STAR] = ACTIONS(905), + [sym_label] = ACTIONS(915), [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(787), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(789), - [anon_sym_return] = ACTIONS(791), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(793), - [anon_sym_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(795), - [anon_sym_DASH_DASH] = ACTIONS(795), - [anon_sym_BANG] = ACTIONS(795), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), + [anon_sym_if] = ACTIONS(1648), + [anon_sym_when] = ACTIONS(579), + [anon_sym_try] = ACTIONS(581), + [anon_sym_throw] = ACTIONS(1650), + [anon_sym_return] = ACTIONS(1652), + [anon_sym_continue] = ACTIONS(587), + [anon_sym_break] = ACTIONS(587), + [anon_sym_COLON_COLON] = ACTIONS(589), + [anon_sym_PLUS] = ACTIONS(915), + [anon_sym_DASH] = ACTIONS(915), + [anon_sym_PLUS_PLUS] = ACTIONS(917), + [anon_sym_DASH_DASH] = ACTIONS(917), + [anon_sym_BANG] = ACTIONS(917), + [anon_sym_data] = ACTIONS(537), + [anon_sym_inner] = ACTIONS(537), + [anon_sym_expect] = ACTIONS(537), + [anon_sym_actual] = ACTIONS(537), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(599), + [anon_sym_break_AT] = ACTIONS(601), [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), + [sym_integer_literal] = ACTIONS(605), + [sym_hex_literal] = ACTIONS(607), + [sym_bin_literal] = ACTIONS(607), + [anon_sym_true] = ACTIONS(609), + [anon_sym_false] = ACTIONS(609), + [anon_sym_SQUOTE] = ACTIONS(611), + [sym__backtick_identifier] = ACTIONS(613), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), + [sym__string_start] = ACTIONS(615), }, - [2225] = { - [sym_primary_constructor] = STATE(5012), - [sym__class_parameters] = STATE(4539), - [sym_type_parameters] = STATE(2381), - [sym_type_constraints] = STATE(4538), - [sym_enum_class_body] = STATE(4729), - [sym_modifiers] = STATE(9107), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3136), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(5858), - [anon_sym_LBRACK] = ACTIONS(3140), - [anon_sym_RBRACK] = ACTIONS(3140), - [anon_sym_as] = ACTIONS(3136), - [anon_sym_constructor] = ACTIONS(5125), - [anon_sym_LBRACE] = ACTIONS(5137), - [anon_sym_RBRACE] = ACTIONS(3140), - [anon_sym_LPAREN] = ACTIONS(5129), - [anon_sym_COMMA] = ACTIONS(3140), - [anon_sym_RPAREN] = ACTIONS(3140), - [anon_sym_LT] = ACTIONS(5131), - [anon_sym_GT] = ACTIONS(3136), - [anon_sym_where] = ACTIONS(5133), - [anon_sym_DOT] = ACTIONS(3136), - [anon_sym_SEMI] = ACTIONS(3140), - [anon_sym_get] = ACTIONS(3136), - [anon_sym_set] = ACTIONS(3136), - [anon_sym_STAR] = ACTIONS(3140), - [anon_sym_DASH_GT] = ACTIONS(3140), - [sym_label] = ACTIONS(3140), - [anon_sym_in] = ACTIONS(3136), - [anon_sym_while] = ACTIONS(3136), - [anon_sym_DOT_DOT] = ACTIONS(3140), - [anon_sym_QMARK_COLON] = ACTIONS(3140), - [anon_sym_AMP_AMP] = ACTIONS(3140), - [anon_sym_PIPE_PIPE] = ACTIONS(3140), - [anon_sym_else] = ACTIONS(3136), - [anon_sym_COLON_COLON] = ACTIONS(3140), - [anon_sym_BANG_EQ] = ACTIONS(3136), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3140), - [anon_sym_EQ_EQ] = ACTIONS(3136), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3140), - [anon_sym_LT_EQ] = ACTIONS(3140), - [anon_sym_GT_EQ] = ACTIONS(3140), - [anon_sym_BANGin] = ACTIONS(3140), - [anon_sym_is] = ACTIONS(3136), - [anon_sym_BANGis] = ACTIONS(3140), - [anon_sym_PLUS] = ACTIONS(3136), - [anon_sym_DASH] = ACTIONS(3136), - [anon_sym_SLASH] = ACTIONS(3136), - [anon_sym_PERCENT] = ACTIONS(3140), - [anon_sym_as_QMARK] = ACTIONS(3140), - [anon_sym_PLUS_PLUS] = ACTIONS(3140), - [anon_sym_DASH_DASH] = ACTIONS(3140), - [anon_sym_BANG_BANG] = ACTIONS(3140), - [anon_sym_suspend] = ACTIONS(3120), - [anon_sym_sealed] = ACTIONS(3122), - [anon_sym_annotation] = ACTIONS(3122), - [anon_sym_data] = ACTIONS(3122), - [anon_sym_inner] = ACTIONS(3122), - [anon_sym_override] = ACTIONS(3124), - [anon_sym_lateinit] = ACTIONS(3124), - [anon_sym_public] = ACTIONS(3126), - [anon_sym_private] = ACTIONS(3126), - [anon_sym_internal] = ACTIONS(3126), - [anon_sym_protected] = ACTIONS(3126), - [anon_sym_tailrec] = ACTIONS(3120), - [anon_sym_operator] = ACTIONS(3120), - [anon_sym_infix] = ACTIONS(3120), - [anon_sym_inline] = ACTIONS(3120), - [anon_sym_external] = ACTIONS(3120), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(3130), - [anon_sym_final] = ACTIONS(3130), - [anon_sym_open] = ACTIONS(3130), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3134), - [anon_sym_actual] = ACTIONS(3134), + [2312] = { + [sym__expression] = STATE(1491), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(2339), + [sym_annotation] = STATE(2339), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(265), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), + [sym__alpha_identifier] = ACTIONS(111), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1638), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(841), + [sym_label] = ACTIONS(851), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(1640), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(1642), + [anon_sym_return] = ACTIONS(1644), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(851), + [anon_sym_DASH] = ACTIONS(851), + [anon_sym_PLUS_PLUS] = ACTIONS(853), + [anon_sym_DASH_DASH] = ACTIONS(853), + [anon_sym_BANG] = ACTIONS(853), + [anon_sym_data] = ACTIONS(111), + [anon_sym_inner] = ACTIONS(111), + [anon_sym_expect] = ACTIONS(111), + [anon_sym_actual] = ACTIONS(111), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3140), - [sym_safe_nav] = ACTIONS(3140), - [sym_multiline_comment] = ACTIONS(3), - }, - [2226] = { - [sym__expression] = STATE(393), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2221), - [sym_annotation] = STATE(2221), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(263), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1634), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1257), - [sym_label] = ACTIONS(793), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(787), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(789), - [anon_sym_return] = ACTIONS(791), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(793), - [anon_sym_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(795), - [anon_sym_DASH_DASH] = ACTIONS(795), - [anon_sym_BANG] = ACTIONS(795), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(1411), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), + [sym__string_start] = ACTIONS(197), }, - [2227] = { - [sym__expression] = STATE(891), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(1643), - [sym_annotation] = STATE(1643), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(270), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), + [2313] = { + [sym__expression] = STATE(472), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2340), + [sym_annotation] = STATE(2340), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(266), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), [sym__alpha_identifier] = ACTIONS(537), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LBRACE] = ACTIONS(1612), [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1678), + [anon_sym_object] = ACTIONS(1614), + [anon_sym_fun] = ACTIONS(1646), [anon_sym_get] = ACTIONS(537), [anon_sym_set] = ACTIONS(537), [anon_sym_this] = ACTIONS(561), [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1021), - [sym_label] = ACTIONS(1029), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(1680), + [anon_sym_STAR] = ACTIONS(905), + [sym_label] = ACTIONS(915), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(1648), [anon_sym_when] = ACTIONS(579), [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(1682), - [anon_sym_return] = ACTIONS(1684), + [anon_sym_throw] = ACTIONS(1650), + [anon_sym_return] = ACTIONS(1652), [anon_sym_continue] = ACTIONS(587), [anon_sym_break] = ACTIONS(587), [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(1029), - [anon_sym_DASH] = ACTIONS(1029), - [anon_sym_PLUS_PLUS] = ACTIONS(1031), - [anon_sym_DASH_DASH] = ACTIONS(1031), - [anon_sym_BANG] = ACTIONS(1031), + [anon_sym_PLUS] = ACTIONS(915), + [anon_sym_DASH] = ACTIONS(915), + [anon_sym_PLUS_PLUS] = ACTIONS(917), + [anon_sym_DASH_DASH] = ACTIONS(917), + [anon_sym_BANG] = ACTIONS(917), [anon_sym_data] = ACTIONS(537), [anon_sym_inner] = ACTIONS(537), [anon_sym_expect] = ACTIONS(537), [anon_sym_actual] = ACTIONS(537), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), + [anon_sym_return_AT] = ACTIONS(517), [anon_sym_continue_AT] = ACTIONS(599), [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), + [sym_real_literal] = ACTIONS(1620), [sym_integer_literal] = ACTIONS(605), [sym_hex_literal] = ACTIONS(607), [sym_bin_literal] = ACTIONS(607), @@ -271703,92 +280081,188 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(615), }, - [2228] = { - [sym__expression] = STATE(892), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(1643), - [sym_annotation] = STATE(1643), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(270), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), + [2314] = { + [sym__expression] = STATE(1492), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(2339), + [sym_annotation] = STATE(2339), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(265), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), + [sym__alpha_identifier] = ACTIONS(111), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1638), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(841), + [sym_label] = ACTIONS(851), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(1640), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(1642), + [anon_sym_return] = ACTIONS(1644), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(851), + [anon_sym_DASH] = ACTIONS(851), + [anon_sym_PLUS_PLUS] = ACTIONS(853), + [anon_sym_DASH_DASH] = ACTIONS(853), + [anon_sym_BANG] = ACTIONS(853), + [anon_sym_data] = ACTIONS(111), + [anon_sym_inner] = ACTIONS(111), + [anon_sym_expect] = ACTIONS(111), + [anon_sym_actual] = ACTIONS(111), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(1411), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(197), + }, + [2315] = { + [sym__expression] = STATE(471), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2340), + [sym_annotation] = STATE(2340), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(266), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), [sym__alpha_identifier] = ACTIONS(537), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LBRACE] = ACTIONS(1612), [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1678), + [anon_sym_object] = ACTIONS(1614), + [anon_sym_fun] = ACTIONS(1646), [anon_sym_get] = ACTIONS(537), [anon_sym_set] = ACTIONS(537), [anon_sym_this] = ACTIONS(561), [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1021), - [sym_label] = ACTIONS(1029), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(1680), + [anon_sym_STAR] = ACTIONS(905), + [sym_label] = ACTIONS(915), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(1648), [anon_sym_when] = ACTIONS(579), [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(1682), - [anon_sym_return] = ACTIONS(1684), + [anon_sym_throw] = ACTIONS(1650), + [anon_sym_return] = ACTIONS(1652), [anon_sym_continue] = ACTIONS(587), [anon_sym_break] = ACTIONS(587), [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(1029), - [anon_sym_DASH] = ACTIONS(1029), - [anon_sym_PLUS_PLUS] = ACTIONS(1031), - [anon_sym_DASH_DASH] = ACTIONS(1031), - [anon_sym_BANG] = ACTIONS(1031), + [anon_sym_PLUS] = ACTIONS(915), + [anon_sym_DASH] = ACTIONS(915), + [anon_sym_PLUS_PLUS] = ACTIONS(917), + [anon_sym_DASH_DASH] = ACTIONS(917), + [anon_sym_BANG] = ACTIONS(917), [anon_sym_data] = ACTIONS(537), [anon_sym_inner] = ACTIONS(537), [anon_sym_expect] = ACTIONS(537), [anon_sym_actual] = ACTIONS(537), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), + [anon_sym_return_AT] = ACTIONS(517), [anon_sym_continue_AT] = ACTIONS(599), [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), + [sym_real_literal] = ACTIONS(1620), [sym_integer_literal] = ACTIONS(605), [sym_hex_literal] = ACTIONS(607), [sym_bin_literal] = ACTIONS(607), @@ -271799,668 +280273,188 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(615), }, - [2229] = { - [sym__expression] = STATE(394), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2221), - [sym_annotation] = STATE(2221), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(263), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), + [2316] = { + [sym__expression] = STATE(294), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2198), + [sym_annotation] = STATE(2198), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(264), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), + [sym__alpha_identifier] = ACTIONS(537), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(539), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), + [anon_sym_LPAREN] = ACTIONS(549), [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1634), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1257), - [sym_label] = ACTIONS(793), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(787), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(789), - [anon_sym_return] = ACTIONS(791), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(793), - [anon_sym_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(795), - [anon_sym_DASH_DASH] = ACTIONS(795), - [anon_sym_BANG] = ACTIONS(795), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), - }, - [2230] = { - [sym__expression] = STATE(395), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2221), - [sym_annotation] = STATE(2221), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(263), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1634), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1257), - [sym_label] = ACTIONS(793), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(787), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(789), - [anon_sym_return] = ACTIONS(791), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(793), - [anon_sym_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(795), - [anon_sym_DASH_DASH] = ACTIONS(795), - [anon_sym_BANG] = ACTIONS(795), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), - }, - [2231] = { - [sym__expression] = STATE(358), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2297), - [sym_annotation] = STATE(2297), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(260), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1616), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1295), - [sym_label] = ACTIONS(467), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(453), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(459), - [anon_sym_return] = ACTIONS(461), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(467), - [anon_sym_DASH] = ACTIONS(467), - [anon_sym_PLUS_PLUS] = ACTIONS(469), - [anon_sym_DASH_DASH] = ACTIONS(469), - [anon_sym_BANG] = ACTIONS(469), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), - }, - [2232] = { - [sym__expression] = STATE(396), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2221), - [sym_annotation] = STATE(2221), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(263), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1634), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1257), - [sym_label] = ACTIONS(793), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(787), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(789), - [anon_sym_return] = ACTIONS(791), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(793), - [anon_sym_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(795), - [anon_sym_DASH_DASH] = ACTIONS(795), - [anon_sym_BANG] = ACTIONS(795), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), - }, - [2233] = { - [sym__expression] = STATE(400), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2221), - [sym_annotation] = STATE(2221), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(263), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1634), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1257), - [sym_label] = ACTIONS(793), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(787), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(789), - [anon_sym_return] = ACTIONS(791), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(793), - [anon_sym_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(795), - [anon_sym_DASH_DASH] = ACTIONS(795), - [anon_sym_BANG] = ACTIONS(795), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), - }, - [2234] = { - [sym__expression] = STATE(403), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2221), - [sym_annotation] = STATE(2221), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(263), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1634), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1257), - [sym_label] = ACTIONS(793), + [anon_sym_fun] = ACTIONS(1636), + [anon_sym_get] = ACTIONS(537), + [anon_sym_set] = ACTIONS(537), + [anon_sym_this] = ACTIONS(561), + [anon_sym_super] = ACTIONS(563), + [anon_sym_STAR] = ACTIONS(1259), + [sym_label] = ACTIONS(645), [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(787), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(789), - [anon_sym_return] = ACTIONS(791), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(793), - [anon_sym_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(795), - [anon_sym_DASH_DASH] = ACTIONS(795), - [anon_sym_BANG] = ACTIONS(795), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), + [anon_sym_if] = ACTIONS(639), + [anon_sym_when] = ACTIONS(579), + [anon_sym_try] = ACTIONS(581), + [anon_sym_throw] = ACTIONS(641), + [anon_sym_return] = ACTIONS(643), + [anon_sym_continue] = ACTIONS(587), + [anon_sym_break] = ACTIONS(587), + [anon_sym_COLON_COLON] = ACTIONS(589), + [anon_sym_PLUS] = ACTIONS(645), + [anon_sym_DASH] = ACTIONS(645), + [anon_sym_PLUS_PLUS] = ACTIONS(647), + [anon_sym_DASH_DASH] = ACTIONS(647), + [anon_sym_BANG] = ACTIONS(647), + [anon_sym_data] = ACTIONS(537), + [anon_sym_inner] = ACTIONS(537), + [anon_sym_expect] = ACTIONS(537), + [anon_sym_actual] = ACTIONS(537), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(599), + [anon_sym_break_AT] = ACTIONS(601), [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), + [sym_integer_literal] = ACTIONS(605), + [sym_hex_literal] = ACTIONS(607), + [sym_bin_literal] = ACTIONS(607), + [anon_sym_true] = ACTIONS(609), + [anon_sym_false] = ACTIONS(609), + [anon_sym_SQUOTE] = ACTIONS(611), + [sym__backtick_identifier] = ACTIONS(613), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), + [sym__string_start] = ACTIONS(615), }, - [2235] = { - [sym__expression] = STATE(894), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(1643), - [sym_annotation] = STATE(1643), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(270), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), + [2317] = { + [sym__expression] = STATE(466), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2340), + [sym_annotation] = STATE(2340), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(266), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), [sym__alpha_identifier] = ACTIONS(537), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LBRACE] = ACTIONS(1612), [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1678), + [anon_sym_object] = ACTIONS(1614), + [anon_sym_fun] = ACTIONS(1646), [anon_sym_get] = ACTIONS(537), [anon_sym_set] = ACTIONS(537), [anon_sym_this] = ACTIONS(561), [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1021), - [sym_label] = ACTIONS(1029), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(1680), + [anon_sym_STAR] = ACTIONS(905), + [sym_label] = ACTIONS(915), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(1648), [anon_sym_when] = ACTIONS(579), [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(1682), - [anon_sym_return] = ACTIONS(1684), + [anon_sym_throw] = ACTIONS(1650), + [anon_sym_return] = ACTIONS(1652), [anon_sym_continue] = ACTIONS(587), [anon_sym_break] = ACTIONS(587), [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(1029), - [anon_sym_DASH] = ACTIONS(1029), - [anon_sym_PLUS_PLUS] = ACTIONS(1031), - [anon_sym_DASH_DASH] = ACTIONS(1031), - [anon_sym_BANG] = ACTIONS(1031), + [anon_sym_PLUS] = ACTIONS(915), + [anon_sym_DASH] = ACTIONS(915), + [anon_sym_PLUS_PLUS] = ACTIONS(917), + [anon_sym_DASH_DASH] = ACTIONS(917), + [anon_sym_BANG] = ACTIONS(917), [anon_sym_data] = ACTIONS(537), [anon_sym_inner] = ACTIONS(537), [anon_sym_expect] = ACTIONS(537), [anon_sym_actual] = ACTIONS(537), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), + [anon_sym_return_AT] = ACTIONS(517), [anon_sym_continue_AT] = ACTIONS(599), [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), + [sym_real_literal] = ACTIONS(1620), [sym_integer_literal] = ACTIONS(605), [sym_hex_literal] = ACTIONS(607), [sym_bin_literal] = ACTIONS(607), @@ -272471,1139 +280465,275 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(615), }, - [2236] = { - [sym__expression] = STATE(404), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2221), - [sym_annotation] = STATE(2221), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(263), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1634), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1257), - [sym_label] = ACTIONS(793), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(787), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(789), - [anon_sym_return] = ACTIONS(791), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(793), - [anon_sym_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(795), - [anon_sym_DASH_DASH] = ACTIONS(795), - [anon_sym_BANG] = ACTIONS(795), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), - }, - [2237] = { - [sym_type_constraints] = STATE(2431), - [sym_property_delegate] = STATE(2605), - [sym_getter] = STATE(4976), - [sym_setter] = STATE(4976), - [sym_modifiers] = STATE(8567), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_EQ] = ACTIONS(5860), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_by] = ACTIONS(5774), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(5862), - [anon_sym_get] = ACTIONS(5776), - [anon_sym_set] = ACTIONS(5778), - [anon_sym_STAR] = ACTIONS(3254), - [sym_label] = ACTIONS(3256), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_PLUS_EQ] = ACTIONS(3256), - [anon_sym_DASH_EQ] = ACTIONS(3256), - [anon_sym_STAR_EQ] = ACTIONS(3256), - [anon_sym_SLASH_EQ] = ACTIONS(3256), - [anon_sym_PERCENT_EQ] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3254), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG_BANG] = ACTIONS(3256), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [2318] = { + [sym__expression] = STATE(1498), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(2339), + [sym_annotation] = STATE(2339), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(265), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), + [sym__alpha_identifier] = ACTIONS(111), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1638), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(841), + [sym_label] = ACTIONS(851), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(1640), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(1642), + [anon_sym_return] = ACTIONS(1644), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(851), + [anon_sym_DASH] = ACTIONS(851), + [anon_sym_PLUS_PLUS] = ACTIONS(853), + [anon_sym_DASH_DASH] = ACTIONS(853), + [anon_sym_BANG] = ACTIONS(853), + [anon_sym_data] = ACTIONS(111), + [anon_sym_inner] = ACTIONS(111), + [anon_sym_expect] = ACTIONS(111), + [anon_sym_actual] = ACTIONS(111), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3256), - [sym__automatic_semicolon] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), - [sym_multiline_comment] = ACTIONS(3), - }, - [2238] = { - [sym__expression] = STATE(534), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2238), - [sym_annotation] = STATE(2238), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(269), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1670), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1047), - [sym_label] = ACTIONS(1055), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(1672), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(1674), - [anon_sym_return] = ACTIONS(1676), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(1055), - [anon_sym_DASH] = ACTIONS(1055), - [anon_sym_PLUS_PLUS] = ACTIONS(1057), - [anon_sym_DASH_DASH] = ACTIONS(1057), - [anon_sym_BANG] = ACTIONS(1057), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), - }, - [2239] = { - [sym__expression] = STATE(399), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2221), - [sym_annotation] = STATE(2221), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(263), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1634), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1257), - [sym_label] = ACTIONS(793), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(787), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(789), - [anon_sym_return] = ACTIONS(791), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(793), - [anon_sym_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(795), - [anon_sym_DASH_DASH] = ACTIONS(795), - [anon_sym_BANG] = ACTIONS(795), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), - }, - [2240] = { - [sym__expression] = STATE(397), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2221), - [sym_annotation] = STATE(2221), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(263), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1634), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1257), - [sym_label] = ACTIONS(793), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(787), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(789), - [anon_sym_return] = ACTIONS(791), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(793), - [anon_sym_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(795), - [anon_sym_DASH_DASH] = ACTIONS(795), - [anon_sym_BANG] = ACTIONS(795), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), - }, - [2241] = { - [sym__expression] = STATE(278), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2297), - [sym_annotation] = STATE(2297), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(260), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1616), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1295), - [sym_label] = ACTIONS(467), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(453), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(459), - [anon_sym_return] = ACTIONS(461), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(467), - [anon_sym_DASH] = ACTIONS(467), - [anon_sym_PLUS_PLUS] = ACTIONS(469), - [anon_sym_DASH_DASH] = ACTIONS(469), - [anon_sym_BANG] = ACTIONS(469), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), - }, - [2242] = { - [sym__expression] = STATE(385), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2221), - [sym_annotation] = STATE(2221), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(263), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1634), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1257), - [sym_label] = ACTIONS(793), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(787), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(789), - [anon_sym_return] = ACTIONS(791), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(793), - [anon_sym_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(795), - [anon_sym_DASH_DASH] = ACTIONS(795), - [anon_sym_BANG] = ACTIONS(795), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(1411), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), + [sym__string_start] = ACTIONS(197), }, - [2243] = { - [sym_type_constraints] = STATE(2451), - [sym_property_delegate] = STATE(2611), - [sym_getter] = STATE(3727), - [sym_setter] = STATE(3727), - [sym_modifiers] = STATE(8770), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1694), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1696), - [anon_sym_as] = ACTIONS(1694), - [anon_sym_EQ] = ACTIONS(5864), - [anon_sym_LBRACE] = ACTIONS(1696), - [anon_sym_RBRACE] = ACTIONS(1696), - [anon_sym_LPAREN] = ACTIONS(1696), - [anon_sym_by] = ACTIONS(5774), - [anon_sym_LT] = ACTIONS(1694), - [anon_sym_GT] = ACTIONS(1694), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(3704), - [anon_sym_get] = ACTIONS(5866), - [anon_sym_set] = ACTIONS(5868), - [anon_sym_STAR] = ACTIONS(1694), - [sym_label] = ACTIONS(1696), - [anon_sym_in] = ACTIONS(1694), - [anon_sym_DOT_DOT] = ACTIONS(1696), - [anon_sym_QMARK_COLON] = ACTIONS(1696), - [anon_sym_AMP_AMP] = ACTIONS(1696), - [anon_sym_PIPE_PIPE] = ACTIONS(1696), - [anon_sym_else] = ACTIONS(1694), - [anon_sym_COLON_COLON] = ACTIONS(1696), - [anon_sym_PLUS_EQ] = ACTIONS(1696), - [anon_sym_DASH_EQ] = ACTIONS(1696), - [anon_sym_STAR_EQ] = ACTIONS(1696), - [anon_sym_SLASH_EQ] = ACTIONS(1696), - [anon_sym_PERCENT_EQ] = ACTIONS(1696), - [anon_sym_BANG_EQ] = ACTIONS(1694), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), - [anon_sym_EQ_EQ] = ACTIONS(1694), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), - [anon_sym_LT_EQ] = ACTIONS(1696), - [anon_sym_GT_EQ] = ACTIONS(1696), - [anon_sym_BANGin] = ACTIONS(1696), - [anon_sym_is] = ACTIONS(1694), - [anon_sym_BANGis] = ACTIONS(1696), - [anon_sym_PLUS] = ACTIONS(1694), - [anon_sym_DASH] = ACTIONS(1694), - [anon_sym_SLASH] = ACTIONS(1694), - [anon_sym_PERCENT] = ACTIONS(1694), - [anon_sym_as_QMARK] = ACTIONS(1696), - [anon_sym_PLUS_PLUS] = ACTIONS(1696), - [anon_sym_DASH_DASH] = ACTIONS(1696), - [anon_sym_BANG_BANG] = ACTIONS(1696), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [2319] = { + [sym__expression] = STATE(4180), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(377), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(3094), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(1065), + [sym_label] = ACTIONS(327), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(3096), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(3098), + [anon_sym_return] = ACTIONS(3100), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(327), + [anon_sym_DASH] = ACTIONS(327), + [anon_sym_PLUS_PLUS] = ACTIONS(329), + [anon_sym_DASH_DASH] = ACTIONS(329), + [anon_sym_BANG] = ACTIONS(329), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1696), - [sym__automatic_semicolon] = ACTIONS(1696), - [sym_safe_nav] = ACTIONS(1696), - [sym_multiline_comment] = ACTIONS(3), - }, - [2244] = { - [sym__expression] = STATE(361), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2297), - [sym_annotation] = STATE(2297), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(260), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1616), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1295), - [sym_label] = ACTIONS(467), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(453), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(459), - [anon_sym_return] = ACTIONS(461), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(467), - [anon_sym_DASH] = ACTIONS(467), - [anon_sym_PLUS_PLUS] = ACTIONS(469), - [anon_sym_DASH_DASH] = ACTIONS(469), - [anon_sym_BANG] = ACTIONS(469), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), - }, - [2245] = { - [sym__expression] = STATE(277), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2297), - [sym_annotation] = STATE(2297), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(260), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1616), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1295), - [sym_label] = ACTIONS(467), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(453), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(459), - [anon_sym_return] = ACTIONS(461), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(467), - [anon_sym_DASH] = ACTIONS(467), - [anon_sym_PLUS_PLUS] = ACTIONS(469), - [anon_sym_DASH_DASH] = ACTIONS(469), - [anon_sym_BANG] = ACTIONS(469), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), - }, - [2246] = { - [sym__expression] = STATE(357), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2297), - [sym_annotation] = STATE(2297), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(260), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1616), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1295), - [sym_label] = ACTIONS(467), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(453), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(459), - [anon_sym_return] = ACTIONS(461), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(467), - [anon_sym_DASH] = ACTIONS(467), - [anon_sym_PLUS_PLUS] = ACTIONS(469), - [anon_sym_DASH_DASH] = ACTIONS(469), - [anon_sym_BANG] = ACTIONS(469), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), + [sym__string_start] = ACTIONS(283), }, - [2247] = { - [sym__expression] = STATE(2485), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(1697), - [sym_annotation] = STATE(1697), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(268), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), + [2320] = { + [sym__expression] = STATE(1499), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(2339), + [sym_annotation] = STATE(2339), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(265), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), [sym__alpha_identifier] = ACTIONS(111), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), + [anon_sym_LBRACE] = ACTIONS(1403), [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1662), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1638), [anon_sym_get] = ACTIONS(111), [anon_sym_set] = ACTIONS(111), [anon_sym_this] = ACTIONS(141), [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(995), - [sym_label] = ACTIONS(1003), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(1664), + [anon_sym_STAR] = ACTIONS(841), + [sym_label] = ACTIONS(851), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(1640), [anon_sym_when] = ACTIONS(159), [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(1666), - [anon_sym_return] = ACTIONS(1668), + [anon_sym_throw] = ACTIONS(1642), + [anon_sym_return] = ACTIONS(1644), [anon_sym_continue] = ACTIONS(167), [anon_sym_break] = ACTIONS(167), [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(1003), - [anon_sym_DASH] = ACTIONS(1003), - [anon_sym_PLUS_PLUS] = ACTIONS(1005), - [anon_sym_DASH_DASH] = ACTIONS(1005), - [anon_sym_BANG] = ACTIONS(1005), + [anon_sym_PLUS] = ACTIONS(851), + [anon_sym_DASH] = ACTIONS(851), + [anon_sym_PLUS_PLUS] = ACTIONS(853), + [anon_sym_DASH_DASH] = ACTIONS(853), + [anon_sym_BANG] = ACTIONS(853), [anon_sym_data] = ACTIONS(111), [anon_sym_inner] = ACTIONS(111), [anon_sym_expect] = ACTIONS(111), @@ -273612,7 +280742,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(179), [anon_sym_continue_AT] = ACTIONS(181), [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), + [sym_real_literal] = ACTIONS(1411), [sym_integer_literal] = ACTIONS(187), [sym_hex_literal] = ACTIONS(189), [sym_bin_literal] = ACTIONS(189), @@ -273623,371 +280753,275 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(197), }, - [2248] = { - [sym__expression] = STATE(375), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2297), - [sym_annotation] = STATE(2297), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(260), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1616), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1295), - [sym_label] = ACTIONS(467), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(453), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(459), - [anon_sym_return] = ACTIONS(461), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(467), - [anon_sym_DASH] = ACTIONS(467), - [anon_sym_PLUS_PLUS] = ACTIONS(469), - [anon_sym_DASH_DASH] = ACTIONS(469), - [anon_sym_BANG] = ACTIONS(469), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), - }, - [2249] = { - [sym__expression] = STATE(271), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2297), - [sym_annotation] = STATE(2297), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(260), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1616), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1295), - [sym_label] = ACTIONS(467), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(453), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(459), - [anon_sym_return] = ACTIONS(461), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(467), - [anon_sym_DASH] = ACTIONS(467), - [anon_sym_PLUS_PLUS] = ACTIONS(469), - [anon_sym_DASH_DASH] = ACTIONS(469), - [anon_sym_BANG] = ACTIONS(469), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), + [2321] = { + [sym__expression] = STATE(4204), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4931), + [sym_parenthesized_expression] = STATE(4931), + [sym_collection_literal] = STATE(4931), + [sym__literal_constant] = STATE(4931), + [sym_string_literal] = STATE(4931), + [sym_lambda_literal] = STATE(4931), + [sym_anonymous_function] = STATE(4931), + [sym__function_literal] = STATE(4931), + [sym_object_literal] = STATE(4931), + [sym_this_expression] = STATE(4931), + [sym_super_expression] = STATE(4931), + [sym_if_expression] = STATE(4931), + [sym_when_expression] = STATE(4931), + [sym_try_expression] = STATE(4931), + [sym_jump_expression] = STATE(4931), + [sym_callable_reference] = STATE(4931), + [sym__prefix_unary_operator] = STATE(1926), + [sym_annotation] = STATE(1926), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4928), + [sym__return_at] = STATE(399), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4931), + [sym_long_literal] = STATE(4931), + [sym_boolean_literal] = STATE(4931), + [sym_character_literal] = STATE(4931), + [sym__lexical_identifier] = STATE(4566), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1902), + [anon_sym_fun] = ACTIONS(3162), + [anon_sym_get] = ACTIONS(7), + [anon_sym_set] = ACTIONS(7), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(43), + [sym_label] = ACTIONS(69), + [anon_sym_null] = ACTIONS(1906), + [anon_sym_if] = ACTIONS(3164), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(3166), + [anon_sym_return] = ACTIONS(3168), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(69), + [anon_sym_DASH] = ACTIONS(69), + [anon_sym_PLUS_PLUS] = ACTIONS(71), + [anon_sym_DASH_DASH] = ACTIONS(71), + [anon_sym_BANG] = ACTIONS(71), + [anon_sym_data] = ACTIONS(7), + [anon_sym_inner] = ACTIONS(7), + [anon_sym_expect] = ACTIONS(7), + [anon_sym_actual] = ACTIONS(7), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [sym_real_literal] = ACTIONS(1908), + [sym_integer_literal] = ACTIONS(99), + [sym_hex_literal] = ACTIONS(101), + [sym_bin_literal] = ACTIONS(101), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [anon_sym_SQUOTE] = ACTIONS(105), + [sym__backtick_identifier] = ACTIONS(107), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), + [sym__string_start] = ACTIONS(109), }, - [2250] = { - [sym__expression] = STATE(281), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2297), - [sym_annotation] = STATE(2297), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(260), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1616), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1295), - [sym_label] = ACTIONS(467), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(453), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(459), - [anon_sym_return] = ACTIONS(461), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(467), - [anon_sym_DASH] = ACTIONS(467), - [anon_sym_PLUS_PLUS] = ACTIONS(469), - [anon_sym_DASH_DASH] = ACTIONS(469), - [anon_sym_BANG] = ACTIONS(469), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), + [2322] = { + [sym__expression] = STATE(1500), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(2339), + [sym_annotation] = STATE(2339), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(265), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), + [sym__alpha_identifier] = ACTIONS(111), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1638), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(841), + [sym_label] = ACTIONS(851), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(1640), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(1642), + [anon_sym_return] = ACTIONS(1644), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(851), + [anon_sym_DASH] = ACTIONS(851), + [anon_sym_PLUS_PLUS] = ACTIONS(853), + [anon_sym_DASH_DASH] = ACTIONS(853), + [anon_sym_BANG] = ACTIONS(853), + [anon_sym_data] = ACTIONS(111), + [anon_sym_inner] = ACTIONS(111), + [anon_sym_expect] = ACTIONS(111), + [anon_sym_actual] = ACTIONS(111), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(1411), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), + [sym__string_start] = ACTIONS(197), }, - [2251] = { - [sym__expression] = STATE(1083), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(1697), - [sym_annotation] = STATE(1697), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), - [sym__return_at] = STATE(268), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), + [2323] = { + [sym__expression] = STATE(1502), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(2339), + [sym_annotation] = STATE(2339), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(265), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), [sym__alpha_identifier] = ACTIONS(111), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), + [anon_sym_LBRACE] = ACTIONS(1403), [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), - [anon_sym_fun] = ACTIONS(1662), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1638), [anon_sym_get] = ACTIONS(111), [anon_sym_set] = ACTIONS(111), [anon_sym_this] = ACTIONS(141), [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(995), - [sym_label] = ACTIONS(1003), - [anon_sym_null] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(1664), + [anon_sym_STAR] = ACTIONS(841), + [sym_label] = ACTIONS(851), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(1640), [anon_sym_when] = ACTIONS(159), [anon_sym_try] = ACTIONS(161), - [anon_sym_throw] = ACTIONS(1666), - [anon_sym_return] = ACTIONS(1668), + [anon_sym_throw] = ACTIONS(1642), + [anon_sym_return] = ACTIONS(1644), [anon_sym_continue] = ACTIONS(167), [anon_sym_break] = ACTIONS(167), [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(1003), - [anon_sym_DASH] = ACTIONS(1003), - [anon_sym_PLUS_PLUS] = ACTIONS(1005), - [anon_sym_DASH_DASH] = ACTIONS(1005), - [anon_sym_BANG] = ACTIONS(1005), + [anon_sym_PLUS] = ACTIONS(851), + [anon_sym_DASH] = ACTIONS(851), + [anon_sym_PLUS_PLUS] = ACTIONS(853), + [anon_sym_DASH_DASH] = ACTIONS(853), + [anon_sym_BANG] = ACTIONS(853), [anon_sym_data] = ACTIONS(111), [anon_sym_inner] = ACTIONS(111), [anon_sym_expect] = ACTIONS(111), @@ -273996,7 +281030,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(179), [anon_sym_continue_AT] = ACTIONS(181), [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), + [sym_real_literal] = ACTIONS(1411), [sym_integer_literal] = ACTIONS(187), [sym_hex_literal] = ACTIONS(189), [sym_bin_literal] = ACTIONS(189), @@ -274007,167 +281041,263 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(197), }, - [2252] = { - [sym__expression] = STATE(535), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2238), - [sym_annotation] = STATE(2238), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(269), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1670), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1047), - [sym_label] = ACTIONS(1055), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(1672), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(1674), - [anon_sym_return] = ACTIONS(1676), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(1055), - [anon_sym_DASH] = ACTIONS(1055), - [anon_sym_PLUS_PLUS] = ACTIONS(1057), - [anon_sym_DASH_DASH] = ACTIONS(1057), - [anon_sym_BANG] = ACTIONS(1057), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), + [2324] = { + [sym__expression] = STATE(4416), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(377), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(3094), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(1065), + [sym_label] = ACTIONS(327), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(3096), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(3098), + [anon_sym_return] = ACTIONS(3100), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(327), + [anon_sym_DASH] = ACTIONS(327), + [anon_sym_PLUS_PLUS] = ACTIONS(329), + [anon_sym_DASH_DASH] = ACTIONS(329), + [anon_sym_BANG] = ACTIONS(329), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), + [sym__string_start] = ACTIONS(283), }, - [2253] = { - [sym_type_constraints] = STATE(2454), - [sym_property_delegate] = STATE(2608), - [sym_getter] = STATE(3810), - [sym_setter] = STATE(3810), - [sym_modifiers] = STATE(8770), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1764), + [2325] = { + [sym__expression] = STATE(4340), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(377), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(3094), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(1065), + [sym_label] = ACTIONS(327), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(3096), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(3098), + [anon_sym_return] = ACTIONS(3100), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(327), + [anon_sym_DASH] = ACTIONS(327), + [anon_sym_PLUS_PLUS] = ACTIONS(329), + [anon_sym_DASH_DASH] = ACTIONS(329), + [anon_sym_BANG] = ACTIONS(329), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(283), + }, + [2326] = { + [sym_type_constraints] = STATE(2483), + [sym_property_delegate] = STATE(2566), + [sym_getter] = STATE(4989), + [sym_setter] = STATE(4989), + [sym_modifiers] = STATE(8904), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3230), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1766), - [anon_sym_as] = ACTIONS(1764), - [anon_sym_EQ] = ACTIONS(5870), - [anon_sym_LBRACE] = ACTIONS(1766), - [anon_sym_RBRACE] = ACTIONS(1766), - [anon_sym_LPAREN] = ACTIONS(1766), - [anon_sym_by] = ACTIONS(5774), - [anon_sym_LT] = ACTIONS(1764), - [anon_sym_GT] = ACTIONS(1764), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(1764), - [anon_sym_SEMI] = ACTIONS(3752), - [anon_sym_get] = ACTIONS(5866), - [anon_sym_set] = ACTIONS(5868), - [anon_sym_STAR] = ACTIONS(1764), - [sym_label] = ACTIONS(1766), - [anon_sym_in] = ACTIONS(1764), - [anon_sym_DOT_DOT] = ACTIONS(1766), - [anon_sym_QMARK_COLON] = ACTIONS(1766), - [anon_sym_AMP_AMP] = ACTIONS(1766), - [anon_sym_PIPE_PIPE] = ACTIONS(1766), - [anon_sym_else] = ACTIONS(1764), - [anon_sym_COLON_COLON] = ACTIONS(1766), - [anon_sym_PLUS_EQ] = ACTIONS(1766), - [anon_sym_DASH_EQ] = ACTIONS(1766), - [anon_sym_STAR_EQ] = ACTIONS(1766), - [anon_sym_SLASH_EQ] = ACTIONS(1766), - [anon_sym_PERCENT_EQ] = ACTIONS(1766), - [anon_sym_BANG_EQ] = ACTIONS(1764), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), - [anon_sym_EQ_EQ] = ACTIONS(1764), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1766), - [anon_sym_LT_EQ] = ACTIONS(1766), - [anon_sym_GT_EQ] = ACTIONS(1766), - [anon_sym_BANGin] = ACTIONS(1766), - [anon_sym_is] = ACTIONS(1764), - [anon_sym_BANGis] = ACTIONS(1766), - [anon_sym_PLUS] = ACTIONS(1764), - [anon_sym_DASH] = ACTIONS(1764), - [anon_sym_SLASH] = ACTIONS(1764), - [anon_sym_PERCENT] = ACTIONS(1764), - [anon_sym_as_QMARK] = ACTIONS(1766), - [anon_sym_PLUS_PLUS] = ACTIONS(1766), - [anon_sym_DASH_DASH] = ACTIONS(1766), - [anon_sym_BANG_BANG] = ACTIONS(1766), + [anon_sym_LBRACK] = ACTIONS(3234), + [anon_sym_as] = ACTIONS(3230), + [anon_sym_EQ] = ACTIONS(5894), + [anon_sym_LBRACE] = ACTIONS(3234), + [anon_sym_RBRACE] = ACTIONS(3234), + [anon_sym_LPAREN] = ACTIONS(3234), + [anon_sym_by] = ACTIONS(5782), + [anon_sym_LT] = ACTIONS(3230), + [anon_sym_GT] = ACTIONS(3230), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(3230), + [anon_sym_SEMI] = ACTIONS(5896), + [anon_sym_get] = ACTIONS(5784), + [anon_sym_set] = ACTIONS(5786), + [anon_sym_STAR] = ACTIONS(3230), + [sym_label] = ACTIONS(3234), + [anon_sym_in] = ACTIONS(3230), + [anon_sym_DOT_DOT] = ACTIONS(3234), + [anon_sym_QMARK_COLON] = ACTIONS(3234), + [anon_sym_AMP_AMP] = ACTIONS(3234), + [anon_sym_PIPE_PIPE] = ACTIONS(3234), + [anon_sym_else] = ACTIONS(3230), + [anon_sym_COLON_COLON] = ACTIONS(3234), + [anon_sym_PLUS_EQ] = ACTIONS(3234), + [anon_sym_DASH_EQ] = ACTIONS(3234), + [anon_sym_STAR_EQ] = ACTIONS(3234), + [anon_sym_SLASH_EQ] = ACTIONS(3234), + [anon_sym_PERCENT_EQ] = ACTIONS(3234), + [anon_sym_BANG_EQ] = ACTIONS(3230), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3234), + [anon_sym_EQ_EQ] = ACTIONS(3230), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3234), + [anon_sym_LT_EQ] = ACTIONS(3234), + [anon_sym_GT_EQ] = ACTIONS(3234), + [anon_sym_BANGin] = ACTIONS(3234), + [anon_sym_is] = ACTIONS(3230), + [anon_sym_BANGis] = ACTIONS(3234), + [anon_sym_PLUS] = ACTIONS(3230), + [anon_sym_DASH] = ACTIONS(3230), + [anon_sym_SLASH] = ACTIONS(3230), + [anon_sym_PERCENT] = ACTIONS(3230), + [anon_sym_as_QMARK] = ACTIONS(3234), + [anon_sym_PLUS_PLUS] = ACTIONS(3234), + [anon_sym_DASH_DASH] = ACTIONS(3234), + [anon_sym_BANG_BANG] = ACTIONS(3234), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -274191,676 +281321,100 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1766), - [sym__automatic_semicolon] = ACTIONS(1766), - [sym_safe_nav] = ACTIONS(1766), - [sym_multiline_comment] = ACTIONS(3), - }, - [2254] = { - [sym__expression] = STATE(2405), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(2280), - [sym_annotation] = STATE(2280), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(267), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), - [sym__alpha_identifier] = ACTIONS(537), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1654), - [anon_sym_get] = ACTIONS(537), - [anon_sym_set] = ACTIONS(537), - [anon_sym_this] = ACTIONS(561), - [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(965), - [sym_label] = ACTIONS(975), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(1656), - [anon_sym_when] = ACTIONS(579), - [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(1658), - [anon_sym_return] = ACTIONS(1660), - [anon_sym_continue] = ACTIONS(587), - [anon_sym_break] = ACTIONS(587), - [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(975), - [anon_sym_DASH] = ACTIONS(975), - [anon_sym_PLUS_PLUS] = ACTIONS(977), - [anon_sym_DASH_DASH] = ACTIONS(977), - [anon_sym_BANG] = ACTIONS(977), - [anon_sym_data] = ACTIONS(537), - [anon_sym_inner] = ACTIONS(537), - [anon_sym_expect] = ACTIONS(537), - [anon_sym_actual] = ACTIONS(537), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(599), - [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), - [sym_integer_literal] = ACTIONS(605), - [sym_hex_literal] = ACTIONS(607), - [sym_bin_literal] = ACTIONS(607), - [anon_sym_true] = ACTIONS(609), - [anon_sym_false] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(611), - [sym__backtick_identifier] = ACTIONS(613), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(615), - }, - [2255] = { - [sym__expression] = STATE(1519), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(3231), - [sym_parenthesized_expression] = STATE(3231), - [sym_collection_literal] = STATE(3231), - [sym__literal_constant] = STATE(3231), - [sym_string_literal] = STATE(3231), - [sym_lambda_literal] = STATE(3231), - [sym_anonymous_function] = STATE(3231), - [sym__function_literal] = STATE(3231), - [sym_object_literal] = STATE(3231), - [sym_this_expression] = STATE(3231), - [sym_super_expression] = STATE(3231), - [sym_if_expression] = STATE(3231), - [sym_when_expression] = STATE(3231), - [sym_try_expression] = STATE(3231), - [sym_jump_expression] = STATE(3231), - [sym_callable_reference] = STATE(3231), - [sym__prefix_unary_operator] = STATE(2071), - [sym_annotation] = STATE(2071), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3311), - [sym__return_at] = STATE(367), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(3231), - [sym_long_literal] = STATE(3231), - [sym_boolean_literal] = STATE(3231), - [sym_character_literal] = STATE(3231), - [sym__lexical_identifier] = STATE(2890), - [sym__alpha_identifier] = ACTIONS(333), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(335), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_object] = ACTIONS(1922), - [anon_sym_fun] = ACTIONS(3041), - [anon_sym_get] = ACTIONS(333), - [anon_sym_set] = ACTIONS(333), - [anon_sym_this] = ACTIONS(357), - [anon_sym_super] = ACTIONS(359), - [anon_sym_STAR] = ACTIONS(933), - [sym_label] = ACTIONS(943), - [anon_sym_null] = ACTIONS(1926), - [anon_sym_if] = ACTIONS(3043), - [anon_sym_when] = ACTIONS(375), - [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(3045), - [anon_sym_return] = ACTIONS(3047), - [anon_sym_continue] = ACTIONS(383), - [anon_sym_break] = ACTIONS(383), - [anon_sym_COLON_COLON] = ACTIONS(385), - [anon_sym_PLUS] = ACTIONS(943), - [anon_sym_DASH] = ACTIONS(943), - [anon_sym_PLUS_PLUS] = ACTIONS(945), - [anon_sym_DASH_DASH] = ACTIONS(945), - [anon_sym_BANG] = ACTIONS(945), - [anon_sym_data] = ACTIONS(333), - [anon_sym_inner] = ACTIONS(333), - [anon_sym_expect] = ACTIONS(333), - [anon_sym_actual] = ACTIONS(333), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(395), - [anon_sym_break_AT] = ACTIONS(397), - [sym_real_literal] = ACTIONS(1928), - [sym_integer_literal] = ACTIONS(401), - [sym_hex_literal] = ACTIONS(403), - [sym_bin_literal] = ACTIONS(403), - [anon_sym_true] = ACTIONS(405), - [anon_sym_false] = ACTIONS(405), - [anon_sym_SQUOTE] = ACTIONS(407), - [sym__backtick_identifier] = ACTIONS(409), + [sym__backtick_identifier] = ACTIONS(3234), + [sym__automatic_semicolon] = ACTIONS(3234), + [sym_safe_nav] = ACTIONS(3234), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(411), }, - [2256] = { - [sym__expression] = STATE(2403), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(2280), - [sym_annotation] = STATE(2280), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(267), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), + [2327] = { + [sym__expression] = STATE(465), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2340), + [sym_annotation] = STATE(2340), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(266), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), [sym__alpha_identifier] = ACTIONS(537), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1654), - [anon_sym_get] = ACTIONS(537), - [anon_sym_set] = ACTIONS(537), - [anon_sym_this] = ACTIONS(561), - [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(965), - [sym_label] = ACTIONS(975), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(1656), - [anon_sym_when] = ACTIONS(579), - [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(1658), - [anon_sym_return] = ACTIONS(1660), - [anon_sym_continue] = ACTIONS(587), - [anon_sym_break] = ACTIONS(587), - [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(975), - [anon_sym_DASH] = ACTIONS(975), - [anon_sym_PLUS_PLUS] = ACTIONS(977), - [anon_sym_DASH_DASH] = ACTIONS(977), - [anon_sym_BANG] = ACTIONS(977), - [anon_sym_data] = ACTIONS(537), - [anon_sym_inner] = ACTIONS(537), - [anon_sym_expect] = ACTIONS(537), - [anon_sym_actual] = ACTIONS(537), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(599), - [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), - [sym_integer_literal] = ACTIONS(605), - [sym_hex_literal] = ACTIONS(607), - [sym_bin_literal] = ACTIONS(607), - [anon_sym_true] = ACTIONS(609), - [anon_sym_false] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(611), - [sym__backtick_identifier] = ACTIONS(613), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(615), - }, - [2257] = { - [sym__expression] = STATE(517), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2238), - [sym_annotation] = STATE(2238), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(269), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1670), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1047), - [sym_label] = ACTIONS(1055), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(1672), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(1674), - [anon_sym_return] = ACTIONS(1676), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(1055), - [anon_sym_DASH] = ACTIONS(1055), - [anon_sym_PLUS_PLUS] = ACTIONS(1057), - [anon_sym_DASH_DASH] = ACTIONS(1057), - [anon_sym_BANG] = ACTIONS(1057), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), - }, - [2258] = { - [sym__expression] = STATE(356), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2297), - [sym_annotation] = STATE(2297), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(260), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1616), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1295), - [sym_label] = ACTIONS(467), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(453), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(459), - [anon_sym_return] = ACTIONS(461), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(467), - [anon_sym_DASH] = ACTIONS(467), - [anon_sym_PLUS_PLUS] = ACTIONS(469), - [anon_sym_DASH_DASH] = ACTIONS(469), - [anon_sym_BANG] = ACTIONS(469), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), - }, - [2259] = { - [sym__expression] = STATE(2402), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(2280), - [sym_annotation] = STATE(2280), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(267), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), - [sym__alpha_identifier] = ACTIONS(537), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1654), - [anon_sym_get] = ACTIONS(537), - [anon_sym_set] = ACTIONS(537), - [anon_sym_this] = ACTIONS(561), - [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(965), - [sym_label] = ACTIONS(975), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(1656), - [anon_sym_when] = ACTIONS(579), - [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(1658), - [anon_sym_return] = ACTIONS(1660), - [anon_sym_continue] = ACTIONS(587), - [anon_sym_break] = ACTIONS(587), - [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(975), - [anon_sym_DASH] = ACTIONS(975), - [anon_sym_PLUS_PLUS] = ACTIONS(977), - [anon_sym_DASH_DASH] = ACTIONS(977), - [anon_sym_BANG] = ACTIONS(977), - [anon_sym_data] = ACTIONS(537), - [anon_sym_inner] = ACTIONS(537), - [anon_sym_expect] = ACTIONS(537), - [anon_sym_actual] = ACTIONS(537), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(599), - [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), - [sym_integer_literal] = ACTIONS(605), - [sym_hex_literal] = ACTIONS(607), - [sym_bin_literal] = ACTIONS(607), - [anon_sym_true] = ACTIONS(609), - [anon_sym_false] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(611), - [sym__backtick_identifier] = ACTIONS(613), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(615), - }, - [2260] = { - [sym__expression] = STATE(2401), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(2280), - [sym_annotation] = STATE(2280), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(267), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), - [sym__alpha_identifier] = ACTIONS(537), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1654), + [anon_sym_object] = ACTIONS(1614), + [anon_sym_fun] = ACTIONS(1646), [anon_sym_get] = ACTIONS(537), [anon_sym_set] = ACTIONS(537), [anon_sym_this] = ACTIONS(561), [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(965), - [sym_label] = ACTIONS(975), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(1656), + [anon_sym_STAR] = ACTIONS(905), + [sym_label] = ACTIONS(915), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(1648), [anon_sym_when] = ACTIONS(579), [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(1658), - [anon_sym_return] = ACTIONS(1660), + [anon_sym_throw] = ACTIONS(1650), + [anon_sym_return] = ACTIONS(1652), [anon_sym_continue] = ACTIONS(587), [anon_sym_break] = ACTIONS(587), [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(975), - [anon_sym_DASH] = ACTIONS(975), - [anon_sym_PLUS_PLUS] = ACTIONS(977), - [anon_sym_DASH_DASH] = ACTIONS(977), - [anon_sym_BANG] = ACTIONS(977), + [anon_sym_PLUS] = ACTIONS(915), + [anon_sym_DASH] = ACTIONS(915), + [anon_sym_PLUS_PLUS] = ACTIONS(917), + [anon_sym_DASH_DASH] = ACTIONS(917), + [anon_sym_BANG] = ACTIONS(917), [anon_sym_data] = ACTIONS(537), [anon_sym_inner] = ACTIONS(537), [anon_sym_expect] = ACTIONS(537), [anon_sym_actual] = ACTIONS(537), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), + [anon_sym_return_AT] = ACTIONS(517), [anon_sym_continue_AT] = ACTIONS(599), [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), + [sym_real_literal] = ACTIONS(1620), [sym_integer_literal] = ACTIONS(605), [sym_hex_literal] = ACTIONS(607), [sym_bin_literal] = ACTIONS(607), @@ -274871,92 +281425,92 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(615), }, - [2261] = { - [sym__expression] = STATE(2400), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(2280), - [sym_annotation] = STATE(2280), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(267), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), + [2328] = { + [sym__expression] = STATE(463), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2340), + [sym_annotation] = STATE(2340), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(266), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), [sym__alpha_identifier] = ACTIONS(537), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LBRACE] = ACTIONS(1612), [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1654), + [anon_sym_object] = ACTIONS(1614), + [anon_sym_fun] = ACTIONS(1646), [anon_sym_get] = ACTIONS(537), [anon_sym_set] = ACTIONS(537), [anon_sym_this] = ACTIONS(561), [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(965), - [sym_label] = ACTIONS(975), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(1656), + [anon_sym_STAR] = ACTIONS(905), + [sym_label] = ACTIONS(915), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(1648), [anon_sym_when] = ACTIONS(579), [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(1658), - [anon_sym_return] = ACTIONS(1660), + [anon_sym_throw] = ACTIONS(1650), + [anon_sym_return] = ACTIONS(1652), [anon_sym_continue] = ACTIONS(587), [anon_sym_break] = ACTIONS(587), [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(975), - [anon_sym_DASH] = ACTIONS(975), - [anon_sym_PLUS_PLUS] = ACTIONS(977), - [anon_sym_DASH_DASH] = ACTIONS(977), - [anon_sym_BANG] = ACTIONS(977), + [anon_sym_PLUS] = ACTIONS(915), + [anon_sym_DASH] = ACTIONS(915), + [anon_sym_PLUS_PLUS] = ACTIONS(917), + [anon_sym_DASH_DASH] = ACTIONS(917), + [anon_sym_BANG] = ACTIONS(917), [anon_sym_data] = ACTIONS(537), [anon_sym_inner] = ACTIONS(537), [anon_sym_expect] = ACTIONS(537), [anon_sym_actual] = ACTIONS(537), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), + [anon_sym_return_AT] = ACTIONS(517), [anon_sym_continue_AT] = ACTIONS(599), [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), + [sym_real_literal] = ACTIONS(1620), [sym_integer_literal] = ACTIONS(605), [sym_hex_literal] = ACTIONS(607), [sym_bin_literal] = ACTIONS(607), @@ -274967,260 +281521,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(615), }, - [2262] = { - [sym_type_constraints] = STATE(2458), - [sym_property_delegate] = STATE(2603), - [sym_getter] = STATE(3877), - [sym_setter] = STATE(3877), - [sym_modifiers] = STATE(8770), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_EQ] = ACTIONS(5872), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_by] = ACTIONS(5774), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(3732), - [anon_sym_get] = ACTIONS(5866), - [anon_sym_set] = ACTIONS(5868), - [anon_sym_STAR] = ACTIONS(1776), - [sym_label] = ACTIONS(1778), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_PLUS_EQ] = ACTIONS(1778), - [anon_sym_DASH_EQ] = ACTIONS(1778), - [anon_sym_STAR_EQ] = ACTIONS(1778), - [anon_sym_SLASH_EQ] = ACTIONS(1778), - [anon_sym_PERCENT_EQ] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1776), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG_BANG] = ACTIONS(1778), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1778), - [sym__automatic_semicolon] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), - [sym_multiline_comment] = ACTIONS(3), - }, - [2263] = { - [sym__expression] = STATE(276), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2297), - [sym_annotation] = STATE(2297), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(260), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1616), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1295), - [sym_label] = ACTIONS(467), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(453), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(459), - [anon_sym_return] = ACTIONS(461), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(467), - [anon_sym_DASH] = ACTIONS(467), - [anon_sym_PLUS_PLUS] = ACTIONS(469), - [anon_sym_DASH_DASH] = ACTIONS(469), - [anon_sym_BANG] = ACTIONS(469), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), - }, - [2264] = { - [sym__expression] = STATE(4328), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [2329] = { + [sym__expression] = STATE(4411), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), + [anon_sym_STAR] = ACTIONS(1065), [sym_label] = ACTIONS(327), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(3096), @@ -275236,10 +281598,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(329), [anon_sym_DASH_DASH] = ACTIONS(329), [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -275255,87 +281617,183 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [2265] = { - [sym__expression] = STATE(4274), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(2296), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [2330] = { + [sym__expression] = STATE(2418), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(2143), + [sym_annotation] = STATE(2143), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(267), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1654), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(873), + [sym_label] = ACTIONS(883), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(1656), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(1658), + [anon_sym_return] = ACTIONS(1660), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(883), + [anon_sym_DASH] = ACTIONS(883), + [anon_sym_PLUS_PLUS] = ACTIONS(885), + [anon_sym_DASH_DASH] = ACTIONS(885), + [anon_sym_BANG] = ACTIONS(885), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(535), + }, + [2331] = { + [sym__expression] = STATE(4188), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(377), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_fun] = ACTIONS(3094), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(845), - [sym_label] = ACTIONS(853), + [anon_sym_STAR] = ACTIONS(1065), + [sym_label] = ACTIONS(327), [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(2022), + [anon_sym_if] = ACTIONS(3096), [anon_sym_when] = ACTIONS(245), [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(2024), - [anon_sym_return] = ACTIONS(2026), + [anon_sym_throw] = ACTIONS(3098), + [anon_sym_return] = ACTIONS(3100), [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(855), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(327), + [anon_sym_DASH] = ACTIONS(327), + [anon_sym_PLUS_PLUS] = ACTIONS(329), + [anon_sym_DASH_DASH] = ACTIONS(329), + [anon_sym_BANG] = ACTIONS(329), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -275351,1527 +281809,375 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [2266] = { - [sym__expression] = STATE(3660), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4941), - [sym_parenthesized_expression] = STATE(4941), - [sym_collection_literal] = STATE(4941), - [sym__literal_constant] = STATE(4941), - [sym_string_literal] = STATE(4941), - [sym_lambda_literal] = STATE(4941), - [sym_anonymous_function] = STATE(4941), - [sym__function_literal] = STATE(4941), - [sym_object_literal] = STATE(4941), - [sym_this_expression] = STATE(4941), - [sym_super_expression] = STATE(4941), - [sym_if_expression] = STATE(4941), - [sym_when_expression] = STATE(4941), - [sym_try_expression] = STATE(4941), - [sym_jump_expression] = STATE(4941), - [sym_callable_reference] = STATE(4941), - [sym__prefix_unary_operator] = STATE(2214), - [sym_annotation] = STATE(2214), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5029), - [sym__return_at] = STATE(303), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4941), - [sym_long_literal] = STATE(4941), - [sym_boolean_literal] = STATE(4941), - [sym_character_literal] = STATE(4941), - [sym__lexical_identifier] = STATE(4529), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1912), - [anon_sym_fun] = ACTIONS(1914), - [anon_sym_get] = ACTIONS(7), - [anon_sym_set] = ACTIONS(7), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(1267), - [sym_label] = ACTIONS(531), - [anon_sym_null] = ACTIONS(1916), - [anon_sym_if] = ACTIONS(525), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(527), - [anon_sym_return] = ACTIONS(529), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_DASH] = ACTIONS(531), - [anon_sym_PLUS_PLUS] = ACTIONS(533), - [anon_sym_DASH_DASH] = ACTIONS(533), - [anon_sym_BANG] = ACTIONS(533), - [anon_sym_data] = ACTIONS(7), - [anon_sym_inner] = ACTIONS(7), - [anon_sym_expect] = ACTIONS(7), - [anon_sym_actual] = ACTIONS(7), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(1918), - [sym_integer_literal] = ACTIONS(99), - [sym_hex_literal] = ACTIONS(101), - [sym_bin_literal] = ACTIONS(101), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [anon_sym_SQUOTE] = ACTIONS(105), - [sym__backtick_identifier] = ACTIONS(107), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(109), - }, - [2267] = { - [sym__expression] = STATE(896), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(1643), - [sym_annotation] = STATE(1643), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(270), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), - [sym__alpha_identifier] = ACTIONS(537), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1678), - [anon_sym_get] = ACTIONS(537), - [anon_sym_set] = ACTIONS(537), - [anon_sym_this] = ACTIONS(561), - [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1021), - [sym_label] = ACTIONS(1029), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(1680), - [anon_sym_when] = ACTIONS(579), - [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(1682), - [anon_sym_return] = ACTIONS(1684), - [anon_sym_continue] = ACTIONS(587), - [anon_sym_break] = ACTIONS(587), - [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(1029), - [anon_sym_DASH] = ACTIONS(1029), - [anon_sym_PLUS_PLUS] = ACTIONS(1031), - [anon_sym_DASH_DASH] = ACTIONS(1031), - [anon_sym_BANG] = ACTIONS(1031), - [anon_sym_data] = ACTIONS(537), - [anon_sym_inner] = ACTIONS(537), - [anon_sym_expect] = ACTIONS(537), - [anon_sym_actual] = ACTIONS(537), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(599), - [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), - [sym_integer_literal] = ACTIONS(605), - [sym_hex_literal] = ACTIONS(607), - [sym_bin_literal] = ACTIONS(607), - [anon_sym_true] = ACTIONS(609), - [anon_sym_false] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(611), - [sym__backtick_identifier] = ACTIONS(613), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(615), - }, - [2268] = { - [sym__expression] = STATE(2399), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(2280), - [sym_annotation] = STATE(2280), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(267), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), - [sym__alpha_identifier] = ACTIONS(537), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1654), - [anon_sym_get] = ACTIONS(537), - [anon_sym_set] = ACTIONS(537), - [anon_sym_this] = ACTIONS(561), - [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(965), - [sym_label] = ACTIONS(975), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(1656), - [anon_sym_when] = ACTIONS(579), - [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(1658), - [anon_sym_return] = ACTIONS(1660), - [anon_sym_continue] = ACTIONS(587), - [anon_sym_break] = ACTIONS(587), - [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(975), - [anon_sym_DASH] = ACTIONS(975), - [anon_sym_PLUS_PLUS] = ACTIONS(977), - [anon_sym_DASH_DASH] = ACTIONS(977), - [anon_sym_BANG] = ACTIONS(977), - [anon_sym_data] = ACTIONS(537), - [anon_sym_inner] = ACTIONS(537), - [anon_sym_expect] = ACTIONS(537), - [anon_sym_actual] = ACTIONS(537), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(599), - [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), - [sym_integer_literal] = ACTIONS(605), - [sym_hex_literal] = ACTIONS(607), - [sym_bin_literal] = ACTIONS(607), - [anon_sym_true] = ACTIONS(609), - [anon_sym_false] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(611), - [sym__backtick_identifier] = ACTIONS(613), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(615), - }, - [2269] = { - [sym__expression] = STATE(2398), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(2280), - [sym_annotation] = STATE(2280), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(267), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), - [sym__alpha_identifier] = ACTIONS(537), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1654), - [anon_sym_get] = ACTIONS(537), - [anon_sym_set] = ACTIONS(537), - [anon_sym_this] = ACTIONS(561), - [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(965), - [sym_label] = ACTIONS(975), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(1656), - [anon_sym_when] = ACTIONS(579), - [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(1658), - [anon_sym_return] = ACTIONS(1660), - [anon_sym_continue] = ACTIONS(587), - [anon_sym_break] = ACTIONS(587), - [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(975), - [anon_sym_DASH] = ACTIONS(975), - [anon_sym_PLUS_PLUS] = ACTIONS(977), - [anon_sym_DASH_DASH] = ACTIONS(977), - [anon_sym_BANG] = ACTIONS(977), - [anon_sym_data] = ACTIONS(537), - [anon_sym_inner] = ACTIONS(537), - [anon_sym_expect] = ACTIONS(537), - [anon_sym_actual] = ACTIONS(537), + [2332] = { + [sym__expression] = STATE(4338), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(377), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(3094), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(1065), + [sym_label] = ACTIONS(327), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(3096), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(3098), + [anon_sym_return] = ACTIONS(3100), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(327), + [anon_sym_DASH] = ACTIONS(327), + [anon_sym_PLUS_PLUS] = ACTIONS(329), + [anon_sym_DASH_DASH] = ACTIONS(329), + [anon_sym_BANG] = ACTIONS(329), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(599), - [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), - [sym_integer_literal] = ACTIONS(605), - [sym_hex_literal] = ACTIONS(607), - [sym_bin_literal] = ACTIONS(607), - [anon_sym_true] = ACTIONS(609), - [anon_sym_false] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(611), - [sym__backtick_identifier] = ACTIONS(613), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(615), + [sym__string_start] = ACTIONS(283), }, - [2270] = { - [sym__expression] = STATE(2393), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(2280), - [sym_annotation] = STATE(2280), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(267), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), - [sym__alpha_identifier] = ACTIONS(537), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1654), - [anon_sym_get] = ACTIONS(537), - [anon_sym_set] = ACTIONS(537), - [anon_sym_this] = ACTIONS(561), - [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(965), - [sym_label] = ACTIONS(975), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(1656), - [anon_sym_when] = ACTIONS(579), - [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(1658), - [anon_sym_return] = ACTIONS(1660), - [anon_sym_continue] = ACTIONS(587), - [anon_sym_break] = ACTIONS(587), - [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(975), - [anon_sym_DASH] = ACTIONS(975), - [anon_sym_PLUS_PLUS] = ACTIONS(977), - [anon_sym_DASH_DASH] = ACTIONS(977), - [anon_sym_BANG] = ACTIONS(977), - [anon_sym_data] = ACTIONS(537), - [anon_sym_inner] = ACTIONS(537), - [anon_sym_expect] = ACTIONS(537), - [anon_sym_actual] = ACTIONS(537), + [2333] = { + [sym__expression] = STATE(4187), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(377), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(3094), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(1065), + [sym_label] = ACTIONS(327), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(3096), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(3098), + [anon_sym_return] = ACTIONS(3100), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(327), + [anon_sym_DASH] = ACTIONS(327), + [anon_sym_PLUS_PLUS] = ACTIONS(329), + [anon_sym_DASH_DASH] = ACTIONS(329), + [anon_sym_BANG] = ACTIONS(329), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(599), - [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), - [sym_integer_literal] = ACTIONS(605), - [sym_hex_literal] = ACTIONS(607), - [sym_bin_literal] = ACTIONS(607), - [anon_sym_true] = ACTIONS(609), - [anon_sym_false] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(611), - [sym__backtick_identifier] = ACTIONS(613), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(615), + [sym__string_start] = ACTIONS(283), }, - [2271] = { - [sym__expression] = STATE(897), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(1643), - [sym_annotation] = STATE(1643), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(270), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), - [sym__alpha_identifier] = ACTIONS(537), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(539), + [2334] = { + [sym__expression] = STATE(2510), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(2362), + [sym_annotation] = STATE(2362), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(269), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_LPAREN] = ACTIONS(549), + [anon_sym_LPAREN] = ACTIONS(467), [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1678), - [anon_sym_get] = ACTIONS(537), - [anon_sym_set] = ACTIONS(537), - [anon_sym_this] = ACTIONS(561), - [anon_sym_super] = ACTIONS(563), + [anon_sym_fun] = ACTIONS(1670), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), [anon_sym_STAR] = ACTIONS(1021), [sym_label] = ACTIONS(1029), [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(1680), - [anon_sym_when] = ACTIONS(579), - [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(1682), - [anon_sym_return] = ACTIONS(1684), - [anon_sym_continue] = ACTIONS(587), - [anon_sym_break] = ACTIONS(587), - [anon_sym_COLON_COLON] = ACTIONS(589), + [anon_sym_if] = ACTIONS(1672), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(1674), + [anon_sym_return] = ACTIONS(1676), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), [anon_sym_PLUS] = ACTIONS(1029), [anon_sym_DASH] = ACTIONS(1029), [anon_sym_PLUS_PLUS] = ACTIONS(1031), [anon_sym_DASH_DASH] = ACTIONS(1031), [anon_sym_BANG] = ACTIONS(1031), - [anon_sym_data] = ACTIONS(537), - [anon_sym_inner] = ACTIONS(537), - [anon_sym_expect] = ACTIONS(537), - [anon_sym_actual] = ACTIONS(537), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(599), - [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), - [sym_integer_literal] = ACTIONS(605), - [sym_hex_literal] = ACTIONS(607), - [sym_bin_literal] = ACTIONS(607), - [anon_sym_true] = ACTIONS(609), - [anon_sym_false] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(611), - [sym__backtick_identifier] = ACTIONS(613), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(615), - }, - [2272] = { - [sym__alpha_identifier] = ACTIONS(4233), - [anon_sym_AT] = ACTIONS(4236), - [anon_sym_LBRACK] = ACTIONS(4236), - [anon_sym_as] = ACTIONS(4241), - [anon_sym_LBRACE] = ACTIONS(4236), - [anon_sym_RBRACE] = ACTIONS(4239), - [anon_sym_LPAREN] = ACTIONS(5874), - [anon_sym_RPAREN] = ACTIONS(4239), - [anon_sym_LT] = ACTIONS(4241), - [anon_sym_GT] = ACTIONS(4241), - [anon_sym_object] = ACTIONS(3828), - [anon_sym_fun] = ACTIONS(3828), - [anon_sym_DOT] = ACTIONS(4241), - [anon_sym_SEMI] = ACTIONS(4239), - [anon_sym_get] = ACTIONS(4233), - [anon_sym_set] = ACTIONS(4233), - [anon_sym_this] = ACTIONS(3828), - [anon_sym_super] = ACTIONS(3828), - [anon_sym_STAR] = ACTIONS(4236), - [sym_label] = ACTIONS(4233), - [anon_sym_in] = ACTIONS(4241), - [anon_sym_while] = ACTIONS(4241), - [anon_sym_DOT_DOT] = ACTIONS(4239), - [anon_sym_QMARK_COLON] = ACTIONS(4239), - [anon_sym_AMP_AMP] = ACTIONS(4239), - [anon_sym_PIPE_PIPE] = ACTIONS(4239), - [anon_sym_null] = ACTIONS(3828), - [anon_sym_if] = ACTIONS(3828), - [anon_sym_else] = ACTIONS(4241), - [anon_sym_when] = ACTIONS(3828), - [anon_sym_try] = ACTIONS(3828), - [anon_sym_throw] = ACTIONS(3828), - [anon_sym_return] = ACTIONS(3828), - [anon_sym_continue] = ACTIONS(3828), - [anon_sym_break] = ACTIONS(3828), - [anon_sym_COLON_COLON] = ACTIONS(4236), - [anon_sym_BANG_EQ] = ACTIONS(4241), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4239), - [anon_sym_EQ_EQ] = ACTIONS(4241), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4239), - [anon_sym_LT_EQ] = ACTIONS(4239), - [anon_sym_GT_EQ] = ACTIONS(4239), - [anon_sym_BANGin] = ACTIONS(4239), - [anon_sym_is] = ACTIONS(4241), - [anon_sym_BANGis] = ACTIONS(4239), - [anon_sym_PLUS] = ACTIONS(4233), - [anon_sym_DASH] = ACTIONS(4233), - [anon_sym_SLASH] = ACTIONS(4241), - [anon_sym_PERCENT] = ACTIONS(4239), - [anon_sym_as_QMARK] = ACTIONS(4239), - [anon_sym_PLUS_PLUS] = ACTIONS(4236), - [anon_sym_DASH_DASH] = ACTIONS(4236), - [anon_sym_BANG] = ACTIONS(3828), - [anon_sym_BANG_BANG] = ACTIONS(4239), - [anon_sym_suspend] = ACTIONS(4241), - [anon_sym_sealed] = ACTIONS(4241), - [anon_sym_annotation] = ACTIONS(4241), - [anon_sym_data] = ACTIONS(4233), - [anon_sym_inner] = ACTIONS(4233), - [anon_sym_override] = ACTIONS(4241), - [anon_sym_lateinit] = ACTIONS(4241), - [anon_sym_public] = ACTIONS(4241), - [anon_sym_private] = ACTIONS(4241), - [anon_sym_internal] = ACTIONS(4241), - [anon_sym_protected] = ACTIONS(4241), - [anon_sym_tailrec] = ACTIONS(4241), - [anon_sym_operator] = ACTIONS(4241), - [anon_sym_infix] = ACTIONS(4241), - [anon_sym_inline] = ACTIONS(4241), - [anon_sym_external] = ACTIONS(4241), - [sym_property_modifier] = ACTIONS(4241), - [anon_sym_abstract] = ACTIONS(4241), - [anon_sym_final] = ACTIONS(4241), - [anon_sym_open] = ACTIONS(4241), - [anon_sym_vararg] = ACTIONS(4241), - [anon_sym_noinline] = ACTIONS(4241), - [anon_sym_crossinline] = ACTIONS(4241), - [anon_sym_expect] = ACTIONS(4233), - [anon_sym_actual] = ACTIONS(4233), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3833), - [anon_sym_continue_AT] = ACTIONS(3833), - [anon_sym_break_AT] = ACTIONS(3833), - [sym_real_literal] = ACTIONS(3833), - [sym_integer_literal] = ACTIONS(3828), - [sym_hex_literal] = ACTIONS(3833), - [sym_bin_literal] = ACTIONS(3833), - [anon_sym_true] = ACTIONS(3828), - [anon_sym_false] = ACTIONS(3828), - [anon_sym_SQUOTE] = ACTIONS(3833), - [sym__backtick_identifier] = ACTIONS(4236), - [sym_safe_nav] = ACTIONS(4239), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3833), - }, - [2273] = { - [sym__expression] = STATE(2392), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(2280), - [sym_annotation] = STATE(2280), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(267), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), - [sym__alpha_identifier] = ACTIONS(537), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1654), - [anon_sym_get] = ACTIONS(537), - [anon_sym_set] = ACTIONS(537), - [anon_sym_this] = ACTIONS(561), - [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(965), - [sym_label] = ACTIONS(975), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(1656), - [anon_sym_when] = ACTIONS(579), - [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(1658), - [anon_sym_return] = ACTIONS(1660), - [anon_sym_continue] = ACTIONS(587), - [anon_sym_break] = ACTIONS(587), - [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(975), - [anon_sym_DASH] = ACTIONS(975), - [anon_sym_PLUS_PLUS] = ACTIONS(977), - [anon_sym_DASH_DASH] = ACTIONS(977), - [anon_sym_BANG] = ACTIONS(977), - [anon_sym_data] = ACTIONS(537), - [anon_sym_inner] = ACTIONS(537), - [anon_sym_expect] = ACTIONS(537), - [anon_sym_actual] = ACTIONS(537), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(599), - [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), - [sym_integer_literal] = ACTIONS(605), - [sym_hex_literal] = ACTIONS(607), - [sym_bin_literal] = ACTIONS(607), - [anon_sym_true] = ACTIONS(609), - [anon_sym_false] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(611), - [sym__backtick_identifier] = ACTIONS(613), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(615), - }, - [2274] = { - [sym__expression] = STATE(2389), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(2280), - [sym_annotation] = STATE(2280), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(267), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), - [sym__alpha_identifier] = ACTIONS(537), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1654), - [anon_sym_get] = ACTIONS(537), - [anon_sym_set] = ACTIONS(537), - [anon_sym_this] = ACTIONS(561), - [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(965), - [sym_label] = ACTIONS(975), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(1656), - [anon_sym_when] = ACTIONS(579), - [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(1658), - [anon_sym_return] = ACTIONS(1660), - [anon_sym_continue] = ACTIONS(587), - [anon_sym_break] = ACTIONS(587), - [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(975), - [anon_sym_DASH] = ACTIONS(975), - [anon_sym_PLUS_PLUS] = ACTIONS(977), - [anon_sym_DASH_DASH] = ACTIONS(977), - [anon_sym_BANG] = ACTIONS(977), - [anon_sym_data] = ACTIONS(537), - [anon_sym_inner] = ACTIONS(537), - [anon_sym_expect] = ACTIONS(537), - [anon_sym_actual] = ACTIONS(537), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(599), - [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), - [sym_integer_literal] = ACTIONS(605), - [sym_hex_literal] = ACTIONS(607), - [sym_bin_literal] = ACTIONS(607), - [anon_sym_true] = ACTIONS(609), - [anon_sym_false] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(611), - [sym__backtick_identifier] = ACTIONS(613), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(615), - }, - [2275] = { - [sym__expression] = STATE(368), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2297), - [sym_annotation] = STATE(2297), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(260), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1616), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1295), - [sym_label] = ACTIONS(467), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(453), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(459), - [anon_sym_return] = ACTIONS(461), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(467), - [anon_sym_DASH] = ACTIONS(467), - [anon_sym_PLUS_PLUS] = ACTIONS(469), - [anon_sym_DASH_DASH] = ACTIONS(469), - [anon_sym_BANG] = ACTIONS(469), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), - }, - [2276] = { - [sym__alpha_identifier] = ACTIONS(4249), - [anon_sym_AT] = ACTIONS(4252), - [anon_sym_LBRACK] = ACTIONS(4252), - [anon_sym_as] = ACTIONS(4257), - [anon_sym_LBRACE] = ACTIONS(4252), - [anon_sym_RBRACE] = ACTIONS(4255), - [anon_sym_LPAREN] = ACTIONS(5878), - [anon_sym_RPAREN] = ACTIONS(4255), - [anon_sym_LT] = ACTIONS(4257), - [anon_sym_GT] = ACTIONS(4257), - [anon_sym_object] = ACTIONS(3828), - [anon_sym_fun] = ACTIONS(3828), - [anon_sym_DOT] = ACTIONS(4257), - [anon_sym_SEMI] = ACTIONS(4255), - [anon_sym_get] = ACTIONS(4249), - [anon_sym_set] = ACTIONS(4249), - [anon_sym_this] = ACTIONS(3828), - [anon_sym_super] = ACTIONS(3828), - [anon_sym_STAR] = ACTIONS(4252), - [sym_label] = ACTIONS(4249), - [anon_sym_in] = ACTIONS(4257), - [anon_sym_while] = ACTIONS(4257), - [anon_sym_DOT_DOT] = ACTIONS(4255), - [anon_sym_QMARK_COLON] = ACTIONS(4255), - [anon_sym_AMP_AMP] = ACTIONS(4255), - [anon_sym_PIPE_PIPE] = ACTIONS(4255), - [anon_sym_null] = ACTIONS(3828), - [anon_sym_if] = ACTIONS(3828), - [anon_sym_else] = ACTIONS(4257), - [anon_sym_when] = ACTIONS(3828), - [anon_sym_try] = ACTIONS(3828), - [anon_sym_throw] = ACTIONS(3828), - [anon_sym_return] = ACTIONS(3828), - [anon_sym_continue] = ACTIONS(3828), - [anon_sym_break] = ACTIONS(3828), - [anon_sym_COLON_COLON] = ACTIONS(4252), - [anon_sym_BANG_EQ] = ACTIONS(4257), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4255), - [anon_sym_EQ_EQ] = ACTIONS(4257), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4255), - [anon_sym_LT_EQ] = ACTIONS(4255), - [anon_sym_GT_EQ] = ACTIONS(4255), - [anon_sym_BANGin] = ACTIONS(4255), - [anon_sym_is] = ACTIONS(4257), - [anon_sym_BANGis] = ACTIONS(4255), - [anon_sym_PLUS] = ACTIONS(4249), - [anon_sym_DASH] = ACTIONS(4249), - [anon_sym_SLASH] = ACTIONS(4257), - [anon_sym_PERCENT] = ACTIONS(4255), - [anon_sym_as_QMARK] = ACTIONS(4255), - [anon_sym_PLUS_PLUS] = ACTIONS(4252), - [anon_sym_DASH_DASH] = ACTIONS(4252), - [anon_sym_BANG] = ACTIONS(3828), - [anon_sym_BANG_BANG] = ACTIONS(4255), - [anon_sym_suspend] = ACTIONS(4257), - [anon_sym_sealed] = ACTIONS(4257), - [anon_sym_annotation] = ACTIONS(4257), - [anon_sym_data] = ACTIONS(4249), - [anon_sym_inner] = ACTIONS(4249), - [anon_sym_override] = ACTIONS(4257), - [anon_sym_lateinit] = ACTIONS(4257), - [anon_sym_public] = ACTIONS(4257), - [anon_sym_private] = ACTIONS(4257), - [anon_sym_internal] = ACTIONS(4257), - [anon_sym_protected] = ACTIONS(4257), - [anon_sym_tailrec] = ACTIONS(4257), - [anon_sym_operator] = ACTIONS(4257), - [anon_sym_infix] = ACTIONS(4257), - [anon_sym_inline] = ACTIONS(4257), - [anon_sym_external] = ACTIONS(4257), - [sym_property_modifier] = ACTIONS(4257), - [anon_sym_abstract] = ACTIONS(4257), - [anon_sym_final] = ACTIONS(4257), - [anon_sym_open] = ACTIONS(4257), - [anon_sym_vararg] = ACTIONS(4257), - [anon_sym_noinline] = ACTIONS(4257), - [anon_sym_crossinline] = ACTIONS(4257), - [anon_sym_expect] = ACTIONS(4249), - [anon_sym_actual] = ACTIONS(4249), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3833), - [anon_sym_continue_AT] = ACTIONS(3833), - [anon_sym_break_AT] = ACTIONS(3833), - [sym_real_literal] = ACTIONS(3833), - [sym_integer_literal] = ACTIONS(3828), - [sym_hex_literal] = ACTIONS(3833), - [sym_bin_literal] = ACTIONS(3833), - [anon_sym_true] = ACTIONS(3828), - [anon_sym_false] = ACTIONS(3828), - [anon_sym_SQUOTE] = ACTIONS(3833), - [sym__backtick_identifier] = ACTIONS(4252), - [sym_safe_nav] = ACTIONS(4255), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3833), - }, - [2277] = { - [sym__expression] = STATE(2388), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(2280), - [sym_annotation] = STATE(2280), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(267), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), - [sym__alpha_identifier] = ACTIONS(537), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1654), - [anon_sym_get] = ACTIONS(537), - [anon_sym_set] = ACTIONS(537), - [anon_sym_this] = ACTIONS(561), - [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(965), - [sym_label] = ACTIONS(975), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(1656), - [anon_sym_when] = ACTIONS(579), - [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(1658), - [anon_sym_return] = ACTIONS(1660), - [anon_sym_continue] = ACTIONS(587), - [anon_sym_break] = ACTIONS(587), - [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(975), - [anon_sym_DASH] = ACTIONS(975), - [anon_sym_PLUS_PLUS] = ACTIONS(977), - [anon_sym_DASH_DASH] = ACTIONS(977), - [anon_sym_BANG] = ACTIONS(977), - [anon_sym_data] = ACTIONS(537), - [anon_sym_inner] = ACTIONS(537), - [anon_sym_expect] = ACTIONS(537), - [anon_sym_actual] = ACTIONS(537), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(599), - [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), - [sym_integer_literal] = ACTIONS(605), - [sym_hex_literal] = ACTIONS(607), - [sym_bin_literal] = ACTIONS(607), - [anon_sym_true] = ACTIONS(609), - [anon_sym_false] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(611), - [sym__backtick_identifier] = ACTIONS(613), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(615), - }, - [2278] = { - [sym__expression] = STATE(359), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2297), - [sym_annotation] = STATE(2297), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(260), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1616), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1295), - [sym_label] = ACTIONS(467), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(453), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(459), - [anon_sym_return] = ACTIONS(461), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(467), - [anon_sym_DASH] = ACTIONS(467), - [anon_sym_PLUS_PLUS] = ACTIONS(469), - [anon_sym_DASH_DASH] = ACTIONS(469), - [anon_sym_BANG] = ACTIONS(469), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), - }, - [2279] = { - [sym__expression] = STATE(275), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2297), - [sym_annotation] = STATE(2297), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(260), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1616), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1295), - [sym_label] = ACTIONS(467), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(453), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(459), - [anon_sym_return] = ACTIONS(461), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(467), - [anon_sym_DASH] = ACTIONS(467), - [anon_sym_PLUS_PLUS] = ACTIONS(469), - [anon_sym_DASH_DASH] = ACTIONS(469), - [anon_sym_BANG] = ACTIONS(469), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), - }, - [2280] = { - [sym__expression] = STATE(2414), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(2280), - [sym_annotation] = STATE(2280), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(267), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), - [sym__alpha_identifier] = ACTIONS(537), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1654), - [anon_sym_get] = ACTIONS(537), - [anon_sym_set] = ACTIONS(537), - [anon_sym_this] = ACTIONS(561), - [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(965), - [sym_label] = ACTIONS(975), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(1656), - [anon_sym_when] = ACTIONS(579), - [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(1658), - [anon_sym_return] = ACTIONS(1660), - [anon_sym_continue] = ACTIONS(587), - [anon_sym_break] = ACTIONS(587), - [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(975), - [anon_sym_DASH] = ACTIONS(975), - [anon_sym_PLUS_PLUS] = ACTIONS(977), - [anon_sym_DASH_DASH] = ACTIONS(977), - [anon_sym_BANG] = ACTIONS(977), - [anon_sym_data] = ACTIONS(537), - [anon_sym_inner] = ACTIONS(537), - [anon_sym_expect] = ACTIONS(537), - [anon_sym_actual] = ACTIONS(537), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(599), - [anon_sym_break_AT] = ACTIONS(601), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), [sym_real_literal] = ACTIONS(1630), - [sym_integer_literal] = ACTIONS(605), - [sym_hex_literal] = ACTIONS(607), - [sym_bin_literal] = ACTIONS(607), - [anon_sym_true] = ACTIONS(609), - [anon_sym_false] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(611), - [sym__backtick_identifier] = ACTIONS(613), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(615), + [sym__string_start] = ACTIONS(535), }, - [2281] = { - [sym__expression] = STATE(4266), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(2296), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [2335] = { + [sym__expression] = STATE(4406), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(377), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_fun] = ACTIONS(3094), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(845), - [sym_label] = ACTIONS(853), + [anon_sym_STAR] = ACTIONS(1065), + [sym_label] = ACTIONS(327), [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(2022), + [anon_sym_if] = ACTIONS(3096), [anon_sym_when] = ACTIONS(245), [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(2024), - [anon_sym_return] = ACTIONS(2026), + [anon_sym_throw] = ACTIONS(3098), + [anon_sym_return] = ACTIONS(3100), [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(855), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(327), + [anon_sym_DASH] = ACTIONS(327), + [anon_sym_PLUS_PLUS] = ACTIONS(329), + [anon_sym_DASH_DASH] = ACTIONS(329), + [anon_sym_BANG] = ACTIONS(329), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -276887,188 +282193,92 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [2282] = { - [sym__expression] = STATE(1035), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(1643), - [sym_annotation] = STATE(1643), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(270), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), - [sym__alpha_identifier] = ACTIONS(537), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1678), - [anon_sym_get] = ACTIONS(537), - [anon_sym_set] = ACTIONS(537), - [anon_sym_this] = ACTIONS(561), - [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1021), - [sym_label] = ACTIONS(1029), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(1680), - [anon_sym_when] = ACTIONS(579), - [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(1682), - [anon_sym_return] = ACTIONS(1684), - [anon_sym_continue] = ACTIONS(587), - [anon_sym_break] = ACTIONS(587), - [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(1029), - [anon_sym_DASH] = ACTIONS(1029), - [anon_sym_PLUS_PLUS] = ACTIONS(1031), - [anon_sym_DASH_DASH] = ACTIONS(1031), - [anon_sym_BANG] = ACTIONS(1031), - [anon_sym_data] = ACTIONS(537), - [anon_sym_inner] = ACTIONS(537), - [anon_sym_expect] = ACTIONS(537), - [anon_sym_actual] = ACTIONS(537), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(599), - [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), - [sym_integer_literal] = ACTIONS(605), - [sym_hex_literal] = ACTIONS(607), - [sym_bin_literal] = ACTIONS(607), - [anon_sym_true] = ACTIONS(609), - [anon_sym_false] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(611), - [sym__backtick_identifier] = ACTIONS(613), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(615), - }, - [2283] = { - [sym__expression] = STATE(2415), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(2280), - [sym_annotation] = STATE(2280), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(267), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), + [2336] = { + [sym__expression] = STATE(461), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2340), + [sym_annotation] = STATE(2340), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(266), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), [sym__alpha_identifier] = ACTIONS(537), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LBRACE] = ACTIONS(1612), [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1654), + [anon_sym_object] = ACTIONS(1614), + [anon_sym_fun] = ACTIONS(1646), [anon_sym_get] = ACTIONS(537), [anon_sym_set] = ACTIONS(537), [anon_sym_this] = ACTIONS(561), [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(965), - [sym_label] = ACTIONS(975), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(1656), + [anon_sym_STAR] = ACTIONS(905), + [sym_label] = ACTIONS(915), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(1648), [anon_sym_when] = ACTIONS(579), [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(1658), - [anon_sym_return] = ACTIONS(1660), + [anon_sym_throw] = ACTIONS(1650), + [anon_sym_return] = ACTIONS(1652), [anon_sym_continue] = ACTIONS(587), [anon_sym_break] = ACTIONS(587), [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(975), - [anon_sym_DASH] = ACTIONS(975), - [anon_sym_PLUS_PLUS] = ACTIONS(977), - [anon_sym_DASH_DASH] = ACTIONS(977), - [anon_sym_BANG] = ACTIONS(977), + [anon_sym_PLUS] = ACTIONS(915), + [anon_sym_DASH] = ACTIONS(915), + [anon_sym_PLUS_PLUS] = ACTIONS(917), + [anon_sym_DASH_DASH] = ACTIONS(917), + [anon_sym_BANG] = ACTIONS(917), [anon_sym_data] = ACTIONS(537), [anon_sym_inner] = ACTIONS(537), [anon_sym_expect] = ACTIONS(537), [anon_sym_actual] = ACTIONS(537), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), + [anon_sym_return_AT] = ACTIONS(517), [anon_sym_continue_AT] = ACTIONS(599), [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), + [sym_real_literal] = ACTIONS(1620), [sym_integer_literal] = ACTIONS(605), [sym_hex_literal] = ACTIONS(607), [sym_bin_literal] = ACTIONS(607), @@ -277079,69 +282289,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(615), }, - [2284] = { - [sym__expression] = STATE(4258), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(2296), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [2337] = { + [sym__expression] = STATE(4242), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(1897), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(845), - [sym_label] = ACTIONS(853), + [anon_sym_STAR] = ACTIONS(813), + [sym_label] = ACTIONS(821), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(2022), [anon_sym_when] = ACTIONS(245), @@ -277151,15 +282361,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(855), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(823), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -277175,183 +282385,87 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [2285] = { - [sym__expression] = STATE(1027), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(1643), - [sym_annotation] = STATE(1643), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(270), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), - [sym__alpha_identifier] = ACTIONS(537), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1678), - [anon_sym_get] = ACTIONS(537), - [anon_sym_set] = ACTIONS(537), - [anon_sym_this] = ACTIONS(561), - [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1021), - [sym_label] = ACTIONS(1029), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(1680), - [anon_sym_when] = ACTIONS(579), - [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(1682), - [anon_sym_return] = ACTIONS(1684), - [anon_sym_continue] = ACTIONS(587), - [anon_sym_break] = ACTIONS(587), - [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(1029), - [anon_sym_DASH] = ACTIONS(1029), - [anon_sym_PLUS_PLUS] = ACTIONS(1031), - [anon_sym_DASH_DASH] = ACTIONS(1031), - [anon_sym_BANG] = ACTIONS(1031), - [anon_sym_data] = ACTIONS(537), - [anon_sym_inner] = ACTIONS(537), - [anon_sym_expect] = ACTIONS(537), - [anon_sym_actual] = ACTIONS(537), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(599), - [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), - [sym_integer_literal] = ACTIONS(605), - [sym_hex_literal] = ACTIONS(607), - [sym_bin_literal] = ACTIONS(607), - [anon_sym_true] = ACTIONS(609), - [anon_sym_false] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(611), - [sym__backtick_identifier] = ACTIONS(613), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(615), - }, - [2286] = { - [sym__expression] = STATE(4248), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(2296), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [2338] = { + [sym__expression] = STATE(4329), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(377), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_fun] = ACTIONS(3094), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(845), - [sym_label] = ACTIONS(853), + [anon_sym_STAR] = ACTIONS(1065), + [sym_label] = ACTIONS(327), [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(2022), + [anon_sym_if] = ACTIONS(3096), [anon_sym_when] = ACTIONS(245), [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(2024), - [anon_sym_return] = ACTIONS(2026), + [anon_sym_throw] = ACTIONS(3098), + [anon_sym_return] = ACTIONS(3100), [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(855), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(327), + [anon_sym_DASH] = ACTIONS(327), + [anon_sym_PLUS_PLUS] = ACTIONS(329), + [anon_sym_DASH_DASH] = ACTIONS(329), + [anon_sym_BANG] = ACTIONS(329), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -277367,70 +282481,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [2287] = { - [sym__expression] = STATE(1471), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(2135), - [sym_annotation] = STATE(2135), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), + [2339] = { + [sym__expression] = STATE(1488), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(2339), + [sym_annotation] = STATE(2339), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), [sym__return_at] = STATE(265), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), [sym__alpha_identifier] = ACTIONS(111), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), + [anon_sym_LBRACE] = ACTIONS(1403), [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), + [anon_sym_object] = ACTIONS(1405), [anon_sym_fun] = ACTIONS(1638), [anon_sym_get] = ACTIONS(111), [anon_sym_set] = ACTIONS(111), [anon_sym_this] = ACTIONS(141), [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(813), - [sym_label] = ACTIONS(823), - [anon_sym_null] = ACTIONS(1602), + [anon_sym_STAR] = ACTIONS(841), + [sym_label] = ACTIONS(851), + [anon_sym_null] = ACTIONS(1409), [anon_sym_if] = ACTIONS(1640), [anon_sym_when] = ACTIONS(159), [anon_sym_try] = ACTIONS(161), @@ -277439,11 +282553,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(167), [anon_sym_break] = ACTIONS(167), [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(823), - [anon_sym_DASH] = ACTIONS(823), - [anon_sym_PLUS_PLUS] = ACTIONS(825), - [anon_sym_DASH_DASH] = ACTIONS(825), - [anon_sym_BANG] = ACTIONS(825), + [anon_sym_PLUS] = ACTIONS(851), + [anon_sym_DASH] = ACTIONS(851), + [anon_sym_PLUS_PLUS] = ACTIONS(853), + [anon_sym_DASH_DASH] = ACTIONS(853), + [anon_sym_BANG] = ACTIONS(853), [anon_sym_data] = ACTIONS(111), [anon_sym_inner] = ACTIONS(111), [anon_sym_expect] = ACTIONS(111), @@ -277452,7 +282566,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(179), [anon_sym_continue_AT] = ACTIONS(181), [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), + [sym_real_literal] = ACTIONS(1411), [sym_integer_literal] = ACTIONS(187), [sym_hex_literal] = ACTIONS(189), [sym_bin_literal] = ACTIONS(189), @@ -277463,92 +282577,92 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(197), }, - [2288] = { - [sym__expression] = STATE(2413), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(2280), - [sym_annotation] = STATE(2280), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(267), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), + [2340] = { + [sym__expression] = STATE(468), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2340), + [sym_annotation] = STATE(2340), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(266), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), [sym__alpha_identifier] = ACTIONS(537), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LBRACE] = ACTIONS(1612), [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1654), + [anon_sym_object] = ACTIONS(1614), + [anon_sym_fun] = ACTIONS(1646), [anon_sym_get] = ACTIONS(537), [anon_sym_set] = ACTIONS(537), [anon_sym_this] = ACTIONS(561), [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(965), - [sym_label] = ACTIONS(975), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(1656), + [anon_sym_STAR] = ACTIONS(905), + [sym_label] = ACTIONS(915), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(1648), [anon_sym_when] = ACTIONS(579), [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(1658), - [anon_sym_return] = ACTIONS(1660), + [anon_sym_throw] = ACTIONS(1650), + [anon_sym_return] = ACTIONS(1652), [anon_sym_continue] = ACTIONS(587), [anon_sym_break] = ACTIONS(587), [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(975), - [anon_sym_DASH] = ACTIONS(975), - [anon_sym_PLUS_PLUS] = ACTIONS(977), - [anon_sym_DASH_DASH] = ACTIONS(977), - [anon_sym_BANG] = ACTIONS(977), + [anon_sym_PLUS] = ACTIONS(915), + [anon_sym_DASH] = ACTIONS(915), + [anon_sym_PLUS_PLUS] = ACTIONS(917), + [anon_sym_DASH_DASH] = ACTIONS(917), + [anon_sym_BANG] = ACTIONS(917), [anon_sym_data] = ACTIONS(537), [anon_sym_inner] = ACTIONS(537), [anon_sym_expect] = ACTIONS(537), [anon_sym_actual] = ACTIONS(537), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), + [anon_sym_return_AT] = ACTIONS(517), [anon_sym_continue_AT] = ACTIONS(599), [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), + [sym_real_literal] = ACTIONS(1620), [sym_integer_literal] = ACTIONS(605), [sym_hex_literal] = ACTIONS(607), [sym_bin_literal] = ACTIONS(607), @@ -277559,183 +282673,87 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(615), }, - [2289] = { - [sym__expression] = STATE(1036), - [sym__unary_expression] = STATE(3231), - [sym_postfix_expression] = STATE(3231), - [sym_call_expression] = STATE(3231), - [sym_indexing_expression] = STATE(3231), - [sym_navigation_expression] = STATE(3231), - [sym_prefix_expression] = STATE(3231), - [sym_as_expression] = STATE(3231), - [sym_spread_expression] = STATE(3231), - [sym__binary_expression] = STATE(3231), - [sym_multiplicative_expression] = STATE(3231), - [sym_additive_expression] = STATE(3231), - [sym_range_expression] = STATE(3231), - [sym_infix_expression] = STATE(3231), - [sym_elvis_expression] = STATE(3231), - [sym_check_expression] = STATE(3231), - [sym_comparison_expression] = STATE(3231), - [sym_equality_expression] = STATE(3231), - [sym_conjunction_expression] = STATE(3231), - [sym_disjunction_expression] = STATE(3231), - [sym__primary_expression] = STATE(3231), - [sym_parenthesized_expression] = STATE(3231), - [sym_collection_literal] = STATE(3231), - [sym__literal_constant] = STATE(3231), - [sym_string_literal] = STATE(3231), - [sym_lambda_literal] = STATE(3231), - [sym_anonymous_function] = STATE(3231), - [sym__function_literal] = STATE(3231), - [sym_object_literal] = STATE(3231), - [sym_this_expression] = STATE(3231), - [sym_super_expression] = STATE(3231), - [sym_if_expression] = STATE(3231), - [sym_when_expression] = STATE(3231), - [sym_try_expression] = STATE(3231), - [sym_jump_expression] = STATE(3231), - [sym_callable_reference] = STATE(3231), - [sym__prefix_unary_operator] = STATE(1914), - [sym_annotation] = STATE(1914), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3311), - [sym__return_at] = STATE(304), - [sym__continue_at] = STATE(3140), - [sym__break_at] = STATE(3140), - [sym_unsigned_literal] = STATE(3231), - [sym_long_literal] = STATE(3231), - [sym_boolean_literal] = STATE(3231), - [sym_character_literal] = STATE(3231), - [sym__lexical_identifier] = STATE(2890), - [sym__alpha_identifier] = ACTIONS(333), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(335), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_object] = ACTIONS(1922), - [anon_sym_fun] = ACTIONS(1924), - [anon_sym_get] = ACTIONS(333), - [anon_sym_set] = ACTIONS(333), - [anon_sym_this] = ACTIONS(357), - [anon_sym_super] = ACTIONS(359), - [anon_sym_STAR] = ACTIONS(1273), - [sym_label] = ACTIONS(387), - [anon_sym_null] = ACTIONS(1926), - [anon_sym_if] = ACTIONS(373), - [anon_sym_when] = ACTIONS(375), - [anon_sym_try] = ACTIONS(377), - [anon_sym_throw] = ACTIONS(379), - [anon_sym_return] = ACTIONS(381), - [anon_sym_continue] = ACTIONS(383), - [anon_sym_break] = ACTIONS(383), - [anon_sym_COLON_COLON] = ACTIONS(385), - [anon_sym_PLUS] = ACTIONS(387), - [anon_sym_DASH] = ACTIONS(387), - [anon_sym_PLUS_PLUS] = ACTIONS(389), - [anon_sym_DASH_DASH] = ACTIONS(389), - [anon_sym_BANG] = ACTIONS(389), - [anon_sym_data] = ACTIONS(333), - [anon_sym_inner] = ACTIONS(333), - [anon_sym_expect] = ACTIONS(333), - [anon_sym_actual] = ACTIONS(333), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(395), - [anon_sym_break_AT] = ACTIONS(397), - [sym_real_literal] = ACTIONS(1928), - [sym_integer_literal] = ACTIONS(401), - [sym_hex_literal] = ACTIONS(403), - [sym_bin_literal] = ACTIONS(403), - [anon_sym_true] = ACTIONS(405), - [anon_sym_false] = ACTIONS(405), - [anon_sym_SQUOTE] = ACTIONS(407), - [sym__backtick_identifier] = ACTIONS(409), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(411), - }, - [2290] = { - [sym__expression] = STATE(3972), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(2296), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [2341] = { + [sym__expression] = STATE(4405), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(377), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_fun] = ACTIONS(3094), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(845), - [sym_label] = ACTIONS(853), + [anon_sym_STAR] = ACTIONS(1065), + [sym_label] = ACTIONS(327), [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(2022), + [anon_sym_if] = ACTIONS(3096), [anon_sym_when] = ACTIONS(245), [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(2024), - [anon_sym_return] = ACTIONS(2026), + [anon_sym_throw] = ACTIONS(3098), + [anon_sym_return] = ACTIONS(3100), [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(855), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(327), + [anon_sym_DASH] = ACTIONS(327), + [anon_sym_PLUS_PLUS] = ACTIONS(329), + [anon_sym_DASH_DASH] = ACTIONS(329), + [anon_sym_BANG] = ACTIONS(329), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -277751,87 +282769,87 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [2291] = { - [sym__expression] = STATE(4024), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(2296), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [2342] = { + [sym__expression] = STATE(4367), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(377), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_fun] = ACTIONS(3094), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(845), - [sym_label] = ACTIONS(853), + [anon_sym_STAR] = ACTIONS(1065), + [sym_label] = ACTIONS(327), [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(2022), + [anon_sym_if] = ACTIONS(3096), [anon_sym_when] = ACTIONS(245), [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(2024), - [anon_sym_return] = ACTIONS(2026), + [anon_sym_throw] = ACTIONS(3098), + [anon_sym_return] = ACTIONS(3100), [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(855), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(327), + [anon_sym_DASH] = ACTIONS(327), + [anon_sym_PLUS_PLUS] = ACTIONS(329), + [anon_sym_DASH_DASH] = ACTIONS(329), + [anon_sym_BANG] = ACTIONS(329), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -277847,471 +282865,183 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [2292] = { - [sym__expression] = STATE(272), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2297), - [sym_annotation] = STATE(2297), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(260), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1616), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1295), - [sym_label] = ACTIONS(467), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(453), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(459), - [anon_sym_return] = ACTIONS(461), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(467), - [anon_sym_DASH] = ACTIONS(467), - [anon_sym_PLUS_PLUS] = ACTIONS(469), - [anon_sym_DASH_DASH] = ACTIONS(469), - [anon_sym_BANG] = ACTIONS(469), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), - }, - [2293] = { - [sym__expression] = STATE(282), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2297), - [sym_annotation] = STATE(2297), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(260), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1616), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1295), - [sym_label] = ACTIONS(467), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(453), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(459), - [anon_sym_return] = ACTIONS(461), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(467), - [anon_sym_DASH] = ACTIONS(467), - [anon_sym_PLUS_PLUS] = ACTIONS(469), - [anon_sym_DASH_DASH] = ACTIONS(469), - [anon_sym_BANG] = ACTIONS(469), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), - }, - [2294] = { - [sym__expression] = STATE(652), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(1620), - [sym_annotation] = STATE(1620), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(261), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), - [sym__alpha_identifier] = ACTIONS(537), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1626), - [anon_sym_get] = ACTIONS(537), - [anon_sym_set] = ACTIONS(537), - [anon_sym_this] = ACTIONS(561), - [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1279), - [sym_label] = ACTIONS(591), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(577), - [anon_sym_when] = ACTIONS(579), - [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(583), - [anon_sym_return] = ACTIONS(585), - [anon_sym_continue] = ACTIONS(587), - [anon_sym_break] = ACTIONS(587), - [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_PLUS_PLUS] = ACTIONS(593), - [anon_sym_DASH_DASH] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_data] = ACTIONS(537), - [anon_sym_inner] = ACTIONS(537), - [anon_sym_expect] = ACTIONS(537), - [anon_sym_actual] = ACTIONS(537), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(599), - [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), - [sym_integer_literal] = ACTIONS(605), - [sym_hex_literal] = ACTIONS(607), - [sym_bin_literal] = ACTIONS(607), - [anon_sym_true] = ACTIONS(609), - [anon_sym_false] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(611), - [sym__backtick_identifier] = ACTIONS(613), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(615), - }, - [2295] = { - [sym__expression] = STATE(651), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(1620), - [sym_annotation] = STATE(1620), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(261), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), - [sym__alpha_identifier] = ACTIONS(537), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1626), - [anon_sym_get] = ACTIONS(537), - [anon_sym_set] = ACTIONS(537), - [anon_sym_this] = ACTIONS(561), - [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1279), - [sym_label] = ACTIONS(591), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(577), - [anon_sym_when] = ACTIONS(579), - [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(583), - [anon_sym_return] = ACTIONS(585), - [anon_sym_continue] = ACTIONS(587), - [anon_sym_break] = ACTIONS(587), - [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_PLUS_PLUS] = ACTIONS(593), - [anon_sym_DASH_DASH] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_data] = ACTIONS(537), - [anon_sym_inner] = ACTIONS(537), - [anon_sym_expect] = ACTIONS(537), - [anon_sym_actual] = ACTIONS(537), + [2343] = { + [sym__expression] = STATE(4319), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(377), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(215), + [anon_sym_object] = ACTIONS(1856), + [anon_sym_fun] = ACTIONS(3094), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), + [anon_sym_this] = ACTIONS(227), + [anon_sym_super] = ACTIONS(229), + [anon_sym_STAR] = ACTIONS(1065), + [sym_label] = ACTIONS(327), + [anon_sym_null] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(3096), + [anon_sym_when] = ACTIONS(245), + [anon_sym_try] = ACTIONS(247), + [anon_sym_throw] = ACTIONS(3098), + [anon_sym_return] = ACTIONS(3100), + [anon_sym_continue] = ACTIONS(253), + [anon_sym_break] = ACTIONS(253), + [anon_sym_COLON_COLON] = ACTIONS(255), + [anon_sym_PLUS] = ACTIONS(327), + [anon_sym_DASH] = ACTIONS(327), + [anon_sym_PLUS_PLUS] = ACTIONS(329), + [anon_sym_DASH_DASH] = ACTIONS(329), + [anon_sym_BANG] = ACTIONS(329), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(599), - [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), - [sym_integer_literal] = ACTIONS(605), - [sym_hex_literal] = ACTIONS(607), - [sym_bin_literal] = ACTIONS(607), - [anon_sym_true] = ACTIONS(609), - [anon_sym_false] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(611), - [sym__backtick_identifier] = ACTIONS(613), + [anon_sym_return_AT] = ACTIONS(265), + [anon_sym_continue_AT] = ACTIONS(267), + [anon_sym_break_AT] = ACTIONS(269), + [sym_real_literal] = ACTIONS(1862), + [sym_integer_literal] = ACTIONS(273), + [sym_hex_literal] = ACTIONS(275), + [sym_bin_literal] = ACTIONS(275), + [anon_sym_true] = ACTIONS(277), + [anon_sym_false] = ACTIONS(277), + [anon_sym_SQUOTE] = ACTIONS(279), + [sym__backtick_identifier] = ACTIONS(281), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(615), + [sym__string_start] = ACTIONS(283), }, - [2296] = { - [sym__expression] = STATE(3975), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(2296), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [2344] = { + [sym__expression] = STATE(4392), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(377), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_fun] = ACTIONS(3094), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(845), - [sym_label] = ACTIONS(853), + [anon_sym_STAR] = ACTIONS(1065), + [sym_label] = ACTIONS(327), [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(2022), + [anon_sym_if] = ACTIONS(3096), [anon_sym_when] = ACTIONS(245), [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(2024), - [anon_sym_return] = ACTIONS(2026), + [anon_sym_throw] = ACTIONS(3098), + [anon_sym_return] = ACTIONS(3100), [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(855), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(327), + [anon_sym_DASH] = ACTIONS(327), + [anon_sym_PLUS_PLUS] = ACTIONS(329), + [anon_sym_DASH_DASH] = ACTIONS(329), + [anon_sym_BANG] = ACTIONS(329), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -278327,358 +283057,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [2297] = { - [sym__expression] = STATE(370), - [sym__unary_expression] = STATE(1053), - [sym_postfix_expression] = STATE(1053), - [sym_call_expression] = STATE(1053), - [sym_indexing_expression] = STATE(1053), - [sym_navigation_expression] = STATE(1053), - [sym_prefix_expression] = STATE(1053), - [sym_as_expression] = STATE(1053), - [sym_spread_expression] = STATE(1053), - [sym__binary_expression] = STATE(1053), - [sym_multiplicative_expression] = STATE(1053), - [sym_additive_expression] = STATE(1053), - [sym_range_expression] = STATE(1053), - [sym_infix_expression] = STATE(1053), - [sym_elvis_expression] = STATE(1053), - [sym_check_expression] = STATE(1053), - [sym_comparison_expression] = STATE(1053), - [sym_equality_expression] = STATE(1053), - [sym_conjunction_expression] = STATE(1053), - [sym_disjunction_expression] = STATE(1053), - [sym__primary_expression] = STATE(1053), - [sym_parenthesized_expression] = STATE(1053), - [sym_collection_literal] = STATE(1053), - [sym__literal_constant] = STATE(1053), - [sym_string_literal] = STATE(1053), - [sym_lambda_literal] = STATE(1053), - [sym_anonymous_function] = STATE(1053), - [sym__function_literal] = STATE(1053), - [sym_object_literal] = STATE(1053), - [sym_this_expression] = STATE(1053), - [sym_super_expression] = STATE(1053), - [sym_if_expression] = STATE(1053), - [sym_when_expression] = STATE(1053), - [sym_try_expression] = STATE(1053), - [sym_jump_expression] = STATE(1053), - [sym_callable_reference] = STATE(1053), - [sym__prefix_unary_operator] = STATE(2297), - [sym_annotation] = STATE(2297), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(1060), - [sym__return_at] = STATE(260), - [sym__continue_at] = STATE(1047), - [sym__break_at] = STATE(1047), - [sym_unsigned_literal] = STATE(1053), - [sym_long_literal] = STATE(1053), - [sym_boolean_literal] = STATE(1053), - [sym_character_literal] = STATE(1053), - [sym__lexical_identifier] = STATE(866), - [sym__alpha_identifier] = ACTIONS(413), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(415), - [anon_sym_LBRACE] = ACTIONS(1612), - [anon_sym_LPAREN] = ACTIONS(425), - [anon_sym_object] = ACTIONS(1614), - [anon_sym_fun] = ACTIONS(1616), - [anon_sym_get] = ACTIONS(413), - [anon_sym_set] = ACTIONS(413), - [anon_sym_this] = ACTIONS(437), - [anon_sym_super] = ACTIONS(439), - [anon_sym_STAR] = ACTIONS(1295), - [sym_label] = ACTIONS(467), - [anon_sym_null] = ACTIONS(1618), - [anon_sym_if] = ACTIONS(453), - [anon_sym_when] = ACTIONS(455), - [anon_sym_try] = ACTIONS(457), - [anon_sym_throw] = ACTIONS(459), - [anon_sym_return] = ACTIONS(461), - [anon_sym_continue] = ACTIONS(463), - [anon_sym_break] = ACTIONS(463), - [anon_sym_COLON_COLON] = ACTIONS(465), - [anon_sym_PLUS] = ACTIONS(467), - [anon_sym_DASH] = ACTIONS(467), - [anon_sym_PLUS_PLUS] = ACTIONS(469), - [anon_sym_DASH_DASH] = ACTIONS(469), - [anon_sym_BANG] = ACTIONS(469), - [anon_sym_data] = ACTIONS(413), - [anon_sym_inner] = ACTIONS(413), - [anon_sym_expect] = ACTIONS(413), - [anon_sym_actual] = ACTIONS(413), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(477), - [anon_sym_break_AT] = ACTIONS(479), - [sym_real_literal] = ACTIONS(1620), - [sym_integer_literal] = ACTIONS(483), - [sym_hex_literal] = ACTIONS(485), - [sym_bin_literal] = ACTIONS(485), - [anon_sym_true] = ACTIONS(487), - [anon_sym_false] = ACTIONS(487), - [anon_sym_SQUOTE] = ACTIONS(489), - [sym__backtick_identifier] = ACTIONS(491), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(493), - }, - [2298] = { - [sym__expression] = STATE(649), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(1620), - [sym_annotation] = STATE(1620), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(261), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), - [sym__alpha_identifier] = ACTIONS(537), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1626), - [anon_sym_get] = ACTIONS(537), - [anon_sym_set] = ACTIONS(537), - [anon_sym_this] = ACTIONS(561), - [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1279), - [sym_label] = ACTIONS(591), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(577), - [anon_sym_when] = ACTIONS(579), - [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(583), - [anon_sym_return] = ACTIONS(585), - [anon_sym_continue] = ACTIONS(587), - [anon_sym_break] = ACTIONS(587), - [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_PLUS_PLUS] = ACTIONS(593), - [anon_sym_DASH_DASH] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_data] = ACTIONS(537), - [anon_sym_inner] = ACTIONS(537), - [anon_sym_expect] = ACTIONS(537), - [anon_sym_actual] = ACTIONS(537), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(599), - [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), - [sym_integer_literal] = ACTIONS(605), - [sym_hex_literal] = ACTIONS(607), - [sym_bin_literal] = ACTIONS(607), - [anon_sym_true] = ACTIONS(609), - [anon_sym_false] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(611), - [sym__backtick_identifier] = ACTIONS(613), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(615), - }, - [2299] = { - [sym_type_constraints] = STATE(2432), - [sym_property_delegate] = STATE(2625), - [sym_getter] = STATE(3670), - [sym_setter] = STATE(3670), - [sym_modifiers] = STATE(8770), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3272), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3274), - [anon_sym_as] = ACTIONS(3272), - [anon_sym_EQ] = ACTIONS(5882), - [anon_sym_LBRACE] = ACTIONS(3274), - [anon_sym_RBRACE] = ACTIONS(3274), - [anon_sym_LPAREN] = ACTIONS(3274), - [anon_sym_by] = ACTIONS(5774), - [anon_sym_LT] = ACTIONS(3272), - [anon_sym_GT] = ACTIONS(3272), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(3272), - [anon_sym_SEMI] = ACTIONS(5884), - [anon_sym_get] = ACTIONS(5866), - [anon_sym_set] = ACTIONS(5868), - [anon_sym_STAR] = ACTIONS(3272), - [sym_label] = ACTIONS(3274), - [anon_sym_in] = ACTIONS(3272), - [anon_sym_DOT_DOT] = ACTIONS(3274), - [anon_sym_QMARK_COLON] = ACTIONS(3274), - [anon_sym_AMP_AMP] = ACTIONS(3274), - [anon_sym_PIPE_PIPE] = ACTIONS(3274), - [anon_sym_else] = ACTIONS(3272), - [anon_sym_COLON_COLON] = ACTIONS(3274), - [anon_sym_PLUS_EQ] = ACTIONS(3274), - [anon_sym_DASH_EQ] = ACTIONS(3274), - [anon_sym_STAR_EQ] = ACTIONS(3274), - [anon_sym_SLASH_EQ] = ACTIONS(3274), - [anon_sym_PERCENT_EQ] = ACTIONS(3274), - [anon_sym_BANG_EQ] = ACTIONS(3272), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3274), - [anon_sym_EQ_EQ] = ACTIONS(3272), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3274), - [anon_sym_LT_EQ] = ACTIONS(3274), - [anon_sym_GT_EQ] = ACTIONS(3274), - [anon_sym_BANGin] = ACTIONS(3274), - [anon_sym_is] = ACTIONS(3272), - [anon_sym_BANGis] = ACTIONS(3274), - [anon_sym_PLUS] = ACTIONS(3272), - [anon_sym_DASH] = ACTIONS(3272), - [anon_sym_SLASH] = ACTIONS(3272), - [anon_sym_PERCENT] = ACTIONS(3272), - [anon_sym_as_QMARK] = ACTIONS(3274), - [anon_sym_PLUS_PLUS] = ACTIONS(3274), - [anon_sym_DASH_DASH] = ACTIONS(3274), - [anon_sym_BANG_BANG] = ACTIONS(3274), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3274), - [sym__automatic_semicolon] = ACTIONS(3274), - [sym_safe_nav] = ACTIONS(3274), - [sym_multiline_comment] = ACTIONS(3), - }, - [2300] = { - [sym__expression] = STATE(1476), - [sym__unary_expression] = STATE(3391), - [sym_postfix_expression] = STATE(3391), - [sym_call_expression] = STATE(3391), - [sym_indexing_expression] = STATE(3391), - [sym_navigation_expression] = STATE(3391), - [sym_prefix_expression] = STATE(3391), - [sym_as_expression] = STATE(3391), - [sym_spread_expression] = STATE(3391), - [sym__binary_expression] = STATE(3391), - [sym_multiplicative_expression] = STATE(3391), - [sym_additive_expression] = STATE(3391), - [sym_range_expression] = STATE(3391), - [sym_infix_expression] = STATE(3391), - [sym_elvis_expression] = STATE(3391), - [sym_check_expression] = STATE(3391), - [sym_comparison_expression] = STATE(3391), - [sym_equality_expression] = STATE(3391), - [sym_conjunction_expression] = STATE(3391), - [sym_disjunction_expression] = STATE(3391), - [sym__primary_expression] = STATE(3391), - [sym_parenthesized_expression] = STATE(3391), - [sym_collection_literal] = STATE(3391), - [sym__literal_constant] = STATE(3391), - [sym_string_literal] = STATE(3391), - [sym_lambda_literal] = STATE(3391), - [sym_anonymous_function] = STATE(3391), - [sym__function_literal] = STATE(3391), - [sym_object_literal] = STATE(3391), - [sym_this_expression] = STATE(3391), - [sym_super_expression] = STATE(3391), - [sym_if_expression] = STATE(3391), - [sym_when_expression] = STATE(3391), - [sym_try_expression] = STATE(3391), - [sym_jump_expression] = STATE(3391), - [sym_callable_reference] = STATE(3391), - [sym__prefix_unary_operator] = STATE(2135), - [sym_annotation] = STATE(2135), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3384), + [2345] = { + [sym__expression] = STATE(1487), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(2339), + [sym_annotation] = STATE(2339), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), [sym__return_at] = STATE(265), - [sym__continue_at] = STATE(3403), - [sym__break_at] = STATE(3403), - [sym_unsigned_literal] = STATE(3391), - [sym_long_literal] = STATE(3391), - [sym_boolean_literal] = STATE(3391), - [sym_character_literal] = STATE(3391), - [sym__lexical_identifier] = STATE(2864), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), [sym__alpha_identifier] = ACTIONS(111), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(115), - [anon_sym_LBRACE] = ACTIONS(1596), + [anon_sym_LBRACE] = ACTIONS(1403), [anon_sym_LPAREN] = ACTIONS(129), - [anon_sym_object] = ACTIONS(1598), + [anon_sym_object] = ACTIONS(1405), [anon_sym_fun] = ACTIONS(1638), [anon_sym_get] = ACTIONS(111), [anon_sym_set] = ACTIONS(111), [anon_sym_this] = ACTIONS(141), [anon_sym_super] = ACTIONS(143), - [anon_sym_STAR] = ACTIONS(813), - [sym_label] = ACTIONS(823), - [anon_sym_null] = ACTIONS(1602), + [anon_sym_STAR] = ACTIONS(841), + [sym_label] = ACTIONS(851), + [anon_sym_null] = ACTIONS(1409), [anon_sym_if] = ACTIONS(1640), [anon_sym_when] = ACTIONS(159), [anon_sym_try] = ACTIONS(161), @@ -278687,11 +283129,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(167), [anon_sym_break] = ACTIONS(167), [anon_sym_COLON_COLON] = ACTIONS(169), - [anon_sym_PLUS] = ACTIONS(823), - [anon_sym_DASH] = ACTIONS(823), - [anon_sym_PLUS_PLUS] = ACTIONS(825), - [anon_sym_DASH_DASH] = ACTIONS(825), - [anon_sym_BANG] = ACTIONS(825), + [anon_sym_PLUS] = ACTIONS(851), + [anon_sym_DASH] = ACTIONS(851), + [anon_sym_PLUS_PLUS] = ACTIONS(853), + [anon_sym_DASH_DASH] = ACTIONS(853), + [anon_sym_BANG] = ACTIONS(853), [anon_sym_data] = ACTIONS(111), [anon_sym_inner] = ACTIONS(111), [anon_sym_expect] = ACTIONS(111), @@ -278700,7 +283142,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(179), [anon_sym_continue_AT] = ACTIONS(181), [anon_sym_break_AT] = ACTIONS(183), - [sym_real_literal] = ACTIONS(1604), + [sym_real_literal] = ACTIONS(1411), [sym_integer_literal] = ACTIONS(187), [sym_hex_literal] = ACTIONS(189), [sym_bin_literal] = ACTIONS(189), @@ -278711,567 +283153,87 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(197), }, - [2301] = { - [sym__expression] = STATE(2507), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(1643), - [sym_annotation] = STATE(1643), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(270), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), - [sym__alpha_identifier] = ACTIONS(537), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1678), - [anon_sym_get] = ACTIONS(537), - [anon_sym_set] = ACTIONS(537), - [anon_sym_this] = ACTIONS(561), - [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1021), - [sym_label] = ACTIONS(1029), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(1680), - [anon_sym_when] = ACTIONS(579), - [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(1682), - [anon_sym_return] = ACTIONS(1684), - [anon_sym_continue] = ACTIONS(587), - [anon_sym_break] = ACTIONS(587), - [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(1029), - [anon_sym_DASH] = ACTIONS(1029), - [anon_sym_PLUS_PLUS] = ACTIONS(1031), - [anon_sym_DASH_DASH] = ACTIONS(1031), - [anon_sym_BANG] = ACTIONS(1031), - [anon_sym_data] = ACTIONS(537), - [anon_sym_inner] = ACTIONS(537), - [anon_sym_expect] = ACTIONS(537), - [anon_sym_actual] = ACTIONS(537), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(599), - [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), - [sym_integer_literal] = ACTIONS(605), - [sym_hex_literal] = ACTIONS(607), - [sym_bin_literal] = ACTIONS(607), - [anon_sym_true] = ACTIONS(609), - [anon_sym_false] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(611), - [sym__backtick_identifier] = ACTIONS(613), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(615), - }, - [2302] = { - [sym__expression] = STATE(644), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(1620), - [sym_annotation] = STATE(1620), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(261), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), - [sym__alpha_identifier] = ACTIONS(537), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1626), - [anon_sym_get] = ACTIONS(537), - [anon_sym_set] = ACTIONS(537), - [anon_sym_this] = ACTIONS(561), - [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1279), - [sym_label] = ACTIONS(591), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(577), - [anon_sym_when] = ACTIONS(579), - [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(583), - [anon_sym_return] = ACTIONS(585), - [anon_sym_continue] = ACTIONS(587), - [anon_sym_break] = ACTIONS(587), - [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_PLUS_PLUS] = ACTIONS(593), - [anon_sym_DASH_DASH] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_data] = ACTIONS(537), - [anon_sym_inner] = ACTIONS(537), - [anon_sym_expect] = ACTIONS(537), - [anon_sym_actual] = ACTIONS(537), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(599), - [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), - [sym_integer_literal] = ACTIONS(605), - [sym_hex_literal] = ACTIONS(607), - [sym_bin_literal] = ACTIONS(607), - [anon_sym_true] = ACTIONS(609), - [anon_sym_false] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(611), - [sym__backtick_identifier] = ACTIONS(613), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(615), - }, - [2303] = { - [sym_type_constraints] = STATE(2424), - [sym_property_delegate] = STATE(2615), - [sym_getter] = STATE(3787), - [sym_setter] = STATE(3787), - [sym_modifiers] = STATE(8770), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_EQ] = ACTIONS(5886), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_by] = ACTIONS(5774), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(5888), - [anon_sym_get] = ACTIONS(5866), - [anon_sym_set] = ACTIONS(5868), - [anon_sym_STAR] = ACTIONS(3254), - [sym_label] = ACTIONS(3256), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_PLUS_EQ] = ACTIONS(3256), - [anon_sym_DASH_EQ] = ACTIONS(3256), - [anon_sym_STAR_EQ] = ACTIONS(3256), - [anon_sym_SLASH_EQ] = ACTIONS(3256), - [anon_sym_PERCENT_EQ] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3254), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG_BANG] = ACTIONS(3256), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3256), - [sym__automatic_semicolon] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), - [sym_multiline_comment] = ACTIONS(3), - }, - [2304] = { - [sym__expression] = STATE(3995), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(2296), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(845), - [sym_label] = ACTIONS(853), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(2022), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(2024), - [anon_sym_return] = ACTIONS(2026), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(855), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), - }, - [2305] = { - [sym__expression] = STATE(3958), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(2296), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(845), - [sym_label] = ACTIONS(853), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(2022), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(2024), - [anon_sym_return] = ACTIONS(2026), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(855), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), - }, - [2306] = { - [sym__expression] = STATE(3993), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(2296), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [2346] = { + [sym__expression] = STATE(4403), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(377), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_fun] = ACTIONS(3094), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(845), - [sym_label] = ACTIONS(853), + [anon_sym_STAR] = ACTIONS(1065), + [sym_label] = ACTIONS(327), [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(2022), + [anon_sym_if] = ACTIONS(3096), [anon_sym_when] = ACTIONS(245), [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(2024), - [anon_sym_return] = ACTIONS(2026), + [anon_sym_throw] = ACTIONS(3098), + [anon_sym_return] = ACTIONS(3100), [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(855), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(327), + [anon_sym_DASH] = ACTIONS(327), + [anon_sym_PLUS_PLUS] = ACTIONS(329), + [anon_sym_DASH_DASH] = ACTIONS(329), + [anon_sym_BANG] = ACTIONS(329), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -279287,87 +283249,87 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [2307] = { - [sym__expression] = STATE(3991), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(2296), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [2347] = { + [sym__expression] = STATE(4328), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(377), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_fun] = ACTIONS(3094), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(845), - [sym_label] = ACTIONS(853), + [anon_sym_STAR] = ACTIONS(1065), + [sym_label] = ACTIONS(327), [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(2022), + [anon_sym_if] = ACTIONS(3096), [anon_sym_when] = ACTIONS(245), [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(2024), - [anon_sym_return] = ACTIONS(2026), + [anon_sym_throw] = ACTIONS(3098), + [anon_sym_return] = ACTIONS(3100), [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(855), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(327), + [anon_sym_DASH] = ACTIONS(327), + [anon_sym_PLUS_PLUS] = ACTIONS(329), + [anon_sym_DASH_DASH] = ACTIONS(329), + [anon_sym_BANG] = ACTIONS(329), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -279383,279 +283345,279 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [2308] = { - [sym__expression] = STATE(3990), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(2296), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(845), - [sym_label] = ACTIONS(853), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(2022), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(2024), - [anon_sym_return] = ACTIONS(2026), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(855), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [2348] = { + [sym__expression] = STATE(467), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2340), + [sym_annotation] = STATE(2340), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(266), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), + [sym__alpha_identifier] = ACTIONS(537), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(539), + [anon_sym_LBRACE] = ACTIONS(1612), + [anon_sym_LPAREN] = ACTIONS(549), + [anon_sym_object] = ACTIONS(1614), + [anon_sym_fun] = ACTIONS(1646), + [anon_sym_get] = ACTIONS(537), + [anon_sym_set] = ACTIONS(537), + [anon_sym_this] = ACTIONS(561), + [anon_sym_super] = ACTIONS(563), + [anon_sym_STAR] = ACTIONS(905), + [sym_label] = ACTIONS(915), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(1648), + [anon_sym_when] = ACTIONS(579), + [anon_sym_try] = ACTIONS(581), + [anon_sym_throw] = ACTIONS(1650), + [anon_sym_return] = ACTIONS(1652), + [anon_sym_continue] = ACTIONS(587), + [anon_sym_break] = ACTIONS(587), + [anon_sym_COLON_COLON] = ACTIONS(589), + [anon_sym_PLUS] = ACTIONS(915), + [anon_sym_DASH] = ACTIONS(915), + [anon_sym_PLUS_PLUS] = ACTIONS(917), + [anon_sym_DASH_DASH] = ACTIONS(917), + [anon_sym_BANG] = ACTIONS(917), + [anon_sym_data] = ACTIONS(537), + [anon_sym_inner] = ACTIONS(537), + [anon_sym_expect] = ACTIONS(537), + [anon_sym_actual] = ACTIONS(537), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(599), + [anon_sym_break_AT] = ACTIONS(601), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(605), + [sym_hex_literal] = ACTIONS(607), + [sym_bin_literal] = ACTIONS(607), + [anon_sym_true] = ACTIONS(609), + [anon_sym_false] = ACTIONS(609), + [anon_sym_SQUOTE] = ACTIONS(611), + [sym__backtick_identifier] = ACTIONS(613), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), + [sym__string_start] = ACTIONS(615), }, - [2309] = { - [sym__expression] = STATE(3987), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(2296), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(845), - [sym_label] = ACTIONS(853), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(2022), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(2024), - [anon_sym_return] = ACTIONS(2026), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(855), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [2349] = { + [sym__expression] = STATE(1489), + [sym__unary_expression] = STATE(3393), + [sym_postfix_expression] = STATE(3393), + [sym_call_expression] = STATE(3393), + [sym_indexing_expression] = STATE(3393), + [sym_navigation_expression] = STATE(3393), + [sym_prefix_expression] = STATE(3393), + [sym_as_expression] = STATE(3393), + [sym_spread_expression] = STATE(3393), + [sym__binary_expression] = STATE(3393), + [sym_multiplicative_expression] = STATE(3393), + [sym_additive_expression] = STATE(3393), + [sym_range_expression] = STATE(3393), + [sym_infix_expression] = STATE(3393), + [sym_elvis_expression] = STATE(3393), + [sym_check_expression] = STATE(3393), + [sym_comparison_expression] = STATE(3393), + [sym_equality_expression] = STATE(3393), + [sym_conjunction_expression] = STATE(3393), + [sym_disjunction_expression] = STATE(3393), + [sym__primary_expression] = STATE(3393), + [sym_parenthesized_expression] = STATE(3393), + [sym_collection_literal] = STATE(3393), + [sym__literal_constant] = STATE(3393), + [sym_string_literal] = STATE(3393), + [sym_lambda_literal] = STATE(3393), + [sym_anonymous_function] = STATE(3393), + [sym__function_literal] = STATE(3393), + [sym_object_literal] = STATE(3393), + [sym_this_expression] = STATE(3393), + [sym_super_expression] = STATE(3393), + [sym_if_expression] = STATE(3393), + [sym_when_expression] = STATE(3393), + [sym_try_expression] = STATE(3393), + [sym_jump_expression] = STATE(3393), + [sym_callable_reference] = STATE(3393), + [sym__prefix_unary_operator] = STATE(2339), + [sym_annotation] = STATE(2339), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3390), + [sym__return_at] = STATE(265), + [sym__continue_at] = STATE(3401), + [sym__break_at] = STATE(3401), + [sym_unsigned_literal] = STATE(3393), + [sym_long_literal] = STATE(3393), + [sym_boolean_literal] = STATE(3393), + [sym_character_literal] = STATE(3393), + [sym__lexical_identifier] = STATE(2858), + [sym__alpha_identifier] = ACTIONS(111), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_LPAREN] = ACTIONS(129), + [anon_sym_object] = ACTIONS(1405), + [anon_sym_fun] = ACTIONS(1638), + [anon_sym_get] = ACTIONS(111), + [anon_sym_set] = ACTIONS(111), + [anon_sym_this] = ACTIONS(141), + [anon_sym_super] = ACTIONS(143), + [anon_sym_STAR] = ACTIONS(841), + [sym_label] = ACTIONS(851), + [anon_sym_null] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(1640), + [anon_sym_when] = ACTIONS(159), + [anon_sym_try] = ACTIONS(161), + [anon_sym_throw] = ACTIONS(1642), + [anon_sym_return] = ACTIONS(1644), + [anon_sym_continue] = ACTIONS(167), + [anon_sym_break] = ACTIONS(167), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_PLUS] = ACTIONS(851), + [anon_sym_DASH] = ACTIONS(851), + [anon_sym_PLUS_PLUS] = ACTIONS(853), + [anon_sym_DASH_DASH] = ACTIONS(853), + [anon_sym_BANG] = ACTIONS(853), + [anon_sym_data] = ACTIONS(111), + [anon_sym_inner] = ACTIONS(111), + [anon_sym_expect] = ACTIONS(111), + [anon_sym_actual] = ACTIONS(111), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(179), + [anon_sym_continue_AT] = ACTIONS(181), + [anon_sym_break_AT] = ACTIONS(183), + [sym_real_literal] = ACTIONS(1411), + [sym_integer_literal] = ACTIONS(187), + [sym_hex_literal] = ACTIONS(189), + [sym_bin_literal] = ACTIONS(189), + [anon_sym_true] = ACTIONS(191), + [anon_sym_false] = ACTIONS(191), + [anon_sym_SQUOTE] = ACTIONS(193), + [sym__backtick_identifier] = ACTIONS(195), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), + [sym__string_start] = ACTIONS(197), }, - [2310] = { - [sym__expression] = STATE(3994), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(2296), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [2350] = { + [sym__expression] = STATE(4342), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(377), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_fun] = ACTIONS(3094), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(845), - [sym_label] = ACTIONS(853), + [anon_sym_STAR] = ACTIONS(1065), + [sym_label] = ACTIONS(327), [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(2022), + [anon_sym_if] = ACTIONS(3096), [anon_sym_when] = ACTIONS(245), [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(2024), - [anon_sym_return] = ACTIONS(2026), + [anon_sym_throw] = ACTIONS(3098), + [anon_sym_return] = ACTIONS(3100), [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(855), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(327), + [anon_sym_DASH] = ACTIONS(327), + [anon_sym_PLUS_PLUS] = ACTIONS(329), + [anon_sym_DASH_DASH] = ACTIONS(329), + [anon_sym_BANG] = ACTIONS(329), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -279671,87 +283633,87 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [2311] = { - [sym__expression] = STATE(3986), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(2296), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [2351] = { + [sym__expression] = STATE(4323), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(377), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_fun] = ACTIONS(3094), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(845), - [sym_label] = ACTIONS(853), + [anon_sym_STAR] = ACTIONS(1065), + [sym_label] = ACTIONS(327), [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(2022), + [anon_sym_if] = ACTIONS(3096), [anon_sym_when] = ACTIONS(245), [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(2024), - [anon_sym_return] = ACTIONS(2026), + [anon_sym_throw] = ACTIONS(3098), + [anon_sym_return] = ACTIONS(3100), [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(855), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(327), + [anon_sym_DASH] = ACTIONS(327), + [anon_sym_PLUS_PLUS] = ACTIONS(329), + [anon_sym_DASH_DASH] = ACTIONS(329), + [anon_sym_BANG] = ACTIONS(329), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -279767,87 +283729,87 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [2312] = { - [sym__expression] = STATE(3982), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(2296), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [2352] = { + [sym__expression] = STATE(4320), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(377), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_fun] = ACTIONS(3094), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(845), - [sym_label] = ACTIONS(853), + [anon_sym_STAR] = ACTIONS(1065), + [sym_label] = ACTIONS(327), [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(2022), + [anon_sym_if] = ACTIONS(3096), [anon_sym_when] = ACTIONS(245), [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(2024), - [anon_sym_return] = ACTIONS(2026), + [anon_sym_throw] = ACTIONS(3098), + [anon_sym_return] = ACTIONS(3100), [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(855), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(327), + [anon_sym_DASH] = ACTIONS(327), + [anon_sym_PLUS_PLUS] = ACTIONS(329), + [anon_sym_DASH_DASH] = ACTIONS(329), + [anon_sym_BANG] = ACTIONS(329), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -279863,69 +283825,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [2313] = { - [sym__expression] = STATE(3980), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(2296), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [2353] = { + [sym__expression] = STATE(4224), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(1897), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(845), - [sym_label] = ACTIONS(853), + [anon_sym_STAR] = ACTIONS(813), + [sym_label] = ACTIONS(821), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(2022), [anon_sym_when] = ACTIONS(245), @@ -279935,111 +283897,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(855), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), - }, - [2314] = { - [sym__expression] = STATE(3829), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2343), - [sym_annotation] = STATE(2343), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(310), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(1940), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1231), - [sym_label] = ACTIONS(729), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(321), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(323), - [anon_sym_return] = ACTIONS(325), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(729), - [anon_sym_DASH] = ACTIONS(729), - [anon_sym_PLUS_PLUS] = ACTIONS(731), - [anon_sym_DASH_DASH] = ACTIONS(731), - [anon_sym_BANG] = ACTIONS(731), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(823), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -280055,92 +283921,92 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [2315] = { - [sym__expression] = STATE(641), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(1620), - [sym_annotation] = STATE(1620), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(261), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), + [2354] = { + [sym__expression] = STATE(292), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2198), + [sym_annotation] = STATE(2198), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(264), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), [sym__alpha_identifier] = ACTIONS(537), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LBRACE] = ACTIONS(1612), [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1626), + [anon_sym_object] = ACTIONS(1614), + [anon_sym_fun] = ACTIONS(1636), [anon_sym_get] = ACTIONS(537), [anon_sym_set] = ACTIONS(537), [anon_sym_this] = ACTIONS(561), [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1279), - [sym_label] = ACTIONS(591), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(577), + [anon_sym_STAR] = ACTIONS(1259), + [sym_label] = ACTIONS(645), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(639), [anon_sym_when] = ACTIONS(579), [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(583), - [anon_sym_return] = ACTIONS(585), + [anon_sym_throw] = ACTIONS(641), + [anon_sym_return] = ACTIONS(643), [anon_sym_continue] = ACTIONS(587), [anon_sym_break] = ACTIONS(587), [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_PLUS_PLUS] = ACTIONS(593), - [anon_sym_DASH_DASH] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), + [anon_sym_PLUS] = ACTIONS(645), + [anon_sym_DASH] = ACTIONS(645), + [anon_sym_PLUS_PLUS] = ACTIONS(647), + [anon_sym_DASH_DASH] = ACTIONS(647), + [anon_sym_BANG] = ACTIONS(647), [anon_sym_data] = ACTIONS(537), [anon_sym_inner] = ACTIONS(537), [anon_sym_expect] = ACTIONS(537), [anon_sym_actual] = ACTIONS(537), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), + [anon_sym_return_AT] = ACTIONS(517), [anon_sym_continue_AT] = ACTIONS(599), [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), + [sym_real_literal] = ACTIONS(1620), [sym_integer_literal] = ACTIONS(605), [sym_hex_literal] = ACTIONS(607), [sym_bin_literal] = ACTIONS(607), @@ -280151,260 +284017,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(615), }, - [2316] = { - [sym__expression] = STATE(3768), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2343), - [sym_annotation] = STATE(2343), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(310), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(1940), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1231), - [sym_label] = ACTIONS(729), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(321), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(323), - [anon_sym_return] = ACTIONS(325), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(729), - [anon_sym_DASH] = ACTIONS(729), - [anon_sym_PLUS_PLUS] = ACTIONS(731), - [anon_sym_DASH_DASH] = ACTIONS(731), - [anon_sym_BANG] = ACTIONS(731), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), - }, - [2317] = { - [sym__expression] = STATE(3804), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2343), - [sym_annotation] = STATE(2343), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(310), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(1940), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1231), - [sym_label] = ACTIONS(729), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(321), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(323), - [anon_sym_return] = ACTIONS(325), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(729), - [anon_sym_DASH] = ACTIONS(729), - [anon_sym_PLUS_PLUS] = ACTIONS(731), - [anon_sym_DASH_DASH] = ACTIONS(731), - [anon_sym_BANG] = ACTIONS(731), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), - }, - [2318] = { - [sym__expression] = STATE(4178), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2049), - [sym_annotation] = STATE(2049), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), + [2355] = { + [sym__expression] = STATE(4398), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), [sym__return_at] = STATE(377), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), [anon_sym_fun] = ACTIONS(3094), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1091), + [anon_sym_STAR] = ACTIONS(1065), [sym_label] = ACTIONS(327), [anon_sym_null] = ACTIONS(1860), [anon_sym_if] = ACTIONS(3096), @@ -280420,202 +284094,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(329), [anon_sym_DASH_DASH] = ACTIONS(329), [anon_sym_BANG] = ACTIONS(329), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), - }, - [2319] = { - [sym__expression] = STATE(3802), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2343), - [sym_annotation] = STATE(2343), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(310), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(1940), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1231), - [sym_label] = ACTIONS(729), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(321), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(323), - [anon_sym_return] = ACTIONS(325), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(729), - [anon_sym_DASH] = ACTIONS(729), - [anon_sym_PLUS_PLUS] = ACTIONS(731), - [anon_sym_DASH_DASH] = ACTIONS(731), - [anon_sym_BANG] = ACTIONS(731), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), - }, - [2320] = { - [sym__expression] = STATE(3797), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2343), - [sym_annotation] = STATE(2343), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(310), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(1940), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1231), - [sym_label] = ACTIONS(729), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(321), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(323), - [anon_sym_return] = ACTIONS(325), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(729), - [anon_sym_DASH] = ACTIONS(729), - [anon_sym_PLUS_PLUS] = ACTIONS(731), - [anon_sym_DASH_DASH] = ACTIONS(731), - [anon_sym_BANG] = ACTIONS(731), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -280631,279 +284113,183 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [2321] = { - [sym__expression] = STATE(3974), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2296), - [sym_annotation] = STATE(2296), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(331), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(2020), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(845), - [sym_label] = ACTIONS(853), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(2022), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(2024), - [anon_sym_return] = ACTIONS(2026), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(853), - [anon_sym_DASH] = ACTIONS(853), - [anon_sym_PLUS_PLUS] = ACTIONS(855), - [anon_sym_DASH_DASH] = ACTIONS(855), - [anon_sym_BANG] = ACTIONS(855), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), - }, - [2322] = { - [sym__expression] = STATE(3720), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2343), - [sym_annotation] = STATE(2343), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(310), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(1940), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1231), - [sym_label] = ACTIONS(729), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(321), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(323), - [anon_sym_return] = ACTIONS(325), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(729), - [anon_sym_DASH] = ACTIONS(729), - [anon_sym_PLUS_PLUS] = ACTIONS(731), - [anon_sym_DASH_DASH] = ACTIONS(731), - [anon_sym_BANG] = ACTIONS(731), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [2356] = { + [sym__expression] = STATE(327), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2117), + [sym_annotation] = STATE(2117), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(270), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), + [sym__alpha_identifier] = ACTIONS(537), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(539), + [anon_sym_LBRACE] = ACTIONS(1612), + [anon_sym_LPAREN] = ACTIONS(549), + [anon_sym_object] = ACTIONS(1614), + [anon_sym_fun] = ACTIONS(1678), + [anon_sym_get] = ACTIONS(537), + [anon_sym_set] = ACTIONS(537), + [anon_sym_this] = ACTIONS(561), + [anon_sym_super] = ACTIONS(563), + [anon_sym_STAR] = ACTIONS(995), + [sym_label] = ACTIONS(1003), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(1680), + [anon_sym_when] = ACTIONS(579), + [anon_sym_try] = ACTIONS(581), + [anon_sym_throw] = ACTIONS(1682), + [anon_sym_return] = ACTIONS(1684), + [anon_sym_continue] = ACTIONS(587), + [anon_sym_break] = ACTIONS(587), + [anon_sym_COLON_COLON] = ACTIONS(589), + [anon_sym_PLUS] = ACTIONS(1003), + [anon_sym_DASH] = ACTIONS(1003), + [anon_sym_PLUS_PLUS] = ACTIONS(1005), + [anon_sym_DASH_DASH] = ACTIONS(1005), + [anon_sym_BANG] = ACTIONS(1005), + [anon_sym_data] = ACTIONS(537), + [anon_sym_inner] = ACTIONS(537), + [anon_sym_expect] = ACTIONS(537), + [anon_sym_actual] = ACTIONS(537), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(599), + [anon_sym_break_AT] = ACTIONS(601), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(605), + [sym_hex_literal] = ACTIONS(607), + [sym_bin_literal] = ACTIONS(607), + [anon_sym_true] = ACTIONS(609), + [anon_sym_false] = ACTIONS(609), + [anon_sym_SQUOTE] = ACTIONS(611), + [sym__backtick_identifier] = ACTIONS(613), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), + [sym__string_start] = ACTIONS(615), }, - [2323] = { - [sym__expression] = STATE(3788), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2343), - [sym_annotation] = STATE(2343), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(310), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [2357] = { + [sym__expression] = STATE(4397), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(377), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(1940), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_fun] = ACTIONS(3094), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1231), - [sym_label] = ACTIONS(729), + [anon_sym_STAR] = ACTIONS(1065), + [sym_label] = ACTIONS(327), [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(321), + [anon_sym_if] = ACTIONS(3096), [anon_sym_when] = ACTIONS(245), [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(323), - [anon_sym_return] = ACTIONS(325), + [anon_sym_throw] = ACTIONS(3098), + [anon_sym_return] = ACTIONS(3100), [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(729), - [anon_sym_DASH] = ACTIONS(729), - [anon_sym_PLUS_PLUS] = ACTIONS(731), - [anon_sym_DASH_DASH] = ACTIONS(731), - [anon_sym_BANG] = ACTIONS(731), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(327), + [anon_sym_DASH] = ACTIONS(327), + [anon_sym_PLUS_PLUS] = ACTIONS(329), + [anon_sym_DASH_DASH] = ACTIONS(329), + [anon_sym_BANG] = ACTIONS(329), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -280919,188 +284305,92 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [2324] = { - [sym_indexing_suffix] = STATE(3339), - [sym_navigation_suffix] = STATE(3435), - [sym_call_suffix] = STATE(3432), - [sym_annotated_lambda] = STATE(3429), - [sym_type_arguments] = STATE(7512), - [sym_value_arguments] = STATE(2735), - [sym_lambda_literal] = STATE(3427), - [sym__equality_operator] = STATE(2092), - [sym__comparison_operator] = STATE(2093), - [sym__in_operator] = STATE(2094), - [sym__is_operator] = STATE(6217), - [sym__additive_operator] = STATE(2095), - [sym__multiplicative_operator] = STATE(2096), - [sym__as_operator] = STATE(6214), - [sym__postfix_unary_operator] = STATE(3426), - [sym__member_access_operator] = STATE(7360), - [sym_annotation] = STATE(7846), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2098), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7846), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(4523), - [anon_sym_as] = ACTIONS(4525), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_RBRACE] = ACTIONS(3051), - [anon_sym_LPAREN] = ACTIONS(4527), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(5784), - [anon_sym_object] = ACTIONS(3049), - [anon_sym_fun] = ACTIONS(3049), - [anon_sym_DOT] = ACTIONS(4531), - [anon_sym_SEMI] = ACTIONS(3051), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_this] = ACTIONS(3049), - [anon_sym_super] = ACTIONS(3049), - [anon_sym_STAR] = ACTIONS(5786), - [sym_label] = ACTIONS(4535), - [anon_sym_in] = ACTIONS(5788), - [anon_sym_DOT_DOT] = ACTIONS(5790), - [anon_sym_QMARK_COLON] = ACTIONS(5792), - [anon_sym_AMP_AMP] = ACTIONS(5794), - [anon_sym_PIPE_PIPE] = ACTIONS(5796), - [anon_sym_null] = ACTIONS(3049), - [anon_sym_if] = ACTIONS(3049), - [anon_sym_else] = ACTIONS(3049), - [anon_sym_when] = ACTIONS(3049), - [anon_sym_try] = ACTIONS(3049), - [anon_sym_throw] = ACTIONS(3049), - [anon_sym_return] = ACTIONS(3049), - [anon_sym_continue] = ACTIONS(3049), - [anon_sym_break] = ACTIONS(3049), - [anon_sym_COLON_COLON] = ACTIONS(4547), - [anon_sym_BANG_EQ] = ACTIONS(5798), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5800), - [anon_sym_EQ_EQ] = ACTIONS(5798), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5800), - [anon_sym_LT_EQ] = ACTIONS(5802), - [anon_sym_GT_EQ] = ACTIONS(5802), - [anon_sym_BANGin] = ACTIONS(5804), - [anon_sym_is] = ACTIONS(4557), - [anon_sym_BANGis] = ACTIONS(4559), - [anon_sym_PLUS] = ACTIONS(5806), - [anon_sym_DASH] = ACTIONS(5806), - [anon_sym_SLASH] = ACTIONS(5808), - [anon_sym_PERCENT] = ACTIONS(5786), - [anon_sym_as_QMARK] = ACTIONS(4563), - [anon_sym_PLUS_PLUS] = ACTIONS(4565), - [anon_sym_DASH_DASH] = ACTIONS(4565), - [anon_sym_BANG] = ACTIONS(3049), - [anon_sym_BANG_BANG] = ACTIONS(4565), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3051), - [anon_sym_continue_AT] = ACTIONS(3051), - [anon_sym_break_AT] = ACTIONS(3051), - [sym_real_literal] = ACTIONS(3051), - [sym_integer_literal] = ACTIONS(3049), - [sym_hex_literal] = ACTIONS(3051), - [sym_bin_literal] = ACTIONS(3051), - [anon_sym_true] = ACTIONS(3049), - [anon_sym_false] = ACTIONS(3049), - [anon_sym_SQUOTE] = ACTIONS(3051), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3051), - [sym_safe_nav] = ACTIONS(4547), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3051), - }, - [2325] = { - [sym__expression] = STATE(699), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(2081), - [sym_annotation] = STATE(2081), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(264), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), + [2358] = { + [sym__expression] = STATE(322), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2117), + [sym_annotation] = STATE(2117), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(270), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), [sym__alpha_identifier] = ACTIONS(537), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LBRACE] = ACTIONS(1612), [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1636), + [anon_sym_object] = ACTIONS(1614), + [anon_sym_fun] = ACTIONS(1678), [anon_sym_get] = ACTIONS(537), [anon_sym_set] = ACTIONS(537), [anon_sym_this] = ACTIONS(561), [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1329), - [sym_label] = ACTIONS(761), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(755), + [anon_sym_STAR] = ACTIONS(995), + [sym_label] = ACTIONS(1003), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(1680), [anon_sym_when] = ACTIONS(579), [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(757), - [anon_sym_return] = ACTIONS(759), + [anon_sym_throw] = ACTIONS(1682), + [anon_sym_return] = ACTIONS(1684), [anon_sym_continue] = ACTIONS(587), [anon_sym_break] = ACTIONS(587), [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(761), - [anon_sym_DASH] = ACTIONS(761), - [anon_sym_PLUS_PLUS] = ACTIONS(763), - [anon_sym_DASH_DASH] = ACTIONS(763), - [anon_sym_BANG] = ACTIONS(763), + [anon_sym_PLUS] = ACTIONS(1003), + [anon_sym_DASH] = ACTIONS(1003), + [anon_sym_PLUS_PLUS] = ACTIONS(1005), + [anon_sym_DASH_DASH] = ACTIONS(1005), + [anon_sym_BANG] = ACTIONS(1005), [anon_sym_data] = ACTIONS(537), [anon_sym_inner] = ACTIONS(537), [anon_sym_expect] = ACTIONS(537), [anon_sym_actual] = ACTIONS(537), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), + [anon_sym_return_AT] = ACTIONS(517), [anon_sym_continue_AT] = ACTIONS(599), [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), + [sym_real_literal] = ACTIONS(1620), [sym_integer_literal] = ACTIONS(605), [sym_hex_literal] = ACTIONS(607), [sym_bin_literal] = ACTIONS(607), @@ -281111,92 +284401,92 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(615), }, - [2326] = { - [sym__expression] = STATE(650), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(1620), - [sym_annotation] = STATE(1620), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(261), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), + [2359] = { + [sym__expression] = STATE(293), + [sym__unary_expression] = STATE(1108), + [sym_postfix_expression] = STATE(1108), + [sym_call_expression] = STATE(1108), + [sym_indexing_expression] = STATE(1108), + [sym_navigation_expression] = STATE(1108), + [sym_prefix_expression] = STATE(1108), + [sym_as_expression] = STATE(1108), + [sym_spread_expression] = STATE(1108), + [sym__binary_expression] = STATE(1108), + [sym_multiplicative_expression] = STATE(1108), + [sym_additive_expression] = STATE(1108), + [sym_range_expression] = STATE(1108), + [sym_infix_expression] = STATE(1108), + [sym_elvis_expression] = STATE(1108), + [sym_check_expression] = STATE(1108), + [sym_comparison_expression] = STATE(1108), + [sym_equality_expression] = STATE(1108), + [sym_conjunction_expression] = STATE(1108), + [sym_disjunction_expression] = STATE(1108), + [sym__primary_expression] = STATE(1108), + [sym_parenthesized_expression] = STATE(1108), + [sym_collection_literal] = STATE(1108), + [sym__literal_constant] = STATE(1108), + [sym_string_literal] = STATE(1108), + [sym_lambda_literal] = STATE(1108), + [sym_anonymous_function] = STATE(1108), + [sym__function_literal] = STATE(1108), + [sym_object_literal] = STATE(1108), + [sym_this_expression] = STATE(1108), + [sym_super_expression] = STATE(1108), + [sym_if_expression] = STATE(1108), + [sym_when_expression] = STATE(1108), + [sym_try_expression] = STATE(1108), + [sym_jump_expression] = STATE(1108), + [sym_callable_reference] = STATE(1108), + [sym__prefix_unary_operator] = STATE(2198), + [sym_annotation] = STATE(2198), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(1091), + [sym__return_at] = STATE(264), + [sym__continue_at] = STATE(1114), + [sym__break_at] = STATE(1114), + [sym_unsigned_literal] = STATE(1108), + [sym_long_literal] = STATE(1108), + [sym_boolean_literal] = STATE(1108), + [sym_character_literal] = STATE(1108), + [sym__lexical_identifier] = STATE(843), [sym__alpha_identifier] = ACTIONS(537), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LBRACE] = ACTIONS(1612), [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1626), + [anon_sym_object] = ACTIONS(1614), + [anon_sym_fun] = ACTIONS(1636), [anon_sym_get] = ACTIONS(537), [anon_sym_set] = ACTIONS(537), [anon_sym_this] = ACTIONS(561), [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1279), - [sym_label] = ACTIONS(591), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(577), + [anon_sym_STAR] = ACTIONS(1259), + [sym_label] = ACTIONS(645), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(639), [anon_sym_when] = ACTIONS(579), [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(583), - [anon_sym_return] = ACTIONS(585), + [anon_sym_throw] = ACTIONS(641), + [anon_sym_return] = ACTIONS(643), [anon_sym_continue] = ACTIONS(587), [anon_sym_break] = ACTIONS(587), [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_PLUS_PLUS] = ACTIONS(593), - [anon_sym_DASH_DASH] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), + [anon_sym_PLUS] = ACTIONS(645), + [anon_sym_DASH] = ACTIONS(645), + [anon_sym_PLUS_PLUS] = ACTIONS(647), + [anon_sym_DASH_DASH] = ACTIONS(647), + [anon_sym_BANG] = ACTIONS(647), [anon_sym_data] = ACTIONS(537), [anon_sym_inner] = ACTIONS(537), [anon_sym_expect] = ACTIONS(537), [anon_sym_actual] = ACTIONS(537), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), + [anon_sym_return_AT] = ACTIONS(517), [anon_sym_continue_AT] = ACTIONS(599), [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), + [sym_real_literal] = ACTIONS(1620), [sym_integer_literal] = ACTIONS(605), [sym_hex_literal] = ACTIONS(607), [sym_bin_literal] = ACTIONS(607), @@ -281207,87 +284497,87 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(615), }, - [2327] = { - [sym__expression] = STATE(3868), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2343), - [sym_annotation] = STATE(2343), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(310), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [2360] = { + [sym__expression] = STATE(4252), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1897), + [sym_annotation] = STATE(1897), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(331), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(1940), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_fun] = ACTIONS(2020), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1231), - [sym_label] = ACTIONS(729), + [anon_sym_STAR] = ACTIONS(813), + [sym_label] = ACTIONS(821), [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(321), + [anon_sym_if] = ACTIONS(2022), [anon_sym_when] = ACTIONS(245), [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(323), - [anon_sym_return] = ACTIONS(325), + [anon_sym_throw] = ACTIONS(2024), + [anon_sym_return] = ACTIONS(2026), [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(729), - [anon_sym_DASH] = ACTIONS(729), - [anon_sym_PLUS_PLUS] = ACTIONS(731), - [anon_sym_DASH_DASH] = ACTIONS(731), - [anon_sym_BANG] = ACTIONS(731), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(821), + [anon_sym_DASH] = ACTIONS(821), + [anon_sym_PLUS_PLUS] = ACTIONS(823), + [anon_sym_DASH_DASH] = ACTIONS(823), + [anon_sym_BANG] = ACTIONS(823), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -281303,83 +284593,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [2328] = { - [sym__expression] = STATE(4130), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4941), - [sym_parenthesized_expression] = STATE(4941), - [sym_collection_literal] = STATE(4941), - [sym__literal_constant] = STATE(4941), - [sym_string_literal] = STATE(4941), - [sym_lambda_literal] = STATE(4941), - [sym_anonymous_function] = STATE(4941), - [sym__function_literal] = STATE(4941), - [sym_object_literal] = STATE(4941), - [sym_this_expression] = STATE(4941), - [sym_super_expression] = STATE(4941), - [sym_if_expression] = STATE(4941), - [sym_when_expression] = STATE(4941), - [sym_try_expression] = STATE(4941), - [sym_jump_expression] = STATE(4941), - [sym_callable_reference] = STATE(4941), - [sym__prefix_unary_operator] = STATE(1611), - [sym_annotation] = STATE(1611), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5029), - [sym__return_at] = STATE(360), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4941), - [sym_long_literal] = STATE(4941), - [sym_boolean_literal] = STATE(4941), - [sym_character_literal] = STATE(4941), - [sym__lexical_identifier] = STATE(4529), + [2361] = { + [sym__expression] = STATE(3941), + [sym__unary_expression] = STATE(4931), + [sym_postfix_expression] = STATE(4931), + [sym_call_expression] = STATE(4931), + [sym_indexing_expression] = STATE(4931), + [sym_navigation_expression] = STATE(4931), + [sym_prefix_expression] = STATE(4931), + [sym_as_expression] = STATE(4931), + [sym_spread_expression] = STATE(4931), + [sym__binary_expression] = STATE(4931), + [sym_multiplicative_expression] = STATE(4931), + [sym_additive_expression] = STATE(4931), + [sym_range_expression] = STATE(4931), + [sym_infix_expression] = STATE(4931), + [sym_elvis_expression] = STATE(4931), + [sym_check_expression] = STATE(4931), + [sym_comparison_expression] = STATE(4931), + [sym_equality_expression] = STATE(4931), + [sym_conjunction_expression] = STATE(4931), + [sym_disjunction_expression] = STATE(4931), + [sym__primary_expression] = STATE(4931), + [sym_parenthesized_expression] = STATE(4931), + [sym_collection_literal] = STATE(4931), + [sym__literal_constant] = STATE(4931), + [sym_string_literal] = STATE(4931), + [sym_lambda_literal] = STATE(4931), + [sym_anonymous_function] = STATE(4931), + [sym__function_literal] = STATE(4931), + [sym_object_literal] = STATE(4931), + [sym_this_expression] = STATE(4931), + [sym_super_expression] = STATE(4931), + [sym_if_expression] = STATE(4931), + [sym_when_expression] = STATE(4931), + [sym_try_expression] = STATE(4931), + [sym_jump_expression] = STATE(4931), + [sym_callable_reference] = STATE(4931), + [sym__prefix_unary_operator] = STATE(1665), + [sym_annotation] = STATE(1665), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4928), + [sym__return_at] = STATE(314), + [sym__continue_at] = STATE(5060), + [sym__break_at] = STATE(5060), + [sym_unsigned_literal] = STATE(4931), + [sym_long_literal] = STATE(4931), + [sym_boolean_literal] = STATE(4931), + [sym_character_literal] = STATE(4931), + [sym__lexical_identifier] = STATE(4566), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(113), [anon_sym_LBRACK] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(25), [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1912), - [anon_sym_fun] = ACTIONS(3003), + [anon_sym_object] = ACTIONS(1902), + [anon_sym_fun] = ACTIONS(1982), [anon_sym_get] = ACTIONS(7), [anon_sym_set] = ACTIONS(7), [anon_sym_this] = ACTIONS(39), [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(873), - [sym_label] = ACTIONS(881), - [anon_sym_null] = ACTIONS(1916), - [anon_sym_if] = ACTIONS(3005), + [anon_sym_STAR] = ACTIONS(1243), + [sym_label] = ACTIONS(793), + [anon_sym_null] = ACTIONS(1906), + [anon_sym_if] = ACTIONS(55), [anon_sym_when] = ACTIONS(57), [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(3007), - [anon_sym_return] = ACTIONS(3009), + [anon_sym_throw] = ACTIONS(61), + [anon_sym_return] = ACTIONS(63), [anon_sym_continue] = ACTIONS(65), [anon_sym_break] = ACTIONS(65), [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(881), - [anon_sym_DASH] = ACTIONS(881), - [anon_sym_PLUS_PLUS] = ACTIONS(883), - [anon_sym_DASH_DASH] = ACTIONS(883), - [anon_sym_BANG] = ACTIONS(883), + [anon_sym_PLUS] = ACTIONS(793), + [anon_sym_DASH] = ACTIONS(793), + [anon_sym_PLUS_PLUS] = ACTIONS(795), + [anon_sym_DASH_DASH] = ACTIONS(795), + [anon_sym_BANG] = ACTIONS(795), [anon_sym_data] = ACTIONS(7), [anon_sym_inner] = ACTIONS(7), [anon_sym_expect] = ACTIONS(7), @@ -281388,7 +284678,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(93), [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(1918), + [sym_real_literal] = ACTIONS(1908), [sym_integer_literal] = ACTIONS(99), [sym_hex_literal] = ACTIONS(101), [sym_bin_literal] = ACTIONS(101), @@ -281399,183 +284689,183 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(109), }, - [2329] = { - [sym__expression] = STATE(3561), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4941), - [sym_parenthesized_expression] = STATE(4941), - [sym_collection_literal] = STATE(4941), - [sym__literal_constant] = STATE(4941), - [sym_string_literal] = STATE(4941), - [sym_lambda_literal] = STATE(4941), - [sym_anonymous_function] = STATE(4941), - [sym__function_literal] = STATE(4941), - [sym_object_literal] = STATE(4941), - [sym_this_expression] = STATE(4941), - [sym_super_expression] = STATE(4941), - [sym_if_expression] = STATE(4941), - [sym_when_expression] = STATE(4941), - [sym_try_expression] = STATE(4941), - [sym_jump_expression] = STATE(4941), - [sym_callable_reference] = STATE(4941), - [sym__prefix_unary_operator] = STATE(2214), - [sym_annotation] = STATE(2214), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5029), - [sym__return_at] = STATE(303), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4941), - [sym_long_literal] = STATE(4941), - [sym_boolean_literal] = STATE(4941), - [sym_character_literal] = STATE(4941), - [sym__lexical_identifier] = STATE(4529), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1912), - [anon_sym_fun] = ACTIONS(1914), - [anon_sym_get] = ACTIONS(7), - [anon_sym_set] = ACTIONS(7), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(1267), - [sym_label] = ACTIONS(531), - [anon_sym_null] = ACTIONS(1916), - [anon_sym_if] = ACTIONS(525), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(527), - [anon_sym_return] = ACTIONS(529), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_DASH] = ACTIONS(531), - [anon_sym_PLUS_PLUS] = ACTIONS(533), - [anon_sym_DASH_DASH] = ACTIONS(533), - [anon_sym_BANG] = ACTIONS(533), - [anon_sym_data] = ACTIONS(7), - [anon_sym_inner] = ACTIONS(7), - [anon_sym_expect] = ACTIONS(7), - [anon_sym_actual] = ACTIONS(7), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(1918), - [sym_integer_literal] = ACTIONS(99), - [sym_hex_literal] = ACTIONS(101), - [sym_bin_literal] = ACTIONS(101), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [anon_sym_SQUOTE] = ACTIONS(105), - [sym__backtick_identifier] = ACTIONS(107), + [2362] = { + [sym__expression] = STATE(2516), + [sym__unary_expression] = STATE(3819), + [sym_postfix_expression] = STATE(3819), + [sym_call_expression] = STATE(3819), + [sym_indexing_expression] = STATE(3819), + [sym_navigation_expression] = STATE(3819), + [sym_prefix_expression] = STATE(3819), + [sym_as_expression] = STATE(3819), + [sym_spread_expression] = STATE(3819), + [sym__binary_expression] = STATE(3819), + [sym_multiplicative_expression] = STATE(3819), + [sym_additive_expression] = STATE(3819), + [sym_range_expression] = STATE(3819), + [sym_infix_expression] = STATE(3819), + [sym_elvis_expression] = STATE(3819), + [sym_check_expression] = STATE(3819), + [sym_comparison_expression] = STATE(3819), + [sym_equality_expression] = STATE(3819), + [sym_conjunction_expression] = STATE(3819), + [sym_disjunction_expression] = STATE(3819), + [sym__primary_expression] = STATE(3819), + [sym_parenthesized_expression] = STATE(3819), + [sym_collection_literal] = STATE(3819), + [sym__literal_constant] = STATE(3819), + [sym_string_literal] = STATE(3819), + [sym_lambda_literal] = STATE(3819), + [sym_anonymous_function] = STATE(3819), + [sym__function_literal] = STATE(3819), + [sym_object_literal] = STATE(3819), + [sym_this_expression] = STATE(3819), + [sym_super_expression] = STATE(3819), + [sym_if_expression] = STATE(3819), + [sym_when_expression] = STATE(3819), + [sym_try_expression] = STATE(3819), + [sym_jump_expression] = STATE(3819), + [sym_callable_reference] = STATE(3819), + [sym__prefix_unary_operator] = STATE(2362), + [sym_annotation] = STATE(2362), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(3836), + [sym__return_at] = STATE(269), + [sym__continue_at] = STATE(3764), + [sym__break_at] = STATE(3764), + [sym_unsigned_literal] = STATE(3819), + [sym_long_literal] = STATE(3819), + [sym_boolean_literal] = STATE(3819), + [sym_character_literal] = STATE(3819), + [sym__lexical_identifier] = STATE(3382), + [sym__alpha_identifier] = ACTIONS(455), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(457), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_LPAREN] = ACTIONS(467), + [anon_sym_object] = ACTIONS(1624), + [anon_sym_fun] = ACTIONS(1670), + [anon_sym_get] = ACTIONS(455), + [anon_sym_set] = ACTIONS(455), + [anon_sym_this] = ACTIONS(479), + [anon_sym_super] = ACTIONS(481), + [anon_sym_STAR] = ACTIONS(1021), + [sym_label] = ACTIONS(1029), + [anon_sym_null] = ACTIONS(1628), + [anon_sym_if] = ACTIONS(1672), + [anon_sym_when] = ACTIONS(497), + [anon_sym_try] = ACTIONS(499), + [anon_sym_throw] = ACTIONS(1674), + [anon_sym_return] = ACTIONS(1676), + [anon_sym_continue] = ACTIONS(505), + [anon_sym_break] = ACTIONS(505), + [anon_sym_COLON_COLON] = ACTIONS(507), + [anon_sym_PLUS] = ACTIONS(1029), + [anon_sym_DASH] = ACTIONS(1029), + [anon_sym_PLUS_PLUS] = ACTIONS(1031), + [anon_sym_DASH_DASH] = ACTIONS(1031), + [anon_sym_BANG] = ACTIONS(1031), + [anon_sym_data] = ACTIONS(455), + [anon_sym_inner] = ACTIONS(455), + [anon_sym_expect] = ACTIONS(455), + [anon_sym_actual] = ACTIONS(455), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(517), + [anon_sym_continue_AT] = ACTIONS(519), + [anon_sym_break_AT] = ACTIONS(521), + [sym_real_literal] = ACTIONS(1630), + [sym_integer_literal] = ACTIONS(525), + [sym_hex_literal] = ACTIONS(527), + [sym_bin_literal] = ACTIONS(527), + [anon_sym_true] = ACTIONS(529), + [anon_sym_false] = ACTIONS(529), + [anon_sym_SQUOTE] = ACTIONS(531), + [sym__backtick_identifier] = ACTIONS(533), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(109), + [sym__string_start] = ACTIONS(535), }, - [2330] = { - [sym__expression] = STATE(3782), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2343), - [sym_annotation] = STATE(2343), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(310), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), + [2363] = { + [sym__expression] = STATE(4370), + [sym__unary_expression] = STATE(4606), + [sym_postfix_expression] = STATE(4606), + [sym_call_expression] = STATE(4606), + [sym_indexing_expression] = STATE(4606), + [sym_navigation_expression] = STATE(4606), + [sym_prefix_expression] = STATE(4606), + [sym_as_expression] = STATE(4606), + [sym_spread_expression] = STATE(4606), + [sym__binary_expression] = STATE(4606), + [sym_multiplicative_expression] = STATE(4606), + [sym_additive_expression] = STATE(4606), + [sym_range_expression] = STATE(4606), + [sym_infix_expression] = STATE(4606), + [sym_elvis_expression] = STATE(4606), + [sym_check_expression] = STATE(4606), + [sym_comparison_expression] = STATE(4606), + [sym_equality_expression] = STATE(4606), + [sym_conjunction_expression] = STATE(4606), + [sym_disjunction_expression] = STATE(4606), + [sym__primary_expression] = STATE(4606), + [sym_parenthesized_expression] = STATE(4606), + [sym_collection_literal] = STATE(4606), + [sym__literal_constant] = STATE(4606), + [sym_string_literal] = STATE(4606), + [sym_lambda_literal] = STATE(4606), + [sym_anonymous_function] = STATE(4606), + [sym__function_literal] = STATE(4606), + [sym_object_literal] = STATE(4606), + [sym_this_expression] = STATE(4606), + [sym_super_expression] = STATE(4606), + [sym_if_expression] = STATE(4606), + [sym_when_expression] = STATE(4606), + [sym_try_expression] = STATE(4606), + [sym_jump_expression] = STATE(4606), + [sym_callable_reference] = STATE(4606), + [sym__prefix_unary_operator] = STATE(1903), + [sym_annotation] = STATE(1903), + [sym__single_annotation] = STATE(3980), + [sym__multi_annotation] = STATE(3980), + [sym_simple_identifier] = STATE(4642), + [sym__return_at] = STATE(377), + [sym__continue_at] = STATE(4600), + [sym__break_at] = STATE(4600), + [sym_unsigned_literal] = STATE(4606), + [sym_long_literal] = STATE(4606), + [sym_boolean_literal] = STATE(4606), + [sym_character_literal] = STATE(4606), + [sym__lexical_identifier] = STATE(4461), + [sym__alpha_identifier] = ACTIONS(203), + [anon_sym_AT] = ACTIONS(113), + [anon_sym_LBRACK] = ACTIONS(205), [anon_sym_LBRACE] = ACTIONS(1854), [anon_sym_LPAREN] = ACTIONS(215), [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(1940), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), + [anon_sym_fun] = ACTIONS(3094), + [anon_sym_get] = ACTIONS(203), + [anon_sym_set] = ACTIONS(203), [anon_sym_this] = ACTIONS(227), [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1231), - [sym_label] = ACTIONS(729), + [anon_sym_STAR] = ACTIONS(1065), + [sym_label] = ACTIONS(327), [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(321), + [anon_sym_if] = ACTIONS(3096), [anon_sym_when] = ACTIONS(245), [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(323), - [anon_sym_return] = ACTIONS(325), + [anon_sym_throw] = ACTIONS(3098), + [anon_sym_return] = ACTIONS(3100), [anon_sym_continue] = ACTIONS(253), [anon_sym_break] = ACTIONS(253), [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(729), - [anon_sym_DASH] = ACTIONS(729), - [anon_sym_PLUS_PLUS] = ACTIONS(731), - [anon_sym_DASH_DASH] = ACTIONS(731), - [anon_sym_BANG] = ACTIONS(731), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(327), + [anon_sym_DASH] = ACTIONS(327), + [anon_sym_PLUS_PLUS] = ACTIONS(329), + [anon_sym_DASH_DASH] = ACTIONS(329), + [anon_sym_BANG] = ACTIONS(329), + [anon_sym_data] = ACTIONS(203), + [anon_sym_inner] = ACTIONS(203), + [anon_sym_expect] = ACTIONS(203), + [anon_sym_actual] = ACTIONS(203), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(265), [anon_sym_continue_AT] = ACTIONS(267), @@ -281591,3143 +284881,2067 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(283), }, - [2331] = { - [sym__expression] = STATE(3675), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2343), - [sym_annotation] = STATE(2343), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(310), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(1940), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1231), - [sym_label] = ACTIONS(729), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(321), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(323), - [anon_sym_return] = ACTIONS(325), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(729), - [anon_sym_DASH] = ACTIONS(729), - [anon_sym_PLUS_PLUS] = ACTIONS(731), - [anon_sym_DASH_DASH] = ACTIONS(731), - [anon_sym_BANG] = ACTIONS(731), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), + [2364] = { + [sym_indexing_suffix] = STATE(3424), + [sym_navigation_suffix] = STATE(3423), + [sym_call_suffix] = STATE(3420), + [sym_annotated_lambda] = STATE(3419), + [sym_type_arguments] = STATE(7492), + [sym_value_arguments] = STATE(2731), + [sym_lambda_literal] = STATE(3415), + [sym__equality_operator] = STATE(2108), + [sym__comparison_operator] = STATE(2109), + [sym__in_operator] = STATE(2110), + [sym__is_operator] = STATE(6160), + [sym__additive_operator] = STATE(2111), + [sym__multiplicative_operator] = STATE(2112), + [sym__as_operator] = STATE(6161), + [sym__postfix_unary_operator] = STATE(3414), + [sym__member_access_operator] = STATE(7370), + [sym_annotation] = STATE(7887), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2114), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7887), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(4543), + [anon_sym_as] = ACTIONS(4545), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_RBRACE] = ACTIONS(3061), + [anon_sym_LPAREN] = ACTIONS(4547), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(5834), + [anon_sym_object] = ACTIONS(3059), + [anon_sym_fun] = ACTIONS(3059), + [anon_sym_DOT] = ACTIONS(4551), + [anon_sym_SEMI] = ACTIONS(3061), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_this] = ACTIONS(3059), + [anon_sym_super] = ACTIONS(3059), + [anon_sym_STAR] = ACTIONS(5836), + [sym_label] = ACTIONS(4555), + [anon_sym_in] = ACTIONS(5838), + [anon_sym_DOT_DOT] = ACTIONS(5840), + [anon_sym_QMARK_COLON] = ACTIONS(5842), + [anon_sym_AMP_AMP] = ACTIONS(5844), + [anon_sym_PIPE_PIPE] = ACTIONS(5846), + [anon_sym_null] = ACTIONS(3059), + [anon_sym_if] = ACTIONS(3059), + [anon_sym_else] = ACTIONS(3059), + [anon_sym_when] = ACTIONS(3059), + [anon_sym_try] = ACTIONS(3059), + [anon_sym_throw] = ACTIONS(3059), + [anon_sym_return] = ACTIONS(3059), + [anon_sym_continue] = ACTIONS(3059), + [anon_sym_break] = ACTIONS(3059), + [anon_sym_COLON_COLON] = ACTIONS(4567), + [anon_sym_BANG_EQ] = ACTIONS(5848), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5850), + [anon_sym_EQ_EQ] = ACTIONS(5848), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5850), + [anon_sym_LT_EQ] = ACTIONS(5852), + [anon_sym_GT_EQ] = ACTIONS(5852), + [anon_sym_BANGin] = ACTIONS(5854), + [anon_sym_is] = ACTIONS(4577), + [anon_sym_BANGis] = ACTIONS(4579), + [anon_sym_PLUS] = ACTIONS(5856), + [anon_sym_DASH] = ACTIONS(5856), + [anon_sym_SLASH] = ACTIONS(5858), + [anon_sym_PERCENT] = ACTIONS(5836), + [anon_sym_as_QMARK] = ACTIONS(4583), + [anon_sym_PLUS_PLUS] = ACTIONS(4585), + [anon_sym_DASH_DASH] = ACTIONS(4585), + [anon_sym_BANG] = ACTIONS(3059), + [anon_sym_BANG_BANG] = ACTIONS(4585), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3061), + [anon_sym_continue_AT] = ACTIONS(3061), + [anon_sym_break_AT] = ACTIONS(3061), + [sym_real_literal] = ACTIONS(3061), + [sym_integer_literal] = ACTIONS(3059), + [sym_hex_literal] = ACTIONS(3061), + [sym_bin_literal] = ACTIONS(3061), + [anon_sym_true] = ACTIONS(3059), + [anon_sym_false] = ACTIONS(3059), + [anon_sym_SQUOTE] = ACTIONS(3061), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(3061), + [sym_safe_nav] = ACTIONS(4567), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), + [sym__string_start] = ACTIONS(3061), }, - [2332] = { - [sym__expression] = STATE(3679), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2343), - [sym_annotation] = STATE(2343), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(310), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(1940), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1231), - [sym_label] = ACTIONS(729), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(321), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(323), - [anon_sym_return] = ACTIONS(325), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(729), - [anon_sym_DASH] = ACTIONS(729), - [anon_sym_PLUS_PLUS] = ACTIONS(731), - [anon_sym_DASH_DASH] = ACTIONS(731), - [anon_sym_BANG] = ACTIONS(731), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [2365] = { + [sym_type_constraints] = STATE(2463), + [sym_property_delegate] = STATE(2675), + [sym_getter] = STATE(4567), + [sym_setter] = STATE(4567), + [sym_modifiers] = STATE(8791), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3230), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(3234), + [anon_sym_RBRACK] = ACTIONS(3234), + [anon_sym_as] = ACTIONS(3230), + [anon_sym_EQ] = ACTIONS(5898), + [anon_sym_LBRACE] = ACTIONS(3234), + [anon_sym_RBRACE] = ACTIONS(3234), + [anon_sym_LPAREN] = ACTIONS(3234), + [anon_sym_COMMA] = ACTIONS(3234), + [anon_sym_RPAREN] = ACTIONS(3234), + [anon_sym_by] = ACTIONS(5900), + [anon_sym_LT] = ACTIONS(3230), + [anon_sym_GT] = ACTIONS(3230), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(3230), + [anon_sym_SEMI] = ACTIONS(5902), + [anon_sym_get] = ACTIONS(5904), + [anon_sym_set] = ACTIONS(5906), + [anon_sym_STAR] = ACTIONS(3234), + [anon_sym_DASH_GT] = ACTIONS(3234), + [sym_label] = ACTIONS(3234), + [anon_sym_in] = ACTIONS(3230), + [anon_sym_while] = ACTIONS(3230), + [anon_sym_DOT_DOT] = ACTIONS(3234), + [anon_sym_QMARK_COLON] = ACTIONS(3234), + [anon_sym_AMP_AMP] = ACTIONS(3234), + [anon_sym_PIPE_PIPE] = ACTIONS(3234), + [anon_sym_else] = ACTIONS(3230), + [anon_sym_COLON_COLON] = ACTIONS(3234), + [anon_sym_BANG_EQ] = ACTIONS(3230), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3234), + [anon_sym_EQ_EQ] = ACTIONS(3230), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3234), + [anon_sym_LT_EQ] = ACTIONS(3234), + [anon_sym_GT_EQ] = ACTIONS(3234), + [anon_sym_BANGin] = ACTIONS(3234), + [anon_sym_is] = ACTIONS(3230), + [anon_sym_BANGis] = ACTIONS(3234), + [anon_sym_PLUS] = ACTIONS(3230), + [anon_sym_DASH] = ACTIONS(3230), + [anon_sym_SLASH] = ACTIONS(3230), + [anon_sym_PERCENT] = ACTIONS(3234), + [anon_sym_as_QMARK] = ACTIONS(3234), + [anon_sym_PLUS_PLUS] = ACTIONS(3234), + [anon_sym_DASH_DASH] = ACTIONS(3234), + [anon_sym_BANG_BANG] = ACTIONS(3234), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), + [sym__backtick_identifier] = ACTIONS(3234), + [sym_safe_nav] = ACTIONS(3234), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), }, - [2333] = { - [sym__expression] = STATE(4119), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4941), - [sym_parenthesized_expression] = STATE(4941), - [sym_collection_literal] = STATE(4941), - [sym__literal_constant] = STATE(4941), - [sym_string_literal] = STATE(4941), - [sym_lambda_literal] = STATE(4941), - [sym_anonymous_function] = STATE(4941), - [sym__function_literal] = STATE(4941), - [sym_object_literal] = STATE(4941), - [sym_this_expression] = STATE(4941), - [sym_super_expression] = STATE(4941), - [sym_if_expression] = STATE(4941), - [sym_when_expression] = STATE(4941), - [sym_try_expression] = STATE(4941), - [sym_jump_expression] = STATE(4941), - [sym_callable_reference] = STATE(4941), - [sym__prefix_unary_operator] = STATE(1611), - [sym_annotation] = STATE(1611), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5029), - [sym__return_at] = STATE(360), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4941), - [sym_long_literal] = STATE(4941), - [sym_boolean_literal] = STATE(4941), - [sym_character_literal] = STATE(4941), - [sym__lexical_identifier] = STATE(4529), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1912), - [anon_sym_fun] = ACTIONS(3003), - [anon_sym_get] = ACTIONS(7), - [anon_sym_set] = ACTIONS(7), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(873), - [sym_label] = ACTIONS(881), - [anon_sym_null] = ACTIONS(1916), - [anon_sym_if] = ACTIONS(3005), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(3007), - [anon_sym_return] = ACTIONS(3009), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(881), - [anon_sym_DASH] = ACTIONS(881), - [anon_sym_PLUS_PLUS] = ACTIONS(883), - [anon_sym_DASH_DASH] = ACTIONS(883), - [anon_sym_BANG] = ACTIONS(883), - [anon_sym_data] = ACTIONS(7), - [anon_sym_inner] = ACTIONS(7), - [anon_sym_expect] = ACTIONS(7), - [anon_sym_actual] = ACTIONS(7), + [2366] = { + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(2211), + [sym__comparison_operator] = STATE(2219), + [sym__in_operator] = STATE(2104), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(2248), + [sym__multiplicative_operator] = STATE(2250), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_annotation] = STATE(7883), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2251), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_RBRACE] = ACTIONS(3020), + [anon_sym_LPAREN] = ACTIONS(3572), + [anon_sym_COMMA] = ACTIONS(3020), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(4053), + [anon_sym_where] = ACTIONS(3018), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(3020), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(4061), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(4063), + [anon_sym_DOT_DOT] = ACTIONS(4065), + [anon_sym_QMARK_COLON] = ACTIONS(4067), + [anon_sym_AMP_AMP] = ACTIONS(4069), + [anon_sym_PIPE_PIPE] = ACTIONS(4071), + [anon_sym_else] = ACTIONS(3018), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_BANG_EQ] = ACTIONS(4073), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4075), + [anon_sym_EQ_EQ] = ACTIONS(4073), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4075), + [anon_sym_LT_EQ] = ACTIONS(4077), + [anon_sym_GT_EQ] = ACTIONS(4077), + [anon_sym_BANGin] = ACTIONS(4079), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), + [anon_sym_PLUS] = ACTIONS(4081), + [anon_sym_DASH] = ACTIONS(4081), + [anon_sym_SLASH] = ACTIONS(4083), + [anon_sym_PERCENT] = ACTIONS(4061), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), + [anon_sym_suspend] = ACTIONS(3018), + [anon_sym_sealed] = ACTIONS(3018), + [anon_sym_annotation] = ACTIONS(3018), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_override] = ACTIONS(3018), + [anon_sym_lateinit] = ACTIONS(3018), + [anon_sym_public] = ACTIONS(3018), + [anon_sym_private] = ACTIONS(3018), + [anon_sym_internal] = ACTIONS(3018), + [anon_sym_protected] = ACTIONS(3018), + [anon_sym_tailrec] = ACTIONS(3018), + [anon_sym_operator] = ACTIONS(3018), + [anon_sym_infix] = ACTIONS(3018), + [anon_sym_inline] = ACTIONS(3018), + [anon_sym_external] = ACTIONS(3018), + [sym_property_modifier] = ACTIONS(3018), + [anon_sym_abstract] = ACTIONS(3018), + [anon_sym_final] = ACTIONS(3018), + [anon_sym_open] = ACTIONS(3018), + [anon_sym_vararg] = ACTIONS(3018), + [anon_sym_noinline] = ACTIONS(3018), + [anon_sym_crossinline] = ACTIONS(3018), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(1918), - [sym_integer_literal] = ACTIONS(99), - [sym_hex_literal] = ACTIONS(101), - [sym_bin_literal] = ACTIONS(101), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [anon_sym_SQUOTE] = ACTIONS(105), - [sym__backtick_identifier] = ACTIONS(107), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(3020), + [sym_safe_nav] = ACTIONS(3598), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(109), }, - [2334] = { - [sym__expression] = STATE(4117), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4941), - [sym_parenthesized_expression] = STATE(4941), - [sym_collection_literal] = STATE(4941), - [sym__literal_constant] = STATE(4941), - [sym_string_literal] = STATE(4941), - [sym_lambda_literal] = STATE(4941), - [sym_anonymous_function] = STATE(4941), - [sym__function_literal] = STATE(4941), - [sym_object_literal] = STATE(4941), - [sym_this_expression] = STATE(4941), - [sym_super_expression] = STATE(4941), - [sym_if_expression] = STATE(4941), - [sym_when_expression] = STATE(4941), - [sym_try_expression] = STATE(4941), - [sym_jump_expression] = STATE(4941), - [sym_callable_reference] = STATE(4941), - [sym__prefix_unary_operator] = STATE(1611), - [sym_annotation] = STATE(1611), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5029), - [sym__return_at] = STATE(360), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4941), - [sym_long_literal] = STATE(4941), - [sym_boolean_literal] = STATE(4941), - [sym_character_literal] = STATE(4941), - [sym__lexical_identifier] = STATE(4529), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1912), - [anon_sym_fun] = ACTIONS(3003), - [anon_sym_get] = ACTIONS(7), - [anon_sym_set] = ACTIONS(7), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(873), - [sym_label] = ACTIONS(881), - [anon_sym_null] = ACTIONS(1916), - [anon_sym_if] = ACTIONS(3005), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(3007), - [anon_sym_return] = ACTIONS(3009), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(881), - [anon_sym_DASH] = ACTIONS(881), - [anon_sym_PLUS_PLUS] = ACTIONS(883), - [anon_sym_DASH_DASH] = ACTIONS(883), - [anon_sym_BANG] = ACTIONS(883), - [anon_sym_data] = ACTIONS(7), - [anon_sym_inner] = ACTIONS(7), - [anon_sym_expect] = ACTIONS(7), - [anon_sym_actual] = ACTIONS(7), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(1918), - [sym_integer_literal] = ACTIONS(99), - [sym_hex_literal] = ACTIONS(101), - [sym_bin_literal] = ACTIONS(101), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [anon_sym_SQUOTE] = ACTIONS(105), - [sym__backtick_identifier] = ACTIONS(107), + [2367] = { + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(2211), + [sym__comparison_operator] = STATE(2219), + [sym__in_operator] = STATE(2104), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(2248), + [sym__multiplicative_operator] = STATE(2250), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_annotation] = STATE(7883), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2251), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [sym__alpha_identifier] = ACTIONS(2992), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_RBRACE] = ACTIONS(2994), + [anon_sym_LPAREN] = ACTIONS(3572), + [anon_sym_COMMA] = ACTIONS(2994), + [anon_sym_LT] = ACTIONS(2996), + [anon_sym_GT] = ACTIONS(2992), + [anon_sym_where] = ACTIONS(2992), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(2994), + [anon_sym_get] = ACTIONS(2992), + [anon_sym_set] = ACTIONS(2992), + [anon_sym_STAR] = ACTIONS(4061), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(2992), + [anon_sym_DOT_DOT] = ACTIONS(4065), + [anon_sym_QMARK_COLON] = ACTIONS(2994), + [anon_sym_AMP_AMP] = ACTIONS(2994), + [anon_sym_PIPE_PIPE] = ACTIONS(2994), + [anon_sym_else] = ACTIONS(2992), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_BANG_EQ] = ACTIONS(2992), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2994), + [anon_sym_EQ_EQ] = ACTIONS(2992), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2994), + [anon_sym_LT_EQ] = ACTIONS(2994), + [anon_sym_GT_EQ] = ACTIONS(2994), + [anon_sym_BANGin] = ACTIONS(2994), + [anon_sym_is] = ACTIONS(2992), + [anon_sym_BANGis] = ACTIONS(2994), + [anon_sym_PLUS] = ACTIONS(4081), + [anon_sym_DASH] = ACTIONS(4081), + [anon_sym_SLASH] = ACTIONS(4083), + [anon_sym_PERCENT] = ACTIONS(4061), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), + [anon_sym_suspend] = ACTIONS(2992), + [anon_sym_sealed] = ACTIONS(2992), + [anon_sym_annotation] = ACTIONS(2992), + [anon_sym_data] = ACTIONS(2992), + [anon_sym_inner] = ACTIONS(2992), + [anon_sym_override] = ACTIONS(2992), + [anon_sym_lateinit] = ACTIONS(2992), + [anon_sym_public] = ACTIONS(2992), + [anon_sym_private] = ACTIONS(2992), + [anon_sym_internal] = ACTIONS(2992), + [anon_sym_protected] = ACTIONS(2992), + [anon_sym_tailrec] = ACTIONS(2992), + [anon_sym_operator] = ACTIONS(2992), + [anon_sym_infix] = ACTIONS(2992), + [anon_sym_inline] = ACTIONS(2992), + [anon_sym_external] = ACTIONS(2992), + [sym_property_modifier] = ACTIONS(2992), + [anon_sym_abstract] = ACTIONS(2992), + [anon_sym_final] = ACTIONS(2992), + [anon_sym_open] = ACTIONS(2992), + [anon_sym_vararg] = ACTIONS(2992), + [anon_sym_noinline] = ACTIONS(2992), + [anon_sym_crossinline] = ACTIONS(2992), + [anon_sym_expect] = ACTIONS(2992), + [anon_sym_actual] = ACTIONS(2992), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(2994), + [sym__automatic_semicolon] = ACTIONS(2994), + [sym_safe_nav] = ACTIONS(3598), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(109), }, - [2335] = { - [sym__expression] = STATE(3686), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2343), - [sym_annotation] = STATE(2343), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(310), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(1940), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1231), - [sym_label] = ACTIONS(729), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(321), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(323), - [anon_sym_return] = ACTIONS(325), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(729), - [anon_sym_DASH] = ACTIONS(729), - [anon_sym_PLUS_PLUS] = ACTIONS(731), - [anon_sym_DASH_DASH] = ACTIONS(731), - [anon_sym_BANG] = ACTIONS(731), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [2368] = { + [sym_type_constraints] = STATE(2489), + [sym_property_delegate] = STATE(2659), + [sym_getter] = STATE(3255), + [sym_setter] = STATE(3255), + [sym_modifiers] = STATE(8934), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_RBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_EQ] = ACTIONS(5908), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_COMMA] = ACTIONS(1786), + [anon_sym_RPAREN] = ACTIONS(1786), + [anon_sym_by] = ACTIONS(5900), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(3800), + [anon_sym_get] = ACTIONS(5910), + [anon_sym_set] = ACTIONS(5912), + [anon_sym_STAR] = ACTIONS(1786), + [anon_sym_DASH_GT] = ACTIONS(1786), + [sym_label] = ACTIONS(1786), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_while] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1786), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG_BANG] = ACTIONS(1786), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), + [sym__backtick_identifier] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), }, - [2336] = { - [sym__expression] = STATE(4133), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4941), - [sym_parenthesized_expression] = STATE(4941), - [sym_collection_literal] = STATE(4941), - [sym__literal_constant] = STATE(4941), - [sym_string_literal] = STATE(4941), - [sym_lambda_literal] = STATE(4941), - [sym_anonymous_function] = STATE(4941), - [sym__function_literal] = STATE(4941), - [sym_object_literal] = STATE(4941), - [sym_this_expression] = STATE(4941), - [sym_super_expression] = STATE(4941), - [sym_if_expression] = STATE(4941), - [sym_when_expression] = STATE(4941), - [sym_try_expression] = STATE(4941), - [sym_jump_expression] = STATE(4941), - [sym_callable_reference] = STATE(4941), - [sym__prefix_unary_operator] = STATE(1611), - [sym_annotation] = STATE(1611), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5029), - [sym__return_at] = STATE(360), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4941), - [sym_long_literal] = STATE(4941), - [sym_boolean_literal] = STATE(4941), - [sym_character_literal] = STATE(4941), - [sym__lexical_identifier] = STATE(4529), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1912), - [anon_sym_fun] = ACTIONS(3003), - [anon_sym_get] = ACTIONS(7), - [anon_sym_set] = ACTIONS(7), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(873), - [sym_label] = ACTIONS(881), - [anon_sym_null] = ACTIONS(1916), - [anon_sym_if] = ACTIONS(3005), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(3007), - [anon_sym_return] = ACTIONS(3009), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(881), - [anon_sym_DASH] = ACTIONS(881), - [anon_sym_PLUS_PLUS] = ACTIONS(883), - [anon_sym_DASH_DASH] = ACTIONS(883), - [anon_sym_BANG] = ACTIONS(883), - [anon_sym_data] = ACTIONS(7), - [anon_sym_inner] = ACTIONS(7), - [anon_sym_expect] = ACTIONS(7), - [anon_sym_actual] = ACTIONS(7), + [2369] = { + [sym__alpha_identifier] = ACTIONS(4961), + [anon_sym_AT] = ACTIONS(4963), + [anon_sym_LBRACK] = ACTIONS(4963), + [anon_sym_as] = ACTIONS(4961), + [anon_sym_LBRACE] = ACTIONS(4963), + [anon_sym_RBRACE] = ACTIONS(4963), + [anon_sym_LPAREN] = ACTIONS(5914), + [anon_sym_LT] = ACTIONS(4961), + [anon_sym_GT] = ACTIONS(4961), + [anon_sym_object] = ACTIONS(4961), + [anon_sym_fun] = ACTIONS(4961), + [anon_sym_DOT] = ACTIONS(4961), + [anon_sym_SEMI] = ACTIONS(4963), + [anon_sym_get] = ACTIONS(4961), + [anon_sym_set] = ACTIONS(4961), + [anon_sym_this] = ACTIONS(4961), + [anon_sym_super] = ACTIONS(4961), + [anon_sym_STAR] = ACTIONS(4963), + [sym_label] = ACTIONS(4961), + [anon_sym_in] = ACTIONS(4961), + [anon_sym_DOT_DOT] = ACTIONS(4963), + [anon_sym_QMARK_COLON] = ACTIONS(4963), + [anon_sym_AMP_AMP] = ACTIONS(4963), + [anon_sym_PIPE_PIPE] = ACTIONS(4963), + [anon_sym_null] = ACTIONS(4961), + [anon_sym_if] = ACTIONS(4961), + [anon_sym_else] = ACTIONS(4961), + [anon_sym_when] = ACTIONS(4961), + [anon_sym_try] = ACTIONS(4961), + [anon_sym_throw] = ACTIONS(4961), + [anon_sym_return] = ACTIONS(4961), + [anon_sym_continue] = ACTIONS(4961), + [anon_sym_break] = ACTIONS(4961), + [anon_sym_COLON_COLON] = ACTIONS(4963), + [anon_sym_BANG_EQ] = ACTIONS(4961), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4963), + [anon_sym_EQ_EQ] = ACTIONS(4961), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4963), + [anon_sym_LT_EQ] = ACTIONS(4963), + [anon_sym_GT_EQ] = ACTIONS(4963), + [anon_sym_BANGin] = ACTIONS(4963), + [anon_sym_is] = ACTIONS(4961), + [anon_sym_BANGis] = ACTIONS(4963), + [anon_sym_PLUS] = ACTIONS(4961), + [anon_sym_DASH] = ACTIONS(4961), + [anon_sym_SLASH] = ACTIONS(4961), + [anon_sym_PERCENT] = ACTIONS(4963), + [anon_sym_as_QMARK] = ACTIONS(4963), + [anon_sym_PLUS_PLUS] = ACTIONS(4963), + [anon_sym_DASH_DASH] = ACTIONS(4963), + [anon_sym_BANG] = ACTIONS(4961), + [anon_sym_BANG_BANG] = ACTIONS(4963), + [anon_sym_suspend] = ACTIONS(4961), + [anon_sym_sealed] = ACTIONS(4961), + [anon_sym_annotation] = ACTIONS(4961), + [anon_sym_data] = ACTIONS(4961), + [anon_sym_inner] = ACTIONS(4961), + [anon_sym_override] = ACTIONS(4961), + [anon_sym_lateinit] = ACTIONS(4961), + [anon_sym_public] = ACTIONS(4961), + [anon_sym_private] = ACTIONS(4961), + [anon_sym_internal] = ACTIONS(4961), + [anon_sym_protected] = ACTIONS(4961), + [anon_sym_tailrec] = ACTIONS(4961), + [anon_sym_operator] = ACTIONS(4961), + [anon_sym_infix] = ACTIONS(4961), + [anon_sym_inline] = ACTIONS(4961), + [anon_sym_external] = ACTIONS(4961), + [sym_property_modifier] = ACTIONS(4961), + [anon_sym_abstract] = ACTIONS(4961), + [anon_sym_final] = ACTIONS(4961), + [anon_sym_open] = ACTIONS(4961), + [anon_sym_vararg] = ACTIONS(4961), + [anon_sym_noinline] = ACTIONS(4961), + [anon_sym_crossinline] = ACTIONS(4961), + [anon_sym_expect] = ACTIONS(4961), + [anon_sym_actual] = ACTIONS(4961), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4963), + [anon_sym_continue_AT] = ACTIONS(4963), + [anon_sym_break_AT] = ACTIONS(4963), + [sym_real_literal] = ACTIONS(4963), + [sym_integer_literal] = ACTIONS(4961), + [sym_hex_literal] = ACTIONS(4963), + [sym_bin_literal] = ACTIONS(4963), + [anon_sym_true] = ACTIONS(4961), + [anon_sym_false] = ACTIONS(4961), + [anon_sym_SQUOTE] = ACTIONS(4963), + [sym__backtick_identifier] = ACTIONS(4963), + [sym__automatic_semicolon] = ACTIONS(4963), + [sym_safe_nav] = ACTIONS(4963), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4963), + }, + [2370] = { + [sym_type_constraints] = STATE(2432), + [sym_property_delegate] = STATE(2641), + [sym_getter] = STATE(4659), + [sym_setter] = STATE(4659), + [sym_modifiers] = STATE(8791), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1752), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1754), + [anon_sym_RBRACK] = ACTIONS(1754), + [anon_sym_as] = ACTIONS(1752), + [anon_sym_EQ] = ACTIONS(5916), + [anon_sym_LBRACE] = ACTIONS(1754), + [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_LPAREN] = ACTIONS(1754), + [anon_sym_COMMA] = ACTIONS(1754), + [anon_sym_RPAREN] = ACTIONS(1754), + [anon_sym_by] = ACTIONS(5900), + [anon_sym_LT] = ACTIONS(1752), + [anon_sym_GT] = ACTIONS(1752), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(1752), + [anon_sym_SEMI] = ACTIONS(3794), + [anon_sym_get] = ACTIONS(5904), + [anon_sym_set] = ACTIONS(5906), + [anon_sym_STAR] = ACTIONS(1754), + [anon_sym_DASH_GT] = ACTIONS(1754), + [sym_label] = ACTIONS(1754), + [anon_sym_in] = ACTIONS(1752), + [anon_sym_while] = ACTIONS(1752), + [anon_sym_DOT_DOT] = ACTIONS(1754), + [anon_sym_QMARK_COLON] = ACTIONS(1754), + [anon_sym_AMP_AMP] = ACTIONS(1754), + [anon_sym_PIPE_PIPE] = ACTIONS(1754), + [anon_sym_else] = ACTIONS(1752), + [anon_sym_COLON_COLON] = ACTIONS(1754), + [anon_sym_BANG_EQ] = ACTIONS(1752), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), + [anon_sym_EQ_EQ] = ACTIONS(1752), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), + [anon_sym_LT_EQ] = ACTIONS(1754), + [anon_sym_GT_EQ] = ACTIONS(1754), + [anon_sym_BANGin] = ACTIONS(1754), + [anon_sym_is] = ACTIONS(1752), + [anon_sym_BANGis] = ACTIONS(1754), + [anon_sym_PLUS] = ACTIONS(1752), + [anon_sym_DASH] = ACTIONS(1752), + [anon_sym_SLASH] = ACTIONS(1752), + [anon_sym_PERCENT] = ACTIONS(1754), + [anon_sym_as_QMARK] = ACTIONS(1754), + [anon_sym_PLUS_PLUS] = ACTIONS(1754), + [anon_sym_DASH_DASH] = ACTIONS(1754), + [anon_sym_BANG_BANG] = ACTIONS(1754), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(1918), - [sym_integer_literal] = ACTIONS(99), - [sym_hex_literal] = ACTIONS(101), - [sym_bin_literal] = ACTIONS(101), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [anon_sym_SQUOTE] = ACTIONS(105), - [sym__backtick_identifier] = ACTIONS(107), + [sym__backtick_identifier] = ACTIONS(1754), + [sym_safe_nav] = ACTIONS(1754), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(109), }, - [2337] = { - [sym__expression] = STATE(4139), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4941), - [sym_parenthesized_expression] = STATE(4941), - [sym_collection_literal] = STATE(4941), - [sym__literal_constant] = STATE(4941), - [sym_string_literal] = STATE(4941), - [sym_lambda_literal] = STATE(4941), - [sym_anonymous_function] = STATE(4941), - [sym__function_literal] = STATE(4941), - [sym_object_literal] = STATE(4941), - [sym_this_expression] = STATE(4941), - [sym_super_expression] = STATE(4941), - [sym_if_expression] = STATE(4941), - [sym_when_expression] = STATE(4941), - [sym_try_expression] = STATE(4941), - [sym_jump_expression] = STATE(4941), - [sym_callable_reference] = STATE(4941), - [sym__prefix_unary_operator] = STATE(1611), - [sym_annotation] = STATE(1611), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5029), - [sym__return_at] = STATE(360), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4941), - [sym_long_literal] = STATE(4941), - [sym_boolean_literal] = STATE(4941), - [sym_character_literal] = STATE(4941), - [sym__lexical_identifier] = STATE(4529), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1912), - [anon_sym_fun] = ACTIONS(3003), - [anon_sym_get] = ACTIONS(7), - [anon_sym_set] = ACTIONS(7), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(873), - [sym_label] = ACTIONS(881), - [anon_sym_null] = ACTIONS(1916), - [anon_sym_if] = ACTIONS(3005), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(3007), - [anon_sym_return] = ACTIONS(3009), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(881), - [anon_sym_DASH] = ACTIONS(881), - [anon_sym_PLUS_PLUS] = ACTIONS(883), - [anon_sym_DASH_DASH] = ACTIONS(883), - [anon_sym_BANG] = ACTIONS(883), - [anon_sym_data] = ACTIONS(7), - [anon_sym_inner] = ACTIONS(7), - [anon_sym_expect] = ACTIONS(7), - [anon_sym_actual] = ACTIONS(7), + [2371] = { + [sym__alpha_identifier] = ACTIONS(4955), + [anon_sym_AT] = ACTIONS(4957), + [anon_sym_LBRACK] = ACTIONS(4957), + [anon_sym_as] = ACTIONS(4955), + [anon_sym_LBRACE] = ACTIONS(4957), + [anon_sym_RBRACE] = ACTIONS(4957), + [anon_sym_LPAREN] = ACTIONS(5918), + [anon_sym_LT] = ACTIONS(4955), + [anon_sym_GT] = ACTIONS(4955), + [anon_sym_object] = ACTIONS(4955), + [anon_sym_fun] = ACTIONS(4955), + [anon_sym_DOT] = ACTIONS(4955), + [anon_sym_SEMI] = ACTIONS(4957), + [anon_sym_get] = ACTIONS(4955), + [anon_sym_set] = ACTIONS(4955), + [anon_sym_this] = ACTIONS(4955), + [anon_sym_super] = ACTIONS(4955), + [anon_sym_STAR] = ACTIONS(4957), + [sym_label] = ACTIONS(4955), + [anon_sym_in] = ACTIONS(4955), + [anon_sym_DOT_DOT] = ACTIONS(4957), + [anon_sym_QMARK_COLON] = ACTIONS(4957), + [anon_sym_AMP_AMP] = ACTIONS(4957), + [anon_sym_PIPE_PIPE] = ACTIONS(4957), + [anon_sym_null] = ACTIONS(4955), + [anon_sym_if] = ACTIONS(4955), + [anon_sym_else] = ACTIONS(4955), + [anon_sym_when] = ACTIONS(4955), + [anon_sym_try] = ACTIONS(4955), + [anon_sym_throw] = ACTIONS(4955), + [anon_sym_return] = ACTIONS(4955), + [anon_sym_continue] = ACTIONS(4955), + [anon_sym_break] = ACTIONS(4955), + [anon_sym_COLON_COLON] = ACTIONS(4957), + [anon_sym_BANG_EQ] = ACTIONS(4955), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4957), + [anon_sym_EQ_EQ] = ACTIONS(4955), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4957), + [anon_sym_LT_EQ] = ACTIONS(4957), + [anon_sym_GT_EQ] = ACTIONS(4957), + [anon_sym_BANGin] = ACTIONS(4957), + [anon_sym_is] = ACTIONS(4955), + [anon_sym_BANGis] = ACTIONS(4957), + [anon_sym_PLUS] = ACTIONS(4955), + [anon_sym_DASH] = ACTIONS(4955), + [anon_sym_SLASH] = ACTIONS(4955), + [anon_sym_PERCENT] = ACTIONS(4957), + [anon_sym_as_QMARK] = ACTIONS(4957), + [anon_sym_PLUS_PLUS] = ACTIONS(4957), + [anon_sym_DASH_DASH] = ACTIONS(4957), + [anon_sym_BANG] = ACTIONS(4955), + [anon_sym_BANG_BANG] = ACTIONS(4957), + [anon_sym_suspend] = ACTIONS(4955), + [anon_sym_sealed] = ACTIONS(4955), + [anon_sym_annotation] = ACTIONS(4955), + [anon_sym_data] = ACTIONS(4955), + [anon_sym_inner] = ACTIONS(4955), + [anon_sym_override] = ACTIONS(4955), + [anon_sym_lateinit] = ACTIONS(4955), + [anon_sym_public] = ACTIONS(4955), + [anon_sym_private] = ACTIONS(4955), + [anon_sym_internal] = ACTIONS(4955), + [anon_sym_protected] = ACTIONS(4955), + [anon_sym_tailrec] = ACTIONS(4955), + [anon_sym_operator] = ACTIONS(4955), + [anon_sym_infix] = ACTIONS(4955), + [anon_sym_inline] = ACTIONS(4955), + [anon_sym_external] = ACTIONS(4955), + [sym_property_modifier] = ACTIONS(4955), + [anon_sym_abstract] = ACTIONS(4955), + [anon_sym_final] = ACTIONS(4955), + [anon_sym_open] = ACTIONS(4955), + [anon_sym_vararg] = ACTIONS(4955), + [anon_sym_noinline] = ACTIONS(4955), + [anon_sym_crossinline] = ACTIONS(4955), + [anon_sym_expect] = ACTIONS(4955), + [anon_sym_actual] = ACTIONS(4955), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(1918), - [sym_integer_literal] = ACTIONS(99), - [sym_hex_literal] = ACTIONS(101), - [sym_bin_literal] = ACTIONS(101), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [anon_sym_SQUOTE] = ACTIONS(105), - [sym__backtick_identifier] = ACTIONS(107), + [anon_sym_return_AT] = ACTIONS(4957), + [anon_sym_continue_AT] = ACTIONS(4957), + [anon_sym_break_AT] = ACTIONS(4957), + [sym_real_literal] = ACTIONS(4957), + [sym_integer_literal] = ACTIONS(4955), + [sym_hex_literal] = ACTIONS(4957), + [sym_bin_literal] = ACTIONS(4957), + [anon_sym_true] = ACTIONS(4955), + [anon_sym_false] = ACTIONS(4955), + [anon_sym_SQUOTE] = ACTIONS(4957), + [sym__backtick_identifier] = ACTIONS(4957), + [sym__automatic_semicolon] = ACTIONS(4957), + [sym_safe_nav] = ACTIONS(4957), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(109), + [sym__string_start] = ACTIONS(4957), }, - [2338] = { - [sym__expression] = STATE(4125), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4941), - [sym_parenthesized_expression] = STATE(4941), - [sym_collection_literal] = STATE(4941), - [sym__literal_constant] = STATE(4941), - [sym_string_literal] = STATE(4941), - [sym_lambda_literal] = STATE(4941), - [sym_anonymous_function] = STATE(4941), - [sym__function_literal] = STATE(4941), - [sym_object_literal] = STATE(4941), - [sym_this_expression] = STATE(4941), - [sym_super_expression] = STATE(4941), - [sym_if_expression] = STATE(4941), - [sym_when_expression] = STATE(4941), - [sym_try_expression] = STATE(4941), - [sym_jump_expression] = STATE(4941), - [sym_callable_reference] = STATE(4941), - [sym__prefix_unary_operator] = STATE(1611), - [sym_annotation] = STATE(1611), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5029), - [sym__return_at] = STATE(360), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4941), - [sym_long_literal] = STATE(4941), - [sym_boolean_literal] = STATE(4941), - [sym_character_literal] = STATE(4941), - [sym__lexical_identifier] = STATE(4529), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1912), - [anon_sym_fun] = ACTIONS(3003), - [anon_sym_get] = ACTIONS(7), - [anon_sym_set] = ACTIONS(7), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(873), - [sym_label] = ACTIONS(881), - [anon_sym_null] = ACTIONS(1916), - [anon_sym_if] = ACTIONS(3005), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(3007), - [anon_sym_return] = ACTIONS(3009), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(881), - [anon_sym_DASH] = ACTIONS(881), - [anon_sym_PLUS_PLUS] = ACTIONS(883), - [anon_sym_DASH_DASH] = ACTIONS(883), - [anon_sym_BANG] = ACTIONS(883), - [anon_sym_data] = ACTIONS(7), - [anon_sym_inner] = ACTIONS(7), - [anon_sym_expect] = ACTIONS(7), - [anon_sym_actual] = ACTIONS(7), + [2372] = { + [sym__alpha_identifier] = ACTIONS(4150), + [anon_sym_AT] = ACTIONS(4148), + [anon_sym_LBRACK] = ACTIONS(4148), + [anon_sym_as] = ACTIONS(4150), + [anon_sym_LBRACE] = ACTIONS(4148), + [anon_sym_RBRACE] = ACTIONS(4148), + [anon_sym_LPAREN] = ACTIONS(5920), + [anon_sym_LT] = ACTIONS(4150), + [anon_sym_GT] = ACTIONS(4150), + [anon_sym_object] = ACTIONS(4150), + [anon_sym_fun] = ACTIONS(4150), + [anon_sym_DOT] = ACTIONS(4150), + [anon_sym_SEMI] = ACTIONS(4148), + [anon_sym_get] = ACTIONS(4150), + [anon_sym_set] = ACTIONS(4150), + [anon_sym_this] = ACTIONS(4150), + [anon_sym_super] = ACTIONS(4150), + [anon_sym_STAR] = ACTIONS(4148), + [sym_label] = ACTIONS(4150), + [anon_sym_in] = ACTIONS(4150), + [anon_sym_DOT_DOT] = ACTIONS(4148), + [anon_sym_QMARK_COLON] = ACTIONS(4148), + [anon_sym_AMP_AMP] = ACTIONS(4148), + [anon_sym_PIPE_PIPE] = ACTIONS(4148), + [anon_sym_null] = ACTIONS(4150), + [anon_sym_if] = ACTIONS(4150), + [anon_sym_else] = ACTIONS(4150), + [anon_sym_when] = ACTIONS(4150), + [anon_sym_try] = ACTIONS(4150), + [anon_sym_throw] = ACTIONS(4150), + [anon_sym_return] = ACTIONS(4150), + [anon_sym_continue] = ACTIONS(4150), + [anon_sym_break] = ACTIONS(4150), + [anon_sym_COLON_COLON] = ACTIONS(4148), + [anon_sym_BANG_EQ] = ACTIONS(4150), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4148), + [anon_sym_EQ_EQ] = ACTIONS(4150), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4148), + [anon_sym_LT_EQ] = ACTIONS(4148), + [anon_sym_GT_EQ] = ACTIONS(4148), + [anon_sym_BANGin] = ACTIONS(4148), + [anon_sym_is] = ACTIONS(4150), + [anon_sym_BANGis] = ACTIONS(4148), + [anon_sym_PLUS] = ACTIONS(4150), + [anon_sym_DASH] = ACTIONS(4150), + [anon_sym_SLASH] = ACTIONS(4150), + [anon_sym_PERCENT] = ACTIONS(4148), + [anon_sym_as_QMARK] = ACTIONS(4148), + [anon_sym_PLUS_PLUS] = ACTIONS(4148), + [anon_sym_DASH_DASH] = ACTIONS(4148), + [anon_sym_BANG] = ACTIONS(4150), + [anon_sym_BANG_BANG] = ACTIONS(4148), + [anon_sym_suspend] = ACTIONS(4150), + [anon_sym_sealed] = ACTIONS(4150), + [anon_sym_annotation] = ACTIONS(4150), + [anon_sym_data] = ACTIONS(4150), + [anon_sym_inner] = ACTIONS(4150), + [anon_sym_override] = ACTIONS(4150), + [anon_sym_lateinit] = ACTIONS(4150), + [anon_sym_public] = ACTIONS(4150), + [anon_sym_private] = ACTIONS(4150), + [anon_sym_internal] = ACTIONS(4150), + [anon_sym_protected] = ACTIONS(4150), + [anon_sym_tailrec] = ACTIONS(4150), + [anon_sym_operator] = ACTIONS(4150), + [anon_sym_infix] = ACTIONS(4150), + [anon_sym_inline] = ACTIONS(4150), + [anon_sym_external] = ACTIONS(4150), + [sym_property_modifier] = ACTIONS(4150), + [anon_sym_abstract] = ACTIONS(4150), + [anon_sym_final] = ACTIONS(4150), + [anon_sym_open] = ACTIONS(4150), + [anon_sym_vararg] = ACTIONS(4150), + [anon_sym_noinline] = ACTIONS(4150), + [anon_sym_crossinline] = ACTIONS(4150), + [anon_sym_expect] = ACTIONS(4150), + [anon_sym_actual] = ACTIONS(4150), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4148), + [anon_sym_continue_AT] = ACTIONS(4148), + [anon_sym_break_AT] = ACTIONS(4148), + [sym_real_literal] = ACTIONS(4148), + [sym_integer_literal] = ACTIONS(4150), + [sym_hex_literal] = ACTIONS(4148), + [sym_bin_literal] = ACTIONS(4148), + [anon_sym_true] = ACTIONS(4150), + [anon_sym_false] = ACTIONS(4150), + [anon_sym_SQUOTE] = ACTIONS(4148), + [sym__backtick_identifier] = ACTIONS(4148), + [sym__automatic_semicolon] = ACTIONS(4148), + [sym_safe_nav] = ACTIONS(4148), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4148), + }, + [2373] = { + [sym__alpha_identifier] = ACTIONS(4293), + [anon_sym_AT] = ACTIONS(4291), + [anon_sym_LBRACK] = ACTIONS(4291), + [anon_sym_as] = ACTIONS(4293), + [anon_sym_LBRACE] = ACTIONS(4291), + [anon_sym_RBRACE] = ACTIONS(4291), + [anon_sym_LPAREN] = ACTIONS(5922), + [anon_sym_LT] = ACTIONS(4293), + [anon_sym_GT] = ACTIONS(4293), + [anon_sym_object] = ACTIONS(4293), + [anon_sym_fun] = ACTIONS(4293), + [anon_sym_DOT] = ACTIONS(4293), + [anon_sym_SEMI] = ACTIONS(4291), + [anon_sym_get] = ACTIONS(4293), + [anon_sym_set] = ACTIONS(4293), + [anon_sym_this] = ACTIONS(4293), + [anon_sym_super] = ACTIONS(4293), + [anon_sym_STAR] = ACTIONS(4291), + [sym_label] = ACTIONS(4293), + [anon_sym_in] = ACTIONS(4293), + [anon_sym_DOT_DOT] = ACTIONS(4291), + [anon_sym_QMARK_COLON] = ACTIONS(4291), + [anon_sym_AMP_AMP] = ACTIONS(4291), + [anon_sym_PIPE_PIPE] = ACTIONS(4291), + [anon_sym_null] = ACTIONS(4293), + [anon_sym_if] = ACTIONS(4293), + [anon_sym_else] = ACTIONS(4293), + [anon_sym_when] = ACTIONS(4293), + [anon_sym_try] = ACTIONS(4293), + [anon_sym_throw] = ACTIONS(4293), + [anon_sym_return] = ACTIONS(4293), + [anon_sym_continue] = ACTIONS(4293), + [anon_sym_break] = ACTIONS(4293), + [anon_sym_COLON_COLON] = ACTIONS(4291), + [anon_sym_BANG_EQ] = ACTIONS(4293), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4291), + [anon_sym_EQ_EQ] = ACTIONS(4293), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4291), + [anon_sym_LT_EQ] = ACTIONS(4291), + [anon_sym_GT_EQ] = ACTIONS(4291), + [anon_sym_BANGin] = ACTIONS(4291), + [anon_sym_is] = ACTIONS(4293), + [anon_sym_BANGis] = ACTIONS(4291), + [anon_sym_PLUS] = ACTIONS(4293), + [anon_sym_DASH] = ACTIONS(4293), + [anon_sym_SLASH] = ACTIONS(4293), + [anon_sym_PERCENT] = ACTIONS(4291), + [anon_sym_as_QMARK] = ACTIONS(4291), + [anon_sym_PLUS_PLUS] = ACTIONS(4291), + [anon_sym_DASH_DASH] = ACTIONS(4291), + [anon_sym_BANG] = ACTIONS(4293), + [anon_sym_BANG_BANG] = ACTIONS(4291), + [anon_sym_suspend] = ACTIONS(4293), + [anon_sym_sealed] = ACTIONS(4293), + [anon_sym_annotation] = ACTIONS(4293), + [anon_sym_data] = ACTIONS(4293), + [anon_sym_inner] = ACTIONS(4293), + [anon_sym_override] = ACTIONS(4293), + [anon_sym_lateinit] = ACTIONS(4293), + [anon_sym_public] = ACTIONS(4293), + [anon_sym_private] = ACTIONS(4293), + [anon_sym_internal] = ACTIONS(4293), + [anon_sym_protected] = ACTIONS(4293), + [anon_sym_tailrec] = ACTIONS(4293), + [anon_sym_operator] = ACTIONS(4293), + [anon_sym_infix] = ACTIONS(4293), + [anon_sym_inline] = ACTIONS(4293), + [anon_sym_external] = ACTIONS(4293), + [sym_property_modifier] = ACTIONS(4293), + [anon_sym_abstract] = ACTIONS(4293), + [anon_sym_final] = ACTIONS(4293), + [anon_sym_open] = ACTIONS(4293), + [anon_sym_vararg] = ACTIONS(4293), + [anon_sym_noinline] = ACTIONS(4293), + [anon_sym_crossinline] = ACTIONS(4293), + [anon_sym_expect] = ACTIONS(4293), + [anon_sym_actual] = ACTIONS(4293), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4291), + [anon_sym_continue_AT] = ACTIONS(4291), + [anon_sym_break_AT] = ACTIONS(4291), + [sym_real_literal] = ACTIONS(4291), + [sym_integer_literal] = ACTIONS(4293), + [sym_hex_literal] = ACTIONS(4291), + [sym_bin_literal] = ACTIONS(4291), + [anon_sym_true] = ACTIONS(4293), + [anon_sym_false] = ACTIONS(4293), + [anon_sym_SQUOTE] = ACTIONS(4291), + [sym__backtick_identifier] = ACTIONS(4291), + [sym__automatic_semicolon] = ACTIONS(4291), + [sym_safe_nav] = ACTIONS(4291), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4291), + }, + [2374] = { + [sym_type_constraints] = STATE(2471), + [sym_property_delegate] = STATE(2634), + [sym_getter] = STATE(3203), + [sym_setter] = STATE(3203), + [sym_modifiers] = STATE(8934), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1694), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1696), + [anon_sym_RBRACK] = ACTIONS(1696), + [anon_sym_as] = ACTIONS(1694), + [anon_sym_EQ] = ACTIONS(5924), + [anon_sym_LBRACE] = ACTIONS(1696), + [anon_sym_RBRACE] = ACTIONS(1696), + [anon_sym_LPAREN] = ACTIONS(1696), + [anon_sym_COMMA] = ACTIONS(1696), + [anon_sym_RPAREN] = ACTIONS(1696), + [anon_sym_by] = ACTIONS(5900), + [anon_sym_LT] = ACTIONS(1694), + [anon_sym_GT] = ACTIONS(1694), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(1694), + [anon_sym_SEMI] = ACTIONS(3806), + [anon_sym_get] = ACTIONS(5910), + [anon_sym_set] = ACTIONS(5912), + [anon_sym_STAR] = ACTIONS(1696), + [anon_sym_DASH_GT] = ACTIONS(1696), + [sym_label] = ACTIONS(1696), + [anon_sym_in] = ACTIONS(1694), + [anon_sym_while] = ACTIONS(1694), + [anon_sym_DOT_DOT] = ACTIONS(1696), + [anon_sym_QMARK_COLON] = ACTIONS(1696), + [anon_sym_AMP_AMP] = ACTIONS(1696), + [anon_sym_PIPE_PIPE] = ACTIONS(1696), + [anon_sym_else] = ACTIONS(1694), + [anon_sym_COLON_COLON] = ACTIONS(1696), + [anon_sym_BANG_EQ] = ACTIONS(1694), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), + [anon_sym_EQ_EQ] = ACTIONS(1694), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), + [anon_sym_LT_EQ] = ACTIONS(1696), + [anon_sym_GT_EQ] = ACTIONS(1696), + [anon_sym_BANGin] = ACTIONS(1696), + [anon_sym_is] = ACTIONS(1694), + [anon_sym_BANGis] = ACTIONS(1696), + [anon_sym_PLUS] = ACTIONS(1694), + [anon_sym_DASH] = ACTIONS(1694), + [anon_sym_SLASH] = ACTIONS(1694), + [anon_sym_PERCENT] = ACTIONS(1696), + [anon_sym_as_QMARK] = ACTIONS(1696), + [anon_sym_PLUS_PLUS] = ACTIONS(1696), + [anon_sym_DASH_DASH] = ACTIONS(1696), + [anon_sym_BANG_BANG] = ACTIONS(1696), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(1918), - [sym_integer_literal] = ACTIONS(99), - [sym_hex_literal] = ACTIONS(101), - [sym_bin_literal] = ACTIONS(101), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [anon_sym_SQUOTE] = ACTIONS(105), - [sym__backtick_identifier] = ACTIONS(107), + [sym__backtick_identifier] = ACTIONS(1696), + [sym_safe_nav] = ACTIONS(1696), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(109), }, - [2339] = { - [sym__expression] = STATE(4113), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4941), - [sym_parenthesized_expression] = STATE(4941), - [sym_collection_literal] = STATE(4941), - [sym__literal_constant] = STATE(4941), - [sym_string_literal] = STATE(4941), - [sym_lambda_literal] = STATE(4941), - [sym_anonymous_function] = STATE(4941), - [sym__function_literal] = STATE(4941), - [sym_object_literal] = STATE(4941), - [sym_this_expression] = STATE(4941), - [sym_super_expression] = STATE(4941), - [sym_if_expression] = STATE(4941), - [sym_when_expression] = STATE(4941), - [sym_try_expression] = STATE(4941), - [sym_jump_expression] = STATE(4941), - [sym_callable_reference] = STATE(4941), - [sym__prefix_unary_operator] = STATE(1611), - [sym_annotation] = STATE(1611), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5029), - [sym__return_at] = STATE(360), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4941), - [sym_long_literal] = STATE(4941), - [sym_boolean_literal] = STATE(4941), - [sym_character_literal] = STATE(4941), - [sym__lexical_identifier] = STATE(4529), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1912), - [anon_sym_fun] = ACTIONS(3003), - [anon_sym_get] = ACTIONS(7), - [anon_sym_set] = ACTIONS(7), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(873), - [sym_label] = ACTIONS(881), - [anon_sym_null] = ACTIONS(1916), - [anon_sym_if] = ACTIONS(3005), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(3007), - [anon_sym_return] = ACTIONS(3009), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(881), - [anon_sym_DASH] = ACTIONS(881), - [anon_sym_PLUS_PLUS] = ACTIONS(883), - [anon_sym_DASH_DASH] = ACTIONS(883), - [anon_sym_BANG] = ACTIONS(883), - [anon_sym_data] = ACTIONS(7), - [anon_sym_inner] = ACTIONS(7), - [anon_sym_expect] = ACTIONS(7), - [anon_sym_actual] = ACTIONS(7), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(1918), - [sym_integer_literal] = ACTIONS(99), - [sym_hex_literal] = ACTIONS(101), - [sym_bin_literal] = ACTIONS(101), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [anon_sym_SQUOTE] = ACTIONS(105), - [sym__backtick_identifier] = ACTIONS(107), + [2375] = { + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(2211), + [sym__comparison_operator] = STATE(2219), + [sym__in_operator] = STATE(2104), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(2248), + [sym__multiplicative_operator] = STATE(2250), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_annotation] = STATE(7883), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2251), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [sym__alpha_identifier] = ACTIONS(3022), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_RBRACE] = ACTIONS(3024), + [anon_sym_LPAREN] = ACTIONS(3572), + [anon_sym_COMMA] = ACTIONS(3024), + [anon_sym_LT] = ACTIONS(3026), + [anon_sym_GT] = ACTIONS(3022), + [anon_sym_where] = ACTIONS(3022), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(3024), + [anon_sym_get] = ACTIONS(3022), + [anon_sym_set] = ACTIONS(3022), + [anon_sym_STAR] = ACTIONS(4061), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(3022), + [anon_sym_DOT_DOT] = ACTIONS(3024), + [anon_sym_QMARK_COLON] = ACTIONS(3024), + [anon_sym_AMP_AMP] = ACTIONS(3024), + [anon_sym_PIPE_PIPE] = ACTIONS(3024), + [anon_sym_else] = ACTIONS(3022), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_BANG_EQ] = ACTIONS(3022), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3024), + [anon_sym_EQ_EQ] = ACTIONS(3022), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3024), + [anon_sym_LT_EQ] = ACTIONS(3024), + [anon_sym_GT_EQ] = ACTIONS(3024), + [anon_sym_BANGin] = ACTIONS(3024), + [anon_sym_is] = ACTIONS(3022), + [anon_sym_BANGis] = ACTIONS(3024), + [anon_sym_PLUS] = ACTIONS(3022), + [anon_sym_DASH] = ACTIONS(3022), + [anon_sym_SLASH] = ACTIONS(4083), + [anon_sym_PERCENT] = ACTIONS(4061), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), + [anon_sym_suspend] = ACTIONS(3022), + [anon_sym_sealed] = ACTIONS(3022), + [anon_sym_annotation] = ACTIONS(3022), + [anon_sym_data] = ACTIONS(3022), + [anon_sym_inner] = ACTIONS(3022), + [anon_sym_override] = ACTIONS(3022), + [anon_sym_lateinit] = ACTIONS(3022), + [anon_sym_public] = ACTIONS(3022), + [anon_sym_private] = ACTIONS(3022), + [anon_sym_internal] = ACTIONS(3022), + [anon_sym_protected] = ACTIONS(3022), + [anon_sym_tailrec] = ACTIONS(3022), + [anon_sym_operator] = ACTIONS(3022), + [anon_sym_infix] = ACTIONS(3022), + [anon_sym_inline] = ACTIONS(3022), + [anon_sym_external] = ACTIONS(3022), + [sym_property_modifier] = ACTIONS(3022), + [anon_sym_abstract] = ACTIONS(3022), + [anon_sym_final] = ACTIONS(3022), + [anon_sym_open] = ACTIONS(3022), + [anon_sym_vararg] = ACTIONS(3022), + [anon_sym_noinline] = ACTIONS(3022), + [anon_sym_crossinline] = ACTIONS(3022), + [anon_sym_expect] = ACTIONS(3022), + [anon_sym_actual] = ACTIONS(3022), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3024), + [sym__automatic_semicolon] = ACTIONS(3024), + [sym_safe_nav] = ACTIONS(3598), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(109), }, - [2340] = { - [sym__expression] = STATE(4114), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4941), - [sym_parenthesized_expression] = STATE(4941), - [sym_collection_literal] = STATE(4941), - [sym__literal_constant] = STATE(4941), - [sym_string_literal] = STATE(4941), - [sym_lambda_literal] = STATE(4941), - [sym_anonymous_function] = STATE(4941), - [sym__function_literal] = STATE(4941), - [sym_object_literal] = STATE(4941), - [sym_this_expression] = STATE(4941), - [sym_super_expression] = STATE(4941), - [sym_if_expression] = STATE(4941), - [sym_when_expression] = STATE(4941), - [sym_try_expression] = STATE(4941), - [sym_jump_expression] = STATE(4941), - [sym_callable_reference] = STATE(4941), - [sym__prefix_unary_operator] = STATE(1611), - [sym_annotation] = STATE(1611), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5029), - [sym__return_at] = STATE(360), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4941), - [sym_long_literal] = STATE(4941), - [sym_boolean_literal] = STATE(4941), - [sym_character_literal] = STATE(4941), - [sym__lexical_identifier] = STATE(4529), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1912), - [anon_sym_fun] = ACTIONS(3003), - [anon_sym_get] = ACTIONS(7), - [anon_sym_set] = ACTIONS(7), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(873), - [sym_label] = ACTIONS(881), - [anon_sym_null] = ACTIONS(1916), - [anon_sym_if] = ACTIONS(3005), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(3007), - [anon_sym_return] = ACTIONS(3009), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(881), - [anon_sym_DASH] = ACTIONS(881), - [anon_sym_PLUS_PLUS] = ACTIONS(883), - [anon_sym_DASH_DASH] = ACTIONS(883), - [anon_sym_BANG] = ACTIONS(883), - [anon_sym_data] = ACTIONS(7), - [anon_sym_inner] = ACTIONS(7), - [anon_sym_expect] = ACTIONS(7), - [anon_sym_actual] = ACTIONS(7), + [2376] = { + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(2211), + [sym__comparison_operator] = STATE(2219), + [sym__in_operator] = STATE(2104), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(2248), + [sym__multiplicative_operator] = STATE(2250), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_annotation] = STATE(7883), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2251), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_RBRACE] = ACTIONS(3031), + [anon_sym_LPAREN] = ACTIONS(3572), + [anon_sym_COMMA] = ACTIONS(3031), + [anon_sym_LT] = ACTIONS(3033), + [anon_sym_GT] = ACTIONS(3029), + [anon_sym_where] = ACTIONS(3029), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(3031), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(4061), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(3029), + [anon_sym_DOT_DOT] = ACTIONS(4065), + [anon_sym_QMARK_COLON] = ACTIONS(4067), + [anon_sym_AMP_AMP] = ACTIONS(3031), + [anon_sym_PIPE_PIPE] = ACTIONS(3031), + [anon_sym_else] = ACTIONS(3029), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_BANG_EQ] = ACTIONS(3029), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3031), + [anon_sym_EQ_EQ] = ACTIONS(3029), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3031), + [anon_sym_LT_EQ] = ACTIONS(3031), + [anon_sym_GT_EQ] = ACTIONS(3031), + [anon_sym_BANGin] = ACTIONS(3031), + [anon_sym_is] = ACTIONS(3029), + [anon_sym_BANGis] = ACTIONS(3031), + [anon_sym_PLUS] = ACTIONS(4081), + [anon_sym_DASH] = ACTIONS(4081), + [anon_sym_SLASH] = ACTIONS(4083), + [anon_sym_PERCENT] = ACTIONS(4061), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), + [anon_sym_suspend] = ACTIONS(3029), + [anon_sym_sealed] = ACTIONS(3029), + [anon_sym_annotation] = ACTIONS(3029), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_override] = ACTIONS(3029), + [anon_sym_lateinit] = ACTIONS(3029), + [anon_sym_public] = ACTIONS(3029), + [anon_sym_private] = ACTIONS(3029), + [anon_sym_internal] = ACTIONS(3029), + [anon_sym_protected] = ACTIONS(3029), + [anon_sym_tailrec] = ACTIONS(3029), + [anon_sym_operator] = ACTIONS(3029), + [anon_sym_infix] = ACTIONS(3029), + [anon_sym_inline] = ACTIONS(3029), + [anon_sym_external] = ACTIONS(3029), + [sym_property_modifier] = ACTIONS(3029), + [anon_sym_abstract] = ACTIONS(3029), + [anon_sym_final] = ACTIONS(3029), + [anon_sym_open] = ACTIONS(3029), + [anon_sym_vararg] = ACTIONS(3029), + [anon_sym_noinline] = ACTIONS(3029), + [anon_sym_crossinline] = ACTIONS(3029), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(1918), - [sym_integer_literal] = ACTIONS(99), - [sym_hex_literal] = ACTIONS(101), - [sym_bin_literal] = ACTIONS(101), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [anon_sym_SQUOTE] = ACTIONS(105), - [sym__backtick_identifier] = ACTIONS(107), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(3031), + [sym_safe_nav] = ACTIONS(3598), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(109), }, - [2341] = { - [sym__expression] = STATE(4115), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4941), - [sym_parenthesized_expression] = STATE(4941), - [sym_collection_literal] = STATE(4941), - [sym__literal_constant] = STATE(4941), - [sym_string_literal] = STATE(4941), - [sym_lambda_literal] = STATE(4941), - [sym_anonymous_function] = STATE(4941), - [sym__function_literal] = STATE(4941), - [sym_object_literal] = STATE(4941), - [sym_this_expression] = STATE(4941), - [sym_super_expression] = STATE(4941), - [sym_if_expression] = STATE(4941), - [sym_when_expression] = STATE(4941), - [sym_try_expression] = STATE(4941), - [sym_jump_expression] = STATE(4941), - [sym_callable_reference] = STATE(4941), - [sym__prefix_unary_operator] = STATE(1611), - [sym_annotation] = STATE(1611), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5029), - [sym__return_at] = STATE(360), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4941), - [sym_long_literal] = STATE(4941), - [sym_boolean_literal] = STATE(4941), - [sym_character_literal] = STATE(4941), - [sym__lexical_identifier] = STATE(4529), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1912), - [anon_sym_fun] = ACTIONS(3003), - [anon_sym_get] = ACTIONS(7), - [anon_sym_set] = ACTIONS(7), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(873), - [sym_label] = ACTIONS(881), - [anon_sym_null] = ACTIONS(1916), - [anon_sym_if] = ACTIONS(3005), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(3007), - [anon_sym_return] = ACTIONS(3009), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(881), - [anon_sym_DASH] = ACTIONS(881), - [anon_sym_PLUS_PLUS] = ACTIONS(883), - [anon_sym_DASH_DASH] = ACTIONS(883), - [anon_sym_BANG] = ACTIONS(883), - [anon_sym_data] = ACTIONS(7), - [anon_sym_inner] = ACTIONS(7), - [anon_sym_expect] = ACTIONS(7), - [anon_sym_actual] = ACTIONS(7), + [2377] = { + [sym_primary_constructor] = STATE(4959), + [sym__class_parameters] = STATE(4565), + [sym_type_constraints] = STATE(4528), + [sym_enum_class_body] = STATE(4703), + [sym_modifiers] = STATE(9275), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3212), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_COLON] = ACTIONS(5926), + [anon_sym_LBRACK] = ACTIONS(3216), + [anon_sym_RBRACK] = ACTIONS(3216), + [anon_sym_as] = ACTIONS(3212), + [anon_sym_constructor] = ACTIONS(5113), + [anon_sym_LBRACE] = ACTIONS(5115), + [anon_sym_RBRACE] = ACTIONS(3216), + [anon_sym_LPAREN] = ACTIONS(5117), + [anon_sym_COMMA] = ACTIONS(3216), + [anon_sym_RPAREN] = ACTIONS(3216), + [anon_sym_LT] = ACTIONS(3212), + [anon_sym_GT] = ACTIONS(3212), + [anon_sym_where] = ACTIONS(5121), + [anon_sym_DOT] = ACTIONS(3212), + [anon_sym_SEMI] = ACTIONS(3216), + [anon_sym_get] = ACTIONS(3212), + [anon_sym_set] = ACTIONS(3212), + [anon_sym_STAR] = ACTIONS(3216), + [anon_sym_DASH_GT] = ACTIONS(3216), + [sym_label] = ACTIONS(3216), + [anon_sym_in] = ACTIONS(3212), + [anon_sym_while] = ACTIONS(3212), + [anon_sym_DOT_DOT] = ACTIONS(3216), + [anon_sym_QMARK_COLON] = ACTIONS(3216), + [anon_sym_AMP_AMP] = ACTIONS(3216), + [anon_sym_PIPE_PIPE] = ACTIONS(3216), + [anon_sym_else] = ACTIONS(3212), + [anon_sym_COLON_COLON] = ACTIONS(3216), + [anon_sym_BANG_EQ] = ACTIONS(3212), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3216), + [anon_sym_EQ_EQ] = ACTIONS(3212), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3216), + [anon_sym_LT_EQ] = ACTIONS(3216), + [anon_sym_GT_EQ] = ACTIONS(3216), + [anon_sym_BANGin] = ACTIONS(3216), + [anon_sym_is] = ACTIONS(3212), + [anon_sym_BANGis] = ACTIONS(3216), + [anon_sym_PLUS] = ACTIONS(3212), + [anon_sym_DASH] = ACTIONS(3212), + [anon_sym_SLASH] = ACTIONS(3212), + [anon_sym_PERCENT] = ACTIONS(3216), + [anon_sym_as_QMARK] = ACTIONS(3216), + [anon_sym_PLUS_PLUS] = ACTIONS(3216), + [anon_sym_DASH_DASH] = ACTIONS(3216), + [anon_sym_BANG_BANG] = ACTIONS(3216), + [anon_sym_suspend] = ACTIONS(3120), + [anon_sym_sealed] = ACTIONS(3122), + [anon_sym_annotation] = ACTIONS(3122), + [anon_sym_data] = ACTIONS(3122), + [anon_sym_inner] = ACTIONS(3122), + [anon_sym_override] = ACTIONS(3124), + [anon_sym_lateinit] = ACTIONS(3124), + [anon_sym_public] = ACTIONS(3126), + [anon_sym_private] = ACTIONS(3126), + [anon_sym_internal] = ACTIONS(3126), + [anon_sym_protected] = ACTIONS(3126), + [anon_sym_tailrec] = ACTIONS(3120), + [anon_sym_operator] = ACTIONS(3120), + [anon_sym_infix] = ACTIONS(3120), + [anon_sym_inline] = ACTIONS(3120), + [anon_sym_external] = ACTIONS(3120), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3130), + [anon_sym_final] = ACTIONS(3130), + [anon_sym_open] = ACTIONS(3130), + [anon_sym_vararg] = ACTIONS(3132), + [anon_sym_noinline] = ACTIONS(3132), + [anon_sym_crossinline] = ACTIONS(3132), + [anon_sym_expect] = ACTIONS(3134), + [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(1918), - [sym_integer_literal] = ACTIONS(99), - [sym_hex_literal] = ACTIONS(101), - [sym_bin_literal] = ACTIONS(101), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [anon_sym_SQUOTE] = ACTIONS(105), - [sym__backtick_identifier] = ACTIONS(107), + [sym__backtick_identifier] = ACTIONS(3216), + [sym_safe_nav] = ACTIONS(3216), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(109), }, - [2342] = { - [sym__expression] = STATE(4116), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4941), - [sym_parenthesized_expression] = STATE(4941), - [sym_collection_literal] = STATE(4941), - [sym__literal_constant] = STATE(4941), - [sym_string_literal] = STATE(4941), - [sym_lambda_literal] = STATE(4941), - [sym_anonymous_function] = STATE(4941), - [sym__function_literal] = STATE(4941), - [sym_object_literal] = STATE(4941), - [sym_this_expression] = STATE(4941), - [sym_super_expression] = STATE(4941), - [sym_if_expression] = STATE(4941), - [sym_when_expression] = STATE(4941), - [sym_try_expression] = STATE(4941), - [sym_jump_expression] = STATE(4941), - [sym_callable_reference] = STATE(4941), - [sym__prefix_unary_operator] = STATE(1611), - [sym_annotation] = STATE(1611), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5029), - [sym__return_at] = STATE(360), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4941), - [sym_long_literal] = STATE(4941), - [sym_boolean_literal] = STATE(4941), - [sym_character_literal] = STATE(4941), - [sym__lexical_identifier] = STATE(4529), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1912), - [anon_sym_fun] = ACTIONS(3003), - [anon_sym_get] = ACTIONS(7), - [anon_sym_set] = ACTIONS(7), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(873), - [sym_label] = ACTIONS(881), - [anon_sym_null] = ACTIONS(1916), - [anon_sym_if] = ACTIONS(3005), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(3007), - [anon_sym_return] = ACTIONS(3009), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(881), - [anon_sym_DASH] = ACTIONS(881), - [anon_sym_PLUS_PLUS] = ACTIONS(883), - [anon_sym_DASH_DASH] = ACTIONS(883), - [anon_sym_BANG] = ACTIONS(883), - [anon_sym_data] = ACTIONS(7), - [anon_sym_inner] = ACTIONS(7), - [anon_sym_expect] = ACTIONS(7), - [anon_sym_actual] = ACTIONS(7), + [2378] = { + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(2211), + [sym__comparison_operator] = STATE(2219), + [sym__in_operator] = STATE(2104), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(2248), + [sym__multiplicative_operator] = STATE(2250), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_annotation] = STATE(7883), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2251), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_RBRACE] = ACTIONS(3038), + [anon_sym_LPAREN] = ACTIONS(3572), + [anon_sym_COMMA] = ACTIONS(3038), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(3036), + [anon_sym_where] = ACTIONS(3036), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(3038), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(4061), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(4063), + [anon_sym_DOT_DOT] = ACTIONS(4065), + [anon_sym_QMARK_COLON] = ACTIONS(4067), + [anon_sym_AMP_AMP] = ACTIONS(3038), + [anon_sym_PIPE_PIPE] = ACTIONS(3038), + [anon_sym_else] = ACTIONS(3036), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_BANG_EQ] = ACTIONS(3036), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3038), + [anon_sym_EQ_EQ] = ACTIONS(3036), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3038), + [anon_sym_LT_EQ] = ACTIONS(3038), + [anon_sym_GT_EQ] = ACTIONS(3038), + [anon_sym_BANGin] = ACTIONS(4079), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), + [anon_sym_PLUS] = ACTIONS(4081), + [anon_sym_DASH] = ACTIONS(4081), + [anon_sym_SLASH] = ACTIONS(4083), + [anon_sym_PERCENT] = ACTIONS(4061), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), + [anon_sym_suspend] = ACTIONS(3036), + [anon_sym_sealed] = ACTIONS(3036), + [anon_sym_annotation] = ACTIONS(3036), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_override] = ACTIONS(3036), + [anon_sym_lateinit] = ACTIONS(3036), + [anon_sym_public] = ACTIONS(3036), + [anon_sym_private] = ACTIONS(3036), + [anon_sym_internal] = ACTIONS(3036), + [anon_sym_protected] = ACTIONS(3036), + [anon_sym_tailrec] = ACTIONS(3036), + [anon_sym_operator] = ACTIONS(3036), + [anon_sym_infix] = ACTIONS(3036), + [anon_sym_inline] = ACTIONS(3036), + [anon_sym_external] = ACTIONS(3036), + [sym_property_modifier] = ACTIONS(3036), + [anon_sym_abstract] = ACTIONS(3036), + [anon_sym_final] = ACTIONS(3036), + [anon_sym_open] = ACTIONS(3036), + [anon_sym_vararg] = ACTIONS(3036), + [anon_sym_noinline] = ACTIONS(3036), + [anon_sym_crossinline] = ACTIONS(3036), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(1918), - [sym_integer_literal] = ACTIONS(99), - [sym_hex_literal] = ACTIONS(101), - [sym_bin_literal] = ACTIONS(101), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [anon_sym_SQUOTE] = ACTIONS(105), - [sym__backtick_identifier] = ACTIONS(107), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(3038), + [sym_safe_nav] = ACTIONS(3598), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(109), }, - [2343] = { - [sym__expression] = STATE(3733), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2343), - [sym_annotation] = STATE(2343), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(310), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(1940), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1231), - [sym_label] = ACTIONS(729), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(321), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(323), - [anon_sym_return] = ACTIONS(325), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(729), - [anon_sym_DASH] = ACTIONS(729), - [anon_sym_PLUS_PLUS] = ACTIONS(731), - [anon_sym_DASH_DASH] = ACTIONS(731), - [anon_sym_BANG] = ACTIONS(731), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [2379] = { + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(2211), + [sym__comparison_operator] = STATE(2219), + [sym__in_operator] = STATE(2104), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(2248), + [sym__multiplicative_operator] = STATE(2250), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_annotation] = STATE(7883), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2251), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_RBRACE] = ACTIONS(3042), + [anon_sym_LPAREN] = ACTIONS(3572), + [anon_sym_COMMA] = ACTIONS(3042), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(4053), + [anon_sym_where] = ACTIONS(3040), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(3042), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(4061), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(4063), + [anon_sym_DOT_DOT] = ACTIONS(4065), + [anon_sym_QMARK_COLON] = ACTIONS(4067), + [anon_sym_AMP_AMP] = ACTIONS(3042), + [anon_sym_PIPE_PIPE] = ACTIONS(3042), + [anon_sym_else] = ACTIONS(3040), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_BANG_EQ] = ACTIONS(3040), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3042), + [anon_sym_EQ_EQ] = ACTIONS(3040), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3042), + [anon_sym_LT_EQ] = ACTIONS(4077), + [anon_sym_GT_EQ] = ACTIONS(4077), + [anon_sym_BANGin] = ACTIONS(4079), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), + [anon_sym_PLUS] = ACTIONS(4081), + [anon_sym_DASH] = ACTIONS(4081), + [anon_sym_SLASH] = ACTIONS(4083), + [anon_sym_PERCENT] = ACTIONS(4061), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), + [anon_sym_suspend] = ACTIONS(3040), + [anon_sym_sealed] = ACTIONS(3040), + [anon_sym_annotation] = ACTIONS(3040), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_override] = ACTIONS(3040), + [anon_sym_lateinit] = ACTIONS(3040), + [anon_sym_public] = ACTIONS(3040), + [anon_sym_private] = ACTIONS(3040), + [anon_sym_internal] = ACTIONS(3040), + [anon_sym_protected] = ACTIONS(3040), + [anon_sym_tailrec] = ACTIONS(3040), + [anon_sym_operator] = ACTIONS(3040), + [anon_sym_infix] = ACTIONS(3040), + [anon_sym_inline] = ACTIONS(3040), + [anon_sym_external] = ACTIONS(3040), + [sym_property_modifier] = ACTIONS(3040), + [anon_sym_abstract] = ACTIONS(3040), + [anon_sym_final] = ACTIONS(3040), + [anon_sym_open] = ACTIONS(3040), + [anon_sym_vararg] = ACTIONS(3040), + [anon_sym_noinline] = ACTIONS(3040), + [anon_sym_crossinline] = ACTIONS(3040), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(3042), + [sym_safe_nav] = ACTIONS(3598), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), }, - [2344] = { - [sym__expression] = STATE(4118), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4941), - [sym_parenthesized_expression] = STATE(4941), - [sym_collection_literal] = STATE(4941), - [sym__literal_constant] = STATE(4941), - [sym_string_literal] = STATE(4941), - [sym_lambda_literal] = STATE(4941), - [sym_anonymous_function] = STATE(4941), - [sym__function_literal] = STATE(4941), - [sym_object_literal] = STATE(4941), - [sym_this_expression] = STATE(4941), - [sym_super_expression] = STATE(4941), - [sym_if_expression] = STATE(4941), - [sym_when_expression] = STATE(4941), - [sym_try_expression] = STATE(4941), - [sym_jump_expression] = STATE(4941), - [sym_callable_reference] = STATE(4941), - [sym__prefix_unary_operator] = STATE(1611), - [sym_annotation] = STATE(1611), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5029), - [sym__return_at] = STATE(360), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4941), - [sym_long_literal] = STATE(4941), - [sym_boolean_literal] = STATE(4941), - [sym_character_literal] = STATE(4941), - [sym__lexical_identifier] = STATE(4529), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1912), - [anon_sym_fun] = ACTIONS(3003), - [anon_sym_get] = ACTIONS(7), - [anon_sym_set] = ACTIONS(7), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(873), - [sym_label] = ACTIONS(881), - [anon_sym_null] = ACTIONS(1916), - [anon_sym_if] = ACTIONS(3005), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(3007), - [anon_sym_return] = ACTIONS(3009), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(881), - [anon_sym_DASH] = ACTIONS(881), - [anon_sym_PLUS_PLUS] = ACTIONS(883), - [anon_sym_DASH_DASH] = ACTIONS(883), - [anon_sym_BANG] = ACTIONS(883), - [anon_sym_data] = ACTIONS(7), - [anon_sym_inner] = ACTIONS(7), - [anon_sym_expect] = ACTIONS(7), - [anon_sym_actual] = ACTIONS(7), + [2380] = { + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(2211), + [sym__comparison_operator] = STATE(2219), + [sym__in_operator] = STATE(2104), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(2248), + [sym__multiplicative_operator] = STATE(2250), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_annotation] = STATE(7883), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2251), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_RBRACE] = ACTIONS(3046), + [anon_sym_LPAREN] = ACTIONS(3572), + [anon_sym_COMMA] = ACTIONS(3046), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(4053), + [anon_sym_where] = ACTIONS(3044), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(3046), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(4061), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(4063), + [anon_sym_DOT_DOT] = ACTIONS(4065), + [anon_sym_QMARK_COLON] = ACTIONS(4067), + [anon_sym_AMP_AMP] = ACTIONS(4069), + [anon_sym_PIPE_PIPE] = ACTIONS(3046), + [anon_sym_else] = ACTIONS(3044), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_BANG_EQ] = ACTIONS(4073), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4075), + [anon_sym_EQ_EQ] = ACTIONS(4073), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4075), + [anon_sym_LT_EQ] = ACTIONS(4077), + [anon_sym_GT_EQ] = ACTIONS(4077), + [anon_sym_BANGin] = ACTIONS(4079), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), + [anon_sym_PLUS] = ACTIONS(4081), + [anon_sym_DASH] = ACTIONS(4081), + [anon_sym_SLASH] = ACTIONS(4083), + [anon_sym_PERCENT] = ACTIONS(4061), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), + [anon_sym_suspend] = ACTIONS(3044), + [anon_sym_sealed] = ACTIONS(3044), + [anon_sym_annotation] = ACTIONS(3044), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_override] = ACTIONS(3044), + [anon_sym_lateinit] = ACTIONS(3044), + [anon_sym_public] = ACTIONS(3044), + [anon_sym_private] = ACTIONS(3044), + [anon_sym_internal] = ACTIONS(3044), + [anon_sym_protected] = ACTIONS(3044), + [anon_sym_tailrec] = ACTIONS(3044), + [anon_sym_operator] = ACTIONS(3044), + [anon_sym_infix] = ACTIONS(3044), + [anon_sym_inline] = ACTIONS(3044), + [anon_sym_external] = ACTIONS(3044), + [sym_property_modifier] = ACTIONS(3044), + [anon_sym_abstract] = ACTIONS(3044), + [anon_sym_final] = ACTIONS(3044), + [anon_sym_open] = ACTIONS(3044), + [anon_sym_vararg] = ACTIONS(3044), + [anon_sym_noinline] = ACTIONS(3044), + [anon_sym_crossinline] = ACTIONS(3044), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(1918), - [sym_integer_literal] = ACTIONS(99), - [sym_hex_literal] = ACTIONS(101), - [sym_bin_literal] = ACTIONS(101), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [anon_sym_SQUOTE] = ACTIONS(105), - [sym__backtick_identifier] = ACTIONS(107), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(3046), + [sym_safe_nav] = ACTIONS(3598), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(109), }, - [2345] = { - [sym__expression] = STATE(708), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(2081), - [sym_annotation] = STATE(2081), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(264), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), - [sym__alpha_identifier] = ACTIONS(537), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(539), + [2381] = { + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(2211), + [sym__comparison_operator] = STATE(2219), + [sym__in_operator] = STATE(2104), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(2248), + [sym__multiplicative_operator] = STATE(2250), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_annotation] = STATE(7883), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2251), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1636), - [anon_sym_get] = ACTIONS(537), - [anon_sym_set] = ACTIONS(537), - [anon_sym_this] = ACTIONS(561), - [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1329), - [sym_label] = ACTIONS(761), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(755), - [anon_sym_when] = ACTIONS(579), - [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(757), - [anon_sym_return] = ACTIONS(759), - [anon_sym_continue] = ACTIONS(587), - [anon_sym_break] = ACTIONS(587), - [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(761), - [anon_sym_DASH] = ACTIONS(761), - [anon_sym_PLUS_PLUS] = ACTIONS(763), - [anon_sym_DASH_DASH] = ACTIONS(763), - [anon_sym_BANG] = ACTIONS(763), - [anon_sym_data] = ACTIONS(537), - [anon_sym_inner] = ACTIONS(537), - [anon_sym_expect] = ACTIONS(537), - [anon_sym_actual] = ACTIONS(537), + [anon_sym_RBRACE] = ACTIONS(3050), + [anon_sym_LPAREN] = ACTIONS(3572), + [anon_sym_COMMA] = ACTIONS(3050), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(4053), + [anon_sym_where] = ACTIONS(3048), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(3050), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(4061), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(4063), + [anon_sym_DOT_DOT] = ACTIONS(4065), + [anon_sym_QMARK_COLON] = ACTIONS(4067), + [anon_sym_AMP_AMP] = ACTIONS(3050), + [anon_sym_PIPE_PIPE] = ACTIONS(3050), + [anon_sym_else] = ACTIONS(3048), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_BANG_EQ] = ACTIONS(4073), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4075), + [anon_sym_EQ_EQ] = ACTIONS(4073), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4075), + [anon_sym_LT_EQ] = ACTIONS(4077), + [anon_sym_GT_EQ] = ACTIONS(4077), + [anon_sym_BANGin] = ACTIONS(4079), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), + [anon_sym_PLUS] = ACTIONS(4081), + [anon_sym_DASH] = ACTIONS(4081), + [anon_sym_SLASH] = ACTIONS(4083), + [anon_sym_PERCENT] = ACTIONS(4061), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), + [anon_sym_suspend] = ACTIONS(3048), + [anon_sym_sealed] = ACTIONS(3048), + [anon_sym_annotation] = ACTIONS(3048), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_override] = ACTIONS(3048), + [anon_sym_lateinit] = ACTIONS(3048), + [anon_sym_public] = ACTIONS(3048), + [anon_sym_private] = ACTIONS(3048), + [anon_sym_internal] = ACTIONS(3048), + [anon_sym_protected] = ACTIONS(3048), + [anon_sym_tailrec] = ACTIONS(3048), + [anon_sym_operator] = ACTIONS(3048), + [anon_sym_infix] = ACTIONS(3048), + [anon_sym_inline] = ACTIONS(3048), + [anon_sym_external] = ACTIONS(3048), + [sym_property_modifier] = ACTIONS(3048), + [anon_sym_abstract] = ACTIONS(3048), + [anon_sym_final] = ACTIONS(3048), + [anon_sym_open] = ACTIONS(3048), + [anon_sym_vararg] = ACTIONS(3048), + [anon_sym_noinline] = ACTIONS(3048), + [anon_sym_crossinline] = ACTIONS(3048), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(599), - [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), - [sym_integer_literal] = ACTIONS(605), - [sym_hex_literal] = ACTIONS(607), - [sym_bin_literal] = ACTIONS(607), - [anon_sym_true] = ACTIONS(609), - [anon_sym_false] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(611), - [sym__backtick_identifier] = ACTIONS(613), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(3050), + [sym_safe_nav] = ACTIONS(3598), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(615), }, - [2346] = { - [sym__expression] = STATE(4120), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4941), - [sym_parenthesized_expression] = STATE(4941), - [sym_collection_literal] = STATE(4941), - [sym__literal_constant] = STATE(4941), - [sym_string_literal] = STATE(4941), - [sym_lambda_literal] = STATE(4941), - [sym_anonymous_function] = STATE(4941), - [sym__function_literal] = STATE(4941), - [sym_object_literal] = STATE(4941), - [sym_this_expression] = STATE(4941), - [sym_super_expression] = STATE(4941), - [sym_if_expression] = STATE(4941), - [sym_when_expression] = STATE(4941), - [sym_try_expression] = STATE(4941), - [sym_jump_expression] = STATE(4941), - [sym_callable_reference] = STATE(4941), - [sym__prefix_unary_operator] = STATE(1611), - [sym_annotation] = STATE(1611), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5029), - [sym__return_at] = STATE(360), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4941), - [sym_long_literal] = STATE(4941), - [sym_boolean_literal] = STATE(4941), - [sym_character_literal] = STATE(4941), - [sym__lexical_identifier] = STATE(4529), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1912), - [anon_sym_fun] = ACTIONS(3003), - [anon_sym_get] = ACTIONS(7), - [anon_sym_set] = ACTIONS(7), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(873), - [sym_label] = ACTIONS(881), - [anon_sym_null] = ACTIONS(1916), - [anon_sym_if] = ACTIONS(3005), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(3007), - [anon_sym_return] = ACTIONS(3009), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(881), - [anon_sym_DASH] = ACTIONS(881), - [anon_sym_PLUS_PLUS] = ACTIONS(883), - [anon_sym_DASH_DASH] = ACTIONS(883), - [anon_sym_BANG] = ACTIONS(883), - [anon_sym_data] = ACTIONS(7), - [anon_sym_inner] = ACTIONS(7), - [anon_sym_expect] = ACTIONS(7), - [anon_sym_actual] = ACTIONS(7), + [2382] = { + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(2211), + [sym__comparison_operator] = STATE(2219), + [sym__in_operator] = STATE(2104), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(2248), + [sym__multiplicative_operator] = STATE(2250), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_annotation] = STATE(7883), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2251), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [sym__alpha_identifier] = ACTIONS(3075), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_RBRACE] = ACTIONS(3077), + [anon_sym_LPAREN] = ACTIONS(3572), + [anon_sym_COMMA] = ACTIONS(3077), + [anon_sym_LT] = ACTIONS(3079), + [anon_sym_GT] = ACTIONS(3075), + [anon_sym_where] = ACTIONS(3075), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(3077), + [anon_sym_get] = ACTIONS(3075), + [anon_sym_set] = ACTIONS(3075), + [anon_sym_STAR] = ACTIONS(4061), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(3075), + [anon_sym_DOT_DOT] = ACTIONS(3077), + [anon_sym_QMARK_COLON] = ACTIONS(3077), + [anon_sym_AMP_AMP] = ACTIONS(3077), + [anon_sym_PIPE_PIPE] = ACTIONS(3077), + [anon_sym_else] = ACTIONS(3075), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_BANG_EQ] = ACTIONS(3075), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3077), + [anon_sym_EQ_EQ] = ACTIONS(3075), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3077), + [anon_sym_LT_EQ] = ACTIONS(3077), + [anon_sym_GT_EQ] = ACTIONS(3077), + [anon_sym_BANGin] = ACTIONS(3077), + [anon_sym_is] = ACTIONS(3075), + [anon_sym_BANGis] = ACTIONS(3077), + [anon_sym_PLUS] = ACTIONS(4081), + [anon_sym_DASH] = ACTIONS(4081), + [anon_sym_SLASH] = ACTIONS(4083), + [anon_sym_PERCENT] = ACTIONS(4061), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), + [anon_sym_suspend] = ACTIONS(3075), + [anon_sym_sealed] = ACTIONS(3075), + [anon_sym_annotation] = ACTIONS(3075), + [anon_sym_data] = ACTIONS(3075), + [anon_sym_inner] = ACTIONS(3075), + [anon_sym_override] = ACTIONS(3075), + [anon_sym_lateinit] = ACTIONS(3075), + [anon_sym_public] = ACTIONS(3075), + [anon_sym_private] = ACTIONS(3075), + [anon_sym_internal] = ACTIONS(3075), + [anon_sym_protected] = ACTIONS(3075), + [anon_sym_tailrec] = ACTIONS(3075), + [anon_sym_operator] = ACTIONS(3075), + [anon_sym_infix] = ACTIONS(3075), + [anon_sym_inline] = ACTIONS(3075), + [anon_sym_external] = ACTIONS(3075), + [sym_property_modifier] = ACTIONS(3075), + [anon_sym_abstract] = ACTIONS(3075), + [anon_sym_final] = ACTIONS(3075), + [anon_sym_open] = ACTIONS(3075), + [anon_sym_vararg] = ACTIONS(3075), + [anon_sym_noinline] = ACTIONS(3075), + [anon_sym_crossinline] = ACTIONS(3075), + [anon_sym_expect] = ACTIONS(3075), + [anon_sym_actual] = ACTIONS(3075), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3077), + [sym__automatic_semicolon] = ACTIONS(3077), + [sym_safe_nav] = ACTIONS(3598), + [sym_multiline_comment] = ACTIONS(3), + }, + [2383] = { + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(2211), + [sym__comparison_operator] = STATE(2219), + [sym__in_operator] = STATE(2104), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(2248), + [sym__multiplicative_operator] = STATE(2250), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_annotation] = STATE(7883), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2251), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_RBRACE] = ACTIONS(3061), + [anon_sym_LPAREN] = ACTIONS(3572), + [anon_sym_COMMA] = ACTIONS(3061), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(4053), + [anon_sym_where] = ACTIONS(3059), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(3061), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(4061), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(4063), + [anon_sym_DOT_DOT] = ACTIONS(4065), + [anon_sym_QMARK_COLON] = ACTIONS(4067), + [anon_sym_AMP_AMP] = ACTIONS(4069), + [anon_sym_PIPE_PIPE] = ACTIONS(4071), + [anon_sym_else] = ACTIONS(3059), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_BANG_EQ] = ACTIONS(4073), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4075), + [anon_sym_EQ_EQ] = ACTIONS(4073), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4075), + [anon_sym_LT_EQ] = ACTIONS(4077), + [anon_sym_GT_EQ] = ACTIONS(4077), + [anon_sym_BANGin] = ACTIONS(4079), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), + [anon_sym_PLUS] = ACTIONS(4081), + [anon_sym_DASH] = ACTIONS(4081), + [anon_sym_SLASH] = ACTIONS(4083), + [anon_sym_PERCENT] = ACTIONS(4061), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), + [anon_sym_suspend] = ACTIONS(3059), + [anon_sym_sealed] = ACTIONS(3059), + [anon_sym_annotation] = ACTIONS(3059), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_override] = ACTIONS(3059), + [anon_sym_lateinit] = ACTIONS(3059), + [anon_sym_public] = ACTIONS(3059), + [anon_sym_private] = ACTIONS(3059), + [anon_sym_internal] = ACTIONS(3059), + [anon_sym_protected] = ACTIONS(3059), + [anon_sym_tailrec] = ACTIONS(3059), + [anon_sym_operator] = ACTIONS(3059), + [anon_sym_infix] = ACTIONS(3059), + [anon_sym_inline] = ACTIONS(3059), + [anon_sym_external] = ACTIONS(3059), + [sym_property_modifier] = ACTIONS(3059), + [anon_sym_abstract] = ACTIONS(3059), + [anon_sym_final] = ACTIONS(3059), + [anon_sym_open] = ACTIONS(3059), + [anon_sym_vararg] = ACTIONS(3059), + [anon_sym_noinline] = ACTIONS(3059), + [anon_sym_crossinline] = ACTIONS(3059), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(1918), - [sym_integer_literal] = ACTIONS(99), - [sym_hex_literal] = ACTIONS(101), - [sym_bin_literal] = ACTIONS(101), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [anon_sym_SQUOTE] = ACTIONS(105), - [sym__backtick_identifier] = ACTIONS(107), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(3061), + [sym_safe_nav] = ACTIONS(3598), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(109), }, - [2347] = { - [sym__expression] = STATE(3736), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2343), - [sym_annotation] = STATE(2343), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(310), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(1940), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1231), - [sym_label] = ACTIONS(729), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(321), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(323), - [anon_sym_return] = ACTIONS(325), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(729), - [anon_sym_DASH] = ACTIONS(729), - [anon_sym_PLUS_PLUS] = ACTIONS(731), - [anon_sym_DASH_DASH] = ACTIONS(731), - [anon_sym_BANG] = ACTIONS(731), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), + [2384] = { + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(2211), + [sym__comparison_operator] = STATE(2219), + [sym__in_operator] = STATE(2104), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(2248), + [sym__multiplicative_operator] = STATE(2250), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_annotation] = STATE(7883), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2251), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_RBRACE] = ACTIONS(3009), + [anon_sym_LPAREN] = ACTIONS(3572), + [anon_sym_COMMA] = ACTIONS(3009), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(4053), + [anon_sym_where] = ACTIONS(3007), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(3009), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(4061), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(4063), + [anon_sym_DOT_DOT] = ACTIONS(4065), + [anon_sym_QMARK_COLON] = ACTIONS(4067), + [anon_sym_AMP_AMP] = ACTIONS(4069), + [anon_sym_PIPE_PIPE] = ACTIONS(4071), + [anon_sym_else] = ACTIONS(3007), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_BANG_EQ] = ACTIONS(4073), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4075), + [anon_sym_EQ_EQ] = ACTIONS(4073), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4075), + [anon_sym_LT_EQ] = ACTIONS(4077), + [anon_sym_GT_EQ] = ACTIONS(4077), + [anon_sym_BANGin] = ACTIONS(4079), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), + [anon_sym_PLUS] = ACTIONS(4081), + [anon_sym_DASH] = ACTIONS(4081), + [anon_sym_SLASH] = ACTIONS(4083), + [anon_sym_PERCENT] = ACTIONS(4061), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), + [anon_sym_suspend] = ACTIONS(3007), + [anon_sym_sealed] = ACTIONS(3007), + [anon_sym_annotation] = ACTIONS(3007), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_override] = ACTIONS(3007), + [anon_sym_lateinit] = ACTIONS(3007), + [anon_sym_public] = ACTIONS(3007), + [anon_sym_private] = ACTIONS(3007), + [anon_sym_internal] = ACTIONS(3007), + [anon_sym_protected] = ACTIONS(3007), + [anon_sym_tailrec] = ACTIONS(3007), + [anon_sym_operator] = ACTIONS(3007), + [anon_sym_infix] = ACTIONS(3007), + [anon_sym_inline] = ACTIONS(3007), + [anon_sym_external] = ACTIONS(3007), + [sym_property_modifier] = ACTIONS(3007), + [anon_sym_abstract] = ACTIONS(3007), + [anon_sym_final] = ACTIONS(3007), + [anon_sym_open] = ACTIONS(3007), + [anon_sym_vararg] = ACTIONS(3007), + [anon_sym_noinline] = ACTIONS(3007), + [anon_sym_crossinline] = ACTIONS(3007), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(3009), + [sym_safe_nav] = ACTIONS(3598), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), }, - [2348] = { - [sym__expression] = STATE(3550), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4941), - [sym_parenthesized_expression] = STATE(4941), - [sym_collection_literal] = STATE(4941), - [sym__literal_constant] = STATE(4941), - [sym_string_literal] = STATE(4941), - [sym_lambda_literal] = STATE(4941), - [sym_anonymous_function] = STATE(4941), - [sym__function_literal] = STATE(4941), - [sym_object_literal] = STATE(4941), - [sym_this_expression] = STATE(4941), - [sym_super_expression] = STATE(4941), - [sym_if_expression] = STATE(4941), - [sym_when_expression] = STATE(4941), - [sym_try_expression] = STATE(4941), - [sym_jump_expression] = STATE(4941), - [sym_callable_reference] = STATE(4941), - [sym__prefix_unary_operator] = STATE(2214), - [sym_annotation] = STATE(2214), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5029), - [sym__return_at] = STATE(303), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4941), - [sym_long_literal] = STATE(4941), - [sym_boolean_literal] = STATE(4941), - [sym_character_literal] = STATE(4941), - [sym__lexical_identifier] = STATE(4529), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1912), - [anon_sym_fun] = ACTIONS(1914), - [anon_sym_get] = ACTIONS(7), - [anon_sym_set] = ACTIONS(7), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(1267), - [sym_label] = ACTIONS(531), - [anon_sym_null] = ACTIONS(1916), - [anon_sym_if] = ACTIONS(525), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(527), - [anon_sym_return] = ACTIONS(529), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(531), - [anon_sym_DASH] = ACTIONS(531), - [anon_sym_PLUS_PLUS] = ACTIONS(533), - [anon_sym_DASH_DASH] = ACTIONS(533), - [anon_sym_BANG] = ACTIONS(533), - [anon_sym_data] = ACTIONS(7), - [anon_sym_inner] = ACTIONS(7), - [anon_sym_expect] = ACTIONS(7), - [anon_sym_actual] = ACTIONS(7), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(1918), - [sym_integer_literal] = ACTIONS(99), - [sym_hex_literal] = ACTIONS(101), - [sym_bin_literal] = ACTIONS(101), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [anon_sym_SQUOTE] = ACTIONS(105), - [sym__backtick_identifier] = ACTIONS(107), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(109), - }, - [2349] = { - [sym__expression] = STATE(3731), - [sym__unary_expression] = STATE(4639), - [sym_postfix_expression] = STATE(4639), - [sym_call_expression] = STATE(4639), - [sym_indexing_expression] = STATE(4639), - [sym_navigation_expression] = STATE(4639), - [sym_prefix_expression] = STATE(4639), - [sym_as_expression] = STATE(4639), - [sym_spread_expression] = STATE(4639), - [sym__binary_expression] = STATE(4639), - [sym_multiplicative_expression] = STATE(4639), - [sym_additive_expression] = STATE(4639), - [sym_range_expression] = STATE(4639), - [sym_infix_expression] = STATE(4639), - [sym_elvis_expression] = STATE(4639), - [sym_check_expression] = STATE(4639), - [sym_comparison_expression] = STATE(4639), - [sym_equality_expression] = STATE(4639), - [sym_conjunction_expression] = STATE(4639), - [sym_disjunction_expression] = STATE(4639), - [sym__primary_expression] = STATE(4639), - [sym_parenthesized_expression] = STATE(4639), - [sym_collection_literal] = STATE(4639), - [sym__literal_constant] = STATE(4639), - [sym_string_literal] = STATE(4639), - [sym_lambda_literal] = STATE(4639), - [sym_anonymous_function] = STATE(4639), - [sym__function_literal] = STATE(4639), - [sym_object_literal] = STATE(4639), - [sym_this_expression] = STATE(4639), - [sym_super_expression] = STATE(4639), - [sym_if_expression] = STATE(4639), - [sym_when_expression] = STATE(4639), - [sym_try_expression] = STATE(4639), - [sym_jump_expression] = STATE(4639), - [sym_callable_reference] = STATE(4639), - [sym__prefix_unary_operator] = STATE(2343), - [sym_annotation] = STATE(2343), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(4723), - [sym__return_at] = STATE(310), - [sym__continue_at] = STATE(4566), - [sym__break_at] = STATE(4566), - [sym_unsigned_literal] = STATE(4639), - [sym_long_literal] = STATE(4639), - [sym_boolean_literal] = STATE(4639), - [sym_character_literal] = STATE(4639), - [sym__lexical_identifier] = STATE(4440), - [sym__alpha_identifier] = ACTIONS(199), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(201), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(215), - [anon_sym_object] = ACTIONS(1856), - [anon_sym_fun] = ACTIONS(1940), - [anon_sym_get] = ACTIONS(199), - [anon_sym_set] = ACTIONS(199), - [anon_sym_this] = ACTIONS(227), - [anon_sym_super] = ACTIONS(229), - [anon_sym_STAR] = ACTIONS(1231), - [sym_label] = ACTIONS(729), - [anon_sym_null] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(321), - [anon_sym_when] = ACTIONS(245), - [anon_sym_try] = ACTIONS(247), - [anon_sym_throw] = ACTIONS(323), - [anon_sym_return] = ACTIONS(325), - [anon_sym_continue] = ACTIONS(253), - [anon_sym_break] = ACTIONS(253), - [anon_sym_COLON_COLON] = ACTIONS(255), - [anon_sym_PLUS] = ACTIONS(729), - [anon_sym_DASH] = ACTIONS(729), - [anon_sym_PLUS_PLUS] = ACTIONS(731), - [anon_sym_DASH_DASH] = ACTIONS(731), - [anon_sym_BANG] = ACTIONS(731), - [anon_sym_data] = ACTIONS(199), - [anon_sym_inner] = ACTIONS(199), - [anon_sym_expect] = ACTIONS(199), - [anon_sym_actual] = ACTIONS(199), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(265), - [anon_sym_continue_AT] = ACTIONS(267), - [anon_sym_break_AT] = ACTIONS(269), - [sym_real_literal] = ACTIONS(1862), - [sym_integer_literal] = ACTIONS(273), - [sym_hex_literal] = ACTIONS(275), - [sym_bin_literal] = ACTIONS(275), - [anon_sym_true] = ACTIONS(277), - [anon_sym_false] = ACTIONS(277), - [anon_sym_SQUOTE] = ACTIONS(279), - [sym__backtick_identifier] = ACTIONS(281), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(283), - }, - [2350] = { - [sym__expression] = STATE(4128), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4941), - [sym_parenthesized_expression] = STATE(4941), - [sym_collection_literal] = STATE(4941), - [sym__literal_constant] = STATE(4941), - [sym_string_literal] = STATE(4941), - [sym_lambda_literal] = STATE(4941), - [sym_anonymous_function] = STATE(4941), - [sym__function_literal] = STATE(4941), - [sym_object_literal] = STATE(4941), - [sym_this_expression] = STATE(4941), - [sym_super_expression] = STATE(4941), - [sym_if_expression] = STATE(4941), - [sym_when_expression] = STATE(4941), - [sym_try_expression] = STATE(4941), - [sym_jump_expression] = STATE(4941), - [sym_callable_reference] = STATE(4941), - [sym__prefix_unary_operator] = STATE(1611), - [sym_annotation] = STATE(1611), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5029), - [sym__return_at] = STATE(360), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4941), - [sym_long_literal] = STATE(4941), - [sym_boolean_literal] = STATE(4941), - [sym_character_literal] = STATE(4941), - [sym__lexical_identifier] = STATE(4529), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1912), - [anon_sym_fun] = ACTIONS(3003), - [anon_sym_get] = ACTIONS(7), - [anon_sym_set] = ACTIONS(7), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(873), - [sym_label] = ACTIONS(881), - [anon_sym_null] = ACTIONS(1916), - [anon_sym_if] = ACTIONS(3005), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(3007), - [anon_sym_return] = ACTIONS(3009), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(881), - [anon_sym_DASH] = ACTIONS(881), - [anon_sym_PLUS_PLUS] = ACTIONS(883), - [anon_sym_DASH_DASH] = ACTIONS(883), - [anon_sym_BANG] = ACTIONS(883), - [anon_sym_data] = ACTIONS(7), - [anon_sym_inner] = ACTIONS(7), - [anon_sym_expect] = ACTIONS(7), - [anon_sym_actual] = ACTIONS(7), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(1918), - [sym_integer_literal] = ACTIONS(99), - [sym_hex_literal] = ACTIONS(101), - [sym_bin_literal] = ACTIONS(101), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [anon_sym_SQUOTE] = ACTIONS(105), - [sym__backtick_identifier] = ACTIONS(107), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(109), - }, - [2351] = { - [sym__expression] = STATE(700), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(2081), - [sym_annotation] = STATE(2081), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(264), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), - [sym__alpha_identifier] = ACTIONS(537), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1636), - [anon_sym_get] = ACTIONS(537), - [anon_sym_set] = ACTIONS(537), - [anon_sym_this] = ACTIONS(561), - [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1329), - [sym_label] = ACTIONS(761), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(755), - [anon_sym_when] = ACTIONS(579), - [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(757), - [anon_sym_return] = ACTIONS(759), - [anon_sym_continue] = ACTIONS(587), - [anon_sym_break] = ACTIONS(587), - [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(761), - [anon_sym_DASH] = ACTIONS(761), - [anon_sym_PLUS_PLUS] = ACTIONS(763), - [anon_sym_DASH_DASH] = ACTIONS(763), - [anon_sym_BANG] = ACTIONS(763), - [anon_sym_data] = ACTIONS(537), - [anon_sym_inner] = ACTIONS(537), - [anon_sym_expect] = ACTIONS(537), - [anon_sym_actual] = ACTIONS(537), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(599), - [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), - [sym_integer_literal] = ACTIONS(605), - [sym_hex_literal] = ACTIONS(607), - [sym_bin_literal] = ACTIONS(607), - [anon_sym_true] = ACTIONS(609), - [anon_sym_false] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(611), - [sym__backtick_identifier] = ACTIONS(613), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(615), - }, - [2352] = { - [sym__expression] = STATE(701), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(2081), - [sym_annotation] = STATE(2081), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(264), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), - [sym__alpha_identifier] = ACTIONS(537), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1636), - [anon_sym_get] = ACTIONS(537), - [anon_sym_set] = ACTIONS(537), - [anon_sym_this] = ACTIONS(561), - [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1329), - [sym_label] = ACTIONS(761), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(755), - [anon_sym_when] = ACTIONS(579), - [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(757), - [anon_sym_return] = ACTIONS(759), - [anon_sym_continue] = ACTIONS(587), - [anon_sym_break] = ACTIONS(587), - [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(761), - [anon_sym_DASH] = ACTIONS(761), - [anon_sym_PLUS_PLUS] = ACTIONS(763), - [anon_sym_DASH_DASH] = ACTIONS(763), - [anon_sym_BANG] = ACTIONS(763), - [anon_sym_data] = ACTIONS(537), - [anon_sym_inner] = ACTIONS(537), - [anon_sym_expect] = ACTIONS(537), - [anon_sym_actual] = ACTIONS(537), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(599), - [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), - [sym_integer_literal] = ACTIONS(605), - [sym_hex_literal] = ACTIONS(607), - [sym_bin_literal] = ACTIONS(607), - [anon_sym_true] = ACTIONS(609), - [anon_sym_false] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(611), - [sym__backtick_identifier] = ACTIONS(613), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(615), - }, - [2353] = { - [sym__expression] = STATE(2412), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(2280), - [sym_annotation] = STATE(2280), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(267), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), - [sym__alpha_identifier] = ACTIONS(537), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1654), - [anon_sym_get] = ACTIONS(537), - [anon_sym_set] = ACTIONS(537), - [anon_sym_this] = ACTIONS(561), - [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(965), - [sym_label] = ACTIONS(975), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(1656), - [anon_sym_when] = ACTIONS(579), - [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(1658), - [anon_sym_return] = ACTIONS(1660), - [anon_sym_continue] = ACTIONS(587), - [anon_sym_break] = ACTIONS(587), - [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(975), - [anon_sym_DASH] = ACTIONS(975), - [anon_sym_PLUS_PLUS] = ACTIONS(977), - [anon_sym_DASH_DASH] = ACTIONS(977), - [anon_sym_BANG] = ACTIONS(977), - [anon_sym_data] = ACTIONS(537), - [anon_sym_inner] = ACTIONS(537), - [anon_sym_expect] = ACTIONS(537), - [anon_sym_actual] = ACTIONS(537), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(599), - [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), - [sym_integer_literal] = ACTIONS(605), - [sym_hex_literal] = ACTIONS(607), - [sym_bin_literal] = ACTIONS(607), - [anon_sym_true] = ACTIONS(609), - [anon_sym_false] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(611), - [sym__backtick_identifier] = ACTIONS(613), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(615), - }, - [2354] = { - [sym__expression] = STATE(3895), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4941), - [sym_parenthesized_expression] = STATE(4941), - [sym_collection_literal] = STATE(4941), - [sym__literal_constant] = STATE(4941), - [sym_string_literal] = STATE(4941), - [sym_lambda_literal] = STATE(4941), - [sym_anonymous_function] = STATE(4941), - [sym__function_literal] = STATE(4941), - [sym_object_literal] = STATE(4941), - [sym_this_expression] = STATE(4941), - [sym_super_expression] = STATE(4941), - [sym_if_expression] = STATE(4941), - [sym_when_expression] = STATE(4941), - [sym_try_expression] = STATE(4941), - [sym_jump_expression] = STATE(4941), - [sym_callable_reference] = STATE(4941), - [sym__prefix_unary_operator] = STATE(2020), - [sym_annotation] = STATE(2020), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5029), - [sym__return_at] = STATE(312), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4941), - [sym_long_literal] = STATE(4941), - [sym_boolean_literal] = STATE(4941), - [sym_character_literal] = STATE(4941), - [sym__lexical_identifier] = STATE(4529), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1912), - [anon_sym_fun] = ACTIONS(1974), - [anon_sym_get] = ACTIONS(7), - [anon_sym_set] = ACTIONS(7), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(1213), - [sym_label] = ACTIONS(639), - [anon_sym_null] = ACTIONS(1916), - [anon_sym_if] = ACTIONS(55), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(61), - [anon_sym_return] = ACTIONS(63), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_PLUS_PLUS] = ACTIONS(641), - [anon_sym_DASH_DASH] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), - [anon_sym_data] = ACTIONS(7), - [anon_sym_inner] = ACTIONS(7), - [anon_sym_expect] = ACTIONS(7), - [anon_sym_actual] = ACTIONS(7), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(1918), - [sym_integer_literal] = ACTIONS(99), - [sym_hex_literal] = ACTIONS(101), - [sym_bin_literal] = ACTIONS(101), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [anon_sym_SQUOTE] = ACTIONS(105), - [sym__backtick_identifier] = ACTIONS(107), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(109), - }, - [2355] = { - [sym__expression] = STATE(4127), - [sym__unary_expression] = STATE(4941), - [sym_postfix_expression] = STATE(4941), - [sym_call_expression] = STATE(4941), - [sym_indexing_expression] = STATE(4941), - [sym_navigation_expression] = STATE(4941), - [sym_prefix_expression] = STATE(4941), - [sym_as_expression] = STATE(4941), - [sym_spread_expression] = STATE(4941), - [sym__binary_expression] = STATE(4941), - [sym_multiplicative_expression] = STATE(4941), - [sym_additive_expression] = STATE(4941), - [sym_range_expression] = STATE(4941), - [sym_infix_expression] = STATE(4941), - [sym_elvis_expression] = STATE(4941), - [sym_check_expression] = STATE(4941), - [sym_comparison_expression] = STATE(4941), - [sym_equality_expression] = STATE(4941), - [sym_conjunction_expression] = STATE(4941), - [sym_disjunction_expression] = STATE(4941), - [sym__primary_expression] = STATE(4941), - [sym_parenthesized_expression] = STATE(4941), - [sym_collection_literal] = STATE(4941), - [sym__literal_constant] = STATE(4941), - [sym_string_literal] = STATE(4941), - [sym_lambda_literal] = STATE(4941), - [sym_anonymous_function] = STATE(4941), - [sym__function_literal] = STATE(4941), - [sym_object_literal] = STATE(4941), - [sym_this_expression] = STATE(4941), - [sym_super_expression] = STATE(4941), - [sym_if_expression] = STATE(4941), - [sym_when_expression] = STATE(4941), - [sym_try_expression] = STATE(4941), - [sym_jump_expression] = STATE(4941), - [sym_callable_reference] = STATE(4941), - [sym__prefix_unary_operator] = STATE(1611), - [sym_annotation] = STATE(1611), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(5029), - [sym__return_at] = STATE(360), - [sym__continue_at] = STATE(5043), - [sym__break_at] = STATE(5043), - [sym_unsigned_literal] = STATE(4941), - [sym_long_literal] = STATE(4941), - [sym_boolean_literal] = STATE(4941), - [sym_character_literal] = STATE(4941), - [sym__lexical_identifier] = STATE(4529), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1912), - [anon_sym_fun] = ACTIONS(3003), - [anon_sym_get] = ACTIONS(7), - [anon_sym_set] = ACTIONS(7), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(873), - [sym_label] = ACTIONS(881), - [anon_sym_null] = ACTIONS(1916), - [anon_sym_if] = ACTIONS(3005), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(3007), - [anon_sym_return] = ACTIONS(3009), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(881), - [anon_sym_DASH] = ACTIONS(881), - [anon_sym_PLUS_PLUS] = ACTIONS(883), - [anon_sym_DASH_DASH] = ACTIONS(883), - [anon_sym_BANG] = ACTIONS(883), - [anon_sym_data] = ACTIONS(7), - [anon_sym_inner] = ACTIONS(7), - [anon_sym_expect] = ACTIONS(7), - [anon_sym_actual] = ACTIONS(7), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [sym_real_literal] = ACTIONS(1918), - [sym_integer_literal] = ACTIONS(99), - [sym_hex_literal] = ACTIONS(101), - [sym_bin_literal] = ACTIONS(101), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [anon_sym_SQUOTE] = ACTIONS(105), - [sym__backtick_identifier] = ACTIONS(107), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(109), - }, - [2356] = { - [sym__expression] = STATE(637), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(1620), - [sym_annotation] = STATE(1620), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(261), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), - [sym__alpha_identifier] = ACTIONS(537), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1626), - [anon_sym_get] = ACTIONS(537), - [anon_sym_set] = ACTIONS(537), - [anon_sym_this] = ACTIONS(561), - [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1279), - [sym_label] = ACTIONS(591), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(577), - [anon_sym_when] = ACTIONS(579), - [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(583), - [anon_sym_return] = ACTIONS(585), - [anon_sym_continue] = ACTIONS(587), - [anon_sym_break] = ACTIONS(587), - [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_PLUS_PLUS] = ACTIONS(593), - [anon_sym_DASH_DASH] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_data] = ACTIONS(537), - [anon_sym_inner] = ACTIONS(537), - [anon_sym_expect] = ACTIONS(537), - [anon_sym_actual] = ACTIONS(537), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(599), - [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), - [sym_integer_literal] = ACTIONS(605), - [sym_hex_literal] = ACTIONS(607), - [sym_bin_literal] = ACTIONS(607), - [anon_sym_true] = ACTIONS(609), - [anon_sym_false] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(611), - [sym__backtick_identifier] = ACTIONS(613), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(615), - }, - [2357] = { - [sym__expression] = STATE(642), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(1620), - [sym_annotation] = STATE(1620), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(261), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), - [sym__alpha_identifier] = ACTIONS(537), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1626), - [anon_sym_get] = ACTIONS(537), - [anon_sym_set] = ACTIONS(537), - [anon_sym_this] = ACTIONS(561), - [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1279), - [sym_label] = ACTIONS(591), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(577), - [anon_sym_when] = ACTIONS(579), - [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(583), - [anon_sym_return] = ACTIONS(585), - [anon_sym_continue] = ACTIONS(587), - [anon_sym_break] = ACTIONS(587), - [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_PLUS_PLUS] = ACTIONS(593), - [anon_sym_DASH_DASH] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_data] = ACTIONS(537), - [anon_sym_inner] = ACTIONS(537), - [anon_sym_expect] = ACTIONS(537), - [anon_sym_actual] = ACTIONS(537), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(599), - [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), - [sym_integer_literal] = ACTIONS(605), - [sym_hex_literal] = ACTIONS(607), - [sym_bin_literal] = ACTIONS(607), - [anon_sym_true] = ACTIONS(609), - [anon_sym_false] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(611), - [sym__backtick_identifier] = ACTIONS(613), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(615), - }, - [2358] = { - [sym__expression] = STATE(703), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(2081), - [sym_annotation] = STATE(2081), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(264), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), - [sym__alpha_identifier] = ACTIONS(537), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1636), - [anon_sym_get] = ACTIONS(537), - [anon_sym_set] = ACTIONS(537), - [anon_sym_this] = ACTIONS(561), - [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1329), - [sym_label] = ACTIONS(761), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(755), - [anon_sym_when] = ACTIONS(579), - [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(757), - [anon_sym_return] = ACTIONS(759), - [anon_sym_continue] = ACTIONS(587), - [anon_sym_break] = ACTIONS(587), - [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(761), - [anon_sym_DASH] = ACTIONS(761), - [anon_sym_PLUS_PLUS] = ACTIONS(763), - [anon_sym_DASH_DASH] = ACTIONS(763), - [anon_sym_BANG] = ACTIONS(763), - [anon_sym_data] = ACTIONS(537), - [anon_sym_inner] = ACTIONS(537), - [anon_sym_expect] = ACTIONS(537), - [anon_sym_actual] = ACTIONS(537), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(599), - [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), - [sym_integer_literal] = ACTIONS(605), - [sym_hex_literal] = ACTIONS(607), - [sym_bin_literal] = ACTIONS(607), - [anon_sym_true] = ACTIONS(609), - [anon_sym_false] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(611), - [sym__backtick_identifier] = ACTIONS(613), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(615), - }, - [2359] = { - [sym__expression] = STATE(645), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(1620), - [sym_annotation] = STATE(1620), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(261), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), - [sym__alpha_identifier] = ACTIONS(537), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1626), - [anon_sym_get] = ACTIONS(537), - [anon_sym_set] = ACTIONS(537), - [anon_sym_this] = ACTIONS(561), - [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1279), - [sym_label] = ACTIONS(591), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(577), - [anon_sym_when] = ACTIONS(579), - [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(583), - [anon_sym_return] = ACTIONS(585), - [anon_sym_continue] = ACTIONS(587), - [anon_sym_break] = ACTIONS(587), - [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_PLUS_PLUS] = ACTIONS(593), - [anon_sym_DASH_DASH] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_data] = ACTIONS(537), - [anon_sym_inner] = ACTIONS(537), - [anon_sym_expect] = ACTIONS(537), - [anon_sym_actual] = ACTIONS(537), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(599), - [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), - [sym_integer_literal] = ACTIONS(605), - [sym_hex_literal] = ACTIONS(607), - [sym_bin_literal] = ACTIONS(607), - [anon_sym_true] = ACTIONS(609), - [anon_sym_false] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(611), - [sym__backtick_identifier] = ACTIONS(613), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(615), - }, - [2360] = { - [sym__expression] = STATE(646), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(1620), - [sym_annotation] = STATE(1620), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(261), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), - [sym__alpha_identifier] = ACTIONS(537), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1626), - [anon_sym_get] = ACTIONS(537), - [anon_sym_set] = ACTIONS(537), - [anon_sym_this] = ACTIONS(561), - [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1279), - [sym_label] = ACTIONS(591), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(577), - [anon_sym_when] = ACTIONS(579), - [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(583), - [anon_sym_return] = ACTIONS(585), - [anon_sym_continue] = ACTIONS(587), - [anon_sym_break] = ACTIONS(587), - [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_PLUS_PLUS] = ACTIONS(593), - [anon_sym_DASH_DASH] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_data] = ACTIONS(537), - [anon_sym_inner] = ACTIONS(537), - [anon_sym_expect] = ACTIONS(537), - [anon_sym_actual] = ACTIONS(537), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(599), - [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), - [sym_integer_literal] = ACTIONS(605), - [sym_hex_literal] = ACTIONS(607), - [sym_bin_literal] = ACTIONS(607), - [anon_sym_true] = ACTIONS(609), - [anon_sym_false] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(611), - [sym__backtick_identifier] = ACTIONS(613), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(615), - }, - [2361] = { - [sym__expression] = STATE(704), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(2081), - [sym_annotation] = STATE(2081), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(264), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), - [sym__alpha_identifier] = ACTIONS(537), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1636), - [anon_sym_get] = ACTIONS(537), - [anon_sym_set] = ACTIONS(537), - [anon_sym_this] = ACTIONS(561), - [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1329), - [sym_label] = ACTIONS(761), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(755), - [anon_sym_when] = ACTIONS(579), - [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(757), - [anon_sym_return] = ACTIONS(759), - [anon_sym_continue] = ACTIONS(587), - [anon_sym_break] = ACTIONS(587), - [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(761), - [anon_sym_DASH] = ACTIONS(761), - [anon_sym_PLUS_PLUS] = ACTIONS(763), - [anon_sym_DASH_DASH] = ACTIONS(763), - [anon_sym_BANG] = ACTIONS(763), - [anon_sym_data] = ACTIONS(537), - [anon_sym_inner] = ACTIONS(537), - [anon_sym_expect] = ACTIONS(537), - [anon_sym_actual] = ACTIONS(537), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(599), - [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), - [sym_integer_literal] = ACTIONS(605), - [sym_hex_literal] = ACTIONS(607), - [sym_bin_literal] = ACTIONS(607), - [anon_sym_true] = ACTIONS(609), - [anon_sym_false] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(611), - [sym__backtick_identifier] = ACTIONS(613), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(615), - }, - [2362] = { - [sym__expression] = STATE(647), - [sym__unary_expression] = STATE(3837), - [sym_postfix_expression] = STATE(3837), - [sym_call_expression] = STATE(3837), - [sym_indexing_expression] = STATE(3837), - [sym_navigation_expression] = STATE(3837), - [sym_prefix_expression] = STATE(3837), - [sym_as_expression] = STATE(3837), - [sym_spread_expression] = STATE(3837), - [sym__binary_expression] = STATE(3837), - [sym_multiplicative_expression] = STATE(3837), - [sym_additive_expression] = STATE(3837), - [sym_range_expression] = STATE(3837), - [sym_infix_expression] = STATE(3837), - [sym_elvis_expression] = STATE(3837), - [sym_check_expression] = STATE(3837), - [sym_comparison_expression] = STATE(3837), - [sym_equality_expression] = STATE(3837), - [sym_conjunction_expression] = STATE(3837), - [sym_disjunction_expression] = STATE(3837), - [sym__primary_expression] = STATE(3837), - [sym_parenthesized_expression] = STATE(3837), - [sym_collection_literal] = STATE(3837), - [sym__literal_constant] = STATE(3837), - [sym_string_literal] = STATE(3837), - [sym_lambda_literal] = STATE(3837), - [sym_anonymous_function] = STATE(3837), - [sym__function_literal] = STATE(3837), - [sym_object_literal] = STATE(3837), - [sym_this_expression] = STATE(3837), - [sym_super_expression] = STATE(3837), - [sym_if_expression] = STATE(3837), - [sym_when_expression] = STATE(3837), - [sym_try_expression] = STATE(3837), - [sym_jump_expression] = STATE(3837), - [sym_callable_reference] = STATE(3837), - [sym__prefix_unary_operator] = STATE(1620), - [sym_annotation] = STATE(1620), - [sym__single_annotation] = STATE(4000), - [sym__multi_annotation] = STATE(4000), - [sym_simple_identifier] = STATE(3672), - [sym__return_at] = STATE(261), - [sym__continue_at] = STATE(3783), - [sym__break_at] = STATE(3783), - [sym_unsigned_literal] = STATE(3837), - [sym_long_literal] = STATE(3837), - [sym_boolean_literal] = STATE(3837), - [sym_character_literal] = STATE(3837), - [sym__lexical_identifier] = STATE(3263), - [sym__alpha_identifier] = ACTIONS(537), - [anon_sym_AT] = ACTIONS(113), - [anon_sym_LBRACK] = ACTIONS(539), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_LPAREN] = ACTIONS(549), - [anon_sym_object] = ACTIONS(1624), - [anon_sym_fun] = ACTIONS(1626), - [anon_sym_get] = ACTIONS(537), - [anon_sym_set] = ACTIONS(537), - [anon_sym_this] = ACTIONS(561), - [anon_sym_super] = ACTIONS(563), - [anon_sym_STAR] = ACTIONS(1279), - [sym_label] = ACTIONS(591), - [anon_sym_null] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(577), - [anon_sym_when] = ACTIONS(579), - [anon_sym_try] = ACTIONS(581), - [anon_sym_throw] = ACTIONS(583), - [anon_sym_return] = ACTIONS(585), - [anon_sym_continue] = ACTIONS(587), - [anon_sym_break] = ACTIONS(587), - [anon_sym_COLON_COLON] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_PLUS_PLUS] = ACTIONS(593), - [anon_sym_DASH_DASH] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_data] = ACTIONS(537), - [anon_sym_inner] = ACTIONS(537), - [anon_sym_expect] = ACTIONS(537), - [anon_sym_actual] = ACTIONS(537), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(475), - [anon_sym_continue_AT] = ACTIONS(599), - [anon_sym_break_AT] = ACTIONS(601), - [sym_real_literal] = ACTIONS(1630), - [sym_integer_literal] = ACTIONS(605), - [sym_hex_literal] = ACTIONS(607), - [sym_bin_literal] = ACTIONS(607), - [anon_sym_true] = ACTIONS(609), - [anon_sym_false] = ACTIONS(609), - [anon_sym_SQUOTE] = ACTIONS(611), - [sym__backtick_identifier] = ACTIONS(613), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(615), - }, - [2363] = { - [sym_property_delegate] = STATE(2531), - [sym_getter] = STATE(4680), - [sym_setter] = STATE(4680), - [sym_modifiers] = STATE(8861), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1770), + [2385] = { + [sym_type_constraints] = STATE(2490), + [sym_property_delegate] = STATE(2690), + [sym_getter] = STATE(4715), + [sym_setter] = STATE(4715), + [sym_modifiers] = STATE(8791), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1694), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1772), - [anon_sym_as] = ACTIONS(1770), - [anon_sym_EQ] = ACTIONS(5890), - [anon_sym_LBRACE] = ACTIONS(1772), - [anon_sym_RBRACE] = ACTIONS(1772), - [anon_sym_LPAREN] = ACTIONS(1772), - [anon_sym_RPAREN] = ACTIONS(1772), - [anon_sym_by] = ACTIONS(5643), - [anon_sym_LT] = ACTIONS(1770), - [anon_sym_GT] = ACTIONS(1770), - [anon_sym_DOT] = ACTIONS(1770), - [anon_sym_SEMI] = ACTIONS(3688), - [anon_sym_get] = ACTIONS(5693), - [anon_sym_set] = ACTIONS(5695), - [anon_sym_STAR] = ACTIONS(1770), - [sym_label] = ACTIONS(1772), - [anon_sym_in] = ACTIONS(1770), - [anon_sym_while] = ACTIONS(1770), - [anon_sym_DOT_DOT] = ACTIONS(1772), - [anon_sym_QMARK_COLON] = ACTIONS(1772), - [anon_sym_AMP_AMP] = ACTIONS(1772), - [anon_sym_PIPE_PIPE] = ACTIONS(1772), - [anon_sym_else] = ACTIONS(1770), - [anon_sym_COLON_COLON] = ACTIONS(1772), - [anon_sym_PLUS_EQ] = ACTIONS(1772), - [anon_sym_DASH_EQ] = ACTIONS(1772), - [anon_sym_STAR_EQ] = ACTIONS(1772), - [anon_sym_SLASH_EQ] = ACTIONS(1772), - [anon_sym_PERCENT_EQ] = ACTIONS(1772), - [anon_sym_BANG_EQ] = ACTIONS(1770), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1772), - [anon_sym_EQ_EQ] = ACTIONS(1770), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1772), - [anon_sym_LT_EQ] = ACTIONS(1772), - [anon_sym_GT_EQ] = ACTIONS(1772), - [anon_sym_BANGin] = ACTIONS(1772), - [anon_sym_is] = ACTIONS(1770), - [anon_sym_BANGis] = ACTIONS(1772), - [anon_sym_PLUS] = ACTIONS(1770), - [anon_sym_DASH] = ACTIONS(1770), - [anon_sym_SLASH] = ACTIONS(1770), - [anon_sym_PERCENT] = ACTIONS(1770), - [anon_sym_as_QMARK] = ACTIONS(1772), - [anon_sym_PLUS_PLUS] = ACTIONS(1772), - [anon_sym_DASH_DASH] = ACTIONS(1772), - [anon_sym_BANG_BANG] = ACTIONS(1772), + [anon_sym_LBRACK] = ACTIONS(1696), + [anon_sym_RBRACK] = ACTIONS(1696), + [anon_sym_as] = ACTIONS(1694), + [anon_sym_EQ] = ACTIONS(5928), + [anon_sym_LBRACE] = ACTIONS(1696), + [anon_sym_RBRACE] = ACTIONS(1696), + [anon_sym_LPAREN] = ACTIONS(1696), + [anon_sym_COMMA] = ACTIONS(1696), + [anon_sym_RPAREN] = ACTIONS(1696), + [anon_sym_by] = ACTIONS(5900), + [anon_sym_LT] = ACTIONS(1694), + [anon_sym_GT] = ACTIONS(1694), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(1694), + [anon_sym_SEMI] = ACTIONS(3796), + [anon_sym_get] = ACTIONS(5904), + [anon_sym_set] = ACTIONS(5906), + [anon_sym_STAR] = ACTIONS(1696), + [anon_sym_DASH_GT] = ACTIONS(1696), + [sym_label] = ACTIONS(1696), + [anon_sym_in] = ACTIONS(1694), + [anon_sym_while] = ACTIONS(1694), + [anon_sym_DOT_DOT] = ACTIONS(1696), + [anon_sym_QMARK_COLON] = ACTIONS(1696), + [anon_sym_AMP_AMP] = ACTIONS(1696), + [anon_sym_PIPE_PIPE] = ACTIONS(1696), + [anon_sym_else] = ACTIONS(1694), + [anon_sym_COLON_COLON] = ACTIONS(1696), + [anon_sym_BANG_EQ] = ACTIONS(1694), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), + [anon_sym_EQ_EQ] = ACTIONS(1694), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), + [anon_sym_LT_EQ] = ACTIONS(1696), + [anon_sym_GT_EQ] = ACTIONS(1696), + [anon_sym_BANGin] = ACTIONS(1696), + [anon_sym_is] = ACTIONS(1694), + [anon_sym_BANGis] = ACTIONS(1696), + [anon_sym_PLUS] = ACTIONS(1694), + [anon_sym_DASH] = ACTIONS(1694), + [anon_sym_SLASH] = ACTIONS(1694), + [anon_sym_PERCENT] = ACTIONS(1696), + [anon_sym_as_QMARK] = ACTIONS(1696), + [anon_sym_PLUS_PLUS] = ACTIONS(1696), + [anon_sym_DASH_DASH] = ACTIONS(1696), + [anon_sym_BANG_BANG] = ACTIONS(1696), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -284751,363 +286965,257 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1772), - [sym_safe_nav] = ACTIONS(1772), + [sym__backtick_identifier] = ACTIONS(1696), + [sym_safe_nav] = ACTIONS(1696), [sym_multiline_comment] = ACTIONS(3), }, - [2364] = { - [sym__alpha_identifier] = ACTIONS(4923), - [anon_sym_AT] = ACTIONS(4925), - [anon_sym_LBRACK] = ACTIONS(4925), - [anon_sym_as] = ACTIONS(4923), - [anon_sym_LBRACE] = ACTIONS(4925), - [anon_sym_RBRACE] = ACTIONS(4925), - [anon_sym_LPAREN] = ACTIONS(5892), - [anon_sym_LT] = ACTIONS(4923), - [anon_sym_GT] = ACTIONS(4923), - [anon_sym_object] = ACTIONS(4923), - [anon_sym_fun] = ACTIONS(4923), - [anon_sym_DOT] = ACTIONS(4923), - [anon_sym_SEMI] = ACTIONS(4925), - [anon_sym_get] = ACTIONS(4923), - [anon_sym_set] = ACTIONS(4923), - [anon_sym_this] = ACTIONS(4923), - [anon_sym_super] = ACTIONS(4923), - [anon_sym_STAR] = ACTIONS(4925), - [sym_label] = ACTIONS(4923), - [anon_sym_in] = ACTIONS(4923), - [anon_sym_DOT_DOT] = ACTIONS(4925), - [anon_sym_QMARK_COLON] = ACTIONS(4925), - [anon_sym_AMP_AMP] = ACTIONS(4925), - [anon_sym_PIPE_PIPE] = ACTIONS(4925), - [anon_sym_null] = ACTIONS(4923), - [anon_sym_if] = ACTIONS(4923), - [anon_sym_else] = ACTIONS(4923), - [anon_sym_when] = ACTIONS(4923), - [anon_sym_try] = ACTIONS(4923), - [anon_sym_throw] = ACTIONS(4923), - [anon_sym_return] = ACTIONS(4923), - [anon_sym_continue] = ACTIONS(4923), - [anon_sym_break] = ACTIONS(4923), - [anon_sym_COLON_COLON] = ACTIONS(4925), - [anon_sym_BANG_EQ] = ACTIONS(4923), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4925), - [anon_sym_EQ_EQ] = ACTIONS(4923), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4925), - [anon_sym_LT_EQ] = ACTIONS(4925), - [anon_sym_GT_EQ] = ACTIONS(4925), - [anon_sym_BANGin] = ACTIONS(4925), - [anon_sym_is] = ACTIONS(4923), - [anon_sym_BANGis] = ACTIONS(4925), - [anon_sym_PLUS] = ACTIONS(4923), - [anon_sym_DASH] = ACTIONS(4923), - [anon_sym_SLASH] = ACTIONS(4923), - [anon_sym_PERCENT] = ACTIONS(4925), - [anon_sym_as_QMARK] = ACTIONS(4925), - [anon_sym_PLUS_PLUS] = ACTIONS(4925), - [anon_sym_DASH_DASH] = ACTIONS(4925), - [anon_sym_BANG] = ACTIONS(4923), - [anon_sym_BANG_BANG] = ACTIONS(4925), - [anon_sym_suspend] = ACTIONS(4923), - [anon_sym_sealed] = ACTIONS(4923), - [anon_sym_annotation] = ACTIONS(4923), - [anon_sym_data] = ACTIONS(4923), - [anon_sym_inner] = ACTIONS(4923), - [anon_sym_override] = ACTIONS(4923), - [anon_sym_lateinit] = ACTIONS(4923), - [anon_sym_public] = ACTIONS(4923), - [anon_sym_private] = ACTIONS(4923), - [anon_sym_internal] = ACTIONS(4923), - [anon_sym_protected] = ACTIONS(4923), - [anon_sym_tailrec] = ACTIONS(4923), - [anon_sym_operator] = ACTIONS(4923), - [anon_sym_infix] = ACTIONS(4923), - [anon_sym_inline] = ACTIONS(4923), - [anon_sym_external] = ACTIONS(4923), - [sym_property_modifier] = ACTIONS(4923), - [anon_sym_abstract] = ACTIONS(4923), - [anon_sym_final] = ACTIONS(4923), - [anon_sym_open] = ACTIONS(4923), - [anon_sym_vararg] = ACTIONS(4923), - [anon_sym_noinline] = ACTIONS(4923), - [anon_sym_crossinline] = ACTIONS(4923), - [anon_sym_expect] = ACTIONS(4923), - [anon_sym_actual] = ACTIONS(4923), + [2386] = { + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(2211), + [sym__comparison_operator] = STATE(2219), + [sym__in_operator] = STATE(2104), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(2248), + [sym__multiplicative_operator] = STATE(2250), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_annotation] = STATE(7883), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2251), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_RBRACE] = ACTIONS(3054), + [anon_sym_LPAREN] = ACTIONS(3572), + [anon_sym_COMMA] = ACTIONS(3054), + [anon_sym_LT] = ACTIONS(3056), + [anon_sym_GT] = ACTIONS(3052), + [anon_sym_where] = ACTIONS(3052), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(3054), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(4061), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(3052), + [anon_sym_DOT_DOT] = ACTIONS(4065), + [anon_sym_QMARK_COLON] = ACTIONS(3054), + [anon_sym_AMP_AMP] = ACTIONS(3054), + [anon_sym_PIPE_PIPE] = ACTIONS(3054), + [anon_sym_else] = ACTIONS(3052), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_BANG_EQ] = ACTIONS(3052), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3054), + [anon_sym_EQ_EQ] = ACTIONS(3052), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3054), + [anon_sym_LT_EQ] = ACTIONS(3054), + [anon_sym_GT_EQ] = ACTIONS(3054), + [anon_sym_BANGin] = ACTIONS(3054), + [anon_sym_is] = ACTIONS(3052), + [anon_sym_BANGis] = ACTIONS(3054), + [anon_sym_PLUS] = ACTIONS(4081), + [anon_sym_DASH] = ACTIONS(4081), + [anon_sym_SLASH] = ACTIONS(4083), + [anon_sym_PERCENT] = ACTIONS(4061), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), + [anon_sym_suspend] = ACTIONS(3052), + [anon_sym_sealed] = ACTIONS(3052), + [anon_sym_annotation] = ACTIONS(3052), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_override] = ACTIONS(3052), + [anon_sym_lateinit] = ACTIONS(3052), + [anon_sym_public] = ACTIONS(3052), + [anon_sym_private] = ACTIONS(3052), + [anon_sym_internal] = ACTIONS(3052), + [anon_sym_protected] = ACTIONS(3052), + [anon_sym_tailrec] = ACTIONS(3052), + [anon_sym_operator] = ACTIONS(3052), + [anon_sym_infix] = ACTIONS(3052), + [anon_sym_inline] = ACTIONS(3052), + [anon_sym_external] = ACTIONS(3052), + [sym_property_modifier] = ACTIONS(3052), + [anon_sym_abstract] = ACTIONS(3052), + [anon_sym_final] = ACTIONS(3052), + [anon_sym_open] = ACTIONS(3052), + [anon_sym_vararg] = ACTIONS(3052), + [anon_sym_noinline] = ACTIONS(3052), + [anon_sym_crossinline] = ACTIONS(3052), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4925), - [anon_sym_continue_AT] = ACTIONS(4925), - [anon_sym_break_AT] = ACTIONS(4925), - [sym_real_literal] = ACTIONS(4925), - [sym_integer_literal] = ACTIONS(4923), - [sym_hex_literal] = ACTIONS(4925), - [sym_bin_literal] = ACTIONS(4925), - [anon_sym_true] = ACTIONS(4923), - [anon_sym_false] = ACTIONS(4923), - [anon_sym_SQUOTE] = ACTIONS(4925), - [sym__backtick_identifier] = ACTIONS(4925), - [sym__automatic_semicolon] = ACTIONS(4925), - [sym_safe_nav] = ACTIONS(4925), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(3054), + [sym_safe_nav] = ACTIONS(3598), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4925), }, - [2365] = { - [sym__alpha_identifier] = ACTIONS(4257), - [anon_sym_AT] = ACTIONS(4255), - [anon_sym_LBRACK] = ACTIONS(4255), - [anon_sym_as] = ACTIONS(4257), - [anon_sym_LBRACE] = ACTIONS(4255), - [anon_sym_RBRACE] = ACTIONS(4255), - [anon_sym_LPAREN] = ACTIONS(5894), - [anon_sym_LT] = ACTIONS(4257), - [anon_sym_GT] = ACTIONS(4257), - [anon_sym_object] = ACTIONS(4257), - [anon_sym_fun] = ACTIONS(4257), - [anon_sym_DOT] = ACTIONS(4257), - [anon_sym_SEMI] = ACTIONS(4255), - [anon_sym_get] = ACTIONS(4257), - [anon_sym_set] = ACTIONS(4257), - [anon_sym_this] = ACTIONS(4257), - [anon_sym_super] = ACTIONS(4257), - [anon_sym_STAR] = ACTIONS(4255), - [sym_label] = ACTIONS(4257), - [anon_sym_in] = ACTIONS(4257), - [anon_sym_DOT_DOT] = ACTIONS(4255), - [anon_sym_QMARK_COLON] = ACTIONS(4255), - [anon_sym_AMP_AMP] = ACTIONS(4255), - [anon_sym_PIPE_PIPE] = ACTIONS(4255), - [anon_sym_null] = ACTIONS(4257), - [anon_sym_if] = ACTIONS(4257), - [anon_sym_else] = ACTIONS(4257), - [anon_sym_when] = ACTIONS(4257), - [anon_sym_try] = ACTIONS(4257), - [anon_sym_throw] = ACTIONS(4257), - [anon_sym_return] = ACTIONS(4257), - [anon_sym_continue] = ACTIONS(4257), - [anon_sym_break] = ACTIONS(4257), - [anon_sym_COLON_COLON] = ACTIONS(4255), - [anon_sym_BANG_EQ] = ACTIONS(4257), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4255), - [anon_sym_EQ_EQ] = ACTIONS(4257), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4255), - [anon_sym_LT_EQ] = ACTIONS(4255), - [anon_sym_GT_EQ] = ACTIONS(4255), - [anon_sym_BANGin] = ACTIONS(4255), - [anon_sym_is] = ACTIONS(4257), - [anon_sym_BANGis] = ACTIONS(4255), - [anon_sym_PLUS] = ACTIONS(4257), - [anon_sym_DASH] = ACTIONS(4257), - [anon_sym_SLASH] = ACTIONS(4257), - [anon_sym_PERCENT] = ACTIONS(4255), - [anon_sym_as_QMARK] = ACTIONS(4255), - [anon_sym_PLUS_PLUS] = ACTIONS(4255), - [anon_sym_DASH_DASH] = ACTIONS(4255), - [anon_sym_BANG] = ACTIONS(4257), - [anon_sym_BANG_BANG] = ACTIONS(4255), - [anon_sym_suspend] = ACTIONS(4257), - [anon_sym_sealed] = ACTIONS(4257), - [anon_sym_annotation] = ACTIONS(4257), - [anon_sym_data] = ACTIONS(4257), - [anon_sym_inner] = ACTIONS(4257), - [anon_sym_override] = ACTIONS(4257), - [anon_sym_lateinit] = ACTIONS(4257), - [anon_sym_public] = ACTIONS(4257), - [anon_sym_private] = ACTIONS(4257), - [anon_sym_internal] = ACTIONS(4257), - [anon_sym_protected] = ACTIONS(4257), - [anon_sym_tailrec] = ACTIONS(4257), - [anon_sym_operator] = ACTIONS(4257), - [anon_sym_infix] = ACTIONS(4257), - [anon_sym_inline] = ACTIONS(4257), - [anon_sym_external] = ACTIONS(4257), - [sym_property_modifier] = ACTIONS(4257), - [anon_sym_abstract] = ACTIONS(4257), - [anon_sym_final] = ACTIONS(4257), - [anon_sym_open] = ACTIONS(4257), - [anon_sym_vararg] = ACTIONS(4257), - [anon_sym_noinline] = ACTIONS(4257), - [anon_sym_crossinline] = ACTIONS(4257), - [anon_sym_expect] = ACTIONS(4257), - [anon_sym_actual] = ACTIONS(4257), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4255), - [anon_sym_continue_AT] = ACTIONS(4255), - [anon_sym_break_AT] = ACTIONS(4255), - [sym_real_literal] = ACTIONS(4255), - [sym_integer_literal] = ACTIONS(4257), - [sym_hex_literal] = ACTIONS(4255), - [sym_bin_literal] = ACTIONS(4255), - [anon_sym_true] = ACTIONS(4257), - [anon_sym_false] = ACTIONS(4257), - [anon_sym_SQUOTE] = ACTIONS(4255), - [sym__backtick_identifier] = ACTIONS(4255), - [sym__automatic_semicolon] = ACTIONS(4255), - [sym_safe_nav] = ACTIONS(4255), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4255), - }, - [2366] = { - [sym__alpha_identifier] = ACTIONS(4241), - [anon_sym_AT] = ACTIONS(4239), - [anon_sym_LBRACK] = ACTIONS(4239), - [anon_sym_as] = ACTIONS(4241), - [anon_sym_LBRACE] = ACTIONS(4239), - [anon_sym_RBRACE] = ACTIONS(4239), - [anon_sym_LPAREN] = ACTIONS(5896), - [anon_sym_LT] = ACTIONS(4241), - [anon_sym_GT] = ACTIONS(4241), - [anon_sym_object] = ACTIONS(4241), - [anon_sym_fun] = ACTIONS(4241), - [anon_sym_DOT] = ACTIONS(4241), - [anon_sym_SEMI] = ACTIONS(4239), - [anon_sym_get] = ACTIONS(4241), - [anon_sym_set] = ACTIONS(4241), - [anon_sym_this] = ACTIONS(4241), - [anon_sym_super] = ACTIONS(4241), - [anon_sym_STAR] = ACTIONS(4239), - [sym_label] = ACTIONS(4241), - [anon_sym_in] = ACTIONS(4241), - [anon_sym_DOT_DOT] = ACTIONS(4239), - [anon_sym_QMARK_COLON] = ACTIONS(4239), - [anon_sym_AMP_AMP] = ACTIONS(4239), - [anon_sym_PIPE_PIPE] = ACTIONS(4239), - [anon_sym_null] = ACTIONS(4241), - [anon_sym_if] = ACTIONS(4241), - [anon_sym_else] = ACTIONS(4241), - [anon_sym_when] = ACTIONS(4241), - [anon_sym_try] = ACTIONS(4241), - [anon_sym_throw] = ACTIONS(4241), - [anon_sym_return] = ACTIONS(4241), - [anon_sym_continue] = ACTIONS(4241), - [anon_sym_break] = ACTIONS(4241), - [anon_sym_COLON_COLON] = ACTIONS(4239), - [anon_sym_BANG_EQ] = ACTIONS(4241), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4239), - [anon_sym_EQ_EQ] = ACTIONS(4241), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4239), - [anon_sym_LT_EQ] = ACTIONS(4239), - [anon_sym_GT_EQ] = ACTIONS(4239), - [anon_sym_BANGin] = ACTIONS(4239), - [anon_sym_is] = ACTIONS(4241), - [anon_sym_BANGis] = ACTIONS(4239), - [anon_sym_PLUS] = ACTIONS(4241), - [anon_sym_DASH] = ACTIONS(4241), - [anon_sym_SLASH] = ACTIONS(4241), - [anon_sym_PERCENT] = ACTIONS(4239), - [anon_sym_as_QMARK] = ACTIONS(4239), - [anon_sym_PLUS_PLUS] = ACTIONS(4239), - [anon_sym_DASH_DASH] = ACTIONS(4239), - [anon_sym_BANG] = ACTIONS(4241), - [anon_sym_BANG_BANG] = ACTIONS(4239), - [anon_sym_suspend] = ACTIONS(4241), - [anon_sym_sealed] = ACTIONS(4241), - [anon_sym_annotation] = ACTIONS(4241), - [anon_sym_data] = ACTIONS(4241), - [anon_sym_inner] = ACTIONS(4241), - [anon_sym_override] = ACTIONS(4241), - [anon_sym_lateinit] = ACTIONS(4241), - [anon_sym_public] = ACTIONS(4241), - [anon_sym_private] = ACTIONS(4241), - [anon_sym_internal] = ACTIONS(4241), - [anon_sym_protected] = ACTIONS(4241), - [anon_sym_tailrec] = ACTIONS(4241), - [anon_sym_operator] = ACTIONS(4241), - [anon_sym_infix] = ACTIONS(4241), - [anon_sym_inline] = ACTIONS(4241), - [anon_sym_external] = ACTIONS(4241), - [sym_property_modifier] = ACTIONS(4241), - [anon_sym_abstract] = ACTIONS(4241), - [anon_sym_final] = ACTIONS(4241), - [anon_sym_open] = ACTIONS(4241), - [anon_sym_vararg] = ACTIONS(4241), - [anon_sym_noinline] = ACTIONS(4241), - [anon_sym_crossinline] = ACTIONS(4241), - [anon_sym_expect] = ACTIONS(4241), - [anon_sym_actual] = ACTIONS(4241), + [2387] = { + [sym_primary_constructor] = STATE(5041), + [sym_class_body] = STATE(4697), + [sym__class_parameters] = STATE(4565), + [sym_type_constraints] = STATE(4514), + [sym_modifiers] = STATE(9275), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3186), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_COLON] = ACTIONS(5930), + [anon_sym_LBRACK] = ACTIONS(3190), + [anon_sym_RBRACK] = ACTIONS(3190), + [anon_sym_as] = ACTIONS(3186), + [anon_sym_constructor] = ACTIONS(5113), + [anon_sym_LBRACE] = ACTIONS(5161), + [anon_sym_RBRACE] = ACTIONS(3190), + [anon_sym_LPAREN] = ACTIONS(5117), + [anon_sym_COMMA] = ACTIONS(3190), + [anon_sym_RPAREN] = ACTIONS(3190), + [anon_sym_LT] = ACTIONS(3186), + [anon_sym_GT] = ACTIONS(3186), + [anon_sym_where] = ACTIONS(5121), + [anon_sym_DOT] = ACTIONS(3186), + [anon_sym_SEMI] = ACTIONS(3190), + [anon_sym_get] = ACTIONS(3186), + [anon_sym_set] = ACTIONS(3186), + [anon_sym_STAR] = ACTIONS(3190), + [anon_sym_DASH_GT] = ACTIONS(3190), + [sym_label] = ACTIONS(3190), + [anon_sym_in] = ACTIONS(3186), + [anon_sym_while] = ACTIONS(3186), + [anon_sym_DOT_DOT] = ACTIONS(3190), + [anon_sym_QMARK_COLON] = ACTIONS(3190), + [anon_sym_AMP_AMP] = ACTIONS(3190), + [anon_sym_PIPE_PIPE] = ACTIONS(3190), + [anon_sym_else] = ACTIONS(3186), + [anon_sym_COLON_COLON] = ACTIONS(3190), + [anon_sym_BANG_EQ] = ACTIONS(3186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3190), + [anon_sym_EQ_EQ] = ACTIONS(3186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3190), + [anon_sym_LT_EQ] = ACTIONS(3190), + [anon_sym_GT_EQ] = ACTIONS(3190), + [anon_sym_BANGin] = ACTIONS(3190), + [anon_sym_is] = ACTIONS(3186), + [anon_sym_BANGis] = ACTIONS(3190), + [anon_sym_PLUS] = ACTIONS(3186), + [anon_sym_DASH] = ACTIONS(3186), + [anon_sym_SLASH] = ACTIONS(3186), + [anon_sym_PERCENT] = ACTIONS(3190), + [anon_sym_as_QMARK] = ACTIONS(3190), + [anon_sym_PLUS_PLUS] = ACTIONS(3190), + [anon_sym_DASH_DASH] = ACTIONS(3190), + [anon_sym_BANG_BANG] = ACTIONS(3190), + [anon_sym_suspend] = ACTIONS(3120), + [anon_sym_sealed] = ACTIONS(3122), + [anon_sym_annotation] = ACTIONS(3122), + [anon_sym_data] = ACTIONS(3122), + [anon_sym_inner] = ACTIONS(3122), + [anon_sym_override] = ACTIONS(3124), + [anon_sym_lateinit] = ACTIONS(3124), + [anon_sym_public] = ACTIONS(3126), + [anon_sym_private] = ACTIONS(3126), + [anon_sym_internal] = ACTIONS(3126), + [anon_sym_protected] = ACTIONS(3126), + [anon_sym_tailrec] = ACTIONS(3120), + [anon_sym_operator] = ACTIONS(3120), + [anon_sym_infix] = ACTIONS(3120), + [anon_sym_inline] = ACTIONS(3120), + [anon_sym_external] = ACTIONS(3120), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3130), + [anon_sym_final] = ACTIONS(3130), + [anon_sym_open] = ACTIONS(3130), + [anon_sym_vararg] = ACTIONS(3132), + [anon_sym_noinline] = ACTIONS(3132), + [anon_sym_crossinline] = ACTIONS(3132), + [anon_sym_expect] = ACTIONS(3134), + [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4239), - [anon_sym_continue_AT] = ACTIONS(4239), - [anon_sym_break_AT] = ACTIONS(4239), - [sym_real_literal] = ACTIONS(4239), - [sym_integer_literal] = ACTIONS(4241), - [sym_hex_literal] = ACTIONS(4239), - [sym_bin_literal] = ACTIONS(4239), - [anon_sym_true] = ACTIONS(4241), - [anon_sym_false] = ACTIONS(4241), - [anon_sym_SQUOTE] = ACTIONS(4239), - [sym__backtick_identifier] = ACTIONS(4239), - [sym__automatic_semicolon] = ACTIONS(4239), - [sym_safe_nav] = ACTIONS(4239), + [sym__backtick_identifier] = ACTIONS(3190), + [sym_safe_nav] = ACTIONS(3190), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4239), }, - [2367] = { - [sym_primary_constructor] = STATE(3701), - [sym_class_body] = STATE(3238), - [sym__class_parameters] = STATE(2990), - [sym_type_constraints] = STATE(3068), - [sym_modifiers] = STATE(9064), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3214), + [2388] = { + [sym_primary_constructor] = STATE(5027), + [sym_class_body] = STATE(5296), + [sym__class_parameters] = STATE(5169), + [sym_type_constraints] = STATE(5238), + [sym_modifiers] = STATE(9298), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3196), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(5898), - [anon_sym_LBRACK] = ACTIONS(3218), - [anon_sym_RBRACK] = ACTIONS(3218), - [anon_sym_as] = ACTIONS(3214), - [anon_sym_constructor] = ACTIONS(5145), - [anon_sym_LBRACE] = ACTIONS(5147), - [anon_sym_RBRACE] = ACTIONS(3218), - [anon_sym_LPAREN] = ACTIONS(5149), - [anon_sym_COMMA] = ACTIONS(3218), - [anon_sym_RPAREN] = ACTIONS(3218), - [anon_sym_LT] = ACTIONS(3214), - [anon_sym_GT] = ACTIONS(3214), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(3214), - [anon_sym_SEMI] = ACTIONS(3218), - [anon_sym_get] = ACTIONS(3214), - [anon_sym_set] = ACTIONS(3214), - [anon_sym_STAR] = ACTIONS(3218), - [anon_sym_DASH_GT] = ACTIONS(3218), - [sym_label] = ACTIONS(3218), - [anon_sym_in] = ACTIONS(3214), - [anon_sym_while] = ACTIONS(3214), - [anon_sym_DOT_DOT] = ACTIONS(3218), - [anon_sym_QMARK_COLON] = ACTIONS(3218), - [anon_sym_AMP_AMP] = ACTIONS(3218), - [anon_sym_PIPE_PIPE] = ACTIONS(3218), - [anon_sym_else] = ACTIONS(3214), - [anon_sym_COLON_COLON] = ACTIONS(3218), - [anon_sym_BANG_EQ] = ACTIONS(3214), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3218), - [anon_sym_EQ_EQ] = ACTIONS(3214), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3218), - [anon_sym_LT_EQ] = ACTIONS(3218), - [anon_sym_GT_EQ] = ACTIONS(3218), - [anon_sym_BANGin] = ACTIONS(3218), - [anon_sym_is] = ACTIONS(3214), - [anon_sym_BANGis] = ACTIONS(3218), - [anon_sym_PLUS] = ACTIONS(3214), - [anon_sym_DASH] = ACTIONS(3214), - [anon_sym_SLASH] = ACTIONS(3214), - [anon_sym_PERCENT] = ACTIONS(3218), - [anon_sym_as_QMARK] = ACTIONS(3218), - [anon_sym_PLUS_PLUS] = ACTIONS(3218), - [anon_sym_DASH_DASH] = ACTIONS(3218), - [anon_sym_BANG_BANG] = ACTIONS(3218), + [anon_sym_COLON] = ACTIONS(5932), + [anon_sym_LBRACK] = ACTIONS(3200), + [anon_sym_constructor] = ACTIONS(5647), + [anon_sym_LBRACE] = ACTIONS(5685), + [anon_sym_RBRACE] = ACTIONS(3200), + [anon_sym_LPAREN] = ACTIONS(5651), + [anon_sym_where] = ACTIONS(5655), + [anon_sym_object] = ACTIONS(3196), + [anon_sym_fun] = ACTIONS(3196), + [anon_sym_get] = ACTIONS(3196), + [anon_sym_set] = ACTIONS(3196), + [anon_sym_this] = ACTIONS(3196), + [anon_sym_super] = ACTIONS(3196), + [anon_sym_STAR] = ACTIONS(3200), + [sym_label] = ACTIONS(3196), + [anon_sym_in] = ACTIONS(3196), + [anon_sym_null] = ACTIONS(3196), + [anon_sym_if] = ACTIONS(3196), + [anon_sym_else] = ACTIONS(3196), + [anon_sym_when] = ACTIONS(3196), + [anon_sym_try] = ACTIONS(3196), + [anon_sym_throw] = ACTIONS(3196), + [anon_sym_return] = ACTIONS(3196), + [anon_sym_continue] = ACTIONS(3196), + [anon_sym_break] = ACTIONS(3196), + [anon_sym_COLON_COLON] = ACTIONS(3200), + [anon_sym_BANGin] = ACTIONS(3200), + [anon_sym_is] = ACTIONS(3196), + [anon_sym_BANGis] = ACTIONS(3200), + [anon_sym_PLUS] = ACTIONS(3196), + [anon_sym_DASH] = ACTIONS(3196), + [anon_sym_PLUS_PLUS] = ACTIONS(3200), + [anon_sym_DASH_DASH] = ACTIONS(3200), + [anon_sym_BANG] = ACTIONS(3196), [anon_sym_suspend] = ACTIONS(3120), [anon_sym_sealed] = ACTIONS(3122), [anon_sym_annotation] = ACTIONS(3122), @@ -285134,75 +287242,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3134), [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3218), - [sym_safe_nav] = ACTIONS(3218), - [sym_multiline_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3200), + [anon_sym_continue_AT] = ACTIONS(3200), + [anon_sym_break_AT] = ACTIONS(3200), + [sym_real_literal] = ACTIONS(3200), + [sym_integer_literal] = ACTIONS(3196), + [sym_hex_literal] = ACTIONS(3200), + [sym_bin_literal] = ACTIONS(3200), + [anon_sym_true] = ACTIONS(3196), + [anon_sym_false] = ACTIONS(3196), + [anon_sym_SQUOTE] = ACTIONS(3200), + [sym__backtick_identifier] = ACTIONS(3200), + [sym__automatic_semicolon] = ACTIONS(3200), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3200), }, - [2368] = { - [sym_primary_constructor] = STATE(3705), - [sym__class_parameters] = STATE(2990), - [sym_type_constraints] = STATE(3083), - [sym_enum_class_body] = STATE(3211), - [sym_modifiers] = STATE(9064), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3190), + [2389] = { + [sym_primary_constructor] = STATE(5072), + [sym__class_parameters] = STATE(5169), + [sym_type_constraints] = STATE(5201), + [sym_enum_class_body] = STATE(5323), + [sym_modifiers] = STATE(9298), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3186), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(5900), - [anon_sym_LBRACK] = ACTIONS(3194), - [anon_sym_RBRACK] = ACTIONS(3194), - [anon_sym_as] = ACTIONS(3190), - [anon_sym_constructor] = ACTIONS(5145), - [anon_sym_LBRACE] = ACTIONS(5155), - [anon_sym_RBRACE] = ACTIONS(3194), - [anon_sym_LPAREN] = ACTIONS(5149), - [anon_sym_COMMA] = ACTIONS(3194), - [anon_sym_RPAREN] = ACTIONS(3194), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3190), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(3190), - [anon_sym_SEMI] = ACTIONS(3194), - [anon_sym_get] = ACTIONS(3190), - [anon_sym_set] = ACTIONS(3190), - [anon_sym_STAR] = ACTIONS(3194), - [anon_sym_DASH_GT] = ACTIONS(3194), - [sym_label] = ACTIONS(3194), - [anon_sym_in] = ACTIONS(3190), - [anon_sym_while] = ACTIONS(3190), - [anon_sym_DOT_DOT] = ACTIONS(3194), - [anon_sym_QMARK_COLON] = ACTIONS(3194), - [anon_sym_AMP_AMP] = ACTIONS(3194), - [anon_sym_PIPE_PIPE] = ACTIONS(3194), - [anon_sym_else] = ACTIONS(3190), - [anon_sym_COLON_COLON] = ACTIONS(3194), - [anon_sym_BANG_EQ] = ACTIONS(3190), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3194), - [anon_sym_EQ_EQ] = ACTIONS(3190), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3194), - [anon_sym_LT_EQ] = ACTIONS(3194), - [anon_sym_GT_EQ] = ACTIONS(3194), - [anon_sym_BANGin] = ACTIONS(3194), - [anon_sym_is] = ACTIONS(3190), - [anon_sym_BANGis] = ACTIONS(3194), - [anon_sym_PLUS] = ACTIONS(3190), - [anon_sym_DASH] = ACTIONS(3190), - [anon_sym_SLASH] = ACTIONS(3190), - [anon_sym_PERCENT] = ACTIONS(3194), - [anon_sym_as_QMARK] = ACTIONS(3194), - [anon_sym_PLUS_PLUS] = ACTIONS(3194), - [anon_sym_DASH_DASH] = ACTIONS(3194), - [anon_sym_BANG_BANG] = ACTIONS(3194), + [anon_sym_COLON] = ACTIONS(5934), + [anon_sym_LBRACK] = ACTIONS(3190), + [anon_sym_constructor] = ACTIONS(5647), + [anon_sym_LBRACE] = ACTIONS(5649), + [anon_sym_RBRACE] = ACTIONS(3190), + [anon_sym_LPAREN] = ACTIONS(5651), + [anon_sym_where] = ACTIONS(5655), + [anon_sym_object] = ACTIONS(3186), + [anon_sym_fun] = ACTIONS(3186), + [anon_sym_get] = ACTIONS(3186), + [anon_sym_set] = ACTIONS(3186), + [anon_sym_this] = ACTIONS(3186), + [anon_sym_super] = ACTIONS(3186), + [anon_sym_STAR] = ACTIONS(3190), + [sym_label] = ACTIONS(3186), + [anon_sym_in] = ACTIONS(3186), + [anon_sym_null] = ACTIONS(3186), + [anon_sym_if] = ACTIONS(3186), + [anon_sym_else] = ACTIONS(3186), + [anon_sym_when] = ACTIONS(3186), + [anon_sym_try] = ACTIONS(3186), + [anon_sym_throw] = ACTIONS(3186), + [anon_sym_return] = ACTIONS(3186), + [anon_sym_continue] = ACTIONS(3186), + [anon_sym_break] = ACTIONS(3186), + [anon_sym_COLON_COLON] = ACTIONS(3190), + [anon_sym_BANGin] = ACTIONS(3190), + [anon_sym_is] = ACTIONS(3186), + [anon_sym_BANGis] = ACTIONS(3190), + [anon_sym_PLUS] = ACTIONS(3186), + [anon_sym_DASH] = ACTIONS(3186), + [anon_sym_PLUS_PLUS] = ACTIONS(3190), + [anon_sym_DASH_DASH] = ACTIONS(3190), + [anon_sym_BANG] = ACTIONS(3186), [anon_sym_suspend] = ACTIONS(3120), [anon_sym_sealed] = ACTIONS(3122), [anon_sym_annotation] = ACTIONS(3122), @@ -285229,49 +287337,150 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3134), [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3194), - [sym_safe_nav] = ACTIONS(3194), + [anon_sym_return_AT] = ACTIONS(3190), + [anon_sym_continue_AT] = ACTIONS(3190), + [anon_sym_break_AT] = ACTIONS(3190), + [sym_real_literal] = ACTIONS(3190), + [sym_integer_literal] = ACTIONS(3186), + [sym_hex_literal] = ACTIONS(3190), + [sym_bin_literal] = ACTIONS(3190), + [anon_sym_true] = ACTIONS(3186), + [anon_sym_false] = ACTIONS(3186), + [anon_sym_SQUOTE] = ACTIONS(3190), + [sym__backtick_identifier] = ACTIONS(3190), + [sym__automatic_semicolon] = ACTIONS(3190), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3190), + }, + [2390] = { + [sym_type_constraints] = STATE(2492), + [sym_property_delegate] = STATE(2676), + [sym_getter] = STATE(3291), + [sym_setter] = STATE(3291), + [sym_modifiers] = STATE(8934), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_RBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_EQ] = ACTIONS(5936), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_COMMA] = ACTIONS(3280), + [anon_sym_RPAREN] = ACTIONS(3280), + [anon_sym_by] = ACTIONS(5900), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(5938), + [anon_sym_get] = ACTIONS(5910), + [anon_sym_set] = ACTIONS(5912), + [anon_sym_STAR] = ACTIONS(3280), + [anon_sym_DASH_GT] = ACTIONS(3280), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_while] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3280), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), [sym_multiline_comment] = ACTIONS(3), }, - [2369] = { - [sym_type_constraints] = STATE(2477), - [sym_property_delegate] = STATE(2649), - [sym_getter] = STATE(3176), - [sym_setter] = STATE(3176), + [2391] = { + [sym_property_delegate] = STATE(2504), + [sym_getter] = STATE(3189), + [sym_setter] = STATE(3189), [sym_modifiers] = STATE(8887), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1764), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1766), - [anon_sym_RBRACK] = ACTIONS(1766), [anon_sym_as] = ACTIONS(1764), - [anon_sym_EQ] = ACTIONS(5902), + [anon_sym_EQ] = ACTIONS(5940), [anon_sym_LBRACE] = ACTIONS(1766), [anon_sym_RBRACE] = ACTIONS(1766), [anon_sym_LPAREN] = ACTIONS(1766), - [anon_sym_COMMA] = ACTIONS(1766), [anon_sym_RPAREN] = ACTIONS(1766), - [anon_sym_by] = ACTIONS(5904), + [anon_sym_by] = ACTIONS(5707), [anon_sym_LT] = ACTIONS(1764), [anon_sym_GT] = ACTIONS(1764), - [anon_sym_where] = ACTIONS(5151), [anon_sym_DOT] = ACTIONS(1764), - [anon_sym_SEMI] = ACTIONS(3814), - [anon_sym_get] = ACTIONS(5906), - [anon_sym_set] = ACTIONS(5908), - [anon_sym_STAR] = ACTIONS(1766), - [anon_sym_DASH_GT] = ACTIONS(1766), + [anon_sym_SEMI] = ACTIONS(3700), + [anon_sym_get] = ACTIONS(5741), + [anon_sym_set] = ACTIONS(5743), + [anon_sym_STAR] = ACTIONS(1764), [sym_label] = ACTIONS(1766), [anon_sym_in] = ACTIONS(1764), [anon_sym_while] = ACTIONS(1764), @@ -285281,6 +287490,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PIPE_PIPE] = ACTIONS(1766), [anon_sym_else] = ACTIONS(1764), [anon_sym_COLON_COLON] = ACTIONS(1766), + [anon_sym_PLUS_EQ] = ACTIONS(1766), + [anon_sym_DASH_EQ] = ACTIONS(1766), + [anon_sym_STAR_EQ] = ACTIONS(1766), + [anon_sym_SLASH_EQ] = ACTIONS(1766), + [anon_sym_PERCENT_EQ] = ACTIONS(1766), [anon_sym_BANG_EQ] = ACTIONS(1764), [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), [anon_sym_EQ_EQ] = ACTIONS(1764), @@ -285293,7 +287507,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(1764), [anon_sym_DASH] = ACTIONS(1764), [anon_sym_SLASH] = ACTIONS(1764), - [anon_sym_PERCENT] = ACTIONS(1766), + [anon_sym_PERCENT] = ACTIONS(1764), [anon_sym_as_QMARK] = ACTIONS(1766), [anon_sym_PLUS_PLUS] = ACTIONS(1766), [anon_sym_DASH_DASH] = ACTIONS(1766), @@ -285321,173 +287535,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1766), [sym_safe_nav] = ACTIONS(1766), [sym_multiline_comment] = ACTIONS(3), }, - [2370] = { - [sym_type_constraints] = STATE(2426), - [sym_property_delegate] = STATE(2652), - [sym_getter] = STATE(4710), - [sym_setter] = STATE(4710), - [sym_modifiers] = STATE(8699), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_RBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_EQ] = ACTIONS(5910), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_COMMA] = ACTIONS(1778), - [anon_sym_RPAREN] = ACTIONS(1778), - [anon_sym_by] = ACTIONS(5904), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(3812), - [anon_sym_get] = ACTIONS(5912), - [anon_sym_set] = ACTIONS(5914), - [anon_sym_STAR] = ACTIONS(1778), - [anon_sym_DASH_GT] = ACTIONS(1778), - [sym_label] = ACTIONS(1778), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_while] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1778), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG_BANG] = ACTIONS(1778), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), - [sym_multiline_comment] = ACTIONS(3), - }, - [2371] = { - [sym_primary_constructor] = STATE(3706), - [sym_class_body] = STATE(3211), - [sym__class_parameters] = STATE(2990), - [sym_type_constraints] = STATE(3086), - [sym_modifiers] = STATE(9064), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3190), + [2392] = { + [sym_primary_constructor] = STATE(5003), + [sym__class_parameters] = STATE(4565), + [sym_type_constraints] = STATE(4524), + [sym_enum_class_body] = STATE(4697), + [sym_modifiers] = STATE(9275), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3186), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(5916), - [anon_sym_LBRACK] = ACTIONS(3194), - [anon_sym_RBRACK] = ACTIONS(3194), - [anon_sym_as] = ACTIONS(3190), - [anon_sym_constructor] = ACTIONS(5145), - [anon_sym_LBRACE] = ACTIONS(5147), - [anon_sym_RBRACE] = ACTIONS(3194), - [anon_sym_LPAREN] = ACTIONS(5149), - [anon_sym_COMMA] = ACTIONS(3194), - [anon_sym_RPAREN] = ACTIONS(3194), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3190), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(3190), - [anon_sym_SEMI] = ACTIONS(3194), - [anon_sym_get] = ACTIONS(3190), - [anon_sym_set] = ACTIONS(3190), - [anon_sym_STAR] = ACTIONS(3194), - [anon_sym_DASH_GT] = ACTIONS(3194), - [sym_label] = ACTIONS(3194), - [anon_sym_in] = ACTIONS(3190), - [anon_sym_while] = ACTIONS(3190), - [anon_sym_DOT_DOT] = ACTIONS(3194), - [anon_sym_QMARK_COLON] = ACTIONS(3194), - [anon_sym_AMP_AMP] = ACTIONS(3194), - [anon_sym_PIPE_PIPE] = ACTIONS(3194), - [anon_sym_else] = ACTIONS(3190), - [anon_sym_COLON_COLON] = ACTIONS(3194), - [anon_sym_BANG_EQ] = ACTIONS(3190), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3194), - [anon_sym_EQ_EQ] = ACTIONS(3190), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3194), - [anon_sym_LT_EQ] = ACTIONS(3194), - [anon_sym_GT_EQ] = ACTIONS(3194), - [anon_sym_BANGin] = ACTIONS(3194), - [anon_sym_is] = ACTIONS(3190), - [anon_sym_BANGis] = ACTIONS(3194), - [anon_sym_PLUS] = ACTIONS(3190), - [anon_sym_DASH] = ACTIONS(3190), - [anon_sym_SLASH] = ACTIONS(3190), - [anon_sym_PERCENT] = ACTIONS(3194), - [anon_sym_as_QMARK] = ACTIONS(3194), - [anon_sym_PLUS_PLUS] = ACTIONS(3194), - [anon_sym_DASH_DASH] = ACTIONS(3194), - [anon_sym_BANG_BANG] = ACTIONS(3194), + [anon_sym_COLON] = ACTIONS(5942), + [anon_sym_LBRACK] = ACTIONS(3190), + [anon_sym_RBRACK] = ACTIONS(3190), + [anon_sym_as] = ACTIONS(3186), + [anon_sym_constructor] = ACTIONS(5113), + [anon_sym_LBRACE] = ACTIONS(5115), + [anon_sym_RBRACE] = ACTIONS(3190), + [anon_sym_LPAREN] = ACTIONS(5117), + [anon_sym_COMMA] = ACTIONS(3190), + [anon_sym_RPAREN] = ACTIONS(3190), + [anon_sym_LT] = ACTIONS(3186), + [anon_sym_GT] = ACTIONS(3186), + [anon_sym_where] = ACTIONS(5121), + [anon_sym_DOT] = ACTIONS(3186), + [anon_sym_SEMI] = ACTIONS(3190), + [anon_sym_get] = ACTIONS(3186), + [anon_sym_set] = ACTIONS(3186), + [anon_sym_STAR] = ACTIONS(3190), + [anon_sym_DASH_GT] = ACTIONS(3190), + [sym_label] = ACTIONS(3190), + [anon_sym_in] = ACTIONS(3186), + [anon_sym_while] = ACTIONS(3186), + [anon_sym_DOT_DOT] = ACTIONS(3190), + [anon_sym_QMARK_COLON] = ACTIONS(3190), + [anon_sym_AMP_AMP] = ACTIONS(3190), + [anon_sym_PIPE_PIPE] = ACTIONS(3190), + [anon_sym_else] = ACTIONS(3186), + [anon_sym_COLON_COLON] = ACTIONS(3190), + [anon_sym_BANG_EQ] = ACTIONS(3186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3190), + [anon_sym_EQ_EQ] = ACTIONS(3186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3190), + [anon_sym_LT_EQ] = ACTIONS(3190), + [anon_sym_GT_EQ] = ACTIONS(3190), + [anon_sym_BANGin] = ACTIONS(3190), + [anon_sym_is] = ACTIONS(3186), + [anon_sym_BANGis] = ACTIONS(3190), + [anon_sym_PLUS] = ACTIONS(3186), + [anon_sym_DASH] = ACTIONS(3186), + [anon_sym_SLASH] = ACTIONS(3186), + [anon_sym_PERCENT] = ACTIONS(3190), + [anon_sym_as_QMARK] = ACTIONS(3190), + [anon_sym_PLUS_PLUS] = ACTIONS(3190), + [anon_sym_DASH_DASH] = ACTIONS(3190), + [anon_sym_BANG_BANG] = ACTIONS(3190), [anon_sym_suspend] = ACTIONS(3120), [anon_sym_sealed] = ACTIONS(3122), [anon_sym_annotation] = ACTIONS(3122), @@ -285514,349 +287633,740 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3134), [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3194), - [sym_safe_nav] = ACTIONS(3194), + [sym__backtick_identifier] = ACTIONS(3190), + [sym_safe_nav] = ACTIONS(3190), [sym_multiline_comment] = ACTIONS(3), }, - [2372] = { - [sym_type_constraints] = STATE(2479), - [sym_property_delegate] = STATE(2645), - [sym_getter] = STATE(3209), - [sym_setter] = STATE(3209), + [2393] = { + [sym_property_delegate] = STATE(2547), + [sym_getter] = STATE(3142), + [sym_setter] = STATE(3142), [sym_modifiers] = STATE(8887), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1694), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1752), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1696), - [anon_sym_RBRACK] = ACTIONS(1696), - [anon_sym_as] = ACTIONS(1694), - [anon_sym_EQ] = ACTIONS(5918), - [anon_sym_LBRACE] = ACTIONS(1696), - [anon_sym_RBRACE] = ACTIONS(1696), - [anon_sym_LPAREN] = ACTIONS(1696), - [anon_sym_COMMA] = ACTIONS(1696), - [anon_sym_RPAREN] = ACTIONS(1696), - [anon_sym_by] = ACTIONS(5904), - [anon_sym_LT] = ACTIONS(1694), - [anon_sym_GT] = ACTIONS(1694), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(3810), - [anon_sym_get] = ACTIONS(5906), - [anon_sym_set] = ACTIONS(5908), - [anon_sym_STAR] = ACTIONS(1696), - [anon_sym_DASH_GT] = ACTIONS(1696), - [sym_label] = ACTIONS(1696), - [anon_sym_in] = ACTIONS(1694), - [anon_sym_while] = ACTIONS(1694), - [anon_sym_DOT_DOT] = ACTIONS(1696), - [anon_sym_QMARK_COLON] = ACTIONS(1696), - [anon_sym_AMP_AMP] = ACTIONS(1696), - [anon_sym_PIPE_PIPE] = ACTIONS(1696), - [anon_sym_else] = ACTIONS(1694), - [anon_sym_COLON_COLON] = ACTIONS(1696), - [anon_sym_BANG_EQ] = ACTIONS(1694), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), - [anon_sym_EQ_EQ] = ACTIONS(1694), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), - [anon_sym_LT_EQ] = ACTIONS(1696), - [anon_sym_GT_EQ] = ACTIONS(1696), - [anon_sym_BANGin] = ACTIONS(1696), - [anon_sym_is] = ACTIONS(1694), - [anon_sym_BANGis] = ACTIONS(1696), - [anon_sym_PLUS] = ACTIONS(1694), - [anon_sym_DASH] = ACTIONS(1694), - [anon_sym_SLASH] = ACTIONS(1694), - [anon_sym_PERCENT] = ACTIONS(1696), - [anon_sym_as_QMARK] = ACTIONS(1696), - [anon_sym_PLUS_PLUS] = ACTIONS(1696), - [anon_sym_DASH_DASH] = ACTIONS(1696), - [anon_sym_BANG_BANG] = ACTIONS(1696), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1696), - [sym_safe_nav] = ACTIONS(1696), - [sym_multiline_comment] = ACTIONS(3), - }, - [2373] = { - [sym_primary_constructor] = STATE(3709), - [sym__class_parameters] = STATE(2990), - [sym_type_constraints] = STATE(3104), - [sym_enum_class_body] = STATE(3165), - [sym_modifiers] = STATE(9064), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3204), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(5920), - [anon_sym_LBRACK] = ACTIONS(3208), - [anon_sym_RBRACK] = ACTIONS(3208), - [anon_sym_as] = ACTIONS(3204), - [anon_sym_constructor] = ACTIONS(5145), - [anon_sym_LBRACE] = ACTIONS(5155), - [anon_sym_RBRACE] = ACTIONS(3208), - [anon_sym_LPAREN] = ACTIONS(5149), - [anon_sym_COMMA] = ACTIONS(3208), - [anon_sym_RPAREN] = ACTIONS(3208), - [anon_sym_LT] = ACTIONS(3204), - [anon_sym_GT] = ACTIONS(3204), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(3204), - [anon_sym_SEMI] = ACTIONS(3208), - [anon_sym_get] = ACTIONS(3204), - [anon_sym_set] = ACTIONS(3204), - [anon_sym_STAR] = ACTIONS(3208), - [anon_sym_DASH_GT] = ACTIONS(3208), - [sym_label] = ACTIONS(3208), - [anon_sym_in] = ACTIONS(3204), - [anon_sym_while] = ACTIONS(3204), - [anon_sym_DOT_DOT] = ACTIONS(3208), - [anon_sym_QMARK_COLON] = ACTIONS(3208), - [anon_sym_AMP_AMP] = ACTIONS(3208), - [anon_sym_PIPE_PIPE] = ACTIONS(3208), - [anon_sym_else] = ACTIONS(3204), - [anon_sym_COLON_COLON] = ACTIONS(3208), - [anon_sym_BANG_EQ] = ACTIONS(3204), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3208), - [anon_sym_EQ_EQ] = ACTIONS(3204), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3208), - [anon_sym_LT_EQ] = ACTIONS(3208), - [anon_sym_GT_EQ] = ACTIONS(3208), - [anon_sym_BANGin] = ACTIONS(3208), - [anon_sym_is] = ACTIONS(3204), - [anon_sym_BANGis] = ACTIONS(3208), - [anon_sym_PLUS] = ACTIONS(3204), - [anon_sym_DASH] = ACTIONS(3204), - [anon_sym_SLASH] = ACTIONS(3204), - [anon_sym_PERCENT] = ACTIONS(3208), - [anon_sym_as_QMARK] = ACTIONS(3208), - [anon_sym_PLUS_PLUS] = ACTIONS(3208), - [anon_sym_DASH_DASH] = ACTIONS(3208), - [anon_sym_BANG_BANG] = ACTIONS(3208), - [anon_sym_suspend] = ACTIONS(3120), - [anon_sym_sealed] = ACTIONS(3122), - [anon_sym_annotation] = ACTIONS(3122), - [anon_sym_data] = ACTIONS(3122), - [anon_sym_inner] = ACTIONS(3122), - [anon_sym_override] = ACTIONS(3124), - [anon_sym_lateinit] = ACTIONS(3124), - [anon_sym_public] = ACTIONS(3126), - [anon_sym_private] = ACTIONS(3126), - [anon_sym_internal] = ACTIONS(3126), - [anon_sym_protected] = ACTIONS(3126), - [anon_sym_tailrec] = ACTIONS(3120), - [anon_sym_operator] = ACTIONS(3120), - [anon_sym_infix] = ACTIONS(3120), - [anon_sym_inline] = ACTIONS(3120), - [anon_sym_external] = ACTIONS(3120), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(3130), - [anon_sym_final] = ACTIONS(3130), - [anon_sym_open] = ACTIONS(3130), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3134), - [anon_sym_actual] = ACTIONS(3134), + [anon_sym_LBRACK] = ACTIONS(1754), + [anon_sym_as] = ACTIONS(1752), + [anon_sym_EQ] = ACTIONS(5739), + [anon_sym_LBRACE] = ACTIONS(1754), + [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_LPAREN] = ACTIONS(1754), + [anon_sym_RPAREN] = ACTIONS(1754), + [anon_sym_by] = ACTIONS(5707), + [anon_sym_LT] = ACTIONS(1752), + [anon_sym_GT] = ACTIONS(1752), + [anon_sym_DOT] = ACTIONS(1752), + [anon_sym_SEMI] = ACTIONS(3648), + [anon_sym_get] = ACTIONS(5741), + [anon_sym_set] = ACTIONS(5743), + [anon_sym_STAR] = ACTIONS(1752), + [sym_label] = ACTIONS(1754), + [anon_sym_in] = ACTIONS(1752), + [anon_sym_while] = ACTIONS(1752), + [anon_sym_DOT_DOT] = ACTIONS(1754), + [anon_sym_QMARK_COLON] = ACTIONS(1754), + [anon_sym_AMP_AMP] = ACTIONS(1754), + [anon_sym_PIPE_PIPE] = ACTIONS(1754), + [anon_sym_else] = ACTIONS(1752), + [anon_sym_COLON_COLON] = ACTIONS(1754), + [anon_sym_PLUS_EQ] = ACTIONS(1754), + [anon_sym_DASH_EQ] = ACTIONS(1754), + [anon_sym_STAR_EQ] = ACTIONS(1754), + [anon_sym_SLASH_EQ] = ACTIONS(1754), + [anon_sym_PERCENT_EQ] = ACTIONS(1754), + [anon_sym_BANG_EQ] = ACTIONS(1752), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), + [anon_sym_EQ_EQ] = ACTIONS(1752), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), + [anon_sym_LT_EQ] = ACTIONS(1754), + [anon_sym_GT_EQ] = ACTIONS(1754), + [anon_sym_BANGin] = ACTIONS(1754), + [anon_sym_is] = ACTIONS(1752), + [anon_sym_BANGis] = ACTIONS(1754), + [anon_sym_PLUS] = ACTIONS(1752), + [anon_sym_DASH] = ACTIONS(1752), + [anon_sym_SLASH] = ACTIONS(1752), + [anon_sym_PERCENT] = ACTIONS(1752), + [anon_sym_as_QMARK] = ACTIONS(1754), + [anon_sym_PLUS_PLUS] = ACTIONS(1754), + [anon_sym_DASH_DASH] = ACTIONS(1754), + [anon_sym_BANG_BANG] = ACTIONS(1754), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3208), - [sym_safe_nav] = ACTIONS(3208), + [sym__backtick_identifier] = ACTIONS(1754), + [sym_safe_nav] = ACTIONS(1754), [sym_multiline_comment] = ACTIONS(3), }, - [2374] = { - [sym__alpha_identifier] = ACTIONS(5067), - [anon_sym_AT] = ACTIONS(5069), - [anon_sym_LBRACK] = ACTIONS(5069), - [anon_sym_as] = ACTIONS(5067), - [anon_sym_LBRACE] = ACTIONS(5069), - [anon_sym_RBRACE] = ACTIONS(5069), - [anon_sym_LPAREN] = ACTIONS(5069), - [anon_sym_LT] = ACTIONS(5067), - [anon_sym_GT] = ACTIONS(5067), - [anon_sym_object] = ACTIONS(5067), - [anon_sym_fun] = ACTIONS(5067), - [anon_sym_DOT] = ACTIONS(5067), - [anon_sym_SEMI] = ACTIONS(5069), - [anon_sym_get] = ACTIONS(5067), - [anon_sym_set] = ACTIONS(5067), - [anon_sym_this] = ACTIONS(5067), - [anon_sym_super] = ACTIONS(5067), - [anon_sym_STAR] = ACTIONS(5069), - [sym_label] = ACTIONS(5067), - [anon_sym_in] = ACTIONS(5067), - [anon_sym_DOT_DOT] = ACTIONS(5069), - [anon_sym_QMARK_COLON] = ACTIONS(5069), - [anon_sym_AMP_AMP] = ACTIONS(5069), - [anon_sym_PIPE_PIPE] = ACTIONS(5069), - [anon_sym_null] = ACTIONS(5067), - [anon_sym_if] = ACTIONS(5067), - [anon_sym_else] = ACTIONS(5922), - [anon_sym_when] = ACTIONS(5067), - [anon_sym_try] = ACTIONS(5067), - [anon_sym_throw] = ACTIONS(5067), - [anon_sym_return] = ACTIONS(5067), - [anon_sym_continue] = ACTIONS(5067), - [anon_sym_break] = ACTIONS(5067), - [anon_sym_COLON_COLON] = ACTIONS(5069), - [anon_sym_BANG_EQ] = ACTIONS(5067), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5069), - [anon_sym_EQ_EQ] = ACTIONS(5067), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5069), - [anon_sym_LT_EQ] = ACTIONS(5069), - [anon_sym_GT_EQ] = ACTIONS(5069), - [anon_sym_BANGin] = ACTIONS(5069), - [anon_sym_is] = ACTIONS(5067), - [anon_sym_BANGis] = ACTIONS(5069), - [anon_sym_PLUS] = ACTIONS(5067), - [anon_sym_DASH] = ACTIONS(5067), - [anon_sym_SLASH] = ACTIONS(5067), - [anon_sym_PERCENT] = ACTIONS(5069), - [anon_sym_as_QMARK] = ACTIONS(5069), - [anon_sym_PLUS_PLUS] = ACTIONS(5069), - [anon_sym_DASH_DASH] = ACTIONS(5069), - [anon_sym_BANG] = ACTIONS(5067), - [anon_sym_BANG_BANG] = ACTIONS(5069), - [anon_sym_suspend] = ACTIONS(5067), - [anon_sym_sealed] = ACTIONS(5067), - [anon_sym_annotation] = ACTIONS(5067), - [anon_sym_data] = ACTIONS(5067), - [anon_sym_inner] = ACTIONS(5067), - [anon_sym_override] = ACTIONS(5067), - [anon_sym_lateinit] = ACTIONS(5067), - [anon_sym_public] = ACTIONS(5067), - [anon_sym_private] = ACTIONS(5067), - [anon_sym_internal] = ACTIONS(5067), - [anon_sym_protected] = ACTIONS(5067), - [anon_sym_tailrec] = ACTIONS(5067), - [anon_sym_operator] = ACTIONS(5067), - [anon_sym_infix] = ACTIONS(5067), - [anon_sym_inline] = ACTIONS(5067), - [anon_sym_external] = ACTIONS(5067), - [sym_property_modifier] = ACTIONS(5067), - [anon_sym_abstract] = ACTIONS(5067), - [anon_sym_final] = ACTIONS(5067), - [anon_sym_open] = ACTIONS(5067), - [anon_sym_vararg] = ACTIONS(5067), - [anon_sym_noinline] = ACTIONS(5067), - [anon_sym_crossinline] = ACTIONS(5067), - [anon_sym_expect] = ACTIONS(5067), - [anon_sym_actual] = ACTIONS(5067), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5069), - [anon_sym_continue_AT] = ACTIONS(5069), - [anon_sym_break_AT] = ACTIONS(5069), - [sym_real_literal] = ACTIONS(5069), - [sym_integer_literal] = ACTIONS(5067), - [sym_hex_literal] = ACTIONS(5069), - [sym_bin_literal] = ACTIONS(5069), - [anon_sym_true] = ACTIONS(5067), - [anon_sym_false] = ACTIONS(5067), - [anon_sym_SQUOTE] = ACTIONS(5069), - [sym__backtick_identifier] = ACTIONS(5069), - [sym__automatic_semicolon] = ACTIONS(5069), - [sym_safe_nav] = ACTIONS(5069), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5069), + [2394] = { + [sym_property_delegate] = STATE(2553), + [sym_getter] = STATE(3203), + [sym_setter] = STATE(3203), + [sym_modifiers] = STATE(8887), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1694), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1696), + [anon_sym_as] = ACTIONS(1694), + [anon_sym_EQ] = ACTIONS(5776), + [anon_sym_LBRACE] = ACTIONS(1696), + [anon_sym_RBRACE] = ACTIONS(1696), + [anon_sym_LPAREN] = ACTIONS(1696), + [anon_sym_RPAREN] = ACTIONS(1696), + [anon_sym_by] = ACTIONS(5707), + [anon_sym_LT] = ACTIONS(1694), + [anon_sym_GT] = ACTIONS(1694), + [anon_sym_DOT] = ACTIONS(1694), + [anon_sym_SEMI] = ACTIONS(3682), + [anon_sym_get] = ACTIONS(5741), + [anon_sym_set] = ACTIONS(5743), + [anon_sym_STAR] = ACTIONS(1694), + [sym_label] = ACTIONS(1696), + [anon_sym_in] = ACTIONS(1694), + [anon_sym_while] = ACTIONS(1694), + [anon_sym_DOT_DOT] = ACTIONS(1696), + [anon_sym_QMARK_COLON] = ACTIONS(1696), + [anon_sym_AMP_AMP] = ACTIONS(1696), + [anon_sym_PIPE_PIPE] = ACTIONS(1696), + [anon_sym_else] = ACTIONS(1694), + [anon_sym_COLON_COLON] = ACTIONS(1696), + [anon_sym_PLUS_EQ] = ACTIONS(1696), + [anon_sym_DASH_EQ] = ACTIONS(1696), + [anon_sym_STAR_EQ] = ACTIONS(1696), + [anon_sym_SLASH_EQ] = ACTIONS(1696), + [anon_sym_PERCENT_EQ] = ACTIONS(1696), + [anon_sym_BANG_EQ] = ACTIONS(1694), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), + [anon_sym_EQ_EQ] = ACTIONS(1694), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), + [anon_sym_LT_EQ] = ACTIONS(1696), + [anon_sym_GT_EQ] = ACTIONS(1696), + [anon_sym_BANGin] = ACTIONS(1696), + [anon_sym_is] = ACTIONS(1694), + [anon_sym_BANGis] = ACTIONS(1696), + [anon_sym_PLUS] = ACTIONS(1694), + [anon_sym_DASH] = ACTIONS(1694), + [anon_sym_SLASH] = ACTIONS(1694), + [anon_sym_PERCENT] = ACTIONS(1694), + [anon_sym_as_QMARK] = ACTIONS(1696), + [anon_sym_PLUS_PLUS] = ACTIONS(1696), + [anon_sym_DASH_DASH] = ACTIONS(1696), + [anon_sym_BANG_BANG] = ACTIONS(1696), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1696), + [sym_safe_nav] = ACTIONS(1696), + [sym_multiline_comment] = ACTIONS(3), }, - [2375] = { - [sym_primary_constructor] = STATE(5059), - [sym_class_body] = STATE(5281), - [sym__class_parameters] = STATE(5149), - [sym_type_constraints] = STATE(5210), - [sym_modifiers] = STATE(9141), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3214), + [2395] = { + [sym_property_delegate] = STATE(2540), + [sym_getter] = STATE(3255), + [sym_setter] = STATE(3255), + [sym_modifiers] = STATE(8887), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_EQ] = ACTIONS(5774), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_RPAREN] = ACTIONS(1786), + [anon_sym_by] = ACTIONS(5707), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(3694), + [anon_sym_get] = ACTIONS(5741), + [anon_sym_set] = ACTIONS(5743), + [anon_sym_STAR] = ACTIONS(1784), + [sym_label] = ACTIONS(1786), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_while] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_PLUS_EQ] = ACTIONS(1786), + [anon_sym_DASH_EQ] = ACTIONS(1786), + [anon_sym_STAR_EQ] = ACTIONS(1786), + [anon_sym_SLASH_EQ] = ACTIONS(1786), + [anon_sym_PERCENT_EQ] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1784), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG_BANG] = ACTIONS(1786), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), + [sym_multiline_comment] = ACTIONS(3), + }, + [2396] = { + [sym_type_constraints] = STATE(2488), + [sym_property_delegate] = STATE(2683), + [sym_getter] = STATE(3343), + [sym_setter] = STATE(3343), + [sym_modifiers] = STATE(8934), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3230), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(3234), + [anon_sym_RBRACK] = ACTIONS(3234), + [anon_sym_as] = ACTIONS(3230), + [anon_sym_EQ] = ACTIONS(5944), + [anon_sym_LBRACE] = ACTIONS(3234), + [anon_sym_RBRACE] = ACTIONS(3234), + [anon_sym_LPAREN] = ACTIONS(3234), + [anon_sym_COMMA] = ACTIONS(3234), + [anon_sym_RPAREN] = ACTIONS(3234), + [anon_sym_by] = ACTIONS(5900), + [anon_sym_LT] = ACTIONS(3230), + [anon_sym_GT] = ACTIONS(3230), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(3230), + [anon_sym_SEMI] = ACTIONS(5946), + [anon_sym_get] = ACTIONS(5910), + [anon_sym_set] = ACTIONS(5912), + [anon_sym_STAR] = ACTIONS(3234), + [anon_sym_DASH_GT] = ACTIONS(3234), + [sym_label] = ACTIONS(3234), + [anon_sym_in] = ACTIONS(3230), + [anon_sym_while] = ACTIONS(3230), + [anon_sym_DOT_DOT] = ACTIONS(3234), + [anon_sym_QMARK_COLON] = ACTIONS(3234), + [anon_sym_AMP_AMP] = ACTIONS(3234), + [anon_sym_PIPE_PIPE] = ACTIONS(3234), + [anon_sym_else] = ACTIONS(3230), + [anon_sym_COLON_COLON] = ACTIONS(3234), + [anon_sym_BANG_EQ] = ACTIONS(3230), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3234), + [anon_sym_EQ_EQ] = ACTIONS(3230), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3234), + [anon_sym_LT_EQ] = ACTIONS(3234), + [anon_sym_GT_EQ] = ACTIONS(3234), + [anon_sym_BANGin] = ACTIONS(3234), + [anon_sym_is] = ACTIONS(3230), + [anon_sym_BANGis] = ACTIONS(3234), + [anon_sym_PLUS] = ACTIONS(3230), + [anon_sym_DASH] = ACTIONS(3230), + [anon_sym_SLASH] = ACTIONS(3230), + [anon_sym_PERCENT] = ACTIONS(3234), + [anon_sym_as_QMARK] = ACTIONS(3234), + [anon_sym_PLUS_PLUS] = ACTIONS(3234), + [anon_sym_DASH_DASH] = ACTIONS(3234), + [anon_sym_BANG_BANG] = ACTIONS(3234), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3234), + [sym_safe_nav] = ACTIONS(3234), + [sym_multiline_comment] = ACTIONS(3), + }, + [2397] = { + [sym__alpha_identifier] = ACTIONS(4792), + [anon_sym_AT] = ACTIONS(4794), + [anon_sym_LBRACK] = ACTIONS(4794), + [anon_sym_as] = ACTIONS(4792), + [anon_sym_LBRACE] = ACTIONS(4794), + [anon_sym_RBRACE] = ACTIONS(4794), + [anon_sym_LPAREN] = ACTIONS(4794), + [anon_sym_LT] = ACTIONS(4792), + [anon_sym_GT] = ACTIONS(4792), + [anon_sym_object] = ACTIONS(4792), + [anon_sym_fun] = ACTIONS(4792), + [anon_sym_DOT] = ACTIONS(4792), + [anon_sym_SEMI] = ACTIONS(5948), + [anon_sym_get] = ACTIONS(4792), + [anon_sym_set] = ACTIONS(4792), + [anon_sym_this] = ACTIONS(4792), + [anon_sym_super] = ACTIONS(4792), + [anon_sym_STAR] = ACTIONS(4794), + [sym_label] = ACTIONS(4792), + [anon_sym_in] = ACTIONS(4792), + [anon_sym_DOT_DOT] = ACTIONS(4794), + [anon_sym_QMARK_COLON] = ACTIONS(4794), + [anon_sym_AMP_AMP] = ACTIONS(4794), + [anon_sym_PIPE_PIPE] = ACTIONS(4794), + [anon_sym_null] = ACTIONS(4792), + [anon_sym_if] = ACTIONS(4792), + [anon_sym_else] = ACTIONS(5950), + [anon_sym_when] = ACTIONS(4792), + [anon_sym_try] = ACTIONS(4792), + [anon_sym_throw] = ACTIONS(4792), + [anon_sym_return] = ACTIONS(4792), + [anon_sym_continue] = ACTIONS(4792), + [anon_sym_break] = ACTIONS(4792), + [anon_sym_COLON_COLON] = ACTIONS(4794), + [anon_sym_BANG_EQ] = ACTIONS(4792), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4794), + [anon_sym_EQ_EQ] = ACTIONS(4792), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4794), + [anon_sym_LT_EQ] = ACTIONS(4794), + [anon_sym_GT_EQ] = ACTIONS(4794), + [anon_sym_BANGin] = ACTIONS(4794), + [anon_sym_is] = ACTIONS(4792), + [anon_sym_BANGis] = ACTIONS(4794), + [anon_sym_PLUS] = ACTIONS(4792), + [anon_sym_DASH] = ACTIONS(4792), + [anon_sym_SLASH] = ACTIONS(4792), + [anon_sym_PERCENT] = ACTIONS(4794), + [anon_sym_as_QMARK] = ACTIONS(4794), + [anon_sym_PLUS_PLUS] = ACTIONS(4794), + [anon_sym_DASH_DASH] = ACTIONS(4794), + [anon_sym_BANG] = ACTIONS(4792), + [anon_sym_BANG_BANG] = ACTIONS(4794), + [anon_sym_suspend] = ACTIONS(4792), + [anon_sym_sealed] = ACTIONS(4792), + [anon_sym_annotation] = ACTIONS(4792), + [anon_sym_data] = ACTIONS(4792), + [anon_sym_inner] = ACTIONS(4792), + [anon_sym_override] = ACTIONS(4792), + [anon_sym_lateinit] = ACTIONS(4792), + [anon_sym_public] = ACTIONS(4792), + [anon_sym_private] = ACTIONS(4792), + [anon_sym_internal] = ACTIONS(4792), + [anon_sym_protected] = ACTIONS(4792), + [anon_sym_tailrec] = ACTIONS(4792), + [anon_sym_operator] = ACTIONS(4792), + [anon_sym_infix] = ACTIONS(4792), + [anon_sym_inline] = ACTIONS(4792), + [anon_sym_external] = ACTIONS(4792), + [sym_property_modifier] = ACTIONS(4792), + [anon_sym_abstract] = ACTIONS(4792), + [anon_sym_final] = ACTIONS(4792), + [anon_sym_open] = ACTIONS(4792), + [anon_sym_vararg] = ACTIONS(4792), + [anon_sym_noinline] = ACTIONS(4792), + [anon_sym_crossinline] = ACTIONS(4792), + [anon_sym_expect] = ACTIONS(4792), + [anon_sym_actual] = ACTIONS(4792), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4794), + [anon_sym_continue_AT] = ACTIONS(4794), + [anon_sym_break_AT] = ACTIONS(4794), + [sym_real_literal] = ACTIONS(4794), + [sym_integer_literal] = ACTIONS(4792), + [sym_hex_literal] = ACTIONS(4794), + [sym_bin_literal] = ACTIONS(4794), + [anon_sym_true] = ACTIONS(4792), + [anon_sym_false] = ACTIONS(4792), + [anon_sym_SQUOTE] = ACTIONS(4794), + [sym__backtick_identifier] = ACTIONS(4794), + [sym__automatic_semicolon] = ACTIONS(4794), + [sym_safe_nav] = ACTIONS(4794), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4794), + }, + [2398] = { + [sym_property_delegate] = STATE(2531), + [sym_getter] = STATE(3291), + [sym_setter] = STATE(3291), + [sym_modifiers] = STATE(8887), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_EQ] = ACTIONS(5758), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_RPAREN] = ACTIONS(3280), + [anon_sym_by] = ACTIONS(5707), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(5760), + [anon_sym_get] = ACTIONS(5741), + [anon_sym_set] = ACTIONS(5743), + [anon_sym_STAR] = ACTIONS(3278), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_while] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_PLUS_EQ] = ACTIONS(3280), + [anon_sym_DASH_EQ] = ACTIONS(3280), + [anon_sym_STAR_EQ] = ACTIONS(3280), + [anon_sym_SLASH_EQ] = ACTIONS(3280), + [anon_sym_PERCENT_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3278), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3280), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), + [sym_multiline_comment] = ACTIONS(3), + }, + [2399] = { + [sym__alpha_identifier] = ACTIONS(4792), + [anon_sym_AT] = ACTIONS(4794), + [anon_sym_LBRACK] = ACTIONS(4794), + [anon_sym_as] = ACTIONS(4792), + [anon_sym_LBRACE] = ACTIONS(4794), + [anon_sym_RBRACE] = ACTIONS(4794), + [anon_sym_LPAREN] = ACTIONS(4794), + [anon_sym_LT] = ACTIONS(4792), + [anon_sym_GT] = ACTIONS(4792), + [anon_sym_object] = ACTIONS(4792), + [anon_sym_fun] = ACTIONS(4792), + [anon_sym_DOT] = ACTIONS(4792), + [anon_sym_SEMI] = ACTIONS(4794), + [anon_sym_get] = ACTIONS(4792), + [anon_sym_set] = ACTIONS(4792), + [anon_sym_this] = ACTIONS(4792), + [anon_sym_super] = ACTIONS(4792), + [anon_sym_STAR] = ACTIONS(4794), + [sym_label] = ACTIONS(4792), + [anon_sym_in] = ACTIONS(4792), + [anon_sym_DOT_DOT] = ACTIONS(4794), + [anon_sym_QMARK_COLON] = ACTIONS(4794), + [anon_sym_AMP_AMP] = ACTIONS(4794), + [anon_sym_PIPE_PIPE] = ACTIONS(4794), + [anon_sym_null] = ACTIONS(4792), + [anon_sym_if] = ACTIONS(4792), + [anon_sym_else] = ACTIONS(5950), + [anon_sym_when] = ACTIONS(4792), + [anon_sym_try] = ACTIONS(4792), + [anon_sym_throw] = ACTIONS(4792), + [anon_sym_return] = ACTIONS(4792), + [anon_sym_continue] = ACTIONS(4792), + [anon_sym_break] = ACTIONS(4792), + [anon_sym_COLON_COLON] = ACTIONS(4794), + [anon_sym_BANG_EQ] = ACTIONS(4792), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4794), + [anon_sym_EQ_EQ] = ACTIONS(4792), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4794), + [anon_sym_LT_EQ] = ACTIONS(4794), + [anon_sym_GT_EQ] = ACTIONS(4794), + [anon_sym_BANGin] = ACTIONS(4794), + [anon_sym_is] = ACTIONS(4792), + [anon_sym_BANGis] = ACTIONS(4794), + [anon_sym_PLUS] = ACTIONS(4792), + [anon_sym_DASH] = ACTIONS(4792), + [anon_sym_SLASH] = ACTIONS(4792), + [anon_sym_PERCENT] = ACTIONS(4794), + [anon_sym_as_QMARK] = ACTIONS(4794), + [anon_sym_PLUS_PLUS] = ACTIONS(4794), + [anon_sym_DASH_DASH] = ACTIONS(4794), + [anon_sym_BANG] = ACTIONS(4792), + [anon_sym_BANG_BANG] = ACTIONS(4794), + [anon_sym_suspend] = ACTIONS(4792), + [anon_sym_sealed] = ACTIONS(4792), + [anon_sym_annotation] = ACTIONS(4792), + [anon_sym_data] = ACTIONS(4792), + [anon_sym_inner] = ACTIONS(4792), + [anon_sym_override] = ACTIONS(4792), + [anon_sym_lateinit] = ACTIONS(4792), + [anon_sym_public] = ACTIONS(4792), + [anon_sym_private] = ACTIONS(4792), + [anon_sym_internal] = ACTIONS(4792), + [anon_sym_protected] = ACTIONS(4792), + [anon_sym_tailrec] = ACTIONS(4792), + [anon_sym_operator] = ACTIONS(4792), + [anon_sym_infix] = ACTIONS(4792), + [anon_sym_inline] = ACTIONS(4792), + [anon_sym_external] = ACTIONS(4792), + [sym_property_modifier] = ACTIONS(4792), + [anon_sym_abstract] = ACTIONS(4792), + [anon_sym_final] = ACTIONS(4792), + [anon_sym_open] = ACTIONS(4792), + [anon_sym_vararg] = ACTIONS(4792), + [anon_sym_noinline] = ACTIONS(4792), + [anon_sym_crossinline] = ACTIONS(4792), + [anon_sym_expect] = ACTIONS(4792), + [anon_sym_actual] = ACTIONS(4792), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4794), + [anon_sym_continue_AT] = ACTIONS(4794), + [anon_sym_break_AT] = ACTIONS(4794), + [sym_real_literal] = ACTIONS(4794), + [sym_integer_literal] = ACTIONS(4792), + [sym_hex_literal] = ACTIONS(4794), + [sym_bin_literal] = ACTIONS(4794), + [anon_sym_true] = ACTIONS(4792), + [anon_sym_false] = ACTIONS(4792), + [anon_sym_SQUOTE] = ACTIONS(4794), + [sym__backtick_identifier] = ACTIONS(4794), + [sym__automatic_semicolon] = ACTIONS(4794), + [sym_safe_nav] = ACTIONS(4794), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4794), + }, + [2400] = { + [sym_primary_constructor] = STATE(3691), + [sym__class_parameters] = STATE(3039), + [sym_type_constraints] = STATE(3099), + [sym_enum_class_body] = STATE(3181), + [sym_modifiers] = STATE(9227), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3212), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(5924), - [anon_sym_LBRACK] = ACTIONS(3218), - [anon_sym_constructor] = ACTIONS(5673), - [anon_sym_LBRACE] = ACTIONS(5675), - [anon_sym_RBRACE] = ACTIONS(3218), - [anon_sym_LPAREN] = ACTIONS(5677), - [anon_sym_where] = ACTIONS(5681), - [anon_sym_object] = ACTIONS(3214), - [anon_sym_fun] = ACTIONS(3214), - [anon_sym_get] = ACTIONS(3214), - [anon_sym_set] = ACTIONS(3214), - [anon_sym_this] = ACTIONS(3214), - [anon_sym_super] = ACTIONS(3214), - [anon_sym_STAR] = ACTIONS(3218), - [sym_label] = ACTIONS(3214), - [anon_sym_in] = ACTIONS(3214), - [anon_sym_null] = ACTIONS(3214), - [anon_sym_if] = ACTIONS(3214), - [anon_sym_else] = ACTIONS(3214), - [anon_sym_when] = ACTIONS(3214), - [anon_sym_try] = ACTIONS(3214), - [anon_sym_throw] = ACTIONS(3214), - [anon_sym_return] = ACTIONS(3214), - [anon_sym_continue] = ACTIONS(3214), - [anon_sym_break] = ACTIONS(3214), - [anon_sym_COLON_COLON] = ACTIONS(3218), - [anon_sym_BANGin] = ACTIONS(3218), - [anon_sym_is] = ACTIONS(3214), - [anon_sym_BANGis] = ACTIONS(3218), - [anon_sym_PLUS] = ACTIONS(3214), - [anon_sym_DASH] = ACTIONS(3214), - [anon_sym_PLUS_PLUS] = ACTIONS(3218), - [anon_sym_DASH_DASH] = ACTIONS(3218), - [anon_sym_BANG] = ACTIONS(3214), + [anon_sym_COLON] = ACTIONS(5952), + [anon_sym_LBRACK] = ACTIONS(3216), + [anon_sym_RBRACK] = ACTIONS(3216), + [anon_sym_as] = ACTIONS(3212), + [anon_sym_constructor] = ACTIONS(5169), + [anon_sym_LBRACE] = ACTIONS(5171), + [anon_sym_RBRACE] = ACTIONS(3216), + [anon_sym_LPAREN] = ACTIONS(5173), + [anon_sym_COMMA] = ACTIONS(3216), + [anon_sym_RPAREN] = ACTIONS(3216), + [anon_sym_LT] = ACTIONS(3212), + [anon_sym_GT] = ACTIONS(3212), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(3212), + [anon_sym_SEMI] = ACTIONS(3216), + [anon_sym_get] = ACTIONS(3212), + [anon_sym_set] = ACTIONS(3212), + [anon_sym_STAR] = ACTIONS(3216), + [anon_sym_DASH_GT] = ACTIONS(3216), + [sym_label] = ACTIONS(3216), + [anon_sym_in] = ACTIONS(3212), + [anon_sym_while] = ACTIONS(3212), + [anon_sym_DOT_DOT] = ACTIONS(3216), + [anon_sym_QMARK_COLON] = ACTIONS(3216), + [anon_sym_AMP_AMP] = ACTIONS(3216), + [anon_sym_PIPE_PIPE] = ACTIONS(3216), + [anon_sym_else] = ACTIONS(3212), + [anon_sym_COLON_COLON] = ACTIONS(3216), + [anon_sym_BANG_EQ] = ACTIONS(3212), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3216), + [anon_sym_EQ_EQ] = ACTIONS(3212), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3216), + [anon_sym_LT_EQ] = ACTIONS(3216), + [anon_sym_GT_EQ] = ACTIONS(3216), + [anon_sym_BANGin] = ACTIONS(3216), + [anon_sym_is] = ACTIONS(3212), + [anon_sym_BANGis] = ACTIONS(3216), + [anon_sym_PLUS] = ACTIONS(3212), + [anon_sym_DASH] = ACTIONS(3212), + [anon_sym_SLASH] = ACTIONS(3212), + [anon_sym_PERCENT] = ACTIONS(3216), + [anon_sym_as_QMARK] = ACTIONS(3216), + [anon_sym_PLUS_PLUS] = ACTIONS(3216), + [anon_sym_DASH_DASH] = ACTIONS(3216), + [anon_sym_BANG_BANG] = ACTIONS(3216), [anon_sym_suspend] = ACTIONS(3120), [anon_sym_sealed] = ACTIONS(3122), [anon_sym_annotation] = ACTIONS(3122), @@ -285883,170 +288393,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3134), [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3218), - [anon_sym_continue_AT] = ACTIONS(3218), - [anon_sym_break_AT] = ACTIONS(3218), - [sym_real_literal] = ACTIONS(3218), - [sym_integer_literal] = ACTIONS(3214), - [sym_hex_literal] = ACTIONS(3218), - [sym_bin_literal] = ACTIONS(3218), - [anon_sym_true] = ACTIONS(3214), - [anon_sym_false] = ACTIONS(3214), - [anon_sym_SQUOTE] = ACTIONS(3218), - [sym__backtick_identifier] = ACTIONS(3218), - [sym__automatic_semicolon] = ACTIONS(3218), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3218), - }, - [2376] = { - [sym__alpha_identifier] = ACTIONS(5067), - [anon_sym_AT] = ACTIONS(5069), - [anon_sym_LBRACK] = ACTIONS(5069), - [anon_sym_as] = ACTIONS(5067), - [anon_sym_LBRACE] = ACTIONS(5069), - [anon_sym_RBRACE] = ACTIONS(5069), - [anon_sym_LPAREN] = ACTIONS(5069), - [anon_sym_LT] = ACTIONS(5067), - [anon_sym_GT] = ACTIONS(5067), - [anon_sym_object] = ACTIONS(5067), - [anon_sym_fun] = ACTIONS(5067), - [anon_sym_DOT] = ACTIONS(5067), - [anon_sym_SEMI] = ACTIONS(5926), - [anon_sym_get] = ACTIONS(5067), - [anon_sym_set] = ACTIONS(5067), - [anon_sym_this] = ACTIONS(5067), - [anon_sym_super] = ACTIONS(5067), - [anon_sym_STAR] = ACTIONS(5069), - [sym_label] = ACTIONS(5067), - [anon_sym_in] = ACTIONS(5067), - [anon_sym_DOT_DOT] = ACTIONS(5069), - [anon_sym_QMARK_COLON] = ACTIONS(5069), - [anon_sym_AMP_AMP] = ACTIONS(5069), - [anon_sym_PIPE_PIPE] = ACTIONS(5069), - [anon_sym_null] = ACTIONS(5067), - [anon_sym_if] = ACTIONS(5067), - [anon_sym_else] = ACTIONS(5922), - [anon_sym_when] = ACTIONS(5067), - [anon_sym_try] = ACTIONS(5067), - [anon_sym_throw] = ACTIONS(5067), - [anon_sym_return] = ACTIONS(5067), - [anon_sym_continue] = ACTIONS(5067), - [anon_sym_break] = ACTIONS(5067), - [anon_sym_COLON_COLON] = ACTIONS(5069), - [anon_sym_BANG_EQ] = ACTIONS(5067), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5069), - [anon_sym_EQ_EQ] = ACTIONS(5067), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5069), - [anon_sym_LT_EQ] = ACTIONS(5069), - [anon_sym_GT_EQ] = ACTIONS(5069), - [anon_sym_BANGin] = ACTIONS(5069), - [anon_sym_is] = ACTIONS(5067), - [anon_sym_BANGis] = ACTIONS(5069), - [anon_sym_PLUS] = ACTIONS(5067), - [anon_sym_DASH] = ACTIONS(5067), - [anon_sym_SLASH] = ACTIONS(5067), - [anon_sym_PERCENT] = ACTIONS(5069), - [anon_sym_as_QMARK] = ACTIONS(5069), - [anon_sym_PLUS_PLUS] = ACTIONS(5069), - [anon_sym_DASH_DASH] = ACTIONS(5069), - [anon_sym_BANG] = ACTIONS(5067), - [anon_sym_BANG_BANG] = ACTIONS(5069), - [anon_sym_suspend] = ACTIONS(5067), - [anon_sym_sealed] = ACTIONS(5067), - [anon_sym_annotation] = ACTIONS(5067), - [anon_sym_data] = ACTIONS(5067), - [anon_sym_inner] = ACTIONS(5067), - [anon_sym_override] = ACTIONS(5067), - [anon_sym_lateinit] = ACTIONS(5067), - [anon_sym_public] = ACTIONS(5067), - [anon_sym_private] = ACTIONS(5067), - [anon_sym_internal] = ACTIONS(5067), - [anon_sym_protected] = ACTIONS(5067), - [anon_sym_tailrec] = ACTIONS(5067), - [anon_sym_operator] = ACTIONS(5067), - [anon_sym_infix] = ACTIONS(5067), - [anon_sym_inline] = ACTIONS(5067), - [anon_sym_external] = ACTIONS(5067), - [sym_property_modifier] = ACTIONS(5067), - [anon_sym_abstract] = ACTIONS(5067), - [anon_sym_final] = ACTIONS(5067), - [anon_sym_open] = ACTIONS(5067), - [anon_sym_vararg] = ACTIONS(5067), - [anon_sym_noinline] = ACTIONS(5067), - [anon_sym_crossinline] = ACTIONS(5067), - [anon_sym_expect] = ACTIONS(5067), - [anon_sym_actual] = ACTIONS(5067), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5069), - [anon_sym_continue_AT] = ACTIONS(5069), - [anon_sym_break_AT] = ACTIONS(5069), - [sym_real_literal] = ACTIONS(5069), - [sym_integer_literal] = ACTIONS(5067), - [sym_hex_literal] = ACTIONS(5069), - [sym_bin_literal] = ACTIONS(5069), - [anon_sym_true] = ACTIONS(5067), - [anon_sym_false] = ACTIONS(5067), - [anon_sym_SQUOTE] = ACTIONS(5069), - [sym__backtick_identifier] = ACTIONS(5069), - [sym__automatic_semicolon] = ACTIONS(5069), - [sym_safe_nav] = ACTIONS(5069), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5069), + [sym__backtick_identifier] = ACTIONS(3216), + [sym_safe_nav] = ACTIONS(3216), + [sym_multiline_comment] = ACTIONS(3), }, - [2377] = { - [sym_primary_constructor] = STATE(4942), - [sym__class_parameters] = STATE(5149), - [sym_type_constraints] = STATE(5251), - [sym_enum_class_body] = STATE(5342), - [sym_modifiers] = STATE(9141), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3190), + [2401] = { + [sym_primary_constructor] = STATE(3695), + [sym_class_body] = STATE(3261), + [sym__class_parameters] = STATE(3039), + [sym_type_constraints] = STATE(3076), + [sym_modifiers] = STATE(9227), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3186), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(5928), - [anon_sym_LBRACK] = ACTIONS(3194), - [anon_sym_constructor] = ACTIONS(5673), - [anon_sym_LBRACE] = ACTIONS(5703), - [anon_sym_RBRACE] = ACTIONS(3194), - [anon_sym_LPAREN] = ACTIONS(5677), - [anon_sym_where] = ACTIONS(5681), - [anon_sym_object] = ACTIONS(3190), - [anon_sym_fun] = ACTIONS(3190), - [anon_sym_get] = ACTIONS(3190), - [anon_sym_set] = ACTIONS(3190), - [anon_sym_this] = ACTIONS(3190), - [anon_sym_super] = ACTIONS(3190), - [anon_sym_STAR] = ACTIONS(3194), + [anon_sym_COLON] = ACTIONS(5954), + [anon_sym_LBRACK] = ACTIONS(3190), + [anon_sym_RBRACK] = ACTIONS(3190), + [anon_sym_as] = ACTIONS(3186), + [anon_sym_constructor] = ACTIONS(5169), + [anon_sym_LBRACE] = ACTIONS(5179), + [anon_sym_RBRACE] = ACTIONS(3190), + [anon_sym_LPAREN] = ACTIONS(5173), + [anon_sym_COMMA] = ACTIONS(3190), + [anon_sym_RPAREN] = ACTIONS(3190), + [anon_sym_LT] = ACTIONS(3186), + [anon_sym_GT] = ACTIONS(3186), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(3186), + [anon_sym_SEMI] = ACTIONS(3190), + [anon_sym_get] = ACTIONS(3186), + [anon_sym_set] = ACTIONS(3186), + [anon_sym_STAR] = ACTIONS(3190), + [anon_sym_DASH_GT] = ACTIONS(3190), [sym_label] = ACTIONS(3190), - [anon_sym_in] = ACTIONS(3190), - [anon_sym_null] = ACTIONS(3190), - [anon_sym_if] = ACTIONS(3190), - [anon_sym_else] = ACTIONS(3190), - [anon_sym_when] = ACTIONS(3190), - [anon_sym_try] = ACTIONS(3190), - [anon_sym_throw] = ACTIONS(3190), - [anon_sym_return] = ACTIONS(3190), - [anon_sym_continue] = ACTIONS(3190), - [anon_sym_break] = ACTIONS(3190), - [anon_sym_COLON_COLON] = ACTIONS(3194), - [anon_sym_BANGin] = ACTIONS(3194), - [anon_sym_is] = ACTIONS(3190), - [anon_sym_BANGis] = ACTIONS(3194), - [anon_sym_PLUS] = ACTIONS(3190), - [anon_sym_DASH] = ACTIONS(3190), - [anon_sym_PLUS_PLUS] = ACTIONS(3194), - [anon_sym_DASH_DASH] = ACTIONS(3194), - [anon_sym_BANG] = ACTIONS(3190), + [anon_sym_in] = ACTIONS(3186), + [anon_sym_while] = ACTIONS(3186), + [anon_sym_DOT_DOT] = ACTIONS(3190), + [anon_sym_QMARK_COLON] = ACTIONS(3190), + [anon_sym_AMP_AMP] = ACTIONS(3190), + [anon_sym_PIPE_PIPE] = ACTIONS(3190), + [anon_sym_else] = ACTIONS(3186), + [anon_sym_COLON_COLON] = ACTIONS(3190), + [anon_sym_BANG_EQ] = ACTIONS(3186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3190), + [anon_sym_EQ_EQ] = ACTIONS(3186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3190), + [anon_sym_LT_EQ] = ACTIONS(3190), + [anon_sym_GT_EQ] = ACTIONS(3190), + [anon_sym_BANGin] = ACTIONS(3190), + [anon_sym_is] = ACTIONS(3186), + [anon_sym_BANGis] = ACTIONS(3190), + [anon_sym_PLUS] = ACTIONS(3186), + [anon_sym_DASH] = ACTIONS(3186), + [anon_sym_SLASH] = ACTIONS(3186), + [anon_sym_PERCENT] = ACTIONS(3190), + [anon_sym_as_QMARK] = ACTIONS(3190), + [anon_sym_PLUS_PLUS] = ACTIONS(3190), + [anon_sym_DASH_DASH] = ACTIONS(3190), + [anon_sym_BANG_BANG] = ACTIONS(3190), [anon_sym_suspend] = ACTIONS(3120), [anon_sym_sealed] = ACTIONS(3122), [anon_sym_annotation] = ACTIONS(3122), @@ -286073,371 +288488,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3134), [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3194), - [anon_sym_continue_AT] = ACTIONS(3194), - [anon_sym_break_AT] = ACTIONS(3194), - [sym_real_literal] = ACTIONS(3194), - [sym_integer_literal] = ACTIONS(3190), - [sym_hex_literal] = ACTIONS(3194), - [sym_bin_literal] = ACTIONS(3194), - [anon_sym_true] = ACTIONS(3190), - [anon_sym_false] = ACTIONS(3190), - [anon_sym_SQUOTE] = ACTIONS(3194), - [sym__backtick_identifier] = ACTIONS(3194), - [sym__automatic_semicolon] = ACTIONS(3194), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3194), - }, - [2378] = { - [sym_type_constraints] = STATE(2482), - [sym_property_delegate] = STATE(2668), - [sym_getter] = STATE(3149), - [sym_setter] = STATE(3149), - [sym_modifiers] = STATE(8887), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_RBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_EQ] = ACTIONS(5930), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_COMMA] = ACTIONS(1778), - [anon_sym_RPAREN] = ACTIONS(1778), - [anon_sym_by] = ACTIONS(5904), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(3808), - [anon_sym_get] = ACTIONS(5906), - [anon_sym_set] = ACTIONS(5908), - [anon_sym_STAR] = ACTIONS(1778), - [anon_sym_DASH_GT] = ACTIONS(1778), - [sym_label] = ACTIONS(1778), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_while] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1778), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG_BANG] = ACTIONS(1778), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), - [sym_multiline_comment] = ACTIONS(3), - }, - [2379] = { - [sym__alpha_identifier] = ACTIONS(4249), - [anon_sym_AT] = ACTIONS(4252), - [anon_sym_LBRACK] = ACTIONS(4252), - [anon_sym_as] = ACTIONS(4257), - [anon_sym_LBRACE] = ACTIONS(4252), - [anon_sym_RBRACE] = ACTIONS(4255), - [anon_sym_LPAREN] = ACTIONS(5932), - [anon_sym_LT] = ACTIONS(4257), - [anon_sym_GT] = ACTIONS(4257), - [anon_sym_object] = ACTIONS(3828), - [anon_sym_fun] = ACTIONS(3828), - [anon_sym_DOT] = ACTIONS(4257), - [anon_sym_SEMI] = ACTIONS(4255), - [anon_sym_get] = ACTIONS(4249), - [anon_sym_set] = ACTIONS(4249), - [anon_sym_this] = ACTIONS(3828), - [anon_sym_super] = ACTIONS(3828), - [anon_sym_STAR] = ACTIONS(4252), - [sym_label] = ACTIONS(4249), - [anon_sym_in] = ACTIONS(4257), - [anon_sym_DOT_DOT] = ACTIONS(4255), - [anon_sym_QMARK_COLON] = ACTIONS(4255), - [anon_sym_AMP_AMP] = ACTIONS(4255), - [anon_sym_PIPE_PIPE] = ACTIONS(4255), - [anon_sym_null] = ACTIONS(3828), - [anon_sym_if] = ACTIONS(3828), - [anon_sym_else] = ACTIONS(4257), - [anon_sym_when] = ACTIONS(3828), - [anon_sym_try] = ACTIONS(3828), - [anon_sym_throw] = ACTIONS(3828), - [anon_sym_return] = ACTIONS(3828), - [anon_sym_continue] = ACTIONS(3828), - [anon_sym_break] = ACTIONS(3828), - [anon_sym_COLON_COLON] = ACTIONS(4252), - [anon_sym_BANG_EQ] = ACTIONS(4257), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4255), - [anon_sym_EQ_EQ] = ACTIONS(4257), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4255), - [anon_sym_LT_EQ] = ACTIONS(4255), - [anon_sym_GT_EQ] = ACTIONS(4255), - [anon_sym_BANGin] = ACTIONS(4255), - [anon_sym_is] = ACTIONS(4257), - [anon_sym_BANGis] = ACTIONS(4255), - [anon_sym_PLUS] = ACTIONS(4249), - [anon_sym_DASH] = ACTIONS(4249), - [anon_sym_SLASH] = ACTIONS(4257), - [anon_sym_PERCENT] = ACTIONS(4255), - [anon_sym_as_QMARK] = ACTIONS(4255), - [anon_sym_PLUS_PLUS] = ACTIONS(4252), - [anon_sym_DASH_DASH] = ACTIONS(4252), - [anon_sym_BANG] = ACTIONS(3828), - [anon_sym_BANG_BANG] = ACTIONS(4255), - [anon_sym_suspend] = ACTIONS(4257), - [anon_sym_sealed] = ACTIONS(4257), - [anon_sym_annotation] = ACTIONS(4257), - [anon_sym_data] = ACTIONS(4249), - [anon_sym_inner] = ACTIONS(4249), - [anon_sym_override] = ACTIONS(4257), - [anon_sym_lateinit] = ACTIONS(4257), - [anon_sym_public] = ACTIONS(4257), - [anon_sym_private] = ACTIONS(4257), - [anon_sym_internal] = ACTIONS(4257), - [anon_sym_protected] = ACTIONS(4257), - [anon_sym_tailrec] = ACTIONS(4257), - [anon_sym_operator] = ACTIONS(4257), - [anon_sym_infix] = ACTIONS(4257), - [anon_sym_inline] = ACTIONS(4257), - [anon_sym_external] = ACTIONS(4257), - [sym_property_modifier] = ACTIONS(4257), - [anon_sym_abstract] = ACTIONS(4257), - [anon_sym_final] = ACTIONS(4257), - [anon_sym_open] = ACTIONS(4257), - [anon_sym_vararg] = ACTIONS(4257), - [anon_sym_noinline] = ACTIONS(4257), - [anon_sym_crossinline] = ACTIONS(4257), - [anon_sym_expect] = ACTIONS(4249), - [anon_sym_actual] = ACTIONS(4249), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3833), - [anon_sym_continue_AT] = ACTIONS(3833), - [anon_sym_break_AT] = ACTIONS(3833), - [sym_real_literal] = ACTIONS(3833), - [sym_integer_literal] = ACTIONS(3828), - [sym_hex_literal] = ACTIONS(3833), - [sym_bin_literal] = ACTIONS(3833), - [anon_sym_true] = ACTIONS(3828), - [anon_sym_false] = ACTIONS(3828), - [anon_sym_SQUOTE] = ACTIONS(3833), - [sym__backtick_identifier] = ACTIONS(4252), - [sym__automatic_semicolon] = ACTIONS(4255), - [sym_safe_nav] = ACTIONS(4255), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3833), - }, - [2380] = { - [sym__alpha_identifier] = ACTIONS(4233), - [anon_sym_AT] = ACTIONS(4236), - [anon_sym_LBRACK] = ACTIONS(4236), - [anon_sym_as] = ACTIONS(4241), - [anon_sym_LBRACE] = ACTIONS(4236), - [anon_sym_RBRACE] = ACTIONS(4239), - [anon_sym_LPAREN] = ACTIONS(5936), - [anon_sym_LT] = ACTIONS(4241), - [anon_sym_GT] = ACTIONS(4241), - [anon_sym_object] = ACTIONS(3828), - [anon_sym_fun] = ACTIONS(3828), - [anon_sym_DOT] = ACTIONS(4241), - [anon_sym_SEMI] = ACTIONS(4239), - [anon_sym_get] = ACTIONS(4233), - [anon_sym_set] = ACTIONS(4233), - [anon_sym_this] = ACTIONS(3828), - [anon_sym_super] = ACTIONS(3828), - [anon_sym_STAR] = ACTIONS(4236), - [sym_label] = ACTIONS(4233), - [anon_sym_in] = ACTIONS(4241), - [anon_sym_DOT_DOT] = ACTIONS(4239), - [anon_sym_QMARK_COLON] = ACTIONS(4239), - [anon_sym_AMP_AMP] = ACTIONS(4239), - [anon_sym_PIPE_PIPE] = ACTIONS(4239), - [anon_sym_null] = ACTIONS(3828), - [anon_sym_if] = ACTIONS(3828), - [anon_sym_else] = ACTIONS(4241), - [anon_sym_when] = ACTIONS(3828), - [anon_sym_try] = ACTIONS(3828), - [anon_sym_throw] = ACTIONS(3828), - [anon_sym_return] = ACTIONS(3828), - [anon_sym_continue] = ACTIONS(3828), - [anon_sym_break] = ACTIONS(3828), - [anon_sym_COLON_COLON] = ACTIONS(4236), - [anon_sym_BANG_EQ] = ACTIONS(4241), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4239), - [anon_sym_EQ_EQ] = ACTIONS(4241), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4239), - [anon_sym_LT_EQ] = ACTIONS(4239), - [anon_sym_GT_EQ] = ACTIONS(4239), - [anon_sym_BANGin] = ACTIONS(4239), - [anon_sym_is] = ACTIONS(4241), - [anon_sym_BANGis] = ACTIONS(4239), - [anon_sym_PLUS] = ACTIONS(4233), - [anon_sym_DASH] = ACTIONS(4233), - [anon_sym_SLASH] = ACTIONS(4241), - [anon_sym_PERCENT] = ACTIONS(4239), - [anon_sym_as_QMARK] = ACTIONS(4239), - [anon_sym_PLUS_PLUS] = ACTIONS(4236), - [anon_sym_DASH_DASH] = ACTIONS(4236), - [anon_sym_BANG] = ACTIONS(3828), - [anon_sym_BANG_BANG] = ACTIONS(4239), - [anon_sym_suspend] = ACTIONS(4241), - [anon_sym_sealed] = ACTIONS(4241), - [anon_sym_annotation] = ACTIONS(4241), - [anon_sym_data] = ACTIONS(4233), - [anon_sym_inner] = ACTIONS(4233), - [anon_sym_override] = ACTIONS(4241), - [anon_sym_lateinit] = ACTIONS(4241), - [anon_sym_public] = ACTIONS(4241), - [anon_sym_private] = ACTIONS(4241), - [anon_sym_internal] = ACTIONS(4241), - [anon_sym_protected] = ACTIONS(4241), - [anon_sym_tailrec] = ACTIONS(4241), - [anon_sym_operator] = ACTIONS(4241), - [anon_sym_infix] = ACTIONS(4241), - [anon_sym_inline] = ACTIONS(4241), - [anon_sym_external] = ACTIONS(4241), - [sym_property_modifier] = ACTIONS(4241), - [anon_sym_abstract] = ACTIONS(4241), - [anon_sym_final] = ACTIONS(4241), - [anon_sym_open] = ACTIONS(4241), - [anon_sym_vararg] = ACTIONS(4241), - [anon_sym_noinline] = ACTIONS(4241), - [anon_sym_crossinline] = ACTIONS(4241), - [anon_sym_expect] = ACTIONS(4233), - [anon_sym_actual] = ACTIONS(4233), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3833), - [anon_sym_continue_AT] = ACTIONS(3833), - [anon_sym_break_AT] = ACTIONS(3833), - [sym_real_literal] = ACTIONS(3833), - [sym_integer_literal] = ACTIONS(3828), - [sym_hex_literal] = ACTIONS(3833), - [sym_bin_literal] = ACTIONS(3833), - [anon_sym_true] = ACTIONS(3828), - [anon_sym_false] = ACTIONS(3828), - [anon_sym_SQUOTE] = ACTIONS(3833), - [sym__backtick_identifier] = ACTIONS(4236), - [sym__automatic_semicolon] = ACTIONS(4239), - [sym_safe_nav] = ACTIONS(4239), + [sym__backtick_identifier] = ACTIONS(3190), + [sym_safe_nav] = ACTIONS(3190), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3833), }, - [2381] = { - [sym_primary_constructor] = STATE(5035), - [sym__class_parameters] = STATE(4539), - [sym_type_constraints] = STATE(4558), - [sym_enum_class_body] = STATE(4743), - [sym_modifiers] = STATE(9107), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3204), + [2402] = { + [sym_primary_constructor] = STATE(3696), + [sym__class_parameters] = STATE(3039), + [sym_type_constraints] = STATE(3071), + [sym_enum_class_body] = STATE(3261), + [sym_modifiers] = STATE(9227), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3186), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(5940), - [anon_sym_LBRACK] = ACTIONS(3208), - [anon_sym_RBRACK] = ACTIONS(3208), - [anon_sym_as] = ACTIONS(3204), - [anon_sym_constructor] = ACTIONS(5125), - [anon_sym_LBRACE] = ACTIONS(5137), - [anon_sym_RBRACE] = ACTIONS(3208), - [anon_sym_LPAREN] = ACTIONS(5129), - [anon_sym_COMMA] = ACTIONS(3208), - [anon_sym_RPAREN] = ACTIONS(3208), - [anon_sym_LT] = ACTIONS(3204), - [anon_sym_GT] = ACTIONS(3204), - [anon_sym_where] = ACTIONS(5133), - [anon_sym_DOT] = ACTIONS(3204), - [anon_sym_SEMI] = ACTIONS(3208), - [anon_sym_get] = ACTIONS(3204), - [anon_sym_set] = ACTIONS(3204), - [anon_sym_STAR] = ACTIONS(3208), - [anon_sym_DASH_GT] = ACTIONS(3208), - [sym_label] = ACTIONS(3208), - [anon_sym_in] = ACTIONS(3204), - [anon_sym_while] = ACTIONS(3204), - [anon_sym_DOT_DOT] = ACTIONS(3208), - [anon_sym_QMARK_COLON] = ACTIONS(3208), - [anon_sym_AMP_AMP] = ACTIONS(3208), - [anon_sym_PIPE_PIPE] = ACTIONS(3208), - [anon_sym_else] = ACTIONS(3204), - [anon_sym_COLON_COLON] = ACTIONS(3208), - [anon_sym_BANG_EQ] = ACTIONS(3204), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3208), - [anon_sym_EQ_EQ] = ACTIONS(3204), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3208), - [anon_sym_LT_EQ] = ACTIONS(3208), - [anon_sym_GT_EQ] = ACTIONS(3208), - [anon_sym_BANGin] = ACTIONS(3208), - [anon_sym_is] = ACTIONS(3204), - [anon_sym_BANGis] = ACTIONS(3208), - [anon_sym_PLUS] = ACTIONS(3204), - [anon_sym_DASH] = ACTIONS(3204), - [anon_sym_SLASH] = ACTIONS(3204), - [anon_sym_PERCENT] = ACTIONS(3208), - [anon_sym_as_QMARK] = ACTIONS(3208), - [anon_sym_PLUS_PLUS] = ACTIONS(3208), - [anon_sym_DASH_DASH] = ACTIONS(3208), - [anon_sym_BANG_BANG] = ACTIONS(3208), + [anon_sym_COLON] = ACTIONS(5956), + [anon_sym_LBRACK] = ACTIONS(3190), + [anon_sym_RBRACK] = ACTIONS(3190), + [anon_sym_as] = ACTIONS(3186), + [anon_sym_constructor] = ACTIONS(5169), + [anon_sym_LBRACE] = ACTIONS(5171), + [anon_sym_RBRACE] = ACTIONS(3190), + [anon_sym_LPAREN] = ACTIONS(5173), + [anon_sym_COMMA] = ACTIONS(3190), + [anon_sym_RPAREN] = ACTIONS(3190), + [anon_sym_LT] = ACTIONS(3186), + [anon_sym_GT] = ACTIONS(3186), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(3186), + [anon_sym_SEMI] = ACTIONS(3190), + [anon_sym_get] = ACTIONS(3186), + [anon_sym_set] = ACTIONS(3186), + [anon_sym_STAR] = ACTIONS(3190), + [anon_sym_DASH_GT] = ACTIONS(3190), + [sym_label] = ACTIONS(3190), + [anon_sym_in] = ACTIONS(3186), + [anon_sym_while] = ACTIONS(3186), + [anon_sym_DOT_DOT] = ACTIONS(3190), + [anon_sym_QMARK_COLON] = ACTIONS(3190), + [anon_sym_AMP_AMP] = ACTIONS(3190), + [anon_sym_PIPE_PIPE] = ACTIONS(3190), + [anon_sym_else] = ACTIONS(3186), + [anon_sym_COLON_COLON] = ACTIONS(3190), + [anon_sym_BANG_EQ] = ACTIONS(3186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3190), + [anon_sym_EQ_EQ] = ACTIONS(3186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3190), + [anon_sym_LT_EQ] = ACTIONS(3190), + [anon_sym_GT_EQ] = ACTIONS(3190), + [anon_sym_BANGin] = ACTIONS(3190), + [anon_sym_is] = ACTIONS(3186), + [anon_sym_BANGis] = ACTIONS(3190), + [anon_sym_PLUS] = ACTIONS(3186), + [anon_sym_DASH] = ACTIONS(3186), + [anon_sym_SLASH] = ACTIONS(3186), + [anon_sym_PERCENT] = ACTIONS(3190), + [anon_sym_as_QMARK] = ACTIONS(3190), + [anon_sym_PLUS_PLUS] = ACTIONS(3190), + [anon_sym_DASH_DASH] = ACTIONS(3190), + [anon_sym_BANG_BANG] = ACTIONS(3190), [anon_sym_suspend] = ACTIONS(3120), [anon_sym_sealed] = ACTIONS(3122), [anon_sym_annotation] = ACTIONS(3122), @@ -286464,349 +288583,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3134), [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3208), - [sym_safe_nav] = ACTIONS(3208), - [sym_multiline_comment] = ACTIONS(3), - }, - [2382] = { - [sym_type_constraints] = STATE(2484), - [sym_property_delegate] = STATE(2666), - [sym_getter] = STATE(3251), - [sym_setter] = STATE(3251), - [sym_modifiers] = STATE(8887), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3272), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3274), - [anon_sym_RBRACK] = ACTIONS(3274), - [anon_sym_as] = ACTIONS(3272), - [anon_sym_EQ] = ACTIONS(5942), - [anon_sym_LBRACE] = ACTIONS(3274), - [anon_sym_RBRACE] = ACTIONS(3274), - [anon_sym_LPAREN] = ACTIONS(3274), - [anon_sym_COMMA] = ACTIONS(3274), - [anon_sym_RPAREN] = ACTIONS(3274), - [anon_sym_by] = ACTIONS(5904), - [anon_sym_LT] = ACTIONS(3272), - [anon_sym_GT] = ACTIONS(3272), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(3272), - [anon_sym_SEMI] = ACTIONS(5944), - [anon_sym_get] = ACTIONS(5906), - [anon_sym_set] = ACTIONS(5908), - [anon_sym_STAR] = ACTIONS(3274), - [anon_sym_DASH_GT] = ACTIONS(3274), - [sym_label] = ACTIONS(3274), - [anon_sym_in] = ACTIONS(3272), - [anon_sym_while] = ACTIONS(3272), - [anon_sym_DOT_DOT] = ACTIONS(3274), - [anon_sym_QMARK_COLON] = ACTIONS(3274), - [anon_sym_AMP_AMP] = ACTIONS(3274), - [anon_sym_PIPE_PIPE] = ACTIONS(3274), - [anon_sym_else] = ACTIONS(3272), - [anon_sym_COLON_COLON] = ACTIONS(3274), - [anon_sym_BANG_EQ] = ACTIONS(3272), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3274), - [anon_sym_EQ_EQ] = ACTIONS(3272), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3274), - [anon_sym_LT_EQ] = ACTIONS(3274), - [anon_sym_GT_EQ] = ACTIONS(3274), - [anon_sym_BANGin] = ACTIONS(3274), - [anon_sym_is] = ACTIONS(3272), - [anon_sym_BANGis] = ACTIONS(3274), - [anon_sym_PLUS] = ACTIONS(3272), - [anon_sym_DASH] = ACTIONS(3272), - [anon_sym_SLASH] = ACTIONS(3272), - [anon_sym_PERCENT] = ACTIONS(3274), - [anon_sym_as_QMARK] = ACTIONS(3274), - [anon_sym_PLUS_PLUS] = ACTIONS(3274), - [anon_sym_DASH_DASH] = ACTIONS(3274), - [anon_sym_BANG_BANG] = ACTIONS(3274), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3274), - [sym_safe_nav] = ACTIONS(3274), - [sym_multiline_comment] = ACTIONS(3), - }, - [2383] = { - [sym__alpha_identifier] = ACTIONS(4249), - [anon_sym_AT] = ACTIONS(4252), - [anon_sym_LBRACK] = ACTIONS(4252), - [anon_sym_as] = ACTIONS(4257), - [anon_sym_LBRACE] = ACTIONS(4252), - [anon_sym_RBRACE] = ACTIONS(4255), - [anon_sym_LPAREN] = ACTIONS(5235), - [anon_sym_LT] = ACTIONS(4257), - [anon_sym_GT] = ACTIONS(4257), - [anon_sym_object] = ACTIONS(4249), - [anon_sym_fun] = ACTIONS(4249), - [anon_sym_DOT] = ACTIONS(4257), - [anon_sym_SEMI] = ACTIONS(4255), - [anon_sym_get] = ACTIONS(4249), - [anon_sym_set] = ACTIONS(4249), - [anon_sym_this] = ACTIONS(4249), - [anon_sym_super] = ACTIONS(4249), - [anon_sym_STAR] = ACTIONS(4252), - [sym_label] = ACTIONS(4249), - [anon_sym_in] = ACTIONS(4257), - [anon_sym_DOT_DOT] = ACTIONS(4255), - [anon_sym_QMARK_COLON] = ACTIONS(4255), - [anon_sym_AMP_AMP] = ACTIONS(4255), - [anon_sym_PIPE_PIPE] = ACTIONS(4255), - [anon_sym_null] = ACTIONS(4249), - [anon_sym_if] = ACTIONS(4249), - [anon_sym_else] = ACTIONS(4257), - [anon_sym_when] = ACTIONS(4249), - [anon_sym_try] = ACTIONS(4249), - [anon_sym_throw] = ACTIONS(4249), - [anon_sym_return] = ACTIONS(4249), - [anon_sym_continue] = ACTIONS(4249), - [anon_sym_break] = ACTIONS(4249), - [anon_sym_COLON_COLON] = ACTIONS(4252), - [anon_sym_BANG_EQ] = ACTIONS(4257), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4255), - [anon_sym_EQ_EQ] = ACTIONS(4257), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4255), - [anon_sym_LT_EQ] = ACTIONS(4255), - [anon_sym_GT_EQ] = ACTIONS(4255), - [anon_sym_BANGin] = ACTIONS(4255), - [anon_sym_is] = ACTIONS(4257), - [anon_sym_BANGis] = ACTIONS(4255), - [anon_sym_PLUS] = ACTIONS(4249), - [anon_sym_DASH] = ACTIONS(4249), - [anon_sym_SLASH] = ACTIONS(4257), - [anon_sym_PERCENT] = ACTIONS(4255), - [anon_sym_as_QMARK] = ACTIONS(4255), - [anon_sym_PLUS_PLUS] = ACTIONS(4252), - [anon_sym_DASH_DASH] = ACTIONS(4252), - [anon_sym_BANG] = ACTIONS(4249), - [anon_sym_BANG_BANG] = ACTIONS(4255), - [anon_sym_suspend] = ACTIONS(4257), - [anon_sym_sealed] = ACTIONS(4257), - [anon_sym_annotation] = ACTIONS(4257), - [anon_sym_data] = ACTIONS(4249), - [anon_sym_inner] = ACTIONS(4249), - [anon_sym_override] = ACTIONS(4257), - [anon_sym_lateinit] = ACTIONS(4257), - [anon_sym_public] = ACTIONS(4257), - [anon_sym_private] = ACTIONS(4257), - [anon_sym_internal] = ACTIONS(4257), - [anon_sym_protected] = ACTIONS(4257), - [anon_sym_tailrec] = ACTIONS(4257), - [anon_sym_operator] = ACTIONS(4257), - [anon_sym_infix] = ACTIONS(4257), - [anon_sym_inline] = ACTIONS(4257), - [anon_sym_external] = ACTIONS(4257), - [sym_property_modifier] = ACTIONS(4257), - [anon_sym_abstract] = ACTIONS(4257), - [anon_sym_final] = ACTIONS(4257), - [anon_sym_open] = ACTIONS(4257), - [anon_sym_vararg] = ACTIONS(4257), - [anon_sym_noinline] = ACTIONS(4257), - [anon_sym_crossinline] = ACTIONS(4257), - [anon_sym_expect] = ACTIONS(4249), - [anon_sym_actual] = ACTIONS(4249), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4252), - [anon_sym_continue_AT] = ACTIONS(4252), - [anon_sym_break_AT] = ACTIONS(4252), - [sym_real_literal] = ACTIONS(4252), - [sym_integer_literal] = ACTIONS(4249), - [sym_hex_literal] = ACTIONS(4252), - [sym_bin_literal] = ACTIONS(4252), - [anon_sym_true] = ACTIONS(4249), - [anon_sym_false] = ACTIONS(4249), - [anon_sym_SQUOTE] = ACTIONS(4252), - [sym__backtick_identifier] = ACTIONS(4252), - [sym__automatic_semicolon] = ACTIONS(4255), - [sym_safe_nav] = ACTIONS(4255), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4252), - }, - [2384] = { - [sym__alpha_identifier] = ACTIONS(4233), - [anon_sym_AT] = ACTIONS(4236), - [anon_sym_LBRACK] = ACTIONS(4236), - [anon_sym_as] = ACTIONS(4241), - [anon_sym_LBRACE] = ACTIONS(4236), - [anon_sym_RBRACE] = ACTIONS(4239), - [anon_sym_LPAREN] = ACTIONS(5229), - [anon_sym_LT] = ACTIONS(4241), - [anon_sym_GT] = ACTIONS(4241), - [anon_sym_object] = ACTIONS(4233), - [anon_sym_fun] = ACTIONS(4233), - [anon_sym_DOT] = ACTIONS(4241), - [anon_sym_SEMI] = ACTIONS(4239), - [anon_sym_get] = ACTIONS(4233), - [anon_sym_set] = ACTIONS(4233), - [anon_sym_this] = ACTIONS(4233), - [anon_sym_super] = ACTIONS(4233), - [anon_sym_STAR] = ACTIONS(4236), - [sym_label] = ACTIONS(4233), - [anon_sym_in] = ACTIONS(4241), - [anon_sym_DOT_DOT] = ACTIONS(4239), - [anon_sym_QMARK_COLON] = ACTIONS(4239), - [anon_sym_AMP_AMP] = ACTIONS(4239), - [anon_sym_PIPE_PIPE] = ACTIONS(4239), - [anon_sym_null] = ACTIONS(4233), - [anon_sym_if] = ACTIONS(4233), - [anon_sym_else] = ACTIONS(4241), - [anon_sym_when] = ACTIONS(4233), - [anon_sym_try] = ACTIONS(4233), - [anon_sym_throw] = ACTIONS(4233), - [anon_sym_return] = ACTIONS(4233), - [anon_sym_continue] = ACTIONS(4233), - [anon_sym_break] = ACTIONS(4233), - [anon_sym_COLON_COLON] = ACTIONS(4236), - [anon_sym_BANG_EQ] = ACTIONS(4241), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4239), - [anon_sym_EQ_EQ] = ACTIONS(4241), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4239), - [anon_sym_LT_EQ] = ACTIONS(4239), - [anon_sym_GT_EQ] = ACTIONS(4239), - [anon_sym_BANGin] = ACTIONS(4239), - [anon_sym_is] = ACTIONS(4241), - [anon_sym_BANGis] = ACTIONS(4239), - [anon_sym_PLUS] = ACTIONS(4233), - [anon_sym_DASH] = ACTIONS(4233), - [anon_sym_SLASH] = ACTIONS(4241), - [anon_sym_PERCENT] = ACTIONS(4239), - [anon_sym_as_QMARK] = ACTIONS(4239), - [anon_sym_PLUS_PLUS] = ACTIONS(4236), - [anon_sym_DASH_DASH] = ACTIONS(4236), - [anon_sym_BANG] = ACTIONS(4233), - [anon_sym_BANG_BANG] = ACTIONS(4239), - [anon_sym_suspend] = ACTIONS(4241), - [anon_sym_sealed] = ACTIONS(4241), - [anon_sym_annotation] = ACTIONS(4241), - [anon_sym_data] = ACTIONS(4233), - [anon_sym_inner] = ACTIONS(4233), - [anon_sym_override] = ACTIONS(4241), - [anon_sym_lateinit] = ACTIONS(4241), - [anon_sym_public] = ACTIONS(4241), - [anon_sym_private] = ACTIONS(4241), - [anon_sym_internal] = ACTIONS(4241), - [anon_sym_protected] = ACTIONS(4241), - [anon_sym_tailrec] = ACTIONS(4241), - [anon_sym_operator] = ACTIONS(4241), - [anon_sym_infix] = ACTIONS(4241), - [anon_sym_inline] = ACTIONS(4241), - [anon_sym_external] = ACTIONS(4241), - [sym_property_modifier] = ACTIONS(4241), - [anon_sym_abstract] = ACTIONS(4241), - [anon_sym_final] = ACTIONS(4241), - [anon_sym_open] = ACTIONS(4241), - [anon_sym_vararg] = ACTIONS(4241), - [anon_sym_noinline] = ACTIONS(4241), - [anon_sym_crossinline] = ACTIONS(4241), - [anon_sym_expect] = ACTIONS(4233), - [anon_sym_actual] = ACTIONS(4233), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4236), - [anon_sym_continue_AT] = ACTIONS(4236), - [anon_sym_break_AT] = ACTIONS(4236), - [sym_real_literal] = ACTIONS(4236), - [sym_integer_literal] = ACTIONS(4233), - [sym_hex_literal] = ACTIONS(4236), - [sym_bin_literal] = ACTIONS(4236), - [anon_sym_true] = ACTIONS(4233), - [anon_sym_false] = ACTIONS(4233), - [anon_sym_SQUOTE] = ACTIONS(4236), - [sym__backtick_identifier] = ACTIONS(4236), - [sym__automatic_semicolon] = ACTIONS(4239), - [sym_safe_nav] = ACTIONS(4239), + [sym__backtick_identifier] = ACTIONS(3190), + [sym_safe_nav] = ACTIONS(3190), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4236), }, - [2385] = { - [sym_primary_constructor] = STATE(4934), - [sym_class_body] = STATE(5342), - [sym__class_parameters] = STATE(5149), - [sym_type_constraints] = STATE(5239), - [sym_modifiers] = STATE(9141), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3190), + [2403] = { + [sym_primary_constructor] = STATE(3703), + [sym_class_body] = STATE(3319), + [sym__class_parameters] = STATE(3039), + [sym_type_constraints] = STATE(3055), + [sym_modifiers] = STATE(9227), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3196), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(5946), - [anon_sym_LBRACK] = ACTIONS(3194), - [anon_sym_constructor] = ACTIONS(5673), - [anon_sym_LBRACE] = ACTIONS(5675), - [anon_sym_RBRACE] = ACTIONS(3194), - [anon_sym_LPAREN] = ACTIONS(5677), - [anon_sym_where] = ACTIONS(5681), - [anon_sym_object] = ACTIONS(3190), - [anon_sym_fun] = ACTIONS(3190), - [anon_sym_get] = ACTIONS(3190), - [anon_sym_set] = ACTIONS(3190), - [anon_sym_this] = ACTIONS(3190), - [anon_sym_super] = ACTIONS(3190), - [anon_sym_STAR] = ACTIONS(3194), - [sym_label] = ACTIONS(3190), - [anon_sym_in] = ACTIONS(3190), - [anon_sym_null] = ACTIONS(3190), - [anon_sym_if] = ACTIONS(3190), - [anon_sym_else] = ACTIONS(3190), - [anon_sym_when] = ACTIONS(3190), - [anon_sym_try] = ACTIONS(3190), - [anon_sym_throw] = ACTIONS(3190), - [anon_sym_return] = ACTIONS(3190), - [anon_sym_continue] = ACTIONS(3190), - [anon_sym_break] = ACTIONS(3190), - [anon_sym_COLON_COLON] = ACTIONS(3194), - [anon_sym_BANGin] = ACTIONS(3194), - [anon_sym_is] = ACTIONS(3190), - [anon_sym_BANGis] = ACTIONS(3194), - [anon_sym_PLUS] = ACTIONS(3190), - [anon_sym_DASH] = ACTIONS(3190), - [anon_sym_PLUS_PLUS] = ACTIONS(3194), - [anon_sym_DASH_DASH] = ACTIONS(3194), - [anon_sym_BANG] = ACTIONS(3190), + [anon_sym_COLON] = ACTIONS(5958), + [anon_sym_LBRACK] = ACTIONS(3200), + [anon_sym_RBRACK] = ACTIONS(3200), + [anon_sym_as] = ACTIONS(3196), + [anon_sym_constructor] = ACTIONS(5169), + [anon_sym_LBRACE] = ACTIONS(5179), + [anon_sym_RBRACE] = ACTIONS(3200), + [anon_sym_LPAREN] = ACTIONS(5173), + [anon_sym_COMMA] = ACTIONS(3200), + [anon_sym_RPAREN] = ACTIONS(3200), + [anon_sym_LT] = ACTIONS(3196), + [anon_sym_GT] = ACTIONS(3196), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(3196), + [anon_sym_SEMI] = ACTIONS(3200), + [anon_sym_get] = ACTIONS(3196), + [anon_sym_set] = ACTIONS(3196), + [anon_sym_STAR] = ACTIONS(3200), + [anon_sym_DASH_GT] = ACTIONS(3200), + [sym_label] = ACTIONS(3200), + [anon_sym_in] = ACTIONS(3196), + [anon_sym_while] = ACTIONS(3196), + [anon_sym_DOT_DOT] = ACTIONS(3200), + [anon_sym_QMARK_COLON] = ACTIONS(3200), + [anon_sym_AMP_AMP] = ACTIONS(3200), + [anon_sym_PIPE_PIPE] = ACTIONS(3200), + [anon_sym_else] = ACTIONS(3196), + [anon_sym_COLON_COLON] = ACTIONS(3200), + [anon_sym_BANG_EQ] = ACTIONS(3196), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3200), + [anon_sym_EQ_EQ] = ACTIONS(3196), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3200), + [anon_sym_LT_EQ] = ACTIONS(3200), + [anon_sym_GT_EQ] = ACTIONS(3200), + [anon_sym_BANGin] = ACTIONS(3200), + [anon_sym_is] = ACTIONS(3196), + [anon_sym_BANGis] = ACTIONS(3200), + [anon_sym_PLUS] = ACTIONS(3196), + [anon_sym_DASH] = ACTIONS(3196), + [anon_sym_SLASH] = ACTIONS(3196), + [anon_sym_PERCENT] = ACTIONS(3200), + [anon_sym_as_QMARK] = ACTIONS(3200), + [anon_sym_PLUS_PLUS] = ACTIONS(3200), + [anon_sym_DASH_DASH] = ACTIONS(3200), + [anon_sym_BANG_BANG] = ACTIONS(3200), [anon_sym_suspend] = ACTIONS(3120), [anon_sym_sealed] = ACTIONS(3122), [anon_sym_annotation] = ACTIONS(3122), @@ -286833,170 +288678,64 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3134), [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3194), - [anon_sym_continue_AT] = ACTIONS(3194), - [anon_sym_break_AT] = ACTIONS(3194), - [sym_real_literal] = ACTIONS(3194), - [sym_integer_literal] = ACTIONS(3190), - [sym_hex_literal] = ACTIONS(3194), - [sym_bin_literal] = ACTIONS(3194), - [anon_sym_true] = ACTIONS(3190), - [anon_sym_false] = ACTIONS(3190), - [anon_sym_SQUOTE] = ACTIONS(3194), - [sym__backtick_identifier] = ACTIONS(3194), - [sym__automatic_semicolon] = ACTIONS(3194), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3194), - }, - [2386] = { - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(2269), - [sym__comparison_operator] = STATE(2268), - [sym__in_operator] = STATE(2261), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(2260), - [sym__multiplicative_operator] = STATE(2259), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_annotation] = STATE(7852), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2256), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(3017), - [anon_sym_LPAREN] = ACTIONS(3570), - [anon_sym_COMMA] = ACTIONS(3017), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(4031), - [anon_sym_where] = ACTIONS(3015), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(3017), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(4039), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(4041), - [anon_sym_DOT_DOT] = ACTIONS(4043), - [anon_sym_QMARK_COLON] = ACTIONS(4045), - [anon_sym_AMP_AMP] = ACTIONS(4047), - [anon_sym_PIPE_PIPE] = ACTIONS(4049), - [anon_sym_else] = ACTIONS(3015), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_BANG_EQ] = ACTIONS(4051), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4053), - [anon_sym_EQ_EQ] = ACTIONS(4051), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4053), - [anon_sym_LT_EQ] = ACTIONS(4055), - [anon_sym_GT_EQ] = ACTIONS(4055), - [anon_sym_BANGin] = ACTIONS(4057), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), - [anon_sym_PLUS] = ACTIONS(4059), - [anon_sym_DASH] = ACTIONS(4059), - [anon_sym_SLASH] = ACTIONS(4061), - [anon_sym_PERCENT] = ACTIONS(4039), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), - [anon_sym_suspend] = ACTIONS(3015), - [anon_sym_sealed] = ACTIONS(3015), - [anon_sym_annotation] = ACTIONS(3015), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3015), - [anon_sym_lateinit] = ACTIONS(3015), - [anon_sym_public] = ACTIONS(3015), - [anon_sym_private] = ACTIONS(3015), - [anon_sym_internal] = ACTIONS(3015), - [anon_sym_protected] = ACTIONS(3015), - [anon_sym_tailrec] = ACTIONS(3015), - [anon_sym_operator] = ACTIONS(3015), - [anon_sym_infix] = ACTIONS(3015), - [anon_sym_inline] = ACTIONS(3015), - [anon_sym_external] = ACTIONS(3015), - [sym_property_modifier] = ACTIONS(3015), - [anon_sym_abstract] = ACTIONS(3015), - [anon_sym_final] = ACTIONS(3015), - [anon_sym_open] = ACTIONS(3015), - [anon_sym_vararg] = ACTIONS(3015), - [anon_sym_noinline] = ACTIONS(3015), - [anon_sym_crossinline] = ACTIONS(3015), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3017), - [sym_safe_nav] = ACTIONS(3596), + [sym__backtick_identifier] = ACTIONS(3200), + [sym_safe_nav] = ACTIONS(3200), [sym_multiline_comment] = ACTIONS(3), }, - [2387] = { - [sym_primary_constructor] = STATE(4904), - [sym__class_parameters] = STATE(5149), - [sym_type_constraints] = STATE(5193), - [sym_enum_class_body] = STATE(5327), - [sym_modifiers] = STATE(9141), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3204), + [2404] = { + [sym_primary_constructor] = STATE(5075), + [sym_class_body] = STATE(5323), + [sym__class_parameters] = STATE(5169), + [sym_type_constraints] = STATE(5223), + [sym_modifiers] = STATE(9298), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3186), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(5948), - [anon_sym_LBRACK] = ACTIONS(3208), - [anon_sym_constructor] = ACTIONS(5673), - [anon_sym_LBRACE] = ACTIONS(5703), - [anon_sym_RBRACE] = ACTIONS(3208), - [anon_sym_LPAREN] = ACTIONS(5677), - [anon_sym_where] = ACTIONS(5681), - [anon_sym_object] = ACTIONS(3204), - [anon_sym_fun] = ACTIONS(3204), - [anon_sym_get] = ACTIONS(3204), - [anon_sym_set] = ACTIONS(3204), - [anon_sym_this] = ACTIONS(3204), - [anon_sym_super] = ACTIONS(3204), - [anon_sym_STAR] = ACTIONS(3208), - [sym_label] = ACTIONS(3204), - [anon_sym_in] = ACTIONS(3204), - [anon_sym_null] = ACTIONS(3204), - [anon_sym_if] = ACTIONS(3204), - [anon_sym_else] = ACTIONS(3204), - [anon_sym_when] = ACTIONS(3204), - [anon_sym_try] = ACTIONS(3204), - [anon_sym_throw] = ACTIONS(3204), - [anon_sym_return] = ACTIONS(3204), - [anon_sym_continue] = ACTIONS(3204), - [anon_sym_break] = ACTIONS(3204), - [anon_sym_COLON_COLON] = ACTIONS(3208), - [anon_sym_BANGin] = ACTIONS(3208), - [anon_sym_is] = ACTIONS(3204), - [anon_sym_BANGis] = ACTIONS(3208), - [anon_sym_PLUS] = ACTIONS(3204), - [anon_sym_DASH] = ACTIONS(3204), - [anon_sym_PLUS_PLUS] = ACTIONS(3208), - [anon_sym_DASH_DASH] = ACTIONS(3208), - [anon_sym_BANG] = ACTIONS(3204), + [anon_sym_COLON] = ACTIONS(5960), + [anon_sym_LBRACK] = ACTIONS(3190), + [anon_sym_constructor] = ACTIONS(5647), + [anon_sym_LBRACE] = ACTIONS(5685), + [anon_sym_RBRACE] = ACTIONS(3190), + [anon_sym_LPAREN] = ACTIONS(5651), + [anon_sym_where] = ACTIONS(5655), + [anon_sym_object] = ACTIONS(3186), + [anon_sym_fun] = ACTIONS(3186), + [anon_sym_get] = ACTIONS(3186), + [anon_sym_set] = ACTIONS(3186), + [anon_sym_this] = ACTIONS(3186), + [anon_sym_super] = ACTIONS(3186), + [anon_sym_STAR] = ACTIONS(3190), + [sym_label] = ACTIONS(3186), + [anon_sym_in] = ACTIONS(3186), + [anon_sym_null] = ACTIONS(3186), + [anon_sym_if] = ACTIONS(3186), + [anon_sym_else] = ACTIONS(3186), + [anon_sym_when] = ACTIONS(3186), + [anon_sym_try] = ACTIONS(3186), + [anon_sym_throw] = ACTIONS(3186), + [anon_sym_return] = ACTIONS(3186), + [anon_sym_continue] = ACTIONS(3186), + [anon_sym_break] = ACTIONS(3186), + [anon_sym_COLON_COLON] = ACTIONS(3190), + [anon_sym_BANGin] = ACTIONS(3190), + [anon_sym_is] = ACTIONS(3186), + [anon_sym_BANGis] = ACTIONS(3190), + [anon_sym_PLUS] = ACTIONS(3186), + [anon_sym_DASH] = ACTIONS(3186), + [anon_sym_PLUS_PLUS] = ACTIONS(3190), + [anon_sym_DASH_DASH] = ACTIONS(3190), + [anon_sym_BANG] = ACTIONS(3186), [anon_sym_suspend] = ACTIONS(3120), [anon_sym_sealed] = ACTIONS(3122), [anon_sym_annotation] = ACTIONS(3122), @@ -287023,371 +288762,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3134), [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3208), - [anon_sym_continue_AT] = ACTIONS(3208), - [anon_sym_break_AT] = ACTIONS(3208), - [sym_real_literal] = ACTIONS(3208), - [sym_integer_literal] = ACTIONS(3204), - [sym_hex_literal] = ACTIONS(3208), - [sym_bin_literal] = ACTIONS(3208), - [anon_sym_true] = ACTIONS(3204), - [anon_sym_false] = ACTIONS(3204), - [anon_sym_SQUOTE] = ACTIONS(3208), - [sym__backtick_identifier] = ACTIONS(3208), - [sym__automatic_semicolon] = ACTIONS(3208), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3208), - }, - [2388] = { - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(2269), - [sym__comparison_operator] = STATE(2268), - [sym__in_operator] = STATE(2261), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(2260), - [sym__multiplicative_operator] = STATE(2259), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_annotation] = STATE(7852), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2256), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [sym__alpha_identifier] = ACTIONS(2984), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(2986), - [anon_sym_LPAREN] = ACTIONS(3570), - [anon_sym_COMMA] = ACTIONS(2986), - [anon_sym_LT] = ACTIONS(2988), - [anon_sym_GT] = ACTIONS(2984), - [anon_sym_where] = ACTIONS(2984), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(2986), - [anon_sym_get] = ACTIONS(2984), - [anon_sym_set] = ACTIONS(2984), - [anon_sym_STAR] = ACTIONS(4039), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(2984), - [anon_sym_DOT_DOT] = ACTIONS(2986), - [anon_sym_QMARK_COLON] = ACTIONS(2986), - [anon_sym_AMP_AMP] = ACTIONS(2986), - [anon_sym_PIPE_PIPE] = ACTIONS(2986), - [anon_sym_else] = ACTIONS(2984), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_BANG_EQ] = ACTIONS(2984), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2986), - [anon_sym_EQ_EQ] = ACTIONS(2984), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2986), - [anon_sym_LT_EQ] = ACTIONS(2986), - [anon_sym_GT_EQ] = ACTIONS(2986), - [anon_sym_BANGin] = ACTIONS(2986), - [anon_sym_is] = ACTIONS(2984), - [anon_sym_BANGis] = ACTIONS(2986), - [anon_sym_PLUS] = ACTIONS(4059), - [anon_sym_DASH] = ACTIONS(4059), - [anon_sym_SLASH] = ACTIONS(4061), - [anon_sym_PERCENT] = ACTIONS(4039), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), - [anon_sym_suspend] = ACTIONS(2984), - [anon_sym_sealed] = ACTIONS(2984), - [anon_sym_annotation] = ACTIONS(2984), - [anon_sym_data] = ACTIONS(2984), - [anon_sym_inner] = ACTIONS(2984), - [anon_sym_override] = ACTIONS(2984), - [anon_sym_lateinit] = ACTIONS(2984), - [anon_sym_public] = ACTIONS(2984), - [anon_sym_private] = ACTIONS(2984), - [anon_sym_internal] = ACTIONS(2984), - [anon_sym_protected] = ACTIONS(2984), - [anon_sym_tailrec] = ACTIONS(2984), - [anon_sym_operator] = ACTIONS(2984), - [anon_sym_infix] = ACTIONS(2984), - [anon_sym_inline] = ACTIONS(2984), - [anon_sym_external] = ACTIONS(2984), - [sym_property_modifier] = ACTIONS(2984), - [anon_sym_abstract] = ACTIONS(2984), - [anon_sym_final] = ACTIONS(2984), - [anon_sym_open] = ACTIONS(2984), - [anon_sym_vararg] = ACTIONS(2984), - [anon_sym_noinline] = ACTIONS(2984), - [anon_sym_crossinline] = ACTIONS(2984), - [anon_sym_expect] = ACTIONS(2984), - [anon_sym_actual] = ACTIONS(2984), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(2986), - [sym__automatic_semicolon] = ACTIONS(2986), - [sym_safe_nav] = ACTIONS(3596), - [sym_multiline_comment] = ACTIONS(3), - }, - [2389] = { - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(2269), - [sym__comparison_operator] = STATE(2268), - [sym__in_operator] = STATE(2261), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(2260), - [sym__multiplicative_operator] = STATE(2259), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_annotation] = STATE(7852), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2256), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(3085), - [anon_sym_LPAREN] = ACTIONS(3570), - [anon_sym_COMMA] = ACTIONS(3085), - [anon_sym_LT] = ACTIONS(3087), - [anon_sym_GT] = ACTIONS(3083), - [anon_sym_where] = ACTIONS(3083), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(3085), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(4039), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(3083), - [anon_sym_DOT_DOT] = ACTIONS(4043), - [anon_sym_QMARK_COLON] = ACTIONS(3085), - [anon_sym_AMP_AMP] = ACTIONS(3085), - [anon_sym_PIPE_PIPE] = ACTIONS(3085), - [anon_sym_else] = ACTIONS(3083), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_BANG_EQ] = ACTIONS(3083), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3085), - [anon_sym_EQ_EQ] = ACTIONS(3083), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3085), - [anon_sym_LT_EQ] = ACTIONS(3085), - [anon_sym_GT_EQ] = ACTIONS(3085), - [anon_sym_BANGin] = ACTIONS(3085), - [anon_sym_is] = ACTIONS(3083), - [anon_sym_BANGis] = ACTIONS(3085), - [anon_sym_PLUS] = ACTIONS(4059), - [anon_sym_DASH] = ACTIONS(4059), - [anon_sym_SLASH] = ACTIONS(4061), - [anon_sym_PERCENT] = ACTIONS(4039), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), - [anon_sym_suspend] = ACTIONS(3083), - [anon_sym_sealed] = ACTIONS(3083), - [anon_sym_annotation] = ACTIONS(3083), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3083), - [anon_sym_lateinit] = ACTIONS(3083), - [anon_sym_public] = ACTIONS(3083), - [anon_sym_private] = ACTIONS(3083), - [anon_sym_internal] = ACTIONS(3083), - [anon_sym_protected] = ACTIONS(3083), - [anon_sym_tailrec] = ACTIONS(3083), - [anon_sym_operator] = ACTIONS(3083), - [anon_sym_infix] = ACTIONS(3083), - [anon_sym_inline] = ACTIONS(3083), - [anon_sym_external] = ACTIONS(3083), - [sym_property_modifier] = ACTIONS(3083), - [anon_sym_abstract] = ACTIONS(3083), - [anon_sym_final] = ACTIONS(3083), - [anon_sym_open] = ACTIONS(3083), - [anon_sym_vararg] = ACTIONS(3083), - [anon_sym_noinline] = ACTIONS(3083), - [anon_sym_crossinline] = ACTIONS(3083), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3085), - [sym_safe_nav] = ACTIONS(3596), - [sym_multiline_comment] = ACTIONS(3), - }, - [2390] = { - [sym_property_delegate] = STATE(2499), - [sym_getter] = STATE(3162), - [sym_setter] = STATE(3162), - [sym_modifiers] = STATE(8854), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1770), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1772), - [anon_sym_as] = ACTIONS(1770), - [anon_sym_EQ] = ACTIONS(5950), - [anon_sym_LBRACE] = ACTIONS(1772), - [anon_sym_RBRACE] = ACTIONS(1772), - [anon_sym_LPAREN] = ACTIONS(1772), - [anon_sym_RPAREN] = ACTIONS(1772), - [anon_sym_by] = ACTIONS(5643), - [anon_sym_LT] = ACTIONS(1770), - [anon_sym_GT] = ACTIONS(1770), - [anon_sym_DOT] = ACTIONS(1770), - [anon_sym_SEMI] = ACTIONS(3698), - [anon_sym_get] = ACTIONS(5645), - [anon_sym_set] = ACTIONS(5647), - [anon_sym_STAR] = ACTIONS(1770), - [sym_label] = ACTIONS(1772), - [anon_sym_in] = ACTIONS(1770), - [anon_sym_while] = ACTIONS(1770), - [anon_sym_DOT_DOT] = ACTIONS(1772), - [anon_sym_QMARK_COLON] = ACTIONS(1772), - [anon_sym_AMP_AMP] = ACTIONS(1772), - [anon_sym_PIPE_PIPE] = ACTIONS(1772), - [anon_sym_else] = ACTIONS(1770), - [anon_sym_COLON_COLON] = ACTIONS(1772), - [anon_sym_PLUS_EQ] = ACTIONS(1772), - [anon_sym_DASH_EQ] = ACTIONS(1772), - [anon_sym_STAR_EQ] = ACTIONS(1772), - [anon_sym_SLASH_EQ] = ACTIONS(1772), - [anon_sym_PERCENT_EQ] = ACTIONS(1772), - [anon_sym_BANG_EQ] = ACTIONS(1770), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1772), - [anon_sym_EQ_EQ] = ACTIONS(1770), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1772), - [anon_sym_LT_EQ] = ACTIONS(1772), - [anon_sym_GT_EQ] = ACTIONS(1772), - [anon_sym_BANGin] = ACTIONS(1772), - [anon_sym_is] = ACTIONS(1770), - [anon_sym_BANGis] = ACTIONS(1772), - [anon_sym_PLUS] = ACTIONS(1770), - [anon_sym_DASH] = ACTIONS(1770), - [anon_sym_SLASH] = ACTIONS(1770), - [anon_sym_PERCENT] = ACTIONS(1770), - [anon_sym_as_QMARK] = ACTIONS(1772), - [anon_sym_PLUS_PLUS] = ACTIONS(1772), - [anon_sym_DASH_DASH] = ACTIONS(1772), - [anon_sym_BANG_BANG] = ACTIONS(1772), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1772), - [sym_safe_nav] = ACTIONS(1772), - [sym_multiline_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3190), + [anon_sym_continue_AT] = ACTIONS(3190), + [anon_sym_break_AT] = ACTIONS(3190), + [sym_real_literal] = ACTIONS(3190), + [sym_integer_literal] = ACTIONS(3186), + [sym_hex_literal] = ACTIONS(3190), + [sym_bin_literal] = ACTIONS(3190), + [anon_sym_true] = ACTIONS(3186), + [anon_sym_false] = ACTIONS(3186), + [anon_sym_SQUOTE] = ACTIONS(3190), + [sym__backtick_identifier] = ACTIONS(3190), + [sym__automatic_semicolon] = ACTIONS(3190), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3190), }, - [2391] = { - [sym_type_constraints] = STATE(2483), - [sym_property_delegate] = STATE(2675), - [sym_getter] = STATE(3232), - [sym_setter] = STATE(3232), - [sym_modifiers] = STATE(8887), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), + [2405] = { + [sym_type_constraints] = STATE(2470), + [sym_property_delegate] = STATE(2633), + [sym_getter] = STATE(4607), + [sym_setter] = STATE(4607), + [sym_modifiers] = STATE(8791), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_RBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_EQ] = ACTIONS(5952), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_COMMA] = ACTIONS(3256), - [anon_sym_RPAREN] = ACTIONS(3256), - [anon_sym_by] = ACTIONS(5904), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(5954), - [anon_sym_get] = ACTIONS(5906), - [anon_sym_set] = ACTIONS(5908), - [anon_sym_STAR] = ACTIONS(3256), - [anon_sym_DASH_GT] = ACTIONS(3256), - [sym_label] = ACTIONS(3256), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_while] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3256), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG_BANG] = ACTIONS(3256), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_RBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_EQ] = ACTIONS(5962), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_COMMA] = ACTIONS(3280), + [anon_sym_RPAREN] = ACTIONS(3280), + [anon_sym_by] = ACTIONS(5900), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(5964), + [anon_sym_get] = ACTIONS(5904), + [anon_sym_set] = ACTIONS(5906), + [anon_sym_STAR] = ACTIONS(3280), + [anon_sym_DASH_GT] = ACTIONS(3280), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_while] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3280), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -287411,177 +288865,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), - [sym_multiline_comment] = ACTIONS(3), - }, - [2392] = { - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(2269), - [sym__comparison_operator] = STATE(2268), - [sym__in_operator] = STATE(2261), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(2260), - [sym__multiplicative_operator] = STATE(2259), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_annotation] = STATE(7852), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2256), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(2993), - [anon_sym_LPAREN] = ACTIONS(3570), - [anon_sym_COMMA] = ACTIONS(2993), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(4031), - [anon_sym_where] = ACTIONS(2991), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(2993), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(4039), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(4041), - [anon_sym_DOT_DOT] = ACTIONS(4043), - [anon_sym_QMARK_COLON] = ACTIONS(4045), - [anon_sym_AMP_AMP] = ACTIONS(2993), - [anon_sym_PIPE_PIPE] = ACTIONS(2993), - [anon_sym_else] = ACTIONS(2991), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_BANG_EQ] = ACTIONS(4051), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4053), - [anon_sym_EQ_EQ] = ACTIONS(4051), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4053), - [anon_sym_LT_EQ] = ACTIONS(4055), - [anon_sym_GT_EQ] = ACTIONS(4055), - [anon_sym_BANGin] = ACTIONS(4057), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), - [anon_sym_PLUS] = ACTIONS(4059), - [anon_sym_DASH] = ACTIONS(4059), - [anon_sym_SLASH] = ACTIONS(4061), - [anon_sym_PERCENT] = ACTIONS(4039), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), - [anon_sym_suspend] = ACTIONS(2991), - [anon_sym_sealed] = ACTIONS(2991), - [anon_sym_annotation] = ACTIONS(2991), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(2991), - [anon_sym_lateinit] = ACTIONS(2991), - [anon_sym_public] = ACTIONS(2991), - [anon_sym_private] = ACTIONS(2991), - [anon_sym_internal] = ACTIONS(2991), - [anon_sym_protected] = ACTIONS(2991), - [anon_sym_tailrec] = ACTIONS(2991), - [anon_sym_operator] = ACTIONS(2991), - [anon_sym_infix] = ACTIONS(2991), - [anon_sym_inline] = ACTIONS(2991), - [anon_sym_external] = ACTIONS(2991), - [sym_property_modifier] = ACTIONS(2991), - [anon_sym_abstract] = ACTIONS(2991), - [anon_sym_final] = ACTIONS(2991), - [anon_sym_open] = ACTIONS(2991), - [anon_sym_vararg] = ACTIONS(2991), - [anon_sym_noinline] = ACTIONS(2991), - [anon_sym_crossinline] = ACTIONS(2991), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(2993), - [sym_safe_nav] = ACTIONS(3596), + [sym__backtick_identifier] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), [sym_multiline_comment] = ACTIONS(3), }, - [2393] = { - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(2269), - [sym__comparison_operator] = STATE(2268), - [sym__in_operator] = STATE(2261), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(2260), - [sym__multiplicative_operator] = STATE(2259), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_annotation] = STATE(7852), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2256), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [sym__alpha_identifier] = ACTIONS(1686), + [2406] = { + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(2211), + [sym__comparison_operator] = STATE(2219), + [sym__in_operator] = STATE(2104), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(2248), + [sym__multiplicative_operator] = STATE(2250), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_annotation] = STATE(7883), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2251), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [sym__alpha_identifier] = ACTIONS(3011), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), [anon_sym_LBRACE] = ACTIONS(1622), [anon_sym_RBRACE] = ACTIONS(3013), - [anon_sym_LPAREN] = ACTIONS(3570), + [anon_sym_LPAREN] = ACTIONS(3572), [anon_sym_COMMA] = ACTIONS(3013), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(4031), + [anon_sym_LT] = ACTIONS(3015), + [anon_sym_GT] = ACTIONS(3011), [anon_sym_where] = ACTIONS(3011), - [anon_sym_DOT] = ACTIONS(3574), + [anon_sym_DOT] = ACTIONS(3576), [anon_sym_SEMI] = ACTIONS(3013), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(4039), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(4041), - [anon_sym_DOT_DOT] = ACTIONS(4043), - [anon_sym_QMARK_COLON] = ACTIONS(4045), - [anon_sym_AMP_AMP] = ACTIONS(4047), + [anon_sym_get] = ACTIONS(3011), + [anon_sym_set] = ACTIONS(3011), + [anon_sym_STAR] = ACTIONS(3013), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(3011), + [anon_sym_DOT_DOT] = ACTIONS(3013), + [anon_sym_QMARK_COLON] = ACTIONS(3013), + [anon_sym_AMP_AMP] = ACTIONS(3013), [anon_sym_PIPE_PIPE] = ACTIONS(3013), [anon_sym_else] = ACTIONS(3011), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_BANG_EQ] = ACTIONS(4051), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4053), - [anon_sym_EQ_EQ] = ACTIONS(4051), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4053), - [anon_sym_LT_EQ] = ACTIONS(4055), - [anon_sym_GT_EQ] = ACTIONS(4055), - [anon_sym_BANGin] = ACTIONS(4057), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), - [anon_sym_PLUS] = ACTIONS(4059), - [anon_sym_DASH] = ACTIONS(4059), - [anon_sym_SLASH] = ACTIONS(4061), - [anon_sym_PERCENT] = ACTIONS(4039), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_BANG_EQ] = ACTIONS(3011), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3013), + [anon_sym_EQ_EQ] = ACTIONS(3011), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3013), + [anon_sym_LT_EQ] = ACTIONS(3013), + [anon_sym_GT_EQ] = ACTIONS(3013), + [anon_sym_BANGin] = ACTIONS(3013), + [anon_sym_is] = ACTIONS(3011), + [anon_sym_BANGis] = ACTIONS(3013), + [anon_sym_PLUS] = ACTIONS(3011), + [anon_sym_DASH] = ACTIONS(3011), + [anon_sym_SLASH] = ACTIONS(3011), + [anon_sym_PERCENT] = ACTIONS(3013), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), [anon_sym_suspend] = ACTIONS(3011), [anon_sym_sealed] = ACTIONS(3011), [anon_sym_annotation] = ACTIONS(3011), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), + [anon_sym_data] = ACTIONS(3011), + [anon_sym_inner] = ACTIONS(3011), [anon_sym_override] = ACTIONS(3011), [anon_sym_lateinit] = ACTIONS(3011), [anon_sym_public] = ACTIONS(3011), @@ -287600,243 +288959,143 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(3011), [anon_sym_noinline] = ACTIONS(3011), [anon_sym_crossinline] = ACTIONS(3011), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), + [anon_sym_expect] = ACTIONS(3011), + [anon_sym_actual] = ACTIONS(3011), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), + [sym__backtick_identifier] = ACTIONS(3013), [sym__automatic_semicolon] = ACTIONS(3013), - [sym_safe_nav] = ACTIONS(3596), + [sym_safe_nav] = ACTIONS(3598), [sym_multiline_comment] = ACTIONS(3), }, - [2394] = { - [sym_property_delegate] = STATE(2512), - [sym_getter] = STATE(3149), - [sym_setter] = STATE(3149), - [sym_modifiers] = STATE(8854), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_EQ] = ACTIONS(5641), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_RPAREN] = ACTIONS(1778), - [anon_sym_by] = ACTIONS(5643), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(3696), - [anon_sym_get] = ACTIONS(5645), - [anon_sym_set] = ACTIONS(5647), - [anon_sym_STAR] = ACTIONS(1776), - [sym_label] = ACTIONS(1778), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_while] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_PLUS_EQ] = ACTIONS(1778), - [anon_sym_DASH_EQ] = ACTIONS(1778), - [anon_sym_STAR_EQ] = ACTIONS(1778), - [anon_sym_SLASH_EQ] = ACTIONS(1778), - [anon_sym_PERCENT_EQ] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1776), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG_BANG] = ACTIONS(1778), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [2407] = { + [sym_primary_constructor] = STATE(5053), + [sym_class_body] = STATE(4603), + [sym__class_parameters] = STATE(4565), + [sym_type_constraints] = STATE(4557), + [sym_modifiers] = STATE(9275), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3196), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_COLON] = ACTIONS(5966), + [anon_sym_LBRACK] = ACTIONS(3200), + [anon_sym_RBRACK] = ACTIONS(3200), + [anon_sym_as] = ACTIONS(3196), + [anon_sym_constructor] = ACTIONS(5113), + [anon_sym_LBRACE] = ACTIONS(5161), + [anon_sym_RBRACE] = ACTIONS(3200), + [anon_sym_LPAREN] = ACTIONS(5117), + [anon_sym_COMMA] = ACTIONS(3200), + [anon_sym_RPAREN] = ACTIONS(3200), + [anon_sym_LT] = ACTIONS(3196), + [anon_sym_GT] = ACTIONS(3196), + [anon_sym_where] = ACTIONS(5121), + [anon_sym_DOT] = ACTIONS(3196), + [anon_sym_SEMI] = ACTIONS(3200), + [anon_sym_get] = ACTIONS(3196), + [anon_sym_set] = ACTIONS(3196), + [anon_sym_STAR] = ACTIONS(3200), + [anon_sym_DASH_GT] = ACTIONS(3200), + [sym_label] = ACTIONS(3200), + [anon_sym_in] = ACTIONS(3196), + [anon_sym_while] = ACTIONS(3196), + [anon_sym_DOT_DOT] = ACTIONS(3200), + [anon_sym_QMARK_COLON] = ACTIONS(3200), + [anon_sym_AMP_AMP] = ACTIONS(3200), + [anon_sym_PIPE_PIPE] = ACTIONS(3200), + [anon_sym_else] = ACTIONS(3196), + [anon_sym_COLON_COLON] = ACTIONS(3200), + [anon_sym_BANG_EQ] = ACTIONS(3196), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3200), + [anon_sym_EQ_EQ] = ACTIONS(3196), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3200), + [anon_sym_LT_EQ] = ACTIONS(3200), + [anon_sym_GT_EQ] = ACTIONS(3200), + [anon_sym_BANGin] = ACTIONS(3200), + [anon_sym_is] = ACTIONS(3196), + [anon_sym_BANGis] = ACTIONS(3200), + [anon_sym_PLUS] = ACTIONS(3196), + [anon_sym_DASH] = ACTIONS(3196), + [anon_sym_SLASH] = ACTIONS(3196), + [anon_sym_PERCENT] = ACTIONS(3200), + [anon_sym_as_QMARK] = ACTIONS(3200), + [anon_sym_PLUS_PLUS] = ACTIONS(3200), + [anon_sym_DASH_DASH] = ACTIONS(3200), + [anon_sym_BANG_BANG] = ACTIONS(3200), + [anon_sym_suspend] = ACTIONS(3120), + [anon_sym_sealed] = ACTIONS(3122), + [anon_sym_annotation] = ACTIONS(3122), + [anon_sym_data] = ACTIONS(3122), + [anon_sym_inner] = ACTIONS(3122), + [anon_sym_override] = ACTIONS(3124), + [anon_sym_lateinit] = ACTIONS(3124), + [anon_sym_public] = ACTIONS(3126), + [anon_sym_private] = ACTIONS(3126), + [anon_sym_internal] = ACTIONS(3126), + [anon_sym_protected] = ACTIONS(3126), + [anon_sym_tailrec] = ACTIONS(3120), + [anon_sym_operator] = ACTIONS(3120), + [anon_sym_infix] = ACTIONS(3120), + [anon_sym_inline] = ACTIONS(3120), + [anon_sym_external] = ACTIONS(3120), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3130), + [anon_sym_final] = ACTIONS(3130), + [anon_sym_open] = ACTIONS(3130), + [anon_sym_vararg] = ACTIONS(3132), + [anon_sym_noinline] = ACTIONS(3132), + [anon_sym_crossinline] = ACTIONS(3132), + [anon_sym_expect] = ACTIONS(3134), + [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), + [sym__backtick_identifier] = ACTIONS(3200), + [sym_safe_nav] = ACTIONS(3200), [sym_multiline_comment] = ACTIONS(3), }, - [2395] = { - [sym__alpha_identifier] = ACTIONS(4929), - [anon_sym_AT] = ACTIONS(4931), - [anon_sym_LBRACK] = ACTIONS(4931), - [anon_sym_as] = ACTIONS(4929), - [anon_sym_LBRACE] = ACTIONS(4931), - [anon_sym_RBRACE] = ACTIONS(4931), - [anon_sym_LPAREN] = ACTIONS(5956), - [anon_sym_LT] = ACTIONS(4929), - [anon_sym_GT] = ACTIONS(4929), - [anon_sym_object] = ACTIONS(4929), - [anon_sym_fun] = ACTIONS(4929), - [anon_sym_DOT] = ACTIONS(4929), - [anon_sym_SEMI] = ACTIONS(4931), - [anon_sym_get] = ACTIONS(4929), - [anon_sym_set] = ACTIONS(4929), - [anon_sym_this] = ACTIONS(4929), - [anon_sym_super] = ACTIONS(4929), - [anon_sym_STAR] = ACTIONS(4931), - [sym_label] = ACTIONS(4929), - [anon_sym_in] = ACTIONS(4929), - [anon_sym_DOT_DOT] = ACTIONS(4931), - [anon_sym_QMARK_COLON] = ACTIONS(4931), - [anon_sym_AMP_AMP] = ACTIONS(4931), - [anon_sym_PIPE_PIPE] = ACTIONS(4931), - [anon_sym_null] = ACTIONS(4929), - [anon_sym_if] = ACTIONS(4929), - [anon_sym_else] = ACTIONS(4929), - [anon_sym_when] = ACTIONS(4929), - [anon_sym_try] = ACTIONS(4929), - [anon_sym_throw] = ACTIONS(4929), - [anon_sym_return] = ACTIONS(4929), - [anon_sym_continue] = ACTIONS(4929), - [anon_sym_break] = ACTIONS(4929), - [anon_sym_COLON_COLON] = ACTIONS(4931), - [anon_sym_BANG_EQ] = ACTIONS(4929), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4931), - [anon_sym_EQ_EQ] = ACTIONS(4929), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4931), - [anon_sym_LT_EQ] = ACTIONS(4931), - [anon_sym_GT_EQ] = ACTIONS(4931), - [anon_sym_BANGin] = ACTIONS(4931), - [anon_sym_is] = ACTIONS(4929), - [anon_sym_BANGis] = ACTIONS(4931), - [anon_sym_PLUS] = ACTIONS(4929), - [anon_sym_DASH] = ACTIONS(4929), - [anon_sym_SLASH] = ACTIONS(4929), - [anon_sym_PERCENT] = ACTIONS(4931), - [anon_sym_as_QMARK] = ACTIONS(4931), - [anon_sym_PLUS_PLUS] = ACTIONS(4931), - [anon_sym_DASH_DASH] = ACTIONS(4931), - [anon_sym_BANG] = ACTIONS(4929), - [anon_sym_BANG_BANG] = ACTIONS(4931), - [anon_sym_suspend] = ACTIONS(4929), - [anon_sym_sealed] = ACTIONS(4929), - [anon_sym_annotation] = ACTIONS(4929), - [anon_sym_data] = ACTIONS(4929), - [anon_sym_inner] = ACTIONS(4929), - [anon_sym_override] = ACTIONS(4929), - [anon_sym_lateinit] = ACTIONS(4929), - [anon_sym_public] = ACTIONS(4929), - [anon_sym_private] = ACTIONS(4929), - [anon_sym_internal] = ACTIONS(4929), - [anon_sym_protected] = ACTIONS(4929), - [anon_sym_tailrec] = ACTIONS(4929), - [anon_sym_operator] = ACTIONS(4929), - [anon_sym_infix] = ACTIONS(4929), - [anon_sym_inline] = ACTIONS(4929), - [anon_sym_external] = ACTIONS(4929), - [sym_property_modifier] = ACTIONS(4929), - [anon_sym_abstract] = ACTIONS(4929), - [anon_sym_final] = ACTIONS(4929), - [anon_sym_open] = ACTIONS(4929), - [anon_sym_vararg] = ACTIONS(4929), - [anon_sym_noinline] = ACTIONS(4929), - [anon_sym_crossinline] = ACTIONS(4929), - [anon_sym_expect] = ACTIONS(4929), - [anon_sym_actual] = ACTIONS(4929), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4931), - [anon_sym_continue_AT] = ACTIONS(4931), - [anon_sym_break_AT] = ACTIONS(4931), - [sym_real_literal] = ACTIONS(4931), - [sym_integer_literal] = ACTIONS(4929), - [sym_hex_literal] = ACTIONS(4931), - [sym_bin_literal] = ACTIONS(4931), - [anon_sym_true] = ACTIONS(4929), - [anon_sym_false] = ACTIONS(4929), - [anon_sym_SQUOTE] = ACTIONS(4931), - [sym__backtick_identifier] = ACTIONS(4931), - [sym__automatic_semicolon] = ACTIONS(4931), - [sym_safe_nav] = ACTIONS(4931), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4931), - }, - [2396] = { - [sym_type_constraints] = STATE(2475), - [sym_property_delegate] = STATE(2629), - [sym_getter] = STATE(4736), - [sym_setter] = STATE(4736), - [sym_modifiers] = STATE(8699), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [2408] = { + [sym_property_delegate] = STATE(2503), + [sym_getter] = STATE(4602), + [sym_setter] = STATE(4602), + [sym_modifiers] = STATE(8915), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1764), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1766), - [anon_sym_RBRACK] = ACTIONS(1766), [anon_sym_as] = ACTIONS(1764), - [anon_sym_EQ] = ACTIONS(5958), + [anon_sym_EQ] = ACTIONS(5968), [anon_sym_LBRACE] = ACTIONS(1766), [anon_sym_RBRACE] = ACTIONS(1766), [anon_sym_LPAREN] = ACTIONS(1766), - [anon_sym_COMMA] = ACTIONS(1766), [anon_sym_RPAREN] = ACTIONS(1766), - [anon_sym_by] = ACTIONS(5904), + [anon_sym_by] = ACTIONS(5707), [anon_sym_LT] = ACTIONS(1764), [anon_sym_GT] = ACTIONS(1764), - [anon_sym_where] = ACTIONS(5151), [anon_sym_DOT] = ACTIONS(1764), - [anon_sym_SEMI] = ACTIONS(3806), - [anon_sym_get] = ACTIONS(5912), - [anon_sym_set] = ACTIONS(5914), - [anon_sym_STAR] = ACTIONS(1766), - [anon_sym_DASH_GT] = ACTIONS(1766), + [anon_sym_SEMI] = ACTIONS(3686), + [anon_sym_get] = ACTIONS(5711), + [anon_sym_set] = ACTIONS(5713), + [anon_sym_STAR] = ACTIONS(1764), [sym_label] = ACTIONS(1766), [anon_sym_in] = ACTIONS(1764), [anon_sym_while] = ACTIONS(1764), @@ -287846,6 +289105,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PIPE_PIPE] = ACTIONS(1766), [anon_sym_else] = ACTIONS(1764), [anon_sym_COLON_COLON] = ACTIONS(1766), + [anon_sym_PLUS_EQ] = ACTIONS(1766), + [anon_sym_DASH_EQ] = ACTIONS(1766), + [anon_sym_STAR_EQ] = ACTIONS(1766), + [anon_sym_SLASH_EQ] = ACTIONS(1766), + [anon_sym_PERCENT_EQ] = ACTIONS(1766), [anon_sym_BANG_EQ] = ACTIONS(1764), [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), [anon_sym_EQ_EQ] = ACTIONS(1764), @@ -287858,7 +289122,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(1764), [anon_sym_DASH] = ACTIONS(1764), [anon_sym_SLASH] = ACTIONS(1764), - [anon_sym_PERCENT] = ACTIONS(1766), + [anon_sym_PERCENT] = ACTIONS(1764), [anon_sym_as_QMARK] = ACTIONS(1766), [anon_sym_PLUS_PLUS] = ACTIONS(1766), [anon_sym_DASH_DASH] = ACTIONS(1766), @@ -287886,78 +289150,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1766), [sym_safe_nav] = ACTIONS(1766), [sym_multiline_comment] = ACTIONS(3), }, - [2397] = { - [sym_property_delegate] = STATE(2516), - [sym_getter] = STATE(3176), - [sym_setter] = STATE(3176), - [sym_modifiers] = STATE(8854), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1764), + [2409] = { + [sym_type_constraints] = STATE(2447), + [sym_property_delegate] = STATE(2650), + [sym_getter] = STATE(3142), + [sym_setter] = STATE(3142), + [sym_modifiers] = STATE(8934), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1752), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1766), - [anon_sym_as] = ACTIONS(1764), - [anon_sym_EQ] = ACTIONS(5687), - [anon_sym_LBRACE] = ACTIONS(1766), - [anon_sym_RBRACE] = ACTIONS(1766), - [anon_sym_LPAREN] = ACTIONS(1766), - [anon_sym_RPAREN] = ACTIONS(1766), - [anon_sym_by] = ACTIONS(5643), - [anon_sym_LT] = ACTIONS(1764), - [anon_sym_GT] = ACTIONS(1764), - [anon_sym_DOT] = ACTIONS(1764), - [anon_sym_SEMI] = ACTIONS(3648), - [anon_sym_get] = ACTIONS(5645), - [anon_sym_set] = ACTIONS(5647), - [anon_sym_STAR] = ACTIONS(1764), - [sym_label] = ACTIONS(1766), - [anon_sym_in] = ACTIONS(1764), - [anon_sym_while] = ACTIONS(1764), - [anon_sym_DOT_DOT] = ACTIONS(1766), - [anon_sym_QMARK_COLON] = ACTIONS(1766), - [anon_sym_AMP_AMP] = ACTIONS(1766), - [anon_sym_PIPE_PIPE] = ACTIONS(1766), - [anon_sym_else] = ACTIONS(1764), - [anon_sym_COLON_COLON] = ACTIONS(1766), - [anon_sym_PLUS_EQ] = ACTIONS(1766), - [anon_sym_DASH_EQ] = ACTIONS(1766), - [anon_sym_STAR_EQ] = ACTIONS(1766), - [anon_sym_SLASH_EQ] = ACTIONS(1766), - [anon_sym_PERCENT_EQ] = ACTIONS(1766), - [anon_sym_BANG_EQ] = ACTIONS(1764), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), - [anon_sym_EQ_EQ] = ACTIONS(1764), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1766), - [anon_sym_LT_EQ] = ACTIONS(1766), - [anon_sym_GT_EQ] = ACTIONS(1766), - [anon_sym_BANGin] = ACTIONS(1766), - [anon_sym_is] = ACTIONS(1764), - [anon_sym_BANGis] = ACTIONS(1766), - [anon_sym_PLUS] = ACTIONS(1764), - [anon_sym_DASH] = ACTIONS(1764), - [anon_sym_SLASH] = ACTIONS(1764), - [anon_sym_PERCENT] = ACTIONS(1764), - [anon_sym_as_QMARK] = ACTIONS(1766), - [anon_sym_PLUS_PLUS] = ACTIONS(1766), - [anon_sym_DASH_DASH] = ACTIONS(1766), - [anon_sym_BANG_BANG] = ACTIONS(1766), + [anon_sym_LBRACK] = ACTIONS(1754), + [anon_sym_RBRACK] = ACTIONS(1754), + [anon_sym_as] = ACTIONS(1752), + [anon_sym_EQ] = ACTIONS(5970), + [anon_sym_LBRACE] = ACTIONS(1754), + [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_LPAREN] = ACTIONS(1754), + [anon_sym_COMMA] = ACTIONS(1754), + [anon_sym_RPAREN] = ACTIONS(1754), + [anon_sym_by] = ACTIONS(5900), + [anon_sym_LT] = ACTIONS(1752), + [anon_sym_GT] = ACTIONS(1752), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(1752), + [anon_sym_SEMI] = ACTIONS(3808), + [anon_sym_get] = ACTIONS(5910), + [anon_sym_set] = ACTIONS(5912), + [anon_sym_STAR] = ACTIONS(1754), + [anon_sym_DASH_GT] = ACTIONS(1754), + [sym_label] = ACTIONS(1754), + [anon_sym_in] = ACTIONS(1752), + [anon_sym_while] = ACTIONS(1752), + [anon_sym_DOT_DOT] = ACTIONS(1754), + [anon_sym_QMARK_COLON] = ACTIONS(1754), + [anon_sym_AMP_AMP] = ACTIONS(1754), + [anon_sym_PIPE_PIPE] = ACTIONS(1754), + [anon_sym_else] = ACTIONS(1752), + [anon_sym_COLON_COLON] = ACTIONS(1754), + [anon_sym_BANG_EQ] = ACTIONS(1752), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), + [anon_sym_EQ_EQ] = ACTIONS(1752), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), + [anon_sym_LT_EQ] = ACTIONS(1754), + [anon_sym_GT_EQ] = ACTIONS(1754), + [anon_sym_BANGin] = ACTIONS(1754), + [anon_sym_is] = ACTIONS(1752), + [anon_sym_BANGis] = ACTIONS(1754), + [anon_sym_PLUS] = ACTIONS(1752), + [anon_sym_DASH] = ACTIONS(1752), + [anon_sym_SLASH] = ACTIONS(1752), + [anon_sym_PERCENT] = ACTIONS(1754), + [anon_sym_as_QMARK] = ACTIONS(1754), + [anon_sym_PLUS_PLUS] = ACTIONS(1754), + [anon_sym_DASH_DASH] = ACTIONS(1754), + [anon_sym_BANG_BANG] = ACTIONS(1754), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -287981,648 +289245,257 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1766), - [sym_safe_nav] = ACTIONS(1766), - [sym_multiline_comment] = ACTIONS(3), - }, - [2398] = { - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(2269), - [sym__comparison_operator] = STATE(2268), - [sym__in_operator] = STATE(2261), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(2260), - [sym__multiplicative_operator] = STATE(2259), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_annotation] = STATE(7852), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2256), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(2997), - [anon_sym_LPAREN] = ACTIONS(3570), - [anon_sym_COMMA] = ACTIONS(2997), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(4031), - [anon_sym_where] = ACTIONS(2995), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(2997), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(4039), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(4041), - [anon_sym_DOT_DOT] = ACTIONS(4043), - [anon_sym_QMARK_COLON] = ACTIONS(4045), - [anon_sym_AMP_AMP] = ACTIONS(2997), - [anon_sym_PIPE_PIPE] = ACTIONS(2997), - [anon_sym_else] = ACTIONS(2995), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_BANG_EQ] = ACTIONS(2995), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2997), - [anon_sym_EQ_EQ] = ACTIONS(2995), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2997), - [anon_sym_LT_EQ] = ACTIONS(4055), - [anon_sym_GT_EQ] = ACTIONS(4055), - [anon_sym_BANGin] = ACTIONS(4057), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), - [anon_sym_PLUS] = ACTIONS(4059), - [anon_sym_DASH] = ACTIONS(4059), - [anon_sym_SLASH] = ACTIONS(4061), - [anon_sym_PERCENT] = ACTIONS(4039), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), - [anon_sym_suspend] = ACTIONS(2995), - [anon_sym_sealed] = ACTIONS(2995), - [anon_sym_annotation] = ACTIONS(2995), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(2995), - [anon_sym_lateinit] = ACTIONS(2995), - [anon_sym_public] = ACTIONS(2995), - [anon_sym_private] = ACTIONS(2995), - [anon_sym_internal] = ACTIONS(2995), - [anon_sym_protected] = ACTIONS(2995), - [anon_sym_tailrec] = ACTIONS(2995), - [anon_sym_operator] = ACTIONS(2995), - [anon_sym_infix] = ACTIONS(2995), - [anon_sym_inline] = ACTIONS(2995), - [anon_sym_external] = ACTIONS(2995), - [sym_property_modifier] = ACTIONS(2995), - [anon_sym_abstract] = ACTIONS(2995), - [anon_sym_final] = ACTIONS(2995), - [anon_sym_open] = ACTIONS(2995), - [anon_sym_vararg] = ACTIONS(2995), - [anon_sym_noinline] = ACTIONS(2995), - [anon_sym_crossinline] = ACTIONS(2995), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(2997), - [sym_safe_nav] = ACTIONS(3596), + [sym__backtick_identifier] = ACTIONS(1754), + [sym_safe_nav] = ACTIONS(1754), [sym_multiline_comment] = ACTIONS(3), }, - [2399] = { - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(2269), - [sym__comparison_operator] = STATE(2268), - [sym__in_operator] = STATE(2261), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(2260), - [sym__multiplicative_operator] = STATE(2259), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_annotation] = STATE(7852), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2256), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), + [2410] = { + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(2211), + [sym__comparison_operator] = STATE(2219), + [sym__in_operator] = STATE(2104), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(2248), + [sym__multiplicative_operator] = STATE(2250), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_annotation] = STATE(7883), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2251), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(3025), - [anon_sym_LPAREN] = ACTIONS(3570), - [anon_sym_COMMA] = ACTIONS(3025), + [anon_sym_RBRACE] = ACTIONS(3001), + [anon_sym_LPAREN] = ACTIONS(3572), + [anon_sym_COMMA] = ACTIONS(3001), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3023), - [anon_sym_where] = ACTIONS(3023), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(3025), + [anon_sym_GT] = ACTIONS(4053), + [anon_sym_where] = ACTIONS(2999), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(3001), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(4039), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(4041), - [anon_sym_DOT_DOT] = ACTIONS(4043), - [anon_sym_QMARK_COLON] = ACTIONS(4045), - [anon_sym_AMP_AMP] = ACTIONS(3025), - [anon_sym_PIPE_PIPE] = ACTIONS(3025), - [anon_sym_else] = ACTIONS(3023), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_BANG_EQ] = ACTIONS(3023), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3025), - [anon_sym_EQ_EQ] = ACTIONS(3023), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3025), - [anon_sym_LT_EQ] = ACTIONS(3025), - [anon_sym_GT_EQ] = ACTIONS(3025), - [anon_sym_BANGin] = ACTIONS(4057), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), - [anon_sym_PLUS] = ACTIONS(4059), - [anon_sym_DASH] = ACTIONS(4059), - [anon_sym_SLASH] = ACTIONS(4061), - [anon_sym_PERCENT] = ACTIONS(4039), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), - [anon_sym_suspend] = ACTIONS(3023), - [anon_sym_sealed] = ACTIONS(3023), - [anon_sym_annotation] = ACTIONS(3023), + [anon_sym_STAR] = ACTIONS(4061), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(4063), + [anon_sym_DOT_DOT] = ACTIONS(4065), + [anon_sym_QMARK_COLON] = ACTIONS(4067), + [anon_sym_AMP_AMP] = ACTIONS(4069), + [anon_sym_PIPE_PIPE] = ACTIONS(4071), + [anon_sym_else] = ACTIONS(2999), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_BANG_EQ] = ACTIONS(4073), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4075), + [anon_sym_EQ_EQ] = ACTIONS(4073), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4075), + [anon_sym_LT_EQ] = ACTIONS(4077), + [anon_sym_GT_EQ] = ACTIONS(4077), + [anon_sym_BANGin] = ACTIONS(4079), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), + [anon_sym_PLUS] = ACTIONS(4081), + [anon_sym_DASH] = ACTIONS(4081), + [anon_sym_SLASH] = ACTIONS(4083), + [anon_sym_PERCENT] = ACTIONS(4061), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), + [anon_sym_suspend] = ACTIONS(2999), + [anon_sym_sealed] = ACTIONS(2999), + [anon_sym_annotation] = ACTIONS(2999), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3023), - [anon_sym_lateinit] = ACTIONS(3023), - [anon_sym_public] = ACTIONS(3023), - [anon_sym_private] = ACTIONS(3023), - [anon_sym_internal] = ACTIONS(3023), - [anon_sym_protected] = ACTIONS(3023), - [anon_sym_tailrec] = ACTIONS(3023), - [anon_sym_operator] = ACTIONS(3023), - [anon_sym_infix] = ACTIONS(3023), - [anon_sym_inline] = ACTIONS(3023), - [anon_sym_external] = ACTIONS(3023), - [sym_property_modifier] = ACTIONS(3023), - [anon_sym_abstract] = ACTIONS(3023), - [anon_sym_final] = ACTIONS(3023), - [anon_sym_open] = ACTIONS(3023), - [anon_sym_vararg] = ACTIONS(3023), - [anon_sym_noinline] = ACTIONS(3023), - [anon_sym_crossinline] = ACTIONS(3023), + [anon_sym_override] = ACTIONS(2999), + [anon_sym_lateinit] = ACTIONS(2999), + [anon_sym_public] = ACTIONS(2999), + [anon_sym_private] = ACTIONS(2999), + [anon_sym_internal] = ACTIONS(2999), + [anon_sym_protected] = ACTIONS(2999), + [anon_sym_tailrec] = ACTIONS(2999), + [anon_sym_operator] = ACTIONS(2999), + [anon_sym_infix] = ACTIONS(2999), + [anon_sym_inline] = ACTIONS(2999), + [anon_sym_external] = ACTIONS(2999), + [sym_property_modifier] = ACTIONS(2999), + [anon_sym_abstract] = ACTIONS(2999), + [anon_sym_final] = ACTIONS(2999), + [anon_sym_open] = ACTIONS(2999), + [anon_sym_vararg] = ACTIONS(2999), + [anon_sym_noinline] = ACTIONS(2999), + [anon_sym_crossinline] = ACTIONS(2999), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3025), - [sym_safe_nav] = ACTIONS(3596), + [sym__automatic_semicolon] = ACTIONS(3001), + [sym_safe_nav] = ACTIONS(3598), [sym_multiline_comment] = ACTIONS(3), }, - [2400] = { - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(2269), - [sym__comparison_operator] = STATE(2268), - [sym__in_operator] = STATE(2261), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(2260), - [sym__multiplicative_operator] = STATE(2259), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_annotation] = STATE(7852), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2256), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(3029), - [anon_sym_LPAREN] = ACTIONS(3570), - [anon_sym_COMMA] = ACTIONS(3029), - [anon_sym_LT] = ACTIONS(3031), - [anon_sym_GT] = ACTIONS(3027), - [anon_sym_where] = ACTIONS(3027), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(3029), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(4039), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(3027), - [anon_sym_DOT_DOT] = ACTIONS(4043), - [anon_sym_QMARK_COLON] = ACTIONS(4045), - [anon_sym_AMP_AMP] = ACTIONS(3029), - [anon_sym_PIPE_PIPE] = ACTIONS(3029), - [anon_sym_else] = ACTIONS(3027), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_BANG_EQ] = ACTIONS(3027), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3029), - [anon_sym_EQ_EQ] = ACTIONS(3027), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3029), - [anon_sym_LT_EQ] = ACTIONS(3029), - [anon_sym_GT_EQ] = ACTIONS(3029), - [anon_sym_BANGin] = ACTIONS(3029), - [anon_sym_is] = ACTIONS(3027), - [anon_sym_BANGis] = ACTIONS(3029), - [anon_sym_PLUS] = ACTIONS(4059), - [anon_sym_DASH] = ACTIONS(4059), - [anon_sym_SLASH] = ACTIONS(4061), - [anon_sym_PERCENT] = ACTIONS(4039), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), - [anon_sym_suspend] = ACTIONS(3027), - [anon_sym_sealed] = ACTIONS(3027), - [anon_sym_annotation] = ACTIONS(3027), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3027), - [anon_sym_lateinit] = ACTIONS(3027), - [anon_sym_public] = ACTIONS(3027), - [anon_sym_private] = ACTIONS(3027), - [anon_sym_internal] = ACTIONS(3027), - [anon_sym_protected] = ACTIONS(3027), - [anon_sym_tailrec] = ACTIONS(3027), - [anon_sym_operator] = ACTIONS(3027), - [anon_sym_infix] = ACTIONS(3027), - [anon_sym_inline] = ACTIONS(3027), - [anon_sym_external] = ACTIONS(3027), - [sym_property_modifier] = ACTIONS(3027), - [anon_sym_abstract] = ACTIONS(3027), - [anon_sym_final] = ACTIONS(3027), - [anon_sym_open] = ACTIONS(3027), - [anon_sym_vararg] = ACTIONS(3027), - [anon_sym_noinline] = ACTIONS(3027), - [anon_sym_crossinline] = ACTIONS(3027), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), + [2411] = { + [sym_property_delegate] = STATE(2521), + [sym_getter] = STATE(4659), + [sym_setter] = STATE(4659), + [sym_modifiers] = STATE(8915), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1752), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1754), + [anon_sym_as] = ACTIONS(1752), + [anon_sym_EQ] = ACTIONS(5731), + [anon_sym_LBRACE] = ACTIONS(1754), + [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_LPAREN] = ACTIONS(1754), + [anon_sym_RPAREN] = ACTIONS(1754), + [anon_sym_by] = ACTIONS(5707), + [anon_sym_LT] = ACTIONS(1752), + [anon_sym_GT] = ACTIONS(1752), + [anon_sym_DOT] = ACTIONS(1752), + [anon_sym_SEMI] = ACTIONS(3676), + [anon_sym_get] = ACTIONS(5711), + [anon_sym_set] = ACTIONS(5713), + [anon_sym_STAR] = ACTIONS(1752), + [sym_label] = ACTIONS(1754), + [anon_sym_in] = ACTIONS(1752), + [anon_sym_while] = ACTIONS(1752), + [anon_sym_DOT_DOT] = ACTIONS(1754), + [anon_sym_QMARK_COLON] = ACTIONS(1754), + [anon_sym_AMP_AMP] = ACTIONS(1754), + [anon_sym_PIPE_PIPE] = ACTIONS(1754), + [anon_sym_else] = ACTIONS(1752), + [anon_sym_COLON_COLON] = ACTIONS(1754), + [anon_sym_PLUS_EQ] = ACTIONS(1754), + [anon_sym_DASH_EQ] = ACTIONS(1754), + [anon_sym_STAR_EQ] = ACTIONS(1754), + [anon_sym_SLASH_EQ] = ACTIONS(1754), + [anon_sym_PERCENT_EQ] = ACTIONS(1754), + [anon_sym_BANG_EQ] = ACTIONS(1752), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), + [anon_sym_EQ_EQ] = ACTIONS(1752), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), + [anon_sym_LT_EQ] = ACTIONS(1754), + [anon_sym_GT_EQ] = ACTIONS(1754), + [anon_sym_BANGin] = ACTIONS(1754), + [anon_sym_is] = ACTIONS(1752), + [anon_sym_BANGis] = ACTIONS(1754), + [anon_sym_PLUS] = ACTIONS(1752), + [anon_sym_DASH] = ACTIONS(1752), + [anon_sym_SLASH] = ACTIONS(1752), + [anon_sym_PERCENT] = ACTIONS(1752), + [anon_sym_as_QMARK] = ACTIONS(1754), + [anon_sym_PLUS_PLUS] = ACTIONS(1754), + [anon_sym_DASH_DASH] = ACTIONS(1754), + [anon_sym_BANG_BANG] = ACTIONS(1754), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3029), - [sym_safe_nav] = ACTIONS(3596), - [sym_multiline_comment] = ACTIONS(3), - }, - [2401] = { - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(2269), - [sym__comparison_operator] = STATE(2268), - [sym__in_operator] = STATE(2261), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(2260), - [sym__multiplicative_operator] = STATE(2259), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_annotation] = STATE(7852), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2256), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [sym__alpha_identifier] = ACTIONS(3034), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(3036), - [anon_sym_LPAREN] = ACTIONS(3570), - [anon_sym_COMMA] = ACTIONS(3036), - [anon_sym_LT] = ACTIONS(3038), - [anon_sym_GT] = ACTIONS(3034), - [anon_sym_where] = ACTIONS(3034), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(3036), - [anon_sym_get] = ACTIONS(3034), - [anon_sym_set] = ACTIONS(3034), - [anon_sym_STAR] = ACTIONS(4039), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(3034), - [anon_sym_DOT_DOT] = ACTIONS(3036), - [anon_sym_QMARK_COLON] = ACTIONS(3036), - [anon_sym_AMP_AMP] = ACTIONS(3036), - [anon_sym_PIPE_PIPE] = ACTIONS(3036), - [anon_sym_else] = ACTIONS(3034), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_BANG_EQ] = ACTIONS(3034), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3036), - [anon_sym_EQ_EQ] = ACTIONS(3034), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3036), - [anon_sym_LT_EQ] = ACTIONS(3036), - [anon_sym_GT_EQ] = ACTIONS(3036), - [anon_sym_BANGin] = ACTIONS(3036), - [anon_sym_is] = ACTIONS(3034), - [anon_sym_BANGis] = ACTIONS(3036), - [anon_sym_PLUS] = ACTIONS(3034), - [anon_sym_DASH] = ACTIONS(3034), - [anon_sym_SLASH] = ACTIONS(4061), - [anon_sym_PERCENT] = ACTIONS(4039), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), - [anon_sym_suspend] = ACTIONS(3034), - [anon_sym_sealed] = ACTIONS(3034), - [anon_sym_annotation] = ACTIONS(3034), - [anon_sym_data] = ACTIONS(3034), - [anon_sym_inner] = ACTIONS(3034), - [anon_sym_override] = ACTIONS(3034), - [anon_sym_lateinit] = ACTIONS(3034), - [anon_sym_public] = ACTIONS(3034), - [anon_sym_private] = ACTIONS(3034), - [anon_sym_internal] = ACTIONS(3034), - [anon_sym_protected] = ACTIONS(3034), - [anon_sym_tailrec] = ACTIONS(3034), - [anon_sym_operator] = ACTIONS(3034), - [anon_sym_infix] = ACTIONS(3034), - [anon_sym_inline] = ACTIONS(3034), - [anon_sym_external] = ACTIONS(3034), - [sym_property_modifier] = ACTIONS(3034), - [anon_sym_abstract] = ACTIONS(3034), - [anon_sym_final] = ACTIONS(3034), - [anon_sym_open] = ACTIONS(3034), - [anon_sym_vararg] = ACTIONS(3034), - [anon_sym_noinline] = ACTIONS(3034), - [anon_sym_crossinline] = ACTIONS(3034), - [anon_sym_expect] = ACTIONS(3034), - [anon_sym_actual] = ACTIONS(3034), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3036), - [sym__automatic_semicolon] = ACTIONS(3036), - [sym_safe_nav] = ACTIONS(3596), - [sym_multiline_comment] = ACTIONS(3), - }, - [2402] = { - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(2269), - [sym__comparison_operator] = STATE(2268), - [sym__in_operator] = STATE(2261), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(2260), - [sym__multiplicative_operator] = STATE(2259), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_annotation] = STATE(7852), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2256), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [sym__alpha_identifier] = ACTIONS(3065), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(3067), - [anon_sym_LPAREN] = ACTIONS(3570), - [anon_sym_COMMA] = ACTIONS(3067), - [anon_sym_LT] = ACTIONS(3069), - [anon_sym_GT] = ACTIONS(3065), - [anon_sym_where] = ACTIONS(3065), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(3067), - [anon_sym_get] = ACTIONS(3065), - [anon_sym_set] = ACTIONS(3065), - [anon_sym_STAR] = ACTIONS(3067), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(3065), - [anon_sym_DOT_DOT] = ACTIONS(3067), - [anon_sym_QMARK_COLON] = ACTIONS(3067), - [anon_sym_AMP_AMP] = ACTIONS(3067), - [anon_sym_PIPE_PIPE] = ACTIONS(3067), - [anon_sym_else] = ACTIONS(3065), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_BANG_EQ] = ACTIONS(3065), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3067), - [anon_sym_EQ_EQ] = ACTIONS(3065), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3067), - [anon_sym_LT_EQ] = ACTIONS(3067), - [anon_sym_GT_EQ] = ACTIONS(3067), - [anon_sym_BANGin] = ACTIONS(3067), - [anon_sym_is] = ACTIONS(3065), - [anon_sym_BANGis] = ACTIONS(3067), - [anon_sym_PLUS] = ACTIONS(3065), - [anon_sym_DASH] = ACTIONS(3065), - [anon_sym_SLASH] = ACTIONS(3065), - [anon_sym_PERCENT] = ACTIONS(3067), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), - [anon_sym_suspend] = ACTIONS(3065), - [anon_sym_sealed] = ACTIONS(3065), - [anon_sym_annotation] = ACTIONS(3065), - [anon_sym_data] = ACTIONS(3065), - [anon_sym_inner] = ACTIONS(3065), - [anon_sym_override] = ACTIONS(3065), - [anon_sym_lateinit] = ACTIONS(3065), - [anon_sym_public] = ACTIONS(3065), - [anon_sym_private] = ACTIONS(3065), - [anon_sym_internal] = ACTIONS(3065), - [anon_sym_protected] = ACTIONS(3065), - [anon_sym_tailrec] = ACTIONS(3065), - [anon_sym_operator] = ACTIONS(3065), - [anon_sym_infix] = ACTIONS(3065), - [anon_sym_inline] = ACTIONS(3065), - [anon_sym_external] = ACTIONS(3065), - [sym_property_modifier] = ACTIONS(3065), - [anon_sym_abstract] = ACTIONS(3065), - [anon_sym_final] = ACTIONS(3065), - [anon_sym_open] = ACTIONS(3065), - [anon_sym_vararg] = ACTIONS(3065), - [anon_sym_noinline] = ACTIONS(3065), - [anon_sym_crossinline] = ACTIONS(3065), - [anon_sym_expect] = ACTIONS(3065), - [anon_sym_actual] = ACTIONS(3065), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3067), - [sym__automatic_semicolon] = ACTIONS(3067), - [sym_safe_nav] = ACTIONS(3596), - [sym_multiline_comment] = ACTIONS(3), - }, - [2403] = { - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(2269), - [sym__comparison_operator] = STATE(2268), - [sym__in_operator] = STATE(2261), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(2260), - [sym__multiplicative_operator] = STATE(2259), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_annotation] = STATE(7852), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2256), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [sym__alpha_identifier] = ACTIONS(3076), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(3078), - [anon_sym_LPAREN] = ACTIONS(3570), - [anon_sym_COMMA] = ACTIONS(3078), - [anon_sym_LT] = ACTIONS(3080), - [anon_sym_GT] = ACTIONS(3076), - [anon_sym_where] = ACTIONS(3076), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(3078), - [anon_sym_get] = ACTIONS(3076), - [anon_sym_set] = ACTIONS(3076), - [anon_sym_STAR] = ACTIONS(4039), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(3076), - [anon_sym_DOT_DOT] = ACTIONS(4043), - [anon_sym_QMARK_COLON] = ACTIONS(3078), - [anon_sym_AMP_AMP] = ACTIONS(3078), - [anon_sym_PIPE_PIPE] = ACTIONS(3078), - [anon_sym_else] = ACTIONS(3076), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_BANG_EQ] = ACTIONS(3076), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3078), - [anon_sym_EQ_EQ] = ACTIONS(3076), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3078), - [anon_sym_LT_EQ] = ACTIONS(3078), - [anon_sym_GT_EQ] = ACTIONS(3078), - [anon_sym_BANGin] = ACTIONS(3078), - [anon_sym_is] = ACTIONS(3076), - [anon_sym_BANGis] = ACTIONS(3078), - [anon_sym_PLUS] = ACTIONS(4059), - [anon_sym_DASH] = ACTIONS(4059), - [anon_sym_SLASH] = ACTIONS(4061), - [anon_sym_PERCENT] = ACTIONS(4039), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), - [anon_sym_suspend] = ACTIONS(3076), - [anon_sym_sealed] = ACTIONS(3076), - [anon_sym_annotation] = ACTIONS(3076), - [anon_sym_data] = ACTIONS(3076), - [anon_sym_inner] = ACTIONS(3076), - [anon_sym_override] = ACTIONS(3076), - [anon_sym_lateinit] = ACTIONS(3076), - [anon_sym_public] = ACTIONS(3076), - [anon_sym_private] = ACTIONS(3076), - [anon_sym_internal] = ACTIONS(3076), - [anon_sym_protected] = ACTIONS(3076), - [anon_sym_tailrec] = ACTIONS(3076), - [anon_sym_operator] = ACTIONS(3076), - [anon_sym_infix] = ACTIONS(3076), - [anon_sym_inline] = ACTIONS(3076), - [anon_sym_external] = ACTIONS(3076), - [sym_property_modifier] = ACTIONS(3076), - [anon_sym_abstract] = ACTIONS(3076), - [anon_sym_final] = ACTIONS(3076), - [anon_sym_open] = ACTIONS(3076), - [anon_sym_vararg] = ACTIONS(3076), - [anon_sym_noinline] = ACTIONS(3076), - [anon_sym_crossinline] = ACTIONS(3076), - [anon_sym_expect] = ACTIONS(3076), - [anon_sym_actual] = ACTIONS(3076), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3078), - [sym__automatic_semicolon] = ACTIONS(3078), - [sym_safe_nav] = ACTIONS(3596), + [sym__backtick_identifier] = ACTIONS(1754), + [sym_safe_nav] = ACTIONS(1754), [sym_multiline_comment] = ACTIONS(3), }, - [2404] = { - [sym_primary_constructor] = STATE(5046), - [sym_class_body] = STATE(4709), - [sym__class_parameters] = STATE(4539), - [sym_type_constraints] = STATE(4540), - [sym_modifiers] = STATE(9107), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3190), + [2412] = { + [sym_primary_constructor] = STATE(5071), + [sym__class_parameters] = STATE(5169), + [sym_type_constraints] = STATE(5248), + [sym_enum_class_body] = STATE(5270), + [sym_modifiers] = STATE(9298), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3212), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(5960), - [anon_sym_LBRACK] = ACTIONS(3194), - [anon_sym_RBRACK] = ACTIONS(3194), - [anon_sym_as] = ACTIONS(3190), - [anon_sym_constructor] = ACTIONS(5125), - [anon_sym_LBRACE] = ACTIONS(5127), - [anon_sym_RBRACE] = ACTIONS(3194), - [anon_sym_LPAREN] = ACTIONS(5129), - [anon_sym_COMMA] = ACTIONS(3194), - [anon_sym_RPAREN] = ACTIONS(3194), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3190), - [anon_sym_where] = ACTIONS(5133), - [anon_sym_DOT] = ACTIONS(3190), - [anon_sym_SEMI] = ACTIONS(3194), - [anon_sym_get] = ACTIONS(3190), - [anon_sym_set] = ACTIONS(3190), - [anon_sym_STAR] = ACTIONS(3194), - [anon_sym_DASH_GT] = ACTIONS(3194), - [sym_label] = ACTIONS(3194), - [anon_sym_in] = ACTIONS(3190), - [anon_sym_while] = ACTIONS(3190), - [anon_sym_DOT_DOT] = ACTIONS(3194), - [anon_sym_QMARK_COLON] = ACTIONS(3194), - [anon_sym_AMP_AMP] = ACTIONS(3194), - [anon_sym_PIPE_PIPE] = ACTIONS(3194), - [anon_sym_else] = ACTIONS(3190), - [anon_sym_COLON_COLON] = ACTIONS(3194), - [anon_sym_BANG_EQ] = ACTIONS(3190), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3194), - [anon_sym_EQ_EQ] = ACTIONS(3190), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3194), - [anon_sym_LT_EQ] = ACTIONS(3194), - [anon_sym_GT_EQ] = ACTIONS(3194), - [anon_sym_BANGin] = ACTIONS(3194), - [anon_sym_is] = ACTIONS(3190), - [anon_sym_BANGis] = ACTIONS(3194), - [anon_sym_PLUS] = ACTIONS(3190), - [anon_sym_DASH] = ACTIONS(3190), - [anon_sym_SLASH] = ACTIONS(3190), - [anon_sym_PERCENT] = ACTIONS(3194), - [anon_sym_as_QMARK] = ACTIONS(3194), - [anon_sym_PLUS_PLUS] = ACTIONS(3194), - [anon_sym_DASH_DASH] = ACTIONS(3194), - [anon_sym_BANG_BANG] = ACTIONS(3194), + [anon_sym_COLON] = ACTIONS(5972), + [anon_sym_LBRACK] = ACTIONS(3216), + [anon_sym_constructor] = ACTIONS(5647), + [anon_sym_LBRACE] = ACTIONS(5649), + [anon_sym_RBRACE] = ACTIONS(3216), + [anon_sym_LPAREN] = ACTIONS(5651), + [anon_sym_where] = ACTIONS(5655), + [anon_sym_object] = ACTIONS(3212), + [anon_sym_fun] = ACTIONS(3212), + [anon_sym_get] = ACTIONS(3212), + [anon_sym_set] = ACTIONS(3212), + [anon_sym_this] = ACTIONS(3212), + [anon_sym_super] = ACTIONS(3212), + [anon_sym_STAR] = ACTIONS(3216), + [sym_label] = ACTIONS(3212), + [anon_sym_in] = ACTIONS(3212), + [anon_sym_null] = ACTIONS(3212), + [anon_sym_if] = ACTIONS(3212), + [anon_sym_else] = ACTIONS(3212), + [anon_sym_when] = ACTIONS(3212), + [anon_sym_try] = ACTIONS(3212), + [anon_sym_throw] = ACTIONS(3212), + [anon_sym_return] = ACTIONS(3212), + [anon_sym_continue] = ACTIONS(3212), + [anon_sym_break] = ACTIONS(3212), + [anon_sym_COLON_COLON] = ACTIONS(3216), + [anon_sym_BANGin] = ACTIONS(3216), + [anon_sym_is] = ACTIONS(3212), + [anon_sym_BANGis] = ACTIONS(3216), + [anon_sym_PLUS] = ACTIONS(3212), + [anon_sym_DASH] = ACTIONS(3212), + [anon_sym_PLUS_PLUS] = ACTIONS(3216), + [anon_sym_DASH_DASH] = ACTIONS(3216), + [anon_sym_BANG] = ACTIONS(3212), [anon_sym_suspend] = ACTIONS(3120), [anon_sym_sealed] = ACTIONS(3122), [anon_sym_annotation] = ACTIONS(3122), @@ -288649,334 +289522,340 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3134), [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3194), - [sym_safe_nav] = ACTIONS(3194), + [anon_sym_return_AT] = ACTIONS(3216), + [anon_sym_continue_AT] = ACTIONS(3216), + [anon_sym_break_AT] = ACTIONS(3216), + [sym_real_literal] = ACTIONS(3216), + [sym_integer_literal] = ACTIONS(3212), + [sym_hex_literal] = ACTIONS(3216), + [sym_bin_literal] = ACTIONS(3216), + [anon_sym_true] = ACTIONS(3212), + [anon_sym_false] = ACTIONS(3212), + [anon_sym_SQUOTE] = ACTIONS(3216), + [sym__backtick_identifier] = ACTIONS(3216), + [sym__automatic_semicolon] = ACTIONS(3216), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3216), + }, + [2413] = { + [sym_property_delegate] = STATE(2526), + [sym_getter] = STATE(4607), + [sym_setter] = STATE(4607), + [sym_modifiers] = STATE(8915), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_EQ] = ACTIONS(5725), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_RPAREN] = ACTIONS(3280), + [anon_sym_by] = ACTIONS(5707), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(5727), + [anon_sym_get] = ACTIONS(5711), + [anon_sym_set] = ACTIONS(5713), + [anon_sym_STAR] = ACTIONS(3278), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_while] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_PLUS_EQ] = ACTIONS(3280), + [anon_sym_DASH_EQ] = ACTIONS(3280), + [anon_sym_STAR_EQ] = ACTIONS(3280), + [anon_sym_SLASH_EQ] = ACTIONS(3280), + [anon_sym_PERCENT_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3278), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3280), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), [sym_multiline_comment] = ACTIONS(3), }, - [2405] = { - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(2269), - [sym__comparison_operator] = STATE(2268), - [sym__in_operator] = STATE(2261), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(2260), - [sym__multiplicative_operator] = STATE(2259), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_annotation] = STATE(7852), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2256), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), + [2414] = { + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(2211), + [sym__comparison_operator] = STATE(2219), + [sym__in_operator] = STATE(2104), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(2248), + [sym__multiplicative_operator] = STATE(2250), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_annotation] = STATE(7883), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2251), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(3021), - [anon_sym_LPAREN] = ACTIONS(3570), - [anon_sym_COMMA] = ACTIONS(3021), + [anon_sym_RBRACE] = ACTIONS(3065), + [anon_sym_LPAREN] = ACTIONS(3572), + [anon_sym_COMMA] = ACTIONS(3065), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(4031), - [anon_sym_where] = ACTIONS(3019), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(3021), + [anon_sym_GT] = ACTIONS(4053), + [anon_sym_where] = ACTIONS(3063), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(3065), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(4039), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(4041), - [anon_sym_DOT_DOT] = ACTIONS(4043), - [anon_sym_QMARK_COLON] = ACTIONS(4045), - [anon_sym_AMP_AMP] = ACTIONS(4047), - [anon_sym_PIPE_PIPE] = ACTIONS(4049), - [anon_sym_else] = ACTIONS(3019), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_BANG_EQ] = ACTIONS(4051), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4053), - [anon_sym_EQ_EQ] = ACTIONS(4051), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4053), - [anon_sym_LT_EQ] = ACTIONS(4055), - [anon_sym_GT_EQ] = ACTIONS(4055), - [anon_sym_BANGin] = ACTIONS(4057), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), - [anon_sym_PLUS] = ACTIONS(4059), - [anon_sym_DASH] = ACTIONS(4059), - [anon_sym_SLASH] = ACTIONS(4061), - [anon_sym_PERCENT] = ACTIONS(4039), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), - [anon_sym_suspend] = ACTIONS(3019), - [anon_sym_sealed] = ACTIONS(3019), - [anon_sym_annotation] = ACTIONS(3019), + [anon_sym_STAR] = ACTIONS(4061), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(4063), + [anon_sym_DOT_DOT] = ACTIONS(4065), + [anon_sym_QMARK_COLON] = ACTIONS(4067), + [anon_sym_AMP_AMP] = ACTIONS(4069), + [anon_sym_PIPE_PIPE] = ACTIONS(4071), + [anon_sym_else] = ACTIONS(3063), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_BANG_EQ] = ACTIONS(4073), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4075), + [anon_sym_EQ_EQ] = ACTIONS(4073), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4075), + [anon_sym_LT_EQ] = ACTIONS(4077), + [anon_sym_GT_EQ] = ACTIONS(4077), + [anon_sym_BANGin] = ACTIONS(4079), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), + [anon_sym_PLUS] = ACTIONS(4081), + [anon_sym_DASH] = ACTIONS(4081), + [anon_sym_SLASH] = ACTIONS(4083), + [anon_sym_PERCENT] = ACTIONS(4061), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), + [anon_sym_suspend] = ACTIONS(3063), + [anon_sym_sealed] = ACTIONS(3063), + [anon_sym_annotation] = ACTIONS(3063), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3019), - [anon_sym_lateinit] = ACTIONS(3019), - [anon_sym_public] = ACTIONS(3019), - [anon_sym_private] = ACTIONS(3019), - [anon_sym_internal] = ACTIONS(3019), - [anon_sym_protected] = ACTIONS(3019), - [anon_sym_tailrec] = ACTIONS(3019), - [anon_sym_operator] = ACTIONS(3019), - [anon_sym_infix] = ACTIONS(3019), - [anon_sym_inline] = ACTIONS(3019), - [anon_sym_external] = ACTIONS(3019), - [sym_property_modifier] = ACTIONS(3019), - [anon_sym_abstract] = ACTIONS(3019), - [anon_sym_final] = ACTIONS(3019), - [anon_sym_open] = ACTIONS(3019), - [anon_sym_vararg] = ACTIONS(3019), - [anon_sym_noinline] = ACTIONS(3019), - [anon_sym_crossinline] = ACTIONS(3019), + [anon_sym_override] = ACTIONS(3063), + [anon_sym_lateinit] = ACTIONS(3063), + [anon_sym_public] = ACTIONS(3063), + [anon_sym_private] = ACTIONS(3063), + [anon_sym_internal] = ACTIONS(3063), + [anon_sym_protected] = ACTIONS(3063), + [anon_sym_tailrec] = ACTIONS(3063), + [anon_sym_operator] = ACTIONS(3063), + [anon_sym_infix] = ACTIONS(3063), + [anon_sym_inline] = ACTIONS(3063), + [anon_sym_external] = ACTIONS(3063), + [sym_property_modifier] = ACTIONS(3063), + [anon_sym_abstract] = ACTIONS(3063), + [anon_sym_final] = ACTIONS(3063), + [anon_sym_open] = ACTIONS(3063), + [anon_sym_vararg] = ACTIONS(3063), + [anon_sym_noinline] = ACTIONS(3063), + [anon_sym_crossinline] = ACTIONS(3063), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3021), - [sym_safe_nav] = ACTIONS(3596), + [sym__automatic_semicolon] = ACTIONS(3065), + [sym_safe_nav] = ACTIONS(3598), [sym_multiline_comment] = ACTIONS(3), }, - [2406] = { - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(2269), - [sym__comparison_operator] = STATE(2268), - [sym__in_operator] = STATE(2261), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(2260), - [sym__multiplicative_operator] = STATE(2259), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_annotation] = STATE(7852), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2256), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), + [2415] = { + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(2211), + [sym__comparison_operator] = STATE(2219), + [sym__in_operator] = STATE(2104), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(2248), + [sym__multiplicative_operator] = STATE(2250), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_annotation] = STATE(7883), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2251), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(3074), - [anon_sym_LPAREN] = ACTIONS(3570), - [anon_sym_COMMA] = ACTIONS(3074), + [anon_sym_RBRACE] = ACTIONS(3084), + [anon_sym_LPAREN] = ACTIONS(3572), + [anon_sym_COMMA] = ACTIONS(3084), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(4031), - [anon_sym_where] = ACTIONS(3072), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(3074), + [anon_sym_GT] = ACTIONS(4053), + [anon_sym_where] = ACTIONS(3082), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(3084), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(4039), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(4041), - [anon_sym_DOT_DOT] = ACTIONS(4043), - [anon_sym_QMARK_COLON] = ACTIONS(4045), - [anon_sym_AMP_AMP] = ACTIONS(4047), - [anon_sym_PIPE_PIPE] = ACTIONS(4049), - [anon_sym_else] = ACTIONS(3072), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_BANG_EQ] = ACTIONS(4051), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4053), - [anon_sym_EQ_EQ] = ACTIONS(4051), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4053), - [anon_sym_LT_EQ] = ACTIONS(4055), - [anon_sym_GT_EQ] = ACTIONS(4055), - [anon_sym_BANGin] = ACTIONS(4057), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), - [anon_sym_PLUS] = ACTIONS(4059), - [anon_sym_DASH] = ACTIONS(4059), - [anon_sym_SLASH] = ACTIONS(4061), - [anon_sym_PERCENT] = ACTIONS(4039), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), - [anon_sym_suspend] = ACTIONS(3072), - [anon_sym_sealed] = ACTIONS(3072), - [anon_sym_annotation] = ACTIONS(3072), + [anon_sym_STAR] = ACTIONS(4061), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(4063), + [anon_sym_DOT_DOT] = ACTIONS(4065), + [anon_sym_QMARK_COLON] = ACTIONS(4067), + [anon_sym_AMP_AMP] = ACTIONS(4069), + [anon_sym_PIPE_PIPE] = ACTIONS(4071), + [anon_sym_else] = ACTIONS(3082), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_BANG_EQ] = ACTIONS(4073), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4075), + [anon_sym_EQ_EQ] = ACTIONS(4073), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4075), + [anon_sym_LT_EQ] = ACTIONS(4077), + [anon_sym_GT_EQ] = ACTIONS(4077), + [anon_sym_BANGin] = ACTIONS(4079), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), + [anon_sym_PLUS] = ACTIONS(4081), + [anon_sym_DASH] = ACTIONS(4081), + [anon_sym_SLASH] = ACTIONS(4083), + [anon_sym_PERCENT] = ACTIONS(4061), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), + [anon_sym_suspend] = ACTIONS(3082), + [anon_sym_sealed] = ACTIONS(3082), + [anon_sym_annotation] = ACTIONS(3082), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3072), - [anon_sym_lateinit] = ACTIONS(3072), - [anon_sym_public] = ACTIONS(3072), - [anon_sym_private] = ACTIONS(3072), - [anon_sym_internal] = ACTIONS(3072), - [anon_sym_protected] = ACTIONS(3072), - [anon_sym_tailrec] = ACTIONS(3072), - [anon_sym_operator] = ACTIONS(3072), - [anon_sym_infix] = ACTIONS(3072), - [anon_sym_inline] = ACTIONS(3072), - [anon_sym_external] = ACTIONS(3072), - [sym_property_modifier] = ACTIONS(3072), - [anon_sym_abstract] = ACTIONS(3072), - [anon_sym_final] = ACTIONS(3072), - [anon_sym_open] = ACTIONS(3072), - [anon_sym_vararg] = ACTIONS(3072), - [anon_sym_noinline] = ACTIONS(3072), - [anon_sym_crossinline] = ACTIONS(3072), + [anon_sym_override] = ACTIONS(3082), + [anon_sym_lateinit] = ACTIONS(3082), + [anon_sym_public] = ACTIONS(3082), + [anon_sym_private] = ACTIONS(3082), + [anon_sym_internal] = ACTIONS(3082), + [anon_sym_protected] = ACTIONS(3082), + [anon_sym_tailrec] = ACTIONS(3082), + [anon_sym_operator] = ACTIONS(3082), + [anon_sym_infix] = ACTIONS(3082), + [anon_sym_inline] = ACTIONS(3082), + [anon_sym_external] = ACTIONS(3082), + [sym_property_modifier] = ACTIONS(3082), + [anon_sym_abstract] = ACTIONS(3082), + [anon_sym_final] = ACTIONS(3082), + [anon_sym_open] = ACTIONS(3082), + [anon_sym_vararg] = ACTIONS(3082), + [anon_sym_noinline] = ACTIONS(3082), + [anon_sym_crossinline] = ACTIONS(3082), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3074), - [sym_safe_nav] = ACTIONS(3596), - [sym_multiline_comment] = ACTIONS(3), - }, - [2407] = { - [sym_type_constraints] = STATE(2427), - [sym_property_delegate] = STATE(2657), - [sym_getter] = STATE(4630), - [sym_setter] = STATE(4630), - [sym_modifiers] = STATE(8699), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3272), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3274), - [anon_sym_RBRACK] = ACTIONS(3274), - [anon_sym_as] = ACTIONS(3272), - [anon_sym_EQ] = ACTIONS(5962), - [anon_sym_LBRACE] = ACTIONS(3274), - [anon_sym_RBRACE] = ACTIONS(3274), - [anon_sym_LPAREN] = ACTIONS(3274), - [anon_sym_COMMA] = ACTIONS(3274), - [anon_sym_RPAREN] = ACTIONS(3274), - [anon_sym_by] = ACTIONS(5904), - [anon_sym_LT] = ACTIONS(3272), - [anon_sym_GT] = ACTIONS(3272), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(3272), - [anon_sym_SEMI] = ACTIONS(5964), - [anon_sym_get] = ACTIONS(5912), - [anon_sym_set] = ACTIONS(5914), - [anon_sym_STAR] = ACTIONS(3274), - [anon_sym_DASH_GT] = ACTIONS(3274), - [sym_label] = ACTIONS(3274), - [anon_sym_in] = ACTIONS(3272), - [anon_sym_while] = ACTIONS(3272), - [anon_sym_DOT_DOT] = ACTIONS(3274), - [anon_sym_QMARK_COLON] = ACTIONS(3274), - [anon_sym_AMP_AMP] = ACTIONS(3274), - [anon_sym_PIPE_PIPE] = ACTIONS(3274), - [anon_sym_else] = ACTIONS(3272), - [anon_sym_COLON_COLON] = ACTIONS(3274), - [anon_sym_BANG_EQ] = ACTIONS(3272), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3274), - [anon_sym_EQ_EQ] = ACTIONS(3272), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3274), - [anon_sym_LT_EQ] = ACTIONS(3274), - [anon_sym_GT_EQ] = ACTIONS(3274), - [anon_sym_BANGin] = ACTIONS(3274), - [anon_sym_is] = ACTIONS(3272), - [anon_sym_BANGis] = ACTIONS(3274), - [anon_sym_PLUS] = ACTIONS(3272), - [anon_sym_DASH] = ACTIONS(3272), - [anon_sym_SLASH] = ACTIONS(3272), - [anon_sym_PERCENT] = ACTIONS(3274), - [anon_sym_as_QMARK] = ACTIONS(3274), - [anon_sym_PLUS_PLUS] = ACTIONS(3274), - [anon_sym_DASH_DASH] = ACTIONS(3274), - [anon_sym_BANG_BANG] = ACTIONS(3274), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3274), - [sym_safe_nav] = ACTIONS(3274), + [sym__automatic_semicolon] = ACTIONS(3084), + [sym_safe_nav] = ACTIONS(3598), [sym_multiline_comment] = ACTIONS(3), }, - [2408] = { - [sym_type_constraints] = STATE(2434), - [sym_property_delegate] = STATE(2667), - [sym_getter] = STATE(4713), - [sym_setter] = STATE(4713), - [sym_modifiers] = STATE(8699), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [2416] = { + [sym_property_delegate] = STATE(2522), + [sym_getter] = STATE(4715), + [sym_setter] = STATE(4715), + [sym_modifiers] = STATE(8915), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1694), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1696), - [anon_sym_RBRACK] = ACTIONS(1696), [anon_sym_as] = ACTIONS(1694), - [anon_sym_EQ] = ACTIONS(5966), + [anon_sym_EQ] = ACTIONS(5733), [anon_sym_LBRACE] = ACTIONS(1696), [anon_sym_RBRACE] = ACTIONS(1696), [anon_sym_LPAREN] = ACTIONS(1696), - [anon_sym_COMMA] = ACTIONS(1696), [anon_sym_RPAREN] = ACTIONS(1696), - [anon_sym_by] = ACTIONS(5904), + [anon_sym_by] = ACTIONS(5707), [anon_sym_LT] = ACTIONS(1694), [anon_sym_GT] = ACTIONS(1694), - [anon_sym_where] = ACTIONS(5151), [anon_sym_DOT] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(3798), - [anon_sym_get] = ACTIONS(5912), - [anon_sym_set] = ACTIONS(5914), - [anon_sym_STAR] = ACTIONS(1696), - [anon_sym_DASH_GT] = ACTIONS(1696), + [anon_sym_SEMI] = ACTIONS(3696), + [anon_sym_get] = ACTIONS(5711), + [anon_sym_set] = ACTIONS(5713), + [anon_sym_STAR] = ACTIONS(1694), [sym_label] = ACTIONS(1696), [anon_sym_in] = ACTIONS(1694), [anon_sym_while] = ACTIONS(1694), @@ -288986,6 +289865,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PIPE_PIPE] = ACTIONS(1696), [anon_sym_else] = ACTIONS(1694), [anon_sym_COLON_COLON] = ACTIONS(1696), + [anon_sym_PLUS_EQ] = ACTIONS(1696), + [anon_sym_DASH_EQ] = ACTIONS(1696), + [anon_sym_STAR_EQ] = ACTIONS(1696), + [anon_sym_SLASH_EQ] = ACTIONS(1696), + [anon_sym_PERCENT_EQ] = ACTIONS(1696), [anon_sym_BANG_EQ] = ACTIONS(1694), [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), [anon_sym_EQ_EQ] = ACTIONS(1694), @@ -288998,7 +289882,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(1694), [anon_sym_DASH] = ACTIONS(1694), [anon_sym_SLASH] = ACTIONS(1694), - [anon_sym_PERCENT] = ACTIONS(1696), + [anon_sym_PERCENT] = ACTIONS(1694), [anon_sym_as_QMARK] = ACTIONS(1696), [anon_sym_PLUS_PLUS] = ACTIONS(1696), [anon_sym_DASH_DASH] = ACTIONS(1696), @@ -289026,743 +289910,838 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1696), [sym_safe_nav] = ACTIONS(1696), [sym_multiline_comment] = ACTIONS(3), }, - [2409] = { - [sym_primary_constructor] = STATE(5005), - [sym__class_parameters] = STATE(4539), - [sym_type_constraints] = STATE(4537), - [sym_enum_class_body] = STATE(4709), - [sym_modifiers] = STATE(9107), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3190), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(5968), - [anon_sym_LBRACK] = ACTIONS(3194), - [anon_sym_RBRACK] = ACTIONS(3194), - [anon_sym_as] = ACTIONS(3190), - [anon_sym_constructor] = ACTIONS(5125), - [anon_sym_LBRACE] = ACTIONS(5137), - [anon_sym_RBRACE] = ACTIONS(3194), - [anon_sym_LPAREN] = ACTIONS(5129), - [anon_sym_COMMA] = ACTIONS(3194), - [anon_sym_RPAREN] = ACTIONS(3194), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3190), - [anon_sym_where] = ACTIONS(5133), - [anon_sym_DOT] = ACTIONS(3190), - [anon_sym_SEMI] = ACTIONS(3194), - [anon_sym_get] = ACTIONS(3190), - [anon_sym_set] = ACTIONS(3190), - [anon_sym_STAR] = ACTIONS(3194), - [anon_sym_DASH_GT] = ACTIONS(3194), - [sym_label] = ACTIONS(3194), - [anon_sym_in] = ACTIONS(3190), - [anon_sym_while] = ACTIONS(3190), - [anon_sym_DOT_DOT] = ACTIONS(3194), - [anon_sym_QMARK_COLON] = ACTIONS(3194), - [anon_sym_AMP_AMP] = ACTIONS(3194), - [anon_sym_PIPE_PIPE] = ACTIONS(3194), - [anon_sym_else] = ACTIONS(3190), - [anon_sym_COLON_COLON] = ACTIONS(3194), - [anon_sym_BANG_EQ] = ACTIONS(3190), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3194), - [anon_sym_EQ_EQ] = ACTIONS(3190), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3194), - [anon_sym_LT_EQ] = ACTIONS(3194), - [anon_sym_GT_EQ] = ACTIONS(3194), - [anon_sym_BANGin] = ACTIONS(3194), - [anon_sym_is] = ACTIONS(3190), - [anon_sym_BANGis] = ACTIONS(3194), - [anon_sym_PLUS] = ACTIONS(3190), - [anon_sym_DASH] = ACTIONS(3190), - [anon_sym_SLASH] = ACTIONS(3190), - [anon_sym_PERCENT] = ACTIONS(3194), - [anon_sym_as_QMARK] = ACTIONS(3194), - [anon_sym_PLUS_PLUS] = ACTIONS(3194), - [anon_sym_DASH_DASH] = ACTIONS(3194), - [anon_sym_BANG_BANG] = ACTIONS(3194), - [anon_sym_suspend] = ACTIONS(3120), - [anon_sym_sealed] = ACTIONS(3122), - [anon_sym_annotation] = ACTIONS(3122), - [anon_sym_data] = ACTIONS(3122), - [anon_sym_inner] = ACTIONS(3122), - [anon_sym_override] = ACTIONS(3124), - [anon_sym_lateinit] = ACTIONS(3124), - [anon_sym_public] = ACTIONS(3126), - [anon_sym_private] = ACTIONS(3126), - [anon_sym_internal] = ACTIONS(3126), - [anon_sym_protected] = ACTIONS(3126), - [anon_sym_tailrec] = ACTIONS(3120), - [anon_sym_operator] = ACTIONS(3120), - [anon_sym_infix] = ACTIONS(3120), - [anon_sym_inline] = ACTIONS(3120), - [anon_sym_external] = ACTIONS(3120), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(3130), - [anon_sym_final] = ACTIONS(3130), - [anon_sym_open] = ACTIONS(3130), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3134), - [anon_sym_actual] = ACTIONS(3134), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3194), - [sym_safe_nav] = ACTIONS(3194), - [sym_multiline_comment] = ACTIONS(3), - }, - [2410] = { - [sym_property_delegate] = STATE(2532), - [sym_getter] = STATE(3209), - [sym_setter] = STATE(3209), - [sym_modifiers] = STATE(8854), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1694), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1696), - [anon_sym_as] = ACTIONS(1694), - [anon_sym_EQ] = ACTIONS(5718), - [anon_sym_LBRACE] = ACTIONS(1696), - [anon_sym_RBRACE] = ACTIONS(1696), - [anon_sym_LPAREN] = ACTIONS(1696), - [anon_sym_RPAREN] = ACTIONS(1696), - [anon_sym_by] = ACTIONS(5643), - [anon_sym_LT] = ACTIONS(1694), - [anon_sym_GT] = ACTIONS(1694), - [anon_sym_DOT] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(3676), - [anon_sym_get] = ACTIONS(5645), - [anon_sym_set] = ACTIONS(5647), - [anon_sym_STAR] = ACTIONS(1694), - [sym_label] = ACTIONS(1696), - [anon_sym_in] = ACTIONS(1694), - [anon_sym_while] = ACTIONS(1694), - [anon_sym_DOT_DOT] = ACTIONS(1696), - [anon_sym_QMARK_COLON] = ACTIONS(1696), - [anon_sym_AMP_AMP] = ACTIONS(1696), - [anon_sym_PIPE_PIPE] = ACTIONS(1696), - [anon_sym_else] = ACTIONS(1694), - [anon_sym_COLON_COLON] = ACTIONS(1696), - [anon_sym_PLUS_EQ] = ACTIONS(1696), - [anon_sym_DASH_EQ] = ACTIONS(1696), - [anon_sym_STAR_EQ] = ACTIONS(1696), - [anon_sym_SLASH_EQ] = ACTIONS(1696), - [anon_sym_PERCENT_EQ] = ACTIONS(1696), - [anon_sym_BANG_EQ] = ACTIONS(1694), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), - [anon_sym_EQ_EQ] = ACTIONS(1694), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), - [anon_sym_LT_EQ] = ACTIONS(1696), - [anon_sym_GT_EQ] = ACTIONS(1696), - [anon_sym_BANGin] = ACTIONS(1696), - [anon_sym_is] = ACTIONS(1694), - [anon_sym_BANGis] = ACTIONS(1696), - [anon_sym_PLUS] = ACTIONS(1694), - [anon_sym_DASH] = ACTIONS(1694), - [anon_sym_SLASH] = ACTIONS(1694), - [anon_sym_PERCENT] = ACTIONS(1694), - [anon_sym_as_QMARK] = ACTIONS(1696), - [anon_sym_PLUS_PLUS] = ACTIONS(1696), - [anon_sym_DASH_DASH] = ACTIONS(1696), - [anon_sym_BANG_BANG] = ACTIONS(1696), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1696), - [sym_safe_nav] = ACTIONS(1696), - [sym_multiline_comment] = ACTIONS(3), - }, - [2411] = { - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(2269), - [sym__comparison_operator] = STATE(2268), - [sym__in_operator] = STATE(2261), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(2260), - [sym__multiplicative_operator] = STATE(2259), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_annotation] = STATE(7852), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2256), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), + [2417] = { + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(2211), + [sym__comparison_operator] = STATE(2219), + [sym__in_operator] = STATE(2104), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(2248), + [sym__multiplicative_operator] = STATE(2250), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_annotation] = STATE(7883), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2251), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(3063), - [anon_sym_LPAREN] = ACTIONS(3570), - [anon_sym_COMMA] = ACTIONS(3063), + [anon_sym_RBRACE] = ACTIONS(3069), + [anon_sym_LPAREN] = ACTIONS(3572), + [anon_sym_COMMA] = ACTIONS(3069), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(4031), - [anon_sym_where] = ACTIONS(3061), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(3063), + [anon_sym_GT] = ACTIONS(4053), + [anon_sym_where] = ACTIONS(3067), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(3069), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(4039), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(4041), - [anon_sym_DOT_DOT] = ACTIONS(4043), - [anon_sym_QMARK_COLON] = ACTIONS(4045), - [anon_sym_AMP_AMP] = ACTIONS(4047), - [anon_sym_PIPE_PIPE] = ACTIONS(4049), - [anon_sym_else] = ACTIONS(3061), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_BANG_EQ] = ACTIONS(4051), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4053), - [anon_sym_EQ_EQ] = ACTIONS(4051), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4053), - [anon_sym_LT_EQ] = ACTIONS(4055), - [anon_sym_GT_EQ] = ACTIONS(4055), - [anon_sym_BANGin] = ACTIONS(4057), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), - [anon_sym_PLUS] = ACTIONS(4059), - [anon_sym_DASH] = ACTIONS(4059), - [anon_sym_SLASH] = ACTIONS(4061), - [anon_sym_PERCENT] = ACTIONS(4039), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), - [anon_sym_suspend] = ACTIONS(3061), - [anon_sym_sealed] = ACTIONS(3061), - [anon_sym_annotation] = ACTIONS(3061), + [anon_sym_STAR] = ACTIONS(4061), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(4063), + [anon_sym_DOT_DOT] = ACTIONS(4065), + [anon_sym_QMARK_COLON] = ACTIONS(4067), + [anon_sym_AMP_AMP] = ACTIONS(4069), + [anon_sym_PIPE_PIPE] = ACTIONS(4071), + [anon_sym_else] = ACTIONS(3067), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_BANG_EQ] = ACTIONS(4073), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4075), + [anon_sym_EQ_EQ] = ACTIONS(4073), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4075), + [anon_sym_LT_EQ] = ACTIONS(4077), + [anon_sym_GT_EQ] = ACTIONS(4077), + [anon_sym_BANGin] = ACTIONS(4079), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), + [anon_sym_PLUS] = ACTIONS(4081), + [anon_sym_DASH] = ACTIONS(4081), + [anon_sym_SLASH] = ACTIONS(4083), + [anon_sym_PERCENT] = ACTIONS(4061), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), + [anon_sym_suspend] = ACTIONS(3067), + [anon_sym_sealed] = ACTIONS(3067), + [anon_sym_annotation] = ACTIONS(3067), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3061), - [anon_sym_lateinit] = ACTIONS(3061), - [anon_sym_public] = ACTIONS(3061), - [anon_sym_private] = ACTIONS(3061), - [anon_sym_internal] = ACTIONS(3061), - [anon_sym_protected] = ACTIONS(3061), - [anon_sym_tailrec] = ACTIONS(3061), - [anon_sym_operator] = ACTIONS(3061), - [anon_sym_infix] = ACTIONS(3061), - [anon_sym_inline] = ACTIONS(3061), - [anon_sym_external] = ACTIONS(3061), - [sym_property_modifier] = ACTIONS(3061), - [anon_sym_abstract] = ACTIONS(3061), - [anon_sym_final] = ACTIONS(3061), - [anon_sym_open] = ACTIONS(3061), - [anon_sym_vararg] = ACTIONS(3061), - [anon_sym_noinline] = ACTIONS(3061), - [anon_sym_crossinline] = ACTIONS(3061), + [anon_sym_override] = ACTIONS(3067), + [anon_sym_lateinit] = ACTIONS(3067), + [anon_sym_public] = ACTIONS(3067), + [anon_sym_private] = ACTIONS(3067), + [anon_sym_internal] = ACTIONS(3067), + [anon_sym_protected] = ACTIONS(3067), + [anon_sym_tailrec] = ACTIONS(3067), + [anon_sym_operator] = ACTIONS(3067), + [anon_sym_infix] = ACTIONS(3067), + [anon_sym_inline] = ACTIONS(3067), + [anon_sym_external] = ACTIONS(3067), + [sym_property_modifier] = ACTIONS(3067), + [anon_sym_abstract] = ACTIONS(3067), + [anon_sym_final] = ACTIONS(3067), + [anon_sym_open] = ACTIONS(3067), + [anon_sym_vararg] = ACTIONS(3067), + [anon_sym_noinline] = ACTIONS(3067), + [anon_sym_crossinline] = ACTIONS(3067), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3063), - [sym_safe_nav] = ACTIONS(3596), + [sym__automatic_semicolon] = ACTIONS(3069), + [sym_safe_nav] = ACTIONS(3598), [sym_multiline_comment] = ACTIONS(3), }, - [2412] = { - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(2269), - [sym__comparison_operator] = STATE(2268), - [sym__in_operator] = STATE(2261), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(2260), - [sym__multiplicative_operator] = STATE(2259), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_annotation] = STATE(7852), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2256), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), + [2418] = { + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(2211), + [sym__comparison_operator] = STATE(2219), + [sym__in_operator] = STATE(2104), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(2248), + [sym__multiplicative_operator] = STATE(2250), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_annotation] = STATE(7883), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2251), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(3092), - [anon_sym_LPAREN] = ACTIONS(3570), - [anon_sym_COMMA] = ACTIONS(3092), + [anon_sym_RBRACE] = ACTIONS(3073), + [anon_sym_LPAREN] = ACTIONS(3572), + [anon_sym_COMMA] = ACTIONS(3073), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(4031), - [anon_sym_where] = ACTIONS(3090), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(4053), + [anon_sym_where] = ACTIONS(3071), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(3073), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(4039), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(4041), - [anon_sym_DOT_DOT] = ACTIONS(4043), - [anon_sym_QMARK_COLON] = ACTIONS(4045), - [anon_sym_AMP_AMP] = ACTIONS(4047), - [anon_sym_PIPE_PIPE] = ACTIONS(4049), - [anon_sym_else] = ACTIONS(3090), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_BANG_EQ] = ACTIONS(4051), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4053), - [anon_sym_EQ_EQ] = ACTIONS(4051), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4053), - [anon_sym_LT_EQ] = ACTIONS(4055), - [anon_sym_GT_EQ] = ACTIONS(4055), - [anon_sym_BANGin] = ACTIONS(4057), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), - [anon_sym_PLUS] = ACTIONS(4059), - [anon_sym_DASH] = ACTIONS(4059), - [anon_sym_SLASH] = ACTIONS(4061), - [anon_sym_PERCENT] = ACTIONS(4039), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), - [anon_sym_suspend] = ACTIONS(3090), - [anon_sym_sealed] = ACTIONS(3090), - [anon_sym_annotation] = ACTIONS(3090), + [anon_sym_STAR] = ACTIONS(4061), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(4063), + [anon_sym_DOT_DOT] = ACTIONS(4065), + [anon_sym_QMARK_COLON] = ACTIONS(4067), + [anon_sym_AMP_AMP] = ACTIONS(4069), + [anon_sym_PIPE_PIPE] = ACTIONS(4071), + [anon_sym_else] = ACTIONS(3071), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_BANG_EQ] = ACTIONS(4073), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4075), + [anon_sym_EQ_EQ] = ACTIONS(4073), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4075), + [anon_sym_LT_EQ] = ACTIONS(4077), + [anon_sym_GT_EQ] = ACTIONS(4077), + [anon_sym_BANGin] = ACTIONS(4079), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), + [anon_sym_PLUS] = ACTIONS(4081), + [anon_sym_DASH] = ACTIONS(4081), + [anon_sym_SLASH] = ACTIONS(4083), + [anon_sym_PERCENT] = ACTIONS(4061), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), + [anon_sym_suspend] = ACTIONS(3071), + [anon_sym_sealed] = ACTIONS(3071), + [anon_sym_annotation] = ACTIONS(3071), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3090), - [anon_sym_lateinit] = ACTIONS(3090), - [anon_sym_public] = ACTIONS(3090), - [anon_sym_private] = ACTIONS(3090), - [anon_sym_internal] = ACTIONS(3090), - [anon_sym_protected] = ACTIONS(3090), - [anon_sym_tailrec] = ACTIONS(3090), - [anon_sym_operator] = ACTIONS(3090), - [anon_sym_infix] = ACTIONS(3090), - [anon_sym_inline] = ACTIONS(3090), - [anon_sym_external] = ACTIONS(3090), - [sym_property_modifier] = ACTIONS(3090), - [anon_sym_abstract] = ACTIONS(3090), - [anon_sym_final] = ACTIONS(3090), - [anon_sym_open] = ACTIONS(3090), - [anon_sym_vararg] = ACTIONS(3090), - [anon_sym_noinline] = ACTIONS(3090), - [anon_sym_crossinline] = ACTIONS(3090), + [anon_sym_override] = ACTIONS(3071), + [anon_sym_lateinit] = ACTIONS(3071), + [anon_sym_public] = ACTIONS(3071), + [anon_sym_private] = ACTIONS(3071), + [anon_sym_internal] = ACTIONS(3071), + [anon_sym_protected] = ACTIONS(3071), + [anon_sym_tailrec] = ACTIONS(3071), + [anon_sym_operator] = ACTIONS(3071), + [anon_sym_infix] = ACTIONS(3071), + [anon_sym_inline] = ACTIONS(3071), + [anon_sym_external] = ACTIONS(3071), + [sym_property_modifier] = ACTIONS(3071), + [anon_sym_abstract] = ACTIONS(3071), + [anon_sym_final] = ACTIONS(3071), + [anon_sym_open] = ACTIONS(3071), + [anon_sym_vararg] = ACTIONS(3071), + [anon_sym_noinline] = ACTIONS(3071), + [anon_sym_crossinline] = ACTIONS(3071), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3092), - [sym_safe_nav] = ACTIONS(3596), + [sym__automatic_semicolon] = ACTIONS(3073), + [sym_safe_nav] = ACTIONS(3598), [sym_multiline_comment] = ACTIONS(3), }, - [2413] = { - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(2269), - [sym__comparison_operator] = STATE(2268), - [sym__in_operator] = STATE(2261), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(2260), - [sym__multiplicative_operator] = STATE(2259), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_annotation] = STATE(7852), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2256), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(3001), - [anon_sym_LPAREN] = ACTIONS(3570), - [anon_sym_COMMA] = ACTIONS(3001), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(4031), - [anon_sym_where] = ACTIONS(2999), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(3001), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(4039), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(4041), - [anon_sym_DOT_DOT] = ACTIONS(4043), - [anon_sym_QMARK_COLON] = ACTIONS(4045), - [anon_sym_AMP_AMP] = ACTIONS(4047), - [anon_sym_PIPE_PIPE] = ACTIONS(4049), - [anon_sym_else] = ACTIONS(2999), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_BANG_EQ] = ACTIONS(4051), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4053), - [anon_sym_EQ_EQ] = ACTIONS(4051), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4053), - [anon_sym_LT_EQ] = ACTIONS(4055), - [anon_sym_GT_EQ] = ACTIONS(4055), - [anon_sym_BANGin] = ACTIONS(4057), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), - [anon_sym_PLUS] = ACTIONS(4059), - [anon_sym_DASH] = ACTIONS(4059), - [anon_sym_SLASH] = ACTIONS(4061), - [anon_sym_PERCENT] = ACTIONS(4039), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), - [anon_sym_suspend] = ACTIONS(2999), - [anon_sym_sealed] = ACTIONS(2999), - [anon_sym_annotation] = ACTIONS(2999), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(2999), - [anon_sym_lateinit] = ACTIONS(2999), - [anon_sym_public] = ACTIONS(2999), - [anon_sym_private] = ACTIONS(2999), - [anon_sym_internal] = ACTIONS(2999), - [anon_sym_protected] = ACTIONS(2999), - [anon_sym_tailrec] = ACTIONS(2999), - [anon_sym_operator] = ACTIONS(2999), - [anon_sym_infix] = ACTIONS(2999), - [anon_sym_inline] = ACTIONS(2999), - [anon_sym_external] = ACTIONS(2999), - [sym_property_modifier] = ACTIONS(2999), - [anon_sym_abstract] = ACTIONS(2999), - [anon_sym_final] = ACTIONS(2999), - [anon_sym_open] = ACTIONS(2999), - [anon_sym_vararg] = ACTIONS(2999), - [anon_sym_noinline] = ACTIONS(2999), - [anon_sym_crossinline] = ACTIONS(2999), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), + [2419] = { + [sym__alpha_identifier] = ACTIONS(4285), + [anon_sym_AT] = ACTIONS(4288), + [anon_sym_LBRACK] = ACTIONS(4288), + [anon_sym_as] = ACTIONS(4293), + [anon_sym_LBRACE] = ACTIONS(4288), + [anon_sym_RBRACE] = ACTIONS(4291), + [anon_sym_LPAREN] = ACTIONS(5219), + [anon_sym_LT] = ACTIONS(4293), + [anon_sym_GT] = ACTIONS(4293), + [anon_sym_object] = ACTIONS(4285), + [anon_sym_fun] = ACTIONS(4285), + [anon_sym_DOT] = ACTIONS(4293), + [anon_sym_SEMI] = ACTIONS(4291), + [anon_sym_get] = ACTIONS(4285), + [anon_sym_set] = ACTIONS(4285), + [anon_sym_this] = ACTIONS(4285), + [anon_sym_super] = ACTIONS(4285), + [anon_sym_STAR] = ACTIONS(4288), + [sym_label] = ACTIONS(4285), + [anon_sym_in] = ACTIONS(4293), + [anon_sym_DOT_DOT] = ACTIONS(4291), + [anon_sym_QMARK_COLON] = ACTIONS(4291), + [anon_sym_AMP_AMP] = ACTIONS(4291), + [anon_sym_PIPE_PIPE] = ACTIONS(4291), + [anon_sym_null] = ACTIONS(4285), + [anon_sym_if] = ACTIONS(4285), + [anon_sym_else] = ACTIONS(4293), + [anon_sym_when] = ACTIONS(4285), + [anon_sym_try] = ACTIONS(4285), + [anon_sym_throw] = ACTIONS(4285), + [anon_sym_return] = ACTIONS(4285), + [anon_sym_continue] = ACTIONS(4285), + [anon_sym_break] = ACTIONS(4285), + [anon_sym_COLON_COLON] = ACTIONS(4288), + [anon_sym_BANG_EQ] = ACTIONS(4293), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4291), + [anon_sym_EQ_EQ] = ACTIONS(4293), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4291), + [anon_sym_LT_EQ] = ACTIONS(4291), + [anon_sym_GT_EQ] = ACTIONS(4291), + [anon_sym_BANGin] = ACTIONS(4291), + [anon_sym_is] = ACTIONS(4293), + [anon_sym_BANGis] = ACTIONS(4291), + [anon_sym_PLUS] = ACTIONS(4285), + [anon_sym_DASH] = ACTIONS(4285), + [anon_sym_SLASH] = ACTIONS(4293), + [anon_sym_PERCENT] = ACTIONS(4291), + [anon_sym_as_QMARK] = ACTIONS(4291), + [anon_sym_PLUS_PLUS] = ACTIONS(4288), + [anon_sym_DASH_DASH] = ACTIONS(4288), + [anon_sym_BANG] = ACTIONS(4285), + [anon_sym_BANG_BANG] = ACTIONS(4291), + [anon_sym_suspend] = ACTIONS(4293), + [anon_sym_sealed] = ACTIONS(4293), + [anon_sym_annotation] = ACTIONS(4293), + [anon_sym_data] = ACTIONS(4285), + [anon_sym_inner] = ACTIONS(4285), + [anon_sym_override] = ACTIONS(4293), + [anon_sym_lateinit] = ACTIONS(4293), + [anon_sym_public] = ACTIONS(4293), + [anon_sym_private] = ACTIONS(4293), + [anon_sym_internal] = ACTIONS(4293), + [anon_sym_protected] = ACTIONS(4293), + [anon_sym_tailrec] = ACTIONS(4293), + [anon_sym_operator] = ACTIONS(4293), + [anon_sym_infix] = ACTIONS(4293), + [anon_sym_inline] = ACTIONS(4293), + [anon_sym_external] = ACTIONS(4293), + [sym_property_modifier] = ACTIONS(4293), + [anon_sym_abstract] = ACTIONS(4293), + [anon_sym_final] = ACTIONS(4293), + [anon_sym_open] = ACTIONS(4293), + [anon_sym_vararg] = ACTIONS(4293), + [anon_sym_noinline] = ACTIONS(4293), + [anon_sym_crossinline] = ACTIONS(4293), + [anon_sym_expect] = ACTIONS(4285), + [anon_sym_actual] = ACTIONS(4285), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4288), + [anon_sym_continue_AT] = ACTIONS(4288), + [anon_sym_break_AT] = ACTIONS(4288), + [sym_real_literal] = ACTIONS(4288), + [sym_integer_literal] = ACTIONS(4285), + [sym_hex_literal] = ACTIONS(4288), + [sym_bin_literal] = ACTIONS(4288), + [anon_sym_true] = ACTIONS(4285), + [anon_sym_false] = ACTIONS(4285), + [anon_sym_SQUOTE] = ACTIONS(4288), + [sym__backtick_identifier] = ACTIONS(4288), + [sym__automatic_semicolon] = ACTIONS(4291), + [sym_safe_nav] = ACTIONS(4291), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4288), + }, + [2420] = { + [sym__alpha_identifier] = ACTIONS(4142), + [anon_sym_AT] = ACTIONS(4145), + [anon_sym_LBRACK] = ACTIONS(4145), + [anon_sym_as] = ACTIONS(4150), + [anon_sym_LBRACE] = ACTIONS(4145), + [anon_sym_RBRACE] = ACTIONS(4148), + [anon_sym_LPAREN] = ACTIONS(5215), + [anon_sym_LT] = ACTIONS(4150), + [anon_sym_GT] = ACTIONS(4150), + [anon_sym_object] = ACTIONS(4142), + [anon_sym_fun] = ACTIONS(4142), + [anon_sym_DOT] = ACTIONS(4150), + [anon_sym_SEMI] = ACTIONS(4148), + [anon_sym_get] = ACTIONS(4142), + [anon_sym_set] = ACTIONS(4142), + [anon_sym_this] = ACTIONS(4142), + [anon_sym_super] = ACTIONS(4142), + [anon_sym_STAR] = ACTIONS(4145), + [sym_label] = ACTIONS(4142), + [anon_sym_in] = ACTIONS(4150), + [anon_sym_DOT_DOT] = ACTIONS(4148), + [anon_sym_QMARK_COLON] = ACTIONS(4148), + [anon_sym_AMP_AMP] = ACTIONS(4148), + [anon_sym_PIPE_PIPE] = ACTIONS(4148), + [anon_sym_null] = ACTIONS(4142), + [anon_sym_if] = ACTIONS(4142), + [anon_sym_else] = ACTIONS(4150), + [anon_sym_when] = ACTIONS(4142), + [anon_sym_try] = ACTIONS(4142), + [anon_sym_throw] = ACTIONS(4142), + [anon_sym_return] = ACTIONS(4142), + [anon_sym_continue] = ACTIONS(4142), + [anon_sym_break] = ACTIONS(4142), + [anon_sym_COLON_COLON] = ACTIONS(4145), + [anon_sym_BANG_EQ] = ACTIONS(4150), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4148), + [anon_sym_EQ_EQ] = ACTIONS(4150), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4148), + [anon_sym_LT_EQ] = ACTIONS(4148), + [anon_sym_GT_EQ] = ACTIONS(4148), + [anon_sym_BANGin] = ACTIONS(4148), + [anon_sym_is] = ACTIONS(4150), + [anon_sym_BANGis] = ACTIONS(4148), + [anon_sym_PLUS] = ACTIONS(4142), + [anon_sym_DASH] = ACTIONS(4142), + [anon_sym_SLASH] = ACTIONS(4150), + [anon_sym_PERCENT] = ACTIONS(4148), + [anon_sym_as_QMARK] = ACTIONS(4148), + [anon_sym_PLUS_PLUS] = ACTIONS(4145), + [anon_sym_DASH_DASH] = ACTIONS(4145), + [anon_sym_BANG] = ACTIONS(4142), + [anon_sym_BANG_BANG] = ACTIONS(4148), + [anon_sym_suspend] = ACTIONS(4150), + [anon_sym_sealed] = ACTIONS(4150), + [anon_sym_annotation] = ACTIONS(4150), + [anon_sym_data] = ACTIONS(4142), + [anon_sym_inner] = ACTIONS(4142), + [anon_sym_override] = ACTIONS(4150), + [anon_sym_lateinit] = ACTIONS(4150), + [anon_sym_public] = ACTIONS(4150), + [anon_sym_private] = ACTIONS(4150), + [anon_sym_internal] = ACTIONS(4150), + [anon_sym_protected] = ACTIONS(4150), + [anon_sym_tailrec] = ACTIONS(4150), + [anon_sym_operator] = ACTIONS(4150), + [anon_sym_infix] = ACTIONS(4150), + [anon_sym_inline] = ACTIONS(4150), + [anon_sym_external] = ACTIONS(4150), + [sym_property_modifier] = ACTIONS(4150), + [anon_sym_abstract] = ACTIONS(4150), + [anon_sym_final] = ACTIONS(4150), + [anon_sym_open] = ACTIONS(4150), + [anon_sym_vararg] = ACTIONS(4150), + [anon_sym_noinline] = ACTIONS(4150), + [anon_sym_crossinline] = ACTIONS(4150), + [anon_sym_expect] = ACTIONS(4142), + [anon_sym_actual] = ACTIONS(4142), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3001), - [sym_safe_nav] = ACTIONS(3596), + [anon_sym_return_AT] = ACTIONS(4145), + [anon_sym_continue_AT] = ACTIONS(4145), + [anon_sym_break_AT] = ACTIONS(4145), + [sym_real_literal] = ACTIONS(4145), + [sym_integer_literal] = ACTIONS(4142), + [sym_hex_literal] = ACTIONS(4145), + [sym_bin_literal] = ACTIONS(4145), + [anon_sym_true] = ACTIONS(4142), + [anon_sym_false] = ACTIONS(4142), + [anon_sym_SQUOTE] = ACTIONS(4145), + [sym__backtick_identifier] = ACTIONS(4145), + [sym__automatic_semicolon] = ACTIONS(4148), + [sym_safe_nav] = ACTIONS(4148), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4145), }, - [2414] = { - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(2269), - [sym__comparison_operator] = STATE(2268), - [sym__in_operator] = STATE(2261), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(2260), - [sym__multiplicative_operator] = STATE(2259), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_annotation] = STATE(7852), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2256), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), + [2421] = { + [sym__alpha_identifier] = ACTIONS(4285), + [anon_sym_AT] = ACTIONS(4288), + [anon_sym_LBRACK] = ACTIONS(4288), + [anon_sym_as] = ACTIONS(4293), + [anon_sym_LBRACE] = ACTIONS(4288), + [anon_sym_RBRACE] = ACTIONS(4291), + [anon_sym_LPAREN] = ACTIONS(5974), + [anon_sym_LT] = ACTIONS(4293), + [anon_sym_GT] = ACTIONS(4293), + [anon_sym_object] = ACTIONS(3943), + [anon_sym_fun] = ACTIONS(3943), + [anon_sym_DOT] = ACTIONS(4293), + [anon_sym_SEMI] = ACTIONS(4291), + [anon_sym_get] = ACTIONS(4285), + [anon_sym_set] = ACTIONS(4285), + [anon_sym_this] = ACTIONS(3943), + [anon_sym_super] = ACTIONS(3943), + [anon_sym_STAR] = ACTIONS(4288), + [sym_label] = ACTIONS(4285), + [anon_sym_in] = ACTIONS(4293), + [anon_sym_DOT_DOT] = ACTIONS(4291), + [anon_sym_QMARK_COLON] = ACTIONS(4291), + [anon_sym_AMP_AMP] = ACTIONS(4291), + [anon_sym_PIPE_PIPE] = ACTIONS(4291), + [anon_sym_null] = ACTIONS(3943), + [anon_sym_if] = ACTIONS(3943), + [anon_sym_else] = ACTIONS(4293), + [anon_sym_when] = ACTIONS(3943), + [anon_sym_try] = ACTIONS(3943), + [anon_sym_throw] = ACTIONS(3943), + [anon_sym_return] = ACTIONS(3943), + [anon_sym_continue] = ACTIONS(3943), + [anon_sym_break] = ACTIONS(3943), + [anon_sym_COLON_COLON] = ACTIONS(4288), + [anon_sym_BANG_EQ] = ACTIONS(4293), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4291), + [anon_sym_EQ_EQ] = ACTIONS(4293), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4291), + [anon_sym_LT_EQ] = ACTIONS(4291), + [anon_sym_GT_EQ] = ACTIONS(4291), + [anon_sym_BANGin] = ACTIONS(4291), + [anon_sym_is] = ACTIONS(4293), + [anon_sym_BANGis] = ACTIONS(4291), + [anon_sym_PLUS] = ACTIONS(4285), + [anon_sym_DASH] = ACTIONS(4285), + [anon_sym_SLASH] = ACTIONS(4293), + [anon_sym_PERCENT] = ACTIONS(4291), + [anon_sym_as_QMARK] = ACTIONS(4291), + [anon_sym_PLUS_PLUS] = ACTIONS(4288), + [anon_sym_DASH_DASH] = ACTIONS(4288), + [anon_sym_BANG] = ACTIONS(3943), + [anon_sym_BANG_BANG] = ACTIONS(4291), + [anon_sym_suspend] = ACTIONS(4293), + [anon_sym_sealed] = ACTIONS(4293), + [anon_sym_annotation] = ACTIONS(4293), + [anon_sym_data] = ACTIONS(4285), + [anon_sym_inner] = ACTIONS(4285), + [anon_sym_override] = ACTIONS(4293), + [anon_sym_lateinit] = ACTIONS(4293), + [anon_sym_public] = ACTIONS(4293), + [anon_sym_private] = ACTIONS(4293), + [anon_sym_internal] = ACTIONS(4293), + [anon_sym_protected] = ACTIONS(4293), + [anon_sym_tailrec] = ACTIONS(4293), + [anon_sym_operator] = ACTIONS(4293), + [anon_sym_infix] = ACTIONS(4293), + [anon_sym_inline] = ACTIONS(4293), + [anon_sym_external] = ACTIONS(4293), + [sym_property_modifier] = ACTIONS(4293), + [anon_sym_abstract] = ACTIONS(4293), + [anon_sym_final] = ACTIONS(4293), + [anon_sym_open] = ACTIONS(4293), + [anon_sym_vararg] = ACTIONS(4293), + [anon_sym_noinline] = ACTIONS(4293), + [anon_sym_crossinline] = ACTIONS(4293), + [anon_sym_expect] = ACTIONS(4285), + [anon_sym_actual] = ACTIONS(4285), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3948), + [anon_sym_continue_AT] = ACTIONS(3948), + [anon_sym_break_AT] = ACTIONS(3948), + [sym_real_literal] = ACTIONS(3948), + [sym_integer_literal] = ACTIONS(3943), + [sym_hex_literal] = ACTIONS(3948), + [sym_bin_literal] = ACTIONS(3948), + [anon_sym_true] = ACTIONS(3943), + [anon_sym_false] = ACTIONS(3943), + [anon_sym_SQUOTE] = ACTIONS(3948), + [sym__backtick_identifier] = ACTIONS(4288), + [sym__automatic_semicolon] = ACTIONS(4291), + [sym_safe_nav] = ACTIONS(4291), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3948), + }, + [2422] = { + [sym__alpha_identifier] = ACTIONS(4142), + [anon_sym_AT] = ACTIONS(4145), + [anon_sym_LBRACK] = ACTIONS(4145), + [anon_sym_as] = ACTIONS(4150), + [anon_sym_LBRACE] = ACTIONS(4145), + [anon_sym_RBRACE] = ACTIONS(4148), + [anon_sym_LPAREN] = ACTIONS(5978), + [anon_sym_LT] = ACTIONS(4150), + [anon_sym_GT] = ACTIONS(4150), + [anon_sym_object] = ACTIONS(3943), + [anon_sym_fun] = ACTIONS(3943), + [anon_sym_DOT] = ACTIONS(4150), + [anon_sym_SEMI] = ACTIONS(4148), + [anon_sym_get] = ACTIONS(4142), + [anon_sym_set] = ACTIONS(4142), + [anon_sym_this] = ACTIONS(3943), + [anon_sym_super] = ACTIONS(3943), + [anon_sym_STAR] = ACTIONS(4145), + [sym_label] = ACTIONS(4142), + [anon_sym_in] = ACTIONS(4150), + [anon_sym_DOT_DOT] = ACTIONS(4148), + [anon_sym_QMARK_COLON] = ACTIONS(4148), + [anon_sym_AMP_AMP] = ACTIONS(4148), + [anon_sym_PIPE_PIPE] = ACTIONS(4148), + [anon_sym_null] = ACTIONS(3943), + [anon_sym_if] = ACTIONS(3943), + [anon_sym_else] = ACTIONS(4150), + [anon_sym_when] = ACTIONS(3943), + [anon_sym_try] = ACTIONS(3943), + [anon_sym_throw] = ACTIONS(3943), + [anon_sym_return] = ACTIONS(3943), + [anon_sym_continue] = ACTIONS(3943), + [anon_sym_break] = ACTIONS(3943), + [anon_sym_COLON_COLON] = ACTIONS(4145), + [anon_sym_BANG_EQ] = ACTIONS(4150), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4148), + [anon_sym_EQ_EQ] = ACTIONS(4150), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4148), + [anon_sym_LT_EQ] = ACTIONS(4148), + [anon_sym_GT_EQ] = ACTIONS(4148), + [anon_sym_BANGin] = ACTIONS(4148), + [anon_sym_is] = ACTIONS(4150), + [anon_sym_BANGis] = ACTIONS(4148), + [anon_sym_PLUS] = ACTIONS(4142), + [anon_sym_DASH] = ACTIONS(4142), + [anon_sym_SLASH] = ACTIONS(4150), + [anon_sym_PERCENT] = ACTIONS(4148), + [anon_sym_as_QMARK] = ACTIONS(4148), + [anon_sym_PLUS_PLUS] = ACTIONS(4145), + [anon_sym_DASH_DASH] = ACTIONS(4145), + [anon_sym_BANG] = ACTIONS(3943), + [anon_sym_BANG_BANG] = ACTIONS(4148), + [anon_sym_suspend] = ACTIONS(4150), + [anon_sym_sealed] = ACTIONS(4150), + [anon_sym_annotation] = ACTIONS(4150), + [anon_sym_data] = ACTIONS(4142), + [anon_sym_inner] = ACTIONS(4142), + [anon_sym_override] = ACTIONS(4150), + [anon_sym_lateinit] = ACTIONS(4150), + [anon_sym_public] = ACTIONS(4150), + [anon_sym_private] = ACTIONS(4150), + [anon_sym_internal] = ACTIONS(4150), + [anon_sym_protected] = ACTIONS(4150), + [anon_sym_tailrec] = ACTIONS(4150), + [anon_sym_operator] = ACTIONS(4150), + [anon_sym_infix] = ACTIONS(4150), + [anon_sym_inline] = ACTIONS(4150), + [anon_sym_external] = ACTIONS(4150), + [sym_property_modifier] = ACTIONS(4150), + [anon_sym_abstract] = ACTIONS(4150), + [anon_sym_final] = ACTIONS(4150), + [anon_sym_open] = ACTIONS(4150), + [anon_sym_vararg] = ACTIONS(4150), + [anon_sym_noinline] = ACTIONS(4150), + [anon_sym_crossinline] = ACTIONS(4150), + [anon_sym_expect] = ACTIONS(4142), + [anon_sym_actual] = ACTIONS(4142), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3948), + [anon_sym_continue_AT] = ACTIONS(3948), + [anon_sym_break_AT] = ACTIONS(3948), + [sym_real_literal] = ACTIONS(3948), + [sym_integer_literal] = ACTIONS(3943), + [sym_hex_literal] = ACTIONS(3948), + [sym_bin_literal] = ACTIONS(3948), + [anon_sym_true] = ACTIONS(3943), + [anon_sym_false] = ACTIONS(3943), + [anon_sym_SQUOTE] = ACTIONS(3948), + [sym__backtick_identifier] = ACTIONS(4145), + [sym__automatic_semicolon] = ACTIONS(4148), + [sym_safe_nav] = ACTIONS(4148), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3948), + }, + [2423] = { + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(2211), + [sym__comparison_operator] = STATE(2219), + [sym__in_operator] = STATE(2104), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(2248), + [sym__multiplicative_operator] = STATE(2250), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_annotation] = STATE(7883), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2251), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(3059), - [anon_sym_LPAREN] = ACTIONS(3570), - [anon_sym_COMMA] = ACTIONS(3059), + [anon_sym_RBRACE] = ACTIONS(3005), + [anon_sym_LPAREN] = ACTIONS(3572), + [anon_sym_COMMA] = ACTIONS(3005), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(4031), - [anon_sym_where] = ACTIONS(3057), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(3059), + [anon_sym_GT] = ACTIONS(4053), + [anon_sym_where] = ACTIONS(3003), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(3005), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(4039), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(4041), - [anon_sym_DOT_DOT] = ACTIONS(4043), - [anon_sym_QMARK_COLON] = ACTIONS(4045), - [anon_sym_AMP_AMP] = ACTIONS(4047), - [anon_sym_PIPE_PIPE] = ACTIONS(4049), - [anon_sym_else] = ACTIONS(3057), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_BANG_EQ] = ACTIONS(4051), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4053), - [anon_sym_EQ_EQ] = ACTIONS(4051), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4053), - [anon_sym_LT_EQ] = ACTIONS(4055), - [anon_sym_GT_EQ] = ACTIONS(4055), - [anon_sym_BANGin] = ACTIONS(4057), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), - [anon_sym_PLUS] = ACTIONS(4059), - [anon_sym_DASH] = ACTIONS(4059), - [anon_sym_SLASH] = ACTIONS(4061), - [anon_sym_PERCENT] = ACTIONS(4039), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), - [anon_sym_suspend] = ACTIONS(3057), - [anon_sym_sealed] = ACTIONS(3057), - [anon_sym_annotation] = ACTIONS(3057), + [anon_sym_STAR] = ACTIONS(4061), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(4063), + [anon_sym_DOT_DOT] = ACTIONS(4065), + [anon_sym_QMARK_COLON] = ACTIONS(4067), + [anon_sym_AMP_AMP] = ACTIONS(4069), + [anon_sym_PIPE_PIPE] = ACTIONS(4071), + [anon_sym_else] = ACTIONS(3003), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_BANG_EQ] = ACTIONS(4073), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4075), + [anon_sym_EQ_EQ] = ACTIONS(4073), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4075), + [anon_sym_LT_EQ] = ACTIONS(4077), + [anon_sym_GT_EQ] = ACTIONS(4077), + [anon_sym_BANGin] = ACTIONS(4079), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), + [anon_sym_PLUS] = ACTIONS(4081), + [anon_sym_DASH] = ACTIONS(4081), + [anon_sym_SLASH] = ACTIONS(4083), + [anon_sym_PERCENT] = ACTIONS(4061), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), + [anon_sym_suspend] = ACTIONS(3003), + [anon_sym_sealed] = ACTIONS(3003), + [anon_sym_annotation] = ACTIONS(3003), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3057), - [anon_sym_lateinit] = ACTIONS(3057), - [anon_sym_public] = ACTIONS(3057), - [anon_sym_private] = ACTIONS(3057), - [anon_sym_internal] = ACTIONS(3057), - [anon_sym_protected] = ACTIONS(3057), - [anon_sym_tailrec] = ACTIONS(3057), - [anon_sym_operator] = ACTIONS(3057), - [anon_sym_infix] = ACTIONS(3057), - [anon_sym_inline] = ACTIONS(3057), - [anon_sym_external] = ACTIONS(3057), - [sym_property_modifier] = ACTIONS(3057), - [anon_sym_abstract] = ACTIONS(3057), - [anon_sym_final] = ACTIONS(3057), - [anon_sym_open] = ACTIONS(3057), - [anon_sym_vararg] = ACTIONS(3057), - [anon_sym_noinline] = ACTIONS(3057), - [anon_sym_crossinline] = ACTIONS(3057), + [anon_sym_override] = ACTIONS(3003), + [anon_sym_lateinit] = ACTIONS(3003), + [anon_sym_public] = ACTIONS(3003), + [anon_sym_private] = ACTIONS(3003), + [anon_sym_internal] = ACTIONS(3003), + [anon_sym_protected] = ACTIONS(3003), + [anon_sym_tailrec] = ACTIONS(3003), + [anon_sym_operator] = ACTIONS(3003), + [anon_sym_infix] = ACTIONS(3003), + [anon_sym_inline] = ACTIONS(3003), + [anon_sym_external] = ACTIONS(3003), + [sym_property_modifier] = ACTIONS(3003), + [anon_sym_abstract] = ACTIONS(3003), + [anon_sym_final] = ACTIONS(3003), + [anon_sym_open] = ACTIONS(3003), + [anon_sym_vararg] = ACTIONS(3003), + [anon_sym_noinline] = ACTIONS(3003), + [anon_sym_crossinline] = ACTIONS(3003), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3059), - [sym_safe_nav] = ACTIONS(3596), + [sym__automatic_semicolon] = ACTIONS(3005), + [sym_safe_nav] = ACTIONS(3598), [sym_multiline_comment] = ACTIONS(3), }, - [2415] = { - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(2269), - [sym__comparison_operator] = STATE(2268), - [sym__in_operator] = STATE(2261), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(2260), - [sym__multiplicative_operator] = STATE(2259), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_annotation] = STATE(7852), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2256), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(3051), - [anon_sym_LPAREN] = ACTIONS(3570), - [anon_sym_COMMA] = ACTIONS(3051), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(4031), - [anon_sym_where] = ACTIONS(3049), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(3051), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(4039), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(4041), - [anon_sym_DOT_DOT] = ACTIONS(4043), - [anon_sym_QMARK_COLON] = ACTIONS(4045), - [anon_sym_AMP_AMP] = ACTIONS(4047), - [anon_sym_PIPE_PIPE] = ACTIONS(4049), - [anon_sym_else] = ACTIONS(3049), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_BANG_EQ] = ACTIONS(4051), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4053), - [anon_sym_EQ_EQ] = ACTIONS(4051), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4053), - [anon_sym_LT_EQ] = ACTIONS(4055), - [anon_sym_GT_EQ] = ACTIONS(4055), - [anon_sym_BANGin] = ACTIONS(4057), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), - [anon_sym_PLUS] = ACTIONS(4059), - [anon_sym_DASH] = ACTIONS(4059), - [anon_sym_SLASH] = ACTIONS(4061), - [anon_sym_PERCENT] = ACTIONS(4039), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), - [anon_sym_suspend] = ACTIONS(3049), - [anon_sym_sealed] = ACTIONS(3049), - [anon_sym_annotation] = ACTIONS(3049), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3049), - [anon_sym_lateinit] = ACTIONS(3049), - [anon_sym_public] = ACTIONS(3049), - [anon_sym_private] = ACTIONS(3049), - [anon_sym_internal] = ACTIONS(3049), - [anon_sym_protected] = ACTIONS(3049), - [anon_sym_tailrec] = ACTIONS(3049), - [anon_sym_operator] = ACTIONS(3049), - [anon_sym_infix] = ACTIONS(3049), - [anon_sym_inline] = ACTIONS(3049), - [anon_sym_external] = ACTIONS(3049), - [sym_property_modifier] = ACTIONS(3049), - [anon_sym_abstract] = ACTIONS(3049), - [anon_sym_final] = ACTIONS(3049), - [anon_sym_open] = ACTIONS(3049), - [anon_sym_vararg] = ACTIONS(3049), - [anon_sym_noinline] = ACTIONS(3049), - [anon_sym_crossinline] = ACTIONS(3049), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), + [2424] = { + [sym_type_constraints] = STATE(2484), + [sym_property_delegate] = STATE(2665), + [sym_getter] = STATE(4641), + [sym_setter] = STATE(4641), + [sym_modifiers] = STATE(8791), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_RBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_EQ] = ACTIONS(5982), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_COMMA] = ACTIONS(1786), + [anon_sym_RPAREN] = ACTIONS(1786), + [anon_sym_by] = ACTIONS(5900), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(3798), + [anon_sym_get] = ACTIONS(5904), + [anon_sym_set] = ACTIONS(5906), + [anon_sym_STAR] = ACTIONS(1786), + [anon_sym_DASH_GT] = ACTIONS(1786), + [sym_label] = ACTIONS(1786), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_while] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1786), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG_BANG] = ACTIONS(1786), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3051), - [sym_safe_nav] = ACTIONS(3596), + [sym__backtick_identifier] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), [sym_multiline_comment] = ACTIONS(3), }, - [2416] = { - [sym_property_delegate] = STATE(2536), - [sym_getter] = STATE(3232), - [sym_setter] = STATE(3232), - [sym_modifiers] = STATE(8854), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), + [2425] = { + [sym_property_delegate] = STATE(2524), + [sym_getter] = STATE(4641), + [sym_setter] = STATE(4641), + [sym_modifiers] = STATE(8915), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_EQ] = ACTIONS(5667), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_RPAREN] = ACTIONS(3256), - [anon_sym_by] = ACTIONS(5643), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(5669), - [anon_sym_get] = ACTIONS(5645), - [anon_sym_set] = ACTIONS(5647), - [anon_sym_STAR] = ACTIONS(3254), - [sym_label] = ACTIONS(3256), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_while] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_PLUS_EQ] = ACTIONS(3256), - [anon_sym_DASH_EQ] = ACTIONS(3256), - [anon_sym_STAR_EQ] = ACTIONS(3256), - [anon_sym_SLASH_EQ] = ACTIONS(3256), - [anon_sym_PERCENT_EQ] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3254), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG_BANG] = ACTIONS(3256), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_EQ] = ACTIONS(5729), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_RPAREN] = ACTIONS(1786), + [anon_sym_by] = ACTIONS(5707), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(3698), + [anon_sym_get] = ACTIONS(5711), + [anon_sym_set] = ACTIONS(5713), + [anon_sym_STAR] = ACTIONS(1784), + [sym_label] = ACTIONS(1786), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_while] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_PLUS_EQ] = ACTIONS(1786), + [anon_sym_DASH_EQ] = ACTIONS(1786), + [anon_sym_STAR_EQ] = ACTIONS(1786), + [anon_sym_SLASH_EQ] = ACTIONS(1786), + [anon_sym_PERCENT_EQ] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1784), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG_BANG] = ACTIONS(1786), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -289786,78 +290765,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), + [sym__backtick_identifier] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), [sym_multiline_comment] = ACTIONS(3), }, - [2417] = { - [sym_type_constraints] = STATE(2430), - [sym_property_delegate] = STATE(2642), - [sym_getter] = STATE(4643), - [sym_setter] = STATE(4643), - [sym_modifiers] = STATE(8699), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), + [2426] = { + [sym_property_delegate] = STATE(2618), + [sym_getter] = STATE(3702), + [sym_setter] = STATE(3702), + [sym_modifiers] = STATE(8721), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1752), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_RBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_EQ] = ACTIONS(5970), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_COMMA] = ACTIONS(3256), - [anon_sym_RPAREN] = ACTIONS(3256), - [anon_sym_by] = ACTIONS(5904), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(5972), - [anon_sym_get] = ACTIONS(5912), - [anon_sym_set] = ACTIONS(5914), - [anon_sym_STAR] = ACTIONS(3256), - [anon_sym_DASH_GT] = ACTIONS(3256), - [sym_label] = ACTIONS(3256), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_while] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3256), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG_BANG] = ACTIONS(3256), + [anon_sym_LBRACK] = ACTIONS(1754), + [anon_sym_as] = ACTIONS(1752), + [anon_sym_EQ] = ACTIONS(5824), + [anon_sym_LBRACE] = ACTIONS(1754), + [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_LPAREN] = ACTIONS(1754), + [anon_sym_by] = ACTIONS(5782), + [anon_sym_LT] = ACTIONS(1752), + [anon_sym_GT] = ACTIONS(1752), + [anon_sym_DOT] = ACTIONS(1752), + [anon_sym_SEMI] = ACTIONS(3756), + [anon_sym_get] = ACTIONS(5812), + [anon_sym_set] = ACTIONS(5814), + [anon_sym_STAR] = ACTIONS(1752), + [sym_label] = ACTIONS(1754), + [anon_sym_in] = ACTIONS(1752), + [anon_sym_DOT_DOT] = ACTIONS(1754), + [anon_sym_QMARK_COLON] = ACTIONS(1754), + [anon_sym_AMP_AMP] = ACTIONS(1754), + [anon_sym_PIPE_PIPE] = ACTIONS(1754), + [anon_sym_else] = ACTIONS(1752), + [anon_sym_COLON_COLON] = ACTIONS(1754), + [anon_sym_PLUS_EQ] = ACTIONS(1754), + [anon_sym_DASH_EQ] = ACTIONS(1754), + [anon_sym_STAR_EQ] = ACTIONS(1754), + [anon_sym_SLASH_EQ] = ACTIONS(1754), + [anon_sym_PERCENT_EQ] = ACTIONS(1754), + [anon_sym_BANG_EQ] = ACTIONS(1752), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), + [anon_sym_EQ_EQ] = ACTIONS(1752), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), + [anon_sym_LT_EQ] = ACTIONS(1754), + [anon_sym_GT_EQ] = ACTIONS(1754), + [anon_sym_BANGin] = ACTIONS(1754), + [anon_sym_is] = ACTIONS(1752), + [anon_sym_BANGis] = ACTIONS(1754), + [anon_sym_PLUS] = ACTIONS(1752), + [anon_sym_DASH] = ACTIONS(1752), + [anon_sym_SLASH] = ACTIONS(1752), + [anon_sym_PERCENT] = ACTIONS(1752), + [anon_sym_as_QMARK] = ACTIONS(1754), + [anon_sym_PLUS_PLUS] = ACTIONS(1754), + [anon_sym_DASH_DASH] = ACTIONS(1754), + [anon_sym_BANG_BANG] = ACTIONS(1754), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -289881,268 +290858,265 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), + [sym__backtick_identifier] = ACTIONS(1754), + [sym__automatic_semicolon] = ACTIONS(1754), + [sym_safe_nav] = ACTIONS(1754), [sym_multiline_comment] = ACTIONS(3), }, - [2418] = { - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(2269), - [sym__comparison_operator] = STATE(2268), - [sym__in_operator] = STATE(2261), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(2260), - [sym__multiplicative_operator] = STATE(2259), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_annotation] = STATE(7852), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2256), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(3055), - [anon_sym_LPAREN] = ACTIONS(3570), - [anon_sym_COMMA] = ACTIONS(3055), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(4031), - [anon_sym_where] = ACTIONS(3053), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(3055), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(4039), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(4041), - [anon_sym_DOT_DOT] = ACTIONS(4043), - [anon_sym_QMARK_COLON] = ACTIONS(4045), - [anon_sym_AMP_AMP] = ACTIONS(4047), - [anon_sym_PIPE_PIPE] = ACTIONS(4049), - [anon_sym_else] = ACTIONS(3053), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_BANG_EQ] = ACTIONS(4051), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4053), - [anon_sym_EQ_EQ] = ACTIONS(4051), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4053), - [anon_sym_LT_EQ] = ACTIONS(4055), - [anon_sym_GT_EQ] = ACTIONS(4055), - [anon_sym_BANGin] = ACTIONS(4057), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), - [anon_sym_PLUS] = ACTIONS(4059), - [anon_sym_DASH] = ACTIONS(4059), - [anon_sym_SLASH] = ACTIONS(4061), - [anon_sym_PERCENT] = ACTIONS(4039), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), - [anon_sym_suspend] = ACTIONS(3053), - [anon_sym_sealed] = ACTIONS(3053), - [anon_sym_annotation] = ACTIONS(3053), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3053), - [anon_sym_lateinit] = ACTIONS(3053), - [anon_sym_public] = ACTIONS(3053), - [anon_sym_private] = ACTIONS(3053), - [anon_sym_internal] = ACTIONS(3053), - [anon_sym_protected] = ACTIONS(3053), - [anon_sym_tailrec] = ACTIONS(3053), - [anon_sym_operator] = ACTIONS(3053), - [anon_sym_infix] = ACTIONS(3053), - [anon_sym_inline] = ACTIONS(3053), - [anon_sym_external] = ACTIONS(3053), - [sym_property_modifier] = ACTIONS(3053), - [anon_sym_abstract] = ACTIONS(3053), - [anon_sym_final] = ACTIONS(3053), - [anon_sym_open] = ACTIONS(3053), - [anon_sym_vararg] = ACTIONS(3053), - [anon_sym_noinline] = ACTIONS(3053), - [anon_sym_crossinline] = ACTIONS(3053), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), + [2427] = { + [sym_getter] = STATE(3875), + [sym_setter] = STATE(3875), + [sym_modifiers] = STATE(8752), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_EQ] = ACTIONS(3278), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_COMMA] = ACTIONS(3280), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_where] = ACTIONS(3278), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(3280), + [anon_sym_get] = ACTIONS(5691), + [anon_sym_set] = ACTIONS(5693), + [anon_sym_STAR] = ACTIONS(3278), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_PLUS_EQ] = ACTIONS(3280), + [anon_sym_DASH_EQ] = ACTIONS(3280), + [anon_sym_STAR_EQ] = ACTIONS(3280), + [anon_sym_SLASH_EQ] = ACTIONS(3280), + [anon_sym_PERCENT_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3278), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3280), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3055), - [sym_safe_nav] = ACTIONS(3596), + [sym__backtick_identifier] = ACTIONS(3280), + [sym__automatic_semicolon] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), [sym_multiline_comment] = ACTIONS(3), }, - [2419] = { - [sym_primary_constructor] = STATE(5030), - [sym_class_body] = STATE(4638), - [sym__class_parameters] = STATE(4539), - [sym_type_constraints] = STATE(4519), - [sym_modifiers] = STATE(9107), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3214), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(5974), - [anon_sym_LBRACK] = ACTIONS(3218), - [anon_sym_RBRACK] = ACTIONS(3218), - [anon_sym_as] = ACTIONS(3214), - [anon_sym_constructor] = ACTIONS(5125), - [anon_sym_LBRACE] = ACTIONS(5127), - [anon_sym_RBRACE] = ACTIONS(3218), - [anon_sym_LPAREN] = ACTIONS(5129), - [anon_sym_COMMA] = ACTIONS(3218), - [anon_sym_RPAREN] = ACTIONS(3218), - [anon_sym_LT] = ACTIONS(3214), - [anon_sym_GT] = ACTIONS(3214), - [anon_sym_where] = ACTIONS(5133), - [anon_sym_DOT] = ACTIONS(3214), - [anon_sym_SEMI] = ACTIONS(3218), - [anon_sym_get] = ACTIONS(3214), - [anon_sym_set] = ACTIONS(3214), - [anon_sym_STAR] = ACTIONS(3218), - [anon_sym_DASH_GT] = ACTIONS(3218), - [sym_label] = ACTIONS(3218), - [anon_sym_in] = ACTIONS(3214), - [anon_sym_while] = ACTIONS(3214), - [anon_sym_DOT_DOT] = ACTIONS(3218), - [anon_sym_QMARK_COLON] = ACTIONS(3218), - [anon_sym_AMP_AMP] = ACTIONS(3218), - [anon_sym_PIPE_PIPE] = ACTIONS(3218), - [anon_sym_else] = ACTIONS(3214), - [anon_sym_COLON_COLON] = ACTIONS(3218), - [anon_sym_BANG_EQ] = ACTIONS(3214), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3218), - [anon_sym_EQ_EQ] = ACTIONS(3214), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3218), - [anon_sym_LT_EQ] = ACTIONS(3218), - [anon_sym_GT_EQ] = ACTIONS(3218), - [anon_sym_BANGin] = ACTIONS(3218), - [anon_sym_is] = ACTIONS(3214), - [anon_sym_BANGis] = ACTIONS(3218), - [anon_sym_PLUS] = ACTIONS(3214), - [anon_sym_DASH] = ACTIONS(3214), - [anon_sym_SLASH] = ACTIONS(3214), - [anon_sym_PERCENT] = ACTIONS(3218), - [anon_sym_as_QMARK] = ACTIONS(3218), - [anon_sym_PLUS_PLUS] = ACTIONS(3218), - [anon_sym_DASH_DASH] = ACTIONS(3218), - [anon_sym_BANG_BANG] = ACTIONS(3218), - [anon_sym_suspend] = ACTIONS(3120), - [anon_sym_sealed] = ACTIONS(3122), - [anon_sym_annotation] = ACTIONS(3122), - [anon_sym_data] = ACTIONS(3122), - [anon_sym_inner] = ACTIONS(3122), - [anon_sym_override] = ACTIONS(3124), - [anon_sym_lateinit] = ACTIONS(3124), - [anon_sym_public] = ACTIONS(3126), - [anon_sym_private] = ACTIONS(3126), - [anon_sym_internal] = ACTIONS(3126), - [anon_sym_protected] = ACTIONS(3126), - [anon_sym_tailrec] = ACTIONS(3120), - [anon_sym_operator] = ACTIONS(3120), - [anon_sym_infix] = ACTIONS(3120), - [anon_sym_inline] = ACTIONS(3120), - [anon_sym_external] = ACTIONS(3120), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(3130), - [anon_sym_final] = ACTIONS(3130), - [anon_sym_open] = ACTIONS(3130), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3134), - [anon_sym_actual] = ACTIONS(3134), + [2428] = { + [sym_getter] = STATE(3760), + [sym_setter] = STATE(3760), + [sym_modifiers] = STATE(8752), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1770), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1772), + [anon_sym_as] = ACTIONS(1770), + [anon_sym_EQ] = ACTIONS(1770), + [anon_sym_LBRACE] = ACTIONS(1772), + [anon_sym_RBRACE] = ACTIONS(1772), + [anon_sym_LPAREN] = ACTIONS(1772), + [anon_sym_COMMA] = ACTIONS(1772), + [anon_sym_LT] = ACTIONS(1770), + [anon_sym_GT] = ACTIONS(1770), + [anon_sym_where] = ACTIONS(1770), + [anon_sym_DOT] = ACTIONS(1770), + [anon_sym_SEMI] = ACTIONS(3628), + [anon_sym_get] = ACTIONS(5691), + [anon_sym_set] = ACTIONS(5693), + [anon_sym_STAR] = ACTIONS(1770), + [sym_label] = ACTIONS(1772), + [anon_sym_in] = ACTIONS(1770), + [anon_sym_DOT_DOT] = ACTIONS(1772), + [anon_sym_QMARK_COLON] = ACTIONS(1772), + [anon_sym_AMP_AMP] = ACTIONS(1772), + [anon_sym_PIPE_PIPE] = ACTIONS(1772), + [anon_sym_else] = ACTIONS(1770), + [anon_sym_COLON_COLON] = ACTIONS(1772), + [anon_sym_PLUS_EQ] = ACTIONS(1772), + [anon_sym_DASH_EQ] = ACTIONS(1772), + [anon_sym_STAR_EQ] = ACTIONS(1772), + [anon_sym_SLASH_EQ] = ACTIONS(1772), + [anon_sym_PERCENT_EQ] = ACTIONS(1772), + [anon_sym_BANG_EQ] = ACTIONS(1770), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1772), + [anon_sym_EQ_EQ] = ACTIONS(1770), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1772), + [anon_sym_LT_EQ] = ACTIONS(1772), + [anon_sym_GT_EQ] = ACTIONS(1772), + [anon_sym_BANGin] = ACTIONS(1772), + [anon_sym_is] = ACTIONS(1770), + [anon_sym_BANGis] = ACTIONS(1772), + [anon_sym_PLUS] = ACTIONS(1770), + [anon_sym_DASH] = ACTIONS(1770), + [anon_sym_SLASH] = ACTIONS(1770), + [anon_sym_PERCENT] = ACTIONS(1770), + [anon_sym_as_QMARK] = ACTIONS(1772), + [anon_sym_PLUS_PLUS] = ACTIONS(1772), + [anon_sym_DASH_DASH] = ACTIONS(1772), + [anon_sym_BANG_BANG] = ACTIONS(1772), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3218), - [sym_safe_nav] = ACTIONS(3218), + [sym__backtick_identifier] = ACTIONS(1772), + [sym__automatic_semicolon] = ACTIONS(1772), + [sym_safe_nav] = ACTIONS(1772), [sym_multiline_comment] = ACTIONS(3), }, - [2420] = { - [sym_property_delegate] = STATE(2520), - [sym_getter] = STATE(4643), - [sym_setter] = STATE(4643), - [sym_modifiers] = STATE(8861), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), + [2429] = { + [sym_getter] = STATE(3766), + [sym_setter] = STATE(3766), + [sym_modifiers] = STATE(8752), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1764), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_EQ] = ACTIONS(5758), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_RPAREN] = ACTIONS(3256), - [anon_sym_by] = ACTIONS(5643), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(5760), - [anon_sym_get] = ACTIONS(5693), - [anon_sym_set] = ACTIONS(5695), - [anon_sym_STAR] = ACTIONS(3254), - [sym_label] = ACTIONS(3256), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_while] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_PLUS_EQ] = ACTIONS(3256), - [anon_sym_DASH_EQ] = ACTIONS(3256), - [anon_sym_STAR_EQ] = ACTIONS(3256), - [anon_sym_SLASH_EQ] = ACTIONS(3256), - [anon_sym_PERCENT_EQ] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3254), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG_BANG] = ACTIONS(3256), + [anon_sym_LBRACK] = ACTIONS(1766), + [anon_sym_as] = ACTIONS(1764), + [anon_sym_EQ] = ACTIONS(1764), + [anon_sym_LBRACE] = ACTIONS(1766), + [anon_sym_RBRACE] = ACTIONS(1766), + [anon_sym_LPAREN] = ACTIONS(1766), + [anon_sym_COMMA] = ACTIONS(1766), + [anon_sym_LT] = ACTIONS(1764), + [anon_sym_GT] = ACTIONS(1764), + [anon_sym_where] = ACTIONS(1764), + [anon_sym_DOT] = ACTIONS(1764), + [anon_sym_SEMI] = ACTIONS(1766), + [anon_sym_get] = ACTIONS(5691), + [anon_sym_set] = ACTIONS(5693), + [anon_sym_STAR] = ACTIONS(1764), + [sym_label] = ACTIONS(1766), + [anon_sym_in] = ACTIONS(1764), + [anon_sym_DOT_DOT] = ACTIONS(1766), + [anon_sym_QMARK_COLON] = ACTIONS(1766), + [anon_sym_AMP_AMP] = ACTIONS(1766), + [anon_sym_PIPE_PIPE] = ACTIONS(1766), + [anon_sym_else] = ACTIONS(1764), + [anon_sym_COLON_COLON] = ACTIONS(1766), + [anon_sym_PLUS_EQ] = ACTIONS(1766), + [anon_sym_DASH_EQ] = ACTIONS(1766), + [anon_sym_STAR_EQ] = ACTIONS(1766), + [anon_sym_SLASH_EQ] = ACTIONS(1766), + [anon_sym_PERCENT_EQ] = ACTIONS(1766), + [anon_sym_BANG_EQ] = ACTIONS(1764), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), + [anon_sym_EQ_EQ] = ACTIONS(1764), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1766), + [anon_sym_LT_EQ] = ACTIONS(1766), + [anon_sym_GT_EQ] = ACTIONS(1766), + [anon_sym_BANGin] = ACTIONS(1766), + [anon_sym_is] = ACTIONS(1764), + [anon_sym_BANGis] = ACTIONS(1766), + [anon_sym_PLUS] = ACTIONS(1764), + [anon_sym_DASH] = ACTIONS(1764), + [anon_sym_SLASH] = ACTIONS(1764), + [anon_sym_PERCENT] = ACTIONS(1764), + [anon_sym_as_QMARK] = ACTIONS(1766), + [anon_sym_PLUS_PLUS] = ACTIONS(1766), + [anon_sym_DASH_DASH] = ACTIONS(1766), + [anon_sym_BANG_BANG] = ACTIONS(1766), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -290166,78 +291140,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), + [sym__backtick_identifier] = ACTIONS(1766), + [sym__automatic_semicolon] = ACTIONS(1766), + [sym_safe_nav] = ACTIONS(1766), [sym_multiline_comment] = ACTIONS(3), }, - [2421] = { - [sym_property_delegate] = STATE(2523), - [sym_getter] = STATE(4713), - [sym_setter] = STATE(4713), - [sym_modifiers] = STATE(8861), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [2430] = { + [sym_property_delegate] = STATE(2658), + [sym_getter] = STATE(5277), + [sym_setter] = STATE(5277), + [sym_modifiers] = STATE(8811), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1694), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1696), - [anon_sym_as] = ACTIONS(1694), - [anon_sym_EQ] = ACTIONS(5756), + [anon_sym_EQ] = ACTIONS(5820), [anon_sym_LBRACE] = ACTIONS(1696), [anon_sym_RBRACE] = ACTIONS(1696), [anon_sym_LPAREN] = ACTIONS(1696), - [anon_sym_RPAREN] = ACTIONS(1696), - [anon_sym_by] = ACTIONS(5643), - [anon_sym_LT] = ACTIONS(1694), - [anon_sym_GT] = ACTIONS(1694), - [anon_sym_DOT] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(3678), - [anon_sym_get] = ACTIONS(5693), - [anon_sym_set] = ACTIONS(5695), - [anon_sym_STAR] = ACTIONS(1694), - [sym_label] = ACTIONS(1696), + [anon_sym_by] = ACTIONS(3510), + [anon_sym_object] = ACTIONS(1694), + [anon_sym_fun] = ACTIONS(1694), + [anon_sym_SEMI] = ACTIONS(1990), + [anon_sym_get] = ACTIONS(5794), + [anon_sym_set] = ACTIONS(5796), + [anon_sym_this] = ACTIONS(1694), + [anon_sym_super] = ACTIONS(1694), + [anon_sym_STAR] = ACTIONS(1696), + [sym_label] = ACTIONS(1694), [anon_sym_in] = ACTIONS(1694), - [anon_sym_while] = ACTIONS(1694), - [anon_sym_DOT_DOT] = ACTIONS(1696), - [anon_sym_QMARK_COLON] = ACTIONS(1696), - [anon_sym_AMP_AMP] = ACTIONS(1696), - [anon_sym_PIPE_PIPE] = ACTIONS(1696), + [anon_sym_null] = ACTIONS(1694), + [anon_sym_if] = ACTIONS(1694), [anon_sym_else] = ACTIONS(1694), + [anon_sym_when] = ACTIONS(1694), + [anon_sym_try] = ACTIONS(1694), + [anon_sym_throw] = ACTIONS(1694), + [anon_sym_return] = ACTIONS(1694), + [anon_sym_continue] = ACTIONS(1694), + [anon_sym_break] = ACTIONS(1694), [anon_sym_COLON_COLON] = ACTIONS(1696), - [anon_sym_PLUS_EQ] = ACTIONS(1696), - [anon_sym_DASH_EQ] = ACTIONS(1696), - [anon_sym_STAR_EQ] = ACTIONS(1696), - [anon_sym_SLASH_EQ] = ACTIONS(1696), - [anon_sym_PERCENT_EQ] = ACTIONS(1696), - [anon_sym_BANG_EQ] = ACTIONS(1694), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), - [anon_sym_EQ_EQ] = ACTIONS(1694), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), - [anon_sym_LT_EQ] = ACTIONS(1696), - [anon_sym_GT_EQ] = ACTIONS(1696), [anon_sym_BANGin] = ACTIONS(1696), [anon_sym_is] = ACTIONS(1694), [anon_sym_BANGis] = ACTIONS(1696), [anon_sym_PLUS] = ACTIONS(1694), [anon_sym_DASH] = ACTIONS(1694), - [anon_sym_SLASH] = ACTIONS(1694), - [anon_sym_PERCENT] = ACTIONS(1694), - [anon_sym_as_QMARK] = ACTIONS(1696), [anon_sym_PLUS_PLUS] = ACTIONS(1696), [anon_sym_DASH_DASH] = ACTIONS(1696), - [anon_sym_BANG_BANG] = ACTIONS(1696), + [anon_sym_BANG] = ACTIONS(1694), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -290261,50 +291224,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1696), + [anon_sym_continue_AT] = ACTIONS(1696), + [anon_sym_break_AT] = ACTIONS(1696), + [sym_real_literal] = ACTIONS(1696), + [sym_integer_literal] = ACTIONS(1694), + [sym_hex_literal] = ACTIONS(1696), + [sym_bin_literal] = ACTIONS(1696), + [anon_sym_true] = ACTIONS(1694), + [anon_sym_false] = ACTIONS(1694), + [anon_sym_SQUOTE] = ACTIONS(1696), [sym__backtick_identifier] = ACTIONS(1696), - [sym_safe_nav] = ACTIONS(1696), + [sym__automatic_semicolon] = ACTIONS(1696), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1696), }, - [2422] = { - [sym_property_delegate] = STATE(2495), - [sym_getter] = STATE(4736), - [sym_setter] = STATE(4736), - [sym_modifiers] = STATE(8861), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [2431] = { + [sym_getter] = STATE(3766), + [sym_setter] = STATE(3766), + [sym_modifiers] = STATE(8752), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1764), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1766), [anon_sym_as] = ACTIONS(1764), - [anon_sym_EQ] = ACTIONS(5754), + [anon_sym_EQ] = ACTIONS(1764), [anon_sym_LBRACE] = ACTIONS(1766), [anon_sym_RBRACE] = ACTIONS(1766), [anon_sym_LPAREN] = ACTIONS(1766), - [anon_sym_RPAREN] = ACTIONS(1766), - [anon_sym_by] = ACTIONS(5643), + [anon_sym_COMMA] = ACTIONS(1766), [anon_sym_LT] = ACTIONS(1764), [anon_sym_GT] = ACTIONS(1764), + [anon_sym_where] = ACTIONS(1764), [anon_sym_DOT] = ACTIONS(1764), - [anon_sym_SEMI] = ACTIONS(3684), - [anon_sym_get] = ACTIONS(5693), - [anon_sym_set] = ACTIONS(5695), + [anon_sym_SEMI] = ACTIONS(3642), + [anon_sym_get] = ACTIONS(5691), + [anon_sym_set] = ACTIONS(5693), [anon_sym_STAR] = ACTIONS(1764), [sym_label] = ACTIONS(1766), [anon_sym_in] = ACTIONS(1764), - [anon_sym_while] = ACTIONS(1764), [anon_sym_DOT_DOT] = ACTIONS(1766), [anon_sym_QMARK_COLON] = ACTIONS(1766), [anon_sym_AMP_AMP] = ACTIONS(1766), @@ -290356,78 +291328,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1766), + [sym__automatic_semicolon] = ACTIONS(1766), [sym_safe_nav] = ACTIONS(1766), [sym_multiline_comment] = ACTIONS(3), }, - [2423] = { - [sym_property_delegate] = STATE(2549), - [sym_getter] = STATE(4710), - [sym_setter] = STATE(4710), - [sym_modifiers] = STATE(8861), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), + [2432] = { + [sym_property_delegate] = STATE(2685), + [sym_getter] = STATE(4602), + [sym_setter] = STATE(4602), + [sym_modifiers] = STATE(8791), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1764), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_EQ] = ACTIONS(5711), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_RPAREN] = ACTIONS(1778), - [anon_sym_by] = ACTIONS(5643), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(3686), - [anon_sym_get] = ACTIONS(5693), - [anon_sym_set] = ACTIONS(5695), - [anon_sym_STAR] = ACTIONS(1776), - [sym_label] = ACTIONS(1778), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_while] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_PLUS_EQ] = ACTIONS(1778), - [anon_sym_DASH_EQ] = ACTIONS(1778), - [anon_sym_STAR_EQ] = ACTIONS(1778), - [anon_sym_SLASH_EQ] = ACTIONS(1778), - [anon_sym_PERCENT_EQ] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1776), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG_BANG] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(1766), + [anon_sym_RBRACK] = ACTIONS(1766), + [anon_sym_as] = ACTIONS(1764), + [anon_sym_EQ] = ACTIONS(5984), + [anon_sym_LBRACE] = ACTIONS(1766), + [anon_sym_RBRACE] = ACTIONS(1766), + [anon_sym_LPAREN] = ACTIONS(1766), + [anon_sym_COMMA] = ACTIONS(1766), + [anon_sym_RPAREN] = ACTIONS(1766), + [anon_sym_by] = ACTIONS(5900), + [anon_sym_LT] = ACTIONS(1764), + [anon_sym_GT] = ACTIONS(1764), + [anon_sym_where] = ACTIONS(1764), + [anon_sym_DOT] = ACTIONS(1764), + [anon_sym_SEMI] = ACTIONS(3792), + [anon_sym_get] = ACTIONS(5904), + [anon_sym_set] = ACTIONS(5906), + [anon_sym_STAR] = ACTIONS(1766), + [anon_sym_DASH_GT] = ACTIONS(1766), + [sym_label] = ACTIONS(1766), + [anon_sym_in] = ACTIONS(1764), + [anon_sym_while] = ACTIONS(1764), + [anon_sym_DOT_DOT] = ACTIONS(1766), + [anon_sym_QMARK_COLON] = ACTIONS(1766), + [anon_sym_AMP_AMP] = ACTIONS(1766), + [anon_sym_PIPE_PIPE] = ACTIONS(1766), + [anon_sym_else] = ACTIONS(1764), + [anon_sym_COLON_COLON] = ACTIONS(1766), + [anon_sym_BANG_EQ] = ACTIONS(1764), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), + [anon_sym_EQ_EQ] = ACTIONS(1764), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1766), + [anon_sym_LT_EQ] = ACTIONS(1766), + [anon_sym_GT_EQ] = ACTIONS(1766), + [anon_sym_BANGin] = ACTIONS(1766), + [anon_sym_is] = ACTIONS(1764), + [anon_sym_BANGis] = ACTIONS(1766), + [anon_sym_PLUS] = ACTIONS(1764), + [anon_sym_DASH] = ACTIONS(1764), + [anon_sym_SLASH] = ACTIONS(1764), + [anon_sym_PERCENT] = ACTIONS(1766), + [anon_sym_as_QMARK] = ACTIONS(1766), + [anon_sym_PLUS_PLUS] = ACTIONS(1766), + [anon_sym_DASH_DASH] = ACTIONS(1766), + [anon_sym_BANG_BANG] = ACTIONS(1766), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -290451,76 +291423,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), + [sym__backtick_identifier] = ACTIONS(1766), + [sym_safe_nav] = ACTIONS(1766), [sym_multiline_comment] = ACTIONS(3), }, - [2424] = { - [sym_property_delegate] = STATE(2611), - [sym_getter] = STATE(3727), - [sym_setter] = STATE(3727), - [sym_modifiers] = STATE(8770), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1694), + [2433] = { + [sym_property_delegate] = STATE(2619), + [sym_getter] = STATE(3817), + [sym_setter] = STATE(3817), + [sym_modifiers] = STATE(8721), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1696), - [anon_sym_as] = ACTIONS(1694), - [anon_sym_EQ] = ACTIONS(5864), - [anon_sym_LBRACE] = ACTIONS(1696), - [anon_sym_RBRACE] = ACTIONS(1696), - [anon_sym_LPAREN] = ACTIONS(1696), - [anon_sym_by] = ACTIONS(5774), - [anon_sym_LT] = ACTIONS(1694), - [anon_sym_GT] = ACTIONS(1694), - [anon_sym_DOT] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(3704), - [anon_sym_get] = ACTIONS(5866), - [anon_sym_set] = ACTIONS(5868), - [anon_sym_STAR] = ACTIONS(1694), - [sym_label] = ACTIONS(1696), - [anon_sym_in] = ACTIONS(1694), - [anon_sym_DOT_DOT] = ACTIONS(1696), - [anon_sym_QMARK_COLON] = ACTIONS(1696), - [anon_sym_AMP_AMP] = ACTIONS(1696), - [anon_sym_PIPE_PIPE] = ACTIONS(1696), - [anon_sym_else] = ACTIONS(1694), - [anon_sym_COLON_COLON] = ACTIONS(1696), - [anon_sym_PLUS_EQ] = ACTIONS(1696), - [anon_sym_DASH_EQ] = ACTIONS(1696), - [anon_sym_STAR_EQ] = ACTIONS(1696), - [anon_sym_SLASH_EQ] = ACTIONS(1696), - [anon_sym_PERCENT_EQ] = ACTIONS(1696), - [anon_sym_BANG_EQ] = ACTIONS(1694), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), - [anon_sym_EQ_EQ] = ACTIONS(1694), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), - [anon_sym_LT_EQ] = ACTIONS(1696), - [anon_sym_GT_EQ] = ACTIONS(1696), - [anon_sym_BANGin] = ACTIONS(1696), - [anon_sym_is] = ACTIONS(1694), - [anon_sym_BANGis] = ACTIONS(1696), - [anon_sym_PLUS] = ACTIONS(1694), - [anon_sym_DASH] = ACTIONS(1694), - [anon_sym_SLASH] = ACTIONS(1694), - [anon_sym_PERCENT] = ACTIONS(1694), - [anon_sym_as_QMARK] = ACTIONS(1696), - [anon_sym_PLUS_PLUS] = ACTIONS(1696), - [anon_sym_DASH_DASH] = ACTIONS(1696), - [anon_sym_BANG_BANG] = ACTIONS(1696), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_EQ] = ACTIONS(5862), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_by] = ACTIONS(5782), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(3732), + [anon_sym_get] = ACTIONS(5812), + [anon_sym_set] = ACTIONS(5814), + [anon_sym_STAR] = ACTIONS(1784), + [sym_label] = ACTIONS(1786), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_PLUS_EQ] = ACTIONS(1786), + [anon_sym_DASH_EQ] = ACTIONS(1786), + [anon_sym_STAR_EQ] = ACTIONS(1786), + [anon_sym_SLASH_EQ] = ACTIONS(1786), + [anon_sym_PERCENT_EQ] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1784), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG_BANG] = ACTIONS(1786), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -290544,77 +291516,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1696), - [sym__automatic_semicolon] = ACTIONS(1696), - [sym_safe_nav] = ACTIONS(1696), + [sym__backtick_identifier] = ACTIONS(1786), + [sym__automatic_semicolon] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), [sym_multiline_comment] = ACTIONS(3), }, - [2425] = { - [sym_getter] = STATE(4976), - [sym_setter] = STATE(4976), - [sym_modifiers] = STATE(8718), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), + [2434] = { + [sym_property_delegate] = STATE(2621), + [sym_getter] = STATE(5058), + [sym_setter] = STATE(5058), + [sym_modifiers] = STATE(8904), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_EQ] = ACTIONS(3254), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_COMMA] = ACTIONS(3256), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_where] = ACTIONS(3254), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(5635), - [anon_sym_get] = ACTIONS(5637), - [anon_sym_set] = ACTIONS(5639), - [anon_sym_STAR] = ACTIONS(3254), - [sym_label] = ACTIONS(3256), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_PLUS_EQ] = ACTIONS(3256), - [anon_sym_DASH_EQ] = ACTIONS(3256), - [anon_sym_STAR_EQ] = ACTIONS(3256), - [anon_sym_SLASH_EQ] = ACTIONS(3256), - [anon_sym_PERCENT_EQ] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3254), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG_BANG] = ACTIONS(3256), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_EQ] = ACTIONS(5868), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_by] = ACTIONS(5782), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(3742), + [anon_sym_get] = ACTIONS(5784), + [anon_sym_set] = ACTIONS(5786), + [anon_sym_STAR] = ACTIONS(1784), + [sym_label] = ACTIONS(1786), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_PLUS_EQ] = ACTIONS(1786), + [anon_sym_DASH_EQ] = ACTIONS(1786), + [anon_sym_STAR_EQ] = ACTIONS(1786), + [anon_sym_SLASH_EQ] = ACTIONS(1786), + [anon_sym_PERCENT_EQ] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1784), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG_BANG] = ACTIONS(1786), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -290638,78 +291610,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3256), - [sym__automatic_semicolon] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), + [sym__backtick_identifier] = ACTIONS(1786), + [sym__automatic_semicolon] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), [sym_multiline_comment] = ACTIONS(3), }, - [2426] = { - [sym_property_delegate] = STATE(2660), - [sym_getter] = STATE(4680), - [sym_setter] = STATE(4680), - [sym_modifiers] = STATE(8699), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1770), + [2435] = { + [sym_getter] = STATE(4945), + [sym_setter] = STATE(4945), + [sym_modifiers] = STATE(8917), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1772), - [anon_sym_RBRACK] = ACTIONS(1772), - [anon_sym_as] = ACTIONS(1770), - [anon_sym_EQ] = ACTIONS(5976), - [anon_sym_LBRACE] = ACTIONS(1772), - [anon_sym_RBRACE] = ACTIONS(1772), - [anon_sym_LPAREN] = ACTIONS(1772), - [anon_sym_COMMA] = ACTIONS(1772), - [anon_sym_RPAREN] = ACTIONS(1772), - [anon_sym_by] = ACTIONS(5904), - [anon_sym_LT] = ACTIONS(1770), - [anon_sym_GT] = ACTIONS(1770), - [anon_sym_where] = ACTIONS(1770), - [anon_sym_DOT] = ACTIONS(1770), - [anon_sym_SEMI] = ACTIONS(3804), - [anon_sym_get] = ACTIONS(5912), - [anon_sym_set] = ACTIONS(5914), - [anon_sym_STAR] = ACTIONS(1772), - [anon_sym_DASH_GT] = ACTIONS(1772), - [sym_label] = ACTIONS(1772), - [anon_sym_in] = ACTIONS(1770), - [anon_sym_while] = ACTIONS(1770), - [anon_sym_DOT_DOT] = ACTIONS(1772), - [anon_sym_QMARK_COLON] = ACTIONS(1772), - [anon_sym_AMP_AMP] = ACTIONS(1772), - [anon_sym_PIPE_PIPE] = ACTIONS(1772), - [anon_sym_else] = ACTIONS(1770), - [anon_sym_COLON_COLON] = ACTIONS(1772), - [anon_sym_BANG_EQ] = ACTIONS(1770), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1772), - [anon_sym_EQ_EQ] = ACTIONS(1770), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1772), - [anon_sym_LT_EQ] = ACTIONS(1772), - [anon_sym_GT_EQ] = ACTIONS(1772), - [anon_sym_BANGin] = ACTIONS(1772), - [anon_sym_is] = ACTIONS(1770), - [anon_sym_BANGis] = ACTIONS(1772), - [anon_sym_PLUS] = ACTIONS(1770), - [anon_sym_DASH] = ACTIONS(1770), - [anon_sym_SLASH] = ACTIONS(1770), - [anon_sym_PERCENT] = ACTIONS(1772), - [anon_sym_as_QMARK] = ACTIONS(1772), - [anon_sym_PLUS_PLUS] = ACTIONS(1772), - [anon_sym_DASH_DASH] = ACTIONS(1772), - [anon_sym_BANG_BANG] = ACTIONS(1772), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_EQ] = ACTIONS(3278), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_COMMA] = ACTIONS(3280), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_where] = ACTIONS(3278), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(5675), + [anon_sym_get] = ACTIONS(5669), + [anon_sym_set] = ACTIONS(5671), + [anon_sym_STAR] = ACTIONS(3278), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_PLUS_EQ] = ACTIONS(3280), + [anon_sym_DASH_EQ] = ACTIONS(3280), + [anon_sym_STAR_EQ] = ACTIONS(3280), + [anon_sym_SLASH_EQ] = ACTIONS(3280), + [anon_sym_PERCENT_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3278), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3280), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -290733,77 +291704,171 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1772), - [sym_safe_nav] = ACTIONS(1772), + [sym__backtick_identifier] = ACTIONS(3280), + [sym__automatic_semicolon] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), [sym_multiline_comment] = ACTIONS(3), }, - [2427] = { - [sym_property_delegate] = STATE(2642), - [sym_getter] = STATE(4643), - [sym_setter] = STATE(4643), - [sym_modifiers] = STATE(8699), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), + [2436] = { + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(1752), + [sym__comparison_operator] = STATE(1753), + [sym__in_operator] = STATE(1754), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(1755), + [sym__multiplicative_operator] = STATE(1756), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_annotation] = STATE(7893), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1758), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(3061), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_RPAREN] = ACTIONS(3061), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(4156), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3061), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(4164), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(4166), + [anon_sym_while] = ACTIONS(3059), + [anon_sym_DOT_DOT] = ACTIONS(4168), + [anon_sym_QMARK_COLON] = ACTIONS(4170), + [anon_sym_AMP_AMP] = ACTIONS(4172), + [anon_sym_PIPE_PIPE] = ACTIONS(4174), + [anon_sym_else] = ACTIONS(3059), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_BANG_EQ] = ACTIONS(4176), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4178), + [anon_sym_EQ_EQ] = ACTIONS(4176), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4178), + [anon_sym_LT_EQ] = ACTIONS(4180), + [anon_sym_GT_EQ] = ACTIONS(4180), + [anon_sym_BANGin] = ACTIONS(4182), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), + [anon_sym_PLUS] = ACTIONS(4184), + [anon_sym_DASH] = ACTIONS(4184), + [anon_sym_SLASH] = ACTIONS(4186), + [anon_sym_PERCENT] = ACTIONS(4164), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), + [anon_sym_suspend] = ACTIONS(3059), + [anon_sym_sealed] = ACTIONS(3059), + [anon_sym_annotation] = ACTIONS(3059), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_override] = ACTIONS(3059), + [anon_sym_lateinit] = ACTIONS(3059), + [anon_sym_public] = ACTIONS(3059), + [anon_sym_private] = ACTIONS(3059), + [anon_sym_internal] = ACTIONS(3059), + [anon_sym_protected] = ACTIONS(3059), + [anon_sym_tailrec] = ACTIONS(3059), + [anon_sym_operator] = ACTIONS(3059), + [anon_sym_infix] = ACTIONS(3059), + [anon_sym_inline] = ACTIONS(3059), + [anon_sym_external] = ACTIONS(3059), + [sym_property_modifier] = ACTIONS(3059), + [anon_sym_abstract] = ACTIONS(3059), + [anon_sym_final] = ACTIONS(3059), + [anon_sym_open] = ACTIONS(3059), + [anon_sym_vararg] = ACTIONS(3059), + [anon_sym_noinline] = ACTIONS(3059), + [anon_sym_crossinline] = ACTIONS(3059), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym_safe_nav] = ACTIONS(3420), + [sym_multiline_comment] = ACTIONS(3), + }, + [2437] = { + [sym_getter] = STATE(5029), + [sym_setter] = STATE(5029), + [sym_modifiers] = STATE(8917), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1752), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_RBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_EQ] = ACTIONS(5970), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_COMMA] = ACTIONS(3256), - [anon_sym_RPAREN] = ACTIONS(3256), - [anon_sym_by] = ACTIONS(5904), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_where] = ACTIONS(3254), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(5972), - [anon_sym_get] = ACTIONS(5912), - [anon_sym_set] = ACTIONS(5914), - [anon_sym_STAR] = ACTIONS(3256), - [anon_sym_DASH_GT] = ACTIONS(3256), - [sym_label] = ACTIONS(3256), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_while] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3256), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG_BANG] = ACTIONS(3256), + [anon_sym_LBRACK] = ACTIONS(1754), + [anon_sym_as] = ACTIONS(1752), + [anon_sym_EQ] = ACTIONS(1752), + [anon_sym_LBRACE] = ACTIONS(1754), + [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_LPAREN] = ACTIONS(1754), + [anon_sym_COMMA] = ACTIONS(1754), + [anon_sym_LT] = ACTIONS(1752), + [anon_sym_GT] = ACTIONS(1752), + [anon_sym_where] = ACTIONS(1752), + [anon_sym_DOT] = ACTIONS(1752), + [anon_sym_SEMI] = ACTIONS(1754), + [anon_sym_get] = ACTIONS(5669), + [anon_sym_set] = ACTIONS(5671), + [anon_sym_STAR] = ACTIONS(1752), + [sym_label] = ACTIONS(1754), + [anon_sym_in] = ACTIONS(1752), + [anon_sym_DOT_DOT] = ACTIONS(1754), + [anon_sym_QMARK_COLON] = ACTIONS(1754), + [anon_sym_AMP_AMP] = ACTIONS(1754), + [anon_sym_PIPE_PIPE] = ACTIONS(1754), + [anon_sym_else] = ACTIONS(1752), + [anon_sym_COLON_COLON] = ACTIONS(1754), + [anon_sym_PLUS_EQ] = ACTIONS(1754), + [anon_sym_DASH_EQ] = ACTIONS(1754), + [anon_sym_STAR_EQ] = ACTIONS(1754), + [anon_sym_SLASH_EQ] = ACTIONS(1754), + [anon_sym_PERCENT_EQ] = ACTIONS(1754), + [anon_sym_BANG_EQ] = ACTIONS(1752), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), + [anon_sym_EQ_EQ] = ACTIONS(1752), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), + [anon_sym_LT_EQ] = ACTIONS(1754), + [anon_sym_GT_EQ] = ACTIONS(1754), + [anon_sym_BANGin] = ACTIONS(1754), + [anon_sym_is] = ACTIONS(1752), + [anon_sym_BANGis] = ACTIONS(1754), + [anon_sym_PLUS] = ACTIONS(1752), + [anon_sym_DASH] = ACTIONS(1752), + [anon_sym_SLASH] = ACTIONS(1752), + [anon_sym_PERCENT] = ACTIONS(1752), + [anon_sym_as_QMARK] = ACTIONS(1754), + [anon_sym_PLUS_PLUS] = ACTIONS(1754), + [anon_sym_DASH_DASH] = ACTIONS(1754), + [anon_sym_BANG_BANG] = ACTIONS(1754), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -290827,248 +291892,342 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), + [sym__backtick_identifier] = ACTIONS(1754), + [sym__automatic_semicolon] = ACTIONS(1754), + [sym_safe_nav] = ACTIONS(1754), [sym_multiline_comment] = ACTIONS(3), }, - [2428] = { - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(1738), - [sym__comparison_operator] = STATE(1739), - [sym__in_operator] = STATE(1740), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(1741), - [sym__multiplicative_operator] = STATE(1742), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_annotation] = STATE(7845), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1744), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(3055), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_RPAREN] = ACTIONS(3055), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(4149), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(3055), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(4157), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(4159), - [anon_sym_while] = ACTIONS(3053), - [anon_sym_DOT_DOT] = ACTIONS(4161), - [anon_sym_QMARK_COLON] = ACTIONS(4163), - [anon_sym_AMP_AMP] = ACTIONS(4165), - [anon_sym_PIPE_PIPE] = ACTIONS(4167), - [anon_sym_else] = ACTIONS(3053), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_BANG_EQ] = ACTIONS(4169), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4171), - [anon_sym_EQ_EQ] = ACTIONS(4169), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4171), - [anon_sym_LT_EQ] = ACTIONS(4173), - [anon_sym_GT_EQ] = ACTIONS(4173), - [anon_sym_BANGin] = ACTIONS(4175), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), - [anon_sym_PLUS] = ACTIONS(4177), - [anon_sym_DASH] = ACTIONS(4177), - [anon_sym_SLASH] = ACTIONS(4179), - [anon_sym_PERCENT] = ACTIONS(4157), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), - [anon_sym_suspend] = ACTIONS(3053), - [anon_sym_sealed] = ACTIONS(3053), - [anon_sym_annotation] = ACTIONS(3053), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3053), - [anon_sym_lateinit] = ACTIONS(3053), - [anon_sym_public] = ACTIONS(3053), - [anon_sym_private] = ACTIONS(3053), - [anon_sym_internal] = ACTIONS(3053), - [anon_sym_protected] = ACTIONS(3053), - [anon_sym_tailrec] = ACTIONS(3053), - [anon_sym_operator] = ACTIONS(3053), - [anon_sym_infix] = ACTIONS(3053), - [anon_sym_inline] = ACTIONS(3053), - [anon_sym_external] = ACTIONS(3053), - [sym_property_modifier] = ACTIONS(3053), - [anon_sym_abstract] = ACTIONS(3053), - [anon_sym_final] = ACTIONS(3053), - [anon_sym_open] = ACTIONS(3053), - [anon_sym_vararg] = ACTIONS(3053), - [anon_sym_noinline] = ACTIONS(3053), - [anon_sym_crossinline] = ACTIONS(3053), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), + [2438] = { + [sym_getter] = STATE(5058), + [sym_setter] = STATE(5058), + [sym_modifiers] = STATE(8917), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_EQ] = ACTIONS(1784), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_COMMA] = ACTIONS(1786), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_where] = ACTIONS(1784), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(1786), + [anon_sym_get] = ACTIONS(5669), + [anon_sym_set] = ACTIONS(5671), + [anon_sym_STAR] = ACTIONS(1784), + [sym_label] = ACTIONS(1786), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_PLUS_EQ] = ACTIONS(1786), + [anon_sym_DASH_EQ] = ACTIONS(1786), + [anon_sym_STAR_EQ] = ACTIONS(1786), + [anon_sym_SLASH_EQ] = ACTIONS(1786), + [anon_sym_PERCENT_EQ] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1784), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG_BANG] = ACTIONS(1786), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), + [sym__backtick_identifier] = ACTIONS(1786), + [sym__automatic_semicolon] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), [sym_multiline_comment] = ACTIONS(3), }, - [2429] = { - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(1738), - [sym__comparison_operator] = STATE(1739), - [sym__in_operator] = STATE(1740), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(1741), - [sym__multiplicative_operator] = STATE(1742), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_annotation] = STATE(7845), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1744), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(3074), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_RPAREN] = ACTIONS(3074), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(4149), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(3074), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(4157), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(4159), - [anon_sym_while] = ACTIONS(3072), - [anon_sym_DOT_DOT] = ACTIONS(4161), - [anon_sym_QMARK_COLON] = ACTIONS(4163), - [anon_sym_AMP_AMP] = ACTIONS(4165), - [anon_sym_PIPE_PIPE] = ACTIONS(4167), - [anon_sym_else] = ACTIONS(3072), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_BANG_EQ] = ACTIONS(4169), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4171), - [anon_sym_EQ_EQ] = ACTIONS(4169), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4171), - [anon_sym_LT_EQ] = ACTIONS(4173), - [anon_sym_GT_EQ] = ACTIONS(4173), - [anon_sym_BANGin] = ACTIONS(4175), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), - [anon_sym_PLUS] = ACTIONS(4177), - [anon_sym_DASH] = ACTIONS(4177), - [anon_sym_SLASH] = ACTIONS(4179), - [anon_sym_PERCENT] = ACTIONS(4157), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), - [anon_sym_suspend] = ACTIONS(3072), - [anon_sym_sealed] = ACTIONS(3072), - [anon_sym_annotation] = ACTIONS(3072), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3072), - [anon_sym_lateinit] = ACTIONS(3072), - [anon_sym_public] = ACTIONS(3072), - [anon_sym_private] = ACTIONS(3072), - [anon_sym_internal] = ACTIONS(3072), - [anon_sym_protected] = ACTIONS(3072), - [anon_sym_tailrec] = ACTIONS(3072), - [anon_sym_operator] = ACTIONS(3072), - [anon_sym_infix] = ACTIONS(3072), - [anon_sym_inline] = ACTIONS(3072), - [anon_sym_external] = ACTIONS(3072), - [sym_property_modifier] = ACTIONS(3072), - [anon_sym_abstract] = ACTIONS(3072), - [anon_sym_final] = ACTIONS(3072), - [anon_sym_open] = ACTIONS(3072), - [anon_sym_vararg] = ACTIONS(3072), - [anon_sym_noinline] = ACTIONS(3072), - [anon_sym_crossinline] = ACTIONS(3072), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), + [2439] = { + [sym_getter] = STATE(3702), + [sym_setter] = STATE(3702), + [sym_modifiers] = STATE(8752), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1752), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1754), + [anon_sym_as] = ACTIONS(1752), + [anon_sym_EQ] = ACTIONS(1752), + [anon_sym_LBRACE] = ACTIONS(1754), + [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_LPAREN] = ACTIONS(1754), + [anon_sym_COMMA] = ACTIONS(1754), + [anon_sym_LT] = ACTIONS(1752), + [anon_sym_GT] = ACTIONS(1752), + [anon_sym_where] = ACTIONS(1752), + [anon_sym_DOT] = ACTIONS(1752), + [anon_sym_SEMI] = ACTIONS(3632), + [anon_sym_get] = ACTIONS(5691), + [anon_sym_set] = ACTIONS(5693), + [anon_sym_STAR] = ACTIONS(1752), + [sym_label] = ACTIONS(1754), + [anon_sym_in] = ACTIONS(1752), + [anon_sym_DOT_DOT] = ACTIONS(1754), + [anon_sym_QMARK_COLON] = ACTIONS(1754), + [anon_sym_AMP_AMP] = ACTIONS(1754), + [anon_sym_PIPE_PIPE] = ACTIONS(1754), + [anon_sym_else] = ACTIONS(1752), + [anon_sym_COLON_COLON] = ACTIONS(1754), + [anon_sym_PLUS_EQ] = ACTIONS(1754), + [anon_sym_DASH_EQ] = ACTIONS(1754), + [anon_sym_STAR_EQ] = ACTIONS(1754), + [anon_sym_SLASH_EQ] = ACTIONS(1754), + [anon_sym_PERCENT_EQ] = ACTIONS(1754), + [anon_sym_BANG_EQ] = ACTIONS(1752), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), + [anon_sym_EQ_EQ] = ACTIONS(1752), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), + [anon_sym_LT_EQ] = ACTIONS(1754), + [anon_sym_GT_EQ] = ACTIONS(1754), + [anon_sym_BANGin] = ACTIONS(1754), + [anon_sym_is] = ACTIONS(1752), + [anon_sym_BANGis] = ACTIONS(1754), + [anon_sym_PLUS] = ACTIONS(1752), + [anon_sym_DASH] = ACTIONS(1752), + [anon_sym_SLASH] = ACTIONS(1752), + [anon_sym_PERCENT] = ACTIONS(1752), + [anon_sym_as_QMARK] = ACTIONS(1754), + [anon_sym_PLUS_PLUS] = ACTIONS(1754), + [anon_sym_DASH_DASH] = ACTIONS(1754), + [anon_sym_BANG_BANG] = ACTIONS(1754), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), + [sym__backtick_identifier] = ACTIONS(1754), + [sym__automatic_semicolon] = ACTIONS(1754), + [sym_safe_nav] = ACTIONS(1754), [sym_multiline_comment] = ACTIONS(3), }, - [2430] = { - [sym_property_delegate] = STATE(2667), - [sym_getter] = STATE(4713), - [sym_setter] = STATE(4713), - [sym_modifiers] = STATE(8699), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [2440] = { + [sym_getter] = STATE(3702), + [sym_setter] = STATE(3702), + [sym_modifiers] = STATE(8752), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1752), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1754), + [anon_sym_as] = ACTIONS(1752), + [anon_sym_EQ] = ACTIONS(1752), + [anon_sym_LBRACE] = ACTIONS(1754), + [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_LPAREN] = ACTIONS(1754), + [anon_sym_COMMA] = ACTIONS(1754), + [anon_sym_LT] = ACTIONS(1752), + [anon_sym_GT] = ACTIONS(1752), + [anon_sym_where] = ACTIONS(1752), + [anon_sym_DOT] = ACTIONS(1752), + [anon_sym_SEMI] = ACTIONS(1754), + [anon_sym_get] = ACTIONS(5691), + [anon_sym_set] = ACTIONS(5693), + [anon_sym_STAR] = ACTIONS(1752), + [sym_label] = ACTIONS(1754), + [anon_sym_in] = ACTIONS(1752), + [anon_sym_DOT_DOT] = ACTIONS(1754), + [anon_sym_QMARK_COLON] = ACTIONS(1754), + [anon_sym_AMP_AMP] = ACTIONS(1754), + [anon_sym_PIPE_PIPE] = ACTIONS(1754), + [anon_sym_else] = ACTIONS(1752), + [anon_sym_COLON_COLON] = ACTIONS(1754), + [anon_sym_PLUS_EQ] = ACTIONS(1754), + [anon_sym_DASH_EQ] = ACTIONS(1754), + [anon_sym_STAR_EQ] = ACTIONS(1754), + [anon_sym_SLASH_EQ] = ACTIONS(1754), + [anon_sym_PERCENT_EQ] = ACTIONS(1754), + [anon_sym_BANG_EQ] = ACTIONS(1752), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), + [anon_sym_EQ_EQ] = ACTIONS(1752), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), + [anon_sym_LT_EQ] = ACTIONS(1754), + [anon_sym_GT_EQ] = ACTIONS(1754), + [anon_sym_BANGin] = ACTIONS(1754), + [anon_sym_is] = ACTIONS(1752), + [anon_sym_BANGis] = ACTIONS(1754), + [anon_sym_PLUS] = ACTIONS(1752), + [anon_sym_DASH] = ACTIONS(1752), + [anon_sym_SLASH] = ACTIONS(1752), + [anon_sym_PERCENT] = ACTIONS(1752), + [anon_sym_as_QMARK] = ACTIONS(1754), + [anon_sym_PLUS_PLUS] = ACTIONS(1754), + [anon_sym_DASH_DASH] = ACTIONS(1754), + [anon_sym_BANG_BANG] = ACTIONS(1754), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1754), + [sym__automatic_semicolon] = ACTIONS(1754), + [sym_safe_nav] = ACTIONS(1754), + [sym_multiline_comment] = ACTIONS(3), + }, + [2441] = { + [sym_getter] = STATE(3715), + [sym_setter] = STATE(3715), + [sym_modifiers] = STATE(8752), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1694), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1696), - [anon_sym_RBRACK] = ACTIONS(1696), [anon_sym_as] = ACTIONS(1694), - [anon_sym_EQ] = ACTIONS(5966), + [anon_sym_EQ] = ACTIONS(1694), [anon_sym_LBRACE] = ACTIONS(1696), [anon_sym_RBRACE] = ACTIONS(1696), [anon_sym_LPAREN] = ACTIONS(1696), [anon_sym_COMMA] = ACTIONS(1696), - [anon_sym_RPAREN] = ACTIONS(1696), - [anon_sym_by] = ACTIONS(5904), [anon_sym_LT] = ACTIONS(1694), [anon_sym_GT] = ACTIONS(1694), [anon_sym_where] = ACTIONS(1694), [anon_sym_DOT] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(3798), - [anon_sym_get] = ACTIONS(5912), - [anon_sym_set] = ACTIONS(5914), - [anon_sym_STAR] = ACTIONS(1696), - [anon_sym_DASH_GT] = ACTIONS(1696), + [anon_sym_SEMI] = ACTIONS(3618), + [anon_sym_get] = ACTIONS(5691), + [anon_sym_set] = ACTIONS(5693), + [anon_sym_STAR] = ACTIONS(1694), [sym_label] = ACTIONS(1696), [anon_sym_in] = ACTIONS(1694), - [anon_sym_while] = ACTIONS(1694), [anon_sym_DOT_DOT] = ACTIONS(1696), [anon_sym_QMARK_COLON] = ACTIONS(1696), [anon_sym_AMP_AMP] = ACTIONS(1696), [anon_sym_PIPE_PIPE] = ACTIONS(1696), [anon_sym_else] = ACTIONS(1694), [anon_sym_COLON_COLON] = ACTIONS(1696), + [anon_sym_PLUS_EQ] = ACTIONS(1696), + [anon_sym_DASH_EQ] = ACTIONS(1696), + [anon_sym_STAR_EQ] = ACTIONS(1696), + [anon_sym_SLASH_EQ] = ACTIONS(1696), + [anon_sym_PERCENT_EQ] = ACTIONS(1696), [anon_sym_BANG_EQ] = ACTIONS(1694), [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), [anon_sym_EQ_EQ] = ACTIONS(1694), @@ -291081,7 +292240,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(1694), [anon_sym_DASH] = ACTIONS(1694), [anon_sym_SLASH] = ACTIONS(1694), - [anon_sym_PERCENT] = ACTIONS(1696), + [anon_sym_PERCENT] = ACTIONS(1694), [anon_sym_as_QMARK] = ACTIONS(1696), [anon_sym_PLUS_PLUS] = ACTIONS(1696), [anon_sym_DASH_DASH] = ACTIONS(1696), @@ -291109,45 +292268,46 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1696), + [sym__automatic_semicolon] = ACTIONS(1696), [sym_safe_nav] = ACTIONS(1696), [sym_multiline_comment] = ACTIONS(3), }, - [2431] = { - [sym_property_delegate] = STATE(2624), - [sym_getter] = STATE(5040), - [sym_setter] = STATE(5040), - [sym_modifiers] = STATE(8567), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [2442] = { + [sym_getter] = STATE(3715), + [sym_setter] = STATE(3715), + [sym_modifiers] = STATE(8752), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1694), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1696), [anon_sym_as] = ACTIONS(1694), - [anon_sym_EQ] = ACTIONS(5844), + [anon_sym_EQ] = ACTIONS(1694), [anon_sym_LBRACE] = ACTIONS(1696), [anon_sym_RBRACE] = ACTIONS(1696), [anon_sym_LPAREN] = ACTIONS(1696), - [anon_sym_by] = ACTIONS(5774), + [anon_sym_COMMA] = ACTIONS(1696), [anon_sym_LT] = ACTIONS(1694), [anon_sym_GT] = ACTIONS(1694), + [anon_sym_where] = ACTIONS(1694), [anon_sym_DOT] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(3736), - [anon_sym_get] = ACTIONS(5776), - [anon_sym_set] = ACTIONS(5778), + [anon_sym_SEMI] = ACTIONS(1696), + [anon_sym_get] = ACTIONS(5691), + [anon_sym_set] = ACTIONS(5693), [anon_sym_STAR] = ACTIONS(1694), [sym_label] = ACTIONS(1696), [anon_sym_in] = ACTIONS(1694), @@ -291202,249 +292362,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1696), [sym__automatic_semicolon] = ACTIONS(1696), [sym_safe_nav] = ACTIONS(1696), [sym_multiline_comment] = ACTIONS(3), }, - [2432] = { - [sym_property_delegate] = STATE(2615), - [sym_getter] = STATE(3787), - [sym_setter] = STATE(3787), - [sym_modifiers] = STATE(8770), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_EQ] = ACTIONS(5886), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_by] = ACTIONS(5774), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(5888), - [anon_sym_get] = ACTIONS(5866), - [anon_sym_set] = ACTIONS(5868), - [anon_sym_STAR] = ACTIONS(3254), - [sym_label] = ACTIONS(3256), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_PLUS_EQ] = ACTIONS(3256), - [anon_sym_DASH_EQ] = ACTIONS(3256), - [anon_sym_STAR_EQ] = ACTIONS(3256), - [anon_sym_SLASH_EQ] = ACTIONS(3256), - [anon_sym_PERCENT_EQ] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3254), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG_BANG] = ACTIONS(3256), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3256), - [sym__automatic_semicolon] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), - [sym_multiline_comment] = ACTIONS(3), - }, - [2433] = { - [sym_property_delegate] = STATE(2656), - [sym_getter] = STATE(5260), - [sym_setter] = STATE(5260), - [sym_modifiers] = STATE(8883), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1770), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1772), - [anon_sym_EQ] = ACTIONS(5978), - [anon_sym_LBRACE] = ACTIONS(1772), - [anon_sym_RBRACE] = ACTIONS(1772), - [anon_sym_LPAREN] = ACTIONS(1772), - [anon_sym_by] = ACTIONS(3510), - [anon_sym_object] = ACTIONS(1770), - [anon_sym_fun] = ACTIONS(1770), - [anon_sym_SEMI] = ACTIONS(1992), - [anon_sym_get] = ACTIONS(5816), - [anon_sym_set] = ACTIONS(5818), - [anon_sym_this] = ACTIONS(1770), - [anon_sym_super] = ACTIONS(1770), - [anon_sym_STAR] = ACTIONS(1772), - [sym_label] = ACTIONS(1770), - [anon_sym_in] = ACTIONS(1770), - [anon_sym_null] = ACTIONS(1770), - [anon_sym_if] = ACTIONS(1770), - [anon_sym_else] = ACTIONS(1770), - [anon_sym_when] = ACTIONS(1770), - [anon_sym_try] = ACTIONS(1770), - [anon_sym_throw] = ACTIONS(1770), - [anon_sym_return] = ACTIONS(1770), - [anon_sym_continue] = ACTIONS(1770), - [anon_sym_break] = ACTIONS(1770), - [anon_sym_COLON_COLON] = ACTIONS(1772), - [anon_sym_BANGin] = ACTIONS(1772), - [anon_sym_is] = ACTIONS(1770), - [anon_sym_BANGis] = ACTIONS(1772), - [anon_sym_PLUS] = ACTIONS(1770), - [anon_sym_DASH] = ACTIONS(1770), - [anon_sym_PLUS_PLUS] = ACTIONS(1772), - [anon_sym_DASH_DASH] = ACTIONS(1772), - [anon_sym_BANG] = ACTIONS(1770), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1772), - [anon_sym_continue_AT] = ACTIONS(1772), - [anon_sym_break_AT] = ACTIONS(1772), - [sym_real_literal] = ACTIONS(1772), - [sym_integer_literal] = ACTIONS(1770), - [sym_hex_literal] = ACTIONS(1772), - [sym_bin_literal] = ACTIONS(1772), - [anon_sym_true] = ACTIONS(1770), - [anon_sym_false] = ACTIONS(1770), - [anon_sym_SQUOTE] = ACTIONS(1772), - [sym__backtick_identifier] = ACTIONS(1772), - [sym__automatic_semicolon] = ACTIONS(1772), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1772), - }, - [2434] = { - [sym_property_delegate] = STATE(2629), - [sym_getter] = STATE(4736), - [sym_setter] = STATE(4736), - [sym_modifiers] = STATE(8699), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1764), + [2443] = { + [sym_property_delegate] = STATE(2574), + [sym_getter] = STATE(3766), + [sym_setter] = STATE(3766), + [sym_modifiers] = STATE(8721), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1764), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1766), - [anon_sym_RBRACK] = ACTIONS(1766), [anon_sym_as] = ACTIONS(1764), - [anon_sym_EQ] = ACTIONS(5958), + [anon_sym_EQ] = ACTIONS(5986), [anon_sym_LBRACE] = ACTIONS(1766), [anon_sym_RBRACE] = ACTIONS(1766), [anon_sym_LPAREN] = ACTIONS(1766), - [anon_sym_COMMA] = ACTIONS(1766), - [anon_sym_RPAREN] = ACTIONS(1766), - [anon_sym_by] = ACTIONS(5904), + [anon_sym_by] = ACTIONS(5782), [anon_sym_LT] = ACTIONS(1764), [anon_sym_GT] = ACTIONS(1764), - [anon_sym_where] = ACTIONS(1764), [anon_sym_DOT] = ACTIONS(1764), - [anon_sym_SEMI] = ACTIONS(3806), - [anon_sym_get] = ACTIONS(5912), - [anon_sym_set] = ACTIONS(5914), - [anon_sym_STAR] = ACTIONS(1766), - [anon_sym_DASH_GT] = ACTIONS(1766), + [anon_sym_SEMI] = ACTIONS(3754), + [anon_sym_get] = ACTIONS(5812), + [anon_sym_set] = ACTIONS(5814), + [anon_sym_STAR] = ACTIONS(1764), [sym_label] = ACTIONS(1766), [anon_sym_in] = ACTIONS(1764), - [anon_sym_while] = ACTIONS(1764), [anon_sym_DOT_DOT] = ACTIONS(1766), [anon_sym_QMARK_COLON] = ACTIONS(1766), [anon_sym_AMP_AMP] = ACTIONS(1766), [anon_sym_PIPE_PIPE] = ACTIONS(1766), [anon_sym_else] = ACTIONS(1764), [anon_sym_COLON_COLON] = ACTIONS(1766), + [anon_sym_PLUS_EQ] = ACTIONS(1766), + [anon_sym_DASH_EQ] = ACTIONS(1766), + [anon_sym_STAR_EQ] = ACTIONS(1766), + [anon_sym_SLASH_EQ] = ACTIONS(1766), + [anon_sym_PERCENT_EQ] = ACTIONS(1766), [anon_sym_BANG_EQ] = ACTIONS(1764), [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), [anon_sym_EQ_EQ] = ACTIONS(1764), @@ -291457,7 +292428,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(1764), [anon_sym_DASH] = ACTIONS(1764), [anon_sym_SLASH] = ACTIONS(1764), - [anon_sym_PERCENT] = ACTIONS(1766), + [anon_sym_PERCENT] = ACTIONS(1764), [anon_sym_as_QMARK] = ACTIONS(1766), [anon_sym_PLUS_PLUS] = ACTIONS(1766), [anon_sym_DASH_DASH] = ACTIONS(1766), @@ -291485,170 +292456,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1766), + [sym__automatic_semicolon] = ACTIONS(1766), [sym_safe_nav] = ACTIONS(1766), [sym_multiline_comment] = ACTIONS(3), }, - [2435] = { - [sym_property_delegate] = STATE(2669), - [sym_getter] = STATE(5285), - [sym_setter] = STATE(5285), - [sym_modifiers] = STATE(8883), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_EQ] = ACTIONS(5842), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_by] = ACTIONS(3510), - [anon_sym_object] = ACTIONS(1776), - [anon_sym_fun] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(1996), - [anon_sym_get] = ACTIONS(5816), - [anon_sym_set] = ACTIONS(5818), - [anon_sym_this] = ACTIONS(1776), - [anon_sym_super] = ACTIONS(1776), - [anon_sym_STAR] = ACTIONS(1778), - [sym_label] = ACTIONS(1776), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_null] = ACTIONS(1776), - [anon_sym_if] = ACTIONS(1776), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_when] = ACTIONS(1776), - [anon_sym_try] = ACTIONS(1776), - [anon_sym_throw] = ACTIONS(1776), - [anon_sym_return] = ACTIONS(1776), - [anon_sym_continue] = ACTIONS(1776), - [anon_sym_break] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG] = ACTIONS(1776), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1778), - [anon_sym_continue_AT] = ACTIONS(1778), - [anon_sym_break_AT] = ACTIONS(1778), - [sym_real_literal] = ACTIONS(1778), - [sym_integer_literal] = ACTIONS(1776), - [sym_hex_literal] = ACTIONS(1778), - [sym_bin_literal] = ACTIONS(1778), - [anon_sym_true] = ACTIONS(1776), - [anon_sym_false] = ACTIONS(1776), - [anon_sym_SQUOTE] = ACTIONS(1778), - [sym__backtick_identifier] = ACTIONS(1778), - [sym__automatic_semicolon] = ACTIONS(1778), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1778), - }, - [2436] = { - [sym_getter] = STATE(3787), - [sym_setter] = STATE(3787), - [sym_modifiers] = STATE(8690), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), + [2444] = { + [sym_getter] = STATE(3817), + [sym_setter] = STATE(3817), + [sym_modifiers] = STATE(8752), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_EQ] = ACTIONS(3254), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_COMMA] = ACTIONS(3256), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_where] = ACTIONS(3254), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(5661), - [anon_sym_get] = ACTIONS(5653), - [anon_sym_set] = ACTIONS(5655), - [anon_sym_STAR] = ACTIONS(3254), - [sym_label] = ACTIONS(3256), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_PLUS_EQ] = ACTIONS(3256), - [anon_sym_DASH_EQ] = ACTIONS(3256), - [anon_sym_STAR_EQ] = ACTIONS(3256), - [anon_sym_SLASH_EQ] = ACTIONS(3256), - [anon_sym_PERCENT_EQ] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3254), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG_BANG] = ACTIONS(3256), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_EQ] = ACTIONS(1784), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_COMMA] = ACTIONS(1786), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_where] = ACTIONS(1784), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(3578), + [anon_sym_get] = ACTIONS(5691), + [anon_sym_set] = ACTIONS(5693), + [anon_sym_STAR] = ACTIONS(1784), + [sym_label] = ACTIONS(1786), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_PLUS_EQ] = ACTIONS(1786), + [anon_sym_DASH_EQ] = ACTIONS(1786), + [anon_sym_STAR_EQ] = ACTIONS(1786), + [anon_sym_SLASH_EQ] = ACTIONS(1786), + [anon_sym_PERCENT_EQ] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1784), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG_BANG] = ACTIONS(1786), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -291672,30 +292550,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3256), - [sym__automatic_semicolon] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), + [sym__backtick_identifier] = ACTIONS(1786), + [sym__automatic_semicolon] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), [sym_multiline_comment] = ACTIONS(3), }, - [2437] = { - [sym_getter] = STATE(3727), - [sym_setter] = STATE(3727), - [sym_modifiers] = STATE(8690), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [2445] = { + [sym_getter] = STATE(5062), + [sym_setter] = STATE(5062), + [sym_modifiers] = STATE(8917), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1694), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1696), @@ -291710,8 +292588,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(1694), [anon_sym_DOT] = ACTIONS(1694), [anon_sym_SEMI] = ACTIONS(1696), - [anon_sym_get] = ACTIONS(5653), - [anon_sym_set] = ACTIONS(5655), + [anon_sym_get] = ACTIONS(5669), + [anon_sym_set] = ACTIONS(5671), [anon_sym_STAR] = ACTIONS(1694), [sym_label] = ACTIONS(1696), [anon_sym_in] = ACTIONS(1694), @@ -291766,77 +292644,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1696), [sym__automatic_semicolon] = ACTIONS(1696), [sym_safe_nav] = ACTIONS(1696), [sym_multiline_comment] = ACTIONS(3), }, - [2438] = { - [sym_property_delegate] = STATE(2605), - [sym_getter] = STATE(4976), - [sym_setter] = STATE(4976), - [sym_modifiers] = STATE(8567), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), + [2446] = { + [sym_getter] = STATE(3817), + [sym_setter] = STATE(3817), + [sym_modifiers] = STATE(8752), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_EQ] = ACTIONS(5860), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_by] = ACTIONS(5774), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(5862), - [anon_sym_get] = ACTIONS(5776), - [anon_sym_set] = ACTIONS(5778), - [anon_sym_STAR] = ACTIONS(3254), - [sym_label] = ACTIONS(3256), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_PLUS_EQ] = ACTIONS(3256), - [anon_sym_DASH_EQ] = ACTIONS(3256), - [anon_sym_STAR_EQ] = ACTIONS(3256), - [anon_sym_SLASH_EQ] = ACTIONS(3256), - [anon_sym_PERCENT_EQ] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3254), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG_BANG] = ACTIONS(3256), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_EQ] = ACTIONS(1784), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_COMMA] = ACTIONS(1786), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_where] = ACTIONS(1784), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(1786), + [anon_sym_get] = ACTIONS(5691), + [anon_sym_set] = ACTIONS(5693), + [anon_sym_STAR] = ACTIONS(1784), + [sym_label] = ACTIONS(1786), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_PLUS_EQ] = ACTIONS(1786), + [anon_sym_DASH_EQ] = ACTIONS(1786), + [anon_sym_STAR_EQ] = ACTIONS(1786), + [anon_sym_SLASH_EQ] = ACTIONS(1786), + [anon_sym_PERCENT_EQ] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1784), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG_BANG] = ACTIONS(1786), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -291860,77 +292738,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3256), - [sym__automatic_semicolon] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), + [sym__backtick_identifier] = ACTIONS(1786), + [sym__automatic_semicolon] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), [sym_multiline_comment] = ACTIONS(3), }, - [2439] = { - [sym_getter] = STATE(3727), - [sym_setter] = STATE(3727), - [sym_modifiers] = STATE(8690), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1694), + [2447] = { + [sym_property_delegate] = STATE(2667), + [sym_getter] = STATE(3189), + [sym_setter] = STATE(3189), + [sym_modifiers] = STATE(8934), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1764), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1696), - [anon_sym_as] = ACTIONS(1694), - [anon_sym_EQ] = ACTIONS(1694), - [anon_sym_LBRACE] = ACTIONS(1696), - [anon_sym_RBRACE] = ACTIONS(1696), - [anon_sym_LPAREN] = ACTIONS(1696), - [anon_sym_COMMA] = ACTIONS(1696), - [anon_sym_LT] = ACTIONS(1694), - [anon_sym_GT] = ACTIONS(1694), - [anon_sym_where] = ACTIONS(1694), - [anon_sym_DOT] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(3638), - [anon_sym_get] = ACTIONS(5653), - [anon_sym_set] = ACTIONS(5655), - [anon_sym_STAR] = ACTIONS(1694), - [sym_label] = ACTIONS(1696), - [anon_sym_in] = ACTIONS(1694), - [anon_sym_DOT_DOT] = ACTIONS(1696), - [anon_sym_QMARK_COLON] = ACTIONS(1696), - [anon_sym_AMP_AMP] = ACTIONS(1696), - [anon_sym_PIPE_PIPE] = ACTIONS(1696), - [anon_sym_else] = ACTIONS(1694), - [anon_sym_COLON_COLON] = ACTIONS(1696), - [anon_sym_PLUS_EQ] = ACTIONS(1696), - [anon_sym_DASH_EQ] = ACTIONS(1696), - [anon_sym_STAR_EQ] = ACTIONS(1696), - [anon_sym_SLASH_EQ] = ACTIONS(1696), - [anon_sym_PERCENT_EQ] = ACTIONS(1696), - [anon_sym_BANG_EQ] = ACTIONS(1694), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), - [anon_sym_EQ_EQ] = ACTIONS(1694), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), - [anon_sym_LT_EQ] = ACTIONS(1696), - [anon_sym_GT_EQ] = ACTIONS(1696), - [anon_sym_BANGin] = ACTIONS(1696), - [anon_sym_is] = ACTIONS(1694), - [anon_sym_BANGis] = ACTIONS(1696), - [anon_sym_PLUS] = ACTIONS(1694), - [anon_sym_DASH] = ACTIONS(1694), - [anon_sym_SLASH] = ACTIONS(1694), - [anon_sym_PERCENT] = ACTIONS(1694), - [anon_sym_as_QMARK] = ACTIONS(1696), - [anon_sym_PLUS_PLUS] = ACTIONS(1696), - [anon_sym_DASH_DASH] = ACTIONS(1696), - [anon_sym_BANG_BANG] = ACTIONS(1696), + [anon_sym_LBRACK] = ACTIONS(1766), + [anon_sym_RBRACK] = ACTIONS(1766), + [anon_sym_as] = ACTIONS(1764), + [anon_sym_EQ] = ACTIONS(5988), + [anon_sym_LBRACE] = ACTIONS(1766), + [anon_sym_RBRACE] = ACTIONS(1766), + [anon_sym_LPAREN] = ACTIONS(1766), + [anon_sym_COMMA] = ACTIONS(1766), + [anon_sym_RPAREN] = ACTIONS(1766), + [anon_sym_by] = ACTIONS(5900), + [anon_sym_LT] = ACTIONS(1764), + [anon_sym_GT] = ACTIONS(1764), + [anon_sym_where] = ACTIONS(1764), + [anon_sym_DOT] = ACTIONS(1764), + [anon_sym_SEMI] = ACTIONS(3810), + [anon_sym_get] = ACTIONS(5910), + [anon_sym_set] = ACTIONS(5912), + [anon_sym_STAR] = ACTIONS(1766), + [anon_sym_DASH_GT] = ACTIONS(1766), + [sym_label] = ACTIONS(1766), + [anon_sym_in] = ACTIONS(1764), + [anon_sym_while] = ACTIONS(1764), + [anon_sym_DOT_DOT] = ACTIONS(1766), + [anon_sym_QMARK_COLON] = ACTIONS(1766), + [anon_sym_AMP_AMP] = ACTIONS(1766), + [anon_sym_PIPE_PIPE] = ACTIONS(1766), + [anon_sym_else] = ACTIONS(1764), + [anon_sym_COLON_COLON] = ACTIONS(1766), + [anon_sym_BANG_EQ] = ACTIONS(1764), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), + [anon_sym_EQ_EQ] = ACTIONS(1764), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1766), + [anon_sym_LT_EQ] = ACTIONS(1766), + [anon_sym_GT_EQ] = ACTIONS(1766), + [anon_sym_BANGin] = ACTIONS(1766), + [anon_sym_is] = ACTIONS(1764), + [anon_sym_BANGis] = ACTIONS(1766), + [anon_sym_PLUS] = ACTIONS(1764), + [anon_sym_DASH] = ACTIONS(1764), + [anon_sym_SLASH] = ACTIONS(1764), + [anon_sym_PERCENT] = ACTIONS(1766), + [anon_sym_as_QMARK] = ACTIONS(1766), + [anon_sym_PLUS_PLUS] = ACTIONS(1766), + [anon_sym_DASH_DASH] = ACTIONS(1766), + [anon_sym_BANG_BANG] = ACTIONS(1766), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -291954,30 +292833,311 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1696), - [sym__automatic_semicolon] = ACTIONS(1696), - [sym_safe_nav] = ACTIONS(1696), + [sym__backtick_identifier] = ACTIONS(1766), + [sym_safe_nav] = ACTIONS(1766), [sym_multiline_comment] = ACTIONS(3), }, - [2440] = { - [sym_getter] = STATE(3810), - [sym_setter] = STATE(3810), - [sym_modifiers] = STATE(8690), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [2448] = { + [sym_getter] = STATE(3722), + [sym_setter] = STATE(3722), + [sym_modifiers] = STATE(8752), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(3340), + [anon_sym_as] = ACTIONS(3338), + [anon_sym_EQ] = ACTIONS(3338), + [anon_sym_LBRACE] = ACTIONS(3340), + [anon_sym_RBRACE] = ACTIONS(3340), + [anon_sym_LPAREN] = ACTIONS(3340), + [anon_sym_COMMA] = ACTIONS(3340), + [anon_sym_LT] = ACTIONS(3338), + [anon_sym_GT] = ACTIONS(3338), + [anon_sym_where] = ACTIONS(3338), + [anon_sym_DOT] = ACTIONS(3338), + [anon_sym_SEMI] = ACTIONS(3340), + [anon_sym_get] = ACTIONS(5691), + [anon_sym_set] = ACTIONS(5693), + [anon_sym_STAR] = ACTIONS(3338), + [sym_label] = ACTIONS(3340), + [anon_sym_in] = ACTIONS(3338), + [anon_sym_DOT_DOT] = ACTIONS(3340), + [anon_sym_QMARK_COLON] = ACTIONS(3340), + [anon_sym_AMP_AMP] = ACTIONS(3340), + [anon_sym_PIPE_PIPE] = ACTIONS(3340), + [anon_sym_else] = ACTIONS(3338), + [anon_sym_COLON_COLON] = ACTIONS(3340), + [anon_sym_PLUS_EQ] = ACTIONS(3340), + [anon_sym_DASH_EQ] = ACTIONS(3340), + [anon_sym_STAR_EQ] = ACTIONS(3340), + [anon_sym_SLASH_EQ] = ACTIONS(3340), + [anon_sym_PERCENT_EQ] = ACTIONS(3340), + [anon_sym_BANG_EQ] = ACTIONS(3338), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3340), + [anon_sym_EQ_EQ] = ACTIONS(3338), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3340), + [anon_sym_LT_EQ] = ACTIONS(3340), + [anon_sym_GT_EQ] = ACTIONS(3340), + [anon_sym_BANGin] = ACTIONS(3340), + [anon_sym_is] = ACTIONS(3338), + [anon_sym_BANGis] = ACTIONS(3340), + [anon_sym_PLUS] = ACTIONS(3338), + [anon_sym_DASH] = ACTIONS(3338), + [anon_sym_SLASH] = ACTIONS(3338), + [anon_sym_PERCENT] = ACTIONS(3338), + [anon_sym_as_QMARK] = ACTIONS(3340), + [anon_sym_PLUS_PLUS] = ACTIONS(3340), + [anon_sym_DASH_DASH] = ACTIONS(3340), + [anon_sym_BANG_BANG] = ACTIONS(3340), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3340), + [sym__automatic_semicolon] = ACTIONS(3340), + [sym_safe_nav] = ACTIONS(3340), + [sym_multiline_comment] = ACTIONS(3), + }, + [2449] = { + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(1752), + [sym__comparison_operator] = STATE(1753), + [sym__in_operator] = STATE(1754), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(1755), + [sym__multiplicative_operator] = STATE(1756), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_annotation] = STATE(7893), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1758), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(3084), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_RPAREN] = ACTIONS(3084), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(4156), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3084), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(4164), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(4166), + [anon_sym_while] = ACTIONS(3082), + [anon_sym_DOT_DOT] = ACTIONS(4168), + [anon_sym_QMARK_COLON] = ACTIONS(4170), + [anon_sym_AMP_AMP] = ACTIONS(4172), + [anon_sym_PIPE_PIPE] = ACTIONS(4174), + [anon_sym_else] = ACTIONS(3082), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_BANG_EQ] = ACTIONS(4176), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4178), + [anon_sym_EQ_EQ] = ACTIONS(4176), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4178), + [anon_sym_LT_EQ] = ACTIONS(4180), + [anon_sym_GT_EQ] = ACTIONS(4180), + [anon_sym_BANGin] = ACTIONS(4182), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), + [anon_sym_PLUS] = ACTIONS(4184), + [anon_sym_DASH] = ACTIONS(4184), + [anon_sym_SLASH] = ACTIONS(4186), + [anon_sym_PERCENT] = ACTIONS(4164), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), + [anon_sym_suspend] = ACTIONS(3082), + [anon_sym_sealed] = ACTIONS(3082), + [anon_sym_annotation] = ACTIONS(3082), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_override] = ACTIONS(3082), + [anon_sym_lateinit] = ACTIONS(3082), + [anon_sym_public] = ACTIONS(3082), + [anon_sym_private] = ACTIONS(3082), + [anon_sym_internal] = ACTIONS(3082), + [anon_sym_protected] = ACTIONS(3082), + [anon_sym_tailrec] = ACTIONS(3082), + [anon_sym_operator] = ACTIONS(3082), + [anon_sym_infix] = ACTIONS(3082), + [anon_sym_inline] = ACTIONS(3082), + [anon_sym_external] = ACTIONS(3082), + [sym_property_modifier] = ACTIONS(3082), + [anon_sym_abstract] = ACTIONS(3082), + [anon_sym_final] = ACTIONS(3082), + [anon_sym_open] = ACTIONS(3082), + [anon_sym_vararg] = ACTIONS(3082), + [anon_sym_noinline] = ACTIONS(3082), + [anon_sym_crossinline] = ACTIONS(3082), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym_safe_nav] = ACTIONS(3420), + [sym_multiline_comment] = ACTIONS(3), + }, + [2450] = { + [sym_property_delegate] = STATE(2631), + [sym_getter] = STATE(5339), + [sym_setter] = STATE(5339), + [sym_modifiers] = STATE(8811), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1764), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1766), + [anon_sym_EQ] = ACTIONS(5990), + [anon_sym_LBRACE] = ACTIONS(1766), + [anon_sym_RBRACE] = ACTIONS(1766), + [anon_sym_LPAREN] = ACTIONS(1766), + [anon_sym_by] = ACTIONS(3510), + [anon_sym_object] = ACTIONS(1764), + [anon_sym_fun] = ACTIONS(1764), + [anon_sym_SEMI] = ACTIONS(1944), + [anon_sym_get] = ACTIONS(5794), + [anon_sym_set] = ACTIONS(5796), + [anon_sym_this] = ACTIONS(1764), + [anon_sym_super] = ACTIONS(1764), + [anon_sym_STAR] = ACTIONS(1766), + [sym_label] = ACTIONS(1764), + [anon_sym_in] = ACTIONS(1764), + [anon_sym_null] = ACTIONS(1764), + [anon_sym_if] = ACTIONS(1764), + [anon_sym_else] = ACTIONS(1764), + [anon_sym_when] = ACTIONS(1764), + [anon_sym_try] = ACTIONS(1764), + [anon_sym_throw] = ACTIONS(1764), + [anon_sym_return] = ACTIONS(1764), + [anon_sym_continue] = ACTIONS(1764), + [anon_sym_break] = ACTIONS(1764), + [anon_sym_COLON_COLON] = ACTIONS(1766), + [anon_sym_BANGin] = ACTIONS(1766), + [anon_sym_is] = ACTIONS(1764), + [anon_sym_BANGis] = ACTIONS(1766), + [anon_sym_PLUS] = ACTIONS(1764), + [anon_sym_DASH] = ACTIONS(1764), + [anon_sym_PLUS_PLUS] = ACTIONS(1766), + [anon_sym_DASH_DASH] = ACTIONS(1766), + [anon_sym_BANG] = ACTIONS(1764), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1766), + [anon_sym_continue_AT] = ACTIONS(1766), + [anon_sym_break_AT] = ACTIONS(1766), + [sym_real_literal] = ACTIONS(1766), + [sym_integer_literal] = ACTIONS(1764), + [sym_hex_literal] = ACTIONS(1766), + [sym_bin_literal] = ACTIONS(1766), + [anon_sym_true] = ACTIONS(1764), + [anon_sym_false] = ACTIONS(1764), + [anon_sym_SQUOTE] = ACTIONS(1766), + [sym__backtick_identifier] = ACTIONS(1766), + [sym__automatic_semicolon] = ACTIONS(1766), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1766), + }, + [2451] = { + [sym_getter] = STATE(4916), + [sym_setter] = STATE(4916), + [sym_modifiers] = STATE(8917), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1764), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1766), @@ -291992,8 +293152,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(1764), [anon_sym_DOT] = ACTIONS(1764), [anon_sym_SEMI] = ACTIONS(1766), - [anon_sym_get] = ACTIONS(5653), - [anon_sym_set] = ACTIONS(5655), + [anon_sym_get] = ACTIONS(5669), + [anon_sym_set] = ACTIONS(5671), [anon_sym_STAR] = ACTIONS(1764), [sym_label] = ACTIONS(1766), [anon_sym_in] = ACTIONS(1764), @@ -292048,30 +293208,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1766), [sym__automatic_semicolon] = ACTIONS(1766), [sym_safe_nav] = ACTIONS(1766), [sym_multiline_comment] = ACTIONS(3), }, - [2441] = { - [sym_getter] = STATE(3810), - [sym_setter] = STATE(3810), - [sym_modifiers] = STATE(8690), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [2452] = { + [sym_getter] = STATE(4916), + [sym_setter] = STATE(4916), + [sym_modifiers] = STATE(8917), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1764), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1766), @@ -292085,9 +293245,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT] = ACTIONS(1764), [anon_sym_where] = ACTIONS(1764), [anon_sym_DOT] = ACTIONS(1764), - [anon_sym_SEMI] = ACTIONS(3634), - [anon_sym_get] = ACTIONS(5653), - [anon_sym_set] = ACTIONS(5655), + [anon_sym_SEMI] = ACTIONS(3630), + [anon_sym_get] = ACTIONS(5669), + [anon_sym_set] = ACTIONS(5671), [anon_sym_STAR] = ACTIONS(1764), [sym_label] = ACTIONS(1766), [anon_sym_in] = ACTIONS(1764), @@ -292142,77 +293302,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1766), [sym__automatic_semicolon] = ACTIONS(1766), [sym_safe_nav] = ACTIONS(1766), [sym_multiline_comment] = ACTIONS(3), }, - [2442] = { - [sym_getter] = STATE(3877), - [sym_setter] = STATE(3877), - [sym_modifiers] = STATE(8690), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), + [2453] = { + [sym_property_delegate] = STATE(2682), + [sym_getter] = STATE(5392), + [sym_setter] = STATE(5392), + [sym_modifiers] = STATE(8811), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1752), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_EQ] = ACTIONS(1776), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_COMMA] = ACTIONS(1778), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_where] = ACTIONS(1776), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(1778), - [anon_sym_get] = ACTIONS(5653), - [anon_sym_set] = ACTIONS(5655), - [anon_sym_STAR] = ACTIONS(1776), - [sym_label] = ACTIONS(1778), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_PLUS_EQ] = ACTIONS(1778), - [anon_sym_DASH_EQ] = ACTIONS(1778), - [anon_sym_STAR_EQ] = ACTIONS(1778), - [anon_sym_SLASH_EQ] = ACTIONS(1778), - [anon_sym_PERCENT_EQ] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1776), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG_BANG] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(1754), + [anon_sym_EQ] = ACTIONS(5822), + [anon_sym_LBRACE] = ACTIONS(1754), + [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_LPAREN] = ACTIONS(1754), + [anon_sym_by] = ACTIONS(3510), + [anon_sym_object] = ACTIONS(1752), + [anon_sym_fun] = ACTIONS(1752), + [anon_sym_SEMI] = ACTIONS(1994), + [anon_sym_get] = ACTIONS(5794), + [anon_sym_set] = ACTIONS(5796), + [anon_sym_this] = ACTIONS(1752), + [anon_sym_super] = ACTIONS(1752), + [anon_sym_STAR] = ACTIONS(1754), + [sym_label] = ACTIONS(1752), + [anon_sym_in] = ACTIONS(1752), + [anon_sym_null] = ACTIONS(1752), + [anon_sym_if] = ACTIONS(1752), + [anon_sym_else] = ACTIONS(1752), + [anon_sym_when] = ACTIONS(1752), + [anon_sym_try] = ACTIONS(1752), + [anon_sym_throw] = ACTIONS(1752), + [anon_sym_return] = ACTIONS(1752), + [anon_sym_continue] = ACTIONS(1752), + [anon_sym_break] = ACTIONS(1752), + [anon_sym_COLON_COLON] = ACTIONS(1754), + [anon_sym_BANGin] = ACTIONS(1754), + [anon_sym_is] = ACTIONS(1752), + [anon_sym_BANGis] = ACTIONS(1754), + [anon_sym_PLUS] = ACTIONS(1752), + [anon_sym_DASH] = ACTIONS(1752), + [anon_sym_PLUS_PLUS] = ACTIONS(1754), + [anon_sym_DASH_DASH] = ACTIONS(1754), + [anon_sym_BANG] = ACTIONS(1752), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -292236,77 +293386,87 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1778), - [sym__automatic_semicolon] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), + [anon_sym_return_AT] = ACTIONS(1754), + [anon_sym_continue_AT] = ACTIONS(1754), + [anon_sym_break_AT] = ACTIONS(1754), + [sym_real_literal] = ACTIONS(1754), + [sym_integer_literal] = ACTIONS(1752), + [sym_hex_literal] = ACTIONS(1754), + [sym_bin_literal] = ACTIONS(1754), + [anon_sym_true] = ACTIONS(1752), + [anon_sym_false] = ACTIONS(1752), + [anon_sym_SQUOTE] = ACTIONS(1754), + [sym__backtick_identifier] = ACTIONS(1754), + [sym__automatic_semicolon] = ACTIONS(1754), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1754), }, - [2443] = { - [sym_getter] = STATE(3877), - [sym_setter] = STATE(3877), - [sym_modifiers] = STATE(8690), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), + [2454] = { + [sym_getter] = STATE(3875), + [sym_setter] = STATE(3875), + [sym_modifiers] = STATE(8752), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_EQ] = ACTIONS(1776), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_COMMA] = ACTIONS(1778), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_where] = ACTIONS(1776), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(3632), - [anon_sym_get] = ACTIONS(5653), - [anon_sym_set] = ACTIONS(5655), - [anon_sym_STAR] = ACTIONS(1776), - [sym_label] = ACTIONS(1778), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_PLUS_EQ] = ACTIONS(1778), - [anon_sym_DASH_EQ] = ACTIONS(1778), - [anon_sym_STAR_EQ] = ACTIONS(1778), - [anon_sym_SLASH_EQ] = ACTIONS(1778), - [anon_sym_PERCENT_EQ] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1776), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG_BANG] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_EQ] = ACTIONS(3278), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_COMMA] = ACTIONS(3280), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_where] = ACTIONS(3278), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(5689), + [anon_sym_get] = ACTIONS(5691), + [anon_sym_set] = ACTIONS(5693), + [anon_sym_STAR] = ACTIONS(3278), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_PLUS_EQ] = ACTIONS(3280), + [anon_sym_DASH_EQ] = ACTIONS(3280), + [anon_sym_STAR_EQ] = ACTIONS(3280), + [anon_sym_SLASH_EQ] = ACTIONS(3280), + [anon_sym_PERCENT_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3278), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3280), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -292330,30 +293490,124 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1778), - [sym__automatic_semicolon] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), + [sym__backtick_identifier] = ACTIONS(3280), + [sym__automatic_semicolon] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), [sym_multiline_comment] = ACTIONS(3), }, - [2444] = { - [sym_getter] = STATE(3812), - [sym_setter] = STATE(3812), - [sym_modifiers] = STATE(8690), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [2455] = { + [sym_property_delegate] = STATE(2601), + [sym_getter] = STATE(3875), + [sym_setter] = STATE(3875), + [sym_modifiers] = STATE(8721), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_EQ] = ACTIONS(5808), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_by] = ACTIONS(5782), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(5810), + [anon_sym_get] = ACTIONS(5812), + [anon_sym_set] = ACTIONS(5814), + [anon_sym_STAR] = ACTIONS(3278), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_PLUS_EQ] = ACTIONS(3280), + [anon_sym_DASH_EQ] = ACTIONS(3280), + [anon_sym_STAR_EQ] = ACTIONS(3280), + [anon_sym_SLASH_EQ] = ACTIONS(3280), + [anon_sym_PERCENT_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3278), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3280), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3280), + [sym__automatic_semicolon] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), + [sym_multiline_comment] = ACTIONS(3), + }, + [2456] = { + [sym_getter] = STATE(4923), + [sym_setter] = STATE(4923), + [sym_modifiers] = STATE(8917), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1770), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1772), @@ -292368,8 +293622,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(1770), [anon_sym_DOT] = ACTIONS(1770), [anon_sym_SEMI] = ACTIONS(1772), - [anon_sym_get] = ACTIONS(5653), - [anon_sym_set] = ACTIONS(5655), + [anon_sym_get] = ACTIONS(5669), + [anon_sym_set] = ACTIONS(5671), [anon_sym_STAR] = ACTIONS(1770), [sym_label] = ACTIONS(1772), [anon_sym_in] = ACTIONS(1770), @@ -292424,30 +293678,124 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1772), [sym__automatic_semicolon] = ACTIONS(1772), [sym_safe_nav] = ACTIONS(1772), [sym_multiline_comment] = ACTIONS(3), }, - [2445] = { - [sym_getter] = STATE(3812), - [sym_setter] = STATE(3812), - [sym_modifiers] = STATE(8690), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [2457] = { + [sym_getter] = STATE(5058), + [sym_setter] = STATE(5058), + [sym_modifiers] = STATE(8917), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_EQ] = ACTIONS(1784), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_COMMA] = ACTIONS(1786), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_where] = ACTIONS(1784), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(3638), + [anon_sym_get] = ACTIONS(5669), + [anon_sym_set] = ACTIONS(5671), + [anon_sym_STAR] = ACTIONS(1784), + [sym_label] = ACTIONS(1786), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_PLUS_EQ] = ACTIONS(1786), + [anon_sym_DASH_EQ] = ACTIONS(1786), + [anon_sym_STAR_EQ] = ACTIONS(1786), + [anon_sym_SLASH_EQ] = ACTIONS(1786), + [anon_sym_PERCENT_EQ] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1784), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG_BANG] = ACTIONS(1786), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1786), + [sym__automatic_semicolon] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), + [sym_multiline_comment] = ACTIONS(3), + }, + [2458] = { + [sym_getter] = STATE(4923), + [sym_setter] = STATE(4923), + [sym_modifiers] = STATE(8917), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1770), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1772), @@ -292461,9 +293809,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT] = ACTIONS(1770), [anon_sym_where] = ACTIONS(1770), [anon_sym_DOT] = ACTIONS(1770), - [anon_sym_SEMI] = ACTIONS(3630), - [anon_sym_get] = ACTIONS(5653), - [anon_sym_set] = ACTIONS(5655), + [anon_sym_SEMI] = ACTIONS(3626), + [anon_sym_get] = ACTIONS(5669), + [anon_sym_set] = ACTIONS(5671), [anon_sym_STAR] = ACTIONS(1770), [sym_label] = ACTIONS(1772), [anon_sym_in] = ACTIONS(1770), @@ -292518,77 +293866,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1772), [sym__automatic_semicolon] = ACTIONS(1772), [sym_safe_nav] = ACTIONS(1772), [sym_multiline_comment] = ACTIONS(3), }, - [2446] = { - [sym_getter] = STATE(3756), - [sym_setter] = STATE(3756), - [sym_modifiers] = STATE(8690), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1752), + [2459] = { + [sym_getter] = STATE(5062), + [sym_setter] = STATE(5062), + [sym_modifiers] = STATE(8917), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1694), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1754), - [anon_sym_as] = ACTIONS(1752), - [anon_sym_EQ] = ACTIONS(1752), - [anon_sym_LBRACE] = ACTIONS(1754), - [anon_sym_RBRACE] = ACTIONS(1754), - [anon_sym_LPAREN] = ACTIONS(1754), - [anon_sym_COMMA] = ACTIONS(1754), - [anon_sym_LT] = ACTIONS(1752), - [anon_sym_GT] = ACTIONS(1752), - [anon_sym_where] = ACTIONS(1752), - [anon_sym_DOT] = ACTIONS(1752), - [anon_sym_SEMI] = ACTIONS(1754), - [anon_sym_get] = ACTIONS(5653), - [anon_sym_set] = ACTIONS(5655), - [anon_sym_STAR] = ACTIONS(1752), - [sym_label] = ACTIONS(1754), - [anon_sym_in] = ACTIONS(1752), - [anon_sym_DOT_DOT] = ACTIONS(1754), - [anon_sym_QMARK_COLON] = ACTIONS(1754), - [anon_sym_AMP_AMP] = ACTIONS(1754), - [anon_sym_PIPE_PIPE] = ACTIONS(1754), - [anon_sym_else] = ACTIONS(1752), - [anon_sym_COLON_COLON] = ACTIONS(1754), - [anon_sym_PLUS_EQ] = ACTIONS(1754), - [anon_sym_DASH_EQ] = ACTIONS(1754), - [anon_sym_STAR_EQ] = ACTIONS(1754), - [anon_sym_SLASH_EQ] = ACTIONS(1754), - [anon_sym_PERCENT_EQ] = ACTIONS(1754), - [anon_sym_BANG_EQ] = ACTIONS(1752), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), - [anon_sym_EQ_EQ] = ACTIONS(1752), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), - [anon_sym_LT_EQ] = ACTIONS(1754), - [anon_sym_GT_EQ] = ACTIONS(1754), - [anon_sym_BANGin] = ACTIONS(1754), - [anon_sym_is] = ACTIONS(1752), - [anon_sym_BANGis] = ACTIONS(1754), - [anon_sym_PLUS] = ACTIONS(1752), - [anon_sym_DASH] = ACTIONS(1752), - [anon_sym_SLASH] = ACTIONS(1752), - [anon_sym_PERCENT] = ACTIONS(1752), - [anon_sym_as_QMARK] = ACTIONS(1754), - [anon_sym_PLUS_PLUS] = ACTIONS(1754), - [anon_sym_DASH_DASH] = ACTIONS(1754), - [anon_sym_BANG_BANG] = ACTIONS(1754), + [anon_sym_LBRACK] = ACTIONS(1696), + [anon_sym_as] = ACTIONS(1694), + [anon_sym_EQ] = ACTIONS(1694), + [anon_sym_LBRACE] = ACTIONS(1696), + [anon_sym_RBRACE] = ACTIONS(1696), + [anon_sym_LPAREN] = ACTIONS(1696), + [anon_sym_COMMA] = ACTIONS(1696), + [anon_sym_LT] = ACTIONS(1694), + [anon_sym_GT] = ACTIONS(1694), + [anon_sym_where] = ACTIONS(1694), + [anon_sym_DOT] = ACTIONS(1694), + [anon_sym_SEMI] = ACTIONS(3636), + [anon_sym_get] = ACTIONS(5669), + [anon_sym_set] = ACTIONS(5671), + [anon_sym_STAR] = ACTIONS(1694), + [sym_label] = ACTIONS(1696), + [anon_sym_in] = ACTIONS(1694), + [anon_sym_DOT_DOT] = ACTIONS(1696), + [anon_sym_QMARK_COLON] = ACTIONS(1696), + [anon_sym_AMP_AMP] = ACTIONS(1696), + [anon_sym_PIPE_PIPE] = ACTIONS(1696), + [anon_sym_else] = ACTIONS(1694), + [anon_sym_COLON_COLON] = ACTIONS(1696), + [anon_sym_PLUS_EQ] = ACTIONS(1696), + [anon_sym_DASH_EQ] = ACTIONS(1696), + [anon_sym_STAR_EQ] = ACTIONS(1696), + [anon_sym_SLASH_EQ] = ACTIONS(1696), + [anon_sym_PERCENT_EQ] = ACTIONS(1696), + [anon_sym_BANG_EQ] = ACTIONS(1694), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), + [anon_sym_EQ_EQ] = ACTIONS(1694), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), + [anon_sym_LT_EQ] = ACTIONS(1696), + [anon_sym_GT_EQ] = ACTIONS(1696), + [anon_sym_BANGin] = ACTIONS(1696), + [anon_sym_is] = ACTIONS(1694), + [anon_sym_BANGis] = ACTIONS(1696), + [anon_sym_PLUS] = ACTIONS(1694), + [anon_sym_DASH] = ACTIONS(1694), + [anon_sym_SLASH] = ACTIONS(1694), + [anon_sym_PERCENT] = ACTIONS(1694), + [anon_sym_as_QMARK] = ACTIONS(1696), + [anon_sym_PLUS_PLUS] = ACTIONS(1696), + [anon_sym_DASH_DASH] = ACTIONS(1696), + [anon_sym_BANG_BANG] = ACTIONS(1696), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -292612,30 +293960,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1754), - [sym__automatic_semicolon] = ACTIONS(1754), - [sym_safe_nav] = ACTIONS(1754), + [sym__backtick_identifier] = ACTIONS(1696), + [sym__automatic_semicolon] = ACTIONS(1696), + [sym_safe_nav] = ACTIONS(1696), [sym_multiline_comment] = ACTIONS(3), }, - [2447] = { - [sym_getter] = STATE(3756), - [sym_setter] = STATE(3756), - [sym_modifiers] = STATE(8690), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [2460] = { + [sym_getter] = STATE(5029), + [sym_setter] = STATE(5029), + [sym_modifiers] = STATE(8917), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1752), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1754), @@ -292649,9 +293997,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT] = ACTIONS(1752), [anon_sym_where] = ACTIONS(1752), [anon_sym_DOT] = ACTIONS(1752), - [anon_sym_SEMI] = ACTIONS(3624), - [anon_sym_get] = ACTIONS(5653), - [anon_sym_set] = ACTIONS(5655), + [anon_sym_SEMI] = ACTIONS(3634), + [anon_sym_get] = ACTIONS(5669), + [anon_sym_set] = ACTIONS(5671), [anon_sym_STAR] = ACTIONS(1752), [sym_label] = ACTIONS(1754), [anon_sym_in] = ACTIONS(1752), @@ -292706,77 +294054,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1754), [sym__automatic_semicolon] = ACTIONS(1754), [sym_safe_nav] = ACTIONS(1754), [sym_multiline_comment] = ACTIONS(3), }, - [2448] = { - [sym_getter] = STATE(3735), - [sym_setter] = STATE(3735), - [sym_modifiers] = STATE(8690), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1782), + [2461] = { + [sym_getter] = STATE(4947), + [sym_setter] = STATE(4947), + [sym_modifiers] = STATE(8917), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1778), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1784), - [anon_sym_as] = ACTIONS(1782), - [anon_sym_EQ] = ACTIONS(1782), - [anon_sym_LBRACE] = ACTIONS(1784), - [anon_sym_RBRACE] = ACTIONS(1784), - [anon_sym_LPAREN] = ACTIONS(1784), - [anon_sym_COMMA] = ACTIONS(1784), - [anon_sym_LT] = ACTIONS(1782), - [anon_sym_GT] = ACTIONS(1782), - [anon_sym_where] = ACTIONS(1782), - [anon_sym_DOT] = ACTIONS(1782), - [anon_sym_SEMI] = ACTIONS(1784), - [anon_sym_get] = ACTIONS(5653), - [anon_sym_set] = ACTIONS(5655), - [anon_sym_STAR] = ACTIONS(1782), - [sym_label] = ACTIONS(1784), - [anon_sym_in] = ACTIONS(1782), - [anon_sym_DOT_DOT] = ACTIONS(1784), - [anon_sym_QMARK_COLON] = ACTIONS(1784), - [anon_sym_AMP_AMP] = ACTIONS(1784), - [anon_sym_PIPE_PIPE] = ACTIONS(1784), - [anon_sym_else] = ACTIONS(1782), - [anon_sym_COLON_COLON] = ACTIONS(1784), - [anon_sym_PLUS_EQ] = ACTIONS(1784), - [anon_sym_DASH_EQ] = ACTIONS(1784), - [anon_sym_STAR_EQ] = ACTIONS(1784), - [anon_sym_SLASH_EQ] = ACTIONS(1784), - [anon_sym_PERCENT_EQ] = ACTIONS(1784), - [anon_sym_BANG_EQ] = ACTIONS(1782), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1784), - [anon_sym_EQ_EQ] = ACTIONS(1782), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1784), - [anon_sym_LT_EQ] = ACTIONS(1784), - [anon_sym_GT_EQ] = ACTIONS(1784), - [anon_sym_BANGin] = ACTIONS(1784), - [anon_sym_is] = ACTIONS(1782), - [anon_sym_BANGis] = ACTIONS(1784), - [anon_sym_PLUS] = ACTIONS(1782), - [anon_sym_DASH] = ACTIONS(1782), - [anon_sym_SLASH] = ACTIONS(1782), - [anon_sym_PERCENT] = ACTIONS(1782), - [anon_sym_as_QMARK] = ACTIONS(1784), - [anon_sym_PLUS_PLUS] = ACTIONS(1784), - [anon_sym_DASH_DASH] = ACTIONS(1784), - [anon_sym_BANG_BANG] = ACTIONS(1784), + [anon_sym_LBRACK] = ACTIONS(1780), + [anon_sym_as] = ACTIONS(1778), + [anon_sym_EQ] = ACTIONS(1778), + [anon_sym_LBRACE] = ACTIONS(1780), + [anon_sym_RBRACE] = ACTIONS(1780), + [anon_sym_LPAREN] = ACTIONS(1780), + [anon_sym_COMMA] = ACTIONS(1780), + [anon_sym_LT] = ACTIONS(1778), + [anon_sym_GT] = ACTIONS(1778), + [anon_sym_where] = ACTIONS(1778), + [anon_sym_DOT] = ACTIONS(1778), + [anon_sym_SEMI] = ACTIONS(1780), + [anon_sym_get] = ACTIONS(5669), + [anon_sym_set] = ACTIONS(5671), + [anon_sym_STAR] = ACTIONS(1778), + [sym_label] = ACTIONS(1780), + [anon_sym_in] = ACTIONS(1778), + [anon_sym_DOT_DOT] = ACTIONS(1780), + [anon_sym_QMARK_COLON] = ACTIONS(1780), + [anon_sym_AMP_AMP] = ACTIONS(1780), + [anon_sym_PIPE_PIPE] = ACTIONS(1780), + [anon_sym_else] = ACTIONS(1778), + [anon_sym_COLON_COLON] = ACTIONS(1780), + [anon_sym_PLUS_EQ] = ACTIONS(1780), + [anon_sym_DASH_EQ] = ACTIONS(1780), + [anon_sym_STAR_EQ] = ACTIONS(1780), + [anon_sym_SLASH_EQ] = ACTIONS(1780), + [anon_sym_PERCENT_EQ] = ACTIONS(1780), + [anon_sym_BANG_EQ] = ACTIONS(1778), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1780), + [anon_sym_EQ_EQ] = ACTIONS(1778), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1780), + [anon_sym_LT_EQ] = ACTIONS(1780), + [anon_sym_GT_EQ] = ACTIONS(1780), + [anon_sym_BANGin] = ACTIONS(1780), + [anon_sym_is] = ACTIONS(1778), + [anon_sym_BANGis] = ACTIONS(1780), + [anon_sym_PLUS] = ACTIONS(1778), + [anon_sym_DASH] = ACTIONS(1778), + [anon_sym_SLASH] = ACTIONS(1778), + [anon_sym_PERCENT] = ACTIONS(1778), + [anon_sym_as_QMARK] = ACTIONS(1780), + [anon_sym_PLUS_PLUS] = ACTIONS(1780), + [anon_sym_DASH_DASH] = ACTIONS(1780), + [anon_sym_BANG_BANG] = ACTIONS(1780), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -292800,77 +294148,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1784), - [sym__automatic_semicolon] = ACTIONS(1784), - [sym_safe_nav] = ACTIONS(1784), + [sym__backtick_identifier] = ACTIONS(1780), + [sym__automatic_semicolon] = ACTIONS(1780), + [sym_safe_nav] = ACTIONS(1780), [sym_multiline_comment] = ACTIONS(3), }, - [2449] = { - [sym_getter] = STATE(3681), - [sym_setter] = STATE(3681), - [sym_modifiers] = STATE(8690), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3340), + [2462] = { + [sym_getter] = STATE(3760), + [sym_setter] = STATE(3760), + [sym_modifiers] = STATE(8752), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1770), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3342), - [anon_sym_as] = ACTIONS(3340), - [anon_sym_EQ] = ACTIONS(3340), - [anon_sym_LBRACE] = ACTIONS(3342), - [anon_sym_RBRACE] = ACTIONS(3342), - [anon_sym_LPAREN] = ACTIONS(3342), - [anon_sym_COMMA] = ACTIONS(3342), - [anon_sym_LT] = ACTIONS(3340), - [anon_sym_GT] = ACTIONS(3340), - [anon_sym_where] = ACTIONS(3340), - [anon_sym_DOT] = ACTIONS(3340), - [anon_sym_SEMI] = ACTIONS(3342), - [anon_sym_get] = ACTIONS(5653), - [anon_sym_set] = ACTIONS(5655), - [anon_sym_STAR] = ACTIONS(3340), - [sym_label] = ACTIONS(3342), - [anon_sym_in] = ACTIONS(3340), - [anon_sym_DOT_DOT] = ACTIONS(3342), - [anon_sym_QMARK_COLON] = ACTIONS(3342), - [anon_sym_AMP_AMP] = ACTIONS(3342), - [anon_sym_PIPE_PIPE] = ACTIONS(3342), - [anon_sym_else] = ACTIONS(3340), - [anon_sym_COLON_COLON] = ACTIONS(3342), - [anon_sym_PLUS_EQ] = ACTIONS(3342), - [anon_sym_DASH_EQ] = ACTIONS(3342), - [anon_sym_STAR_EQ] = ACTIONS(3342), - [anon_sym_SLASH_EQ] = ACTIONS(3342), - [anon_sym_PERCENT_EQ] = ACTIONS(3342), - [anon_sym_BANG_EQ] = ACTIONS(3340), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3342), - [anon_sym_EQ_EQ] = ACTIONS(3340), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3342), - [anon_sym_LT_EQ] = ACTIONS(3342), - [anon_sym_GT_EQ] = ACTIONS(3342), - [anon_sym_BANGin] = ACTIONS(3342), - [anon_sym_is] = ACTIONS(3340), - [anon_sym_BANGis] = ACTIONS(3342), - [anon_sym_PLUS] = ACTIONS(3340), - [anon_sym_DASH] = ACTIONS(3340), - [anon_sym_SLASH] = ACTIONS(3340), - [anon_sym_PERCENT] = ACTIONS(3340), - [anon_sym_as_QMARK] = ACTIONS(3342), - [anon_sym_PLUS_PLUS] = ACTIONS(3342), - [anon_sym_DASH_DASH] = ACTIONS(3342), - [anon_sym_BANG_BANG] = ACTIONS(3342), + [anon_sym_LBRACK] = ACTIONS(1772), + [anon_sym_as] = ACTIONS(1770), + [anon_sym_EQ] = ACTIONS(1770), + [anon_sym_LBRACE] = ACTIONS(1772), + [anon_sym_RBRACE] = ACTIONS(1772), + [anon_sym_LPAREN] = ACTIONS(1772), + [anon_sym_COMMA] = ACTIONS(1772), + [anon_sym_LT] = ACTIONS(1770), + [anon_sym_GT] = ACTIONS(1770), + [anon_sym_where] = ACTIONS(1770), + [anon_sym_DOT] = ACTIONS(1770), + [anon_sym_SEMI] = ACTIONS(1772), + [anon_sym_get] = ACTIONS(5691), + [anon_sym_set] = ACTIONS(5693), + [anon_sym_STAR] = ACTIONS(1770), + [sym_label] = ACTIONS(1772), + [anon_sym_in] = ACTIONS(1770), + [anon_sym_DOT_DOT] = ACTIONS(1772), + [anon_sym_QMARK_COLON] = ACTIONS(1772), + [anon_sym_AMP_AMP] = ACTIONS(1772), + [anon_sym_PIPE_PIPE] = ACTIONS(1772), + [anon_sym_else] = ACTIONS(1770), + [anon_sym_COLON_COLON] = ACTIONS(1772), + [anon_sym_PLUS_EQ] = ACTIONS(1772), + [anon_sym_DASH_EQ] = ACTIONS(1772), + [anon_sym_STAR_EQ] = ACTIONS(1772), + [anon_sym_SLASH_EQ] = ACTIONS(1772), + [anon_sym_PERCENT_EQ] = ACTIONS(1772), + [anon_sym_BANG_EQ] = ACTIONS(1770), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1772), + [anon_sym_EQ_EQ] = ACTIONS(1770), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1772), + [anon_sym_LT_EQ] = ACTIONS(1772), + [anon_sym_GT_EQ] = ACTIONS(1772), + [anon_sym_BANGin] = ACTIONS(1772), + [anon_sym_is] = ACTIONS(1770), + [anon_sym_BANGis] = ACTIONS(1772), + [anon_sym_PLUS] = ACTIONS(1770), + [anon_sym_DASH] = ACTIONS(1770), + [anon_sym_SLASH] = ACTIONS(1770), + [anon_sym_PERCENT] = ACTIONS(1770), + [anon_sym_as_QMARK] = ACTIONS(1772), + [anon_sym_PLUS_PLUS] = ACTIONS(1772), + [anon_sym_DASH_DASH] = ACTIONS(1772), + [anon_sym_BANG_BANG] = ACTIONS(1772), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -292894,77 +294242,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3342), - [sym__automatic_semicolon] = ACTIONS(3342), - [sym_safe_nav] = ACTIONS(3342), + [sym__backtick_identifier] = ACTIONS(1772), + [sym__automatic_semicolon] = ACTIONS(1772), + [sym_safe_nav] = ACTIONS(1772), [sym_multiline_comment] = ACTIONS(3), }, - [2450] = { - [sym_getter] = STATE(3787), - [sym_setter] = STATE(3787), - [sym_modifiers] = STATE(8690), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), + [2463] = { + [sym_property_delegate] = STATE(2633), + [sym_getter] = STATE(4607), + [sym_setter] = STATE(4607), + [sym_modifiers] = STATE(8791), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_EQ] = ACTIONS(3254), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_COMMA] = ACTIONS(3256), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_where] = ACTIONS(3254), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(3256), - [anon_sym_get] = ACTIONS(5653), - [anon_sym_set] = ACTIONS(5655), - [anon_sym_STAR] = ACTIONS(3254), - [sym_label] = ACTIONS(3256), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_PLUS_EQ] = ACTIONS(3256), - [anon_sym_DASH_EQ] = ACTIONS(3256), - [anon_sym_STAR_EQ] = ACTIONS(3256), - [anon_sym_SLASH_EQ] = ACTIONS(3256), - [anon_sym_PERCENT_EQ] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3254), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG_BANG] = ACTIONS(3256), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_RBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_EQ] = ACTIONS(5962), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_COMMA] = ACTIONS(3280), + [anon_sym_RPAREN] = ACTIONS(3280), + [anon_sym_by] = ACTIONS(5900), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_where] = ACTIONS(3278), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(5964), + [anon_sym_get] = ACTIONS(5904), + [anon_sym_set] = ACTIONS(5906), + [anon_sym_STAR] = ACTIONS(3280), + [anon_sym_DASH_GT] = ACTIONS(3280), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_while] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3280), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -292988,77 +294337,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3256), - [sym__automatic_semicolon] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), + [sym__backtick_identifier] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), [sym_multiline_comment] = ACTIONS(3), }, - [2451] = { - [sym_property_delegate] = STATE(2608), - [sym_getter] = STATE(3810), - [sym_setter] = STATE(3810), - [sym_modifiers] = STATE(8770), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1764), + [2464] = { + [sym_getter] = STATE(4953), + [sym_setter] = STATE(4953), + [sym_modifiers] = STATE(8917), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3338), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1766), - [anon_sym_as] = ACTIONS(1764), - [anon_sym_EQ] = ACTIONS(5870), - [anon_sym_LBRACE] = ACTIONS(1766), - [anon_sym_RBRACE] = ACTIONS(1766), - [anon_sym_LPAREN] = ACTIONS(1766), - [anon_sym_by] = ACTIONS(5774), - [anon_sym_LT] = ACTIONS(1764), - [anon_sym_GT] = ACTIONS(1764), - [anon_sym_DOT] = ACTIONS(1764), - [anon_sym_SEMI] = ACTIONS(3752), - [anon_sym_get] = ACTIONS(5866), - [anon_sym_set] = ACTIONS(5868), - [anon_sym_STAR] = ACTIONS(1764), - [sym_label] = ACTIONS(1766), - [anon_sym_in] = ACTIONS(1764), - [anon_sym_DOT_DOT] = ACTIONS(1766), - [anon_sym_QMARK_COLON] = ACTIONS(1766), - [anon_sym_AMP_AMP] = ACTIONS(1766), - [anon_sym_PIPE_PIPE] = ACTIONS(1766), - [anon_sym_else] = ACTIONS(1764), - [anon_sym_COLON_COLON] = ACTIONS(1766), - [anon_sym_PLUS_EQ] = ACTIONS(1766), - [anon_sym_DASH_EQ] = ACTIONS(1766), - [anon_sym_STAR_EQ] = ACTIONS(1766), - [anon_sym_SLASH_EQ] = ACTIONS(1766), - [anon_sym_PERCENT_EQ] = ACTIONS(1766), - [anon_sym_BANG_EQ] = ACTIONS(1764), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), - [anon_sym_EQ_EQ] = ACTIONS(1764), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1766), - [anon_sym_LT_EQ] = ACTIONS(1766), - [anon_sym_GT_EQ] = ACTIONS(1766), - [anon_sym_BANGin] = ACTIONS(1766), - [anon_sym_is] = ACTIONS(1764), - [anon_sym_BANGis] = ACTIONS(1766), - [anon_sym_PLUS] = ACTIONS(1764), - [anon_sym_DASH] = ACTIONS(1764), - [anon_sym_SLASH] = ACTIONS(1764), - [anon_sym_PERCENT] = ACTIONS(1764), - [anon_sym_as_QMARK] = ACTIONS(1766), - [anon_sym_PLUS_PLUS] = ACTIONS(1766), - [anon_sym_DASH_DASH] = ACTIONS(1766), - [anon_sym_BANG_BANG] = ACTIONS(1766), + [anon_sym_LBRACK] = ACTIONS(3340), + [anon_sym_as] = ACTIONS(3338), + [anon_sym_EQ] = ACTIONS(3338), + [anon_sym_LBRACE] = ACTIONS(3340), + [anon_sym_RBRACE] = ACTIONS(3340), + [anon_sym_LPAREN] = ACTIONS(3340), + [anon_sym_COMMA] = ACTIONS(3340), + [anon_sym_LT] = ACTIONS(3338), + [anon_sym_GT] = ACTIONS(3338), + [anon_sym_where] = ACTIONS(3338), + [anon_sym_DOT] = ACTIONS(3338), + [anon_sym_SEMI] = ACTIONS(3340), + [anon_sym_get] = ACTIONS(5669), + [anon_sym_set] = ACTIONS(5671), + [anon_sym_STAR] = ACTIONS(3338), + [sym_label] = ACTIONS(3340), + [anon_sym_in] = ACTIONS(3338), + [anon_sym_DOT_DOT] = ACTIONS(3340), + [anon_sym_QMARK_COLON] = ACTIONS(3340), + [anon_sym_AMP_AMP] = ACTIONS(3340), + [anon_sym_PIPE_PIPE] = ACTIONS(3340), + [anon_sym_else] = ACTIONS(3338), + [anon_sym_COLON_COLON] = ACTIONS(3340), + [anon_sym_PLUS_EQ] = ACTIONS(3340), + [anon_sym_DASH_EQ] = ACTIONS(3340), + [anon_sym_STAR_EQ] = ACTIONS(3340), + [anon_sym_SLASH_EQ] = ACTIONS(3340), + [anon_sym_PERCENT_EQ] = ACTIONS(3340), + [anon_sym_BANG_EQ] = ACTIONS(3338), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3340), + [anon_sym_EQ_EQ] = ACTIONS(3338), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3340), + [anon_sym_LT_EQ] = ACTIONS(3340), + [anon_sym_GT_EQ] = ACTIONS(3340), + [anon_sym_BANGin] = ACTIONS(3340), + [anon_sym_is] = ACTIONS(3338), + [anon_sym_BANGis] = ACTIONS(3340), + [anon_sym_PLUS] = ACTIONS(3338), + [anon_sym_DASH] = ACTIONS(3338), + [anon_sym_SLASH] = ACTIONS(3338), + [anon_sym_PERCENT] = ACTIONS(3338), + [anon_sym_as_QMARK] = ACTIONS(3340), + [anon_sym_PLUS_PLUS] = ACTIONS(3340), + [anon_sym_DASH_DASH] = ACTIONS(3340), + [anon_sym_BANG_BANG] = ACTIONS(3340), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -293082,67 +294430,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1766), - [sym__automatic_semicolon] = ACTIONS(1766), - [sym_safe_nav] = ACTIONS(1766), + [sym__backtick_identifier] = ACTIONS(3340), + [sym__automatic_semicolon] = ACTIONS(3340), + [sym_safe_nav] = ACTIONS(3340), [sym_multiline_comment] = ACTIONS(3), }, - [2452] = { - [sym_property_delegate] = STATE(2644), - [sym_getter] = STATE(5363), - [sym_setter] = STATE(5363), - [sym_modifiers] = STATE(8883), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1764), + [2465] = { + [sym_property_delegate] = STATE(2580), + [sym_getter] = STATE(5062), + [sym_setter] = STATE(5062), + [sym_modifiers] = STATE(8904), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1694), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1766), - [anon_sym_EQ] = ACTIONS(5838), - [anon_sym_LBRACE] = ACTIONS(1766), - [anon_sym_RBRACE] = ACTIONS(1766), - [anon_sym_LPAREN] = ACTIONS(1766), - [anon_sym_by] = ACTIONS(3510), - [anon_sym_object] = ACTIONS(1764), - [anon_sym_fun] = ACTIONS(1764), - [anon_sym_SEMI] = ACTIONS(2018), - [anon_sym_get] = ACTIONS(5816), - [anon_sym_set] = ACTIONS(5818), - [anon_sym_this] = ACTIONS(1764), - [anon_sym_super] = ACTIONS(1764), - [anon_sym_STAR] = ACTIONS(1766), - [sym_label] = ACTIONS(1764), - [anon_sym_in] = ACTIONS(1764), - [anon_sym_null] = ACTIONS(1764), - [anon_sym_if] = ACTIONS(1764), - [anon_sym_else] = ACTIONS(1764), - [anon_sym_when] = ACTIONS(1764), - [anon_sym_try] = ACTIONS(1764), - [anon_sym_throw] = ACTIONS(1764), - [anon_sym_return] = ACTIONS(1764), - [anon_sym_continue] = ACTIONS(1764), - [anon_sym_break] = ACTIONS(1764), - [anon_sym_COLON_COLON] = ACTIONS(1766), - [anon_sym_BANGin] = ACTIONS(1766), - [anon_sym_is] = ACTIONS(1764), - [anon_sym_BANGis] = ACTIONS(1766), - [anon_sym_PLUS] = ACTIONS(1764), - [anon_sym_DASH] = ACTIONS(1764), - [anon_sym_PLUS_PLUS] = ACTIONS(1766), - [anon_sym_DASH_DASH] = ACTIONS(1766), - [anon_sym_BANG] = ACTIONS(1764), + [anon_sym_LBRACK] = ACTIONS(1696), + [anon_sym_as] = ACTIONS(1694), + [anon_sym_EQ] = ACTIONS(5806), + [anon_sym_LBRACE] = ACTIONS(1696), + [anon_sym_RBRACE] = ACTIONS(1696), + [anon_sym_LPAREN] = ACTIONS(1696), + [anon_sym_by] = ACTIONS(5782), + [anon_sym_LT] = ACTIONS(1694), + [anon_sym_GT] = ACTIONS(1694), + [anon_sym_DOT] = ACTIONS(1694), + [anon_sym_SEMI] = ACTIONS(3744), + [anon_sym_get] = ACTIONS(5784), + [anon_sym_set] = ACTIONS(5786), + [anon_sym_STAR] = ACTIONS(1694), + [sym_label] = ACTIONS(1696), + [anon_sym_in] = ACTIONS(1694), + [anon_sym_DOT_DOT] = ACTIONS(1696), + [anon_sym_QMARK_COLON] = ACTIONS(1696), + [anon_sym_AMP_AMP] = ACTIONS(1696), + [anon_sym_PIPE_PIPE] = ACTIONS(1696), + [anon_sym_else] = ACTIONS(1694), + [anon_sym_COLON_COLON] = ACTIONS(1696), + [anon_sym_PLUS_EQ] = ACTIONS(1696), + [anon_sym_DASH_EQ] = ACTIONS(1696), + [anon_sym_STAR_EQ] = ACTIONS(1696), + [anon_sym_SLASH_EQ] = ACTIONS(1696), + [anon_sym_PERCENT_EQ] = ACTIONS(1696), + [anon_sym_BANG_EQ] = ACTIONS(1694), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), + [anon_sym_EQ_EQ] = ACTIONS(1694), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), + [anon_sym_LT_EQ] = ACTIONS(1696), + [anon_sym_GT_EQ] = ACTIONS(1696), + [anon_sym_BANGin] = ACTIONS(1696), + [anon_sym_is] = ACTIONS(1694), + [anon_sym_BANGis] = ACTIONS(1696), + [anon_sym_PLUS] = ACTIONS(1694), + [anon_sym_DASH] = ACTIONS(1694), + [anon_sym_SLASH] = ACTIONS(1694), + [anon_sym_PERCENT] = ACTIONS(1694), + [anon_sym_as_QMARK] = ACTIONS(1696), + [anon_sym_PLUS_PLUS] = ACTIONS(1696), + [anon_sym_DASH_DASH] = ACTIONS(1696), + [anon_sym_BANG_BANG] = ACTIONS(1696), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -293166,87 +294524,171 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1766), - [anon_sym_continue_AT] = ACTIONS(1766), - [anon_sym_break_AT] = ACTIONS(1766), - [sym_real_literal] = ACTIONS(1766), - [sym_integer_literal] = ACTIONS(1764), - [sym_hex_literal] = ACTIONS(1766), - [sym_bin_literal] = ACTIONS(1766), - [anon_sym_true] = ACTIONS(1764), - [anon_sym_false] = ACTIONS(1764), - [anon_sym_SQUOTE] = ACTIONS(1766), - [sym__backtick_identifier] = ACTIONS(1766), - [sym__automatic_semicolon] = ACTIONS(1766), + [sym__backtick_identifier] = ACTIONS(1696), + [sym__automatic_semicolon] = ACTIONS(1696), + [sym_safe_nav] = ACTIONS(1696), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1766), }, - [2453] = { - [sym_getter] = STATE(4966), - [sym_setter] = STATE(4966), - [sym_modifiers] = STATE(8718), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1770), + [2466] = { + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(1752), + [sym__comparison_operator] = STATE(1753), + [sym__in_operator] = STATE(1754), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(1755), + [sym__multiplicative_operator] = STATE(1756), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_annotation] = STATE(7893), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1758), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(3009), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_RPAREN] = ACTIONS(3009), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(4156), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3009), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(4164), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(4166), + [anon_sym_while] = ACTIONS(3007), + [anon_sym_DOT_DOT] = ACTIONS(4168), + [anon_sym_QMARK_COLON] = ACTIONS(4170), + [anon_sym_AMP_AMP] = ACTIONS(4172), + [anon_sym_PIPE_PIPE] = ACTIONS(4174), + [anon_sym_else] = ACTIONS(3007), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_BANG_EQ] = ACTIONS(4176), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4178), + [anon_sym_EQ_EQ] = ACTIONS(4176), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4178), + [anon_sym_LT_EQ] = ACTIONS(4180), + [anon_sym_GT_EQ] = ACTIONS(4180), + [anon_sym_BANGin] = ACTIONS(4182), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), + [anon_sym_PLUS] = ACTIONS(4184), + [anon_sym_DASH] = ACTIONS(4184), + [anon_sym_SLASH] = ACTIONS(4186), + [anon_sym_PERCENT] = ACTIONS(4164), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), + [anon_sym_suspend] = ACTIONS(3007), + [anon_sym_sealed] = ACTIONS(3007), + [anon_sym_annotation] = ACTIONS(3007), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_override] = ACTIONS(3007), + [anon_sym_lateinit] = ACTIONS(3007), + [anon_sym_public] = ACTIONS(3007), + [anon_sym_private] = ACTIONS(3007), + [anon_sym_internal] = ACTIONS(3007), + [anon_sym_protected] = ACTIONS(3007), + [anon_sym_tailrec] = ACTIONS(3007), + [anon_sym_operator] = ACTIONS(3007), + [anon_sym_infix] = ACTIONS(3007), + [anon_sym_inline] = ACTIONS(3007), + [anon_sym_external] = ACTIONS(3007), + [sym_property_modifier] = ACTIONS(3007), + [anon_sym_abstract] = ACTIONS(3007), + [anon_sym_final] = ACTIONS(3007), + [anon_sym_open] = ACTIONS(3007), + [anon_sym_vararg] = ACTIONS(3007), + [anon_sym_noinline] = ACTIONS(3007), + [anon_sym_crossinline] = ACTIONS(3007), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym_safe_nav] = ACTIONS(3420), + [sym_multiline_comment] = ACTIONS(3), + }, + [2467] = { + [sym_getter] = STATE(3701), + [sym_setter] = STATE(3701), + [sym_modifiers] = STATE(8752), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1778), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1772), - [anon_sym_as] = ACTIONS(1770), - [anon_sym_EQ] = ACTIONS(1770), - [anon_sym_LBRACE] = ACTIONS(1772), - [anon_sym_RBRACE] = ACTIONS(1772), - [anon_sym_LPAREN] = ACTIONS(1772), - [anon_sym_COMMA] = ACTIONS(1772), - [anon_sym_LT] = ACTIONS(1770), - [anon_sym_GT] = ACTIONS(1770), - [anon_sym_where] = ACTIONS(1770), - [anon_sym_DOT] = ACTIONS(1770), - [anon_sym_SEMI] = ACTIONS(3628), - [anon_sym_get] = ACTIONS(5637), - [anon_sym_set] = ACTIONS(5639), - [anon_sym_STAR] = ACTIONS(1770), - [sym_label] = ACTIONS(1772), - [anon_sym_in] = ACTIONS(1770), - [anon_sym_DOT_DOT] = ACTIONS(1772), - [anon_sym_QMARK_COLON] = ACTIONS(1772), - [anon_sym_AMP_AMP] = ACTIONS(1772), - [anon_sym_PIPE_PIPE] = ACTIONS(1772), - [anon_sym_else] = ACTIONS(1770), - [anon_sym_COLON_COLON] = ACTIONS(1772), - [anon_sym_PLUS_EQ] = ACTIONS(1772), - [anon_sym_DASH_EQ] = ACTIONS(1772), - [anon_sym_STAR_EQ] = ACTIONS(1772), - [anon_sym_SLASH_EQ] = ACTIONS(1772), - [anon_sym_PERCENT_EQ] = ACTIONS(1772), - [anon_sym_BANG_EQ] = ACTIONS(1770), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1772), - [anon_sym_EQ_EQ] = ACTIONS(1770), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1772), - [anon_sym_LT_EQ] = ACTIONS(1772), - [anon_sym_GT_EQ] = ACTIONS(1772), - [anon_sym_BANGin] = ACTIONS(1772), - [anon_sym_is] = ACTIONS(1770), - [anon_sym_BANGis] = ACTIONS(1772), - [anon_sym_PLUS] = ACTIONS(1770), - [anon_sym_DASH] = ACTIONS(1770), - [anon_sym_SLASH] = ACTIONS(1770), - [anon_sym_PERCENT] = ACTIONS(1770), - [anon_sym_as_QMARK] = ACTIONS(1772), - [anon_sym_PLUS_PLUS] = ACTIONS(1772), - [anon_sym_DASH_DASH] = ACTIONS(1772), - [anon_sym_BANG_BANG] = ACTIONS(1772), + [anon_sym_LBRACK] = ACTIONS(1780), + [anon_sym_as] = ACTIONS(1778), + [anon_sym_EQ] = ACTIONS(1778), + [anon_sym_LBRACE] = ACTIONS(1780), + [anon_sym_RBRACE] = ACTIONS(1780), + [anon_sym_LPAREN] = ACTIONS(1780), + [anon_sym_COMMA] = ACTIONS(1780), + [anon_sym_LT] = ACTIONS(1778), + [anon_sym_GT] = ACTIONS(1778), + [anon_sym_where] = ACTIONS(1778), + [anon_sym_DOT] = ACTIONS(1778), + [anon_sym_SEMI] = ACTIONS(1780), + [anon_sym_get] = ACTIONS(5691), + [anon_sym_set] = ACTIONS(5693), + [anon_sym_STAR] = ACTIONS(1778), + [sym_label] = ACTIONS(1780), + [anon_sym_in] = ACTIONS(1778), + [anon_sym_DOT_DOT] = ACTIONS(1780), + [anon_sym_QMARK_COLON] = ACTIONS(1780), + [anon_sym_AMP_AMP] = ACTIONS(1780), + [anon_sym_PIPE_PIPE] = ACTIONS(1780), + [anon_sym_else] = ACTIONS(1778), + [anon_sym_COLON_COLON] = ACTIONS(1780), + [anon_sym_PLUS_EQ] = ACTIONS(1780), + [anon_sym_DASH_EQ] = ACTIONS(1780), + [anon_sym_STAR_EQ] = ACTIONS(1780), + [anon_sym_SLASH_EQ] = ACTIONS(1780), + [anon_sym_PERCENT_EQ] = ACTIONS(1780), + [anon_sym_BANG_EQ] = ACTIONS(1778), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1780), + [anon_sym_EQ_EQ] = ACTIONS(1778), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1780), + [anon_sym_LT_EQ] = ACTIONS(1780), + [anon_sym_GT_EQ] = ACTIONS(1780), + [anon_sym_BANGin] = ACTIONS(1780), + [anon_sym_is] = ACTIONS(1778), + [anon_sym_BANGis] = ACTIONS(1780), + [anon_sym_PLUS] = ACTIONS(1778), + [anon_sym_DASH] = ACTIONS(1778), + [anon_sym_SLASH] = ACTIONS(1778), + [anon_sym_PERCENT] = ACTIONS(1778), + [anon_sym_as_QMARK] = ACTIONS(1780), + [anon_sym_PLUS_PLUS] = ACTIONS(1780), + [anon_sym_DASH_DASH] = ACTIONS(1780), + [anon_sym_BANG_BANG] = ACTIONS(1780), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -293270,77 +294712,161 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1772), - [sym__automatic_semicolon] = ACTIONS(1772), - [sym_safe_nav] = ACTIONS(1772), + [sym__backtick_identifier] = ACTIONS(1780), + [sym__automatic_semicolon] = ACTIONS(1780), + [sym_safe_nav] = ACTIONS(1780), [sym_multiline_comment] = ACTIONS(3), }, - [2454] = { - [sym_property_delegate] = STATE(2603), - [sym_getter] = STATE(3877), - [sym_setter] = STATE(3877), - [sym_modifiers] = STATE(8770), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), + [2468] = { + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(1752), + [sym__comparison_operator] = STATE(1753), + [sym__in_operator] = STATE(1754), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(1755), + [sym__multiplicative_operator] = STATE(1756), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_annotation] = STATE(7893), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1758), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(3005), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_RPAREN] = ACTIONS(3005), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(4156), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3005), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(4164), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(4166), + [anon_sym_while] = ACTIONS(3003), + [anon_sym_DOT_DOT] = ACTIONS(4168), + [anon_sym_QMARK_COLON] = ACTIONS(4170), + [anon_sym_AMP_AMP] = ACTIONS(4172), + [anon_sym_PIPE_PIPE] = ACTIONS(4174), + [anon_sym_else] = ACTIONS(3003), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_BANG_EQ] = ACTIONS(4176), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4178), + [anon_sym_EQ_EQ] = ACTIONS(4176), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4178), + [anon_sym_LT_EQ] = ACTIONS(4180), + [anon_sym_GT_EQ] = ACTIONS(4180), + [anon_sym_BANGin] = ACTIONS(4182), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), + [anon_sym_PLUS] = ACTIONS(4184), + [anon_sym_DASH] = ACTIONS(4184), + [anon_sym_SLASH] = ACTIONS(4186), + [anon_sym_PERCENT] = ACTIONS(4164), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), + [anon_sym_suspend] = ACTIONS(3003), + [anon_sym_sealed] = ACTIONS(3003), + [anon_sym_annotation] = ACTIONS(3003), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_override] = ACTIONS(3003), + [anon_sym_lateinit] = ACTIONS(3003), + [anon_sym_public] = ACTIONS(3003), + [anon_sym_private] = ACTIONS(3003), + [anon_sym_internal] = ACTIONS(3003), + [anon_sym_protected] = ACTIONS(3003), + [anon_sym_tailrec] = ACTIONS(3003), + [anon_sym_operator] = ACTIONS(3003), + [anon_sym_infix] = ACTIONS(3003), + [anon_sym_inline] = ACTIONS(3003), + [anon_sym_external] = ACTIONS(3003), + [sym_property_modifier] = ACTIONS(3003), + [anon_sym_abstract] = ACTIONS(3003), + [anon_sym_final] = ACTIONS(3003), + [anon_sym_open] = ACTIONS(3003), + [anon_sym_vararg] = ACTIONS(3003), + [anon_sym_noinline] = ACTIONS(3003), + [anon_sym_crossinline] = ACTIONS(3003), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym_safe_nav] = ACTIONS(3420), + [sym_multiline_comment] = ACTIONS(3), + }, + [2469] = { + [sym_property_delegate] = STATE(2657), + [sym_getter] = STATE(5383), + [sym_setter] = STATE(5383), + [sym_modifiers] = STATE(8811), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_EQ] = ACTIONS(5872), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_by] = ACTIONS(5774), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(3732), - [anon_sym_get] = ACTIONS(5866), - [anon_sym_set] = ACTIONS(5868), - [anon_sym_STAR] = ACTIONS(1776), - [sym_label] = ACTIONS(1778), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_PLUS_EQ] = ACTIONS(1778), - [anon_sym_DASH_EQ] = ACTIONS(1778), - [anon_sym_STAR_EQ] = ACTIONS(1778), - [anon_sym_SLASH_EQ] = ACTIONS(1778), - [anon_sym_PERCENT_EQ] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1776), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG_BANG] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_EQ] = ACTIONS(5804), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_by] = ACTIONS(3510), + [anon_sym_object] = ACTIONS(1784), + [anon_sym_fun] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(1974), + [anon_sym_get] = ACTIONS(5794), + [anon_sym_set] = ACTIONS(5796), + [anon_sym_this] = ACTIONS(1784), + [anon_sym_super] = ACTIONS(1784), + [anon_sym_STAR] = ACTIONS(1786), + [sym_label] = ACTIONS(1784), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_null] = ACTIONS(1784), + [anon_sym_if] = ACTIONS(1784), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_when] = ACTIONS(1784), + [anon_sym_try] = ACTIONS(1784), + [anon_sym_throw] = ACTIONS(1784), + [anon_sym_return] = ACTIONS(1784), + [anon_sym_continue] = ACTIONS(1784), + [anon_sym_break] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG] = ACTIONS(1784), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -293364,171 +294890,88 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1778), - [sym__automatic_semicolon] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), - [sym_multiline_comment] = ACTIONS(3), - }, - [2455] = { - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(1738), - [sym__comparison_operator] = STATE(1739), - [sym__in_operator] = STATE(1740), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(1741), - [sym__multiplicative_operator] = STATE(1742), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_annotation] = STATE(7845), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1744), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(3021), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_RPAREN] = ACTIONS(3021), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(4149), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(3021), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(4157), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(4159), - [anon_sym_while] = ACTIONS(3019), - [anon_sym_DOT_DOT] = ACTIONS(4161), - [anon_sym_QMARK_COLON] = ACTIONS(4163), - [anon_sym_AMP_AMP] = ACTIONS(4165), - [anon_sym_PIPE_PIPE] = ACTIONS(4167), - [anon_sym_else] = ACTIONS(3019), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_BANG_EQ] = ACTIONS(4169), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4171), - [anon_sym_EQ_EQ] = ACTIONS(4169), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4171), - [anon_sym_LT_EQ] = ACTIONS(4173), - [anon_sym_GT_EQ] = ACTIONS(4173), - [anon_sym_BANGin] = ACTIONS(4175), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), - [anon_sym_PLUS] = ACTIONS(4177), - [anon_sym_DASH] = ACTIONS(4177), - [anon_sym_SLASH] = ACTIONS(4179), - [anon_sym_PERCENT] = ACTIONS(4157), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), - [anon_sym_suspend] = ACTIONS(3019), - [anon_sym_sealed] = ACTIONS(3019), - [anon_sym_annotation] = ACTIONS(3019), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3019), - [anon_sym_lateinit] = ACTIONS(3019), - [anon_sym_public] = ACTIONS(3019), - [anon_sym_private] = ACTIONS(3019), - [anon_sym_internal] = ACTIONS(3019), - [anon_sym_protected] = ACTIONS(3019), - [anon_sym_tailrec] = ACTIONS(3019), - [anon_sym_operator] = ACTIONS(3019), - [anon_sym_infix] = ACTIONS(3019), - [anon_sym_inline] = ACTIONS(3019), - [anon_sym_external] = ACTIONS(3019), - [sym_property_modifier] = ACTIONS(3019), - [anon_sym_abstract] = ACTIONS(3019), - [anon_sym_final] = ACTIONS(3019), - [anon_sym_open] = ACTIONS(3019), - [anon_sym_vararg] = ACTIONS(3019), - [anon_sym_noinline] = ACTIONS(3019), - [anon_sym_crossinline] = ACTIONS(3019), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), - [sym_multiline_comment] = ACTIONS(3), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1786), + [anon_sym_continue_AT] = ACTIONS(1786), + [anon_sym_break_AT] = ACTIONS(1786), + [sym_real_literal] = ACTIONS(1786), + [sym_integer_literal] = ACTIONS(1784), + [sym_hex_literal] = ACTIONS(1786), + [sym_bin_literal] = ACTIONS(1786), + [anon_sym_true] = ACTIONS(1784), + [anon_sym_false] = ACTIONS(1784), + [anon_sym_SQUOTE] = ACTIONS(1786), + [sym__backtick_identifier] = ACTIONS(1786), + [sym__automatic_semicolon] = ACTIONS(1786), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1786), }, - [2456] = { - [sym_property_delegate] = STATE(2620), - [sym_getter] = STATE(5053), - [sym_setter] = STATE(5053), - [sym_modifiers] = STATE(8567), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1764), + [2470] = { + [sym_property_delegate] = STATE(2665), + [sym_getter] = STATE(4641), + [sym_setter] = STATE(4641), + [sym_modifiers] = STATE(8791), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1766), - [anon_sym_as] = ACTIONS(1764), - [anon_sym_EQ] = ACTIONS(5836), - [anon_sym_LBRACE] = ACTIONS(1766), - [anon_sym_RBRACE] = ACTIONS(1766), - [anon_sym_LPAREN] = ACTIONS(1766), - [anon_sym_by] = ACTIONS(5774), - [anon_sym_LT] = ACTIONS(1764), - [anon_sym_GT] = ACTIONS(1764), - [anon_sym_DOT] = ACTIONS(1764), - [anon_sym_SEMI] = ACTIONS(3748), - [anon_sym_get] = ACTIONS(5776), - [anon_sym_set] = ACTIONS(5778), - [anon_sym_STAR] = ACTIONS(1764), - [sym_label] = ACTIONS(1766), - [anon_sym_in] = ACTIONS(1764), - [anon_sym_DOT_DOT] = ACTIONS(1766), - [anon_sym_QMARK_COLON] = ACTIONS(1766), - [anon_sym_AMP_AMP] = ACTIONS(1766), - [anon_sym_PIPE_PIPE] = ACTIONS(1766), - [anon_sym_else] = ACTIONS(1764), - [anon_sym_COLON_COLON] = ACTIONS(1766), - [anon_sym_PLUS_EQ] = ACTIONS(1766), - [anon_sym_DASH_EQ] = ACTIONS(1766), - [anon_sym_STAR_EQ] = ACTIONS(1766), - [anon_sym_SLASH_EQ] = ACTIONS(1766), - [anon_sym_PERCENT_EQ] = ACTIONS(1766), - [anon_sym_BANG_EQ] = ACTIONS(1764), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), - [anon_sym_EQ_EQ] = ACTIONS(1764), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1766), - [anon_sym_LT_EQ] = ACTIONS(1766), - [anon_sym_GT_EQ] = ACTIONS(1766), - [anon_sym_BANGin] = ACTIONS(1766), - [anon_sym_is] = ACTIONS(1764), - [anon_sym_BANGis] = ACTIONS(1766), - [anon_sym_PLUS] = ACTIONS(1764), - [anon_sym_DASH] = ACTIONS(1764), - [anon_sym_SLASH] = ACTIONS(1764), - [anon_sym_PERCENT] = ACTIONS(1764), - [anon_sym_as_QMARK] = ACTIONS(1766), - [anon_sym_PLUS_PLUS] = ACTIONS(1766), - [anon_sym_DASH_DASH] = ACTIONS(1766), - [anon_sym_BANG_BANG] = ACTIONS(1766), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_RBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_EQ] = ACTIONS(5982), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_COMMA] = ACTIONS(1786), + [anon_sym_RPAREN] = ACTIONS(1786), + [anon_sym_by] = ACTIONS(5900), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_where] = ACTIONS(1784), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(3798), + [anon_sym_get] = ACTIONS(5904), + [anon_sym_set] = ACTIONS(5906), + [anon_sym_STAR] = ACTIONS(1786), + [anon_sym_DASH_GT] = ACTIONS(1786), + [sym_label] = ACTIONS(1786), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_while] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1786), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG_BANG] = ACTIONS(1786), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -293552,67 +294995,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1766), - [sym__automatic_semicolon] = ACTIONS(1766), - [sym_safe_nav] = ACTIONS(1766), + [sym__backtick_identifier] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), [sym_multiline_comment] = ACTIONS(3), }, - [2457] = { - [sym_property_delegate] = STATE(2679), - [sym_getter] = STATE(5349), - [sym_setter] = STATE(5349), - [sym_modifiers] = STATE(8883), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1694), + [2471] = { + [sym_property_delegate] = STATE(2650), + [sym_getter] = STATE(3142), + [sym_setter] = STATE(3142), + [sym_modifiers] = STATE(8934), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1752), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1696), - [anon_sym_EQ] = ACTIONS(5834), - [anon_sym_LBRACE] = ACTIONS(1696), - [anon_sym_RBRACE] = ACTIONS(1696), - [anon_sym_LPAREN] = ACTIONS(1696), - [anon_sym_by] = ACTIONS(3510), - [anon_sym_object] = ACTIONS(1694), - [anon_sym_fun] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(1986), - [anon_sym_get] = ACTIONS(5816), - [anon_sym_set] = ACTIONS(5818), - [anon_sym_this] = ACTIONS(1694), - [anon_sym_super] = ACTIONS(1694), - [anon_sym_STAR] = ACTIONS(1696), - [sym_label] = ACTIONS(1694), - [anon_sym_in] = ACTIONS(1694), - [anon_sym_null] = ACTIONS(1694), - [anon_sym_if] = ACTIONS(1694), - [anon_sym_else] = ACTIONS(1694), - [anon_sym_when] = ACTIONS(1694), - [anon_sym_try] = ACTIONS(1694), - [anon_sym_throw] = ACTIONS(1694), - [anon_sym_return] = ACTIONS(1694), - [anon_sym_continue] = ACTIONS(1694), - [anon_sym_break] = ACTIONS(1694), - [anon_sym_COLON_COLON] = ACTIONS(1696), - [anon_sym_BANGin] = ACTIONS(1696), - [anon_sym_is] = ACTIONS(1694), - [anon_sym_BANGis] = ACTIONS(1696), - [anon_sym_PLUS] = ACTIONS(1694), - [anon_sym_DASH] = ACTIONS(1694), - [anon_sym_PLUS_PLUS] = ACTIONS(1696), - [anon_sym_DASH_DASH] = ACTIONS(1696), - [anon_sym_BANG] = ACTIONS(1694), + [anon_sym_LBRACK] = ACTIONS(1754), + [anon_sym_RBRACK] = ACTIONS(1754), + [anon_sym_as] = ACTIONS(1752), + [anon_sym_EQ] = ACTIONS(5970), + [anon_sym_LBRACE] = ACTIONS(1754), + [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_LPAREN] = ACTIONS(1754), + [anon_sym_COMMA] = ACTIONS(1754), + [anon_sym_RPAREN] = ACTIONS(1754), + [anon_sym_by] = ACTIONS(5900), + [anon_sym_LT] = ACTIONS(1752), + [anon_sym_GT] = ACTIONS(1752), + [anon_sym_where] = ACTIONS(1752), + [anon_sym_DOT] = ACTIONS(1752), + [anon_sym_SEMI] = ACTIONS(3808), + [anon_sym_get] = ACTIONS(5910), + [anon_sym_set] = ACTIONS(5912), + [anon_sym_STAR] = ACTIONS(1754), + [anon_sym_DASH_GT] = ACTIONS(1754), + [sym_label] = ACTIONS(1754), + [anon_sym_in] = ACTIONS(1752), + [anon_sym_while] = ACTIONS(1752), + [anon_sym_DOT_DOT] = ACTIONS(1754), + [anon_sym_QMARK_COLON] = ACTIONS(1754), + [anon_sym_AMP_AMP] = ACTIONS(1754), + [anon_sym_PIPE_PIPE] = ACTIONS(1754), + [anon_sym_else] = ACTIONS(1752), + [anon_sym_COLON_COLON] = ACTIONS(1754), + [anon_sym_BANG_EQ] = ACTIONS(1752), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), + [anon_sym_EQ_EQ] = ACTIONS(1752), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), + [anon_sym_LT_EQ] = ACTIONS(1754), + [anon_sym_GT_EQ] = ACTIONS(1754), + [anon_sym_BANGin] = ACTIONS(1754), + [anon_sym_is] = ACTIONS(1752), + [anon_sym_BANGis] = ACTIONS(1754), + [anon_sym_PLUS] = ACTIONS(1752), + [anon_sym_DASH] = ACTIONS(1752), + [anon_sym_SLASH] = ACTIONS(1752), + [anon_sym_PERCENT] = ACTIONS(1754), + [anon_sym_as_QMARK] = ACTIONS(1754), + [anon_sym_PLUS_PLUS] = ACTIONS(1754), + [anon_sym_DASH_DASH] = ACTIONS(1754), + [anon_sym_BANG_BANG] = ACTIONS(1754), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -293636,87 +295089,1006 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1696), - [anon_sym_continue_AT] = ACTIONS(1696), - [anon_sym_break_AT] = ACTIONS(1696), - [sym_real_literal] = ACTIONS(1696), - [sym_integer_literal] = ACTIONS(1694), - [sym_hex_literal] = ACTIONS(1696), - [sym_bin_literal] = ACTIONS(1696), - [anon_sym_true] = ACTIONS(1694), - [anon_sym_false] = ACTIONS(1694), - [anon_sym_SQUOTE] = ACTIONS(1696), - [sym__backtick_identifier] = ACTIONS(1696), - [sym__automatic_semicolon] = ACTIONS(1696), + [sym__backtick_identifier] = ACTIONS(1754), + [sym_safe_nav] = ACTIONS(1754), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1696), }, - [2458] = { - [sym_property_delegate] = STATE(2601), - [sym_getter] = STATE(3812), - [sym_setter] = STATE(3812), - [sym_modifiers] = STATE(8770), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1770), + [2472] = { + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(1752), + [sym__comparison_operator] = STATE(1753), + [sym__in_operator] = STATE(1754), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(1755), + [sym__multiplicative_operator] = STATE(1756), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_annotation] = STATE(7893), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1758), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), + [sym__alpha_identifier] = ACTIONS(2992), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(2994), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_RPAREN] = ACTIONS(2994), + [anon_sym_LT] = ACTIONS(2996), + [anon_sym_GT] = ACTIONS(2992), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(2994), + [anon_sym_get] = ACTIONS(2992), + [anon_sym_set] = ACTIONS(2992), + [anon_sym_STAR] = ACTIONS(4164), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(2992), + [anon_sym_while] = ACTIONS(2992), + [anon_sym_DOT_DOT] = ACTIONS(4168), + [anon_sym_QMARK_COLON] = ACTIONS(2994), + [anon_sym_AMP_AMP] = ACTIONS(2994), + [anon_sym_PIPE_PIPE] = ACTIONS(2994), + [anon_sym_else] = ACTIONS(2992), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_BANG_EQ] = ACTIONS(2992), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2994), + [anon_sym_EQ_EQ] = ACTIONS(2992), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2994), + [anon_sym_LT_EQ] = ACTIONS(2994), + [anon_sym_GT_EQ] = ACTIONS(2994), + [anon_sym_BANGin] = ACTIONS(2994), + [anon_sym_is] = ACTIONS(2992), + [anon_sym_BANGis] = ACTIONS(2994), + [anon_sym_PLUS] = ACTIONS(4184), + [anon_sym_DASH] = ACTIONS(4184), + [anon_sym_SLASH] = ACTIONS(4186), + [anon_sym_PERCENT] = ACTIONS(4164), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), + [anon_sym_suspend] = ACTIONS(2992), + [anon_sym_sealed] = ACTIONS(2992), + [anon_sym_annotation] = ACTIONS(2992), + [anon_sym_data] = ACTIONS(2992), + [anon_sym_inner] = ACTIONS(2992), + [anon_sym_override] = ACTIONS(2992), + [anon_sym_lateinit] = ACTIONS(2992), + [anon_sym_public] = ACTIONS(2992), + [anon_sym_private] = ACTIONS(2992), + [anon_sym_internal] = ACTIONS(2992), + [anon_sym_protected] = ACTIONS(2992), + [anon_sym_tailrec] = ACTIONS(2992), + [anon_sym_operator] = ACTIONS(2992), + [anon_sym_infix] = ACTIONS(2992), + [anon_sym_inline] = ACTIONS(2992), + [anon_sym_external] = ACTIONS(2992), + [sym_property_modifier] = ACTIONS(2992), + [anon_sym_abstract] = ACTIONS(2992), + [anon_sym_final] = ACTIONS(2992), + [anon_sym_open] = ACTIONS(2992), + [anon_sym_vararg] = ACTIONS(2992), + [anon_sym_noinline] = ACTIONS(2992), + [anon_sym_crossinline] = ACTIONS(2992), + [anon_sym_expect] = ACTIONS(2992), + [anon_sym_actual] = ACTIONS(2992), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(2994), + [sym_safe_nav] = ACTIONS(3420), + [sym_multiline_comment] = ACTIONS(3), + }, + [2473] = { + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(1752), + [sym__comparison_operator] = STATE(1753), + [sym__in_operator] = STATE(1754), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(1755), + [sym__multiplicative_operator] = STATE(1756), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_annotation] = STATE(7893), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1758), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), + [sym__alpha_identifier] = ACTIONS(3011), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(3013), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_RPAREN] = ACTIONS(3013), + [anon_sym_LT] = ACTIONS(3015), + [anon_sym_GT] = ACTIONS(3011), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3013), + [anon_sym_get] = ACTIONS(3011), + [anon_sym_set] = ACTIONS(3011), + [anon_sym_STAR] = ACTIONS(3013), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(3011), + [anon_sym_while] = ACTIONS(3011), + [anon_sym_DOT_DOT] = ACTIONS(3013), + [anon_sym_QMARK_COLON] = ACTIONS(3013), + [anon_sym_AMP_AMP] = ACTIONS(3013), + [anon_sym_PIPE_PIPE] = ACTIONS(3013), + [anon_sym_else] = ACTIONS(3011), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_BANG_EQ] = ACTIONS(3011), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3013), + [anon_sym_EQ_EQ] = ACTIONS(3011), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3013), + [anon_sym_LT_EQ] = ACTIONS(3013), + [anon_sym_GT_EQ] = ACTIONS(3013), + [anon_sym_BANGin] = ACTIONS(3013), + [anon_sym_is] = ACTIONS(3011), + [anon_sym_BANGis] = ACTIONS(3013), + [anon_sym_PLUS] = ACTIONS(3011), + [anon_sym_DASH] = ACTIONS(3011), + [anon_sym_SLASH] = ACTIONS(3011), + [anon_sym_PERCENT] = ACTIONS(3013), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), + [anon_sym_suspend] = ACTIONS(3011), + [anon_sym_sealed] = ACTIONS(3011), + [anon_sym_annotation] = ACTIONS(3011), + [anon_sym_data] = ACTIONS(3011), + [anon_sym_inner] = ACTIONS(3011), + [anon_sym_override] = ACTIONS(3011), + [anon_sym_lateinit] = ACTIONS(3011), + [anon_sym_public] = ACTIONS(3011), + [anon_sym_private] = ACTIONS(3011), + [anon_sym_internal] = ACTIONS(3011), + [anon_sym_protected] = ACTIONS(3011), + [anon_sym_tailrec] = ACTIONS(3011), + [anon_sym_operator] = ACTIONS(3011), + [anon_sym_infix] = ACTIONS(3011), + [anon_sym_inline] = ACTIONS(3011), + [anon_sym_external] = ACTIONS(3011), + [sym_property_modifier] = ACTIONS(3011), + [anon_sym_abstract] = ACTIONS(3011), + [anon_sym_final] = ACTIONS(3011), + [anon_sym_open] = ACTIONS(3011), + [anon_sym_vararg] = ACTIONS(3011), + [anon_sym_noinline] = ACTIONS(3011), + [anon_sym_crossinline] = ACTIONS(3011), + [anon_sym_expect] = ACTIONS(3011), + [anon_sym_actual] = ACTIONS(3011), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3013), + [sym_safe_nav] = ACTIONS(3420), + [sym_multiline_comment] = ACTIONS(3), + }, + [2474] = { + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(1752), + [sym__comparison_operator] = STATE(1753), + [sym__in_operator] = STATE(1754), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(1755), + [sym__multiplicative_operator] = STATE(1756), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_annotation] = STATE(7893), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1758), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), + [sym__alpha_identifier] = ACTIONS(3022), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(3024), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_RPAREN] = ACTIONS(3024), + [anon_sym_LT] = ACTIONS(3026), + [anon_sym_GT] = ACTIONS(3022), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3024), + [anon_sym_get] = ACTIONS(3022), + [anon_sym_set] = ACTIONS(3022), + [anon_sym_STAR] = ACTIONS(4164), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(3022), + [anon_sym_while] = ACTIONS(3022), + [anon_sym_DOT_DOT] = ACTIONS(3024), + [anon_sym_QMARK_COLON] = ACTIONS(3024), + [anon_sym_AMP_AMP] = ACTIONS(3024), + [anon_sym_PIPE_PIPE] = ACTIONS(3024), + [anon_sym_else] = ACTIONS(3022), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_BANG_EQ] = ACTIONS(3022), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3024), + [anon_sym_EQ_EQ] = ACTIONS(3022), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3024), + [anon_sym_LT_EQ] = ACTIONS(3024), + [anon_sym_GT_EQ] = ACTIONS(3024), + [anon_sym_BANGin] = ACTIONS(3024), + [anon_sym_is] = ACTIONS(3022), + [anon_sym_BANGis] = ACTIONS(3024), + [anon_sym_PLUS] = ACTIONS(3022), + [anon_sym_DASH] = ACTIONS(3022), + [anon_sym_SLASH] = ACTIONS(4186), + [anon_sym_PERCENT] = ACTIONS(4164), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), + [anon_sym_suspend] = ACTIONS(3022), + [anon_sym_sealed] = ACTIONS(3022), + [anon_sym_annotation] = ACTIONS(3022), + [anon_sym_data] = ACTIONS(3022), + [anon_sym_inner] = ACTIONS(3022), + [anon_sym_override] = ACTIONS(3022), + [anon_sym_lateinit] = ACTIONS(3022), + [anon_sym_public] = ACTIONS(3022), + [anon_sym_private] = ACTIONS(3022), + [anon_sym_internal] = ACTIONS(3022), + [anon_sym_protected] = ACTIONS(3022), + [anon_sym_tailrec] = ACTIONS(3022), + [anon_sym_operator] = ACTIONS(3022), + [anon_sym_infix] = ACTIONS(3022), + [anon_sym_inline] = ACTIONS(3022), + [anon_sym_external] = ACTIONS(3022), + [sym_property_modifier] = ACTIONS(3022), + [anon_sym_abstract] = ACTIONS(3022), + [anon_sym_final] = ACTIONS(3022), + [anon_sym_open] = ACTIONS(3022), + [anon_sym_vararg] = ACTIONS(3022), + [anon_sym_noinline] = ACTIONS(3022), + [anon_sym_crossinline] = ACTIONS(3022), + [anon_sym_expect] = ACTIONS(3022), + [anon_sym_actual] = ACTIONS(3022), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3024), + [sym_safe_nav] = ACTIONS(3420), + [sym_multiline_comment] = ACTIONS(3), + }, + [2475] = { + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(1752), + [sym__comparison_operator] = STATE(1753), + [sym__in_operator] = STATE(1754), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(1755), + [sym__multiplicative_operator] = STATE(1756), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_annotation] = STATE(7893), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1758), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(3031), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_RPAREN] = ACTIONS(3031), + [anon_sym_LT] = ACTIONS(3033), + [anon_sym_GT] = ACTIONS(3029), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3031), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(4164), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(3029), + [anon_sym_while] = ACTIONS(3029), + [anon_sym_DOT_DOT] = ACTIONS(4168), + [anon_sym_QMARK_COLON] = ACTIONS(4170), + [anon_sym_AMP_AMP] = ACTIONS(3031), + [anon_sym_PIPE_PIPE] = ACTIONS(3031), + [anon_sym_else] = ACTIONS(3029), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_BANG_EQ] = ACTIONS(3029), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3031), + [anon_sym_EQ_EQ] = ACTIONS(3029), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3031), + [anon_sym_LT_EQ] = ACTIONS(3031), + [anon_sym_GT_EQ] = ACTIONS(3031), + [anon_sym_BANGin] = ACTIONS(3031), + [anon_sym_is] = ACTIONS(3029), + [anon_sym_BANGis] = ACTIONS(3031), + [anon_sym_PLUS] = ACTIONS(4184), + [anon_sym_DASH] = ACTIONS(4184), + [anon_sym_SLASH] = ACTIONS(4186), + [anon_sym_PERCENT] = ACTIONS(4164), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), + [anon_sym_suspend] = ACTIONS(3029), + [anon_sym_sealed] = ACTIONS(3029), + [anon_sym_annotation] = ACTIONS(3029), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_override] = ACTIONS(3029), + [anon_sym_lateinit] = ACTIONS(3029), + [anon_sym_public] = ACTIONS(3029), + [anon_sym_private] = ACTIONS(3029), + [anon_sym_internal] = ACTIONS(3029), + [anon_sym_protected] = ACTIONS(3029), + [anon_sym_tailrec] = ACTIONS(3029), + [anon_sym_operator] = ACTIONS(3029), + [anon_sym_infix] = ACTIONS(3029), + [anon_sym_inline] = ACTIONS(3029), + [anon_sym_external] = ACTIONS(3029), + [sym_property_modifier] = ACTIONS(3029), + [anon_sym_abstract] = ACTIONS(3029), + [anon_sym_final] = ACTIONS(3029), + [anon_sym_open] = ACTIONS(3029), + [anon_sym_vararg] = ACTIONS(3029), + [anon_sym_noinline] = ACTIONS(3029), + [anon_sym_crossinline] = ACTIONS(3029), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym_safe_nav] = ACTIONS(3420), + [sym_multiline_comment] = ACTIONS(3), + }, + [2476] = { + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(1752), + [sym__comparison_operator] = STATE(1753), + [sym__in_operator] = STATE(1754), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(1755), + [sym__multiplicative_operator] = STATE(1756), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_annotation] = STATE(7893), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1758), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(3038), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_RPAREN] = ACTIONS(3038), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(3036), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3038), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(4164), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(4166), + [anon_sym_while] = ACTIONS(3036), + [anon_sym_DOT_DOT] = ACTIONS(4168), + [anon_sym_QMARK_COLON] = ACTIONS(4170), + [anon_sym_AMP_AMP] = ACTIONS(3038), + [anon_sym_PIPE_PIPE] = ACTIONS(3038), + [anon_sym_else] = ACTIONS(3036), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_BANG_EQ] = ACTIONS(3036), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3038), + [anon_sym_EQ_EQ] = ACTIONS(3036), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3038), + [anon_sym_LT_EQ] = ACTIONS(3038), + [anon_sym_GT_EQ] = ACTIONS(3038), + [anon_sym_BANGin] = ACTIONS(4182), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), + [anon_sym_PLUS] = ACTIONS(4184), + [anon_sym_DASH] = ACTIONS(4184), + [anon_sym_SLASH] = ACTIONS(4186), + [anon_sym_PERCENT] = ACTIONS(4164), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), + [anon_sym_suspend] = ACTIONS(3036), + [anon_sym_sealed] = ACTIONS(3036), + [anon_sym_annotation] = ACTIONS(3036), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_override] = ACTIONS(3036), + [anon_sym_lateinit] = ACTIONS(3036), + [anon_sym_public] = ACTIONS(3036), + [anon_sym_private] = ACTIONS(3036), + [anon_sym_internal] = ACTIONS(3036), + [anon_sym_protected] = ACTIONS(3036), + [anon_sym_tailrec] = ACTIONS(3036), + [anon_sym_operator] = ACTIONS(3036), + [anon_sym_infix] = ACTIONS(3036), + [anon_sym_inline] = ACTIONS(3036), + [anon_sym_external] = ACTIONS(3036), + [sym_property_modifier] = ACTIONS(3036), + [anon_sym_abstract] = ACTIONS(3036), + [anon_sym_final] = ACTIONS(3036), + [anon_sym_open] = ACTIONS(3036), + [anon_sym_vararg] = ACTIONS(3036), + [anon_sym_noinline] = ACTIONS(3036), + [anon_sym_crossinline] = ACTIONS(3036), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym_safe_nav] = ACTIONS(3420), + [sym_multiline_comment] = ACTIONS(3), + }, + [2477] = { + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(1752), + [sym__comparison_operator] = STATE(1753), + [sym__in_operator] = STATE(1754), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(1755), + [sym__multiplicative_operator] = STATE(1756), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_annotation] = STATE(7893), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1758), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(3042), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_RPAREN] = ACTIONS(3042), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(4156), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3042), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(4164), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(4166), + [anon_sym_while] = ACTIONS(3040), + [anon_sym_DOT_DOT] = ACTIONS(4168), + [anon_sym_QMARK_COLON] = ACTIONS(4170), + [anon_sym_AMP_AMP] = ACTIONS(3042), + [anon_sym_PIPE_PIPE] = ACTIONS(3042), + [anon_sym_else] = ACTIONS(3040), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_BANG_EQ] = ACTIONS(3040), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3042), + [anon_sym_EQ_EQ] = ACTIONS(3040), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3042), + [anon_sym_LT_EQ] = ACTIONS(4180), + [anon_sym_GT_EQ] = ACTIONS(4180), + [anon_sym_BANGin] = ACTIONS(4182), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), + [anon_sym_PLUS] = ACTIONS(4184), + [anon_sym_DASH] = ACTIONS(4184), + [anon_sym_SLASH] = ACTIONS(4186), + [anon_sym_PERCENT] = ACTIONS(4164), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), + [anon_sym_suspend] = ACTIONS(3040), + [anon_sym_sealed] = ACTIONS(3040), + [anon_sym_annotation] = ACTIONS(3040), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_override] = ACTIONS(3040), + [anon_sym_lateinit] = ACTIONS(3040), + [anon_sym_public] = ACTIONS(3040), + [anon_sym_private] = ACTIONS(3040), + [anon_sym_internal] = ACTIONS(3040), + [anon_sym_protected] = ACTIONS(3040), + [anon_sym_tailrec] = ACTIONS(3040), + [anon_sym_operator] = ACTIONS(3040), + [anon_sym_infix] = ACTIONS(3040), + [anon_sym_inline] = ACTIONS(3040), + [anon_sym_external] = ACTIONS(3040), + [sym_property_modifier] = ACTIONS(3040), + [anon_sym_abstract] = ACTIONS(3040), + [anon_sym_final] = ACTIONS(3040), + [anon_sym_open] = ACTIONS(3040), + [anon_sym_vararg] = ACTIONS(3040), + [anon_sym_noinline] = ACTIONS(3040), + [anon_sym_crossinline] = ACTIONS(3040), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym_safe_nav] = ACTIONS(3420), + [sym_multiline_comment] = ACTIONS(3), + }, + [2478] = { + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(1752), + [sym__comparison_operator] = STATE(1753), + [sym__in_operator] = STATE(1754), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(1755), + [sym__multiplicative_operator] = STATE(1756), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_annotation] = STATE(7893), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1758), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(3046), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_RPAREN] = ACTIONS(3046), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(4156), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3046), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(4164), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(4166), + [anon_sym_while] = ACTIONS(3044), + [anon_sym_DOT_DOT] = ACTIONS(4168), + [anon_sym_QMARK_COLON] = ACTIONS(4170), + [anon_sym_AMP_AMP] = ACTIONS(4172), + [anon_sym_PIPE_PIPE] = ACTIONS(3046), + [anon_sym_else] = ACTIONS(3044), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_BANG_EQ] = ACTIONS(4176), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4178), + [anon_sym_EQ_EQ] = ACTIONS(4176), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4178), + [anon_sym_LT_EQ] = ACTIONS(4180), + [anon_sym_GT_EQ] = ACTIONS(4180), + [anon_sym_BANGin] = ACTIONS(4182), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), + [anon_sym_PLUS] = ACTIONS(4184), + [anon_sym_DASH] = ACTIONS(4184), + [anon_sym_SLASH] = ACTIONS(4186), + [anon_sym_PERCENT] = ACTIONS(4164), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), + [anon_sym_suspend] = ACTIONS(3044), + [anon_sym_sealed] = ACTIONS(3044), + [anon_sym_annotation] = ACTIONS(3044), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_override] = ACTIONS(3044), + [anon_sym_lateinit] = ACTIONS(3044), + [anon_sym_public] = ACTIONS(3044), + [anon_sym_private] = ACTIONS(3044), + [anon_sym_internal] = ACTIONS(3044), + [anon_sym_protected] = ACTIONS(3044), + [anon_sym_tailrec] = ACTIONS(3044), + [anon_sym_operator] = ACTIONS(3044), + [anon_sym_infix] = ACTIONS(3044), + [anon_sym_inline] = ACTIONS(3044), + [anon_sym_external] = ACTIONS(3044), + [sym_property_modifier] = ACTIONS(3044), + [anon_sym_abstract] = ACTIONS(3044), + [anon_sym_final] = ACTIONS(3044), + [anon_sym_open] = ACTIONS(3044), + [anon_sym_vararg] = ACTIONS(3044), + [anon_sym_noinline] = ACTIONS(3044), + [anon_sym_crossinline] = ACTIONS(3044), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym_safe_nav] = ACTIONS(3420), + [sym_multiline_comment] = ACTIONS(3), + }, + [2479] = { + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(1752), + [sym__comparison_operator] = STATE(1753), + [sym__in_operator] = STATE(1754), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(1755), + [sym__multiplicative_operator] = STATE(1756), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_annotation] = STATE(7893), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1758), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(3050), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_RPAREN] = ACTIONS(3050), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(4156), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3050), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(4164), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(4166), + [anon_sym_while] = ACTIONS(3048), + [anon_sym_DOT_DOT] = ACTIONS(4168), + [anon_sym_QMARK_COLON] = ACTIONS(4170), + [anon_sym_AMP_AMP] = ACTIONS(3050), + [anon_sym_PIPE_PIPE] = ACTIONS(3050), + [anon_sym_else] = ACTIONS(3048), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_BANG_EQ] = ACTIONS(4176), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4178), + [anon_sym_EQ_EQ] = ACTIONS(4176), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4178), + [anon_sym_LT_EQ] = ACTIONS(4180), + [anon_sym_GT_EQ] = ACTIONS(4180), + [anon_sym_BANGin] = ACTIONS(4182), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), + [anon_sym_PLUS] = ACTIONS(4184), + [anon_sym_DASH] = ACTIONS(4184), + [anon_sym_SLASH] = ACTIONS(4186), + [anon_sym_PERCENT] = ACTIONS(4164), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), + [anon_sym_suspend] = ACTIONS(3048), + [anon_sym_sealed] = ACTIONS(3048), + [anon_sym_annotation] = ACTIONS(3048), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_override] = ACTIONS(3048), + [anon_sym_lateinit] = ACTIONS(3048), + [anon_sym_public] = ACTIONS(3048), + [anon_sym_private] = ACTIONS(3048), + [anon_sym_internal] = ACTIONS(3048), + [anon_sym_protected] = ACTIONS(3048), + [anon_sym_tailrec] = ACTIONS(3048), + [anon_sym_operator] = ACTIONS(3048), + [anon_sym_infix] = ACTIONS(3048), + [anon_sym_inline] = ACTIONS(3048), + [anon_sym_external] = ACTIONS(3048), + [sym_property_modifier] = ACTIONS(3048), + [anon_sym_abstract] = ACTIONS(3048), + [anon_sym_final] = ACTIONS(3048), + [anon_sym_open] = ACTIONS(3048), + [anon_sym_vararg] = ACTIONS(3048), + [anon_sym_noinline] = ACTIONS(3048), + [anon_sym_crossinline] = ACTIONS(3048), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym_safe_nav] = ACTIONS(3420), + [sym_multiline_comment] = ACTIONS(3), + }, + [2480] = { + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(1752), + [sym__comparison_operator] = STATE(1753), + [sym__in_operator] = STATE(1754), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(1755), + [sym__multiplicative_operator] = STATE(1756), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_annotation] = STATE(7893), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1758), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(3054), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_RPAREN] = ACTIONS(3054), + [anon_sym_LT] = ACTIONS(3056), + [anon_sym_GT] = ACTIONS(3052), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3054), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(4164), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(3052), + [anon_sym_while] = ACTIONS(3052), + [anon_sym_DOT_DOT] = ACTIONS(4168), + [anon_sym_QMARK_COLON] = ACTIONS(3054), + [anon_sym_AMP_AMP] = ACTIONS(3054), + [anon_sym_PIPE_PIPE] = ACTIONS(3054), + [anon_sym_else] = ACTIONS(3052), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_BANG_EQ] = ACTIONS(3052), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3054), + [anon_sym_EQ_EQ] = ACTIONS(3052), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3054), + [anon_sym_LT_EQ] = ACTIONS(3054), + [anon_sym_GT_EQ] = ACTIONS(3054), + [anon_sym_BANGin] = ACTIONS(3054), + [anon_sym_is] = ACTIONS(3052), + [anon_sym_BANGis] = ACTIONS(3054), + [anon_sym_PLUS] = ACTIONS(4184), + [anon_sym_DASH] = ACTIONS(4184), + [anon_sym_SLASH] = ACTIONS(4186), + [anon_sym_PERCENT] = ACTIONS(4164), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), + [anon_sym_suspend] = ACTIONS(3052), + [anon_sym_sealed] = ACTIONS(3052), + [anon_sym_annotation] = ACTIONS(3052), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_override] = ACTIONS(3052), + [anon_sym_lateinit] = ACTIONS(3052), + [anon_sym_public] = ACTIONS(3052), + [anon_sym_private] = ACTIONS(3052), + [anon_sym_internal] = ACTIONS(3052), + [anon_sym_protected] = ACTIONS(3052), + [anon_sym_tailrec] = ACTIONS(3052), + [anon_sym_operator] = ACTIONS(3052), + [anon_sym_infix] = ACTIONS(3052), + [anon_sym_inline] = ACTIONS(3052), + [anon_sym_external] = ACTIONS(3052), + [sym_property_modifier] = ACTIONS(3052), + [anon_sym_abstract] = ACTIONS(3052), + [anon_sym_final] = ACTIONS(3052), + [anon_sym_open] = ACTIONS(3052), + [anon_sym_vararg] = ACTIONS(3052), + [anon_sym_noinline] = ACTIONS(3052), + [anon_sym_crossinline] = ACTIONS(3052), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym_safe_nav] = ACTIONS(3420), + [sym_multiline_comment] = ACTIONS(3), + }, + [2481] = { + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(1752), + [sym__comparison_operator] = STATE(1753), + [sym__in_operator] = STATE(1754), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(1755), + [sym__multiplicative_operator] = STATE(1756), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_annotation] = STATE(7893), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1758), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), + [sym__alpha_identifier] = ACTIONS(3075), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(3077), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_RPAREN] = ACTIONS(3077), + [anon_sym_LT] = ACTIONS(3079), + [anon_sym_GT] = ACTIONS(3075), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3077), + [anon_sym_get] = ACTIONS(3075), + [anon_sym_set] = ACTIONS(3075), + [anon_sym_STAR] = ACTIONS(4164), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(3075), + [anon_sym_while] = ACTIONS(3075), + [anon_sym_DOT_DOT] = ACTIONS(3077), + [anon_sym_QMARK_COLON] = ACTIONS(3077), + [anon_sym_AMP_AMP] = ACTIONS(3077), + [anon_sym_PIPE_PIPE] = ACTIONS(3077), + [anon_sym_else] = ACTIONS(3075), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_BANG_EQ] = ACTIONS(3075), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3077), + [anon_sym_EQ_EQ] = ACTIONS(3075), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3077), + [anon_sym_LT_EQ] = ACTIONS(3077), + [anon_sym_GT_EQ] = ACTIONS(3077), + [anon_sym_BANGin] = ACTIONS(3077), + [anon_sym_is] = ACTIONS(3075), + [anon_sym_BANGis] = ACTIONS(3077), + [anon_sym_PLUS] = ACTIONS(4184), + [anon_sym_DASH] = ACTIONS(4184), + [anon_sym_SLASH] = ACTIONS(4186), + [anon_sym_PERCENT] = ACTIONS(4164), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), + [anon_sym_suspend] = ACTIONS(3075), + [anon_sym_sealed] = ACTIONS(3075), + [anon_sym_annotation] = ACTIONS(3075), + [anon_sym_data] = ACTIONS(3075), + [anon_sym_inner] = ACTIONS(3075), + [anon_sym_override] = ACTIONS(3075), + [anon_sym_lateinit] = ACTIONS(3075), + [anon_sym_public] = ACTIONS(3075), + [anon_sym_private] = ACTIONS(3075), + [anon_sym_internal] = ACTIONS(3075), + [anon_sym_protected] = ACTIONS(3075), + [anon_sym_tailrec] = ACTIONS(3075), + [anon_sym_operator] = ACTIONS(3075), + [anon_sym_infix] = ACTIONS(3075), + [anon_sym_inline] = ACTIONS(3075), + [anon_sym_external] = ACTIONS(3075), + [sym_property_modifier] = ACTIONS(3075), + [anon_sym_abstract] = ACTIONS(3075), + [anon_sym_final] = ACTIONS(3075), + [anon_sym_open] = ACTIONS(3075), + [anon_sym_vararg] = ACTIONS(3075), + [anon_sym_noinline] = ACTIONS(3075), + [anon_sym_crossinline] = ACTIONS(3075), + [anon_sym_expect] = ACTIONS(3075), + [anon_sym_actual] = ACTIONS(3075), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3077), + [sym_safe_nav] = ACTIONS(3420), + [sym_multiline_comment] = ACTIONS(3), + }, + [2482] = { + [sym_property_delegate] = STATE(2644), + [sym_getter] = STATE(5300), + [sym_setter] = STATE(5300), + [sym_modifiers] = STATE(8811), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1772), - [anon_sym_as] = ACTIONS(1770), - [anon_sym_EQ] = ACTIONS(5980), - [anon_sym_LBRACE] = ACTIONS(1772), - [anon_sym_RBRACE] = ACTIONS(1772), - [anon_sym_LPAREN] = ACTIONS(1772), - [anon_sym_by] = ACTIONS(5774), - [anon_sym_LT] = ACTIONS(1770), - [anon_sym_GT] = ACTIONS(1770), - [anon_sym_DOT] = ACTIONS(1770), - [anon_sym_SEMI] = ACTIONS(3734), - [anon_sym_get] = ACTIONS(5866), - [anon_sym_set] = ACTIONS(5868), - [anon_sym_STAR] = ACTIONS(1770), - [sym_label] = ACTIONS(1772), - [anon_sym_in] = ACTIONS(1770), - [anon_sym_DOT_DOT] = ACTIONS(1772), - [anon_sym_QMARK_COLON] = ACTIONS(1772), - [anon_sym_AMP_AMP] = ACTIONS(1772), - [anon_sym_PIPE_PIPE] = ACTIONS(1772), - [anon_sym_else] = ACTIONS(1770), - [anon_sym_COLON_COLON] = ACTIONS(1772), - [anon_sym_PLUS_EQ] = ACTIONS(1772), - [anon_sym_DASH_EQ] = ACTIONS(1772), - [anon_sym_STAR_EQ] = ACTIONS(1772), - [anon_sym_SLASH_EQ] = ACTIONS(1772), - [anon_sym_PERCENT_EQ] = ACTIONS(1772), - [anon_sym_BANG_EQ] = ACTIONS(1770), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1772), - [anon_sym_EQ_EQ] = ACTIONS(1770), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1772), - [anon_sym_LT_EQ] = ACTIONS(1772), - [anon_sym_GT_EQ] = ACTIONS(1772), - [anon_sym_BANGin] = ACTIONS(1772), - [anon_sym_is] = ACTIONS(1770), - [anon_sym_BANGis] = ACTIONS(1772), - [anon_sym_PLUS] = ACTIONS(1770), - [anon_sym_DASH] = ACTIONS(1770), - [anon_sym_SLASH] = ACTIONS(1770), - [anon_sym_PERCENT] = ACTIONS(1770), - [anon_sym_as_QMARK] = ACTIONS(1772), - [anon_sym_PLUS_PLUS] = ACTIONS(1772), - [anon_sym_DASH_DASH] = ACTIONS(1772), - [anon_sym_BANG_BANG] = ACTIONS(1772), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_EQ] = ACTIONS(5800), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_by] = ACTIONS(3510), + [anon_sym_object] = ACTIONS(3278), + [anon_sym_fun] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(5802), + [anon_sym_get] = ACTIONS(5794), + [anon_sym_set] = ACTIONS(5796), + [anon_sym_this] = ACTIONS(3278), + [anon_sym_super] = ACTIONS(3278), + [anon_sym_STAR] = ACTIONS(3280), + [sym_label] = ACTIONS(3278), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_null] = ACTIONS(3278), + [anon_sym_if] = ACTIONS(3278), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_when] = ACTIONS(3278), + [anon_sym_try] = ACTIONS(3278), + [anon_sym_throw] = ACTIONS(3278), + [anon_sym_return] = ACTIONS(3278), + [anon_sym_continue] = ACTIONS(3278), + [anon_sym_break] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG] = ACTIONS(3278), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -293740,248 +296112,165 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1772), - [sym__automatic_semicolon] = ACTIONS(1772), - [sym_safe_nav] = ACTIONS(1772), - [sym_multiline_comment] = ACTIONS(3), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3280), + [anon_sym_continue_AT] = ACTIONS(3280), + [anon_sym_break_AT] = ACTIONS(3280), + [sym_real_literal] = ACTIONS(3280), + [sym_integer_literal] = ACTIONS(3278), + [sym_hex_literal] = ACTIONS(3280), + [sym_bin_literal] = ACTIONS(3280), + [anon_sym_true] = ACTIONS(3278), + [anon_sym_false] = ACTIONS(3278), + [anon_sym_SQUOTE] = ACTIONS(3280), + [sym__backtick_identifier] = ACTIONS(3280), + [sym__automatic_semicolon] = ACTIONS(3280), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3280), }, - [2459] = { - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(1738), - [sym__comparison_operator] = STATE(1739), - [sym__in_operator] = STATE(1740), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(1741), - [sym__multiplicative_operator] = STATE(1742), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_annotation] = STATE(7845), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1744), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(3063), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_RPAREN] = ACTIONS(3063), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(4149), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(3063), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(4157), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(4159), - [anon_sym_while] = ACTIONS(3061), - [anon_sym_DOT_DOT] = ACTIONS(4161), - [anon_sym_QMARK_COLON] = ACTIONS(4163), - [anon_sym_AMP_AMP] = ACTIONS(4165), - [anon_sym_PIPE_PIPE] = ACTIONS(4167), - [anon_sym_else] = ACTIONS(3061), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_BANG_EQ] = ACTIONS(4169), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4171), - [anon_sym_EQ_EQ] = ACTIONS(4169), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4171), - [anon_sym_LT_EQ] = ACTIONS(4173), - [anon_sym_GT_EQ] = ACTIONS(4173), - [anon_sym_BANGin] = ACTIONS(4175), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), - [anon_sym_PLUS] = ACTIONS(4177), - [anon_sym_DASH] = ACTIONS(4177), - [anon_sym_SLASH] = ACTIONS(4179), - [anon_sym_PERCENT] = ACTIONS(4157), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), - [anon_sym_suspend] = ACTIONS(3061), - [anon_sym_sealed] = ACTIONS(3061), - [anon_sym_annotation] = ACTIONS(3061), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3061), - [anon_sym_lateinit] = ACTIONS(3061), - [anon_sym_public] = ACTIONS(3061), - [anon_sym_private] = ACTIONS(3061), - [anon_sym_internal] = ACTIONS(3061), - [anon_sym_protected] = ACTIONS(3061), - [anon_sym_tailrec] = ACTIONS(3061), - [anon_sym_operator] = ACTIONS(3061), - [anon_sym_infix] = ACTIONS(3061), - [anon_sym_inline] = ACTIONS(3061), - [anon_sym_external] = ACTIONS(3061), - [sym_property_modifier] = ACTIONS(3061), - [anon_sym_abstract] = ACTIONS(3061), - [anon_sym_final] = ACTIONS(3061), - [anon_sym_open] = ACTIONS(3061), - [anon_sym_vararg] = ACTIONS(3061), - [anon_sym_noinline] = ACTIONS(3061), - [anon_sym_crossinline] = ACTIONS(3061), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), + [2483] = { + [sym_property_delegate] = STATE(2587), + [sym_getter] = STATE(4945), + [sym_setter] = STATE(4945), + [sym_modifiers] = STATE(8904), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_EQ] = ACTIONS(5886), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_by] = ACTIONS(5782), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(5888), + [anon_sym_get] = ACTIONS(5784), + [anon_sym_set] = ACTIONS(5786), + [anon_sym_STAR] = ACTIONS(3278), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_PLUS_EQ] = ACTIONS(3280), + [anon_sym_DASH_EQ] = ACTIONS(3280), + [anon_sym_STAR_EQ] = ACTIONS(3280), + [anon_sym_SLASH_EQ] = ACTIONS(3280), + [anon_sym_PERCENT_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3278), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3280), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), - [sym_multiline_comment] = ACTIONS(3), - }, - [2460] = { - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(1738), - [sym__comparison_operator] = STATE(1739), - [sym__in_operator] = STATE(1740), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(1741), - [sym__multiplicative_operator] = STATE(1742), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_annotation] = STATE(7845), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1744), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [sym__alpha_identifier] = ACTIONS(3076), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(3078), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_RPAREN] = ACTIONS(3078), - [anon_sym_LT] = ACTIONS(3080), - [anon_sym_GT] = ACTIONS(3076), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(3078), - [anon_sym_get] = ACTIONS(3076), - [anon_sym_set] = ACTIONS(3076), - [anon_sym_STAR] = ACTIONS(4157), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(3076), - [anon_sym_while] = ACTIONS(3076), - [anon_sym_DOT_DOT] = ACTIONS(4161), - [anon_sym_QMARK_COLON] = ACTIONS(3078), - [anon_sym_AMP_AMP] = ACTIONS(3078), - [anon_sym_PIPE_PIPE] = ACTIONS(3078), - [anon_sym_else] = ACTIONS(3076), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_BANG_EQ] = ACTIONS(3076), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3078), - [anon_sym_EQ_EQ] = ACTIONS(3076), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3078), - [anon_sym_LT_EQ] = ACTIONS(3078), - [anon_sym_GT_EQ] = ACTIONS(3078), - [anon_sym_BANGin] = ACTIONS(3078), - [anon_sym_is] = ACTIONS(3076), - [anon_sym_BANGis] = ACTIONS(3078), - [anon_sym_PLUS] = ACTIONS(4177), - [anon_sym_DASH] = ACTIONS(4177), - [anon_sym_SLASH] = ACTIONS(4179), - [anon_sym_PERCENT] = ACTIONS(4157), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), - [anon_sym_suspend] = ACTIONS(3076), - [anon_sym_sealed] = ACTIONS(3076), - [anon_sym_annotation] = ACTIONS(3076), - [anon_sym_data] = ACTIONS(3076), - [anon_sym_inner] = ACTIONS(3076), - [anon_sym_override] = ACTIONS(3076), - [anon_sym_lateinit] = ACTIONS(3076), - [anon_sym_public] = ACTIONS(3076), - [anon_sym_private] = ACTIONS(3076), - [anon_sym_internal] = ACTIONS(3076), - [anon_sym_protected] = ACTIONS(3076), - [anon_sym_tailrec] = ACTIONS(3076), - [anon_sym_operator] = ACTIONS(3076), - [anon_sym_infix] = ACTIONS(3076), - [anon_sym_inline] = ACTIONS(3076), - [anon_sym_external] = ACTIONS(3076), - [sym_property_modifier] = ACTIONS(3076), - [anon_sym_abstract] = ACTIONS(3076), - [anon_sym_final] = ACTIONS(3076), - [anon_sym_open] = ACTIONS(3076), - [anon_sym_vararg] = ACTIONS(3076), - [anon_sym_noinline] = ACTIONS(3076), - [anon_sym_crossinline] = ACTIONS(3076), - [anon_sym_expect] = ACTIONS(3076), - [anon_sym_actual] = ACTIONS(3076), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3078), - [sym_safe_nav] = ACTIONS(3404), + [sym__backtick_identifier] = ACTIONS(3280), + [sym__automatic_semicolon] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), [sym_multiline_comment] = ACTIONS(3), }, - [2461] = { - [sym_getter] = STATE(5040), - [sym_setter] = STATE(5040), - [sym_modifiers] = STATE(8718), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [2484] = { + [sym_property_delegate] = STATE(2690), + [sym_getter] = STATE(4715), + [sym_setter] = STATE(4715), + [sym_modifiers] = STATE(8791), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1694), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1696), + [anon_sym_RBRACK] = ACTIONS(1696), [anon_sym_as] = ACTIONS(1694), - [anon_sym_EQ] = ACTIONS(1694), + [anon_sym_EQ] = ACTIONS(5928), [anon_sym_LBRACE] = ACTIONS(1696), [anon_sym_RBRACE] = ACTIONS(1696), [anon_sym_LPAREN] = ACTIONS(1696), [anon_sym_COMMA] = ACTIONS(1696), + [anon_sym_RPAREN] = ACTIONS(1696), + [anon_sym_by] = ACTIONS(5900), [anon_sym_LT] = ACTIONS(1694), [anon_sym_GT] = ACTIONS(1694), [anon_sym_where] = ACTIONS(1694), [anon_sym_DOT] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(1696), - [anon_sym_get] = ACTIONS(5637), - [anon_sym_set] = ACTIONS(5639), - [anon_sym_STAR] = ACTIONS(1694), + [anon_sym_SEMI] = ACTIONS(3796), + [anon_sym_get] = ACTIONS(5904), + [anon_sym_set] = ACTIONS(5906), + [anon_sym_STAR] = ACTIONS(1696), + [anon_sym_DASH_GT] = ACTIONS(1696), [sym_label] = ACTIONS(1696), [anon_sym_in] = ACTIONS(1694), + [anon_sym_while] = ACTIONS(1694), [anon_sym_DOT_DOT] = ACTIONS(1696), [anon_sym_QMARK_COLON] = ACTIONS(1696), [anon_sym_AMP_AMP] = ACTIONS(1696), [anon_sym_PIPE_PIPE] = ACTIONS(1696), [anon_sym_else] = ACTIONS(1694), [anon_sym_COLON_COLON] = ACTIONS(1696), - [anon_sym_PLUS_EQ] = ACTIONS(1696), - [anon_sym_DASH_EQ] = ACTIONS(1696), - [anon_sym_STAR_EQ] = ACTIONS(1696), - [anon_sym_SLASH_EQ] = ACTIONS(1696), - [anon_sym_PERCENT_EQ] = ACTIONS(1696), [anon_sym_BANG_EQ] = ACTIONS(1694), [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), [anon_sym_EQ_EQ] = ACTIONS(1694), @@ -293994,7 +296283,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(1694), [anon_sym_DASH] = ACTIONS(1694), [anon_sym_SLASH] = ACTIONS(1694), - [anon_sym_PERCENT] = ACTIONS(1694), + [anon_sym_PERCENT] = ACTIONS(1696), [anon_sym_as_QMARK] = ACTIONS(1696), [anon_sym_PLUS_PLUS] = ACTIONS(1696), [anon_sym_DASH_DASH] = ACTIONS(1696), @@ -294022,530 +296311,436 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1696), - [sym__automatic_semicolon] = ACTIONS(1696), [sym_safe_nav] = ACTIONS(1696), [sym_multiline_comment] = ACTIONS(3), }, - [2462] = { - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(1738), - [sym__comparison_operator] = STATE(1739), - [sym__in_operator] = STATE(1740), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(1741), - [sym__multiplicative_operator] = STATE(1742), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_annotation] = STATE(7845), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1744), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [sym__alpha_identifier] = ACTIONS(3065), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(3067), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_RPAREN] = ACTIONS(3067), - [anon_sym_LT] = ACTIONS(3069), - [anon_sym_GT] = ACTIONS(3065), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(3067), - [anon_sym_get] = ACTIONS(3065), - [anon_sym_set] = ACTIONS(3065), - [anon_sym_STAR] = ACTIONS(3067), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(3065), - [anon_sym_while] = ACTIONS(3065), - [anon_sym_DOT_DOT] = ACTIONS(3067), - [anon_sym_QMARK_COLON] = ACTIONS(3067), - [anon_sym_AMP_AMP] = ACTIONS(3067), - [anon_sym_PIPE_PIPE] = ACTIONS(3067), - [anon_sym_else] = ACTIONS(3065), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_BANG_EQ] = ACTIONS(3065), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3067), - [anon_sym_EQ_EQ] = ACTIONS(3065), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3067), - [anon_sym_LT_EQ] = ACTIONS(3067), - [anon_sym_GT_EQ] = ACTIONS(3067), - [anon_sym_BANGin] = ACTIONS(3067), - [anon_sym_is] = ACTIONS(3065), - [anon_sym_BANGis] = ACTIONS(3067), - [anon_sym_PLUS] = ACTIONS(3065), - [anon_sym_DASH] = ACTIONS(3065), - [anon_sym_SLASH] = ACTIONS(3065), - [anon_sym_PERCENT] = ACTIONS(3067), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), - [anon_sym_suspend] = ACTIONS(3065), - [anon_sym_sealed] = ACTIONS(3065), - [anon_sym_annotation] = ACTIONS(3065), - [anon_sym_data] = ACTIONS(3065), - [anon_sym_inner] = ACTIONS(3065), - [anon_sym_override] = ACTIONS(3065), - [anon_sym_lateinit] = ACTIONS(3065), - [anon_sym_public] = ACTIONS(3065), - [anon_sym_private] = ACTIONS(3065), - [anon_sym_internal] = ACTIONS(3065), - [anon_sym_protected] = ACTIONS(3065), - [anon_sym_tailrec] = ACTIONS(3065), - [anon_sym_operator] = ACTIONS(3065), - [anon_sym_infix] = ACTIONS(3065), - [anon_sym_inline] = ACTIONS(3065), - [anon_sym_external] = ACTIONS(3065), - [sym_property_modifier] = ACTIONS(3065), - [anon_sym_abstract] = ACTIONS(3065), - [anon_sym_final] = ACTIONS(3065), - [anon_sym_open] = ACTIONS(3065), - [anon_sym_vararg] = ACTIONS(3065), - [anon_sym_noinline] = ACTIONS(3065), - [anon_sym_crossinline] = ACTIONS(3065), - [anon_sym_expect] = ACTIONS(3065), - [anon_sym_actual] = ACTIONS(3065), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3067), - [sym_safe_nav] = ACTIONS(3404), - [sym_multiline_comment] = ACTIONS(3), - }, - [2463] = { - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(1738), - [sym__comparison_operator] = STATE(1739), - [sym__in_operator] = STATE(1740), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(1741), - [sym__multiplicative_operator] = STATE(1742), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_annotation] = STATE(7845), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1744), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [sym__alpha_identifier] = ACTIONS(3034), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(3036), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_RPAREN] = ACTIONS(3036), - [anon_sym_LT] = ACTIONS(3038), - [anon_sym_GT] = ACTIONS(3034), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(3036), - [anon_sym_get] = ACTIONS(3034), - [anon_sym_set] = ACTIONS(3034), - [anon_sym_STAR] = ACTIONS(4157), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(3034), - [anon_sym_while] = ACTIONS(3034), - [anon_sym_DOT_DOT] = ACTIONS(3036), - [anon_sym_QMARK_COLON] = ACTIONS(3036), - [anon_sym_AMP_AMP] = ACTIONS(3036), - [anon_sym_PIPE_PIPE] = ACTIONS(3036), - [anon_sym_else] = ACTIONS(3034), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_BANG_EQ] = ACTIONS(3034), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3036), - [anon_sym_EQ_EQ] = ACTIONS(3034), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3036), - [anon_sym_LT_EQ] = ACTIONS(3036), - [anon_sym_GT_EQ] = ACTIONS(3036), - [anon_sym_BANGin] = ACTIONS(3036), - [anon_sym_is] = ACTIONS(3034), - [anon_sym_BANGis] = ACTIONS(3036), - [anon_sym_PLUS] = ACTIONS(3034), - [anon_sym_DASH] = ACTIONS(3034), - [anon_sym_SLASH] = ACTIONS(4179), - [anon_sym_PERCENT] = ACTIONS(4157), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), - [anon_sym_suspend] = ACTIONS(3034), - [anon_sym_sealed] = ACTIONS(3034), - [anon_sym_annotation] = ACTIONS(3034), - [anon_sym_data] = ACTIONS(3034), - [anon_sym_inner] = ACTIONS(3034), - [anon_sym_override] = ACTIONS(3034), - [anon_sym_lateinit] = ACTIONS(3034), - [anon_sym_public] = ACTIONS(3034), - [anon_sym_private] = ACTIONS(3034), - [anon_sym_internal] = ACTIONS(3034), - [anon_sym_protected] = ACTIONS(3034), - [anon_sym_tailrec] = ACTIONS(3034), - [anon_sym_operator] = ACTIONS(3034), - [anon_sym_infix] = ACTIONS(3034), - [anon_sym_inline] = ACTIONS(3034), - [anon_sym_external] = ACTIONS(3034), - [sym_property_modifier] = ACTIONS(3034), - [anon_sym_abstract] = ACTIONS(3034), - [anon_sym_final] = ACTIONS(3034), - [anon_sym_open] = ACTIONS(3034), - [anon_sym_vararg] = ACTIONS(3034), - [anon_sym_noinline] = ACTIONS(3034), - [anon_sym_crossinline] = ACTIONS(3034), - [anon_sym_expect] = ACTIONS(3034), - [anon_sym_actual] = ACTIONS(3034), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3036), - [sym_safe_nav] = ACTIONS(3404), - [sym_multiline_comment] = ACTIONS(3), - }, - [2464] = { - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(1738), - [sym__comparison_operator] = STATE(1739), - [sym__in_operator] = STATE(1740), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(1741), - [sym__multiplicative_operator] = STATE(1742), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_annotation] = STATE(7845), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1744), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), + [2485] = { + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(1752), + [sym__comparison_operator] = STATE(1753), + [sym__in_operator] = STATE(1754), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(1755), + [sym__multiplicative_operator] = STATE(1756), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_annotation] = STATE(7893), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1758), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(3029), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_RPAREN] = ACTIONS(3029), - [anon_sym_LT] = ACTIONS(3031), - [anon_sym_GT] = ACTIONS(3027), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(3029), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(3073), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_RPAREN] = ACTIONS(3073), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(4156), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3073), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(4157), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(3027), - [anon_sym_while] = ACTIONS(3027), - [anon_sym_DOT_DOT] = ACTIONS(4161), - [anon_sym_QMARK_COLON] = ACTIONS(4163), - [anon_sym_AMP_AMP] = ACTIONS(3029), - [anon_sym_PIPE_PIPE] = ACTIONS(3029), - [anon_sym_else] = ACTIONS(3027), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_BANG_EQ] = ACTIONS(3027), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3029), - [anon_sym_EQ_EQ] = ACTIONS(3027), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3029), - [anon_sym_LT_EQ] = ACTIONS(3029), - [anon_sym_GT_EQ] = ACTIONS(3029), - [anon_sym_BANGin] = ACTIONS(3029), - [anon_sym_is] = ACTIONS(3027), - [anon_sym_BANGis] = ACTIONS(3029), - [anon_sym_PLUS] = ACTIONS(4177), - [anon_sym_DASH] = ACTIONS(4177), - [anon_sym_SLASH] = ACTIONS(4179), - [anon_sym_PERCENT] = ACTIONS(4157), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), - [anon_sym_suspend] = ACTIONS(3027), - [anon_sym_sealed] = ACTIONS(3027), - [anon_sym_annotation] = ACTIONS(3027), + [anon_sym_STAR] = ACTIONS(4164), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(4166), + [anon_sym_while] = ACTIONS(3071), + [anon_sym_DOT_DOT] = ACTIONS(4168), + [anon_sym_QMARK_COLON] = ACTIONS(4170), + [anon_sym_AMP_AMP] = ACTIONS(4172), + [anon_sym_PIPE_PIPE] = ACTIONS(4174), + [anon_sym_else] = ACTIONS(3071), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_BANG_EQ] = ACTIONS(4176), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4178), + [anon_sym_EQ_EQ] = ACTIONS(4176), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4178), + [anon_sym_LT_EQ] = ACTIONS(4180), + [anon_sym_GT_EQ] = ACTIONS(4180), + [anon_sym_BANGin] = ACTIONS(4182), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), + [anon_sym_PLUS] = ACTIONS(4184), + [anon_sym_DASH] = ACTIONS(4184), + [anon_sym_SLASH] = ACTIONS(4186), + [anon_sym_PERCENT] = ACTIONS(4164), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), + [anon_sym_suspend] = ACTIONS(3071), + [anon_sym_sealed] = ACTIONS(3071), + [anon_sym_annotation] = ACTIONS(3071), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3027), - [anon_sym_lateinit] = ACTIONS(3027), - [anon_sym_public] = ACTIONS(3027), - [anon_sym_private] = ACTIONS(3027), - [anon_sym_internal] = ACTIONS(3027), - [anon_sym_protected] = ACTIONS(3027), - [anon_sym_tailrec] = ACTIONS(3027), - [anon_sym_operator] = ACTIONS(3027), - [anon_sym_infix] = ACTIONS(3027), - [anon_sym_inline] = ACTIONS(3027), - [anon_sym_external] = ACTIONS(3027), - [sym_property_modifier] = ACTIONS(3027), - [anon_sym_abstract] = ACTIONS(3027), - [anon_sym_final] = ACTIONS(3027), - [anon_sym_open] = ACTIONS(3027), - [anon_sym_vararg] = ACTIONS(3027), - [anon_sym_noinline] = ACTIONS(3027), - [anon_sym_crossinline] = ACTIONS(3027), + [anon_sym_override] = ACTIONS(3071), + [anon_sym_lateinit] = ACTIONS(3071), + [anon_sym_public] = ACTIONS(3071), + [anon_sym_private] = ACTIONS(3071), + [anon_sym_internal] = ACTIONS(3071), + [anon_sym_protected] = ACTIONS(3071), + [anon_sym_tailrec] = ACTIONS(3071), + [anon_sym_operator] = ACTIONS(3071), + [anon_sym_infix] = ACTIONS(3071), + [anon_sym_inline] = ACTIONS(3071), + [anon_sym_external] = ACTIONS(3071), + [sym_property_modifier] = ACTIONS(3071), + [anon_sym_abstract] = ACTIONS(3071), + [anon_sym_final] = ACTIONS(3071), + [anon_sym_open] = ACTIONS(3071), + [anon_sym_vararg] = ACTIONS(3071), + [anon_sym_noinline] = ACTIONS(3071), + [anon_sym_crossinline] = ACTIONS(3071), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), + [sym_safe_nav] = ACTIONS(3420), [sym_multiline_comment] = ACTIONS(3), }, - [2465] = { - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(1738), - [sym__comparison_operator] = STATE(1739), - [sym__in_operator] = STATE(1740), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(1741), - [sym__multiplicative_operator] = STATE(1742), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_annotation] = STATE(7845), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1744), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), + [2486] = { + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(1752), + [sym__comparison_operator] = STATE(1753), + [sym__in_operator] = STATE(1754), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(1755), + [sym__multiplicative_operator] = STATE(1756), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_annotation] = STATE(7893), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1758), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(3025), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_RPAREN] = ACTIONS(3025), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(3069), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_RPAREN] = ACTIONS(3069), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3023), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(3025), + [anon_sym_GT] = ACTIONS(4156), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3069), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(4157), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(4159), - [anon_sym_while] = ACTIONS(3023), - [anon_sym_DOT_DOT] = ACTIONS(4161), - [anon_sym_QMARK_COLON] = ACTIONS(4163), - [anon_sym_AMP_AMP] = ACTIONS(3025), - [anon_sym_PIPE_PIPE] = ACTIONS(3025), - [anon_sym_else] = ACTIONS(3023), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_BANG_EQ] = ACTIONS(3023), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3025), - [anon_sym_EQ_EQ] = ACTIONS(3023), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3025), - [anon_sym_LT_EQ] = ACTIONS(3025), - [anon_sym_GT_EQ] = ACTIONS(3025), - [anon_sym_BANGin] = ACTIONS(4175), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), - [anon_sym_PLUS] = ACTIONS(4177), - [anon_sym_DASH] = ACTIONS(4177), - [anon_sym_SLASH] = ACTIONS(4179), - [anon_sym_PERCENT] = ACTIONS(4157), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), - [anon_sym_suspend] = ACTIONS(3023), - [anon_sym_sealed] = ACTIONS(3023), - [anon_sym_annotation] = ACTIONS(3023), + [anon_sym_STAR] = ACTIONS(4164), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(4166), + [anon_sym_while] = ACTIONS(3067), + [anon_sym_DOT_DOT] = ACTIONS(4168), + [anon_sym_QMARK_COLON] = ACTIONS(4170), + [anon_sym_AMP_AMP] = ACTIONS(4172), + [anon_sym_PIPE_PIPE] = ACTIONS(4174), + [anon_sym_else] = ACTIONS(3067), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_BANG_EQ] = ACTIONS(4176), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4178), + [anon_sym_EQ_EQ] = ACTIONS(4176), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4178), + [anon_sym_LT_EQ] = ACTIONS(4180), + [anon_sym_GT_EQ] = ACTIONS(4180), + [anon_sym_BANGin] = ACTIONS(4182), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), + [anon_sym_PLUS] = ACTIONS(4184), + [anon_sym_DASH] = ACTIONS(4184), + [anon_sym_SLASH] = ACTIONS(4186), + [anon_sym_PERCENT] = ACTIONS(4164), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), + [anon_sym_suspend] = ACTIONS(3067), + [anon_sym_sealed] = ACTIONS(3067), + [anon_sym_annotation] = ACTIONS(3067), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3023), - [anon_sym_lateinit] = ACTIONS(3023), - [anon_sym_public] = ACTIONS(3023), - [anon_sym_private] = ACTIONS(3023), - [anon_sym_internal] = ACTIONS(3023), - [anon_sym_protected] = ACTIONS(3023), - [anon_sym_tailrec] = ACTIONS(3023), - [anon_sym_operator] = ACTIONS(3023), - [anon_sym_infix] = ACTIONS(3023), - [anon_sym_inline] = ACTIONS(3023), - [anon_sym_external] = ACTIONS(3023), - [sym_property_modifier] = ACTIONS(3023), - [anon_sym_abstract] = ACTIONS(3023), - [anon_sym_final] = ACTIONS(3023), - [anon_sym_open] = ACTIONS(3023), - [anon_sym_vararg] = ACTIONS(3023), - [anon_sym_noinline] = ACTIONS(3023), - [anon_sym_crossinline] = ACTIONS(3023), + [anon_sym_override] = ACTIONS(3067), + [anon_sym_lateinit] = ACTIONS(3067), + [anon_sym_public] = ACTIONS(3067), + [anon_sym_private] = ACTIONS(3067), + [anon_sym_internal] = ACTIONS(3067), + [anon_sym_protected] = ACTIONS(3067), + [anon_sym_tailrec] = ACTIONS(3067), + [anon_sym_operator] = ACTIONS(3067), + [anon_sym_infix] = ACTIONS(3067), + [anon_sym_inline] = ACTIONS(3067), + [anon_sym_external] = ACTIONS(3067), + [sym_property_modifier] = ACTIONS(3067), + [anon_sym_abstract] = ACTIONS(3067), + [anon_sym_final] = ACTIONS(3067), + [anon_sym_open] = ACTIONS(3067), + [anon_sym_vararg] = ACTIONS(3067), + [anon_sym_noinline] = ACTIONS(3067), + [anon_sym_crossinline] = ACTIONS(3067), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), + [sym_safe_nav] = ACTIONS(3420), [sym_multiline_comment] = ACTIONS(3), }, - [2466] = { - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(1738), - [sym__comparison_operator] = STATE(1739), - [sym__in_operator] = STATE(1740), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(1741), - [sym__multiplicative_operator] = STATE(1742), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_annotation] = STATE(7845), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1744), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), + [2487] = { + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(1752), + [sym__comparison_operator] = STATE(1753), + [sym__in_operator] = STATE(1754), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(1755), + [sym__multiplicative_operator] = STATE(1756), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_annotation] = STATE(7893), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1758), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(2997), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_RPAREN] = ACTIONS(2997), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(3065), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_RPAREN] = ACTIONS(3065), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(4149), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(2997), + [anon_sym_GT] = ACTIONS(4156), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3065), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(4157), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(4159), - [anon_sym_while] = ACTIONS(2995), - [anon_sym_DOT_DOT] = ACTIONS(4161), - [anon_sym_QMARK_COLON] = ACTIONS(4163), - [anon_sym_AMP_AMP] = ACTIONS(2997), - [anon_sym_PIPE_PIPE] = ACTIONS(2997), - [anon_sym_else] = ACTIONS(2995), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_BANG_EQ] = ACTIONS(2995), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2997), - [anon_sym_EQ_EQ] = ACTIONS(2995), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2997), - [anon_sym_LT_EQ] = ACTIONS(4173), - [anon_sym_GT_EQ] = ACTIONS(4173), - [anon_sym_BANGin] = ACTIONS(4175), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), - [anon_sym_PLUS] = ACTIONS(4177), - [anon_sym_DASH] = ACTIONS(4177), - [anon_sym_SLASH] = ACTIONS(4179), - [anon_sym_PERCENT] = ACTIONS(4157), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), - [anon_sym_suspend] = ACTIONS(2995), - [anon_sym_sealed] = ACTIONS(2995), - [anon_sym_annotation] = ACTIONS(2995), + [anon_sym_STAR] = ACTIONS(4164), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(4166), + [anon_sym_while] = ACTIONS(3063), + [anon_sym_DOT_DOT] = ACTIONS(4168), + [anon_sym_QMARK_COLON] = ACTIONS(4170), + [anon_sym_AMP_AMP] = ACTIONS(4172), + [anon_sym_PIPE_PIPE] = ACTIONS(4174), + [anon_sym_else] = ACTIONS(3063), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_BANG_EQ] = ACTIONS(4176), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4178), + [anon_sym_EQ_EQ] = ACTIONS(4176), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4178), + [anon_sym_LT_EQ] = ACTIONS(4180), + [anon_sym_GT_EQ] = ACTIONS(4180), + [anon_sym_BANGin] = ACTIONS(4182), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), + [anon_sym_PLUS] = ACTIONS(4184), + [anon_sym_DASH] = ACTIONS(4184), + [anon_sym_SLASH] = ACTIONS(4186), + [anon_sym_PERCENT] = ACTIONS(4164), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), + [anon_sym_suspend] = ACTIONS(3063), + [anon_sym_sealed] = ACTIONS(3063), + [anon_sym_annotation] = ACTIONS(3063), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(2995), - [anon_sym_lateinit] = ACTIONS(2995), - [anon_sym_public] = ACTIONS(2995), - [anon_sym_private] = ACTIONS(2995), - [anon_sym_internal] = ACTIONS(2995), - [anon_sym_protected] = ACTIONS(2995), - [anon_sym_tailrec] = ACTIONS(2995), - [anon_sym_operator] = ACTIONS(2995), - [anon_sym_infix] = ACTIONS(2995), - [anon_sym_inline] = ACTIONS(2995), - [anon_sym_external] = ACTIONS(2995), - [sym_property_modifier] = ACTIONS(2995), - [anon_sym_abstract] = ACTIONS(2995), - [anon_sym_final] = ACTIONS(2995), - [anon_sym_open] = ACTIONS(2995), - [anon_sym_vararg] = ACTIONS(2995), - [anon_sym_noinline] = ACTIONS(2995), - [anon_sym_crossinline] = ACTIONS(2995), + [anon_sym_override] = ACTIONS(3063), + [anon_sym_lateinit] = ACTIONS(3063), + [anon_sym_public] = ACTIONS(3063), + [anon_sym_private] = ACTIONS(3063), + [anon_sym_internal] = ACTIONS(3063), + [anon_sym_protected] = ACTIONS(3063), + [anon_sym_tailrec] = ACTIONS(3063), + [anon_sym_operator] = ACTIONS(3063), + [anon_sym_infix] = ACTIONS(3063), + [anon_sym_inline] = ACTIONS(3063), + [anon_sym_external] = ACTIONS(3063), + [sym_property_modifier] = ACTIONS(3063), + [anon_sym_abstract] = ACTIONS(3063), + [anon_sym_final] = ACTIONS(3063), + [anon_sym_open] = ACTIONS(3063), + [anon_sym_vararg] = ACTIONS(3063), + [anon_sym_noinline] = ACTIONS(3063), + [anon_sym_crossinline] = ACTIONS(3063), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), + [sym_safe_nav] = ACTIONS(3420), [sym_multiline_comment] = ACTIONS(3), }, - [2467] = { - [sym_getter] = STATE(5040), - [sym_setter] = STATE(5040), - [sym_modifiers] = STATE(8718), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [2488] = { + [sym_property_delegate] = STATE(2676), + [sym_getter] = STATE(3291), + [sym_setter] = STATE(3291), + [sym_modifiers] = STATE(8934), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_RBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_EQ] = ACTIONS(5936), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_COMMA] = ACTIONS(3280), + [anon_sym_RPAREN] = ACTIONS(3280), + [anon_sym_by] = ACTIONS(5900), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_where] = ACTIONS(3278), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(5938), + [anon_sym_get] = ACTIONS(5910), + [anon_sym_set] = ACTIONS(5912), + [anon_sym_STAR] = ACTIONS(3280), + [anon_sym_DASH_GT] = ACTIONS(3280), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_while] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3280), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), + [sym_multiline_comment] = ACTIONS(3), + }, + [2489] = { + [sym_property_delegate] = STATE(2634), + [sym_getter] = STATE(3203), + [sym_setter] = STATE(3203), + [sym_modifiers] = STATE(8934), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1694), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1696), + [anon_sym_RBRACK] = ACTIONS(1696), [anon_sym_as] = ACTIONS(1694), - [anon_sym_EQ] = ACTIONS(1694), + [anon_sym_EQ] = ACTIONS(5924), [anon_sym_LBRACE] = ACTIONS(1696), [anon_sym_RBRACE] = ACTIONS(1696), [anon_sym_LPAREN] = ACTIONS(1696), [anon_sym_COMMA] = ACTIONS(1696), + [anon_sym_RPAREN] = ACTIONS(1696), + [anon_sym_by] = ACTIONS(5900), [anon_sym_LT] = ACTIONS(1694), [anon_sym_GT] = ACTIONS(1694), [anon_sym_where] = ACTIONS(1694), [anon_sym_DOT] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(3642), - [anon_sym_get] = ACTIONS(5637), - [anon_sym_set] = ACTIONS(5639), - [anon_sym_STAR] = ACTIONS(1694), + [anon_sym_SEMI] = ACTIONS(3806), + [anon_sym_get] = ACTIONS(5910), + [anon_sym_set] = ACTIONS(5912), + [anon_sym_STAR] = ACTIONS(1696), + [anon_sym_DASH_GT] = ACTIONS(1696), [sym_label] = ACTIONS(1696), [anon_sym_in] = ACTIONS(1694), + [anon_sym_while] = ACTIONS(1694), [anon_sym_DOT_DOT] = ACTIONS(1696), [anon_sym_QMARK_COLON] = ACTIONS(1696), [anon_sym_AMP_AMP] = ACTIONS(1696), [anon_sym_PIPE_PIPE] = ACTIONS(1696), [anon_sym_else] = ACTIONS(1694), [anon_sym_COLON_COLON] = ACTIONS(1696), - [anon_sym_PLUS_EQ] = ACTIONS(1696), - [anon_sym_DASH_EQ] = ACTIONS(1696), - [anon_sym_STAR_EQ] = ACTIONS(1696), - [anon_sym_SLASH_EQ] = ACTIONS(1696), - [anon_sym_PERCENT_EQ] = ACTIONS(1696), [anon_sym_BANG_EQ] = ACTIONS(1694), [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), [anon_sym_EQ_EQ] = ACTIONS(1694), @@ -294558,7 +296753,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(1694), [anon_sym_DASH] = ACTIONS(1694), [anon_sym_SLASH] = ACTIONS(1694), - [anon_sym_PERCENT] = ACTIONS(1694), + [anon_sym_PERCENT] = ACTIONS(1696), [anon_sym_as_QMARK] = ACTIONS(1696), [anon_sym_PLUS_PLUS] = ACTIONS(1696), [anon_sym_DASH_DASH] = ACTIONS(1696), @@ -294586,453 +296781,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1696), - [sym__automatic_semicolon] = ACTIONS(1696), [sym_safe_nav] = ACTIONS(1696), [sym_multiline_comment] = ACTIONS(3), }, - [2468] = { - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(1738), - [sym__comparison_operator] = STATE(1739), - [sym__in_operator] = STATE(1740), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(1741), - [sym__multiplicative_operator] = STATE(1742), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_annotation] = STATE(7845), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1744), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(3013), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_RPAREN] = ACTIONS(3013), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(4149), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(3013), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(4157), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(4159), - [anon_sym_while] = ACTIONS(3011), - [anon_sym_DOT_DOT] = ACTIONS(4161), - [anon_sym_QMARK_COLON] = ACTIONS(4163), - [anon_sym_AMP_AMP] = ACTIONS(4165), - [anon_sym_PIPE_PIPE] = ACTIONS(3013), - [anon_sym_else] = ACTIONS(3011), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_BANG_EQ] = ACTIONS(4169), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4171), - [anon_sym_EQ_EQ] = ACTIONS(4169), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4171), - [anon_sym_LT_EQ] = ACTIONS(4173), - [anon_sym_GT_EQ] = ACTIONS(4173), - [anon_sym_BANGin] = ACTIONS(4175), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), - [anon_sym_PLUS] = ACTIONS(4177), - [anon_sym_DASH] = ACTIONS(4177), - [anon_sym_SLASH] = ACTIONS(4179), - [anon_sym_PERCENT] = ACTIONS(4157), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), - [anon_sym_suspend] = ACTIONS(3011), - [anon_sym_sealed] = ACTIONS(3011), - [anon_sym_annotation] = ACTIONS(3011), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3011), - [anon_sym_lateinit] = ACTIONS(3011), - [anon_sym_public] = ACTIONS(3011), - [anon_sym_private] = ACTIONS(3011), - [anon_sym_internal] = ACTIONS(3011), - [anon_sym_protected] = ACTIONS(3011), - [anon_sym_tailrec] = ACTIONS(3011), - [anon_sym_operator] = ACTIONS(3011), - [anon_sym_infix] = ACTIONS(3011), - [anon_sym_inline] = ACTIONS(3011), - [anon_sym_external] = ACTIONS(3011), - [sym_property_modifier] = ACTIONS(3011), - [anon_sym_abstract] = ACTIONS(3011), - [anon_sym_final] = ACTIONS(3011), - [anon_sym_open] = ACTIONS(3011), - [anon_sym_vararg] = ACTIONS(3011), - [anon_sym_noinline] = ACTIONS(3011), - [anon_sym_crossinline] = ACTIONS(3011), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), - [sym_multiline_comment] = ACTIONS(3), - }, - [2469] = { - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(1738), - [sym__comparison_operator] = STATE(1739), - [sym__in_operator] = STATE(1740), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(1741), - [sym__multiplicative_operator] = STATE(1742), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_annotation] = STATE(7845), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1744), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(2993), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_RPAREN] = ACTIONS(2993), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(4149), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(2993), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(4157), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(4159), - [anon_sym_while] = ACTIONS(2991), - [anon_sym_DOT_DOT] = ACTIONS(4161), - [anon_sym_QMARK_COLON] = ACTIONS(4163), - [anon_sym_AMP_AMP] = ACTIONS(2993), - [anon_sym_PIPE_PIPE] = ACTIONS(2993), - [anon_sym_else] = ACTIONS(2991), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_BANG_EQ] = ACTIONS(4169), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4171), - [anon_sym_EQ_EQ] = ACTIONS(4169), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4171), - [anon_sym_LT_EQ] = ACTIONS(4173), - [anon_sym_GT_EQ] = ACTIONS(4173), - [anon_sym_BANGin] = ACTIONS(4175), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), - [anon_sym_PLUS] = ACTIONS(4177), - [anon_sym_DASH] = ACTIONS(4177), - [anon_sym_SLASH] = ACTIONS(4179), - [anon_sym_PERCENT] = ACTIONS(4157), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), - [anon_sym_suspend] = ACTIONS(2991), - [anon_sym_sealed] = ACTIONS(2991), - [anon_sym_annotation] = ACTIONS(2991), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(2991), - [anon_sym_lateinit] = ACTIONS(2991), - [anon_sym_public] = ACTIONS(2991), - [anon_sym_private] = ACTIONS(2991), - [anon_sym_internal] = ACTIONS(2991), - [anon_sym_protected] = ACTIONS(2991), - [anon_sym_tailrec] = ACTIONS(2991), - [anon_sym_operator] = ACTIONS(2991), - [anon_sym_infix] = ACTIONS(2991), - [anon_sym_inline] = ACTIONS(2991), - [anon_sym_external] = ACTIONS(2991), - [sym_property_modifier] = ACTIONS(2991), - [anon_sym_abstract] = ACTIONS(2991), - [anon_sym_final] = ACTIONS(2991), - [anon_sym_open] = ACTIONS(2991), - [anon_sym_vararg] = ACTIONS(2991), - [anon_sym_noinline] = ACTIONS(2991), - [anon_sym_crossinline] = ACTIONS(2991), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), - [sym_multiline_comment] = ACTIONS(3), - }, - [2470] = { - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(1738), - [sym__comparison_operator] = STATE(1739), - [sym__in_operator] = STATE(1740), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(1741), - [sym__multiplicative_operator] = STATE(1742), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_annotation] = STATE(7845), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1744), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(3085), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_RPAREN] = ACTIONS(3085), - [anon_sym_LT] = ACTIONS(3087), - [anon_sym_GT] = ACTIONS(3083), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(3085), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(4157), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(3083), - [anon_sym_while] = ACTIONS(3083), - [anon_sym_DOT_DOT] = ACTIONS(4161), - [anon_sym_QMARK_COLON] = ACTIONS(3085), - [anon_sym_AMP_AMP] = ACTIONS(3085), - [anon_sym_PIPE_PIPE] = ACTIONS(3085), - [anon_sym_else] = ACTIONS(3083), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_BANG_EQ] = ACTIONS(3083), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3085), - [anon_sym_EQ_EQ] = ACTIONS(3083), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3085), - [anon_sym_LT_EQ] = ACTIONS(3085), - [anon_sym_GT_EQ] = ACTIONS(3085), - [anon_sym_BANGin] = ACTIONS(3085), - [anon_sym_is] = ACTIONS(3083), - [anon_sym_BANGis] = ACTIONS(3085), - [anon_sym_PLUS] = ACTIONS(4177), - [anon_sym_DASH] = ACTIONS(4177), - [anon_sym_SLASH] = ACTIONS(4179), - [anon_sym_PERCENT] = ACTIONS(4157), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), - [anon_sym_suspend] = ACTIONS(3083), - [anon_sym_sealed] = ACTIONS(3083), - [anon_sym_annotation] = ACTIONS(3083), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3083), - [anon_sym_lateinit] = ACTIONS(3083), - [anon_sym_public] = ACTIONS(3083), - [anon_sym_private] = ACTIONS(3083), - [anon_sym_internal] = ACTIONS(3083), - [anon_sym_protected] = ACTIONS(3083), - [anon_sym_tailrec] = ACTIONS(3083), - [anon_sym_operator] = ACTIONS(3083), - [anon_sym_infix] = ACTIONS(3083), - [anon_sym_inline] = ACTIONS(3083), - [anon_sym_external] = ACTIONS(3083), - [sym_property_modifier] = ACTIONS(3083), - [anon_sym_abstract] = ACTIONS(3083), - [anon_sym_final] = ACTIONS(3083), - [anon_sym_open] = ACTIONS(3083), - [anon_sym_vararg] = ACTIONS(3083), - [anon_sym_noinline] = ACTIONS(3083), - [anon_sym_crossinline] = ACTIONS(3083), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), - [sym_multiline_comment] = ACTIONS(3), - }, - [2471] = { - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(1738), - [sym__comparison_operator] = STATE(1739), - [sym__in_operator] = STATE(1740), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(1741), - [sym__multiplicative_operator] = STATE(1742), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_annotation] = STATE(7845), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1744), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [sym__alpha_identifier] = ACTIONS(2984), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(2986), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_RPAREN] = ACTIONS(2986), - [anon_sym_LT] = ACTIONS(2988), - [anon_sym_GT] = ACTIONS(2984), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(2986), - [anon_sym_get] = ACTIONS(2984), - [anon_sym_set] = ACTIONS(2984), - [anon_sym_STAR] = ACTIONS(4157), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(2984), - [anon_sym_while] = ACTIONS(2984), - [anon_sym_DOT_DOT] = ACTIONS(2986), - [anon_sym_QMARK_COLON] = ACTIONS(2986), - [anon_sym_AMP_AMP] = ACTIONS(2986), - [anon_sym_PIPE_PIPE] = ACTIONS(2986), - [anon_sym_else] = ACTIONS(2984), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_BANG_EQ] = ACTIONS(2984), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2986), - [anon_sym_EQ_EQ] = ACTIONS(2984), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2986), - [anon_sym_LT_EQ] = ACTIONS(2986), - [anon_sym_GT_EQ] = ACTIONS(2986), - [anon_sym_BANGin] = ACTIONS(2986), - [anon_sym_is] = ACTIONS(2984), - [anon_sym_BANGis] = ACTIONS(2986), - [anon_sym_PLUS] = ACTIONS(4177), - [anon_sym_DASH] = ACTIONS(4177), - [anon_sym_SLASH] = ACTIONS(4179), - [anon_sym_PERCENT] = ACTIONS(4157), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), - [anon_sym_suspend] = ACTIONS(2984), - [anon_sym_sealed] = ACTIONS(2984), - [anon_sym_annotation] = ACTIONS(2984), - [anon_sym_data] = ACTIONS(2984), - [anon_sym_inner] = ACTIONS(2984), - [anon_sym_override] = ACTIONS(2984), - [anon_sym_lateinit] = ACTIONS(2984), - [anon_sym_public] = ACTIONS(2984), - [anon_sym_private] = ACTIONS(2984), - [anon_sym_internal] = ACTIONS(2984), - [anon_sym_protected] = ACTIONS(2984), - [anon_sym_tailrec] = ACTIONS(2984), - [anon_sym_operator] = ACTIONS(2984), - [anon_sym_infix] = ACTIONS(2984), - [anon_sym_inline] = ACTIONS(2984), - [anon_sym_external] = ACTIONS(2984), - [sym_property_modifier] = ACTIONS(2984), - [anon_sym_abstract] = ACTIONS(2984), - [anon_sym_final] = ACTIONS(2984), - [anon_sym_open] = ACTIONS(2984), - [anon_sym_vararg] = ACTIONS(2984), - [anon_sym_noinline] = ACTIONS(2984), - [anon_sym_crossinline] = ACTIONS(2984), - [anon_sym_expect] = ACTIONS(2984), - [anon_sym_actual] = ACTIONS(2984), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(2986), - [sym_safe_nav] = ACTIONS(3404), - [sym_multiline_comment] = ACTIONS(3), - }, - [2472] = { - [sym_property_delegate] = STATE(2565), - [sym_getter] = STATE(5011), - [sym_setter] = STATE(5011), - [sym_modifiers] = STATE(8567), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), + [2490] = { + [sym_property_delegate] = STATE(2641), + [sym_getter] = STATE(4659), + [sym_setter] = STATE(4659), + [sym_modifiers] = STATE(8791), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1752), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_EQ] = ACTIONS(5772), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_by] = ACTIONS(5774), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(3756), - [anon_sym_get] = ACTIONS(5776), - [anon_sym_set] = ACTIONS(5778), - [anon_sym_STAR] = ACTIONS(1776), - [sym_label] = ACTIONS(1778), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_PLUS_EQ] = ACTIONS(1778), - [anon_sym_DASH_EQ] = ACTIONS(1778), - [anon_sym_STAR_EQ] = ACTIONS(1778), - [anon_sym_SLASH_EQ] = ACTIONS(1778), - [anon_sym_PERCENT_EQ] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1776), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG_BANG] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(1754), + [anon_sym_RBRACK] = ACTIONS(1754), + [anon_sym_as] = ACTIONS(1752), + [anon_sym_EQ] = ACTIONS(5916), + [anon_sym_LBRACE] = ACTIONS(1754), + [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_LPAREN] = ACTIONS(1754), + [anon_sym_COMMA] = ACTIONS(1754), + [anon_sym_RPAREN] = ACTIONS(1754), + [anon_sym_by] = ACTIONS(5900), + [anon_sym_LT] = ACTIONS(1752), + [anon_sym_GT] = ACTIONS(1752), + [anon_sym_where] = ACTIONS(1752), + [anon_sym_DOT] = ACTIONS(1752), + [anon_sym_SEMI] = ACTIONS(3794), + [anon_sym_get] = ACTIONS(5904), + [anon_sym_set] = ACTIONS(5906), + [anon_sym_STAR] = ACTIONS(1754), + [anon_sym_DASH_GT] = ACTIONS(1754), + [sym_label] = ACTIONS(1754), + [anon_sym_in] = ACTIONS(1752), + [anon_sym_while] = ACTIONS(1752), + [anon_sym_DOT_DOT] = ACTIONS(1754), + [anon_sym_QMARK_COLON] = ACTIONS(1754), + [anon_sym_AMP_AMP] = ACTIONS(1754), + [anon_sym_PIPE_PIPE] = ACTIONS(1754), + [anon_sym_else] = ACTIONS(1752), + [anon_sym_COLON_COLON] = ACTIONS(1754), + [anon_sym_BANG_EQ] = ACTIONS(1752), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), + [anon_sym_EQ_EQ] = ACTIONS(1752), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), + [anon_sym_LT_EQ] = ACTIONS(1754), + [anon_sym_GT_EQ] = ACTIONS(1754), + [anon_sym_BANGin] = ACTIONS(1754), + [anon_sym_is] = ACTIONS(1752), + [anon_sym_BANGis] = ACTIONS(1754), + [anon_sym_PLUS] = ACTIONS(1752), + [anon_sym_DASH] = ACTIONS(1752), + [anon_sym_SLASH] = ACTIONS(1752), + [anon_sym_PERCENT] = ACTIONS(1754), + [anon_sym_as_QMARK] = ACTIONS(1754), + [anon_sym_PLUS_PLUS] = ACTIONS(1754), + [anon_sym_DASH_DASH] = ACTIONS(1754), + [anon_sym_BANG_BANG] = ACTIONS(1754), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -295056,67 +296875,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1778), - [sym__automatic_semicolon] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), + [sym__backtick_identifier] = ACTIONS(1754), + [sym_safe_nav] = ACTIONS(1754), [sym_multiline_comment] = ACTIONS(3), }, - [2473] = { - [sym_property_delegate] = STATE(2653), - [sym_getter] = STATE(5313), - [sym_setter] = STATE(5313), - [sym_modifiers] = STATE(8883), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), + [2491] = { + [sym_property_delegate] = STATE(2593), + [sym_getter] = STATE(5029), + [sym_setter] = STATE(5029), + [sym_modifiers] = STATE(8904), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1752), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_EQ] = ACTIONS(5830), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_by] = ACTIONS(3510), - [anon_sym_object] = ACTIONS(3254), - [anon_sym_fun] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(5832), - [anon_sym_get] = ACTIONS(5816), - [anon_sym_set] = ACTIONS(5818), - [anon_sym_this] = ACTIONS(3254), - [anon_sym_super] = ACTIONS(3254), - [anon_sym_STAR] = ACTIONS(3256), - [sym_label] = ACTIONS(3254), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_null] = ACTIONS(3254), - [anon_sym_if] = ACTIONS(3254), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_when] = ACTIONS(3254), - [anon_sym_try] = ACTIONS(3254), - [anon_sym_throw] = ACTIONS(3254), - [anon_sym_return] = ACTIONS(3254), - [anon_sym_continue] = ACTIONS(3254), - [anon_sym_break] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG] = ACTIONS(3254), + [anon_sym_LBRACK] = ACTIONS(1754), + [anon_sym_as] = ACTIONS(1752), + [anon_sym_EQ] = ACTIONS(5780), + [anon_sym_LBRACE] = ACTIONS(1754), + [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_LPAREN] = ACTIONS(1754), + [anon_sym_by] = ACTIONS(5782), + [anon_sym_LT] = ACTIONS(1752), + [anon_sym_GT] = ACTIONS(1752), + [anon_sym_DOT] = ACTIONS(1752), + [anon_sym_SEMI] = ACTIONS(3704), + [anon_sym_get] = ACTIONS(5784), + [anon_sym_set] = ACTIONS(5786), + [anon_sym_STAR] = ACTIONS(1752), + [sym_label] = ACTIONS(1754), + [anon_sym_in] = ACTIONS(1752), + [anon_sym_DOT_DOT] = ACTIONS(1754), + [anon_sym_QMARK_COLON] = ACTIONS(1754), + [anon_sym_AMP_AMP] = ACTIONS(1754), + [anon_sym_PIPE_PIPE] = ACTIONS(1754), + [anon_sym_else] = ACTIONS(1752), + [anon_sym_COLON_COLON] = ACTIONS(1754), + [anon_sym_PLUS_EQ] = ACTIONS(1754), + [anon_sym_DASH_EQ] = ACTIONS(1754), + [anon_sym_STAR_EQ] = ACTIONS(1754), + [anon_sym_SLASH_EQ] = ACTIONS(1754), + [anon_sym_PERCENT_EQ] = ACTIONS(1754), + [anon_sym_BANG_EQ] = ACTIONS(1752), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), + [anon_sym_EQ_EQ] = ACTIONS(1752), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), + [anon_sym_LT_EQ] = ACTIONS(1754), + [anon_sym_GT_EQ] = ACTIONS(1754), + [anon_sym_BANGin] = ACTIONS(1754), + [anon_sym_is] = ACTIONS(1752), + [anon_sym_BANGis] = ACTIONS(1754), + [anon_sym_PLUS] = ACTIONS(1752), + [anon_sym_DASH] = ACTIONS(1752), + [anon_sym_SLASH] = ACTIONS(1752), + [anon_sym_PERCENT] = ACTIONS(1752), + [anon_sym_as_QMARK] = ACTIONS(1754), + [anon_sym_PLUS_PLUS] = ACTIONS(1754), + [anon_sym_DASH_DASH] = ACTIONS(1754), + [anon_sym_BANG_BANG] = ACTIONS(1754), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -295140,87 +296968,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3256), - [anon_sym_continue_AT] = ACTIONS(3256), - [anon_sym_break_AT] = ACTIONS(3256), - [sym_real_literal] = ACTIONS(3256), - [sym_integer_literal] = ACTIONS(3254), - [sym_hex_literal] = ACTIONS(3256), - [sym_bin_literal] = ACTIONS(3256), - [anon_sym_true] = ACTIONS(3254), - [anon_sym_false] = ACTIONS(3254), - [anon_sym_SQUOTE] = ACTIONS(3256), - [sym__backtick_identifier] = ACTIONS(3256), - [sym__automatic_semicolon] = ACTIONS(3256), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3256), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1754), + [sym__automatic_semicolon] = ACTIONS(1754), + [sym_safe_nav] = ACTIONS(1754), + [sym_multiline_comment] = ACTIONS(3), }, - [2474] = { - [sym_getter] = STATE(5053), - [sym_setter] = STATE(5053), - [sym_modifiers] = STATE(8718), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1764), + [2492] = { + [sym_property_delegate] = STATE(2659), + [sym_getter] = STATE(3255), + [sym_setter] = STATE(3255), + [sym_modifiers] = STATE(8934), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1766), - [anon_sym_as] = ACTIONS(1764), - [anon_sym_EQ] = ACTIONS(1764), - [anon_sym_LBRACE] = ACTIONS(1766), - [anon_sym_RBRACE] = ACTIONS(1766), - [anon_sym_LPAREN] = ACTIONS(1766), - [anon_sym_COMMA] = ACTIONS(1766), - [anon_sym_LT] = ACTIONS(1764), - [anon_sym_GT] = ACTIONS(1764), - [anon_sym_where] = ACTIONS(1764), - [anon_sym_DOT] = ACTIONS(1764), - [anon_sym_SEMI] = ACTIONS(1766), - [anon_sym_get] = ACTIONS(5637), - [anon_sym_set] = ACTIONS(5639), - [anon_sym_STAR] = ACTIONS(1764), - [sym_label] = ACTIONS(1766), - [anon_sym_in] = ACTIONS(1764), - [anon_sym_DOT_DOT] = ACTIONS(1766), - [anon_sym_QMARK_COLON] = ACTIONS(1766), - [anon_sym_AMP_AMP] = ACTIONS(1766), - [anon_sym_PIPE_PIPE] = ACTIONS(1766), - [anon_sym_else] = ACTIONS(1764), - [anon_sym_COLON_COLON] = ACTIONS(1766), - [anon_sym_PLUS_EQ] = ACTIONS(1766), - [anon_sym_DASH_EQ] = ACTIONS(1766), - [anon_sym_STAR_EQ] = ACTIONS(1766), - [anon_sym_SLASH_EQ] = ACTIONS(1766), - [anon_sym_PERCENT_EQ] = ACTIONS(1766), - [anon_sym_BANG_EQ] = ACTIONS(1764), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), - [anon_sym_EQ_EQ] = ACTIONS(1764), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1766), - [anon_sym_LT_EQ] = ACTIONS(1766), - [anon_sym_GT_EQ] = ACTIONS(1766), - [anon_sym_BANGin] = ACTIONS(1766), - [anon_sym_is] = ACTIONS(1764), - [anon_sym_BANGis] = ACTIONS(1766), - [anon_sym_PLUS] = ACTIONS(1764), - [anon_sym_DASH] = ACTIONS(1764), - [anon_sym_SLASH] = ACTIONS(1764), - [anon_sym_PERCENT] = ACTIONS(1764), - [anon_sym_as_QMARK] = ACTIONS(1766), - [anon_sym_PLUS_PLUS] = ACTIONS(1766), - [anon_sym_DASH_DASH] = ACTIONS(1766), - [anon_sym_BANG_BANG] = ACTIONS(1766), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_RBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_EQ] = ACTIONS(5908), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_COMMA] = ACTIONS(1786), + [anon_sym_RPAREN] = ACTIONS(1786), + [anon_sym_by] = ACTIONS(5900), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_where] = ACTIONS(1784), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(3800), + [anon_sym_get] = ACTIONS(5910), + [anon_sym_set] = ACTIONS(5912), + [anon_sym_STAR] = ACTIONS(1786), + [anon_sym_DASH_GT] = ACTIONS(1786), + [sym_label] = ACTIONS(1786), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_while] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1786), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG_BANG] = ACTIONS(1786), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -295244,78 +297063,170 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1766), - [sym__automatic_semicolon] = ACTIONS(1766), - [sym_safe_nav] = ACTIONS(1766), + [sym__backtick_identifier] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), [sym_multiline_comment] = ACTIONS(3), }, - [2475] = { - [sym_property_delegate] = STATE(2652), - [sym_getter] = STATE(4710), - [sym_setter] = STATE(4710), - [sym_modifiers] = STATE(8699), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), + [2493] = { + [sym_indexing_suffix] = STATE(3287), + [sym_navigation_suffix] = STATE(3363), + [sym_call_suffix] = STATE(3362), + [sym_annotated_lambda] = STATE(3361), + [sym_type_arguments] = STATE(7562), + [sym_value_arguments] = STATE(2761), + [sym_lambda_literal] = STATE(3351), + [sym__equality_operator] = STATE(1752), + [sym__comparison_operator] = STATE(1753), + [sym__in_operator] = STATE(1754), + [sym__is_operator] = STATE(6128), + [sym__additive_operator] = STATE(1755), + [sym__multiplicative_operator] = STATE(1756), + [sym__as_operator] = STATE(6129), + [sym__postfix_unary_operator] = STATE(3346), + [sym__member_access_operator] = STATE(7195), + [sym_annotation] = STATE(7893), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1758), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3390), + [anon_sym_as] = ACTIONS(3392), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(3020), + [anon_sym_LPAREN] = ACTIONS(3394), + [anon_sym_RPAREN] = ACTIONS(3020), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(4156), + [anon_sym_DOT] = ACTIONS(3398), + [anon_sym_SEMI] = ACTIONS(3020), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(4164), + [sym_label] = ACTIONS(3408), + [anon_sym_in] = ACTIONS(4166), + [anon_sym_while] = ACTIONS(3018), + [anon_sym_DOT_DOT] = ACTIONS(4168), + [anon_sym_QMARK_COLON] = ACTIONS(4170), + [anon_sym_AMP_AMP] = ACTIONS(4172), + [anon_sym_PIPE_PIPE] = ACTIONS(4174), + [anon_sym_else] = ACTIONS(3018), + [anon_sym_COLON_COLON] = ACTIONS(3420), + [anon_sym_BANG_EQ] = ACTIONS(4176), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4178), + [anon_sym_EQ_EQ] = ACTIONS(4176), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4178), + [anon_sym_LT_EQ] = ACTIONS(4180), + [anon_sym_GT_EQ] = ACTIONS(4180), + [anon_sym_BANGin] = ACTIONS(4182), + [anon_sym_is] = ACTIONS(3430), + [anon_sym_BANGis] = ACTIONS(3432), + [anon_sym_PLUS] = ACTIONS(4184), + [anon_sym_DASH] = ACTIONS(4184), + [anon_sym_SLASH] = ACTIONS(4186), + [anon_sym_PERCENT] = ACTIONS(4164), + [anon_sym_as_QMARK] = ACTIONS(3436), + [anon_sym_PLUS_PLUS] = ACTIONS(3438), + [anon_sym_DASH_DASH] = ACTIONS(3438), + [anon_sym_BANG_BANG] = ACTIONS(3438), + [anon_sym_suspend] = ACTIONS(3018), + [anon_sym_sealed] = ACTIONS(3018), + [anon_sym_annotation] = ACTIONS(3018), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_override] = ACTIONS(3018), + [anon_sym_lateinit] = ACTIONS(3018), + [anon_sym_public] = ACTIONS(3018), + [anon_sym_private] = ACTIONS(3018), + [anon_sym_internal] = ACTIONS(3018), + [anon_sym_protected] = ACTIONS(3018), + [anon_sym_tailrec] = ACTIONS(3018), + [anon_sym_operator] = ACTIONS(3018), + [anon_sym_infix] = ACTIONS(3018), + [anon_sym_inline] = ACTIONS(3018), + [anon_sym_external] = ACTIONS(3018), + [sym_property_modifier] = ACTIONS(3018), + [anon_sym_abstract] = ACTIONS(3018), + [anon_sym_final] = ACTIONS(3018), + [anon_sym_open] = ACTIONS(3018), + [anon_sym_vararg] = ACTIONS(3018), + [anon_sym_noinline] = ACTIONS(3018), + [anon_sym_crossinline] = ACTIONS(3018), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym_safe_nav] = ACTIONS(3420), + [sym_multiline_comment] = ACTIONS(3), + }, + [2494] = { + [sym_property_delegate] = STATE(2609), + [sym_getter] = STATE(3715), + [sym_setter] = STATE(3715), + [sym_modifiers] = STATE(8721), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1694), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_RBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_EQ] = ACTIONS(5910), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_COMMA] = ACTIONS(1778), - [anon_sym_RPAREN] = ACTIONS(1778), - [anon_sym_by] = ACTIONS(5904), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_where] = ACTIONS(1776), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(3812), - [anon_sym_get] = ACTIONS(5912), - [anon_sym_set] = ACTIONS(5914), - [anon_sym_STAR] = ACTIONS(1778), - [anon_sym_DASH_GT] = ACTIONS(1778), - [sym_label] = ACTIONS(1778), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_while] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1778), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG_BANG] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(1696), + [anon_sym_as] = ACTIONS(1694), + [anon_sym_EQ] = ACTIONS(5860), + [anon_sym_LBRACE] = ACTIONS(1696), + [anon_sym_RBRACE] = ACTIONS(1696), + [anon_sym_LPAREN] = ACTIONS(1696), + [anon_sym_by] = ACTIONS(5782), + [anon_sym_LT] = ACTIONS(1694), + [anon_sym_GT] = ACTIONS(1694), + [anon_sym_DOT] = ACTIONS(1694), + [anon_sym_SEMI] = ACTIONS(3750), + [anon_sym_get] = ACTIONS(5812), + [anon_sym_set] = ACTIONS(5814), + [anon_sym_STAR] = ACTIONS(1694), + [sym_label] = ACTIONS(1696), + [anon_sym_in] = ACTIONS(1694), + [anon_sym_DOT_DOT] = ACTIONS(1696), + [anon_sym_QMARK_COLON] = ACTIONS(1696), + [anon_sym_AMP_AMP] = ACTIONS(1696), + [anon_sym_PIPE_PIPE] = ACTIONS(1696), + [anon_sym_else] = ACTIONS(1694), + [anon_sym_COLON_COLON] = ACTIONS(1696), + [anon_sym_PLUS_EQ] = ACTIONS(1696), + [anon_sym_DASH_EQ] = ACTIONS(1696), + [anon_sym_STAR_EQ] = ACTIONS(1696), + [anon_sym_SLASH_EQ] = ACTIONS(1696), + [anon_sym_PERCENT_EQ] = ACTIONS(1696), + [anon_sym_BANG_EQ] = ACTIONS(1694), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), + [anon_sym_EQ_EQ] = ACTIONS(1694), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), + [anon_sym_LT_EQ] = ACTIONS(1696), + [anon_sym_GT_EQ] = ACTIONS(1696), + [anon_sym_BANGin] = ACTIONS(1696), + [anon_sym_is] = ACTIONS(1694), + [anon_sym_BANGis] = ACTIONS(1696), + [anon_sym_PLUS] = ACTIONS(1694), + [anon_sym_DASH] = ACTIONS(1694), + [anon_sym_SLASH] = ACTIONS(1694), + [anon_sym_PERCENT] = ACTIONS(1694), + [anon_sym_as_QMARK] = ACTIONS(1696), + [anon_sym_PLUS_PLUS] = ACTIONS(1696), + [anon_sym_DASH_DASH] = ACTIONS(1696), + [anon_sym_BANG_BANG] = ACTIONS(1696), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -295339,45 +297250,46 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), + [sym__backtick_identifier] = ACTIONS(1696), + [sym__automatic_semicolon] = ACTIONS(1696), + [sym_safe_nav] = ACTIONS(1696), [sym_multiline_comment] = ACTIONS(3), }, - [2476] = { - [sym_getter] = STATE(5053), - [sym_setter] = STATE(5053), - [sym_modifiers] = STATE(8718), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [2495] = { + [sym_property_delegate] = STATE(2622), + [sym_getter] = STATE(4916), + [sym_setter] = STATE(4916), + [sym_modifiers] = STATE(8904), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1764), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1766), [anon_sym_as] = ACTIONS(1764), - [anon_sym_EQ] = ACTIONS(1764), + [anon_sym_EQ] = ACTIONS(5992), [anon_sym_LBRACE] = ACTIONS(1766), [anon_sym_RBRACE] = ACTIONS(1766), [anon_sym_LPAREN] = ACTIONS(1766), - [anon_sym_COMMA] = ACTIONS(1766), + [anon_sym_by] = ACTIONS(5782), [anon_sym_LT] = ACTIONS(1764), [anon_sym_GT] = ACTIONS(1764), - [anon_sym_where] = ACTIONS(1764), [anon_sym_DOT] = ACTIONS(1764), - [anon_sym_SEMI] = ACTIONS(3640), - [anon_sym_get] = ACTIONS(5637), - [anon_sym_set] = ACTIONS(5639), + [anon_sym_SEMI] = ACTIONS(3746), + [anon_sym_get] = ACTIONS(5784), + [anon_sym_set] = ACTIONS(5786), [anon_sym_STAR] = ACTIONS(1764), [sym_label] = ACTIONS(1766), [anon_sym_in] = ACTIONS(1764), @@ -295432,78 +297344,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1766), [sym__automatic_semicolon] = ACTIONS(1766), [sym_safe_nav] = ACTIONS(1766), [sym_multiline_comment] = ACTIONS(3), }, - [2477] = { - [sym_property_delegate] = STATE(2668), - [sym_getter] = STATE(3149), - [sym_setter] = STATE(3149), - [sym_modifiers] = STATE(8887), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), + [2496] = { + [sym_getter] = STATE(4945), + [sym_setter] = STATE(4945), + [sym_modifiers] = STATE(8917), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_RBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_EQ] = ACTIONS(5930), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_COMMA] = ACTIONS(1778), - [anon_sym_RPAREN] = ACTIONS(1778), - [anon_sym_by] = ACTIONS(5904), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_where] = ACTIONS(1776), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(3808), - [anon_sym_get] = ACTIONS(5906), - [anon_sym_set] = ACTIONS(5908), - [anon_sym_STAR] = ACTIONS(1778), - [anon_sym_DASH_GT] = ACTIONS(1778), - [sym_label] = ACTIONS(1778), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_while] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1778), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG_BANG] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_EQ] = ACTIONS(3278), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_COMMA] = ACTIONS(3280), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_where] = ACTIONS(3278), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(3280), + [anon_sym_get] = ACTIONS(5669), + [anon_sym_set] = ACTIONS(5671), + [anon_sym_STAR] = ACTIONS(3278), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_PLUS_EQ] = ACTIONS(3280), + [anon_sym_DASH_EQ] = ACTIONS(3280), + [anon_sym_STAR_EQ] = ACTIONS(3280), + [anon_sym_SLASH_EQ] = ACTIONS(3280), + [anon_sym_PERCENT_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3278), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3280), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -295527,76 +297438,170 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), + [sym__backtick_identifier] = ACTIONS(3280), + [sym__automatic_semicolon] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), [sym_multiline_comment] = ACTIONS(3), }, - [2478] = { - [sym_getter] = STATE(5011), - [sym_setter] = STATE(5011), - [sym_modifiers] = STATE(8718), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), + [2497] = { + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(2278), + [sym__comparison_operator] = STATE(2276), + [sym__in_operator] = STATE(2273), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(2271), + [sym__multiplicative_operator] = STATE(2268), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_annotation] = STATE(7883), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2266), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_RBRACE] = ACTIONS(3038), + [anon_sym_LPAREN] = ACTIONS(3572), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(3036), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(3038), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(4358), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(4360), + [anon_sym_DOT_DOT] = ACTIONS(4362), + [anon_sym_QMARK_COLON] = ACTIONS(4364), + [anon_sym_AMP_AMP] = ACTIONS(3038), + [anon_sym_PIPE_PIPE] = ACTIONS(3038), + [anon_sym_else] = ACTIONS(3036), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_BANG_EQ] = ACTIONS(3036), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3038), + [anon_sym_EQ_EQ] = ACTIONS(3036), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3038), + [anon_sym_LT_EQ] = ACTIONS(3038), + [anon_sym_GT_EQ] = ACTIONS(3038), + [anon_sym_BANGin] = ACTIONS(4376), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), + [anon_sym_PLUS] = ACTIONS(4378), + [anon_sym_DASH] = ACTIONS(4378), + [anon_sym_SLASH] = ACTIONS(4380), + [anon_sym_PERCENT] = ACTIONS(4358), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), + [anon_sym_suspend] = ACTIONS(3036), + [anon_sym_sealed] = ACTIONS(3036), + [anon_sym_annotation] = ACTIONS(3036), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_override] = ACTIONS(3036), + [anon_sym_lateinit] = ACTIONS(3036), + [anon_sym_public] = ACTIONS(3036), + [anon_sym_private] = ACTIONS(3036), + [anon_sym_internal] = ACTIONS(3036), + [anon_sym_protected] = ACTIONS(3036), + [anon_sym_tailrec] = ACTIONS(3036), + [anon_sym_operator] = ACTIONS(3036), + [anon_sym_infix] = ACTIONS(3036), + [anon_sym_inline] = ACTIONS(3036), + [anon_sym_external] = ACTIONS(3036), + [sym_property_modifier] = ACTIONS(3036), + [anon_sym_abstract] = ACTIONS(3036), + [anon_sym_final] = ACTIONS(3036), + [anon_sym_open] = ACTIONS(3036), + [anon_sym_vararg] = ACTIONS(3036), + [anon_sym_noinline] = ACTIONS(3036), + [anon_sym_crossinline] = ACTIONS(3036), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(3038), + [sym_safe_nav] = ACTIONS(3598), + [sym_multiline_comment] = ACTIONS(3), + }, + [2498] = { + [sym_getter] = STATE(4581), + [sym_setter] = STATE(4581), + [sym_modifiers] = STATE(8915), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1770), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_EQ] = ACTIONS(1776), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_COMMA] = ACTIONS(1778), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_where] = ACTIONS(1776), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(1778), - [anon_sym_get] = ACTIONS(5637), - [anon_sym_set] = ACTIONS(5639), - [anon_sym_STAR] = ACTIONS(1776), - [sym_label] = ACTIONS(1778), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_PLUS_EQ] = ACTIONS(1778), - [anon_sym_DASH_EQ] = ACTIONS(1778), - [anon_sym_STAR_EQ] = ACTIONS(1778), - [anon_sym_SLASH_EQ] = ACTIONS(1778), - [anon_sym_PERCENT_EQ] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1776), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG_BANG] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(1772), + [anon_sym_as] = ACTIONS(1770), + [anon_sym_EQ] = ACTIONS(1770), + [anon_sym_LBRACE] = ACTIONS(1772), + [anon_sym_RBRACE] = ACTIONS(1772), + [anon_sym_LPAREN] = ACTIONS(1772), + [anon_sym_RPAREN] = ACTIONS(1772), + [anon_sym_LT] = ACTIONS(1770), + [anon_sym_GT] = ACTIONS(1770), + [anon_sym_DOT] = ACTIONS(1770), + [anon_sym_SEMI] = ACTIONS(1772), + [anon_sym_get] = ACTIONS(5711), + [anon_sym_set] = ACTIONS(5713), + [anon_sym_STAR] = ACTIONS(1770), + [sym_label] = ACTIONS(1772), + [anon_sym_in] = ACTIONS(1770), + [anon_sym_while] = ACTIONS(1770), + [anon_sym_DOT_DOT] = ACTIONS(1772), + [anon_sym_QMARK_COLON] = ACTIONS(1772), + [anon_sym_AMP_AMP] = ACTIONS(1772), + [anon_sym_PIPE_PIPE] = ACTIONS(1772), + [anon_sym_else] = ACTIONS(1770), + [anon_sym_COLON_COLON] = ACTIONS(1772), + [anon_sym_PLUS_EQ] = ACTIONS(1772), + [anon_sym_DASH_EQ] = ACTIONS(1772), + [anon_sym_STAR_EQ] = ACTIONS(1772), + [anon_sym_SLASH_EQ] = ACTIONS(1772), + [anon_sym_PERCENT_EQ] = ACTIONS(1772), + [anon_sym_BANG_EQ] = ACTIONS(1770), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1772), + [anon_sym_EQ_EQ] = ACTIONS(1770), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1772), + [anon_sym_LT_EQ] = ACTIONS(1772), + [anon_sym_GT_EQ] = ACTIONS(1772), + [anon_sym_BANGin] = ACTIONS(1772), + [anon_sym_is] = ACTIONS(1770), + [anon_sym_BANGis] = ACTIONS(1772), + [anon_sym_PLUS] = ACTIONS(1770), + [anon_sym_DASH] = ACTIONS(1770), + [anon_sym_SLASH] = ACTIONS(1770), + [anon_sym_PERCENT] = ACTIONS(1770), + [anon_sym_as_QMARK] = ACTIONS(1772), + [anon_sym_PLUS_PLUS] = ACTIONS(1772), + [anon_sym_DASH_DASH] = ACTIONS(1772), + [anon_sym_BANG_BANG] = ACTIONS(1772), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -295620,78 +297625,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1778), - [sym__automatic_semicolon] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), + [sym__backtick_identifier] = ACTIONS(1772), + [sym_safe_nav] = ACTIONS(1772), [sym_multiline_comment] = ACTIONS(3), }, - [2479] = { - [sym_property_delegate] = STATE(2649), - [sym_getter] = STATE(3176), - [sym_setter] = STATE(3176), + [2499] = { + [sym_getter] = STATE(3312), + [sym_setter] = STATE(3312), [sym_modifiers] = STATE(8887), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1764), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1778), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1766), - [anon_sym_RBRACK] = ACTIONS(1766), - [anon_sym_as] = ACTIONS(1764), - [anon_sym_EQ] = ACTIONS(5902), - [anon_sym_LBRACE] = ACTIONS(1766), - [anon_sym_RBRACE] = ACTIONS(1766), - [anon_sym_LPAREN] = ACTIONS(1766), - [anon_sym_COMMA] = ACTIONS(1766), - [anon_sym_RPAREN] = ACTIONS(1766), - [anon_sym_by] = ACTIONS(5904), - [anon_sym_LT] = ACTIONS(1764), - [anon_sym_GT] = ACTIONS(1764), - [anon_sym_where] = ACTIONS(1764), - [anon_sym_DOT] = ACTIONS(1764), - [anon_sym_SEMI] = ACTIONS(3814), - [anon_sym_get] = ACTIONS(5906), - [anon_sym_set] = ACTIONS(5908), - [anon_sym_STAR] = ACTIONS(1766), - [anon_sym_DASH_GT] = ACTIONS(1766), - [sym_label] = ACTIONS(1766), - [anon_sym_in] = ACTIONS(1764), - [anon_sym_while] = ACTIONS(1764), - [anon_sym_DOT_DOT] = ACTIONS(1766), - [anon_sym_QMARK_COLON] = ACTIONS(1766), - [anon_sym_AMP_AMP] = ACTIONS(1766), - [anon_sym_PIPE_PIPE] = ACTIONS(1766), - [anon_sym_else] = ACTIONS(1764), - [anon_sym_COLON_COLON] = ACTIONS(1766), - [anon_sym_BANG_EQ] = ACTIONS(1764), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), - [anon_sym_EQ_EQ] = ACTIONS(1764), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1766), - [anon_sym_LT_EQ] = ACTIONS(1766), - [anon_sym_GT_EQ] = ACTIONS(1766), - [anon_sym_BANGin] = ACTIONS(1766), - [anon_sym_is] = ACTIONS(1764), - [anon_sym_BANGis] = ACTIONS(1766), - [anon_sym_PLUS] = ACTIONS(1764), - [anon_sym_DASH] = ACTIONS(1764), - [anon_sym_SLASH] = ACTIONS(1764), - [anon_sym_PERCENT] = ACTIONS(1766), - [anon_sym_as_QMARK] = ACTIONS(1766), - [anon_sym_PLUS_PLUS] = ACTIONS(1766), - [anon_sym_DASH_DASH] = ACTIONS(1766), - [anon_sym_BANG_BANG] = ACTIONS(1766), + [anon_sym_LBRACK] = ACTIONS(1780), + [anon_sym_as] = ACTIONS(1778), + [anon_sym_EQ] = ACTIONS(1778), + [anon_sym_LBRACE] = ACTIONS(1780), + [anon_sym_RBRACE] = ACTIONS(1780), + [anon_sym_LPAREN] = ACTIONS(1780), + [anon_sym_RPAREN] = ACTIONS(1780), + [anon_sym_LT] = ACTIONS(1778), + [anon_sym_GT] = ACTIONS(1778), + [anon_sym_DOT] = ACTIONS(1778), + [anon_sym_SEMI] = ACTIONS(1780), + [anon_sym_get] = ACTIONS(5741), + [anon_sym_set] = ACTIONS(5743), + [anon_sym_STAR] = ACTIONS(1778), + [sym_label] = ACTIONS(1780), + [anon_sym_in] = ACTIONS(1778), + [anon_sym_while] = ACTIONS(1778), + [anon_sym_DOT_DOT] = ACTIONS(1780), + [anon_sym_QMARK_COLON] = ACTIONS(1780), + [anon_sym_AMP_AMP] = ACTIONS(1780), + [anon_sym_PIPE_PIPE] = ACTIONS(1780), + [anon_sym_else] = ACTIONS(1778), + [anon_sym_COLON_COLON] = ACTIONS(1780), + [anon_sym_PLUS_EQ] = ACTIONS(1780), + [anon_sym_DASH_EQ] = ACTIONS(1780), + [anon_sym_STAR_EQ] = ACTIONS(1780), + [anon_sym_SLASH_EQ] = ACTIONS(1780), + [anon_sym_PERCENT_EQ] = ACTIONS(1780), + [anon_sym_BANG_EQ] = ACTIONS(1778), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1780), + [anon_sym_EQ_EQ] = ACTIONS(1778), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1780), + [anon_sym_LT_EQ] = ACTIONS(1780), + [anon_sym_GT_EQ] = ACTIONS(1780), + [anon_sym_BANGin] = ACTIONS(1780), + [anon_sym_is] = ACTIONS(1778), + [anon_sym_BANGis] = ACTIONS(1780), + [anon_sym_PLUS] = ACTIONS(1778), + [anon_sym_DASH] = ACTIONS(1778), + [anon_sym_SLASH] = ACTIONS(1778), + [anon_sym_PERCENT] = ACTIONS(1778), + [anon_sym_as_QMARK] = ACTIONS(1780), + [anon_sym_PLUS_PLUS] = ACTIONS(1780), + [anon_sym_DASH_DASH] = ACTIONS(1780), + [anon_sym_BANG_BANG] = ACTIONS(1780), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -295715,76 +297718,169 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1766), - [sym_safe_nav] = ACTIONS(1766), + [sym__backtick_identifier] = ACTIONS(1780), + [sym_safe_nav] = ACTIONS(1780), [sym_multiline_comment] = ACTIONS(3), }, - [2480] = { - [sym_getter] = STATE(5011), - [sym_setter] = STATE(5011), - [sym_modifiers] = STATE(8718), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), + [2500] = { + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(2278), + [sym__comparison_operator] = STATE(2276), + [sym__in_operator] = STATE(2273), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(2271), + [sym__multiplicative_operator] = STATE(2268), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_annotation] = STATE(7883), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2266), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_RBRACE] = ACTIONS(3061), + [anon_sym_LPAREN] = ACTIONS(3572), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(4350), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(3061), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(4358), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(4360), + [anon_sym_DOT_DOT] = ACTIONS(4362), + [anon_sym_QMARK_COLON] = ACTIONS(4364), + [anon_sym_AMP_AMP] = ACTIONS(4366), + [anon_sym_PIPE_PIPE] = ACTIONS(4368), + [anon_sym_else] = ACTIONS(3059), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_BANG_EQ] = ACTIONS(4370), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4372), + [anon_sym_EQ_EQ] = ACTIONS(4370), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4372), + [anon_sym_LT_EQ] = ACTIONS(4374), + [anon_sym_GT_EQ] = ACTIONS(4374), + [anon_sym_BANGin] = ACTIONS(4376), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), + [anon_sym_PLUS] = ACTIONS(4378), + [anon_sym_DASH] = ACTIONS(4378), + [anon_sym_SLASH] = ACTIONS(4380), + [anon_sym_PERCENT] = ACTIONS(4358), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), + [anon_sym_suspend] = ACTIONS(3059), + [anon_sym_sealed] = ACTIONS(3059), + [anon_sym_annotation] = ACTIONS(3059), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_override] = ACTIONS(3059), + [anon_sym_lateinit] = ACTIONS(3059), + [anon_sym_public] = ACTIONS(3059), + [anon_sym_private] = ACTIONS(3059), + [anon_sym_internal] = ACTIONS(3059), + [anon_sym_protected] = ACTIONS(3059), + [anon_sym_tailrec] = ACTIONS(3059), + [anon_sym_operator] = ACTIONS(3059), + [anon_sym_infix] = ACTIONS(3059), + [anon_sym_inline] = ACTIONS(3059), + [anon_sym_external] = ACTIONS(3059), + [sym_property_modifier] = ACTIONS(3059), + [anon_sym_abstract] = ACTIONS(3059), + [anon_sym_final] = ACTIONS(3059), + [anon_sym_open] = ACTIONS(3059), + [anon_sym_vararg] = ACTIONS(3059), + [anon_sym_noinline] = ACTIONS(3059), + [anon_sym_crossinline] = ACTIONS(3059), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(3061), + [sym_safe_nav] = ACTIONS(3598), + [sym_multiline_comment] = ACTIONS(3), + }, + [2501] = { + [sym_getter] = STATE(4687), + [sym_setter] = STATE(4687), + [sym_modifiers] = STATE(8915), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3338), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_EQ] = ACTIONS(1776), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_COMMA] = ACTIONS(1778), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_where] = ACTIONS(1776), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(3636), - [anon_sym_get] = ACTIONS(5637), - [anon_sym_set] = ACTIONS(5639), - [anon_sym_STAR] = ACTIONS(1776), - [sym_label] = ACTIONS(1778), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_PLUS_EQ] = ACTIONS(1778), - [anon_sym_DASH_EQ] = ACTIONS(1778), - [anon_sym_STAR_EQ] = ACTIONS(1778), - [anon_sym_SLASH_EQ] = ACTIONS(1778), - [anon_sym_PERCENT_EQ] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1776), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG_BANG] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(3340), + [anon_sym_as] = ACTIONS(3338), + [anon_sym_EQ] = ACTIONS(3338), + [anon_sym_LBRACE] = ACTIONS(3340), + [anon_sym_RBRACE] = ACTIONS(3340), + [anon_sym_LPAREN] = ACTIONS(3340), + [anon_sym_RPAREN] = ACTIONS(3340), + [anon_sym_LT] = ACTIONS(3338), + [anon_sym_GT] = ACTIONS(3338), + [anon_sym_DOT] = ACTIONS(3338), + [anon_sym_SEMI] = ACTIONS(3340), + [anon_sym_get] = ACTIONS(5711), + [anon_sym_set] = ACTIONS(5713), + [anon_sym_STAR] = ACTIONS(3338), + [sym_label] = ACTIONS(3340), + [anon_sym_in] = ACTIONS(3338), + [anon_sym_while] = ACTIONS(3338), + [anon_sym_DOT_DOT] = ACTIONS(3340), + [anon_sym_QMARK_COLON] = ACTIONS(3340), + [anon_sym_AMP_AMP] = ACTIONS(3340), + [anon_sym_PIPE_PIPE] = ACTIONS(3340), + [anon_sym_else] = ACTIONS(3338), + [anon_sym_COLON_COLON] = ACTIONS(3340), + [anon_sym_PLUS_EQ] = ACTIONS(3340), + [anon_sym_DASH_EQ] = ACTIONS(3340), + [anon_sym_STAR_EQ] = ACTIONS(3340), + [anon_sym_SLASH_EQ] = ACTIONS(3340), + [anon_sym_PERCENT_EQ] = ACTIONS(3340), + [anon_sym_BANG_EQ] = ACTIONS(3338), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3340), + [anon_sym_EQ_EQ] = ACTIONS(3338), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3340), + [anon_sym_LT_EQ] = ACTIONS(3340), + [anon_sym_GT_EQ] = ACTIONS(3340), + [anon_sym_BANGin] = ACTIONS(3340), + [anon_sym_is] = ACTIONS(3338), + [anon_sym_BANGis] = ACTIONS(3340), + [anon_sym_PLUS] = ACTIONS(3338), + [anon_sym_DASH] = ACTIONS(3338), + [anon_sym_SLASH] = ACTIONS(3338), + [anon_sym_PERCENT] = ACTIONS(3338), + [anon_sym_as_QMARK] = ACTIONS(3340), + [anon_sym_PLUS_PLUS] = ACTIONS(3340), + [anon_sym_DASH_DASH] = ACTIONS(3340), + [anon_sym_BANG_BANG] = ACTIONS(3340), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -295808,30 +297904,122 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1778), - [sym__automatic_semicolon] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), + [sym__backtick_identifier] = ACTIONS(3340), + [sym_safe_nav] = ACTIONS(3340), [sym_multiline_comment] = ACTIONS(3), }, - [2481] = { - [sym_getter] = STATE(4966), - [sym_setter] = STATE(4966), - [sym_modifiers] = STATE(8718), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [2502] = { + [sym_getter] = STATE(4682), + [sym_setter] = STATE(4682), + [sym_modifiers] = STATE(8915), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1778), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1780), + [anon_sym_as] = ACTIONS(1778), + [anon_sym_EQ] = ACTIONS(1778), + [anon_sym_LBRACE] = ACTIONS(1780), + [anon_sym_RBRACE] = ACTIONS(1780), + [anon_sym_LPAREN] = ACTIONS(1780), + [anon_sym_RPAREN] = ACTIONS(1780), + [anon_sym_LT] = ACTIONS(1778), + [anon_sym_GT] = ACTIONS(1778), + [anon_sym_DOT] = ACTIONS(1778), + [anon_sym_SEMI] = ACTIONS(1780), + [anon_sym_get] = ACTIONS(5711), + [anon_sym_set] = ACTIONS(5713), + [anon_sym_STAR] = ACTIONS(1778), + [sym_label] = ACTIONS(1780), + [anon_sym_in] = ACTIONS(1778), + [anon_sym_while] = ACTIONS(1778), + [anon_sym_DOT_DOT] = ACTIONS(1780), + [anon_sym_QMARK_COLON] = ACTIONS(1780), + [anon_sym_AMP_AMP] = ACTIONS(1780), + [anon_sym_PIPE_PIPE] = ACTIONS(1780), + [anon_sym_else] = ACTIONS(1778), + [anon_sym_COLON_COLON] = ACTIONS(1780), + [anon_sym_PLUS_EQ] = ACTIONS(1780), + [anon_sym_DASH_EQ] = ACTIONS(1780), + [anon_sym_STAR_EQ] = ACTIONS(1780), + [anon_sym_SLASH_EQ] = ACTIONS(1780), + [anon_sym_PERCENT_EQ] = ACTIONS(1780), + [anon_sym_BANG_EQ] = ACTIONS(1778), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1780), + [anon_sym_EQ_EQ] = ACTIONS(1778), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1780), + [anon_sym_LT_EQ] = ACTIONS(1780), + [anon_sym_GT_EQ] = ACTIONS(1780), + [anon_sym_BANGin] = ACTIONS(1780), + [anon_sym_is] = ACTIONS(1778), + [anon_sym_BANGis] = ACTIONS(1780), + [anon_sym_PLUS] = ACTIONS(1778), + [anon_sym_DASH] = ACTIONS(1778), + [anon_sym_SLASH] = ACTIONS(1778), + [anon_sym_PERCENT] = ACTIONS(1778), + [anon_sym_as_QMARK] = ACTIONS(1780), + [anon_sym_PLUS_PLUS] = ACTIONS(1780), + [anon_sym_DASH_DASH] = ACTIONS(1780), + [anon_sym_BANG_BANG] = ACTIONS(1780), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1780), + [sym_safe_nav] = ACTIONS(1780), + [sym_multiline_comment] = ACTIONS(3), + }, + [2503] = { + [sym_getter] = STATE(4581), + [sym_setter] = STATE(4581), + [sym_modifiers] = STATE(8915), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1770), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1772), @@ -295840,17 +298028,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(1772), [anon_sym_RBRACE] = ACTIONS(1772), [anon_sym_LPAREN] = ACTIONS(1772), - [anon_sym_COMMA] = ACTIONS(1772), + [anon_sym_RPAREN] = ACTIONS(1772), [anon_sym_LT] = ACTIONS(1770), [anon_sym_GT] = ACTIONS(1770), - [anon_sym_where] = ACTIONS(1770), [anon_sym_DOT] = ACTIONS(1770), - [anon_sym_SEMI] = ACTIONS(1772), - [anon_sym_get] = ACTIONS(5637), - [anon_sym_set] = ACTIONS(5639), + [anon_sym_SEMI] = ACTIONS(3684), + [anon_sym_get] = ACTIONS(5711), + [anon_sym_set] = ACTIONS(5713), [anon_sym_STAR] = ACTIONS(1770), [sym_label] = ACTIONS(1772), [anon_sym_in] = ACTIONS(1770), + [anon_sym_while] = ACTIONS(1770), [anon_sym_DOT_DOT] = ACTIONS(1772), [anon_sym_QMARK_COLON] = ACTIONS(1772), [anon_sym_AMP_AMP] = ACTIONS(1772), @@ -295902,52 +298090,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1772), - [sym__automatic_semicolon] = ACTIONS(1772), [sym_safe_nav] = ACTIONS(1772), [sym_multiline_comment] = ACTIONS(3), }, - [2482] = { - [sym_property_delegate] = STATE(2682), - [sym_getter] = STATE(3162), - [sym_setter] = STATE(3162), + [2504] = { + [sym_getter] = STATE(3243), + [sym_setter] = STATE(3243), [sym_modifiers] = STATE(8887), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1770), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1772), - [anon_sym_RBRACK] = ACTIONS(1772), [anon_sym_as] = ACTIONS(1770), - [anon_sym_EQ] = ACTIONS(5982), + [anon_sym_EQ] = ACTIONS(1770), [anon_sym_LBRACE] = ACTIONS(1772), [anon_sym_RBRACE] = ACTIONS(1772), [anon_sym_LPAREN] = ACTIONS(1772), - [anon_sym_COMMA] = ACTIONS(1772), [anon_sym_RPAREN] = ACTIONS(1772), - [anon_sym_by] = ACTIONS(5904), [anon_sym_LT] = ACTIONS(1770), [anon_sym_GT] = ACTIONS(1770), - [anon_sym_where] = ACTIONS(1770), [anon_sym_DOT] = ACTIONS(1770), - [anon_sym_SEMI] = ACTIONS(3790), - [anon_sym_get] = ACTIONS(5906), - [anon_sym_set] = ACTIONS(5908), - [anon_sym_STAR] = ACTIONS(1772), - [anon_sym_DASH_GT] = ACTIONS(1772), + [anon_sym_SEMI] = ACTIONS(3692), + [anon_sym_get] = ACTIONS(5741), + [anon_sym_set] = ACTIONS(5743), + [anon_sym_STAR] = ACTIONS(1770), [sym_label] = ACTIONS(1772), [anon_sym_in] = ACTIONS(1770), [anon_sym_while] = ACTIONS(1770), @@ -295957,6 +298138,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PIPE_PIPE] = ACTIONS(1772), [anon_sym_else] = ACTIONS(1770), [anon_sym_COLON_COLON] = ACTIONS(1772), + [anon_sym_PLUS_EQ] = ACTIONS(1772), + [anon_sym_DASH_EQ] = ACTIONS(1772), + [anon_sym_STAR_EQ] = ACTIONS(1772), + [anon_sym_SLASH_EQ] = ACTIONS(1772), + [anon_sym_PERCENT_EQ] = ACTIONS(1772), [anon_sym_BANG_EQ] = ACTIONS(1770), [anon_sym_BANG_EQ_EQ] = ACTIONS(1772), [anon_sym_EQ_EQ] = ACTIONS(1770), @@ -295969,7 +298155,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(1770), [anon_sym_DASH] = ACTIONS(1770), [anon_sym_SLASH] = ACTIONS(1770), - [anon_sym_PERCENT] = ACTIONS(1772), + [anon_sym_PERCENT] = ACTIONS(1770), [anon_sym_as_QMARK] = ACTIONS(1772), [anon_sym_PLUS_PLUS] = ACTIONS(1772), [anon_sym_DASH_DASH] = ACTIONS(1772), @@ -295997,171 +298183,169 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1772), [sym_safe_nav] = ACTIONS(1772), [sym_multiline_comment] = ACTIONS(3), }, - [2483] = { - [sym_property_delegate] = STATE(2645), - [sym_getter] = STATE(3209), - [sym_setter] = STATE(3209), - [sym_modifiers] = STATE(8887), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1694), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1696), - [anon_sym_RBRACK] = ACTIONS(1696), - [anon_sym_as] = ACTIONS(1694), - [anon_sym_EQ] = ACTIONS(5918), - [anon_sym_LBRACE] = ACTIONS(1696), - [anon_sym_RBRACE] = ACTIONS(1696), - [anon_sym_LPAREN] = ACTIONS(1696), - [anon_sym_COMMA] = ACTIONS(1696), - [anon_sym_RPAREN] = ACTIONS(1696), - [anon_sym_by] = ACTIONS(5904), - [anon_sym_LT] = ACTIONS(1694), - [anon_sym_GT] = ACTIONS(1694), - [anon_sym_where] = ACTIONS(1694), - [anon_sym_DOT] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(3810), - [anon_sym_get] = ACTIONS(5906), - [anon_sym_set] = ACTIONS(5908), - [anon_sym_STAR] = ACTIONS(1696), - [anon_sym_DASH_GT] = ACTIONS(1696), - [sym_label] = ACTIONS(1696), - [anon_sym_in] = ACTIONS(1694), - [anon_sym_while] = ACTIONS(1694), - [anon_sym_DOT_DOT] = ACTIONS(1696), - [anon_sym_QMARK_COLON] = ACTIONS(1696), - [anon_sym_AMP_AMP] = ACTIONS(1696), - [anon_sym_PIPE_PIPE] = ACTIONS(1696), - [anon_sym_else] = ACTIONS(1694), - [anon_sym_COLON_COLON] = ACTIONS(1696), - [anon_sym_BANG_EQ] = ACTIONS(1694), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), - [anon_sym_EQ_EQ] = ACTIONS(1694), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), - [anon_sym_LT_EQ] = ACTIONS(1696), - [anon_sym_GT_EQ] = ACTIONS(1696), - [anon_sym_BANGin] = ACTIONS(1696), - [anon_sym_is] = ACTIONS(1694), - [anon_sym_BANGis] = ACTIONS(1696), - [anon_sym_PLUS] = ACTIONS(1694), - [anon_sym_DASH] = ACTIONS(1694), - [anon_sym_SLASH] = ACTIONS(1694), - [anon_sym_PERCENT] = ACTIONS(1696), - [anon_sym_as_QMARK] = ACTIONS(1696), - [anon_sym_PLUS_PLUS] = ACTIONS(1696), - [anon_sym_DASH_DASH] = ACTIONS(1696), - [anon_sym_BANG_BANG] = ACTIONS(1696), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [2505] = { + [sym_primary_constructor] = STATE(4090), + [sym__class_parameters] = STATE(3610), + [sym_type_parameters] = STATE(2578), + [sym_type_constraints] = STATE(3669), + [sym_enum_class_body] = STATE(3688), + [sym_modifiers] = STATE(9241), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3102), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_COLON] = ACTIONS(5994), + [anon_sym_LBRACK] = ACTIONS(3108), + [anon_sym_as] = ACTIONS(3102), + [anon_sym_constructor] = ACTIONS(5358), + [anon_sym_LBRACE] = ACTIONS(5415), + [anon_sym_RBRACE] = ACTIONS(3108), + [anon_sym_LPAREN] = ACTIONS(5362), + [anon_sym_COMMA] = ACTIONS(3108), + [anon_sym_LT] = ACTIONS(5364), + [anon_sym_GT] = ACTIONS(3102), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(3102), + [anon_sym_SEMI] = ACTIONS(3108), + [anon_sym_get] = ACTIONS(3102), + [anon_sym_set] = ACTIONS(3102), + [anon_sym_STAR] = ACTIONS(3108), + [sym_label] = ACTIONS(3108), + [anon_sym_in] = ACTIONS(3102), + [anon_sym_DOT_DOT] = ACTIONS(3108), + [anon_sym_QMARK_COLON] = ACTIONS(3108), + [anon_sym_AMP_AMP] = ACTIONS(3108), + [anon_sym_PIPE_PIPE] = ACTIONS(3108), + [anon_sym_else] = ACTIONS(3102), + [anon_sym_COLON_COLON] = ACTIONS(3108), + [anon_sym_BANG_EQ] = ACTIONS(3102), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3108), + [anon_sym_EQ_EQ] = ACTIONS(3102), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3108), + [anon_sym_LT_EQ] = ACTIONS(3108), + [anon_sym_GT_EQ] = ACTIONS(3108), + [anon_sym_BANGin] = ACTIONS(3108), + [anon_sym_is] = ACTIONS(3102), + [anon_sym_BANGis] = ACTIONS(3108), + [anon_sym_PLUS] = ACTIONS(3102), + [anon_sym_DASH] = ACTIONS(3102), + [anon_sym_SLASH] = ACTIONS(3102), + [anon_sym_PERCENT] = ACTIONS(3108), + [anon_sym_as_QMARK] = ACTIONS(3108), + [anon_sym_PLUS_PLUS] = ACTIONS(3108), + [anon_sym_DASH_DASH] = ACTIONS(3108), + [anon_sym_BANG_BANG] = ACTIONS(3108), + [anon_sym_suspend] = ACTIONS(3120), + [anon_sym_sealed] = ACTIONS(3122), + [anon_sym_annotation] = ACTIONS(3122), + [anon_sym_data] = ACTIONS(3122), + [anon_sym_inner] = ACTIONS(3122), + [anon_sym_override] = ACTIONS(3124), + [anon_sym_lateinit] = ACTIONS(3124), + [anon_sym_public] = ACTIONS(3126), + [anon_sym_private] = ACTIONS(3126), + [anon_sym_internal] = ACTIONS(3126), + [anon_sym_protected] = ACTIONS(3126), + [anon_sym_tailrec] = ACTIONS(3120), + [anon_sym_operator] = ACTIONS(3120), + [anon_sym_infix] = ACTIONS(3120), + [anon_sym_inline] = ACTIONS(3120), + [anon_sym_external] = ACTIONS(3120), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3130), + [anon_sym_final] = ACTIONS(3130), + [anon_sym_open] = ACTIONS(3130), + [anon_sym_vararg] = ACTIONS(3132), + [anon_sym_noinline] = ACTIONS(3132), + [anon_sym_crossinline] = ACTIONS(3132), + [anon_sym_expect] = ACTIONS(3134), + [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1696), - [sym_safe_nav] = ACTIONS(1696), + [sym__backtick_identifier] = ACTIONS(3108), + [sym__automatic_semicolon] = ACTIONS(3108), + [sym_safe_nav] = ACTIONS(3108), [sym_multiline_comment] = ACTIONS(3), }, - [2484] = { - [sym_property_delegate] = STATE(2675), - [sym_getter] = STATE(3232), - [sym_setter] = STATE(3232), + [2506] = { + [sym_getter] = STATE(3329), + [sym_setter] = STATE(3329), [sym_modifiers] = STATE(8887), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3338), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_RBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_EQ] = ACTIONS(5952), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_COMMA] = ACTIONS(3256), - [anon_sym_RPAREN] = ACTIONS(3256), - [anon_sym_by] = ACTIONS(5904), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_where] = ACTIONS(3254), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(5954), - [anon_sym_get] = ACTIONS(5906), - [anon_sym_set] = ACTIONS(5908), - [anon_sym_STAR] = ACTIONS(3256), - [anon_sym_DASH_GT] = ACTIONS(3256), - [sym_label] = ACTIONS(3256), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_while] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3256), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG_BANG] = ACTIONS(3256), + [anon_sym_LBRACK] = ACTIONS(3340), + [anon_sym_as] = ACTIONS(3338), + [anon_sym_EQ] = ACTIONS(3338), + [anon_sym_LBRACE] = ACTIONS(3340), + [anon_sym_RBRACE] = ACTIONS(3340), + [anon_sym_LPAREN] = ACTIONS(3340), + [anon_sym_RPAREN] = ACTIONS(3340), + [anon_sym_LT] = ACTIONS(3338), + [anon_sym_GT] = ACTIONS(3338), + [anon_sym_DOT] = ACTIONS(3338), + [anon_sym_SEMI] = ACTIONS(3340), + [anon_sym_get] = ACTIONS(5741), + [anon_sym_set] = ACTIONS(5743), + [anon_sym_STAR] = ACTIONS(3338), + [sym_label] = ACTIONS(3340), + [anon_sym_in] = ACTIONS(3338), + [anon_sym_while] = ACTIONS(3338), + [anon_sym_DOT_DOT] = ACTIONS(3340), + [anon_sym_QMARK_COLON] = ACTIONS(3340), + [anon_sym_AMP_AMP] = ACTIONS(3340), + [anon_sym_PIPE_PIPE] = ACTIONS(3340), + [anon_sym_else] = ACTIONS(3338), + [anon_sym_COLON_COLON] = ACTIONS(3340), + [anon_sym_PLUS_EQ] = ACTIONS(3340), + [anon_sym_DASH_EQ] = ACTIONS(3340), + [anon_sym_STAR_EQ] = ACTIONS(3340), + [anon_sym_SLASH_EQ] = ACTIONS(3340), + [anon_sym_PERCENT_EQ] = ACTIONS(3340), + [anon_sym_BANG_EQ] = ACTIONS(3338), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3340), + [anon_sym_EQ_EQ] = ACTIONS(3338), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3340), + [anon_sym_LT_EQ] = ACTIONS(3340), + [anon_sym_GT_EQ] = ACTIONS(3340), + [anon_sym_BANGin] = ACTIONS(3340), + [anon_sym_is] = ACTIONS(3338), + [anon_sym_BANGis] = ACTIONS(3340), + [anon_sym_PLUS] = ACTIONS(3338), + [anon_sym_DASH] = ACTIONS(3338), + [anon_sym_SLASH] = ACTIONS(3338), + [anon_sym_PERCENT] = ACTIONS(3338), + [anon_sym_as_QMARK] = ACTIONS(3340), + [anon_sym_PLUS_PLUS] = ACTIONS(3340), + [anon_sym_DASH_DASH] = ACTIONS(3340), + [anon_sym_BANG_BANG] = ACTIONS(3340), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -296185,123 +298369,1424 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), + [sym__backtick_identifier] = ACTIONS(3340), + [sym_safe_nav] = ACTIONS(3340), [sym_multiline_comment] = ACTIONS(3), }, - [2485] = { - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(1738), - [sym__comparison_operator] = STATE(1739), - [sym__in_operator] = STATE(1740), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(1741), - [sym__multiplicative_operator] = STATE(1742), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_annotation] = STATE(7845), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1744), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(3092), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_RPAREN] = ACTIONS(3092), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(4149), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(3092), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(4157), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(4159), - [anon_sym_while] = ACTIONS(3090), - [anon_sym_DOT_DOT] = ACTIONS(4161), - [anon_sym_QMARK_COLON] = ACTIONS(4163), - [anon_sym_AMP_AMP] = ACTIONS(4165), - [anon_sym_PIPE_PIPE] = ACTIONS(4167), - [anon_sym_else] = ACTIONS(3090), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_BANG_EQ] = ACTIONS(4169), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4171), - [anon_sym_EQ_EQ] = ACTIONS(4169), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4171), - [anon_sym_LT_EQ] = ACTIONS(4173), - [anon_sym_GT_EQ] = ACTIONS(4173), - [anon_sym_BANGin] = ACTIONS(4175), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), - [anon_sym_PLUS] = ACTIONS(4177), - [anon_sym_DASH] = ACTIONS(4177), - [anon_sym_SLASH] = ACTIONS(4179), - [anon_sym_PERCENT] = ACTIONS(4157), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), - [anon_sym_suspend] = ACTIONS(3090), - [anon_sym_sealed] = ACTIONS(3090), - [anon_sym_annotation] = ACTIONS(3090), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3090), - [anon_sym_lateinit] = ACTIONS(3090), - [anon_sym_public] = ACTIONS(3090), - [anon_sym_private] = ACTIONS(3090), - [anon_sym_internal] = ACTIONS(3090), - [anon_sym_protected] = ACTIONS(3090), - [anon_sym_tailrec] = ACTIONS(3090), - [anon_sym_operator] = ACTIONS(3090), - [anon_sym_infix] = ACTIONS(3090), - [anon_sym_inline] = ACTIONS(3090), - [anon_sym_external] = ACTIONS(3090), - [sym_property_modifier] = ACTIONS(3090), - [anon_sym_abstract] = ACTIONS(3090), - [anon_sym_final] = ACTIONS(3090), - [anon_sym_open] = ACTIONS(3090), - [anon_sym_vararg] = ACTIONS(3090), - [anon_sym_noinline] = ACTIONS(3090), - [anon_sym_crossinline] = ACTIONS(3090), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), + [2507] = { + [sym_primary_constructor] = STATE(4076), + [sym_class_body] = STATE(3842), + [sym__class_parameters] = STATE(3610), + [sym_type_parameters] = STATE(2564), + [sym_type_constraints] = STATE(3563), + [sym_modifiers] = STATE(9241), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3136), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_COLON] = ACTIONS(5996), + [anon_sym_LBRACK] = ACTIONS(3140), + [anon_sym_as] = ACTIONS(3136), + [anon_sym_constructor] = ACTIONS(5358), + [anon_sym_LBRACE] = ACTIONS(5360), + [anon_sym_RBRACE] = ACTIONS(3140), + [anon_sym_LPAREN] = ACTIONS(5362), + [anon_sym_COMMA] = ACTIONS(3140), + [anon_sym_LT] = ACTIONS(5364), + [anon_sym_GT] = ACTIONS(3136), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(3136), + [anon_sym_SEMI] = ACTIONS(3140), + [anon_sym_get] = ACTIONS(3136), + [anon_sym_set] = ACTIONS(3136), + [anon_sym_STAR] = ACTIONS(3140), + [sym_label] = ACTIONS(3140), + [anon_sym_in] = ACTIONS(3136), + [anon_sym_DOT_DOT] = ACTIONS(3140), + [anon_sym_QMARK_COLON] = ACTIONS(3140), + [anon_sym_AMP_AMP] = ACTIONS(3140), + [anon_sym_PIPE_PIPE] = ACTIONS(3140), + [anon_sym_else] = ACTIONS(3136), + [anon_sym_COLON_COLON] = ACTIONS(3140), + [anon_sym_BANG_EQ] = ACTIONS(3136), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3140), + [anon_sym_EQ_EQ] = ACTIONS(3136), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3140), + [anon_sym_LT_EQ] = ACTIONS(3140), + [anon_sym_GT_EQ] = ACTIONS(3140), + [anon_sym_BANGin] = ACTIONS(3140), + [anon_sym_is] = ACTIONS(3136), + [anon_sym_BANGis] = ACTIONS(3140), + [anon_sym_PLUS] = ACTIONS(3136), + [anon_sym_DASH] = ACTIONS(3136), + [anon_sym_SLASH] = ACTIONS(3136), + [anon_sym_PERCENT] = ACTIONS(3140), + [anon_sym_as_QMARK] = ACTIONS(3140), + [anon_sym_PLUS_PLUS] = ACTIONS(3140), + [anon_sym_DASH_DASH] = ACTIONS(3140), + [anon_sym_BANG_BANG] = ACTIONS(3140), + [anon_sym_suspend] = ACTIONS(3120), + [anon_sym_sealed] = ACTIONS(3122), + [anon_sym_annotation] = ACTIONS(3122), + [anon_sym_data] = ACTIONS(3122), + [anon_sym_inner] = ACTIONS(3122), + [anon_sym_override] = ACTIONS(3124), + [anon_sym_lateinit] = ACTIONS(3124), + [anon_sym_public] = ACTIONS(3126), + [anon_sym_private] = ACTIONS(3126), + [anon_sym_internal] = ACTIONS(3126), + [anon_sym_protected] = ACTIONS(3126), + [anon_sym_tailrec] = ACTIONS(3120), + [anon_sym_operator] = ACTIONS(3120), + [anon_sym_infix] = ACTIONS(3120), + [anon_sym_inline] = ACTIONS(3120), + [anon_sym_external] = ACTIONS(3120), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3130), + [anon_sym_final] = ACTIONS(3130), + [anon_sym_open] = ACTIONS(3130), + [anon_sym_vararg] = ACTIONS(3132), + [anon_sym_noinline] = ACTIONS(3132), + [anon_sym_crossinline] = ACTIONS(3132), + [anon_sym_expect] = ACTIONS(3134), + [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), + [sym__backtick_identifier] = ACTIONS(3140), + [sym__automatic_semicolon] = ACTIONS(3140), + [sym_safe_nav] = ACTIONS(3140), [sym_multiline_comment] = ACTIONS(3), }, - [2486] = { - [sym_getter] = STATE(4953), - [sym_setter] = STATE(4953), - [sym_modifiers] = STATE(8718), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [2508] = { + [sym_primary_constructor] = STATE(4074), + [sym__class_parameters] = STATE(3610), + [sym_type_parameters] = STATE(2559), + [sym_type_constraints] = STATE(3620), + [sym_enum_class_body] = STATE(3842), + [sym_modifiers] = STATE(9241), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3136), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_COLON] = ACTIONS(5998), + [anon_sym_LBRACK] = ACTIONS(3140), + [anon_sym_as] = ACTIONS(3136), + [anon_sym_constructor] = ACTIONS(5358), + [anon_sym_LBRACE] = ACTIONS(5415), + [anon_sym_RBRACE] = ACTIONS(3140), + [anon_sym_LPAREN] = ACTIONS(5362), + [anon_sym_COMMA] = ACTIONS(3140), + [anon_sym_LT] = ACTIONS(5364), + [anon_sym_GT] = ACTIONS(3136), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(3136), + [anon_sym_SEMI] = ACTIONS(3140), + [anon_sym_get] = ACTIONS(3136), + [anon_sym_set] = ACTIONS(3136), + [anon_sym_STAR] = ACTIONS(3140), + [sym_label] = ACTIONS(3140), + [anon_sym_in] = ACTIONS(3136), + [anon_sym_DOT_DOT] = ACTIONS(3140), + [anon_sym_QMARK_COLON] = ACTIONS(3140), + [anon_sym_AMP_AMP] = ACTIONS(3140), + [anon_sym_PIPE_PIPE] = ACTIONS(3140), + [anon_sym_else] = ACTIONS(3136), + [anon_sym_COLON_COLON] = ACTIONS(3140), + [anon_sym_BANG_EQ] = ACTIONS(3136), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3140), + [anon_sym_EQ_EQ] = ACTIONS(3136), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3140), + [anon_sym_LT_EQ] = ACTIONS(3140), + [anon_sym_GT_EQ] = ACTIONS(3140), + [anon_sym_BANGin] = ACTIONS(3140), + [anon_sym_is] = ACTIONS(3136), + [anon_sym_BANGis] = ACTIONS(3140), + [anon_sym_PLUS] = ACTIONS(3136), + [anon_sym_DASH] = ACTIONS(3136), + [anon_sym_SLASH] = ACTIONS(3136), + [anon_sym_PERCENT] = ACTIONS(3140), + [anon_sym_as_QMARK] = ACTIONS(3140), + [anon_sym_PLUS_PLUS] = ACTIONS(3140), + [anon_sym_DASH_DASH] = ACTIONS(3140), + [anon_sym_BANG_BANG] = ACTIONS(3140), + [anon_sym_suspend] = ACTIONS(3120), + [anon_sym_sealed] = ACTIONS(3122), + [anon_sym_annotation] = ACTIONS(3122), + [anon_sym_data] = ACTIONS(3122), + [anon_sym_inner] = ACTIONS(3122), + [anon_sym_override] = ACTIONS(3124), + [anon_sym_lateinit] = ACTIONS(3124), + [anon_sym_public] = ACTIONS(3126), + [anon_sym_private] = ACTIONS(3126), + [anon_sym_internal] = ACTIONS(3126), + [anon_sym_protected] = ACTIONS(3126), + [anon_sym_tailrec] = ACTIONS(3120), + [anon_sym_operator] = ACTIONS(3120), + [anon_sym_infix] = ACTIONS(3120), + [anon_sym_inline] = ACTIONS(3120), + [anon_sym_external] = ACTIONS(3120), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3130), + [anon_sym_final] = ACTIONS(3130), + [anon_sym_open] = ACTIONS(3130), + [anon_sym_vararg] = ACTIONS(3132), + [anon_sym_noinline] = ACTIONS(3132), + [anon_sym_crossinline] = ACTIONS(3132), + [anon_sym_expect] = ACTIONS(3134), + [anon_sym_actual] = ACTIONS(3134), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3140), + [sym__automatic_semicolon] = ACTIONS(3140), + [sym_safe_nav] = ACTIONS(3140), + [sym_multiline_comment] = ACTIONS(3), + }, + [2509] = { + [sym_primary_constructor] = STATE(4070), + [sym_class_body] = STATE(3851), + [sym__class_parameters] = STATE(3610), + [sym_type_parameters] = STATE(2600), + [sym_type_constraints] = STATE(3660), + [sym_modifiers] = STATE(9241), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3146), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_COLON] = ACTIONS(6000), + [anon_sym_LBRACK] = ACTIONS(3150), + [anon_sym_as] = ACTIONS(3146), + [anon_sym_constructor] = ACTIONS(5358), + [anon_sym_LBRACE] = ACTIONS(5360), + [anon_sym_RBRACE] = ACTIONS(3150), + [anon_sym_LPAREN] = ACTIONS(5362), + [anon_sym_COMMA] = ACTIONS(3150), + [anon_sym_LT] = ACTIONS(5364), + [anon_sym_GT] = ACTIONS(3146), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(3146), + [anon_sym_SEMI] = ACTIONS(3150), + [anon_sym_get] = ACTIONS(3146), + [anon_sym_set] = ACTIONS(3146), + [anon_sym_STAR] = ACTIONS(3150), + [sym_label] = ACTIONS(3150), + [anon_sym_in] = ACTIONS(3146), + [anon_sym_DOT_DOT] = ACTIONS(3150), + [anon_sym_QMARK_COLON] = ACTIONS(3150), + [anon_sym_AMP_AMP] = ACTIONS(3150), + [anon_sym_PIPE_PIPE] = ACTIONS(3150), + [anon_sym_else] = ACTIONS(3146), + [anon_sym_COLON_COLON] = ACTIONS(3150), + [anon_sym_BANG_EQ] = ACTIONS(3146), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3150), + [anon_sym_EQ_EQ] = ACTIONS(3146), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3150), + [anon_sym_LT_EQ] = ACTIONS(3150), + [anon_sym_GT_EQ] = ACTIONS(3150), + [anon_sym_BANGin] = ACTIONS(3150), + [anon_sym_is] = ACTIONS(3146), + [anon_sym_BANGis] = ACTIONS(3150), + [anon_sym_PLUS] = ACTIONS(3146), + [anon_sym_DASH] = ACTIONS(3146), + [anon_sym_SLASH] = ACTIONS(3146), + [anon_sym_PERCENT] = ACTIONS(3150), + [anon_sym_as_QMARK] = ACTIONS(3150), + [anon_sym_PLUS_PLUS] = ACTIONS(3150), + [anon_sym_DASH_DASH] = ACTIONS(3150), + [anon_sym_BANG_BANG] = ACTIONS(3150), + [anon_sym_suspend] = ACTIONS(3120), + [anon_sym_sealed] = ACTIONS(3122), + [anon_sym_annotation] = ACTIONS(3122), + [anon_sym_data] = ACTIONS(3122), + [anon_sym_inner] = ACTIONS(3122), + [anon_sym_override] = ACTIONS(3124), + [anon_sym_lateinit] = ACTIONS(3124), + [anon_sym_public] = ACTIONS(3126), + [anon_sym_private] = ACTIONS(3126), + [anon_sym_internal] = ACTIONS(3126), + [anon_sym_protected] = ACTIONS(3126), + [anon_sym_tailrec] = ACTIONS(3120), + [anon_sym_operator] = ACTIONS(3120), + [anon_sym_infix] = ACTIONS(3120), + [anon_sym_inline] = ACTIONS(3120), + [anon_sym_external] = ACTIONS(3120), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3130), + [anon_sym_final] = ACTIONS(3130), + [anon_sym_open] = ACTIONS(3130), + [anon_sym_vararg] = ACTIONS(3132), + [anon_sym_noinline] = ACTIONS(3132), + [anon_sym_crossinline] = ACTIONS(3132), + [anon_sym_expect] = ACTIONS(3134), + [anon_sym_actual] = ACTIONS(3134), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3150), + [sym__automatic_semicolon] = ACTIONS(3150), + [sym_safe_nav] = ACTIONS(3150), + [sym_multiline_comment] = ACTIONS(3), + }, + [2510] = { + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(2278), + [sym__comparison_operator] = STATE(2276), + [sym__in_operator] = STATE(2273), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(2271), + [sym__multiplicative_operator] = STATE(2268), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_annotation] = STATE(7883), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2266), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_RBRACE] = ACTIONS(3073), + [anon_sym_LPAREN] = ACTIONS(3572), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(4350), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(3073), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(4358), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(4360), + [anon_sym_DOT_DOT] = ACTIONS(4362), + [anon_sym_QMARK_COLON] = ACTIONS(4364), + [anon_sym_AMP_AMP] = ACTIONS(4366), + [anon_sym_PIPE_PIPE] = ACTIONS(4368), + [anon_sym_else] = ACTIONS(3071), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_BANG_EQ] = ACTIONS(4370), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4372), + [anon_sym_EQ_EQ] = ACTIONS(4370), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4372), + [anon_sym_LT_EQ] = ACTIONS(4374), + [anon_sym_GT_EQ] = ACTIONS(4374), + [anon_sym_BANGin] = ACTIONS(4376), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), + [anon_sym_PLUS] = ACTIONS(4378), + [anon_sym_DASH] = ACTIONS(4378), + [anon_sym_SLASH] = ACTIONS(4380), + [anon_sym_PERCENT] = ACTIONS(4358), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), + [anon_sym_suspend] = ACTIONS(3071), + [anon_sym_sealed] = ACTIONS(3071), + [anon_sym_annotation] = ACTIONS(3071), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_override] = ACTIONS(3071), + [anon_sym_lateinit] = ACTIONS(3071), + [anon_sym_public] = ACTIONS(3071), + [anon_sym_private] = ACTIONS(3071), + [anon_sym_internal] = ACTIONS(3071), + [anon_sym_protected] = ACTIONS(3071), + [anon_sym_tailrec] = ACTIONS(3071), + [anon_sym_operator] = ACTIONS(3071), + [anon_sym_infix] = ACTIONS(3071), + [anon_sym_inline] = ACTIONS(3071), + [anon_sym_external] = ACTIONS(3071), + [sym_property_modifier] = ACTIONS(3071), + [anon_sym_abstract] = ACTIONS(3071), + [anon_sym_final] = ACTIONS(3071), + [anon_sym_open] = ACTIONS(3071), + [anon_sym_vararg] = ACTIONS(3071), + [anon_sym_noinline] = ACTIONS(3071), + [anon_sym_crossinline] = ACTIONS(3071), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(3073), + [sym_safe_nav] = ACTIONS(3598), + [sym_multiline_comment] = ACTIONS(3), + }, + [2511] = { + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(2278), + [sym__comparison_operator] = STATE(2276), + [sym__in_operator] = STATE(2273), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(2271), + [sym__multiplicative_operator] = STATE(2268), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_annotation] = STATE(7883), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2266), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_RBRACE] = ACTIONS(3084), + [anon_sym_LPAREN] = ACTIONS(3572), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(4350), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(3084), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(4358), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(4360), + [anon_sym_DOT_DOT] = ACTIONS(4362), + [anon_sym_QMARK_COLON] = ACTIONS(4364), + [anon_sym_AMP_AMP] = ACTIONS(4366), + [anon_sym_PIPE_PIPE] = ACTIONS(4368), + [anon_sym_else] = ACTIONS(3082), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_BANG_EQ] = ACTIONS(4370), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4372), + [anon_sym_EQ_EQ] = ACTIONS(4370), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4372), + [anon_sym_LT_EQ] = ACTIONS(4374), + [anon_sym_GT_EQ] = ACTIONS(4374), + [anon_sym_BANGin] = ACTIONS(4376), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), + [anon_sym_PLUS] = ACTIONS(4378), + [anon_sym_DASH] = ACTIONS(4378), + [anon_sym_SLASH] = ACTIONS(4380), + [anon_sym_PERCENT] = ACTIONS(4358), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), + [anon_sym_suspend] = ACTIONS(3082), + [anon_sym_sealed] = ACTIONS(3082), + [anon_sym_annotation] = ACTIONS(3082), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_override] = ACTIONS(3082), + [anon_sym_lateinit] = ACTIONS(3082), + [anon_sym_public] = ACTIONS(3082), + [anon_sym_private] = ACTIONS(3082), + [anon_sym_internal] = ACTIONS(3082), + [anon_sym_protected] = ACTIONS(3082), + [anon_sym_tailrec] = ACTIONS(3082), + [anon_sym_operator] = ACTIONS(3082), + [anon_sym_infix] = ACTIONS(3082), + [anon_sym_inline] = ACTIONS(3082), + [anon_sym_external] = ACTIONS(3082), + [sym_property_modifier] = ACTIONS(3082), + [anon_sym_abstract] = ACTIONS(3082), + [anon_sym_final] = ACTIONS(3082), + [anon_sym_open] = ACTIONS(3082), + [anon_sym_vararg] = ACTIONS(3082), + [anon_sym_noinline] = ACTIONS(3082), + [anon_sym_crossinline] = ACTIONS(3082), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(3084), + [sym_safe_nav] = ACTIONS(3598), + [sym_multiline_comment] = ACTIONS(3), + }, + [2512] = { + [sym_getter] = STATE(4602), + [sym_setter] = STATE(4602), + [sym_modifiers] = STATE(8915), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1764), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1766), + [anon_sym_as] = ACTIONS(1764), + [anon_sym_EQ] = ACTIONS(1764), + [anon_sym_LBRACE] = ACTIONS(1766), + [anon_sym_RBRACE] = ACTIONS(1766), + [anon_sym_LPAREN] = ACTIONS(1766), + [anon_sym_RPAREN] = ACTIONS(1766), + [anon_sym_LT] = ACTIONS(1764), + [anon_sym_GT] = ACTIONS(1764), + [anon_sym_DOT] = ACTIONS(1764), + [anon_sym_SEMI] = ACTIONS(1766), + [anon_sym_get] = ACTIONS(5711), + [anon_sym_set] = ACTIONS(5713), + [anon_sym_STAR] = ACTIONS(1764), + [sym_label] = ACTIONS(1766), + [anon_sym_in] = ACTIONS(1764), + [anon_sym_while] = ACTIONS(1764), + [anon_sym_DOT_DOT] = ACTIONS(1766), + [anon_sym_QMARK_COLON] = ACTIONS(1766), + [anon_sym_AMP_AMP] = ACTIONS(1766), + [anon_sym_PIPE_PIPE] = ACTIONS(1766), + [anon_sym_else] = ACTIONS(1764), + [anon_sym_COLON_COLON] = ACTIONS(1766), + [anon_sym_PLUS_EQ] = ACTIONS(1766), + [anon_sym_DASH_EQ] = ACTIONS(1766), + [anon_sym_STAR_EQ] = ACTIONS(1766), + [anon_sym_SLASH_EQ] = ACTIONS(1766), + [anon_sym_PERCENT_EQ] = ACTIONS(1766), + [anon_sym_BANG_EQ] = ACTIONS(1764), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), + [anon_sym_EQ_EQ] = ACTIONS(1764), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1766), + [anon_sym_LT_EQ] = ACTIONS(1766), + [anon_sym_GT_EQ] = ACTIONS(1766), + [anon_sym_BANGin] = ACTIONS(1766), + [anon_sym_is] = ACTIONS(1764), + [anon_sym_BANGis] = ACTIONS(1766), + [anon_sym_PLUS] = ACTIONS(1764), + [anon_sym_DASH] = ACTIONS(1764), + [anon_sym_SLASH] = ACTIONS(1764), + [anon_sym_PERCENT] = ACTIONS(1764), + [anon_sym_as_QMARK] = ACTIONS(1766), + [anon_sym_PLUS_PLUS] = ACTIONS(1766), + [anon_sym_DASH_DASH] = ACTIONS(1766), + [anon_sym_BANG_BANG] = ACTIONS(1766), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1766), + [sym_safe_nav] = ACTIONS(1766), + [sym_multiline_comment] = ACTIONS(3), + }, + [2513] = { + [sym_primary_constructor] = STATE(5254), + [sym__class_parameters] = STATE(4565), + [sym_type_parameters] = STATE(2604), + [sym_type_constraints] = STATE(4513), + [sym_enum_class_body] = STATE(4750), + [sym_modifiers] = STATE(9275), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3102), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_COLON] = ACTIONS(6002), + [anon_sym_LBRACK] = ACTIONS(3108), + [anon_sym_as] = ACTIONS(3102), + [anon_sym_constructor] = ACTIONS(5113), + [anon_sym_LBRACE] = ACTIONS(5115), + [anon_sym_RBRACE] = ACTIONS(3108), + [anon_sym_LPAREN] = ACTIONS(5117), + [anon_sym_RPAREN] = ACTIONS(3108), + [anon_sym_LT] = ACTIONS(5119), + [anon_sym_GT] = ACTIONS(3102), + [anon_sym_where] = ACTIONS(5121), + [anon_sym_DOT] = ACTIONS(3102), + [anon_sym_SEMI] = ACTIONS(3108), + [anon_sym_get] = ACTIONS(3102), + [anon_sym_set] = ACTIONS(3102), + [anon_sym_STAR] = ACTIONS(3108), + [sym_label] = ACTIONS(3108), + [anon_sym_in] = ACTIONS(3102), + [anon_sym_while] = ACTIONS(3102), + [anon_sym_DOT_DOT] = ACTIONS(3108), + [anon_sym_QMARK_COLON] = ACTIONS(3108), + [anon_sym_AMP_AMP] = ACTIONS(3108), + [anon_sym_PIPE_PIPE] = ACTIONS(3108), + [anon_sym_else] = ACTIONS(3102), + [anon_sym_COLON_COLON] = ACTIONS(3108), + [anon_sym_BANG_EQ] = ACTIONS(3102), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3108), + [anon_sym_EQ_EQ] = ACTIONS(3102), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3108), + [anon_sym_LT_EQ] = ACTIONS(3108), + [anon_sym_GT_EQ] = ACTIONS(3108), + [anon_sym_BANGin] = ACTIONS(3108), + [anon_sym_is] = ACTIONS(3102), + [anon_sym_BANGis] = ACTIONS(3108), + [anon_sym_PLUS] = ACTIONS(3102), + [anon_sym_DASH] = ACTIONS(3102), + [anon_sym_SLASH] = ACTIONS(3102), + [anon_sym_PERCENT] = ACTIONS(3108), + [anon_sym_as_QMARK] = ACTIONS(3108), + [anon_sym_PLUS_PLUS] = ACTIONS(3108), + [anon_sym_DASH_DASH] = ACTIONS(3108), + [anon_sym_BANG_BANG] = ACTIONS(3108), + [anon_sym_suspend] = ACTIONS(3120), + [anon_sym_sealed] = ACTIONS(3122), + [anon_sym_annotation] = ACTIONS(3122), + [anon_sym_data] = ACTIONS(3122), + [anon_sym_inner] = ACTIONS(3122), + [anon_sym_override] = ACTIONS(3124), + [anon_sym_lateinit] = ACTIONS(3124), + [anon_sym_public] = ACTIONS(3126), + [anon_sym_private] = ACTIONS(3126), + [anon_sym_internal] = ACTIONS(3126), + [anon_sym_protected] = ACTIONS(3126), + [anon_sym_tailrec] = ACTIONS(3120), + [anon_sym_operator] = ACTIONS(3120), + [anon_sym_infix] = ACTIONS(3120), + [anon_sym_inline] = ACTIONS(3120), + [anon_sym_external] = ACTIONS(3120), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3130), + [anon_sym_final] = ACTIONS(3130), + [anon_sym_open] = ACTIONS(3130), + [anon_sym_vararg] = ACTIONS(3132), + [anon_sym_noinline] = ACTIONS(3132), + [anon_sym_crossinline] = ACTIONS(3132), + [anon_sym_expect] = ACTIONS(3134), + [anon_sym_actual] = ACTIONS(3134), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3108), + [sym_safe_nav] = ACTIONS(3108), + [sym_multiline_comment] = ACTIONS(3), + }, + [2514] = { + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(2278), + [sym__comparison_operator] = STATE(2276), + [sym__in_operator] = STATE(2273), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(2271), + [sym__multiplicative_operator] = STATE(2268), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_annotation] = STATE(7883), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2266), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_RBRACE] = ACTIONS(3009), + [anon_sym_LPAREN] = ACTIONS(3572), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(4350), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(3009), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(4358), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(4360), + [anon_sym_DOT_DOT] = ACTIONS(4362), + [anon_sym_QMARK_COLON] = ACTIONS(4364), + [anon_sym_AMP_AMP] = ACTIONS(4366), + [anon_sym_PIPE_PIPE] = ACTIONS(4368), + [anon_sym_else] = ACTIONS(3007), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_BANG_EQ] = ACTIONS(4370), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4372), + [anon_sym_EQ_EQ] = ACTIONS(4370), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4372), + [anon_sym_LT_EQ] = ACTIONS(4374), + [anon_sym_GT_EQ] = ACTIONS(4374), + [anon_sym_BANGin] = ACTIONS(4376), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), + [anon_sym_PLUS] = ACTIONS(4378), + [anon_sym_DASH] = ACTIONS(4378), + [anon_sym_SLASH] = ACTIONS(4380), + [anon_sym_PERCENT] = ACTIONS(4358), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), + [anon_sym_suspend] = ACTIONS(3007), + [anon_sym_sealed] = ACTIONS(3007), + [anon_sym_annotation] = ACTIONS(3007), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_override] = ACTIONS(3007), + [anon_sym_lateinit] = ACTIONS(3007), + [anon_sym_public] = ACTIONS(3007), + [anon_sym_private] = ACTIONS(3007), + [anon_sym_internal] = ACTIONS(3007), + [anon_sym_protected] = ACTIONS(3007), + [anon_sym_tailrec] = ACTIONS(3007), + [anon_sym_operator] = ACTIONS(3007), + [anon_sym_infix] = ACTIONS(3007), + [anon_sym_inline] = ACTIONS(3007), + [anon_sym_external] = ACTIONS(3007), + [sym_property_modifier] = ACTIONS(3007), + [anon_sym_abstract] = ACTIONS(3007), + [anon_sym_final] = ACTIONS(3007), + [anon_sym_open] = ACTIONS(3007), + [anon_sym_vararg] = ACTIONS(3007), + [anon_sym_noinline] = ACTIONS(3007), + [anon_sym_crossinline] = ACTIONS(3007), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(3009), + [sym_safe_nav] = ACTIONS(3598), + [sym_multiline_comment] = ACTIONS(3), + }, + [2515] = { + [sym_primary_constructor] = STATE(5240), + [sym_class_body] = STATE(4604), + [sym__class_parameters] = STATE(4565), + [sym_type_parameters] = STATE(2610), + [sym_type_constraints] = STATE(4541), + [sym_modifiers] = STATE(9275), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3136), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_COLON] = ACTIONS(6004), + [anon_sym_LBRACK] = ACTIONS(3140), + [anon_sym_as] = ACTIONS(3136), + [anon_sym_constructor] = ACTIONS(5113), + [anon_sym_LBRACE] = ACTIONS(5161), + [anon_sym_RBRACE] = ACTIONS(3140), + [anon_sym_LPAREN] = ACTIONS(5117), + [anon_sym_RPAREN] = ACTIONS(3140), + [anon_sym_LT] = ACTIONS(5119), + [anon_sym_GT] = ACTIONS(3136), + [anon_sym_where] = ACTIONS(5121), + [anon_sym_DOT] = ACTIONS(3136), + [anon_sym_SEMI] = ACTIONS(3140), + [anon_sym_get] = ACTIONS(3136), + [anon_sym_set] = ACTIONS(3136), + [anon_sym_STAR] = ACTIONS(3140), + [sym_label] = ACTIONS(3140), + [anon_sym_in] = ACTIONS(3136), + [anon_sym_while] = ACTIONS(3136), + [anon_sym_DOT_DOT] = ACTIONS(3140), + [anon_sym_QMARK_COLON] = ACTIONS(3140), + [anon_sym_AMP_AMP] = ACTIONS(3140), + [anon_sym_PIPE_PIPE] = ACTIONS(3140), + [anon_sym_else] = ACTIONS(3136), + [anon_sym_COLON_COLON] = ACTIONS(3140), + [anon_sym_BANG_EQ] = ACTIONS(3136), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3140), + [anon_sym_EQ_EQ] = ACTIONS(3136), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3140), + [anon_sym_LT_EQ] = ACTIONS(3140), + [anon_sym_GT_EQ] = ACTIONS(3140), + [anon_sym_BANGin] = ACTIONS(3140), + [anon_sym_is] = ACTIONS(3136), + [anon_sym_BANGis] = ACTIONS(3140), + [anon_sym_PLUS] = ACTIONS(3136), + [anon_sym_DASH] = ACTIONS(3136), + [anon_sym_SLASH] = ACTIONS(3136), + [anon_sym_PERCENT] = ACTIONS(3140), + [anon_sym_as_QMARK] = ACTIONS(3140), + [anon_sym_PLUS_PLUS] = ACTIONS(3140), + [anon_sym_DASH_DASH] = ACTIONS(3140), + [anon_sym_BANG_BANG] = ACTIONS(3140), + [anon_sym_suspend] = ACTIONS(3120), + [anon_sym_sealed] = ACTIONS(3122), + [anon_sym_annotation] = ACTIONS(3122), + [anon_sym_data] = ACTIONS(3122), + [anon_sym_inner] = ACTIONS(3122), + [anon_sym_override] = ACTIONS(3124), + [anon_sym_lateinit] = ACTIONS(3124), + [anon_sym_public] = ACTIONS(3126), + [anon_sym_private] = ACTIONS(3126), + [anon_sym_internal] = ACTIONS(3126), + [anon_sym_protected] = ACTIONS(3126), + [anon_sym_tailrec] = ACTIONS(3120), + [anon_sym_operator] = ACTIONS(3120), + [anon_sym_infix] = ACTIONS(3120), + [anon_sym_inline] = ACTIONS(3120), + [anon_sym_external] = ACTIONS(3120), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3130), + [anon_sym_final] = ACTIONS(3130), + [anon_sym_open] = ACTIONS(3130), + [anon_sym_vararg] = ACTIONS(3132), + [anon_sym_noinline] = ACTIONS(3132), + [anon_sym_crossinline] = ACTIONS(3132), + [anon_sym_expect] = ACTIONS(3134), + [anon_sym_actual] = ACTIONS(3134), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3140), + [sym_safe_nav] = ACTIONS(3140), + [sym_multiline_comment] = ACTIONS(3), + }, + [2516] = { + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(2278), + [sym__comparison_operator] = STATE(2276), + [sym__in_operator] = STATE(2273), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(2271), + [sym__multiplicative_operator] = STATE(2268), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_annotation] = STATE(7883), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2266), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_RBRACE] = ACTIONS(3069), + [anon_sym_LPAREN] = ACTIONS(3572), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(4350), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(3069), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(4358), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(4360), + [anon_sym_DOT_DOT] = ACTIONS(4362), + [anon_sym_QMARK_COLON] = ACTIONS(4364), + [anon_sym_AMP_AMP] = ACTIONS(4366), + [anon_sym_PIPE_PIPE] = ACTIONS(4368), + [anon_sym_else] = ACTIONS(3067), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_BANG_EQ] = ACTIONS(4370), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4372), + [anon_sym_EQ_EQ] = ACTIONS(4370), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4372), + [anon_sym_LT_EQ] = ACTIONS(4374), + [anon_sym_GT_EQ] = ACTIONS(4374), + [anon_sym_BANGin] = ACTIONS(4376), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), + [anon_sym_PLUS] = ACTIONS(4378), + [anon_sym_DASH] = ACTIONS(4378), + [anon_sym_SLASH] = ACTIONS(4380), + [anon_sym_PERCENT] = ACTIONS(4358), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), + [anon_sym_suspend] = ACTIONS(3067), + [anon_sym_sealed] = ACTIONS(3067), + [anon_sym_annotation] = ACTIONS(3067), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_override] = ACTIONS(3067), + [anon_sym_lateinit] = ACTIONS(3067), + [anon_sym_public] = ACTIONS(3067), + [anon_sym_private] = ACTIONS(3067), + [anon_sym_internal] = ACTIONS(3067), + [anon_sym_protected] = ACTIONS(3067), + [anon_sym_tailrec] = ACTIONS(3067), + [anon_sym_operator] = ACTIONS(3067), + [anon_sym_infix] = ACTIONS(3067), + [anon_sym_inline] = ACTIONS(3067), + [anon_sym_external] = ACTIONS(3067), + [sym_property_modifier] = ACTIONS(3067), + [anon_sym_abstract] = ACTIONS(3067), + [anon_sym_final] = ACTIONS(3067), + [anon_sym_open] = ACTIONS(3067), + [anon_sym_vararg] = ACTIONS(3067), + [anon_sym_noinline] = ACTIONS(3067), + [anon_sym_crossinline] = ACTIONS(3067), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(3069), + [sym_safe_nav] = ACTIONS(3598), + [sym_multiline_comment] = ACTIONS(3), + }, + [2517] = { + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(2278), + [sym__comparison_operator] = STATE(2276), + [sym__in_operator] = STATE(2273), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(2271), + [sym__multiplicative_operator] = STATE(2268), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_annotation] = STATE(7883), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2266), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_RBRACE] = ACTIONS(3065), + [anon_sym_LPAREN] = ACTIONS(3572), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(4350), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(3065), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(4358), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(4360), + [anon_sym_DOT_DOT] = ACTIONS(4362), + [anon_sym_QMARK_COLON] = ACTIONS(4364), + [anon_sym_AMP_AMP] = ACTIONS(4366), + [anon_sym_PIPE_PIPE] = ACTIONS(4368), + [anon_sym_else] = ACTIONS(3063), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_BANG_EQ] = ACTIONS(4370), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4372), + [anon_sym_EQ_EQ] = ACTIONS(4370), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4372), + [anon_sym_LT_EQ] = ACTIONS(4374), + [anon_sym_GT_EQ] = ACTIONS(4374), + [anon_sym_BANGin] = ACTIONS(4376), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), + [anon_sym_PLUS] = ACTIONS(4378), + [anon_sym_DASH] = ACTIONS(4378), + [anon_sym_SLASH] = ACTIONS(4380), + [anon_sym_PERCENT] = ACTIONS(4358), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), + [anon_sym_suspend] = ACTIONS(3063), + [anon_sym_sealed] = ACTIONS(3063), + [anon_sym_annotation] = ACTIONS(3063), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_override] = ACTIONS(3063), + [anon_sym_lateinit] = ACTIONS(3063), + [anon_sym_public] = ACTIONS(3063), + [anon_sym_private] = ACTIONS(3063), + [anon_sym_internal] = ACTIONS(3063), + [anon_sym_protected] = ACTIONS(3063), + [anon_sym_tailrec] = ACTIONS(3063), + [anon_sym_operator] = ACTIONS(3063), + [anon_sym_infix] = ACTIONS(3063), + [anon_sym_inline] = ACTIONS(3063), + [anon_sym_external] = ACTIONS(3063), + [sym_property_modifier] = ACTIONS(3063), + [anon_sym_abstract] = ACTIONS(3063), + [anon_sym_final] = ACTIONS(3063), + [anon_sym_open] = ACTIONS(3063), + [anon_sym_vararg] = ACTIONS(3063), + [anon_sym_noinline] = ACTIONS(3063), + [anon_sym_crossinline] = ACTIONS(3063), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(3065), + [sym_safe_nav] = ACTIONS(3598), + [sym_multiline_comment] = ACTIONS(3), + }, + [2518] = { + [sym_primary_constructor] = STATE(5239), + [sym__class_parameters] = STATE(4565), + [sym_type_parameters] = STATE(2612), + [sym_type_constraints] = STATE(4559), + [sym_enum_class_body] = STATE(4604), + [sym_modifiers] = STATE(9275), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3136), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_COLON] = ACTIONS(6006), + [anon_sym_LBRACK] = ACTIONS(3140), + [anon_sym_as] = ACTIONS(3136), + [anon_sym_constructor] = ACTIONS(5113), + [anon_sym_LBRACE] = ACTIONS(5115), + [anon_sym_RBRACE] = ACTIONS(3140), + [anon_sym_LPAREN] = ACTIONS(5117), + [anon_sym_RPAREN] = ACTIONS(3140), + [anon_sym_LT] = ACTIONS(5119), + [anon_sym_GT] = ACTIONS(3136), + [anon_sym_where] = ACTIONS(5121), + [anon_sym_DOT] = ACTIONS(3136), + [anon_sym_SEMI] = ACTIONS(3140), + [anon_sym_get] = ACTIONS(3136), + [anon_sym_set] = ACTIONS(3136), + [anon_sym_STAR] = ACTIONS(3140), + [sym_label] = ACTIONS(3140), + [anon_sym_in] = ACTIONS(3136), + [anon_sym_while] = ACTIONS(3136), + [anon_sym_DOT_DOT] = ACTIONS(3140), + [anon_sym_QMARK_COLON] = ACTIONS(3140), + [anon_sym_AMP_AMP] = ACTIONS(3140), + [anon_sym_PIPE_PIPE] = ACTIONS(3140), + [anon_sym_else] = ACTIONS(3136), + [anon_sym_COLON_COLON] = ACTIONS(3140), + [anon_sym_BANG_EQ] = ACTIONS(3136), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3140), + [anon_sym_EQ_EQ] = ACTIONS(3136), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3140), + [anon_sym_LT_EQ] = ACTIONS(3140), + [anon_sym_GT_EQ] = ACTIONS(3140), + [anon_sym_BANGin] = ACTIONS(3140), + [anon_sym_is] = ACTIONS(3136), + [anon_sym_BANGis] = ACTIONS(3140), + [anon_sym_PLUS] = ACTIONS(3136), + [anon_sym_DASH] = ACTIONS(3136), + [anon_sym_SLASH] = ACTIONS(3136), + [anon_sym_PERCENT] = ACTIONS(3140), + [anon_sym_as_QMARK] = ACTIONS(3140), + [anon_sym_PLUS_PLUS] = ACTIONS(3140), + [anon_sym_DASH_DASH] = ACTIONS(3140), + [anon_sym_BANG_BANG] = ACTIONS(3140), + [anon_sym_suspend] = ACTIONS(3120), + [anon_sym_sealed] = ACTIONS(3122), + [anon_sym_annotation] = ACTIONS(3122), + [anon_sym_data] = ACTIONS(3122), + [anon_sym_inner] = ACTIONS(3122), + [anon_sym_override] = ACTIONS(3124), + [anon_sym_lateinit] = ACTIONS(3124), + [anon_sym_public] = ACTIONS(3126), + [anon_sym_private] = ACTIONS(3126), + [anon_sym_internal] = ACTIONS(3126), + [anon_sym_protected] = ACTIONS(3126), + [anon_sym_tailrec] = ACTIONS(3120), + [anon_sym_operator] = ACTIONS(3120), + [anon_sym_infix] = ACTIONS(3120), + [anon_sym_inline] = ACTIONS(3120), + [anon_sym_external] = ACTIONS(3120), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3130), + [anon_sym_final] = ACTIONS(3130), + [anon_sym_open] = ACTIONS(3130), + [anon_sym_vararg] = ACTIONS(3132), + [anon_sym_noinline] = ACTIONS(3132), + [anon_sym_crossinline] = ACTIONS(3132), + [anon_sym_expect] = ACTIONS(3134), + [anon_sym_actual] = ACTIONS(3134), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3140), + [sym_safe_nav] = ACTIONS(3140), + [sym_multiline_comment] = ACTIONS(3), + }, + [2519] = { + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(2278), + [sym__comparison_operator] = STATE(2276), + [sym__in_operator] = STATE(2273), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(2271), + [sym__multiplicative_operator] = STATE(2268), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_annotation] = STATE(7883), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2266), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_RBRACE] = ACTIONS(3020), + [anon_sym_LPAREN] = ACTIONS(3572), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(4350), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(3020), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(4358), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(4360), + [anon_sym_DOT_DOT] = ACTIONS(4362), + [anon_sym_QMARK_COLON] = ACTIONS(4364), + [anon_sym_AMP_AMP] = ACTIONS(4366), + [anon_sym_PIPE_PIPE] = ACTIONS(4368), + [anon_sym_else] = ACTIONS(3018), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_BANG_EQ] = ACTIONS(4370), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4372), + [anon_sym_EQ_EQ] = ACTIONS(4370), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4372), + [anon_sym_LT_EQ] = ACTIONS(4374), + [anon_sym_GT_EQ] = ACTIONS(4374), + [anon_sym_BANGin] = ACTIONS(4376), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), + [anon_sym_PLUS] = ACTIONS(4378), + [anon_sym_DASH] = ACTIONS(4378), + [anon_sym_SLASH] = ACTIONS(4380), + [anon_sym_PERCENT] = ACTIONS(4358), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), + [anon_sym_suspend] = ACTIONS(3018), + [anon_sym_sealed] = ACTIONS(3018), + [anon_sym_annotation] = ACTIONS(3018), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_override] = ACTIONS(3018), + [anon_sym_lateinit] = ACTIONS(3018), + [anon_sym_public] = ACTIONS(3018), + [anon_sym_private] = ACTIONS(3018), + [anon_sym_internal] = ACTIONS(3018), + [anon_sym_protected] = ACTIONS(3018), + [anon_sym_tailrec] = ACTIONS(3018), + [anon_sym_operator] = ACTIONS(3018), + [anon_sym_infix] = ACTIONS(3018), + [anon_sym_inline] = ACTIONS(3018), + [anon_sym_external] = ACTIONS(3018), + [sym_property_modifier] = ACTIONS(3018), + [anon_sym_abstract] = ACTIONS(3018), + [anon_sym_final] = ACTIONS(3018), + [anon_sym_open] = ACTIONS(3018), + [anon_sym_vararg] = ACTIONS(3018), + [anon_sym_noinline] = ACTIONS(3018), + [anon_sym_crossinline] = ACTIONS(3018), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(3020), + [sym_safe_nav] = ACTIONS(3598), + [sym_multiline_comment] = ACTIONS(3), + }, + [2520] = { + [sym_primary_constructor] = STATE(5235), + [sym_class_body] = STATE(4578), + [sym__class_parameters] = STATE(4565), + [sym_type_parameters] = STATE(2614), + [sym_type_constraints] = STATE(4550), + [sym_modifiers] = STATE(9275), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3146), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_COLON] = ACTIONS(6008), + [anon_sym_LBRACK] = ACTIONS(3150), + [anon_sym_as] = ACTIONS(3146), + [anon_sym_constructor] = ACTIONS(5113), + [anon_sym_LBRACE] = ACTIONS(5161), + [anon_sym_RBRACE] = ACTIONS(3150), + [anon_sym_LPAREN] = ACTIONS(5117), + [anon_sym_RPAREN] = ACTIONS(3150), + [anon_sym_LT] = ACTIONS(5119), + [anon_sym_GT] = ACTIONS(3146), + [anon_sym_where] = ACTIONS(5121), + [anon_sym_DOT] = ACTIONS(3146), + [anon_sym_SEMI] = ACTIONS(3150), + [anon_sym_get] = ACTIONS(3146), + [anon_sym_set] = ACTIONS(3146), + [anon_sym_STAR] = ACTIONS(3150), + [sym_label] = ACTIONS(3150), + [anon_sym_in] = ACTIONS(3146), + [anon_sym_while] = ACTIONS(3146), + [anon_sym_DOT_DOT] = ACTIONS(3150), + [anon_sym_QMARK_COLON] = ACTIONS(3150), + [anon_sym_AMP_AMP] = ACTIONS(3150), + [anon_sym_PIPE_PIPE] = ACTIONS(3150), + [anon_sym_else] = ACTIONS(3146), + [anon_sym_COLON_COLON] = ACTIONS(3150), + [anon_sym_BANG_EQ] = ACTIONS(3146), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3150), + [anon_sym_EQ_EQ] = ACTIONS(3146), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3150), + [anon_sym_LT_EQ] = ACTIONS(3150), + [anon_sym_GT_EQ] = ACTIONS(3150), + [anon_sym_BANGin] = ACTIONS(3150), + [anon_sym_is] = ACTIONS(3146), + [anon_sym_BANGis] = ACTIONS(3150), + [anon_sym_PLUS] = ACTIONS(3146), + [anon_sym_DASH] = ACTIONS(3146), + [anon_sym_SLASH] = ACTIONS(3146), + [anon_sym_PERCENT] = ACTIONS(3150), + [anon_sym_as_QMARK] = ACTIONS(3150), + [anon_sym_PLUS_PLUS] = ACTIONS(3150), + [anon_sym_DASH_DASH] = ACTIONS(3150), + [anon_sym_BANG_BANG] = ACTIONS(3150), + [anon_sym_suspend] = ACTIONS(3120), + [anon_sym_sealed] = ACTIONS(3122), + [anon_sym_annotation] = ACTIONS(3122), + [anon_sym_data] = ACTIONS(3122), + [anon_sym_inner] = ACTIONS(3122), + [anon_sym_override] = ACTIONS(3124), + [anon_sym_lateinit] = ACTIONS(3124), + [anon_sym_public] = ACTIONS(3126), + [anon_sym_private] = ACTIONS(3126), + [anon_sym_internal] = ACTIONS(3126), + [anon_sym_protected] = ACTIONS(3126), + [anon_sym_tailrec] = ACTIONS(3120), + [anon_sym_operator] = ACTIONS(3120), + [anon_sym_infix] = ACTIONS(3120), + [anon_sym_inline] = ACTIONS(3120), + [anon_sym_external] = ACTIONS(3120), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3130), + [anon_sym_final] = ACTIONS(3130), + [anon_sym_open] = ACTIONS(3130), + [anon_sym_vararg] = ACTIONS(3132), + [anon_sym_noinline] = ACTIONS(3132), + [anon_sym_crossinline] = ACTIONS(3132), + [anon_sym_expect] = ACTIONS(3134), + [anon_sym_actual] = ACTIONS(3134), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3150), + [sym_safe_nav] = ACTIONS(3150), + [sym_multiline_comment] = ACTIONS(3), + }, + [2521] = { + [sym_getter] = STATE(4602), + [sym_setter] = STATE(4602), + [sym_modifiers] = STATE(8915), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1764), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1766), + [anon_sym_as] = ACTIONS(1764), + [anon_sym_EQ] = ACTIONS(1764), + [anon_sym_LBRACE] = ACTIONS(1766), + [anon_sym_RBRACE] = ACTIONS(1766), + [anon_sym_LPAREN] = ACTIONS(1766), + [anon_sym_RPAREN] = ACTIONS(1766), + [anon_sym_LT] = ACTIONS(1764), + [anon_sym_GT] = ACTIONS(1764), + [anon_sym_DOT] = ACTIONS(1764), + [anon_sym_SEMI] = ACTIONS(3686), + [anon_sym_get] = ACTIONS(5711), + [anon_sym_set] = ACTIONS(5713), + [anon_sym_STAR] = ACTIONS(1764), + [sym_label] = ACTIONS(1766), + [anon_sym_in] = ACTIONS(1764), + [anon_sym_while] = ACTIONS(1764), + [anon_sym_DOT_DOT] = ACTIONS(1766), + [anon_sym_QMARK_COLON] = ACTIONS(1766), + [anon_sym_AMP_AMP] = ACTIONS(1766), + [anon_sym_PIPE_PIPE] = ACTIONS(1766), + [anon_sym_else] = ACTIONS(1764), + [anon_sym_COLON_COLON] = ACTIONS(1766), + [anon_sym_PLUS_EQ] = ACTIONS(1766), + [anon_sym_DASH_EQ] = ACTIONS(1766), + [anon_sym_STAR_EQ] = ACTIONS(1766), + [anon_sym_SLASH_EQ] = ACTIONS(1766), + [anon_sym_PERCENT_EQ] = ACTIONS(1766), + [anon_sym_BANG_EQ] = ACTIONS(1764), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), + [anon_sym_EQ_EQ] = ACTIONS(1764), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1766), + [anon_sym_LT_EQ] = ACTIONS(1766), + [anon_sym_GT_EQ] = ACTIONS(1766), + [anon_sym_BANGin] = ACTIONS(1766), + [anon_sym_is] = ACTIONS(1764), + [anon_sym_BANGis] = ACTIONS(1766), + [anon_sym_PLUS] = ACTIONS(1764), + [anon_sym_DASH] = ACTIONS(1764), + [anon_sym_SLASH] = ACTIONS(1764), + [anon_sym_PERCENT] = ACTIONS(1764), + [anon_sym_as_QMARK] = ACTIONS(1766), + [anon_sym_PLUS_PLUS] = ACTIONS(1766), + [anon_sym_DASH_DASH] = ACTIONS(1766), + [anon_sym_BANG_BANG] = ACTIONS(1766), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1766), + [sym_safe_nav] = ACTIONS(1766), + [sym_multiline_comment] = ACTIONS(3), + }, + [2522] = { + [sym_getter] = STATE(4659), + [sym_setter] = STATE(4659), + [sym_modifiers] = STATE(8915), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1752), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1754), @@ -296310,17 +299795,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(1754), [anon_sym_RBRACE] = ACTIONS(1754), [anon_sym_LPAREN] = ACTIONS(1754), - [anon_sym_COMMA] = ACTIONS(1754), + [anon_sym_RPAREN] = ACTIONS(1754), [anon_sym_LT] = ACTIONS(1752), [anon_sym_GT] = ACTIONS(1752), - [anon_sym_where] = ACTIONS(1752), [anon_sym_DOT] = ACTIONS(1752), - [anon_sym_SEMI] = ACTIONS(1754), - [anon_sym_get] = ACTIONS(5637), - [anon_sym_set] = ACTIONS(5639), + [anon_sym_SEMI] = ACTIONS(3676), + [anon_sym_get] = ACTIONS(5711), + [anon_sym_set] = ACTIONS(5713), [anon_sym_STAR] = ACTIONS(1752), [sym_label] = ACTIONS(1754), [anon_sym_in] = ACTIONS(1752), + [anon_sym_while] = ACTIONS(1752), [anon_sym_DOT_DOT] = ACTIONS(1754), [anon_sym_QMARK_COLON] = ACTIONS(1754), [anon_sym_AMP_AMP] = ACTIONS(1754), @@ -296372,312 +299857,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1754), - [sym__automatic_semicolon] = ACTIONS(1754), [sym_safe_nav] = ACTIONS(1754), [sym_multiline_comment] = ACTIONS(3), }, - [2487] = { - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(1738), - [sym__comparison_operator] = STATE(1739), - [sym__in_operator] = STATE(1740), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(1741), - [sym__multiplicative_operator] = STATE(1742), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_annotation] = STATE(7845), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1744), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(3051), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_RPAREN] = ACTIONS(3051), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(4149), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(3051), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(4157), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(4159), - [anon_sym_while] = ACTIONS(3049), - [anon_sym_DOT_DOT] = ACTIONS(4161), - [anon_sym_QMARK_COLON] = ACTIONS(4163), - [anon_sym_AMP_AMP] = ACTIONS(4165), - [anon_sym_PIPE_PIPE] = ACTIONS(4167), - [anon_sym_else] = ACTIONS(3049), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_BANG_EQ] = ACTIONS(4169), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4171), - [anon_sym_EQ_EQ] = ACTIONS(4169), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4171), - [anon_sym_LT_EQ] = ACTIONS(4173), - [anon_sym_GT_EQ] = ACTIONS(4173), - [anon_sym_BANGin] = ACTIONS(4175), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), - [anon_sym_PLUS] = ACTIONS(4177), - [anon_sym_DASH] = ACTIONS(4177), - [anon_sym_SLASH] = ACTIONS(4179), - [anon_sym_PERCENT] = ACTIONS(4157), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), - [anon_sym_suspend] = ACTIONS(3049), - [anon_sym_sealed] = ACTIONS(3049), - [anon_sym_annotation] = ACTIONS(3049), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3049), - [anon_sym_lateinit] = ACTIONS(3049), - [anon_sym_public] = ACTIONS(3049), - [anon_sym_private] = ACTIONS(3049), - [anon_sym_internal] = ACTIONS(3049), - [anon_sym_protected] = ACTIONS(3049), - [anon_sym_tailrec] = ACTIONS(3049), - [anon_sym_operator] = ACTIONS(3049), - [anon_sym_infix] = ACTIONS(3049), - [anon_sym_inline] = ACTIONS(3049), - [anon_sym_external] = ACTIONS(3049), - [sym_property_modifier] = ACTIONS(3049), - [anon_sym_abstract] = ACTIONS(3049), - [anon_sym_final] = ACTIONS(3049), - [anon_sym_open] = ACTIONS(3049), - [anon_sym_vararg] = ACTIONS(3049), - [anon_sym_noinline] = ACTIONS(3049), - [anon_sym_crossinline] = ACTIONS(3049), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), - [sym_multiline_comment] = ACTIONS(3), - }, - [2488] = { - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(1738), - [sym__comparison_operator] = STATE(1739), - [sym__in_operator] = STATE(1740), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(1741), - [sym__multiplicative_operator] = STATE(1742), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_annotation] = STATE(7845), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1744), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(3059), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_RPAREN] = ACTIONS(3059), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(4149), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(3059), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(4157), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(4159), - [anon_sym_while] = ACTIONS(3057), - [anon_sym_DOT_DOT] = ACTIONS(4161), - [anon_sym_QMARK_COLON] = ACTIONS(4163), - [anon_sym_AMP_AMP] = ACTIONS(4165), - [anon_sym_PIPE_PIPE] = ACTIONS(4167), - [anon_sym_else] = ACTIONS(3057), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_BANG_EQ] = ACTIONS(4169), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4171), - [anon_sym_EQ_EQ] = ACTIONS(4169), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4171), - [anon_sym_LT_EQ] = ACTIONS(4173), - [anon_sym_GT_EQ] = ACTIONS(4173), - [anon_sym_BANGin] = ACTIONS(4175), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), - [anon_sym_PLUS] = ACTIONS(4177), - [anon_sym_DASH] = ACTIONS(4177), - [anon_sym_SLASH] = ACTIONS(4179), - [anon_sym_PERCENT] = ACTIONS(4157), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), - [anon_sym_suspend] = ACTIONS(3057), - [anon_sym_sealed] = ACTIONS(3057), - [anon_sym_annotation] = ACTIONS(3057), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3057), - [anon_sym_lateinit] = ACTIONS(3057), - [anon_sym_public] = ACTIONS(3057), - [anon_sym_private] = ACTIONS(3057), - [anon_sym_internal] = ACTIONS(3057), - [anon_sym_protected] = ACTIONS(3057), - [anon_sym_tailrec] = ACTIONS(3057), - [anon_sym_operator] = ACTIONS(3057), - [anon_sym_infix] = ACTIONS(3057), - [anon_sym_inline] = ACTIONS(3057), - [anon_sym_external] = ACTIONS(3057), - [sym_property_modifier] = ACTIONS(3057), - [anon_sym_abstract] = ACTIONS(3057), - [anon_sym_final] = ACTIONS(3057), - [anon_sym_open] = ACTIONS(3057), - [anon_sym_vararg] = ACTIONS(3057), - [anon_sym_noinline] = ACTIONS(3057), - [anon_sym_crossinline] = ACTIONS(3057), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), - [sym_multiline_comment] = ACTIONS(3), - }, - [2489] = { - [sym_indexing_suffix] = STATE(3357), - [sym_navigation_suffix] = STATE(3356), - [sym_call_suffix] = STATE(3355), - [sym_annotated_lambda] = STATE(3353), - [sym_type_arguments] = STATE(7527), - [sym_value_arguments] = STATE(2740), - [sym_lambda_literal] = STATE(3352), - [sym__equality_operator] = STATE(1738), - [sym__comparison_operator] = STATE(1739), - [sym__in_operator] = STATE(1740), - [sym__is_operator] = STATE(5949), - [sym__additive_operator] = STATE(1741), - [sym__multiplicative_operator] = STATE(1742), - [sym__as_operator] = STATE(5955), - [sym__postfix_unary_operator] = STATE(3351), - [sym__member_access_operator] = STATE(7310), - [sym_annotation] = STATE(7845), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1744), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3374), - [anon_sym_as] = ACTIONS(3376), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(3001), - [anon_sym_LPAREN] = ACTIONS(3378), - [anon_sym_RPAREN] = ACTIONS(3001), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(4149), - [anon_sym_DOT] = ACTIONS(3382), - [anon_sym_SEMI] = ACTIONS(3001), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(4157), - [sym_label] = ACTIONS(3392), - [anon_sym_in] = ACTIONS(4159), - [anon_sym_while] = ACTIONS(2999), - [anon_sym_DOT_DOT] = ACTIONS(4161), - [anon_sym_QMARK_COLON] = ACTIONS(4163), - [anon_sym_AMP_AMP] = ACTIONS(4165), - [anon_sym_PIPE_PIPE] = ACTIONS(4167), - [anon_sym_else] = ACTIONS(2999), - [anon_sym_COLON_COLON] = ACTIONS(3404), - [anon_sym_BANG_EQ] = ACTIONS(4169), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4171), - [anon_sym_EQ_EQ] = ACTIONS(4169), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4171), - [anon_sym_LT_EQ] = ACTIONS(4173), - [anon_sym_GT_EQ] = ACTIONS(4173), - [anon_sym_BANGin] = ACTIONS(4175), - [anon_sym_is] = ACTIONS(3414), - [anon_sym_BANGis] = ACTIONS(3416), - [anon_sym_PLUS] = ACTIONS(4177), - [anon_sym_DASH] = ACTIONS(4177), - [anon_sym_SLASH] = ACTIONS(4179), - [anon_sym_PERCENT] = ACTIONS(4157), - [anon_sym_as_QMARK] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), - [anon_sym_suspend] = ACTIONS(2999), - [anon_sym_sealed] = ACTIONS(2999), - [anon_sym_annotation] = ACTIONS(2999), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(2999), - [anon_sym_lateinit] = ACTIONS(2999), - [anon_sym_public] = ACTIONS(2999), - [anon_sym_private] = ACTIONS(2999), - [anon_sym_internal] = ACTIONS(2999), - [anon_sym_protected] = ACTIONS(2999), - [anon_sym_tailrec] = ACTIONS(2999), - [anon_sym_operator] = ACTIONS(2999), - [anon_sym_infix] = ACTIONS(2999), - [anon_sym_inline] = ACTIONS(2999), - [anon_sym_external] = ACTIONS(2999), - [sym_property_modifier] = ACTIONS(2999), - [anon_sym_abstract] = ACTIONS(2999), - [anon_sym_final] = ACTIONS(2999), - [anon_sym_open] = ACTIONS(2999), - [anon_sym_vararg] = ACTIONS(2999), - [anon_sym_noinline] = ACTIONS(2999), - [anon_sym_crossinline] = ACTIONS(2999), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(3404), - [sym_multiline_comment] = ACTIONS(3), - }, - [2490] = { - [sym_getter] = STATE(4953), - [sym_setter] = STATE(4953), - [sym_modifiers] = STATE(8718), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [2523] = { + [sym_getter] = STATE(4659), + [sym_setter] = STATE(4659), + [sym_modifiers] = STATE(8915), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1752), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1754), @@ -296686,17 +299888,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(1754), [anon_sym_RBRACE] = ACTIONS(1754), [anon_sym_LPAREN] = ACTIONS(1754), - [anon_sym_COMMA] = ACTIONS(1754), + [anon_sym_RPAREN] = ACTIONS(1754), [anon_sym_LT] = ACTIONS(1752), [anon_sym_GT] = ACTIONS(1752), - [anon_sym_where] = ACTIONS(1752), [anon_sym_DOT] = ACTIONS(1752), - [anon_sym_SEMI] = ACTIONS(3622), - [anon_sym_get] = ACTIONS(5637), - [anon_sym_set] = ACTIONS(5639), + [anon_sym_SEMI] = ACTIONS(1754), + [anon_sym_get] = ACTIONS(5711), + [anon_sym_set] = ACTIONS(5713), [anon_sym_STAR] = ACTIONS(1752), [sym_label] = ACTIONS(1754), [anon_sym_in] = ACTIONS(1752), + [anon_sym_while] = ACTIONS(1752), [anon_sym_DOT_DOT] = ACTIONS(1754), [anon_sym_QMARK_COLON] = ACTIONS(1754), [anon_sym_AMP_AMP] = ACTIONS(1754), @@ -296748,77 +299950,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1754), - [sym__automatic_semicolon] = ACTIONS(1754), [sym_safe_nav] = ACTIONS(1754), [sym_multiline_comment] = ACTIONS(3), }, - [2491] = { - [sym_getter] = STATE(4928), - [sym_setter] = STATE(4928), - [sym_modifiers] = STATE(8718), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1782), + [2524] = { + [sym_getter] = STATE(4715), + [sym_setter] = STATE(4715), + [sym_modifiers] = STATE(8915), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1694), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1784), - [anon_sym_as] = ACTIONS(1782), - [anon_sym_EQ] = ACTIONS(1782), - [anon_sym_LBRACE] = ACTIONS(1784), - [anon_sym_RBRACE] = ACTIONS(1784), - [anon_sym_LPAREN] = ACTIONS(1784), - [anon_sym_COMMA] = ACTIONS(1784), - [anon_sym_LT] = ACTIONS(1782), - [anon_sym_GT] = ACTIONS(1782), - [anon_sym_where] = ACTIONS(1782), - [anon_sym_DOT] = ACTIONS(1782), - [anon_sym_SEMI] = ACTIONS(1784), - [anon_sym_get] = ACTIONS(5637), - [anon_sym_set] = ACTIONS(5639), - [anon_sym_STAR] = ACTIONS(1782), - [sym_label] = ACTIONS(1784), - [anon_sym_in] = ACTIONS(1782), - [anon_sym_DOT_DOT] = ACTIONS(1784), - [anon_sym_QMARK_COLON] = ACTIONS(1784), - [anon_sym_AMP_AMP] = ACTIONS(1784), - [anon_sym_PIPE_PIPE] = ACTIONS(1784), - [anon_sym_else] = ACTIONS(1782), - [anon_sym_COLON_COLON] = ACTIONS(1784), - [anon_sym_PLUS_EQ] = ACTIONS(1784), - [anon_sym_DASH_EQ] = ACTIONS(1784), - [anon_sym_STAR_EQ] = ACTIONS(1784), - [anon_sym_SLASH_EQ] = ACTIONS(1784), - [anon_sym_PERCENT_EQ] = ACTIONS(1784), - [anon_sym_BANG_EQ] = ACTIONS(1782), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1784), - [anon_sym_EQ_EQ] = ACTIONS(1782), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1784), - [anon_sym_LT_EQ] = ACTIONS(1784), - [anon_sym_GT_EQ] = ACTIONS(1784), - [anon_sym_BANGin] = ACTIONS(1784), - [anon_sym_is] = ACTIONS(1782), - [anon_sym_BANGis] = ACTIONS(1784), - [anon_sym_PLUS] = ACTIONS(1782), - [anon_sym_DASH] = ACTIONS(1782), - [anon_sym_SLASH] = ACTIONS(1782), - [anon_sym_PERCENT] = ACTIONS(1782), - [anon_sym_as_QMARK] = ACTIONS(1784), - [anon_sym_PLUS_PLUS] = ACTIONS(1784), - [anon_sym_DASH_DASH] = ACTIONS(1784), - [anon_sym_BANG_BANG] = ACTIONS(1784), + [anon_sym_LBRACK] = ACTIONS(1696), + [anon_sym_as] = ACTIONS(1694), + [anon_sym_EQ] = ACTIONS(1694), + [anon_sym_LBRACE] = ACTIONS(1696), + [anon_sym_RBRACE] = ACTIONS(1696), + [anon_sym_LPAREN] = ACTIONS(1696), + [anon_sym_RPAREN] = ACTIONS(1696), + [anon_sym_LT] = ACTIONS(1694), + [anon_sym_GT] = ACTIONS(1694), + [anon_sym_DOT] = ACTIONS(1694), + [anon_sym_SEMI] = ACTIONS(3696), + [anon_sym_get] = ACTIONS(5711), + [anon_sym_set] = ACTIONS(5713), + [anon_sym_STAR] = ACTIONS(1694), + [sym_label] = ACTIONS(1696), + [anon_sym_in] = ACTIONS(1694), + [anon_sym_while] = ACTIONS(1694), + [anon_sym_DOT_DOT] = ACTIONS(1696), + [anon_sym_QMARK_COLON] = ACTIONS(1696), + [anon_sym_AMP_AMP] = ACTIONS(1696), + [anon_sym_PIPE_PIPE] = ACTIONS(1696), + [anon_sym_else] = ACTIONS(1694), + [anon_sym_COLON_COLON] = ACTIONS(1696), + [anon_sym_PLUS_EQ] = ACTIONS(1696), + [anon_sym_DASH_EQ] = ACTIONS(1696), + [anon_sym_STAR_EQ] = ACTIONS(1696), + [anon_sym_SLASH_EQ] = ACTIONS(1696), + [anon_sym_PERCENT_EQ] = ACTIONS(1696), + [anon_sym_BANG_EQ] = ACTIONS(1694), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), + [anon_sym_EQ_EQ] = ACTIONS(1694), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), + [anon_sym_LT_EQ] = ACTIONS(1696), + [anon_sym_GT_EQ] = ACTIONS(1696), + [anon_sym_BANGin] = ACTIONS(1696), + [anon_sym_is] = ACTIONS(1694), + [anon_sym_BANGis] = ACTIONS(1696), + [anon_sym_PLUS] = ACTIONS(1694), + [anon_sym_DASH] = ACTIONS(1694), + [anon_sym_SLASH] = ACTIONS(1694), + [anon_sym_PERCENT] = ACTIONS(1694), + [anon_sym_as_QMARK] = ACTIONS(1696), + [anon_sym_PLUS_PLUS] = ACTIONS(1696), + [anon_sym_DASH_DASH] = ACTIONS(1696), + [anon_sym_BANG_BANG] = ACTIONS(1696), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -296842,77 +300043,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1784), - [sym__automatic_semicolon] = ACTIONS(1784), - [sym_safe_nav] = ACTIONS(1784), + [sym__backtick_identifier] = ACTIONS(1696), + [sym_safe_nav] = ACTIONS(1696), [sym_multiline_comment] = ACTIONS(3), }, - [2492] = { - [sym_getter] = STATE(4914), - [sym_setter] = STATE(4914), - [sym_modifiers] = STATE(8718), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3340), + [2525] = { + [sym_getter] = STATE(4715), + [sym_setter] = STATE(4715), + [sym_modifiers] = STATE(8915), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1694), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3342), - [anon_sym_as] = ACTIONS(3340), - [anon_sym_EQ] = ACTIONS(3340), - [anon_sym_LBRACE] = ACTIONS(3342), - [anon_sym_RBRACE] = ACTIONS(3342), - [anon_sym_LPAREN] = ACTIONS(3342), - [anon_sym_COMMA] = ACTIONS(3342), - [anon_sym_LT] = ACTIONS(3340), - [anon_sym_GT] = ACTIONS(3340), - [anon_sym_where] = ACTIONS(3340), - [anon_sym_DOT] = ACTIONS(3340), - [anon_sym_SEMI] = ACTIONS(3342), - [anon_sym_get] = ACTIONS(5637), - [anon_sym_set] = ACTIONS(5639), - [anon_sym_STAR] = ACTIONS(3340), - [sym_label] = ACTIONS(3342), - [anon_sym_in] = ACTIONS(3340), - [anon_sym_DOT_DOT] = ACTIONS(3342), - [anon_sym_QMARK_COLON] = ACTIONS(3342), - [anon_sym_AMP_AMP] = ACTIONS(3342), - [anon_sym_PIPE_PIPE] = ACTIONS(3342), - [anon_sym_else] = ACTIONS(3340), - [anon_sym_COLON_COLON] = ACTIONS(3342), - [anon_sym_PLUS_EQ] = ACTIONS(3342), - [anon_sym_DASH_EQ] = ACTIONS(3342), - [anon_sym_STAR_EQ] = ACTIONS(3342), - [anon_sym_SLASH_EQ] = ACTIONS(3342), - [anon_sym_PERCENT_EQ] = ACTIONS(3342), - [anon_sym_BANG_EQ] = ACTIONS(3340), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3342), - [anon_sym_EQ_EQ] = ACTIONS(3340), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3342), - [anon_sym_LT_EQ] = ACTIONS(3342), - [anon_sym_GT_EQ] = ACTIONS(3342), - [anon_sym_BANGin] = ACTIONS(3342), - [anon_sym_is] = ACTIONS(3340), - [anon_sym_BANGis] = ACTIONS(3342), - [anon_sym_PLUS] = ACTIONS(3340), - [anon_sym_DASH] = ACTIONS(3340), - [anon_sym_SLASH] = ACTIONS(3340), - [anon_sym_PERCENT] = ACTIONS(3340), - [anon_sym_as_QMARK] = ACTIONS(3342), - [anon_sym_PLUS_PLUS] = ACTIONS(3342), - [anon_sym_DASH_DASH] = ACTIONS(3342), - [anon_sym_BANG_BANG] = ACTIONS(3342), + [anon_sym_LBRACK] = ACTIONS(1696), + [anon_sym_as] = ACTIONS(1694), + [anon_sym_EQ] = ACTIONS(1694), + [anon_sym_LBRACE] = ACTIONS(1696), + [anon_sym_RBRACE] = ACTIONS(1696), + [anon_sym_LPAREN] = ACTIONS(1696), + [anon_sym_RPAREN] = ACTIONS(1696), + [anon_sym_LT] = ACTIONS(1694), + [anon_sym_GT] = ACTIONS(1694), + [anon_sym_DOT] = ACTIONS(1694), + [anon_sym_SEMI] = ACTIONS(1696), + [anon_sym_get] = ACTIONS(5711), + [anon_sym_set] = ACTIONS(5713), + [anon_sym_STAR] = ACTIONS(1694), + [sym_label] = ACTIONS(1696), + [anon_sym_in] = ACTIONS(1694), + [anon_sym_while] = ACTIONS(1694), + [anon_sym_DOT_DOT] = ACTIONS(1696), + [anon_sym_QMARK_COLON] = ACTIONS(1696), + [anon_sym_AMP_AMP] = ACTIONS(1696), + [anon_sym_PIPE_PIPE] = ACTIONS(1696), + [anon_sym_else] = ACTIONS(1694), + [anon_sym_COLON_COLON] = ACTIONS(1696), + [anon_sym_PLUS_EQ] = ACTIONS(1696), + [anon_sym_DASH_EQ] = ACTIONS(1696), + [anon_sym_STAR_EQ] = ACTIONS(1696), + [anon_sym_SLASH_EQ] = ACTIONS(1696), + [anon_sym_PERCENT_EQ] = ACTIONS(1696), + [anon_sym_BANG_EQ] = ACTIONS(1694), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), + [anon_sym_EQ_EQ] = ACTIONS(1694), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), + [anon_sym_LT_EQ] = ACTIONS(1696), + [anon_sym_GT_EQ] = ACTIONS(1696), + [anon_sym_BANGin] = ACTIONS(1696), + [anon_sym_is] = ACTIONS(1694), + [anon_sym_BANGis] = ACTIONS(1696), + [anon_sym_PLUS] = ACTIONS(1694), + [anon_sym_DASH] = ACTIONS(1694), + [anon_sym_SLASH] = ACTIONS(1694), + [anon_sym_PERCENT] = ACTIONS(1694), + [anon_sym_as_QMARK] = ACTIONS(1696), + [anon_sym_PLUS_PLUS] = ACTIONS(1696), + [anon_sym_DASH_DASH] = ACTIONS(1696), + [anon_sym_BANG_BANG] = ACTIONS(1696), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -296936,77 +300136,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3342), - [sym__automatic_semicolon] = ACTIONS(3342), - [sym_safe_nav] = ACTIONS(3342), + [sym__backtick_identifier] = ACTIONS(1696), + [sym_safe_nav] = ACTIONS(1696), [sym_multiline_comment] = ACTIONS(3), }, - [2493] = { - [sym_property_delegate] = STATE(2558), - [sym_getter] = STATE(4966), - [sym_setter] = STATE(4966), - [sym_modifiers] = STATE(8567), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1770), + [2526] = { + [sym_getter] = STATE(4641), + [sym_setter] = STATE(4641), + [sym_modifiers] = STATE(8915), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1772), - [anon_sym_as] = ACTIONS(1770), - [anon_sym_EQ] = ACTIONS(5984), - [anon_sym_LBRACE] = ACTIONS(1772), - [anon_sym_RBRACE] = ACTIONS(1772), - [anon_sym_LPAREN] = ACTIONS(1772), - [anon_sym_by] = ACTIONS(5774), - [anon_sym_LT] = ACTIONS(1770), - [anon_sym_GT] = ACTIONS(1770), - [anon_sym_DOT] = ACTIONS(1770), - [anon_sym_SEMI] = ACTIONS(3746), - [anon_sym_get] = ACTIONS(5776), - [anon_sym_set] = ACTIONS(5778), - [anon_sym_STAR] = ACTIONS(1770), - [sym_label] = ACTIONS(1772), - [anon_sym_in] = ACTIONS(1770), - [anon_sym_DOT_DOT] = ACTIONS(1772), - [anon_sym_QMARK_COLON] = ACTIONS(1772), - [anon_sym_AMP_AMP] = ACTIONS(1772), - [anon_sym_PIPE_PIPE] = ACTIONS(1772), - [anon_sym_else] = ACTIONS(1770), - [anon_sym_COLON_COLON] = ACTIONS(1772), - [anon_sym_PLUS_EQ] = ACTIONS(1772), - [anon_sym_DASH_EQ] = ACTIONS(1772), - [anon_sym_STAR_EQ] = ACTIONS(1772), - [anon_sym_SLASH_EQ] = ACTIONS(1772), - [anon_sym_PERCENT_EQ] = ACTIONS(1772), - [anon_sym_BANG_EQ] = ACTIONS(1770), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1772), - [anon_sym_EQ_EQ] = ACTIONS(1770), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1772), - [anon_sym_LT_EQ] = ACTIONS(1772), - [anon_sym_GT_EQ] = ACTIONS(1772), - [anon_sym_BANGin] = ACTIONS(1772), - [anon_sym_is] = ACTIONS(1770), - [anon_sym_BANGis] = ACTIONS(1772), - [anon_sym_PLUS] = ACTIONS(1770), - [anon_sym_DASH] = ACTIONS(1770), - [anon_sym_SLASH] = ACTIONS(1770), - [anon_sym_PERCENT] = ACTIONS(1770), - [anon_sym_as_QMARK] = ACTIONS(1772), - [anon_sym_PLUS_PLUS] = ACTIONS(1772), - [anon_sym_DASH_DASH] = ACTIONS(1772), - [anon_sym_BANG_BANG] = ACTIONS(1772), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_EQ] = ACTIONS(1784), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_RPAREN] = ACTIONS(1786), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(3698), + [anon_sym_get] = ACTIONS(5711), + [anon_sym_set] = ACTIONS(5713), + [anon_sym_STAR] = ACTIONS(1784), + [sym_label] = ACTIONS(1786), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_while] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_PLUS_EQ] = ACTIONS(1786), + [anon_sym_DASH_EQ] = ACTIONS(1786), + [anon_sym_STAR_EQ] = ACTIONS(1786), + [anon_sym_SLASH_EQ] = ACTIONS(1786), + [anon_sym_PERCENT_EQ] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1784), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG_BANG] = ACTIONS(1786), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -297030,77 +300229,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1772), - [sym__automatic_semicolon] = ACTIONS(1772), - [sym_safe_nav] = ACTIONS(1772), + [sym__backtick_identifier] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), [sym_multiline_comment] = ACTIONS(3), }, - [2494] = { - [sym_getter] = STATE(4976), - [sym_setter] = STATE(4976), - [sym_modifiers] = STATE(8718), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), + [2527] = { + [sym_getter] = STATE(4641), + [sym_setter] = STATE(4641), + [sym_modifiers] = STATE(8915), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_EQ] = ACTIONS(3254), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_COMMA] = ACTIONS(3256), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_where] = ACTIONS(3254), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(3256), - [anon_sym_get] = ACTIONS(5637), - [anon_sym_set] = ACTIONS(5639), - [anon_sym_STAR] = ACTIONS(3254), - [sym_label] = ACTIONS(3256), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_PLUS_EQ] = ACTIONS(3256), - [anon_sym_DASH_EQ] = ACTIONS(3256), - [anon_sym_STAR_EQ] = ACTIONS(3256), - [anon_sym_SLASH_EQ] = ACTIONS(3256), - [anon_sym_PERCENT_EQ] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3254), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG_BANG] = ACTIONS(3256), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_EQ] = ACTIONS(1784), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_RPAREN] = ACTIONS(1786), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(1786), + [anon_sym_get] = ACTIONS(5711), + [anon_sym_set] = ACTIONS(5713), + [anon_sym_STAR] = ACTIONS(1784), + [sym_label] = ACTIONS(1786), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_while] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_PLUS_EQ] = ACTIONS(1786), + [anon_sym_DASH_EQ] = ACTIONS(1786), + [anon_sym_STAR_EQ] = ACTIONS(1786), + [anon_sym_SLASH_EQ] = ACTIONS(1786), + [anon_sym_PERCENT_EQ] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1784), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG_BANG] = ACTIONS(1786), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -297124,77 +300322,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3256), - [sym__automatic_semicolon] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), + [sym__backtick_identifier] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), [sym_multiline_comment] = ACTIONS(3), }, - [2495] = { - [sym_getter] = STATE(4710), - [sym_setter] = STATE(4710), - [sym_modifiers] = STATE(8861), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), + [2528] = { + [sym_getter] = STATE(4607), + [sym_setter] = STATE(4607), + [sym_modifiers] = STATE(8915), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_EQ] = ACTIONS(1776), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_RPAREN] = ACTIONS(1778), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(3686), - [anon_sym_get] = ACTIONS(5693), - [anon_sym_set] = ACTIONS(5695), - [anon_sym_STAR] = ACTIONS(1776), - [sym_label] = ACTIONS(1778), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_while] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_PLUS_EQ] = ACTIONS(1778), - [anon_sym_DASH_EQ] = ACTIONS(1778), - [anon_sym_STAR_EQ] = ACTIONS(1778), - [anon_sym_SLASH_EQ] = ACTIONS(1778), - [anon_sym_PERCENT_EQ] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1776), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG_BANG] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_EQ] = ACTIONS(3278), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_RPAREN] = ACTIONS(3280), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(5727), + [anon_sym_get] = ACTIONS(5711), + [anon_sym_set] = ACTIONS(5713), + [anon_sym_STAR] = ACTIONS(3278), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_while] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_PLUS_EQ] = ACTIONS(3280), + [anon_sym_DASH_EQ] = ACTIONS(3280), + [anon_sym_STAR_EQ] = ACTIONS(3280), + [anon_sym_SLASH_EQ] = ACTIONS(3280), + [anon_sym_PERCENT_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3278), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3280), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -297218,169 +300415,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), - [sym_multiline_comment] = ACTIONS(3), - }, - [2496] = { - [sym_primary_constructor] = STATE(5191), - [sym_class_body] = STATE(4640), - [sym__class_parameters] = STATE(4539), - [sym_type_parameters] = STATE(2578), - [sym_type_constraints] = STATE(4514), - [sym_modifiers] = STATE(9107), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3102), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(5986), - [anon_sym_LBRACK] = ACTIONS(3108), - [anon_sym_as] = ACTIONS(3102), - [anon_sym_constructor] = ACTIONS(5125), - [anon_sym_LBRACE] = ACTIONS(5127), - [anon_sym_RBRACE] = ACTIONS(3108), - [anon_sym_LPAREN] = ACTIONS(5129), - [anon_sym_RPAREN] = ACTIONS(3108), - [anon_sym_LT] = ACTIONS(5131), - [anon_sym_GT] = ACTIONS(3102), - [anon_sym_where] = ACTIONS(5133), - [anon_sym_DOT] = ACTIONS(3102), - [anon_sym_SEMI] = ACTIONS(3108), - [anon_sym_get] = ACTIONS(3102), - [anon_sym_set] = ACTIONS(3102), - [anon_sym_STAR] = ACTIONS(3108), - [sym_label] = ACTIONS(3108), - [anon_sym_in] = ACTIONS(3102), - [anon_sym_while] = ACTIONS(3102), - [anon_sym_DOT_DOT] = ACTIONS(3108), - [anon_sym_QMARK_COLON] = ACTIONS(3108), - [anon_sym_AMP_AMP] = ACTIONS(3108), - [anon_sym_PIPE_PIPE] = ACTIONS(3108), - [anon_sym_else] = ACTIONS(3102), - [anon_sym_COLON_COLON] = ACTIONS(3108), - [anon_sym_BANG_EQ] = ACTIONS(3102), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3108), - [anon_sym_EQ_EQ] = ACTIONS(3102), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3108), - [anon_sym_LT_EQ] = ACTIONS(3108), - [anon_sym_GT_EQ] = ACTIONS(3108), - [anon_sym_BANGin] = ACTIONS(3108), - [anon_sym_is] = ACTIONS(3102), - [anon_sym_BANGis] = ACTIONS(3108), - [anon_sym_PLUS] = ACTIONS(3102), - [anon_sym_DASH] = ACTIONS(3102), - [anon_sym_SLASH] = ACTIONS(3102), - [anon_sym_PERCENT] = ACTIONS(3108), - [anon_sym_as_QMARK] = ACTIONS(3108), - [anon_sym_PLUS_PLUS] = ACTIONS(3108), - [anon_sym_DASH_DASH] = ACTIONS(3108), - [anon_sym_BANG_BANG] = ACTIONS(3108), - [anon_sym_suspend] = ACTIONS(3120), - [anon_sym_sealed] = ACTIONS(3122), - [anon_sym_annotation] = ACTIONS(3122), - [anon_sym_data] = ACTIONS(3122), - [anon_sym_inner] = ACTIONS(3122), - [anon_sym_override] = ACTIONS(3124), - [anon_sym_lateinit] = ACTIONS(3124), - [anon_sym_public] = ACTIONS(3126), - [anon_sym_private] = ACTIONS(3126), - [anon_sym_internal] = ACTIONS(3126), - [anon_sym_protected] = ACTIONS(3126), - [anon_sym_tailrec] = ACTIONS(3120), - [anon_sym_operator] = ACTIONS(3120), - [anon_sym_infix] = ACTIONS(3120), - [anon_sym_inline] = ACTIONS(3120), - [anon_sym_external] = ACTIONS(3120), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(3130), - [anon_sym_final] = ACTIONS(3130), - [anon_sym_open] = ACTIONS(3130), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3134), - [anon_sym_actual] = ACTIONS(3134), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3108), - [sym_safe_nav] = ACTIONS(3108), + [sym__backtick_identifier] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), [sym_multiline_comment] = ACTIONS(3), }, - [2497] = { - [sym_getter] = STATE(4643), - [sym_setter] = STATE(4643), - [sym_modifiers] = STATE(8861), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), + [2529] = { + [sym_getter] = STATE(3291), + [sym_setter] = STATE(3291), + [sym_modifiers] = STATE(8887), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_EQ] = ACTIONS(3254), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_RPAREN] = ACTIONS(3256), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(3256), - [anon_sym_get] = ACTIONS(5693), - [anon_sym_set] = ACTIONS(5695), - [anon_sym_STAR] = ACTIONS(3254), - [sym_label] = ACTIONS(3256), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_while] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_PLUS_EQ] = ACTIONS(3256), - [anon_sym_DASH_EQ] = ACTIONS(3256), - [anon_sym_STAR_EQ] = ACTIONS(3256), - [anon_sym_SLASH_EQ] = ACTIONS(3256), - [anon_sym_PERCENT_EQ] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3254), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG_BANG] = ACTIONS(3256), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_EQ] = ACTIONS(3278), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_RPAREN] = ACTIONS(3280), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(5760), + [anon_sym_get] = ACTIONS(5741), + [anon_sym_set] = ACTIONS(5743), + [anon_sym_STAR] = ACTIONS(3278), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_while] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_PLUS_EQ] = ACTIONS(3280), + [anon_sym_DASH_EQ] = ACTIONS(3280), + [anon_sym_STAR_EQ] = ACTIONS(3280), + [anon_sym_SLASH_EQ] = ACTIONS(3280), + [anon_sym_PERCENT_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3278), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3280), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -297404,76 +300508,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), + [sym__backtick_identifier] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), [sym_multiline_comment] = ACTIONS(3), }, - [2498] = { - [sym_getter] = STATE(3261), - [sym_setter] = STATE(3261), - [sym_modifiers] = STATE(8854), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3340), + [2530] = { + [sym_getter] = STATE(3255), + [sym_setter] = STATE(3255), + [sym_modifiers] = STATE(8887), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3342), - [anon_sym_as] = ACTIONS(3340), - [anon_sym_EQ] = ACTIONS(3340), - [anon_sym_LBRACE] = ACTIONS(3342), - [anon_sym_RBRACE] = ACTIONS(3342), - [anon_sym_LPAREN] = ACTIONS(3342), - [anon_sym_RPAREN] = ACTIONS(3342), - [anon_sym_LT] = ACTIONS(3340), - [anon_sym_GT] = ACTIONS(3340), - [anon_sym_DOT] = ACTIONS(3340), - [anon_sym_SEMI] = ACTIONS(3342), - [anon_sym_get] = ACTIONS(5645), - [anon_sym_set] = ACTIONS(5647), - [anon_sym_STAR] = ACTIONS(3340), - [sym_label] = ACTIONS(3342), - [anon_sym_in] = ACTIONS(3340), - [anon_sym_while] = ACTIONS(3340), - [anon_sym_DOT_DOT] = ACTIONS(3342), - [anon_sym_QMARK_COLON] = ACTIONS(3342), - [anon_sym_AMP_AMP] = ACTIONS(3342), - [anon_sym_PIPE_PIPE] = ACTIONS(3342), - [anon_sym_else] = ACTIONS(3340), - [anon_sym_COLON_COLON] = ACTIONS(3342), - [anon_sym_PLUS_EQ] = ACTIONS(3342), - [anon_sym_DASH_EQ] = ACTIONS(3342), - [anon_sym_STAR_EQ] = ACTIONS(3342), - [anon_sym_SLASH_EQ] = ACTIONS(3342), - [anon_sym_PERCENT_EQ] = ACTIONS(3342), - [anon_sym_BANG_EQ] = ACTIONS(3340), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3342), - [anon_sym_EQ_EQ] = ACTIONS(3340), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3342), - [anon_sym_LT_EQ] = ACTIONS(3342), - [anon_sym_GT_EQ] = ACTIONS(3342), - [anon_sym_BANGin] = ACTIONS(3342), - [anon_sym_is] = ACTIONS(3340), - [anon_sym_BANGis] = ACTIONS(3342), - [anon_sym_PLUS] = ACTIONS(3340), - [anon_sym_DASH] = ACTIONS(3340), - [anon_sym_SLASH] = ACTIONS(3340), - [anon_sym_PERCENT] = ACTIONS(3340), - [anon_sym_as_QMARK] = ACTIONS(3342), - [anon_sym_PLUS_PLUS] = ACTIONS(3342), - [anon_sym_DASH_DASH] = ACTIONS(3342), - [anon_sym_BANG_BANG] = ACTIONS(3342), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_EQ] = ACTIONS(1784), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_RPAREN] = ACTIONS(1786), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(1786), + [anon_sym_get] = ACTIONS(5741), + [anon_sym_set] = ACTIONS(5743), + [anon_sym_STAR] = ACTIONS(1784), + [sym_label] = ACTIONS(1786), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_while] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_PLUS_EQ] = ACTIONS(1786), + [anon_sym_DASH_EQ] = ACTIONS(1786), + [anon_sym_STAR_EQ] = ACTIONS(1786), + [anon_sym_SLASH_EQ] = ACTIONS(1786), + [anon_sym_PERCENT_EQ] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1784), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG_BANG] = ACTIONS(1786), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -297497,76 +300601,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3342), - [sym_safe_nav] = ACTIONS(3342), + [sym__backtick_identifier] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), [sym_multiline_comment] = ACTIONS(3), }, - [2499] = { - [sym_getter] = STATE(3219), - [sym_setter] = STATE(3219), - [sym_modifiers] = STATE(8854), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1752), + [2531] = { + [sym_getter] = STATE(3255), + [sym_setter] = STATE(3255), + [sym_modifiers] = STATE(8887), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1754), - [anon_sym_as] = ACTIONS(1752), - [anon_sym_EQ] = ACTIONS(1752), - [anon_sym_LBRACE] = ACTIONS(1754), - [anon_sym_RBRACE] = ACTIONS(1754), - [anon_sym_LPAREN] = ACTIONS(1754), - [anon_sym_RPAREN] = ACTIONS(1754), - [anon_sym_LT] = ACTIONS(1752), - [anon_sym_GT] = ACTIONS(1752), - [anon_sym_DOT] = ACTIONS(1752), - [anon_sym_SEMI] = ACTIONS(3700), - [anon_sym_get] = ACTIONS(5645), - [anon_sym_set] = ACTIONS(5647), - [anon_sym_STAR] = ACTIONS(1752), - [sym_label] = ACTIONS(1754), - [anon_sym_in] = ACTIONS(1752), - [anon_sym_while] = ACTIONS(1752), - [anon_sym_DOT_DOT] = ACTIONS(1754), - [anon_sym_QMARK_COLON] = ACTIONS(1754), - [anon_sym_AMP_AMP] = ACTIONS(1754), - [anon_sym_PIPE_PIPE] = ACTIONS(1754), - [anon_sym_else] = ACTIONS(1752), - [anon_sym_COLON_COLON] = ACTIONS(1754), - [anon_sym_PLUS_EQ] = ACTIONS(1754), - [anon_sym_DASH_EQ] = ACTIONS(1754), - [anon_sym_STAR_EQ] = ACTIONS(1754), - [anon_sym_SLASH_EQ] = ACTIONS(1754), - [anon_sym_PERCENT_EQ] = ACTIONS(1754), - [anon_sym_BANG_EQ] = ACTIONS(1752), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), - [anon_sym_EQ_EQ] = ACTIONS(1752), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), - [anon_sym_LT_EQ] = ACTIONS(1754), - [anon_sym_GT_EQ] = ACTIONS(1754), - [anon_sym_BANGin] = ACTIONS(1754), - [anon_sym_is] = ACTIONS(1752), - [anon_sym_BANGis] = ACTIONS(1754), - [anon_sym_PLUS] = ACTIONS(1752), - [anon_sym_DASH] = ACTIONS(1752), - [anon_sym_SLASH] = ACTIONS(1752), - [anon_sym_PERCENT] = ACTIONS(1752), - [anon_sym_as_QMARK] = ACTIONS(1754), - [anon_sym_PLUS_PLUS] = ACTIONS(1754), - [anon_sym_DASH_DASH] = ACTIONS(1754), - [anon_sym_BANG_BANG] = ACTIONS(1754), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_EQ] = ACTIONS(1784), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_RPAREN] = ACTIONS(1786), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(3694), + [anon_sym_get] = ACTIONS(5741), + [anon_sym_set] = ACTIONS(5743), + [anon_sym_STAR] = ACTIONS(1784), + [sym_label] = ACTIONS(1786), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_while] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_PLUS_EQ] = ACTIONS(1786), + [anon_sym_DASH_EQ] = ACTIONS(1786), + [anon_sym_STAR_EQ] = ACTIONS(1786), + [anon_sym_SLASH_EQ] = ACTIONS(1786), + [anon_sym_PERCENT_EQ] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1784), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG_BANG] = ACTIONS(1786), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -297590,75 +300694,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1754), - [sym_safe_nav] = ACTIONS(1754), + [sym__backtick_identifier] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), [sym_multiline_comment] = ACTIONS(3), }, - [2500] = { - [sym_primary_constructor] = STATE(5213), - [sym_class_body] = STATE(4935), - [sym__class_parameters] = STATE(4877), - [sym_type_parameters] = STATE(2587), - [sym_type_constraints] = STATE(4876), - [sym_modifiers] = STATE(9180), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3160), + [2532] = { + [sym_primary_constructor] = STATE(5210), + [sym_class_body] = STATE(5050), + [sym__class_parameters] = STATE(4841), + [sym_type_parameters] = STATE(2603), + [sym_type_constraints] = STATE(4842), + [sym_modifiers] = STATE(9347), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3146), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(5988), - [anon_sym_LBRACK] = ACTIONS(3164), - [anon_sym_as] = ACTIONS(3160), - [anon_sym_constructor] = ACTIONS(5334), - [anon_sym_LBRACE] = ACTIONS(5397), - [anon_sym_RBRACE] = ACTIONS(3164), - [anon_sym_LPAREN] = ACTIONS(5338), - [anon_sym_COMMA] = ACTIONS(3164), - [anon_sym_LT] = ACTIONS(5340), - [anon_sym_GT] = ACTIONS(3160), - [anon_sym_where] = ACTIONS(5342), - [anon_sym_DOT] = ACTIONS(3160), - [anon_sym_SEMI] = ACTIONS(3164), - [anon_sym_get] = ACTIONS(3160), - [anon_sym_set] = ACTIONS(3160), - [anon_sym_STAR] = ACTIONS(3164), - [sym_label] = ACTIONS(3164), - [anon_sym_in] = ACTIONS(3160), - [anon_sym_DOT_DOT] = ACTIONS(3164), - [anon_sym_QMARK_COLON] = ACTIONS(3164), - [anon_sym_AMP_AMP] = ACTIONS(3164), - [anon_sym_PIPE_PIPE] = ACTIONS(3164), - [anon_sym_else] = ACTIONS(3160), - [anon_sym_COLON_COLON] = ACTIONS(3164), - [anon_sym_BANG_EQ] = ACTIONS(3160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3164), - [anon_sym_EQ_EQ] = ACTIONS(3160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3164), - [anon_sym_LT_EQ] = ACTIONS(3164), - [anon_sym_GT_EQ] = ACTIONS(3164), - [anon_sym_BANGin] = ACTIONS(3164), - [anon_sym_is] = ACTIONS(3160), - [anon_sym_BANGis] = ACTIONS(3164), - [anon_sym_PLUS] = ACTIONS(3160), - [anon_sym_DASH] = ACTIONS(3160), - [anon_sym_SLASH] = ACTIONS(3160), - [anon_sym_PERCENT] = ACTIONS(3164), - [anon_sym_as_QMARK] = ACTIONS(3164), - [anon_sym_PLUS_PLUS] = ACTIONS(3164), - [anon_sym_DASH_DASH] = ACTIONS(3164), - [anon_sym_BANG_BANG] = ACTIONS(3164), + [anon_sym_COLON] = ACTIONS(6010), + [anon_sym_LBRACK] = ACTIONS(3150), + [anon_sym_as] = ACTIONS(3146), + [anon_sym_constructor] = ACTIONS(5399), + [anon_sym_LBRACE] = ACTIONS(5401), + [anon_sym_RBRACE] = ACTIONS(3150), + [anon_sym_LPAREN] = ACTIONS(5403), + [anon_sym_COMMA] = ACTIONS(3150), + [anon_sym_LT] = ACTIONS(5364), + [anon_sym_GT] = ACTIONS(3146), + [anon_sym_where] = ACTIONS(5405), + [anon_sym_DOT] = ACTIONS(3146), + [anon_sym_SEMI] = ACTIONS(3150), + [anon_sym_get] = ACTIONS(3146), + [anon_sym_set] = ACTIONS(3146), + [anon_sym_STAR] = ACTIONS(3150), + [sym_label] = ACTIONS(3150), + [anon_sym_in] = ACTIONS(3146), + [anon_sym_DOT_DOT] = ACTIONS(3150), + [anon_sym_QMARK_COLON] = ACTIONS(3150), + [anon_sym_AMP_AMP] = ACTIONS(3150), + [anon_sym_PIPE_PIPE] = ACTIONS(3150), + [anon_sym_else] = ACTIONS(3146), + [anon_sym_COLON_COLON] = ACTIONS(3150), + [anon_sym_BANG_EQ] = ACTIONS(3146), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3150), + [anon_sym_EQ_EQ] = ACTIONS(3146), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3150), + [anon_sym_LT_EQ] = ACTIONS(3150), + [anon_sym_GT_EQ] = ACTIONS(3150), + [anon_sym_BANGin] = ACTIONS(3150), + [anon_sym_is] = ACTIONS(3146), + [anon_sym_BANGis] = ACTIONS(3150), + [anon_sym_PLUS] = ACTIONS(3146), + [anon_sym_DASH] = ACTIONS(3146), + [anon_sym_SLASH] = ACTIONS(3146), + [anon_sym_PERCENT] = ACTIONS(3150), + [anon_sym_as_QMARK] = ACTIONS(3150), + [anon_sym_PLUS_PLUS] = ACTIONS(3150), + [anon_sym_DASH_DASH] = ACTIONS(3150), + [anon_sym_BANG_BANG] = ACTIONS(3150), [anon_sym_suspend] = ACTIONS(3120), [anon_sym_sealed] = ACTIONS(3122), [anon_sym_annotation] = ACTIONS(3122), @@ -297685,446 +300789,260 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3134), [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3164), - [sym__automatic_semicolon] = ACTIONS(3164), - [sym_safe_nav] = ACTIONS(3164), - [sym_multiline_comment] = ACTIONS(3), - }, - [2501] = { - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(1922), - [sym__comparison_operator] = STATE(1923), - [sym__in_operator] = STATE(1928), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(2019), - [sym__multiplicative_operator] = STATE(2048), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_annotation] = STATE(7852), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2068), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(3092), - [anon_sym_LPAREN] = ACTIONS(3570), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(4342), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(3092), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(4350), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(4352), - [anon_sym_DOT_DOT] = ACTIONS(4354), - [anon_sym_QMARK_COLON] = ACTIONS(4356), - [anon_sym_AMP_AMP] = ACTIONS(4358), - [anon_sym_PIPE_PIPE] = ACTIONS(4360), - [anon_sym_else] = ACTIONS(3090), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_BANG_EQ] = ACTIONS(4362), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4364), - [anon_sym_EQ_EQ] = ACTIONS(4362), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4364), - [anon_sym_LT_EQ] = ACTIONS(4366), - [anon_sym_GT_EQ] = ACTIONS(4366), - [anon_sym_BANGin] = ACTIONS(4368), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), - [anon_sym_PLUS] = ACTIONS(4370), - [anon_sym_DASH] = ACTIONS(4370), - [anon_sym_SLASH] = ACTIONS(4372), - [anon_sym_PERCENT] = ACTIONS(4350), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), - [anon_sym_suspend] = ACTIONS(3090), - [anon_sym_sealed] = ACTIONS(3090), - [anon_sym_annotation] = ACTIONS(3090), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3090), - [anon_sym_lateinit] = ACTIONS(3090), - [anon_sym_public] = ACTIONS(3090), - [anon_sym_private] = ACTIONS(3090), - [anon_sym_internal] = ACTIONS(3090), - [anon_sym_protected] = ACTIONS(3090), - [anon_sym_tailrec] = ACTIONS(3090), - [anon_sym_operator] = ACTIONS(3090), - [anon_sym_infix] = ACTIONS(3090), - [anon_sym_inline] = ACTIONS(3090), - [anon_sym_external] = ACTIONS(3090), - [sym_property_modifier] = ACTIONS(3090), - [anon_sym_abstract] = ACTIONS(3090), - [anon_sym_final] = ACTIONS(3090), - [anon_sym_open] = ACTIONS(3090), - [anon_sym_vararg] = ACTIONS(3090), - [anon_sym_noinline] = ACTIONS(3090), - [anon_sym_crossinline] = ACTIONS(3090), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3092), - [sym_safe_nav] = ACTIONS(3596), + [sym__backtick_identifier] = ACTIONS(3150), + [sym__automatic_semicolon] = ACTIONS(3150), + [sym_safe_nav] = ACTIONS(3150), [sym_multiline_comment] = ACTIONS(3), }, - [2502] = { - [sym_getter] = STATE(3219), - [sym_setter] = STATE(3219), - [sym_modifiers] = STATE(8854), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1752), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1754), - [anon_sym_as] = ACTIONS(1752), - [anon_sym_EQ] = ACTIONS(1752), - [anon_sym_LBRACE] = ACTIONS(1754), - [anon_sym_RBRACE] = ACTIONS(1754), - [anon_sym_LPAREN] = ACTIONS(1754), - [anon_sym_RPAREN] = ACTIONS(1754), - [anon_sym_LT] = ACTIONS(1752), - [anon_sym_GT] = ACTIONS(1752), - [anon_sym_DOT] = ACTIONS(1752), - [anon_sym_SEMI] = ACTIONS(1754), - [anon_sym_get] = ACTIONS(5645), - [anon_sym_set] = ACTIONS(5647), - [anon_sym_STAR] = ACTIONS(1752), - [sym_label] = ACTIONS(1754), - [anon_sym_in] = ACTIONS(1752), - [anon_sym_while] = ACTIONS(1752), - [anon_sym_DOT_DOT] = ACTIONS(1754), - [anon_sym_QMARK_COLON] = ACTIONS(1754), - [anon_sym_AMP_AMP] = ACTIONS(1754), - [anon_sym_PIPE_PIPE] = ACTIONS(1754), - [anon_sym_else] = ACTIONS(1752), - [anon_sym_COLON_COLON] = ACTIONS(1754), - [anon_sym_PLUS_EQ] = ACTIONS(1754), - [anon_sym_DASH_EQ] = ACTIONS(1754), - [anon_sym_STAR_EQ] = ACTIONS(1754), - [anon_sym_SLASH_EQ] = ACTIONS(1754), - [anon_sym_PERCENT_EQ] = ACTIONS(1754), - [anon_sym_BANG_EQ] = ACTIONS(1752), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), - [anon_sym_EQ_EQ] = ACTIONS(1752), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), - [anon_sym_LT_EQ] = ACTIONS(1754), - [anon_sym_GT_EQ] = ACTIONS(1754), - [anon_sym_BANGin] = ACTIONS(1754), - [anon_sym_is] = ACTIONS(1752), - [anon_sym_BANGis] = ACTIONS(1754), - [anon_sym_PLUS] = ACTIONS(1752), - [anon_sym_DASH] = ACTIONS(1752), - [anon_sym_SLASH] = ACTIONS(1752), - [anon_sym_PERCENT] = ACTIONS(1752), - [anon_sym_as_QMARK] = ACTIONS(1754), - [anon_sym_PLUS_PLUS] = ACTIONS(1754), - [anon_sym_DASH_DASH] = ACTIONS(1754), - [anon_sym_BANG_BANG] = ACTIONS(1754), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1754), - [sym_safe_nav] = ACTIONS(1754), - [sym_multiline_comment] = ACTIONS(3), - }, - [2503] = { - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(1922), - [sym__comparison_operator] = STATE(1923), - [sym__in_operator] = STATE(1928), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(2019), - [sym__multiplicative_operator] = STATE(2048), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_annotation] = STATE(7852), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2068), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(3001), - [anon_sym_LPAREN] = ACTIONS(3570), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(4342), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(3001), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(4350), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(4352), - [anon_sym_DOT_DOT] = ACTIONS(4354), - [anon_sym_QMARK_COLON] = ACTIONS(4356), - [anon_sym_AMP_AMP] = ACTIONS(4358), - [anon_sym_PIPE_PIPE] = ACTIONS(4360), - [anon_sym_else] = ACTIONS(2999), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_BANG_EQ] = ACTIONS(4362), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4364), - [anon_sym_EQ_EQ] = ACTIONS(4362), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4364), - [anon_sym_LT_EQ] = ACTIONS(4366), - [anon_sym_GT_EQ] = ACTIONS(4366), - [anon_sym_BANGin] = ACTIONS(4368), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), - [anon_sym_PLUS] = ACTIONS(4370), - [anon_sym_DASH] = ACTIONS(4370), - [anon_sym_SLASH] = ACTIONS(4372), - [anon_sym_PERCENT] = ACTIONS(4350), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), - [anon_sym_suspend] = ACTIONS(2999), - [anon_sym_sealed] = ACTIONS(2999), - [anon_sym_annotation] = ACTIONS(2999), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(2999), - [anon_sym_lateinit] = ACTIONS(2999), - [anon_sym_public] = ACTIONS(2999), - [anon_sym_private] = ACTIONS(2999), - [anon_sym_internal] = ACTIONS(2999), - [anon_sym_protected] = ACTIONS(2999), - [anon_sym_tailrec] = ACTIONS(2999), - [anon_sym_operator] = ACTIONS(2999), - [anon_sym_infix] = ACTIONS(2999), - [anon_sym_inline] = ACTIONS(2999), - [anon_sym_external] = ACTIONS(2999), - [sym_property_modifier] = ACTIONS(2999), - [anon_sym_abstract] = ACTIONS(2999), - [anon_sym_final] = ACTIONS(2999), - [anon_sym_open] = ACTIONS(2999), - [anon_sym_vararg] = ACTIONS(2999), - [anon_sym_noinline] = ACTIONS(2999), - [anon_sym_crossinline] = ACTIONS(2999), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), + [2533] = { + [sym_primary_constructor] = STATE(5200), + [sym__class_parameters] = STATE(4841), + [sym_type_parameters] = STATE(2596), + [sym_type_constraints] = STATE(4880), + [sym_enum_class_body] = STATE(4946), + [sym_modifiers] = STATE(9347), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3136), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_COLON] = ACTIONS(6012), + [anon_sym_LBRACK] = ACTIONS(3140), + [anon_sym_as] = ACTIONS(3136), + [anon_sym_constructor] = ACTIONS(5399), + [anon_sym_LBRACE] = ACTIONS(5411), + [anon_sym_RBRACE] = ACTIONS(3140), + [anon_sym_LPAREN] = ACTIONS(5403), + [anon_sym_COMMA] = ACTIONS(3140), + [anon_sym_LT] = ACTIONS(5364), + [anon_sym_GT] = ACTIONS(3136), + [anon_sym_where] = ACTIONS(5405), + [anon_sym_DOT] = ACTIONS(3136), + [anon_sym_SEMI] = ACTIONS(3140), + [anon_sym_get] = ACTIONS(3136), + [anon_sym_set] = ACTIONS(3136), + [anon_sym_STAR] = ACTIONS(3140), + [sym_label] = ACTIONS(3140), + [anon_sym_in] = ACTIONS(3136), + [anon_sym_DOT_DOT] = ACTIONS(3140), + [anon_sym_QMARK_COLON] = ACTIONS(3140), + [anon_sym_AMP_AMP] = ACTIONS(3140), + [anon_sym_PIPE_PIPE] = ACTIONS(3140), + [anon_sym_else] = ACTIONS(3136), + [anon_sym_COLON_COLON] = ACTIONS(3140), + [anon_sym_BANG_EQ] = ACTIONS(3136), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3140), + [anon_sym_EQ_EQ] = ACTIONS(3136), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3140), + [anon_sym_LT_EQ] = ACTIONS(3140), + [anon_sym_GT_EQ] = ACTIONS(3140), + [anon_sym_BANGin] = ACTIONS(3140), + [anon_sym_is] = ACTIONS(3136), + [anon_sym_BANGis] = ACTIONS(3140), + [anon_sym_PLUS] = ACTIONS(3136), + [anon_sym_DASH] = ACTIONS(3136), + [anon_sym_SLASH] = ACTIONS(3136), + [anon_sym_PERCENT] = ACTIONS(3140), + [anon_sym_as_QMARK] = ACTIONS(3140), + [anon_sym_PLUS_PLUS] = ACTIONS(3140), + [anon_sym_DASH_DASH] = ACTIONS(3140), + [anon_sym_BANG_BANG] = ACTIONS(3140), + [anon_sym_suspend] = ACTIONS(3120), + [anon_sym_sealed] = ACTIONS(3122), + [anon_sym_annotation] = ACTIONS(3122), + [anon_sym_data] = ACTIONS(3122), + [anon_sym_inner] = ACTIONS(3122), + [anon_sym_override] = ACTIONS(3124), + [anon_sym_lateinit] = ACTIONS(3124), + [anon_sym_public] = ACTIONS(3126), + [anon_sym_private] = ACTIONS(3126), + [anon_sym_internal] = ACTIONS(3126), + [anon_sym_protected] = ACTIONS(3126), + [anon_sym_tailrec] = ACTIONS(3120), + [anon_sym_operator] = ACTIONS(3120), + [anon_sym_infix] = ACTIONS(3120), + [anon_sym_inline] = ACTIONS(3120), + [anon_sym_external] = ACTIONS(3120), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3130), + [anon_sym_final] = ACTIONS(3130), + [anon_sym_open] = ACTIONS(3130), + [anon_sym_vararg] = ACTIONS(3132), + [anon_sym_noinline] = ACTIONS(3132), + [anon_sym_crossinline] = ACTIONS(3132), + [anon_sym_expect] = ACTIONS(3134), + [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3001), - [sym_safe_nav] = ACTIONS(3596), + [sym__backtick_identifier] = ACTIONS(3140), + [sym__automatic_semicolon] = ACTIONS(3140), + [sym_safe_nav] = ACTIONS(3140), [sym_multiline_comment] = ACTIONS(3), }, - [2504] = { - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(1922), - [sym__comparison_operator] = STATE(1923), - [sym__in_operator] = STATE(1928), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(2019), - [sym__multiplicative_operator] = STATE(2048), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_annotation] = STATE(7852), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2068), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(3085), - [anon_sym_LPAREN] = ACTIONS(3570), - [anon_sym_LT] = ACTIONS(3087), - [anon_sym_GT] = ACTIONS(3083), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(3085), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(4350), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(3083), - [anon_sym_DOT_DOT] = ACTIONS(4354), - [anon_sym_QMARK_COLON] = ACTIONS(3085), - [anon_sym_AMP_AMP] = ACTIONS(3085), - [anon_sym_PIPE_PIPE] = ACTIONS(3085), - [anon_sym_else] = ACTIONS(3083), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_BANG_EQ] = ACTIONS(3083), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3085), - [anon_sym_EQ_EQ] = ACTIONS(3083), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3085), - [anon_sym_LT_EQ] = ACTIONS(3085), - [anon_sym_GT_EQ] = ACTIONS(3085), - [anon_sym_BANGin] = ACTIONS(3085), - [anon_sym_is] = ACTIONS(3083), - [anon_sym_BANGis] = ACTIONS(3085), - [anon_sym_PLUS] = ACTIONS(4370), - [anon_sym_DASH] = ACTIONS(4370), - [anon_sym_SLASH] = ACTIONS(4372), - [anon_sym_PERCENT] = ACTIONS(4350), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), - [anon_sym_suspend] = ACTIONS(3083), - [anon_sym_sealed] = ACTIONS(3083), - [anon_sym_annotation] = ACTIONS(3083), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3083), - [anon_sym_lateinit] = ACTIONS(3083), - [anon_sym_public] = ACTIONS(3083), - [anon_sym_private] = ACTIONS(3083), - [anon_sym_internal] = ACTIONS(3083), - [anon_sym_protected] = ACTIONS(3083), - [anon_sym_tailrec] = ACTIONS(3083), - [anon_sym_operator] = ACTIONS(3083), - [anon_sym_infix] = ACTIONS(3083), - [anon_sym_inline] = ACTIONS(3083), - [anon_sym_external] = ACTIONS(3083), - [sym_property_modifier] = ACTIONS(3083), - [anon_sym_abstract] = ACTIONS(3083), - [anon_sym_final] = ACTIONS(3083), - [anon_sym_open] = ACTIONS(3083), - [anon_sym_vararg] = ACTIONS(3083), - [anon_sym_noinline] = ACTIONS(3083), - [anon_sym_crossinline] = ACTIONS(3083), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), + [2534] = { + [sym_primary_constructor] = STATE(5196), + [sym_class_body] = STATE(4946), + [sym__class_parameters] = STATE(4841), + [sym_type_parameters] = STATE(2591), + [sym_type_constraints] = STATE(4892), + [sym_modifiers] = STATE(9347), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3136), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_COLON] = ACTIONS(6014), + [anon_sym_LBRACK] = ACTIONS(3140), + [anon_sym_as] = ACTIONS(3136), + [anon_sym_constructor] = ACTIONS(5399), + [anon_sym_LBRACE] = ACTIONS(5401), + [anon_sym_RBRACE] = ACTIONS(3140), + [anon_sym_LPAREN] = ACTIONS(5403), + [anon_sym_COMMA] = ACTIONS(3140), + [anon_sym_LT] = ACTIONS(5364), + [anon_sym_GT] = ACTIONS(3136), + [anon_sym_where] = ACTIONS(5405), + [anon_sym_DOT] = ACTIONS(3136), + [anon_sym_SEMI] = ACTIONS(3140), + [anon_sym_get] = ACTIONS(3136), + [anon_sym_set] = ACTIONS(3136), + [anon_sym_STAR] = ACTIONS(3140), + [sym_label] = ACTIONS(3140), + [anon_sym_in] = ACTIONS(3136), + [anon_sym_DOT_DOT] = ACTIONS(3140), + [anon_sym_QMARK_COLON] = ACTIONS(3140), + [anon_sym_AMP_AMP] = ACTIONS(3140), + [anon_sym_PIPE_PIPE] = ACTIONS(3140), + [anon_sym_else] = ACTIONS(3136), + [anon_sym_COLON_COLON] = ACTIONS(3140), + [anon_sym_BANG_EQ] = ACTIONS(3136), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3140), + [anon_sym_EQ_EQ] = ACTIONS(3136), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3140), + [anon_sym_LT_EQ] = ACTIONS(3140), + [anon_sym_GT_EQ] = ACTIONS(3140), + [anon_sym_BANGin] = ACTIONS(3140), + [anon_sym_is] = ACTIONS(3136), + [anon_sym_BANGis] = ACTIONS(3140), + [anon_sym_PLUS] = ACTIONS(3136), + [anon_sym_DASH] = ACTIONS(3136), + [anon_sym_SLASH] = ACTIONS(3136), + [anon_sym_PERCENT] = ACTIONS(3140), + [anon_sym_as_QMARK] = ACTIONS(3140), + [anon_sym_PLUS_PLUS] = ACTIONS(3140), + [anon_sym_DASH_DASH] = ACTIONS(3140), + [anon_sym_BANG_BANG] = ACTIONS(3140), + [anon_sym_suspend] = ACTIONS(3120), + [anon_sym_sealed] = ACTIONS(3122), + [anon_sym_annotation] = ACTIONS(3122), + [anon_sym_data] = ACTIONS(3122), + [anon_sym_inner] = ACTIONS(3122), + [anon_sym_override] = ACTIONS(3124), + [anon_sym_lateinit] = ACTIONS(3124), + [anon_sym_public] = ACTIONS(3126), + [anon_sym_private] = ACTIONS(3126), + [anon_sym_internal] = ACTIONS(3126), + [anon_sym_protected] = ACTIONS(3126), + [anon_sym_tailrec] = ACTIONS(3120), + [anon_sym_operator] = ACTIONS(3120), + [anon_sym_infix] = ACTIONS(3120), + [anon_sym_inline] = ACTIONS(3120), + [anon_sym_external] = ACTIONS(3120), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3130), + [anon_sym_final] = ACTIONS(3130), + [anon_sym_open] = ACTIONS(3130), + [anon_sym_vararg] = ACTIONS(3132), + [anon_sym_noinline] = ACTIONS(3132), + [anon_sym_crossinline] = ACTIONS(3132), + [anon_sym_expect] = ACTIONS(3134), + [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3085), - [sym_safe_nav] = ACTIONS(3596), + [sym__backtick_identifier] = ACTIONS(3140), + [sym__automatic_semicolon] = ACTIONS(3140), + [sym_safe_nav] = ACTIONS(3140), [sym_multiline_comment] = ACTIONS(3), }, - [2505] = { - [sym_getter] = STATE(3232), - [sym_setter] = STATE(3232), - [sym_modifiers] = STATE(8854), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), + [2535] = { + [sym_getter] = STATE(4607), + [sym_setter] = STATE(4607), + [sym_modifiers] = STATE(8915), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_EQ] = ACTIONS(3254), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_RPAREN] = ACTIONS(3256), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(3256), - [anon_sym_get] = ACTIONS(5645), - [anon_sym_set] = ACTIONS(5647), - [anon_sym_STAR] = ACTIONS(3254), - [sym_label] = ACTIONS(3256), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_while] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_PLUS_EQ] = ACTIONS(3256), - [anon_sym_DASH_EQ] = ACTIONS(3256), - [anon_sym_STAR_EQ] = ACTIONS(3256), - [anon_sym_SLASH_EQ] = ACTIONS(3256), - [anon_sym_PERCENT_EQ] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3254), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG_BANG] = ACTIONS(3256), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_EQ] = ACTIONS(3278), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_RPAREN] = ACTIONS(3280), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(3280), + [anon_sym_get] = ACTIONS(5711), + [anon_sym_set] = ACTIONS(5713), + [anon_sym_STAR] = ACTIONS(3278), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_while] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_PLUS_EQ] = ACTIONS(3280), + [anon_sym_DASH_EQ] = ACTIONS(3280), + [anon_sym_STAR_EQ] = ACTIONS(3280), + [anon_sym_SLASH_EQ] = ACTIONS(3280), + [anon_sym_PERCENT_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3278), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3280), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -298148,324 +301066,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), - [sym_multiline_comment] = ACTIONS(3), - }, - [2506] = { - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(1922), - [sym__comparison_operator] = STATE(1923), - [sym__in_operator] = STATE(1928), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(2019), - [sym__multiplicative_operator] = STATE(2048), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_annotation] = STATE(7852), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2068), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(2993), - [anon_sym_LPAREN] = ACTIONS(3570), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(4342), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(2993), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(4350), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(4352), - [anon_sym_DOT_DOT] = ACTIONS(4354), - [anon_sym_QMARK_COLON] = ACTIONS(4356), - [anon_sym_AMP_AMP] = ACTIONS(2993), - [anon_sym_PIPE_PIPE] = ACTIONS(2993), - [anon_sym_else] = ACTIONS(2991), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_BANG_EQ] = ACTIONS(4362), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4364), - [anon_sym_EQ_EQ] = ACTIONS(4362), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4364), - [anon_sym_LT_EQ] = ACTIONS(4366), - [anon_sym_GT_EQ] = ACTIONS(4366), - [anon_sym_BANGin] = ACTIONS(4368), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), - [anon_sym_PLUS] = ACTIONS(4370), - [anon_sym_DASH] = ACTIONS(4370), - [anon_sym_SLASH] = ACTIONS(4372), - [anon_sym_PERCENT] = ACTIONS(4350), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), - [anon_sym_suspend] = ACTIONS(2991), - [anon_sym_sealed] = ACTIONS(2991), - [anon_sym_annotation] = ACTIONS(2991), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(2991), - [anon_sym_lateinit] = ACTIONS(2991), - [anon_sym_public] = ACTIONS(2991), - [anon_sym_private] = ACTIONS(2991), - [anon_sym_internal] = ACTIONS(2991), - [anon_sym_protected] = ACTIONS(2991), - [anon_sym_tailrec] = ACTIONS(2991), - [anon_sym_operator] = ACTIONS(2991), - [anon_sym_infix] = ACTIONS(2991), - [anon_sym_inline] = ACTIONS(2991), - [anon_sym_external] = ACTIONS(2991), - [sym_property_modifier] = ACTIONS(2991), - [anon_sym_abstract] = ACTIONS(2991), - [anon_sym_final] = ACTIONS(2991), - [anon_sym_open] = ACTIONS(2991), - [anon_sym_vararg] = ACTIONS(2991), - [anon_sym_noinline] = ACTIONS(2991), - [anon_sym_crossinline] = ACTIONS(2991), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(2993), - [sym_safe_nav] = ACTIONS(3596), - [sym_multiline_comment] = ACTIONS(3), - }, - [2507] = { - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(1922), - [sym__comparison_operator] = STATE(1923), - [sym__in_operator] = STATE(1928), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(2019), - [sym__multiplicative_operator] = STATE(2048), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_annotation] = STATE(7852), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2068), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(3021), - [anon_sym_LPAREN] = ACTIONS(3570), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(4342), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(3021), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(4350), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(4352), - [anon_sym_DOT_DOT] = ACTIONS(4354), - [anon_sym_QMARK_COLON] = ACTIONS(4356), - [anon_sym_AMP_AMP] = ACTIONS(4358), - [anon_sym_PIPE_PIPE] = ACTIONS(4360), - [anon_sym_else] = ACTIONS(3019), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_BANG_EQ] = ACTIONS(4362), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4364), - [anon_sym_EQ_EQ] = ACTIONS(4362), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4364), - [anon_sym_LT_EQ] = ACTIONS(4366), - [anon_sym_GT_EQ] = ACTIONS(4366), - [anon_sym_BANGin] = ACTIONS(4368), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), - [anon_sym_PLUS] = ACTIONS(4370), - [anon_sym_DASH] = ACTIONS(4370), - [anon_sym_SLASH] = ACTIONS(4372), - [anon_sym_PERCENT] = ACTIONS(4350), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), - [anon_sym_suspend] = ACTIONS(3019), - [anon_sym_sealed] = ACTIONS(3019), - [anon_sym_annotation] = ACTIONS(3019), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3019), - [anon_sym_lateinit] = ACTIONS(3019), - [anon_sym_public] = ACTIONS(3019), - [anon_sym_private] = ACTIONS(3019), - [anon_sym_internal] = ACTIONS(3019), - [anon_sym_protected] = ACTIONS(3019), - [anon_sym_tailrec] = ACTIONS(3019), - [anon_sym_operator] = ACTIONS(3019), - [anon_sym_infix] = ACTIONS(3019), - [anon_sym_inline] = ACTIONS(3019), - [anon_sym_external] = ACTIONS(3019), - [sym_property_modifier] = ACTIONS(3019), - [anon_sym_abstract] = ACTIONS(3019), - [anon_sym_final] = ACTIONS(3019), - [anon_sym_open] = ACTIONS(3019), - [anon_sym_vararg] = ACTIONS(3019), - [anon_sym_noinline] = ACTIONS(3019), - [anon_sym_crossinline] = ACTIONS(3019), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3021), - [sym_safe_nav] = ACTIONS(3596), - [sym_multiline_comment] = ACTIONS(3), - }, - [2508] = { - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(1922), - [sym__comparison_operator] = STATE(1923), - [sym__in_operator] = STATE(1928), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(2019), - [sym__multiplicative_operator] = STATE(2048), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_annotation] = STATE(7852), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2068), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [sym__alpha_identifier] = ACTIONS(3076), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(3078), - [anon_sym_LPAREN] = ACTIONS(3570), - [anon_sym_LT] = ACTIONS(3080), - [anon_sym_GT] = ACTIONS(3076), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(3078), - [anon_sym_get] = ACTIONS(3076), - [anon_sym_set] = ACTIONS(3076), - [anon_sym_STAR] = ACTIONS(4350), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(3076), - [anon_sym_DOT_DOT] = ACTIONS(4354), - [anon_sym_QMARK_COLON] = ACTIONS(3078), - [anon_sym_AMP_AMP] = ACTIONS(3078), - [anon_sym_PIPE_PIPE] = ACTIONS(3078), - [anon_sym_else] = ACTIONS(3076), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_BANG_EQ] = ACTIONS(3076), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3078), - [anon_sym_EQ_EQ] = ACTIONS(3076), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3078), - [anon_sym_LT_EQ] = ACTIONS(3078), - [anon_sym_GT_EQ] = ACTIONS(3078), - [anon_sym_BANGin] = ACTIONS(3078), - [anon_sym_is] = ACTIONS(3076), - [anon_sym_BANGis] = ACTIONS(3078), - [anon_sym_PLUS] = ACTIONS(4370), - [anon_sym_DASH] = ACTIONS(4370), - [anon_sym_SLASH] = ACTIONS(4372), - [anon_sym_PERCENT] = ACTIONS(4350), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), - [anon_sym_suspend] = ACTIONS(3076), - [anon_sym_sealed] = ACTIONS(3076), - [anon_sym_annotation] = ACTIONS(3076), - [anon_sym_data] = ACTIONS(3076), - [anon_sym_inner] = ACTIONS(3076), - [anon_sym_override] = ACTIONS(3076), - [anon_sym_lateinit] = ACTIONS(3076), - [anon_sym_public] = ACTIONS(3076), - [anon_sym_private] = ACTIONS(3076), - [anon_sym_internal] = ACTIONS(3076), - [anon_sym_protected] = ACTIONS(3076), - [anon_sym_tailrec] = ACTIONS(3076), - [anon_sym_operator] = ACTIONS(3076), - [anon_sym_infix] = ACTIONS(3076), - [anon_sym_inline] = ACTIONS(3076), - [anon_sym_external] = ACTIONS(3076), - [sym_property_modifier] = ACTIONS(3076), - [anon_sym_abstract] = ACTIONS(3076), - [anon_sym_final] = ACTIONS(3076), - [anon_sym_open] = ACTIONS(3076), - [anon_sym_vararg] = ACTIONS(3076), - [anon_sym_noinline] = ACTIONS(3076), - [anon_sym_crossinline] = ACTIONS(3076), - [anon_sym_expect] = ACTIONS(3076), - [anon_sym_actual] = ACTIONS(3076), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3078), - [sym__automatic_semicolon] = ACTIONS(3078), - [sym_safe_nav] = ACTIONS(3596), + [sym__backtick_identifier] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), [sym_multiline_comment] = ACTIONS(3), }, - [2509] = { - [sym_primary_constructor] = STATE(5203), - [sym__class_parameters] = STATE(4877), - [sym_type_parameters] = STATE(2591), - [sym_type_constraints] = STATE(4856), - [sym_enum_class_body] = STATE(4974), - [sym_modifiers] = STATE(9180), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), + [2536] = { + [sym_primary_constructor] = STATE(4073), + [sym__class_parameters] = STATE(3039), + [sym_type_parameters] = STATE(2602), + [sym_type_constraints] = STATE(3077), + [sym_enum_class_body] = STATE(3232), + [sym_modifiers] = STATE(9227), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), [sym__alpha_identifier] = ACTIONS(3102), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(5990), + [anon_sym_COLON] = ACTIONS(6016), [anon_sym_LBRACK] = ACTIONS(3108), [anon_sym_as] = ACTIONS(3102), - [anon_sym_constructor] = ACTIONS(5334), - [anon_sym_LBRACE] = ACTIONS(5336), + [anon_sym_constructor] = ACTIONS(5169), + [anon_sym_LBRACE] = ACTIONS(5171), [anon_sym_RBRACE] = ACTIONS(3108), - [anon_sym_LPAREN] = ACTIONS(5338), - [anon_sym_COMMA] = ACTIONS(3108), - [anon_sym_LT] = ACTIONS(5340), + [anon_sym_LPAREN] = ACTIONS(5173), + [anon_sym_RPAREN] = ACTIONS(3108), + [anon_sym_LT] = ACTIONS(5119), [anon_sym_GT] = ACTIONS(3102), - [anon_sym_where] = ACTIONS(5342), + [anon_sym_where] = ACTIONS(5175), [anon_sym_DOT] = ACTIONS(3102), [anon_sym_SEMI] = ACTIONS(3108), [anon_sym_get] = ACTIONS(3102), @@ -298473,6 +301112,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(3108), [sym_label] = ACTIONS(3108), [anon_sym_in] = ACTIONS(3102), + [anon_sym_while] = ACTIONS(3102), [anon_sym_DOT_DOT] = ACTIONS(3108), [anon_sym_QMARK_COLON] = ACTIONS(3108), [anon_sym_AMP_AMP] = ACTIONS(3108), @@ -298523,42 +301163,692 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(3108), - [sym__automatic_semicolon] = ACTIONS(3108), [sym_safe_nav] = ACTIONS(3108), [sym_multiline_comment] = ACTIONS(3), }, - [2510] = { - [sym_primary_constructor] = STATE(5198), - [sym_class_body] = STATE(4974), - [sym__class_parameters] = STATE(4877), - [sym_type_parameters] = STATE(2597), - [sym_type_constraints] = STATE(4846), - [sym_modifiers] = STATE(9180), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), + [2537] = { + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(2278), + [sym__comparison_operator] = STATE(2276), + [sym__in_operator] = STATE(2273), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(2271), + [sym__multiplicative_operator] = STATE(2268), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_annotation] = STATE(7883), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2266), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_RBRACE] = ACTIONS(3005), + [anon_sym_LPAREN] = ACTIONS(3572), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(4350), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(3005), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(4358), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(4360), + [anon_sym_DOT_DOT] = ACTIONS(4362), + [anon_sym_QMARK_COLON] = ACTIONS(4364), + [anon_sym_AMP_AMP] = ACTIONS(4366), + [anon_sym_PIPE_PIPE] = ACTIONS(4368), + [anon_sym_else] = ACTIONS(3003), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_BANG_EQ] = ACTIONS(4370), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4372), + [anon_sym_EQ_EQ] = ACTIONS(4370), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4372), + [anon_sym_LT_EQ] = ACTIONS(4374), + [anon_sym_GT_EQ] = ACTIONS(4374), + [anon_sym_BANGin] = ACTIONS(4376), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), + [anon_sym_PLUS] = ACTIONS(4378), + [anon_sym_DASH] = ACTIONS(4378), + [anon_sym_SLASH] = ACTIONS(4380), + [anon_sym_PERCENT] = ACTIONS(4358), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), + [anon_sym_suspend] = ACTIONS(3003), + [anon_sym_sealed] = ACTIONS(3003), + [anon_sym_annotation] = ACTIONS(3003), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_override] = ACTIONS(3003), + [anon_sym_lateinit] = ACTIONS(3003), + [anon_sym_public] = ACTIONS(3003), + [anon_sym_private] = ACTIONS(3003), + [anon_sym_internal] = ACTIONS(3003), + [anon_sym_protected] = ACTIONS(3003), + [anon_sym_tailrec] = ACTIONS(3003), + [anon_sym_operator] = ACTIONS(3003), + [anon_sym_infix] = ACTIONS(3003), + [anon_sym_inline] = ACTIONS(3003), + [anon_sym_external] = ACTIONS(3003), + [sym_property_modifier] = ACTIONS(3003), + [anon_sym_abstract] = ACTIONS(3003), + [anon_sym_final] = ACTIONS(3003), + [anon_sym_open] = ACTIONS(3003), + [anon_sym_vararg] = ACTIONS(3003), + [anon_sym_noinline] = ACTIONS(3003), + [anon_sym_crossinline] = ACTIONS(3003), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(3005), + [sym_safe_nav] = ACTIONS(3598), + [sym_multiline_comment] = ACTIONS(3), + }, + [2538] = { + [sym_getter] = STATE(3203), + [sym_setter] = STATE(3203), + [sym_modifiers] = STATE(8887), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1694), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1696), + [anon_sym_as] = ACTIONS(1694), + [anon_sym_EQ] = ACTIONS(1694), + [anon_sym_LBRACE] = ACTIONS(1696), + [anon_sym_RBRACE] = ACTIONS(1696), + [anon_sym_LPAREN] = ACTIONS(1696), + [anon_sym_RPAREN] = ACTIONS(1696), + [anon_sym_LT] = ACTIONS(1694), + [anon_sym_GT] = ACTIONS(1694), + [anon_sym_DOT] = ACTIONS(1694), + [anon_sym_SEMI] = ACTIONS(1696), + [anon_sym_get] = ACTIONS(5741), + [anon_sym_set] = ACTIONS(5743), + [anon_sym_STAR] = ACTIONS(1694), + [sym_label] = ACTIONS(1696), + [anon_sym_in] = ACTIONS(1694), + [anon_sym_while] = ACTIONS(1694), + [anon_sym_DOT_DOT] = ACTIONS(1696), + [anon_sym_QMARK_COLON] = ACTIONS(1696), + [anon_sym_AMP_AMP] = ACTIONS(1696), + [anon_sym_PIPE_PIPE] = ACTIONS(1696), + [anon_sym_else] = ACTIONS(1694), + [anon_sym_COLON_COLON] = ACTIONS(1696), + [anon_sym_PLUS_EQ] = ACTIONS(1696), + [anon_sym_DASH_EQ] = ACTIONS(1696), + [anon_sym_STAR_EQ] = ACTIONS(1696), + [anon_sym_SLASH_EQ] = ACTIONS(1696), + [anon_sym_PERCENT_EQ] = ACTIONS(1696), + [anon_sym_BANG_EQ] = ACTIONS(1694), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), + [anon_sym_EQ_EQ] = ACTIONS(1694), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), + [anon_sym_LT_EQ] = ACTIONS(1696), + [anon_sym_GT_EQ] = ACTIONS(1696), + [anon_sym_BANGin] = ACTIONS(1696), + [anon_sym_is] = ACTIONS(1694), + [anon_sym_BANGis] = ACTIONS(1696), + [anon_sym_PLUS] = ACTIONS(1694), + [anon_sym_DASH] = ACTIONS(1694), + [anon_sym_SLASH] = ACTIONS(1694), + [anon_sym_PERCENT] = ACTIONS(1694), + [anon_sym_as_QMARK] = ACTIONS(1696), + [anon_sym_PLUS_PLUS] = ACTIONS(1696), + [anon_sym_DASH_DASH] = ACTIONS(1696), + [anon_sym_BANG_BANG] = ACTIONS(1696), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1696), + [sym_safe_nav] = ACTIONS(1696), + [sym_multiline_comment] = ACTIONS(3), + }, + [2539] = { + [sym_getter] = STATE(3291), + [sym_setter] = STATE(3291), + [sym_modifiers] = STATE(8887), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_EQ] = ACTIONS(3278), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_RPAREN] = ACTIONS(3280), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(3280), + [anon_sym_get] = ACTIONS(5741), + [anon_sym_set] = ACTIONS(5743), + [anon_sym_STAR] = ACTIONS(3278), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_while] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_PLUS_EQ] = ACTIONS(3280), + [anon_sym_DASH_EQ] = ACTIONS(3280), + [anon_sym_STAR_EQ] = ACTIONS(3280), + [anon_sym_SLASH_EQ] = ACTIONS(3280), + [anon_sym_PERCENT_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3278), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3280), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), + [sym_multiline_comment] = ACTIONS(3), + }, + [2540] = { + [sym_getter] = STATE(3203), + [sym_setter] = STATE(3203), + [sym_modifiers] = STATE(8887), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1694), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1696), + [anon_sym_as] = ACTIONS(1694), + [anon_sym_EQ] = ACTIONS(1694), + [anon_sym_LBRACE] = ACTIONS(1696), + [anon_sym_RBRACE] = ACTIONS(1696), + [anon_sym_LPAREN] = ACTIONS(1696), + [anon_sym_RPAREN] = ACTIONS(1696), + [anon_sym_LT] = ACTIONS(1694), + [anon_sym_GT] = ACTIONS(1694), + [anon_sym_DOT] = ACTIONS(1694), + [anon_sym_SEMI] = ACTIONS(3682), + [anon_sym_get] = ACTIONS(5741), + [anon_sym_set] = ACTIONS(5743), + [anon_sym_STAR] = ACTIONS(1694), + [sym_label] = ACTIONS(1696), + [anon_sym_in] = ACTIONS(1694), + [anon_sym_while] = ACTIONS(1694), + [anon_sym_DOT_DOT] = ACTIONS(1696), + [anon_sym_QMARK_COLON] = ACTIONS(1696), + [anon_sym_AMP_AMP] = ACTIONS(1696), + [anon_sym_PIPE_PIPE] = ACTIONS(1696), + [anon_sym_else] = ACTIONS(1694), + [anon_sym_COLON_COLON] = ACTIONS(1696), + [anon_sym_PLUS_EQ] = ACTIONS(1696), + [anon_sym_DASH_EQ] = ACTIONS(1696), + [anon_sym_STAR_EQ] = ACTIONS(1696), + [anon_sym_SLASH_EQ] = ACTIONS(1696), + [anon_sym_PERCENT_EQ] = ACTIONS(1696), + [anon_sym_BANG_EQ] = ACTIONS(1694), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), + [anon_sym_EQ_EQ] = ACTIONS(1694), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), + [anon_sym_LT_EQ] = ACTIONS(1696), + [anon_sym_GT_EQ] = ACTIONS(1696), + [anon_sym_BANGin] = ACTIONS(1696), + [anon_sym_is] = ACTIONS(1694), + [anon_sym_BANGis] = ACTIONS(1696), + [anon_sym_PLUS] = ACTIONS(1694), + [anon_sym_DASH] = ACTIONS(1694), + [anon_sym_SLASH] = ACTIONS(1694), + [anon_sym_PERCENT] = ACTIONS(1694), + [anon_sym_as_QMARK] = ACTIONS(1696), + [anon_sym_PLUS_PLUS] = ACTIONS(1696), + [anon_sym_DASH_DASH] = ACTIONS(1696), + [anon_sym_BANG_BANG] = ACTIONS(1696), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1696), + [sym_safe_nav] = ACTIONS(1696), + [sym_multiline_comment] = ACTIONS(3), + }, + [2541] = { + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(2278), + [sym__comparison_operator] = STATE(2276), + [sym__in_operator] = STATE(2273), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(2271), + [sym__multiplicative_operator] = STATE(2268), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_annotation] = STATE(7883), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2266), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [sym__alpha_identifier] = ACTIONS(2992), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_RBRACE] = ACTIONS(2994), + [anon_sym_LPAREN] = ACTIONS(3572), + [anon_sym_LT] = ACTIONS(2996), + [anon_sym_GT] = ACTIONS(2992), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(2994), + [anon_sym_get] = ACTIONS(2992), + [anon_sym_set] = ACTIONS(2992), + [anon_sym_STAR] = ACTIONS(4358), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(2992), + [anon_sym_DOT_DOT] = ACTIONS(4362), + [anon_sym_QMARK_COLON] = ACTIONS(2994), + [anon_sym_AMP_AMP] = ACTIONS(2994), + [anon_sym_PIPE_PIPE] = ACTIONS(2994), + [anon_sym_else] = ACTIONS(2992), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_BANG_EQ] = ACTIONS(2992), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2994), + [anon_sym_EQ_EQ] = ACTIONS(2992), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2994), + [anon_sym_LT_EQ] = ACTIONS(2994), + [anon_sym_GT_EQ] = ACTIONS(2994), + [anon_sym_BANGin] = ACTIONS(2994), + [anon_sym_is] = ACTIONS(2992), + [anon_sym_BANGis] = ACTIONS(2994), + [anon_sym_PLUS] = ACTIONS(4378), + [anon_sym_DASH] = ACTIONS(4378), + [anon_sym_SLASH] = ACTIONS(4380), + [anon_sym_PERCENT] = ACTIONS(4358), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), + [anon_sym_suspend] = ACTIONS(2992), + [anon_sym_sealed] = ACTIONS(2992), + [anon_sym_annotation] = ACTIONS(2992), + [anon_sym_data] = ACTIONS(2992), + [anon_sym_inner] = ACTIONS(2992), + [anon_sym_override] = ACTIONS(2992), + [anon_sym_lateinit] = ACTIONS(2992), + [anon_sym_public] = ACTIONS(2992), + [anon_sym_private] = ACTIONS(2992), + [anon_sym_internal] = ACTIONS(2992), + [anon_sym_protected] = ACTIONS(2992), + [anon_sym_tailrec] = ACTIONS(2992), + [anon_sym_operator] = ACTIONS(2992), + [anon_sym_infix] = ACTIONS(2992), + [anon_sym_inline] = ACTIONS(2992), + [anon_sym_external] = ACTIONS(2992), + [sym_property_modifier] = ACTIONS(2992), + [anon_sym_abstract] = ACTIONS(2992), + [anon_sym_final] = ACTIONS(2992), + [anon_sym_open] = ACTIONS(2992), + [anon_sym_vararg] = ACTIONS(2992), + [anon_sym_noinline] = ACTIONS(2992), + [anon_sym_crossinline] = ACTIONS(2992), + [anon_sym_expect] = ACTIONS(2992), + [anon_sym_actual] = ACTIONS(2992), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(2994), + [sym__automatic_semicolon] = ACTIONS(2994), + [sym_safe_nav] = ACTIONS(3598), + [sym_multiline_comment] = ACTIONS(3), + }, + [2542] = { + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(2278), + [sym__comparison_operator] = STATE(2276), + [sym__in_operator] = STATE(2273), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(2271), + [sym__multiplicative_operator] = STATE(2268), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_annotation] = STATE(7883), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2266), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [sym__alpha_identifier] = ACTIONS(3011), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_RBRACE] = ACTIONS(3013), + [anon_sym_LPAREN] = ACTIONS(3572), + [anon_sym_LT] = ACTIONS(3015), + [anon_sym_GT] = ACTIONS(3011), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(3013), + [anon_sym_get] = ACTIONS(3011), + [anon_sym_set] = ACTIONS(3011), + [anon_sym_STAR] = ACTIONS(3013), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(3011), + [anon_sym_DOT_DOT] = ACTIONS(3013), + [anon_sym_QMARK_COLON] = ACTIONS(3013), + [anon_sym_AMP_AMP] = ACTIONS(3013), + [anon_sym_PIPE_PIPE] = ACTIONS(3013), + [anon_sym_else] = ACTIONS(3011), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_BANG_EQ] = ACTIONS(3011), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3013), + [anon_sym_EQ_EQ] = ACTIONS(3011), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3013), + [anon_sym_LT_EQ] = ACTIONS(3013), + [anon_sym_GT_EQ] = ACTIONS(3013), + [anon_sym_BANGin] = ACTIONS(3013), + [anon_sym_is] = ACTIONS(3011), + [anon_sym_BANGis] = ACTIONS(3013), + [anon_sym_PLUS] = ACTIONS(3011), + [anon_sym_DASH] = ACTIONS(3011), + [anon_sym_SLASH] = ACTIONS(3011), + [anon_sym_PERCENT] = ACTIONS(3013), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), + [anon_sym_suspend] = ACTIONS(3011), + [anon_sym_sealed] = ACTIONS(3011), + [anon_sym_annotation] = ACTIONS(3011), + [anon_sym_data] = ACTIONS(3011), + [anon_sym_inner] = ACTIONS(3011), + [anon_sym_override] = ACTIONS(3011), + [anon_sym_lateinit] = ACTIONS(3011), + [anon_sym_public] = ACTIONS(3011), + [anon_sym_private] = ACTIONS(3011), + [anon_sym_internal] = ACTIONS(3011), + [anon_sym_protected] = ACTIONS(3011), + [anon_sym_tailrec] = ACTIONS(3011), + [anon_sym_operator] = ACTIONS(3011), + [anon_sym_infix] = ACTIONS(3011), + [anon_sym_inline] = ACTIONS(3011), + [anon_sym_external] = ACTIONS(3011), + [sym_property_modifier] = ACTIONS(3011), + [anon_sym_abstract] = ACTIONS(3011), + [anon_sym_final] = ACTIONS(3011), + [anon_sym_open] = ACTIONS(3011), + [anon_sym_vararg] = ACTIONS(3011), + [anon_sym_noinline] = ACTIONS(3011), + [anon_sym_crossinline] = ACTIONS(3011), + [anon_sym_expect] = ACTIONS(3011), + [anon_sym_actual] = ACTIONS(3011), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3013), + [sym__automatic_semicolon] = ACTIONS(3013), + [sym_safe_nav] = ACTIONS(3598), + [sym_multiline_comment] = ACTIONS(3), + }, + [2543] = { + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(2278), + [sym__comparison_operator] = STATE(2276), + [sym__in_operator] = STATE(2273), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(2271), + [sym__multiplicative_operator] = STATE(2268), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_annotation] = STATE(7883), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2266), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [sym__alpha_identifier] = ACTIONS(3022), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_RBRACE] = ACTIONS(3024), + [anon_sym_LPAREN] = ACTIONS(3572), + [anon_sym_LT] = ACTIONS(3026), + [anon_sym_GT] = ACTIONS(3022), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(3024), + [anon_sym_get] = ACTIONS(3022), + [anon_sym_set] = ACTIONS(3022), + [anon_sym_STAR] = ACTIONS(4358), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(3022), + [anon_sym_DOT_DOT] = ACTIONS(3024), + [anon_sym_QMARK_COLON] = ACTIONS(3024), + [anon_sym_AMP_AMP] = ACTIONS(3024), + [anon_sym_PIPE_PIPE] = ACTIONS(3024), + [anon_sym_else] = ACTIONS(3022), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_BANG_EQ] = ACTIONS(3022), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3024), + [anon_sym_EQ_EQ] = ACTIONS(3022), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3024), + [anon_sym_LT_EQ] = ACTIONS(3024), + [anon_sym_GT_EQ] = ACTIONS(3024), + [anon_sym_BANGin] = ACTIONS(3024), + [anon_sym_is] = ACTIONS(3022), + [anon_sym_BANGis] = ACTIONS(3024), + [anon_sym_PLUS] = ACTIONS(3022), + [anon_sym_DASH] = ACTIONS(3022), + [anon_sym_SLASH] = ACTIONS(4380), + [anon_sym_PERCENT] = ACTIONS(4358), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), + [anon_sym_suspend] = ACTIONS(3022), + [anon_sym_sealed] = ACTIONS(3022), + [anon_sym_annotation] = ACTIONS(3022), + [anon_sym_data] = ACTIONS(3022), + [anon_sym_inner] = ACTIONS(3022), + [anon_sym_override] = ACTIONS(3022), + [anon_sym_lateinit] = ACTIONS(3022), + [anon_sym_public] = ACTIONS(3022), + [anon_sym_private] = ACTIONS(3022), + [anon_sym_internal] = ACTIONS(3022), + [anon_sym_protected] = ACTIONS(3022), + [anon_sym_tailrec] = ACTIONS(3022), + [anon_sym_operator] = ACTIONS(3022), + [anon_sym_infix] = ACTIONS(3022), + [anon_sym_inline] = ACTIONS(3022), + [anon_sym_external] = ACTIONS(3022), + [sym_property_modifier] = ACTIONS(3022), + [anon_sym_abstract] = ACTIONS(3022), + [anon_sym_final] = ACTIONS(3022), + [anon_sym_open] = ACTIONS(3022), + [anon_sym_vararg] = ACTIONS(3022), + [anon_sym_noinline] = ACTIONS(3022), + [anon_sym_crossinline] = ACTIONS(3022), + [anon_sym_expect] = ACTIONS(3022), + [anon_sym_actual] = ACTIONS(3022), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3024), + [sym__automatic_semicolon] = ACTIONS(3024), + [sym_safe_nav] = ACTIONS(3598), + [sym_multiline_comment] = ACTIONS(3), + }, + [2544] = { + [sym_primary_constructor] = STATE(5206), + [sym__class_parameters] = STATE(4841), + [sym_type_parameters] = STATE(2595), + [sym_type_constraints] = STATE(4865), + [sym_enum_class_body] = STATE(4992), + [sym_modifiers] = STATE(9347), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), [sym__alpha_identifier] = ACTIONS(3102), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(5992), + [anon_sym_COLON] = ACTIONS(6018), [anon_sym_LBRACK] = ACTIONS(3108), [anon_sym_as] = ACTIONS(3102), - [anon_sym_constructor] = ACTIONS(5334), - [anon_sym_LBRACE] = ACTIONS(5397), + [anon_sym_constructor] = ACTIONS(5399), + [anon_sym_LBRACE] = ACTIONS(5411), [anon_sym_RBRACE] = ACTIONS(3108), - [anon_sym_LPAREN] = ACTIONS(5338), + [anon_sym_LPAREN] = ACTIONS(5403), [anon_sym_COMMA] = ACTIONS(3108), - [anon_sym_LT] = ACTIONS(5340), + [anon_sym_LT] = ACTIONS(5364), [anon_sym_GT] = ACTIONS(3102), - [anon_sym_where] = ACTIONS(5342), + [anon_sym_where] = ACTIONS(5405), [anon_sym_DOT] = ACTIONS(3102), [anon_sym_SEMI] = ACTIONS(3108), [anon_sym_get] = ACTIONS(3102), @@ -298620,115 +301910,115 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_safe_nav] = ACTIONS(3108), [sym_multiline_comment] = ACTIONS(3), }, - [2511] = { - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(1922), - [sym__comparison_operator] = STATE(1923), - [sym__in_operator] = STATE(1928), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(2019), - [sym__multiplicative_operator] = STATE(2048), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_annotation] = STATE(7852), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2068), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [sym__alpha_identifier] = ACTIONS(3065), + [2545] = { + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(2278), + [sym__comparison_operator] = STATE(2276), + [sym__in_operator] = STATE(2273), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(2271), + [sym__multiplicative_operator] = STATE(2268), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_annotation] = STATE(7883), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2266), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(3067), - [anon_sym_LPAREN] = ACTIONS(3570), - [anon_sym_LT] = ACTIONS(3069), - [anon_sym_GT] = ACTIONS(3065), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(3067), - [anon_sym_get] = ACTIONS(3065), - [anon_sym_set] = ACTIONS(3065), - [anon_sym_STAR] = ACTIONS(3067), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(3065), - [anon_sym_DOT_DOT] = ACTIONS(3067), - [anon_sym_QMARK_COLON] = ACTIONS(3067), - [anon_sym_AMP_AMP] = ACTIONS(3067), - [anon_sym_PIPE_PIPE] = ACTIONS(3067), - [anon_sym_else] = ACTIONS(3065), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_BANG_EQ] = ACTIONS(3065), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3067), - [anon_sym_EQ_EQ] = ACTIONS(3065), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3067), - [anon_sym_LT_EQ] = ACTIONS(3067), - [anon_sym_GT_EQ] = ACTIONS(3067), - [anon_sym_BANGin] = ACTIONS(3067), - [anon_sym_is] = ACTIONS(3065), - [anon_sym_BANGis] = ACTIONS(3067), - [anon_sym_PLUS] = ACTIONS(3065), - [anon_sym_DASH] = ACTIONS(3065), - [anon_sym_SLASH] = ACTIONS(3065), - [anon_sym_PERCENT] = ACTIONS(3067), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), - [anon_sym_suspend] = ACTIONS(3065), - [anon_sym_sealed] = ACTIONS(3065), - [anon_sym_annotation] = ACTIONS(3065), - [anon_sym_data] = ACTIONS(3065), - [anon_sym_inner] = ACTIONS(3065), - [anon_sym_override] = ACTIONS(3065), - [anon_sym_lateinit] = ACTIONS(3065), - [anon_sym_public] = ACTIONS(3065), - [anon_sym_private] = ACTIONS(3065), - [anon_sym_internal] = ACTIONS(3065), - [anon_sym_protected] = ACTIONS(3065), - [anon_sym_tailrec] = ACTIONS(3065), - [anon_sym_operator] = ACTIONS(3065), - [anon_sym_infix] = ACTIONS(3065), - [anon_sym_inline] = ACTIONS(3065), - [anon_sym_external] = ACTIONS(3065), - [sym_property_modifier] = ACTIONS(3065), - [anon_sym_abstract] = ACTIONS(3065), - [anon_sym_final] = ACTIONS(3065), - [anon_sym_open] = ACTIONS(3065), - [anon_sym_vararg] = ACTIONS(3065), - [anon_sym_noinline] = ACTIONS(3065), - [anon_sym_crossinline] = ACTIONS(3065), - [anon_sym_expect] = ACTIONS(3065), - [anon_sym_actual] = ACTIONS(3065), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3067), - [sym__automatic_semicolon] = ACTIONS(3067), - [sym_safe_nav] = ACTIONS(3596), + [anon_sym_RBRACE] = ACTIONS(3031), + [anon_sym_LPAREN] = ACTIONS(3572), + [anon_sym_LT] = ACTIONS(3033), + [anon_sym_GT] = ACTIONS(3029), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(3031), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(4358), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(3029), + [anon_sym_DOT_DOT] = ACTIONS(4362), + [anon_sym_QMARK_COLON] = ACTIONS(4364), + [anon_sym_AMP_AMP] = ACTIONS(3031), + [anon_sym_PIPE_PIPE] = ACTIONS(3031), + [anon_sym_else] = ACTIONS(3029), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_BANG_EQ] = ACTIONS(3029), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3031), + [anon_sym_EQ_EQ] = ACTIONS(3029), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3031), + [anon_sym_LT_EQ] = ACTIONS(3031), + [anon_sym_GT_EQ] = ACTIONS(3031), + [anon_sym_BANGin] = ACTIONS(3031), + [anon_sym_is] = ACTIONS(3029), + [anon_sym_BANGis] = ACTIONS(3031), + [anon_sym_PLUS] = ACTIONS(4378), + [anon_sym_DASH] = ACTIONS(4378), + [anon_sym_SLASH] = ACTIONS(4380), + [anon_sym_PERCENT] = ACTIONS(4358), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), + [anon_sym_suspend] = ACTIONS(3029), + [anon_sym_sealed] = ACTIONS(3029), + [anon_sym_annotation] = ACTIONS(3029), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_override] = ACTIONS(3029), + [anon_sym_lateinit] = ACTIONS(3029), + [anon_sym_public] = ACTIONS(3029), + [anon_sym_private] = ACTIONS(3029), + [anon_sym_internal] = ACTIONS(3029), + [anon_sym_protected] = ACTIONS(3029), + [anon_sym_tailrec] = ACTIONS(3029), + [anon_sym_operator] = ACTIONS(3029), + [anon_sym_infix] = ACTIONS(3029), + [anon_sym_inline] = ACTIONS(3029), + [anon_sym_external] = ACTIONS(3029), + [sym_property_modifier] = ACTIONS(3029), + [anon_sym_abstract] = ACTIONS(3029), + [anon_sym_final] = ACTIONS(3029), + [anon_sym_open] = ACTIONS(3029), + [anon_sym_vararg] = ACTIONS(3029), + [anon_sym_noinline] = ACTIONS(3029), + [anon_sym_crossinline] = ACTIONS(3029), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(3031), + [sym_safe_nav] = ACTIONS(3598), [sym_multiline_comment] = ACTIONS(3), }, - [2512] = { - [sym_getter] = STATE(3162), - [sym_setter] = STATE(3162), - [sym_modifiers] = STATE(8854), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [2546] = { + [sym_getter] = STATE(3243), + [sym_setter] = STATE(3243), + [sym_modifiers] = STATE(8887), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1770), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1772), @@ -298741,9 +302031,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT] = ACTIONS(1770), [anon_sym_GT] = ACTIONS(1770), [anon_sym_DOT] = ACTIONS(1770), - [anon_sym_SEMI] = ACTIONS(3698), - [anon_sym_get] = ACTIONS(5645), - [anon_sym_set] = ACTIONS(5647), + [anon_sym_SEMI] = ACTIONS(1772), + [anon_sym_get] = ACTIONS(5741), + [anon_sym_set] = ACTIONS(5743), [anon_sym_STAR] = ACTIONS(1770), [sym_label] = ACTIONS(1772), [anon_sym_in] = ACTIONS(1770), @@ -298799,76 +302089,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1772), [sym_safe_nav] = ACTIONS(1772), [sym_multiline_comment] = ACTIONS(3), }, - [2513] = { - [sym_getter] = STATE(3162), - [sym_setter] = STATE(3162), - [sym_modifiers] = STATE(8854), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1770), + [2547] = { + [sym_getter] = STATE(3189), + [sym_setter] = STATE(3189), + [sym_modifiers] = STATE(8887), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1764), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1772), - [anon_sym_as] = ACTIONS(1770), - [anon_sym_EQ] = ACTIONS(1770), - [anon_sym_LBRACE] = ACTIONS(1772), - [anon_sym_RBRACE] = ACTIONS(1772), - [anon_sym_LPAREN] = ACTIONS(1772), - [anon_sym_RPAREN] = ACTIONS(1772), - [anon_sym_LT] = ACTIONS(1770), - [anon_sym_GT] = ACTIONS(1770), - [anon_sym_DOT] = ACTIONS(1770), - [anon_sym_SEMI] = ACTIONS(1772), - [anon_sym_get] = ACTIONS(5645), - [anon_sym_set] = ACTIONS(5647), - [anon_sym_STAR] = ACTIONS(1770), - [sym_label] = ACTIONS(1772), - [anon_sym_in] = ACTIONS(1770), - [anon_sym_while] = ACTIONS(1770), - [anon_sym_DOT_DOT] = ACTIONS(1772), - [anon_sym_QMARK_COLON] = ACTIONS(1772), - [anon_sym_AMP_AMP] = ACTIONS(1772), - [anon_sym_PIPE_PIPE] = ACTIONS(1772), - [anon_sym_else] = ACTIONS(1770), - [anon_sym_COLON_COLON] = ACTIONS(1772), - [anon_sym_PLUS_EQ] = ACTIONS(1772), - [anon_sym_DASH_EQ] = ACTIONS(1772), - [anon_sym_STAR_EQ] = ACTIONS(1772), - [anon_sym_SLASH_EQ] = ACTIONS(1772), - [anon_sym_PERCENT_EQ] = ACTIONS(1772), - [anon_sym_BANG_EQ] = ACTIONS(1770), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1772), - [anon_sym_EQ_EQ] = ACTIONS(1770), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1772), - [anon_sym_LT_EQ] = ACTIONS(1772), - [anon_sym_GT_EQ] = ACTIONS(1772), - [anon_sym_BANGin] = ACTIONS(1772), - [anon_sym_is] = ACTIONS(1770), - [anon_sym_BANGis] = ACTIONS(1772), - [anon_sym_PLUS] = ACTIONS(1770), - [anon_sym_DASH] = ACTIONS(1770), - [anon_sym_SLASH] = ACTIONS(1770), - [anon_sym_PERCENT] = ACTIONS(1770), - [anon_sym_as_QMARK] = ACTIONS(1772), - [anon_sym_PLUS_PLUS] = ACTIONS(1772), - [anon_sym_DASH_DASH] = ACTIONS(1772), - [anon_sym_BANG_BANG] = ACTIONS(1772), + [anon_sym_LBRACK] = ACTIONS(1766), + [anon_sym_as] = ACTIONS(1764), + [anon_sym_EQ] = ACTIONS(1764), + [anon_sym_LBRACE] = ACTIONS(1766), + [anon_sym_RBRACE] = ACTIONS(1766), + [anon_sym_LPAREN] = ACTIONS(1766), + [anon_sym_RPAREN] = ACTIONS(1766), + [anon_sym_LT] = ACTIONS(1764), + [anon_sym_GT] = ACTIONS(1764), + [anon_sym_DOT] = ACTIONS(1764), + [anon_sym_SEMI] = ACTIONS(3700), + [anon_sym_get] = ACTIONS(5741), + [anon_sym_set] = ACTIONS(5743), + [anon_sym_STAR] = ACTIONS(1764), + [sym_label] = ACTIONS(1766), + [anon_sym_in] = ACTIONS(1764), + [anon_sym_while] = ACTIONS(1764), + [anon_sym_DOT_DOT] = ACTIONS(1766), + [anon_sym_QMARK_COLON] = ACTIONS(1766), + [anon_sym_AMP_AMP] = ACTIONS(1766), + [anon_sym_PIPE_PIPE] = ACTIONS(1766), + [anon_sym_else] = ACTIONS(1764), + [anon_sym_COLON_COLON] = ACTIONS(1766), + [anon_sym_PLUS_EQ] = ACTIONS(1766), + [anon_sym_DASH_EQ] = ACTIONS(1766), + [anon_sym_STAR_EQ] = ACTIONS(1766), + [anon_sym_SLASH_EQ] = ACTIONS(1766), + [anon_sym_PERCENT_EQ] = ACTIONS(1766), + [anon_sym_BANG_EQ] = ACTIONS(1764), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), + [anon_sym_EQ_EQ] = ACTIONS(1764), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1766), + [anon_sym_LT_EQ] = ACTIONS(1766), + [anon_sym_GT_EQ] = ACTIONS(1766), + [anon_sym_BANGin] = ACTIONS(1766), + [anon_sym_is] = ACTIONS(1764), + [anon_sym_BANGis] = ACTIONS(1766), + [anon_sym_PLUS] = ACTIONS(1764), + [anon_sym_DASH] = ACTIONS(1764), + [anon_sym_SLASH] = ACTIONS(1764), + [anon_sym_PERCENT] = ACTIONS(1764), + [anon_sym_as_QMARK] = ACTIONS(1766), + [anon_sym_PLUS_PLUS] = ACTIONS(1766), + [anon_sym_DASH_DASH] = ACTIONS(1766), + [anon_sym_BANG_BANG] = ACTIONS(1766), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -298892,45 +302182,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1772), - [sym_safe_nav] = ACTIONS(1772), + [sym__backtick_identifier] = ACTIONS(1766), + [sym_safe_nav] = ACTIONS(1766), [sym_multiline_comment] = ACTIONS(3), }, - [2514] = { - [sym_primary_constructor] = STATE(5186), - [sym__class_parameters] = STATE(4877), - [sym_type_parameters] = STATE(2604), - [sym_type_constraints] = STATE(4840), - [sym_enum_class_body] = STATE(5070), - [sym_modifiers] = STATE(9180), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), + [2548] = { + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(2278), + [sym__comparison_operator] = STATE(2276), + [sym__in_operator] = STATE(2273), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(2271), + [sym__multiplicative_operator] = STATE(2268), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_annotation] = STATE(7883), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2266), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_RBRACE] = ACTIONS(3042), + [anon_sym_LPAREN] = ACTIONS(3572), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(4350), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(3042), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(4358), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(4360), + [anon_sym_DOT_DOT] = ACTIONS(4362), + [anon_sym_QMARK_COLON] = ACTIONS(4364), + [anon_sym_AMP_AMP] = ACTIONS(3042), + [anon_sym_PIPE_PIPE] = ACTIONS(3042), + [anon_sym_else] = ACTIONS(3040), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_BANG_EQ] = ACTIONS(3040), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3042), + [anon_sym_EQ_EQ] = ACTIONS(3040), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3042), + [anon_sym_LT_EQ] = ACTIONS(4374), + [anon_sym_GT_EQ] = ACTIONS(4374), + [anon_sym_BANGin] = ACTIONS(4376), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), + [anon_sym_PLUS] = ACTIONS(4378), + [anon_sym_DASH] = ACTIONS(4378), + [anon_sym_SLASH] = ACTIONS(4380), + [anon_sym_PERCENT] = ACTIONS(4358), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), + [anon_sym_suspend] = ACTIONS(3040), + [anon_sym_sealed] = ACTIONS(3040), + [anon_sym_annotation] = ACTIONS(3040), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_override] = ACTIONS(3040), + [anon_sym_lateinit] = ACTIONS(3040), + [anon_sym_public] = ACTIONS(3040), + [anon_sym_private] = ACTIONS(3040), + [anon_sym_internal] = ACTIONS(3040), + [anon_sym_protected] = ACTIONS(3040), + [anon_sym_tailrec] = ACTIONS(3040), + [anon_sym_operator] = ACTIONS(3040), + [anon_sym_infix] = ACTIONS(3040), + [anon_sym_inline] = ACTIONS(3040), + [anon_sym_external] = ACTIONS(3040), + [sym_property_modifier] = ACTIONS(3040), + [anon_sym_abstract] = ACTIONS(3040), + [anon_sym_final] = ACTIONS(3040), + [anon_sym_open] = ACTIONS(3040), + [anon_sym_vararg] = ACTIONS(3040), + [anon_sym_noinline] = ACTIONS(3040), + [anon_sym_crossinline] = ACTIONS(3040), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(3042), + [sym_safe_nav] = ACTIONS(3598), + [sym_multiline_comment] = ACTIONS(3), + }, + [2549] = { + [sym_primary_constructor] = STATE(4056), + [sym_class_body] = STATE(3302), + [sym__class_parameters] = STATE(3039), + [sym_type_parameters] = STATE(2572), + [sym_type_constraints] = STATE(3067), + [sym_modifiers] = STATE(9227), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), [sym__alpha_identifier] = ACTIONS(3136), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(5994), + [anon_sym_COLON] = ACTIONS(6020), [anon_sym_LBRACK] = ACTIONS(3140), [anon_sym_as] = ACTIONS(3136), - [anon_sym_constructor] = ACTIONS(5334), - [anon_sym_LBRACE] = ACTIONS(5336), + [anon_sym_constructor] = ACTIONS(5169), + [anon_sym_LBRACE] = ACTIONS(5179), [anon_sym_RBRACE] = ACTIONS(3140), - [anon_sym_LPAREN] = ACTIONS(5338), - [anon_sym_COMMA] = ACTIONS(3140), - [anon_sym_LT] = ACTIONS(5340), + [anon_sym_LPAREN] = ACTIONS(5173), + [anon_sym_RPAREN] = ACTIONS(3140), + [anon_sym_LT] = ACTIONS(5119), [anon_sym_GT] = ACTIONS(3136), - [anon_sym_where] = ACTIONS(5342), + [anon_sym_where] = ACTIONS(5175), [anon_sym_DOT] = ACTIONS(3136), [anon_sym_SEMI] = ACTIONS(3140), [anon_sym_get] = ACTIONS(3136), @@ -298938,6 +302321,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(3140), [sym_label] = ACTIONS(3140), [anon_sym_in] = ACTIONS(3136), + [anon_sym_while] = ACTIONS(3136), [anon_sym_DOT_DOT] = ACTIONS(3140), [anon_sym_QMARK_COLON] = ACTIONS(3140), [anon_sym_AMP_AMP] = ACTIONS(3140), @@ -298988,166 +302372,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(3140), - [sym__automatic_semicolon] = ACTIONS(3140), [sym_safe_nav] = ACTIONS(3140), [sym_multiline_comment] = ACTIONS(3), }, - [2515] = { - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(1922), - [sym__comparison_operator] = STATE(1923), - [sym__in_operator] = STATE(1928), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(2019), - [sym__multiplicative_operator] = STATE(2048), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_annotation] = STATE(7852), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2068), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [sym__alpha_identifier] = ACTIONS(3034), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(3036), - [anon_sym_LPAREN] = ACTIONS(3570), - [anon_sym_LT] = ACTIONS(3038), - [anon_sym_GT] = ACTIONS(3034), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(3036), - [anon_sym_get] = ACTIONS(3034), - [anon_sym_set] = ACTIONS(3034), - [anon_sym_STAR] = ACTIONS(4350), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(3034), - [anon_sym_DOT_DOT] = ACTIONS(3036), - [anon_sym_QMARK_COLON] = ACTIONS(3036), - [anon_sym_AMP_AMP] = ACTIONS(3036), - [anon_sym_PIPE_PIPE] = ACTIONS(3036), - [anon_sym_else] = ACTIONS(3034), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_BANG_EQ] = ACTIONS(3034), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3036), - [anon_sym_EQ_EQ] = ACTIONS(3034), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3036), - [anon_sym_LT_EQ] = ACTIONS(3036), - [anon_sym_GT_EQ] = ACTIONS(3036), - [anon_sym_BANGin] = ACTIONS(3036), - [anon_sym_is] = ACTIONS(3034), - [anon_sym_BANGis] = ACTIONS(3036), - [anon_sym_PLUS] = ACTIONS(3034), - [anon_sym_DASH] = ACTIONS(3034), - [anon_sym_SLASH] = ACTIONS(4372), - [anon_sym_PERCENT] = ACTIONS(4350), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), - [anon_sym_suspend] = ACTIONS(3034), - [anon_sym_sealed] = ACTIONS(3034), - [anon_sym_annotation] = ACTIONS(3034), - [anon_sym_data] = ACTIONS(3034), - [anon_sym_inner] = ACTIONS(3034), - [anon_sym_override] = ACTIONS(3034), - [anon_sym_lateinit] = ACTIONS(3034), - [anon_sym_public] = ACTIONS(3034), - [anon_sym_private] = ACTIONS(3034), - [anon_sym_internal] = ACTIONS(3034), - [anon_sym_protected] = ACTIONS(3034), - [anon_sym_tailrec] = ACTIONS(3034), - [anon_sym_operator] = ACTIONS(3034), - [anon_sym_infix] = ACTIONS(3034), - [anon_sym_inline] = ACTIONS(3034), - [anon_sym_external] = ACTIONS(3034), - [sym_property_modifier] = ACTIONS(3034), - [anon_sym_abstract] = ACTIONS(3034), - [anon_sym_final] = ACTIONS(3034), - [anon_sym_open] = ACTIONS(3034), - [anon_sym_vararg] = ACTIONS(3034), - [anon_sym_noinline] = ACTIONS(3034), - [anon_sym_crossinline] = ACTIONS(3034), - [anon_sym_expect] = ACTIONS(3034), - [anon_sym_actual] = ACTIONS(3034), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3036), - [sym__automatic_semicolon] = ACTIONS(3036), - [sym_safe_nav] = ACTIONS(3596), - [sym_multiline_comment] = ACTIONS(3), - }, - [2516] = { - [sym_getter] = STATE(3149), - [sym_setter] = STATE(3149), - [sym_modifiers] = STATE(8854), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), + [2550] = { + [sym_getter] = STATE(3142), + [sym_setter] = STATE(3142), + [sym_modifiers] = STATE(8887), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1752), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_EQ] = ACTIONS(1776), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_RPAREN] = ACTIONS(1778), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(3696), - [anon_sym_get] = ACTIONS(5645), - [anon_sym_set] = ACTIONS(5647), - [anon_sym_STAR] = ACTIONS(1776), - [sym_label] = ACTIONS(1778), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_while] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_PLUS_EQ] = ACTIONS(1778), - [anon_sym_DASH_EQ] = ACTIONS(1778), - [anon_sym_STAR_EQ] = ACTIONS(1778), - [anon_sym_SLASH_EQ] = ACTIONS(1778), - [anon_sym_PERCENT_EQ] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1776), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG_BANG] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(1754), + [anon_sym_as] = ACTIONS(1752), + [anon_sym_EQ] = ACTIONS(1752), + [anon_sym_LBRACE] = ACTIONS(1754), + [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_LPAREN] = ACTIONS(1754), + [anon_sym_RPAREN] = ACTIONS(1754), + [anon_sym_LT] = ACTIONS(1752), + [anon_sym_GT] = ACTIONS(1752), + [anon_sym_DOT] = ACTIONS(1752), + [anon_sym_SEMI] = ACTIONS(1754), + [anon_sym_get] = ACTIONS(5741), + [anon_sym_set] = ACTIONS(5743), + [anon_sym_STAR] = ACTIONS(1752), + [sym_label] = ACTIONS(1754), + [anon_sym_in] = ACTIONS(1752), + [anon_sym_while] = ACTIONS(1752), + [anon_sym_DOT_DOT] = ACTIONS(1754), + [anon_sym_QMARK_COLON] = ACTIONS(1754), + [anon_sym_AMP_AMP] = ACTIONS(1754), + [anon_sym_PIPE_PIPE] = ACTIONS(1754), + [anon_sym_else] = ACTIONS(1752), + [anon_sym_COLON_COLON] = ACTIONS(1754), + [anon_sym_PLUS_EQ] = ACTIONS(1754), + [anon_sym_DASH_EQ] = ACTIONS(1754), + [anon_sym_STAR_EQ] = ACTIONS(1754), + [anon_sym_SLASH_EQ] = ACTIONS(1754), + [anon_sym_PERCENT_EQ] = ACTIONS(1754), + [anon_sym_BANG_EQ] = ACTIONS(1752), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), + [anon_sym_EQ_EQ] = ACTIONS(1752), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), + [anon_sym_LT_EQ] = ACTIONS(1754), + [anon_sym_GT_EQ] = ACTIONS(1754), + [anon_sym_BANGin] = ACTIONS(1754), + [anon_sym_is] = ACTIONS(1752), + [anon_sym_BANGis] = ACTIONS(1754), + [anon_sym_PLUS] = ACTIONS(1752), + [anon_sym_DASH] = ACTIONS(1752), + [anon_sym_SLASH] = ACTIONS(1752), + [anon_sym_PERCENT] = ACTIONS(1752), + [anon_sym_as_QMARK] = ACTIONS(1754), + [anon_sym_PLUS_PLUS] = ACTIONS(1754), + [anon_sym_DASH_DASH] = ACTIONS(1754), + [anon_sym_BANG_BANG] = ACTIONS(1754), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -299171,29 +302461,122 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), + [sym__backtick_identifier] = ACTIONS(1754), + [sym_safe_nav] = ACTIONS(1754), [sym_multiline_comment] = ACTIONS(3), }, - [2517] = { - [sym_getter] = STATE(3176), - [sym_setter] = STATE(3176), - [sym_modifiers] = STATE(8854), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [2551] = { + [sym_primary_constructor] = STATE(4075), + [sym__class_parameters] = STATE(3039), + [sym_type_parameters] = STATE(2575), + [sym_type_constraints] = STATE(3058), + [sym_enum_class_body] = STATE(3302), + [sym_modifiers] = STATE(9227), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3136), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_COLON] = ACTIONS(6022), + [anon_sym_LBRACK] = ACTIONS(3140), + [anon_sym_as] = ACTIONS(3136), + [anon_sym_constructor] = ACTIONS(5169), + [anon_sym_LBRACE] = ACTIONS(5171), + [anon_sym_RBRACE] = ACTIONS(3140), + [anon_sym_LPAREN] = ACTIONS(5173), + [anon_sym_RPAREN] = ACTIONS(3140), + [anon_sym_LT] = ACTIONS(5119), + [anon_sym_GT] = ACTIONS(3136), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(3136), + [anon_sym_SEMI] = ACTIONS(3140), + [anon_sym_get] = ACTIONS(3136), + [anon_sym_set] = ACTIONS(3136), + [anon_sym_STAR] = ACTIONS(3140), + [sym_label] = ACTIONS(3140), + [anon_sym_in] = ACTIONS(3136), + [anon_sym_while] = ACTIONS(3136), + [anon_sym_DOT_DOT] = ACTIONS(3140), + [anon_sym_QMARK_COLON] = ACTIONS(3140), + [anon_sym_AMP_AMP] = ACTIONS(3140), + [anon_sym_PIPE_PIPE] = ACTIONS(3140), + [anon_sym_else] = ACTIONS(3136), + [anon_sym_COLON_COLON] = ACTIONS(3140), + [anon_sym_BANG_EQ] = ACTIONS(3136), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3140), + [anon_sym_EQ_EQ] = ACTIONS(3136), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3140), + [anon_sym_LT_EQ] = ACTIONS(3140), + [anon_sym_GT_EQ] = ACTIONS(3140), + [anon_sym_BANGin] = ACTIONS(3140), + [anon_sym_is] = ACTIONS(3136), + [anon_sym_BANGis] = ACTIONS(3140), + [anon_sym_PLUS] = ACTIONS(3136), + [anon_sym_DASH] = ACTIONS(3136), + [anon_sym_SLASH] = ACTIONS(3136), + [anon_sym_PERCENT] = ACTIONS(3140), + [anon_sym_as_QMARK] = ACTIONS(3140), + [anon_sym_PLUS_PLUS] = ACTIONS(3140), + [anon_sym_DASH_DASH] = ACTIONS(3140), + [anon_sym_BANG_BANG] = ACTIONS(3140), + [anon_sym_suspend] = ACTIONS(3120), + [anon_sym_sealed] = ACTIONS(3122), + [anon_sym_annotation] = ACTIONS(3122), + [anon_sym_data] = ACTIONS(3122), + [anon_sym_inner] = ACTIONS(3122), + [anon_sym_override] = ACTIONS(3124), + [anon_sym_lateinit] = ACTIONS(3124), + [anon_sym_public] = ACTIONS(3126), + [anon_sym_private] = ACTIONS(3126), + [anon_sym_internal] = ACTIONS(3126), + [anon_sym_protected] = ACTIONS(3126), + [anon_sym_tailrec] = ACTIONS(3120), + [anon_sym_operator] = ACTIONS(3120), + [anon_sym_infix] = ACTIONS(3120), + [anon_sym_inline] = ACTIONS(3120), + [anon_sym_external] = ACTIONS(3120), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3130), + [anon_sym_final] = ACTIONS(3130), + [anon_sym_open] = ACTIONS(3130), + [anon_sym_vararg] = ACTIONS(3132), + [anon_sym_noinline] = ACTIONS(3132), + [anon_sym_crossinline] = ACTIONS(3132), + [anon_sym_expect] = ACTIONS(3134), + [anon_sym_actual] = ACTIONS(3134), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3140), + [sym_safe_nav] = ACTIONS(3140), + [sym_multiline_comment] = ACTIONS(3), + }, + [2552] = { + [sym_getter] = STATE(3189), + [sym_setter] = STATE(3189), + [sym_modifiers] = STATE(8887), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1764), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1766), @@ -299207,8 +302590,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT] = ACTIONS(1764), [anon_sym_DOT] = ACTIONS(1764), [anon_sym_SEMI] = ACTIONS(1766), - [anon_sym_get] = ACTIONS(5645), - [anon_sym_set] = ACTIONS(5647), + [anon_sym_get] = ACTIONS(5741), + [anon_sym_set] = ACTIONS(5743), [anon_sym_STAR] = ACTIONS(1764), [sym_label] = ACTIONS(1766), [anon_sym_in] = ACTIONS(1764), @@ -299264,76 +302647,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1766), [sym_safe_nav] = ACTIONS(1766), [sym_multiline_comment] = ACTIONS(3), }, - [2518] = { - [sym_getter] = STATE(4643), - [sym_setter] = STATE(4643), - [sym_modifiers] = STATE(8861), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), + [2553] = { + [sym_getter] = STATE(3142), + [sym_setter] = STATE(3142), + [sym_modifiers] = STATE(8887), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1752), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_EQ] = ACTIONS(3254), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_RPAREN] = ACTIONS(3256), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(5760), - [anon_sym_get] = ACTIONS(5693), - [anon_sym_set] = ACTIONS(5695), - [anon_sym_STAR] = ACTIONS(3254), - [sym_label] = ACTIONS(3256), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_while] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_PLUS_EQ] = ACTIONS(3256), - [anon_sym_DASH_EQ] = ACTIONS(3256), - [anon_sym_STAR_EQ] = ACTIONS(3256), - [anon_sym_SLASH_EQ] = ACTIONS(3256), - [anon_sym_PERCENT_EQ] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3254), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG_BANG] = ACTIONS(3256), + [anon_sym_LBRACK] = ACTIONS(1754), + [anon_sym_as] = ACTIONS(1752), + [anon_sym_EQ] = ACTIONS(1752), + [anon_sym_LBRACE] = ACTIONS(1754), + [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_LPAREN] = ACTIONS(1754), + [anon_sym_RPAREN] = ACTIONS(1754), + [anon_sym_LT] = ACTIONS(1752), + [anon_sym_GT] = ACTIONS(1752), + [anon_sym_DOT] = ACTIONS(1752), + [anon_sym_SEMI] = ACTIONS(3648), + [anon_sym_get] = ACTIONS(5741), + [anon_sym_set] = ACTIONS(5743), + [anon_sym_STAR] = ACTIONS(1752), + [sym_label] = ACTIONS(1754), + [anon_sym_in] = ACTIONS(1752), + [anon_sym_while] = ACTIONS(1752), + [anon_sym_DOT_DOT] = ACTIONS(1754), + [anon_sym_QMARK_COLON] = ACTIONS(1754), + [anon_sym_AMP_AMP] = ACTIONS(1754), + [anon_sym_PIPE_PIPE] = ACTIONS(1754), + [anon_sym_else] = ACTIONS(1752), + [anon_sym_COLON_COLON] = ACTIONS(1754), + [anon_sym_PLUS_EQ] = ACTIONS(1754), + [anon_sym_DASH_EQ] = ACTIONS(1754), + [anon_sym_STAR_EQ] = ACTIONS(1754), + [anon_sym_SLASH_EQ] = ACTIONS(1754), + [anon_sym_PERCENT_EQ] = ACTIONS(1754), + [anon_sym_BANG_EQ] = ACTIONS(1752), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), + [anon_sym_EQ_EQ] = ACTIONS(1752), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), + [anon_sym_LT_EQ] = ACTIONS(1754), + [anon_sym_GT_EQ] = ACTIONS(1754), + [anon_sym_BANGin] = ACTIONS(1754), + [anon_sym_is] = ACTIONS(1752), + [anon_sym_BANGis] = ACTIONS(1754), + [anon_sym_PLUS] = ACTIONS(1752), + [anon_sym_DASH] = ACTIONS(1752), + [anon_sym_SLASH] = ACTIONS(1752), + [anon_sym_PERCENT] = ACTIONS(1752), + [anon_sym_as_QMARK] = ACTIONS(1754), + [anon_sym_PLUS_PLUS] = ACTIONS(1754), + [anon_sym_DASH_DASH] = ACTIONS(1754), + [anon_sym_BANG_BANG] = ACTIONS(1754), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -299357,448 +302740,815 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), + [sym__backtick_identifier] = ACTIONS(1754), + [sym_safe_nav] = ACTIONS(1754), [sym_multiline_comment] = ACTIONS(3), }, - [2519] = { - [sym_getter] = STATE(4713), - [sym_setter] = STATE(4713), - [sym_modifiers] = STATE(8861), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1694), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1696), - [anon_sym_as] = ACTIONS(1694), - [anon_sym_EQ] = ACTIONS(1694), - [anon_sym_LBRACE] = ACTIONS(1696), - [anon_sym_RBRACE] = ACTIONS(1696), - [anon_sym_LPAREN] = ACTIONS(1696), - [anon_sym_RPAREN] = ACTIONS(1696), - [anon_sym_LT] = ACTIONS(1694), - [anon_sym_GT] = ACTIONS(1694), - [anon_sym_DOT] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(1696), - [anon_sym_get] = ACTIONS(5693), - [anon_sym_set] = ACTIONS(5695), - [anon_sym_STAR] = ACTIONS(1694), - [sym_label] = ACTIONS(1696), - [anon_sym_in] = ACTIONS(1694), - [anon_sym_while] = ACTIONS(1694), - [anon_sym_DOT_DOT] = ACTIONS(1696), - [anon_sym_QMARK_COLON] = ACTIONS(1696), - [anon_sym_AMP_AMP] = ACTIONS(1696), - [anon_sym_PIPE_PIPE] = ACTIONS(1696), - [anon_sym_else] = ACTIONS(1694), - [anon_sym_COLON_COLON] = ACTIONS(1696), - [anon_sym_PLUS_EQ] = ACTIONS(1696), - [anon_sym_DASH_EQ] = ACTIONS(1696), - [anon_sym_STAR_EQ] = ACTIONS(1696), - [anon_sym_SLASH_EQ] = ACTIONS(1696), - [anon_sym_PERCENT_EQ] = ACTIONS(1696), - [anon_sym_BANG_EQ] = ACTIONS(1694), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), - [anon_sym_EQ_EQ] = ACTIONS(1694), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), - [anon_sym_LT_EQ] = ACTIONS(1696), - [anon_sym_GT_EQ] = ACTIONS(1696), - [anon_sym_BANGin] = ACTIONS(1696), - [anon_sym_is] = ACTIONS(1694), - [anon_sym_BANGis] = ACTIONS(1696), - [anon_sym_PLUS] = ACTIONS(1694), - [anon_sym_DASH] = ACTIONS(1694), - [anon_sym_SLASH] = ACTIONS(1694), - [anon_sym_PERCENT] = ACTIONS(1694), - [anon_sym_as_QMARK] = ACTIONS(1696), - [anon_sym_PLUS_PLUS] = ACTIONS(1696), - [anon_sym_DASH_DASH] = ACTIONS(1696), - [anon_sym_BANG_BANG] = ACTIONS(1696), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [2554] = { + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(2278), + [sym__comparison_operator] = STATE(2276), + [sym__in_operator] = STATE(2273), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(2271), + [sym__multiplicative_operator] = STATE(2268), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_annotation] = STATE(7883), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2266), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_RBRACE] = ACTIONS(3046), + [anon_sym_LPAREN] = ACTIONS(3572), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(4350), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(3046), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(4358), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(4360), + [anon_sym_DOT_DOT] = ACTIONS(4362), + [anon_sym_QMARK_COLON] = ACTIONS(4364), + [anon_sym_AMP_AMP] = ACTIONS(4366), + [anon_sym_PIPE_PIPE] = ACTIONS(3046), + [anon_sym_else] = ACTIONS(3044), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_BANG_EQ] = ACTIONS(4370), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4372), + [anon_sym_EQ_EQ] = ACTIONS(4370), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4372), + [anon_sym_LT_EQ] = ACTIONS(4374), + [anon_sym_GT_EQ] = ACTIONS(4374), + [anon_sym_BANGin] = ACTIONS(4376), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), + [anon_sym_PLUS] = ACTIONS(4378), + [anon_sym_DASH] = ACTIONS(4378), + [anon_sym_SLASH] = ACTIONS(4380), + [anon_sym_PERCENT] = ACTIONS(4358), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), + [anon_sym_suspend] = ACTIONS(3044), + [anon_sym_sealed] = ACTIONS(3044), + [anon_sym_annotation] = ACTIONS(3044), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_override] = ACTIONS(3044), + [anon_sym_lateinit] = ACTIONS(3044), + [anon_sym_public] = ACTIONS(3044), + [anon_sym_private] = ACTIONS(3044), + [anon_sym_internal] = ACTIONS(3044), + [anon_sym_protected] = ACTIONS(3044), + [anon_sym_tailrec] = ACTIONS(3044), + [anon_sym_operator] = ACTIONS(3044), + [anon_sym_infix] = ACTIONS(3044), + [anon_sym_inline] = ACTIONS(3044), + [anon_sym_external] = ACTIONS(3044), + [sym_property_modifier] = ACTIONS(3044), + [anon_sym_abstract] = ACTIONS(3044), + [anon_sym_final] = ACTIONS(3044), + [anon_sym_open] = ACTIONS(3044), + [anon_sym_vararg] = ACTIONS(3044), + [anon_sym_noinline] = ACTIONS(3044), + [anon_sym_crossinline] = ACTIONS(3044), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1696), - [sym_safe_nav] = ACTIONS(1696), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(3046), + [sym_safe_nav] = ACTIONS(3598), [sym_multiline_comment] = ACTIONS(3), }, - [2520] = { - [sym_getter] = STATE(4713), - [sym_setter] = STATE(4713), - [sym_modifiers] = STATE(8861), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1694), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1696), - [anon_sym_as] = ACTIONS(1694), - [anon_sym_EQ] = ACTIONS(1694), - [anon_sym_LBRACE] = ACTIONS(1696), - [anon_sym_RBRACE] = ACTIONS(1696), - [anon_sym_LPAREN] = ACTIONS(1696), - [anon_sym_RPAREN] = ACTIONS(1696), - [anon_sym_LT] = ACTIONS(1694), - [anon_sym_GT] = ACTIONS(1694), - [anon_sym_DOT] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(3678), - [anon_sym_get] = ACTIONS(5693), - [anon_sym_set] = ACTIONS(5695), - [anon_sym_STAR] = ACTIONS(1694), - [sym_label] = ACTIONS(1696), - [anon_sym_in] = ACTIONS(1694), - [anon_sym_while] = ACTIONS(1694), - [anon_sym_DOT_DOT] = ACTIONS(1696), - [anon_sym_QMARK_COLON] = ACTIONS(1696), - [anon_sym_AMP_AMP] = ACTIONS(1696), - [anon_sym_PIPE_PIPE] = ACTIONS(1696), - [anon_sym_else] = ACTIONS(1694), - [anon_sym_COLON_COLON] = ACTIONS(1696), - [anon_sym_PLUS_EQ] = ACTIONS(1696), - [anon_sym_DASH_EQ] = ACTIONS(1696), - [anon_sym_STAR_EQ] = ACTIONS(1696), - [anon_sym_SLASH_EQ] = ACTIONS(1696), - [anon_sym_PERCENT_EQ] = ACTIONS(1696), - [anon_sym_BANG_EQ] = ACTIONS(1694), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), - [anon_sym_EQ_EQ] = ACTIONS(1694), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), - [anon_sym_LT_EQ] = ACTIONS(1696), - [anon_sym_GT_EQ] = ACTIONS(1696), - [anon_sym_BANGin] = ACTIONS(1696), - [anon_sym_is] = ACTIONS(1694), - [anon_sym_BANGis] = ACTIONS(1696), - [anon_sym_PLUS] = ACTIONS(1694), - [anon_sym_DASH] = ACTIONS(1694), - [anon_sym_SLASH] = ACTIONS(1694), - [anon_sym_PERCENT] = ACTIONS(1694), - [anon_sym_as_QMARK] = ACTIONS(1696), - [anon_sym_PLUS_PLUS] = ACTIONS(1696), - [anon_sym_DASH_DASH] = ACTIONS(1696), - [anon_sym_BANG_BANG] = ACTIONS(1696), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [2555] = { + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(2278), + [sym__comparison_operator] = STATE(2276), + [sym__in_operator] = STATE(2273), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(2271), + [sym__multiplicative_operator] = STATE(2268), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_annotation] = STATE(7883), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2266), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_RBRACE] = ACTIONS(3050), + [anon_sym_LPAREN] = ACTIONS(3572), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(4350), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(3050), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(4358), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(4360), + [anon_sym_DOT_DOT] = ACTIONS(4362), + [anon_sym_QMARK_COLON] = ACTIONS(4364), + [anon_sym_AMP_AMP] = ACTIONS(3050), + [anon_sym_PIPE_PIPE] = ACTIONS(3050), + [anon_sym_else] = ACTIONS(3048), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_BANG_EQ] = ACTIONS(4370), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4372), + [anon_sym_EQ_EQ] = ACTIONS(4370), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4372), + [anon_sym_LT_EQ] = ACTIONS(4374), + [anon_sym_GT_EQ] = ACTIONS(4374), + [anon_sym_BANGin] = ACTIONS(4376), + [anon_sym_is] = ACTIONS(3608), + [anon_sym_BANGis] = ACTIONS(3610), + [anon_sym_PLUS] = ACTIONS(4378), + [anon_sym_DASH] = ACTIONS(4378), + [anon_sym_SLASH] = ACTIONS(4380), + [anon_sym_PERCENT] = ACTIONS(4358), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), + [anon_sym_suspend] = ACTIONS(3048), + [anon_sym_sealed] = ACTIONS(3048), + [anon_sym_annotation] = ACTIONS(3048), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_override] = ACTIONS(3048), + [anon_sym_lateinit] = ACTIONS(3048), + [anon_sym_public] = ACTIONS(3048), + [anon_sym_private] = ACTIONS(3048), + [anon_sym_internal] = ACTIONS(3048), + [anon_sym_protected] = ACTIONS(3048), + [anon_sym_tailrec] = ACTIONS(3048), + [anon_sym_operator] = ACTIONS(3048), + [anon_sym_infix] = ACTIONS(3048), + [anon_sym_inline] = ACTIONS(3048), + [anon_sym_external] = ACTIONS(3048), + [sym_property_modifier] = ACTIONS(3048), + [anon_sym_abstract] = ACTIONS(3048), + [anon_sym_final] = ACTIONS(3048), + [anon_sym_open] = ACTIONS(3048), + [anon_sym_vararg] = ACTIONS(3048), + [anon_sym_noinline] = ACTIONS(3048), + [anon_sym_crossinline] = ACTIONS(3048), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1696), - [sym_safe_nav] = ACTIONS(1696), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(3050), + [sym_safe_nav] = ACTIONS(3598), [sym_multiline_comment] = ACTIONS(3), }, - [2521] = { - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(1922), - [sym__comparison_operator] = STATE(1923), - [sym__in_operator] = STATE(1928), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(2019), - [sym__multiplicative_operator] = STATE(2048), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_annotation] = STATE(7852), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2068), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), + [2556] = { + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(2278), + [sym__comparison_operator] = STATE(2276), + [sym__in_operator] = STATE(2273), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(2271), + [sym__multiplicative_operator] = STATE(2268), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_annotation] = STATE(7883), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2266), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(3055), - [anon_sym_LPAREN] = ACTIONS(3570), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(4342), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(3055), + [anon_sym_RBRACE] = ACTIONS(3054), + [anon_sym_LPAREN] = ACTIONS(3572), + [anon_sym_LT] = ACTIONS(3056), + [anon_sym_GT] = ACTIONS(3052), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(3054), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(4350), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(4352), - [anon_sym_DOT_DOT] = ACTIONS(4354), - [anon_sym_QMARK_COLON] = ACTIONS(4356), - [anon_sym_AMP_AMP] = ACTIONS(4358), - [anon_sym_PIPE_PIPE] = ACTIONS(4360), - [anon_sym_else] = ACTIONS(3053), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_BANG_EQ] = ACTIONS(4362), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4364), - [anon_sym_EQ_EQ] = ACTIONS(4362), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4364), - [anon_sym_LT_EQ] = ACTIONS(4366), - [anon_sym_GT_EQ] = ACTIONS(4366), - [anon_sym_BANGin] = ACTIONS(4368), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), - [anon_sym_PLUS] = ACTIONS(4370), - [anon_sym_DASH] = ACTIONS(4370), - [anon_sym_SLASH] = ACTIONS(4372), - [anon_sym_PERCENT] = ACTIONS(4350), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), - [anon_sym_suspend] = ACTIONS(3053), - [anon_sym_sealed] = ACTIONS(3053), - [anon_sym_annotation] = ACTIONS(3053), + [anon_sym_STAR] = ACTIONS(4358), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(3052), + [anon_sym_DOT_DOT] = ACTIONS(4362), + [anon_sym_QMARK_COLON] = ACTIONS(3054), + [anon_sym_AMP_AMP] = ACTIONS(3054), + [anon_sym_PIPE_PIPE] = ACTIONS(3054), + [anon_sym_else] = ACTIONS(3052), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_BANG_EQ] = ACTIONS(3052), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3054), + [anon_sym_EQ_EQ] = ACTIONS(3052), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3054), + [anon_sym_LT_EQ] = ACTIONS(3054), + [anon_sym_GT_EQ] = ACTIONS(3054), + [anon_sym_BANGin] = ACTIONS(3054), + [anon_sym_is] = ACTIONS(3052), + [anon_sym_BANGis] = ACTIONS(3054), + [anon_sym_PLUS] = ACTIONS(4378), + [anon_sym_DASH] = ACTIONS(4378), + [anon_sym_SLASH] = ACTIONS(4380), + [anon_sym_PERCENT] = ACTIONS(4358), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), + [anon_sym_suspend] = ACTIONS(3052), + [anon_sym_sealed] = ACTIONS(3052), + [anon_sym_annotation] = ACTIONS(3052), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3053), - [anon_sym_lateinit] = ACTIONS(3053), - [anon_sym_public] = ACTIONS(3053), - [anon_sym_private] = ACTIONS(3053), - [anon_sym_internal] = ACTIONS(3053), - [anon_sym_protected] = ACTIONS(3053), - [anon_sym_tailrec] = ACTIONS(3053), - [anon_sym_operator] = ACTIONS(3053), - [anon_sym_infix] = ACTIONS(3053), - [anon_sym_inline] = ACTIONS(3053), - [anon_sym_external] = ACTIONS(3053), - [sym_property_modifier] = ACTIONS(3053), - [anon_sym_abstract] = ACTIONS(3053), - [anon_sym_final] = ACTIONS(3053), - [anon_sym_open] = ACTIONS(3053), - [anon_sym_vararg] = ACTIONS(3053), - [anon_sym_noinline] = ACTIONS(3053), - [anon_sym_crossinline] = ACTIONS(3053), + [anon_sym_override] = ACTIONS(3052), + [anon_sym_lateinit] = ACTIONS(3052), + [anon_sym_public] = ACTIONS(3052), + [anon_sym_private] = ACTIONS(3052), + [anon_sym_internal] = ACTIONS(3052), + [anon_sym_protected] = ACTIONS(3052), + [anon_sym_tailrec] = ACTIONS(3052), + [anon_sym_operator] = ACTIONS(3052), + [anon_sym_infix] = ACTIONS(3052), + [anon_sym_inline] = ACTIONS(3052), + [anon_sym_external] = ACTIONS(3052), + [sym_property_modifier] = ACTIONS(3052), + [anon_sym_abstract] = ACTIONS(3052), + [anon_sym_final] = ACTIONS(3052), + [anon_sym_open] = ACTIONS(3052), + [anon_sym_vararg] = ACTIONS(3052), + [anon_sym_noinline] = ACTIONS(3052), + [anon_sym_crossinline] = ACTIONS(3052), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3055), - [sym_safe_nav] = ACTIONS(3596), + [sym__automatic_semicolon] = ACTIONS(3054), + [sym_safe_nav] = ACTIONS(3598), [sym_multiline_comment] = ACTIONS(3), }, - [2522] = { - [sym_getter] = STATE(4736), - [sym_setter] = STATE(4736), - [sym_modifiers] = STATE(8861), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1764), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1766), - [anon_sym_as] = ACTIONS(1764), - [anon_sym_EQ] = ACTIONS(1764), - [anon_sym_LBRACE] = ACTIONS(1766), - [anon_sym_RBRACE] = ACTIONS(1766), - [anon_sym_LPAREN] = ACTIONS(1766), - [anon_sym_RPAREN] = ACTIONS(1766), - [anon_sym_LT] = ACTIONS(1764), - [anon_sym_GT] = ACTIONS(1764), - [anon_sym_DOT] = ACTIONS(1764), - [anon_sym_SEMI] = ACTIONS(1766), - [anon_sym_get] = ACTIONS(5693), - [anon_sym_set] = ACTIONS(5695), - [anon_sym_STAR] = ACTIONS(1764), - [sym_label] = ACTIONS(1766), - [anon_sym_in] = ACTIONS(1764), - [anon_sym_while] = ACTIONS(1764), - [anon_sym_DOT_DOT] = ACTIONS(1766), - [anon_sym_QMARK_COLON] = ACTIONS(1766), - [anon_sym_AMP_AMP] = ACTIONS(1766), - [anon_sym_PIPE_PIPE] = ACTIONS(1766), - [anon_sym_else] = ACTIONS(1764), - [anon_sym_COLON_COLON] = ACTIONS(1766), - [anon_sym_PLUS_EQ] = ACTIONS(1766), - [anon_sym_DASH_EQ] = ACTIONS(1766), - [anon_sym_STAR_EQ] = ACTIONS(1766), - [anon_sym_SLASH_EQ] = ACTIONS(1766), - [anon_sym_PERCENT_EQ] = ACTIONS(1766), - [anon_sym_BANG_EQ] = ACTIONS(1764), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), - [anon_sym_EQ_EQ] = ACTIONS(1764), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1766), - [anon_sym_LT_EQ] = ACTIONS(1766), - [anon_sym_GT_EQ] = ACTIONS(1766), - [anon_sym_BANGin] = ACTIONS(1766), - [anon_sym_is] = ACTIONS(1764), - [anon_sym_BANGis] = ACTIONS(1766), - [anon_sym_PLUS] = ACTIONS(1764), - [anon_sym_DASH] = ACTIONS(1764), - [anon_sym_SLASH] = ACTIONS(1764), - [anon_sym_PERCENT] = ACTIONS(1764), - [anon_sym_as_QMARK] = ACTIONS(1766), - [anon_sym_PLUS_PLUS] = ACTIONS(1766), - [anon_sym_DASH_DASH] = ACTIONS(1766), - [anon_sym_BANG_BANG] = ACTIONS(1766), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [2557] = { + [sym_primary_constructor] = STATE(4042), + [sym_class_body] = STATE(3359), + [sym__class_parameters] = STATE(3039), + [sym_type_parameters] = STATE(2561), + [sym_type_constraints] = STATE(3040), + [sym_modifiers] = STATE(9227), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3146), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_COLON] = ACTIONS(6024), + [anon_sym_LBRACK] = ACTIONS(3150), + [anon_sym_as] = ACTIONS(3146), + [anon_sym_constructor] = ACTIONS(5169), + [anon_sym_LBRACE] = ACTIONS(5179), + [anon_sym_RBRACE] = ACTIONS(3150), + [anon_sym_LPAREN] = ACTIONS(5173), + [anon_sym_RPAREN] = ACTIONS(3150), + [anon_sym_LT] = ACTIONS(5119), + [anon_sym_GT] = ACTIONS(3146), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(3146), + [anon_sym_SEMI] = ACTIONS(3150), + [anon_sym_get] = ACTIONS(3146), + [anon_sym_set] = ACTIONS(3146), + [anon_sym_STAR] = ACTIONS(3150), + [sym_label] = ACTIONS(3150), + [anon_sym_in] = ACTIONS(3146), + [anon_sym_while] = ACTIONS(3146), + [anon_sym_DOT_DOT] = ACTIONS(3150), + [anon_sym_QMARK_COLON] = ACTIONS(3150), + [anon_sym_AMP_AMP] = ACTIONS(3150), + [anon_sym_PIPE_PIPE] = ACTIONS(3150), + [anon_sym_else] = ACTIONS(3146), + [anon_sym_COLON_COLON] = ACTIONS(3150), + [anon_sym_BANG_EQ] = ACTIONS(3146), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3150), + [anon_sym_EQ_EQ] = ACTIONS(3146), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3150), + [anon_sym_LT_EQ] = ACTIONS(3150), + [anon_sym_GT_EQ] = ACTIONS(3150), + [anon_sym_BANGin] = ACTIONS(3150), + [anon_sym_is] = ACTIONS(3146), + [anon_sym_BANGis] = ACTIONS(3150), + [anon_sym_PLUS] = ACTIONS(3146), + [anon_sym_DASH] = ACTIONS(3146), + [anon_sym_SLASH] = ACTIONS(3146), + [anon_sym_PERCENT] = ACTIONS(3150), + [anon_sym_as_QMARK] = ACTIONS(3150), + [anon_sym_PLUS_PLUS] = ACTIONS(3150), + [anon_sym_DASH_DASH] = ACTIONS(3150), + [anon_sym_BANG_BANG] = ACTIONS(3150), + [anon_sym_suspend] = ACTIONS(3120), + [anon_sym_sealed] = ACTIONS(3122), + [anon_sym_annotation] = ACTIONS(3122), + [anon_sym_data] = ACTIONS(3122), + [anon_sym_inner] = ACTIONS(3122), + [anon_sym_override] = ACTIONS(3124), + [anon_sym_lateinit] = ACTIONS(3124), + [anon_sym_public] = ACTIONS(3126), + [anon_sym_private] = ACTIONS(3126), + [anon_sym_internal] = ACTIONS(3126), + [anon_sym_protected] = ACTIONS(3126), + [anon_sym_tailrec] = ACTIONS(3120), + [anon_sym_operator] = ACTIONS(3120), + [anon_sym_infix] = ACTIONS(3120), + [anon_sym_inline] = ACTIONS(3120), + [anon_sym_external] = ACTIONS(3120), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3130), + [anon_sym_final] = ACTIONS(3130), + [anon_sym_open] = ACTIONS(3130), + [anon_sym_vararg] = ACTIONS(3132), + [anon_sym_noinline] = ACTIONS(3132), + [anon_sym_crossinline] = ACTIONS(3132), + [anon_sym_expect] = ACTIONS(3134), + [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1766), - [sym_safe_nav] = ACTIONS(1766), + [sym__backtick_identifier] = ACTIONS(3150), + [sym_safe_nav] = ACTIONS(3150), [sym_multiline_comment] = ACTIONS(3), }, - [2523] = { - [sym_getter] = STATE(4736), - [sym_setter] = STATE(4736), - [sym_modifiers] = STATE(8861), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1764), + [2558] = { + [sym_indexing_suffix] = STATE(3779), + [sym_navigation_suffix] = STATE(3798), + [sym_call_suffix] = STATE(3800), + [sym_annotated_lambda] = STATE(3806), + [sym_type_arguments] = STATE(7510), + [sym_value_arguments] = STATE(2838), + [sym_lambda_literal] = STATE(3829), + [sym__equality_operator] = STATE(2278), + [sym__comparison_operator] = STATE(2276), + [sym__in_operator] = STATE(2273), + [sym__is_operator] = STATE(6023), + [sym__additive_operator] = STATE(2271), + [sym__multiplicative_operator] = STATE(2268), + [sym__as_operator] = STATE(6024), + [sym__postfix_unary_operator] = STATE(3865), + [sym__member_access_operator] = STATE(7379), + [sym_annotation] = STATE(7883), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2266), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [sym__alpha_identifier] = ACTIONS(3075), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(3568), + [anon_sym_as] = ACTIONS(3570), + [anon_sym_LBRACE] = ACTIONS(1622), + [anon_sym_RBRACE] = ACTIONS(3077), + [anon_sym_LPAREN] = ACTIONS(3572), + [anon_sym_LT] = ACTIONS(3079), + [anon_sym_GT] = ACTIONS(3075), + [anon_sym_DOT] = ACTIONS(3576), + [anon_sym_SEMI] = ACTIONS(3077), + [anon_sym_get] = ACTIONS(3075), + [anon_sym_set] = ACTIONS(3075), + [anon_sym_STAR] = ACTIONS(4358), + [sym_label] = ACTIONS(3586), + [anon_sym_in] = ACTIONS(3075), + [anon_sym_DOT_DOT] = ACTIONS(3077), + [anon_sym_QMARK_COLON] = ACTIONS(3077), + [anon_sym_AMP_AMP] = ACTIONS(3077), + [anon_sym_PIPE_PIPE] = ACTIONS(3077), + [anon_sym_else] = ACTIONS(3075), + [anon_sym_COLON_COLON] = ACTIONS(3598), + [anon_sym_BANG_EQ] = ACTIONS(3075), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3077), + [anon_sym_EQ_EQ] = ACTIONS(3075), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3077), + [anon_sym_LT_EQ] = ACTIONS(3077), + [anon_sym_GT_EQ] = ACTIONS(3077), + [anon_sym_BANGin] = ACTIONS(3077), + [anon_sym_is] = ACTIONS(3075), + [anon_sym_BANGis] = ACTIONS(3077), + [anon_sym_PLUS] = ACTIONS(4378), + [anon_sym_DASH] = ACTIONS(4378), + [anon_sym_SLASH] = ACTIONS(4380), + [anon_sym_PERCENT] = ACTIONS(4358), + [anon_sym_as_QMARK] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3616), + [anon_sym_DASH_DASH] = ACTIONS(3616), + [anon_sym_BANG_BANG] = ACTIONS(3616), + [anon_sym_suspend] = ACTIONS(3075), + [anon_sym_sealed] = ACTIONS(3075), + [anon_sym_annotation] = ACTIONS(3075), + [anon_sym_data] = ACTIONS(3075), + [anon_sym_inner] = ACTIONS(3075), + [anon_sym_override] = ACTIONS(3075), + [anon_sym_lateinit] = ACTIONS(3075), + [anon_sym_public] = ACTIONS(3075), + [anon_sym_private] = ACTIONS(3075), + [anon_sym_internal] = ACTIONS(3075), + [anon_sym_protected] = ACTIONS(3075), + [anon_sym_tailrec] = ACTIONS(3075), + [anon_sym_operator] = ACTIONS(3075), + [anon_sym_infix] = ACTIONS(3075), + [anon_sym_inline] = ACTIONS(3075), + [anon_sym_external] = ACTIONS(3075), + [sym_property_modifier] = ACTIONS(3075), + [anon_sym_abstract] = ACTIONS(3075), + [anon_sym_final] = ACTIONS(3075), + [anon_sym_open] = ACTIONS(3075), + [anon_sym_vararg] = ACTIONS(3075), + [anon_sym_noinline] = ACTIONS(3075), + [anon_sym_crossinline] = ACTIONS(3075), + [anon_sym_expect] = ACTIONS(3075), + [anon_sym_actual] = ACTIONS(3075), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3077), + [sym__automatic_semicolon] = ACTIONS(3077), + [sym_safe_nav] = ACTIONS(3598), + [sym_multiline_comment] = ACTIONS(3), + }, + [2559] = { + [sym_primary_constructor] = STATE(4077), + [sym__class_parameters] = STATE(3610), + [sym_type_constraints] = STATE(3570), + [sym_enum_class_body] = STATE(3796), + [sym_modifiers] = STATE(9241), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3186), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_COLON] = ACTIONS(6026), + [anon_sym_LBRACK] = ACTIONS(3190), + [anon_sym_as] = ACTIONS(3186), + [anon_sym_constructor] = ACTIONS(5358), + [anon_sym_LBRACE] = ACTIONS(5415), + [anon_sym_RBRACE] = ACTIONS(3190), + [anon_sym_LPAREN] = ACTIONS(5362), + [anon_sym_COMMA] = ACTIONS(3190), + [anon_sym_LT] = ACTIONS(3186), + [anon_sym_GT] = ACTIONS(3186), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(3186), + [anon_sym_SEMI] = ACTIONS(3190), + [anon_sym_get] = ACTIONS(3186), + [anon_sym_set] = ACTIONS(3186), + [anon_sym_STAR] = ACTIONS(3190), + [sym_label] = ACTIONS(3190), + [anon_sym_in] = ACTIONS(3186), + [anon_sym_DOT_DOT] = ACTIONS(3190), + [anon_sym_QMARK_COLON] = ACTIONS(3190), + [anon_sym_AMP_AMP] = ACTIONS(3190), + [anon_sym_PIPE_PIPE] = ACTIONS(3190), + [anon_sym_else] = ACTIONS(3186), + [anon_sym_COLON_COLON] = ACTIONS(3190), + [anon_sym_BANG_EQ] = ACTIONS(3186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3190), + [anon_sym_EQ_EQ] = ACTIONS(3186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3190), + [anon_sym_LT_EQ] = ACTIONS(3190), + [anon_sym_GT_EQ] = ACTIONS(3190), + [anon_sym_BANGin] = ACTIONS(3190), + [anon_sym_is] = ACTIONS(3186), + [anon_sym_BANGis] = ACTIONS(3190), + [anon_sym_PLUS] = ACTIONS(3186), + [anon_sym_DASH] = ACTIONS(3186), + [anon_sym_SLASH] = ACTIONS(3186), + [anon_sym_PERCENT] = ACTIONS(3190), + [anon_sym_as_QMARK] = ACTIONS(3190), + [anon_sym_PLUS_PLUS] = ACTIONS(3190), + [anon_sym_DASH_DASH] = ACTIONS(3190), + [anon_sym_BANG_BANG] = ACTIONS(3190), + [anon_sym_suspend] = ACTIONS(3120), + [anon_sym_sealed] = ACTIONS(3122), + [anon_sym_annotation] = ACTIONS(3122), + [anon_sym_data] = ACTIONS(3122), + [anon_sym_inner] = ACTIONS(3122), + [anon_sym_override] = ACTIONS(3124), + [anon_sym_lateinit] = ACTIONS(3124), + [anon_sym_public] = ACTIONS(3126), + [anon_sym_private] = ACTIONS(3126), + [anon_sym_internal] = ACTIONS(3126), + [anon_sym_protected] = ACTIONS(3126), + [anon_sym_tailrec] = ACTIONS(3120), + [anon_sym_operator] = ACTIONS(3120), + [anon_sym_infix] = ACTIONS(3120), + [anon_sym_inline] = ACTIONS(3120), + [anon_sym_external] = ACTIONS(3120), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3130), + [anon_sym_final] = ACTIONS(3130), + [anon_sym_open] = ACTIONS(3130), + [anon_sym_vararg] = ACTIONS(3132), + [anon_sym_noinline] = ACTIONS(3132), + [anon_sym_crossinline] = ACTIONS(3132), + [anon_sym_expect] = ACTIONS(3134), + [anon_sym_actual] = ACTIONS(3134), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3190), + [sym__automatic_semicolon] = ACTIONS(3190), + [sym_safe_nav] = ACTIONS(3190), + [sym_multiline_comment] = ACTIONS(3), + }, + [2560] = { + [sym_primary_constructor] = STATE(4102), + [sym_class_body] = STATE(3851), + [sym__class_parameters] = STATE(3610), + [sym_type_parameters] = STATE(2677), + [sym_type_constraints] = STATE(3660), + [sym_modifiers] = STATE(9241), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3146), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_COLON] = ACTIONS(6028), + [anon_sym_LBRACK] = ACTIONS(3150), + [anon_sym_as] = ACTIONS(3146), + [anon_sym_constructor] = ACTIONS(5358), + [anon_sym_LBRACE] = ACTIONS(5360), + [anon_sym_RBRACE] = ACTIONS(3150), + [anon_sym_LPAREN] = ACTIONS(5362), + [anon_sym_LT] = ACTIONS(5364), + [anon_sym_GT] = ACTIONS(3146), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(3146), + [anon_sym_SEMI] = ACTIONS(3150), + [anon_sym_get] = ACTIONS(3146), + [anon_sym_set] = ACTIONS(3146), + [anon_sym_STAR] = ACTIONS(3150), + [sym_label] = ACTIONS(3150), + [anon_sym_in] = ACTIONS(3146), + [anon_sym_DOT_DOT] = ACTIONS(3150), + [anon_sym_QMARK_COLON] = ACTIONS(3150), + [anon_sym_AMP_AMP] = ACTIONS(3150), + [anon_sym_PIPE_PIPE] = ACTIONS(3150), + [anon_sym_else] = ACTIONS(3146), + [anon_sym_COLON_COLON] = ACTIONS(3150), + [anon_sym_BANG_EQ] = ACTIONS(3146), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3150), + [anon_sym_EQ_EQ] = ACTIONS(3146), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3150), + [anon_sym_LT_EQ] = ACTIONS(3150), + [anon_sym_GT_EQ] = ACTIONS(3150), + [anon_sym_BANGin] = ACTIONS(3150), + [anon_sym_is] = ACTIONS(3146), + [anon_sym_BANGis] = ACTIONS(3150), + [anon_sym_PLUS] = ACTIONS(3146), + [anon_sym_DASH] = ACTIONS(3146), + [anon_sym_SLASH] = ACTIONS(3146), + [anon_sym_PERCENT] = ACTIONS(3150), + [anon_sym_as_QMARK] = ACTIONS(3150), + [anon_sym_PLUS_PLUS] = ACTIONS(3150), + [anon_sym_DASH_DASH] = ACTIONS(3150), + [anon_sym_BANG_BANG] = ACTIONS(3150), + [anon_sym_suspend] = ACTIONS(3120), + [anon_sym_sealed] = ACTIONS(3122), + [anon_sym_annotation] = ACTIONS(3122), + [anon_sym_data] = ACTIONS(3122), + [anon_sym_inner] = ACTIONS(3122), + [anon_sym_override] = ACTIONS(3124), + [anon_sym_lateinit] = ACTIONS(3124), + [anon_sym_public] = ACTIONS(3126), + [anon_sym_private] = ACTIONS(3126), + [anon_sym_internal] = ACTIONS(3126), + [anon_sym_protected] = ACTIONS(3126), + [anon_sym_tailrec] = ACTIONS(3120), + [anon_sym_operator] = ACTIONS(3120), + [anon_sym_infix] = ACTIONS(3120), + [anon_sym_inline] = ACTIONS(3120), + [anon_sym_external] = ACTIONS(3120), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3130), + [anon_sym_final] = ACTIONS(3130), + [anon_sym_open] = ACTIONS(3130), + [anon_sym_vararg] = ACTIONS(3132), + [anon_sym_noinline] = ACTIONS(3132), + [anon_sym_crossinline] = ACTIONS(3132), + [anon_sym_expect] = ACTIONS(3134), + [anon_sym_actual] = ACTIONS(3134), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3150), + [sym__automatic_semicolon] = ACTIONS(3150), + [sym_safe_nav] = ACTIONS(3150), + [sym_multiline_comment] = ACTIONS(3), + }, + [2561] = { + [sym_primary_constructor] = STATE(4041), + [sym_class_body] = STATE(3319), + [sym__class_parameters] = STATE(3039), + [sym_type_constraints] = STATE(3055), + [sym_modifiers] = STATE(9227), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3196), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_COLON] = ACTIONS(6030), + [anon_sym_LBRACK] = ACTIONS(3200), + [anon_sym_as] = ACTIONS(3196), + [anon_sym_constructor] = ACTIONS(5169), + [anon_sym_LBRACE] = ACTIONS(5179), + [anon_sym_RBRACE] = ACTIONS(3200), + [anon_sym_LPAREN] = ACTIONS(5173), + [anon_sym_RPAREN] = ACTIONS(3200), + [anon_sym_LT] = ACTIONS(3196), + [anon_sym_GT] = ACTIONS(3196), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(3196), + [anon_sym_SEMI] = ACTIONS(3200), + [anon_sym_get] = ACTIONS(3196), + [anon_sym_set] = ACTIONS(3196), + [anon_sym_STAR] = ACTIONS(3200), + [sym_label] = ACTIONS(3200), + [anon_sym_in] = ACTIONS(3196), + [anon_sym_while] = ACTIONS(3196), + [anon_sym_DOT_DOT] = ACTIONS(3200), + [anon_sym_QMARK_COLON] = ACTIONS(3200), + [anon_sym_AMP_AMP] = ACTIONS(3200), + [anon_sym_PIPE_PIPE] = ACTIONS(3200), + [anon_sym_else] = ACTIONS(3196), + [anon_sym_COLON_COLON] = ACTIONS(3200), + [anon_sym_BANG_EQ] = ACTIONS(3196), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3200), + [anon_sym_EQ_EQ] = ACTIONS(3196), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3200), + [anon_sym_LT_EQ] = ACTIONS(3200), + [anon_sym_GT_EQ] = ACTIONS(3200), + [anon_sym_BANGin] = ACTIONS(3200), + [anon_sym_is] = ACTIONS(3196), + [anon_sym_BANGis] = ACTIONS(3200), + [anon_sym_PLUS] = ACTIONS(3196), + [anon_sym_DASH] = ACTIONS(3196), + [anon_sym_SLASH] = ACTIONS(3196), + [anon_sym_PERCENT] = ACTIONS(3200), + [anon_sym_as_QMARK] = ACTIONS(3200), + [anon_sym_PLUS_PLUS] = ACTIONS(3200), + [anon_sym_DASH_DASH] = ACTIONS(3200), + [anon_sym_BANG_BANG] = ACTIONS(3200), + [anon_sym_suspend] = ACTIONS(3120), + [anon_sym_sealed] = ACTIONS(3122), + [anon_sym_annotation] = ACTIONS(3122), + [anon_sym_data] = ACTIONS(3122), + [anon_sym_inner] = ACTIONS(3122), + [anon_sym_override] = ACTIONS(3124), + [anon_sym_lateinit] = ACTIONS(3124), + [anon_sym_public] = ACTIONS(3126), + [anon_sym_private] = ACTIONS(3126), + [anon_sym_internal] = ACTIONS(3126), + [anon_sym_protected] = ACTIONS(3126), + [anon_sym_tailrec] = ACTIONS(3120), + [anon_sym_operator] = ACTIONS(3120), + [anon_sym_infix] = ACTIONS(3120), + [anon_sym_inline] = ACTIONS(3120), + [anon_sym_external] = ACTIONS(3120), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3130), + [anon_sym_final] = ACTIONS(3130), + [anon_sym_open] = ACTIONS(3130), + [anon_sym_vararg] = ACTIONS(3132), + [anon_sym_noinline] = ACTIONS(3132), + [anon_sym_crossinline] = ACTIONS(3132), + [anon_sym_expect] = ACTIONS(3134), + [anon_sym_actual] = ACTIONS(3134), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3200), + [sym_safe_nav] = ACTIONS(3200), + [sym_multiline_comment] = ACTIONS(3), + }, + [2562] = { + [sym_getter] = STATE(4947), + [sym_setter] = STATE(4947), + [sym_modifiers] = STATE(8904), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1778), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1766), - [anon_sym_as] = ACTIONS(1764), - [anon_sym_EQ] = ACTIONS(1764), - [anon_sym_LBRACE] = ACTIONS(1766), - [anon_sym_RBRACE] = ACTIONS(1766), - [anon_sym_LPAREN] = ACTIONS(1766), - [anon_sym_RPAREN] = ACTIONS(1766), - [anon_sym_LT] = ACTIONS(1764), - [anon_sym_GT] = ACTIONS(1764), - [anon_sym_DOT] = ACTIONS(1764), - [anon_sym_SEMI] = ACTIONS(3684), - [anon_sym_get] = ACTIONS(5693), - [anon_sym_set] = ACTIONS(5695), - [anon_sym_STAR] = ACTIONS(1764), - [sym_label] = ACTIONS(1766), - [anon_sym_in] = ACTIONS(1764), - [anon_sym_while] = ACTIONS(1764), - [anon_sym_DOT_DOT] = ACTIONS(1766), - [anon_sym_QMARK_COLON] = ACTIONS(1766), - [anon_sym_AMP_AMP] = ACTIONS(1766), - [anon_sym_PIPE_PIPE] = ACTIONS(1766), - [anon_sym_else] = ACTIONS(1764), - [anon_sym_COLON_COLON] = ACTIONS(1766), - [anon_sym_PLUS_EQ] = ACTIONS(1766), - [anon_sym_DASH_EQ] = ACTIONS(1766), - [anon_sym_STAR_EQ] = ACTIONS(1766), - [anon_sym_SLASH_EQ] = ACTIONS(1766), - [anon_sym_PERCENT_EQ] = ACTIONS(1766), - [anon_sym_BANG_EQ] = ACTIONS(1764), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), - [anon_sym_EQ_EQ] = ACTIONS(1764), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1766), - [anon_sym_LT_EQ] = ACTIONS(1766), - [anon_sym_GT_EQ] = ACTIONS(1766), - [anon_sym_BANGin] = ACTIONS(1766), - [anon_sym_is] = ACTIONS(1764), - [anon_sym_BANGis] = ACTIONS(1766), - [anon_sym_PLUS] = ACTIONS(1764), - [anon_sym_DASH] = ACTIONS(1764), - [anon_sym_SLASH] = ACTIONS(1764), - [anon_sym_PERCENT] = ACTIONS(1764), - [anon_sym_as_QMARK] = ACTIONS(1766), - [anon_sym_PLUS_PLUS] = ACTIONS(1766), - [anon_sym_DASH_DASH] = ACTIONS(1766), - [anon_sym_BANG_BANG] = ACTIONS(1766), + [anon_sym_LBRACK] = ACTIONS(1780), + [anon_sym_as] = ACTIONS(1778), + [anon_sym_EQ] = ACTIONS(1778), + [anon_sym_LBRACE] = ACTIONS(1780), + [anon_sym_RBRACE] = ACTIONS(1780), + [anon_sym_LPAREN] = ACTIONS(1780), + [anon_sym_LT] = ACTIONS(1778), + [anon_sym_GT] = ACTIONS(1778), + [anon_sym_DOT] = ACTIONS(1778), + [anon_sym_SEMI] = ACTIONS(1780), + [anon_sym_get] = ACTIONS(5784), + [anon_sym_set] = ACTIONS(5786), + [anon_sym_STAR] = ACTIONS(1778), + [sym_label] = ACTIONS(1780), + [anon_sym_in] = ACTIONS(1778), + [anon_sym_DOT_DOT] = ACTIONS(1780), + [anon_sym_QMARK_COLON] = ACTIONS(1780), + [anon_sym_AMP_AMP] = ACTIONS(1780), + [anon_sym_PIPE_PIPE] = ACTIONS(1780), + [anon_sym_else] = ACTIONS(1778), + [anon_sym_COLON_COLON] = ACTIONS(1780), + [anon_sym_PLUS_EQ] = ACTIONS(1780), + [anon_sym_DASH_EQ] = ACTIONS(1780), + [anon_sym_STAR_EQ] = ACTIONS(1780), + [anon_sym_SLASH_EQ] = ACTIONS(1780), + [anon_sym_PERCENT_EQ] = ACTIONS(1780), + [anon_sym_BANG_EQ] = ACTIONS(1778), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1780), + [anon_sym_EQ_EQ] = ACTIONS(1778), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1780), + [anon_sym_LT_EQ] = ACTIONS(1780), + [anon_sym_GT_EQ] = ACTIONS(1780), + [anon_sym_BANGin] = ACTIONS(1780), + [anon_sym_is] = ACTIONS(1778), + [anon_sym_BANGis] = ACTIONS(1780), + [anon_sym_PLUS] = ACTIONS(1778), + [anon_sym_DASH] = ACTIONS(1778), + [anon_sym_SLASH] = ACTIONS(1778), + [anon_sym_PERCENT] = ACTIONS(1778), + [anon_sym_as_QMARK] = ACTIONS(1780), + [anon_sym_PLUS_PLUS] = ACTIONS(1780), + [anon_sym_DASH_DASH] = ACTIONS(1780), + [anon_sym_BANG_BANG] = ACTIONS(1780), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -299822,76 +303572,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1766), - [sym_safe_nav] = ACTIONS(1766), + [sym__backtick_identifier] = ACTIONS(1780), + [sym__automatic_semicolon] = ACTIONS(1780), + [sym_safe_nav] = ACTIONS(1780), [sym_multiline_comment] = ACTIONS(3), }, - [2524] = { - [sym_getter] = STATE(4710), - [sym_setter] = STATE(4710), - [sym_modifiers] = STATE(8861), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), + [2563] = { + [sym_type_constraints] = STATE(2692), + [sym_property_delegate] = STATE(2739), + [sym_getter] = STATE(3844), + [sym_setter] = STATE(3844), + [sym_modifiers] = STATE(8943), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3230), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_EQ] = ACTIONS(1776), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_RPAREN] = ACTIONS(1778), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(1778), - [anon_sym_get] = ACTIONS(5693), - [anon_sym_set] = ACTIONS(5695), - [anon_sym_STAR] = ACTIONS(1776), - [sym_label] = ACTIONS(1778), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_while] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_PLUS_EQ] = ACTIONS(1778), - [anon_sym_DASH_EQ] = ACTIONS(1778), - [anon_sym_STAR_EQ] = ACTIONS(1778), - [anon_sym_SLASH_EQ] = ACTIONS(1778), - [anon_sym_PERCENT_EQ] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1776), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG_BANG] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(3234), + [anon_sym_as] = ACTIONS(3230), + [anon_sym_EQ] = ACTIONS(6032), + [anon_sym_LBRACE] = ACTIONS(3234), + [anon_sym_RBRACE] = ACTIONS(3234), + [anon_sym_LPAREN] = ACTIONS(3234), + [anon_sym_COMMA] = ACTIONS(3234), + [anon_sym_by] = ACTIONS(6034), + [anon_sym_LT] = ACTIONS(3230), + [anon_sym_GT] = ACTIONS(3230), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(3230), + [anon_sym_SEMI] = ACTIONS(6036), + [anon_sym_get] = ACTIONS(6038), + [anon_sym_set] = ACTIONS(6040), + [anon_sym_STAR] = ACTIONS(3234), + [sym_label] = ACTIONS(3234), + [anon_sym_in] = ACTIONS(3230), + [anon_sym_DOT_DOT] = ACTIONS(3234), + [anon_sym_QMARK_COLON] = ACTIONS(3234), + [anon_sym_AMP_AMP] = ACTIONS(3234), + [anon_sym_PIPE_PIPE] = ACTIONS(3234), + [anon_sym_else] = ACTIONS(3230), + [anon_sym_COLON_COLON] = ACTIONS(3234), + [anon_sym_BANG_EQ] = ACTIONS(3230), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3234), + [anon_sym_EQ_EQ] = ACTIONS(3230), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3234), + [anon_sym_LT_EQ] = ACTIONS(3234), + [anon_sym_GT_EQ] = ACTIONS(3234), + [anon_sym_BANGin] = ACTIONS(3234), + [anon_sym_is] = ACTIONS(3230), + [anon_sym_BANGis] = ACTIONS(3234), + [anon_sym_PLUS] = ACTIONS(3230), + [anon_sym_DASH] = ACTIONS(3230), + [anon_sym_SLASH] = ACTIONS(3230), + [anon_sym_PERCENT] = ACTIONS(3234), + [anon_sym_as_QMARK] = ACTIONS(3234), + [anon_sym_PLUS_PLUS] = ACTIONS(3234), + [anon_sym_DASH_DASH] = ACTIONS(3234), + [anon_sym_BANG_BANG] = ACTIONS(3234), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -299915,76 +303664,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), + [sym__backtick_identifier] = ACTIONS(3234), + [sym__automatic_semicolon] = ACTIONS(3234), + [sym_safe_nav] = ACTIONS(3234), [sym_multiline_comment] = ACTIONS(3), }, - [2525] = { - [sym_primary_constructor] = STATE(4040), - [sym_class_body] = STATE(3255), - [sym__class_parameters] = STATE(2990), - [sym_type_parameters] = STATE(2557), - [sym_type_constraints] = STATE(3059), - [sym_modifiers] = STATE(9064), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3160), + [2564] = { + [sym_primary_constructor] = STATE(4081), + [sym_class_body] = STATE(3796), + [sym__class_parameters] = STATE(3610), + [sym_type_constraints] = STATE(3661), + [sym_modifiers] = STATE(9241), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3186), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(5996), - [anon_sym_LBRACK] = ACTIONS(3164), - [anon_sym_as] = ACTIONS(3160), - [anon_sym_constructor] = ACTIONS(5145), - [anon_sym_LBRACE] = ACTIONS(5147), - [anon_sym_RBRACE] = ACTIONS(3164), - [anon_sym_LPAREN] = ACTIONS(5149), - [anon_sym_RPAREN] = ACTIONS(3164), - [anon_sym_LT] = ACTIONS(5131), - [anon_sym_GT] = ACTIONS(3160), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(3160), - [anon_sym_SEMI] = ACTIONS(3164), - [anon_sym_get] = ACTIONS(3160), - [anon_sym_set] = ACTIONS(3160), - [anon_sym_STAR] = ACTIONS(3164), - [sym_label] = ACTIONS(3164), - [anon_sym_in] = ACTIONS(3160), - [anon_sym_while] = ACTIONS(3160), - [anon_sym_DOT_DOT] = ACTIONS(3164), - [anon_sym_QMARK_COLON] = ACTIONS(3164), - [anon_sym_AMP_AMP] = ACTIONS(3164), - [anon_sym_PIPE_PIPE] = ACTIONS(3164), - [anon_sym_else] = ACTIONS(3160), - [anon_sym_COLON_COLON] = ACTIONS(3164), - [anon_sym_BANG_EQ] = ACTIONS(3160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3164), - [anon_sym_EQ_EQ] = ACTIONS(3160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3164), - [anon_sym_LT_EQ] = ACTIONS(3164), - [anon_sym_GT_EQ] = ACTIONS(3164), - [anon_sym_BANGin] = ACTIONS(3164), - [anon_sym_is] = ACTIONS(3160), - [anon_sym_BANGis] = ACTIONS(3164), - [anon_sym_PLUS] = ACTIONS(3160), - [anon_sym_DASH] = ACTIONS(3160), - [anon_sym_SLASH] = ACTIONS(3160), - [anon_sym_PERCENT] = ACTIONS(3164), - [anon_sym_as_QMARK] = ACTIONS(3164), - [anon_sym_PLUS_PLUS] = ACTIONS(3164), - [anon_sym_DASH_DASH] = ACTIONS(3164), - [anon_sym_BANG_BANG] = ACTIONS(3164), + [anon_sym_COLON] = ACTIONS(6042), + [anon_sym_LBRACK] = ACTIONS(3190), + [anon_sym_as] = ACTIONS(3186), + [anon_sym_constructor] = ACTIONS(5358), + [anon_sym_LBRACE] = ACTIONS(5360), + [anon_sym_RBRACE] = ACTIONS(3190), + [anon_sym_LPAREN] = ACTIONS(5362), + [anon_sym_COMMA] = ACTIONS(3190), + [anon_sym_LT] = ACTIONS(3186), + [anon_sym_GT] = ACTIONS(3186), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(3186), + [anon_sym_SEMI] = ACTIONS(3190), + [anon_sym_get] = ACTIONS(3186), + [anon_sym_set] = ACTIONS(3186), + [anon_sym_STAR] = ACTIONS(3190), + [sym_label] = ACTIONS(3190), + [anon_sym_in] = ACTIONS(3186), + [anon_sym_DOT_DOT] = ACTIONS(3190), + [anon_sym_QMARK_COLON] = ACTIONS(3190), + [anon_sym_AMP_AMP] = ACTIONS(3190), + [anon_sym_PIPE_PIPE] = ACTIONS(3190), + [anon_sym_else] = ACTIONS(3186), + [anon_sym_COLON_COLON] = ACTIONS(3190), + [anon_sym_BANG_EQ] = ACTIONS(3186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3190), + [anon_sym_EQ_EQ] = ACTIONS(3186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3190), + [anon_sym_LT_EQ] = ACTIONS(3190), + [anon_sym_GT_EQ] = ACTIONS(3190), + [anon_sym_BANGin] = ACTIONS(3190), + [anon_sym_is] = ACTIONS(3186), + [anon_sym_BANGis] = ACTIONS(3190), + [anon_sym_PLUS] = ACTIONS(3186), + [anon_sym_DASH] = ACTIONS(3186), + [anon_sym_SLASH] = ACTIONS(3186), + [anon_sym_PERCENT] = ACTIONS(3190), + [anon_sym_as_QMARK] = ACTIONS(3190), + [anon_sym_PLUS_PLUS] = ACTIONS(3190), + [anon_sym_DASH_DASH] = ACTIONS(3190), + [anon_sym_BANG_BANG] = ACTIONS(3190), [anon_sym_suspend] = ACTIONS(3120), [anon_sym_sealed] = ACTIONS(3122), [anon_sym_annotation] = ACTIONS(3122), @@ -300011,445 +303759,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3134), [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3164), - [sym_safe_nav] = ACTIONS(3164), - [sym_multiline_comment] = ACTIONS(3), - }, - [2526] = { - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(1922), - [sym__comparison_operator] = STATE(1923), - [sym__in_operator] = STATE(1928), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(2019), - [sym__multiplicative_operator] = STATE(2048), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_annotation] = STATE(7852), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2068), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(3059), - [anon_sym_LPAREN] = ACTIONS(3570), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(4342), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(3059), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(4350), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(4352), - [anon_sym_DOT_DOT] = ACTIONS(4354), - [anon_sym_QMARK_COLON] = ACTIONS(4356), - [anon_sym_AMP_AMP] = ACTIONS(4358), - [anon_sym_PIPE_PIPE] = ACTIONS(4360), - [anon_sym_else] = ACTIONS(3057), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_BANG_EQ] = ACTIONS(4362), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4364), - [anon_sym_EQ_EQ] = ACTIONS(4362), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4364), - [anon_sym_LT_EQ] = ACTIONS(4366), - [anon_sym_GT_EQ] = ACTIONS(4366), - [anon_sym_BANGin] = ACTIONS(4368), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), - [anon_sym_PLUS] = ACTIONS(4370), - [anon_sym_DASH] = ACTIONS(4370), - [anon_sym_SLASH] = ACTIONS(4372), - [anon_sym_PERCENT] = ACTIONS(4350), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), - [anon_sym_suspend] = ACTIONS(3057), - [anon_sym_sealed] = ACTIONS(3057), - [anon_sym_annotation] = ACTIONS(3057), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3057), - [anon_sym_lateinit] = ACTIONS(3057), - [anon_sym_public] = ACTIONS(3057), - [anon_sym_private] = ACTIONS(3057), - [anon_sym_internal] = ACTIONS(3057), - [anon_sym_protected] = ACTIONS(3057), - [anon_sym_tailrec] = ACTIONS(3057), - [anon_sym_operator] = ACTIONS(3057), - [anon_sym_infix] = ACTIONS(3057), - [anon_sym_inline] = ACTIONS(3057), - [anon_sym_external] = ACTIONS(3057), - [sym_property_modifier] = ACTIONS(3057), - [anon_sym_abstract] = ACTIONS(3057), - [anon_sym_final] = ACTIONS(3057), - [anon_sym_open] = ACTIONS(3057), - [anon_sym_vararg] = ACTIONS(3057), - [anon_sym_noinline] = ACTIONS(3057), - [anon_sym_crossinline] = ACTIONS(3057), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3059), - [sym_safe_nav] = ACTIONS(3596), - [sym_multiline_comment] = ACTIONS(3), - }, - [2527] = { - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(1922), - [sym__comparison_operator] = STATE(1923), - [sym__in_operator] = STATE(1928), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(2019), - [sym__multiplicative_operator] = STATE(2048), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_annotation] = STATE(7852), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2068), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(3029), - [anon_sym_LPAREN] = ACTIONS(3570), - [anon_sym_LT] = ACTIONS(3031), - [anon_sym_GT] = ACTIONS(3027), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(3029), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(4350), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(3027), - [anon_sym_DOT_DOT] = ACTIONS(4354), - [anon_sym_QMARK_COLON] = ACTIONS(4356), - [anon_sym_AMP_AMP] = ACTIONS(3029), - [anon_sym_PIPE_PIPE] = ACTIONS(3029), - [anon_sym_else] = ACTIONS(3027), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_BANG_EQ] = ACTIONS(3027), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3029), - [anon_sym_EQ_EQ] = ACTIONS(3027), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3029), - [anon_sym_LT_EQ] = ACTIONS(3029), - [anon_sym_GT_EQ] = ACTIONS(3029), - [anon_sym_BANGin] = ACTIONS(3029), - [anon_sym_is] = ACTIONS(3027), - [anon_sym_BANGis] = ACTIONS(3029), - [anon_sym_PLUS] = ACTIONS(4370), - [anon_sym_DASH] = ACTIONS(4370), - [anon_sym_SLASH] = ACTIONS(4372), - [anon_sym_PERCENT] = ACTIONS(4350), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), - [anon_sym_suspend] = ACTIONS(3027), - [anon_sym_sealed] = ACTIONS(3027), - [anon_sym_annotation] = ACTIONS(3027), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3027), - [anon_sym_lateinit] = ACTIONS(3027), - [anon_sym_public] = ACTIONS(3027), - [anon_sym_private] = ACTIONS(3027), - [anon_sym_internal] = ACTIONS(3027), - [anon_sym_protected] = ACTIONS(3027), - [anon_sym_tailrec] = ACTIONS(3027), - [anon_sym_operator] = ACTIONS(3027), - [anon_sym_infix] = ACTIONS(3027), - [anon_sym_inline] = ACTIONS(3027), - [anon_sym_external] = ACTIONS(3027), - [sym_property_modifier] = ACTIONS(3027), - [anon_sym_abstract] = ACTIONS(3027), - [anon_sym_final] = ACTIONS(3027), - [anon_sym_open] = ACTIONS(3027), - [anon_sym_vararg] = ACTIONS(3027), - [anon_sym_noinline] = ACTIONS(3027), - [anon_sym_crossinline] = ACTIONS(3027), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3029), - [sym_safe_nav] = ACTIONS(3596), - [sym_multiline_comment] = ACTIONS(3), - }, - [2528] = { - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(1922), - [sym__comparison_operator] = STATE(1923), - [sym__in_operator] = STATE(1928), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(2019), - [sym__multiplicative_operator] = STATE(2048), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_annotation] = STATE(7852), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2068), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(3025), - [anon_sym_LPAREN] = ACTIONS(3570), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3023), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(3025), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(4350), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(4352), - [anon_sym_DOT_DOT] = ACTIONS(4354), - [anon_sym_QMARK_COLON] = ACTIONS(4356), - [anon_sym_AMP_AMP] = ACTIONS(3025), - [anon_sym_PIPE_PIPE] = ACTIONS(3025), - [anon_sym_else] = ACTIONS(3023), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_BANG_EQ] = ACTIONS(3023), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3025), - [anon_sym_EQ_EQ] = ACTIONS(3023), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3025), - [anon_sym_LT_EQ] = ACTIONS(3025), - [anon_sym_GT_EQ] = ACTIONS(3025), - [anon_sym_BANGin] = ACTIONS(4368), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), - [anon_sym_PLUS] = ACTIONS(4370), - [anon_sym_DASH] = ACTIONS(4370), - [anon_sym_SLASH] = ACTIONS(4372), - [anon_sym_PERCENT] = ACTIONS(4350), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), - [anon_sym_suspend] = ACTIONS(3023), - [anon_sym_sealed] = ACTIONS(3023), - [anon_sym_annotation] = ACTIONS(3023), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3023), - [anon_sym_lateinit] = ACTIONS(3023), - [anon_sym_public] = ACTIONS(3023), - [anon_sym_private] = ACTIONS(3023), - [anon_sym_internal] = ACTIONS(3023), - [anon_sym_protected] = ACTIONS(3023), - [anon_sym_tailrec] = ACTIONS(3023), - [anon_sym_operator] = ACTIONS(3023), - [anon_sym_infix] = ACTIONS(3023), - [anon_sym_inline] = ACTIONS(3023), - [anon_sym_external] = ACTIONS(3023), - [sym_property_modifier] = ACTIONS(3023), - [anon_sym_abstract] = ACTIONS(3023), - [anon_sym_final] = ACTIONS(3023), - [anon_sym_open] = ACTIONS(3023), - [anon_sym_vararg] = ACTIONS(3023), - [anon_sym_noinline] = ACTIONS(3023), - [anon_sym_crossinline] = ACTIONS(3023), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3025), - [sym_safe_nav] = ACTIONS(3596), - [sym_multiline_comment] = ACTIONS(3), - }, - [2529] = { - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(1922), - [sym__comparison_operator] = STATE(1923), - [sym__in_operator] = STATE(1928), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(2019), - [sym__multiplicative_operator] = STATE(2048), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_annotation] = STATE(7852), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2068), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(2997), - [anon_sym_LPAREN] = ACTIONS(3570), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(4342), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(2997), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(4350), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(4352), - [anon_sym_DOT_DOT] = ACTIONS(4354), - [anon_sym_QMARK_COLON] = ACTIONS(4356), - [anon_sym_AMP_AMP] = ACTIONS(2997), - [anon_sym_PIPE_PIPE] = ACTIONS(2997), - [anon_sym_else] = ACTIONS(2995), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_BANG_EQ] = ACTIONS(2995), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2997), - [anon_sym_EQ_EQ] = ACTIONS(2995), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2997), - [anon_sym_LT_EQ] = ACTIONS(4366), - [anon_sym_GT_EQ] = ACTIONS(4366), - [anon_sym_BANGin] = ACTIONS(4368), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), - [anon_sym_PLUS] = ACTIONS(4370), - [anon_sym_DASH] = ACTIONS(4370), - [anon_sym_SLASH] = ACTIONS(4372), - [anon_sym_PERCENT] = ACTIONS(4350), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), - [anon_sym_suspend] = ACTIONS(2995), - [anon_sym_sealed] = ACTIONS(2995), - [anon_sym_annotation] = ACTIONS(2995), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(2995), - [anon_sym_lateinit] = ACTIONS(2995), - [anon_sym_public] = ACTIONS(2995), - [anon_sym_private] = ACTIONS(2995), - [anon_sym_internal] = ACTIONS(2995), - [anon_sym_protected] = ACTIONS(2995), - [anon_sym_tailrec] = ACTIONS(2995), - [anon_sym_operator] = ACTIONS(2995), - [anon_sym_infix] = ACTIONS(2995), - [anon_sym_inline] = ACTIONS(2995), - [anon_sym_external] = ACTIONS(2995), - [sym_property_modifier] = ACTIONS(2995), - [anon_sym_abstract] = ACTIONS(2995), - [anon_sym_final] = ACTIONS(2995), - [anon_sym_open] = ACTIONS(2995), - [anon_sym_vararg] = ACTIONS(2995), - [anon_sym_noinline] = ACTIONS(2995), - [anon_sym_crossinline] = ACTIONS(2995), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(2997), - [sym_safe_nav] = ACTIONS(3596), + [sym__backtick_identifier] = ACTIONS(3190), + [sym__automatic_semicolon] = ACTIONS(3190), + [sym_safe_nav] = ACTIONS(3190), [sym_multiline_comment] = ACTIONS(3), }, - [2530] = { - [sym_getter] = STATE(3233), - [sym_setter] = STATE(3233), - [sym_modifiers] = STATE(8854), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1782), + [2565] = { + [sym_type_constraints] = STATE(2664), + [sym_property_delegate] = STATE(2752), + [sym_getter] = STATE(3875), + [sym_setter] = STATE(3875), + [sym_modifiers] = STATE(8943), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1784), - [anon_sym_as] = ACTIONS(1782), - [anon_sym_EQ] = ACTIONS(1782), - [anon_sym_LBRACE] = ACTIONS(1784), - [anon_sym_RBRACE] = ACTIONS(1784), - [anon_sym_LPAREN] = ACTIONS(1784), - [anon_sym_RPAREN] = ACTIONS(1784), - [anon_sym_LT] = ACTIONS(1782), - [anon_sym_GT] = ACTIONS(1782), - [anon_sym_DOT] = ACTIONS(1782), - [anon_sym_SEMI] = ACTIONS(1784), - [anon_sym_get] = ACTIONS(5645), - [anon_sym_set] = ACTIONS(5647), - [anon_sym_STAR] = ACTIONS(1782), - [sym_label] = ACTIONS(1784), - [anon_sym_in] = ACTIONS(1782), - [anon_sym_while] = ACTIONS(1782), - [anon_sym_DOT_DOT] = ACTIONS(1784), - [anon_sym_QMARK_COLON] = ACTIONS(1784), - [anon_sym_AMP_AMP] = ACTIONS(1784), - [anon_sym_PIPE_PIPE] = ACTIONS(1784), - [anon_sym_else] = ACTIONS(1782), - [anon_sym_COLON_COLON] = ACTIONS(1784), - [anon_sym_PLUS_EQ] = ACTIONS(1784), - [anon_sym_DASH_EQ] = ACTIONS(1784), - [anon_sym_STAR_EQ] = ACTIONS(1784), - [anon_sym_SLASH_EQ] = ACTIONS(1784), - [anon_sym_PERCENT_EQ] = ACTIONS(1784), - [anon_sym_BANG_EQ] = ACTIONS(1782), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1784), - [anon_sym_EQ_EQ] = ACTIONS(1782), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1784), - [anon_sym_LT_EQ] = ACTIONS(1784), - [anon_sym_GT_EQ] = ACTIONS(1784), - [anon_sym_BANGin] = ACTIONS(1784), - [anon_sym_is] = ACTIONS(1782), - [anon_sym_BANGis] = ACTIONS(1784), - [anon_sym_PLUS] = ACTIONS(1782), - [anon_sym_DASH] = ACTIONS(1782), - [anon_sym_SLASH] = ACTIONS(1782), - [anon_sym_PERCENT] = ACTIONS(1782), - [anon_sym_as_QMARK] = ACTIONS(1784), - [anon_sym_PLUS_PLUS] = ACTIONS(1784), - [anon_sym_DASH_DASH] = ACTIONS(1784), - [anon_sym_BANG_BANG] = ACTIONS(1784), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_EQ] = ACTIONS(6044), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_COMMA] = ACTIONS(3280), + [anon_sym_by] = ACTIONS(6034), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(6046), + [anon_sym_get] = ACTIONS(6038), + [anon_sym_set] = ACTIONS(6040), + [anon_sym_STAR] = ACTIONS(3280), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3280), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -300473,76 +303848,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1784), - [sym_safe_nav] = ACTIONS(1784), + [sym__backtick_identifier] = ACTIONS(3280), + [sym__automatic_semicolon] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), [sym_multiline_comment] = ACTIONS(3), }, - [2531] = { - [sym_getter] = STATE(4668), - [sym_setter] = STATE(4668), - [sym_modifiers] = STATE(8861), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1752), + [2566] = { + [sym_getter] = STATE(4945), + [sym_setter] = STATE(4945), + [sym_modifiers] = STATE(8904), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1754), - [anon_sym_as] = ACTIONS(1752), - [anon_sym_EQ] = ACTIONS(1752), - [anon_sym_LBRACE] = ACTIONS(1754), - [anon_sym_RBRACE] = ACTIONS(1754), - [anon_sym_LPAREN] = ACTIONS(1754), - [anon_sym_RPAREN] = ACTIONS(1754), - [anon_sym_LT] = ACTIONS(1752), - [anon_sym_GT] = ACTIONS(1752), - [anon_sym_DOT] = ACTIONS(1752), - [anon_sym_SEMI] = ACTIONS(3690), - [anon_sym_get] = ACTIONS(5693), - [anon_sym_set] = ACTIONS(5695), - [anon_sym_STAR] = ACTIONS(1752), - [sym_label] = ACTIONS(1754), - [anon_sym_in] = ACTIONS(1752), - [anon_sym_while] = ACTIONS(1752), - [anon_sym_DOT_DOT] = ACTIONS(1754), - [anon_sym_QMARK_COLON] = ACTIONS(1754), - [anon_sym_AMP_AMP] = ACTIONS(1754), - [anon_sym_PIPE_PIPE] = ACTIONS(1754), - [anon_sym_else] = ACTIONS(1752), - [anon_sym_COLON_COLON] = ACTIONS(1754), - [anon_sym_PLUS_EQ] = ACTIONS(1754), - [anon_sym_DASH_EQ] = ACTIONS(1754), - [anon_sym_STAR_EQ] = ACTIONS(1754), - [anon_sym_SLASH_EQ] = ACTIONS(1754), - [anon_sym_PERCENT_EQ] = ACTIONS(1754), - [anon_sym_BANG_EQ] = ACTIONS(1752), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), - [anon_sym_EQ_EQ] = ACTIONS(1752), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), - [anon_sym_LT_EQ] = ACTIONS(1754), - [anon_sym_GT_EQ] = ACTIONS(1754), - [anon_sym_BANGin] = ACTIONS(1754), - [anon_sym_is] = ACTIONS(1752), - [anon_sym_BANGis] = ACTIONS(1754), - [anon_sym_PLUS] = ACTIONS(1752), - [anon_sym_DASH] = ACTIONS(1752), - [anon_sym_SLASH] = ACTIONS(1752), - [anon_sym_PERCENT] = ACTIONS(1752), - [anon_sym_as_QMARK] = ACTIONS(1754), - [anon_sym_PLUS_PLUS] = ACTIONS(1754), - [anon_sym_DASH_DASH] = ACTIONS(1754), - [anon_sym_BANG_BANG] = ACTIONS(1754), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_EQ] = ACTIONS(3278), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(5888), + [anon_sym_get] = ACTIONS(5784), + [anon_sym_set] = ACTIONS(5786), + [anon_sym_STAR] = ACTIONS(3278), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_PLUS_EQ] = ACTIONS(3280), + [anon_sym_DASH_EQ] = ACTIONS(3280), + [anon_sym_STAR_EQ] = ACTIONS(3280), + [anon_sym_SLASH_EQ] = ACTIONS(3280), + [anon_sym_PERCENT_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3278), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3280), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -300566,76 +303940,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1754), - [sym_safe_nav] = ACTIONS(1754), + [sym__backtick_identifier] = ACTIONS(3280), + [sym__automatic_semicolon] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), [sym_multiline_comment] = ACTIONS(3), }, - [2532] = { - [sym_getter] = STATE(3176), - [sym_setter] = STATE(3176), - [sym_modifiers] = STATE(8854), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1764), + [2567] = { + [sym_type_constraints] = STATE(2679), + [sym_property_delegate] = STATE(2732), + [sym_getter] = STATE(5062), + [sym_setter] = STATE(5062), + [sym_modifiers] = STATE(8872), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1694), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1766), - [anon_sym_as] = ACTIONS(1764), - [anon_sym_EQ] = ACTIONS(1764), - [anon_sym_LBRACE] = ACTIONS(1766), - [anon_sym_RBRACE] = ACTIONS(1766), - [anon_sym_LPAREN] = ACTIONS(1766), - [anon_sym_RPAREN] = ACTIONS(1766), - [anon_sym_LT] = ACTIONS(1764), - [anon_sym_GT] = ACTIONS(1764), - [anon_sym_DOT] = ACTIONS(1764), - [anon_sym_SEMI] = ACTIONS(3648), - [anon_sym_get] = ACTIONS(5645), - [anon_sym_set] = ACTIONS(5647), - [anon_sym_STAR] = ACTIONS(1764), - [sym_label] = ACTIONS(1766), - [anon_sym_in] = ACTIONS(1764), - [anon_sym_while] = ACTIONS(1764), - [anon_sym_DOT_DOT] = ACTIONS(1766), - [anon_sym_QMARK_COLON] = ACTIONS(1766), - [anon_sym_AMP_AMP] = ACTIONS(1766), - [anon_sym_PIPE_PIPE] = ACTIONS(1766), - [anon_sym_else] = ACTIONS(1764), - [anon_sym_COLON_COLON] = ACTIONS(1766), - [anon_sym_PLUS_EQ] = ACTIONS(1766), - [anon_sym_DASH_EQ] = ACTIONS(1766), - [anon_sym_STAR_EQ] = ACTIONS(1766), - [anon_sym_SLASH_EQ] = ACTIONS(1766), - [anon_sym_PERCENT_EQ] = ACTIONS(1766), - [anon_sym_BANG_EQ] = ACTIONS(1764), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), - [anon_sym_EQ_EQ] = ACTIONS(1764), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1766), - [anon_sym_LT_EQ] = ACTIONS(1766), - [anon_sym_GT_EQ] = ACTIONS(1766), - [anon_sym_BANGin] = ACTIONS(1766), - [anon_sym_is] = ACTIONS(1764), - [anon_sym_BANGis] = ACTIONS(1766), - [anon_sym_PLUS] = ACTIONS(1764), - [anon_sym_DASH] = ACTIONS(1764), - [anon_sym_SLASH] = ACTIONS(1764), - [anon_sym_PERCENT] = ACTIONS(1764), - [anon_sym_as_QMARK] = ACTIONS(1766), - [anon_sym_PLUS_PLUS] = ACTIONS(1766), - [anon_sym_DASH_DASH] = ACTIONS(1766), - [anon_sym_BANG_BANG] = ACTIONS(1766), + [anon_sym_LBRACK] = ACTIONS(1696), + [anon_sym_as] = ACTIONS(1694), + [anon_sym_EQ] = ACTIONS(6048), + [anon_sym_LBRACE] = ACTIONS(1696), + [anon_sym_RBRACE] = ACTIONS(1696), + [anon_sym_LPAREN] = ACTIONS(1696), + [anon_sym_COMMA] = ACTIONS(1696), + [anon_sym_by] = ACTIONS(6034), + [anon_sym_LT] = ACTIONS(1694), + [anon_sym_GT] = ACTIONS(1694), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(1694), + [anon_sym_SEMI] = ACTIONS(4134), + [anon_sym_get] = ACTIONS(6050), + [anon_sym_set] = ACTIONS(6052), + [anon_sym_STAR] = ACTIONS(1696), + [sym_label] = ACTIONS(1696), + [anon_sym_in] = ACTIONS(1694), + [anon_sym_DOT_DOT] = ACTIONS(1696), + [anon_sym_QMARK_COLON] = ACTIONS(1696), + [anon_sym_AMP_AMP] = ACTIONS(1696), + [anon_sym_PIPE_PIPE] = ACTIONS(1696), + [anon_sym_else] = ACTIONS(1694), + [anon_sym_COLON_COLON] = ACTIONS(1696), + [anon_sym_BANG_EQ] = ACTIONS(1694), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), + [anon_sym_EQ_EQ] = ACTIONS(1694), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), + [anon_sym_LT_EQ] = ACTIONS(1696), + [anon_sym_GT_EQ] = ACTIONS(1696), + [anon_sym_BANGin] = ACTIONS(1696), + [anon_sym_is] = ACTIONS(1694), + [anon_sym_BANGis] = ACTIONS(1696), + [anon_sym_PLUS] = ACTIONS(1694), + [anon_sym_DASH] = ACTIONS(1694), + [anon_sym_SLASH] = ACTIONS(1694), + [anon_sym_PERCENT] = ACTIONS(1696), + [anon_sym_as_QMARK] = ACTIONS(1696), + [anon_sym_PLUS_PLUS] = ACTIONS(1696), + [anon_sym_DASH_DASH] = ACTIONS(1696), + [anon_sym_BANG_BANG] = ACTIONS(1696), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -300659,76 +304032,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1766), - [sym_safe_nav] = ACTIONS(1766), + [sym__backtick_identifier] = ACTIONS(1696), + [sym__automatic_semicolon] = ACTIONS(1696), + [sym_safe_nav] = ACTIONS(1696), [sym_multiline_comment] = ACTIONS(3), }, - [2533] = { - [sym_getter] = STATE(3232), - [sym_setter] = STATE(3232), - [sym_modifiers] = STATE(8854), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), + [2568] = { + [sym_getter] = STATE(4953), + [sym_setter] = STATE(4953), + [sym_modifiers] = STATE(8904), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3338), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_EQ] = ACTIONS(3254), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_RPAREN] = ACTIONS(3256), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(5669), - [anon_sym_get] = ACTIONS(5645), - [anon_sym_set] = ACTIONS(5647), - [anon_sym_STAR] = ACTIONS(3254), - [sym_label] = ACTIONS(3256), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_while] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_PLUS_EQ] = ACTIONS(3256), - [anon_sym_DASH_EQ] = ACTIONS(3256), - [anon_sym_STAR_EQ] = ACTIONS(3256), - [anon_sym_SLASH_EQ] = ACTIONS(3256), - [anon_sym_PERCENT_EQ] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3254), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG_BANG] = ACTIONS(3256), + [anon_sym_LBRACK] = ACTIONS(3340), + [anon_sym_as] = ACTIONS(3338), + [anon_sym_EQ] = ACTIONS(3338), + [anon_sym_LBRACE] = ACTIONS(3340), + [anon_sym_RBRACE] = ACTIONS(3340), + [anon_sym_LPAREN] = ACTIONS(3340), + [anon_sym_LT] = ACTIONS(3338), + [anon_sym_GT] = ACTIONS(3338), + [anon_sym_DOT] = ACTIONS(3338), + [anon_sym_SEMI] = ACTIONS(3340), + [anon_sym_get] = ACTIONS(5784), + [anon_sym_set] = ACTIONS(5786), + [anon_sym_STAR] = ACTIONS(3338), + [sym_label] = ACTIONS(3340), + [anon_sym_in] = ACTIONS(3338), + [anon_sym_DOT_DOT] = ACTIONS(3340), + [anon_sym_QMARK_COLON] = ACTIONS(3340), + [anon_sym_AMP_AMP] = ACTIONS(3340), + [anon_sym_PIPE_PIPE] = ACTIONS(3340), + [anon_sym_else] = ACTIONS(3338), + [anon_sym_COLON_COLON] = ACTIONS(3340), + [anon_sym_PLUS_EQ] = ACTIONS(3340), + [anon_sym_DASH_EQ] = ACTIONS(3340), + [anon_sym_STAR_EQ] = ACTIONS(3340), + [anon_sym_SLASH_EQ] = ACTIONS(3340), + [anon_sym_PERCENT_EQ] = ACTIONS(3340), + [anon_sym_BANG_EQ] = ACTIONS(3338), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3340), + [anon_sym_EQ_EQ] = ACTIONS(3338), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3340), + [anon_sym_LT_EQ] = ACTIONS(3340), + [anon_sym_GT_EQ] = ACTIONS(3340), + [anon_sym_BANGin] = ACTIONS(3340), + [anon_sym_is] = ACTIONS(3338), + [anon_sym_BANGis] = ACTIONS(3340), + [anon_sym_PLUS] = ACTIONS(3338), + [anon_sym_DASH] = ACTIONS(3338), + [anon_sym_SLASH] = ACTIONS(3338), + [anon_sym_PERCENT] = ACTIONS(3338), + [anon_sym_as_QMARK] = ACTIONS(3340), + [anon_sym_PLUS_PLUS] = ACTIONS(3340), + [anon_sym_DASH_DASH] = ACTIONS(3340), + [anon_sym_BANG_BANG] = ACTIONS(3340), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -300752,76 +304124,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), + [sym__backtick_identifier] = ACTIONS(3340), + [sym__automatic_semicolon] = ACTIONS(3340), + [sym_safe_nav] = ACTIONS(3340), [sym_multiline_comment] = ACTIONS(3), }, - [2534] = { - [sym_getter] = STATE(3209), - [sym_setter] = STATE(3209), - [sym_modifiers] = STATE(8854), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1694), + [2569] = { + [sym_type_constraints] = STATE(2701), + [sym_property_delegate] = STATE(2787), + [sym_getter] = STATE(4607), + [sym_setter] = STATE(4607), + [sym_modifiers] = STATE(8747), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1696), - [anon_sym_as] = ACTIONS(1694), - [anon_sym_EQ] = ACTIONS(1694), - [anon_sym_LBRACE] = ACTIONS(1696), - [anon_sym_RBRACE] = ACTIONS(1696), - [anon_sym_LPAREN] = ACTIONS(1696), - [anon_sym_RPAREN] = ACTIONS(1696), - [anon_sym_LT] = ACTIONS(1694), - [anon_sym_GT] = ACTIONS(1694), - [anon_sym_DOT] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(1696), - [anon_sym_get] = ACTIONS(5645), - [anon_sym_set] = ACTIONS(5647), - [anon_sym_STAR] = ACTIONS(1694), - [sym_label] = ACTIONS(1696), - [anon_sym_in] = ACTIONS(1694), - [anon_sym_while] = ACTIONS(1694), - [anon_sym_DOT_DOT] = ACTIONS(1696), - [anon_sym_QMARK_COLON] = ACTIONS(1696), - [anon_sym_AMP_AMP] = ACTIONS(1696), - [anon_sym_PIPE_PIPE] = ACTIONS(1696), - [anon_sym_else] = ACTIONS(1694), - [anon_sym_COLON_COLON] = ACTIONS(1696), - [anon_sym_PLUS_EQ] = ACTIONS(1696), - [anon_sym_DASH_EQ] = ACTIONS(1696), - [anon_sym_STAR_EQ] = ACTIONS(1696), - [anon_sym_SLASH_EQ] = ACTIONS(1696), - [anon_sym_PERCENT_EQ] = ACTIONS(1696), - [anon_sym_BANG_EQ] = ACTIONS(1694), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), - [anon_sym_EQ_EQ] = ACTIONS(1694), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), - [anon_sym_LT_EQ] = ACTIONS(1696), - [anon_sym_GT_EQ] = ACTIONS(1696), - [anon_sym_BANGin] = ACTIONS(1696), - [anon_sym_is] = ACTIONS(1694), - [anon_sym_BANGis] = ACTIONS(1696), - [anon_sym_PLUS] = ACTIONS(1694), - [anon_sym_DASH] = ACTIONS(1694), - [anon_sym_SLASH] = ACTIONS(1694), - [anon_sym_PERCENT] = ACTIONS(1694), - [anon_sym_as_QMARK] = ACTIONS(1696), - [anon_sym_PLUS_PLUS] = ACTIONS(1696), - [anon_sym_DASH_DASH] = ACTIONS(1696), - [anon_sym_BANG_BANG] = ACTIONS(1696), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_EQ] = ACTIONS(6054), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_RPAREN] = ACTIONS(3280), + [anon_sym_by] = ACTIONS(6056), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(6058), + [anon_sym_get] = ACTIONS(6060), + [anon_sym_set] = ACTIONS(6062), + [anon_sym_STAR] = ACTIONS(3280), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_while] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3280), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -300845,76 +304217,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1696), - [sym_safe_nav] = ACTIONS(1696), + [sym__backtick_identifier] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), [sym_multiline_comment] = ACTIONS(3), }, - [2535] = { - [sym_getter] = STATE(4680), - [sym_setter] = STATE(4680), - [sym_modifiers] = STATE(8861), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1770), + [2570] = { + [sym_type_constraints] = STATE(2699), + [sym_property_delegate] = STATE(2784), + [sym_getter] = STATE(3291), + [sym_setter] = STATE(3291), + [sym_modifiers] = STATE(8762), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1772), - [anon_sym_as] = ACTIONS(1770), - [anon_sym_EQ] = ACTIONS(1770), - [anon_sym_LBRACE] = ACTIONS(1772), - [anon_sym_RBRACE] = ACTIONS(1772), - [anon_sym_LPAREN] = ACTIONS(1772), - [anon_sym_RPAREN] = ACTIONS(1772), - [anon_sym_LT] = ACTIONS(1770), - [anon_sym_GT] = ACTIONS(1770), - [anon_sym_DOT] = ACTIONS(1770), - [anon_sym_SEMI] = ACTIONS(1772), - [anon_sym_get] = ACTIONS(5693), - [anon_sym_set] = ACTIONS(5695), - [anon_sym_STAR] = ACTIONS(1770), - [sym_label] = ACTIONS(1772), - [anon_sym_in] = ACTIONS(1770), - [anon_sym_while] = ACTIONS(1770), - [anon_sym_DOT_DOT] = ACTIONS(1772), - [anon_sym_QMARK_COLON] = ACTIONS(1772), - [anon_sym_AMP_AMP] = ACTIONS(1772), - [anon_sym_PIPE_PIPE] = ACTIONS(1772), - [anon_sym_else] = ACTIONS(1770), - [anon_sym_COLON_COLON] = ACTIONS(1772), - [anon_sym_PLUS_EQ] = ACTIONS(1772), - [anon_sym_DASH_EQ] = ACTIONS(1772), - [anon_sym_STAR_EQ] = ACTIONS(1772), - [anon_sym_SLASH_EQ] = ACTIONS(1772), - [anon_sym_PERCENT_EQ] = ACTIONS(1772), - [anon_sym_BANG_EQ] = ACTIONS(1770), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1772), - [anon_sym_EQ_EQ] = ACTIONS(1770), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1772), - [anon_sym_LT_EQ] = ACTIONS(1772), - [anon_sym_GT_EQ] = ACTIONS(1772), - [anon_sym_BANGin] = ACTIONS(1772), - [anon_sym_is] = ACTIONS(1770), - [anon_sym_BANGis] = ACTIONS(1772), - [anon_sym_PLUS] = ACTIONS(1770), - [anon_sym_DASH] = ACTIONS(1770), - [anon_sym_SLASH] = ACTIONS(1770), - [anon_sym_PERCENT] = ACTIONS(1770), - [anon_sym_as_QMARK] = ACTIONS(1772), - [anon_sym_PLUS_PLUS] = ACTIONS(1772), - [anon_sym_DASH_DASH] = ACTIONS(1772), - [anon_sym_BANG_BANG] = ACTIONS(1772), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_EQ] = ACTIONS(6064), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_RPAREN] = ACTIONS(3280), + [anon_sym_by] = ACTIONS(6056), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(6066), + [anon_sym_get] = ACTIONS(6068), + [anon_sym_set] = ACTIONS(6070), + [anon_sym_STAR] = ACTIONS(3280), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_while] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3280), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -300938,76 +304309,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1772), - [sym_safe_nav] = ACTIONS(1772), + [sym__backtick_identifier] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), [sym_multiline_comment] = ACTIONS(3), }, - [2536] = { - [sym_getter] = STATE(3209), - [sym_setter] = STATE(3209), - [sym_modifiers] = STATE(8854), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1694), + [2571] = { + [sym_getter] = STATE(4916), + [sym_setter] = STATE(4916), + [sym_modifiers] = STATE(8904), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1764), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1696), - [anon_sym_as] = ACTIONS(1694), - [anon_sym_EQ] = ACTIONS(1694), - [anon_sym_LBRACE] = ACTIONS(1696), - [anon_sym_RBRACE] = ACTIONS(1696), - [anon_sym_LPAREN] = ACTIONS(1696), - [anon_sym_RPAREN] = ACTIONS(1696), - [anon_sym_LT] = ACTIONS(1694), - [anon_sym_GT] = ACTIONS(1694), - [anon_sym_DOT] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(3676), - [anon_sym_get] = ACTIONS(5645), - [anon_sym_set] = ACTIONS(5647), - [anon_sym_STAR] = ACTIONS(1694), - [sym_label] = ACTIONS(1696), - [anon_sym_in] = ACTIONS(1694), - [anon_sym_while] = ACTIONS(1694), - [anon_sym_DOT_DOT] = ACTIONS(1696), - [anon_sym_QMARK_COLON] = ACTIONS(1696), - [anon_sym_AMP_AMP] = ACTIONS(1696), - [anon_sym_PIPE_PIPE] = ACTIONS(1696), - [anon_sym_else] = ACTIONS(1694), - [anon_sym_COLON_COLON] = ACTIONS(1696), - [anon_sym_PLUS_EQ] = ACTIONS(1696), - [anon_sym_DASH_EQ] = ACTIONS(1696), - [anon_sym_STAR_EQ] = ACTIONS(1696), - [anon_sym_SLASH_EQ] = ACTIONS(1696), - [anon_sym_PERCENT_EQ] = ACTIONS(1696), - [anon_sym_BANG_EQ] = ACTIONS(1694), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), - [anon_sym_EQ_EQ] = ACTIONS(1694), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), - [anon_sym_LT_EQ] = ACTIONS(1696), - [anon_sym_GT_EQ] = ACTIONS(1696), - [anon_sym_BANGin] = ACTIONS(1696), - [anon_sym_is] = ACTIONS(1694), - [anon_sym_BANGis] = ACTIONS(1696), - [anon_sym_PLUS] = ACTIONS(1694), - [anon_sym_DASH] = ACTIONS(1694), - [anon_sym_SLASH] = ACTIONS(1694), - [anon_sym_PERCENT] = ACTIONS(1694), - [anon_sym_as_QMARK] = ACTIONS(1696), - [anon_sym_PLUS_PLUS] = ACTIONS(1696), - [anon_sym_DASH_DASH] = ACTIONS(1696), - [anon_sym_BANG_BANG] = ACTIONS(1696), + [anon_sym_LBRACK] = ACTIONS(1766), + [anon_sym_as] = ACTIONS(1764), + [anon_sym_EQ] = ACTIONS(1764), + [anon_sym_LBRACE] = ACTIONS(1766), + [anon_sym_RBRACE] = ACTIONS(1766), + [anon_sym_LPAREN] = ACTIONS(1766), + [anon_sym_LT] = ACTIONS(1764), + [anon_sym_GT] = ACTIONS(1764), + [anon_sym_DOT] = ACTIONS(1764), + [anon_sym_SEMI] = ACTIONS(1766), + [anon_sym_get] = ACTIONS(5784), + [anon_sym_set] = ACTIONS(5786), + [anon_sym_STAR] = ACTIONS(1764), + [sym_label] = ACTIONS(1766), + [anon_sym_in] = ACTIONS(1764), + [anon_sym_DOT_DOT] = ACTIONS(1766), + [anon_sym_QMARK_COLON] = ACTIONS(1766), + [anon_sym_AMP_AMP] = ACTIONS(1766), + [anon_sym_PIPE_PIPE] = ACTIONS(1766), + [anon_sym_else] = ACTIONS(1764), + [anon_sym_COLON_COLON] = ACTIONS(1766), + [anon_sym_PLUS_EQ] = ACTIONS(1766), + [anon_sym_DASH_EQ] = ACTIONS(1766), + [anon_sym_STAR_EQ] = ACTIONS(1766), + [anon_sym_SLASH_EQ] = ACTIONS(1766), + [anon_sym_PERCENT_EQ] = ACTIONS(1766), + [anon_sym_BANG_EQ] = ACTIONS(1764), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), + [anon_sym_EQ_EQ] = ACTIONS(1764), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1766), + [anon_sym_LT_EQ] = ACTIONS(1766), + [anon_sym_GT_EQ] = ACTIONS(1766), + [anon_sym_BANGin] = ACTIONS(1766), + [anon_sym_is] = ACTIONS(1764), + [anon_sym_BANGis] = ACTIONS(1766), + [anon_sym_PLUS] = ACTIONS(1764), + [anon_sym_DASH] = ACTIONS(1764), + [anon_sym_SLASH] = ACTIONS(1764), + [anon_sym_PERCENT] = ACTIONS(1764), + [anon_sym_as_QMARK] = ACTIONS(1766), + [anon_sym_PLUS_PLUS] = ACTIONS(1766), + [anon_sym_DASH_DASH] = ACTIONS(1766), + [anon_sym_BANG_BANG] = ACTIONS(1766), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -301031,76 +304400,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1696), - [sym_safe_nav] = ACTIONS(1696), + [sym__backtick_identifier] = ACTIONS(1766), + [sym__automatic_semicolon] = ACTIONS(1766), + [sym_safe_nav] = ACTIONS(1766), [sym_multiline_comment] = ACTIONS(3), }, - [2537] = { - [sym_primary_constructor] = STATE(5219), - [sym__class_parameters] = STATE(4539), - [sym_type_parameters] = STATE(2580), - [sym_type_constraints] = STATE(4538), - [sym_enum_class_body] = STATE(4729), - [sym_modifiers] = STATE(9107), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3136), + [2572] = { + [sym_primary_constructor] = STATE(4072), + [sym_class_body] = STATE(3261), + [sym__class_parameters] = STATE(3039), + [sym_type_constraints] = STATE(3076), + [sym_modifiers] = STATE(9227), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3186), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(5998), - [anon_sym_LBRACK] = ACTIONS(3140), - [anon_sym_as] = ACTIONS(3136), - [anon_sym_constructor] = ACTIONS(5125), - [anon_sym_LBRACE] = ACTIONS(5137), - [anon_sym_RBRACE] = ACTIONS(3140), - [anon_sym_LPAREN] = ACTIONS(5129), - [anon_sym_RPAREN] = ACTIONS(3140), - [anon_sym_LT] = ACTIONS(5131), - [anon_sym_GT] = ACTIONS(3136), - [anon_sym_where] = ACTIONS(5133), - [anon_sym_DOT] = ACTIONS(3136), - [anon_sym_SEMI] = ACTIONS(3140), - [anon_sym_get] = ACTIONS(3136), - [anon_sym_set] = ACTIONS(3136), - [anon_sym_STAR] = ACTIONS(3140), - [sym_label] = ACTIONS(3140), - [anon_sym_in] = ACTIONS(3136), - [anon_sym_while] = ACTIONS(3136), - [anon_sym_DOT_DOT] = ACTIONS(3140), - [anon_sym_QMARK_COLON] = ACTIONS(3140), - [anon_sym_AMP_AMP] = ACTIONS(3140), - [anon_sym_PIPE_PIPE] = ACTIONS(3140), - [anon_sym_else] = ACTIONS(3136), - [anon_sym_COLON_COLON] = ACTIONS(3140), - [anon_sym_BANG_EQ] = ACTIONS(3136), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3140), - [anon_sym_EQ_EQ] = ACTIONS(3136), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3140), - [anon_sym_LT_EQ] = ACTIONS(3140), - [anon_sym_GT_EQ] = ACTIONS(3140), - [anon_sym_BANGin] = ACTIONS(3140), - [anon_sym_is] = ACTIONS(3136), - [anon_sym_BANGis] = ACTIONS(3140), - [anon_sym_PLUS] = ACTIONS(3136), - [anon_sym_DASH] = ACTIONS(3136), - [anon_sym_SLASH] = ACTIONS(3136), - [anon_sym_PERCENT] = ACTIONS(3140), - [anon_sym_as_QMARK] = ACTIONS(3140), - [anon_sym_PLUS_PLUS] = ACTIONS(3140), - [anon_sym_DASH_DASH] = ACTIONS(3140), - [anon_sym_BANG_BANG] = ACTIONS(3140), + [anon_sym_COLON] = ACTIONS(6072), + [anon_sym_LBRACK] = ACTIONS(3190), + [anon_sym_as] = ACTIONS(3186), + [anon_sym_constructor] = ACTIONS(5169), + [anon_sym_LBRACE] = ACTIONS(5179), + [anon_sym_RBRACE] = ACTIONS(3190), + [anon_sym_LPAREN] = ACTIONS(5173), + [anon_sym_RPAREN] = ACTIONS(3190), + [anon_sym_LT] = ACTIONS(3186), + [anon_sym_GT] = ACTIONS(3186), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(3186), + [anon_sym_SEMI] = ACTIONS(3190), + [anon_sym_get] = ACTIONS(3186), + [anon_sym_set] = ACTIONS(3186), + [anon_sym_STAR] = ACTIONS(3190), + [sym_label] = ACTIONS(3190), + [anon_sym_in] = ACTIONS(3186), + [anon_sym_while] = ACTIONS(3186), + [anon_sym_DOT_DOT] = ACTIONS(3190), + [anon_sym_QMARK_COLON] = ACTIONS(3190), + [anon_sym_AMP_AMP] = ACTIONS(3190), + [anon_sym_PIPE_PIPE] = ACTIONS(3190), + [anon_sym_else] = ACTIONS(3186), + [anon_sym_COLON_COLON] = ACTIONS(3190), + [anon_sym_BANG_EQ] = ACTIONS(3186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3190), + [anon_sym_EQ_EQ] = ACTIONS(3186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3190), + [anon_sym_LT_EQ] = ACTIONS(3190), + [anon_sym_GT_EQ] = ACTIONS(3190), + [anon_sym_BANGin] = ACTIONS(3190), + [anon_sym_is] = ACTIONS(3186), + [anon_sym_BANGis] = ACTIONS(3190), + [anon_sym_PLUS] = ACTIONS(3186), + [anon_sym_DASH] = ACTIONS(3186), + [anon_sym_SLASH] = ACTIONS(3186), + [anon_sym_PERCENT] = ACTIONS(3190), + [anon_sym_as_QMARK] = ACTIONS(3190), + [anon_sym_PLUS_PLUS] = ACTIONS(3190), + [anon_sym_DASH_DASH] = ACTIONS(3190), + [anon_sym_BANG_BANG] = ACTIONS(3190), [anon_sym_suspend] = ACTIONS(3120), [anon_sym_sealed] = ACTIONS(3122), [anon_sym_annotation] = ACTIONS(3122), @@ -301127,73 +304496,163 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3134), [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3140), - [sym_safe_nav] = ACTIONS(3140), + [sym__backtick_identifier] = ACTIONS(3190), + [sym_safe_nav] = ACTIONS(3190), [sym_multiline_comment] = ACTIONS(3), }, - [2538] = { - [sym_getter] = STATE(3149), - [sym_setter] = STATE(3149), - [sym_modifiers] = STATE(8854), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), + [2573] = { + [sym_primary_constructor] = STATE(5358), + [sym_class_body] = STATE(5050), + [sym__class_parameters] = STATE(4841), + [sym_type_parameters] = STATE(2638), + [sym_type_constraints] = STATE(4842), + [sym_modifiers] = STATE(9347), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3146), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_COLON] = ACTIONS(6074), + [anon_sym_LBRACK] = ACTIONS(3150), + [anon_sym_as] = ACTIONS(3146), + [anon_sym_constructor] = ACTIONS(5399), + [anon_sym_LBRACE] = ACTIONS(5401), + [anon_sym_RBRACE] = ACTIONS(3150), + [anon_sym_LPAREN] = ACTIONS(5403), + [anon_sym_LT] = ACTIONS(5364), + [anon_sym_GT] = ACTIONS(3146), + [anon_sym_where] = ACTIONS(5405), + [anon_sym_DOT] = ACTIONS(3146), + [anon_sym_SEMI] = ACTIONS(3150), + [anon_sym_get] = ACTIONS(3146), + [anon_sym_set] = ACTIONS(3146), + [anon_sym_STAR] = ACTIONS(3150), + [sym_label] = ACTIONS(3150), + [anon_sym_in] = ACTIONS(3146), + [anon_sym_DOT_DOT] = ACTIONS(3150), + [anon_sym_QMARK_COLON] = ACTIONS(3150), + [anon_sym_AMP_AMP] = ACTIONS(3150), + [anon_sym_PIPE_PIPE] = ACTIONS(3150), + [anon_sym_else] = ACTIONS(3146), + [anon_sym_COLON_COLON] = ACTIONS(3150), + [anon_sym_BANG_EQ] = ACTIONS(3146), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3150), + [anon_sym_EQ_EQ] = ACTIONS(3146), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3150), + [anon_sym_LT_EQ] = ACTIONS(3150), + [anon_sym_GT_EQ] = ACTIONS(3150), + [anon_sym_BANGin] = ACTIONS(3150), + [anon_sym_is] = ACTIONS(3146), + [anon_sym_BANGis] = ACTIONS(3150), + [anon_sym_PLUS] = ACTIONS(3146), + [anon_sym_DASH] = ACTIONS(3146), + [anon_sym_SLASH] = ACTIONS(3146), + [anon_sym_PERCENT] = ACTIONS(3150), + [anon_sym_as_QMARK] = ACTIONS(3150), + [anon_sym_PLUS_PLUS] = ACTIONS(3150), + [anon_sym_DASH_DASH] = ACTIONS(3150), + [anon_sym_BANG_BANG] = ACTIONS(3150), + [anon_sym_suspend] = ACTIONS(3120), + [anon_sym_sealed] = ACTIONS(3122), + [anon_sym_annotation] = ACTIONS(3122), + [anon_sym_data] = ACTIONS(3122), + [anon_sym_inner] = ACTIONS(3122), + [anon_sym_override] = ACTIONS(3124), + [anon_sym_lateinit] = ACTIONS(3124), + [anon_sym_public] = ACTIONS(3126), + [anon_sym_private] = ACTIONS(3126), + [anon_sym_internal] = ACTIONS(3126), + [anon_sym_protected] = ACTIONS(3126), + [anon_sym_tailrec] = ACTIONS(3120), + [anon_sym_operator] = ACTIONS(3120), + [anon_sym_infix] = ACTIONS(3120), + [anon_sym_inline] = ACTIONS(3120), + [anon_sym_external] = ACTIONS(3120), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3130), + [anon_sym_final] = ACTIONS(3130), + [anon_sym_open] = ACTIONS(3130), + [anon_sym_vararg] = ACTIONS(3132), + [anon_sym_noinline] = ACTIONS(3132), + [anon_sym_crossinline] = ACTIONS(3132), + [anon_sym_expect] = ACTIONS(3134), + [anon_sym_actual] = ACTIONS(3134), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3150), + [sym__automatic_semicolon] = ACTIONS(3150), + [sym_safe_nav] = ACTIONS(3150), + [sym_multiline_comment] = ACTIONS(3), + }, + [2574] = { + [sym_getter] = STATE(3760), + [sym_setter] = STATE(3760), + [sym_modifiers] = STATE(8721), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1770), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_EQ] = ACTIONS(1776), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_RPAREN] = ACTIONS(1778), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(1778), - [anon_sym_get] = ACTIONS(5645), - [anon_sym_set] = ACTIONS(5647), - [anon_sym_STAR] = ACTIONS(1776), - [sym_label] = ACTIONS(1778), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_while] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_PLUS_EQ] = ACTIONS(1778), - [anon_sym_DASH_EQ] = ACTIONS(1778), - [anon_sym_STAR_EQ] = ACTIONS(1778), - [anon_sym_SLASH_EQ] = ACTIONS(1778), - [anon_sym_PERCENT_EQ] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1776), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG_BANG] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(1772), + [anon_sym_as] = ACTIONS(1770), + [anon_sym_EQ] = ACTIONS(1770), + [anon_sym_LBRACE] = ACTIONS(1772), + [anon_sym_RBRACE] = ACTIONS(1772), + [anon_sym_LPAREN] = ACTIONS(1772), + [anon_sym_LT] = ACTIONS(1770), + [anon_sym_GT] = ACTIONS(1770), + [anon_sym_DOT] = ACTIONS(1770), + [anon_sym_SEMI] = ACTIONS(3740), + [anon_sym_get] = ACTIONS(5812), + [anon_sym_set] = ACTIONS(5814), + [anon_sym_STAR] = ACTIONS(1770), + [sym_label] = ACTIONS(1772), + [anon_sym_in] = ACTIONS(1770), + [anon_sym_DOT_DOT] = ACTIONS(1772), + [anon_sym_QMARK_COLON] = ACTIONS(1772), + [anon_sym_AMP_AMP] = ACTIONS(1772), + [anon_sym_PIPE_PIPE] = ACTIONS(1772), + [anon_sym_else] = ACTIONS(1770), + [anon_sym_COLON_COLON] = ACTIONS(1772), + [anon_sym_PLUS_EQ] = ACTIONS(1772), + [anon_sym_DASH_EQ] = ACTIONS(1772), + [anon_sym_STAR_EQ] = ACTIONS(1772), + [anon_sym_SLASH_EQ] = ACTIONS(1772), + [anon_sym_PERCENT_EQ] = ACTIONS(1772), + [anon_sym_BANG_EQ] = ACTIONS(1770), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1772), + [anon_sym_EQ_EQ] = ACTIONS(1770), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1772), + [anon_sym_LT_EQ] = ACTIONS(1772), + [anon_sym_GT_EQ] = ACTIONS(1772), + [anon_sym_BANGin] = ACTIONS(1772), + [anon_sym_is] = ACTIONS(1770), + [anon_sym_BANGis] = ACTIONS(1772), + [anon_sym_PLUS] = ACTIONS(1770), + [anon_sym_DASH] = ACTIONS(1770), + [anon_sym_SLASH] = ACTIONS(1770), + [anon_sym_PERCENT] = ACTIONS(1770), + [anon_sym_as_QMARK] = ACTIONS(1772), + [anon_sym_PLUS_PLUS] = ACTIONS(1772), + [anon_sym_DASH_DASH] = ACTIONS(1772), + [anon_sym_BANG_BANG] = ACTIONS(1772), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -301217,448 +304676,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), - [sym_multiline_comment] = ACTIONS(3), - }, - [2539] = { - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(1922), - [sym__comparison_operator] = STATE(1923), - [sym__in_operator] = STATE(1928), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(2019), - [sym__multiplicative_operator] = STATE(2048), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_annotation] = STATE(7852), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2068), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(3013), - [anon_sym_LPAREN] = ACTIONS(3570), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(4342), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(3013), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(4350), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(4352), - [anon_sym_DOT_DOT] = ACTIONS(4354), - [anon_sym_QMARK_COLON] = ACTIONS(4356), - [anon_sym_AMP_AMP] = ACTIONS(4358), - [anon_sym_PIPE_PIPE] = ACTIONS(3013), - [anon_sym_else] = ACTIONS(3011), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_BANG_EQ] = ACTIONS(4362), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4364), - [anon_sym_EQ_EQ] = ACTIONS(4362), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4364), - [anon_sym_LT_EQ] = ACTIONS(4366), - [anon_sym_GT_EQ] = ACTIONS(4366), - [anon_sym_BANGin] = ACTIONS(4368), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), - [anon_sym_PLUS] = ACTIONS(4370), - [anon_sym_DASH] = ACTIONS(4370), - [anon_sym_SLASH] = ACTIONS(4372), - [anon_sym_PERCENT] = ACTIONS(4350), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), - [anon_sym_suspend] = ACTIONS(3011), - [anon_sym_sealed] = ACTIONS(3011), - [anon_sym_annotation] = ACTIONS(3011), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3011), - [anon_sym_lateinit] = ACTIONS(3011), - [anon_sym_public] = ACTIONS(3011), - [anon_sym_private] = ACTIONS(3011), - [anon_sym_internal] = ACTIONS(3011), - [anon_sym_protected] = ACTIONS(3011), - [anon_sym_tailrec] = ACTIONS(3011), - [anon_sym_operator] = ACTIONS(3011), - [anon_sym_infix] = ACTIONS(3011), - [anon_sym_inline] = ACTIONS(3011), - [anon_sym_external] = ACTIONS(3011), - [sym_property_modifier] = ACTIONS(3011), - [anon_sym_abstract] = ACTIONS(3011), - [anon_sym_final] = ACTIONS(3011), - [anon_sym_open] = ACTIONS(3011), - [anon_sym_vararg] = ACTIONS(3011), - [anon_sym_noinline] = ACTIONS(3011), - [anon_sym_crossinline] = ACTIONS(3011), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3013), - [sym_safe_nav] = ACTIONS(3596), - [sym_multiline_comment] = ACTIONS(3), - }, - [2540] = { - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(1922), - [sym__comparison_operator] = STATE(1923), - [sym__in_operator] = STATE(1928), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(2019), - [sym__multiplicative_operator] = STATE(2048), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_annotation] = STATE(7852), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2068), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(3063), - [anon_sym_LPAREN] = ACTIONS(3570), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(4342), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(3063), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(4350), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(4352), - [anon_sym_DOT_DOT] = ACTIONS(4354), - [anon_sym_QMARK_COLON] = ACTIONS(4356), - [anon_sym_AMP_AMP] = ACTIONS(4358), - [anon_sym_PIPE_PIPE] = ACTIONS(4360), - [anon_sym_else] = ACTIONS(3061), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_BANG_EQ] = ACTIONS(4362), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4364), - [anon_sym_EQ_EQ] = ACTIONS(4362), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4364), - [anon_sym_LT_EQ] = ACTIONS(4366), - [anon_sym_GT_EQ] = ACTIONS(4366), - [anon_sym_BANGin] = ACTIONS(4368), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), - [anon_sym_PLUS] = ACTIONS(4370), - [anon_sym_DASH] = ACTIONS(4370), - [anon_sym_SLASH] = ACTIONS(4372), - [anon_sym_PERCENT] = ACTIONS(4350), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), - [anon_sym_suspend] = ACTIONS(3061), - [anon_sym_sealed] = ACTIONS(3061), - [anon_sym_annotation] = ACTIONS(3061), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3061), - [anon_sym_lateinit] = ACTIONS(3061), - [anon_sym_public] = ACTIONS(3061), - [anon_sym_private] = ACTIONS(3061), - [anon_sym_internal] = ACTIONS(3061), - [anon_sym_protected] = ACTIONS(3061), - [anon_sym_tailrec] = ACTIONS(3061), - [anon_sym_operator] = ACTIONS(3061), - [anon_sym_infix] = ACTIONS(3061), - [anon_sym_inline] = ACTIONS(3061), - [anon_sym_external] = ACTIONS(3061), - [sym_property_modifier] = ACTIONS(3061), - [anon_sym_abstract] = ACTIONS(3061), - [anon_sym_final] = ACTIONS(3061), - [anon_sym_open] = ACTIONS(3061), - [anon_sym_vararg] = ACTIONS(3061), - [anon_sym_noinline] = ACTIONS(3061), - [anon_sym_crossinline] = ACTIONS(3061), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3063), - [sym_safe_nav] = ACTIONS(3596), - [sym_multiline_comment] = ACTIONS(3), - }, - [2541] = { - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(1922), - [sym__comparison_operator] = STATE(1923), - [sym__in_operator] = STATE(1928), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(2019), - [sym__multiplicative_operator] = STATE(2048), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_annotation] = STATE(7852), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2068), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [sym__alpha_identifier] = ACTIONS(2984), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(2986), - [anon_sym_LPAREN] = ACTIONS(3570), - [anon_sym_LT] = ACTIONS(2988), - [anon_sym_GT] = ACTIONS(2984), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(2986), - [anon_sym_get] = ACTIONS(2984), - [anon_sym_set] = ACTIONS(2984), - [anon_sym_STAR] = ACTIONS(4350), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(2984), - [anon_sym_DOT_DOT] = ACTIONS(2986), - [anon_sym_QMARK_COLON] = ACTIONS(2986), - [anon_sym_AMP_AMP] = ACTIONS(2986), - [anon_sym_PIPE_PIPE] = ACTIONS(2986), - [anon_sym_else] = ACTIONS(2984), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_BANG_EQ] = ACTIONS(2984), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2986), - [anon_sym_EQ_EQ] = ACTIONS(2984), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2986), - [anon_sym_LT_EQ] = ACTIONS(2986), - [anon_sym_GT_EQ] = ACTIONS(2986), - [anon_sym_BANGin] = ACTIONS(2986), - [anon_sym_is] = ACTIONS(2984), - [anon_sym_BANGis] = ACTIONS(2986), - [anon_sym_PLUS] = ACTIONS(4370), - [anon_sym_DASH] = ACTIONS(4370), - [anon_sym_SLASH] = ACTIONS(4372), - [anon_sym_PERCENT] = ACTIONS(4350), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), - [anon_sym_suspend] = ACTIONS(2984), - [anon_sym_sealed] = ACTIONS(2984), - [anon_sym_annotation] = ACTIONS(2984), - [anon_sym_data] = ACTIONS(2984), - [anon_sym_inner] = ACTIONS(2984), - [anon_sym_override] = ACTIONS(2984), - [anon_sym_lateinit] = ACTIONS(2984), - [anon_sym_public] = ACTIONS(2984), - [anon_sym_private] = ACTIONS(2984), - [anon_sym_internal] = ACTIONS(2984), - [anon_sym_protected] = ACTIONS(2984), - [anon_sym_tailrec] = ACTIONS(2984), - [anon_sym_operator] = ACTIONS(2984), - [anon_sym_infix] = ACTIONS(2984), - [anon_sym_inline] = ACTIONS(2984), - [anon_sym_external] = ACTIONS(2984), - [sym_property_modifier] = ACTIONS(2984), - [anon_sym_abstract] = ACTIONS(2984), - [anon_sym_final] = ACTIONS(2984), - [anon_sym_open] = ACTIONS(2984), - [anon_sym_vararg] = ACTIONS(2984), - [anon_sym_noinline] = ACTIONS(2984), - [anon_sym_crossinline] = ACTIONS(2984), - [anon_sym_expect] = ACTIONS(2984), - [anon_sym_actual] = ACTIONS(2984), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(2986), - [sym__automatic_semicolon] = ACTIONS(2986), - [sym_safe_nav] = ACTIONS(3596), - [sym_multiline_comment] = ACTIONS(3), - }, - [2542] = { - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(1922), - [sym__comparison_operator] = STATE(1923), - [sym__in_operator] = STATE(1928), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(2019), - [sym__multiplicative_operator] = STATE(2048), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_annotation] = STATE(7852), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2068), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(3051), - [anon_sym_LPAREN] = ACTIONS(3570), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(4342), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(3051), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(4350), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(4352), - [anon_sym_DOT_DOT] = ACTIONS(4354), - [anon_sym_QMARK_COLON] = ACTIONS(4356), - [anon_sym_AMP_AMP] = ACTIONS(4358), - [anon_sym_PIPE_PIPE] = ACTIONS(4360), - [anon_sym_else] = ACTIONS(3049), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_BANG_EQ] = ACTIONS(4362), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4364), - [anon_sym_EQ_EQ] = ACTIONS(4362), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4364), - [anon_sym_LT_EQ] = ACTIONS(4366), - [anon_sym_GT_EQ] = ACTIONS(4366), - [anon_sym_BANGin] = ACTIONS(4368), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), - [anon_sym_PLUS] = ACTIONS(4370), - [anon_sym_DASH] = ACTIONS(4370), - [anon_sym_SLASH] = ACTIONS(4372), - [anon_sym_PERCENT] = ACTIONS(4350), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), - [anon_sym_suspend] = ACTIONS(3049), - [anon_sym_sealed] = ACTIONS(3049), - [anon_sym_annotation] = ACTIONS(3049), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3049), - [anon_sym_lateinit] = ACTIONS(3049), - [anon_sym_public] = ACTIONS(3049), - [anon_sym_private] = ACTIONS(3049), - [anon_sym_internal] = ACTIONS(3049), - [anon_sym_protected] = ACTIONS(3049), - [anon_sym_tailrec] = ACTIONS(3049), - [anon_sym_operator] = ACTIONS(3049), - [anon_sym_infix] = ACTIONS(3049), - [anon_sym_inline] = ACTIONS(3049), - [anon_sym_external] = ACTIONS(3049), - [sym_property_modifier] = ACTIONS(3049), - [anon_sym_abstract] = ACTIONS(3049), - [anon_sym_final] = ACTIONS(3049), - [anon_sym_open] = ACTIONS(3049), - [anon_sym_vararg] = ACTIONS(3049), - [anon_sym_noinline] = ACTIONS(3049), - [anon_sym_crossinline] = ACTIONS(3049), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3051), - [sym_safe_nav] = ACTIONS(3596), + [sym__backtick_identifier] = ACTIONS(1772), + [sym__automatic_semicolon] = ACTIONS(1772), + [sym_safe_nav] = ACTIONS(1772), [sym_multiline_comment] = ACTIONS(3), }, - [2543] = { - [sym_primary_constructor] = STATE(4041), - [sym__class_parameters] = STATE(2990), - [sym_type_parameters] = STATE(2612), - [sym_type_constraints] = STATE(3070), - [sym_enum_class_body] = STATE(3235), - [sym_modifiers] = STATE(9064), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3102), + [2575] = { + [sym_primary_constructor] = STATE(4067), + [sym__class_parameters] = STATE(3039), + [sym_type_constraints] = STATE(3071), + [sym_enum_class_body] = STATE(3261), + [sym_modifiers] = STATE(9227), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3186), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(6000), - [anon_sym_LBRACK] = ACTIONS(3108), - [anon_sym_as] = ACTIONS(3102), - [anon_sym_constructor] = ACTIONS(5145), - [anon_sym_LBRACE] = ACTIONS(5155), - [anon_sym_RBRACE] = ACTIONS(3108), - [anon_sym_LPAREN] = ACTIONS(5149), - [anon_sym_RPAREN] = ACTIONS(3108), - [anon_sym_LT] = ACTIONS(5131), - [anon_sym_GT] = ACTIONS(3102), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(3102), - [anon_sym_SEMI] = ACTIONS(3108), - [anon_sym_get] = ACTIONS(3102), - [anon_sym_set] = ACTIONS(3102), - [anon_sym_STAR] = ACTIONS(3108), - [sym_label] = ACTIONS(3108), - [anon_sym_in] = ACTIONS(3102), - [anon_sym_while] = ACTIONS(3102), - [anon_sym_DOT_DOT] = ACTIONS(3108), - [anon_sym_QMARK_COLON] = ACTIONS(3108), - [anon_sym_AMP_AMP] = ACTIONS(3108), - [anon_sym_PIPE_PIPE] = ACTIONS(3108), - [anon_sym_else] = ACTIONS(3102), - [anon_sym_COLON_COLON] = ACTIONS(3108), - [anon_sym_BANG_EQ] = ACTIONS(3102), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3108), - [anon_sym_EQ_EQ] = ACTIONS(3102), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3108), - [anon_sym_LT_EQ] = ACTIONS(3108), - [anon_sym_GT_EQ] = ACTIONS(3108), - [anon_sym_BANGin] = ACTIONS(3108), - [anon_sym_is] = ACTIONS(3102), - [anon_sym_BANGis] = ACTIONS(3108), - [anon_sym_PLUS] = ACTIONS(3102), - [anon_sym_DASH] = ACTIONS(3102), - [anon_sym_SLASH] = ACTIONS(3102), - [anon_sym_PERCENT] = ACTIONS(3108), - [anon_sym_as_QMARK] = ACTIONS(3108), - [anon_sym_PLUS_PLUS] = ACTIONS(3108), - [anon_sym_DASH_DASH] = ACTIONS(3108), - [anon_sym_BANG_BANG] = ACTIONS(3108), + [anon_sym_COLON] = ACTIONS(6076), + [anon_sym_LBRACK] = ACTIONS(3190), + [anon_sym_as] = ACTIONS(3186), + [anon_sym_constructor] = ACTIONS(5169), + [anon_sym_LBRACE] = ACTIONS(5171), + [anon_sym_RBRACE] = ACTIONS(3190), + [anon_sym_LPAREN] = ACTIONS(5173), + [anon_sym_RPAREN] = ACTIONS(3190), + [anon_sym_LT] = ACTIONS(3186), + [anon_sym_GT] = ACTIONS(3186), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(3186), + [anon_sym_SEMI] = ACTIONS(3190), + [anon_sym_get] = ACTIONS(3186), + [anon_sym_set] = ACTIONS(3186), + [anon_sym_STAR] = ACTIONS(3190), + [sym_label] = ACTIONS(3190), + [anon_sym_in] = ACTIONS(3186), + [anon_sym_while] = ACTIONS(3186), + [anon_sym_DOT_DOT] = ACTIONS(3190), + [anon_sym_QMARK_COLON] = ACTIONS(3190), + [anon_sym_AMP_AMP] = ACTIONS(3190), + [anon_sym_PIPE_PIPE] = ACTIONS(3190), + [anon_sym_else] = ACTIONS(3186), + [anon_sym_COLON_COLON] = ACTIONS(3190), + [anon_sym_BANG_EQ] = ACTIONS(3186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3190), + [anon_sym_EQ_EQ] = ACTIONS(3186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3190), + [anon_sym_LT_EQ] = ACTIONS(3190), + [anon_sym_GT_EQ] = ACTIONS(3190), + [anon_sym_BANGin] = ACTIONS(3190), + [anon_sym_is] = ACTIONS(3186), + [anon_sym_BANGis] = ACTIONS(3190), + [anon_sym_PLUS] = ACTIONS(3186), + [anon_sym_DASH] = ACTIONS(3186), + [anon_sym_SLASH] = ACTIONS(3186), + [anon_sym_PERCENT] = ACTIONS(3190), + [anon_sym_as_QMARK] = ACTIONS(3190), + [anon_sym_PLUS_PLUS] = ACTIONS(3190), + [anon_sym_DASH_DASH] = ACTIONS(3190), + [anon_sym_BANG_BANG] = ACTIONS(3190), [anon_sym_suspend] = ACTIONS(3120), [anon_sym_sealed] = ACTIONS(3122), [anon_sym_annotation] = ACTIONS(3122), @@ -301685,149 +304772,146 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3134), [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3108), - [sym_safe_nav] = ACTIONS(3108), + [sym__backtick_identifier] = ACTIONS(3190), + [sym_safe_nav] = ACTIONS(3190), [sym_multiline_comment] = ACTIONS(3), }, - [2544] = { - [sym_primary_constructor] = STATE(4055), - [sym_class_body] = STATE(3870), - [sym__class_parameters] = STATE(3545), - [sym_type_parameters] = STATE(2582), - [sym_type_constraints] = STATE(3575), - [sym_modifiers] = STATE(9083), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3160), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(6002), - [anon_sym_LBRACK] = ACTIONS(3164), - [anon_sym_as] = ACTIONS(3160), - [anon_sym_constructor] = ACTIONS(5357), - [anon_sym_LBRACE] = ACTIONS(5421), - [anon_sym_RBRACE] = ACTIONS(3164), - [anon_sym_LPAREN] = ACTIONS(5361), - [anon_sym_COMMA] = ACTIONS(3164), - [anon_sym_LT] = ACTIONS(5340), - [anon_sym_GT] = ACTIONS(3160), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(3160), - [anon_sym_SEMI] = ACTIONS(3164), - [anon_sym_get] = ACTIONS(3160), - [anon_sym_set] = ACTIONS(3160), - [anon_sym_STAR] = ACTIONS(3164), - [sym_label] = ACTIONS(3164), - [anon_sym_in] = ACTIONS(3160), - [anon_sym_DOT_DOT] = ACTIONS(3164), - [anon_sym_QMARK_COLON] = ACTIONS(3164), - [anon_sym_AMP_AMP] = ACTIONS(3164), - [anon_sym_PIPE_PIPE] = ACTIONS(3164), - [anon_sym_else] = ACTIONS(3160), - [anon_sym_COLON_COLON] = ACTIONS(3164), - [anon_sym_BANG_EQ] = ACTIONS(3160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3164), - [anon_sym_EQ_EQ] = ACTIONS(3160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3164), - [anon_sym_LT_EQ] = ACTIONS(3164), - [anon_sym_GT_EQ] = ACTIONS(3164), - [anon_sym_BANGin] = ACTIONS(3164), - [anon_sym_is] = ACTIONS(3160), - [anon_sym_BANGis] = ACTIONS(3164), - [anon_sym_PLUS] = ACTIONS(3160), - [anon_sym_DASH] = ACTIONS(3160), - [anon_sym_SLASH] = ACTIONS(3160), - [anon_sym_PERCENT] = ACTIONS(3164), - [anon_sym_as_QMARK] = ACTIONS(3164), - [anon_sym_PLUS_PLUS] = ACTIONS(3164), - [anon_sym_DASH_DASH] = ACTIONS(3164), - [anon_sym_BANG_BANG] = ACTIONS(3164), - [anon_sym_suspend] = ACTIONS(3120), - [anon_sym_sealed] = ACTIONS(3122), - [anon_sym_annotation] = ACTIONS(3122), - [anon_sym_data] = ACTIONS(3122), - [anon_sym_inner] = ACTIONS(3122), - [anon_sym_override] = ACTIONS(3124), - [anon_sym_lateinit] = ACTIONS(3124), - [anon_sym_public] = ACTIONS(3126), - [anon_sym_private] = ACTIONS(3126), - [anon_sym_internal] = ACTIONS(3126), - [anon_sym_protected] = ACTIONS(3126), - [anon_sym_tailrec] = ACTIONS(3120), - [anon_sym_operator] = ACTIONS(3120), - [anon_sym_infix] = ACTIONS(3120), - [anon_sym_inline] = ACTIONS(3120), - [anon_sym_external] = ACTIONS(3120), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(3130), - [anon_sym_final] = ACTIONS(3130), - [anon_sym_open] = ACTIONS(3130), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3134), - [anon_sym_actual] = ACTIONS(3134), + [2576] = { + [sym_type_constraints] = STATE(2697), + [sym_property_delegate] = STATE(2793), + [sym_getter] = STATE(4567), + [sym_setter] = STATE(4567), + [sym_modifiers] = STATE(8747), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3230), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(3234), + [anon_sym_as] = ACTIONS(3230), + [anon_sym_EQ] = ACTIONS(6078), + [anon_sym_LBRACE] = ACTIONS(3234), + [anon_sym_RBRACE] = ACTIONS(3234), + [anon_sym_LPAREN] = ACTIONS(3234), + [anon_sym_RPAREN] = ACTIONS(3234), + [anon_sym_by] = ACTIONS(6056), + [anon_sym_LT] = ACTIONS(3230), + [anon_sym_GT] = ACTIONS(3230), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(3230), + [anon_sym_SEMI] = ACTIONS(6080), + [anon_sym_get] = ACTIONS(6060), + [anon_sym_set] = ACTIONS(6062), + [anon_sym_STAR] = ACTIONS(3234), + [sym_label] = ACTIONS(3234), + [anon_sym_in] = ACTIONS(3230), + [anon_sym_while] = ACTIONS(3230), + [anon_sym_DOT_DOT] = ACTIONS(3234), + [anon_sym_QMARK_COLON] = ACTIONS(3234), + [anon_sym_AMP_AMP] = ACTIONS(3234), + [anon_sym_PIPE_PIPE] = ACTIONS(3234), + [anon_sym_else] = ACTIONS(3230), + [anon_sym_COLON_COLON] = ACTIONS(3234), + [anon_sym_BANG_EQ] = ACTIONS(3230), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3234), + [anon_sym_EQ_EQ] = ACTIONS(3230), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3234), + [anon_sym_LT_EQ] = ACTIONS(3234), + [anon_sym_GT_EQ] = ACTIONS(3234), + [anon_sym_BANGin] = ACTIONS(3234), + [anon_sym_is] = ACTIONS(3230), + [anon_sym_BANGis] = ACTIONS(3234), + [anon_sym_PLUS] = ACTIONS(3230), + [anon_sym_DASH] = ACTIONS(3230), + [anon_sym_SLASH] = ACTIONS(3230), + [anon_sym_PERCENT] = ACTIONS(3234), + [anon_sym_as_QMARK] = ACTIONS(3234), + [anon_sym_PLUS_PLUS] = ACTIONS(3234), + [anon_sym_DASH_DASH] = ACTIONS(3234), + [anon_sym_BANG_BANG] = ACTIONS(3234), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3164), - [sym__automatic_semicolon] = ACTIONS(3164), - [sym_safe_nav] = ACTIONS(3164), + [sym__backtick_identifier] = ACTIONS(3234), + [sym_safe_nav] = ACTIONS(3234), [sym_multiline_comment] = ACTIONS(3), }, - [2545] = { - [sym_getter] = STATE(4668), - [sym_setter] = STATE(4668), - [sym_modifiers] = STATE(8861), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [2577] = { + [sym_type_constraints] = STATE(2637), + [sym_property_delegate] = STATE(2729), + [sym_getter] = STATE(5029), + [sym_setter] = STATE(5029), + [sym_modifiers] = STATE(8872), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1752), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1754), [anon_sym_as] = ACTIONS(1752), - [anon_sym_EQ] = ACTIONS(1752), + [anon_sym_EQ] = ACTIONS(6082), [anon_sym_LBRACE] = ACTIONS(1754), [anon_sym_RBRACE] = ACTIONS(1754), [anon_sym_LPAREN] = ACTIONS(1754), - [anon_sym_RPAREN] = ACTIONS(1754), + [anon_sym_COMMA] = ACTIONS(1754), + [anon_sym_by] = ACTIONS(6034), [anon_sym_LT] = ACTIONS(1752), [anon_sym_GT] = ACTIONS(1752), + [anon_sym_where] = ACTIONS(5366), [anon_sym_DOT] = ACTIONS(1752), - [anon_sym_SEMI] = ACTIONS(1754), - [anon_sym_get] = ACTIONS(5693), - [anon_sym_set] = ACTIONS(5695), - [anon_sym_STAR] = ACTIONS(1752), + [anon_sym_SEMI] = ACTIONS(4138), + [anon_sym_get] = ACTIONS(6050), + [anon_sym_set] = ACTIONS(6052), + [anon_sym_STAR] = ACTIONS(1754), [sym_label] = ACTIONS(1754), [anon_sym_in] = ACTIONS(1752), - [anon_sym_while] = ACTIONS(1752), [anon_sym_DOT_DOT] = ACTIONS(1754), [anon_sym_QMARK_COLON] = ACTIONS(1754), [anon_sym_AMP_AMP] = ACTIONS(1754), [anon_sym_PIPE_PIPE] = ACTIONS(1754), [anon_sym_else] = ACTIONS(1752), [anon_sym_COLON_COLON] = ACTIONS(1754), - [anon_sym_PLUS_EQ] = ACTIONS(1754), - [anon_sym_DASH_EQ] = ACTIONS(1754), - [anon_sym_STAR_EQ] = ACTIONS(1754), - [anon_sym_SLASH_EQ] = ACTIONS(1754), - [anon_sym_PERCENT_EQ] = ACTIONS(1754), [anon_sym_BANG_EQ] = ACTIONS(1752), [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), [anon_sym_EQ_EQ] = ACTIONS(1752), @@ -301840,7 +304924,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(1752), [anon_sym_DASH] = ACTIONS(1752), [anon_sym_SLASH] = ACTIONS(1752), - [anon_sym_PERCENT] = ACTIONS(1752), + [anon_sym_PERCENT] = ACTIONS(1754), [anon_sym_as_QMARK] = ACTIONS(1754), [anon_sym_PLUS_PLUS] = ACTIONS(1754), [anon_sym_DASH_DASH] = ACTIONS(1754), @@ -301868,168 +304952,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1754), + [sym__automatic_semicolon] = ACTIONS(1754), [sym_safe_nav] = ACTIONS(1754), [sym_multiline_comment] = ACTIONS(3), }, - [2546] = { - [sym_primary_constructor] = STATE(4058), - [sym__class_parameters] = STATE(3545), - [sym_type_parameters] = STATE(2583), - [sym_type_constraints] = STATE(3578), - [sym_enum_class_body] = STATE(3800), - [sym_modifiers] = STATE(9083), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3102), + [2578] = { + [sym_primary_constructor] = STATE(4039), + [sym__class_parameters] = STATE(3610), + [sym_type_constraints] = STATE(3656), + [sym_enum_class_body] = STATE(3752), + [sym_modifiers] = STATE(9241), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3212), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(6004), - [anon_sym_LBRACK] = ACTIONS(3108), - [anon_sym_as] = ACTIONS(3102), - [anon_sym_constructor] = ACTIONS(5357), - [anon_sym_LBRACE] = ACTIONS(5359), - [anon_sym_RBRACE] = ACTIONS(3108), - [anon_sym_LPAREN] = ACTIONS(5361), - [anon_sym_COMMA] = ACTIONS(3108), - [anon_sym_LT] = ACTIONS(5340), - [anon_sym_GT] = ACTIONS(3102), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(3102), - [anon_sym_SEMI] = ACTIONS(3108), - [anon_sym_get] = ACTIONS(3102), - [anon_sym_set] = ACTIONS(3102), - [anon_sym_STAR] = ACTIONS(3108), - [sym_label] = ACTIONS(3108), - [anon_sym_in] = ACTIONS(3102), - [anon_sym_DOT_DOT] = ACTIONS(3108), - [anon_sym_QMARK_COLON] = ACTIONS(3108), - [anon_sym_AMP_AMP] = ACTIONS(3108), - [anon_sym_PIPE_PIPE] = ACTIONS(3108), - [anon_sym_else] = ACTIONS(3102), - [anon_sym_COLON_COLON] = ACTIONS(3108), - [anon_sym_BANG_EQ] = ACTIONS(3102), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3108), - [anon_sym_EQ_EQ] = ACTIONS(3102), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3108), - [anon_sym_LT_EQ] = ACTIONS(3108), - [anon_sym_GT_EQ] = ACTIONS(3108), - [anon_sym_BANGin] = ACTIONS(3108), - [anon_sym_is] = ACTIONS(3102), - [anon_sym_BANGis] = ACTIONS(3108), - [anon_sym_PLUS] = ACTIONS(3102), - [anon_sym_DASH] = ACTIONS(3102), - [anon_sym_SLASH] = ACTIONS(3102), - [anon_sym_PERCENT] = ACTIONS(3108), - [anon_sym_as_QMARK] = ACTIONS(3108), - [anon_sym_PLUS_PLUS] = ACTIONS(3108), - [anon_sym_DASH_DASH] = ACTIONS(3108), - [anon_sym_BANG_BANG] = ACTIONS(3108), - [anon_sym_suspend] = ACTIONS(3120), - [anon_sym_sealed] = ACTIONS(3122), - [anon_sym_annotation] = ACTIONS(3122), - [anon_sym_data] = ACTIONS(3122), - [anon_sym_inner] = ACTIONS(3122), - [anon_sym_override] = ACTIONS(3124), - [anon_sym_lateinit] = ACTIONS(3124), - [anon_sym_public] = ACTIONS(3126), - [anon_sym_private] = ACTIONS(3126), - [anon_sym_internal] = ACTIONS(3126), - [anon_sym_protected] = ACTIONS(3126), - [anon_sym_tailrec] = ACTIONS(3120), - [anon_sym_operator] = ACTIONS(3120), - [anon_sym_infix] = ACTIONS(3120), - [anon_sym_inline] = ACTIONS(3120), - [anon_sym_external] = ACTIONS(3120), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(3130), - [anon_sym_final] = ACTIONS(3130), - [anon_sym_open] = ACTIONS(3130), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3134), - [anon_sym_actual] = ACTIONS(3134), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3108), - [sym__automatic_semicolon] = ACTIONS(3108), - [sym_safe_nav] = ACTIONS(3108), - [sym_multiline_comment] = ACTIONS(3), - }, - [2547] = { - [sym_primary_constructor] = STATE(4059), - [sym_class_body] = STATE(3800), - [sym__class_parameters] = STATE(3545), - [sym_type_parameters] = STATE(2584), - [sym_type_constraints] = STATE(3645), - [sym_modifiers] = STATE(9083), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3102), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(6006), - [anon_sym_LBRACK] = ACTIONS(3108), - [anon_sym_as] = ACTIONS(3102), - [anon_sym_constructor] = ACTIONS(5357), - [anon_sym_LBRACE] = ACTIONS(5421), - [anon_sym_RBRACE] = ACTIONS(3108), - [anon_sym_LPAREN] = ACTIONS(5361), - [anon_sym_COMMA] = ACTIONS(3108), - [anon_sym_LT] = ACTIONS(5340), - [anon_sym_GT] = ACTIONS(3102), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(3102), - [anon_sym_SEMI] = ACTIONS(3108), - [anon_sym_get] = ACTIONS(3102), - [anon_sym_set] = ACTIONS(3102), - [anon_sym_STAR] = ACTIONS(3108), - [sym_label] = ACTIONS(3108), - [anon_sym_in] = ACTIONS(3102), - [anon_sym_DOT_DOT] = ACTIONS(3108), - [anon_sym_QMARK_COLON] = ACTIONS(3108), - [anon_sym_AMP_AMP] = ACTIONS(3108), - [anon_sym_PIPE_PIPE] = ACTIONS(3108), - [anon_sym_else] = ACTIONS(3102), - [anon_sym_COLON_COLON] = ACTIONS(3108), - [anon_sym_BANG_EQ] = ACTIONS(3102), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3108), - [anon_sym_EQ_EQ] = ACTIONS(3102), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3108), - [anon_sym_LT_EQ] = ACTIONS(3108), - [anon_sym_GT_EQ] = ACTIONS(3108), - [anon_sym_BANGin] = ACTIONS(3108), - [anon_sym_is] = ACTIONS(3102), - [anon_sym_BANGis] = ACTIONS(3108), - [anon_sym_PLUS] = ACTIONS(3102), - [anon_sym_DASH] = ACTIONS(3102), - [anon_sym_SLASH] = ACTIONS(3102), - [anon_sym_PERCENT] = ACTIONS(3108), - [anon_sym_as_QMARK] = ACTIONS(3108), - [anon_sym_PLUS_PLUS] = ACTIONS(3108), - [anon_sym_DASH_DASH] = ACTIONS(3108), - [anon_sym_BANG_BANG] = ACTIONS(3108), + [anon_sym_COLON] = ACTIONS(6084), + [anon_sym_LBRACK] = ACTIONS(3216), + [anon_sym_as] = ACTIONS(3212), + [anon_sym_constructor] = ACTIONS(5358), + [anon_sym_LBRACE] = ACTIONS(5415), + [anon_sym_RBRACE] = ACTIONS(3216), + [anon_sym_LPAREN] = ACTIONS(5362), + [anon_sym_COMMA] = ACTIONS(3216), + [anon_sym_LT] = ACTIONS(3212), + [anon_sym_GT] = ACTIONS(3212), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(3212), + [anon_sym_SEMI] = ACTIONS(3216), + [anon_sym_get] = ACTIONS(3212), + [anon_sym_set] = ACTIONS(3212), + [anon_sym_STAR] = ACTIONS(3216), + [sym_label] = ACTIONS(3216), + [anon_sym_in] = ACTIONS(3212), + [anon_sym_DOT_DOT] = ACTIONS(3216), + [anon_sym_QMARK_COLON] = ACTIONS(3216), + [anon_sym_AMP_AMP] = ACTIONS(3216), + [anon_sym_PIPE_PIPE] = ACTIONS(3216), + [anon_sym_else] = ACTIONS(3212), + [anon_sym_COLON_COLON] = ACTIONS(3216), + [anon_sym_BANG_EQ] = ACTIONS(3212), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3216), + [anon_sym_EQ_EQ] = ACTIONS(3212), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3216), + [anon_sym_LT_EQ] = ACTIONS(3216), + [anon_sym_GT_EQ] = ACTIONS(3216), + [anon_sym_BANGin] = ACTIONS(3216), + [anon_sym_is] = ACTIONS(3212), + [anon_sym_BANGis] = ACTIONS(3216), + [anon_sym_PLUS] = ACTIONS(3212), + [anon_sym_DASH] = ACTIONS(3212), + [anon_sym_SLASH] = ACTIONS(3212), + [anon_sym_PERCENT] = ACTIONS(3216), + [anon_sym_as_QMARK] = ACTIONS(3216), + [anon_sym_PLUS_PLUS] = ACTIONS(3216), + [anon_sym_DASH_DASH] = ACTIONS(3216), + [anon_sym_BANG_BANG] = ACTIONS(3216), [anon_sym_suspend] = ACTIONS(3120), [anon_sym_sealed] = ACTIONS(3122), [anon_sym_annotation] = ACTIONS(3122), @@ -302056,74 +305047,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3134), [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3108), - [sym__automatic_semicolon] = ACTIONS(3108), - [sym_safe_nav] = ACTIONS(3108), + [sym__backtick_identifier] = ACTIONS(3216), + [sym__automatic_semicolon] = ACTIONS(3216), + [sym_safe_nav] = ACTIONS(3216), [sym_multiline_comment] = ACTIONS(3), }, - [2548] = { - [sym_getter] = STATE(4644), - [sym_setter] = STATE(4644), - [sym_modifiers] = STATE(8861), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3340), + [2579] = { + [sym_getter] = STATE(4945), + [sym_setter] = STATE(4945), + [sym_modifiers] = STATE(8904), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3342), - [anon_sym_as] = ACTIONS(3340), - [anon_sym_EQ] = ACTIONS(3340), - [anon_sym_LBRACE] = ACTIONS(3342), - [anon_sym_RBRACE] = ACTIONS(3342), - [anon_sym_LPAREN] = ACTIONS(3342), - [anon_sym_RPAREN] = ACTIONS(3342), - [anon_sym_LT] = ACTIONS(3340), - [anon_sym_GT] = ACTIONS(3340), - [anon_sym_DOT] = ACTIONS(3340), - [anon_sym_SEMI] = ACTIONS(3342), - [anon_sym_get] = ACTIONS(5693), - [anon_sym_set] = ACTIONS(5695), - [anon_sym_STAR] = ACTIONS(3340), - [sym_label] = ACTIONS(3342), - [anon_sym_in] = ACTIONS(3340), - [anon_sym_while] = ACTIONS(3340), - [anon_sym_DOT_DOT] = ACTIONS(3342), - [anon_sym_QMARK_COLON] = ACTIONS(3342), - [anon_sym_AMP_AMP] = ACTIONS(3342), - [anon_sym_PIPE_PIPE] = ACTIONS(3342), - [anon_sym_else] = ACTIONS(3340), - [anon_sym_COLON_COLON] = ACTIONS(3342), - [anon_sym_PLUS_EQ] = ACTIONS(3342), - [anon_sym_DASH_EQ] = ACTIONS(3342), - [anon_sym_STAR_EQ] = ACTIONS(3342), - [anon_sym_SLASH_EQ] = ACTIONS(3342), - [anon_sym_PERCENT_EQ] = ACTIONS(3342), - [anon_sym_BANG_EQ] = ACTIONS(3340), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3342), - [anon_sym_EQ_EQ] = ACTIONS(3340), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3342), - [anon_sym_LT_EQ] = ACTIONS(3342), - [anon_sym_GT_EQ] = ACTIONS(3342), - [anon_sym_BANGin] = ACTIONS(3342), - [anon_sym_is] = ACTIONS(3340), - [anon_sym_BANGis] = ACTIONS(3342), - [anon_sym_PLUS] = ACTIONS(3340), - [anon_sym_DASH] = ACTIONS(3340), - [anon_sym_SLASH] = ACTIONS(3340), - [anon_sym_PERCENT] = ACTIONS(3340), - [anon_sym_as_QMARK] = ACTIONS(3342), - [anon_sym_PLUS_PLUS] = ACTIONS(3342), - [anon_sym_DASH_DASH] = ACTIONS(3342), - [anon_sym_BANG_BANG] = ACTIONS(3342), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_EQ] = ACTIONS(3278), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(3280), + [anon_sym_get] = ACTIONS(5784), + [anon_sym_set] = ACTIONS(5786), + [anon_sym_STAR] = ACTIONS(3278), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_PLUS_EQ] = ACTIONS(3280), + [anon_sym_DASH_EQ] = ACTIONS(3280), + [anon_sym_STAR_EQ] = ACTIONS(3280), + [anon_sym_SLASH_EQ] = ACTIONS(3280), + [anon_sym_PERCENT_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3278), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3280), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -302147,76 +305136,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3342), - [sym_safe_nav] = ACTIONS(3342), + [sym__backtick_identifier] = ACTIONS(3280), + [sym__automatic_semicolon] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), [sym_multiline_comment] = ACTIONS(3), }, - [2549] = { - [sym_getter] = STATE(4680), - [sym_setter] = STATE(4680), - [sym_modifiers] = STATE(8861), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1770), + [2580] = { + [sym_getter] = STATE(5029), + [sym_setter] = STATE(5029), + [sym_modifiers] = STATE(8904), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1752), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1772), - [anon_sym_as] = ACTIONS(1770), - [anon_sym_EQ] = ACTIONS(1770), - [anon_sym_LBRACE] = ACTIONS(1772), - [anon_sym_RBRACE] = ACTIONS(1772), - [anon_sym_LPAREN] = ACTIONS(1772), - [anon_sym_RPAREN] = ACTIONS(1772), - [anon_sym_LT] = ACTIONS(1770), - [anon_sym_GT] = ACTIONS(1770), - [anon_sym_DOT] = ACTIONS(1770), - [anon_sym_SEMI] = ACTIONS(3688), - [anon_sym_get] = ACTIONS(5693), - [anon_sym_set] = ACTIONS(5695), - [anon_sym_STAR] = ACTIONS(1770), - [sym_label] = ACTIONS(1772), - [anon_sym_in] = ACTIONS(1770), - [anon_sym_while] = ACTIONS(1770), - [anon_sym_DOT_DOT] = ACTIONS(1772), - [anon_sym_QMARK_COLON] = ACTIONS(1772), - [anon_sym_AMP_AMP] = ACTIONS(1772), - [anon_sym_PIPE_PIPE] = ACTIONS(1772), - [anon_sym_else] = ACTIONS(1770), - [anon_sym_COLON_COLON] = ACTIONS(1772), - [anon_sym_PLUS_EQ] = ACTIONS(1772), - [anon_sym_DASH_EQ] = ACTIONS(1772), - [anon_sym_STAR_EQ] = ACTIONS(1772), - [anon_sym_SLASH_EQ] = ACTIONS(1772), - [anon_sym_PERCENT_EQ] = ACTIONS(1772), - [anon_sym_BANG_EQ] = ACTIONS(1770), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1772), - [anon_sym_EQ_EQ] = ACTIONS(1770), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1772), - [anon_sym_LT_EQ] = ACTIONS(1772), - [anon_sym_GT_EQ] = ACTIONS(1772), - [anon_sym_BANGin] = ACTIONS(1772), - [anon_sym_is] = ACTIONS(1770), - [anon_sym_BANGis] = ACTIONS(1772), - [anon_sym_PLUS] = ACTIONS(1770), - [anon_sym_DASH] = ACTIONS(1770), - [anon_sym_SLASH] = ACTIONS(1770), - [anon_sym_PERCENT] = ACTIONS(1770), - [anon_sym_as_QMARK] = ACTIONS(1772), - [anon_sym_PLUS_PLUS] = ACTIONS(1772), - [anon_sym_DASH_DASH] = ACTIONS(1772), - [anon_sym_BANG_BANG] = ACTIONS(1772), + [anon_sym_LBRACK] = ACTIONS(1754), + [anon_sym_as] = ACTIONS(1752), + [anon_sym_EQ] = ACTIONS(1752), + [anon_sym_LBRACE] = ACTIONS(1754), + [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_LPAREN] = ACTIONS(1754), + [anon_sym_LT] = ACTIONS(1752), + [anon_sym_GT] = ACTIONS(1752), + [anon_sym_DOT] = ACTIONS(1752), + [anon_sym_SEMI] = ACTIONS(3704), + [anon_sym_get] = ACTIONS(5784), + [anon_sym_set] = ACTIONS(5786), + [anon_sym_STAR] = ACTIONS(1752), + [sym_label] = ACTIONS(1754), + [anon_sym_in] = ACTIONS(1752), + [anon_sym_DOT_DOT] = ACTIONS(1754), + [anon_sym_QMARK_COLON] = ACTIONS(1754), + [anon_sym_AMP_AMP] = ACTIONS(1754), + [anon_sym_PIPE_PIPE] = ACTIONS(1754), + [anon_sym_else] = ACTIONS(1752), + [anon_sym_COLON_COLON] = ACTIONS(1754), + [anon_sym_PLUS_EQ] = ACTIONS(1754), + [anon_sym_DASH_EQ] = ACTIONS(1754), + [anon_sym_STAR_EQ] = ACTIONS(1754), + [anon_sym_SLASH_EQ] = ACTIONS(1754), + [anon_sym_PERCENT_EQ] = ACTIONS(1754), + [anon_sym_BANG_EQ] = ACTIONS(1752), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), + [anon_sym_EQ_EQ] = ACTIONS(1752), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), + [anon_sym_LT_EQ] = ACTIONS(1754), + [anon_sym_GT_EQ] = ACTIONS(1754), + [anon_sym_BANGin] = ACTIONS(1754), + [anon_sym_is] = ACTIONS(1752), + [anon_sym_BANGis] = ACTIONS(1754), + [anon_sym_PLUS] = ACTIONS(1752), + [anon_sym_DASH] = ACTIONS(1752), + [anon_sym_SLASH] = ACTIONS(1752), + [anon_sym_PERCENT] = ACTIONS(1752), + [anon_sym_as_QMARK] = ACTIONS(1754), + [anon_sym_PLUS_PLUS] = ACTIONS(1754), + [anon_sym_DASH_DASH] = ACTIONS(1754), + [anon_sym_BANG_BANG] = ACTIONS(1754), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -302240,262 +305228,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1772), - [sym_safe_nav] = ACTIONS(1772), - [sym_multiline_comment] = ACTIONS(3), - }, - [2550] = { - [sym_primary_constructor] = STATE(4062), - [sym__class_parameters] = STATE(3545), - [sym_type_parameters] = STATE(2586), - [sym_type_constraints] = STATE(3605), - [sym_enum_class_body] = STATE(3803), - [sym_modifiers] = STATE(9083), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3136), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(6008), - [anon_sym_LBRACK] = ACTIONS(3140), - [anon_sym_as] = ACTIONS(3136), - [anon_sym_constructor] = ACTIONS(5357), - [anon_sym_LBRACE] = ACTIONS(5359), - [anon_sym_RBRACE] = ACTIONS(3140), - [anon_sym_LPAREN] = ACTIONS(5361), - [anon_sym_COMMA] = ACTIONS(3140), - [anon_sym_LT] = ACTIONS(5340), - [anon_sym_GT] = ACTIONS(3136), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(3136), - [anon_sym_SEMI] = ACTIONS(3140), - [anon_sym_get] = ACTIONS(3136), - [anon_sym_set] = ACTIONS(3136), - [anon_sym_STAR] = ACTIONS(3140), - [sym_label] = ACTIONS(3140), - [anon_sym_in] = ACTIONS(3136), - [anon_sym_DOT_DOT] = ACTIONS(3140), - [anon_sym_QMARK_COLON] = ACTIONS(3140), - [anon_sym_AMP_AMP] = ACTIONS(3140), - [anon_sym_PIPE_PIPE] = ACTIONS(3140), - [anon_sym_else] = ACTIONS(3136), - [anon_sym_COLON_COLON] = ACTIONS(3140), - [anon_sym_BANG_EQ] = ACTIONS(3136), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3140), - [anon_sym_EQ_EQ] = ACTIONS(3136), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3140), - [anon_sym_LT_EQ] = ACTIONS(3140), - [anon_sym_GT_EQ] = ACTIONS(3140), - [anon_sym_BANGin] = ACTIONS(3140), - [anon_sym_is] = ACTIONS(3136), - [anon_sym_BANGis] = ACTIONS(3140), - [anon_sym_PLUS] = ACTIONS(3136), - [anon_sym_DASH] = ACTIONS(3136), - [anon_sym_SLASH] = ACTIONS(3136), - [anon_sym_PERCENT] = ACTIONS(3140), - [anon_sym_as_QMARK] = ACTIONS(3140), - [anon_sym_PLUS_PLUS] = ACTIONS(3140), - [anon_sym_DASH_DASH] = ACTIONS(3140), - [anon_sym_BANG_BANG] = ACTIONS(3140), - [anon_sym_suspend] = ACTIONS(3120), - [anon_sym_sealed] = ACTIONS(3122), - [anon_sym_annotation] = ACTIONS(3122), - [anon_sym_data] = ACTIONS(3122), - [anon_sym_inner] = ACTIONS(3122), - [anon_sym_override] = ACTIONS(3124), - [anon_sym_lateinit] = ACTIONS(3124), - [anon_sym_public] = ACTIONS(3126), - [anon_sym_private] = ACTIONS(3126), - [anon_sym_internal] = ACTIONS(3126), - [anon_sym_protected] = ACTIONS(3126), - [anon_sym_tailrec] = ACTIONS(3120), - [anon_sym_operator] = ACTIONS(3120), - [anon_sym_infix] = ACTIONS(3120), - [anon_sym_inline] = ACTIONS(3120), - [anon_sym_external] = ACTIONS(3120), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(3130), - [anon_sym_final] = ACTIONS(3130), - [anon_sym_open] = ACTIONS(3130), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3134), - [anon_sym_actual] = ACTIONS(3134), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3140), - [sym__automatic_semicolon] = ACTIONS(3140), - [sym_safe_nav] = ACTIONS(3140), - [sym_multiline_comment] = ACTIONS(3), - }, - [2551] = { - [sym_primary_constructor] = STATE(5214), - [sym_class_body] = STATE(4628), - [sym__class_parameters] = STATE(4539), - [sym_type_parameters] = STATE(2574), - [sym_type_constraints] = STATE(4545), - [sym_modifiers] = STATE(9107), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3160), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(6010), - [anon_sym_LBRACK] = ACTIONS(3164), - [anon_sym_as] = ACTIONS(3160), - [anon_sym_constructor] = ACTIONS(5125), - [anon_sym_LBRACE] = ACTIONS(5127), - [anon_sym_RBRACE] = ACTIONS(3164), - [anon_sym_LPAREN] = ACTIONS(5129), - [anon_sym_RPAREN] = ACTIONS(3164), - [anon_sym_LT] = ACTIONS(5131), - [anon_sym_GT] = ACTIONS(3160), - [anon_sym_where] = ACTIONS(5133), - [anon_sym_DOT] = ACTIONS(3160), - [anon_sym_SEMI] = ACTIONS(3164), - [anon_sym_get] = ACTIONS(3160), - [anon_sym_set] = ACTIONS(3160), - [anon_sym_STAR] = ACTIONS(3164), - [sym_label] = ACTIONS(3164), - [anon_sym_in] = ACTIONS(3160), - [anon_sym_while] = ACTIONS(3160), - [anon_sym_DOT_DOT] = ACTIONS(3164), - [anon_sym_QMARK_COLON] = ACTIONS(3164), - [anon_sym_AMP_AMP] = ACTIONS(3164), - [anon_sym_PIPE_PIPE] = ACTIONS(3164), - [anon_sym_else] = ACTIONS(3160), - [anon_sym_COLON_COLON] = ACTIONS(3164), - [anon_sym_BANG_EQ] = ACTIONS(3160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3164), - [anon_sym_EQ_EQ] = ACTIONS(3160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3164), - [anon_sym_LT_EQ] = ACTIONS(3164), - [anon_sym_GT_EQ] = ACTIONS(3164), - [anon_sym_BANGin] = ACTIONS(3164), - [anon_sym_is] = ACTIONS(3160), - [anon_sym_BANGis] = ACTIONS(3164), - [anon_sym_PLUS] = ACTIONS(3160), - [anon_sym_DASH] = ACTIONS(3160), - [anon_sym_SLASH] = ACTIONS(3160), - [anon_sym_PERCENT] = ACTIONS(3164), - [anon_sym_as_QMARK] = ACTIONS(3164), - [anon_sym_PLUS_PLUS] = ACTIONS(3164), - [anon_sym_DASH_DASH] = ACTIONS(3164), - [anon_sym_BANG_BANG] = ACTIONS(3164), - [anon_sym_suspend] = ACTIONS(3120), - [anon_sym_sealed] = ACTIONS(3122), - [anon_sym_annotation] = ACTIONS(3122), - [anon_sym_data] = ACTIONS(3122), - [anon_sym_inner] = ACTIONS(3122), - [anon_sym_override] = ACTIONS(3124), - [anon_sym_lateinit] = ACTIONS(3124), - [anon_sym_public] = ACTIONS(3126), - [anon_sym_private] = ACTIONS(3126), - [anon_sym_internal] = ACTIONS(3126), - [anon_sym_protected] = ACTIONS(3126), - [anon_sym_tailrec] = ACTIONS(3120), - [anon_sym_operator] = ACTIONS(3120), - [anon_sym_infix] = ACTIONS(3120), - [anon_sym_inline] = ACTIONS(3120), - [anon_sym_external] = ACTIONS(3120), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(3130), - [anon_sym_final] = ACTIONS(3130), - [anon_sym_open] = ACTIONS(3130), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3134), - [anon_sym_actual] = ACTIONS(3134), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3164), - [sym_safe_nav] = ACTIONS(3164), + [sym__backtick_identifier] = ACTIONS(1754), + [sym__automatic_semicolon] = ACTIONS(1754), + [sym_safe_nav] = ACTIONS(1754), [sym_multiline_comment] = ACTIONS(3), }, - [2552] = { - [sym_getter] = STATE(4657), - [sym_setter] = STATE(4657), - [sym_modifiers] = STATE(8861), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1782), + [2581] = { + [sym_getter] = STATE(3875), + [sym_setter] = STATE(3875), + [sym_modifiers] = STATE(8721), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1784), - [anon_sym_as] = ACTIONS(1782), - [anon_sym_EQ] = ACTIONS(1782), - [anon_sym_LBRACE] = ACTIONS(1784), - [anon_sym_RBRACE] = ACTIONS(1784), - [anon_sym_LPAREN] = ACTIONS(1784), - [anon_sym_RPAREN] = ACTIONS(1784), - [anon_sym_LT] = ACTIONS(1782), - [anon_sym_GT] = ACTIONS(1782), - [anon_sym_DOT] = ACTIONS(1782), - [anon_sym_SEMI] = ACTIONS(1784), - [anon_sym_get] = ACTIONS(5693), - [anon_sym_set] = ACTIONS(5695), - [anon_sym_STAR] = ACTIONS(1782), - [sym_label] = ACTIONS(1784), - [anon_sym_in] = ACTIONS(1782), - [anon_sym_while] = ACTIONS(1782), - [anon_sym_DOT_DOT] = ACTIONS(1784), - [anon_sym_QMARK_COLON] = ACTIONS(1784), - [anon_sym_AMP_AMP] = ACTIONS(1784), - [anon_sym_PIPE_PIPE] = ACTIONS(1784), - [anon_sym_else] = ACTIONS(1782), - [anon_sym_COLON_COLON] = ACTIONS(1784), - [anon_sym_PLUS_EQ] = ACTIONS(1784), - [anon_sym_DASH_EQ] = ACTIONS(1784), - [anon_sym_STAR_EQ] = ACTIONS(1784), - [anon_sym_SLASH_EQ] = ACTIONS(1784), - [anon_sym_PERCENT_EQ] = ACTIONS(1784), - [anon_sym_BANG_EQ] = ACTIONS(1782), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1784), - [anon_sym_EQ_EQ] = ACTIONS(1782), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1784), - [anon_sym_LT_EQ] = ACTIONS(1784), - [anon_sym_GT_EQ] = ACTIONS(1784), - [anon_sym_BANGin] = ACTIONS(1784), - [anon_sym_is] = ACTIONS(1782), - [anon_sym_BANGis] = ACTIONS(1784), - [anon_sym_PLUS] = ACTIONS(1782), - [anon_sym_DASH] = ACTIONS(1782), - [anon_sym_SLASH] = ACTIONS(1782), - [anon_sym_PERCENT] = ACTIONS(1782), - [anon_sym_as_QMARK] = ACTIONS(1784), - [anon_sym_PLUS_PLUS] = ACTIONS(1784), - [anon_sym_DASH_DASH] = ACTIONS(1784), - [anon_sym_BANG_BANG] = ACTIONS(1784), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_EQ] = ACTIONS(3278), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(5810), + [anon_sym_get] = ACTIONS(5812), + [anon_sym_set] = ACTIONS(5814), + [anon_sym_STAR] = ACTIONS(3278), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_PLUS_EQ] = ACTIONS(3280), + [anon_sym_DASH_EQ] = ACTIONS(3280), + [anon_sym_STAR_EQ] = ACTIONS(3280), + [anon_sym_SLASH_EQ] = ACTIONS(3280), + [anon_sym_PERCENT_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3278), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3280), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -302519,138 +305320,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1784), - [sym_safe_nav] = ACTIONS(1784), - [sym_multiline_comment] = ACTIONS(3), - }, - [2553] = { - [sym_primary_constructor] = STATE(4080), - [sym__class_parameters] = STATE(2990), - [sym_type_parameters] = STATE(2600), - [sym_type_constraints] = STATE(3089), - [sym_enum_class_body] = STATE(3187), - [sym_modifiers] = STATE(9064), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3136), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(6012), - [anon_sym_LBRACK] = ACTIONS(3140), - [anon_sym_as] = ACTIONS(3136), - [anon_sym_constructor] = ACTIONS(5145), - [anon_sym_LBRACE] = ACTIONS(5155), - [anon_sym_RBRACE] = ACTIONS(3140), - [anon_sym_LPAREN] = ACTIONS(5149), - [anon_sym_RPAREN] = ACTIONS(3140), - [anon_sym_LT] = ACTIONS(5131), - [anon_sym_GT] = ACTIONS(3136), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(3136), - [anon_sym_SEMI] = ACTIONS(3140), - [anon_sym_get] = ACTIONS(3136), - [anon_sym_set] = ACTIONS(3136), - [anon_sym_STAR] = ACTIONS(3140), - [sym_label] = ACTIONS(3140), - [anon_sym_in] = ACTIONS(3136), - [anon_sym_while] = ACTIONS(3136), - [anon_sym_DOT_DOT] = ACTIONS(3140), - [anon_sym_QMARK_COLON] = ACTIONS(3140), - [anon_sym_AMP_AMP] = ACTIONS(3140), - [anon_sym_PIPE_PIPE] = ACTIONS(3140), - [anon_sym_else] = ACTIONS(3136), - [anon_sym_COLON_COLON] = ACTIONS(3140), - [anon_sym_BANG_EQ] = ACTIONS(3136), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3140), - [anon_sym_EQ_EQ] = ACTIONS(3136), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3140), - [anon_sym_LT_EQ] = ACTIONS(3140), - [anon_sym_GT_EQ] = ACTIONS(3140), - [anon_sym_BANGin] = ACTIONS(3140), - [anon_sym_is] = ACTIONS(3136), - [anon_sym_BANGis] = ACTIONS(3140), - [anon_sym_PLUS] = ACTIONS(3136), - [anon_sym_DASH] = ACTIONS(3136), - [anon_sym_SLASH] = ACTIONS(3136), - [anon_sym_PERCENT] = ACTIONS(3140), - [anon_sym_as_QMARK] = ACTIONS(3140), - [anon_sym_PLUS_PLUS] = ACTIONS(3140), - [anon_sym_DASH_DASH] = ACTIONS(3140), - [anon_sym_BANG_BANG] = ACTIONS(3140), - [anon_sym_suspend] = ACTIONS(3120), - [anon_sym_sealed] = ACTIONS(3122), - [anon_sym_annotation] = ACTIONS(3122), - [anon_sym_data] = ACTIONS(3122), - [anon_sym_inner] = ACTIONS(3122), - [anon_sym_override] = ACTIONS(3124), - [anon_sym_lateinit] = ACTIONS(3124), - [anon_sym_public] = ACTIONS(3126), - [anon_sym_private] = ACTIONS(3126), - [anon_sym_internal] = ACTIONS(3126), - [anon_sym_protected] = ACTIONS(3126), - [anon_sym_tailrec] = ACTIONS(3120), - [anon_sym_operator] = ACTIONS(3120), - [anon_sym_infix] = ACTIONS(3120), - [anon_sym_inline] = ACTIONS(3120), - [anon_sym_external] = ACTIONS(3120), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(3130), - [anon_sym_final] = ACTIONS(3130), - [anon_sym_open] = ACTIONS(3130), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3134), - [anon_sym_actual] = ACTIONS(3134), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3140), - [sym_safe_nav] = ACTIONS(3140), + [sym__backtick_identifier] = ACTIONS(3280), + [sym__automatic_semicolon] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), [sym_multiline_comment] = ACTIONS(3), }, - [2554] = { - [sym_primary_constructor] = STATE(4035), - [sym_class_body] = STATE(3235), - [sym__class_parameters] = STATE(2990), - [sym_type_parameters] = STATE(2609), - [sym_type_constraints] = STATE(3077), - [sym_modifiers] = STATE(9064), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), + [2582] = { + [sym_primary_constructor] = STATE(4104), + [sym__class_parameters] = STATE(3610), + [sym_type_parameters] = STATE(2635), + [sym_type_constraints] = STATE(3669), + [sym_enum_class_body] = STATE(3688), + [sym_modifiers] = STATE(9241), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), [sym__alpha_identifier] = ACTIONS(3102), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(6014), + [anon_sym_COLON] = ACTIONS(6086), [anon_sym_LBRACK] = ACTIONS(3108), [anon_sym_as] = ACTIONS(3102), - [anon_sym_constructor] = ACTIONS(5145), - [anon_sym_LBRACE] = ACTIONS(5147), + [anon_sym_constructor] = ACTIONS(5358), + [anon_sym_LBRACE] = ACTIONS(5415), [anon_sym_RBRACE] = ACTIONS(3108), - [anon_sym_LPAREN] = ACTIONS(5149), - [anon_sym_RPAREN] = ACTIONS(3108), - [anon_sym_LT] = ACTIONS(5131), + [anon_sym_LPAREN] = ACTIONS(5362), + [anon_sym_LT] = ACTIONS(5364), [anon_sym_GT] = ACTIONS(3102), - [anon_sym_where] = ACTIONS(5151), + [anon_sym_where] = ACTIONS(5366), [anon_sym_DOT] = ACTIONS(3102), [anon_sym_SEMI] = ACTIONS(3108), [anon_sym_get] = ACTIONS(3102), @@ -302658,7 +305366,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(3108), [sym_label] = ACTIONS(3108), [anon_sym_in] = ACTIONS(3102), - [anon_sym_while] = ACTIONS(3102), [anon_sym_DOT_DOT] = ACTIONS(3108), [anon_sym_QMARK_COLON] = ACTIONS(3108), [anon_sym_AMP_AMP] = ACTIONS(3108), @@ -302709,41 +305416,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(3108), + [sym__automatic_semicolon] = ACTIONS(3108), [sym_safe_nav] = ACTIONS(3108), [sym_multiline_comment] = ACTIONS(3), }, - [2555] = { - [sym_primary_constructor] = STATE(5187), - [sym__class_parameters] = STATE(4539), - [sym_type_parameters] = STATE(2576), - [sym_type_constraints] = STATE(4532), - [sym_enum_class_body] = STATE(4640), - [sym_modifiers] = STATE(9107), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), + [2583] = { + [sym_primary_constructor] = STATE(5282), + [sym__class_parameters] = STATE(4841), + [sym_type_parameters] = STATE(2686), + [sym_type_constraints] = STATE(4865), + [sym_enum_class_body] = STATE(4992), + [sym_modifiers] = STATE(9347), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), [sym__alpha_identifier] = ACTIONS(3102), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(6016), + [anon_sym_COLON] = ACTIONS(6088), [anon_sym_LBRACK] = ACTIONS(3108), [anon_sym_as] = ACTIONS(3102), - [anon_sym_constructor] = ACTIONS(5125), - [anon_sym_LBRACE] = ACTIONS(5137), + [anon_sym_constructor] = ACTIONS(5399), + [anon_sym_LBRACE] = ACTIONS(5411), [anon_sym_RBRACE] = ACTIONS(3108), - [anon_sym_LPAREN] = ACTIONS(5129), - [anon_sym_RPAREN] = ACTIONS(3108), - [anon_sym_LT] = ACTIONS(5131), + [anon_sym_LPAREN] = ACTIONS(5403), + [anon_sym_LT] = ACTIONS(5364), [anon_sym_GT] = ACTIONS(3102), - [anon_sym_where] = ACTIONS(5133), + [anon_sym_where] = ACTIONS(5405), [anon_sym_DOT] = ACTIONS(3102), [anon_sym_SEMI] = ACTIONS(3108), [anon_sym_get] = ACTIONS(3102), @@ -302751,7 +305458,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(3108), [sym_label] = ACTIONS(3108), [anon_sym_in] = ACTIONS(3102), - [anon_sym_while] = ACTIONS(3102), [anon_sym_DOT_DOT] = ACTIONS(3108), [anon_sym_QMARK_COLON] = ACTIONS(3108), [anon_sym_AMP_AMP] = ACTIONS(3108), @@ -302802,210 +305508,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(3108), + [sym__automatic_semicolon] = ACTIONS(3108), [sym_safe_nav] = ACTIONS(3108), [sym_multiline_comment] = ACTIONS(3), }, - [2556] = { - [sym_indexing_suffix] = STATE(3719), - [sym_navigation_suffix] = STATE(3744), - [sym_call_suffix] = STATE(3771), - [sym_annotated_lambda] = STATE(3712), - [sym_type_arguments] = STATE(7452), - [sym_value_arguments] = STATE(2841), - [sym_lambda_literal] = STATE(3860), - [sym__equality_operator] = STATE(1922), - [sym__comparison_operator] = STATE(1923), - [sym__in_operator] = STATE(1928), - [sym__is_operator] = STATE(6051), - [sym__additive_operator] = STATE(2019), - [sym__multiplicative_operator] = STATE(2048), - [sym__as_operator] = STATE(6050), - [sym__postfix_unary_operator] = STATE(3855), - [sym__member_access_operator] = STATE(7176), - [sym_annotation] = STATE(7852), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2068), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(3566), - [anon_sym_as] = ACTIONS(3568), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(3074), - [anon_sym_LPAREN] = ACTIONS(3570), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(4342), - [anon_sym_DOT] = ACTIONS(3574), - [anon_sym_SEMI] = ACTIONS(3074), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(4350), - [sym_label] = ACTIONS(3584), - [anon_sym_in] = ACTIONS(4352), - [anon_sym_DOT_DOT] = ACTIONS(4354), - [anon_sym_QMARK_COLON] = ACTIONS(4356), - [anon_sym_AMP_AMP] = ACTIONS(4358), - [anon_sym_PIPE_PIPE] = ACTIONS(4360), - [anon_sym_else] = ACTIONS(3072), - [anon_sym_COLON_COLON] = ACTIONS(3596), - [anon_sym_BANG_EQ] = ACTIONS(4362), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4364), - [anon_sym_EQ_EQ] = ACTIONS(4362), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4364), - [anon_sym_LT_EQ] = ACTIONS(4366), - [anon_sym_GT_EQ] = ACTIONS(4366), - [anon_sym_BANGin] = ACTIONS(4368), - [anon_sym_is] = ACTIONS(3606), - [anon_sym_BANGis] = ACTIONS(3608), - [anon_sym_PLUS] = ACTIONS(4370), - [anon_sym_DASH] = ACTIONS(4370), - [anon_sym_SLASH] = ACTIONS(4372), - [anon_sym_PERCENT] = ACTIONS(4350), - [anon_sym_as_QMARK] = ACTIONS(3612), - [anon_sym_PLUS_PLUS] = ACTIONS(3614), - [anon_sym_DASH_DASH] = ACTIONS(3614), - [anon_sym_BANG_BANG] = ACTIONS(3614), - [anon_sym_suspend] = ACTIONS(3072), - [anon_sym_sealed] = ACTIONS(3072), - [anon_sym_annotation] = ACTIONS(3072), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_override] = ACTIONS(3072), - [anon_sym_lateinit] = ACTIONS(3072), - [anon_sym_public] = ACTIONS(3072), - [anon_sym_private] = ACTIONS(3072), - [anon_sym_internal] = ACTIONS(3072), - [anon_sym_protected] = ACTIONS(3072), - [anon_sym_tailrec] = ACTIONS(3072), - [anon_sym_operator] = ACTIONS(3072), - [anon_sym_infix] = ACTIONS(3072), - [anon_sym_inline] = ACTIONS(3072), - [anon_sym_external] = ACTIONS(3072), - [sym_property_modifier] = ACTIONS(3072), - [anon_sym_abstract] = ACTIONS(3072), - [anon_sym_final] = ACTIONS(3072), - [anon_sym_open] = ACTIONS(3072), - [anon_sym_vararg] = ACTIONS(3072), - [anon_sym_noinline] = ACTIONS(3072), - [anon_sym_crossinline] = ACTIONS(3072), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3074), - [sym_safe_nav] = ACTIONS(3596), - [sym_multiline_comment] = ACTIONS(3), - }, - [2557] = { - [sym_primary_constructor] = STATE(4051), - [sym_class_body] = STATE(3238), - [sym__class_parameters] = STATE(2990), - [sym_type_constraints] = STATE(3068), - [sym_modifiers] = STATE(9064), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3214), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(6018), - [anon_sym_LBRACK] = ACTIONS(3218), - [anon_sym_as] = ACTIONS(3214), - [anon_sym_constructor] = ACTIONS(5145), - [anon_sym_LBRACE] = ACTIONS(5147), - [anon_sym_RBRACE] = ACTIONS(3218), - [anon_sym_LPAREN] = ACTIONS(5149), - [anon_sym_RPAREN] = ACTIONS(3218), - [anon_sym_LT] = ACTIONS(3214), - [anon_sym_GT] = ACTIONS(3214), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(3214), - [anon_sym_SEMI] = ACTIONS(3218), - [anon_sym_get] = ACTIONS(3214), - [anon_sym_set] = ACTIONS(3214), - [anon_sym_STAR] = ACTIONS(3218), - [sym_label] = ACTIONS(3218), - [anon_sym_in] = ACTIONS(3214), - [anon_sym_while] = ACTIONS(3214), - [anon_sym_DOT_DOT] = ACTIONS(3218), - [anon_sym_QMARK_COLON] = ACTIONS(3218), - [anon_sym_AMP_AMP] = ACTIONS(3218), - [anon_sym_PIPE_PIPE] = ACTIONS(3218), - [anon_sym_else] = ACTIONS(3214), - [anon_sym_COLON_COLON] = ACTIONS(3218), - [anon_sym_BANG_EQ] = ACTIONS(3214), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3218), - [anon_sym_EQ_EQ] = ACTIONS(3214), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3218), - [anon_sym_LT_EQ] = ACTIONS(3218), - [anon_sym_GT_EQ] = ACTIONS(3218), - [anon_sym_BANGin] = ACTIONS(3218), - [anon_sym_is] = ACTIONS(3214), - [anon_sym_BANGis] = ACTIONS(3218), - [anon_sym_PLUS] = ACTIONS(3214), - [anon_sym_DASH] = ACTIONS(3214), - [anon_sym_SLASH] = ACTIONS(3214), - [anon_sym_PERCENT] = ACTIONS(3218), - [anon_sym_as_QMARK] = ACTIONS(3218), - [anon_sym_PLUS_PLUS] = ACTIONS(3218), - [anon_sym_DASH_DASH] = ACTIONS(3218), - [anon_sym_BANG_BANG] = ACTIONS(3218), - [anon_sym_suspend] = ACTIONS(3120), - [anon_sym_sealed] = ACTIONS(3122), - [anon_sym_annotation] = ACTIONS(3122), - [anon_sym_data] = ACTIONS(3122), - [anon_sym_inner] = ACTIONS(3122), - [anon_sym_override] = ACTIONS(3124), - [anon_sym_lateinit] = ACTIONS(3124), - [anon_sym_public] = ACTIONS(3126), - [anon_sym_private] = ACTIONS(3126), - [anon_sym_internal] = ACTIONS(3126), - [anon_sym_protected] = ACTIONS(3126), - [anon_sym_tailrec] = ACTIONS(3120), - [anon_sym_operator] = ACTIONS(3120), - [anon_sym_infix] = ACTIONS(3120), - [anon_sym_inline] = ACTIONS(3120), - [anon_sym_external] = ACTIONS(3120), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(3130), - [anon_sym_final] = ACTIONS(3130), - [anon_sym_open] = ACTIONS(3130), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3134), - [anon_sym_actual] = ACTIONS(3134), + [2584] = { + [sym_type_constraints] = STATE(2642), + [sym_property_delegate] = STATE(2759), + [sym_getter] = STATE(4989), + [sym_setter] = STATE(4989), + [sym_modifiers] = STATE(8872), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3230), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(3234), + [anon_sym_as] = ACTIONS(3230), + [anon_sym_EQ] = ACTIONS(6090), + [anon_sym_LBRACE] = ACTIONS(3234), + [anon_sym_RBRACE] = ACTIONS(3234), + [anon_sym_LPAREN] = ACTIONS(3234), + [anon_sym_COMMA] = ACTIONS(3234), + [anon_sym_by] = ACTIONS(6034), + [anon_sym_LT] = ACTIONS(3230), + [anon_sym_GT] = ACTIONS(3230), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(3230), + [anon_sym_SEMI] = ACTIONS(6092), + [anon_sym_get] = ACTIONS(6050), + [anon_sym_set] = ACTIONS(6052), + [anon_sym_STAR] = ACTIONS(3234), + [sym_label] = ACTIONS(3234), + [anon_sym_in] = ACTIONS(3230), + [anon_sym_DOT_DOT] = ACTIONS(3234), + [anon_sym_QMARK_COLON] = ACTIONS(3234), + [anon_sym_AMP_AMP] = ACTIONS(3234), + [anon_sym_PIPE_PIPE] = ACTIONS(3234), + [anon_sym_else] = ACTIONS(3230), + [anon_sym_COLON_COLON] = ACTIONS(3234), + [anon_sym_BANG_EQ] = ACTIONS(3230), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3234), + [anon_sym_EQ_EQ] = ACTIONS(3230), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3234), + [anon_sym_LT_EQ] = ACTIONS(3234), + [anon_sym_GT_EQ] = ACTIONS(3234), + [anon_sym_BANGin] = ACTIONS(3234), + [anon_sym_is] = ACTIONS(3230), + [anon_sym_BANGis] = ACTIONS(3234), + [anon_sym_PLUS] = ACTIONS(3230), + [anon_sym_DASH] = ACTIONS(3230), + [anon_sym_SLASH] = ACTIONS(3230), + [anon_sym_PERCENT] = ACTIONS(3234), + [anon_sym_as_QMARK] = ACTIONS(3234), + [anon_sym_PLUS_PLUS] = ACTIONS(3234), + [anon_sym_DASH_DASH] = ACTIONS(3234), + [anon_sym_BANG_BANG] = ACTIONS(3234), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3218), - [sym_safe_nav] = ACTIONS(3218), + [sym__backtick_identifier] = ACTIONS(3234), + [sym__automatic_semicolon] = ACTIONS(3234), + [sym_safe_nav] = ACTIONS(3234), [sym_multiline_comment] = ACTIONS(3), }, - [2558] = { - [sym_getter] = STATE(4953), - [sym_setter] = STATE(4953), - [sym_modifiers] = STATE(8567), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [2585] = { + [sym_getter] = STATE(5029), + [sym_setter] = STATE(5029), + [sym_modifiers] = STATE(8904), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1752), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1754), @@ -303017,9 +305631,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT] = ACTIONS(1752), [anon_sym_GT] = ACTIONS(1752), [anon_sym_DOT] = ACTIONS(1752), - [anon_sym_SEMI] = ACTIONS(3750), - [anon_sym_get] = ACTIONS(5776), - [anon_sym_set] = ACTIONS(5778), + [anon_sym_SEMI] = ACTIONS(1754), + [anon_sym_get] = ACTIONS(5784), + [anon_sym_set] = ACTIONS(5786), [anon_sym_STAR] = ACTIONS(1752), [sym_label] = ACTIONS(1754), [anon_sym_in] = ACTIONS(1752), @@ -303074,259 +305688,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1754), [sym__automatic_semicolon] = ACTIONS(1754), [sym_safe_nav] = ACTIONS(1754), [sym_multiline_comment] = ACTIONS(3), }, - [2559] = { - [sym_primary_constructor] = STATE(5336), - [sym__class_parameters] = STATE(4877), - [sym_type_parameters] = STATE(2632), - [sym_type_constraints] = STATE(4840), - [sym_enum_class_body] = STATE(5070), - [sym_modifiers] = STATE(9180), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3136), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(6020), - [anon_sym_LBRACK] = ACTIONS(3140), - [anon_sym_as] = ACTIONS(3136), - [anon_sym_constructor] = ACTIONS(5334), - [anon_sym_LBRACE] = ACTIONS(5336), - [anon_sym_RBRACE] = ACTIONS(3140), - [anon_sym_LPAREN] = ACTIONS(5338), - [anon_sym_LT] = ACTIONS(5340), - [anon_sym_GT] = ACTIONS(3136), - [anon_sym_where] = ACTIONS(5342), - [anon_sym_DOT] = ACTIONS(3136), - [anon_sym_SEMI] = ACTIONS(3140), - [anon_sym_get] = ACTIONS(3136), - [anon_sym_set] = ACTIONS(3136), - [anon_sym_STAR] = ACTIONS(3140), - [sym_label] = ACTIONS(3140), - [anon_sym_in] = ACTIONS(3136), - [anon_sym_DOT_DOT] = ACTIONS(3140), - [anon_sym_QMARK_COLON] = ACTIONS(3140), - [anon_sym_AMP_AMP] = ACTIONS(3140), - [anon_sym_PIPE_PIPE] = ACTIONS(3140), - [anon_sym_else] = ACTIONS(3136), - [anon_sym_COLON_COLON] = ACTIONS(3140), - [anon_sym_BANG_EQ] = ACTIONS(3136), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3140), - [anon_sym_EQ_EQ] = ACTIONS(3136), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3140), - [anon_sym_LT_EQ] = ACTIONS(3140), - [anon_sym_GT_EQ] = ACTIONS(3140), - [anon_sym_BANGin] = ACTIONS(3140), - [anon_sym_is] = ACTIONS(3136), - [anon_sym_BANGis] = ACTIONS(3140), - [anon_sym_PLUS] = ACTIONS(3136), - [anon_sym_DASH] = ACTIONS(3136), - [anon_sym_SLASH] = ACTIONS(3136), - [anon_sym_PERCENT] = ACTIONS(3140), - [anon_sym_as_QMARK] = ACTIONS(3140), - [anon_sym_PLUS_PLUS] = ACTIONS(3140), - [anon_sym_DASH_DASH] = ACTIONS(3140), - [anon_sym_BANG_BANG] = ACTIONS(3140), - [anon_sym_suspend] = ACTIONS(3120), - [anon_sym_sealed] = ACTIONS(3122), - [anon_sym_annotation] = ACTIONS(3122), - [anon_sym_data] = ACTIONS(3122), - [anon_sym_inner] = ACTIONS(3122), - [anon_sym_override] = ACTIONS(3124), - [anon_sym_lateinit] = ACTIONS(3124), - [anon_sym_public] = ACTIONS(3126), - [anon_sym_private] = ACTIONS(3126), - [anon_sym_internal] = ACTIONS(3126), - [anon_sym_protected] = ACTIONS(3126), - [anon_sym_tailrec] = ACTIONS(3120), - [anon_sym_operator] = ACTIONS(3120), - [anon_sym_infix] = ACTIONS(3120), - [anon_sym_inline] = ACTIONS(3120), - [anon_sym_external] = ACTIONS(3120), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(3130), - [anon_sym_final] = ACTIONS(3130), - [anon_sym_open] = ACTIONS(3130), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3134), - [anon_sym_actual] = ACTIONS(3134), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3140), - [sym__automatic_semicolon] = ACTIONS(3140), - [sym_safe_nav] = ACTIONS(3140), - [sym_multiline_comment] = ACTIONS(3), - }, - [2560] = { - [sym_type_constraints] = STATE(2635), - [sym_property_delegate] = STATE(2748), - [sym_getter] = STATE(5053), - [sym_setter] = STATE(5053), - [sym_modifiers] = STATE(8818), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1764), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1766), - [anon_sym_as] = ACTIONS(1764), - [anon_sym_EQ] = ACTIONS(6022), - [anon_sym_LBRACE] = ACTIONS(1766), - [anon_sym_RBRACE] = ACTIONS(1766), - [anon_sym_LPAREN] = ACTIONS(1766), - [anon_sym_COMMA] = ACTIONS(1766), - [anon_sym_by] = ACTIONS(6024), - [anon_sym_LT] = ACTIONS(1764), - [anon_sym_GT] = ACTIONS(1764), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(1764), - [anon_sym_SEMI] = ACTIONS(4069), - [anon_sym_get] = ACTIONS(6026), - [anon_sym_set] = ACTIONS(6028), - [anon_sym_STAR] = ACTIONS(1766), - [sym_label] = ACTIONS(1766), - [anon_sym_in] = ACTIONS(1764), - [anon_sym_DOT_DOT] = ACTIONS(1766), - [anon_sym_QMARK_COLON] = ACTIONS(1766), - [anon_sym_AMP_AMP] = ACTIONS(1766), - [anon_sym_PIPE_PIPE] = ACTIONS(1766), - [anon_sym_else] = ACTIONS(1764), - [anon_sym_COLON_COLON] = ACTIONS(1766), - [anon_sym_BANG_EQ] = ACTIONS(1764), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), - [anon_sym_EQ_EQ] = ACTIONS(1764), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1766), - [anon_sym_LT_EQ] = ACTIONS(1766), - [anon_sym_GT_EQ] = ACTIONS(1766), - [anon_sym_BANGin] = ACTIONS(1766), - [anon_sym_is] = ACTIONS(1764), - [anon_sym_BANGis] = ACTIONS(1766), - [anon_sym_PLUS] = ACTIONS(1764), - [anon_sym_DASH] = ACTIONS(1764), - [anon_sym_SLASH] = ACTIONS(1764), - [anon_sym_PERCENT] = ACTIONS(1766), - [anon_sym_as_QMARK] = ACTIONS(1766), - [anon_sym_PLUS_PLUS] = ACTIONS(1766), - [anon_sym_DASH_DASH] = ACTIONS(1766), - [anon_sym_BANG_BANG] = ACTIONS(1766), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1766), - [sym__automatic_semicolon] = ACTIONS(1766), - [sym_safe_nav] = ACTIONS(1766), - [sym_multiline_comment] = ACTIONS(3), - }, - [2561] = { - [sym_getter] = STATE(4914), - [sym_setter] = STATE(4914), - [sym_modifiers] = STATE(8567), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3340), + [2586] = { + [sym_getter] = STATE(5058), + [sym_setter] = STATE(5058), + [sym_modifiers] = STATE(8904), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3342), - [anon_sym_as] = ACTIONS(3340), - [anon_sym_EQ] = ACTIONS(3340), - [anon_sym_LBRACE] = ACTIONS(3342), - [anon_sym_RBRACE] = ACTIONS(3342), - [anon_sym_LPAREN] = ACTIONS(3342), - [anon_sym_LT] = ACTIONS(3340), - [anon_sym_GT] = ACTIONS(3340), - [anon_sym_DOT] = ACTIONS(3340), - [anon_sym_SEMI] = ACTIONS(3342), - [anon_sym_get] = ACTIONS(5776), - [anon_sym_set] = ACTIONS(5778), - [anon_sym_STAR] = ACTIONS(3340), - [sym_label] = ACTIONS(3342), - [anon_sym_in] = ACTIONS(3340), - [anon_sym_DOT_DOT] = ACTIONS(3342), - [anon_sym_QMARK_COLON] = ACTIONS(3342), - [anon_sym_AMP_AMP] = ACTIONS(3342), - [anon_sym_PIPE_PIPE] = ACTIONS(3342), - [anon_sym_else] = ACTIONS(3340), - [anon_sym_COLON_COLON] = ACTIONS(3342), - [anon_sym_PLUS_EQ] = ACTIONS(3342), - [anon_sym_DASH_EQ] = ACTIONS(3342), - [anon_sym_STAR_EQ] = ACTIONS(3342), - [anon_sym_SLASH_EQ] = ACTIONS(3342), - [anon_sym_PERCENT_EQ] = ACTIONS(3342), - [anon_sym_BANG_EQ] = ACTIONS(3340), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3342), - [anon_sym_EQ_EQ] = ACTIONS(3340), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3342), - [anon_sym_LT_EQ] = ACTIONS(3342), - [anon_sym_GT_EQ] = ACTIONS(3342), - [anon_sym_BANGin] = ACTIONS(3342), - [anon_sym_is] = ACTIONS(3340), - [anon_sym_BANGis] = ACTIONS(3342), - [anon_sym_PLUS] = ACTIONS(3340), - [anon_sym_DASH] = ACTIONS(3340), - [anon_sym_SLASH] = ACTIONS(3340), - [anon_sym_PERCENT] = ACTIONS(3340), - [anon_sym_as_QMARK] = ACTIONS(3342), - [anon_sym_PLUS_PLUS] = ACTIONS(3342), - [anon_sym_DASH_DASH] = ACTIONS(3342), - [anon_sym_BANG_BANG] = ACTIONS(3342), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_EQ] = ACTIONS(1784), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(1786), + [anon_sym_get] = ACTIONS(5784), + [anon_sym_set] = ACTIONS(5786), + [anon_sym_STAR] = ACTIONS(1784), + [sym_label] = ACTIONS(1786), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_PLUS_EQ] = ACTIONS(1786), + [anon_sym_DASH_EQ] = ACTIONS(1786), + [anon_sym_STAR_EQ] = ACTIONS(1786), + [anon_sym_SLASH_EQ] = ACTIONS(1786), + [anon_sym_PERCENT_EQ] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1784), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG_BANG] = ACTIONS(1786), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -303350,75 +305780,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3342), - [sym__automatic_semicolon] = ACTIONS(3342), - [sym_safe_nav] = ACTIONS(3342), + [sym__backtick_identifier] = ACTIONS(1786), + [sym__automatic_semicolon] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), [sym_multiline_comment] = ACTIONS(3), }, - [2562] = { - [sym_getter] = STATE(4966), - [sym_setter] = STATE(4966), - [sym_modifiers] = STATE(8567), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1770), + [2587] = { + [sym_getter] = STATE(5058), + [sym_setter] = STATE(5058), + [sym_modifiers] = STATE(8904), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1772), - [anon_sym_as] = ACTIONS(1770), - [anon_sym_EQ] = ACTIONS(1770), - [anon_sym_LBRACE] = ACTIONS(1772), - [anon_sym_RBRACE] = ACTIONS(1772), - [anon_sym_LPAREN] = ACTIONS(1772), - [anon_sym_LT] = ACTIONS(1770), - [anon_sym_GT] = ACTIONS(1770), - [anon_sym_DOT] = ACTIONS(1770), - [anon_sym_SEMI] = ACTIONS(1772), - [anon_sym_get] = ACTIONS(5776), - [anon_sym_set] = ACTIONS(5778), - [anon_sym_STAR] = ACTIONS(1770), - [sym_label] = ACTIONS(1772), - [anon_sym_in] = ACTIONS(1770), - [anon_sym_DOT_DOT] = ACTIONS(1772), - [anon_sym_QMARK_COLON] = ACTIONS(1772), - [anon_sym_AMP_AMP] = ACTIONS(1772), - [anon_sym_PIPE_PIPE] = ACTIONS(1772), - [anon_sym_else] = ACTIONS(1770), - [anon_sym_COLON_COLON] = ACTIONS(1772), - [anon_sym_PLUS_EQ] = ACTIONS(1772), - [anon_sym_DASH_EQ] = ACTIONS(1772), - [anon_sym_STAR_EQ] = ACTIONS(1772), - [anon_sym_SLASH_EQ] = ACTIONS(1772), - [anon_sym_PERCENT_EQ] = ACTIONS(1772), - [anon_sym_BANG_EQ] = ACTIONS(1770), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1772), - [anon_sym_EQ_EQ] = ACTIONS(1770), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1772), - [anon_sym_LT_EQ] = ACTIONS(1772), - [anon_sym_GT_EQ] = ACTIONS(1772), - [anon_sym_BANGin] = ACTIONS(1772), - [anon_sym_is] = ACTIONS(1770), - [anon_sym_BANGis] = ACTIONS(1772), - [anon_sym_PLUS] = ACTIONS(1770), - [anon_sym_DASH] = ACTIONS(1770), - [anon_sym_SLASH] = ACTIONS(1770), - [anon_sym_PERCENT] = ACTIONS(1770), - [anon_sym_as_QMARK] = ACTIONS(1772), - [anon_sym_PLUS_PLUS] = ACTIONS(1772), - [anon_sym_DASH_DASH] = ACTIONS(1772), - [anon_sym_BANG_BANG] = ACTIONS(1772), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_EQ] = ACTIONS(1784), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(3742), + [anon_sym_get] = ACTIONS(5784), + [anon_sym_set] = ACTIONS(5786), + [anon_sym_STAR] = ACTIONS(1784), + [sym_label] = ACTIONS(1786), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_PLUS_EQ] = ACTIONS(1786), + [anon_sym_DASH_EQ] = ACTIONS(1786), + [anon_sym_STAR_EQ] = ACTIONS(1786), + [anon_sym_SLASH_EQ] = ACTIONS(1786), + [anon_sym_PERCENT_EQ] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1784), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG_BANG] = ACTIONS(1786), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -303442,75 +305872,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1772), - [sym__automatic_semicolon] = ACTIONS(1772), - [sym_safe_nav] = ACTIONS(1772), + [sym__backtick_identifier] = ACTIONS(1786), + [sym__automatic_semicolon] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), [sym_multiline_comment] = ACTIONS(3), }, - [2563] = { - [sym_type_constraints] = STATE(2630), - [sym_property_delegate] = STATE(2738), - [sym_getter] = STATE(3810), - [sym_setter] = STATE(3810), - [sym_modifiers] = STATE(8890), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1764), + [2588] = { + [sym_getter] = STATE(3701), + [sym_setter] = STATE(3701), + [sym_modifiers] = STATE(8721), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1778), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1766), - [anon_sym_as] = ACTIONS(1764), - [anon_sym_EQ] = ACTIONS(6030), - [anon_sym_LBRACE] = ACTIONS(1766), - [anon_sym_RBRACE] = ACTIONS(1766), - [anon_sym_LPAREN] = ACTIONS(1766), - [anon_sym_COMMA] = ACTIONS(1766), - [anon_sym_by] = ACTIONS(6024), - [anon_sym_LT] = ACTIONS(1764), - [anon_sym_GT] = ACTIONS(1764), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(1764), - [anon_sym_SEMI] = ACTIONS(4120), - [anon_sym_get] = ACTIONS(6032), - [anon_sym_set] = ACTIONS(6034), - [anon_sym_STAR] = ACTIONS(1766), - [sym_label] = ACTIONS(1766), - [anon_sym_in] = ACTIONS(1764), - [anon_sym_DOT_DOT] = ACTIONS(1766), - [anon_sym_QMARK_COLON] = ACTIONS(1766), - [anon_sym_AMP_AMP] = ACTIONS(1766), - [anon_sym_PIPE_PIPE] = ACTIONS(1766), - [anon_sym_else] = ACTIONS(1764), - [anon_sym_COLON_COLON] = ACTIONS(1766), - [anon_sym_BANG_EQ] = ACTIONS(1764), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), - [anon_sym_EQ_EQ] = ACTIONS(1764), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1766), - [anon_sym_LT_EQ] = ACTIONS(1766), - [anon_sym_GT_EQ] = ACTIONS(1766), - [anon_sym_BANGin] = ACTIONS(1766), - [anon_sym_is] = ACTIONS(1764), - [anon_sym_BANGis] = ACTIONS(1766), - [anon_sym_PLUS] = ACTIONS(1764), - [anon_sym_DASH] = ACTIONS(1764), - [anon_sym_SLASH] = ACTIONS(1764), - [anon_sym_PERCENT] = ACTIONS(1766), - [anon_sym_as_QMARK] = ACTIONS(1766), - [anon_sym_PLUS_PLUS] = ACTIONS(1766), - [anon_sym_DASH_DASH] = ACTIONS(1766), - [anon_sym_BANG_BANG] = ACTIONS(1766), + [anon_sym_LBRACK] = ACTIONS(1780), + [anon_sym_as] = ACTIONS(1778), + [anon_sym_EQ] = ACTIONS(1778), + [anon_sym_LBRACE] = ACTIONS(1780), + [anon_sym_RBRACE] = ACTIONS(1780), + [anon_sym_LPAREN] = ACTIONS(1780), + [anon_sym_LT] = ACTIONS(1778), + [anon_sym_GT] = ACTIONS(1778), + [anon_sym_DOT] = ACTIONS(1778), + [anon_sym_SEMI] = ACTIONS(1780), + [anon_sym_get] = ACTIONS(5812), + [anon_sym_set] = ACTIONS(5814), + [anon_sym_STAR] = ACTIONS(1778), + [sym_label] = ACTIONS(1780), + [anon_sym_in] = ACTIONS(1778), + [anon_sym_DOT_DOT] = ACTIONS(1780), + [anon_sym_QMARK_COLON] = ACTIONS(1780), + [anon_sym_AMP_AMP] = ACTIONS(1780), + [anon_sym_PIPE_PIPE] = ACTIONS(1780), + [anon_sym_else] = ACTIONS(1778), + [anon_sym_COLON_COLON] = ACTIONS(1780), + [anon_sym_PLUS_EQ] = ACTIONS(1780), + [anon_sym_DASH_EQ] = ACTIONS(1780), + [anon_sym_STAR_EQ] = ACTIONS(1780), + [anon_sym_SLASH_EQ] = ACTIONS(1780), + [anon_sym_PERCENT_EQ] = ACTIONS(1780), + [anon_sym_BANG_EQ] = ACTIONS(1778), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1780), + [anon_sym_EQ_EQ] = ACTIONS(1778), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1780), + [anon_sym_LT_EQ] = ACTIONS(1780), + [anon_sym_GT_EQ] = ACTIONS(1780), + [anon_sym_BANGin] = ACTIONS(1780), + [anon_sym_is] = ACTIONS(1778), + [anon_sym_BANGis] = ACTIONS(1780), + [anon_sym_PLUS] = ACTIONS(1778), + [anon_sym_DASH] = ACTIONS(1778), + [anon_sym_SLASH] = ACTIONS(1778), + [anon_sym_PERCENT] = ACTIONS(1778), + [anon_sym_as_QMARK] = ACTIONS(1780), + [anon_sym_PLUS_PLUS] = ACTIONS(1780), + [anon_sym_DASH_DASH] = ACTIONS(1780), + [anon_sym_BANG_BANG] = ACTIONS(1780), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -303534,52 +305964,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1766), - [sym__automatic_semicolon] = ACTIONS(1766), - [sym_safe_nav] = ACTIONS(1766), + [sym__backtick_identifier] = ACTIONS(1780), + [sym__automatic_semicolon] = ACTIONS(1780), + [sym_safe_nav] = ACTIONS(1780), [sym_multiline_comment] = ACTIONS(3), }, - [2564] = { - [sym_type_constraints] = STATE(2688), - [sym_property_delegate] = STATE(2742), - [sym_getter] = STATE(5040), - [sym_setter] = STATE(5040), - [sym_modifiers] = STATE(8818), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [2589] = { + [sym_type_constraints] = STATE(2709), + [sym_property_delegate] = STATE(2774), + [sym_getter] = STATE(3203), + [sym_setter] = STATE(3203), + [sym_modifiers] = STATE(8762), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1694), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1696), [anon_sym_as] = ACTIONS(1694), - [anon_sym_EQ] = ACTIONS(6036), + [anon_sym_EQ] = ACTIONS(6094), [anon_sym_LBRACE] = ACTIONS(1696), [anon_sym_RBRACE] = ACTIONS(1696), [anon_sym_LPAREN] = ACTIONS(1696), - [anon_sym_COMMA] = ACTIONS(1696), - [anon_sym_by] = ACTIONS(6024), + [anon_sym_RPAREN] = ACTIONS(1696), + [anon_sym_by] = ACTIONS(6056), [anon_sym_LT] = ACTIONS(1694), [anon_sym_GT] = ACTIONS(1694), - [anon_sym_where] = ACTIONS(5363), + [anon_sym_where] = ACTIONS(5175), [anon_sym_DOT] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(4071), - [anon_sym_get] = ACTIONS(6026), - [anon_sym_set] = ACTIONS(6028), + [anon_sym_SEMI] = ACTIONS(4279), + [anon_sym_get] = ACTIONS(6068), + [anon_sym_set] = ACTIONS(6070), [anon_sym_STAR] = ACTIONS(1696), [sym_label] = ACTIONS(1696), [anon_sym_in] = ACTIONS(1694), + [anon_sym_while] = ACTIONS(1694), [anon_sym_DOT_DOT] = ACTIONS(1696), [anon_sym_QMARK_COLON] = ACTIONS(1696), [anon_sym_AMP_AMP] = ACTIONS(1696), @@ -303626,75 +306057,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1696), - [sym__automatic_semicolon] = ACTIONS(1696), [sym_safe_nav] = ACTIONS(1696), [sym_multiline_comment] = ACTIONS(3), }, - [2565] = { - [sym_getter] = STATE(4966), - [sym_setter] = STATE(4966), - [sym_modifiers] = STATE(8567), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1770), + [2590] = { + [sym_type_constraints] = STATE(2656), + [sym_property_delegate] = STATE(2756), + [sym_getter] = STATE(3817), + [sym_setter] = STATE(3817), + [sym_modifiers] = STATE(8943), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1772), - [anon_sym_as] = ACTIONS(1770), - [anon_sym_EQ] = ACTIONS(1770), - [anon_sym_LBRACE] = ACTIONS(1772), - [anon_sym_RBRACE] = ACTIONS(1772), - [anon_sym_LPAREN] = ACTIONS(1772), - [anon_sym_LT] = ACTIONS(1770), - [anon_sym_GT] = ACTIONS(1770), - [anon_sym_DOT] = ACTIONS(1770), - [anon_sym_SEMI] = ACTIONS(3746), - [anon_sym_get] = ACTIONS(5776), - [anon_sym_set] = ACTIONS(5778), - [anon_sym_STAR] = ACTIONS(1770), - [sym_label] = ACTIONS(1772), - [anon_sym_in] = ACTIONS(1770), - [anon_sym_DOT_DOT] = ACTIONS(1772), - [anon_sym_QMARK_COLON] = ACTIONS(1772), - [anon_sym_AMP_AMP] = ACTIONS(1772), - [anon_sym_PIPE_PIPE] = ACTIONS(1772), - [anon_sym_else] = ACTIONS(1770), - [anon_sym_COLON_COLON] = ACTIONS(1772), - [anon_sym_PLUS_EQ] = ACTIONS(1772), - [anon_sym_DASH_EQ] = ACTIONS(1772), - [anon_sym_STAR_EQ] = ACTIONS(1772), - [anon_sym_SLASH_EQ] = ACTIONS(1772), - [anon_sym_PERCENT_EQ] = ACTIONS(1772), - [anon_sym_BANG_EQ] = ACTIONS(1770), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1772), - [anon_sym_EQ_EQ] = ACTIONS(1770), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1772), - [anon_sym_LT_EQ] = ACTIONS(1772), - [anon_sym_GT_EQ] = ACTIONS(1772), - [anon_sym_BANGin] = ACTIONS(1772), - [anon_sym_is] = ACTIONS(1770), - [anon_sym_BANGis] = ACTIONS(1772), - [anon_sym_PLUS] = ACTIONS(1770), - [anon_sym_DASH] = ACTIONS(1770), - [anon_sym_SLASH] = ACTIONS(1770), - [anon_sym_PERCENT] = ACTIONS(1770), - [anon_sym_as_QMARK] = ACTIONS(1772), - [anon_sym_PLUS_PLUS] = ACTIONS(1772), - [anon_sym_DASH_DASH] = ACTIONS(1772), - [anon_sym_BANG_BANG] = ACTIONS(1772), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_EQ] = ACTIONS(6096), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_COMMA] = ACTIONS(1786), + [anon_sym_by] = ACTIONS(6034), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(4097), + [anon_sym_get] = ACTIONS(6038), + [anon_sym_set] = ACTIONS(6040), + [anon_sym_STAR] = ACTIONS(1786), + [sym_label] = ACTIONS(1786), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1786), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG_BANG] = ACTIONS(1786), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -303718,75 +306148,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1772), - [sym__automatic_semicolon] = ACTIONS(1772), - [sym_safe_nav] = ACTIONS(1772), + [sym__backtick_identifier] = ACTIONS(1786), + [sym__automatic_semicolon] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), [sym_multiline_comment] = ACTIONS(3), }, - [2566] = { - [sym_primary_constructor] = STATE(5324), - [sym_class_body] = STATE(4974), - [sym__class_parameters] = STATE(4877), - [sym_type_parameters] = STATE(2647), - [sym_type_constraints] = STATE(4846), - [sym_modifiers] = STATE(9180), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3102), + [2591] = { + [sym_primary_constructor] = STATE(5205), + [sym_class_body] = STATE(4973), + [sym__class_parameters] = STATE(4841), + [sym_type_constraints] = STATE(4867), + [sym_modifiers] = STATE(9347), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3186), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(6038), - [anon_sym_LBRACK] = ACTIONS(3108), - [anon_sym_as] = ACTIONS(3102), - [anon_sym_constructor] = ACTIONS(5334), - [anon_sym_LBRACE] = ACTIONS(5397), - [anon_sym_RBRACE] = ACTIONS(3108), - [anon_sym_LPAREN] = ACTIONS(5338), - [anon_sym_LT] = ACTIONS(5340), - [anon_sym_GT] = ACTIONS(3102), - [anon_sym_where] = ACTIONS(5342), - [anon_sym_DOT] = ACTIONS(3102), - [anon_sym_SEMI] = ACTIONS(3108), - [anon_sym_get] = ACTIONS(3102), - [anon_sym_set] = ACTIONS(3102), - [anon_sym_STAR] = ACTIONS(3108), - [sym_label] = ACTIONS(3108), - [anon_sym_in] = ACTIONS(3102), - [anon_sym_DOT_DOT] = ACTIONS(3108), - [anon_sym_QMARK_COLON] = ACTIONS(3108), - [anon_sym_AMP_AMP] = ACTIONS(3108), - [anon_sym_PIPE_PIPE] = ACTIONS(3108), - [anon_sym_else] = ACTIONS(3102), - [anon_sym_COLON_COLON] = ACTIONS(3108), - [anon_sym_BANG_EQ] = ACTIONS(3102), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3108), - [anon_sym_EQ_EQ] = ACTIONS(3102), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3108), - [anon_sym_LT_EQ] = ACTIONS(3108), - [anon_sym_GT_EQ] = ACTIONS(3108), - [anon_sym_BANGin] = ACTIONS(3108), - [anon_sym_is] = ACTIONS(3102), - [anon_sym_BANGis] = ACTIONS(3108), - [anon_sym_PLUS] = ACTIONS(3102), - [anon_sym_DASH] = ACTIONS(3102), - [anon_sym_SLASH] = ACTIONS(3102), - [anon_sym_PERCENT] = ACTIONS(3108), - [anon_sym_as_QMARK] = ACTIONS(3108), - [anon_sym_PLUS_PLUS] = ACTIONS(3108), - [anon_sym_DASH_DASH] = ACTIONS(3108), - [anon_sym_BANG_BANG] = ACTIONS(3108), + [anon_sym_COLON] = ACTIONS(6098), + [anon_sym_LBRACK] = ACTIONS(3190), + [anon_sym_as] = ACTIONS(3186), + [anon_sym_constructor] = ACTIONS(5399), + [anon_sym_LBRACE] = ACTIONS(5401), + [anon_sym_RBRACE] = ACTIONS(3190), + [anon_sym_LPAREN] = ACTIONS(5403), + [anon_sym_COMMA] = ACTIONS(3190), + [anon_sym_LT] = ACTIONS(3186), + [anon_sym_GT] = ACTIONS(3186), + [anon_sym_where] = ACTIONS(5405), + [anon_sym_DOT] = ACTIONS(3186), + [anon_sym_SEMI] = ACTIONS(3190), + [anon_sym_get] = ACTIONS(3186), + [anon_sym_set] = ACTIONS(3186), + [anon_sym_STAR] = ACTIONS(3190), + [sym_label] = ACTIONS(3190), + [anon_sym_in] = ACTIONS(3186), + [anon_sym_DOT_DOT] = ACTIONS(3190), + [anon_sym_QMARK_COLON] = ACTIONS(3190), + [anon_sym_AMP_AMP] = ACTIONS(3190), + [anon_sym_PIPE_PIPE] = ACTIONS(3190), + [anon_sym_else] = ACTIONS(3186), + [anon_sym_COLON_COLON] = ACTIONS(3190), + [anon_sym_BANG_EQ] = ACTIONS(3186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3190), + [anon_sym_EQ_EQ] = ACTIONS(3186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3190), + [anon_sym_LT_EQ] = ACTIONS(3190), + [anon_sym_GT_EQ] = ACTIONS(3190), + [anon_sym_BANGin] = ACTIONS(3190), + [anon_sym_is] = ACTIONS(3186), + [anon_sym_BANGis] = ACTIONS(3190), + [anon_sym_PLUS] = ACTIONS(3186), + [anon_sym_DASH] = ACTIONS(3186), + [anon_sym_SLASH] = ACTIONS(3186), + [anon_sym_PERCENT] = ACTIONS(3190), + [anon_sym_as_QMARK] = ACTIONS(3190), + [anon_sym_PLUS_PLUS] = ACTIONS(3190), + [anon_sym_DASH_DASH] = ACTIONS(3190), + [anon_sym_BANG_BANG] = ACTIONS(3190), [anon_sym_suspend] = ACTIONS(3120), [anon_sym_sealed] = ACTIONS(3122), [anon_sym_annotation] = ACTIONS(3122), @@ -303813,72 +306243,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3134), [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3108), - [sym__automatic_semicolon] = ACTIONS(3108), - [sym_safe_nav] = ACTIONS(3108), + [sym__backtick_identifier] = ACTIONS(3190), + [sym__automatic_semicolon] = ACTIONS(3190), + [sym_safe_nav] = ACTIONS(3190), [sym_multiline_comment] = ACTIONS(3), }, - [2567] = { - [sym_getter] = STATE(3787), - [sym_setter] = STATE(3787), - [sym_modifiers] = STATE(8770), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), + [2592] = { + [sym_type_constraints] = STATE(2707), + [sym_property_delegate] = STATE(2767), + [sym_getter] = STATE(4659), + [sym_setter] = STATE(4659), + [sym_modifiers] = STATE(8747), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1752), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_EQ] = ACTIONS(3254), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(3256), - [anon_sym_get] = ACTIONS(5866), - [anon_sym_set] = ACTIONS(5868), - [anon_sym_STAR] = ACTIONS(3254), - [sym_label] = ACTIONS(3256), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_PLUS_EQ] = ACTIONS(3256), - [anon_sym_DASH_EQ] = ACTIONS(3256), - [anon_sym_STAR_EQ] = ACTIONS(3256), - [anon_sym_SLASH_EQ] = ACTIONS(3256), - [anon_sym_PERCENT_EQ] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3254), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG_BANG] = ACTIONS(3256), + [anon_sym_LBRACK] = ACTIONS(1754), + [anon_sym_as] = ACTIONS(1752), + [anon_sym_EQ] = ACTIONS(6100), + [anon_sym_LBRACE] = ACTIONS(1754), + [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_LPAREN] = ACTIONS(1754), + [anon_sym_RPAREN] = ACTIONS(1754), + [anon_sym_by] = ACTIONS(6056), + [anon_sym_LT] = ACTIONS(1752), + [anon_sym_GT] = ACTIONS(1752), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(1752), + [anon_sym_SEMI] = ACTIONS(4218), + [anon_sym_get] = ACTIONS(6060), + [anon_sym_set] = ACTIONS(6062), + [anon_sym_STAR] = ACTIONS(1754), + [sym_label] = ACTIONS(1754), + [anon_sym_in] = ACTIONS(1752), + [anon_sym_while] = ACTIONS(1752), + [anon_sym_DOT_DOT] = ACTIONS(1754), + [anon_sym_QMARK_COLON] = ACTIONS(1754), + [anon_sym_AMP_AMP] = ACTIONS(1754), + [anon_sym_PIPE_PIPE] = ACTIONS(1754), + [anon_sym_else] = ACTIONS(1752), + [anon_sym_COLON_COLON] = ACTIONS(1754), + [anon_sym_BANG_EQ] = ACTIONS(1752), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), + [anon_sym_EQ_EQ] = ACTIONS(1752), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), + [anon_sym_LT_EQ] = ACTIONS(1754), + [anon_sym_GT_EQ] = ACTIONS(1754), + [anon_sym_BANGin] = ACTIONS(1754), + [anon_sym_is] = ACTIONS(1752), + [anon_sym_BANGis] = ACTIONS(1754), + [anon_sym_PLUS] = ACTIONS(1752), + [anon_sym_DASH] = ACTIONS(1752), + [anon_sym_SLASH] = ACTIONS(1752), + [anon_sym_PERCENT] = ACTIONS(1754), + [anon_sym_as_QMARK] = ACTIONS(1754), + [anon_sym_PLUS_PLUS] = ACTIONS(1754), + [anon_sym_DASH_DASH] = ACTIONS(1754), + [anon_sym_BANG_BANG] = ACTIONS(1754), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -303902,75 +306333,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3256), - [sym__automatic_semicolon] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), + [sym__backtick_identifier] = ACTIONS(1754), + [sym_safe_nav] = ACTIONS(1754), [sym_multiline_comment] = ACTIONS(3), }, - [2568] = { - [sym_type_constraints] = STATE(2659), - [sym_property_delegate] = STATE(2747), - [sym_getter] = STATE(3877), - [sym_setter] = STATE(3877), - [sym_modifiers] = STATE(8890), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), + [2593] = { + [sym_getter] = STATE(4916), + [sym_setter] = STATE(4916), + [sym_modifiers] = STATE(8904), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1764), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_EQ] = ACTIONS(6040), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_COMMA] = ACTIONS(1778), - [anon_sym_by] = ACTIONS(6024), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(4122), - [anon_sym_get] = ACTIONS(6032), - [anon_sym_set] = ACTIONS(6034), - [anon_sym_STAR] = ACTIONS(1778), - [sym_label] = ACTIONS(1778), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1778), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG_BANG] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(1766), + [anon_sym_as] = ACTIONS(1764), + [anon_sym_EQ] = ACTIONS(1764), + [anon_sym_LBRACE] = ACTIONS(1766), + [anon_sym_RBRACE] = ACTIONS(1766), + [anon_sym_LPAREN] = ACTIONS(1766), + [anon_sym_LT] = ACTIONS(1764), + [anon_sym_GT] = ACTIONS(1764), + [anon_sym_DOT] = ACTIONS(1764), + [anon_sym_SEMI] = ACTIONS(3746), + [anon_sym_get] = ACTIONS(5784), + [anon_sym_set] = ACTIONS(5786), + [anon_sym_STAR] = ACTIONS(1764), + [sym_label] = ACTIONS(1766), + [anon_sym_in] = ACTIONS(1764), + [anon_sym_DOT_DOT] = ACTIONS(1766), + [anon_sym_QMARK_COLON] = ACTIONS(1766), + [anon_sym_AMP_AMP] = ACTIONS(1766), + [anon_sym_PIPE_PIPE] = ACTIONS(1766), + [anon_sym_else] = ACTIONS(1764), + [anon_sym_COLON_COLON] = ACTIONS(1766), + [anon_sym_PLUS_EQ] = ACTIONS(1766), + [anon_sym_DASH_EQ] = ACTIONS(1766), + [anon_sym_STAR_EQ] = ACTIONS(1766), + [anon_sym_SLASH_EQ] = ACTIONS(1766), + [anon_sym_PERCENT_EQ] = ACTIONS(1766), + [anon_sym_BANG_EQ] = ACTIONS(1764), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), + [anon_sym_EQ_EQ] = ACTIONS(1764), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1766), + [anon_sym_LT_EQ] = ACTIONS(1766), + [anon_sym_GT_EQ] = ACTIONS(1766), + [anon_sym_BANGin] = ACTIONS(1766), + [anon_sym_is] = ACTIONS(1764), + [anon_sym_BANGis] = ACTIONS(1766), + [anon_sym_PLUS] = ACTIONS(1764), + [anon_sym_DASH] = ACTIONS(1764), + [anon_sym_SLASH] = ACTIONS(1764), + [anon_sym_PERCENT] = ACTIONS(1764), + [anon_sym_as_QMARK] = ACTIONS(1766), + [anon_sym_PLUS_PLUS] = ACTIONS(1766), + [anon_sym_DASH_DASH] = ACTIONS(1766), + [anon_sym_BANG_BANG] = ACTIONS(1766), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -303994,75 +306424,167 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1778), - [sym__automatic_semicolon] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), + [sym__backtick_identifier] = ACTIONS(1766), + [sym__automatic_semicolon] = ACTIONS(1766), + [sym_safe_nav] = ACTIONS(1766), [sym_multiline_comment] = ACTIONS(3), }, - [2569] = { - [sym_primary_constructor] = STATE(4103), - [sym_class_body] = STATE(3800), - [sym__class_parameters] = STATE(3545), - [sym_type_parameters] = STATE(2641), - [sym_type_constraints] = STATE(3645), - [sym_modifiers] = STATE(9083), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3102), + [2594] = { + [sym_getter] = STATE(4923), + [sym_setter] = STATE(4923), + [sym_modifiers] = STATE(8904), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1770), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1772), + [anon_sym_as] = ACTIONS(1770), + [anon_sym_EQ] = ACTIONS(1770), + [anon_sym_LBRACE] = ACTIONS(1772), + [anon_sym_RBRACE] = ACTIONS(1772), + [anon_sym_LPAREN] = ACTIONS(1772), + [anon_sym_LT] = ACTIONS(1770), + [anon_sym_GT] = ACTIONS(1770), + [anon_sym_DOT] = ACTIONS(1770), + [anon_sym_SEMI] = ACTIONS(1772), + [anon_sym_get] = ACTIONS(5784), + [anon_sym_set] = ACTIONS(5786), + [anon_sym_STAR] = ACTIONS(1770), + [sym_label] = ACTIONS(1772), + [anon_sym_in] = ACTIONS(1770), + [anon_sym_DOT_DOT] = ACTIONS(1772), + [anon_sym_QMARK_COLON] = ACTIONS(1772), + [anon_sym_AMP_AMP] = ACTIONS(1772), + [anon_sym_PIPE_PIPE] = ACTIONS(1772), + [anon_sym_else] = ACTIONS(1770), + [anon_sym_COLON_COLON] = ACTIONS(1772), + [anon_sym_PLUS_EQ] = ACTIONS(1772), + [anon_sym_DASH_EQ] = ACTIONS(1772), + [anon_sym_STAR_EQ] = ACTIONS(1772), + [anon_sym_SLASH_EQ] = ACTIONS(1772), + [anon_sym_PERCENT_EQ] = ACTIONS(1772), + [anon_sym_BANG_EQ] = ACTIONS(1770), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1772), + [anon_sym_EQ_EQ] = ACTIONS(1770), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1772), + [anon_sym_LT_EQ] = ACTIONS(1772), + [anon_sym_GT_EQ] = ACTIONS(1772), + [anon_sym_BANGin] = ACTIONS(1772), + [anon_sym_is] = ACTIONS(1770), + [anon_sym_BANGis] = ACTIONS(1772), + [anon_sym_PLUS] = ACTIONS(1770), + [anon_sym_DASH] = ACTIONS(1770), + [anon_sym_SLASH] = ACTIONS(1770), + [anon_sym_PERCENT] = ACTIONS(1770), + [anon_sym_as_QMARK] = ACTIONS(1772), + [anon_sym_PLUS_PLUS] = ACTIONS(1772), + [anon_sym_DASH_DASH] = ACTIONS(1772), + [anon_sym_BANG_BANG] = ACTIONS(1772), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1772), + [sym__automatic_semicolon] = ACTIONS(1772), + [sym_safe_nav] = ACTIONS(1772), + [sym_multiline_comment] = ACTIONS(3), + }, + [2595] = { + [sym_primary_constructor] = STATE(5212), + [sym__class_parameters] = STATE(4841), + [sym_type_constraints] = STATE(4885), + [sym_enum_class_body] = STATE(4917), + [sym_modifiers] = STATE(9347), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3212), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(6042), - [anon_sym_LBRACK] = ACTIONS(3108), - [anon_sym_as] = ACTIONS(3102), - [anon_sym_constructor] = ACTIONS(5357), - [anon_sym_LBRACE] = ACTIONS(5421), - [anon_sym_RBRACE] = ACTIONS(3108), - [anon_sym_LPAREN] = ACTIONS(5361), - [anon_sym_LT] = ACTIONS(5340), - [anon_sym_GT] = ACTIONS(3102), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(3102), - [anon_sym_SEMI] = ACTIONS(3108), - [anon_sym_get] = ACTIONS(3102), - [anon_sym_set] = ACTIONS(3102), - [anon_sym_STAR] = ACTIONS(3108), - [sym_label] = ACTIONS(3108), - [anon_sym_in] = ACTIONS(3102), - [anon_sym_DOT_DOT] = ACTIONS(3108), - [anon_sym_QMARK_COLON] = ACTIONS(3108), - [anon_sym_AMP_AMP] = ACTIONS(3108), - [anon_sym_PIPE_PIPE] = ACTIONS(3108), - [anon_sym_else] = ACTIONS(3102), - [anon_sym_COLON_COLON] = ACTIONS(3108), - [anon_sym_BANG_EQ] = ACTIONS(3102), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3108), - [anon_sym_EQ_EQ] = ACTIONS(3102), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3108), - [anon_sym_LT_EQ] = ACTIONS(3108), - [anon_sym_GT_EQ] = ACTIONS(3108), - [anon_sym_BANGin] = ACTIONS(3108), - [anon_sym_is] = ACTIONS(3102), - [anon_sym_BANGis] = ACTIONS(3108), - [anon_sym_PLUS] = ACTIONS(3102), - [anon_sym_DASH] = ACTIONS(3102), - [anon_sym_SLASH] = ACTIONS(3102), - [anon_sym_PERCENT] = ACTIONS(3108), - [anon_sym_as_QMARK] = ACTIONS(3108), - [anon_sym_PLUS_PLUS] = ACTIONS(3108), - [anon_sym_DASH_DASH] = ACTIONS(3108), - [anon_sym_BANG_BANG] = ACTIONS(3108), + [anon_sym_COLON] = ACTIONS(6102), + [anon_sym_LBRACK] = ACTIONS(3216), + [anon_sym_as] = ACTIONS(3212), + [anon_sym_constructor] = ACTIONS(5399), + [anon_sym_LBRACE] = ACTIONS(5411), + [anon_sym_RBRACE] = ACTIONS(3216), + [anon_sym_LPAREN] = ACTIONS(5403), + [anon_sym_COMMA] = ACTIONS(3216), + [anon_sym_LT] = ACTIONS(3212), + [anon_sym_GT] = ACTIONS(3212), + [anon_sym_where] = ACTIONS(5405), + [anon_sym_DOT] = ACTIONS(3212), + [anon_sym_SEMI] = ACTIONS(3216), + [anon_sym_get] = ACTIONS(3212), + [anon_sym_set] = ACTIONS(3212), + [anon_sym_STAR] = ACTIONS(3216), + [sym_label] = ACTIONS(3216), + [anon_sym_in] = ACTIONS(3212), + [anon_sym_DOT_DOT] = ACTIONS(3216), + [anon_sym_QMARK_COLON] = ACTIONS(3216), + [anon_sym_AMP_AMP] = ACTIONS(3216), + [anon_sym_PIPE_PIPE] = ACTIONS(3216), + [anon_sym_else] = ACTIONS(3212), + [anon_sym_COLON_COLON] = ACTIONS(3216), + [anon_sym_BANG_EQ] = ACTIONS(3212), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3216), + [anon_sym_EQ_EQ] = ACTIONS(3212), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3216), + [anon_sym_LT_EQ] = ACTIONS(3216), + [anon_sym_GT_EQ] = ACTIONS(3216), + [anon_sym_BANGin] = ACTIONS(3216), + [anon_sym_is] = ACTIONS(3212), + [anon_sym_BANGis] = ACTIONS(3216), + [anon_sym_PLUS] = ACTIONS(3212), + [anon_sym_DASH] = ACTIONS(3212), + [anon_sym_SLASH] = ACTIONS(3212), + [anon_sym_PERCENT] = ACTIONS(3216), + [anon_sym_as_QMARK] = ACTIONS(3216), + [anon_sym_PLUS_PLUS] = ACTIONS(3216), + [anon_sym_DASH_DASH] = ACTIONS(3216), + [anon_sym_BANG_BANG] = ACTIONS(3216), [anon_sym_suspend] = ACTIONS(3120), [anon_sym_sealed] = ACTIONS(3122), [anon_sym_annotation] = ACTIONS(3122), @@ -304089,72 +306611,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3134), [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3108), - [sym__automatic_semicolon] = ACTIONS(3108), - [sym_safe_nav] = ACTIONS(3108), + [sym__backtick_identifier] = ACTIONS(3216), + [sym__automatic_semicolon] = ACTIONS(3216), + [sym_safe_nav] = ACTIONS(3216), [sym_multiline_comment] = ACTIONS(3), }, - [2570] = { - [sym_primary_constructor] = STATE(4089), - [sym_class_body] = STATE(3870), - [sym__class_parameters] = STATE(3545), - [sym_type_parameters] = STATE(2655), - [sym_type_constraints] = STATE(3575), - [sym_modifiers] = STATE(9083), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3160), + [2596] = { + [sym_primary_constructor] = STATE(5250), + [sym__class_parameters] = STATE(4841), + [sym_type_constraints] = STATE(4876), + [sym_enum_class_body] = STATE(4973), + [sym_modifiers] = STATE(9347), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3186), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(6044), - [anon_sym_LBRACK] = ACTIONS(3164), - [anon_sym_as] = ACTIONS(3160), - [anon_sym_constructor] = ACTIONS(5357), - [anon_sym_LBRACE] = ACTIONS(5421), - [anon_sym_RBRACE] = ACTIONS(3164), - [anon_sym_LPAREN] = ACTIONS(5361), - [anon_sym_LT] = ACTIONS(5340), - [anon_sym_GT] = ACTIONS(3160), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(3160), - [anon_sym_SEMI] = ACTIONS(3164), - [anon_sym_get] = ACTIONS(3160), - [anon_sym_set] = ACTIONS(3160), - [anon_sym_STAR] = ACTIONS(3164), - [sym_label] = ACTIONS(3164), - [anon_sym_in] = ACTIONS(3160), - [anon_sym_DOT_DOT] = ACTIONS(3164), - [anon_sym_QMARK_COLON] = ACTIONS(3164), - [anon_sym_AMP_AMP] = ACTIONS(3164), - [anon_sym_PIPE_PIPE] = ACTIONS(3164), - [anon_sym_else] = ACTIONS(3160), - [anon_sym_COLON_COLON] = ACTIONS(3164), - [anon_sym_BANG_EQ] = ACTIONS(3160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3164), - [anon_sym_EQ_EQ] = ACTIONS(3160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3164), - [anon_sym_LT_EQ] = ACTIONS(3164), - [anon_sym_GT_EQ] = ACTIONS(3164), - [anon_sym_BANGin] = ACTIONS(3164), - [anon_sym_is] = ACTIONS(3160), - [anon_sym_BANGis] = ACTIONS(3164), - [anon_sym_PLUS] = ACTIONS(3160), - [anon_sym_DASH] = ACTIONS(3160), - [anon_sym_SLASH] = ACTIONS(3160), - [anon_sym_PERCENT] = ACTIONS(3164), - [anon_sym_as_QMARK] = ACTIONS(3164), - [anon_sym_PLUS_PLUS] = ACTIONS(3164), - [anon_sym_DASH_DASH] = ACTIONS(3164), - [anon_sym_BANG_BANG] = ACTIONS(3164), + [anon_sym_COLON] = ACTIONS(6104), + [anon_sym_LBRACK] = ACTIONS(3190), + [anon_sym_as] = ACTIONS(3186), + [anon_sym_constructor] = ACTIONS(5399), + [anon_sym_LBRACE] = ACTIONS(5411), + [anon_sym_RBRACE] = ACTIONS(3190), + [anon_sym_LPAREN] = ACTIONS(5403), + [anon_sym_COMMA] = ACTIONS(3190), + [anon_sym_LT] = ACTIONS(3186), + [anon_sym_GT] = ACTIONS(3186), + [anon_sym_where] = ACTIONS(5405), + [anon_sym_DOT] = ACTIONS(3186), + [anon_sym_SEMI] = ACTIONS(3190), + [anon_sym_get] = ACTIONS(3186), + [anon_sym_set] = ACTIONS(3186), + [anon_sym_STAR] = ACTIONS(3190), + [sym_label] = ACTIONS(3190), + [anon_sym_in] = ACTIONS(3186), + [anon_sym_DOT_DOT] = ACTIONS(3190), + [anon_sym_QMARK_COLON] = ACTIONS(3190), + [anon_sym_AMP_AMP] = ACTIONS(3190), + [anon_sym_PIPE_PIPE] = ACTIONS(3190), + [anon_sym_else] = ACTIONS(3186), + [anon_sym_COLON_COLON] = ACTIONS(3190), + [anon_sym_BANG_EQ] = ACTIONS(3186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3190), + [anon_sym_EQ_EQ] = ACTIONS(3186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3190), + [anon_sym_LT_EQ] = ACTIONS(3190), + [anon_sym_GT_EQ] = ACTIONS(3190), + [anon_sym_BANGin] = ACTIONS(3190), + [anon_sym_is] = ACTIONS(3186), + [anon_sym_BANGis] = ACTIONS(3190), + [anon_sym_PLUS] = ACTIONS(3186), + [anon_sym_DASH] = ACTIONS(3186), + [anon_sym_SLASH] = ACTIONS(3186), + [anon_sym_PERCENT] = ACTIONS(3190), + [anon_sym_as_QMARK] = ACTIONS(3190), + [anon_sym_PLUS_PLUS] = ACTIONS(3190), + [anon_sym_DASH_DASH] = ACTIONS(3190), + [anon_sym_BANG_BANG] = ACTIONS(3190), [anon_sym_suspend] = ACTIONS(3120), [anon_sym_sealed] = ACTIONS(3122), [anon_sym_annotation] = ACTIONS(3122), @@ -304181,72 +306703,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3134), [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3164), - [sym__automatic_semicolon] = ACTIONS(3164), - [sym_safe_nav] = ACTIONS(3164), + [sym__backtick_identifier] = ACTIONS(3190), + [sym__automatic_semicolon] = ACTIONS(3190), + [sym_safe_nav] = ACTIONS(3190), [sym_multiline_comment] = ACTIONS(3), }, - [2571] = { - [sym_type_constraints] = STATE(2631), - [sym_property_delegate] = STATE(2727), - [sym_getter] = STATE(4976), - [sym_setter] = STATE(4976), - [sym_modifiers] = STATE(8818), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), + [2597] = { + [sym_type_constraints] = STATE(2710), + [sym_property_delegate] = STATE(2791), + [sym_getter] = STATE(3142), + [sym_setter] = STATE(3142), + [sym_modifiers] = STATE(8762), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1752), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_EQ] = ACTIONS(6046), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_COMMA] = ACTIONS(3256), - [anon_sym_by] = ACTIONS(6024), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(6048), - [anon_sym_get] = ACTIONS(6026), - [anon_sym_set] = ACTIONS(6028), - [anon_sym_STAR] = ACTIONS(3256), - [sym_label] = ACTIONS(3256), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3256), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG_BANG] = ACTIONS(3256), + [anon_sym_LBRACK] = ACTIONS(1754), + [anon_sym_as] = ACTIONS(1752), + [anon_sym_EQ] = ACTIONS(6106), + [anon_sym_LBRACE] = ACTIONS(1754), + [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_LPAREN] = ACTIONS(1754), + [anon_sym_RPAREN] = ACTIONS(1754), + [anon_sym_by] = ACTIONS(6056), + [anon_sym_LT] = ACTIONS(1752), + [anon_sym_GT] = ACTIONS(1752), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(1752), + [anon_sym_SEMI] = ACTIONS(4301), + [anon_sym_get] = ACTIONS(6068), + [anon_sym_set] = ACTIONS(6070), + [anon_sym_STAR] = ACTIONS(1754), + [sym_label] = ACTIONS(1754), + [anon_sym_in] = ACTIONS(1752), + [anon_sym_while] = ACTIONS(1752), + [anon_sym_DOT_DOT] = ACTIONS(1754), + [anon_sym_QMARK_COLON] = ACTIONS(1754), + [anon_sym_AMP_AMP] = ACTIONS(1754), + [anon_sym_PIPE_PIPE] = ACTIONS(1754), + [anon_sym_else] = ACTIONS(1752), + [anon_sym_COLON_COLON] = ACTIONS(1754), + [anon_sym_BANG_EQ] = ACTIONS(1752), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), + [anon_sym_EQ_EQ] = ACTIONS(1752), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), + [anon_sym_LT_EQ] = ACTIONS(1754), + [anon_sym_GT_EQ] = ACTIONS(1754), + [anon_sym_BANGin] = ACTIONS(1754), + [anon_sym_is] = ACTIONS(1752), + [anon_sym_BANGis] = ACTIONS(1754), + [anon_sym_PLUS] = ACTIONS(1752), + [anon_sym_DASH] = ACTIONS(1752), + [anon_sym_SLASH] = ACTIONS(1752), + [anon_sym_PERCENT] = ACTIONS(1754), + [anon_sym_as_QMARK] = ACTIONS(1754), + [anon_sym_PLUS_PLUS] = ACTIONS(1754), + [anon_sym_DASH_DASH] = ACTIONS(1754), + [anon_sym_BANG_BANG] = ACTIONS(1754), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -304270,49 +306793,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3256), - [sym__automatic_semicolon] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), + [sym__backtick_identifier] = ACTIONS(1754), + [sym_safe_nav] = ACTIONS(1754), [sym_multiline_comment] = ACTIONS(3), }, - [2572] = { - [sym_type_constraints] = STATE(2658), - [sym_property_delegate] = STATE(2729), - [sym_getter] = STATE(3727), - [sym_setter] = STATE(3727), - [sym_modifiers] = STATE(8890), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [2598] = { + [sym_type_constraints] = STATE(2653), + [sym_property_delegate] = STATE(2751), + [sym_getter] = STATE(3715), + [sym_setter] = STATE(3715), + [sym_modifiers] = STATE(8943), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1694), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1696), [anon_sym_as] = ACTIONS(1694), - [anon_sym_EQ] = ACTIONS(6050), + [anon_sym_EQ] = ACTIONS(6108), [anon_sym_LBRACE] = ACTIONS(1696), [anon_sym_RBRACE] = ACTIONS(1696), [anon_sym_LPAREN] = ACTIONS(1696), [anon_sym_COMMA] = ACTIONS(1696), - [anon_sym_by] = ACTIONS(6024), + [anon_sym_by] = ACTIONS(6034), [anon_sym_LT] = ACTIONS(1694), [anon_sym_GT] = ACTIONS(1694), - [anon_sym_where] = ACTIONS(5363), + [anon_sym_where] = ACTIONS(5366), [anon_sym_DOT] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(4114), - [anon_sym_get] = ACTIONS(6032), - [anon_sym_set] = ACTIONS(6034), + [anon_sym_SEMI] = ACTIONS(4123), + [anon_sym_get] = ACTIONS(6038), + [anon_sym_set] = ACTIONS(6040), [anon_sym_STAR] = ACTIONS(1696), [sym_label] = ACTIONS(1696), [anon_sym_in] = ACTIONS(1694), @@ -304362,444 +306884,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1696), [sym__automatic_semicolon] = ACTIONS(1696), [sym_safe_nav] = ACTIONS(1696), [sym_multiline_comment] = ACTIONS(3), }, - [2573] = { - [sym_type_constraints] = STATE(2648), - [sym_property_delegate] = STATE(2751), - [sym_getter] = STATE(5011), - [sym_setter] = STATE(5011), - [sym_modifiers] = STATE(8818), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_EQ] = ACTIONS(6052), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_COMMA] = ACTIONS(1778), - [anon_sym_by] = ACTIONS(6024), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(4067), - [anon_sym_get] = ACTIONS(6026), - [anon_sym_set] = ACTIONS(6028), - [anon_sym_STAR] = ACTIONS(1778), - [sym_label] = ACTIONS(1778), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1778), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG_BANG] = ACTIONS(1778), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1778), - [sym__automatic_semicolon] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), - [sym_multiline_comment] = ACTIONS(3), - }, - [2574] = { - [sym_primary_constructor] = STATE(5195), - [sym_class_body] = STATE(4638), - [sym__class_parameters] = STATE(4539), - [sym_type_constraints] = STATE(4519), - [sym_modifiers] = STATE(9107), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3214), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(6054), - [anon_sym_LBRACK] = ACTIONS(3218), - [anon_sym_as] = ACTIONS(3214), - [anon_sym_constructor] = ACTIONS(5125), - [anon_sym_LBRACE] = ACTIONS(5127), - [anon_sym_RBRACE] = ACTIONS(3218), - [anon_sym_LPAREN] = ACTIONS(5129), - [anon_sym_RPAREN] = ACTIONS(3218), - [anon_sym_LT] = ACTIONS(3214), - [anon_sym_GT] = ACTIONS(3214), - [anon_sym_where] = ACTIONS(5133), - [anon_sym_DOT] = ACTIONS(3214), - [anon_sym_SEMI] = ACTIONS(3218), - [anon_sym_get] = ACTIONS(3214), - [anon_sym_set] = ACTIONS(3214), - [anon_sym_STAR] = ACTIONS(3218), - [sym_label] = ACTIONS(3218), - [anon_sym_in] = ACTIONS(3214), - [anon_sym_while] = ACTIONS(3214), - [anon_sym_DOT_DOT] = ACTIONS(3218), - [anon_sym_QMARK_COLON] = ACTIONS(3218), - [anon_sym_AMP_AMP] = ACTIONS(3218), - [anon_sym_PIPE_PIPE] = ACTIONS(3218), - [anon_sym_else] = ACTIONS(3214), - [anon_sym_COLON_COLON] = ACTIONS(3218), - [anon_sym_BANG_EQ] = ACTIONS(3214), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3218), - [anon_sym_EQ_EQ] = ACTIONS(3214), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3218), - [anon_sym_LT_EQ] = ACTIONS(3218), - [anon_sym_GT_EQ] = ACTIONS(3218), - [anon_sym_BANGin] = ACTIONS(3218), - [anon_sym_is] = ACTIONS(3214), - [anon_sym_BANGis] = ACTIONS(3218), - [anon_sym_PLUS] = ACTIONS(3214), - [anon_sym_DASH] = ACTIONS(3214), - [anon_sym_SLASH] = ACTIONS(3214), - [anon_sym_PERCENT] = ACTIONS(3218), - [anon_sym_as_QMARK] = ACTIONS(3218), - [anon_sym_PLUS_PLUS] = ACTIONS(3218), - [anon_sym_DASH_DASH] = ACTIONS(3218), - [anon_sym_BANG_BANG] = ACTIONS(3218), - [anon_sym_suspend] = ACTIONS(3120), - [anon_sym_sealed] = ACTIONS(3122), - [anon_sym_annotation] = ACTIONS(3122), - [anon_sym_data] = ACTIONS(3122), - [anon_sym_inner] = ACTIONS(3122), - [anon_sym_override] = ACTIONS(3124), - [anon_sym_lateinit] = ACTIONS(3124), - [anon_sym_public] = ACTIONS(3126), - [anon_sym_private] = ACTIONS(3126), - [anon_sym_internal] = ACTIONS(3126), - [anon_sym_protected] = ACTIONS(3126), - [anon_sym_tailrec] = ACTIONS(3120), - [anon_sym_operator] = ACTIONS(3120), - [anon_sym_infix] = ACTIONS(3120), - [anon_sym_inline] = ACTIONS(3120), - [anon_sym_external] = ACTIONS(3120), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(3130), - [anon_sym_final] = ACTIONS(3130), - [anon_sym_open] = ACTIONS(3130), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3134), - [anon_sym_actual] = ACTIONS(3134), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3218), - [sym_safe_nav] = ACTIONS(3218), - [sym_multiline_comment] = ACTIONS(3), - }, - [2575] = { - [sym_primary_constructor] = STATE(5288), - [sym__class_parameters] = STATE(4877), - [sym_type_parameters] = STATE(2690), - [sym_type_constraints] = STATE(4856), - [sym_enum_class_body] = STATE(4974), - [sym_modifiers] = STATE(9180), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3102), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(6056), - [anon_sym_LBRACK] = ACTIONS(3108), - [anon_sym_as] = ACTIONS(3102), - [anon_sym_constructor] = ACTIONS(5334), - [anon_sym_LBRACE] = ACTIONS(5336), - [anon_sym_RBRACE] = ACTIONS(3108), - [anon_sym_LPAREN] = ACTIONS(5338), - [anon_sym_LT] = ACTIONS(5340), - [anon_sym_GT] = ACTIONS(3102), - [anon_sym_where] = ACTIONS(5342), - [anon_sym_DOT] = ACTIONS(3102), - [anon_sym_SEMI] = ACTIONS(3108), - [anon_sym_get] = ACTIONS(3102), - [anon_sym_set] = ACTIONS(3102), - [anon_sym_STAR] = ACTIONS(3108), - [sym_label] = ACTIONS(3108), - [anon_sym_in] = ACTIONS(3102), - [anon_sym_DOT_DOT] = ACTIONS(3108), - [anon_sym_QMARK_COLON] = ACTIONS(3108), - [anon_sym_AMP_AMP] = ACTIONS(3108), - [anon_sym_PIPE_PIPE] = ACTIONS(3108), - [anon_sym_else] = ACTIONS(3102), - [anon_sym_COLON_COLON] = ACTIONS(3108), - [anon_sym_BANG_EQ] = ACTIONS(3102), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3108), - [anon_sym_EQ_EQ] = ACTIONS(3102), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3108), - [anon_sym_LT_EQ] = ACTIONS(3108), - [anon_sym_GT_EQ] = ACTIONS(3108), - [anon_sym_BANGin] = ACTIONS(3108), - [anon_sym_is] = ACTIONS(3102), - [anon_sym_BANGis] = ACTIONS(3108), - [anon_sym_PLUS] = ACTIONS(3102), - [anon_sym_DASH] = ACTIONS(3102), - [anon_sym_SLASH] = ACTIONS(3102), - [anon_sym_PERCENT] = ACTIONS(3108), - [anon_sym_as_QMARK] = ACTIONS(3108), - [anon_sym_PLUS_PLUS] = ACTIONS(3108), - [anon_sym_DASH_DASH] = ACTIONS(3108), - [anon_sym_BANG_BANG] = ACTIONS(3108), - [anon_sym_suspend] = ACTIONS(3120), - [anon_sym_sealed] = ACTIONS(3122), - [anon_sym_annotation] = ACTIONS(3122), - [anon_sym_data] = ACTIONS(3122), - [anon_sym_inner] = ACTIONS(3122), - [anon_sym_override] = ACTIONS(3124), - [anon_sym_lateinit] = ACTIONS(3124), - [anon_sym_public] = ACTIONS(3126), - [anon_sym_private] = ACTIONS(3126), - [anon_sym_internal] = ACTIONS(3126), - [anon_sym_protected] = ACTIONS(3126), - [anon_sym_tailrec] = ACTIONS(3120), - [anon_sym_operator] = ACTIONS(3120), - [anon_sym_infix] = ACTIONS(3120), - [anon_sym_inline] = ACTIONS(3120), - [anon_sym_external] = ACTIONS(3120), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(3130), - [anon_sym_final] = ACTIONS(3130), - [anon_sym_open] = ACTIONS(3130), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3134), - [anon_sym_actual] = ACTIONS(3134), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3108), - [sym__automatic_semicolon] = ACTIONS(3108), - [sym_safe_nav] = ACTIONS(3108), - [sym_multiline_comment] = ACTIONS(3), - }, - [2576] = { - [sym_primary_constructor] = STATE(5208), - [sym__class_parameters] = STATE(4539), - [sym_type_constraints] = STATE(4537), - [sym_enum_class_body] = STATE(4709), - [sym_modifiers] = STATE(9107), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3190), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(6058), - [anon_sym_LBRACK] = ACTIONS(3194), - [anon_sym_as] = ACTIONS(3190), - [anon_sym_constructor] = ACTIONS(5125), - [anon_sym_LBRACE] = ACTIONS(5137), - [anon_sym_RBRACE] = ACTIONS(3194), - [anon_sym_LPAREN] = ACTIONS(5129), - [anon_sym_RPAREN] = ACTIONS(3194), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3190), - [anon_sym_where] = ACTIONS(5133), - [anon_sym_DOT] = ACTIONS(3190), - [anon_sym_SEMI] = ACTIONS(3194), - [anon_sym_get] = ACTIONS(3190), - [anon_sym_set] = ACTIONS(3190), - [anon_sym_STAR] = ACTIONS(3194), - [sym_label] = ACTIONS(3194), - [anon_sym_in] = ACTIONS(3190), - [anon_sym_while] = ACTIONS(3190), - [anon_sym_DOT_DOT] = ACTIONS(3194), - [anon_sym_QMARK_COLON] = ACTIONS(3194), - [anon_sym_AMP_AMP] = ACTIONS(3194), - [anon_sym_PIPE_PIPE] = ACTIONS(3194), - [anon_sym_else] = ACTIONS(3190), - [anon_sym_COLON_COLON] = ACTIONS(3194), - [anon_sym_BANG_EQ] = ACTIONS(3190), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3194), - [anon_sym_EQ_EQ] = ACTIONS(3190), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3194), - [anon_sym_LT_EQ] = ACTIONS(3194), - [anon_sym_GT_EQ] = ACTIONS(3194), - [anon_sym_BANGin] = ACTIONS(3194), - [anon_sym_is] = ACTIONS(3190), - [anon_sym_BANGis] = ACTIONS(3194), - [anon_sym_PLUS] = ACTIONS(3190), - [anon_sym_DASH] = ACTIONS(3190), - [anon_sym_SLASH] = ACTIONS(3190), - [anon_sym_PERCENT] = ACTIONS(3194), - [anon_sym_as_QMARK] = ACTIONS(3194), - [anon_sym_PLUS_PLUS] = ACTIONS(3194), - [anon_sym_DASH_DASH] = ACTIONS(3194), - [anon_sym_BANG_BANG] = ACTIONS(3194), - [anon_sym_suspend] = ACTIONS(3120), - [anon_sym_sealed] = ACTIONS(3122), - [anon_sym_annotation] = ACTIONS(3122), - [anon_sym_data] = ACTIONS(3122), - [anon_sym_inner] = ACTIONS(3122), - [anon_sym_override] = ACTIONS(3124), - [anon_sym_lateinit] = ACTIONS(3124), - [anon_sym_public] = ACTIONS(3126), - [anon_sym_private] = ACTIONS(3126), - [anon_sym_internal] = ACTIONS(3126), - [anon_sym_protected] = ACTIONS(3126), - [anon_sym_tailrec] = ACTIONS(3120), - [anon_sym_operator] = ACTIONS(3120), - [anon_sym_infix] = ACTIONS(3120), - [anon_sym_inline] = ACTIONS(3120), - [anon_sym_external] = ACTIONS(3120), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(3130), - [anon_sym_final] = ACTIONS(3130), - [anon_sym_open] = ACTIONS(3130), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3134), - [anon_sym_actual] = ACTIONS(3134), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3194), - [sym_safe_nav] = ACTIONS(3194), - [sym_multiline_comment] = ACTIONS(3), - }, - [2577] = { - [sym_type_constraints] = STATE(2707), - [sym_property_delegate] = STATE(2765), - [sym_getter] = STATE(3209), - [sym_setter] = STATE(3209), - [sym_modifiers] = STATE(8592), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1694), + [2599] = { + [sym_getter] = STATE(3817), + [sym_setter] = STATE(3817), + [sym_modifiers] = STATE(8721), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1696), - [anon_sym_as] = ACTIONS(1694), - [anon_sym_EQ] = ACTIONS(6060), - [anon_sym_LBRACE] = ACTIONS(1696), - [anon_sym_RBRACE] = ACTIONS(1696), - [anon_sym_LPAREN] = ACTIONS(1696), - [anon_sym_RPAREN] = ACTIONS(1696), - [anon_sym_by] = ACTIONS(6062), - [anon_sym_LT] = ACTIONS(1694), - [anon_sym_GT] = ACTIONS(1694), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(4225), - [anon_sym_get] = ACTIONS(6064), - [anon_sym_set] = ACTIONS(6066), - [anon_sym_STAR] = ACTIONS(1696), - [sym_label] = ACTIONS(1696), - [anon_sym_in] = ACTIONS(1694), - [anon_sym_while] = ACTIONS(1694), - [anon_sym_DOT_DOT] = ACTIONS(1696), - [anon_sym_QMARK_COLON] = ACTIONS(1696), - [anon_sym_AMP_AMP] = ACTIONS(1696), - [anon_sym_PIPE_PIPE] = ACTIONS(1696), - [anon_sym_else] = ACTIONS(1694), - [anon_sym_COLON_COLON] = ACTIONS(1696), - [anon_sym_BANG_EQ] = ACTIONS(1694), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), - [anon_sym_EQ_EQ] = ACTIONS(1694), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), - [anon_sym_LT_EQ] = ACTIONS(1696), - [anon_sym_GT_EQ] = ACTIONS(1696), - [anon_sym_BANGin] = ACTIONS(1696), - [anon_sym_is] = ACTIONS(1694), - [anon_sym_BANGis] = ACTIONS(1696), - [anon_sym_PLUS] = ACTIONS(1694), - [anon_sym_DASH] = ACTIONS(1694), - [anon_sym_SLASH] = ACTIONS(1694), - [anon_sym_PERCENT] = ACTIONS(1696), - [anon_sym_as_QMARK] = ACTIONS(1696), - [anon_sym_PLUS_PLUS] = ACTIONS(1696), - [anon_sym_DASH_DASH] = ACTIONS(1696), - [anon_sym_BANG_BANG] = ACTIONS(1696), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_EQ] = ACTIONS(1784), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(1786), + [anon_sym_get] = ACTIONS(5812), + [anon_sym_set] = ACTIONS(5814), + [anon_sym_STAR] = ACTIONS(1784), + [sym_label] = ACTIONS(1786), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_PLUS_EQ] = ACTIONS(1786), + [anon_sym_DASH_EQ] = ACTIONS(1786), + [anon_sym_STAR_EQ] = ACTIONS(1786), + [anon_sym_SLASH_EQ] = ACTIONS(1786), + [anon_sym_PERCENT_EQ] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1784), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG_BANG] = ACTIONS(1786), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -304823,75 +306976,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1696), - [sym_safe_nav] = ACTIONS(1696), + [sym__backtick_identifier] = ACTIONS(1786), + [sym__automatic_semicolon] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), [sym_multiline_comment] = ACTIONS(3), }, - [2578] = { - [sym_primary_constructor] = STATE(5212), - [sym_class_body] = STATE(4709), - [sym__class_parameters] = STATE(4539), - [sym_type_constraints] = STATE(4540), - [sym_modifiers] = STATE(9107), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3190), + [2600] = { + [sym_primary_constructor] = STATE(4071), + [sym_class_body] = STATE(3786), + [sym__class_parameters] = STATE(3610), + [sym_type_constraints] = STATE(3631), + [sym_modifiers] = STATE(9241), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3196), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(6068), - [anon_sym_LBRACK] = ACTIONS(3194), - [anon_sym_as] = ACTIONS(3190), - [anon_sym_constructor] = ACTIONS(5125), - [anon_sym_LBRACE] = ACTIONS(5127), - [anon_sym_RBRACE] = ACTIONS(3194), - [anon_sym_LPAREN] = ACTIONS(5129), - [anon_sym_RPAREN] = ACTIONS(3194), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3190), - [anon_sym_where] = ACTIONS(5133), - [anon_sym_DOT] = ACTIONS(3190), - [anon_sym_SEMI] = ACTIONS(3194), - [anon_sym_get] = ACTIONS(3190), - [anon_sym_set] = ACTIONS(3190), - [anon_sym_STAR] = ACTIONS(3194), - [sym_label] = ACTIONS(3194), - [anon_sym_in] = ACTIONS(3190), - [anon_sym_while] = ACTIONS(3190), - [anon_sym_DOT_DOT] = ACTIONS(3194), - [anon_sym_QMARK_COLON] = ACTIONS(3194), - [anon_sym_AMP_AMP] = ACTIONS(3194), - [anon_sym_PIPE_PIPE] = ACTIONS(3194), - [anon_sym_else] = ACTIONS(3190), - [anon_sym_COLON_COLON] = ACTIONS(3194), - [anon_sym_BANG_EQ] = ACTIONS(3190), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3194), - [anon_sym_EQ_EQ] = ACTIONS(3190), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3194), - [anon_sym_LT_EQ] = ACTIONS(3194), - [anon_sym_GT_EQ] = ACTIONS(3194), - [anon_sym_BANGin] = ACTIONS(3194), - [anon_sym_is] = ACTIONS(3190), - [anon_sym_BANGis] = ACTIONS(3194), - [anon_sym_PLUS] = ACTIONS(3190), - [anon_sym_DASH] = ACTIONS(3190), - [anon_sym_SLASH] = ACTIONS(3190), - [anon_sym_PERCENT] = ACTIONS(3194), - [anon_sym_as_QMARK] = ACTIONS(3194), - [anon_sym_PLUS_PLUS] = ACTIONS(3194), - [anon_sym_DASH_DASH] = ACTIONS(3194), - [anon_sym_BANG_BANG] = ACTIONS(3194), + [anon_sym_COLON] = ACTIONS(6110), + [anon_sym_LBRACK] = ACTIONS(3200), + [anon_sym_as] = ACTIONS(3196), + [anon_sym_constructor] = ACTIONS(5358), + [anon_sym_LBRACE] = ACTIONS(5360), + [anon_sym_RBRACE] = ACTIONS(3200), + [anon_sym_LPAREN] = ACTIONS(5362), + [anon_sym_COMMA] = ACTIONS(3200), + [anon_sym_LT] = ACTIONS(3196), + [anon_sym_GT] = ACTIONS(3196), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(3196), + [anon_sym_SEMI] = ACTIONS(3200), + [anon_sym_get] = ACTIONS(3196), + [anon_sym_set] = ACTIONS(3196), + [anon_sym_STAR] = ACTIONS(3200), + [sym_label] = ACTIONS(3200), + [anon_sym_in] = ACTIONS(3196), + [anon_sym_DOT_DOT] = ACTIONS(3200), + [anon_sym_QMARK_COLON] = ACTIONS(3200), + [anon_sym_AMP_AMP] = ACTIONS(3200), + [anon_sym_PIPE_PIPE] = ACTIONS(3200), + [anon_sym_else] = ACTIONS(3196), + [anon_sym_COLON_COLON] = ACTIONS(3200), + [anon_sym_BANG_EQ] = ACTIONS(3196), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3200), + [anon_sym_EQ_EQ] = ACTIONS(3196), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3200), + [anon_sym_LT_EQ] = ACTIONS(3200), + [anon_sym_GT_EQ] = ACTIONS(3200), + [anon_sym_BANGin] = ACTIONS(3200), + [anon_sym_is] = ACTIONS(3196), + [anon_sym_BANGis] = ACTIONS(3200), + [anon_sym_PLUS] = ACTIONS(3196), + [anon_sym_DASH] = ACTIONS(3196), + [anon_sym_SLASH] = ACTIONS(3196), + [anon_sym_PERCENT] = ACTIONS(3200), + [anon_sym_as_QMARK] = ACTIONS(3200), + [anon_sym_PLUS_PLUS] = ACTIONS(3200), + [anon_sym_DASH_DASH] = ACTIONS(3200), + [anon_sym_BANG_BANG] = ACTIONS(3200), [anon_sym_suspend] = ACTIONS(3120), [anon_sym_sealed] = ACTIONS(3122), [anon_sym_annotation] = ACTIONS(3122), @@ -304918,71 +307071,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3134), [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3194), - [sym_safe_nav] = ACTIONS(3194), + [sym__backtick_identifier] = ACTIONS(3200), + [sym__automatic_semicolon] = ACTIONS(3200), + [sym_safe_nav] = ACTIONS(3200), [sym_multiline_comment] = ACTIONS(3), }, - [2579] = { - [sym_type_constraints] = STATE(2680), - [sym_property_delegate] = STATE(2739), - [sym_getter] = STATE(4943), - [sym_setter] = STATE(4943), - [sym_modifiers] = STATE(8818), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3272), + [2601] = { + [sym_getter] = STATE(3817), + [sym_setter] = STATE(3817), + [sym_modifiers] = STATE(8721), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3274), - [anon_sym_as] = ACTIONS(3272), - [anon_sym_EQ] = ACTIONS(6070), - [anon_sym_LBRACE] = ACTIONS(3274), - [anon_sym_RBRACE] = ACTIONS(3274), - [anon_sym_LPAREN] = ACTIONS(3274), - [anon_sym_COMMA] = ACTIONS(3274), - [anon_sym_by] = ACTIONS(6024), - [anon_sym_LT] = ACTIONS(3272), - [anon_sym_GT] = ACTIONS(3272), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(3272), - [anon_sym_SEMI] = ACTIONS(6072), - [anon_sym_get] = ACTIONS(6026), - [anon_sym_set] = ACTIONS(6028), - [anon_sym_STAR] = ACTIONS(3274), - [sym_label] = ACTIONS(3274), - [anon_sym_in] = ACTIONS(3272), - [anon_sym_DOT_DOT] = ACTIONS(3274), - [anon_sym_QMARK_COLON] = ACTIONS(3274), - [anon_sym_AMP_AMP] = ACTIONS(3274), - [anon_sym_PIPE_PIPE] = ACTIONS(3274), - [anon_sym_else] = ACTIONS(3272), - [anon_sym_COLON_COLON] = ACTIONS(3274), - [anon_sym_BANG_EQ] = ACTIONS(3272), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3274), - [anon_sym_EQ_EQ] = ACTIONS(3272), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3274), - [anon_sym_LT_EQ] = ACTIONS(3274), - [anon_sym_GT_EQ] = ACTIONS(3274), - [anon_sym_BANGin] = ACTIONS(3274), - [anon_sym_is] = ACTIONS(3272), - [anon_sym_BANGis] = ACTIONS(3274), - [anon_sym_PLUS] = ACTIONS(3272), - [anon_sym_DASH] = ACTIONS(3272), - [anon_sym_SLASH] = ACTIONS(3272), - [anon_sym_PERCENT] = ACTIONS(3274), - [anon_sym_as_QMARK] = ACTIONS(3274), - [anon_sym_PLUS_PLUS] = ACTIONS(3274), - [anon_sym_DASH_DASH] = ACTIONS(3274), - [anon_sym_BANG_BANG] = ACTIONS(3274), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_EQ] = ACTIONS(1784), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(3732), + [anon_sym_get] = ACTIONS(5812), + [anon_sym_set] = ACTIONS(5814), + [anon_sym_STAR] = ACTIONS(1784), + [sym_label] = ACTIONS(1786), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_PLUS_EQ] = ACTIONS(1786), + [anon_sym_DASH_EQ] = ACTIONS(1786), + [anon_sym_STAR_EQ] = ACTIONS(1786), + [anon_sym_SLASH_EQ] = ACTIONS(1786), + [anon_sym_PERCENT_EQ] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1784), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG_BANG] = ACTIONS(1786), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -305006,627 +307160,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3274), - [sym__automatic_semicolon] = ACTIONS(3274), - [sym_safe_nav] = ACTIONS(3274), - [sym_multiline_comment] = ACTIONS(3), - }, - [2580] = { - [sym_primary_constructor] = STATE(5223), - [sym__class_parameters] = STATE(4539), - [sym_type_constraints] = STATE(4558), - [sym_enum_class_body] = STATE(4743), - [sym_modifiers] = STATE(9107), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3204), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(6074), - [anon_sym_LBRACK] = ACTIONS(3208), - [anon_sym_as] = ACTIONS(3204), - [anon_sym_constructor] = ACTIONS(5125), - [anon_sym_LBRACE] = ACTIONS(5137), - [anon_sym_RBRACE] = ACTIONS(3208), - [anon_sym_LPAREN] = ACTIONS(5129), - [anon_sym_RPAREN] = ACTIONS(3208), - [anon_sym_LT] = ACTIONS(3204), - [anon_sym_GT] = ACTIONS(3204), - [anon_sym_where] = ACTIONS(5133), - [anon_sym_DOT] = ACTIONS(3204), - [anon_sym_SEMI] = ACTIONS(3208), - [anon_sym_get] = ACTIONS(3204), - [anon_sym_set] = ACTIONS(3204), - [anon_sym_STAR] = ACTIONS(3208), - [sym_label] = ACTIONS(3208), - [anon_sym_in] = ACTIONS(3204), - [anon_sym_while] = ACTIONS(3204), - [anon_sym_DOT_DOT] = ACTIONS(3208), - [anon_sym_QMARK_COLON] = ACTIONS(3208), - [anon_sym_AMP_AMP] = ACTIONS(3208), - [anon_sym_PIPE_PIPE] = ACTIONS(3208), - [anon_sym_else] = ACTIONS(3204), - [anon_sym_COLON_COLON] = ACTIONS(3208), - [anon_sym_BANG_EQ] = ACTIONS(3204), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3208), - [anon_sym_EQ_EQ] = ACTIONS(3204), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3208), - [anon_sym_LT_EQ] = ACTIONS(3208), - [anon_sym_GT_EQ] = ACTIONS(3208), - [anon_sym_BANGin] = ACTIONS(3208), - [anon_sym_is] = ACTIONS(3204), - [anon_sym_BANGis] = ACTIONS(3208), - [anon_sym_PLUS] = ACTIONS(3204), - [anon_sym_DASH] = ACTIONS(3204), - [anon_sym_SLASH] = ACTIONS(3204), - [anon_sym_PERCENT] = ACTIONS(3208), - [anon_sym_as_QMARK] = ACTIONS(3208), - [anon_sym_PLUS_PLUS] = ACTIONS(3208), - [anon_sym_DASH_DASH] = ACTIONS(3208), - [anon_sym_BANG_BANG] = ACTIONS(3208), - [anon_sym_suspend] = ACTIONS(3120), - [anon_sym_sealed] = ACTIONS(3122), - [anon_sym_annotation] = ACTIONS(3122), - [anon_sym_data] = ACTIONS(3122), - [anon_sym_inner] = ACTIONS(3122), - [anon_sym_override] = ACTIONS(3124), - [anon_sym_lateinit] = ACTIONS(3124), - [anon_sym_public] = ACTIONS(3126), - [anon_sym_private] = ACTIONS(3126), - [anon_sym_internal] = ACTIONS(3126), - [anon_sym_protected] = ACTIONS(3126), - [anon_sym_tailrec] = ACTIONS(3120), - [anon_sym_operator] = ACTIONS(3120), - [anon_sym_infix] = ACTIONS(3120), - [anon_sym_inline] = ACTIONS(3120), - [anon_sym_external] = ACTIONS(3120), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(3130), - [anon_sym_final] = ACTIONS(3130), - [anon_sym_open] = ACTIONS(3130), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3134), - [anon_sym_actual] = ACTIONS(3134), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3208), - [sym_safe_nav] = ACTIONS(3208), - [sym_multiline_comment] = ACTIONS(3), - }, - [2581] = { - [sym_primary_constructor] = STATE(4097), - [sym__class_parameters] = STATE(3545), - [sym_type_parameters] = STATE(2681), - [sym_type_constraints] = STATE(3605), - [sym_enum_class_body] = STATE(3803), - [sym_modifiers] = STATE(9083), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3136), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(6076), - [anon_sym_LBRACK] = ACTIONS(3140), - [anon_sym_as] = ACTIONS(3136), - [anon_sym_constructor] = ACTIONS(5357), - [anon_sym_LBRACE] = ACTIONS(5359), - [anon_sym_RBRACE] = ACTIONS(3140), - [anon_sym_LPAREN] = ACTIONS(5361), - [anon_sym_LT] = ACTIONS(5340), - [anon_sym_GT] = ACTIONS(3136), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(3136), - [anon_sym_SEMI] = ACTIONS(3140), - [anon_sym_get] = ACTIONS(3136), - [anon_sym_set] = ACTIONS(3136), - [anon_sym_STAR] = ACTIONS(3140), - [sym_label] = ACTIONS(3140), - [anon_sym_in] = ACTIONS(3136), - [anon_sym_DOT_DOT] = ACTIONS(3140), - [anon_sym_QMARK_COLON] = ACTIONS(3140), - [anon_sym_AMP_AMP] = ACTIONS(3140), - [anon_sym_PIPE_PIPE] = ACTIONS(3140), - [anon_sym_else] = ACTIONS(3136), - [anon_sym_COLON_COLON] = ACTIONS(3140), - [anon_sym_BANG_EQ] = ACTIONS(3136), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3140), - [anon_sym_EQ_EQ] = ACTIONS(3136), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3140), - [anon_sym_LT_EQ] = ACTIONS(3140), - [anon_sym_GT_EQ] = ACTIONS(3140), - [anon_sym_BANGin] = ACTIONS(3140), - [anon_sym_is] = ACTIONS(3136), - [anon_sym_BANGis] = ACTIONS(3140), - [anon_sym_PLUS] = ACTIONS(3136), - [anon_sym_DASH] = ACTIONS(3136), - [anon_sym_SLASH] = ACTIONS(3136), - [anon_sym_PERCENT] = ACTIONS(3140), - [anon_sym_as_QMARK] = ACTIONS(3140), - [anon_sym_PLUS_PLUS] = ACTIONS(3140), - [anon_sym_DASH_DASH] = ACTIONS(3140), - [anon_sym_BANG_BANG] = ACTIONS(3140), - [anon_sym_suspend] = ACTIONS(3120), - [anon_sym_sealed] = ACTIONS(3122), - [anon_sym_annotation] = ACTIONS(3122), - [anon_sym_data] = ACTIONS(3122), - [anon_sym_inner] = ACTIONS(3122), - [anon_sym_override] = ACTIONS(3124), - [anon_sym_lateinit] = ACTIONS(3124), - [anon_sym_public] = ACTIONS(3126), - [anon_sym_private] = ACTIONS(3126), - [anon_sym_internal] = ACTIONS(3126), - [anon_sym_protected] = ACTIONS(3126), - [anon_sym_tailrec] = ACTIONS(3120), - [anon_sym_operator] = ACTIONS(3120), - [anon_sym_infix] = ACTIONS(3120), - [anon_sym_inline] = ACTIONS(3120), - [anon_sym_external] = ACTIONS(3120), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(3130), - [anon_sym_final] = ACTIONS(3130), - [anon_sym_open] = ACTIONS(3130), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3134), - [anon_sym_actual] = ACTIONS(3134), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3140), - [sym__automatic_semicolon] = ACTIONS(3140), - [sym_safe_nav] = ACTIONS(3140), - [sym_multiline_comment] = ACTIONS(3), - }, - [2582] = { - [sym_primary_constructor] = STATE(4057), - [sym_class_body] = STATE(3813), - [sym__class_parameters] = STATE(3545), - [sym_type_constraints] = STATE(3582), - [sym_modifiers] = STATE(9083), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3214), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(6078), - [anon_sym_LBRACK] = ACTIONS(3218), - [anon_sym_as] = ACTIONS(3214), - [anon_sym_constructor] = ACTIONS(5357), - [anon_sym_LBRACE] = ACTIONS(5421), - [anon_sym_RBRACE] = ACTIONS(3218), - [anon_sym_LPAREN] = ACTIONS(5361), - [anon_sym_COMMA] = ACTIONS(3218), - [anon_sym_LT] = ACTIONS(3214), - [anon_sym_GT] = ACTIONS(3214), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(3214), - [anon_sym_SEMI] = ACTIONS(3218), - [anon_sym_get] = ACTIONS(3214), - [anon_sym_set] = ACTIONS(3214), - [anon_sym_STAR] = ACTIONS(3218), - [sym_label] = ACTIONS(3218), - [anon_sym_in] = ACTIONS(3214), - [anon_sym_DOT_DOT] = ACTIONS(3218), - [anon_sym_QMARK_COLON] = ACTIONS(3218), - [anon_sym_AMP_AMP] = ACTIONS(3218), - [anon_sym_PIPE_PIPE] = ACTIONS(3218), - [anon_sym_else] = ACTIONS(3214), - [anon_sym_COLON_COLON] = ACTIONS(3218), - [anon_sym_BANG_EQ] = ACTIONS(3214), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3218), - [anon_sym_EQ_EQ] = ACTIONS(3214), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3218), - [anon_sym_LT_EQ] = ACTIONS(3218), - [anon_sym_GT_EQ] = ACTIONS(3218), - [anon_sym_BANGin] = ACTIONS(3218), - [anon_sym_is] = ACTIONS(3214), - [anon_sym_BANGis] = ACTIONS(3218), - [anon_sym_PLUS] = ACTIONS(3214), - [anon_sym_DASH] = ACTIONS(3214), - [anon_sym_SLASH] = ACTIONS(3214), - [anon_sym_PERCENT] = ACTIONS(3218), - [anon_sym_as_QMARK] = ACTIONS(3218), - [anon_sym_PLUS_PLUS] = ACTIONS(3218), - [anon_sym_DASH_DASH] = ACTIONS(3218), - [anon_sym_BANG_BANG] = ACTIONS(3218), - [anon_sym_suspend] = ACTIONS(3120), - [anon_sym_sealed] = ACTIONS(3122), - [anon_sym_annotation] = ACTIONS(3122), - [anon_sym_data] = ACTIONS(3122), - [anon_sym_inner] = ACTIONS(3122), - [anon_sym_override] = ACTIONS(3124), - [anon_sym_lateinit] = ACTIONS(3124), - [anon_sym_public] = ACTIONS(3126), - [anon_sym_private] = ACTIONS(3126), - [anon_sym_internal] = ACTIONS(3126), - [anon_sym_protected] = ACTIONS(3126), - [anon_sym_tailrec] = ACTIONS(3120), - [anon_sym_operator] = ACTIONS(3120), - [anon_sym_infix] = ACTIONS(3120), - [anon_sym_inline] = ACTIONS(3120), - [anon_sym_external] = ACTIONS(3120), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(3130), - [anon_sym_final] = ACTIONS(3130), - [anon_sym_open] = ACTIONS(3130), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3134), - [anon_sym_actual] = ACTIONS(3134), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3218), - [sym__automatic_semicolon] = ACTIONS(3218), - [sym_safe_nav] = ACTIONS(3218), - [sym_multiline_comment] = ACTIONS(3), - }, - [2583] = { - [sym_primary_constructor] = STATE(4060), - [sym__class_parameters] = STATE(3545), - [sym_type_constraints] = STATE(3628), - [sym_enum_class_body] = STATE(3695), - [sym_modifiers] = STATE(9083), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3190), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(6080), - [anon_sym_LBRACK] = ACTIONS(3194), - [anon_sym_as] = ACTIONS(3190), - [anon_sym_constructor] = ACTIONS(5357), - [anon_sym_LBRACE] = ACTIONS(5359), - [anon_sym_RBRACE] = ACTIONS(3194), - [anon_sym_LPAREN] = ACTIONS(5361), - [anon_sym_COMMA] = ACTIONS(3194), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3190), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(3190), - [anon_sym_SEMI] = ACTIONS(3194), - [anon_sym_get] = ACTIONS(3190), - [anon_sym_set] = ACTIONS(3190), - [anon_sym_STAR] = ACTIONS(3194), - [sym_label] = ACTIONS(3194), - [anon_sym_in] = ACTIONS(3190), - [anon_sym_DOT_DOT] = ACTIONS(3194), - [anon_sym_QMARK_COLON] = ACTIONS(3194), - [anon_sym_AMP_AMP] = ACTIONS(3194), - [anon_sym_PIPE_PIPE] = ACTIONS(3194), - [anon_sym_else] = ACTIONS(3190), - [anon_sym_COLON_COLON] = ACTIONS(3194), - [anon_sym_BANG_EQ] = ACTIONS(3190), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3194), - [anon_sym_EQ_EQ] = ACTIONS(3190), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3194), - [anon_sym_LT_EQ] = ACTIONS(3194), - [anon_sym_GT_EQ] = ACTIONS(3194), - [anon_sym_BANGin] = ACTIONS(3194), - [anon_sym_is] = ACTIONS(3190), - [anon_sym_BANGis] = ACTIONS(3194), - [anon_sym_PLUS] = ACTIONS(3190), - [anon_sym_DASH] = ACTIONS(3190), - [anon_sym_SLASH] = ACTIONS(3190), - [anon_sym_PERCENT] = ACTIONS(3194), - [anon_sym_as_QMARK] = ACTIONS(3194), - [anon_sym_PLUS_PLUS] = ACTIONS(3194), - [anon_sym_DASH_DASH] = ACTIONS(3194), - [anon_sym_BANG_BANG] = ACTIONS(3194), - [anon_sym_suspend] = ACTIONS(3120), - [anon_sym_sealed] = ACTIONS(3122), - [anon_sym_annotation] = ACTIONS(3122), - [anon_sym_data] = ACTIONS(3122), - [anon_sym_inner] = ACTIONS(3122), - [anon_sym_override] = ACTIONS(3124), - [anon_sym_lateinit] = ACTIONS(3124), - [anon_sym_public] = ACTIONS(3126), - [anon_sym_private] = ACTIONS(3126), - [anon_sym_internal] = ACTIONS(3126), - [anon_sym_protected] = ACTIONS(3126), - [anon_sym_tailrec] = ACTIONS(3120), - [anon_sym_operator] = ACTIONS(3120), - [anon_sym_infix] = ACTIONS(3120), - [anon_sym_inline] = ACTIONS(3120), - [anon_sym_external] = ACTIONS(3120), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(3130), - [anon_sym_final] = ACTIONS(3130), - [anon_sym_open] = ACTIONS(3130), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3134), - [anon_sym_actual] = ACTIONS(3134), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3194), - [sym__automatic_semicolon] = ACTIONS(3194), - [sym_safe_nav] = ACTIONS(3194), - [sym_multiline_comment] = ACTIONS(3), - }, - [2584] = { - [sym_primary_constructor] = STATE(4061), - [sym_class_body] = STATE(3695), - [sym__class_parameters] = STATE(3545), - [sym_type_constraints] = STATE(3607), - [sym_modifiers] = STATE(9083), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3190), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(6082), - [anon_sym_LBRACK] = ACTIONS(3194), - [anon_sym_as] = ACTIONS(3190), - [anon_sym_constructor] = ACTIONS(5357), - [anon_sym_LBRACE] = ACTIONS(5421), - [anon_sym_RBRACE] = ACTIONS(3194), - [anon_sym_LPAREN] = ACTIONS(5361), - [anon_sym_COMMA] = ACTIONS(3194), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3190), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(3190), - [anon_sym_SEMI] = ACTIONS(3194), - [anon_sym_get] = ACTIONS(3190), - [anon_sym_set] = ACTIONS(3190), - [anon_sym_STAR] = ACTIONS(3194), - [sym_label] = ACTIONS(3194), - [anon_sym_in] = ACTIONS(3190), - [anon_sym_DOT_DOT] = ACTIONS(3194), - [anon_sym_QMARK_COLON] = ACTIONS(3194), - [anon_sym_AMP_AMP] = ACTIONS(3194), - [anon_sym_PIPE_PIPE] = ACTIONS(3194), - [anon_sym_else] = ACTIONS(3190), - [anon_sym_COLON_COLON] = ACTIONS(3194), - [anon_sym_BANG_EQ] = ACTIONS(3190), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3194), - [anon_sym_EQ_EQ] = ACTIONS(3190), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3194), - [anon_sym_LT_EQ] = ACTIONS(3194), - [anon_sym_GT_EQ] = ACTIONS(3194), - [anon_sym_BANGin] = ACTIONS(3194), - [anon_sym_is] = ACTIONS(3190), - [anon_sym_BANGis] = ACTIONS(3194), - [anon_sym_PLUS] = ACTIONS(3190), - [anon_sym_DASH] = ACTIONS(3190), - [anon_sym_SLASH] = ACTIONS(3190), - [anon_sym_PERCENT] = ACTIONS(3194), - [anon_sym_as_QMARK] = ACTIONS(3194), - [anon_sym_PLUS_PLUS] = ACTIONS(3194), - [anon_sym_DASH_DASH] = ACTIONS(3194), - [anon_sym_BANG_BANG] = ACTIONS(3194), - [anon_sym_suspend] = ACTIONS(3120), - [anon_sym_sealed] = ACTIONS(3122), - [anon_sym_annotation] = ACTIONS(3122), - [anon_sym_data] = ACTIONS(3122), - [anon_sym_inner] = ACTIONS(3122), - [anon_sym_override] = ACTIONS(3124), - [anon_sym_lateinit] = ACTIONS(3124), - [anon_sym_public] = ACTIONS(3126), - [anon_sym_private] = ACTIONS(3126), - [anon_sym_internal] = ACTIONS(3126), - [anon_sym_protected] = ACTIONS(3126), - [anon_sym_tailrec] = ACTIONS(3120), - [anon_sym_operator] = ACTIONS(3120), - [anon_sym_infix] = ACTIONS(3120), - [anon_sym_inline] = ACTIONS(3120), - [anon_sym_external] = ACTIONS(3120), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(3130), - [anon_sym_final] = ACTIONS(3130), - [anon_sym_open] = ACTIONS(3130), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3134), - [anon_sym_actual] = ACTIONS(3134), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3194), - [sym__automatic_semicolon] = ACTIONS(3194), - [sym_safe_nav] = ACTIONS(3194), - [sym_multiline_comment] = ACTIONS(3), - }, - [2585] = { - [sym_primary_constructor] = STATE(4105), - [sym__class_parameters] = STATE(3545), - [sym_type_parameters] = STATE(2650), - [sym_type_constraints] = STATE(3578), - [sym_enum_class_body] = STATE(3800), - [sym_modifiers] = STATE(9083), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3102), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(6084), - [anon_sym_LBRACK] = ACTIONS(3108), - [anon_sym_as] = ACTIONS(3102), - [anon_sym_constructor] = ACTIONS(5357), - [anon_sym_LBRACE] = ACTIONS(5359), - [anon_sym_RBRACE] = ACTIONS(3108), - [anon_sym_LPAREN] = ACTIONS(5361), - [anon_sym_LT] = ACTIONS(5340), - [anon_sym_GT] = ACTIONS(3102), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(3102), - [anon_sym_SEMI] = ACTIONS(3108), - [anon_sym_get] = ACTIONS(3102), - [anon_sym_set] = ACTIONS(3102), - [anon_sym_STAR] = ACTIONS(3108), - [sym_label] = ACTIONS(3108), - [anon_sym_in] = ACTIONS(3102), - [anon_sym_DOT_DOT] = ACTIONS(3108), - [anon_sym_QMARK_COLON] = ACTIONS(3108), - [anon_sym_AMP_AMP] = ACTIONS(3108), - [anon_sym_PIPE_PIPE] = ACTIONS(3108), - [anon_sym_else] = ACTIONS(3102), - [anon_sym_COLON_COLON] = ACTIONS(3108), - [anon_sym_BANG_EQ] = ACTIONS(3102), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3108), - [anon_sym_EQ_EQ] = ACTIONS(3102), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3108), - [anon_sym_LT_EQ] = ACTIONS(3108), - [anon_sym_GT_EQ] = ACTIONS(3108), - [anon_sym_BANGin] = ACTIONS(3108), - [anon_sym_is] = ACTIONS(3102), - [anon_sym_BANGis] = ACTIONS(3108), - [anon_sym_PLUS] = ACTIONS(3102), - [anon_sym_DASH] = ACTIONS(3102), - [anon_sym_SLASH] = ACTIONS(3102), - [anon_sym_PERCENT] = ACTIONS(3108), - [anon_sym_as_QMARK] = ACTIONS(3108), - [anon_sym_PLUS_PLUS] = ACTIONS(3108), - [anon_sym_DASH_DASH] = ACTIONS(3108), - [anon_sym_BANG_BANG] = ACTIONS(3108), - [anon_sym_suspend] = ACTIONS(3120), - [anon_sym_sealed] = ACTIONS(3122), - [anon_sym_annotation] = ACTIONS(3122), - [anon_sym_data] = ACTIONS(3122), - [anon_sym_inner] = ACTIONS(3122), - [anon_sym_override] = ACTIONS(3124), - [anon_sym_lateinit] = ACTIONS(3124), - [anon_sym_public] = ACTIONS(3126), - [anon_sym_private] = ACTIONS(3126), - [anon_sym_internal] = ACTIONS(3126), - [anon_sym_protected] = ACTIONS(3126), - [anon_sym_tailrec] = ACTIONS(3120), - [anon_sym_operator] = ACTIONS(3120), - [anon_sym_infix] = ACTIONS(3120), - [anon_sym_inline] = ACTIONS(3120), - [anon_sym_external] = ACTIONS(3120), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(3130), - [anon_sym_final] = ACTIONS(3130), - [anon_sym_open] = ACTIONS(3130), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3134), - [anon_sym_actual] = ACTIONS(3134), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3108), - [sym__automatic_semicolon] = ACTIONS(3108), - [sym_safe_nav] = ACTIONS(3108), + [sym__backtick_identifier] = ACTIONS(1786), + [sym__automatic_semicolon] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), [sym_multiline_comment] = ACTIONS(3), }, - [2586] = { - [sym_primary_constructor] = STATE(4063), - [sym__class_parameters] = STATE(3545), - [sym_type_constraints] = STATE(3564), - [sym_enum_class_body] = STATE(3835), - [sym_modifiers] = STATE(9083), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3204), + [2602] = { + [sym_primary_constructor] = STATE(4080), + [sym__class_parameters] = STATE(3039), + [sym_type_constraints] = STATE(3099), + [sym_enum_class_body] = STATE(3181), + [sym_modifiers] = STATE(9227), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3212), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(6086), - [anon_sym_LBRACK] = ACTIONS(3208), - [anon_sym_as] = ACTIONS(3204), - [anon_sym_constructor] = ACTIONS(5357), - [anon_sym_LBRACE] = ACTIONS(5359), - [anon_sym_RBRACE] = ACTIONS(3208), - [anon_sym_LPAREN] = ACTIONS(5361), - [anon_sym_COMMA] = ACTIONS(3208), - [anon_sym_LT] = ACTIONS(3204), - [anon_sym_GT] = ACTIONS(3204), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(3204), - [anon_sym_SEMI] = ACTIONS(3208), - [anon_sym_get] = ACTIONS(3204), - [anon_sym_set] = ACTIONS(3204), - [anon_sym_STAR] = ACTIONS(3208), - [sym_label] = ACTIONS(3208), - [anon_sym_in] = ACTIONS(3204), - [anon_sym_DOT_DOT] = ACTIONS(3208), - [anon_sym_QMARK_COLON] = ACTIONS(3208), - [anon_sym_AMP_AMP] = ACTIONS(3208), - [anon_sym_PIPE_PIPE] = ACTIONS(3208), - [anon_sym_else] = ACTIONS(3204), - [anon_sym_COLON_COLON] = ACTIONS(3208), - [anon_sym_BANG_EQ] = ACTIONS(3204), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3208), - [anon_sym_EQ_EQ] = ACTIONS(3204), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3208), - [anon_sym_LT_EQ] = ACTIONS(3208), - [anon_sym_GT_EQ] = ACTIONS(3208), - [anon_sym_BANGin] = ACTIONS(3208), - [anon_sym_is] = ACTIONS(3204), - [anon_sym_BANGis] = ACTIONS(3208), - [anon_sym_PLUS] = ACTIONS(3204), - [anon_sym_DASH] = ACTIONS(3204), - [anon_sym_SLASH] = ACTIONS(3204), - [anon_sym_PERCENT] = ACTIONS(3208), - [anon_sym_as_QMARK] = ACTIONS(3208), - [anon_sym_PLUS_PLUS] = ACTIONS(3208), - [anon_sym_DASH_DASH] = ACTIONS(3208), - [anon_sym_BANG_BANG] = ACTIONS(3208), + [anon_sym_COLON] = ACTIONS(6112), + [anon_sym_LBRACK] = ACTIONS(3216), + [anon_sym_as] = ACTIONS(3212), + [anon_sym_constructor] = ACTIONS(5169), + [anon_sym_LBRACE] = ACTIONS(5171), + [anon_sym_RBRACE] = ACTIONS(3216), + [anon_sym_LPAREN] = ACTIONS(5173), + [anon_sym_RPAREN] = ACTIONS(3216), + [anon_sym_LT] = ACTIONS(3212), + [anon_sym_GT] = ACTIONS(3212), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(3212), + [anon_sym_SEMI] = ACTIONS(3216), + [anon_sym_get] = ACTIONS(3212), + [anon_sym_set] = ACTIONS(3212), + [anon_sym_STAR] = ACTIONS(3216), + [sym_label] = ACTIONS(3216), + [anon_sym_in] = ACTIONS(3212), + [anon_sym_while] = ACTIONS(3212), + [anon_sym_DOT_DOT] = ACTIONS(3216), + [anon_sym_QMARK_COLON] = ACTIONS(3216), + [anon_sym_AMP_AMP] = ACTIONS(3216), + [anon_sym_PIPE_PIPE] = ACTIONS(3216), + [anon_sym_else] = ACTIONS(3212), + [anon_sym_COLON_COLON] = ACTIONS(3216), + [anon_sym_BANG_EQ] = ACTIONS(3212), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3216), + [anon_sym_EQ_EQ] = ACTIONS(3212), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3216), + [anon_sym_LT_EQ] = ACTIONS(3216), + [anon_sym_GT_EQ] = ACTIONS(3216), + [anon_sym_BANGin] = ACTIONS(3216), + [anon_sym_is] = ACTIONS(3212), + [anon_sym_BANGis] = ACTIONS(3216), + [anon_sym_PLUS] = ACTIONS(3212), + [anon_sym_DASH] = ACTIONS(3212), + [anon_sym_SLASH] = ACTIONS(3212), + [anon_sym_PERCENT] = ACTIONS(3216), + [anon_sym_as_QMARK] = ACTIONS(3216), + [anon_sym_PLUS_PLUS] = ACTIONS(3216), + [anon_sym_DASH_DASH] = ACTIONS(3216), + [anon_sym_BANG_BANG] = ACTIONS(3216), [anon_sym_suspend] = ACTIONS(3120), [anon_sym_sealed] = ACTIONS(3122), [anon_sym_annotation] = ACTIONS(3122), @@ -305653,72 +307256,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3134), [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3208), - [sym__automatic_semicolon] = ACTIONS(3208), - [sym_safe_nav] = ACTIONS(3208), + [sym__backtick_identifier] = ACTIONS(3216), + [sym_safe_nav] = ACTIONS(3216), [sym_multiline_comment] = ACTIONS(3), }, - [2587] = { - [sym_primary_constructor] = STATE(5205), - [sym_class_body] = STATE(4969), - [sym__class_parameters] = STATE(4877), - [sym_type_constraints] = STATE(4859), - [sym_modifiers] = STATE(9180), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3214), + [2603] = { + [sym_primary_constructor] = STATE(5207), + [sym_class_body] = STATE(4962), + [sym__class_parameters] = STATE(4841), + [sym_type_constraints] = STATE(4875), + [sym_modifiers] = STATE(9347), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3196), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(6088), - [anon_sym_LBRACK] = ACTIONS(3218), - [anon_sym_as] = ACTIONS(3214), - [anon_sym_constructor] = ACTIONS(5334), - [anon_sym_LBRACE] = ACTIONS(5397), - [anon_sym_RBRACE] = ACTIONS(3218), - [anon_sym_LPAREN] = ACTIONS(5338), - [anon_sym_COMMA] = ACTIONS(3218), - [anon_sym_LT] = ACTIONS(3214), - [anon_sym_GT] = ACTIONS(3214), - [anon_sym_where] = ACTIONS(5342), - [anon_sym_DOT] = ACTIONS(3214), - [anon_sym_SEMI] = ACTIONS(3218), - [anon_sym_get] = ACTIONS(3214), - [anon_sym_set] = ACTIONS(3214), - [anon_sym_STAR] = ACTIONS(3218), - [sym_label] = ACTIONS(3218), - [anon_sym_in] = ACTIONS(3214), - [anon_sym_DOT_DOT] = ACTIONS(3218), - [anon_sym_QMARK_COLON] = ACTIONS(3218), - [anon_sym_AMP_AMP] = ACTIONS(3218), - [anon_sym_PIPE_PIPE] = ACTIONS(3218), - [anon_sym_else] = ACTIONS(3214), - [anon_sym_COLON_COLON] = ACTIONS(3218), - [anon_sym_BANG_EQ] = ACTIONS(3214), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3218), - [anon_sym_EQ_EQ] = ACTIONS(3214), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3218), - [anon_sym_LT_EQ] = ACTIONS(3218), - [anon_sym_GT_EQ] = ACTIONS(3218), - [anon_sym_BANGin] = ACTIONS(3218), - [anon_sym_is] = ACTIONS(3214), - [anon_sym_BANGis] = ACTIONS(3218), - [anon_sym_PLUS] = ACTIONS(3214), - [anon_sym_DASH] = ACTIONS(3214), - [anon_sym_SLASH] = ACTIONS(3214), - [anon_sym_PERCENT] = ACTIONS(3218), - [anon_sym_as_QMARK] = ACTIONS(3218), - [anon_sym_PLUS_PLUS] = ACTIONS(3218), - [anon_sym_DASH_DASH] = ACTIONS(3218), - [anon_sym_BANG_BANG] = ACTIONS(3218), + [anon_sym_COLON] = ACTIONS(6114), + [anon_sym_LBRACK] = ACTIONS(3200), + [anon_sym_as] = ACTIONS(3196), + [anon_sym_constructor] = ACTIONS(5399), + [anon_sym_LBRACE] = ACTIONS(5401), + [anon_sym_RBRACE] = ACTIONS(3200), + [anon_sym_LPAREN] = ACTIONS(5403), + [anon_sym_COMMA] = ACTIONS(3200), + [anon_sym_LT] = ACTIONS(3196), + [anon_sym_GT] = ACTIONS(3196), + [anon_sym_where] = ACTIONS(5405), + [anon_sym_DOT] = ACTIONS(3196), + [anon_sym_SEMI] = ACTIONS(3200), + [anon_sym_get] = ACTIONS(3196), + [anon_sym_set] = ACTIONS(3196), + [anon_sym_STAR] = ACTIONS(3200), + [sym_label] = ACTIONS(3200), + [anon_sym_in] = ACTIONS(3196), + [anon_sym_DOT_DOT] = ACTIONS(3200), + [anon_sym_QMARK_COLON] = ACTIONS(3200), + [anon_sym_AMP_AMP] = ACTIONS(3200), + [anon_sym_PIPE_PIPE] = ACTIONS(3200), + [anon_sym_else] = ACTIONS(3196), + [anon_sym_COLON_COLON] = ACTIONS(3200), + [anon_sym_BANG_EQ] = ACTIONS(3196), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3200), + [anon_sym_EQ_EQ] = ACTIONS(3196), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3200), + [anon_sym_LT_EQ] = ACTIONS(3200), + [anon_sym_GT_EQ] = ACTIONS(3200), + [anon_sym_BANGin] = ACTIONS(3200), + [anon_sym_is] = ACTIONS(3196), + [anon_sym_BANGis] = ACTIONS(3200), + [anon_sym_PLUS] = ACTIONS(3196), + [anon_sym_DASH] = ACTIONS(3196), + [anon_sym_SLASH] = ACTIONS(3196), + [anon_sym_PERCENT] = ACTIONS(3200), + [anon_sym_as_QMARK] = ACTIONS(3200), + [anon_sym_PLUS_PLUS] = ACTIONS(3200), + [anon_sym_DASH_DASH] = ACTIONS(3200), + [anon_sym_BANG_BANG] = ACTIONS(3200), [anon_sym_suspend] = ACTIONS(3120), [anon_sym_sealed] = ACTIONS(3122), [anon_sym_annotation] = ACTIONS(3122), @@ -305745,72 +307347,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3134), [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3218), - [sym__automatic_semicolon] = ACTIONS(3218), - [sym_safe_nav] = ACTIONS(3218), + [sym__backtick_identifier] = ACTIONS(3200), + [sym__automatic_semicolon] = ACTIONS(3200), + [sym_safe_nav] = ACTIONS(3200), [sym_multiline_comment] = ACTIONS(3), }, - [2588] = { - [sym_primary_constructor] = STATE(5373), - [sym_class_body] = STATE(4935), - [sym__class_parameters] = STATE(4877), - [sym_type_parameters] = STATE(2651), - [sym_type_constraints] = STATE(4876), - [sym_modifiers] = STATE(9180), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3160), + [2604] = { + [sym_primary_constructor] = STATE(5260), + [sym__class_parameters] = STATE(4565), + [sym_type_constraints] = STATE(4528), + [sym_enum_class_body] = STATE(4703), + [sym_modifiers] = STATE(9275), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3212), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(6090), - [anon_sym_LBRACK] = ACTIONS(3164), - [anon_sym_as] = ACTIONS(3160), - [anon_sym_constructor] = ACTIONS(5334), - [anon_sym_LBRACE] = ACTIONS(5397), - [anon_sym_RBRACE] = ACTIONS(3164), - [anon_sym_LPAREN] = ACTIONS(5338), - [anon_sym_LT] = ACTIONS(5340), - [anon_sym_GT] = ACTIONS(3160), - [anon_sym_where] = ACTIONS(5342), - [anon_sym_DOT] = ACTIONS(3160), - [anon_sym_SEMI] = ACTIONS(3164), - [anon_sym_get] = ACTIONS(3160), - [anon_sym_set] = ACTIONS(3160), - [anon_sym_STAR] = ACTIONS(3164), - [sym_label] = ACTIONS(3164), - [anon_sym_in] = ACTIONS(3160), - [anon_sym_DOT_DOT] = ACTIONS(3164), - [anon_sym_QMARK_COLON] = ACTIONS(3164), - [anon_sym_AMP_AMP] = ACTIONS(3164), - [anon_sym_PIPE_PIPE] = ACTIONS(3164), - [anon_sym_else] = ACTIONS(3160), - [anon_sym_COLON_COLON] = ACTIONS(3164), - [anon_sym_BANG_EQ] = ACTIONS(3160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3164), - [anon_sym_EQ_EQ] = ACTIONS(3160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3164), - [anon_sym_LT_EQ] = ACTIONS(3164), - [anon_sym_GT_EQ] = ACTIONS(3164), - [anon_sym_BANGin] = ACTIONS(3164), - [anon_sym_is] = ACTIONS(3160), - [anon_sym_BANGis] = ACTIONS(3164), - [anon_sym_PLUS] = ACTIONS(3160), - [anon_sym_DASH] = ACTIONS(3160), - [anon_sym_SLASH] = ACTIONS(3160), - [anon_sym_PERCENT] = ACTIONS(3164), - [anon_sym_as_QMARK] = ACTIONS(3164), - [anon_sym_PLUS_PLUS] = ACTIONS(3164), - [anon_sym_DASH_DASH] = ACTIONS(3164), - [anon_sym_BANG_BANG] = ACTIONS(3164), + [anon_sym_COLON] = ACTIONS(6116), + [anon_sym_LBRACK] = ACTIONS(3216), + [anon_sym_as] = ACTIONS(3212), + [anon_sym_constructor] = ACTIONS(5113), + [anon_sym_LBRACE] = ACTIONS(5115), + [anon_sym_RBRACE] = ACTIONS(3216), + [anon_sym_LPAREN] = ACTIONS(5117), + [anon_sym_RPAREN] = ACTIONS(3216), + [anon_sym_LT] = ACTIONS(3212), + [anon_sym_GT] = ACTIONS(3212), + [anon_sym_where] = ACTIONS(5121), + [anon_sym_DOT] = ACTIONS(3212), + [anon_sym_SEMI] = ACTIONS(3216), + [anon_sym_get] = ACTIONS(3212), + [anon_sym_set] = ACTIONS(3212), + [anon_sym_STAR] = ACTIONS(3216), + [sym_label] = ACTIONS(3216), + [anon_sym_in] = ACTIONS(3212), + [anon_sym_while] = ACTIONS(3212), + [anon_sym_DOT_DOT] = ACTIONS(3216), + [anon_sym_QMARK_COLON] = ACTIONS(3216), + [anon_sym_AMP_AMP] = ACTIONS(3216), + [anon_sym_PIPE_PIPE] = ACTIONS(3216), + [anon_sym_else] = ACTIONS(3212), + [anon_sym_COLON_COLON] = ACTIONS(3216), + [anon_sym_BANG_EQ] = ACTIONS(3212), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3216), + [anon_sym_EQ_EQ] = ACTIONS(3212), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3216), + [anon_sym_LT_EQ] = ACTIONS(3216), + [anon_sym_GT_EQ] = ACTIONS(3216), + [anon_sym_BANGin] = ACTIONS(3216), + [anon_sym_is] = ACTIONS(3212), + [anon_sym_BANGis] = ACTIONS(3216), + [anon_sym_PLUS] = ACTIONS(3212), + [anon_sym_DASH] = ACTIONS(3212), + [anon_sym_SLASH] = ACTIONS(3212), + [anon_sym_PERCENT] = ACTIONS(3216), + [anon_sym_as_QMARK] = ACTIONS(3216), + [anon_sym_PLUS_PLUS] = ACTIONS(3216), + [anon_sym_DASH_DASH] = ACTIONS(3216), + [anon_sym_BANG_BANG] = ACTIONS(3216), [anon_sym_suspend] = ACTIONS(3120), [anon_sym_sealed] = ACTIONS(3122), [anon_sym_annotation] = ACTIONS(3122), @@ -305837,73 +307440,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3134), [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3164), - [sym__automatic_semicolon] = ACTIONS(3164), - [sym_safe_nav] = ACTIONS(3164), + [sym__backtick_identifier] = ACTIONS(3216), + [sym_safe_nav] = ACTIONS(3216), [sym_multiline_comment] = ACTIONS(3), }, - [2589] = { - [sym_type_constraints] = STATE(2704), - [sym_property_delegate] = STATE(2777), - [sym_getter] = STATE(4630), - [sym_setter] = STATE(4630), - [sym_modifiers] = STATE(8572), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3272), + [2605] = { + [sym_getter] = STATE(3722), + [sym_setter] = STATE(3722), + [sym_modifiers] = STATE(8721), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3338), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3274), - [anon_sym_as] = ACTIONS(3272), - [anon_sym_EQ] = ACTIONS(6092), - [anon_sym_LBRACE] = ACTIONS(3274), - [anon_sym_RBRACE] = ACTIONS(3274), - [anon_sym_LPAREN] = ACTIONS(3274), - [anon_sym_RPAREN] = ACTIONS(3274), - [anon_sym_by] = ACTIONS(6062), - [anon_sym_LT] = ACTIONS(3272), - [anon_sym_GT] = ACTIONS(3272), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(3272), - [anon_sym_SEMI] = ACTIONS(6094), - [anon_sym_get] = ACTIONS(6096), - [anon_sym_set] = ACTIONS(6098), - [anon_sym_STAR] = ACTIONS(3274), - [sym_label] = ACTIONS(3274), - [anon_sym_in] = ACTIONS(3272), - [anon_sym_while] = ACTIONS(3272), - [anon_sym_DOT_DOT] = ACTIONS(3274), - [anon_sym_QMARK_COLON] = ACTIONS(3274), - [anon_sym_AMP_AMP] = ACTIONS(3274), - [anon_sym_PIPE_PIPE] = ACTIONS(3274), - [anon_sym_else] = ACTIONS(3272), - [anon_sym_COLON_COLON] = ACTIONS(3274), - [anon_sym_BANG_EQ] = ACTIONS(3272), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3274), - [anon_sym_EQ_EQ] = ACTIONS(3272), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3274), - [anon_sym_LT_EQ] = ACTIONS(3274), - [anon_sym_GT_EQ] = ACTIONS(3274), - [anon_sym_BANGin] = ACTIONS(3274), - [anon_sym_is] = ACTIONS(3272), - [anon_sym_BANGis] = ACTIONS(3274), - [anon_sym_PLUS] = ACTIONS(3272), - [anon_sym_DASH] = ACTIONS(3272), - [anon_sym_SLASH] = ACTIONS(3272), - [anon_sym_PERCENT] = ACTIONS(3274), - [anon_sym_as_QMARK] = ACTIONS(3274), - [anon_sym_PLUS_PLUS] = ACTIONS(3274), - [anon_sym_DASH_DASH] = ACTIONS(3274), - [anon_sym_BANG_BANG] = ACTIONS(3274), + [anon_sym_LBRACK] = ACTIONS(3340), + [anon_sym_as] = ACTIONS(3338), + [anon_sym_EQ] = ACTIONS(3338), + [anon_sym_LBRACE] = ACTIONS(3340), + [anon_sym_RBRACE] = ACTIONS(3340), + [anon_sym_LPAREN] = ACTIONS(3340), + [anon_sym_LT] = ACTIONS(3338), + [anon_sym_GT] = ACTIONS(3338), + [anon_sym_DOT] = ACTIONS(3338), + [anon_sym_SEMI] = ACTIONS(3340), + [anon_sym_get] = ACTIONS(5812), + [anon_sym_set] = ACTIONS(5814), + [anon_sym_STAR] = ACTIONS(3338), + [sym_label] = ACTIONS(3340), + [anon_sym_in] = ACTIONS(3338), + [anon_sym_DOT_DOT] = ACTIONS(3340), + [anon_sym_QMARK_COLON] = ACTIONS(3340), + [anon_sym_AMP_AMP] = ACTIONS(3340), + [anon_sym_PIPE_PIPE] = ACTIONS(3340), + [anon_sym_else] = ACTIONS(3338), + [anon_sym_COLON_COLON] = ACTIONS(3340), + [anon_sym_PLUS_EQ] = ACTIONS(3340), + [anon_sym_DASH_EQ] = ACTIONS(3340), + [anon_sym_STAR_EQ] = ACTIONS(3340), + [anon_sym_SLASH_EQ] = ACTIONS(3340), + [anon_sym_PERCENT_EQ] = ACTIONS(3340), + [anon_sym_BANG_EQ] = ACTIONS(3338), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3340), + [anon_sym_EQ_EQ] = ACTIONS(3338), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3340), + [anon_sym_LT_EQ] = ACTIONS(3340), + [anon_sym_GT_EQ] = ACTIONS(3340), + [anon_sym_BANGin] = ACTIONS(3340), + [anon_sym_is] = ACTIONS(3338), + [anon_sym_BANGis] = ACTIONS(3340), + [anon_sym_PLUS] = ACTIONS(3338), + [anon_sym_DASH] = ACTIONS(3338), + [anon_sym_SLASH] = ACTIONS(3338), + [anon_sym_PERCENT] = ACTIONS(3338), + [anon_sym_as_QMARK] = ACTIONS(3340), + [anon_sym_PLUS_PLUS] = ACTIONS(3340), + [anon_sym_DASH_DASH] = ACTIONS(3340), + [anon_sym_BANG_BANG] = ACTIONS(3340), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -305927,74 +307528,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3274), - [sym_safe_nav] = ACTIONS(3274), + [sym__backtick_identifier] = ACTIONS(3340), + [sym__automatic_semicolon] = ACTIONS(3340), + [sym_safe_nav] = ACTIONS(3340), [sym_multiline_comment] = ACTIONS(3), }, - [2590] = { - [sym_getter] = STATE(4976), - [sym_setter] = STATE(4976), - [sym_modifiers] = STATE(8567), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), + [2606] = { + [sym_type_constraints] = STATE(2691), + [sym_property_delegate] = STATE(2744), + [sym_getter] = STATE(5058), + [sym_setter] = STATE(5058), + [sym_modifiers] = STATE(8872), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_EQ] = ACTIONS(3254), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(3256), - [anon_sym_get] = ACTIONS(5776), - [anon_sym_set] = ACTIONS(5778), - [anon_sym_STAR] = ACTIONS(3254), - [sym_label] = ACTIONS(3256), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_PLUS_EQ] = ACTIONS(3256), - [anon_sym_DASH_EQ] = ACTIONS(3256), - [anon_sym_STAR_EQ] = ACTIONS(3256), - [anon_sym_SLASH_EQ] = ACTIONS(3256), - [anon_sym_PERCENT_EQ] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3254), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG_BANG] = ACTIONS(3256), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_EQ] = ACTIONS(6118), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_COMMA] = ACTIONS(1786), + [anon_sym_by] = ACTIONS(6034), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(4132), + [anon_sym_get] = ACTIONS(6050), + [anon_sym_set] = ACTIONS(6052), + [anon_sym_STAR] = ACTIONS(1786), + [sym_label] = ACTIONS(1786), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1786), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG_BANG] = ACTIONS(1786), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -306018,167 +307620,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3256), - [sym__automatic_semicolon] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), - [sym_multiline_comment] = ACTIONS(3), - }, - [2591] = { - [sym_primary_constructor] = STATE(5197), - [sym__class_parameters] = STATE(4877), - [sym_type_constraints] = STATE(4829), - [sym_enum_class_body] = STATE(5032), - [sym_modifiers] = STATE(9180), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3190), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(6100), - [anon_sym_LBRACK] = ACTIONS(3194), - [anon_sym_as] = ACTIONS(3190), - [anon_sym_constructor] = ACTIONS(5334), - [anon_sym_LBRACE] = ACTIONS(5336), - [anon_sym_RBRACE] = ACTIONS(3194), - [anon_sym_LPAREN] = ACTIONS(5338), - [anon_sym_COMMA] = ACTIONS(3194), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3190), - [anon_sym_where] = ACTIONS(5342), - [anon_sym_DOT] = ACTIONS(3190), - [anon_sym_SEMI] = ACTIONS(3194), - [anon_sym_get] = ACTIONS(3190), - [anon_sym_set] = ACTIONS(3190), - [anon_sym_STAR] = ACTIONS(3194), - [sym_label] = ACTIONS(3194), - [anon_sym_in] = ACTIONS(3190), - [anon_sym_DOT_DOT] = ACTIONS(3194), - [anon_sym_QMARK_COLON] = ACTIONS(3194), - [anon_sym_AMP_AMP] = ACTIONS(3194), - [anon_sym_PIPE_PIPE] = ACTIONS(3194), - [anon_sym_else] = ACTIONS(3190), - [anon_sym_COLON_COLON] = ACTIONS(3194), - [anon_sym_BANG_EQ] = ACTIONS(3190), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3194), - [anon_sym_EQ_EQ] = ACTIONS(3190), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3194), - [anon_sym_LT_EQ] = ACTIONS(3194), - [anon_sym_GT_EQ] = ACTIONS(3194), - [anon_sym_BANGin] = ACTIONS(3194), - [anon_sym_is] = ACTIONS(3190), - [anon_sym_BANGis] = ACTIONS(3194), - [anon_sym_PLUS] = ACTIONS(3190), - [anon_sym_DASH] = ACTIONS(3190), - [anon_sym_SLASH] = ACTIONS(3190), - [anon_sym_PERCENT] = ACTIONS(3194), - [anon_sym_as_QMARK] = ACTIONS(3194), - [anon_sym_PLUS_PLUS] = ACTIONS(3194), - [anon_sym_DASH_DASH] = ACTIONS(3194), - [anon_sym_BANG_BANG] = ACTIONS(3194), - [anon_sym_suspend] = ACTIONS(3120), - [anon_sym_sealed] = ACTIONS(3122), - [anon_sym_annotation] = ACTIONS(3122), - [anon_sym_data] = ACTIONS(3122), - [anon_sym_inner] = ACTIONS(3122), - [anon_sym_override] = ACTIONS(3124), - [anon_sym_lateinit] = ACTIONS(3124), - [anon_sym_public] = ACTIONS(3126), - [anon_sym_private] = ACTIONS(3126), - [anon_sym_internal] = ACTIONS(3126), - [anon_sym_protected] = ACTIONS(3126), - [anon_sym_tailrec] = ACTIONS(3120), - [anon_sym_operator] = ACTIONS(3120), - [anon_sym_infix] = ACTIONS(3120), - [anon_sym_inline] = ACTIONS(3120), - [anon_sym_external] = ACTIONS(3120), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(3130), - [anon_sym_final] = ACTIONS(3130), - [anon_sym_open] = ACTIONS(3130), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3134), - [anon_sym_actual] = ACTIONS(3134), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3194), - [sym__automatic_semicolon] = ACTIONS(3194), - [sym_safe_nav] = ACTIONS(3194), + [sym__backtick_identifier] = ACTIONS(1786), + [sym__automatic_semicolon] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), [sym_multiline_comment] = ACTIONS(3), }, - [2592] = { - [sym_getter] = STATE(4976), - [sym_setter] = STATE(4976), - [sym_modifiers] = STATE(8567), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), + [2607] = { + [sym_getter] = STATE(3702), + [sym_setter] = STATE(3702), + [sym_modifiers] = STATE(8721), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1752), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_EQ] = ACTIONS(3254), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(5862), - [anon_sym_get] = ACTIONS(5776), - [anon_sym_set] = ACTIONS(5778), - [anon_sym_STAR] = ACTIONS(3254), - [sym_label] = ACTIONS(3256), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_PLUS_EQ] = ACTIONS(3256), - [anon_sym_DASH_EQ] = ACTIONS(3256), - [anon_sym_STAR_EQ] = ACTIONS(3256), - [anon_sym_SLASH_EQ] = ACTIONS(3256), - [anon_sym_PERCENT_EQ] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3254), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG_BANG] = ACTIONS(3256), + [anon_sym_LBRACK] = ACTIONS(1754), + [anon_sym_as] = ACTIONS(1752), + [anon_sym_EQ] = ACTIONS(1752), + [anon_sym_LBRACE] = ACTIONS(1754), + [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_LPAREN] = ACTIONS(1754), + [anon_sym_LT] = ACTIONS(1752), + [anon_sym_GT] = ACTIONS(1752), + [anon_sym_DOT] = ACTIONS(1752), + [anon_sym_SEMI] = ACTIONS(1754), + [anon_sym_get] = ACTIONS(5812), + [anon_sym_set] = ACTIONS(5814), + [anon_sym_STAR] = ACTIONS(1752), + [sym_label] = ACTIONS(1754), + [anon_sym_in] = ACTIONS(1752), + [anon_sym_DOT_DOT] = ACTIONS(1754), + [anon_sym_QMARK_COLON] = ACTIONS(1754), + [anon_sym_AMP_AMP] = ACTIONS(1754), + [anon_sym_PIPE_PIPE] = ACTIONS(1754), + [anon_sym_else] = ACTIONS(1752), + [anon_sym_COLON_COLON] = ACTIONS(1754), + [anon_sym_PLUS_EQ] = ACTIONS(1754), + [anon_sym_DASH_EQ] = ACTIONS(1754), + [anon_sym_STAR_EQ] = ACTIONS(1754), + [anon_sym_SLASH_EQ] = ACTIONS(1754), + [anon_sym_PERCENT_EQ] = ACTIONS(1754), + [anon_sym_BANG_EQ] = ACTIONS(1752), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), + [anon_sym_EQ_EQ] = ACTIONS(1752), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), + [anon_sym_LT_EQ] = ACTIONS(1754), + [anon_sym_GT_EQ] = ACTIONS(1754), + [anon_sym_BANGin] = ACTIONS(1754), + [anon_sym_is] = ACTIONS(1752), + [anon_sym_BANGis] = ACTIONS(1754), + [anon_sym_PLUS] = ACTIONS(1752), + [anon_sym_DASH] = ACTIONS(1752), + [anon_sym_SLASH] = ACTIONS(1752), + [anon_sym_PERCENT] = ACTIONS(1752), + [anon_sym_as_QMARK] = ACTIONS(1754), + [anon_sym_PLUS_PLUS] = ACTIONS(1754), + [anon_sym_DASH_DASH] = ACTIONS(1754), + [anon_sym_BANG_BANG] = ACTIONS(1754), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -306202,76 +307712,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3256), - [sym__automatic_semicolon] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), + [sym__backtick_identifier] = ACTIONS(1754), + [sym__automatic_semicolon] = ACTIONS(1754), + [sym_safe_nav] = ACTIONS(1754), [sym_multiline_comment] = ACTIONS(3), }, - [2593] = { - [sym_type_constraints] = STATE(2695), - [sym_property_delegate] = STATE(2771), - [sym_getter] = STATE(4643), - [sym_setter] = STATE(4643), - [sym_modifiers] = STATE(8572), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), + [2608] = { + [sym_type_constraints] = STATE(2713), + [sym_property_delegate] = STATE(2778), + [sym_getter] = STATE(3255), + [sym_setter] = STATE(3255), + [sym_modifiers] = STATE(8762), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_EQ] = ACTIONS(6102), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_RPAREN] = ACTIONS(3256), - [anon_sym_by] = ACTIONS(6062), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(6104), - [anon_sym_get] = ACTIONS(6096), - [anon_sym_set] = ACTIONS(6098), - [anon_sym_STAR] = ACTIONS(3256), - [sym_label] = ACTIONS(3256), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_while] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3256), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG_BANG] = ACTIONS(3256), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_EQ] = ACTIONS(6120), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_RPAREN] = ACTIONS(1786), + [anon_sym_by] = ACTIONS(6056), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(4270), + [anon_sym_get] = ACTIONS(6068), + [anon_sym_set] = ACTIONS(6070), + [anon_sym_STAR] = ACTIONS(1786), + [sym_label] = ACTIONS(1786), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_while] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1786), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG_BANG] = ACTIONS(1786), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -306295,75 +307805,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), + [sym__backtick_identifier] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), [sym_multiline_comment] = ACTIONS(3), }, - [2594] = { - [sym_type_constraints] = STATE(2705), - [sym_property_delegate] = STATE(2762), - [sym_getter] = STATE(4713), - [sym_setter] = STATE(4713), - [sym_modifiers] = STATE(8572), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1694), + [2609] = { + [sym_getter] = STATE(3702), + [sym_setter] = STATE(3702), + [sym_modifiers] = STATE(8721), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1752), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1696), - [anon_sym_as] = ACTIONS(1694), - [anon_sym_EQ] = ACTIONS(6106), - [anon_sym_LBRACE] = ACTIONS(1696), - [anon_sym_RBRACE] = ACTIONS(1696), - [anon_sym_LPAREN] = ACTIONS(1696), - [anon_sym_RPAREN] = ACTIONS(1696), - [anon_sym_by] = ACTIONS(6062), - [anon_sym_LT] = ACTIONS(1694), - [anon_sym_GT] = ACTIONS(1694), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(4320), - [anon_sym_get] = ACTIONS(6096), - [anon_sym_set] = ACTIONS(6098), - [anon_sym_STAR] = ACTIONS(1696), - [sym_label] = ACTIONS(1696), - [anon_sym_in] = ACTIONS(1694), - [anon_sym_while] = ACTIONS(1694), - [anon_sym_DOT_DOT] = ACTIONS(1696), - [anon_sym_QMARK_COLON] = ACTIONS(1696), - [anon_sym_AMP_AMP] = ACTIONS(1696), - [anon_sym_PIPE_PIPE] = ACTIONS(1696), - [anon_sym_else] = ACTIONS(1694), - [anon_sym_COLON_COLON] = ACTIONS(1696), - [anon_sym_BANG_EQ] = ACTIONS(1694), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), - [anon_sym_EQ_EQ] = ACTIONS(1694), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), - [anon_sym_LT_EQ] = ACTIONS(1696), - [anon_sym_GT_EQ] = ACTIONS(1696), - [anon_sym_BANGin] = ACTIONS(1696), - [anon_sym_is] = ACTIONS(1694), - [anon_sym_BANGis] = ACTIONS(1696), - [anon_sym_PLUS] = ACTIONS(1694), - [anon_sym_DASH] = ACTIONS(1694), - [anon_sym_SLASH] = ACTIONS(1694), - [anon_sym_PERCENT] = ACTIONS(1696), - [anon_sym_as_QMARK] = ACTIONS(1696), - [anon_sym_PLUS_PLUS] = ACTIONS(1696), - [anon_sym_DASH_DASH] = ACTIONS(1696), - [anon_sym_BANG_BANG] = ACTIONS(1696), + [anon_sym_LBRACK] = ACTIONS(1754), + [anon_sym_as] = ACTIONS(1752), + [anon_sym_EQ] = ACTIONS(1752), + [anon_sym_LBRACE] = ACTIONS(1754), + [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_LPAREN] = ACTIONS(1754), + [anon_sym_LT] = ACTIONS(1752), + [anon_sym_GT] = ACTIONS(1752), + [anon_sym_DOT] = ACTIONS(1752), + [anon_sym_SEMI] = ACTIONS(3756), + [anon_sym_get] = ACTIONS(5812), + [anon_sym_set] = ACTIONS(5814), + [anon_sym_STAR] = ACTIONS(1752), + [sym_label] = ACTIONS(1754), + [anon_sym_in] = ACTIONS(1752), + [anon_sym_DOT_DOT] = ACTIONS(1754), + [anon_sym_QMARK_COLON] = ACTIONS(1754), + [anon_sym_AMP_AMP] = ACTIONS(1754), + [anon_sym_PIPE_PIPE] = ACTIONS(1754), + [anon_sym_else] = ACTIONS(1752), + [anon_sym_COLON_COLON] = ACTIONS(1754), + [anon_sym_PLUS_EQ] = ACTIONS(1754), + [anon_sym_DASH_EQ] = ACTIONS(1754), + [anon_sym_STAR_EQ] = ACTIONS(1754), + [anon_sym_SLASH_EQ] = ACTIONS(1754), + [anon_sym_PERCENT_EQ] = ACTIONS(1754), + [anon_sym_BANG_EQ] = ACTIONS(1752), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), + [anon_sym_EQ_EQ] = ACTIONS(1752), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), + [anon_sym_LT_EQ] = ACTIONS(1754), + [anon_sym_GT_EQ] = ACTIONS(1754), + [anon_sym_BANGin] = ACTIONS(1754), + [anon_sym_is] = ACTIONS(1752), + [anon_sym_BANGis] = ACTIONS(1754), + [anon_sym_PLUS] = ACTIONS(1752), + [anon_sym_DASH] = ACTIONS(1752), + [anon_sym_SLASH] = ACTIONS(1752), + [anon_sym_PERCENT] = ACTIONS(1752), + [anon_sym_as_QMARK] = ACTIONS(1754), + [anon_sym_PLUS_PLUS] = ACTIONS(1754), + [anon_sym_DASH_DASH] = ACTIONS(1754), + [anon_sym_BANG_BANG] = ACTIONS(1754), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -306387,58 +307896,150 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1696), - [sym_safe_nav] = ACTIONS(1696), + [sym__backtick_identifier] = ACTIONS(1754), + [sym__automatic_semicolon] = ACTIONS(1754), + [sym_safe_nav] = ACTIONS(1754), [sym_multiline_comment] = ACTIONS(3), }, - [2595] = { - [sym_type_constraints] = STATE(2699), - [sym_property_delegate] = STATE(2779), - [sym_getter] = STATE(3176), - [sym_setter] = STATE(3176), - [sym_modifiers] = STATE(8592), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [2610] = { + [sym_primary_constructor] = STATE(5253), + [sym_class_body] = STATE(4697), + [sym__class_parameters] = STATE(4565), + [sym_type_constraints] = STATE(4514), + [sym_modifiers] = STATE(9275), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3186), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_COLON] = ACTIONS(6122), + [anon_sym_LBRACK] = ACTIONS(3190), + [anon_sym_as] = ACTIONS(3186), + [anon_sym_constructor] = ACTIONS(5113), + [anon_sym_LBRACE] = ACTIONS(5161), + [anon_sym_RBRACE] = ACTIONS(3190), + [anon_sym_LPAREN] = ACTIONS(5117), + [anon_sym_RPAREN] = ACTIONS(3190), + [anon_sym_LT] = ACTIONS(3186), + [anon_sym_GT] = ACTIONS(3186), + [anon_sym_where] = ACTIONS(5121), + [anon_sym_DOT] = ACTIONS(3186), + [anon_sym_SEMI] = ACTIONS(3190), + [anon_sym_get] = ACTIONS(3186), + [anon_sym_set] = ACTIONS(3186), + [anon_sym_STAR] = ACTIONS(3190), + [sym_label] = ACTIONS(3190), + [anon_sym_in] = ACTIONS(3186), + [anon_sym_while] = ACTIONS(3186), + [anon_sym_DOT_DOT] = ACTIONS(3190), + [anon_sym_QMARK_COLON] = ACTIONS(3190), + [anon_sym_AMP_AMP] = ACTIONS(3190), + [anon_sym_PIPE_PIPE] = ACTIONS(3190), + [anon_sym_else] = ACTIONS(3186), + [anon_sym_COLON_COLON] = ACTIONS(3190), + [anon_sym_BANG_EQ] = ACTIONS(3186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3190), + [anon_sym_EQ_EQ] = ACTIONS(3186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3190), + [anon_sym_LT_EQ] = ACTIONS(3190), + [anon_sym_GT_EQ] = ACTIONS(3190), + [anon_sym_BANGin] = ACTIONS(3190), + [anon_sym_is] = ACTIONS(3186), + [anon_sym_BANGis] = ACTIONS(3190), + [anon_sym_PLUS] = ACTIONS(3186), + [anon_sym_DASH] = ACTIONS(3186), + [anon_sym_SLASH] = ACTIONS(3186), + [anon_sym_PERCENT] = ACTIONS(3190), + [anon_sym_as_QMARK] = ACTIONS(3190), + [anon_sym_PLUS_PLUS] = ACTIONS(3190), + [anon_sym_DASH_DASH] = ACTIONS(3190), + [anon_sym_BANG_BANG] = ACTIONS(3190), + [anon_sym_suspend] = ACTIONS(3120), + [anon_sym_sealed] = ACTIONS(3122), + [anon_sym_annotation] = ACTIONS(3122), + [anon_sym_data] = ACTIONS(3122), + [anon_sym_inner] = ACTIONS(3122), + [anon_sym_override] = ACTIONS(3124), + [anon_sym_lateinit] = ACTIONS(3124), + [anon_sym_public] = ACTIONS(3126), + [anon_sym_private] = ACTIONS(3126), + [anon_sym_internal] = ACTIONS(3126), + [anon_sym_protected] = ACTIONS(3126), + [anon_sym_tailrec] = ACTIONS(3120), + [anon_sym_operator] = ACTIONS(3120), + [anon_sym_infix] = ACTIONS(3120), + [anon_sym_inline] = ACTIONS(3120), + [anon_sym_external] = ACTIONS(3120), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3130), + [anon_sym_final] = ACTIONS(3130), + [anon_sym_open] = ACTIONS(3130), + [anon_sym_vararg] = ACTIONS(3132), + [anon_sym_noinline] = ACTIONS(3132), + [anon_sym_crossinline] = ACTIONS(3132), + [anon_sym_expect] = ACTIONS(3134), + [anon_sym_actual] = ACTIONS(3134), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3190), + [sym_safe_nav] = ACTIONS(3190), + [sym_multiline_comment] = ACTIONS(3), + }, + [2611] = { + [sym_getter] = STATE(3766), + [sym_setter] = STATE(3766), + [sym_modifiers] = STATE(8721), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1764), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1766), [anon_sym_as] = ACTIONS(1764), - [anon_sym_EQ] = ACTIONS(6108), + [anon_sym_EQ] = ACTIONS(1764), [anon_sym_LBRACE] = ACTIONS(1766), [anon_sym_RBRACE] = ACTIONS(1766), [anon_sym_LPAREN] = ACTIONS(1766), - [anon_sym_RPAREN] = ACTIONS(1766), - [anon_sym_by] = ACTIONS(6062), [anon_sym_LT] = ACTIONS(1764), [anon_sym_GT] = ACTIONS(1764), - [anon_sym_where] = ACTIONS(5151), [anon_sym_DOT] = ACTIONS(1764), - [anon_sym_SEMI] = ACTIONS(4247), - [anon_sym_get] = ACTIONS(6064), - [anon_sym_set] = ACTIONS(6066), - [anon_sym_STAR] = ACTIONS(1766), + [anon_sym_SEMI] = ACTIONS(1766), + [anon_sym_get] = ACTIONS(5812), + [anon_sym_set] = ACTIONS(5814), + [anon_sym_STAR] = ACTIONS(1764), [sym_label] = ACTIONS(1766), [anon_sym_in] = ACTIONS(1764), - [anon_sym_while] = ACTIONS(1764), [anon_sym_DOT_DOT] = ACTIONS(1766), [anon_sym_QMARK_COLON] = ACTIONS(1766), [anon_sym_AMP_AMP] = ACTIONS(1766), [anon_sym_PIPE_PIPE] = ACTIONS(1766), [anon_sym_else] = ACTIONS(1764), [anon_sym_COLON_COLON] = ACTIONS(1766), + [anon_sym_PLUS_EQ] = ACTIONS(1766), + [anon_sym_DASH_EQ] = ACTIONS(1766), + [anon_sym_STAR_EQ] = ACTIONS(1766), + [anon_sym_SLASH_EQ] = ACTIONS(1766), + [anon_sym_PERCENT_EQ] = ACTIONS(1766), [anon_sym_BANG_EQ] = ACTIONS(1764), [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), [anon_sym_EQ_EQ] = ACTIONS(1764), @@ -306451,7 +308052,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(1764), [anon_sym_DASH] = ACTIONS(1764), [anon_sym_SLASH] = ACTIONS(1764), - [anon_sym_PERCENT] = ACTIONS(1766), + [anon_sym_PERCENT] = ACTIONS(1764), [anon_sym_as_QMARK] = ACTIONS(1766), [anon_sym_PLUS_PLUS] = ACTIONS(1766), [anon_sym_DASH_DASH] = ACTIONS(1766), @@ -306479,75 +308080,167 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1766), + [sym__automatic_semicolon] = ACTIONS(1766), [sym_safe_nav] = ACTIONS(1766), [sym_multiline_comment] = ACTIONS(3), }, - [2596] = { - [sym_type_constraints] = STATE(2708), - [sym_property_delegate] = STATE(2780), - [sym_getter] = STATE(4736), - [sym_setter] = STATE(4736), - [sym_modifiers] = STATE(8572), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1764), + [2612] = { + [sym_primary_constructor] = STATE(5251), + [sym__class_parameters] = STATE(4565), + [sym_type_constraints] = STATE(4524), + [sym_enum_class_body] = STATE(4697), + [sym_modifiers] = STATE(9275), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3186), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_COLON] = ACTIONS(6124), + [anon_sym_LBRACK] = ACTIONS(3190), + [anon_sym_as] = ACTIONS(3186), + [anon_sym_constructor] = ACTIONS(5113), + [anon_sym_LBRACE] = ACTIONS(5115), + [anon_sym_RBRACE] = ACTIONS(3190), + [anon_sym_LPAREN] = ACTIONS(5117), + [anon_sym_RPAREN] = ACTIONS(3190), + [anon_sym_LT] = ACTIONS(3186), + [anon_sym_GT] = ACTIONS(3186), + [anon_sym_where] = ACTIONS(5121), + [anon_sym_DOT] = ACTIONS(3186), + [anon_sym_SEMI] = ACTIONS(3190), + [anon_sym_get] = ACTIONS(3186), + [anon_sym_set] = ACTIONS(3186), + [anon_sym_STAR] = ACTIONS(3190), + [sym_label] = ACTIONS(3190), + [anon_sym_in] = ACTIONS(3186), + [anon_sym_while] = ACTIONS(3186), + [anon_sym_DOT_DOT] = ACTIONS(3190), + [anon_sym_QMARK_COLON] = ACTIONS(3190), + [anon_sym_AMP_AMP] = ACTIONS(3190), + [anon_sym_PIPE_PIPE] = ACTIONS(3190), + [anon_sym_else] = ACTIONS(3186), + [anon_sym_COLON_COLON] = ACTIONS(3190), + [anon_sym_BANG_EQ] = ACTIONS(3186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3190), + [anon_sym_EQ_EQ] = ACTIONS(3186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3190), + [anon_sym_LT_EQ] = ACTIONS(3190), + [anon_sym_GT_EQ] = ACTIONS(3190), + [anon_sym_BANGin] = ACTIONS(3190), + [anon_sym_is] = ACTIONS(3186), + [anon_sym_BANGis] = ACTIONS(3190), + [anon_sym_PLUS] = ACTIONS(3186), + [anon_sym_DASH] = ACTIONS(3186), + [anon_sym_SLASH] = ACTIONS(3186), + [anon_sym_PERCENT] = ACTIONS(3190), + [anon_sym_as_QMARK] = ACTIONS(3190), + [anon_sym_PLUS_PLUS] = ACTIONS(3190), + [anon_sym_DASH_DASH] = ACTIONS(3190), + [anon_sym_BANG_BANG] = ACTIONS(3190), + [anon_sym_suspend] = ACTIONS(3120), + [anon_sym_sealed] = ACTIONS(3122), + [anon_sym_annotation] = ACTIONS(3122), + [anon_sym_data] = ACTIONS(3122), + [anon_sym_inner] = ACTIONS(3122), + [anon_sym_override] = ACTIONS(3124), + [anon_sym_lateinit] = ACTIONS(3124), + [anon_sym_public] = ACTIONS(3126), + [anon_sym_private] = ACTIONS(3126), + [anon_sym_internal] = ACTIONS(3126), + [anon_sym_protected] = ACTIONS(3126), + [anon_sym_tailrec] = ACTIONS(3120), + [anon_sym_operator] = ACTIONS(3120), + [anon_sym_infix] = ACTIONS(3120), + [anon_sym_inline] = ACTIONS(3120), + [anon_sym_external] = ACTIONS(3120), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3130), + [anon_sym_final] = ACTIONS(3130), + [anon_sym_open] = ACTIONS(3130), + [anon_sym_vararg] = ACTIONS(3132), + [anon_sym_noinline] = ACTIONS(3132), + [anon_sym_crossinline] = ACTIONS(3132), + [anon_sym_expect] = ACTIONS(3134), + [anon_sym_actual] = ACTIONS(3134), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3190), + [sym_safe_nav] = ACTIONS(3190), + [sym_multiline_comment] = ACTIONS(3), + }, + [2613] = { + [sym_getter] = STATE(3760), + [sym_setter] = STATE(3760), + [sym_modifiers] = STATE(8721), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1770), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1766), - [anon_sym_as] = ACTIONS(1764), - [anon_sym_EQ] = ACTIONS(6110), - [anon_sym_LBRACE] = ACTIONS(1766), - [anon_sym_RBRACE] = ACTIONS(1766), - [anon_sym_LPAREN] = ACTIONS(1766), - [anon_sym_RPAREN] = ACTIONS(1766), - [anon_sym_by] = ACTIONS(6062), - [anon_sym_LT] = ACTIONS(1764), - [anon_sym_GT] = ACTIONS(1764), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(1764), - [anon_sym_SEMI] = ACTIONS(4318), - [anon_sym_get] = ACTIONS(6096), - [anon_sym_set] = ACTIONS(6098), - [anon_sym_STAR] = ACTIONS(1766), - [sym_label] = ACTIONS(1766), - [anon_sym_in] = ACTIONS(1764), - [anon_sym_while] = ACTIONS(1764), - [anon_sym_DOT_DOT] = ACTIONS(1766), - [anon_sym_QMARK_COLON] = ACTIONS(1766), - [anon_sym_AMP_AMP] = ACTIONS(1766), - [anon_sym_PIPE_PIPE] = ACTIONS(1766), - [anon_sym_else] = ACTIONS(1764), - [anon_sym_COLON_COLON] = ACTIONS(1766), - [anon_sym_BANG_EQ] = ACTIONS(1764), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), - [anon_sym_EQ_EQ] = ACTIONS(1764), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1766), - [anon_sym_LT_EQ] = ACTIONS(1766), - [anon_sym_GT_EQ] = ACTIONS(1766), - [anon_sym_BANGin] = ACTIONS(1766), - [anon_sym_is] = ACTIONS(1764), - [anon_sym_BANGis] = ACTIONS(1766), - [anon_sym_PLUS] = ACTIONS(1764), - [anon_sym_DASH] = ACTIONS(1764), - [anon_sym_SLASH] = ACTIONS(1764), - [anon_sym_PERCENT] = ACTIONS(1766), - [anon_sym_as_QMARK] = ACTIONS(1766), - [anon_sym_PLUS_PLUS] = ACTIONS(1766), - [anon_sym_DASH_DASH] = ACTIONS(1766), - [anon_sym_BANG_BANG] = ACTIONS(1766), + [anon_sym_LBRACK] = ACTIONS(1772), + [anon_sym_as] = ACTIONS(1770), + [anon_sym_EQ] = ACTIONS(1770), + [anon_sym_LBRACE] = ACTIONS(1772), + [anon_sym_RBRACE] = ACTIONS(1772), + [anon_sym_LPAREN] = ACTIONS(1772), + [anon_sym_LT] = ACTIONS(1770), + [anon_sym_GT] = ACTIONS(1770), + [anon_sym_DOT] = ACTIONS(1770), + [anon_sym_SEMI] = ACTIONS(1772), + [anon_sym_get] = ACTIONS(5812), + [anon_sym_set] = ACTIONS(5814), + [anon_sym_STAR] = ACTIONS(1770), + [sym_label] = ACTIONS(1772), + [anon_sym_in] = ACTIONS(1770), + [anon_sym_DOT_DOT] = ACTIONS(1772), + [anon_sym_QMARK_COLON] = ACTIONS(1772), + [anon_sym_AMP_AMP] = ACTIONS(1772), + [anon_sym_PIPE_PIPE] = ACTIONS(1772), + [anon_sym_else] = ACTIONS(1770), + [anon_sym_COLON_COLON] = ACTIONS(1772), + [anon_sym_PLUS_EQ] = ACTIONS(1772), + [anon_sym_DASH_EQ] = ACTIONS(1772), + [anon_sym_STAR_EQ] = ACTIONS(1772), + [anon_sym_SLASH_EQ] = ACTIONS(1772), + [anon_sym_PERCENT_EQ] = ACTIONS(1772), + [anon_sym_BANG_EQ] = ACTIONS(1770), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1772), + [anon_sym_EQ_EQ] = ACTIONS(1770), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1772), + [anon_sym_LT_EQ] = ACTIONS(1772), + [anon_sym_GT_EQ] = ACTIONS(1772), + [anon_sym_BANGin] = ACTIONS(1772), + [anon_sym_is] = ACTIONS(1770), + [anon_sym_BANGis] = ACTIONS(1772), + [anon_sym_PLUS] = ACTIONS(1770), + [anon_sym_DASH] = ACTIONS(1770), + [anon_sym_SLASH] = ACTIONS(1770), + [anon_sym_PERCENT] = ACTIONS(1770), + [anon_sym_as_QMARK] = ACTIONS(1772), + [anon_sym_PLUS_PLUS] = ACTIONS(1772), + [anon_sym_DASH_DASH] = ACTIONS(1772), + [anon_sym_BANG_BANG] = ACTIONS(1772), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -306571,74 +308264,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1766), - [sym_safe_nav] = ACTIONS(1766), + [sym__backtick_identifier] = ACTIONS(1772), + [sym__automatic_semicolon] = ACTIONS(1772), + [sym_safe_nav] = ACTIONS(1772), [sym_multiline_comment] = ACTIONS(3), }, - [2597] = { - [sym_primary_constructor] = STATE(5188), - [sym_class_body] = STATE(5032), - [sym__class_parameters] = STATE(4877), - [sym_type_constraints] = STATE(4822), - [sym_modifiers] = STATE(9180), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3190), + [2614] = { + [sym_primary_constructor] = STATE(5236), + [sym_class_body] = STATE(4603), + [sym__class_parameters] = STATE(4565), + [sym_type_constraints] = STATE(4557), + [sym_modifiers] = STATE(9275), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3196), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(6112), - [anon_sym_LBRACK] = ACTIONS(3194), - [anon_sym_as] = ACTIONS(3190), - [anon_sym_constructor] = ACTIONS(5334), - [anon_sym_LBRACE] = ACTIONS(5397), - [anon_sym_RBRACE] = ACTIONS(3194), - [anon_sym_LPAREN] = ACTIONS(5338), - [anon_sym_COMMA] = ACTIONS(3194), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3190), - [anon_sym_where] = ACTIONS(5342), - [anon_sym_DOT] = ACTIONS(3190), - [anon_sym_SEMI] = ACTIONS(3194), - [anon_sym_get] = ACTIONS(3190), - [anon_sym_set] = ACTIONS(3190), - [anon_sym_STAR] = ACTIONS(3194), - [sym_label] = ACTIONS(3194), - [anon_sym_in] = ACTIONS(3190), - [anon_sym_DOT_DOT] = ACTIONS(3194), - [anon_sym_QMARK_COLON] = ACTIONS(3194), - [anon_sym_AMP_AMP] = ACTIONS(3194), - [anon_sym_PIPE_PIPE] = ACTIONS(3194), - [anon_sym_else] = ACTIONS(3190), - [anon_sym_COLON_COLON] = ACTIONS(3194), - [anon_sym_BANG_EQ] = ACTIONS(3190), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3194), - [anon_sym_EQ_EQ] = ACTIONS(3190), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3194), - [anon_sym_LT_EQ] = ACTIONS(3194), - [anon_sym_GT_EQ] = ACTIONS(3194), - [anon_sym_BANGin] = ACTIONS(3194), - [anon_sym_is] = ACTIONS(3190), - [anon_sym_BANGis] = ACTIONS(3194), - [anon_sym_PLUS] = ACTIONS(3190), - [anon_sym_DASH] = ACTIONS(3190), - [anon_sym_SLASH] = ACTIONS(3190), - [anon_sym_PERCENT] = ACTIONS(3194), - [anon_sym_as_QMARK] = ACTIONS(3194), - [anon_sym_PLUS_PLUS] = ACTIONS(3194), - [anon_sym_DASH_DASH] = ACTIONS(3194), - [anon_sym_BANG_BANG] = ACTIONS(3194), + [anon_sym_COLON] = ACTIONS(6126), + [anon_sym_LBRACK] = ACTIONS(3200), + [anon_sym_as] = ACTIONS(3196), + [anon_sym_constructor] = ACTIONS(5113), + [anon_sym_LBRACE] = ACTIONS(5161), + [anon_sym_RBRACE] = ACTIONS(3200), + [anon_sym_LPAREN] = ACTIONS(5117), + [anon_sym_RPAREN] = ACTIONS(3200), + [anon_sym_LT] = ACTIONS(3196), + [anon_sym_GT] = ACTIONS(3196), + [anon_sym_where] = ACTIONS(5121), + [anon_sym_DOT] = ACTIONS(3196), + [anon_sym_SEMI] = ACTIONS(3200), + [anon_sym_get] = ACTIONS(3196), + [anon_sym_set] = ACTIONS(3196), + [anon_sym_STAR] = ACTIONS(3200), + [sym_label] = ACTIONS(3200), + [anon_sym_in] = ACTIONS(3196), + [anon_sym_while] = ACTIONS(3196), + [anon_sym_DOT_DOT] = ACTIONS(3200), + [anon_sym_QMARK_COLON] = ACTIONS(3200), + [anon_sym_AMP_AMP] = ACTIONS(3200), + [anon_sym_PIPE_PIPE] = ACTIONS(3200), + [anon_sym_else] = ACTIONS(3196), + [anon_sym_COLON_COLON] = ACTIONS(3200), + [anon_sym_BANG_EQ] = ACTIONS(3196), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3200), + [anon_sym_EQ_EQ] = ACTIONS(3196), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3200), + [anon_sym_LT_EQ] = ACTIONS(3200), + [anon_sym_GT_EQ] = ACTIONS(3200), + [anon_sym_BANGin] = ACTIONS(3200), + [anon_sym_is] = ACTIONS(3196), + [anon_sym_BANGis] = ACTIONS(3200), + [anon_sym_PLUS] = ACTIONS(3196), + [anon_sym_DASH] = ACTIONS(3196), + [anon_sym_SLASH] = ACTIONS(3196), + [anon_sym_PERCENT] = ACTIONS(3200), + [anon_sym_as_QMARK] = ACTIONS(3200), + [anon_sym_PLUS_PLUS] = ACTIONS(3200), + [anon_sym_DASH_DASH] = ACTIONS(3200), + [anon_sym_BANG_BANG] = ACTIONS(3200), [anon_sym_suspend] = ACTIONS(3120), [anon_sym_sealed] = ACTIONS(3122), [anon_sym_annotation] = ACTIONS(3122), @@ -306665,72 +308360,164 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3134), [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3194), - [sym__automatic_semicolon] = ACTIONS(3194), - [sym_safe_nav] = ACTIONS(3194), + [sym__backtick_identifier] = ACTIONS(3200), + [sym_safe_nav] = ACTIONS(3200), [sym_multiline_comment] = ACTIONS(3), }, - [2598] = { - [sym_getter] = STATE(3681), - [sym_setter] = STATE(3681), - [sym_modifiers] = STATE(8770), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3340), + [2615] = { + [sym_primary_constructor] = STATE(5316), + [sym_class_body] = STATE(4946), + [sym__class_parameters] = STATE(4841), + [sym_type_parameters] = STATE(2671), + [sym_type_constraints] = STATE(4892), + [sym_modifiers] = STATE(9347), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3136), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_COLON] = ACTIONS(6128), + [anon_sym_LBRACK] = ACTIONS(3140), + [anon_sym_as] = ACTIONS(3136), + [anon_sym_constructor] = ACTIONS(5399), + [anon_sym_LBRACE] = ACTIONS(5401), + [anon_sym_RBRACE] = ACTIONS(3140), + [anon_sym_LPAREN] = ACTIONS(5403), + [anon_sym_LT] = ACTIONS(5364), + [anon_sym_GT] = ACTIONS(3136), + [anon_sym_where] = ACTIONS(5405), + [anon_sym_DOT] = ACTIONS(3136), + [anon_sym_SEMI] = ACTIONS(3140), + [anon_sym_get] = ACTIONS(3136), + [anon_sym_set] = ACTIONS(3136), + [anon_sym_STAR] = ACTIONS(3140), + [sym_label] = ACTIONS(3140), + [anon_sym_in] = ACTIONS(3136), + [anon_sym_DOT_DOT] = ACTIONS(3140), + [anon_sym_QMARK_COLON] = ACTIONS(3140), + [anon_sym_AMP_AMP] = ACTIONS(3140), + [anon_sym_PIPE_PIPE] = ACTIONS(3140), + [anon_sym_else] = ACTIONS(3136), + [anon_sym_COLON_COLON] = ACTIONS(3140), + [anon_sym_BANG_EQ] = ACTIONS(3136), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3140), + [anon_sym_EQ_EQ] = ACTIONS(3136), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3140), + [anon_sym_LT_EQ] = ACTIONS(3140), + [anon_sym_GT_EQ] = ACTIONS(3140), + [anon_sym_BANGin] = ACTIONS(3140), + [anon_sym_is] = ACTIONS(3136), + [anon_sym_BANGis] = ACTIONS(3140), + [anon_sym_PLUS] = ACTIONS(3136), + [anon_sym_DASH] = ACTIONS(3136), + [anon_sym_SLASH] = ACTIONS(3136), + [anon_sym_PERCENT] = ACTIONS(3140), + [anon_sym_as_QMARK] = ACTIONS(3140), + [anon_sym_PLUS_PLUS] = ACTIONS(3140), + [anon_sym_DASH_DASH] = ACTIONS(3140), + [anon_sym_BANG_BANG] = ACTIONS(3140), + [anon_sym_suspend] = ACTIONS(3120), + [anon_sym_sealed] = ACTIONS(3122), + [anon_sym_annotation] = ACTIONS(3122), + [anon_sym_data] = ACTIONS(3122), + [anon_sym_inner] = ACTIONS(3122), + [anon_sym_override] = ACTIONS(3124), + [anon_sym_lateinit] = ACTIONS(3124), + [anon_sym_public] = ACTIONS(3126), + [anon_sym_private] = ACTIONS(3126), + [anon_sym_internal] = ACTIONS(3126), + [anon_sym_protected] = ACTIONS(3126), + [anon_sym_tailrec] = ACTIONS(3120), + [anon_sym_operator] = ACTIONS(3120), + [anon_sym_infix] = ACTIONS(3120), + [anon_sym_inline] = ACTIONS(3120), + [anon_sym_external] = ACTIONS(3120), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3130), + [anon_sym_final] = ACTIONS(3130), + [anon_sym_open] = ACTIONS(3130), + [anon_sym_vararg] = ACTIONS(3132), + [anon_sym_noinline] = ACTIONS(3132), + [anon_sym_crossinline] = ACTIONS(3132), + [anon_sym_expect] = ACTIONS(3134), + [anon_sym_actual] = ACTIONS(3134), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3140), + [sym__automatic_semicolon] = ACTIONS(3140), + [sym_safe_nav] = ACTIONS(3140), + [sym_multiline_comment] = ACTIONS(3), + }, + [2616] = { + [sym_type_constraints] = STATE(2700), + [sym_property_delegate] = STATE(2766), + [sym_getter] = STATE(4641), + [sym_setter] = STATE(4641), + [sym_modifiers] = STATE(8747), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3342), - [anon_sym_as] = ACTIONS(3340), - [anon_sym_EQ] = ACTIONS(3340), - [anon_sym_LBRACE] = ACTIONS(3342), - [anon_sym_RBRACE] = ACTIONS(3342), - [anon_sym_LPAREN] = ACTIONS(3342), - [anon_sym_LT] = ACTIONS(3340), - [anon_sym_GT] = ACTIONS(3340), - [anon_sym_DOT] = ACTIONS(3340), - [anon_sym_SEMI] = ACTIONS(3342), - [anon_sym_get] = ACTIONS(5866), - [anon_sym_set] = ACTIONS(5868), - [anon_sym_STAR] = ACTIONS(3340), - [sym_label] = ACTIONS(3342), - [anon_sym_in] = ACTIONS(3340), - [anon_sym_DOT_DOT] = ACTIONS(3342), - [anon_sym_QMARK_COLON] = ACTIONS(3342), - [anon_sym_AMP_AMP] = ACTIONS(3342), - [anon_sym_PIPE_PIPE] = ACTIONS(3342), - [anon_sym_else] = ACTIONS(3340), - [anon_sym_COLON_COLON] = ACTIONS(3342), - [anon_sym_PLUS_EQ] = ACTIONS(3342), - [anon_sym_DASH_EQ] = ACTIONS(3342), - [anon_sym_STAR_EQ] = ACTIONS(3342), - [anon_sym_SLASH_EQ] = ACTIONS(3342), - [anon_sym_PERCENT_EQ] = ACTIONS(3342), - [anon_sym_BANG_EQ] = ACTIONS(3340), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3342), - [anon_sym_EQ_EQ] = ACTIONS(3340), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3342), - [anon_sym_LT_EQ] = ACTIONS(3342), - [anon_sym_GT_EQ] = ACTIONS(3342), - [anon_sym_BANGin] = ACTIONS(3342), - [anon_sym_is] = ACTIONS(3340), - [anon_sym_BANGis] = ACTIONS(3342), - [anon_sym_PLUS] = ACTIONS(3340), - [anon_sym_DASH] = ACTIONS(3340), - [anon_sym_SLASH] = ACTIONS(3340), - [anon_sym_PERCENT] = ACTIONS(3340), - [anon_sym_as_QMARK] = ACTIONS(3342), - [anon_sym_PLUS_PLUS] = ACTIONS(3342), - [anon_sym_DASH_DASH] = ACTIONS(3342), - [anon_sym_BANG_BANG] = ACTIONS(3342), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_EQ] = ACTIONS(6130), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_RPAREN] = ACTIONS(1786), + [anon_sym_by] = ACTIONS(6056), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(4229), + [anon_sym_get] = ACTIONS(6060), + [anon_sym_set] = ACTIONS(6062), + [anon_sym_STAR] = ACTIONS(1786), + [sym_label] = ACTIONS(1786), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_while] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1786), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG_BANG] = ACTIONS(1786), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -306754,75 +308541,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3342), - [sym__automatic_semicolon] = ACTIONS(3342), - [sym_safe_nav] = ACTIONS(3342), + [sym__backtick_identifier] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), [sym_multiline_comment] = ACTIONS(3), }, - [2599] = { - [sym_getter] = STATE(3735), - [sym_setter] = STATE(3735), - [sym_modifiers] = STATE(8770), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1782), + [2617] = { + [sym_getter] = STATE(3875), + [sym_setter] = STATE(3875), + [sym_modifiers] = STATE(8721), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1784), - [anon_sym_as] = ACTIONS(1782), - [anon_sym_EQ] = ACTIONS(1782), - [anon_sym_LBRACE] = ACTIONS(1784), - [anon_sym_RBRACE] = ACTIONS(1784), - [anon_sym_LPAREN] = ACTIONS(1784), - [anon_sym_LT] = ACTIONS(1782), - [anon_sym_GT] = ACTIONS(1782), - [anon_sym_DOT] = ACTIONS(1782), - [anon_sym_SEMI] = ACTIONS(1784), - [anon_sym_get] = ACTIONS(5866), - [anon_sym_set] = ACTIONS(5868), - [anon_sym_STAR] = ACTIONS(1782), - [sym_label] = ACTIONS(1784), - [anon_sym_in] = ACTIONS(1782), - [anon_sym_DOT_DOT] = ACTIONS(1784), - [anon_sym_QMARK_COLON] = ACTIONS(1784), - [anon_sym_AMP_AMP] = ACTIONS(1784), - [anon_sym_PIPE_PIPE] = ACTIONS(1784), - [anon_sym_else] = ACTIONS(1782), - [anon_sym_COLON_COLON] = ACTIONS(1784), - [anon_sym_PLUS_EQ] = ACTIONS(1784), - [anon_sym_DASH_EQ] = ACTIONS(1784), - [anon_sym_STAR_EQ] = ACTIONS(1784), - [anon_sym_SLASH_EQ] = ACTIONS(1784), - [anon_sym_PERCENT_EQ] = ACTIONS(1784), - [anon_sym_BANG_EQ] = ACTIONS(1782), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1784), - [anon_sym_EQ_EQ] = ACTIONS(1782), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1784), - [anon_sym_LT_EQ] = ACTIONS(1784), - [anon_sym_GT_EQ] = ACTIONS(1784), - [anon_sym_BANGin] = ACTIONS(1784), - [anon_sym_is] = ACTIONS(1782), - [anon_sym_BANGis] = ACTIONS(1784), - [anon_sym_PLUS] = ACTIONS(1782), - [anon_sym_DASH] = ACTIONS(1782), - [anon_sym_SLASH] = ACTIONS(1782), - [anon_sym_PERCENT] = ACTIONS(1782), - [anon_sym_as_QMARK] = ACTIONS(1784), - [anon_sym_PLUS_PLUS] = ACTIONS(1784), - [anon_sym_DASH_DASH] = ACTIONS(1784), - [anon_sym_BANG_BANG] = ACTIONS(1784), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_EQ] = ACTIONS(3278), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(3280), + [anon_sym_get] = ACTIONS(5812), + [anon_sym_set] = ACTIONS(5814), + [anon_sym_STAR] = ACTIONS(3278), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_PLUS_EQ] = ACTIONS(3280), + [anon_sym_DASH_EQ] = ACTIONS(3280), + [anon_sym_STAR_EQ] = ACTIONS(3280), + [anon_sym_SLASH_EQ] = ACTIONS(3280), + [anon_sym_PERCENT_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3278), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3280), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -306846,259 +308632,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1784), - [sym__automatic_semicolon] = ACTIONS(1784), - [sym_safe_nav] = ACTIONS(1784), - [sym_multiline_comment] = ACTIONS(3), - }, - [2600] = { - [sym_primary_constructor] = STATE(4082), - [sym__class_parameters] = STATE(2990), - [sym_type_constraints] = STATE(3104), - [sym_enum_class_body] = STATE(3165), - [sym_modifiers] = STATE(9064), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3204), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(6114), - [anon_sym_LBRACK] = ACTIONS(3208), - [anon_sym_as] = ACTIONS(3204), - [anon_sym_constructor] = ACTIONS(5145), - [anon_sym_LBRACE] = ACTIONS(5155), - [anon_sym_RBRACE] = ACTIONS(3208), - [anon_sym_LPAREN] = ACTIONS(5149), - [anon_sym_RPAREN] = ACTIONS(3208), - [anon_sym_LT] = ACTIONS(3204), - [anon_sym_GT] = ACTIONS(3204), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(3204), - [anon_sym_SEMI] = ACTIONS(3208), - [anon_sym_get] = ACTIONS(3204), - [anon_sym_set] = ACTIONS(3204), - [anon_sym_STAR] = ACTIONS(3208), - [sym_label] = ACTIONS(3208), - [anon_sym_in] = ACTIONS(3204), - [anon_sym_while] = ACTIONS(3204), - [anon_sym_DOT_DOT] = ACTIONS(3208), - [anon_sym_QMARK_COLON] = ACTIONS(3208), - [anon_sym_AMP_AMP] = ACTIONS(3208), - [anon_sym_PIPE_PIPE] = ACTIONS(3208), - [anon_sym_else] = ACTIONS(3204), - [anon_sym_COLON_COLON] = ACTIONS(3208), - [anon_sym_BANG_EQ] = ACTIONS(3204), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3208), - [anon_sym_EQ_EQ] = ACTIONS(3204), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3208), - [anon_sym_LT_EQ] = ACTIONS(3208), - [anon_sym_GT_EQ] = ACTIONS(3208), - [anon_sym_BANGin] = ACTIONS(3208), - [anon_sym_is] = ACTIONS(3204), - [anon_sym_BANGis] = ACTIONS(3208), - [anon_sym_PLUS] = ACTIONS(3204), - [anon_sym_DASH] = ACTIONS(3204), - [anon_sym_SLASH] = ACTIONS(3204), - [anon_sym_PERCENT] = ACTIONS(3208), - [anon_sym_as_QMARK] = ACTIONS(3208), - [anon_sym_PLUS_PLUS] = ACTIONS(3208), - [anon_sym_DASH_DASH] = ACTIONS(3208), - [anon_sym_BANG_BANG] = ACTIONS(3208), - [anon_sym_suspend] = ACTIONS(3120), - [anon_sym_sealed] = ACTIONS(3122), - [anon_sym_annotation] = ACTIONS(3122), - [anon_sym_data] = ACTIONS(3122), - [anon_sym_inner] = ACTIONS(3122), - [anon_sym_override] = ACTIONS(3124), - [anon_sym_lateinit] = ACTIONS(3124), - [anon_sym_public] = ACTIONS(3126), - [anon_sym_private] = ACTIONS(3126), - [anon_sym_internal] = ACTIONS(3126), - [anon_sym_protected] = ACTIONS(3126), - [anon_sym_tailrec] = ACTIONS(3120), - [anon_sym_operator] = ACTIONS(3120), - [anon_sym_infix] = ACTIONS(3120), - [anon_sym_inline] = ACTIONS(3120), - [anon_sym_external] = ACTIONS(3120), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(3130), - [anon_sym_final] = ACTIONS(3130), - [anon_sym_open] = ACTIONS(3130), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3134), - [anon_sym_actual] = ACTIONS(3134), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3208), - [sym_safe_nav] = ACTIONS(3208), + [sym__backtick_identifier] = ACTIONS(3280), + [sym__automatic_semicolon] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), [sym_multiline_comment] = ACTIONS(3), }, - [2601] = { - [sym_getter] = STATE(3756), - [sym_setter] = STATE(3756), - [sym_modifiers] = STATE(8770), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1752), + [2618] = { + [sym_getter] = STATE(3766), + [sym_setter] = STATE(3766), + [sym_modifiers] = STATE(8721), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1764), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1754), - [anon_sym_as] = ACTIONS(1752), - [anon_sym_EQ] = ACTIONS(1752), - [anon_sym_LBRACE] = ACTIONS(1754), - [anon_sym_RBRACE] = ACTIONS(1754), - [anon_sym_LPAREN] = ACTIONS(1754), - [anon_sym_LT] = ACTIONS(1752), - [anon_sym_GT] = ACTIONS(1752), - [anon_sym_DOT] = ACTIONS(1752), - [anon_sym_SEMI] = ACTIONS(3744), - [anon_sym_get] = ACTIONS(5866), - [anon_sym_set] = ACTIONS(5868), - [anon_sym_STAR] = ACTIONS(1752), - [sym_label] = ACTIONS(1754), - [anon_sym_in] = ACTIONS(1752), - [anon_sym_DOT_DOT] = ACTIONS(1754), - [anon_sym_QMARK_COLON] = ACTIONS(1754), - [anon_sym_AMP_AMP] = ACTIONS(1754), - [anon_sym_PIPE_PIPE] = ACTIONS(1754), - [anon_sym_else] = ACTIONS(1752), - [anon_sym_COLON_COLON] = ACTIONS(1754), - [anon_sym_PLUS_EQ] = ACTIONS(1754), - [anon_sym_DASH_EQ] = ACTIONS(1754), - [anon_sym_STAR_EQ] = ACTIONS(1754), - [anon_sym_SLASH_EQ] = ACTIONS(1754), - [anon_sym_PERCENT_EQ] = ACTIONS(1754), - [anon_sym_BANG_EQ] = ACTIONS(1752), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), - [anon_sym_EQ_EQ] = ACTIONS(1752), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), - [anon_sym_LT_EQ] = ACTIONS(1754), - [anon_sym_GT_EQ] = ACTIONS(1754), - [anon_sym_BANGin] = ACTIONS(1754), - [anon_sym_is] = ACTIONS(1752), - [anon_sym_BANGis] = ACTIONS(1754), - [anon_sym_PLUS] = ACTIONS(1752), - [anon_sym_DASH] = ACTIONS(1752), - [anon_sym_SLASH] = ACTIONS(1752), - [anon_sym_PERCENT] = ACTIONS(1752), - [anon_sym_as_QMARK] = ACTIONS(1754), - [anon_sym_PLUS_PLUS] = ACTIONS(1754), - [anon_sym_DASH_DASH] = ACTIONS(1754), - [anon_sym_BANG_BANG] = ACTIONS(1754), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1754), - [sym__automatic_semicolon] = ACTIONS(1754), - [sym_safe_nav] = ACTIONS(1754), - [sym_multiline_comment] = ACTIONS(3), - }, - [2602] = { - [sym_getter] = STATE(3756), - [sym_setter] = STATE(3756), - [sym_modifiers] = STATE(8770), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1752), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1754), - [anon_sym_as] = ACTIONS(1752), - [anon_sym_EQ] = ACTIONS(1752), - [anon_sym_LBRACE] = ACTIONS(1754), - [anon_sym_RBRACE] = ACTIONS(1754), - [anon_sym_LPAREN] = ACTIONS(1754), - [anon_sym_LT] = ACTIONS(1752), - [anon_sym_GT] = ACTIONS(1752), - [anon_sym_DOT] = ACTIONS(1752), - [anon_sym_SEMI] = ACTIONS(1754), - [anon_sym_get] = ACTIONS(5866), - [anon_sym_set] = ACTIONS(5868), - [anon_sym_STAR] = ACTIONS(1752), - [sym_label] = ACTIONS(1754), - [anon_sym_in] = ACTIONS(1752), - [anon_sym_DOT_DOT] = ACTIONS(1754), - [anon_sym_QMARK_COLON] = ACTIONS(1754), - [anon_sym_AMP_AMP] = ACTIONS(1754), - [anon_sym_PIPE_PIPE] = ACTIONS(1754), - [anon_sym_else] = ACTIONS(1752), - [anon_sym_COLON_COLON] = ACTIONS(1754), - [anon_sym_PLUS_EQ] = ACTIONS(1754), - [anon_sym_DASH_EQ] = ACTIONS(1754), - [anon_sym_STAR_EQ] = ACTIONS(1754), - [anon_sym_SLASH_EQ] = ACTIONS(1754), - [anon_sym_PERCENT_EQ] = ACTIONS(1754), - [anon_sym_BANG_EQ] = ACTIONS(1752), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), - [anon_sym_EQ_EQ] = ACTIONS(1752), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), - [anon_sym_LT_EQ] = ACTIONS(1754), - [anon_sym_GT_EQ] = ACTIONS(1754), - [anon_sym_BANGin] = ACTIONS(1754), - [anon_sym_is] = ACTIONS(1752), - [anon_sym_BANGis] = ACTIONS(1754), - [anon_sym_PLUS] = ACTIONS(1752), - [anon_sym_DASH] = ACTIONS(1752), - [anon_sym_SLASH] = ACTIONS(1752), - [anon_sym_PERCENT] = ACTIONS(1752), - [anon_sym_as_QMARK] = ACTIONS(1754), - [anon_sym_PLUS_PLUS] = ACTIONS(1754), - [anon_sym_DASH_DASH] = ACTIONS(1754), - [anon_sym_BANG_BANG] = ACTIONS(1754), + [anon_sym_LBRACK] = ACTIONS(1766), + [anon_sym_as] = ACTIONS(1764), + [anon_sym_EQ] = ACTIONS(1764), + [anon_sym_LBRACE] = ACTIONS(1766), + [anon_sym_RBRACE] = ACTIONS(1766), + [anon_sym_LPAREN] = ACTIONS(1766), + [anon_sym_LT] = ACTIONS(1764), + [anon_sym_GT] = ACTIONS(1764), + [anon_sym_DOT] = ACTIONS(1764), + [anon_sym_SEMI] = ACTIONS(3754), + [anon_sym_get] = ACTIONS(5812), + [anon_sym_set] = ACTIONS(5814), + [anon_sym_STAR] = ACTIONS(1764), + [sym_label] = ACTIONS(1766), + [anon_sym_in] = ACTIONS(1764), + [anon_sym_DOT_DOT] = ACTIONS(1766), + [anon_sym_QMARK_COLON] = ACTIONS(1766), + [anon_sym_AMP_AMP] = ACTIONS(1766), + [anon_sym_PIPE_PIPE] = ACTIONS(1766), + [anon_sym_else] = ACTIONS(1764), + [anon_sym_COLON_COLON] = ACTIONS(1766), + [anon_sym_PLUS_EQ] = ACTIONS(1766), + [anon_sym_DASH_EQ] = ACTIONS(1766), + [anon_sym_STAR_EQ] = ACTIONS(1766), + [anon_sym_SLASH_EQ] = ACTIONS(1766), + [anon_sym_PERCENT_EQ] = ACTIONS(1766), + [anon_sym_BANG_EQ] = ACTIONS(1764), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), + [anon_sym_EQ_EQ] = ACTIONS(1764), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1766), + [anon_sym_LT_EQ] = ACTIONS(1766), + [anon_sym_GT_EQ] = ACTIONS(1766), + [anon_sym_BANGin] = ACTIONS(1766), + [anon_sym_is] = ACTIONS(1764), + [anon_sym_BANGis] = ACTIONS(1766), + [anon_sym_PLUS] = ACTIONS(1764), + [anon_sym_DASH] = ACTIONS(1764), + [anon_sym_SLASH] = ACTIONS(1764), + [anon_sym_PERCENT] = ACTIONS(1764), + [anon_sym_as_QMARK] = ACTIONS(1766), + [anon_sym_PLUS_PLUS] = ACTIONS(1766), + [anon_sym_DASH_DASH] = ACTIONS(1766), + [anon_sym_BANG_BANG] = ACTIONS(1766), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -307122,75 +308724,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1754), - [sym__automatic_semicolon] = ACTIONS(1754), - [sym_safe_nav] = ACTIONS(1754), + [sym__backtick_identifier] = ACTIONS(1766), + [sym__automatic_semicolon] = ACTIONS(1766), + [sym_safe_nav] = ACTIONS(1766), [sym_multiline_comment] = ACTIONS(3), }, - [2603] = { - [sym_getter] = STATE(3812), - [sym_setter] = STATE(3812), - [sym_modifiers] = STATE(8770), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1770), + [2619] = { + [sym_getter] = STATE(3715), + [sym_setter] = STATE(3715), + [sym_modifiers] = STATE(8721), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1694), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1772), - [anon_sym_as] = ACTIONS(1770), - [anon_sym_EQ] = ACTIONS(1770), - [anon_sym_LBRACE] = ACTIONS(1772), - [anon_sym_RBRACE] = ACTIONS(1772), - [anon_sym_LPAREN] = ACTIONS(1772), - [anon_sym_LT] = ACTIONS(1770), - [anon_sym_GT] = ACTIONS(1770), - [anon_sym_DOT] = ACTIONS(1770), - [anon_sym_SEMI] = ACTIONS(3734), - [anon_sym_get] = ACTIONS(5866), - [anon_sym_set] = ACTIONS(5868), - [anon_sym_STAR] = ACTIONS(1770), - [sym_label] = ACTIONS(1772), - [anon_sym_in] = ACTIONS(1770), - [anon_sym_DOT_DOT] = ACTIONS(1772), - [anon_sym_QMARK_COLON] = ACTIONS(1772), - [anon_sym_AMP_AMP] = ACTIONS(1772), - [anon_sym_PIPE_PIPE] = ACTIONS(1772), - [anon_sym_else] = ACTIONS(1770), - [anon_sym_COLON_COLON] = ACTIONS(1772), - [anon_sym_PLUS_EQ] = ACTIONS(1772), - [anon_sym_DASH_EQ] = ACTIONS(1772), - [anon_sym_STAR_EQ] = ACTIONS(1772), - [anon_sym_SLASH_EQ] = ACTIONS(1772), - [anon_sym_PERCENT_EQ] = ACTIONS(1772), - [anon_sym_BANG_EQ] = ACTIONS(1770), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1772), - [anon_sym_EQ_EQ] = ACTIONS(1770), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1772), - [anon_sym_LT_EQ] = ACTIONS(1772), - [anon_sym_GT_EQ] = ACTIONS(1772), - [anon_sym_BANGin] = ACTIONS(1772), - [anon_sym_is] = ACTIONS(1770), - [anon_sym_BANGis] = ACTIONS(1772), - [anon_sym_PLUS] = ACTIONS(1770), - [anon_sym_DASH] = ACTIONS(1770), - [anon_sym_SLASH] = ACTIONS(1770), - [anon_sym_PERCENT] = ACTIONS(1770), - [anon_sym_as_QMARK] = ACTIONS(1772), - [anon_sym_PLUS_PLUS] = ACTIONS(1772), - [anon_sym_DASH_DASH] = ACTIONS(1772), - [anon_sym_BANG_BANG] = ACTIONS(1772), + [anon_sym_LBRACK] = ACTIONS(1696), + [anon_sym_as] = ACTIONS(1694), + [anon_sym_EQ] = ACTIONS(1694), + [anon_sym_LBRACE] = ACTIONS(1696), + [anon_sym_RBRACE] = ACTIONS(1696), + [anon_sym_LPAREN] = ACTIONS(1696), + [anon_sym_LT] = ACTIONS(1694), + [anon_sym_GT] = ACTIONS(1694), + [anon_sym_DOT] = ACTIONS(1694), + [anon_sym_SEMI] = ACTIONS(3750), + [anon_sym_get] = ACTIONS(5812), + [anon_sym_set] = ACTIONS(5814), + [anon_sym_STAR] = ACTIONS(1694), + [sym_label] = ACTIONS(1696), + [anon_sym_in] = ACTIONS(1694), + [anon_sym_DOT_DOT] = ACTIONS(1696), + [anon_sym_QMARK_COLON] = ACTIONS(1696), + [anon_sym_AMP_AMP] = ACTIONS(1696), + [anon_sym_PIPE_PIPE] = ACTIONS(1696), + [anon_sym_else] = ACTIONS(1694), + [anon_sym_COLON_COLON] = ACTIONS(1696), + [anon_sym_PLUS_EQ] = ACTIONS(1696), + [anon_sym_DASH_EQ] = ACTIONS(1696), + [anon_sym_STAR_EQ] = ACTIONS(1696), + [anon_sym_SLASH_EQ] = ACTIONS(1696), + [anon_sym_PERCENT_EQ] = ACTIONS(1696), + [anon_sym_BANG_EQ] = ACTIONS(1694), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), + [anon_sym_EQ_EQ] = ACTIONS(1694), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), + [anon_sym_LT_EQ] = ACTIONS(1696), + [anon_sym_GT_EQ] = ACTIONS(1696), + [anon_sym_BANGin] = ACTIONS(1696), + [anon_sym_is] = ACTIONS(1694), + [anon_sym_BANGis] = ACTIONS(1696), + [anon_sym_PLUS] = ACTIONS(1694), + [anon_sym_DASH] = ACTIONS(1694), + [anon_sym_SLASH] = ACTIONS(1694), + [anon_sym_PERCENT] = ACTIONS(1694), + [anon_sym_as_QMARK] = ACTIONS(1696), + [anon_sym_PLUS_PLUS] = ACTIONS(1696), + [anon_sym_DASH_DASH] = ACTIONS(1696), + [anon_sym_BANG_BANG] = ACTIONS(1696), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -307214,122 +308816,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1772), - [sym__automatic_semicolon] = ACTIONS(1772), - [sym_safe_nav] = ACTIONS(1772), - [sym_multiline_comment] = ACTIONS(3), - }, - [2604] = { - [sym_primary_constructor] = STATE(5199), - [sym__class_parameters] = STATE(4877), - [sym_type_constraints] = STATE(4828), - [sym_enum_class_body] = STATE(5031), - [sym_modifiers] = STATE(9180), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3204), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(6116), - [anon_sym_LBRACK] = ACTIONS(3208), - [anon_sym_as] = ACTIONS(3204), - [anon_sym_constructor] = ACTIONS(5334), - [anon_sym_LBRACE] = ACTIONS(5336), - [anon_sym_RBRACE] = ACTIONS(3208), - [anon_sym_LPAREN] = ACTIONS(5338), - [anon_sym_COMMA] = ACTIONS(3208), - [anon_sym_LT] = ACTIONS(3204), - [anon_sym_GT] = ACTIONS(3204), - [anon_sym_where] = ACTIONS(5342), - [anon_sym_DOT] = ACTIONS(3204), - [anon_sym_SEMI] = ACTIONS(3208), - [anon_sym_get] = ACTIONS(3204), - [anon_sym_set] = ACTIONS(3204), - [anon_sym_STAR] = ACTIONS(3208), - [sym_label] = ACTIONS(3208), - [anon_sym_in] = ACTIONS(3204), - [anon_sym_DOT_DOT] = ACTIONS(3208), - [anon_sym_QMARK_COLON] = ACTIONS(3208), - [anon_sym_AMP_AMP] = ACTIONS(3208), - [anon_sym_PIPE_PIPE] = ACTIONS(3208), - [anon_sym_else] = ACTIONS(3204), - [anon_sym_COLON_COLON] = ACTIONS(3208), - [anon_sym_BANG_EQ] = ACTIONS(3204), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3208), - [anon_sym_EQ_EQ] = ACTIONS(3204), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3208), - [anon_sym_LT_EQ] = ACTIONS(3208), - [anon_sym_GT_EQ] = ACTIONS(3208), - [anon_sym_BANGin] = ACTIONS(3208), - [anon_sym_is] = ACTIONS(3204), - [anon_sym_BANGis] = ACTIONS(3208), - [anon_sym_PLUS] = ACTIONS(3204), - [anon_sym_DASH] = ACTIONS(3204), - [anon_sym_SLASH] = ACTIONS(3204), - [anon_sym_PERCENT] = ACTIONS(3208), - [anon_sym_as_QMARK] = ACTIONS(3208), - [anon_sym_PLUS_PLUS] = ACTIONS(3208), - [anon_sym_DASH_DASH] = ACTIONS(3208), - [anon_sym_BANG_BANG] = ACTIONS(3208), - [anon_sym_suspend] = ACTIONS(3120), - [anon_sym_sealed] = ACTIONS(3122), - [anon_sym_annotation] = ACTIONS(3122), - [anon_sym_data] = ACTIONS(3122), - [anon_sym_inner] = ACTIONS(3122), - [anon_sym_override] = ACTIONS(3124), - [anon_sym_lateinit] = ACTIONS(3124), - [anon_sym_public] = ACTIONS(3126), - [anon_sym_private] = ACTIONS(3126), - [anon_sym_internal] = ACTIONS(3126), - [anon_sym_protected] = ACTIONS(3126), - [anon_sym_tailrec] = ACTIONS(3120), - [anon_sym_operator] = ACTIONS(3120), - [anon_sym_infix] = ACTIONS(3120), - [anon_sym_inline] = ACTIONS(3120), - [anon_sym_external] = ACTIONS(3120), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(3130), - [anon_sym_final] = ACTIONS(3130), - [anon_sym_open] = ACTIONS(3130), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3134), - [anon_sym_actual] = ACTIONS(3134), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3208), - [sym__automatic_semicolon] = ACTIONS(3208), - [sym_safe_nav] = ACTIONS(3208), + [sym__backtick_identifier] = ACTIONS(1696), + [sym__automatic_semicolon] = ACTIONS(1696), + [sym_safe_nav] = ACTIONS(1696), [sym_multiline_comment] = ACTIONS(3), }, - [2605] = { - [sym_getter] = STATE(5040), - [sym_setter] = STATE(5040), - [sym_modifiers] = STATE(8567), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [2620] = { + [sym_getter] = STATE(5062), + [sym_setter] = STATE(5062), + [sym_modifiers] = STATE(8904), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1694), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1696), @@ -307341,9 +308851,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT] = ACTIONS(1694), [anon_sym_GT] = ACTIONS(1694), [anon_sym_DOT] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(3736), - [anon_sym_get] = ACTIONS(5776), - [anon_sym_set] = ACTIONS(5778), + [anon_sym_SEMI] = ACTIONS(1696), + [anon_sym_get] = ACTIONS(5784), + [anon_sym_set] = ACTIONS(5786), [anon_sym_STAR] = ACTIONS(1694), [sym_label] = ACTIONS(1696), [anon_sym_in] = ACTIONS(1694), @@ -307398,76 +308908,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1696), [sym__automatic_semicolon] = ACTIONS(1696), [sym_safe_nav] = ACTIONS(1696), [sym_multiline_comment] = ACTIONS(3), }, - [2606] = { - [sym_type_constraints] = STATE(2709), - [sym_property_delegate] = STATE(2785), - [sym_getter] = STATE(3149), - [sym_setter] = STATE(3149), - [sym_modifiers] = STATE(8592), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), + [2621] = { + [sym_getter] = STATE(5062), + [sym_setter] = STATE(5062), + [sym_modifiers] = STATE(8904), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1694), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_EQ] = ACTIONS(6118), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_RPAREN] = ACTIONS(1778), - [anon_sym_by] = ACTIONS(6062), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(4151), - [anon_sym_get] = ACTIONS(6064), - [anon_sym_set] = ACTIONS(6066), - [anon_sym_STAR] = ACTIONS(1778), - [sym_label] = ACTIONS(1778), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_while] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1778), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG_BANG] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(1696), + [anon_sym_as] = ACTIONS(1694), + [anon_sym_EQ] = ACTIONS(1694), + [anon_sym_LBRACE] = ACTIONS(1696), + [anon_sym_RBRACE] = ACTIONS(1696), + [anon_sym_LPAREN] = ACTIONS(1696), + [anon_sym_LT] = ACTIONS(1694), + [anon_sym_GT] = ACTIONS(1694), + [anon_sym_DOT] = ACTIONS(1694), + [anon_sym_SEMI] = ACTIONS(3744), + [anon_sym_get] = ACTIONS(5784), + [anon_sym_set] = ACTIONS(5786), + [anon_sym_STAR] = ACTIONS(1694), + [sym_label] = ACTIONS(1696), + [anon_sym_in] = ACTIONS(1694), + [anon_sym_DOT_DOT] = ACTIONS(1696), + [anon_sym_QMARK_COLON] = ACTIONS(1696), + [anon_sym_AMP_AMP] = ACTIONS(1696), + [anon_sym_PIPE_PIPE] = ACTIONS(1696), + [anon_sym_else] = ACTIONS(1694), + [anon_sym_COLON_COLON] = ACTIONS(1696), + [anon_sym_PLUS_EQ] = ACTIONS(1696), + [anon_sym_DASH_EQ] = ACTIONS(1696), + [anon_sym_STAR_EQ] = ACTIONS(1696), + [anon_sym_SLASH_EQ] = ACTIONS(1696), + [anon_sym_PERCENT_EQ] = ACTIONS(1696), + [anon_sym_BANG_EQ] = ACTIONS(1694), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), + [anon_sym_EQ_EQ] = ACTIONS(1694), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), + [anon_sym_LT_EQ] = ACTIONS(1696), + [anon_sym_GT_EQ] = ACTIONS(1696), + [anon_sym_BANGin] = ACTIONS(1696), + [anon_sym_is] = ACTIONS(1694), + [anon_sym_BANGis] = ACTIONS(1696), + [anon_sym_PLUS] = ACTIONS(1694), + [anon_sym_DASH] = ACTIONS(1694), + [anon_sym_SLASH] = ACTIONS(1694), + [anon_sym_PERCENT] = ACTIONS(1694), + [anon_sym_as_QMARK] = ACTIONS(1696), + [anon_sym_PLUS_PLUS] = ACTIONS(1696), + [anon_sym_DASH_DASH] = ACTIONS(1696), + [anon_sym_BANG_BANG] = ACTIONS(1696), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -307491,29 +309000,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), + [sym__backtick_identifier] = ACTIONS(1696), + [sym__automatic_semicolon] = ACTIONS(1696), + [sym_safe_nav] = ACTIONS(1696), [sym_multiline_comment] = ACTIONS(3), }, - [2607] = { - [sym_getter] = STATE(3812), - [sym_setter] = STATE(3812), - [sym_modifiers] = STATE(8770), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [2622] = { + [sym_getter] = STATE(4923), + [sym_setter] = STATE(4923), + [sym_modifiers] = STATE(8904), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1770), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1772), @@ -307525,9 +309035,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT] = ACTIONS(1770), [anon_sym_GT] = ACTIONS(1770), [anon_sym_DOT] = ACTIONS(1770), - [anon_sym_SEMI] = ACTIONS(1772), - [anon_sym_get] = ACTIONS(5866), - [anon_sym_set] = ACTIONS(5868), + [anon_sym_SEMI] = ACTIONS(3748), + [anon_sym_get] = ACTIONS(5784), + [anon_sym_set] = ACTIONS(5786), [anon_sym_STAR] = ACTIONS(1770), [sym_label] = ACTIONS(1772), [anon_sym_in] = ACTIONS(1770), @@ -307582,168 +309092,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1772), [sym__automatic_semicolon] = ACTIONS(1772), [sym_safe_nav] = ACTIONS(1772), [sym_multiline_comment] = ACTIONS(3), }, - [2608] = { - [sym_getter] = STATE(3877), - [sym_setter] = STATE(3877), - [sym_modifiers] = STATE(8770), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_EQ] = ACTIONS(1776), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(3732), - [anon_sym_get] = ACTIONS(5866), - [anon_sym_set] = ACTIONS(5868), - [anon_sym_STAR] = ACTIONS(1776), - [sym_label] = ACTIONS(1778), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_PLUS_EQ] = ACTIONS(1778), - [anon_sym_DASH_EQ] = ACTIONS(1778), - [anon_sym_STAR_EQ] = ACTIONS(1778), - [anon_sym_SLASH_EQ] = ACTIONS(1778), - [anon_sym_PERCENT_EQ] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1776), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG_BANG] = ACTIONS(1778), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1778), - [sym__automatic_semicolon] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), - [sym_multiline_comment] = ACTIONS(3), - }, - [2609] = { - [sym_primary_constructor] = STATE(4032), - [sym_class_body] = STATE(3211), - [sym__class_parameters] = STATE(2990), - [sym_type_constraints] = STATE(3086), - [sym_modifiers] = STATE(9064), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3190), + [2623] = { + [sym_primary_constructor] = STATE(5337), + [sym__class_parameters] = STATE(4841), + [sym_type_parameters] = STATE(2654), + [sym_type_constraints] = STATE(4880), + [sym_enum_class_body] = STATE(4946), + [sym_modifiers] = STATE(9347), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3136), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(6120), - [anon_sym_LBRACK] = ACTIONS(3194), - [anon_sym_as] = ACTIONS(3190), - [anon_sym_constructor] = ACTIONS(5145), - [anon_sym_LBRACE] = ACTIONS(5147), - [anon_sym_RBRACE] = ACTIONS(3194), - [anon_sym_LPAREN] = ACTIONS(5149), - [anon_sym_RPAREN] = ACTIONS(3194), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3190), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(3190), - [anon_sym_SEMI] = ACTIONS(3194), - [anon_sym_get] = ACTIONS(3190), - [anon_sym_set] = ACTIONS(3190), - [anon_sym_STAR] = ACTIONS(3194), - [sym_label] = ACTIONS(3194), - [anon_sym_in] = ACTIONS(3190), - [anon_sym_while] = ACTIONS(3190), - [anon_sym_DOT_DOT] = ACTIONS(3194), - [anon_sym_QMARK_COLON] = ACTIONS(3194), - [anon_sym_AMP_AMP] = ACTIONS(3194), - [anon_sym_PIPE_PIPE] = ACTIONS(3194), - [anon_sym_else] = ACTIONS(3190), - [anon_sym_COLON_COLON] = ACTIONS(3194), - [anon_sym_BANG_EQ] = ACTIONS(3190), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3194), - [anon_sym_EQ_EQ] = ACTIONS(3190), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3194), - [anon_sym_LT_EQ] = ACTIONS(3194), - [anon_sym_GT_EQ] = ACTIONS(3194), - [anon_sym_BANGin] = ACTIONS(3194), - [anon_sym_is] = ACTIONS(3190), - [anon_sym_BANGis] = ACTIONS(3194), - [anon_sym_PLUS] = ACTIONS(3190), - [anon_sym_DASH] = ACTIONS(3190), - [anon_sym_SLASH] = ACTIONS(3190), - [anon_sym_PERCENT] = ACTIONS(3194), - [anon_sym_as_QMARK] = ACTIONS(3194), - [anon_sym_PLUS_PLUS] = ACTIONS(3194), - [anon_sym_DASH_DASH] = ACTIONS(3194), - [anon_sym_BANG_BANG] = ACTIONS(3194), + [anon_sym_COLON] = ACTIONS(6132), + [anon_sym_LBRACK] = ACTIONS(3140), + [anon_sym_as] = ACTIONS(3136), + [anon_sym_constructor] = ACTIONS(5399), + [anon_sym_LBRACE] = ACTIONS(5411), + [anon_sym_RBRACE] = ACTIONS(3140), + [anon_sym_LPAREN] = ACTIONS(5403), + [anon_sym_LT] = ACTIONS(5364), + [anon_sym_GT] = ACTIONS(3136), + [anon_sym_where] = ACTIONS(5405), + [anon_sym_DOT] = ACTIONS(3136), + [anon_sym_SEMI] = ACTIONS(3140), + [anon_sym_get] = ACTIONS(3136), + [anon_sym_set] = ACTIONS(3136), + [anon_sym_STAR] = ACTIONS(3140), + [sym_label] = ACTIONS(3140), + [anon_sym_in] = ACTIONS(3136), + [anon_sym_DOT_DOT] = ACTIONS(3140), + [anon_sym_QMARK_COLON] = ACTIONS(3140), + [anon_sym_AMP_AMP] = ACTIONS(3140), + [anon_sym_PIPE_PIPE] = ACTIONS(3140), + [anon_sym_else] = ACTIONS(3136), + [anon_sym_COLON_COLON] = ACTIONS(3140), + [anon_sym_BANG_EQ] = ACTIONS(3136), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3140), + [anon_sym_EQ_EQ] = ACTIONS(3136), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3140), + [anon_sym_LT_EQ] = ACTIONS(3140), + [anon_sym_GT_EQ] = ACTIONS(3140), + [anon_sym_BANGin] = ACTIONS(3140), + [anon_sym_is] = ACTIONS(3136), + [anon_sym_BANGis] = ACTIONS(3140), + [anon_sym_PLUS] = ACTIONS(3136), + [anon_sym_DASH] = ACTIONS(3136), + [anon_sym_SLASH] = ACTIONS(3136), + [anon_sym_PERCENT] = ACTIONS(3140), + [anon_sym_as_QMARK] = ACTIONS(3140), + [anon_sym_PLUS_PLUS] = ACTIONS(3140), + [anon_sym_DASH_DASH] = ACTIONS(3140), + [anon_sym_BANG_BANG] = ACTIONS(3140), [anon_sym_suspend] = ACTIONS(3120), [anon_sym_sealed] = ACTIONS(3122), [anon_sym_annotation] = ACTIONS(3122), @@ -307770,71 +309187,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3134), [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3194), - [sym_safe_nav] = ACTIONS(3194), + [sym__backtick_identifier] = ACTIONS(3140), + [sym__automatic_semicolon] = ACTIONS(3140), + [sym_safe_nav] = ACTIONS(3140), [sym_multiline_comment] = ACTIONS(3), }, - [2610] = { - [sym_getter] = STATE(3877), - [sym_setter] = STATE(3877), - [sym_modifiers] = STATE(8770), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), + [2624] = { + [sym_type_constraints] = STATE(2703), + [sym_property_delegate] = STATE(2771), + [sym_getter] = STATE(3343), + [sym_setter] = STATE(3343), + [sym_modifiers] = STATE(8762), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3230), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_EQ] = ACTIONS(1776), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(1778), - [anon_sym_get] = ACTIONS(5866), - [anon_sym_set] = ACTIONS(5868), - [anon_sym_STAR] = ACTIONS(1776), - [sym_label] = ACTIONS(1778), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_PLUS_EQ] = ACTIONS(1778), - [anon_sym_DASH_EQ] = ACTIONS(1778), - [anon_sym_STAR_EQ] = ACTIONS(1778), - [anon_sym_SLASH_EQ] = ACTIONS(1778), - [anon_sym_PERCENT_EQ] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1776), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG_BANG] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(3234), + [anon_sym_as] = ACTIONS(3230), + [anon_sym_EQ] = ACTIONS(6134), + [anon_sym_LBRACE] = ACTIONS(3234), + [anon_sym_RBRACE] = ACTIONS(3234), + [anon_sym_LPAREN] = ACTIONS(3234), + [anon_sym_RPAREN] = ACTIONS(3234), + [anon_sym_by] = ACTIONS(6056), + [anon_sym_LT] = ACTIONS(3230), + [anon_sym_GT] = ACTIONS(3230), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(3230), + [anon_sym_SEMI] = ACTIONS(6136), + [anon_sym_get] = ACTIONS(6068), + [anon_sym_set] = ACTIONS(6070), + [anon_sym_STAR] = ACTIONS(3234), + [sym_label] = ACTIONS(3234), + [anon_sym_in] = ACTIONS(3230), + [anon_sym_while] = ACTIONS(3230), + [anon_sym_DOT_DOT] = ACTIONS(3234), + [anon_sym_QMARK_COLON] = ACTIONS(3234), + [anon_sym_AMP_AMP] = ACTIONS(3234), + [anon_sym_PIPE_PIPE] = ACTIONS(3234), + [anon_sym_else] = ACTIONS(3230), + [anon_sym_COLON_COLON] = ACTIONS(3234), + [anon_sym_BANG_EQ] = ACTIONS(3230), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3234), + [anon_sym_EQ_EQ] = ACTIONS(3230), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3234), + [anon_sym_LT_EQ] = ACTIONS(3234), + [anon_sym_GT_EQ] = ACTIONS(3234), + [anon_sym_BANGin] = ACTIONS(3234), + [anon_sym_is] = ACTIONS(3230), + [anon_sym_BANGis] = ACTIONS(3234), + [anon_sym_PLUS] = ACTIONS(3230), + [anon_sym_DASH] = ACTIONS(3230), + [anon_sym_SLASH] = ACTIONS(3230), + [anon_sym_PERCENT] = ACTIONS(3234), + [anon_sym_as_QMARK] = ACTIONS(3234), + [anon_sym_PLUS_PLUS] = ACTIONS(3234), + [anon_sym_DASH_DASH] = ACTIONS(3234), + [anon_sym_BANG_BANG] = ACTIONS(3234), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -307858,75 +309277,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1778), - [sym__automatic_semicolon] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), + [sym__backtick_identifier] = ACTIONS(3234), + [sym_safe_nav] = ACTIONS(3234), [sym_multiline_comment] = ACTIONS(3), }, - [2611] = { - [sym_getter] = STATE(3810), - [sym_setter] = STATE(3810), - [sym_modifiers] = STATE(8770), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1764), + [2625] = { + [sym_type_constraints] = STATE(2668), + [sym_property_delegate] = STATE(2748), + [sym_getter] = STATE(4945), + [sym_setter] = STATE(4945), + [sym_modifiers] = STATE(8872), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1766), - [anon_sym_as] = ACTIONS(1764), - [anon_sym_EQ] = ACTIONS(1764), - [anon_sym_LBRACE] = ACTIONS(1766), - [anon_sym_RBRACE] = ACTIONS(1766), - [anon_sym_LPAREN] = ACTIONS(1766), - [anon_sym_LT] = ACTIONS(1764), - [anon_sym_GT] = ACTIONS(1764), - [anon_sym_DOT] = ACTIONS(1764), - [anon_sym_SEMI] = ACTIONS(3752), - [anon_sym_get] = ACTIONS(5866), - [anon_sym_set] = ACTIONS(5868), - [anon_sym_STAR] = ACTIONS(1764), - [sym_label] = ACTIONS(1766), - [anon_sym_in] = ACTIONS(1764), - [anon_sym_DOT_DOT] = ACTIONS(1766), - [anon_sym_QMARK_COLON] = ACTIONS(1766), - [anon_sym_AMP_AMP] = ACTIONS(1766), - [anon_sym_PIPE_PIPE] = ACTIONS(1766), - [anon_sym_else] = ACTIONS(1764), - [anon_sym_COLON_COLON] = ACTIONS(1766), - [anon_sym_PLUS_EQ] = ACTIONS(1766), - [anon_sym_DASH_EQ] = ACTIONS(1766), - [anon_sym_STAR_EQ] = ACTIONS(1766), - [anon_sym_SLASH_EQ] = ACTIONS(1766), - [anon_sym_PERCENT_EQ] = ACTIONS(1766), - [anon_sym_BANG_EQ] = ACTIONS(1764), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), - [anon_sym_EQ_EQ] = ACTIONS(1764), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1766), - [anon_sym_LT_EQ] = ACTIONS(1766), - [anon_sym_GT_EQ] = ACTIONS(1766), - [anon_sym_BANGin] = ACTIONS(1766), - [anon_sym_is] = ACTIONS(1764), - [anon_sym_BANGis] = ACTIONS(1766), - [anon_sym_PLUS] = ACTIONS(1764), - [anon_sym_DASH] = ACTIONS(1764), - [anon_sym_SLASH] = ACTIONS(1764), - [anon_sym_PERCENT] = ACTIONS(1764), - [anon_sym_as_QMARK] = ACTIONS(1766), - [anon_sym_PLUS_PLUS] = ACTIONS(1766), - [anon_sym_DASH_DASH] = ACTIONS(1766), - [anon_sym_BANG_BANG] = ACTIONS(1766), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_EQ] = ACTIONS(6138), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_COMMA] = ACTIONS(3280), + [anon_sym_by] = ACTIONS(6034), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(6140), + [anon_sym_get] = ACTIONS(6050), + [anon_sym_set] = ACTIONS(6052), + [anon_sym_STAR] = ACTIONS(3280), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3280), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -307950,76 +309368,167 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1766), - [sym__automatic_semicolon] = ACTIONS(1766), - [sym_safe_nav] = ACTIONS(1766), + [sym__backtick_identifier] = ACTIONS(3280), + [sym__automatic_semicolon] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), [sym_multiline_comment] = ACTIONS(3), }, - [2612] = { - [sym_primary_constructor] = STATE(4073), - [sym__class_parameters] = STATE(2990), - [sym_type_constraints] = STATE(3083), - [sym_enum_class_body] = STATE(3211), - [sym_modifiers] = STATE(9064), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3190), + [2626] = { + [sym_getter] = STATE(3715), + [sym_setter] = STATE(3715), + [sym_modifiers] = STATE(8721), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1694), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1696), + [anon_sym_as] = ACTIONS(1694), + [anon_sym_EQ] = ACTIONS(1694), + [anon_sym_LBRACE] = ACTIONS(1696), + [anon_sym_RBRACE] = ACTIONS(1696), + [anon_sym_LPAREN] = ACTIONS(1696), + [anon_sym_LT] = ACTIONS(1694), + [anon_sym_GT] = ACTIONS(1694), + [anon_sym_DOT] = ACTIONS(1694), + [anon_sym_SEMI] = ACTIONS(1696), + [anon_sym_get] = ACTIONS(5812), + [anon_sym_set] = ACTIONS(5814), + [anon_sym_STAR] = ACTIONS(1694), + [sym_label] = ACTIONS(1696), + [anon_sym_in] = ACTIONS(1694), + [anon_sym_DOT_DOT] = ACTIONS(1696), + [anon_sym_QMARK_COLON] = ACTIONS(1696), + [anon_sym_AMP_AMP] = ACTIONS(1696), + [anon_sym_PIPE_PIPE] = ACTIONS(1696), + [anon_sym_else] = ACTIONS(1694), + [anon_sym_COLON_COLON] = ACTIONS(1696), + [anon_sym_PLUS_EQ] = ACTIONS(1696), + [anon_sym_DASH_EQ] = ACTIONS(1696), + [anon_sym_STAR_EQ] = ACTIONS(1696), + [anon_sym_SLASH_EQ] = ACTIONS(1696), + [anon_sym_PERCENT_EQ] = ACTIONS(1696), + [anon_sym_BANG_EQ] = ACTIONS(1694), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), + [anon_sym_EQ_EQ] = ACTIONS(1694), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), + [anon_sym_LT_EQ] = ACTIONS(1696), + [anon_sym_GT_EQ] = ACTIONS(1696), + [anon_sym_BANGin] = ACTIONS(1696), + [anon_sym_is] = ACTIONS(1694), + [anon_sym_BANGis] = ACTIONS(1696), + [anon_sym_PLUS] = ACTIONS(1694), + [anon_sym_DASH] = ACTIONS(1694), + [anon_sym_SLASH] = ACTIONS(1694), + [anon_sym_PERCENT] = ACTIONS(1694), + [anon_sym_as_QMARK] = ACTIONS(1696), + [anon_sym_PLUS_PLUS] = ACTIONS(1696), + [anon_sym_DASH_DASH] = ACTIONS(1696), + [anon_sym_BANG_BANG] = ACTIONS(1696), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1696), + [sym__automatic_semicolon] = ACTIONS(1696), + [sym_safe_nav] = ACTIONS(1696), + [sym_multiline_comment] = ACTIONS(3), + }, + [2627] = { + [sym_primary_constructor] = STATE(4109), + [sym__class_parameters] = STATE(3610), + [sym_type_parameters] = STATE(2669), + [sym_type_constraints] = STATE(3620), + [sym_enum_class_body] = STATE(3842), + [sym_modifiers] = STATE(9241), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3136), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(6122), - [anon_sym_LBRACK] = ACTIONS(3194), - [anon_sym_as] = ACTIONS(3190), - [anon_sym_constructor] = ACTIONS(5145), - [anon_sym_LBRACE] = ACTIONS(5155), - [anon_sym_RBRACE] = ACTIONS(3194), - [anon_sym_LPAREN] = ACTIONS(5149), - [anon_sym_RPAREN] = ACTIONS(3194), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3190), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(3190), - [anon_sym_SEMI] = ACTIONS(3194), - [anon_sym_get] = ACTIONS(3190), - [anon_sym_set] = ACTIONS(3190), - [anon_sym_STAR] = ACTIONS(3194), - [sym_label] = ACTIONS(3194), - [anon_sym_in] = ACTIONS(3190), - [anon_sym_while] = ACTIONS(3190), - [anon_sym_DOT_DOT] = ACTIONS(3194), - [anon_sym_QMARK_COLON] = ACTIONS(3194), - [anon_sym_AMP_AMP] = ACTIONS(3194), - [anon_sym_PIPE_PIPE] = ACTIONS(3194), - [anon_sym_else] = ACTIONS(3190), - [anon_sym_COLON_COLON] = ACTIONS(3194), - [anon_sym_BANG_EQ] = ACTIONS(3190), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3194), - [anon_sym_EQ_EQ] = ACTIONS(3190), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3194), - [anon_sym_LT_EQ] = ACTIONS(3194), - [anon_sym_GT_EQ] = ACTIONS(3194), - [anon_sym_BANGin] = ACTIONS(3194), - [anon_sym_is] = ACTIONS(3190), - [anon_sym_BANGis] = ACTIONS(3194), - [anon_sym_PLUS] = ACTIONS(3190), - [anon_sym_DASH] = ACTIONS(3190), - [anon_sym_SLASH] = ACTIONS(3190), - [anon_sym_PERCENT] = ACTIONS(3194), - [anon_sym_as_QMARK] = ACTIONS(3194), - [anon_sym_PLUS_PLUS] = ACTIONS(3194), - [anon_sym_DASH_DASH] = ACTIONS(3194), - [anon_sym_BANG_BANG] = ACTIONS(3194), + [anon_sym_COLON] = ACTIONS(6142), + [anon_sym_LBRACK] = ACTIONS(3140), + [anon_sym_as] = ACTIONS(3136), + [anon_sym_constructor] = ACTIONS(5358), + [anon_sym_LBRACE] = ACTIONS(5415), + [anon_sym_RBRACE] = ACTIONS(3140), + [anon_sym_LPAREN] = ACTIONS(5362), + [anon_sym_LT] = ACTIONS(5364), + [anon_sym_GT] = ACTIONS(3136), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(3136), + [anon_sym_SEMI] = ACTIONS(3140), + [anon_sym_get] = ACTIONS(3136), + [anon_sym_set] = ACTIONS(3136), + [anon_sym_STAR] = ACTIONS(3140), + [sym_label] = ACTIONS(3140), + [anon_sym_in] = ACTIONS(3136), + [anon_sym_DOT_DOT] = ACTIONS(3140), + [anon_sym_QMARK_COLON] = ACTIONS(3140), + [anon_sym_AMP_AMP] = ACTIONS(3140), + [anon_sym_PIPE_PIPE] = ACTIONS(3140), + [anon_sym_else] = ACTIONS(3136), + [anon_sym_COLON_COLON] = ACTIONS(3140), + [anon_sym_BANG_EQ] = ACTIONS(3136), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3140), + [anon_sym_EQ_EQ] = ACTIONS(3136), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3140), + [anon_sym_LT_EQ] = ACTIONS(3140), + [anon_sym_GT_EQ] = ACTIONS(3140), + [anon_sym_BANGin] = ACTIONS(3140), + [anon_sym_is] = ACTIONS(3136), + [anon_sym_BANGis] = ACTIONS(3140), + [anon_sym_PLUS] = ACTIONS(3136), + [anon_sym_DASH] = ACTIONS(3136), + [anon_sym_SLASH] = ACTIONS(3136), + [anon_sym_PERCENT] = ACTIONS(3140), + [anon_sym_as_QMARK] = ACTIONS(3140), + [anon_sym_PLUS_PLUS] = ACTIONS(3140), + [anon_sym_DASH_DASH] = ACTIONS(3140), + [anon_sym_BANG_BANG] = ACTIONS(3140), [anon_sym_suspend] = ACTIONS(3120), [anon_sym_sealed] = ACTIONS(3122), [anon_sym_annotation] = ACTIONS(3122), @@ -308046,71 +309555,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3134), [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3194), - [sym_safe_nav] = ACTIONS(3194), + [sym__backtick_identifier] = ACTIONS(3140), + [sym__automatic_semicolon] = ACTIONS(3140), + [sym_safe_nav] = ACTIONS(3140), [sym_multiline_comment] = ACTIONS(3), }, - [2613] = { - [sym_getter] = STATE(3810), - [sym_setter] = STATE(3810), - [sym_modifiers] = STATE(8770), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1764), + [2628] = { + [sym_type_constraints] = STATE(2632), + [sym_property_delegate] = STATE(2749), + [sym_getter] = STATE(3702), + [sym_setter] = STATE(3702), + [sym_modifiers] = STATE(8943), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1752), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1766), - [anon_sym_as] = ACTIONS(1764), - [anon_sym_EQ] = ACTIONS(1764), - [anon_sym_LBRACE] = ACTIONS(1766), - [anon_sym_RBRACE] = ACTIONS(1766), - [anon_sym_LPAREN] = ACTIONS(1766), - [anon_sym_LT] = ACTIONS(1764), - [anon_sym_GT] = ACTIONS(1764), - [anon_sym_DOT] = ACTIONS(1764), - [anon_sym_SEMI] = ACTIONS(1766), - [anon_sym_get] = ACTIONS(5866), - [anon_sym_set] = ACTIONS(5868), - [anon_sym_STAR] = ACTIONS(1764), - [sym_label] = ACTIONS(1766), - [anon_sym_in] = ACTIONS(1764), - [anon_sym_DOT_DOT] = ACTIONS(1766), - [anon_sym_QMARK_COLON] = ACTIONS(1766), - [anon_sym_AMP_AMP] = ACTIONS(1766), - [anon_sym_PIPE_PIPE] = ACTIONS(1766), - [anon_sym_else] = ACTIONS(1764), - [anon_sym_COLON_COLON] = ACTIONS(1766), - [anon_sym_PLUS_EQ] = ACTIONS(1766), - [anon_sym_DASH_EQ] = ACTIONS(1766), - [anon_sym_STAR_EQ] = ACTIONS(1766), - [anon_sym_SLASH_EQ] = ACTIONS(1766), - [anon_sym_PERCENT_EQ] = ACTIONS(1766), - [anon_sym_BANG_EQ] = ACTIONS(1764), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), - [anon_sym_EQ_EQ] = ACTIONS(1764), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1766), - [anon_sym_LT_EQ] = ACTIONS(1766), - [anon_sym_GT_EQ] = ACTIONS(1766), - [anon_sym_BANGin] = ACTIONS(1766), - [anon_sym_is] = ACTIONS(1764), - [anon_sym_BANGis] = ACTIONS(1766), - [anon_sym_PLUS] = ACTIONS(1764), - [anon_sym_DASH] = ACTIONS(1764), - [anon_sym_SLASH] = ACTIONS(1764), - [anon_sym_PERCENT] = ACTIONS(1764), - [anon_sym_as_QMARK] = ACTIONS(1766), - [anon_sym_PLUS_PLUS] = ACTIONS(1766), - [anon_sym_DASH_DASH] = ACTIONS(1766), - [anon_sym_BANG_BANG] = ACTIONS(1766), + [anon_sym_LBRACK] = ACTIONS(1754), + [anon_sym_as] = ACTIONS(1752), + [anon_sym_EQ] = ACTIONS(6144), + [anon_sym_LBRACE] = ACTIONS(1754), + [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_LPAREN] = ACTIONS(1754), + [anon_sym_COMMA] = ACTIONS(1754), + [anon_sym_by] = ACTIONS(6034), + [anon_sym_LT] = ACTIONS(1752), + [anon_sym_GT] = ACTIONS(1752), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(1752), + [anon_sym_SEMI] = ACTIONS(4121), + [anon_sym_get] = ACTIONS(6038), + [anon_sym_set] = ACTIONS(6040), + [anon_sym_STAR] = ACTIONS(1754), + [sym_label] = ACTIONS(1754), + [anon_sym_in] = ACTIONS(1752), + [anon_sym_DOT_DOT] = ACTIONS(1754), + [anon_sym_QMARK_COLON] = ACTIONS(1754), + [anon_sym_AMP_AMP] = ACTIONS(1754), + [anon_sym_PIPE_PIPE] = ACTIONS(1754), + [anon_sym_else] = ACTIONS(1752), + [anon_sym_COLON_COLON] = ACTIONS(1754), + [anon_sym_BANG_EQ] = ACTIONS(1752), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), + [anon_sym_EQ_EQ] = ACTIONS(1752), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), + [anon_sym_LT_EQ] = ACTIONS(1754), + [anon_sym_GT_EQ] = ACTIONS(1754), + [anon_sym_BANGin] = ACTIONS(1754), + [anon_sym_is] = ACTIONS(1752), + [anon_sym_BANGis] = ACTIONS(1754), + [anon_sym_PLUS] = ACTIONS(1752), + [anon_sym_DASH] = ACTIONS(1752), + [anon_sym_SLASH] = ACTIONS(1752), + [anon_sym_PERCENT] = ACTIONS(1754), + [anon_sym_as_QMARK] = ACTIONS(1754), + [anon_sym_PLUS_PLUS] = ACTIONS(1754), + [anon_sym_DASH_DASH] = ACTIONS(1754), + [anon_sym_BANG_BANG] = ACTIONS(1754), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -308134,150 +309644,151 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1766), - [sym__automatic_semicolon] = ACTIONS(1766), - [sym_safe_nav] = ACTIONS(1766), + [sym__backtick_identifier] = ACTIONS(1754), + [sym__automatic_semicolon] = ACTIONS(1754), + [sym_safe_nav] = ACTIONS(1754), [sym_multiline_comment] = ACTIONS(3), }, - [2614] = { - [sym_type_constraints] = STATE(2633), - [sym_property_delegate] = STATE(2733), - [sym_getter] = STATE(3787), - [sym_setter] = STATE(3787), - [sym_modifiers] = STATE(8890), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_EQ] = ACTIONS(6124), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_COMMA] = ACTIONS(3256), - [anon_sym_by] = ACTIONS(6024), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(6126), - [anon_sym_get] = ACTIONS(6032), - [anon_sym_set] = ACTIONS(6034), - [anon_sym_STAR] = ACTIONS(3256), - [sym_label] = ACTIONS(3256), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3256), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG_BANG] = ACTIONS(3256), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [2629] = { + [sym_primary_constructor] = STATE(4112), + [sym_class_body] = STATE(3842), + [sym__class_parameters] = STATE(3610), + [sym_type_parameters] = STATE(2674), + [sym_type_constraints] = STATE(3563), + [sym_modifiers] = STATE(9241), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3136), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_COLON] = ACTIONS(6146), + [anon_sym_LBRACK] = ACTIONS(3140), + [anon_sym_as] = ACTIONS(3136), + [anon_sym_constructor] = ACTIONS(5358), + [anon_sym_LBRACE] = ACTIONS(5360), + [anon_sym_RBRACE] = ACTIONS(3140), + [anon_sym_LPAREN] = ACTIONS(5362), + [anon_sym_LT] = ACTIONS(5364), + [anon_sym_GT] = ACTIONS(3136), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(3136), + [anon_sym_SEMI] = ACTIONS(3140), + [anon_sym_get] = ACTIONS(3136), + [anon_sym_set] = ACTIONS(3136), + [anon_sym_STAR] = ACTIONS(3140), + [sym_label] = ACTIONS(3140), + [anon_sym_in] = ACTIONS(3136), + [anon_sym_DOT_DOT] = ACTIONS(3140), + [anon_sym_QMARK_COLON] = ACTIONS(3140), + [anon_sym_AMP_AMP] = ACTIONS(3140), + [anon_sym_PIPE_PIPE] = ACTIONS(3140), + [anon_sym_else] = ACTIONS(3136), + [anon_sym_COLON_COLON] = ACTIONS(3140), + [anon_sym_BANG_EQ] = ACTIONS(3136), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3140), + [anon_sym_EQ_EQ] = ACTIONS(3136), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3140), + [anon_sym_LT_EQ] = ACTIONS(3140), + [anon_sym_GT_EQ] = ACTIONS(3140), + [anon_sym_BANGin] = ACTIONS(3140), + [anon_sym_is] = ACTIONS(3136), + [anon_sym_BANGis] = ACTIONS(3140), + [anon_sym_PLUS] = ACTIONS(3136), + [anon_sym_DASH] = ACTIONS(3136), + [anon_sym_SLASH] = ACTIONS(3136), + [anon_sym_PERCENT] = ACTIONS(3140), + [anon_sym_as_QMARK] = ACTIONS(3140), + [anon_sym_PLUS_PLUS] = ACTIONS(3140), + [anon_sym_DASH_DASH] = ACTIONS(3140), + [anon_sym_BANG_BANG] = ACTIONS(3140), + [anon_sym_suspend] = ACTIONS(3120), + [anon_sym_sealed] = ACTIONS(3122), + [anon_sym_annotation] = ACTIONS(3122), + [anon_sym_data] = ACTIONS(3122), + [anon_sym_inner] = ACTIONS(3122), + [anon_sym_override] = ACTIONS(3124), + [anon_sym_lateinit] = ACTIONS(3124), + [anon_sym_public] = ACTIONS(3126), + [anon_sym_private] = ACTIONS(3126), + [anon_sym_internal] = ACTIONS(3126), + [anon_sym_protected] = ACTIONS(3126), + [anon_sym_tailrec] = ACTIONS(3120), + [anon_sym_operator] = ACTIONS(3120), + [anon_sym_infix] = ACTIONS(3120), + [anon_sym_inline] = ACTIONS(3120), + [anon_sym_external] = ACTIONS(3120), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3130), + [anon_sym_final] = ACTIONS(3130), + [anon_sym_open] = ACTIONS(3130), + [anon_sym_vararg] = ACTIONS(3132), + [anon_sym_noinline] = ACTIONS(3132), + [anon_sym_crossinline] = ACTIONS(3132), + [anon_sym_expect] = ACTIONS(3134), + [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3256), - [sym__automatic_semicolon] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), + [sym__backtick_identifier] = ACTIONS(3140), + [sym__automatic_semicolon] = ACTIONS(3140), + [sym_safe_nav] = ACTIONS(3140), [sym_multiline_comment] = ACTIONS(3), }, - [2615] = { - [sym_getter] = STATE(3727), - [sym_setter] = STATE(3727), - [sym_modifiers] = STATE(8770), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [2630] = { + [sym_type_constraints] = STATE(2708), + [sym_property_delegate] = STATE(2777), + [sym_getter] = STATE(4715), + [sym_setter] = STATE(4715), + [sym_modifiers] = STATE(8747), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1694), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1696), [anon_sym_as] = ACTIONS(1694), - [anon_sym_EQ] = ACTIONS(1694), + [anon_sym_EQ] = ACTIONS(6148), [anon_sym_LBRACE] = ACTIONS(1696), [anon_sym_RBRACE] = ACTIONS(1696), [anon_sym_LPAREN] = ACTIONS(1696), + [anon_sym_RPAREN] = ACTIONS(1696), + [anon_sym_by] = ACTIONS(6056), [anon_sym_LT] = ACTIONS(1694), [anon_sym_GT] = ACTIONS(1694), + [anon_sym_where] = ACTIONS(5175), [anon_sym_DOT] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(3704), - [anon_sym_get] = ACTIONS(5866), - [anon_sym_set] = ACTIONS(5868), - [anon_sym_STAR] = ACTIONS(1694), + [anon_sym_SEMI] = ACTIONS(4220), + [anon_sym_get] = ACTIONS(6060), + [anon_sym_set] = ACTIONS(6062), + [anon_sym_STAR] = ACTIONS(1696), [sym_label] = ACTIONS(1696), [anon_sym_in] = ACTIONS(1694), + [anon_sym_while] = ACTIONS(1694), [anon_sym_DOT_DOT] = ACTIONS(1696), [anon_sym_QMARK_COLON] = ACTIONS(1696), [anon_sym_AMP_AMP] = ACTIONS(1696), [anon_sym_PIPE_PIPE] = ACTIONS(1696), [anon_sym_else] = ACTIONS(1694), [anon_sym_COLON_COLON] = ACTIONS(1696), - [anon_sym_PLUS_EQ] = ACTIONS(1696), - [anon_sym_DASH_EQ] = ACTIONS(1696), - [anon_sym_STAR_EQ] = ACTIONS(1696), - [anon_sym_SLASH_EQ] = ACTIONS(1696), - [anon_sym_PERCENT_EQ] = ACTIONS(1696), [anon_sym_BANG_EQ] = ACTIONS(1694), [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), [anon_sym_EQ_EQ] = ACTIONS(1694), @@ -308290,7 +309801,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(1694), [anon_sym_DASH] = ACTIONS(1694), [anon_sym_SLASH] = ACTIONS(1694), - [anon_sym_PERCENT] = ACTIONS(1694), + [anon_sym_PERCENT] = ACTIONS(1696), [anon_sym_as_QMARK] = ACTIONS(1696), [anon_sym_PLUS_PLUS] = ACTIONS(1696), [anon_sym_DASH_DASH] = ACTIONS(1696), @@ -308318,76 +309829,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1696), - [sym__automatic_semicolon] = ACTIONS(1696), [sym_safe_nav] = ACTIONS(1696), [sym_multiline_comment] = ACTIONS(3), }, - [2616] = { - [sym_type_constraints] = STATE(2702), - [sym_property_delegate] = STATE(2769), - [sym_getter] = STATE(3251), - [sym_setter] = STATE(3251), - [sym_modifiers] = STATE(8592), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3272), + [2631] = { + [sym_getter] = STATE(5311), + [sym_setter] = STATE(5311), + [sym_modifiers] = STATE(8811), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1770), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3274), - [anon_sym_as] = ACTIONS(3272), - [anon_sym_EQ] = ACTIONS(6128), - [anon_sym_LBRACE] = ACTIONS(3274), - [anon_sym_RBRACE] = ACTIONS(3274), - [anon_sym_LPAREN] = ACTIONS(3274), - [anon_sym_RPAREN] = ACTIONS(3274), - [anon_sym_by] = ACTIONS(6062), - [anon_sym_LT] = ACTIONS(3272), - [anon_sym_GT] = ACTIONS(3272), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(3272), - [anon_sym_SEMI] = ACTIONS(6130), - [anon_sym_get] = ACTIONS(6064), - [anon_sym_set] = ACTIONS(6066), - [anon_sym_STAR] = ACTIONS(3274), - [sym_label] = ACTIONS(3274), - [anon_sym_in] = ACTIONS(3272), - [anon_sym_while] = ACTIONS(3272), - [anon_sym_DOT_DOT] = ACTIONS(3274), - [anon_sym_QMARK_COLON] = ACTIONS(3274), - [anon_sym_AMP_AMP] = ACTIONS(3274), - [anon_sym_PIPE_PIPE] = ACTIONS(3274), - [anon_sym_else] = ACTIONS(3272), - [anon_sym_COLON_COLON] = ACTIONS(3274), - [anon_sym_BANG_EQ] = ACTIONS(3272), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3274), - [anon_sym_EQ_EQ] = ACTIONS(3272), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3274), - [anon_sym_LT_EQ] = ACTIONS(3274), - [anon_sym_GT_EQ] = ACTIONS(3274), - [anon_sym_BANGin] = ACTIONS(3274), - [anon_sym_is] = ACTIONS(3272), - [anon_sym_BANGis] = ACTIONS(3274), - [anon_sym_PLUS] = ACTIONS(3272), - [anon_sym_DASH] = ACTIONS(3272), - [anon_sym_SLASH] = ACTIONS(3272), - [anon_sym_PERCENT] = ACTIONS(3274), - [anon_sym_as_QMARK] = ACTIONS(3274), - [anon_sym_PLUS_PLUS] = ACTIONS(3274), - [anon_sym_DASH_DASH] = ACTIONS(3274), - [anon_sym_BANG_BANG] = ACTIONS(3274), + [anon_sym_LBRACK] = ACTIONS(1772), + [anon_sym_LBRACE] = ACTIONS(1772), + [anon_sym_RBRACE] = ACTIONS(1772), + [anon_sym_LPAREN] = ACTIONS(1772), + [anon_sym_object] = ACTIONS(1770), + [anon_sym_fun] = ACTIONS(1770), + [anon_sym_SEMI] = ACTIONS(2004), + [anon_sym_get] = ACTIONS(5794), + [anon_sym_set] = ACTIONS(5796), + [anon_sym_this] = ACTIONS(1770), + [anon_sym_super] = ACTIONS(1770), + [anon_sym_STAR] = ACTIONS(1772), + [sym_label] = ACTIONS(1770), + [anon_sym_in] = ACTIONS(1770), + [anon_sym_null] = ACTIONS(1770), + [anon_sym_if] = ACTIONS(1770), + [anon_sym_else] = ACTIONS(1770), + [anon_sym_when] = ACTIONS(1770), + [anon_sym_try] = ACTIONS(1770), + [anon_sym_throw] = ACTIONS(1770), + [anon_sym_return] = ACTIONS(1770), + [anon_sym_continue] = ACTIONS(1770), + [anon_sym_break] = ACTIONS(1770), + [anon_sym_COLON_COLON] = ACTIONS(1772), + [anon_sym_BANGin] = ACTIONS(1772), + [anon_sym_is] = ACTIONS(1770), + [anon_sym_BANGis] = ACTIONS(1772), + [anon_sym_PLUS] = ACTIONS(1770), + [anon_sym_DASH] = ACTIONS(1770), + [anon_sym_PLUS_PLUS] = ACTIONS(1772), + [anon_sym_DASH_DASH] = ACTIONS(1772), + [anon_sym_BANG] = ACTIONS(1770), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -308411,74 +309909,84 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3274), - [sym_safe_nav] = ACTIONS(3274), + [anon_sym_return_AT] = ACTIONS(1772), + [anon_sym_continue_AT] = ACTIONS(1772), + [anon_sym_break_AT] = ACTIONS(1772), + [sym_real_literal] = ACTIONS(1772), + [sym_integer_literal] = ACTIONS(1770), + [sym_hex_literal] = ACTIONS(1772), + [sym_bin_literal] = ACTIONS(1772), + [anon_sym_true] = ACTIONS(1770), + [anon_sym_false] = ACTIONS(1770), + [anon_sym_SQUOTE] = ACTIONS(1772), + [sym__backtick_identifier] = ACTIONS(1772), + [sym__automatic_semicolon] = ACTIONS(1772), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1772), }, - [2617] = { - [sym_getter] = STATE(3727), - [sym_setter] = STATE(3727), - [sym_modifiers] = STATE(8770), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1694), + [2632] = { + [sym_property_delegate] = STATE(2738), + [sym_getter] = STATE(3766), + [sym_setter] = STATE(3766), + [sym_modifiers] = STATE(8943), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1764), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1696), - [anon_sym_as] = ACTIONS(1694), - [anon_sym_EQ] = ACTIONS(1694), - [anon_sym_LBRACE] = ACTIONS(1696), - [anon_sym_RBRACE] = ACTIONS(1696), - [anon_sym_LPAREN] = ACTIONS(1696), - [anon_sym_LT] = ACTIONS(1694), - [anon_sym_GT] = ACTIONS(1694), - [anon_sym_DOT] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(1696), - [anon_sym_get] = ACTIONS(5866), - [anon_sym_set] = ACTIONS(5868), - [anon_sym_STAR] = ACTIONS(1694), - [sym_label] = ACTIONS(1696), - [anon_sym_in] = ACTIONS(1694), - [anon_sym_DOT_DOT] = ACTIONS(1696), - [anon_sym_QMARK_COLON] = ACTIONS(1696), - [anon_sym_AMP_AMP] = ACTIONS(1696), - [anon_sym_PIPE_PIPE] = ACTIONS(1696), - [anon_sym_else] = ACTIONS(1694), - [anon_sym_COLON_COLON] = ACTIONS(1696), - [anon_sym_PLUS_EQ] = ACTIONS(1696), - [anon_sym_DASH_EQ] = ACTIONS(1696), - [anon_sym_STAR_EQ] = ACTIONS(1696), - [anon_sym_SLASH_EQ] = ACTIONS(1696), - [anon_sym_PERCENT_EQ] = ACTIONS(1696), - [anon_sym_BANG_EQ] = ACTIONS(1694), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), - [anon_sym_EQ_EQ] = ACTIONS(1694), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), - [anon_sym_LT_EQ] = ACTIONS(1696), - [anon_sym_GT_EQ] = ACTIONS(1696), - [anon_sym_BANGin] = ACTIONS(1696), - [anon_sym_is] = ACTIONS(1694), - [anon_sym_BANGis] = ACTIONS(1696), - [anon_sym_PLUS] = ACTIONS(1694), - [anon_sym_DASH] = ACTIONS(1694), - [anon_sym_SLASH] = ACTIONS(1694), - [anon_sym_PERCENT] = ACTIONS(1694), - [anon_sym_as_QMARK] = ACTIONS(1696), - [anon_sym_PLUS_PLUS] = ACTIONS(1696), - [anon_sym_DASH_DASH] = ACTIONS(1696), - [anon_sym_BANG_BANG] = ACTIONS(1696), + [anon_sym_LBRACK] = ACTIONS(1766), + [anon_sym_as] = ACTIONS(1764), + [anon_sym_EQ] = ACTIONS(6150), + [anon_sym_LBRACE] = ACTIONS(1766), + [anon_sym_RBRACE] = ACTIONS(1766), + [anon_sym_LPAREN] = ACTIONS(1766), + [anon_sym_COMMA] = ACTIONS(1766), + [anon_sym_by] = ACTIONS(6034), + [anon_sym_LT] = ACTIONS(1764), + [anon_sym_GT] = ACTIONS(1764), + [anon_sym_where] = ACTIONS(1764), + [anon_sym_DOT] = ACTIONS(1764), + [anon_sym_SEMI] = ACTIONS(4105), + [anon_sym_get] = ACTIONS(6038), + [anon_sym_set] = ACTIONS(6040), + [anon_sym_STAR] = ACTIONS(1766), + [sym_label] = ACTIONS(1766), + [anon_sym_in] = ACTIONS(1764), + [anon_sym_DOT_DOT] = ACTIONS(1766), + [anon_sym_QMARK_COLON] = ACTIONS(1766), + [anon_sym_AMP_AMP] = ACTIONS(1766), + [anon_sym_PIPE_PIPE] = ACTIONS(1766), + [anon_sym_else] = ACTIONS(1764), + [anon_sym_COLON_COLON] = ACTIONS(1766), + [anon_sym_BANG_EQ] = ACTIONS(1764), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), + [anon_sym_EQ_EQ] = ACTIONS(1764), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1766), + [anon_sym_LT_EQ] = ACTIONS(1766), + [anon_sym_GT_EQ] = ACTIONS(1766), + [anon_sym_BANGin] = ACTIONS(1766), + [anon_sym_is] = ACTIONS(1764), + [anon_sym_BANGis] = ACTIONS(1766), + [anon_sym_PLUS] = ACTIONS(1764), + [anon_sym_DASH] = ACTIONS(1764), + [anon_sym_SLASH] = ACTIONS(1764), + [anon_sym_PERCENT] = ACTIONS(1766), + [anon_sym_as_QMARK] = ACTIONS(1766), + [anon_sym_PLUS_PLUS] = ACTIONS(1766), + [anon_sym_DASH_DASH] = ACTIONS(1766), + [anon_sym_BANG_BANG] = ACTIONS(1766), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -308502,75 +310010,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1696), - [sym__automatic_semicolon] = ACTIONS(1696), - [sym_safe_nav] = ACTIONS(1696), + [sym__backtick_identifier] = ACTIONS(1766), + [sym__automatic_semicolon] = ACTIONS(1766), + [sym_safe_nav] = ACTIONS(1766), [sym_multiline_comment] = ACTIONS(3), }, - [2618] = { - [sym_getter] = STATE(5040), - [sym_setter] = STATE(5040), - [sym_modifiers] = STATE(8567), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1694), + [2633] = { + [sym_getter] = STATE(4641), + [sym_setter] = STATE(4641), + [sym_modifiers] = STATE(8791), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1696), - [anon_sym_as] = ACTIONS(1694), - [anon_sym_EQ] = ACTIONS(1694), - [anon_sym_LBRACE] = ACTIONS(1696), - [anon_sym_RBRACE] = ACTIONS(1696), - [anon_sym_LPAREN] = ACTIONS(1696), - [anon_sym_LT] = ACTIONS(1694), - [anon_sym_GT] = ACTIONS(1694), - [anon_sym_DOT] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(1696), - [anon_sym_get] = ACTIONS(5776), - [anon_sym_set] = ACTIONS(5778), - [anon_sym_STAR] = ACTIONS(1694), - [sym_label] = ACTIONS(1696), - [anon_sym_in] = ACTIONS(1694), - [anon_sym_DOT_DOT] = ACTIONS(1696), - [anon_sym_QMARK_COLON] = ACTIONS(1696), - [anon_sym_AMP_AMP] = ACTIONS(1696), - [anon_sym_PIPE_PIPE] = ACTIONS(1696), - [anon_sym_else] = ACTIONS(1694), - [anon_sym_COLON_COLON] = ACTIONS(1696), - [anon_sym_PLUS_EQ] = ACTIONS(1696), - [anon_sym_DASH_EQ] = ACTIONS(1696), - [anon_sym_STAR_EQ] = ACTIONS(1696), - [anon_sym_SLASH_EQ] = ACTIONS(1696), - [anon_sym_PERCENT_EQ] = ACTIONS(1696), - [anon_sym_BANG_EQ] = ACTIONS(1694), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), - [anon_sym_EQ_EQ] = ACTIONS(1694), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), - [anon_sym_LT_EQ] = ACTIONS(1696), - [anon_sym_GT_EQ] = ACTIONS(1696), - [anon_sym_BANGin] = ACTIONS(1696), - [anon_sym_is] = ACTIONS(1694), - [anon_sym_BANGis] = ACTIONS(1696), - [anon_sym_PLUS] = ACTIONS(1694), - [anon_sym_DASH] = ACTIONS(1694), - [anon_sym_SLASH] = ACTIONS(1694), - [anon_sym_PERCENT] = ACTIONS(1694), - [anon_sym_as_QMARK] = ACTIONS(1696), - [anon_sym_PLUS_PLUS] = ACTIONS(1696), - [anon_sym_DASH_DASH] = ACTIONS(1696), - [anon_sym_BANG_BANG] = ACTIONS(1696), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_RBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_COMMA] = ACTIONS(1786), + [anon_sym_RPAREN] = ACTIONS(1786), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_where] = ACTIONS(1784), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(3798), + [anon_sym_get] = ACTIONS(5904), + [anon_sym_set] = ACTIONS(5906), + [anon_sym_STAR] = ACTIONS(1786), + [anon_sym_DASH_GT] = ACTIONS(1786), + [sym_label] = ACTIONS(1786), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_while] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1786), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG_BANG] = ACTIONS(1786), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -308594,58 +310102,57 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1696), - [sym__automatic_semicolon] = ACTIONS(1696), - [sym_safe_nav] = ACTIONS(1696), + [sym__backtick_identifier] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), [sym_multiline_comment] = ACTIONS(3), }, - [2619] = { - [sym_getter] = STATE(4953), - [sym_setter] = STATE(4953), - [sym_modifiers] = STATE(8567), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [2634] = { + [sym_getter] = STATE(3142), + [sym_setter] = STATE(3142), + [sym_modifiers] = STATE(8934), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1752), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1754), + [anon_sym_RBRACK] = ACTIONS(1754), [anon_sym_as] = ACTIONS(1752), - [anon_sym_EQ] = ACTIONS(1752), [anon_sym_LBRACE] = ACTIONS(1754), [anon_sym_RBRACE] = ACTIONS(1754), [anon_sym_LPAREN] = ACTIONS(1754), + [anon_sym_COMMA] = ACTIONS(1754), + [anon_sym_RPAREN] = ACTIONS(1754), [anon_sym_LT] = ACTIONS(1752), [anon_sym_GT] = ACTIONS(1752), + [anon_sym_where] = ACTIONS(1752), [anon_sym_DOT] = ACTIONS(1752), - [anon_sym_SEMI] = ACTIONS(1754), - [anon_sym_get] = ACTIONS(5776), - [anon_sym_set] = ACTIONS(5778), - [anon_sym_STAR] = ACTIONS(1752), + [anon_sym_SEMI] = ACTIONS(3808), + [anon_sym_get] = ACTIONS(5910), + [anon_sym_set] = ACTIONS(5912), + [anon_sym_STAR] = ACTIONS(1754), + [anon_sym_DASH_GT] = ACTIONS(1754), [sym_label] = ACTIONS(1754), [anon_sym_in] = ACTIONS(1752), + [anon_sym_while] = ACTIONS(1752), [anon_sym_DOT_DOT] = ACTIONS(1754), [anon_sym_QMARK_COLON] = ACTIONS(1754), [anon_sym_AMP_AMP] = ACTIONS(1754), [anon_sym_PIPE_PIPE] = ACTIONS(1754), [anon_sym_else] = ACTIONS(1752), [anon_sym_COLON_COLON] = ACTIONS(1754), - [anon_sym_PLUS_EQ] = ACTIONS(1754), - [anon_sym_DASH_EQ] = ACTIONS(1754), - [anon_sym_STAR_EQ] = ACTIONS(1754), - [anon_sym_SLASH_EQ] = ACTIONS(1754), - [anon_sym_PERCENT_EQ] = ACTIONS(1754), [anon_sym_BANG_EQ] = ACTIONS(1752), [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), [anon_sym_EQ_EQ] = ACTIONS(1752), @@ -308658,7 +310165,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(1752), [anon_sym_DASH] = ACTIONS(1752), [anon_sym_SLASH] = ACTIONS(1752), - [anon_sym_PERCENT] = ACTIONS(1752), + [anon_sym_PERCENT] = ACTIONS(1754), [anon_sym_as_QMARK] = ACTIONS(1754), [anon_sym_PLUS_PLUS] = ACTIONS(1754), [anon_sym_DASH_DASH] = ACTIONS(1754), @@ -308686,81 +310193,171 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1754), - [sym__automatic_semicolon] = ACTIONS(1754), [sym_safe_nav] = ACTIONS(1754), [sym_multiline_comment] = ACTIONS(3), }, - [2620] = { - [sym_getter] = STATE(5011), - [sym_setter] = STATE(5011), - [sym_modifiers] = STATE(8567), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), + [2635] = { + [sym_primary_constructor] = STATE(4115), + [sym__class_parameters] = STATE(3610), + [sym_type_constraints] = STATE(3656), + [sym_enum_class_body] = STATE(3752), + [sym_modifiers] = STATE(9241), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3212), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_COLON] = ACTIONS(6152), + [anon_sym_LBRACK] = ACTIONS(3216), + [anon_sym_as] = ACTIONS(3212), + [anon_sym_constructor] = ACTIONS(5358), + [anon_sym_LBRACE] = ACTIONS(5415), + [anon_sym_RBRACE] = ACTIONS(3216), + [anon_sym_LPAREN] = ACTIONS(5362), + [anon_sym_LT] = ACTIONS(3212), + [anon_sym_GT] = ACTIONS(3212), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(3212), + [anon_sym_SEMI] = ACTIONS(3216), + [anon_sym_get] = ACTIONS(3212), + [anon_sym_set] = ACTIONS(3212), + [anon_sym_STAR] = ACTIONS(3216), + [sym_label] = ACTIONS(3216), + [anon_sym_in] = ACTIONS(3212), + [anon_sym_DOT_DOT] = ACTIONS(3216), + [anon_sym_QMARK_COLON] = ACTIONS(3216), + [anon_sym_AMP_AMP] = ACTIONS(3216), + [anon_sym_PIPE_PIPE] = ACTIONS(3216), + [anon_sym_else] = ACTIONS(3212), + [anon_sym_COLON_COLON] = ACTIONS(3216), + [anon_sym_BANG_EQ] = ACTIONS(3212), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3216), + [anon_sym_EQ_EQ] = ACTIONS(3212), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3216), + [anon_sym_LT_EQ] = ACTIONS(3216), + [anon_sym_GT_EQ] = ACTIONS(3216), + [anon_sym_BANGin] = ACTIONS(3216), + [anon_sym_is] = ACTIONS(3212), + [anon_sym_BANGis] = ACTIONS(3216), + [anon_sym_PLUS] = ACTIONS(3212), + [anon_sym_DASH] = ACTIONS(3212), + [anon_sym_SLASH] = ACTIONS(3212), + [anon_sym_PERCENT] = ACTIONS(3216), + [anon_sym_as_QMARK] = ACTIONS(3216), + [anon_sym_PLUS_PLUS] = ACTIONS(3216), + [anon_sym_DASH_DASH] = ACTIONS(3216), + [anon_sym_BANG_BANG] = ACTIONS(3216), + [anon_sym_suspend] = ACTIONS(3120), + [anon_sym_sealed] = ACTIONS(3122), + [anon_sym_annotation] = ACTIONS(3122), + [anon_sym_data] = ACTIONS(3122), + [anon_sym_inner] = ACTIONS(3122), + [anon_sym_override] = ACTIONS(3124), + [anon_sym_lateinit] = ACTIONS(3124), + [anon_sym_public] = ACTIONS(3126), + [anon_sym_private] = ACTIONS(3126), + [anon_sym_internal] = ACTIONS(3126), + [anon_sym_protected] = ACTIONS(3126), + [anon_sym_tailrec] = ACTIONS(3120), + [anon_sym_operator] = ACTIONS(3120), + [anon_sym_infix] = ACTIONS(3120), + [anon_sym_inline] = ACTIONS(3120), + [anon_sym_external] = ACTIONS(3120), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3130), + [anon_sym_final] = ACTIONS(3130), + [anon_sym_open] = ACTIONS(3130), + [anon_sym_vararg] = ACTIONS(3132), + [anon_sym_noinline] = ACTIONS(3132), + [anon_sym_crossinline] = ACTIONS(3132), + [anon_sym_expect] = ACTIONS(3134), + [anon_sym_actual] = ACTIONS(3134), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3216), + [sym__automatic_semicolon] = ACTIONS(3216), + [sym_safe_nav] = ACTIONS(3216), + [sym_multiline_comment] = ACTIONS(3), + }, + [2636] = { + [sym_getter] = STATE(4659), + [sym_setter] = STATE(4659), + [sym_modifiers] = STATE(8791), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1752), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_EQ] = ACTIONS(1776), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(3756), - [anon_sym_get] = ACTIONS(5776), - [anon_sym_set] = ACTIONS(5778), - [anon_sym_STAR] = ACTIONS(1776), - [sym_label] = ACTIONS(1778), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_PLUS_EQ] = ACTIONS(1778), - [anon_sym_DASH_EQ] = ACTIONS(1778), - [anon_sym_STAR_EQ] = ACTIONS(1778), - [anon_sym_SLASH_EQ] = ACTIONS(1778), - [anon_sym_PERCENT_EQ] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1776), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG_BANG] = ACTIONS(1778), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), + [anon_sym_LBRACK] = ACTIONS(1754), + [anon_sym_RBRACK] = ACTIONS(1754), + [anon_sym_as] = ACTIONS(1752), + [anon_sym_LBRACE] = ACTIONS(1754), + [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_LPAREN] = ACTIONS(1754), + [anon_sym_COMMA] = ACTIONS(1754), + [anon_sym_RPAREN] = ACTIONS(1754), + [anon_sym_LT] = ACTIONS(1752), + [anon_sym_GT] = ACTIONS(1752), + [anon_sym_where] = ACTIONS(1752), + [anon_sym_DOT] = ACTIONS(1752), + [anon_sym_SEMI] = ACTIONS(1754), + [anon_sym_get] = ACTIONS(5904), + [anon_sym_set] = ACTIONS(5906), + [anon_sym_STAR] = ACTIONS(1754), + [anon_sym_DASH_GT] = ACTIONS(1754), + [sym_label] = ACTIONS(1754), + [anon_sym_in] = ACTIONS(1752), + [anon_sym_while] = ACTIONS(1752), + [anon_sym_DOT_DOT] = ACTIONS(1754), + [anon_sym_QMARK_COLON] = ACTIONS(1754), + [anon_sym_AMP_AMP] = ACTIONS(1754), + [anon_sym_PIPE_PIPE] = ACTIONS(1754), + [anon_sym_else] = ACTIONS(1752), + [anon_sym_COLON_COLON] = ACTIONS(1754), + [anon_sym_BANG_EQ] = ACTIONS(1752), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), + [anon_sym_EQ_EQ] = ACTIONS(1752), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), + [anon_sym_LT_EQ] = ACTIONS(1754), + [anon_sym_GT_EQ] = ACTIONS(1754), + [anon_sym_BANGin] = ACTIONS(1754), + [anon_sym_is] = ACTIONS(1752), + [anon_sym_BANGis] = ACTIONS(1754), + [anon_sym_PLUS] = ACTIONS(1752), + [anon_sym_DASH] = ACTIONS(1752), + [anon_sym_SLASH] = ACTIONS(1752), + [anon_sym_PERCENT] = ACTIONS(1754), + [anon_sym_as_QMARK] = ACTIONS(1754), + [anon_sym_PLUS_PLUS] = ACTIONS(1754), + [anon_sym_DASH_DASH] = ACTIONS(1754), + [anon_sym_BANG_BANG] = ACTIONS(1754), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), [anon_sym_private] = ACTIONS(81), @@ -308778,75 +310375,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1778), - [sym__automatic_semicolon] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), + [sym__backtick_identifier] = ACTIONS(1754), + [sym_safe_nav] = ACTIONS(1754), [sym_multiline_comment] = ACTIONS(3), }, - [2621] = { - [sym_type_constraints] = STATE(2665), - [sym_property_delegate] = STATE(2741), - [sym_getter] = STATE(3670), - [sym_setter] = STATE(3670), - [sym_modifiers] = STATE(8890), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3272), + [2637] = { + [sym_property_delegate] = STATE(2733), + [sym_getter] = STATE(4916), + [sym_setter] = STATE(4916), + [sym_modifiers] = STATE(8872), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1764), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3274), - [anon_sym_as] = ACTIONS(3272), - [anon_sym_EQ] = ACTIONS(6132), - [anon_sym_LBRACE] = ACTIONS(3274), - [anon_sym_RBRACE] = ACTIONS(3274), - [anon_sym_LPAREN] = ACTIONS(3274), - [anon_sym_COMMA] = ACTIONS(3274), - [anon_sym_by] = ACTIONS(6024), - [anon_sym_LT] = ACTIONS(3272), - [anon_sym_GT] = ACTIONS(3272), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(3272), - [anon_sym_SEMI] = ACTIONS(6134), - [anon_sym_get] = ACTIONS(6032), - [anon_sym_set] = ACTIONS(6034), - [anon_sym_STAR] = ACTIONS(3274), - [sym_label] = ACTIONS(3274), - [anon_sym_in] = ACTIONS(3272), - [anon_sym_DOT_DOT] = ACTIONS(3274), - [anon_sym_QMARK_COLON] = ACTIONS(3274), - [anon_sym_AMP_AMP] = ACTIONS(3274), - [anon_sym_PIPE_PIPE] = ACTIONS(3274), - [anon_sym_else] = ACTIONS(3272), - [anon_sym_COLON_COLON] = ACTIONS(3274), - [anon_sym_BANG_EQ] = ACTIONS(3272), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3274), - [anon_sym_EQ_EQ] = ACTIONS(3272), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3274), - [anon_sym_LT_EQ] = ACTIONS(3274), - [anon_sym_GT_EQ] = ACTIONS(3274), - [anon_sym_BANGin] = ACTIONS(3274), - [anon_sym_is] = ACTIONS(3272), - [anon_sym_BANGis] = ACTIONS(3274), - [anon_sym_PLUS] = ACTIONS(3272), - [anon_sym_DASH] = ACTIONS(3272), - [anon_sym_SLASH] = ACTIONS(3272), - [anon_sym_PERCENT] = ACTIONS(3274), - [anon_sym_as_QMARK] = ACTIONS(3274), - [anon_sym_PLUS_PLUS] = ACTIONS(3274), - [anon_sym_DASH_DASH] = ACTIONS(3274), - [anon_sym_BANG_BANG] = ACTIONS(3274), + [anon_sym_LBRACK] = ACTIONS(1766), + [anon_sym_as] = ACTIONS(1764), + [anon_sym_EQ] = ACTIONS(6154), + [anon_sym_LBRACE] = ACTIONS(1766), + [anon_sym_RBRACE] = ACTIONS(1766), + [anon_sym_LPAREN] = ACTIONS(1766), + [anon_sym_COMMA] = ACTIONS(1766), + [anon_sym_by] = ACTIONS(6034), + [anon_sym_LT] = ACTIONS(1764), + [anon_sym_GT] = ACTIONS(1764), + [anon_sym_where] = ACTIONS(1764), + [anon_sym_DOT] = ACTIONS(1764), + [anon_sym_SEMI] = ACTIONS(4140), + [anon_sym_get] = ACTIONS(6050), + [anon_sym_set] = ACTIONS(6052), + [anon_sym_STAR] = ACTIONS(1766), + [sym_label] = ACTIONS(1766), + [anon_sym_in] = ACTIONS(1764), + [anon_sym_DOT_DOT] = ACTIONS(1766), + [anon_sym_QMARK_COLON] = ACTIONS(1766), + [anon_sym_AMP_AMP] = ACTIONS(1766), + [anon_sym_PIPE_PIPE] = ACTIONS(1766), + [anon_sym_else] = ACTIONS(1764), + [anon_sym_COLON_COLON] = ACTIONS(1766), + [anon_sym_BANG_EQ] = ACTIONS(1764), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), + [anon_sym_EQ_EQ] = ACTIONS(1764), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1766), + [anon_sym_LT_EQ] = ACTIONS(1766), + [anon_sym_GT_EQ] = ACTIONS(1766), + [anon_sym_BANGin] = ACTIONS(1766), + [anon_sym_is] = ACTIONS(1764), + [anon_sym_BANGis] = ACTIONS(1766), + [anon_sym_PLUS] = ACTIONS(1764), + [anon_sym_DASH] = ACTIONS(1764), + [anon_sym_SLASH] = ACTIONS(1764), + [anon_sym_PERCENT] = ACTIONS(1766), + [anon_sym_as_QMARK] = ACTIONS(1766), + [anon_sym_PLUS_PLUS] = ACTIONS(1766), + [anon_sym_DASH_DASH] = ACTIONS(1766), + [anon_sym_BANG_BANG] = ACTIONS(1766), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -308870,75 +310465,166 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3274), - [sym__automatic_semicolon] = ACTIONS(3274), - [sym_safe_nav] = ACTIONS(3274), + [sym__backtick_identifier] = ACTIONS(1766), + [sym__automatic_semicolon] = ACTIONS(1766), + [sym_safe_nav] = ACTIONS(1766), [sym_multiline_comment] = ACTIONS(3), }, - [2622] = { - [sym_getter] = STATE(5011), - [sym_setter] = STATE(5011), - [sym_modifiers] = STATE(8567), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), + [2638] = { + [sym_primary_constructor] = STATE(5338), + [sym_class_body] = STATE(4962), + [sym__class_parameters] = STATE(4841), + [sym_type_constraints] = STATE(4875), + [sym_modifiers] = STATE(9347), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3196), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_COLON] = ACTIONS(6156), + [anon_sym_LBRACK] = ACTIONS(3200), + [anon_sym_as] = ACTIONS(3196), + [anon_sym_constructor] = ACTIONS(5399), + [anon_sym_LBRACE] = ACTIONS(5401), + [anon_sym_RBRACE] = ACTIONS(3200), + [anon_sym_LPAREN] = ACTIONS(5403), + [anon_sym_LT] = ACTIONS(3196), + [anon_sym_GT] = ACTIONS(3196), + [anon_sym_where] = ACTIONS(5405), + [anon_sym_DOT] = ACTIONS(3196), + [anon_sym_SEMI] = ACTIONS(3200), + [anon_sym_get] = ACTIONS(3196), + [anon_sym_set] = ACTIONS(3196), + [anon_sym_STAR] = ACTIONS(3200), + [sym_label] = ACTIONS(3200), + [anon_sym_in] = ACTIONS(3196), + [anon_sym_DOT_DOT] = ACTIONS(3200), + [anon_sym_QMARK_COLON] = ACTIONS(3200), + [anon_sym_AMP_AMP] = ACTIONS(3200), + [anon_sym_PIPE_PIPE] = ACTIONS(3200), + [anon_sym_else] = ACTIONS(3196), + [anon_sym_COLON_COLON] = ACTIONS(3200), + [anon_sym_BANG_EQ] = ACTIONS(3196), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3200), + [anon_sym_EQ_EQ] = ACTIONS(3196), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3200), + [anon_sym_LT_EQ] = ACTIONS(3200), + [anon_sym_GT_EQ] = ACTIONS(3200), + [anon_sym_BANGin] = ACTIONS(3200), + [anon_sym_is] = ACTIONS(3196), + [anon_sym_BANGis] = ACTIONS(3200), + [anon_sym_PLUS] = ACTIONS(3196), + [anon_sym_DASH] = ACTIONS(3196), + [anon_sym_SLASH] = ACTIONS(3196), + [anon_sym_PERCENT] = ACTIONS(3200), + [anon_sym_as_QMARK] = ACTIONS(3200), + [anon_sym_PLUS_PLUS] = ACTIONS(3200), + [anon_sym_DASH_DASH] = ACTIONS(3200), + [anon_sym_BANG_BANG] = ACTIONS(3200), + [anon_sym_suspend] = ACTIONS(3120), + [anon_sym_sealed] = ACTIONS(3122), + [anon_sym_annotation] = ACTIONS(3122), + [anon_sym_data] = ACTIONS(3122), + [anon_sym_inner] = ACTIONS(3122), + [anon_sym_override] = ACTIONS(3124), + [anon_sym_lateinit] = ACTIONS(3124), + [anon_sym_public] = ACTIONS(3126), + [anon_sym_private] = ACTIONS(3126), + [anon_sym_internal] = ACTIONS(3126), + [anon_sym_protected] = ACTIONS(3126), + [anon_sym_tailrec] = ACTIONS(3120), + [anon_sym_operator] = ACTIONS(3120), + [anon_sym_infix] = ACTIONS(3120), + [anon_sym_inline] = ACTIONS(3120), + [anon_sym_external] = ACTIONS(3120), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3130), + [anon_sym_final] = ACTIONS(3130), + [anon_sym_open] = ACTIONS(3130), + [anon_sym_vararg] = ACTIONS(3132), + [anon_sym_noinline] = ACTIONS(3132), + [anon_sym_crossinline] = ACTIONS(3132), + [anon_sym_expect] = ACTIONS(3134), + [anon_sym_actual] = ACTIONS(3134), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3200), + [sym__automatic_semicolon] = ACTIONS(3200), + [sym_safe_nav] = ACTIONS(3200), + [sym_multiline_comment] = ACTIONS(3), + }, + [2639] = { + [sym_getter] = STATE(4641), + [sym_setter] = STATE(4641), + [sym_modifiers] = STATE(8791), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_EQ] = ACTIONS(1776), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(1778), - [anon_sym_get] = ACTIONS(5776), - [anon_sym_set] = ACTIONS(5778), - [anon_sym_STAR] = ACTIONS(1776), - [sym_label] = ACTIONS(1778), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_PLUS_EQ] = ACTIONS(1778), - [anon_sym_DASH_EQ] = ACTIONS(1778), - [anon_sym_STAR_EQ] = ACTIONS(1778), - [anon_sym_SLASH_EQ] = ACTIONS(1778), - [anon_sym_PERCENT_EQ] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1776), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG_BANG] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_RBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_COMMA] = ACTIONS(1786), + [anon_sym_RPAREN] = ACTIONS(1786), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_where] = ACTIONS(1784), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(1786), + [anon_sym_get] = ACTIONS(5904), + [anon_sym_set] = ACTIONS(5906), + [anon_sym_STAR] = ACTIONS(1786), + [anon_sym_DASH_GT] = ACTIONS(1786), + [sym_label] = ACTIONS(1786), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_while] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1786), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG_BANG] = ACTIONS(1786), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -308962,76 +310648,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1778), - [sym__automatic_semicolon] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), + [sym__backtick_identifier] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), [sym_multiline_comment] = ACTIONS(3), }, - [2623] = { - [sym_type_constraints] = STATE(2692), - [sym_property_delegate] = STATE(2791), - [sym_getter] = STATE(3232), - [sym_setter] = STATE(3232), - [sym_modifiers] = STATE(8592), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), + [2640] = { + [sym_type_constraints] = STATE(2726), + [sym_property_delegate] = STATE(2833), + [sym_getter] = STATE(5062), + [sym_setter] = STATE(5062), + [sym_modifiers] = STATE(8625), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1694), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_EQ] = ACTIONS(6136), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_RPAREN] = ACTIONS(3256), - [anon_sym_by] = ACTIONS(6062), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(6138), - [anon_sym_get] = ACTIONS(6064), - [anon_sym_set] = ACTIONS(6066), - [anon_sym_STAR] = ACTIONS(3256), - [sym_label] = ACTIONS(3256), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_while] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3256), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG_BANG] = ACTIONS(3256), + [anon_sym_LBRACK] = ACTIONS(1696), + [anon_sym_as] = ACTIONS(1694), + [anon_sym_EQ] = ACTIONS(6158), + [anon_sym_LBRACE] = ACTIONS(1696), + [anon_sym_RBRACE] = ACTIONS(1696), + [anon_sym_LPAREN] = ACTIONS(1696), + [anon_sym_by] = ACTIONS(6160), + [anon_sym_LT] = ACTIONS(1694), + [anon_sym_GT] = ACTIONS(1694), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(1694), + [anon_sym_SEMI] = ACTIONS(4438), + [anon_sym_get] = ACTIONS(6162), + [anon_sym_set] = ACTIONS(6164), + [anon_sym_STAR] = ACTIONS(1696), + [sym_label] = ACTIONS(1696), + [anon_sym_in] = ACTIONS(1694), + [anon_sym_DOT_DOT] = ACTIONS(1696), + [anon_sym_QMARK_COLON] = ACTIONS(1696), + [anon_sym_AMP_AMP] = ACTIONS(1696), + [anon_sym_PIPE_PIPE] = ACTIONS(1696), + [anon_sym_else] = ACTIONS(1694), + [anon_sym_COLON_COLON] = ACTIONS(1696), + [anon_sym_BANG_EQ] = ACTIONS(1694), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), + [anon_sym_EQ_EQ] = ACTIONS(1694), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), + [anon_sym_LT_EQ] = ACTIONS(1696), + [anon_sym_GT_EQ] = ACTIONS(1696), + [anon_sym_BANGin] = ACTIONS(1696), + [anon_sym_is] = ACTIONS(1694), + [anon_sym_BANGis] = ACTIONS(1696), + [anon_sym_PLUS] = ACTIONS(1694), + [anon_sym_DASH] = ACTIONS(1694), + [anon_sym_SLASH] = ACTIONS(1694), + [anon_sym_PERCENT] = ACTIONS(1696), + [anon_sym_as_QMARK] = ACTIONS(1696), + [anon_sym_PLUS_PLUS] = ACTIONS(1696), + [anon_sym_DASH_DASH] = ACTIONS(1696), + [anon_sym_BANG_BANG] = ACTIONS(1696), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -309055,57 +310738,58 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), + [sym__backtick_identifier] = ACTIONS(1696), + [sym__automatic_semicolon] = ACTIONS(1696), + [sym_safe_nav] = ACTIONS(1696), [sym_multiline_comment] = ACTIONS(3), }, - [2624] = { - [sym_getter] = STATE(5053), - [sym_setter] = STATE(5053), - [sym_modifiers] = STATE(8567), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [2641] = { + [sym_getter] = STATE(4602), + [sym_setter] = STATE(4602), + [sym_modifiers] = STATE(8791), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1764), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1766), + [anon_sym_RBRACK] = ACTIONS(1766), [anon_sym_as] = ACTIONS(1764), - [anon_sym_EQ] = ACTIONS(1764), [anon_sym_LBRACE] = ACTIONS(1766), [anon_sym_RBRACE] = ACTIONS(1766), [anon_sym_LPAREN] = ACTIONS(1766), + [anon_sym_COMMA] = ACTIONS(1766), + [anon_sym_RPAREN] = ACTIONS(1766), [anon_sym_LT] = ACTIONS(1764), [anon_sym_GT] = ACTIONS(1764), + [anon_sym_where] = ACTIONS(1764), [anon_sym_DOT] = ACTIONS(1764), - [anon_sym_SEMI] = ACTIONS(3748), - [anon_sym_get] = ACTIONS(5776), - [anon_sym_set] = ACTIONS(5778), - [anon_sym_STAR] = ACTIONS(1764), + [anon_sym_SEMI] = ACTIONS(3792), + [anon_sym_get] = ACTIONS(5904), + [anon_sym_set] = ACTIONS(5906), + [anon_sym_STAR] = ACTIONS(1766), + [anon_sym_DASH_GT] = ACTIONS(1766), [sym_label] = ACTIONS(1766), [anon_sym_in] = ACTIONS(1764), + [anon_sym_while] = ACTIONS(1764), [anon_sym_DOT_DOT] = ACTIONS(1766), [anon_sym_QMARK_COLON] = ACTIONS(1766), [anon_sym_AMP_AMP] = ACTIONS(1766), [anon_sym_PIPE_PIPE] = ACTIONS(1766), [anon_sym_else] = ACTIONS(1764), [anon_sym_COLON_COLON] = ACTIONS(1766), - [anon_sym_PLUS_EQ] = ACTIONS(1766), - [anon_sym_DASH_EQ] = ACTIONS(1766), - [anon_sym_STAR_EQ] = ACTIONS(1766), - [anon_sym_SLASH_EQ] = ACTIONS(1766), - [anon_sym_PERCENT_EQ] = ACTIONS(1766), [anon_sym_BANG_EQ] = ACTIONS(1764), [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), [anon_sym_EQ_EQ] = ACTIONS(1764), @@ -309118,7 +310802,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(1764), [anon_sym_DASH] = ACTIONS(1764), [anon_sym_SLASH] = ACTIONS(1764), - [anon_sym_PERCENT] = ACTIONS(1764), + [anon_sym_PERCENT] = ACTIONS(1766), [anon_sym_as_QMARK] = ACTIONS(1766), [anon_sym_PLUS_PLUS] = ACTIONS(1766), [anon_sym_DASH_DASH] = ACTIONS(1766), @@ -309146,75 +310830,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1766), - [sym__automatic_semicolon] = ACTIONS(1766), [sym_safe_nav] = ACTIONS(1766), [sym_multiline_comment] = ACTIONS(3), }, - [2625] = { - [sym_getter] = STATE(3787), - [sym_setter] = STATE(3787), - [sym_modifiers] = STATE(8770), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), + [2642] = { + [sym_property_delegate] = STATE(2748), + [sym_getter] = STATE(4945), + [sym_setter] = STATE(4945), + [sym_modifiers] = STATE(8872), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_EQ] = ACTIONS(3254), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(5888), - [anon_sym_get] = ACTIONS(5866), - [anon_sym_set] = ACTIONS(5868), - [anon_sym_STAR] = ACTIONS(3254), - [sym_label] = ACTIONS(3256), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_PLUS_EQ] = ACTIONS(3256), - [anon_sym_DASH_EQ] = ACTIONS(3256), - [anon_sym_STAR_EQ] = ACTIONS(3256), - [anon_sym_SLASH_EQ] = ACTIONS(3256), - [anon_sym_PERCENT_EQ] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3254), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG_BANG] = ACTIONS(3256), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_EQ] = ACTIONS(6138), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_COMMA] = ACTIONS(3280), + [anon_sym_by] = ACTIONS(6034), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_where] = ACTIONS(3278), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(6140), + [anon_sym_get] = ACTIONS(6050), + [anon_sym_set] = ACTIONS(6052), + [anon_sym_STAR] = ACTIONS(3280), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3280), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -309238,76 +310920,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3256), - [sym__automatic_semicolon] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), + [sym__backtick_identifier] = ACTIONS(3280), + [sym__automatic_semicolon] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), [sym_multiline_comment] = ACTIONS(3), }, - [2626] = { - [sym_type_constraints] = STATE(2691), - [sym_property_delegate] = STATE(2787), - [sym_getter] = STATE(4710), - [sym_setter] = STATE(4710), - [sym_modifiers] = STATE(8572), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), + [2643] = { + [sym_getter] = STATE(4687), + [sym_setter] = STATE(4687), + [sym_modifiers] = STATE(8791), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3338), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_EQ] = ACTIONS(6140), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_RPAREN] = ACTIONS(1778), - [anon_sym_by] = ACTIONS(6062), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(4298), - [anon_sym_get] = ACTIONS(6096), - [anon_sym_set] = ACTIONS(6098), - [anon_sym_STAR] = ACTIONS(1778), - [sym_label] = ACTIONS(1778), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_while] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1778), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG_BANG] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(3340), + [anon_sym_RBRACK] = ACTIONS(3340), + [anon_sym_as] = ACTIONS(3338), + [anon_sym_LBRACE] = ACTIONS(3340), + [anon_sym_RBRACE] = ACTIONS(3340), + [anon_sym_LPAREN] = ACTIONS(3340), + [anon_sym_COMMA] = ACTIONS(3340), + [anon_sym_RPAREN] = ACTIONS(3340), + [anon_sym_LT] = ACTIONS(3338), + [anon_sym_GT] = ACTIONS(3338), + [anon_sym_where] = ACTIONS(3338), + [anon_sym_DOT] = ACTIONS(3338), + [anon_sym_SEMI] = ACTIONS(3340), + [anon_sym_get] = ACTIONS(5904), + [anon_sym_set] = ACTIONS(5906), + [anon_sym_STAR] = ACTIONS(3340), + [anon_sym_DASH_GT] = ACTIONS(3340), + [sym_label] = ACTIONS(3340), + [anon_sym_in] = ACTIONS(3338), + [anon_sym_while] = ACTIONS(3338), + [anon_sym_DOT_DOT] = ACTIONS(3340), + [anon_sym_QMARK_COLON] = ACTIONS(3340), + [anon_sym_AMP_AMP] = ACTIONS(3340), + [anon_sym_PIPE_PIPE] = ACTIONS(3340), + [anon_sym_else] = ACTIONS(3338), + [anon_sym_COLON_COLON] = ACTIONS(3340), + [anon_sym_BANG_EQ] = ACTIONS(3338), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3340), + [anon_sym_EQ_EQ] = ACTIONS(3338), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3340), + [anon_sym_LT_EQ] = ACTIONS(3340), + [anon_sym_GT_EQ] = ACTIONS(3340), + [anon_sym_BANGin] = ACTIONS(3340), + [anon_sym_is] = ACTIONS(3338), + [anon_sym_BANGis] = ACTIONS(3340), + [anon_sym_PLUS] = ACTIONS(3338), + [anon_sym_DASH] = ACTIONS(3338), + [anon_sym_SLASH] = ACTIONS(3338), + [anon_sym_PERCENT] = ACTIONS(3340), + [anon_sym_as_QMARK] = ACTIONS(3340), + [anon_sym_PLUS_PLUS] = ACTIONS(3340), + [anon_sym_DASH_DASH] = ACTIONS(3340), + [anon_sym_BANG_BANG] = ACTIONS(3340), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -309331,74 +311012,164 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), + [sym__backtick_identifier] = ACTIONS(3340), + [sym_safe_nav] = ACTIONS(3340), [sym_multiline_comment] = ACTIONS(3), }, - [2627] = { - [sym_getter] = STATE(4928), - [sym_setter] = STATE(4928), - [sym_modifiers] = STATE(8567), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1782), + [2644] = { + [sym_getter] = STATE(5383), + [sym_setter] = STATE(5383), + [sym_modifiers] = STATE(8811), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1784), - [anon_sym_as] = ACTIONS(1782), - [anon_sym_EQ] = ACTIONS(1782), - [anon_sym_LBRACE] = ACTIONS(1784), - [anon_sym_RBRACE] = ACTIONS(1784), - [anon_sym_LPAREN] = ACTIONS(1784), - [anon_sym_LT] = ACTIONS(1782), - [anon_sym_GT] = ACTIONS(1782), - [anon_sym_DOT] = ACTIONS(1782), - [anon_sym_SEMI] = ACTIONS(1784), - [anon_sym_get] = ACTIONS(5776), - [anon_sym_set] = ACTIONS(5778), - [anon_sym_STAR] = ACTIONS(1782), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_object] = ACTIONS(1784), + [anon_sym_fun] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(1974), + [anon_sym_get] = ACTIONS(5794), + [anon_sym_set] = ACTIONS(5796), + [anon_sym_this] = ACTIONS(1784), + [anon_sym_super] = ACTIONS(1784), + [anon_sym_STAR] = ACTIONS(1786), [sym_label] = ACTIONS(1784), - [anon_sym_in] = ACTIONS(1782), - [anon_sym_DOT_DOT] = ACTIONS(1784), - [anon_sym_QMARK_COLON] = ACTIONS(1784), - [anon_sym_AMP_AMP] = ACTIONS(1784), - [anon_sym_PIPE_PIPE] = ACTIONS(1784), - [anon_sym_else] = ACTIONS(1782), - [anon_sym_COLON_COLON] = ACTIONS(1784), - [anon_sym_PLUS_EQ] = ACTIONS(1784), - [anon_sym_DASH_EQ] = ACTIONS(1784), - [anon_sym_STAR_EQ] = ACTIONS(1784), - [anon_sym_SLASH_EQ] = ACTIONS(1784), - [anon_sym_PERCENT_EQ] = ACTIONS(1784), - [anon_sym_BANG_EQ] = ACTIONS(1782), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1784), - [anon_sym_EQ_EQ] = ACTIONS(1782), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1784), - [anon_sym_LT_EQ] = ACTIONS(1784), - [anon_sym_GT_EQ] = ACTIONS(1784), - [anon_sym_BANGin] = ACTIONS(1784), - [anon_sym_is] = ACTIONS(1782), - [anon_sym_BANGis] = ACTIONS(1784), - [anon_sym_PLUS] = ACTIONS(1782), - [anon_sym_DASH] = ACTIONS(1782), - [anon_sym_SLASH] = ACTIONS(1782), - [anon_sym_PERCENT] = ACTIONS(1782), - [anon_sym_as_QMARK] = ACTIONS(1784), - [anon_sym_PLUS_PLUS] = ACTIONS(1784), - [anon_sym_DASH_DASH] = ACTIONS(1784), - [anon_sym_BANG_BANG] = ACTIONS(1784), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_null] = ACTIONS(1784), + [anon_sym_if] = ACTIONS(1784), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_when] = ACTIONS(1784), + [anon_sym_try] = ACTIONS(1784), + [anon_sym_throw] = ACTIONS(1784), + [anon_sym_return] = ACTIONS(1784), + [anon_sym_continue] = ACTIONS(1784), + [anon_sym_break] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG] = ACTIONS(1784), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1786), + [anon_sym_continue_AT] = ACTIONS(1786), + [anon_sym_break_AT] = ACTIONS(1786), + [sym_real_literal] = ACTIONS(1786), + [sym_integer_literal] = ACTIONS(1784), + [sym_hex_literal] = ACTIONS(1786), + [sym_bin_literal] = ACTIONS(1786), + [anon_sym_true] = ACTIONS(1784), + [anon_sym_false] = ACTIONS(1784), + [anon_sym_SQUOTE] = ACTIONS(1786), + [sym__backtick_identifier] = ACTIONS(1786), + [sym__automatic_semicolon] = ACTIONS(1786), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1786), + }, + [2645] = { + [sym_type_constraints] = STATE(2725), + [sym_property_delegate] = STATE(2795), + [sym_getter] = STATE(5058), + [sym_setter] = STATE(5058), + [sym_modifiers] = STATE(8625), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_EQ] = ACTIONS(6166), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_by] = ACTIONS(6160), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(4432), + [anon_sym_get] = ACTIONS(6162), + [anon_sym_set] = ACTIONS(6164), + [anon_sym_STAR] = ACTIONS(1786), + [sym_label] = ACTIONS(1786), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1786), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG_BANG] = ACTIONS(1786), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -309422,58 +311193,149 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1784), - [sym__automatic_semicolon] = ACTIONS(1784), - [sym_safe_nav] = ACTIONS(1784), + [sym__backtick_identifier] = ACTIONS(1786), + [sym__automatic_semicolon] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), [sym_multiline_comment] = ACTIONS(3), }, - [2628] = { - [sym_getter] = STATE(5053), - [sym_setter] = STATE(5053), - [sym_modifiers] = STATE(8567), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [2646] = { + [sym_getter] = STATE(3291), + [sym_setter] = STATE(3291), + [sym_modifiers] = STATE(8934), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_RBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_COMMA] = ACTIONS(3280), + [anon_sym_RPAREN] = ACTIONS(3280), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_where] = ACTIONS(3278), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(3280), + [anon_sym_get] = ACTIONS(5910), + [anon_sym_set] = ACTIONS(5912), + [anon_sym_STAR] = ACTIONS(3280), + [anon_sym_DASH_GT] = ACTIONS(3280), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_while] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3280), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), + [sym_multiline_comment] = ACTIONS(3), + }, + [2647] = { + [sym_getter] = STATE(3189), + [sym_setter] = STATE(3189), + [sym_modifiers] = STATE(8934), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1764), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1766), + [anon_sym_RBRACK] = ACTIONS(1766), [anon_sym_as] = ACTIONS(1764), - [anon_sym_EQ] = ACTIONS(1764), [anon_sym_LBRACE] = ACTIONS(1766), [anon_sym_RBRACE] = ACTIONS(1766), [anon_sym_LPAREN] = ACTIONS(1766), + [anon_sym_COMMA] = ACTIONS(1766), + [anon_sym_RPAREN] = ACTIONS(1766), [anon_sym_LT] = ACTIONS(1764), [anon_sym_GT] = ACTIONS(1764), + [anon_sym_where] = ACTIONS(1764), [anon_sym_DOT] = ACTIONS(1764), [anon_sym_SEMI] = ACTIONS(1766), - [anon_sym_get] = ACTIONS(5776), - [anon_sym_set] = ACTIONS(5778), - [anon_sym_STAR] = ACTIONS(1764), + [anon_sym_get] = ACTIONS(5910), + [anon_sym_set] = ACTIONS(5912), + [anon_sym_STAR] = ACTIONS(1766), + [anon_sym_DASH_GT] = ACTIONS(1766), [sym_label] = ACTIONS(1766), [anon_sym_in] = ACTIONS(1764), + [anon_sym_while] = ACTIONS(1764), [anon_sym_DOT_DOT] = ACTIONS(1766), [anon_sym_QMARK_COLON] = ACTIONS(1766), [anon_sym_AMP_AMP] = ACTIONS(1766), [anon_sym_PIPE_PIPE] = ACTIONS(1766), [anon_sym_else] = ACTIONS(1764), [anon_sym_COLON_COLON] = ACTIONS(1766), - [anon_sym_PLUS_EQ] = ACTIONS(1766), - [anon_sym_DASH_EQ] = ACTIONS(1766), - [anon_sym_STAR_EQ] = ACTIONS(1766), - [anon_sym_SLASH_EQ] = ACTIONS(1766), - [anon_sym_PERCENT_EQ] = ACTIONS(1766), [anon_sym_BANG_EQ] = ACTIONS(1764), [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), [anon_sym_EQ_EQ] = ACTIONS(1764), @@ -309486,7 +311348,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(1764), [anon_sym_DASH] = ACTIONS(1764), [anon_sym_SLASH] = ACTIONS(1764), - [anon_sym_PERCENT] = ACTIONS(1764), + [anon_sym_PERCENT] = ACTIONS(1766), [anon_sym_as_QMARK] = ACTIONS(1766), [anon_sym_PLUS_PLUS] = ACTIONS(1766), [anon_sym_DASH_DASH] = ACTIONS(1766), @@ -309514,75 +311376,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1766), - [sym__automatic_semicolon] = ACTIONS(1766), [sym_safe_nav] = ACTIONS(1766), [sym_multiline_comment] = ACTIONS(3), }, - [2629] = { - [sym_getter] = STATE(4710), - [sym_setter] = STATE(4710), - [sym_modifiers] = STATE(8699), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), + [2648] = { + [sym_type_constraints] = STATE(2721), + [sym_property_delegate] = STATE(2828), + [sym_getter] = STATE(5029), + [sym_setter] = STATE(5029), + [sym_modifiers] = STATE(8625), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1752), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_RBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_COMMA] = ACTIONS(1778), - [anon_sym_RPAREN] = ACTIONS(1778), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_where] = ACTIONS(1776), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(3812), - [anon_sym_get] = ACTIONS(5912), - [anon_sym_set] = ACTIONS(5914), - [anon_sym_STAR] = ACTIONS(1778), - [anon_sym_DASH_GT] = ACTIONS(1778), - [sym_label] = ACTIONS(1778), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_while] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1778), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG_BANG] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(1754), + [anon_sym_as] = ACTIONS(1752), + [anon_sym_EQ] = ACTIONS(6168), + [anon_sym_LBRACE] = ACTIONS(1754), + [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_LPAREN] = ACTIONS(1754), + [anon_sym_by] = ACTIONS(6160), + [anon_sym_LT] = ACTIONS(1752), + [anon_sym_GT] = ACTIONS(1752), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(1752), + [anon_sym_SEMI] = ACTIONS(4440), + [anon_sym_get] = ACTIONS(6162), + [anon_sym_set] = ACTIONS(6164), + [anon_sym_STAR] = ACTIONS(1754), + [sym_label] = ACTIONS(1754), + [anon_sym_in] = ACTIONS(1752), + [anon_sym_DOT_DOT] = ACTIONS(1754), + [anon_sym_QMARK_COLON] = ACTIONS(1754), + [anon_sym_AMP_AMP] = ACTIONS(1754), + [anon_sym_PIPE_PIPE] = ACTIONS(1754), + [anon_sym_else] = ACTIONS(1752), + [anon_sym_COLON_COLON] = ACTIONS(1754), + [anon_sym_BANG_EQ] = ACTIONS(1752), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), + [anon_sym_EQ_EQ] = ACTIONS(1752), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), + [anon_sym_LT_EQ] = ACTIONS(1754), + [anon_sym_GT_EQ] = ACTIONS(1754), + [anon_sym_BANGin] = ACTIONS(1754), + [anon_sym_is] = ACTIONS(1752), + [anon_sym_BANGis] = ACTIONS(1754), + [anon_sym_PLUS] = ACTIONS(1752), + [anon_sym_DASH] = ACTIONS(1752), + [anon_sym_SLASH] = ACTIONS(1752), + [anon_sym_PERCENT] = ACTIONS(1754), + [anon_sym_as_QMARK] = ACTIONS(1754), + [anon_sym_PLUS_PLUS] = ACTIONS(1754), + [anon_sym_DASH_DASH] = ACTIONS(1754), + [anon_sym_BANG_BANG] = ACTIONS(1754), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -309606,73 +311466,166 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), + [sym__backtick_identifier] = ACTIONS(1754), + [sym__automatic_semicolon] = ACTIONS(1754), + [sym_safe_nav] = ACTIONS(1754), [sym_multiline_comment] = ACTIONS(3), }, - [2630] = { - [sym_property_delegate] = STATE(2747), - [sym_getter] = STATE(3877), - [sym_setter] = STATE(3877), - [sym_modifiers] = STATE(8890), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), + [2649] = { + [sym_getter] = STATE(5300), + [sym_setter] = STATE(5300), + [sym_modifiers] = STATE(8811), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_EQ] = ACTIONS(6040), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_COMMA] = ACTIONS(1778), - [anon_sym_by] = ACTIONS(6024), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_where] = ACTIONS(1776), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(4122), - [anon_sym_get] = ACTIONS(6032), - [anon_sym_set] = ACTIONS(6034), - [anon_sym_STAR] = ACTIONS(1778), - [sym_label] = ACTIONS(1778), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1778), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG_BANG] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_object] = ACTIONS(3278), + [anon_sym_fun] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(5802), + [anon_sym_get] = ACTIONS(5794), + [anon_sym_set] = ACTIONS(5796), + [anon_sym_this] = ACTIONS(3278), + [anon_sym_super] = ACTIONS(3278), + [anon_sym_STAR] = ACTIONS(3280), + [sym_label] = ACTIONS(3278), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_null] = ACTIONS(3278), + [anon_sym_if] = ACTIONS(3278), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_when] = ACTIONS(3278), + [anon_sym_try] = ACTIONS(3278), + [anon_sym_throw] = ACTIONS(3278), + [anon_sym_return] = ACTIONS(3278), + [anon_sym_continue] = ACTIONS(3278), + [anon_sym_break] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG] = ACTIONS(3278), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3280), + [anon_sym_continue_AT] = ACTIONS(3280), + [anon_sym_break_AT] = ACTIONS(3280), + [sym_real_literal] = ACTIONS(3280), + [sym_integer_literal] = ACTIONS(3278), + [sym_hex_literal] = ACTIONS(3280), + [sym_bin_literal] = ACTIONS(3280), + [anon_sym_true] = ACTIONS(3278), + [anon_sym_false] = ACTIONS(3278), + [anon_sym_SQUOTE] = ACTIONS(3280), + [sym__backtick_identifier] = ACTIONS(3280), + [sym__automatic_semicolon] = ACTIONS(3280), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3280), + }, + [2650] = { + [sym_getter] = STATE(3189), + [sym_setter] = STATE(3189), + [sym_modifiers] = STATE(8934), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1764), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1766), + [anon_sym_RBRACK] = ACTIONS(1766), + [anon_sym_as] = ACTIONS(1764), + [anon_sym_LBRACE] = ACTIONS(1766), + [anon_sym_RBRACE] = ACTIONS(1766), + [anon_sym_LPAREN] = ACTIONS(1766), + [anon_sym_COMMA] = ACTIONS(1766), + [anon_sym_RPAREN] = ACTIONS(1766), + [anon_sym_LT] = ACTIONS(1764), + [anon_sym_GT] = ACTIONS(1764), + [anon_sym_where] = ACTIONS(1764), + [anon_sym_DOT] = ACTIONS(1764), + [anon_sym_SEMI] = ACTIONS(3810), + [anon_sym_get] = ACTIONS(5910), + [anon_sym_set] = ACTIONS(5912), + [anon_sym_STAR] = ACTIONS(1766), + [anon_sym_DASH_GT] = ACTIONS(1766), + [sym_label] = ACTIONS(1766), + [anon_sym_in] = ACTIONS(1764), + [anon_sym_while] = ACTIONS(1764), + [anon_sym_DOT_DOT] = ACTIONS(1766), + [anon_sym_QMARK_COLON] = ACTIONS(1766), + [anon_sym_AMP_AMP] = ACTIONS(1766), + [anon_sym_PIPE_PIPE] = ACTIONS(1766), + [anon_sym_else] = ACTIONS(1764), + [anon_sym_COLON_COLON] = ACTIONS(1766), + [anon_sym_BANG_EQ] = ACTIONS(1764), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), + [anon_sym_EQ_EQ] = ACTIONS(1764), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1766), + [anon_sym_LT_EQ] = ACTIONS(1766), + [anon_sym_GT_EQ] = ACTIONS(1766), + [anon_sym_BANGin] = ACTIONS(1766), + [anon_sym_is] = ACTIONS(1764), + [anon_sym_BANGis] = ACTIONS(1766), + [anon_sym_PLUS] = ACTIONS(1764), + [anon_sym_DASH] = ACTIONS(1764), + [anon_sym_SLASH] = ACTIONS(1764), + [anon_sym_PERCENT] = ACTIONS(1766), + [anon_sym_as_QMARK] = ACTIONS(1766), + [anon_sym_PLUS_PLUS] = ACTIONS(1766), + [anon_sym_DASH_DASH] = ACTIONS(1766), + [anon_sym_BANG_BANG] = ACTIONS(1766), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -309696,74 +311649,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1778), - [sym__automatic_semicolon] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), + [sym__backtick_identifier] = ACTIONS(1766), + [sym_safe_nav] = ACTIONS(1766), [sym_multiline_comment] = ACTIONS(3), }, - [2631] = { - [sym_property_delegate] = STATE(2742), - [sym_getter] = STATE(5040), - [sym_setter] = STATE(5040), - [sym_modifiers] = STATE(8818), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1694), + [2651] = { + [sym_getter] = STATE(3142), + [sym_setter] = STATE(3142), + [sym_modifiers] = STATE(8934), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1752), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1696), - [anon_sym_as] = ACTIONS(1694), - [anon_sym_EQ] = ACTIONS(6036), - [anon_sym_LBRACE] = ACTIONS(1696), - [anon_sym_RBRACE] = ACTIONS(1696), - [anon_sym_LPAREN] = ACTIONS(1696), - [anon_sym_COMMA] = ACTIONS(1696), - [anon_sym_by] = ACTIONS(6024), - [anon_sym_LT] = ACTIONS(1694), - [anon_sym_GT] = ACTIONS(1694), - [anon_sym_where] = ACTIONS(1694), - [anon_sym_DOT] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(4071), - [anon_sym_get] = ACTIONS(6026), - [anon_sym_set] = ACTIONS(6028), - [anon_sym_STAR] = ACTIONS(1696), - [sym_label] = ACTIONS(1696), - [anon_sym_in] = ACTIONS(1694), - [anon_sym_DOT_DOT] = ACTIONS(1696), - [anon_sym_QMARK_COLON] = ACTIONS(1696), - [anon_sym_AMP_AMP] = ACTIONS(1696), - [anon_sym_PIPE_PIPE] = ACTIONS(1696), - [anon_sym_else] = ACTIONS(1694), - [anon_sym_COLON_COLON] = ACTIONS(1696), - [anon_sym_BANG_EQ] = ACTIONS(1694), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), - [anon_sym_EQ_EQ] = ACTIONS(1694), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), - [anon_sym_LT_EQ] = ACTIONS(1696), - [anon_sym_GT_EQ] = ACTIONS(1696), - [anon_sym_BANGin] = ACTIONS(1696), - [anon_sym_is] = ACTIONS(1694), - [anon_sym_BANGis] = ACTIONS(1696), - [anon_sym_PLUS] = ACTIONS(1694), - [anon_sym_DASH] = ACTIONS(1694), - [anon_sym_SLASH] = ACTIONS(1694), - [anon_sym_PERCENT] = ACTIONS(1696), - [anon_sym_as_QMARK] = ACTIONS(1696), - [anon_sym_PLUS_PLUS] = ACTIONS(1696), - [anon_sym_DASH_DASH] = ACTIONS(1696), - [anon_sym_BANG_BANG] = ACTIONS(1696), + [anon_sym_LBRACK] = ACTIONS(1754), + [anon_sym_RBRACK] = ACTIONS(1754), + [anon_sym_as] = ACTIONS(1752), + [anon_sym_LBRACE] = ACTIONS(1754), + [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_LPAREN] = ACTIONS(1754), + [anon_sym_COMMA] = ACTIONS(1754), + [anon_sym_RPAREN] = ACTIONS(1754), + [anon_sym_LT] = ACTIONS(1752), + [anon_sym_GT] = ACTIONS(1752), + [anon_sym_where] = ACTIONS(1752), + [anon_sym_DOT] = ACTIONS(1752), + [anon_sym_SEMI] = ACTIONS(1754), + [anon_sym_get] = ACTIONS(5910), + [anon_sym_set] = ACTIONS(5912), + [anon_sym_STAR] = ACTIONS(1754), + [anon_sym_DASH_GT] = ACTIONS(1754), + [sym_label] = ACTIONS(1754), + [anon_sym_in] = ACTIONS(1752), + [anon_sym_while] = ACTIONS(1752), + [anon_sym_DOT_DOT] = ACTIONS(1754), + [anon_sym_QMARK_COLON] = ACTIONS(1754), + [anon_sym_AMP_AMP] = ACTIONS(1754), + [anon_sym_PIPE_PIPE] = ACTIONS(1754), + [anon_sym_else] = ACTIONS(1752), + [anon_sym_COLON_COLON] = ACTIONS(1754), + [anon_sym_BANG_EQ] = ACTIONS(1752), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), + [anon_sym_EQ_EQ] = ACTIONS(1752), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), + [anon_sym_LT_EQ] = ACTIONS(1754), + [anon_sym_GT_EQ] = ACTIONS(1754), + [anon_sym_BANGin] = ACTIONS(1754), + [anon_sym_is] = ACTIONS(1752), + [anon_sym_BANGis] = ACTIONS(1754), + [anon_sym_PLUS] = ACTIONS(1752), + [anon_sym_DASH] = ACTIONS(1752), + [anon_sym_SLASH] = ACTIONS(1752), + [anon_sym_PERCENT] = ACTIONS(1754), + [anon_sym_as_QMARK] = ACTIONS(1754), + [anon_sym_PLUS_PLUS] = ACTIONS(1754), + [anon_sym_DASH_DASH] = ACTIONS(1754), + [anon_sym_BANG_BANG] = ACTIONS(1754), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -309787,74 +311740,255 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1696), - [sym__automatic_semicolon] = ACTIONS(1696), - [sym_safe_nav] = ACTIONS(1696), + [sym__backtick_identifier] = ACTIONS(1754), + [sym_safe_nav] = ACTIONS(1754), [sym_multiline_comment] = ACTIONS(3), }, - [2632] = { - [sym_primary_constructor] = STATE(5356), - [sym__class_parameters] = STATE(4877), - [sym_type_constraints] = STATE(4828), - [sym_enum_class_body] = STATE(5031), - [sym_modifiers] = STATE(9180), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3204), + [2652] = { + [sym_getter] = STATE(4602), + [sym_setter] = STATE(4602), + [sym_modifiers] = STATE(8791), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1764), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1766), + [anon_sym_RBRACK] = ACTIONS(1766), + [anon_sym_as] = ACTIONS(1764), + [anon_sym_LBRACE] = ACTIONS(1766), + [anon_sym_RBRACE] = ACTIONS(1766), + [anon_sym_LPAREN] = ACTIONS(1766), + [anon_sym_COMMA] = ACTIONS(1766), + [anon_sym_RPAREN] = ACTIONS(1766), + [anon_sym_LT] = ACTIONS(1764), + [anon_sym_GT] = ACTIONS(1764), + [anon_sym_where] = ACTIONS(1764), + [anon_sym_DOT] = ACTIONS(1764), + [anon_sym_SEMI] = ACTIONS(1766), + [anon_sym_get] = ACTIONS(5904), + [anon_sym_set] = ACTIONS(5906), + [anon_sym_STAR] = ACTIONS(1766), + [anon_sym_DASH_GT] = ACTIONS(1766), + [sym_label] = ACTIONS(1766), + [anon_sym_in] = ACTIONS(1764), + [anon_sym_while] = ACTIONS(1764), + [anon_sym_DOT_DOT] = ACTIONS(1766), + [anon_sym_QMARK_COLON] = ACTIONS(1766), + [anon_sym_AMP_AMP] = ACTIONS(1766), + [anon_sym_PIPE_PIPE] = ACTIONS(1766), + [anon_sym_else] = ACTIONS(1764), + [anon_sym_COLON_COLON] = ACTIONS(1766), + [anon_sym_BANG_EQ] = ACTIONS(1764), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), + [anon_sym_EQ_EQ] = ACTIONS(1764), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1766), + [anon_sym_LT_EQ] = ACTIONS(1766), + [anon_sym_GT_EQ] = ACTIONS(1766), + [anon_sym_BANGin] = ACTIONS(1766), + [anon_sym_is] = ACTIONS(1764), + [anon_sym_BANGis] = ACTIONS(1766), + [anon_sym_PLUS] = ACTIONS(1764), + [anon_sym_DASH] = ACTIONS(1764), + [anon_sym_SLASH] = ACTIONS(1764), + [anon_sym_PERCENT] = ACTIONS(1766), + [anon_sym_as_QMARK] = ACTIONS(1766), + [anon_sym_PLUS_PLUS] = ACTIONS(1766), + [anon_sym_DASH_DASH] = ACTIONS(1766), + [anon_sym_BANG_BANG] = ACTIONS(1766), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1766), + [sym_safe_nav] = ACTIONS(1766), + [sym_multiline_comment] = ACTIONS(3), + }, + [2653] = { + [sym_property_delegate] = STATE(2749), + [sym_getter] = STATE(3702), + [sym_setter] = STATE(3702), + [sym_modifiers] = STATE(8943), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1752), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1754), + [anon_sym_as] = ACTIONS(1752), + [anon_sym_EQ] = ACTIONS(6144), + [anon_sym_LBRACE] = ACTIONS(1754), + [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_LPAREN] = ACTIONS(1754), + [anon_sym_COMMA] = ACTIONS(1754), + [anon_sym_by] = ACTIONS(6034), + [anon_sym_LT] = ACTIONS(1752), + [anon_sym_GT] = ACTIONS(1752), + [anon_sym_where] = ACTIONS(1752), + [anon_sym_DOT] = ACTIONS(1752), + [anon_sym_SEMI] = ACTIONS(4121), + [anon_sym_get] = ACTIONS(6038), + [anon_sym_set] = ACTIONS(6040), + [anon_sym_STAR] = ACTIONS(1754), + [sym_label] = ACTIONS(1754), + [anon_sym_in] = ACTIONS(1752), + [anon_sym_DOT_DOT] = ACTIONS(1754), + [anon_sym_QMARK_COLON] = ACTIONS(1754), + [anon_sym_AMP_AMP] = ACTIONS(1754), + [anon_sym_PIPE_PIPE] = ACTIONS(1754), + [anon_sym_else] = ACTIONS(1752), + [anon_sym_COLON_COLON] = ACTIONS(1754), + [anon_sym_BANG_EQ] = ACTIONS(1752), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), + [anon_sym_EQ_EQ] = ACTIONS(1752), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), + [anon_sym_LT_EQ] = ACTIONS(1754), + [anon_sym_GT_EQ] = ACTIONS(1754), + [anon_sym_BANGin] = ACTIONS(1754), + [anon_sym_is] = ACTIONS(1752), + [anon_sym_BANGis] = ACTIONS(1754), + [anon_sym_PLUS] = ACTIONS(1752), + [anon_sym_DASH] = ACTIONS(1752), + [anon_sym_SLASH] = ACTIONS(1752), + [anon_sym_PERCENT] = ACTIONS(1754), + [anon_sym_as_QMARK] = ACTIONS(1754), + [anon_sym_PLUS_PLUS] = ACTIONS(1754), + [anon_sym_DASH_DASH] = ACTIONS(1754), + [anon_sym_BANG_BANG] = ACTIONS(1754), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1754), + [sym__automatic_semicolon] = ACTIONS(1754), + [sym_safe_nav] = ACTIONS(1754), + [sym_multiline_comment] = ACTIONS(3), + }, + [2654] = { + [sym_primary_constructor] = STATE(5314), + [sym__class_parameters] = STATE(4841), + [sym_type_constraints] = STATE(4876), + [sym_enum_class_body] = STATE(4973), + [sym_modifiers] = STATE(9347), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3186), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(6142), - [anon_sym_LBRACK] = ACTIONS(3208), - [anon_sym_as] = ACTIONS(3204), - [anon_sym_constructor] = ACTIONS(5334), - [anon_sym_LBRACE] = ACTIONS(5336), - [anon_sym_RBRACE] = ACTIONS(3208), - [anon_sym_LPAREN] = ACTIONS(5338), - [anon_sym_LT] = ACTIONS(3204), - [anon_sym_GT] = ACTIONS(3204), - [anon_sym_where] = ACTIONS(5342), - [anon_sym_DOT] = ACTIONS(3204), - [anon_sym_SEMI] = ACTIONS(3208), - [anon_sym_get] = ACTIONS(3204), - [anon_sym_set] = ACTIONS(3204), - [anon_sym_STAR] = ACTIONS(3208), - [sym_label] = ACTIONS(3208), - [anon_sym_in] = ACTIONS(3204), - [anon_sym_DOT_DOT] = ACTIONS(3208), - [anon_sym_QMARK_COLON] = ACTIONS(3208), - [anon_sym_AMP_AMP] = ACTIONS(3208), - [anon_sym_PIPE_PIPE] = ACTIONS(3208), - [anon_sym_else] = ACTIONS(3204), - [anon_sym_COLON_COLON] = ACTIONS(3208), - [anon_sym_BANG_EQ] = ACTIONS(3204), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3208), - [anon_sym_EQ_EQ] = ACTIONS(3204), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3208), - [anon_sym_LT_EQ] = ACTIONS(3208), - [anon_sym_GT_EQ] = ACTIONS(3208), - [anon_sym_BANGin] = ACTIONS(3208), - [anon_sym_is] = ACTIONS(3204), - [anon_sym_BANGis] = ACTIONS(3208), - [anon_sym_PLUS] = ACTIONS(3204), - [anon_sym_DASH] = ACTIONS(3204), - [anon_sym_SLASH] = ACTIONS(3204), - [anon_sym_PERCENT] = ACTIONS(3208), - [anon_sym_as_QMARK] = ACTIONS(3208), - [anon_sym_PLUS_PLUS] = ACTIONS(3208), - [anon_sym_DASH_DASH] = ACTIONS(3208), - [anon_sym_BANG_BANG] = ACTIONS(3208), + [anon_sym_COLON] = ACTIONS(6170), + [anon_sym_LBRACK] = ACTIONS(3190), + [anon_sym_as] = ACTIONS(3186), + [anon_sym_constructor] = ACTIONS(5399), + [anon_sym_LBRACE] = ACTIONS(5411), + [anon_sym_RBRACE] = ACTIONS(3190), + [anon_sym_LPAREN] = ACTIONS(5403), + [anon_sym_LT] = ACTIONS(3186), + [anon_sym_GT] = ACTIONS(3186), + [anon_sym_where] = ACTIONS(5405), + [anon_sym_DOT] = ACTIONS(3186), + [anon_sym_SEMI] = ACTIONS(3190), + [anon_sym_get] = ACTIONS(3186), + [anon_sym_set] = ACTIONS(3186), + [anon_sym_STAR] = ACTIONS(3190), + [sym_label] = ACTIONS(3190), + [anon_sym_in] = ACTIONS(3186), + [anon_sym_DOT_DOT] = ACTIONS(3190), + [anon_sym_QMARK_COLON] = ACTIONS(3190), + [anon_sym_AMP_AMP] = ACTIONS(3190), + [anon_sym_PIPE_PIPE] = ACTIONS(3190), + [anon_sym_else] = ACTIONS(3186), + [anon_sym_COLON_COLON] = ACTIONS(3190), + [anon_sym_BANG_EQ] = ACTIONS(3186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3190), + [anon_sym_EQ_EQ] = ACTIONS(3186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3190), + [anon_sym_LT_EQ] = ACTIONS(3190), + [anon_sym_GT_EQ] = ACTIONS(3190), + [anon_sym_BANGin] = ACTIONS(3190), + [anon_sym_is] = ACTIONS(3186), + [anon_sym_BANGis] = ACTIONS(3190), + [anon_sym_PLUS] = ACTIONS(3186), + [anon_sym_DASH] = ACTIONS(3186), + [anon_sym_SLASH] = ACTIONS(3186), + [anon_sym_PERCENT] = ACTIONS(3190), + [anon_sym_as_QMARK] = ACTIONS(3190), + [anon_sym_PLUS_PLUS] = ACTIONS(3190), + [anon_sym_DASH_DASH] = ACTIONS(3190), + [anon_sym_BANG_BANG] = ACTIONS(3190), [anon_sym_suspend] = ACTIONS(3120), [anon_sym_sealed] = ACTIONS(3122), [anon_sym_annotation] = ACTIONS(3122), @@ -309881,45 +312015,136 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3134), [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3208), - [sym__automatic_semicolon] = ACTIONS(3208), - [sym_safe_nav] = ACTIONS(3208), + [sym__backtick_identifier] = ACTIONS(3190), + [sym__automatic_semicolon] = ACTIONS(3190), + [sym_safe_nav] = ACTIONS(3190), [sym_multiline_comment] = ACTIONS(3), }, - [2633] = { - [sym_property_delegate] = STATE(2729), - [sym_getter] = STATE(3727), - [sym_setter] = STATE(3727), - [sym_modifiers] = STATE(8890), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [2655] = { + [sym_type_constraints] = STATE(2722), + [sym_property_delegate] = STATE(2831), + [sym_getter] = STATE(3844), + [sym_setter] = STATE(3844), + [sym_modifiers] = STATE(8770), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3230), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(3234), + [anon_sym_as] = ACTIONS(3230), + [anon_sym_EQ] = ACTIONS(6172), + [anon_sym_LBRACE] = ACTIONS(3234), + [anon_sym_RBRACE] = ACTIONS(3234), + [anon_sym_LPAREN] = ACTIONS(3234), + [anon_sym_by] = ACTIONS(6160), + [anon_sym_LT] = ACTIONS(3230), + [anon_sym_GT] = ACTIONS(3230), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(3230), + [anon_sym_SEMI] = ACTIONS(6174), + [anon_sym_get] = ACTIONS(6176), + [anon_sym_set] = ACTIONS(6178), + [anon_sym_STAR] = ACTIONS(3234), + [sym_label] = ACTIONS(3234), + [anon_sym_in] = ACTIONS(3230), + [anon_sym_DOT_DOT] = ACTIONS(3234), + [anon_sym_QMARK_COLON] = ACTIONS(3234), + [anon_sym_AMP_AMP] = ACTIONS(3234), + [anon_sym_PIPE_PIPE] = ACTIONS(3234), + [anon_sym_else] = ACTIONS(3230), + [anon_sym_COLON_COLON] = ACTIONS(3234), + [anon_sym_BANG_EQ] = ACTIONS(3230), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3234), + [anon_sym_EQ_EQ] = ACTIONS(3230), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3234), + [anon_sym_LT_EQ] = ACTIONS(3234), + [anon_sym_GT_EQ] = ACTIONS(3234), + [anon_sym_BANGin] = ACTIONS(3234), + [anon_sym_is] = ACTIONS(3230), + [anon_sym_BANGis] = ACTIONS(3234), + [anon_sym_PLUS] = ACTIONS(3230), + [anon_sym_DASH] = ACTIONS(3230), + [anon_sym_SLASH] = ACTIONS(3230), + [anon_sym_PERCENT] = ACTIONS(3234), + [anon_sym_as_QMARK] = ACTIONS(3234), + [anon_sym_PLUS_PLUS] = ACTIONS(3234), + [anon_sym_DASH_DASH] = ACTIONS(3234), + [anon_sym_BANG_BANG] = ACTIONS(3234), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3234), + [sym__automatic_semicolon] = ACTIONS(3234), + [sym_safe_nav] = ACTIONS(3234), + [sym_multiline_comment] = ACTIONS(3), + }, + [2656] = { + [sym_property_delegate] = STATE(2751), + [sym_getter] = STATE(3715), + [sym_setter] = STATE(3715), + [sym_modifiers] = STATE(8943), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1694), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1696), [anon_sym_as] = ACTIONS(1694), - [anon_sym_EQ] = ACTIONS(6050), + [anon_sym_EQ] = ACTIONS(6108), [anon_sym_LBRACE] = ACTIONS(1696), [anon_sym_RBRACE] = ACTIONS(1696), [anon_sym_LPAREN] = ACTIONS(1696), [anon_sym_COMMA] = ACTIONS(1696), - [anon_sym_by] = ACTIONS(6024), + [anon_sym_by] = ACTIONS(6034), [anon_sym_LT] = ACTIONS(1694), [anon_sym_GT] = ACTIONS(1694), [anon_sym_where] = ACTIONS(1694), [anon_sym_DOT] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(4114), - [anon_sym_get] = ACTIONS(6032), - [anon_sym_set] = ACTIONS(6034), + [anon_sym_SEMI] = ACTIONS(4123), + [anon_sym_get] = ACTIONS(6038), + [anon_sym_set] = ACTIONS(6040), [anon_sym_STAR] = ACTIONS(1696), [sym_label] = ACTIONS(1696), [anon_sym_in] = ACTIONS(1694), @@ -309969,165 +312194,64 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1696), [sym__automatic_semicolon] = ACTIONS(1696), [sym_safe_nav] = ACTIONS(1696), [sym_multiline_comment] = ACTIONS(3), }, - [2634] = { - [sym_getter] = STATE(5313), - [sym_setter] = STATE(5313), - [sym_modifiers] = STATE(8883), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(3254), - [anon_sym_fun] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(5832), - [anon_sym_get] = ACTIONS(5816), - [anon_sym_set] = ACTIONS(5818), - [anon_sym_this] = ACTIONS(3254), - [anon_sym_super] = ACTIONS(3254), - [anon_sym_STAR] = ACTIONS(3256), - [sym_label] = ACTIONS(3254), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_null] = ACTIONS(3254), - [anon_sym_if] = ACTIONS(3254), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_when] = ACTIONS(3254), - [anon_sym_try] = ACTIONS(3254), - [anon_sym_throw] = ACTIONS(3254), - [anon_sym_return] = ACTIONS(3254), - [anon_sym_continue] = ACTIONS(3254), - [anon_sym_break] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG] = ACTIONS(3254), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3256), - [anon_sym_continue_AT] = ACTIONS(3256), - [anon_sym_break_AT] = ACTIONS(3256), - [sym_real_literal] = ACTIONS(3256), - [sym_integer_literal] = ACTIONS(3254), - [sym_hex_literal] = ACTIONS(3256), - [sym_bin_literal] = ACTIONS(3256), - [anon_sym_true] = ACTIONS(3254), - [anon_sym_false] = ACTIONS(3254), - [anon_sym_SQUOTE] = ACTIONS(3256), - [sym__backtick_identifier] = ACTIONS(3256), - [sym__automatic_semicolon] = ACTIONS(3256), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3256), - }, - [2635] = { - [sym_property_delegate] = STATE(2751), - [sym_getter] = STATE(5011), - [sym_setter] = STATE(5011), - [sym_modifiers] = STATE(8818), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), + [2657] = { + [sym_getter] = STATE(5277), + [sym_setter] = STATE(5277), + [sym_modifiers] = STATE(8811), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1694), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_EQ] = ACTIONS(6052), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_COMMA] = ACTIONS(1778), - [anon_sym_by] = ACTIONS(6024), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_where] = ACTIONS(1776), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(4067), - [anon_sym_get] = ACTIONS(6026), - [anon_sym_set] = ACTIONS(6028), - [anon_sym_STAR] = ACTIONS(1778), - [sym_label] = ACTIONS(1778), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1778), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG_BANG] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(1696), + [anon_sym_LBRACE] = ACTIONS(1696), + [anon_sym_RBRACE] = ACTIONS(1696), + [anon_sym_LPAREN] = ACTIONS(1696), + [anon_sym_object] = ACTIONS(1694), + [anon_sym_fun] = ACTIONS(1694), + [anon_sym_SEMI] = ACTIONS(1990), + [anon_sym_get] = ACTIONS(5794), + [anon_sym_set] = ACTIONS(5796), + [anon_sym_this] = ACTIONS(1694), + [anon_sym_super] = ACTIONS(1694), + [anon_sym_STAR] = ACTIONS(1696), + [sym_label] = ACTIONS(1694), + [anon_sym_in] = ACTIONS(1694), + [anon_sym_null] = ACTIONS(1694), + [anon_sym_if] = ACTIONS(1694), + [anon_sym_else] = ACTIONS(1694), + [anon_sym_when] = ACTIONS(1694), + [anon_sym_try] = ACTIONS(1694), + [anon_sym_throw] = ACTIONS(1694), + [anon_sym_return] = ACTIONS(1694), + [anon_sym_continue] = ACTIONS(1694), + [anon_sym_break] = ACTIONS(1694), + [anon_sym_COLON_COLON] = ACTIONS(1696), + [anon_sym_BANGin] = ACTIONS(1696), + [anon_sym_is] = ACTIONS(1694), + [anon_sym_BANGis] = ACTIONS(1696), + [anon_sym_PLUS] = ACTIONS(1694), + [anon_sym_DASH] = ACTIONS(1694), + [anon_sym_PLUS_PLUS] = ACTIONS(1696), + [anon_sym_DASH_DASH] = ACTIONS(1696), + [anon_sym_BANG] = ACTIONS(1694), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -310151,75 +312275,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1778), - [sym__automatic_semicolon] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), + [anon_sym_return_AT] = ACTIONS(1696), + [anon_sym_continue_AT] = ACTIONS(1696), + [anon_sym_break_AT] = ACTIONS(1696), + [sym_real_literal] = ACTIONS(1696), + [sym_integer_literal] = ACTIONS(1694), + [sym_hex_literal] = ACTIONS(1696), + [sym_bin_literal] = ACTIONS(1696), + [anon_sym_true] = ACTIONS(1694), + [anon_sym_false] = ACTIONS(1694), + [anon_sym_SQUOTE] = ACTIONS(1696), + [sym__backtick_identifier] = ACTIONS(1696), + [sym__automatic_semicolon] = ACTIONS(1696), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1696), }, - [2636] = { - [sym_getter] = STATE(4668), - [sym_setter] = STATE(4668), - [sym_modifiers] = STATE(8699), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [2658] = { + [sym_getter] = STATE(5392), + [sym_setter] = STATE(5392), + [sym_modifiers] = STATE(8811), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1752), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1754), - [anon_sym_RBRACK] = ACTIONS(1754), - [anon_sym_as] = ACTIONS(1752), [anon_sym_LBRACE] = ACTIONS(1754), [anon_sym_RBRACE] = ACTIONS(1754), [anon_sym_LPAREN] = ACTIONS(1754), - [anon_sym_COMMA] = ACTIONS(1754), - [anon_sym_RPAREN] = ACTIONS(1754), - [anon_sym_LT] = ACTIONS(1752), - [anon_sym_GT] = ACTIONS(1752), - [anon_sym_where] = ACTIONS(1752), - [anon_sym_DOT] = ACTIONS(1752), - [anon_sym_SEMI] = ACTIONS(1754), - [anon_sym_get] = ACTIONS(5912), - [anon_sym_set] = ACTIONS(5914), + [anon_sym_object] = ACTIONS(1752), + [anon_sym_fun] = ACTIONS(1752), + [anon_sym_SEMI] = ACTIONS(1994), + [anon_sym_get] = ACTIONS(5794), + [anon_sym_set] = ACTIONS(5796), + [anon_sym_this] = ACTIONS(1752), + [anon_sym_super] = ACTIONS(1752), [anon_sym_STAR] = ACTIONS(1754), - [anon_sym_DASH_GT] = ACTIONS(1754), - [sym_label] = ACTIONS(1754), + [sym_label] = ACTIONS(1752), [anon_sym_in] = ACTIONS(1752), - [anon_sym_while] = ACTIONS(1752), - [anon_sym_DOT_DOT] = ACTIONS(1754), - [anon_sym_QMARK_COLON] = ACTIONS(1754), - [anon_sym_AMP_AMP] = ACTIONS(1754), - [anon_sym_PIPE_PIPE] = ACTIONS(1754), + [anon_sym_null] = ACTIONS(1752), + [anon_sym_if] = ACTIONS(1752), [anon_sym_else] = ACTIONS(1752), + [anon_sym_when] = ACTIONS(1752), + [anon_sym_try] = ACTIONS(1752), + [anon_sym_throw] = ACTIONS(1752), + [anon_sym_return] = ACTIONS(1752), + [anon_sym_continue] = ACTIONS(1752), + [anon_sym_break] = ACTIONS(1752), [anon_sym_COLON_COLON] = ACTIONS(1754), - [anon_sym_BANG_EQ] = ACTIONS(1752), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), - [anon_sym_EQ_EQ] = ACTIONS(1752), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), - [anon_sym_LT_EQ] = ACTIONS(1754), - [anon_sym_GT_EQ] = ACTIONS(1754), [anon_sym_BANGin] = ACTIONS(1754), [anon_sym_is] = ACTIONS(1752), [anon_sym_BANGis] = ACTIONS(1754), [anon_sym_PLUS] = ACTIONS(1752), [anon_sym_DASH] = ACTIONS(1752), - [anon_sym_SLASH] = ACTIONS(1752), - [anon_sym_PERCENT] = ACTIONS(1754), - [anon_sym_as_QMARK] = ACTIONS(1754), [anon_sym_PLUS_PLUS] = ACTIONS(1754), [anon_sym_DASH_DASH] = ACTIONS(1754), - [anon_sym_BANG_BANG] = ACTIONS(1754), + [anon_sym_BANG] = ACTIONS(1752), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -310243,50 +312366,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1754), + [anon_sym_continue_AT] = ACTIONS(1754), + [anon_sym_break_AT] = ACTIONS(1754), + [sym_real_literal] = ACTIONS(1754), + [sym_integer_literal] = ACTIONS(1752), + [sym_hex_literal] = ACTIONS(1754), + [sym_bin_literal] = ACTIONS(1754), + [anon_sym_true] = ACTIONS(1752), + [anon_sym_false] = ACTIONS(1752), + [anon_sym_SQUOTE] = ACTIONS(1754), [sym__backtick_identifier] = ACTIONS(1754), - [sym_safe_nav] = ACTIONS(1754), + [sym__automatic_semicolon] = ACTIONS(1754), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1754), }, - [2637] = { - [sym_type_constraints] = STATE(2715), - [sym_property_delegate] = STATE(2815), - [sym_getter] = STATE(3727), - [sym_setter] = STATE(3727), - [sym_modifiers] = STATE(8637), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [2659] = { + [sym_getter] = STATE(3203), + [sym_setter] = STATE(3203), + [sym_modifiers] = STATE(8934), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1694), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1696), + [anon_sym_RBRACK] = ACTIONS(1696), [anon_sym_as] = ACTIONS(1694), - [anon_sym_EQ] = ACTIONS(6144), [anon_sym_LBRACE] = ACTIONS(1696), [anon_sym_RBRACE] = ACTIONS(1696), [anon_sym_LPAREN] = ACTIONS(1696), - [anon_sym_by] = ACTIONS(6146), + [anon_sym_COMMA] = ACTIONS(1696), + [anon_sym_RPAREN] = ACTIONS(1696), [anon_sym_LT] = ACTIONS(1694), [anon_sym_GT] = ACTIONS(1694), - [anon_sym_where] = ACTIONS(5363), + [anon_sym_where] = ACTIONS(1694), [anon_sym_DOT] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(4438), - [anon_sym_get] = ACTIONS(6148), - [anon_sym_set] = ACTIONS(6150), + [anon_sym_SEMI] = ACTIONS(3806), + [anon_sym_get] = ACTIONS(5910), + [anon_sym_set] = ACTIONS(5912), [anon_sym_STAR] = ACTIONS(1696), + [anon_sym_DASH_GT] = ACTIONS(1696), [sym_label] = ACTIONS(1696), [anon_sym_in] = ACTIONS(1694), + [anon_sym_while] = ACTIONS(1694), [anon_sym_DOT_DOT] = ACTIONS(1696), [anon_sym_QMARK_COLON] = ACTIONS(1696), [anon_sym_AMP_AMP] = ACTIONS(1696), @@ -310333,75 +312468,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1696), - [sym__automatic_semicolon] = ACTIONS(1696), [sym_safe_nav] = ACTIONS(1696), [sym_multiline_comment] = ACTIONS(3), }, - [2638] = { - [sym_getter] = STATE(4680), - [sym_setter] = STATE(4680), - [sym_modifiers] = STATE(8699), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1770), + [2660] = { + [sym_type_constraints] = STATE(2723), + [sym_property_delegate] = STATE(2800), + [sym_getter] = STATE(3715), + [sym_setter] = STATE(3715), + [sym_modifiers] = STATE(8770), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1694), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1772), - [anon_sym_RBRACK] = ACTIONS(1772), - [anon_sym_as] = ACTIONS(1770), - [anon_sym_LBRACE] = ACTIONS(1772), - [anon_sym_RBRACE] = ACTIONS(1772), - [anon_sym_LPAREN] = ACTIONS(1772), - [anon_sym_COMMA] = ACTIONS(1772), - [anon_sym_RPAREN] = ACTIONS(1772), - [anon_sym_LT] = ACTIONS(1770), - [anon_sym_GT] = ACTIONS(1770), - [anon_sym_where] = ACTIONS(1770), - [anon_sym_DOT] = ACTIONS(1770), - [anon_sym_SEMI] = ACTIONS(1772), - [anon_sym_get] = ACTIONS(5912), - [anon_sym_set] = ACTIONS(5914), - [anon_sym_STAR] = ACTIONS(1772), - [anon_sym_DASH_GT] = ACTIONS(1772), - [sym_label] = ACTIONS(1772), - [anon_sym_in] = ACTIONS(1770), - [anon_sym_while] = ACTIONS(1770), - [anon_sym_DOT_DOT] = ACTIONS(1772), - [anon_sym_QMARK_COLON] = ACTIONS(1772), - [anon_sym_AMP_AMP] = ACTIONS(1772), - [anon_sym_PIPE_PIPE] = ACTIONS(1772), - [anon_sym_else] = ACTIONS(1770), - [anon_sym_COLON_COLON] = ACTIONS(1772), - [anon_sym_BANG_EQ] = ACTIONS(1770), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1772), - [anon_sym_EQ_EQ] = ACTIONS(1770), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1772), - [anon_sym_LT_EQ] = ACTIONS(1772), - [anon_sym_GT_EQ] = ACTIONS(1772), - [anon_sym_BANGin] = ACTIONS(1772), - [anon_sym_is] = ACTIONS(1770), - [anon_sym_BANGis] = ACTIONS(1772), - [anon_sym_PLUS] = ACTIONS(1770), - [anon_sym_DASH] = ACTIONS(1770), - [anon_sym_SLASH] = ACTIONS(1770), - [anon_sym_PERCENT] = ACTIONS(1772), - [anon_sym_as_QMARK] = ACTIONS(1772), - [anon_sym_PLUS_PLUS] = ACTIONS(1772), - [anon_sym_DASH_DASH] = ACTIONS(1772), - [anon_sym_BANG_BANG] = ACTIONS(1772), + [anon_sym_LBRACK] = ACTIONS(1696), + [anon_sym_as] = ACTIONS(1694), + [anon_sym_EQ] = ACTIONS(6180), + [anon_sym_LBRACE] = ACTIONS(1696), + [anon_sym_RBRACE] = ACTIONS(1696), + [anon_sym_LPAREN] = ACTIONS(1696), + [anon_sym_by] = ACTIONS(6160), + [anon_sym_LT] = ACTIONS(1694), + [anon_sym_GT] = ACTIONS(1694), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(1694), + [anon_sym_SEMI] = ACTIONS(4400), + [anon_sym_get] = ACTIONS(6176), + [anon_sym_set] = ACTIONS(6178), + [anon_sym_STAR] = ACTIONS(1696), + [sym_label] = ACTIONS(1696), + [anon_sym_in] = ACTIONS(1694), + [anon_sym_DOT_DOT] = ACTIONS(1696), + [anon_sym_QMARK_COLON] = ACTIONS(1696), + [anon_sym_AMP_AMP] = ACTIONS(1696), + [anon_sym_PIPE_PIPE] = ACTIONS(1696), + [anon_sym_else] = ACTIONS(1694), + [anon_sym_COLON_COLON] = ACTIONS(1696), + [anon_sym_BANG_EQ] = ACTIONS(1694), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), + [anon_sym_EQ_EQ] = ACTIONS(1694), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), + [anon_sym_LT_EQ] = ACTIONS(1696), + [anon_sym_GT_EQ] = ACTIONS(1696), + [anon_sym_BANGin] = ACTIONS(1696), + [anon_sym_is] = ACTIONS(1694), + [anon_sym_BANGis] = ACTIONS(1696), + [anon_sym_PLUS] = ACTIONS(1694), + [anon_sym_DASH] = ACTIONS(1694), + [anon_sym_SLASH] = ACTIONS(1694), + [anon_sym_PERCENT] = ACTIONS(1696), + [anon_sym_as_QMARK] = ACTIONS(1696), + [anon_sym_PLUS_PLUS] = ACTIONS(1696), + [anon_sym_DASH_DASH] = ACTIONS(1696), + [anon_sym_BANG_BANG] = ACTIONS(1696), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -310425,29 +312558,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1772), - [sym_safe_nav] = ACTIONS(1772), + [sym__backtick_identifier] = ACTIONS(1696), + [sym__automatic_semicolon] = ACTIONS(1696), + [sym_safe_nav] = ACTIONS(1696), [sym_multiline_comment] = ACTIONS(3), }, - [2639] = { - [sym_getter] = STATE(3209), - [sym_setter] = STATE(3209), - [sym_modifiers] = STATE(8887), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [2661] = { + [sym_getter] = STATE(3203), + [sym_setter] = STATE(3203), + [sym_modifiers] = STATE(8934), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1694), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1696), @@ -310463,8 +312597,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(1694), [anon_sym_DOT] = ACTIONS(1694), [anon_sym_SEMI] = ACTIONS(1696), - [anon_sym_get] = ACTIONS(5906), - [anon_sym_set] = ACTIONS(5908), + [anon_sym_get] = ACTIONS(5910), + [anon_sym_set] = ACTIONS(5912), [anon_sym_STAR] = ACTIONS(1696), [anon_sym_DASH_GT] = ACTIONS(1696), [sym_label] = ACTIONS(1696), @@ -310516,73 +312650,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1696), [sym_safe_nav] = ACTIONS(1696), [sym_multiline_comment] = ACTIONS(3), }, - [2640] = { - [sym_type_constraints] = STATE(2718), - [sym_property_delegate] = STATE(2825), - [sym_getter] = STATE(4943), - [sym_setter] = STATE(4943), - [sym_modifiers] = STATE(8589), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3272), + [2662] = { + [sym_type_constraints] = STATE(2716), + [sym_property_delegate] = STATE(2807), + [sym_getter] = STATE(3875), + [sym_setter] = STATE(3875), + [sym_modifiers] = STATE(8770), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3274), - [anon_sym_as] = ACTIONS(3272), - [anon_sym_EQ] = ACTIONS(6152), - [anon_sym_LBRACE] = ACTIONS(3274), - [anon_sym_RBRACE] = ACTIONS(3274), - [anon_sym_LPAREN] = ACTIONS(3274), - [anon_sym_by] = ACTIONS(6146), - [anon_sym_LT] = ACTIONS(3272), - [anon_sym_GT] = ACTIONS(3272), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(3272), - [anon_sym_SEMI] = ACTIONS(6154), - [anon_sym_get] = ACTIONS(6156), - [anon_sym_set] = ACTIONS(6158), - [anon_sym_STAR] = ACTIONS(3274), - [sym_label] = ACTIONS(3274), - [anon_sym_in] = ACTIONS(3272), - [anon_sym_DOT_DOT] = ACTIONS(3274), - [anon_sym_QMARK_COLON] = ACTIONS(3274), - [anon_sym_AMP_AMP] = ACTIONS(3274), - [anon_sym_PIPE_PIPE] = ACTIONS(3274), - [anon_sym_else] = ACTIONS(3272), - [anon_sym_COLON_COLON] = ACTIONS(3274), - [anon_sym_BANG_EQ] = ACTIONS(3272), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3274), - [anon_sym_EQ_EQ] = ACTIONS(3272), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3274), - [anon_sym_LT_EQ] = ACTIONS(3274), - [anon_sym_GT_EQ] = ACTIONS(3274), - [anon_sym_BANGin] = ACTIONS(3274), - [anon_sym_is] = ACTIONS(3272), - [anon_sym_BANGis] = ACTIONS(3274), - [anon_sym_PLUS] = ACTIONS(3272), - [anon_sym_DASH] = ACTIONS(3272), - [anon_sym_SLASH] = ACTIONS(3272), - [anon_sym_PERCENT] = ACTIONS(3274), - [anon_sym_as_QMARK] = ACTIONS(3274), - [anon_sym_PLUS_PLUS] = ACTIONS(3274), - [anon_sym_DASH_DASH] = ACTIONS(3274), - [anon_sym_BANG_BANG] = ACTIONS(3274), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_EQ] = ACTIONS(6182), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_by] = ACTIONS(6160), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(6184), + [anon_sym_get] = ACTIONS(6176), + [anon_sym_set] = ACTIONS(6178), + [anon_sym_STAR] = ACTIONS(3280), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3280), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -310606,121 +312740,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3274), - [sym__automatic_semicolon] = ACTIONS(3274), - [sym_safe_nav] = ACTIONS(3274), - [sym_multiline_comment] = ACTIONS(3), - }, - [2641] = { - [sym_primary_constructor] = STATE(4098), - [sym_class_body] = STATE(3695), - [sym__class_parameters] = STATE(3545), - [sym_type_constraints] = STATE(3607), - [sym_modifiers] = STATE(9083), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3190), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(6160), - [anon_sym_LBRACK] = ACTIONS(3194), - [anon_sym_as] = ACTIONS(3190), - [anon_sym_constructor] = ACTIONS(5357), - [anon_sym_LBRACE] = ACTIONS(5421), - [anon_sym_RBRACE] = ACTIONS(3194), - [anon_sym_LPAREN] = ACTIONS(5361), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3190), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(3190), - [anon_sym_SEMI] = ACTIONS(3194), - [anon_sym_get] = ACTIONS(3190), - [anon_sym_set] = ACTIONS(3190), - [anon_sym_STAR] = ACTIONS(3194), - [sym_label] = ACTIONS(3194), - [anon_sym_in] = ACTIONS(3190), - [anon_sym_DOT_DOT] = ACTIONS(3194), - [anon_sym_QMARK_COLON] = ACTIONS(3194), - [anon_sym_AMP_AMP] = ACTIONS(3194), - [anon_sym_PIPE_PIPE] = ACTIONS(3194), - [anon_sym_else] = ACTIONS(3190), - [anon_sym_COLON_COLON] = ACTIONS(3194), - [anon_sym_BANG_EQ] = ACTIONS(3190), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3194), - [anon_sym_EQ_EQ] = ACTIONS(3190), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3194), - [anon_sym_LT_EQ] = ACTIONS(3194), - [anon_sym_GT_EQ] = ACTIONS(3194), - [anon_sym_BANGin] = ACTIONS(3194), - [anon_sym_is] = ACTIONS(3190), - [anon_sym_BANGis] = ACTIONS(3194), - [anon_sym_PLUS] = ACTIONS(3190), - [anon_sym_DASH] = ACTIONS(3190), - [anon_sym_SLASH] = ACTIONS(3190), - [anon_sym_PERCENT] = ACTIONS(3194), - [anon_sym_as_QMARK] = ACTIONS(3194), - [anon_sym_PLUS_PLUS] = ACTIONS(3194), - [anon_sym_DASH_DASH] = ACTIONS(3194), - [anon_sym_BANG_BANG] = ACTIONS(3194), - [anon_sym_suspend] = ACTIONS(3120), - [anon_sym_sealed] = ACTIONS(3122), - [anon_sym_annotation] = ACTIONS(3122), - [anon_sym_data] = ACTIONS(3122), - [anon_sym_inner] = ACTIONS(3122), - [anon_sym_override] = ACTIONS(3124), - [anon_sym_lateinit] = ACTIONS(3124), - [anon_sym_public] = ACTIONS(3126), - [anon_sym_private] = ACTIONS(3126), - [anon_sym_internal] = ACTIONS(3126), - [anon_sym_protected] = ACTIONS(3126), - [anon_sym_tailrec] = ACTIONS(3120), - [anon_sym_operator] = ACTIONS(3120), - [anon_sym_infix] = ACTIONS(3120), - [anon_sym_inline] = ACTIONS(3120), - [anon_sym_external] = ACTIONS(3120), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(3130), - [anon_sym_final] = ACTIONS(3130), - [anon_sym_open] = ACTIONS(3130), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3134), - [anon_sym_actual] = ACTIONS(3134), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3194), - [sym__automatic_semicolon] = ACTIONS(3194), - [sym_safe_nav] = ACTIONS(3194), + [sym__backtick_identifier] = ACTIONS(3280), + [sym__automatic_semicolon] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), [sym_multiline_comment] = ACTIONS(3), }, - [2642] = { - [sym_getter] = STATE(4713), - [sym_setter] = STATE(4713), - [sym_modifiers] = STATE(8699), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [2663] = { + [sym_getter] = STATE(4715), + [sym_setter] = STATE(4715), + [sym_modifiers] = STATE(8791), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1694), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1696), @@ -310735,9 +312778,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT] = ACTIONS(1694), [anon_sym_where] = ACTIONS(1694), [anon_sym_DOT] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(3798), - [anon_sym_get] = ACTIONS(5912), - [anon_sym_set] = ACTIONS(5914), + [anon_sym_SEMI] = ACTIONS(1696), + [anon_sym_get] = ACTIONS(5904), + [anon_sym_set] = ACTIONS(5906), [anon_sym_STAR] = ACTIONS(1696), [anon_sym_DASH_GT] = ACTIONS(1696), [sym_label] = ACTIONS(1696), @@ -310789,29 +312832,120 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1696), [sym_safe_nav] = ACTIONS(1696), [sym_multiline_comment] = ACTIONS(3), }, - [2643] = { - [sym_getter] = STATE(4713), - [sym_setter] = STATE(4713), - [sym_modifiers] = STATE(8699), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [2664] = { + [sym_property_delegate] = STATE(2756), + [sym_getter] = STATE(3817), + [sym_setter] = STATE(3817), + [sym_modifiers] = STATE(8943), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_EQ] = ACTIONS(6096), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_COMMA] = ACTIONS(1786), + [anon_sym_by] = ACTIONS(6034), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_where] = ACTIONS(1784), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(4097), + [anon_sym_get] = ACTIONS(6038), + [anon_sym_set] = ACTIONS(6040), + [anon_sym_STAR] = ACTIONS(1786), + [sym_label] = ACTIONS(1786), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1786), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG_BANG] = ACTIONS(1786), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1786), + [sym__automatic_semicolon] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), + [sym_multiline_comment] = ACTIONS(3), + }, + [2665] = { + [sym_getter] = STATE(4715), + [sym_setter] = STATE(4715), + [sym_modifiers] = STATE(8791), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1694), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1696), @@ -310826,9 +312960,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT] = ACTIONS(1694), [anon_sym_where] = ACTIONS(1694), [anon_sym_DOT] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(1696), - [anon_sym_get] = ACTIONS(5912), - [anon_sym_set] = ACTIONS(5914), + [anon_sym_SEMI] = ACTIONS(3796), + [anon_sym_get] = ACTIONS(5904), + [anon_sym_set] = ACTIONS(5906), [anon_sym_STAR] = ACTIONS(1696), [anon_sym_DASH_GT] = ACTIONS(1696), [sym_label] = ACTIONS(1696), @@ -310880,63 +313014,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1696), [sym_safe_nav] = ACTIONS(1696), [sym_multiline_comment] = ACTIONS(3), }, - [2644] = { - [sym_getter] = STATE(5285), - [sym_setter] = STATE(5285), - [sym_modifiers] = STATE(8883), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), + [2666] = { + [sym_getter] = STATE(3243), + [sym_setter] = STATE(3243), + [sym_modifiers] = STATE(8934), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1770), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_object] = ACTIONS(1776), - [anon_sym_fun] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(1996), - [anon_sym_get] = ACTIONS(5816), - [anon_sym_set] = ACTIONS(5818), - [anon_sym_this] = ACTIONS(1776), - [anon_sym_super] = ACTIONS(1776), - [anon_sym_STAR] = ACTIONS(1778), - [sym_label] = ACTIONS(1776), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_null] = ACTIONS(1776), - [anon_sym_if] = ACTIONS(1776), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_when] = ACTIONS(1776), - [anon_sym_try] = ACTIONS(1776), - [anon_sym_throw] = ACTIONS(1776), - [anon_sym_return] = ACTIONS(1776), - [anon_sym_continue] = ACTIONS(1776), - [anon_sym_break] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG] = ACTIONS(1776), + [anon_sym_LBRACK] = ACTIONS(1772), + [anon_sym_RBRACK] = ACTIONS(1772), + [anon_sym_as] = ACTIONS(1770), + [anon_sym_LBRACE] = ACTIONS(1772), + [anon_sym_RBRACE] = ACTIONS(1772), + [anon_sym_LPAREN] = ACTIONS(1772), + [anon_sym_COMMA] = ACTIONS(1772), + [anon_sym_RPAREN] = ACTIONS(1772), + [anon_sym_LT] = ACTIONS(1770), + [anon_sym_GT] = ACTIONS(1770), + [anon_sym_where] = ACTIONS(1770), + [anon_sym_DOT] = ACTIONS(1770), + [anon_sym_SEMI] = ACTIONS(1772), + [anon_sym_get] = ACTIONS(5910), + [anon_sym_set] = ACTIONS(5912), + [anon_sym_STAR] = ACTIONS(1772), + [anon_sym_DASH_GT] = ACTIONS(1772), + [sym_label] = ACTIONS(1772), + [anon_sym_in] = ACTIONS(1770), + [anon_sym_while] = ACTIONS(1770), + [anon_sym_DOT_DOT] = ACTIONS(1772), + [anon_sym_QMARK_COLON] = ACTIONS(1772), + [anon_sym_AMP_AMP] = ACTIONS(1772), + [anon_sym_PIPE_PIPE] = ACTIONS(1772), + [anon_sym_else] = ACTIONS(1770), + [anon_sym_COLON_COLON] = ACTIONS(1772), + [anon_sym_BANG_EQ] = ACTIONS(1770), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1772), + [anon_sym_EQ_EQ] = ACTIONS(1770), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1772), + [anon_sym_LT_EQ] = ACTIONS(1772), + [anon_sym_GT_EQ] = ACTIONS(1772), + [anon_sym_BANGin] = ACTIONS(1772), + [anon_sym_is] = ACTIONS(1770), + [anon_sym_BANGis] = ACTIONS(1772), + [anon_sym_PLUS] = ACTIONS(1770), + [anon_sym_DASH] = ACTIONS(1770), + [anon_sym_SLASH] = ACTIONS(1770), + [anon_sym_PERCENT] = ACTIONS(1772), + [anon_sym_as_QMARK] = ACTIONS(1772), + [anon_sym_PLUS_PLUS] = ACTIONS(1772), + [anon_sym_DASH_DASH] = ACTIONS(1772), + [anon_sym_BANG_BANG] = ACTIONS(1772), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -310960,334 +313105,51 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1778), - [anon_sym_continue_AT] = ACTIONS(1778), - [anon_sym_break_AT] = ACTIONS(1778), - [sym_real_literal] = ACTIONS(1778), - [sym_integer_literal] = ACTIONS(1776), - [sym_hex_literal] = ACTIONS(1778), - [sym_bin_literal] = ACTIONS(1778), - [anon_sym_true] = ACTIONS(1776), - [anon_sym_false] = ACTIONS(1776), - [anon_sym_SQUOTE] = ACTIONS(1778), - [sym__backtick_identifier] = ACTIONS(1778), - [sym__automatic_semicolon] = ACTIONS(1778), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1778), - }, - [2645] = { - [sym_getter] = STATE(3176), - [sym_setter] = STATE(3176), - [sym_modifiers] = STATE(8887), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1764), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1766), - [anon_sym_RBRACK] = ACTIONS(1766), - [anon_sym_as] = ACTIONS(1764), - [anon_sym_LBRACE] = ACTIONS(1766), - [anon_sym_RBRACE] = ACTIONS(1766), - [anon_sym_LPAREN] = ACTIONS(1766), - [anon_sym_COMMA] = ACTIONS(1766), - [anon_sym_RPAREN] = ACTIONS(1766), - [anon_sym_LT] = ACTIONS(1764), - [anon_sym_GT] = ACTIONS(1764), - [anon_sym_where] = ACTIONS(1764), - [anon_sym_DOT] = ACTIONS(1764), - [anon_sym_SEMI] = ACTIONS(3814), - [anon_sym_get] = ACTIONS(5906), - [anon_sym_set] = ACTIONS(5908), - [anon_sym_STAR] = ACTIONS(1766), - [anon_sym_DASH_GT] = ACTIONS(1766), - [sym_label] = ACTIONS(1766), - [anon_sym_in] = ACTIONS(1764), - [anon_sym_while] = ACTIONS(1764), - [anon_sym_DOT_DOT] = ACTIONS(1766), - [anon_sym_QMARK_COLON] = ACTIONS(1766), - [anon_sym_AMP_AMP] = ACTIONS(1766), - [anon_sym_PIPE_PIPE] = ACTIONS(1766), - [anon_sym_else] = ACTIONS(1764), - [anon_sym_COLON_COLON] = ACTIONS(1766), - [anon_sym_BANG_EQ] = ACTIONS(1764), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), - [anon_sym_EQ_EQ] = ACTIONS(1764), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1766), - [anon_sym_LT_EQ] = ACTIONS(1766), - [anon_sym_GT_EQ] = ACTIONS(1766), - [anon_sym_BANGin] = ACTIONS(1766), - [anon_sym_is] = ACTIONS(1764), - [anon_sym_BANGis] = ACTIONS(1766), - [anon_sym_PLUS] = ACTIONS(1764), - [anon_sym_DASH] = ACTIONS(1764), - [anon_sym_SLASH] = ACTIONS(1764), - [anon_sym_PERCENT] = ACTIONS(1766), - [anon_sym_as_QMARK] = ACTIONS(1766), - [anon_sym_PLUS_PLUS] = ACTIONS(1766), - [anon_sym_DASH_DASH] = ACTIONS(1766), - [anon_sym_BANG_BANG] = ACTIONS(1766), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1766), - [sym_safe_nav] = ACTIONS(1766), - [sym_multiline_comment] = ACTIONS(3), - }, - [2646] = { - [sym_getter] = STATE(3149), - [sym_setter] = STATE(3149), - [sym_modifiers] = STATE(8887), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_RBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_COMMA] = ACTIONS(1778), - [anon_sym_RPAREN] = ACTIONS(1778), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_where] = ACTIONS(1776), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(1778), - [anon_sym_get] = ACTIONS(5906), - [anon_sym_set] = ACTIONS(5908), - [anon_sym_STAR] = ACTIONS(1778), - [anon_sym_DASH_GT] = ACTIONS(1778), - [sym_label] = ACTIONS(1778), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_while] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1778), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG_BANG] = ACTIONS(1778), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), - [sym_multiline_comment] = ACTIONS(3), - }, - [2647] = { - [sym_primary_constructor] = STATE(5334), - [sym_class_body] = STATE(5032), - [sym__class_parameters] = STATE(4877), - [sym_type_constraints] = STATE(4822), - [sym_modifiers] = STATE(9180), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3190), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(6162), - [anon_sym_LBRACK] = ACTIONS(3194), - [anon_sym_as] = ACTIONS(3190), - [anon_sym_constructor] = ACTIONS(5334), - [anon_sym_LBRACE] = ACTIONS(5397), - [anon_sym_RBRACE] = ACTIONS(3194), - [anon_sym_LPAREN] = ACTIONS(5338), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3190), - [anon_sym_where] = ACTIONS(5342), - [anon_sym_DOT] = ACTIONS(3190), - [anon_sym_SEMI] = ACTIONS(3194), - [anon_sym_get] = ACTIONS(3190), - [anon_sym_set] = ACTIONS(3190), - [anon_sym_STAR] = ACTIONS(3194), - [sym_label] = ACTIONS(3194), - [anon_sym_in] = ACTIONS(3190), - [anon_sym_DOT_DOT] = ACTIONS(3194), - [anon_sym_QMARK_COLON] = ACTIONS(3194), - [anon_sym_AMP_AMP] = ACTIONS(3194), - [anon_sym_PIPE_PIPE] = ACTIONS(3194), - [anon_sym_else] = ACTIONS(3190), - [anon_sym_COLON_COLON] = ACTIONS(3194), - [anon_sym_BANG_EQ] = ACTIONS(3190), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3194), - [anon_sym_EQ_EQ] = ACTIONS(3190), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3194), - [anon_sym_LT_EQ] = ACTIONS(3194), - [anon_sym_GT_EQ] = ACTIONS(3194), - [anon_sym_BANGin] = ACTIONS(3194), - [anon_sym_is] = ACTIONS(3190), - [anon_sym_BANGis] = ACTIONS(3194), - [anon_sym_PLUS] = ACTIONS(3190), - [anon_sym_DASH] = ACTIONS(3190), - [anon_sym_SLASH] = ACTIONS(3190), - [anon_sym_PERCENT] = ACTIONS(3194), - [anon_sym_as_QMARK] = ACTIONS(3194), - [anon_sym_PLUS_PLUS] = ACTIONS(3194), - [anon_sym_DASH_DASH] = ACTIONS(3194), - [anon_sym_BANG_BANG] = ACTIONS(3194), - [anon_sym_suspend] = ACTIONS(3120), - [anon_sym_sealed] = ACTIONS(3122), - [anon_sym_annotation] = ACTIONS(3122), - [anon_sym_data] = ACTIONS(3122), - [anon_sym_inner] = ACTIONS(3122), - [anon_sym_override] = ACTIONS(3124), - [anon_sym_lateinit] = ACTIONS(3124), - [anon_sym_public] = ACTIONS(3126), - [anon_sym_private] = ACTIONS(3126), - [anon_sym_internal] = ACTIONS(3126), - [anon_sym_protected] = ACTIONS(3126), - [anon_sym_tailrec] = ACTIONS(3120), - [anon_sym_operator] = ACTIONS(3120), - [anon_sym_infix] = ACTIONS(3120), - [anon_sym_inline] = ACTIONS(3120), - [anon_sym_external] = ACTIONS(3120), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(3130), - [anon_sym_final] = ACTIONS(3130), - [anon_sym_open] = ACTIONS(3130), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3134), - [anon_sym_actual] = ACTIONS(3134), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3194), - [sym__automatic_semicolon] = ACTIONS(3194), - [sym_safe_nav] = ACTIONS(3194), + [sym__backtick_identifier] = ACTIONS(1772), + [sym_safe_nav] = ACTIONS(1772), [sym_multiline_comment] = ACTIONS(3), }, - [2648] = { - [sym_property_delegate] = STATE(2753), - [sym_getter] = STATE(4966), - [sym_setter] = STATE(4966), - [sym_modifiers] = STATE(8818), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [2667] = { + [sym_getter] = STATE(3243), + [sym_setter] = STATE(3243), + [sym_modifiers] = STATE(8934), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1770), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1772), + [anon_sym_RBRACK] = ACTIONS(1772), [anon_sym_as] = ACTIONS(1770), - [anon_sym_EQ] = ACTIONS(6164), [anon_sym_LBRACE] = ACTIONS(1772), [anon_sym_RBRACE] = ACTIONS(1772), [anon_sym_LPAREN] = ACTIONS(1772), [anon_sym_COMMA] = ACTIONS(1772), - [anon_sym_by] = ACTIONS(6024), + [anon_sym_RPAREN] = ACTIONS(1772), [anon_sym_LT] = ACTIONS(1770), [anon_sym_GT] = ACTIONS(1770), [anon_sym_where] = ACTIONS(1770), [anon_sym_DOT] = ACTIONS(1770), - [anon_sym_SEMI] = ACTIONS(4065), - [anon_sym_get] = ACTIONS(6026), - [anon_sym_set] = ACTIONS(6028), + [anon_sym_SEMI] = ACTIONS(3812), + [anon_sym_get] = ACTIONS(5910), + [anon_sym_set] = ACTIONS(5912), [anon_sym_STAR] = ACTIONS(1772), + [anon_sym_DASH_GT] = ACTIONS(1772), [sym_label] = ACTIONS(1772), [anon_sym_in] = ACTIONS(1770), + [anon_sym_while] = ACTIONS(1770), [anon_sym_DOT_DOT] = ACTIONS(1772), [anon_sym_QMARK_COLON] = ACTIONS(1772), [anon_sym_AMP_AMP] = ACTIONS(1772), @@ -311334,75 +313196,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1772), - [sym__automatic_semicolon] = ACTIONS(1772), [sym_safe_nav] = ACTIONS(1772), [sym_multiline_comment] = ACTIONS(3), }, - [2649] = { - [sym_getter] = STATE(3149), - [sym_setter] = STATE(3149), - [sym_modifiers] = STATE(8887), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), + [2668] = { + [sym_property_delegate] = STATE(2744), + [sym_getter] = STATE(5058), + [sym_setter] = STATE(5058), + [sym_modifiers] = STATE(8872), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_RBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_COMMA] = ACTIONS(1778), - [anon_sym_RPAREN] = ACTIONS(1778), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_where] = ACTIONS(1776), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(3808), - [anon_sym_get] = ACTIONS(5906), - [anon_sym_set] = ACTIONS(5908), - [anon_sym_STAR] = ACTIONS(1778), - [anon_sym_DASH_GT] = ACTIONS(1778), - [sym_label] = ACTIONS(1778), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_while] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1778), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG_BANG] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_EQ] = ACTIONS(6118), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_COMMA] = ACTIONS(1786), + [anon_sym_by] = ACTIONS(6034), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_where] = ACTIONS(1784), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(4132), + [anon_sym_get] = ACTIONS(6050), + [anon_sym_set] = ACTIONS(6052), + [anon_sym_STAR] = ACTIONS(1786), + [sym_label] = ACTIONS(1786), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1786), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG_BANG] = ACTIONS(1786), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -311426,73 +313286,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), + [sym__backtick_identifier] = ACTIONS(1786), + [sym__automatic_semicolon] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), [sym_multiline_comment] = ACTIONS(3), }, - [2650] = { - [sym_primary_constructor] = STATE(4099), - [sym__class_parameters] = STATE(3545), - [sym_type_constraints] = STATE(3628), - [sym_enum_class_body] = STATE(3695), - [sym_modifiers] = STATE(9083), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3190), + [2669] = { + [sym_primary_constructor] = STATE(4100), + [sym__class_parameters] = STATE(3610), + [sym_type_constraints] = STATE(3570), + [sym_enum_class_body] = STATE(3796), + [sym_modifiers] = STATE(9241), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3186), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(6166), - [anon_sym_LBRACK] = ACTIONS(3194), - [anon_sym_as] = ACTIONS(3190), - [anon_sym_constructor] = ACTIONS(5357), - [anon_sym_LBRACE] = ACTIONS(5359), - [anon_sym_RBRACE] = ACTIONS(3194), - [anon_sym_LPAREN] = ACTIONS(5361), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3190), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(3190), - [anon_sym_SEMI] = ACTIONS(3194), - [anon_sym_get] = ACTIONS(3190), - [anon_sym_set] = ACTIONS(3190), - [anon_sym_STAR] = ACTIONS(3194), - [sym_label] = ACTIONS(3194), - [anon_sym_in] = ACTIONS(3190), - [anon_sym_DOT_DOT] = ACTIONS(3194), - [anon_sym_QMARK_COLON] = ACTIONS(3194), - [anon_sym_AMP_AMP] = ACTIONS(3194), - [anon_sym_PIPE_PIPE] = ACTIONS(3194), - [anon_sym_else] = ACTIONS(3190), - [anon_sym_COLON_COLON] = ACTIONS(3194), - [anon_sym_BANG_EQ] = ACTIONS(3190), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3194), - [anon_sym_EQ_EQ] = ACTIONS(3190), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3194), - [anon_sym_LT_EQ] = ACTIONS(3194), - [anon_sym_GT_EQ] = ACTIONS(3194), - [anon_sym_BANGin] = ACTIONS(3194), - [anon_sym_is] = ACTIONS(3190), - [anon_sym_BANGis] = ACTIONS(3194), - [anon_sym_PLUS] = ACTIONS(3190), - [anon_sym_DASH] = ACTIONS(3190), - [anon_sym_SLASH] = ACTIONS(3190), - [anon_sym_PERCENT] = ACTIONS(3194), - [anon_sym_as_QMARK] = ACTIONS(3194), - [anon_sym_PLUS_PLUS] = ACTIONS(3194), - [anon_sym_DASH_DASH] = ACTIONS(3194), - [anon_sym_BANG_BANG] = ACTIONS(3194), + [anon_sym_COLON] = ACTIONS(6186), + [anon_sym_LBRACK] = ACTIONS(3190), + [anon_sym_as] = ACTIONS(3186), + [anon_sym_constructor] = ACTIONS(5358), + [anon_sym_LBRACE] = ACTIONS(5415), + [anon_sym_RBRACE] = ACTIONS(3190), + [anon_sym_LPAREN] = ACTIONS(5362), + [anon_sym_LT] = ACTIONS(3186), + [anon_sym_GT] = ACTIONS(3186), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(3186), + [anon_sym_SEMI] = ACTIONS(3190), + [anon_sym_get] = ACTIONS(3186), + [anon_sym_set] = ACTIONS(3186), + [anon_sym_STAR] = ACTIONS(3190), + [sym_label] = ACTIONS(3190), + [anon_sym_in] = ACTIONS(3186), + [anon_sym_DOT_DOT] = ACTIONS(3190), + [anon_sym_QMARK_COLON] = ACTIONS(3190), + [anon_sym_AMP_AMP] = ACTIONS(3190), + [anon_sym_PIPE_PIPE] = ACTIONS(3190), + [anon_sym_else] = ACTIONS(3186), + [anon_sym_COLON_COLON] = ACTIONS(3190), + [anon_sym_BANG_EQ] = ACTIONS(3186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3190), + [anon_sym_EQ_EQ] = ACTIONS(3186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3190), + [anon_sym_LT_EQ] = ACTIONS(3190), + [anon_sym_GT_EQ] = ACTIONS(3190), + [anon_sym_BANGin] = ACTIONS(3190), + [anon_sym_is] = ACTIONS(3186), + [anon_sym_BANGis] = ACTIONS(3190), + [anon_sym_PLUS] = ACTIONS(3186), + [anon_sym_DASH] = ACTIONS(3186), + [anon_sym_SLASH] = ACTIONS(3186), + [anon_sym_PERCENT] = ACTIONS(3190), + [anon_sym_as_QMARK] = ACTIONS(3190), + [anon_sym_PLUS_PLUS] = ACTIONS(3190), + [anon_sym_DASH_DASH] = ACTIONS(3190), + [anon_sym_BANG_BANG] = ACTIONS(3190), [anon_sym_suspend] = ACTIONS(3120), [anon_sym_sealed] = ACTIONS(3122), [anon_sym_annotation] = ACTIONS(3122), @@ -311519,71 +313380,162 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3134), [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3194), - [sym__automatic_semicolon] = ACTIONS(3194), - [sym_safe_nav] = ACTIONS(3194), + [sym__backtick_identifier] = ACTIONS(3190), + [sym__automatic_semicolon] = ACTIONS(3190), + [sym_safe_nav] = ACTIONS(3190), [sym_multiline_comment] = ACTIONS(3), }, - [2651] = { - [sym_primary_constructor] = STATE(5287), - [sym_class_body] = STATE(4969), - [sym__class_parameters] = STATE(4877), - [sym_type_constraints] = STATE(4859), - [sym_modifiers] = STATE(9180), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3214), + [2670] = { + [sym_getter] = STATE(3312), + [sym_setter] = STATE(3312), + [sym_modifiers] = STATE(8934), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1778), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1780), + [anon_sym_RBRACK] = ACTIONS(1780), + [anon_sym_as] = ACTIONS(1778), + [anon_sym_LBRACE] = ACTIONS(1780), + [anon_sym_RBRACE] = ACTIONS(1780), + [anon_sym_LPAREN] = ACTIONS(1780), + [anon_sym_COMMA] = ACTIONS(1780), + [anon_sym_RPAREN] = ACTIONS(1780), + [anon_sym_LT] = ACTIONS(1778), + [anon_sym_GT] = ACTIONS(1778), + [anon_sym_where] = ACTIONS(1778), + [anon_sym_DOT] = ACTIONS(1778), + [anon_sym_SEMI] = ACTIONS(1780), + [anon_sym_get] = ACTIONS(5910), + [anon_sym_set] = ACTIONS(5912), + [anon_sym_STAR] = ACTIONS(1780), + [anon_sym_DASH_GT] = ACTIONS(1780), + [sym_label] = ACTIONS(1780), + [anon_sym_in] = ACTIONS(1778), + [anon_sym_while] = ACTIONS(1778), + [anon_sym_DOT_DOT] = ACTIONS(1780), + [anon_sym_QMARK_COLON] = ACTIONS(1780), + [anon_sym_AMP_AMP] = ACTIONS(1780), + [anon_sym_PIPE_PIPE] = ACTIONS(1780), + [anon_sym_else] = ACTIONS(1778), + [anon_sym_COLON_COLON] = ACTIONS(1780), + [anon_sym_BANG_EQ] = ACTIONS(1778), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1780), + [anon_sym_EQ_EQ] = ACTIONS(1778), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1780), + [anon_sym_LT_EQ] = ACTIONS(1780), + [anon_sym_GT_EQ] = ACTIONS(1780), + [anon_sym_BANGin] = ACTIONS(1780), + [anon_sym_is] = ACTIONS(1778), + [anon_sym_BANGis] = ACTIONS(1780), + [anon_sym_PLUS] = ACTIONS(1778), + [anon_sym_DASH] = ACTIONS(1778), + [anon_sym_SLASH] = ACTIONS(1778), + [anon_sym_PERCENT] = ACTIONS(1780), + [anon_sym_as_QMARK] = ACTIONS(1780), + [anon_sym_PLUS_PLUS] = ACTIONS(1780), + [anon_sym_DASH_DASH] = ACTIONS(1780), + [anon_sym_BANG_BANG] = ACTIONS(1780), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1780), + [sym_safe_nav] = ACTIONS(1780), + [sym_multiline_comment] = ACTIONS(3), + }, + [2671] = { + [sym_primary_constructor] = STATE(5292), + [sym_class_body] = STATE(4973), + [sym__class_parameters] = STATE(4841), + [sym_type_constraints] = STATE(4867), + [sym_modifiers] = STATE(9347), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3186), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(6168), - [anon_sym_LBRACK] = ACTIONS(3218), - [anon_sym_as] = ACTIONS(3214), - [anon_sym_constructor] = ACTIONS(5334), - [anon_sym_LBRACE] = ACTIONS(5397), - [anon_sym_RBRACE] = ACTIONS(3218), - [anon_sym_LPAREN] = ACTIONS(5338), - [anon_sym_LT] = ACTIONS(3214), - [anon_sym_GT] = ACTIONS(3214), - [anon_sym_where] = ACTIONS(5342), - [anon_sym_DOT] = ACTIONS(3214), - [anon_sym_SEMI] = ACTIONS(3218), - [anon_sym_get] = ACTIONS(3214), - [anon_sym_set] = ACTIONS(3214), - [anon_sym_STAR] = ACTIONS(3218), - [sym_label] = ACTIONS(3218), - [anon_sym_in] = ACTIONS(3214), - [anon_sym_DOT_DOT] = ACTIONS(3218), - [anon_sym_QMARK_COLON] = ACTIONS(3218), - [anon_sym_AMP_AMP] = ACTIONS(3218), - [anon_sym_PIPE_PIPE] = ACTIONS(3218), - [anon_sym_else] = ACTIONS(3214), - [anon_sym_COLON_COLON] = ACTIONS(3218), - [anon_sym_BANG_EQ] = ACTIONS(3214), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3218), - [anon_sym_EQ_EQ] = ACTIONS(3214), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3218), - [anon_sym_LT_EQ] = ACTIONS(3218), - [anon_sym_GT_EQ] = ACTIONS(3218), - [anon_sym_BANGin] = ACTIONS(3218), - [anon_sym_is] = ACTIONS(3214), - [anon_sym_BANGis] = ACTIONS(3218), - [anon_sym_PLUS] = ACTIONS(3214), - [anon_sym_DASH] = ACTIONS(3214), - [anon_sym_SLASH] = ACTIONS(3214), - [anon_sym_PERCENT] = ACTIONS(3218), - [anon_sym_as_QMARK] = ACTIONS(3218), - [anon_sym_PLUS_PLUS] = ACTIONS(3218), - [anon_sym_DASH_DASH] = ACTIONS(3218), - [anon_sym_BANG_BANG] = ACTIONS(3218), + [anon_sym_COLON] = ACTIONS(6188), + [anon_sym_LBRACK] = ACTIONS(3190), + [anon_sym_as] = ACTIONS(3186), + [anon_sym_constructor] = ACTIONS(5399), + [anon_sym_LBRACE] = ACTIONS(5401), + [anon_sym_RBRACE] = ACTIONS(3190), + [anon_sym_LPAREN] = ACTIONS(5403), + [anon_sym_LT] = ACTIONS(3186), + [anon_sym_GT] = ACTIONS(3186), + [anon_sym_where] = ACTIONS(5405), + [anon_sym_DOT] = ACTIONS(3186), + [anon_sym_SEMI] = ACTIONS(3190), + [anon_sym_get] = ACTIONS(3186), + [anon_sym_set] = ACTIONS(3186), + [anon_sym_STAR] = ACTIONS(3190), + [sym_label] = ACTIONS(3190), + [anon_sym_in] = ACTIONS(3186), + [anon_sym_DOT_DOT] = ACTIONS(3190), + [anon_sym_QMARK_COLON] = ACTIONS(3190), + [anon_sym_AMP_AMP] = ACTIONS(3190), + [anon_sym_PIPE_PIPE] = ACTIONS(3190), + [anon_sym_else] = ACTIONS(3186), + [anon_sym_COLON_COLON] = ACTIONS(3190), + [anon_sym_BANG_EQ] = ACTIONS(3186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3190), + [anon_sym_EQ_EQ] = ACTIONS(3186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3190), + [anon_sym_LT_EQ] = ACTIONS(3190), + [anon_sym_GT_EQ] = ACTIONS(3190), + [anon_sym_BANGin] = ACTIONS(3190), + [anon_sym_is] = ACTIONS(3186), + [anon_sym_BANGis] = ACTIONS(3190), + [anon_sym_PLUS] = ACTIONS(3186), + [anon_sym_DASH] = ACTIONS(3186), + [anon_sym_SLASH] = ACTIONS(3186), + [anon_sym_PERCENT] = ACTIONS(3190), + [anon_sym_as_QMARK] = ACTIONS(3190), + [anon_sym_PLUS_PLUS] = ACTIONS(3190), + [anon_sym_DASH_DASH] = ACTIONS(3190), + [anon_sym_BANG_BANG] = ACTIONS(3190), [anon_sym_suspend] = ACTIONS(3120), [anon_sym_sealed] = ACTIONS(3122), [anon_sym_annotation] = ACTIONS(3122), @@ -311610,72 +313562,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3134), [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3218), - [sym__automatic_semicolon] = ACTIONS(3218), - [sym_safe_nav] = ACTIONS(3218), + [sym__backtick_identifier] = ACTIONS(3190), + [sym__automatic_semicolon] = ACTIONS(3190), + [sym_safe_nav] = ACTIONS(3190), [sym_multiline_comment] = ACTIONS(3), }, - [2652] = { - [sym_getter] = STATE(4680), - [sym_setter] = STATE(4680), - [sym_modifiers] = STATE(8699), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1770), + [2672] = { + [sym_type_constraints] = STATE(2719), + [sym_property_delegate] = STATE(2834), + [sym_getter] = STATE(3702), + [sym_setter] = STATE(3702), + [sym_modifiers] = STATE(8770), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1752), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1772), - [anon_sym_RBRACK] = ACTIONS(1772), - [anon_sym_as] = ACTIONS(1770), - [anon_sym_LBRACE] = ACTIONS(1772), - [anon_sym_RBRACE] = ACTIONS(1772), - [anon_sym_LPAREN] = ACTIONS(1772), - [anon_sym_COMMA] = ACTIONS(1772), - [anon_sym_RPAREN] = ACTIONS(1772), - [anon_sym_LT] = ACTIONS(1770), - [anon_sym_GT] = ACTIONS(1770), - [anon_sym_where] = ACTIONS(1770), - [anon_sym_DOT] = ACTIONS(1770), - [anon_sym_SEMI] = ACTIONS(3804), - [anon_sym_get] = ACTIONS(5912), - [anon_sym_set] = ACTIONS(5914), - [anon_sym_STAR] = ACTIONS(1772), - [anon_sym_DASH_GT] = ACTIONS(1772), - [sym_label] = ACTIONS(1772), - [anon_sym_in] = ACTIONS(1770), - [anon_sym_while] = ACTIONS(1770), - [anon_sym_DOT_DOT] = ACTIONS(1772), - [anon_sym_QMARK_COLON] = ACTIONS(1772), - [anon_sym_AMP_AMP] = ACTIONS(1772), - [anon_sym_PIPE_PIPE] = ACTIONS(1772), - [anon_sym_else] = ACTIONS(1770), - [anon_sym_COLON_COLON] = ACTIONS(1772), - [anon_sym_BANG_EQ] = ACTIONS(1770), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1772), - [anon_sym_EQ_EQ] = ACTIONS(1770), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1772), - [anon_sym_LT_EQ] = ACTIONS(1772), - [anon_sym_GT_EQ] = ACTIONS(1772), - [anon_sym_BANGin] = ACTIONS(1772), - [anon_sym_is] = ACTIONS(1770), - [anon_sym_BANGis] = ACTIONS(1772), - [anon_sym_PLUS] = ACTIONS(1770), - [anon_sym_DASH] = ACTIONS(1770), - [anon_sym_SLASH] = ACTIONS(1770), - [anon_sym_PERCENT] = ACTIONS(1772), - [anon_sym_as_QMARK] = ACTIONS(1772), - [anon_sym_PLUS_PLUS] = ACTIONS(1772), - [anon_sym_DASH_DASH] = ACTIONS(1772), - [anon_sym_BANG_BANG] = ACTIONS(1772), + [anon_sym_LBRACK] = ACTIONS(1754), + [anon_sym_as] = ACTIONS(1752), + [anon_sym_EQ] = ACTIONS(6190), + [anon_sym_LBRACE] = ACTIONS(1754), + [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_LPAREN] = ACTIONS(1754), + [anon_sym_by] = ACTIONS(6160), + [anon_sym_LT] = ACTIONS(1752), + [anon_sym_GT] = ACTIONS(1752), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(1752), + [anon_sym_SEMI] = ACTIONS(4384), + [anon_sym_get] = ACTIONS(6176), + [anon_sym_set] = ACTIONS(6178), + [anon_sym_STAR] = ACTIONS(1754), + [sym_label] = ACTIONS(1754), + [anon_sym_in] = ACTIONS(1752), + [anon_sym_DOT_DOT] = ACTIONS(1754), + [anon_sym_QMARK_COLON] = ACTIONS(1754), + [anon_sym_AMP_AMP] = ACTIONS(1754), + [anon_sym_PIPE_PIPE] = ACTIONS(1754), + [anon_sym_else] = ACTIONS(1752), + [anon_sym_COLON_COLON] = ACTIONS(1754), + [anon_sym_BANG_EQ] = ACTIONS(1752), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), + [anon_sym_EQ_EQ] = ACTIONS(1752), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), + [anon_sym_LT_EQ] = ACTIONS(1754), + [anon_sym_GT_EQ] = ACTIONS(1754), + [anon_sym_BANGin] = ACTIONS(1754), + [anon_sym_is] = ACTIONS(1752), + [anon_sym_BANGis] = ACTIONS(1754), + [anon_sym_PLUS] = ACTIONS(1752), + [anon_sym_DASH] = ACTIONS(1752), + [anon_sym_SLASH] = ACTIONS(1752), + [anon_sym_PERCENT] = ACTIONS(1754), + [anon_sym_as_QMARK] = ACTIONS(1754), + [anon_sym_PLUS_PLUS] = ACTIONS(1754), + [anon_sym_DASH_DASH] = ACTIONS(1754), + [anon_sym_BANG_BANG] = ACTIONS(1754), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -311699,63 +313650,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1772), - [sym_safe_nav] = ACTIONS(1772), + [sym__backtick_identifier] = ACTIONS(1754), + [sym__automatic_semicolon] = ACTIONS(1754), + [sym_safe_nav] = ACTIONS(1754), [sym_multiline_comment] = ACTIONS(3), }, - [2653] = { - [sym_getter] = STATE(5349), - [sym_setter] = STATE(5349), - [sym_modifiers] = STATE(8883), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1694), + [2673] = { + [sym_getter] = STATE(3329), + [sym_setter] = STATE(3329), + [sym_modifiers] = STATE(8934), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3338), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1696), - [anon_sym_LBRACE] = ACTIONS(1696), - [anon_sym_RBRACE] = ACTIONS(1696), - [anon_sym_LPAREN] = ACTIONS(1696), - [anon_sym_object] = ACTIONS(1694), - [anon_sym_fun] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(1986), - [anon_sym_get] = ACTIONS(5816), - [anon_sym_set] = ACTIONS(5818), - [anon_sym_this] = ACTIONS(1694), - [anon_sym_super] = ACTIONS(1694), - [anon_sym_STAR] = ACTIONS(1696), - [sym_label] = ACTIONS(1694), - [anon_sym_in] = ACTIONS(1694), - [anon_sym_null] = ACTIONS(1694), - [anon_sym_if] = ACTIONS(1694), - [anon_sym_else] = ACTIONS(1694), - [anon_sym_when] = ACTIONS(1694), - [anon_sym_try] = ACTIONS(1694), - [anon_sym_throw] = ACTIONS(1694), - [anon_sym_return] = ACTIONS(1694), - [anon_sym_continue] = ACTIONS(1694), - [anon_sym_break] = ACTIONS(1694), - [anon_sym_COLON_COLON] = ACTIONS(1696), - [anon_sym_BANGin] = ACTIONS(1696), - [anon_sym_is] = ACTIONS(1694), - [anon_sym_BANGis] = ACTIONS(1696), - [anon_sym_PLUS] = ACTIONS(1694), - [anon_sym_DASH] = ACTIONS(1694), - [anon_sym_PLUS_PLUS] = ACTIONS(1696), - [anon_sym_DASH_DASH] = ACTIONS(1696), - [anon_sym_BANG] = ACTIONS(1694), + [anon_sym_LBRACK] = ACTIONS(3340), + [anon_sym_RBRACK] = ACTIONS(3340), + [anon_sym_as] = ACTIONS(3338), + [anon_sym_LBRACE] = ACTIONS(3340), + [anon_sym_RBRACE] = ACTIONS(3340), + [anon_sym_LPAREN] = ACTIONS(3340), + [anon_sym_COMMA] = ACTIONS(3340), + [anon_sym_RPAREN] = ACTIONS(3340), + [anon_sym_LT] = ACTIONS(3338), + [anon_sym_GT] = ACTIONS(3338), + [anon_sym_where] = ACTIONS(3338), + [anon_sym_DOT] = ACTIONS(3338), + [anon_sym_SEMI] = ACTIONS(3340), + [anon_sym_get] = ACTIONS(5910), + [anon_sym_set] = ACTIONS(5912), + [anon_sym_STAR] = ACTIONS(3340), + [anon_sym_DASH_GT] = ACTIONS(3340), + [sym_label] = ACTIONS(3340), + [anon_sym_in] = ACTIONS(3338), + [anon_sym_while] = ACTIONS(3338), + [anon_sym_DOT_DOT] = ACTIONS(3340), + [anon_sym_QMARK_COLON] = ACTIONS(3340), + [anon_sym_AMP_AMP] = ACTIONS(3340), + [anon_sym_PIPE_PIPE] = ACTIONS(3340), + [anon_sym_else] = ACTIONS(3338), + [anon_sym_COLON_COLON] = ACTIONS(3340), + [anon_sym_BANG_EQ] = ACTIONS(3338), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3340), + [anon_sym_EQ_EQ] = ACTIONS(3338), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3340), + [anon_sym_LT_EQ] = ACTIONS(3340), + [anon_sym_GT_EQ] = ACTIONS(3340), + [anon_sym_BANGin] = ACTIONS(3340), + [anon_sym_is] = ACTIONS(3338), + [anon_sym_BANGis] = ACTIONS(3340), + [anon_sym_PLUS] = ACTIONS(3338), + [anon_sym_DASH] = ACTIONS(3338), + [anon_sym_SLASH] = ACTIONS(3338), + [anon_sym_PERCENT] = ACTIONS(3340), + [anon_sym_as_QMARK] = ACTIONS(3340), + [anon_sym_PLUS_PLUS] = ACTIONS(3340), + [anon_sym_DASH_DASH] = ACTIONS(3340), + [anon_sym_BANG_BANG] = ACTIONS(3340), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -311779,84 +313742,165 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1696), - [anon_sym_continue_AT] = ACTIONS(1696), - [anon_sym_break_AT] = ACTIONS(1696), - [sym_real_literal] = ACTIONS(1696), - [sym_integer_literal] = ACTIONS(1694), - [sym_hex_literal] = ACTIONS(1696), - [sym_bin_literal] = ACTIONS(1696), - [anon_sym_true] = ACTIONS(1694), - [anon_sym_false] = ACTIONS(1694), - [anon_sym_SQUOTE] = ACTIONS(1696), - [sym__backtick_identifier] = ACTIONS(1696), - [sym__automatic_semicolon] = ACTIONS(1696), + [sym__backtick_identifier] = ACTIONS(3340), + [sym_safe_nav] = ACTIONS(3340), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1696), }, - [2654] = { - [sym_type_constraints] = STATE(2724), - [sym_property_delegate] = STATE(2797), - [sym_getter] = STATE(3877), - [sym_setter] = STATE(3877), - [sym_modifiers] = STATE(8637), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), + [2674] = { + [sym_primary_constructor] = STATE(4091), + [sym_class_body] = STATE(3796), + [sym__class_parameters] = STATE(3610), + [sym_type_constraints] = STATE(3661), + [sym_modifiers] = STATE(9241), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3186), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_COLON] = ACTIONS(6192), + [anon_sym_LBRACK] = ACTIONS(3190), + [anon_sym_as] = ACTIONS(3186), + [anon_sym_constructor] = ACTIONS(5358), + [anon_sym_LBRACE] = ACTIONS(5360), + [anon_sym_RBRACE] = ACTIONS(3190), + [anon_sym_LPAREN] = ACTIONS(5362), + [anon_sym_LT] = ACTIONS(3186), + [anon_sym_GT] = ACTIONS(3186), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(3186), + [anon_sym_SEMI] = ACTIONS(3190), + [anon_sym_get] = ACTIONS(3186), + [anon_sym_set] = ACTIONS(3186), + [anon_sym_STAR] = ACTIONS(3190), + [sym_label] = ACTIONS(3190), + [anon_sym_in] = ACTIONS(3186), + [anon_sym_DOT_DOT] = ACTIONS(3190), + [anon_sym_QMARK_COLON] = ACTIONS(3190), + [anon_sym_AMP_AMP] = ACTIONS(3190), + [anon_sym_PIPE_PIPE] = ACTIONS(3190), + [anon_sym_else] = ACTIONS(3186), + [anon_sym_COLON_COLON] = ACTIONS(3190), + [anon_sym_BANG_EQ] = ACTIONS(3186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3190), + [anon_sym_EQ_EQ] = ACTIONS(3186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3190), + [anon_sym_LT_EQ] = ACTIONS(3190), + [anon_sym_GT_EQ] = ACTIONS(3190), + [anon_sym_BANGin] = ACTIONS(3190), + [anon_sym_is] = ACTIONS(3186), + [anon_sym_BANGis] = ACTIONS(3190), + [anon_sym_PLUS] = ACTIONS(3186), + [anon_sym_DASH] = ACTIONS(3186), + [anon_sym_SLASH] = ACTIONS(3186), + [anon_sym_PERCENT] = ACTIONS(3190), + [anon_sym_as_QMARK] = ACTIONS(3190), + [anon_sym_PLUS_PLUS] = ACTIONS(3190), + [anon_sym_DASH_DASH] = ACTIONS(3190), + [anon_sym_BANG_BANG] = ACTIONS(3190), + [anon_sym_suspend] = ACTIONS(3120), + [anon_sym_sealed] = ACTIONS(3122), + [anon_sym_annotation] = ACTIONS(3122), + [anon_sym_data] = ACTIONS(3122), + [anon_sym_inner] = ACTIONS(3122), + [anon_sym_override] = ACTIONS(3124), + [anon_sym_lateinit] = ACTIONS(3124), + [anon_sym_public] = ACTIONS(3126), + [anon_sym_private] = ACTIONS(3126), + [anon_sym_internal] = ACTIONS(3126), + [anon_sym_protected] = ACTIONS(3126), + [anon_sym_tailrec] = ACTIONS(3120), + [anon_sym_operator] = ACTIONS(3120), + [anon_sym_infix] = ACTIONS(3120), + [anon_sym_inline] = ACTIONS(3120), + [anon_sym_external] = ACTIONS(3120), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3130), + [anon_sym_final] = ACTIONS(3130), + [anon_sym_open] = ACTIONS(3130), + [anon_sym_vararg] = ACTIONS(3132), + [anon_sym_noinline] = ACTIONS(3132), + [anon_sym_crossinline] = ACTIONS(3132), + [anon_sym_expect] = ACTIONS(3134), + [anon_sym_actual] = ACTIONS(3134), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3190), + [sym__automatic_semicolon] = ACTIONS(3190), + [sym_safe_nav] = ACTIONS(3190), + [sym_multiline_comment] = ACTIONS(3), + }, + [2675] = { + [sym_getter] = STATE(4607), + [sym_setter] = STATE(4607), + [sym_modifiers] = STATE(8791), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_EQ] = ACTIONS(6170), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_by] = ACTIONS(6146), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(4507), - [anon_sym_get] = ACTIONS(6148), - [anon_sym_set] = ACTIONS(6150), - [anon_sym_STAR] = ACTIONS(1778), - [sym_label] = ACTIONS(1778), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1778), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG_BANG] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_RBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_COMMA] = ACTIONS(3280), + [anon_sym_RPAREN] = ACTIONS(3280), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_where] = ACTIONS(3278), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(5964), + [anon_sym_get] = ACTIONS(5904), + [anon_sym_set] = ACTIONS(5906), + [anon_sym_STAR] = ACTIONS(3280), + [anon_sym_DASH_GT] = ACTIONS(3280), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_while] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3280), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -311880,74 +313924,164 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1778), - [sym__automatic_semicolon] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), + [sym__backtick_identifier] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), [sym_multiline_comment] = ACTIONS(3), }, - [2655] = { - [sym_primary_constructor] = STATE(4106), - [sym_class_body] = STATE(3813), - [sym__class_parameters] = STATE(3545), - [sym_type_constraints] = STATE(3582), - [sym_modifiers] = STATE(9083), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3214), + [2676] = { + [sym_getter] = STATE(3255), + [sym_setter] = STATE(3255), + [sym_modifiers] = STATE(8934), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_RBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_COMMA] = ACTIONS(1786), + [anon_sym_RPAREN] = ACTIONS(1786), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_where] = ACTIONS(1784), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(3800), + [anon_sym_get] = ACTIONS(5910), + [anon_sym_set] = ACTIONS(5912), + [anon_sym_STAR] = ACTIONS(1786), + [anon_sym_DASH_GT] = ACTIONS(1786), + [sym_label] = ACTIONS(1786), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_while] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1786), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG_BANG] = ACTIONS(1786), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), + [sym_multiline_comment] = ACTIONS(3), + }, + [2677] = { + [sym_primary_constructor] = STATE(4103), + [sym_class_body] = STATE(3786), + [sym__class_parameters] = STATE(3610), + [sym_type_constraints] = STATE(3631), + [sym_modifiers] = STATE(9241), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3196), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(6172), - [anon_sym_LBRACK] = ACTIONS(3218), - [anon_sym_as] = ACTIONS(3214), - [anon_sym_constructor] = ACTIONS(5357), - [anon_sym_LBRACE] = ACTIONS(5421), - [anon_sym_RBRACE] = ACTIONS(3218), - [anon_sym_LPAREN] = ACTIONS(5361), - [anon_sym_LT] = ACTIONS(3214), - [anon_sym_GT] = ACTIONS(3214), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(3214), - [anon_sym_SEMI] = ACTIONS(3218), - [anon_sym_get] = ACTIONS(3214), - [anon_sym_set] = ACTIONS(3214), - [anon_sym_STAR] = ACTIONS(3218), - [sym_label] = ACTIONS(3218), - [anon_sym_in] = ACTIONS(3214), - [anon_sym_DOT_DOT] = ACTIONS(3218), - [anon_sym_QMARK_COLON] = ACTIONS(3218), - [anon_sym_AMP_AMP] = ACTIONS(3218), - [anon_sym_PIPE_PIPE] = ACTIONS(3218), - [anon_sym_else] = ACTIONS(3214), - [anon_sym_COLON_COLON] = ACTIONS(3218), - [anon_sym_BANG_EQ] = ACTIONS(3214), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3218), - [anon_sym_EQ_EQ] = ACTIONS(3214), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3218), - [anon_sym_LT_EQ] = ACTIONS(3218), - [anon_sym_GT_EQ] = ACTIONS(3218), - [anon_sym_BANGin] = ACTIONS(3218), - [anon_sym_is] = ACTIONS(3214), - [anon_sym_BANGis] = ACTIONS(3218), - [anon_sym_PLUS] = ACTIONS(3214), - [anon_sym_DASH] = ACTIONS(3214), - [anon_sym_SLASH] = ACTIONS(3214), - [anon_sym_PERCENT] = ACTIONS(3218), - [anon_sym_as_QMARK] = ACTIONS(3218), - [anon_sym_PLUS_PLUS] = ACTIONS(3218), - [anon_sym_DASH_DASH] = ACTIONS(3218), - [anon_sym_BANG_BANG] = ACTIONS(3218), + [anon_sym_COLON] = ACTIONS(6194), + [anon_sym_LBRACK] = ACTIONS(3200), + [anon_sym_as] = ACTIONS(3196), + [anon_sym_constructor] = ACTIONS(5358), + [anon_sym_LBRACE] = ACTIONS(5360), + [anon_sym_RBRACE] = ACTIONS(3200), + [anon_sym_LPAREN] = ACTIONS(5362), + [anon_sym_LT] = ACTIONS(3196), + [anon_sym_GT] = ACTIONS(3196), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(3196), + [anon_sym_SEMI] = ACTIONS(3200), + [anon_sym_get] = ACTIONS(3196), + [anon_sym_set] = ACTIONS(3196), + [anon_sym_STAR] = ACTIONS(3200), + [sym_label] = ACTIONS(3200), + [anon_sym_in] = ACTIONS(3196), + [anon_sym_DOT_DOT] = ACTIONS(3200), + [anon_sym_QMARK_COLON] = ACTIONS(3200), + [anon_sym_AMP_AMP] = ACTIONS(3200), + [anon_sym_PIPE_PIPE] = ACTIONS(3200), + [anon_sym_else] = ACTIONS(3196), + [anon_sym_COLON_COLON] = ACTIONS(3200), + [anon_sym_BANG_EQ] = ACTIONS(3196), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3200), + [anon_sym_EQ_EQ] = ACTIONS(3196), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3200), + [anon_sym_LT_EQ] = ACTIONS(3200), + [anon_sym_GT_EQ] = ACTIONS(3200), + [anon_sym_BANGin] = ACTIONS(3200), + [anon_sym_is] = ACTIONS(3196), + [anon_sym_BANGis] = ACTIONS(3200), + [anon_sym_PLUS] = ACTIONS(3196), + [anon_sym_DASH] = ACTIONS(3196), + [anon_sym_SLASH] = ACTIONS(3196), + [anon_sym_PERCENT] = ACTIONS(3200), + [anon_sym_as_QMARK] = ACTIONS(3200), + [anon_sym_PLUS_PLUS] = ACTIONS(3200), + [anon_sym_DASH_DASH] = ACTIONS(3200), + [anon_sym_BANG_BANG] = ACTIONS(3200), [anon_sym_suspend] = ACTIONS(3120), [anon_sym_sealed] = ACTIONS(3122), [anon_sym_annotation] = ACTIONS(3122), @@ -311974,61 +314108,162 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3134), [anon_sym_actual] = ACTIONS(3134), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3218), - [sym__automatic_semicolon] = ACTIONS(3218), - [sym_safe_nav] = ACTIONS(3218), + [sym__backtick_identifier] = ACTIONS(3200), + [sym__automatic_semicolon] = ACTIONS(3200), + [sym_safe_nav] = ACTIONS(3200), [sym_multiline_comment] = ACTIONS(3), }, - [2656] = { - [sym_getter] = STATE(5303), - [sym_setter] = STATE(5303), - [sym_modifiers] = STATE(8883), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [2678] = { + [sym_getter] = STATE(4607), + [sym_setter] = STATE(4607), + [sym_modifiers] = STATE(8791), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_RBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_COMMA] = ACTIONS(3280), + [anon_sym_RPAREN] = ACTIONS(3280), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_where] = ACTIONS(3278), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(3280), + [anon_sym_get] = ACTIONS(5904), + [anon_sym_set] = ACTIONS(5906), + [anon_sym_STAR] = ACTIONS(3280), + [anon_sym_DASH_GT] = ACTIONS(3280), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_while] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3280), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), + [sym_multiline_comment] = ACTIONS(3), + }, + [2679] = { + [sym_property_delegate] = STATE(2729), + [sym_getter] = STATE(5029), + [sym_setter] = STATE(5029), + [sym_modifiers] = STATE(8872), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1752), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1754), + [anon_sym_as] = ACTIONS(1752), + [anon_sym_EQ] = ACTIONS(6082), [anon_sym_LBRACE] = ACTIONS(1754), [anon_sym_RBRACE] = ACTIONS(1754), [anon_sym_LPAREN] = ACTIONS(1754), - [anon_sym_object] = ACTIONS(1752), - [anon_sym_fun] = ACTIONS(1752), - [anon_sym_SEMI] = ACTIONS(2012), - [anon_sym_get] = ACTIONS(5816), - [anon_sym_set] = ACTIONS(5818), - [anon_sym_this] = ACTIONS(1752), - [anon_sym_super] = ACTIONS(1752), + [anon_sym_COMMA] = ACTIONS(1754), + [anon_sym_by] = ACTIONS(6034), + [anon_sym_LT] = ACTIONS(1752), + [anon_sym_GT] = ACTIONS(1752), + [anon_sym_where] = ACTIONS(1752), + [anon_sym_DOT] = ACTIONS(1752), + [anon_sym_SEMI] = ACTIONS(4138), + [anon_sym_get] = ACTIONS(6050), + [anon_sym_set] = ACTIONS(6052), [anon_sym_STAR] = ACTIONS(1754), - [sym_label] = ACTIONS(1752), + [sym_label] = ACTIONS(1754), [anon_sym_in] = ACTIONS(1752), - [anon_sym_null] = ACTIONS(1752), - [anon_sym_if] = ACTIONS(1752), + [anon_sym_DOT_DOT] = ACTIONS(1754), + [anon_sym_QMARK_COLON] = ACTIONS(1754), + [anon_sym_AMP_AMP] = ACTIONS(1754), + [anon_sym_PIPE_PIPE] = ACTIONS(1754), [anon_sym_else] = ACTIONS(1752), - [anon_sym_when] = ACTIONS(1752), - [anon_sym_try] = ACTIONS(1752), - [anon_sym_throw] = ACTIONS(1752), - [anon_sym_return] = ACTIONS(1752), - [anon_sym_continue] = ACTIONS(1752), - [anon_sym_break] = ACTIONS(1752), [anon_sym_COLON_COLON] = ACTIONS(1754), + [anon_sym_BANG_EQ] = ACTIONS(1752), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), + [anon_sym_EQ_EQ] = ACTIONS(1752), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), + [anon_sym_LT_EQ] = ACTIONS(1754), + [anon_sym_GT_EQ] = ACTIONS(1754), [anon_sym_BANGin] = ACTIONS(1754), [anon_sym_is] = ACTIONS(1752), [anon_sym_BANGis] = ACTIONS(1754), [anon_sym_PLUS] = ACTIONS(1752), [anon_sym_DASH] = ACTIONS(1752), + [anon_sym_SLASH] = ACTIONS(1752), + [anon_sym_PERCENT] = ACTIONS(1754), + [anon_sym_as_QMARK] = ACTIONS(1754), [anon_sym_PLUS_PLUS] = ACTIONS(1754), [anon_sym_DASH_DASH] = ACTIONS(1754), - [anon_sym_BANG] = ACTIONS(1752), + [anon_sym_BANG_BANG] = ACTIONS(1754), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -312052,85 +314287,165 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1754), - [anon_sym_continue_AT] = ACTIONS(1754), - [anon_sym_break_AT] = ACTIONS(1754), - [sym_real_literal] = ACTIONS(1754), - [sym_integer_literal] = ACTIONS(1752), - [sym_hex_literal] = ACTIONS(1754), - [sym_bin_literal] = ACTIONS(1754), - [anon_sym_true] = ACTIONS(1752), - [anon_sym_false] = ACTIONS(1752), - [anon_sym_SQUOTE] = ACTIONS(1754), [sym__backtick_identifier] = ACTIONS(1754), [sym__automatic_semicolon] = ACTIONS(1754), + [sym_safe_nav] = ACTIONS(1754), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1754), }, - [2657] = { - [sym_getter] = STATE(4643), - [sym_setter] = STATE(4643), - [sym_modifiers] = STATE(8699), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), + [2680] = { + [sym_getter] = STATE(3255), + [sym_setter] = STATE(3255), + [sym_modifiers] = STATE(8934), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_RBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_COMMA] = ACTIONS(1786), + [anon_sym_RPAREN] = ACTIONS(1786), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_where] = ACTIONS(1784), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(1786), + [anon_sym_get] = ACTIONS(5910), + [anon_sym_set] = ACTIONS(5912), + [anon_sym_STAR] = ACTIONS(1786), + [anon_sym_DASH_GT] = ACTIONS(1786), + [sym_label] = ACTIONS(1786), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_while] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1786), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG_BANG] = ACTIONS(1786), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), + [sym_multiline_comment] = ACTIONS(3), + }, + [2681] = { + [sym_type_constraints] = STATE(2718), + [sym_property_delegate] = STATE(2808), + [sym_getter] = STATE(4989), + [sym_setter] = STATE(4989), + [sym_modifiers] = STATE(8625), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3230), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_RBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_COMMA] = ACTIONS(3256), - [anon_sym_RPAREN] = ACTIONS(3256), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_where] = ACTIONS(3254), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(5972), - [anon_sym_get] = ACTIONS(5912), - [anon_sym_set] = ACTIONS(5914), - [anon_sym_STAR] = ACTIONS(3256), - [anon_sym_DASH_GT] = ACTIONS(3256), - [sym_label] = ACTIONS(3256), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_while] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3256), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG_BANG] = ACTIONS(3256), + [anon_sym_LBRACK] = ACTIONS(3234), + [anon_sym_as] = ACTIONS(3230), + [anon_sym_EQ] = ACTIONS(6196), + [anon_sym_LBRACE] = ACTIONS(3234), + [anon_sym_RBRACE] = ACTIONS(3234), + [anon_sym_LPAREN] = ACTIONS(3234), + [anon_sym_by] = ACTIONS(6160), + [anon_sym_LT] = ACTIONS(3230), + [anon_sym_GT] = ACTIONS(3230), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(3230), + [anon_sym_SEMI] = ACTIONS(6198), + [anon_sym_get] = ACTIONS(6162), + [anon_sym_set] = ACTIONS(6164), + [anon_sym_STAR] = ACTIONS(3234), + [sym_label] = ACTIONS(3234), + [anon_sym_in] = ACTIONS(3230), + [anon_sym_DOT_DOT] = ACTIONS(3234), + [anon_sym_QMARK_COLON] = ACTIONS(3234), + [anon_sym_AMP_AMP] = ACTIONS(3234), + [anon_sym_PIPE_PIPE] = ACTIONS(3234), + [anon_sym_else] = ACTIONS(3230), + [anon_sym_COLON_COLON] = ACTIONS(3234), + [anon_sym_BANG_EQ] = ACTIONS(3230), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3234), + [anon_sym_EQ_EQ] = ACTIONS(3230), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3234), + [anon_sym_LT_EQ] = ACTIONS(3234), + [anon_sym_GT_EQ] = ACTIONS(3234), + [anon_sym_BANGin] = ACTIONS(3234), + [anon_sym_is] = ACTIONS(3230), + [anon_sym_BANGis] = ACTIONS(3234), + [anon_sym_PLUS] = ACTIONS(3230), + [anon_sym_DASH] = ACTIONS(3230), + [anon_sym_SLASH] = ACTIONS(3230), + [anon_sym_PERCENT] = ACTIONS(3234), + [anon_sym_as_QMARK] = ACTIONS(3234), + [anon_sym_PLUS_PLUS] = ACTIONS(3234), + [anon_sym_DASH_DASH] = ACTIONS(3234), + [anon_sym_BANG_BANG] = ACTIONS(3234), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -312154,73 +314469,64 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), + [sym__backtick_identifier] = ACTIONS(3234), + [sym__automatic_semicolon] = ACTIONS(3234), + [sym_safe_nav] = ACTIONS(3234), [sym_multiline_comment] = ACTIONS(3), }, - [2658] = { - [sym_property_delegate] = STATE(2738), - [sym_getter] = STATE(3810), - [sym_setter] = STATE(3810), - [sym_modifiers] = STATE(8890), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [2682] = { + [sym_getter] = STATE(5339), + [sym_setter] = STATE(5339), + [sym_modifiers] = STATE(8811), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1764), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1766), - [anon_sym_as] = ACTIONS(1764), - [anon_sym_EQ] = ACTIONS(6030), [anon_sym_LBRACE] = ACTIONS(1766), [anon_sym_RBRACE] = ACTIONS(1766), [anon_sym_LPAREN] = ACTIONS(1766), - [anon_sym_COMMA] = ACTIONS(1766), - [anon_sym_by] = ACTIONS(6024), - [anon_sym_LT] = ACTIONS(1764), - [anon_sym_GT] = ACTIONS(1764), - [anon_sym_where] = ACTIONS(1764), - [anon_sym_DOT] = ACTIONS(1764), - [anon_sym_SEMI] = ACTIONS(4120), - [anon_sym_get] = ACTIONS(6032), - [anon_sym_set] = ACTIONS(6034), + [anon_sym_object] = ACTIONS(1764), + [anon_sym_fun] = ACTIONS(1764), + [anon_sym_SEMI] = ACTIONS(1944), + [anon_sym_get] = ACTIONS(5794), + [anon_sym_set] = ACTIONS(5796), + [anon_sym_this] = ACTIONS(1764), + [anon_sym_super] = ACTIONS(1764), [anon_sym_STAR] = ACTIONS(1766), - [sym_label] = ACTIONS(1766), + [sym_label] = ACTIONS(1764), [anon_sym_in] = ACTIONS(1764), - [anon_sym_DOT_DOT] = ACTIONS(1766), - [anon_sym_QMARK_COLON] = ACTIONS(1766), - [anon_sym_AMP_AMP] = ACTIONS(1766), - [anon_sym_PIPE_PIPE] = ACTIONS(1766), + [anon_sym_null] = ACTIONS(1764), + [anon_sym_if] = ACTIONS(1764), [anon_sym_else] = ACTIONS(1764), + [anon_sym_when] = ACTIONS(1764), + [anon_sym_try] = ACTIONS(1764), + [anon_sym_throw] = ACTIONS(1764), + [anon_sym_return] = ACTIONS(1764), + [anon_sym_continue] = ACTIONS(1764), + [anon_sym_break] = ACTIONS(1764), [anon_sym_COLON_COLON] = ACTIONS(1766), - [anon_sym_BANG_EQ] = ACTIONS(1764), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), - [anon_sym_EQ_EQ] = ACTIONS(1764), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1766), - [anon_sym_LT_EQ] = ACTIONS(1766), - [anon_sym_GT_EQ] = ACTIONS(1766), [anon_sym_BANGin] = ACTIONS(1766), [anon_sym_is] = ACTIONS(1764), [anon_sym_BANGis] = ACTIONS(1766), [anon_sym_PLUS] = ACTIONS(1764), [anon_sym_DASH] = ACTIONS(1764), - [anon_sym_SLASH] = ACTIONS(1764), - [anon_sym_PERCENT] = ACTIONS(1766), - [anon_sym_as_QMARK] = ACTIONS(1766), [anon_sym_PLUS_PLUS] = ACTIONS(1766), [anon_sym_DASH_DASH] = ACTIONS(1766), - [anon_sym_BANG_BANG] = ACTIONS(1766), + [anon_sym_BANG] = ACTIONS(1764), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -312244,51 +314550,153 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1766), + [anon_sym_continue_AT] = ACTIONS(1766), + [anon_sym_break_AT] = ACTIONS(1766), + [sym_real_literal] = ACTIONS(1766), + [sym_integer_literal] = ACTIONS(1764), + [sym_hex_literal] = ACTIONS(1766), + [sym_bin_literal] = ACTIONS(1766), + [anon_sym_true] = ACTIONS(1764), + [anon_sym_false] = ACTIONS(1764), + [anon_sym_SQUOTE] = ACTIONS(1766), [sym__backtick_identifier] = ACTIONS(1766), [sym__automatic_semicolon] = ACTIONS(1766), - [sym_safe_nav] = ACTIONS(1766), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1766), }, - [2659] = { - [sym_property_delegate] = STATE(2757), - [sym_getter] = STATE(3812), - [sym_setter] = STATE(3812), - [sym_modifiers] = STATE(8890), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [2683] = { + [sym_getter] = STATE(3291), + [sym_setter] = STATE(3291), + [sym_modifiers] = STATE(8934), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_RBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_COMMA] = ACTIONS(3280), + [anon_sym_RPAREN] = ACTIONS(3280), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_where] = ACTIONS(3278), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(5938), + [anon_sym_get] = ACTIONS(5910), + [anon_sym_set] = ACTIONS(5912), + [anon_sym_STAR] = ACTIONS(3280), + [anon_sym_DASH_GT] = ACTIONS(3280), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_while] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3280), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), + [sym_multiline_comment] = ACTIONS(3), + }, + [2684] = { + [sym_getter] = STATE(4581), + [sym_setter] = STATE(4581), + [sym_modifiers] = STATE(8791), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1770), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1772), + [anon_sym_RBRACK] = ACTIONS(1772), [anon_sym_as] = ACTIONS(1770), - [anon_sym_EQ] = ACTIONS(6174), [anon_sym_LBRACE] = ACTIONS(1772), [anon_sym_RBRACE] = ACTIONS(1772), [anon_sym_LPAREN] = ACTIONS(1772), [anon_sym_COMMA] = ACTIONS(1772), - [anon_sym_by] = ACTIONS(6024), + [anon_sym_RPAREN] = ACTIONS(1772), [anon_sym_LT] = ACTIONS(1770), [anon_sym_GT] = ACTIONS(1770), [anon_sym_where] = ACTIONS(1770), [anon_sym_DOT] = ACTIONS(1770), - [anon_sym_SEMI] = ACTIONS(4124), - [anon_sym_get] = ACTIONS(6032), - [anon_sym_set] = ACTIONS(6034), + [anon_sym_SEMI] = ACTIONS(1772), + [anon_sym_get] = ACTIONS(5904), + [anon_sym_set] = ACTIONS(5906), [anon_sym_STAR] = ACTIONS(1772), + [anon_sym_DASH_GT] = ACTIONS(1772), [sym_label] = ACTIONS(1772), [anon_sym_in] = ACTIONS(1770), + [anon_sym_while] = ACTIONS(1770), [anon_sym_DOT_DOT] = ACTIONS(1772), [anon_sym_QMARK_COLON] = ACTIONS(1772), [anon_sym_AMP_AMP] = ACTIONS(1772), @@ -312335,30 +314743,484 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1772), - [sym__automatic_semicolon] = ACTIONS(1772), [sym_safe_nav] = ACTIONS(1772), [sym_multiline_comment] = ACTIONS(3), }, - [2660] = { - [sym_getter] = STATE(4668), - [sym_setter] = STATE(4668), - [sym_modifiers] = STATE(8699), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [2685] = { + [sym_getter] = STATE(4581), + [sym_setter] = STATE(4581), + [sym_modifiers] = STATE(8791), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1770), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1772), + [anon_sym_RBRACK] = ACTIONS(1772), + [anon_sym_as] = ACTIONS(1770), + [anon_sym_LBRACE] = ACTIONS(1772), + [anon_sym_RBRACE] = ACTIONS(1772), + [anon_sym_LPAREN] = ACTIONS(1772), + [anon_sym_COMMA] = ACTIONS(1772), + [anon_sym_RPAREN] = ACTIONS(1772), + [anon_sym_LT] = ACTIONS(1770), + [anon_sym_GT] = ACTIONS(1770), + [anon_sym_where] = ACTIONS(1770), + [anon_sym_DOT] = ACTIONS(1770), + [anon_sym_SEMI] = ACTIONS(3790), + [anon_sym_get] = ACTIONS(5904), + [anon_sym_set] = ACTIONS(5906), + [anon_sym_STAR] = ACTIONS(1772), + [anon_sym_DASH_GT] = ACTIONS(1772), + [sym_label] = ACTIONS(1772), + [anon_sym_in] = ACTIONS(1770), + [anon_sym_while] = ACTIONS(1770), + [anon_sym_DOT_DOT] = ACTIONS(1772), + [anon_sym_QMARK_COLON] = ACTIONS(1772), + [anon_sym_AMP_AMP] = ACTIONS(1772), + [anon_sym_PIPE_PIPE] = ACTIONS(1772), + [anon_sym_else] = ACTIONS(1770), + [anon_sym_COLON_COLON] = ACTIONS(1772), + [anon_sym_BANG_EQ] = ACTIONS(1770), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1772), + [anon_sym_EQ_EQ] = ACTIONS(1770), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1772), + [anon_sym_LT_EQ] = ACTIONS(1772), + [anon_sym_GT_EQ] = ACTIONS(1772), + [anon_sym_BANGin] = ACTIONS(1772), + [anon_sym_is] = ACTIONS(1770), + [anon_sym_BANGis] = ACTIONS(1772), + [anon_sym_PLUS] = ACTIONS(1770), + [anon_sym_DASH] = ACTIONS(1770), + [anon_sym_SLASH] = ACTIONS(1770), + [anon_sym_PERCENT] = ACTIONS(1772), + [anon_sym_as_QMARK] = ACTIONS(1772), + [anon_sym_PLUS_PLUS] = ACTIONS(1772), + [anon_sym_DASH_DASH] = ACTIONS(1772), + [anon_sym_BANG_BANG] = ACTIONS(1772), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1772), + [sym_safe_nav] = ACTIONS(1772), + [sym_multiline_comment] = ACTIONS(3), + }, + [2686] = { + [sym_primary_constructor] = STATE(5279), + [sym__class_parameters] = STATE(4841), + [sym_type_constraints] = STATE(4885), + [sym_enum_class_body] = STATE(4917), + [sym_modifiers] = STATE(9347), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [sym__alpha_identifier] = ACTIONS(3212), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_COLON] = ACTIONS(6200), + [anon_sym_LBRACK] = ACTIONS(3216), + [anon_sym_as] = ACTIONS(3212), + [anon_sym_constructor] = ACTIONS(5399), + [anon_sym_LBRACE] = ACTIONS(5411), + [anon_sym_RBRACE] = ACTIONS(3216), + [anon_sym_LPAREN] = ACTIONS(5403), + [anon_sym_LT] = ACTIONS(3212), + [anon_sym_GT] = ACTIONS(3212), + [anon_sym_where] = ACTIONS(5405), + [anon_sym_DOT] = ACTIONS(3212), + [anon_sym_SEMI] = ACTIONS(3216), + [anon_sym_get] = ACTIONS(3212), + [anon_sym_set] = ACTIONS(3212), + [anon_sym_STAR] = ACTIONS(3216), + [sym_label] = ACTIONS(3216), + [anon_sym_in] = ACTIONS(3212), + [anon_sym_DOT_DOT] = ACTIONS(3216), + [anon_sym_QMARK_COLON] = ACTIONS(3216), + [anon_sym_AMP_AMP] = ACTIONS(3216), + [anon_sym_PIPE_PIPE] = ACTIONS(3216), + [anon_sym_else] = ACTIONS(3212), + [anon_sym_COLON_COLON] = ACTIONS(3216), + [anon_sym_BANG_EQ] = ACTIONS(3212), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3216), + [anon_sym_EQ_EQ] = ACTIONS(3212), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3216), + [anon_sym_LT_EQ] = ACTIONS(3216), + [anon_sym_GT_EQ] = ACTIONS(3216), + [anon_sym_BANGin] = ACTIONS(3216), + [anon_sym_is] = ACTIONS(3212), + [anon_sym_BANGis] = ACTIONS(3216), + [anon_sym_PLUS] = ACTIONS(3212), + [anon_sym_DASH] = ACTIONS(3212), + [anon_sym_SLASH] = ACTIONS(3212), + [anon_sym_PERCENT] = ACTIONS(3216), + [anon_sym_as_QMARK] = ACTIONS(3216), + [anon_sym_PLUS_PLUS] = ACTIONS(3216), + [anon_sym_DASH_DASH] = ACTIONS(3216), + [anon_sym_BANG_BANG] = ACTIONS(3216), + [anon_sym_suspend] = ACTIONS(3120), + [anon_sym_sealed] = ACTIONS(3122), + [anon_sym_annotation] = ACTIONS(3122), + [anon_sym_data] = ACTIONS(3122), + [anon_sym_inner] = ACTIONS(3122), + [anon_sym_override] = ACTIONS(3124), + [anon_sym_lateinit] = ACTIONS(3124), + [anon_sym_public] = ACTIONS(3126), + [anon_sym_private] = ACTIONS(3126), + [anon_sym_internal] = ACTIONS(3126), + [anon_sym_protected] = ACTIONS(3126), + [anon_sym_tailrec] = ACTIONS(3120), + [anon_sym_operator] = ACTIONS(3120), + [anon_sym_infix] = ACTIONS(3120), + [anon_sym_inline] = ACTIONS(3120), + [anon_sym_external] = ACTIONS(3120), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3130), + [anon_sym_final] = ACTIONS(3130), + [anon_sym_open] = ACTIONS(3130), + [anon_sym_vararg] = ACTIONS(3132), + [anon_sym_noinline] = ACTIONS(3132), + [anon_sym_crossinline] = ACTIONS(3132), + [anon_sym_expect] = ACTIONS(3134), + [anon_sym_actual] = ACTIONS(3134), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3216), + [sym__automatic_semicolon] = ACTIONS(3216), + [sym_safe_nav] = ACTIONS(3216), + [sym_multiline_comment] = ACTIONS(3), + }, + [2687] = { + [sym_type_constraints] = STATE(2717), + [sym_property_delegate] = STATE(2822), + [sym_getter] = STATE(3817), + [sym_setter] = STATE(3817), + [sym_modifiers] = STATE(8770), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_EQ] = ACTIONS(6202), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_by] = ACTIONS(6160), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(4430), + [anon_sym_get] = ACTIONS(6176), + [anon_sym_set] = ACTIONS(6178), + [anon_sym_STAR] = ACTIONS(1786), + [sym_label] = ACTIONS(1786), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1786), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG_BANG] = ACTIONS(1786), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1786), + [sym__automatic_semicolon] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), + [sym_multiline_comment] = ACTIONS(3), + }, + [2688] = { + [sym_getter] = STATE(4682), + [sym_setter] = STATE(4682), + [sym_modifiers] = STATE(8791), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1778), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1780), + [anon_sym_RBRACK] = ACTIONS(1780), + [anon_sym_as] = ACTIONS(1778), + [anon_sym_LBRACE] = ACTIONS(1780), + [anon_sym_RBRACE] = ACTIONS(1780), + [anon_sym_LPAREN] = ACTIONS(1780), + [anon_sym_COMMA] = ACTIONS(1780), + [anon_sym_RPAREN] = ACTIONS(1780), + [anon_sym_LT] = ACTIONS(1778), + [anon_sym_GT] = ACTIONS(1778), + [anon_sym_where] = ACTIONS(1778), + [anon_sym_DOT] = ACTIONS(1778), + [anon_sym_SEMI] = ACTIONS(1780), + [anon_sym_get] = ACTIONS(5904), + [anon_sym_set] = ACTIONS(5906), + [anon_sym_STAR] = ACTIONS(1780), + [anon_sym_DASH_GT] = ACTIONS(1780), + [sym_label] = ACTIONS(1780), + [anon_sym_in] = ACTIONS(1778), + [anon_sym_while] = ACTIONS(1778), + [anon_sym_DOT_DOT] = ACTIONS(1780), + [anon_sym_QMARK_COLON] = ACTIONS(1780), + [anon_sym_AMP_AMP] = ACTIONS(1780), + [anon_sym_PIPE_PIPE] = ACTIONS(1780), + [anon_sym_else] = ACTIONS(1778), + [anon_sym_COLON_COLON] = ACTIONS(1780), + [anon_sym_BANG_EQ] = ACTIONS(1778), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1780), + [anon_sym_EQ_EQ] = ACTIONS(1778), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1780), + [anon_sym_LT_EQ] = ACTIONS(1780), + [anon_sym_GT_EQ] = ACTIONS(1780), + [anon_sym_BANGin] = ACTIONS(1780), + [anon_sym_is] = ACTIONS(1778), + [anon_sym_BANGis] = ACTIONS(1780), + [anon_sym_PLUS] = ACTIONS(1778), + [anon_sym_DASH] = ACTIONS(1778), + [anon_sym_SLASH] = ACTIONS(1778), + [anon_sym_PERCENT] = ACTIONS(1780), + [anon_sym_as_QMARK] = ACTIONS(1780), + [anon_sym_PLUS_PLUS] = ACTIONS(1780), + [anon_sym_DASH_DASH] = ACTIONS(1780), + [anon_sym_BANG_BANG] = ACTIONS(1780), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1780), + [sym_safe_nav] = ACTIONS(1780), + [sym_multiline_comment] = ACTIONS(3), + }, + [2689] = { + [sym_type_constraints] = STATE(2724), + [sym_property_delegate] = STATE(2817), + [sym_getter] = STATE(4945), + [sym_setter] = STATE(4945), + [sym_modifiers] = STATE(8625), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_EQ] = ACTIONS(6204), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_by] = ACTIONS(6160), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(6206), + [anon_sym_get] = ACTIONS(6162), + [anon_sym_set] = ACTIONS(6164), + [anon_sym_STAR] = ACTIONS(3280), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3280), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3280), + [sym__automatic_semicolon] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), + [sym_multiline_comment] = ACTIONS(3), + }, + [2690] = { + [sym_getter] = STATE(4659), + [sym_setter] = STATE(4659), + [sym_modifiers] = STATE(8791), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1752), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1754), @@ -312373,9 +315235,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT] = ACTIONS(1752), [anon_sym_where] = ACTIONS(1752), [anon_sym_DOT] = ACTIONS(1752), - [anon_sym_SEMI] = ACTIONS(3796), - [anon_sym_get] = ACTIONS(5912), - [anon_sym_set] = ACTIONS(5914), + [anon_sym_SEMI] = ACTIONS(3794), + [anon_sym_get] = ACTIONS(5904), + [anon_sym_set] = ACTIONS(5906), [anon_sym_STAR] = ACTIONS(1754), [anon_sym_DASH_GT] = ACTIONS(1754), [sym_label] = ACTIONS(1754), @@ -312427,47 +315289,47 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1754), [sym_safe_nav] = ACTIONS(1754), [sym_multiline_comment] = ACTIONS(3), }, - [2661] = { - [sym_type_constraints] = STATE(2719), - [sym_property_delegate] = STATE(2821), - [sym_getter] = STATE(5040), - [sym_setter] = STATE(5040), - [sym_modifiers] = STATE(8589), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [2691] = { + [sym_property_delegate] = STATE(2732), + [sym_getter] = STATE(5062), + [sym_setter] = STATE(5062), + [sym_modifiers] = STATE(8872), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1694), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1696), [anon_sym_as] = ACTIONS(1694), - [anon_sym_EQ] = ACTIONS(6176), + [anon_sym_EQ] = ACTIONS(6048), [anon_sym_LBRACE] = ACTIONS(1696), [anon_sym_RBRACE] = ACTIONS(1696), [anon_sym_LPAREN] = ACTIONS(1696), - [anon_sym_by] = ACTIONS(6146), + [anon_sym_COMMA] = ACTIONS(1696), + [anon_sym_by] = ACTIONS(6034), [anon_sym_LT] = ACTIONS(1694), [anon_sym_GT] = ACTIONS(1694), - [anon_sym_where] = ACTIONS(5363), + [anon_sym_where] = ACTIONS(1694), [anon_sym_DOT] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(4400), - [anon_sym_get] = ACTIONS(6156), - [anon_sym_set] = ACTIONS(6158), + [anon_sym_SEMI] = ACTIONS(4134), + [anon_sym_get] = ACTIONS(6050), + [anon_sym_set] = ACTIONS(6052), [anon_sym_STAR] = ACTIONS(1696), [sym_label] = ACTIONS(1696), [anon_sym_in] = ACTIONS(1694), @@ -312517,74 +315379,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1696), [sym__automatic_semicolon] = ACTIONS(1696), [sym_safe_nav] = ACTIONS(1696), [sym_multiline_comment] = ACTIONS(3), }, - [2662] = { - [sym_type_constraints] = STATE(2714), - [sym_property_delegate] = STATE(2804), - [sym_getter] = STATE(4976), - [sym_setter] = STATE(4976), - [sym_modifiers] = STATE(8589), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), + [2692] = { + [sym_property_delegate] = STATE(2752), + [sym_getter] = STATE(3875), + [sym_setter] = STATE(3875), + [sym_modifiers] = STATE(8943), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_EQ] = ACTIONS(6178), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_by] = ACTIONS(6146), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(6180), - [anon_sym_get] = ACTIONS(6156), - [anon_sym_set] = ACTIONS(6158), - [anon_sym_STAR] = ACTIONS(3256), - [sym_label] = ACTIONS(3256), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3256), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG_BANG] = ACTIONS(3256), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_EQ] = ACTIONS(6044), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_COMMA] = ACTIONS(3280), + [anon_sym_by] = ACTIONS(6034), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_where] = ACTIONS(3278), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(6046), + [anon_sym_get] = ACTIONS(6038), + [anon_sym_set] = ACTIONS(6040), + [anon_sym_STAR] = ACTIONS(3280), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3280), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -312608,75 +315470,243 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3256), - [sym__automatic_semicolon] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), + [sym__backtick_identifier] = ACTIONS(3280), + [sym__automatic_semicolon] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), [sym_multiline_comment] = ACTIONS(3), }, - [2663] = { - [sym_getter] = STATE(3162), - [sym_setter] = STATE(3162), - [sym_modifiers] = STATE(8887), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [2693] = { + [sym_getter] = STATE(5339), + [sym_setter] = STATE(5339), + [sym_modifiers] = STATE(8811), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1764), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1766), + [anon_sym_LBRACE] = ACTIONS(1766), + [anon_sym_RBRACE] = ACTIONS(1766), + [anon_sym_LPAREN] = ACTIONS(1766), + [anon_sym_object] = ACTIONS(1764), + [anon_sym_fun] = ACTIONS(1764), + [anon_sym_get] = ACTIONS(5794), + [anon_sym_set] = ACTIONS(5796), + [anon_sym_this] = ACTIONS(1764), + [anon_sym_super] = ACTIONS(1764), + [anon_sym_STAR] = ACTIONS(1766), + [sym_label] = ACTIONS(1764), + [anon_sym_in] = ACTIONS(1764), + [anon_sym_null] = ACTIONS(1764), + [anon_sym_if] = ACTIONS(1764), + [anon_sym_else] = ACTIONS(1764), + [anon_sym_when] = ACTIONS(1764), + [anon_sym_try] = ACTIONS(1764), + [anon_sym_throw] = ACTIONS(1764), + [anon_sym_return] = ACTIONS(1764), + [anon_sym_continue] = ACTIONS(1764), + [anon_sym_break] = ACTIONS(1764), + [anon_sym_COLON_COLON] = ACTIONS(1766), + [anon_sym_BANGin] = ACTIONS(1766), + [anon_sym_is] = ACTIONS(1764), + [anon_sym_BANGis] = ACTIONS(1766), + [anon_sym_PLUS] = ACTIONS(1764), + [anon_sym_DASH] = ACTIONS(1764), + [anon_sym_PLUS_PLUS] = ACTIONS(1766), + [anon_sym_DASH_DASH] = ACTIONS(1766), + [anon_sym_BANG] = ACTIONS(1764), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1766), + [anon_sym_continue_AT] = ACTIONS(1766), + [anon_sym_break_AT] = ACTIONS(1766), + [sym_real_literal] = ACTIONS(1766), + [sym_integer_literal] = ACTIONS(1764), + [sym_hex_literal] = ACTIONS(1766), + [sym_bin_literal] = ACTIONS(1766), + [anon_sym_true] = ACTIONS(1764), + [anon_sym_false] = ACTIONS(1764), + [anon_sym_SQUOTE] = ACTIONS(1766), + [sym__backtick_identifier] = ACTIONS(1766), + [sym__automatic_semicolon] = ACTIONS(1766), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1766), + }, + [2694] = { + [sym__alpha_identifier] = ACTIONS(3943), + [anon_sym_AT] = ACTIONS(3955), + [anon_sym_LBRACK] = ACTIONS(3948), + [anon_sym_RBRACK] = ACTIONS(3948), + [anon_sym_as] = ACTIONS(3943), + [anon_sym_typealias] = ACTIONS(3958), + [anon_sym_EQ] = ACTIONS(3943), + [anon_sym_class] = ACTIONS(3958), + [anon_sym_interface] = ACTIONS(3958), + [anon_sym_enum] = ACTIONS(3958), + [anon_sym_LBRACE] = ACTIONS(3948), + [anon_sym_RBRACE] = ACTIONS(3948), + [anon_sym_LPAREN] = ACTIONS(3948), + [anon_sym_COMMA] = ACTIONS(3948), + [anon_sym_RPAREN] = ACTIONS(3948), + [anon_sym_val] = ACTIONS(3958), + [anon_sym_var] = ACTIONS(3958), + [anon_sym_LT] = ACTIONS(3943), + [anon_sym_GT] = ACTIONS(3943), + [anon_sym_where] = ACTIONS(3943), + [anon_sym_object] = ACTIONS(3958), + [anon_sym_fun] = ACTIONS(3958), + [anon_sym_DOT] = ACTIONS(3943), + [anon_sym_SEMI] = ACTIONS(3948), + [anon_sym_get] = ACTIONS(3960), + [anon_sym_set] = ACTIONS(3960), + [anon_sym_STAR] = ACTIONS(3943), + [anon_sym_DASH_GT] = ACTIONS(3948), + [sym_label] = ACTIONS(3948), + [anon_sym_in] = ACTIONS(3943), + [anon_sym_while] = ACTIONS(3943), + [anon_sym_DOT_DOT] = ACTIONS(3948), + [anon_sym_QMARK_COLON] = ACTIONS(3948), + [anon_sym_AMP_AMP] = ACTIONS(3948), + [anon_sym_PIPE_PIPE] = ACTIONS(3948), + [anon_sym_else] = ACTIONS(3943), + [anon_sym_COLON_COLON] = ACTIONS(3948), + [anon_sym_PLUS_EQ] = ACTIONS(3948), + [anon_sym_DASH_EQ] = ACTIONS(3948), + [anon_sym_STAR_EQ] = ACTIONS(3948), + [anon_sym_SLASH_EQ] = ACTIONS(3948), + [anon_sym_PERCENT_EQ] = ACTIONS(3948), + [anon_sym_BANG_EQ] = ACTIONS(3943), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3948), + [anon_sym_EQ_EQ] = ACTIONS(3943), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3948), + [anon_sym_LT_EQ] = ACTIONS(3948), + [anon_sym_GT_EQ] = ACTIONS(3948), + [anon_sym_BANGin] = ACTIONS(3948), + [anon_sym_is] = ACTIONS(3943), + [anon_sym_BANGis] = ACTIONS(3948), + [anon_sym_PLUS] = ACTIONS(3943), + [anon_sym_DASH] = ACTIONS(3943), + [anon_sym_SLASH] = ACTIONS(3943), + [anon_sym_PERCENT] = ACTIONS(3943), + [anon_sym_as_QMARK] = ACTIONS(3948), + [anon_sym_PLUS_PLUS] = ACTIONS(3948), + [anon_sym_DASH_DASH] = ACTIONS(3948), + [anon_sym_BANG_BANG] = ACTIONS(3948), + [anon_sym_suspend] = ACTIONS(3958), + [anon_sym_sealed] = ACTIONS(3958), + [anon_sym_annotation] = ACTIONS(3958), + [anon_sym_data] = ACTIONS(3960), + [anon_sym_inner] = ACTIONS(3960), + [anon_sym_override] = ACTIONS(3958), + [anon_sym_lateinit] = ACTIONS(3958), + [anon_sym_public] = ACTIONS(3958), + [anon_sym_private] = ACTIONS(3958), + [anon_sym_internal] = ACTIONS(3958), + [anon_sym_protected] = ACTIONS(3958), + [anon_sym_tailrec] = ACTIONS(3958), + [anon_sym_operator] = ACTIONS(3958), + [anon_sym_infix] = ACTIONS(3958), + [anon_sym_inline] = ACTIONS(3958), + [anon_sym_external] = ACTIONS(3958), + [sym_property_modifier] = ACTIONS(3958), + [anon_sym_abstract] = ACTIONS(3958), + [anon_sym_final] = ACTIONS(3958), + [anon_sym_open] = ACTIONS(3958), + [anon_sym_vararg] = ACTIONS(3958), + [anon_sym_noinline] = ACTIONS(3958), + [anon_sym_crossinline] = ACTIONS(3958), + [anon_sym_expect] = ACTIONS(3960), + [anon_sym_actual] = ACTIONS(3960), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3948), + [sym_safe_nav] = ACTIONS(3948), + [sym_multiline_comment] = ACTIONS(3), + }, + [2695] = { + [sym_getter] = STATE(5311), + [sym_setter] = STATE(5311), + [sym_modifiers] = STATE(8811), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1770), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1772), - [anon_sym_RBRACK] = ACTIONS(1772), - [anon_sym_as] = ACTIONS(1770), [anon_sym_LBRACE] = ACTIONS(1772), [anon_sym_RBRACE] = ACTIONS(1772), [anon_sym_LPAREN] = ACTIONS(1772), - [anon_sym_COMMA] = ACTIONS(1772), - [anon_sym_RPAREN] = ACTIONS(1772), - [anon_sym_LT] = ACTIONS(1770), - [anon_sym_GT] = ACTIONS(1770), - [anon_sym_where] = ACTIONS(1770), - [anon_sym_DOT] = ACTIONS(1770), - [anon_sym_SEMI] = ACTIONS(1772), - [anon_sym_get] = ACTIONS(5906), - [anon_sym_set] = ACTIONS(5908), + [anon_sym_object] = ACTIONS(1770), + [anon_sym_fun] = ACTIONS(1770), + [anon_sym_get] = ACTIONS(5794), + [anon_sym_set] = ACTIONS(5796), + [anon_sym_this] = ACTIONS(1770), + [anon_sym_super] = ACTIONS(1770), [anon_sym_STAR] = ACTIONS(1772), - [anon_sym_DASH_GT] = ACTIONS(1772), - [sym_label] = ACTIONS(1772), + [sym_label] = ACTIONS(1770), [anon_sym_in] = ACTIONS(1770), - [anon_sym_while] = ACTIONS(1770), - [anon_sym_DOT_DOT] = ACTIONS(1772), - [anon_sym_QMARK_COLON] = ACTIONS(1772), - [anon_sym_AMP_AMP] = ACTIONS(1772), - [anon_sym_PIPE_PIPE] = ACTIONS(1772), + [anon_sym_null] = ACTIONS(1770), + [anon_sym_if] = ACTIONS(1770), [anon_sym_else] = ACTIONS(1770), + [anon_sym_when] = ACTIONS(1770), + [anon_sym_try] = ACTIONS(1770), + [anon_sym_throw] = ACTIONS(1770), + [anon_sym_return] = ACTIONS(1770), + [anon_sym_continue] = ACTIONS(1770), + [anon_sym_break] = ACTIONS(1770), [anon_sym_COLON_COLON] = ACTIONS(1772), - [anon_sym_BANG_EQ] = ACTIONS(1770), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1772), - [anon_sym_EQ_EQ] = ACTIONS(1770), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1772), - [anon_sym_LT_EQ] = ACTIONS(1772), - [anon_sym_GT_EQ] = ACTIONS(1772), [anon_sym_BANGin] = ACTIONS(1772), [anon_sym_is] = ACTIONS(1770), [anon_sym_BANGis] = ACTIONS(1772), [anon_sym_PLUS] = ACTIONS(1770), [anon_sym_DASH] = ACTIONS(1770), - [anon_sym_SLASH] = ACTIONS(1770), - [anon_sym_PERCENT] = ACTIONS(1772), - [anon_sym_as_QMARK] = ACTIONS(1772), [anon_sym_PLUS_PLUS] = ACTIONS(1772), [anon_sym_DASH_DASH] = ACTIONS(1772), - [anon_sym_BANG_BANG] = ACTIONS(1772), + [anon_sym_BANG] = ACTIONS(1770), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -312700,74 +315730,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1772), + [anon_sym_continue_AT] = ACTIONS(1772), + [anon_sym_break_AT] = ACTIONS(1772), + [sym_real_literal] = ACTIONS(1772), + [sym_integer_literal] = ACTIONS(1770), + [sym_hex_literal] = ACTIONS(1772), + [sym_bin_literal] = ACTIONS(1772), + [anon_sym_true] = ACTIONS(1770), + [anon_sym_false] = ACTIONS(1770), + [anon_sym_SQUOTE] = ACTIONS(1772), [sym__backtick_identifier] = ACTIONS(1772), - [sym_safe_nav] = ACTIONS(1772), + [sym__automatic_semicolon] = ACTIONS(1772), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1772), }, - [2664] = { - [sym_getter] = STATE(3176), - [sym_setter] = STATE(3176), - [sym_modifiers] = STATE(8887), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1764), + [2696] = { + [sym_getter] = STATE(5300), + [sym_setter] = STATE(5300), + [sym_modifiers] = STATE(8811), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1766), - [anon_sym_RBRACK] = ACTIONS(1766), - [anon_sym_as] = ACTIONS(1764), - [anon_sym_LBRACE] = ACTIONS(1766), - [anon_sym_RBRACE] = ACTIONS(1766), - [anon_sym_LPAREN] = ACTIONS(1766), - [anon_sym_COMMA] = ACTIONS(1766), - [anon_sym_RPAREN] = ACTIONS(1766), - [anon_sym_LT] = ACTIONS(1764), - [anon_sym_GT] = ACTIONS(1764), - [anon_sym_where] = ACTIONS(1764), - [anon_sym_DOT] = ACTIONS(1764), - [anon_sym_SEMI] = ACTIONS(1766), - [anon_sym_get] = ACTIONS(5906), - [anon_sym_set] = ACTIONS(5908), - [anon_sym_STAR] = ACTIONS(1766), - [anon_sym_DASH_GT] = ACTIONS(1766), - [sym_label] = ACTIONS(1766), - [anon_sym_in] = ACTIONS(1764), - [anon_sym_while] = ACTIONS(1764), - [anon_sym_DOT_DOT] = ACTIONS(1766), - [anon_sym_QMARK_COLON] = ACTIONS(1766), - [anon_sym_AMP_AMP] = ACTIONS(1766), - [anon_sym_PIPE_PIPE] = ACTIONS(1766), - [anon_sym_else] = ACTIONS(1764), - [anon_sym_COLON_COLON] = ACTIONS(1766), - [anon_sym_BANG_EQ] = ACTIONS(1764), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), - [anon_sym_EQ_EQ] = ACTIONS(1764), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1766), - [anon_sym_LT_EQ] = ACTIONS(1766), - [anon_sym_GT_EQ] = ACTIONS(1766), - [anon_sym_BANGin] = ACTIONS(1766), - [anon_sym_is] = ACTIONS(1764), - [anon_sym_BANGis] = ACTIONS(1766), - [anon_sym_PLUS] = ACTIONS(1764), - [anon_sym_DASH] = ACTIONS(1764), - [anon_sym_SLASH] = ACTIONS(1764), - [anon_sym_PERCENT] = ACTIONS(1766), - [anon_sym_as_QMARK] = ACTIONS(1766), - [anon_sym_PLUS_PLUS] = ACTIONS(1766), - [anon_sym_DASH_DASH] = ACTIONS(1766), - [anon_sym_BANG_BANG] = ACTIONS(1766), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_object] = ACTIONS(3278), + [anon_sym_fun] = ACTIONS(3278), + [anon_sym_get] = ACTIONS(5794), + [anon_sym_set] = ACTIONS(5796), + [anon_sym_this] = ACTIONS(3278), + [anon_sym_super] = ACTIONS(3278), + [anon_sym_STAR] = ACTIONS(3280), + [sym_label] = ACTIONS(3278), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_null] = ACTIONS(3278), + [anon_sym_if] = ACTIONS(3278), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_when] = ACTIONS(3278), + [anon_sym_try] = ACTIONS(3278), + [anon_sym_throw] = ACTIONS(3278), + [anon_sym_return] = ACTIONS(3278), + [anon_sym_continue] = ACTIONS(3278), + [anon_sym_break] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG] = ACTIONS(3278), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -312791,73 +315820,84 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1766), - [sym_safe_nav] = ACTIONS(1766), - [sym_multiline_comment] = ACTIONS(3), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3280), + [anon_sym_continue_AT] = ACTIONS(3280), + [anon_sym_break_AT] = ACTIONS(3280), + [sym_real_literal] = ACTIONS(3280), + [sym_integer_literal] = ACTIONS(3278), + [sym_hex_literal] = ACTIONS(3280), + [sym_bin_literal] = ACTIONS(3280), + [anon_sym_true] = ACTIONS(3278), + [anon_sym_false] = ACTIONS(3278), + [anon_sym_SQUOTE] = ACTIONS(3280), + [sym__backtick_identifier] = ACTIONS(3280), + [sym__automatic_semicolon] = ACTIONS(3280), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3280), }, - [2665] = { - [sym_property_delegate] = STATE(2733), - [sym_getter] = STATE(3787), - [sym_setter] = STATE(3787), - [sym_modifiers] = STATE(8890), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), + [2697] = { + [sym_property_delegate] = STATE(2787), + [sym_getter] = STATE(4607), + [sym_setter] = STATE(4607), + [sym_modifiers] = STATE(8747), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_EQ] = ACTIONS(6124), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_COMMA] = ACTIONS(3256), - [anon_sym_by] = ACTIONS(6024), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_where] = ACTIONS(3254), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(6126), - [anon_sym_get] = ACTIONS(6032), - [anon_sym_set] = ACTIONS(6034), - [anon_sym_STAR] = ACTIONS(3256), - [sym_label] = ACTIONS(3256), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3256), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG_BANG] = ACTIONS(3256), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_EQ] = ACTIONS(6054), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_RPAREN] = ACTIONS(3280), + [anon_sym_by] = ACTIONS(6056), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(6058), + [anon_sym_get] = ACTIONS(6060), + [anon_sym_set] = ACTIONS(6062), + [anon_sym_STAR] = ACTIONS(3280), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_while] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3280), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -312881,75 +315921,163 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3256), - [sym__automatic_semicolon] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), + [sym__backtick_identifier] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), [sym_multiline_comment] = ACTIONS(3), }, - [2666] = { - [sym_getter] = STATE(3232), - [sym_setter] = STATE(3232), - [sym_modifiers] = STATE(8887), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), + [2698] = { + [sym_getter] = STATE(5327), + [sym_setter] = STATE(5327), + [sym_modifiers] = STATE(8811), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1778), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1780), + [anon_sym_LBRACE] = ACTIONS(1780), + [anon_sym_RBRACE] = ACTIONS(1780), + [anon_sym_LPAREN] = ACTIONS(1780), + [anon_sym_object] = ACTIONS(1778), + [anon_sym_fun] = ACTIONS(1778), + [anon_sym_get] = ACTIONS(5794), + [anon_sym_set] = ACTIONS(5796), + [anon_sym_this] = ACTIONS(1778), + [anon_sym_super] = ACTIONS(1778), + [anon_sym_STAR] = ACTIONS(1780), + [sym_label] = ACTIONS(1778), + [anon_sym_in] = ACTIONS(1778), + [anon_sym_null] = ACTIONS(1778), + [anon_sym_if] = ACTIONS(1778), + [anon_sym_else] = ACTIONS(1778), + [anon_sym_when] = ACTIONS(1778), + [anon_sym_try] = ACTIONS(1778), + [anon_sym_throw] = ACTIONS(1778), + [anon_sym_return] = ACTIONS(1778), + [anon_sym_continue] = ACTIONS(1778), + [anon_sym_break] = ACTIONS(1778), + [anon_sym_COLON_COLON] = ACTIONS(1780), + [anon_sym_BANGin] = ACTIONS(1780), + [anon_sym_is] = ACTIONS(1778), + [anon_sym_BANGis] = ACTIONS(1780), + [anon_sym_PLUS] = ACTIONS(1778), + [anon_sym_DASH] = ACTIONS(1778), + [anon_sym_PLUS_PLUS] = ACTIONS(1780), + [anon_sym_DASH_DASH] = ACTIONS(1780), + [anon_sym_BANG] = ACTIONS(1778), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1780), + [anon_sym_continue_AT] = ACTIONS(1780), + [anon_sym_break_AT] = ACTIONS(1780), + [sym_real_literal] = ACTIONS(1780), + [sym_integer_literal] = ACTIONS(1778), + [sym_hex_literal] = ACTIONS(1780), + [sym_bin_literal] = ACTIONS(1780), + [anon_sym_true] = ACTIONS(1778), + [anon_sym_false] = ACTIONS(1778), + [anon_sym_SQUOTE] = ACTIONS(1780), + [sym__backtick_identifier] = ACTIONS(1780), + [sym__automatic_semicolon] = ACTIONS(1780), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1780), + }, + [2699] = { + [sym_property_delegate] = STATE(2778), + [sym_getter] = STATE(3255), + [sym_setter] = STATE(3255), + [sym_modifiers] = STATE(8762), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_RBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_COMMA] = ACTIONS(3256), - [anon_sym_RPAREN] = ACTIONS(3256), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_where] = ACTIONS(3254), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(5954), - [anon_sym_get] = ACTIONS(5906), - [anon_sym_set] = ACTIONS(5908), - [anon_sym_STAR] = ACTIONS(3256), - [anon_sym_DASH_GT] = ACTIONS(3256), - [sym_label] = ACTIONS(3256), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_while] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3256), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG_BANG] = ACTIONS(3256), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_EQ] = ACTIONS(6120), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_RPAREN] = ACTIONS(1786), + [anon_sym_by] = ACTIONS(6056), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(4270), + [anon_sym_get] = ACTIONS(6068), + [anon_sym_set] = ACTIONS(6070), + [anon_sym_STAR] = ACTIONS(1786), + [sym_label] = ACTIONS(1786), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_while] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1786), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG_BANG] = ACTIONS(1786), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -312973,74 +316101,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), + [sym__backtick_identifier] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), [sym_multiline_comment] = ACTIONS(3), }, - [2667] = { - [sym_getter] = STATE(4736), - [sym_setter] = STATE(4736), - [sym_modifiers] = STATE(8699), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1764), + [2700] = { + [sym_property_delegate] = STATE(2777), + [sym_getter] = STATE(4715), + [sym_setter] = STATE(4715), + [sym_modifiers] = STATE(8747), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1694), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1766), - [anon_sym_RBRACK] = ACTIONS(1766), - [anon_sym_as] = ACTIONS(1764), - [anon_sym_LBRACE] = ACTIONS(1766), - [anon_sym_RBRACE] = ACTIONS(1766), - [anon_sym_LPAREN] = ACTIONS(1766), - [anon_sym_COMMA] = ACTIONS(1766), - [anon_sym_RPAREN] = ACTIONS(1766), - [anon_sym_LT] = ACTIONS(1764), - [anon_sym_GT] = ACTIONS(1764), - [anon_sym_where] = ACTIONS(1764), - [anon_sym_DOT] = ACTIONS(1764), - [anon_sym_SEMI] = ACTIONS(3806), - [anon_sym_get] = ACTIONS(5912), - [anon_sym_set] = ACTIONS(5914), - [anon_sym_STAR] = ACTIONS(1766), - [anon_sym_DASH_GT] = ACTIONS(1766), - [sym_label] = ACTIONS(1766), - [anon_sym_in] = ACTIONS(1764), - [anon_sym_while] = ACTIONS(1764), - [anon_sym_DOT_DOT] = ACTIONS(1766), - [anon_sym_QMARK_COLON] = ACTIONS(1766), - [anon_sym_AMP_AMP] = ACTIONS(1766), - [anon_sym_PIPE_PIPE] = ACTIONS(1766), - [anon_sym_else] = ACTIONS(1764), - [anon_sym_COLON_COLON] = ACTIONS(1766), - [anon_sym_BANG_EQ] = ACTIONS(1764), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), - [anon_sym_EQ_EQ] = ACTIONS(1764), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1766), - [anon_sym_LT_EQ] = ACTIONS(1766), - [anon_sym_GT_EQ] = ACTIONS(1766), - [anon_sym_BANGin] = ACTIONS(1766), - [anon_sym_is] = ACTIONS(1764), - [anon_sym_BANGis] = ACTIONS(1766), - [anon_sym_PLUS] = ACTIONS(1764), - [anon_sym_DASH] = ACTIONS(1764), - [anon_sym_SLASH] = ACTIONS(1764), - [anon_sym_PERCENT] = ACTIONS(1766), - [anon_sym_as_QMARK] = ACTIONS(1766), - [anon_sym_PLUS_PLUS] = ACTIONS(1766), - [anon_sym_DASH_DASH] = ACTIONS(1766), - [anon_sym_BANG_BANG] = ACTIONS(1766), + [anon_sym_LBRACK] = ACTIONS(1696), + [anon_sym_as] = ACTIONS(1694), + [anon_sym_EQ] = ACTIONS(6148), + [anon_sym_LBRACE] = ACTIONS(1696), + [anon_sym_RBRACE] = ACTIONS(1696), + [anon_sym_LPAREN] = ACTIONS(1696), + [anon_sym_RPAREN] = ACTIONS(1696), + [anon_sym_by] = ACTIONS(6056), + [anon_sym_LT] = ACTIONS(1694), + [anon_sym_GT] = ACTIONS(1694), + [anon_sym_DOT] = ACTIONS(1694), + [anon_sym_SEMI] = ACTIONS(4220), + [anon_sym_get] = ACTIONS(6060), + [anon_sym_set] = ACTIONS(6062), + [anon_sym_STAR] = ACTIONS(1696), + [sym_label] = ACTIONS(1696), + [anon_sym_in] = ACTIONS(1694), + [anon_sym_while] = ACTIONS(1694), + [anon_sym_DOT_DOT] = ACTIONS(1696), + [anon_sym_QMARK_COLON] = ACTIONS(1696), + [anon_sym_AMP_AMP] = ACTIONS(1696), + [anon_sym_PIPE_PIPE] = ACTIONS(1696), + [anon_sym_else] = ACTIONS(1694), + [anon_sym_COLON_COLON] = ACTIONS(1696), + [anon_sym_BANG_EQ] = ACTIONS(1694), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), + [anon_sym_EQ_EQ] = ACTIONS(1694), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), + [anon_sym_LT_EQ] = ACTIONS(1696), + [anon_sym_GT_EQ] = ACTIONS(1696), + [anon_sym_BANGin] = ACTIONS(1696), + [anon_sym_is] = ACTIONS(1694), + [anon_sym_BANGis] = ACTIONS(1696), + [anon_sym_PLUS] = ACTIONS(1694), + [anon_sym_DASH] = ACTIONS(1694), + [anon_sym_SLASH] = ACTIONS(1694), + [anon_sym_PERCENT] = ACTIONS(1696), + [anon_sym_as_QMARK] = ACTIONS(1696), + [anon_sym_PLUS_PLUS] = ACTIONS(1696), + [anon_sym_DASH_DASH] = ACTIONS(1696), + [anon_sym_BANG_BANG] = ACTIONS(1696), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -313064,74 +316191,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1766), - [sym_safe_nav] = ACTIONS(1766), + [sym__backtick_identifier] = ACTIONS(1696), + [sym_safe_nav] = ACTIONS(1696), [sym_multiline_comment] = ACTIONS(3), }, - [2668] = { - [sym_getter] = STATE(3162), - [sym_setter] = STATE(3162), - [sym_modifiers] = STATE(8887), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1770), + [2701] = { + [sym_property_delegate] = STATE(2766), + [sym_getter] = STATE(4641), + [sym_setter] = STATE(4641), + [sym_modifiers] = STATE(8747), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1772), - [anon_sym_RBRACK] = ACTIONS(1772), - [anon_sym_as] = ACTIONS(1770), - [anon_sym_LBRACE] = ACTIONS(1772), - [anon_sym_RBRACE] = ACTIONS(1772), - [anon_sym_LPAREN] = ACTIONS(1772), - [anon_sym_COMMA] = ACTIONS(1772), - [anon_sym_RPAREN] = ACTIONS(1772), - [anon_sym_LT] = ACTIONS(1770), - [anon_sym_GT] = ACTIONS(1770), - [anon_sym_where] = ACTIONS(1770), - [anon_sym_DOT] = ACTIONS(1770), - [anon_sym_SEMI] = ACTIONS(3790), - [anon_sym_get] = ACTIONS(5906), - [anon_sym_set] = ACTIONS(5908), - [anon_sym_STAR] = ACTIONS(1772), - [anon_sym_DASH_GT] = ACTIONS(1772), - [sym_label] = ACTIONS(1772), - [anon_sym_in] = ACTIONS(1770), - [anon_sym_while] = ACTIONS(1770), - [anon_sym_DOT_DOT] = ACTIONS(1772), - [anon_sym_QMARK_COLON] = ACTIONS(1772), - [anon_sym_AMP_AMP] = ACTIONS(1772), - [anon_sym_PIPE_PIPE] = ACTIONS(1772), - [anon_sym_else] = ACTIONS(1770), - [anon_sym_COLON_COLON] = ACTIONS(1772), - [anon_sym_BANG_EQ] = ACTIONS(1770), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1772), - [anon_sym_EQ_EQ] = ACTIONS(1770), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1772), - [anon_sym_LT_EQ] = ACTIONS(1772), - [anon_sym_GT_EQ] = ACTIONS(1772), - [anon_sym_BANGin] = ACTIONS(1772), - [anon_sym_is] = ACTIONS(1770), - [anon_sym_BANGis] = ACTIONS(1772), - [anon_sym_PLUS] = ACTIONS(1770), - [anon_sym_DASH] = ACTIONS(1770), - [anon_sym_SLASH] = ACTIONS(1770), - [anon_sym_PERCENT] = ACTIONS(1772), - [anon_sym_as_QMARK] = ACTIONS(1772), - [anon_sym_PLUS_PLUS] = ACTIONS(1772), - [anon_sym_DASH_DASH] = ACTIONS(1772), - [anon_sym_BANG_BANG] = ACTIONS(1772), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_EQ] = ACTIONS(6130), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_RPAREN] = ACTIONS(1786), + [anon_sym_by] = ACTIONS(6056), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(4229), + [anon_sym_get] = ACTIONS(6060), + [anon_sym_set] = ACTIONS(6062), + [anon_sym_STAR] = ACTIONS(1786), + [sym_label] = ACTIONS(1786), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_while] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1786), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG_BANG] = ACTIONS(1786), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -313155,63 +316281,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1772), - [sym_safe_nav] = ACTIONS(1772), + [sym__backtick_identifier] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), [sym_multiline_comment] = ACTIONS(3), }, - [2669] = { - [sym_getter] = STATE(5260), - [sym_setter] = STATE(5260), - [sym_modifiers] = STATE(8883), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1770), + [2702] = { + [sym_getter] = STATE(5277), + [sym_setter] = STATE(5277), + [sym_modifiers] = STATE(8811), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1694), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1772), - [anon_sym_LBRACE] = ACTIONS(1772), - [anon_sym_RBRACE] = ACTIONS(1772), - [anon_sym_LPAREN] = ACTIONS(1772), - [anon_sym_object] = ACTIONS(1770), - [anon_sym_fun] = ACTIONS(1770), - [anon_sym_SEMI] = ACTIONS(1992), - [anon_sym_get] = ACTIONS(5816), - [anon_sym_set] = ACTIONS(5818), - [anon_sym_this] = ACTIONS(1770), - [anon_sym_super] = ACTIONS(1770), - [anon_sym_STAR] = ACTIONS(1772), - [sym_label] = ACTIONS(1770), - [anon_sym_in] = ACTIONS(1770), - [anon_sym_null] = ACTIONS(1770), - [anon_sym_if] = ACTIONS(1770), - [anon_sym_else] = ACTIONS(1770), - [anon_sym_when] = ACTIONS(1770), - [anon_sym_try] = ACTIONS(1770), - [anon_sym_throw] = ACTIONS(1770), - [anon_sym_return] = ACTIONS(1770), - [anon_sym_continue] = ACTIONS(1770), - [anon_sym_break] = ACTIONS(1770), - [anon_sym_COLON_COLON] = ACTIONS(1772), - [anon_sym_BANGin] = ACTIONS(1772), - [anon_sym_is] = ACTIONS(1770), - [anon_sym_BANGis] = ACTIONS(1772), - [anon_sym_PLUS] = ACTIONS(1770), - [anon_sym_DASH] = ACTIONS(1770), - [anon_sym_PLUS_PLUS] = ACTIONS(1772), - [anon_sym_DASH_DASH] = ACTIONS(1772), - [anon_sym_BANG] = ACTIONS(1770), + [anon_sym_LBRACK] = ACTIONS(1696), + [anon_sym_LBRACE] = ACTIONS(1696), + [anon_sym_RBRACE] = ACTIONS(1696), + [anon_sym_LPAREN] = ACTIONS(1696), + [anon_sym_object] = ACTIONS(1694), + [anon_sym_fun] = ACTIONS(1694), + [anon_sym_get] = ACTIONS(5794), + [anon_sym_set] = ACTIONS(5796), + [anon_sym_this] = ACTIONS(1694), + [anon_sym_super] = ACTIONS(1694), + [anon_sym_STAR] = ACTIONS(1696), + [sym_label] = ACTIONS(1694), + [anon_sym_in] = ACTIONS(1694), + [anon_sym_null] = ACTIONS(1694), + [anon_sym_if] = ACTIONS(1694), + [anon_sym_else] = ACTIONS(1694), + [anon_sym_when] = ACTIONS(1694), + [anon_sym_try] = ACTIONS(1694), + [anon_sym_throw] = ACTIONS(1694), + [anon_sym_return] = ACTIONS(1694), + [anon_sym_continue] = ACTIONS(1694), + [anon_sym_break] = ACTIONS(1694), + [anon_sym_COLON_COLON] = ACTIONS(1696), + [anon_sym_BANGin] = ACTIONS(1696), + [anon_sym_is] = ACTIONS(1694), + [anon_sym_BANGis] = ACTIONS(1696), + [anon_sym_PLUS] = ACTIONS(1694), + [anon_sym_DASH] = ACTIONS(1694), + [anon_sym_PLUS_PLUS] = ACTIONS(1696), + [anon_sym_DASH_DASH] = ACTIONS(1696), + [anon_sym_BANG] = ACTIONS(1694), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -313235,85 +316360,84 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1772), - [anon_sym_continue_AT] = ACTIONS(1772), - [anon_sym_break_AT] = ACTIONS(1772), - [sym_real_literal] = ACTIONS(1772), - [sym_integer_literal] = ACTIONS(1770), - [sym_hex_literal] = ACTIONS(1772), - [sym_bin_literal] = ACTIONS(1772), - [anon_sym_true] = ACTIONS(1770), - [anon_sym_false] = ACTIONS(1770), - [anon_sym_SQUOTE] = ACTIONS(1772), - [sym__backtick_identifier] = ACTIONS(1772), - [sym__automatic_semicolon] = ACTIONS(1772), + [anon_sym_return_AT] = ACTIONS(1696), + [anon_sym_continue_AT] = ACTIONS(1696), + [anon_sym_break_AT] = ACTIONS(1696), + [sym_real_literal] = ACTIONS(1696), + [sym_integer_literal] = ACTIONS(1694), + [sym_hex_literal] = ACTIONS(1696), + [sym_bin_literal] = ACTIONS(1696), + [anon_sym_true] = ACTIONS(1694), + [anon_sym_false] = ACTIONS(1694), + [anon_sym_SQUOTE] = ACTIONS(1696), + [sym__backtick_identifier] = ACTIONS(1696), + [sym__automatic_semicolon] = ACTIONS(1696), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1772), + [sym__string_start] = ACTIONS(1696), }, - [2670] = { - [sym_getter] = STATE(3261), - [sym_setter] = STATE(3261), - [sym_modifiers] = STATE(8887), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3340), + [2703] = { + [sym_property_delegate] = STATE(2784), + [sym_getter] = STATE(3291), + [sym_setter] = STATE(3291), + [sym_modifiers] = STATE(8762), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3342), - [anon_sym_RBRACK] = ACTIONS(3342), - [anon_sym_as] = ACTIONS(3340), - [anon_sym_LBRACE] = ACTIONS(3342), - [anon_sym_RBRACE] = ACTIONS(3342), - [anon_sym_LPAREN] = ACTIONS(3342), - [anon_sym_COMMA] = ACTIONS(3342), - [anon_sym_RPAREN] = ACTIONS(3342), - [anon_sym_LT] = ACTIONS(3340), - [anon_sym_GT] = ACTIONS(3340), - [anon_sym_where] = ACTIONS(3340), - [anon_sym_DOT] = ACTIONS(3340), - [anon_sym_SEMI] = ACTIONS(3342), - [anon_sym_get] = ACTIONS(5906), - [anon_sym_set] = ACTIONS(5908), - [anon_sym_STAR] = ACTIONS(3342), - [anon_sym_DASH_GT] = ACTIONS(3342), - [sym_label] = ACTIONS(3342), - [anon_sym_in] = ACTIONS(3340), - [anon_sym_while] = ACTIONS(3340), - [anon_sym_DOT_DOT] = ACTIONS(3342), - [anon_sym_QMARK_COLON] = ACTIONS(3342), - [anon_sym_AMP_AMP] = ACTIONS(3342), - [anon_sym_PIPE_PIPE] = ACTIONS(3342), - [anon_sym_else] = ACTIONS(3340), - [anon_sym_COLON_COLON] = ACTIONS(3342), - [anon_sym_BANG_EQ] = ACTIONS(3340), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3342), - [anon_sym_EQ_EQ] = ACTIONS(3340), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3342), - [anon_sym_LT_EQ] = ACTIONS(3342), - [anon_sym_GT_EQ] = ACTIONS(3342), - [anon_sym_BANGin] = ACTIONS(3342), - [anon_sym_is] = ACTIONS(3340), - [anon_sym_BANGis] = ACTIONS(3342), - [anon_sym_PLUS] = ACTIONS(3340), - [anon_sym_DASH] = ACTIONS(3340), - [anon_sym_SLASH] = ACTIONS(3340), - [anon_sym_PERCENT] = ACTIONS(3342), - [anon_sym_as_QMARK] = ACTIONS(3342), - [anon_sym_PLUS_PLUS] = ACTIONS(3342), - [anon_sym_DASH_DASH] = ACTIONS(3342), - [anon_sym_BANG_BANG] = ACTIONS(3342), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_EQ] = ACTIONS(6064), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_RPAREN] = ACTIONS(3280), + [anon_sym_by] = ACTIONS(6056), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(6066), + [anon_sym_get] = ACTIONS(6068), + [anon_sym_set] = ACTIONS(6070), + [anon_sym_STAR] = ACTIONS(3280), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_while] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3280), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -313337,74 +316461,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3342), - [sym_safe_nav] = ACTIONS(3342), + [sym__backtick_identifier] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), [sym_multiline_comment] = ACTIONS(3), }, - [2671] = { - [sym_getter] = STATE(4657), - [sym_setter] = STATE(4657), - [sym_modifiers] = STATE(8699), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1782), + [2704] = { + [sym_getter] = STATE(5392), + [sym_setter] = STATE(5392), + [sym_modifiers] = STATE(8811), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1752), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1784), - [anon_sym_RBRACK] = ACTIONS(1784), - [anon_sym_as] = ACTIONS(1782), - [anon_sym_LBRACE] = ACTIONS(1784), - [anon_sym_RBRACE] = ACTIONS(1784), - [anon_sym_LPAREN] = ACTIONS(1784), - [anon_sym_COMMA] = ACTIONS(1784), - [anon_sym_RPAREN] = ACTIONS(1784), - [anon_sym_LT] = ACTIONS(1782), - [anon_sym_GT] = ACTIONS(1782), - [anon_sym_where] = ACTIONS(1782), - [anon_sym_DOT] = ACTIONS(1782), - [anon_sym_SEMI] = ACTIONS(1784), - [anon_sym_get] = ACTIONS(5912), - [anon_sym_set] = ACTIONS(5914), - [anon_sym_STAR] = ACTIONS(1784), - [anon_sym_DASH_GT] = ACTIONS(1784), - [sym_label] = ACTIONS(1784), - [anon_sym_in] = ACTIONS(1782), - [anon_sym_while] = ACTIONS(1782), - [anon_sym_DOT_DOT] = ACTIONS(1784), - [anon_sym_QMARK_COLON] = ACTIONS(1784), - [anon_sym_AMP_AMP] = ACTIONS(1784), - [anon_sym_PIPE_PIPE] = ACTIONS(1784), - [anon_sym_else] = ACTIONS(1782), - [anon_sym_COLON_COLON] = ACTIONS(1784), - [anon_sym_BANG_EQ] = ACTIONS(1782), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1784), - [anon_sym_EQ_EQ] = ACTIONS(1782), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1784), - [anon_sym_LT_EQ] = ACTIONS(1784), - [anon_sym_GT_EQ] = ACTIONS(1784), - [anon_sym_BANGin] = ACTIONS(1784), - [anon_sym_is] = ACTIONS(1782), - [anon_sym_BANGis] = ACTIONS(1784), - [anon_sym_PLUS] = ACTIONS(1782), - [anon_sym_DASH] = ACTIONS(1782), - [anon_sym_SLASH] = ACTIONS(1782), - [anon_sym_PERCENT] = ACTIONS(1784), - [anon_sym_as_QMARK] = ACTIONS(1784), - [anon_sym_PLUS_PLUS] = ACTIONS(1784), - [anon_sym_DASH_DASH] = ACTIONS(1784), - [anon_sym_BANG_BANG] = ACTIONS(1784), + [anon_sym_LBRACK] = ACTIONS(1754), + [anon_sym_LBRACE] = ACTIONS(1754), + [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_LPAREN] = ACTIONS(1754), + [anon_sym_object] = ACTIONS(1752), + [anon_sym_fun] = ACTIONS(1752), + [anon_sym_get] = ACTIONS(5794), + [anon_sym_set] = ACTIONS(5796), + [anon_sym_this] = ACTIONS(1752), + [anon_sym_super] = ACTIONS(1752), + [anon_sym_STAR] = ACTIONS(1754), + [sym_label] = ACTIONS(1752), + [anon_sym_in] = ACTIONS(1752), + [anon_sym_null] = ACTIONS(1752), + [anon_sym_if] = ACTIONS(1752), + [anon_sym_else] = ACTIONS(1752), + [anon_sym_when] = ACTIONS(1752), + [anon_sym_try] = ACTIONS(1752), + [anon_sym_throw] = ACTIONS(1752), + [anon_sym_return] = ACTIONS(1752), + [anon_sym_continue] = ACTIONS(1752), + [anon_sym_break] = ACTIONS(1752), + [anon_sym_COLON_COLON] = ACTIONS(1754), + [anon_sym_BANGin] = ACTIONS(1754), + [anon_sym_is] = ACTIONS(1752), + [anon_sym_BANGis] = ACTIONS(1754), + [anon_sym_PLUS] = ACTIONS(1752), + [anon_sym_DASH] = ACTIONS(1752), + [anon_sym_PLUS_PLUS] = ACTIONS(1754), + [anon_sym_DASH_DASH] = ACTIONS(1754), + [anon_sym_BANG] = ACTIONS(1752), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -313428,50 +316540,241 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1784), - [sym_safe_nav] = ACTIONS(1784), + [anon_sym_return_AT] = ACTIONS(1754), + [anon_sym_continue_AT] = ACTIONS(1754), + [anon_sym_break_AT] = ACTIONS(1754), + [sym_real_literal] = ACTIONS(1754), + [sym_integer_literal] = ACTIONS(1752), + [sym_hex_literal] = ACTIONS(1754), + [sym_bin_literal] = ACTIONS(1754), + [anon_sym_true] = ACTIONS(1752), + [anon_sym_false] = ACTIONS(1752), + [anon_sym_SQUOTE] = ACTIONS(1754), + [sym__backtick_identifier] = ACTIONS(1754), + [sym__automatic_semicolon] = ACTIONS(1754), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1754), }, - [2672] = { - [sym_type_constraints] = STATE(2721), - [sym_property_delegate] = STATE(2810), - [sym_getter] = STATE(5053), - [sym_setter] = STATE(5053), - [sym_modifiers] = STATE(8589), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [2705] = { + [sym_getter] = STATE(5336), + [sym_setter] = STATE(5336), + [sym_modifiers] = STATE(8811), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(3340), + [anon_sym_LBRACE] = ACTIONS(3340), + [anon_sym_RBRACE] = ACTIONS(3340), + [anon_sym_LPAREN] = ACTIONS(3340), + [anon_sym_object] = ACTIONS(3338), + [anon_sym_fun] = ACTIONS(3338), + [anon_sym_get] = ACTIONS(5794), + [anon_sym_set] = ACTIONS(5796), + [anon_sym_this] = ACTIONS(3338), + [anon_sym_super] = ACTIONS(3338), + [anon_sym_STAR] = ACTIONS(3340), + [sym_label] = ACTIONS(3338), + [anon_sym_in] = ACTIONS(3338), + [anon_sym_null] = ACTIONS(3338), + [anon_sym_if] = ACTIONS(3338), + [anon_sym_else] = ACTIONS(3338), + [anon_sym_when] = ACTIONS(3338), + [anon_sym_try] = ACTIONS(3338), + [anon_sym_throw] = ACTIONS(3338), + [anon_sym_return] = ACTIONS(3338), + [anon_sym_continue] = ACTIONS(3338), + [anon_sym_break] = ACTIONS(3338), + [anon_sym_COLON_COLON] = ACTIONS(3340), + [anon_sym_BANGin] = ACTIONS(3340), + [anon_sym_is] = ACTIONS(3338), + [anon_sym_BANGis] = ACTIONS(3340), + [anon_sym_PLUS] = ACTIONS(3338), + [anon_sym_DASH] = ACTIONS(3338), + [anon_sym_PLUS_PLUS] = ACTIONS(3340), + [anon_sym_DASH_DASH] = ACTIONS(3340), + [anon_sym_BANG] = ACTIONS(3338), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3340), + [anon_sym_continue_AT] = ACTIONS(3340), + [anon_sym_break_AT] = ACTIONS(3340), + [sym_real_literal] = ACTIONS(3340), + [sym_integer_literal] = ACTIONS(3338), + [sym_hex_literal] = ACTIONS(3340), + [sym_bin_literal] = ACTIONS(3340), + [anon_sym_true] = ACTIONS(3338), + [anon_sym_false] = ACTIONS(3338), + [anon_sym_SQUOTE] = ACTIONS(3340), + [sym__backtick_identifier] = ACTIONS(3340), + [sym__automatic_semicolon] = ACTIONS(3340), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3340), + }, + [2706] = { + [sym__alpha_identifier] = ACTIONS(3943), + [anon_sym_AT] = ACTIONS(3945), + [anon_sym_LBRACK] = ACTIONS(3948), + [anon_sym_RBRACK] = ACTIONS(3948), + [anon_sym_as] = ACTIONS(3943), + [anon_sym_typealias] = ACTIONS(3950), + [anon_sym_EQ] = ACTIONS(3943), + [anon_sym_class] = ACTIONS(3950), + [anon_sym_interface] = ACTIONS(3950), + [anon_sym_enum] = ACTIONS(3950), + [anon_sym_LBRACE] = ACTIONS(3948), + [anon_sym_RBRACE] = ACTIONS(3948), + [anon_sym_LPAREN] = ACTIONS(3948), + [anon_sym_COMMA] = ACTIONS(3948), + [anon_sym_RPAREN] = ACTIONS(3948), + [anon_sym_val] = ACTIONS(3950), + [anon_sym_var] = ACTIONS(3950), + [anon_sym_LT] = ACTIONS(3943), + [anon_sym_GT] = ACTIONS(3943), + [anon_sym_where] = ACTIONS(3943), + [anon_sym_object] = ACTIONS(3950), + [anon_sym_fun] = ACTIONS(3950), + [anon_sym_DOT] = ACTIONS(3943), + [anon_sym_SEMI] = ACTIONS(3948), + [anon_sym_get] = ACTIONS(3952), + [anon_sym_set] = ACTIONS(3952), + [anon_sym_STAR] = ACTIONS(3943), + [anon_sym_DASH_GT] = ACTIONS(3948), + [sym_label] = ACTIONS(3948), + [anon_sym_in] = ACTIONS(3943), + [anon_sym_while] = ACTIONS(3943), + [anon_sym_DOT_DOT] = ACTIONS(3948), + [anon_sym_QMARK_COLON] = ACTIONS(3948), + [anon_sym_AMP_AMP] = ACTIONS(3948), + [anon_sym_PIPE_PIPE] = ACTIONS(3948), + [anon_sym_else] = ACTIONS(3943), + [anon_sym_COLON_COLON] = ACTIONS(3948), + [anon_sym_PLUS_EQ] = ACTIONS(3948), + [anon_sym_DASH_EQ] = ACTIONS(3948), + [anon_sym_STAR_EQ] = ACTIONS(3948), + [anon_sym_SLASH_EQ] = ACTIONS(3948), + [anon_sym_PERCENT_EQ] = ACTIONS(3948), + [anon_sym_BANG_EQ] = ACTIONS(3943), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3948), + [anon_sym_EQ_EQ] = ACTIONS(3943), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3948), + [anon_sym_LT_EQ] = ACTIONS(3948), + [anon_sym_GT_EQ] = ACTIONS(3948), + [anon_sym_BANGin] = ACTIONS(3948), + [anon_sym_is] = ACTIONS(3943), + [anon_sym_BANGis] = ACTIONS(3948), + [anon_sym_PLUS] = ACTIONS(3943), + [anon_sym_DASH] = ACTIONS(3943), + [anon_sym_SLASH] = ACTIONS(3943), + [anon_sym_PERCENT] = ACTIONS(3943), + [anon_sym_as_QMARK] = ACTIONS(3948), + [anon_sym_PLUS_PLUS] = ACTIONS(3948), + [anon_sym_DASH_DASH] = ACTIONS(3948), + [anon_sym_BANG_BANG] = ACTIONS(3948), + [anon_sym_suspend] = ACTIONS(3952), + [anon_sym_sealed] = ACTIONS(3952), + [anon_sym_annotation] = ACTIONS(3952), + [anon_sym_data] = ACTIONS(3952), + [anon_sym_inner] = ACTIONS(3952), + [anon_sym_override] = ACTIONS(3952), + [anon_sym_lateinit] = ACTIONS(3952), + [anon_sym_public] = ACTIONS(3952), + [anon_sym_private] = ACTIONS(3952), + [anon_sym_internal] = ACTIONS(3952), + [anon_sym_protected] = ACTIONS(3952), + [anon_sym_tailrec] = ACTIONS(3952), + [anon_sym_operator] = ACTIONS(3952), + [anon_sym_infix] = ACTIONS(3952), + [anon_sym_inline] = ACTIONS(3952), + [anon_sym_external] = ACTIONS(3952), + [sym_property_modifier] = ACTIONS(3952), + [anon_sym_abstract] = ACTIONS(3952), + [anon_sym_final] = ACTIONS(3952), + [anon_sym_open] = ACTIONS(3952), + [anon_sym_vararg] = ACTIONS(3952), + [anon_sym_noinline] = ACTIONS(3952), + [anon_sym_crossinline] = ACTIONS(3952), + [anon_sym_expect] = ACTIONS(3952), + [anon_sym_actual] = ACTIONS(3952), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3948), + [sym_safe_nav] = ACTIONS(3948), + [sym_multiline_comment] = ACTIONS(3), + }, + [2707] = { + [sym_property_delegate] = STATE(2768), + [sym_getter] = STATE(4602), + [sym_setter] = STATE(4602), + [sym_modifiers] = STATE(8747), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1764), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1766), [anon_sym_as] = ACTIONS(1764), - [anon_sym_EQ] = ACTIONS(6182), + [anon_sym_EQ] = ACTIONS(6208), [anon_sym_LBRACE] = ACTIONS(1766), [anon_sym_RBRACE] = ACTIONS(1766), [anon_sym_LPAREN] = ACTIONS(1766), - [anon_sym_by] = ACTIONS(6146), + [anon_sym_RPAREN] = ACTIONS(1766), + [anon_sym_by] = ACTIONS(6056), [anon_sym_LT] = ACTIONS(1764), [anon_sym_GT] = ACTIONS(1764), - [anon_sym_where] = ACTIONS(5363), [anon_sym_DOT] = ACTIONS(1764), - [anon_sym_SEMI] = ACTIONS(4410), - [anon_sym_get] = ACTIONS(6156), - [anon_sym_set] = ACTIONS(6158), + [anon_sym_SEMI] = ACTIONS(4216), + [anon_sym_get] = ACTIONS(6060), + [anon_sym_set] = ACTIONS(6062), [anon_sym_STAR] = ACTIONS(1766), [sym_label] = ACTIONS(1766), [anon_sym_in] = ACTIONS(1764), + [anon_sym_while] = ACTIONS(1764), [anon_sym_DOT_DOT] = ACTIONS(1766), [anon_sym_QMARK_COLON] = ACTIONS(1766), [anon_sym_AMP_AMP] = ACTIONS(1766), @@ -313518,75 +316821,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1766), - [sym__automatic_semicolon] = ACTIONS(1766), [sym_safe_nav] = ACTIONS(1766), [sym_multiline_comment] = ACTIONS(3), }, - [2673] = { - [sym_getter] = STATE(3233), - [sym_setter] = STATE(3233), - [sym_modifiers] = STATE(8887), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1782), + [2708] = { + [sym_property_delegate] = STATE(2767), + [sym_getter] = STATE(4659), + [sym_setter] = STATE(4659), + [sym_modifiers] = STATE(8747), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1752), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1784), - [anon_sym_RBRACK] = ACTIONS(1784), - [anon_sym_as] = ACTIONS(1782), - [anon_sym_LBRACE] = ACTIONS(1784), - [anon_sym_RBRACE] = ACTIONS(1784), - [anon_sym_LPAREN] = ACTIONS(1784), - [anon_sym_COMMA] = ACTIONS(1784), - [anon_sym_RPAREN] = ACTIONS(1784), - [anon_sym_LT] = ACTIONS(1782), - [anon_sym_GT] = ACTIONS(1782), - [anon_sym_where] = ACTIONS(1782), - [anon_sym_DOT] = ACTIONS(1782), - [anon_sym_SEMI] = ACTIONS(1784), - [anon_sym_get] = ACTIONS(5906), - [anon_sym_set] = ACTIONS(5908), - [anon_sym_STAR] = ACTIONS(1784), - [anon_sym_DASH_GT] = ACTIONS(1784), - [sym_label] = ACTIONS(1784), - [anon_sym_in] = ACTIONS(1782), - [anon_sym_while] = ACTIONS(1782), - [anon_sym_DOT_DOT] = ACTIONS(1784), - [anon_sym_QMARK_COLON] = ACTIONS(1784), - [anon_sym_AMP_AMP] = ACTIONS(1784), - [anon_sym_PIPE_PIPE] = ACTIONS(1784), - [anon_sym_else] = ACTIONS(1782), - [anon_sym_COLON_COLON] = ACTIONS(1784), - [anon_sym_BANG_EQ] = ACTIONS(1782), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1784), - [anon_sym_EQ_EQ] = ACTIONS(1782), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1784), - [anon_sym_LT_EQ] = ACTIONS(1784), - [anon_sym_GT_EQ] = ACTIONS(1784), - [anon_sym_BANGin] = ACTIONS(1784), - [anon_sym_is] = ACTIONS(1782), - [anon_sym_BANGis] = ACTIONS(1784), - [anon_sym_PLUS] = ACTIONS(1782), - [anon_sym_DASH] = ACTIONS(1782), - [anon_sym_SLASH] = ACTIONS(1782), - [anon_sym_PERCENT] = ACTIONS(1784), - [anon_sym_as_QMARK] = ACTIONS(1784), - [anon_sym_PLUS_PLUS] = ACTIONS(1784), - [anon_sym_DASH_DASH] = ACTIONS(1784), - [anon_sym_BANG_BANG] = ACTIONS(1784), + [anon_sym_LBRACK] = ACTIONS(1754), + [anon_sym_as] = ACTIONS(1752), + [anon_sym_EQ] = ACTIONS(6100), + [anon_sym_LBRACE] = ACTIONS(1754), + [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_LPAREN] = ACTIONS(1754), + [anon_sym_RPAREN] = ACTIONS(1754), + [anon_sym_by] = ACTIONS(6056), + [anon_sym_LT] = ACTIONS(1752), + [anon_sym_GT] = ACTIONS(1752), + [anon_sym_DOT] = ACTIONS(1752), + [anon_sym_SEMI] = ACTIONS(4218), + [anon_sym_get] = ACTIONS(6060), + [anon_sym_set] = ACTIONS(6062), + [anon_sym_STAR] = ACTIONS(1754), + [sym_label] = ACTIONS(1754), + [anon_sym_in] = ACTIONS(1752), + [anon_sym_while] = ACTIONS(1752), + [anon_sym_DOT_DOT] = ACTIONS(1754), + [anon_sym_QMARK_COLON] = ACTIONS(1754), + [anon_sym_AMP_AMP] = ACTIONS(1754), + [anon_sym_PIPE_PIPE] = ACTIONS(1754), + [anon_sym_else] = ACTIONS(1752), + [anon_sym_COLON_COLON] = ACTIONS(1754), + [anon_sym_BANG_EQ] = ACTIONS(1752), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), + [anon_sym_EQ_EQ] = ACTIONS(1752), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), + [anon_sym_LT_EQ] = ACTIONS(1754), + [anon_sym_GT_EQ] = ACTIONS(1754), + [anon_sym_BANGin] = ACTIONS(1754), + [anon_sym_is] = ACTIONS(1752), + [anon_sym_BANGis] = ACTIONS(1754), + [anon_sym_PLUS] = ACTIONS(1752), + [anon_sym_DASH] = ACTIONS(1752), + [anon_sym_SLASH] = ACTIONS(1752), + [anon_sym_PERCENT] = ACTIONS(1754), + [anon_sym_as_QMARK] = ACTIONS(1754), + [anon_sym_PLUS_PLUS] = ACTIONS(1754), + [anon_sym_DASH_DASH] = ACTIONS(1754), + [anon_sym_BANG_BANG] = ACTIONS(1754), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -313610,73 +316911,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1784), - [sym_safe_nav] = ACTIONS(1784), + [sym__backtick_identifier] = ACTIONS(1754), + [sym_safe_nav] = ACTIONS(1754), [sym_multiline_comment] = ACTIONS(3), }, - [2674] = { - [sym_type_constraints] = STATE(2722), - [sym_property_delegate] = STATE(2814), - [sym_getter] = STATE(5011), - [sym_setter] = STATE(5011), - [sym_modifiers] = STATE(8589), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), + [2709] = { + [sym_property_delegate] = STATE(2791), + [sym_getter] = STATE(3142), + [sym_setter] = STATE(3142), + [sym_modifiers] = STATE(8762), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1752), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_EQ] = ACTIONS(6184), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_by] = ACTIONS(6146), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(4412), - [anon_sym_get] = ACTIONS(6156), - [anon_sym_set] = ACTIONS(6158), - [anon_sym_STAR] = ACTIONS(1778), - [sym_label] = ACTIONS(1778), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1778), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG_BANG] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(1754), + [anon_sym_as] = ACTIONS(1752), + [anon_sym_EQ] = ACTIONS(6106), + [anon_sym_LBRACE] = ACTIONS(1754), + [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_LPAREN] = ACTIONS(1754), + [anon_sym_RPAREN] = ACTIONS(1754), + [anon_sym_by] = ACTIONS(6056), + [anon_sym_LT] = ACTIONS(1752), + [anon_sym_GT] = ACTIONS(1752), + [anon_sym_DOT] = ACTIONS(1752), + [anon_sym_SEMI] = ACTIONS(4301), + [anon_sym_get] = ACTIONS(6068), + [anon_sym_set] = ACTIONS(6070), + [anon_sym_STAR] = ACTIONS(1754), + [sym_label] = ACTIONS(1754), + [anon_sym_in] = ACTIONS(1752), + [anon_sym_while] = ACTIONS(1752), + [anon_sym_DOT_DOT] = ACTIONS(1754), + [anon_sym_QMARK_COLON] = ACTIONS(1754), + [anon_sym_AMP_AMP] = ACTIONS(1754), + [anon_sym_PIPE_PIPE] = ACTIONS(1754), + [anon_sym_else] = ACTIONS(1752), + [anon_sym_COLON_COLON] = ACTIONS(1754), + [anon_sym_BANG_EQ] = ACTIONS(1752), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), + [anon_sym_EQ_EQ] = ACTIONS(1752), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), + [anon_sym_LT_EQ] = ACTIONS(1754), + [anon_sym_GT_EQ] = ACTIONS(1754), + [anon_sym_BANGin] = ACTIONS(1754), + [anon_sym_is] = ACTIONS(1752), + [anon_sym_BANGis] = ACTIONS(1754), + [anon_sym_PLUS] = ACTIONS(1752), + [anon_sym_DASH] = ACTIONS(1752), + [anon_sym_SLASH] = ACTIONS(1752), + [anon_sym_PERCENT] = ACTIONS(1754), + [anon_sym_as_QMARK] = ACTIONS(1754), + [anon_sym_PLUS_PLUS] = ACTIONS(1754), + [anon_sym_DASH_DASH] = ACTIONS(1754), + [anon_sym_BANG_BANG] = ACTIONS(1754), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -313700,49 +317001,317 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1778), - [sym__automatic_semicolon] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), + [sym__backtick_identifier] = ACTIONS(1754), + [sym_safe_nav] = ACTIONS(1754), [sym_multiline_comment] = ACTIONS(3), }, - [2675] = { - [sym_getter] = STATE(3209), - [sym_setter] = STATE(3209), - [sym_modifiers] = STATE(8887), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [2710] = { + [sym_property_delegate] = STATE(2775), + [sym_getter] = STATE(3189), + [sym_setter] = STATE(3189), + [sym_modifiers] = STATE(8762), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1764), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1766), + [anon_sym_as] = ACTIONS(1764), + [anon_sym_EQ] = ACTIONS(6210), + [anon_sym_LBRACE] = ACTIONS(1766), + [anon_sym_RBRACE] = ACTIONS(1766), + [anon_sym_LPAREN] = ACTIONS(1766), + [anon_sym_RPAREN] = ACTIONS(1766), + [anon_sym_by] = ACTIONS(6056), + [anon_sym_LT] = ACTIONS(1764), + [anon_sym_GT] = ACTIONS(1764), + [anon_sym_DOT] = ACTIONS(1764), + [anon_sym_SEMI] = ACTIONS(4299), + [anon_sym_get] = ACTIONS(6068), + [anon_sym_set] = ACTIONS(6070), + [anon_sym_STAR] = ACTIONS(1766), + [sym_label] = ACTIONS(1766), + [anon_sym_in] = ACTIONS(1764), + [anon_sym_while] = ACTIONS(1764), + [anon_sym_DOT_DOT] = ACTIONS(1766), + [anon_sym_QMARK_COLON] = ACTIONS(1766), + [anon_sym_AMP_AMP] = ACTIONS(1766), + [anon_sym_PIPE_PIPE] = ACTIONS(1766), + [anon_sym_else] = ACTIONS(1764), + [anon_sym_COLON_COLON] = ACTIONS(1766), + [anon_sym_BANG_EQ] = ACTIONS(1764), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), + [anon_sym_EQ_EQ] = ACTIONS(1764), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1766), + [anon_sym_LT_EQ] = ACTIONS(1766), + [anon_sym_GT_EQ] = ACTIONS(1766), + [anon_sym_BANGin] = ACTIONS(1766), + [anon_sym_is] = ACTIONS(1764), + [anon_sym_BANGis] = ACTIONS(1766), + [anon_sym_PLUS] = ACTIONS(1764), + [anon_sym_DASH] = ACTIONS(1764), + [anon_sym_SLASH] = ACTIONS(1764), + [anon_sym_PERCENT] = ACTIONS(1766), + [anon_sym_as_QMARK] = ACTIONS(1766), + [anon_sym_PLUS_PLUS] = ACTIONS(1766), + [anon_sym_DASH_DASH] = ACTIONS(1766), + [anon_sym_BANG_BANG] = ACTIONS(1766), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1766), + [sym_safe_nav] = ACTIONS(1766), + [sym_multiline_comment] = ACTIONS(3), + }, + [2711] = { + [sym_getter] = STATE(5383), + [sym_setter] = STATE(5383), + [sym_modifiers] = STATE(8811), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_object] = ACTIONS(1784), + [anon_sym_fun] = ACTIONS(1784), + [anon_sym_get] = ACTIONS(5794), + [anon_sym_set] = ACTIONS(5796), + [anon_sym_this] = ACTIONS(1784), + [anon_sym_super] = ACTIONS(1784), + [anon_sym_STAR] = ACTIONS(1786), + [sym_label] = ACTIONS(1784), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_null] = ACTIONS(1784), + [anon_sym_if] = ACTIONS(1784), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_when] = ACTIONS(1784), + [anon_sym_try] = ACTIONS(1784), + [anon_sym_throw] = ACTIONS(1784), + [anon_sym_return] = ACTIONS(1784), + [anon_sym_continue] = ACTIONS(1784), + [anon_sym_break] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG] = ACTIONS(1784), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1786), + [anon_sym_continue_AT] = ACTIONS(1786), + [anon_sym_break_AT] = ACTIONS(1786), + [sym_real_literal] = ACTIONS(1786), + [sym_integer_literal] = ACTIONS(1784), + [sym_hex_literal] = ACTIONS(1786), + [sym_bin_literal] = ACTIONS(1786), + [anon_sym_true] = ACTIONS(1784), + [anon_sym_false] = ACTIONS(1784), + [anon_sym_SQUOTE] = ACTIONS(1786), + [sym__backtick_identifier] = ACTIONS(1786), + [sym__automatic_semicolon] = ACTIONS(1786), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1786), + }, + [2712] = { + [sym__alpha_identifier] = ACTIONS(3943), + [anon_sym_AT] = ACTIONS(3955), + [anon_sym_LBRACK] = ACTIONS(3948), + [anon_sym_RBRACK] = ACTIONS(3948), + [anon_sym_as] = ACTIONS(3943), + [anon_sym_typealias] = ACTIONS(3958), + [anon_sym_EQ] = ACTIONS(3943), + [anon_sym_class] = ACTIONS(3958), + [anon_sym_interface] = ACTIONS(3958), + [anon_sym_enum] = ACTIONS(3958), + [anon_sym_LBRACE] = ACTIONS(3948), + [anon_sym_RBRACE] = ACTIONS(3948), + [anon_sym_LPAREN] = ACTIONS(3948), + [anon_sym_COMMA] = ACTIONS(3948), + [anon_sym_RPAREN] = ACTIONS(3948), + [anon_sym_val] = ACTIONS(3958), + [anon_sym_var] = ACTIONS(3958), + [anon_sym_LT] = ACTIONS(3943), + [anon_sym_GT] = ACTIONS(3943), + [anon_sym_where] = ACTIONS(3943), + [anon_sym_object] = ACTIONS(3958), + [anon_sym_fun] = ACTIONS(3958), + [anon_sym_DOT] = ACTIONS(3943), + [anon_sym_SEMI] = ACTIONS(3948), + [anon_sym_get] = ACTIONS(3960), + [anon_sym_set] = ACTIONS(3960), + [anon_sym_STAR] = ACTIONS(3943), + [anon_sym_DASH_GT] = ACTIONS(3948), + [sym_label] = ACTIONS(3948), + [anon_sym_in] = ACTIONS(3943), + [anon_sym_while] = ACTIONS(3943), + [anon_sym_DOT_DOT] = ACTIONS(3948), + [anon_sym_QMARK_COLON] = ACTIONS(3948), + [anon_sym_AMP_AMP] = ACTIONS(3948), + [anon_sym_PIPE_PIPE] = ACTIONS(3948), + [anon_sym_else] = ACTIONS(3943), + [anon_sym_COLON_COLON] = ACTIONS(3948), + [anon_sym_PLUS_EQ] = ACTIONS(3948), + [anon_sym_DASH_EQ] = ACTIONS(3948), + [anon_sym_STAR_EQ] = ACTIONS(3948), + [anon_sym_SLASH_EQ] = ACTIONS(3948), + [anon_sym_PERCENT_EQ] = ACTIONS(3948), + [anon_sym_BANG_EQ] = ACTIONS(3943), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3948), + [anon_sym_EQ_EQ] = ACTIONS(3943), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3948), + [anon_sym_LT_EQ] = ACTIONS(3948), + [anon_sym_GT_EQ] = ACTIONS(3948), + [anon_sym_BANGin] = ACTIONS(3948), + [anon_sym_is] = ACTIONS(3943), + [anon_sym_BANGis] = ACTIONS(3948), + [anon_sym_PLUS] = ACTIONS(3943), + [anon_sym_DASH] = ACTIONS(3943), + [anon_sym_SLASH] = ACTIONS(3943), + [anon_sym_PERCENT] = ACTIONS(3943), + [anon_sym_as_QMARK] = ACTIONS(3948), + [anon_sym_PLUS_PLUS] = ACTIONS(3948), + [anon_sym_DASH_DASH] = ACTIONS(3948), + [anon_sym_BANG_BANG] = ACTIONS(3948), + [anon_sym_suspend] = ACTIONS(3960), + [anon_sym_sealed] = ACTIONS(3960), + [anon_sym_annotation] = ACTIONS(3960), + [anon_sym_data] = ACTIONS(3960), + [anon_sym_inner] = ACTIONS(3960), + [anon_sym_override] = ACTIONS(3960), + [anon_sym_lateinit] = ACTIONS(3960), + [anon_sym_public] = ACTIONS(3960), + [anon_sym_private] = ACTIONS(3960), + [anon_sym_internal] = ACTIONS(3960), + [anon_sym_protected] = ACTIONS(3960), + [anon_sym_tailrec] = ACTIONS(3960), + [anon_sym_operator] = ACTIONS(3960), + [anon_sym_infix] = ACTIONS(3960), + [anon_sym_inline] = ACTIONS(3960), + [anon_sym_external] = ACTIONS(3960), + [sym_property_modifier] = ACTIONS(3960), + [anon_sym_abstract] = ACTIONS(3960), + [anon_sym_final] = ACTIONS(3960), + [anon_sym_open] = ACTIONS(3960), + [anon_sym_vararg] = ACTIONS(3960), + [anon_sym_noinline] = ACTIONS(3960), + [anon_sym_crossinline] = ACTIONS(3960), + [anon_sym_expect] = ACTIONS(3960), + [anon_sym_actual] = ACTIONS(3960), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3948), + [sym_safe_nav] = ACTIONS(3948), + [sym_multiline_comment] = ACTIONS(3), + }, + [2713] = { + [sym_property_delegate] = STATE(2774), + [sym_getter] = STATE(3203), + [sym_setter] = STATE(3203), + [sym_modifiers] = STATE(8762), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1694), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1696), - [anon_sym_RBRACK] = ACTIONS(1696), [anon_sym_as] = ACTIONS(1694), + [anon_sym_EQ] = ACTIONS(6094), [anon_sym_LBRACE] = ACTIONS(1696), [anon_sym_RBRACE] = ACTIONS(1696), [anon_sym_LPAREN] = ACTIONS(1696), - [anon_sym_COMMA] = ACTIONS(1696), [anon_sym_RPAREN] = ACTIONS(1696), + [anon_sym_by] = ACTIONS(6056), [anon_sym_LT] = ACTIONS(1694), [anon_sym_GT] = ACTIONS(1694), - [anon_sym_where] = ACTIONS(1694), [anon_sym_DOT] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(3810), - [anon_sym_get] = ACTIONS(5906), - [anon_sym_set] = ACTIONS(5908), + [anon_sym_SEMI] = ACTIONS(4279), + [anon_sym_get] = ACTIONS(6068), + [anon_sym_set] = ACTIONS(6070), [anon_sym_STAR] = ACTIONS(1696), - [anon_sym_DASH_GT] = ACTIONS(1696), [sym_label] = ACTIONS(1696), [anon_sym_in] = ACTIONS(1694), [anon_sym_while] = ACTIONS(1694), @@ -313792,74 +317361,250 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1696), [sym_safe_nav] = ACTIONS(1696), [sym_multiline_comment] = ACTIONS(3), }, - [2676] = { - [sym_getter] = STATE(3232), - [sym_setter] = STATE(3232), - [sym_modifiers] = STATE(8887), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), + [2714] = { + [sym__alpha_identifier] = ACTIONS(3943), + [anon_sym_AT] = ACTIONS(3945), + [anon_sym_LBRACK] = ACTIONS(3948), + [anon_sym_RBRACK] = ACTIONS(3948), + [anon_sym_as] = ACTIONS(3943), + [anon_sym_typealias] = ACTIONS(3950), + [anon_sym_EQ] = ACTIONS(3943), + [anon_sym_class] = ACTIONS(3950), + [anon_sym_interface] = ACTIONS(3950), + [anon_sym_enum] = ACTIONS(3950), + [anon_sym_LBRACE] = ACTIONS(3948), + [anon_sym_RBRACE] = ACTIONS(3948), + [anon_sym_LPAREN] = ACTIONS(3948), + [anon_sym_COMMA] = ACTIONS(3948), + [anon_sym_RPAREN] = ACTIONS(3948), + [anon_sym_val] = ACTIONS(3950), + [anon_sym_var] = ACTIONS(3950), + [anon_sym_LT] = ACTIONS(3943), + [anon_sym_GT] = ACTIONS(3943), + [anon_sym_where] = ACTIONS(3943), + [anon_sym_object] = ACTIONS(3950), + [anon_sym_fun] = ACTIONS(3950), + [anon_sym_DOT] = ACTIONS(3943), + [anon_sym_SEMI] = ACTIONS(3948), + [anon_sym_get] = ACTIONS(3952), + [anon_sym_set] = ACTIONS(3952), + [anon_sym_STAR] = ACTIONS(3943), + [anon_sym_DASH_GT] = ACTIONS(3948), + [sym_label] = ACTIONS(3948), + [anon_sym_in] = ACTIONS(3943), + [anon_sym_while] = ACTIONS(3943), + [anon_sym_DOT_DOT] = ACTIONS(3948), + [anon_sym_QMARK_COLON] = ACTIONS(3948), + [anon_sym_AMP_AMP] = ACTIONS(3948), + [anon_sym_PIPE_PIPE] = ACTIONS(3948), + [anon_sym_else] = ACTIONS(3943), + [anon_sym_COLON_COLON] = ACTIONS(3948), + [anon_sym_PLUS_EQ] = ACTIONS(3948), + [anon_sym_DASH_EQ] = ACTIONS(3948), + [anon_sym_STAR_EQ] = ACTIONS(3948), + [anon_sym_SLASH_EQ] = ACTIONS(3948), + [anon_sym_PERCENT_EQ] = ACTIONS(3948), + [anon_sym_BANG_EQ] = ACTIONS(3943), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3948), + [anon_sym_EQ_EQ] = ACTIONS(3943), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3948), + [anon_sym_LT_EQ] = ACTIONS(3948), + [anon_sym_GT_EQ] = ACTIONS(3948), + [anon_sym_BANGin] = ACTIONS(3948), + [anon_sym_is] = ACTIONS(3943), + [anon_sym_BANGis] = ACTIONS(3948), + [anon_sym_PLUS] = ACTIONS(3943), + [anon_sym_DASH] = ACTIONS(3943), + [anon_sym_SLASH] = ACTIONS(3943), + [anon_sym_PERCENT] = ACTIONS(3943), + [anon_sym_as_QMARK] = ACTIONS(3948), + [anon_sym_PLUS_PLUS] = ACTIONS(3948), + [anon_sym_DASH_DASH] = ACTIONS(3948), + [anon_sym_BANG_BANG] = ACTIONS(3948), + [anon_sym_suspend] = ACTIONS(3950), + [anon_sym_sealed] = ACTIONS(3950), + [anon_sym_annotation] = ACTIONS(3950), + [anon_sym_data] = ACTIONS(3952), + [anon_sym_inner] = ACTIONS(3952), + [anon_sym_override] = ACTIONS(3950), + [anon_sym_lateinit] = ACTIONS(3950), + [anon_sym_public] = ACTIONS(3950), + [anon_sym_private] = ACTIONS(3950), + [anon_sym_internal] = ACTIONS(3950), + [anon_sym_protected] = ACTIONS(3950), + [anon_sym_tailrec] = ACTIONS(3950), + [anon_sym_operator] = ACTIONS(3950), + [anon_sym_infix] = ACTIONS(3950), + [anon_sym_inline] = ACTIONS(3950), + [anon_sym_external] = ACTIONS(3950), + [sym_property_modifier] = ACTIONS(3950), + [anon_sym_abstract] = ACTIONS(3950), + [anon_sym_final] = ACTIONS(3950), + [anon_sym_open] = ACTIONS(3950), + [anon_sym_vararg] = ACTIONS(3950), + [anon_sym_noinline] = ACTIONS(3950), + [anon_sym_crossinline] = ACTIONS(3950), + [anon_sym_expect] = ACTIONS(3952), + [anon_sym_actual] = ACTIONS(3952), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3948), + [sym_safe_nav] = ACTIONS(3948), + [sym_multiline_comment] = ACTIONS(3), + }, + [2715] = { + [sym__alpha_identifier] = ACTIONS(3943), + [anon_sym_AT] = ACTIONS(3945), + [anon_sym_COLON] = ACTIONS(3943), + [anon_sym_LBRACK] = ACTIONS(3948), + [anon_sym_as] = ACTIONS(3943), + [anon_sym_typealias] = ACTIONS(3950), + [anon_sym_EQ] = ACTIONS(3943), + [anon_sym_class] = ACTIONS(3950), + [anon_sym_interface] = ACTIONS(3950), + [anon_sym_enum] = ACTIONS(3950), + [anon_sym_LBRACE] = ACTIONS(3948), + [anon_sym_RBRACE] = ACTIONS(3948), + [anon_sym_LPAREN] = ACTIONS(3948), + [anon_sym_COMMA] = ACTIONS(3948), + [anon_sym_val] = ACTIONS(3950), + [anon_sym_var] = ACTIONS(3950), + [anon_sym_LT] = ACTIONS(3943), + [anon_sym_GT] = ACTIONS(3943), + [anon_sym_where] = ACTIONS(3943), + [anon_sym_object] = ACTIONS(3950), + [anon_sym_fun] = ACTIONS(3950), + [anon_sym_DOT] = ACTIONS(3943), + [anon_sym_SEMI] = ACTIONS(3948), + [anon_sym_get] = ACTIONS(3952), + [anon_sym_set] = ACTIONS(3952), + [anon_sym_STAR] = ACTIONS(3943), + [anon_sym_DASH_GT] = ACTIONS(3948), + [sym_label] = ACTIONS(3948), + [anon_sym_in] = ACTIONS(3943), + [anon_sym_DOT_DOT] = ACTIONS(3948), + [anon_sym_QMARK_COLON] = ACTIONS(3948), + [anon_sym_AMP_AMP] = ACTIONS(3948), + [anon_sym_PIPE_PIPE] = ACTIONS(3948), + [anon_sym_else] = ACTIONS(3943), + [anon_sym_COLON_COLON] = ACTIONS(3948), + [anon_sym_PLUS_EQ] = ACTIONS(3948), + [anon_sym_DASH_EQ] = ACTIONS(3948), + [anon_sym_STAR_EQ] = ACTIONS(3948), + [anon_sym_SLASH_EQ] = ACTIONS(3948), + [anon_sym_PERCENT_EQ] = ACTIONS(3948), + [anon_sym_BANG_EQ] = ACTIONS(3943), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3948), + [anon_sym_EQ_EQ] = ACTIONS(3943), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3948), + [anon_sym_LT_EQ] = ACTIONS(3948), + [anon_sym_GT_EQ] = ACTIONS(3948), + [anon_sym_BANGin] = ACTIONS(3948), + [anon_sym_is] = ACTIONS(3943), + [anon_sym_BANGis] = ACTIONS(3948), + [anon_sym_PLUS] = ACTIONS(3943), + [anon_sym_DASH] = ACTIONS(3943), + [anon_sym_SLASH] = ACTIONS(3943), + [anon_sym_PERCENT] = ACTIONS(3943), + [anon_sym_as_QMARK] = ACTIONS(3948), + [anon_sym_PLUS_PLUS] = ACTIONS(3948), + [anon_sym_DASH_DASH] = ACTIONS(3948), + [anon_sym_BANG_BANG] = ACTIONS(3948), + [anon_sym_suspend] = ACTIONS(3950), + [anon_sym_sealed] = ACTIONS(3950), + [anon_sym_annotation] = ACTIONS(3950), + [anon_sym_data] = ACTIONS(3952), + [anon_sym_inner] = ACTIONS(3952), + [anon_sym_override] = ACTIONS(3950), + [anon_sym_lateinit] = ACTIONS(3950), + [anon_sym_public] = ACTIONS(3950), + [anon_sym_private] = ACTIONS(3950), + [anon_sym_internal] = ACTIONS(3950), + [anon_sym_protected] = ACTIONS(3950), + [anon_sym_tailrec] = ACTIONS(3950), + [anon_sym_operator] = ACTIONS(3950), + [anon_sym_infix] = ACTIONS(3950), + [anon_sym_inline] = ACTIONS(3950), + [anon_sym_external] = ACTIONS(3950), + [sym_property_modifier] = ACTIONS(3950), + [anon_sym_abstract] = ACTIONS(3950), + [anon_sym_final] = ACTIONS(3950), + [anon_sym_open] = ACTIONS(3950), + [anon_sym_vararg] = ACTIONS(3950), + [anon_sym_noinline] = ACTIONS(3950), + [anon_sym_crossinline] = ACTIONS(3950), + [anon_sym_expect] = ACTIONS(3952), + [anon_sym_actual] = ACTIONS(3952), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3948), + [sym__automatic_semicolon] = ACTIONS(3948), + [sym_safe_nav] = ACTIONS(3948), + [sym_multiline_comment] = ACTIONS(3), + }, + [2716] = { + [sym_property_delegate] = STATE(2822), + [sym_getter] = STATE(3817), + [sym_setter] = STATE(3817), + [sym_modifiers] = STATE(8770), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_RBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_COMMA] = ACTIONS(3256), - [anon_sym_RPAREN] = ACTIONS(3256), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_where] = ACTIONS(3254), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(3256), - [anon_sym_get] = ACTIONS(5906), - [anon_sym_set] = ACTIONS(5908), - [anon_sym_STAR] = ACTIONS(3256), - [anon_sym_DASH_GT] = ACTIONS(3256), - [sym_label] = ACTIONS(3256), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_while] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3256), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG_BANG] = ACTIONS(3256), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_EQ] = ACTIONS(6202), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_by] = ACTIONS(6160), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(4430), + [anon_sym_get] = ACTIONS(6176), + [anon_sym_set] = ACTIONS(6178), + [anon_sym_STAR] = ACTIONS(1786), + [sym_label] = ACTIONS(1786), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1786), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG_BANG] = ACTIONS(1786), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -313883,74 +317628,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), + [sym__backtick_identifier] = ACTIONS(1786), + [sym__automatic_semicolon] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), [sym_multiline_comment] = ACTIONS(3), }, - [2677] = { - [sym_getter] = STATE(4710), - [sym_setter] = STATE(4710), - [sym_modifiers] = STATE(8699), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), + [2717] = { + [sym_property_delegate] = STATE(2800), + [sym_getter] = STATE(3715), + [sym_setter] = STATE(3715), + [sym_modifiers] = STATE(8770), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1694), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_RBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_COMMA] = ACTIONS(1778), - [anon_sym_RPAREN] = ACTIONS(1778), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_where] = ACTIONS(1776), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(1778), - [anon_sym_get] = ACTIONS(5912), - [anon_sym_set] = ACTIONS(5914), - [anon_sym_STAR] = ACTIONS(1778), - [anon_sym_DASH_GT] = ACTIONS(1778), - [sym_label] = ACTIONS(1778), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_while] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1778), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG_BANG] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(1696), + [anon_sym_as] = ACTIONS(1694), + [anon_sym_EQ] = ACTIONS(6180), + [anon_sym_LBRACE] = ACTIONS(1696), + [anon_sym_RBRACE] = ACTIONS(1696), + [anon_sym_LPAREN] = ACTIONS(1696), + [anon_sym_by] = ACTIONS(6160), + [anon_sym_LT] = ACTIONS(1694), + [anon_sym_GT] = ACTIONS(1694), + [anon_sym_DOT] = ACTIONS(1694), + [anon_sym_SEMI] = ACTIONS(4400), + [anon_sym_get] = ACTIONS(6176), + [anon_sym_set] = ACTIONS(6178), + [anon_sym_STAR] = ACTIONS(1696), + [sym_label] = ACTIONS(1696), + [anon_sym_in] = ACTIONS(1694), + [anon_sym_DOT_DOT] = ACTIONS(1696), + [anon_sym_QMARK_COLON] = ACTIONS(1696), + [anon_sym_AMP_AMP] = ACTIONS(1696), + [anon_sym_PIPE_PIPE] = ACTIONS(1696), + [anon_sym_else] = ACTIONS(1694), + [anon_sym_COLON_COLON] = ACTIONS(1696), + [anon_sym_BANG_EQ] = ACTIONS(1694), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), + [anon_sym_EQ_EQ] = ACTIONS(1694), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), + [anon_sym_LT_EQ] = ACTIONS(1696), + [anon_sym_GT_EQ] = ACTIONS(1696), + [anon_sym_BANGin] = ACTIONS(1696), + [anon_sym_is] = ACTIONS(1694), + [anon_sym_BANGis] = ACTIONS(1696), + [anon_sym_PLUS] = ACTIONS(1694), + [anon_sym_DASH] = ACTIONS(1694), + [anon_sym_SLASH] = ACTIONS(1694), + [anon_sym_PERCENT] = ACTIONS(1696), + [anon_sym_as_QMARK] = ACTIONS(1696), + [anon_sym_PLUS_PLUS] = ACTIONS(1696), + [anon_sym_DASH_DASH] = ACTIONS(1696), + [anon_sym_BANG_BANG] = ACTIONS(1696), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -313974,73 +317717,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), + [sym__backtick_identifier] = ACTIONS(1696), + [sym__automatic_semicolon] = ACTIONS(1696), + [sym_safe_nav] = ACTIONS(1696), [sym_multiline_comment] = ACTIONS(3), }, - [2678] = { - [sym_type_constraints] = STATE(2713), - [sym_property_delegate] = STATE(2830), - [sym_getter] = STATE(3787), - [sym_setter] = STATE(3787), - [sym_modifiers] = STATE(8637), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), + [2718] = { + [sym_property_delegate] = STATE(2817), + [sym_getter] = STATE(4945), + [sym_setter] = STATE(4945), + [sym_modifiers] = STATE(8625), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_EQ] = ACTIONS(6186), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_by] = ACTIONS(6146), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(6188), - [anon_sym_get] = ACTIONS(6148), - [anon_sym_set] = ACTIONS(6150), - [anon_sym_STAR] = ACTIONS(3256), - [sym_label] = ACTIONS(3256), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3256), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG_BANG] = ACTIONS(3256), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_EQ] = ACTIONS(6204), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_by] = ACTIONS(6160), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(6206), + [anon_sym_get] = ACTIONS(6162), + [anon_sym_set] = ACTIONS(6164), + [anon_sym_STAR] = ACTIONS(3280), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3280), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -314064,64 +317806,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3256), - [sym__automatic_semicolon] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), + [sym__backtick_identifier] = ACTIONS(3280), + [sym__automatic_semicolon] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), [sym_multiline_comment] = ACTIONS(3), }, - [2679] = { - [sym_getter] = STATE(5363), - [sym_setter] = STATE(5363), - [sym_modifiers] = STATE(8883), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [2719] = { + [sym_property_delegate] = STATE(2816), + [sym_getter] = STATE(3766), + [sym_setter] = STATE(3766), + [sym_modifiers] = STATE(8770), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1764), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1766), + [anon_sym_as] = ACTIONS(1764), + [anon_sym_EQ] = ACTIONS(6212), [anon_sym_LBRACE] = ACTIONS(1766), [anon_sym_RBRACE] = ACTIONS(1766), [anon_sym_LPAREN] = ACTIONS(1766), - [anon_sym_object] = ACTIONS(1764), - [anon_sym_fun] = ACTIONS(1764), - [anon_sym_SEMI] = ACTIONS(2018), - [anon_sym_get] = ACTIONS(5816), - [anon_sym_set] = ACTIONS(5818), - [anon_sym_this] = ACTIONS(1764), - [anon_sym_super] = ACTIONS(1764), + [anon_sym_by] = ACTIONS(6160), + [anon_sym_LT] = ACTIONS(1764), + [anon_sym_GT] = ACTIONS(1764), + [anon_sym_DOT] = ACTIONS(1764), + [anon_sym_SEMI] = ACTIONS(4382), + [anon_sym_get] = ACTIONS(6176), + [anon_sym_set] = ACTIONS(6178), [anon_sym_STAR] = ACTIONS(1766), - [sym_label] = ACTIONS(1764), + [sym_label] = ACTIONS(1766), [anon_sym_in] = ACTIONS(1764), - [anon_sym_null] = ACTIONS(1764), - [anon_sym_if] = ACTIONS(1764), + [anon_sym_DOT_DOT] = ACTIONS(1766), + [anon_sym_QMARK_COLON] = ACTIONS(1766), + [anon_sym_AMP_AMP] = ACTIONS(1766), + [anon_sym_PIPE_PIPE] = ACTIONS(1766), [anon_sym_else] = ACTIONS(1764), - [anon_sym_when] = ACTIONS(1764), - [anon_sym_try] = ACTIONS(1764), - [anon_sym_throw] = ACTIONS(1764), - [anon_sym_return] = ACTIONS(1764), - [anon_sym_continue] = ACTIONS(1764), - [anon_sym_break] = ACTIONS(1764), [anon_sym_COLON_COLON] = ACTIONS(1766), + [anon_sym_BANG_EQ] = ACTIONS(1764), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), + [anon_sym_EQ_EQ] = ACTIONS(1764), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1766), + [anon_sym_LT_EQ] = ACTIONS(1766), + [anon_sym_GT_EQ] = ACTIONS(1766), [anon_sym_BANGin] = ACTIONS(1766), [anon_sym_is] = ACTIONS(1764), [anon_sym_BANGis] = ACTIONS(1766), [anon_sym_PLUS] = ACTIONS(1764), [anon_sym_DASH] = ACTIONS(1764), + [anon_sym_SLASH] = ACTIONS(1764), + [anon_sym_PERCENT] = ACTIONS(1766), + [anon_sym_as_QMARK] = ACTIONS(1766), [anon_sym_PLUS_PLUS] = ACTIONS(1766), [anon_sym_DASH_DASH] = ACTIONS(1766), - [anon_sym_BANG] = ACTIONS(1764), + [anon_sym_BANG_BANG] = ACTIONS(1766), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -314145,267 +317895,161 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1766), - [anon_sym_continue_AT] = ACTIONS(1766), - [anon_sym_break_AT] = ACTIONS(1766), - [sym_real_literal] = ACTIONS(1766), - [sym_integer_literal] = ACTIONS(1764), - [sym_hex_literal] = ACTIONS(1766), - [sym_bin_literal] = ACTIONS(1766), - [anon_sym_true] = ACTIONS(1764), - [anon_sym_false] = ACTIONS(1764), - [anon_sym_SQUOTE] = ACTIONS(1766), [sym__backtick_identifier] = ACTIONS(1766), [sym__automatic_semicolon] = ACTIONS(1766), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1766), - }, - [2680] = { - [sym_property_delegate] = STATE(2727), - [sym_getter] = STATE(4976), - [sym_setter] = STATE(4976), - [sym_modifiers] = STATE(8818), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_EQ] = ACTIONS(6046), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_COMMA] = ACTIONS(3256), - [anon_sym_by] = ACTIONS(6024), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_where] = ACTIONS(3254), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(6048), - [anon_sym_get] = ACTIONS(6026), - [anon_sym_set] = ACTIONS(6028), - [anon_sym_STAR] = ACTIONS(3256), - [sym_label] = ACTIONS(3256), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3256), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG_BANG] = ACTIONS(3256), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3256), - [sym__automatic_semicolon] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), + [sym_safe_nav] = ACTIONS(1766), [sym_multiline_comment] = ACTIONS(3), }, - [2681] = { - [sym_primary_constructor] = STATE(4094), - [sym__class_parameters] = STATE(3545), - [sym_type_constraints] = STATE(3564), - [sym_enum_class_body] = STATE(3835), - [sym_modifiers] = STATE(9083), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3204), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(6190), - [anon_sym_LBRACK] = ACTIONS(3208), - [anon_sym_as] = ACTIONS(3204), - [anon_sym_constructor] = ACTIONS(5357), - [anon_sym_LBRACE] = ACTIONS(5359), - [anon_sym_RBRACE] = ACTIONS(3208), - [anon_sym_LPAREN] = ACTIONS(5361), - [anon_sym_LT] = ACTIONS(3204), - [anon_sym_GT] = ACTIONS(3204), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(3204), - [anon_sym_SEMI] = ACTIONS(3208), - [anon_sym_get] = ACTIONS(3204), - [anon_sym_set] = ACTIONS(3204), - [anon_sym_STAR] = ACTIONS(3208), - [sym_label] = ACTIONS(3208), - [anon_sym_in] = ACTIONS(3204), - [anon_sym_DOT_DOT] = ACTIONS(3208), - [anon_sym_QMARK_COLON] = ACTIONS(3208), - [anon_sym_AMP_AMP] = ACTIONS(3208), - [anon_sym_PIPE_PIPE] = ACTIONS(3208), - [anon_sym_else] = ACTIONS(3204), - [anon_sym_COLON_COLON] = ACTIONS(3208), - [anon_sym_BANG_EQ] = ACTIONS(3204), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3208), - [anon_sym_EQ_EQ] = ACTIONS(3204), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3208), - [anon_sym_LT_EQ] = ACTIONS(3208), - [anon_sym_GT_EQ] = ACTIONS(3208), - [anon_sym_BANGin] = ACTIONS(3208), - [anon_sym_is] = ACTIONS(3204), - [anon_sym_BANGis] = ACTIONS(3208), - [anon_sym_PLUS] = ACTIONS(3204), - [anon_sym_DASH] = ACTIONS(3204), - [anon_sym_SLASH] = ACTIONS(3204), - [anon_sym_PERCENT] = ACTIONS(3208), - [anon_sym_as_QMARK] = ACTIONS(3208), - [anon_sym_PLUS_PLUS] = ACTIONS(3208), - [anon_sym_DASH_DASH] = ACTIONS(3208), - [anon_sym_BANG_BANG] = ACTIONS(3208), - [anon_sym_suspend] = ACTIONS(3120), - [anon_sym_sealed] = ACTIONS(3122), - [anon_sym_annotation] = ACTIONS(3122), - [anon_sym_data] = ACTIONS(3122), - [anon_sym_inner] = ACTIONS(3122), - [anon_sym_override] = ACTIONS(3124), - [anon_sym_lateinit] = ACTIONS(3124), - [anon_sym_public] = ACTIONS(3126), - [anon_sym_private] = ACTIONS(3126), - [anon_sym_internal] = ACTIONS(3126), - [anon_sym_protected] = ACTIONS(3126), - [anon_sym_tailrec] = ACTIONS(3120), - [anon_sym_operator] = ACTIONS(3120), - [anon_sym_infix] = ACTIONS(3120), - [anon_sym_inline] = ACTIONS(3120), - [anon_sym_external] = ACTIONS(3120), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(3130), - [anon_sym_final] = ACTIONS(3130), - [anon_sym_open] = ACTIONS(3130), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3134), - [anon_sym_actual] = ACTIONS(3134), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3208), - [sym__automatic_semicolon] = ACTIONS(3208), - [sym_safe_nav] = ACTIONS(3208), + [2720] = { + [sym__alpha_identifier] = ACTIONS(3943), + [anon_sym_AT] = ACTIONS(3955), + [anon_sym_COLON] = ACTIONS(3943), + [anon_sym_LBRACK] = ACTIONS(3948), + [anon_sym_as] = ACTIONS(3943), + [anon_sym_typealias] = ACTIONS(3958), + [anon_sym_EQ] = ACTIONS(3943), + [anon_sym_class] = ACTIONS(3958), + [anon_sym_interface] = ACTIONS(3958), + [anon_sym_enum] = ACTIONS(3958), + [anon_sym_LBRACE] = ACTIONS(3948), + [anon_sym_RBRACE] = ACTIONS(3948), + [anon_sym_LPAREN] = ACTIONS(3948), + [anon_sym_COMMA] = ACTIONS(3948), + [anon_sym_val] = ACTIONS(3958), + [anon_sym_var] = ACTIONS(3958), + [anon_sym_LT] = ACTIONS(3943), + [anon_sym_GT] = ACTIONS(3943), + [anon_sym_where] = ACTIONS(3943), + [anon_sym_object] = ACTIONS(3958), + [anon_sym_fun] = ACTIONS(3958), + [anon_sym_DOT] = ACTIONS(3943), + [anon_sym_SEMI] = ACTIONS(3948), + [anon_sym_get] = ACTIONS(3960), + [anon_sym_set] = ACTIONS(3960), + [anon_sym_STAR] = ACTIONS(3943), + [anon_sym_DASH_GT] = ACTIONS(3948), + [sym_label] = ACTIONS(3948), + [anon_sym_in] = ACTIONS(3943), + [anon_sym_DOT_DOT] = ACTIONS(3948), + [anon_sym_QMARK_COLON] = ACTIONS(3948), + [anon_sym_AMP_AMP] = ACTIONS(3948), + [anon_sym_PIPE_PIPE] = ACTIONS(3948), + [anon_sym_else] = ACTIONS(3943), + [anon_sym_COLON_COLON] = ACTIONS(3948), + [anon_sym_PLUS_EQ] = ACTIONS(3948), + [anon_sym_DASH_EQ] = ACTIONS(3948), + [anon_sym_STAR_EQ] = ACTIONS(3948), + [anon_sym_SLASH_EQ] = ACTIONS(3948), + [anon_sym_PERCENT_EQ] = ACTIONS(3948), + [anon_sym_BANG_EQ] = ACTIONS(3943), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3948), + [anon_sym_EQ_EQ] = ACTIONS(3943), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3948), + [anon_sym_LT_EQ] = ACTIONS(3948), + [anon_sym_GT_EQ] = ACTIONS(3948), + [anon_sym_BANGin] = ACTIONS(3948), + [anon_sym_is] = ACTIONS(3943), + [anon_sym_BANGis] = ACTIONS(3948), + [anon_sym_PLUS] = ACTIONS(3943), + [anon_sym_DASH] = ACTIONS(3943), + [anon_sym_SLASH] = ACTIONS(3943), + [anon_sym_PERCENT] = ACTIONS(3943), + [anon_sym_as_QMARK] = ACTIONS(3948), + [anon_sym_PLUS_PLUS] = ACTIONS(3948), + [anon_sym_DASH_DASH] = ACTIONS(3948), + [anon_sym_BANG_BANG] = ACTIONS(3948), + [anon_sym_suspend] = ACTIONS(3958), + [anon_sym_sealed] = ACTIONS(3958), + [anon_sym_annotation] = ACTIONS(3958), + [anon_sym_data] = ACTIONS(3960), + [anon_sym_inner] = ACTIONS(3960), + [anon_sym_override] = ACTIONS(3958), + [anon_sym_lateinit] = ACTIONS(3958), + [anon_sym_public] = ACTIONS(3958), + [anon_sym_private] = ACTIONS(3958), + [anon_sym_internal] = ACTIONS(3958), + [anon_sym_protected] = ACTIONS(3958), + [anon_sym_tailrec] = ACTIONS(3958), + [anon_sym_operator] = ACTIONS(3958), + [anon_sym_infix] = ACTIONS(3958), + [anon_sym_inline] = ACTIONS(3958), + [anon_sym_external] = ACTIONS(3958), + [sym_property_modifier] = ACTIONS(3958), + [anon_sym_abstract] = ACTIONS(3958), + [anon_sym_final] = ACTIONS(3958), + [anon_sym_open] = ACTIONS(3958), + [anon_sym_vararg] = ACTIONS(3958), + [anon_sym_noinline] = ACTIONS(3958), + [anon_sym_crossinline] = ACTIONS(3958), + [anon_sym_expect] = ACTIONS(3960), + [anon_sym_actual] = ACTIONS(3960), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3948), + [sym__automatic_semicolon] = ACTIONS(3948), + [sym_safe_nav] = ACTIONS(3948), [sym_multiline_comment] = ACTIONS(3), }, - [2682] = { - [sym_getter] = STATE(3219), - [sym_setter] = STATE(3219), - [sym_modifiers] = STATE(8887), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1752), + [2721] = { + [sym_property_delegate] = STATE(2821), + [sym_getter] = STATE(4916), + [sym_setter] = STATE(4916), + [sym_modifiers] = STATE(8625), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1764), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1754), - [anon_sym_RBRACK] = ACTIONS(1754), - [anon_sym_as] = ACTIONS(1752), - [anon_sym_LBRACE] = ACTIONS(1754), - [anon_sym_RBRACE] = ACTIONS(1754), - [anon_sym_LPAREN] = ACTIONS(1754), - [anon_sym_COMMA] = ACTIONS(1754), - [anon_sym_RPAREN] = ACTIONS(1754), - [anon_sym_LT] = ACTIONS(1752), - [anon_sym_GT] = ACTIONS(1752), - [anon_sym_where] = ACTIONS(1752), - [anon_sym_DOT] = ACTIONS(1752), - [anon_sym_SEMI] = ACTIONS(3802), - [anon_sym_get] = ACTIONS(5906), - [anon_sym_set] = ACTIONS(5908), - [anon_sym_STAR] = ACTIONS(1754), - [anon_sym_DASH_GT] = ACTIONS(1754), - [sym_label] = ACTIONS(1754), - [anon_sym_in] = ACTIONS(1752), - [anon_sym_while] = ACTIONS(1752), - [anon_sym_DOT_DOT] = ACTIONS(1754), - [anon_sym_QMARK_COLON] = ACTIONS(1754), - [anon_sym_AMP_AMP] = ACTIONS(1754), - [anon_sym_PIPE_PIPE] = ACTIONS(1754), - [anon_sym_else] = ACTIONS(1752), - [anon_sym_COLON_COLON] = ACTIONS(1754), - [anon_sym_BANG_EQ] = ACTIONS(1752), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), - [anon_sym_EQ_EQ] = ACTIONS(1752), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), - [anon_sym_LT_EQ] = ACTIONS(1754), - [anon_sym_GT_EQ] = ACTIONS(1754), - [anon_sym_BANGin] = ACTIONS(1754), - [anon_sym_is] = ACTIONS(1752), - [anon_sym_BANGis] = ACTIONS(1754), - [anon_sym_PLUS] = ACTIONS(1752), - [anon_sym_DASH] = ACTIONS(1752), - [anon_sym_SLASH] = ACTIONS(1752), - [anon_sym_PERCENT] = ACTIONS(1754), - [anon_sym_as_QMARK] = ACTIONS(1754), - [anon_sym_PLUS_PLUS] = ACTIONS(1754), - [anon_sym_DASH_DASH] = ACTIONS(1754), - [anon_sym_BANG_BANG] = ACTIONS(1754), + [anon_sym_LBRACK] = ACTIONS(1766), + [anon_sym_as] = ACTIONS(1764), + [anon_sym_EQ] = ACTIONS(6214), + [anon_sym_LBRACE] = ACTIONS(1766), + [anon_sym_RBRACE] = ACTIONS(1766), + [anon_sym_LPAREN] = ACTIONS(1766), + [anon_sym_by] = ACTIONS(6160), + [anon_sym_LT] = ACTIONS(1764), + [anon_sym_GT] = ACTIONS(1764), + [anon_sym_DOT] = ACTIONS(1764), + [anon_sym_SEMI] = ACTIONS(4450), + [anon_sym_get] = ACTIONS(6162), + [anon_sym_set] = ACTIONS(6164), + [anon_sym_STAR] = ACTIONS(1766), + [sym_label] = ACTIONS(1766), + [anon_sym_in] = ACTIONS(1764), + [anon_sym_DOT_DOT] = ACTIONS(1766), + [anon_sym_QMARK_COLON] = ACTIONS(1766), + [anon_sym_AMP_AMP] = ACTIONS(1766), + [anon_sym_PIPE_PIPE] = ACTIONS(1766), + [anon_sym_else] = ACTIONS(1764), + [anon_sym_COLON_COLON] = ACTIONS(1766), + [anon_sym_BANG_EQ] = ACTIONS(1764), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), + [anon_sym_EQ_EQ] = ACTIONS(1764), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1766), + [anon_sym_LT_EQ] = ACTIONS(1766), + [anon_sym_GT_EQ] = ACTIONS(1766), + [anon_sym_BANGin] = ACTIONS(1766), + [anon_sym_is] = ACTIONS(1764), + [anon_sym_BANGis] = ACTIONS(1766), + [anon_sym_PLUS] = ACTIONS(1764), + [anon_sym_DASH] = ACTIONS(1764), + [anon_sym_SLASH] = ACTIONS(1764), + [anon_sym_PERCENT] = ACTIONS(1766), + [anon_sym_as_QMARK] = ACTIONS(1766), + [anon_sym_PLUS_PLUS] = ACTIONS(1766), + [anon_sym_DASH_DASH] = ACTIONS(1766), + [anon_sym_BANG_BANG] = ACTIONS(1766), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -314429,74 +318073,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1754), - [sym_safe_nav] = ACTIONS(1754), + [sym__backtick_identifier] = ACTIONS(1766), + [sym__automatic_semicolon] = ACTIONS(1766), + [sym_safe_nav] = ACTIONS(1766), [sym_multiline_comment] = ACTIONS(3), }, - [2683] = { - [sym_getter] = STATE(4644), - [sym_setter] = STATE(4644), - [sym_modifiers] = STATE(8699), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3340), + [2722] = { + [sym_property_delegate] = STATE(2807), + [sym_getter] = STATE(3875), + [sym_setter] = STATE(3875), + [sym_modifiers] = STATE(8770), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3342), - [anon_sym_RBRACK] = ACTIONS(3342), - [anon_sym_as] = ACTIONS(3340), - [anon_sym_LBRACE] = ACTIONS(3342), - [anon_sym_RBRACE] = ACTIONS(3342), - [anon_sym_LPAREN] = ACTIONS(3342), - [anon_sym_COMMA] = ACTIONS(3342), - [anon_sym_RPAREN] = ACTIONS(3342), - [anon_sym_LT] = ACTIONS(3340), - [anon_sym_GT] = ACTIONS(3340), - [anon_sym_where] = ACTIONS(3340), - [anon_sym_DOT] = ACTIONS(3340), - [anon_sym_SEMI] = ACTIONS(3342), - [anon_sym_get] = ACTIONS(5912), - [anon_sym_set] = ACTIONS(5914), - [anon_sym_STAR] = ACTIONS(3342), - [anon_sym_DASH_GT] = ACTIONS(3342), - [sym_label] = ACTIONS(3342), - [anon_sym_in] = ACTIONS(3340), - [anon_sym_while] = ACTIONS(3340), - [anon_sym_DOT_DOT] = ACTIONS(3342), - [anon_sym_QMARK_COLON] = ACTIONS(3342), - [anon_sym_AMP_AMP] = ACTIONS(3342), - [anon_sym_PIPE_PIPE] = ACTIONS(3342), - [anon_sym_else] = ACTIONS(3340), - [anon_sym_COLON_COLON] = ACTIONS(3342), - [anon_sym_BANG_EQ] = ACTIONS(3340), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3342), - [anon_sym_EQ_EQ] = ACTIONS(3340), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3342), - [anon_sym_LT_EQ] = ACTIONS(3342), - [anon_sym_GT_EQ] = ACTIONS(3342), - [anon_sym_BANGin] = ACTIONS(3342), - [anon_sym_is] = ACTIONS(3340), - [anon_sym_BANGis] = ACTIONS(3342), - [anon_sym_PLUS] = ACTIONS(3340), - [anon_sym_DASH] = ACTIONS(3340), - [anon_sym_SLASH] = ACTIONS(3340), - [anon_sym_PERCENT] = ACTIONS(3342), - [anon_sym_as_QMARK] = ACTIONS(3342), - [anon_sym_PLUS_PLUS] = ACTIONS(3342), - [anon_sym_DASH_DASH] = ACTIONS(3342), - [anon_sym_BANG_BANG] = ACTIONS(3342), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_EQ] = ACTIONS(6182), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_by] = ACTIONS(6160), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(6184), + [anon_sym_get] = ACTIONS(6176), + [anon_sym_set] = ACTIONS(6178), + [anon_sym_STAR] = ACTIONS(3280), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3280), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -314520,51 +318162,49 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3342), - [sym_safe_nav] = ACTIONS(3342), + [sym__backtick_identifier] = ACTIONS(3280), + [sym__automatic_semicolon] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), [sym_multiline_comment] = ACTIONS(3), }, - [2684] = { - [sym_getter] = STATE(3219), - [sym_setter] = STATE(3219), - [sym_modifiers] = STATE(8887), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [2723] = { + [sym_property_delegate] = STATE(2834), + [sym_getter] = STATE(3702), + [sym_setter] = STATE(3702), + [sym_modifiers] = STATE(8770), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1752), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1754), - [anon_sym_RBRACK] = ACTIONS(1754), [anon_sym_as] = ACTIONS(1752), + [anon_sym_EQ] = ACTIONS(6190), [anon_sym_LBRACE] = ACTIONS(1754), [anon_sym_RBRACE] = ACTIONS(1754), [anon_sym_LPAREN] = ACTIONS(1754), - [anon_sym_COMMA] = ACTIONS(1754), - [anon_sym_RPAREN] = ACTIONS(1754), + [anon_sym_by] = ACTIONS(6160), [anon_sym_LT] = ACTIONS(1752), [anon_sym_GT] = ACTIONS(1752), - [anon_sym_where] = ACTIONS(1752), [anon_sym_DOT] = ACTIONS(1752), - [anon_sym_SEMI] = ACTIONS(1754), - [anon_sym_get] = ACTIONS(5906), - [anon_sym_set] = ACTIONS(5908), + [anon_sym_SEMI] = ACTIONS(4384), + [anon_sym_get] = ACTIONS(6176), + [anon_sym_set] = ACTIONS(6178), [anon_sym_STAR] = ACTIONS(1754), - [anon_sym_DASH_GT] = ACTIONS(1754), [sym_label] = ACTIONS(1754), [anon_sym_in] = ACTIONS(1752), - [anon_sym_while] = ACTIONS(1752), [anon_sym_DOT_DOT] = ACTIONS(1754), [anon_sym_QMARK_COLON] = ACTIONS(1754), [anon_sym_AMP_AMP] = ACTIONS(1754), @@ -314611,74 +318251,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1754), + [sym__automatic_semicolon] = ACTIONS(1754), [sym_safe_nav] = ACTIONS(1754), [sym_multiline_comment] = ACTIONS(3), }, - [2685] = { - [sym_getter] = STATE(4736), - [sym_setter] = STATE(4736), - [sym_modifiers] = STATE(8699), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1764), + [2724] = { + [sym_property_delegate] = STATE(2795), + [sym_getter] = STATE(5058), + [sym_setter] = STATE(5058), + [sym_modifiers] = STATE(8625), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1766), - [anon_sym_RBRACK] = ACTIONS(1766), - [anon_sym_as] = ACTIONS(1764), - [anon_sym_LBRACE] = ACTIONS(1766), - [anon_sym_RBRACE] = ACTIONS(1766), - [anon_sym_LPAREN] = ACTIONS(1766), - [anon_sym_COMMA] = ACTIONS(1766), - [anon_sym_RPAREN] = ACTIONS(1766), - [anon_sym_LT] = ACTIONS(1764), - [anon_sym_GT] = ACTIONS(1764), - [anon_sym_where] = ACTIONS(1764), - [anon_sym_DOT] = ACTIONS(1764), - [anon_sym_SEMI] = ACTIONS(1766), - [anon_sym_get] = ACTIONS(5912), - [anon_sym_set] = ACTIONS(5914), - [anon_sym_STAR] = ACTIONS(1766), - [anon_sym_DASH_GT] = ACTIONS(1766), - [sym_label] = ACTIONS(1766), - [anon_sym_in] = ACTIONS(1764), - [anon_sym_while] = ACTIONS(1764), - [anon_sym_DOT_DOT] = ACTIONS(1766), - [anon_sym_QMARK_COLON] = ACTIONS(1766), - [anon_sym_AMP_AMP] = ACTIONS(1766), - [anon_sym_PIPE_PIPE] = ACTIONS(1766), - [anon_sym_else] = ACTIONS(1764), - [anon_sym_COLON_COLON] = ACTIONS(1766), - [anon_sym_BANG_EQ] = ACTIONS(1764), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), - [anon_sym_EQ_EQ] = ACTIONS(1764), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1766), - [anon_sym_LT_EQ] = ACTIONS(1766), - [anon_sym_GT_EQ] = ACTIONS(1766), - [anon_sym_BANGin] = ACTIONS(1766), - [anon_sym_is] = ACTIONS(1764), - [anon_sym_BANGis] = ACTIONS(1766), - [anon_sym_PLUS] = ACTIONS(1764), - [anon_sym_DASH] = ACTIONS(1764), - [anon_sym_SLASH] = ACTIONS(1764), - [anon_sym_PERCENT] = ACTIONS(1766), - [anon_sym_as_QMARK] = ACTIONS(1766), - [anon_sym_PLUS_PLUS] = ACTIONS(1766), - [anon_sym_DASH_DASH] = ACTIONS(1766), - [anon_sym_BANG_BANG] = ACTIONS(1766), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_EQ] = ACTIONS(6166), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_by] = ACTIONS(6160), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(4432), + [anon_sym_get] = ACTIONS(6162), + [anon_sym_set] = ACTIONS(6164), + [anon_sym_STAR] = ACTIONS(1786), + [sym_label] = ACTIONS(1786), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1786), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG_BANG] = ACTIONS(1786), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -314702,74 +318340,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1766), - [sym_safe_nav] = ACTIONS(1766), + [sym__backtick_identifier] = ACTIONS(1786), + [sym__automatic_semicolon] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), [sym_multiline_comment] = ACTIONS(3), }, - [2686] = { - [sym_getter] = STATE(4643), - [sym_setter] = STATE(4643), - [sym_modifiers] = STATE(8699), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), + [2725] = { + [sym_property_delegate] = STATE(2833), + [sym_getter] = STATE(5062), + [sym_setter] = STATE(5062), + [sym_modifiers] = STATE(8625), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1694), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_RBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_COMMA] = ACTIONS(3256), - [anon_sym_RPAREN] = ACTIONS(3256), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_where] = ACTIONS(3254), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(3256), - [anon_sym_get] = ACTIONS(5912), - [anon_sym_set] = ACTIONS(5914), - [anon_sym_STAR] = ACTIONS(3256), - [anon_sym_DASH_GT] = ACTIONS(3256), - [sym_label] = ACTIONS(3256), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_while] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3256), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG_BANG] = ACTIONS(3256), + [anon_sym_LBRACK] = ACTIONS(1696), + [anon_sym_as] = ACTIONS(1694), + [anon_sym_EQ] = ACTIONS(6158), + [anon_sym_LBRACE] = ACTIONS(1696), + [anon_sym_RBRACE] = ACTIONS(1696), + [anon_sym_LPAREN] = ACTIONS(1696), + [anon_sym_by] = ACTIONS(6160), + [anon_sym_LT] = ACTIONS(1694), + [anon_sym_GT] = ACTIONS(1694), + [anon_sym_DOT] = ACTIONS(1694), + [anon_sym_SEMI] = ACTIONS(4438), + [anon_sym_get] = ACTIONS(6162), + [anon_sym_set] = ACTIONS(6164), + [anon_sym_STAR] = ACTIONS(1696), + [sym_label] = ACTIONS(1696), + [anon_sym_in] = ACTIONS(1694), + [anon_sym_DOT_DOT] = ACTIONS(1696), + [anon_sym_QMARK_COLON] = ACTIONS(1696), + [anon_sym_AMP_AMP] = ACTIONS(1696), + [anon_sym_PIPE_PIPE] = ACTIONS(1696), + [anon_sym_else] = ACTIONS(1694), + [anon_sym_COLON_COLON] = ACTIONS(1696), + [anon_sym_BANG_EQ] = ACTIONS(1694), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), + [anon_sym_EQ_EQ] = ACTIONS(1694), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), + [anon_sym_LT_EQ] = ACTIONS(1696), + [anon_sym_GT_EQ] = ACTIONS(1696), + [anon_sym_BANGin] = ACTIONS(1696), + [anon_sym_is] = ACTIONS(1694), + [anon_sym_BANGis] = ACTIONS(1696), + [anon_sym_PLUS] = ACTIONS(1694), + [anon_sym_DASH] = ACTIONS(1694), + [anon_sym_SLASH] = ACTIONS(1694), + [anon_sym_PERCENT] = ACTIONS(1696), + [anon_sym_as_QMARK] = ACTIONS(1696), + [anon_sym_PLUS_PLUS] = ACTIONS(1696), + [anon_sym_DASH_DASH] = ACTIONS(1696), + [anon_sym_BANG_BANG] = ACTIONS(1696), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -314793,73 +318429,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), + [sym__backtick_identifier] = ACTIONS(1696), + [sym__automatic_semicolon] = ACTIONS(1696), + [sym_safe_nav] = ACTIONS(1696), [sym_multiline_comment] = ACTIONS(3), }, - [2687] = { - [sym_type_constraints] = STATE(2723), - [sym_property_delegate] = STATE(2819), - [sym_getter] = STATE(3670), - [sym_setter] = STATE(3670), - [sym_modifiers] = STATE(8637), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3272), + [2726] = { + [sym_property_delegate] = STATE(2828), + [sym_getter] = STATE(5029), + [sym_setter] = STATE(5029), + [sym_modifiers] = STATE(8625), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1752), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3274), - [anon_sym_as] = ACTIONS(3272), - [anon_sym_EQ] = ACTIONS(6192), - [anon_sym_LBRACE] = ACTIONS(3274), - [anon_sym_RBRACE] = ACTIONS(3274), - [anon_sym_LPAREN] = ACTIONS(3274), - [anon_sym_by] = ACTIONS(6146), - [anon_sym_LT] = ACTIONS(3272), - [anon_sym_GT] = ACTIONS(3272), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(3272), - [anon_sym_SEMI] = ACTIONS(6194), - [anon_sym_get] = ACTIONS(6148), - [anon_sym_set] = ACTIONS(6150), - [anon_sym_STAR] = ACTIONS(3274), - [sym_label] = ACTIONS(3274), - [anon_sym_in] = ACTIONS(3272), - [anon_sym_DOT_DOT] = ACTIONS(3274), - [anon_sym_QMARK_COLON] = ACTIONS(3274), - [anon_sym_AMP_AMP] = ACTIONS(3274), - [anon_sym_PIPE_PIPE] = ACTIONS(3274), - [anon_sym_else] = ACTIONS(3272), - [anon_sym_COLON_COLON] = ACTIONS(3274), - [anon_sym_BANG_EQ] = ACTIONS(3272), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3274), - [anon_sym_EQ_EQ] = ACTIONS(3272), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3274), - [anon_sym_LT_EQ] = ACTIONS(3274), - [anon_sym_GT_EQ] = ACTIONS(3274), - [anon_sym_BANGin] = ACTIONS(3274), - [anon_sym_is] = ACTIONS(3272), - [anon_sym_BANGis] = ACTIONS(3274), - [anon_sym_PLUS] = ACTIONS(3272), - [anon_sym_DASH] = ACTIONS(3272), - [anon_sym_SLASH] = ACTIONS(3272), - [anon_sym_PERCENT] = ACTIONS(3274), - [anon_sym_as_QMARK] = ACTIONS(3274), - [anon_sym_PLUS_PLUS] = ACTIONS(3274), - [anon_sym_DASH_DASH] = ACTIONS(3274), - [anon_sym_BANG_BANG] = ACTIONS(3274), + [anon_sym_LBRACK] = ACTIONS(1754), + [anon_sym_as] = ACTIONS(1752), + [anon_sym_EQ] = ACTIONS(6168), + [anon_sym_LBRACE] = ACTIONS(1754), + [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_LPAREN] = ACTIONS(1754), + [anon_sym_by] = ACTIONS(6160), + [anon_sym_LT] = ACTIONS(1752), + [anon_sym_GT] = ACTIONS(1752), + [anon_sym_DOT] = ACTIONS(1752), + [anon_sym_SEMI] = ACTIONS(4440), + [anon_sym_get] = ACTIONS(6162), + [anon_sym_set] = ACTIONS(6164), + [anon_sym_STAR] = ACTIONS(1754), + [sym_label] = ACTIONS(1754), + [anon_sym_in] = ACTIONS(1752), + [anon_sym_DOT_DOT] = ACTIONS(1754), + [anon_sym_QMARK_COLON] = ACTIONS(1754), + [anon_sym_AMP_AMP] = ACTIONS(1754), + [anon_sym_PIPE_PIPE] = ACTIONS(1754), + [anon_sym_else] = ACTIONS(1752), + [anon_sym_COLON_COLON] = ACTIONS(1754), + [anon_sym_BANG_EQ] = ACTIONS(1752), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), + [anon_sym_EQ_EQ] = ACTIONS(1752), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), + [anon_sym_LT_EQ] = ACTIONS(1754), + [anon_sym_GT_EQ] = ACTIONS(1754), + [anon_sym_BANGin] = ACTIONS(1754), + [anon_sym_is] = ACTIONS(1752), + [anon_sym_BANGis] = ACTIONS(1754), + [anon_sym_PLUS] = ACTIONS(1752), + [anon_sym_DASH] = ACTIONS(1752), + [anon_sym_SLASH] = ACTIONS(1752), + [anon_sym_PERCENT] = ACTIONS(1754), + [anon_sym_as_QMARK] = ACTIONS(1754), + [anon_sym_PLUS_PLUS] = ACTIONS(1754), + [anon_sym_DASH_DASH] = ACTIONS(1754), + [anon_sym_BANG_BANG] = ACTIONS(1754), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -314883,48 +318518,133 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3274), - [sym__automatic_semicolon] = ACTIONS(3274), - [sym_safe_nav] = ACTIONS(3274), + [sym__backtick_identifier] = ACTIONS(1754), + [sym__automatic_semicolon] = ACTIONS(1754), + [sym_safe_nav] = ACTIONS(1754), [sym_multiline_comment] = ACTIONS(3), }, - [2688] = { - [sym_property_delegate] = STATE(2748), - [sym_getter] = STATE(5053), - [sym_setter] = STATE(5053), - [sym_modifiers] = STATE(8818), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [2727] = { + [sym_indexing_suffix] = STATE(6609), + [sym_navigation_suffix] = STATE(6609), + [sym__postfix_unary_operator] = STATE(6609), + [sym__member_access_operator] = STATE(7345), + [sym__postfix_unary_suffix] = STATE(6609), + [aux_sym__postfix_unary_expression_repeat1] = STATE(6609), + [sym__alpha_identifier] = ACTIONS(3969), + [anon_sym_AT] = ACTIONS(3971), + [anon_sym_LBRACK] = ACTIONS(3973), + [anon_sym_RBRACK] = ACTIONS(3971), + [anon_sym_as] = ACTIONS(3969), + [anon_sym_EQ] = ACTIONS(4009), + [anon_sym_LBRACE] = ACTIONS(3971), + [anon_sym_RBRACE] = ACTIONS(3971), + [anon_sym_LPAREN] = ACTIONS(3971), + [anon_sym_COMMA] = ACTIONS(3971), + [anon_sym_RPAREN] = ACTIONS(3971), + [anon_sym_LT] = ACTIONS(3969), + [anon_sym_GT] = ACTIONS(3969), + [anon_sym_where] = ACTIONS(3969), + [anon_sym_DOT] = ACTIONS(3979), + [anon_sym_SEMI] = ACTIONS(3971), + [anon_sym_get] = ACTIONS(3969), + [anon_sym_set] = ACTIONS(3969), + [anon_sym_STAR] = ACTIONS(3969), + [anon_sym_DASH_GT] = ACTIONS(3971), + [sym_label] = ACTIONS(3971), + [anon_sym_in] = ACTIONS(3969), + [anon_sym_while] = ACTIONS(3969), + [anon_sym_DOT_DOT] = ACTIONS(3971), + [anon_sym_QMARK_COLON] = ACTIONS(3971), + [anon_sym_AMP_AMP] = ACTIONS(3971), + [anon_sym_PIPE_PIPE] = ACTIONS(3971), + [anon_sym_else] = ACTIONS(3969), + [anon_sym_COLON_COLON] = ACTIONS(3982), + [anon_sym_PLUS_EQ] = ACTIONS(4011), + [anon_sym_DASH_EQ] = ACTIONS(4011), + [anon_sym_STAR_EQ] = ACTIONS(4011), + [anon_sym_SLASH_EQ] = ACTIONS(4011), + [anon_sym_PERCENT_EQ] = ACTIONS(4011), + [anon_sym_BANG_EQ] = ACTIONS(3969), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3971), + [anon_sym_EQ_EQ] = ACTIONS(3969), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3971), + [anon_sym_LT_EQ] = ACTIONS(3971), + [anon_sym_GT_EQ] = ACTIONS(3971), + [anon_sym_BANGin] = ACTIONS(3971), + [anon_sym_is] = ACTIONS(3969), + [anon_sym_BANGis] = ACTIONS(3971), + [anon_sym_PLUS] = ACTIONS(3969), + [anon_sym_DASH] = ACTIONS(3969), + [anon_sym_SLASH] = ACTIONS(3969), + [anon_sym_PERCENT] = ACTIONS(3969), + [anon_sym_as_QMARK] = ACTIONS(3971), + [anon_sym_PLUS_PLUS] = ACTIONS(3988), + [anon_sym_DASH_DASH] = ACTIONS(3988), + [anon_sym_BANG_BANG] = ACTIONS(3988), + [anon_sym_suspend] = ACTIONS(3969), + [anon_sym_sealed] = ACTIONS(3969), + [anon_sym_annotation] = ACTIONS(3969), + [anon_sym_data] = ACTIONS(3969), + [anon_sym_inner] = ACTIONS(3969), + [anon_sym_override] = ACTIONS(3969), + [anon_sym_lateinit] = ACTIONS(3969), + [anon_sym_public] = ACTIONS(3969), + [anon_sym_private] = ACTIONS(3969), + [anon_sym_internal] = ACTIONS(3969), + [anon_sym_protected] = ACTIONS(3969), + [anon_sym_tailrec] = ACTIONS(3969), + [anon_sym_operator] = ACTIONS(3969), + [anon_sym_infix] = ACTIONS(3969), + [anon_sym_inline] = ACTIONS(3969), + [anon_sym_external] = ACTIONS(3969), + [sym_property_modifier] = ACTIONS(3969), + [anon_sym_abstract] = ACTIONS(3969), + [anon_sym_final] = ACTIONS(3969), + [anon_sym_open] = ACTIONS(3969), + [anon_sym_vararg] = ACTIONS(3969), + [anon_sym_noinline] = ACTIONS(3969), + [anon_sym_crossinline] = ACTIONS(3969), + [anon_sym_expect] = ACTIONS(3969), + [anon_sym_actual] = ACTIONS(3969), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3971), + [sym_safe_nav] = ACTIONS(3982), + [sym_multiline_comment] = ACTIONS(3), + }, + [2728] = { + [sym_getter] = STATE(3766), + [sym_setter] = STATE(3766), + [sym_modifiers] = STATE(8943), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1764), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1766), [anon_sym_as] = ACTIONS(1764), - [anon_sym_EQ] = ACTIONS(6022), [anon_sym_LBRACE] = ACTIONS(1766), [anon_sym_RBRACE] = ACTIONS(1766), [anon_sym_LPAREN] = ACTIONS(1766), [anon_sym_COMMA] = ACTIONS(1766), - [anon_sym_by] = ACTIONS(6024), [anon_sym_LT] = ACTIONS(1764), [anon_sym_GT] = ACTIONS(1764), [anon_sym_where] = ACTIONS(1764), [anon_sym_DOT] = ACTIONS(1764), - [anon_sym_SEMI] = ACTIONS(4069), - [anon_sym_get] = ACTIONS(6026), - [anon_sym_set] = ACTIONS(6028), + [anon_sym_SEMI] = ACTIONS(1766), + [anon_sym_get] = ACTIONS(6038), + [anon_sym_set] = ACTIONS(6040), [anon_sym_STAR] = ACTIONS(1766), [sym_label] = ACTIONS(1766), [anon_sym_in] = ACTIONS(1764), @@ -314974,48 +318694,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1766), [sym__automatic_semicolon] = ACTIONS(1766), [sym_safe_nav] = ACTIONS(1766), [sym_multiline_comment] = ACTIONS(3), }, - [2689] = { - [sym_type_constraints] = STATE(2720), - [sym_property_delegate] = STATE(2816), - [sym_getter] = STATE(3810), - [sym_setter] = STATE(3810), - [sym_modifiers] = STATE(8637), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [2729] = { + [sym_getter] = STATE(4916), + [sym_setter] = STATE(4916), + [sym_modifiers] = STATE(8872), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1764), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1766), [anon_sym_as] = ACTIONS(1764), - [anon_sym_EQ] = ACTIONS(6196), [anon_sym_LBRACE] = ACTIONS(1766), [anon_sym_RBRACE] = ACTIONS(1766), [anon_sym_LPAREN] = ACTIONS(1766), - [anon_sym_by] = ACTIONS(6146), + [anon_sym_COMMA] = ACTIONS(1766), [anon_sym_LT] = ACTIONS(1764), [anon_sym_GT] = ACTIONS(1764), - [anon_sym_where] = ACTIONS(5363), + [anon_sym_where] = ACTIONS(1764), [anon_sym_DOT] = ACTIONS(1764), - [anon_sym_SEMI] = ACTIONS(4515), - [anon_sym_get] = ACTIONS(6148), - [anon_sym_set] = ACTIONS(6150), + [anon_sym_SEMI] = ACTIONS(4140), + [anon_sym_get] = ACTIONS(6050), + [anon_sym_set] = ACTIONS(6052), [anon_sym_STAR] = ACTIONS(1766), [sym_label] = ACTIONS(1766), [anon_sym_in] = ACTIONS(1764), @@ -315065,142 +318782,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1766), [sym__automatic_semicolon] = ACTIONS(1766), [sym_safe_nav] = ACTIONS(1766), [sym_multiline_comment] = ACTIONS(3), }, - [2690] = { - [sym_primary_constructor] = STATE(5325), - [sym__class_parameters] = STATE(4877), - [sym_type_constraints] = STATE(4829), - [sym_enum_class_body] = STATE(5032), - [sym_modifiers] = STATE(9180), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [sym__alpha_identifier] = ACTIONS(3190), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_COLON] = ACTIONS(6198), - [anon_sym_LBRACK] = ACTIONS(3194), - [anon_sym_as] = ACTIONS(3190), - [anon_sym_constructor] = ACTIONS(5334), - [anon_sym_LBRACE] = ACTIONS(5336), - [anon_sym_RBRACE] = ACTIONS(3194), - [anon_sym_LPAREN] = ACTIONS(5338), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3190), - [anon_sym_where] = ACTIONS(5342), - [anon_sym_DOT] = ACTIONS(3190), - [anon_sym_SEMI] = ACTIONS(3194), - [anon_sym_get] = ACTIONS(3190), - [anon_sym_set] = ACTIONS(3190), - [anon_sym_STAR] = ACTIONS(3194), - [sym_label] = ACTIONS(3194), - [anon_sym_in] = ACTIONS(3190), - [anon_sym_DOT_DOT] = ACTIONS(3194), - [anon_sym_QMARK_COLON] = ACTIONS(3194), - [anon_sym_AMP_AMP] = ACTIONS(3194), - [anon_sym_PIPE_PIPE] = ACTIONS(3194), - [anon_sym_else] = ACTIONS(3190), - [anon_sym_COLON_COLON] = ACTIONS(3194), - [anon_sym_BANG_EQ] = ACTIONS(3190), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3194), - [anon_sym_EQ_EQ] = ACTIONS(3190), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3194), - [anon_sym_LT_EQ] = ACTIONS(3194), - [anon_sym_GT_EQ] = ACTIONS(3194), - [anon_sym_BANGin] = ACTIONS(3194), - [anon_sym_is] = ACTIONS(3190), - [anon_sym_BANGis] = ACTIONS(3194), - [anon_sym_PLUS] = ACTIONS(3190), - [anon_sym_DASH] = ACTIONS(3190), - [anon_sym_SLASH] = ACTIONS(3190), - [anon_sym_PERCENT] = ACTIONS(3194), - [anon_sym_as_QMARK] = ACTIONS(3194), - [anon_sym_PLUS_PLUS] = ACTIONS(3194), - [anon_sym_DASH_DASH] = ACTIONS(3194), - [anon_sym_BANG_BANG] = ACTIONS(3194), - [anon_sym_suspend] = ACTIONS(3120), - [anon_sym_sealed] = ACTIONS(3122), - [anon_sym_annotation] = ACTIONS(3122), - [anon_sym_data] = ACTIONS(3122), - [anon_sym_inner] = ACTIONS(3122), - [anon_sym_override] = ACTIONS(3124), - [anon_sym_lateinit] = ACTIONS(3124), - [anon_sym_public] = ACTIONS(3126), - [anon_sym_private] = ACTIONS(3126), - [anon_sym_internal] = ACTIONS(3126), - [anon_sym_protected] = ACTIONS(3126), - [anon_sym_tailrec] = ACTIONS(3120), - [anon_sym_operator] = ACTIONS(3120), - [anon_sym_infix] = ACTIONS(3120), - [anon_sym_inline] = ACTIONS(3120), - [anon_sym_external] = ACTIONS(3120), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(3130), - [anon_sym_final] = ACTIONS(3130), - [anon_sym_open] = ACTIONS(3130), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3134), - [anon_sym_actual] = ACTIONS(3134), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3194), - [sym__automatic_semicolon] = ACTIONS(3194), - [sym_safe_nav] = ACTIONS(3194), - [sym_multiline_comment] = ACTIONS(3), - }, - [2691] = { - [sym_property_delegate] = STATE(2766), - [sym_getter] = STATE(4680), - [sym_setter] = STATE(4680), - [sym_modifiers] = STATE(8572), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [2730] = { + [sym_getter] = STATE(4923), + [sym_setter] = STATE(4923), + [sym_modifiers] = STATE(8872), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1770), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1772), [anon_sym_as] = ACTIONS(1770), - [anon_sym_EQ] = ACTIONS(6200), [anon_sym_LBRACE] = ACTIONS(1772), [anon_sym_RBRACE] = ACTIONS(1772), [anon_sym_LPAREN] = ACTIONS(1772), - [anon_sym_RPAREN] = ACTIONS(1772), - [anon_sym_by] = ACTIONS(6062), + [anon_sym_COMMA] = ACTIONS(1772), [anon_sym_LT] = ACTIONS(1770), [anon_sym_GT] = ACTIONS(1770), + [anon_sym_where] = ACTIONS(1770), [anon_sym_DOT] = ACTIONS(1770), - [anon_sym_SEMI] = ACTIONS(4292), - [anon_sym_get] = ACTIONS(6096), - [anon_sym_set] = ACTIONS(6098), + [anon_sym_SEMI] = ACTIONS(1772), + [anon_sym_get] = ACTIONS(6050), + [anon_sym_set] = ACTIONS(6052), [anon_sym_STAR] = ACTIONS(1772), [sym_label] = ACTIONS(1772), [anon_sym_in] = ACTIONS(1770), - [anon_sym_while] = ACTIONS(1770), [anon_sym_DOT_DOT] = ACTIONS(1772), [anon_sym_QMARK_COLON] = ACTIONS(1772), [anon_sym_AMP_AMP] = ACTIONS(1772), @@ -315247,602 +318870,159 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1772), + [sym__automatic_semicolon] = ACTIONS(1772), [sym_safe_nav] = ACTIONS(1772), [sym_multiline_comment] = ACTIONS(3), }, - [2692] = { - [sym_property_delegate] = STATE(2765), - [sym_getter] = STATE(3209), - [sym_setter] = STATE(3209), - [sym_modifiers] = STATE(8592), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1694), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1696), - [anon_sym_as] = ACTIONS(1694), - [anon_sym_EQ] = ACTIONS(6060), - [anon_sym_LBRACE] = ACTIONS(1696), - [anon_sym_RBRACE] = ACTIONS(1696), - [anon_sym_LPAREN] = ACTIONS(1696), - [anon_sym_RPAREN] = ACTIONS(1696), - [anon_sym_by] = ACTIONS(6062), - [anon_sym_LT] = ACTIONS(1694), - [anon_sym_GT] = ACTIONS(1694), - [anon_sym_DOT] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(4225), - [anon_sym_get] = ACTIONS(6064), - [anon_sym_set] = ACTIONS(6066), - [anon_sym_STAR] = ACTIONS(1696), - [sym_label] = ACTIONS(1696), - [anon_sym_in] = ACTIONS(1694), - [anon_sym_while] = ACTIONS(1694), - [anon_sym_DOT_DOT] = ACTIONS(1696), - [anon_sym_QMARK_COLON] = ACTIONS(1696), - [anon_sym_AMP_AMP] = ACTIONS(1696), - [anon_sym_PIPE_PIPE] = ACTIONS(1696), - [anon_sym_else] = ACTIONS(1694), - [anon_sym_COLON_COLON] = ACTIONS(1696), - [anon_sym_BANG_EQ] = ACTIONS(1694), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), - [anon_sym_EQ_EQ] = ACTIONS(1694), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), - [anon_sym_LT_EQ] = ACTIONS(1696), - [anon_sym_GT_EQ] = ACTIONS(1696), - [anon_sym_BANGin] = ACTIONS(1696), - [anon_sym_is] = ACTIONS(1694), - [anon_sym_BANGis] = ACTIONS(1696), - [anon_sym_PLUS] = ACTIONS(1694), - [anon_sym_DASH] = ACTIONS(1694), - [anon_sym_SLASH] = ACTIONS(1694), - [anon_sym_PERCENT] = ACTIONS(1696), - [anon_sym_as_QMARK] = ACTIONS(1696), - [anon_sym_PLUS_PLUS] = ACTIONS(1696), - [anon_sym_DASH_DASH] = ACTIONS(1696), - [anon_sym_BANG_BANG] = ACTIONS(1696), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1696), - [sym_safe_nav] = ACTIONS(1696), - [sym_multiline_comment] = ACTIONS(3), + [2731] = { + [sym_annotated_lambda] = STATE(3352), + [sym_lambda_literal] = STATE(3415), + [sym_annotation] = STATE(7887), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7887), + [sym__alpha_identifier] = ACTIONS(4019), + [anon_sym_AT] = ACTIONS(4021), + [anon_sym_LBRACK] = ACTIONS(4021), + [anon_sym_as] = ACTIONS(4019), + [anon_sym_EQ] = ACTIONS(4019), + [anon_sym_LBRACE] = ACTIONS(4021), + [anon_sym_RBRACE] = ACTIONS(4021), + [anon_sym_LPAREN] = ACTIONS(4021), + [anon_sym_COMMA] = ACTIONS(4021), + [anon_sym_LT] = ACTIONS(4019), + [anon_sym_GT] = ACTIONS(4019), + [anon_sym_where] = ACTIONS(4019), + [anon_sym_object] = ACTIONS(4019), + [anon_sym_fun] = ACTIONS(4019), + [anon_sym_DOT] = ACTIONS(4019), + [anon_sym_SEMI] = ACTIONS(4021), + [anon_sym_get] = ACTIONS(4019), + [anon_sym_set] = ACTIONS(4019), + [anon_sym_this] = ACTIONS(4019), + [anon_sym_super] = ACTIONS(4019), + [anon_sym_STAR] = ACTIONS(4019), + [sym_label] = ACTIONS(4019), + [anon_sym_in] = ACTIONS(4019), + [anon_sym_DOT_DOT] = ACTIONS(4021), + [anon_sym_QMARK_COLON] = ACTIONS(4021), + [anon_sym_AMP_AMP] = ACTIONS(4021), + [anon_sym_PIPE_PIPE] = ACTIONS(4021), + [anon_sym_null] = ACTIONS(4019), + [anon_sym_if] = ACTIONS(4019), + [anon_sym_else] = ACTIONS(4019), + [anon_sym_when] = ACTIONS(4019), + [anon_sym_try] = ACTIONS(4019), + [anon_sym_throw] = ACTIONS(4019), + [anon_sym_return] = ACTIONS(4019), + [anon_sym_continue] = ACTIONS(4019), + [anon_sym_break] = ACTIONS(4019), + [anon_sym_COLON_COLON] = ACTIONS(4021), + [anon_sym_PLUS_EQ] = ACTIONS(4021), + [anon_sym_DASH_EQ] = ACTIONS(4021), + [anon_sym_STAR_EQ] = ACTIONS(4021), + [anon_sym_SLASH_EQ] = ACTIONS(4021), + [anon_sym_PERCENT_EQ] = ACTIONS(4021), + [anon_sym_BANG_EQ] = ACTIONS(4019), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4021), + [anon_sym_EQ_EQ] = ACTIONS(4019), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4021), + [anon_sym_LT_EQ] = ACTIONS(4021), + [anon_sym_GT_EQ] = ACTIONS(4021), + [anon_sym_BANGin] = ACTIONS(4021), + [anon_sym_is] = ACTIONS(4019), + [anon_sym_BANGis] = ACTIONS(4021), + [anon_sym_PLUS] = ACTIONS(4019), + [anon_sym_DASH] = ACTIONS(4019), + [anon_sym_SLASH] = ACTIONS(4019), + [anon_sym_PERCENT] = ACTIONS(4019), + [anon_sym_as_QMARK] = ACTIONS(4021), + [anon_sym_PLUS_PLUS] = ACTIONS(4021), + [anon_sym_DASH_DASH] = ACTIONS(4021), + [anon_sym_BANG] = ACTIONS(4019), + [anon_sym_BANG_BANG] = ACTIONS(4021), + [anon_sym_data] = ACTIONS(4019), + [anon_sym_inner] = ACTIONS(4019), + [anon_sym_expect] = ACTIONS(4019), + [anon_sym_actual] = ACTIONS(4019), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4021), + [anon_sym_continue_AT] = ACTIONS(4021), + [anon_sym_break_AT] = ACTIONS(4021), + [sym_real_literal] = ACTIONS(4021), + [sym_integer_literal] = ACTIONS(4019), + [sym_hex_literal] = ACTIONS(4021), + [sym_bin_literal] = ACTIONS(4021), + [anon_sym_true] = ACTIONS(4019), + [anon_sym_false] = ACTIONS(4019), + [anon_sym_SQUOTE] = ACTIONS(4021), + [sym__backtick_identifier] = ACTIONS(4021), + [sym__automatic_semicolon] = ACTIONS(4021), + [sym_safe_nav] = ACTIONS(4021), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4021), }, - [2693] = { - [sym_getter] = STATE(5375), - [sym_setter] = STATE(5375), - [sym_modifiers] = STATE(8883), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3340), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3342), - [anon_sym_LBRACE] = ACTIONS(3342), - [anon_sym_RBRACE] = ACTIONS(3342), - [anon_sym_LPAREN] = ACTIONS(3342), - [anon_sym_object] = ACTIONS(3340), - [anon_sym_fun] = ACTIONS(3340), - [anon_sym_get] = ACTIONS(5816), - [anon_sym_set] = ACTIONS(5818), - [anon_sym_this] = ACTIONS(3340), - [anon_sym_super] = ACTIONS(3340), - [anon_sym_STAR] = ACTIONS(3342), - [sym_label] = ACTIONS(3340), - [anon_sym_in] = ACTIONS(3340), - [anon_sym_null] = ACTIONS(3340), - [anon_sym_if] = ACTIONS(3340), - [anon_sym_else] = ACTIONS(3340), - [anon_sym_when] = ACTIONS(3340), - [anon_sym_try] = ACTIONS(3340), - [anon_sym_throw] = ACTIONS(3340), - [anon_sym_return] = ACTIONS(3340), - [anon_sym_continue] = ACTIONS(3340), - [anon_sym_break] = ACTIONS(3340), - [anon_sym_COLON_COLON] = ACTIONS(3342), - [anon_sym_BANGin] = ACTIONS(3342), - [anon_sym_is] = ACTIONS(3340), - [anon_sym_BANGis] = ACTIONS(3342), - [anon_sym_PLUS] = ACTIONS(3340), - [anon_sym_DASH] = ACTIONS(3340), - [anon_sym_PLUS_PLUS] = ACTIONS(3342), - [anon_sym_DASH_DASH] = ACTIONS(3342), - [anon_sym_BANG] = ACTIONS(3340), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3342), - [anon_sym_continue_AT] = ACTIONS(3342), - [anon_sym_break_AT] = ACTIONS(3342), - [sym_real_literal] = ACTIONS(3342), - [sym_integer_literal] = ACTIONS(3340), - [sym_hex_literal] = ACTIONS(3342), - [sym_bin_literal] = ACTIONS(3342), - [anon_sym_true] = ACTIONS(3340), - [anon_sym_false] = ACTIONS(3340), - [anon_sym_SQUOTE] = ACTIONS(3342), - [sym__backtick_identifier] = ACTIONS(3342), - [sym__automatic_semicolon] = ACTIONS(3342), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3342), - }, - [2694] = { - [sym_getter] = STATE(5313), - [sym_setter] = STATE(5313), - [sym_modifiers] = STATE(8883), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(3254), - [anon_sym_fun] = ACTIONS(3254), - [anon_sym_get] = ACTIONS(5816), - [anon_sym_set] = ACTIONS(5818), - [anon_sym_this] = ACTIONS(3254), - [anon_sym_super] = ACTIONS(3254), - [anon_sym_STAR] = ACTIONS(3256), - [sym_label] = ACTIONS(3254), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_null] = ACTIONS(3254), - [anon_sym_if] = ACTIONS(3254), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_when] = ACTIONS(3254), - [anon_sym_try] = ACTIONS(3254), - [anon_sym_throw] = ACTIONS(3254), - [anon_sym_return] = ACTIONS(3254), - [anon_sym_continue] = ACTIONS(3254), - [anon_sym_break] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG] = ACTIONS(3254), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3256), - [anon_sym_continue_AT] = ACTIONS(3256), - [anon_sym_break_AT] = ACTIONS(3256), - [sym_real_literal] = ACTIONS(3256), - [sym_integer_literal] = ACTIONS(3254), - [sym_hex_literal] = ACTIONS(3256), - [sym_bin_literal] = ACTIONS(3256), - [anon_sym_true] = ACTIONS(3254), - [anon_sym_false] = ACTIONS(3254), - [anon_sym_SQUOTE] = ACTIONS(3256), - [sym__backtick_identifier] = ACTIONS(3256), - [sym__automatic_semicolon] = ACTIONS(3256), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3256), - }, - [2695] = { - [sym_property_delegate] = STATE(2762), - [sym_getter] = STATE(4713), - [sym_setter] = STATE(4713), - [sym_modifiers] = STATE(8572), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1694), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1696), - [anon_sym_as] = ACTIONS(1694), - [anon_sym_EQ] = ACTIONS(6106), - [anon_sym_LBRACE] = ACTIONS(1696), - [anon_sym_RBRACE] = ACTIONS(1696), - [anon_sym_LPAREN] = ACTIONS(1696), - [anon_sym_RPAREN] = ACTIONS(1696), - [anon_sym_by] = ACTIONS(6062), - [anon_sym_LT] = ACTIONS(1694), - [anon_sym_GT] = ACTIONS(1694), - [anon_sym_DOT] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(4320), - [anon_sym_get] = ACTIONS(6096), - [anon_sym_set] = ACTIONS(6098), - [anon_sym_STAR] = ACTIONS(1696), - [sym_label] = ACTIONS(1696), - [anon_sym_in] = ACTIONS(1694), - [anon_sym_while] = ACTIONS(1694), - [anon_sym_DOT_DOT] = ACTIONS(1696), - [anon_sym_QMARK_COLON] = ACTIONS(1696), - [anon_sym_AMP_AMP] = ACTIONS(1696), - [anon_sym_PIPE_PIPE] = ACTIONS(1696), - [anon_sym_else] = ACTIONS(1694), - [anon_sym_COLON_COLON] = ACTIONS(1696), - [anon_sym_BANG_EQ] = ACTIONS(1694), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), - [anon_sym_EQ_EQ] = ACTIONS(1694), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), - [anon_sym_LT_EQ] = ACTIONS(1696), - [anon_sym_GT_EQ] = ACTIONS(1696), - [anon_sym_BANGin] = ACTIONS(1696), - [anon_sym_is] = ACTIONS(1694), - [anon_sym_BANGis] = ACTIONS(1696), - [anon_sym_PLUS] = ACTIONS(1694), - [anon_sym_DASH] = ACTIONS(1694), - [anon_sym_SLASH] = ACTIONS(1694), - [anon_sym_PERCENT] = ACTIONS(1696), - [anon_sym_as_QMARK] = ACTIONS(1696), - [anon_sym_PLUS_PLUS] = ACTIONS(1696), - [anon_sym_DASH_DASH] = ACTIONS(1696), - [anon_sym_BANG_BANG] = ACTIONS(1696), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1696), - [sym_safe_nav] = ACTIONS(1696), - [sym_multiline_comment] = ACTIONS(3), - }, - [2696] = { - [sym_getter] = STATE(5363), - [sym_setter] = STATE(5363), - [sym_modifiers] = STATE(8883), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1764), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1766), - [anon_sym_LBRACE] = ACTIONS(1766), - [anon_sym_RBRACE] = ACTIONS(1766), - [anon_sym_LPAREN] = ACTIONS(1766), - [anon_sym_object] = ACTIONS(1764), - [anon_sym_fun] = ACTIONS(1764), - [anon_sym_get] = ACTIONS(5816), - [anon_sym_set] = ACTIONS(5818), - [anon_sym_this] = ACTIONS(1764), - [anon_sym_super] = ACTIONS(1764), - [anon_sym_STAR] = ACTIONS(1766), - [sym_label] = ACTIONS(1764), - [anon_sym_in] = ACTIONS(1764), - [anon_sym_null] = ACTIONS(1764), - [anon_sym_if] = ACTIONS(1764), - [anon_sym_else] = ACTIONS(1764), - [anon_sym_when] = ACTIONS(1764), - [anon_sym_try] = ACTIONS(1764), - [anon_sym_throw] = ACTIONS(1764), - [anon_sym_return] = ACTIONS(1764), - [anon_sym_continue] = ACTIONS(1764), - [anon_sym_break] = ACTIONS(1764), - [anon_sym_COLON_COLON] = ACTIONS(1766), - [anon_sym_BANGin] = ACTIONS(1766), - [anon_sym_is] = ACTIONS(1764), - [anon_sym_BANGis] = ACTIONS(1766), - [anon_sym_PLUS] = ACTIONS(1764), - [anon_sym_DASH] = ACTIONS(1764), - [anon_sym_PLUS_PLUS] = ACTIONS(1766), - [anon_sym_DASH_DASH] = ACTIONS(1766), - [anon_sym_BANG] = ACTIONS(1764), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1766), - [anon_sym_continue_AT] = ACTIONS(1766), - [anon_sym_break_AT] = ACTIONS(1766), - [sym_real_literal] = ACTIONS(1766), - [sym_integer_literal] = ACTIONS(1764), - [sym_hex_literal] = ACTIONS(1766), - [sym_bin_literal] = ACTIONS(1766), - [anon_sym_true] = ACTIONS(1764), - [anon_sym_false] = ACTIONS(1764), - [anon_sym_SQUOTE] = ACTIONS(1766), - [sym__backtick_identifier] = ACTIONS(1766), - [sym__automatic_semicolon] = ACTIONS(1766), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1766), - }, - [2697] = { - [sym_getter] = STATE(5351), - [sym_setter] = STATE(5351), - [sym_modifiers] = STATE(8883), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1782), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1784), - [anon_sym_LBRACE] = ACTIONS(1784), - [anon_sym_RBRACE] = ACTIONS(1784), - [anon_sym_LPAREN] = ACTIONS(1784), - [anon_sym_object] = ACTIONS(1782), - [anon_sym_fun] = ACTIONS(1782), - [anon_sym_get] = ACTIONS(5816), - [anon_sym_set] = ACTIONS(5818), - [anon_sym_this] = ACTIONS(1782), - [anon_sym_super] = ACTIONS(1782), - [anon_sym_STAR] = ACTIONS(1784), - [sym_label] = ACTIONS(1782), - [anon_sym_in] = ACTIONS(1782), - [anon_sym_null] = ACTIONS(1782), - [anon_sym_if] = ACTIONS(1782), - [anon_sym_else] = ACTIONS(1782), - [anon_sym_when] = ACTIONS(1782), - [anon_sym_try] = ACTIONS(1782), - [anon_sym_throw] = ACTIONS(1782), - [anon_sym_return] = ACTIONS(1782), - [anon_sym_continue] = ACTIONS(1782), - [anon_sym_break] = ACTIONS(1782), - [anon_sym_COLON_COLON] = ACTIONS(1784), - [anon_sym_BANGin] = ACTIONS(1784), - [anon_sym_is] = ACTIONS(1782), - [anon_sym_BANGis] = ACTIONS(1784), - [anon_sym_PLUS] = ACTIONS(1782), - [anon_sym_DASH] = ACTIONS(1782), - [anon_sym_PLUS_PLUS] = ACTIONS(1784), - [anon_sym_DASH_DASH] = ACTIONS(1784), - [anon_sym_BANG] = ACTIONS(1782), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1784), - [anon_sym_continue_AT] = ACTIONS(1784), - [anon_sym_break_AT] = ACTIONS(1784), - [sym_real_literal] = ACTIONS(1784), - [sym_integer_literal] = ACTIONS(1782), - [sym_hex_literal] = ACTIONS(1784), - [sym_bin_literal] = ACTIONS(1784), - [anon_sym_true] = ACTIONS(1782), - [anon_sym_false] = ACTIONS(1782), - [anon_sym_SQUOTE] = ACTIONS(1784), - [sym__backtick_identifier] = ACTIONS(1784), - [sym__automatic_semicolon] = ACTIONS(1784), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1784), - }, - [2698] = { - [sym_getter] = STATE(5303), - [sym_setter] = STATE(5303), - [sym_modifiers] = STATE(8883), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1752), + [2732] = { + [sym_getter] = STATE(5029), + [sym_setter] = STATE(5029), + [sym_modifiers] = STATE(8872), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1752), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1754), + [anon_sym_as] = ACTIONS(1752), [anon_sym_LBRACE] = ACTIONS(1754), [anon_sym_RBRACE] = ACTIONS(1754), [anon_sym_LPAREN] = ACTIONS(1754), - [anon_sym_object] = ACTIONS(1752), - [anon_sym_fun] = ACTIONS(1752), - [anon_sym_get] = ACTIONS(5816), - [anon_sym_set] = ACTIONS(5818), - [anon_sym_this] = ACTIONS(1752), - [anon_sym_super] = ACTIONS(1752), + [anon_sym_COMMA] = ACTIONS(1754), + [anon_sym_LT] = ACTIONS(1752), + [anon_sym_GT] = ACTIONS(1752), + [anon_sym_where] = ACTIONS(1752), + [anon_sym_DOT] = ACTIONS(1752), + [anon_sym_SEMI] = ACTIONS(4138), + [anon_sym_get] = ACTIONS(6050), + [anon_sym_set] = ACTIONS(6052), [anon_sym_STAR] = ACTIONS(1754), - [sym_label] = ACTIONS(1752), + [sym_label] = ACTIONS(1754), [anon_sym_in] = ACTIONS(1752), - [anon_sym_null] = ACTIONS(1752), - [anon_sym_if] = ACTIONS(1752), + [anon_sym_DOT_DOT] = ACTIONS(1754), + [anon_sym_QMARK_COLON] = ACTIONS(1754), + [anon_sym_AMP_AMP] = ACTIONS(1754), + [anon_sym_PIPE_PIPE] = ACTIONS(1754), [anon_sym_else] = ACTIONS(1752), - [anon_sym_when] = ACTIONS(1752), - [anon_sym_try] = ACTIONS(1752), - [anon_sym_throw] = ACTIONS(1752), - [anon_sym_return] = ACTIONS(1752), - [anon_sym_continue] = ACTIONS(1752), - [anon_sym_break] = ACTIONS(1752), [anon_sym_COLON_COLON] = ACTIONS(1754), + [anon_sym_BANG_EQ] = ACTIONS(1752), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), + [anon_sym_EQ_EQ] = ACTIONS(1752), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), + [anon_sym_LT_EQ] = ACTIONS(1754), + [anon_sym_GT_EQ] = ACTIONS(1754), [anon_sym_BANGin] = ACTIONS(1754), [anon_sym_is] = ACTIONS(1752), [anon_sym_BANGis] = ACTIONS(1754), [anon_sym_PLUS] = ACTIONS(1752), [anon_sym_DASH] = ACTIONS(1752), + [anon_sym_SLASH] = ACTIONS(1752), + [anon_sym_PERCENT] = ACTIONS(1754), + [anon_sym_as_QMARK] = ACTIONS(1754), [anon_sym_PLUS_PLUS] = ACTIONS(1754), [anon_sym_DASH_DASH] = ACTIONS(1754), - [anon_sym_BANG] = ACTIONS(1752), + [anon_sym_BANG_BANG] = ACTIONS(1754), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -315866,354 +319046,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1754), - [anon_sym_continue_AT] = ACTIONS(1754), - [anon_sym_break_AT] = ACTIONS(1754), - [sym_real_literal] = ACTIONS(1754), - [sym_integer_literal] = ACTIONS(1752), - [sym_hex_literal] = ACTIONS(1754), - [sym_bin_literal] = ACTIONS(1754), - [anon_sym_true] = ACTIONS(1752), - [anon_sym_false] = ACTIONS(1752), - [anon_sym_SQUOTE] = ACTIONS(1754), [sym__backtick_identifier] = ACTIONS(1754), [sym__automatic_semicolon] = ACTIONS(1754), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1754), - }, - [2699] = { - [sym_property_delegate] = STATE(2785), - [sym_getter] = STATE(3149), - [sym_setter] = STATE(3149), - [sym_modifiers] = STATE(8592), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_EQ] = ACTIONS(6118), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_RPAREN] = ACTIONS(1778), - [anon_sym_by] = ACTIONS(6062), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(4151), - [anon_sym_get] = ACTIONS(6064), - [anon_sym_set] = ACTIONS(6066), - [anon_sym_STAR] = ACTIONS(1778), - [sym_label] = ACTIONS(1778), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_while] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1778), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG_BANG] = ACTIONS(1778), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), - [sym_multiline_comment] = ACTIONS(3), - }, - [2700] = { - [sym__alpha_identifier] = ACTIONS(3828), - [anon_sym_AT] = ACTIONS(3860), - [anon_sym_LBRACK] = ACTIONS(3833), - [anon_sym_RBRACK] = ACTIONS(3833), - [anon_sym_as] = ACTIONS(3828), - [anon_sym_typealias] = ACTIONS(3863), - [anon_sym_EQ] = ACTIONS(3828), - [anon_sym_class] = ACTIONS(3863), - [anon_sym_interface] = ACTIONS(3863), - [anon_sym_enum] = ACTIONS(3863), - [anon_sym_LBRACE] = ACTIONS(3833), - [anon_sym_RBRACE] = ACTIONS(3833), - [anon_sym_LPAREN] = ACTIONS(3833), - [anon_sym_COMMA] = ACTIONS(3833), - [anon_sym_RPAREN] = ACTIONS(3833), - [anon_sym_val] = ACTIONS(3863), - [anon_sym_var] = ACTIONS(3863), - [anon_sym_LT] = ACTIONS(3828), - [anon_sym_GT] = ACTIONS(3828), - [anon_sym_where] = ACTIONS(3828), - [anon_sym_object] = ACTIONS(3863), - [anon_sym_fun] = ACTIONS(3863), - [anon_sym_DOT] = ACTIONS(3828), - [anon_sym_SEMI] = ACTIONS(3833), - [anon_sym_get] = ACTIONS(3865), - [anon_sym_set] = ACTIONS(3865), - [anon_sym_STAR] = ACTIONS(3828), - [anon_sym_DASH_GT] = ACTIONS(3833), - [sym_label] = ACTIONS(3833), - [anon_sym_in] = ACTIONS(3828), - [anon_sym_while] = ACTIONS(3828), - [anon_sym_DOT_DOT] = ACTIONS(3833), - [anon_sym_QMARK_COLON] = ACTIONS(3833), - [anon_sym_AMP_AMP] = ACTIONS(3833), - [anon_sym_PIPE_PIPE] = ACTIONS(3833), - [anon_sym_else] = ACTIONS(3828), - [anon_sym_COLON_COLON] = ACTIONS(3833), - [anon_sym_PLUS_EQ] = ACTIONS(3833), - [anon_sym_DASH_EQ] = ACTIONS(3833), - [anon_sym_STAR_EQ] = ACTIONS(3833), - [anon_sym_SLASH_EQ] = ACTIONS(3833), - [anon_sym_PERCENT_EQ] = ACTIONS(3833), - [anon_sym_BANG_EQ] = ACTIONS(3828), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3833), - [anon_sym_EQ_EQ] = ACTIONS(3828), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3833), - [anon_sym_LT_EQ] = ACTIONS(3833), - [anon_sym_GT_EQ] = ACTIONS(3833), - [anon_sym_BANGin] = ACTIONS(3833), - [anon_sym_is] = ACTIONS(3828), - [anon_sym_BANGis] = ACTIONS(3833), - [anon_sym_PLUS] = ACTIONS(3828), - [anon_sym_DASH] = ACTIONS(3828), - [anon_sym_SLASH] = ACTIONS(3828), - [anon_sym_PERCENT] = ACTIONS(3828), - [anon_sym_as_QMARK] = ACTIONS(3833), - [anon_sym_PLUS_PLUS] = ACTIONS(3833), - [anon_sym_DASH_DASH] = ACTIONS(3833), - [anon_sym_BANG_BANG] = ACTIONS(3833), - [anon_sym_suspend] = ACTIONS(3865), - [anon_sym_sealed] = ACTIONS(3865), - [anon_sym_annotation] = ACTIONS(3865), - [anon_sym_data] = ACTIONS(3865), - [anon_sym_inner] = ACTIONS(3865), - [anon_sym_override] = ACTIONS(3865), - [anon_sym_lateinit] = ACTIONS(3865), - [anon_sym_public] = ACTIONS(3865), - [anon_sym_private] = ACTIONS(3865), - [anon_sym_internal] = ACTIONS(3865), - [anon_sym_protected] = ACTIONS(3865), - [anon_sym_tailrec] = ACTIONS(3865), - [anon_sym_operator] = ACTIONS(3865), - [anon_sym_infix] = ACTIONS(3865), - [anon_sym_inline] = ACTIONS(3865), - [anon_sym_external] = ACTIONS(3865), - [sym_property_modifier] = ACTIONS(3865), - [anon_sym_abstract] = ACTIONS(3865), - [anon_sym_final] = ACTIONS(3865), - [anon_sym_open] = ACTIONS(3865), - [anon_sym_vararg] = ACTIONS(3865), - [anon_sym_noinline] = ACTIONS(3865), - [anon_sym_crossinline] = ACTIONS(3865), - [anon_sym_expect] = ACTIONS(3865), - [anon_sym_actual] = ACTIONS(3865), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3833), - [sym_safe_nav] = ACTIONS(3833), - [sym_multiline_comment] = ACTIONS(3), - }, - [2701] = { - [sym__alpha_identifier] = ACTIONS(3828), - [anon_sym_AT] = ACTIONS(3830), - [anon_sym_LBRACK] = ACTIONS(3833), - [anon_sym_RBRACK] = ACTIONS(3833), - [anon_sym_as] = ACTIONS(3828), - [anon_sym_typealias] = ACTIONS(3835), - [anon_sym_EQ] = ACTIONS(3828), - [anon_sym_class] = ACTIONS(3835), - [anon_sym_interface] = ACTIONS(3835), - [anon_sym_enum] = ACTIONS(3835), - [anon_sym_LBRACE] = ACTIONS(3833), - [anon_sym_RBRACE] = ACTIONS(3833), - [anon_sym_LPAREN] = ACTIONS(3833), - [anon_sym_COMMA] = ACTIONS(3833), - [anon_sym_RPAREN] = ACTIONS(3833), - [anon_sym_val] = ACTIONS(3835), - [anon_sym_var] = ACTIONS(3835), - [anon_sym_LT] = ACTIONS(3828), - [anon_sym_GT] = ACTIONS(3828), - [anon_sym_where] = ACTIONS(3828), - [anon_sym_object] = ACTIONS(3835), - [anon_sym_fun] = ACTIONS(3835), - [anon_sym_DOT] = ACTIONS(3828), - [anon_sym_SEMI] = ACTIONS(3833), - [anon_sym_get] = ACTIONS(3837), - [anon_sym_set] = ACTIONS(3837), - [anon_sym_STAR] = ACTIONS(3828), - [anon_sym_DASH_GT] = ACTIONS(3833), - [sym_label] = ACTIONS(3833), - [anon_sym_in] = ACTIONS(3828), - [anon_sym_while] = ACTIONS(3828), - [anon_sym_DOT_DOT] = ACTIONS(3833), - [anon_sym_QMARK_COLON] = ACTIONS(3833), - [anon_sym_AMP_AMP] = ACTIONS(3833), - [anon_sym_PIPE_PIPE] = ACTIONS(3833), - [anon_sym_else] = ACTIONS(3828), - [anon_sym_COLON_COLON] = ACTIONS(3833), - [anon_sym_PLUS_EQ] = ACTIONS(3833), - [anon_sym_DASH_EQ] = ACTIONS(3833), - [anon_sym_STAR_EQ] = ACTIONS(3833), - [anon_sym_SLASH_EQ] = ACTIONS(3833), - [anon_sym_PERCENT_EQ] = ACTIONS(3833), - [anon_sym_BANG_EQ] = ACTIONS(3828), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3833), - [anon_sym_EQ_EQ] = ACTIONS(3828), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3833), - [anon_sym_LT_EQ] = ACTIONS(3833), - [anon_sym_GT_EQ] = ACTIONS(3833), - [anon_sym_BANGin] = ACTIONS(3833), - [anon_sym_is] = ACTIONS(3828), - [anon_sym_BANGis] = ACTIONS(3833), - [anon_sym_PLUS] = ACTIONS(3828), - [anon_sym_DASH] = ACTIONS(3828), - [anon_sym_SLASH] = ACTIONS(3828), - [anon_sym_PERCENT] = ACTIONS(3828), - [anon_sym_as_QMARK] = ACTIONS(3833), - [anon_sym_PLUS_PLUS] = ACTIONS(3833), - [anon_sym_DASH_DASH] = ACTIONS(3833), - [anon_sym_BANG_BANG] = ACTIONS(3833), - [anon_sym_suspend] = ACTIONS(3837), - [anon_sym_sealed] = ACTIONS(3837), - [anon_sym_annotation] = ACTIONS(3837), - [anon_sym_data] = ACTIONS(3837), - [anon_sym_inner] = ACTIONS(3837), - [anon_sym_override] = ACTIONS(3837), - [anon_sym_lateinit] = ACTIONS(3837), - [anon_sym_public] = ACTIONS(3837), - [anon_sym_private] = ACTIONS(3837), - [anon_sym_internal] = ACTIONS(3837), - [anon_sym_protected] = ACTIONS(3837), - [anon_sym_tailrec] = ACTIONS(3837), - [anon_sym_operator] = ACTIONS(3837), - [anon_sym_infix] = ACTIONS(3837), - [anon_sym_inline] = ACTIONS(3837), - [anon_sym_external] = ACTIONS(3837), - [sym_property_modifier] = ACTIONS(3837), - [anon_sym_abstract] = ACTIONS(3837), - [anon_sym_final] = ACTIONS(3837), - [anon_sym_open] = ACTIONS(3837), - [anon_sym_vararg] = ACTIONS(3837), - [anon_sym_noinline] = ACTIONS(3837), - [anon_sym_crossinline] = ACTIONS(3837), - [anon_sym_expect] = ACTIONS(3837), - [anon_sym_actual] = ACTIONS(3837), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3833), - [sym_safe_nav] = ACTIONS(3833), + [sym_safe_nav] = ACTIONS(1754), [sym_multiline_comment] = ACTIONS(3), }, - [2702] = { - [sym_property_delegate] = STATE(2791), - [sym_getter] = STATE(3232), - [sym_setter] = STATE(3232), - [sym_modifiers] = STATE(8592), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), + [2733] = { + [sym_getter] = STATE(4923), + [sym_setter] = STATE(4923), + [sym_modifiers] = STATE(8872), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1770), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_EQ] = ACTIONS(6136), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_RPAREN] = ACTIONS(3256), - [anon_sym_by] = ACTIONS(6062), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(6138), - [anon_sym_get] = ACTIONS(6064), - [anon_sym_set] = ACTIONS(6066), - [anon_sym_STAR] = ACTIONS(3256), - [sym_label] = ACTIONS(3256), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_while] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3256), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG_BANG] = ACTIONS(3256), + [anon_sym_LBRACK] = ACTIONS(1772), + [anon_sym_as] = ACTIONS(1770), + [anon_sym_LBRACE] = ACTIONS(1772), + [anon_sym_RBRACE] = ACTIONS(1772), + [anon_sym_LPAREN] = ACTIONS(1772), + [anon_sym_COMMA] = ACTIONS(1772), + [anon_sym_LT] = ACTIONS(1770), + [anon_sym_GT] = ACTIONS(1770), + [anon_sym_where] = ACTIONS(1770), + [anon_sym_DOT] = ACTIONS(1770), + [anon_sym_SEMI] = ACTIONS(4136), + [anon_sym_get] = ACTIONS(6050), + [anon_sym_set] = ACTIONS(6052), + [anon_sym_STAR] = ACTIONS(1772), + [sym_label] = ACTIONS(1772), + [anon_sym_in] = ACTIONS(1770), + [anon_sym_DOT_DOT] = ACTIONS(1772), + [anon_sym_QMARK_COLON] = ACTIONS(1772), + [anon_sym_AMP_AMP] = ACTIONS(1772), + [anon_sym_PIPE_PIPE] = ACTIONS(1772), + [anon_sym_else] = ACTIONS(1770), + [anon_sym_COLON_COLON] = ACTIONS(1772), + [anon_sym_BANG_EQ] = ACTIONS(1770), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1772), + [anon_sym_EQ_EQ] = ACTIONS(1770), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1772), + [anon_sym_LT_EQ] = ACTIONS(1772), + [anon_sym_GT_EQ] = ACTIONS(1772), + [anon_sym_BANGin] = ACTIONS(1772), + [anon_sym_is] = ACTIONS(1770), + [anon_sym_BANGis] = ACTIONS(1772), + [anon_sym_PLUS] = ACTIONS(1770), + [anon_sym_DASH] = ACTIONS(1770), + [anon_sym_SLASH] = ACTIONS(1770), + [anon_sym_PERCENT] = ACTIONS(1772), + [anon_sym_as_QMARK] = ACTIONS(1772), + [anon_sym_PLUS_PLUS] = ACTIONS(1772), + [anon_sym_DASH_DASH] = ACTIONS(1772), + [anon_sym_BANG_BANG] = ACTIONS(1772), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -316237,163 +319134,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), - [sym_multiline_comment] = ACTIONS(3), - }, - [2703] = { - [sym__alpha_identifier] = ACTIONS(3828), - [anon_sym_AT] = ACTIONS(3860), - [anon_sym_LBRACK] = ACTIONS(3833), - [anon_sym_RBRACK] = ACTIONS(3833), - [anon_sym_as] = ACTIONS(3828), - [anon_sym_typealias] = ACTIONS(3863), - [anon_sym_EQ] = ACTIONS(3828), - [anon_sym_class] = ACTIONS(3863), - [anon_sym_interface] = ACTIONS(3863), - [anon_sym_enum] = ACTIONS(3863), - [anon_sym_LBRACE] = ACTIONS(3833), - [anon_sym_RBRACE] = ACTIONS(3833), - [anon_sym_LPAREN] = ACTIONS(3833), - [anon_sym_COMMA] = ACTIONS(3833), - [anon_sym_RPAREN] = ACTIONS(3833), - [anon_sym_val] = ACTIONS(3863), - [anon_sym_var] = ACTIONS(3863), - [anon_sym_LT] = ACTIONS(3828), - [anon_sym_GT] = ACTIONS(3828), - [anon_sym_where] = ACTIONS(3828), - [anon_sym_object] = ACTIONS(3863), - [anon_sym_fun] = ACTIONS(3863), - [anon_sym_DOT] = ACTIONS(3828), - [anon_sym_SEMI] = ACTIONS(3833), - [anon_sym_get] = ACTIONS(3865), - [anon_sym_set] = ACTIONS(3865), - [anon_sym_STAR] = ACTIONS(3828), - [anon_sym_DASH_GT] = ACTIONS(3833), - [sym_label] = ACTIONS(3833), - [anon_sym_in] = ACTIONS(3828), - [anon_sym_while] = ACTIONS(3828), - [anon_sym_DOT_DOT] = ACTIONS(3833), - [anon_sym_QMARK_COLON] = ACTIONS(3833), - [anon_sym_AMP_AMP] = ACTIONS(3833), - [anon_sym_PIPE_PIPE] = ACTIONS(3833), - [anon_sym_else] = ACTIONS(3828), - [anon_sym_COLON_COLON] = ACTIONS(3833), - [anon_sym_PLUS_EQ] = ACTIONS(3833), - [anon_sym_DASH_EQ] = ACTIONS(3833), - [anon_sym_STAR_EQ] = ACTIONS(3833), - [anon_sym_SLASH_EQ] = ACTIONS(3833), - [anon_sym_PERCENT_EQ] = ACTIONS(3833), - [anon_sym_BANG_EQ] = ACTIONS(3828), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3833), - [anon_sym_EQ_EQ] = ACTIONS(3828), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3833), - [anon_sym_LT_EQ] = ACTIONS(3833), - [anon_sym_GT_EQ] = ACTIONS(3833), - [anon_sym_BANGin] = ACTIONS(3833), - [anon_sym_is] = ACTIONS(3828), - [anon_sym_BANGis] = ACTIONS(3833), - [anon_sym_PLUS] = ACTIONS(3828), - [anon_sym_DASH] = ACTIONS(3828), - [anon_sym_SLASH] = ACTIONS(3828), - [anon_sym_PERCENT] = ACTIONS(3828), - [anon_sym_as_QMARK] = ACTIONS(3833), - [anon_sym_PLUS_PLUS] = ACTIONS(3833), - [anon_sym_DASH_DASH] = ACTIONS(3833), - [anon_sym_BANG_BANG] = ACTIONS(3833), - [anon_sym_suspend] = ACTIONS(3863), - [anon_sym_sealed] = ACTIONS(3863), - [anon_sym_annotation] = ACTIONS(3863), - [anon_sym_data] = ACTIONS(3865), - [anon_sym_inner] = ACTIONS(3865), - [anon_sym_override] = ACTIONS(3863), - [anon_sym_lateinit] = ACTIONS(3863), - [anon_sym_public] = ACTIONS(3863), - [anon_sym_private] = ACTIONS(3863), - [anon_sym_internal] = ACTIONS(3863), - [anon_sym_protected] = ACTIONS(3863), - [anon_sym_tailrec] = ACTIONS(3863), - [anon_sym_operator] = ACTIONS(3863), - [anon_sym_infix] = ACTIONS(3863), - [anon_sym_inline] = ACTIONS(3863), - [anon_sym_external] = ACTIONS(3863), - [sym_property_modifier] = ACTIONS(3863), - [anon_sym_abstract] = ACTIONS(3863), - [anon_sym_final] = ACTIONS(3863), - [anon_sym_open] = ACTIONS(3863), - [anon_sym_vararg] = ACTIONS(3863), - [anon_sym_noinline] = ACTIONS(3863), - [anon_sym_crossinline] = ACTIONS(3863), - [anon_sym_expect] = ACTIONS(3865), - [anon_sym_actual] = ACTIONS(3865), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3833), - [sym_safe_nav] = ACTIONS(3833), + [sym__backtick_identifier] = ACTIONS(1772), + [sym__automatic_semicolon] = ACTIONS(1772), + [sym_safe_nav] = ACTIONS(1772), [sym_multiline_comment] = ACTIONS(3), }, - [2704] = { - [sym_property_delegate] = STATE(2771), - [sym_getter] = STATE(4643), - [sym_setter] = STATE(4643), - [sym_modifiers] = STATE(8572), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), + [2734] = { + [sym_getter] = STATE(3722), + [sym_setter] = STATE(3722), + [sym_modifiers] = STATE(8943), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3338), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_EQ] = ACTIONS(6102), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_RPAREN] = ACTIONS(3256), - [anon_sym_by] = ACTIONS(6062), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(6104), - [anon_sym_get] = ACTIONS(6096), - [anon_sym_set] = ACTIONS(6098), - [anon_sym_STAR] = ACTIONS(3256), - [sym_label] = ACTIONS(3256), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_while] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3256), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG_BANG] = ACTIONS(3256), + [anon_sym_LBRACK] = ACTIONS(3340), + [anon_sym_as] = ACTIONS(3338), + [anon_sym_LBRACE] = ACTIONS(3340), + [anon_sym_RBRACE] = ACTIONS(3340), + [anon_sym_LPAREN] = ACTIONS(3340), + [anon_sym_COMMA] = ACTIONS(3340), + [anon_sym_LT] = ACTIONS(3338), + [anon_sym_GT] = ACTIONS(3338), + [anon_sym_where] = ACTIONS(3338), + [anon_sym_DOT] = ACTIONS(3338), + [anon_sym_SEMI] = ACTIONS(3340), + [anon_sym_get] = ACTIONS(6038), + [anon_sym_set] = ACTIONS(6040), + [anon_sym_STAR] = ACTIONS(3340), + [sym_label] = ACTIONS(3340), + [anon_sym_in] = ACTIONS(3338), + [anon_sym_DOT_DOT] = ACTIONS(3340), + [anon_sym_QMARK_COLON] = ACTIONS(3340), + [anon_sym_AMP_AMP] = ACTIONS(3340), + [anon_sym_PIPE_PIPE] = ACTIONS(3340), + [anon_sym_else] = ACTIONS(3338), + [anon_sym_COLON_COLON] = ACTIONS(3340), + [anon_sym_BANG_EQ] = ACTIONS(3338), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3340), + [anon_sym_EQ_EQ] = ACTIONS(3338), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3340), + [anon_sym_LT_EQ] = ACTIONS(3340), + [anon_sym_GT_EQ] = ACTIONS(3340), + [anon_sym_BANGin] = ACTIONS(3340), + [anon_sym_is] = ACTIONS(3338), + [anon_sym_BANGis] = ACTIONS(3340), + [anon_sym_PLUS] = ACTIONS(3338), + [anon_sym_DASH] = ACTIONS(3338), + [anon_sym_SLASH] = ACTIONS(3338), + [anon_sym_PERCENT] = ACTIONS(3340), + [anon_sym_as_QMARK] = ACTIONS(3340), + [anon_sym_PLUS_PLUS] = ACTIONS(3340), + [anon_sym_DASH_DASH] = ACTIONS(3340), + [anon_sym_BANG_BANG] = ACTIONS(3340), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -316417,73 +319222,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), + [sym__backtick_identifier] = ACTIONS(3340), + [sym__automatic_semicolon] = ACTIONS(3340), + [sym_safe_nav] = ACTIONS(3340), [sym_multiline_comment] = ACTIONS(3), }, - [2705] = { - [sym_property_delegate] = STATE(2780), - [sym_getter] = STATE(4736), - [sym_setter] = STATE(4736), - [sym_modifiers] = STATE(8572), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1764), + [2735] = { + [sym_getter] = STATE(3817), + [sym_setter] = STATE(3817), + [sym_modifiers] = STATE(8943), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1766), - [anon_sym_as] = ACTIONS(1764), - [anon_sym_EQ] = ACTIONS(6110), - [anon_sym_LBRACE] = ACTIONS(1766), - [anon_sym_RBRACE] = ACTIONS(1766), - [anon_sym_LPAREN] = ACTIONS(1766), - [anon_sym_RPAREN] = ACTIONS(1766), - [anon_sym_by] = ACTIONS(6062), - [anon_sym_LT] = ACTIONS(1764), - [anon_sym_GT] = ACTIONS(1764), - [anon_sym_DOT] = ACTIONS(1764), - [anon_sym_SEMI] = ACTIONS(4318), - [anon_sym_get] = ACTIONS(6096), - [anon_sym_set] = ACTIONS(6098), - [anon_sym_STAR] = ACTIONS(1766), - [sym_label] = ACTIONS(1766), - [anon_sym_in] = ACTIONS(1764), - [anon_sym_while] = ACTIONS(1764), - [anon_sym_DOT_DOT] = ACTIONS(1766), - [anon_sym_QMARK_COLON] = ACTIONS(1766), - [anon_sym_AMP_AMP] = ACTIONS(1766), - [anon_sym_PIPE_PIPE] = ACTIONS(1766), - [anon_sym_else] = ACTIONS(1764), - [anon_sym_COLON_COLON] = ACTIONS(1766), - [anon_sym_BANG_EQ] = ACTIONS(1764), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), - [anon_sym_EQ_EQ] = ACTIONS(1764), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1766), - [anon_sym_LT_EQ] = ACTIONS(1766), - [anon_sym_GT_EQ] = ACTIONS(1766), - [anon_sym_BANGin] = ACTIONS(1766), - [anon_sym_is] = ACTIONS(1764), - [anon_sym_BANGis] = ACTIONS(1766), - [anon_sym_PLUS] = ACTIONS(1764), - [anon_sym_DASH] = ACTIONS(1764), - [anon_sym_SLASH] = ACTIONS(1764), - [anon_sym_PERCENT] = ACTIONS(1766), - [anon_sym_as_QMARK] = ACTIONS(1766), - [anon_sym_PLUS_PLUS] = ACTIONS(1766), - [anon_sym_DASH_DASH] = ACTIONS(1766), - [anon_sym_BANG_BANG] = ACTIONS(1766), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_COMMA] = ACTIONS(1786), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_where] = ACTIONS(1784), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(1786), + [anon_sym_get] = ACTIONS(6038), + [anon_sym_set] = ACTIONS(6040), + [anon_sym_STAR] = ACTIONS(1786), + [sym_label] = ACTIONS(1786), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1786), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG_BANG] = ACTIONS(1786), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -316507,163 +319310,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1766), - [sym_safe_nav] = ACTIONS(1766), - [sym_multiline_comment] = ACTIONS(3), - }, - [2706] = { - [sym__alpha_identifier] = ACTIONS(3828), - [anon_sym_AT] = ACTIONS(3830), - [anon_sym_LBRACK] = ACTIONS(3833), - [anon_sym_RBRACK] = ACTIONS(3833), - [anon_sym_as] = ACTIONS(3828), - [anon_sym_typealias] = ACTIONS(3835), - [anon_sym_EQ] = ACTIONS(3828), - [anon_sym_class] = ACTIONS(3835), - [anon_sym_interface] = ACTIONS(3835), - [anon_sym_enum] = ACTIONS(3835), - [anon_sym_LBRACE] = ACTIONS(3833), - [anon_sym_RBRACE] = ACTIONS(3833), - [anon_sym_LPAREN] = ACTIONS(3833), - [anon_sym_COMMA] = ACTIONS(3833), - [anon_sym_RPAREN] = ACTIONS(3833), - [anon_sym_val] = ACTIONS(3835), - [anon_sym_var] = ACTIONS(3835), - [anon_sym_LT] = ACTIONS(3828), - [anon_sym_GT] = ACTIONS(3828), - [anon_sym_where] = ACTIONS(3828), - [anon_sym_object] = ACTIONS(3835), - [anon_sym_fun] = ACTIONS(3835), - [anon_sym_DOT] = ACTIONS(3828), - [anon_sym_SEMI] = ACTIONS(3833), - [anon_sym_get] = ACTIONS(3837), - [anon_sym_set] = ACTIONS(3837), - [anon_sym_STAR] = ACTIONS(3828), - [anon_sym_DASH_GT] = ACTIONS(3833), - [sym_label] = ACTIONS(3833), - [anon_sym_in] = ACTIONS(3828), - [anon_sym_while] = ACTIONS(3828), - [anon_sym_DOT_DOT] = ACTIONS(3833), - [anon_sym_QMARK_COLON] = ACTIONS(3833), - [anon_sym_AMP_AMP] = ACTIONS(3833), - [anon_sym_PIPE_PIPE] = ACTIONS(3833), - [anon_sym_else] = ACTIONS(3828), - [anon_sym_COLON_COLON] = ACTIONS(3833), - [anon_sym_PLUS_EQ] = ACTIONS(3833), - [anon_sym_DASH_EQ] = ACTIONS(3833), - [anon_sym_STAR_EQ] = ACTIONS(3833), - [anon_sym_SLASH_EQ] = ACTIONS(3833), - [anon_sym_PERCENT_EQ] = ACTIONS(3833), - [anon_sym_BANG_EQ] = ACTIONS(3828), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3833), - [anon_sym_EQ_EQ] = ACTIONS(3828), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3833), - [anon_sym_LT_EQ] = ACTIONS(3833), - [anon_sym_GT_EQ] = ACTIONS(3833), - [anon_sym_BANGin] = ACTIONS(3833), - [anon_sym_is] = ACTIONS(3828), - [anon_sym_BANGis] = ACTIONS(3833), - [anon_sym_PLUS] = ACTIONS(3828), - [anon_sym_DASH] = ACTIONS(3828), - [anon_sym_SLASH] = ACTIONS(3828), - [anon_sym_PERCENT] = ACTIONS(3828), - [anon_sym_as_QMARK] = ACTIONS(3833), - [anon_sym_PLUS_PLUS] = ACTIONS(3833), - [anon_sym_DASH_DASH] = ACTIONS(3833), - [anon_sym_BANG_BANG] = ACTIONS(3833), - [anon_sym_suspend] = ACTIONS(3835), - [anon_sym_sealed] = ACTIONS(3835), - [anon_sym_annotation] = ACTIONS(3835), - [anon_sym_data] = ACTIONS(3837), - [anon_sym_inner] = ACTIONS(3837), - [anon_sym_override] = ACTIONS(3835), - [anon_sym_lateinit] = ACTIONS(3835), - [anon_sym_public] = ACTIONS(3835), - [anon_sym_private] = ACTIONS(3835), - [anon_sym_internal] = ACTIONS(3835), - [anon_sym_protected] = ACTIONS(3835), - [anon_sym_tailrec] = ACTIONS(3835), - [anon_sym_operator] = ACTIONS(3835), - [anon_sym_infix] = ACTIONS(3835), - [anon_sym_inline] = ACTIONS(3835), - [anon_sym_external] = ACTIONS(3835), - [sym_property_modifier] = ACTIONS(3835), - [anon_sym_abstract] = ACTIONS(3835), - [anon_sym_final] = ACTIONS(3835), - [anon_sym_open] = ACTIONS(3835), - [anon_sym_vararg] = ACTIONS(3835), - [anon_sym_noinline] = ACTIONS(3835), - [anon_sym_crossinline] = ACTIONS(3835), - [anon_sym_expect] = ACTIONS(3837), - [anon_sym_actual] = ACTIONS(3837), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3833), - [sym_safe_nav] = ACTIONS(3833), + [sym__backtick_identifier] = ACTIONS(1786), + [sym__automatic_semicolon] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), [sym_multiline_comment] = ACTIONS(3), }, - [2707] = { - [sym_property_delegate] = STATE(2779), - [sym_getter] = STATE(3176), - [sym_setter] = STATE(3176), - [sym_modifiers] = STATE(8592), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1764), + [2736] = { + [sym_getter] = STATE(4947), + [sym_setter] = STATE(4947), + [sym_modifiers] = STATE(8872), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1778), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1766), - [anon_sym_as] = ACTIONS(1764), - [anon_sym_EQ] = ACTIONS(6108), - [anon_sym_LBRACE] = ACTIONS(1766), - [anon_sym_RBRACE] = ACTIONS(1766), - [anon_sym_LPAREN] = ACTIONS(1766), - [anon_sym_RPAREN] = ACTIONS(1766), - [anon_sym_by] = ACTIONS(6062), - [anon_sym_LT] = ACTIONS(1764), - [anon_sym_GT] = ACTIONS(1764), - [anon_sym_DOT] = ACTIONS(1764), - [anon_sym_SEMI] = ACTIONS(4247), - [anon_sym_get] = ACTIONS(6064), - [anon_sym_set] = ACTIONS(6066), - [anon_sym_STAR] = ACTIONS(1766), - [sym_label] = ACTIONS(1766), - [anon_sym_in] = ACTIONS(1764), - [anon_sym_while] = ACTIONS(1764), - [anon_sym_DOT_DOT] = ACTIONS(1766), - [anon_sym_QMARK_COLON] = ACTIONS(1766), - [anon_sym_AMP_AMP] = ACTIONS(1766), - [anon_sym_PIPE_PIPE] = ACTIONS(1766), - [anon_sym_else] = ACTIONS(1764), - [anon_sym_COLON_COLON] = ACTIONS(1766), - [anon_sym_BANG_EQ] = ACTIONS(1764), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), - [anon_sym_EQ_EQ] = ACTIONS(1764), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1766), - [anon_sym_LT_EQ] = ACTIONS(1766), - [anon_sym_GT_EQ] = ACTIONS(1766), - [anon_sym_BANGin] = ACTIONS(1766), - [anon_sym_is] = ACTIONS(1764), - [anon_sym_BANGis] = ACTIONS(1766), - [anon_sym_PLUS] = ACTIONS(1764), - [anon_sym_DASH] = ACTIONS(1764), - [anon_sym_SLASH] = ACTIONS(1764), - [anon_sym_PERCENT] = ACTIONS(1766), - [anon_sym_as_QMARK] = ACTIONS(1766), - [anon_sym_PLUS_PLUS] = ACTIONS(1766), - [anon_sym_DASH_DASH] = ACTIONS(1766), - [anon_sym_BANG_BANG] = ACTIONS(1766), + [anon_sym_LBRACK] = ACTIONS(1780), + [anon_sym_as] = ACTIONS(1778), + [anon_sym_LBRACE] = ACTIONS(1780), + [anon_sym_RBRACE] = ACTIONS(1780), + [anon_sym_LPAREN] = ACTIONS(1780), + [anon_sym_COMMA] = ACTIONS(1780), + [anon_sym_LT] = ACTIONS(1778), + [anon_sym_GT] = ACTIONS(1778), + [anon_sym_where] = ACTIONS(1778), + [anon_sym_DOT] = ACTIONS(1778), + [anon_sym_SEMI] = ACTIONS(1780), + [anon_sym_get] = ACTIONS(6050), + [anon_sym_set] = ACTIONS(6052), + [anon_sym_STAR] = ACTIONS(1780), + [sym_label] = ACTIONS(1780), + [anon_sym_in] = ACTIONS(1778), + [anon_sym_DOT_DOT] = ACTIONS(1780), + [anon_sym_QMARK_COLON] = ACTIONS(1780), + [anon_sym_AMP_AMP] = ACTIONS(1780), + [anon_sym_PIPE_PIPE] = ACTIONS(1780), + [anon_sym_else] = ACTIONS(1778), + [anon_sym_COLON_COLON] = ACTIONS(1780), + [anon_sym_BANG_EQ] = ACTIONS(1778), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1780), + [anon_sym_EQ_EQ] = ACTIONS(1778), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1780), + [anon_sym_LT_EQ] = ACTIONS(1780), + [anon_sym_GT_EQ] = ACTIONS(1780), + [anon_sym_BANGin] = ACTIONS(1780), + [anon_sym_is] = ACTIONS(1778), + [anon_sym_BANGis] = ACTIONS(1780), + [anon_sym_PLUS] = ACTIONS(1778), + [anon_sym_DASH] = ACTIONS(1778), + [anon_sym_SLASH] = ACTIONS(1778), + [anon_sym_PERCENT] = ACTIONS(1780), + [anon_sym_as_QMARK] = ACTIONS(1780), + [anon_sym_PLUS_PLUS] = ACTIONS(1780), + [anon_sym_DASH_DASH] = ACTIONS(1780), + [anon_sym_BANG_BANG] = ACTIONS(1780), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -316687,73 +319398,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1766), - [sym_safe_nav] = ACTIONS(1766), + [sym__backtick_identifier] = ACTIONS(1780), + [sym__automatic_semicolon] = ACTIONS(1780), + [sym_safe_nav] = ACTIONS(1780), [sym_multiline_comment] = ACTIONS(3), }, - [2708] = { - [sym_property_delegate] = STATE(2787), - [sym_getter] = STATE(4710), - [sym_setter] = STATE(4710), - [sym_modifiers] = STATE(8572), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), + [2737] = { + [sym_getter] = STATE(3701), + [sym_setter] = STATE(3701), + [sym_modifiers] = STATE(8943), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1778), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_EQ] = ACTIONS(6140), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_RPAREN] = ACTIONS(1778), - [anon_sym_by] = ACTIONS(6062), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(4298), - [anon_sym_get] = ACTIONS(6096), - [anon_sym_set] = ACTIONS(6098), - [anon_sym_STAR] = ACTIONS(1778), - [sym_label] = ACTIONS(1778), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_while] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1778), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG_BANG] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(1780), + [anon_sym_as] = ACTIONS(1778), + [anon_sym_LBRACE] = ACTIONS(1780), + [anon_sym_RBRACE] = ACTIONS(1780), + [anon_sym_LPAREN] = ACTIONS(1780), + [anon_sym_COMMA] = ACTIONS(1780), + [anon_sym_LT] = ACTIONS(1778), + [anon_sym_GT] = ACTIONS(1778), + [anon_sym_where] = ACTIONS(1778), + [anon_sym_DOT] = ACTIONS(1778), + [anon_sym_SEMI] = ACTIONS(1780), + [anon_sym_get] = ACTIONS(6038), + [anon_sym_set] = ACTIONS(6040), + [anon_sym_STAR] = ACTIONS(1780), + [sym_label] = ACTIONS(1780), + [anon_sym_in] = ACTIONS(1778), + [anon_sym_DOT_DOT] = ACTIONS(1780), + [anon_sym_QMARK_COLON] = ACTIONS(1780), + [anon_sym_AMP_AMP] = ACTIONS(1780), + [anon_sym_PIPE_PIPE] = ACTIONS(1780), + [anon_sym_else] = ACTIONS(1778), + [anon_sym_COLON_COLON] = ACTIONS(1780), + [anon_sym_BANG_EQ] = ACTIONS(1778), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1780), + [anon_sym_EQ_EQ] = ACTIONS(1778), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1780), + [anon_sym_LT_EQ] = ACTIONS(1780), + [anon_sym_GT_EQ] = ACTIONS(1780), + [anon_sym_BANGin] = ACTIONS(1780), + [anon_sym_is] = ACTIONS(1778), + [anon_sym_BANGis] = ACTIONS(1780), + [anon_sym_PLUS] = ACTIONS(1778), + [anon_sym_DASH] = ACTIONS(1778), + [anon_sym_SLASH] = ACTIONS(1778), + [anon_sym_PERCENT] = ACTIONS(1780), + [anon_sym_as_QMARK] = ACTIONS(1780), + [anon_sym_PLUS_PLUS] = ACTIONS(1780), + [anon_sym_DASH_DASH] = ACTIONS(1780), + [anon_sym_BANG_BANG] = ACTIONS(1780), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -316777,50 +319486,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), + [sym__backtick_identifier] = ACTIONS(1780), + [sym__automatic_semicolon] = ACTIONS(1780), + [sym_safe_nav] = ACTIONS(1780), [sym_multiline_comment] = ACTIONS(3), }, - [2709] = { - [sym_property_delegate] = STATE(2775), - [sym_getter] = STATE(3162), - [sym_setter] = STATE(3162), - [sym_modifiers] = STATE(8592), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [2738] = { + [sym_getter] = STATE(3760), + [sym_setter] = STATE(3760), + [sym_modifiers] = STATE(8943), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1770), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1772), [anon_sym_as] = ACTIONS(1770), - [anon_sym_EQ] = ACTIONS(6202), [anon_sym_LBRACE] = ACTIONS(1772), [anon_sym_RBRACE] = ACTIONS(1772), [anon_sym_LPAREN] = ACTIONS(1772), - [anon_sym_RPAREN] = ACTIONS(1772), - [anon_sym_by] = ACTIONS(6062), + [anon_sym_COMMA] = ACTIONS(1772), [anon_sym_LT] = ACTIONS(1770), [anon_sym_GT] = ACTIONS(1770), + [anon_sym_where] = ACTIONS(1770), [anon_sym_DOT] = ACTIONS(1770), - [anon_sym_SEMI] = ACTIONS(4231), - [anon_sym_get] = ACTIONS(6064), - [anon_sym_set] = ACTIONS(6066), + [anon_sym_SEMI] = ACTIONS(4055), + [anon_sym_get] = ACTIONS(6038), + [anon_sym_set] = ACTIONS(6040), [anon_sym_STAR] = ACTIONS(1772), [sym_label] = ACTIONS(1772), [anon_sym_in] = ACTIONS(1770), - [anon_sym_while] = ACTIONS(1770), [anon_sym_DOT_DOT] = ACTIONS(1772), [anon_sym_QMARK_COLON] = ACTIONS(1772), [anon_sym_AMP_AMP] = ACTIONS(1772), @@ -316867,62 +319574,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1772), + [sym__automatic_semicolon] = ACTIONS(1772), [sym_safe_nav] = ACTIONS(1772), [sym_multiline_comment] = ACTIONS(3), }, - [2710] = { - [sym_getter] = STATE(5260), - [sym_setter] = STATE(5260), - [sym_modifiers] = STATE(8883), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1770), + [2739] = { + [sym_getter] = STATE(3875), + [sym_setter] = STATE(3875), + [sym_modifiers] = STATE(8943), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1772), - [anon_sym_LBRACE] = ACTIONS(1772), - [anon_sym_RBRACE] = ACTIONS(1772), - [anon_sym_LPAREN] = ACTIONS(1772), - [anon_sym_object] = ACTIONS(1770), - [anon_sym_fun] = ACTIONS(1770), - [anon_sym_get] = ACTIONS(5816), - [anon_sym_set] = ACTIONS(5818), - [anon_sym_this] = ACTIONS(1770), - [anon_sym_super] = ACTIONS(1770), - [anon_sym_STAR] = ACTIONS(1772), - [sym_label] = ACTIONS(1770), - [anon_sym_in] = ACTIONS(1770), - [anon_sym_null] = ACTIONS(1770), - [anon_sym_if] = ACTIONS(1770), - [anon_sym_else] = ACTIONS(1770), - [anon_sym_when] = ACTIONS(1770), - [anon_sym_try] = ACTIONS(1770), - [anon_sym_throw] = ACTIONS(1770), - [anon_sym_return] = ACTIONS(1770), - [anon_sym_continue] = ACTIONS(1770), - [anon_sym_break] = ACTIONS(1770), - [anon_sym_COLON_COLON] = ACTIONS(1772), - [anon_sym_BANGin] = ACTIONS(1772), - [anon_sym_is] = ACTIONS(1770), - [anon_sym_BANGis] = ACTIONS(1772), - [anon_sym_PLUS] = ACTIONS(1770), - [anon_sym_DASH] = ACTIONS(1770), - [anon_sym_PLUS_PLUS] = ACTIONS(1772), - [anon_sym_DASH_DASH] = ACTIONS(1772), - [anon_sym_BANG] = ACTIONS(1770), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_COMMA] = ACTIONS(3280), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_where] = ACTIONS(3278), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(6046), + [anon_sym_get] = ACTIONS(6038), + [anon_sym_set] = ACTIONS(6040), + [anon_sym_STAR] = ACTIONS(3280), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3280), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -316946,73 +319662,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1772), - [anon_sym_continue_AT] = ACTIONS(1772), - [anon_sym_break_AT] = ACTIONS(1772), - [sym_real_literal] = ACTIONS(1772), - [sym_integer_literal] = ACTIONS(1770), - [sym_hex_literal] = ACTIONS(1772), - [sym_bin_literal] = ACTIONS(1772), - [anon_sym_true] = ACTIONS(1770), - [anon_sym_false] = ACTIONS(1770), - [anon_sym_SQUOTE] = ACTIONS(1772), - [sym__backtick_identifier] = ACTIONS(1772), - [sym__automatic_semicolon] = ACTIONS(1772), + [sym__backtick_identifier] = ACTIONS(3280), + [sym__automatic_semicolon] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1772), }, - [2711] = { - [sym_getter] = STATE(5285), - [sym_setter] = STATE(5285), - [sym_modifiers] = STATE(8883), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), + [2740] = { + [sym_getter] = STATE(3875), + [sym_setter] = STATE(3875), + [sym_modifiers] = STATE(8943), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_object] = ACTIONS(1776), - [anon_sym_fun] = ACTIONS(1776), - [anon_sym_get] = ACTIONS(5816), - [anon_sym_set] = ACTIONS(5818), - [anon_sym_this] = ACTIONS(1776), - [anon_sym_super] = ACTIONS(1776), - [anon_sym_STAR] = ACTIONS(1778), - [sym_label] = ACTIONS(1776), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_null] = ACTIONS(1776), - [anon_sym_if] = ACTIONS(1776), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_when] = ACTIONS(1776), - [anon_sym_try] = ACTIONS(1776), - [anon_sym_throw] = ACTIONS(1776), - [anon_sym_return] = ACTIONS(1776), - [anon_sym_continue] = ACTIONS(1776), - [anon_sym_break] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG] = ACTIONS(1776), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_COMMA] = ACTIONS(3280), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_where] = ACTIONS(3278), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(3280), + [anon_sym_get] = ACTIONS(6038), + [anon_sym_set] = ACTIONS(6040), + [anon_sym_STAR] = ACTIONS(3280), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3280), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -317036,73 +319750,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1778), - [anon_sym_continue_AT] = ACTIONS(1778), - [anon_sym_break_AT] = ACTIONS(1778), - [sym_real_literal] = ACTIONS(1778), - [sym_integer_literal] = ACTIONS(1776), - [sym_hex_literal] = ACTIONS(1778), - [sym_bin_literal] = ACTIONS(1778), - [anon_sym_true] = ACTIONS(1776), - [anon_sym_false] = ACTIONS(1776), - [anon_sym_SQUOTE] = ACTIONS(1778), - [sym__backtick_identifier] = ACTIONS(1778), - [sym__automatic_semicolon] = ACTIONS(1778), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1778), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3280), + [sym__automatic_semicolon] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), + [sym_multiline_comment] = ACTIONS(3), }, - [2712] = { - [sym_getter] = STATE(5349), - [sym_setter] = STATE(5349), - [sym_modifiers] = STATE(8883), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1694), + [2741] = { + [sym_getter] = STATE(4953), + [sym_setter] = STATE(4953), + [sym_modifiers] = STATE(8872), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3338), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1696), - [anon_sym_LBRACE] = ACTIONS(1696), - [anon_sym_RBRACE] = ACTIONS(1696), - [anon_sym_LPAREN] = ACTIONS(1696), - [anon_sym_object] = ACTIONS(1694), - [anon_sym_fun] = ACTIONS(1694), - [anon_sym_get] = ACTIONS(5816), - [anon_sym_set] = ACTIONS(5818), - [anon_sym_this] = ACTIONS(1694), - [anon_sym_super] = ACTIONS(1694), - [anon_sym_STAR] = ACTIONS(1696), - [sym_label] = ACTIONS(1694), - [anon_sym_in] = ACTIONS(1694), - [anon_sym_null] = ACTIONS(1694), - [anon_sym_if] = ACTIONS(1694), - [anon_sym_else] = ACTIONS(1694), - [anon_sym_when] = ACTIONS(1694), - [anon_sym_try] = ACTIONS(1694), - [anon_sym_throw] = ACTIONS(1694), - [anon_sym_return] = ACTIONS(1694), - [anon_sym_continue] = ACTIONS(1694), - [anon_sym_break] = ACTIONS(1694), - [anon_sym_COLON_COLON] = ACTIONS(1696), - [anon_sym_BANGin] = ACTIONS(1696), - [anon_sym_is] = ACTIONS(1694), - [anon_sym_BANGis] = ACTIONS(1696), - [anon_sym_PLUS] = ACTIONS(1694), - [anon_sym_DASH] = ACTIONS(1694), - [anon_sym_PLUS_PLUS] = ACTIONS(1696), - [anon_sym_DASH_DASH] = ACTIONS(1696), - [anon_sym_BANG] = ACTIONS(1694), + [anon_sym_LBRACK] = ACTIONS(3340), + [anon_sym_as] = ACTIONS(3338), + [anon_sym_LBRACE] = ACTIONS(3340), + [anon_sym_RBRACE] = ACTIONS(3340), + [anon_sym_LPAREN] = ACTIONS(3340), + [anon_sym_COMMA] = ACTIONS(3340), + [anon_sym_LT] = ACTIONS(3338), + [anon_sym_GT] = ACTIONS(3338), + [anon_sym_where] = ACTIONS(3338), + [anon_sym_DOT] = ACTIONS(3338), + [anon_sym_SEMI] = ACTIONS(3340), + [anon_sym_get] = ACTIONS(6050), + [anon_sym_set] = ACTIONS(6052), + [anon_sym_STAR] = ACTIONS(3340), + [sym_label] = ACTIONS(3340), + [anon_sym_in] = ACTIONS(3338), + [anon_sym_DOT_DOT] = ACTIONS(3340), + [anon_sym_QMARK_COLON] = ACTIONS(3340), + [anon_sym_AMP_AMP] = ACTIONS(3340), + [anon_sym_PIPE_PIPE] = ACTIONS(3340), + [anon_sym_else] = ACTIONS(3338), + [anon_sym_COLON_COLON] = ACTIONS(3340), + [anon_sym_BANG_EQ] = ACTIONS(3338), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3340), + [anon_sym_EQ_EQ] = ACTIONS(3338), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3340), + [anon_sym_LT_EQ] = ACTIONS(3340), + [anon_sym_GT_EQ] = ACTIONS(3340), + [anon_sym_BANGin] = ACTIONS(3340), + [anon_sym_is] = ACTIONS(3338), + [anon_sym_BANGis] = ACTIONS(3340), + [anon_sym_PLUS] = ACTIONS(3338), + [anon_sym_DASH] = ACTIONS(3338), + [anon_sym_SLASH] = ACTIONS(3338), + [anon_sym_PERCENT] = ACTIONS(3340), + [anon_sym_as_QMARK] = ACTIONS(3340), + [anon_sym_PLUS_PLUS] = ACTIONS(3340), + [anon_sym_DASH_DASH] = ACTIONS(3340), + [anon_sym_BANG_BANG] = ACTIONS(3340), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -317126,56 +319838,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1696), - [anon_sym_continue_AT] = ACTIONS(1696), - [anon_sym_break_AT] = ACTIONS(1696), - [sym_real_literal] = ACTIONS(1696), - [sym_integer_literal] = ACTIONS(1694), - [sym_hex_literal] = ACTIONS(1696), - [sym_bin_literal] = ACTIONS(1696), - [anon_sym_true] = ACTIONS(1694), - [anon_sym_false] = ACTIONS(1694), - [anon_sym_SQUOTE] = ACTIONS(1696), - [sym__backtick_identifier] = ACTIONS(1696), - [sym__automatic_semicolon] = ACTIONS(1696), + [sym__backtick_identifier] = ACTIONS(3340), + [sym__automatic_semicolon] = ACTIONS(3340), + [sym_safe_nav] = ACTIONS(3340), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1696), }, - [2713] = { - [sym_property_delegate] = STATE(2815), - [sym_getter] = STATE(3727), - [sym_setter] = STATE(3727), - [sym_modifiers] = STATE(8637), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [2742] = { + [sym_getter] = STATE(5062), + [sym_setter] = STATE(5062), + [sym_modifiers] = STATE(8872), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1694), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1696), [anon_sym_as] = ACTIONS(1694), - [anon_sym_EQ] = ACTIONS(6144), [anon_sym_LBRACE] = ACTIONS(1696), [anon_sym_RBRACE] = ACTIONS(1696), [anon_sym_LPAREN] = ACTIONS(1696), - [anon_sym_by] = ACTIONS(6146), + [anon_sym_COMMA] = ACTIONS(1696), [anon_sym_LT] = ACTIONS(1694), [anon_sym_GT] = ACTIONS(1694), + [anon_sym_where] = ACTIONS(1694), [anon_sym_DOT] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(4438), - [anon_sym_get] = ACTIONS(6148), - [anon_sym_set] = ACTIONS(6150), + [anon_sym_SEMI] = ACTIONS(1696), + [anon_sym_get] = ACTIONS(6050), + [anon_sym_set] = ACTIONS(6052), [anon_sym_STAR] = ACTIONS(1696), [sym_label] = ACTIONS(1696), [anon_sym_in] = ACTIONS(1694), @@ -317225,46 +319926,133 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1696), [sym__automatic_semicolon] = ACTIONS(1696), [sym_safe_nav] = ACTIONS(1696), [sym_multiline_comment] = ACTIONS(3), }, - [2714] = { - [sym_property_delegate] = STATE(2821), - [sym_getter] = STATE(5040), - [sym_setter] = STATE(5040), - [sym_modifiers] = STATE(8589), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [2743] = { + [sym_indexing_suffix] = STATE(6609), + [sym_navigation_suffix] = STATE(6609), + [sym__postfix_unary_operator] = STATE(6609), + [sym__member_access_operator] = STATE(7345), + [sym__postfix_unary_suffix] = STATE(6609), + [aux_sym__postfix_unary_expression_repeat1] = STATE(6609), + [sym__alpha_identifier] = ACTIONS(3969), + [anon_sym_AT] = ACTIONS(3971), + [anon_sym_LBRACK] = ACTIONS(3973), + [anon_sym_as] = ACTIONS(3969), + [anon_sym_EQ] = ACTIONS(4009), + [anon_sym_LBRACE] = ACTIONS(3971), + [anon_sym_RBRACE] = ACTIONS(3971), + [anon_sym_LPAREN] = ACTIONS(3971), + [anon_sym_COMMA] = ACTIONS(3971), + [anon_sym_LT] = ACTIONS(3969), + [anon_sym_GT] = ACTIONS(3969), + [anon_sym_where] = ACTIONS(3969), + [anon_sym_object] = ACTIONS(3969), + [anon_sym_fun] = ACTIONS(3969), + [anon_sym_DOT] = ACTIONS(3979), + [anon_sym_SEMI] = ACTIONS(3971), + [anon_sym_get] = ACTIONS(3969), + [anon_sym_set] = ACTIONS(3969), + [anon_sym_this] = ACTIONS(3969), + [anon_sym_super] = ACTIONS(3969), + [anon_sym_STAR] = ACTIONS(3969), + [sym_label] = ACTIONS(3969), + [anon_sym_in] = ACTIONS(3969), + [anon_sym_DOT_DOT] = ACTIONS(3971), + [anon_sym_QMARK_COLON] = ACTIONS(3971), + [anon_sym_AMP_AMP] = ACTIONS(3971), + [anon_sym_PIPE_PIPE] = ACTIONS(3971), + [anon_sym_null] = ACTIONS(3969), + [anon_sym_if] = ACTIONS(3969), + [anon_sym_else] = ACTIONS(3969), + [anon_sym_when] = ACTIONS(3969), + [anon_sym_try] = ACTIONS(3969), + [anon_sym_throw] = ACTIONS(3969), + [anon_sym_return] = ACTIONS(3969), + [anon_sym_continue] = ACTIONS(3969), + [anon_sym_break] = ACTIONS(3969), + [anon_sym_COLON_COLON] = ACTIONS(3982), + [anon_sym_PLUS_EQ] = ACTIONS(4011), + [anon_sym_DASH_EQ] = ACTIONS(4011), + [anon_sym_STAR_EQ] = ACTIONS(4011), + [anon_sym_SLASH_EQ] = ACTIONS(4011), + [anon_sym_PERCENT_EQ] = ACTIONS(4011), + [anon_sym_BANG_EQ] = ACTIONS(3969), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3971), + [anon_sym_EQ_EQ] = ACTIONS(3969), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3971), + [anon_sym_LT_EQ] = ACTIONS(3971), + [anon_sym_GT_EQ] = ACTIONS(3971), + [anon_sym_BANGin] = ACTIONS(3971), + [anon_sym_is] = ACTIONS(3969), + [anon_sym_BANGis] = ACTIONS(3971), + [anon_sym_PLUS] = ACTIONS(3969), + [anon_sym_DASH] = ACTIONS(3969), + [anon_sym_SLASH] = ACTIONS(3969), + [anon_sym_PERCENT] = ACTIONS(3969), + [anon_sym_as_QMARK] = ACTIONS(3971), + [anon_sym_PLUS_PLUS] = ACTIONS(3988), + [anon_sym_DASH_DASH] = ACTIONS(3988), + [anon_sym_BANG] = ACTIONS(3969), + [anon_sym_BANG_BANG] = ACTIONS(3988), + [anon_sym_data] = ACTIONS(3969), + [anon_sym_inner] = ACTIONS(3969), + [anon_sym_expect] = ACTIONS(3969), + [anon_sym_actual] = ACTIONS(3969), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3971), + [anon_sym_continue_AT] = ACTIONS(3971), + [anon_sym_break_AT] = ACTIONS(3971), + [sym_real_literal] = ACTIONS(3971), + [sym_integer_literal] = ACTIONS(3969), + [sym_hex_literal] = ACTIONS(3971), + [sym_bin_literal] = ACTIONS(3971), + [anon_sym_true] = ACTIONS(3969), + [anon_sym_false] = ACTIONS(3969), + [anon_sym_SQUOTE] = ACTIONS(3971), + [sym__backtick_identifier] = ACTIONS(3971), + [sym__automatic_semicolon] = ACTIONS(3971), + [sym_safe_nav] = ACTIONS(3982), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3971), + }, + [2744] = { + [sym_getter] = STATE(5062), + [sym_setter] = STATE(5062), + [sym_modifiers] = STATE(8872), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1694), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1696), [anon_sym_as] = ACTIONS(1694), - [anon_sym_EQ] = ACTIONS(6176), [anon_sym_LBRACE] = ACTIONS(1696), [anon_sym_RBRACE] = ACTIONS(1696), [anon_sym_LPAREN] = ACTIONS(1696), - [anon_sym_by] = ACTIONS(6146), + [anon_sym_COMMA] = ACTIONS(1696), [anon_sym_LT] = ACTIONS(1694), [anon_sym_GT] = ACTIONS(1694), + [anon_sym_where] = ACTIONS(1694), [anon_sym_DOT] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(4400), - [anon_sym_get] = ACTIONS(6156), - [anon_sym_set] = ACTIONS(6158), + [anon_sym_SEMI] = ACTIONS(4134), + [anon_sym_get] = ACTIONS(6050), + [anon_sym_set] = ACTIONS(6052), [anon_sym_STAR] = ACTIONS(1696), [sym_label] = ACTIONS(1696), [anon_sym_in] = ACTIONS(1694), @@ -317314,669 +320102,133 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1696), [sym__automatic_semicolon] = ACTIONS(1696), [sym_safe_nav] = ACTIONS(1696), [sym_multiline_comment] = ACTIONS(3), }, - [2715] = { - [sym_property_delegate] = STATE(2816), - [sym_getter] = STATE(3810), - [sym_setter] = STATE(3810), - [sym_modifiers] = STATE(8637), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1764), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1766), - [anon_sym_as] = ACTIONS(1764), - [anon_sym_EQ] = ACTIONS(6196), - [anon_sym_LBRACE] = ACTIONS(1766), - [anon_sym_RBRACE] = ACTIONS(1766), - [anon_sym_LPAREN] = ACTIONS(1766), - [anon_sym_by] = ACTIONS(6146), - [anon_sym_LT] = ACTIONS(1764), - [anon_sym_GT] = ACTIONS(1764), - [anon_sym_DOT] = ACTIONS(1764), - [anon_sym_SEMI] = ACTIONS(4515), - [anon_sym_get] = ACTIONS(6148), - [anon_sym_set] = ACTIONS(6150), - [anon_sym_STAR] = ACTIONS(1766), - [sym_label] = ACTIONS(1766), - [anon_sym_in] = ACTIONS(1764), - [anon_sym_DOT_DOT] = ACTIONS(1766), - [anon_sym_QMARK_COLON] = ACTIONS(1766), - [anon_sym_AMP_AMP] = ACTIONS(1766), - [anon_sym_PIPE_PIPE] = ACTIONS(1766), - [anon_sym_else] = ACTIONS(1764), - [anon_sym_COLON_COLON] = ACTIONS(1766), - [anon_sym_BANG_EQ] = ACTIONS(1764), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), - [anon_sym_EQ_EQ] = ACTIONS(1764), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1766), - [anon_sym_LT_EQ] = ACTIONS(1766), - [anon_sym_GT_EQ] = ACTIONS(1766), - [anon_sym_BANGin] = ACTIONS(1766), - [anon_sym_is] = ACTIONS(1764), - [anon_sym_BANGis] = ACTIONS(1766), - [anon_sym_PLUS] = ACTIONS(1764), - [anon_sym_DASH] = ACTIONS(1764), - [anon_sym_SLASH] = ACTIONS(1764), - [anon_sym_PERCENT] = ACTIONS(1766), - [anon_sym_as_QMARK] = ACTIONS(1766), - [anon_sym_PLUS_PLUS] = ACTIONS(1766), - [anon_sym_DASH_DASH] = ACTIONS(1766), - [anon_sym_BANG_BANG] = ACTIONS(1766), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1766), - [sym__automatic_semicolon] = ACTIONS(1766), - [sym_safe_nav] = ACTIONS(1766), - [sym_multiline_comment] = ACTIONS(3), - }, - [2716] = { - [sym__alpha_identifier] = ACTIONS(3828), - [anon_sym_AT] = ACTIONS(3860), - [anon_sym_COLON] = ACTIONS(3828), - [anon_sym_LBRACK] = ACTIONS(3833), - [anon_sym_as] = ACTIONS(3828), - [anon_sym_typealias] = ACTIONS(3863), - [anon_sym_EQ] = ACTIONS(3828), - [anon_sym_class] = ACTIONS(3863), - [anon_sym_interface] = ACTIONS(3863), - [anon_sym_enum] = ACTIONS(3863), - [anon_sym_LBRACE] = ACTIONS(3833), - [anon_sym_RBRACE] = ACTIONS(3833), - [anon_sym_LPAREN] = ACTIONS(3833), - [anon_sym_COMMA] = ACTIONS(3833), - [anon_sym_val] = ACTIONS(3863), - [anon_sym_var] = ACTIONS(3863), - [anon_sym_LT] = ACTIONS(3828), - [anon_sym_GT] = ACTIONS(3828), - [anon_sym_where] = ACTIONS(3828), - [anon_sym_object] = ACTIONS(3863), - [anon_sym_fun] = ACTIONS(3863), - [anon_sym_DOT] = ACTIONS(3828), - [anon_sym_SEMI] = ACTIONS(3833), - [anon_sym_get] = ACTIONS(3865), - [anon_sym_set] = ACTIONS(3865), - [anon_sym_STAR] = ACTIONS(3828), - [anon_sym_DASH_GT] = ACTIONS(3833), - [sym_label] = ACTIONS(3833), - [anon_sym_in] = ACTIONS(3828), - [anon_sym_DOT_DOT] = ACTIONS(3833), - [anon_sym_QMARK_COLON] = ACTIONS(3833), - [anon_sym_AMP_AMP] = ACTIONS(3833), - [anon_sym_PIPE_PIPE] = ACTIONS(3833), - [anon_sym_else] = ACTIONS(3828), - [anon_sym_COLON_COLON] = ACTIONS(3833), - [anon_sym_PLUS_EQ] = ACTIONS(3833), - [anon_sym_DASH_EQ] = ACTIONS(3833), - [anon_sym_STAR_EQ] = ACTIONS(3833), - [anon_sym_SLASH_EQ] = ACTIONS(3833), - [anon_sym_PERCENT_EQ] = ACTIONS(3833), - [anon_sym_BANG_EQ] = ACTIONS(3828), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3833), - [anon_sym_EQ_EQ] = ACTIONS(3828), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3833), - [anon_sym_LT_EQ] = ACTIONS(3833), - [anon_sym_GT_EQ] = ACTIONS(3833), - [anon_sym_BANGin] = ACTIONS(3833), - [anon_sym_is] = ACTIONS(3828), - [anon_sym_BANGis] = ACTIONS(3833), - [anon_sym_PLUS] = ACTIONS(3828), - [anon_sym_DASH] = ACTIONS(3828), - [anon_sym_SLASH] = ACTIONS(3828), - [anon_sym_PERCENT] = ACTIONS(3828), - [anon_sym_as_QMARK] = ACTIONS(3833), - [anon_sym_PLUS_PLUS] = ACTIONS(3833), - [anon_sym_DASH_DASH] = ACTIONS(3833), - [anon_sym_BANG_BANG] = ACTIONS(3833), - [anon_sym_suspend] = ACTIONS(3863), - [anon_sym_sealed] = ACTIONS(3863), - [anon_sym_annotation] = ACTIONS(3863), - [anon_sym_data] = ACTIONS(3865), - [anon_sym_inner] = ACTIONS(3865), - [anon_sym_override] = ACTIONS(3863), - [anon_sym_lateinit] = ACTIONS(3863), - [anon_sym_public] = ACTIONS(3863), - [anon_sym_private] = ACTIONS(3863), - [anon_sym_internal] = ACTIONS(3863), - [anon_sym_protected] = ACTIONS(3863), - [anon_sym_tailrec] = ACTIONS(3863), - [anon_sym_operator] = ACTIONS(3863), - [anon_sym_infix] = ACTIONS(3863), - [anon_sym_inline] = ACTIONS(3863), - [anon_sym_external] = ACTIONS(3863), - [sym_property_modifier] = ACTIONS(3863), - [anon_sym_abstract] = ACTIONS(3863), - [anon_sym_final] = ACTIONS(3863), - [anon_sym_open] = ACTIONS(3863), - [anon_sym_vararg] = ACTIONS(3863), - [anon_sym_noinline] = ACTIONS(3863), - [anon_sym_crossinline] = ACTIONS(3863), - [anon_sym_expect] = ACTIONS(3865), - [anon_sym_actual] = ACTIONS(3865), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3833), - [sym__automatic_semicolon] = ACTIONS(3833), - [sym_safe_nav] = ACTIONS(3833), - [sym_multiline_comment] = ACTIONS(3), - }, - [2717] = { - [sym__alpha_identifier] = ACTIONS(3828), - [anon_sym_AT] = ACTIONS(3830), - [anon_sym_COLON] = ACTIONS(3828), - [anon_sym_LBRACK] = ACTIONS(3833), - [anon_sym_as] = ACTIONS(3828), - [anon_sym_typealias] = ACTIONS(3835), - [anon_sym_EQ] = ACTIONS(3828), - [anon_sym_class] = ACTIONS(3835), - [anon_sym_interface] = ACTIONS(3835), - [anon_sym_enum] = ACTIONS(3835), - [anon_sym_LBRACE] = ACTIONS(3833), - [anon_sym_RBRACE] = ACTIONS(3833), - [anon_sym_LPAREN] = ACTIONS(3833), - [anon_sym_COMMA] = ACTIONS(3833), - [anon_sym_val] = ACTIONS(3835), - [anon_sym_var] = ACTIONS(3835), - [anon_sym_LT] = ACTIONS(3828), - [anon_sym_GT] = ACTIONS(3828), - [anon_sym_where] = ACTIONS(3828), - [anon_sym_object] = ACTIONS(3835), - [anon_sym_fun] = ACTIONS(3835), - [anon_sym_DOT] = ACTIONS(3828), - [anon_sym_SEMI] = ACTIONS(3833), - [anon_sym_get] = ACTIONS(3837), - [anon_sym_set] = ACTIONS(3837), - [anon_sym_STAR] = ACTIONS(3828), - [anon_sym_DASH_GT] = ACTIONS(3833), - [sym_label] = ACTIONS(3833), - [anon_sym_in] = ACTIONS(3828), - [anon_sym_DOT_DOT] = ACTIONS(3833), - [anon_sym_QMARK_COLON] = ACTIONS(3833), - [anon_sym_AMP_AMP] = ACTIONS(3833), - [anon_sym_PIPE_PIPE] = ACTIONS(3833), - [anon_sym_else] = ACTIONS(3828), - [anon_sym_COLON_COLON] = ACTIONS(3833), - [anon_sym_PLUS_EQ] = ACTIONS(3833), - [anon_sym_DASH_EQ] = ACTIONS(3833), - [anon_sym_STAR_EQ] = ACTIONS(3833), - [anon_sym_SLASH_EQ] = ACTIONS(3833), - [anon_sym_PERCENT_EQ] = ACTIONS(3833), - [anon_sym_BANG_EQ] = ACTIONS(3828), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3833), - [anon_sym_EQ_EQ] = ACTIONS(3828), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3833), - [anon_sym_LT_EQ] = ACTIONS(3833), - [anon_sym_GT_EQ] = ACTIONS(3833), - [anon_sym_BANGin] = ACTIONS(3833), - [anon_sym_is] = ACTIONS(3828), - [anon_sym_BANGis] = ACTIONS(3833), - [anon_sym_PLUS] = ACTIONS(3828), - [anon_sym_DASH] = ACTIONS(3828), - [anon_sym_SLASH] = ACTIONS(3828), - [anon_sym_PERCENT] = ACTIONS(3828), - [anon_sym_as_QMARK] = ACTIONS(3833), - [anon_sym_PLUS_PLUS] = ACTIONS(3833), - [anon_sym_DASH_DASH] = ACTIONS(3833), - [anon_sym_BANG_BANG] = ACTIONS(3833), - [anon_sym_suspend] = ACTIONS(3835), - [anon_sym_sealed] = ACTIONS(3835), - [anon_sym_annotation] = ACTIONS(3835), - [anon_sym_data] = ACTIONS(3837), - [anon_sym_inner] = ACTIONS(3837), - [anon_sym_override] = ACTIONS(3835), - [anon_sym_lateinit] = ACTIONS(3835), - [anon_sym_public] = ACTIONS(3835), - [anon_sym_private] = ACTIONS(3835), - [anon_sym_internal] = ACTIONS(3835), - [anon_sym_protected] = ACTIONS(3835), - [anon_sym_tailrec] = ACTIONS(3835), - [anon_sym_operator] = ACTIONS(3835), - [anon_sym_infix] = ACTIONS(3835), - [anon_sym_inline] = ACTIONS(3835), - [anon_sym_external] = ACTIONS(3835), - [sym_property_modifier] = ACTIONS(3835), - [anon_sym_abstract] = ACTIONS(3835), - [anon_sym_final] = ACTIONS(3835), - [anon_sym_open] = ACTIONS(3835), - [anon_sym_vararg] = ACTIONS(3835), - [anon_sym_noinline] = ACTIONS(3835), - [anon_sym_crossinline] = ACTIONS(3835), - [anon_sym_expect] = ACTIONS(3837), - [anon_sym_actual] = ACTIONS(3837), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3833), - [sym__automatic_semicolon] = ACTIONS(3833), - [sym_safe_nav] = ACTIONS(3833), - [sym_multiline_comment] = ACTIONS(3), - }, - [2718] = { - [sym_property_delegate] = STATE(2804), - [sym_getter] = STATE(4976), - [sym_setter] = STATE(4976), - [sym_modifiers] = STATE(8589), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_EQ] = ACTIONS(6178), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_by] = ACTIONS(6146), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(6180), - [anon_sym_get] = ACTIONS(6156), - [anon_sym_set] = ACTIONS(6158), - [anon_sym_STAR] = ACTIONS(3256), - [sym_label] = ACTIONS(3256), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3256), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG_BANG] = ACTIONS(3256), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3256), - [sym__automatic_semicolon] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), - [sym_multiline_comment] = ACTIONS(3), - }, - [2719] = { - [sym_property_delegate] = STATE(2810), - [sym_getter] = STATE(5053), - [sym_setter] = STATE(5053), - [sym_modifiers] = STATE(8589), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1764), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1766), - [anon_sym_as] = ACTIONS(1764), - [anon_sym_EQ] = ACTIONS(6182), - [anon_sym_LBRACE] = ACTIONS(1766), - [anon_sym_RBRACE] = ACTIONS(1766), - [anon_sym_LPAREN] = ACTIONS(1766), - [anon_sym_by] = ACTIONS(6146), - [anon_sym_LT] = ACTIONS(1764), - [anon_sym_GT] = ACTIONS(1764), - [anon_sym_DOT] = ACTIONS(1764), - [anon_sym_SEMI] = ACTIONS(4410), - [anon_sym_get] = ACTIONS(6156), - [anon_sym_set] = ACTIONS(6158), - [anon_sym_STAR] = ACTIONS(1766), - [sym_label] = ACTIONS(1766), - [anon_sym_in] = ACTIONS(1764), - [anon_sym_DOT_DOT] = ACTIONS(1766), - [anon_sym_QMARK_COLON] = ACTIONS(1766), - [anon_sym_AMP_AMP] = ACTIONS(1766), - [anon_sym_PIPE_PIPE] = ACTIONS(1766), - [anon_sym_else] = ACTIONS(1764), - [anon_sym_COLON_COLON] = ACTIONS(1766), - [anon_sym_BANG_EQ] = ACTIONS(1764), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), - [anon_sym_EQ_EQ] = ACTIONS(1764), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1766), - [anon_sym_LT_EQ] = ACTIONS(1766), - [anon_sym_GT_EQ] = ACTIONS(1766), - [anon_sym_BANGin] = ACTIONS(1766), - [anon_sym_is] = ACTIONS(1764), - [anon_sym_BANGis] = ACTIONS(1766), - [anon_sym_PLUS] = ACTIONS(1764), - [anon_sym_DASH] = ACTIONS(1764), - [anon_sym_SLASH] = ACTIONS(1764), - [anon_sym_PERCENT] = ACTIONS(1766), - [anon_sym_as_QMARK] = ACTIONS(1766), - [anon_sym_PLUS_PLUS] = ACTIONS(1766), - [anon_sym_DASH_DASH] = ACTIONS(1766), - [anon_sym_BANG_BANG] = ACTIONS(1766), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1766), - [sym__automatic_semicolon] = ACTIONS(1766), - [sym_safe_nav] = ACTIONS(1766), - [sym_multiline_comment] = ACTIONS(3), - }, - [2720] = { - [sym_property_delegate] = STATE(2797), - [sym_getter] = STATE(3877), - [sym_setter] = STATE(3877), - [sym_modifiers] = STATE(8637), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_EQ] = ACTIONS(6170), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_by] = ACTIONS(6146), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(4507), - [anon_sym_get] = ACTIONS(6148), - [anon_sym_set] = ACTIONS(6150), - [anon_sym_STAR] = ACTIONS(1778), - [sym_label] = ACTIONS(1778), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1778), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG_BANG] = ACTIONS(1778), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1778), - [sym__automatic_semicolon] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), - [sym_multiline_comment] = ACTIONS(3), - }, - [2721] = { - [sym_property_delegate] = STATE(2814), - [sym_getter] = STATE(5011), - [sym_setter] = STATE(5011), - [sym_modifiers] = STATE(8589), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_EQ] = ACTIONS(6184), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_by] = ACTIONS(6146), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(4412), - [anon_sym_get] = ACTIONS(6156), - [anon_sym_set] = ACTIONS(6158), - [anon_sym_STAR] = ACTIONS(1778), - [sym_label] = ACTIONS(1778), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1778), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG_BANG] = ACTIONS(1778), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [2745] = { + [sym_annotated_lambda] = STATE(3226), + [sym_lambda_literal] = STATE(3351), + [sym_annotation] = STATE(7893), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), + [sym__alpha_identifier] = ACTIONS(4005), + [anon_sym_AT] = ACTIONS(4007), + [anon_sym_LBRACK] = ACTIONS(4007), + [anon_sym_RBRACK] = ACTIONS(4007), + [anon_sym_as] = ACTIONS(4005), + [anon_sym_EQ] = ACTIONS(4005), + [anon_sym_LBRACE] = ACTIONS(4007), + [anon_sym_RBRACE] = ACTIONS(4007), + [anon_sym_LPAREN] = ACTIONS(4007), + [anon_sym_COMMA] = ACTIONS(4007), + [anon_sym_RPAREN] = ACTIONS(4007), + [anon_sym_LT] = ACTIONS(4005), + [anon_sym_GT] = ACTIONS(4005), + [anon_sym_where] = ACTIONS(4005), + [anon_sym_DOT] = ACTIONS(4005), + [anon_sym_SEMI] = ACTIONS(4007), + [anon_sym_get] = ACTIONS(4005), + [anon_sym_set] = ACTIONS(4005), + [anon_sym_STAR] = ACTIONS(4005), + [anon_sym_DASH_GT] = ACTIONS(4007), + [sym_label] = ACTIONS(4007), + [anon_sym_in] = ACTIONS(4005), + [anon_sym_while] = ACTIONS(4005), + [anon_sym_DOT_DOT] = ACTIONS(4007), + [anon_sym_QMARK_COLON] = ACTIONS(4007), + [anon_sym_AMP_AMP] = ACTIONS(4007), + [anon_sym_PIPE_PIPE] = ACTIONS(4007), + [anon_sym_else] = ACTIONS(4005), + [anon_sym_COLON_COLON] = ACTIONS(4007), + [anon_sym_PLUS_EQ] = ACTIONS(4007), + [anon_sym_DASH_EQ] = ACTIONS(4007), + [anon_sym_STAR_EQ] = ACTIONS(4007), + [anon_sym_SLASH_EQ] = ACTIONS(4007), + [anon_sym_PERCENT_EQ] = ACTIONS(4007), + [anon_sym_BANG_EQ] = ACTIONS(4005), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4007), + [anon_sym_EQ_EQ] = ACTIONS(4005), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4007), + [anon_sym_LT_EQ] = ACTIONS(4007), + [anon_sym_GT_EQ] = ACTIONS(4007), + [anon_sym_BANGin] = ACTIONS(4007), + [anon_sym_is] = ACTIONS(4005), + [anon_sym_BANGis] = ACTIONS(4007), + [anon_sym_PLUS] = ACTIONS(4005), + [anon_sym_DASH] = ACTIONS(4005), + [anon_sym_SLASH] = ACTIONS(4005), + [anon_sym_PERCENT] = ACTIONS(4005), + [anon_sym_as_QMARK] = ACTIONS(4007), + [anon_sym_PLUS_PLUS] = ACTIONS(4007), + [anon_sym_DASH_DASH] = ACTIONS(4007), + [anon_sym_BANG_BANG] = ACTIONS(4007), + [anon_sym_suspend] = ACTIONS(4005), + [anon_sym_sealed] = ACTIONS(4005), + [anon_sym_annotation] = ACTIONS(4005), + [anon_sym_data] = ACTIONS(4005), + [anon_sym_inner] = ACTIONS(4005), + [anon_sym_override] = ACTIONS(4005), + [anon_sym_lateinit] = ACTIONS(4005), + [anon_sym_public] = ACTIONS(4005), + [anon_sym_private] = ACTIONS(4005), + [anon_sym_internal] = ACTIONS(4005), + [anon_sym_protected] = ACTIONS(4005), + [anon_sym_tailrec] = ACTIONS(4005), + [anon_sym_operator] = ACTIONS(4005), + [anon_sym_infix] = ACTIONS(4005), + [anon_sym_inline] = ACTIONS(4005), + [anon_sym_external] = ACTIONS(4005), + [sym_property_modifier] = ACTIONS(4005), + [anon_sym_abstract] = ACTIONS(4005), + [anon_sym_final] = ACTIONS(4005), + [anon_sym_open] = ACTIONS(4005), + [anon_sym_vararg] = ACTIONS(4005), + [anon_sym_noinline] = ACTIONS(4005), + [anon_sym_crossinline] = ACTIONS(4005), + [anon_sym_expect] = ACTIONS(4005), + [anon_sym_actual] = ACTIONS(4005), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1778), - [sym__automatic_semicolon] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), + [sym__backtick_identifier] = ACTIONS(4007), + [sym_safe_nav] = ACTIONS(4007), [sym_multiline_comment] = ACTIONS(3), }, - [2722] = { - [sym_property_delegate] = STATE(2799), - [sym_getter] = STATE(4966), - [sym_setter] = STATE(4966), - [sym_modifiers] = STATE(8589), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [2746] = { + [sym_getter] = STATE(3760), + [sym_setter] = STATE(3760), + [sym_modifiers] = STATE(8943), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1770), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1772), [anon_sym_as] = ACTIONS(1770), - [anon_sym_EQ] = ACTIONS(6204), [anon_sym_LBRACE] = ACTIONS(1772), [anon_sym_RBRACE] = ACTIONS(1772), [anon_sym_LPAREN] = ACTIONS(1772), - [anon_sym_by] = ACTIONS(6146), + [anon_sym_COMMA] = ACTIONS(1772), [anon_sym_LT] = ACTIONS(1770), [anon_sym_GT] = ACTIONS(1770), + [anon_sym_where] = ACTIONS(1770), [anon_sym_DOT] = ACTIONS(1770), - [anon_sym_SEMI] = ACTIONS(4414), - [anon_sym_get] = ACTIONS(6156), - [anon_sym_set] = ACTIONS(6158), + [anon_sym_SEMI] = ACTIONS(1772), + [anon_sym_get] = ACTIONS(6038), + [anon_sym_set] = ACTIONS(6040), [anon_sym_STAR] = ACTIONS(1772), [sym_label] = ACTIONS(1772), [anon_sym_in] = ACTIONS(1770), @@ -318026,72 +320278,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1772), [sym__automatic_semicolon] = ACTIONS(1772), [sym_safe_nav] = ACTIONS(1772), [sym_multiline_comment] = ACTIONS(3), }, - [2723] = { - [sym_property_delegate] = STATE(2830), - [sym_getter] = STATE(3787), - [sym_setter] = STATE(3787), - [sym_modifiers] = STATE(8637), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), + [2747] = { + [sym_getter] = STATE(5029), + [sym_setter] = STATE(5029), + [sym_modifiers] = STATE(8872), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1752), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_EQ] = ACTIONS(6186), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_by] = ACTIONS(6146), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(6188), - [anon_sym_get] = ACTIONS(6148), - [anon_sym_set] = ACTIONS(6150), - [anon_sym_STAR] = ACTIONS(3256), - [sym_label] = ACTIONS(3256), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3256), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG_BANG] = ACTIONS(3256), + [anon_sym_LBRACK] = ACTIONS(1754), + [anon_sym_as] = ACTIONS(1752), + [anon_sym_LBRACE] = ACTIONS(1754), + [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_LPAREN] = ACTIONS(1754), + [anon_sym_COMMA] = ACTIONS(1754), + [anon_sym_LT] = ACTIONS(1752), + [anon_sym_GT] = ACTIONS(1752), + [anon_sym_where] = ACTIONS(1752), + [anon_sym_DOT] = ACTIONS(1752), + [anon_sym_SEMI] = ACTIONS(1754), + [anon_sym_get] = ACTIONS(6050), + [anon_sym_set] = ACTIONS(6052), + [anon_sym_STAR] = ACTIONS(1754), + [sym_label] = ACTIONS(1754), + [anon_sym_in] = ACTIONS(1752), + [anon_sym_DOT_DOT] = ACTIONS(1754), + [anon_sym_QMARK_COLON] = ACTIONS(1754), + [anon_sym_AMP_AMP] = ACTIONS(1754), + [anon_sym_PIPE_PIPE] = ACTIONS(1754), + [anon_sym_else] = ACTIONS(1752), + [anon_sym_COLON_COLON] = ACTIONS(1754), + [anon_sym_BANG_EQ] = ACTIONS(1752), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), + [anon_sym_EQ_EQ] = ACTIONS(1752), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), + [anon_sym_LT_EQ] = ACTIONS(1754), + [anon_sym_GT_EQ] = ACTIONS(1754), + [anon_sym_BANGin] = ACTIONS(1754), + [anon_sym_is] = ACTIONS(1752), + [anon_sym_BANGis] = ACTIONS(1754), + [anon_sym_PLUS] = ACTIONS(1752), + [anon_sym_DASH] = ACTIONS(1752), + [anon_sym_SLASH] = ACTIONS(1752), + [anon_sym_PERCENT] = ACTIONS(1754), + [anon_sym_as_QMARK] = ACTIONS(1754), + [anon_sym_PLUS_PLUS] = ACTIONS(1754), + [anon_sym_DASH_DASH] = ACTIONS(1754), + [anon_sym_BANG_BANG] = ACTIONS(1754), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -318115,72 +320366,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3256), - [sym__automatic_semicolon] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), + [sym__backtick_identifier] = ACTIONS(1754), + [sym__automatic_semicolon] = ACTIONS(1754), + [sym_safe_nav] = ACTIONS(1754), [sym_multiline_comment] = ACTIONS(3), }, - [2724] = { - [sym_property_delegate] = STATE(2811), - [sym_getter] = STATE(3812), - [sym_setter] = STATE(3812), - [sym_modifiers] = STATE(8637), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1770), + [2748] = { + [sym_getter] = STATE(5058), + [sym_setter] = STATE(5058), + [sym_modifiers] = STATE(8872), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1772), - [anon_sym_as] = ACTIONS(1770), - [anon_sym_EQ] = ACTIONS(6206), - [anon_sym_LBRACE] = ACTIONS(1772), - [anon_sym_RBRACE] = ACTIONS(1772), - [anon_sym_LPAREN] = ACTIONS(1772), - [anon_sym_by] = ACTIONS(6146), - [anon_sym_LT] = ACTIONS(1770), - [anon_sym_GT] = ACTIONS(1770), - [anon_sym_DOT] = ACTIONS(1770), - [anon_sym_SEMI] = ACTIONS(4501), - [anon_sym_get] = ACTIONS(6148), - [anon_sym_set] = ACTIONS(6150), - [anon_sym_STAR] = ACTIONS(1772), - [sym_label] = ACTIONS(1772), - [anon_sym_in] = ACTIONS(1770), - [anon_sym_DOT_DOT] = ACTIONS(1772), - [anon_sym_QMARK_COLON] = ACTIONS(1772), - [anon_sym_AMP_AMP] = ACTIONS(1772), - [anon_sym_PIPE_PIPE] = ACTIONS(1772), - [anon_sym_else] = ACTIONS(1770), - [anon_sym_COLON_COLON] = ACTIONS(1772), - [anon_sym_BANG_EQ] = ACTIONS(1770), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1772), - [anon_sym_EQ_EQ] = ACTIONS(1770), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1772), - [anon_sym_LT_EQ] = ACTIONS(1772), - [anon_sym_GT_EQ] = ACTIONS(1772), - [anon_sym_BANGin] = ACTIONS(1772), - [anon_sym_is] = ACTIONS(1770), - [anon_sym_BANGis] = ACTIONS(1772), - [anon_sym_PLUS] = ACTIONS(1770), - [anon_sym_DASH] = ACTIONS(1770), - [anon_sym_SLASH] = ACTIONS(1770), - [anon_sym_PERCENT] = ACTIONS(1772), - [anon_sym_as_QMARK] = ACTIONS(1772), - [anon_sym_PLUS_PLUS] = ACTIONS(1772), - [anon_sym_DASH_DASH] = ACTIONS(1772), - [anon_sym_BANG_BANG] = ACTIONS(1772), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_COMMA] = ACTIONS(1786), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_where] = ACTIONS(1784), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(4132), + [anon_sym_get] = ACTIONS(6050), + [anon_sym_set] = ACTIONS(6052), + [anon_sym_STAR] = ACTIONS(1786), + [sym_label] = ACTIONS(1786), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1786), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG_BANG] = ACTIONS(1786), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -318204,30 +320454,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1772), - [sym__automatic_semicolon] = ACTIONS(1772), - [sym_safe_nav] = ACTIONS(1772), + [sym__backtick_identifier] = ACTIONS(1786), + [sym__automatic_semicolon] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), [sym_multiline_comment] = ACTIONS(3), }, - [2725] = { - [sym_getter] = STATE(5053), - [sym_setter] = STATE(5053), - [sym_modifiers] = STATE(8818), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [2749] = { + [sym_getter] = STATE(3766), + [sym_setter] = STATE(3766), + [sym_modifiers] = STATE(8943), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1764), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1766), @@ -318240,9 +320490,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT] = ACTIONS(1764), [anon_sym_where] = ACTIONS(1764), [anon_sym_DOT] = ACTIONS(1764), - [anon_sym_SEMI] = ACTIONS(1766), - [anon_sym_get] = ACTIONS(6026), - [anon_sym_set] = ACTIONS(6028), + [anon_sym_SEMI] = ACTIONS(4105), + [anon_sym_get] = ACTIONS(6038), + [anon_sym_set] = ACTIONS(6040), [anon_sym_STAR] = ACTIONS(1766), [sym_label] = ACTIONS(1766), [anon_sym_in] = ACTIONS(1764), @@ -318292,71 +320542,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1766), [sym__automatic_semicolon] = ACTIONS(1766), [sym_safe_nav] = ACTIONS(1766), [sym_multiline_comment] = ACTIONS(3), }, - [2726] = { - [sym_getter] = STATE(3681), - [sym_setter] = STATE(3681), - [sym_modifiers] = STATE(8890), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3340), + [2750] = { + [sym_getter] = STATE(4945), + [sym_setter] = STATE(4945), + [sym_modifiers] = STATE(8872), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3342), - [anon_sym_as] = ACTIONS(3340), - [anon_sym_LBRACE] = ACTIONS(3342), - [anon_sym_RBRACE] = ACTIONS(3342), - [anon_sym_LPAREN] = ACTIONS(3342), - [anon_sym_COMMA] = ACTIONS(3342), - [anon_sym_LT] = ACTIONS(3340), - [anon_sym_GT] = ACTIONS(3340), - [anon_sym_where] = ACTIONS(3340), - [anon_sym_DOT] = ACTIONS(3340), - [anon_sym_SEMI] = ACTIONS(3342), - [anon_sym_get] = ACTIONS(6032), - [anon_sym_set] = ACTIONS(6034), - [anon_sym_STAR] = ACTIONS(3342), - [sym_label] = ACTIONS(3342), - [anon_sym_in] = ACTIONS(3340), - [anon_sym_DOT_DOT] = ACTIONS(3342), - [anon_sym_QMARK_COLON] = ACTIONS(3342), - [anon_sym_AMP_AMP] = ACTIONS(3342), - [anon_sym_PIPE_PIPE] = ACTIONS(3342), - [anon_sym_else] = ACTIONS(3340), - [anon_sym_COLON_COLON] = ACTIONS(3342), - [anon_sym_BANG_EQ] = ACTIONS(3340), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3342), - [anon_sym_EQ_EQ] = ACTIONS(3340), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3342), - [anon_sym_LT_EQ] = ACTIONS(3342), - [anon_sym_GT_EQ] = ACTIONS(3342), - [anon_sym_BANGin] = ACTIONS(3342), - [anon_sym_is] = ACTIONS(3340), - [anon_sym_BANGis] = ACTIONS(3342), - [anon_sym_PLUS] = ACTIONS(3340), - [anon_sym_DASH] = ACTIONS(3340), - [anon_sym_SLASH] = ACTIONS(3340), - [anon_sym_PERCENT] = ACTIONS(3342), - [anon_sym_as_QMARK] = ACTIONS(3342), - [anon_sym_PLUS_PLUS] = ACTIONS(3342), - [anon_sym_DASH_DASH] = ACTIONS(3342), - [anon_sym_BANG_BANG] = ACTIONS(3342), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_COMMA] = ACTIONS(3280), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_where] = ACTIONS(3278), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(3280), + [anon_sym_get] = ACTIONS(6050), + [anon_sym_set] = ACTIONS(6052), + [anon_sym_STAR] = ACTIONS(3280), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3280), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -318380,30 +320630,294 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3342), - [sym__automatic_semicolon] = ACTIONS(3342), - [sym_safe_nav] = ACTIONS(3342), + [sym__backtick_identifier] = ACTIONS(3280), + [sym__automatic_semicolon] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), [sym_multiline_comment] = ACTIONS(3), }, - [2727] = { - [sym_getter] = STATE(5040), - [sym_setter] = STATE(5040), - [sym_modifiers] = STATE(8818), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [2751] = { + [sym_getter] = STATE(3702), + [sym_setter] = STATE(3702), + [sym_modifiers] = STATE(8943), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1752), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1754), + [anon_sym_as] = ACTIONS(1752), + [anon_sym_LBRACE] = ACTIONS(1754), + [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_LPAREN] = ACTIONS(1754), + [anon_sym_COMMA] = ACTIONS(1754), + [anon_sym_LT] = ACTIONS(1752), + [anon_sym_GT] = ACTIONS(1752), + [anon_sym_where] = ACTIONS(1752), + [anon_sym_DOT] = ACTIONS(1752), + [anon_sym_SEMI] = ACTIONS(4121), + [anon_sym_get] = ACTIONS(6038), + [anon_sym_set] = ACTIONS(6040), + [anon_sym_STAR] = ACTIONS(1754), + [sym_label] = ACTIONS(1754), + [anon_sym_in] = ACTIONS(1752), + [anon_sym_DOT_DOT] = ACTIONS(1754), + [anon_sym_QMARK_COLON] = ACTIONS(1754), + [anon_sym_AMP_AMP] = ACTIONS(1754), + [anon_sym_PIPE_PIPE] = ACTIONS(1754), + [anon_sym_else] = ACTIONS(1752), + [anon_sym_COLON_COLON] = ACTIONS(1754), + [anon_sym_BANG_EQ] = ACTIONS(1752), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), + [anon_sym_EQ_EQ] = ACTIONS(1752), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), + [anon_sym_LT_EQ] = ACTIONS(1754), + [anon_sym_GT_EQ] = ACTIONS(1754), + [anon_sym_BANGin] = ACTIONS(1754), + [anon_sym_is] = ACTIONS(1752), + [anon_sym_BANGis] = ACTIONS(1754), + [anon_sym_PLUS] = ACTIONS(1752), + [anon_sym_DASH] = ACTIONS(1752), + [anon_sym_SLASH] = ACTIONS(1752), + [anon_sym_PERCENT] = ACTIONS(1754), + [anon_sym_as_QMARK] = ACTIONS(1754), + [anon_sym_PLUS_PLUS] = ACTIONS(1754), + [anon_sym_DASH_DASH] = ACTIONS(1754), + [anon_sym_BANG_BANG] = ACTIONS(1754), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1754), + [sym__automatic_semicolon] = ACTIONS(1754), + [sym_safe_nav] = ACTIONS(1754), + [sym_multiline_comment] = ACTIONS(3), + }, + [2752] = { + [sym_getter] = STATE(3817), + [sym_setter] = STATE(3817), + [sym_modifiers] = STATE(8943), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_COMMA] = ACTIONS(1786), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_where] = ACTIONS(1784), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(4097), + [anon_sym_get] = ACTIONS(6038), + [anon_sym_set] = ACTIONS(6040), + [anon_sym_STAR] = ACTIONS(1786), + [sym_label] = ACTIONS(1786), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1786), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG_BANG] = ACTIONS(1786), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1786), + [sym__automatic_semicolon] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), + [sym_multiline_comment] = ACTIONS(3), + }, + [2753] = { + [sym_indexing_suffix] = STATE(6609), + [sym_navigation_suffix] = STATE(6609), + [sym__postfix_unary_operator] = STATE(6609), + [sym__member_access_operator] = STATE(7345), + [sym__postfix_unary_suffix] = STATE(6609), + [aux_sym__postfix_unary_expression_repeat1] = STATE(6609), + [sym__alpha_identifier] = ACTIONS(3969), + [anon_sym_AT] = ACTIONS(3971), + [anon_sym_LBRACK] = ACTIONS(3973), + [anon_sym_RBRACK] = ACTIONS(3971), + [anon_sym_as] = ACTIONS(3969), + [anon_sym_EQ] = ACTIONS(3976), + [anon_sym_LBRACE] = ACTIONS(3971), + [anon_sym_RBRACE] = ACTIONS(3971), + [anon_sym_LPAREN] = ACTIONS(3971), + [anon_sym_COMMA] = ACTIONS(3971), + [anon_sym_RPAREN] = ACTIONS(3971), + [anon_sym_LT] = ACTIONS(3969), + [anon_sym_GT] = ACTIONS(3969), + [anon_sym_where] = ACTIONS(3969), + [anon_sym_DOT] = ACTIONS(3979), + [anon_sym_SEMI] = ACTIONS(3971), + [anon_sym_get] = ACTIONS(3969), + [anon_sym_set] = ACTIONS(3969), + [anon_sym_STAR] = ACTIONS(3969), + [anon_sym_DASH_GT] = ACTIONS(3971), + [sym_label] = ACTIONS(3971), + [anon_sym_in] = ACTIONS(3969), + [anon_sym_while] = ACTIONS(3969), + [anon_sym_DOT_DOT] = ACTIONS(3971), + [anon_sym_QMARK_COLON] = ACTIONS(3971), + [anon_sym_AMP_AMP] = ACTIONS(3971), + [anon_sym_PIPE_PIPE] = ACTIONS(3971), + [anon_sym_else] = ACTIONS(3969), + [anon_sym_COLON_COLON] = ACTIONS(3982), + [anon_sym_PLUS_EQ] = ACTIONS(3985), + [anon_sym_DASH_EQ] = ACTIONS(3985), + [anon_sym_STAR_EQ] = ACTIONS(3985), + [anon_sym_SLASH_EQ] = ACTIONS(3985), + [anon_sym_PERCENT_EQ] = ACTIONS(3985), + [anon_sym_BANG_EQ] = ACTIONS(3969), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3971), + [anon_sym_EQ_EQ] = ACTIONS(3969), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3971), + [anon_sym_LT_EQ] = ACTIONS(3971), + [anon_sym_GT_EQ] = ACTIONS(3971), + [anon_sym_BANGin] = ACTIONS(3971), + [anon_sym_is] = ACTIONS(3969), + [anon_sym_BANGis] = ACTIONS(3971), + [anon_sym_PLUS] = ACTIONS(3969), + [anon_sym_DASH] = ACTIONS(3969), + [anon_sym_SLASH] = ACTIONS(3969), + [anon_sym_PERCENT] = ACTIONS(3969), + [anon_sym_as_QMARK] = ACTIONS(3971), + [anon_sym_PLUS_PLUS] = ACTIONS(3988), + [anon_sym_DASH_DASH] = ACTIONS(3988), + [anon_sym_BANG_BANG] = ACTIONS(3988), + [anon_sym_suspend] = ACTIONS(3969), + [anon_sym_sealed] = ACTIONS(3969), + [anon_sym_annotation] = ACTIONS(3969), + [anon_sym_data] = ACTIONS(3969), + [anon_sym_inner] = ACTIONS(3969), + [anon_sym_override] = ACTIONS(3969), + [anon_sym_lateinit] = ACTIONS(3969), + [anon_sym_public] = ACTIONS(3969), + [anon_sym_private] = ACTIONS(3969), + [anon_sym_internal] = ACTIONS(3969), + [anon_sym_protected] = ACTIONS(3969), + [anon_sym_tailrec] = ACTIONS(3969), + [anon_sym_operator] = ACTIONS(3969), + [anon_sym_infix] = ACTIONS(3969), + [anon_sym_inline] = ACTIONS(3969), + [anon_sym_external] = ACTIONS(3969), + [sym_property_modifier] = ACTIONS(3969), + [anon_sym_abstract] = ACTIONS(3969), + [anon_sym_final] = ACTIONS(3969), + [anon_sym_open] = ACTIONS(3969), + [anon_sym_vararg] = ACTIONS(3969), + [anon_sym_noinline] = ACTIONS(3969), + [anon_sym_crossinline] = ACTIONS(3969), + [anon_sym_expect] = ACTIONS(3969), + [anon_sym_actual] = ACTIONS(3969), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3971), + [sym_safe_nav] = ACTIONS(3982), + [sym_multiline_comment] = ACTIONS(3), + }, + [2754] = { + [sym_getter] = STATE(3715), + [sym_setter] = STATE(3715), + [sym_modifiers] = STATE(8943), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1694), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1696), @@ -318416,9 +320930,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT] = ACTIONS(1694), [anon_sym_where] = ACTIONS(1694), [anon_sym_DOT] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(4071), - [anon_sym_get] = ACTIONS(6026), - [anon_sym_set] = ACTIONS(6028), + [anon_sym_SEMI] = ACTIONS(1696), + [anon_sym_get] = ACTIONS(6038), + [anon_sym_set] = ACTIONS(6040), [anon_sym_STAR] = ACTIONS(1696), [sym_label] = ACTIONS(1696), [anon_sym_in] = ACTIONS(1694), @@ -318468,247 +320982,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1696), [sym__automatic_semicolon] = ACTIONS(1696), [sym_safe_nav] = ACTIONS(1696), [sym_multiline_comment] = ACTIONS(3), }, - [2728] = { - [sym_indexing_suffix] = STATE(6624), - [sym_navigation_suffix] = STATE(6624), - [sym__postfix_unary_operator] = STATE(6624), - [sym__member_access_operator] = STATE(7210), - [sym__postfix_unary_suffix] = STATE(6624), - [aux_sym__postfix_unary_expression_repeat1] = STATE(6624), - [sym__alpha_identifier] = ACTIONS(3874), - [anon_sym_AT] = ACTIONS(3876), - [anon_sym_LBRACK] = ACTIONS(3878), - [anon_sym_as] = ACTIONS(3874), - [anon_sym_EQ] = ACTIONS(3881), - [anon_sym_LBRACE] = ACTIONS(3876), - [anon_sym_RBRACE] = ACTIONS(3876), - [anon_sym_LPAREN] = ACTIONS(3876), - [anon_sym_COMMA] = ACTIONS(3876), - [anon_sym_LT] = ACTIONS(3874), - [anon_sym_GT] = ACTIONS(3874), - [anon_sym_where] = ACTIONS(3874), - [anon_sym_object] = ACTIONS(3874), - [anon_sym_fun] = ACTIONS(3874), - [anon_sym_DOT] = ACTIONS(3884), - [anon_sym_SEMI] = ACTIONS(3876), - [anon_sym_get] = ACTIONS(3874), - [anon_sym_set] = ACTIONS(3874), - [anon_sym_this] = ACTIONS(3874), - [anon_sym_super] = ACTIONS(3874), - [anon_sym_STAR] = ACTIONS(3874), - [sym_label] = ACTIONS(3874), - [anon_sym_in] = ACTIONS(3874), - [anon_sym_DOT_DOT] = ACTIONS(3876), - [anon_sym_QMARK_COLON] = ACTIONS(3876), - [anon_sym_AMP_AMP] = ACTIONS(3876), - [anon_sym_PIPE_PIPE] = ACTIONS(3876), - [anon_sym_null] = ACTIONS(3874), - [anon_sym_if] = ACTIONS(3874), - [anon_sym_else] = ACTIONS(3874), - [anon_sym_when] = ACTIONS(3874), - [anon_sym_try] = ACTIONS(3874), - [anon_sym_throw] = ACTIONS(3874), - [anon_sym_return] = ACTIONS(3874), - [anon_sym_continue] = ACTIONS(3874), - [anon_sym_break] = ACTIONS(3874), - [anon_sym_COLON_COLON] = ACTIONS(3887), - [anon_sym_PLUS_EQ] = ACTIONS(3890), - [anon_sym_DASH_EQ] = ACTIONS(3890), - [anon_sym_STAR_EQ] = ACTIONS(3890), - [anon_sym_SLASH_EQ] = ACTIONS(3890), - [anon_sym_PERCENT_EQ] = ACTIONS(3890), - [anon_sym_BANG_EQ] = ACTIONS(3874), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3876), - [anon_sym_EQ_EQ] = ACTIONS(3874), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3876), - [anon_sym_LT_EQ] = ACTIONS(3876), - [anon_sym_GT_EQ] = ACTIONS(3876), - [anon_sym_BANGin] = ACTIONS(3876), - [anon_sym_is] = ACTIONS(3874), - [anon_sym_BANGis] = ACTIONS(3876), - [anon_sym_PLUS] = ACTIONS(3874), - [anon_sym_DASH] = ACTIONS(3874), - [anon_sym_SLASH] = ACTIONS(3874), - [anon_sym_PERCENT] = ACTIONS(3874), - [anon_sym_as_QMARK] = ACTIONS(3876), - [anon_sym_PLUS_PLUS] = ACTIONS(3893), - [anon_sym_DASH_DASH] = ACTIONS(3893), - [anon_sym_BANG] = ACTIONS(3874), - [anon_sym_BANG_BANG] = ACTIONS(3893), - [anon_sym_data] = ACTIONS(3874), - [anon_sym_inner] = ACTIONS(3874), - [anon_sym_expect] = ACTIONS(3874), - [anon_sym_actual] = ACTIONS(3874), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3876), - [anon_sym_continue_AT] = ACTIONS(3876), - [anon_sym_break_AT] = ACTIONS(3876), - [sym_real_literal] = ACTIONS(3876), - [sym_integer_literal] = ACTIONS(3874), - [sym_hex_literal] = ACTIONS(3876), - [sym_bin_literal] = ACTIONS(3876), - [anon_sym_true] = ACTIONS(3874), - [anon_sym_false] = ACTIONS(3874), - [anon_sym_SQUOTE] = ACTIONS(3876), - [sym__backtick_identifier] = ACTIONS(3876), - [sym__automatic_semicolon] = ACTIONS(3876), - [sym_safe_nav] = ACTIONS(3887), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3876), - }, - [2729] = { - [sym_getter] = STATE(3810), - [sym_setter] = STATE(3810), - [sym_modifiers] = STATE(8890), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1764), + [2755] = { + [sym_getter] = STATE(3702), + [sym_setter] = STATE(3702), + [sym_modifiers] = STATE(8943), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1752), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1766), - [anon_sym_as] = ACTIONS(1764), - [anon_sym_LBRACE] = ACTIONS(1766), - [anon_sym_RBRACE] = ACTIONS(1766), - [anon_sym_LPAREN] = ACTIONS(1766), - [anon_sym_COMMA] = ACTIONS(1766), - [anon_sym_LT] = ACTIONS(1764), - [anon_sym_GT] = ACTIONS(1764), - [anon_sym_where] = ACTIONS(1764), - [anon_sym_DOT] = ACTIONS(1764), - [anon_sym_SEMI] = ACTIONS(4120), - [anon_sym_get] = ACTIONS(6032), - [anon_sym_set] = ACTIONS(6034), - [anon_sym_STAR] = ACTIONS(1766), - [sym_label] = ACTIONS(1766), - [anon_sym_in] = ACTIONS(1764), - [anon_sym_DOT_DOT] = ACTIONS(1766), - [anon_sym_QMARK_COLON] = ACTIONS(1766), - [anon_sym_AMP_AMP] = ACTIONS(1766), - [anon_sym_PIPE_PIPE] = ACTIONS(1766), - [anon_sym_else] = ACTIONS(1764), - [anon_sym_COLON_COLON] = ACTIONS(1766), - [anon_sym_BANG_EQ] = ACTIONS(1764), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), - [anon_sym_EQ_EQ] = ACTIONS(1764), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1766), - [anon_sym_LT_EQ] = ACTIONS(1766), - [anon_sym_GT_EQ] = ACTIONS(1766), - [anon_sym_BANGin] = ACTIONS(1766), - [anon_sym_is] = ACTIONS(1764), - [anon_sym_BANGis] = ACTIONS(1766), - [anon_sym_PLUS] = ACTIONS(1764), - [anon_sym_DASH] = ACTIONS(1764), - [anon_sym_SLASH] = ACTIONS(1764), - [anon_sym_PERCENT] = ACTIONS(1766), - [anon_sym_as_QMARK] = ACTIONS(1766), - [anon_sym_PLUS_PLUS] = ACTIONS(1766), - [anon_sym_DASH_DASH] = ACTIONS(1766), - [anon_sym_BANG_BANG] = ACTIONS(1766), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1766), - [sym__automatic_semicolon] = ACTIONS(1766), - [sym_safe_nav] = ACTIONS(1766), - [sym_multiline_comment] = ACTIONS(3), - }, - [2730] = { - [sym_getter] = STATE(3877), - [sym_setter] = STATE(3877), - [sym_modifiers] = STATE(8890), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_COMMA] = ACTIONS(1778), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_where] = ACTIONS(1776), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(1778), - [anon_sym_get] = ACTIONS(6032), - [anon_sym_set] = ACTIONS(6034), - [anon_sym_STAR] = ACTIONS(1778), - [sym_label] = ACTIONS(1778), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1778), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG_BANG] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(1754), + [anon_sym_as] = ACTIONS(1752), + [anon_sym_LBRACE] = ACTIONS(1754), + [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_LPAREN] = ACTIONS(1754), + [anon_sym_COMMA] = ACTIONS(1754), + [anon_sym_LT] = ACTIONS(1752), + [anon_sym_GT] = ACTIONS(1752), + [anon_sym_where] = ACTIONS(1752), + [anon_sym_DOT] = ACTIONS(1752), + [anon_sym_SEMI] = ACTIONS(1754), + [anon_sym_get] = ACTIONS(6038), + [anon_sym_set] = ACTIONS(6040), + [anon_sym_STAR] = ACTIONS(1754), + [sym_label] = ACTIONS(1754), + [anon_sym_in] = ACTIONS(1752), + [anon_sym_DOT_DOT] = ACTIONS(1754), + [anon_sym_QMARK_COLON] = ACTIONS(1754), + [anon_sym_AMP_AMP] = ACTIONS(1754), + [anon_sym_PIPE_PIPE] = ACTIONS(1754), + [anon_sym_else] = ACTIONS(1752), + [anon_sym_COLON_COLON] = ACTIONS(1754), + [anon_sym_BANG_EQ] = ACTIONS(1752), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), + [anon_sym_EQ_EQ] = ACTIONS(1752), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), + [anon_sym_LT_EQ] = ACTIONS(1754), + [anon_sym_GT_EQ] = ACTIONS(1754), + [anon_sym_BANGin] = ACTIONS(1754), + [anon_sym_is] = ACTIONS(1752), + [anon_sym_BANGis] = ACTIONS(1754), + [anon_sym_PLUS] = ACTIONS(1752), + [anon_sym_DASH] = ACTIONS(1752), + [anon_sym_SLASH] = ACTIONS(1752), + [anon_sym_PERCENT] = ACTIONS(1754), + [anon_sym_as_QMARK] = ACTIONS(1754), + [anon_sym_PLUS_PLUS] = ACTIONS(1754), + [anon_sym_DASH_DASH] = ACTIONS(1754), + [anon_sym_BANG_BANG] = ACTIONS(1754), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -318732,30 +321070,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1778), - [sym__automatic_semicolon] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), + [sym__backtick_identifier] = ACTIONS(1754), + [sym__automatic_semicolon] = ACTIONS(1754), + [sym_safe_nav] = ACTIONS(1754), [sym_multiline_comment] = ACTIONS(3), }, - [2731] = { - [sym_getter] = STATE(3727), - [sym_setter] = STATE(3727), - [sym_modifiers] = STATE(8890), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [2756] = { + [sym_getter] = STATE(3715), + [sym_setter] = STATE(3715), + [sym_modifiers] = STATE(8943), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1694), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1696), @@ -318768,9 +321106,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT] = ACTIONS(1694), [anon_sym_where] = ACTIONS(1694), [anon_sym_DOT] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(1696), - [anon_sym_get] = ACTIONS(6032), - [anon_sym_set] = ACTIONS(6034), + [anon_sym_SEMI] = ACTIONS(4123), + [anon_sym_get] = ACTIONS(6038), + [anon_sym_set] = ACTIONS(6040), [anon_sym_STAR] = ACTIONS(1696), [sym_label] = ACTIONS(1696), [anon_sym_in] = ACTIONS(1694), @@ -318820,159 +321158,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1696), [sym__automatic_semicolon] = ACTIONS(1696), [sym_safe_nav] = ACTIONS(1696), [sym_multiline_comment] = ACTIONS(3), }, - [2732] = { - [sym_getter] = STATE(3787), - [sym_setter] = STATE(3787), - [sym_modifiers] = STATE(8890), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_COMMA] = ACTIONS(3256), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_where] = ACTIONS(3254), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(3256), - [anon_sym_get] = ACTIONS(6032), - [anon_sym_set] = ACTIONS(6034), - [anon_sym_STAR] = ACTIONS(3256), - [sym_label] = ACTIONS(3256), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3256), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG_BANG] = ACTIONS(3256), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3256), - [sym__automatic_semicolon] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), - [sym_multiline_comment] = ACTIONS(3), - }, - [2733] = { - [sym_getter] = STATE(3727), - [sym_setter] = STATE(3727), - [sym_modifiers] = STATE(8890), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1694), + [2757] = { + [sym_getter] = STATE(5058), + [sym_setter] = STATE(5058), + [sym_modifiers] = STATE(8872), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1696), - [anon_sym_as] = ACTIONS(1694), - [anon_sym_LBRACE] = ACTIONS(1696), - [anon_sym_RBRACE] = ACTIONS(1696), - [anon_sym_LPAREN] = ACTIONS(1696), - [anon_sym_COMMA] = ACTIONS(1696), - [anon_sym_LT] = ACTIONS(1694), - [anon_sym_GT] = ACTIONS(1694), - [anon_sym_where] = ACTIONS(1694), - [anon_sym_DOT] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(4114), - [anon_sym_get] = ACTIONS(6032), - [anon_sym_set] = ACTIONS(6034), - [anon_sym_STAR] = ACTIONS(1696), - [sym_label] = ACTIONS(1696), - [anon_sym_in] = ACTIONS(1694), - [anon_sym_DOT_DOT] = ACTIONS(1696), - [anon_sym_QMARK_COLON] = ACTIONS(1696), - [anon_sym_AMP_AMP] = ACTIONS(1696), - [anon_sym_PIPE_PIPE] = ACTIONS(1696), - [anon_sym_else] = ACTIONS(1694), - [anon_sym_COLON_COLON] = ACTIONS(1696), - [anon_sym_BANG_EQ] = ACTIONS(1694), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), - [anon_sym_EQ_EQ] = ACTIONS(1694), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), - [anon_sym_LT_EQ] = ACTIONS(1696), - [anon_sym_GT_EQ] = ACTIONS(1696), - [anon_sym_BANGin] = ACTIONS(1696), - [anon_sym_is] = ACTIONS(1694), - [anon_sym_BANGis] = ACTIONS(1696), - [anon_sym_PLUS] = ACTIONS(1694), - [anon_sym_DASH] = ACTIONS(1694), - [anon_sym_SLASH] = ACTIONS(1694), - [anon_sym_PERCENT] = ACTIONS(1696), - [anon_sym_as_QMARK] = ACTIONS(1696), - [anon_sym_PLUS_PLUS] = ACTIONS(1696), - [anon_sym_DASH_DASH] = ACTIONS(1696), - [anon_sym_BANG_BANG] = ACTIONS(1696), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_COMMA] = ACTIONS(1786), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_where] = ACTIONS(1784), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(1786), + [anon_sym_get] = ACTIONS(6050), + [anon_sym_set] = ACTIONS(6052), + [anon_sym_STAR] = ACTIONS(1786), + [sym_label] = ACTIONS(1786), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1786), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG_BANG] = ACTIONS(1786), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -318996,294 +321246,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1696), - [sym__automatic_semicolon] = ACTIONS(1696), - [sym_safe_nav] = ACTIONS(1696), - [sym_multiline_comment] = ACTIONS(3), - }, - [2734] = { - [sym_indexing_suffix] = STATE(6624), - [sym_navigation_suffix] = STATE(6624), - [sym__postfix_unary_operator] = STATE(6624), - [sym__member_access_operator] = STATE(7210), - [sym__postfix_unary_suffix] = STATE(6624), - [aux_sym__postfix_unary_expression_repeat1] = STATE(6624), - [sym__alpha_identifier] = ACTIONS(3874), - [anon_sym_AT] = ACTIONS(3876), - [anon_sym_LBRACK] = ACTIONS(3878), - [anon_sym_RBRACK] = ACTIONS(3876), - [anon_sym_as] = ACTIONS(3874), - [anon_sym_EQ] = ACTIONS(4017), - [anon_sym_LBRACE] = ACTIONS(3876), - [anon_sym_RBRACE] = ACTIONS(3876), - [anon_sym_LPAREN] = ACTIONS(3876), - [anon_sym_COMMA] = ACTIONS(3876), - [anon_sym_RPAREN] = ACTIONS(3876), - [anon_sym_LT] = ACTIONS(3874), - [anon_sym_GT] = ACTIONS(3874), - [anon_sym_where] = ACTIONS(3874), - [anon_sym_DOT] = ACTIONS(3884), - [anon_sym_SEMI] = ACTIONS(3876), - [anon_sym_get] = ACTIONS(3874), - [anon_sym_set] = ACTIONS(3874), - [anon_sym_STAR] = ACTIONS(3874), - [anon_sym_DASH_GT] = ACTIONS(3876), - [sym_label] = ACTIONS(3876), - [anon_sym_in] = ACTIONS(3874), - [anon_sym_while] = ACTIONS(3874), - [anon_sym_DOT_DOT] = ACTIONS(3876), - [anon_sym_QMARK_COLON] = ACTIONS(3876), - [anon_sym_AMP_AMP] = ACTIONS(3876), - [anon_sym_PIPE_PIPE] = ACTIONS(3876), - [anon_sym_else] = ACTIONS(3874), - [anon_sym_COLON_COLON] = ACTIONS(3887), - [anon_sym_PLUS_EQ] = ACTIONS(4019), - [anon_sym_DASH_EQ] = ACTIONS(4019), - [anon_sym_STAR_EQ] = ACTIONS(4019), - [anon_sym_SLASH_EQ] = ACTIONS(4019), - [anon_sym_PERCENT_EQ] = ACTIONS(4019), - [anon_sym_BANG_EQ] = ACTIONS(3874), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3876), - [anon_sym_EQ_EQ] = ACTIONS(3874), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3876), - [anon_sym_LT_EQ] = ACTIONS(3876), - [anon_sym_GT_EQ] = ACTIONS(3876), - [anon_sym_BANGin] = ACTIONS(3876), - [anon_sym_is] = ACTIONS(3874), - [anon_sym_BANGis] = ACTIONS(3876), - [anon_sym_PLUS] = ACTIONS(3874), - [anon_sym_DASH] = ACTIONS(3874), - [anon_sym_SLASH] = ACTIONS(3874), - [anon_sym_PERCENT] = ACTIONS(3874), - [anon_sym_as_QMARK] = ACTIONS(3876), - [anon_sym_PLUS_PLUS] = ACTIONS(3893), - [anon_sym_DASH_DASH] = ACTIONS(3893), - [anon_sym_BANG_BANG] = ACTIONS(3893), - [anon_sym_suspend] = ACTIONS(3874), - [anon_sym_sealed] = ACTIONS(3874), - [anon_sym_annotation] = ACTIONS(3874), - [anon_sym_data] = ACTIONS(3874), - [anon_sym_inner] = ACTIONS(3874), - [anon_sym_override] = ACTIONS(3874), - [anon_sym_lateinit] = ACTIONS(3874), - [anon_sym_public] = ACTIONS(3874), - [anon_sym_private] = ACTIONS(3874), - [anon_sym_internal] = ACTIONS(3874), - [anon_sym_protected] = ACTIONS(3874), - [anon_sym_tailrec] = ACTIONS(3874), - [anon_sym_operator] = ACTIONS(3874), - [anon_sym_infix] = ACTIONS(3874), - [anon_sym_inline] = ACTIONS(3874), - [anon_sym_external] = ACTIONS(3874), - [sym_property_modifier] = ACTIONS(3874), - [anon_sym_abstract] = ACTIONS(3874), - [anon_sym_final] = ACTIONS(3874), - [anon_sym_open] = ACTIONS(3874), - [anon_sym_vararg] = ACTIONS(3874), - [anon_sym_noinline] = ACTIONS(3874), - [anon_sym_crossinline] = ACTIONS(3874), - [anon_sym_expect] = ACTIONS(3874), - [anon_sym_actual] = ACTIONS(3874), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3876), - [sym_safe_nav] = ACTIONS(3887), - [sym_multiline_comment] = ACTIONS(3), - }, - [2735] = { - [sym_annotated_lambda] = STATE(3294), - [sym_lambda_literal] = STATE(3427), - [sym_annotation] = STATE(7846), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7846), - [sym__alpha_identifier] = ACTIONS(3854), - [anon_sym_AT] = ACTIONS(3856), - [anon_sym_LBRACK] = ACTIONS(3856), - [anon_sym_as] = ACTIONS(3854), - [anon_sym_EQ] = ACTIONS(3854), - [anon_sym_LBRACE] = ACTIONS(3856), - [anon_sym_RBRACE] = ACTIONS(3856), - [anon_sym_LPAREN] = ACTIONS(3856), - [anon_sym_COMMA] = ACTIONS(3856), - [anon_sym_LT] = ACTIONS(3854), - [anon_sym_GT] = ACTIONS(3854), - [anon_sym_where] = ACTIONS(3854), - [anon_sym_object] = ACTIONS(3854), - [anon_sym_fun] = ACTIONS(3854), - [anon_sym_DOT] = ACTIONS(3854), - [anon_sym_SEMI] = ACTIONS(3856), - [anon_sym_get] = ACTIONS(3854), - [anon_sym_set] = ACTIONS(3854), - [anon_sym_this] = ACTIONS(3854), - [anon_sym_super] = ACTIONS(3854), - [anon_sym_STAR] = ACTIONS(3854), - [sym_label] = ACTIONS(3854), - [anon_sym_in] = ACTIONS(3854), - [anon_sym_DOT_DOT] = ACTIONS(3856), - [anon_sym_QMARK_COLON] = ACTIONS(3856), - [anon_sym_AMP_AMP] = ACTIONS(3856), - [anon_sym_PIPE_PIPE] = ACTIONS(3856), - [anon_sym_null] = ACTIONS(3854), - [anon_sym_if] = ACTIONS(3854), - [anon_sym_else] = ACTIONS(3854), - [anon_sym_when] = ACTIONS(3854), - [anon_sym_try] = ACTIONS(3854), - [anon_sym_throw] = ACTIONS(3854), - [anon_sym_return] = ACTIONS(3854), - [anon_sym_continue] = ACTIONS(3854), - [anon_sym_break] = ACTIONS(3854), - [anon_sym_COLON_COLON] = ACTIONS(3856), - [anon_sym_PLUS_EQ] = ACTIONS(3856), - [anon_sym_DASH_EQ] = ACTIONS(3856), - [anon_sym_STAR_EQ] = ACTIONS(3856), - [anon_sym_SLASH_EQ] = ACTIONS(3856), - [anon_sym_PERCENT_EQ] = ACTIONS(3856), - [anon_sym_BANG_EQ] = ACTIONS(3854), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3856), - [anon_sym_EQ_EQ] = ACTIONS(3854), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3856), - [anon_sym_LT_EQ] = ACTIONS(3856), - [anon_sym_GT_EQ] = ACTIONS(3856), - [anon_sym_BANGin] = ACTIONS(3856), - [anon_sym_is] = ACTIONS(3854), - [anon_sym_BANGis] = ACTIONS(3856), - [anon_sym_PLUS] = ACTIONS(3854), - [anon_sym_DASH] = ACTIONS(3854), - [anon_sym_SLASH] = ACTIONS(3854), - [anon_sym_PERCENT] = ACTIONS(3854), - [anon_sym_as_QMARK] = ACTIONS(3856), - [anon_sym_PLUS_PLUS] = ACTIONS(3856), - [anon_sym_DASH_DASH] = ACTIONS(3856), - [anon_sym_BANG] = ACTIONS(3854), - [anon_sym_BANG_BANG] = ACTIONS(3856), - [anon_sym_data] = ACTIONS(3854), - [anon_sym_inner] = ACTIONS(3854), - [anon_sym_expect] = ACTIONS(3854), - [anon_sym_actual] = ACTIONS(3854), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3856), - [anon_sym_continue_AT] = ACTIONS(3856), - [anon_sym_break_AT] = ACTIONS(3856), - [sym_real_literal] = ACTIONS(3856), - [sym_integer_literal] = ACTIONS(3854), - [sym_hex_literal] = ACTIONS(3856), - [sym_bin_literal] = ACTIONS(3856), - [anon_sym_true] = ACTIONS(3854), - [anon_sym_false] = ACTIONS(3854), - [anon_sym_SQUOTE] = ACTIONS(3856), - [sym__backtick_identifier] = ACTIONS(3856), - [sym__automatic_semicolon] = ACTIONS(3856), - [sym_safe_nav] = ACTIONS(3856), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3856), - }, - [2736] = { - [sym_indexing_suffix] = STATE(6624), - [sym_navigation_suffix] = STATE(6624), - [sym__postfix_unary_operator] = STATE(6624), - [sym__member_access_operator] = STATE(7210), - [sym__postfix_unary_suffix] = STATE(6624), - [aux_sym__postfix_unary_expression_repeat1] = STATE(6624), - [sym__alpha_identifier] = ACTIONS(3874), - [anon_sym_AT] = ACTIONS(3876), - [anon_sym_LBRACK] = ACTIONS(3878), - [anon_sym_RBRACK] = ACTIONS(3876), - [anon_sym_as] = ACTIONS(3874), - [anon_sym_EQ] = ACTIONS(3881), - [anon_sym_LBRACE] = ACTIONS(3876), - [anon_sym_RBRACE] = ACTIONS(3876), - [anon_sym_LPAREN] = ACTIONS(3876), - [anon_sym_COMMA] = ACTIONS(3876), - [anon_sym_RPAREN] = ACTIONS(3876), - [anon_sym_LT] = ACTIONS(3874), - [anon_sym_GT] = ACTIONS(3874), - [anon_sym_where] = ACTIONS(3874), - [anon_sym_DOT] = ACTIONS(3884), - [anon_sym_SEMI] = ACTIONS(3876), - [anon_sym_get] = ACTIONS(3874), - [anon_sym_set] = ACTIONS(3874), - [anon_sym_STAR] = ACTIONS(3874), - [anon_sym_DASH_GT] = ACTIONS(3876), - [sym_label] = ACTIONS(3876), - [anon_sym_in] = ACTIONS(3874), - [anon_sym_while] = ACTIONS(3874), - [anon_sym_DOT_DOT] = ACTIONS(3876), - [anon_sym_QMARK_COLON] = ACTIONS(3876), - [anon_sym_AMP_AMP] = ACTIONS(3876), - [anon_sym_PIPE_PIPE] = ACTIONS(3876), - [anon_sym_else] = ACTIONS(3874), - [anon_sym_COLON_COLON] = ACTIONS(3887), - [anon_sym_PLUS_EQ] = ACTIONS(3890), - [anon_sym_DASH_EQ] = ACTIONS(3890), - [anon_sym_STAR_EQ] = ACTIONS(3890), - [anon_sym_SLASH_EQ] = ACTIONS(3890), - [anon_sym_PERCENT_EQ] = ACTIONS(3890), - [anon_sym_BANG_EQ] = ACTIONS(3874), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3876), - [anon_sym_EQ_EQ] = ACTIONS(3874), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3876), - [anon_sym_LT_EQ] = ACTIONS(3876), - [anon_sym_GT_EQ] = ACTIONS(3876), - [anon_sym_BANGin] = ACTIONS(3876), - [anon_sym_is] = ACTIONS(3874), - [anon_sym_BANGis] = ACTIONS(3876), - [anon_sym_PLUS] = ACTIONS(3874), - [anon_sym_DASH] = ACTIONS(3874), - [anon_sym_SLASH] = ACTIONS(3874), - [anon_sym_PERCENT] = ACTIONS(3874), - [anon_sym_as_QMARK] = ACTIONS(3876), - [anon_sym_PLUS_PLUS] = ACTIONS(3893), - [anon_sym_DASH_DASH] = ACTIONS(3893), - [anon_sym_BANG_BANG] = ACTIONS(3893), - [anon_sym_suspend] = ACTIONS(3874), - [anon_sym_sealed] = ACTIONS(3874), - [anon_sym_annotation] = ACTIONS(3874), - [anon_sym_data] = ACTIONS(3874), - [anon_sym_inner] = ACTIONS(3874), - [anon_sym_override] = ACTIONS(3874), - [anon_sym_lateinit] = ACTIONS(3874), - [anon_sym_public] = ACTIONS(3874), - [anon_sym_private] = ACTIONS(3874), - [anon_sym_internal] = ACTIONS(3874), - [anon_sym_protected] = ACTIONS(3874), - [anon_sym_tailrec] = ACTIONS(3874), - [anon_sym_operator] = ACTIONS(3874), - [anon_sym_infix] = ACTIONS(3874), - [anon_sym_inline] = ACTIONS(3874), - [anon_sym_external] = ACTIONS(3874), - [sym_property_modifier] = ACTIONS(3874), - [anon_sym_abstract] = ACTIONS(3874), - [anon_sym_final] = ACTIONS(3874), - [anon_sym_open] = ACTIONS(3874), - [anon_sym_vararg] = ACTIONS(3874), - [anon_sym_noinline] = ACTIONS(3874), - [anon_sym_crossinline] = ACTIONS(3874), - [anon_sym_expect] = ACTIONS(3874), - [anon_sym_actual] = ACTIONS(3874), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3876), - [sym_safe_nav] = ACTIONS(3887), + [sym__backtick_identifier] = ACTIONS(1786), + [sym__automatic_semicolon] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), [sym_multiline_comment] = ACTIONS(3), }, - [2737] = { - [sym_getter] = STATE(3810), - [sym_setter] = STATE(3810), - [sym_modifiers] = STATE(8890), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [2758] = { + [sym_getter] = STATE(4916), + [sym_setter] = STATE(4916), + [sym_modifiers] = STATE(8872), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1764), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1766), @@ -319297,8 +321283,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(1764), [anon_sym_DOT] = ACTIONS(1764), [anon_sym_SEMI] = ACTIONS(1766), - [anon_sym_get] = ACTIONS(6032), - [anon_sym_set] = ACTIONS(6034), + [anon_sym_get] = ACTIONS(6050), + [anon_sym_set] = ACTIONS(6052), [anon_sym_STAR] = ACTIONS(1766), [sym_label] = ACTIONS(1766), [anon_sym_in] = ACTIONS(1764), @@ -319348,71 +321334,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1766), [sym__automatic_semicolon] = ACTIONS(1766), [sym_safe_nav] = ACTIONS(1766), [sym_multiline_comment] = ACTIONS(3), }, - [2738] = { - [sym_getter] = STATE(3877), - [sym_setter] = STATE(3877), - [sym_modifiers] = STATE(8890), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), + [2759] = { + [sym_getter] = STATE(4945), + [sym_setter] = STATE(4945), + [sym_modifiers] = STATE(8872), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_COMMA] = ACTIONS(1778), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_where] = ACTIONS(1776), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(4122), - [anon_sym_get] = ACTIONS(6032), - [anon_sym_set] = ACTIONS(6034), - [anon_sym_STAR] = ACTIONS(1778), - [sym_label] = ACTIONS(1778), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1778), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG_BANG] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_COMMA] = ACTIONS(3280), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_where] = ACTIONS(3278), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(6140), + [anon_sym_get] = ACTIONS(6050), + [anon_sym_set] = ACTIONS(6052), + [anon_sym_STAR] = ACTIONS(3280), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3280), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -319436,71 +321422,335 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1778), - [sym__automatic_semicolon] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), + [sym__backtick_identifier] = ACTIONS(3280), + [sym__automatic_semicolon] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), [sym_multiline_comment] = ACTIONS(3), }, - [2739] = { - [sym_getter] = STATE(4976), - [sym_setter] = STATE(4976), - [sym_modifiers] = STATE(8818), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), + [2760] = { + [sym_indexing_suffix] = STATE(6609), + [sym_navigation_suffix] = STATE(6609), + [sym__postfix_unary_operator] = STATE(6609), + [sym__member_access_operator] = STATE(7345), + [sym__postfix_unary_suffix] = STATE(6609), + [aux_sym__postfix_unary_expression_repeat1] = STATE(6609), + [sym__alpha_identifier] = ACTIONS(3969), + [anon_sym_AT] = ACTIONS(3971), + [anon_sym_LBRACK] = ACTIONS(3973), + [anon_sym_as] = ACTIONS(3969), + [anon_sym_EQ] = ACTIONS(3976), + [anon_sym_LBRACE] = ACTIONS(3971), + [anon_sym_RBRACE] = ACTIONS(3971), + [anon_sym_LPAREN] = ACTIONS(3971), + [anon_sym_COMMA] = ACTIONS(3971), + [anon_sym_LT] = ACTIONS(3969), + [anon_sym_GT] = ACTIONS(3969), + [anon_sym_where] = ACTIONS(3969), + [anon_sym_object] = ACTIONS(3969), + [anon_sym_fun] = ACTIONS(3969), + [anon_sym_DOT] = ACTIONS(3979), + [anon_sym_SEMI] = ACTIONS(3971), + [anon_sym_get] = ACTIONS(3969), + [anon_sym_set] = ACTIONS(3969), + [anon_sym_this] = ACTIONS(3969), + [anon_sym_super] = ACTIONS(3969), + [anon_sym_STAR] = ACTIONS(3969), + [sym_label] = ACTIONS(3969), + [anon_sym_in] = ACTIONS(3969), + [anon_sym_DOT_DOT] = ACTIONS(3971), + [anon_sym_QMARK_COLON] = ACTIONS(3971), + [anon_sym_AMP_AMP] = ACTIONS(3971), + [anon_sym_PIPE_PIPE] = ACTIONS(3971), + [anon_sym_null] = ACTIONS(3969), + [anon_sym_if] = ACTIONS(3969), + [anon_sym_else] = ACTIONS(3969), + [anon_sym_when] = ACTIONS(3969), + [anon_sym_try] = ACTIONS(3969), + [anon_sym_throw] = ACTIONS(3969), + [anon_sym_return] = ACTIONS(3969), + [anon_sym_continue] = ACTIONS(3969), + [anon_sym_break] = ACTIONS(3969), + [anon_sym_COLON_COLON] = ACTIONS(3982), + [anon_sym_PLUS_EQ] = ACTIONS(3985), + [anon_sym_DASH_EQ] = ACTIONS(3985), + [anon_sym_STAR_EQ] = ACTIONS(3985), + [anon_sym_SLASH_EQ] = ACTIONS(3985), + [anon_sym_PERCENT_EQ] = ACTIONS(3985), + [anon_sym_BANG_EQ] = ACTIONS(3969), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3971), + [anon_sym_EQ_EQ] = ACTIONS(3969), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3971), + [anon_sym_LT_EQ] = ACTIONS(3971), + [anon_sym_GT_EQ] = ACTIONS(3971), + [anon_sym_BANGin] = ACTIONS(3971), + [anon_sym_is] = ACTIONS(3969), + [anon_sym_BANGis] = ACTIONS(3971), + [anon_sym_PLUS] = ACTIONS(3969), + [anon_sym_DASH] = ACTIONS(3969), + [anon_sym_SLASH] = ACTIONS(3969), + [anon_sym_PERCENT] = ACTIONS(3969), + [anon_sym_as_QMARK] = ACTIONS(3971), + [anon_sym_PLUS_PLUS] = ACTIONS(3988), + [anon_sym_DASH_DASH] = ACTIONS(3988), + [anon_sym_BANG] = ACTIONS(3969), + [anon_sym_BANG_BANG] = ACTIONS(3988), + [anon_sym_data] = ACTIONS(3969), + [anon_sym_inner] = ACTIONS(3969), + [anon_sym_expect] = ACTIONS(3969), + [anon_sym_actual] = ACTIONS(3969), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3971), + [anon_sym_continue_AT] = ACTIONS(3971), + [anon_sym_break_AT] = ACTIONS(3971), + [sym_real_literal] = ACTIONS(3971), + [sym_integer_literal] = ACTIONS(3969), + [sym_hex_literal] = ACTIONS(3971), + [sym_bin_literal] = ACTIONS(3971), + [anon_sym_true] = ACTIONS(3969), + [anon_sym_false] = ACTIONS(3969), + [anon_sym_SQUOTE] = ACTIONS(3971), + [sym__backtick_identifier] = ACTIONS(3971), + [sym__automatic_semicolon] = ACTIONS(3971), + [sym_safe_nav] = ACTIONS(3982), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3971), + }, + [2761] = { + [sym_annotated_lambda] = STATE(3309), + [sym_lambda_literal] = STATE(3351), + [sym_annotation] = STATE(7893), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7893), + [sym__alpha_identifier] = ACTIONS(4019), + [anon_sym_AT] = ACTIONS(4021), + [anon_sym_LBRACK] = ACTIONS(4021), + [anon_sym_RBRACK] = ACTIONS(4021), + [anon_sym_as] = ACTIONS(4019), + [anon_sym_EQ] = ACTIONS(4019), + [anon_sym_LBRACE] = ACTIONS(4021), + [anon_sym_RBRACE] = ACTIONS(4021), + [anon_sym_LPAREN] = ACTIONS(4021), + [anon_sym_COMMA] = ACTIONS(4021), + [anon_sym_RPAREN] = ACTIONS(4021), + [anon_sym_LT] = ACTIONS(4019), + [anon_sym_GT] = ACTIONS(4019), + [anon_sym_where] = ACTIONS(4019), + [anon_sym_DOT] = ACTIONS(4019), + [anon_sym_SEMI] = ACTIONS(4021), + [anon_sym_get] = ACTIONS(4019), + [anon_sym_set] = ACTIONS(4019), + [anon_sym_STAR] = ACTIONS(4019), + [anon_sym_DASH_GT] = ACTIONS(4021), + [sym_label] = ACTIONS(4021), + [anon_sym_in] = ACTIONS(4019), + [anon_sym_while] = ACTIONS(4019), + [anon_sym_DOT_DOT] = ACTIONS(4021), + [anon_sym_QMARK_COLON] = ACTIONS(4021), + [anon_sym_AMP_AMP] = ACTIONS(4021), + [anon_sym_PIPE_PIPE] = ACTIONS(4021), + [anon_sym_else] = ACTIONS(4019), + [anon_sym_COLON_COLON] = ACTIONS(4021), + [anon_sym_PLUS_EQ] = ACTIONS(4021), + [anon_sym_DASH_EQ] = ACTIONS(4021), + [anon_sym_STAR_EQ] = ACTIONS(4021), + [anon_sym_SLASH_EQ] = ACTIONS(4021), + [anon_sym_PERCENT_EQ] = ACTIONS(4021), + [anon_sym_BANG_EQ] = ACTIONS(4019), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4021), + [anon_sym_EQ_EQ] = ACTIONS(4019), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4021), + [anon_sym_LT_EQ] = ACTIONS(4021), + [anon_sym_GT_EQ] = ACTIONS(4021), + [anon_sym_BANGin] = ACTIONS(4021), + [anon_sym_is] = ACTIONS(4019), + [anon_sym_BANGis] = ACTIONS(4021), + [anon_sym_PLUS] = ACTIONS(4019), + [anon_sym_DASH] = ACTIONS(4019), + [anon_sym_SLASH] = ACTIONS(4019), + [anon_sym_PERCENT] = ACTIONS(4019), + [anon_sym_as_QMARK] = ACTIONS(4021), + [anon_sym_PLUS_PLUS] = ACTIONS(4021), + [anon_sym_DASH_DASH] = ACTIONS(4021), + [anon_sym_BANG_BANG] = ACTIONS(4021), + [anon_sym_suspend] = ACTIONS(4019), + [anon_sym_sealed] = ACTIONS(4019), + [anon_sym_annotation] = ACTIONS(4019), + [anon_sym_data] = ACTIONS(4019), + [anon_sym_inner] = ACTIONS(4019), + [anon_sym_override] = ACTIONS(4019), + [anon_sym_lateinit] = ACTIONS(4019), + [anon_sym_public] = ACTIONS(4019), + [anon_sym_private] = ACTIONS(4019), + [anon_sym_internal] = ACTIONS(4019), + [anon_sym_protected] = ACTIONS(4019), + [anon_sym_tailrec] = ACTIONS(4019), + [anon_sym_operator] = ACTIONS(4019), + [anon_sym_infix] = ACTIONS(4019), + [anon_sym_inline] = ACTIONS(4019), + [anon_sym_external] = ACTIONS(4019), + [sym_property_modifier] = ACTIONS(4019), + [anon_sym_abstract] = ACTIONS(4019), + [anon_sym_final] = ACTIONS(4019), + [anon_sym_open] = ACTIONS(4019), + [anon_sym_vararg] = ACTIONS(4019), + [anon_sym_noinline] = ACTIONS(4019), + [anon_sym_crossinline] = ACTIONS(4019), + [anon_sym_expect] = ACTIONS(4019), + [anon_sym_actual] = ACTIONS(4019), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4021), + [sym_safe_nav] = ACTIONS(4021), + [sym_multiline_comment] = ACTIONS(3), + }, + [2762] = { + [sym_annotated_lambda] = STATE(3299), + [sym_lambda_literal] = STATE(3415), + [sym_annotation] = STATE(7887), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7887), + [sym__alpha_identifier] = ACTIONS(4005), + [anon_sym_AT] = ACTIONS(4007), + [anon_sym_LBRACK] = ACTIONS(4007), + [anon_sym_as] = ACTIONS(4005), + [anon_sym_EQ] = ACTIONS(4005), + [anon_sym_LBRACE] = ACTIONS(4007), + [anon_sym_RBRACE] = ACTIONS(4007), + [anon_sym_LPAREN] = ACTIONS(4007), + [anon_sym_COMMA] = ACTIONS(4007), + [anon_sym_LT] = ACTIONS(4005), + [anon_sym_GT] = ACTIONS(4005), + [anon_sym_where] = ACTIONS(4005), + [anon_sym_object] = ACTIONS(4005), + [anon_sym_fun] = ACTIONS(4005), + [anon_sym_DOT] = ACTIONS(4005), + [anon_sym_SEMI] = ACTIONS(4007), + [anon_sym_get] = ACTIONS(4005), + [anon_sym_set] = ACTIONS(4005), + [anon_sym_this] = ACTIONS(4005), + [anon_sym_super] = ACTIONS(4005), + [anon_sym_STAR] = ACTIONS(4005), + [sym_label] = ACTIONS(4005), + [anon_sym_in] = ACTIONS(4005), + [anon_sym_DOT_DOT] = ACTIONS(4007), + [anon_sym_QMARK_COLON] = ACTIONS(4007), + [anon_sym_AMP_AMP] = ACTIONS(4007), + [anon_sym_PIPE_PIPE] = ACTIONS(4007), + [anon_sym_null] = ACTIONS(4005), + [anon_sym_if] = ACTIONS(4005), + [anon_sym_else] = ACTIONS(4005), + [anon_sym_when] = ACTIONS(4005), + [anon_sym_try] = ACTIONS(4005), + [anon_sym_throw] = ACTIONS(4005), + [anon_sym_return] = ACTIONS(4005), + [anon_sym_continue] = ACTIONS(4005), + [anon_sym_break] = ACTIONS(4005), + [anon_sym_COLON_COLON] = ACTIONS(4007), + [anon_sym_PLUS_EQ] = ACTIONS(4007), + [anon_sym_DASH_EQ] = ACTIONS(4007), + [anon_sym_STAR_EQ] = ACTIONS(4007), + [anon_sym_SLASH_EQ] = ACTIONS(4007), + [anon_sym_PERCENT_EQ] = ACTIONS(4007), + [anon_sym_BANG_EQ] = ACTIONS(4005), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4007), + [anon_sym_EQ_EQ] = ACTIONS(4005), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4007), + [anon_sym_LT_EQ] = ACTIONS(4007), + [anon_sym_GT_EQ] = ACTIONS(4007), + [anon_sym_BANGin] = ACTIONS(4007), + [anon_sym_is] = ACTIONS(4005), + [anon_sym_BANGis] = ACTIONS(4007), + [anon_sym_PLUS] = ACTIONS(4005), + [anon_sym_DASH] = ACTIONS(4005), + [anon_sym_SLASH] = ACTIONS(4005), + [anon_sym_PERCENT] = ACTIONS(4005), + [anon_sym_as_QMARK] = ACTIONS(4007), + [anon_sym_PLUS_PLUS] = ACTIONS(4007), + [anon_sym_DASH_DASH] = ACTIONS(4007), + [anon_sym_BANG] = ACTIONS(4005), + [anon_sym_BANG_BANG] = ACTIONS(4007), + [anon_sym_data] = ACTIONS(4005), + [anon_sym_inner] = ACTIONS(4005), + [anon_sym_expect] = ACTIONS(4005), + [anon_sym_actual] = ACTIONS(4005), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4007), + [anon_sym_continue_AT] = ACTIONS(4007), + [anon_sym_break_AT] = ACTIONS(4007), + [sym_real_literal] = ACTIONS(4007), + [sym_integer_literal] = ACTIONS(4005), + [sym_hex_literal] = ACTIONS(4007), + [sym_bin_literal] = ACTIONS(4007), + [anon_sym_true] = ACTIONS(4005), + [anon_sym_false] = ACTIONS(4005), + [anon_sym_SQUOTE] = ACTIONS(4007), + [sym__backtick_identifier] = ACTIONS(4007), + [sym__automatic_semicolon] = ACTIONS(4007), + [sym_safe_nav] = ACTIONS(4007), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4007), + }, + [2763] = { + [sym_getter] = STATE(4659), + [sym_setter] = STATE(4659), + [sym_modifiers] = STATE(8747), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1752), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_COMMA] = ACTIONS(3256), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_where] = ACTIONS(3254), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(6048), - [anon_sym_get] = ACTIONS(6026), - [anon_sym_set] = ACTIONS(6028), - [anon_sym_STAR] = ACTIONS(3256), - [sym_label] = ACTIONS(3256), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3256), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG_BANG] = ACTIONS(3256), + [anon_sym_LBRACK] = ACTIONS(1754), + [anon_sym_as] = ACTIONS(1752), + [anon_sym_LBRACE] = ACTIONS(1754), + [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_LPAREN] = ACTIONS(1754), + [anon_sym_RPAREN] = ACTIONS(1754), + [anon_sym_LT] = ACTIONS(1752), + [anon_sym_GT] = ACTIONS(1752), + [anon_sym_DOT] = ACTIONS(1752), + [anon_sym_SEMI] = ACTIONS(1754), + [anon_sym_get] = ACTIONS(6060), + [anon_sym_set] = ACTIONS(6062), + [anon_sym_STAR] = ACTIONS(1754), + [sym_label] = ACTIONS(1754), + [anon_sym_in] = ACTIONS(1752), + [anon_sym_while] = ACTIONS(1752), + [anon_sym_DOT_DOT] = ACTIONS(1754), + [anon_sym_QMARK_COLON] = ACTIONS(1754), + [anon_sym_AMP_AMP] = ACTIONS(1754), + [anon_sym_PIPE_PIPE] = ACTIONS(1754), + [anon_sym_else] = ACTIONS(1752), + [anon_sym_COLON_COLON] = ACTIONS(1754), + [anon_sym_BANG_EQ] = ACTIONS(1752), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), + [anon_sym_EQ_EQ] = ACTIONS(1752), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), + [anon_sym_LT_EQ] = ACTIONS(1754), + [anon_sym_GT_EQ] = ACTIONS(1754), + [anon_sym_BANGin] = ACTIONS(1754), + [anon_sym_is] = ACTIONS(1752), + [anon_sym_BANGis] = ACTIONS(1754), + [anon_sym_PLUS] = ACTIONS(1752), + [anon_sym_DASH] = ACTIONS(1752), + [anon_sym_SLASH] = ACTIONS(1752), + [anon_sym_PERCENT] = ACTIONS(1754), + [anon_sym_as_QMARK] = ACTIONS(1754), + [anon_sym_PLUS_PLUS] = ACTIONS(1754), + [anon_sym_DASH_DASH] = ACTIONS(1754), + [anon_sym_BANG_BANG] = ACTIONS(1754), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -319524,159 +321774,157 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3256), - [sym__automatic_semicolon] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), + [sym__backtick_identifier] = ACTIONS(1754), + [sym_safe_nav] = ACTIONS(1754), [sym_multiline_comment] = ACTIONS(3), }, - [2740] = { - [sym_annotated_lambda] = STATE(3331), - [sym_lambda_literal] = STATE(3352), - [sym_annotation] = STATE(7845), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [sym__alpha_identifier] = ACTIONS(3854), - [anon_sym_AT] = ACTIONS(3856), - [anon_sym_LBRACK] = ACTIONS(3856), - [anon_sym_RBRACK] = ACTIONS(3856), - [anon_sym_as] = ACTIONS(3854), - [anon_sym_EQ] = ACTIONS(3854), - [anon_sym_LBRACE] = ACTIONS(3856), - [anon_sym_RBRACE] = ACTIONS(3856), - [anon_sym_LPAREN] = ACTIONS(3856), - [anon_sym_COMMA] = ACTIONS(3856), - [anon_sym_RPAREN] = ACTIONS(3856), - [anon_sym_LT] = ACTIONS(3854), - [anon_sym_GT] = ACTIONS(3854), - [anon_sym_where] = ACTIONS(3854), - [anon_sym_DOT] = ACTIONS(3854), - [anon_sym_SEMI] = ACTIONS(3856), - [anon_sym_get] = ACTIONS(3854), - [anon_sym_set] = ACTIONS(3854), - [anon_sym_STAR] = ACTIONS(3854), - [anon_sym_DASH_GT] = ACTIONS(3856), - [sym_label] = ACTIONS(3856), - [anon_sym_in] = ACTIONS(3854), - [anon_sym_while] = ACTIONS(3854), - [anon_sym_DOT_DOT] = ACTIONS(3856), - [anon_sym_QMARK_COLON] = ACTIONS(3856), - [anon_sym_AMP_AMP] = ACTIONS(3856), - [anon_sym_PIPE_PIPE] = ACTIONS(3856), - [anon_sym_else] = ACTIONS(3854), - [anon_sym_COLON_COLON] = ACTIONS(3856), - [anon_sym_PLUS_EQ] = ACTIONS(3856), - [anon_sym_DASH_EQ] = ACTIONS(3856), - [anon_sym_STAR_EQ] = ACTIONS(3856), - [anon_sym_SLASH_EQ] = ACTIONS(3856), - [anon_sym_PERCENT_EQ] = ACTIONS(3856), - [anon_sym_BANG_EQ] = ACTIONS(3854), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3856), - [anon_sym_EQ_EQ] = ACTIONS(3854), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3856), - [anon_sym_LT_EQ] = ACTIONS(3856), - [anon_sym_GT_EQ] = ACTIONS(3856), - [anon_sym_BANGin] = ACTIONS(3856), - [anon_sym_is] = ACTIONS(3854), - [anon_sym_BANGis] = ACTIONS(3856), - [anon_sym_PLUS] = ACTIONS(3854), - [anon_sym_DASH] = ACTIONS(3854), - [anon_sym_SLASH] = ACTIONS(3854), - [anon_sym_PERCENT] = ACTIONS(3854), - [anon_sym_as_QMARK] = ACTIONS(3856), - [anon_sym_PLUS_PLUS] = ACTIONS(3856), - [anon_sym_DASH_DASH] = ACTIONS(3856), - [anon_sym_BANG_BANG] = ACTIONS(3856), - [anon_sym_suspend] = ACTIONS(3854), - [anon_sym_sealed] = ACTIONS(3854), - [anon_sym_annotation] = ACTIONS(3854), - [anon_sym_data] = ACTIONS(3854), - [anon_sym_inner] = ACTIONS(3854), - [anon_sym_override] = ACTIONS(3854), - [anon_sym_lateinit] = ACTIONS(3854), - [anon_sym_public] = ACTIONS(3854), - [anon_sym_private] = ACTIONS(3854), - [anon_sym_internal] = ACTIONS(3854), - [anon_sym_protected] = ACTIONS(3854), - [anon_sym_tailrec] = ACTIONS(3854), - [anon_sym_operator] = ACTIONS(3854), - [anon_sym_infix] = ACTIONS(3854), - [anon_sym_inline] = ACTIONS(3854), - [anon_sym_external] = ACTIONS(3854), - [sym_property_modifier] = ACTIONS(3854), - [anon_sym_abstract] = ACTIONS(3854), - [anon_sym_final] = ACTIONS(3854), - [anon_sym_open] = ACTIONS(3854), - [anon_sym_vararg] = ACTIONS(3854), - [anon_sym_noinline] = ACTIONS(3854), - [anon_sym_crossinline] = ACTIONS(3854), - [anon_sym_expect] = ACTIONS(3854), - [anon_sym_actual] = ACTIONS(3854), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3856), - [sym_safe_nav] = ACTIONS(3856), + [2764] = { + [sym_catch_block] = STATE(2801), + [sym_finally_block] = STATE(3303), + [aux_sym_try_expression_repeat1] = STATE(2801), + [sym__alpha_identifier] = ACTIONS(4023), + [anon_sym_AT] = ACTIONS(4025), + [anon_sym_LBRACK] = ACTIONS(4025), + [anon_sym_as] = ACTIONS(4023), + [anon_sym_EQ] = ACTIONS(4023), + [anon_sym_LBRACE] = ACTIONS(4025), + [anon_sym_RBRACE] = ACTIONS(4025), + [anon_sym_LPAREN] = ACTIONS(4025), + [anon_sym_COMMA] = ACTIONS(4025), + [anon_sym_LT] = ACTIONS(4023), + [anon_sym_GT] = ACTIONS(4023), + [anon_sym_where] = ACTIONS(4023), + [anon_sym_object] = ACTIONS(4023), + [anon_sym_fun] = ACTIONS(4023), + [anon_sym_DOT] = ACTIONS(4023), + [anon_sym_SEMI] = ACTIONS(4025), + [anon_sym_get] = ACTIONS(4023), + [anon_sym_set] = ACTIONS(4023), + [anon_sym_this] = ACTIONS(4023), + [anon_sym_super] = ACTIONS(4023), + [anon_sym_STAR] = ACTIONS(4023), + [sym_label] = ACTIONS(4023), + [anon_sym_in] = ACTIONS(4023), + [anon_sym_DOT_DOT] = ACTIONS(4025), + [anon_sym_QMARK_COLON] = ACTIONS(4025), + [anon_sym_AMP_AMP] = ACTIONS(4025), + [anon_sym_PIPE_PIPE] = ACTIONS(4025), + [anon_sym_null] = ACTIONS(4023), + [anon_sym_if] = ACTIONS(4023), + [anon_sym_else] = ACTIONS(4023), + [anon_sym_when] = ACTIONS(4023), + [anon_sym_try] = ACTIONS(4023), + [anon_sym_catch] = ACTIONS(6216), + [anon_sym_finally] = ACTIONS(6218), + [anon_sym_throw] = ACTIONS(4023), + [anon_sym_return] = ACTIONS(4023), + [anon_sym_continue] = ACTIONS(4023), + [anon_sym_break] = ACTIONS(4023), + [anon_sym_COLON_COLON] = ACTIONS(4025), + [anon_sym_PLUS_EQ] = ACTIONS(4025), + [anon_sym_DASH_EQ] = ACTIONS(4025), + [anon_sym_STAR_EQ] = ACTIONS(4025), + [anon_sym_SLASH_EQ] = ACTIONS(4025), + [anon_sym_PERCENT_EQ] = ACTIONS(4025), + [anon_sym_BANG_EQ] = ACTIONS(4023), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4025), + [anon_sym_EQ_EQ] = ACTIONS(4023), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4025), + [anon_sym_LT_EQ] = ACTIONS(4025), + [anon_sym_GT_EQ] = ACTIONS(4025), + [anon_sym_BANGin] = ACTIONS(4025), + [anon_sym_is] = ACTIONS(4023), + [anon_sym_BANGis] = ACTIONS(4025), + [anon_sym_PLUS] = ACTIONS(4023), + [anon_sym_DASH] = ACTIONS(4023), + [anon_sym_SLASH] = ACTIONS(4023), + [anon_sym_PERCENT] = ACTIONS(4023), + [anon_sym_as_QMARK] = ACTIONS(4025), + [anon_sym_PLUS_PLUS] = ACTIONS(4025), + [anon_sym_DASH_DASH] = ACTIONS(4025), + [anon_sym_BANG] = ACTIONS(4023), + [anon_sym_BANG_BANG] = ACTIONS(4025), + [anon_sym_data] = ACTIONS(4023), + [anon_sym_inner] = ACTIONS(4023), + [anon_sym_expect] = ACTIONS(4023), + [anon_sym_actual] = ACTIONS(4023), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4025), + [anon_sym_continue_AT] = ACTIONS(4025), + [anon_sym_break_AT] = ACTIONS(4025), + [sym_real_literal] = ACTIONS(4025), + [sym_integer_literal] = ACTIONS(4023), + [sym_hex_literal] = ACTIONS(4025), + [sym_bin_literal] = ACTIONS(4025), + [anon_sym_true] = ACTIONS(4023), + [anon_sym_false] = ACTIONS(4023), + [anon_sym_SQUOTE] = ACTIONS(4025), + [sym__backtick_identifier] = ACTIONS(4025), + [sym__automatic_semicolon] = ACTIONS(4025), + [sym_safe_nav] = ACTIONS(4025), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4025), }, - [2741] = { - [sym_getter] = STATE(3787), - [sym_setter] = STATE(3787), - [sym_modifiers] = STATE(8890), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), + [2765] = { + [sym_getter] = STATE(3329), + [sym_setter] = STATE(3329), + [sym_modifiers] = STATE(8762), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3338), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_COMMA] = ACTIONS(3256), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_where] = ACTIONS(3254), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(6126), - [anon_sym_get] = ACTIONS(6032), - [anon_sym_set] = ACTIONS(6034), - [anon_sym_STAR] = ACTIONS(3256), - [sym_label] = ACTIONS(3256), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3256), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG_BANG] = ACTIONS(3256), + [anon_sym_LBRACK] = ACTIONS(3340), + [anon_sym_as] = ACTIONS(3338), + [anon_sym_LBRACE] = ACTIONS(3340), + [anon_sym_RBRACE] = ACTIONS(3340), + [anon_sym_LPAREN] = ACTIONS(3340), + [anon_sym_RPAREN] = ACTIONS(3340), + [anon_sym_LT] = ACTIONS(3338), + [anon_sym_GT] = ACTIONS(3338), + [anon_sym_DOT] = ACTIONS(3338), + [anon_sym_SEMI] = ACTIONS(3340), + [anon_sym_get] = ACTIONS(6068), + [anon_sym_set] = ACTIONS(6070), + [anon_sym_STAR] = ACTIONS(3340), + [sym_label] = ACTIONS(3340), + [anon_sym_in] = ACTIONS(3338), + [anon_sym_while] = ACTIONS(3338), + [anon_sym_DOT_DOT] = ACTIONS(3340), + [anon_sym_QMARK_COLON] = ACTIONS(3340), + [anon_sym_AMP_AMP] = ACTIONS(3340), + [anon_sym_PIPE_PIPE] = ACTIONS(3340), + [anon_sym_else] = ACTIONS(3338), + [anon_sym_COLON_COLON] = ACTIONS(3340), + [anon_sym_BANG_EQ] = ACTIONS(3338), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3340), + [anon_sym_EQ_EQ] = ACTIONS(3338), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3340), + [anon_sym_LT_EQ] = ACTIONS(3340), + [anon_sym_GT_EQ] = ACTIONS(3340), + [anon_sym_BANGin] = ACTIONS(3340), + [anon_sym_is] = ACTIONS(3338), + [anon_sym_BANGis] = ACTIONS(3340), + [anon_sym_PLUS] = ACTIONS(3338), + [anon_sym_DASH] = ACTIONS(3338), + [anon_sym_SLASH] = ACTIONS(3338), + [anon_sym_PERCENT] = ACTIONS(3340), + [anon_sym_as_QMARK] = ACTIONS(3340), + [anon_sym_PLUS_PLUS] = ACTIONS(3340), + [anon_sym_DASH_DASH] = ACTIONS(3340), + [anon_sym_BANG_BANG] = ACTIONS(3340), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -319700,30 +321948,116 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3256), - [sym__automatic_semicolon] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), + [sym__backtick_identifier] = ACTIONS(3340), + [sym_safe_nav] = ACTIONS(3340), [sym_multiline_comment] = ACTIONS(3), }, - [2742] = { - [sym_getter] = STATE(5053), - [sym_setter] = STATE(5053), - [sym_modifiers] = STATE(8818), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [2766] = { + [sym_getter] = STATE(4715), + [sym_setter] = STATE(4715), + [sym_modifiers] = STATE(8747), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1694), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1696), + [anon_sym_as] = ACTIONS(1694), + [anon_sym_LBRACE] = ACTIONS(1696), + [anon_sym_RBRACE] = ACTIONS(1696), + [anon_sym_LPAREN] = ACTIONS(1696), + [anon_sym_RPAREN] = ACTIONS(1696), + [anon_sym_LT] = ACTIONS(1694), + [anon_sym_GT] = ACTIONS(1694), + [anon_sym_DOT] = ACTIONS(1694), + [anon_sym_SEMI] = ACTIONS(4220), + [anon_sym_get] = ACTIONS(6060), + [anon_sym_set] = ACTIONS(6062), + [anon_sym_STAR] = ACTIONS(1696), + [sym_label] = ACTIONS(1696), + [anon_sym_in] = ACTIONS(1694), + [anon_sym_while] = ACTIONS(1694), + [anon_sym_DOT_DOT] = ACTIONS(1696), + [anon_sym_QMARK_COLON] = ACTIONS(1696), + [anon_sym_AMP_AMP] = ACTIONS(1696), + [anon_sym_PIPE_PIPE] = ACTIONS(1696), + [anon_sym_else] = ACTIONS(1694), + [anon_sym_COLON_COLON] = ACTIONS(1696), + [anon_sym_BANG_EQ] = ACTIONS(1694), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), + [anon_sym_EQ_EQ] = ACTIONS(1694), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), + [anon_sym_LT_EQ] = ACTIONS(1696), + [anon_sym_GT_EQ] = ACTIONS(1696), + [anon_sym_BANGin] = ACTIONS(1696), + [anon_sym_is] = ACTIONS(1694), + [anon_sym_BANGis] = ACTIONS(1696), + [anon_sym_PLUS] = ACTIONS(1694), + [anon_sym_DASH] = ACTIONS(1694), + [anon_sym_SLASH] = ACTIONS(1694), + [anon_sym_PERCENT] = ACTIONS(1696), + [anon_sym_as_QMARK] = ACTIONS(1696), + [anon_sym_PLUS_PLUS] = ACTIONS(1696), + [anon_sym_DASH_DASH] = ACTIONS(1696), + [anon_sym_BANG_BANG] = ACTIONS(1696), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1696), + [sym_safe_nav] = ACTIONS(1696), + [sym_multiline_comment] = ACTIONS(3), + }, + [2767] = { + [sym_getter] = STATE(4602), + [sym_setter] = STATE(4602), + [sym_modifiers] = STATE(8747), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1764), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1766), @@ -319731,17 +322065,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(1766), [anon_sym_RBRACE] = ACTIONS(1766), [anon_sym_LPAREN] = ACTIONS(1766), - [anon_sym_COMMA] = ACTIONS(1766), + [anon_sym_RPAREN] = ACTIONS(1766), [anon_sym_LT] = ACTIONS(1764), [anon_sym_GT] = ACTIONS(1764), - [anon_sym_where] = ACTIONS(1764), [anon_sym_DOT] = ACTIONS(1764), - [anon_sym_SEMI] = ACTIONS(4069), - [anon_sym_get] = ACTIONS(6026), - [anon_sym_set] = ACTIONS(6028), + [anon_sym_SEMI] = ACTIONS(4216), + [anon_sym_get] = ACTIONS(6060), + [anon_sym_set] = ACTIONS(6062), [anon_sym_STAR] = ACTIONS(1766), [sym_label] = ACTIONS(1766), [anon_sym_in] = ACTIONS(1764), + [anon_sym_while] = ACTIONS(1764), [anon_sym_DOT_DOT] = ACTIONS(1766), [anon_sym_QMARK_COLON] = ACTIONS(1766), [anon_sym_AMP_AMP] = ACTIONS(1766), @@ -319788,30 +322122,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1766), - [sym__automatic_semicolon] = ACTIONS(1766), [sym_safe_nav] = ACTIONS(1766), [sym_multiline_comment] = ACTIONS(3), }, - [2743] = { - [sym_getter] = STATE(3812), - [sym_setter] = STATE(3812), - [sym_modifiers] = STATE(8890), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [2768] = { + [sym_getter] = STATE(4581), + [sym_setter] = STATE(4581), + [sym_modifiers] = STATE(8747), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1770), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1772), @@ -319819,17 +322152,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(1772), [anon_sym_RBRACE] = ACTIONS(1772), [anon_sym_LPAREN] = ACTIONS(1772), - [anon_sym_COMMA] = ACTIONS(1772), + [anon_sym_RPAREN] = ACTIONS(1772), [anon_sym_LT] = ACTIONS(1770), [anon_sym_GT] = ACTIONS(1770), - [anon_sym_where] = ACTIONS(1770), [anon_sym_DOT] = ACTIONS(1770), - [anon_sym_SEMI] = ACTIONS(1772), - [anon_sym_get] = ACTIONS(6032), - [anon_sym_set] = ACTIONS(6034), + [anon_sym_SEMI] = ACTIONS(4158), + [anon_sym_get] = ACTIONS(6060), + [anon_sym_set] = ACTIONS(6062), [anon_sym_STAR] = ACTIONS(1772), [sym_label] = ACTIONS(1772), [anon_sym_in] = ACTIONS(1770), + [anon_sym_while] = ACTIONS(1770), [anon_sym_DOT_DOT] = ACTIONS(1772), [anon_sym_QMARK_COLON] = ACTIONS(1772), [anon_sym_AMP_AMP] = ACTIONS(1772), @@ -319876,71 +322209,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1772), - [sym__automatic_semicolon] = ACTIONS(1772), [sym_safe_nav] = ACTIONS(1772), [sym_multiline_comment] = ACTIONS(3), }, - [2744] = { - [sym_getter] = STATE(5011), - [sym_setter] = STATE(5011), - [sym_modifiers] = STATE(8818), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), + [2769] = { + [sym_getter] = STATE(4602), + [sym_setter] = STATE(4602), + [sym_modifiers] = STATE(8747), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1764), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_COMMA] = ACTIONS(1778), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_where] = ACTIONS(1776), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(1778), - [anon_sym_get] = ACTIONS(6026), - [anon_sym_set] = ACTIONS(6028), - [anon_sym_STAR] = ACTIONS(1778), - [sym_label] = ACTIONS(1778), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1778), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG_BANG] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(1766), + [anon_sym_as] = ACTIONS(1764), + [anon_sym_LBRACE] = ACTIONS(1766), + [anon_sym_RBRACE] = ACTIONS(1766), + [anon_sym_LPAREN] = ACTIONS(1766), + [anon_sym_RPAREN] = ACTIONS(1766), + [anon_sym_LT] = ACTIONS(1764), + [anon_sym_GT] = ACTIONS(1764), + [anon_sym_DOT] = ACTIONS(1764), + [anon_sym_SEMI] = ACTIONS(1766), + [anon_sym_get] = ACTIONS(6060), + [anon_sym_set] = ACTIONS(6062), + [anon_sym_STAR] = ACTIONS(1766), + [sym_label] = ACTIONS(1766), + [anon_sym_in] = ACTIONS(1764), + [anon_sym_while] = ACTIONS(1764), + [anon_sym_DOT_DOT] = ACTIONS(1766), + [anon_sym_QMARK_COLON] = ACTIONS(1766), + [anon_sym_AMP_AMP] = ACTIONS(1766), + [anon_sym_PIPE_PIPE] = ACTIONS(1766), + [anon_sym_else] = ACTIONS(1764), + [anon_sym_COLON_COLON] = ACTIONS(1766), + [anon_sym_BANG_EQ] = ACTIONS(1764), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), + [anon_sym_EQ_EQ] = ACTIONS(1764), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1766), + [anon_sym_LT_EQ] = ACTIONS(1766), + [anon_sym_GT_EQ] = ACTIONS(1766), + [anon_sym_BANGin] = ACTIONS(1766), + [anon_sym_is] = ACTIONS(1764), + [anon_sym_BANGis] = ACTIONS(1766), + [anon_sym_PLUS] = ACTIONS(1764), + [anon_sym_DASH] = ACTIONS(1764), + [anon_sym_SLASH] = ACTIONS(1764), + [anon_sym_PERCENT] = ACTIONS(1766), + [anon_sym_as_QMARK] = ACTIONS(1766), + [anon_sym_PLUS_PLUS] = ACTIONS(1766), + [anon_sym_DASH_DASH] = ACTIONS(1766), + [anon_sym_BANG_BANG] = ACTIONS(1766), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -319964,159 +322296,157 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1778), - [sym__automatic_semicolon] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), + [sym__backtick_identifier] = ACTIONS(1766), + [sym_safe_nav] = ACTIONS(1766), [sym_multiline_comment] = ACTIONS(3), }, - [2745] = { - [sym_annotated_lambda] = STATE(3358), - [sym_lambda_literal] = STATE(3427), - [sym_annotation] = STATE(7846), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7846), - [sym__alpha_identifier] = ACTIONS(3840), - [anon_sym_AT] = ACTIONS(3842), - [anon_sym_LBRACK] = ACTIONS(3842), - [anon_sym_as] = ACTIONS(3840), - [anon_sym_EQ] = ACTIONS(3840), - [anon_sym_LBRACE] = ACTIONS(3842), - [anon_sym_RBRACE] = ACTIONS(3842), - [anon_sym_LPAREN] = ACTIONS(3842), - [anon_sym_COMMA] = ACTIONS(3842), - [anon_sym_LT] = ACTIONS(3840), - [anon_sym_GT] = ACTIONS(3840), - [anon_sym_where] = ACTIONS(3840), - [anon_sym_object] = ACTIONS(3840), - [anon_sym_fun] = ACTIONS(3840), - [anon_sym_DOT] = ACTIONS(3840), - [anon_sym_SEMI] = ACTIONS(3842), - [anon_sym_get] = ACTIONS(3840), - [anon_sym_set] = ACTIONS(3840), - [anon_sym_this] = ACTIONS(3840), - [anon_sym_super] = ACTIONS(3840), - [anon_sym_STAR] = ACTIONS(3840), - [sym_label] = ACTIONS(3840), - [anon_sym_in] = ACTIONS(3840), - [anon_sym_DOT_DOT] = ACTIONS(3842), - [anon_sym_QMARK_COLON] = ACTIONS(3842), - [anon_sym_AMP_AMP] = ACTIONS(3842), - [anon_sym_PIPE_PIPE] = ACTIONS(3842), - [anon_sym_null] = ACTIONS(3840), - [anon_sym_if] = ACTIONS(3840), - [anon_sym_else] = ACTIONS(3840), - [anon_sym_when] = ACTIONS(3840), - [anon_sym_try] = ACTIONS(3840), - [anon_sym_throw] = ACTIONS(3840), - [anon_sym_return] = ACTIONS(3840), - [anon_sym_continue] = ACTIONS(3840), - [anon_sym_break] = ACTIONS(3840), - [anon_sym_COLON_COLON] = ACTIONS(3842), - [anon_sym_PLUS_EQ] = ACTIONS(3842), - [anon_sym_DASH_EQ] = ACTIONS(3842), - [anon_sym_STAR_EQ] = ACTIONS(3842), - [anon_sym_SLASH_EQ] = ACTIONS(3842), - [anon_sym_PERCENT_EQ] = ACTIONS(3842), - [anon_sym_BANG_EQ] = ACTIONS(3840), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3842), - [anon_sym_EQ_EQ] = ACTIONS(3840), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3842), - [anon_sym_LT_EQ] = ACTIONS(3842), - [anon_sym_GT_EQ] = ACTIONS(3842), - [anon_sym_BANGin] = ACTIONS(3842), - [anon_sym_is] = ACTIONS(3840), - [anon_sym_BANGis] = ACTIONS(3842), - [anon_sym_PLUS] = ACTIONS(3840), - [anon_sym_DASH] = ACTIONS(3840), - [anon_sym_SLASH] = ACTIONS(3840), - [anon_sym_PERCENT] = ACTIONS(3840), - [anon_sym_as_QMARK] = ACTIONS(3842), - [anon_sym_PLUS_PLUS] = ACTIONS(3842), - [anon_sym_DASH_DASH] = ACTIONS(3842), - [anon_sym_BANG] = ACTIONS(3840), - [anon_sym_BANG_BANG] = ACTIONS(3842), - [anon_sym_data] = ACTIONS(3840), - [anon_sym_inner] = ACTIONS(3840), - [anon_sym_expect] = ACTIONS(3840), - [anon_sym_actual] = ACTIONS(3840), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3842), - [anon_sym_continue_AT] = ACTIONS(3842), - [anon_sym_break_AT] = ACTIONS(3842), - [sym_real_literal] = ACTIONS(3842), - [sym_integer_literal] = ACTIONS(3840), - [sym_hex_literal] = ACTIONS(3842), - [sym_bin_literal] = ACTIONS(3842), - [anon_sym_true] = ACTIONS(3840), - [anon_sym_false] = ACTIONS(3840), - [anon_sym_SQUOTE] = ACTIONS(3842), - [sym__backtick_identifier] = ACTIONS(3842), - [sym__automatic_semicolon] = ACTIONS(3842), - [sym_safe_nav] = ACTIONS(3842), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3842), + [2770] = { + [sym_getter] = STATE(4641), + [sym_setter] = STATE(4641), + [sym_modifiers] = STATE(8747), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_RPAREN] = ACTIONS(1786), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(1786), + [anon_sym_get] = ACTIONS(6060), + [anon_sym_set] = ACTIONS(6062), + [anon_sym_STAR] = ACTIONS(1786), + [sym_label] = ACTIONS(1786), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_while] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1786), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG_BANG] = ACTIONS(1786), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), + [sym_multiline_comment] = ACTIONS(3), }, - [2746] = { - [sym_getter] = STATE(4928), - [sym_setter] = STATE(4928), - [sym_modifiers] = STATE(8818), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1782), + [2771] = { + [sym_getter] = STATE(3291), + [sym_setter] = STATE(3291), + [sym_modifiers] = STATE(8762), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1784), - [anon_sym_as] = ACTIONS(1782), - [anon_sym_LBRACE] = ACTIONS(1784), - [anon_sym_RBRACE] = ACTIONS(1784), - [anon_sym_LPAREN] = ACTIONS(1784), - [anon_sym_COMMA] = ACTIONS(1784), - [anon_sym_LT] = ACTIONS(1782), - [anon_sym_GT] = ACTIONS(1782), - [anon_sym_where] = ACTIONS(1782), - [anon_sym_DOT] = ACTIONS(1782), - [anon_sym_SEMI] = ACTIONS(1784), - [anon_sym_get] = ACTIONS(6026), - [anon_sym_set] = ACTIONS(6028), - [anon_sym_STAR] = ACTIONS(1784), - [sym_label] = ACTIONS(1784), - [anon_sym_in] = ACTIONS(1782), - [anon_sym_DOT_DOT] = ACTIONS(1784), - [anon_sym_QMARK_COLON] = ACTIONS(1784), - [anon_sym_AMP_AMP] = ACTIONS(1784), - [anon_sym_PIPE_PIPE] = ACTIONS(1784), - [anon_sym_else] = ACTIONS(1782), - [anon_sym_COLON_COLON] = ACTIONS(1784), - [anon_sym_BANG_EQ] = ACTIONS(1782), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1784), - [anon_sym_EQ_EQ] = ACTIONS(1782), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1784), - [anon_sym_LT_EQ] = ACTIONS(1784), - [anon_sym_GT_EQ] = ACTIONS(1784), - [anon_sym_BANGin] = ACTIONS(1784), - [anon_sym_is] = ACTIONS(1782), - [anon_sym_BANGis] = ACTIONS(1784), - [anon_sym_PLUS] = ACTIONS(1782), - [anon_sym_DASH] = ACTIONS(1782), - [anon_sym_SLASH] = ACTIONS(1782), - [anon_sym_PERCENT] = ACTIONS(1784), - [anon_sym_as_QMARK] = ACTIONS(1784), - [anon_sym_PLUS_PLUS] = ACTIONS(1784), - [anon_sym_DASH_DASH] = ACTIONS(1784), - [anon_sym_BANG_BANG] = ACTIONS(1784), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_RPAREN] = ACTIONS(3280), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(6066), + [anon_sym_get] = ACTIONS(6068), + [anon_sym_set] = ACTIONS(6070), + [anon_sym_STAR] = ACTIONS(3280), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_while] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3280), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -320140,71 +322470,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1784), - [sym__automatic_semicolon] = ACTIONS(1784), - [sym_safe_nav] = ACTIONS(1784), + [sym__backtick_identifier] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), [sym_multiline_comment] = ACTIONS(3), }, - [2747] = { - [sym_getter] = STATE(3812), - [sym_setter] = STATE(3812), - [sym_modifiers] = STATE(8890), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1770), + [2772] = { + [sym_getter] = STATE(3142), + [sym_setter] = STATE(3142), + [sym_modifiers] = STATE(8762), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1752), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1772), - [anon_sym_as] = ACTIONS(1770), - [anon_sym_LBRACE] = ACTIONS(1772), - [anon_sym_RBRACE] = ACTIONS(1772), - [anon_sym_LPAREN] = ACTIONS(1772), - [anon_sym_COMMA] = ACTIONS(1772), - [anon_sym_LT] = ACTIONS(1770), - [anon_sym_GT] = ACTIONS(1770), - [anon_sym_where] = ACTIONS(1770), - [anon_sym_DOT] = ACTIONS(1770), - [anon_sym_SEMI] = ACTIONS(4124), - [anon_sym_get] = ACTIONS(6032), - [anon_sym_set] = ACTIONS(6034), - [anon_sym_STAR] = ACTIONS(1772), - [sym_label] = ACTIONS(1772), - [anon_sym_in] = ACTIONS(1770), - [anon_sym_DOT_DOT] = ACTIONS(1772), - [anon_sym_QMARK_COLON] = ACTIONS(1772), - [anon_sym_AMP_AMP] = ACTIONS(1772), - [anon_sym_PIPE_PIPE] = ACTIONS(1772), - [anon_sym_else] = ACTIONS(1770), - [anon_sym_COLON_COLON] = ACTIONS(1772), - [anon_sym_BANG_EQ] = ACTIONS(1770), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1772), - [anon_sym_EQ_EQ] = ACTIONS(1770), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1772), - [anon_sym_LT_EQ] = ACTIONS(1772), - [anon_sym_GT_EQ] = ACTIONS(1772), - [anon_sym_BANGin] = ACTIONS(1772), - [anon_sym_is] = ACTIONS(1770), - [anon_sym_BANGis] = ACTIONS(1772), - [anon_sym_PLUS] = ACTIONS(1770), - [anon_sym_DASH] = ACTIONS(1770), - [anon_sym_SLASH] = ACTIONS(1770), - [anon_sym_PERCENT] = ACTIONS(1772), - [anon_sym_as_QMARK] = ACTIONS(1772), - [anon_sym_PLUS_PLUS] = ACTIONS(1772), - [anon_sym_DASH_DASH] = ACTIONS(1772), - [anon_sym_BANG_BANG] = ACTIONS(1772), + [anon_sym_LBRACK] = ACTIONS(1754), + [anon_sym_as] = ACTIONS(1752), + [anon_sym_LBRACE] = ACTIONS(1754), + [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_LPAREN] = ACTIONS(1754), + [anon_sym_RPAREN] = ACTIONS(1754), + [anon_sym_LT] = ACTIONS(1752), + [anon_sym_GT] = ACTIONS(1752), + [anon_sym_DOT] = ACTIONS(1752), + [anon_sym_SEMI] = ACTIONS(1754), + [anon_sym_get] = ACTIONS(6068), + [anon_sym_set] = ACTIONS(6070), + [anon_sym_STAR] = ACTIONS(1754), + [sym_label] = ACTIONS(1754), + [anon_sym_in] = ACTIONS(1752), + [anon_sym_while] = ACTIONS(1752), + [anon_sym_DOT_DOT] = ACTIONS(1754), + [anon_sym_QMARK_COLON] = ACTIONS(1754), + [anon_sym_AMP_AMP] = ACTIONS(1754), + [anon_sym_PIPE_PIPE] = ACTIONS(1754), + [anon_sym_else] = ACTIONS(1752), + [anon_sym_COLON_COLON] = ACTIONS(1754), + [anon_sym_BANG_EQ] = ACTIONS(1752), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), + [anon_sym_EQ_EQ] = ACTIONS(1752), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), + [anon_sym_LT_EQ] = ACTIONS(1754), + [anon_sym_GT_EQ] = ACTIONS(1754), + [anon_sym_BANGin] = ACTIONS(1754), + [anon_sym_is] = ACTIONS(1752), + [anon_sym_BANGis] = ACTIONS(1754), + [anon_sym_PLUS] = ACTIONS(1752), + [anon_sym_DASH] = ACTIONS(1752), + [anon_sym_SLASH] = ACTIONS(1752), + [anon_sym_PERCENT] = ACTIONS(1754), + [anon_sym_as_QMARK] = ACTIONS(1754), + [anon_sym_PLUS_PLUS] = ACTIONS(1754), + [anon_sym_DASH_DASH] = ACTIONS(1754), + [anon_sym_BANG_BANG] = ACTIONS(1754), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -320228,71 +322557,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1772), - [sym__automatic_semicolon] = ACTIONS(1772), - [sym_safe_nav] = ACTIONS(1772), + [sym__backtick_identifier] = ACTIONS(1754), + [sym_safe_nav] = ACTIONS(1754), [sym_multiline_comment] = ACTIONS(3), }, - [2748] = { - [sym_getter] = STATE(5011), - [sym_setter] = STATE(5011), - [sym_modifiers] = STATE(8818), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), + [2773] = { + [sym_getter] = STATE(3312), + [sym_setter] = STATE(3312), + [sym_modifiers] = STATE(8762), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1778), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_COMMA] = ACTIONS(1778), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_where] = ACTIONS(1776), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(4067), - [anon_sym_get] = ACTIONS(6026), - [anon_sym_set] = ACTIONS(6028), - [anon_sym_STAR] = ACTIONS(1778), - [sym_label] = ACTIONS(1778), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1778), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG_BANG] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(1780), + [anon_sym_as] = ACTIONS(1778), + [anon_sym_LBRACE] = ACTIONS(1780), + [anon_sym_RBRACE] = ACTIONS(1780), + [anon_sym_LPAREN] = ACTIONS(1780), + [anon_sym_RPAREN] = ACTIONS(1780), + [anon_sym_LT] = ACTIONS(1778), + [anon_sym_GT] = ACTIONS(1778), + [anon_sym_DOT] = ACTIONS(1778), + [anon_sym_SEMI] = ACTIONS(1780), + [anon_sym_get] = ACTIONS(6068), + [anon_sym_set] = ACTIONS(6070), + [anon_sym_STAR] = ACTIONS(1780), + [sym_label] = ACTIONS(1780), + [anon_sym_in] = ACTIONS(1778), + [anon_sym_while] = ACTIONS(1778), + [anon_sym_DOT_DOT] = ACTIONS(1780), + [anon_sym_QMARK_COLON] = ACTIONS(1780), + [anon_sym_AMP_AMP] = ACTIONS(1780), + [anon_sym_PIPE_PIPE] = ACTIONS(1780), + [anon_sym_else] = ACTIONS(1778), + [anon_sym_COLON_COLON] = ACTIONS(1780), + [anon_sym_BANG_EQ] = ACTIONS(1778), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1780), + [anon_sym_EQ_EQ] = ACTIONS(1778), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1780), + [anon_sym_LT_EQ] = ACTIONS(1780), + [anon_sym_GT_EQ] = ACTIONS(1780), + [anon_sym_BANGin] = ACTIONS(1780), + [anon_sym_is] = ACTIONS(1778), + [anon_sym_BANGis] = ACTIONS(1780), + [anon_sym_PLUS] = ACTIONS(1778), + [anon_sym_DASH] = ACTIONS(1778), + [anon_sym_SLASH] = ACTIONS(1778), + [anon_sym_PERCENT] = ACTIONS(1780), + [anon_sym_as_QMARK] = ACTIONS(1780), + [anon_sym_PLUS_PLUS] = ACTIONS(1780), + [anon_sym_DASH_DASH] = ACTIONS(1780), + [anon_sym_BANG_BANG] = ACTIONS(1780), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -320316,30 +322644,116 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1778), - [sym__automatic_semicolon] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), + [sym__backtick_identifier] = ACTIONS(1780), + [sym_safe_nav] = ACTIONS(1780), [sym_multiline_comment] = ACTIONS(3), }, - [2749] = { - [sym_getter] = STATE(4966), - [sym_setter] = STATE(4966), - [sym_modifiers] = STATE(8818), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [2774] = { + [sym_getter] = STATE(3142), + [sym_setter] = STATE(3142), + [sym_modifiers] = STATE(8762), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1752), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1754), + [anon_sym_as] = ACTIONS(1752), + [anon_sym_LBRACE] = ACTIONS(1754), + [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_LPAREN] = ACTIONS(1754), + [anon_sym_RPAREN] = ACTIONS(1754), + [anon_sym_LT] = ACTIONS(1752), + [anon_sym_GT] = ACTIONS(1752), + [anon_sym_DOT] = ACTIONS(1752), + [anon_sym_SEMI] = ACTIONS(4301), + [anon_sym_get] = ACTIONS(6068), + [anon_sym_set] = ACTIONS(6070), + [anon_sym_STAR] = ACTIONS(1754), + [sym_label] = ACTIONS(1754), + [anon_sym_in] = ACTIONS(1752), + [anon_sym_while] = ACTIONS(1752), + [anon_sym_DOT_DOT] = ACTIONS(1754), + [anon_sym_QMARK_COLON] = ACTIONS(1754), + [anon_sym_AMP_AMP] = ACTIONS(1754), + [anon_sym_PIPE_PIPE] = ACTIONS(1754), + [anon_sym_else] = ACTIONS(1752), + [anon_sym_COLON_COLON] = ACTIONS(1754), + [anon_sym_BANG_EQ] = ACTIONS(1752), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), + [anon_sym_EQ_EQ] = ACTIONS(1752), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), + [anon_sym_LT_EQ] = ACTIONS(1754), + [anon_sym_GT_EQ] = ACTIONS(1754), + [anon_sym_BANGin] = ACTIONS(1754), + [anon_sym_is] = ACTIONS(1752), + [anon_sym_BANGis] = ACTIONS(1754), + [anon_sym_PLUS] = ACTIONS(1752), + [anon_sym_DASH] = ACTIONS(1752), + [anon_sym_SLASH] = ACTIONS(1752), + [anon_sym_PERCENT] = ACTIONS(1754), + [anon_sym_as_QMARK] = ACTIONS(1754), + [anon_sym_PLUS_PLUS] = ACTIONS(1754), + [anon_sym_DASH_DASH] = ACTIONS(1754), + [anon_sym_BANG_BANG] = ACTIONS(1754), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1754), + [sym_safe_nav] = ACTIONS(1754), + [sym_multiline_comment] = ACTIONS(3), + }, + [2775] = { + [sym_getter] = STATE(3243), + [sym_setter] = STATE(3243), + [sym_modifiers] = STATE(8762), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1770), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1772), @@ -320347,17 +322761,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(1772), [anon_sym_RBRACE] = ACTIONS(1772), [anon_sym_LPAREN] = ACTIONS(1772), - [anon_sym_COMMA] = ACTIONS(1772), + [anon_sym_RPAREN] = ACTIONS(1772), [anon_sym_LT] = ACTIONS(1770), [anon_sym_GT] = ACTIONS(1770), - [anon_sym_where] = ACTIONS(1770), [anon_sym_DOT] = ACTIONS(1770), - [anon_sym_SEMI] = ACTIONS(1772), - [anon_sym_get] = ACTIONS(6026), - [anon_sym_set] = ACTIONS(6028), + [anon_sym_SEMI] = ACTIONS(4316), + [anon_sym_get] = ACTIONS(6068), + [anon_sym_set] = ACTIONS(6070), [anon_sym_STAR] = ACTIONS(1772), [sym_label] = ACTIONS(1772), [anon_sym_in] = ACTIONS(1770), + [anon_sym_while] = ACTIONS(1770), [anon_sym_DOT_DOT] = ACTIONS(1772), [anon_sym_QMARK_COLON] = ACTIONS(1772), [anon_sym_AMP_AMP] = ACTIONS(1772), @@ -320404,118 +322818,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1772), - [sym__automatic_semicolon] = ACTIONS(1772), [sym_safe_nav] = ACTIONS(1772), [sym_multiline_comment] = ACTIONS(3), }, - [2750] = { - [sym_indexing_suffix] = STATE(6624), - [sym_navigation_suffix] = STATE(6624), - [sym__postfix_unary_operator] = STATE(6624), - [sym__member_access_operator] = STATE(7210), - [sym__postfix_unary_suffix] = STATE(6624), - [aux_sym__postfix_unary_expression_repeat1] = STATE(6624), - [sym__alpha_identifier] = ACTIONS(3874), - [anon_sym_AT] = ACTIONS(3876), - [anon_sym_LBRACK] = ACTIONS(3878), - [anon_sym_as] = ACTIONS(3874), - [anon_sym_EQ] = ACTIONS(4017), - [anon_sym_LBRACE] = ACTIONS(3876), - [anon_sym_RBRACE] = ACTIONS(3876), - [anon_sym_LPAREN] = ACTIONS(3876), - [anon_sym_COMMA] = ACTIONS(3876), - [anon_sym_LT] = ACTIONS(3874), - [anon_sym_GT] = ACTIONS(3874), - [anon_sym_where] = ACTIONS(3874), - [anon_sym_object] = ACTIONS(3874), - [anon_sym_fun] = ACTIONS(3874), - [anon_sym_DOT] = ACTIONS(3884), - [anon_sym_SEMI] = ACTIONS(3876), - [anon_sym_get] = ACTIONS(3874), - [anon_sym_set] = ACTIONS(3874), - [anon_sym_this] = ACTIONS(3874), - [anon_sym_super] = ACTIONS(3874), - [anon_sym_STAR] = ACTIONS(3874), - [sym_label] = ACTIONS(3874), - [anon_sym_in] = ACTIONS(3874), - [anon_sym_DOT_DOT] = ACTIONS(3876), - [anon_sym_QMARK_COLON] = ACTIONS(3876), - [anon_sym_AMP_AMP] = ACTIONS(3876), - [anon_sym_PIPE_PIPE] = ACTIONS(3876), - [anon_sym_null] = ACTIONS(3874), - [anon_sym_if] = ACTIONS(3874), - [anon_sym_else] = ACTIONS(3874), - [anon_sym_when] = ACTIONS(3874), - [anon_sym_try] = ACTIONS(3874), - [anon_sym_throw] = ACTIONS(3874), - [anon_sym_return] = ACTIONS(3874), - [anon_sym_continue] = ACTIONS(3874), - [anon_sym_break] = ACTIONS(3874), - [anon_sym_COLON_COLON] = ACTIONS(3887), - [anon_sym_PLUS_EQ] = ACTIONS(4019), - [anon_sym_DASH_EQ] = ACTIONS(4019), - [anon_sym_STAR_EQ] = ACTIONS(4019), - [anon_sym_SLASH_EQ] = ACTIONS(4019), - [anon_sym_PERCENT_EQ] = ACTIONS(4019), - [anon_sym_BANG_EQ] = ACTIONS(3874), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3876), - [anon_sym_EQ_EQ] = ACTIONS(3874), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3876), - [anon_sym_LT_EQ] = ACTIONS(3876), - [anon_sym_GT_EQ] = ACTIONS(3876), - [anon_sym_BANGin] = ACTIONS(3876), - [anon_sym_is] = ACTIONS(3874), - [anon_sym_BANGis] = ACTIONS(3876), - [anon_sym_PLUS] = ACTIONS(3874), - [anon_sym_DASH] = ACTIONS(3874), - [anon_sym_SLASH] = ACTIONS(3874), - [anon_sym_PERCENT] = ACTIONS(3874), - [anon_sym_as_QMARK] = ACTIONS(3876), - [anon_sym_PLUS_PLUS] = ACTIONS(3893), - [anon_sym_DASH_DASH] = ACTIONS(3893), - [anon_sym_BANG] = ACTIONS(3874), - [anon_sym_BANG_BANG] = ACTIONS(3893), - [anon_sym_data] = ACTIONS(3874), - [anon_sym_inner] = ACTIONS(3874), - [anon_sym_expect] = ACTIONS(3874), - [anon_sym_actual] = ACTIONS(3874), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3876), - [anon_sym_continue_AT] = ACTIONS(3876), - [anon_sym_break_AT] = ACTIONS(3876), - [sym_real_literal] = ACTIONS(3876), - [sym_integer_literal] = ACTIONS(3874), - [sym_hex_literal] = ACTIONS(3876), - [sym_bin_literal] = ACTIONS(3876), - [anon_sym_true] = ACTIONS(3874), - [anon_sym_false] = ACTIONS(3874), - [anon_sym_SQUOTE] = ACTIONS(3876), - [sym__backtick_identifier] = ACTIONS(3876), - [sym__automatic_semicolon] = ACTIONS(3876), - [sym_safe_nav] = ACTIONS(3887), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3876), - }, - [2751] = { - [sym_getter] = STATE(4966), - [sym_setter] = STATE(4966), - [sym_modifiers] = STATE(8818), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [2776] = { + [sym_getter] = STATE(3243), + [sym_setter] = STATE(3243), + [sym_modifiers] = STATE(8762), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1770), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1772), @@ -320523,17 +322848,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(1772), [anon_sym_RBRACE] = ACTIONS(1772), [anon_sym_LPAREN] = ACTIONS(1772), - [anon_sym_COMMA] = ACTIONS(1772), + [anon_sym_RPAREN] = ACTIONS(1772), [anon_sym_LT] = ACTIONS(1770), [anon_sym_GT] = ACTIONS(1770), - [anon_sym_where] = ACTIONS(1770), [anon_sym_DOT] = ACTIONS(1770), - [anon_sym_SEMI] = ACTIONS(4065), - [anon_sym_get] = ACTIONS(6026), - [anon_sym_set] = ACTIONS(6028), + [anon_sym_SEMI] = ACTIONS(1772), + [anon_sym_get] = ACTIONS(6068), + [anon_sym_set] = ACTIONS(6070), [anon_sym_STAR] = ACTIONS(1772), [sym_label] = ACTIONS(1772), [anon_sym_in] = ACTIONS(1770), + [anon_sym_while] = ACTIONS(1770), [anon_sym_DOT_DOT] = ACTIONS(1772), [anon_sym_QMARK_COLON] = ACTIONS(1772), [anon_sym_AMP_AMP] = ACTIONS(1772), @@ -320580,30 +322905,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1772), - [sym__automatic_semicolon] = ACTIONS(1772), [sym_safe_nav] = ACTIONS(1772), [sym_multiline_comment] = ACTIONS(3), }, - [2752] = { - [sym_getter] = STATE(4953), - [sym_setter] = STATE(4953), - [sym_modifiers] = STATE(8818), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [2777] = { + [sym_getter] = STATE(4659), + [sym_setter] = STATE(4659), + [sym_modifiers] = STATE(8747), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1752), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1754), @@ -320611,17 +322935,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(1754), [anon_sym_RBRACE] = ACTIONS(1754), [anon_sym_LPAREN] = ACTIONS(1754), - [anon_sym_COMMA] = ACTIONS(1754), + [anon_sym_RPAREN] = ACTIONS(1754), [anon_sym_LT] = ACTIONS(1752), [anon_sym_GT] = ACTIONS(1752), - [anon_sym_where] = ACTIONS(1752), [anon_sym_DOT] = ACTIONS(1752), - [anon_sym_SEMI] = ACTIONS(1754), - [anon_sym_get] = ACTIONS(6026), - [anon_sym_set] = ACTIONS(6028), + [anon_sym_SEMI] = ACTIONS(4218), + [anon_sym_get] = ACTIONS(6060), + [anon_sym_set] = ACTIONS(6062), [anon_sym_STAR] = ACTIONS(1754), [sym_label] = ACTIONS(1754), [anon_sym_in] = ACTIONS(1752), + [anon_sym_while] = ACTIONS(1752), [anon_sym_DOT_DOT] = ACTIONS(1754), [anon_sym_QMARK_COLON] = ACTIONS(1754), [anon_sym_AMP_AMP] = ACTIONS(1754), @@ -320668,71 +322992,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1754), - [sym__automatic_semicolon] = ACTIONS(1754), [sym_safe_nav] = ACTIONS(1754), [sym_multiline_comment] = ACTIONS(3), }, - [2753] = { - [sym_getter] = STATE(4953), - [sym_setter] = STATE(4953), - [sym_modifiers] = STATE(8818), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1752), + [2778] = { + [sym_getter] = STATE(3203), + [sym_setter] = STATE(3203), + [sym_modifiers] = STATE(8762), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1694), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1754), - [anon_sym_as] = ACTIONS(1752), - [anon_sym_LBRACE] = ACTIONS(1754), - [anon_sym_RBRACE] = ACTIONS(1754), - [anon_sym_LPAREN] = ACTIONS(1754), - [anon_sym_COMMA] = ACTIONS(1754), - [anon_sym_LT] = ACTIONS(1752), - [anon_sym_GT] = ACTIONS(1752), - [anon_sym_where] = ACTIONS(1752), - [anon_sym_DOT] = ACTIONS(1752), - [anon_sym_SEMI] = ACTIONS(4063), - [anon_sym_get] = ACTIONS(6026), - [anon_sym_set] = ACTIONS(6028), - [anon_sym_STAR] = ACTIONS(1754), - [sym_label] = ACTIONS(1754), - [anon_sym_in] = ACTIONS(1752), - [anon_sym_DOT_DOT] = ACTIONS(1754), - [anon_sym_QMARK_COLON] = ACTIONS(1754), - [anon_sym_AMP_AMP] = ACTIONS(1754), - [anon_sym_PIPE_PIPE] = ACTIONS(1754), - [anon_sym_else] = ACTIONS(1752), - [anon_sym_COLON_COLON] = ACTIONS(1754), - [anon_sym_BANG_EQ] = ACTIONS(1752), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), - [anon_sym_EQ_EQ] = ACTIONS(1752), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), - [anon_sym_LT_EQ] = ACTIONS(1754), - [anon_sym_GT_EQ] = ACTIONS(1754), - [anon_sym_BANGin] = ACTIONS(1754), - [anon_sym_is] = ACTIONS(1752), - [anon_sym_BANGis] = ACTIONS(1754), - [anon_sym_PLUS] = ACTIONS(1752), - [anon_sym_DASH] = ACTIONS(1752), - [anon_sym_SLASH] = ACTIONS(1752), - [anon_sym_PERCENT] = ACTIONS(1754), - [anon_sym_as_QMARK] = ACTIONS(1754), - [anon_sym_PLUS_PLUS] = ACTIONS(1754), - [anon_sym_DASH_DASH] = ACTIONS(1754), - [anon_sym_BANG_BANG] = ACTIONS(1754), + [anon_sym_LBRACK] = ACTIONS(1696), + [anon_sym_as] = ACTIONS(1694), + [anon_sym_LBRACE] = ACTIONS(1696), + [anon_sym_RBRACE] = ACTIONS(1696), + [anon_sym_LPAREN] = ACTIONS(1696), + [anon_sym_RPAREN] = ACTIONS(1696), + [anon_sym_LT] = ACTIONS(1694), + [anon_sym_GT] = ACTIONS(1694), + [anon_sym_DOT] = ACTIONS(1694), + [anon_sym_SEMI] = ACTIONS(4279), + [anon_sym_get] = ACTIONS(6068), + [anon_sym_set] = ACTIONS(6070), + [anon_sym_STAR] = ACTIONS(1696), + [sym_label] = ACTIONS(1696), + [anon_sym_in] = ACTIONS(1694), + [anon_sym_while] = ACTIONS(1694), + [anon_sym_DOT_DOT] = ACTIONS(1696), + [anon_sym_QMARK_COLON] = ACTIONS(1696), + [anon_sym_AMP_AMP] = ACTIONS(1696), + [anon_sym_PIPE_PIPE] = ACTIONS(1696), + [anon_sym_else] = ACTIONS(1694), + [anon_sym_COLON_COLON] = ACTIONS(1696), + [anon_sym_BANG_EQ] = ACTIONS(1694), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), + [anon_sym_EQ_EQ] = ACTIONS(1694), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), + [anon_sym_LT_EQ] = ACTIONS(1696), + [anon_sym_GT_EQ] = ACTIONS(1696), + [anon_sym_BANGin] = ACTIONS(1696), + [anon_sym_is] = ACTIONS(1694), + [anon_sym_BANGis] = ACTIONS(1696), + [anon_sym_PLUS] = ACTIONS(1694), + [anon_sym_DASH] = ACTIONS(1694), + [anon_sym_SLASH] = ACTIONS(1694), + [anon_sym_PERCENT] = ACTIONS(1696), + [anon_sym_as_QMARK] = ACTIONS(1696), + [anon_sym_PLUS_PLUS] = ACTIONS(1696), + [anon_sym_DASH_DASH] = ACTIONS(1696), + [anon_sym_BANG_BANG] = ACTIONS(1696), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -320756,71 +323079,244 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1754), - [sym__automatic_semicolon] = ACTIONS(1754), - [sym_safe_nav] = ACTIONS(1754), + [sym__backtick_identifier] = ACTIONS(1696), + [sym_safe_nav] = ACTIONS(1696), [sym_multiline_comment] = ACTIONS(3), }, - [2754] = { - [sym_getter] = STATE(3756), - [sym_setter] = STATE(3756), - [sym_modifiers] = STATE(8890), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1752), + [2779] = { + [sym__alpha_identifier] = ACTIONS(3943), + [anon_sym_AT] = ACTIONS(3945), + [anon_sym_LBRACK] = ACTIONS(3948), + [anon_sym_as] = ACTIONS(3943), + [anon_sym_typealias] = ACTIONS(3950), + [anon_sym_EQ] = ACTIONS(3943), + [anon_sym_class] = ACTIONS(3950), + [anon_sym_interface] = ACTIONS(3950), + [anon_sym_enum] = ACTIONS(3950), + [anon_sym_LBRACE] = ACTIONS(3948), + [anon_sym_RBRACE] = ACTIONS(3948), + [anon_sym_LPAREN] = ACTIONS(3948), + [anon_sym_COMMA] = ACTIONS(3948), + [anon_sym_val] = ACTIONS(3950), + [anon_sym_var] = ACTIONS(3950), + [anon_sym_LT] = ACTIONS(3943), + [anon_sym_GT] = ACTIONS(3943), + [anon_sym_where] = ACTIONS(3943), + [anon_sym_object] = ACTIONS(3950), + [anon_sym_fun] = ACTIONS(3950), + [anon_sym_DOT] = ACTIONS(3943), + [anon_sym_SEMI] = ACTIONS(3948), + [anon_sym_get] = ACTIONS(3952), + [anon_sym_set] = ACTIONS(3952), + [anon_sym_STAR] = ACTIONS(3943), + [sym_label] = ACTIONS(3948), + [anon_sym_in] = ACTIONS(3943), + [anon_sym_DOT_DOT] = ACTIONS(3948), + [anon_sym_QMARK_COLON] = ACTIONS(3948), + [anon_sym_AMP_AMP] = ACTIONS(3948), + [anon_sym_PIPE_PIPE] = ACTIONS(3948), + [anon_sym_else] = ACTIONS(3943), + [anon_sym_COLON_COLON] = ACTIONS(3948), + [anon_sym_PLUS_EQ] = ACTIONS(3948), + [anon_sym_DASH_EQ] = ACTIONS(3948), + [anon_sym_STAR_EQ] = ACTIONS(3948), + [anon_sym_SLASH_EQ] = ACTIONS(3948), + [anon_sym_PERCENT_EQ] = ACTIONS(3948), + [anon_sym_BANG_EQ] = ACTIONS(3943), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3948), + [anon_sym_EQ_EQ] = ACTIONS(3943), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3948), + [anon_sym_LT_EQ] = ACTIONS(3948), + [anon_sym_GT_EQ] = ACTIONS(3948), + [anon_sym_BANGin] = ACTIONS(3948), + [anon_sym_is] = ACTIONS(3943), + [anon_sym_BANGis] = ACTIONS(3948), + [anon_sym_PLUS] = ACTIONS(3943), + [anon_sym_DASH] = ACTIONS(3943), + [anon_sym_SLASH] = ACTIONS(3943), + [anon_sym_PERCENT] = ACTIONS(3943), + [anon_sym_as_QMARK] = ACTIONS(3948), + [anon_sym_PLUS_PLUS] = ACTIONS(3948), + [anon_sym_DASH_DASH] = ACTIONS(3948), + [anon_sym_BANG_BANG] = ACTIONS(3948), + [anon_sym_suspend] = ACTIONS(3952), + [anon_sym_sealed] = ACTIONS(3952), + [anon_sym_annotation] = ACTIONS(3952), + [anon_sym_data] = ACTIONS(3952), + [anon_sym_inner] = ACTIONS(3952), + [anon_sym_override] = ACTIONS(3952), + [anon_sym_lateinit] = ACTIONS(3952), + [anon_sym_public] = ACTIONS(3952), + [anon_sym_private] = ACTIONS(3952), + [anon_sym_internal] = ACTIONS(3952), + [anon_sym_protected] = ACTIONS(3952), + [anon_sym_tailrec] = ACTIONS(3952), + [anon_sym_operator] = ACTIONS(3952), + [anon_sym_infix] = ACTIONS(3952), + [anon_sym_inline] = ACTIONS(3952), + [anon_sym_external] = ACTIONS(3952), + [sym_property_modifier] = ACTIONS(3952), + [anon_sym_abstract] = ACTIONS(3952), + [anon_sym_final] = ACTIONS(3952), + [anon_sym_open] = ACTIONS(3952), + [anon_sym_vararg] = ACTIONS(3952), + [anon_sym_noinline] = ACTIONS(3952), + [anon_sym_crossinline] = ACTIONS(3952), + [anon_sym_expect] = ACTIONS(3952), + [anon_sym_actual] = ACTIONS(3952), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3948), + [sym__automatic_semicolon] = ACTIONS(3948), + [sym_safe_nav] = ACTIONS(3948), + [sym_multiline_comment] = ACTIONS(3), + }, + [2780] = { + [sym_catch_block] = STATE(2798), + [sym_finally_block] = STATE(3192), + [aux_sym_try_expression_repeat1] = STATE(2798), + [sym__alpha_identifier] = ACTIONS(4023), + [anon_sym_AT] = ACTIONS(4025), + [anon_sym_LBRACK] = ACTIONS(4025), + [anon_sym_RBRACK] = ACTIONS(4025), + [anon_sym_as] = ACTIONS(4023), + [anon_sym_EQ] = ACTIONS(4023), + [anon_sym_LBRACE] = ACTIONS(4025), + [anon_sym_RBRACE] = ACTIONS(4025), + [anon_sym_LPAREN] = ACTIONS(4025), + [anon_sym_COMMA] = ACTIONS(4025), + [anon_sym_RPAREN] = ACTIONS(4025), + [anon_sym_LT] = ACTIONS(4023), + [anon_sym_GT] = ACTIONS(4023), + [anon_sym_where] = ACTIONS(4023), + [anon_sym_DOT] = ACTIONS(4023), + [anon_sym_SEMI] = ACTIONS(4025), + [anon_sym_get] = ACTIONS(4023), + [anon_sym_set] = ACTIONS(4023), + [anon_sym_STAR] = ACTIONS(4023), + [anon_sym_DASH_GT] = ACTIONS(4025), + [sym_label] = ACTIONS(4025), + [anon_sym_in] = ACTIONS(4023), + [anon_sym_while] = ACTIONS(4023), + [anon_sym_DOT_DOT] = ACTIONS(4025), + [anon_sym_QMARK_COLON] = ACTIONS(4025), + [anon_sym_AMP_AMP] = ACTIONS(4025), + [anon_sym_PIPE_PIPE] = ACTIONS(4025), + [anon_sym_else] = ACTIONS(4023), + [anon_sym_catch] = ACTIONS(6220), + [anon_sym_finally] = ACTIONS(6222), + [anon_sym_COLON_COLON] = ACTIONS(4025), + [anon_sym_PLUS_EQ] = ACTIONS(4025), + [anon_sym_DASH_EQ] = ACTIONS(4025), + [anon_sym_STAR_EQ] = ACTIONS(4025), + [anon_sym_SLASH_EQ] = ACTIONS(4025), + [anon_sym_PERCENT_EQ] = ACTIONS(4025), + [anon_sym_BANG_EQ] = ACTIONS(4023), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4025), + [anon_sym_EQ_EQ] = ACTIONS(4023), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4025), + [anon_sym_LT_EQ] = ACTIONS(4025), + [anon_sym_GT_EQ] = ACTIONS(4025), + [anon_sym_BANGin] = ACTIONS(4025), + [anon_sym_is] = ACTIONS(4023), + [anon_sym_BANGis] = ACTIONS(4025), + [anon_sym_PLUS] = ACTIONS(4023), + [anon_sym_DASH] = ACTIONS(4023), + [anon_sym_SLASH] = ACTIONS(4023), + [anon_sym_PERCENT] = ACTIONS(4023), + [anon_sym_as_QMARK] = ACTIONS(4025), + [anon_sym_PLUS_PLUS] = ACTIONS(4025), + [anon_sym_DASH_DASH] = ACTIONS(4025), + [anon_sym_BANG_BANG] = ACTIONS(4025), + [anon_sym_suspend] = ACTIONS(4023), + [anon_sym_sealed] = ACTIONS(4023), + [anon_sym_annotation] = ACTIONS(4023), + [anon_sym_data] = ACTIONS(4023), + [anon_sym_inner] = ACTIONS(4023), + [anon_sym_override] = ACTIONS(4023), + [anon_sym_lateinit] = ACTIONS(4023), + [anon_sym_public] = ACTIONS(4023), + [anon_sym_private] = ACTIONS(4023), + [anon_sym_internal] = ACTIONS(4023), + [anon_sym_protected] = ACTIONS(4023), + [anon_sym_tailrec] = ACTIONS(4023), + [anon_sym_operator] = ACTIONS(4023), + [anon_sym_infix] = ACTIONS(4023), + [anon_sym_inline] = ACTIONS(4023), + [anon_sym_external] = ACTIONS(4023), + [sym_property_modifier] = ACTIONS(4023), + [anon_sym_abstract] = ACTIONS(4023), + [anon_sym_final] = ACTIONS(4023), + [anon_sym_open] = ACTIONS(4023), + [anon_sym_vararg] = ACTIONS(4023), + [anon_sym_noinline] = ACTIONS(4023), + [anon_sym_crossinline] = ACTIONS(4023), + [anon_sym_expect] = ACTIONS(4023), + [anon_sym_actual] = ACTIONS(4023), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4025), + [sym_safe_nav] = ACTIONS(4025), + [sym_multiline_comment] = ACTIONS(3), + }, + [2781] = { + [sym_getter] = STATE(3291), + [sym_setter] = STATE(3291), + [sym_modifiers] = STATE(8762), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1754), - [anon_sym_as] = ACTIONS(1752), - [anon_sym_LBRACE] = ACTIONS(1754), - [anon_sym_RBRACE] = ACTIONS(1754), - [anon_sym_LPAREN] = ACTIONS(1754), - [anon_sym_COMMA] = ACTIONS(1754), - [anon_sym_LT] = ACTIONS(1752), - [anon_sym_GT] = ACTIONS(1752), - [anon_sym_where] = ACTIONS(1752), - [anon_sym_DOT] = ACTIONS(1752), - [anon_sym_SEMI] = ACTIONS(1754), - [anon_sym_get] = ACTIONS(6032), - [anon_sym_set] = ACTIONS(6034), - [anon_sym_STAR] = ACTIONS(1754), - [sym_label] = ACTIONS(1754), - [anon_sym_in] = ACTIONS(1752), - [anon_sym_DOT_DOT] = ACTIONS(1754), - [anon_sym_QMARK_COLON] = ACTIONS(1754), - [anon_sym_AMP_AMP] = ACTIONS(1754), - [anon_sym_PIPE_PIPE] = ACTIONS(1754), - [anon_sym_else] = ACTIONS(1752), - [anon_sym_COLON_COLON] = ACTIONS(1754), - [anon_sym_BANG_EQ] = ACTIONS(1752), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), - [anon_sym_EQ_EQ] = ACTIONS(1752), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), - [anon_sym_LT_EQ] = ACTIONS(1754), - [anon_sym_GT_EQ] = ACTIONS(1754), - [anon_sym_BANGin] = ACTIONS(1754), - [anon_sym_is] = ACTIONS(1752), - [anon_sym_BANGis] = ACTIONS(1754), - [anon_sym_PLUS] = ACTIONS(1752), - [anon_sym_DASH] = ACTIONS(1752), - [anon_sym_SLASH] = ACTIONS(1752), - [anon_sym_PERCENT] = ACTIONS(1754), - [anon_sym_as_QMARK] = ACTIONS(1754), - [anon_sym_PLUS_PLUS] = ACTIONS(1754), - [anon_sym_DASH_DASH] = ACTIONS(1754), - [anon_sym_BANG_BANG] = ACTIONS(1754), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_RPAREN] = ACTIONS(3280), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(3280), + [anon_sym_get] = ACTIONS(6068), + [anon_sym_set] = ACTIONS(6070), + [anon_sym_STAR] = ACTIONS(3280), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_while] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3280), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -320844,71 +323340,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1754), - [sym__automatic_semicolon] = ACTIONS(1754), - [sym_safe_nav] = ACTIONS(1754), + [sym__backtick_identifier] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), [sym_multiline_comment] = ACTIONS(3), }, - [2755] = { - [sym_getter] = STATE(3735), - [sym_setter] = STATE(3735), - [sym_modifiers] = STATE(8890), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1782), + [2782] = { + [sym_getter] = STATE(4682), + [sym_setter] = STATE(4682), + [sym_modifiers] = STATE(8747), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1778), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1784), - [anon_sym_as] = ACTIONS(1782), - [anon_sym_LBRACE] = ACTIONS(1784), - [anon_sym_RBRACE] = ACTIONS(1784), - [anon_sym_LPAREN] = ACTIONS(1784), - [anon_sym_COMMA] = ACTIONS(1784), - [anon_sym_LT] = ACTIONS(1782), - [anon_sym_GT] = ACTIONS(1782), - [anon_sym_where] = ACTIONS(1782), - [anon_sym_DOT] = ACTIONS(1782), - [anon_sym_SEMI] = ACTIONS(1784), - [anon_sym_get] = ACTIONS(6032), - [anon_sym_set] = ACTIONS(6034), - [anon_sym_STAR] = ACTIONS(1784), - [sym_label] = ACTIONS(1784), - [anon_sym_in] = ACTIONS(1782), - [anon_sym_DOT_DOT] = ACTIONS(1784), - [anon_sym_QMARK_COLON] = ACTIONS(1784), - [anon_sym_AMP_AMP] = ACTIONS(1784), - [anon_sym_PIPE_PIPE] = ACTIONS(1784), - [anon_sym_else] = ACTIONS(1782), - [anon_sym_COLON_COLON] = ACTIONS(1784), - [anon_sym_BANG_EQ] = ACTIONS(1782), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1784), - [anon_sym_EQ_EQ] = ACTIONS(1782), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1784), - [anon_sym_LT_EQ] = ACTIONS(1784), - [anon_sym_GT_EQ] = ACTIONS(1784), - [anon_sym_BANGin] = ACTIONS(1784), - [anon_sym_is] = ACTIONS(1782), - [anon_sym_BANGis] = ACTIONS(1784), - [anon_sym_PLUS] = ACTIONS(1782), - [anon_sym_DASH] = ACTIONS(1782), - [anon_sym_SLASH] = ACTIONS(1782), - [anon_sym_PERCENT] = ACTIONS(1784), - [anon_sym_as_QMARK] = ACTIONS(1784), - [anon_sym_PLUS_PLUS] = ACTIONS(1784), - [anon_sym_DASH_DASH] = ACTIONS(1784), - [anon_sym_BANG_BANG] = ACTIONS(1784), + [anon_sym_LBRACK] = ACTIONS(1780), + [anon_sym_as] = ACTIONS(1778), + [anon_sym_LBRACE] = ACTIONS(1780), + [anon_sym_RBRACE] = ACTIONS(1780), + [anon_sym_LPAREN] = ACTIONS(1780), + [anon_sym_RPAREN] = ACTIONS(1780), + [anon_sym_LT] = ACTIONS(1778), + [anon_sym_GT] = ACTIONS(1778), + [anon_sym_DOT] = ACTIONS(1778), + [anon_sym_SEMI] = ACTIONS(1780), + [anon_sym_get] = ACTIONS(6060), + [anon_sym_set] = ACTIONS(6062), + [anon_sym_STAR] = ACTIONS(1780), + [sym_label] = ACTIONS(1780), + [anon_sym_in] = ACTIONS(1778), + [anon_sym_while] = ACTIONS(1778), + [anon_sym_DOT_DOT] = ACTIONS(1780), + [anon_sym_QMARK_COLON] = ACTIONS(1780), + [anon_sym_AMP_AMP] = ACTIONS(1780), + [anon_sym_PIPE_PIPE] = ACTIONS(1780), + [anon_sym_else] = ACTIONS(1778), + [anon_sym_COLON_COLON] = ACTIONS(1780), + [anon_sym_BANG_EQ] = ACTIONS(1778), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1780), + [anon_sym_EQ_EQ] = ACTIONS(1778), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1780), + [anon_sym_LT_EQ] = ACTIONS(1780), + [anon_sym_GT_EQ] = ACTIONS(1780), + [anon_sym_BANGin] = ACTIONS(1780), + [anon_sym_is] = ACTIONS(1778), + [anon_sym_BANGis] = ACTIONS(1780), + [anon_sym_PLUS] = ACTIONS(1778), + [anon_sym_DASH] = ACTIONS(1778), + [anon_sym_SLASH] = ACTIONS(1778), + [anon_sym_PERCENT] = ACTIONS(1780), + [anon_sym_as_QMARK] = ACTIONS(1780), + [anon_sym_PLUS_PLUS] = ACTIONS(1780), + [anon_sym_DASH_DASH] = ACTIONS(1780), + [anon_sym_BANG_BANG] = ACTIONS(1780), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -320932,71 +323427,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1784), - [sym__automatic_semicolon] = ACTIONS(1784), - [sym_safe_nav] = ACTIONS(1784), + [sym__backtick_identifier] = ACTIONS(1780), + [sym_safe_nav] = ACTIONS(1780), [sym_multiline_comment] = ACTIONS(3), }, - [2756] = { - [sym_getter] = STATE(4914), - [sym_setter] = STATE(4914), - [sym_modifiers] = STATE(8818), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3340), + [2783] = { + [sym_getter] = STATE(3255), + [sym_setter] = STATE(3255), + [sym_modifiers] = STATE(8762), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3342), - [anon_sym_as] = ACTIONS(3340), - [anon_sym_LBRACE] = ACTIONS(3342), - [anon_sym_RBRACE] = ACTIONS(3342), - [anon_sym_LPAREN] = ACTIONS(3342), - [anon_sym_COMMA] = ACTIONS(3342), - [anon_sym_LT] = ACTIONS(3340), - [anon_sym_GT] = ACTIONS(3340), - [anon_sym_where] = ACTIONS(3340), - [anon_sym_DOT] = ACTIONS(3340), - [anon_sym_SEMI] = ACTIONS(3342), - [anon_sym_get] = ACTIONS(6026), - [anon_sym_set] = ACTIONS(6028), - [anon_sym_STAR] = ACTIONS(3342), - [sym_label] = ACTIONS(3342), - [anon_sym_in] = ACTIONS(3340), - [anon_sym_DOT_DOT] = ACTIONS(3342), - [anon_sym_QMARK_COLON] = ACTIONS(3342), - [anon_sym_AMP_AMP] = ACTIONS(3342), - [anon_sym_PIPE_PIPE] = ACTIONS(3342), - [anon_sym_else] = ACTIONS(3340), - [anon_sym_COLON_COLON] = ACTIONS(3342), - [anon_sym_BANG_EQ] = ACTIONS(3340), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3342), - [anon_sym_EQ_EQ] = ACTIONS(3340), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3342), - [anon_sym_LT_EQ] = ACTIONS(3342), - [anon_sym_GT_EQ] = ACTIONS(3342), - [anon_sym_BANGin] = ACTIONS(3342), - [anon_sym_is] = ACTIONS(3340), - [anon_sym_BANGis] = ACTIONS(3342), - [anon_sym_PLUS] = ACTIONS(3340), - [anon_sym_DASH] = ACTIONS(3340), - [anon_sym_SLASH] = ACTIONS(3340), - [anon_sym_PERCENT] = ACTIONS(3342), - [anon_sym_as_QMARK] = ACTIONS(3342), - [anon_sym_PLUS_PLUS] = ACTIONS(3342), - [anon_sym_DASH_DASH] = ACTIONS(3342), - [anon_sym_BANG_BANG] = ACTIONS(3342), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_RPAREN] = ACTIONS(1786), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(1786), + [anon_sym_get] = ACTIONS(6068), + [anon_sym_set] = ACTIONS(6070), + [anon_sym_STAR] = ACTIONS(1786), + [sym_label] = ACTIONS(1786), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_while] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1786), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG_BANG] = ACTIONS(1786), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -321020,71 +323514,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3342), - [sym__automatic_semicolon] = ACTIONS(3342), - [sym_safe_nav] = ACTIONS(3342), + [sym__backtick_identifier] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), [sym_multiline_comment] = ACTIONS(3), }, - [2757] = { - [sym_getter] = STATE(3756), - [sym_setter] = STATE(3756), - [sym_modifiers] = STATE(8890), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1752), + [2784] = { + [sym_getter] = STATE(3255), + [sym_setter] = STATE(3255), + [sym_modifiers] = STATE(8762), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1754), - [anon_sym_as] = ACTIONS(1752), - [anon_sym_LBRACE] = ACTIONS(1754), - [anon_sym_RBRACE] = ACTIONS(1754), - [anon_sym_LPAREN] = ACTIONS(1754), - [anon_sym_COMMA] = ACTIONS(1754), - [anon_sym_LT] = ACTIONS(1752), - [anon_sym_GT] = ACTIONS(1752), - [anon_sym_where] = ACTIONS(1752), - [anon_sym_DOT] = ACTIONS(1752), - [anon_sym_SEMI] = ACTIONS(4126), - [anon_sym_get] = ACTIONS(6032), - [anon_sym_set] = ACTIONS(6034), - [anon_sym_STAR] = ACTIONS(1754), - [sym_label] = ACTIONS(1754), - [anon_sym_in] = ACTIONS(1752), - [anon_sym_DOT_DOT] = ACTIONS(1754), - [anon_sym_QMARK_COLON] = ACTIONS(1754), - [anon_sym_AMP_AMP] = ACTIONS(1754), - [anon_sym_PIPE_PIPE] = ACTIONS(1754), - [anon_sym_else] = ACTIONS(1752), - [anon_sym_COLON_COLON] = ACTIONS(1754), - [anon_sym_BANG_EQ] = ACTIONS(1752), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), - [anon_sym_EQ_EQ] = ACTIONS(1752), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), - [anon_sym_LT_EQ] = ACTIONS(1754), - [anon_sym_GT_EQ] = ACTIONS(1754), - [anon_sym_BANGin] = ACTIONS(1754), - [anon_sym_is] = ACTIONS(1752), - [anon_sym_BANGis] = ACTIONS(1754), - [anon_sym_PLUS] = ACTIONS(1752), - [anon_sym_DASH] = ACTIONS(1752), - [anon_sym_SLASH] = ACTIONS(1752), - [anon_sym_PERCENT] = ACTIONS(1754), - [anon_sym_as_QMARK] = ACTIONS(1754), - [anon_sym_PLUS_PLUS] = ACTIONS(1754), - [anon_sym_DASH_DASH] = ACTIONS(1754), - [anon_sym_BANG_BANG] = ACTIONS(1754), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_RPAREN] = ACTIONS(1786), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(4270), + [anon_sym_get] = ACTIONS(6068), + [anon_sym_set] = ACTIONS(6070), + [anon_sym_STAR] = ACTIONS(1786), + [sym_label] = ACTIONS(1786), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_while] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1786), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG_BANG] = ACTIONS(1786), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -321108,118 +323601,116 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1754), - [sym__automatic_semicolon] = ACTIONS(1754), - [sym_safe_nav] = ACTIONS(1754), + [sym__backtick_identifier] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), [sym_multiline_comment] = ACTIONS(3), }, - [2758] = { - [sym_annotated_lambda] = STATE(3314), - [sym_lambda_literal] = STATE(3352), - [sym_annotation] = STATE(7845), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7845), - [sym__alpha_identifier] = ACTIONS(3840), - [anon_sym_AT] = ACTIONS(3842), - [anon_sym_LBRACK] = ACTIONS(3842), - [anon_sym_RBRACK] = ACTIONS(3842), - [anon_sym_as] = ACTIONS(3840), - [anon_sym_EQ] = ACTIONS(3840), - [anon_sym_LBRACE] = ACTIONS(3842), - [anon_sym_RBRACE] = ACTIONS(3842), - [anon_sym_LPAREN] = ACTIONS(3842), - [anon_sym_COMMA] = ACTIONS(3842), - [anon_sym_RPAREN] = ACTIONS(3842), - [anon_sym_LT] = ACTIONS(3840), - [anon_sym_GT] = ACTIONS(3840), - [anon_sym_where] = ACTIONS(3840), - [anon_sym_DOT] = ACTIONS(3840), - [anon_sym_SEMI] = ACTIONS(3842), - [anon_sym_get] = ACTIONS(3840), - [anon_sym_set] = ACTIONS(3840), - [anon_sym_STAR] = ACTIONS(3840), - [anon_sym_DASH_GT] = ACTIONS(3842), - [sym_label] = ACTIONS(3842), - [anon_sym_in] = ACTIONS(3840), - [anon_sym_while] = ACTIONS(3840), - [anon_sym_DOT_DOT] = ACTIONS(3842), - [anon_sym_QMARK_COLON] = ACTIONS(3842), - [anon_sym_AMP_AMP] = ACTIONS(3842), - [anon_sym_PIPE_PIPE] = ACTIONS(3842), - [anon_sym_else] = ACTIONS(3840), - [anon_sym_COLON_COLON] = ACTIONS(3842), - [anon_sym_PLUS_EQ] = ACTIONS(3842), - [anon_sym_DASH_EQ] = ACTIONS(3842), - [anon_sym_STAR_EQ] = ACTIONS(3842), - [anon_sym_SLASH_EQ] = ACTIONS(3842), - [anon_sym_PERCENT_EQ] = ACTIONS(3842), - [anon_sym_BANG_EQ] = ACTIONS(3840), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3842), - [anon_sym_EQ_EQ] = ACTIONS(3840), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3842), - [anon_sym_LT_EQ] = ACTIONS(3842), - [anon_sym_GT_EQ] = ACTIONS(3842), - [anon_sym_BANGin] = ACTIONS(3842), - [anon_sym_is] = ACTIONS(3840), - [anon_sym_BANGis] = ACTIONS(3842), - [anon_sym_PLUS] = ACTIONS(3840), - [anon_sym_DASH] = ACTIONS(3840), - [anon_sym_SLASH] = ACTIONS(3840), - [anon_sym_PERCENT] = ACTIONS(3840), - [anon_sym_as_QMARK] = ACTIONS(3842), - [anon_sym_PLUS_PLUS] = ACTIONS(3842), - [anon_sym_DASH_DASH] = ACTIONS(3842), - [anon_sym_BANG_BANG] = ACTIONS(3842), - [anon_sym_suspend] = ACTIONS(3840), - [anon_sym_sealed] = ACTIONS(3840), - [anon_sym_annotation] = ACTIONS(3840), - [anon_sym_data] = ACTIONS(3840), - [anon_sym_inner] = ACTIONS(3840), - [anon_sym_override] = ACTIONS(3840), - [anon_sym_lateinit] = ACTIONS(3840), - [anon_sym_public] = ACTIONS(3840), - [anon_sym_private] = ACTIONS(3840), - [anon_sym_internal] = ACTIONS(3840), - [anon_sym_protected] = ACTIONS(3840), - [anon_sym_tailrec] = ACTIONS(3840), - [anon_sym_operator] = ACTIONS(3840), - [anon_sym_infix] = ACTIONS(3840), - [anon_sym_inline] = ACTIONS(3840), - [anon_sym_external] = ACTIONS(3840), - [sym_property_modifier] = ACTIONS(3840), - [anon_sym_abstract] = ACTIONS(3840), - [anon_sym_final] = ACTIONS(3840), - [anon_sym_open] = ACTIONS(3840), - [anon_sym_vararg] = ACTIONS(3840), - [anon_sym_noinline] = ACTIONS(3840), - [anon_sym_crossinline] = ACTIONS(3840), - [anon_sym_expect] = ACTIONS(3840), - [anon_sym_actual] = ACTIONS(3840), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3842), - [sym_safe_nav] = ACTIONS(3842), + [2785] = { + [sym_getter] = STATE(4607), + [sym_setter] = STATE(4607), + [sym_modifiers] = STATE(8747), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_RPAREN] = ACTIONS(3280), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(3280), + [anon_sym_get] = ACTIONS(6060), + [anon_sym_set] = ACTIONS(6062), + [anon_sym_STAR] = ACTIONS(3280), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_while] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3280), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), [sym_multiline_comment] = ACTIONS(3), }, - [2759] = { - [sym_getter] = STATE(5040), - [sym_setter] = STATE(5040), - [sym_modifiers] = STATE(8818), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [2786] = { + [sym_getter] = STATE(4715), + [sym_setter] = STATE(4715), + [sym_modifiers] = STATE(8747), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1694), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1696), @@ -321227,17 +323718,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(1696), [anon_sym_RBRACE] = ACTIONS(1696), [anon_sym_LPAREN] = ACTIONS(1696), - [anon_sym_COMMA] = ACTIONS(1696), + [anon_sym_RPAREN] = ACTIONS(1696), [anon_sym_LT] = ACTIONS(1694), [anon_sym_GT] = ACTIONS(1694), - [anon_sym_where] = ACTIONS(1694), [anon_sym_DOT] = ACTIONS(1694), [anon_sym_SEMI] = ACTIONS(1696), - [anon_sym_get] = ACTIONS(6026), - [anon_sym_set] = ACTIONS(6028), + [anon_sym_get] = ACTIONS(6060), + [anon_sym_set] = ACTIONS(6062), [anon_sym_STAR] = ACTIONS(1696), [sym_label] = ACTIONS(1696), [anon_sym_in] = ACTIONS(1694), + [anon_sym_while] = ACTIONS(1694), [anon_sym_DOT_DOT] = ACTIONS(1696), [anon_sym_QMARK_COLON] = ACTIONS(1696), [anon_sym_AMP_AMP] = ACTIONS(1696), @@ -321284,71 +323775,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1696), - [sym__automatic_semicolon] = ACTIONS(1696), [sym_safe_nav] = ACTIONS(1696), [sym_multiline_comment] = ACTIONS(3), }, - [2760] = { - [sym_getter] = STATE(4976), - [sym_setter] = STATE(4976), - [sym_modifiers] = STATE(8818), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), + [2787] = { + [sym_getter] = STATE(4641), + [sym_setter] = STATE(4641), + [sym_modifiers] = STATE(8747), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_COMMA] = ACTIONS(3256), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_where] = ACTIONS(3254), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(3256), - [anon_sym_get] = ACTIONS(6026), - [anon_sym_set] = ACTIONS(6028), - [anon_sym_STAR] = ACTIONS(3256), - [sym_label] = ACTIONS(3256), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3256), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG_BANG] = ACTIONS(3256), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_RPAREN] = ACTIONS(1786), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(4229), + [anon_sym_get] = ACTIONS(6060), + [anon_sym_set] = ACTIONS(6062), + [anon_sym_STAR] = ACTIONS(1786), + [sym_label] = ACTIONS(1786), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_while] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1786), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG_BANG] = ACTIONS(1786), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -321372,71 +323862,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3256), - [sym__automatic_semicolon] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), + [sym__backtick_identifier] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), [sym_multiline_comment] = ACTIONS(3), }, - [2761] = { - [sym_getter] = STATE(3149), - [sym_setter] = STATE(3149), - [sym_modifiers] = STATE(8592), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), + [2788] = { + [sym_getter] = STATE(3203), + [sym_setter] = STATE(3203), + [sym_modifiers] = STATE(8762), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1694), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_RPAREN] = ACTIONS(1778), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(1778), - [anon_sym_get] = ACTIONS(6064), - [anon_sym_set] = ACTIONS(6066), - [anon_sym_STAR] = ACTIONS(1778), - [sym_label] = ACTIONS(1778), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_while] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1778), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG_BANG] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(1696), + [anon_sym_as] = ACTIONS(1694), + [anon_sym_LBRACE] = ACTIONS(1696), + [anon_sym_RBRACE] = ACTIONS(1696), + [anon_sym_LPAREN] = ACTIONS(1696), + [anon_sym_RPAREN] = ACTIONS(1696), + [anon_sym_LT] = ACTIONS(1694), + [anon_sym_GT] = ACTIONS(1694), + [anon_sym_DOT] = ACTIONS(1694), + [anon_sym_SEMI] = ACTIONS(1696), + [anon_sym_get] = ACTIONS(6068), + [anon_sym_set] = ACTIONS(6070), + [anon_sym_STAR] = ACTIONS(1696), + [sym_label] = ACTIONS(1696), + [anon_sym_in] = ACTIONS(1694), + [anon_sym_while] = ACTIONS(1694), + [anon_sym_DOT_DOT] = ACTIONS(1696), + [anon_sym_QMARK_COLON] = ACTIONS(1696), + [anon_sym_AMP_AMP] = ACTIONS(1696), + [anon_sym_PIPE_PIPE] = ACTIONS(1696), + [anon_sym_else] = ACTIONS(1694), + [anon_sym_COLON_COLON] = ACTIONS(1696), + [anon_sym_BANG_EQ] = ACTIONS(1694), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), + [anon_sym_EQ_EQ] = ACTIONS(1694), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), + [anon_sym_LT_EQ] = ACTIONS(1696), + [anon_sym_GT_EQ] = ACTIONS(1696), + [anon_sym_BANGin] = ACTIONS(1696), + [anon_sym_is] = ACTIONS(1694), + [anon_sym_BANGis] = ACTIONS(1696), + [anon_sym_PLUS] = ACTIONS(1694), + [anon_sym_DASH] = ACTIONS(1694), + [anon_sym_SLASH] = ACTIONS(1694), + [anon_sym_PERCENT] = ACTIONS(1696), + [anon_sym_as_QMARK] = ACTIONS(1696), + [anon_sym_PLUS_PLUS] = ACTIONS(1696), + [anon_sym_DASH_DASH] = ACTIONS(1696), + [anon_sym_BANG_BANG] = ACTIONS(1696), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -321460,70 +323949,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), + [sym__backtick_identifier] = ACTIONS(1696), + [sym_safe_nav] = ACTIONS(1696), [sym_multiline_comment] = ACTIONS(3), }, - [2762] = { - [sym_getter] = STATE(4736), - [sym_setter] = STATE(4736), - [sym_modifiers] = STATE(8572), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1764), + [2789] = { + [sym_getter] = STATE(4687), + [sym_setter] = STATE(4687), + [sym_modifiers] = STATE(8747), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3338), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1766), - [anon_sym_as] = ACTIONS(1764), - [anon_sym_LBRACE] = ACTIONS(1766), - [anon_sym_RBRACE] = ACTIONS(1766), - [anon_sym_LPAREN] = ACTIONS(1766), - [anon_sym_RPAREN] = ACTIONS(1766), - [anon_sym_LT] = ACTIONS(1764), - [anon_sym_GT] = ACTIONS(1764), - [anon_sym_DOT] = ACTIONS(1764), - [anon_sym_SEMI] = ACTIONS(4318), - [anon_sym_get] = ACTIONS(6096), - [anon_sym_set] = ACTIONS(6098), - [anon_sym_STAR] = ACTIONS(1766), - [sym_label] = ACTIONS(1766), - [anon_sym_in] = ACTIONS(1764), - [anon_sym_while] = ACTIONS(1764), - [anon_sym_DOT_DOT] = ACTIONS(1766), - [anon_sym_QMARK_COLON] = ACTIONS(1766), - [anon_sym_AMP_AMP] = ACTIONS(1766), - [anon_sym_PIPE_PIPE] = ACTIONS(1766), - [anon_sym_else] = ACTIONS(1764), - [anon_sym_COLON_COLON] = ACTIONS(1766), - [anon_sym_BANG_EQ] = ACTIONS(1764), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), - [anon_sym_EQ_EQ] = ACTIONS(1764), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1766), - [anon_sym_LT_EQ] = ACTIONS(1766), - [anon_sym_GT_EQ] = ACTIONS(1766), - [anon_sym_BANGin] = ACTIONS(1766), - [anon_sym_is] = ACTIONS(1764), - [anon_sym_BANGis] = ACTIONS(1766), - [anon_sym_PLUS] = ACTIONS(1764), - [anon_sym_DASH] = ACTIONS(1764), - [anon_sym_SLASH] = ACTIONS(1764), - [anon_sym_PERCENT] = ACTIONS(1766), - [anon_sym_as_QMARK] = ACTIONS(1766), - [anon_sym_PLUS_PLUS] = ACTIONS(1766), - [anon_sym_DASH_DASH] = ACTIONS(1766), - [anon_sym_BANG_BANG] = ACTIONS(1766), + [anon_sym_LBRACK] = ACTIONS(3340), + [anon_sym_as] = ACTIONS(3338), + [anon_sym_LBRACE] = ACTIONS(3340), + [anon_sym_RBRACE] = ACTIONS(3340), + [anon_sym_LPAREN] = ACTIONS(3340), + [anon_sym_RPAREN] = ACTIONS(3340), + [anon_sym_LT] = ACTIONS(3338), + [anon_sym_GT] = ACTIONS(3338), + [anon_sym_DOT] = ACTIONS(3338), + [anon_sym_SEMI] = ACTIONS(3340), + [anon_sym_get] = ACTIONS(6060), + [anon_sym_set] = ACTIONS(6062), + [anon_sym_STAR] = ACTIONS(3340), + [sym_label] = ACTIONS(3340), + [anon_sym_in] = ACTIONS(3338), + [anon_sym_while] = ACTIONS(3338), + [anon_sym_DOT_DOT] = ACTIONS(3340), + [anon_sym_QMARK_COLON] = ACTIONS(3340), + [anon_sym_AMP_AMP] = ACTIONS(3340), + [anon_sym_PIPE_PIPE] = ACTIONS(3340), + [anon_sym_else] = ACTIONS(3338), + [anon_sym_COLON_COLON] = ACTIONS(3340), + [anon_sym_BANG_EQ] = ACTIONS(3338), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3340), + [anon_sym_EQ_EQ] = ACTIONS(3338), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3340), + [anon_sym_LT_EQ] = ACTIONS(3340), + [anon_sym_GT_EQ] = ACTIONS(3340), + [anon_sym_BANGin] = ACTIONS(3340), + [anon_sym_is] = ACTIONS(3338), + [anon_sym_BANGis] = ACTIONS(3340), + [anon_sym_PLUS] = ACTIONS(3338), + [anon_sym_DASH] = ACTIONS(3338), + [anon_sym_SLASH] = ACTIONS(3338), + [anon_sym_PERCENT] = ACTIONS(3340), + [anon_sym_as_QMARK] = ACTIONS(3340), + [anon_sym_PLUS_PLUS] = ACTIONS(3340), + [anon_sym_DASH_DASH] = ACTIONS(3340), + [anon_sym_BANG_BANG] = ACTIONS(3340), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -321547,29 +324036,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1766), - [sym_safe_nav] = ACTIONS(1766), + [sym__backtick_identifier] = ACTIONS(3340), + [sym_safe_nav] = ACTIONS(3340), [sym_multiline_comment] = ACTIONS(3), }, - [2763] = { - [sym_getter] = STATE(4736), - [sym_setter] = STATE(4736), - [sym_modifiers] = STATE(8572), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [2790] = { + [sym_getter] = STATE(3189), + [sym_setter] = STATE(3189), + [sym_modifiers] = STATE(8762), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1764), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1766), @@ -321582,8 +324071,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT] = ACTIONS(1764), [anon_sym_DOT] = ACTIONS(1764), [anon_sym_SEMI] = ACTIONS(1766), - [anon_sym_get] = ACTIONS(6096), - [anon_sym_set] = ACTIONS(6098), + [anon_sym_get] = ACTIONS(6068), + [anon_sym_set] = ACTIONS(6070), [anon_sym_STAR] = ACTIONS(1766), [sym_label] = ACTIONS(1766), [anon_sym_in] = ACTIONS(1764), @@ -321634,116 +324123,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1766), [sym_safe_nav] = ACTIONS(1766), [sym_multiline_comment] = ACTIONS(3), }, - [2764] = { - [sym_getter] = STATE(4657), - [sym_setter] = STATE(4657), - [sym_modifiers] = STATE(8572), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1782), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1784), - [anon_sym_as] = ACTIONS(1782), - [anon_sym_LBRACE] = ACTIONS(1784), - [anon_sym_RBRACE] = ACTIONS(1784), - [anon_sym_LPAREN] = ACTIONS(1784), - [anon_sym_RPAREN] = ACTIONS(1784), - [anon_sym_LT] = ACTIONS(1782), - [anon_sym_GT] = ACTIONS(1782), - [anon_sym_DOT] = ACTIONS(1782), - [anon_sym_SEMI] = ACTIONS(1784), - [anon_sym_get] = ACTIONS(6096), - [anon_sym_set] = ACTIONS(6098), - [anon_sym_STAR] = ACTIONS(1784), - [sym_label] = ACTIONS(1784), - [anon_sym_in] = ACTIONS(1782), - [anon_sym_while] = ACTIONS(1782), - [anon_sym_DOT_DOT] = ACTIONS(1784), - [anon_sym_QMARK_COLON] = ACTIONS(1784), - [anon_sym_AMP_AMP] = ACTIONS(1784), - [anon_sym_PIPE_PIPE] = ACTIONS(1784), - [anon_sym_else] = ACTIONS(1782), - [anon_sym_COLON_COLON] = ACTIONS(1784), - [anon_sym_BANG_EQ] = ACTIONS(1782), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1784), - [anon_sym_EQ_EQ] = ACTIONS(1782), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1784), - [anon_sym_LT_EQ] = ACTIONS(1784), - [anon_sym_GT_EQ] = ACTIONS(1784), - [anon_sym_BANGin] = ACTIONS(1784), - [anon_sym_is] = ACTIONS(1782), - [anon_sym_BANGis] = ACTIONS(1784), - [anon_sym_PLUS] = ACTIONS(1782), - [anon_sym_DASH] = ACTIONS(1782), - [anon_sym_SLASH] = ACTIONS(1782), - [anon_sym_PERCENT] = ACTIONS(1784), - [anon_sym_as_QMARK] = ACTIONS(1784), - [anon_sym_PLUS_PLUS] = ACTIONS(1784), - [anon_sym_DASH_DASH] = ACTIONS(1784), - [anon_sym_BANG_BANG] = ACTIONS(1784), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1784), - [sym_safe_nav] = ACTIONS(1784), - [sym_multiline_comment] = ACTIONS(3), - }, - [2765] = { - [sym_getter] = STATE(3176), - [sym_setter] = STATE(3176), - [sym_modifiers] = STATE(8592), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [2791] = { + [sym_getter] = STATE(3189), + [sym_setter] = STATE(3189), + [sym_modifiers] = STATE(8762), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1764), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1766), @@ -321755,9 +324157,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT] = ACTIONS(1764), [anon_sym_GT] = ACTIONS(1764), [anon_sym_DOT] = ACTIONS(1764), - [anon_sym_SEMI] = ACTIONS(4247), - [anon_sym_get] = ACTIONS(6064), - [anon_sym_set] = ACTIONS(6066), + [anon_sym_SEMI] = ACTIONS(4299), + [anon_sym_get] = ACTIONS(6068), + [anon_sym_set] = ACTIONS(6070), [anon_sym_STAR] = ACTIONS(1766), [sym_label] = ACTIONS(1766), [anon_sym_in] = ACTIONS(1764), @@ -321808,157 +324210,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1766), [sym_safe_nav] = ACTIONS(1766), [sym_multiline_comment] = ACTIONS(3), }, - [2766] = { - [sym_getter] = STATE(4668), - [sym_setter] = STATE(4668), - [sym_modifiers] = STATE(8572), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1752), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1754), - [anon_sym_as] = ACTIONS(1752), - [anon_sym_LBRACE] = ACTIONS(1754), - [anon_sym_RBRACE] = ACTIONS(1754), - [anon_sym_LPAREN] = ACTIONS(1754), - [anon_sym_RPAREN] = ACTIONS(1754), - [anon_sym_LT] = ACTIONS(1752), - [anon_sym_GT] = ACTIONS(1752), - [anon_sym_DOT] = ACTIONS(1752), - [anon_sym_SEMI] = ACTIONS(4290), - [anon_sym_get] = ACTIONS(6096), - [anon_sym_set] = ACTIONS(6098), - [anon_sym_STAR] = ACTIONS(1754), - [sym_label] = ACTIONS(1754), - [anon_sym_in] = ACTIONS(1752), - [anon_sym_while] = ACTIONS(1752), - [anon_sym_DOT_DOT] = ACTIONS(1754), - [anon_sym_QMARK_COLON] = ACTIONS(1754), - [anon_sym_AMP_AMP] = ACTIONS(1754), - [anon_sym_PIPE_PIPE] = ACTIONS(1754), - [anon_sym_else] = ACTIONS(1752), - [anon_sym_COLON_COLON] = ACTIONS(1754), - [anon_sym_BANG_EQ] = ACTIONS(1752), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), - [anon_sym_EQ_EQ] = ACTIONS(1752), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), - [anon_sym_LT_EQ] = ACTIONS(1754), - [anon_sym_GT_EQ] = ACTIONS(1754), - [anon_sym_BANGin] = ACTIONS(1754), - [anon_sym_is] = ACTIONS(1752), - [anon_sym_BANGis] = ACTIONS(1754), - [anon_sym_PLUS] = ACTIONS(1752), - [anon_sym_DASH] = ACTIONS(1752), - [anon_sym_SLASH] = ACTIONS(1752), - [anon_sym_PERCENT] = ACTIONS(1754), - [anon_sym_as_QMARK] = ACTIONS(1754), - [anon_sym_PLUS_PLUS] = ACTIONS(1754), - [anon_sym_DASH_DASH] = ACTIONS(1754), - [anon_sym_BANG_BANG] = ACTIONS(1754), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1754), - [sym_safe_nav] = ACTIONS(1754), - [sym_multiline_comment] = ACTIONS(3), - }, - [2767] = { - [sym_getter] = STATE(3176), - [sym_setter] = STATE(3176), - [sym_modifiers] = STATE(8592), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1764), + [2792] = { + [sym_getter] = STATE(4581), + [sym_setter] = STATE(4581), + [sym_modifiers] = STATE(8747), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1770), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1766), - [anon_sym_as] = ACTIONS(1764), - [anon_sym_LBRACE] = ACTIONS(1766), - [anon_sym_RBRACE] = ACTIONS(1766), - [anon_sym_LPAREN] = ACTIONS(1766), - [anon_sym_RPAREN] = ACTIONS(1766), - [anon_sym_LT] = ACTIONS(1764), - [anon_sym_GT] = ACTIONS(1764), - [anon_sym_DOT] = ACTIONS(1764), - [anon_sym_SEMI] = ACTIONS(1766), - [anon_sym_get] = ACTIONS(6064), - [anon_sym_set] = ACTIONS(6066), - [anon_sym_STAR] = ACTIONS(1766), - [sym_label] = ACTIONS(1766), - [anon_sym_in] = ACTIONS(1764), - [anon_sym_while] = ACTIONS(1764), - [anon_sym_DOT_DOT] = ACTIONS(1766), - [anon_sym_QMARK_COLON] = ACTIONS(1766), - [anon_sym_AMP_AMP] = ACTIONS(1766), - [anon_sym_PIPE_PIPE] = ACTIONS(1766), - [anon_sym_else] = ACTIONS(1764), - [anon_sym_COLON_COLON] = ACTIONS(1766), - [anon_sym_BANG_EQ] = ACTIONS(1764), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), - [anon_sym_EQ_EQ] = ACTIONS(1764), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1766), - [anon_sym_LT_EQ] = ACTIONS(1766), - [anon_sym_GT_EQ] = ACTIONS(1766), - [anon_sym_BANGin] = ACTIONS(1766), - [anon_sym_is] = ACTIONS(1764), - [anon_sym_BANGis] = ACTIONS(1766), - [anon_sym_PLUS] = ACTIONS(1764), - [anon_sym_DASH] = ACTIONS(1764), - [anon_sym_SLASH] = ACTIONS(1764), - [anon_sym_PERCENT] = ACTIONS(1766), - [anon_sym_as_QMARK] = ACTIONS(1766), - [anon_sym_PLUS_PLUS] = ACTIONS(1766), - [anon_sym_DASH_DASH] = ACTIONS(1766), - [anon_sym_BANG_BANG] = ACTIONS(1766), + [anon_sym_LBRACK] = ACTIONS(1772), + [anon_sym_as] = ACTIONS(1770), + [anon_sym_LBRACE] = ACTIONS(1772), + [anon_sym_RBRACE] = ACTIONS(1772), + [anon_sym_LPAREN] = ACTIONS(1772), + [anon_sym_RPAREN] = ACTIONS(1772), + [anon_sym_LT] = ACTIONS(1770), + [anon_sym_GT] = ACTIONS(1770), + [anon_sym_DOT] = ACTIONS(1770), + [anon_sym_SEMI] = ACTIONS(1772), + [anon_sym_get] = ACTIONS(6060), + [anon_sym_set] = ACTIONS(6062), + [anon_sym_STAR] = ACTIONS(1772), + [sym_label] = ACTIONS(1772), + [anon_sym_in] = ACTIONS(1770), + [anon_sym_while] = ACTIONS(1770), + [anon_sym_DOT_DOT] = ACTIONS(1772), + [anon_sym_QMARK_COLON] = ACTIONS(1772), + [anon_sym_AMP_AMP] = ACTIONS(1772), + [anon_sym_PIPE_PIPE] = ACTIONS(1772), + [anon_sym_else] = ACTIONS(1770), + [anon_sym_COLON_COLON] = ACTIONS(1772), + [anon_sym_BANG_EQ] = ACTIONS(1770), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1772), + [anon_sym_EQ_EQ] = ACTIONS(1770), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1772), + [anon_sym_LT_EQ] = ACTIONS(1772), + [anon_sym_GT_EQ] = ACTIONS(1772), + [anon_sym_BANGin] = ACTIONS(1772), + [anon_sym_is] = ACTIONS(1770), + [anon_sym_BANGis] = ACTIONS(1772), + [anon_sym_PLUS] = ACTIONS(1770), + [anon_sym_DASH] = ACTIONS(1770), + [anon_sym_SLASH] = ACTIONS(1770), + [anon_sym_PERCENT] = ACTIONS(1772), + [anon_sym_as_QMARK] = ACTIONS(1772), + [anon_sym_PLUS_PLUS] = ACTIONS(1772), + [anon_sym_DASH_DASH] = ACTIONS(1772), + [anon_sym_BANG_BANG] = ACTIONS(1772), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -321982,157 +324297,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1766), - [sym_safe_nav] = ACTIONS(1766), - [sym_multiline_comment] = ACTIONS(3), - }, - [2768] = { - [sym__alpha_identifier] = ACTIONS(3828), - [anon_sym_AT] = ACTIONS(3830), - [anon_sym_LBRACK] = ACTIONS(3833), - [anon_sym_as] = ACTIONS(3828), - [anon_sym_typealias] = ACTIONS(3835), - [anon_sym_EQ] = ACTIONS(3828), - [anon_sym_class] = ACTIONS(3835), - [anon_sym_interface] = ACTIONS(3835), - [anon_sym_enum] = ACTIONS(3835), - [anon_sym_LBRACE] = ACTIONS(3833), - [anon_sym_RBRACE] = ACTIONS(3833), - [anon_sym_LPAREN] = ACTIONS(3833), - [anon_sym_COMMA] = ACTIONS(3833), - [anon_sym_val] = ACTIONS(3835), - [anon_sym_var] = ACTIONS(3835), - [anon_sym_LT] = ACTIONS(3828), - [anon_sym_GT] = ACTIONS(3828), - [anon_sym_where] = ACTIONS(3828), - [anon_sym_object] = ACTIONS(3835), - [anon_sym_fun] = ACTIONS(3835), - [anon_sym_DOT] = ACTIONS(3828), - [anon_sym_SEMI] = ACTIONS(3833), - [anon_sym_get] = ACTIONS(3837), - [anon_sym_set] = ACTIONS(3837), - [anon_sym_STAR] = ACTIONS(3828), - [sym_label] = ACTIONS(3833), - [anon_sym_in] = ACTIONS(3828), - [anon_sym_DOT_DOT] = ACTIONS(3833), - [anon_sym_QMARK_COLON] = ACTIONS(3833), - [anon_sym_AMP_AMP] = ACTIONS(3833), - [anon_sym_PIPE_PIPE] = ACTIONS(3833), - [anon_sym_else] = ACTIONS(3828), - [anon_sym_COLON_COLON] = ACTIONS(3833), - [anon_sym_PLUS_EQ] = ACTIONS(3833), - [anon_sym_DASH_EQ] = ACTIONS(3833), - [anon_sym_STAR_EQ] = ACTIONS(3833), - [anon_sym_SLASH_EQ] = ACTIONS(3833), - [anon_sym_PERCENT_EQ] = ACTIONS(3833), - [anon_sym_BANG_EQ] = ACTIONS(3828), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3833), - [anon_sym_EQ_EQ] = ACTIONS(3828), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3833), - [anon_sym_LT_EQ] = ACTIONS(3833), - [anon_sym_GT_EQ] = ACTIONS(3833), - [anon_sym_BANGin] = ACTIONS(3833), - [anon_sym_is] = ACTIONS(3828), - [anon_sym_BANGis] = ACTIONS(3833), - [anon_sym_PLUS] = ACTIONS(3828), - [anon_sym_DASH] = ACTIONS(3828), - [anon_sym_SLASH] = ACTIONS(3828), - [anon_sym_PERCENT] = ACTIONS(3828), - [anon_sym_as_QMARK] = ACTIONS(3833), - [anon_sym_PLUS_PLUS] = ACTIONS(3833), - [anon_sym_DASH_DASH] = ACTIONS(3833), - [anon_sym_BANG_BANG] = ACTIONS(3833), - [anon_sym_suspend] = ACTIONS(3837), - [anon_sym_sealed] = ACTIONS(3837), - [anon_sym_annotation] = ACTIONS(3837), - [anon_sym_data] = ACTIONS(3837), - [anon_sym_inner] = ACTIONS(3837), - [anon_sym_override] = ACTIONS(3837), - [anon_sym_lateinit] = ACTIONS(3837), - [anon_sym_public] = ACTIONS(3837), - [anon_sym_private] = ACTIONS(3837), - [anon_sym_internal] = ACTIONS(3837), - [anon_sym_protected] = ACTIONS(3837), - [anon_sym_tailrec] = ACTIONS(3837), - [anon_sym_operator] = ACTIONS(3837), - [anon_sym_infix] = ACTIONS(3837), - [anon_sym_inline] = ACTIONS(3837), - [anon_sym_external] = ACTIONS(3837), - [sym_property_modifier] = ACTIONS(3837), - [anon_sym_abstract] = ACTIONS(3837), - [anon_sym_final] = ACTIONS(3837), - [anon_sym_open] = ACTIONS(3837), - [anon_sym_vararg] = ACTIONS(3837), - [anon_sym_noinline] = ACTIONS(3837), - [anon_sym_crossinline] = ACTIONS(3837), - [anon_sym_expect] = ACTIONS(3837), - [anon_sym_actual] = ACTIONS(3837), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3833), - [sym__automatic_semicolon] = ACTIONS(3833), - [sym_safe_nav] = ACTIONS(3833), + [sym__backtick_identifier] = ACTIONS(1772), + [sym_safe_nav] = ACTIONS(1772), [sym_multiline_comment] = ACTIONS(3), }, - [2769] = { - [sym_getter] = STATE(3232), - [sym_setter] = STATE(3232), - [sym_modifiers] = STATE(8592), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), + [2793] = { + [sym_getter] = STATE(4607), + [sym_setter] = STATE(4607), + [sym_modifiers] = STATE(8747), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_RPAREN] = ACTIONS(3256), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(6138), - [anon_sym_get] = ACTIONS(6064), - [anon_sym_set] = ACTIONS(6066), - [anon_sym_STAR] = ACTIONS(3256), - [sym_label] = ACTIONS(3256), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_while] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3256), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG_BANG] = ACTIONS(3256), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_RPAREN] = ACTIONS(3280), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(6058), + [anon_sym_get] = ACTIONS(6060), + [anon_sym_set] = ACTIONS(6062), + [anon_sym_STAR] = ACTIONS(3280), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_while] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3280), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -322156,116 +324384,116 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), + [sym__backtick_identifier] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), [sym_multiline_comment] = ACTIONS(3), }, - [2770] = { - [sym_catch_block] = STATE(2803), - [sym_finally_block] = STATE(3319), - [aux_sym_try_expression_repeat1] = STATE(2803), - [sym__alpha_identifier] = ACTIONS(4023), - [anon_sym_AT] = ACTIONS(4025), - [anon_sym_LBRACK] = ACTIONS(4025), - [anon_sym_RBRACK] = ACTIONS(4025), - [anon_sym_as] = ACTIONS(4023), - [anon_sym_EQ] = ACTIONS(4023), - [anon_sym_LBRACE] = ACTIONS(4025), - [anon_sym_RBRACE] = ACTIONS(4025), - [anon_sym_LPAREN] = ACTIONS(4025), - [anon_sym_COMMA] = ACTIONS(4025), - [anon_sym_RPAREN] = ACTIONS(4025), - [anon_sym_LT] = ACTIONS(4023), - [anon_sym_GT] = ACTIONS(4023), - [anon_sym_where] = ACTIONS(4023), - [anon_sym_DOT] = ACTIONS(4023), - [anon_sym_SEMI] = ACTIONS(4025), - [anon_sym_get] = ACTIONS(4023), - [anon_sym_set] = ACTIONS(4023), - [anon_sym_STAR] = ACTIONS(4023), - [anon_sym_DASH_GT] = ACTIONS(4025), - [sym_label] = ACTIONS(4025), - [anon_sym_in] = ACTIONS(4023), - [anon_sym_while] = ACTIONS(4023), - [anon_sym_DOT_DOT] = ACTIONS(4025), - [anon_sym_QMARK_COLON] = ACTIONS(4025), - [anon_sym_AMP_AMP] = ACTIONS(4025), - [anon_sym_PIPE_PIPE] = ACTIONS(4025), - [anon_sym_else] = ACTIONS(4023), - [anon_sym_catch] = ACTIONS(6208), - [anon_sym_finally] = ACTIONS(6210), - [anon_sym_COLON_COLON] = ACTIONS(4025), - [anon_sym_PLUS_EQ] = ACTIONS(4025), - [anon_sym_DASH_EQ] = ACTIONS(4025), - [anon_sym_STAR_EQ] = ACTIONS(4025), - [anon_sym_SLASH_EQ] = ACTIONS(4025), - [anon_sym_PERCENT_EQ] = ACTIONS(4025), - [anon_sym_BANG_EQ] = ACTIONS(4023), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4025), - [anon_sym_EQ_EQ] = ACTIONS(4023), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4025), - [anon_sym_LT_EQ] = ACTIONS(4025), - [anon_sym_GT_EQ] = ACTIONS(4025), - [anon_sym_BANGin] = ACTIONS(4025), - [anon_sym_is] = ACTIONS(4023), - [anon_sym_BANGis] = ACTIONS(4025), - [anon_sym_PLUS] = ACTIONS(4023), - [anon_sym_DASH] = ACTIONS(4023), - [anon_sym_SLASH] = ACTIONS(4023), - [anon_sym_PERCENT] = ACTIONS(4023), - [anon_sym_as_QMARK] = ACTIONS(4025), - [anon_sym_PLUS_PLUS] = ACTIONS(4025), - [anon_sym_DASH_DASH] = ACTIONS(4025), - [anon_sym_BANG_BANG] = ACTIONS(4025), - [anon_sym_suspend] = ACTIONS(4023), - [anon_sym_sealed] = ACTIONS(4023), - [anon_sym_annotation] = ACTIONS(4023), - [anon_sym_data] = ACTIONS(4023), - [anon_sym_inner] = ACTIONS(4023), - [anon_sym_override] = ACTIONS(4023), - [anon_sym_lateinit] = ACTIONS(4023), - [anon_sym_public] = ACTIONS(4023), - [anon_sym_private] = ACTIONS(4023), - [anon_sym_internal] = ACTIONS(4023), - [anon_sym_protected] = ACTIONS(4023), - [anon_sym_tailrec] = ACTIONS(4023), - [anon_sym_operator] = ACTIONS(4023), - [anon_sym_infix] = ACTIONS(4023), - [anon_sym_inline] = ACTIONS(4023), - [anon_sym_external] = ACTIONS(4023), - [sym_property_modifier] = ACTIONS(4023), - [anon_sym_abstract] = ACTIONS(4023), - [anon_sym_final] = ACTIONS(4023), - [anon_sym_open] = ACTIONS(4023), - [anon_sym_vararg] = ACTIONS(4023), - [anon_sym_noinline] = ACTIONS(4023), - [anon_sym_crossinline] = ACTIONS(4023), - [anon_sym_expect] = ACTIONS(4023), - [anon_sym_actual] = ACTIONS(4023), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4025), - [sym_safe_nav] = ACTIONS(4025), + [2794] = { + [sym__alpha_identifier] = ACTIONS(3943), + [anon_sym_AT] = ACTIONS(3955), + [anon_sym_LBRACK] = ACTIONS(3948), + [anon_sym_as] = ACTIONS(3943), + [anon_sym_typealias] = ACTIONS(3958), + [anon_sym_EQ] = ACTIONS(3943), + [anon_sym_class] = ACTIONS(3958), + [anon_sym_interface] = ACTIONS(3958), + [anon_sym_enum] = ACTIONS(3958), + [anon_sym_LBRACE] = ACTIONS(3948), + [anon_sym_RBRACE] = ACTIONS(3948), + [anon_sym_LPAREN] = ACTIONS(3948), + [anon_sym_COMMA] = ACTIONS(3948), + [anon_sym_val] = ACTIONS(3958), + [anon_sym_var] = ACTIONS(3958), + [anon_sym_LT] = ACTIONS(3943), + [anon_sym_GT] = ACTIONS(3943), + [anon_sym_where] = ACTIONS(3943), + [anon_sym_object] = ACTIONS(3958), + [anon_sym_fun] = ACTIONS(3958), + [anon_sym_DOT] = ACTIONS(3943), + [anon_sym_SEMI] = ACTIONS(3948), + [anon_sym_get] = ACTIONS(3960), + [anon_sym_set] = ACTIONS(3960), + [anon_sym_STAR] = ACTIONS(3943), + [sym_label] = ACTIONS(3948), + [anon_sym_in] = ACTIONS(3943), + [anon_sym_DOT_DOT] = ACTIONS(3948), + [anon_sym_QMARK_COLON] = ACTIONS(3948), + [anon_sym_AMP_AMP] = ACTIONS(3948), + [anon_sym_PIPE_PIPE] = ACTIONS(3948), + [anon_sym_else] = ACTIONS(3943), + [anon_sym_COLON_COLON] = ACTIONS(3948), + [anon_sym_PLUS_EQ] = ACTIONS(3948), + [anon_sym_DASH_EQ] = ACTIONS(3948), + [anon_sym_STAR_EQ] = ACTIONS(3948), + [anon_sym_SLASH_EQ] = ACTIONS(3948), + [anon_sym_PERCENT_EQ] = ACTIONS(3948), + [anon_sym_BANG_EQ] = ACTIONS(3943), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3948), + [anon_sym_EQ_EQ] = ACTIONS(3943), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3948), + [anon_sym_LT_EQ] = ACTIONS(3948), + [anon_sym_GT_EQ] = ACTIONS(3948), + [anon_sym_BANGin] = ACTIONS(3948), + [anon_sym_is] = ACTIONS(3943), + [anon_sym_BANGis] = ACTIONS(3948), + [anon_sym_PLUS] = ACTIONS(3943), + [anon_sym_DASH] = ACTIONS(3943), + [anon_sym_SLASH] = ACTIONS(3943), + [anon_sym_PERCENT] = ACTIONS(3943), + [anon_sym_as_QMARK] = ACTIONS(3948), + [anon_sym_PLUS_PLUS] = ACTIONS(3948), + [anon_sym_DASH_DASH] = ACTIONS(3948), + [anon_sym_BANG_BANG] = ACTIONS(3948), + [anon_sym_suspend] = ACTIONS(3960), + [anon_sym_sealed] = ACTIONS(3960), + [anon_sym_annotation] = ACTIONS(3960), + [anon_sym_data] = ACTIONS(3960), + [anon_sym_inner] = ACTIONS(3960), + [anon_sym_override] = ACTIONS(3960), + [anon_sym_lateinit] = ACTIONS(3960), + [anon_sym_public] = ACTIONS(3960), + [anon_sym_private] = ACTIONS(3960), + [anon_sym_internal] = ACTIONS(3960), + [anon_sym_protected] = ACTIONS(3960), + [anon_sym_tailrec] = ACTIONS(3960), + [anon_sym_operator] = ACTIONS(3960), + [anon_sym_infix] = ACTIONS(3960), + [anon_sym_inline] = ACTIONS(3960), + [anon_sym_external] = ACTIONS(3960), + [sym_property_modifier] = ACTIONS(3960), + [anon_sym_abstract] = ACTIONS(3960), + [anon_sym_final] = ACTIONS(3960), + [anon_sym_open] = ACTIONS(3960), + [anon_sym_vararg] = ACTIONS(3960), + [anon_sym_noinline] = ACTIONS(3960), + [anon_sym_crossinline] = ACTIONS(3960), + [anon_sym_expect] = ACTIONS(3960), + [anon_sym_actual] = ACTIONS(3960), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3948), + [sym__automatic_semicolon] = ACTIONS(3948), + [sym_safe_nav] = ACTIONS(3948), [sym_multiline_comment] = ACTIONS(3), }, - [2771] = { - [sym_getter] = STATE(4713), - [sym_setter] = STATE(4713), - [sym_modifiers] = STATE(8572), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [2795] = { + [sym_getter] = STATE(5062), + [sym_setter] = STATE(5062), + [sym_modifiers] = STATE(8625), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1694), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1696), @@ -322273,17 +324501,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(1696), [anon_sym_RBRACE] = ACTIONS(1696), [anon_sym_LPAREN] = ACTIONS(1696), - [anon_sym_RPAREN] = ACTIONS(1696), [anon_sym_LT] = ACTIONS(1694), [anon_sym_GT] = ACTIONS(1694), [anon_sym_DOT] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(4320), - [anon_sym_get] = ACTIONS(6096), - [anon_sym_set] = ACTIONS(6098), + [anon_sym_SEMI] = ACTIONS(4438), + [anon_sym_get] = ACTIONS(6162), + [anon_sym_set] = ACTIONS(6164), [anon_sym_STAR] = ACTIONS(1696), [sym_label] = ACTIONS(1696), [anon_sym_in] = ACTIONS(1694), - [anon_sym_while] = ACTIONS(1694), [anon_sym_DOT_DOT] = ACTIONS(1696), [anon_sym_QMARK_COLON] = ACTIONS(1696), [anon_sym_AMP_AMP] = ACTIONS(1696), @@ -322330,70 +324556,155 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1696), + [sym__automatic_semicolon] = ACTIONS(1696), [sym_safe_nav] = ACTIONS(1696), [sym_multiline_comment] = ACTIONS(3), }, - [2772] = { - [sym_getter] = STATE(3261), - [sym_setter] = STATE(3261), - [sym_modifiers] = STATE(8592), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3340), + [2796] = { + [sym_type_arguments] = STATE(5112), + [sym__alpha_identifier] = ACTIONS(4107), + [anon_sym_AT] = ACTIONS(4109), + [anon_sym_COLON] = ACTIONS(6224), + [anon_sym_LBRACK] = ACTIONS(4109), + [anon_sym_RBRACK] = ACTIONS(4109), + [anon_sym_as] = ACTIONS(4113), + [anon_sym_EQ] = ACTIONS(4113), + [anon_sym_LBRACE] = ACTIONS(4109), + [anon_sym_RBRACE] = ACTIONS(4109), + [anon_sym_LPAREN] = ACTIONS(4115), + [anon_sym_COMMA] = ACTIONS(4109), + [anon_sym_RPAREN] = ACTIONS(4109), + [anon_sym_by] = ACTIONS(4113), + [anon_sym_LT] = ACTIONS(4117), + [anon_sym_GT] = ACTIONS(4113), + [anon_sym_where] = ACTIONS(4113), + [anon_sym_DOT] = ACTIONS(4107), + [anon_sym_SEMI] = ACTIONS(4109), + [anon_sym_get] = ACTIONS(4107), + [anon_sym_set] = ACTIONS(4107), + [sym__quest] = ACTIONS(4107), + [anon_sym_STAR] = ACTIONS(4113), + [anon_sym_DASH_GT] = ACTIONS(4109), + [sym_label] = ACTIONS(4109), + [anon_sym_in] = ACTIONS(4113), + [anon_sym_while] = ACTIONS(4113), + [anon_sym_DOT_DOT] = ACTIONS(4109), + [anon_sym_QMARK_COLON] = ACTIONS(4109), + [anon_sym_AMP_AMP] = ACTIONS(4109), + [anon_sym_PIPE_PIPE] = ACTIONS(4109), + [anon_sym_else] = ACTIONS(4113), + [anon_sym_COLON_COLON] = ACTIONS(4109), + [anon_sym_PLUS_EQ] = ACTIONS(4109), + [anon_sym_DASH_EQ] = ACTIONS(4109), + [anon_sym_STAR_EQ] = ACTIONS(4109), + [anon_sym_SLASH_EQ] = ACTIONS(4109), + [anon_sym_PERCENT_EQ] = ACTIONS(4109), + [anon_sym_BANG_EQ] = ACTIONS(4113), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4109), + [anon_sym_EQ_EQ] = ACTIONS(4113), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4109), + [anon_sym_LT_EQ] = ACTIONS(4109), + [anon_sym_GT_EQ] = ACTIONS(4109), + [anon_sym_BANGin] = ACTIONS(4109), + [anon_sym_is] = ACTIONS(4113), + [anon_sym_BANGis] = ACTIONS(4109), + [anon_sym_PLUS] = ACTIONS(4113), + [anon_sym_DASH] = ACTIONS(4113), + [anon_sym_SLASH] = ACTIONS(4113), + [anon_sym_PERCENT] = ACTIONS(4113), + [anon_sym_as_QMARK] = ACTIONS(4109), + [anon_sym_PLUS_PLUS] = ACTIONS(4109), + [anon_sym_DASH_DASH] = ACTIONS(4109), + [anon_sym_BANG_BANG] = ACTIONS(4109), + [anon_sym_suspend] = ACTIONS(4113), + [anon_sym_sealed] = ACTIONS(4113), + [anon_sym_annotation] = ACTIONS(4113), + [anon_sym_data] = ACTIONS(4107), + [anon_sym_inner] = ACTIONS(4107), + [anon_sym_override] = ACTIONS(4113), + [anon_sym_lateinit] = ACTIONS(4113), + [anon_sym_public] = ACTIONS(4113), + [anon_sym_private] = ACTIONS(4113), + [anon_sym_internal] = ACTIONS(4113), + [anon_sym_protected] = ACTIONS(4113), + [anon_sym_tailrec] = ACTIONS(4113), + [anon_sym_operator] = ACTIONS(4113), + [anon_sym_infix] = ACTIONS(4113), + [anon_sym_inline] = ACTIONS(4113), + [anon_sym_external] = ACTIONS(4113), + [sym_property_modifier] = ACTIONS(4113), + [anon_sym_abstract] = ACTIONS(4113), + [anon_sym_final] = ACTIONS(4113), + [anon_sym_open] = ACTIONS(4113), + [anon_sym_vararg] = ACTIONS(4113), + [anon_sym_noinline] = ACTIONS(4113), + [anon_sym_crossinline] = ACTIONS(4113), + [anon_sym_expect] = ACTIONS(4107), + [anon_sym_actual] = ACTIONS(4107), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4115), + [sym_safe_nav] = ACTIONS(4109), + [sym_multiline_comment] = ACTIONS(3), + }, + [2797] = { + [sym_getter] = STATE(4945), + [sym_setter] = STATE(4945), + [sym_modifiers] = STATE(8625), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3342), - [anon_sym_as] = ACTIONS(3340), - [anon_sym_LBRACE] = ACTIONS(3342), - [anon_sym_RBRACE] = ACTIONS(3342), - [anon_sym_LPAREN] = ACTIONS(3342), - [anon_sym_RPAREN] = ACTIONS(3342), - [anon_sym_LT] = ACTIONS(3340), - [anon_sym_GT] = ACTIONS(3340), - [anon_sym_DOT] = ACTIONS(3340), - [anon_sym_SEMI] = ACTIONS(3342), - [anon_sym_get] = ACTIONS(6064), - [anon_sym_set] = ACTIONS(6066), - [anon_sym_STAR] = ACTIONS(3342), - [sym_label] = ACTIONS(3342), - [anon_sym_in] = ACTIONS(3340), - [anon_sym_while] = ACTIONS(3340), - [anon_sym_DOT_DOT] = ACTIONS(3342), - [anon_sym_QMARK_COLON] = ACTIONS(3342), - [anon_sym_AMP_AMP] = ACTIONS(3342), - [anon_sym_PIPE_PIPE] = ACTIONS(3342), - [anon_sym_else] = ACTIONS(3340), - [anon_sym_COLON_COLON] = ACTIONS(3342), - [anon_sym_BANG_EQ] = ACTIONS(3340), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3342), - [anon_sym_EQ_EQ] = ACTIONS(3340), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3342), - [anon_sym_LT_EQ] = ACTIONS(3342), - [anon_sym_GT_EQ] = ACTIONS(3342), - [anon_sym_BANGin] = ACTIONS(3342), - [anon_sym_is] = ACTIONS(3340), - [anon_sym_BANGis] = ACTIONS(3342), - [anon_sym_PLUS] = ACTIONS(3340), - [anon_sym_DASH] = ACTIONS(3340), - [anon_sym_SLASH] = ACTIONS(3340), - [anon_sym_PERCENT] = ACTIONS(3342), - [anon_sym_as_QMARK] = ACTIONS(3342), - [anon_sym_PLUS_PLUS] = ACTIONS(3342), - [anon_sym_DASH_DASH] = ACTIONS(3342), - [anon_sym_BANG_BANG] = ACTIONS(3342), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(3280), + [anon_sym_get] = ACTIONS(6162), + [anon_sym_set] = ACTIONS(6164), + [anon_sym_STAR] = ACTIONS(3280), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3280), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -322417,70 +324728,241 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3342), - [sym_safe_nav] = ACTIONS(3342), + [sym__backtick_identifier] = ACTIONS(3280), + [sym__automatic_semicolon] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), [sym_multiline_comment] = ACTIONS(3), }, - [2773] = { - [sym_getter] = STATE(3233), - [sym_setter] = STATE(3233), - [sym_modifiers] = STATE(8592), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1782), + [2798] = { + [sym_catch_block] = STATE(2798), + [aux_sym_try_expression_repeat1] = STATE(2798), + [sym__alpha_identifier] = ACTIONS(4125), + [anon_sym_AT] = ACTIONS(4127), + [anon_sym_LBRACK] = ACTIONS(4127), + [anon_sym_RBRACK] = ACTIONS(4127), + [anon_sym_as] = ACTIONS(4125), + [anon_sym_EQ] = ACTIONS(4125), + [anon_sym_LBRACE] = ACTIONS(4127), + [anon_sym_RBRACE] = ACTIONS(4127), + [anon_sym_LPAREN] = ACTIONS(4127), + [anon_sym_COMMA] = ACTIONS(4127), + [anon_sym_RPAREN] = ACTIONS(4127), + [anon_sym_LT] = ACTIONS(4125), + [anon_sym_GT] = ACTIONS(4125), + [anon_sym_where] = ACTIONS(4125), + [anon_sym_DOT] = ACTIONS(4125), + [anon_sym_SEMI] = ACTIONS(4127), + [anon_sym_get] = ACTIONS(4125), + [anon_sym_set] = ACTIONS(4125), + [anon_sym_STAR] = ACTIONS(4125), + [anon_sym_DASH_GT] = ACTIONS(4127), + [sym_label] = ACTIONS(4127), + [anon_sym_in] = ACTIONS(4125), + [anon_sym_while] = ACTIONS(4125), + [anon_sym_DOT_DOT] = ACTIONS(4127), + [anon_sym_QMARK_COLON] = ACTIONS(4127), + [anon_sym_AMP_AMP] = ACTIONS(4127), + [anon_sym_PIPE_PIPE] = ACTIONS(4127), + [anon_sym_else] = ACTIONS(4125), + [anon_sym_catch] = ACTIONS(6226), + [anon_sym_finally] = ACTIONS(4125), + [anon_sym_COLON_COLON] = ACTIONS(4127), + [anon_sym_PLUS_EQ] = ACTIONS(4127), + [anon_sym_DASH_EQ] = ACTIONS(4127), + [anon_sym_STAR_EQ] = ACTIONS(4127), + [anon_sym_SLASH_EQ] = ACTIONS(4127), + [anon_sym_PERCENT_EQ] = ACTIONS(4127), + [anon_sym_BANG_EQ] = ACTIONS(4125), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4127), + [anon_sym_EQ_EQ] = ACTIONS(4125), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4127), + [anon_sym_LT_EQ] = ACTIONS(4127), + [anon_sym_GT_EQ] = ACTIONS(4127), + [anon_sym_BANGin] = ACTIONS(4127), + [anon_sym_is] = ACTIONS(4125), + [anon_sym_BANGis] = ACTIONS(4127), + [anon_sym_PLUS] = ACTIONS(4125), + [anon_sym_DASH] = ACTIONS(4125), + [anon_sym_SLASH] = ACTIONS(4125), + [anon_sym_PERCENT] = ACTIONS(4125), + [anon_sym_as_QMARK] = ACTIONS(4127), + [anon_sym_PLUS_PLUS] = ACTIONS(4127), + [anon_sym_DASH_DASH] = ACTIONS(4127), + [anon_sym_BANG_BANG] = ACTIONS(4127), + [anon_sym_suspend] = ACTIONS(4125), + [anon_sym_sealed] = ACTIONS(4125), + [anon_sym_annotation] = ACTIONS(4125), + [anon_sym_data] = ACTIONS(4125), + [anon_sym_inner] = ACTIONS(4125), + [anon_sym_override] = ACTIONS(4125), + [anon_sym_lateinit] = ACTIONS(4125), + [anon_sym_public] = ACTIONS(4125), + [anon_sym_private] = ACTIONS(4125), + [anon_sym_internal] = ACTIONS(4125), + [anon_sym_protected] = ACTIONS(4125), + [anon_sym_tailrec] = ACTIONS(4125), + [anon_sym_operator] = ACTIONS(4125), + [anon_sym_infix] = ACTIONS(4125), + [anon_sym_inline] = ACTIONS(4125), + [anon_sym_external] = ACTIONS(4125), + [sym_property_modifier] = ACTIONS(4125), + [anon_sym_abstract] = ACTIONS(4125), + [anon_sym_final] = ACTIONS(4125), + [anon_sym_open] = ACTIONS(4125), + [anon_sym_vararg] = ACTIONS(4125), + [anon_sym_noinline] = ACTIONS(4125), + [anon_sym_crossinline] = ACTIONS(4125), + [anon_sym_expect] = ACTIONS(4125), + [anon_sym_actual] = ACTIONS(4125), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4127), + [sym_safe_nav] = ACTIONS(4127), + [sym_multiline_comment] = ACTIONS(3), + }, + [2799] = { + [sym_type_constraints] = STATE(2971), + [sym_function_body] = STATE(3139), + [sym__block] = STATE(3464), + [sym__alpha_identifier] = ACTIONS(4031), + [anon_sym_AT] = ACTIONS(4033), + [anon_sym_COLON] = ACTIONS(6229), + [anon_sym_LBRACK] = ACTIONS(4033), + [anon_sym_RBRACK] = ACTIONS(4033), + [anon_sym_as] = ACTIONS(4031), + [anon_sym_EQ] = ACTIONS(6231), + [anon_sym_LBRACE] = ACTIONS(6233), + [anon_sym_RBRACE] = ACTIONS(4033), + [anon_sym_LPAREN] = ACTIONS(4033), + [anon_sym_COMMA] = ACTIONS(4033), + [anon_sym_RPAREN] = ACTIONS(4033), + [anon_sym_LT] = ACTIONS(4031), + [anon_sym_GT] = ACTIONS(4031), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(4031), + [anon_sym_SEMI] = ACTIONS(4033), + [anon_sym_get] = ACTIONS(4031), + [anon_sym_set] = ACTIONS(4031), + [anon_sym_STAR] = ACTIONS(4031), + [anon_sym_DASH_GT] = ACTIONS(4033), + [sym_label] = ACTIONS(4033), + [anon_sym_in] = ACTIONS(4031), + [anon_sym_while] = ACTIONS(4031), + [anon_sym_DOT_DOT] = ACTIONS(4033), + [anon_sym_QMARK_COLON] = ACTIONS(4033), + [anon_sym_AMP_AMP] = ACTIONS(4033), + [anon_sym_PIPE_PIPE] = ACTIONS(4033), + [anon_sym_else] = ACTIONS(4031), + [anon_sym_COLON_COLON] = ACTIONS(4033), + [anon_sym_PLUS_EQ] = ACTIONS(4033), + [anon_sym_DASH_EQ] = ACTIONS(4033), + [anon_sym_STAR_EQ] = ACTIONS(4033), + [anon_sym_SLASH_EQ] = ACTIONS(4033), + [anon_sym_PERCENT_EQ] = ACTIONS(4033), + [anon_sym_BANG_EQ] = ACTIONS(4031), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4033), + [anon_sym_EQ_EQ] = ACTIONS(4031), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4033), + [anon_sym_LT_EQ] = ACTIONS(4033), + [anon_sym_GT_EQ] = ACTIONS(4033), + [anon_sym_BANGin] = ACTIONS(4033), + [anon_sym_is] = ACTIONS(4031), + [anon_sym_BANGis] = ACTIONS(4033), + [anon_sym_PLUS] = ACTIONS(4031), + [anon_sym_DASH] = ACTIONS(4031), + [anon_sym_SLASH] = ACTIONS(4031), + [anon_sym_PERCENT] = ACTIONS(4031), + [anon_sym_as_QMARK] = ACTIONS(4033), + [anon_sym_PLUS_PLUS] = ACTIONS(4033), + [anon_sym_DASH_DASH] = ACTIONS(4033), + [anon_sym_BANG_BANG] = ACTIONS(4033), + [anon_sym_suspend] = ACTIONS(4031), + [anon_sym_sealed] = ACTIONS(4031), + [anon_sym_annotation] = ACTIONS(4031), + [anon_sym_data] = ACTIONS(4031), + [anon_sym_inner] = ACTIONS(4031), + [anon_sym_override] = ACTIONS(4031), + [anon_sym_lateinit] = ACTIONS(4031), + [anon_sym_public] = ACTIONS(4031), + [anon_sym_private] = ACTIONS(4031), + [anon_sym_internal] = ACTIONS(4031), + [anon_sym_protected] = ACTIONS(4031), + [anon_sym_tailrec] = ACTIONS(4031), + [anon_sym_operator] = ACTIONS(4031), + [anon_sym_infix] = ACTIONS(4031), + [anon_sym_inline] = ACTIONS(4031), + [anon_sym_external] = ACTIONS(4031), + [sym_property_modifier] = ACTIONS(4031), + [anon_sym_abstract] = ACTIONS(4031), + [anon_sym_final] = ACTIONS(4031), + [anon_sym_open] = ACTIONS(4031), + [anon_sym_vararg] = ACTIONS(4031), + [anon_sym_noinline] = ACTIONS(4031), + [anon_sym_crossinline] = ACTIONS(4031), + [anon_sym_expect] = ACTIONS(4031), + [anon_sym_actual] = ACTIONS(4031), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4033), + [sym_safe_nav] = ACTIONS(4033), + [sym_multiline_comment] = ACTIONS(3), + }, + [2800] = { + [sym_getter] = STATE(3702), + [sym_setter] = STATE(3702), + [sym_modifiers] = STATE(8770), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1752), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1784), - [anon_sym_as] = ACTIONS(1782), - [anon_sym_LBRACE] = ACTIONS(1784), - [anon_sym_RBRACE] = ACTIONS(1784), - [anon_sym_LPAREN] = ACTIONS(1784), - [anon_sym_RPAREN] = ACTIONS(1784), - [anon_sym_LT] = ACTIONS(1782), - [anon_sym_GT] = ACTIONS(1782), - [anon_sym_DOT] = ACTIONS(1782), - [anon_sym_SEMI] = ACTIONS(1784), - [anon_sym_get] = ACTIONS(6064), - [anon_sym_set] = ACTIONS(6066), - [anon_sym_STAR] = ACTIONS(1784), - [sym_label] = ACTIONS(1784), - [anon_sym_in] = ACTIONS(1782), - [anon_sym_while] = ACTIONS(1782), - [anon_sym_DOT_DOT] = ACTIONS(1784), - [anon_sym_QMARK_COLON] = ACTIONS(1784), - [anon_sym_AMP_AMP] = ACTIONS(1784), - [anon_sym_PIPE_PIPE] = ACTIONS(1784), - [anon_sym_else] = ACTIONS(1782), - [anon_sym_COLON_COLON] = ACTIONS(1784), - [anon_sym_BANG_EQ] = ACTIONS(1782), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1784), - [anon_sym_EQ_EQ] = ACTIONS(1782), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1784), - [anon_sym_LT_EQ] = ACTIONS(1784), - [anon_sym_GT_EQ] = ACTIONS(1784), - [anon_sym_BANGin] = ACTIONS(1784), - [anon_sym_is] = ACTIONS(1782), - [anon_sym_BANGis] = ACTIONS(1784), - [anon_sym_PLUS] = ACTIONS(1782), - [anon_sym_DASH] = ACTIONS(1782), - [anon_sym_SLASH] = ACTIONS(1782), - [anon_sym_PERCENT] = ACTIONS(1784), - [anon_sym_as_QMARK] = ACTIONS(1784), - [anon_sym_PLUS_PLUS] = ACTIONS(1784), - [anon_sym_DASH_DASH] = ACTIONS(1784), - [anon_sym_BANG_BANG] = ACTIONS(1784), + [anon_sym_LBRACK] = ACTIONS(1754), + [anon_sym_as] = ACTIONS(1752), + [anon_sym_LBRACE] = ACTIONS(1754), + [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_LPAREN] = ACTIONS(1754), + [anon_sym_LT] = ACTIONS(1752), + [anon_sym_GT] = ACTIONS(1752), + [anon_sym_DOT] = ACTIONS(1752), + [anon_sym_SEMI] = ACTIONS(4384), + [anon_sym_get] = ACTIONS(6176), + [anon_sym_set] = ACTIONS(6178), + [anon_sym_STAR] = ACTIONS(1754), + [sym_label] = ACTIONS(1754), + [anon_sym_in] = ACTIONS(1752), + [anon_sym_DOT_DOT] = ACTIONS(1754), + [anon_sym_QMARK_COLON] = ACTIONS(1754), + [anon_sym_AMP_AMP] = ACTIONS(1754), + [anon_sym_PIPE_PIPE] = ACTIONS(1754), + [anon_sym_else] = ACTIONS(1752), + [anon_sym_COLON_COLON] = ACTIONS(1754), + [anon_sym_BANG_EQ] = ACTIONS(1752), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), + [anon_sym_EQ_EQ] = ACTIONS(1752), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), + [anon_sym_LT_EQ] = ACTIONS(1754), + [anon_sym_GT_EQ] = ACTIONS(1754), + [anon_sym_BANGin] = ACTIONS(1754), + [anon_sym_is] = ACTIONS(1752), + [anon_sym_BANGis] = ACTIONS(1754), + [anon_sym_PLUS] = ACTIONS(1752), + [anon_sym_DASH] = ACTIONS(1752), + [anon_sym_SLASH] = ACTIONS(1752), + [anon_sym_PERCENT] = ACTIONS(1754), + [anon_sym_as_QMARK] = ACTIONS(1754), + [anon_sym_PLUS_PLUS] = ACTIONS(1754), + [anon_sym_DASH_DASH] = ACTIONS(1754), + [anon_sym_BANG_BANG] = ACTIONS(1754), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -322504,116 +324986,202 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1784), - [sym_safe_nav] = ACTIONS(1784), + [sym__backtick_identifier] = ACTIONS(1754), + [sym__automatic_semicolon] = ACTIONS(1754), + [sym_safe_nav] = ACTIONS(1754), [sym_multiline_comment] = ACTIONS(3), }, - [2774] = { - [sym__alpha_identifier] = ACTIONS(3828), - [anon_sym_AT] = ACTIONS(3860), - [anon_sym_LBRACK] = ACTIONS(3833), - [anon_sym_as] = ACTIONS(3828), - [anon_sym_typealias] = ACTIONS(3863), - [anon_sym_EQ] = ACTIONS(3828), - [anon_sym_class] = ACTIONS(3863), - [anon_sym_interface] = ACTIONS(3863), - [anon_sym_enum] = ACTIONS(3863), - [anon_sym_LBRACE] = ACTIONS(3833), - [anon_sym_RBRACE] = ACTIONS(3833), - [anon_sym_LPAREN] = ACTIONS(3833), - [anon_sym_COMMA] = ACTIONS(3833), - [anon_sym_val] = ACTIONS(3863), - [anon_sym_var] = ACTIONS(3863), - [anon_sym_LT] = ACTIONS(3828), - [anon_sym_GT] = ACTIONS(3828), - [anon_sym_where] = ACTIONS(3828), - [anon_sym_object] = ACTIONS(3863), - [anon_sym_fun] = ACTIONS(3863), - [anon_sym_DOT] = ACTIONS(3828), - [anon_sym_SEMI] = ACTIONS(3833), - [anon_sym_get] = ACTIONS(3865), - [anon_sym_set] = ACTIONS(3865), - [anon_sym_STAR] = ACTIONS(3828), - [sym_label] = ACTIONS(3833), - [anon_sym_in] = ACTIONS(3828), - [anon_sym_DOT_DOT] = ACTIONS(3833), - [anon_sym_QMARK_COLON] = ACTIONS(3833), - [anon_sym_AMP_AMP] = ACTIONS(3833), - [anon_sym_PIPE_PIPE] = ACTIONS(3833), - [anon_sym_else] = ACTIONS(3828), - [anon_sym_COLON_COLON] = ACTIONS(3833), - [anon_sym_PLUS_EQ] = ACTIONS(3833), - [anon_sym_DASH_EQ] = ACTIONS(3833), - [anon_sym_STAR_EQ] = ACTIONS(3833), - [anon_sym_SLASH_EQ] = ACTIONS(3833), - [anon_sym_PERCENT_EQ] = ACTIONS(3833), - [anon_sym_BANG_EQ] = ACTIONS(3828), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3833), - [anon_sym_EQ_EQ] = ACTIONS(3828), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3833), - [anon_sym_LT_EQ] = ACTIONS(3833), - [anon_sym_GT_EQ] = ACTIONS(3833), - [anon_sym_BANGin] = ACTIONS(3833), - [anon_sym_is] = ACTIONS(3828), - [anon_sym_BANGis] = ACTIONS(3833), - [anon_sym_PLUS] = ACTIONS(3828), - [anon_sym_DASH] = ACTIONS(3828), - [anon_sym_SLASH] = ACTIONS(3828), - [anon_sym_PERCENT] = ACTIONS(3828), - [anon_sym_as_QMARK] = ACTIONS(3833), - [anon_sym_PLUS_PLUS] = ACTIONS(3833), - [anon_sym_DASH_DASH] = ACTIONS(3833), - [anon_sym_BANG_BANG] = ACTIONS(3833), - [anon_sym_suspend] = ACTIONS(3865), - [anon_sym_sealed] = ACTIONS(3865), - [anon_sym_annotation] = ACTIONS(3865), - [anon_sym_data] = ACTIONS(3865), - [anon_sym_inner] = ACTIONS(3865), - [anon_sym_override] = ACTIONS(3865), - [anon_sym_lateinit] = ACTIONS(3865), - [anon_sym_public] = ACTIONS(3865), - [anon_sym_private] = ACTIONS(3865), - [anon_sym_internal] = ACTIONS(3865), - [anon_sym_protected] = ACTIONS(3865), - [anon_sym_tailrec] = ACTIONS(3865), - [anon_sym_operator] = ACTIONS(3865), - [anon_sym_infix] = ACTIONS(3865), - [anon_sym_inline] = ACTIONS(3865), - [anon_sym_external] = ACTIONS(3865), - [sym_property_modifier] = ACTIONS(3865), - [anon_sym_abstract] = ACTIONS(3865), - [anon_sym_final] = ACTIONS(3865), - [anon_sym_open] = ACTIONS(3865), - [anon_sym_vararg] = ACTIONS(3865), - [anon_sym_noinline] = ACTIONS(3865), - [anon_sym_crossinline] = ACTIONS(3865), - [anon_sym_expect] = ACTIONS(3865), - [anon_sym_actual] = ACTIONS(3865), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3833), - [sym__automatic_semicolon] = ACTIONS(3833), - [sym_safe_nav] = ACTIONS(3833), + [2801] = { + [sym_catch_block] = STATE(2801), + [aux_sym_try_expression_repeat1] = STATE(2801), + [sym__alpha_identifier] = ACTIONS(4125), + [anon_sym_AT] = ACTIONS(4127), + [anon_sym_LBRACK] = ACTIONS(4127), + [anon_sym_as] = ACTIONS(4125), + [anon_sym_EQ] = ACTIONS(4125), + [anon_sym_LBRACE] = ACTIONS(4127), + [anon_sym_RBRACE] = ACTIONS(4127), + [anon_sym_LPAREN] = ACTIONS(4127), + [anon_sym_COMMA] = ACTIONS(4127), + [anon_sym_LT] = ACTIONS(4125), + [anon_sym_GT] = ACTIONS(4125), + [anon_sym_where] = ACTIONS(4125), + [anon_sym_object] = ACTIONS(4125), + [anon_sym_fun] = ACTIONS(4125), + [anon_sym_DOT] = ACTIONS(4125), + [anon_sym_SEMI] = ACTIONS(4127), + [anon_sym_get] = ACTIONS(4125), + [anon_sym_set] = ACTIONS(4125), + [anon_sym_this] = ACTIONS(4125), + [anon_sym_super] = ACTIONS(4125), + [anon_sym_STAR] = ACTIONS(4125), + [sym_label] = ACTIONS(4125), + [anon_sym_in] = ACTIONS(4125), + [anon_sym_DOT_DOT] = ACTIONS(4127), + [anon_sym_QMARK_COLON] = ACTIONS(4127), + [anon_sym_AMP_AMP] = ACTIONS(4127), + [anon_sym_PIPE_PIPE] = ACTIONS(4127), + [anon_sym_null] = ACTIONS(4125), + [anon_sym_if] = ACTIONS(4125), + [anon_sym_else] = ACTIONS(4125), + [anon_sym_when] = ACTIONS(4125), + [anon_sym_try] = ACTIONS(4125), + [anon_sym_catch] = ACTIONS(6235), + [anon_sym_finally] = ACTIONS(4125), + [anon_sym_throw] = ACTIONS(4125), + [anon_sym_return] = ACTIONS(4125), + [anon_sym_continue] = ACTIONS(4125), + [anon_sym_break] = ACTIONS(4125), + [anon_sym_COLON_COLON] = ACTIONS(4127), + [anon_sym_PLUS_EQ] = ACTIONS(4127), + [anon_sym_DASH_EQ] = ACTIONS(4127), + [anon_sym_STAR_EQ] = ACTIONS(4127), + [anon_sym_SLASH_EQ] = ACTIONS(4127), + [anon_sym_PERCENT_EQ] = ACTIONS(4127), + [anon_sym_BANG_EQ] = ACTIONS(4125), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4127), + [anon_sym_EQ_EQ] = ACTIONS(4125), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4127), + [anon_sym_LT_EQ] = ACTIONS(4127), + [anon_sym_GT_EQ] = ACTIONS(4127), + [anon_sym_BANGin] = ACTIONS(4127), + [anon_sym_is] = ACTIONS(4125), + [anon_sym_BANGis] = ACTIONS(4127), + [anon_sym_PLUS] = ACTIONS(4125), + [anon_sym_DASH] = ACTIONS(4125), + [anon_sym_SLASH] = ACTIONS(4125), + [anon_sym_PERCENT] = ACTIONS(4125), + [anon_sym_as_QMARK] = ACTIONS(4127), + [anon_sym_PLUS_PLUS] = ACTIONS(4127), + [anon_sym_DASH_DASH] = ACTIONS(4127), + [anon_sym_BANG] = ACTIONS(4125), + [anon_sym_BANG_BANG] = ACTIONS(4127), + [anon_sym_data] = ACTIONS(4125), + [anon_sym_inner] = ACTIONS(4125), + [anon_sym_expect] = ACTIONS(4125), + [anon_sym_actual] = ACTIONS(4125), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4127), + [anon_sym_continue_AT] = ACTIONS(4127), + [anon_sym_break_AT] = ACTIONS(4127), + [sym_real_literal] = ACTIONS(4127), + [sym_integer_literal] = ACTIONS(4125), + [sym_hex_literal] = ACTIONS(4127), + [sym_bin_literal] = ACTIONS(4127), + [anon_sym_true] = ACTIONS(4125), + [anon_sym_false] = ACTIONS(4125), + [anon_sym_SQUOTE] = ACTIONS(4127), + [sym__backtick_identifier] = ACTIONS(4127), + [sym__automatic_semicolon] = ACTIONS(4127), + [sym_safe_nav] = ACTIONS(4127), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4127), + }, + [2802] = { + [sym_type_constraints] = STATE(2954), + [sym_function_body] = STATE(3202), + [sym__block] = STATE(3464), + [sym__alpha_identifier] = ACTIONS(4099), + [anon_sym_AT] = ACTIONS(4101), + [anon_sym_COLON] = ACTIONS(6238), + [anon_sym_LBRACK] = ACTIONS(4101), + [anon_sym_RBRACK] = ACTIONS(4101), + [anon_sym_as] = ACTIONS(4099), + [anon_sym_EQ] = ACTIONS(6231), + [anon_sym_LBRACE] = ACTIONS(6233), + [anon_sym_RBRACE] = ACTIONS(4101), + [anon_sym_LPAREN] = ACTIONS(4101), + [anon_sym_COMMA] = ACTIONS(4101), + [anon_sym_RPAREN] = ACTIONS(4101), + [anon_sym_LT] = ACTIONS(4099), + [anon_sym_GT] = ACTIONS(4099), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(4099), + [anon_sym_SEMI] = ACTIONS(4101), + [anon_sym_get] = ACTIONS(4099), + [anon_sym_set] = ACTIONS(4099), + [anon_sym_STAR] = ACTIONS(4099), + [anon_sym_DASH_GT] = ACTIONS(4101), + [sym_label] = ACTIONS(4101), + [anon_sym_in] = ACTIONS(4099), + [anon_sym_while] = ACTIONS(4099), + [anon_sym_DOT_DOT] = ACTIONS(4101), + [anon_sym_QMARK_COLON] = ACTIONS(4101), + [anon_sym_AMP_AMP] = ACTIONS(4101), + [anon_sym_PIPE_PIPE] = ACTIONS(4101), + [anon_sym_else] = ACTIONS(4099), + [anon_sym_COLON_COLON] = ACTIONS(4101), + [anon_sym_PLUS_EQ] = ACTIONS(4101), + [anon_sym_DASH_EQ] = ACTIONS(4101), + [anon_sym_STAR_EQ] = ACTIONS(4101), + [anon_sym_SLASH_EQ] = ACTIONS(4101), + [anon_sym_PERCENT_EQ] = ACTIONS(4101), + [anon_sym_BANG_EQ] = ACTIONS(4099), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4101), + [anon_sym_EQ_EQ] = ACTIONS(4099), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4101), + [anon_sym_LT_EQ] = ACTIONS(4101), + [anon_sym_GT_EQ] = ACTIONS(4101), + [anon_sym_BANGin] = ACTIONS(4101), + [anon_sym_is] = ACTIONS(4099), + [anon_sym_BANGis] = ACTIONS(4101), + [anon_sym_PLUS] = ACTIONS(4099), + [anon_sym_DASH] = ACTIONS(4099), + [anon_sym_SLASH] = ACTIONS(4099), + [anon_sym_PERCENT] = ACTIONS(4099), + [anon_sym_as_QMARK] = ACTIONS(4101), + [anon_sym_PLUS_PLUS] = ACTIONS(4101), + [anon_sym_DASH_DASH] = ACTIONS(4101), + [anon_sym_BANG_BANG] = ACTIONS(4101), + [anon_sym_suspend] = ACTIONS(4099), + [anon_sym_sealed] = ACTIONS(4099), + [anon_sym_annotation] = ACTIONS(4099), + [anon_sym_data] = ACTIONS(4099), + [anon_sym_inner] = ACTIONS(4099), + [anon_sym_override] = ACTIONS(4099), + [anon_sym_lateinit] = ACTIONS(4099), + [anon_sym_public] = ACTIONS(4099), + [anon_sym_private] = ACTIONS(4099), + [anon_sym_internal] = ACTIONS(4099), + [anon_sym_protected] = ACTIONS(4099), + [anon_sym_tailrec] = ACTIONS(4099), + [anon_sym_operator] = ACTIONS(4099), + [anon_sym_infix] = ACTIONS(4099), + [anon_sym_inline] = ACTIONS(4099), + [anon_sym_external] = ACTIONS(4099), + [sym_property_modifier] = ACTIONS(4099), + [anon_sym_abstract] = ACTIONS(4099), + [anon_sym_final] = ACTIONS(4099), + [anon_sym_open] = ACTIONS(4099), + [anon_sym_vararg] = ACTIONS(4099), + [anon_sym_noinline] = ACTIONS(4099), + [anon_sym_crossinline] = ACTIONS(4099), + [anon_sym_expect] = ACTIONS(4099), + [anon_sym_actual] = ACTIONS(4099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4101), + [sym_safe_nav] = ACTIONS(4101), [sym_multiline_comment] = ACTIONS(3), }, - [2775] = { - [sym_getter] = STATE(3219), - [sym_setter] = STATE(3219), - [sym_modifiers] = STATE(8592), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [2803] = { + [sym_getter] = STATE(3702), + [sym_setter] = STATE(3702), + [sym_modifiers] = STATE(8770), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1752), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1754), @@ -322621,17 +325189,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(1754), [anon_sym_RBRACE] = ACTIONS(1754), [anon_sym_LPAREN] = ACTIONS(1754), - [anon_sym_RPAREN] = ACTIONS(1754), [anon_sym_LT] = ACTIONS(1752), [anon_sym_GT] = ACTIONS(1752), [anon_sym_DOT] = ACTIONS(1752), - [anon_sym_SEMI] = ACTIONS(4229), - [anon_sym_get] = ACTIONS(6064), - [anon_sym_set] = ACTIONS(6066), + [anon_sym_SEMI] = ACTIONS(1754), + [anon_sym_get] = ACTIONS(6176), + [anon_sym_set] = ACTIONS(6178), [anon_sym_STAR] = ACTIONS(1754), [sym_label] = ACTIONS(1754), [anon_sym_in] = ACTIONS(1752), - [anon_sym_while] = ACTIONS(1752), [anon_sym_DOT_DOT] = ACTIONS(1754), [anon_sym_QMARK_COLON] = ACTIONS(1754), [anon_sym_AMP_AMP] = ACTIONS(1754), @@ -322678,29 +325244,116 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1754), + [sym__automatic_semicolon] = ACTIONS(1754), [sym_safe_nav] = ACTIONS(1754), [sym_multiline_comment] = ACTIONS(3), }, - [2776] = { - [sym_getter] = STATE(4713), - [sym_setter] = STATE(4713), - [sym_modifiers] = STATE(8572), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [2804] = { + [sym_getter] = STATE(4916), + [sym_setter] = STATE(4916), + [sym_modifiers] = STATE(8625), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1764), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1766), + [anon_sym_as] = ACTIONS(1764), + [anon_sym_LBRACE] = ACTIONS(1766), + [anon_sym_RBRACE] = ACTIONS(1766), + [anon_sym_LPAREN] = ACTIONS(1766), + [anon_sym_LT] = ACTIONS(1764), + [anon_sym_GT] = ACTIONS(1764), + [anon_sym_DOT] = ACTIONS(1764), + [anon_sym_SEMI] = ACTIONS(1766), + [anon_sym_get] = ACTIONS(6162), + [anon_sym_set] = ACTIONS(6164), + [anon_sym_STAR] = ACTIONS(1766), + [sym_label] = ACTIONS(1766), + [anon_sym_in] = ACTIONS(1764), + [anon_sym_DOT_DOT] = ACTIONS(1766), + [anon_sym_QMARK_COLON] = ACTIONS(1766), + [anon_sym_AMP_AMP] = ACTIONS(1766), + [anon_sym_PIPE_PIPE] = ACTIONS(1766), + [anon_sym_else] = ACTIONS(1764), + [anon_sym_COLON_COLON] = ACTIONS(1766), + [anon_sym_BANG_EQ] = ACTIONS(1764), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), + [anon_sym_EQ_EQ] = ACTIONS(1764), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1766), + [anon_sym_LT_EQ] = ACTIONS(1766), + [anon_sym_GT_EQ] = ACTIONS(1766), + [anon_sym_BANGin] = ACTIONS(1766), + [anon_sym_is] = ACTIONS(1764), + [anon_sym_BANGis] = ACTIONS(1766), + [anon_sym_PLUS] = ACTIONS(1764), + [anon_sym_DASH] = ACTIONS(1764), + [anon_sym_SLASH] = ACTIONS(1764), + [anon_sym_PERCENT] = ACTIONS(1766), + [anon_sym_as_QMARK] = ACTIONS(1766), + [anon_sym_PLUS_PLUS] = ACTIONS(1766), + [anon_sym_DASH_DASH] = ACTIONS(1766), + [anon_sym_BANG_BANG] = ACTIONS(1766), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1766), + [sym__automatic_semicolon] = ACTIONS(1766), + [sym_safe_nav] = ACTIONS(1766), + [sym_multiline_comment] = ACTIONS(3), + }, + [2805] = { + [sym_getter] = STATE(5062), + [sym_setter] = STATE(5062), + [sym_modifiers] = STATE(8625), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1694), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1696), @@ -322708,17 +325361,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(1696), [anon_sym_RBRACE] = ACTIONS(1696), [anon_sym_LPAREN] = ACTIONS(1696), - [anon_sym_RPAREN] = ACTIONS(1696), [anon_sym_LT] = ACTIONS(1694), [anon_sym_GT] = ACTIONS(1694), [anon_sym_DOT] = ACTIONS(1694), [anon_sym_SEMI] = ACTIONS(1696), - [anon_sym_get] = ACTIONS(6096), - [anon_sym_set] = ACTIONS(6098), + [anon_sym_get] = ACTIONS(6162), + [anon_sym_set] = ACTIONS(6164), [anon_sym_STAR] = ACTIONS(1696), [sym_label] = ACTIONS(1696), [anon_sym_in] = ACTIONS(1694), - [anon_sym_while] = ACTIONS(1694), [anon_sym_DOT_DOT] = ACTIONS(1696), [anon_sym_QMARK_COLON] = ACTIONS(1696), [anon_sym_AMP_AMP] = ACTIONS(1696), @@ -322765,70 +325416,155 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1696), + [sym__automatic_semicolon] = ACTIONS(1696), [sym_safe_nav] = ACTIONS(1696), [sym_multiline_comment] = ACTIONS(3), }, - [2777] = { - [sym_getter] = STATE(4643), - [sym_setter] = STATE(4643), - [sym_modifiers] = STATE(8572), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), + [2806] = { + [sym_type_constraints] = STATE(2902), + [sym_function_body] = STATE(3285), + [sym__block] = STATE(3334), + [sym__alpha_identifier] = ACTIONS(4041), + [anon_sym_AT] = ACTIONS(4043), + [anon_sym_COLON] = ACTIONS(6240), + [anon_sym_LBRACK] = ACTIONS(4043), + [anon_sym_as] = ACTIONS(4041), + [anon_sym_EQ] = ACTIONS(6242), + [anon_sym_LBRACE] = ACTIONS(6244), + [anon_sym_RBRACE] = ACTIONS(4043), + [anon_sym_LPAREN] = ACTIONS(4043), + [anon_sym_COMMA] = ACTIONS(4043), + [anon_sym_LT] = ACTIONS(4041), + [anon_sym_GT] = ACTIONS(4041), + [anon_sym_where] = ACTIONS(3118), + [anon_sym_object] = ACTIONS(4041), + [anon_sym_fun] = ACTIONS(4041), + [anon_sym_DOT] = ACTIONS(4041), + [anon_sym_SEMI] = ACTIONS(4043), + [anon_sym_get] = ACTIONS(4041), + [anon_sym_set] = ACTIONS(4041), + [anon_sym_this] = ACTIONS(4041), + [anon_sym_super] = ACTIONS(4041), + [anon_sym_STAR] = ACTIONS(4041), + [sym_label] = ACTIONS(4041), + [anon_sym_in] = ACTIONS(4041), + [anon_sym_DOT_DOT] = ACTIONS(4043), + [anon_sym_QMARK_COLON] = ACTIONS(4043), + [anon_sym_AMP_AMP] = ACTIONS(4043), + [anon_sym_PIPE_PIPE] = ACTIONS(4043), + [anon_sym_null] = ACTIONS(4041), + [anon_sym_if] = ACTIONS(4041), + [anon_sym_else] = ACTIONS(4041), + [anon_sym_when] = ACTIONS(4041), + [anon_sym_try] = ACTIONS(4041), + [anon_sym_throw] = ACTIONS(4041), + [anon_sym_return] = ACTIONS(4041), + [anon_sym_continue] = ACTIONS(4041), + [anon_sym_break] = ACTIONS(4041), + [anon_sym_COLON_COLON] = ACTIONS(4043), + [anon_sym_PLUS_EQ] = ACTIONS(4043), + [anon_sym_DASH_EQ] = ACTIONS(4043), + [anon_sym_STAR_EQ] = ACTIONS(4043), + [anon_sym_SLASH_EQ] = ACTIONS(4043), + [anon_sym_PERCENT_EQ] = ACTIONS(4043), + [anon_sym_BANG_EQ] = ACTIONS(4041), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4043), + [anon_sym_EQ_EQ] = ACTIONS(4041), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4043), + [anon_sym_LT_EQ] = ACTIONS(4043), + [anon_sym_GT_EQ] = ACTIONS(4043), + [anon_sym_BANGin] = ACTIONS(4043), + [anon_sym_is] = ACTIONS(4041), + [anon_sym_BANGis] = ACTIONS(4043), + [anon_sym_PLUS] = ACTIONS(4041), + [anon_sym_DASH] = ACTIONS(4041), + [anon_sym_SLASH] = ACTIONS(4041), + [anon_sym_PERCENT] = ACTIONS(4041), + [anon_sym_as_QMARK] = ACTIONS(4043), + [anon_sym_PLUS_PLUS] = ACTIONS(4043), + [anon_sym_DASH_DASH] = ACTIONS(4043), + [anon_sym_BANG] = ACTIONS(4041), + [anon_sym_BANG_BANG] = ACTIONS(4043), + [anon_sym_data] = ACTIONS(4041), + [anon_sym_inner] = ACTIONS(4041), + [anon_sym_expect] = ACTIONS(4041), + [anon_sym_actual] = ACTIONS(4041), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4043), + [anon_sym_continue_AT] = ACTIONS(4043), + [anon_sym_break_AT] = ACTIONS(4043), + [sym_real_literal] = ACTIONS(4043), + [sym_integer_literal] = ACTIONS(4041), + [sym_hex_literal] = ACTIONS(4043), + [sym_bin_literal] = ACTIONS(4043), + [anon_sym_true] = ACTIONS(4041), + [anon_sym_false] = ACTIONS(4041), + [anon_sym_SQUOTE] = ACTIONS(4043), + [sym__backtick_identifier] = ACTIONS(4043), + [sym__automatic_semicolon] = ACTIONS(4043), + [sym_safe_nav] = ACTIONS(4043), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4043), + }, + [2807] = { + [sym_getter] = STATE(3817), + [sym_setter] = STATE(3817), + [sym_modifiers] = STATE(8770), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_RPAREN] = ACTIONS(3256), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(6104), - [anon_sym_get] = ACTIONS(6096), - [anon_sym_set] = ACTIONS(6098), - [anon_sym_STAR] = ACTIONS(3256), - [sym_label] = ACTIONS(3256), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_while] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3256), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG_BANG] = ACTIONS(3256), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(4430), + [anon_sym_get] = ACTIONS(6176), + [anon_sym_set] = ACTIONS(6178), + [anon_sym_STAR] = ACTIONS(1786), + [sym_label] = ACTIONS(1786), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1786), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG_BANG] = ACTIONS(1786), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -322852,70 +325588,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), + [sym__backtick_identifier] = ACTIONS(1786), + [sym__automatic_semicolon] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), [sym_multiline_comment] = ACTIONS(3), }, - [2778] = { - [sym_getter] = STATE(4668), - [sym_setter] = STATE(4668), - [sym_modifiers] = STATE(8572), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1752), + [2808] = { + [sym_getter] = STATE(4945), + [sym_setter] = STATE(4945), + [sym_modifiers] = STATE(8625), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1754), - [anon_sym_as] = ACTIONS(1752), - [anon_sym_LBRACE] = ACTIONS(1754), - [anon_sym_RBRACE] = ACTIONS(1754), - [anon_sym_LPAREN] = ACTIONS(1754), - [anon_sym_RPAREN] = ACTIONS(1754), - [anon_sym_LT] = ACTIONS(1752), - [anon_sym_GT] = ACTIONS(1752), - [anon_sym_DOT] = ACTIONS(1752), - [anon_sym_SEMI] = ACTIONS(1754), - [anon_sym_get] = ACTIONS(6096), - [anon_sym_set] = ACTIONS(6098), - [anon_sym_STAR] = ACTIONS(1754), - [sym_label] = ACTIONS(1754), - [anon_sym_in] = ACTIONS(1752), - [anon_sym_while] = ACTIONS(1752), - [anon_sym_DOT_DOT] = ACTIONS(1754), - [anon_sym_QMARK_COLON] = ACTIONS(1754), - [anon_sym_AMP_AMP] = ACTIONS(1754), - [anon_sym_PIPE_PIPE] = ACTIONS(1754), - [anon_sym_else] = ACTIONS(1752), - [anon_sym_COLON_COLON] = ACTIONS(1754), - [anon_sym_BANG_EQ] = ACTIONS(1752), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), - [anon_sym_EQ_EQ] = ACTIONS(1752), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), - [anon_sym_LT_EQ] = ACTIONS(1754), - [anon_sym_GT_EQ] = ACTIONS(1754), - [anon_sym_BANGin] = ACTIONS(1754), - [anon_sym_is] = ACTIONS(1752), - [anon_sym_BANGis] = ACTIONS(1754), - [anon_sym_PLUS] = ACTIONS(1752), - [anon_sym_DASH] = ACTIONS(1752), - [anon_sym_SLASH] = ACTIONS(1752), - [anon_sym_PERCENT] = ACTIONS(1754), - [anon_sym_as_QMARK] = ACTIONS(1754), - [anon_sym_PLUS_PLUS] = ACTIONS(1754), - [anon_sym_DASH_DASH] = ACTIONS(1754), - [anon_sym_BANG_BANG] = ACTIONS(1754), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(6206), + [anon_sym_get] = ACTIONS(6162), + [anon_sym_set] = ACTIONS(6164), + [anon_sym_STAR] = ACTIONS(3280), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3280), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -322939,70 +325674,155 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1754), - [sym_safe_nav] = ACTIONS(1754), + [sym__backtick_identifier] = ACTIONS(3280), + [sym__automatic_semicolon] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), [sym_multiline_comment] = ACTIONS(3), }, - [2779] = { - [sym_getter] = STATE(3149), - [sym_setter] = STATE(3149), - [sym_modifiers] = STATE(8592), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), + [2809] = { + [sym_type_constraints] = STATE(2907), + [sym_function_body] = STATE(3268), + [sym__block] = STATE(3334), + [sym__alpha_identifier] = ACTIONS(4047), + [anon_sym_AT] = ACTIONS(4049), + [anon_sym_COLON] = ACTIONS(6246), + [anon_sym_LBRACK] = ACTIONS(4049), + [anon_sym_as] = ACTIONS(4047), + [anon_sym_EQ] = ACTIONS(6242), + [anon_sym_LBRACE] = ACTIONS(6244), + [anon_sym_RBRACE] = ACTIONS(4049), + [anon_sym_LPAREN] = ACTIONS(4049), + [anon_sym_COMMA] = ACTIONS(4049), + [anon_sym_LT] = ACTIONS(4047), + [anon_sym_GT] = ACTIONS(4047), + [anon_sym_where] = ACTIONS(3118), + [anon_sym_object] = ACTIONS(4047), + [anon_sym_fun] = ACTIONS(4047), + [anon_sym_DOT] = ACTIONS(4047), + [anon_sym_SEMI] = ACTIONS(4049), + [anon_sym_get] = ACTIONS(4047), + [anon_sym_set] = ACTIONS(4047), + [anon_sym_this] = ACTIONS(4047), + [anon_sym_super] = ACTIONS(4047), + [anon_sym_STAR] = ACTIONS(4047), + [sym_label] = ACTIONS(4047), + [anon_sym_in] = ACTIONS(4047), + [anon_sym_DOT_DOT] = ACTIONS(4049), + [anon_sym_QMARK_COLON] = ACTIONS(4049), + [anon_sym_AMP_AMP] = ACTIONS(4049), + [anon_sym_PIPE_PIPE] = ACTIONS(4049), + [anon_sym_null] = ACTIONS(4047), + [anon_sym_if] = ACTIONS(4047), + [anon_sym_else] = ACTIONS(4047), + [anon_sym_when] = ACTIONS(4047), + [anon_sym_try] = ACTIONS(4047), + [anon_sym_throw] = ACTIONS(4047), + [anon_sym_return] = ACTIONS(4047), + [anon_sym_continue] = ACTIONS(4047), + [anon_sym_break] = ACTIONS(4047), + [anon_sym_COLON_COLON] = ACTIONS(4049), + [anon_sym_PLUS_EQ] = ACTIONS(4049), + [anon_sym_DASH_EQ] = ACTIONS(4049), + [anon_sym_STAR_EQ] = ACTIONS(4049), + [anon_sym_SLASH_EQ] = ACTIONS(4049), + [anon_sym_PERCENT_EQ] = ACTIONS(4049), + [anon_sym_BANG_EQ] = ACTIONS(4047), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4049), + [anon_sym_EQ_EQ] = ACTIONS(4047), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4049), + [anon_sym_LT_EQ] = ACTIONS(4049), + [anon_sym_GT_EQ] = ACTIONS(4049), + [anon_sym_BANGin] = ACTIONS(4049), + [anon_sym_is] = ACTIONS(4047), + [anon_sym_BANGis] = ACTIONS(4049), + [anon_sym_PLUS] = ACTIONS(4047), + [anon_sym_DASH] = ACTIONS(4047), + [anon_sym_SLASH] = ACTIONS(4047), + [anon_sym_PERCENT] = ACTIONS(4047), + [anon_sym_as_QMARK] = ACTIONS(4049), + [anon_sym_PLUS_PLUS] = ACTIONS(4049), + [anon_sym_DASH_DASH] = ACTIONS(4049), + [anon_sym_BANG] = ACTIONS(4047), + [anon_sym_BANG_BANG] = ACTIONS(4049), + [anon_sym_data] = ACTIONS(4047), + [anon_sym_inner] = ACTIONS(4047), + [anon_sym_expect] = ACTIONS(4047), + [anon_sym_actual] = ACTIONS(4047), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4049), + [anon_sym_continue_AT] = ACTIONS(4049), + [anon_sym_break_AT] = ACTIONS(4049), + [sym_real_literal] = ACTIONS(4049), + [sym_integer_literal] = ACTIONS(4047), + [sym_hex_literal] = ACTIONS(4049), + [sym_bin_literal] = ACTIONS(4049), + [anon_sym_true] = ACTIONS(4047), + [anon_sym_false] = ACTIONS(4047), + [anon_sym_SQUOTE] = ACTIONS(4049), + [sym__backtick_identifier] = ACTIONS(4049), + [sym__automatic_semicolon] = ACTIONS(4049), + [sym_safe_nav] = ACTIONS(4049), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4049), + }, + [2810] = { + [sym_getter] = STATE(3817), + [sym_setter] = STATE(3817), + [sym_modifiers] = STATE(8770), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_RPAREN] = ACTIONS(1778), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(4151), - [anon_sym_get] = ACTIONS(6064), - [anon_sym_set] = ACTIONS(6066), - [anon_sym_STAR] = ACTIONS(1778), - [sym_label] = ACTIONS(1778), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_while] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1778), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG_BANG] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(1786), + [anon_sym_get] = ACTIONS(6176), + [anon_sym_set] = ACTIONS(6178), + [anon_sym_STAR] = ACTIONS(1786), + [sym_label] = ACTIONS(1786), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1786), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG_BANG] = ACTIONS(1786), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -323026,70 +325846,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), + [sym__backtick_identifier] = ACTIONS(1786), + [sym__automatic_semicolon] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), [sym_multiline_comment] = ACTIONS(3), }, - [2780] = { - [sym_getter] = STATE(4710), - [sym_setter] = STATE(4710), - [sym_modifiers] = STATE(8572), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), + [2811] = { + [sym_getter] = STATE(5029), + [sym_setter] = STATE(5029), + [sym_modifiers] = STATE(8625), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1752), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_RPAREN] = ACTIONS(1778), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(4298), - [anon_sym_get] = ACTIONS(6096), - [anon_sym_set] = ACTIONS(6098), - [anon_sym_STAR] = ACTIONS(1778), - [sym_label] = ACTIONS(1778), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_while] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1778), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG_BANG] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(1754), + [anon_sym_as] = ACTIONS(1752), + [anon_sym_LBRACE] = ACTIONS(1754), + [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_LPAREN] = ACTIONS(1754), + [anon_sym_LT] = ACTIONS(1752), + [anon_sym_GT] = ACTIONS(1752), + [anon_sym_DOT] = ACTIONS(1752), + [anon_sym_SEMI] = ACTIONS(1754), + [anon_sym_get] = ACTIONS(6162), + [anon_sym_set] = ACTIONS(6164), + [anon_sym_STAR] = ACTIONS(1754), + [sym_label] = ACTIONS(1754), + [anon_sym_in] = ACTIONS(1752), + [anon_sym_DOT_DOT] = ACTIONS(1754), + [anon_sym_QMARK_COLON] = ACTIONS(1754), + [anon_sym_AMP_AMP] = ACTIONS(1754), + [anon_sym_PIPE_PIPE] = ACTIONS(1754), + [anon_sym_else] = ACTIONS(1752), + [anon_sym_COLON_COLON] = ACTIONS(1754), + [anon_sym_BANG_EQ] = ACTIONS(1752), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), + [anon_sym_EQ_EQ] = ACTIONS(1752), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), + [anon_sym_LT_EQ] = ACTIONS(1754), + [anon_sym_GT_EQ] = ACTIONS(1754), + [anon_sym_BANGin] = ACTIONS(1754), + [anon_sym_is] = ACTIONS(1752), + [anon_sym_BANGis] = ACTIONS(1754), + [anon_sym_PLUS] = ACTIONS(1752), + [anon_sym_DASH] = ACTIONS(1752), + [anon_sym_SLASH] = ACTIONS(1752), + [anon_sym_PERCENT] = ACTIONS(1754), + [anon_sym_as_QMARK] = ACTIONS(1754), + [anon_sym_PLUS_PLUS] = ACTIONS(1754), + [anon_sym_DASH_DASH] = ACTIONS(1754), + [anon_sym_BANG_BANG] = ACTIONS(1754), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -323113,157 +325932,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), - [sym_multiline_comment] = ACTIONS(3), - }, - [2781] = { - [sym_catch_block] = STATE(2809), - [sym_finally_block] = STATE(3341), - [aux_sym_try_expression_repeat1] = STATE(2809), - [sym__alpha_identifier] = ACTIONS(4023), - [anon_sym_AT] = ACTIONS(4025), - [anon_sym_LBRACK] = ACTIONS(4025), - [anon_sym_as] = ACTIONS(4023), - [anon_sym_EQ] = ACTIONS(4023), - [anon_sym_LBRACE] = ACTIONS(4025), - [anon_sym_RBRACE] = ACTIONS(4025), - [anon_sym_LPAREN] = ACTIONS(4025), - [anon_sym_COMMA] = ACTIONS(4025), - [anon_sym_LT] = ACTIONS(4023), - [anon_sym_GT] = ACTIONS(4023), - [anon_sym_where] = ACTIONS(4023), - [anon_sym_object] = ACTIONS(4023), - [anon_sym_fun] = ACTIONS(4023), - [anon_sym_DOT] = ACTIONS(4023), - [anon_sym_SEMI] = ACTIONS(4025), - [anon_sym_get] = ACTIONS(4023), - [anon_sym_set] = ACTIONS(4023), - [anon_sym_this] = ACTIONS(4023), - [anon_sym_super] = ACTIONS(4023), - [anon_sym_STAR] = ACTIONS(4023), - [sym_label] = ACTIONS(4023), - [anon_sym_in] = ACTIONS(4023), - [anon_sym_DOT_DOT] = ACTIONS(4025), - [anon_sym_QMARK_COLON] = ACTIONS(4025), - [anon_sym_AMP_AMP] = ACTIONS(4025), - [anon_sym_PIPE_PIPE] = ACTIONS(4025), - [anon_sym_null] = ACTIONS(4023), - [anon_sym_if] = ACTIONS(4023), - [anon_sym_else] = ACTIONS(4023), - [anon_sym_when] = ACTIONS(4023), - [anon_sym_try] = ACTIONS(4023), - [anon_sym_catch] = ACTIONS(6212), - [anon_sym_finally] = ACTIONS(6214), - [anon_sym_throw] = ACTIONS(4023), - [anon_sym_return] = ACTIONS(4023), - [anon_sym_continue] = ACTIONS(4023), - [anon_sym_break] = ACTIONS(4023), - [anon_sym_COLON_COLON] = ACTIONS(4025), - [anon_sym_PLUS_EQ] = ACTIONS(4025), - [anon_sym_DASH_EQ] = ACTIONS(4025), - [anon_sym_STAR_EQ] = ACTIONS(4025), - [anon_sym_SLASH_EQ] = ACTIONS(4025), - [anon_sym_PERCENT_EQ] = ACTIONS(4025), - [anon_sym_BANG_EQ] = ACTIONS(4023), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4025), - [anon_sym_EQ_EQ] = ACTIONS(4023), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4025), - [anon_sym_LT_EQ] = ACTIONS(4025), - [anon_sym_GT_EQ] = ACTIONS(4025), - [anon_sym_BANGin] = ACTIONS(4025), - [anon_sym_is] = ACTIONS(4023), - [anon_sym_BANGis] = ACTIONS(4025), - [anon_sym_PLUS] = ACTIONS(4023), - [anon_sym_DASH] = ACTIONS(4023), - [anon_sym_SLASH] = ACTIONS(4023), - [anon_sym_PERCENT] = ACTIONS(4023), - [anon_sym_as_QMARK] = ACTIONS(4025), - [anon_sym_PLUS_PLUS] = ACTIONS(4025), - [anon_sym_DASH_DASH] = ACTIONS(4025), - [anon_sym_BANG] = ACTIONS(4023), - [anon_sym_BANG_BANG] = ACTIONS(4025), - [anon_sym_data] = ACTIONS(4023), - [anon_sym_inner] = ACTIONS(4023), - [anon_sym_expect] = ACTIONS(4023), - [anon_sym_actual] = ACTIONS(4023), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4025), - [anon_sym_continue_AT] = ACTIONS(4025), - [anon_sym_break_AT] = ACTIONS(4025), - [sym_real_literal] = ACTIONS(4025), - [sym_integer_literal] = ACTIONS(4023), - [sym_hex_literal] = ACTIONS(4025), - [sym_bin_literal] = ACTIONS(4025), - [anon_sym_true] = ACTIONS(4023), - [anon_sym_false] = ACTIONS(4023), - [anon_sym_SQUOTE] = ACTIONS(4025), - [sym__backtick_identifier] = ACTIONS(4025), - [sym__automatic_semicolon] = ACTIONS(4025), - [sym_safe_nav] = ACTIONS(4025), + [sym__backtick_identifier] = ACTIONS(1754), + [sym__automatic_semicolon] = ACTIONS(1754), + [sym_safe_nav] = ACTIONS(1754), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4025), }, - [2782] = { - [sym_getter] = STATE(4644), - [sym_setter] = STATE(4644), - [sym_modifiers] = STATE(8572), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3340), + [2812] = { + [sym_getter] = STATE(3722), + [sym_setter] = STATE(3722), + [sym_modifiers] = STATE(8770), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3338), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3342), - [anon_sym_as] = ACTIONS(3340), - [anon_sym_LBRACE] = ACTIONS(3342), - [anon_sym_RBRACE] = ACTIONS(3342), - [anon_sym_LPAREN] = ACTIONS(3342), - [anon_sym_RPAREN] = ACTIONS(3342), - [anon_sym_LT] = ACTIONS(3340), - [anon_sym_GT] = ACTIONS(3340), - [anon_sym_DOT] = ACTIONS(3340), - [anon_sym_SEMI] = ACTIONS(3342), - [anon_sym_get] = ACTIONS(6096), - [anon_sym_set] = ACTIONS(6098), - [anon_sym_STAR] = ACTIONS(3342), - [sym_label] = ACTIONS(3342), - [anon_sym_in] = ACTIONS(3340), - [anon_sym_while] = ACTIONS(3340), - [anon_sym_DOT_DOT] = ACTIONS(3342), - [anon_sym_QMARK_COLON] = ACTIONS(3342), - [anon_sym_AMP_AMP] = ACTIONS(3342), - [anon_sym_PIPE_PIPE] = ACTIONS(3342), - [anon_sym_else] = ACTIONS(3340), - [anon_sym_COLON_COLON] = ACTIONS(3342), - [anon_sym_BANG_EQ] = ACTIONS(3340), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3342), - [anon_sym_EQ_EQ] = ACTIONS(3340), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3342), - [anon_sym_LT_EQ] = ACTIONS(3342), - [anon_sym_GT_EQ] = ACTIONS(3342), - [anon_sym_BANGin] = ACTIONS(3342), - [anon_sym_is] = ACTIONS(3340), - [anon_sym_BANGis] = ACTIONS(3342), - [anon_sym_PLUS] = ACTIONS(3340), - [anon_sym_DASH] = ACTIONS(3340), - [anon_sym_SLASH] = ACTIONS(3340), - [anon_sym_PERCENT] = ACTIONS(3342), - [anon_sym_as_QMARK] = ACTIONS(3342), - [anon_sym_PLUS_PLUS] = ACTIONS(3342), - [anon_sym_DASH_DASH] = ACTIONS(3342), - [anon_sym_BANG_BANG] = ACTIONS(3342), + [anon_sym_LBRACK] = ACTIONS(3340), + [anon_sym_as] = ACTIONS(3338), + [anon_sym_LBRACE] = ACTIONS(3340), + [anon_sym_RBRACE] = ACTIONS(3340), + [anon_sym_LPAREN] = ACTIONS(3340), + [anon_sym_LT] = ACTIONS(3338), + [anon_sym_GT] = ACTIONS(3338), + [anon_sym_DOT] = ACTIONS(3338), + [anon_sym_SEMI] = ACTIONS(3340), + [anon_sym_get] = ACTIONS(6176), + [anon_sym_set] = ACTIONS(6178), + [anon_sym_STAR] = ACTIONS(3340), + [sym_label] = ACTIONS(3340), + [anon_sym_in] = ACTIONS(3338), + [anon_sym_DOT_DOT] = ACTIONS(3340), + [anon_sym_QMARK_COLON] = ACTIONS(3340), + [anon_sym_AMP_AMP] = ACTIONS(3340), + [anon_sym_PIPE_PIPE] = ACTIONS(3340), + [anon_sym_else] = ACTIONS(3338), + [anon_sym_COLON_COLON] = ACTIONS(3340), + [anon_sym_BANG_EQ] = ACTIONS(3338), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3340), + [anon_sym_EQ_EQ] = ACTIONS(3338), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3340), + [anon_sym_LT_EQ] = ACTIONS(3340), + [anon_sym_GT_EQ] = ACTIONS(3340), + [anon_sym_BANGin] = ACTIONS(3340), + [anon_sym_is] = ACTIONS(3338), + [anon_sym_BANGis] = ACTIONS(3340), + [anon_sym_PLUS] = ACTIONS(3338), + [anon_sym_DASH] = ACTIONS(3338), + [anon_sym_SLASH] = ACTIONS(3338), + [anon_sym_PERCENT] = ACTIONS(3340), + [anon_sym_as_QMARK] = ACTIONS(3340), + [anon_sym_PLUS_PLUS] = ACTIONS(3340), + [anon_sym_DASH_DASH] = ACTIONS(3340), + [anon_sym_BANG_BANG] = ACTIONS(3340), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -323287,70 +326018,155 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3342), - [sym_safe_nav] = ACTIONS(3342), + [sym__backtick_identifier] = ACTIONS(3340), + [sym__automatic_semicolon] = ACTIONS(3340), + [sym_safe_nav] = ACTIONS(3340), [sym_multiline_comment] = ACTIONS(3), }, - [2783] = { - [sym_getter] = STATE(3219), - [sym_setter] = STATE(3219), - [sym_modifiers] = STATE(8592), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1752), + [2813] = { + [sym_type_constraints] = STATE(2923), + [sym_function_body] = STATE(3168), + [sym__block] = STATE(3334), + [sym__alpha_identifier] = ACTIONS(4085), + [anon_sym_AT] = ACTIONS(4087), + [anon_sym_COLON] = ACTIONS(6248), + [anon_sym_LBRACK] = ACTIONS(4087), + [anon_sym_as] = ACTIONS(4085), + [anon_sym_EQ] = ACTIONS(6242), + [anon_sym_LBRACE] = ACTIONS(6244), + [anon_sym_RBRACE] = ACTIONS(4087), + [anon_sym_LPAREN] = ACTIONS(4087), + [anon_sym_COMMA] = ACTIONS(4087), + [anon_sym_LT] = ACTIONS(4085), + [anon_sym_GT] = ACTIONS(4085), + [anon_sym_where] = ACTIONS(3118), + [anon_sym_object] = ACTIONS(4085), + [anon_sym_fun] = ACTIONS(4085), + [anon_sym_DOT] = ACTIONS(4085), + [anon_sym_SEMI] = ACTIONS(4087), + [anon_sym_get] = ACTIONS(4085), + [anon_sym_set] = ACTIONS(4085), + [anon_sym_this] = ACTIONS(4085), + [anon_sym_super] = ACTIONS(4085), + [anon_sym_STAR] = ACTIONS(4085), + [sym_label] = ACTIONS(4085), + [anon_sym_in] = ACTIONS(4085), + [anon_sym_DOT_DOT] = ACTIONS(4087), + [anon_sym_QMARK_COLON] = ACTIONS(4087), + [anon_sym_AMP_AMP] = ACTIONS(4087), + [anon_sym_PIPE_PIPE] = ACTIONS(4087), + [anon_sym_null] = ACTIONS(4085), + [anon_sym_if] = ACTIONS(4085), + [anon_sym_else] = ACTIONS(4085), + [anon_sym_when] = ACTIONS(4085), + [anon_sym_try] = ACTIONS(4085), + [anon_sym_throw] = ACTIONS(4085), + [anon_sym_return] = ACTIONS(4085), + [anon_sym_continue] = ACTIONS(4085), + [anon_sym_break] = ACTIONS(4085), + [anon_sym_COLON_COLON] = ACTIONS(4087), + [anon_sym_PLUS_EQ] = ACTIONS(4087), + [anon_sym_DASH_EQ] = ACTIONS(4087), + [anon_sym_STAR_EQ] = ACTIONS(4087), + [anon_sym_SLASH_EQ] = ACTIONS(4087), + [anon_sym_PERCENT_EQ] = ACTIONS(4087), + [anon_sym_BANG_EQ] = ACTIONS(4085), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4087), + [anon_sym_EQ_EQ] = ACTIONS(4085), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4087), + [anon_sym_LT_EQ] = ACTIONS(4087), + [anon_sym_GT_EQ] = ACTIONS(4087), + [anon_sym_BANGin] = ACTIONS(4087), + [anon_sym_is] = ACTIONS(4085), + [anon_sym_BANGis] = ACTIONS(4087), + [anon_sym_PLUS] = ACTIONS(4085), + [anon_sym_DASH] = ACTIONS(4085), + [anon_sym_SLASH] = ACTIONS(4085), + [anon_sym_PERCENT] = ACTIONS(4085), + [anon_sym_as_QMARK] = ACTIONS(4087), + [anon_sym_PLUS_PLUS] = ACTIONS(4087), + [anon_sym_DASH_DASH] = ACTIONS(4087), + [anon_sym_BANG] = ACTIONS(4085), + [anon_sym_BANG_BANG] = ACTIONS(4087), + [anon_sym_data] = ACTIONS(4085), + [anon_sym_inner] = ACTIONS(4085), + [anon_sym_expect] = ACTIONS(4085), + [anon_sym_actual] = ACTIONS(4085), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4087), + [anon_sym_continue_AT] = ACTIONS(4087), + [anon_sym_break_AT] = ACTIONS(4087), + [sym_real_literal] = ACTIONS(4087), + [sym_integer_literal] = ACTIONS(4085), + [sym_hex_literal] = ACTIONS(4087), + [sym_bin_literal] = ACTIONS(4087), + [anon_sym_true] = ACTIONS(4085), + [anon_sym_false] = ACTIONS(4085), + [anon_sym_SQUOTE] = ACTIONS(4087), + [sym__backtick_identifier] = ACTIONS(4087), + [sym__automatic_semicolon] = ACTIONS(4087), + [sym_safe_nav] = ACTIONS(4087), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4087), + }, + [2814] = { + [sym_getter] = STATE(4953), + [sym_setter] = STATE(4953), + [sym_modifiers] = STATE(8625), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3338), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1754), - [anon_sym_as] = ACTIONS(1752), - [anon_sym_LBRACE] = ACTIONS(1754), - [anon_sym_RBRACE] = ACTIONS(1754), - [anon_sym_LPAREN] = ACTIONS(1754), - [anon_sym_RPAREN] = ACTIONS(1754), - [anon_sym_LT] = ACTIONS(1752), - [anon_sym_GT] = ACTIONS(1752), - [anon_sym_DOT] = ACTIONS(1752), - [anon_sym_SEMI] = ACTIONS(1754), - [anon_sym_get] = ACTIONS(6064), - [anon_sym_set] = ACTIONS(6066), - [anon_sym_STAR] = ACTIONS(1754), - [sym_label] = ACTIONS(1754), - [anon_sym_in] = ACTIONS(1752), - [anon_sym_while] = ACTIONS(1752), - [anon_sym_DOT_DOT] = ACTIONS(1754), - [anon_sym_QMARK_COLON] = ACTIONS(1754), - [anon_sym_AMP_AMP] = ACTIONS(1754), - [anon_sym_PIPE_PIPE] = ACTIONS(1754), - [anon_sym_else] = ACTIONS(1752), - [anon_sym_COLON_COLON] = ACTIONS(1754), - [anon_sym_BANG_EQ] = ACTIONS(1752), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), - [anon_sym_EQ_EQ] = ACTIONS(1752), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), - [anon_sym_LT_EQ] = ACTIONS(1754), - [anon_sym_GT_EQ] = ACTIONS(1754), - [anon_sym_BANGin] = ACTIONS(1754), - [anon_sym_is] = ACTIONS(1752), - [anon_sym_BANGis] = ACTIONS(1754), - [anon_sym_PLUS] = ACTIONS(1752), - [anon_sym_DASH] = ACTIONS(1752), - [anon_sym_SLASH] = ACTIONS(1752), - [anon_sym_PERCENT] = ACTIONS(1754), - [anon_sym_as_QMARK] = ACTIONS(1754), - [anon_sym_PLUS_PLUS] = ACTIONS(1754), - [anon_sym_DASH_DASH] = ACTIONS(1754), - [anon_sym_BANG_BANG] = ACTIONS(1754), + [anon_sym_LBRACK] = ACTIONS(3340), + [anon_sym_as] = ACTIONS(3338), + [anon_sym_LBRACE] = ACTIONS(3340), + [anon_sym_RBRACE] = ACTIONS(3340), + [anon_sym_LPAREN] = ACTIONS(3340), + [anon_sym_LT] = ACTIONS(3338), + [anon_sym_GT] = ACTIONS(3338), + [anon_sym_DOT] = ACTIONS(3338), + [anon_sym_SEMI] = ACTIONS(3340), + [anon_sym_get] = ACTIONS(6162), + [anon_sym_set] = ACTIONS(6164), + [anon_sym_STAR] = ACTIONS(3340), + [sym_label] = ACTIONS(3340), + [anon_sym_in] = ACTIONS(3338), + [anon_sym_DOT_DOT] = ACTIONS(3340), + [anon_sym_QMARK_COLON] = ACTIONS(3340), + [anon_sym_AMP_AMP] = ACTIONS(3340), + [anon_sym_PIPE_PIPE] = ACTIONS(3340), + [anon_sym_else] = ACTIONS(3338), + [anon_sym_COLON_COLON] = ACTIONS(3340), + [anon_sym_BANG_EQ] = ACTIONS(3338), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3340), + [anon_sym_EQ_EQ] = ACTIONS(3338), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3340), + [anon_sym_LT_EQ] = ACTIONS(3340), + [anon_sym_GT_EQ] = ACTIONS(3340), + [anon_sym_BANGin] = ACTIONS(3340), + [anon_sym_is] = ACTIONS(3338), + [anon_sym_BANGis] = ACTIONS(3340), + [anon_sym_PLUS] = ACTIONS(3338), + [anon_sym_DASH] = ACTIONS(3338), + [anon_sym_SLASH] = ACTIONS(3338), + [anon_sym_PERCENT] = ACTIONS(3340), + [anon_sym_as_QMARK] = ACTIONS(3340), + [anon_sym_PLUS_PLUS] = ACTIONS(3340), + [anon_sym_DASH_DASH] = ACTIONS(3340), + [anon_sym_BANG_BANG] = ACTIONS(3340), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -323374,70 +326190,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1754), - [sym_safe_nav] = ACTIONS(1754), + [sym__backtick_identifier] = ACTIONS(3340), + [sym__automatic_semicolon] = ACTIONS(3340), + [sym_safe_nav] = ACTIONS(3340), [sym_multiline_comment] = ACTIONS(3), }, - [2784] = { - [sym_getter] = STATE(4643), - [sym_setter] = STATE(4643), - [sym_modifiers] = STATE(8572), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), + [2815] = { + [sym_getter] = STATE(3701), + [sym_setter] = STATE(3701), + [sym_modifiers] = STATE(8770), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1778), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_RPAREN] = ACTIONS(3256), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(3256), - [anon_sym_get] = ACTIONS(6096), - [anon_sym_set] = ACTIONS(6098), - [anon_sym_STAR] = ACTIONS(3256), - [sym_label] = ACTIONS(3256), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_while] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3256), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG_BANG] = ACTIONS(3256), + [anon_sym_LBRACK] = ACTIONS(1780), + [anon_sym_as] = ACTIONS(1778), + [anon_sym_LBRACE] = ACTIONS(1780), + [anon_sym_RBRACE] = ACTIONS(1780), + [anon_sym_LPAREN] = ACTIONS(1780), + [anon_sym_LT] = ACTIONS(1778), + [anon_sym_GT] = ACTIONS(1778), + [anon_sym_DOT] = ACTIONS(1778), + [anon_sym_SEMI] = ACTIONS(1780), + [anon_sym_get] = ACTIONS(6176), + [anon_sym_set] = ACTIONS(6178), + [anon_sym_STAR] = ACTIONS(1780), + [sym_label] = ACTIONS(1780), + [anon_sym_in] = ACTIONS(1778), + [anon_sym_DOT_DOT] = ACTIONS(1780), + [anon_sym_QMARK_COLON] = ACTIONS(1780), + [anon_sym_AMP_AMP] = ACTIONS(1780), + [anon_sym_PIPE_PIPE] = ACTIONS(1780), + [anon_sym_else] = ACTIONS(1778), + [anon_sym_COLON_COLON] = ACTIONS(1780), + [anon_sym_BANG_EQ] = ACTIONS(1778), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1780), + [anon_sym_EQ_EQ] = ACTIONS(1778), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1780), + [anon_sym_LT_EQ] = ACTIONS(1780), + [anon_sym_GT_EQ] = ACTIONS(1780), + [anon_sym_BANGin] = ACTIONS(1780), + [anon_sym_is] = ACTIONS(1778), + [anon_sym_BANGis] = ACTIONS(1780), + [anon_sym_PLUS] = ACTIONS(1778), + [anon_sym_DASH] = ACTIONS(1778), + [anon_sym_SLASH] = ACTIONS(1778), + [anon_sym_PERCENT] = ACTIONS(1780), + [anon_sym_as_QMARK] = ACTIONS(1780), + [anon_sym_PLUS_PLUS] = ACTIONS(1780), + [anon_sym_DASH_DASH] = ACTIONS(1780), + [anon_sym_BANG_BANG] = ACTIONS(1780), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -323461,29 +326276,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), + [sym__backtick_identifier] = ACTIONS(1780), + [sym__automatic_semicolon] = ACTIONS(1780), + [sym_safe_nav] = ACTIONS(1780), [sym_multiline_comment] = ACTIONS(3), }, - [2785] = { - [sym_getter] = STATE(3162), - [sym_setter] = STATE(3162), - [sym_modifiers] = STATE(8592), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [2816] = { + [sym_getter] = STATE(3760), + [sym_setter] = STATE(3760), + [sym_modifiers] = STATE(8770), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1770), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1772), @@ -323491,17 +326307,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(1772), [anon_sym_RBRACE] = ACTIONS(1772), [anon_sym_LPAREN] = ACTIONS(1772), - [anon_sym_RPAREN] = ACTIONS(1772), [anon_sym_LT] = ACTIONS(1770), [anon_sym_GT] = ACTIONS(1770), [anon_sym_DOT] = ACTIONS(1770), - [anon_sym_SEMI] = ACTIONS(4231), - [anon_sym_get] = ACTIONS(6064), - [anon_sym_set] = ACTIONS(6066), + [anon_sym_SEMI] = ACTIONS(4501), + [anon_sym_get] = ACTIONS(6176), + [anon_sym_set] = ACTIONS(6178), [anon_sym_STAR] = ACTIONS(1772), [sym_label] = ACTIONS(1772), [anon_sym_in] = ACTIONS(1770), - [anon_sym_while] = ACTIONS(1770), [anon_sym_DOT_DOT] = ACTIONS(1772), [anon_sym_QMARK_COLON] = ACTIONS(1772), [anon_sym_AMP_AMP] = ACTIONS(1772), @@ -323548,70 +326362,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1772), + [sym__automatic_semicolon] = ACTIONS(1772), [sym_safe_nav] = ACTIONS(1772), [sym_multiline_comment] = ACTIONS(3), }, - [2786] = { - [sym_getter] = STATE(3162), - [sym_setter] = STATE(3162), - [sym_modifiers] = STATE(8592), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1770), + [2817] = { + [sym_getter] = STATE(5058), + [sym_setter] = STATE(5058), + [sym_modifiers] = STATE(8625), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1772), - [anon_sym_as] = ACTIONS(1770), - [anon_sym_LBRACE] = ACTIONS(1772), - [anon_sym_RBRACE] = ACTIONS(1772), - [anon_sym_LPAREN] = ACTIONS(1772), - [anon_sym_RPAREN] = ACTIONS(1772), - [anon_sym_LT] = ACTIONS(1770), - [anon_sym_GT] = ACTIONS(1770), - [anon_sym_DOT] = ACTIONS(1770), - [anon_sym_SEMI] = ACTIONS(1772), - [anon_sym_get] = ACTIONS(6064), - [anon_sym_set] = ACTIONS(6066), - [anon_sym_STAR] = ACTIONS(1772), - [sym_label] = ACTIONS(1772), - [anon_sym_in] = ACTIONS(1770), - [anon_sym_while] = ACTIONS(1770), - [anon_sym_DOT_DOT] = ACTIONS(1772), - [anon_sym_QMARK_COLON] = ACTIONS(1772), - [anon_sym_AMP_AMP] = ACTIONS(1772), - [anon_sym_PIPE_PIPE] = ACTIONS(1772), - [anon_sym_else] = ACTIONS(1770), - [anon_sym_COLON_COLON] = ACTIONS(1772), - [anon_sym_BANG_EQ] = ACTIONS(1770), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1772), - [anon_sym_EQ_EQ] = ACTIONS(1770), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1772), - [anon_sym_LT_EQ] = ACTIONS(1772), - [anon_sym_GT_EQ] = ACTIONS(1772), - [anon_sym_BANGin] = ACTIONS(1772), - [anon_sym_is] = ACTIONS(1770), - [anon_sym_BANGis] = ACTIONS(1772), - [anon_sym_PLUS] = ACTIONS(1770), - [anon_sym_DASH] = ACTIONS(1770), - [anon_sym_SLASH] = ACTIONS(1770), - [anon_sym_PERCENT] = ACTIONS(1772), - [anon_sym_as_QMARK] = ACTIONS(1772), - [anon_sym_PLUS_PLUS] = ACTIONS(1772), - [anon_sym_DASH_DASH] = ACTIONS(1772), - [anon_sym_BANG_BANG] = ACTIONS(1772), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(4432), + [anon_sym_get] = ACTIONS(6162), + [anon_sym_set] = ACTIONS(6164), + [anon_sym_STAR] = ACTIONS(1786), + [sym_label] = ACTIONS(1786), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1786), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG_BANG] = ACTIONS(1786), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -323635,70 +326448,155 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1772), - [sym_safe_nav] = ACTIONS(1772), + [sym__backtick_identifier] = ACTIONS(1786), + [sym__automatic_semicolon] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), [sym_multiline_comment] = ACTIONS(3), }, - [2787] = { - [sym_getter] = STATE(4680), - [sym_setter] = STATE(4680), - [sym_modifiers] = STATE(8572), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1770), + [2818] = { + [sym_type_constraints] = STATE(2933), + [sym_function_body] = STATE(3133), + [sym__block] = STATE(3334), + [sym__alpha_identifier] = ACTIONS(4031), + [anon_sym_AT] = ACTIONS(4033), + [anon_sym_COLON] = ACTIONS(6250), + [anon_sym_LBRACK] = ACTIONS(4033), + [anon_sym_as] = ACTIONS(4031), + [anon_sym_EQ] = ACTIONS(6242), + [anon_sym_LBRACE] = ACTIONS(6244), + [anon_sym_RBRACE] = ACTIONS(4033), + [anon_sym_LPAREN] = ACTIONS(4033), + [anon_sym_COMMA] = ACTIONS(4033), + [anon_sym_LT] = ACTIONS(4031), + [anon_sym_GT] = ACTIONS(4031), + [anon_sym_where] = ACTIONS(3118), + [anon_sym_object] = ACTIONS(4031), + [anon_sym_fun] = ACTIONS(4031), + [anon_sym_DOT] = ACTIONS(4031), + [anon_sym_SEMI] = ACTIONS(4033), + [anon_sym_get] = ACTIONS(4031), + [anon_sym_set] = ACTIONS(4031), + [anon_sym_this] = ACTIONS(4031), + [anon_sym_super] = ACTIONS(4031), + [anon_sym_STAR] = ACTIONS(4031), + [sym_label] = ACTIONS(4031), + [anon_sym_in] = ACTIONS(4031), + [anon_sym_DOT_DOT] = ACTIONS(4033), + [anon_sym_QMARK_COLON] = ACTIONS(4033), + [anon_sym_AMP_AMP] = ACTIONS(4033), + [anon_sym_PIPE_PIPE] = ACTIONS(4033), + [anon_sym_null] = ACTIONS(4031), + [anon_sym_if] = ACTIONS(4031), + [anon_sym_else] = ACTIONS(4031), + [anon_sym_when] = ACTIONS(4031), + [anon_sym_try] = ACTIONS(4031), + [anon_sym_throw] = ACTIONS(4031), + [anon_sym_return] = ACTIONS(4031), + [anon_sym_continue] = ACTIONS(4031), + [anon_sym_break] = ACTIONS(4031), + [anon_sym_COLON_COLON] = ACTIONS(4033), + [anon_sym_PLUS_EQ] = ACTIONS(4033), + [anon_sym_DASH_EQ] = ACTIONS(4033), + [anon_sym_STAR_EQ] = ACTIONS(4033), + [anon_sym_SLASH_EQ] = ACTIONS(4033), + [anon_sym_PERCENT_EQ] = ACTIONS(4033), + [anon_sym_BANG_EQ] = ACTIONS(4031), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4033), + [anon_sym_EQ_EQ] = ACTIONS(4031), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4033), + [anon_sym_LT_EQ] = ACTIONS(4033), + [anon_sym_GT_EQ] = ACTIONS(4033), + [anon_sym_BANGin] = ACTIONS(4033), + [anon_sym_is] = ACTIONS(4031), + [anon_sym_BANGis] = ACTIONS(4033), + [anon_sym_PLUS] = ACTIONS(4031), + [anon_sym_DASH] = ACTIONS(4031), + [anon_sym_SLASH] = ACTIONS(4031), + [anon_sym_PERCENT] = ACTIONS(4031), + [anon_sym_as_QMARK] = ACTIONS(4033), + [anon_sym_PLUS_PLUS] = ACTIONS(4033), + [anon_sym_DASH_DASH] = ACTIONS(4033), + [anon_sym_BANG] = ACTIONS(4031), + [anon_sym_BANG_BANG] = ACTIONS(4033), + [anon_sym_data] = ACTIONS(4031), + [anon_sym_inner] = ACTIONS(4031), + [anon_sym_expect] = ACTIONS(4031), + [anon_sym_actual] = ACTIONS(4031), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4033), + [anon_sym_continue_AT] = ACTIONS(4033), + [anon_sym_break_AT] = ACTIONS(4033), + [sym_real_literal] = ACTIONS(4033), + [sym_integer_literal] = ACTIONS(4031), + [sym_hex_literal] = ACTIONS(4033), + [sym_bin_literal] = ACTIONS(4033), + [anon_sym_true] = ACTIONS(4031), + [anon_sym_false] = ACTIONS(4031), + [anon_sym_SQUOTE] = ACTIONS(4033), + [sym__backtick_identifier] = ACTIONS(4033), + [sym__automatic_semicolon] = ACTIONS(4033), + [sym_safe_nav] = ACTIONS(4033), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4033), + }, + [2819] = { + [sym_getter] = STATE(4947), + [sym_setter] = STATE(4947), + [sym_modifiers] = STATE(8625), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1778), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1772), - [anon_sym_as] = ACTIONS(1770), - [anon_sym_LBRACE] = ACTIONS(1772), - [anon_sym_RBRACE] = ACTIONS(1772), - [anon_sym_LPAREN] = ACTIONS(1772), - [anon_sym_RPAREN] = ACTIONS(1772), - [anon_sym_LT] = ACTIONS(1770), - [anon_sym_GT] = ACTIONS(1770), - [anon_sym_DOT] = ACTIONS(1770), - [anon_sym_SEMI] = ACTIONS(4292), - [anon_sym_get] = ACTIONS(6096), - [anon_sym_set] = ACTIONS(6098), - [anon_sym_STAR] = ACTIONS(1772), - [sym_label] = ACTIONS(1772), - [anon_sym_in] = ACTIONS(1770), - [anon_sym_while] = ACTIONS(1770), - [anon_sym_DOT_DOT] = ACTIONS(1772), - [anon_sym_QMARK_COLON] = ACTIONS(1772), - [anon_sym_AMP_AMP] = ACTIONS(1772), - [anon_sym_PIPE_PIPE] = ACTIONS(1772), - [anon_sym_else] = ACTIONS(1770), - [anon_sym_COLON_COLON] = ACTIONS(1772), - [anon_sym_BANG_EQ] = ACTIONS(1770), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1772), - [anon_sym_EQ_EQ] = ACTIONS(1770), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1772), - [anon_sym_LT_EQ] = ACTIONS(1772), - [anon_sym_GT_EQ] = ACTIONS(1772), - [anon_sym_BANGin] = ACTIONS(1772), - [anon_sym_is] = ACTIONS(1770), - [anon_sym_BANGis] = ACTIONS(1772), - [anon_sym_PLUS] = ACTIONS(1770), - [anon_sym_DASH] = ACTIONS(1770), - [anon_sym_SLASH] = ACTIONS(1770), - [anon_sym_PERCENT] = ACTIONS(1772), - [anon_sym_as_QMARK] = ACTIONS(1772), - [anon_sym_PLUS_PLUS] = ACTIONS(1772), - [anon_sym_DASH_DASH] = ACTIONS(1772), - [anon_sym_BANG_BANG] = ACTIONS(1772), + [anon_sym_LBRACK] = ACTIONS(1780), + [anon_sym_as] = ACTIONS(1778), + [anon_sym_LBRACE] = ACTIONS(1780), + [anon_sym_RBRACE] = ACTIONS(1780), + [anon_sym_LPAREN] = ACTIONS(1780), + [anon_sym_LT] = ACTIONS(1778), + [anon_sym_GT] = ACTIONS(1778), + [anon_sym_DOT] = ACTIONS(1778), + [anon_sym_SEMI] = ACTIONS(1780), + [anon_sym_get] = ACTIONS(6162), + [anon_sym_set] = ACTIONS(6164), + [anon_sym_STAR] = ACTIONS(1780), + [sym_label] = ACTIONS(1780), + [anon_sym_in] = ACTIONS(1778), + [anon_sym_DOT_DOT] = ACTIONS(1780), + [anon_sym_QMARK_COLON] = ACTIONS(1780), + [anon_sym_AMP_AMP] = ACTIONS(1780), + [anon_sym_PIPE_PIPE] = ACTIONS(1780), + [anon_sym_else] = ACTIONS(1778), + [anon_sym_COLON_COLON] = ACTIONS(1780), + [anon_sym_BANG_EQ] = ACTIONS(1778), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1780), + [anon_sym_EQ_EQ] = ACTIONS(1778), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1780), + [anon_sym_LT_EQ] = ACTIONS(1780), + [anon_sym_GT_EQ] = ACTIONS(1780), + [anon_sym_BANGin] = ACTIONS(1780), + [anon_sym_is] = ACTIONS(1778), + [anon_sym_BANGis] = ACTIONS(1780), + [anon_sym_PLUS] = ACTIONS(1778), + [anon_sym_DASH] = ACTIONS(1778), + [anon_sym_SLASH] = ACTIONS(1778), + [anon_sym_PERCENT] = ACTIONS(1780), + [anon_sym_as_QMARK] = ACTIONS(1780), + [anon_sym_PLUS_PLUS] = ACTIONS(1780), + [anon_sym_DASH_DASH] = ACTIONS(1780), + [anon_sym_BANG_BANG] = ACTIONS(1780), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -323722,29 +326620,116 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1772), - [sym_safe_nav] = ACTIONS(1772), + [sym__backtick_identifier] = ACTIONS(1780), + [sym__automatic_semicolon] = ACTIONS(1780), + [sym_safe_nav] = ACTIONS(1780), [sym_multiline_comment] = ACTIONS(3), }, - [2788] = { - [sym_getter] = STATE(4680), - [sym_setter] = STATE(4680), - [sym_modifiers] = STATE(8572), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [2820] = { + [sym_getter] = STATE(5058), + [sym_setter] = STATE(5058), + [sym_modifiers] = STATE(8625), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1784), + [anon_sym_AT] = ACTIONS(3232), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(1786), + [anon_sym_get] = ACTIONS(6162), + [anon_sym_set] = ACTIONS(6164), + [anon_sym_STAR] = ACTIONS(1786), + [sym_label] = ACTIONS(1786), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1786), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG_BANG] = ACTIONS(1786), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1786), + [sym__automatic_semicolon] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), + [sym_multiline_comment] = ACTIONS(3), + }, + [2821] = { + [sym_getter] = STATE(4923), + [sym_setter] = STATE(4923), + [sym_modifiers] = STATE(8625), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1770), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1772), @@ -323752,17 +326737,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(1772), [anon_sym_RBRACE] = ACTIONS(1772), [anon_sym_LPAREN] = ACTIONS(1772), - [anon_sym_RPAREN] = ACTIONS(1772), [anon_sym_LT] = ACTIONS(1770), [anon_sym_GT] = ACTIONS(1770), [anon_sym_DOT] = ACTIONS(1770), - [anon_sym_SEMI] = ACTIONS(1772), - [anon_sym_get] = ACTIONS(6096), - [anon_sym_set] = ACTIONS(6098), + [anon_sym_SEMI] = ACTIONS(4452), + [anon_sym_get] = ACTIONS(6162), + [anon_sym_set] = ACTIONS(6164), [anon_sym_STAR] = ACTIONS(1772), [sym_label] = ACTIONS(1772), [anon_sym_in] = ACTIONS(1770), - [anon_sym_while] = ACTIONS(1770), [anon_sym_DOT_DOT] = ACTIONS(1772), [anon_sym_QMARK_COLON] = ACTIONS(1772), [anon_sym_AMP_AMP] = ACTIONS(1772), @@ -323809,29 +326792,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1772), + [sym__automatic_semicolon] = ACTIONS(1772), [sym_safe_nav] = ACTIONS(1772), [sym_multiline_comment] = ACTIONS(3), }, - [2789] = { - [sym_getter] = STATE(3209), - [sym_setter] = STATE(3209), - [sym_modifiers] = STATE(8592), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [2822] = { + [sym_getter] = STATE(3715), + [sym_setter] = STATE(3715), + [sym_modifiers] = STATE(8770), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1694), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1696), @@ -323839,17 +326823,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(1696), [anon_sym_RBRACE] = ACTIONS(1696), [anon_sym_LPAREN] = ACTIONS(1696), - [anon_sym_RPAREN] = ACTIONS(1696), [anon_sym_LT] = ACTIONS(1694), [anon_sym_GT] = ACTIONS(1694), [anon_sym_DOT] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(1696), - [anon_sym_get] = ACTIONS(6064), - [anon_sym_set] = ACTIONS(6066), + [anon_sym_SEMI] = ACTIONS(4400), + [anon_sym_get] = ACTIONS(6176), + [anon_sym_set] = ACTIONS(6178), [anon_sym_STAR] = ACTIONS(1696), [sym_label] = ACTIONS(1696), [anon_sym_in] = ACTIONS(1694), - [anon_sym_while] = ACTIONS(1694), [anon_sym_DOT_DOT] = ACTIONS(1696), [anon_sym_QMARK_COLON] = ACTIONS(1696), [anon_sym_AMP_AMP] = ACTIONS(1696), @@ -323896,70 +326878,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1696), + [sym__automatic_semicolon] = ACTIONS(1696), [sym_safe_nav] = ACTIONS(1696), [sym_multiline_comment] = ACTIONS(3), }, - [2790] = { - [sym_getter] = STATE(4710), - [sym_setter] = STATE(4710), - [sym_modifiers] = STATE(8572), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), + [2823] = { + [sym_getter] = STATE(4923), + [sym_setter] = STATE(4923), + [sym_modifiers] = STATE(8625), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1770), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_RPAREN] = ACTIONS(1778), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(1778), - [anon_sym_get] = ACTIONS(6096), - [anon_sym_set] = ACTIONS(6098), - [anon_sym_STAR] = ACTIONS(1778), - [sym_label] = ACTIONS(1778), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_while] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1778), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG_BANG] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(1772), + [anon_sym_as] = ACTIONS(1770), + [anon_sym_LBRACE] = ACTIONS(1772), + [anon_sym_RBRACE] = ACTIONS(1772), + [anon_sym_LPAREN] = ACTIONS(1772), + [anon_sym_LT] = ACTIONS(1770), + [anon_sym_GT] = ACTIONS(1770), + [anon_sym_DOT] = ACTIONS(1770), + [anon_sym_SEMI] = ACTIONS(1772), + [anon_sym_get] = ACTIONS(6162), + [anon_sym_set] = ACTIONS(6164), + [anon_sym_STAR] = ACTIONS(1772), + [sym_label] = ACTIONS(1772), + [anon_sym_in] = ACTIONS(1770), + [anon_sym_DOT_DOT] = ACTIONS(1772), + [anon_sym_QMARK_COLON] = ACTIONS(1772), + [anon_sym_AMP_AMP] = ACTIONS(1772), + [anon_sym_PIPE_PIPE] = ACTIONS(1772), + [anon_sym_else] = ACTIONS(1770), + [anon_sym_COLON_COLON] = ACTIONS(1772), + [anon_sym_BANG_EQ] = ACTIONS(1770), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1772), + [anon_sym_EQ_EQ] = ACTIONS(1770), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1772), + [anon_sym_LT_EQ] = ACTIONS(1772), + [anon_sym_GT_EQ] = ACTIONS(1772), + [anon_sym_BANGin] = ACTIONS(1772), + [anon_sym_is] = ACTIONS(1770), + [anon_sym_BANGis] = ACTIONS(1772), + [anon_sym_PLUS] = ACTIONS(1770), + [anon_sym_DASH] = ACTIONS(1770), + [anon_sym_SLASH] = ACTIONS(1770), + [anon_sym_PERCENT] = ACTIONS(1772), + [anon_sym_as_QMARK] = ACTIONS(1772), + [anon_sym_PLUS_PLUS] = ACTIONS(1772), + [anon_sym_DASH_DASH] = ACTIONS(1772), + [anon_sym_BANG_BANG] = ACTIONS(1772), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -323983,29 +326964,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), + [sym__backtick_identifier] = ACTIONS(1772), + [sym__automatic_semicolon] = ACTIONS(1772), + [sym_safe_nav] = ACTIONS(1772), [sym_multiline_comment] = ACTIONS(3), }, - [2791] = { - [sym_getter] = STATE(3209), - [sym_setter] = STATE(3209), - [sym_modifiers] = STATE(8592), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [2824] = { + [sym_getter] = STATE(3715), + [sym_setter] = STATE(3715), + [sym_modifiers] = STATE(8770), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1694), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1696), @@ -324013,17 +326995,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(1696), [anon_sym_RBRACE] = ACTIONS(1696), [anon_sym_LPAREN] = ACTIONS(1696), - [anon_sym_RPAREN] = ACTIONS(1696), [anon_sym_LT] = ACTIONS(1694), [anon_sym_GT] = ACTIONS(1694), [anon_sym_DOT] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(4225), - [anon_sym_get] = ACTIONS(6064), - [anon_sym_set] = ACTIONS(6066), + [anon_sym_SEMI] = ACTIONS(1696), + [anon_sym_get] = ACTIONS(6176), + [anon_sym_set] = ACTIONS(6178), [anon_sym_STAR] = ACTIONS(1696), [sym_label] = ACTIONS(1696), [anon_sym_in] = ACTIONS(1694), - [anon_sym_while] = ACTIONS(1694), [anon_sym_DOT_DOT] = ACTIONS(1696), [anon_sym_QMARK_COLON] = ACTIONS(1696), [anon_sym_AMP_AMP] = ACTIONS(1696), @@ -324070,70 +327050,241 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1696), + [sym__automatic_semicolon] = ACTIONS(1696), [sym_safe_nav] = ACTIONS(1696), [sym_multiline_comment] = ACTIONS(3), }, - [2792] = { - [sym_getter] = STATE(3232), - [sym_setter] = STATE(3232), - [sym_modifiers] = STATE(8592), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), + [2825] = { + [sym_type_constraints] = STATE(2986), + [sym_function_body] = STATE(3281), + [sym__block] = STATE(3464), + [sym__alpha_identifier] = ACTIONS(4041), + [anon_sym_AT] = ACTIONS(4043), + [anon_sym_COLON] = ACTIONS(6252), + [anon_sym_LBRACK] = ACTIONS(4043), + [anon_sym_RBRACK] = ACTIONS(4043), + [anon_sym_as] = ACTIONS(4041), + [anon_sym_EQ] = ACTIONS(6231), + [anon_sym_LBRACE] = ACTIONS(6233), + [anon_sym_RBRACE] = ACTIONS(4043), + [anon_sym_LPAREN] = ACTIONS(4043), + [anon_sym_COMMA] = ACTIONS(4043), + [anon_sym_RPAREN] = ACTIONS(4043), + [anon_sym_LT] = ACTIONS(4041), + [anon_sym_GT] = ACTIONS(4041), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(4041), + [anon_sym_SEMI] = ACTIONS(4043), + [anon_sym_get] = ACTIONS(4041), + [anon_sym_set] = ACTIONS(4041), + [anon_sym_STAR] = ACTIONS(4041), + [anon_sym_DASH_GT] = ACTIONS(4043), + [sym_label] = ACTIONS(4043), + [anon_sym_in] = ACTIONS(4041), + [anon_sym_while] = ACTIONS(4041), + [anon_sym_DOT_DOT] = ACTIONS(4043), + [anon_sym_QMARK_COLON] = ACTIONS(4043), + [anon_sym_AMP_AMP] = ACTIONS(4043), + [anon_sym_PIPE_PIPE] = ACTIONS(4043), + [anon_sym_else] = ACTIONS(4041), + [anon_sym_COLON_COLON] = ACTIONS(4043), + [anon_sym_PLUS_EQ] = ACTIONS(4043), + [anon_sym_DASH_EQ] = ACTIONS(4043), + [anon_sym_STAR_EQ] = ACTIONS(4043), + [anon_sym_SLASH_EQ] = ACTIONS(4043), + [anon_sym_PERCENT_EQ] = ACTIONS(4043), + [anon_sym_BANG_EQ] = ACTIONS(4041), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4043), + [anon_sym_EQ_EQ] = ACTIONS(4041), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4043), + [anon_sym_LT_EQ] = ACTIONS(4043), + [anon_sym_GT_EQ] = ACTIONS(4043), + [anon_sym_BANGin] = ACTIONS(4043), + [anon_sym_is] = ACTIONS(4041), + [anon_sym_BANGis] = ACTIONS(4043), + [anon_sym_PLUS] = ACTIONS(4041), + [anon_sym_DASH] = ACTIONS(4041), + [anon_sym_SLASH] = ACTIONS(4041), + [anon_sym_PERCENT] = ACTIONS(4041), + [anon_sym_as_QMARK] = ACTIONS(4043), + [anon_sym_PLUS_PLUS] = ACTIONS(4043), + [anon_sym_DASH_DASH] = ACTIONS(4043), + [anon_sym_BANG_BANG] = ACTIONS(4043), + [anon_sym_suspend] = ACTIONS(4041), + [anon_sym_sealed] = ACTIONS(4041), + [anon_sym_annotation] = ACTIONS(4041), + [anon_sym_data] = ACTIONS(4041), + [anon_sym_inner] = ACTIONS(4041), + [anon_sym_override] = ACTIONS(4041), + [anon_sym_lateinit] = ACTIONS(4041), + [anon_sym_public] = ACTIONS(4041), + [anon_sym_private] = ACTIONS(4041), + [anon_sym_internal] = ACTIONS(4041), + [anon_sym_protected] = ACTIONS(4041), + [anon_sym_tailrec] = ACTIONS(4041), + [anon_sym_operator] = ACTIONS(4041), + [anon_sym_infix] = ACTIONS(4041), + [anon_sym_inline] = ACTIONS(4041), + [anon_sym_external] = ACTIONS(4041), + [sym_property_modifier] = ACTIONS(4041), + [anon_sym_abstract] = ACTIONS(4041), + [anon_sym_final] = ACTIONS(4041), + [anon_sym_open] = ACTIONS(4041), + [anon_sym_vararg] = ACTIONS(4041), + [anon_sym_noinline] = ACTIONS(4041), + [anon_sym_crossinline] = ACTIONS(4041), + [anon_sym_expect] = ACTIONS(4041), + [anon_sym_actual] = ACTIONS(4041), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4043), + [sym_safe_nav] = ACTIONS(4043), + [sym_multiline_comment] = ACTIONS(3), + }, + [2826] = { + [sym_type_constraints] = STATE(2985), + [sym_function_body] = STATE(3248), + [sym__block] = STATE(3464), + [sym__alpha_identifier] = ACTIONS(4047), + [anon_sym_AT] = ACTIONS(4049), + [anon_sym_COLON] = ACTIONS(6254), + [anon_sym_LBRACK] = ACTIONS(4049), + [anon_sym_RBRACK] = ACTIONS(4049), + [anon_sym_as] = ACTIONS(4047), + [anon_sym_EQ] = ACTIONS(6231), + [anon_sym_LBRACE] = ACTIONS(6233), + [anon_sym_RBRACE] = ACTIONS(4049), + [anon_sym_LPAREN] = ACTIONS(4049), + [anon_sym_COMMA] = ACTIONS(4049), + [anon_sym_RPAREN] = ACTIONS(4049), + [anon_sym_LT] = ACTIONS(4047), + [anon_sym_GT] = ACTIONS(4047), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(4047), + [anon_sym_SEMI] = ACTIONS(4049), + [anon_sym_get] = ACTIONS(4047), + [anon_sym_set] = ACTIONS(4047), + [anon_sym_STAR] = ACTIONS(4047), + [anon_sym_DASH_GT] = ACTIONS(4049), + [sym_label] = ACTIONS(4049), + [anon_sym_in] = ACTIONS(4047), + [anon_sym_while] = ACTIONS(4047), + [anon_sym_DOT_DOT] = ACTIONS(4049), + [anon_sym_QMARK_COLON] = ACTIONS(4049), + [anon_sym_AMP_AMP] = ACTIONS(4049), + [anon_sym_PIPE_PIPE] = ACTIONS(4049), + [anon_sym_else] = ACTIONS(4047), + [anon_sym_COLON_COLON] = ACTIONS(4049), + [anon_sym_PLUS_EQ] = ACTIONS(4049), + [anon_sym_DASH_EQ] = ACTIONS(4049), + [anon_sym_STAR_EQ] = ACTIONS(4049), + [anon_sym_SLASH_EQ] = ACTIONS(4049), + [anon_sym_PERCENT_EQ] = ACTIONS(4049), + [anon_sym_BANG_EQ] = ACTIONS(4047), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4049), + [anon_sym_EQ_EQ] = ACTIONS(4047), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4049), + [anon_sym_LT_EQ] = ACTIONS(4049), + [anon_sym_GT_EQ] = ACTIONS(4049), + [anon_sym_BANGin] = ACTIONS(4049), + [anon_sym_is] = ACTIONS(4047), + [anon_sym_BANGis] = ACTIONS(4049), + [anon_sym_PLUS] = ACTIONS(4047), + [anon_sym_DASH] = ACTIONS(4047), + [anon_sym_SLASH] = ACTIONS(4047), + [anon_sym_PERCENT] = ACTIONS(4047), + [anon_sym_as_QMARK] = ACTIONS(4049), + [anon_sym_PLUS_PLUS] = ACTIONS(4049), + [anon_sym_DASH_DASH] = ACTIONS(4049), + [anon_sym_BANG_BANG] = ACTIONS(4049), + [anon_sym_suspend] = ACTIONS(4047), + [anon_sym_sealed] = ACTIONS(4047), + [anon_sym_annotation] = ACTIONS(4047), + [anon_sym_data] = ACTIONS(4047), + [anon_sym_inner] = ACTIONS(4047), + [anon_sym_override] = ACTIONS(4047), + [anon_sym_lateinit] = ACTIONS(4047), + [anon_sym_public] = ACTIONS(4047), + [anon_sym_private] = ACTIONS(4047), + [anon_sym_internal] = ACTIONS(4047), + [anon_sym_protected] = ACTIONS(4047), + [anon_sym_tailrec] = ACTIONS(4047), + [anon_sym_operator] = ACTIONS(4047), + [anon_sym_infix] = ACTIONS(4047), + [anon_sym_inline] = ACTIONS(4047), + [anon_sym_external] = ACTIONS(4047), + [sym_property_modifier] = ACTIONS(4047), + [anon_sym_abstract] = ACTIONS(4047), + [anon_sym_final] = ACTIONS(4047), + [anon_sym_open] = ACTIONS(4047), + [anon_sym_vararg] = ACTIONS(4047), + [anon_sym_noinline] = ACTIONS(4047), + [anon_sym_crossinline] = ACTIONS(4047), + [anon_sym_expect] = ACTIONS(4047), + [anon_sym_actual] = ACTIONS(4047), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4049), + [sym_safe_nav] = ACTIONS(4049), + [sym_multiline_comment] = ACTIONS(3), + }, + [2827] = { + [sym_getter] = STATE(3760), + [sym_setter] = STATE(3760), + [sym_modifiers] = STATE(8770), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1770), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_RPAREN] = ACTIONS(3256), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(3256), - [anon_sym_get] = ACTIONS(6064), - [anon_sym_set] = ACTIONS(6066), - [anon_sym_STAR] = ACTIONS(3256), - [sym_label] = ACTIONS(3256), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_while] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3256), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG_BANG] = ACTIONS(3256), + [anon_sym_LBRACK] = ACTIONS(1772), + [anon_sym_as] = ACTIONS(1770), + [anon_sym_LBRACE] = ACTIONS(1772), + [anon_sym_RBRACE] = ACTIONS(1772), + [anon_sym_LPAREN] = ACTIONS(1772), + [anon_sym_LT] = ACTIONS(1770), + [anon_sym_GT] = ACTIONS(1770), + [anon_sym_DOT] = ACTIONS(1770), + [anon_sym_SEMI] = ACTIONS(1772), + [anon_sym_get] = ACTIONS(6176), + [anon_sym_set] = ACTIONS(6178), + [anon_sym_STAR] = ACTIONS(1772), + [sym_label] = ACTIONS(1772), + [anon_sym_in] = ACTIONS(1770), + [anon_sym_DOT_DOT] = ACTIONS(1772), + [anon_sym_QMARK_COLON] = ACTIONS(1772), + [anon_sym_AMP_AMP] = ACTIONS(1772), + [anon_sym_PIPE_PIPE] = ACTIONS(1772), + [anon_sym_else] = ACTIONS(1770), + [anon_sym_COLON_COLON] = ACTIONS(1772), + [anon_sym_BANG_EQ] = ACTIONS(1770), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1772), + [anon_sym_EQ_EQ] = ACTIONS(1770), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1772), + [anon_sym_LT_EQ] = ACTIONS(1772), + [anon_sym_GT_EQ] = ACTIONS(1772), + [anon_sym_BANGin] = ACTIONS(1772), + [anon_sym_is] = ACTIONS(1770), + [anon_sym_BANGis] = ACTIONS(1772), + [anon_sym_PLUS] = ACTIONS(1770), + [anon_sym_DASH] = ACTIONS(1770), + [anon_sym_SLASH] = ACTIONS(1770), + [anon_sym_PERCENT] = ACTIONS(1772), + [anon_sym_as_QMARK] = ACTIONS(1772), + [anon_sym_PLUS_PLUS] = ACTIONS(1772), + [anon_sym_DASH_DASH] = ACTIONS(1772), + [anon_sym_BANG_BANG] = ACTIONS(1772), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -324157,29 +327308,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), + [sym__backtick_identifier] = ACTIONS(1772), + [sym__automatic_semicolon] = ACTIONS(1772), + [sym_safe_nav] = ACTIONS(1772), [sym_multiline_comment] = ACTIONS(3), }, - [2793] = { - [sym_getter] = STATE(3810), - [sym_setter] = STATE(3810), - [sym_modifiers] = STATE(8637), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [2828] = { + [sym_getter] = STATE(4916), + [sym_setter] = STATE(4916), + [sym_modifiers] = STATE(8625), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1764), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1766), @@ -324190,9 +327342,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT] = ACTIONS(1764), [anon_sym_GT] = ACTIONS(1764), [anon_sym_DOT] = ACTIONS(1764), - [anon_sym_SEMI] = ACTIONS(1766), - [anon_sym_get] = ACTIONS(6148), - [anon_sym_set] = ACTIONS(6150), + [anon_sym_SEMI] = ACTIONS(4450), + [anon_sym_get] = ACTIONS(6162), + [anon_sym_set] = ACTIONS(6164), [anon_sym_STAR] = ACTIONS(1766), [sym_label] = ACTIONS(1766), [anon_sym_in] = ACTIONS(1764), @@ -324242,1101 +327394,155 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1766), [sym__automatic_semicolon] = ACTIONS(1766), [sym_safe_nav] = ACTIONS(1766), [sym_multiline_comment] = ACTIONS(3), }, - [2794] = { - [sym_type_constraints] = STATE(2932), - [sym_function_body] = STATE(3157), - [sym__block] = STATE(3245), - [sym__alpha_identifier] = ACTIONS(4095), - [anon_sym_AT] = ACTIONS(4097), - [anon_sym_COLON] = ACTIONS(6216), - [anon_sym_LBRACK] = ACTIONS(4097), - [anon_sym_as] = ACTIONS(4095), - [anon_sym_EQ] = ACTIONS(6218), - [anon_sym_LBRACE] = ACTIONS(6220), - [anon_sym_RBRACE] = ACTIONS(4097), - [anon_sym_LPAREN] = ACTIONS(4097), - [anon_sym_COMMA] = ACTIONS(4097), - [anon_sym_LT] = ACTIONS(4095), - [anon_sym_GT] = ACTIONS(4095), + [2829] = { + [sym_type_constraints] = STATE(2958), + [sym_function_body] = STATE(3153), + [sym__block] = STATE(3334), + [sym__alpha_identifier] = ACTIONS(4099), + [anon_sym_AT] = ACTIONS(4101), + [anon_sym_COLON] = ACTIONS(6256), + [anon_sym_LBRACK] = ACTIONS(4101), + [anon_sym_as] = ACTIONS(4099), + [anon_sym_EQ] = ACTIONS(6242), + [anon_sym_LBRACE] = ACTIONS(6244), + [anon_sym_RBRACE] = ACTIONS(4101), + [anon_sym_LPAREN] = ACTIONS(4101), + [anon_sym_COMMA] = ACTIONS(4101), + [anon_sym_LT] = ACTIONS(4099), + [anon_sym_GT] = ACTIONS(4099), [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(4095), - [anon_sym_fun] = ACTIONS(4095), - [anon_sym_DOT] = ACTIONS(4095), - [anon_sym_SEMI] = ACTIONS(4097), - [anon_sym_get] = ACTIONS(4095), - [anon_sym_set] = ACTIONS(4095), - [anon_sym_this] = ACTIONS(4095), - [anon_sym_super] = ACTIONS(4095), - [anon_sym_STAR] = ACTIONS(4095), - [sym_label] = ACTIONS(4095), - [anon_sym_in] = ACTIONS(4095), - [anon_sym_DOT_DOT] = ACTIONS(4097), - [anon_sym_QMARK_COLON] = ACTIONS(4097), - [anon_sym_AMP_AMP] = ACTIONS(4097), - [anon_sym_PIPE_PIPE] = ACTIONS(4097), - [anon_sym_null] = ACTIONS(4095), - [anon_sym_if] = ACTIONS(4095), - [anon_sym_else] = ACTIONS(4095), - [anon_sym_when] = ACTIONS(4095), - [anon_sym_try] = ACTIONS(4095), - [anon_sym_throw] = ACTIONS(4095), - [anon_sym_return] = ACTIONS(4095), - [anon_sym_continue] = ACTIONS(4095), - [anon_sym_break] = ACTIONS(4095), - [anon_sym_COLON_COLON] = ACTIONS(4097), - [anon_sym_PLUS_EQ] = ACTIONS(4097), - [anon_sym_DASH_EQ] = ACTIONS(4097), - [anon_sym_STAR_EQ] = ACTIONS(4097), - [anon_sym_SLASH_EQ] = ACTIONS(4097), - [anon_sym_PERCENT_EQ] = ACTIONS(4097), - [anon_sym_BANG_EQ] = ACTIONS(4095), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4097), - [anon_sym_EQ_EQ] = ACTIONS(4095), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4097), - [anon_sym_LT_EQ] = ACTIONS(4097), - [anon_sym_GT_EQ] = ACTIONS(4097), - [anon_sym_BANGin] = ACTIONS(4097), - [anon_sym_is] = ACTIONS(4095), - [anon_sym_BANGis] = ACTIONS(4097), - [anon_sym_PLUS] = ACTIONS(4095), - [anon_sym_DASH] = ACTIONS(4095), - [anon_sym_SLASH] = ACTIONS(4095), - [anon_sym_PERCENT] = ACTIONS(4095), - [anon_sym_as_QMARK] = ACTIONS(4097), - [anon_sym_PLUS_PLUS] = ACTIONS(4097), - [anon_sym_DASH_DASH] = ACTIONS(4097), - [anon_sym_BANG] = ACTIONS(4095), - [anon_sym_BANG_BANG] = ACTIONS(4097), - [anon_sym_data] = ACTIONS(4095), - [anon_sym_inner] = ACTIONS(4095), - [anon_sym_expect] = ACTIONS(4095), - [anon_sym_actual] = ACTIONS(4095), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4097), - [anon_sym_continue_AT] = ACTIONS(4097), - [anon_sym_break_AT] = ACTIONS(4097), - [sym_real_literal] = ACTIONS(4097), - [sym_integer_literal] = ACTIONS(4095), - [sym_hex_literal] = ACTIONS(4097), - [sym_bin_literal] = ACTIONS(4097), - [anon_sym_true] = ACTIONS(4095), - [anon_sym_false] = ACTIONS(4095), - [anon_sym_SQUOTE] = ACTIONS(4097), - [sym__backtick_identifier] = ACTIONS(4097), - [sym__automatic_semicolon] = ACTIONS(4097), - [sym_safe_nav] = ACTIONS(4097), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4097), + [anon_sym_object] = ACTIONS(4099), + [anon_sym_fun] = ACTIONS(4099), + [anon_sym_DOT] = ACTIONS(4099), + [anon_sym_SEMI] = ACTIONS(4101), + [anon_sym_get] = ACTIONS(4099), + [anon_sym_set] = ACTIONS(4099), + [anon_sym_this] = ACTIONS(4099), + [anon_sym_super] = ACTIONS(4099), + [anon_sym_STAR] = ACTIONS(4099), + [sym_label] = ACTIONS(4099), + [anon_sym_in] = ACTIONS(4099), + [anon_sym_DOT_DOT] = ACTIONS(4101), + [anon_sym_QMARK_COLON] = ACTIONS(4101), + [anon_sym_AMP_AMP] = ACTIONS(4101), + [anon_sym_PIPE_PIPE] = ACTIONS(4101), + [anon_sym_null] = ACTIONS(4099), + [anon_sym_if] = ACTIONS(4099), + [anon_sym_else] = ACTIONS(4099), + [anon_sym_when] = ACTIONS(4099), + [anon_sym_try] = ACTIONS(4099), + [anon_sym_throw] = ACTIONS(4099), + [anon_sym_return] = ACTIONS(4099), + [anon_sym_continue] = ACTIONS(4099), + [anon_sym_break] = ACTIONS(4099), + [anon_sym_COLON_COLON] = ACTIONS(4101), + [anon_sym_PLUS_EQ] = ACTIONS(4101), + [anon_sym_DASH_EQ] = ACTIONS(4101), + [anon_sym_STAR_EQ] = ACTIONS(4101), + [anon_sym_SLASH_EQ] = ACTIONS(4101), + [anon_sym_PERCENT_EQ] = ACTIONS(4101), + [anon_sym_BANG_EQ] = ACTIONS(4099), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4101), + [anon_sym_EQ_EQ] = ACTIONS(4099), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4101), + [anon_sym_LT_EQ] = ACTIONS(4101), + [anon_sym_GT_EQ] = ACTIONS(4101), + [anon_sym_BANGin] = ACTIONS(4101), + [anon_sym_is] = ACTIONS(4099), + [anon_sym_BANGis] = ACTIONS(4101), + [anon_sym_PLUS] = ACTIONS(4099), + [anon_sym_DASH] = ACTIONS(4099), + [anon_sym_SLASH] = ACTIONS(4099), + [anon_sym_PERCENT] = ACTIONS(4099), + [anon_sym_as_QMARK] = ACTIONS(4101), + [anon_sym_PLUS_PLUS] = ACTIONS(4101), + [anon_sym_DASH_DASH] = ACTIONS(4101), + [anon_sym_BANG] = ACTIONS(4099), + [anon_sym_BANG_BANG] = ACTIONS(4101), + [anon_sym_data] = ACTIONS(4099), + [anon_sym_inner] = ACTIONS(4099), + [anon_sym_expect] = ACTIONS(4099), + [anon_sym_actual] = ACTIONS(4099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4101), + [anon_sym_continue_AT] = ACTIONS(4101), + [anon_sym_break_AT] = ACTIONS(4101), + [sym_real_literal] = ACTIONS(4101), + [sym_integer_literal] = ACTIONS(4099), + [sym_hex_literal] = ACTIONS(4101), + [sym_bin_literal] = ACTIONS(4101), + [anon_sym_true] = ACTIONS(4099), + [anon_sym_false] = ACTIONS(4099), + [anon_sym_SQUOTE] = ACTIONS(4101), + [sym__backtick_identifier] = ACTIONS(4101), + [sym__automatic_semicolon] = ACTIONS(4101), + [sym_safe_nav] = ACTIONS(4101), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4101), }, - [2795] = { - [sym_getter] = STATE(5040), - [sym_setter] = STATE(5040), - [sym_modifiers] = STATE(8589), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1694), + [2830] = { + [sym_getter] = STATE(3875), + [sym_setter] = STATE(3875), + [sym_modifiers] = STATE(8770), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1696), - [anon_sym_as] = ACTIONS(1694), - [anon_sym_LBRACE] = ACTIONS(1696), - [anon_sym_RBRACE] = ACTIONS(1696), - [anon_sym_LPAREN] = ACTIONS(1696), - [anon_sym_LT] = ACTIONS(1694), - [anon_sym_GT] = ACTIONS(1694), - [anon_sym_DOT] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(1696), - [anon_sym_get] = ACTIONS(6156), - [anon_sym_set] = ACTIONS(6158), - [anon_sym_STAR] = ACTIONS(1696), - [sym_label] = ACTIONS(1696), - [anon_sym_in] = ACTIONS(1694), - [anon_sym_DOT_DOT] = ACTIONS(1696), - [anon_sym_QMARK_COLON] = ACTIONS(1696), - [anon_sym_AMP_AMP] = ACTIONS(1696), - [anon_sym_PIPE_PIPE] = ACTIONS(1696), - [anon_sym_else] = ACTIONS(1694), - [anon_sym_COLON_COLON] = ACTIONS(1696), - [anon_sym_BANG_EQ] = ACTIONS(1694), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), - [anon_sym_EQ_EQ] = ACTIONS(1694), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), - [anon_sym_LT_EQ] = ACTIONS(1696), - [anon_sym_GT_EQ] = ACTIONS(1696), - [anon_sym_BANGin] = ACTIONS(1696), - [anon_sym_is] = ACTIONS(1694), - [anon_sym_BANGis] = ACTIONS(1696), - [anon_sym_PLUS] = ACTIONS(1694), - [anon_sym_DASH] = ACTIONS(1694), - [anon_sym_SLASH] = ACTIONS(1694), - [anon_sym_PERCENT] = ACTIONS(1696), - [anon_sym_as_QMARK] = ACTIONS(1696), - [anon_sym_PLUS_PLUS] = ACTIONS(1696), - [anon_sym_DASH_DASH] = ACTIONS(1696), - [anon_sym_BANG_BANG] = ACTIONS(1696), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1696), - [sym__automatic_semicolon] = ACTIONS(1696), - [sym_safe_nav] = ACTIONS(1696), - [sym_multiline_comment] = ACTIONS(3), - }, - [2796] = { - [sym_getter] = STATE(3681), - [sym_setter] = STATE(3681), - [sym_modifiers] = STATE(8637), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3340), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3342), - [anon_sym_as] = ACTIONS(3340), - [anon_sym_LBRACE] = ACTIONS(3342), - [anon_sym_RBRACE] = ACTIONS(3342), - [anon_sym_LPAREN] = ACTIONS(3342), - [anon_sym_LT] = ACTIONS(3340), - [anon_sym_GT] = ACTIONS(3340), - [anon_sym_DOT] = ACTIONS(3340), - [anon_sym_SEMI] = ACTIONS(3342), - [anon_sym_get] = ACTIONS(6148), - [anon_sym_set] = ACTIONS(6150), - [anon_sym_STAR] = ACTIONS(3342), - [sym_label] = ACTIONS(3342), - [anon_sym_in] = ACTIONS(3340), - [anon_sym_DOT_DOT] = ACTIONS(3342), - [anon_sym_QMARK_COLON] = ACTIONS(3342), - [anon_sym_AMP_AMP] = ACTIONS(3342), - [anon_sym_PIPE_PIPE] = ACTIONS(3342), - [anon_sym_else] = ACTIONS(3340), - [anon_sym_COLON_COLON] = ACTIONS(3342), - [anon_sym_BANG_EQ] = ACTIONS(3340), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3342), - [anon_sym_EQ_EQ] = ACTIONS(3340), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3342), - [anon_sym_LT_EQ] = ACTIONS(3342), - [anon_sym_GT_EQ] = ACTIONS(3342), - [anon_sym_BANGin] = ACTIONS(3342), - [anon_sym_is] = ACTIONS(3340), - [anon_sym_BANGis] = ACTIONS(3342), - [anon_sym_PLUS] = ACTIONS(3340), - [anon_sym_DASH] = ACTIONS(3340), - [anon_sym_SLASH] = ACTIONS(3340), - [anon_sym_PERCENT] = ACTIONS(3342), - [anon_sym_as_QMARK] = ACTIONS(3342), - [anon_sym_PLUS_PLUS] = ACTIONS(3342), - [anon_sym_DASH_DASH] = ACTIONS(3342), - [anon_sym_BANG_BANG] = ACTIONS(3342), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3342), - [sym__automatic_semicolon] = ACTIONS(3342), - [sym_safe_nav] = ACTIONS(3342), - [sym_multiline_comment] = ACTIONS(3), - }, - [2797] = { - [sym_getter] = STATE(3812), - [sym_setter] = STATE(3812), - [sym_modifiers] = STATE(8637), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1770), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1772), - [anon_sym_as] = ACTIONS(1770), - [anon_sym_LBRACE] = ACTIONS(1772), - [anon_sym_RBRACE] = ACTIONS(1772), - [anon_sym_LPAREN] = ACTIONS(1772), - [anon_sym_LT] = ACTIONS(1770), - [anon_sym_GT] = ACTIONS(1770), - [anon_sym_DOT] = ACTIONS(1770), - [anon_sym_SEMI] = ACTIONS(4501), - [anon_sym_get] = ACTIONS(6148), - [anon_sym_set] = ACTIONS(6150), - [anon_sym_STAR] = ACTIONS(1772), - [sym_label] = ACTIONS(1772), - [anon_sym_in] = ACTIONS(1770), - [anon_sym_DOT_DOT] = ACTIONS(1772), - [anon_sym_QMARK_COLON] = ACTIONS(1772), - [anon_sym_AMP_AMP] = ACTIONS(1772), - [anon_sym_PIPE_PIPE] = ACTIONS(1772), - [anon_sym_else] = ACTIONS(1770), - [anon_sym_COLON_COLON] = ACTIONS(1772), - [anon_sym_BANG_EQ] = ACTIONS(1770), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1772), - [anon_sym_EQ_EQ] = ACTIONS(1770), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1772), - [anon_sym_LT_EQ] = ACTIONS(1772), - [anon_sym_GT_EQ] = ACTIONS(1772), - [anon_sym_BANGin] = ACTIONS(1772), - [anon_sym_is] = ACTIONS(1770), - [anon_sym_BANGis] = ACTIONS(1772), - [anon_sym_PLUS] = ACTIONS(1770), - [anon_sym_DASH] = ACTIONS(1770), - [anon_sym_SLASH] = ACTIONS(1770), - [anon_sym_PERCENT] = ACTIONS(1772), - [anon_sym_as_QMARK] = ACTIONS(1772), - [anon_sym_PLUS_PLUS] = ACTIONS(1772), - [anon_sym_DASH_DASH] = ACTIONS(1772), - [anon_sym_BANG_BANG] = ACTIONS(1772), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1772), - [sym__automatic_semicolon] = ACTIONS(1772), - [sym_safe_nav] = ACTIONS(1772), - [sym_multiline_comment] = ACTIONS(3), - }, - [2798] = { - [sym_getter] = STATE(4953), - [sym_setter] = STATE(4953), - [sym_modifiers] = STATE(8589), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1752), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1754), - [anon_sym_as] = ACTIONS(1752), - [anon_sym_LBRACE] = ACTIONS(1754), - [anon_sym_RBRACE] = ACTIONS(1754), - [anon_sym_LPAREN] = ACTIONS(1754), - [anon_sym_LT] = ACTIONS(1752), - [anon_sym_GT] = ACTIONS(1752), - [anon_sym_DOT] = ACTIONS(1752), - [anon_sym_SEMI] = ACTIONS(1754), - [anon_sym_get] = ACTIONS(6156), - [anon_sym_set] = ACTIONS(6158), - [anon_sym_STAR] = ACTIONS(1754), - [sym_label] = ACTIONS(1754), - [anon_sym_in] = ACTIONS(1752), - [anon_sym_DOT_DOT] = ACTIONS(1754), - [anon_sym_QMARK_COLON] = ACTIONS(1754), - [anon_sym_AMP_AMP] = ACTIONS(1754), - [anon_sym_PIPE_PIPE] = ACTIONS(1754), - [anon_sym_else] = ACTIONS(1752), - [anon_sym_COLON_COLON] = ACTIONS(1754), - [anon_sym_BANG_EQ] = ACTIONS(1752), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), - [anon_sym_EQ_EQ] = ACTIONS(1752), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), - [anon_sym_LT_EQ] = ACTIONS(1754), - [anon_sym_GT_EQ] = ACTIONS(1754), - [anon_sym_BANGin] = ACTIONS(1754), - [anon_sym_is] = ACTIONS(1752), - [anon_sym_BANGis] = ACTIONS(1754), - [anon_sym_PLUS] = ACTIONS(1752), - [anon_sym_DASH] = ACTIONS(1752), - [anon_sym_SLASH] = ACTIONS(1752), - [anon_sym_PERCENT] = ACTIONS(1754), - [anon_sym_as_QMARK] = ACTIONS(1754), - [anon_sym_PLUS_PLUS] = ACTIONS(1754), - [anon_sym_DASH_DASH] = ACTIONS(1754), - [anon_sym_BANG_BANG] = ACTIONS(1754), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1754), - [sym__automatic_semicolon] = ACTIONS(1754), - [sym_safe_nav] = ACTIONS(1754), - [sym_multiline_comment] = ACTIONS(3), - }, - [2799] = { - [sym_getter] = STATE(4953), - [sym_setter] = STATE(4953), - [sym_modifiers] = STATE(8589), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1752), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1754), - [anon_sym_as] = ACTIONS(1752), - [anon_sym_LBRACE] = ACTIONS(1754), - [anon_sym_RBRACE] = ACTIONS(1754), - [anon_sym_LPAREN] = ACTIONS(1754), - [anon_sym_LT] = ACTIONS(1752), - [anon_sym_GT] = ACTIONS(1752), - [anon_sym_DOT] = ACTIONS(1752), - [anon_sym_SEMI] = ACTIONS(4418), - [anon_sym_get] = ACTIONS(6156), - [anon_sym_set] = ACTIONS(6158), - [anon_sym_STAR] = ACTIONS(1754), - [sym_label] = ACTIONS(1754), - [anon_sym_in] = ACTIONS(1752), - [anon_sym_DOT_DOT] = ACTIONS(1754), - [anon_sym_QMARK_COLON] = ACTIONS(1754), - [anon_sym_AMP_AMP] = ACTIONS(1754), - [anon_sym_PIPE_PIPE] = ACTIONS(1754), - [anon_sym_else] = ACTIONS(1752), - [anon_sym_COLON_COLON] = ACTIONS(1754), - [anon_sym_BANG_EQ] = ACTIONS(1752), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), - [anon_sym_EQ_EQ] = ACTIONS(1752), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), - [anon_sym_LT_EQ] = ACTIONS(1754), - [anon_sym_GT_EQ] = ACTIONS(1754), - [anon_sym_BANGin] = ACTIONS(1754), - [anon_sym_is] = ACTIONS(1752), - [anon_sym_BANGis] = ACTIONS(1754), - [anon_sym_PLUS] = ACTIONS(1752), - [anon_sym_DASH] = ACTIONS(1752), - [anon_sym_SLASH] = ACTIONS(1752), - [anon_sym_PERCENT] = ACTIONS(1754), - [anon_sym_as_QMARK] = ACTIONS(1754), - [anon_sym_PLUS_PLUS] = ACTIONS(1754), - [anon_sym_DASH_DASH] = ACTIONS(1754), - [anon_sym_BANG_BANG] = ACTIONS(1754), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1754), - [sym__automatic_semicolon] = ACTIONS(1754), - [sym_safe_nav] = ACTIONS(1754), - [sym_multiline_comment] = ACTIONS(3), - }, - [2800] = { - [sym_getter] = STATE(3812), - [sym_setter] = STATE(3812), - [sym_modifiers] = STATE(8637), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1770), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1772), - [anon_sym_as] = ACTIONS(1770), - [anon_sym_LBRACE] = ACTIONS(1772), - [anon_sym_RBRACE] = ACTIONS(1772), - [anon_sym_LPAREN] = ACTIONS(1772), - [anon_sym_LT] = ACTIONS(1770), - [anon_sym_GT] = ACTIONS(1770), - [anon_sym_DOT] = ACTIONS(1770), - [anon_sym_SEMI] = ACTIONS(1772), - [anon_sym_get] = ACTIONS(6148), - [anon_sym_set] = ACTIONS(6150), - [anon_sym_STAR] = ACTIONS(1772), - [sym_label] = ACTIONS(1772), - [anon_sym_in] = ACTIONS(1770), - [anon_sym_DOT_DOT] = ACTIONS(1772), - [anon_sym_QMARK_COLON] = ACTIONS(1772), - [anon_sym_AMP_AMP] = ACTIONS(1772), - [anon_sym_PIPE_PIPE] = ACTIONS(1772), - [anon_sym_else] = ACTIONS(1770), - [anon_sym_COLON_COLON] = ACTIONS(1772), - [anon_sym_BANG_EQ] = ACTIONS(1770), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1772), - [anon_sym_EQ_EQ] = ACTIONS(1770), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1772), - [anon_sym_LT_EQ] = ACTIONS(1772), - [anon_sym_GT_EQ] = ACTIONS(1772), - [anon_sym_BANGin] = ACTIONS(1772), - [anon_sym_is] = ACTIONS(1770), - [anon_sym_BANGis] = ACTIONS(1772), - [anon_sym_PLUS] = ACTIONS(1770), - [anon_sym_DASH] = ACTIONS(1770), - [anon_sym_SLASH] = ACTIONS(1770), - [anon_sym_PERCENT] = ACTIONS(1772), - [anon_sym_as_QMARK] = ACTIONS(1772), - [anon_sym_PLUS_PLUS] = ACTIONS(1772), - [anon_sym_DASH_DASH] = ACTIONS(1772), - [anon_sym_BANG_BANG] = ACTIONS(1772), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1772), - [sym__automatic_semicolon] = ACTIONS(1772), - [sym_safe_nav] = ACTIONS(1772), - [sym_multiline_comment] = ACTIONS(3), - }, - [2801] = { - [sym_getter] = STATE(4928), - [sym_setter] = STATE(4928), - [sym_modifiers] = STATE(8589), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1782), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1784), - [anon_sym_as] = ACTIONS(1782), - [anon_sym_LBRACE] = ACTIONS(1784), - [anon_sym_RBRACE] = ACTIONS(1784), - [anon_sym_LPAREN] = ACTIONS(1784), - [anon_sym_LT] = ACTIONS(1782), - [anon_sym_GT] = ACTIONS(1782), - [anon_sym_DOT] = ACTIONS(1782), - [anon_sym_SEMI] = ACTIONS(1784), - [anon_sym_get] = ACTIONS(6156), - [anon_sym_set] = ACTIONS(6158), - [anon_sym_STAR] = ACTIONS(1784), - [sym_label] = ACTIONS(1784), - [anon_sym_in] = ACTIONS(1782), - [anon_sym_DOT_DOT] = ACTIONS(1784), - [anon_sym_QMARK_COLON] = ACTIONS(1784), - [anon_sym_AMP_AMP] = ACTIONS(1784), - [anon_sym_PIPE_PIPE] = ACTIONS(1784), - [anon_sym_else] = ACTIONS(1782), - [anon_sym_COLON_COLON] = ACTIONS(1784), - [anon_sym_BANG_EQ] = ACTIONS(1782), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1784), - [anon_sym_EQ_EQ] = ACTIONS(1782), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1784), - [anon_sym_LT_EQ] = ACTIONS(1784), - [anon_sym_GT_EQ] = ACTIONS(1784), - [anon_sym_BANGin] = ACTIONS(1784), - [anon_sym_is] = ACTIONS(1782), - [anon_sym_BANGis] = ACTIONS(1784), - [anon_sym_PLUS] = ACTIONS(1782), - [anon_sym_DASH] = ACTIONS(1782), - [anon_sym_SLASH] = ACTIONS(1782), - [anon_sym_PERCENT] = ACTIONS(1784), - [anon_sym_as_QMARK] = ACTIONS(1784), - [anon_sym_PLUS_PLUS] = ACTIONS(1784), - [anon_sym_DASH_DASH] = ACTIONS(1784), - [anon_sym_BANG_BANG] = ACTIONS(1784), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1784), - [sym__automatic_semicolon] = ACTIONS(1784), - [sym_safe_nav] = ACTIONS(1784), - [sym_multiline_comment] = ACTIONS(3), - }, - [2802] = { - [sym_type_constraints] = STATE(2980), - [sym_function_body] = STATE(3421), - [sym__block] = STATE(3245), - [sym__alpha_identifier] = ACTIONS(4073), - [anon_sym_AT] = ACTIONS(4075), - [anon_sym_COLON] = ACTIONS(6222), - [anon_sym_LBRACK] = ACTIONS(4075), - [anon_sym_as] = ACTIONS(4073), - [anon_sym_EQ] = ACTIONS(6218), - [anon_sym_LBRACE] = ACTIONS(6220), - [anon_sym_RBRACE] = ACTIONS(4075), - [anon_sym_LPAREN] = ACTIONS(4075), - [anon_sym_COMMA] = ACTIONS(4075), - [anon_sym_LT] = ACTIONS(4073), - [anon_sym_GT] = ACTIONS(4073), - [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(4073), - [anon_sym_fun] = ACTIONS(4073), - [anon_sym_DOT] = ACTIONS(4073), - [anon_sym_SEMI] = ACTIONS(4075), - [anon_sym_get] = ACTIONS(4073), - [anon_sym_set] = ACTIONS(4073), - [anon_sym_this] = ACTIONS(4073), - [anon_sym_super] = ACTIONS(4073), - [anon_sym_STAR] = ACTIONS(4073), - [sym_label] = ACTIONS(4073), - [anon_sym_in] = ACTIONS(4073), - [anon_sym_DOT_DOT] = ACTIONS(4075), - [anon_sym_QMARK_COLON] = ACTIONS(4075), - [anon_sym_AMP_AMP] = ACTIONS(4075), - [anon_sym_PIPE_PIPE] = ACTIONS(4075), - [anon_sym_null] = ACTIONS(4073), - [anon_sym_if] = ACTIONS(4073), - [anon_sym_else] = ACTIONS(4073), - [anon_sym_when] = ACTIONS(4073), - [anon_sym_try] = ACTIONS(4073), - [anon_sym_throw] = ACTIONS(4073), - [anon_sym_return] = ACTIONS(4073), - [anon_sym_continue] = ACTIONS(4073), - [anon_sym_break] = ACTIONS(4073), - [anon_sym_COLON_COLON] = ACTIONS(4075), - [anon_sym_PLUS_EQ] = ACTIONS(4075), - [anon_sym_DASH_EQ] = ACTIONS(4075), - [anon_sym_STAR_EQ] = ACTIONS(4075), - [anon_sym_SLASH_EQ] = ACTIONS(4075), - [anon_sym_PERCENT_EQ] = ACTIONS(4075), - [anon_sym_BANG_EQ] = ACTIONS(4073), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4075), - [anon_sym_EQ_EQ] = ACTIONS(4073), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4075), - [anon_sym_LT_EQ] = ACTIONS(4075), - [anon_sym_GT_EQ] = ACTIONS(4075), - [anon_sym_BANGin] = ACTIONS(4075), - [anon_sym_is] = ACTIONS(4073), - [anon_sym_BANGis] = ACTIONS(4075), - [anon_sym_PLUS] = ACTIONS(4073), - [anon_sym_DASH] = ACTIONS(4073), - [anon_sym_SLASH] = ACTIONS(4073), - [anon_sym_PERCENT] = ACTIONS(4073), - [anon_sym_as_QMARK] = ACTIONS(4075), - [anon_sym_PLUS_PLUS] = ACTIONS(4075), - [anon_sym_DASH_DASH] = ACTIONS(4075), - [anon_sym_BANG] = ACTIONS(4073), - [anon_sym_BANG_BANG] = ACTIONS(4075), - [anon_sym_data] = ACTIONS(4073), - [anon_sym_inner] = ACTIONS(4073), - [anon_sym_expect] = ACTIONS(4073), - [anon_sym_actual] = ACTIONS(4073), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4075), - [anon_sym_continue_AT] = ACTIONS(4075), - [anon_sym_break_AT] = ACTIONS(4075), - [sym_real_literal] = ACTIONS(4075), - [sym_integer_literal] = ACTIONS(4073), - [sym_hex_literal] = ACTIONS(4075), - [sym_bin_literal] = ACTIONS(4075), - [anon_sym_true] = ACTIONS(4073), - [anon_sym_false] = ACTIONS(4073), - [anon_sym_SQUOTE] = ACTIONS(4075), - [sym__backtick_identifier] = ACTIONS(4075), - [sym__automatic_semicolon] = ACTIONS(4075), - [sym_safe_nav] = ACTIONS(4075), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4075), - }, - [2803] = { - [sym_catch_block] = STATE(2803), - [aux_sym_try_expression_repeat1] = STATE(2803), - [sym__alpha_identifier] = ACTIONS(4107), - [anon_sym_AT] = ACTIONS(4109), - [anon_sym_LBRACK] = ACTIONS(4109), - [anon_sym_RBRACK] = ACTIONS(4109), - [anon_sym_as] = ACTIONS(4107), - [anon_sym_EQ] = ACTIONS(4107), - [anon_sym_LBRACE] = ACTIONS(4109), - [anon_sym_RBRACE] = ACTIONS(4109), - [anon_sym_LPAREN] = ACTIONS(4109), - [anon_sym_COMMA] = ACTIONS(4109), - [anon_sym_RPAREN] = ACTIONS(4109), - [anon_sym_LT] = ACTIONS(4107), - [anon_sym_GT] = ACTIONS(4107), - [anon_sym_where] = ACTIONS(4107), - [anon_sym_DOT] = ACTIONS(4107), - [anon_sym_SEMI] = ACTIONS(4109), - [anon_sym_get] = ACTIONS(4107), - [anon_sym_set] = ACTIONS(4107), - [anon_sym_STAR] = ACTIONS(4107), - [anon_sym_DASH_GT] = ACTIONS(4109), - [sym_label] = ACTIONS(4109), - [anon_sym_in] = ACTIONS(4107), - [anon_sym_while] = ACTIONS(4107), - [anon_sym_DOT_DOT] = ACTIONS(4109), - [anon_sym_QMARK_COLON] = ACTIONS(4109), - [anon_sym_AMP_AMP] = ACTIONS(4109), - [anon_sym_PIPE_PIPE] = ACTIONS(4109), - [anon_sym_else] = ACTIONS(4107), - [anon_sym_catch] = ACTIONS(6224), - [anon_sym_finally] = ACTIONS(4107), - [anon_sym_COLON_COLON] = ACTIONS(4109), - [anon_sym_PLUS_EQ] = ACTIONS(4109), - [anon_sym_DASH_EQ] = ACTIONS(4109), - [anon_sym_STAR_EQ] = ACTIONS(4109), - [anon_sym_SLASH_EQ] = ACTIONS(4109), - [anon_sym_PERCENT_EQ] = ACTIONS(4109), - [anon_sym_BANG_EQ] = ACTIONS(4107), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4109), - [anon_sym_EQ_EQ] = ACTIONS(4107), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4109), - [anon_sym_LT_EQ] = ACTIONS(4109), - [anon_sym_GT_EQ] = ACTIONS(4109), - [anon_sym_BANGin] = ACTIONS(4109), - [anon_sym_is] = ACTIONS(4107), - [anon_sym_BANGis] = ACTIONS(4109), - [anon_sym_PLUS] = ACTIONS(4107), - [anon_sym_DASH] = ACTIONS(4107), - [anon_sym_SLASH] = ACTIONS(4107), - [anon_sym_PERCENT] = ACTIONS(4107), - [anon_sym_as_QMARK] = ACTIONS(4109), - [anon_sym_PLUS_PLUS] = ACTIONS(4109), - [anon_sym_DASH_DASH] = ACTIONS(4109), - [anon_sym_BANG_BANG] = ACTIONS(4109), - [anon_sym_suspend] = ACTIONS(4107), - [anon_sym_sealed] = ACTIONS(4107), - [anon_sym_annotation] = ACTIONS(4107), - [anon_sym_data] = ACTIONS(4107), - [anon_sym_inner] = ACTIONS(4107), - [anon_sym_override] = ACTIONS(4107), - [anon_sym_lateinit] = ACTIONS(4107), - [anon_sym_public] = ACTIONS(4107), - [anon_sym_private] = ACTIONS(4107), - [anon_sym_internal] = ACTIONS(4107), - [anon_sym_protected] = ACTIONS(4107), - [anon_sym_tailrec] = ACTIONS(4107), - [anon_sym_operator] = ACTIONS(4107), - [anon_sym_infix] = ACTIONS(4107), - [anon_sym_inline] = ACTIONS(4107), - [anon_sym_external] = ACTIONS(4107), - [sym_property_modifier] = ACTIONS(4107), - [anon_sym_abstract] = ACTIONS(4107), - [anon_sym_final] = ACTIONS(4107), - [anon_sym_open] = ACTIONS(4107), - [anon_sym_vararg] = ACTIONS(4107), - [anon_sym_noinline] = ACTIONS(4107), - [anon_sym_crossinline] = ACTIONS(4107), - [anon_sym_expect] = ACTIONS(4107), - [anon_sym_actual] = ACTIONS(4107), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4109), - [sym_safe_nav] = ACTIONS(4109), - [sym_multiline_comment] = ACTIONS(3), - }, - [2804] = { - [sym_getter] = STATE(5040), - [sym_setter] = STATE(5040), - [sym_modifiers] = STATE(8589), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1694), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1696), - [anon_sym_as] = ACTIONS(1694), - [anon_sym_LBRACE] = ACTIONS(1696), - [anon_sym_RBRACE] = ACTIONS(1696), - [anon_sym_LPAREN] = ACTIONS(1696), - [anon_sym_LT] = ACTIONS(1694), - [anon_sym_GT] = ACTIONS(1694), - [anon_sym_DOT] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(4400), - [anon_sym_get] = ACTIONS(6156), - [anon_sym_set] = ACTIONS(6158), - [anon_sym_STAR] = ACTIONS(1696), - [sym_label] = ACTIONS(1696), - [anon_sym_in] = ACTIONS(1694), - [anon_sym_DOT_DOT] = ACTIONS(1696), - [anon_sym_QMARK_COLON] = ACTIONS(1696), - [anon_sym_AMP_AMP] = ACTIONS(1696), - [anon_sym_PIPE_PIPE] = ACTIONS(1696), - [anon_sym_else] = ACTIONS(1694), - [anon_sym_COLON_COLON] = ACTIONS(1696), - [anon_sym_BANG_EQ] = ACTIONS(1694), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), - [anon_sym_EQ_EQ] = ACTIONS(1694), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), - [anon_sym_LT_EQ] = ACTIONS(1696), - [anon_sym_GT_EQ] = ACTIONS(1696), - [anon_sym_BANGin] = ACTIONS(1696), - [anon_sym_is] = ACTIONS(1694), - [anon_sym_BANGis] = ACTIONS(1696), - [anon_sym_PLUS] = ACTIONS(1694), - [anon_sym_DASH] = ACTIONS(1694), - [anon_sym_SLASH] = ACTIONS(1694), - [anon_sym_PERCENT] = ACTIONS(1696), - [anon_sym_as_QMARK] = ACTIONS(1696), - [anon_sym_PLUS_PLUS] = ACTIONS(1696), - [anon_sym_DASH_DASH] = ACTIONS(1696), - [anon_sym_BANG_BANG] = ACTIONS(1696), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1696), - [sym__automatic_semicolon] = ACTIONS(1696), - [sym_safe_nav] = ACTIONS(1696), - [sym_multiline_comment] = ACTIONS(3), - }, - [2805] = { - [sym_getter] = STATE(4966), - [sym_setter] = STATE(4966), - [sym_modifiers] = STATE(8589), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1770), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1772), - [anon_sym_as] = ACTIONS(1770), - [anon_sym_LBRACE] = ACTIONS(1772), - [anon_sym_RBRACE] = ACTIONS(1772), - [anon_sym_LPAREN] = ACTIONS(1772), - [anon_sym_LT] = ACTIONS(1770), - [anon_sym_GT] = ACTIONS(1770), - [anon_sym_DOT] = ACTIONS(1770), - [anon_sym_SEMI] = ACTIONS(1772), - [anon_sym_get] = ACTIONS(6156), - [anon_sym_set] = ACTIONS(6158), - [anon_sym_STAR] = ACTIONS(1772), - [sym_label] = ACTIONS(1772), - [anon_sym_in] = ACTIONS(1770), - [anon_sym_DOT_DOT] = ACTIONS(1772), - [anon_sym_QMARK_COLON] = ACTIONS(1772), - [anon_sym_AMP_AMP] = ACTIONS(1772), - [anon_sym_PIPE_PIPE] = ACTIONS(1772), - [anon_sym_else] = ACTIONS(1770), - [anon_sym_COLON_COLON] = ACTIONS(1772), - [anon_sym_BANG_EQ] = ACTIONS(1770), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1772), - [anon_sym_EQ_EQ] = ACTIONS(1770), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1772), - [anon_sym_LT_EQ] = ACTIONS(1772), - [anon_sym_GT_EQ] = ACTIONS(1772), - [anon_sym_BANGin] = ACTIONS(1772), - [anon_sym_is] = ACTIONS(1770), - [anon_sym_BANGis] = ACTIONS(1772), - [anon_sym_PLUS] = ACTIONS(1770), - [anon_sym_DASH] = ACTIONS(1770), - [anon_sym_SLASH] = ACTIONS(1770), - [anon_sym_PERCENT] = ACTIONS(1772), - [anon_sym_as_QMARK] = ACTIONS(1772), - [anon_sym_PLUS_PLUS] = ACTIONS(1772), - [anon_sym_DASH_DASH] = ACTIONS(1772), - [anon_sym_BANG_BANG] = ACTIONS(1772), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1772), - [sym__automatic_semicolon] = ACTIONS(1772), - [sym_safe_nav] = ACTIONS(1772), - [sym_multiline_comment] = ACTIONS(3), - }, - [2806] = { - [sym_getter] = STATE(4914), - [sym_setter] = STATE(4914), - [sym_modifiers] = STATE(8589), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3340), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3342), - [anon_sym_as] = ACTIONS(3340), - [anon_sym_LBRACE] = ACTIONS(3342), - [anon_sym_RBRACE] = ACTIONS(3342), - [anon_sym_LPAREN] = ACTIONS(3342), - [anon_sym_LT] = ACTIONS(3340), - [anon_sym_GT] = ACTIONS(3340), - [anon_sym_DOT] = ACTIONS(3340), - [anon_sym_SEMI] = ACTIONS(3342), - [anon_sym_get] = ACTIONS(6156), - [anon_sym_set] = ACTIONS(6158), - [anon_sym_STAR] = ACTIONS(3342), - [sym_label] = ACTIONS(3342), - [anon_sym_in] = ACTIONS(3340), - [anon_sym_DOT_DOT] = ACTIONS(3342), - [anon_sym_QMARK_COLON] = ACTIONS(3342), - [anon_sym_AMP_AMP] = ACTIONS(3342), - [anon_sym_PIPE_PIPE] = ACTIONS(3342), - [anon_sym_else] = ACTIONS(3340), - [anon_sym_COLON_COLON] = ACTIONS(3342), - [anon_sym_BANG_EQ] = ACTIONS(3340), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3342), - [anon_sym_EQ_EQ] = ACTIONS(3340), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3342), - [anon_sym_LT_EQ] = ACTIONS(3342), - [anon_sym_GT_EQ] = ACTIONS(3342), - [anon_sym_BANGin] = ACTIONS(3342), - [anon_sym_is] = ACTIONS(3340), - [anon_sym_BANGis] = ACTIONS(3342), - [anon_sym_PLUS] = ACTIONS(3340), - [anon_sym_DASH] = ACTIONS(3340), - [anon_sym_SLASH] = ACTIONS(3340), - [anon_sym_PERCENT] = ACTIONS(3342), - [anon_sym_as_QMARK] = ACTIONS(3342), - [anon_sym_PLUS_PLUS] = ACTIONS(3342), - [anon_sym_DASH_DASH] = ACTIONS(3342), - [anon_sym_BANG_BANG] = ACTIONS(3342), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(3280), + [anon_sym_get] = ACTIONS(6176), + [anon_sym_set] = ACTIONS(6178), + [anon_sym_STAR] = ACTIONS(3280), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3280), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -325360,69 +327566,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3342), - [sym__automatic_semicolon] = ACTIONS(3342), - [sym_safe_nav] = ACTIONS(3342), + [sym__backtick_identifier] = ACTIONS(3280), + [sym__automatic_semicolon] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), [sym_multiline_comment] = ACTIONS(3), }, - [2807] = { - [sym_getter] = STATE(3735), - [sym_setter] = STATE(3735), - [sym_modifiers] = STATE(8637), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1782), + [2831] = { + [sym_getter] = STATE(3875), + [sym_setter] = STATE(3875), + [sym_modifiers] = STATE(8770), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(3278), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1784), - [anon_sym_as] = ACTIONS(1782), - [anon_sym_LBRACE] = ACTIONS(1784), - [anon_sym_RBRACE] = ACTIONS(1784), - [anon_sym_LPAREN] = ACTIONS(1784), - [anon_sym_LT] = ACTIONS(1782), - [anon_sym_GT] = ACTIONS(1782), - [anon_sym_DOT] = ACTIONS(1782), - [anon_sym_SEMI] = ACTIONS(1784), - [anon_sym_get] = ACTIONS(6148), - [anon_sym_set] = ACTIONS(6150), - [anon_sym_STAR] = ACTIONS(1784), - [sym_label] = ACTIONS(1784), - [anon_sym_in] = ACTIONS(1782), - [anon_sym_DOT_DOT] = ACTIONS(1784), - [anon_sym_QMARK_COLON] = ACTIONS(1784), - [anon_sym_AMP_AMP] = ACTIONS(1784), - [anon_sym_PIPE_PIPE] = ACTIONS(1784), - [anon_sym_else] = ACTIONS(1782), - [anon_sym_COLON_COLON] = ACTIONS(1784), - [anon_sym_BANG_EQ] = ACTIONS(1782), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1784), - [anon_sym_EQ_EQ] = ACTIONS(1782), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1784), - [anon_sym_LT_EQ] = ACTIONS(1784), - [anon_sym_GT_EQ] = ACTIONS(1784), - [anon_sym_BANGin] = ACTIONS(1784), - [anon_sym_is] = ACTIONS(1782), - [anon_sym_BANGis] = ACTIONS(1784), - [anon_sym_PLUS] = ACTIONS(1782), - [anon_sym_DASH] = ACTIONS(1782), - [anon_sym_SLASH] = ACTIONS(1782), - [anon_sym_PERCENT] = ACTIONS(1784), - [anon_sym_as_QMARK] = ACTIONS(1784), - [anon_sym_PLUS_PLUS] = ACTIONS(1784), - [anon_sym_DASH_DASH] = ACTIONS(1784), - [anon_sym_BANG_BANG] = ACTIONS(1784), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(6184), + [anon_sym_get] = ACTIONS(6176), + [anon_sym_set] = ACTIONS(6178), + [anon_sym_STAR] = ACTIONS(3280), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3280), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -325446,288 +327652,116 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1784), - [sym__automatic_semicolon] = ACTIONS(1784), - [sym_safe_nav] = ACTIONS(1784), - [sym_multiline_comment] = ACTIONS(3), - }, - [2808] = { - [sym_type_constraints] = STATE(2960), - [sym_function_body] = STATE(3288), - [sym__block] = STATE(3245), - [sym__alpha_identifier] = ACTIONS(4083), - [anon_sym_AT] = ACTIONS(4085), - [anon_sym_COLON] = ACTIONS(6227), - [anon_sym_LBRACK] = ACTIONS(4085), - [anon_sym_as] = ACTIONS(4083), - [anon_sym_EQ] = ACTIONS(6218), - [anon_sym_LBRACE] = ACTIONS(6220), - [anon_sym_RBRACE] = ACTIONS(4085), - [anon_sym_LPAREN] = ACTIONS(4085), - [anon_sym_COMMA] = ACTIONS(4085), - [anon_sym_LT] = ACTIONS(4083), - [anon_sym_GT] = ACTIONS(4083), - [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(4083), - [anon_sym_fun] = ACTIONS(4083), - [anon_sym_DOT] = ACTIONS(4083), - [anon_sym_SEMI] = ACTIONS(4085), - [anon_sym_get] = ACTIONS(4083), - [anon_sym_set] = ACTIONS(4083), - [anon_sym_this] = ACTIONS(4083), - [anon_sym_super] = ACTIONS(4083), - [anon_sym_STAR] = ACTIONS(4083), - [sym_label] = ACTIONS(4083), - [anon_sym_in] = ACTIONS(4083), - [anon_sym_DOT_DOT] = ACTIONS(4085), - [anon_sym_QMARK_COLON] = ACTIONS(4085), - [anon_sym_AMP_AMP] = ACTIONS(4085), - [anon_sym_PIPE_PIPE] = ACTIONS(4085), - [anon_sym_null] = ACTIONS(4083), - [anon_sym_if] = ACTIONS(4083), - [anon_sym_else] = ACTIONS(4083), - [anon_sym_when] = ACTIONS(4083), - [anon_sym_try] = ACTIONS(4083), - [anon_sym_throw] = ACTIONS(4083), - [anon_sym_return] = ACTIONS(4083), - [anon_sym_continue] = ACTIONS(4083), - [anon_sym_break] = ACTIONS(4083), - [anon_sym_COLON_COLON] = ACTIONS(4085), - [anon_sym_PLUS_EQ] = ACTIONS(4085), - [anon_sym_DASH_EQ] = ACTIONS(4085), - [anon_sym_STAR_EQ] = ACTIONS(4085), - [anon_sym_SLASH_EQ] = ACTIONS(4085), - [anon_sym_PERCENT_EQ] = ACTIONS(4085), - [anon_sym_BANG_EQ] = ACTIONS(4083), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4085), - [anon_sym_EQ_EQ] = ACTIONS(4083), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4085), - [anon_sym_LT_EQ] = ACTIONS(4085), - [anon_sym_GT_EQ] = ACTIONS(4085), - [anon_sym_BANGin] = ACTIONS(4085), - [anon_sym_is] = ACTIONS(4083), - [anon_sym_BANGis] = ACTIONS(4085), - [anon_sym_PLUS] = ACTIONS(4083), - [anon_sym_DASH] = ACTIONS(4083), - [anon_sym_SLASH] = ACTIONS(4083), - [anon_sym_PERCENT] = ACTIONS(4083), - [anon_sym_as_QMARK] = ACTIONS(4085), - [anon_sym_PLUS_PLUS] = ACTIONS(4085), - [anon_sym_DASH_DASH] = ACTIONS(4085), - [anon_sym_BANG] = ACTIONS(4083), - [anon_sym_BANG_BANG] = ACTIONS(4085), - [anon_sym_data] = ACTIONS(4083), - [anon_sym_inner] = ACTIONS(4083), - [anon_sym_expect] = ACTIONS(4083), - [anon_sym_actual] = ACTIONS(4083), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4085), - [anon_sym_continue_AT] = ACTIONS(4085), - [anon_sym_break_AT] = ACTIONS(4085), - [sym_real_literal] = ACTIONS(4085), - [sym_integer_literal] = ACTIONS(4083), - [sym_hex_literal] = ACTIONS(4085), - [sym_bin_literal] = ACTIONS(4085), - [anon_sym_true] = ACTIONS(4083), - [anon_sym_false] = ACTIONS(4083), - [anon_sym_SQUOTE] = ACTIONS(4085), - [sym__backtick_identifier] = ACTIONS(4085), - [sym__automatic_semicolon] = ACTIONS(4085), - [sym_safe_nav] = ACTIONS(4085), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4085), - }, - [2809] = { - [sym_catch_block] = STATE(2809), - [aux_sym_try_expression_repeat1] = STATE(2809), - [sym__alpha_identifier] = ACTIONS(4107), - [anon_sym_AT] = ACTIONS(4109), - [anon_sym_LBRACK] = ACTIONS(4109), - [anon_sym_as] = ACTIONS(4107), - [anon_sym_EQ] = ACTIONS(4107), - [anon_sym_LBRACE] = ACTIONS(4109), - [anon_sym_RBRACE] = ACTIONS(4109), - [anon_sym_LPAREN] = ACTIONS(4109), - [anon_sym_COMMA] = ACTIONS(4109), - [anon_sym_LT] = ACTIONS(4107), - [anon_sym_GT] = ACTIONS(4107), - [anon_sym_where] = ACTIONS(4107), - [anon_sym_object] = ACTIONS(4107), - [anon_sym_fun] = ACTIONS(4107), - [anon_sym_DOT] = ACTIONS(4107), - [anon_sym_SEMI] = ACTIONS(4109), - [anon_sym_get] = ACTIONS(4107), - [anon_sym_set] = ACTIONS(4107), - [anon_sym_this] = ACTIONS(4107), - [anon_sym_super] = ACTIONS(4107), - [anon_sym_STAR] = ACTIONS(4107), - [sym_label] = ACTIONS(4107), - [anon_sym_in] = ACTIONS(4107), - [anon_sym_DOT_DOT] = ACTIONS(4109), - [anon_sym_QMARK_COLON] = ACTIONS(4109), - [anon_sym_AMP_AMP] = ACTIONS(4109), - [anon_sym_PIPE_PIPE] = ACTIONS(4109), - [anon_sym_null] = ACTIONS(4107), - [anon_sym_if] = ACTIONS(4107), - [anon_sym_else] = ACTIONS(4107), - [anon_sym_when] = ACTIONS(4107), - [anon_sym_try] = ACTIONS(4107), - [anon_sym_catch] = ACTIONS(6229), - [anon_sym_finally] = ACTIONS(4107), - [anon_sym_throw] = ACTIONS(4107), - [anon_sym_return] = ACTIONS(4107), - [anon_sym_continue] = ACTIONS(4107), - [anon_sym_break] = ACTIONS(4107), - [anon_sym_COLON_COLON] = ACTIONS(4109), - [anon_sym_PLUS_EQ] = ACTIONS(4109), - [anon_sym_DASH_EQ] = ACTIONS(4109), - [anon_sym_STAR_EQ] = ACTIONS(4109), - [anon_sym_SLASH_EQ] = ACTIONS(4109), - [anon_sym_PERCENT_EQ] = ACTIONS(4109), - [anon_sym_BANG_EQ] = ACTIONS(4107), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4109), - [anon_sym_EQ_EQ] = ACTIONS(4107), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4109), - [anon_sym_LT_EQ] = ACTIONS(4109), - [anon_sym_GT_EQ] = ACTIONS(4109), - [anon_sym_BANGin] = ACTIONS(4109), - [anon_sym_is] = ACTIONS(4107), - [anon_sym_BANGis] = ACTIONS(4109), - [anon_sym_PLUS] = ACTIONS(4107), - [anon_sym_DASH] = ACTIONS(4107), - [anon_sym_SLASH] = ACTIONS(4107), - [anon_sym_PERCENT] = ACTIONS(4107), - [anon_sym_as_QMARK] = ACTIONS(4109), - [anon_sym_PLUS_PLUS] = ACTIONS(4109), - [anon_sym_DASH_DASH] = ACTIONS(4109), - [anon_sym_BANG] = ACTIONS(4107), - [anon_sym_BANG_BANG] = ACTIONS(4109), - [anon_sym_data] = ACTIONS(4107), - [anon_sym_inner] = ACTIONS(4107), - [anon_sym_expect] = ACTIONS(4107), - [anon_sym_actual] = ACTIONS(4107), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4109), - [anon_sym_continue_AT] = ACTIONS(4109), - [anon_sym_break_AT] = ACTIONS(4109), - [sym_real_literal] = ACTIONS(4109), - [sym_integer_literal] = ACTIONS(4107), - [sym_hex_literal] = ACTIONS(4109), - [sym_bin_literal] = ACTIONS(4109), - [anon_sym_true] = ACTIONS(4107), - [anon_sym_false] = ACTIONS(4107), - [anon_sym_SQUOTE] = ACTIONS(4109), - [sym__backtick_identifier] = ACTIONS(4109), - [sym__automatic_semicolon] = ACTIONS(4109), - [sym_safe_nav] = ACTIONS(4109), + [sym__backtick_identifier] = ACTIONS(3280), + [sym__automatic_semicolon] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4109), }, - [2810] = { - [sym_getter] = STATE(5011), - [sym_setter] = STATE(5011), - [sym_modifiers] = STATE(8589), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(4412), - [anon_sym_get] = ACTIONS(6156), - [anon_sym_set] = ACTIONS(6158), - [anon_sym_STAR] = ACTIONS(1778), - [sym_label] = ACTIONS(1778), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1778), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG_BANG] = ACTIONS(1778), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1778), - [sym__automatic_semicolon] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), + [2832] = { + [sym_type_constraints] = STATE(2973), + [sym_function_body] = STATE(3198), + [sym__block] = STATE(3464), + [sym__alpha_identifier] = ACTIONS(4085), + [anon_sym_AT] = ACTIONS(4087), + [anon_sym_COLON] = ACTIONS(6258), + [anon_sym_LBRACK] = ACTIONS(4087), + [anon_sym_RBRACK] = ACTIONS(4087), + [anon_sym_as] = ACTIONS(4085), + [anon_sym_EQ] = ACTIONS(6231), + [anon_sym_LBRACE] = ACTIONS(6233), + [anon_sym_RBRACE] = ACTIONS(4087), + [anon_sym_LPAREN] = ACTIONS(4087), + [anon_sym_COMMA] = ACTIONS(4087), + [anon_sym_RPAREN] = ACTIONS(4087), + [anon_sym_LT] = ACTIONS(4085), + [anon_sym_GT] = ACTIONS(4085), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(4085), + [anon_sym_SEMI] = ACTIONS(4087), + [anon_sym_get] = ACTIONS(4085), + [anon_sym_set] = ACTIONS(4085), + [anon_sym_STAR] = ACTIONS(4085), + [anon_sym_DASH_GT] = ACTIONS(4087), + [sym_label] = ACTIONS(4087), + [anon_sym_in] = ACTIONS(4085), + [anon_sym_while] = ACTIONS(4085), + [anon_sym_DOT_DOT] = ACTIONS(4087), + [anon_sym_QMARK_COLON] = ACTIONS(4087), + [anon_sym_AMP_AMP] = ACTIONS(4087), + [anon_sym_PIPE_PIPE] = ACTIONS(4087), + [anon_sym_else] = ACTIONS(4085), + [anon_sym_COLON_COLON] = ACTIONS(4087), + [anon_sym_PLUS_EQ] = ACTIONS(4087), + [anon_sym_DASH_EQ] = ACTIONS(4087), + [anon_sym_STAR_EQ] = ACTIONS(4087), + [anon_sym_SLASH_EQ] = ACTIONS(4087), + [anon_sym_PERCENT_EQ] = ACTIONS(4087), + [anon_sym_BANG_EQ] = ACTIONS(4085), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4087), + [anon_sym_EQ_EQ] = ACTIONS(4085), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4087), + [anon_sym_LT_EQ] = ACTIONS(4087), + [anon_sym_GT_EQ] = ACTIONS(4087), + [anon_sym_BANGin] = ACTIONS(4087), + [anon_sym_is] = ACTIONS(4085), + [anon_sym_BANGis] = ACTIONS(4087), + [anon_sym_PLUS] = ACTIONS(4085), + [anon_sym_DASH] = ACTIONS(4085), + [anon_sym_SLASH] = ACTIONS(4085), + [anon_sym_PERCENT] = ACTIONS(4085), + [anon_sym_as_QMARK] = ACTIONS(4087), + [anon_sym_PLUS_PLUS] = ACTIONS(4087), + [anon_sym_DASH_DASH] = ACTIONS(4087), + [anon_sym_BANG_BANG] = ACTIONS(4087), + [anon_sym_suspend] = ACTIONS(4085), + [anon_sym_sealed] = ACTIONS(4085), + [anon_sym_annotation] = ACTIONS(4085), + [anon_sym_data] = ACTIONS(4085), + [anon_sym_inner] = ACTIONS(4085), + [anon_sym_override] = ACTIONS(4085), + [anon_sym_lateinit] = ACTIONS(4085), + [anon_sym_public] = ACTIONS(4085), + [anon_sym_private] = ACTIONS(4085), + [anon_sym_internal] = ACTIONS(4085), + [anon_sym_protected] = ACTIONS(4085), + [anon_sym_tailrec] = ACTIONS(4085), + [anon_sym_operator] = ACTIONS(4085), + [anon_sym_infix] = ACTIONS(4085), + [anon_sym_inline] = ACTIONS(4085), + [anon_sym_external] = ACTIONS(4085), + [sym_property_modifier] = ACTIONS(4085), + [anon_sym_abstract] = ACTIONS(4085), + [anon_sym_final] = ACTIONS(4085), + [anon_sym_open] = ACTIONS(4085), + [anon_sym_vararg] = ACTIONS(4085), + [anon_sym_noinline] = ACTIONS(4085), + [anon_sym_crossinline] = ACTIONS(4085), + [anon_sym_expect] = ACTIONS(4085), + [anon_sym_actual] = ACTIONS(4085), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4087), + [sym_safe_nav] = ACTIONS(4087), [sym_multiline_comment] = ACTIONS(3), }, - [2811] = { - [sym_getter] = STATE(3756), - [sym_setter] = STATE(3756), - [sym_modifiers] = STATE(8637), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [2833] = { + [sym_getter] = STATE(5029), + [sym_setter] = STATE(5029), + [sym_modifiers] = STATE(8625), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1752), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1754), @@ -325738,9 +327772,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT] = ACTIONS(1752), [anon_sym_GT] = ACTIONS(1752), [anon_sym_DOT] = ACTIONS(1752), - [anon_sym_SEMI] = ACTIONS(4499), - [anon_sym_get] = ACTIONS(6148), - [anon_sym_set] = ACTIONS(6150), + [anon_sym_SEMI] = ACTIONS(4440), + [anon_sym_get] = ACTIONS(6162), + [anon_sym_set] = ACTIONS(6164), [anon_sym_STAR] = ACTIONS(1754), [sym_label] = ACTIONS(1754), [anon_sym_in] = ACTIONS(1752), @@ -325790,241 +327824,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1754), [sym__automatic_semicolon] = ACTIONS(1754), [sym_safe_nav] = ACTIONS(1754), [sym_multiline_comment] = ACTIONS(3), }, - [2812] = { - [sym_type_constraints] = STATE(2902), - [sym_function_body] = STATE(3145), - [sym__block] = STATE(3367), - [sym__alpha_identifier] = ACTIONS(4095), - [anon_sym_AT] = ACTIONS(4097), - [anon_sym_COLON] = ACTIONS(6232), - [anon_sym_LBRACK] = ACTIONS(4097), - [anon_sym_RBRACK] = ACTIONS(4097), - [anon_sym_as] = ACTIONS(4095), - [anon_sym_EQ] = ACTIONS(6234), - [anon_sym_LBRACE] = ACTIONS(6236), - [anon_sym_RBRACE] = ACTIONS(4097), - [anon_sym_LPAREN] = ACTIONS(4097), - [anon_sym_COMMA] = ACTIONS(4097), - [anon_sym_RPAREN] = ACTIONS(4097), - [anon_sym_LT] = ACTIONS(4095), - [anon_sym_GT] = ACTIONS(4095), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(4095), - [anon_sym_SEMI] = ACTIONS(4097), - [anon_sym_get] = ACTIONS(4095), - [anon_sym_set] = ACTIONS(4095), - [anon_sym_STAR] = ACTIONS(4095), - [anon_sym_DASH_GT] = ACTIONS(4097), - [sym_label] = ACTIONS(4097), - [anon_sym_in] = ACTIONS(4095), - [anon_sym_while] = ACTIONS(4095), - [anon_sym_DOT_DOT] = ACTIONS(4097), - [anon_sym_QMARK_COLON] = ACTIONS(4097), - [anon_sym_AMP_AMP] = ACTIONS(4097), - [anon_sym_PIPE_PIPE] = ACTIONS(4097), - [anon_sym_else] = ACTIONS(4095), - [anon_sym_COLON_COLON] = ACTIONS(4097), - [anon_sym_PLUS_EQ] = ACTIONS(4097), - [anon_sym_DASH_EQ] = ACTIONS(4097), - [anon_sym_STAR_EQ] = ACTIONS(4097), - [anon_sym_SLASH_EQ] = ACTIONS(4097), - [anon_sym_PERCENT_EQ] = ACTIONS(4097), - [anon_sym_BANG_EQ] = ACTIONS(4095), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4097), - [anon_sym_EQ_EQ] = ACTIONS(4095), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4097), - [anon_sym_LT_EQ] = ACTIONS(4097), - [anon_sym_GT_EQ] = ACTIONS(4097), - [anon_sym_BANGin] = ACTIONS(4097), - [anon_sym_is] = ACTIONS(4095), - [anon_sym_BANGis] = ACTIONS(4097), - [anon_sym_PLUS] = ACTIONS(4095), - [anon_sym_DASH] = ACTIONS(4095), - [anon_sym_SLASH] = ACTIONS(4095), - [anon_sym_PERCENT] = ACTIONS(4095), - [anon_sym_as_QMARK] = ACTIONS(4097), - [anon_sym_PLUS_PLUS] = ACTIONS(4097), - [anon_sym_DASH_DASH] = ACTIONS(4097), - [anon_sym_BANG_BANG] = ACTIONS(4097), - [anon_sym_suspend] = ACTIONS(4095), - [anon_sym_sealed] = ACTIONS(4095), - [anon_sym_annotation] = ACTIONS(4095), - [anon_sym_data] = ACTIONS(4095), - [anon_sym_inner] = ACTIONS(4095), - [anon_sym_override] = ACTIONS(4095), - [anon_sym_lateinit] = ACTIONS(4095), - [anon_sym_public] = ACTIONS(4095), - [anon_sym_private] = ACTIONS(4095), - [anon_sym_internal] = ACTIONS(4095), - [anon_sym_protected] = ACTIONS(4095), - [anon_sym_tailrec] = ACTIONS(4095), - [anon_sym_operator] = ACTIONS(4095), - [anon_sym_infix] = ACTIONS(4095), - [anon_sym_inline] = ACTIONS(4095), - [anon_sym_external] = ACTIONS(4095), - [sym_property_modifier] = ACTIONS(4095), - [anon_sym_abstract] = ACTIONS(4095), - [anon_sym_final] = ACTIONS(4095), - [anon_sym_open] = ACTIONS(4095), - [anon_sym_vararg] = ACTIONS(4095), - [anon_sym_noinline] = ACTIONS(4095), - [anon_sym_crossinline] = ACTIONS(4095), - [anon_sym_expect] = ACTIONS(4095), - [anon_sym_actual] = ACTIONS(4095), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4097), - [sym_safe_nav] = ACTIONS(4097), - [sym_multiline_comment] = ACTIONS(3), - }, - [2813] = { - [sym_getter] = STATE(3787), - [sym_setter] = STATE(3787), - [sym_modifiers] = STATE(8637), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(3256), - [anon_sym_get] = ACTIONS(6148), - [anon_sym_set] = ACTIONS(6150), - [anon_sym_STAR] = ACTIONS(3256), - [sym_label] = ACTIONS(3256), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3256), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG_BANG] = ACTIONS(3256), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3256), - [sym__automatic_semicolon] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), - [sym_multiline_comment] = ACTIONS(3), - }, - [2814] = { - [sym_getter] = STATE(4966), - [sym_setter] = STATE(4966), - [sym_modifiers] = STATE(8589), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1770), + [2834] = { + [sym_getter] = STATE(3766), + [sym_setter] = STATE(3766), + [sym_modifiers] = STATE(8770), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), + [sym__alpha_identifier] = ACTIONS(1764), [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1772), - [anon_sym_as] = ACTIONS(1770), - [anon_sym_LBRACE] = ACTIONS(1772), - [anon_sym_RBRACE] = ACTIONS(1772), - [anon_sym_LPAREN] = ACTIONS(1772), - [anon_sym_LT] = ACTIONS(1770), - [anon_sym_GT] = ACTIONS(1770), - [anon_sym_DOT] = ACTIONS(1770), - [anon_sym_SEMI] = ACTIONS(4414), - [anon_sym_get] = ACTIONS(6156), - [anon_sym_set] = ACTIONS(6158), - [anon_sym_STAR] = ACTIONS(1772), - [sym_label] = ACTIONS(1772), - [anon_sym_in] = ACTIONS(1770), - [anon_sym_DOT_DOT] = ACTIONS(1772), - [anon_sym_QMARK_COLON] = ACTIONS(1772), - [anon_sym_AMP_AMP] = ACTIONS(1772), - [anon_sym_PIPE_PIPE] = ACTIONS(1772), - [anon_sym_else] = ACTIONS(1770), - [anon_sym_COLON_COLON] = ACTIONS(1772), - [anon_sym_BANG_EQ] = ACTIONS(1770), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1772), - [anon_sym_EQ_EQ] = ACTIONS(1770), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1772), - [anon_sym_LT_EQ] = ACTIONS(1772), - [anon_sym_GT_EQ] = ACTIONS(1772), - [anon_sym_BANGin] = ACTIONS(1772), - [anon_sym_is] = ACTIONS(1770), - [anon_sym_BANGis] = ACTIONS(1772), - [anon_sym_PLUS] = ACTIONS(1770), - [anon_sym_DASH] = ACTIONS(1770), - [anon_sym_SLASH] = ACTIONS(1770), - [anon_sym_PERCENT] = ACTIONS(1772), - [anon_sym_as_QMARK] = ACTIONS(1772), - [anon_sym_PLUS_PLUS] = ACTIONS(1772), - [anon_sym_DASH_DASH] = ACTIONS(1772), - [anon_sym_BANG_BANG] = ACTIONS(1772), + [anon_sym_LBRACK] = ACTIONS(1766), + [anon_sym_as] = ACTIONS(1764), + [anon_sym_LBRACE] = ACTIONS(1766), + [anon_sym_RBRACE] = ACTIONS(1766), + [anon_sym_LPAREN] = ACTIONS(1766), + [anon_sym_LT] = ACTIONS(1764), + [anon_sym_GT] = ACTIONS(1764), + [anon_sym_DOT] = ACTIONS(1764), + [anon_sym_SEMI] = ACTIONS(4382), + [anon_sym_get] = ACTIONS(6176), + [anon_sym_set] = ACTIONS(6178), + [anon_sym_STAR] = ACTIONS(1766), + [sym_label] = ACTIONS(1766), + [anon_sym_in] = ACTIONS(1764), + [anon_sym_DOT_DOT] = ACTIONS(1766), + [anon_sym_QMARK_COLON] = ACTIONS(1766), + [anon_sym_AMP_AMP] = ACTIONS(1766), + [anon_sym_PIPE_PIPE] = ACTIONS(1766), + [anon_sym_else] = ACTIONS(1764), + [anon_sym_COLON_COLON] = ACTIONS(1766), + [anon_sym_BANG_EQ] = ACTIONS(1764), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), + [anon_sym_EQ_EQ] = ACTIONS(1764), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1766), + [anon_sym_LT_EQ] = ACTIONS(1766), + [anon_sym_GT_EQ] = ACTIONS(1766), + [anon_sym_BANGin] = ACTIONS(1766), + [anon_sym_is] = ACTIONS(1764), + [anon_sym_BANGis] = ACTIONS(1766), + [anon_sym_PLUS] = ACTIONS(1764), + [anon_sym_DASH] = ACTIONS(1764), + [anon_sym_SLASH] = ACTIONS(1764), + [anon_sym_PERCENT] = ACTIONS(1766), + [anon_sym_as_QMARK] = ACTIONS(1766), + [anon_sym_PLUS_PLUS] = ACTIONS(1766), + [anon_sym_DASH_DASH] = ACTIONS(1766), + [anon_sym_BANG_BANG] = ACTIONS(1766), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -326048,30 +327910,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1772), - [sym__automatic_semicolon] = ACTIONS(1772), - [sym_safe_nav] = ACTIONS(1772), + [sym__backtick_identifier] = ACTIONS(1766), + [sym__automatic_semicolon] = ACTIONS(1766), + [sym_safe_nav] = ACTIONS(1766), [sym_multiline_comment] = ACTIONS(3), }, - [2815] = { - [sym_getter] = STATE(3810), - [sym_setter] = STATE(3810), - [sym_modifiers] = STATE(8637), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), + [2835] = { + [sym_getter] = STATE(3766), + [sym_setter] = STATE(3766), + [sym_modifiers] = STATE(8770), + [sym__modifier] = STATE(5459), + [sym_class_modifier] = STATE(5459), + [sym_member_modifier] = STATE(5459), + [sym_visibility_modifier] = STATE(5459), + [sym_function_modifier] = STATE(5459), + [sym_inheritance_modifier] = STATE(5459), + [sym_parameter_modifier] = STATE(5459), + [sym_platform_modifier] = STATE(5459), + [sym_annotation] = STATE(5459), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [aux_sym_modifiers_repeat1] = STATE(5459), [sym__alpha_identifier] = ACTIONS(1764), [anon_sym_AT] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1766), @@ -326082,9 +327944,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT] = ACTIONS(1764), [anon_sym_GT] = ACTIONS(1764), [anon_sym_DOT] = ACTIONS(1764), - [anon_sym_SEMI] = ACTIONS(4515), - [anon_sym_get] = ACTIONS(6148), - [anon_sym_set] = ACTIONS(6150), + [anon_sym_SEMI] = ACTIONS(1766), + [anon_sym_get] = ACTIONS(6176), + [anon_sym_set] = ACTIONS(6178), [anon_sym_STAR] = ACTIONS(1766), [sym_label] = ACTIONS(1766), [anon_sym_in] = ACTIONS(1764), @@ -326134,3613 +327996,1300 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [anon_sym_expect] = ACTIONS(3246), + [anon_sym_actual] = ACTIONS(3246), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1766), [sym__automatic_semicolon] = ACTIONS(1766), [sym_safe_nav] = ACTIONS(1766), [sym_multiline_comment] = ACTIONS(3), }, - [2816] = { - [sym_getter] = STATE(3877), - [sym_setter] = STATE(3877), - [sym_modifiers] = STATE(8637), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(4507), - [anon_sym_get] = ACTIONS(6148), - [anon_sym_set] = ACTIONS(6150), - [anon_sym_STAR] = ACTIONS(1778), - [sym_label] = ACTIONS(1778), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1778), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG_BANG] = ACTIONS(1778), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1778), - [sym__automatic_semicolon] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), + [2836] = { + [sym_indexing_suffix] = STATE(6609), + [sym_navigation_suffix] = STATE(6609), + [sym__postfix_unary_operator] = STATE(6609), + [sym__member_access_operator] = STATE(7345), + [sym__postfix_unary_suffix] = STATE(6609), + [aux_sym__postfix_unary_expression_repeat1] = STATE(6609), + [sym__alpha_identifier] = ACTIONS(3969), + [anon_sym_AT] = ACTIONS(3971), + [anon_sym_LBRACK] = ACTIONS(3973), + [anon_sym_as] = ACTIONS(3969), + [anon_sym_EQ] = ACTIONS(4009), + [anon_sym_LBRACE] = ACTIONS(3971), + [anon_sym_RBRACE] = ACTIONS(3971), + [anon_sym_LPAREN] = ACTIONS(3971), + [anon_sym_COMMA] = ACTIONS(3971), + [anon_sym_LT] = ACTIONS(3969), + [anon_sym_GT] = ACTIONS(3969), + [anon_sym_where] = ACTIONS(3969), + [anon_sym_DOT] = ACTIONS(3979), + [anon_sym_SEMI] = ACTIONS(3971), + [anon_sym_get] = ACTIONS(3969), + [anon_sym_set] = ACTIONS(3969), + [anon_sym_STAR] = ACTIONS(3969), + [sym_label] = ACTIONS(3971), + [anon_sym_in] = ACTIONS(3969), + [anon_sym_DOT_DOT] = ACTIONS(3971), + [anon_sym_QMARK_COLON] = ACTIONS(3971), + [anon_sym_AMP_AMP] = ACTIONS(3971), + [anon_sym_PIPE_PIPE] = ACTIONS(3971), + [anon_sym_else] = ACTIONS(3969), + [anon_sym_COLON_COLON] = ACTIONS(3982), + [anon_sym_PLUS_EQ] = ACTIONS(4011), + [anon_sym_DASH_EQ] = ACTIONS(4011), + [anon_sym_STAR_EQ] = ACTIONS(4011), + [anon_sym_SLASH_EQ] = ACTIONS(4011), + [anon_sym_PERCENT_EQ] = ACTIONS(4011), + [anon_sym_BANG_EQ] = ACTIONS(3969), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3971), + [anon_sym_EQ_EQ] = ACTIONS(3969), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3971), + [anon_sym_LT_EQ] = ACTIONS(3971), + [anon_sym_GT_EQ] = ACTIONS(3971), + [anon_sym_BANGin] = ACTIONS(3971), + [anon_sym_is] = ACTIONS(3969), + [anon_sym_BANGis] = ACTIONS(3971), + [anon_sym_PLUS] = ACTIONS(3969), + [anon_sym_DASH] = ACTIONS(3969), + [anon_sym_SLASH] = ACTIONS(3969), + [anon_sym_PERCENT] = ACTIONS(3969), + [anon_sym_as_QMARK] = ACTIONS(3971), + [anon_sym_PLUS_PLUS] = ACTIONS(3988), + [anon_sym_DASH_DASH] = ACTIONS(3988), + [anon_sym_BANG_BANG] = ACTIONS(3988), + [anon_sym_suspend] = ACTIONS(3969), + [anon_sym_sealed] = ACTIONS(3969), + [anon_sym_annotation] = ACTIONS(3969), + [anon_sym_data] = ACTIONS(3969), + [anon_sym_inner] = ACTIONS(3969), + [anon_sym_override] = ACTIONS(3969), + [anon_sym_lateinit] = ACTIONS(3969), + [anon_sym_public] = ACTIONS(3969), + [anon_sym_private] = ACTIONS(3969), + [anon_sym_internal] = ACTIONS(3969), + [anon_sym_protected] = ACTIONS(3969), + [anon_sym_tailrec] = ACTIONS(3969), + [anon_sym_operator] = ACTIONS(3969), + [anon_sym_infix] = ACTIONS(3969), + [anon_sym_inline] = ACTIONS(3969), + [anon_sym_external] = ACTIONS(3969), + [sym_property_modifier] = ACTIONS(3969), + [anon_sym_abstract] = ACTIONS(3969), + [anon_sym_final] = ACTIONS(3969), + [anon_sym_open] = ACTIONS(3969), + [anon_sym_vararg] = ACTIONS(3969), + [anon_sym_noinline] = ACTIONS(3969), + [anon_sym_crossinline] = ACTIONS(3969), + [anon_sym_expect] = ACTIONS(3969), + [anon_sym_actual] = ACTIONS(3969), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3971), + [sym__automatic_semicolon] = ACTIONS(3971), + [sym_safe_nav] = ACTIONS(3982), [sym_multiline_comment] = ACTIONS(3), }, - [2817] = { - [sym_getter] = STATE(5011), - [sym_setter] = STATE(5011), - [sym_modifiers] = STATE(8589), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(1778), - [anon_sym_get] = ACTIONS(6156), - [anon_sym_set] = ACTIONS(6158), - [anon_sym_STAR] = ACTIONS(1778), - [sym_label] = ACTIONS(1778), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1778), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG_BANG] = ACTIONS(1778), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1778), - [sym__automatic_semicolon] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), + [2837] = { + [sym__alpha_identifier] = ACTIONS(3943), + [anon_sym_AT] = ACTIONS(3948), + [anon_sym_COLON] = ACTIONS(3943), + [anon_sym_LBRACK] = ACTIONS(3948), + [anon_sym_as] = ACTIONS(3943), + [anon_sym_EQ] = ACTIONS(3943), + [anon_sym_LBRACE] = ACTIONS(3948), + [anon_sym_RBRACE] = ACTIONS(3948), + [anon_sym_LPAREN] = ACTIONS(3948), + [anon_sym_COMMA] = ACTIONS(3948), + [anon_sym_by] = ACTIONS(3943), + [anon_sym_LT] = ACTIONS(3943), + [anon_sym_GT] = ACTIONS(3943), + [anon_sym_where] = ACTIONS(3943), + [anon_sym_object] = ACTIONS(3943), + [anon_sym_fun] = ACTIONS(3943), + [anon_sym_DOT] = ACTIONS(3943), + [anon_sym_SEMI] = ACTIONS(3948), + [anon_sym_get] = ACTIONS(3943), + [anon_sym_set] = ACTIONS(3943), + [anon_sym_this] = ACTIONS(3943), + [anon_sym_super] = ACTIONS(3943), + [sym__quest] = ACTIONS(3943), + [anon_sym_STAR] = ACTIONS(3943), + [sym_label] = ACTIONS(3943), + [anon_sym_in] = ACTIONS(3943), + [anon_sym_DOT_DOT] = ACTIONS(3948), + [anon_sym_QMARK_COLON] = ACTIONS(3948), + [anon_sym_AMP_AMP] = ACTIONS(3948), + [anon_sym_PIPE_PIPE] = ACTIONS(3948), + [anon_sym_null] = ACTIONS(3943), + [anon_sym_if] = ACTIONS(3943), + [anon_sym_else] = ACTIONS(3943), + [anon_sym_when] = ACTIONS(3943), + [anon_sym_try] = ACTIONS(3943), + [anon_sym_throw] = ACTIONS(3943), + [anon_sym_return] = ACTIONS(3943), + [anon_sym_continue] = ACTIONS(3943), + [anon_sym_break] = ACTIONS(3943), + [anon_sym_COLON_COLON] = ACTIONS(3948), + [anon_sym_PLUS_EQ] = ACTIONS(3948), + [anon_sym_DASH_EQ] = ACTIONS(3948), + [anon_sym_STAR_EQ] = ACTIONS(3948), + [anon_sym_SLASH_EQ] = ACTIONS(3948), + [anon_sym_PERCENT_EQ] = ACTIONS(3948), + [anon_sym_BANG_EQ] = ACTIONS(3943), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3948), + [anon_sym_EQ_EQ] = ACTIONS(3943), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3948), + [anon_sym_LT_EQ] = ACTIONS(3948), + [anon_sym_GT_EQ] = ACTIONS(3948), + [anon_sym_BANGin] = ACTIONS(3948), + [anon_sym_is] = ACTIONS(3943), + [anon_sym_BANGis] = ACTIONS(3948), + [anon_sym_PLUS] = ACTIONS(3943), + [anon_sym_DASH] = ACTIONS(3943), + [anon_sym_SLASH] = ACTIONS(3943), + [anon_sym_PERCENT] = ACTIONS(3943), + [anon_sym_as_QMARK] = ACTIONS(3948), + [anon_sym_PLUS_PLUS] = ACTIONS(3948), + [anon_sym_DASH_DASH] = ACTIONS(3948), + [anon_sym_BANG] = ACTIONS(3943), + [anon_sym_BANG_BANG] = ACTIONS(3948), + [anon_sym_data] = ACTIONS(3943), + [anon_sym_inner] = ACTIONS(3943), + [anon_sym_expect] = ACTIONS(3943), + [anon_sym_actual] = ACTIONS(3943), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3948), + [anon_sym_continue_AT] = ACTIONS(3948), + [anon_sym_break_AT] = ACTIONS(3948), + [sym_real_literal] = ACTIONS(3948), + [sym_integer_literal] = ACTIONS(3943), + [sym_hex_literal] = ACTIONS(3948), + [sym_bin_literal] = ACTIONS(3948), + [anon_sym_true] = ACTIONS(3943), + [anon_sym_false] = ACTIONS(3943), + [anon_sym_SQUOTE] = ACTIONS(3948), + [sym__backtick_identifier] = ACTIONS(3948), + [sym__automatic_semicolon] = ACTIONS(3948), + [sym_safe_nav] = ACTIONS(3948), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3948), + }, + [2838] = { + [sym_annotated_lambda] = STATE(3864), + [sym_lambda_literal] = STATE(3829), + [sym_annotation] = STATE(7883), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [sym__alpha_identifier] = ACTIONS(4019), + [anon_sym_AT] = ACTIONS(4021), + [anon_sym_LBRACK] = ACTIONS(4021), + [anon_sym_as] = ACTIONS(4019), + [anon_sym_EQ] = ACTIONS(4019), + [anon_sym_LBRACE] = ACTIONS(4021), + [anon_sym_RBRACE] = ACTIONS(4021), + [anon_sym_LPAREN] = ACTIONS(4021), + [anon_sym_COMMA] = ACTIONS(4021), + [anon_sym_LT] = ACTIONS(4019), + [anon_sym_GT] = ACTIONS(4019), + [anon_sym_where] = ACTIONS(4019), + [anon_sym_DOT] = ACTIONS(4019), + [anon_sym_SEMI] = ACTIONS(4021), + [anon_sym_get] = ACTIONS(4019), + [anon_sym_set] = ACTIONS(4019), + [anon_sym_STAR] = ACTIONS(4019), + [sym_label] = ACTIONS(4021), + [anon_sym_in] = ACTIONS(4019), + [anon_sym_DOT_DOT] = ACTIONS(4021), + [anon_sym_QMARK_COLON] = ACTIONS(4021), + [anon_sym_AMP_AMP] = ACTIONS(4021), + [anon_sym_PIPE_PIPE] = ACTIONS(4021), + [anon_sym_else] = ACTIONS(4019), + [anon_sym_COLON_COLON] = ACTIONS(4021), + [anon_sym_PLUS_EQ] = ACTIONS(4021), + [anon_sym_DASH_EQ] = ACTIONS(4021), + [anon_sym_STAR_EQ] = ACTIONS(4021), + [anon_sym_SLASH_EQ] = ACTIONS(4021), + [anon_sym_PERCENT_EQ] = ACTIONS(4021), + [anon_sym_BANG_EQ] = ACTIONS(4019), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4021), + [anon_sym_EQ_EQ] = ACTIONS(4019), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4021), + [anon_sym_LT_EQ] = ACTIONS(4021), + [anon_sym_GT_EQ] = ACTIONS(4021), + [anon_sym_BANGin] = ACTIONS(4021), + [anon_sym_is] = ACTIONS(4019), + [anon_sym_BANGis] = ACTIONS(4021), + [anon_sym_PLUS] = ACTIONS(4019), + [anon_sym_DASH] = ACTIONS(4019), + [anon_sym_SLASH] = ACTIONS(4019), + [anon_sym_PERCENT] = ACTIONS(4019), + [anon_sym_as_QMARK] = ACTIONS(4021), + [anon_sym_PLUS_PLUS] = ACTIONS(4021), + [anon_sym_DASH_DASH] = ACTIONS(4021), + [anon_sym_BANG_BANG] = ACTIONS(4021), + [anon_sym_suspend] = ACTIONS(4019), + [anon_sym_sealed] = ACTIONS(4019), + [anon_sym_annotation] = ACTIONS(4019), + [anon_sym_data] = ACTIONS(4019), + [anon_sym_inner] = ACTIONS(4019), + [anon_sym_override] = ACTIONS(4019), + [anon_sym_lateinit] = ACTIONS(4019), + [anon_sym_public] = ACTIONS(4019), + [anon_sym_private] = ACTIONS(4019), + [anon_sym_internal] = ACTIONS(4019), + [anon_sym_protected] = ACTIONS(4019), + [anon_sym_tailrec] = ACTIONS(4019), + [anon_sym_operator] = ACTIONS(4019), + [anon_sym_infix] = ACTIONS(4019), + [anon_sym_inline] = ACTIONS(4019), + [anon_sym_external] = ACTIONS(4019), + [sym_property_modifier] = ACTIONS(4019), + [anon_sym_abstract] = ACTIONS(4019), + [anon_sym_final] = ACTIONS(4019), + [anon_sym_open] = ACTIONS(4019), + [anon_sym_vararg] = ACTIONS(4019), + [anon_sym_noinline] = ACTIONS(4019), + [anon_sym_crossinline] = ACTIONS(4019), + [anon_sym_expect] = ACTIONS(4019), + [anon_sym_actual] = ACTIONS(4019), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4021), + [sym__automatic_semicolon] = ACTIONS(4021), + [sym_safe_nav] = ACTIONS(4021), [sym_multiline_comment] = ACTIONS(3), }, - [2818] = { - [sym_getter] = STATE(4976), - [sym_setter] = STATE(4976), - [sym_modifiers] = STATE(8589), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(3256), - [anon_sym_get] = ACTIONS(6156), - [anon_sym_set] = ACTIONS(6158), - [anon_sym_STAR] = ACTIONS(3256), - [sym_label] = ACTIONS(3256), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3256), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG_BANG] = ACTIONS(3256), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [2839] = { + [sym_type_constraints] = STATE(3421), + [sym_function_body] = STATE(3285), + [sym__block] = STATE(3334), + [sym__alpha_identifier] = ACTIONS(4041), + [anon_sym_AT] = ACTIONS(4043), + [anon_sym_COLON] = ACTIONS(6260), + [anon_sym_LBRACK] = ACTIONS(4043), + [anon_sym_as] = ACTIONS(4041), + [anon_sym_EQ] = ACTIONS(6262), + [anon_sym_LBRACE] = ACTIONS(6244), + [anon_sym_RBRACE] = ACTIONS(4043), + [anon_sym_LPAREN] = ACTIONS(4043), + [anon_sym_LT] = ACTIONS(4041), + [anon_sym_GT] = ACTIONS(4041), + [anon_sym_where] = ACTIONS(3118), + [anon_sym_object] = ACTIONS(4041), + [anon_sym_fun] = ACTIONS(4041), + [anon_sym_DOT] = ACTIONS(4041), + [anon_sym_SEMI] = ACTIONS(4043), + [anon_sym_get] = ACTIONS(4041), + [anon_sym_set] = ACTIONS(4041), + [anon_sym_this] = ACTIONS(4041), + [anon_sym_super] = ACTIONS(4041), + [anon_sym_STAR] = ACTIONS(4041), + [sym_label] = ACTIONS(4041), + [anon_sym_in] = ACTIONS(4041), + [anon_sym_DOT_DOT] = ACTIONS(4043), + [anon_sym_QMARK_COLON] = ACTIONS(4043), + [anon_sym_AMP_AMP] = ACTIONS(4043), + [anon_sym_PIPE_PIPE] = ACTIONS(4043), + [anon_sym_null] = ACTIONS(4041), + [anon_sym_if] = ACTIONS(4041), + [anon_sym_else] = ACTIONS(4041), + [anon_sym_when] = ACTIONS(4041), + [anon_sym_try] = ACTIONS(4041), + [anon_sym_throw] = ACTIONS(4041), + [anon_sym_return] = ACTIONS(4041), + [anon_sym_continue] = ACTIONS(4041), + [anon_sym_break] = ACTIONS(4041), + [anon_sym_COLON_COLON] = ACTIONS(4043), + [anon_sym_PLUS_EQ] = ACTIONS(4043), + [anon_sym_DASH_EQ] = ACTIONS(4043), + [anon_sym_STAR_EQ] = ACTIONS(4043), + [anon_sym_SLASH_EQ] = ACTIONS(4043), + [anon_sym_PERCENT_EQ] = ACTIONS(4043), + [anon_sym_BANG_EQ] = ACTIONS(4041), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4043), + [anon_sym_EQ_EQ] = ACTIONS(4041), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4043), + [anon_sym_LT_EQ] = ACTIONS(4043), + [anon_sym_GT_EQ] = ACTIONS(4043), + [anon_sym_BANGin] = ACTIONS(4043), + [anon_sym_is] = ACTIONS(4041), + [anon_sym_BANGis] = ACTIONS(4043), + [anon_sym_PLUS] = ACTIONS(4041), + [anon_sym_DASH] = ACTIONS(4041), + [anon_sym_SLASH] = ACTIONS(4041), + [anon_sym_PERCENT] = ACTIONS(4041), + [anon_sym_as_QMARK] = ACTIONS(4043), + [anon_sym_PLUS_PLUS] = ACTIONS(4043), + [anon_sym_DASH_DASH] = ACTIONS(4043), + [anon_sym_BANG] = ACTIONS(4041), + [anon_sym_BANG_BANG] = ACTIONS(4043), + [anon_sym_data] = ACTIONS(4041), + [anon_sym_inner] = ACTIONS(4041), + [anon_sym_expect] = ACTIONS(4041), + [anon_sym_actual] = ACTIONS(4041), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4043), + [anon_sym_continue_AT] = ACTIONS(4043), + [anon_sym_break_AT] = ACTIONS(4043), + [sym_real_literal] = ACTIONS(4043), + [sym_integer_literal] = ACTIONS(4041), + [sym_hex_literal] = ACTIONS(4043), + [sym_bin_literal] = ACTIONS(4043), + [anon_sym_true] = ACTIONS(4041), + [anon_sym_false] = ACTIONS(4041), + [anon_sym_SQUOTE] = ACTIONS(4043), + [sym__backtick_identifier] = ACTIONS(4043), + [sym__automatic_semicolon] = ACTIONS(4043), + [sym_safe_nav] = ACTIONS(4043), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4043), + }, + [2840] = { + [sym_class_body] = STATE(3121), + [sym_type_constraints] = STATE(3047), + [sym__alpha_identifier] = ACTIONS(4303), + [anon_sym_AT] = ACTIONS(4305), + [anon_sym_COLON] = ACTIONS(6264), + [anon_sym_LBRACK] = ACTIONS(4305), + [anon_sym_as] = ACTIONS(4303), + [anon_sym_EQ] = ACTIONS(4303), + [anon_sym_LBRACE] = ACTIONS(3144), + [anon_sym_RBRACE] = ACTIONS(4305), + [anon_sym_LPAREN] = ACTIONS(4305), + [anon_sym_COMMA] = ACTIONS(4305), + [anon_sym_LT] = ACTIONS(4303), + [anon_sym_GT] = ACTIONS(4303), + [anon_sym_where] = ACTIONS(3118), + [anon_sym_object] = ACTIONS(4303), + [anon_sym_fun] = ACTIONS(4303), + [anon_sym_DOT] = ACTIONS(4303), + [anon_sym_SEMI] = ACTIONS(4305), + [anon_sym_get] = ACTIONS(4303), + [anon_sym_set] = ACTIONS(4303), + [anon_sym_this] = ACTIONS(4303), + [anon_sym_super] = ACTIONS(4303), + [anon_sym_STAR] = ACTIONS(4303), + [sym_label] = ACTIONS(4303), + [anon_sym_in] = ACTIONS(4303), + [anon_sym_DOT_DOT] = ACTIONS(4305), + [anon_sym_QMARK_COLON] = ACTIONS(4305), + [anon_sym_AMP_AMP] = ACTIONS(4305), + [anon_sym_PIPE_PIPE] = ACTIONS(4305), + [anon_sym_null] = ACTIONS(4303), + [anon_sym_if] = ACTIONS(4303), + [anon_sym_else] = ACTIONS(4303), + [anon_sym_when] = ACTIONS(4303), + [anon_sym_try] = ACTIONS(4303), + [anon_sym_throw] = ACTIONS(4303), + [anon_sym_return] = ACTIONS(4303), + [anon_sym_continue] = ACTIONS(4303), + [anon_sym_break] = ACTIONS(4303), + [anon_sym_COLON_COLON] = ACTIONS(4305), + [anon_sym_PLUS_EQ] = ACTIONS(4305), + [anon_sym_DASH_EQ] = ACTIONS(4305), + [anon_sym_STAR_EQ] = ACTIONS(4305), + [anon_sym_SLASH_EQ] = ACTIONS(4305), + [anon_sym_PERCENT_EQ] = ACTIONS(4305), + [anon_sym_BANG_EQ] = ACTIONS(4303), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4305), + [anon_sym_EQ_EQ] = ACTIONS(4303), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4305), + [anon_sym_LT_EQ] = ACTIONS(4305), + [anon_sym_GT_EQ] = ACTIONS(4305), + [anon_sym_BANGin] = ACTIONS(4305), + [anon_sym_is] = ACTIONS(4303), + [anon_sym_BANGis] = ACTIONS(4305), + [anon_sym_PLUS] = ACTIONS(4303), + [anon_sym_DASH] = ACTIONS(4303), + [anon_sym_SLASH] = ACTIONS(4303), + [anon_sym_PERCENT] = ACTIONS(4303), + [anon_sym_as_QMARK] = ACTIONS(4305), + [anon_sym_PLUS_PLUS] = ACTIONS(4305), + [anon_sym_DASH_DASH] = ACTIONS(4305), + [anon_sym_BANG] = ACTIONS(4303), + [anon_sym_BANG_BANG] = ACTIONS(4305), + [anon_sym_data] = ACTIONS(4303), + [anon_sym_inner] = ACTIONS(4303), + [anon_sym_expect] = ACTIONS(4303), + [anon_sym_actual] = ACTIONS(4303), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4305), + [anon_sym_continue_AT] = ACTIONS(4305), + [anon_sym_break_AT] = ACTIONS(4305), + [sym_real_literal] = ACTIONS(4305), + [sym_integer_literal] = ACTIONS(4303), + [sym_hex_literal] = ACTIONS(4305), + [sym_bin_literal] = ACTIONS(4305), + [anon_sym_true] = ACTIONS(4303), + [anon_sym_false] = ACTIONS(4303), + [anon_sym_SQUOTE] = ACTIONS(4305), + [sym__backtick_identifier] = ACTIONS(4305), + [sym__automatic_semicolon] = ACTIONS(4305), + [sym_safe_nav] = ACTIONS(4305), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4305), + }, + [2841] = { + [sym_type_constraints] = STATE(3054), + [sym_enum_class_body] = STATE(3322), + [sym__alpha_identifier] = ACTIONS(3186), + [anon_sym_AT] = ACTIONS(3190), + [anon_sym_COLON] = ACTIONS(3188), + [anon_sym_LBRACK] = ACTIONS(3190), + [anon_sym_as] = ACTIONS(3186), + [anon_sym_EQ] = ACTIONS(3186), + [anon_sym_LBRACE] = ACTIONS(3112), + [anon_sym_RBRACE] = ACTIONS(3190), + [anon_sym_LPAREN] = ACTIONS(3190), + [anon_sym_COMMA] = ACTIONS(3190), + [anon_sym_LT] = ACTIONS(3186), + [anon_sym_GT] = ACTIONS(3186), + [anon_sym_where] = ACTIONS(3118), + [anon_sym_object] = ACTIONS(3186), + [anon_sym_fun] = ACTIONS(3186), + [anon_sym_DOT] = ACTIONS(3186), + [anon_sym_SEMI] = ACTIONS(3190), + [anon_sym_get] = ACTIONS(3186), + [anon_sym_set] = ACTIONS(3186), + [anon_sym_this] = ACTIONS(3186), + [anon_sym_super] = ACTIONS(3186), + [anon_sym_STAR] = ACTIONS(3186), + [sym_label] = ACTIONS(3186), + [anon_sym_in] = ACTIONS(3186), + [anon_sym_DOT_DOT] = ACTIONS(3190), + [anon_sym_QMARK_COLON] = ACTIONS(3190), + [anon_sym_AMP_AMP] = ACTIONS(3190), + [anon_sym_PIPE_PIPE] = ACTIONS(3190), + [anon_sym_null] = ACTIONS(3186), + [anon_sym_if] = ACTIONS(3186), + [anon_sym_else] = ACTIONS(3186), + [anon_sym_when] = ACTIONS(3186), + [anon_sym_try] = ACTIONS(3186), + [anon_sym_throw] = ACTIONS(3186), + [anon_sym_return] = ACTIONS(3186), + [anon_sym_continue] = ACTIONS(3186), + [anon_sym_break] = ACTIONS(3186), + [anon_sym_COLON_COLON] = ACTIONS(3190), + [anon_sym_PLUS_EQ] = ACTIONS(3190), + [anon_sym_DASH_EQ] = ACTIONS(3190), + [anon_sym_STAR_EQ] = ACTIONS(3190), + [anon_sym_SLASH_EQ] = ACTIONS(3190), + [anon_sym_PERCENT_EQ] = ACTIONS(3190), + [anon_sym_BANG_EQ] = ACTIONS(3186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3190), + [anon_sym_EQ_EQ] = ACTIONS(3186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3190), + [anon_sym_LT_EQ] = ACTIONS(3190), + [anon_sym_GT_EQ] = ACTIONS(3190), + [anon_sym_BANGin] = ACTIONS(3190), + [anon_sym_is] = ACTIONS(3186), + [anon_sym_BANGis] = ACTIONS(3190), + [anon_sym_PLUS] = ACTIONS(3186), + [anon_sym_DASH] = ACTIONS(3186), + [anon_sym_SLASH] = ACTIONS(3186), + [anon_sym_PERCENT] = ACTIONS(3186), + [anon_sym_as_QMARK] = ACTIONS(3190), + [anon_sym_PLUS_PLUS] = ACTIONS(3190), + [anon_sym_DASH_DASH] = ACTIONS(3190), + [anon_sym_BANG] = ACTIONS(3186), + [anon_sym_BANG_BANG] = ACTIONS(3190), + [anon_sym_data] = ACTIONS(3186), + [anon_sym_inner] = ACTIONS(3186), + [anon_sym_expect] = ACTIONS(3186), + [anon_sym_actual] = ACTIONS(3186), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3190), + [anon_sym_continue_AT] = ACTIONS(3190), + [anon_sym_break_AT] = ACTIONS(3190), + [sym_real_literal] = ACTIONS(3190), + [sym_integer_literal] = ACTIONS(3186), + [sym_hex_literal] = ACTIONS(3190), + [sym_bin_literal] = ACTIONS(3190), + [anon_sym_true] = ACTIONS(3186), + [anon_sym_false] = ACTIONS(3186), + [anon_sym_SQUOTE] = ACTIONS(3190), + [sym__backtick_identifier] = ACTIONS(3190), + [sym__automatic_semicolon] = ACTIONS(3190), + [sym_safe_nav] = ACTIONS(3190), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3190), + }, + [2842] = { + [sym_class_body] = STATE(3322), + [sym_type_constraints] = STATE(3078), + [sym__alpha_identifier] = ACTIONS(3186), + [anon_sym_AT] = ACTIONS(3190), + [anon_sym_COLON] = ACTIONS(3228), + [anon_sym_LBRACK] = ACTIONS(3190), + [anon_sym_as] = ACTIONS(3186), + [anon_sym_EQ] = ACTIONS(3186), + [anon_sym_LBRACE] = ACTIONS(3144), + [anon_sym_RBRACE] = ACTIONS(3190), + [anon_sym_LPAREN] = ACTIONS(3190), + [anon_sym_COMMA] = ACTIONS(3190), + [anon_sym_LT] = ACTIONS(3186), + [anon_sym_GT] = ACTIONS(3186), + [anon_sym_where] = ACTIONS(3118), + [anon_sym_object] = ACTIONS(3186), + [anon_sym_fun] = ACTIONS(3186), + [anon_sym_DOT] = ACTIONS(3186), + [anon_sym_SEMI] = ACTIONS(3190), + [anon_sym_get] = ACTIONS(3186), + [anon_sym_set] = ACTIONS(3186), + [anon_sym_this] = ACTIONS(3186), + [anon_sym_super] = ACTIONS(3186), + [anon_sym_STAR] = ACTIONS(3186), + [sym_label] = ACTIONS(3186), + [anon_sym_in] = ACTIONS(3186), + [anon_sym_DOT_DOT] = ACTIONS(3190), + [anon_sym_QMARK_COLON] = ACTIONS(3190), + [anon_sym_AMP_AMP] = ACTIONS(3190), + [anon_sym_PIPE_PIPE] = ACTIONS(3190), + [anon_sym_null] = ACTIONS(3186), + [anon_sym_if] = ACTIONS(3186), + [anon_sym_else] = ACTIONS(3186), + [anon_sym_when] = ACTIONS(3186), + [anon_sym_try] = ACTIONS(3186), + [anon_sym_throw] = ACTIONS(3186), + [anon_sym_return] = ACTIONS(3186), + [anon_sym_continue] = ACTIONS(3186), + [anon_sym_break] = ACTIONS(3186), + [anon_sym_COLON_COLON] = ACTIONS(3190), + [anon_sym_PLUS_EQ] = ACTIONS(3190), + [anon_sym_DASH_EQ] = ACTIONS(3190), + [anon_sym_STAR_EQ] = ACTIONS(3190), + [anon_sym_SLASH_EQ] = ACTIONS(3190), + [anon_sym_PERCENT_EQ] = ACTIONS(3190), + [anon_sym_BANG_EQ] = ACTIONS(3186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3190), + [anon_sym_EQ_EQ] = ACTIONS(3186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3190), + [anon_sym_LT_EQ] = ACTIONS(3190), + [anon_sym_GT_EQ] = ACTIONS(3190), + [anon_sym_BANGin] = ACTIONS(3190), + [anon_sym_is] = ACTIONS(3186), + [anon_sym_BANGis] = ACTIONS(3190), + [anon_sym_PLUS] = ACTIONS(3186), + [anon_sym_DASH] = ACTIONS(3186), + [anon_sym_SLASH] = ACTIONS(3186), + [anon_sym_PERCENT] = ACTIONS(3186), + [anon_sym_as_QMARK] = ACTIONS(3190), + [anon_sym_PLUS_PLUS] = ACTIONS(3190), + [anon_sym_DASH_DASH] = ACTIONS(3190), + [anon_sym_BANG] = ACTIONS(3186), + [anon_sym_BANG_BANG] = ACTIONS(3190), + [anon_sym_data] = ACTIONS(3186), + [anon_sym_inner] = ACTIONS(3186), + [anon_sym_expect] = ACTIONS(3186), + [anon_sym_actual] = ACTIONS(3186), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3190), + [anon_sym_continue_AT] = ACTIONS(3190), + [anon_sym_break_AT] = ACTIONS(3190), + [sym_real_literal] = ACTIONS(3190), + [sym_integer_literal] = ACTIONS(3186), + [sym_hex_literal] = ACTIONS(3190), + [sym_bin_literal] = ACTIONS(3190), + [anon_sym_true] = ACTIONS(3186), + [anon_sym_false] = ACTIONS(3186), + [anon_sym_SQUOTE] = ACTIONS(3190), + [sym__backtick_identifier] = ACTIONS(3190), + [sym__automatic_semicolon] = ACTIONS(3190), + [sym_safe_nav] = ACTIONS(3190), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3190), + }, + [2843] = { + [aux_sym_nullable_type_repeat1] = STATE(2860), + [sym__alpha_identifier] = ACTIONS(4250), + [anon_sym_AT] = ACTIONS(4252), + [anon_sym_LBRACK] = ACTIONS(4252), + [anon_sym_as] = ACTIONS(4250), + [anon_sym_EQ] = ACTIONS(4250), + [anon_sym_LBRACE] = ACTIONS(4252), + [anon_sym_RBRACE] = ACTIONS(4252), + [anon_sym_LPAREN] = ACTIONS(4252), + [anon_sym_COMMA] = ACTIONS(4252), + [anon_sym_by] = ACTIONS(4250), + [anon_sym_LT] = ACTIONS(4250), + [anon_sym_GT] = ACTIONS(4250), + [anon_sym_where] = ACTIONS(4250), + [anon_sym_object] = ACTIONS(4250), + [anon_sym_fun] = ACTIONS(4250), + [anon_sym_DOT] = ACTIONS(4250), + [anon_sym_SEMI] = ACTIONS(4252), + [anon_sym_get] = ACTIONS(4250), + [anon_sym_set] = ACTIONS(4250), + [anon_sym_this] = ACTIONS(4250), + [anon_sym_super] = ACTIONS(4250), + [sym__quest] = ACTIONS(6266), + [anon_sym_STAR] = ACTIONS(4250), + [sym_label] = ACTIONS(4250), + [anon_sym_in] = ACTIONS(4250), + [anon_sym_DOT_DOT] = ACTIONS(4252), + [anon_sym_QMARK_COLON] = ACTIONS(4252), + [anon_sym_AMP_AMP] = ACTIONS(4252), + [anon_sym_PIPE_PIPE] = ACTIONS(4252), + [anon_sym_null] = ACTIONS(4250), + [anon_sym_if] = ACTIONS(4250), + [anon_sym_else] = ACTIONS(4250), + [anon_sym_when] = ACTIONS(4250), + [anon_sym_try] = ACTIONS(4250), + [anon_sym_throw] = ACTIONS(4250), + [anon_sym_return] = ACTIONS(4250), + [anon_sym_continue] = ACTIONS(4250), + [anon_sym_break] = ACTIONS(4250), + [anon_sym_COLON_COLON] = ACTIONS(4252), + [anon_sym_PLUS_EQ] = ACTIONS(4252), + [anon_sym_DASH_EQ] = ACTIONS(4252), + [anon_sym_STAR_EQ] = ACTIONS(4252), + [anon_sym_SLASH_EQ] = ACTIONS(4252), + [anon_sym_PERCENT_EQ] = ACTIONS(4252), + [anon_sym_BANG_EQ] = ACTIONS(4250), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4252), + [anon_sym_EQ_EQ] = ACTIONS(4250), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4252), + [anon_sym_LT_EQ] = ACTIONS(4252), + [anon_sym_GT_EQ] = ACTIONS(4252), + [anon_sym_BANGin] = ACTIONS(4252), + [anon_sym_is] = ACTIONS(4250), + [anon_sym_BANGis] = ACTIONS(4252), + [anon_sym_PLUS] = ACTIONS(4250), + [anon_sym_DASH] = ACTIONS(4250), + [anon_sym_SLASH] = ACTIONS(4250), + [anon_sym_PERCENT] = ACTIONS(4250), + [anon_sym_as_QMARK] = ACTIONS(4252), + [anon_sym_PLUS_PLUS] = ACTIONS(4252), + [anon_sym_DASH_DASH] = ACTIONS(4252), + [anon_sym_BANG] = ACTIONS(4250), + [anon_sym_BANG_BANG] = ACTIONS(4252), + [anon_sym_data] = ACTIONS(4250), + [anon_sym_inner] = ACTIONS(4250), + [anon_sym_expect] = ACTIONS(4250), + [anon_sym_actual] = ACTIONS(4250), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3256), - [sym__automatic_semicolon] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), + [anon_sym_return_AT] = ACTIONS(4252), + [anon_sym_continue_AT] = ACTIONS(4252), + [anon_sym_break_AT] = ACTIONS(4252), + [sym_real_literal] = ACTIONS(4252), + [sym_integer_literal] = ACTIONS(4250), + [sym_hex_literal] = ACTIONS(4252), + [sym_bin_literal] = ACTIONS(4252), + [anon_sym_true] = ACTIONS(4250), + [anon_sym_false] = ACTIONS(4250), + [anon_sym_SQUOTE] = ACTIONS(4252), + [sym__backtick_identifier] = ACTIONS(4252), + [sym__automatic_semicolon] = ACTIONS(4252), + [sym_safe_nav] = ACTIONS(4252), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4252), }, - [2819] = { - [sym_getter] = STATE(3787), - [sym_setter] = STATE(3787), - [sym_modifiers] = STATE(8637), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(6188), - [anon_sym_get] = ACTIONS(6148), - [anon_sym_set] = ACTIONS(6150), - [anon_sym_STAR] = ACTIONS(3256), - [sym_label] = ACTIONS(3256), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3256), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG_BANG] = ACTIONS(3256), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3256), - [sym__automatic_semicolon] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), - [sym_multiline_comment] = ACTIONS(3), - }, - [2820] = { - [sym_getter] = STATE(3756), - [sym_setter] = STATE(3756), - [sym_modifiers] = STATE(8637), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1752), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1754), - [anon_sym_as] = ACTIONS(1752), - [anon_sym_LBRACE] = ACTIONS(1754), - [anon_sym_RBRACE] = ACTIONS(1754), - [anon_sym_LPAREN] = ACTIONS(1754), - [anon_sym_LT] = ACTIONS(1752), - [anon_sym_GT] = ACTIONS(1752), - [anon_sym_DOT] = ACTIONS(1752), - [anon_sym_SEMI] = ACTIONS(1754), - [anon_sym_get] = ACTIONS(6148), - [anon_sym_set] = ACTIONS(6150), - [anon_sym_STAR] = ACTIONS(1754), - [sym_label] = ACTIONS(1754), - [anon_sym_in] = ACTIONS(1752), - [anon_sym_DOT_DOT] = ACTIONS(1754), - [anon_sym_QMARK_COLON] = ACTIONS(1754), - [anon_sym_AMP_AMP] = ACTIONS(1754), - [anon_sym_PIPE_PIPE] = ACTIONS(1754), - [anon_sym_else] = ACTIONS(1752), - [anon_sym_COLON_COLON] = ACTIONS(1754), - [anon_sym_BANG_EQ] = ACTIONS(1752), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), - [anon_sym_EQ_EQ] = ACTIONS(1752), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), - [anon_sym_LT_EQ] = ACTIONS(1754), - [anon_sym_GT_EQ] = ACTIONS(1754), - [anon_sym_BANGin] = ACTIONS(1754), - [anon_sym_is] = ACTIONS(1752), - [anon_sym_BANGis] = ACTIONS(1754), - [anon_sym_PLUS] = ACTIONS(1752), - [anon_sym_DASH] = ACTIONS(1752), - [anon_sym_SLASH] = ACTIONS(1752), - [anon_sym_PERCENT] = ACTIONS(1754), - [anon_sym_as_QMARK] = ACTIONS(1754), - [anon_sym_PLUS_PLUS] = ACTIONS(1754), - [anon_sym_DASH_DASH] = ACTIONS(1754), - [anon_sym_BANG_BANG] = ACTIONS(1754), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1754), - [sym__automatic_semicolon] = ACTIONS(1754), - [sym_safe_nav] = ACTIONS(1754), - [sym_multiline_comment] = ACTIONS(3), - }, - [2821] = { - [sym_getter] = STATE(5053), - [sym_setter] = STATE(5053), - [sym_modifiers] = STATE(8589), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1764), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1766), - [anon_sym_as] = ACTIONS(1764), - [anon_sym_LBRACE] = ACTIONS(1766), - [anon_sym_RBRACE] = ACTIONS(1766), - [anon_sym_LPAREN] = ACTIONS(1766), - [anon_sym_LT] = ACTIONS(1764), - [anon_sym_GT] = ACTIONS(1764), - [anon_sym_DOT] = ACTIONS(1764), - [anon_sym_SEMI] = ACTIONS(4410), - [anon_sym_get] = ACTIONS(6156), - [anon_sym_set] = ACTIONS(6158), - [anon_sym_STAR] = ACTIONS(1766), - [sym_label] = ACTIONS(1766), - [anon_sym_in] = ACTIONS(1764), - [anon_sym_DOT_DOT] = ACTIONS(1766), - [anon_sym_QMARK_COLON] = ACTIONS(1766), - [anon_sym_AMP_AMP] = ACTIONS(1766), - [anon_sym_PIPE_PIPE] = ACTIONS(1766), - [anon_sym_else] = ACTIONS(1764), - [anon_sym_COLON_COLON] = ACTIONS(1766), - [anon_sym_BANG_EQ] = ACTIONS(1764), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), - [anon_sym_EQ_EQ] = ACTIONS(1764), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1766), - [anon_sym_LT_EQ] = ACTIONS(1766), - [anon_sym_GT_EQ] = ACTIONS(1766), - [anon_sym_BANGin] = ACTIONS(1766), - [anon_sym_is] = ACTIONS(1764), - [anon_sym_BANGis] = ACTIONS(1766), - [anon_sym_PLUS] = ACTIONS(1764), - [anon_sym_DASH] = ACTIONS(1764), - [anon_sym_SLASH] = ACTIONS(1764), - [anon_sym_PERCENT] = ACTIONS(1766), - [anon_sym_as_QMARK] = ACTIONS(1766), - [anon_sym_PLUS_PLUS] = ACTIONS(1766), - [anon_sym_DASH_DASH] = ACTIONS(1766), - [anon_sym_BANG_BANG] = ACTIONS(1766), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1766), - [sym__automatic_semicolon] = ACTIONS(1766), - [sym_safe_nav] = ACTIONS(1766), - [sym_multiline_comment] = ACTIONS(3), - }, - [2822] = { - [sym_type_constraints] = STATE(2962), - [sym_function_body] = STATE(3167), - [sym__block] = STATE(3367), - [sym__alpha_identifier] = ACTIONS(4101), - [anon_sym_AT] = ACTIONS(4103), - [anon_sym_COLON] = ACTIONS(6238), - [anon_sym_LBRACK] = ACTIONS(4103), - [anon_sym_RBRACK] = ACTIONS(4103), - [anon_sym_as] = ACTIONS(4101), - [anon_sym_EQ] = ACTIONS(6234), - [anon_sym_LBRACE] = ACTIONS(6236), - [anon_sym_RBRACE] = ACTIONS(4103), - [anon_sym_LPAREN] = ACTIONS(4103), - [anon_sym_COMMA] = ACTIONS(4103), - [anon_sym_RPAREN] = ACTIONS(4103), - [anon_sym_LT] = ACTIONS(4101), - [anon_sym_GT] = ACTIONS(4101), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(4101), - [anon_sym_SEMI] = ACTIONS(4103), - [anon_sym_get] = ACTIONS(4101), - [anon_sym_set] = ACTIONS(4101), - [anon_sym_STAR] = ACTIONS(4101), - [anon_sym_DASH_GT] = ACTIONS(4103), - [sym_label] = ACTIONS(4103), - [anon_sym_in] = ACTIONS(4101), - [anon_sym_while] = ACTIONS(4101), - [anon_sym_DOT_DOT] = ACTIONS(4103), - [anon_sym_QMARK_COLON] = ACTIONS(4103), - [anon_sym_AMP_AMP] = ACTIONS(4103), - [anon_sym_PIPE_PIPE] = ACTIONS(4103), - [anon_sym_else] = ACTIONS(4101), - [anon_sym_COLON_COLON] = ACTIONS(4103), - [anon_sym_PLUS_EQ] = ACTIONS(4103), - [anon_sym_DASH_EQ] = ACTIONS(4103), - [anon_sym_STAR_EQ] = ACTIONS(4103), - [anon_sym_SLASH_EQ] = ACTIONS(4103), - [anon_sym_PERCENT_EQ] = ACTIONS(4103), - [anon_sym_BANG_EQ] = ACTIONS(4101), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4103), - [anon_sym_EQ_EQ] = ACTIONS(4101), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4103), - [anon_sym_LT_EQ] = ACTIONS(4103), - [anon_sym_GT_EQ] = ACTIONS(4103), - [anon_sym_BANGin] = ACTIONS(4103), - [anon_sym_is] = ACTIONS(4101), - [anon_sym_BANGis] = ACTIONS(4103), - [anon_sym_PLUS] = ACTIONS(4101), - [anon_sym_DASH] = ACTIONS(4101), - [anon_sym_SLASH] = ACTIONS(4101), - [anon_sym_PERCENT] = ACTIONS(4101), - [anon_sym_as_QMARK] = ACTIONS(4103), - [anon_sym_PLUS_PLUS] = ACTIONS(4103), - [anon_sym_DASH_DASH] = ACTIONS(4103), - [anon_sym_BANG_BANG] = ACTIONS(4103), - [anon_sym_suspend] = ACTIONS(4101), - [anon_sym_sealed] = ACTIONS(4101), - [anon_sym_annotation] = ACTIONS(4101), - [anon_sym_data] = ACTIONS(4101), - [anon_sym_inner] = ACTIONS(4101), - [anon_sym_override] = ACTIONS(4101), - [anon_sym_lateinit] = ACTIONS(4101), - [anon_sym_public] = ACTIONS(4101), - [anon_sym_private] = ACTIONS(4101), - [anon_sym_internal] = ACTIONS(4101), - [anon_sym_protected] = ACTIONS(4101), - [anon_sym_tailrec] = ACTIONS(4101), - [anon_sym_operator] = ACTIONS(4101), - [anon_sym_infix] = ACTIONS(4101), - [anon_sym_inline] = ACTIONS(4101), - [anon_sym_external] = ACTIONS(4101), - [sym_property_modifier] = ACTIONS(4101), - [anon_sym_abstract] = ACTIONS(4101), - [anon_sym_final] = ACTIONS(4101), - [anon_sym_open] = ACTIONS(4101), - [anon_sym_vararg] = ACTIONS(4101), - [anon_sym_noinline] = ACTIONS(4101), - [anon_sym_crossinline] = ACTIONS(4101), - [anon_sym_expect] = ACTIONS(4101), - [anon_sym_actual] = ACTIONS(4101), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4103), - [sym_safe_nav] = ACTIONS(4103), - [sym_multiline_comment] = ACTIONS(3), - }, - [2823] = { - [sym_type_constraints] = STATE(2952), - [sym_function_body] = STATE(3216), - [sym__block] = STATE(3245), - [sym__alpha_identifier] = ACTIONS(4089), - [anon_sym_AT] = ACTIONS(4091), - [anon_sym_COLON] = ACTIONS(6240), - [anon_sym_LBRACK] = ACTIONS(4091), - [anon_sym_as] = ACTIONS(4089), - [anon_sym_EQ] = ACTIONS(6218), - [anon_sym_LBRACE] = ACTIONS(6220), - [anon_sym_RBRACE] = ACTIONS(4091), - [anon_sym_LPAREN] = ACTIONS(4091), - [anon_sym_COMMA] = ACTIONS(4091), - [anon_sym_LT] = ACTIONS(4089), - [anon_sym_GT] = ACTIONS(4089), - [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(4089), - [anon_sym_fun] = ACTIONS(4089), - [anon_sym_DOT] = ACTIONS(4089), - [anon_sym_SEMI] = ACTIONS(4091), - [anon_sym_get] = ACTIONS(4089), - [anon_sym_set] = ACTIONS(4089), - [anon_sym_this] = ACTIONS(4089), - [anon_sym_super] = ACTIONS(4089), - [anon_sym_STAR] = ACTIONS(4089), - [sym_label] = ACTIONS(4089), - [anon_sym_in] = ACTIONS(4089), - [anon_sym_DOT_DOT] = ACTIONS(4091), - [anon_sym_QMARK_COLON] = ACTIONS(4091), - [anon_sym_AMP_AMP] = ACTIONS(4091), - [anon_sym_PIPE_PIPE] = ACTIONS(4091), - [anon_sym_null] = ACTIONS(4089), - [anon_sym_if] = ACTIONS(4089), - [anon_sym_else] = ACTIONS(4089), - [anon_sym_when] = ACTIONS(4089), - [anon_sym_try] = ACTIONS(4089), - [anon_sym_throw] = ACTIONS(4089), - [anon_sym_return] = ACTIONS(4089), - [anon_sym_continue] = ACTIONS(4089), - [anon_sym_break] = ACTIONS(4089), - [anon_sym_COLON_COLON] = ACTIONS(4091), - [anon_sym_PLUS_EQ] = ACTIONS(4091), - [anon_sym_DASH_EQ] = ACTIONS(4091), - [anon_sym_STAR_EQ] = ACTIONS(4091), - [anon_sym_SLASH_EQ] = ACTIONS(4091), - [anon_sym_PERCENT_EQ] = ACTIONS(4091), - [anon_sym_BANG_EQ] = ACTIONS(4089), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4091), - [anon_sym_EQ_EQ] = ACTIONS(4089), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4091), - [anon_sym_LT_EQ] = ACTIONS(4091), - [anon_sym_GT_EQ] = ACTIONS(4091), - [anon_sym_BANGin] = ACTIONS(4091), - [anon_sym_is] = ACTIONS(4089), - [anon_sym_BANGis] = ACTIONS(4091), - [anon_sym_PLUS] = ACTIONS(4089), - [anon_sym_DASH] = ACTIONS(4089), - [anon_sym_SLASH] = ACTIONS(4089), - [anon_sym_PERCENT] = ACTIONS(4089), - [anon_sym_as_QMARK] = ACTIONS(4091), - [anon_sym_PLUS_PLUS] = ACTIONS(4091), - [anon_sym_DASH_DASH] = ACTIONS(4091), - [anon_sym_BANG] = ACTIONS(4089), - [anon_sym_BANG_BANG] = ACTIONS(4091), - [anon_sym_data] = ACTIONS(4089), - [anon_sym_inner] = ACTIONS(4089), - [anon_sym_expect] = ACTIONS(4089), - [anon_sym_actual] = ACTIONS(4089), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4091), - [anon_sym_continue_AT] = ACTIONS(4091), - [anon_sym_break_AT] = ACTIONS(4091), - [sym_real_literal] = ACTIONS(4091), - [sym_integer_literal] = ACTIONS(4089), - [sym_hex_literal] = ACTIONS(4091), - [sym_bin_literal] = ACTIONS(4091), - [anon_sym_true] = ACTIONS(4089), - [anon_sym_false] = ACTIONS(4089), - [anon_sym_SQUOTE] = ACTIONS(4091), - [sym__backtick_identifier] = ACTIONS(4091), - [sym__automatic_semicolon] = ACTIONS(4091), - [sym_safe_nav] = ACTIONS(4091), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4091), - }, - [2824] = { - [sym_getter] = STATE(3877), - [sym_setter] = STATE(3877), - [sym_modifiers] = STATE(8637), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1776), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(1778), - [anon_sym_get] = ACTIONS(6148), - [anon_sym_set] = ACTIONS(6150), - [anon_sym_STAR] = ACTIONS(1778), - [sym_label] = ACTIONS(1778), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1778), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG_BANG] = ACTIONS(1778), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1778), - [sym__automatic_semicolon] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), - [sym_multiline_comment] = ACTIONS(3), - }, - [2825] = { - [sym_getter] = STATE(4976), - [sym_setter] = STATE(4976), - [sym_modifiers] = STATE(8589), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(3254), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(6180), - [anon_sym_get] = ACTIONS(6156), - [anon_sym_set] = ACTIONS(6158), - [anon_sym_STAR] = ACTIONS(3256), - [sym_label] = ACTIONS(3256), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3256), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG_BANG] = ACTIONS(3256), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3256), - [sym__automatic_semicolon] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), - [sym_multiline_comment] = ACTIONS(3), - }, - [2826] = { - [sym_type_arguments] = STATE(5093), - [sym__alpha_identifier] = ACTIONS(4130), - [anon_sym_AT] = ACTIONS(4132), - [anon_sym_COLON] = ACTIONS(6242), - [anon_sym_LBRACK] = ACTIONS(4132), - [anon_sym_RBRACK] = ACTIONS(4132), - [anon_sym_as] = ACTIONS(4136), - [anon_sym_EQ] = ACTIONS(4136), - [anon_sym_LBRACE] = ACTIONS(4132), - [anon_sym_RBRACE] = ACTIONS(4132), - [anon_sym_LPAREN] = ACTIONS(4138), - [anon_sym_COMMA] = ACTIONS(4132), - [anon_sym_RPAREN] = ACTIONS(4132), - [anon_sym_by] = ACTIONS(4136), - [anon_sym_LT] = ACTIONS(4140), - [anon_sym_GT] = ACTIONS(4136), - [anon_sym_where] = ACTIONS(4136), - [anon_sym_DOT] = ACTIONS(4130), - [anon_sym_SEMI] = ACTIONS(4132), - [anon_sym_get] = ACTIONS(4130), - [anon_sym_set] = ACTIONS(4130), - [sym__quest] = ACTIONS(4130), - [anon_sym_STAR] = ACTIONS(4136), - [anon_sym_DASH_GT] = ACTIONS(4132), - [sym_label] = ACTIONS(4132), - [anon_sym_in] = ACTIONS(4136), - [anon_sym_while] = ACTIONS(4136), - [anon_sym_DOT_DOT] = ACTIONS(4132), - [anon_sym_QMARK_COLON] = ACTIONS(4132), - [anon_sym_AMP_AMP] = ACTIONS(4132), - [anon_sym_PIPE_PIPE] = ACTIONS(4132), - [anon_sym_else] = ACTIONS(4136), - [anon_sym_COLON_COLON] = ACTIONS(4132), - [anon_sym_PLUS_EQ] = ACTIONS(4132), - [anon_sym_DASH_EQ] = ACTIONS(4132), - [anon_sym_STAR_EQ] = ACTIONS(4132), - [anon_sym_SLASH_EQ] = ACTIONS(4132), - [anon_sym_PERCENT_EQ] = ACTIONS(4132), - [anon_sym_BANG_EQ] = ACTIONS(4136), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4132), - [anon_sym_EQ_EQ] = ACTIONS(4136), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4132), - [anon_sym_LT_EQ] = ACTIONS(4132), - [anon_sym_GT_EQ] = ACTIONS(4132), - [anon_sym_BANGin] = ACTIONS(4132), - [anon_sym_is] = ACTIONS(4136), - [anon_sym_BANGis] = ACTIONS(4132), - [anon_sym_PLUS] = ACTIONS(4136), - [anon_sym_DASH] = ACTIONS(4136), - [anon_sym_SLASH] = ACTIONS(4136), - [anon_sym_PERCENT] = ACTIONS(4136), - [anon_sym_as_QMARK] = ACTIONS(4132), - [anon_sym_PLUS_PLUS] = ACTIONS(4132), - [anon_sym_DASH_DASH] = ACTIONS(4132), - [anon_sym_BANG_BANG] = ACTIONS(4132), - [anon_sym_suspend] = ACTIONS(4136), - [anon_sym_sealed] = ACTIONS(4136), - [anon_sym_annotation] = ACTIONS(4136), - [anon_sym_data] = ACTIONS(4130), - [anon_sym_inner] = ACTIONS(4130), - [anon_sym_override] = ACTIONS(4136), - [anon_sym_lateinit] = ACTIONS(4136), - [anon_sym_public] = ACTIONS(4136), - [anon_sym_private] = ACTIONS(4136), - [anon_sym_internal] = ACTIONS(4136), - [anon_sym_protected] = ACTIONS(4136), - [anon_sym_tailrec] = ACTIONS(4136), - [anon_sym_operator] = ACTIONS(4136), - [anon_sym_infix] = ACTIONS(4136), - [anon_sym_inline] = ACTIONS(4136), - [anon_sym_external] = ACTIONS(4136), - [sym_property_modifier] = ACTIONS(4136), - [anon_sym_abstract] = ACTIONS(4136), - [anon_sym_final] = ACTIONS(4136), - [anon_sym_open] = ACTIONS(4136), - [anon_sym_vararg] = ACTIONS(4136), - [anon_sym_noinline] = ACTIONS(4136), - [anon_sym_crossinline] = ACTIONS(4136), - [anon_sym_expect] = ACTIONS(4130), - [anon_sym_actual] = ACTIONS(4130), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4138), - [sym_safe_nav] = ACTIONS(4132), - [sym_multiline_comment] = ACTIONS(3), - }, - [2827] = { - [sym_getter] = STATE(5053), - [sym_setter] = STATE(5053), - [sym_modifiers] = STATE(8589), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1764), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1766), - [anon_sym_as] = ACTIONS(1764), - [anon_sym_LBRACE] = ACTIONS(1766), - [anon_sym_RBRACE] = ACTIONS(1766), - [anon_sym_LPAREN] = ACTIONS(1766), - [anon_sym_LT] = ACTIONS(1764), - [anon_sym_GT] = ACTIONS(1764), - [anon_sym_DOT] = ACTIONS(1764), - [anon_sym_SEMI] = ACTIONS(1766), - [anon_sym_get] = ACTIONS(6156), - [anon_sym_set] = ACTIONS(6158), - [anon_sym_STAR] = ACTIONS(1766), - [sym_label] = ACTIONS(1766), - [anon_sym_in] = ACTIONS(1764), - [anon_sym_DOT_DOT] = ACTIONS(1766), - [anon_sym_QMARK_COLON] = ACTIONS(1766), - [anon_sym_AMP_AMP] = ACTIONS(1766), - [anon_sym_PIPE_PIPE] = ACTIONS(1766), - [anon_sym_else] = ACTIONS(1764), - [anon_sym_COLON_COLON] = ACTIONS(1766), - [anon_sym_BANG_EQ] = ACTIONS(1764), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), - [anon_sym_EQ_EQ] = ACTIONS(1764), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1766), - [anon_sym_LT_EQ] = ACTIONS(1766), - [anon_sym_GT_EQ] = ACTIONS(1766), - [anon_sym_BANGin] = ACTIONS(1766), - [anon_sym_is] = ACTIONS(1764), - [anon_sym_BANGis] = ACTIONS(1766), - [anon_sym_PLUS] = ACTIONS(1764), - [anon_sym_DASH] = ACTIONS(1764), - [anon_sym_SLASH] = ACTIONS(1764), - [anon_sym_PERCENT] = ACTIONS(1766), - [anon_sym_as_QMARK] = ACTIONS(1766), - [anon_sym_PLUS_PLUS] = ACTIONS(1766), - [anon_sym_DASH_DASH] = ACTIONS(1766), - [anon_sym_BANG_BANG] = ACTIONS(1766), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1766), - [sym__automatic_semicolon] = ACTIONS(1766), - [sym_safe_nav] = ACTIONS(1766), - [sym_multiline_comment] = ACTIONS(3), - }, - [2828] = { - [sym_type_constraints] = STATE(2982), - [sym_function_body] = STATE(3174), - [sym__block] = STATE(3367), - [sym__alpha_identifier] = ACTIONS(4089), - [anon_sym_AT] = ACTIONS(4091), - [anon_sym_COLON] = ACTIONS(6244), - [anon_sym_LBRACK] = ACTIONS(4091), - [anon_sym_RBRACK] = ACTIONS(4091), - [anon_sym_as] = ACTIONS(4089), - [anon_sym_EQ] = ACTIONS(6234), - [anon_sym_LBRACE] = ACTIONS(6236), - [anon_sym_RBRACE] = ACTIONS(4091), - [anon_sym_LPAREN] = ACTIONS(4091), - [anon_sym_COMMA] = ACTIONS(4091), - [anon_sym_RPAREN] = ACTIONS(4091), - [anon_sym_LT] = ACTIONS(4089), - [anon_sym_GT] = ACTIONS(4089), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(4089), - [anon_sym_SEMI] = ACTIONS(4091), - [anon_sym_get] = ACTIONS(4089), - [anon_sym_set] = ACTIONS(4089), - [anon_sym_STAR] = ACTIONS(4089), - [anon_sym_DASH_GT] = ACTIONS(4091), - [sym_label] = ACTIONS(4091), - [anon_sym_in] = ACTIONS(4089), - [anon_sym_while] = ACTIONS(4089), - [anon_sym_DOT_DOT] = ACTIONS(4091), - [anon_sym_QMARK_COLON] = ACTIONS(4091), - [anon_sym_AMP_AMP] = ACTIONS(4091), - [anon_sym_PIPE_PIPE] = ACTIONS(4091), - [anon_sym_else] = ACTIONS(4089), - [anon_sym_COLON_COLON] = ACTIONS(4091), - [anon_sym_PLUS_EQ] = ACTIONS(4091), - [anon_sym_DASH_EQ] = ACTIONS(4091), - [anon_sym_STAR_EQ] = ACTIONS(4091), - [anon_sym_SLASH_EQ] = ACTIONS(4091), - [anon_sym_PERCENT_EQ] = ACTIONS(4091), - [anon_sym_BANG_EQ] = ACTIONS(4089), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4091), - [anon_sym_EQ_EQ] = ACTIONS(4089), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4091), - [anon_sym_LT_EQ] = ACTIONS(4091), - [anon_sym_GT_EQ] = ACTIONS(4091), - [anon_sym_BANGin] = ACTIONS(4091), - [anon_sym_is] = ACTIONS(4089), - [anon_sym_BANGis] = ACTIONS(4091), - [anon_sym_PLUS] = ACTIONS(4089), - [anon_sym_DASH] = ACTIONS(4089), - [anon_sym_SLASH] = ACTIONS(4089), - [anon_sym_PERCENT] = ACTIONS(4089), - [anon_sym_as_QMARK] = ACTIONS(4091), - [anon_sym_PLUS_PLUS] = ACTIONS(4091), - [anon_sym_DASH_DASH] = ACTIONS(4091), - [anon_sym_BANG_BANG] = ACTIONS(4091), - [anon_sym_suspend] = ACTIONS(4089), - [anon_sym_sealed] = ACTIONS(4089), - [anon_sym_annotation] = ACTIONS(4089), - [anon_sym_data] = ACTIONS(4089), - [anon_sym_inner] = ACTIONS(4089), - [anon_sym_override] = ACTIONS(4089), - [anon_sym_lateinit] = ACTIONS(4089), - [anon_sym_public] = ACTIONS(4089), - [anon_sym_private] = ACTIONS(4089), - [anon_sym_internal] = ACTIONS(4089), - [anon_sym_protected] = ACTIONS(4089), - [anon_sym_tailrec] = ACTIONS(4089), - [anon_sym_operator] = ACTIONS(4089), - [anon_sym_infix] = ACTIONS(4089), - [anon_sym_inline] = ACTIONS(4089), - [anon_sym_external] = ACTIONS(4089), - [sym_property_modifier] = ACTIONS(4089), - [anon_sym_abstract] = ACTIONS(4089), - [anon_sym_final] = ACTIONS(4089), - [anon_sym_open] = ACTIONS(4089), - [anon_sym_vararg] = ACTIONS(4089), - [anon_sym_noinline] = ACTIONS(4089), - [anon_sym_crossinline] = ACTIONS(4089), - [anon_sym_expect] = ACTIONS(4089), - [anon_sym_actual] = ACTIONS(4089), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4091), - [sym_safe_nav] = ACTIONS(4091), + [2844] = { + [sym_type_constraints] = STATE(2973), + [sym_function_body] = STATE(3198), + [sym__block] = STATE(3464), + [sym__alpha_identifier] = ACTIONS(4085), + [anon_sym_AT] = ACTIONS(4087), + [anon_sym_LBRACK] = ACTIONS(4087), + [anon_sym_RBRACK] = ACTIONS(4087), + [anon_sym_as] = ACTIONS(4085), + [anon_sym_EQ] = ACTIONS(6231), + [anon_sym_LBRACE] = ACTIONS(6233), + [anon_sym_RBRACE] = ACTIONS(4087), + [anon_sym_LPAREN] = ACTIONS(4087), + [anon_sym_COMMA] = ACTIONS(4087), + [anon_sym_RPAREN] = ACTIONS(4087), + [anon_sym_LT] = ACTIONS(4085), + [anon_sym_GT] = ACTIONS(4085), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(4085), + [anon_sym_SEMI] = ACTIONS(4087), + [anon_sym_get] = ACTIONS(4085), + [anon_sym_set] = ACTIONS(4085), + [anon_sym_STAR] = ACTIONS(4085), + [anon_sym_DASH_GT] = ACTIONS(4087), + [sym_label] = ACTIONS(4087), + [anon_sym_in] = ACTIONS(4085), + [anon_sym_while] = ACTIONS(4085), + [anon_sym_DOT_DOT] = ACTIONS(4087), + [anon_sym_QMARK_COLON] = ACTIONS(4087), + [anon_sym_AMP_AMP] = ACTIONS(4087), + [anon_sym_PIPE_PIPE] = ACTIONS(4087), + [anon_sym_else] = ACTIONS(4085), + [anon_sym_COLON_COLON] = ACTIONS(4087), + [anon_sym_PLUS_EQ] = ACTIONS(4087), + [anon_sym_DASH_EQ] = ACTIONS(4087), + [anon_sym_STAR_EQ] = ACTIONS(4087), + [anon_sym_SLASH_EQ] = ACTIONS(4087), + [anon_sym_PERCENT_EQ] = ACTIONS(4087), + [anon_sym_BANG_EQ] = ACTIONS(4085), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4087), + [anon_sym_EQ_EQ] = ACTIONS(4085), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4087), + [anon_sym_LT_EQ] = ACTIONS(4087), + [anon_sym_GT_EQ] = ACTIONS(4087), + [anon_sym_BANGin] = ACTIONS(4087), + [anon_sym_is] = ACTIONS(4085), + [anon_sym_BANGis] = ACTIONS(4087), + [anon_sym_PLUS] = ACTIONS(4085), + [anon_sym_DASH] = ACTIONS(4085), + [anon_sym_SLASH] = ACTIONS(4085), + [anon_sym_PERCENT] = ACTIONS(4085), + [anon_sym_as_QMARK] = ACTIONS(4087), + [anon_sym_PLUS_PLUS] = ACTIONS(4087), + [anon_sym_DASH_DASH] = ACTIONS(4087), + [anon_sym_BANG_BANG] = ACTIONS(4087), + [anon_sym_suspend] = ACTIONS(4085), + [anon_sym_sealed] = ACTIONS(4085), + [anon_sym_annotation] = ACTIONS(4085), + [anon_sym_data] = ACTIONS(4085), + [anon_sym_inner] = ACTIONS(4085), + [anon_sym_override] = ACTIONS(4085), + [anon_sym_lateinit] = ACTIONS(4085), + [anon_sym_public] = ACTIONS(4085), + [anon_sym_private] = ACTIONS(4085), + [anon_sym_internal] = ACTIONS(4085), + [anon_sym_protected] = ACTIONS(4085), + [anon_sym_tailrec] = ACTIONS(4085), + [anon_sym_operator] = ACTIONS(4085), + [anon_sym_infix] = ACTIONS(4085), + [anon_sym_inline] = ACTIONS(4085), + [anon_sym_external] = ACTIONS(4085), + [sym_property_modifier] = ACTIONS(4085), + [anon_sym_abstract] = ACTIONS(4085), + [anon_sym_final] = ACTIONS(4085), + [anon_sym_open] = ACTIONS(4085), + [anon_sym_vararg] = ACTIONS(4085), + [anon_sym_noinline] = ACTIONS(4085), + [anon_sym_crossinline] = ACTIONS(4085), + [anon_sym_expect] = ACTIONS(4085), + [anon_sym_actual] = ACTIONS(4085), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4087), + [sym_safe_nav] = ACTIONS(4087), [sym_multiline_comment] = ACTIONS(3), }, - [2829] = { - [sym_type_constraints] = STATE(2946), - [sym_function_body] = STATE(3129), - [sym__block] = STATE(3245), - [sym__alpha_identifier] = ACTIONS(4101), - [anon_sym_AT] = ACTIONS(4103), - [anon_sym_COLON] = ACTIONS(6246), - [anon_sym_LBRACK] = ACTIONS(4103), - [anon_sym_as] = ACTIONS(4101), - [anon_sym_EQ] = ACTIONS(6218), - [anon_sym_LBRACE] = ACTIONS(6220), - [anon_sym_RBRACE] = ACTIONS(4103), - [anon_sym_LPAREN] = ACTIONS(4103), - [anon_sym_COMMA] = ACTIONS(4103), - [anon_sym_LT] = ACTIONS(4101), - [anon_sym_GT] = ACTIONS(4101), - [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(4101), - [anon_sym_fun] = ACTIONS(4101), - [anon_sym_DOT] = ACTIONS(4101), - [anon_sym_SEMI] = ACTIONS(4103), - [anon_sym_get] = ACTIONS(4101), - [anon_sym_set] = ACTIONS(4101), - [anon_sym_this] = ACTIONS(4101), - [anon_sym_super] = ACTIONS(4101), - [anon_sym_STAR] = ACTIONS(4101), - [sym_label] = ACTIONS(4101), - [anon_sym_in] = ACTIONS(4101), - [anon_sym_DOT_DOT] = ACTIONS(4103), - [anon_sym_QMARK_COLON] = ACTIONS(4103), - [anon_sym_AMP_AMP] = ACTIONS(4103), - [anon_sym_PIPE_PIPE] = ACTIONS(4103), - [anon_sym_null] = ACTIONS(4101), - [anon_sym_if] = ACTIONS(4101), - [anon_sym_else] = ACTIONS(4101), - [anon_sym_when] = ACTIONS(4101), - [anon_sym_try] = ACTIONS(4101), - [anon_sym_throw] = ACTIONS(4101), - [anon_sym_return] = ACTIONS(4101), - [anon_sym_continue] = ACTIONS(4101), - [anon_sym_break] = ACTIONS(4101), - [anon_sym_COLON_COLON] = ACTIONS(4103), - [anon_sym_PLUS_EQ] = ACTIONS(4103), - [anon_sym_DASH_EQ] = ACTIONS(4103), - [anon_sym_STAR_EQ] = ACTIONS(4103), - [anon_sym_SLASH_EQ] = ACTIONS(4103), - [anon_sym_PERCENT_EQ] = ACTIONS(4103), - [anon_sym_BANG_EQ] = ACTIONS(4101), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4103), - [anon_sym_EQ_EQ] = ACTIONS(4101), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4103), - [anon_sym_LT_EQ] = ACTIONS(4103), - [anon_sym_GT_EQ] = ACTIONS(4103), - [anon_sym_BANGin] = ACTIONS(4103), - [anon_sym_is] = ACTIONS(4101), - [anon_sym_BANGis] = ACTIONS(4103), - [anon_sym_PLUS] = ACTIONS(4101), - [anon_sym_DASH] = ACTIONS(4101), - [anon_sym_SLASH] = ACTIONS(4101), - [anon_sym_PERCENT] = ACTIONS(4101), - [anon_sym_as_QMARK] = ACTIONS(4103), - [anon_sym_PLUS_PLUS] = ACTIONS(4103), - [anon_sym_DASH_DASH] = ACTIONS(4103), - [anon_sym_BANG] = ACTIONS(4101), - [anon_sym_BANG_BANG] = ACTIONS(4103), - [anon_sym_data] = ACTIONS(4101), - [anon_sym_inner] = ACTIONS(4101), - [anon_sym_expect] = ACTIONS(4101), - [anon_sym_actual] = ACTIONS(4101), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4103), - [anon_sym_continue_AT] = ACTIONS(4103), - [anon_sym_break_AT] = ACTIONS(4103), - [sym_real_literal] = ACTIONS(4103), - [sym_integer_literal] = ACTIONS(4101), - [sym_hex_literal] = ACTIONS(4103), - [sym_bin_literal] = ACTIONS(4103), - [anon_sym_true] = ACTIONS(4101), - [anon_sym_false] = ACTIONS(4101), - [anon_sym_SQUOTE] = ACTIONS(4103), - [sym__backtick_identifier] = ACTIONS(4103), - [sym__automatic_semicolon] = ACTIONS(4103), - [sym_safe_nav] = ACTIONS(4103), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4103), - }, - [2830] = { - [sym_getter] = STATE(3727), - [sym_setter] = STATE(3727), - [sym_modifiers] = STATE(8637), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1694), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1696), - [anon_sym_as] = ACTIONS(1694), - [anon_sym_LBRACE] = ACTIONS(1696), - [anon_sym_RBRACE] = ACTIONS(1696), - [anon_sym_LPAREN] = ACTIONS(1696), - [anon_sym_LT] = ACTIONS(1694), - [anon_sym_GT] = ACTIONS(1694), - [anon_sym_DOT] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(4438), - [anon_sym_get] = ACTIONS(6148), - [anon_sym_set] = ACTIONS(6150), - [anon_sym_STAR] = ACTIONS(1696), - [sym_label] = ACTIONS(1696), - [anon_sym_in] = ACTIONS(1694), - [anon_sym_DOT_DOT] = ACTIONS(1696), - [anon_sym_QMARK_COLON] = ACTIONS(1696), - [anon_sym_AMP_AMP] = ACTIONS(1696), - [anon_sym_PIPE_PIPE] = ACTIONS(1696), - [anon_sym_else] = ACTIONS(1694), - [anon_sym_COLON_COLON] = ACTIONS(1696), - [anon_sym_BANG_EQ] = ACTIONS(1694), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), - [anon_sym_EQ_EQ] = ACTIONS(1694), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), - [anon_sym_LT_EQ] = ACTIONS(1696), - [anon_sym_GT_EQ] = ACTIONS(1696), - [anon_sym_BANGin] = ACTIONS(1696), - [anon_sym_is] = ACTIONS(1694), - [anon_sym_BANGis] = ACTIONS(1696), - [anon_sym_PLUS] = ACTIONS(1694), - [anon_sym_DASH] = ACTIONS(1694), - [anon_sym_SLASH] = ACTIONS(1694), - [anon_sym_PERCENT] = ACTIONS(1696), - [anon_sym_as_QMARK] = ACTIONS(1696), - [anon_sym_PLUS_PLUS] = ACTIONS(1696), - [anon_sym_DASH_DASH] = ACTIONS(1696), - [anon_sym_BANG_BANG] = ACTIONS(1696), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1696), - [sym__automatic_semicolon] = ACTIONS(1696), - [sym_safe_nav] = ACTIONS(1696), - [sym_multiline_comment] = ACTIONS(3), + [2845] = { + [sym__alpha_identifier] = ACTIONS(4264), + [anon_sym_AT] = ACTIONS(4266), + [anon_sym_LBRACK] = ACTIONS(4266), + [anon_sym_as] = ACTIONS(4264), + [anon_sym_EQ] = ACTIONS(4264), + [anon_sym_LBRACE] = ACTIONS(4266), + [anon_sym_RBRACE] = ACTIONS(4266), + [anon_sym_LPAREN] = ACTIONS(4266), + [anon_sym_COMMA] = ACTIONS(4266), + [anon_sym_by] = ACTIONS(4264), + [anon_sym_LT] = ACTIONS(4264), + [anon_sym_GT] = ACTIONS(4264), + [anon_sym_where] = ACTIONS(4264), + [anon_sym_object] = ACTIONS(4264), + [anon_sym_fun] = ACTIONS(4264), + [anon_sym_DOT] = ACTIONS(4264), + [anon_sym_SEMI] = ACTIONS(4266), + [anon_sym_get] = ACTIONS(4264), + [anon_sym_set] = ACTIONS(4264), + [anon_sym_this] = ACTIONS(4264), + [anon_sym_super] = ACTIONS(4264), + [sym__quest] = ACTIONS(4264), + [anon_sym_STAR] = ACTIONS(4264), + [anon_sym_DASH_GT] = ACTIONS(4268), + [sym_label] = ACTIONS(4264), + [anon_sym_in] = ACTIONS(4264), + [anon_sym_DOT_DOT] = ACTIONS(4266), + [anon_sym_QMARK_COLON] = ACTIONS(4266), + [anon_sym_AMP_AMP] = ACTIONS(4266), + [anon_sym_PIPE_PIPE] = ACTIONS(4266), + [anon_sym_null] = ACTIONS(4264), + [anon_sym_if] = ACTIONS(4264), + [anon_sym_else] = ACTIONS(4264), + [anon_sym_when] = ACTIONS(4264), + [anon_sym_try] = ACTIONS(4264), + [anon_sym_throw] = ACTIONS(4264), + [anon_sym_return] = ACTIONS(4264), + [anon_sym_continue] = ACTIONS(4264), + [anon_sym_break] = ACTIONS(4264), + [anon_sym_COLON_COLON] = ACTIONS(4266), + [anon_sym_PLUS_EQ] = ACTIONS(4266), + [anon_sym_DASH_EQ] = ACTIONS(4266), + [anon_sym_STAR_EQ] = ACTIONS(4266), + [anon_sym_SLASH_EQ] = ACTIONS(4266), + [anon_sym_PERCENT_EQ] = ACTIONS(4266), + [anon_sym_BANG_EQ] = ACTIONS(4264), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4266), + [anon_sym_EQ_EQ] = ACTIONS(4264), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4266), + [anon_sym_LT_EQ] = ACTIONS(4266), + [anon_sym_GT_EQ] = ACTIONS(4266), + [anon_sym_BANGin] = ACTIONS(4266), + [anon_sym_is] = ACTIONS(4264), + [anon_sym_BANGis] = ACTIONS(4266), + [anon_sym_PLUS] = ACTIONS(4264), + [anon_sym_DASH] = ACTIONS(4264), + [anon_sym_SLASH] = ACTIONS(4264), + [anon_sym_PERCENT] = ACTIONS(4264), + [anon_sym_as_QMARK] = ACTIONS(4266), + [anon_sym_PLUS_PLUS] = ACTIONS(4266), + [anon_sym_DASH_DASH] = ACTIONS(4266), + [anon_sym_BANG] = ACTIONS(4264), + [anon_sym_BANG_BANG] = ACTIONS(4266), + [anon_sym_data] = ACTIONS(4264), + [anon_sym_inner] = ACTIONS(4264), + [anon_sym_expect] = ACTIONS(4264), + [anon_sym_actual] = ACTIONS(4264), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4266), + [anon_sym_continue_AT] = ACTIONS(4266), + [anon_sym_break_AT] = ACTIONS(4266), + [sym_real_literal] = ACTIONS(4266), + [sym_integer_literal] = ACTIONS(4264), + [sym_hex_literal] = ACTIONS(4266), + [sym_bin_literal] = ACTIONS(4266), + [anon_sym_true] = ACTIONS(4264), + [anon_sym_false] = ACTIONS(4264), + [anon_sym_SQUOTE] = ACTIONS(4266), + [sym__backtick_identifier] = ACTIONS(4266), + [sym__automatic_semicolon] = ACTIONS(4266), + [sym_safe_nav] = ACTIONS(4266), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4266), }, - [2831] = { - [sym_getter] = STATE(3727), - [sym_setter] = STATE(3727), - [sym_modifiers] = STATE(8637), - [sym__modifier] = STATE(5441), - [sym_class_modifier] = STATE(5441), - [sym_member_modifier] = STATE(5441), - [sym_visibility_modifier] = STATE(5441), - [sym_function_modifier] = STATE(5441), - [sym_inheritance_modifier] = STATE(5441), - [sym_parameter_modifier] = STATE(5441), - [sym_platform_modifier] = STATE(5441), - [sym_annotation] = STATE(5441), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [aux_sym_modifiers_repeat1] = STATE(5441), - [sym__alpha_identifier] = ACTIONS(1694), - [anon_sym_AT] = ACTIONS(3232), - [anon_sym_LBRACK] = ACTIONS(1696), - [anon_sym_as] = ACTIONS(1694), - [anon_sym_LBRACE] = ACTIONS(1696), - [anon_sym_RBRACE] = ACTIONS(1696), - [anon_sym_LPAREN] = ACTIONS(1696), - [anon_sym_LT] = ACTIONS(1694), - [anon_sym_GT] = ACTIONS(1694), - [anon_sym_DOT] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(1696), - [anon_sym_get] = ACTIONS(6148), - [anon_sym_set] = ACTIONS(6150), - [anon_sym_STAR] = ACTIONS(1696), - [sym_label] = ACTIONS(1696), - [anon_sym_in] = ACTIONS(1694), - [anon_sym_DOT_DOT] = ACTIONS(1696), - [anon_sym_QMARK_COLON] = ACTIONS(1696), - [anon_sym_AMP_AMP] = ACTIONS(1696), - [anon_sym_PIPE_PIPE] = ACTIONS(1696), - [anon_sym_else] = ACTIONS(1694), - [anon_sym_COLON_COLON] = ACTIONS(1696), - [anon_sym_BANG_EQ] = ACTIONS(1694), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), - [anon_sym_EQ_EQ] = ACTIONS(1694), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), - [anon_sym_LT_EQ] = ACTIONS(1696), - [anon_sym_GT_EQ] = ACTIONS(1696), - [anon_sym_BANGin] = ACTIONS(1696), - [anon_sym_is] = ACTIONS(1694), - [anon_sym_BANGis] = ACTIONS(1696), - [anon_sym_PLUS] = ACTIONS(1694), - [anon_sym_DASH] = ACTIONS(1694), - [anon_sym_SLASH] = ACTIONS(1694), - [anon_sym_PERCENT] = ACTIONS(1696), - [anon_sym_as_QMARK] = ACTIONS(1696), - [anon_sym_PLUS_PLUS] = ACTIONS(1696), - [anon_sym_DASH_DASH] = ACTIONS(1696), - [anon_sym_BANG_BANG] = ACTIONS(1696), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3242), - [anon_sym_actual] = ACTIONS(3242), + [2846] = { + [sym_function_body] = STATE(3364), + [sym__block] = STATE(3334), + [sym__alpha_identifier] = ACTIONS(4326), + [anon_sym_AT] = ACTIONS(4328), + [anon_sym_COLON] = ACTIONS(6268), + [anon_sym_LBRACK] = ACTIONS(4328), + [anon_sym_as] = ACTIONS(4326), + [anon_sym_EQ] = ACTIONS(6242), + [anon_sym_LBRACE] = ACTIONS(6244), + [anon_sym_RBRACE] = ACTIONS(4328), + [anon_sym_LPAREN] = ACTIONS(4328), + [anon_sym_COMMA] = ACTIONS(4328), + [anon_sym_LT] = ACTIONS(4326), + [anon_sym_GT] = ACTIONS(4326), + [anon_sym_where] = ACTIONS(4326), + [anon_sym_object] = ACTIONS(4326), + [anon_sym_fun] = ACTIONS(4326), + [anon_sym_DOT] = ACTIONS(4326), + [anon_sym_SEMI] = ACTIONS(4328), + [anon_sym_get] = ACTIONS(4326), + [anon_sym_set] = ACTIONS(4326), + [anon_sym_this] = ACTIONS(4326), + [anon_sym_super] = ACTIONS(4326), + [anon_sym_STAR] = ACTIONS(4326), + [sym_label] = ACTIONS(4326), + [anon_sym_in] = ACTIONS(4326), + [anon_sym_DOT_DOT] = ACTIONS(4328), + [anon_sym_QMARK_COLON] = ACTIONS(4328), + [anon_sym_AMP_AMP] = ACTIONS(4328), + [anon_sym_PIPE_PIPE] = ACTIONS(4328), + [anon_sym_null] = ACTIONS(4326), + [anon_sym_if] = ACTIONS(4326), + [anon_sym_else] = ACTIONS(4326), + [anon_sym_when] = ACTIONS(4326), + [anon_sym_try] = ACTIONS(4326), + [anon_sym_throw] = ACTIONS(4326), + [anon_sym_return] = ACTIONS(4326), + [anon_sym_continue] = ACTIONS(4326), + [anon_sym_break] = ACTIONS(4326), + [anon_sym_COLON_COLON] = ACTIONS(4328), + [anon_sym_PLUS_EQ] = ACTIONS(4328), + [anon_sym_DASH_EQ] = ACTIONS(4328), + [anon_sym_STAR_EQ] = ACTIONS(4328), + [anon_sym_SLASH_EQ] = ACTIONS(4328), + [anon_sym_PERCENT_EQ] = ACTIONS(4328), + [anon_sym_BANG_EQ] = ACTIONS(4326), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4328), + [anon_sym_EQ_EQ] = ACTIONS(4326), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4328), + [anon_sym_LT_EQ] = ACTIONS(4328), + [anon_sym_GT_EQ] = ACTIONS(4328), + [anon_sym_BANGin] = ACTIONS(4328), + [anon_sym_is] = ACTIONS(4326), + [anon_sym_BANGis] = ACTIONS(4328), + [anon_sym_PLUS] = ACTIONS(4326), + [anon_sym_DASH] = ACTIONS(4326), + [anon_sym_SLASH] = ACTIONS(4326), + [anon_sym_PERCENT] = ACTIONS(4326), + [anon_sym_as_QMARK] = ACTIONS(4328), + [anon_sym_PLUS_PLUS] = ACTIONS(4328), + [anon_sym_DASH_DASH] = ACTIONS(4328), + [anon_sym_BANG] = ACTIONS(4326), + [anon_sym_BANG_BANG] = ACTIONS(4328), + [anon_sym_data] = ACTIONS(4326), + [anon_sym_inner] = ACTIONS(4326), + [anon_sym_expect] = ACTIONS(4326), + [anon_sym_actual] = ACTIONS(4326), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1696), - [sym__automatic_semicolon] = ACTIONS(1696), - [sym_safe_nav] = ACTIONS(1696), - [sym_multiline_comment] = ACTIONS(3), - }, - [2832] = { - [sym_type_constraints] = STATE(2972), - [sym_function_body] = STATE(3202), - [sym__block] = STATE(3367), - [sym__alpha_identifier] = ACTIONS(4083), - [anon_sym_AT] = ACTIONS(4085), - [anon_sym_COLON] = ACTIONS(6248), - [anon_sym_LBRACK] = ACTIONS(4085), - [anon_sym_RBRACK] = ACTIONS(4085), - [anon_sym_as] = ACTIONS(4083), - [anon_sym_EQ] = ACTIONS(6234), - [anon_sym_LBRACE] = ACTIONS(6236), - [anon_sym_RBRACE] = ACTIONS(4085), - [anon_sym_LPAREN] = ACTIONS(4085), - [anon_sym_COMMA] = ACTIONS(4085), - [anon_sym_RPAREN] = ACTIONS(4085), - [anon_sym_LT] = ACTIONS(4083), - [anon_sym_GT] = ACTIONS(4083), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(4083), - [anon_sym_SEMI] = ACTIONS(4085), - [anon_sym_get] = ACTIONS(4083), - [anon_sym_set] = ACTIONS(4083), - [anon_sym_STAR] = ACTIONS(4083), - [anon_sym_DASH_GT] = ACTIONS(4085), - [sym_label] = ACTIONS(4085), - [anon_sym_in] = ACTIONS(4083), - [anon_sym_while] = ACTIONS(4083), - [anon_sym_DOT_DOT] = ACTIONS(4085), - [anon_sym_QMARK_COLON] = ACTIONS(4085), - [anon_sym_AMP_AMP] = ACTIONS(4085), - [anon_sym_PIPE_PIPE] = ACTIONS(4085), - [anon_sym_else] = ACTIONS(4083), - [anon_sym_COLON_COLON] = ACTIONS(4085), - [anon_sym_PLUS_EQ] = ACTIONS(4085), - [anon_sym_DASH_EQ] = ACTIONS(4085), - [anon_sym_STAR_EQ] = ACTIONS(4085), - [anon_sym_SLASH_EQ] = ACTIONS(4085), - [anon_sym_PERCENT_EQ] = ACTIONS(4085), - [anon_sym_BANG_EQ] = ACTIONS(4083), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4085), - [anon_sym_EQ_EQ] = ACTIONS(4083), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4085), - [anon_sym_LT_EQ] = ACTIONS(4085), - [anon_sym_GT_EQ] = ACTIONS(4085), - [anon_sym_BANGin] = ACTIONS(4085), - [anon_sym_is] = ACTIONS(4083), - [anon_sym_BANGis] = ACTIONS(4085), - [anon_sym_PLUS] = ACTIONS(4083), - [anon_sym_DASH] = ACTIONS(4083), - [anon_sym_SLASH] = ACTIONS(4083), - [anon_sym_PERCENT] = ACTIONS(4083), - [anon_sym_as_QMARK] = ACTIONS(4085), - [anon_sym_PLUS_PLUS] = ACTIONS(4085), - [anon_sym_DASH_DASH] = ACTIONS(4085), - [anon_sym_BANG_BANG] = ACTIONS(4085), - [anon_sym_suspend] = ACTIONS(4083), - [anon_sym_sealed] = ACTIONS(4083), - [anon_sym_annotation] = ACTIONS(4083), - [anon_sym_data] = ACTIONS(4083), - [anon_sym_inner] = ACTIONS(4083), - [anon_sym_override] = ACTIONS(4083), - [anon_sym_lateinit] = ACTIONS(4083), - [anon_sym_public] = ACTIONS(4083), - [anon_sym_private] = ACTIONS(4083), - [anon_sym_internal] = ACTIONS(4083), - [anon_sym_protected] = ACTIONS(4083), - [anon_sym_tailrec] = ACTIONS(4083), - [anon_sym_operator] = ACTIONS(4083), - [anon_sym_infix] = ACTIONS(4083), - [anon_sym_inline] = ACTIONS(4083), - [anon_sym_external] = ACTIONS(4083), - [sym_property_modifier] = ACTIONS(4083), - [anon_sym_abstract] = ACTIONS(4083), - [anon_sym_final] = ACTIONS(4083), - [anon_sym_open] = ACTIONS(4083), - [anon_sym_vararg] = ACTIONS(4083), - [anon_sym_noinline] = ACTIONS(4083), - [anon_sym_crossinline] = ACTIONS(4083), - [anon_sym_expect] = ACTIONS(4083), - [anon_sym_actual] = ACTIONS(4083), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4085), - [sym_safe_nav] = ACTIONS(4085), - [sym_multiline_comment] = ACTIONS(3), - }, - [2833] = { - [sym_type_constraints] = STATE(2971), - [sym_function_body] = STATE(3227), - [sym__block] = STATE(3367), - [sym__alpha_identifier] = ACTIONS(4073), - [anon_sym_AT] = ACTIONS(4075), - [anon_sym_COLON] = ACTIONS(6250), - [anon_sym_LBRACK] = ACTIONS(4075), - [anon_sym_RBRACK] = ACTIONS(4075), - [anon_sym_as] = ACTIONS(4073), - [anon_sym_EQ] = ACTIONS(6234), - [anon_sym_LBRACE] = ACTIONS(6236), - [anon_sym_RBRACE] = ACTIONS(4075), - [anon_sym_LPAREN] = ACTIONS(4075), - [anon_sym_COMMA] = ACTIONS(4075), - [anon_sym_RPAREN] = ACTIONS(4075), - [anon_sym_LT] = ACTIONS(4073), - [anon_sym_GT] = ACTIONS(4073), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(4073), - [anon_sym_SEMI] = ACTIONS(4075), - [anon_sym_get] = ACTIONS(4073), - [anon_sym_set] = ACTIONS(4073), - [anon_sym_STAR] = ACTIONS(4073), - [anon_sym_DASH_GT] = ACTIONS(4075), - [sym_label] = ACTIONS(4075), - [anon_sym_in] = ACTIONS(4073), - [anon_sym_while] = ACTIONS(4073), - [anon_sym_DOT_DOT] = ACTIONS(4075), - [anon_sym_QMARK_COLON] = ACTIONS(4075), - [anon_sym_AMP_AMP] = ACTIONS(4075), - [anon_sym_PIPE_PIPE] = ACTIONS(4075), - [anon_sym_else] = ACTIONS(4073), - [anon_sym_COLON_COLON] = ACTIONS(4075), - [anon_sym_PLUS_EQ] = ACTIONS(4075), - [anon_sym_DASH_EQ] = ACTIONS(4075), - [anon_sym_STAR_EQ] = ACTIONS(4075), - [anon_sym_SLASH_EQ] = ACTIONS(4075), - [anon_sym_PERCENT_EQ] = ACTIONS(4075), - [anon_sym_BANG_EQ] = ACTIONS(4073), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4075), - [anon_sym_EQ_EQ] = ACTIONS(4073), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4075), - [anon_sym_LT_EQ] = ACTIONS(4075), - [anon_sym_GT_EQ] = ACTIONS(4075), - [anon_sym_BANGin] = ACTIONS(4075), - [anon_sym_is] = ACTIONS(4073), - [anon_sym_BANGis] = ACTIONS(4075), - [anon_sym_PLUS] = ACTIONS(4073), - [anon_sym_DASH] = ACTIONS(4073), - [anon_sym_SLASH] = ACTIONS(4073), - [anon_sym_PERCENT] = ACTIONS(4073), - [anon_sym_as_QMARK] = ACTIONS(4075), - [anon_sym_PLUS_PLUS] = ACTIONS(4075), - [anon_sym_DASH_DASH] = ACTIONS(4075), - [anon_sym_BANG_BANG] = ACTIONS(4075), - [anon_sym_suspend] = ACTIONS(4073), - [anon_sym_sealed] = ACTIONS(4073), - [anon_sym_annotation] = ACTIONS(4073), - [anon_sym_data] = ACTIONS(4073), - [anon_sym_inner] = ACTIONS(4073), - [anon_sym_override] = ACTIONS(4073), - [anon_sym_lateinit] = ACTIONS(4073), - [anon_sym_public] = ACTIONS(4073), - [anon_sym_private] = ACTIONS(4073), - [anon_sym_internal] = ACTIONS(4073), - [anon_sym_protected] = ACTIONS(4073), - [anon_sym_tailrec] = ACTIONS(4073), - [anon_sym_operator] = ACTIONS(4073), - [anon_sym_infix] = ACTIONS(4073), - [anon_sym_inline] = ACTIONS(4073), - [anon_sym_external] = ACTIONS(4073), - [sym_property_modifier] = ACTIONS(4073), - [anon_sym_abstract] = ACTIONS(4073), - [anon_sym_final] = ACTIONS(4073), - [anon_sym_open] = ACTIONS(4073), - [anon_sym_vararg] = ACTIONS(4073), - [anon_sym_noinline] = ACTIONS(4073), - [anon_sym_crossinline] = ACTIONS(4073), - [anon_sym_expect] = ACTIONS(4073), - [anon_sym_actual] = ACTIONS(4073), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4075), - [sym_safe_nav] = ACTIONS(4075), + [anon_sym_return_AT] = ACTIONS(4328), + [anon_sym_continue_AT] = ACTIONS(4328), + [anon_sym_break_AT] = ACTIONS(4328), + [sym_real_literal] = ACTIONS(4328), + [sym_integer_literal] = ACTIONS(4326), + [sym_hex_literal] = ACTIONS(4328), + [sym_bin_literal] = ACTIONS(4328), + [anon_sym_true] = ACTIONS(4326), + [anon_sym_false] = ACTIONS(4326), + [anon_sym_SQUOTE] = ACTIONS(4328), + [sym__backtick_identifier] = ACTIONS(4328), + [sym__automatic_semicolon] = ACTIONS(4328), + [sym_safe_nav] = ACTIONS(4328), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4328), }, - [2834] = { - [sym_class_body] = STATE(3237), - [sym_type_constraints] = STATE(3087), - [sym__alpha_identifier] = ACTIONS(4197), - [anon_sym_AT] = ACTIONS(4199), - [anon_sym_COLON] = ACTIONS(6252), - [anon_sym_LBRACK] = ACTIONS(4199), - [anon_sym_as] = ACTIONS(4197), - [anon_sym_EQ] = ACTIONS(4197), + [2847] = { + [sym_type_constraints] = STATE(3092), + [sym_enum_class_body] = STATE(3216), + [sym__alpha_identifier] = ACTIONS(4188), + [anon_sym_AT] = ACTIONS(4190), + [anon_sym_COLON] = ACTIONS(6270), + [anon_sym_LBRACK] = ACTIONS(4190), + [anon_sym_as] = ACTIONS(4188), + [anon_sym_EQ] = ACTIONS(4188), [anon_sym_LBRACE] = ACTIONS(3112), - [anon_sym_RBRACE] = ACTIONS(4199), - [anon_sym_LPAREN] = ACTIONS(4199), - [anon_sym_COMMA] = ACTIONS(4199), - [anon_sym_LT] = ACTIONS(4197), - [anon_sym_GT] = ACTIONS(4197), - [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(4197), - [anon_sym_fun] = ACTIONS(4197), - [anon_sym_DOT] = ACTIONS(4197), - [anon_sym_SEMI] = ACTIONS(4199), - [anon_sym_get] = ACTIONS(4197), - [anon_sym_set] = ACTIONS(4197), - [anon_sym_this] = ACTIONS(4197), - [anon_sym_super] = ACTIONS(4197), - [anon_sym_STAR] = ACTIONS(4197), - [sym_label] = ACTIONS(4197), - [anon_sym_in] = ACTIONS(4197), - [anon_sym_DOT_DOT] = ACTIONS(4199), - [anon_sym_QMARK_COLON] = ACTIONS(4199), - [anon_sym_AMP_AMP] = ACTIONS(4199), - [anon_sym_PIPE_PIPE] = ACTIONS(4199), - [anon_sym_null] = ACTIONS(4197), - [anon_sym_if] = ACTIONS(4197), - [anon_sym_else] = ACTIONS(4197), - [anon_sym_when] = ACTIONS(4197), - [anon_sym_try] = ACTIONS(4197), - [anon_sym_throw] = ACTIONS(4197), - [anon_sym_return] = ACTIONS(4197), - [anon_sym_continue] = ACTIONS(4197), - [anon_sym_break] = ACTIONS(4197), - [anon_sym_COLON_COLON] = ACTIONS(4199), - [anon_sym_PLUS_EQ] = ACTIONS(4199), - [anon_sym_DASH_EQ] = ACTIONS(4199), - [anon_sym_STAR_EQ] = ACTIONS(4199), - [anon_sym_SLASH_EQ] = ACTIONS(4199), - [anon_sym_PERCENT_EQ] = ACTIONS(4199), - [anon_sym_BANG_EQ] = ACTIONS(4197), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4199), - [anon_sym_EQ_EQ] = ACTIONS(4197), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4199), - [anon_sym_LT_EQ] = ACTIONS(4199), - [anon_sym_GT_EQ] = ACTIONS(4199), - [anon_sym_BANGin] = ACTIONS(4199), - [anon_sym_is] = ACTIONS(4197), - [anon_sym_BANGis] = ACTIONS(4199), - [anon_sym_PLUS] = ACTIONS(4197), - [anon_sym_DASH] = ACTIONS(4197), - [anon_sym_SLASH] = ACTIONS(4197), - [anon_sym_PERCENT] = ACTIONS(4197), - [anon_sym_as_QMARK] = ACTIONS(4199), - [anon_sym_PLUS_PLUS] = ACTIONS(4199), - [anon_sym_DASH_DASH] = ACTIONS(4199), - [anon_sym_BANG] = ACTIONS(4197), - [anon_sym_BANG_BANG] = ACTIONS(4199), - [anon_sym_data] = ACTIONS(4197), - [anon_sym_inner] = ACTIONS(4197), - [anon_sym_expect] = ACTIONS(4197), - [anon_sym_actual] = ACTIONS(4197), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4199), - [anon_sym_continue_AT] = ACTIONS(4199), - [anon_sym_break_AT] = ACTIONS(4199), - [sym_real_literal] = ACTIONS(4199), - [sym_integer_literal] = ACTIONS(4197), - [sym_hex_literal] = ACTIONS(4199), - [sym_bin_literal] = ACTIONS(4199), - [anon_sym_true] = ACTIONS(4197), - [anon_sym_false] = ACTIONS(4197), - [anon_sym_SQUOTE] = ACTIONS(4199), - [sym__backtick_identifier] = ACTIONS(4199), - [sym__automatic_semicolon] = ACTIONS(4199), - [sym_safe_nav] = ACTIONS(4199), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4199), - }, - [2835] = { - [sym_function_body] = STATE(3285), - [sym__block] = STATE(3245), - [sym__alpha_identifier] = ACTIONS(4191), - [anon_sym_AT] = ACTIONS(4193), - [anon_sym_COLON] = ACTIONS(6254), - [anon_sym_LBRACK] = ACTIONS(4193), - [anon_sym_as] = ACTIONS(4191), - [anon_sym_EQ] = ACTIONS(6218), - [anon_sym_LBRACE] = ACTIONS(6220), - [anon_sym_RBRACE] = ACTIONS(4193), - [anon_sym_LPAREN] = ACTIONS(4193), - [anon_sym_COMMA] = ACTIONS(4193), - [anon_sym_LT] = ACTIONS(4191), - [anon_sym_GT] = ACTIONS(4191), - [anon_sym_where] = ACTIONS(4191), - [anon_sym_object] = ACTIONS(4191), - [anon_sym_fun] = ACTIONS(4191), - [anon_sym_DOT] = ACTIONS(4191), - [anon_sym_SEMI] = ACTIONS(4193), - [anon_sym_get] = ACTIONS(4191), - [anon_sym_set] = ACTIONS(4191), - [anon_sym_this] = ACTIONS(4191), - [anon_sym_super] = ACTIONS(4191), - [anon_sym_STAR] = ACTIONS(4191), - [sym_label] = ACTIONS(4191), - [anon_sym_in] = ACTIONS(4191), - [anon_sym_DOT_DOT] = ACTIONS(4193), - [anon_sym_QMARK_COLON] = ACTIONS(4193), - [anon_sym_AMP_AMP] = ACTIONS(4193), - [anon_sym_PIPE_PIPE] = ACTIONS(4193), - [anon_sym_null] = ACTIONS(4191), - [anon_sym_if] = ACTIONS(4191), - [anon_sym_else] = ACTIONS(4191), - [anon_sym_when] = ACTIONS(4191), - [anon_sym_try] = ACTIONS(4191), - [anon_sym_throw] = ACTIONS(4191), - [anon_sym_return] = ACTIONS(4191), - [anon_sym_continue] = ACTIONS(4191), - [anon_sym_break] = ACTIONS(4191), - [anon_sym_COLON_COLON] = ACTIONS(4193), - [anon_sym_PLUS_EQ] = ACTIONS(4193), - [anon_sym_DASH_EQ] = ACTIONS(4193), - [anon_sym_STAR_EQ] = ACTIONS(4193), - [anon_sym_SLASH_EQ] = ACTIONS(4193), - [anon_sym_PERCENT_EQ] = ACTIONS(4193), - [anon_sym_BANG_EQ] = ACTIONS(4191), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4193), - [anon_sym_EQ_EQ] = ACTIONS(4191), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4193), - [anon_sym_LT_EQ] = ACTIONS(4193), - [anon_sym_GT_EQ] = ACTIONS(4193), - [anon_sym_BANGin] = ACTIONS(4193), - [anon_sym_is] = ACTIONS(4191), - [anon_sym_BANGis] = ACTIONS(4193), - [anon_sym_PLUS] = ACTIONS(4191), - [anon_sym_DASH] = ACTIONS(4191), - [anon_sym_SLASH] = ACTIONS(4191), - [anon_sym_PERCENT] = ACTIONS(4191), - [anon_sym_as_QMARK] = ACTIONS(4193), - [anon_sym_PLUS_PLUS] = ACTIONS(4193), - [anon_sym_DASH_DASH] = ACTIONS(4193), - [anon_sym_BANG] = ACTIONS(4191), - [anon_sym_BANG_BANG] = ACTIONS(4193), - [anon_sym_data] = ACTIONS(4191), - [anon_sym_inner] = ACTIONS(4191), - [anon_sym_expect] = ACTIONS(4191), - [anon_sym_actual] = ACTIONS(4191), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4193), - [anon_sym_continue_AT] = ACTIONS(4193), - [anon_sym_break_AT] = ACTIONS(4193), - [sym_real_literal] = ACTIONS(4193), - [sym_integer_literal] = ACTIONS(4191), - [sym_hex_literal] = ACTIONS(4193), - [sym_bin_literal] = ACTIONS(4193), - [anon_sym_true] = ACTIONS(4191), - [anon_sym_false] = ACTIONS(4191), - [anon_sym_SQUOTE] = ACTIONS(4193), - [sym__backtick_identifier] = ACTIONS(4193), - [sym__automatic_semicolon] = ACTIONS(4193), - [sym_safe_nav] = ACTIONS(4193), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4193), - }, - [2836] = { - [sym_type_constraints] = STATE(2902), - [sym_function_body] = STATE(3145), - [sym__block] = STATE(3367), - [sym__alpha_identifier] = ACTIONS(4095), - [anon_sym_AT] = ACTIONS(4097), - [anon_sym_LBRACK] = ACTIONS(4097), - [anon_sym_RBRACK] = ACTIONS(4097), - [anon_sym_as] = ACTIONS(4095), - [anon_sym_EQ] = ACTIONS(6234), - [anon_sym_LBRACE] = ACTIONS(6236), - [anon_sym_RBRACE] = ACTIONS(4097), - [anon_sym_LPAREN] = ACTIONS(4097), - [anon_sym_COMMA] = ACTIONS(4097), - [anon_sym_RPAREN] = ACTIONS(4097), - [anon_sym_LT] = ACTIONS(4095), - [anon_sym_GT] = ACTIONS(4095), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(4095), - [anon_sym_SEMI] = ACTIONS(4097), - [anon_sym_get] = ACTIONS(4095), - [anon_sym_set] = ACTIONS(4095), - [anon_sym_STAR] = ACTIONS(4095), - [anon_sym_DASH_GT] = ACTIONS(4097), - [sym_label] = ACTIONS(4097), - [anon_sym_in] = ACTIONS(4095), - [anon_sym_while] = ACTIONS(4095), - [anon_sym_DOT_DOT] = ACTIONS(4097), - [anon_sym_QMARK_COLON] = ACTIONS(4097), - [anon_sym_AMP_AMP] = ACTIONS(4097), - [anon_sym_PIPE_PIPE] = ACTIONS(4097), - [anon_sym_else] = ACTIONS(4095), - [anon_sym_COLON_COLON] = ACTIONS(4097), - [anon_sym_PLUS_EQ] = ACTIONS(4097), - [anon_sym_DASH_EQ] = ACTIONS(4097), - [anon_sym_STAR_EQ] = ACTIONS(4097), - [anon_sym_SLASH_EQ] = ACTIONS(4097), - [anon_sym_PERCENT_EQ] = ACTIONS(4097), - [anon_sym_BANG_EQ] = ACTIONS(4095), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4097), - [anon_sym_EQ_EQ] = ACTIONS(4095), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4097), - [anon_sym_LT_EQ] = ACTIONS(4097), - [anon_sym_GT_EQ] = ACTIONS(4097), - [anon_sym_BANGin] = ACTIONS(4097), - [anon_sym_is] = ACTIONS(4095), - [anon_sym_BANGis] = ACTIONS(4097), - [anon_sym_PLUS] = ACTIONS(4095), - [anon_sym_DASH] = ACTIONS(4095), - [anon_sym_SLASH] = ACTIONS(4095), - [anon_sym_PERCENT] = ACTIONS(4095), - [anon_sym_as_QMARK] = ACTIONS(4097), - [anon_sym_PLUS_PLUS] = ACTIONS(4097), - [anon_sym_DASH_DASH] = ACTIONS(4097), - [anon_sym_BANG_BANG] = ACTIONS(4097), - [anon_sym_suspend] = ACTIONS(4095), - [anon_sym_sealed] = ACTIONS(4095), - [anon_sym_annotation] = ACTIONS(4095), - [anon_sym_data] = ACTIONS(4095), - [anon_sym_inner] = ACTIONS(4095), - [anon_sym_override] = ACTIONS(4095), - [anon_sym_lateinit] = ACTIONS(4095), - [anon_sym_public] = ACTIONS(4095), - [anon_sym_private] = ACTIONS(4095), - [anon_sym_internal] = ACTIONS(4095), - [anon_sym_protected] = ACTIONS(4095), - [anon_sym_tailrec] = ACTIONS(4095), - [anon_sym_operator] = ACTIONS(4095), - [anon_sym_infix] = ACTIONS(4095), - [anon_sym_inline] = ACTIONS(4095), - [anon_sym_external] = ACTIONS(4095), - [sym_property_modifier] = ACTIONS(4095), - [anon_sym_abstract] = ACTIONS(4095), - [anon_sym_final] = ACTIONS(4095), - [anon_sym_open] = ACTIONS(4095), - [anon_sym_vararg] = ACTIONS(4095), - [anon_sym_noinline] = ACTIONS(4095), - [anon_sym_crossinline] = ACTIONS(4095), - [anon_sym_expect] = ACTIONS(4095), - [anon_sym_actual] = ACTIONS(4095), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4097), - [sym_safe_nav] = ACTIONS(4097), - [sym_multiline_comment] = ACTIONS(3), - }, - [2837] = { - [aux_sym_nullable_type_repeat1] = STATE(2846), - [sym__alpha_identifier] = ACTIONS(4294), - [anon_sym_AT] = ACTIONS(4296), - [anon_sym_LBRACK] = ACTIONS(4296), - [anon_sym_as] = ACTIONS(4294), - [anon_sym_EQ] = ACTIONS(4294), - [anon_sym_LBRACE] = ACTIONS(4296), - [anon_sym_RBRACE] = ACTIONS(4296), - [anon_sym_LPAREN] = ACTIONS(4296), - [anon_sym_COMMA] = ACTIONS(4296), - [anon_sym_by] = ACTIONS(4294), - [anon_sym_LT] = ACTIONS(4294), - [anon_sym_GT] = ACTIONS(4294), - [anon_sym_where] = ACTIONS(4294), - [anon_sym_object] = ACTIONS(4294), - [anon_sym_fun] = ACTIONS(4294), - [anon_sym_DOT] = ACTIONS(4294), - [anon_sym_SEMI] = ACTIONS(4296), - [anon_sym_get] = ACTIONS(4294), - [anon_sym_set] = ACTIONS(4294), - [anon_sym_this] = ACTIONS(4294), - [anon_sym_super] = ACTIONS(4294), - [sym__quest] = ACTIONS(6256), - [anon_sym_STAR] = ACTIONS(4294), - [sym_label] = ACTIONS(4294), - [anon_sym_in] = ACTIONS(4294), - [anon_sym_DOT_DOT] = ACTIONS(4296), - [anon_sym_QMARK_COLON] = ACTIONS(4296), - [anon_sym_AMP_AMP] = ACTIONS(4296), - [anon_sym_PIPE_PIPE] = ACTIONS(4296), - [anon_sym_null] = ACTIONS(4294), - [anon_sym_if] = ACTIONS(4294), - [anon_sym_else] = ACTIONS(4294), - [anon_sym_when] = ACTIONS(4294), - [anon_sym_try] = ACTIONS(4294), - [anon_sym_throw] = ACTIONS(4294), - [anon_sym_return] = ACTIONS(4294), - [anon_sym_continue] = ACTIONS(4294), - [anon_sym_break] = ACTIONS(4294), - [anon_sym_COLON_COLON] = ACTIONS(4296), - [anon_sym_PLUS_EQ] = ACTIONS(4296), - [anon_sym_DASH_EQ] = ACTIONS(4296), - [anon_sym_STAR_EQ] = ACTIONS(4296), - [anon_sym_SLASH_EQ] = ACTIONS(4296), - [anon_sym_PERCENT_EQ] = ACTIONS(4296), - [anon_sym_BANG_EQ] = ACTIONS(4294), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4296), - [anon_sym_EQ_EQ] = ACTIONS(4294), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4296), - [anon_sym_LT_EQ] = ACTIONS(4296), - [anon_sym_GT_EQ] = ACTIONS(4296), - [anon_sym_BANGin] = ACTIONS(4296), - [anon_sym_is] = ACTIONS(4294), - [anon_sym_BANGis] = ACTIONS(4296), - [anon_sym_PLUS] = ACTIONS(4294), - [anon_sym_DASH] = ACTIONS(4294), - [anon_sym_SLASH] = ACTIONS(4294), - [anon_sym_PERCENT] = ACTIONS(4294), - [anon_sym_as_QMARK] = ACTIONS(4296), - [anon_sym_PLUS_PLUS] = ACTIONS(4296), - [anon_sym_DASH_DASH] = ACTIONS(4296), - [anon_sym_BANG] = ACTIONS(4294), - [anon_sym_BANG_BANG] = ACTIONS(4296), - [anon_sym_data] = ACTIONS(4294), - [anon_sym_inner] = ACTIONS(4294), - [anon_sym_expect] = ACTIONS(4294), - [anon_sym_actual] = ACTIONS(4294), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4296), - [anon_sym_continue_AT] = ACTIONS(4296), - [anon_sym_break_AT] = ACTIONS(4296), - [sym_real_literal] = ACTIONS(4296), - [sym_integer_literal] = ACTIONS(4294), - [sym_hex_literal] = ACTIONS(4296), - [sym_bin_literal] = ACTIONS(4296), - [anon_sym_true] = ACTIONS(4294), - [anon_sym_false] = ACTIONS(4294), - [anon_sym_SQUOTE] = ACTIONS(4296), - [sym__backtick_identifier] = ACTIONS(4296), - [sym__automatic_semicolon] = ACTIONS(4296), - [sym_safe_nav] = ACTIONS(4296), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4296), - }, - [2838] = { - [aux_sym_nullable_type_repeat1] = STATE(2844), - [sym__alpha_identifier] = ACTIONS(4185), - [anon_sym_AT] = ACTIONS(4187), - [anon_sym_LBRACK] = ACTIONS(4187), - [anon_sym_RBRACK] = ACTIONS(4187), - [anon_sym_as] = ACTIONS(4185), - [anon_sym_EQ] = ACTIONS(4185), - [anon_sym_LBRACE] = ACTIONS(4187), - [anon_sym_RBRACE] = ACTIONS(4187), - [anon_sym_LPAREN] = ACTIONS(4187), - [anon_sym_COMMA] = ACTIONS(4187), - [anon_sym_RPAREN] = ACTIONS(4187), - [anon_sym_by] = ACTIONS(4185), - [anon_sym_LT] = ACTIONS(4185), - [anon_sym_GT] = ACTIONS(4185), - [anon_sym_where] = ACTIONS(4185), - [anon_sym_DOT] = ACTIONS(4185), - [anon_sym_SEMI] = ACTIONS(4187), - [anon_sym_get] = ACTIONS(4185), - [anon_sym_set] = ACTIONS(4185), - [sym__quest] = ACTIONS(6258), - [anon_sym_STAR] = ACTIONS(4185), - [anon_sym_DASH_GT] = ACTIONS(4187), - [sym_label] = ACTIONS(4187), - [anon_sym_in] = ACTIONS(4185), - [anon_sym_while] = ACTIONS(4185), - [anon_sym_DOT_DOT] = ACTIONS(4187), - [anon_sym_QMARK_COLON] = ACTIONS(4187), - [anon_sym_AMP_AMP] = ACTIONS(4187), - [anon_sym_PIPE_PIPE] = ACTIONS(4187), - [anon_sym_else] = ACTIONS(4185), - [anon_sym_COLON_COLON] = ACTIONS(4187), - [anon_sym_PLUS_EQ] = ACTIONS(4187), - [anon_sym_DASH_EQ] = ACTIONS(4187), - [anon_sym_STAR_EQ] = ACTIONS(4187), - [anon_sym_SLASH_EQ] = ACTIONS(4187), - [anon_sym_PERCENT_EQ] = ACTIONS(4187), - [anon_sym_BANG_EQ] = ACTIONS(4185), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4187), - [anon_sym_EQ_EQ] = ACTIONS(4185), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4187), - [anon_sym_LT_EQ] = ACTIONS(4187), - [anon_sym_GT_EQ] = ACTIONS(4187), - [anon_sym_BANGin] = ACTIONS(4187), - [anon_sym_is] = ACTIONS(4185), - [anon_sym_BANGis] = ACTIONS(4187), - [anon_sym_PLUS] = ACTIONS(4185), - [anon_sym_DASH] = ACTIONS(4185), - [anon_sym_SLASH] = ACTIONS(4185), - [anon_sym_PERCENT] = ACTIONS(4185), - [anon_sym_as_QMARK] = ACTIONS(4187), - [anon_sym_PLUS_PLUS] = ACTIONS(4187), - [anon_sym_DASH_DASH] = ACTIONS(4187), - [anon_sym_BANG_BANG] = ACTIONS(4187), - [anon_sym_suspend] = ACTIONS(4185), - [anon_sym_sealed] = ACTIONS(4185), - [anon_sym_annotation] = ACTIONS(4185), - [anon_sym_data] = ACTIONS(4185), - [anon_sym_inner] = ACTIONS(4185), - [anon_sym_override] = ACTIONS(4185), - [anon_sym_lateinit] = ACTIONS(4185), - [anon_sym_public] = ACTIONS(4185), - [anon_sym_private] = ACTIONS(4185), - [anon_sym_internal] = ACTIONS(4185), - [anon_sym_protected] = ACTIONS(4185), - [anon_sym_tailrec] = ACTIONS(4185), - [anon_sym_operator] = ACTIONS(4185), - [anon_sym_infix] = ACTIONS(4185), - [anon_sym_inline] = ACTIONS(4185), - [anon_sym_external] = ACTIONS(4185), - [sym_property_modifier] = ACTIONS(4185), - [anon_sym_abstract] = ACTIONS(4185), - [anon_sym_final] = ACTIONS(4185), - [anon_sym_open] = ACTIONS(4185), - [anon_sym_vararg] = ACTIONS(4185), - [anon_sym_noinline] = ACTIONS(4185), - [anon_sym_crossinline] = ACTIONS(4185), - [anon_sym_expect] = ACTIONS(4185), - [anon_sym_actual] = ACTIONS(4185), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4187), - [sym_safe_nav] = ACTIONS(4187), - [sym_multiline_comment] = ACTIONS(3), - }, - [2839] = { - [aux_sym_nullable_type_repeat1] = STATE(2839), - [sym__alpha_identifier] = ACTIONS(4311), - [anon_sym_AT] = ACTIONS(4313), - [anon_sym_LBRACK] = ACTIONS(4313), - [anon_sym_as] = ACTIONS(4311), - [anon_sym_EQ] = ACTIONS(4311), - [anon_sym_LBRACE] = ACTIONS(4313), - [anon_sym_RBRACE] = ACTIONS(4313), - [anon_sym_LPAREN] = ACTIONS(4313), - [anon_sym_COMMA] = ACTIONS(4313), - [anon_sym_by] = ACTIONS(4311), - [anon_sym_LT] = ACTIONS(4311), - [anon_sym_GT] = ACTIONS(4311), - [anon_sym_where] = ACTIONS(4311), - [anon_sym_object] = ACTIONS(4311), - [anon_sym_fun] = ACTIONS(4311), - [anon_sym_DOT] = ACTIONS(4311), - [anon_sym_SEMI] = ACTIONS(4313), - [anon_sym_get] = ACTIONS(4311), - [anon_sym_set] = ACTIONS(4311), - [anon_sym_this] = ACTIONS(4311), - [anon_sym_super] = ACTIONS(4311), - [sym__quest] = ACTIONS(6260), - [anon_sym_STAR] = ACTIONS(4311), - [sym_label] = ACTIONS(4311), - [anon_sym_in] = ACTIONS(4311), - [anon_sym_DOT_DOT] = ACTIONS(4313), - [anon_sym_QMARK_COLON] = ACTIONS(4313), - [anon_sym_AMP_AMP] = ACTIONS(4313), - [anon_sym_PIPE_PIPE] = ACTIONS(4313), - [anon_sym_null] = ACTIONS(4311), - [anon_sym_if] = ACTIONS(4311), - [anon_sym_else] = ACTIONS(4311), - [anon_sym_when] = ACTIONS(4311), - [anon_sym_try] = ACTIONS(4311), - [anon_sym_throw] = ACTIONS(4311), - [anon_sym_return] = ACTIONS(4311), - [anon_sym_continue] = ACTIONS(4311), - [anon_sym_break] = ACTIONS(4311), - [anon_sym_COLON_COLON] = ACTIONS(4313), - [anon_sym_PLUS_EQ] = ACTIONS(4313), - [anon_sym_DASH_EQ] = ACTIONS(4313), - [anon_sym_STAR_EQ] = ACTIONS(4313), - [anon_sym_SLASH_EQ] = ACTIONS(4313), - [anon_sym_PERCENT_EQ] = ACTIONS(4313), - [anon_sym_BANG_EQ] = ACTIONS(4311), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4313), - [anon_sym_EQ_EQ] = ACTIONS(4311), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4313), - [anon_sym_LT_EQ] = ACTIONS(4313), - [anon_sym_GT_EQ] = ACTIONS(4313), - [anon_sym_BANGin] = ACTIONS(4313), - [anon_sym_is] = ACTIONS(4311), - [anon_sym_BANGis] = ACTIONS(4313), - [anon_sym_PLUS] = ACTIONS(4311), - [anon_sym_DASH] = ACTIONS(4311), - [anon_sym_SLASH] = ACTIONS(4311), - [anon_sym_PERCENT] = ACTIONS(4311), - [anon_sym_as_QMARK] = ACTIONS(4313), - [anon_sym_PLUS_PLUS] = ACTIONS(4313), - [anon_sym_DASH_DASH] = ACTIONS(4313), - [anon_sym_BANG] = ACTIONS(4311), - [anon_sym_BANG_BANG] = ACTIONS(4313), - [anon_sym_data] = ACTIONS(4311), - [anon_sym_inner] = ACTIONS(4311), - [anon_sym_expect] = ACTIONS(4311), - [anon_sym_actual] = ACTIONS(4311), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4313), - [anon_sym_continue_AT] = ACTIONS(4313), - [anon_sym_break_AT] = ACTIONS(4313), - [sym_real_literal] = ACTIONS(4313), - [sym_integer_literal] = ACTIONS(4311), - [sym_hex_literal] = ACTIONS(4313), - [sym_bin_literal] = ACTIONS(4313), - [anon_sym_true] = ACTIONS(4311), - [anon_sym_false] = ACTIONS(4311), - [anon_sym_SQUOTE] = ACTIONS(4313), - [sym__backtick_identifier] = ACTIONS(4313), - [sym__automatic_semicolon] = ACTIONS(4313), - [sym_safe_nav] = ACTIONS(4313), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4313), - }, - [2840] = { - [sym_type_constraints] = STATE(3423), - [sym_function_body] = STATE(3421), - [sym__block] = STATE(3245), - [sym__alpha_identifier] = ACTIONS(4073), - [anon_sym_AT] = ACTIONS(4075), - [anon_sym_COLON] = ACTIONS(6263), - [anon_sym_LBRACK] = ACTIONS(4075), - [anon_sym_as] = ACTIONS(4073), - [anon_sym_EQ] = ACTIONS(6265), - [anon_sym_LBRACE] = ACTIONS(6220), - [anon_sym_RBRACE] = ACTIONS(4075), - [anon_sym_LPAREN] = ACTIONS(4075), - [anon_sym_LT] = ACTIONS(4073), - [anon_sym_GT] = ACTIONS(4073), + [anon_sym_RBRACE] = ACTIONS(4190), + [anon_sym_LPAREN] = ACTIONS(4190), + [anon_sym_COMMA] = ACTIONS(4190), + [anon_sym_LT] = ACTIONS(4188), + [anon_sym_GT] = ACTIONS(4188), [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(4073), - [anon_sym_fun] = ACTIONS(4073), - [anon_sym_DOT] = ACTIONS(4073), - [anon_sym_SEMI] = ACTIONS(4075), - [anon_sym_get] = ACTIONS(4073), - [anon_sym_set] = ACTIONS(4073), - [anon_sym_this] = ACTIONS(4073), - [anon_sym_super] = ACTIONS(4073), - [anon_sym_STAR] = ACTIONS(4073), - [sym_label] = ACTIONS(4073), - [anon_sym_in] = ACTIONS(4073), - [anon_sym_DOT_DOT] = ACTIONS(4075), - [anon_sym_QMARK_COLON] = ACTIONS(4075), - [anon_sym_AMP_AMP] = ACTIONS(4075), - [anon_sym_PIPE_PIPE] = ACTIONS(4075), - [anon_sym_null] = ACTIONS(4073), - [anon_sym_if] = ACTIONS(4073), - [anon_sym_else] = ACTIONS(4073), - [anon_sym_when] = ACTIONS(4073), - [anon_sym_try] = ACTIONS(4073), - [anon_sym_throw] = ACTIONS(4073), - [anon_sym_return] = ACTIONS(4073), - [anon_sym_continue] = ACTIONS(4073), - [anon_sym_break] = ACTIONS(4073), - [anon_sym_COLON_COLON] = ACTIONS(4075), - [anon_sym_PLUS_EQ] = ACTIONS(4075), - [anon_sym_DASH_EQ] = ACTIONS(4075), - [anon_sym_STAR_EQ] = ACTIONS(4075), - [anon_sym_SLASH_EQ] = ACTIONS(4075), - [anon_sym_PERCENT_EQ] = ACTIONS(4075), - [anon_sym_BANG_EQ] = ACTIONS(4073), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4075), - [anon_sym_EQ_EQ] = ACTIONS(4073), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4075), - [anon_sym_LT_EQ] = ACTIONS(4075), - [anon_sym_GT_EQ] = ACTIONS(4075), - [anon_sym_BANGin] = ACTIONS(4075), - [anon_sym_is] = ACTIONS(4073), - [anon_sym_BANGis] = ACTIONS(4075), - [anon_sym_PLUS] = ACTIONS(4073), - [anon_sym_DASH] = ACTIONS(4073), - [anon_sym_SLASH] = ACTIONS(4073), - [anon_sym_PERCENT] = ACTIONS(4073), - [anon_sym_as_QMARK] = ACTIONS(4075), - [anon_sym_PLUS_PLUS] = ACTIONS(4075), - [anon_sym_DASH_DASH] = ACTIONS(4075), - [anon_sym_BANG] = ACTIONS(4073), - [anon_sym_BANG_BANG] = ACTIONS(4075), - [anon_sym_data] = ACTIONS(4073), - [anon_sym_inner] = ACTIONS(4073), - [anon_sym_expect] = ACTIONS(4073), - [anon_sym_actual] = ACTIONS(4073), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4075), - [anon_sym_continue_AT] = ACTIONS(4075), - [anon_sym_break_AT] = ACTIONS(4075), - [sym_real_literal] = ACTIONS(4075), - [sym_integer_literal] = ACTIONS(4073), - [sym_hex_literal] = ACTIONS(4075), - [sym_bin_literal] = ACTIONS(4075), - [anon_sym_true] = ACTIONS(4073), - [anon_sym_false] = ACTIONS(4073), - [anon_sym_SQUOTE] = ACTIONS(4075), - [sym__backtick_identifier] = ACTIONS(4075), - [sym__automatic_semicolon] = ACTIONS(4075), - [sym_safe_nav] = ACTIONS(4075), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4075), - }, - [2841] = { - [sym_annotated_lambda] = STATE(3676), - [sym_lambda_literal] = STATE(3860), - [sym_annotation] = STATE(7852), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [sym__alpha_identifier] = ACTIONS(3854), - [anon_sym_AT] = ACTIONS(3856), - [anon_sym_LBRACK] = ACTIONS(3856), - [anon_sym_as] = ACTIONS(3854), - [anon_sym_EQ] = ACTIONS(3854), - [anon_sym_LBRACE] = ACTIONS(3856), - [anon_sym_RBRACE] = ACTIONS(3856), - [anon_sym_LPAREN] = ACTIONS(3856), - [anon_sym_COMMA] = ACTIONS(3856), - [anon_sym_LT] = ACTIONS(3854), - [anon_sym_GT] = ACTIONS(3854), - [anon_sym_where] = ACTIONS(3854), - [anon_sym_DOT] = ACTIONS(3854), - [anon_sym_SEMI] = ACTIONS(3856), - [anon_sym_get] = ACTIONS(3854), - [anon_sym_set] = ACTIONS(3854), - [anon_sym_STAR] = ACTIONS(3854), - [sym_label] = ACTIONS(3856), - [anon_sym_in] = ACTIONS(3854), - [anon_sym_DOT_DOT] = ACTIONS(3856), - [anon_sym_QMARK_COLON] = ACTIONS(3856), - [anon_sym_AMP_AMP] = ACTIONS(3856), - [anon_sym_PIPE_PIPE] = ACTIONS(3856), - [anon_sym_else] = ACTIONS(3854), - [anon_sym_COLON_COLON] = ACTIONS(3856), - [anon_sym_PLUS_EQ] = ACTIONS(3856), - [anon_sym_DASH_EQ] = ACTIONS(3856), - [anon_sym_STAR_EQ] = ACTIONS(3856), - [anon_sym_SLASH_EQ] = ACTIONS(3856), - [anon_sym_PERCENT_EQ] = ACTIONS(3856), - [anon_sym_BANG_EQ] = ACTIONS(3854), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3856), - [anon_sym_EQ_EQ] = ACTIONS(3854), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3856), - [anon_sym_LT_EQ] = ACTIONS(3856), - [anon_sym_GT_EQ] = ACTIONS(3856), - [anon_sym_BANGin] = ACTIONS(3856), - [anon_sym_is] = ACTIONS(3854), - [anon_sym_BANGis] = ACTIONS(3856), - [anon_sym_PLUS] = ACTIONS(3854), - [anon_sym_DASH] = ACTIONS(3854), - [anon_sym_SLASH] = ACTIONS(3854), - [anon_sym_PERCENT] = ACTIONS(3854), - [anon_sym_as_QMARK] = ACTIONS(3856), - [anon_sym_PLUS_PLUS] = ACTIONS(3856), - [anon_sym_DASH_DASH] = ACTIONS(3856), - [anon_sym_BANG_BANG] = ACTIONS(3856), - [anon_sym_suspend] = ACTIONS(3854), - [anon_sym_sealed] = ACTIONS(3854), - [anon_sym_annotation] = ACTIONS(3854), - [anon_sym_data] = ACTIONS(3854), - [anon_sym_inner] = ACTIONS(3854), - [anon_sym_override] = ACTIONS(3854), - [anon_sym_lateinit] = ACTIONS(3854), - [anon_sym_public] = ACTIONS(3854), - [anon_sym_private] = ACTIONS(3854), - [anon_sym_internal] = ACTIONS(3854), - [anon_sym_protected] = ACTIONS(3854), - [anon_sym_tailrec] = ACTIONS(3854), - [anon_sym_operator] = ACTIONS(3854), - [anon_sym_infix] = ACTIONS(3854), - [anon_sym_inline] = ACTIONS(3854), - [anon_sym_external] = ACTIONS(3854), - [sym_property_modifier] = ACTIONS(3854), - [anon_sym_abstract] = ACTIONS(3854), - [anon_sym_final] = ACTIONS(3854), - [anon_sym_open] = ACTIONS(3854), - [anon_sym_vararg] = ACTIONS(3854), - [anon_sym_noinline] = ACTIONS(3854), - [anon_sym_crossinline] = ACTIONS(3854), - [anon_sym_expect] = ACTIONS(3854), - [anon_sym_actual] = ACTIONS(3854), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3856), - [sym__automatic_semicolon] = ACTIONS(3856), - [sym_safe_nav] = ACTIONS(3856), - [sym_multiline_comment] = ACTIONS(3), + [anon_sym_object] = ACTIONS(4188), + [anon_sym_fun] = ACTIONS(4188), + [anon_sym_DOT] = ACTIONS(4188), + [anon_sym_SEMI] = ACTIONS(4190), + [anon_sym_get] = ACTIONS(4188), + [anon_sym_set] = ACTIONS(4188), + [anon_sym_this] = ACTIONS(4188), + [anon_sym_super] = ACTIONS(4188), + [anon_sym_STAR] = ACTIONS(4188), + [sym_label] = ACTIONS(4188), + [anon_sym_in] = ACTIONS(4188), + [anon_sym_DOT_DOT] = ACTIONS(4190), + [anon_sym_QMARK_COLON] = ACTIONS(4190), + [anon_sym_AMP_AMP] = ACTIONS(4190), + [anon_sym_PIPE_PIPE] = ACTIONS(4190), + [anon_sym_null] = ACTIONS(4188), + [anon_sym_if] = ACTIONS(4188), + [anon_sym_else] = ACTIONS(4188), + [anon_sym_when] = ACTIONS(4188), + [anon_sym_try] = ACTIONS(4188), + [anon_sym_throw] = ACTIONS(4188), + [anon_sym_return] = ACTIONS(4188), + [anon_sym_continue] = ACTIONS(4188), + [anon_sym_break] = ACTIONS(4188), + [anon_sym_COLON_COLON] = ACTIONS(4190), + [anon_sym_PLUS_EQ] = ACTIONS(4190), + [anon_sym_DASH_EQ] = ACTIONS(4190), + [anon_sym_STAR_EQ] = ACTIONS(4190), + [anon_sym_SLASH_EQ] = ACTIONS(4190), + [anon_sym_PERCENT_EQ] = ACTIONS(4190), + [anon_sym_BANG_EQ] = ACTIONS(4188), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4190), + [anon_sym_EQ_EQ] = ACTIONS(4188), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4190), + [anon_sym_LT_EQ] = ACTIONS(4190), + [anon_sym_GT_EQ] = ACTIONS(4190), + [anon_sym_BANGin] = ACTIONS(4190), + [anon_sym_is] = ACTIONS(4188), + [anon_sym_BANGis] = ACTIONS(4190), + [anon_sym_PLUS] = ACTIONS(4188), + [anon_sym_DASH] = ACTIONS(4188), + [anon_sym_SLASH] = ACTIONS(4188), + [anon_sym_PERCENT] = ACTIONS(4188), + [anon_sym_as_QMARK] = ACTIONS(4190), + [anon_sym_PLUS_PLUS] = ACTIONS(4190), + [anon_sym_DASH_DASH] = ACTIONS(4190), + [anon_sym_BANG] = ACTIONS(4188), + [anon_sym_BANG_BANG] = ACTIONS(4190), + [anon_sym_data] = ACTIONS(4188), + [anon_sym_inner] = ACTIONS(4188), + [anon_sym_expect] = ACTIONS(4188), + [anon_sym_actual] = ACTIONS(4188), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4190), + [anon_sym_continue_AT] = ACTIONS(4190), + [anon_sym_break_AT] = ACTIONS(4190), + [sym_real_literal] = ACTIONS(4190), + [sym_integer_literal] = ACTIONS(4188), + [sym_hex_literal] = ACTIONS(4190), + [sym_bin_literal] = ACTIONS(4190), + [anon_sym_true] = ACTIONS(4188), + [anon_sym_false] = ACTIONS(4188), + [anon_sym_SQUOTE] = ACTIONS(4190), + [sym__backtick_identifier] = ACTIONS(4190), + [sym__automatic_semicolon] = ACTIONS(4190), + [sym_safe_nav] = ACTIONS(4190), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4190), }, - [2842] = { - [sym_type_constraints] = STATE(3299), - [sym_function_body] = STATE(3288), - [sym__block] = STATE(3245), - [sym__alpha_identifier] = ACTIONS(4083), - [anon_sym_AT] = ACTIONS(4085), - [anon_sym_COLON] = ACTIONS(6267), - [anon_sym_LBRACK] = ACTIONS(4085), - [anon_sym_as] = ACTIONS(4083), - [anon_sym_EQ] = ACTIONS(6265), - [anon_sym_LBRACE] = ACTIONS(6220), - [anon_sym_RBRACE] = ACTIONS(4085), - [anon_sym_LPAREN] = ACTIONS(4085), - [anon_sym_LT] = ACTIONS(4083), - [anon_sym_GT] = ACTIONS(4083), + [2848] = { + [sym_class_body] = STATE(3216), + [sym_type_constraints] = STATE(3111), + [sym__alpha_identifier] = ACTIONS(4188), + [anon_sym_AT] = ACTIONS(4190), + [anon_sym_COLON] = ACTIONS(6272), + [anon_sym_LBRACK] = ACTIONS(4190), + [anon_sym_as] = ACTIONS(4188), + [anon_sym_EQ] = ACTIONS(4188), + [anon_sym_LBRACE] = ACTIONS(3144), + [anon_sym_RBRACE] = ACTIONS(4190), + [anon_sym_LPAREN] = ACTIONS(4190), + [anon_sym_COMMA] = ACTIONS(4190), + [anon_sym_LT] = ACTIONS(4188), + [anon_sym_GT] = ACTIONS(4188), [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(4083), - [anon_sym_fun] = ACTIONS(4083), - [anon_sym_DOT] = ACTIONS(4083), - [anon_sym_SEMI] = ACTIONS(4085), - [anon_sym_get] = ACTIONS(4083), - [anon_sym_set] = ACTIONS(4083), - [anon_sym_this] = ACTIONS(4083), - [anon_sym_super] = ACTIONS(4083), - [anon_sym_STAR] = ACTIONS(4083), - [sym_label] = ACTIONS(4083), - [anon_sym_in] = ACTIONS(4083), - [anon_sym_DOT_DOT] = ACTIONS(4085), - [anon_sym_QMARK_COLON] = ACTIONS(4085), - [anon_sym_AMP_AMP] = ACTIONS(4085), - [anon_sym_PIPE_PIPE] = ACTIONS(4085), - [anon_sym_null] = ACTIONS(4083), - [anon_sym_if] = ACTIONS(4083), - [anon_sym_else] = ACTIONS(4083), - [anon_sym_when] = ACTIONS(4083), - [anon_sym_try] = ACTIONS(4083), - [anon_sym_throw] = ACTIONS(4083), - [anon_sym_return] = ACTIONS(4083), - [anon_sym_continue] = ACTIONS(4083), - [anon_sym_break] = ACTIONS(4083), - [anon_sym_COLON_COLON] = ACTIONS(4085), - [anon_sym_PLUS_EQ] = ACTIONS(4085), - [anon_sym_DASH_EQ] = ACTIONS(4085), - [anon_sym_STAR_EQ] = ACTIONS(4085), - [anon_sym_SLASH_EQ] = ACTIONS(4085), - [anon_sym_PERCENT_EQ] = ACTIONS(4085), - [anon_sym_BANG_EQ] = ACTIONS(4083), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4085), - [anon_sym_EQ_EQ] = ACTIONS(4083), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4085), - [anon_sym_LT_EQ] = ACTIONS(4085), - [anon_sym_GT_EQ] = ACTIONS(4085), - [anon_sym_BANGin] = ACTIONS(4085), - [anon_sym_is] = ACTIONS(4083), - [anon_sym_BANGis] = ACTIONS(4085), - [anon_sym_PLUS] = ACTIONS(4083), - [anon_sym_DASH] = ACTIONS(4083), - [anon_sym_SLASH] = ACTIONS(4083), - [anon_sym_PERCENT] = ACTIONS(4083), - [anon_sym_as_QMARK] = ACTIONS(4085), - [anon_sym_PLUS_PLUS] = ACTIONS(4085), - [anon_sym_DASH_DASH] = ACTIONS(4085), - [anon_sym_BANG] = ACTIONS(4083), - [anon_sym_BANG_BANG] = ACTIONS(4085), - [anon_sym_data] = ACTIONS(4083), - [anon_sym_inner] = ACTIONS(4083), - [anon_sym_expect] = ACTIONS(4083), - [anon_sym_actual] = ACTIONS(4083), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4085), - [anon_sym_continue_AT] = ACTIONS(4085), - [anon_sym_break_AT] = ACTIONS(4085), - [sym_real_literal] = ACTIONS(4085), - [sym_integer_literal] = ACTIONS(4083), - [sym_hex_literal] = ACTIONS(4085), - [sym_bin_literal] = ACTIONS(4085), - [anon_sym_true] = ACTIONS(4083), - [anon_sym_false] = ACTIONS(4083), - [anon_sym_SQUOTE] = ACTIONS(4085), - [sym__backtick_identifier] = ACTIONS(4085), - [sym__automatic_semicolon] = ACTIONS(4085), - [sym_safe_nav] = ACTIONS(4085), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4085), - }, - [2843] = { - [sym_type_constraints] = STATE(2982), - [sym_function_body] = STATE(3174), - [sym__block] = STATE(3367), - [sym__alpha_identifier] = ACTIONS(4089), - [anon_sym_AT] = ACTIONS(4091), - [anon_sym_LBRACK] = ACTIONS(4091), - [anon_sym_RBRACK] = ACTIONS(4091), - [anon_sym_as] = ACTIONS(4089), - [anon_sym_EQ] = ACTIONS(6234), - [anon_sym_LBRACE] = ACTIONS(6236), - [anon_sym_RBRACE] = ACTIONS(4091), - [anon_sym_LPAREN] = ACTIONS(4091), - [anon_sym_COMMA] = ACTIONS(4091), - [anon_sym_RPAREN] = ACTIONS(4091), - [anon_sym_LT] = ACTIONS(4089), - [anon_sym_GT] = ACTIONS(4089), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(4089), - [anon_sym_SEMI] = ACTIONS(4091), - [anon_sym_get] = ACTIONS(4089), - [anon_sym_set] = ACTIONS(4089), - [anon_sym_STAR] = ACTIONS(4089), - [anon_sym_DASH_GT] = ACTIONS(4091), - [sym_label] = ACTIONS(4091), - [anon_sym_in] = ACTIONS(4089), - [anon_sym_while] = ACTIONS(4089), - [anon_sym_DOT_DOT] = ACTIONS(4091), - [anon_sym_QMARK_COLON] = ACTIONS(4091), - [anon_sym_AMP_AMP] = ACTIONS(4091), - [anon_sym_PIPE_PIPE] = ACTIONS(4091), - [anon_sym_else] = ACTIONS(4089), - [anon_sym_COLON_COLON] = ACTIONS(4091), - [anon_sym_PLUS_EQ] = ACTIONS(4091), - [anon_sym_DASH_EQ] = ACTIONS(4091), - [anon_sym_STAR_EQ] = ACTIONS(4091), - [anon_sym_SLASH_EQ] = ACTIONS(4091), - [anon_sym_PERCENT_EQ] = ACTIONS(4091), - [anon_sym_BANG_EQ] = ACTIONS(4089), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4091), - [anon_sym_EQ_EQ] = ACTIONS(4089), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4091), - [anon_sym_LT_EQ] = ACTIONS(4091), - [anon_sym_GT_EQ] = ACTIONS(4091), - [anon_sym_BANGin] = ACTIONS(4091), - [anon_sym_is] = ACTIONS(4089), - [anon_sym_BANGis] = ACTIONS(4091), - [anon_sym_PLUS] = ACTIONS(4089), - [anon_sym_DASH] = ACTIONS(4089), - [anon_sym_SLASH] = ACTIONS(4089), - [anon_sym_PERCENT] = ACTIONS(4089), - [anon_sym_as_QMARK] = ACTIONS(4091), - [anon_sym_PLUS_PLUS] = ACTIONS(4091), - [anon_sym_DASH_DASH] = ACTIONS(4091), - [anon_sym_BANG_BANG] = ACTIONS(4091), - [anon_sym_suspend] = ACTIONS(4089), - [anon_sym_sealed] = ACTIONS(4089), - [anon_sym_annotation] = ACTIONS(4089), - [anon_sym_data] = ACTIONS(4089), - [anon_sym_inner] = ACTIONS(4089), - [anon_sym_override] = ACTIONS(4089), - [anon_sym_lateinit] = ACTIONS(4089), - [anon_sym_public] = ACTIONS(4089), - [anon_sym_private] = ACTIONS(4089), - [anon_sym_internal] = ACTIONS(4089), - [anon_sym_protected] = ACTIONS(4089), - [anon_sym_tailrec] = ACTIONS(4089), - [anon_sym_operator] = ACTIONS(4089), - [anon_sym_infix] = ACTIONS(4089), - [anon_sym_inline] = ACTIONS(4089), - [anon_sym_external] = ACTIONS(4089), - [sym_property_modifier] = ACTIONS(4089), - [anon_sym_abstract] = ACTIONS(4089), - [anon_sym_final] = ACTIONS(4089), - [anon_sym_open] = ACTIONS(4089), - [anon_sym_vararg] = ACTIONS(4089), - [anon_sym_noinline] = ACTIONS(4089), - [anon_sym_crossinline] = ACTIONS(4089), - [anon_sym_expect] = ACTIONS(4089), - [anon_sym_actual] = ACTIONS(4089), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4091), - [sym_safe_nav] = ACTIONS(4091), - [sym_multiline_comment] = ACTIONS(3), - }, - [2844] = { - [aux_sym_nullable_type_repeat1] = STATE(2878), - [sym__alpha_identifier] = ACTIONS(4263), - [anon_sym_AT] = ACTIONS(4265), - [anon_sym_LBRACK] = ACTIONS(4265), - [anon_sym_RBRACK] = ACTIONS(4265), - [anon_sym_as] = ACTIONS(4263), - [anon_sym_EQ] = ACTIONS(4263), - [anon_sym_LBRACE] = ACTIONS(4265), - [anon_sym_RBRACE] = ACTIONS(4265), - [anon_sym_LPAREN] = ACTIONS(4265), - [anon_sym_COMMA] = ACTIONS(4265), - [anon_sym_RPAREN] = ACTIONS(4265), - [anon_sym_by] = ACTIONS(4263), - [anon_sym_LT] = ACTIONS(4263), - [anon_sym_GT] = ACTIONS(4263), - [anon_sym_where] = ACTIONS(4263), - [anon_sym_DOT] = ACTIONS(4263), - [anon_sym_SEMI] = ACTIONS(4265), - [anon_sym_get] = ACTIONS(4263), - [anon_sym_set] = ACTIONS(4263), - [sym__quest] = ACTIONS(6269), - [anon_sym_STAR] = ACTIONS(4263), - [anon_sym_DASH_GT] = ACTIONS(4265), - [sym_label] = ACTIONS(4265), - [anon_sym_in] = ACTIONS(4263), - [anon_sym_while] = ACTIONS(4263), - [anon_sym_DOT_DOT] = ACTIONS(4265), - [anon_sym_QMARK_COLON] = ACTIONS(4265), - [anon_sym_AMP_AMP] = ACTIONS(4265), - [anon_sym_PIPE_PIPE] = ACTIONS(4265), - [anon_sym_else] = ACTIONS(4263), - [anon_sym_COLON_COLON] = ACTIONS(4265), - [anon_sym_PLUS_EQ] = ACTIONS(4265), - [anon_sym_DASH_EQ] = ACTIONS(4265), - [anon_sym_STAR_EQ] = ACTIONS(4265), - [anon_sym_SLASH_EQ] = ACTIONS(4265), - [anon_sym_PERCENT_EQ] = ACTIONS(4265), - [anon_sym_BANG_EQ] = ACTIONS(4263), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4265), - [anon_sym_EQ_EQ] = ACTIONS(4263), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4265), - [anon_sym_LT_EQ] = ACTIONS(4265), - [anon_sym_GT_EQ] = ACTIONS(4265), - [anon_sym_BANGin] = ACTIONS(4265), - [anon_sym_is] = ACTIONS(4263), - [anon_sym_BANGis] = ACTIONS(4265), - [anon_sym_PLUS] = ACTIONS(4263), - [anon_sym_DASH] = ACTIONS(4263), - [anon_sym_SLASH] = ACTIONS(4263), - [anon_sym_PERCENT] = ACTIONS(4263), - [anon_sym_as_QMARK] = ACTIONS(4265), - [anon_sym_PLUS_PLUS] = ACTIONS(4265), - [anon_sym_DASH_DASH] = ACTIONS(4265), - [anon_sym_BANG_BANG] = ACTIONS(4265), - [anon_sym_suspend] = ACTIONS(4263), - [anon_sym_sealed] = ACTIONS(4263), - [anon_sym_annotation] = ACTIONS(4263), - [anon_sym_data] = ACTIONS(4263), - [anon_sym_inner] = ACTIONS(4263), - [anon_sym_override] = ACTIONS(4263), - [anon_sym_lateinit] = ACTIONS(4263), - [anon_sym_public] = ACTIONS(4263), - [anon_sym_private] = ACTIONS(4263), - [anon_sym_internal] = ACTIONS(4263), - [anon_sym_protected] = ACTIONS(4263), - [anon_sym_tailrec] = ACTIONS(4263), - [anon_sym_operator] = ACTIONS(4263), - [anon_sym_infix] = ACTIONS(4263), - [anon_sym_inline] = ACTIONS(4263), - [anon_sym_external] = ACTIONS(4263), - [sym_property_modifier] = ACTIONS(4263), - [anon_sym_abstract] = ACTIONS(4263), - [anon_sym_final] = ACTIONS(4263), - [anon_sym_open] = ACTIONS(4263), - [anon_sym_vararg] = ACTIONS(4263), - [anon_sym_noinline] = ACTIONS(4263), - [anon_sym_crossinline] = ACTIONS(4263), - [anon_sym_expect] = ACTIONS(4263), - [anon_sym_actual] = ACTIONS(4263), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4265), - [sym_safe_nav] = ACTIONS(4265), - [sym_multiline_comment] = ACTIONS(3), - }, - [2845] = { - [sym__alpha_identifier] = ACTIONS(4249), - [anon_sym_AT] = ACTIONS(4252), - [anon_sym_LBRACK] = ACTIONS(4252), - [anon_sym_RBRACK] = ACTIONS(4255), - [anon_sym_as] = ACTIONS(4257), - [anon_sym_EQ] = ACTIONS(4257), - [anon_sym_LBRACE] = ACTIONS(4252), - [anon_sym_RBRACE] = ACTIONS(4255), - [anon_sym_LPAREN] = ACTIONS(6271), - [anon_sym_COMMA] = ACTIONS(4255), - [anon_sym_RPAREN] = ACTIONS(4255), - [anon_sym_LT] = ACTIONS(4257), - [anon_sym_GT] = ACTIONS(4257), - [anon_sym_where] = ACTIONS(4257), - [anon_sym_object] = ACTIONS(3828), - [anon_sym_fun] = ACTIONS(3828), - [anon_sym_DOT] = ACTIONS(4257), - [anon_sym_SEMI] = ACTIONS(4255), - [anon_sym_get] = ACTIONS(4249), - [anon_sym_set] = ACTIONS(4249), - [anon_sym_this] = ACTIONS(3828), - [anon_sym_super] = ACTIONS(3828), - [anon_sym_STAR] = ACTIONS(4249), - [anon_sym_DASH_GT] = ACTIONS(4255), - [sym_label] = ACTIONS(4249), - [anon_sym_in] = ACTIONS(4257), - [anon_sym_while] = ACTIONS(4257), - [anon_sym_DOT_DOT] = ACTIONS(4255), - [anon_sym_QMARK_COLON] = ACTIONS(4255), - [anon_sym_AMP_AMP] = ACTIONS(4255), - [anon_sym_PIPE_PIPE] = ACTIONS(4255), - [anon_sym_null] = ACTIONS(3828), - [anon_sym_if] = ACTIONS(3828), - [anon_sym_else] = ACTIONS(4257), - [anon_sym_when] = ACTIONS(3828), - [anon_sym_try] = ACTIONS(3828), - [anon_sym_throw] = ACTIONS(3828), - [anon_sym_return] = ACTIONS(3828), - [anon_sym_continue] = ACTIONS(3828), - [anon_sym_break] = ACTIONS(3828), - [anon_sym_COLON_COLON] = ACTIONS(4252), - [anon_sym_PLUS_EQ] = ACTIONS(4255), - [anon_sym_DASH_EQ] = ACTIONS(4255), - [anon_sym_STAR_EQ] = ACTIONS(4255), - [anon_sym_SLASH_EQ] = ACTIONS(4255), - [anon_sym_PERCENT_EQ] = ACTIONS(4255), - [anon_sym_BANG_EQ] = ACTIONS(4257), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4255), - [anon_sym_EQ_EQ] = ACTIONS(4257), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4255), - [anon_sym_LT_EQ] = ACTIONS(4255), - [anon_sym_GT_EQ] = ACTIONS(4255), - [anon_sym_BANGin] = ACTIONS(4255), - [anon_sym_is] = ACTIONS(4257), - [anon_sym_BANGis] = ACTIONS(4255), - [anon_sym_PLUS] = ACTIONS(4249), - [anon_sym_DASH] = ACTIONS(4249), - [anon_sym_SLASH] = ACTIONS(4257), - [anon_sym_PERCENT] = ACTIONS(4257), - [anon_sym_as_QMARK] = ACTIONS(4255), - [anon_sym_PLUS_PLUS] = ACTIONS(4252), - [anon_sym_DASH_DASH] = ACTIONS(4252), - [anon_sym_BANG] = ACTIONS(3828), - [anon_sym_BANG_BANG] = ACTIONS(4255), - [anon_sym_data] = ACTIONS(4249), - [anon_sym_inner] = ACTIONS(4249), - [anon_sym_expect] = ACTIONS(4249), - [anon_sym_actual] = ACTIONS(4249), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3833), - [anon_sym_continue_AT] = ACTIONS(3833), - [anon_sym_break_AT] = ACTIONS(3833), - [sym_real_literal] = ACTIONS(3833), - [sym_integer_literal] = ACTIONS(3828), - [sym_hex_literal] = ACTIONS(3833), - [sym_bin_literal] = ACTIONS(3833), - [anon_sym_true] = ACTIONS(3828), - [anon_sym_false] = ACTIONS(3828), - [anon_sym_SQUOTE] = ACTIONS(3833), - [sym__backtick_identifier] = ACTIONS(4252), - [sym_safe_nav] = ACTIONS(4255), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3833), - }, - [2846] = { - [aux_sym_nullable_type_repeat1] = STATE(2839), - [sym__alpha_identifier] = ACTIONS(4263), - [anon_sym_AT] = ACTIONS(4265), - [anon_sym_LBRACK] = ACTIONS(4265), - [anon_sym_as] = ACTIONS(4263), - [anon_sym_EQ] = ACTIONS(4263), - [anon_sym_LBRACE] = ACTIONS(4265), - [anon_sym_RBRACE] = ACTIONS(4265), - [anon_sym_LPAREN] = ACTIONS(4265), - [anon_sym_COMMA] = ACTIONS(4265), - [anon_sym_by] = ACTIONS(4263), - [anon_sym_LT] = ACTIONS(4263), - [anon_sym_GT] = ACTIONS(4263), - [anon_sym_where] = ACTIONS(4263), - [anon_sym_object] = ACTIONS(4263), - [anon_sym_fun] = ACTIONS(4263), - [anon_sym_DOT] = ACTIONS(4263), - [anon_sym_SEMI] = ACTIONS(4265), - [anon_sym_get] = ACTIONS(4263), - [anon_sym_set] = ACTIONS(4263), - [anon_sym_this] = ACTIONS(4263), - [anon_sym_super] = ACTIONS(4263), - [sym__quest] = ACTIONS(6275), - [anon_sym_STAR] = ACTIONS(4263), - [sym_label] = ACTIONS(4263), - [anon_sym_in] = ACTIONS(4263), - [anon_sym_DOT_DOT] = ACTIONS(4265), - [anon_sym_QMARK_COLON] = ACTIONS(4265), - [anon_sym_AMP_AMP] = ACTIONS(4265), - [anon_sym_PIPE_PIPE] = ACTIONS(4265), - [anon_sym_null] = ACTIONS(4263), - [anon_sym_if] = ACTIONS(4263), - [anon_sym_else] = ACTIONS(4263), - [anon_sym_when] = ACTIONS(4263), - [anon_sym_try] = ACTIONS(4263), - [anon_sym_throw] = ACTIONS(4263), - [anon_sym_return] = ACTIONS(4263), - [anon_sym_continue] = ACTIONS(4263), - [anon_sym_break] = ACTIONS(4263), - [anon_sym_COLON_COLON] = ACTIONS(4265), - [anon_sym_PLUS_EQ] = ACTIONS(4265), - [anon_sym_DASH_EQ] = ACTIONS(4265), - [anon_sym_STAR_EQ] = ACTIONS(4265), - [anon_sym_SLASH_EQ] = ACTIONS(4265), - [anon_sym_PERCENT_EQ] = ACTIONS(4265), - [anon_sym_BANG_EQ] = ACTIONS(4263), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4265), - [anon_sym_EQ_EQ] = ACTIONS(4263), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4265), - [anon_sym_LT_EQ] = ACTIONS(4265), - [anon_sym_GT_EQ] = ACTIONS(4265), - [anon_sym_BANGin] = ACTIONS(4265), - [anon_sym_is] = ACTIONS(4263), - [anon_sym_BANGis] = ACTIONS(4265), - [anon_sym_PLUS] = ACTIONS(4263), - [anon_sym_DASH] = ACTIONS(4263), - [anon_sym_SLASH] = ACTIONS(4263), - [anon_sym_PERCENT] = ACTIONS(4263), - [anon_sym_as_QMARK] = ACTIONS(4265), - [anon_sym_PLUS_PLUS] = ACTIONS(4265), - [anon_sym_DASH_DASH] = ACTIONS(4265), - [anon_sym_BANG] = ACTIONS(4263), - [anon_sym_BANG_BANG] = ACTIONS(4265), - [anon_sym_data] = ACTIONS(4263), - [anon_sym_inner] = ACTIONS(4263), - [anon_sym_expect] = ACTIONS(4263), - [anon_sym_actual] = ACTIONS(4263), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4265), - [anon_sym_continue_AT] = ACTIONS(4265), - [anon_sym_break_AT] = ACTIONS(4265), - [sym_real_literal] = ACTIONS(4265), - [sym_integer_literal] = ACTIONS(4263), - [sym_hex_literal] = ACTIONS(4265), - [sym_bin_literal] = ACTIONS(4265), - [anon_sym_true] = ACTIONS(4263), - [anon_sym_false] = ACTIONS(4263), - [anon_sym_SQUOTE] = ACTIONS(4265), - [sym__backtick_identifier] = ACTIONS(4265), - [sym__automatic_semicolon] = ACTIONS(4265), - [sym_safe_nav] = ACTIONS(4265), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4265), + [anon_sym_object] = ACTIONS(4188), + [anon_sym_fun] = ACTIONS(4188), + [anon_sym_DOT] = ACTIONS(4188), + [anon_sym_SEMI] = ACTIONS(4190), + [anon_sym_get] = ACTIONS(4188), + [anon_sym_set] = ACTIONS(4188), + [anon_sym_this] = ACTIONS(4188), + [anon_sym_super] = ACTIONS(4188), + [anon_sym_STAR] = ACTIONS(4188), + [sym_label] = ACTIONS(4188), + [anon_sym_in] = ACTIONS(4188), + [anon_sym_DOT_DOT] = ACTIONS(4190), + [anon_sym_QMARK_COLON] = ACTIONS(4190), + [anon_sym_AMP_AMP] = ACTIONS(4190), + [anon_sym_PIPE_PIPE] = ACTIONS(4190), + [anon_sym_null] = ACTIONS(4188), + [anon_sym_if] = ACTIONS(4188), + [anon_sym_else] = ACTIONS(4188), + [anon_sym_when] = ACTIONS(4188), + [anon_sym_try] = ACTIONS(4188), + [anon_sym_throw] = ACTIONS(4188), + [anon_sym_return] = ACTIONS(4188), + [anon_sym_continue] = ACTIONS(4188), + [anon_sym_break] = ACTIONS(4188), + [anon_sym_COLON_COLON] = ACTIONS(4190), + [anon_sym_PLUS_EQ] = ACTIONS(4190), + [anon_sym_DASH_EQ] = ACTIONS(4190), + [anon_sym_STAR_EQ] = ACTIONS(4190), + [anon_sym_SLASH_EQ] = ACTIONS(4190), + [anon_sym_PERCENT_EQ] = ACTIONS(4190), + [anon_sym_BANG_EQ] = ACTIONS(4188), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4190), + [anon_sym_EQ_EQ] = ACTIONS(4188), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4190), + [anon_sym_LT_EQ] = ACTIONS(4190), + [anon_sym_GT_EQ] = ACTIONS(4190), + [anon_sym_BANGin] = ACTIONS(4190), + [anon_sym_is] = ACTIONS(4188), + [anon_sym_BANGis] = ACTIONS(4190), + [anon_sym_PLUS] = ACTIONS(4188), + [anon_sym_DASH] = ACTIONS(4188), + [anon_sym_SLASH] = ACTIONS(4188), + [anon_sym_PERCENT] = ACTIONS(4188), + [anon_sym_as_QMARK] = ACTIONS(4190), + [anon_sym_PLUS_PLUS] = ACTIONS(4190), + [anon_sym_DASH_DASH] = ACTIONS(4190), + [anon_sym_BANG] = ACTIONS(4188), + [anon_sym_BANG_BANG] = ACTIONS(4190), + [anon_sym_data] = ACTIONS(4188), + [anon_sym_inner] = ACTIONS(4188), + [anon_sym_expect] = ACTIONS(4188), + [anon_sym_actual] = ACTIONS(4188), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4190), + [anon_sym_continue_AT] = ACTIONS(4190), + [anon_sym_break_AT] = ACTIONS(4190), + [sym_real_literal] = ACTIONS(4190), + [sym_integer_literal] = ACTIONS(4188), + [sym_hex_literal] = ACTIONS(4190), + [sym_bin_literal] = ACTIONS(4190), + [anon_sym_true] = ACTIONS(4188), + [anon_sym_false] = ACTIONS(4188), + [anon_sym_SQUOTE] = ACTIONS(4190), + [sym__backtick_identifier] = ACTIONS(4190), + [sym__automatic_semicolon] = ACTIONS(4190), + [sym_safe_nav] = ACTIONS(4190), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4190), }, - [2847] = { - [sym__alpha_identifier] = ACTIONS(4233), - [anon_sym_AT] = ACTIONS(4236), - [anon_sym_LBRACK] = ACTIONS(4236), + [2849] = { + [aux_sym_nullable_type_repeat1] = STATE(2849), + [sym__alpha_identifier] = ACTIONS(4237), + [anon_sym_AT] = ACTIONS(4239), + [anon_sym_LBRACK] = ACTIONS(4239), [anon_sym_RBRACK] = ACTIONS(4239), - [anon_sym_as] = ACTIONS(4241), - [anon_sym_EQ] = ACTIONS(4241), - [anon_sym_LBRACE] = ACTIONS(4236), + [anon_sym_as] = ACTIONS(4237), + [anon_sym_EQ] = ACTIONS(4237), + [anon_sym_LBRACE] = ACTIONS(4239), [anon_sym_RBRACE] = ACTIONS(4239), - [anon_sym_LPAREN] = ACTIONS(6277), + [anon_sym_LPAREN] = ACTIONS(4239), [anon_sym_COMMA] = ACTIONS(4239), [anon_sym_RPAREN] = ACTIONS(4239), - [anon_sym_LT] = ACTIONS(4241), - [anon_sym_GT] = ACTIONS(4241), - [anon_sym_where] = ACTIONS(4241), - [anon_sym_object] = ACTIONS(3828), - [anon_sym_fun] = ACTIONS(3828), - [anon_sym_DOT] = ACTIONS(4241), + [anon_sym_by] = ACTIONS(4237), + [anon_sym_LT] = ACTIONS(4237), + [anon_sym_GT] = ACTIONS(4237), + [anon_sym_where] = ACTIONS(4237), + [anon_sym_DOT] = ACTIONS(4237), [anon_sym_SEMI] = ACTIONS(4239), - [anon_sym_get] = ACTIONS(4233), - [anon_sym_set] = ACTIONS(4233), - [anon_sym_this] = ACTIONS(3828), - [anon_sym_super] = ACTIONS(3828), - [anon_sym_STAR] = ACTIONS(4233), + [anon_sym_get] = ACTIONS(4237), + [anon_sym_set] = ACTIONS(4237), + [sym__quest] = ACTIONS(6274), + [anon_sym_STAR] = ACTIONS(4237), [anon_sym_DASH_GT] = ACTIONS(4239), - [sym_label] = ACTIONS(4233), - [anon_sym_in] = ACTIONS(4241), - [anon_sym_while] = ACTIONS(4241), + [sym_label] = ACTIONS(4239), + [anon_sym_in] = ACTIONS(4237), + [anon_sym_while] = ACTIONS(4237), [anon_sym_DOT_DOT] = ACTIONS(4239), [anon_sym_QMARK_COLON] = ACTIONS(4239), [anon_sym_AMP_AMP] = ACTIONS(4239), [anon_sym_PIPE_PIPE] = ACTIONS(4239), - [anon_sym_null] = ACTIONS(3828), - [anon_sym_if] = ACTIONS(3828), - [anon_sym_else] = ACTIONS(4241), - [anon_sym_when] = ACTIONS(3828), - [anon_sym_try] = ACTIONS(3828), - [anon_sym_throw] = ACTIONS(3828), - [anon_sym_return] = ACTIONS(3828), - [anon_sym_continue] = ACTIONS(3828), - [anon_sym_break] = ACTIONS(3828), - [anon_sym_COLON_COLON] = ACTIONS(4236), + [anon_sym_else] = ACTIONS(4237), + [anon_sym_COLON_COLON] = ACTIONS(4239), [anon_sym_PLUS_EQ] = ACTIONS(4239), [anon_sym_DASH_EQ] = ACTIONS(4239), [anon_sym_STAR_EQ] = ACTIONS(4239), [anon_sym_SLASH_EQ] = ACTIONS(4239), [anon_sym_PERCENT_EQ] = ACTIONS(4239), - [anon_sym_BANG_EQ] = ACTIONS(4241), + [anon_sym_BANG_EQ] = ACTIONS(4237), [anon_sym_BANG_EQ_EQ] = ACTIONS(4239), - [anon_sym_EQ_EQ] = ACTIONS(4241), + [anon_sym_EQ_EQ] = ACTIONS(4237), [anon_sym_EQ_EQ_EQ] = ACTIONS(4239), [anon_sym_LT_EQ] = ACTIONS(4239), [anon_sym_GT_EQ] = ACTIONS(4239), [anon_sym_BANGin] = ACTIONS(4239), - [anon_sym_is] = ACTIONS(4241), + [anon_sym_is] = ACTIONS(4237), [anon_sym_BANGis] = ACTIONS(4239), - [anon_sym_PLUS] = ACTIONS(4233), - [anon_sym_DASH] = ACTIONS(4233), - [anon_sym_SLASH] = ACTIONS(4241), - [anon_sym_PERCENT] = ACTIONS(4241), + [anon_sym_PLUS] = ACTIONS(4237), + [anon_sym_DASH] = ACTIONS(4237), + [anon_sym_SLASH] = ACTIONS(4237), + [anon_sym_PERCENT] = ACTIONS(4237), [anon_sym_as_QMARK] = ACTIONS(4239), - [anon_sym_PLUS_PLUS] = ACTIONS(4236), - [anon_sym_DASH_DASH] = ACTIONS(4236), - [anon_sym_BANG] = ACTIONS(3828), + [anon_sym_PLUS_PLUS] = ACTIONS(4239), + [anon_sym_DASH_DASH] = ACTIONS(4239), [anon_sym_BANG_BANG] = ACTIONS(4239), - [anon_sym_data] = ACTIONS(4233), - [anon_sym_inner] = ACTIONS(4233), - [anon_sym_expect] = ACTIONS(4233), - [anon_sym_actual] = ACTIONS(4233), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3833), - [anon_sym_continue_AT] = ACTIONS(3833), - [anon_sym_break_AT] = ACTIONS(3833), - [sym_real_literal] = ACTIONS(3833), - [sym_integer_literal] = ACTIONS(3828), - [sym_hex_literal] = ACTIONS(3833), - [sym_bin_literal] = ACTIONS(3833), - [anon_sym_true] = ACTIONS(3828), - [anon_sym_false] = ACTIONS(3828), - [anon_sym_SQUOTE] = ACTIONS(3833), - [sym__backtick_identifier] = ACTIONS(4236), + [anon_sym_suspend] = ACTIONS(4237), + [anon_sym_sealed] = ACTIONS(4237), + [anon_sym_annotation] = ACTIONS(4237), + [anon_sym_data] = ACTIONS(4237), + [anon_sym_inner] = ACTIONS(4237), + [anon_sym_override] = ACTIONS(4237), + [anon_sym_lateinit] = ACTIONS(4237), + [anon_sym_public] = ACTIONS(4237), + [anon_sym_private] = ACTIONS(4237), + [anon_sym_internal] = ACTIONS(4237), + [anon_sym_protected] = ACTIONS(4237), + [anon_sym_tailrec] = ACTIONS(4237), + [anon_sym_operator] = ACTIONS(4237), + [anon_sym_infix] = ACTIONS(4237), + [anon_sym_inline] = ACTIONS(4237), + [anon_sym_external] = ACTIONS(4237), + [sym_property_modifier] = ACTIONS(4237), + [anon_sym_abstract] = ACTIONS(4237), + [anon_sym_final] = ACTIONS(4237), + [anon_sym_open] = ACTIONS(4237), + [anon_sym_vararg] = ACTIONS(4237), + [anon_sym_noinline] = ACTIONS(4237), + [anon_sym_crossinline] = ACTIONS(4237), + [anon_sym_expect] = ACTIONS(4237), + [anon_sym_actual] = ACTIONS(4237), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4239), [sym_safe_nav] = ACTIONS(4239), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3833), - }, - [2848] = { - [sym__alpha_identifier] = ACTIONS(4219), - [anon_sym_AT] = ACTIONS(4221), - [anon_sym_LBRACK] = ACTIONS(4221), - [anon_sym_as] = ACTIONS(4219), - [anon_sym_EQ] = ACTIONS(4219), - [anon_sym_LBRACE] = ACTIONS(4221), - [anon_sym_RBRACE] = ACTIONS(4221), - [anon_sym_LPAREN] = ACTIONS(4221), - [anon_sym_COMMA] = ACTIONS(4221), - [anon_sym_by] = ACTIONS(4219), - [anon_sym_LT] = ACTIONS(4219), - [anon_sym_GT] = ACTIONS(4219), - [anon_sym_where] = ACTIONS(4219), - [anon_sym_object] = ACTIONS(4219), - [anon_sym_fun] = ACTIONS(4219), - [anon_sym_DOT] = ACTIONS(4219), - [anon_sym_SEMI] = ACTIONS(4221), - [anon_sym_get] = ACTIONS(4219), - [anon_sym_set] = ACTIONS(4219), - [anon_sym_this] = ACTIONS(4219), - [anon_sym_super] = ACTIONS(4219), - [sym__quest] = ACTIONS(4219), - [anon_sym_STAR] = ACTIONS(4219), - [anon_sym_DASH_GT] = ACTIONS(4223), - [sym_label] = ACTIONS(4219), - [anon_sym_in] = ACTIONS(4219), - [anon_sym_DOT_DOT] = ACTIONS(4221), - [anon_sym_QMARK_COLON] = ACTIONS(4221), - [anon_sym_AMP_AMP] = ACTIONS(4221), - [anon_sym_PIPE_PIPE] = ACTIONS(4221), - [anon_sym_null] = ACTIONS(4219), - [anon_sym_if] = ACTIONS(4219), - [anon_sym_else] = ACTIONS(4219), - [anon_sym_when] = ACTIONS(4219), - [anon_sym_try] = ACTIONS(4219), - [anon_sym_throw] = ACTIONS(4219), - [anon_sym_return] = ACTIONS(4219), - [anon_sym_continue] = ACTIONS(4219), - [anon_sym_break] = ACTIONS(4219), - [anon_sym_COLON_COLON] = ACTIONS(4221), - [anon_sym_PLUS_EQ] = ACTIONS(4221), - [anon_sym_DASH_EQ] = ACTIONS(4221), - [anon_sym_STAR_EQ] = ACTIONS(4221), - [anon_sym_SLASH_EQ] = ACTIONS(4221), - [anon_sym_PERCENT_EQ] = ACTIONS(4221), - [anon_sym_BANG_EQ] = ACTIONS(4219), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4221), - [anon_sym_EQ_EQ] = ACTIONS(4219), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4221), - [anon_sym_LT_EQ] = ACTIONS(4221), - [anon_sym_GT_EQ] = ACTIONS(4221), - [anon_sym_BANGin] = ACTIONS(4221), - [anon_sym_is] = ACTIONS(4219), - [anon_sym_BANGis] = ACTIONS(4221), - [anon_sym_PLUS] = ACTIONS(4219), - [anon_sym_DASH] = ACTIONS(4219), - [anon_sym_SLASH] = ACTIONS(4219), - [anon_sym_PERCENT] = ACTIONS(4219), - [anon_sym_as_QMARK] = ACTIONS(4221), - [anon_sym_PLUS_PLUS] = ACTIONS(4221), - [anon_sym_DASH_DASH] = ACTIONS(4221), - [anon_sym_BANG] = ACTIONS(4219), - [anon_sym_BANG_BANG] = ACTIONS(4221), - [anon_sym_data] = ACTIONS(4219), - [anon_sym_inner] = ACTIONS(4219), - [anon_sym_expect] = ACTIONS(4219), - [anon_sym_actual] = ACTIONS(4219), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4221), - [anon_sym_continue_AT] = ACTIONS(4221), - [anon_sym_break_AT] = ACTIONS(4221), - [sym_real_literal] = ACTIONS(4221), - [sym_integer_literal] = ACTIONS(4219), - [sym_hex_literal] = ACTIONS(4221), - [sym_bin_literal] = ACTIONS(4221), - [anon_sym_true] = ACTIONS(4219), - [anon_sym_false] = ACTIONS(4219), - [anon_sym_SQUOTE] = ACTIONS(4221), - [sym__backtick_identifier] = ACTIONS(4221), - [sym__automatic_semicolon] = ACTIONS(4221), - [sym_safe_nav] = ACTIONS(4221), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4221), - }, - [2849] = { - [sym_class_body] = STATE(3238), - [sym_type_constraints] = STATE(3068), - [sym__alpha_identifier] = ACTIONS(3214), - [anon_sym_AT] = ACTIONS(3218), - [anon_sym_COLON] = ACTIONS(5203), - [anon_sym_LBRACK] = ACTIONS(3218), - [anon_sym_RBRACK] = ACTIONS(3218), - [anon_sym_as] = ACTIONS(3214), - [anon_sym_EQ] = ACTIONS(3214), - [anon_sym_LBRACE] = ACTIONS(5147), - [anon_sym_RBRACE] = ACTIONS(3218), - [anon_sym_LPAREN] = ACTIONS(3218), - [anon_sym_COMMA] = ACTIONS(3218), - [anon_sym_RPAREN] = ACTIONS(3218), - [anon_sym_LT] = ACTIONS(3214), - [anon_sym_GT] = ACTIONS(3214), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(3214), - [anon_sym_SEMI] = ACTIONS(3218), - [anon_sym_get] = ACTIONS(3214), - [anon_sym_set] = ACTIONS(3214), - [anon_sym_STAR] = ACTIONS(3214), - [anon_sym_DASH_GT] = ACTIONS(3218), - [sym_label] = ACTIONS(3218), - [anon_sym_in] = ACTIONS(3214), - [anon_sym_while] = ACTIONS(3214), - [anon_sym_DOT_DOT] = ACTIONS(3218), - [anon_sym_QMARK_COLON] = ACTIONS(3218), - [anon_sym_AMP_AMP] = ACTIONS(3218), - [anon_sym_PIPE_PIPE] = ACTIONS(3218), - [anon_sym_else] = ACTIONS(3214), - [anon_sym_COLON_COLON] = ACTIONS(3218), - [anon_sym_PLUS_EQ] = ACTIONS(3218), - [anon_sym_DASH_EQ] = ACTIONS(3218), - [anon_sym_STAR_EQ] = ACTIONS(3218), - [anon_sym_SLASH_EQ] = ACTIONS(3218), - [anon_sym_PERCENT_EQ] = ACTIONS(3218), - [anon_sym_BANG_EQ] = ACTIONS(3214), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3218), - [anon_sym_EQ_EQ] = ACTIONS(3214), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3218), - [anon_sym_LT_EQ] = ACTIONS(3218), - [anon_sym_GT_EQ] = ACTIONS(3218), - [anon_sym_BANGin] = ACTIONS(3218), - [anon_sym_is] = ACTIONS(3214), - [anon_sym_BANGis] = ACTIONS(3218), - [anon_sym_PLUS] = ACTIONS(3214), - [anon_sym_DASH] = ACTIONS(3214), - [anon_sym_SLASH] = ACTIONS(3214), - [anon_sym_PERCENT] = ACTIONS(3214), - [anon_sym_as_QMARK] = ACTIONS(3218), - [anon_sym_PLUS_PLUS] = ACTIONS(3218), - [anon_sym_DASH_DASH] = ACTIONS(3218), - [anon_sym_BANG_BANG] = ACTIONS(3218), - [anon_sym_suspend] = ACTIONS(3214), - [anon_sym_sealed] = ACTIONS(3214), - [anon_sym_annotation] = ACTIONS(3214), - [anon_sym_data] = ACTIONS(3214), - [anon_sym_inner] = ACTIONS(3214), - [anon_sym_override] = ACTIONS(3214), - [anon_sym_lateinit] = ACTIONS(3214), - [anon_sym_public] = ACTIONS(3214), - [anon_sym_private] = ACTIONS(3214), - [anon_sym_internal] = ACTIONS(3214), - [anon_sym_protected] = ACTIONS(3214), - [anon_sym_tailrec] = ACTIONS(3214), - [anon_sym_operator] = ACTIONS(3214), - [anon_sym_infix] = ACTIONS(3214), - [anon_sym_inline] = ACTIONS(3214), - [anon_sym_external] = ACTIONS(3214), - [sym_property_modifier] = ACTIONS(3214), - [anon_sym_abstract] = ACTIONS(3214), - [anon_sym_final] = ACTIONS(3214), - [anon_sym_open] = ACTIONS(3214), - [anon_sym_vararg] = ACTIONS(3214), - [anon_sym_noinline] = ACTIONS(3214), - [anon_sym_crossinline] = ACTIONS(3214), - [anon_sym_expect] = ACTIONS(3214), - [anon_sym_actual] = ACTIONS(3214), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3218), - [sym_safe_nav] = ACTIONS(3218), - [sym_multiline_comment] = ACTIONS(3), }, [2850] = { - [aux_sym_user_type_repeat1] = STATE(2894), - [sym__alpha_identifier] = ACTIONS(4269), - [anon_sym_AT] = ACTIONS(4271), - [anon_sym_LBRACK] = ACTIONS(4271), - [anon_sym_as] = ACTIONS(4269), - [anon_sym_EQ] = ACTIONS(4269), - [anon_sym_LBRACE] = ACTIONS(4271), - [anon_sym_RBRACE] = ACTIONS(4271), - [anon_sym_LPAREN] = ACTIONS(4271), - [anon_sym_COMMA] = ACTIONS(4271), - [anon_sym_by] = ACTIONS(4269), - [anon_sym_LT] = ACTIONS(4269), - [anon_sym_GT] = ACTIONS(4269), - [anon_sym_where] = ACTIONS(4269), - [anon_sym_object] = ACTIONS(4269), - [anon_sym_fun] = ACTIONS(4269), - [anon_sym_DOT] = ACTIONS(6281), - [anon_sym_SEMI] = ACTIONS(4271), - [anon_sym_get] = ACTIONS(4269), - [anon_sym_set] = ACTIONS(4269), - [anon_sym_this] = ACTIONS(4269), - [anon_sym_super] = ACTIONS(4269), - [sym__quest] = ACTIONS(4269), - [anon_sym_STAR] = ACTIONS(4269), - [sym_label] = ACTIONS(4269), - [anon_sym_in] = ACTIONS(4269), - [anon_sym_DOT_DOT] = ACTIONS(4271), - [anon_sym_QMARK_COLON] = ACTIONS(4271), - [anon_sym_AMP_AMP] = ACTIONS(4271), - [anon_sym_PIPE_PIPE] = ACTIONS(4271), - [anon_sym_null] = ACTIONS(4269), - [anon_sym_if] = ACTIONS(4269), - [anon_sym_else] = ACTIONS(4269), - [anon_sym_when] = ACTIONS(4269), - [anon_sym_try] = ACTIONS(4269), - [anon_sym_throw] = ACTIONS(4269), - [anon_sym_return] = ACTIONS(4269), - [anon_sym_continue] = ACTIONS(4269), - [anon_sym_break] = ACTIONS(4269), - [anon_sym_COLON_COLON] = ACTIONS(4271), - [anon_sym_PLUS_EQ] = ACTIONS(4271), - [anon_sym_DASH_EQ] = ACTIONS(4271), - [anon_sym_STAR_EQ] = ACTIONS(4271), - [anon_sym_SLASH_EQ] = ACTIONS(4271), - [anon_sym_PERCENT_EQ] = ACTIONS(4271), - [anon_sym_BANG_EQ] = ACTIONS(4269), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4271), - [anon_sym_EQ_EQ] = ACTIONS(4269), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4271), - [anon_sym_LT_EQ] = ACTIONS(4271), - [anon_sym_GT_EQ] = ACTIONS(4271), - [anon_sym_BANGin] = ACTIONS(4271), - [anon_sym_is] = ACTIONS(4269), - [anon_sym_BANGis] = ACTIONS(4271), - [anon_sym_PLUS] = ACTIONS(4269), - [anon_sym_DASH] = ACTIONS(4269), - [anon_sym_SLASH] = ACTIONS(4269), - [anon_sym_PERCENT] = ACTIONS(4269), - [anon_sym_as_QMARK] = ACTIONS(4271), - [anon_sym_PLUS_PLUS] = ACTIONS(4271), - [anon_sym_DASH_DASH] = ACTIONS(4271), - [anon_sym_BANG] = ACTIONS(4269), - [anon_sym_BANG_BANG] = ACTIONS(4271), - [anon_sym_data] = ACTIONS(4269), - [anon_sym_inner] = ACTIONS(4269), - [anon_sym_expect] = ACTIONS(4269), - [anon_sym_actual] = ACTIONS(4269), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4271), - [anon_sym_continue_AT] = ACTIONS(4271), - [anon_sym_break_AT] = ACTIONS(4271), - [sym_real_literal] = ACTIONS(4271), - [sym_integer_literal] = ACTIONS(4269), - [sym_hex_literal] = ACTIONS(4271), - [sym_bin_literal] = ACTIONS(4271), - [anon_sym_true] = ACTIONS(4269), - [anon_sym_false] = ACTIONS(4269), - [anon_sym_SQUOTE] = ACTIONS(4271), - [sym__backtick_identifier] = ACTIONS(4271), - [sym__automatic_semicolon] = ACTIONS(4271), - [sym_safe_nav] = ACTIONS(4271), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4271), - }, - [2851] = { - [sym_class_body] = STATE(3220), - [sym_type_constraints] = STATE(3078), - [sym__alpha_identifier] = ACTIONS(4284), - [anon_sym_AT] = ACTIONS(4286), - [anon_sym_COLON] = ACTIONS(6284), - [anon_sym_LBRACK] = ACTIONS(4286), - [anon_sym_RBRACK] = ACTIONS(4286), - [anon_sym_as] = ACTIONS(4284), - [anon_sym_EQ] = ACTIONS(4284), - [anon_sym_LBRACE] = ACTIONS(5147), - [anon_sym_RBRACE] = ACTIONS(4286), - [anon_sym_LPAREN] = ACTIONS(4286), - [anon_sym_COMMA] = ACTIONS(4286), - [anon_sym_RPAREN] = ACTIONS(4286), - [anon_sym_LT] = ACTIONS(4284), - [anon_sym_GT] = ACTIONS(4284), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(4284), - [anon_sym_SEMI] = ACTIONS(4286), - [anon_sym_get] = ACTIONS(4284), - [anon_sym_set] = ACTIONS(4284), - [anon_sym_STAR] = ACTIONS(4284), - [anon_sym_DASH_GT] = ACTIONS(4286), - [sym_label] = ACTIONS(4286), - [anon_sym_in] = ACTIONS(4284), - [anon_sym_while] = ACTIONS(4284), - [anon_sym_DOT_DOT] = ACTIONS(4286), - [anon_sym_QMARK_COLON] = ACTIONS(4286), - [anon_sym_AMP_AMP] = ACTIONS(4286), - [anon_sym_PIPE_PIPE] = ACTIONS(4286), - [anon_sym_else] = ACTIONS(4284), - [anon_sym_COLON_COLON] = ACTIONS(4286), - [anon_sym_PLUS_EQ] = ACTIONS(4286), - [anon_sym_DASH_EQ] = ACTIONS(4286), - [anon_sym_STAR_EQ] = ACTIONS(4286), - [anon_sym_SLASH_EQ] = ACTIONS(4286), - [anon_sym_PERCENT_EQ] = ACTIONS(4286), - [anon_sym_BANG_EQ] = ACTIONS(4284), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4286), - [anon_sym_EQ_EQ] = ACTIONS(4284), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4286), - [anon_sym_LT_EQ] = ACTIONS(4286), - [anon_sym_GT_EQ] = ACTIONS(4286), - [anon_sym_BANGin] = ACTIONS(4286), - [anon_sym_is] = ACTIONS(4284), - [anon_sym_BANGis] = ACTIONS(4286), - [anon_sym_PLUS] = ACTIONS(4284), - [anon_sym_DASH] = ACTIONS(4284), - [anon_sym_SLASH] = ACTIONS(4284), - [anon_sym_PERCENT] = ACTIONS(4284), - [anon_sym_as_QMARK] = ACTIONS(4286), - [anon_sym_PLUS_PLUS] = ACTIONS(4286), - [anon_sym_DASH_DASH] = ACTIONS(4286), - [anon_sym_BANG_BANG] = ACTIONS(4286), - [anon_sym_suspend] = ACTIONS(4284), - [anon_sym_sealed] = ACTIONS(4284), - [anon_sym_annotation] = ACTIONS(4284), - [anon_sym_data] = ACTIONS(4284), - [anon_sym_inner] = ACTIONS(4284), - [anon_sym_override] = ACTIONS(4284), - [anon_sym_lateinit] = ACTIONS(4284), - [anon_sym_public] = ACTIONS(4284), - [anon_sym_private] = ACTIONS(4284), - [anon_sym_internal] = ACTIONS(4284), - [anon_sym_protected] = ACTIONS(4284), - [anon_sym_tailrec] = ACTIONS(4284), - [anon_sym_operator] = ACTIONS(4284), - [anon_sym_infix] = ACTIONS(4284), - [anon_sym_inline] = ACTIONS(4284), - [anon_sym_external] = ACTIONS(4284), - [sym_property_modifier] = ACTIONS(4284), - [anon_sym_abstract] = ACTIONS(4284), - [anon_sym_final] = ACTIONS(4284), - [anon_sym_open] = ACTIONS(4284), - [anon_sym_vararg] = ACTIONS(4284), - [anon_sym_noinline] = ACTIONS(4284), - [anon_sym_crossinline] = ACTIONS(4284), - [anon_sym_expect] = ACTIONS(4284), - [anon_sym_actual] = ACTIONS(4284), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4286), - [sym_safe_nav] = ACTIONS(4286), - [sym_multiline_comment] = ACTIONS(3), - }, - [2852] = { - [aux_sym_user_type_repeat1] = STATE(2852), - [sym__alpha_identifier] = ACTIONS(4304), - [anon_sym_AT] = ACTIONS(4306), - [anon_sym_LBRACK] = ACTIONS(4306), - [anon_sym_RBRACK] = ACTIONS(4306), - [anon_sym_as] = ACTIONS(4304), - [anon_sym_EQ] = ACTIONS(4304), - [anon_sym_LBRACE] = ACTIONS(4306), - [anon_sym_RBRACE] = ACTIONS(4306), - [anon_sym_LPAREN] = ACTIONS(4306), - [anon_sym_COMMA] = ACTIONS(4306), - [anon_sym_RPAREN] = ACTIONS(4306), - [anon_sym_by] = ACTIONS(4304), - [anon_sym_LT] = ACTIONS(4304), - [anon_sym_GT] = ACTIONS(4304), - [anon_sym_where] = ACTIONS(4304), - [anon_sym_DOT] = ACTIONS(6286), - [anon_sym_SEMI] = ACTIONS(4306), - [anon_sym_get] = ACTIONS(4304), - [anon_sym_set] = ACTIONS(4304), - [sym__quest] = ACTIONS(4304), - [anon_sym_STAR] = ACTIONS(4304), - [anon_sym_DASH_GT] = ACTIONS(4306), - [sym_label] = ACTIONS(4306), - [anon_sym_in] = ACTIONS(4304), - [anon_sym_while] = ACTIONS(4304), - [anon_sym_DOT_DOT] = ACTIONS(4306), - [anon_sym_QMARK_COLON] = ACTIONS(4306), - [anon_sym_AMP_AMP] = ACTIONS(4306), - [anon_sym_PIPE_PIPE] = ACTIONS(4306), - [anon_sym_else] = ACTIONS(4304), - [anon_sym_COLON_COLON] = ACTIONS(4306), - [anon_sym_PLUS_EQ] = ACTIONS(4306), - [anon_sym_DASH_EQ] = ACTIONS(4306), - [anon_sym_STAR_EQ] = ACTIONS(4306), - [anon_sym_SLASH_EQ] = ACTIONS(4306), - [anon_sym_PERCENT_EQ] = ACTIONS(4306), - [anon_sym_BANG_EQ] = ACTIONS(4304), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4306), - [anon_sym_EQ_EQ] = ACTIONS(4304), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4306), - [anon_sym_LT_EQ] = ACTIONS(4306), - [anon_sym_GT_EQ] = ACTIONS(4306), - [anon_sym_BANGin] = ACTIONS(4306), - [anon_sym_is] = ACTIONS(4304), - [anon_sym_BANGis] = ACTIONS(4306), - [anon_sym_PLUS] = ACTIONS(4304), - [anon_sym_DASH] = ACTIONS(4304), - [anon_sym_SLASH] = ACTIONS(4304), - [anon_sym_PERCENT] = ACTIONS(4304), - [anon_sym_as_QMARK] = ACTIONS(4306), - [anon_sym_PLUS_PLUS] = ACTIONS(4306), - [anon_sym_DASH_DASH] = ACTIONS(4306), - [anon_sym_BANG_BANG] = ACTIONS(4306), - [anon_sym_suspend] = ACTIONS(4304), - [anon_sym_sealed] = ACTIONS(4304), - [anon_sym_annotation] = ACTIONS(4304), - [anon_sym_data] = ACTIONS(4304), - [anon_sym_inner] = ACTIONS(4304), - [anon_sym_override] = ACTIONS(4304), - [anon_sym_lateinit] = ACTIONS(4304), - [anon_sym_public] = ACTIONS(4304), - [anon_sym_private] = ACTIONS(4304), - [anon_sym_internal] = ACTIONS(4304), - [anon_sym_protected] = ACTIONS(4304), - [anon_sym_tailrec] = ACTIONS(4304), - [anon_sym_operator] = ACTIONS(4304), - [anon_sym_infix] = ACTIONS(4304), - [anon_sym_inline] = ACTIONS(4304), - [anon_sym_external] = ACTIONS(4304), - [sym_property_modifier] = ACTIONS(4304), - [anon_sym_abstract] = ACTIONS(4304), - [anon_sym_final] = ACTIONS(4304), - [anon_sym_open] = ACTIONS(4304), - [anon_sym_vararg] = ACTIONS(4304), - [anon_sym_noinline] = ACTIONS(4304), - [anon_sym_crossinline] = ACTIONS(4304), - [anon_sym_expect] = ACTIONS(4304), - [anon_sym_actual] = ACTIONS(4304), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4306), - [sym_safe_nav] = ACTIONS(4306), - [sym_multiline_comment] = ACTIONS(3), - }, - [2853] = { - [sym_type_constraints] = STATE(3083), - [sym_enum_class_body] = STATE(3211), - [sym__alpha_identifier] = ACTIONS(3190), - [anon_sym_AT] = ACTIONS(3194), - [anon_sym_COLON] = ACTIONS(5243), - [anon_sym_LBRACK] = ACTIONS(3194), - [anon_sym_RBRACK] = ACTIONS(3194), - [anon_sym_as] = ACTIONS(3190), - [anon_sym_EQ] = ACTIONS(3190), - [anon_sym_LBRACE] = ACTIONS(5155), - [anon_sym_RBRACE] = ACTIONS(3194), - [anon_sym_LPAREN] = ACTIONS(3194), - [anon_sym_COMMA] = ACTIONS(3194), - [anon_sym_RPAREN] = ACTIONS(3194), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3190), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(3190), - [anon_sym_SEMI] = ACTIONS(3194), - [anon_sym_get] = ACTIONS(3190), - [anon_sym_set] = ACTIONS(3190), - [anon_sym_STAR] = ACTIONS(3190), - [anon_sym_DASH_GT] = ACTIONS(3194), - [sym_label] = ACTIONS(3194), - [anon_sym_in] = ACTIONS(3190), - [anon_sym_while] = ACTIONS(3190), - [anon_sym_DOT_DOT] = ACTIONS(3194), - [anon_sym_QMARK_COLON] = ACTIONS(3194), - [anon_sym_AMP_AMP] = ACTIONS(3194), - [anon_sym_PIPE_PIPE] = ACTIONS(3194), - [anon_sym_else] = ACTIONS(3190), - [anon_sym_COLON_COLON] = ACTIONS(3194), - [anon_sym_PLUS_EQ] = ACTIONS(3194), - [anon_sym_DASH_EQ] = ACTIONS(3194), - [anon_sym_STAR_EQ] = ACTIONS(3194), - [anon_sym_SLASH_EQ] = ACTIONS(3194), - [anon_sym_PERCENT_EQ] = ACTIONS(3194), - [anon_sym_BANG_EQ] = ACTIONS(3190), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3194), - [anon_sym_EQ_EQ] = ACTIONS(3190), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3194), - [anon_sym_LT_EQ] = ACTIONS(3194), - [anon_sym_GT_EQ] = ACTIONS(3194), - [anon_sym_BANGin] = ACTIONS(3194), - [anon_sym_is] = ACTIONS(3190), - [anon_sym_BANGis] = ACTIONS(3194), - [anon_sym_PLUS] = ACTIONS(3190), - [anon_sym_DASH] = ACTIONS(3190), - [anon_sym_SLASH] = ACTIONS(3190), - [anon_sym_PERCENT] = ACTIONS(3190), - [anon_sym_as_QMARK] = ACTIONS(3194), - [anon_sym_PLUS_PLUS] = ACTIONS(3194), - [anon_sym_DASH_DASH] = ACTIONS(3194), - [anon_sym_BANG_BANG] = ACTIONS(3194), - [anon_sym_suspend] = ACTIONS(3190), - [anon_sym_sealed] = ACTIONS(3190), - [anon_sym_annotation] = ACTIONS(3190), - [anon_sym_data] = ACTIONS(3190), - [anon_sym_inner] = ACTIONS(3190), - [anon_sym_override] = ACTIONS(3190), - [anon_sym_lateinit] = ACTIONS(3190), - [anon_sym_public] = ACTIONS(3190), - [anon_sym_private] = ACTIONS(3190), - [anon_sym_internal] = ACTIONS(3190), - [anon_sym_protected] = ACTIONS(3190), - [anon_sym_tailrec] = ACTIONS(3190), - [anon_sym_operator] = ACTIONS(3190), - [anon_sym_infix] = ACTIONS(3190), - [anon_sym_inline] = ACTIONS(3190), - [anon_sym_external] = ACTIONS(3190), - [sym_property_modifier] = ACTIONS(3190), - [anon_sym_abstract] = ACTIONS(3190), - [anon_sym_final] = ACTIONS(3190), - [anon_sym_open] = ACTIONS(3190), - [anon_sym_vararg] = ACTIONS(3190), - [anon_sym_noinline] = ACTIONS(3190), - [anon_sym_crossinline] = ACTIONS(3190), - [anon_sym_expect] = ACTIONS(3190), - [anon_sym_actual] = ACTIONS(3190), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3194), - [sym_safe_nav] = ACTIONS(3194), - [sym_multiline_comment] = ACTIONS(3), - }, - [2854] = { - [sym_type_constraints] = STATE(2963), - [sym_function_body] = STATE(3147), - [sym__block] = STATE(3245), - [sym__alpha_identifier] = ACTIONS(4181), - [anon_sym_AT] = ACTIONS(4183), - [anon_sym_LBRACK] = ACTIONS(4183), - [anon_sym_as] = ACTIONS(4181), - [anon_sym_EQ] = ACTIONS(6218), - [anon_sym_LBRACE] = ACTIONS(6220), - [anon_sym_RBRACE] = ACTIONS(4183), - [anon_sym_LPAREN] = ACTIONS(4183), - [anon_sym_COMMA] = ACTIONS(4183), - [anon_sym_LT] = ACTIONS(4181), - [anon_sym_GT] = ACTIONS(4181), - [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(4181), - [anon_sym_fun] = ACTIONS(4181), - [anon_sym_DOT] = ACTIONS(4181), - [anon_sym_SEMI] = ACTIONS(4183), - [anon_sym_get] = ACTIONS(4181), - [anon_sym_set] = ACTIONS(4181), - [anon_sym_this] = ACTIONS(4181), - [anon_sym_super] = ACTIONS(4181), - [anon_sym_STAR] = ACTIONS(4181), - [sym_label] = ACTIONS(4181), - [anon_sym_in] = ACTIONS(4181), - [anon_sym_DOT_DOT] = ACTIONS(4183), - [anon_sym_QMARK_COLON] = ACTIONS(4183), - [anon_sym_AMP_AMP] = ACTIONS(4183), - [anon_sym_PIPE_PIPE] = ACTIONS(4183), - [anon_sym_null] = ACTIONS(4181), - [anon_sym_if] = ACTIONS(4181), - [anon_sym_else] = ACTIONS(4181), - [anon_sym_when] = ACTIONS(4181), - [anon_sym_try] = ACTIONS(4181), - [anon_sym_throw] = ACTIONS(4181), - [anon_sym_return] = ACTIONS(4181), - [anon_sym_continue] = ACTIONS(4181), - [anon_sym_break] = ACTIONS(4181), - [anon_sym_COLON_COLON] = ACTIONS(4183), - [anon_sym_PLUS_EQ] = ACTIONS(4183), - [anon_sym_DASH_EQ] = ACTIONS(4183), - [anon_sym_STAR_EQ] = ACTIONS(4183), - [anon_sym_SLASH_EQ] = ACTIONS(4183), - [anon_sym_PERCENT_EQ] = ACTIONS(4183), - [anon_sym_BANG_EQ] = ACTIONS(4181), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4183), - [anon_sym_EQ_EQ] = ACTIONS(4181), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4183), - [anon_sym_LT_EQ] = ACTIONS(4183), - [anon_sym_GT_EQ] = ACTIONS(4183), - [anon_sym_BANGin] = ACTIONS(4183), - [anon_sym_is] = ACTIONS(4181), - [anon_sym_BANGis] = ACTIONS(4183), - [anon_sym_PLUS] = ACTIONS(4181), - [anon_sym_DASH] = ACTIONS(4181), - [anon_sym_SLASH] = ACTIONS(4181), - [anon_sym_PERCENT] = ACTIONS(4181), - [anon_sym_as_QMARK] = ACTIONS(4183), - [anon_sym_PLUS_PLUS] = ACTIONS(4183), - [anon_sym_DASH_DASH] = ACTIONS(4183), - [anon_sym_BANG] = ACTIONS(4181), - [anon_sym_BANG_BANG] = ACTIONS(4183), - [anon_sym_data] = ACTIONS(4181), - [anon_sym_inner] = ACTIONS(4181), - [anon_sym_expect] = ACTIONS(4181), - [anon_sym_actual] = ACTIONS(4181), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4183), - [anon_sym_continue_AT] = ACTIONS(4183), - [anon_sym_break_AT] = ACTIONS(4183), - [sym_real_literal] = ACTIONS(4183), - [sym_integer_literal] = ACTIONS(4181), - [sym_hex_literal] = ACTIONS(4183), - [sym_bin_literal] = ACTIONS(4183), - [anon_sym_true] = ACTIONS(4181), - [anon_sym_false] = ACTIONS(4181), - [anon_sym_SQUOTE] = ACTIONS(4183), - [sym__backtick_identifier] = ACTIONS(4183), - [sym__automatic_semicolon] = ACTIONS(4183), - [sym_safe_nav] = ACTIONS(4183), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4183), - }, - [2855] = { - [sym_class_body] = STATE(3211), - [sym_type_constraints] = STATE(3086), - [sym__alpha_identifier] = ACTIONS(3190), - [anon_sym_AT] = ACTIONS(3194), - [anon_sym_COLON] = ACTIONS(5241), - [anon_sym_LBRACK] = ACTIONS(3194), - [anon_sym_RBRACK] = ACTIONS(3194), - [anon_sym_as] = ACTIONS(3190), - [anon_sym_EQ] = ACTIONS(3190), - [anon_sym_LBRACE] = ACTIONS(5147), - [anon_sym_RBRACE] = ACTIONS(3194), - [anon_sym_LPAREN] = ACTIONS(3194), - [anon_sym_COMMA] = ACTIONS(3194), - [anon_sym_RPAREN] = ACTIONS(3194), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3190), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(3190), - [anon_sym_SEMI] = ACTIONS(3194), - [anon_sym_get] = ACTIONS(3190), - [anon_sym_set] = ACTIONS(3190), - [anon_sym_STAR] = ACTIONS(3190), - [anon_sym_DASH_GT] = ACTIONS(3194), - [sym_label] = ACTIONS(3194), - [anon_sym_in] = ACTIONS(3190), - [anon_sym_while] = ACTIONS(3190), - [anon_sym_DOT_DOT] = ACTIONS(3194), - [anon_sym_QMARK_COLON] = ACTIONS(3194), - [anon_sym_AMP_AMP] = ACTIONS(3194), - [anon_sym_PIPE_PIPE] = ACTIONS(3194), - [anon_sym_else] = ACTIONS(3190), - [anon_sym_COLON_COLON] = ACTIONS(3194), - [anon_sym_PLUS_EQ] = ACTIONS(3194), - [anon_sym_DASH_EQ] = ACTIONS(3194), - [anon_sym_STAR_EQ] = ACTIONS(3194), - [anon_sym_SLASH_EQ] = ACTIONS(3194), - [anon_sym_PERCENT_EQ] = ACTIONS(3194), - [anon_sym_BANG_EQ] = ACTIONS(3190), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3194), - [anon_sym_EQ_EQ] = ACTIONS(3190), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3194), - [anon_sym_LT_EQ] = ACTIONS(3194), - [anon_sym_GT_EQ] = ACTIONS(3194), - [anon_sym_BANGin] = ACTIONS(3194), - [anon_sym_is] = ACTIONS(3190), - [anon_sym_BANGis] = ACTIONS(3194), - [anon_sym_PLUS] = ACTIONS(3190), - [anon_sym_DASH] = ACTIONS(3190), - [anon_sym_SLASH] = ACTIONS(3190), - [anon_sym_PERCENT] = ACTIONS(3190), - [anon_sym_as_QMARK] = ACTIONS(3194), - [anon_sym_PLUS_PLUS] = ACTIONS(3194), - [anon_sym_DASH_DASH] = ACTIONS(3194), - [anon_sym_BANG_BANG] = ACTIONS(3194), - [anon_sym_suspend] = ACTIONS(3190), - [anon_sym_sealed] = ACTIONS(3190), - [anon_sym_annotation] = ACTIONS(3190), - [anon_sym_data] = ACTIONS(3190), - [anon_sym_inner] = ACTIONS(3190), - [anon_sym_override] = ACTIONS(3190), - [anon_sym_lateinit] = ACTIONS(3190), - [anon_sym_public] = ACTIONS(3190), - [anon_sym_private] = ACTIONS(3190), - [anon_sym_internal] = ACTIONS(3190), - [anon_sym_protected] = ACTIONS(3190), - [anon_sym_tailrec] = ACTIONS(3190), - [anon_sym_operator] = ACTIONS(3190), - [anon_sym_infix] = ACTIONS(3190), - [anon_sym_inline] = ACTIONS(3190), - [anon_sym_external] = ACTIONS(3190), - [sym_property_modifier] = ACTIONS(3190), - [anon_sym_abstract] = ACTIONS(3190), - [anon_sym_final] = ACTIONS(3190), - [anon_sym_open] = ACTIONS(3190), - [anon_sym_vararg] = ACTIONS(3190), - [anon_sym_noinline] = ACTIONS(3190), - [anon_sym_crossinline] = ACTIONS(3190), - [anon_sym_expect] = ACTIONS(3190), - [anon_sym_actual] = ACTIONS(3190), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3194), - [sym_safe_nav] = ACTIONS(3194), - [sym_multiline_comment] = ACTIONS(3), - }, - [2856] = { - [sym_type_constraints] = STATE(3098), - [sym_enum_class_body] = STATE(3178), - [sym__alpha_identifier] = ACTIONS(4197), - [anon_sym_AT] = ACTIONS(4199), - [anon_sym_COLON] = ACTIONS(6289), - [anon_sym_LBRACK] = ACTIONS(4199), - [anon_sym_RBRACK] = ACTIONS(4199), - [anon_sym_as] = ACTIONS(4197), - [anon_sym_EQ] = ACTIONS(4197), - [anon_sym_LBRACE] = ACTIONS(5155), - [anon_sym_RBRACE] = ACTIONS(4199), - [anon_sym_LPAREN] = ACTIONS(4199), - [anon_sym_COMMA] = ACTIONS(4199), - [anon_sym_RPAREN] = ACTIONS(4199), - [anon_sym_LT] = ACTIONS(4197), - [anon_sym_GT] = ACTIONS(4197), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(4197), - [anon_sym_SEMI] = ACTIONS(4199), - [anon_sym_get] = ACTIONS(4197), - [anon_sym_set] = ACTIONS(4197), - [anon_sym_STAR] = ACTIONS(4197), - [anon_sym_DASH_GT] = ACTIONS(4199), - [sym_label] = ACTIONS(4199), - [anon_sym_in] = ACTIONS(4197), - [anon_sym_while] = ACTIONS(4197), - [anon_sym_DOT_DOT] = ACTIONS(4199), - [anon_sym_QMARK_COLON] = ACTIONS(4199), - [anon_sym_AMP_AMP] = ACTIONS(4199), - [anon_sym_PIPE_PIPE] = ACTIONS(4199), - [anon_sym_else] = ACTIONS(4197), - [anon_sym_COLON_COLON] = ACTIONS(4199), - [anon_sym_PLUS_EQ] = ACTIONS(4199), - [anon_sym_DASH_EQ] = ACTIONS(4199), - [anon_sym_STAR_EQ] = ACTIONS(4199), - [anon_sym_SLASH_EQ] = ACTIONS(4199), - [anon_sym_PERCENT_EQ] = ACTIONS(4199), - [anon_sym_BANG_EQ] = ACTIONS(4197), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4199), - [anon_sym_EQ_EQ] = ACTIONS(4197), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4199), - [anon_sym_LT_EQ] = ACTIONS(4199), - [anon_sym_GT_EQ] = ACTIONS(4199), - [anon_sym_BANGin] = ACTIONS(4199), - [anon_sym_is] = ACTIONS(4197), - [anon_sym_BANGis] = ACTIONS(4199), - [anon_sym_PLUS] = ACTIONS(4197), - [anon_sym_DASH] = ACTIONS(4197), - [anon_sym_SLASH] = ACTIONS(4197), - [anon_sym_PERCENT] = ACTIONS(4197), - [anon_sym_as_QMARK] = ACTIONS(4199), - [anon_sym_PLUS_PLUS] = ACTIONS(4199), - [anon_sym_DASH_DASH] = ACTIONS(4199), - [anon_sym_BANG_BANG] = ACTIONS(4199), - [anon_sym_suspend] = ACTIONS(4197), - [anon_sym_sealed] = ACTIONS(4197), - [anon_sym_annotation] = ACTIONS(4197), - [anon_sym_data] = ACTIONS(4197), - [anon_sym_inner] = ACTIONS(4197), - [anon_sym_override] = ACTIONS(4197), - [anon_sym_lateinit] = ACTIONS(4197), - [anon_sym_public] = ACTIONS(4197), - [anon_sym_private] = ACTIONS(4197), - [anon_sym_internal] = ACTIONS(4197), - [anon_sym_protected] = ACTIONS(4197), - [anon_sym_tailrec] = ACTIONS(4197), - [anon_sym_operator] = ACTIONS(4197), - [anon_sym_infix] = ACTIONS(4197), - [anon_sym_inline] = ACTIONS(4197), - [anon_sym_external] = ACTIONS(4197), - [sym_property_modifier] = ACTIONS(4197), - [anon_sym_abstract] = ACTIONS(4197), - [anon_sym_final] = ACTIONS(4197), - [anon_sym_open] = ACTIONS(4197), - [anon_sym_vararg] = ACTIONS(4197), - [anon_sym_noinline] = ACTIONS(4197), - [anon_sym_crossinline] = ACTIONS(4197), - [anon_sym_expect] = ACTIONS(4197), - [anon_sym_actual] = ACTIONS(4197), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4199), - [sym_safe_nav] = ACTIONS(4199), - [sym_multiline_comment] = ACTIONS(3), - }, - [2857] = { - [sym_function_body] = STATE(3244), - [sym__block] = STATE(3367), - [sym__alpha_identifier] = ACTIONS(4336), - [anon_sym_AT] = ACTIONS(4338), - [anon_sym_COLON] = ACTIONS(6291), - [anon_sym_LBRACK] = ACTIONS(4338), - [anon_sym_RBRACK] = ACTIONS(4338), - [anon_sym_as] = ACTIONS(4336), - [anon_sym_EQ] = ACTIONS(6234), - [anon_sym_LBRACE] = ACTIONS(6236), - [anon_sym_RBRACE] = ACTIONS(4338), - [anon_sym_LPAREN] = ACTIONS(4338), - [anon_sym_COMMA] = ACTIONS(4338), - [anon_sym_RPAREN] = ACTIONS(4338), - [anon_sym_LT] = ACTIONS(4336), - [anon_sym_GT] = ACTIONS(4336), - [anon_sym_where] = ACTIONS(4336), - [anon_sym_DOT] = ACTIONS(4336), - [anon_sym_SEMI] = ACTIONS(4338), - [anon_sym_get] = ACTIONS(4336), - [anon_sym_set] = ACTIONS(4336), - [anon_sym_STAR] = ACTIONS(4336), - [anon_sym_DASH_GT] = ACTIONS(4338), - [sym_label] = ACTIONS(4338), - [anon_sym_in] = ACTIONS(4336), - [anon_sym_while] = ACTIONS(4336), - [anon_sym_DOT_DOT] = ACTIONS(4338), - [anon_sym_QMARK_COLON] = ACTIONS(4338), - [anon_sym_AMP_AMP] = ACTIONS(4338), - [anon_sym_PIPE_PIPE] = ACTIONS(4338), - [anon_sym_else] = ACTIONS(4336), - [anon_sym_COLON_COLON] = ACTIONS(4338), - [anon_sym_PLUS_EQ] = ACTIONS(4338), - [anon_sym_DASH_EQ] = ACTIONS(4338), - [anon_sym_STAR_EQ] = ACTIONS(4338), - [anon_sym_SLASH_EQ] = ACTIONS(4338), - [anon_sym_PERCENT_EQ] = ACTIONS(4338), - [anon_sym_BANG_EQ] = ACTIONS(4336), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4338), - [anon_sym_EQ_EQ] = ACTIONS(4336), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4338), - [anon_sym_LT_EQ] = ACTIONS(4338), - [anon_sym_GT_EQ] = ACTIONS(4338), - [anon_sym_BANGin] = ACTIONS(4338), - [anon_sym_is] = ACTIONS(4336), - [anon_sym_BANGis] = ACTIONS(4338), - [anon_sym_PLUS] = ACTIONS(4336), - [anon_sym_DASH] = ACTIONS(4336), - [anon_sym_SLASH] = ACTIONS(4336), - [anon_sym_PERCENT] = ACTIONS(4336), - [anon_sym_as_QMARK] = ACTIONS(4338), - [anon_sym_PLUS_PLUS] = ACTIONS(4338), - [anon_sym_DASH_DASH] = ACTIONS(4338), - [anon_sym_BANG_BANG] = ACTIONS(4338), - [anon_sym_suspend] = ACTIONS(4336), - [anon_sym_sealed] = ACTIONS(4336), - [anon_sym_annotation] = ACTIONS(4336), - [anon_sym_data] = ACTIONS(4336), - [anon_sym_inner] = ACTIONS(4336), - [anon_sym_override] = ACTIONS(4336), - [anon_sym_lateinit] = ACTIONS(4336), - [anon_sym_public] = ACTIONS(4336), - [anon_sym_private] = ACTIONS(4336), - [anon_sym_internal] = ACTIONS(4336), - [anon_sym_protected] = ACTIONS(4336), - [anon_sym_tailrec] = ACTIONS(4336), - [anon_sym_operator] = ACTIONS(4336), - [anon_sym_infix] = ACTIONS(4336), - [anon_sym_inline] = ACTIONS(4336), - [anon_sym_external] = ACTIONS(4336), - [sym_property_modifier] = ACTIONS(4336), - [anon_sym_abstract] = ACTIONS(4336), - [anon_sym_final] = ACTIONS(4336), - [anon_sym_open] = ACTIONS(4336), - [anon_sym_vararg] = ACTIONS(4336), - [anon_sym_noinline] = ACTIONS(4336), - [anon_sym_crossinline] = ACTIONS(4336), - [anon_sym_expect] = ACTIONS(4336), - [anon_sym_actual] = ACTIONS(4336), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4338), - [sym_safe_nav] = ACTIONS(4338), + [aux_sym_nullable_type_repeat1] = STATE(2867), + [sym__alpha_identifier] = ACTIONS(4244), + [anon_sym_AT] = ACTIONS(4246), + [anon_sym_LBRACK] = ACTIONS(4246), + [anon_sym_RBRACK] = ACTIONS(4246), + [anon_sym_as] = ACTIONS(4244), + [anon_sym_EQ] = ACTIONS(4244), + [anon_sym_LBRACE] = ACTIONS(4246), + [anon_sym_RBRACE] = ACTIONS(4246), + [anon_sym_LPAREN] = ACTIONS(4246), + [anon_sym_COMMA] = ACTIONS(4246), + [anon_sym_RPAREN] = ACTIONS(4246), + [anon_sym_by] = ACTIONS(4244), + [anon_sym_LT] = ACTIONS(4244), + [anon_sym_GT] = ACTIONS(4244), + [anon_sym_where] = ACTIONS(4244), + [anon_sym_DOT] = ACTIONS(4244), + [anon_sym_SEMI] = ACTIONS(4246), + [anon_sym_get] = ACTIONS(4244), + [anon_sym_set] = ACTIONS(4244), + [sym__quest] = ACTIONS(6277), + [anon_sym_STAR] = ACTIONS(4244), + [anon_sym_DASH_GT] = ACTIONS(4246), + [sym_label] = ACTIONS(4246), + [anon_sym_in] = ACTIONS(4244), + [anon_sym_while] = ACTIONS(4244), + [anon_sym_DOT_DOT] = ACTIONS(4246), + [anon_sym_QMARK_COLON] = ACTIONS(4246), + [anon_sym_AMP_AMP] = ACTIONS(4246), + [anon_sym_PIPE_PIPE] = ACTIONS(4246), + [anon_sym_else] = ACTIONS(4244), + [anon_sym_COLON_COLON] = ACTIONS(4246), + [anon_sym_PLUS_EQ] = ACTIONS(4246), + [anon_sym_DASH_EQ] = ACTIONS(4246), + [anon_sym_STAR_EQ] = ACTIONS(4246), + [anon_sym_SLASH_EQ] = ACTIONS(4246), + [anon_sym_PERCENT_EQ] = ACTIONS(4246), + [anon_sym_BANG_EQ] = ACTIONS(4244), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4246), + [anon_sym_EQ_EQ] = ACTIONS(4244), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4246), + [anon_sym_LT_EQ] = ACTIONS(4246), + [anon_sym_GT_EQ] = ACTIONS(4246), + [anon_sym_BANGin] = ACTIONS(4246), + [anon_sym_is] = ACTIONS(4244), + [anon_sym_BANGis] = ACTIONS(4246), + [anon_sym_PLUS] = ACTIONS(4244), + [anon_sym_DASH] = ACTIONS(4244), + [anon_sym_SLASH] = ACTIONS(4244), + [anon_sym_PERCENT] = ACTIONS(4244), + [anon_sym_as_QMARK] = ACTIONS(4246), + [anon_sym_PLUS_PLUS] = ACTIONS(4246), + [anon_sym_DASH_DASH] = ACTIONS(4246), + [anon_sym_BANG_BANG] = ACTIONS(4246), + [anon_sym_suspend] = ACTIONS(4244), + [anon_sym_sealed] = ACTIONS(4244), + [anon_sym_annotation] = ACTIONS(4244), + [anon_sym_data] = ACTIONS(4244), + [anon_sym_inner] = ACTIONS(4244), + [anon_sym_override] = ACTIONS(4244), + [anon_sym_lateinit] = ACTIONS(4244), + [anon_sym_public] = ACTIONS(4244), + [anon_sym_private] = ACTIONS(4244), + [anon_sym_internal] = ACTIONS(4244), + [anon_sym_protected] = ACTIONS(4244), + [anon_sym_tailrec] = ACTIONS(4244), + [anon_sym_operator] = ACTIONS(4244), + [anon_sym_infix] = ACTIONS(4244), + [anon_sym_inline] = ACTIONS(4244), + [anon_sym_external] = ACTIONS(4244), + [sym_property_modifier] = ACTIONS(4244), + [anon_sym_abstract] = ACTIONS(4244), + [anon_sym_final] = ACTIONS(4244), + [anon_sym_open] = ACTIONS(4244), + [anon_sym_vararg] = ACTIONS(4244), + [anon_sym_noinline] = ACTIONS(4244), + [anon_sym_crossinline] = ACTIONS(4244), + [anon_sym_expect] = ACTIONS(4244), + [anon_sym_actual] = ACTIONS(4244), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4246), + [sym_safe_nav] = ACTIONS(4246), [sym_multiline_comment] = ACTIONS(3), }, - [2858] = { - [sym_function_body] = STATE(3302), - [sym__block] = STATE(3367), + [2851] = { + [sym_function_body] = STATE(3193), + [sym__block] = STATE(3464), [sym__alpha_identifier] = ACTIONS(4326), [anon_sym_AT] = ACTIONS(4328), - [anon_sym_COLON] = ACTIONS(6293), + [anon_sym_COLON] = ACTIONS(6279), [anon_sym_LBRACK] = ACTIONS(4328), [anon_sym_RBRACK] = ACTIONS(4328), [anon_sym_as] = ACTIONS(4326), - [anon_sym_EQ] = ACTIONS(6234), - [anon_sym_LBRACE] = ACTIONS(6236), + [anon_sym_EQ] = ACTIONS(6231), + [anon_sym_LBRACE] = ACTIONS(6233), [anon_sym_RBRACE] = ACTIONS(4328), [anon_sym_LPAREN] = ACTIONS(4328), [anon_sym_COMMA] = ACTIONS(4328), @@ -329815,2143 +329364,2653 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_safe_nav] = ACTIONS(4328), [sym_multiline_comment] = ACTIONS(3), }, + [2852] = { + [sym__alpha_identifier] = ACTIONS(4285), + [anon_sym_AT] = ACTIONS(4288), + [anon_sym_LBRACK] = ACTIONS(4288), + [anon_sym_RBRACK] = ACTIONS(4291), + [anon_sym_as] = ACTIONS(4293), + [anon_sym_EQ] = ACTIONS(4293), + [anon_sym_LBRACE] = ACTIONS(4288), + [anon_sym_RBRACE] = ACTIONS(4291), + [anon_sym_LPAREN] = ACTIONS(6281), + [anon_sym_COMMA] = ACTIONS(4291), + [anon_sym_RPAREN] = ACTIONS(4291), + [anon_sym_LT] = ACTIONS(4293), + [anon_sym_GT] = ACTIONS(4293), + [anon_sym_where] = ACTIONS(4293), + [anon_sym_object] = ACTIONS(3943), + [anon_sym_fun] = ACTIONS(3943), + [anon_sym_DOT] = ACTIONS(4293), + [anon_sym_SEMI] = ACTIONS(4291), + [anon_sym_get] = ACTIONS(4285), + [anon_sym_set] = ACTIONS(4285), + [anon_sym_this] = ACTIONS(3943), + [anon_sym_super] = ACTIONS(3943), + [anon_sym_STAR] = ACTIONS(4285), + [anon_sym_DASH_GT] = ACTIONS(4291), + [sym_label] = ACTIONS(4285), + [anon_sym_in] = ACTIONS(4293), + [anon_sym_while] = ACTIONS(4293), + [anon_sym_DOT_DOT] = ACTIONS(4291), + [anon_sym_QMARK_COLON] = ACTIONS(4291), + [anon_sym_AMP_AMP] = ACTIONS(4291), + [anon_sym_PIPE_PIPE] = ACTIONS(4291), + [anon_sym_null] = ACTIONS(3943), + [anon_sym_if] = ACTIONS(3943), + [anon_sym_else] = ACTIONS(4293), + [anon_sym_when] = ACTIONS(3943), + [anon_sym_try] = ACTIONS(3943), + [anon_sym_throw] = ACTIONS(3943), + [anon_sym_return] = ACTIONS(3943), + [anon_sym_continue] = ACTIONS(3943), + [anon_sym_break] = ACTIONS(3943), + [anon_sym_COLON_COLON] = ACTIONS(4288), + [anon_sym_PLUS_EQ] = ACTIONS(4291), + [anon_sym_DASH_EQ] = ACTIONS(4291), + [anon_sym_STAR_EQ] = ACTIONS(4291), + [anon_sym_SLASH_EQ] = ACTIONS(4291), + [anon_sym_PERCENT_EQ] = ACTIONS(4291), + [anon_sym_BANG_EQ] = ACTIONS(4293), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4291), + [anon_sym_EQ_EQ] = ACTIONS(4293), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4291), + [anon_sym_LT_EQ] = ACTIONS(4291), + [anon_sym_GT_EQ] = ACTIONS(4291), + [anon_sym_BANGin] = ACTIONS(4291), + [anon_sym_is] = ACTIONS(4293), + [anon_sym_BANGis] = ACTIONS(4291), + [anon_sym_PLUS] = ACTIONS(4285), + [anon_sym_DASH] = ACTIONS(4285), + [anon_sym_SLASH] = ACTIONS(4293), + [anon_sym_PERCENT] = ACTIONS(4293), + [anon_sym_as_QMARK] = ACTIONS(4291), + [anon_sym_PLUS_PLUS] = ACTIONS(4288), + [anon_sym_DASH_DASH] = ACTIONS(4288), + [anon_sym_BANG] = ACTIONS(3943), + [anon_sym_BANG_BANG] = ACTIONS(4291), + [anon_sym_data] = ACTIONS(4285), + [anon_sym_inner] = ACTIONS(4285), + [anon_sym_expect] = ACTIONS(4285), + [anon_sym_actual] = ACTIONS(4285), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3948), + [anon_sym_continue_AT] = ACTIONS(3948), + [anon_sym_break_AT] = ACTIONS(3948), + [sym_real_literal] = ACTIONS(3948), + [sym_integer_literal] = ACTIONS(3943), + [sym_hex_literal] = ACTIONS(3948), + [sym_bin_literal] = ACTIONS(3948), + [anon_sym_true] = ACTIONS(3943), + [anon_sym_false] = ACTIONS(3943), + [anon_sym_SQUOTE] = ACTIONS(3948), + [sym__backtick_identifier] = ACTIONS(4288), + [sym_safe_nav] = ACTIONS(4291), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3948), + }, + [2853] = { + [sym__alpha_identifier] = ACTIONS(4142), + [anon_sym_AT] = ACTIONS(4145), + [anon_sym_LBRACK] = ACTIONS(4145), + [anon_sym_RBRACK] = ACTIONS(4148), + [anon_sym_as] = ACTIONS(4150), + [anon_sym_EQ] = ACTIONS(4150), + [anon_sym_LBRACE] = ACTIONS(4145), + [anon_sym_RBRACE] = ACTIONS(4148), + [anon_sym_LPAREN] = ACTIONS(6285), + [anon_sym_COMMA] = ACTIONS(4148), + [anon_sym_RPAREN] = ACTIONS(4148), + [anon_sym_LT] = ACTIONS(4150), + [anon_sym_GT] = ACTIONS(4150), + [anon_sym_where] = ACTIONS(4150), + [anon_sym_object] = ACTIONS(3943), + [anon_sym_fun] = ACTIONS(3943), + [anon_sym_DOT] = ACTIONS(4150), + [anon_sym_SEMI] = ACTIONS(4148), + [anon_sym_get] = ACTIONS(4142), + [anon_sym_set] = ACTIONS(4142), + [anon_sym_this] = ACTIONS(3943), + [anon_sym_super] = ACTIONS(3943), + [anon_sym_STAR] = ACTIONS(4142), + [anon_sym_DASH_GT] = ACTIONS(4148), + [sym_label] = ACTIONS(4142), + [anon_sym_in] = ACTIONS(4150), + [anon_sym_while] = ACTIONS(4150), + [anon_sym_DOT_DOT] = ACTIONS(4148), + [anon_sym_QMARK_COLON] = ACTIONS(4148), + [anon_sym_AMP_AMP] = ACTIONS(4148), + [anon_sym_PIPE_PIPE] = ACTIONS(4148), + [anon_sym_null] = ACTIONS(3943), + [anon_sym_if] = ACTIONS(3943), + [anon_sym_else] = ACTIONS(4150), + [anon_sym_when] = ACTIONS(3943), + [anon_sym_try] = ACTIONS(3943), + [anon_sym_throw] = ACTIONS(3943), + [anon_sym_return] = ACTIONS(3943), + [anon_sym_continue] = ACTIONS(3943), + [anon_sym_break] = ACTIONS(3943), + [anon_sym_COLON_COLON] = ACTIONS(4145), + [anon_sym_PLUS_EQ] = ACTIONS(4148), + [anon_sym_DASH_EQ] = ACTIONS(4148), + [anon_sym_STAR_EQ] = ACTIONS(4148), + [anon_sym_SLASH_EQ] = ACTIONS(4148), + [anon_sym_PERCENT_EQ] = ACTIONS(4148), + [anon_sym_BANG_EQ] = ACTIONS(4150), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4148), + [anon_sym_EQ_EQ] = ACTIONS(4150), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4148), + [anon_sym_LT_EQ] = ACTIONS(4148), + [anon_sym_GT_EQ] = ACTIONS(4148), + [anon_sym_BANGin] = ACTIONS(4148), + [anon_sym_is] = ACTIONS(4150), + [anon_sym_BANGis] = ACTIONS(4148), + [anon_sym_PLUS] = ACTIONS(4142), + [anon_sym_DASH] = ACTIONS(4142), + [anon_sym_SLASH] = ACTIONS(4150), + [anon_sym_PERCENT] = ACTIONS(4150), + [anon_sym_as_QMARK] = ACTIONS(4148), + [anon_sym_PLUS_PLUS] = ACTIONS(4145), + [anon_sym_DASH_DASH] = ACTIONS(4145), + [anon_sym_BANG] = ACTIONS(3943), + [anon_sym_BANG_BANG] = ACTIONS(4148), + [anon_sym_data] = ACTIONS(4142), + [anon_sym_inner] = ACTIONS(4142), + [anon_sym_expect] = ACTIONS(4142), + [anon_sym_actual] = ACTIONS(4142), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3948), + [anon_sym_continue_AT] = ACTIONS(3948), + [anon_sym_break_AT] = ACTIONS(3948), + [sym_real_literal] = ACTIONS(3948), + [sym_integer_literal] = ACTIONS(3943), + [sym_hex_literal] = ACTIONS(3948), + [sym_bin_literal] = ACTIONS(3948), + [anon_sym_true] = ACTIONS(3943), + [anon_sym_false] = ACTIONS(3943), + [anon_sym_SQUOTE] = ACTIONS(3948), + [sym__backtick_identifier] = ACTIONS(4145), + [sym_safe_nav] = ACTIONS(4148), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3948), + }, + [2854] = { + [sym_type_constraints] = STATE(3114), + [sym_enum_class_body] = STATE(3132), + [sym__alpha_identifier] = ACTIONS(3212), + [anon_sym_AT] = ACTIONS(3216), + [anon_sym_COLON] = ACTIONS(3226), + [anon_sym_LBRACK] = ACTIONS(3216), + [anon_sym_as] = ACTIONS(3212), + [anon_sym_EQ] = ACTIONS(3212), + [anon_sym_LBRACE] = ACTIONS(3112), + [anon_sym_RBRACE] = ACTIONS(3216), + [anon_sym_LPAREN] = ACTIONS(3216), + [anon_sym_COMMA] = ACTIONS(3216), + [anon_sym_LT] = ACTIONS(3212), + [anon_sym_GT] = ACTIONS(3212), + [anon_sym_where] = ACTIONS(3118), + [anon_sym_object] = ACTIONS(3212), + [anon_sym_fun] = ACTIONS(3212), + [anon_sym_DOT] = ACTIONS(3212), + [anon_sym_SEMI] = ACTIONS(3216), + [anon_sym_get] = ACTIONS(3212), + [anon_sym_set] = ACTIONS(3212), + [anon_sym_this] = ACTIONS(3212), + [anon_sym_super] = ACTIONS(3212), + [anon_sym_STAR] = ACTIONS(3212), + [sym_label] = ACTIONS(3212), + [anon_sym_in] = ACTIONS(3212), + [anon_sym_DOT_DOT] = ACTIONS(3216), + [anon_sym_QMARK_COLON] = ACTIONS(3216), + [anon_sym_AMP_AMP] = ACTIONS(3216), + [anon_sym_PIPE_PIPE] = ACTIONS(3216), + [anon_sym_null] = ACTIONS(3212), + [anon_sym_if] = ACTIONS(3212), + [anon_sym_else] = ACTIONS(3212), + [anon_sym_when] = ACTIONS(3212), + [anon_sym_try] = ACTIONS(3212), + [anon_sym_throw] = ACTIONS(3212), + [anon_sym_return] = ACTIONS(3212), + [anon_sym_continue] = ACTIONS(3212), + [anon_sym_break] = ACTIONS(3212), + [anon_sym_COLON_COLON] = ACTIONS(3216), + [anon_sym_PLUS_EQ] = ACTIONS(3216), + [anon_sym_DASH_EQ] = ACTIONS(3216), + [anon_sym_STAR_EQ] = ACTIONS(3216), + [anon_sym_SLASH_EQ] = ACTIONS(3216), + [anon_sym_PERCENT_EQ] = ACTIONS(3216), + [anon_sym_BANG_EQ] = ACTIONS(3212), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3216), + [anon_sym_EQ_EQ] = ACTIONS(3212), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3216), + [anon_sym_LT_EQ] = ACTIONS(3216), + [anon_sym_GT_EQ] = ACTIONS(3216), + [anon_sym_BANGin] = ACTIONS(3216), + [anon_sym_is] = ACTIONS(3212), + [anon_sym_BANGis] = ACTIONS(3216), + [anon_sym_PLUS] = ACTIONS(3212), + [anon_sym_DASH] = ACTIONS(3212), + [anon_sym_SLASH] = ACTIONS(3212), + [anon_sym_PERCENT] = ACTIONS(3212), + [anon_sym_as_QMARK] = ACTIONS(3216), + [anon_sym_PLUS_PLUS] = ACTIONS(3216), + [anon_sym_DASH_DASH] = ACTIONS(3216), + [anon_sym_BANG] = ACTIONS(3212), + [anon_sym_BANG_BANG] = ACTIONS(3216), + [anon_sym_data] = ACTIONS(3212), + [anon_sym_inner] = ACTIONS(3212), + [anon_sym_expect] = ACTIONS(3212), + [anon_sym_actual] = ACTIONS(3212), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3216), + [anon_sym_continue_AT] = ACTIONS(3216), + [anon_sym_break_AT] = ACTIONS(3216), + [sym_real_literal] = ACTIONS(3216), + [sym_integer_literal] = ACTIONS(3212), + [sym_hex_literal] = ACTIONS(3216), + [sym_bin_literal] = ACTIONS(3216), + [anon_sym_true] = ACTIONS(3212), + [anon_sym_false] = ACTIONS(3212), + [anon_sym_SQUOTE] = ACTIONS(3216), + [sym__backtick_identifier] = ACTIONS(3216), + [sym__automatic_semicolon] = ACTIONS(3216), + [sym_safe_nav] = ACTIONS(3216), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3216), + }, + [2855] = { + [aux_sym_nullable_type_repeat1] = STATE(2843), + [sym__alpha_identifier] = ACTIONS(4244), + [anon_sym_AT] = ACTIONS(4246), + [anon_sym_LBRACK] = ACTIONS(4246), + [anon_sym_as] = ACTIONS(4244), + [anon_sym_EQ] = ACTIONS(4244), + [anon_sym_LBRACE] = ACTIONS(4246), + [anon_sym_RBRACE] = ACTIONS(4246), + [anon_sym_LPAREN] = ACTIONS(4246), + [anon_sym_COMMA] = ACTIONS(4246), + [anon_sym_by] = ACTIONS(4244), + [anon_sym_LT] = ACTIONS(4244), + [anon_sym_GT] = ACTIONS(4244), + [anon_sym_where] = ACTIONS(4244), + [anon_sym_object] = ACTIONS(4244), + [anon_sym_fun] = ACTIONS(4244), + [anon_sym_DOT] = ACTIONS(4244), + [anon_sym_SEMI] = ACTIONS(4246), + [anon_sym_get] = ACTIONS(4244), + [anon_sym_set] = ACTIONS(4244), + [anon_sym_this] = ACTIONS(4244), + [anon_sym_super] = ACTIONS(4244), + [sym__quest] = ACTIONS(6289), + [anon_sym_STAR] = ACTIONS(4244), + [sym_label] = ACTIONS(4244), + [anon_sym_in] = ACTIONS(4244), + [anon_sym_DOT_DOT] = ACTIONS(4246), + [anon_sym_QMARK_COLON] = ACTIONS(4246), + [anon_sym_AMP_AMP] = ACTIONS(4246), + [anon_sym_PIPE_PIPE] = ACTIONS(4246), + [anon_sym_null] = ACTIONS(4244), + [anon_sym_if] = ACTIONS(4244), + [anon_sym_else] = ACTIONS(4244), + [anon_sym_when] = ACTIONS(4244), + [anon_sym_try] = ACTIONS(4244), + [anon_sym_throw] = ACTIONS(4244), + [anon_sym_return] = ACTIONS(4244), + [anon_sym_continue] = ACTIONS(4244), + [anon_sym_break] = ACTIONS(4244), + [anon_sym_COLON_COLON] = ACTIONS(4246), + [anon_sym_PLUS_EQ] = ACTIONS(4246), + [anon_sym_DASH_EQ] = ACTIONS(4246), + [anon_sym_STAR_EQ] = ACTIONS(4246), + [anon_sym_SLASH_EQ] = ACTIONS(4246), + [anon_sym_PERCENT_EQ] = ACTIONS(4246), + [anon_sym_BANG_EQ] = ACTIONS(4244), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4246), + [anon_sym_EQ_EQ] = ACTIONS(4244), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4246), + [anon_sym_LT_EQ] = ACTIONS(4246), + [anon_sym_GT_EQ] = ACTIONS(4246), + [anon_sym_BANGin] = ACTIONS(4246), + [anon_sym_is] = ACTIONS(4244), + [anon_sym_BANGis] = ACTIONS(4246), + [anon_sym_PLUS] = ACTIONS(4244), + [anon_sym_DASH] = ACTIONS(4244), + [anon_sym_SLASH] = ACTIONS(4244), + [anon_sym_PERCENT] = ACTIONS(4244), + [anon_sym_as_QMARK] = ACTIONS(4246), + [anon_sym_PLUS_PLUS] = ACTIONS(4246), + [anon_sym_DASH_DASH] = ACTIONS(4246), + [anon_sym_BANG] = ACTIONS(4244), + [anon_sym_BANG_BANG] = ACTIONS(4246), + [anon_sym_data] = ACTIONS(4244), + [anon_sym_inner] = ACTIONS(4244), + [anon_sym_expect] = ACTIONS(4244), + [anon_sym_actual] = ACTIONS(4244), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4246), + [anon_sym_continue_AT] = ACTIONS(4246), + [anon_sym_break_AT] = ACTIONS(4246), + [sym_real_literal] = ACTIONS(4246), + [sym_integer_literal] = ACTIONS(4244), + [sym_hex_literal] = ACTIONS(4246), + [sym_bin_literal] = ACTIONS(4246), + [anon_sym_true] = ACTIONS(4244), + [anon_sym_false] = ACTIONS(4244), + [anon_sym_SQUOTE] = ACTIONS(4246), + [sym__backtick_identifier] = ACTIONS(4246), + [sym__automatic_semicolon] = ACTIONS(4246), + [sym_safe_nav] = ACTIONS(4246), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4246), + }, + [2856] = { + [sym_type_constraints] = STATE(3110), + [sym_enum_class_body] = STATE(3141), + [sym__alpha_identifier] = ACTIONS(4231), + [anon_sym_AT] = ACTIONS(4233), + [anon_sym_COLON] = ACTIONS(6291), + [anon_sym_LBRACK] = ACTIONS(4233), + [anon_sym_as] = ACTIONS(4231), + [anon_sym_EQ] = ACTIONS(4231), + [anon_sym_LBRACE] = ACTIONS(3112), + [anon_sym_RBRACE] = ACTIONS(4233), + [anon_sym_LPAREN] = ACTIONS(4233), + [anon_sym_COMMA] = ACTIONS(4233), + [anon_sym_LT] = ACTIONS(4231), + [anon_sym_GT] = ACTIONS(4231), + [anon_sym_where] = ACTIONS(3118), + [anon_sym_object] = ACTIONS(4231), + [anon_sym_fun] = ACTIONS(4231), + [anon_sym_DOT] = ACTIONS(4231), + [anon_sym_SEMI] = ACTIONS(4233), + [anon_sym_get] = ACTIONS(4231), + [anon_sym_set] = ACTIONS(4231), + [anon_sym_this] = ACTIONS(4231), + [anon_sym_super] = ACTIONS(4231), + [anon_sym_STAR] = ACTIONS(4231), + [sym_label] = ACTIONS(4231), + [anon_sym_in] = ACTIONS(4231), + [anon_sym_DOT_DOT] = ACTIONS(4233), + [anon_sym_QMARK_COLON] = ACTIONS(4233), + [anon_sym_AMP_AMP] = ACTIONS(4233), + [anon_sym_PIPE_PIPE] = ACTIONS(4233), + [anon_sym_null] = ACTIONS(4231), + [anon_sym_if] = ACTIONS(4231), + [anon_sym_else] = ACTIONS(4231), + [anon_sym_when] = ACTIONS(4231), + [anon_sym_try] = ACTIONS(4231), + [anon_sym_throw] = ACTIONS(4231), + [anon_sym_return] = ACTIONS(4231), + [anon_sym_continue] = ACTIONS(4231), + [anon_sym_break] = ACTIONS(4231), + [anon_sym_COLON_COLON] = ACTIONS(4233), + [anon_sym_PLUS_EQ] = ACTIONS(4233), + [anon_sym_DASH_EQ] = ACTIONS(4233), + [anon_sym_STAR_EQ] = ACTIONS(4233), + [anon_sym_SLASH_EQ] = ACTIONS(4233), + [anon_sym_PERCENT_EQ] = ACTIONS(4233), + [anon_sym_BANG_EQ] = ACTIONS(4231), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4233), + [anon_sym_EQ_EQ] = ACTIONS(4231), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4233), + [anon_sym_LT_EQ] = ACTIONS(4233), + [anon_sym_GT_EQ] = ACTIONS(4233), + [anon_sym_BANGin] = ACTIONS(4233), + [anon_sym_is] = ACTIONS(4231), + [anon_sym_BANGis] = ACTIONS(4233), + [anon_sym_PLUS] = ACTIONS(4231), + [anon_sym_DASH] = ACTIONS(4231), + [anon_sym_SLASH] = ACTIONS(4231), + [anon_sym_PERCENT] = ACTIONS(4231), + [anon_sym_as_QMARK] = ACTIONS(4233), + [anon_sym_PLUS_PLUS] = ACTIONS(4233), + [anon_sym_DASH_DASH] = ACTIONS(4233), + [anon_sym_BANG] = ACTIONS(4231), + [anon_sym_BANG_BANG] = ACTIONS(4233), + [anon_sym_data] = ACTIONS(4231), + [anon_sym_inner] = ACTIONS(4231), + [anon_sym_expect] = ACTIONS(4231), + [anon_sym_actual] = ACTIONS(4231), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4233), + [anon_sym_continue_AT] = ACTIONS(4233), + [anon_sym_break_AT] = ACTIONS(4233), + [sym_real_literal] = ACTIONS(4233), + [sym_integer_literal] = ACTIONS(4231), + [sym_hex_literal] = ACTIONS(4233), + [sym_bin_literal] = ACTIONS(4233), + [anon_sym_true] = ACTIONS(4231), + [anon_sym_false] = ACTIONS(4231), + [anon_sym_SQUOTE] = ACTIONS(4233), + [sym__backtick_identifier] = ACTIONS(4233), + [sym__automatic_semicolon] = ACTIONS(4233), + [sym_safe_nav] = ACTIONS(4233), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4233), + }, + [2857] = { + [sym_type_constraints] = STATE(2971), + [sym_function_body] = STATE(3139), + [sym__block] = STATE(3464), + [sym__alpha_identifier] = ACTIONS(4031), + [anon_sym_AT] = ACTIONS(4033), + [anon_sym_LBRACK] = ACTIONS(4033), + [anon_sym_RBRACK] = ACTIONS(4033), + [anon_sym_as] = ACTIONS(4031), + [anon_sym_EQ] = ACTIONS(6231), + [anon_sym_LBRACE] = ACTIONS(6233), + [anon_sym_RBRACE] = ACTIONS(4033), + [anon_sym_LPAREN] = ACTIONS(4033), + [anon_sym_COMMA] = ACTIONS(4033), + [anon_sym_RPAREN] = ACTIONS(4033), + [anon_sym_LT] = ACTIONS(4031), + [anon_sym_GT] = ACTIONS(4031), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(4031), + [anon_sym_SEMI] = ACTIONS(4033), + [anon_sym_get] = ACTIONS(4031), + [anon_sym_set] = ACTIONS(4031), + [anon_sym_STAR] = ACTIONS(4031), + [anon_sym_DASH_GT] = ACTIONS(4033), + [sym_label] = ACTIONS(4033), + [anon_sym_in] = ACTIONS(4031), + [anon_sym_while] = ACTIONS(4031), + [anon_sym_DOT_DOT] = ACTIONS(4033), + [anon_sym_QMARK_COLON] = ACTIONS(4033), + [anon_sym_AMP_AMP] = ACTIONS(4033), + [anon_sym_PIPE_PIPE] = ACTIONS(4033), + [anon_sym_else] = ACTIONS(4031), + [anon_sym_COLON_COLON] = ACTIONS(4033), + [anon_sym_PLUS_EQ] = ACTIONS(4033), + [anon_sym_DASH_EQ] = ACTIONS(4033), + [anon_sym_STAR_EQ] = ACTIONS(4033), + [anon_sym_SLASH_EQ] = ACTIONS(4033), + [anon_sym_PERCENT_EQ] = ACTIONS(4033), + [anon_sym_BANG_EQ] = ACTIONS(4031), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4033), + [anon_sym_EQ_EQ] = ACTIONS(4031), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4033), + [anon_sym_LT_EQ] = ACTIONS(4033), + [anon_sym_GT_EQ] = ACTIONS(4033), + [anon_sym_BANGin] = ACTIONS(4033), + [anon_sym_is] = ACTIONS(4031), + [anon_sym_BANGis] = ACTIONS(4033), + [anon_sym_PLUS] = ACTIONS(4031), + [anon_sym_DASH] = ACTIONS(4031), + [anon_sym_SLASH] = ACTIONS(4031), + [anon_sym_PERCENT] = ACTIONS(4031), + [anon_sym_as_QMARK] = ACTIONS(4033), + [anon_sym_PLUS_PLUS] = ACTIONS(4033), + [anon_sym_DASH_DASH] = ACTIONS(4033), + [anon_sym_BANG_BANG] = ACTIONS(4033), + [anon_sym_suspend] = ACTIONS(4031), + [anon_sym_sealed] = ACTIONS(4031), + [anon_sym_annotation] = ACTIONS(4031), + [anon_sym_data] = ACTIONS(4031), + [anon_sym_inner] = ACTIONS(4031), + [anon_sym_override] = ACTIONS(4031), + [anon_sym_lateinit] = ACTIONS(4031), + [anon_sym_public] = ACTIONS(4031), + [anon_sym_private] = ACTIONS(4031), + [anon_sym_internal] = ACTIONS(4031), + [anon_sym_protected] = ACTIONS(4031), + [anon_sym_tailrec] = ACTIONS(4031), + [anon_sym_operator] = ACTIONS(4031), + [anon_sym_infix] = ACTIONS(4031), + [anon_sym_inline] = ACTIONS(4031), + [anon_sym_external] = ACTIONS(4031), + [sym_property_modifier] = ACTIONS(4031), + [anon_sym_abstract] = ACTIONS(4031), + [anon_sym_final] = ACTIONS(4031), + [anon_sym_open] = ACTIONS(4031), + [anon_sym_vararg] = ACTIONS(4031), + [anon_sym_noinline] = ACTIONS(4031), + [anon_sym_crossinline] = ACTIONS(4031), + [anon_sym_expect] = ACTIONS(4031), + [anon_sym_actual] = ACTIONS(4031), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4033), + [sym_safe_nav] = ACTIONS(4033), + [sym_multiline_comment] = ACTIONS(3), + }, + [2858] = { + [sym__alpha_identifier] = ACTIONS(3943), + [anon_sym_AT] = ACTIONS(3948), + [anon_sym_COLON] = ACTIONS(3943), + [anon_sym_LBRACK] = ACTIONS(3948), + [anon_sym_RBRACK] = ACTIONS(3948), + [anon_sym_as] = ACTIONS(3943), + [anon_sym_EQ] = ACTIONS(3943), + [anon_sym_LBRACE] = ACTIONS(3948), + [anon_sym_RBRACE] = ACTIONS(3948), + [anon_sym_LPAREN] = ACTIONS(3948), + [anon_sym_COMMA] = ACTIONS(3948), + [anon_sym_RPAREN] = ACTIONS(3948), + [anon_sym_by] = ACTIONS(3943), + [anon_sym_LT] = ACTIONS(3943), + [anon_sym_GT] = ACTIONS(3943), + [anon_sym_where] = ACTIONS(3943), + [anon_sym_DOT] = ACTIONS(3943), + [anon_sym_SEMI] = ACTIONS(3948), + [anon_sym_get] = ACTIONS(3943), + [anon_sym_set] = ACTIONS(3943), + [sym__quest] = ACTIONS(3943), + [anon_sym_STAR] = ACTIONS(3943), + [anon_sym_DASH_GT] = ACTIONS(3948), + [sym_label] = ACTIONS(3948), + [anon_sym_in] = ACTIONS(3943), + [anon_sym_while] = ACTIONS(3943), + [anon_sym_DOT_DOT] = ACTIONS(3948), + [anon_sym_QMARK_COLON] = ACTIONS(3948), + [anon_sym_AMP_AMP] = ACTIONS(3948), + [anon_sym_PIPE_PIPE] = ACTIONS(3948), + [anon_sym_else] = ACTIONS(3943), + [anon_sym_COLON_COLON] = ACTIONS(3948), + [anon_sym_PLUS_EQ] = ACTIONS(3948), + [anon_sym_DASH_EQ] = ACTIONS(3948), + [anon_sym_STAR_EQ] = ACTIONS(3948), + [anon_sym_SLASH_EQ] = ACTIONS(3948), + [anon_sym_PERCENT_EQ] = ACTIONS(3948), + [anon_sym_BANG_EQ] = ACTIONS(3943), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3948), + [anon_sym_EQ_EQ] = ACTIONS(3943), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3948), + [anon_sym_LT_EQ] = ACTIONS(3948), + [anon_sym_GT_EQ] = ACTIONS(3948), + [anon_sym_BANGin] = ACTIONS(3948), + [anon_sym_is] = ACTIONS(3943), + [anon_sym_BANGis] = ACTIONS(3948), + [anon_sym_PLUS] = ACTIONS(3943), + [anon_sym_DASH] = ACTIONS(3943), + [anon_sym_SLASH] = ACTIONS(3943), + [anon_sym_PERCENT] = ACTIONS(3943), + [anon_sym_as_QMARK] = ACTIONS(3948), + [anon_sym_PLUS_PLUS] = ACTIONS(3948), + [anon_sym_DASH_DASH] = ACTIONS(3948), + [anon_sym_BANG_BANG] = ACTIONS(3948), + [anon_sym_suspend] = ACTIONS(3943), + [anon_sym_sealed] = ACTIONS(3943), + [anon_sym_annotation] = ACTIONS(3943), + [anon_sym_data] = ACTIONS(3943), + [anon_sym_inner] = ACTIONS(3943), + [anon_sym_override] = ACTIONS(3943), + [anon_sym_lateinit] = ACTIONS(3943), + [anon_sym_public] = ACTIONS(3943), + [anon_sym_private] = ACTIONS(3943), + [anon_sym_internal] = ACTIONS(3943), + [anon_sym_protected] = ACTIONS(3943), + [anon_sym_tailrec] = ACTIONS(3943), + [anon_sym_operator] = ACTIONS(3943), + [anon_sym_infix] = ACTIONS(3943), + [anon_sym_inline] = ACTIONS(3943), + [anon_sym_external] = ACTIONS(3943), + [sym_property_modifier] = ACTIONS(3943), + [anon_sym_abstract] = ACTIONS(3943), + [anon_sym_final] = ACTIONS(3943), + [anon_sym_open] = ACTIONS(3943), + [anon_sym_vararg] = ACTIONS(3943), + [anon_sym_noinline] = ACTIONS(3943), + [anon_sym_crossinline] = ACTIONS(3943), + [anon_sym_expect] = ACTIONS(3943), + [anon_sym_actual] = ACTIONS(3943), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3948), + [sym_safe_nav] = ACTIONS(3948), + [sym_multiline_comment] = ACTIONS(3), + }, [2859] = { - [sym_type_constraints] = STATE(2952), - [sym_function_body] = STATE(3216), - [sym__block] = STATE(3245), - [sym__alpha_identifier] = ACTIONS(4089), - [anon_sym_AT] = ACTIONS(4091), - [anon_sym_LBRACK] = ACTIONS(4091), - [anon_sym_as] = ACTIONS(4089), - [anon_sym_EQ] = ACTIONS(6218), - [anon_sym_LBRACE] = ACTIONS(6220), - [anon_sym_RBRACE] = ACTIONS(4091), - [anon_sym_LPAREN] = ACTIONS(4091), - [anon_sym_COMMA] = ACTIONS(4091), - [anon_sym_LT] = ACTIONS(4089), - [anon_sym_GT] = ACTIONS(4089), + [sym_type_constraints] = STATE(2975), + [sym_function_body] = STATE(3171), + [sym__block] = STATE(3334), + [sym__alpha_identifier] = ACTIONS(4256), + [anon_sym_AT] = ACTIONS(4258), + [anon_sym_LBRACK] = ACTIONS(4258), + [anon_sym_as] = ACTIONS(4256), + [anon_sym_EQ] = ACTIONS(6242), + [anon_sym_LBRACE] = ACTIONS(6244), + [anon_sym_RBRACE] = ACTIONS(4258), + [anon_sym_LPAREN] = ACTIONS(4258), + [anon_sym_COMMA] = ACTIONS(4258), + [anon_sym_LT] = ACTIONS(4256), + [anon_sym_GT] = ACTIONS(4256), [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(4089), - [anon_sym_fun] = ACTIONS(4089), - [anon_sym_DOT] = ACTIONS(4089), - [anon_sym_SEMI] = ACTIONS(4091), - [anon_sym_get] = ACTIONS(4089), - [anon_sym_set] = ACTIONS(4089), - [anon_sym_this] = ACTIONS(4089), - [anon_sym_super] = ACTIONS(4089), - [anon_sym_STAR] = ACTIONS(4089), - [sym_label] = ACTIONS(4089), - [anon_sym_in] = ACTIONS(4089), - [anon_sym_DOT_DOT] = ACTIONS(4091), - [anon_sym_QMARK_COLON] = ACTIONS(4091), - [anon_sym_AMP_AMP] = ACTIONS(4091), - [anon_sym_PIPE_PIPE] = ACTIONS(4091), - [anon_sym_null] = ACTIONS(4089), - [anon_sym_if] = ACTIONS(4089), - [anon_sym_else] = ACTIONS(4089), - [anon_sym_when] = ACTIONS(4089), - [anon_sym_try] = ACTIONS(4089), - [anon_sym_throw] = ACTIONS(4089), - [anon_sym_return] = ACTIONS(4089), - [anon_sym_continue] = ACTIONS(4089), - [anon_sym_break] = ACTIONS(4089), - [anon_sym_COLON_COLON] = ACTIONS(4091), - [anon_sym_PLUS_EQ] = ACTIONS(4091), - [anon_sym_DASH_EQ] = ACTIONS(4091), - [anon_sym_STAR_EQ] = ACTIONS(4091), - [anon_sym_SLASH_EQ] = ACTIONS(4091), - [anon_sym_PERCENT_EQ] = ACTIONS(4091), - [anon_sym_BANG_EQ] = ACTIONS(4089), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4091), - [anon_sym_EQ_EQ] = ACTIONS(4089), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4091), - [anon_sym_LT_EQ] = ACTIONS(4091), - [anon_sym_GT_EQ] = ACTIONS(4091), - [anon_sym_BANGin] = ACTIONS(4091), - [anon_sym_is] = ACTIONS(4089), - [anon_sym_BANGis] = ACTIONS(4091), - [anon_sym_PLUS] = ACTIONS(4089), - [anon_sym_DASH] = ACTIONS(4089), - [anon_sym_SLASH] = ACTIONS(4089), - [anon_sym_PERCENT] = ACTIONS(4089), - [anon_sym_as_QMARK] = ACTIONS(4091), - [anon_sym_PLUS_PLUS] = ACTIONS(4091), - [anon_sym_DASH_DASH] = ACTIONS(4091), - [anon_sym_BANG] = ACTIONS(4089), - [anon_sym_BANG_BANG] = ACTIONS(4091), - [anon_sym_data] = ACTIONS(4089), - [anon_sym_inner] = ACTIONS(4089), - [anon_sym_expect] = ACTIONS(4089), - [anon_sym_actual] = ACTIONS(4089), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4091), - [anon_sym_continue_AT] = ACTIONS(4091), - [anon_sym_break_AT] = ACTIONS(4091), - [sym_real_literal] = ACTIONS(4091), - [sym_integer_literal] = ACTIONS(4089), - [sym_hex_literal] = ACTIONS(4091), - [sym_bin_literal] = ACTIONS(4091), - [anon_sym_true] = ACTIONS(4089), - [anon_sym_false] = ACTIONS(4089), - [anon_sym_SQUOTE] = ACTIONS(4091), - [sym__backtick_identifier] = ACTIONS(4091), - [sym__automatic_semicolon] = ACTIONS(4091), - [sym_safe_nav] = ACTIONS(4091), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4091), + [anon_sym_object] = ACTIONS(4256), + [anon_sym_fun] = ACTIONS(4256), + [anon_sym_DOT] = ACTIONS(4256), + [anon_sym_SEMI] = ACTIONS(4258), + [anon_sym_get] = ACTIONS(4256), + [anon_sym_set] = ACTIONS(4256), + [anon_sym_this] = ACTIONS(4256), + [anon_sym_super] = ACTIONS(4256), + [anon_sym_STAR] = ACTIONS(4256), + [sym_label] = ACTIONS(4256), + [anon_sym_in] = ACTIONS(4256), + [anon_sym_DOT_DOT] = ACTIONS(4258), + [anon_sym_QMARK_COLON] = ACTIONS(4258), + [anon_sym_AMP_AMP] = ACTIONS(4258), + [anon_sym_PIPE_PIPE] = ACTIONS(4258), + [anon_sym_null] = ACTIONS(4256), + [anon_sym_if] = ACTIONS(4256), + [anon_sym_else] = ACTIONS(4256), + [anon_sym_when] = ACTIONS(4256), + [anon_sym_try] = ACTIONS(4256), + [anon_sym_throw] = ACTIONS(4256), + [anon_sym_return] = ACTIONS(4256), + [anon_sym_continue] = ACTIONS(4256), + [anon_sym_break] = ACTIONS(4256), + [anon_sym_COLON_COLON] = ACTIONS(4258), + [anon_sym_PLUS_EQ] = ACTIONS(4258), + [anon_sym_DASH_EQ] = ACTIONS(4258), + [anon_sym_STAR_EQ] = ACTIONS(4258), + [anon_sym_SLASH_EQ] = ACTIONS(4258), + [anon_sym_PERCENT_EQ] = ACTIONS(4258), + [anon_sym_BANG_EQ] = ACTIONS(4256), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4258), + [anon_sym_EQ_EQ] = ACTIONS(4256), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4258), + [anon_sym_LT_EQ] = ACTIONS(4258), + [anon_sym_GT_EQ] = ACTIONS(4258), + [anon_sym_BANGin] = ACTIONS(4258), + [anon_sym_is] = ACTIONS(4256), + [anon_sym_BANGis] = ACTIONS(4258), + [anon_sym_PLUS] = ACTIONS(4256), + [anon_sym_DASH] = ACTIONS(4256), + [anon_sym_SLASH] = ACTIONS(4256), + [anon_sym_PERCENT] = ACTIONS(4256), + [anon_sym_as_QMARK] = ACTIONS(4258), + [anon_sym_PLUS_PLUS] = ACTIONS(4258), + [anon_sym_DASH_DASH] = ACTIONS(4258), + [anon_sym_BANG] = ACTIONS(4256), + [anon_sym_BANG_BANG] = ACTIONS(4258), + [anon_sym_data] = ACTIONS(4256), + [anon_sym_inner] = ACTIONS(4256), + [anon_sym_expect] = ACTIONS(4256), + [anon_sym_actual] = ACTIONS(4256), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4258), + [anon_sym_continue_AT] = ACTIONS(4258), + [anon_sym_break_AT] = ACTIONS(4258), + [sym_real_literal] = ACTIONS(4258), + [sym_integer_literal] = ACTIONS(4256), + [sym_hex_literal] = ACTIONS(4258), + [sym_bin_literal] = ACTIONS(4258), + [anon_sym_true] = ACTIONS(4256), + [anon_sym_false] = ACTIONS(4256), + [anon_sym_SQUOTE] = ACTIONS(4258), + [sym__backtick_identifier] = ACTIONS(4258), + [sym__automatic_semicolon] = ACTIONS(4258), + [sym_safe_nav] = ACTIONS(4258), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4258), }, [2860] = { - [sym_class_body] = STATE(3178), - [sym_type_constraints] = STATE(3103), - [sym__alpha_identifier] = ACTIONS(4197), - [anon_sym_AT] = ACTIONS(4199), - [anon_sym_COLON] = ACTIONS(6295), - [anon_sym_LBRACK] = ACTIONS(4199), - [anon_sym_RBRACK] = ACTIONS(4199), - [anon_sym_as] = ACTIONS(4197), - [anon_sym_EQ] = ACTIONS(4197), - [anon_sym_LBRACE] = ACTIONS(5147), - [anon_sym_RBRACE] = ACTIONS(4199), - [anon_sym_LPAREN] = ACTIONS(4199), - [anon_sym_COMMA] = ACTIONS(4199), - [anon_sym_RPAREN] = ACTIONS(4199), - [anon_sym_LT] = ACTIONS(4197), - [anon_sym_GT] = ACTIONS(4197), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(4197), - [anon_sym_SEMI] = ACTIONS(4199), - [anon_sym_get] = ACTIONS(4197), - [anon_sym_set] = ACTIONS(4197), - [anon_sym_STAR] = ACTIONS(4197), - [anon_sym_DASH_GT] = ACTIONS(4199), - [sym_label] = ACTIONS(4199), - [anon_sym_in] = ACTIONS(4197), - [anon_sym_while] = ACTIONS(4197), - [anon_sym_DOT_DOT] = ACTIONS(4199), - [anon_sym_QMARK_COLON] = ACTIONS(4199), - [anon_sym_AMP_AMP] = ACTIONS(4199), - [anon_sym_PIPE_PIPE] = ACTIONS(4199), - [anon_sym_else] = ACTIONS(4197), - [anon_sym_COLON_COLON] = ACTIONS(4199), - [anon_sym_PLUS_EQ] = ACTIONS(4199), - [anon_sym_DASH_EQ] = ACTIONS(4199), - [anon_sym_STAR_EQ] = ACTIONS(4199), - [anon_sym_SLASH_EQ] = ACTIONS(4199), - [anon_sym_PERCENT_EQ] = ACTIONS(4199), - [anon_sym_BANG_EQ] = ACTIONS(4197), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4199), - [anon_sym_EQ_EQ] = ACTIONS(4197), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4199), - [anon_sym_LT_EQ] = ACTIONS(4199), - [anon_sym_GT_EQ] = ACTIONS(4199), - [anon_sym_BANGin] = ACTIONS(4199), - [anon_sym_is] = ACTIONS(4197), - [anon_sym_BANGis] = ACTIONS(4199), - [anon_sym_PLUS] = ACTIONS(4197), - [anon_sym_DASH] = ACTIONS(4197), - [anon_sym_SLASH] = ACTIONS(4197), - [anon_sym_PERCENT] = ACTIONS(4197), - [anon_sym_as_QMARK] = ACTIONS(4199), - [anon_sym_PLUS_PLUS] = ACTIONS(4199), - [anon_sym_DASH_DASH] = ACTIONS(4199), - [anon_sym_BANG_BANG] = ACTIONS(4199), - [anon_sym_suspend] = ACTIONS(4197), - [anon_sym_sealed] = ACTIONS(4197), - [anon_sym_annotation] = ACTIONS(4197), - [anon_sym_data] = ACTIONS(4197), - [anon_sym_inner] = ACTIONS(4197), - [anon_sym_override] = ACTIONS(4197), - [anon_sym_lateinit] = ACTIONS(4197), - [anon_sym_public] = ACTIONS(4197), - [anon_sym_private] = ACTIONS(4197), - [anon_sym_internal] = ACTIONS(4197), - [anon_sym_protected] = ACTIONS(4197), - [anon_sym_tailrec] = ACTIONS(4197), - [anon_sym_operator] = ACTIONS(4197), - [anon_sym_infix] = ACTIONS(4197), - [anon_sym_inline] = ACTIONS(4197), - [anon_sym_external] = ACTIONS(4197), - [sym_property_modifier] = ACTIONS(4197), - [anon_sym_abstract] = ACTIONS(4197), - [anon_sym_final] = ACTIONS(4197), - [anon_sym_open] = ACTIONS(4197), - [anon_sym_vararg] = ACTIONS(4197), - [anon_sym_noinline] = ACTIONS(4197), - [anon_sym_crossinline] = ACTIONS(4197), - [anon_sym_expect] = ACTIONS(4197), - [anon_sym_actual] = ACTIONS(4197), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4199), - [sym_safe_nav] = ACTIONS(4199), + [aux_sym_nullable_type_repeat1] = STATE(2860), + [sym__alpha_identifier] = ACTIONS(4237), + [anon_sym_AT] = ACTIONS(4239), + [anon_sym_LBRACK] = ACTIONS(4239), + [anon_sym_as] = ACTIONS(4237), + [anon_sym_EQ] = ACTIONS(4237), + [anon_sym_LBRACE] = ACTIONS(4239), + [anon_sym_RBRACE] = ACTIONS(4239), + [anon_sym_LPAREN] = ACTIONS(4239), + [anon_sym_COMMA] = ACTIONS(4239), + [anon_sym_by] = ACTIONS(4237), + [anon_sym_LT] = ACTIONS(4237), + [anon_sym_GT] = ACTIONS(4237), + [anon_sym_where] = ACTIONS(4237), + [anon_sym_object] = ACTIONS(4237), + [anon_sym_fun] = ACTIONS(4237), + [anon_sym_DOT] = ACTIONS(4237), + [anon_sym_SEMI] = ACTIONS(4239), + [anon_sym_get] = ACTIONS(4237), + [anon_sym_set] = ACTIONS(4237), + [anon_sym_this] = ACTIONS(4237), + [anon_sym_super] = ACTIONS(4237), + [sym__quest] = ACTIONS(6293), + [anon_sym_STAR] = ACTIONS(4237), + [sym_label] = ACTIONS(4237), + [anon_sym_in] = ACTIONS(4237), + [anon_sym_DOT_DOT] = ACTIONS(4239), + [anon_sym_QMARK_COLON] = ACTIONS(4239), + [anon_sym_AMP_AMP] = ACTIONS(4239), + [anon_sym_PIPE_PIPE] = ACTIONS(4239), + [anon_sym_null] = ACTIONS(4237), + [anon_sym_if] = ACTIONS(4237), + [anon_sym_else] = ACTIONS(4237), + [anon_sym_when] = ACTIONS(4237), + [anon_sym_try] = ACTIONS(4237), + [anon_sym_throw] = ACTIONS(4237), + [anon_sym_return] = ACTIONS(4237), + [anon_sym_continue] = ACTIONS(4237), + [anon_sym_break] = ACTIONS(4237), + [anon_sym_COLON_COLON] = ACTIONS(4239), + [anon_sym_PLUS_EQ] = ACTIONS(4239), + [anon_sym_DASH_EQ] = ACTIONS(4239), + [anon_sym_STAR_EQ] = ACTIONS(4239), + [anon_sym_SLASH_EQ] = ACTIONS(4239), + [anon_sym_PERCENT_EQ] = ACTIONS(4239), + [anon_sym_BANG_EQ] = ACTIONS(4237), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4239), + [anon_sym_EQ_EQ] = ACTIONS(4237), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4239), + [anon_sym_LT_EQ] = ACTIONS(4239), + [anon_sym_GT_EQ] = ACTIONS(4239), + [anon_sym_BANGin] = ACTIONS(4239), + [anon_sym_is] = ACTIONS(4237), + [anon_sym_BANGis] = ACTIONS(4239), + [anon_sym_PLUS] = ACTIONS(4237), + [anon_sym_DASH] = ACTIONS(4237), + [anon_sym_SLASH] = ACTIONS(4237), + [anon_sym_PERCENT] = ACTIONS(4237), + [anon_sym_as_QMARK] = ACTIONS(4239), + [anon_sym_PLUS_PLUS] = ACTIONS(4239), + [anon_sym_DASH_DASH] = ACTIONS(4239), + [anon_sym_BANG] = ACTIONS(4237), + [anon_sym_BANG_BANG] = ACTIONS(4239), + [anon_sym_data] = ACTIONS(4237), + [anon_sym_inner] = ACTIONS(4237), + [anon_sym_expect] = ACTIONS(4237), + [anon_sym_actual] = ACTIONS(4237), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4239), + [anon_sym_continue_AT] = ACTIONS(4239), + [anon_sym_break_AT] = ACTIONS(4239), + [sym_real_literal] = ACTIONS(4239), + [sym_integer_literal] = ACTIONS(4237), + [sym_hex_literal] = ACTIONS(4239), + [sym_bin_literal] = ACTIONS(4239), + [anon_sym_true] = ACTIONS(4237), + [anon_sym_false] = ACTIONS(4237), + [anon_sym_SQUOTE] = ACTIONS(4239), + [sym__backtick_identifier] = ACTIONS(4239), + [sym__automatic_semicolon] = ACTIONS(4239), + [sym_safe_nav] = ACTIONS(4239), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4239), }, [2861] = { - [sym_type_constraints] = STATE(3104), - [sym_enum_class_body] = STATE(3165), - [sym__alpha_identifier] = ACTIONS(3204), - [anon_sym_AT] = ACTIONS(3208), - [anon_sym_COLON] = ACTIONS(5239), - [anon_sym_LBRACK] = ACTIONS(3208), - [anon_sym_RBRACK] = ACTIONS(3208), - [anon_sym_as] = ACTIONS(3204), - [anon_sym_EQ] = ACTIONS(3204), - [anon_sym_LBRACE] = ACTIONS(5155), - [anon_sym_RBRACE] = ACTIONS(3208), - [anon_sym_LPAREN] = ACTIONS(3208), - [anon_sym_COMMA] = ACTIONS(3208), - [anon_sym_RPAREN] = ACTIONS(3208), - [anon_sym_LT] = ACTIONS(3204), - [anon_sym_GT] = ACTIONS(3204), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(3204), - [anon_sym_SEMI] = ACTIONS(3208), - [anon_sym_get] = ACTIONS(3204), - [anon_sym_set] = ACTIONS(3204), - [anon_sym_STAR] = ACTIONS(3204), - [anon_sym_DASH_GT] = ACTIONS(3208), - [sym_label] = ACTIONS(3208), - [anon_sym_in] = ACTIONS(3204), - [anon_sym_while] = ACTIONS(3204), - [anon_sym_DOT_DOT] = ACTIONS(3208), - [anon_sym_QMARK_COLON] = ACTIONS(3208), - [anon_sym_AMP_AMP] = ACTIONS(3208), - [anon_sym_PIPE_PIPE] = ACTIONS(3208), - [anon_sym_else] = ACTIONS(3204), - [anon_sym_COLON_COLON] = ACTIONS(3208), - [anon_sym_PLUS_EQ] = ACTIONS(3208), - [anon_sym_DASH_EQ] = ACTIONS(3208), - [anon_sym_STAR_EQ] = ACTIONS(3208), - [anon_sym_SLASH_EQ] = ACTIONS(3208), - [anon_sym_PERCENT_EQ] = ACTIONS(3208), - [anon_sym_BANG_EQ] = ACTIONS(3204), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3208), - [anon_sym_EQ_EQ] = ACTIONS(3204), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3208), - [anon_sym_LT_EQ] = ACTIONS(3208), - [anon_sym_GT_EQ] = ACTIONS(3208), - [anon_sym_BANGin] = ACTIONS(3208), - [anon_sym_is] = ACTIONS(3204), - [anon_sym_BANGis] = ACTIONS(3208), - [anon_sym_PLUS] = ACTIONS(3204), - [anon_sym_DASH] = ACTIONS(3204), - [anon_sym_SLASH] = ACTIONS(3204), - [anon_sym_PERCENT] = ACTIONS(3204), - [anon_sym_as_QMARK] = ACTIONS(3208), - [anon_sym_PLUS_PLUS] = ACTIONS(3208), - [anon_sym_DASH_DASH] = ACTIONS(3208), - [anon_sym_BANG_BANG] = ACTIONS(3208), - [anon_sym_suspend] = ACTIONS(3204), - [anon_sym_sealed] = ACTIONS(3204), - [anon_sym_annotation] = ACTIONS(3204), - [anon_sym_data] = ACTIONS(3204), - [anon_sym_inner] = ACTIONS(3204), - [anon_sym_override] = ACTIONS(3204), - [anon_sym_lateinit] = ACTIONS(3204), - [anon_sym_public] = ACTIONS(3204), - [anon_sym_private] = ACTIONS(3204), - [anon_sym_internal] = ACTIONS(3204), - [anon_sym_protected] = ACTIONS(3204), - [anon_sym_tailrec] = ACTIONS(3204), - [anon_sym_operator] = ACTIONS(3204), - [anon_sym_infix] = ACTIONS(3204), - [anon_sym_inline] = ACTIONS(3204), - [anon_sym_external] = ACTIONS(3204), - [sym_property_modifier] = ACTIONS(3204), - [anon_sym_abstract] = ACTIONS(3204), - [anon_sym_final] = ACTIONS(3204), - [anon_sym_open] = ACTIONS(3204), - [anon_sym_vararg] = ACTIONS(3204), - [anon_sym_noinline] = ACTIONS(3204), - [anon_sym_crossinline] = ACTIONS(3204), - [anon_sym_expect] = ACTIONS(3204), - [anon_sym_actual] = ACTIONS(3204), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3208), - [sym_safe_nav] = ACTIONS(3208), - [sym_multiline_comment] = ACTIONS(3), + [sym_class_body] = STATE(3472), + [sym_type_constraints] = STATE(3016), + [sym__alpha_identifier] = ACTIONS(3196), + [anon_sym_AT] = ACTIONS(3200), + [anon_sym_COLON] = ACTIONS(3218), + [anon_sym_LBRACK] = ACTIONS(3200), + [anon_sym_as] = ACTIONS(3196), + [anon_sym_EQ] = ACTIONS(3196), + [anon_sym_LBRACE] = ACTIONS(3144), + [anon_sym_RBRACE] = ACTIONS(3200), + [anon_sym_LPAREN] = ACTIONS(3200), + [anon_sym_COMMA] = ACTIONS(3200), + [anon_sym_LT] = ACTIONS(3196), + [anon_sym_GT] = ACTIONS(3196), + [anon_sym_where] = ACTIONS(3118), + [anon_sym_object] = ACTIONS(3196), + [anon_sym_fun] = ACTIONS(3196), + [anon_sym_DOT] = ACTIONS(3196), + [anon_sym_SEMI] = ACTIONS(3200), + [anon_sym_get] = ACTIONS(3196), + [anon_sym_set] = ACTIONS(3196), + [anon_sym_this] = ACTIONS(3196), + [anon_sym_super] = ACTIONS(3196), + [anon_sym_STAR] = ACTIONS(3196), + [sym_label] = ACTIONS(3196), + [anon_sym_in] = ACTIONS(3196), + [anon_sym_DOT_DOT] = ACTIONS(3200), + [anon_sym_QMARK_COLON] = ACTIONS(3200), + [anon_sym_AMP_AMP] = ACTIONS(3200), + [anon_sym_PIPE_PIPE] = ACTIONS(3200), + [anon_sym_null] = ACTIONS(3196), + [anon_sym_if] = ACTIONS(3196), + [anon_sym_else] = ACTIONS(3196), + [anon_sym_when] = ACTIONS(3196), + [anon_sym_try] = ACTIONS(3196), + [anon_sym_throw] = ACTIONS(3196), + [anon_sym_return] = ACTIONS(3196), + [anon_sym_continue] = ACTIONS(3196), + [anon_sym_break] = ACTIONS(3196), + [anon_sym_COLON_COLON] = ACTIONS(3200), + [anon_sym_PLUS_EQ] = ACTIONS(3200), + [anon_sym_DASH_EQ] = ACTIONS(3200), + [anon_sym_STAR_EQ] = ACTIONS(3200), + [anon_sym_SLASH_EQ] = ACTIONS(3200), + [anon_sym_PERCENT_EQ] = ACTIONS(3200), + [anon_sym_BANG_EQ] = ACTIONS(3196), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3200), + [anon_sym_EQ_EQ] = ACTIONS(3196), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3200), + [anon_sym_LT_EQ] = ACTIONS(3200), + [anon_sym_GT_EQ] = ACTIONS(3200), + [anon_sym_BANGin] = ACTIONS(3200), + [anon_sym_is] = ACTIONS(3196), + [anon_sym_BANGis] = ACTIONS(3200), + [anon_sym_PLUS] = ACTIONS(3196), + [anon_sym_DASH] = ACTIONS(3196), + [anon_sym_SLASH] = ACTIONS(3196), + [anon_sym_PERCENT] = ACTIONS(3196), + [anon_sym_as_QMARK] = ACTIONS(3200), + [anon_sym_PLUS_PLUS] = ACTIONS(3200), + [anon_sym_DASH_DASH] = ACTIONS(3200), + [anon_sym_BANG] = ACTIONS(3196), + [anon_sym_BANG_BANG] = ACTIONS(3200), + [anon_sym_data] = ACTIONS(3196), + [anon_sym_inner] = ACTIONS(3196), + [anon_sym_expect] = ACTIONS(3196), + [anon_sym_actual] = ACTIONS(3196), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3200), + [anon_sym_continue_AT] = ACTIONS(3200), + [anon_sym_break_AT] = ACTIONS(3200), + [sym_real_literal] = ACTIONS(3200), + [sym_integer_literal] = ACTIONS(3196), + [sym_hex_literal] = ACTIONS(3200), + [sym_bin_literal] = ACTIONS(3200), + [anon_sym_true] = ACTIONS(3196), + [anon_sym_false] = ACTIONS(3196), + [anon_sym_SQUOTE] = ACTIONS(3200), + [sym__backtick_identifier] = ACTIONS(3200), + [sym__automatic_semicolon] = ACTIONS(3200), + [sym_safe_nav] = ACTIONS(3200), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3200), }, [2862] = { - [sym_type_constraints] = STATE(3218), - [sym_function_body] = STATE(3216), - [sym__block] = STATE(3245), - [sym__alpha_identifier] = ACTIONS(4089), - [anon_sym_AT] = ACTIONS(4091), - [anon_sym_COLON] = ACTIONS(6297), - [anon_sym_LBRACK] = ACTIONS(4091), - [anon_sym_as] = ACTIONS(4089), - [anon_sym_EQ] = ACTIONS(6265), - [anon_sym_LBRACE] = ACTIONS(6220), - [anon_sym_RBRACE] = ACTIONS(4091), - [anon_sym_LPAREN] = ACTIONS(4091), - [anon_sym_LT] = ACTIONS(4089), - [anon_sym_GT] = ACTIONS(4089), - [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(4089), - [anon_sym_fun] = ACTIONS(4089), - [anon_sym_DOT] = ACTIONS(4089), - [anon_sym_SEMI] = ACTIONS(4091), - [anon_sym_get] = ACTIONS(4089), - [anon_sym_set] = ACTIONS(4089), - [anon_sym_this] = ACTIONS(4089), - [anon_sym_super] = ACTIONS(4089), - [anon_sym_STAR] = ACTIONS(4089), - [sym_label] = ACTIONS(4089), - [anon_sym_in] = ACTIONS(4089), - [anon_sym_DOT_DOT] = ACTIONS(4091), - [anon_sym_QMARK_COLON] = ACTIONS(4091), - [anon_sym_AMP_AMP] = ACTIONS(4091), - [anon_sym_PIPE_PIPE] = ACTIONS(4091), - [anon_sym_null] = ACTIONS(4089), - [anon_sym_if] = ACTIONS(4089), - [anon_sym_else] = ACTIONS(4089), - [anon_sym_when] = ACTIONS(4089), - [anon_sym_try] = ACTIONS(4089), - [anon_sym_throw] = ACTIONS(4089), - [anon_sym_return] = ACTIONS(4089), - [anon_sym_continue] = ACTIONS(4089), - [anon_sym_break] = ACTIONS(4089), - [anon_sym_COLON_COLON] = ACTIONS(4091), - [anon_sym_PLUS_EQ] = ACTIONS(4091), - [anon_sym_DASH_EQ] = ACTIONS(4091), - [anon_sym_STAR_EQ] = ACTIONS(4091), - [anon_sym_SLASH_EQ] = ACTIONS(4091), - [anon_sym_PERCENT_EQ] = ACTIONS(4091), - [anon_sym_BANG_EQ] = ACTIONS(4089), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4091), - [anon_sym_EQ_EQ] = ACTIONS(4089), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4091), - [anon_sym_LT_EQ] = ACTIONS(4091), - [anon_sym_GT_EQ] = ACTIONS(4091), - [anon_sym_BANGin] = ACTIONS(4091), - [anon_sym_is] = ACTIONS(4089), - [anon_sym_BANGis] = ACTIONS(4091), - [anon_sym_PLUS] = ACTIONS(4089), - [anon_sym_DASH] = ACTIONS(4089), - [anon_sym_SLASH] = ACTIONS(4089), - [anon_sym_PERCENT] = ACTIONS(4089), - [anon_sym_as_QMARK] = ACTIONS(4091), - [anon_sym_PLUS_PLUS] = ACTIONS(4091), - [anon_sym_DASH_DASH] = ACTIONS(4091), - [anon_sym_BANG] = ACTIONS(4089), - [anon_sym_BANG_BANG] = ACTIONS(4091), - [anon_sym_data] = ACTIONS(4089), - [anon_sym_inner] = ACTIONS(4089), - [anon_sym_expect] = ACTIONS(4089), - [anon_sym_actual] = ACTIONS(4089), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4091), - [anon_sym_continue_AT] = ACTIONS(4091), - [anon_sym_break_AT] = ACTIONS(4091), - [sym_real_literal] = ACTIONS(4091), - [sym_integer_literal] = ACTIONS(4089), - [sym_hex_literal] = ACTIONS(4091), - [sym_bin_literal] = ACTIONS(4091), - [anon_sym_true] = ACTIONS(4089), - [anon_sym_false] = ACTIONS(4089), - [anon_sym_SQUOTE] = ACTIONS(4091), - [sym__backtick_identifier] = ACTIONS(4091), - [sym__automatic_semicolon] = ACTIONS(4091), - [sym_safe_nav] = ACTIONS(4091), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4091), + [sym_type_constraints] = STATE(2954), + [sym_function_body] = STATE(3202), + [sym__block] = STATE(3464), + [sym__alpha_identifier] = ACTIONS(4099), + [anon_sym_AT] = ACTIONS(4101), + [anon_sym_LBRACK] = ACTIONS(4101), + [anon_sym_RBRACK] = ACTIONS(4101), + [anon_sym_as] = ACTIONS(4099), + [anon_sym_EQ] = ACTIONS(6231), + [anon_sym_LBRACE] = ACTIONS(6233), + [anon_sym_RBRACE] = ACTIONS(4101), + [anon_sym_LPAREN] = ACTIONS(4101), + [anon_sym_COMMA] = ACTIONS(4101), + [anon_sym_RPAREN] = ACTIONS(4101), + [anon_sym_LT] = ACTIONS(4099), + [anon_sym_GT] = ACTIONS(4099), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(4099), + [anon_sym_SEMI] = ACTIONS(4101), + [anon_sym_get] = ACTIONS(4099), + [anon_sym_set] = ACTIONS(4099), + [anon_sym_STAR] = ACTIONS(4099), + [anon_sym_DASH_GT] = ACTIONS(4101), + [sym_label] = ACTIONS(4101), + [anon_sym_in] = ACTIONS(4099), + [anon_sym_while] = ACTIONS(4099), + [anon_sym_DOT_DOT] = ACTIONS(4101), + [anon_sym_QMARK_COLON] = ACTIONS(4101), + [anon_sym_AMP_AMP] = ACTIONS(4101), + [anon_sym_PIPE_PIPE] = ACTIONS(4101), + [anon_sym_else] = ACTIONS(4099), + [anon_sym_COLON_COLON] = ACTIONS(4101), + [anon_sym_PLUS_EQ] = ACTIONS(4101), + [anon_sym_DASH_EQ] = ACTIONS(4101), + [anon_sym_STAR_EQ] = ACTIONS(4101), + [anon_sym_SLASH_EQ] = ACTIONS(4101), + [anon_sym_PERCENT_EQ] = ACTIONS(4101), + [anon_sym_BANG_EQ] = ACTIONS(4099), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4101), + [anon_sym_EQ_EQ] = ACTIONS(4099), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4101), + [anon_sym_LT_EQ] = ACTIONS(4101), + [anon_sym_GT_EQ] = ACTIONS(4101), + [anon_sym_BANGin] = ACTIONS(4101), + [anon_sym_is] = ACTIONS(4099), + [anon_sym_BANGis] = ACTIONS(4101), + [anon_sym_PLUS] = ACTIONS(4099), + [anon_sym_DASH] = ACTIONS(4099), + [anon_sym_SLASH] = ACTIONS(4099), + [anon_sym_PERCENT] = ACTIONS(4099), + [anon_sym_as_QMARK] = ACTIONS(4101), + [anon_sym_PLUS_PLUS] = ACTIONS(4101), + [anon_sym_DASH_DASH] = ACTIONS(4101), + [anon_sym_BANG_BANG] = ACTIONS(4101), + [anon_sym_suspend] = ACTIONS(4099), + [anon_sym_sealed] = ACTIONS(4099), + [anon_sym_annotation] = ACTIONS(4099), + [anon_sym_data] = ACTIONS(4099), + [anon_sym_inner] = ACTIONS(4099), + [anon_sym_override] = ACTIONS(4099), + [anon_sym_lateinit] = ACTIONS(4099), + [anon_sym_public] = ACTIONS(4099), + [anon_sym_private] = ACTIONS(4099), + [anon_sym_internal] = ACTIONS(4099), + [anon_sym_protected] = ACTIONS(4099), + [anon_sym_tailrec] = ACTIONS(4099), + [anon_sym_operator] = ACTIONS(4099), + [anon_sym_infix] = ACTIONS(4099), + [anon_sym_inline] = ACTIONS(4099), + [anon_sym_external] = ACTIONS(4099), + [sym_property_modifier] = ACTIONS(4099), + [anon_sym_abstract] = ACTIONS(4099), + [anon_sym_final] = ACTIONS(4099), + [anon_sym_open] = ACTIONS(4099), + [anon_sym_vararg] = ACTIONS(4099), + [anon_sym_noinline] = ACTIONS(4099), + [anon_sym_crossinline] = ACTIONS(4099), + [anon_sym_expect] = ACTIONS(4099), + [anon_sym_actual] = ACTIONS(4099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4101), + [sym_safe_nav] = ACTIONS(4101), + [sym_multiline_comment] = ACTIONS(3), }, [2863] = { - [sym_type_constraints] = STATE(2927), - [sym_function_body] = STATE(3234), - [sym__block] = STATE(3367), - [sym__alpha_identifier] = ACTIONS(4181), - [anon_sym_AT] = ACTIONS(4183), - [anon_sym_LBRACK] = ACTIONS(4183), - [anon_sym_RBRACK] = ACTIONS(4183), - [anon_sym_as] = ACTIONS(4181), - [anon_sym_EQ] = ACTIONS(6234), - [anon_sym_LBRACE] = ACTIONS(6236), - [anon_sym_RBRACE] = ACTIONS(4183), - [anon_sym_LPAREN] = ACTIONS(4183), - [anon_sym_COMMA] = ACTIONS(4183), - [anon_sym_RPAREN] = ACTIONS(4183), - [anon_sym_LT] = ACTIONS(4181), - [anon_sym_GT] = ACTIONS(4181), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(4181), - [anon_sym_SEMI] = ACTIONS(4183), - [anon_sym_get] = ACTIONS(4181), - [anon_sym_set] = ACTIONS(4181), - [anon_sym_STAR] = ACTIONS(4181), - [anon_sym_DASH_GT] = ACTIONS(4183), - [sym_label] = ACTIONS(4183), - [anon_sym_in] = ACTIONS(4181), - [anon_sym_while] = ACTIONS(4181), - [anon_sym_DOT_DOT] = ACTIONS(4183), - [anon_sym_QMARK_COLON] = ACTIONS(4183), - [anon_sym_AMP_AMP] = ACTIONS(4183), - [anon_sym_PIPE_PIPE] = ACTIONS(4183), - [anon_sym_else] = ACTIONS(4181), - [anon_sym_COLON_COLON] = ACTIONS(4183), - [anon_sym_PLUS_EQ] = ACTIONS(4183), - [anon_sym_DASH_EQ] = ACTIONS(4183), - [anon_sym_STAR_EQ] = ACTIONS(4183), - [anon_sym_SLASH_EQ] = ACTIONS(4183), - [anon_sym_PERCENT_EQ] = ACTIONS(4183), - [anon_sym_BANG_EQ] = ACTIONS(4181), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4183), - [anon_sym_EQ_EQ] = ACTIONS(4181), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4183), - [anon_sym_LT_EQ] = ACTIONS(4183), - [anon_sym_GT_EQ] = ACTIONS(4183), - [anon_sym_BANGin] = ACTIONS(4183), - [anon_sym_is] = ACTIONS(4181), - [anon_sym_BANGis] = ACTIONS(4183), - [anon_sym_PLUS] = ACTIONS(4181), - [anon_sym_DASH] = ACTIONS(4181), - [anon_sym_SLASH] = ACTIONS(4181), - [anon_sym_PERCENT] = ACTIONS(4181), - [anon_sym_as_QMARK] = ACTIONS(4183), - [anon_sym_PLUS_PLUS] = ACTIONS(4183), - [anon_sym_DASH_DASH] = ACTIONS(4183), - [anon_sym_BANG_BANG] = ACTIONS(4183), - [anon_sym_suspend] = ACTIONS(4181), - [anon_sym_sealed] = ACTIONS(4181), - [anon_sym_annotation] = ACTIONS(4181), - [anon_sym_data] = ACTIONS(4181), - [anon_sym_inner] = ACTIONS(4181), - [anon_sym_override] = ACTIONS(4181), - [anon_sym_lateinit] = ACTIONS(4181), - [anon_sym_public] = ACTIONS(4181), - [anon_sym_private] = ACTIONS(4181), - [anon_sym_internal] = ACTIONS(4181), - [anon_sym_protected] = ACTIONS(4181), - [anon_sym_tailrec] = ACTIONS(4181), - [anon_sym_operator] = ACTIONS(4181), - [anon_sym_infix] = ACTIONS(4181), - [anon_sym_inline] = ACTIONS(4181), - [anon_sym_external] = ACTIONS(4181), - [sym_property_modifier] = ACTIONS(4181), - [anon_sym_abstract] = ACTIONS(4181), - [anon_sym_final] = ACTIONS(4181), - [anon_sym_open] = ACTIONS(4181), - [anon_sym_vararg] = ACTIONS(4181), - [anon_sym_noinline] = ACTIONS(4181), - [anon_sym_crossinline] = ACTIONS(4181), - [anon_sym_expect] = ACTIONS(4181), - [anon_sym_actual] = ACTIONS(4181), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4183), - [sym_safe_nav] = ACTIONS(4183), - [sym_multiline_comment] = ACTIONS(3), + [sym_type_constraints] = STATE(3269), + [sym_function_body] = STATE(3268), + [sym__block] = STATE(3334), + [sym__alpha_identifier] = ACTIONS(4047), + [anon_sym_AT] = ACTIONS(4049), + [anon_sym_COLON] = ACTIONS(6296), + [anon_sym_LBRACK] = ACTIONS(4049), + [anon_sym_as] = ACTIONS(4047), + [anon_sym_EQ] = ACTIONS(6262), + [anon_sym_LBRACE] = ACTIONS(6244), + [anon_sym_RBRACE] = ACTIONS(4049), + [anon_sym_LPAREN] = ACTIONS(4049), + [anon_sym_LT] = ACTIONS(4047), + [anon_sym_GT] = ACTIONS(4047), + [anon_sym_where] = ACTIONS(3118), + [anon_sym_object] = ACTIONS(4047), + [anon_sym_fun] = ACTIONS(4047), + [anon_sym_DOT] = ACTIONS(4047), + [anon_sym_SEMI] = ACTIONS(4049), + [anon_sym_get] = ACTIONS(4047), + [anon_sym_set] = ACTIONS(4047), + [anon_sym_this] = ACTIONS(4047), + [anon_sym_super] = ACTIONS(4047), + [anon_sym_STAR] = ACTIONS(4047), + [sym_label] = ACTIONS(4047), + [anon_sym_in] = ACTIONS(4047), + [anon_sym_DOT_DOT] = ACTIONS(4049), + [anon_sym_QMARK_COLON] = ACTIONS(4049), + [anon_sym_AMP_AMP] = ACTIONS(4049), + [anon_sym_PIPE_PIPE] = ACTIONS(4049), + [anon_sym_null] = ACTIONS(4047), + [anon_sym_if] = ACTIONS(4047), + [anon_sym_else] = ACTIONS(4047), + [anon_sym_when] = ACTIONS(4047), + [anon_sym_try] = ACTIONS(4047), + [anon_sym_throw] = ACTIONS(4047), + [anon_sym_return] = ACTIONS(4047), + [anon_sym_continue] = ACTIONS(4047), + [anon_sym_break] = ACTIONS(4047), + [anon_sym_COLON_COLON] = ACTIONS(4049), + [anon_sym_PLUS_EQ] = ACTIONS(4049), + [anon_sym_DASH_EQ] = ACTIONS(4049), + [anon_sym_STAR_EQ] = ACTIONS(4049), + [anon_sym_SLASH_EQ] = ACTIONS(4049), + [anon_sym_PERCENT_EQ] = ACTIONS(4049), + [anon_sym_BANG_EQ] = ACTIONS(4047), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4049), + [anon_sym_EQ_EQ] = ACTIONS(4047), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4049), + [anon_sym_LT_EQ] = ACTIONS(4049), + [anon_sym_GT_EQ] = ACTIONS(4049), + [anon_sym_BANGin] = ACTIONS(4049), + [anon_sym_is] = ACTIONS(4047), + [anon_sym_BANGis] = ACTIONS(4049), + [anon_sym_PLUS] = ACTIONS(4047), + [anon_sym_DASH] = ACTIONS(4047), + [anon_sym_SLASH] = ACTIONS(4047), + [anon_sym_PERCENT] = ACTIONS(4047), + [anon_sym_as_QMARK] = ACTIONS(4049), + [anon_sym_PLUS_PLUS] = ACTIONS(4049), + [anon_sym_DASH_DASH] = ACTIONS(4049), + [anon_sym_BANG] = ACTIONS(4047), + [anon_sym_BANG_BANG] = ACTIONS(4049), + [anon_sym_data] = ACTIONS(4047), + [anon_sym_inner] = ACTIONS(4047), + [anon_sym_expect] = ACTIONS(4047), + [anon_sym_actual] = ACTIONS(4047), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4049), + [anon_sym_continue_AT] = ACTIONS(4049), + [anon_sym_break_AT] = ACTIONS(4049), + [sym_real_literal] = ACTIONS(4049), + [sym_integer_literal] = ACTIONS(4047), + [sym_hex_literal] = ACTIONS(4049), + [sym_bin_literal] = ACTIONS(4049), + [anon_sym_true] = ACTIONS(4047), + [anon_sym_false] = ACTIONS(4047), + [anon_sym_SQUOTE] = ACTIONS(4049), + [sym__backtick_identifier] = ACTIONS(4049), + [sym__automatic_semicolon] = ACTIONS(4049), + [sym_safe_nav] = ACTIONS(4049), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4049), }, [2864] = { - [sym__alpha_identifier] = ACTIONS(3828), - [anon_sym_AT] = ACTIONS(3833), - [anon_sym_COLON] = ACTIONS(3828), - [anon_sym_LBRACK] = ACTIONS(3833), - [anon_sym_RBRACK] = ACTIONS(3833), - [anon_sym_as] = ACTIONS(3828), - [anon_sym_EQ] = ACTIONS(3828), - [anon_sym_LBRACE] = ACTIONS(3833), - [anon_sym_RBRACE] = ACTIONS(3833), - [anon_sym_LPAREN] = ACTIONS(3833), - [anon_sym_COMMA] = ACTIONS(3833), - [anon_sym_RPAREN] = ACTIONS(3833), - [anon_sym_by] = ACTIONS(3828), - [anon_sym_LT] = ACTIONS(3828), - [anon_sym_GT] = ACTIONS(3828), - [anon_sym_where] = ACTIONS(3828), - [anon_sym_DOT] = ACTIONS(3828), - [anon_sym_SEMI] = ACTIONS(3833), - [anon_sym_get] = ACTIONS(3828), - [anon_sym_set] = ACTIONS(3828), - [sym__quest] = ACTIONS(3828), - [anon_sym_STAR] = ACTIONS(3828), - [anon_sym_DASH_GT] = ACTIONS(3833), - [sym_label] = ACTIONS(3833), - [anon_sym_in] = ACTIONS(3828), - [anon_sym_while] = ACTIONS(3828), - [anon_sym_DOT_DOT] = ACTIONS(3833), - [anon_sym_QMARK_COLON] = ACTIONS(3833), - [anon_sym_AMP_AMP] = ACTIONS(3833), - [anon_sym_PIPE_PIPE] = ACTIONS(3833), - [anon_sym_else] = ACTIONS(3828), - [anon_sym_COLON_COLON] = ACTIONS(3833), - [anon_sym_PLUS_EQ] = ACTIONS(3833), - [anon_sym_DASH_EQ] = ACTIONS(3833), - [anon_sym_STAR_EQ] = ACTIONS(3833), - [anon_sym_SLASH_EQ] = ACTIONS(3833), - [anon_sym_PERCENT_EQ] = ACTIONS(3833), - [anon_sym_BANG_EQ] = ACTIONS(3828), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3833), - [anon_sym_EQ_EQ] = ACTIONS(3828), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3833), - [anon_sym_LT_EQ] = ACTIONS(3833), - [anon_sym_GT_EQ] = ACTIONS(3833), - [anon_sym_BANGin] = ACTIONS(3833), - [anon_sym_is] = ACTIONS(3828), - [anon_sym_BANGis] = ACTIONS(3833), - [anon_sym_PLUS] = ACTIONS(3828), - [anon_sym_DASH] = ACTIONS(3828), - [anon_sym_SLASH] = ACTIONS(3828), - [anon_sym_PERCENT] = ACTIONS(3828), - [anon_sym_as_QMARK] = ACTIONS(3833), - [anon_sym_PLUS_PLUS] = ACTIONS(3833), - [anon_sym_DASH_DASH] = ACTIONS(3833), - [anon_sym_BANG_BANG] = ACTIONS(3833), - [anon_sym_suspend] = ACTIONS(3828), - [anon_sym_sealed] = ACTIONS(3828), - [anon_sym_annotation] = ACTIONS(3828), - [anon_sym_data] = ACTIONS(3828), - [anon_sym_inner] = ACTIONS(3828), - [anon_sym_override] = ACTIONS(3828), - [anon_sym_lateinit] = ACTIONS(3828), - [anon_sym_public] = ACTIONS(3828), - [anon_sym_private] = ACTIONS(3828), - [anon_sym_internal] = ACTIONS(3828), - [anon_sym_protected] = ACTIONS(3828), - [anon_sym_tailrec] = ACTIONS(3828), - [anon_sym_operator] = ACTIONS(3828), - [anon_sym_infix] = ACTIONS(3828), - [anon_sym_inline] = ACTIONS(3828), - [anon_sym_external] = ACTIONS(3828), - [sym_property_modifier] = ACTIONS(3828), - [anon_sym_abstract] = ACTIONS(3828), - [anon_sym_final] = ACTIONS(3828), - [anon_sym_open] = ACTIONS(3828), - [anon_sym_vararg] = ACTIONS(3828), - [anon_sym_noinline] = ACTIONS(3828), - [anon_sym_crossinline] = ACTIONS(3828), - [anon_sym_expect] = ACTIONS(3828), - [anon_sym_actual] = ACTIONS(3828), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3833), - [sym_safe_nav] = ACTIONS(3833), + [sym_function_body] = STATE(3305), + [sym__block] = STATE(3464), + [sym__alpha_identifier] = ACTIONS(4210), + [anon_sym_AT] = ACTIONS(4212), + [anon_sym_COLON] = ACTIONS(6298), + [anon_sym_LBRACK] = ACTIONS(4212), + [anon_sym_RBRACK] = ACTIONS(4212), + [anon_sym_as] = ACTIONS(4210), + [anon_sym_EQ] = ACTIONS(6231), + [anon_sym_LBRACE] = ACTIONS(6233), + [anon_sym_RBRACE] = ACTIONS(4212), + [anon_sym_LPAREN] = ACTIONS(4212), + [anon_sym_COMMA] = ACTIONS(4212), + [anon_sym_RPAREN] = ACTIONS(4212), + [anon_sym_LT] = ACTIONS(4210), + [anon_sym_GT] = ACTIONS(4210), + [anon_sym_where] = ACTIONS(4210), + [anon_sym_DOT] = ACTIONS(4210), + [anon_sym_SEMI] = ACTIONS(4212), + [anon_sym_get] = ACTIONS(4210), + [anon_sym_set] = ACTIONS(4210), + [anon_sym_STAR] = ACTIONS(4210), + [anon_sym_DASH_GT] = ACTIONS(4212), + [sym_label] = ACTIONS(4212), + [anon_sym_in] = ACTIONS(4210), + [anon_sym_while] = ACTIONS(4210), + [anon_sym_DOT_DOT] = ACTIONS(4212), + [anon_sym_QMARK_COLON] = ACTIONS(4212), + [anon_sym_AMP_AMP] = ACTIONS(4212), + [anon_sym_PIPE_PIPE] = ACTIONS(4212), + [anon_sym_else] = ACTIONS(4210), + [anon_sym_COLON_COLON] = ACTIONS(4212), + [anon_sym_PLUS_EQ] = ACTIONS(4212), + [anon_sym_DASH_EQ] = ACTIONS(4212), + [anon_sym_STAR_EQ] = ACTIONS(4212), + [anon_sym_SLASH_EQ] = ACTIONS(4212), + [anon_sym_PERCENT_EQ] = ACTIONS(4212), + [anon_sym_BANG_EQ] = ACTIONS(4210), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4212), + [anon_sym_EQ_EQ] = ACTIONS(4210), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4212), + [anon_sym_LT_EQ] = ACTIONS(4212), + [anon_sym_GT_EQ] = ACTIONS(4212), + [anon_sym_BANGin] = ACTIONS(4212), + [anon_sym_is] = ACTIONS(4210), + [anon_sym_BANGis] = ACTIONS(4212), + [anon_sym_PLUS] = ACTIONS(4210), + [anon_sym_DASH] = ACTIONS(4210), + [anon_sym_SLASH] = ACTIONS(4210), + [anon_sym_PERCENT] = ACTIONS(4210), + [anon_sym_as_QMARK] = ACTIONS(4212), + [anon_sym_PLUS_PLUS] = ACTIONS(4212), + [anon_sym_DASH_DASH] = ACTIONS(4212), + [anon_sym_BANG_BANG] = ACTIONS(4212), + [anon_sym_suspend] = ACTIONS(4210), + [anon_sym_sealed] = ACTIONS(4210), + [anon_sym_annotation] = ACTIONS(4210), + [anon_sym_data] = ACTIONS(4210), + [anon_sym_inner] = ACTIONS(4210), + [anon_sym_override] = ACTIONS(4210), + [anon_sym_lateinit] = ACTIONS(4210), + [anon_sym_public] = ACTIONS(4210), + [anon_sym_private] = ACTIONS(4210), + [anon_sym_internal] = ACTIONS(4210), + [anon_sym_protected] = ACTIONS(4210), + [anon_sym_tailrec] = ACTIONS(4210), + [anon_sym_operator] = ACTIONS(4210), + [anon_sym_infix] = ACTIONS(4210), + [anon_sym_inline] = ACTIONS(4210), + [anon_sym_external] = ACTIONS(4210), + [sym_property_modifier] = ACTIONS(4210), + [anon_sym_abstract] = ACTIONS(4210), + [anon_sym_final] = ACTIONS(4210), + [anon_sym_open] = ACTIONS(4210), + [anon_sym_vararg] = ACTIONS(4210), + [anon_sym_noinline] = ACTIONS(4210), + [anon_sym_crossinline] = ACTIONS(4210), + [anon_sym_expect] = ACTIONS(4210), + [anon_sym_actual] = ACTIONS(4210), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4212), + [sym_safe_nav] = ACTIONS(4212), [sym_multiline_comment] = ACTIONS(3), }, [2865] = { - [sym_type_constraints] = STATE(2947), - [sym_function_body] = STATE(3142), - [sym__block] = STATE(3245), - [sym__alpha_identifier] = ACTIONS(4300), - [anon_sym_AT] = ACTIONS(4302), - [anon_sym_LBRACK] = ACTIONS(4302), - [anon_sym_as] = ACTIONS(4300), - [anon_sym_EQ] = ACTIONS(6218), - [anon_sym_LBRACE] = ACTIONS(6220), - [anon_sym_RBRACE] = ACTIONS(4302), - [anon_sym_LPAREN] = ACTIONS(4302), - [anon_sym_COMMA] = ACTIONS(4302), - [anon_sym_LT] = ACTIONS(4300), - [anon_sym_GT] = ACTIONS(4300), + [sym_type_constraints] = STATE(3173), + [sym_function_body] = STATE(3168), + [sym__block] = STATE(3334), + [sym__alpha_identifier] = ACTIONS(4085), + [anon_sym_AT] = ACTIONS(4087), + [anon_sym_COLON] = ACTIONS(6300), + [anon_sym_LBRACK] = ACTIONS(4087), + [anon_sym_as] = ACTIONS(4085), + [anon_sym_EQ] = ACTIONS(6262), + [anon_sym_LBRACE] = ACTIONS(6244), + [anon_sym_RBRACE] = ACTIONS(4087), + [anon_sym_LPAREN] = ACTIONS(4087), + [anon_sym_LT] = ACTIONS(4085), + [anon_sym_GT] = ACTIONS(4085), [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(4300), - [anon_sym_fun] = ACTIONS(4300), - [anon_sym_DOT] = ACTIONS(4300), - [anon_sym_SEMI] = ACTIONS(4302), - [anon_sym_get] = ACTIONS(4300), - [anon_sym_set] = ACTIONS(4300), - [anon_sym_this] = ACTIONS(4300), - [anon_sym_super] = ACTIONS(4300), - [anon_sym_STAR] = ACTIONS(4300), - [sym_label] = ACTIONS(4300), - [anon_sym_in] = ACTIONS(4300), - [anon_sym_DOT_DOT] = ACTIONS(4302), - [anon_sym_QMARK_COLON] = ACTIONS(4302), - [anon_sym_AMP_AMP] = ACTIONS(4302), - [anon_sym_PIPE_PIPE] = ACTIONS(4302), - [anon_sym_null] = ACTIONS(4300), - [anon_sym_if] = ACTIONS(4300), - [anon_sym_else] = ACTIONS(4300), - [anon_sym_when] = ACTIONS(4300), - [anon_sym_try] = ACTIONS(4300), - [anon_sym_throw] = ACTIONS(4300), - [anon_sym_return] = ACTIONS(4300), - [anon_sym_continue] = ACTIONS(4300), - [anon_sym_break] = ACTIONS(4300), - [anon_sym_COLON_COLON] = ACTIONS(4302), - [anon_sym_PLUS_EQ] = ACTIONS(4302), - [anon_sym_DASH_EQ] = ACTIONS(4302), - [anon_sym_STAR_EQ] = ACTIONS(4302), - [anon_sym_SLASH_EQ] = ACTIONS(4302), - [anon_sym_PERCENT_EQ] = ACTIONS(4302), - [anon_sym_BANG_EQ] = ACTIONS(4300), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4302), - [anon_sym_EQ_EQ] = ACTIONS(4300), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4302), - [anon_sym_LT_EQ] = ACTIONS(4302), - [anon_sym_GT_EQ] = ACTIONS(4302), - [anon_sym_BANGin] = ACTIONS(4302), - [anon_sym_is] = ACTIONS(4300), - [anon_sym_BANGis] = ACTIONS(4302), - [anon_sym_PLUS] = ACTIONS(4300), - [anon_sym_DASH] = ACTIONS(4300), - [anon_sym_SLASH] = ACTIONS(4300), - [anon_sym_PERCENT] = ACTIONS(4300), - [anon_sym_as_QMARK] = ACTIONS(4302), - [anon_sym_PLUS_PLUS] = ACTIONS(4302), - [anon_sym_DASH_DASH] = ACTIONS(4302), - [anon_sym_BANG] = ACTIONS(4300), - [anon_sym_BANG_BANG] = ACTIONS(4302), - [anon_sym_data] = ACTIONS(4300), - [anon_sym_inner] = ACTIONS(4300), - [anon_sym_expect] = ACTIONS(4300), - [anon_sym_actual] = ACTIONS(4300), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4302), - [anon_sym_continue_AT] = ACTIONS(4302), - [anon_sym_break_AT] = ACTIONS(4302), - [sym_real_literal] = ACTIONS(4302), - [sym_integer_literal] = ACTIONS(4300), - [sym_hex_literal] = ACTIONS(4302), - [sym_bin_literal] = ACTIONS(4302), - [anon_sym_true] = ACTIONS(4300), - [anon_sym_false] = ACTIONS(4300), - [anon_sym_SQUOTE] = ACTIONS(4302), - [sym__backtick_identifier] = ACTIONS(4302), - [sym__automatic_semicolon] = ACTIONS(4302), - [sym_safe_nav] = ACTIONS(4302), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4302), + [anon_sym_object] = ACTIONS(4085), + [anon_sym_fun] = ACTIONS(4085), + [anon_sym_DOT] = ACTIONS(4085), + [anon_sym_SEMI] = ACTIONS(4087), + [anon_sym_get] = ACTIONS(4085), + [anon_sym_set] = ACTIONS(4085), + [anon_sym_this] = ACTIONS(4085), + [anon_sym_super] = ACTIONS(4085), + [anon_sym_STAR] = ACTIONS(4085), + [sym_label] = ACTIONS(4085), + [anon_sym_in] = ACTIONS(4085), + [anon_sym_DOT_DOT] = ACTIONS(4087), + [anon_sym_QMARK_COLON] = ACTIONS(4087), + [anon_sym_AMP_AMP] = ACTIONS(4087), + [anon_sym_PIPE_PIPE] = ACTIONS(4087), + [anon_sym_null] = ACTIONS(4085), + [anon_sym_if] = ACTIONS(4085), + [anon_sym_else] = ACTIONS(4085), + [anon_sym_when] = ACTIONS(4085), + [anon_sym_try] = ACTIONS(4085), + [anon_sym_throw] = ACTIONS(4085), + [anon_sym_return] = ACTIONS(4085), + [anon_sym_continue] = ACTIONS(4085), + [anon_sym_break] = ACTIONS(4085), + [anon_sym_COLON_COLON] = ACTIONS(4087), + [anon_sym_PLUS_EQ] = ACTIONS(4087), + [anon_sym_DASH_EQ] = ACTIONS(4087), + [anon_sym_STAR_EQ] = ACTIONS(4087), + [anon_sym_SLASH_EQ] = ACTIONS(4087), + [anon_sym_PERCENT_EQ] = ACTIONS(4087), + [anon_sym_BANG_EQ] = ACTIONS(4085), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4087), + [anon_sym_EQ_EQ] = ACTIONS(4085), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4087), + [anon_sym_LT_EQ] = ACTIONS(4087), + [anon_sym_GT_EQ] = ACTIONS(4087), + [anon_sym_BANGin] = ACTIONS(4087), + [anon_sym_is] = ACTIONS(4085), + [anon_sym_BANGis] = ACTIONS(4087), + [anon_sym_PLUS] = ACTIONS(4085), + [anon_sym_DASH] = ACTIONS(4085), + [anon_sym_SLASH] = ACTIONS(4085), + [anon_sym_PERCENT] = ACTIONS(4085), + [anon_sym_as_QMARK] = ACTIONS(4087), + [anon_sym_PLUS_PLUS] = ACTIONS(4087), + [anon_sym_DASH_DASH] = ACTIONS(4087), + [anon_sym_BANG] = ACTIONS(4085), + [anon_sym_BANG_BANG] = ACTIONS(4087), + [anon_sym_data] = ACTIONS(4085), + [anon_sym_inner] = ACTIONS(4085), + [anon_sym_expect] = ACTIONS(4085), + [anon_sym_actual] = ACTIONS(4085), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4087), + [anon_sym_continue_AT] = ACTIONS(4087), + [anon_sym_break_AT] = ACTIONS(4087), + [sym_real_literal] = ACTIONS(4087), + [sym_integer_literal] = ACTIONS(4085), + [sym_hex_literal] = ACTIONS(4087), + [sym_bin_literal] = ACTIONS(4087), + [anon_sym_true] = ACTIONS(4085), + [anon_sym_false] = ACTIONS(4085), + [anon_sym_SQUOTE] = ACTIONS(4087), + [sym__backtick_identifier] = ACTIONS(4087), + [sym__automatic_semicolon] = ACTIONS(4087), + [sym_safe_nav] = ACTIONS(4087), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4087), }, [2866] = { - [aux_sym_user_type_repeat1] = STATE(2850), - [sym__alpha_identifier] = ACTIONS(4142), - [anon_sym_AT] = ACTIONS(4144), - [anon_sym_LBRACK] = ACTIONS(4144), - [anon_sym_as] = ACTIONS(4142), - [anon_sym_EQ] = ACTIONS(4142), - [anon_sym_LBRACE] = ACTIONS(4144), - [anon_sym_RBRACE] = ACTIONS(4144), - [anon_sym_LPAREN] = ACTIONS(4144), - [anon_sym_COMMA] = ACTIONS(4144), - [anon_sym_by] = ACTIONS(4142), - [anon_sym_LT] = ACTIONS(4142), - [anon_sym_GT] = ACTIONS(4142), - [anon_sym_where] = ACTIONS(4142), - [anon_sym_object] = ACTIONS(4142), - [anon_sym_fun] = ACTIONS(4142), - [anon_sym_DOT] = ACTIONS(6299), - [anon_sym_SEMI] = ACTIONS(4144), - [anon_sym_get] = ACTIONS(4142), - [anon_sym_set] = ACTIONS(4142), - [anon_sym_this] = ACTIONS(4142), - [anon_sym_super] = ACTIONS(4142), - [sym__quest] = ACTIONS(4142), - [anon_sym_STAR] = ACTIONS(4142), - [sym_label] = ACTIONS(4142), - [anon_sym_in] = ACTIONS(4142), - [anon_sym_DOT_DOT] = ACTIONS(4144), - [anon_sym_QMARK_COLON] = ACTIONS(4144), - [anon_sym_AMP_AMP] = ACTIONS(4144), - [anon_sym_PIPE_PIPE] = ACTIONS(4144), - [anon_sym_null] = ACTIONS(4142), - [anon_sym_if] = ACTIONS(4142), - [anon_sym_else] = ACTIONS(4142), - [anon_sym_when] = ACTIONS(4142), - [anon_sym_try] = ACTIONS(4142), - [anon_sym_throw] = ACTIONS(4142), - [anon_sym_return] = ACTIONS(4142), - [anon_sym_continue] = ACTIONS(4142), - [anon_sym_break] = ACTIONS(4142), - [anon_sym_COLON_COLON] = ACTIONS(4144), - [anon_sym_PLUS_EQ] = ACTIONS(4144), - [anon_sym_DASH_EQ] = ACTIONS(4144), - [anon_sym_STAR_EQ] = ACTIONS(4144), - [anon_sym_SLASH_EQ] = ACTIONS(4144), - [anon_sym_PERCENT_EQ] = ACTIONS(4144), - [anon_sym_BANG_EQ] = ACTIONS(4142), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4144), - [anon_sym_EQ_EQ] = ACTIONS(4142), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4144), - [anon_sym_LT_EQ] = ACTIONS(4144), - [anon_sym_GT_EQ] = ACTIONS(4144), - [anon_sym_BANGin] = ACTIONS(4144), - [anon_sym_is] = ACTIONS(4142), - [anon_sym_BANGis] = ACTIONS(4144), - [anon_sym_PLUS] = ACTIONS(4142), - [anon_sym_DASH] = ACTIONS(4142), - [anon_sym_SLASH] = ACTIONS(4142), - [anon_sym_PERCENT] = ACTIONS(4142), - [anon_sym_as_QMARK] = ACTIONS(4144), - [anon_sym_PLUS_PLUS] = ACTIONS(4144), - [anon_sym_DASH_DASH] = ACTIONS(4144), - [anon_sym_BANG] = ACTIONS(4142), - [anon_sym_BANG_BANG] = ACTIONS(4144), - [anon_sym_data] = ACTIONS(4142), - [anon_sym_inner] = ACTIONS(4142), - [anon_sym_expect] = ACTIONS(4142), - [anon_sym_actual] = ACTIONS(4142), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4144), - [anon_sym_continue_AT] = ACTIONS(4144), - [anon_sym_break_AT] = ACTIONS(4144), - [sym_real_literal] = ACTIONS(4144), - [sym_integer_literal] = ACTIONS(4142), - [sym_hex_literal] = ACTIONS(4144), - [sym_bin_literal] = ACTIONS(4144), - [anon_sym_true] = ACTIONS(4142), - [anon_sym_false] = ACTIONS(4142), - [anon_sym_SQUOTE] = ACTIONS(4144), - [sym__backtick_identifier] = ACTIONS(4144), - [sym__automatic_semicolon] = ACTIONS(4144), - [sym_safe_nav] = ACTIONS(4144), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4144), + [sym_type_constraints] = STATE(2963), + [sym_function_body] = STATE(3166), + [sym__block] = STATE(3334), + [sym__alpha_identifier] = ACTIONS(4260), + [anon_sym_AT] = ACTIONS(4262), + [anon_sym_LBRACK] = ACTIONS(4262), + [anon_sym_as] = ACTIONS(4260), + [anon_sym_EQ] = ACTIONS(6242), + [anon_sym_LBRACE] = ACTIONS(6244), + [anon_sym_RBRACE] = ACTIONS(4262), + [anon_sym_LPAREN] = ACTIONS(4262), + [anon_sym_COMMA] = ACTIONS(4262), + [anon_sym_LT] = ACTIONS(4260), + [anon_sym_GT] = ACTIONS(4260), + [anon_sym_where] = ACTIONS(3118), + [anon_sym_object] = ACTIONS(4260), + [anon_sym_fun] = ACTIONS(4260), + [anon_sym_DOT] = ACTIONS(4260), + [anon_sym_SEMI] = ACTIONS(4262), + [anon_sym_get] = ACTIONS(4260), + [anon_sym_set] = ACTIONS(4260), + [anon_sym_this] = ACTIONS(4260), + [anon_sym_super] = ACTIONS(4260), + [anon_sym_STAR] = ACTIONS(4260), + [sym_label] = ACTIONS(4260), + [anon_sym_in] = ACTIONS(4260), + [anon_sym_DOT_DOT] = ACTIONS(4262), + [anon_sym_QMARK_COLON] = ACTIONS(4262), + [anon_sym_AMP_AMP] = ACTIONS(4262), + [anon_sym_PIPE_PIPE] = ACTIONS(4262), + [anon_sym_null] = ACTIONS(4260), + [anon_sym_if] = ACTIONS(4260), + [anon_sym_else] = ACTIONS(4260), + [anon_sym_when] = ACTIONS(4260), + [anon_sym_try] = ACTIONS(4260), + [anon_sym_throw] = ACTIONS(4260), + [anon_sym_return] = ACTIONS(4260), + [anon_sym_continue] = ACTIONS(4260), + [anon_sym_break] = ACTIONS(4260), + [anon_sym_COLON_COLON] = ACTIONS(4262), + [anon_sym_PLUS_EQ] = ACTIONS(4262), + [anon_sym_DASH_EQ] = ACTIONS(4262), + [anon_sym_STAR_EQ] = ACTIONS(4262), + [anon_sym_SLASH_EQ] = ACTIONS(4262), + [anon_sym_PERCENT_EQ] = ACTIONS(4262), + [anon_sym_BANG_EQ] = ACTIONS(4260), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4262), + [anon_sym_EQ_EQ] = ACTIONS(4260), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4262), + [anon_sym_LT_EQ] = ACTIONS(4262), + [anon_sym_GT_EQ] = ACTIONS(4262), + [anon_sym_BANGin] = ACTIONS(4262), + [anon_sym_is] = ACTIONS(4260), + [anon_sym_BANGis] = ACTIONS(4262), + [anon_sym_PLUS] = ACTIONS(4260), + [anon_sym_DASH] = ACTIONS(4260), + [anon_sym_SLASH] = ACTIONS(4260), + [anon_sym_PERCENT] = ACTIONS(4260), + [anon_sym_as_QMARK] = ACTIONS(4262), + [anon_sym_PLUS_PLUS] = ACTIONS(4262), + [anon_sym_DASH_DASH] = ACTIONS(4262), + [anon_sym_BANG] = ACTIONS(4260), + [anon_sym_BANG_BANG] = ACTIONS(4262), + [anon_sym_data] = ACTIONS(4260), + [anon_sym_inner] = ACTIONS(4260), + [anon_sym_expect] = ACTIONS(4260), + [anon_sym_actual] = ACTIONS(4260), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4262), + [anon_sym_continue_AT] = ACTIONS(4262), + [anon_sym_break_AT] = ACTIONS(4262), + [sym_real_literal] = ACTIONS(4262), + [sym_integer_literal] = ACTIONS(4260), + [sym_hex_literal] = ACTIONS(4262), + [sym_bin_literal] = ACTIONS(4262), + [anon_sym_true] = ACTIONS(4260), + [anon_sym_false] = ACTIONS(4260), + [anon_sym_SQUOTE] = ACTIONS(4262), + [sym__backtick_identifier] = ACTIONS(4262), + [sym__automatic_semicolon] = ACTIONS(4262), + [sym_safe_nav] = ACTIONS(4262), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4262), }, [2867] = { - [sym_type_constraints] = STATE(2932), - [sym_function_body] = STATE(3157), - [sym__block] = STATE(3245), - [sym__alpha_identifier] = ACTIONS(4095), - [anon_sym_AT] = ACTIONS(4097), - [anon_sym_LBRACK] = ACTIONS(4097), - [anon_sym_as] = ACTIONS(4095), - [anon_sym_EQ] = ACTIONS(6218), - [anon_sym_LBRACE] = ACTIONS(6220), - [anon_sym_RBRACE] = ACTIONS(4097), - [anon_sym_LPAREN] = ACTIONS(4097), - [anon_sym_COMMA] = ACTIONS(4097), - [anon_sym_LT] = ACTIONS(4095), - [anon_sym_GT] = ACTIONS(4095), - [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(4095), - [anon_sym_fun] = ACTIONS(4095), - [anon_sym_DOT] = ACTIONS(4095), - [anon_sym_SEMI] = ACTIONS(4097), - [anon_sym_get] = ACTIONS(4095), - [anon_sym_set] = ACTIONS(4095), - [anon_sym_this] = ACTIONS(4095), - [anon_sym_super] = ACTIONS(4095), - [anon_sym_STAR] = ACTIONS(4095), - [sym_label] = ACTIONS(4095), - [anon_sym_in] = ACTIONS(4095), - [anon_sym_DOT_DOT] = ACTIONS(4097), - [anon_sym_QMARK_COLON] = ACTIONS(4097), - [anon_sym_AMP_AMP] = ACTIONS(4097), - [anon_sym_PIPE_PIPE] = ACTIONS(4097), - [anon_sym_null] = ACTIONS(4095), - [anon_sym_if] = ACTIONS(4095), - [anon_sym_else] = ACTIONS(4095), - [anon_sym_when] = ACTIONS(4095), - [anon_sym_try] = ACTIONS(4095), - [anon_sym_throw] = ACTIONS(4095), - [anon_sym_return] = ACTIONS(4095), - [anon_sym_continue] = ACTIONS(4095), - [anon_sym_break] = ACTIONS(4095), - [anon_sym_COLON_COLON] = ACTIONS(4097), - [anon_sym_PLUS_EQ] = ACTIONS(4097), - [anon_sym_DASH_EQ] = ACTIONS(4097), - [anon_sym_STAR_EQ] = ACTIONS(4097), - [anon_sym_SLASH_EQ] = ACTIONS(4097), - [anon_sym_PERCENT_EQ] = ACTIONS(4097), - [anon_sym_BANG_EQ] = ACTIONS(4095), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4097), - [anon_sym_EQ_EQ] = ACTIONS(4095), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4097), - [anon_sym_LT_EQ] = ACTIONS(4097), - [anon_sym_GT_EQ] = ACTIONS(4097), - [anon_sym_BANGin] = ACTIONS(4097), - [anon_sym_is] = ACTIONS(4095), - [anon_sym_BANGis] = ACTIONS(4097), - [anon_sym_PLUS] = ACTIONS(4095), - [anon_sym_DASH] = ACTIONS(4095), - [anon_sym_SLASH] = ACTIONS(4095), - [anon_sym_PERCENT] = ACTIONS(4095), - [anon_sym_as_QMARK] = ACTIONS(4097), - [anon_sym_PLUS_PLUS] = ACTIONS(4097), - [anon_sym_DASH_DASH] = ACTIONS(4097), - [anon_sym_BANG] = ACTIONS(4095), - [anon_sym_BANG_BANG] = ACTIONS(4097), - [anon_sym_data] = ACTIONS(4095), - [anon_sym_inner] = ACTIONS(4095), - [anon_sym_expect] = ACTIONS(4095), - [anon_sym_actual] = ACTIONS(4095), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4097), - [anon_sym_continue_AT] = ACTIONS(4097), - [anon_sym_break_AT] = ACTIONS(4097), - [sym_real_literal] = ACTIONS(4097), - [sym_integer_literal] = ACTIONS(4095), - [sym_hex_literal] = ACTIONS(4097), - [sym_bin_literal] = ACTIONS(4097), - [anon_sym_true] = ACTIONS(4095), - [anon_sym_false] = ACTIONS(4095), - [anon_sym_SQUOTE] = ACTIONS(4097), - [sym__backtick_identifier] = ACTIONS(4097), - [sym__automatic_semicolon] = ACTIONS(4097), - [sym_safe_nav] = ACTIONS(4097), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4097), + [aux_sym_nullable_type_repeat1] = STATE(2849), + [sym__alpha_identifier] = ACTIONS(4250), + [anon_sym_AT] = ACTIONS(4252), + [anon_sym_LBRACK] = ACTIONS(4252), + [anon_sym_RBRACK] = ACTIONS(4252), + [anon_sym_as] = ACTIONS(4250), + [anon_sym_EQ] = ACTIONS(4250), + [anon_sym_LBRACE] = ACTIONS(4252), + [anon_sym_RBRACE] = ACTIONS(4252), + [anon_sym_LPAREN] = ACTIONS(4252), + [anon_sym_COMMA] = ACTIONS(4252), + [anon_sym_RPAREN] = ACTIONS(4252), + [anon_sym_by] = ACTIONS(4250), + [anon_sym_LT] = ACTIONS(4250), + [anon_sym_GT] = ACTIONS(4250), + [anon_sym_where] = ACTIONS(4250), + [anon_sym_DOT] = ACTIONS(4250), + [anon_sym_SEMI] = ACTIONS(4252), + [anon_sym_get] = ACTIONS(4250), + [anon_sym_set] = ACTIONS(4250), + [sym__quest] = ACTIONS(6302), + [anon_sym_STAR] = ACTIONS(4250), + [anon_sym_DASH_GT] = ACTIONS(4252), + [sym_label] = ACTIONS(4252), + [anon_sym_in] = ACTIONS(4250), + [anon_sym_while] = ACTIONS(4250), + [anon_sym_DOT_DOT] = ACTIONS(4252), + [anon_sym_QMARK_COLON] = ACTIONS(4252), + [anon_sym_AMP_AMP] = ACTIONS(4252), + [anon_sym_PIPE_PIPE] = ACTIONS(4252), + [anon_sym_else] = ACTIONS(4250), + [anon_sym_COLON_COLON] = ACTIONS(4252), + [anon_sym_PLUS_EQ] = ACTIONS(4252), + [anon_sym_DASH_EQ] = ACTIONS(4252), + [anon_sym_STAR_EQ] = ACTIONS(4252), + [anon_sym_SLASH_EQ] = ACTIONS(4252), + [anon_sym_PERCENT_EQ] = ACTIONS(4252), + [anon_sym_BANG_EQ] = ACTIONS(4250), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4252), + [anon_sym_EQ_EQ] = ACTIONS(4250), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4252), + [anon_sym_LT_EQ] = ACTIONS(4252), + [anon_sym_GT_EQ] = ACTIONS(4252), + [anon_sym_BANGin] = ACTIONS(4252), + [anon_sym_is] = ACTIONS(4250), + [anon_sym_BANGis] = ACTIONS(4252), + [anon_sym_PLUS] = ACTIONS(4250), + [anon_sym_DASH] = ACTIONS(4250), + [anon_sym_SLASH] = ACTIONS(4250), + [anon_sym_PERCENT] = ACTIONS(4250), + [anon_sym_as_QMARK] = ACTIONS(4252), + [anon_sym_PLUS_PLUS] = ACTIONS(4252), + [anon_sym_DASH_DASH] = ACTIONS(4252), + [anon_sym_BANG_BANG] = ACTIONS(4252), + [anon_sym_suspend] = ACTIONS(4250), + [anon_sym_sealed] = ACTIONS(4250), + [anon_sym_annotation] = ACTIONS(4250), + [anon_sym_data] = ACTIONS(4250), + [anon_sym_inner] = ACTIONS(4250), + [anon_sym_override] = ACTIONS(4250), + [anon_sym_lateinit] = ACTIONS(4250), + [anon_sym_public] = ACTIONS(4250), + [anon_sym_private] = ACTIONS(4250), + [anon_sym_internal] = ACTIONS(4250), + [anon_sym_protected] = ACTIONS(4250), + [anon_sym_tailrec] = ACTIONS(4250), + [anon_sym_operator] = ACTIONS(4250), + [anon_sym_infix] = ACTIONS(4250), + [anon_sym_inline] = ACTIONS(4250), + [anon_sym_external] = ACTIONS(4250), + [sym_property_modifier] = ACTIONS(4250), + [anon_sym_abstract] = ACTIONS(4250), + [anon_sym_final] = ACTIONS(4250), + [anon_sym_open] = ACTIONS(4250), + [anon_sym_vararg] = ACTIONS(4250), + [anon_sym_noinline] = ACTIONS(4250), + [anon_sym_crossinline] = ACTIONS(4250), + [anon_sym_expect] = ACTIONS(4250), + [anon_sym_actual] = ACTIONS(4250), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4252), + [sym_safe_nav] = ACTIONS(4252), + [sym_multiline_comment] = ACTIONS(3), }, [2868] = { - [sym_function_body] = STATE(3394), - [sym__block] = STATE(3245), - [sym__alpha_identifier] = ACTIONS(4336), - [anon_sym_AT] = ACTIONS(4338), - [anon_sym_COLON] = ACTIONS(6302), - [anon_sym_LBRACK] = ACTIONS(4338), - [anon_sym_as] = ACTIONS(4336), - [anon_sym_EQ] = ACTIONS(6218), - [anon_sym_LBRACE] = ACTIONS(6220), - [anon_sym_RBRACE] = ACTIONS(4338), - [anon_sym_LPAREN] = ACTIONS(4338), - [anon_sym_COMMA] = ACTIONS(4338), - [anon_sym_LT] = ACTIONS(4336), - [anon_sym_GT] = ACTIONS(4336), - [anon_sym_where] = ACTIONS(4336), - [anon_sym_object] = ACTIONS(4336), - [anon_sym_fun] = ACTIONS(4336), - [anon_sym_DOT] = ACTIONS(4336), - [anon_sym_SEMI] = ACTIONS(4338), - [anon_sym_get] = ACTIONS(4336), - [anon_sym_set] = ACTIONS(4336), - [anon_sym_this] = ACTIONS(4336), - [anon_sym_super] = ACTIONS(4336), - [anon_sym_STAR] = ACTIONS(4336), - [sym_label] = ACTIONS(4336), - [anon_sym_in] = ACTIONS(4336), - [anon_sym_DOT_DOT] = ACTIONS(4338), - [anon_sym_QMARK_COLON] = ACTIONS(4338), - [anon_sym_AMP_AMP] = ACTIONS(4338), - [anon_sym_PIPE_PIPE] = ACTIONS(4338), - [anon_sym_null] = ACTIONS(4336), - [anon_sym_if] = ACTIONS(4336), - [anon_sym_else] = ACTIONS(4336), - [anon_sym_when] = ACTIONS(4336), - [anon_sym_try] = ACTIONS(4336), - [anon_sym_throw] = ACTIONS(4336), - [anon_sym_return] = ACTIONS(4336), - [anon_sym_continue] = ACTIONS(4336), - [anon_sym_break] = ACTIONS(4336), - [anon_sym_COLON_COLON] = ACTIONS(4338), - [anon_sym_PLUS_EQ] = ACTIONS(4338), - [anon_sym_DASH_EQ] = ACTIONS(4338), - [anon_sym_STAR_EQ] = ACTIONS(4338), - [anon_sym_SLASH_EQ] = ACTIONS(4338), - [anon_sym_PERCENT_EQ] = ACTIONS(4338), - [anon_sym_BANG_EQ] = ACTIONS(4336), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4338), - [anon_sym_EQ_EQ] = ACTIONS(4336), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4338), - [anon_sym_LT_EQ] = ACTIONS(4338), - [anon_sym_GT_EQ] = ACTIONS(4338), - [anon_sym_BANGin] = ACTIONS(4338), - [anon_sym_is] = ACTIONS(4336), - [anon_sym_BANGis] = ACTIONS(4338), - [anon_sym_PLUS] = ACTIONS(4336), - [anon_sym_DASH] = ACTIONS(4336), - [anon_sym_SLASH] = ACTIONS(4336), - [anon_sym_PERCENT] = ACTIONS(4336), - [anon_sym_as_QMARK] = ACTIONS(4338), - [anon_sym_PLUS_PLUS] = ACTIONS(4338), - [anon_sym_DASH_DASH] = ACTIONS(4338), - [anon_sym_BANG] = ACTIONS(4336), - [anon_sym_BANG_BANG] = ACTIONS(4338), - [anon_sym_data] = ACTIONS(4336), - [anon_sym_inner] = ACTIONS(4336), - [anon_sym_expect] = ACTIONS(4336), - [anon_sym_actual] = ACTIONS(4336), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4338), - [anon_sym_continue_AT] = ACTIONS(4338), - [anon_sym_break_AT] = ACTIONS(4338), - [sym_real_literal] = ACTIONS(4338), - [sym_integer_literal] = ACTIONS(4336), - [sym_hex_literal] = ACTIONS(4338), - [sym_bin_literal] = ACTIONS(4338), - [anon_sym_true] = ACTIONS(4336), - [anon_sym_false] = ACTIONS(4336), - [anon_sym_SQUOTE] = ACTIONS(4338), - [sym__backtick_identifier] = ACTIONS(4338), - [sym__automatic_semicolon] = ACTIONS(4338), - [sym_safe_nav] = ACTIONS(4338), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4338), + [sym_type_constraints] = STATE(2939), + [sym_function_body] = STATE(3267), + [sym__block] = STATE(3464), + [sym__alpha_identifier] = ACTIONS(4260), + [anon_sym_AT] = ACTIONS(4262), + [anon_sym_LBRACK] = ACTIONS(4262), + [anon_sym_RBRACK] = ACTIONS(4262), + [anon_sym_as] = ACTIONS(4260), + [anon_sym_EQ] = ACTIONS(6231), + [anon_sym_LBRACE] = ACTIONS(6233), + [anon_sym_RBRACE] = ACTIONS(4262), + [anon_sym_LPAREN] = ACTIONS(4262), + [anon_sym_COMMA] = ACTIONS(4262), + [anon_sym_RPAREN] = ACTIONS(4262), + [anon_sym_LT] = ACTIONS(4260), + [anon_sym_GT] = ACTIONS(4260), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(4260), + [anon_sym_SEMI] = ACTIONS(4262), + [anon_sym_get] = ACTIONS(4260), + [anon_sym_set] = ACTIONS(4260), + [anon_sym_STAR] = ACTIONS(4260), + [anon_sym_DASH_GT] = ACTIONS(4262), + [sym_label] = ACTIONS(4262), + [anon_sym_in] = ACTIONS(4260), + [anon_sym_while] = ACTIONS(4260), + [anon_sym_DOT_DOT] = ACTIONS(4262), + [anon_sym_QMARK_COLON] = ACTIONS(4262), + [anon_sym_AMP_AMP] = ACTIONS(4262), + [anon_sym_PIPE_PIPE] = ACTIONS(4262), + [anon_sym_else] = ACTIONS(4260), + [anon_sym_COLON_COLON] = ACTIONS(4262), + [anon_sym_PLUS_EQ] = ACTIONS(4262), + [anon_sym_DASH_EQ] = ACTIONS(4262), + [anon_sym_STAR_EQ] = ACTIONS(4262), + [anon_sym_SLASH_EQ] = ACTIONS(4262), + [anon_sym_PERCENT_EQ] = ACTIONS(4262), + [anon_sym_BANG_EQ] = ACTIONS(4260), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4262), + [anon_sym_EQ_EQ] = ACTIONS(4260), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4262), + [anon_sym_LT_EQ] = ACTIONS(4262), + [anon_sym_GT_EQ] = ACTIONS(4262), + [anon_sym_BANGin] = ACTIONS(4262), + [anon_sym_is] = ACTIONS(4260), + [anon_sym_BANGis] = ACTIONS(4262), + [anon_sym_PLUS] = ACTIONS(4260), + [anon_sym_DASH] = ACTIONS(4260), + [anon_sym_SLASH] = ACTIONS(4260), + [anon_sym_PERCENT] = ACTIONS(4260), + [anon_sym_as_QMARK] = ACTIONS(4262), + [anon_sym_PLUS_PLUS] = ACTIONS(4262), + [anon_sym_DASH_DASH] = ACTIONS(4262), + [anon_sym_BANG_BANG] = ACTIONS(4262), + [anon_sym_suspend] = ACTIONS(4260), + [anon_sym_sealed] = ACTIONS(4260), + [anon_sym_annotation] = ACTIONS(4260), + [anon_sym_data] = ACTIONS(4260), + [anon_sym_inner] = ACTIONS(4260), + [anon_sym_override] = ACTIONS(4260), + [anon_sym_lateinit] = ACTIONS(4260), + [anon_sym_public] = ACTIONS(4260), + [anon_sym_private] = ACTIONS(4260), + [anon_sym_internal] = ACTIONS(4260), + [anon_sym_protected] = ACTIONS(4260), + [anon_sym_tailrec] = ACTIONS(4260), + [anon_sym_operator] = ACTIONS(4260), + [anon_sym_infix] = ACTIONS(4260), + [anon_sym_inline] = ACTIONS(4260), + [anon_sym_external] = ACTIONS(4260), + [sym_property_modifier] = ACTIONS(4260), + [anon_sym_abstract] = ACTIONS(4260), + [anon_sym_final] = ACTIONS(4260), + [anon_sym_open] = ACTIONS(4260), + [anon_sym_vararg] = ACTIONS(4260), + [anon_sym_noinline] = ACTIONS(4260), + [anon_sym_crossinline] = ACTIONS(4260), + [anon_sym_expect] = ACTIONS(4260), + [anon_sym_actual] = ACTIONS(4260), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4262), + [sym_safe_nav] = ACTIONS(4262), + [sym_multiline_comment] = ACTIONS(3), }, [2869] = { - [sym_type_constraints] = STATE(2991), - [sym_enum_class_body] = STATE(3293), - [sym__alpha_identifier] = ACTIONS(4213), - [anon_sym_AT] = ACTIONS(4215), + [sym_function_body] = STATE(3365), + [sym__block] = STATE(3464), + [sym__alpha_identifier] = ACTIONS(4198), + [anon_sym_AT] = ACTIONS(4200), [anon_sym_COLON] = ACTIONS(6304), - [anon_sym_LBRACK] = ACTIONS(4215), - [anon_sym_RBRACK] = ACTIONS(4215), - [anon_sym_as] = ACTIONS(4213), - [anon_sym_EQ] = ACTIONS(4213), - [anon_sym_LBRACE] = ACTIONS(5155), - [anon_sym_RBRACE] = ACTIONS(4215), - [anon_sym_LPAREN] = ACTIONS(4215), - [anon_sym_COMMA] = ACTIONS(4215), - [anon_sym_RPAREN] = ACTIONS(4215), - [anon_sym_LT] = ACTIONS(4213), - [anon_sym_GT] = ACTIONS(4213), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(4213), - [anon_sym_SEMI] = ACTIONS(4215), - [anon_sym_get] = ACTIONS(4213), - [anon_sym_set] = ACTIONS(4213), - [anon_sym_STAR] = ACTIONS(4213), - [anon_sym_DASH_GT] = ACTIONS(4215), - [sym_label] = ACTIONS(4215), - [anon_sym_in] = ACTIONS(4213), - [anon_sym_while] = ACTIONS(4213), - [anon_sym_DOT_DOT] = ACTIONS(4215), - [anon_sym_QMARK_COLON] = ACTIONS(4215), - [anon_sym_AMP_AMP] = ACTIONS(4215), - [anon_sym_PIPE_PIPE] = ACTIONS(4215), - [anon_sym_else] = ACTIONS(4213), - [anon_sym_COLON_COLON] = ACTIONS(4215), - [anon_sym_PLUS_EQ] = ACTIONS(4215), - [anon_sym_DASH_EQ] = ACTIONS(4215), - [anon_sym_STAR_EQ] = ACTIONS(4215), - [anon_sym_SLASH_EQ] = ACTIONS(4215), - [anon_sym_PERCENT_EQ] = ACTIONS(4215), - [anon_sym_BANG_EQ] = ACTIONS(4213), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4215), - [anon_sym_EQ_EQ] = ACTIONS(4213), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4215), - [anon_sym_LT_EQ] = ACTIONS(4215), - [anon_sym_GT_EQ] = ACTIONS(4215), - [anon_sym_BANGin] = ACTIONS(4215), - [anon_sym_is] = ACTIONS(4213), - [anon_sym_BANGis] = ACTIONS(4215), - [anon_sym_PLUS] = ACTIONS(4213), - [anon_sym_DASH] = ACTIONS(4213), - [anon_sym_SLASH] = ACTIONS(4213), - [anon_sym_PERCENT] = ACTIONS(4213), - [anon_sym_as_QMARK] = ACTIONS(4215), - [anon_sym_PLUS_PLUS] = ACTIONS(4215), - [anon_sym_DASH_DASH] = ACTIONS(4215), - [anon_sym_BANG_BANG] = ACTIONS(4215), - [anon_sym_suspend] = ACTIONS(4213), - [anon_sym_sealed] = ACTIONS(4213), - [anon_sym_annotation] = ACTIONS(4213), - [anon_sym_data] = ACTIONS(4213), - [anon_sym_inner] = ACTIONS(4213), - [anon_sym_override] = ACTIONS(4213), - [anon_sym_lateinit] = ACTIONS(4213), - [anon_sym_public] = ACTIONS(4213), - [anon_sym_private] = ACTIONS(4213), - [anon_sym_internal] = ACTIONS(4213), - [anon_sym_protected] = ACTIONS(4213), - [anon_sym_tailrec] = ACTIONS(4213), - [anon_sym_operator] = ACTIONS(4213), - [anon_sym_infix] = ACTIONS(4213), - [anon_sym_inline] = ACTIONS(4213), - [anon_sym_external] = ACTIONS(4213), - [sym_property_modifier] = ACTIONS(4213), - [anon_sym_abstract] = ACTIONS(4213), - [anon_sym_final] = ACTIONS(4213), - [anon_sym_open] = ACTIONS(4213), - [anon_sym_vararg] = ACTIONS(4213), - [anon_sym_noinline] = ACTIONS(4213), - [anon_sym_crossinline] = ACTIONS(4213), - [anon_sym_expect] = ACTIONS(4213), - [anon_sym_actual] = ACTIONS(4213), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4215), - [sym_safe_nav] = ACTIONS(4215), + [anon_sym_LBRACK] = ACTIONS(4200), + [anon_sym_RBRACK] = ACTIONS(4200), + [anon_sym_as] = ACTIONS(4198), + [anon_sym_EQ] = ACTIONS(6231), + [anon_sym_LBRACE] = ACTIONS(6233), + [anon_sym_RBRACE] = ACTIONS(4200), + [anon_sym_LPAREN] = ACTIONS(4200), + [anon_sym_COMMA] = ACTIONS(4200), + [anon_sym_RPAREN] = ACTIONS(4200), + [anon_sym_LT] = ACTIONS(4198), + [anon_sym_GT] = ACTIONS(4198), + [anon_sym_where] = ACTIONS(4198), + [anon_sym_DOT] = ACTIONS(4198), + [anon_sym_SEMI] = ACTIONS(4200), + [anon_sym_get] = ACTIONS(4198), + [anon_sym_set] = ACTIONS(4198), + [anon_sym_STAR] = ACTIONS(4198), + [anon_sym_DASH_GT] = ACTIONS(4200), + [sym_label] = ACTIONS(4200), + [anon_sym_in] = ACTIONS(4198), + [anon_sym_while] = ACTIONS(4198), + [anon_sym_DOT_DOT] = ACTIONS(4200), + [anon_sym_QMARK_COLON] = ACTIONS(4200), + [anon_sym_AMP_AMP] = ACTIONS(4200), + [anon_sym_PIPE_PIPE] = ACTIONS(4200), + [anon_sym_else] = ACTIONS(4198), + [anon_sym_COLON_COLON] = ACTIONS(4200), + [anon_sym_PLUS_EQ] = ACTIONS(4200), + [anon_sym_DASH_EQ] = ACTIONS(4200), + [anon_sym_STAR_EQ] = ACTIONS(4200), + [anon_sym_SLASH_EQ] = ACTIONS(4200), + [anon_sym_PERCENT_EQ] = ACTIONS(4200), + [anon_sym_BANG_EQ] = ACTIONS(4198), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4200), + [anon_sym_EQ_EQ] = ACTIONS(4198), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4200), + [anon_sym_LT_EQ] = ACTIONS(4200), + [anon_sym_GT_EQ] = ACTIONS(4200), + [anon_sym_BANGin] = ACTIONS(4200), + [anon_sym_is] = ACTIONS(4198), + [anon_sym_BANGis] = ACTIONS(4200), + [anon_sym_PLUS] = ACTIONS(4198), + [anon_sym_DASH] = ACTIONS(4198), + [anon_sym_SLASH] = ACTIONS(4198), + [anon_sym_PERCENT] = ACTIONS(4198), + [anon_sym_as_QMARK] = ACTIONS(4200), + [anon_sym_PLUS_PLUS] = ACTIONS(4200), + [anon_sym_DASH_DASH] = ACTIONS(4200), + [anon_sym_BANG_BANG] = ACTIONS(4200), + [anon_sym_suspend] = ACTIONS(4198), + [anon_sym_sealed] = ACTIONS(4198), + [anon_sym_annotation] = ACTIONS(4198), + [anon_sym_data] = ACTIONS(4198), + [anon_sym_inner] = ACTIONS(4198), + [anon_sym_override] = ACTIONS(4198), + [anon_sym_lateinit] = ACTIONS(4198), + [anon_sym_public] = ACTIONS(4198), + [anon_sym_private] = ACTIONS(4198), + [anon_sym_internal] = ACTIONS(4198), + [anon_sym_protected] = ACTIONS(4198), + [anon_sym_tailrec] = ACTIONS(4198), + [anon_sym_operator] = ACTIONS(4198), + [anon_sym_infix] = ACTIONS(4198), + [anon_sym_inline] = ACTIONS(4198), + [anon_sym_external] = ACTIONS(4198), + [sym_property_modifier] = ACTIONS(4198), + [anon_sym_abstract] = ACTIONS(4198), + [anon_sym_final] = ACTIONS(4198), + [anon_sym_open] = ACTIONS(4198), + [anon_sym_vararg] = ACTIONS(4198), + [anon_sym_noinline] = ACTIONS(4198), + [anon_sym_crossinline] = ACTIONS(4198), + [anon_sym_expect] = ACTIONS(4198), + [anon_sym_actual] = ACTIONS(4198), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4200), + [sym_safe_nav] = ACTIONS(4200), [sym_multiline_comment] = ACTIONS(3), }, [2870] = { - [sym_annotated_lambda] = STATE(3729), - [sym_lambda_literal] = STATE(3860), - [sym_annotation] = STATE(7852), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7852), - [sym__alpha_identifier] = ACTIONS(3840), - [anon_sym_AT] = ACTIONS(3842), - [anon_sym_LBRACK] = ACTIONS(3842), - [anon_sym_as] = ACTIONS(3840), - [anon_sym_EQ] = ACTIONS(3840), - [anon_sym_LBRACE] = ACTIONS(3842), - [anon_sym_RBRACE] = ACTIONS(3842), - [anon_sym_LPAREN] = ACTIONS(3842), - [anon_sym_COMMA] = ACTIONS(3842), - [anon_sym_LT] = ACTIONS(3840), - [anon_sym_GT] = ACTIONS(3840), - [anon_sym_where] = ACTIONS(3840), - [anon_sym_DOT] = ACTIONS(3840), - [anon_sym_SEMI] = ACTIONS(3842), - [anon_sym_get] = ACTIONS(3840), - [anon_sym_set] = ACTIONS(3840), - [anon_sym_STAR] = ACTIONS(3840), - [sym_label] = ACTIONS(3842), - [anon_sym_in] = ACTIONS(3840), - [anon_sym_DOT_DOT] = ACTIONS(3842), - [anon_sym_QMARK_COLON] = ACTIONS(3842), - [anon_sym_AMP_AMP] = ACTIONS(3842), - [anon_sym_PIPE_PIPE] = ACTIONS(3842), - [anon_sym_else] = ACTIONS(3840), - [anon_sym_COLON_COLON] = ACTIONS(3842), - [anon_sym_PLUS_EQ] = ACTIONS(3842), - [anon_sym_DASH_EQ] = ACTIONS(3842), - [anon_sym_STAR_EQ] = ACTIONS(3842), - [anon_sym_SLASH_EQ] = ACTIONS(3842), - [anon_sym_PERCENT_EQ] = ACTIONS(3842), - [anon_sym_BANG_EQ] = ACTIONS(3840), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3842), - [anon_sym_EQ_EQ] = ACTIONS(3840), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3842), - [anon_sym_LT_EQ] = ACTIONS(3842), - [anon_sym_GT_EQ] = ACTIONS(3842), - [anon_sym_BANGin] = ACTIONS(3842), - [anon_sym_is] = ACTIONS(3840), - [anon_sym_BANGis] = ACTIONS(3842), - [anon_sym_PLUS] = ACTIONS(3840), - [anon_sym_DASH] = ACTIONS(3840), - [anon_sym_SLASH] = ACTIONS(3840), - [anon_sym_PERCENT] = ACTIONS(3840), - [anon_sym_as_QMARK] = ACTIONS(3842), - [anon_sym_PLUS_PLUS] = ACTIONS(3842), - [anon_sym_DASH_DASH] = ACTIONS(3842), - [anon_sym_BANG_BANG] = ACTIONS(3842), - [anon_sym_suspend] = ACTIONS(3840), - [anon_sym_sealed] = ACTIONS(3840), - [anon_sym_annotation] = ACTIONS(3840), - [anon_sym_data] = ACTIONS(3840), - [anon_sym_inner] = ACTIONS(3840), - [anon_sym_override] = ACTIONS(3840), - [anon_sym_lateinit] = ACTIONS(3840), - [anon_sym_public] = ACTIONS(3840), - [anon_sym_private] = ACTIONS(3840), - [anon_sym_internal] = ACTIONS(3840), - [anon_sym_protected] = ACTIONS(3840), - [anon_sym_tailrec] = ACTIONS(3840), - [anon_sym_operator] = ACTIONS(3840), - [anon_sym_infix] = ACTIONS(3840), - [anon_sym_inline] = ACTIONS(3840), - [anon_sym_external] = ACTIONS(3840), - [sym_property_modifier] = ACTIONS(3840), - [anon_sym_abstract] = ACTIONS(3840), - [anon_sym_final] = ACTIONS(3840), - [anon_sym_open] = ACTIONS(3840), - [anon_sym_vararg] = ACTIONS(3840), - [anon_sym_noinline] = ACTIONS(3840), - [anon_sym_crossinline] = ACTIONS(3840), - [anon_sym_expect] = ACTIONS(3840), - [anon_sym_actual] = ACTIONS(3840), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3842), - [sym__automatic_semicolon] = ACTIONS(3842), - [sym_safe_nav] = ACTIONS(3842), - [sym_multiline_comment] = ACTIONS(3), + [sym_type_constraints] = STATE(2958), + [sym_function_body] = STATE(3153), + [sym__block] = STATE(3334), + [sym__alpha_identifier] = ACTIONS(4099), + [anon_sym_AT] = ACTIONS(4101), + [anon_sym_LBRACK] = ACTIONS(4101), + [anon_sym_as] = ACTIONS(4099), + [anon_sym_EQ] = ACTIONS(6242), + [anon_sym_LBRACE] = ACTIONS(6244), + [anon_sym_RBRACE] = ACTIONS(4101), + [anon_sym_LPAREN] = ACTIONS(4101), + [anon_sym_COMMA] = ACTIONS(4101), + [anon_sym_LT] = ACTIONS(4099), + [anon_sym_GT] = ACTIONS(4099), + [anon_sym_where] = ACTIONS(3118), + [anon_sym_object] = ACTIONS(4099), + [anon_sym_fun] = ACTIONS(4099), + [anon_sym_DOT] = ACTIONS(4099), + [anon_sym_SEMI] = ACTIONS(4101), + [anon_sym_get] = ACTIONS(4099), + [anon_sym_set] = ACTIONS(4099), + [anon_sym_this] = ACTIONS(4099), + [anon_sym_super] = ACTIONS(4099), + [anon_sym_STAR] = ACTIONS(4099), + [sym_label] = ACTIONS(4099), + [anon_sym_in] = ACTIONS(4099), + [anon_sym_DOT_DOT] = ACTIONS(4101), + [anon_sym_QMARK_COLON] = ACTIONS(4101), + [anon_sym_AMP_AMP] = ACTIONS(4101), + [anon_sym_PIPE_PIPE] = ACTIONS(4101), + [anon_sym_null] = ACTIONS(4099), + [anon_sym_if] = ACTIONS(4099), + [anon_sym_else] = ACTIONS(4099), + [anon_sym_when] = ACTIONS(4099), + [anon_sym_try] = ACTIONS(4099), + [anon_sym_throw] = ACTIONS(4099), + [anon_sym_return] = ACTIONS(4099), + [anon_sym_continue] = ACTIONS(4099), + [anon_sym_break] = ACTIONS(4099), + [anon_sym_COLON_COLON] = ACTIONS(4101), + [anon_sym_PLUS_EQ] = ACTIONS(4101), + [anon_sym_DASH_EQ] = ACTIONS(4101), + [anon_sym_STAR_EQ] = ACTIONS(4101), + [anon_sym_SLASH_EQ] = ACTIONS(4101), + [anon_sym_PERCENT_EQ] = ACTIONS(4101), + [anon_sym_BANG_EQ] = ACTIONS(4099), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4101), + [anon_sym_EQ_EQ] = ACTIONS(4099), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4101), + [anon_sym_LT_EQ] = ACTIONS(4101), + [anon_sym_GT_EQ] = ACTIONS(4101), + [anon_sym_BANGin] = ACTIONS(4101), + [anon_sym_is] = ACTIONS(4099), + [anon_sym_BANGis] = ACTIONS(4101), + [anon_sym_PLUS] = ACTIONS(4099), + [anon_sym_DASH] = ACTIONS(4099), + [anon_sym_SLASH] = ACTIONS(4099), + [anon_sym_PERCENT] = ACTIONS(4099), + [anon_sym_as_QMARK] = ACTIONS(4101), + [anon_sym_PLUS_PLUS] = ACTIONS(4101), + [anon_sym_DASH_DASH] = ACTIONS(4101), + [anon_sym_BANG] = ACTIONS(4099), + [anon_sym_BANG_BANG] = ACTIONS(4101), + [anon_sym_data] = ACTIONS(4099), + [anon_sym_inner] = ACTIONS(4099), + [anon_sym_expect] = ACTIONS(4099), + [anon_sym_actual] = ACTIONS(4099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4101), + [anon_sym_continue_AT] = ACTIONS(4101), + [anon_sym_break_AT] = ACTIONS(4101), + [sym_real_literal] = ACTIONS(4101), + [sym_integer_literal] = ACTIONS(4099), + [sym_hex_literal] = ACTIONS(4101), + [sym_bin_literal] = ACTIONS(4101), + [anon_sym_true] = ACTIONS(4099), + [anon_sym_false] = ACTIONS(4099), + [anon_sym_SQUOTE] = ACTIONS(4101), + [sym__backtick_identifier] = ACTIONS(4101), + [sym__automatic_semicolon] = ACTIONS(4101), + [sym_safe_nav] = ACTIONS(4101), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4101), }, [2871] = { - [sym_indexing_suffix] = STATE(6624), - [sym_navigation_suffix] = STATE(6624), - [sym__postfix_unary_operator] = STATE(6624), - [sym__member_access_operator] = STATE(7210), - [sym__postfix_unary_suffix] = STATE(6624), - [aux_sym__postfix_unary_expression_repeat1] = STATE(6624), - [sym__alpha_identifier] = ACTIONS(3874), - [anon_sym_AT] = ACTIONS(3876), - [anon_sym_LBRACK] = ACTIONS(3878), - [anon_sym_as] = ACTIONS(3874), - [anon_sym_EQ] = ACTIONS(4017), - [anon_sym_LBRACE] = ACTIONS(3876), - [anon_sym_RBRACE] = ACTIONS(3876), - [anon_sym_LPAREN] = ACTIONS(3876), - [anon_sym_COMMA] = ACTIONS(3876), - [anon_sym_LT] = ACTIONS(3874), - [anon_sym_GT] = ACTIONS(3874), - [anon_sym_where] = ACTIONS(3874), - [anon_sym_DOT] = ACTIONS(3884), - [anon_sym_SEMI] = ACTIONS(3876), - [anon_sym_get] = ACTIONS(3874), - [anon_sym_set] = ACTIONS(3874), - [anon_sym_STAR] = ACTIONS(3874), - [sym_label] = ACTIONS(3876), - [anon_sym_in] = ACTIONS(3874), - [anon_sym_DOT_DOT] = ACTIONS(3876), - [anon_sym_QMARK_COLON] = ACTIONS(3876), - [anon_sym_AMP_AMP] = ACTIONS(3876), - [anon_sym_PIPE_PIPE] = ACTIONS(3876), - [anon_sym_else] = ACTIONS(3874), - [anon_sym_COLON_COLON] = ACTIONS(3887), - [anon_sym_PLUS_EQ] = ACTIONS(4019), - [anon_sym_DASH_EQ] = ACTIONS(4019), - [anon_sym_STAR_EQ] = ACTIONS(4019), - [anon_sym_SLASH_EQ] = ACTIONS(4019), - [anon_sym_PERCENT_EQ] = ACTIONS(4019), - [anon_sym_BANG_EQ] = ACTIONS(3874), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3876), - [anon_sym_EQ_EQ] = ACTIONS(3874), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3876), - [anon_sym_LT_EQ] = ACTIONS(3876), - [anon_sym_GT_EQ] = ACTIONS(3876), - [anon_sym_BANGin] = ACTIONS(3876), - [anon_sym_is] = ACTIONS(3874), - [anon_sym_BANGis] = ACTIONS(3876), - [anon_sym_PLUS] = ACTIONS(3874), - [anon_sym_DASH] = ACTIONS(3874), - [anon_sym_SLASH] = ACTIONS(3874), - [anon_sym_PERCENT] = ACTIONS(3874), - [anon_sym_as_QMARK] = ACTIONS(3876), - [anon_sym_PLUS_PLUS] = ACTIONS(3893), - [anon_sym_DASH_DASH] = ACTIONS(3893), - [anon_sym_BANG_BANG] = ACTIONS(3893), - [anon_sym_suspend] = ACTIONS(3874), - [anon_sym_sealed] = ACTIONS(3874), - [anon_sym_annotation] = ACTIONS(3874), - [anon_sym_data] = ACTIONS(3874), - [anon_sym_inner] = ACTIONS(3874), - [anon_sym_override] = ACTIONS(3874), - [anon_sym_lateinit] = ACTIONS(3874), - [anon_sym_public] = ACTIONS(3874), - [anon_sym_private] = ACTIONS(3874), - [anon_sym_internal] = ACTIONS(3874), - [anon_sym_protected] = ACTIONS(3874), - [anon_sym_tailrec] = ACTIONS(3874), - [anon_sym_operator] = ACTIONS(3874), - [anon_sym_infix] = ACTIONS(3874), - [anon_sym_inline] = ACTIONS(3874), - [anon_sym_external] = ACTIONS(3874), - [sym_property_modifier] = ACTIONS(3874), - [anon_sym_abstract] = ACTIONS(3874), - [anon_sym_final] = ACTIONS(3874), - [anon_sym_open] = ACTIONS(3874), - [anon_sym_vararg] = ACTIONS(3874), - [anon_sym_noinline] = ACTIONS(3874), - [anon_sym_crossinline] = ACTIONS(3874), - [anon_sym_expect] = ACTIONS(3874), - [anon_sym_actual] = ACTIONS(3874), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3876), - [sym__automatic_semicolon] = ACTIONS(3876), - [sym_safe_nav] = ACTIONS(3887), + [sym_annotated_lambda] = STATE(3777), + [sym_lambda_literal] = STATE(3829), + [sym_annotation] = STATE(7883), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7883), + [sym__alpha_identifier] = ACTIONS(4005), + [anon_sym_AT] = ACTIONS(4007), + [anon_sym_LBRACK] = ACTIONS(4007), + [anon_sym_as] = ACTIONS(4005), + [anon_sym_EQ] = ACTIONS(4005), + [anon_sym_LBRACE] = ACTIONS(4007), + [anon_sym_RBRACE] = ACTIONS(4007), + [anon_sym_LPAREN] = ACTIONS(4007), + [anon_sym_COMMA] = ACTIONS(4007), + [anon_sym_LT] = ACTIONS(4005), + [anon_sym_GT] = ACTIONS(4005), + [anon_sym_where] = ACTIONS(4005), + [anon_sym_DOT] = ACTIONS(4005), + [anon_sym_SEMI] = ACTIONS(4007), + [anon_sym_get] = ACTIONS(4005), + [anon_sym_set] = ACTIONS(4005), + [anon_sym_STAR] = ACTIONS(4005), + [sym_label] = ACTIONS(4007), + [anon_sym_in] = ACTIONS(4005), + [anon_sym_DOT_DOT] = ACTIONS(4007), + [anon_sym_QMARK_COLON] = ACTIONS(4007), + [anon_sym_AMP_AMP] = ACTIONS(4007), + [anon_sym_PIPE_PIPE] = ACTIONS(4007), + [anon_sym_else] = ACTIONS(4005), + [anon_sym_COLON_COLON] = ACTIONS(4007), + [anon_sym_PLUS_EQ] = ACTIONS(4007), + [anon_sym_DASH_EQ] = ACTIONS(4007), + [anon_sym_STAR_EQ] = ACTIONS(4007), + [anon_sym_SLASH_EQ] = ACTIONS(4007), + [anon_sym_PERCENT_EQ] = ACTIONS(4007), + [anon_sym_BANG_EQ] = ACTIONS(4005), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4007), + [anon_sym_EQ_EQ] = ACTIONS(4005), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4007), + [anon_sym_LT_EQ] = ACTIONS(4007), + [anon_sym_GT_EQ] = ACTIONS(4007), + [anon_sym_BANGin] = ACTIONS(4007), + [anon_sym_is] = ACTIONS(4005), + [anon_sym_BANGis] = ACTIONS(4007), + [anon_sym_PLUS] = ACTIONS(4005), + [anon_sym_DASH] = ACTIONS(4005), + [anon_sym_SLASH] = ACTIONS(4005), + [anon_sym_PERCENT] = ACTIONS(4005), + [anon_sym_as_QMARK] = ACTIONS(4007), + [anon_sym_PLUS_PLUS] = ACTIONS(4007), + [anon_sym_DASH_DASH] = ACTIONS(4007), + [anon_sym_BANG_BANG] = ACTIONS(4007), + [anon_sym_suspend] = ACTIONS(4005), + [anon_sym_sealed] = ACTIONS(4005), + [anon_sym_annotation] = ACTIONS(4005), + [anon_sym_data] = ACTIONS(4005), + [anon_sym_inner] = ACTIONS(4005), + [anon_sym_override] = ACTIONS(4005), + [anon_sym_lateinit] = ACTIONS(4005), + [anon_sym_public] = ACTIONS(4005), + [anon_sym_private] = ACTIONS(4005), + [anon_sym_internal] = ACTIONS(4005), + [anon_sym_protected] = ACTIONS(4005), + [anon_sym_tailrec] = ACTIONS(4005), + [anon_sym_operator] = ACTIONS(4005), + [anon_sym_infix] = ACTIONS(4005), + [anon_sym_inline] = ACTIONS(4005), + [anon_sym_external] = ACTIONS(4005), + [sym_property_modifier] = ACTIONS(4005), + [anon_sym_abstract] = ACTIONS(4005), + [anon_sym_final] = ACTIONS(4005), + [anon_sym_open] = ACTIONS(4005), + [anon_sym_vararg] = ACTIONS(4005), + [anon_sym_noinline] = ACTIONS(4005), + [anon_sym_crossinline] = ACTIONS(4005), + [anon_sym_expect] = ACTIONS(4005), + [anon_sym_actual] = ACTIONS(4005), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4007), + [sym__automatic_semicolon] = ACTIONS(4007), + [sym_safe_nav] = ACTIONS(4007), [sym_multiline_comment] = ACTIONS(3), }, [2872] = { - [sym_type_constraints] = STATE(3116), - [sym_enum_class_body] = STATE(3126), - [sym__alpha_identifier] = ACTIONS(4213), - [anon_sym_AT] = ACTIONS(4215), - [anon_sym_COLON] = ACTIONS(6306), - [anon_sym_LBRACK] = ACTIONS(4215), - [anon_sym_as] = ACTIONS(4213), - [anon_sym_EQ] = ACTIONS(4213), - [anon_sym_LBRACE] = ACTIONS(3152), - [anon_sym_RBRACE] = ACTIONS(4215), - [anon_sym_LPAREN] = ACTIONS(4215), - [anon_sym_COMMA] = ACTIONS(4215), - [anon_sym_LT] = ACTIONS(4213), - [anon_sym_GT] = ACTIONS(4213), - [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(4213), - [anon_sym_fun] = ACTIONS(4213), - [anon_sym_DOT] = ACTIONS(4213), - [anon_sym_SEMI] = ACTIONS(4215), - [anon_sym_get] = ACTIONS(4213), - [anon_sym_set] = ACTIONS(4213), - [anon_sym_this] = ACTIONS(4213), - [anon_sym_super] = ACTIONS(4213), - [anon_sym_STAR] = ACTIONS(4213), - [sym_label] = ACTIONS(4213), - [anon_sym_in] = ACTIONS(4213), - [anon_sym_DOT_DOT] = ACTIONS(4215), - [anon_sym_QMARK_COLON] = ACTIONS(4215), - [anon_sym_AMP_AMP] = ACTIONS(4215), - [anon_sym_PIPE_PIPE] = ACTIONS(4215), - [anon_sym_null] = ACTIONS(4213), - [anon_sym_if] = ACTIONS(4213), - [anon_sym_else] = ACTIONS(4213), - [anon_sym_when] = ACTIONS(4213), - [anon_sym_try] = ACTIONS(4213), - [anon_sym_throw] = ACTIONS(4213), - [anon_sym_return] = ACTIONS(4213), - [anon_sym_continue] = ACTIONS(4213), - [anon_sym_break] = ACTIONS(4213), - [anon_sym_COLON_COLON] = ACTIONS(4215), - [anon_sym_PLUS_EQ] = ACTIONS(4215), - [anon_sym_DASH_EQ] = ACTIONS(4215), - [anon_sym_STAR_EQ] = ACTIONS(4215), - [anon_sym_SLASH_EQ] = ACTIONS(4215), - [anon_sym_PERCENT_EQ] = ACTIONS(4215), - [anon_sym_BANG_EQ] = ACTIONS(4213), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4215), - [anon_sym_EQ_EQ] = ACTIONS(4213), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4215), - [anon_sym_LT_EQ] = ACTIONS(4215), - [anon_sym_GT_EQ] = ACTIONS(4215), - [anon_sym_BANGin] = ACTIONS(4215), - [anon_sym_is] = ACTIONS(4213), - [anon_sym_BANGis] = ACTIONS(4215), - [anon_sym_PLUS] = ACTIONS(4213), - [anon_sym_DASH] = ACTIONS(4213), - [anon_sym_SLASH] = ACTIONS(4213), - [anon_sym_PERCENT] = ACTIONS(4213), - [anon_sym_as_QMARK] = ACTIONS(4215), - [anon_sym_PLUS_PLUS] = ACTIONS(4215), - [anon_sym_DASH_DASH] = ACTIONS(4215), - [anon_sym_BANG] = ACTIONS(4213), - [anon_sym_BANG_BANG] = ACTIONS(4215), - [anon_sym_data] = ACTIONS(4213), - [anon_sym_inner] = ACTIONS(4213), - [anon_sym_expect] = ACTIONS(4213), - [anon_sym_actual] = ACTIONS(4213), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4215), - [anon_sym_continue_AT] = ACTIONS(4215), - [anon_sym_break_AT] = ACTIONS(4215), - [sym_real_literal] = ACTIONS(4215), - [sym_integer_literal] = ACTIONS(4213), - [sym_hex_literal] = ACTIONS(4215), - [sym_bin_literal] = ACTIONS(4215), - [anon_sym_true] = ACTIONS(4213), - [anon_sym_false] = ACTIONS(4213), - [anon_sym_SQUOTE] = ACTIONS(4215), - [sym__backtick_identifier] = ACTIONS(4215), - [sym__automatic_semicolon] = ACTIONS(4215), - [sym_safe_nav] = ACTIONS(4215), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4215), + [sym_class_body] = STATE(3319), + [sym_type_constraints] = STATE(3055), + [sym__alpha_identifier] = ACTIONS(3196), + [anon_sym_AT] = ACTIONS(3200), + [anon_sym_COLON] = ACTIONS(5247), + [anon_sym_LBRACK] = ACTIONS(3200), + [anon_sym_RBRACK] = ACTIONS(3200), + [anon_sym_as] = ACTIONS(3196), + [anon_sym_EQ] = ACTIONS(3196), + [anon_sym_LBRACE] = ACTIONS(5179), + [anon_sym_RBRACE] = ACTIONS(3200), + [anon_sym_LPAREN] = ACTIONS(3200), + [anon_sym_COMMA] = ACTIONS(3200), + [anon_sym_RPAREN] = ACTIONS(3200), + [anon_sym_LT] = ACTIONS(3196), + [anon_sym_GT] = ACTIONS(3196), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(3196), + [anon_sym_SEMI] = ACTIONS(3200), + [anon_sym_get] = ACTIONS(3196), + [anon_sym_set] = ACTIONS(3196), + [anon_sym_STAR] = ACTIONS(3196), + [anon_sym_DASH_GT] = ACTIONS(3200), + [sym_label] = ACTIONS(3200), + [anon_sym_in] = ACTIONS(3196), + [anon_sym_while] = ACTIONS(3196), + [anon_sym_DOT_DOT] = ACTIONS(3200), + [anon_sym_QMARK_COLON] = ACTIONS(3200), + [anon_sym_AMP_AMP] = ACTIONS(3200), + [anon_sym_PIPE_PIPE] = ACTIONS(3200), + [anon_sym_else] = ACTIONS(3196), + [anon_sym_COLON_COLON] = ACTIONS(3200), + [anon_sym_PLUS_EQ] = ACTIONS(3200), + [anon_sym_DASH_EQ] = ACTIONS(3200), + [anon_sym_STAR_EQ] = ACTIONS(3200), + [anon_sym_SLASH_EQ] = ACTIONS(3200), + [anon_sym_PERCENT_EQ] = ACTIONS(3200), + [anon_sym_BANG_EQ] = ACTIONS(3196), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3200), + [anon_sym_EQ_EQ] = ACTIONS(3196), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3200), + [anon_sym_LT_EQ] = ACTIONS(3200), + [anon_sym_GT_EQ] = ACTIONS(3200), + [anon_sym_BANGin] = ACTIONS(3200), + [anon_sym_is] = ACTIONS(3196), + [anon_sym_BANGis] = ACTIONS(3200), + [anon_sym_PLUS] = ACTIONS(3196), + [anon_sym_DASH] = ACTIONS(3196), + [anon_sym_SLASH] = ACTIONS(3196), + [anon_sym_PERCENT] = ACTIONS(3196), + [anon_sym_as_QMARK] = ACTIONS(3200), + [anon_sym_PLUS_PLUS] = ACTIONS(3200), + [anon_sym_DASH_DASH] = ACTIONS(3200), + [anon_sym_BANG_BANG] = ACTIONS(3200), + [anon_sym_suspend] = ACTIONS(3196), + [anon_sym_sealed] = ACTIONS(3196), + [anon_sym_annotation] = ACTIONS(3196), + [anon_sym_data] = ACTIONS(3196), + [anon_sym_inner] = ACTIONS(3196), + [anon_sym_override] = ACTIONS(3196), + [anon_sym_lateinit] = ACTIONS(3196), + [anon_sym_public] = ACTIONS(3196), + [anon_sym_private] = ACTIONS(3196), + [anon_sym_internal] = ACTIONS(3196), + [anon_sym_protected] = ACTIONS(3196), + [anon_sym_tailrec] = ACTIONS(3196), + [anon_sym_operator] = ACTIONS(3196), + [anon_sym_infix] = ACTIONS(3196), + [anon_sym_inline] = ACTIONS(3196), + [anon_sym_external] = ACTIONS(3196), + [sym_property_modifier] = ACTIONS(3196), + [anon_sym_abstract] = ACTIONS(3196), + [anon_sym_final] = ACTIONS(3196), + [anon_sym_open] = ACTIONS(3196), + [anon_sym_vararg] = ACTIONS(3196), + [anon_sym_noinline] = ACTIONS(3196), + [anon_sym_crossinline] = ACTIONS(3196), + [anon_sym_expect] = ACTIONS(3196), + [anon_sym_actual] = ACTIONS(3196), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3200), + [sym_safe_nav] = ACTIONS(3200), + [sym_multiline_comment] = ACTIONS(3), }, [2873] = { - [sym_class_body] = STATE(3437), - [sym_type_constraints] = STATE(3000), - [sym__alpha_identifier] = ACTIONS(3214), - [anon_sym_AT] = ACTIONS(3218), - [anon_sym_COLON] = ACTIONS(3226), - [anon_sym_LBRACK] = ACTIONS(3218), - [anon_sym_as] = ACTIONS(3214), - [anon_sym_EQ] = ACTIONS(3214), - [anon_sym_LBRACE] = ACTIONS(3112), - [anon_sym_RBRACE] = ACTIONS(3218), - [anon_sym_LPAREN] = ACTIONS(3218), - [anon_sym_COMMA] = ACTIONS(3218), - [anon_sym_LT] = ACTIONS(3214), - [anon_sym_GT] = ACTIONS(3214), - [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(3214), - [anon_sym_fun] = ACTIONS(3214), - [anon_sym_DOT] = ACTIONS(3214), - [anon_sym_SEMI] = ACTIONS(3218), - [anon_sym_get] = ACTIONS(3214), - [anon_sym_set] = ACTIONS(3214), - [anon_sym_this] = ACTIONS(3214), - [anon_sym_super] = ACTIONS(3214), - [anon_sym_STAR] = ACTIONS(3214), - [sym_label] = ACTIONS(3214), - [anon_sym_in] = ACTIONS(3214), - [anon_sym_DOT_DOT] = ACTIONS(3218), - [anon_sym_QMARK_COLON] = ACTIONS(3218), - [anon_sym_AMP_AMP] = ACTIONS(3218), - [anon_sym_PIPE_PIPE] = ACTIONS(3218), - [anon_sym_null] = ACTIONS(3214), - [anon_sym_if] = ACTIONS(3214), - [anon_sym_else] = ACTIONS(3214), - [anon_sym_when] = ACTIONS(3214), - [anon_sym_try] = ACTIONS(3214), - [anon_sym_throw] = ACTIONS(3214), - [anon_sym_return] = ACTIONS(3214), - [anon_sym_continue] = ACTIONS(3214), - [anon_sym_break] = ACTIONS(3214), - [anon_sym_COLON_COLON] = ACTIONS(3218), - [anon_sym_PLUS_EQ] = ACTIONS(3218), - [anon_sym_DASH_EQ] = ACTIONS(3218), - [anon_sym_STAR_EQ] = ACTIONS(3218), - [anon_sym_SLASH_EQ] = ACTIONS(3218), - [anon_sym_PERCENT_EQ] = ACTIONS(3218), - [anon_sym_BANG_EQ] = ACTIONS(3214), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3218), - [anon_sym_EQ_EQ] = ACTIONS(3214), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3218), - [anon_sym_LT_EQ] = ACTIONS(3218), - [anon_sym_GT_EQ] = ACTIONS(3218), - [anon_sym_BANGin] = ACTIONS(3218), - [anon_sym_is] = ACTIONS(3214), - [anon_sym_BANGis] = ACTIONS(3218), - [anon_sym_PLUS] = ACTIONS(3214), - [anon_sym_DASH] = ACTIONS(3214), - [anon_sym_SLASH] = ACTIONS(3214), - [anon_sym_PERCENT] = ACTIONS(3214), - [anon_sym_as_QMARK] = ACTIONS(3218), - [anon_sym_PLUS_PLUS] = ACTIONS(3218), - [anon_sym_DASH_DASH] = ACTIONS(3218), - [anon_sym_BANG] = ACTIONS(3214), - [anon_sym_BANG_BANG] = ACTIONS(3218), - [anon_sym_data] = ACTIONS(3214), - [anon_sym_inner] = ACTIONS(3214), - [anon_sym_expect] = ACTIONS(3214), - [anon_sym_actual] = ACTIONS(3214), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3218), - [anon_sym_continue_AT] = ACTIONS(3218), - [anon_sym_break_AT] = ACTIONS(3218), - [sym_real_literal] = ACTIONS(3218), - [sym_integer_literal] = ACTIONS(3214), - [sym_hex_literal] = ACTIONS(3218), - [sym_bin_literal] = ACTIONS(3218), - [anon_sym_true] = ACTIONS(3214), - [anon_sym_false] = ACTIONS(3214), - [anon_sym_SQUOTE] = ACTIONS(3218), - [sym__backtick_identifier] = ACTIONS(3218), - [sym__automatic_semicolon] = ACTIONS(3218), - [sym_safe_nav] = ACTIONS(3218), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3218), + [aux_sym_user_type_repeat1] = STATE(2873), + [sym__alpha_identifier] = ACTIONS(4272), + [anon_sym_AT] = ACTIONS(4274), + [anon_sym_LBRACK] = ACTIONS(4274), + [anon_sym_RBRACK] = ACTIONS(4274), + [anon_sym_as] = ACTIONS(4272), + [anon_sym_EQ] = ACTIONS(4272), + [anon_sym_LBRACE] = ACTIONS(4274), + [anon_sym_RBRACE] = ACTIONS(4274), + [anon_sym_LPAREN] = ACTIONS(4274), + [anon_sym_COMMA] = ACTIONS(4274), + [anon_sym_RPAREN] = ACTIONS(4274), + [anon_sym_by] = ACTIONS(4272), + [anon_sym_LT] = ACTIONS(4272), + [anon_sym_GT] = ACTIONS(4272), + [anon_sym_where] = ACTIONS(4272), + [anon_sym_DOT] = ACTIONS(6306), + [anon_sym_SEMI] = ACTIONS(4274), + [anon_sym_get] = ACTIONS(4272), + [anon_sym_set] = ACTIONS(4272), + [sym__quest] = ACTIONS(4272), + [anon_sym_STAR] = ACTIONS(4272), + [anon_sym_DASH_GT] = ACTIONS(4274), + [sym_label] = ACTIONS(4274), + [anon_sym_in] = ACTIONS(4272), + [anon_sym_while] = ACTIONS(4272), + [anon_sym_DOT_DOT] = ACTIONS(4274), + [anon_sym_QMARK_COLON] = ACTIONS(4274), + [anon_sym_AMP_AMP] = ACTIONS(4274), + [anon_sym_PIPE_PIPE] = ACTIONS(4274), + [anon_sym_else] = ACTIONS(4272), + [anon_sym_COLON_COLON] = ACTIONS(4274), + [anon_sym_PLUS_EQ] = ACTIONS(4274), + [anon_sym_DASH_EQ] = ACTIONS(4274), + [anon_sym_STAR_EQ] = ACTIONS(4274), + [anon_sym_SLASH_EQ] = ACTIONS(4274), + [anon_sym_PERCENT_EQ] = ACTIONS(4274), + [anon_sym_BANG_EQ] = ACTIONS(4272), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4274), + [anon_sym_EQ_EQ] = ACTIONS(4272), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4274), + [anon_sym_LT_EQ] = ACTIONS(4274), + [anon_sym_GT_EQ] = ACTIONS(4274), + [anon_sym_BANGin] = ACTIONS(4274), + [anon_sym_is] = ACTIONS(4272), + [anon_sym_BANGis] = ACTIONS(4274), + [anon_sym_PLUS] = ACTIONS(4272), + [anon_sym_DASH] = ACTIONS(4272), + [anon_sym_SLASH] = ACTIONS(4272), + [anon_sym_PERCENT] = ACTIONS(4272), + [anon_sym_as_QMARK] = ACTIONS(4274), + [anon_sym_PLUS_PLUS] = ACTIONS(4274), + [anon_sym_DASH_DASH] = ACTIONS(4274), + [anon_sym_BANG_BANG] = ACTIONS(4274), + [anon_sym_suspend] = ACTIONS(4272), + [anon_sym_sealed] = ACTIONS(4272), + [anon_sym_annotation] = ACTIONS(4272), + [anon_sym_data] = ACTIONS(4272), + [anon_sym_inner] = ACTIONS(4272), + [anon_sym_override] = ACTIONS(4272), + [anon_sym_lateinit] = ACTIONS(4272), + [anon_sym_public] = ACTIONS(4272), + [anon_sym_private] = ACTIONS(4272), + [anon_sym_internal] = ACTIONS(4272), + [anon_sym_protected] = ACTIONS(4272), + [anon_sym_tailrec] = ACTIONS(4272), + [anon_sym_operator] = ACTIONS(4272), + [anon_sym_infix] = ACTIONS(4272), + [anon_sym_inline] = ACTIONS(4272), + [anon_sym_external] = ACTIONS(4272), + [sym_property_modifier] = ACTIONS(4272), + [anon_sym_abstract] = ACTIONS(4272), + [anon_sym_final] = ACTIONS(4272), + [anon_sym_open] = ACTIONS(4272), + [anon_sym_vararg] = ACTIONS(4272), + [anon_sym_noinline] = ACTIONS(4272), + [anon_sym_crossinline] = ACTIONS(4272), + [anon_sym_expect] = ACTIONS(4272), + [anon_sym_actual] = ACTIONS(4272), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4274), + [sym_safe_nav] = ACTIONS(4274), + [sym_multiline_comment] = ACTIONS(3), }, [2874] = { - [sym_type_constraints] = STATE(3090), - [sym_enum_class_body] = STATE(3190), - [sym__alpha_identifier] = ACTIONS(3204), - [anon_sym_AT] = ACTIONS(3208), - [anon_sym_COLON] = ACTIONS(3206), - [anon_sym_LBRACK] = ACTIONS(3208), - [anon_sym_as] = ACTIONS(3204), - [anon_sym_EQ] = ACTIONS(3204), - [anon_sym_LBRACE] = ACTIONS(3152), - [anon_sym_RBRACE] = ACTIONS(3208), - [anon_sym_LPAREN] = ACTIONS(3208), - [anon_sym_COMMA] = ACTIONS(3208), - [anon_sym_LT] = ACTIONS(3204), - [anon_sym_GT] = ACTIONS(3204), - [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(3204), - [anon_sym_fun] = ACTIONS(3204), - [anon_sym_DOT] = ACTIONS(3204), - [anon_sym_SEMI] = ACTIONS(3208), - [anon_sym_get] = ACTIONS(3204), - [anon_sym_set] = ACTIONS(3204), - [anon_sym_this] = ACTIONS(3204), - [anon_sym_super] = ACTIONS(3204), - [anon_sym_STAR] = ACTIONS(3204), - [sym_label] = ACTIONS(3204), - [anon_sym_in] = ACTIONS(3204), - [anon_sym_DOT_DOT] = ACTIONS(3208), - [anon_sym_QMARK_COLON] = ACTIONS(3208), - [anon_sym_AMP_AMP] = ACTIONS(3208), - [anon_sym_PIPE_PIPE] = ACTIONS(3208), - [anon_sym_null] = ACTIONS(3204), - [anon_sym_if] = ACTIONS(3204), - [anon_sym_else] = ACTIONS(3204), - [anon_sym_when] = ACTIONS(3204), - [anon_sym_try] = ACTIONS(3204), - [anon_sym_throw] = ACTIONS(3204), - [anon_sym_return] = ACTIONS(3204), - [anon_sym_continue] = ACTIONS(3204), - [anon_sym_break] = ACTIONS(3204), - [anon_sym_COLON_COLON] = ACTIONS(3208), - [anon_sym_PLUS_EQ] = ACTIONS(3208), - [anon_sym_DASH_EQ] = ACTIONS(3208), - [anon_sym_STAR_EQ] = ACTIONS(3208), - [anon_sym_SLASH_EQ] = ACTIONS(3208), - [anon_sym_PERCENT_EQ] = ACTIONS(3208), - [anon_sym_BANG_EQ] = ACTIONS(3204), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3208), - [anon_sym_EQ_EQ] = ACTIONS(3204), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3208), - [anon_sym_LT_EQ] = ACTIONS(3208), - [anon_sym_GT_EQ] = ACTIONS(3208), - [anon_sym_BANGin] = ACTIONS(3208), - [anon_sym_is] = ACTIONS(3204), - [anon_sym_BANGis] = ACTIONS(3208), - [anon_sym_PLUS] = ACTIONS(3204), - [anon_sym_DASH] = ACTIONS(3204), - [anon_sym_SLASH] = ACTIONS(3204), - [anon_sym_PERCENT] = ACTIONS(3204), - [anon_sym_as_QMARK] = ACTIONS(3208), - [anon_sym_PLUS_PLUS] = ACTIONS(3208), - [anon_sym_DASH_DASH] = ACTIONS(3208), - [anon_sym_BANG] = ACTIONS(3204), - [anon_sym_BANG_BANG] = ACTIONS(3208), - [anon_sym_data] = ACTIONS(3204), - [anon_sym_inner] = ACTIONS(3204), - [anon_sym_expect] = ACTIONS(3204), - [anon_sym_actual] = ACTIONS(3204), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3208), - [anon_sym_continue_AT] = ACTIONS(3208), - [anon_sym_break_AT] = ACTIONS(3208), - [sym_real_literal] = ACTIONS(3208), - [sym_integer_literal] = ACTIONS(3204), - [sym_hex_literal] = ACTIONS(3208), - [sym_bin_literal] = ACTIONS(3208), - [anon_sym_true] = ACTIONS(3204), - [anon_sym_false] = ACTIONS(3204), - [anon_sym_SQUOTE] = ACTIONS(3208), - [sym__backtick_identifier] = ACTIONS(3208), - [sym__automatic_semicolon] = ACTIONS(3208), - [sym_safe_nav] = ACTIONS(3208), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3208), + [aux_sym_user_type_repeat1] = STATE(2894), + [sym__alpha_identifier] = ACTIONS(4309), + [anon_sym_AT] = ACTIONS(4311), + [anon_sym_LBRACK] = ACTIONS(4311), + [anon_sym_RBRACK] = ACTIONS(4311), + [anon_sym_as] = ACTIONS(4309), + [anon_sym_EQ] = ACTIONS(4309), + [anon_sym_LBRACE] = ACTIONS(4311), + [anon_sym_RBRACE] = ACTIONS(4311), + [anon_sym_LPAREN] = ACTIONS(4311), + [anon_sym_COMMA] = ACTIONS(4311), + [anon_sym_RPAREN] = ACTIONS(4311), + [anon_sym_by] = ACTIONS(4309), + [anon_sym_LT] = ACTIONS(4309), + [anon_sym_GT] = ACTIONS(4309), + [anon_sym_where] = ACTIONS(4309), + [anon_sym_DOT] = ACTIONS(6309), + [anon_sym_SEMI] = ACTIONS(4311), + [anon_sym_get] = ACTIONS(4309), + [anon_sym_set] = ACTIONS(4309), + [sym__quest] = ACTIONS(4309), + [anon_sym_STAR] = ACTIONS(4309), + [anon_sym_DASH_GT] = ACTIONS(4311), + [sym_label] = ACTIONS(4311), + [anon_sym_in] = ACTIONS(4309), + [anon_sym_while] = ACTIONS(4309), + [anon_sym_DOT_DOT] = ACTIONS(4311), + [anon_sym_QMARK_COLON] = ACTIONS(4311), + [anon_sym_AMP_AMP] = ACTIONS(4311), + [anon_sym_PIPE_PIPE] = ACTIONS(4311), + [anon_sym_else] = ACTIONS(4309), + [anon_sym_COLON_COLON] = ACTIONS(4311), + [anon_sym_PLUS_EQ] = ACTIONS(4311), + [anon_sym_DASH_EQ] = ACTIONS(4311), + [anon_sym_STAR_EQ] = ACTIONS(4311), + [anon_sym_SLASH_EQ] = ACTIONS(4311), + [anon_sym_PERCENT_EQ] = ACTIONS(4311), + [anon_sym_BANG_EQ] = ACTIONS(4309), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4311), + [anon_sym_EQ_EQ] = ACTIONS(4309), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4311), + [anon_sym_LT_EQ] = ACTIONS(4311), + [anon_sym_GT_EQ] = ACTIONS(4311), + [anon_sym_BANGin] = ACTIONS(4311), + [anon_sym_is] = ACTIONS(4309), + [anon_sym_BANGis] = ACTIONS(4311), + [anon_sym_PLUS] = ACTIONS(4309), + [anon_sym_DASH] = ACTIONS(4309), + [anon_sym_SLASH] = ACTIONS(4309), + [anon_sym_PERCENT] = ACTIONS(4309), + [anon_sym_as_QMARK] = ACTIONS(4311), + [anon_sym_PLUS_PLUS] = ACTIONS(4311), + [anon_sym_DASH_DASH] = ACTIONS(4311), + [anon_sym_BANG_BANG] = ACTIONS(4311), + [anon_sym_suspend] = ACTIONS(4309), + [anon_sym_sealed] = ACTIONS(4309), + [anon_sym_annotation] = ACTIONS(4309), + [anon_sym_data] = ACTIONS(4309), + [anon_sym_inner] = ACTIONS(4309), + [anon_sym_override] = ACTIONS(4309), + [anon_sym_lateinit] = ACTIONS(4309), + [anon_sym_public] = ACTIONS(4309), + [anon_sym_private] = ACTIONS(4309), + [anon_sym_internal] = ACTIONS(4309), + [anon_sym_protected] = ACTIONS(4309), + [anon_sym_tailrec] = ACTIONS(4309), + [anon_sym_operator] = ACTIONS(4309), + [anon_sym_infix] = ACTIONS(4309), + [anon_sym_inline] = ACTIONS(4309), + [anon_sym_external] = ACTIONS(4309), + [sym_property_modifier] = ACTIONS(4309), + [anon_sym_abstract] = ACTIONS(4309), + [anon_sym_final] = ACTIONS(4309), + [anon_sym_open] = ACTIONS(4309), + [anon_sym_vararg] = ACTIONS(4309), + [anon_sym_noinline] = ACTIONS(4309), + [anon_sym_crossinline] = ACTIONS(4309), + [anon_sym_expect] = ACTIONS(4309), + [anon_sym_actual] = ACTIONS(4309), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4311), + [sym_safe_nav] = ACTIONS(4311), + [sym_multiline_comment] = ACTIONS(3), }, [2875] = { - [aux_sym_nullable_type_repeat1] = STATE(2846), - [sym__alpha_identifier] = ACTIONS(4185), - [anon_sym_AT] = ACTIONS(4187), - [anon_sym_LBRACK] = ACTIONS(4187), - [anon_sym_as] = ACTIONS(4185), - [anon_sym_EQ] = ACTIONS(4185), - [anon_sym_LBRACE] = ACTIONS(4187), - [anon_sym_RBRACE] = ACTIONS(4187), - [anon_sym_LPAREN] = ACTIONS(4187), - [anon_sym_COMMA] = ACTIONS(4187), - [anon_sym_by] = ACTIONS(4185), - [anon_sym_LT] = ACTIONS(4185), - [anon_sym_GT] = ACTIONS(4185), - [anon_sym_where] = ACTIONS(4185), - [anon_sym_object] = ACTIONS(4185), - [anon_sym_fun] = ACTIONS(4185), - [anon_sym_DOT] = ACTIONS(4185), - [anon_sym_SEMI] = ACTIONS(4187), - [anon_sym_get] = ACTIONS(4185), - [anon_sym_set] = ACTIONS(4185), - [anon_sym_this] = ACTIONS(4185), - [anon_sym_super] = ACTIONS(4185), - [sym__quest] = ACTIONS(6256), - [anon_sym_STAR] = ACTIONS(4185), - [sym_label] = ACTIONS(4185), - [anon_sym_in] = ACTIONS(4185), - [anon_sym_DOT_DOT] = ACTIONS(4187), - [anon_sym_QMARK_COLON] = ACTIONS(4187), - [anon_sym_AMP_AMP] = ACTIONS(4187), - [anon_sym_PIPE_PIPE] = ACTIONS(4187), - [anon_sym_null] = ACTIONS(4185), - [anon_sym_if] = ACTIONS(4185), - [anon_sym_else] = ACTIONS(4185), - [anon_sym_when] = ACTIONS(4185), - [anon_sym_try] = ACTIONS(4185), - [anon_sym_throw] = ACTIONS(4185), - [anon_sym_return] = ACTIONS(4185), - [anon_sym_continue] = ACTIONS(4185), - [anon_sym_break] = ACTIONS(4185), - [anon_sym_COLON_COLON] = ACTIONS(4187), - [anon_sym_PLUS_EQ] = ACTIONS(4187), - [anon_sym_DASH_EQ] = ACTIONS(4187), - [anon_sym_STAR_EQ] = ACTIONS(4187), - [anon_sym_SLASH_EQ] = ACTIONS(4187), - [anon_sym_PERCENT_EQ] = ACTIONS(4187), - [anon_sym_BANG_EQ] = ACTIONS(4185), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4187), - [anon_sym_EQ_EQ] = ACTIONS(4185), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4187), - [anon_sym_LT_EQ] = ACTIONS(4187), - [anon_sym_GT_EQ] = ACTIONS(4187), - [anon_sym_BANGin] = ACTIONS(4187), - [anon_sym_is] = ACTIONS(4185), - [anon_sym_BANGis] = ACTIONS(4187), - [anon_sym_PLUS] = ACTIONS(4185), - [anon_sym_DASH] = ACTIONS(4185), - [anon_sym_SLASH] = ACTIONS(4185), - [anon_sym_PERCENT] = ACTIONS(4185), - [anon_sym_as_QMARK] = ACTIONS(4187), - [anon_sym_PLUS_PLUS] = ACTIONS(4187), - [anon_sym_DASH_DASH] = ACTIONS(4187), - [anon_sym_BANG] = ACTIONS(4185), - [anon_sym_BANG_BANG] = ACTIONS(4187), - [anon_sym_data] = ACTIONS(4185), - [anon_sym_inner] = ACTIONS(4185), - [anon_sym_expect] = ACTIONS(4185), - [anon_sym_actual] = ACTIONS(4185), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4187), - [anon_sym_continue_AT] = ACTIONS(4187), - [anon_sym_break_AT] = ACTIONS(4187), - [sym_real_literal] = ACTIONS(4187), - [sym_integer_literal] = ACTIONS(4185), - [sym_hex_literal] = ACTIONS(4187), - [sym_bin_literal] = ACTIONS(4187), - [anon_sym_true] = ACTIONS(4185), - [anon_sym_false] = ACTIONS(4185), - [anon_sym_SQUOTE] = ACTIONS(4187), - [sym__backtick_identifier] = ACTIONS(4187), - [sym__automatic_semicolon] = ACTIONS(4187), - [sym_safe_nav] = ACTIONS(4187), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4187), + [sym__alpha_identifier] = ACTIONS(4281), + [anon_sym_AT] = ACTIONS(4283), + [anon_sym_LBRACK] = ACTIONS(4283), + [anon_sym_RBRACK] = ACTIONS(4283), + [anon_sym_as] = ACTIONS(4281), + [anon_sym_EQ] = ACTIONS(4281), + [anon_sym_LBRACE] = ACTIONS(4283), + [anon_sym_RBRACE] = ACTIONS(4283), + [anon_sym_LPAREN] = ACTIONS(4283), + [anon_sym_COMMA] = ACTIONS(4283), + [anon_sym_RPAREN] = ACTIONS(4283), + [anon_sym_LT] = ACTIONS(4281), + [anon_sym_GT] = ACTIONS(4281), + [anon_sym_where] = ACTIONS(4281), + [anon_sym_object] = ACTIONS(4281), + [anon_sym_fun] = ACTIONS(4281), + [anon_sym_DOT] = ACTIONS(4281), + [anon_sym_SEMI] = ACTIONS(4283), + [anon_sym_get] = ACTIONS(4281), + [anon_sym_set] = ACTIONS(4281), + [anon_sym_this] = ACTIONS(4281), + [anon_sym_super] = ACTIONS(4281), + [anon_sym_STAR] = ACTIONS(4281), + [anon_sym_DASH_GT] = ACTIONS(4283), + [sym_label] = ACTIONS(4281), + [anon_sym_in] = ACTIONS(4281), + [anon_sym_while] = ACTIONS(4281), + [anon_sym_DOT_DOT] = ACTIONS(4283), + [anon_sym_QMARK_COLON] = ACTIONS(4283), + [anon_sym_AMP_AMP] = ACTIONS(4283), + [anon_sym_PIPE_PIPE] = ACTIONS(4283), + [anon_sym_null] = ACTIONS(4281), + [anon_sym_if] = ACTIONS(4281), + [anon_sym_else] = ACTIONS(4281), + [anon_sym_when] = ACTIONS(4281), + [anon_sym_try] = ACTIONS(4281), + [anon_sym_throw] = ACTIONS(4281), + [anon_sym_return] = ACTIONS(4281), + [anon_sym_continue] = ACTIONS(4281), + [anon_sym_break] = ACTIONS(4281), + [anon_sym_COLON_COLON] = ACTIONS(4283), + [anon_sym_PLUS_EQ] = ACTIONS(4283), + [anon_sym_DASH_EQ] = ACTIONS(4283), + [anon_sym_STAR_EQ] = ACTIONS(4283), + [anon_sym_SLASH_EQ] = ACTIONS(4283), + [anon_sym_PERCENT_EQ] = ACTIONS(4283), + [anon_sym_BANG_EQ] = ACTIONS(4281), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4283), + [anon_sym_EQ_EQ] = ACTIONS(4281), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4283), + [anon_sym_LT_EQ] = ACTIONS(4283), + [anon_sym_GT_EQ] = ACTIONS(4283), + [anon_sym_BANGin] = ACTIONS(4283), + [anon_sym_is] = ACTIONS(4281), + [anon_sym_BANGis] = ACTIONS(4283), + [anon_sym_PLUS] = ACTIONS(4281), + [anon_sym_DASH] = ACTIONS(4281), + [anon_sym_SLASH] = ACTIONS(4281), + [anon_sym_PERCENT] = ACTIONS(4281), + [anon_sym_as_QMARK] = ACTIONS(4283), + [anon_sym_PLUS_PLUS] = ACTIONS(4283), + [anon_sym_DASH_DASH] = ACTIONS(4283), + [anon_sym_BANG] = ACTIONS(4281), + [anon_sym_BANG_BANG] = ACTIONS(4283), + [anon_sym_data] = ACTIONS(4281), + [anon_sym_inner] = ACTIONS(4281), + [anon_sym_expect] = ACTIONS(4281), + [anon_sym_actual] = ACTIONS(4281), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4283), + [anon_sym_continue_AT] = ACTIONS(4283), + [anon_sym_break_AT] = ACTIONS(4283), + [sym_real_literal] = ACTIONS(4283), + [sym_integer_literal] = ACTIONS(4281), + [sym_hex_literal] = ACTIONS(4283), + [sym_bin_literal] = ACTIONS(4283), + [anon_sym_true] = ACTIONS(4281), + [anon_sym_false] = ACTIONS(4281), + [anon_sym_SQUOTE] = ACTIONS(4283), + [sym__backtick_identifier] = ACTIONS(4283), + [sym_safe_nav] = ACTIONS(4283), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4283), }, [2876] = { - [sym_type_constraints] = STATE(2931), - [sym_function_body] = STATE(3222), - [sym__block] = STATE(3367), - [sym__alpha_identifier] = ACTIONS(4300), - [anon_sym_AT] = ACTIONS(4302), - [anon_sym_LBRACK] = ACTIONS(4302), - [anon_sym_RBRACK] = ACTIONS(4302), - [anon_sym_as] = ACTIONS(4300), - [anon_sym_EQ] = ACTIONS(6234), - [anon_sym_LBRACE] = ACTIONS(6236), - [anon_sym_RBRACE] = ACTIONS(4302), - [anon_sym_LPAREN] = ACTIONS(4302), - [anon_sym_COMMA] = ACTIONS(4302), - [anon_sym_RPAREN] = ACTIONS(4302), - [anon_sym_LT] = ACTIONS(4300), - [anon_sym_GT] = ACTIONS(4300), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(4300), - [anon_sym_SEMI] = ACTIONS(4302), - [anon_sym_get] = ACTIONS(4300), - [anon_sym_set] = ACTIONS(4300), - [anon_sym_STAR] = ACTIONS(4300), - [anon_sym_DASH_GT] = ACTIONS(4302), - [sym_label] = ACTIONS(4302), - [anon_sym_in] = ACTIONS(4300), - [anon_sym_while] = ACTIONS(4300), - [anon_sym_DOT_DOT] = ACTIONS(4302), - [anon_sym_QMARK_COLON] = ACTIONS(4302), - [anon_sym_AMP_AMP] = ACTIONS(4302), - [anon_sym_PIPE_PIPE] = ACTIONS(4302), - [anon_sym_else] = ACTIONS(4300), - [anon_sym_COLON_COLON] = ACTIONS(4302), - [anon_sym_PLUS_EQ] = ACTIONS(4302), - [anon_sym_DASH_EQ] = ACTIONS(4302), - [anon_sym_STAR_EQ] = ACTIONS(4302), - [anon_sym_SLASH_EQ] = ACTIONS(4302), - [anon_sym_PERCENT_EQ] = ACTIONS(4302), - [anon_sym_BANG_EQ] = ACTIONS(4300), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4302), - [anon_sym_EQ_EQ] = ACTIONS(4300), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4302), - [anon_sym_LT_EQ] = ACTIONS(4302), - [anon_sym_GT_EQ] = ACTIONS(4302), - [anon_sym_BANGin] = ACTIONS(4302), - [anon_sym_is] = ACTIONS(4300), - [anon_sym_BANGis] = ACTIONS(4302), - [anon_sym_PLUS] = ACTIONS(4300), - [anon_sym_DASH] = ACTIONS(4300), - [anon_sym_SLASH] = ACTIONS(4300), - [anon_sym_PERCENT] = ACTIONS(4300), - [anon_sym_as_QMARK] = ACTIONS(4302), - [anon_sym_PLUS_PLUS] = ACTIONS(4302), - [anon_sym_DASH_DASH] = ACTIONS(4302), - [anon_sym_BANG_BANG] = ACTIONS(4302), - [anon_sym_suspend] = ACTIONS(4300), - [anon_sym_sealed] = ACTIONS(4300), - [anon_sym_annotation] = ACTIONS(4300), - [anon_sym_data] = ACTIONS(4300), - [anon_sym_inner] = ACTIONS(4300), - [anon_sym_override] = ACTIONS(4300), - [anon_sym_lateinit] = ACTIONS(4300), - [anon_sym_public] = ACTIONS(4300), - [anon_sym_private] = ACTIONS(4300), - [anon_sym_internal] = ACTIONS(4300), - [anon_sym_protected] = ACTIONS(4300), - [anon_sym_tailrec] = ACTIONS(4300), - [anon_sym_operator] = ACTIONS(4300), - [anon_sym_infix] = ACTIONS(4300), - [anon_sym_inline] = ACTIONS(4300), - [anon_sym_external] = ACTIONS(4300), - [sym_property_modifier] = ACTIONS(4300), - [anon_sym_abstract] = ACTIONS(4300), - [anon_sym_final] = ACTIONS(4300), - [anon_sym_open] = ACTIONS(4300), - [anon_sym_vararg] = ACTIONS(4300), - [anon_sym_noinline] = ACTIONS(4300), - [anon_sym_crossinline] = ACTIONS(4300), - [anon_sym_expect] = ACTIONS(4300), - [anon_sym_actual] = ACTIONS(4300), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4302), - [sym_safe_nav] = ACTIONS(4302), + [aux_sym_nullable_type_repeat1] = STATE(2867), + [sym__alpha_identifier] = ACTIONS(4322), + [anon_sym_AT] = ACTIONS(4324), + [anon_sym_LBRACK] = ACTIONS(4324), + [anon_sym_RBRACK] = ACTIONS(4324), + [anon_sym_as] = ACTIONS(4322), + [anon_sym_EQ] = ACTIONS(4322), + [anon_sym_LBRACE] = ACTIONS(4324), + [anon_sym_RBRACE] = ACTIONS(4324), + [anon_sym_LPAREN] = ACTIONS(4324), + [anon_sym_COMMA] = ACTIONS(4324), + [anon_sym_RPAREN] = ACTIONS(4324), + [anon_sym_by] = ACTIONS(4322), + [anon_sym_LT] = ACTIONS(4322), + [anon_sym_GT] = ACTIONS(4322), + [anon_sym_where] = ACTIONS(4322), + [anon_sym_DOT] = ACTIONS(4322), + [anon_sym_SEMI] = ACTIONS(4324), + [anon_sym_get] = ACTIONS(4322), + [anon_sym_set] = ACTIONS(4322), + [sym__quest] = ACTIONS(6277), + [anon_sym_STAR] = ACTIONS(4322), + [anon_sym_DASH_GT] = ACTIONS(4324), + [sym_label] = ACTIONS(4324), + [anon_sym_in] = ACTIONS(4322), + [anon_sym_while] = ACTIONS(4322), + [anon_sym_DOT_DOT] = ACTIONS(4324), + [anon_sym_QMARK_COLON] = ACTIONS(4324), + [anon_sym_AMP_AMP] = ACTIONS(4324), + [anon_sym_PIPE_PIPE] = ACTIONS(4324), + [anon_sym_else] = ACTIONS(4322), + [anon_sym_COLON_COLON] = ACTIONS(4324), + [anon_sym_PLUS_EQ] = ACTIONS(4324), + [anon_sym_DASH_EQ] = ACTIONS(4324), + [anon_sym_STAR_EQ] = ACTIONS(4324), + [anon_sym_SLASH_EQ] = ACTIONS(4324), + [anon_sym_PERCENT_EQ] = ACTIONS(4324), + [anon_sym_BANG_EQ] = ACTIONS(4322), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4324), + [anon_sym_EQ_EQ] = ACTIONS(4322), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4324), + [anon_sym_LT_EQ] = ACTIONS(4324), + [anon_sym_GT_EQ] = ACTIONS(4324), + [anon_sym_BANGin] = ACTIONS(4324), + [anon_sym_is] = ACTIONS(4322), + [anon_sym_BANGis] = ACTIONS(4324), + [anon_sym_PLUS] = ACTIONS(4322), + [anon_sym_DASH] = ACTIONS(4322), + [anon_sym_SLASH] = ACTIONS(4322), + [anon_sym_PERCENT] = ACTIONS(4322), + [anon_sym_as_QMARK] = ACTIONS(4324), + [anon_sym_PLUS_PLUS] = ACTIONS(4324), + [anon_sym_DASH_DASH] = ACTIONS(4324), + [anon_sym_BANG_BANG] = ACTIONS(4324), + [anon_sym_suspend] = ACTIONS(4322), + [anon_sym_sealed] = ACTIONS(4322), + [anon_sym_annotation] = ACTIONS(4322), + [anon_sym_data] = ACTIONS(4322), + [anon_sym_inner] = ACTIONS(4322), + [anon_sym_override] = ACTIONS(4322), + [anon_sym_lateinit] = ACTIONS(4322), + [anon_sym_public] = ACTIONS(4322), + [anon_sym_private] = ACTIONS(4322), + [anon_sym_internal] = ACTIONS(4322), + [anon_sym_protected] = ACTIONS(4322), + [anon_sym_tailrec] = ACTIONS(4322), + [anon_sym_operator] = ACTIONS(4322), + [anon_sym_infix] = ACTIONS(4322), + [anon_sym_inline] = ACTIONS(4322), + [anon_sym_external] = ACTIONS(4322), + [sym_property_modifier] = ACTIONS(4322), + [anon_sym_abstract] = ACTIONS(4322), + [anon_sym_final] = ACTIONS(4322), + [anon_sym_open] = ACTIONS(4322), + [anon_sym_vararg] = ACTIONS(4322), + [anon_sym_noinline] = ACTIONS(4322), + [anon_sym_crossinline] = ACTIONS(4322), + [anon_sym_expect] = ACTIONS(4322), + [anon_sym_actual] = ACTIONS(4322), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4324), + [sym_safe_nav] = ACTIONS(4324), [sym_multiline_comment] = ACTIONS(3), }, [2877] = { - [sym_function_body] = STATE(3343), - [sym__block] = STATE(3367), - [sym__alpha_identifier] = ACTIONS(4191), - [anon_sym_AT] = ACTIONS(4193), - [anon_sym_COLON] = ACTIONS(6308), - [anon_sym_LBRACK] = ACTIONS(4193), - [anon_sym_RBRACK] = ACTIONS(4193), - [anon_sym_as] = ACTIONS(4191), - [anon_sym_EQ] = ACTIONS(6234), - [anon_sym_LBRACE] = ACTIONS(6236), - [anon_sym_RBRACE] = ACTIONS(4193), - [anon_sym_LPAREN] = ACTIONS(4193), - [anon_sym_COMMA] = ACTIONS(4193), - [anon_sym_RPAREN] = ACTIONS(4193), - [anon_sym_LT] = ACTIONS(4191), - [anon_sym_GT] = ACTIONS(4191), - [anon_sym_where] = ACTIONS(4191), - [anon_sym_DOT] = ACTIONS(4191), - [anon_sym_SEMI] = ACTIONS(4193), - [anon_sym_get] = ACTIONS(4191), - [anon_sym_set] = ACTIONS(4191), - [anon_sym_STAR] = ACTIONS(4191), - [anon_sym_DASH_GT] = ACTIONS(4193), - [sym_label] = ACTIONS(4193), - [anon_sym_in] = ACTIONS(4191), - [anon_sym_while] = ACTIONS(4191), - [anon_sym_DOT_DOT] = ACTIONS(4193), - [anon_sym_QMARK_COLON] = ACTIONS(4193), - [anon_sym_AMP_AMP] = ACTIONS(4193), - [anon_sym_PIPE_PIPE] = ACTIONS(4193), - [anon_sym_else] = ACTIONS(4191), - [anon_sym_COLON_COLON] = ACTIONS(4193), - [anon_sym_PLUS_EQ] = ACTIONS(4193), - [anon_sym_DASH_EQ] = ACTIONS(4193), - [anon_sym_STAR_EQ] = ACTIONS(4193), - [anon_sym_SLASH_EQ] = ACTIONS(4193), - [anon_sym_PERCENT_EQ] = ACTIONS(4193), - [anon_sym_BANG_EQ] = ACTIONS(4191), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4193), - [anon_sym_EQ_EQ] = ACTIONS(4191), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4193), - [anon_sym_LT_EQ] = ACTIONS(4193), - [anon_sym_GT_EQ] = ACTIONS(4193), - [anon_sym_BANGin] = ACTIONS(4193), - [anon_sym_is] = ACTIONS(4191), - [anon_sym_BANGis] = ACTIONS(4193), - [anon_sym_PLUS] = ACTIONS(4191), - [anon_sym_DASH] = ACTIONS(4191), - [anon_sym_SLASH] = ACTIONS(4191), - [anon_sym_PERCENT] = ACTIONS(4191), - [anon_sym_as_QMARK] = ACTIONS(4193), - [anon_sym_PLUS_PLUS] = ACTIONS(4193), - [anon_sym_DASH_DASH] = ACTIONS(4193), - [anon_sym_BANG_BANG] = ACTIONS(4193), - [anon_sym_suspend] = ACTIONS(4191), - [anon_sym_sealed] = ACTIONS(4191), - [anon_sym_annotation] = ACTIONS(4191), - [anon_sym_data] = ACTIONS(4191), - [anon_sym_inner] = ACTIONS(4191), - [anon_sym_override] = ACTIONS(4191), - [anon_sym_lateinit] = ACTIONS(4191), - [anon_sym_public] = ACTIONS(4191), - [anon_sym_private] = ACTIONS(4191), - [anon_sym_internal] = ACTIONS(4191), - [anon_sym_protected] = ACTIONS(4191), - [anon_sym_tailrec] = ACTIONS(4191), - [anon_sym_operator] = ACTIONS(4191), - [anon_sym_infix] = ACTIONS(4191), - [anon_sym_inline] = ACTIONS(4191), - [anon_sym_external] = ACTIONS(4191), - [sym_property_modifier] = ACTIONS(4191), - [anon_sym_abstract] = ACTIONS(4191), - [anon_sym_final] = ACTIONS(4191), - [anon_sym_open] = ACTIONS(4191), - [anon_sym_vararg] = ACTIONS(4191), - [anon_sym_noinline] = ACTIONS(4191), - [anon_sym_crossinline] = ACTIONS(4191), - [anon_sym_expect] = ACTIONS(4191), - [anon_sym_actual] = ACTIONS(4191), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4193), - [sym_safe_nav] = ACTIONS(4193), + [sym_type_constraints] = STATE(2938), + [sym_function_body] = STATE(3317), + [sym__block] = STATE(3464), + [sym__alpha_identifier] = ACTIONS(4256), + [anon_sym_AT] = ACTIONS(4258), + [anon_sym_LBRACK] = ACTIONS(4258), + [anon_sym_RBRACK] = ACTIONS(4258), + [anon_sym_as] = ACTIONS(4256), + [anon_sym_EQ] = ACTIONS(6231), + [anon_sym_LBRACE] = ACTIONS(6233), + [anon_sym_RBRACE] = ACTIONS(4258), + [anon_sym_LPAREN] = ACTIONS(4258), + [anon_sym_COMMA] = ACTIONS(4258), + [anon_sym_RPAREN] = ACTIONS(4258), + [anon_sym_LT] = ACTIONS(4256), + [anon_sym_GT] = ACTIONS(4256), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(4256), + [anon_sym_SEMI] = ACTIONS(4258), + [anon_sym_get] = ACTIONS(4256), + [anon_sym_set] = ACTIONS(4256), + [anon_sym_STAR] = ACTIONS(4256), + [anon_sym_DASH_GT] = ACTIONS(4258), + [sym_label] = ACTIONS(4258), + [anon_sym_in] = ACTIONS(4256), + [anon_sym_while] = ACTIONS(4256), + [anon_sym_DOT_DOT] = ACTIONS(4258), + [anon_sym_QMARK_COLON] = ACTIONS(4258), + [anon_sym_AMP_AMP] = ACTIONS(4258), + [anon_sym_PIPE_PIPE] = ACTIONS(4258), + [anon_sym_else] = ACTIONS(4256), + [anon_sym_COLON_COLON] = ACTIONS(4258), + [anon_sym_PLUS_EQ] = ACTIONS(4258), + [anon_sym_DASH_EQ] = ACTIONS(4258), + [anon_sym_STAR_EQ] = ACTIONS(4258), + [anon_sym_SLASH_EQ] = ACTIONS(4258), + [anon_sym_PERCENT_EQ] = ACTIONS(4258), + [anon_sym_BANG_EQ] = ACTIONS(4256), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4258), + [anon_sym_EQ_EQ] = ACTIONS(4256), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4258), + [anon_sym_LT_EQ] = ACTIONS(4258), + [anon_sym_GT_EQ] = ACTIONS(4258), + [anon_sym_BANGin] = ACTIONS(4258), + [anon_sym_is] = ACTIONS(4256), + [anon_sym_BANGis] = ACTIONS(4258), + [anon_sym_PLUS] = ACTIONS(4256), + [anon_sym_DASH] = ACTIONS(4256), + [anon_sym_SLASH] = ACTIONS(4256), + [anon_sym_PERCENT] = ACTIONS(4256), + [anon_sym_as_QMARK] = ACTIONS(4258), + [anon_sym_PLUS_PLUS] = ACTIONS(4258), + [anon_sym_DASH_DASH] = ACTIONS(4258), + [anon_sym_BANG_BANG] = ACTIONS(4258), + [anon_sym_suspend] = ACTIONS(4256), + [anon_sym_sealed] = ACTIONS(4256), + [anon_sym_annotation] = ACTIONS(4256), + [anon_sym_data] = ACTIONS(4256), + [anon_sym_inner] = ACTIONS(4256), + [anon_sym_override] = ACTIONS(4256), + [anon_sym_lateinit] = ACTIONS(4256), + [anon_sym_public] = ACTIONS(4256), + [anon_sym_private] = ACTIONS(4256), + [anon_sym_internal] = ACTIONS(4256), + [anon_sym_protected] = ACTIONS(4256), + [anon_sym_tailrec] = ACTIONS(4256), + [anon_sym_operator] = ACTIONS(4256), + [anon_sym_infix] = ACTIONS(4256), + [anon_sym_inline] = ACTIONS(4256), + [anon_sym_external] = ACTIONS(4256), + [sym_property_modifier] = ACTIONS(4256), + [anon_sym_abstract] = ACTIONS(4256), + [anon_sym_final] = ACTIONS(4256), + [anon_sym_open] = ACTIONS(4256), + [anon_sym_vararg] = ACTIONS(4256), + [anon_sym_noinline] = ACTIONS(4256), + [anon_sym_crossinline] = ACTIONS(4256), + [anon_sym_expect] = ACTIONS(4256), + [anon_sym_actual] = ACTIONS(4256), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4258), + [sym_safe_nav] = ACTIONS(4258), [sym_multiline_comment] = ACTIONS(3), }, [2878] = { - [aux_sym_nullable_type_repeat1] = STATE(2878), - [sym__alpha_identifier] = ACTIONS(4311), - [anon_sym_AT] = ACTIONS(4313), - [anon_sym_LBRACK] = ACTIONS(4313), - [anon_sym_RBRACK] = ACTIONS(4313), - [anon_sym_as] = ACTIONS(4311), - [anon_sym_EQ] = ACTIONS(4311), - [anon_sym_LBRACE] = ACTIONS(4313), - [anon_sym_RBRACE] = ACTIONS(4313), - [anon_sym_LPAREN] = ACTIONS(4313), - [anon_sym_COMMA] = ACTIONS(4313), - [anon_sym_RPAREN] = ACTIONS(4313), - [anon_sym_by] = ACTIONS(4311), - [anon_sym_LT] = ACTIONS(4311), - [anon_sym_GT] = ACTIONS(4311), - [anon_sym_where] = ACTIONS(4311), - [anon_sym_DOT] = ACTIONS(4311), - [anon_sym_SEMI] = ACTIONS(4313), - [anon_sym_get] = ACTIONS(4311), - [anon_sym_set] = ACTIONS(4311), - [sym__quest] = ACTIONS(6310), - [anon_sym_STAR] = ACTIONS(4311), - [anon_sym_DASH_GT] = ACTIONS(4313), - [sym_label] = ACTIONS(4313), - [anon_sym_in] = ACTIONS(4311), - [anon_sym_while] = ACTIONS(4311), - [anon_sym_DOT_DOT] = ACTIONS(4313), - [anon_sym_QMARK_COLON] = ACTIONS(4313), - [anon_sym_AMP_AMP] = ACTIONS(4313), - [anon_sym_PIPE_PIPE] = ACTIONS(4313), - [anon_sym_else] = ACTIONS(4311), - [anon_sym_COLON_COLON] = ACTIONS(4313), - [anon_sym_PLUS_EQ] = ACTIONS(4313), - [anon_sym_DASH_EQ] = ACTIONS(4313), - [anon_sym_STAR_EQ] = ACTIONS(4313), - [anon_sym_SLASH_EQ] = ACTIONS(4313), - [anon_sym_PERCENT_EQ] = ACTIONS(4313), - [anon_sym_BANG_EQ] = ACTIONS(4311), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4313), - [anon_sym_EQ_EQ] = ACTIONS(4311), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4313), - [anon_sym_LT_EQ] = ACTIONS(4313), - [anon_sym_GT_EQ] = ACTIONS(4313), - [anon_sym_BANGin] = ACTIONS(4313), - [anon_sym_is] = ACTIONS(4311), - [anon_sym_BANGis] = ACTIONS(4313), - [anon_sym_PLUS] = ACTIONS(4311), - [anon_sym_DASH] = ACTIONS(4311), - [anon_sym_SLASH] = ACTIONS(4311), - [anon_sym_PERCENT] = ACTIONS(4311), - [anon_sym_as_QMARK] = ACTIONS(4313), - [anon_sym_PLUS_PLUS] = ACTIONS(4313), - [anon_sym_DASH_DASH] = ACTIONS(4313), - [anon_sym_BANG_BANG] = ACTIONS(4313), - [anon_sym_suspend] = ACTIONS(4311), - [anon_sym_sealed] = ACTIONS(4311), - [anon_sym_annotation] = ACTIONS(4311), - [anon_sym_data] = ACTIONS(4311), - [anon_sym_inner] = ACTIONS(4311), - [anon_sym_override] = ACTIONS(4311), - [anon_sym_lateinit] = ACTIONS(4311), - [anon_sym_public] = ACTIONS(4311), - [anon_sym_private] = ACTIONS(4311), - [anon_sym_internal] = ACTIONS(4311), - [anon_sym_protected] = ACTIONS(4311), - [anon_sym_tailrec] = ACTIONS(4311), - [anon_sym_operator] = ACTIONS(4311), - [anon_sym_infix] = ACTIONS(4311), - [anon_sym_inline] = ACTIONS(4311), - [anon_sym_external] = ACTIONS(4311), - [sym_property_modifier] = ACTIONS(4311), - [anon_sym_abstract] = ACTIONS(4311), - [anon_sym_final] = ACTIONS(4311), - [anon_sym_open] = ACTIONS(4311), - [anon_sym_vararg] = ACTIONS(4311), - [anon_sym_noinline] = ACTIONS(4311), - [anon_sym_crossinline] = ACTIONS(4311), - [anon_sym_expect] = ACTIONS(4311), - [anon_sym_actual] = ACTIONS(4311), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4313), - [sym_safe_nav] = ACTIONS(4313), - [sym_multiline_comment] = ACTIONS(3), + [sym_type_constraints] = STATE(3120), + [sym_function_body] = STATE(3133), + [sym__block] = STATE(3334), + [sym__alpha_identifier] = ACTIONS(4031), + [anon_sym_AT] = ACTIONS(4033), + [anon_sym_COLON] = ACTIONS(6312), + [anon_sym_LBRACK] = ACTIONS(4033), + [anon_sym_as] = ACTIONS(4031), + [anon_sym_EQ] = ACTIONS(6262), + [anon_sym_LBRACE] = ACTIONS(6244), + [anon_sym_RBRACE] = ACTIONS(4033), + [anon_sym_LPAREN] = ACTIONS(4033), + [anon_sym_LT] = ACTIONS(4031), + [anon_sym_GT] = ACTIONS(4031), + [anon_sym_where] = ACTIONS(3118), + [anon_sym_object] = ACTIONS(4031), + [anon_sym_fun] = ACTIONS(4031), + [anon_sym_DOT] = ACTIONS(4031), + [anon_sym_SEMI] = ACTIONS(4033), + [anon_sym_get] = ACTIONS(4031), + [anon_sym_set] = ACTIONS(4031), + [anon_sym_this] = ACTIONS(4031), + [anon_sym_super] = ACTIONS(4031), + [anon_sym_STAR] = ACTIONS(4031), + [sym_label] = ACTIONS(4031), + [anon_sym_in] = ACTIONS(4031), + [anon_sym_DOT_DOT] = ACTIONS(4033), + [anon_sym_QMARK_COLON] = ACTIONS(4033), + [anon_sym_AMP_AMP] = ACTIONS(4033), + [anon_sym_PIPE_PIPE] = ACTIONS(4033), + [anon_sym_null] = ACTIONS(4031), + [anon_sym_if] = ACTIONS(4031), + [anon_sym_else] = ACTIONS(4031), + [anon_sym_when] = ACTIONS(4031), + [anon_sym_try] = ACTIONS(4031), + [anon_sym_throw] = ACTIONS(4031), + [anon_sym_return] = ACTIONS(4031), + [anon_sym_continue] = ACTIONS(4031), + [anon_sym_break] = ACTIONS(4031), + [anon_sym_COLON_COLON] = ACTIONS(4033), + [anon_sym_PLUS_EQ] = ACTIONS(4033), + [anon_sym_DASH_EQ] = ACTIONS(4033), + [anon_sym_STAR_EQ] = ACTIONS(4033), + [anon_sym_SLASH_EQ] = ACTIONS(4033), + [anon_sym_PERCENT_EQ] = ACTIONS(4033), + [anon_sym_BANG_EQ] = ACTIONS(4031), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4033), + [anon_sym_EQ_EQ] = ACTIONS(4031), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4033), + [anon_sym_LT_EQ] = ACTIONS(4033), + [anon_sym_GT_EQ] = ACTIONS(4033), + [anon_sym_BANGin] = ACTIONS(4033), + [anon_sym_is] = ACTIONS(4031), + [anon_sym_BANGis] = ACTIONS(4033), + [anon_sym_PLUS] = ACTIONS(4031), + [anon_sym_DASH] = ACTIONS(4031), + [anon_sym_SLASH] = ACTIONS(4031), + [anon_sym_PERCENT] = ACTIONS(4031), + [anon_sym_as_QMARK] = ACTIONS(4033), + [anon_sym_PLUS_PLUS] = ACTIONS(4033), + [anon_sym_DASH_DASH] = ACTIONS(4033), + [anon_sym_BANG] = ACTIONS(4031), + [anon_sym_BANG_BANG] = ACTIONS(4033), + [anon_sym_data] = ACTIONS(4031), + [anon_sym_inner] = ACTIONS(4031), + [anon_sym_expect] = ACTIONS(4031), + [anon_sym_actual] = ACTIONS(4031), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4033), + [anon_sym_continue_AT] = ACTIONS(4033), + [anon_sym_break_AT] = ACTIONS(4033), + [sym_real_literal] = ACTIONS(4033), + [sym_integer_literal] = ACTIONS(4031), + [sym_hex_literal] = ACTIONS(4033), + [sym_bin_literal] = ACTIONS(4033), + [anon_sym_true] = ACTIONS(4031), + [anon_sym_false] = ACTIONS(4031), + [anon_sym_SQUOTE] = ACTIONS(4033), + [sym__backtick_identifier] = ACTIONS(4033), + [sym__automatic_semicolon] = ACTIONS(4033), + [sym_safe_nav] = ACTIONS(4033), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4033), }, [2879] = { - [sym_type_constraints] = STATE(3159), - [sym_function_body] = STATE(3157), - [sym__block] = STATE(3245), - [sym__alpha_identifier] = ACTIONS(4095), - [anon_sym_AT] = ACTIONS(4097), - [anon_sym_COLON] = ACTIONS(6313), - [anon_sym_LBRACK] = ACTIONS(4097), - [anon_sym_as] = ACTIONS(4095), - [anon_sym_EQ] = ACTIONS(6265), - [anon_sym_LBRACE] = ACTIONS(6220), - [anon_sym_RBRACE] = ACTIONS(4097), - [anon_sym_LPAREN] = ACTIONS(4097), - [anon_sym_LT] = ACTIONS(4095), - [anon_sym_GT] = ACTIONS(4095), - [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(4095), - [anon_sym_fun] = ACTIONS(4095), - [anon_sym_DOT] = ACTIONS(4095), - [anon_sym_SEMI] = ACTIONS(4097), - [anon_sym_get] = ACTIONS(4095), - [anon_sym_set] = ACTIONS(4095), - [anon_sym_this] = ACTIONS(4095), - [anon_sym_super] = ACTIONS(4095), - [anon_sym_STAR] = ACTIONS(4095), - [sym_label] = ACTIONS(4095), - [anon_sym_in] = ACTIONS(4095), - [anon_sym_DOT_DOT] = ACTIONS(4097), - [anon_sym_QMARK_COLON] = ACTIONS(4097), - [anon_sym_AMP_AMP] = ACTIONS(4097), - [anon_sym_PIPE_PIPE] = ACTIONS(4097), - [anon_sym_null] = ACTIONS(4095), - [anon_sym_if] = ACTIONS(4095), - [anon_sym_else] = ACTIONS(4095), - [anon_sym_when] = ACTIONS(4095), - [anon_sym_try] = ACTIONS(4095), - [anon_sym_throw] = ACTIONS(4095), - [anon_sym_return] = ACTIONS(4095), - [anon_sym_continue] = ACTIONS(4095), - [anon_sym_break] = ACTIONS(4095), - [anon_sym_COLON_COLON] = ACTIONS(4097), - [anon_sym_PLUS_EQ] = ACTIONS(4097), - [anon_sym_DASH_EQ] = ACTIONS(4097), - [anon_sym_STAR_EQ] = ACTIONS(4097), - [anon_sym_SLASH_EQ] = ACTIONS(4097), - [anon_sym_PERCENT_EQ] = ACTIONS(4097), - [anon_sym_BANG_EQ] = ACTIONS(4095), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4097), - [anon_sym_EQ_EQ] = ACTIONS(4095), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4097), - [anon_sym_LT_EQ] = ACTIONS(4097), - [anon_sym_GT_EQ] = ACTIONS(4097), - [anon_sym_BANGin] = ACTIONS(4097), - [anon_sym_is] = ACTIONS(4095), - [anon_sym_BANGis] = ACTIONS(4097), - [anon_sym_PLUS] = ACTIONS(4095), - [anon_sym_DASH] = ACTIONS(4095), - [anon_sym_SLASH] = ACTIONS(4095), - [anon_sym_PERCENT] = ACTIONS(4095), - [anon_sym_as_QMARK] = ACTIONS(4097), - [anon_sym_PLUS_PLUS] = ACTIONS(4097), - [anon_sym_DASH_DASH] = ACTIONS(4097), - [anon_sym_BANG] = ACTIONS(4095), - [anon_sym_BANG_BANG] = ACTIONS(4097), - [anon_sym_data] = ACTIONS(4095), - [anon_sym_inner] = ACTIONS(4095), - [anon_sym_expect] = ACTIONS(4095), - [anon_sym_actual] = ACTIONS(4095), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4097), - [anon_sym_continue_AT] = ACTIONS(4097), - [anon_sym_break_AT] = ACTIONS(4097), - [sym_real_literal] = ACTIONS(4097), - [sym_integer_literal] = ACTIONS(4095), - [sym_hex_literal] = ACTIONS(4097), - [sym_bin_literal] = ACTIONS(4097), - [anon_sym_true] = ACTIONS(4095), - [anon_sym_false] = ACTIONS(4095), - [anon_sym_SQUOTE] = ACTIONS(4097), - [sym__backtick_identifier] = ACTIONS(4097), - [sym__automatic_semicolon] = ACTIONS(4097), - [sym_safe_nav] = ACTIONS(4097), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4097), + [sym_function_body] = STATE(3259), + [sym__block] = STATE(3334), + [sym__alpha_identifier] = ACTIONS(4210), + [anon_sym_AT] = ACTIONS(4212), + [anon_sym_COLON] = ACTIONS(6314), + [anon_sym_LBRACK] = ACTIONS(4212), + [anon_sym_as] = ACTIONS(4210), + [anon_sym_EQ] = ACTIONS(6242), + [anon_sym_LBRACE] = ACTIONS(6244), + [anon_sym_RBRACE] = ACTIONS(4212), + [anon_sym_LPAREN] = ACTIONS(4212), + [anon_sym_COMMA] = ACTIONS(4212), + [anon_sym_LT] = ACTIONS(4210), + [anon_sym_GT] = ACTIONS(4210), + [anon_sym_where] = ACTIONS(4210), + [anon_sym_object] = ACTIONS(4210), + [anon_sym_fun] = ACTIONS(4210), + [anon_sym_DOT] = ACTIONS(4210), + [anon_sym_SEMI] = ACTIONS(4212), + [anon_sym_get] = ACTIONS(4210), + [anon_sym_set] = ACTIONS(4210), + [anon_sym_this] = ACTIONS(4210), + [anon_sym_super] = ACTIONS(4210), + [anon_sym_STAR] = ACTIONS(4210), + [sym_label] = ACTIONS(4210), + [anon_sym_in] = ACTIONS(4210), + [anon_sym_DOT_DOT] = ACTIONS(4212), + [anon_sym_QMARK_COLON] = ACTIONS(4212), + [anon_sym_AMP_AMP] = ACTIONS(4212), + [anon_sym_PIPE_PIPE] = ACTIONS(4212), + [anon_sym_null] = ACTIONS(4210), + [anon_sym_if] = ACTIONS(4210), + [anon_sym_else] = ACTIONS(4210), + [anon_sym_when] = ACTIONS(4210), + [anon_sym_try] = ACTIONS(4210), + [anon_sym_throw] = ACTIONS(4210), + [anon_sym_return] = ACTIONS(4210), + [anon_sym_continue] = ACTIONS(4210), + [anon_sym_break] = ACTIONS(4210), + [anon_sym_COLON_COLON] = ACTIONS(4212), + [anon_sym_PLUS_EQ] = ACTIONS(4212), + [anon_sym_DASH_EQ] = ACTIONS(4212), + [anon_sym_STAR_EQ] = ACTIONS(4212), + [anon_sym_SLASH_EQ] = ACTIONS(4212), + [anon_sym_PERCENT_EQ] = ACTIONS(4212), + [anon_sym_BANG_EQ] = ACTIONS(4210), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4212), + [anon_sym_EQ_EQ] = ACTIONS(4210), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4212), + [anon_sym_LT_EQ] = ACTIONS(4212), + [anon_sym_GT_EQ] = ACTIONS(4212), + [anon_sym_BANGin] = ACTIONS(4212), + [anon_sym_is] = ACTIONS(4210), + [anon_sym_BANGis] = ACTIONS(4212), + [anon_sym_PLUS] = ACTIONS(4210), + [anon_sym_DASH] = ACTIONS(4210), + [anon_sym_SLASH] = ACTIONS(4210), + [anon_sym_PERCENT] = ACTIONS(4210), + [anon_sym_as_QMARK] = ACTIONS(4212), + [anon_sym_PLUS_PLUS] = ACTIONS(4212), + [anon_sym_DASH_DASH] = ACTIONS(4212), + [anon_sym_BANG] = ACTIONS(4210), + [anon_sym_BANG_BANG] = ACTIONS(4212), + [anon_sym_data] = ACTIONS(4210), + [anon_sym_inner] = ACTIONS(4210), + [anon_sym_expect] = ACTIONS(4210), + [anon_sym_actual] = ACTIONS(4210), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4212), + [anon_sym_continue_AT] = ACTIONS(4212), + [anon_sym_break_AT] = ACTIONS(4212), + [sym_real_literal] = ACTIONS(4212), + [sym_integer_literal] = ACTIONS(4210), + [sym_hex_literal] = ACTIONS(4212), + [sym_bin_literal] = ACTIONS(4212), + [anon_sym_true] = ACTIONS(4210), + [anon_sym_false] = ACTIONS(4210), + [anon_sym_SQUOTE] = ACTIONS(4212), + [sym__backtick_identifier] = ACTIONS(4212), + [sym__automatic_semicolon] = ACTIONS(4212), + [sym_safe_nav] = ACTIONS(4212), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4212), }, [2880] = { - [sym_type_constraints] = STATE(2962), - [sym_function_body] = STATE(3167), - [sym__block] = STATE(3367), - [sym__alpha_identifier] = ACTIONS(4101), - [anon_sym_AT] = ACTIONS(4103), - [anon_sym_LBRACK] = ACTIONS(4103), - [anon_sym_RBRACK] = ACTIONS(4103), - [anon_sym_as] = ACTIONS(4101), - [anon_sym_EQ] = ACTIONS(6234), - [anon_sym_LBRACE] = ACTIONS(6236), - [anon_sym_RBRACE] = ACTIONS(4103), - [anon_sym_LPAREN] = ACTIONS(4103), - [anon_sym_COMMA] = ACTIONS(4103), - [anon_sym_RPAREN] = ACTIONS(4103), - [anon_sym_LT] = ACTIONS(4101), - [anon_sym_GT] = ACTIONS(4101), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(4101), - [anon_sym_SEMI] = ACTIONS(4103), - [anon_sym_get] = ACTIONS(4101), - [anon_sym_set] = ACTIONS(4101), - [anon_sym_STAR] = ACTIONS(4101), - [anon_sym_DASH_GT] = ACTIONS(4103), - [sym_label] = ACTIONS(4103), - [anon_sym_in] = ACTIONS(4101), - [anon_sym_while] = ACTIONS(4101), - [anon_sym_DOT_DOT] = ACTIONS(4103), - [anon_sym_QMARK_COLON] = ACTIONS(4103), - [anon_sym_AMP_AMP] = ACTIONS(4103), - [anon_sym_PIPE_PIPE] = ACTIONS(4103), - [anon_sym_else] = ACTIONS(4101), - [anon_sym_COLON_COLON] = ACTIONS(4103), - [anon_sym_PLUS_EQ] = ACTIONS(4103), - [anon_sym_DASH_EQ] = ACTIONS(4103), - [anon_sym_STAR_EQ] = ACTIONS(4103), - [anon_sym_SLASH_EQ] = ACTIONS(4103), - [anon_sym_PERCENT_EQ] = ACTIONS(4103), - [anon_sym_BANG_EQ] = ACTIONS(4101), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4103), - [anon_sym_EQ_EQ] = ACTIONS(4101), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4103), - [anon_sym_LT_EQ] = ACTIONS(4103), - [anon_sym_GT_EQ] = ACTIONS(4103), - [anon_sym_BANGin] = ACTIONS(4103), - [anon_sym_is] = ACTIONS(4101), - [anon_sym_BANGis] = ACTIONS(4103), - [anon_sym_PLUS] = ACTIONS(4101), - [anon_sym_DASH] = ACTIONS(4101), - [anon_sym_SLASH] = ACTIONS(4101), - [anon_sym_PERCENT] = ACTIONS(4101), - [anon_sym_as_QMARK] = ACTIONS(4103), - [anon_sym_PLUS_PLUS] = ACTIONS(4103), - [anon_sym_DASH_DASH] = ACTIONS(4103), - [anon_sym_BANG_BANG] = ACTIONS(4103), - [anon_sym_suspend] = ACTIONS(4101), - [anon_sym_sealed] = ACTIONS(4101), - [anon_sym_annotation] = ACTIONS(4101), - [anon_sym_data] = ACTIONS(4101), - [anon_sym_inner] = ACTIONS(4101), - [anon_sym_override] = ACTIONS(4101), - [anon_sym_lateinit] = ACTIONS(4101), - [anon_sym_public] = ACTIONS(4101), - [anon_sym_private] = ACTIONS(4101), - [anon_sym_internal] = ACTIONS(4101), - [anon_sym_protected] = ACTIONS(4101), - [anon_sym_tailrec] = ACTIONS(4101), - [anon_sym_operator] = ACTIONS(4101), - [anon_sym_infix] = ACTIONS(4101), - [anon_sym_inline] = ACTIONS(4101), - [anon_sym_external] = ACTIONS(4101), - [sym_property_modifier] = ACTIONS(4101), - [anon_sym_abstract] = ACTIONS(4101), - [anon_sym_final] = ACTIONS(4101), - [anon_sym_open] = ACTIONS(4101), - [anon_sym_vararg] = ACTIONS(4101), - [anon_sym_noinline] = ACTIONS(4101), - [anon_sym_crossinline] = ACTIONS(4101), - [anon_sym_expect] = ACTIONS(4101), - [anon_sym_actual] = ACTIONS(4101), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4103), - [sym_safe_nav] = ACTIONS(4103), - [sym_multiline_comment] = ACTIONS(3), + [sym_function_body] = STATE(3205), + [sym__block] = STATE(3334), + [sym__alpha_identifier] = ACTIONS(4198), + [anon_sym_AT] = ACTIONS(4200), + [anon_sym_COLON] = ACTIONS(6316), + [anon_sym_LBRACK] = ACTIONS(4200), + [anon_sym_as] = ACTIONS(4198), + [anon_sym_EQ] = ACTIONS(6242), + [anon_sym_LBRACE] = ACTIONS(6244), + [anon_sym_RBRACE] = ACTIONS(4200), + [anon_sym_LPAREN] = ACTIONS(4200), + [anon_sym_COMMA] = ACTIONS(4200), + [anon_sym_LT] = ACTIONS(4198), + [anon_sym_GT] = ACTIONS(4198), + [anon_sym_where] = ACTIONS(4198), + [anon_sym_object] = ACTIONS(4198), + [anon_sym_fun] = ACTIONS(4198), + [anon_sym_DOT] = ACTIONS(4198), + [anon_sym_SEMI] = ACTIONS(4200), + [anon_sym_get] = ACTIONS(4198), + [anon_sym_set] = ACTIONS(4198), + [anon_sym_this] = ACTIONS(4198), + [anon_sym_super] = ACTIONS(4198), + [anon_sym_STAR] = ACTIONS(4198), + [sym_label] = ACTIONS(4198), + [anon_sym_in] = ACTIONS(4198), + [anon_sym_DOT_DOT] = ACTIONS(4200), + [anon_sym_QMARK_COLON] = ACTIONS(4200), + [anon_sym_AMP_AMP] = ACTIONS(4200), + [anon_sym_PIPE_PIPE] = ACTIONS(4200), + [anon_sym_null] = ACTIONS(4198), + [anon_sym_if] = ACTIONS(4198), + [anon_sym_else] = ACTIONS(4198), + [anon_sym_when] = ACTIONS(4198), + [anon_sym_try] = ACTIONS(4198), + [anon_sym_throw] = ACTIONS(4198), + [anon_sym_return] = ACTIONS(4198), + [anon_sym_continue] = ACTIONS(4198), + [anon_sym_break] = ACTIONS(4198), + [anon_sym_COLON_COLON] = ACTIONS(4200), + [anon_sym_PLUS_EQ] = ACTIONS(4200), + [anon_sym_DASH_EQ] = ACTIONS(4200), + [anon_sym_STAR_EQ] = ACTIONS(4200), + [anon_sym_SLASH_EQ] = ACTIONS(4200), + [anon_sym_PERCENT_EQ] = ACTIONS(4200), + [anon_sym_BANG_EQ] = ACTIONS(4198), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4200), + [anon_sym_EQ_EQ] = ACTIONS(4198), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4200), + [anon_sym_LT_EQ] = ACTIONS(4200), + [anon_sym_GT_EQ] = ACTIONS(4200), + [anon_sym_BANGin] = ACTIONS(4200), + [anon_sym_is] = ACTIONS(4198), + [anon_sym_BANGis] = ACTIONS(4200), + [anon_sym_PLUS] = ACTIONS(4198), + [anon_sym_DASH] = ACTIONS(4198), + [anon_sym_SLASH] = ACTIONS(4198), + [anon_sym_PERCENT] = ACTIONS(4198), + [anon_sym_as_QMARK] = ACTIONS(4200), + [anon_sym_PLUS_PLUS] = ACTIONS(4200), + [anon_sym_DASH_DASH] = ACTIONS(4200), + [anon_sym_BANG] = ACTIONS(4198), + [anon_sym_BANG_BANG] = ACTIONS(4200), + [anon_sym_data] = ACTIONS(4198), + [anon_sym_inner] = ACTIONS(4198), + [anon_sym_expect] = ACTIONS(4198), + [anon_sym_actual] = ACTIONS(4198), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4200), + [anon_sym_continue_AT] = ACTIONS(4200), + [anon_sym_break_AT] = ACTIONS(4200), + [sym_real_literal] = ACTIONS(4200), + [sym_integer_literal] = ACTIONS(4198), + [sym_hex_literal] = ACTIONS(4200), + [sym_bin_literal] = ACTIONS(4200), + [anon_sym_true] = ACTIONS(4198), + [anon_sym_false] = ACTIONS(4198), + [anon_sym_SQUOTE] = ACTIONS(4200), + [sym__backtick_identifier] = ACTIONS(4200), + [sym__automatic_semicolon] = ACTIONS(4200), + [sym_safe_nav] = ACTIONS(4200), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4200), }, [2881] = { - [aux_sym_user_type_repeat1] = STATE(2886), - [sym__alpha_identifier] = ACTIONS(4142), - [anon_sym_AT] = ACTIONS(4144), - [anon_sym_LBRACK] = ACTIONS(4144), - [anon_sym_RBRACK] = ACTIONS(4144), - [anon_sym_as] = ACTIONS(4142), - [anon_sym_EQ] = ACTIONS(4142), - [anon_sym_LBRACE] = ACTIONS(4144), - [anon_sym_RBRACE] = ACTIONS(4144), - [anon_sym_LPAREN] = ACTIONS(4144), - [anon_sym_COMMA] = ACTIONS(4144), - [anon_sym_RPAREN] = ACTIONS(4144), - [anon_sym_by] = ACTIONS(4142), - [anon_sym_LT] = ACTIONS(4142), - [anon_sym_GT] = ACTIONS(4142), - [anon_sym_where] = ACTIONS(4142), - [anon_sym_DOT] = ACTIONS(6315), - [anon_sym_SEMI] = ACTIONS(4144), - [anon_sym_get] = ACTIONS(4142), - [anon_sym_set] = ACTIONS(4142), - [sym__quest] = ACTIONS(4142), - [anon_sym_STAR] = ACTIONS(4142), - [anon_sym_DASH_GT] = ACTIONS(4144), - [sym_label] = ACTIONS(4144), - [anon_sym_in] = ACTIONS(4142), - [anon_sym_while] = ACTIONS(4142), - [anon_sym_DOT_DOT] = ACTIONS(4144), - [anon_sym_QMARK_COLON] = ACTIONS(4144), - [anon_sym_AMP_AMP] = ACTIONS(4144), - [anon_sym_PIPE_PIPE] = ACTIONS(4144), - [anon_sym_else] = ACTIONS(4142), - [anon_sym_COLON_COLON] = ACTIONS(4144), - [anon_sym_PLUS_EQ] = ACTIONS(4144), - [anon_sym_DASH_EQ] = ACTIONS(4144), - [anon_sym_STAR_EQ] = ACTIONS(4144), - [anon_sym_SLASH_EQ] = ACTIONS(4144), - [anon_sym_PERCENT_EQ] = ACTIONS(4144), - [anon_sym_BANG_EQ] = ACTIONS(4142), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4144), - [anon_sym_EQ_EQ] = ACTIONS(4142), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4144), - [anon_sym_LT_EQ] = ACTIONS(4144), - [anon_sym_GT_EQ] = ACTIONS(4144), - [anon_sym_BANGin] = ACTIONS(4144), - [anon_sym_is] = ACTIONS(4142), - [anon_sym_BANGis] = ACTIONS(4144), - [anon_sym_PLUS] = ACTIONS(4142), - [anon_sym_DASH] = ACTIONS(4142), - [anon_sym_SLASH] = ACTIONS(4142), - [anon_sym_PERCENT] = ACTIONS(4142), - [anon_sym_as_QMARK] = ACTIONS(4144), - [anon_sym_PLUS_PLUS] = ACTIONS(4144), - [anon_sym_DASH_DASH] = ACTIONS(4144), - [anon_sym_BANG_BANG] = ACTIONS(4144), - [anon_sym_suspend] = ACTIONS(4142), - [anon_sym_sealed] = ACTIONS(4142), - [anon_sym_annotation] = ACTIONS(4142), - [anon_sym_data] = ACTIONS(4142), - [anon_sym_inner] = ACTIONS(4142), - [anon_sym_override] = ACTIONS(4142), - [anon_sym_lateinit] = ACTIONS(4142), - [anon_sym_public] = ACTIONS(4142), - [anon_sym_private] = ACTIONS(4142), - [anon_sym_internal] = ACTIONS(4142), - [anon_sym_protected] = ACTIONS(4142), - [anon_sym_tailrec] = ACTIONS(4142), - [anon_sym_operator] = ACTIONS(4142), - [anon_sym_infix] = ACTIONS(4142), - [anon_sym_inline] = ACTIONS(4142), - [anon_sym_external] = ACTIONS(4142), - [sym_property_modifier] = ACTIONS(4142), - [anon_sym_abstract] = ACTIONS(4142), - [anon_sym_final] = ACTIONS(4142), - [anon_sym_open] = ACTIONS(4142), - [anon_sym_vararg] = ACTIONS(4142), - [anon_sym_noinline] = ACTIONS(4142), - [anon_sym_crossinline] = ACTIONS(4142), - [anon_sym_expect] = ACTIONS(4142), - [anon_sym_actual] = ACTIONS(4142), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4144), - [sym_safe_nav] = ACTIONS(4144), - [sym_multiline_comment] = ACTIONS(3), + [aux_sym_user_type_repeat1] = STATE(2889), + [sym__alpha_identifier] = ACTIONS(4309), + [anon_sym_AT] = ACTIONS(4311), + [anon_sym_LBRACK] = ACTIONS(4311), + [anon_sym_as] = ACTIONS(4309), + [anon_sym_EQ] = ACTIONS(4309), + [anon_sym_LBRACE] = ACTIONS(4311), + [anon_sym_RBRACE] = ACTIONS(4311), + [anon_sym_LPAREN] = ACTIONS(4311), + [anon_sym_COMMA] = ACTIONS(4311), + [anon_sym_by] = ACTIONS(4309), + [anon_sym_LT] = ACTIONS(4309), + [anon_sym_GT] = ACTIONS(4309), + [anon_sym_where] = ACTIONS(4309), + [anon_sym_object] = ACTIONS(4309), + [anon_sym_fun] = ACTIONS(4309), + [anon_sym_DOT] = ACTIONS(6318), + [anon_sym_SEMI] = ACTIONS(4311), + [anon_sym_get] = ACTIONS(4309), + [anon_sym_set] = ACTIONS(4309), + [anon_sym_this] = ACTIONS(4309), + [anon_sym_super] = ACTIONS(4309), + [sym__quest] = ACTIONS(4309), + [anon_sym_STAR] = ACTIONS(4309), + [sym_label] = ACTIONS(4309), + [anon_sym_in] = ACTIONS(4309), + [anon_sym_DOT_DOT] = ACTIONS(4311), + [anon_sym_QMARK_COLON] = ACTIONS(4311), + [anon_sym_AMP_AMP] = ACTIONS(4311), + [anon_sym_PIPE_PIPE] = ACTIONS(4311), + [anon_sym_null] = ACTIONS(4309), + [anon_sym_if] = ACTIONS(4309), + [anon_sym_else] = ACTIONS(4309), + [anon_sym_when] = ACTIONS(4309), + [anon_sym_try] = ACTIONS(4309), + [anon_sym_throw] = ACTIONS(4309), + [anon_sym_return] = ACTIONS(4309), + [anon_sym_continue] = ACTIONS(4309), + [anon_sym_break] = ACTIONS(4309), + [anon_sym_COLON_COLON] = ACTIONS(4311), + [anon_sym_PLUS_EQ] = ACTIONS(4311), + [anon_sym_DASH_EQ] = ACTIONS(4311), + [anon_sym_STAR_EQ] = ACTIONS(4311), + [anon_sym_SLASH_EQ] = ACTIONS(4311), + [anon_sym_PERCENT_EQ] = ACTIONS(4311), + [anon_sym_BANG_EQ] = ACTIONS(4309), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4311), + [anon_sym_EQ_EQ] = ACTIONS(4309), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4311), + [anon_sym_LT_EQ] = ACTIONS(4311), + [anon_sym_GT_EQ] = ACTIONS(4311), + [anon_sym_BANGin] = ACTIONS(4311), + [anon_sym_is] = ACTIONS(4309), + [anon_sym_BANGis] = ACTIONS(4311), + [anon_sym_PLUS] = ACTIONS(4309), + [anon_sym_DASH] = ACTIONS(4309), + [anon_sym_SLASH] = ACTIONS(4309), + [anon_sym_PERCENT] = ACTIONS(4309), + [anon_sym_as_QMARK] = ACTIONS(4311), + [anon_sym_PLUS_PLUS] = ACTIONS(4311), + [anon_sym_DASH_DASH] = ACTIONS(4311), + [anon_sym_BANG] = ACTIONS(4309), + [anon_sym_BANG_BANG] = ACTIONS(4311), + [anon_sym_data] = ACTIONS(4309), + [anon_sym_inner] = ACTIONS(4309), + [anon_sym_expect] = ACTIONS(4309), + [anon_sym_actual] = ACTIONS(4309), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4311), + [anon_sym_continue_AT] = ACTIONS(4311), + [anon_sym_break_AT] = ACTIONS(4311), + [sym_real_literal] = ACTIONS(4311), + [sym_integer_literal] = ACTIONS(4309), + [sym_hex_literal] = ACTIONS(4311), + [sym_bin_literal] = ACTIONS(4311), + [anon_sym_true] = ACTIONS(4309), + [anon_sym_false] = ACTIONS(4309), + [anon_sym_SQUOTE] = ACTIONS(4311), + [sym__backtick_identifier] = ACTIONS(4311), + [sym__automatic_semicolon] = ACTIONS(4311), + [sym_safe_nav] = ACTIONS(4311), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4311), }, [2882] = { - [sym_class_body] = STATE(3393), - [sym_type_constraints] = STATE(3024), - [sym__alpha_identifier] = ACTIONS(4284), - [anon_sym_AT] = ACTIONS(4286), - [anon_sym_COLON] = ACTIONS(6318), - [anon_sym_LBRACK] = ACTIONS(4286), - [anon_sym_as] = ACTIONS(4284), - [anon_sym_EQ] = ACTIONS(4284), - [anon_sym_LBRACE] = ACTIONS(3112), - [anon_sym_RBRACE] = ACTIONS(4286), - [anon_sym_LPAREN] = ACTIONS(4286), - [anon_sym_COMMA] = ACTIONS(4286), - [anon_sym_LT] = ACTIONS(4284), - [anon_sym_GT] = ACTIONS(4284), + [sym_type_constraints] = STATE(2933), + [sym_function_body] = STATE(3133), + [sym__block] = STATE(3334), + [sym__alpha_identifier] = ACTIONS(4031), + [anon_sym_AT] = ACTIONS(4033), + [anon_sym_LBRACK] = ACTIONS(4033), + [anon_sym_as] = ACTIONS(4031), + [anon_sym_EQ] = ACTIONS(6242), + [anon_sym_LBRACE] = ACTIONS(6244), + [anon_sym_RBRACE] = ACTIONS(4033), + [anon_sym_LPAREN] = ACTIONS(4033), + [anon_sym_COMMA] = ACTIONS(4033), + [anon_sym_LT] = ACTIONS(4031), + [anon_sym_GT] = ACTIONS(4031), [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(4284), - [anon_sym_fun] = ACTIONS(4284), - [anon_sym_DOT] = ACTIONS(4284), - [anon_sym_SEMI] = ACTIONS(4286), - [anon_sym_get] = ACTIONS(4284), - [anon_sym_set] = ACTIONS(4284), - [anon_sym_this] = ACTIONS(4284), - [anon_sym_super] = ACTIONS(4284), - [anon_sym_STAR] = ACTIONS(4284), - [sym_label] = ACTIONS(4284), - [anon_sym_in] = ACTIONS(4284), - [anon_sym_DOT_DOT] = ACTIONS(4286), - [anon_sym_QMARK_COLON] = ACTIONS(4286), - [anon_sym_AMP_AMP] = ACTIONS(4286), - [anon_sym_PIPE_PIPE] = ACTIONS(4286), - [anon_sym_null] = ACTIONS(4284), - [anon_sym_if] = ACTIONS(4284), - [anon_sym_else] = ACTIONS(4284), - [anon_sym_when] = ACTIONS(4284), - [anon_sym_try] = ACTIONS(4284), - [anon_sym_throw] = ACTIONS(4284), - [anon_sym_return] = ACTIONS(4284), - [anon_sym_continue] = ACTIONS(4284), - [anon_sym_break] = ACTIONS(4284), - [anon_sym_COLON_COLON] = ACTIONS(4286), - [anon_sym_PLUS_EQ] = ACTIONS(4286), - [anon_sym_DASH_EQ] = ACTIONS(4286), - [anon_sym_STAR_EQ] = ACTIONS(4286), - [anon_sym_SLASH_EQ] = ACTIONS(4286), - [anon_sym_PERCENT_EQ] = ACTIONS(4286), - [anon_sym_BANG_EQ] = ACTIONS(4284), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4286), - [anon_sym_EQ_EQ] = ACTIONS(4284), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4286), - [anon_sym_LT_EQ] = ACTIONS(4286), - [anon_sym_GT_EQ] = ACTIONS(4286), - [anon_sym_BANGin] = ACTIONS(4286), - [anon_sym_is] = ACTIONS(4284), - [anon_sym_BANGis] = ACTIONS(4286), - [anon_sym_PLUS] = ACTIONS(4284), - [anon_sym_DASH] = ACTIONS(4284), - [anon_sym_SLASH] = ACTIONS(4284), - [anon_sym_PERCENT] = ACTIONS(4284), - [anon_sym_as_QMARK] = ACTIONS(4286), - [anon_sym_PLUS_PLUS] = ACTIONS(4286), - [anon_sym_DASH_DASH] = ACTIONS(4286), - [anon_sym_BANG] = ACTIONS(4284), - [anon_sym_BANG_BANG] = ACTIONS(4286), - [anon_sym_data] = ACTIONS(4284), - [anon_sym_inner] = ACTIONS(4284), - [anon_sym_expect] = ACTIONS(4284), - [anon_sym_actual] = ACTIONS(4284), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4286), - [anon_sym_continue_AT] = ACTIONS(4286), - [anon_sym_break_AT] = ACTIONS(4286), - [sym_real_literal] = ACTIONS(4286), - [sym_integer_literal] = ACTIONS(4284), - [sym_hex_literal] = ACTIONS(4286), - [sym_bin_literal] = ACTIONS(4286), - [anon_sym_true] = ACTIONS(4284), - [anon_sym_false] = ACTIONS(4284), - [anon_sym_SQUOTE] = ACTIONS(4286), - [sym__backtick_identifier] = ACTIONS(4286), - [sym__automatic_semicolon] = ACTIONS(4286), - [sym_safe_nav] = ACTIONS(4286), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4286), + [anon_sym_object] = ACTIONS(4031), + [anon_sym_fun] = ACTIONS(4031), + [anon_sym_DOT] = ACTIONS(4031), + [anon_sym_SEMI] = ACTIONS(4033), + [anon_sym_get] = ACTIONS(4031), + [anon_sym_set] = ACTIONS(4031), + [anon_sym_this] = ACTIONS(4031), + [anon_sym_super] = ACTIONS(4031), + [anon_sym_STAR] = ACTIONS(4031), + [sym_label] = ACTIONS(4031), + [anon_sym_in] = ACTIONS(4031), + [anon_sym_DOT_DOT] = ACTIONS(4033), + [anon_sym_QMARK_COLON] = ACTIONS(4033), + [anon_sym_AMP_AMP] = ACTIONS(4033), + [anon_sym_PIPE_PIPE] = ACTIONS(4033), + [anon_sym_null] = ACTIONS(4031), + [anon_sym_if] = ACTIONS(4031), + [anon_sym_else] = ACTIONS(4031), + [anon_sym_when] = ACTIONS(4031), + [anon_sym_try] = ACTIONS(4031), + [anon_sym_throw] = ACTIONS(4031), + [anon_sym_return] = ACTIONS(4031), + [anon_sym_continue] = ACTIONS(4031), + [anon_sym_break] = ACTIONS(4031), + [anon_sym_COLON_COLON] = ACTIONS(4033), + [anon_sym_PLUS_EQ] = ACTIONS(4033), + [anon_sym_DASH_EQ] = ACTIONS(4033), + [anon_sym_STAR_EQ] = ACTIONS(4033), + [anon_sym_SLASH_EQ] = ACTIONS(4033), + [anon_sym_PERCENT_EQ] = ACTIONS(4033), + [anon_sym_BANG_EQ] = ACTIONS(4031), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4033), + [anon_sym_EQ_EQ] = ACTIONS(4031), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4033), + [anon_sym_LT_EQ] = ACTIONS(4033), + [anon_sym_GT_EQ] = ACTIONS(4033), + [anon_sym_BANGin] = ACTIONS(4033), + [anon_sym_is] = ACTIONS(4031), + [anon_sym_BANGis] = ACTIONS(4033), + [anon_sym_PLUS] = ACTIONS(4031), + [anon_sym_DASH] = ACTIONS(4031), + [anon_sym_SLASH] = ACTIONS(4031), + [anon_sym_PERCENT] = ACTIONS(4031), + [anon_sym_as_QMARK] = ACTIONS(4033), + [anon_sym_PLUS_PLUS] = ACTIONS(4033), + [anon_sym_DASH_DASH] = ACTIONS(4033), + [anon_sym_BANG] = ACTIONS(4031), + [anon_sym_BANG_BANG] = ACTIONS(4033), + [anon_sym_data] = ACTIONS(4031), + [anon_sym_inner] = ACTIONS(4031), + [anon_sym_expect] = ACTIONS(4031), + [anon_sym_actual] = ACTIONS(4031), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4033), + [anon_sym_continue_AT] = ACTIONS(4033), + [anon_sym_break_AT] = ACTIONS(4033), + [sym_real_literal] = ACTIONS(4033), + [sym_integer_literal] = ACTIONS(4031), + [sym_hex_literal] = ACTIONS(4033), + [sym_bin_literal] = ACTIONS(4033), + [anon_sym_true] = ACTIONS(4031), + [anon_sym_false] = ACTIONS(4031), + [anon_sym_SQUOTE] = ACTIONS(4033), + [sym__backtick_identifier] = ACTIONS(4033), + [sym__automatic_semicolon] = ACTIONS(4033), + [sym_safe_nav] = ACTIONS(4033), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4033), }, [2883] = { - [sym_type_constraints] = STATE(3069), - [sym_enum_class_body] = STATE(3237), - [sym__alpha_identifier] = ACTIONS(4197), - [anon_sym_AT] = ACTIONS(4199), - [anon_sym_COLON] = ACTIONS(6320), - [anon_sym_LBRACK] = ACTIONS(4199), - [anon_sym_as] = ACTIONS(4197), - [anon_sym_EQ] = ACTIONS(4197), - [anon_sym_LBRACE] = ACTIONS(3152), - [anon_sym_RBRACE] = ACTIONS(4199), - [anon_sym_LPAREN] = ACTIONS(4199), - [anon_sym_COMMA] = ACTIONS(4199), - [anon_sym_LT] = ACTIONS(4197), - [anon_sym_GT] = ACTIONS(4197), - [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(4197), - [anon_sym_fun] = ACTIONS(4197), - [anon_sym_DOT] = ACTIONS(4197), - [anon_sym_SEMI] = ACTIONS(4199), - [anon_sym_get] = ACTIONS(4197), - [anon_sym_set] = ACTIONS(4197), - [anon_sym_this] = ACTIONS(4197), - [anon_sym_super] = ACTIONS(4197), - [anon_sym_STAR] = ACTIONS(4197), - [sym_label] = ACTIONS(4197), - [anon_sym_in] = ACTIONS(4197), - [anon_sym_DOT_DOT] = ACTIONS(4199), - [anon_sym_QMARK_COLON] = ACTIONS(4199), - [anon_sym_AMP_AMP] = ACTIONS(4199), - [anon_sym_PIPE_PIPE] = ACTIONS(4199), - [anon_sym_null] = ACTIONS(4197), - [anon_sym_if] = ACTIONS(4197), - [anon_sym_else] = ACTIONS(4197), - [anon_sym_when] = ACTIONS(4197), - [anon_sym_try] = ACTIONS(4197), - [anon_sym_throw] = ACTIONS(4197), - [anon_sym_return] = ACTIONS(4197), - [anon_sym_continue] = ACTIONS(4197), - [anon_sym_break] = ACTIONS(4197), - [anon_sym_COLON_COLON] = ACTIONS(4199), - [anon_sym_PLUS_EQ] = ACTIONS(4199), - [anon_sym_DASH_EQ] = ACTIONS(4199), - [anon_sym_STAR_EQ] = ACTIONS(4199), - [anon_sym_SLASH_EQ] = ACTIONS(4199), - [anon_sym_PERCENT_EQ] = ACTIONS(4199), - [anon_sym_BANG_EQ] = ACTIONS(4197), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4199), - [anon_sym_EQ_EQ] = ACTIONS(4197), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4199), - [anon_sym_LT_EQ] = ACTIONS(4199), - [anon_sym_GT_EQ] = ACTIONS(4199), - [anon_sym_BANGin] = ACTIONS(4199), - [anon_sym_is] = ACTIONS(4197), - [anon_sym_BANGis] = ACTIONS(4199), - [anon_sym_PLUS] = ACTIONS(4197), - [anon_sym_DASH] = ACTIONS(4197), - [anon_sym_SLASH] = ACTIONS(4197), - [anon_sym_PERCENT] = ACTIONS(4197), - [anon_sym_as_QMARK] = ACTIONS(4199), - [anon_sym_PLUS_PLUS] = ACTIONS(4199), - [anon_sym_DASH_DASH] = ACTIONS(4199), - [anon_sym_BANG] = ACTIONS(4197), - [anon_sym_BANG_BANG] = ACTIONS(4199), - [anon_sym_data] = ACTIONS(4197), - [anon_sym_inner] = ACTIONS(4197), - [anon_sym_expect] = ACTIONS(4197), - [anon_sym_actual] = ACTIONS(4197), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4199), - [anon_sym_continue_AT] = ACTIONS(4199), - [anon_sym_break_AT] = ACTIONS(4199), - [sym_real_literal] = ACTIONS(4199), - [sym_integer_literal] = ACTIONS(4197), - [sym_hex_literal] = ACTIONS(4199), - [sym_bin_literal] = ACTIONS(4199), - [anon_sym_true] = ACTIONS(4197), - [anon_sym_false] = ACTIONS(4197), - [anon_sym_SQUOTE] = ACTIONS(4199), - [sym__backtick_identifier] = ACTIONS(4199), - [sym__automatic_semicolon] = ACTIONS(4199), - [sym_safe_nav] = ACTIONS(4199), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4199), - }, - [2884] = { + [aux_sym_nullable_type_repeat1] = STATE(2843), [sym__alpha_identifier] = ACTIONS(4322), [anon_sym_AT] = ACTIONS(4324), [anon_sym_LBRACK] = ACTIONS(4324), - [anon_sym_RBRACK] = ACTIONS(4324), [anon_sym_as] = ACTIONS(4322), [anon_sym_EQ] = ACTIONS(4322), [anon_sym_LBRACE] = ACTIONS(4324), [anon_sym_RBRACE] = ACTIONS(4324), [anon_sym_LPAREN] = ACTIONS(4324), [anon_sym_COMMA] = ACTIONS(4324), - [anon_sym_RPAREN] = ACTIONS(4324), + [anon_sym_by] = ACTIONS(4322), [anon_sym_LT] = ACTIONS(4322), [anon_sym_GT] = ACTIONS(4322), [anon_sym_where] = ACTIONS(4322), @@ -331963,11 +332022,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(4322), [anon_sym_this] = ACTIONS(4322), [anon_sym_super] = ACTIONS(4322), + [sym__quest] = ACTIONS(6289), [anon_sym_STAR] = ACTIONS(4322), - [anon_sym_DASH_GT] = ACTIONS(4324), [sym_label] = ACTIONS(4322), [anon_sym_in] = ACTIONS(4322), - [anon_sym_while] = ACTIONS(4322), [anon_sym_DOT_DOT] = ACTIONS(4324), [anon_sym_QMARK_COLON] = ACTIONS(4324), [anon_sym_AMP_AMP] = ACTIONS(4324), @@ -332021,2385 +332079,3146 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(4322), [anon_sym_SQUOTE] = ACTIONS(4324), [sym__backtick_identifier] = ACTIONS(4324), + [sym__automatic_semicolon] = ACTIONS(4324), [sym_safe_nav] = ACTIONS(4324), [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(4324), }, + [2884] = { + [aux_sym_user_type_repeat1] = STATE(2884), + [sym__alpha_identifier] = ACTIONS(4272), + [anon_sym_AT] = ACTIONS(4274), + [anon_sym_LBRACK] = ACTIONS(4274), + [anon_sym_as] = ACTIONS(4272), + [anon_sym_EQ] = ACTIONS(4272), + [anon_sym_LBRACE] = ACTIONS(4274), + [anon_sym_RBRACE] = ACTIONS(4274), + [anon_sym_LPAREN] = ACTIONS(4274), + [anon_sym_COMMA] = ACTIONS(4274), + [anon_sym_by] = ACTIONS(4272), + [anon_sym_LT] = ACTIONS(4272), + [anon_sym_GT] = ACTIONS(4272), + [anon_sym_where] = ACTIONS(4272), + [anon_sym_object] = ACTIONS(4272), + [anon_sym_fun] = ACTIONS(4272), + [anon_sym_DOT] = ACTIONS(6321), + [anon_sym_SEMI] = ACTIONS(4274), + [anon_sym_get] = ACTIONS(4272), + [anon_sym_set] = ACTIONS(4272), + [anon_sym_this] = ACTIONS(4272), + [anon_sym_super] = ACTIONS(4272), + [sym__quest] = ACTIONS(4272), + [anon_sym_STAR] = ACTIONS(4272), + [sym_label] = ACTIONS(4272), + [anon_sym_in] = ACTIONS(4272), + [anon_sym_DOT_DOT] = ACTIONS(4274), + [anon_sym_QMARK_COLON] = ACTIONS(4274), + [anon_sym_AMP_AMP] = ACTIONS(4274), + [anon_sym_PIPE_PIPE] = ACTIONS(4274), + [anon_sym_null] = ACTIONS(4272), + [anon_sym_if] = ACTIONS(4272), + [anon_sym_else] = ACTIONS(4272), + [anon_sym_when] = ACTIONS(4272), + [anon_sym_try] = ACTIONS(4272), + [anon_sym_throw] = ACTIONS(4272), + [anon_sym_return] = ACTIONS(4272), + [anon_sym_continue] = ACTIONS(4272), + [anon_sym_break] = ACTIONS(4272), + [anon_sym_COLON_COLON] = ACTIONS(4274), + [anon_sym_PLUS_EQ] = ACTIONS(4274), + [anon_sym_DASH_EQ] = ACTIONS(4274), + [anon_sym_STAR_EQ] = ACTIONS(4274), + [anon_sym_SLASH_EQ] = ACTIONS(4274), + [anon_sym_PERCENT_EQ] = ACTIONS(4274), + [anon_sym_BANG_EQ] = ACTIONS(4272), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4274), + [anon_sym_EQ_EQ] = ACTIONS(4272), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4274), + [anon_sym_LT_EQ] = ACTIONS(4274), + [anon_sym_GT_EQ] = ACTIONS(4274), + [anon_sym_BANGin] = ACTIONS(4274), + [anon_sym_is] = ACTIONS(4272), + [anon_sym_BANGis] = ACTIONS(4274), + [anon_sym_PLUS] = ACTIONS(4272), + [anon_sym_DASH] = ACTIONS(4272), + [anon_sym_SLASH] = ACTIONS(4272), + [anon_sym_PERCENT] = ACTIONS(4272), + [anon_sym_as_QMARK] = ACTIONS(4274), + [anon_sym_PLUS_PLUS] = ACTIONS(4274), + [anon_sym_DASH_DASH] = ACTIONS(4274), + [anon_sym_BANG] = ACTIONS(4272), + [anon_sym_BANG_BANG] = ACTIONS(4274), + [anon_sym_data] = ACTIONS(4272), + [anon_sym_inner] = ACTIONS(4272), + [anon_sym_expect] = ACTIONS(4272), + [anon_sym_actual] = ACTIONS(4272), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4274), + [anon_sym_continue_AT] = ACTIONS(4274), + [anon_sym_break_AT] = ACTIONS(4274), + [sym_real_literal] = ACTIONS(4274), + [sym_integer_literal] = ACTIONS(4272), + [sym_hex_literal] = ACTIONS(4274), + [sym_bin_literal] = ACTIONS(4274), + [anon_sym_true] = ACTIONS(4272), + [anon_sym_false] = ACTIONS(4272), + [anon_sym_SQUOTE] = ACTIONS(4274), + [sym__backtick_identifier] = ACTIONS(4274), + [sym__automatic_semicolon] = ACTIONS(4274), + [sym_safe_nav] = ACTIONS(4274), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4274), + }, [2885] = { - [sym_type_arguments] = STATE(2913), - [sym__alpha_identifier] = ACTIONS(4130), - [anon_sym_AT] = ACTIONS(4138), - [anon_sym_LBRACK] = ACTIONS(4138), - [anon_sym_as] = ACTIONS(4130), - [anon_sym_EQ] = ACTIONS(4130), - [anon_sym_LBRACE] = ACTIONS(4138), - [anon_sym_RBRACE] = ACTIONS(4138), - [anon_sym_LPAREN] = ACTIONS(4138), - [anon_sym_COMMA] = ACTIONS(4138), - [anon_sym_by] = ACTIONS(4130), - [anon_sym_LT] = ACTIONS(6322), - [anon_sym_GT] = ACTIONS(4130), - [anon_sym_where] = ACTIONS(4130), - [anon_sym_object] = ACTIONS(4130), - [anon_sym_fun] = ACTIONS(4130), - [anon_sym_DOT] = ACTIONS(4130), - [anon_sym_SEMI] = ACTIONS(4138), - [anon_sym_get] = ACTIONS(4130), - [anon_sym_set] = ACTIONS(4130), - [anon_sym_this] = ACTIONS(4130), - [anon_sym_super] = ACTIONS(4130), - [sym__quest] = ACTIONS(4130), - [anon_sym_STAR] = ACTIONS(4130), - [sym_label] = ACTIONS(4130), - [anon_sym_in] = ACTIONS(4130), - [anon_sym_DOT_DOT] = ACTIONS(4138), - [anon_sym_QMARK_COLON] = ACTIONS(4138), - [anon_sym_AMP_AMP] = ACTIONS(4138), - [anon_sym_PIPE_PIPE] = ACTIONS(4138), - [anon_sym_null] = ACTIONS(4130), - [anon_sym_if] = ACTIONS(4130), - [anon_sym_else] = ACTIONS(4130), - [anon_sym_when] = ACTIONS(4130), - [anon_sym_try] = ACTIONS(4130), - [anon_sym_throw] = ACTIONS(4130), - [anon_sym_return] = ACTIONS(4130), - [anon_sym_continue] = ACTIONS(4130), - [anon_sym_break] = ACTIONS(4130), - [anon_sym_COLON_COLON] = ACTIONS(4138), - [anon_sym_PLUS_EQ] = ACTIONS(4138), - [anon_sym_DASH_EQ] = ACTIONS(4138), - [anon_sym_STAR_EQ] = ACTIONS(4138), - [anon_sym_SLASH_EQ] = ACTIONS(4138), - [anon_sym_PERCENT_EQ] = ACTIONS(4138), - [anon_sym_BANG_EQ] = ACTIONS(4130), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4138), - [anon_sym_EQ_EQ] = ACTIONS(4130), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4138), - [anon_sym_LT_EQ] = ACTIONS(4138), - [anon_sym_GT_EQ] = ACTIONS(4138), - [anon_sym_BANGin] = ACTIONS(4138), - [anon_sym_is] = ACTIONS(4130), - [anon_sym_BANGis] = ACTIONS(4138), - [anon_sym_PLUS] = ACTIONS(4130), - [anon_sym_DASH] = ACTIONS(4130), - [anon_sym_SLASH] = ACTIONS(4130), - [anon_sym_PERCENT] = ACTIONS(4130), - [anon_sym_as_QMARK] = ACTIONS(4138), - [anon_sym_PLUS_PLUS] = ACTIONS(4138), - [anon_sym_DASH_DASH] = ACTIONS(4138), - [anon_sym_BANG] = ACTIONS(4130), - [anon_sym_BANG_BANG] = ACTIONS(4138), - [anon_sym_data] = ACTIONS(4130), - [anon_sym_inner] = ACTIONS(4130), - [anon_sym_expect] = ACTIONS(4130), - [anon_sym_actual] = ACTIONS(4130), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4138), - [anon_sym_continue_AT] = ACTIONS(4138), - [anon_sym_break_AT] = ACTIONS(4138), - [sym_real_literal] = ACTIONS(4138), - [sym_integer_literal] = ACTIONS(4130), - [sym_hex_literal] = ACTIONS(4138), - [sym_bin_literal] = ACTIONS(4138), - [anon_sym_true] = ACTIONS(4130), - [anon_sym_false] = ACTIONS(4130), - [anon_sym_SQUOTE] = ACTIONS(4138), - [sym__backtick_identifier] = ACTIONS(4138), - [sym__automatic_semicolon] = ACTIONS(4138), - [sym_safe_nav] = ACTIONS(4138), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4138), + [sym_type_constraints] = STATE(3154), + [sym_function_body] = STATE(3153), + [sym__block] = STATE(3334), + [sym__alpha_identifier] = ACTIONS(4099), + [anon_sym_AT] = ACTIONS(4101), + [anon_sym_COLON] = ACTIONS(6324), + [anon_sym_LBRACK] = ACTIONS(4101), + [anon_sym_as] = ACTIONS(4099), + [anon_sym_EQ] = ACTIONS(6262), + [anon_sym_LBRACE] = ACTIONS(6244), + [anon_sym_RBRACE] = ACTIONS(4101), + [anon_sym_LPAREN] = ACTIONS(4101), + [anon_sym_LT] = ACTIONS(4099), + [anon_sym_GT] = ACTIONS(4099), + [anon_sym_where] = ACTIONS(3118), + [anon_sym_object] = ACTIONS(4099), + [anon_sym_fun] = ACTIONS(4099), + [anon_sym_DOT] = ACTIONS(4099), + [anon_sym_SEMI] = ACTIONS(4101), + [anon_sym_get] = ACTIONS(4099), + [anon_sym_set] = ACTIONS(4099), + [anon_sym_this] = ACTIONS(4099), + [anon_sym_super] = ACTIONS(4099), + [anon_sym_STAR] = ACTIONS(4099), + [sym_label] = ACTIONS(4099), + [anon_sym_in] = ACTIONS(4099), + [anon_sym_DOT_DOT] = ACTIONS(4101), + [anon_sym_QMARK_COLON] = ACTIONS(4101), + [anon_sym_AMP_AMP] = ACTIONS(4101), + [anon_sym_PIPE_PIPE] = ACTIONS(4101), + [anon_sym_null] = ACTIONS(4099), + [anon_sym_if] = ACTIONS(4099), + [anon_sym_else] = ACTIONS(4099), + [anon_sym_when] = ACTIONS(4099), + [anon_sym_try] = ACTIONS(4099), + [anon_sym_throw] = ACTIONS(4099), + [anon_sym_return] = ACTIONS(4099), + [anon_sym_continue] = ACTIONS(4099), + [anon_sym_break] = ACTIONS(4099), + [anon_sym_COLON_COLON] = ACTIONS(4101), + [anon_sym_PLUS_EQ] = ACTIONS(4101), + [anon_sym_DASH_EQ] = ACTIONS(4101), + [anon_sym_STAR_EQ] = ACTIONS(4101), + [anon_sym_SLASH_EQ] = ACTIONS(4101), + [anon_sym_PERCENT_EQ] = ACTIONS(4101), + [anon_sym_BANG_EQ] = ACTIONS(4099), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4101), + [anon_sym_EQ_EQ] = ACTIONS(4099), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4101), + [anon_sym_LT_EQ] = ACTIONS(4101), + [anon_sym_GT_EQ] = ACTIONS(4101), + [anon_sym_BANGin] = ACTIONS(4101), + [anon_sym_is] = ACTIONS(4099), + [anon_sym_BANGis] = ACTIONS(4101), + [anon_sym_PLUS] = ACTIONS(4099), + [anon_sym_DASH] = ACTIONS(4099), + [anon_sym_SLASH] = ACTIONS(4099), + [anon_sym_PERCENT] = ACTIONS(4099), + [anon_sym_as_QMARK] = ACTIONS(4101), + [anon_sym_PLUS_PLUS] = ACTIONS(4101), + [anon_sym_DASH_DASH] = ACTIONS(4101), + [anon_sym_BANG] = ACTIONS(4099), + [anon_sym_BANG_BANG] = ACTIONS(4101), + [anon_sym_data] = ACTIONS(4099), + [anon_sym_inner] = ACTIONS(4099), + [anon_sym_expect] = ACTIONS(4099), + [anon_sym_actual] = ACTIONS(4099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4101), + [anon_sym_continue_AT] = ACTIONS(4101), + [anon_sym_break_AT] = ACTIONS(4101), + [sym_real_literal] = ACTIONS(4101), + [sym_integer_literal] = ACTIONS(4099), + [sym_hex_literal] = ACTIONS(4101), + [sym_bin_literal] = ACTIONS(4101), + [anon_sym_true] = ACTIONS(4099), + [anon_sym_false] = ACTIONS(4099), + [anon_sym_SQUOTE] = ACTIONS(4101), + [sym__backtick_identifier] = ACTIONS(4101), + [sym__automatic_semicolon] = ACTIONS(4101), + [sym_safe_nav] = ACTIONS(4101), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4101), }, [2886] = { - [aux_sym_user_type_repeat1] = STATE(2852), - [sym__alpha_identifier] = ACTIONS(4269), - [anon_sym_AT] = ACTIONS(4271), - [anon_sym_LBRACK] = ACTIONS(4271), - [anon_sym_RBRACK] = ACTIONS(4271), - [anon_sym_as] = ACTIONS(4269), - [anon_sym_EQ] = ACTIONS(4269), - [anon_sym_LBRACE] = ACTIONS(4271), - [anon_sym_RBRACE] = ACTIONS(4271), - [anon_sym_LPAREN] = ACTIONS(4271), - [anon_sym_COMMA] = ACTIONS(4271), - [anon_sym_RPAREN] = ACTIONS(4271), - [anon_sym_by] = ACTIONS(4269), - [anon_sym_LT] = ACTIONS(4269), - [anon_sym_GT] = ACTIONS(4269), - [anon_sym_where] = ACTIONS(4269), - [anon_sym_DOT] = ACTIONS(6324), - [anon_sym_SEMI] = ACTIONS(4271), - [anon_sym_get] = ACTIONS(4269), - [anon_sym_set] = ACTIONS(4269), - [sym__quest] = ACTIONS(4269), - [anon_sym_STAR] = ACTIONS(4269), - [anon_sym_DASH_GT] = ACTIONS(4271), - [sym_label] = ACTIONS(4271), - [anon_sym_in] = ACTIONS(4269), - [anon_sym_while] = ACTIONS(4269), - [anon_sym_DOT_DOT] = ACTIONS(4271), - [anon_sym_QMARK_COLON] = ACTIONS(4271), - [anon_sym_AMP_AMP] = ACTIONS(4271), - [anon_sym_PIPE_PIPE] = ACTIONS(4271), - [anon_sym_else] = ACTIONS(4269), - [anon_sym_COLON_COLON] = ACTIONS(4271), - [anon_sym_PLUS_EQ] = ACTIONS(4271), - [anon_sym_DASH_EQ] = ACTIONS(4271), - [anon_sym_STAR_EQ] = ACTIONS(4271), - [anon_sym_SLASH_EQ] = ACTIONS(4271), - [anon_sym_PERCENT_EQ] = ACTIONS(4271), - [anon_sym_BANG_EQ] = ACTIONS(4269), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4271), - [anon_sym_EQ_EQ] = ACTIONS(4269), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4271), - [anon_sym_LT_EQ] = ACTIONS(4271), - [anon_sym_GT_EQ] = ACTIONS(4271), - [anon_sym_BANGin] = ACTIONS(4271), - [anon_sym_is] = ACTIONS(4269), - [anon_sym_BANGis] = ACTIONS(4271), - [anon_sym_PLUS] = ACTIONS(4269), - [anon_sym_DASH] = ACTIONS(4269), - [anon_sym_SLASH] = ACTIONS(4269), - [anon_sym_PERCENT] = ACTIONS(4269), - [anon_sym_as_QMARK] = ACTIONS(4271), - [anon_sym_PLUS_PLUS] = ACTIONS(4271), - [anon_sym_DASH_DASH] = ACTIONS(4271), - [anon_sym_BANG_BANG] = ACTIONS(4271), - [anon_sym_suspend] = ACTIONS(4269), - [anon_sym_sealed] = ACTIONS(4269), - [anon_sym_annotation] = ACTIONS(4269), - [anon_sym_data] = ACTIONS(4269), - [anon_sym_inner] = ACTIONS(4269), - [anon_sym_override] = ACTIONS(4269), - [anon_sym_lateinit] = ACTIONS(4269), - [anon_sym_public] = ACTIONS(4269), - [anon_sym_private] = ACTIONS(4269), - [anon_sym_internal] = ACTIONS(4269), - [anon_sym_protected] = ACTIONS(4269), - [anon_sym_tailrec] = ACTIONS(4269), - [anon_sym_operator] = ACTIONS(4269), - [anon_sym_infix] = ACTIONS(4269), - [anon_sym_inline] = ACTIONS(4269), - [anon_sym_external] = ACTIONS(4269), - [sym_property_modifier] = ACTIONS(4269), - [anon_sym_abstract] = ACTIONS(4269), - [anon_sym_final] = ACTIONS(4269), - [anon_sym_open] = ACTIONS(4269), - [anon_sym_vararg] = ACTIONS(4269), - [anon_sym_noinline] = ACTIONS(4269), - [anon_sym_crossinline] = ACTIONS(4269), - [anon_sym_expect] = ACTIONS(4269), - [anon_sym_actual] = ACTIONS(4269), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4271), - [sym_safe_nav] = ACTIONS(4271), + [sym_class_body] = STATE(3270), + [sym_type_constraints] = STATE(3068), + [sym__alpha_identifier] = ACTIONS(4303), + [anon_sym_AT] = ACTIONS(4305), + [anon_sym_COLON] = ACTIONS(6326), + [anon_sym_LBRACK] = ACTIONS(4305), + [anon_sym_RBRACK] = ACTIONS(4305), + [anon_sym_as] = ACTIONS(4303), + [anon_sym_EQ] = ACTIONS(4303), + [anon_sym_LBRACE] = ACTIONS(5179), + [anon_sym_RBRACE] = ACTIONS(4305), + [anon_sym_LPAREN] = ACTIONS(4305), + [anon_sym_COMMA] = ACTIONS(4305), + [anon_sym_RPAREN] = ACTIONS(4305), + [anon_sym_LT] = ACTIONS(4303), + [anon_sym_GT] = ACTIONS(4303), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(4303), + [anon_sym_SEMI] = ACTIONS(4305), + [anon_sym_get] = ACTIONS(4303), + [anon_sym_set] = ACTIONS(4303), + [anon_sym_STAR] = ACTIONS(4303), + [anon_sym_DASH_GT] = ACTIONS(4305), + [sym_label] = ACTIONS(4305), + [anon_sym_in] = ACTIONS(4303), + [anon_sym_while] = ACTIONS(4303), + [anon_sym_DOT_DOT] = ACTIONS(4305), + [anon_sym_QMARK_COLON] = ACTIONS(4305), + [anon_sym_AMP_AMP] = ACTIONS(4305), + [anon_sym_PIPE_PIPE] = ACTIONS(4305), + [anon_sym_else] = ACTIONS(4303), + [anon_sym_COLON_COLON] = ACTIONS(4305), + [anon_sym_PLUS_EQ] = ACTIONS(4305), + [anon_sym_DASH_EQ] = ACTIONS(4305), + [anon_sym_STAR_EQ] = ACTIONS(4305), + [anon_sym_SLASH_EQ] = ACTIONS(4305), + [anon_sym_PERCENT_EQ] = ACTIONS(4305), + [anon_sym_BANG_EQ] = ACTIONS(4303), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4305), + [anon_sym_EQ_EQ] = ACTIONS(4303), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4305), + [anon_sym_LT_EQ] = ACTIONS(4305), + [anon_sym_GT_EQ] = ACTIONS(4305), + [anon_sym_BANGin] = ACTIONS(4305), + [anon_sym_is] = ACTIONS(4303), + [anon_sym_BANGis] = ACTIONS(4305), + [anon_sym_PLUS] = ACTIONS(4303), + [anon_sym_DASH] = ACTIONS(4303), + [anon_sym_SLASH] = ACTIONS(4303), + [anon_sym_PERCENT] = ACTIONS(4303), + [anon_sym_as_QMARK] = ACTIONS(4305), + [anon_sym_PLUS_PLUS] = ACTIONS(4305), + [anon_sym_DASH_DASH] = ACTIONS(4305), + [anon_sym_BANG_BANG] = ACTIONS(4305), + [anon_sym_suspend] = ACTIONS(4303), + [anon_sym_sealed] = ACTIONS(4303), + [anon_sym_annotation] = ACTIONS(4303), + [anon_sym_data] = ACTIONS(4303), + [anon_sym_inner] = ACTIONS(4303), + [anon_sym_override] = ACTIONS(4303), + [anon_sym_lateinit] = ACTIONS(4303), + [anon_sym_public] = ACTIONS(4303), + [anon_sym_private] = ACTIONS(4303), + [anon_sym_internal] = ACTIONS(4303), + [anon_sym_protected] = ACTIONS(4303), + [anon_sym_tailrec] = ACTIONS(4303), + [anon_sym_operator] = ACTIONS(4303), + [anon_sym_infix] = ACTIONS(4303), + [anon_sym_inline] = ACTIONS(4303), + [anon_sym_external] = ACTIONS(4303), + [sym_property_modifier] = ACTIONS(4303), + [anon_sym_abstract] = ACTIONS(4303), + [anon_sym_final] = ACTIONS(4303), + [anon_sym_open] = ACTIONS(4303), + [anon_sym_vararg] = ACTIONS(4303), + [anon_sym_noinline] = ACTIONS(4303), + [anon_sym_crossinline] = ACTIONS(4303), + [anon_sym_expect] = ACTIONS(4303), + [anon_sym_actual] = ACTIONS(4303), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4305), + [sym_safe_nav] = ACTIONS(4305), [sym_multiline_comment] = ACTIONS(3), }, [2887] = { - [sym_type_constraints] = STATE(3031), - [sym_enum_class_body] = STATE(3366), - [sym__alpha_identifier] = ACTIONS(3190), - [anon_sym_AT] = ACTIONS(3194), - [anon_sym_COLON] = ACTIONS(3202), - [anon_sym_LBRACK] = ACTIONS(3194), - [anon_sym_as] = ACTIONS(3190), - [anon_sym_EQ] = ACTIONS(3190), - [anon_sym_LBRACE] = ACTIONS(3152), - [anon_sym_RBRACE] = ACTIONS(3194), - [anon_sym_LPAREN] = ACTIONS(3194), - [anon_sym_COMMA] = ACTIONS(3194), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3190), - [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(3190), - [anon_sym_fun] = ACTIONS(3190), - [anon_sym_DOT] = ACTIONS(3190), - [anon_sym_SEMI] = ACTIONS(3194), - [anon_sym_get] = ACTIONS(3190), - [anon_sym_set] = ACTIONS(3190), - [anon_sym_this] = ACTIONS(3190), - [anon_sym_super] = ACTIONS(3190), - [anon_sym_STAR] = ACTIONS(3190), + [sym_type_constraints] = STATE(3071), + [sym_enum_class_body] = STATE(3261), + [sym__alpha_identifier] = ACTIONS(3186), + [anon_sym_AT] = ACTIONS(3190), + [anon_sym_COLON] = ACTIONS(5185), + [anon_sym_LBRACK] = ACTIONS(3190), + [anon_sym_RBRACK] = ACTIONS(3190), + [anon_sym_as] = ACTIONS(3186), + [anon_sym_EQ] = ACTIONS(3186), + [anon_sym_LBRACE] = ACTIONS(5171), + [anon_sym_RBRACE] = ACTIONS(3190), + [anon_sym_LPAREN] = ACTIONS(3190), + [anon_sym_COMMA] = ACTIONS(3190), + [anon_sym_RPAREN] = ACTIONS(3190), + [anon_sym_LT] = ACTIONS(3186), + [anon_sym_GT] = ACTIONS(3186), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(3186), + [anon_sym_SEMI] = ACTIONS(3190), + [anon_sym_get] = ACTIONS(3186), + [anon_sym_set] = ACTIONS(3186), + [anon_sym_STAR] = ACTIONS(3186), + [anon_sym_DASH_GT] = ACTIONS(3190), [sym_label] = ACTIONS(3190), - [anon_sym_in] = ACTIONS(3190), - [anon_sym_DOT_DOT] = ACTIONS(3194), - [anon_sym_QMARK_COLON] = ACTIONS(3194), - [anon_sym_AMP_AMP] = ACTIONS(3194), - [anon_sym_PIPE_PIPE] = ACTIONS(3194), - [anon_sym_null] = ACTIONS(3190), - [anon_sym_if] = ACTIONS(3190), - [anon_sym_else] = ACTIONS(3190), - [anon_sym_when] = ACTIONS(3190), - [anon_sym_try] = ACTIONS(3190), - [anon_sym_throw] = ACTIONS(3190), - [anon_sym_return] = ACTIONS(3190), - [anon_sym_continue] = ACTIONS(3190), - [anon_sym_break] = ACTIONS(3190), - [anon_sym_COLON_COLON] = ACTIONS(3194), - [anon_sym_PLUS_EQ] = ACTIONS(3194), - [anon_sym_DASH_EQ] = ACTIONS(3194), - [anon_sym_STAR_EQ] = ACTIONS(3194), - [anon_sym_SLASH_EQ] = ACTIONS(3194), - [anon_sym_PERCENT_EQ] = ACTIONS(3194), - [anon_sym_BANG_EQ] = ACTIONS(3190), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3194), - [anon_sym_EQ_EQ] = ACTIONS(3190), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3194), - [anon_sym_LT_EQ] = ACTIONS(3194), - [anon_sym_GT_EQ] = ACTIONS(3194), - [anon_sym_BANGin] = ACTIONS(3194), - [anon_sym_is] = ACTIONS(3190), - [anon_sym_BANGis] = ACTIONS(3194), - [anon_sym_PLUS] = ACTIONS(3190), - [anon_sym_DASH] = ACTIONS(3190), - [anon_sym_SLASH] = ACTIONS(3190), - [anon_sym_PERCENT] = ACTIONS(3190), - [anon_sym_as_QMARK] = ACTIONS(3194), - [anon_sym_PLUS_PLUS] = ACTIONS(3194), - [anon_sym_DASH_DASH] = ACTIONS(3194), - [anon_sym_BANG] = ACTIONS(3190), - [anon_sym_BANG_BANG] = ACTIONS(3194), - [anon_sym_data] = ACTIONS(3190), - [anon_sym_inner] = ACTIONS(3190), - [anon_sym_expect] = ACTIONS(3190), - [anon_sym_actual] = ACTIONS(3190), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3194), - [anon_sym_continue_AT] = ACTIONS(3194), - [anon_sym_break_AT] = ACTIONS(3194), - [sym_real_literal] = ACTIONS(3194), - [sym_integer_literal] = ACTIONS(3190), - [sym_hex_literal] = ACTIONS(3194), - [sym_bin_literal] = ACTIONS(3194), - [anon_sym_true] = ACTIONS(3190), - [anon_sym_false] = ACTIONS(3190), - [anon_sym_SQUOTE] = ACTIONS(3194), - [sym__backtick_identifier] = ACTIONS(3194), - [sym__automatic_semicolon] = ACTIONS(3194), - [sym_safe_nav] = ACTIONS(3194), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3194), + [anon_sym_in] = ACTIONS(3186), + [anon_sym_while] = ACTIONS(3186), + [anon_sym_DOT_DOT] = ACTIONS(3190), + [anon_sym_QMARK_COLON] = ACTIONS(3190), + [anon_sym_AMP_AMP] = ACTIONS(3190), + [anon_sym_PIPE_PIPE] = ACTIONS(3190), + [anon_sym_else] = ACTIONS(3186), + [anon_sym_COLON_COLON] = ACTIONS(3190), + [anon_sym_PLUS_EQ] = ACTIONS(3190), + [anon_sym_DASH_EQ] = ACTIONS(3190), + [anon_sym_STAR_EQ] = ACTIONS(3190), + [anon_sym_SLASH_EQ] = ACTIONS(3190), + [anon_sym_PERCENT_EQ] = ACTIONS(3190), + [anon_sym_BANG_EQ] = ACTIONS(3186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3190), + [anon_sym_EQ_EQ] = ACTIONS(3186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3190), + [anon_sym_LT_EQ] = ACTIONS(3190), + [anon_sym_GT_EQ] = ACTIONS(3190), + [anon_sym_BANGin] = ACTIONS(3190), + [anon_sym_is] = ACTIONS(3186), + [anon_sym_BANGis] = ACTIONS(3190), + [anon_sym_PLUS] = ACTIONS(3186), + [anon_sym_DASH] = ACTIONS(3186), + [anon_sym_SLASH] = ACTIONS(3186), + [anon_sym_PERCENT] = ACTIONS(3186), + [anon_sym_as_QMARK] = ACTIONS(3190), + [anon_sym_PLUS_PLUS] = ACTIONS(3190), + [anon_sym_DASH_DASH] = ACTIONS(3190), + [anon_sym_BANG_BANG] = ACTIONS(3190), + [anon_sym_suspend] = ACTIONS(3186), + [anon_sym_sealed] = ACTIONS(3186), + [anon_sym_annotation] = ACTIONS(3186), + [anon_sym_data] = ACTIONS(3186), + [anon_sym_inner] = ACTIONS(3186), + [anon_sym_override] = ACTIONS(3186), + [anon_sym_lateinit] = ACTIONS(3186), + [anon_sym_public] = ACTIONS(3186), + [anon_sym_private] = ACTIONS(3186), + [anon_sym_internal] = ACTIONS(3186), + [anon_sym_protected] = ACTIONS(3186), + [anon_sym_tailrec] = ACTIONS(3186), + [anon_sym_operator] = ACTIONS(3186), + [anon_sym_infix] = ACTIONS(3186), + [anon_sym_inline] = ACTIONS(3186), + [anon_sym_external] = ACTIONS(3186), + [sym_property_modifier] = ACTIONS(3186), + [anon_sym_abstract] = ACTIONS(3186), + [anon_sym_final] = ACTIONS(3186), + [anon_sym_open] = ACTIONS(3186), + [anon_sym_vararg] = ACTIONS(3186), + [anon_sym_noinline] = ACTIONS(3186), + [anon_sym_crossinline] = ACTIONS(3186), + [anon_sym_expect] = ACTIONS(3186), + [anon_sym_actual] = ACTIONS(3186), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3190), + [sym_safe_nav] = ACTIONS(3190), + [sym_multiline_comment] = ACTIONS(3), }, [2888] = { - [sym_type_constraints] = STATE(2946), - [sym_function_body] = STATE(3129), - [sym__block] = STATE(3245), - [sym__alpha_identifier] = ACTIONS(4101), - [anon_sym_AT] = ACTIONS(4103), - [anon_sym_LBRACK] = ACTIONS(4103), - [anon_sym_as] = ACTIONS(4101), - [anon_sym_EQ] = ACTIONS(6218), - [anon_sym_LBRACE] = ACTIONS(6220), - [anon_sym_RBRACE] = ACTIONS(4103), - [anon_sym_LPAREN] = ACTIONS(4103), - [anon_sym_COMMA] = ACTIONS(4103), - [anon_sym_LT] = ACTIONS(4101), - [anon_sym_GT] = ACTIONS(4101), - [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(4101), - [anon_sym_fun] = ACTIONS(4101), - [anon_sym_DOT] = ACTIONS(4101), - [anon_sym_SEMI] = ACTIONS(4103), - [anon_sym_get] = ACTIONS(4101), - [anon_sym_set] = ACTIONS(4101), - [anon_sym_this] = ACTIONS(4101), - [anon_sym_super] = ACTIONS(4101), - [anon_sym_STAR] = ACTIONS(4101), - [sym_label] = ACTIONS(4101), - [anon_sym_in] = ACTIONS(4101), - [anon_sym_DOT_DOT] = ACTIONS(4103), - [anon_sym_QMARK_COLON] = ACTIONS(4103), - [anon_sym_AMP_AMP] = ACTIONS(4103), - [anon_sym_PIPE_PIPE] = ACTIONS(4103), - [anon_sym_null] = ACTIONS(4101), - [anon_sym_if] = ACTIONS(4101), - [anon_sym_else] = ACTIONS(4101), - [anon_sym_when] = ACTIONS(4101), - [anon_sym_try] = ACTIONS(4101), - [anon_sym_throw] = ACTIONS(4101), - [anon_sym_return] = ACTIONS(4101), - [anon_sym_continue] = ACTIONS(4101), - [anon_sym_break] = ACTIONS(4101), - [anon_sym_COLON_COLON] = ACTIONS(4103), - [anon_sym_PLUS_EQ] = ACTIONS(4103), - [anon_sym_DASH_EQ] = ACTIONS(4103), - [anon_sym_STAR_EQ] = ACTIONS(4103), - [anon_sym_SLASH_EQ] = ACTIONS(4103), - [anon_sym_PERCENT_EQ] = ACTIONS(4103), - [anon_sym_BANG_EQ] = ACTIONS(4101), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4103), - [anon_sym_EQ_EQ] = ACTIONS(4101), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4103), - [anon_sym_LT_EQ] = ACTIONS(4103), - [anon_sym_GT_EQ] = ACTIONS(4103), - [anon_sym_BANGin] = ACTIONS(4103), - [anon_sym_is] = ACTIONS(4101), - [anon_sym_BANGis] = ACTIONS(4103), - [anon_sym_PLUS] = ACTIONS(4101), - [anon_sym_DASH] = ACTIONS(4101), - [anon_sym_SLASH] = ACTIONS(4101), - [anon_sym_PERCENT] = ACTIONS(4101), - [anon_sym_as_QMARK] = ACTIONS(4103), - [anon_sym_PLUS_PLUS] = ACTIONS(4103), - [anon_sym_DASH_DASH] = ACTIONS(4103), - [anon_sym_BANG] = ACTIONS(4101), - [anon_sym_BANG_BANG] = ACTIONS(4103), - [anon_sym_data] = ACTIONS(4101), - [anon_sym_inner] = ACTIONS(4101), - [anon_sym_expect] = ACTIONS(4101), - [anon_sym_actual] = ACTIONS(4101), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4103), - [anon_sym_continue_AT] = ACTIONS(4103), - [anon_sym_break_AT] = ACTIONS(4103), - [sym_real_literal] = ACTIONS(4103), - [sym_integer_literal] = ACTIONS(4101), - [sym_hex_literal] = ACTIONS(4103), - [sym_bin_literal] = ACTIONS(4103), - [anon_sym_true] = ACTIONS(4101), - [anon_sym_false] = ACTIONS(4101), - [anon_sym_SQUOTE] = ACTIONS(4103), - [sym__backtick_identifier] = ACTIONS(4103), - [sym__automatic_semicolon] = ACTIONS(4103), - [sym_safe_nav] = ACTIONS(4103), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4103), + [sym_class_body] = STATE(3261), + [sym_type_constraints] = STATE(3076), + [sym__alpha_identifier] = ACTIONS(3186), + [anon_sym_AT] = ACTIONS(3190), + [anon_sym_COLON] = ACTIONS(5249), + [anon_sym_LBRACK] = ACTIONS(3190), + [anon_sym_RBRACK] = ACTIONS(3190), + [anon_sym_as] = ACTIONS(3186), + [anon_sym_EQ] = ACTIONS(3186), + [anon_sym_LBRACE] = ACTIONS(5179), + [anon_sym_RBRACE] = ACTIONS(3190), + [anon_sym_LPAREN] = ACTIONS(3190), + [anon_sym_COMMA] = ACTIONS(3190), + [anon_sym_RPAREN] = ACTIONS(3190), + [anon_sym_LT] = ACTIONS(3186), + [anon_sym_GT] = ACTIONS(3186), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(3186), + [anon_sym_SEMI] = ACTIONS(3190), + [anon_sym_get] = ACTIONS(3186), + [anon_sym_set] = ACTIONS(3186), + [anon_sym_STAR] = ACTIONS(3186), + [anon_sym_DASH_GT] = ACTIONS(3190), + [sym_label] = ACTIONS(3190), + [anon_sym_in] = ACTIONS(3186), + [anon_sym_while] = ACTIONS(3186), + [anon_sym_DOT_DOT] = ACTIONS(3190), + [anon_sym_QMARK_COLON] = ACTIONS(3190), + [anon_sym_AMP_AMP] = ACTIONS(3190), + [anon_sym_PIPE_PIPE] = ACTIONS(3190), + [anon_sym_else] = ACTIONS(3186), + [anon_sym_COLON_COLON] = ACTIONS(3190), + [anon_sym_PLUS_EQ] = ACTIONS(3190), + [anon_sym_DASH_EQ] = ACTIONS(3190), + [anon_sym_STAR_EQ] = ACTIONS(3190), + [anon_sym_SLASH_EQ] = ACTIONS(3190), + [anon_sym_PERCENT_EQ] = ACTIONS(3190), + [anon_sym_BANG_EQ] = ACTIONS(3186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3190), + [anon_sym_EQ_EQ] = ACTIONS(3186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3190), + [anon_sym_LT_EQ] = ACTIONS(3190), + [anon_sym_GT_EQ] = ACTIONS(3190), + [anon_sym_BANGin] = ACTIONS(3190), + [anon_sym_is] = ACTIONS(3186), + [anon_sym_BANGis] = ACTIONS(3190), + [anon_sym_PLUS] = ACTIONS(3186), + [anon_sym_DASH] = ACTIONS(3186), + [anon_sym_SLASH] = ACTIONS(3186), + [anon_sym_PERCENT] = ACTIONS(3186), + [anon_sym_as_QMARK] = ACTIONS(3190), + [anon_sym_PLUS_PLUS] = ACTIONS(3190), + [anon_sym_DASH_DASH] = ACTIONS(3190), + [anon_sym_BANG_BANG] = ACTIONS(3190), + [anon_sym_suspend] = ACTIONS(3186), + [anon_sym_sealed] = ACTIONS(3186), + [anon_sym_annotation] = ACTIONS(3186), + [anon_sym_data] = ACTIONS(3186), + [anon_sym_inner] = ACTIONS(3186), + [anon_sym_override] = ACTIONS(3186), + [anon_sym_lateinit] = ACTIONS(3186), + [anon_sym_public] = ACTIONS(3186), + [anon_sym_private] = ACTIONS(3186), + [anon_sym_internal] = ACTIONS(3186), + [anon_sym_protected] = ACTIONS(3186), + [anon_sym_tailrec] = ACTIONS(3186), + [anon_sym_operator] = ACTIONS(3186), + [anon_sym_infix] = ACTIONS(3186), + [anon_sym_inline] = ACTIONS(3186), + [anon_sym_external] = ACTIONS(3186), + [sym_property_modifier] = ACTIONS(3186), + [anon_sym_abstract] = ACTIONS(3186), + [anon_sym_final] = ACTIONS(3186), + [anon_sym_open] = ACTIONS(3186), + [anon_sym_vararg] = ACTIONS(3186), + [anon_sym_noinline] = ACTIONS(3186), + [anon_sym_crossinline] = ACTIONS(3186), + [anon_sym_expect] = ACTIONS(3186), + [anon_sym_actual] = ACTIONS(3186), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3190), + [sym_safe_nav] = ACTIONS(3190), + [sym_multiline_comment] = ACTIONS(3), }, [2889] = { - [sym_type_arguments] = STATE(2921), - [sym__alpha_identifier] = ACTIONS(4130), - [anon_sym_AT] = ACTIONS(4138), - [anon_sym_LBRACK] = ACTIONS(4138), - [anon_sym_RBRACK] = ACTIONS(4138), - [anon_sym_as] = ACTIONS(4130), - [anon_sym_EQ] = ACTIONS(4130), - [anon_sym_LBRACE] = ACTIONS(4138), - [anon_sym_RBRACE] = ACTIONS(4138), - [anon_sym_LPAREN] = ACTIONS(4138), - [anon_sym_COMMA] = ACTIONS(4138), - [anon_sym_RPAREN] = ACTIONS(4138), - [anon_sym_by] = ACTIONS(4130), - [anon_sym_LT] = ACTIONS(6327), - [anon_sym_GT] = ACTIONS(4130), - [anon_sym_where] = ACTIONS(4130), - [anon_sym_DOT] = ACTIONS(4130), - [anon_sym_SEMI] = ACTIONS(4138), - [anon_sym_get] = ACTIONS(4130), - [anon_sym_set] = ACTIONS(4130), - [sym__quest] = ACTIONS(4130), - [anon_sym_STAR] = ACTIONS(4130), - [anon_sym_DASH_GT] = ACTIONS(4138), - [sym_label] = ACTIONS(4138), - [anon_sym_in] = ACTIONS(4130), - [anon_sym_while] = ACTIONS(4130), - [anon_sym_DOT_DOT] = ACTIONS(4138), - [anon_sym_QMARK_COLON] = ACTIONS(4138), - [anon_sym_AMP_AMP] = ACTIONS(4138), - [anon_sym_PIPE_PIPE] = ACTIONS(4138), - [anon_sym_else] = ACTIONS(4130), - [anon_sym_COLON_COLON] = ACTIONS(4138), - [anon_sym_PLUS_EQ] = ACTIONS(4138), - [anon_sym_DASH_EQ] = ACTIONS(4138), - [anon_sym_STAR_EQ] = ACTIONS(4138), - [anon_sym_SLASH_EQ] = ACTIONS(4138), - [anon_sym_PERCENT_EQ] = ACTIONS(4138), - [anon_sym_BANG_EQ] = ACTIONS(4130), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4138), - [anon_sym_EQ_EQ] = ACTIONS(4130), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4138), - [anon_sym_LT_EQ] = ACTIONS(4138), - [anon_sym_GT_EQ] = ACTIONS(4138), - [anon_sym_BANGin] = ACTIONS(4138), - [anon_sym_is] = ACTIONS(4130), - [anon_sym_BANGis] = ACTIONS(4138), - [anon_sym_PLUS] = ACTIONS(4130), - [anon_sym_DASH] = ACTIONS(4130), - [anon_sym_SLASH] = ACTIONS(4130), - [anon_sym_PERCENT] = ACTIONS(4130), - [anon_sym_as_QMARK] = ACTIONS(4138), - [anon_sym_PLUS_PLUS] = ACTIONS(4138), - [anon_sym_DASH_DASH] = ACTIONS(4138), - [anon_sym_BANG_BANG] = ACTIONS(4138), - [anon_sym_suspend] = ACTIONS(4130), - [anon_sym_sealed] = ACTIONS(4130), - [anon_sym_annotation] = ACTIONS(4130), - [anon_sym_data] = ACTIONS(4130), - [anon_sym_inner] = ACTIONS(4130), - [anon_sym_override] = ACTIONS(4130), - [anon_sym_lateinit] = ACTIONS(4130), - [anon_sym_public] = ACTIONS(4130), - [anon_sym_private] = ACTIONS(4130), - [anon_sym_internal] = ACTIONS(4130), - [anon_sym_protected] = ACTIONS(4130), - [anon_sym_tailrec] = ACTIONS(4130), - [anon_sym_operator] = ACTIONS(4130), - [anon_sym_infix] = ACTIONS(4130), - [anon_sym_inline] = ACTIONS(4130), - [anon_sym_external] = ACTIONS(4130), - [sym_property_modifier] = ACTIONS(4130), - [anon_sym_abstract] = ACTIONS(4130), - [anon_sym_final] = ACTIONS(4130), - [anon_sym_open] = ACTIONS(4130), - [anon_sym_vararg] = ACTIONS(4130), - [anon_sym_noinline] = ACTIONS(4130), - [anon_sym_crossinline] = ACTIONS(4130), - [anon_sym_expect] = ACTIONS(4130), - [anon_sym_actual] = ACTIONS(4130), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4138), - [sym_safe_nav] = ACTIONS(4138), - [sym_multiline_comment] = ACTIONS(3), + [aux_sym_user_type_repeat1] = STATE(2884), + [sym__alpha_identifier] = ACTIONS(4222), + [anon_sym_AT] = ACTIONS(4224), + [anon_sym_LBRACK] = ACTIONS(4224), + [anon_sym_as] = ACTIONS(4222), + [anon_sym_EQ] = ACTIONS(4222), + [anon_sym_LBRACE] = ACTIONS(4224), + [anon_sym_RBRACE] = ACTIONS(4224), + [anon_sym_LPAREN] = ACTIONS(4224), + [anon_sym_COMMA] = ACTIONS(4224), + [anon_sym_by] = ACTIONS(4222), + [anon_sym_LT] = ACTIONS(4222), + [anon_sym_GT] = ACTIONS(4222), + [anon_sym_where] = ACTIONS(4222), + [anon_sym_object] = ACTIONS(4222), + [anon_sym_fun] = ACTIONS(4222), + [anon_sym_DOT] = ACTIONS(6328), + [anon_sym_SEMI] = ACTIONS(4224), + [anon_sym_get] = ACTIONS(4222), + [anon_sym_set] = ACTIONS(4222), + [anon_sym_this] = ACTIONS(4222), + [anon_sym_super] = ACTIONS(4222), + [sym__quest] = ACTIONS(4222), + [anon_sym_STAR] = ACTIONS(4222), + [sym_label] = ACTIONS(4222), + [anon_sym_in] = ACTIONS(4222), + [anon_sym_DOT_DOT] = ACTIONS(4224), + [anon_sym_QMARK_COLON] = ACTIONS(4224), + [anon_sym_AMP_AMP] = ACTIONS(4224), + [anon_sym_PIPE_PIPE] = ACTIONS(4224), + [anon_sym_null] = ACTIONS(4222), + [anon_sym_if] = ACTIONS(4222), + [anon_sym_else] = ACTIONS(4222), + [anon_sym_when] = ACTIONS(4222), + [anon_sym_try] = ACTIONS(4222), + [anon_sym_throw] = ACTIONS(4222), + [anon_sym_return] = ACTIONS(4222), + [anon_sym_continue] = ACTIONS(4222), + [anon_sym_break] = ACTIONS(4222), + [anon_sym_COLON_COLON] = ACTIONS(4224), + [anon_sym_PLUS_EQ] = ACTIONS(4224), + [anon_sym_DASH_EQ] = ACTIONS(4224), + [anon_sym_STAR_EQ] = ACTIONS(4224), + [anon_sym_SLASH_EQ] = ACTIONS(4224), + [anon_sym_PERCENT_EQ] = ACTIONS(4224), + [anon_sym_BANG_EQ] = ACTIONS(4222), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4224), + [anon_sym_EQ_EQ] = ACTIONS(4222), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4224), + [anon_sym_LT_EQ] = ACTIONS(4224), + [anon_sym_GT_EQ] = ACTIONS(4224), + [anon_sym_BANGin] = ACTIONS(4224), + [anon_sym_is] = ACTIONS(4222), + [anon_sym_BANGis] = ACTIONS(4224), + [anon_sym_PLUS] = ACTIONS(4222), + [anon_sym_DASH] = ACTIONS(4222), + [anon_sym_SLASH] = ACTIONS(4222), + [anon_sym_PERCENT] = ACTIONS(4222), + [anon_sym_as_QMARK] = ACTIONS(4224), + [anon_sym_PLUS_PLUS] = ACTIONS(4224), + [anon_sym_DASH_DASH] = ACTIONS(4224), + [anon_sym_BANG] = ACTIONS(4222), + [anon_sym_BANG_BANG] = ACTIONS(4224), + [anon_sym_data] = ACTIONS(4222), + [anon_sym_inner] = ACTIONS(4222), + [anon_sym_expect] = ACTIONS(4222), + [anon_sym_actual] = ACTIONS(4222), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4224), + [anon_sym_continue_AT] = ACTIONS(4224), + [anon_sym_break_AT] = ACTIONS(4224), + [sym_real_literal] = ACTIONS(4224), + [sym_integer_literal] = ACTIONS(4222), + [sym_hex_literal] = ACTIONS(4224), + [sym_bin_literal] = ACTIONS(4224), + [anon_sym_true] = ACTIONS(4222), + [anon_sym_false] = ACTIONS(4222), + [anon_sym_SQUOTE] = ACTIONS(4224), + [sym__backtick_identifier] = ACTIONS(4224), + [sym__automatic_semicolon] = ACTIONS(4224), + [sym_safe_nav] = ACTIONS(4224), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4224), }, [2890] = { - [sym__alpha_identifier] = ACTIONS(3828), - [anon_sym_AT] = ACTIONS(3833), - [anon_sym_COLON] = ACTIONS(3828), - [anon_sym_LBRACK] = ACTIONS(3833), - [anon_sym_as] = ACTIONS(3828), - [anon_sym_EQ] = ACTIONS(3828), - [anon_sym_LBRACE] = ACTIONS(3833), - [anon_sym_RBRACE] = ACTIONS(3833), - [anon_sym_LPAREN] = ACTIONS(3833), - [anon_sym_COMMA] = ACTIONS(3833), - [anon_sym_by] = ACTIONS(3828), - [anon_sym_LT] = ACTIONS(3828), - [anon_sym_GT] = ACTIONS(3828), - [anon_sym_where] = ACTIONS(3828), - [anon_sym_object] = ACTIONS(3828), - [anon_sym_fun] = ACTIONS(3828), - [anon_sym_DOT] = ACTIONS(3828), - [anon_sym_SEMI] = ACTIONS(3833), - [anon_sym_get] = ACTIONS(3828), - [anon_sym_set] = ACTIONS(3828), - [anon_sym_this] = ACTIONS(3828), - [anon_sym_super] = ACTIONS(3828), - [sym__quest] = ACTIONS(3828), - [anon_sym_STAR] = ACTIONS(3828), - [sym_label] = ACTIONS(3828), - [anon_sym_in] = ACTIONS(3828), - [anon_sym_DOT_DOT] = ACTIONS(3833), - [anon_sym_QMARK_COLON] = ACTIONS(3833), - [anon_sym_AMP_AMP] = ACTIONS(3833), - [anon_sym_PIPE_PIPE] = ACTIONS(3833), - [anon_sym_null] = ACTIONS(3828), - [anon_sym_if] = ACTIONS(3828), - [anon_sym_else] = ACTIONS(3828), - [anon_sym_when] = ACTIONS(3828), - [anon_sym_try] = ACTIONS(3828), - [anon_sym_throw] = ACTIONS(3828), - [anon_sym_return] = ACTIONS(3828), - [anon_sym_continue] = ACTIONS(3828), - [anon_sym_break] = ACTIONS(3828), - [anon_sym_COLON_COLON] = ACTIONS(3833), - [anon_sym_PLUS_EQ] = ACTIONS(3833), - [anon_sym_DASH_EQ] = ACTIONS(3833), - [anon_sym_STAR_EQ] = ACTIONS(3833), - [anon_sym_SLASH_EQ] = ACTIONS(3833), - [anon_sym_PERCENT_EQ] = ACTIONS(3833), - [anon_sym_BANG_EQ] = ACTIONS(3828), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3833), - [anon_sym_EQ_EQ] = ACTIONS(3828), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3833), - [anon_sym_LT_EQ] = ACTIONS(3833), - [anon_sym_GT_EQ] = ACTIONS(3833), - [anon_sym_BANGin] = ACTIONS(3833), - [anon_sym_is] = ACTIONS(3828), - [anon_sym_BANGis] = ACTIONS(3833), - [anon_sym_PLUS] = ACTIONS(3828), - [anon_sym_DASH] = ACTIONS(3828), - [anon_sym_SLASH] = ACTIONS(3828), - [anon_sym_PERCENT] = ACTIONS(3828), - [anon_sym_as_QMARK] = ACTIONS(3833), - [anon_sym_PLUS_PLUS] = ACTIONS(3833), - [anon_sym_DASH_DASH] = ACTIONS(3833), - [anon_sym_BANG] = ACTIONS(3828), - [anon_sym_BANG_BANG] = ACTIONS(3833), - [anon_sym_data] = ACTIONS(3828), - [anon_sym_inner] = ACTIONS(3828), - [anon_sym_expect] = ACTIONS(3828), - [anon_sym_actual] = ACTIONS(3828), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3833), - [anon_sym_continue_AT] = ACTIONS(3833), - [anon_sym_break_AT] = ACTIONS(3833), - [sym_real_literal] = ACTIONS(3833), - [sym_integer_literal] = ACTIONS(3828), - [sym_hex_literal] = ACTIONS(3833), - [sym_bin_literal] = ACTIONS(3833), - [anon_sym_true] = ACTIONS(3828), - [anon_sym_false] = ACTIONS(3828), - [anon_sym_SQUOTE] = ACTIONS(3833), - [sym__backtick_identifier] = ACTIONS(3833), - [sym__automatic_semicolon] = ACTIONS(3833), - [sym_safe_nav] = ACTIONS(3833), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3833), + [sym_type_constraints] = STATE(3093), + [sym_enum_class_body] = STATE(3209), + [sym__alpha_identifier] = ACTIONS(4188), + [anon_sym_AT] = ACTIONS(4190), + [anon_sym_COLON] = ACTIONS(6331), + [anon_sym_LBRACK] = ACTIONS(4190), + [anon_sym_RBRACK] = ACTIONS(4190), + [anon_sym_as] = ACTIONS(4188), + [anon_sym_EQ] = ACTIONS(4188), + [anon_sym_LBRACE] = ACTIONS(5171), + [anon_sym_RBRACE] = ACTIONS(4190), + [anon_sym_LPAREN] = ACTIONS(4190), + [anon_sym_COMMA] = ACTIONS(4190), + [anon_sym_RPAREN] = ACTIONS(4190), + [anon_sym_LT] = ACTIONS(4188), + [anon_sym_GT] = ACTIONS(4188), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(4188), + [anon_sym_SEMI] = ACTIONS(4190), + [anon_sym_get] = ACTIONS(4188), + [anon_sym_set] = ACTIONS(4188), + [anon_sym_STAR] = ACTIONS(4188), + [anon_sym_DASH_GT] = ACTIONS(4190), + [sym_label] = ACTIONS(4190), + [anon_sym_in] = ACTIONS(4188), + [anon_sym_while] = ACTIONS(4188), + [anon_sym_DOT_DOT] = ACTIONS(4190), + [anon_sym_QMARK_COLON] = ACTIONS(4190), + [anon_sym_AMP_AMP] = ACTIONS(4190), + [anon_sym_PIPE_PIPE] = ACTIONS(4190), + [anon_sym_else] = ACTIONS(4188), + [anon_sym_COLON_COLON] = ACTIONS(4190), + [anon_sym_PLUS_EQ] = ACTIONS(4190), + [anon_sym_DASH_EQ] = ACTIONS(4190), + [anon_sym_STAR_EQ] = ACTIONS(4190), + [anon_sym_SLASH_EQ] = ACTIONS(4190), + [anon_sym_PERCENT_EQ] = ACTIONS(4190), + [anon_sym_BANG_EQ] = ACTIONS(4188), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4190), + [anon_sym_EQ_EQ] = ACTIONS(4188), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4190), + [anon_sym_LT_EQ] = ACTIONS(4190), + [anon_sym_GT_EQ] = ACTIONS(4190), + [anon_sym_BANGin] = ACTIONS(4190), + [anon_sym_is] = ACTIONS(4188), + [anon_sym_BANGis] = ACTIONS(4190), + [anon_sym_PLUS] = ACTIONS(4188), + [anon_sym_DASH] = ACTIONS(4188), + [anon_sym_SLASH] = ACTIONS(4188), + [anon_sym_PERCENT] = ACTIONS(4188), + [anon_sym_as_QMARK] = ACTIONS(4190), + [anon_sym_PLUS_PLUS] = ACTIONS(4190), + [anon_sym_DASH_DASH] = ACTIONS(4190), + [anon_sym_BANG_BANG] = ACTIONS(4190), + [anon_sym_suspend] = ACTIONS(4188), + [anon_sym_sealed] = ACTIONS(4188), + [anon_sym_annotation] = ACTIONS(4188), + [anon_sym_data] = ACTIONS(4188), + [anon_sym_inner] = ACTIONS(4188), + [anon_sym_override] = ACTIONS(4188), + [anon_sym_lateinit] = ACTIONS(4188), + [anon_sym_public] = ACTIONS(4188), + [anon_sym_private] = ACTIONS(4188), + [anon_sym_internal] = ACTIONS(4188), + [anon_sym_protected] = ACTIONS(4188), + [anon_sym_tailrec] = ACTIONS(4188), + [anon_sym_operator] = ACTIONS(4188), + [anon_sym_infix] = ACTIONS(4188), + [anon_sym_inline] = ACTIONS(4188), + [anon_sym_external] = ACTIONS(4188), + [sym_property_modifier] = ACTIONS(4188), + [anon_sym_abstract] = ACTIONS(4188), + [anon_sym_final] = ACTIONS(4188), + [anon_sym_open] = ACTIONS(4188), + [anon_sym_vararg] = ACTIONS(4188), + [anon_sym_noinline] = ACTIONS(4188), + [anon_sym_crossinline] = ACTIONS(4188), + [anon_sym_expect] = ACTIONS(4188), + [anon_sym_actual] = ACTIONS(4188), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4190), + [sym_safe_nav] = ACTIONS(4190), + [sym_multiline_comment] = ACTIONS(3), }, [2891] = { - [sym_indexing_suffix] = STATE(6624), - [sym_navigation_suffix] = STATE(6624), - [sym__postfix_unary_operator] = STATE(6624), - [sym__member_access_operator] = STATE(7210), - [sym__postfix_unary_suffix] = STATE(6624), - [aux_sym__postfix_unary_expression_repeat1] = STATE(6624), - [sym__alpha_identifier] = ACTIONS(3874), - [anon_sym_AT] = ACTIONS(3876), - [anon_sym_LBRACK] = ACTIONS(3878), - [anon_sym_as] = ACTIONS(3874), - [anon_sym_EQ] = ACTIONS(3881), - [anon_sym_LBRACE] = ACTIONS(3876), - [anon_sym_RBRACE] = ACTIONS(3876), - [anon_sym_LPAREN] = ACTIONS(3876), - [anon_sym_COMMA] = ACTIONS(3876), - [anon_sym_LT] = ACTIONS(3874), - [anon_sym_GT] = ACTIONS(3874), - [anon_sym_where] = ACTIONS(3874), - [anon_sym_DOT] = ACTIONS(3884), - [anon_sym_SEMI] = ACTIONS(3876), - [anon_sym_get] = ACTIONS(3874), - [anon_sym_set] = ACTIONS(3874), - [anon_sym_STAR] = ACTIONS(3874), - [sym_label] = ACTIONS(3876), - [anon_sym_in] = ACTIONS(3874), - [anon_sym_DOT_DOT] = ACTIONS(3876), - [anon_sym_QMARK_COLON] = ACTIONS(3876), - [anon_sym_AMP_AMP] = ACTIONS(3876), - [anon_sym_PIPE_PIPE] = ACTIONS(3876), - [anon_sym_else] = ACTIONS(3874), - [anon_sym_COLON_COLON] = ACTIONS(3887), - [anon_sym_PLUS_EQ] = ACTIONS(3890), - [anon_sym_DASH_EQ] = ACTIONS(3890), - [anon_sym_STAR_EQ] = ACTIONS(3890), - [anon_sym_SLASH_EQ] = ACTIONS(3890), - [anon_sym_PERCENT_EQ] = ACTIONS(3890), - [anon_sym_BANG_EQ] = ACTIONS(3874), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3876), - [anon_sym_EQ_EQ] = ACTIONS(3874), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3876), - [anon_sym_LT_EQ] = ACTIONS(3876), - [anon_sym_GT_EQ] = ACTIONS(3876), - [anon_sym_BANGin] = ACTIONS(3876), - [anon_sym_is] = ACTIONS(3874), - [anon_sym_BANGis] = ACTIONS(3876), - [anon_sym_PLUS] = ACTIONS(3874), - [anon_sym_DASH] = ACTIONS(3874), - [anon_sym_SLASH] = ACTIONS(3874), - [anon_sym_PERCENT] = ACTIONS(3874), - [anon_sym_as_QMARK] = ACTIONS(3876), - [anon_sym_PLUS_PLUS] = ACTIONS(3893), - [anon_sym_DASH_DASH] = ACTIONS(3893), - [anon_sym_BANG_BANG] = ACTIONS(3893), - [anon_sym_suspend] = ACTIONS(3874), - [anon_sym_sealed] = ACTIONS(3874), - [anon_sym_annotation] = ACTIONS(3874), - [anon_sym_data] = ACTIONS(3874), - [anon_sym_inner] = ACTIONS(3874), - [anon_sym_override] = ACTIONS(3874), - [anon_sym_lateinit] = ACTIONS(3874), - [anon_sym_public] = ACTIONS(3874), - [anon_sym_private] = ACTIONS(3874), - [anon_sym_internal] = ACTIONS(3874), - [anon_sym_protected] = ACTIONS(3874), - [anon_sym_tailrec] = ACTIONS(3874), - [anon_sym_operator] = ACTIONS(3874), - [anon_sym_infix] = ACTIONS(3874), - [anon_sym_inline] = ACTIONS(3874), - [anon_sym_external] = ACTIONS(3874), - [sym_property_modifier] = ACTIONS(3874), - [anon_sym_abstract] = ACTIONS(3874), - [anon_sym_final] = ACTIONS(3874), - [anon_sym_open] = ACTIONS(3874), - [anon_sym_vararg] = ACTIONS(3874), - [anon_sym_noinline] = ACTIONS(3874), - [anon_sym_crossinline] = ACTIONS(3874), - [anon_sym_expect] = ACTIONS(3874), - [anon_sym_actual] = ACTIONS(3874), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3876), - [sym__automatic_semicolon] = ACTIONS(3876), - [sym_safe_nav] = ACTIONS(3887), + [sym_class_body] = STATE(3209), + [sym_type_constraints] = STATE(3098), + [sym__alpha_identifier] = ACTIONS(4188), + [anon_sym_AT] = ACTIONS(4190), + [anon_sym_COLON] = ACTIONS(6333), + [anon_sym_LBRACK] = ACTIONS(4190), + [anon_sym_RBRACK] = ACTIONS(4190), + [anon_sym_as] = ACTIONS(4188), + [anon_sym_EQ] = ACTIONS(4188), + [anon_sym_LBRACE] = ACTIONS(5179), + [anon_sym_RBRACE] = ACTIONS(4190), + [anon_sym_LPAREN] = ACTIONS(4190), + [anon_sym_COMMA] = ACTIONS(4190), + [anon_sym_RPAREN] = ACTIONS(4190), + [anon_sym_LT] = ACTIONS(4188), + [anon_sym_GT] = ACTIONS(4188), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(4188), + [anon_sym_SEMI] = ACTIONS(4190), + [anon_sym_get] = ACTIONS(4188), + [anon_sym_set] = ACTIONS(4188), + [anon_sym_STAR] = ACTIONS(4188), + [anon_sym_DASH_GT] = ACTIONS(4190), + [sym_label] = ACTIONS(4190), + [anon_sym_in] = ACTIONS(4188), + [anon_sym_while] = ACTIONS(4188), + [anon_sym_DOT_DOT] = ACTIONS(4190), + [anon_sym_QMARK_COLON] = ACTIONS(4190), + [anon_sym_AMP_AMP] = ACTIONS(4190), + [anon_sym_PIPE_PIPE] = ACTIONS(4190), + [anon_sym_else] = ACTIONS(4188), + [anon_sym_COLON_COLON] = ACTIONS(4190), + [anon_sym_PLUS_EQ] = ACTIONS(4190), + [anon_sym_DASH_EQ] = ACTIONS(4190), + [anon_sym_STAR_EQ] = ACTIONS(4190), + [anon_sym_SLASH_EQ] = ACTIONS(4190), + [anon_sym_PERCENT_EQ] = ACTIONS(4190), + [anon_sym_BANG_EQ] = ACTIONS(4188), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4190), + [anon_sym_EQ_EQ] = ACTIONS(4188), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4190), + [anon_sym_LT_EQ] = ACTIONS(4190), + [anon_sym_GT_EQ] = ACTIONS(4190), + [anon_sym_BANGin] = ACTIONS(4190), + [anon_sym_is] = ACTIONS(4188), + [anon_sym_BANGis] = ACTIONS(4190), + [anon_sym_PLUS] = ACTIONS(4188), + [anon_sym_DASH] = ACTIONS(4188), + [anon_sym_SLASH] = ACTIONS(4188), + [anon_sym_PERCENT] = ACTIONS(4188), + [anon_sym_as_QMARK] = ACTIONS(4190), + [anon_sym_PLUS_PLUS] = ACTIONS(4190), + [anon_sym_DASH_DASH] = ACTIONS(4190), + [anon_sym_BANG_BANG] = ACTIONS(4190), + [anon_sym_suspend] = ACTIONS(4188), + [anon_sym_sealed] = ACTIONS(4188), + [anon_sym_annotation] = ACTIONS(4188), + [anon_sym_data] = ACTIONS(4188), + [anon_sym_inner] = ACTIONS(4188), + [anon_sym_override] = ACTIONS(4188), + [anon_sym_lateinit] = ACTIONS(4188), + [anon_sym_public] = ACTIONS(4188), + [anon_sym_private] = ACTIONS(4188), + [anon_sym_internal] = ACTIONS(4188), + [anon_sym_protected] = ACTIONS(4188), + [anon_sym_tailrec] = ACTIONS(4188), + [anon_sym_operator] = ACTIONS(4188), + [anon_sym_infix] = ACTIONS(4188), + [anon_sym_inline] = ACTIONS(4188), + [anon_sym_external] = ACTIONS(4188), + [sym_property_modifier] = ACTIONS(4188), + [anon_sym_abstract] = ACTIONS(4188), + [anon_sym_final] = ACTIONS(4188), + [anon_sym_open] = ACTIONS(4188), + [anon_sym_vararg] = ACTIONS(4188), + [anon_sym_noinline] = ACTIONS(4188), + [anon_sym_crossinline] = ACTIONS(4188), + [anon_sym_expect] = ACTIONS(4188), + [anon_sym_actual] = ACTIONS(4188), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4190), + [sym_safe_nav] = ACTIONS(4190), [sym_multiline_comment] = ACTIONS(3), }, [2892] = { - [sym_class_body] = STATE(3366), - [sym_type_constraints] = STATE(3055), - [sym__alpha_identifier] = ACTIONS(3190), - [anon_sym_AT] = ACTIONS(3194), - [anon_sym_COLON] = ACTIONS(3192), - [anon_sym_LBRACK] = ACTIONS(3194), - [anon_sym_as] = ACTIONS(3190), - [anon_sym_EQ] = ACTIONS(3190), - [anon_sym_LBRACE] = ACTIONS(3112), - [anon_sym_RBRACE] = ACTIONS(3194), - [anon_sym_LPAREN] = ACTIONS(3194), - [anon_sym_COMMA] = ACTIONS(3194), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3190), - [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(3190), - [anon_sym_fun] = ACTIONS(3190), - [anon_sym_DOT] = ACTIONS(3190), - [anon_sym_SEMI] = ACTIONS(3194), - [anon_sym_get] = ACTIONS(3190), - [anon_sym_set] = ACTIONS(3190), - [anon_sym_this] = ACTIONS(3190), - [anon_sym_super] = ACTIONS(3190), - [anon_sym_STAR] = ACTIONS(3190), - [sym_label] = ACTIONS(3190), - [anon_sym_in] = ACTIONS(3190), - [anon_sym_DOT_DOT] = ACTIONS(3194), - [anon_sym_QMARK_COLON] = ACTIONS(3194), - [anon_sym_AMP_AMP] = ACTIONS(3194), - [anon_sym_PIPE_PIPE] = ACTIONS(3194), - [anon_sym_null] = ACTIONS(3190), - [anon_sym_if] = ACTIONS(3190), - [anon_sym_else] = ACTIONS(3190), - [anon_sym_when] = ACTIONS(3190), - [anon_sym_try] = ACTIONS(3190), - [anon_sym_throw] = ACTIONS(3190), - [anon_sym_return] = ACTIONS(3190), - [anon_sym_continue] = ACTIONS(3190), - [anon_sym_break] = ACTIONS(3190), - [anon_sym_COLON_COLON] = ACTIONS(3194), - [anon_sym_PLUS_EQ] = ACTIONS(3194), - [anon_sym_DASH_EQ] = ACTIONS(3194), - [anon_sym_STAR_EQ] = ACTIONS(3194), - [anon_sym_SLASH_EQ] = ACTIONS(3194), - [anon_sym_PERCENT_EQ] = ACTIONS(3194), - [anon_sym_BANG_EQ] = ACTIONS(3190), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3194), - [anon_sym_EQ_EQ] = ACTIONS(3190), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3194), - [anon_sym_LT_EQ] = ACTIONS(3194), - [anon_sym_GT_EQ] = ACTIONS(3194), - [anon_sym_BANGin] = ACTIONS(3194), - [anon_sym_is] = ACTIONS(3190), - [anon_sym_BANGis] = ACTIONS(3194), - [anon_sym_PLUS] = ACTIONS(3190), - [anon_sym_DASH] = ACTIONS(3190), - [anon_sym_SLASH] = ACTIONS(3190), - [anon_sym_PERCENT] = ACTIONS(3190), - [anon_sym_as_QMARK] = ACTIONS(3194), - [anon_sym_PLUS_PLUS] = ACTIONS(3194), - [anon_sym_DASH_DASH] = ACTIONS(3194), - [anon_sym_BANG] = ACTIONS(3190), - [anon_sym_BANG_BANG] = ACTIONS(3194), - [anon_sym_data] = ACTIONS(3190), - [anon_sym_inner] = ACTIONS(3190), - [anon_sym_expect] = ACTIONS(3190), - [anon_sym_actual] = ACTIONS(3190), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3194), - [anon_sym_continue_AT] = ACTIONS(3194), - [anon_sym_break_AT] = ACTIONS(3194), - [sym_real_literal] = ACTIONS(3194), - [sym_integer_literal] = ACTIONS(3190), - [sym_hex_literal] = ACTIONS(3194), - [sym_bin_literal] = ACTIONS(3194), - [anon_sym_true] = ACTIONS(3190), - [anon_sym_false] = ACTIONS(3190), - [anon_sym_SQUOTE] = ACTIONS(3194), - [sym__backtick_identifier] = ACTIONS(3194), - [sym__automatic_semicolon] = ACTIONS(3194), - [sym_safe_nav] = ACTIONS(3194), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3194), + [sym_type_constraints] = STATE(3099), + [sym_enum_class_body] = STATE(3181), + [sym__alpha_identifier] = ACTIONS(3212), + [anon_sym_AT] = ACTIONS(3216), + [anon_sym_COLON] = ACTIONS(5253), + [anon_sym_LBRACK] = ACTIONS(3216), + [anon_sym_RBRACK] = ACTIONS(3216), + [anon_sym_as] = ACTIONS(3212), + [anon_sym_EQ] = ACTIONS(3212), + [anon_sym_LBRACE] = ACTIONS(5171), + [anon_sym_RBRACE] = ACTIONS(3216), + [anon_sym_LPAREN] = ACTIONS(3216), + [anon_sym_COMMA] = ACTIONS(3216), + [anon_sym_RPAREN] = ACTIONS(3216), + [anon_sym_LT] = ACTIONS(3212), + [anon_sym_GT] = ACTIONS(3212), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(3212), + [anon_sym_SEMI] = ACTIONS(3216), + [anon_sym_get] = ACTIONS(3212), + [anon_sym_set] = ACTIONS(3212), + [anon_sym_STAR] = ACTIONS(3212), + [anon_sym_DASH_GT] = ACTIONS(3216), + [sym_label] = ACTIONS(3216), + [anon_sym_in] = ACTIONS(3212), + [anon_sym_while] = ACTIONS(3212), + [anon_sym_DOT_DOT] = ACTIONS(3216), + [anon_sym_QMARK_COLON] = ACTIONS(3216), + [anon_sym_AMP_AMP] = ACTIONS(3216), + [anon_sym_PIPE_PIPE] = ACTIONS(3216), + [anon_sym_else] = ACTIONS(3212), + [anon_sym_COLON_COLON] = ACTIONS(3216), + [anon_sym_PLUS_EQ] = ACTIONS(3216), + [anon_sym_DASH_EQ] = ACTIONS(3216), + [anon_sym_STAR_EQ] = ACTIONS(3216), + [anon_sym_SLASH_EQ] = ACTIONS(3216), + [anon_sym_PERCENT_EQ] = ACTIONS(3216), + [anon_sym_BANG_EQ] = ACTIONS(3212), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3216), + [anon_sym_EQ_EQ] = ACTIONS(3212), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3216), + [anon_sym_LT_EQ] = ACTIONS(3216), + [anon_sym_GT_EQ] = ACTIONS(3216), + [anon_sym_BANGin] = ACTIONS(3216), + [anon_sym_is] = ACTIONS(3212), + [anon_sym_BANGis] = ACTIONS(3216), + [anon_sym_PLUS] = ACTIONS(3212), + [anon_sym_DASH] = ACTIONS(3212), + [anon_sym_SLASH] = ACTIONS(3212), + [anon_sym_PERCENT] = ACTIONS(3212), + [anon_sym_as_QMARK] = ACTIONS(3216), + [anon_sym_PLUS_PLUS] = ACTIONS(3216), + [anon_sym_DASH_DASH] = ACTIONS(3216), + [anon_sym_BANG_BANG] = ACTIONS(3216), + [anon_sym_suspend] = ACTIONS(3212), + [anon_sym_sealed] = ACTIONS(3212), + [anon_sym_annotation] = ACTIONS(3212), + [anon_sym_data] = ACTIONS(3212), + [anon_sym_inner] = ACTIONS(3212), + [anon_sym_override] = ACTIONS(3212), + [anon_sym_lateinit] = ACTIONS(3212), + [anon_sym_public] = ACTIONS(3212), + [anon_sym_private] = ACTIONS(3212), + [anon_sym_internal] = ACTIONS(3212), + [anon_sym_protected] = ACTIONS(3212), + [anon_sym_tailrec] = ACTIONS(3212), + [anon_sym_operator] = ACTIONS(3212), + [anon_sym_infix] = ACTIONS(3212), + [anon_sym_inline] = ACTIONS(3212), + [anon_sym_external] = ACTIONS(3212), + [sym_property_modifier] = ACTIONS(3212), + [anon_sym_abstract] = ACTIONS(3212), + [anon_sym_final] = ACTIONS(3212), + [anon_sym_open] = ACTIONS(3212), + [anon_sym_vararg] = ACTIONS(3212), + [anon_sym_noinline] = ACTIONS(3212), + [anon_sym_crossinline] = ACTIONS(3212), + [anon_sym_expect] = ACTIONS(3212), + [anon_sym_actual] = ACTIONS(3212), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3216), + [sym_safe_nav] = ACTIONS(3216), + [sym_multiline_comment] = ACTIONS(3), }, [2893] = { - [aux_sym_nullable_type_repeat1] = STATE(2844), - [sym__alpha_identifier] = ACTIONS(4294), - [anon_sym_AT] = ACTIONS(4296), - [anon_sym_LBRACK] = ACTIONS(4296), - [anon_sym_RBRACK] = ACTIONS(4296), - [anon_sym_as] = ACTIONS(4294), - [anon_sym_EQ] = ACTIONS(4294), - [anon_sym_LBRACE] = ACTIONS(4296), - [anon_sym_RBRACE] = ACTIONS(4296), - [anon_sym_LPAREN] = ACTIONS(4296), - [anon_sym_COMMA] = ACTIONS(4296), - [anon_sym_RPAREN] = ACTIONS(4296), - [anon_sym_by] = ACTIONS(4294), - [anon_sym_LT] = ACTIONS(4294), - [anon_sym_GT] = ACTIONS(4294), - [anon_sym_where] = ACTIONS(4294), - [anon_sym_DOT] = ACTIONS(4294), - [anon_sym_SEMI] = ACTIONS(4296), - [anon_sym_get] = ACTIONS(4294), - [anon_sym_set] = ACTIONS(4294), - [sym__quest] = ACTIONS(6258), - [anon_sym_STAR] = ACTIONS(4294), - [anon_sym_DASH_GT] = ACTIONS(4296), - [sym_label] = ACTIONS(4296), - [anon_sym_in] = ACTIONS(4294), - [anon_sym_while] = ACTIONS(4294), - [anon_sym_DOT_DOT] = ACTIONS(4296), - [anon_sym_QMARK_COLON] = ACTIONS(4296), - [anon_sym_AMP_AMP] = ACTIONS(4296), - [anon_sym_PIPE_PIPE] = ACTIONS(4296), - [anon_sym_else] = ACTIONS(4294), - [anon_sym_COLON_COLON] = ACTIONS(4296), - [anon_sym_PLUS_EQ] = ACTIONS(4296), - [anon_sym_DASH_EQ] = ACTIONS(4296), - [anon_sym_STAR_EQ] = ACTIONS(4296), - [anon_sym_SLASH_EQ] = ACTIONS(4296), - [anon_sym_PERCENT_EQ] = ACTIONS(4296), - [anon_sym_BANG_EQ] = ACTIONS(4294), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4296), - [anon_sym_EQ_EQ] = ACTIONS(4294), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4296), - [anon_sym_LT_EQ] = ACTIONS(4296), - [anon_sym_GT_EQ] = ACTIONS(4296), - [anon_sym_BANGin] = ACTIONS(4296), - [anon_sym_is] = ACTIONS(4294), - [anon_sym_BANGis] = ACTIONS(4296), - [anon_sym_PLUS] = ACTIONS(4294), - [anon_sym_DASH] = ACTIONS(4294), - [anon_sym_SLASH] = ACTIONS(4294), - [anon_sym_PERCENT] = ACTIONS(4294), - [anon_sym_as_QMARK] = ACTIONS(4296), - [anon_sym_PLUS_PLUS] = ACTIONS(4296), - [anon_sym_DASH_DASH] = ACTIONS(4296), - [anon_sym_BANG_BANG] = ACTIONS(4296), - [anon_sym_suspend] = ACTIONS(4294), - [anon_sym_sealed] = ACTIONS(4294), - [anon_sym_annotation] = ACTIONS(4294), - [anon_sym_data] = ACTIONS(4294), - [anon_sym_inner] = ACTIONS(4294), - [anon_sym_override] = ACTIONS(4294), - [anon_sym_lateinit] = ACTIONS(4294), - [anon_sym_public] = ACTIONS(4294), - [anon_sym_private] = ACTIONS(4294), - [anon_sym_internal] = ACTIONS(4294), - [anon_sym_protected] = ACTIONS(4294), - [anon_sym_tailrec] = ACTIONS(4294), - [anon_sym_operator] = ACTIONS(4294), - [anon_sym_infix] = ACTIONS(4294), - [anon_sym_inline] = ACTIONS(4294), - [anon_sym_external] = ACTIONS(4294), - [sym_property_modifier] = ACTIONS(4294), - [anon_sym_abstract] = ACTIONS(4294), - [anon_sym_final] = ACTIONS(4294), - [anon_sym_open] = ACTIONS(4294), - [anon_sym_vararg] = ACTIONS(4294), - [anon_sym_noinline] = ACTIONS(4294), - [anon_sym_crossinline] = ACTIONS(4294), - [anon_sym_expect] = ACTIONS(4294), - [anon_sym_actual] = ACTIONS(4294), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4296), - [sym_safe_nav] = ACTIONS(4296), + [sym_type_constraints] = STATE(3117), + [sym_enum_class_body] = STATE(3127), + [sym__alpha_identifier] = ACTIONS(4231), + [anon_sym_AT] = ACTIONS(4233), + [anon_sym_COLON] = ACTIONS(6335), + [anon_sym_LBRACK] = ACTIONS(4233), + [anon_sym_RBRACK] = ACTIONS(4233), + [anon_sym_as] = ACTIONS(4231), + [anon_sym_EQ] = ACTIONS(4231), + [anon_sym_LBRACE] = ACTIONS(5171), + [anon_sym_RBRACE] = ACTIONS(4233), + [anon_sym_LPAREN] = ACTIONS(4233), + [anon_sym_COMMA] = ACTIONS(4233), + [anon_sym_RPAREN] = ACTIONS(4233), + [anon_sym_LT] = ACTIONS(4231), + [anon_sym_GT] = ACTIONS(4231), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(4231), + [anon_sym_SEMI] = ACTIONS(4233), + [anon_sym_get] = ACTIONS(4231), + [anon_sym_set] = ACTIONS(4231), + [anon_sym_STAR] = ACTIONS(4231), + [anon_sym_DASH_GT] = ACTIONS(4233), + [sym_label] = ACTIONS(4233), + [anon_sym_in] = ACTIONS(4231), + [anon_sym_while] = ACTIONS(4231), + [anon_sym_DOT_DOT] = ACTIONS(4233), + [anon_sym_QMARK_COLON] = ACTIONS(4233), + [anon_sym_AMP_AMP] = ACTIONS(4233), + [anon_sym_PIPE_PIPE] = ACTIONS(4233), + [anon_sym_else] = ACTIONS(4231), + [anon_sym_COLON_COLON] = ACTIONS(4233), + [anon_sym_PLUS_EQ] = ACTIONS(4233), + [anon_sym_DASH_EQ] = ACTIONS(4233), + [anon_sym_STAR_EQ] = ACTIONS(4233), + [anon_sym_SLASH_EQ] = ACTIONS(4233), + [anon_sym_PERCENT_EQ] = ACTIONS(4233), + [anon_sym_BANG_EQ] = ACTIONS(4231), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4233), + [anon_sym_EQ_EQ] = ACTIONS(4231), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4233), + [anon_sym_LT_EQ] = ACTIONS(4233), + [anon_sym_GT_EQ] = ACTIONS(4233), + [anon_sym_BANGin] = ACTIONS(4233), + [anon_sym_is] = ACTIONS(4231), + [anon_sym_BANGis] = ACTIONS(4233), + [anon_sym_PLUS] = ACTIONS(4231), + [anon_sym_DASH] = ACTIONS(4231), + [anon_sym_SLASH] = ACTIONS(4231), + [anon_sym_PERCENT] = ACTIONS(4231), + [anon_sym_as_QMARK] = ACTIONS(4233), + [anon_sym_PLUS_PLUS] = ACTIONS(4233), + [anon_sym_DASH_DASH] = ACTIONS(4233), + [anon_sym_BANG_BANG] = ACTIONS(4233), + [anon_sym_suspend] = ACTIONS(4231), + [anon_sym_sealed] = ACTIONS(4231), + [anon_sym_annotation] = ACTIONS(4231), + [anon_sym_data] = ACTIONS(4231), + [anon_sym_inner] = ACTIONS(4231), + [anon_sym_override] = ACTIONS(4231), + [anon_sym_lateinit] = ACTIONS(4231), + [anon_sym_public] = ACTIONS(4231), + [anon_sym_private] = ACTIONS(4231), + [anon_sym_internal] = ACTIONS(4231), + [anon_sym_protected] = ACTIONS(4231), + [anon_sym_tailrec] = ACTIONS(4231), + [anon_sym_operator] = ACTIONS(4231), + [anon_sym_infix] = ACTIONS(4231), + [anon_sym_inline] = ACTIONS(4231), + [anon_sym_external] = ACTIONS(4231), + [sym_property_modifier] = ACTIONS(4231), + [anon_sym_abstract] = ACTIONS(4231), + [anon_sym_final] = ACTIONS(4231), + [anon_sym_open] = ACTIONS(4231), + [anon_sym_vararg] = ACTIONS(4231), + [anon_sym_noinline] = ACTIONS(4231), + [anon_sym_crossinline] = ACTIONS(4231), + [anon_sym_expect] = ACTIONS(4231), + [anon_sym_actual] = ACTIONS(4231), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4233), + [sym_safe_nav] = ACTIONS(4233), [sym_multiline_comment] = ACTIONS(3), }, [2894] = { - [aux_sym_user_type_repeat1] = STATE(2894), - [sym__alpha_identifier] = ACTIONS(4304), - [anon_sym_AT] = ACTIONS(4306), - [anon_sym_LBRACK] = ACTIONS(4306), - [anon_sym_as] = ACTIONS(4304), - [anon_sym_EQ] = ACTIONS(4304), - [anon_sym_LBRACE] = ACTIONS(4306), - [anon_sym_RBRACE] = ACTIONS(4306), - [anon_sym_LPAREN] = ACTIONS(4306), - [anon_sym_COMMA] = ACTIONS(4306), - [anon_sym_by] = ACTIONS(4304), - [anon_sym_LT] = ACTIONS(4304), - [anon_sym_GT] = ACTIONS(4304), - [anon_sym_where] = ACTIONS(4304), - [anon_sym_object] = ACTIONS(4304), - [anon_sym_fun] = ACTIONS(4304), - [anon_sym_DOT] = ACTIONS(6329), - [anon_sym_SEMI] = ACTIONS(4306), - [anon_sym_get] = ACTIONS(4304), - [anon_sym_set] = ACTIONS(4304), - [anon_sym_this] = ACTIONS(4304), - [anon_sym_super] = ACTIONS(4304), - [sym__quest] = ACTIONS(4304), - [anon_sym_STAR] = ACTIONS(4304), - [sym_label] = ACTIONS(4304), - [anon_sym_in] = ACTIONS(4304), - [anon_sym_DOT_DOT] = ACTIONS(4306), - [anon_sym_QMARK_COLON] = ACTIONS(4306), - [anon_sym_AMP_AMP] = ACTIONS(4306), - [anon_sym_PIPE_PIPE] = ACTIONS(4306), - [anon_sym_null] = ACTIONS(4304), - [anon_sym_if] = ACTIONS(4304), - [anon_sym_else] = ACTIONS(4304), - [anon_sym_when] = ACTIONS(4304), - [anon_sym_try] = ACTIONS(4304), - [anon_sym_throw] = ACTIONS(4304), - [anon_sym_return] = ACTIONS(4304), - [anon_sym_continue] = ACTIONS(4304), - [anon_sym_break] = ACTIONS(4304), - [anon_sym_COLON_COLON] = ACTIONS(4306), - [anon_sym_PLUS_EQ] = ACTIONS(4306), - [anon_sym_DASH_EQ] = ACTIONS(4306), - [anon_sym_STAR_EQ] = ACTIONS(4306), - [anon_sym_SLASH_EQ] = ACTIONS(4306), - [anon_sym_PERCENT_EQ] = ACTIONS(4306), - [anon_sym_BANG_EQ] = ACTIONS(4304), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4306), - [anon_sym_EQ_EQ] = ACTIONS(4304), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4306), - [anon_sym_LT_EQ] = ACTIONS(4306), - [anon_sym_GT_EQ] = ACTIONS(4306), - [anon_sym_BANGin] = ACTIONS(4306), - [anon_sym_is] = ACTIONS(4304), - [anon_sym_BANGis] = ACTIONS(4306), - [anon_sym_PLUS] = ACTIONS(4304), - [anon_sym_DASH] = ACTIONS(4304), - [anon_sym_SLASH] = ACTIONS(4304), - [anon_sym_PERCENT] = ACTIONS(4304), - [anon_sym_as_QMARK] = ACTIONS(4306), - [anon_sym_PLUS_PLUS] = ACTIONS(4306), - [anon_sym_DASH_DASH] = ACTIONS(4306), - [anon_sym_BANG] = ACTIONS(4304), - [anon_sym_BANG_BANG] = ACTIONS(4306), - [anon_sym_data] = ACTIONS(4304), - [anon_sym_inner] = ACTIONS(4304), - [anon_sym_expect] = ACTIONS(4304), - [anon_sym_actual] = ACTIONS(4304), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4306), - [anon_sym_continue_AT] = ACTIONS(4306), - [anon_sym_break_AT] = ACTIONS(4306), - [sym_real_literal] = ACTIONS(4306), - [sym_integer_literal] = ACTIONS(4304), - [sym_hex_literal] = ACTIONS(4306), - [sym_bin_literal] = ACTIONS(4306), - [anon_sym_true] = ACTIONS(4304), - [anon_sym_false] = ACTIONS(4304), - [anon_sym_SQUOTE] = ACTIONS(4306), - [sym__backtick_identifier] = ACTIONS(4306), - [sym__automatic_semicolon] = ACTIONS(4306), - [sym_safe_nav] = ACTIONS(4306), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4306), + [aux_sym_user_type_repeat1] = STATE(2873), + [sym__alpha_identifier] = ACTIONS(4222), + [anon_sym_AT] = ACTIONS(4224), + [anon_sym_LBRACK] = ACTIONS(4224), + [anon_sym_RBRACK] = ACTIONS(4224), + [anon_sym_as] = ACTIONS(4222), + [anon_sym_EQ] = ACTIONS(4222), + [anon_sym_LBRACE] = ACTIONS(4224), + [anon_sym_RBRACE] = ACTIONS(4224), + [anon_sym_LPAREN] = ACTIONS(4224), + [anon_sym_COMMA] = ACTIONS(4224), + [anon_sym_RPAREN] = ACTIONS(4224), + [anon_sym_by] = ACTIONS(4222), + [anon_sym_LT] = ACTIONS(4222), + [anon_sym_GT] = ACTIONS(4222), + [anon_sym_where] = ACTIONS(4222), + [anon_sym_DOT] = ACTIONS(6337), + [anon_sym_SEMI] = ACTIONS(4224), + [anon_sym_get] = ACTIONS(4222), + [anon_sym_set] = ACTIONS(4222), + [sym__quest] = ACTIONS(4222), + [anon_sym_STAR] = ACTIONS(4222), + [anon_sym_DASH_GT] = ACTIONS(4224), + [sym_label] = ACTIONS(4224), + [anon_sym_in] = ACTIONS(4222), + [anon_sym_while] = ACTIONS(4222), + [anon_sym_DOT_DOT] = ACTIONS(4224), + [anon_sym_QMARK_COLON] = ACTIONS(4224), + [anon_sym_AMP_AMP] = ACTIONS(4224), + [anon_sym_PIPE_PIPE] = ACTIONS(4224), + [anon_sym_else] = ACTIONS(4222), + [anon_sym_COLON_COLON] = ACTIONS(4224), + [anon_sym_PLUS_EQ] = ACTIONS(4224), + [anon_sym_DASH_EQ] = ACTIONS(4224), + [anon_sym_STAR_EQ] = ACTIONS(4224), + [anon_sym_SLASH_EQ] = ACTIONS(4224), + [anon_sym_PERCENT_EQ] = ACTIONS(4224), + [anon_sym_BANG_EQ] = ACTIONS(4222), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4224), + [anon_sym_EQ_EQ] = ACTIONS(4222), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4224), + [anon_sym_LT_EQ] = ACTIONS(4224), + [anon_sym_GT_EQ] = ACTIONS(4224), + [anon_sym_BANGin] = ACTIONS(4224), + [anon_sym_is] = ACTIONS(4222), + [anon_sym_BANGis] = ACTIONS(4224), + [anon_sym_PLUS] = ACTIONS(4222), + [anon_sym_DASH] = ACTIONS(4222), + [anon_sym_SLASH] = ACTIONS(4222), + [anon_sym_PERCENT] = ACTIONS(4222), + [anon_sym_as_QMARK] = ACTIONS(4224), + [anon_sym_PLUS_PLUS] = ACTIONS(4224), + [anon_sym_DASH_DASH] = ACTIONS(4224), + [anon_sym_BANG_BANG] = ACTIONS(4224), + [anon_sym_suspend] = ACTIONS(4222), + [anon_sym_sealed] = ACTIONS(4222), + [anon_sym_annotation] = ACTIONS(4222), + [anon_sym_data] = ACTIONS(4222), + [anon_sym_inner] = ACTIONS(4222), + [anon_sym_override] = ACTIONS(4222), + [anon_sym_lateinit] = ACTIONS(4222), + [anon_sym_public] = ACTIONS(4222), + [anon_sym_private] = ACTIONS(4222), + [anon_sym_internal] = ACTIONS(4222), + [anon_sym_protected] = ACTIONS(4222), + [anon_sym_tailrec] = ACTIONS(4222), + [anon_sym_operator] = ACTIONS(4222), + [anon_sym_infix] = ACTIONS(4222), + [anon_sym_inline] = ACTIONS(4222), + [anon_sym_external] = ACTIONS(4222), + [sym_property_modifier] = ACTIONS(4222), + [anon_sym_abstract] = ACTIONS(4222), + [anon_sym_final] = ACTIONS(4222), + [anon_sym_open] = ACTIONS(4222), + [anon_sym_vararg] = ACTIONS(4222), + [anon_sym_noinline] = ACTIONS(4222), + [anon_sym_crossinline] = ACTIONS(4222), + [anon_sym_expect] = ACTIONS(4222), + [anon_sym_actual] = ACTIONS(4222), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4224), + [sym_safe_nav] = ACTIONS(4224), + [sym_multiline_comment] = ACTIONS(3), }, [2895] = { - [sym_function_body] = STATE(3428), - [sym__block] = STATE(3245), - [sym__alpha_identifier] = ACTIONS(4326), - [anon_sym_AT] = ACTIONS(4328), - [anon_sym_COLON] = ACTIONS(6332), - [anon_sym_LBRACK] = ACTIONS(4328), - [anon_sym_as] = ACTIONS(4326), - [anon_sym_EQ] = ACTIONS(6218), - [anon_sym_LBRACE] = ACTIONS(6220), - [anon_sym_RBRACE] = ACTIONS(4328), - [anon_sym_LPAREN] = ACTIONS(4328), - [anon_sym_COMMA] = ACTIONS(4328), - [anon_sym_LT] = ACTIONS(4326), - [anon_sym_GT] = ACTIONS(4326), - [anon_sym_where] = ACTIONS(4326), - [anon_sym_object] = ACTIONS(4326), - [anon_sym_fun] = ACTIONS(4326), - [anon_sym_DOT] = ACTIONS(4326), - [anon_sym_SEMI] = ACTIONS(4328), - [anon_sym_get] = ACTIONS(4326), - [anon_sym_set] = ACTIONS(4326), - [anon_sym_this] = ACTIONS(4326), - [anon_sym_super] = ACTIONS(4326), - [anon_sym_STAR] = ACTIONS(4326), - [sym_label] = ACTIONS(4326), - [anon_sym_in] = ACTIONS(4326), - [anon_sym_DOT_DOT] = ACTIONS(4328), - [anon_sym_QMARK_COLON] = ACTIONS(4328), - [anon_sym_AMP_AMP] = ACTIONS(4328), - [anon_sym_PIPE_PIPE] = ACTIONS(4328), - [anon_sym_null] = ACTIONS(4326), - [anon_sym_if] = ACTIONS(4326), - [anon_sym_else] = ACTIONS(4326), - [anon_sym_when] = ACTIONS(4326), - [anon_sym_try] = ACTIONS(4326), - [anon_sym_throw] = ACTIONS(4326), - [anon_sym_return] = ACTIONS(4326), - [anon_sym_continue] = ACTIONS(4326), - [anon_sym_break] = ACTIONS(4326), - [anon_sym_COLON_COLON] = ACTIONS(4328), - [anon_sym_PLUS_EQ] = ACTIONS(4328), - [anon_sym_DASH_EQ] = ACTIONS(4328), - [anon_sym_STAR_EQ] = ACTIONS(4328), - [anon_sym_SLASH_EQ] = ACTIONS(4328), - [anon_sym_PERCENT_EQ] = ACTIONS(4328), - [anon_sym_BANG_EQ] = ACTIONS(4326), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4328), - [anon_sym_EQ_EQ] = ACTIONS(4326), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4328), - [anon_sym_LT_EQ] = ACTIONS(4328), - [anon_sym_GT_EQ] = ACTIONS(4328), - [anon_sym_BANGin] = ACTIONS(4328), - [anon_sym_is] = ACTIONS(4326), - [anon_sym_BANGis] = ACTIONS(4328), - [anon_sym_PLUS] = ACTIONS(4326), - [anon_sym_DASH] = ACTIONS(4326), - [anon_sym_SLASH] = ACTIONS(4326), - [anon_sym_PERCENT] = ACTIONS(4326), - [anon_sym_as_QMARK] = ACTIONS(4328), - [anon_sym_PLUS_PLUS] = ACTIONS(4328), - [anon_sym_DASH_DASH] = ACTIONS(4328), - [anon_sym_BANG] = ACTIONS(4326), - [anon_sym_BANG_BANG] = ACTIONS(4328), - [anon_sym_data] = ACTIONS(4326), - [anon_sym_inner] = ACTIONS(4326), - [anon_sym_expect] = ACTIONS(4326), - [anon_sym_actual] = ACTIONS(4326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4328), - [anon_sym_continue_AT] = ACTIONS(4328), - [anon_sym_break_AT] = ACTIONS(4328), - [sym_real_literal] = ACTIONS(4328), - [sym_integer_literal] = ACTIONS(4326), - [sym_hex_literal] = ACTIONS(4328), - [sym_bin_literal] = ACTIONS(4328), - [anon_sym_true] = ACTIONS(4326), - [anon_sym_false] = ACTIONS(4326), - [anon_sym_SQUOTE] = ACTIONS(4328), - [sym__backtick_identifier] = ACTIONS(4328), - [sym__automatic_semicolon] = ACTIONS(4328), - [sym_safe_nav] = ACTIONS(4328), + [sym_indexing_suffix] = STATE(6609), + [sym_navigation_suffix] = STATE(6609), + [sym__postfix_unary_operator] = STATE(6609), + [sym__member_access_operator] = STATE(7345), + [sym__postfix_unary_suffix] = STATE(6609), + [aux_sym__postfix_unary_expression_repeat1] = STATE(6609), + [sym__alpha_identifier] = ACTIONS(3969), + [anon_sym_AT] = ACTIONS(3971), + [anon_sym_LBRACK] = ACTIONS(3973), + [anon_sym_as] = ACTIONS(3969), + [anon_sym_EQ] = ACTIONS(3976), + [anon_sym_LBRACE] = ACTIONS(3971), + [anon_sym_RBRACE] = ACTIONS(3971), + [anon_sym_LPAREN] = ACTIONS(3971), + [anon_sym_COMMA] = ACTIONS(3971), + [anon_sym_LT] = ACTIONS(3969), + [anon_sym_GT] = ACTIONS(3969), + [anon_sym_where] = ACTIONS(3969), + [anon_sym_DOT] = ACTIONS(3979), + [anon_sym_SEMI] = ACTIONS(3971), + [anon_sym_get] = ACTIONS(3969), + [anon_sym_set] = ACTIONS(3969), + [anon_sym_STAR] = ACTIONS(3969), + [sym_label] = ACTIONS(3971), + [anon_sym_in] = ACTIONS(3969), + [anon_sym_DOT_DOT] = ACTIONS(3971), + [anon_sym_QMARK_COLON] = ACTIONS(3971), + [anon_sym_AMP_AMP] = ACTIONS(3971), + [anon_sym_PIPE_PIPE] = ACTIONS(3971), + [anon_sym_else] = ACTIONS(3969), + [anon_sym_COLON_COLON] = ACTIONS(3982), + [anon_sym_PLUS_EQ] = ACTIONS(3985), + [anon_sym_DASH_EQ] = ACTIONS(3985), + [anon_sym_STAR_EQ] = ACTIONS(3985), + [anon_sym_SLASH_EQ] = ACTIONS(3985), + [anon_sym_PERCENT_EQ] = ACTIONS(3985), + [anon_sym_BANG_EQ] = ACTIONS(3969), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3971), + [anon_sym_EQ_EQ] = ACTIONS(3969), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3971), + [anon_sym_LT_EQ] = ACTIONS(3971), + [anon_sym_GT_EQ] = ACTIONS(3971), + [anon_sym_BANGin] = ACTIONS(3971), + [anon_sym_is] = ACTIONS(3969), + [anon_sym_BANGis] = ACTIONS(3971), + [anon_sym_PLUS] = ACTIONS(3969), + [anon_sym_DASH] = ACTIONS(3969), + [anon_sym_SLASH] = ACTIONS(3969), + [anon_sym_PERCENT] = ACTIONS(3969), + [anon_sym_as_QMARK] = ACTIONS(3971), + [anon_sym_PLUS_PLUS] = ACTIONS(3988), + [anon_sym_DASH_DASH] = ACTIONS(3988), + [anon_sym_BANG_BANG] = ACTIONS(3988), + [anon_sym_suspend] = ACTIONS(3969), + [anon_sym_sealed] = ACTIONS(3969), + [anon_sym_annotation] = ACTIONS(3969), + [anon_sym_data] = ACTIONS(3969), + [anon_sym_inner] = ACTIONS(3969), + [anon_sym_override] = ACTIONS(3969), + [anon_sym_lateinit] = ACTIONS(3969), + [anon_sym_public] = ACTIONS(3969), + [anon_sym_private] = ACTIONS(3969), + [anon_sym_internal] = ACTIONS(3969), + [anon_sym_protected] = ACTIONS(3969), + [anon_sym_tailrec] = ACTIONS(3969), + [anon_sym_operator] = ACTIONS(3969), + [anon_sym_infix] = ACTIONS(3969), + [anon_sym_inline] = ACTIONS(3969), + [anon_sym_external] = ACTIONS(3969), + [sym_property_modifier] = ACTIONS(3969), + [anon_sym_abstract] = ACTIONS(3969), + [anon_sym_final] = ACTIONS(3969), + [anon_sym_open] = ACTIONS(3969), + [anon_sym_vararg] = ACTIONS(3969), + [anon_sym_noinline] = ACTIONS(3969), + [anon_sym_crossinline] = ACTIONS(3969), + [anon_sym_expect] = ACTIONS(3969), + [anon_sym_actual] = ACTIONS(3969), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3971), + [sym__automatic_semicolon] = ACTIONS(3971), + [sym_safe_nav] = ACTIONS(3982), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4328), }, [2896] = { - [sym_type_constraints] = STATE(3130), - [sym_function_body] = STATE(3129), - [sym__block] = STATE(3245), - [sym__alpha_identifier] = ACTIONS(4101), - [anon_sym_AT] = ACTIONS(4103), - [anon_sym_COLON] = ACTIONS(6334), - [anon_sym_LBRACK] = ACTIONS(4103), - [anon_sym_as] = ACTIONS(4101), - [anon_sym_EQ] = ACTIONS(6265), - [anon_sym_LBRACE] = ACTIONS(6220), - [anon_sym_RBRACE] = ACTIONS(4103), - [anon_sym_LPAREN] = ACTIONS(4103), - [anon_sym_LT] = ACTIONS(4101), - [anon_sym_GT] = ACTIONS(4101), + [sym_type_constraints] = STATE(2923), + [sym_function_body] = STATE(3168), + [sym__block] = STATE(3334), + [sym__alpha_identifier] = ACTIONS(4085), + [anon_sym_AT] = ACTIONS(4087), + [anon_sym_LBRACK] = ACTIONS(4087), + [anon_sym_as] = ACTIONS(4085), + [anon_sym_EQ] = ACTIONS(6242), + [anon_sym_LBRACE] = ACTIONS(6244), + [anon_sym_RBRACE] = ACTIONS(4087), + [anon_sym_LPAREN] = ACTIONS(4087), + [anon_sym_COMMA] = ACTIONS(4087), + [anon_sym_LT] = ACTIONS(4085), + [anon_sym_GT] = ACTIONS(4085), [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(4101), - [anon_sym_fun] = ACTIONS(4101), - [anon_sym_DOT] = ACTIONS(4101), - [anon_sym_SEMI] = ACTIONS(4103), - [anon_sym_get] = ACTIONS(4101), - [anon_sym_set] = ACTIONS(4101), - [anon_sym_this] = ACTIONS(4101), - [anon_sym_super] = ACTIONS(4101), - [anon_sym_STAR] = ACTIONS(4101), - [sym_label] = ACTIONS(4101), - [anon_sym_in] = ACTIONS(4101), - [anon_sym_DOT_DOT] = ACTIONS(4103), - [anon_sym_QMARK_COLON] = ACTIONS(4103), - [anon_sym_AMP_AMP] = ACTIONS(4103), - [anon_sym_PIPE_PIPE] = ACTIONS(4103), - [anon_sym_null] = ACTIONS(4101), - [anon_sym_if] = ACTIONS(4101), - [anon_sym_else] = ACTIONS(4101), - [anon_sym_when] = ACTIONS(4101), - [anon_sym_try] = ACTIONS(4101), - [anon_sym_throw] = ACTIONS(4101), - [anon_sym_return] = ACTIONS(4101), - [anon_sym_continue] = ACTIONS(4101), - [anon_sym_break] = ACTIONS(4101), - [anon_sym_COLON_COLON] = ACTIONS(4103), - [anon_sym_PLUS_EQ] = ACTIONS(4103), - [anon_sym_DASH_EQ] = ACTIONS(4103), - [anon_sym_STAR_EQ] = ACTIONS(4103), - [anon_sym_SLASH_EQ] = ACTIONS(4103), - [anon_sym_PERCENT_EQ] = ACTIONS(4103), - [anon_sym_BANG_EQ] = ACTIONS(4101), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4103), - [anon_sym_EQ_EQ] = ACTIONS(4101), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4103), - [anon_sym_LT_EQ] = ACTIONS(4103), - [anon_sym_GT_EQ] = ACTIONS(4103), - [anon_sym_BANGin] = ACTIONS(4103), - [anon_sym_is] = ACTIONS(4101), - [anon_sym_BANGis] = ACTIONS(4103), - [anon_sym_PLUS] = ACTIONS(4101), - [anon_sym_DASH] = ACTIONS(4101), - [anon_sym_SLASH] = ACTIONS(4101), - [anon_sym_PERCENT] = ACTIONS(4101), - [anon_sym_as_QMARK] = ACTIONS(4103), - [anon_sym_PLUS_PLUS] = ACTIONS(4103), - [anon_sym_DASH_DASH] = ACTIONS(4103), - [anon_sym_BANG] = ACTIONS(4101), - [anon_sym_BANG_BANG] = ACTIONS(4103), - [anon_sym_data] = ACTIONS(4101), - [anon_sym_inner] = ACTIONS(4101), - [anon_sym_expect] = ACTIONS(4101), - [anon_sym_actual] = ACTIONS(4101), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4103), - [anon_sym_continue_AT] = ACTIONS(4103), - [anon_sym_break_AT] = ACTIONS(4103), - [sym_real_literal] = ACTIONS(4103), - [sym_integer_literal] = ACTIONS(4101), - [sym_hex_literal] = ACTIONS(4103), - [sym_bin_literal] = ACTIONS(4103), - [anon_sym_true] = ACTIONS(4101), - [anon_sym_false] = ACTIONS(4101), - [anon_sym_SQUOTE] = ACTIONS(4103), - [sym__backtick_identifier] = ACTIONS(4103), - [sym__automatic_semicolon] = ACTIONS(4103), - [sym_safe_nav] = ACTIONS(4103), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4103), + [anon_sym_object] = ACTIONS(4085), + [anon_sym_fun] = ACTIONS(4085), + [anon_sym_DOT] = ACTIONS(4085), + [anon_sym_SEMI] = ACTIONS(4087), + [anon_sym_get] = ACTIONS(4085), + [anon_sym_set] = ACTIONS(4085), + [anon_sym_this] = ACTIONS(4085), + [anon_sym_super] = ACTIONS(4085), + [anon_sym_STAR] = ACTIONS(4085), + [sym_label] = ACTIONS(4085), + [anon_sym_in] = ACTIONS(4085), + [anon_sym_DOT_DOT] = ACTIONS(4087), + [anon_sym_QMARK_COLON] = ACTIONS(4087), + [anon_sym_AMP_AMP] = ACTIONS(4087), + [anon_sym_PIPE_PIPE] = ACTIONS(4087), + [anon_sym_null] = ACTIONS(4085), + [anon_sym_if] = ACTIONS(4085), + [anon_sym_else] = ACTIONS(4085), + [anon_sym_when] = ACTIONS(4085), + [anon_sym_try] = ACTIONS(4085), + [anon_sym_throw] = ACTIONS(4085), + [anon_sym_return] = ACTIONS(4085), + [anon_sym_continue] = ACTIONS(4085), + [anon_sym_break] = ACTIONS(4085), + [anon_sym_COLON_COLON] = ACTIONS(4087), + [anon_sym_PLUS_EQ] = ACTIONS(4087), + [anon_sym_DASH_EQ] = ACTIONS(4087), + [anon_sym_STAR_EQ] = ACTIONS(4087), + [anon_sym_SLASH_EQ] = ACTIONS(4087), + [anon_sym_PERCENT_EQ] = ACTIONS(4087), + [anon_sym_BANG_EQ] = ACTIONS(4085), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4087), + [anon_sym_EQ_EQ] = ACTIONS(4085), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4087), + [anon_sym_LT_EQ] = ACTIONS(4087), + [anon_sym_GT_EQ] = ACTIONS(4087), + [anon_sym_BANGin] = ACTIONS(4087), + [anon_sym_is] = ACTIONS(4085), + [anon_sym_BANGis] = ACTIONS(4087), + [anon_sym_PLUS] = ACTIONS(4085), + [anon_sym_DASH] = ACTIONS(4085), + [anon_sym_SLASH] = ACTIONS(4085), + [anon_sym_PERCENT] = ACTIONS(4085), + [anon_sym_as_QMARK] = ACTIONS(4087), + [anon_sym_PLUS_PLUS] = ACTIONS(4087), + [anon_sym_DASH_DASH] = ACTIONS(4087), + [anon_sym_BANG] = ACTIONS(4085), + [anon_sym_BANG_BANG] = ACTIONS(4087), + [anon_sym_data] = ACTIONS(4085), + [anon_sym_inner] = ACTIONS(4085), + [anon_sym_expect] = ACTIONS(4085), + [anon_sym_actual] = ACTIONS(4085), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4087), + [anon_sym_continue_AT] = ACTIONS(4087), + [anon_sym_break_AT] = ACTIONS(4087), + [sym_real_literal] = ACTIONS(4087), + [sym_integer_literal] = ACTIONS(4085), + [sym_hex_literal] = ACTIONS(4087), + [sym_bin_literal] = ACTIONS(4087), + [anon_sym_true] = ACTIONS(4085), + [anon_sym_false] = ACTIONS(4085), + [anon_sym_SQUOTE] = ACTIONS(4087), + [sym__backtick_identifier] = ACTIONS(4087), + [sym__automatic_semicolon] = ACTIONS(4087), + [sym_safe_nav] = ACTIONS(4087), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4087), }, [2897] = { - [sym_type_arguments] = STATE(5093), - [sym__alpha_identifier] = ACTIONS(4130), - [anon_sym_AT] = ACTIONS(4132), - [anon_sym_COLON] = ACTIONS(6336), - [anon_sym_LBRACK] = ACTIONS(4132), - [anon_sym_EQ] = ACTIONS(4132), - [anon_sym_LBRACE] = ACTIONS(4132), - [anon_sym_RBRACE] = ACTIONS(4132), - [anon_sym_LPAREN] = ACTIONS(4138), - [anon_sym_by] = ACTIONS(4136), - [anon_sym_LT] = ACTIONS(6338), - [anon_sym_where] = ACTIONS(4136), - [anon_sym_object] = ACTIONS(4136), - [anon_sym_fun] = ACTIONS(4136), - [anon_sym_DOT] = ACTIONS(4130), - [anon_sym_SEMI] = ACTIONS(4132), - [anon_sym_get] = ACTIONS(4130), - [anon_sym_set] = ACTIONS(4130), - [anon_sym_this] = ACTIONS(4136), - [anon_sym_super] = ACTIONS(4136), - [sym__quest] = ACTIONS(4138), - [anon_sym_STAR] = ACTIONS(4132), - [sym_label] = ACTIONS(4136), - [anon_sym_in] = ACTIONS(4136), - [anon_sym_null] = ACTIONS(4136), - [anon_sym_if] = ACTIONS(4136), - [anon_sym_else] = ACTIONS(4136), - [anon_sym_when] = ACTIONS(4136), - [anon_sym_try] = ACTIONS(4136), - [anon_sym_throw] = ACTIONS(4136), - [anon_sym_return] = ACTIONS(4136), - [anon_sym_continue] = ACTIONS(4136), - [anon_sym_break] = ACTIONS(4136), - [anon_sym_COLON_COLON] = ACTIONS(4132), - [anon_sym_BANGin] = ACTIONS(4132), - [anon_sym_is] = ACTIONS(4136), - [anon_sym_BANGis] = ACTIONS(4132), - [anon_sym_PLUS] = ACTIONS(4136), - [anon_sym_DASH] = ACTIONS(4136), - [anon_sym_PLUS_PLUS] = ACTIONS(4132), - [anon_sym_DASH_DASH] = ACTIONS(4132), - [anon_sym_BANG] = ACTIONS(4136), - [anon_sym_suspend] = ACTIONS(4136), - [anon_sym_sealed] = ACTIONS(4136), - [anon_sym_annotation] = ACTIONS(4136), - [anon_sym_data] = ACTIONS(4130), - [anon_sym_inner] = ACTIONS(4130), - [anon_sym_override] = ACTIONS(4136), - [anon_sym_lateinit] = ACTIONS(4136), - [anon_sym_public] = ACTIONS(4136), - [anon_sym_private] = ACTIONS(4136), - [anon_sym_internal] = ACTIONS(4136), - [anon_sym_protected] = ACTIONS(4136), - [anon_sym_tailrec] = ACTIONS(4136), - [anon_sym_operator] = ACTIONS(4136), - [anon_sym_infix] = ACTIONS(4136), - [anon_sym_inline] = ACTIONS(4136), - [anon_sym_external] = ACTIONS(4136), - [sym_property_modifier] = ACTIONS(4136), - [anon_sym_abstract] = ACTIONS(4136), - [anon_sym_final] = ACTIONS(4136), - [anon_sym_open] = ACTIONS(4136), - [anon_sym_vararg] = ACTIONS(4136), - [anon_sym_noinline] = ACTIONS(4136), - [anon_sym_crossinline] = ACTIONS(4136), - [anon_sym_expect] = ACTIONS(4130), - [anon_sym_actual] = ACTIONS(4130), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4132), - [anon_sym_continue_AT] = ACTIONS(4132), - [anon_sym_break_AT] = ACTIONS(4132), - [sym_real_literal] = ACTIONS(4132), - [sym_integer_literal] = ACTIONS(4136), - [sym_hex_literal] = ACTIONS(4132), - [sym_bin_literal] = ACTIONS(4132), - [anon_sym_true] = ACTIONS(4136), - [anon_sym_false] = ACTIONS(4136), - [anon_sym_SQUOTE] = ACTIONS(4132), - [sym__backtick_identifier] = ACTIONS(4138), - [sym__automatic_semicolon] = ACTIONS(4132), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4132), + [sym_type_arguments] = STATE(2904), + [sym__alpha_identifier] = ACTIONS(4107), + [anon_sym_AT] = ACTIONS(4115), + [anon_sym_LBRACK] = ACTIONS(4115), + [anon_sym_RBRACK] = ACTIONS(4115), + [anon_sym_as] = ACTIONS(4107), + [anon_sym_EQ] = ACTIONS(4107), + [anon_sym_LBRACE] = ACTIONS(4115), + [anon_sym_RBRACE] = ACTIONS(4115), + [anon_sym_LPAREN] = ACTIONS(4115), + [anon_sym_COMMA] = ACTIONS(4115), + [anon_sym_RPAREN] = ACTIONS(4115), + [anon_sym_by] = ACTIONS(4107), + [anon_sym_LT] = ACTIONS(6340), + [anon_sym_GT] = ACTIONS(4107), + [anon_sym_where] = ACTIONS(4107), + [anon_sym_DOT] = ACTIONS(4107), + [anon_sym_SEMI] = ACTIONS(4115), + [anon_sym_get] = ACTIONS(4107), + [anon_sym_set] = ACTIONS(4107), + [sym__quest] = ACTIONS(4107), + [anon_sym_STAR] = ACTIONS(4107), + [anon_sym_DASH_GT] = ACTIONS(4115), + [sym_label] = ACTIONS(4115), + [anon_sym_in] = ACTIONS(4107), + [anon_sym_while] = ACTIONS(4107), + [anon_sym_DOT_DOT] = ACTIONS(4115), + [anon_sym_QMARK_COLON] = ACTIONS(4115), + [anon_sym_AMP_AMP] = ACTIONS(4115), + [anon_sym_PIPE_PIPE] = ACTIONS(4115), + [anon_sym_else] = ACTIONS(4107), + [anon_sym_COLON_COLON] = ACTIONS(4115), + [anon_sym_PLUS_EQ] = ACTIONS(4115), + [anon_sym_DASH_EQ] = ACTIONS(4115), + [anon_sym_STAR_EQ] = ACTIONS(4115), + [anon_sym_SLASH_EQ] = ACTIONS(4115), + [anon_sym_PERCENT_EQ] = ACTIONS(4115), + [anon_sym_BANG_EQ] = ACTIONS(4107), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4115), + [anon_sym_EQ_EQ] = ACTIONS(4107), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4115), + [anon_sym_LT_EQ] = ACTIONS(4115), + [anon_sym_GT_EQ] = ACTIONS(4115), + [anon_sym_BANGin] = ACTIONS(4115), + [anon_sym_is] = ACTIONS(4107), + [anon_sym_BANGis] = ACTIONS(4115), + [anon_sym_PLUS] = ACTIONS(4107), + [anon_sym_DASH] = ACTIONS(4107), + [anon_sym_SLASH] = ACTIONS(4107), + [anon_sym_PERCENT] = ACTIONS(4107), + [anon_sym_as_QMARK] = ACTIONS(4115), + [anon_sym_PLUS_PLUS] = ACTIONS(4115), + [anon_sym_DASH_DASH] = ACTIONS(4115), + [anon_sym_BANG_BANG] = ACTIONS(4115), + [anon_sym_suspend] = ACTIONS(4107), + [anon_sym_sealed] = ACTIONS(4107), + [anon_sym_annotation] = ACTIONS(4107), + [anon_sym_data] = ACTIONS(4107), + [anon_sym_inner] = ACTIONS(4107), + [anon_sym_override] = ACTIONS(4107), + [anon_sym_lateinit] = ACTIONS(4107), + [anon_sym_public] = ACTIONS(4107), + [anon_sym_private] = ACTIONS(4107), + [anon_sym_internal] = ACTIONS(4107), + [anon_sym_protected] = ACTIONS(4107), + [anon_sym_tailrec] = ACTIONS(4107), + [anon_sym_operator] = ACTIONS(4107), + [anon_sym_infix] = ACTIONS(4107), + [anon_sym_inline] = ACTIONS(4107), + [anon_sym_external] = ACTIONS(4107), + [sym_property_modifier] = ACTIONS(4107), + [anon_sym_abstract] = ACTIONS(4107), + [anon_sym_final] = ACTIONS(4107), + [anon_sym_open] = ACTIONS(4107), + [anon_sym_vararg] = ACTIONS(4107), + [anon_sym_noinline] = ACTIONS(4107), + [anon_sym_crossinline] = ACTIONS(4107), + [anon_sym_expect] = ACTIONS(4107), + [anon_sym_actual] = ACTIONS(4107), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4115), + [sym_safe_nav] = ACTIONS(4115), + [sym_multiline_comment] = ACTIONS(3), }, [2898] = { - [sym__alpha_identifier] = ACTIONS(4444), - [anon_sym_AT] = ACTIONS(4446), - [anon_sym_LBRACK] = ACTIONS(4446), - [anon_sym_as] = ACTIONS(4444), - [anon_sym_EQ] = ACTIONS(4444), - [anon_sym_LBRACE] = ACTIONS(4446), - [anon_sym_RBRACE] = ACTIONS(4446), - [anon_sym_LPAREN] = ACTIONS(4446), - [anon_sym_COMMA] = ACTIONS(4446), - [anon_sym_by] = ACTIONS(4444), - [anon_sym_LT] = ACTIONS(4444), - [anon_sym_GT] = ACTIONS(4444), - [anon_sym_where] = ACTIONS(4444), - [anon_sym_object] = ACTIONS(4444), - [anon_sym_fun] = ACTIONS(4444), - [anon_sym_DOT] = ACTIONS(4444), - [anon_sym_SEMI] = ACTIONS(4446), - [anon_sym_get] = ACTIONS(4444), - [anon_sym_set] = ACTIONS(4444), - [anon_sym_this] = ACTIONS(4444), - [anon_sym_super] = ACTIONS(4444), - [sym__quest] = ACTIONS(4444), - [anon_sym_STAR] = ACTIONS(4444), - [sym_label] = ACTIONS(4444), - [anon_sym_in] = ACTIONS(4444), - [anon_sym_DOT_DOT] = ACTIONS(4446), - [anon_sym_QMARK_COLON] = ACTIONS(4446), - [anon_sym_AMP_AMP] = ACTIONS(4446), - [anon_sym_PIPE_PIPE] = ACTIONS(4446), - [anon_sym_null] = ACTIONS(4444), - [anon_sym_if] = ACTIONS(4444), - [anon_sym_else] = ACTIONS(4444), - [anon_sym_when] = ACTIONS(4444), - [anon_sym_try] = ACTIONS(4444), - [anon_sym_throw] = ACTIONS(4444), - [anon_sym_return] = ACTIONS(4444), - [anon_sym_continue] = ACTIONS(4444), - [anon_sym_break] = ACTIONS(4444), - [anon_sym_COLON_COLON] = ACTIONS(4446), - [anon_sym_PLUS_EQ] = ACTIONS(4446), - [anon_sym_DASH_EQ] = ACTIONS(4446), - [anon_sym_STAR_EQ] = ACTIONS(4446), - [anon_sym_SLASH_EQ] = ACTIONS(4446), - [anon_sym_PERCENT_EQ] = ACTIONS(4446), - [anon_sym_BANG_EQ] = ACTIONS(4444), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4446), - [anon_sym_EQ_EQ] = ACTIONS(4444), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4446), - [anon_sym_LT_EQ] = ACTIONS(4446), - [anon_sym_GT_EQ] = ACTIONS(4446), - [anon_sym_BANGin] = ACTIONS(4446), - [anon_sym_is] = ACTIONS(4444), - [anon_sym_BANGis] = ACTIONS(4446), - [anon_sym_PLUS] = ACTIONS(4444), - [anon_sym_DASH] = ACTIONS(4444), - [anon_sym_SLASH] = ACTIONS(4444), - [anon_sym_PERCENT] = ACTIONS(4444), - [anon_sym_as_QMARK] = ACTIONS(4446), - [anon_sym_PLUS_PLUS] = ACTIONS(4446), - [anon_sym_DASH_DASH] = ACTIONS(4446), - [anon_sym_BANG] = ACTIONS(4444), - [anon_sym_BANG_BANG] = ACTIONS(4446), - [anon_sym_data] = ACTIONS(4444), - [anon_sym_inner] = ACTIONS(4444), - [anon_sym_expect] = ACTIONS(4444), - [anon_sym_actual] = ACTIONS(4444), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4446), - [anon_sym_continue_AT] = ACTIONS(4446), - [anon_sym_break_AT] = ACTIONS(4446), - [sym_real_literal] = ACTIONS(4446), - [sym_integer_literal] = ACTIONS(4444), - [sym_hex_literal] = ACTIONS(4446), - [sym_bin_literal] = ACTIONS(4446), - [anon_sym_true] = ACTIONS(4444), - [anon_sym_false] = ACTIONS(4444), - [anon_sym_SQUOTE] = ACTIONS(4446), - [sym__backtick_identifier] = ACTIONS(4446), - [sym__automatic_semicolon] = ACTIONS(4446), - [sym_safe_nav] = ACTIONS(4446), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4446), + [sym_type_arguments] = STATE(2911), + [sym__alpha_identifier] = ACTIONS(4107), + [anon_sym_AT] = ACTIONS(4115), + [anon_sym_LBRACK] = ACTIONS(4115), + [anon_sym_as] = ACTIONS(4107), + [anon_sym_EQ] = ACTIONS(4107), + [anon_sym_LBRACE] = ACTIONS(4115), + [anon_sym_RBRACE] = ACTIONS(4115), + [anon_sym_LPAREN] = ACTIONS(4115), + [anon_sym_COMMA] = ACTIONS(4115), + [anon_sym_by] = ACTIONS(4107), + [anon_sym_LT] = ACTIONS(6342), + [anon_sym_GT] = ACTIONS(4107), + [anon_sym_where] = ACTIONS(4107), + [anon_sym_object] = ACTIONS(4107), + [anon_sym_fun] = ACTIONS(4107), + [anon_sym_DOT] = ACTIONS(4107), + [anon_sym_SEMI] = ACTIONS(4115), + [anon_sym_get] = ACTIONS(4107), + [anon_sym_set] = ACTIONS(4107), + [anon_sym_this] = ACTIONS(4107), + [anon_sym_super] = ACTIONS(4107), + [sym__quest] = ACTIONS(4107), + [anon_sym_STAR] = ACTIONS(4107), + [sym_label] = ACTIONS(4107), + [anon_sym_in] = ACTIONS(4107), + [anon_sym_DOT_DOT] = ACTIONS(4115), + [anon_sym_QMARK_COLON] = ACTIONS(4115), + [anon_sym_AMP_AMP] = ACTIONS(4115), + [anon_sym_PIPE_PIPE] = ACTIONS(4115), + [anon_sym_null] = ACTIONS(4107), + [anon_sym_if] = ACTIONS(4107), + [anon_sym_else] = ACTIONS(4107), + [anon_sym_when] = ACTIONS(4107), + [anon_sym_try] = ACTIONS(4107), + [anon_sym_throw] = ACTIONS(4107), + [anon_sym_return] = ACTIONS(4107), + [anon_sym_continue] = ACTIONS(4107), + [anon_sym_break] = ACTIONS(4107), + [anon_sym_COLON_COLON] = ACTIONS(4115), + [anon_sym_PLUS_EQ] = ACTIONS(4115), + [anon_sym_DASH_EQ] = ACTIONS(4115), + [anon_sym_STAR_EQ] = ACTIONS(4115), + [anon_sym_SLASH_EQ] = ACTIONS(4115), + [anon_sym_PERCENT_EQ] = ACTIONS(4115), + [anon_sym_BANG_EQ] = ACTIONS(4107), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4115), + [anon_sym_EQ_EQ] = ACTIONS(4107), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4115), + [anon_sym_LT_EQ] = ACTIONS(4115), + [anon_sym_GT_EQ] = ACTIONS(4115), + [anon_sym_BANGin] = ACTIONS(4115), + [anon_sym_is] = ACTIONS(4107), + [anon_sym_BANGis] = ACTIONS(4115), + [anon_sym_PLUS] = ACTIONS(4107), + [anon_sym_DASH] = ACTIONS(4107), + [anon_sym_SLASH] = ACTIONS(4107), + [anon_sym_PERCENT] = ACTIONS(4107), + [anon_sym_as_QMARK] = ACTIONS(4115), + [anon_sym_PLUS_PLUS] = ACTIONS(4115), + [anon_sym_DASH_DASH] = ACTIONS(4115), + [anon_sym_BANG] = ACTIONS(4107), + [anon_sym_BANG_BANG] = ACTIONS(4115), + [anon_sym_data] = ACTIONS(4107), + [anon_sym_inner] = ACTIONS(4107), + [anon_sym_expect] = ACTIONS(4107), + [anon_sym_actual] = ACTIONS(4107), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4115), + [anon_sym_continue_AT] = ACTIONS(4115), + [anon_sym_break_AT] = ACTIONS(4115), + [sym_real_literal] = ACTIONS(4115), + [sym_integer_literal] = ACTIONS(4107), + [sym_hex_literal] = ACTIONS(4115), + [sym_bin_literal] = ACTIONS(4115), + [anon_sym_true] = ACTIONS(4107), + [anon_sym_false] = ACTIONS(4107), + [anon_sym_SQUOTE] = ACTIONS(4115), + [sym__backtick_identifier] = ACTIONS(4115), + [sym__automatic_semicolon] = ACTIONS(4115), + [sym_safe_nav] = ACTIONS(4115), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4115), }, [2899] = { - [sym_type_constraints] = STATE(3107), - [sym_enum_class_body] = STATE(3118), - [sym__alpha_identifier] = ACTIONS(4448), - [anon_sym_AT] = ACTIONS(4450), - [anon_sym_LBRACK] = ACTIONS(4450), - [anon_sym_RBRACK] = ACTIONS(4450), - [anon_sym_as] = ACTIONS(4448), - [anon_sym_EQ] = ACTIONS(4448), - [anon_sym_LBRACE] = ACTIONS(5155), - [anon_sym_RBRACE] = ACTIONS(4450), - [anon_sym_LPAREN] = ACTIONS(4450), - [anon_sym_COMMA] = ACTIONS(4450), - [anon_sym_RPAREN] = ACTIONS(4450), - [anon_sym_LT] = ACTIONS(4448), - [anon_sym_GT] = ACTIONS(4448), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(4448), - [anon_sym_SEMI] = ACTIONS(4450), - [anon_sym_get] = ACTIONS(4448), - [anon_sym_set] = ACTIONS(4448), - [anon_sym_STAR] = ACTIONS(4448), - [anon_sym_DASH_GT] = ACTIONS(4450), - [sym_label] = ACTIONS(4450), - [anon_sym_in] = ACTIONS(4448), - [anon_sym_while] = ACTIONS(4448), - [anon_sym_DOT_DOT] = ACTIONS(4450), - [anon_sym_QMARK_COLON] = ACTIONS(4450), - [anon_sym_AMP_AMP] = ACTIONS(4450), - [anon_sym_PIPE_PIPE] = ACTIONS(4450), - [anon_sym_else] = ACTIONS(4448), - [anon_sym_COLON_COLON] = ACTIONS(4450), - [anon_sym_PLUS_EQ] = ACTIONS(4450), - [anon_sym_DASH_EQ] = ACTIONS(4450), - [anon_sym_STAR_EQ] = ACTIONS(4450), - [anon_sym_SLASH_EQ] = ACTIONS(4450), - [anon_sym_PERCENT_EQ] = ACTIONS(4450), - [anon_sym_BANG_EQ] = ACTIONS(4448), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4450), - [anon_sym_EQ_EQ] = ACTIONS(4448), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4450), - [anon_sym_LT_EQ] = ACTIONS(4450), - [anon_sym_GT_EQ] = ACTIONS(4450), - [anon_sym_BANGin] = ACTIONS(4450), - [anon_sym_is] = ACTIONS(4448), - [anon_sym_BANGis] = ACTIONS(4450), - [anon_sym_PLUS] = ACTIONS(4448), - [anon_sym_DASH] = ACTIONS(4448), - [anon_sym_SLASH] = ACTIONS(4448), - [anon_sym_PERCENT] = ACTIONS(4448), - [anon_sym_as_QMARK] = ACTIONS(4450), - [anon_sym_PLUS_PLUS] = ACTIONS(4450), - [anon_sym_DASH_DASH] = ACTIONS(4450), - [anon_sym_BANG_BANG] = ACTIONS(4450), - [anon_sym_suspend] = ACTIONS(4448), - [anon_sym_sealed] = ACTIONS(4448), - [anon_sym_annotation] = ACTIONS(4448), - [anon_sym_data] = ACTIONS(4448), - [anon_sym_inner] = ACTIONS(4448), - [anon_sym_override] = ACTIONS(4448), - [anon_sym_lateinit] = ACTIONS(4448), - [anon_sym_public] = ACTIONS(4448), - [anon_sym_private] = ACTIONS(4448), - [anon_sym_internal] = ACTIONS(4448), - [anon_sym_protected] = ACTIONS(4448), - [anon_sym_tailrec] = ACTIONS(4448), - [anon_sym_operator] = ACTIONS(4448), - [anon_sym_infix] = ACTIONS(4448), - [anon_sym_inline] = ACTIONS(4448), - [anon_sym_external] = ACTIONS(4448), - [sym_property_modifier] = ACTIONS(4448), - [anon_sym_abstract] = ACTIONS(4448), - [anon_sym_final] = ACTIONS(4448), - [anon_sym_open] = ACTIONS(4448), - [anon_sym_vararg] = ACTIONS(4448), - [anon_sym_noinline] = ACTIONS(4448), - [anon_sym_crossinline] = ACTIONS(4448), - [anon_sym_expect] = ACTIONS(4448), - [anon_sym_actual] = ACTIONS(4448), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4450), - [sym_safe_nav] = ACTIONS(4450), + [sym_type_constraints] = STATE(3103), + [sym_enum_class_body] = STATE(3167), + [sym__alpha_identifier] = ACTIONS(4392), + [anon_sym_AT] = ACTIONS(4394), + [anon_sym_LBRACK] = ACTIONS(4394), + [anon_sym_as] = ACTIONS(4392), + [anon_sym_EQ] = ACTIONS(4392), + [anon_sym_LBRACE] = ACTIONS(3112), + [anon_sym_RBRACE] = ACTIONS(4394), + [anon_sym_LPAREN] = ACTIONS(4394), + [anon_sym_COMMA] = ACTIONS(4394), + [anon_sym_LT] = ACTIONS(4392), + [anon_sym_GT] = ACTIONS(4392), + [anon_sym_where] = ACTIONS(3118), + [anon_sym_object] = ACTIONS(4392), + [anon_sym_fun] = ACTIONS(4392), + [anon_sym_DOT] = ACTIONS(4392), + [anon_sym_SEMI] = ACTIONS(4394), + [anon_sym_get] = ACTIONS(4392), + [anon_sym_set] = ACTIONS(4392), + [anon_sym_this] = ACTIONS(4392), + [anon_sym_super] = ACTIONS(4392), + [anon_sym_STAR] = ACTIONS(4392), + [sym_label] = ACTIONS(4392), + [anon_sym_in] = ACTIONS(4392), + [anon_sym_DOT_DOT] = ACTIONS(4394), + [anon_sym_QMARK_COLON] = ACTIONS(4394), + [anon_sym_AMP_AMP] = ACTIONS(4394), + [anon_sym_PIPE_PIPE] = ACTIONS(4394), + [anon_sym_null] = ACTIONS(4392), + [anon_sym_if] = ACTIONS(4392), + [anon_sym_else] = ACTIONS(4392), + [anon_sym_when] = ACTIONS(4392), + [anon_sym_try] = ACTIONS(4392), + [anon_sym_throw] = ACTIONS(4392), + [anon_sym_return] = ACTIONS(4392), + [anon_sym_continue] = ACTIONS(4392), + [anon_sym_break] = ACTIONS(4392), + [anon_sym_COLON_COLON] = ACTIONS(4394), + [anon_sym_PLUS_EQ] = ACTIONS(4394), + [anon_sym_DASH_EQ] = ACTIONS(4394), + [anon_sym_STAR_EQ] = ACTIONS(4394), + [anon_sym_SLASH_EQ] = ACTIONS(4394), + [anon_sym_PERCENT_EQ] = ACTIONS(4394), + [anon_sym_BANG_EQ] = ACTIONS(4392), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4394), + [anon_sym_EQ_EQ] = ACTIONS(4392), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4394), + [anon_sym_LT_EQ] = ACTIONS(4394), + [anon_sym_GT_EQ] = ACTIONS(4394), + [anon_sym_BANGin] = ACTIONS(4394), + [anon_sym_is] = ACTIONS(4392), + [anon_sym_BANGis] = ACTIONS(4394), + [anon_sym_PLUS] = ACTIONS(4392), + [anon_sym_DASH] = ACTIONS(4392), + [anon_sym_SLASH] = ACTIONS(4392), + [anon_sym_PERCENT] = ACTIONS(4392), + [anon_sym_as_QMARK] = ACTIONS(4394), + [anon_sym_PLUS_PLUS] = ACTIONS(4394), + [anon_sym_DASH_DASH] = ACTIONS(4394), + [anon_sym_BANG] = ACTIONS(4392), + [anon_sym_BANG_BANG] = ACTIONS(4394), + [anon_sym_data] = ACTIONS(4392), + [anon_sym_inner] = ACTIONS(4392), + [anon_sym_expect] = ACTIONS(4392), + [anon_sym_actual] = ACTIONS(4392), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4394), + [anon_sym_continue_AT] = ACTIONS(4394), + [anon_sym_break_AT] = ACTIONS(4394), + [sym_real_literal] = ACTIONS(4394), + [sym_integer_literal] = ACTIONS(4392), + [sym_hex_literal] = ACTIONS(4394), + [sym_bin_literal] = ACTIONS(4394), + [anon_sym_true] = ACTIONS(4392), + [anon_sym_false] = ACTIONS(4392), + [anon_sym_SQUOTE] = ACTIONS(4394), + [sym__backtick_identifier] = ACTIONS(4394), + [sym__automatic_semicolon] = ACTIONS(4394), + [sym_safe_nav] = ACTIONS(4394), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4394), }, [2900] = { - [sym__alpha_identifier] = ACTIONS(4378), - [anon_sym_AT] = ACTIONS(4380), - [anon_sym_LBRACK] = ACTIONS(4380), - [anon_sym_as] = ACTIONS(4378), - [anon_sym_EQ] = ACTIONS(4378), - [anon_sym_LBRACE] = ACTIONS(4380), - [anon_sym_RBRACE] = ACTIONS(4380), - [anon_sym_LPAREN] = ACTIONS(4380), - [anon_sym_COMMA] = ACTIONS(4380), - [anon_sym_LT] = ACTIONS(4378), - [anon_sym_GT] = ACTIONS(4378), - [anon_sym_where] = ACTIONS(4378), - [anon_sym_object] = ACTIONS(4378), - [anon_sym_fun] = ACTIONS(4378), - [anon_sym_DOT] = ACTIONS(4378), - [anon_sym_SEMI] = ACTIONS(4380), - [anon_sym_get] = ACTIONS(4378), - [anon_sym_set] = ACTIONS(4378), - [anon_sym_this] = ACTIONS(4378), - [anon_sym_super] = ACTIONS(4378), - [anon_sym_STAR] = ACTIONS(4378), - [sym_label] = ACTIONS(4378), - [anon_sym_in] = ACTIONS(4378), - [anon_sym_DOT_DOT] = ACTIONS(4380), - [anon_sym_QMARK_COLON] = ACTIONS(4380), - [anon_sym_AMP_AMP] = ACTIONS(4380), - [anon_sym_PIPE_PIPE] = ACTIONS(4380), - [anon_sym_null] = ACTIONS(4378), - [anon_sym_if] = ACTIONS(4378), - [anon_sym_else] = ACTIONS(4378), - [anon_sym_when] = ACTIONS(4378), - [anon_sym_try] = ACTIONS(4378), - [anon_sym_catch] = ACTIONS(4378), - [anon_sym_finally] = ACTIONS(4378), - [anon_sym_throw] = ACTIONS(4378), - [anon_sym_return] = ACTIONS(4378), - [anon_sym_continue] = ACTIONS(4378), - [anon_sym_break] = ACTIONS(4378), - [anon_sym_COLON_COLON] = ACTIONS(4380), - [anon_sym_PLUS_EQ] = ACTIONS(4380), - [anon_sym_DASH_EQ] = ACTIONS(4380), - [anon_sym_STAR_EQ] = ACTIONS(4380), - [anon_sym_SLASH_EQ] = ACTIONS(4380), - [anon_sym_PERCENT_EQ] = ACTIONS(4380), - [anon_sym_BANG_EQ] = ACTIONS(4378), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4380), - [anon_sym_EQ_EQ] = ACTIONS(4378), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4380), - [anon_sym_LT_EQ] = ACTIONS(4380), - [anon_sym_GT_EQ] = ACTIONS(4380), - [anon_sym_BANGin] = ACTIONS(4380), - [anon_sym_is] = ACTIONS(4378), - [anon_sym_BANGis] = ACTIONS(4380), - [anon_sym_PLUS] = ACTIONS(4378), - [anon_sym_DASH] = ACTIONS(4378), - [anon_sym_SLASH] = ACTIONS(4378), - [anon_sym_PERCENT] = ACTIONS(4378), - [anon_sym_as_QMARK] = ACTIONS(4380), - [anon_sym_PLUS_PLUS] = ACTIONS(4380), - [anon_sym_DASH_DASH] = ACTIONS(4380), - [anon_sym_BANG] = ACTIONS(4378), - [anon_sym_BANG_BANG] = ACTIONS(4380), - [anon_sym_data] = ACTIONS(4378), - [anon_sym_inner] = ACTIONS(4378), - [anon_sym_expect] = ACTIONS(4378), - [anon_sym_actual] = ACTIONS(4378), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4380), - [anon_sym_continue_AT] = ACTIONS(4380), - [anon_sym_break_AT] = ACTIONS(4380), - [sym_real_literal] = ACTIONS(4380), - [sym_integer_literal] = ACTIONS(4378), - [sym_hex_literal] = ACTIONS(4380), - [sym_bin_literal] = ACTIONS(4380), - [anon_sym_true] = ACTIONS(4378), - [anon_sym_false] = ACTIONS(4378), - [anon_sym_SQUOTE] = ACTIONS(4380), - [sym__backtick_identifier] = ACTIONS(4380), - [sym__automatic_semicolon] = ACTIONS(4380), - [sym_safe_nav] = ACTIONS(4380), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4380), + [aux_sym_type_constraints_repeat1] = STATE(2900), + [sym__alpha_identifier] = ACTIONS(4464), + [anon_sym_AT] = ACTIONS(4466), + [anon_sym_LBRACK] = ACTIONS(4466), + [anon_sym_RBRACK] = ACTIONS(4466), + [anon_sym_as] = ACTIONS(4464), + [anon_sym_EQ] = ACTIONS(4464), + [anon_sym_LBRACE] = ACTIONS(4466), + [anon_sym_RBRACE] = ACTIONS(4466), + [anon_sym_LPAREN] = ACTIONS(4466), + [anon_sym_COMMA] = ACTIONS(6344), + [anon_sym_RPAREN] = ACTIONS(4466), + [anon_sym_by] = ACTIONS(4464), + [anon_sym_LT] = ACTIONS(4464), + [anon_sym_GT] = ACTIONS(4464), + [anon_sym_where] = ACTIONS(4464), + [anon_sym_DOT] = ACTIONS(4464), + [anon_sym_SEMI] = ACTIONS(4466), + [anon_sym_get] = ACTIONS(4464), + [anon_sym_set] = ACTIONS(4464), + [anon_sym_STAR] = ACTIONS(4464), + [anon_sym_DASH_GT] = ACTIONS(4466), + [sym_label] = ACTIONS(4466), + [anon_sym_in] = ACTIONS(4464), + [anon_sym_while] = ACTIONS(4464), + [anon_sym_DOT_DOT] = ACTIONS(4466), + [anon_sym_QMARK_COLON] = ACTIONS(4466), + [anon_sym_AMP_AMP] = ACTIONS(4466), + [anon_sym_PIPE_PIPE] = ACTIONS(4466), + [anon_sym_else] = ACTIONS(4464), + [anon_sym_COLON_COLON] = ACTIONS(4466), + [anon_sym_PLUS_EQ] = ACTIONS(4466), + [anon_sym_DASH_EQ] = ACTIONS(4466), + [anon_sym_STAR_EQ] = ACTIONS(4466), + [anon_sym_SLASH_EQ] = ACTIONS(4466), + [anon_sym_PERCENT_EQ] = ACTIONS(4466), + [anon_sym_BANG_EQ] = ACTIONS(4464), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4466), + [anon_sym_EQ_EQ] = ACTIONS(4464), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4466), + [anon_sym_LT_EQ] = ACTIONS(4466), + [anon_sym_GT_EQ] = ACTIONS(4466), + [anon_sym_BANGin] = ACTIONS(4466), + [anon_sym_is] = ACTIONS(4464), + [anon_sym_BANGis] = ACTIONS(4466), + [anon_sym_PLUS] = ACTIONS(4464), + [anon_sym_DASH] = ACTIONS(4464), + [anon_sym_SLASH] = ACTIONS(4464), + [anon_sym_PERCENT] = ACTIONS(4464), + [anon_sym_as_QMARK] = ACTIONS(4466), + [anon_sym_PLUS_PLUS] = ACTIONS(4466), + [anon_sym_DASH_DASH] = ACTIONS(4466), + [anon_sym_BANG_BANG] = ACTIONS(4466), + [anon_sym_suspend] = ACTIONS(4464), + [anon_sym_sealed] = ACTIONS(4464), + [anon_sym_annotation] = ACTIONS(4464), + [anon_sym_data] = ACTIONS(4464), + [anon_sym_inner] = ACTIONS(4464), + [anon_sym_override] = ACTIONS(4464), + [anon_sym_lateinit] = ACTIONS(4464), + [anon_sym_public] = ACTIONS(4464), + [anon_sym_private] = ACTIONS(4464), + [anon_sym_internal] = ACTIONS(4464), + [anon_sym_protected] = ACTIONS(4464), + [anon_sym_tailrec] = ACTIONS(4464), + [anon_sym_operator] = ACTIONS(4464), + [anon_sym_infix] = ACTIONS(4464), + [anon_sym_inline] = ACTIONS(4464), + [anon_sym_external] = ACTIONS(4464), + [sym_property_modifier] = ACTIONS(4464), + [anon_sym_abstract] = ACTIONS(4464), + [anon_sym_final] = ACTIONS(4464), + [anon_sym_open] = ACTIONS(4464), + [anon_sym_vararg] = ACTIONS(4464), + [anon_sym_noinline] = ACTIONS(4464), + [anon_sym_crossinline] = ACTIONS(4464), + [anon_sym_expect] = ACTIONS(4464), + [anon_sym_actual] = ACTIONS(4464), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4466), + [sym_safe_nav] = ACTIONS(4466), + [sym_multiline_comment] = ACTIONS(3), }, [2901] = { - [sym_type_constraints] = STATE(3150), - [sym_function_body] = STATE(3147), - [sym__block] = STATE(3245), - [sym__alpha_identifier] = ACTIONS(4181), - [anon_sym_AT] = ACTIONS(4183), - [anon_sym_LBRACK] = ACTIONS(4183), - [anon_sym_as] = ACTIONS(4181), - [anon_sym_EQ] = ACTIONS(6265), - [anon_sym_LBRACE] = ACTIONS(6220), - [anon_sym_RBRACE] = ACTIONS(4183), - [anon_sym_LPAREN] = ACTIONS(4183), - [anon_sym_LT] = ACTIONS(4181), - [anon_sym_GT] = ACTIONS(4181), - [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(4181), - [anon_sym_fun] = ACTIONS(4181), - [anon_sym_DOT] = ACTIONS(4181), - [anon_sym_SEMI] = ACTIONS(4183), - [anon_sym_get] = ACTIONS(4181), - [anon_sym_set] = ACTIONS(4181), - [anon_sym_this] = ACTIONS(4181), - [anon_sym_super] = ACTIONS(4181), - [anon_sym_STAR] = ACTIONS(4181), - [sym_label] = ACTIONS(4181), - [anon_sym_in] = ACTIONS(4181), - [anon_sym_DOT_DOT] = ACTIONS(4183), - [anon_sym_QMARK_COLON] = ACTIONS(4183), - [anon_sym_AMP_AMP] = ACTIONS(4183), - [anon_sym_PIPE_PIPE] = ACTIONS(4183), - [anon_sym_null] = ACTIONS(4181), - [anon_sym_if] = ACTIONS(4181), - [anon_sym_else] = ACTIONS(4181), - [anon_sym_when] = ACTIONS(4181), - [anon_sym_try] = ACTIONS(4181), - [anon_sym_throw] = ACTIONS(4181), - [anon_sym_return] = ACTIONS(4181), - [anon_sym_continue] = ACTIONS(4181), - [anon_sym_break] = ACTIONS(4181), - [anon_sym_COLON_COLON] = ACTIONS(4183), - [anon_sym_PLUS_EQ] = ACTIONS(4183), - [anon_sym_DASH_EQ] = ACTIONS(4183), - [anon_sym_STAR_EQ] = ACTIONS(4183), - [anon_sym_SLASH_EQ] = ACTIONS(4183), - [anon_sym_PERCENT_EQ] = ACTIONS(4183), - [anon_sym_BANG_EQ] = ACTIONS(4181), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4183), - [anon_sym_EQ_EQ] = ACTIONS(4181), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4183), - [anon_sym_LT_EQ] = ACTIONS(4183), - [anon_sym_GT_EQ] = ACTIONS(4183), - [anon_sym_BANGin] = ACTIONS(4183), - [anon_sym_is] = ACTIONS(4181), - [anon_sym_BANGis] = ACTIONS(4183), - [anon_sym_PLUS] = ACTIONS(4181), - [anon_sym_DASH] = ACTIONS(4181), - [anon_sym_SLASH] = ACTIONS(4181), - [anon_sym_PERCENT] = ACTIONS(4181), - [anon_sym_as_QMARK] = ACTIONS(4183), - [anon_sym_PLUS_PLUS] = ACTIONS(4183), - [anon_sym_DASH_DASH] = ACTIONS(4183), - [anon_sym_BANG] = ACTIONS(4181), - [anon_sym_BANG_BANG] = ACTIONS(4183), - [anon_sym_data] = ACTIONS(4181), - [anon_sym_inner] = ACTIONS(4181), - [anon_sym_expect] = ACTIONS(4181), - [anon_sym_actual] = ACTIONS(4181), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4183), - [anon_sym_continue_AT] = ACTIONS(4183), - [anon_sym_break_AT] = ACTIONS(4183), - [sym_real_literal] = ACTIONS(4183), - [sym_integer_literal] = ACTIONS(4181), - [sym_hex_literal] = ACTIONS(4183), - [sym_bin_literal] = ACTIONS(4183), - [anon_sym_true] = ACTIONS(4181), - [anon_sym_false] = ACTIONS(4181), - [anon_sym_SQUOTE] = ACTIONS(4183), - [sym__backtick_identifier] = ACTIONS(4183), - [sym__automatic_semicolon] = ACTIONS(4183), - [sym_safe_nav] = ACTIONS(4183), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4183), + [sym_type_arguments] = STATE(5112), + [sym__alpha_identifier] = ACTIONS(4107), + [anon_sym_AT] = ACTIONS(4109), + [anon_sym_COLON] = ACTIONS(6347), + [anon_sym_LBRACK] = ACTIONS(4109), + [anon_sym_EQ] = ACTIONS(4109), + [anon_sym_LBRACE] = ACTIONS(4109), + [anon_sym_RBRACE] = ACTIONS(4109), + [anon_sym_LPAREN] = ACTIONS(4115), + [anon_sym_by] = ACTIONS(4113), + [anon_sym_LT] = ACTIONS(6349), + [anon_sym_where] = ACTIONS(4113), + [anon_sym_object] = ACTIONS(4113), + [anon_sym_fun] = ACTIONS(4113), + [anon_sym_DOT] = ACTIONS(4107), + [anon_sym_SEMI] = ACTIONS(4109), + [anon_sym_get] = ACTIONS(4107), + [anon_sym_set] = ACTIONS(4107), + [anon_sym_this] = ACTIONS(4113), + [anon_sym_super] = ACTIONS(4113), + [sym__quest] = ACTIONS(4115), + [anon_sym_STAR] = ACTIONS(4109), + [sym_label] = ACTIONS(4113), + [anon_sym_in] = ACTIONS(4113), + [anon_sym_null] = ACTIONS(4113), + [anon_sym_if] = ACTIONS(4113), + [anon_sym_else] = ACTIONS(4113), + [anon_sym_when] = ACTIONS(4113), + [anon_sym_try] = ACTIONS(4113), + [anon_sym_throw] = ACTIONS(4113), + [anon_sym_return] = ACTIONS(4113), + [anon_sym_continue] = ACTIONS(4113), + [anon_sym_break] = ACTIONS(4113), + [anon_sym_COLON_COLON] = ACTIONS(4109), + [anon_sym_BANGin] = ACTIONS(4109), + [anon_sym_is] = ACTIONS(4113), + [anon_sym_BANGis] = ACTIONS(4109), + [anon_sym_PLUS] = ACTIONS(4113), + [anon_sym_DASH] = ACTIONS(4113), + [anon_sym_PLUS_PLUS] = ACTIONS(4109), + [anon_sym_DASH_DASH] = ACTIONS(4109), + [anon_sym_BANG] = ACTIONS(4113), + [anon_sym_suspend] = ACTIONS(4113), + [anon_sym_sealed] = ACTIONS(4113), + [anon_sym_annotation] = ACTIONS(4113), + [anon_sym_data] = ACTIONS(4107), + [anon_sym_inner] = ACTIONS(4107), + [anon_sym_override] = ACTIONS(4113), + [anon_sym_lateinit] = ACTIONS(4113), + [anon_sym_public] = ACTIONS(4113), + [anon_sym_private] = ACTIONS(4113), + [anon_sym_internal] = ACTIONS(4113), + [anon_sym_protected] = ACTIONS(4113), + [anon_sym_tailrec] = ACTIONS(4113), + [anon_sym_operator] = ACTIONS(4113), + [anon_sym_infix] = ACTIONS(4113), + [anon_sym_inline] = ACTIONS(4113), + [anon_sym_external] = ACTIONS(4113), + [sym_property_modifier] = ACTIONS(4113), + [anon_sym_abstract] = ACTIONS(4113), + [anon_sym_final] = ACTIONS(4113), + [anon_sym_open] = ACTIONS(4113), + [anon_sym_vararg] = ACTIONS(4113), + [anon_sym_noinline] = ACTIONS(4113), + [anon_sym_crossinline] = ACTIONS(4113), + [anon_sym_expect] = ACTIONS(4107), + [anon_sym_actual] = ACTIONS(4107), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4109), + [anon_sym_continue_AT] = ACTIONS(4109), + [anon_sym_break_AT] = ACTIONS(4109), + [sym_real_literal] = ACTIONS(4109), + [sym_integer_literal] = ACTIONS(4113), + [sym_hex_literal] = ACTIONS(4109), + [sym_bin_literal] = ACTIONS(4109), + [anon_sym_true] = ACTIONS(4113), + [anon_sym_false] = ACTIONS(4113), + [anon_sym_SQUOTE] = ACTIONS(4109), + [sym__backtick_identifier] = ACTIONS(4115), + [sym__automatic_semicolon] = ACTIONS(4109), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4109), }, [2902] = { - [sym_function_body] = STATE(3167), - [sym__block] = STATE(3367), - [sym__alpha_identifier] = ACTIONS(4101), - [anon_sym_AT] = ACTIONS(4103), - [anon_sym_LBRACK] = ACTIONS(4103), - [anon_sym_RBRACK] = ACTIONS(4103), - [anon_sym_as] = ACTIONS(4101), - [anon_sym_EQ] = ACTIONS(6234), - [anon_sym_LBRACE] = ACTIONS(6236), - [anon_sym_RBRACE] = ACTIONS(4103), - [anon_sym_LPAREN] = ACTIONS(4103), - [anon_sym_COMMA] = ACTIONS(4103), - [anon_sym_RPAREN] = ACTIONS(4103), - [anon_sym_LT] = ACTIONS(4101), - [anon_sym_GT] = ACTIONS(4101), - [anon_sym_where] = ACTIONS(4101), - [anon_sym_DOT] = ACTIONS(4101), - [anon_sym_SEMI] = ACTIONS(4103), - [anon_sym_get] = ACTIONS(4101), - [anon_sym_set] = ACTIONS(4101), - [anon_sym_STAR] = ACTIONS(4101), - [anon_sym_DASH_GT] = ACTIONS(4103), - [sym_label] = ACTIONS(4103), - [anon_sym_in] = ACTIONS(4101), - [anon_sym_while] = ACTIONS(4101), - [anon_sym_DOT_DOT] = ACTIONS(4103), - [anon_sym_QMARK_COLON] = ACTIONS(4103), - [anon_sym_AMP_AMP] = ACTIONS(4103), - [anon_sym_PIPE_PIPE] = ACTIONS(4103), - [anon_sym_else] = ACTIONS(4101), - [anon_sym_COLON_COLON] = ACTIONS(4103), - [anon_sym_PLUS_EQ] = ACTIONS(4103), - [anon_sym_DASH_EQ] = ACTIONS(4103), - [anon_sym_STAR_EQ] = ACTIONS(4103), - [anon_sym_SLASH_EQ] = ACTIONS(4103), - [anon_sym_PERCENT_EQ] = ACTIONS(4103), - [anon_sym_BANG_EQ] = ACTIONS(4101), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4103), - [anon_sym_EQ_EQ] = ACTIONS(4101), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4103), - [anon_sym_LT_EQ] = ACTIONS(4103), - [anon_sym_GT_EQ] = ACTIONS(4103), - [anon_sym_BANGin] = ACTIONS(4103), - [anon_sym_is] = ACTIONS(4101), - [anon_sym_BANGis] = ACTIONS(4103), - [anon_sym_PLUS] = ACTIONS(4101), - [anon_sym_DASH] = ACTIONS(4101), - [anon_sym_SLASH] = ACTIONS(4101), - [anon_sym_PERCENT] = ACTIONS(4101), - [anon_sym_as_QMARK] = ACTIONS(4103), - [anon_sym_PLUS_PLUS] = ACTIONS(4103), - [anon_sym_DASH_DASH] = ACTIONS(4103), - [anon_sym_BANG_BANG] = ACTIONS(4103), - [anon_sym_suspend] = ACTIONS(4101), - [anon_sym_sealed] = ACTIONS(4101), - [anon_sym_annotation] = ACTIONS(4101), - [anon_sym_data] = ACTIONS(4101), - [anon_sym_inner] = ACTIONS(4101), - [anon_sym_override] = ACTIONS(4101), - [anon_sym_lateinit] = ACTIONS(4101), - [anon_sym_public] = ACTIONS(4101), - [anon_sym_private] = ACTIONS(4101), - [anon_sym_internal] = ACTIONS(4101), - [anon_sym_protected] = ACTIONS(4101), - [anon_sym_tailrec] = ACTIONS(4101), - [anon_sym_operator] = ACTIONS(4101), - [anon_sym_infix] = ACTIONS(4101), - [anon_sym_inline] = ACTIONS(4101), - [anon_sym_external] = ACTIONS(4101), - [sym_property_modifier] = ACTIONS(4101), - [anon_sym_abstract] = ACTIONS(4101), - [anon_sym_final] = ACTIONS(4101), - [anon_sym_open] = ACTIONS(4101), - [anon_sym_vararg] = ACTIONS(4101), - [anon_sym_noinline] = ACTIONS(4101), - [anon_sym_crossinline] = ACTIONS(4101), - [anon_sym_expect] = ACTIONS(4101), - [anon_sym_actual] = ACTIONS(4101), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4103), - [sym_safe_nav] = ACTIONS(4103), - [sym_multiline_comment] = ACTIONS(3), + [sym_function_body] = STATE(3268), + [sym__block] = STATE(3334), + [sym__alpha_identifier] = ACTIONS(4047), + [anon_sym_AT] = ACTIONS(4049), + [anon_sym_LBRACK] = ACTIONS(4049), + [anon_sym_as] = ACTIONS(4047), + [anon_sym_EQ] = ACTIONS(6242), + [anon_sym_LBRACE] = ACTIONS(6244), + [anon_sym_RBRACE] = ACTIONS(4049), + [anon_sym_LPAREN] = ACTIONS(4049), + [anon_sym_COMMA] = ACTIONS(4049), + [anon_sym_LT] = ACTIONS(4047), + [anon_sym_GT] = ACTIONS(4047), + [anon_sym_where] = ACTIONS(4047), + [anon_sym_object] = ACTIONS(4047), + [anon_sym_fun] = ACTIONS(4047), + [anon_sym_DOT] = ACTIONS(4047), + [anon_sym_SEMI] = ACTIONS(4049), + [anon_sym_get] = ACTIONS(4047), + [anon_sym_set] = ACTIONS(4047), + [anon_sym_this] = ACTIONS(4047), + [anon_sym_super] = ACTIONS(4047), + [anon_sym_STAR] = ACTIONS(4047), + [sym_label] = ACTIONS(4047), + [anon_sym_in] = ACTIONS(4047), + [anon_sym_DOT_DOT] = ACTIONS(4049), + [anon_sym_QMARK_COLON] = ACTIONS(4049), + [anon_sym_AMP_AMP] = ACTIONS(4049), + [anon_sym_PIPE_PIPE] = ACTIONS(4049), + [anon_sym_null] = ACTIONS(4047), + [anon_sym_if] = ACTIONS(4047), + [anon_sym_else] = ACTIONS(4047), + [anon_sym_when] = ACTIONS(4047), + [anon_sym_try] = ACTIONS(4047), + [anon_sym_throw] = ACTIONS(4047), + [anon_sym_return] = ACTIONS(4047), + [anon_sym_continue] = ACTIONS(4047), + [anon_sym_break] = ACTIONS(4047), + [anon_sym_COLON_COLON] = ACTIONS(4049), + [anon_sym_PLUS_EQ] = ACTIONS(4049), + [anon_sym_DASH_EQ] = ACTIONS(4049), + [anon_sym_STAR_EQ] = ACTIONS(4049), + [anon_sym_SLASH_EQ] = ACTIONS(4049), + [anon_sym_PERCENT_EQ] = ACTIONS(4049), + [anon_sym_BANG_EQ] = ACTIONS(4047), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4049), + [anon_sym_EQ_EQ] = ACTIONS(4047), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4049), + [anon_sym_LT_EQ] = ACTIONS(4049), + [anon_sym_GT_EQ] = ACTIONS(4049), + [anon_sym_BANGin] = ACTIONS(4049), + [anon_sym_is] = ACTIONS(4047), + [anon_sym_BANGis] = ACTIONS(4049), + [anon_sym_PLUS] = ACTIONS(4047), + [anon_sym_DASH] = ACTIONS(4047), + [anon_sym_SLASH] = ACTIONS(4047), + [anon_sym_PERCENT] = ACTIONS(4047), + [anon_sym_as_QMARK] = ACTIONS(4049), + [anon_sym_PLUS_PLUS] = ACTIONS(4049), + [anon_sym_DASH_DASH] = ACTIONS(4049), + [anon_sym_BANG] = ACTIONS(4047), + [anon_sym_BANG_BANG] = ACTIONS(4049), + [anon_sym_data] = ACTIONS(4047), + [anon_sym_inner] = ACTIONS(4047), + [anon_sym_expect] = ACTIONS(4047), + [anon_sym_actual] = ACTIONS(4047), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4049), + [anon_sym_continue_AT] = ACTIONS(4049), + [anon_sym_break_AT] = ACTIONS(4049), + [sym_real_literal] = ACTIONS(4049), + [sym_integer_literal] = ACTIONS(4047), + [sym_hex_literal] = ACTIONS(4049), + [sym_bin_literal] = ACTIONS(4049), + [anon_sym_true] = ACTIONS(4047), + [anon_sym_false] = ACTIONS(4047), + [anon_sym_SQUOTE] = ACTIONS(4049), + [sym__backtick_identifier] = ACTIONS(4049), + [sym__automatic_semicolon] = ACTIONS(4049), + [sym_safe_nav] = ACTIONS(4049), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4049), }, [2903] = { - [sym_function_body] = STATE(3428), - [sym__block] = STATE(3245), - [sym__alpha_identifier] = ACTIONS(4326), - [anon_sym_AT] = ACTIONS(4328), - [anon_sym_LBRACK] = ACTIONS(4328), - [anon_sym_as] = ACTIONS(4326), - [anon_sym_EQ] = ACTIONS(6218), - [anon_sym_LBRACE] = ACTIONS(6220), - [anon_sym_RBRACE] = ACTIONS(4328), - [anon_sym_LPAREN] = ACTIONS(4328), - [anon_sym_COMMA] = ACTIONS(4328), - [anon_sym_LT] = ACTIONS(4326), - [anon_sym_GT] = ACTIONS(4326), - [anon_sym_where] = ACTIONS(4326), - [anon_sym_object] = ACTIONS(4326), - [anon_sym_fun] = ACTIONS(4326), - [anon_sym_DOT] = ACTIONS(4326), - [anon_sym_SEMI] = ACTIONS(4328), - [anon_sym_get] = ACTIONS(4326), - [anon_sym_set] = ACTIONS(4326), - [anon_sym_this] = ACTIONS(4326), - [anon_sym_super] = ACTIONS(4326), - [anon_sym_STAR] = ACTIONS(4326), - [sym_label] = ACTIONS(4326), - [anon_sym_in] = ACTIONS(4326), - [anon_sym_DOT_DOT] = ACTIONS(4328), - [anon_sym_QMARK_COLON] = ACTIONS(4328), - [anon_sym_AMP_AMP] = ACTIONS(4328), - [anon_sym_PIPE_PIPE] = ACTIONS(4328), - [anon_sym_null] = ACTIONS(4326), - [anon_sym_if] = ACTIONS(4326), - [anon_sym_else] = ACTIONS(4326), - [anon_sym_when] = ACTIONS(4326), - [anon_sym_try] = ACTIONS(4326), - [anon_sym_throw] = ACTIONS(4326), - [anon_sym_return] = ACTIONS(4326), - [anon_sym_continue] = ACTIONS(4326), - [anon_sym_break] = ACTIONS(4326), - [anon_sym_COLON_COLON] = ACTIONS(4328), - [anon_sym_PLUS_EQ] = ACTIONS(4328), - [anon_sym_DASH_EQ] = ACTIONS(4328), - [anon_sym_STAR_EQ] = ACTIONS(4328), - [anon_sym_SLASH_EQ] = ACTIONS(4328), - [anon_sym_PERCENT_EQ] = ACTIONS(4328), - [anon_sym_BANG_EQ] = ACTIONS(4326), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4328), - [anon_sym_EQ_EQ] = ACTIONS(4326), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4328), - [anon_sym_LT_EQ] = ACTIONS(4328), - [anon_sym_GT_EQ] = ACTIONS(4328), - [anon_sym_BANGin] = ACTIONS(4328), - [anon_sym_is] = ACTIONS(4326), - [anon_sym_BANGis] = ACTIONS(4328), - [anon_sym_PLUS] = ACTIONS(4326), - [anon_sym_DASH] = ACTIONS(4326), - [anon_sym_SLASH] = ACTIONS(4326), - [anon_sym_PERCENT] = ACTIONS(4326), - [anon_sym_as_QMARK] = ACTIONS(4328), - [anon_sym_PLUS_PLUS] = ACTIONS(4328), - [anon_sym_DASH_DASH] = ACTIONS(4328), - [anon_sym_BANG] = ACTIONS(4326), - [anon_sym_BANG_BANG] = ACTIONS(4328), - [anon_sym_data] = ACTIONS(4326), - [anon_sym_inner] = ACTIONS(4326), - [anon_sym_expect] = ACTIONS(4326), - [anon_sym_actual] = ACTIONS(4326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4328), - [anon_sym_continue_AT] = ACTIONS(4328), - [anon_sym_break_AT] = ACTIONS(4328), - [sym_real_literal] = ACTIONS(4328), - [sym_integer_literal] = ACTIONS(4326), - [sym_hex_literal] = ACTIONS(4328), - [sym_bin_literal] = ACTIONS(4328), - [anon_sym_true] = ACTIONS(4326), - [anon_sym_false] = ACTIONS(4326), - [anon_sym_SQUOTE] = ACTIONS(4328), - [sym__backtick_identifier] = ACTIONS(4328), - [sym__automatic_semicolon] = ACTIONS(4328), - [sym_safe_nav] = ACTIONS(4328), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4328), + [sym__alpha_identifier] = ACTIONS(3943), + [anon_sym_AT] = ACTIONS(3948), + [anon_sym_COLON] = ACTIONS(3943), + [anon_sym_LBRACK] = ACTIONS(3948), + [anon_sym_EQ] = ACTIONS(3948), + [anon_sym_LBRACE] = ACTIONS(3948), + [anon_sym_RBRACE] = ACTIONS(3948), + [anon_sym_LPAREN] = ACTIONS(3948), + [anon_sym_COMMA] = ACTIONS(3948), + [anon_sym_by] = ACTIONS(3943), + [anon_sym_LT] = ACTIONS(3948), + [anon_sym_where] = ACTIONS(3943), + [anon_sym_object] = ACTIONS(3943), + [anon_sym_fun] = ACTIONS(3943), + [anon_sym_DOT] = ACTIONS(3943), + [anon_sym_SEMI] = ACTIONS(3948), + [anon_sym_get] = ACTIONS(3943), + [anon_sym_set] = ACTIONS(3943), + [anon_sym_this] = ACTIONS(3943), + [anon_sym_super] = ACTIONS(3943), + [sym__quest] = ACTIONS(3948), + [anon_sym_STAR] = ACTIONS(3948), + [sym_label] = ACTIONS(3943), + [anon_sym_in] = ACTIONS(3943), + [anon_sym_null] = ACTIONS(3943), + [anon_sym_if] = ACTIONS(3943), + [anon_sym_else] = ACTIONS(3943), + [anon_sym_when] = ACTIONS(3943), + [anon_sym_try] = ACTIONS(3943), + [anon_sym_throw] = ACTIONS(3943), + [anon_sym_return] = ACTIONS(3943), + [anon_sym_continue] = ACTIONS(3943), + [anon_sym_break] = ACTIONS(3943), + [anon_sym_COLON_COLON] = ACTIONS(3948), + [anon_sym_BANGin] = ACTIONS(3948), + [anon_sym_is] = ACTIONS(3943), + [anon_sym_BANGis] = ACTIONS(3948), + [anon_sym_PLUS] = ACTIONS(3943), + [anon_sym_DASH] = ACTIONS(3943), + [anon_sym_PLUS_PLUS] = ACTIONS(3948), + [anon_sym_DASH_DASH] = ACTIONS(3948), + [anon_sym_BANG] = ACTIONS(3943), + [anon_sym_suspend] = ACTIONS(3943), + [anon_sym_sealed] = ACTIONS(3943), + [anon_sym_annotation] = ACTIONS(3943), + [anon_sym_data] = ACTIONS(3943), + [anon_sym_inner] = ACTIONS(3943), + [anon_sym_override] = ACTIONS(3943), + [anon_sym_lateinit] = ACTIONS(3943), + [anon_sym_public] = ACTIONS(3943), + [anon_sym_private] = ACTIONS(3943), + [anon_sym_internal] = ACTIONS(3943), + [anon_sym_protected] = ACTIONS(3943), + [anon_sym_tailrec] = ACTIONS(3943), + [anon_sym_operator] = ACTIONS(3943), + [anon_sym_infix] = ACTIONS(3943), + [anon_sym_inline] = ACTIONS(3943), + [anon_sym_external] = ACTIONS(3943), + [sym_property_modifier] = ACTIONS(3943), + [anon_sym_abstract] = ACTIONS(3943), + [anon_sym_final] = ACTIONS(3943), + [anon_sym_open] = ACTIONS(3943), + [anon_sym_vararg] = ACTIONS(3943), + [anon_sym_noinline] = ACTIONS(3943), + [anon_sym_crossinline] = ACTIONS(3943), + [anon_sym_expect] = ACTIONS(3943), + [anon_sym_actual] = ACTIONS(3943), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3948), + [anon_sym_continue_AT] = ACTIONS(3948), + [anon_sym_break_AT] = ACTIONS(3948), + [sym_real_literal] = ACTIONS(3948), + [sym_integer_literal] = ACTIONS(3943), + [sym_hex_literal] = ACTIONS(3948), + [sym_bin_literal] = ACTIONS(3948), + [anon_sym_true] = ACTIONS(3943), + [anon_sym_false] = ACTIONS(3943), + [anon_sym_SQUOTE] = ACTIONS(3948), + [sym__backtick_identifier] = ACTIONS(3948), + [sym__automatic_semicolon] = ACTIONS(3948), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3948), }, [2904] = { - [sym__alpha_identifier] = ACTIONS(4304), - [anon_sym_AT] = ACTIONS(4306), - [anon_sym_LBRACK] = ACTIONS(4306), - [anon_sym_as] = ACTIONS(4304), - [anon_sym_EQ] = ACTIONS(4304), - [anon_sym_LBRACE] = ACTIONS(4306), - [anon_sym_RBRACE] = ACTIONS(4306), - [anon_sym_LPAREN] = ACTIONS(4306), - [anon_sym_COMMA] = ACTIONS(4306), - [anon_sym_by] = ACTIONS(4304), - [anon_sym_LT] = ACTIONS(4304), - [anon_sym_GT] = ACTIONS(4304), - [anon_sym_where] = ACTIONS(4304), - [anon_sym_object] = ACTIONS(4304), - [anon_sym_fun] = ACTIONS(4304), - [anon_sym_DOT] = ACTIONS(4304), - [anon_sym_SEMI] = ACTIONS(4306), - [anon_sym_get] = ACTIONS(4304), - [anon_sym_set] = ACTIONS(4304), - [anon_sym_this] = ACTIONS(4304), - [anon_sym_super] = ACTIONS(4304), - [sym__quest] = ACTIONS(4304), - [anon_sym_STAR] = ACTIONS(4304), - [sym_label] = ACTIONS(4304), - [anon_sym_in] = ACTIONS(4304), - [anon_sym_DOT_DOT] = ACTIONS(4306), - [anon_sym_QMARK_COLON] = ACTIONS(4306), - [anon_sym_AMP_AMP] = ACTIONS(4306), - [anon_sym_PIPE_PIPE] = ACTIONS(4306), - [anon_sym_null] = ACTIONS(4304), - [anon_sym_if] = ACTIONS(4304), - [anon_sym_else] = ACTIONS(4304), - [anon_sym_when] = ACTIONS(4304), - [anon_sym_try] = ACTIONS(4304), - [anon_sym_throw] = ACTIONS(4304), - [anon_sym_return] = ACTIONS(4304), - [anon_sym_continue] = ACTIONS(4304), - [anon_sym_break] = ACTIONS(4304), - [anon_sym_COLON_COLON] = ACTIONS(4306), - [anon_sym_PLUS_EQ] = ACTIONS(4306), - [anon_sym_DASH_EQ] = ACTIONS(4306), - [anon_sym_STAR_EQ] = ACTIONS(4306), - [anon_sym_SLASH_EQ] = ACTIONS(4306), - [anon_sym_PERCENT_EQ] = ACTIONS(4306), - [anon_sym_BANG_EQ] = ACTIONS(4304), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4306), - [anon_sym_EQ_EQ] = ACTIONS(4304), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4306), - [anon_sym_LT_EQ] = ACTIONS(4306), - [anon_sym_GT_EQ] = ACTIONS(4306), - [anon_sym_BANGin] = ACTIONS(4306), - [anon_sym_is] = ACTIONS(4304), - [anon_sym_BANGis] = ACTIONS(4306), - [anon_sym_PLUS] = ACTIONS(4304), - [anon_sym_DASH] = ACTIONS(4304), - [anon_sym_SLASH] = ACTIONS(4304), - [anon_sym_PERCENT] = ACTIONS(4304), - [anon_sym_as_QMARK] = ACTIONS(4306), - [anon_sym_PLUS_PLUS] = ACTIONS(4306), - [anon_sym_DASH_DASH] = ACTIONS(4306), - [anon_sym_BANG] = ACTIONS(4304), - [anon_sym_BANG_BANG] = ACTIONS(4306), - [anon_sym_data] = ACTIONS(4304), - [anon_sym_inner] = ACTIONS(4304), - [anon_sym_expect] = ACTIONS(4304), - [anon_sym_actual] = ACTIONS(4304), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4306), - [anon_sym_continue_AT] = ACTIONS(4306), - [anon_sym_break_AT] = ACTIONS(4306), - [sym_real_literal] = ACTIONS(4306), - [sym_integer_literal] = ACTIONS(4304), - [sym_hex_literal] = ACTIONS(4306), - [sym_bin_literal] = ACTIONS(4306), - [anon_sym_true] = ACTIONS(4304), - [anon_sym_false] = ACTIONS(4304), - [anon_sym_SQUOTE] = ACTIONS(4306), - [sym__backtick_identifier] = ACTIONS(4306), - [sym__automatic_semicolon] = ACTIONS(4306), - [sym_safe_nav] = ACTIONS(4306), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4306), + [sym__alpha_identifier] = ACTIONS(4515), + [anon_sym_AT] = ACTIONS(4517), + [anon_sym_LBRACK] = ACTIONS(4517), + [anon_sym_RBRACK] = ACTIONS(4517), + [anon_sym_as] = ACTIONS(4515), + [anon_sym_EQ] = ACTIONS(4515), + [anon_sym_LBRACE] = ACTIONS(4517), + [anon_sym_RBRACE] = ACTIONS(4517), + [anon_sym_LPAREN] = ACTIONS(4517), + [anon_sym_COMMA] = ACTIONS(4517), + [anon_sym_RPAREN] = ACTIONS(4517), + [anon_sym_by] = ACTIONS(4515), + [anon_sym_LT] = ACTIONS(4515), + [anon_sym_GT] = ACTIONS(4515), + [anon_sym_where] = ACTIONS(4515), + [anon_sym_DOT] = ACTIONS(4515), + [anon_sym_SEMI] = ACTIONS(4517), + [anon_sym_get] = ACTIONS(4515), + [anon_sym_set] = ACTIONS(4515), + [sym__quest] = ACTIONS(4515), + [anon_sym_STAR] = ACTIONS(4515), + [anon_sym_DASH_GT] = ACTIONS(4517), + [sym_label] = ACTIONS(4517), + [anon_sym_in] = ACTIONS(4515), + [anon_sym_while] = ACTIONS(4515), + [anon_sym_DOT_DOT] = ACTIONS(4517), + [anon_sym_QMARK_COLON] = ACTIONS(4517), + [anon_sym_AMP_AMP] = ACTIONS(4517), + [anon_sym_PIPE_PIPE] = ACTIONS(4517), + [anon_sym_else] = ACTIONS(4515), + [anon_sym_COLON_COLON] = ACTIONS(4517), + [anon_sym_PLUS_EQ] = ACTIONS(4517), + [anon_sym_DASH_EQ] = ACTIONS(4517), + [anon_sym_STAR_EQ] = ACTIONS(4517), + [anon_sym_SLASH_EQ] = ACTIONS(4517), + [anon_sym_PERCENT_EQ] = ACTIONS(4517), + [anon_sym_BANG_EQ] = ACTIONS(4515), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4517), + [anon_sym_EQ_EQ] = ACTIONS(4515), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4517), + [anon_sym_LT_EQ] = ACTIONS(4517), + [anon_sym_GT_EQ] = ACTIONS(4517), + [anon_sym_BANGin] = ACTIONS(4517), + [anon_sym_is] = ACTIONS(4515), + [anon_sym_BANGis] = ACTIONS(4517), + [anon_sym_PLUS] = ACTIONS(4515), + [anon_sym_DASH] = ACTIONS(4515), + [anon_sym_SLASH] = ACTIONS(4515), + [anon_sym_PERCENT] = ACTIONS(4515), + [anon_sym_as_QMARK] = ACTIONS(4517), + [anon_sym_PLUS_PLUS] = ACTIONS(4517), + [anon_sym_DASH_DASH] = ACTIONS(4517), + [anon_sym_BANG_BANG] = ACTIONS(4517), + [anon_sym_suspend] = ACTIONS(4515), + [anon_sym_sealed] = ACTIONS(4515), + [anon_sym_annotation] = ACTIONS(4515), + [anon_sym_data] = ACTIONS(4515), + [anon_sym_inner] = ACTIONS(4515), + [anon_sym_override] = ACTIONS(4515), + [anon_sym_lateinit] = ACTIONS(4515), + [anon_sym_public] = ACTIONS(4515), + [anon_sym_private] = ACTIONS(4515), + [anon_sym_internal] = ACTIONS(4515), + [anon_sym_protected] = ACTIONS(4515), + [anon_sym_tailrec] = ACTIONS(4515), + [anon_sym_operator] = ACTIONS(4515), + [anon_sym_infix] = ACTIONS(4515), + [anon_sym_inline] = ACTIONS(4515), + [anon_sym_external] = ACTIONS(4515), + [sym_property_modifier] = ACTIONS(4515), + [anon_sym_abstract] = ACTIONS(4515), + [anon_sym_final] = ACTIONS(4515), + [anon_sym_open] = ACTIONS(4515), + [anon_sym_vararg] = ACTIONS(4515), + [anon_sym_noinline] = ACTIONS(4515), + [anon_sym_crossinline] = ACTIONS(4515), + [anon_sym_expect] = ACTIONS(4515), + [anon_sym_actual] = ACTIONS(4515), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4517), + [sym_safe_nav] = ACTIONS(4517), + [sym_multiline_comment] = ACTIONS(3), }, [2905] = { - [sym_type_constraints] = STATE(3111), - [sym_enum_class_body] = STATE(3143), - [sym__alpha_identifier] = ACTIONS(4495), - [anon_sym_AT] = ACTIONS(4497), - [anon_sym_LBRACK] = ACTIONS(4497), - [anon_sym_as] = ACTIONS(4495), - [anon_sym_EQ] = ACTIONS(4495), - [anon_sym_LBRACE] = ACTIONS(3152), - [anon_sym_RBRACE] = ACTIONS(4497), - [anon_sym_LPAREN] = ACTIONS(4497), - [anon_sym_COMMA] = ACTIONS(4497), - [anon_sym_LT] = ACTIONS(4495), - [anon_sym_GT] = ACTIONS(4495), - [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(4495), - [anon_sym_fun] = ACTIONS(4495), - [anon_sym_DOT] = ACTIONS(4495), - [anon_sym_SEMI] = ACTIONS(4497), - [anon_sym_get] = ACTIONS(4495), - [anon_sym_set] = ACTIONS(4495), - [anon_sym_this] = ACTIONS(4495), - [anon_sym_super] = ACTIONS(4495), - [anon_sym_STAR] = ACTIONS(4495), - [sym_label] = ACTIONS(4495), - [anon_sym_in] = ACTIONS(4495), - [anon_sym_DOT_DOT] = ACTIONS(4497), - [anon_sym_QMARK_COLON] = ACTIONS(4497), - [anon_sym_AMP_AMP] = ACTIONS(4497), - [anon_sym_PIPE_PIPE] = ACTIONS(4497), - [anon_sym_null] = ACTIONS(4495), - [anon_sym_if] = ACTIONS(4495), - [anon_sym_else] = ACTIONS(4495), - [anon_sym_when] = ACTIONS(4495), - [anon_sym_try] = ACTIONS(4495), - [anon_sym_throw] = ACTIONS(4495), - [anon_sym_return] = ACTIONS(4495), - [anon_sym_continue] = ACTIONS(4495), - [anon_sym_break] = ACTIONS(4495), - [anon_sym_COLON_COLON] = ACTIONS(4497), - [anon_sym_PLUS_EQ] = ACTIONS(4497), - [anon_sym_DASH_EQ] = ACTIONS(4497), - [anon_sym_STAR_EQ] = ACTIONS(4497), - [anon_sym_SLASH_EQ] = ACTIONS(4497), - [anon_sym_PERCENT_EQ] = ACTIONS(4497), - [anon_sym_BANG_EQ] = ACTIONS(4495), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4497), - [anon_sym_EQ_EQ] = ACTIONS(4495), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4497), - [anon_sym_LT_EQ] = ACTIONS(4497), - [anon_sym_GT_EQ] = ACTIONS(4497), - [anon_sym_BANGin] = ACTIONS(4497), - [anon_sym_is] = ACTIONS(4495), - [anon_sym_BANGis] = ACTIONS(4497), - [anon_sym_PLUS] = ACTIONS(4495), - [anon_sym_DASH] = ACTIONS(4495), - [anon_sym_SLASH] = ACTIONS(4495), - [anon_sym_PERCENT] = ACTIONS(4495), - [anon_sym_as_QMARK] = ACTIONS(4497), - [anon_sym_PLUS_PLUS] = ACTIONS(4497), - [anon_sym_DASH_DASH] = ACTIONS(4497), - [anon_sym_BANG] = ACTIONS(4495), - [anon_sym_BANG_BANG] = ACTIONS(4497), - [anon_sym_data] = ACTIONS(4495), - [anon_sym_inner] = ACTIONS(4495), - [anon_sym_expect] = ACTIONS(4495), - [anon_sym_actual] = ACTIONS(4495), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4497), - [anon_sym_continue_AT] = ACTIONS(4497), - [anon_sym_break_AT] = ACTIONS(4497), - [sym_real_literal] = ACTIONS(4497), - [sym_integer_literal] = ACTIONS(4495), - [sym_hex_literal] = ACTIONS(4497), - [sym_bin_literal] = ACTIONS(4497), - [anon_sym_true] = ACTIONS(4495), - [anon_sym_false] = ACTIONS(4495), - [anon_sym_SQUOTE] = ACTIONS(4497), - [sym__backtick_identifier] = ACTIONS(4497), - [sym__automatic_semicolon] = ACTIONS(4497), - [sym_safe_nav] = ACTIONS(4497), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4497), + [sym_class_body] = STATE(3436), + [sym_type_constraints] = STATE(3115), + [sym__alpha_identifier] = ACTIONS(4503), + [anon_sym_AT] = ACTIONS(4505), + [anon_sym_LBRACK] = ACTIONS(4505), + [anon_sym_RBRACK] = ACTIONS(4505), + [anon_sym_as] = ACTIONS(4503), + [anon_sym_EQ] = ACTIONS(4503), + [anon_sym_LBRACE] = ACTIONS(5179), + [anon_sym_RBRACE] = ACTIONS(4505), + [anon_sym_LPAREN] = ACTIONS(4505), + [anon_sym_COMMA] = ACTIONS(4505), + [anon_sym_RPAREN] = ACTIONS(4505), + [anon_sym_LT] = ACTIONS(4503), + [anon_sym_GT] = ACTIONS(4503), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(4503), + [anon_sym_SEMI] = ACTIONS(4505), + [anon_sym_get] = ACTIONS(4503), + [anon_sym_set] = ACTIONS(4503), + [anon_sym_STAR] = ACTIONS(4503), + [anon_sym_DASH_GT] = ACTIONS(4505), + [sym_label] = ACTIONS(4505), + [anon_sym_in] = ACTIONS(4503), + [anon_sym_while] = ACTIONS(4503), + [anon_sym_DOT_DOT] = ACTIONS(4505), + [anon_sym_QMARK_COLON] = ACTIONS(4505), + [anon_sym_AMP_AMP] = ACTIONS(4505), + [anon_sym_PIPE_PIPE] = ACTIONS(4505), + [anon_sym_else] = ACTIONS(4503), + [anon_sym_COLON_COLON] = ACTIONS(4505), + [anon_sym_PLUS_EQ] = ACTIONS(4505), + [anon_sym_DASH_EQ] = ACTIONS(4505), + [anon_sym_STAR_EQ] = ACTIONS(4505), + [anon_sym_SLASH_EQ] = ACTIONS(4505), + [anon_sym_PERCENT_EQ] = ACTIONS(4505), + [anon_sym_BANG_EQ] = ACTIONS(4503), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4505), + [anon_sym_EQ_EQ] = ACTIONS(4503), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4505), + [anon_sym_LT_EQ] = ACTIONS(4505), + [anon_sym_GT_EQ] = ACTIONS(4505), + [anon_sym_BANGin] = ACTIONS(4505), + [anon_sym_is] = ACTIONS(4503), + [anon_sym_BANGis] = ACTIONS(4505), + [anon_sym_PLUS] = ACTIONS(4503), + [anon_sym_DASH] = ACTIONS(4503), + [anon_sym_SLASH] = ACTIONS(4503), + [anon_sym_PERCENT] = ACTIONS(4503), + [anon_sym_as_QMARK] = ACTIONS(4505), + [anon_sym_PLUS_PLUS] = ACTIONS(4505), + [anon_sym_DASH_DASH] = ACTIONS(4505), + [anon_sym_BANG_BANG] = ACTIONS(4505), + [anon_sym_suspend] = ACTIONS(4503), + [anon_sym_sealed] = ACTIONS(4503), + [anon_sym_annotation] = ACTIONS(4503), + [anon_sym_data] = ACTIONS(4503), + [anon_sym_inner] = ACTIONS(4503), + [anon_sym_override] = ACTIONS(4503), + [anon_sym_lateinit] = ACTIONS(4503), + [anon_sym_public] = ACTIONS(4503), + [anon_sym_private] = ACTIONS(4503), + [anon_sym_internal] = ACTIONS(4503), + [anon_sym_protected] = ACTIONS(4503), + [anon_sym_tailrec] = ACTIONS(4503), + [anon_sym_operator] = ACTIONS(4503), + [anon_sym_infix] = ACTIONS(4503), + [anon_sym_inline] = ACTIONS(4503), + [anon_sym_external] = ACTIONS(4503), + [sym_property_modifier] = ACTIONS(4503), + [anon_sym_abstract] = ACTIONS(4503), + [anon_sym_final] = ACTIONS(4503), + [anon_sym_open] = ACTIONS(4503), + [anon_sym_vararg] = ACTIONS(4503), + [anon_sym_noinline] = ACTIONS(4503), + [anon_sym_crossinline] = ACTIONS(4503), + [anon_sym_expect] = ACTIONS(4503), + [anon_sym_actual] = ACTIONS(4503), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4505), + [sym_safe_nav] = ACTIONS(4505), + [sym_multiline_comment] = ACTIONS(3), }, [2906] = { - [sym_type_constraints] = STATE(3141), - [sym_function_body] = STATE(3142), - [sym__block] = STATE(3245), - [sym__alpha_identifier] = ACTIONS(4300), - [anon_sym_AT] = ACTIONS(4302), - [anon_sym_LBRACK] = ACTIONS(4302), - [anon_sym_as] = ACTIONS(4300), - [anon_sym_EQ] = ACTIONS(6265), - [anon_sym_LBRACE] = ACTIONS(6220), - [anon_sym_RBRACE] = ACTIONS(4302), - [anon_sym_LPAREN] = ACTIONS(4302), - [anon_sym_LT] = ACTIONS(4300), - [anon_sym_GT] = ACTIONS(4300), - [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(4300), - [anon_sym_fun] = ACTIONS(4300), - [anon_sym_DOT] = ACTIONS(4300), - [anon_sym_SEMI] = ACTIONS(4302), - [anon_sym_get] = ACTIONS(4300), - [anon_sym_set] = ACTIONS(4300), - [anon_sym_this] = ACTIONS(4300), - [anon_sym_super] = ACTIONS(4300), - [anon_sym_STAR] = ACTIONS(4300), - [sym_label] = ACTIONS(4300), - [anon_sym_in] = ACTIONS(4300), - [anon_sym_DOT_DOT] = ACTIONS(4302), - [anon_sym_QMARK_COLON] = ACTIONS(4302), - [anon_sym_AMP_AMP] = ACTIONS(4302), - [anon_sym_PIPE_PIPE] = ACTIONS(4302), - [anon_sym_null] = ACTIONS(4300), - [anon_sym_if] = ACTIONS(4300), - [anon_sym_else] = ACTIONS(4300), - [anon_sym_when] = ACTIONS(4300), - [anon_sym_try] = ACTIONS(4300), - [anon_sym_throw] = ACTIONS(4300), - [anon_sym_return] = ACTIONS(4300), - [anon_sym_continue] = ACTIONS(4300), - [anon_sym_break] = ACTIONS(4300), - [anon_sym_COLON_COLON] = ACTIONS(4302), - [anon_sym_PLUS_EQ] = ACTIONS(4302), - [anon_sym_DASH_EQ] = ACTIONS(4302), - [anon_sym_STAR_EQ] = ACTIONS(4302), - [anon_sym_SLASH_EQ] = ACTIONS(4302), - [anon_sym_PERCENT_EQ] = ACTIONS(4302), - [anon_sym_BANG_EQ] = ACTIONS(4300), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4302), - [anon_sym_EQ_EQ] = ACTIONS(4300), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4302), - [anon_sym_LT_EQ] = ACTIONS(4302), - [anon_sym_GT_EQ] = ACTIONS(4302), - [anon_sym_BANGin] = ACTIONS(4302), - [anon_sym_is] = ACTIONS(4300), - [anon_sym_BANGis] = ACTIONS(4302), - [anon_sym_PLUS] = ACTIONS(4300), - [anon_sym_DASH] = ACTIONS(4300), - [anon_sym_SLASH] = ACTIONS(4300), - [anon_sym_PERCENT] = ACTIONS(4300), - [anon_sym_as_QMARK] = ACTIONS(4302), - [anon_sym_PLUS_PLUS] = ACTIONS(4302), - [anon_sym_DASH_DASH] = ACTIONS(4302), - [anon_sym_BANG] = ACTIONS(4300), - [anon_sym_BANG_BANG] = ACTIONS(4302), - [anon_sym_data] = ACTIONS(4300), - [anon_sym_inner] = ACTIONS(4300), - [anon_sym_expect] = ACTIONS(4300), - [anon_sym_actual] = ACTIONS(4300), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4302), - [anon_sym_continue_AT] = ACTIONS(4302), - [anon_sym_break_AT] = ACTIONS(4302), - [sym_real_literal] = ACTIONS(4302), - [sym_integer_literal] = ACTIONS(4300), - [sym_hex_literal] = ACTIONS(4302), - [sym_bin_literal] = ACTIONS(4302), - [anon_sym_true] = ACTIONS(4300), - [anon_sym_false] = ACTIONS(4300), - [anon_sym_SQUOTE] = ACTIONS(4302), - [sym__backtick_identifier] = ACTIONS(4302), - [sym__automatic_semicolon] = ACTIONS(4302), - [sym_safe_nav] = ACTIONS(4302), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4302), + [sym_type_constraints] = STATE(3117), + [sym_enum_class_body] = STATE(3127), + [sym__alpha_identifier] = ACTIONS(4231), + [anon_sym_AT] = ACTIONS(4233), + [anon_sym_LBRACK] = ACTIONS(4233), + [anon_sym_RBRACK] = ACTIONS(4233), + [anon_sym_as] = ACTIONS(4231), + [anon_sym_EQ] = ACTIONS(4231), + [anon_sym_LBRACE] = ACTIONS(5171), + [anon_sym_RBRACE] = ACTIONS(4233), + [anon_sym_LPAREN] = ACTIONS(4233), + [anon_sym_COMMA] = ACTIONS(4233), + [anon_sym_RPAREN] = ACTIONS(4233), + [anon_sym_LT] = ACTIONS(4231), + [anon_sym_GT] = ACTIONS(4231), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(4231), + [anon_sym_SEMI] = ACTIONS(4233), + [anon_sym_get] = ACTIONS(4231), + [anon_sym_set] = ACTIONS(4231), + [anon_sym_STAR] = ACTIONS(4231), + [anon_sym_DASH_GT] = ACTIONS(4233), + [sym_label] = ACTIONS(4233), + [anon_sym_in] = ACTIONS(4231), + [anon_sym_while] = ACTIONS(4231), + [anon_sym_DOT_DOT] = ACTIONS(4233), + [anon_sym_QMARK_COLON] = ACTIONS(4233), + [anon_sym_AMP_AMP] = ACTIONS(4233), + [anon_sym_PIPE_PIPE] = ACTIONS(4233), + [anon_sym_else] = ACTIONS(4231), + [anon_sym_COLON_COLON] = ACTIONS(4233), + [anon_sym_PLUS_EQ] = ACTIONS(4233), + [anon_sym_DASH_EQ] = ACTIONS(4233), + [anon_sym_STAR_EQ] = ACTIONS(4233), + [anon_sym_SLASH_EQ] = ACTIONS(4233), + [anon_sym_PERCENT_EQ] = ACTIONS(4233), + [anon_sym_BANG_EQ] = ACTIONS(4231), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4233), + [anon_sym_EQ_EQ] = ACTIONS(4231), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4233), + [anon_sym_LT_EQ] = ACTIONS(4233), + [anon_sym_GT_EQ] = ACTIONS(4233), + [anon_sym_BANGin] = ACTIONS(4233), + [anon_sym_is] = ACTIONS(4231), + [anon_sym_BANGis] = ACTIONS(4233), + [anon_sym_PLUS] = ACTIONS(4231), + [anon_sym_DASH] = ACTIONS(4231), + [anon_sym_SLASH] = ACTIONS(4231), + [anon_sym_PERCENT] = ACTIONS(4231), + [anon_sym_as_QMARK] = ACTIONS(4233), + [anon_sym_PLUS_PLUS] = ACTIONS(4233), + [anon_sym_DASH_DASH] = ACTIONS(4233), + [anon_sym_BANG_BANG] = ACTIONS(4233), + [anon_sym_suspend] = ACTIONS(4231), + [anon_sym_sealed] = ACTIONS(4231), + [anon_sym_annotation] = ACTIONS(4231), + [anon_sym_data] = ACTIONS(4231), + [anon_sym_inner] = ACTIONS(4231), + [anon_sym_override] = ACTIONS(4231), + [anon_sym_lateinit] = ACTIONS(4231), + [anon_sym_public] = ACTIONS(4231), + [anon_sym_private] = ACTIONS(4231), + [anon_sym_internal] = ACTIONS(4231), + [anon_sym_protected] = ACTIONS(4231), + [anon_sym_tailrec] = ACTIONS(4231), + [anon_sym_operator] = ACTIONS(4231), + [anon_sym_infix] = ACTIONS(4231), + [anon_sym_inline] = ACTIONS(4231), + [anon_sym_external] = ACTIONS(4231), + [sym_property_modifier] = ACTIONS(4231), + [anon_sym_abstract] = ACTIONS(4231), + [anon_sym_final] = ACTIONS(4231), + [anon_sym_open] = ACTIONS(4231), + [anon_sym_vararg] = ACTIONS(4231), + [anon_sym_noinline] = ACTIONS(4231), + [anon_sym_crossinline] = ACTIONS(4231), + [anon_sym_expect] = ACTIONS(4231), + [anon_sym_actual] = ACTIONS(4231), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4233), + [sym_safe_nav] = ACTIONS(4233), + [sym_multiline_comment] = ACTIONS(3), }, [2907] = { - [sym_class_body] = STATE(3118), - [sym_type_constraints] = STATE(3092), - [sym__alpha_identifier] = ACTIONS(4448), - [anon_sym_AT] = ACTIONS(4450), - [anon_sym_LBRACK] = ACTIONS(4450), - [anon_sym_RBRACK] = ACTIONS(4450), - [anon_sym_as] = ACTIONS(4448), - [anon_sym_EQ] = ACTIONS(4448), - [anon_sym_LBRACE] = ACTIONS(5147), - [anon_sym_RBRACE] = ACTIONS(4450), - [anon_sym_LPAREN] = ACTIONS(4450), - [anon_sym_COMMA] = ACTIONS(4450), - [anon_sym_RPAREN] = ACTIONS(4450), - [anon_sym_LT] = ACTIONS(4448), - [anon_sym_GT] = ACTIONS(4448), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(4448), - [anon_sym_SEMI] = ACTIONS(4450), - [anon_sym_get] = ACTIONS(4448), - [anon_sym_set] = ACTIONS(4448), - [anon_sym_STAR] = ACTIONS(4448), - [anon_sym_DASH_GT] = ACTIONS(4450), - [sym_label] = ACTIONS(4450), - [anon_sym_in] = ACTIONS(4448), - [anon_sym_while] = ACTIONS(4448), - [anon_sym_DOT_DOT] = ACTIONS(4450), - [anon_sym_QMARK_COLON] = ACTIONS(4450), - [anon_sym_AMP_AMP] = ACTIONS(4450), - [anon_sym_PIPE_PIPE] = ACTIONS(4450), - [anon_sym_else] = ACTIONS(4448), - [anon_sym_COLON_COLON] = ACTIONS(4450), - [anon_sym_PLUS_EQ] = ACTIONS(4450), - [anon_sym_DASH_EQ] = ACTIONS(4450), - [anon_sym_STAR_EQ] = ACTIONS(4450), - [anon_sym_SLASH_EQ] = ACTIONS(4450), - [anon_sym_PERCENT_EQ] = ACTIONS(4450), - [anon_sym_BANG_EQ] = ACTIONS(4448), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4450), - [anon_sym_EQ_EQ] = ACTIONS(4448), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4450), - [anon_sym_LT_EQ] = ACTIONS(4450), - [anon_sym_GT_EQ] = ACTIONS(4450), - [anon_sym_BANGin] = ACTIONS(4450), - [anon_sym_is] = ACTIONS(4448), - [anon_sym_BANGis] = ACTIONS(4450), - [anon_sym_PLUS] = ACTIONS(4448), - [anon_sym_DASH] = ACTIONS(4448), - [anon_sym_SLASH] = ACTIONS(4448), - [anon_sym_PERCENT] = ACTIONS(4448), - [anon_sym_as_QMARK] = ACTIONS(4450), - [anon_sym_PLUS_PLUS] = ACTIONS(4450), - [anon_sym_DASH_DASH] = ACTIONS(4450), - [anon_sym_BANG_BANG] = ACTIONS(4450), - [anon_sym_suspend] = ACTIONS(4448), - [anon_sym_sealed] = ACTIONS(4448), - [anon_sym_annotation] = ACTIONS(4448), - [anon_sym_data] = ACTIONS(4448), - [anon_sym_inner] = ACTIONS(4448), - [anon_sym_override] = ACTIONS(4448), - [anon_sym_lateinit] = ACTIONS(4448), - [anon_sym_public] = ACTIONS(4448), - [anon_sym_private] = ACTIONS(4448), - [anon_sym_internal] = ACTIONS(4448), - [anon_sym_protected] = ACTIONS(4448), - [anon_sym_tailrec] = ACTIONS(4448), - [anon_sym_operator] = ACTIONS(4448), - [anon_sym_infix] = ACTIONS(4448), - [anon_sym_inline] = ACTIONS(4448), - [anon_sym_external] = ACTIONS(4448), - [sym_property_modifier] = ACTIONS(4448), - [anon_sym_abstract] = ACTIONS(4448), - [anon_sym_final] = ACTIONS(4448), - [anon_sym_open] = ACTIONS(4448), - [anon_sym_vararg] = ACTIONS(4448), - [anon_sym_noinline] = ACTIONS(4448), - [anon_sym_crossinline] = ACTIONS(4448), - [anon_sym_expect] = ACTIONS(4448), - [anon_sym_actual] = ACTIONS(4448), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4450), - [sym_safe_nav] = ACTIONS(4450), - [sym_multiline_comment] = ACTIONS(3), + [sym_function_body] = STATE(3168), + [sym__block] = STATE(3334), + [sym__alpha_identifier] = ACTIONS(4085), + [anon_sym_AT] = ACTIONS(4087), + [anon_sym_LBRACK] = ACTIONS(4087), + [anon_sym_as] = ACTIONS(4085), + [anon_sym_EQ] = ACTIONS(6242), + [anon_sym_LBRACE] = ACTIONS(6244), + [anon_sym_RBRACE] = ACTIONS(4087), + [anon_sym_LPAREN] = ACTIONS(4087), + [anon_sym_COMMA] = ACTIONS(4087), + [anon_sym_LT] = ACTIONS(4085), + [anon_sym_GT] = ACTIONS(4085), + [anon_sym_where] = ACTIONS(4085), + [anon_sym_object] = ACTIONS(4085), + [anon_sym_fun] = ACTIONS(4085), + [anon_sym_DOT] = ACTIONS(4085), + [anon_sym_SEMI] = ACTIONS(4087), + [anon_sym_get] = ACTIONS(4085), + [anon_sym_set] = ACTIONS(4085), + [anon_sym_this] = ACTIONS(4085), + [anon_sym_super] = ACTIONS(4085), + [anon_sym_STAR] = ACTIONS(4085), + [sym_label] = ACTIONS(4085), + [anon_sym_in] = ACTIONS(4085), + [anon_sym_DOT_DOT] = ACTIONS(4087), + [anon_sym_QMARK_COLON] = ACTIONS(4087), + [anon_sym_AMP_AMP] = ACTIONS(4087), + [anon_sym_PIPE_PIPE] = ACTIONS(4087), + [anon_sym_null] = ACTIONS(4085), + [anon_sym_if] = ACTIONS(4085), + [anon_sym_else] = ACTIONS(4085), + [anon_sym_when] = ACTIONS(4085), + [anon_sym_try] = ACTIONS(4085), + [anon_sym_throw] = ACTIONS(4085), + [anon_sym_return] = ACTIONS(4085), + [anon_sym_continue] = ACTIONS(4085), + [anon_sym_break] = ACTIONS(4085), + [anon_sym_COLON_COLON] = ACTIONS(4087), + [anon_sym_PLUS_EQ] = ACTIONS(4087), + [anon_sym_DASH_EQ] = ACTIONS(4087), + [anon_sym_STAR_EQ] = ACTIONS(4087), + [anon_sym_SLASH_EQ] = ACTIONS(4087), + [anon_sym_PERCENT_EQ] = ACTIONS(4087), + [anon_sym_BANG_EQ] = ACTIONS(4085), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4087), + [anon_sym_EQ_EQ] = ACTIONS(4085), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4087), + [anon_sym_LT_EQ] = ACTIONS(4087), + [anon_sym_GT_EQ] = ACTIONS(4087), + [anon_sym_BANGin] = ACTIONS(4087), + [anon_sym_is] = ACTIONS(4085), + [anon_sym_BANGis] = ACTIONS(4087), + [anon_sym_PLUS] = ACTIONS(4085), + [anon_sym_DASH] = ACTIONS(4085), + [anon_sym_SLASH] = ACTIONS(4085), + [anon_sym_PERCENT] = ACTIONS(4085), + [anon_sym_as_QMARK] = ACTIONS(4087), + [anon_sym_PLUS_PLUS] = ACTIONS(4087), + [anon_sym_DASH_DASH] = ACTIONS(4087), + [anon_sym_BANG] = ACTIONS(4085), + [anon_sym_BANG_BANG] = ACTIONS(4087), + [anon_sym_data] = ACTIONS(4085), + [anon_sym_inner] = ACTIONS(4085), + [anon_sym_expect] = ACTIONS(4085), + [anon_sym_actual] = ACTIONS(4085), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4087), + [anon_sym_continue_AT] = ACTIONS(4087), + [anon_sym_break_AT] = ACTIONS(4087), + [sym_real_literal] = ACTIONS(4087), + [sym_integer_literal] = ACTIONS(4085), + [sym_hex_literal] = ACTIONS(4087), + [sym_bin_literal] = ACTIONS(4087), + [anon_sym_true] = ACTIONS(4085), + [anon_sym_false] = ACTIONS(4085), + [anon_sym_SQUOTE] = ACTIONS(4087), + [sym__backtick_identifier] = ACTIONS(4087), + [sym__automatic_semicolon] = ACTIONS(4087), + [sym_safe_nav] = ACTIONS(4087), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4087), }, [2908] = { - [sym__alpha_identifier] = ACTIONS(4374), - [anon_sym_AT] = ACTIONS(4376), - [anon_sym_LBRACK] = ACTIONS(4376), - [anon_sym_as] = ACTIONS(4374), - [anon_sym_EQ] = ACTIONS(4374), - [anon_sym_LBRACE] = ACTIONS(4376), - [anon_sym_RBRACE] = ACTIONS(4376), - [anon_sym_LPAREN] = ACTIONS(4376), - [anon_sym_COMMA] = ACTIONS(4376), - [anon_sym_LT] = ACTIONS(4374), - [anon_sym_GT] = ACTIONS(4374), - [anon_sym_where] = ACTIONS(4374), - [anon_sym_object] = ACTIONS(4374), - [anon_sym_fun] = ACTIONS(4374), - [anon_sym_DOT] = ACTIONS(4374), - [anon_sym_SEMI] = ACTIONS(4376), - [anon_sym_get] = ACTIONS(4374), - [anon_sym_set] = ACTIONS(4374), - [anon_sym_this] = ACTIONS(4374), - [anon_sym_super] = ACTIONS(4374), - [anon_sym_STAR] = ACTIONS(4374), - [sym_label] = ACTIONS(4374), - [anon_sym_in] = ACTIONS(4374), - [anon_sym_DOT_DOT] = ACTIONS(4376), - [anon_sym_QMARK_COLON] = ACTIONS(4376), - [anon_sym_AMP_AMP] = ACTIONS(4376), - [anon_sym_PIPE_PIPE] = ACTIONS(4376), - [anon_sym_null] = ACTIONS(4374), - [anon_sym_if] = ACTIONS(4374), - [anon_sym_else] = ACTIONS(4374), - [anon_sym_when] = ACTIONS(4374), - [anon_sym_try] = ACTIONS(4374), - [anon_sym_catch] = ACTIONS(4374), - [anon_sym_finally] = ACTIONS(4374), - [anon_sym_throw] = ACTIONS(4374), - [anon_sym_return] = ACTIONS(4374), - [anon_sym_continue] = ACTIONS(4374), - [anon_sym_break] = ACTIONS(4374), - [anon_sym_COLON_COLON] = ACTIONS(4376), - [anon_sym_PLUS_EQ] = ACTIONS(4376), - [anon_sym_DASH_EQ] = ACTIONS(4376), - [anon_sym_STAR_EQ] = ACTIONS(4376), - [anon_sym_SLASH_EQ] = ACTIONS(4376), - [anon_sym_PERCENT_EQ] = ACTIONS(4376), - [anon_sym_BANG_EQ] = ACTIONS(4374), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4376), - [anon_sym_EQ_EQ] = ACTIONS(4374), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4376), - [anon_sym_LT_EQ] = ACTIONS(4376), - [anon_sym_GT_EQ] = ACTIONS(4376), - [anon_sym_BANGin] = ACTIONS(4376), - [anon_sym_is] = ACTIONS(4374), - [anon_sym_BANGis] = ACTIONS(4376), - [anon_sym_PLUS] = ACTIONS(4374), - [anon_sym_DASH] = ACTIONS(4374), - [anon_sym_SLASH] = ACTIONS(4374), - [anon_sym_PERCENT] = ACTIONS(4374), - [anon_sym_as_QMARK] = ACTIONS(4376), - [anon_sym_PLUS_PLUS] = ACTIONS(4376), - [anon_sym_DASH_DASH] = ACTIONS(4376), - [anon_sym_BANG] = ACTIONS(4374), - [anon_sym_BANG_BANG] = ACTIONS(4376), - [anon_sym_data] = ACTIONS(4374), - [anon_sym_inner] = ACTIONS(4374), - [anon_sym_expect] = ACTIONS(4374), - [anon_sym_actual] = ACTIONS(4374), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4376), - [anon_sym_continue_AT] = ACTIONS(4376), - [anon_sym_break_AT] = ACTIONS(4376), - [sym_real_literal] = ACTIONS(4376), - [sym_integer_literal] = ACTIONS(4374), - [sym_hex_literal] = ACTIONS(4376), - [sym_bin_literal] = ACTIONS(4376), - [anon_sym_true] = ACTIONS(4374), - [anon_sym_false] = ACTIONS(4374), - [anon_sym_SQUOTE] = ACTIONS(4376), - [sym__backtick_identifier] = ACTIONS(4376), - [sym__automatic_semicolon] = ACTIONS(4376), - [sym_safe_nav] = ACTIONS(4376), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4376), + [sym__alpha_identifier] = ACTIONS(4507), + [anon_sym_AT] = ACTIONS(4509), + [anon_sym_LBRACK] = ACTIONS(4509), + [anon_sym_RBRACK] = ACTIONS(4509), + [anon_sym_as] = ACTIONS(4507), + [anon_sym_EQ] = ACTIONS(4507), + [anon_sym_LBRACE] = ACTIONS(4509), + [anon_sym_RBRACE] = ACTIONS(4509), + [anon_sym_LPAREN] = ACTIONS(4509), + [anon_sym_COMMA] = ACTIONS(4509), + [anon_sym_RPAREN] = ACTIONS(4509), + [anon_sym_LT] = ACTIONS(4507), + [anon_sym_GT] = ACTIONS(4507), + [anon_sym_where] = ACTIONS(4507), + [anon_sym_DOT] = ACTIONS(4507), + [anon_sym_SEMI] = ACTIONS(4509), + [anon_sym_get] = ACTIONS(4507), + [anon_sym_set] = ACTIONS(4507), + [anon_sym_STAR] = ACTIONS(4507), + [anon_sym_DASH_GT] = ACTIONS(4509), + [sym_label] = ACTIONS(4509), + [anon_sym_in] = ACTIONS(4507), + [anon_sym_while] = ACTIONS(4507), + [anon_sym_DOT_DOT] = ACTIONS(4509), + [anon_sym_QMARK_COLON] = ACTIONS(4509), + [anon_sym_AMP_AMP] = ACTIONS(4509), + [anon_sym_PIPE_PIPE] = ACTIONS(4509), + [anon_sym_else] = ACTIONS(4507), + [anon_sym_catch] = ACTIONS(4507), + [anon_sym_finally] = ACTIONS(4507), + [anon_sym_COLON_COLON] = ACTIONS(4509), + [anon_sym_PLUS_EQ] = ACTIONS(4509), + [anon_sym_DASH_EQ] = ACTIONS(4509), + [anon_sym_STAR_EQ] = ACTIONS(4509), + [anon_sym_SLASH_EQ] = ACTIONS(4509), + [anon_sym_PERCENT_EQ] = ACTIONS(4509), + [anon_sym_BANG_EQ] = ACTIONS(4507), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4509), + [anon_sym_EQ_EQ] = ACTIONS(4507), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4509), + [anon_sym_LT_EQ] = ACTIONS(4509), + [anon_sym_GT_EQ] = ACTIONS(4509), + [anon_sym_BANGin] = ACTIONS(4509), + [anon_sym_is] = ACTIONS(4507), + [anon_sym_BANGis] = ACTIONS(4509), + [anon_sym_PLUS] = ACTIONS(4507), + [anon_sym_DASH] = ACTIONS(4507), + [anon_sym_SLASH] = ACTIONS(4507), + [anon_sym_PERCENT] = ACTIONS(4507), + [anon_sym_as_QMARK] = ACTIONS(4509), + [anon_sym_PLUS_PLUS] = ACTIONS(4509), + [anon_sym_DASH_DASH] = ACTIONS(4509), + [anon_sym_BANG_BANG] = ACTIONS(4509), + [anon_sym_suspend] = ACTIONS(4507), + [anon_sym_sealed] = ACTIONS(4507), + [anon_sym_annotation] = ACTIONS(4507), + [anon_sym_data] = ACTIONS(4507), + [anon_sym_inner] = ACTIONS(4507), + [anon_sym_override] = ACTIONS(4507), + [anon_sym_lateinit] = ACTIONS(4507), + [anon_sym_public] = ACTIONS(4507), + [anon_sym_private] = ACTIONS(4507), + [anon_sym_internal] = ACTIONS(4507), + [anon_sym_protected] = ACTIONS(4507), + [anon_sym_tailrec] = ACTIONS(4507), + [anon_sym_operator] = ACTIONS(4507), + [anon_sym_infix] = ACTIONS(4507), + [anon_sym_inline] = ACTIONS(4507), + [anon_sym_external] = ACTIONS(4507), + [sym_property_modifier] = ACTIONS(4507), + [anon_sym_abstract] = ACTIONS(4507), + [anon_sym_final] = ACTIONS(4507), + [anon_sym_open] = ACTIONS(4507), + [anon_sym_vararg] = ACTIONS(4507), + [anon_sym_noinline] = ACTIONS(4507), + [anon_sym_crossinline] = ACTIONS(4507), + [anon_sym_expect] = ACTIONS(4507), + [anon_sym_actual] = ACTIONS(4507), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4509), + [sym_safe_nav] = ACTIONS(4509), + [sym_multiline_comment] = ACTIONS(3), }, [2909] = { - [sym_type_constraints] = STATE(3112), - [sym_enum_class_body] = STATE(3133), - [sym__alpha_identifier] = ACTIONS(4460), - [anon_sym_AT] = ACTIONS(4462), - [anon_sym_LBRACK] = ACTIONS(4462), - [anon_sym_as] = ACTIONS(4460), - [anon_sym_EQ] = ACTIONS(4460), - [anon_sym_LBRACE] = ACTIONS(3152), - [anon_sym_RBRACE] = ACTIONS(4462), - [anon_sym_LPAREN] = ACTIONS(4462), - [anon_sym_COMMA] = ACTIONS(4462), - [anon_sym_LT] = ACTIONS(4460), - [anon_sym_GT] = ACTIONS(4460), - [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(4460), - [anon_sym_fun] = ACTIONS(4460), - [anon_sym_DOT] = ACTIONS(4460), - [anon_sym_SEMI] = ACTIONS(4462), - [anon_sym_get] = ACTIONS(4460), - [anon_sym_set] = ACTIONS(4460), - [anon_sym_this] = ACTIONS(4460), - [anon_sym_super] = ACTIONS(4460), - [anon_sym_STAR] = ACTIONS(4460), - [sym_label] = ACTIONS(4460), - [anon_sym_in] = ACTIONS(4460), - [anon_sym_DOT_DOT] = ACTIONS(4462), - [anon_sym_QMARK_COLON] = ACTIONS(4462), - [anon_sym_AMP_AMP] = ACTIONS(4462), - [anon_sym_PIPE_PIPE] = ACTIONS(4462), - [anon_sym_null] = ACTIONS(4460), - [anon_sym_if] = ACTIONS(4460), - [anon_sym_else] = ACTIONS(4460), - [anon_sym_when] = ACTIONS(4460), - [anon_sym_try] = ACTIONS(4460), - [anon_sym_throw] = ACTIONS(4460), - [anon_sym_return] = ACTIONS(4460), - [anon_sym_continue] = ACTIONS(4460), - [anon_sym_break] = ACTIONS(4460), - [anon_sym_COLON_COLON] = ACTIONS(4462), - [anon_sym_PLUS_EQ] = ACTIONS(4462), - [anon_sym_DASH_EQ] = ACTIONS(4462), - [anon_sym_STAR_EQ] = ACTIONS(4462), - [anon_sym_SLASH_EQ] = ACTIONS(4462), - [anon_sym_PERCENT_EQ] = ACTIONS(4462), - [anon_sym_BANG_EQ] = ACTIONS(4460), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4462), - [anon_sym_EQ_EQ] = ACTIONS(4460), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4462), - [anon_sym_LT_EQ] = ACTIONS(4462), - [anon_sym_GT_EQ] = ACTIONS(4462), - [anon_sym_BANGin] = ACTIONS(4462), - [anon_sym_is] = ACTIONS(4460), - [anon_sym_BANGis] = ACTIONS(4462), - [anon_sym_PLUS] = ACTIONS(4460), - [anon_sym_DASH] = ACTIONS(4460), - [anon_sym_SLASH] = ACTIONS(4460), - [anon_sym_PERCENT] = ACTIONS(4460), - [anon_sym_as_QMARK] = ACTIONS(4462), - [anon_sym_PLUS_PLUS] = ACTIONS(4462), - [anon_sym_DASH_DASH] = ACTIONS(4462), - [anon_sym_BANG] = ACTIONS(4460), - [anon_sym_BANG_BANG] = ACTIONS(4462), - [anon_sym_data] = ACTIONS(4460), - [anon_sym_inner] = ACTIONS(4460), - [anon_sym_expect] = ACTIONS(4460), - [anon_sym_actual] = ACTIONS(4460), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4462), - [anon_sym_continue_AT] = ACTIONS(4462), - [anon_sym_break_AT] = ACTIONS(4462), - [sym_real_literal] = ACTIONS(4462), - [sym_integer_literal] = ACTIONS(4460), - [sym_hex_literal] = ACTIONS(4462), - [sym_bin_literal] = ACTIONS(4462), - [anon_sym_true] = ACTIONS(4460), - [anon_sym_false] = ACTIONS(4460), - [anon_sym_SQUOTE] = ACTIONS(4462), - [sym__backtick_identifier] = ACTIONS(4462), - [sym__automatic_semicolon] = ACTIONS(4462), - [sym_safe_nav] = ACTIONS(4462), + [sym__alpha_identifier] = ACTIONS(4497), + [anon_sym_AT] = ACTIONS(4499), + [anon_sym_LBRACK] = ACTIONS(4499), + [anon_sym_RBRACK] = ACTIONS(4499), + [anon_sym_as] = ACTIONS(4497), + [anon_sym_EQ] = ACTIONS(4497), + [anon_sym_LBRACE] = ACTIONS(4499), + [anon_sym_RBRACE] = ACTIONS(4499), + [anon_sym_LPAREN] = ACTIONS(4499), + [anon_sym_COMMA] = ACTIONS(4499), + [anon_sym_RPAREN] = ACTIONS(4499), + [anon_sym_LT] = ACTIONS(4497), + [anon_sym_GT] = ACTIONS(4497), + [anon_sym_where] = ACTIONS(4497), + [anon_sym_DOT] = ACTIONS(4497), + [anon_sym_SEMI] = ACTIONS(4499), + [anon_sym_get] = ACTIONS(4497), + [anon_sym_set] = ACTIONS(4497), + [anon_sym_STAR] = ACTIONS(4497), + [anon_sym_DASH_GT] = ACTIONS(4499), + [sym_label] = ACTIONS(4499), + [anon_sym_in] = ACTIONS(4497), + [anon_sym_while] = ACTIONS(4497), + [anon_sym_DOT_DOT] = ACTIONS(4499), + [anon_sym_QMARK_COLON] = ACTIONS(4499), + [anon_sym_AMP_AMP] = ACTIONS(4499), + [anon_sym_PIPE_PIPE] = ACTIONS(4499), + [anon_sym_else] = ACTIONS(4497), + [anon_sym_catch] = ACTIONS(4497), + [anon_sym_finally] = ACTIONS(4497), + [anon_sym_COLON_COLON] = ACTIONS(4499), + [anon_sym_PLUS_EQ] = ACTIONS(4499), + [anon_sym_DASH_EQ] = ACTIONS(4499), + [anon_sym_STAR_EQ] = ACTIONS(4499), + [anon_sym_SLASH_EQ] = ACTIONS(4499), + [anon_sym_PERCENT_EQ] = ACTIONS(4499), + [anon_sym_BANG_EQ] = ACTIONS(4497), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4499), + [anon_sym_EQ_EQ] = ACTIONS(4497), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4499), + [anon_sym_LT_EQ] = ACTIONS(4499), + [anon_sym_GT_EQ] = ACTIONS(4499), + [anon_sym_BANGin] = ACTIONS(4499), + [anon_sym_is] = ACTIONS(4497), + [anon_sym_BANGis] = ACTIONS(4499), + [anon_sym_PLUS] = ACTIONS(4497), + [anon_sym_DASH] = ACTIONS(4497), + [anon_sym_SLASH] = ACTIONS(4497), + [anon_sym_PERCENT] = ACTIONS(4497), + [anon_sym_as_QMARK] = ACTIONS(4499), + [anon_sym_PLUS_PLUS] = ACTIONS(4499), + [anon_sym_DASH_DASH] = ACTIONS(4499), + [anon_sym_BANG_BANG] = ACTIONS(4499), + [anon_sym_suspend] = ACTIONS(4497), + [anon_sym_sealed] = ACTIONS(4497), + [anon_sym_annotation] = ACTIONS(4497), + [anon_sym_data] = ACTIONS(4497), + [anon_sym_inner] = ACTIONS(4497), + [anon_sym_override] = ACTIONS(4497), + [anon_sym_lateinit] = ACTIONS(4497), + [anon_sym_public] = ACTIONS(4497), + [anon_sym_private] = ACTIONS(4497), + [anon_sym_internal] = ACTIONS(4497), + [anon_sym_protected] = ACTIONS(4497), + [anon_sym_tailrec] = ACTIONS(4497), + [anon_sym_operator] = ACTIONS(4497), + [anon_sym_infix] = ACTIONS(4497), + [anon_sym_inline] = ACTIONS(4497), + [anon_sym_external] = ACTIONS(4497), + [sym_property_modifier] = ACTIONS(4497), + [anon_sym_abstract] = ACTIONS(4497), + [anon_sym_final] = ACTIONS(4497), + [anon_sym_open] = ACTIONS(4497), + [anon_sym_vararg] = ACTIONS(4497), + [anon_sym_noinline] = ACTIONS(4497), + [anon_sym_crossinline] = ACTIONS(4497), + [anon_sym_expect] = ACTIONS(4497), + [anon_sym_actual] = ACTIONS(4497), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4499), + [sym_safe_nav] = ACTIONS(4499), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4462), }, [2910] = { - [sym_type_constraints] = STATE(3088), - [sym_enum_class_body] = STATE(3193), - [sym__alpha_identifier] = ACTIONS(4460), - [anon_sym_AT] = ACTIONS(4462), - [anon_sym_LBRACK] = ACTIONS(4462), - [anon_sym_RBRACK] = ACTIONS(4462), - [anon_sym_as] = ACTIONS(4460), - [anon_sym_EQ] = ACTIONS(4460), - [anon_sym_LBRACE] = ACTIONS(5155), - [anon_sym_RBRACE] = ACTIONS(4462), - [anon_sym_LPAREN] = ACTIONS(4462), - [anon_sym_COMMA] = ACTIONS(4462), - [anon_sym_RPAREN] = ACTIONS(4462), - [anon_sym_LT] = ACTIONS(4460), - [anon_sym_GT] = ACTIONS(4460), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(4460), - [anon_sym_SEMI] = ACTIONS(4462), - [anon_sym_get] = ACTIONS(4460), - [anon_sym_set] = ACTIONS(4460), - [anon_sym_STAR] = ACTIONS(4460), - [anon_sym_DASH_GT] = ACTIONS(4462), - [sym_label] = ACTIONS(4462), - [anon_sym_in] = ACTIONS(4460), - [anon_sym_while] = ACTIONS(4460), - [anon_sym_DOT_DOT] = ACTIONS(4462), - [anon_sym_QMARK_COLON] = ACTIONS(4462), - [anon_sym_AMP_AMP] = ACTIONS(4462), - [anon_sym_PIPE_PIPE] = ACTIONS(4462), - [anon_sym_else] = ACTIONS(4460), - [anon_sym_COLON_COLON] = ACTIONS(4462), - [anon_sym_PLUS_EQ] = ACTIONS(4462), - [anon_sym_DASH_EQ] = ACTIONS(4462), - [anon_sym_STAR_EQ] = ACTIONS(4462), - [anon_sym_SLASH_EQ] = ACTIONS(4462), - [anon_sym_PERCENT_EQ] = ACTIONS(4462), - [anon_sym_BANG_EQ] = ACTIONS(4460), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4462), - [anon_sym_EQ_EQ] = ACTIONS(4460), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4462), - [anon_sym_LT_EQ] = ACTIONS(4462), - [anon_sym_GT_EQ] = ACTIONS(4462), - [anon_sym_BANGin] = ACTIONS(4462), - [anon_sym_is] = ACTIONS(4460), - [anon_sym_BANGis] = ACTIONS(4462), - [anon_sym_PLUS] = ACTIONS(4460), - [anon_sym_DASH] = ACTIONS(4460), - [anon_sym_SLASH] = ACTIONS(4460), - [anon_sym_PERCENT] = ACTIONS(4460), - [anon_sym_as_QMARK] = ACTIONS(4462), - [anon_sym_PLUS_PLUS] = ACTIONS(4462), - [anon_sym_DASH_DASH] = ACTIONS(4462), - [anon_sym_BANG_BANG] = ACTIONS(4462), - [anon_sym_suspend] = ACTIONS(4460), - [anon_sym_sealed] = ACTIONS(4460), - [anon_sym_annotation] = ACTIONS(4460), - [anon_sym_data] = ACTIONS(4460), - [anon_sym_inner] = ACTIONS(4460), - [anon_sym_override] = ACTIONS(4460), - [anon_sym_lateinit] = ACTIONS(4460), - [anon_sym_public] = ACTIONS(4460), - [anon_sym_private] = ACTIONS(4460), - [anon_sym_internal] = ACTIONS(4460), - [anon_sym_protected] = ACTIONS(4460), - [anon_sym_tailrec] = ACTIONS(4460), - [anon_sym_operator] = ACTIONS(4460), - [anon_sym_infix] = ACTIONS(4460), - [anon_sym_inline] = ACTIONS(4460), - [anon_sym_external] = ACTIONS(4460), - [sym_property_modifier] = ACTIONS(4460), - [anon_sym_abstract] = ACTIONS(4460), - [anon_sym_final] = ACTIONS(4460), - [anon_sym_open] = ACTIONS(4460), - [anon_sym_vararg] = ACTIONS(4460), - [anon_sym_noinline] = ACTIONS(4460), - [anon_sym_crossinline] = ACTIONS(4460), - [anon_sym_expect] = ACTIONS(4460), - [anon_sym_actual] = ACTIONS(4460), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4462), - [sym_safe_nav] = ACTIONS(4462), - [sym_multiline_comment] = ACTIONS(3), + [sym_type_constraints] = STATE(3174), + [sym_function_body] = STATE(3171), + [sym__block] = STATE(3334), + [sym__alpha_identifier] = ACTIONS(4256), + [anon_sym_AT] = ACTIONS(4258), + [anon_sym_LBRACK] = ACTIONS(4258), + [anon_sym_as] = ACTIONS(4256), + [anon_sym_EQ] = ACTIONS(6262), + [anon_sym_LBRACE] = ACTIONS(6244), + [anon_sym_RBRACE] = ACTIONS(4258), + [anon_sym_LPAREN] = ACTIONS(4258), + [anon_sym_LT] = ACTIONS(4256), + [anon_sym_GT] = ACTIONS(4256), + [anon_sym_where] = ACTIONS(3118), + [anon_sym_object] = ACTIONS(4256), + [anon_sym_fun] = ACTIONS(4256), + [anon_sym_DOT] = ACTIONS(4256), + [anon_sym_SEMI] = ACTIONS(4258), + [anon_sym_get] = ACTIONS(4256), + [anon_sym_set] = ACTIONS(4256), + [anon_sym_this] = ACTIONS(4256), + [anon_sym_super] = ACTIONS(4256), + [anon_sym_STAR] = ACTIONS(4256), + [sym_label] = ACTIONS(4256), + [anon_sym_in] = ACTIONS(4256), + [anon_sym_DOT_DOT] = ACTIONS(4258), + [anon_sym_QMARK_COLON] = ACTIONS(4258), + [anon_sym_AMP_AMP] = ACTIONS(4258), + [anon_sym_PIPE_PIPE] = ACTIONS(4258), + [anon_sym_null] = ACTIONS(4256), + [anon_sym_if] = ACTIONS(4256), + [anon_sym_else] = ACTIONS(4256), + [anon_sym_when] = ACTIONS(4256), + [anon_sym_try] = ACTIONS(4256), + [anon_sym_throw] = ACTIONS(4256), + [anon_sym_return] = ACTIONS(4256), + [anon_sym_continue] = ACTIONS(4256), + [anon_sym_break] = ACTIONS(4256), + [anon_sym_COLON_COLON] = ACTIONS(4258), + [anon_sym_PLUS_EQ] = ACTIONS(4258), + [anon_sym_DASH_EQ] = ACTIONS(4258), + [anon_sym_STAR_EQ] = ACTIONS(4258), + [anon_sym_SLASH_EQ] = ACTIONS(4258), + [anon_sym_PERCENT_EQ] = ACTIONS(4258), + [anon_sym_BANG_EQ] = ACTIONS(4256), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4258), + [anon_sym_EQ_EQ] = ACTIONS(4256), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4258), + [anon_sym_LT_EQ] = ACTIONS(4258), + [anon_sym_GT_EQ] = ACTIONS(4258), + [anon_sym_BANGin] = ACTIONS(4258), + [anon_sym_is] = ACTIONS(4256), + [anon_sym_BANGis] = ACTIONS(4258), + [anon_sym_PLUS] = ACTIONS(4256), + [anon_sym_DASH] = ACTIONS(4256), + [anon_sym_SLASH] = ACTIONS(4256), + [anon_sym_PERCENT] = ACTIONS(4256), + [anon_sym_as_QMARK] = ACTIONS(4258), + [anon_sym_PLUS_PLUS] = ACTIONS(4258), + [anon_sym_DASH_DASH] = ACTIONS(4258), + [anon_sym_BANG] = ACTIONS(4256), + [anon_sym_BANG_BANG] = ACTIONS(4258), + [anon_sym_data] = ACTIONS(4256), + [anon_sym_inner] = ACTIONS(4256), + [anon_sym_expect] = ACTIONS(4256), + [anon_sym_actual] = ACTIONS(4256), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4258), + [anon_sym_continue_AT] = ACTIONS(4258), + [anon_sym_break_AT] = ACTIONS(4258), + [sym_real_literal] = ACTIONS(4258), + [sym_integer_literal] = ACTIONS(4256), + [sym_hex_literal] = ACTIONS(4258), + [sym_bin_literal] = ACTIONS(4258), + [anon_sym_true] = ACTIONS(4256), + [anon_sym_false] = ACTIONS(4256), + [anon_sym_SQUOTE] = ACTIONS(4258), + [sym__backtick_identifier] = ACTIONS(4258), + [sym__automatic_semicolon] = ACTIONS(4258), + [sym_safe_nav] = ACTIONS(4258), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4258), }, [2911] = { - [sym__alpha_identifier] = ACTIONS(4440), - [anon_sym_AT] = ACTIONS(4442), - [anon_sym_LBRACK] = ACTIONS(4442), - [anon_sym_RBRACK] = ACTIONS(4442), - [anon_sym_as] = ACTIONS(4440), - [anon_sym_EQ] = ACTIONS(4440), - [anon_sym_LBRACE] = ACTIONS(4442), - [anon_sym_RBRACE] = ACTIONS(4442), - [anon_sym_LPAREN] = ACTIONS(4442), - [anon_sym_COMMA] = ACTIONS(4442), - [anon_sym_RPAREN] = ACTIONS(4442), - [anon_sym_by] = ACTIONS(4440), - [anon_sym_LT] = ACTIONS(4440), - [anon_sym_GT] = ACTIONS(4440), - [anon_sym_where] = ACTIONS(4440), - [anon_sym_DOT] = ACTIONS(4440), - [anon_sym_SEMI] = ACTIONS(4442), - [anon_sym_get] = ACTIONS(4440), - [anon_sym_set] = ACTIONS(4440), - [sym__quest] = ACTIONS(4440), - [anon_sym_STAR] = ACTIONS(4440), - [anon_sym_DASH_GT] = ACTIONS(4442), - [sym_label] = ACTIONS(4442), - [anon_sym_in] = ACTIONS(4440), - [anon_sym_while] = ACTIONS(4440), - [anon_sym_DOT_DOT] = ACTIONS(4442), - [anon_sym_QMARK_COLON] = ACTIONS(4442), - [anon_sym_AMP_AMP] = ACTIONS(4442), - [anon_sym_PIPE_PIPE] = ACTIONS(4442), - [anon_sym_else] = ACTIONS(4440), - [anon_sym_COLON_COLON] = ACTIONS(4442), - [anon_sym_PLUS_EQ] = ACTIONS(4442), - [anon_sym_DASH_EQ] = ACTIONS(4442), - [anon_sym_STAR_EQ] = ACTIONS(4442), - [anon_sym_SLASH_EQ] = ACTIONS(4442), - [anon_sym_PERCENT_EQ] = ACTIONS(4442), - [anon_sym_BANG_EQ] = ACTIONS(4440), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4442), - [anon_sym_EQ_EQ] = ACTIONS(4440), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4442), - [anon_sym_LT_EQ] = ACTIONS(4442), - [anon_sym_GT_EQ] = ACTIONS(4442), - [anon_sym_BANGin] = ACTIONS(4442), - [anon_sym_is] = ACTIONS(4440), - [anon_sym_BANGis] = ACTIONS(4442), - [anon_sym_PLUS] = ACTIONS(4440), - [anon_sym_DASH] = ACTIONS(4440), - [anon_sym_SLASH] = ACTIONS(4440), - [anon_sym_PERCENT] = ACTIONS(4440), - [anon_sym_as_QMARK] = ACTIONS(4442), - [anon_sym_PLUS_PLUS] = ACTIONS(4442), - [anon_sym_DASH_DASH] = ACTIONS(4442), - [anon_sym_BANG_BANG] = ACTIONS(4442), - [anon_sym_suspend] = ACTIONS(4440), - [anon_sym_sealed] = ACTIONS(4440), - [anon_sym_annotation] = ACTIONS(4440), - [anon_sym_data] = ACTIONS(4440), - [anon_sym_inner] = ACTIONS(4440), - [anon_sym_override] = ACTIONS(4440), - [anon_sym_lateinit] = ACTIONS(4440), - [anon_sym_public] = ACTIONS(4440), - [anon_sym_private] = ACTIONS(4440), - [anon_sym_internal] = ACTIONS(4440), - [anon_sym_protected] = ACTIONS(4440), - [anon_sym_tailrec] = ACTIONS(4440), - [anon_sym_operator] = ACTIONS(4440), - [anon_sym_infix] = ACTIONS(4440), - [anon_sym_inline] = ACTIONS(4440), - [anon_sym_external] = ACTIONS(4440), - [sym_property_modifier] = ACTIONS(4440), - [anon_sym_abstract] = ACTIONS(4440), - [anon_sym_final] = ACTIONS(4440), - [anon_sym_open] = ACTIONS(4440), - [anon_sym_vararg] = ACTIONS(4440), - [anon_sym_noinline] = ACTIONS(4440), - [anon_sym_crossinline] = ACTIONS(4440), - [anon_sym_expect] = ACTIONS(4440), - [anon_sym_actual] = ACTIONS(4440), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4442), - [sym_safe_nav] = ACTIONS(4442), - [sym_multiline_comment] = ACTIONS(3), + [sym__alpha_identifier] = ACTIONS(4515), + [anon_sym_AT] = ACTIONS(4517), + [anon_sym_LBRACK] = ACTIONS(4517), + [anon_sym_as] = ACTIONS(4515), + [anon_sym_EQ] = ACTIONS(4515), + [anon_sym_LBRACE] = ACTIONS(4517), + [anon_sym_RBRACE] = ACTIONS(4517), + [anon_sym_LPAREN] = ACTIONS(4517), + [anon_sym_COMMA] = ACTIONS(4517), + [anon_sym_by] = ACTIONS(4515), + [anon_sym_LT] = ACTIONS(4515), + [anon_sym_GT] = ACTIONS(4515), + [anon_sym_where] = ACTIONS(4515), + [anon_sym_object] = ACTIONS(4515), + [anon_sym_fun] = ACTIONS(4515), + [anon_sym_DOT] = ACTIONS(4515), + [anon_sym_SEMI] = ACTIONS(4517), + [anon_sym_get] = ACTIONS(4515), + [anon_sym_set] = ACTIONS(4515), + [anon_sym_this] = ACTIONS(4515), + [anon_sym_super] = ACTIONS(4515), + [sym__quest] = ACTIONS(4515), + [anon_sym_STAR] = ACTIONS(4515), + [sym_label] = ACTIONS(4515), + [anon_sym_in] = ACTIONS(4515), + [anon_sym_DOT_DOT] = ACTIONS(4517), + [anon_sym_QMARK_COLON] = ACTIONS(4517), + [anon_sym_AMP_AMP] = ACTIONS(4517), + [anon_sym_PIPE_PIPE] = ACTIONS(4517), + [anon_sym_null] = ACTIONS(4515), + [anon_sym_if] = ACTIONS(4515), + [anon_sym_else] = ACTIONS(4515), + [anon_sym_when] = ACTIONS(4515), + [anon_sym_try] = ACTIONS(4515), + [anon_sym_throw] = ACTIONS(4515), + [anon_sym_return] = ACTIONS(4515), + [anon_sym_continue] = ACTIONS(4515), + [anon_sym_break] = ACTIONS(4515), + [anon_sym_COLON_COLON] = ACTIONS(4517), + [anon_sym_PLUS_EQ] = ACTIONS(4517), + [anon_sym_DASH_EQ] = ACTIONS(4517), + [anon_sym_STAR_EQ] = ACTIONS(4517), + [anon_sym_SLASH_EQ] = ACTIONS(4517), + [anon_sym_PERCENT_EQ] = ACTIONS(4517), + [anon_sym_BANG_EQ] = ACTIONS(4515), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4517), + [anon_sym_EQ_EQ] = ACTIONS(4515), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4517), + [anon_sym_LT_EQ] = ACTIONS(4517), + [anon_sym_GT_EQ] = ACTIONS(4517), + [anon_sym_BANGin] = ACTIONS(4517), + [anon_sym_is] = ACTIONS(4515), + [anon_sym_BANGis] = ACTIONS(4517), + [anon_sym_PLUS] = ACTIONS(4515), + [anon_sym_DASH] = ACTIONS(4515), + [anon_sym_SLASH] = ACTIONS(4515), + [anon_sym_PERCENT] = ACTIONS(4515), + [anon_sym_as_QMARK] = ACTIONS(4517), + [anon_sym_PLUS_PLUS] = ACTIONS(4517), + [anon_sym_DASH_DASH] = ACTIONS(4517), + [anon_sym_BANG] = ACTIONS(4515), + [anon_sym_BANG_BANG] = ACTIONS(4517), + [anon_sym_data] = ACTIONS(4515), + [anon_sym_inner] = ACTIONS(4515), + [anon_sym_expect] = ACTIONS(4515), + [anon_sym_actual] = ACTIONS(4515), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4517), + [anon_sym_continue_AT] = ACTIONS(4517), + [anon_sym_break_AT] = ACTIONS(4517), + [sym_real_literal] = ACTIONS(4517), + [sym_integer_literal] = ACTIONS(4515), + [sym_hex_literal] = ACTIONS(4517), + [sym_bin_literal] = ACTIONS(4517), + [anon_sym_true] = ACTIONS(4515), + [anon_sym_false] = ACTIONS(4515), + [anon_sym_SQUOTE] = ACTIONS(4517), + [sym__backtick_identifier] = ACTIONS(4517), + [sym__automatic_semicolon] = ACTIONS(4517), + [sym_safe_nav] = ACTIONS(4517), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4517), }, [2912] = { - [sym_class_body] = STATE(3124), - [sym_type_constraints] = STATE(3113), - [sym__alpha_identifier] = ACTIONS(4448), - [anon_sym_AT] = ACTIONS(4450), - [anon_sym_LBRACK] = ACTIONS(4450), - [anon_sym_as] = ACTIONS(4448), - [anon_sym_EQ] = ACTIONS(4448), + [sym_class_body] = STATE(3218), + [sym_type_constraints] = STATE(3091), + [sym__alpha_identifier] = ACTIONS(4402), + [anon_sym_AT] = ACTIONS(4404), + [anon_sym_LBRACK] = ACTIONS(4404), + [anon_sym_RBRACK] = ACTIONS(4404), + [anon_sym_as] = ACTIONS(4402), + [anon_sym_EQ] = ACTIONS(4402), + [anon_sym_LBRACE] = ACTIONS(5179), + [anon_sym_RBRACE] = ACTIONS(4404), + [anon_sym_LPAREN] = ACTIONS(4404), + [anon_sym_COMMA] = ACTIONS(4404), + [anon_sym_RPAREN] = ACTIONS(4404), + [anon_sym_LT] = ACTIONS(4402), + [anon_sym_GT] = ACTIONS(4402), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(4402), + [anon_sym_SEMI] = ACTIONS(4404), + [anon_sym_get] = ACTIONS(4402), + [anon_sym_set] = ACTIONS(4402), + [anon_sym_STAR] = ACTIONS(4402), + [anon_sym_DASH_GT] = ACTIONS(4404), + [sym_label] = ACTIONS(4404), + [anon_sym_in] = ACTIONS(4402), + [anon_sym_while] = ACTIONS(4402), + [anon_sym_DOT_DOT] = ACTIONS(4404), + [anon_sym_QMARK_COLON] = ACTIONS(4404), + [anon_sym_AMP_AMP] = ACTIONS(4404), + [anon_sym_PIPE_PIPE] = ACTIONS(4404), + [anon_sym_else] = ACTIONS(4402), + [anon_sym_COLON_COLON] = ACTIONS(4404), + [anon_sym_PLUS_EQ] = ACTIONS(4404), + [anon_sym_DASH_EQ] = ACTIONS(4404), + [anon_sym_STAR_EQ] = ACTIONS(4404), + [anon_sym_SLASH_EQ] = ACTIONS(4404), + [anon_sym_PERCENT_EQ] = ACTIONS(4404), + [anon_sym_BANG_EQ] = ACTIONS(4402), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4404), + [anon_sym_EQ_EQ] = ACTIONS(4402), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4404), + [anon_sym_LT_EQ] = ACTIONS(4404), + [anon_sym_GT_EQ] = ACTIONS(4404), + [anon_sym_BANGin] = ACTIONS(4404), + [anon_sym_is] = ACTIONS(4402), + [anon_sym_BANGis] = ACTIONS(4404), + [anon_sym_PLUS] = ACTIONS(4402), + [anon_sym_DASH] = ACTIONS(4402), + [anon_sym_SLASH] = ACTIONS(4402), + [anon_sym_PERCENT] = ACTIONS(4402), + [anon_sym_as_QMARK] = ACTIONS(4404), + [anon_sym_PLUS_PLUS] = ACTIONS(4404), + [anon_sym_DASH_DASH] = ACTIONS(4404), + [anon_sym_BANG_BANG] = ACTIONS(4404), + [anon_sym_suspend] = ACTIONS(4402), + [anon_sym_sealed] = ACTIONS(4402), + [anon_sym_annotation] = ACTIONS(4402), + [anon_sym_data] = ACTIONS(4402), + [anon_sym_inner] = ACTIONS(4402), + [anon_sym_override] = ACTIONS(4402), + [anon_sym_lateinit] = ACTIONS(4402), + [anon_sym_public] = ACTIONS(4402), + [anon_sym_private] = ACTIONS(4402), + [anon_sym_internal] = ACTIONS(4402), + [anon_sym_protected] = ACTIONS(4402), + [anon_sym_tailrec] = ACTIONS(4402), + [anon_sym_operator] = ACTIONS(4402), + [anon_sym_infix] = ACTIONS(4402), + [anon_sym_inline] = ACTIONS(4402), + [anon_sym_external] = ACTIONS(4402), + [sym_property_modifier] = ACTIONS(4402), + [anon_sym_abstract] = ACTIONS(4402), + [anon_sym_final] = ACTIONS(4402), + [anon_sym_open] = ACTIONS(4402), + [anon_sym_vararg] = ACTIONS(4402), + [anon_sym_noinline] = ACTIONS(4402), + [anon_sym_crossinline] = ACTIONS(4402), + [anon_sym_expect] = ACTIONS(4402), + [anon_sym_actual] = ACTIONS(4402), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4404), + [sym_safe_nav] = ACTIONS(4404), + [sym_multiline_comment] = ACTIONS(3), + }, + [2913] = { + [sym_type_constraints] = STATE(3165), + [sym_function_body] = STATE(3166), + [sym__block] = STATE(3334), + [sym__alpha_identifier] = ACTIONS(4260), + [anon_sym_AT] = ACTIONS(4262), + [anon_sym_LBRACK] = ACTIONS(4262), + [anon_sym_as] = ACTIONS(4260), + [anon_sym_EQ] = ACTIONS(6262), + [anon_sym_LBRACE] = ACTIONS(6244), + [anon_sym_RBRACE] = ACTIONS(4262), + [anon_sym_LPAREN] = ACTIONS(4262), + [anon_sym_LT] = ACTIONS(4260), + [anon_sym_GT] = ACTIONS(4260), + [anon_sym_where] = ACTIONS(3118), + [anon_sym_object] = ACTIONS(4260), + [anon_sym_fun] = ACTIONS(4260), + [anon_sym_DOT] = ACTIONS(4260), + [anon_sym_SEMI] = ACTIONS(4262), + [anon_sym_get] = ACTIONS(4260), + [anon_sym_set] = ACTIONS(4260), + [anon_sym_this] = ACTIONS(4260), + [anon_sym_super] = ACTIONS(4260), + [anon_sym_STAR] = ACTIONS(4260), + [sym_label] = ACTIONS(4260), + [anon_sym_in] = ACTIONS(4260), + [anon_sym_DOT_DOT] = ACTIONS(4262), + [anon_sym_QMARK_COLON] = ACTIONS(4262), + [anon_sym_AMP_AMP] = ACTIONS(4262), + [anon_sym_PIPE_PIPE] = ACTIONS(4262), + [anon_sym_null] = ACTIONS(4260), + [anon_sym_if] = ACTIONS(4260), + [anon_sym_else] = ACTIONS(4260), + [anon_sym_when] = ACTIONS(4260), + [anon_sym_try] = ACTIONS(4260), + [anon_sym_throw] = ACTIONS(4260), + [anon_sym_return] = ACTIONS(4260), + [anon_sym_continue] = ACTIONS(4260), + [anon_sym_break] = ACTIONS(4260), + [anon_sym_COLON_COLON] = ACTIONS(4262), + [anon_sym_PLUS_EQ] = ACTIONS(4262), + [anon_sym_DASH_EQ] = ACTIONS(4262), + [anon_sym_STAR_EQ] = ACTIONS(4262), + [anon_sym_SLASH_EQ] = ACTIONS(4262), + [anon_sym_PERCENT_EQ] = ACTIONS(4262), + [anon_sym_BANG_EQ] = ACTIONS(4260), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4262), + [anon_sym_EQ_EQ] = ACTIONS(4260), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4262), + [anon_sym_LT_EQ] = ACTIONS(4262), + [anon_sym_GT_EQ] = ACTIONS(4262), + [anon_sym_BANGin] = ACTIONS(4262), + [anon_sym_is] = ACTIONS(4260), + [anon_sym_BANGis] = ACTIONS(4262), + [anon_sym_PLUS] = ACTIONS(4260), + [anon_sym_DASH] = ACTIONS(4260), + [anon_sym_SLASH] = ACTIONS(4260), + [anon_sym_PERCENT] = ACTIONS(4260), + [anon_sym_as_QMARK] = ACTIONS(4262), + [anon_sym_PLUS_PLUS] = ACTIONS(4262), + [anon_sym_DASH_DASH] = ACTIONS(4262), + [anon_sym_BANG] = ACTIONS(4260), + [anon_sym_BANG_BANG] = ACTIONS(4262), + [anon_sym_data] = ACTIONS(4260), + [anon_sym_inner] = ACTIONS(4260), + [anon_sym_expect] = ACTIONS(4260), + [anon_sym_actual] = ACTIONS(4260), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4262), + [anon_sym_continue_AT] = ACTIONS(4262), + [anon_sym_break_AT] = ACTIONS(4262), + [sym_real_literal] = ACTIONS(4262), + [sym_integer_literal] = ACTIONS(4260), + [sym_hex_literal] = ACTIONS(4262), + [sym_bin_literal] = ACTIONS(4262), + [anon_sym_true] = ACTIONS(4260), + [anon_sym_false] = ACTIONS(4260), + [anon_sym_SQUOTE] = ACTIONS(4262), + [sym__backtick_identifier] = ACTIONS(4262), + [sym__automatic_semicolon] = ACTIONS(4262), + [sym_safe_nav] = ACTIONS(4262), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4262), + }, + [2914] = { + [sym__alpha_identifier] = ACTIONS(4264), + [anon_sym_AT] = ACTIONS(4266), + [anon_sym_LBRACK] = ACTIONS(4266), + [anon_sym_RBRACK] = ACTIONS(4266), + [anon_sym_as] = ACTIONS(4264), + [anon_sym_EQ] = ACTIONS(4264), + [anon_sym_LBRACE] = ACTIONS(4266), + [anon_sym_RBRACE] = ACTIONS(4266), + [anon_sym_LPAREN] = ACTIONS(4266), + [anon_sym_COMMA] = ACTIONS(4266), + [anon_sym_RPAREN] = ACTIONS(4266), + [anon_sym_by] = ACTIONS(4264), + [anon_sym_LT] = ACTIONS(4264), + [anon_sym_GT] = ACTIONS(4264), + [anon_sym_where] = ACTIONS(4264), + [anon_sym_DOT] = ACTIONS(4264), + [anon_sym_SEMI] = ACTIONS(4266), + [anon_sym_get] = ACTIONS(4264), + [anon_sym_set] = ACTIONS(4264), + [sym__quest] = ACTIONS(4264), + [anon_sym_STAR] = ACTIONS(4264), + [anon_sym_DASH_GT] = ACTIONS(4268), + [sym_label] = ACTIONS(4266), + [anon_sym_in] = ACTIONS(4264), + [anon_sym_while] = ACTIONS(4264), + [anon_sym_DOT_DOT] = ACTIONS(4266), + [anon_sym_QMARK_COLON] = ACTIONS(4266), + [anon_sym_AMP_AMP] = ACTIONS(4266), + [anon_sym_PIPE_PIPE] = ACTIONS(4266), + [anon_sym_else] = ACTIONS(4264), + [anon_sym_COLON_COLON] = ACTIONS(4266), + [anon_sym_PLUS_EQ] = ACTIONS(4266), + [anon_sym_DASH_EQ] = ACTIONS(4266), + [anon_sym_STAR_EQ] = ACTIONS(4266), + [anon_sym_SLASH_EQ] = ACTIONS(4266), + [anon_sym_PERCENT_EQ] = ACTIONS(4266), + [anon_sym_BANG_EQ] = ACTIONS(4264), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4266), + [anon_sym_EQ_EQ] = ACTIONS(4264), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4266), + [anon_sym_LT_EQ] = ACTIONS(4266), + [anon_sym_GT_EQ] = ACTIONS(4266), + [anon_sym_BANGin] = ACTIONS(4266), + [anon_sym_is] = ACTIONS(4264), + [anon_sym_BANGis] = ACTIONS(4266), + [anon_sym_PLUS] = ACTIONS(4264), + [anon_sym_DASH] = ACTIONS(4264), + [anon_sym_SLASH] = ACTIONS(4264), + [anon_sym_PERCENT] = ACTIONS(4264), + [anon_sym_as_QMARK] = ACTIONS(4266), + [anon_sym_PLUS_PLUS] = ACTIONS(4266), + [anon_sym_DASH_DASH] = ACTIONS(4266), + [anon_sym_BANG_BANG] = ACTIONS(4266), + [anon_sym_suspend] = ACTIONS(4264), + [anon_sym_sealed] = ACTIONS(4264), + [anon_sym_annotation] = ACTIONS(4264), + [anon_sym_data] = ACTIONS(4264), + [anon_sym_inner] = ACTIONS(4264), + [anon_sym_override] = ACTIONS(4264), + [anon_sym_lateinit] = ACTIONS(4264), + [anon_sym_public] = ACTIONS(4264), + [anon_sym_private] = ACTIONS(4264), + [anon_sym_internal] = ACTIONS(4264), + [anon_sym_protected] = ACTIONS(4264), + [anon_sym_tailrec] = ACTIONS(4264), + [anon_sym_operator] = ACTIONS(4264), + [anon_sym_infix] = ACTIONS(4264), + [anon_sym_inline] = ACTIONS(4264), + [anon_sym_external] = ACTIONS(4264), + [sym_property_modifier] = ACTIONS(4264), + [anon_sym_abstract] = ACTIONS(4264), + [anon_sym_final] = ACTIONS(4264), + [anon_sym_open] = ACTIONS(4264), + [anon_sym_vararg] = ACTIONS(4264), + [anon_sym_noinline] = ACTIONS(4264), + [anon_sym_crossinline] = ACTIONS(4264), + [anon_sym_expect] = ACTIONS(4264), + [anon_sym_actual] = ACTIONS(4264), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4266), + [sym_safe_nav] = ACTIONS(4266), + [sym_multiline_comment] = ACTIONS(3), + }, + [2915] = { + [sym__alpha_identifier] = ACTIONS(4477), + [anon_sym_AT] = ACTIONS(4479), + [anon_sym_LBRACK] = ACTIONS(4479), + [anon_sym_RBRACK] = ACTIONS(4479), + [anon_sym_as] = ACTIONS(4477), + [anon_sym_EQ] = ACTIONS(4477), + [anon_sym_LBRACE] = ACTIONS(4479), + [anon_sym_RBRACE] = ACTIONS(4479), + [anon_sym_LPAREN] = ACTIONS(4479), + [anon_sym_COMMA] = ACTIONS(4479), + [anon_sym_RPAREN] = ACTIONS(4479), + [anon_sym_LT] = ACTIONS(4477), + [anon_sym_GT] = ACTIONS(4477), + [anon_sym_where] = ACTIONS(4477), + [anon_sym_DOT] = ACTIONS(4477), + [anon_sym_SEMI] = ACTIONS(4479), + [anon_sym_get] = ACTIONS(4477), + [anon_sym_set] = ACTIONS(4477), + [anon_sym_STAR] = ACTIONS(4477), + [anon_sym_DASH_GT] = ACTIONS(4479), + [sym_label] = ACTIONS(4479), + [anon_sym_in] = ACTIONS(4477), + [anon_sym_while] = ACTIONS(4477), + [anon_sym_DOT_DOT] = ACTIONS(4479), + [anon_sym_QMARK_COLON] = ACTIONS(4479), + [anon_sym_AMP_AMP] = ACTIONS(4479), + [anon_sym_PIPE_PIPE] = ACTIONS(4479), + [anon_sym_else] = ACTIONS(4477), + [anon_sym_COLON_COLON] = ACTIONS(4479), + [anon_sym_PLUS_EQ] = ACTIONS(4479), + [anon_sym_DASH_EQ] = ACTIONS(4479), + [anon_sym_STAR_EQ] = ACTIONS(4479), + [anon_sym_SLASH_EQ] = ACTIONS(4479), + [anon_sym_PERCENT_EQ] = ACTIONS(4479), + [anon_sym_BANG_EQ] = ACTIONS(4477), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4479), + [anon_sym_EQ_EQ] = ACTIONS(4477), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4479), + [anon_sym_LT_EQ] = ACTIONS(4479), + [anon_sym_GT_EQ] = ACTIONS(4479), + [anon_sym_BANGin] = ACTIONS(4479), + [anon_sym_is] = ACTIONS(4477), + [anon_sym_BANGis] = ACTIONS(4479), + [anon_sym_PLUS] = ACTIONS(4477), + [anon_sym_DASH] = ACTIONS(4477), + [anon_sym_SLASH] = ACTIONS(4477), + [anon_sym_PERCENT] = ACTIONS(4477), + [anon_sym_as_QMARK] = ACTIONS(4479), + [anon_sym_PLUS_PLUS] = ACTIONS(4479), + [anon_sym_DASH_DASH] = ACTIONS(4479), + [anon_sym_BANG_BANG] = ACTIONS(4479), + [anon_sym_suspend] = ACTIONS(4477), + [anon_sym_sealed] = ACTIONS(4477), + [anon_sym_annotation] = ACTIONS(4477), + [anon_sym_data] = ACTIONS(4477), + [anon_sym_inner] = ACTIONS(4477), + [anon_sym_override] = ACTIONS(4477), + [anon_sym_lateinit] = ACTIONS(4477), + [anon_sym_public] = ACTIONS(4477), + [anon_sym_private] = ACTIONS(4477), + [anon_sym_internal] = ACTIONS(4477), + [anon_sym_protected] = ACTIONS(4477), + [anon_sym_tailrec] = ACTIONS(4477), + [anon_sym_operator] = ACTIONS(4477), + [anon_sym_infix] = ACTIONS(4477), + [anon_sym_inline] = ACTIONS(4477), + [anon_sym_external] = ACTIONS(4477), + [sym_property_modifier] = ACTIONS(4477), + [anon_sym_abstract] = ACTIONS(4477), + [anon_sym_final] = ACTIONS(4477), + [anon_sym_open] = ACTIONS(4477), + [anon_sym_vararg] = ACTIONS(4477), + [anon_sym_noinline] = ACTIONS(4477), + [anon_sym_crossinline] = ACTIONS(4477), + [anon_sym_expect] = ACTIONS(4477), + [anon_sym_actual] = ACTIONS(4477), + [sym_line_comment] = ACTIONS(3), + [aux_sym_unsigned_literal_token1] = ACTIONS(6351), + [anon_sym_L] = ACTIONS(6353), + [sym__backtick_identifier] = ACTIONS(4479), + [sym_safe_nav] = ACTIONS(4479), + [sym_multiline_comment] = ACTIONS(3), + }, + [2916] = { + [sym_type_constraints] = STATE(3102), + [sym_enum_class_body] = STATE(3164), + [sym__alpha_identifier] = ACTIONS(4342), + [anon_sym_AT] = ACTIONS(4344), + [anon_sym_LBRACK] = ACTIONS(4344), + [anon_sym_RBRACK] = ACTIONS(4344), + [anon_sym_as] = ACTIONS(4342), + [anon_sym_EQ] = ACTIONS(4342), + [anon_sym_LBRACE] = ACTIONS(5171), + [anon_sym_RBRACE] = ACTIONS(4344), + [anon_sym_LPAREN] = ACTIONS(4344), + [anon_sym_COMMA] = ACTIONS(4344), + [anon_sym_RPAREN] = ACTIONS(4344), + [anon_sym_LT] = ACTIONS(4342), + [anon_sym_GT] = ACTIONS(4342), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(4342), + [anon_sym_SEMI] = ACTIONS(4344), + [anon_sym_get] = ACTIONS(4342), + [anon_sym_set] = ACTIONS(4342), + [anon_sym_STAR] = ACTIONS(4342), + [anon_sym_DASH_GT] = ACTIONS(4344), + [sym_label] = ACTIONS(4344), + [anon_sym_in] = ACTIONS(4342), + [anon_sym_while] = ACTIONS(4342), + [anon_sym_DOT_DOT] = ACTIONS(4344), + [anon_sym_QMARK_COLON] = ACTIONS(4344), + [anon_sym_AMP_AMP] = ACTIONS(4344), + [anon_sym_PIPE_PIPE] = ACTIONS(4344), + [anon_sym_else] = ACTIONS(4342), + [anon_sym_COLON_COLON] = ACTIONS(4344), + [anon_sym_PLUS_EQ] = ACTIONS(4344), + [anon_sym_DASH_EQ] = ACTIONS(4344), + [anon_sym_STAR_EQ] = ACTIONS(4344), + [anon_sym_SLASH_EQ] = ACTIONS(4344), + [anon_sym_PERCENT_EQ] = ACTIONS(4344), + [anon_sym_BANG_EQ] = ACTIONS(4342), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4344), + [anon_sym_EQ_EQ] = ACTIONS(4342), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4344), + [anon_sym_LT_EQ] = ACTIONS(4344), + [anon_sym_GT_EQ] = ACTIONS(4344), + [anon_sym_BANGin] = ACTIONS(4344), + [anon_sym_is] = ACTIONS(4342), + [anon_sym_BANGis] = ACTIONS(4344), + [anon_sym_PLUS] = ACTIONS(4342), + [anon_sym_DASH] = ACTIONS(4342), + [anon_sym_SLASH] = ACTIONS(4342), + [anon_sym_PERCENT] = ACTIONS(4342), + [anon_sym_as_QMARK] = ACTIONS(4344), + [anon_sym_PLUS_PLUS] = ACTIONS(4344), + [anon_sym_DASH_DASH] = ACTIONS(4344), + [anon_sym_BANG_BANG] = ACTIONS(4344), + [anon_sym_suspend] = ACTIONS(4342), + [anon_sym_sealed] = ACTIONS(4342), + [anon_sym_annotation] = ACTIONS(4342), + [anon_sym_data] = ACTIONS(4342), + [anon_sym_inner] = ACTIONS(4342), + [anon_sym_override] = ACTIONS(4342), + [anon_sym_lateinit] = ACTIONS(4342), + [anon_sym_public] = ACTIONS(4342), + [anon_sym_private] = ACTIONS(4342), + [anon_sym_internal] = ACTIONS(4342), + [anon_sym_protected] = ACTIONS(4342), + [anon_sym_tailrec] = ACTIONS(4342), + [anon_sym_operator] = ACTIONS(4342), + [anon_sym_infix] = ACTIONS(4342), + [anon_sym_inline] = ACTIONS(4342), + [anon_sym_external] = ACTIONS(4342), + [sym_property_modifier] = ACTIONS(4342), + [anon_sym_abstract] = ACTIONS(4342), + [anon_sym_final] = ACTIONS(4342), + [anon_sym_open] = ACTIONS(4342), + [anon_sym_vararg] = ACTIONS(4342), + [anon_sym_noinline] = ACTIONS(4342), + [anon_sym_crossinline] = ACTIONS(4342), + [anon_sym_expect] = ACTIONS(4342), + [anon_sym_actual] = ACTIONS(4342), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4344), + [sym_safe_nav] = ACTIONS(4344), + [sym_multiline_comment] = ACTIONS(3), + }, + [2917] = { + [sym_type_constraints] = STATE(3105), + [sym_enum_class_body] = STATE(3157), + [sym__alpha_identifier] = ACTIONS(4346), + [anon_sym_AT] = ACTIONS(4348), + [anon_sym_LBRACK] = ACTIONS(4348), + [anon_sym_as] = ACTIONS(4346), + [anon_sym_EQ] = ACTIONS(4346), [anon_sym_LBRACE] = ACTIONS(3112), - [anon_sym_RBRACE] = ACTIONS(4450), - [anon_sym_LPAREN] = ACTIONS(4450), - [anon_sym_COMMA] = ACTIONS(4450), - [anon_sym_LT] = ACTIONS(4448), - [anon_sym_GT] = ACTIONS(4448), + [anon_sym_RBRACE] = ACTIONS(4348), + [anon_sym_LPAREN] = ACTIONS(4348), + [anon_sym_COMMA] = ACTIONS(4348), + [anon_sym_LT] = ACTIONS(4346), + [anon_sym_GT] = ACTIONS(4346), [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(4448), - [anon_sym_fun] = ACTIONS(4448), - [anon_sym_DOT] = ACTIONS(4448), - [anon_sym_SEMI] = ACTIONS(4450), - [anon_sym_get] = ACTIONS(4448), - [anon_sym_set] = ACTIONS(4448), - [anon_sym_this] = ACTIONS(4448), - [anon_sym_super] = ACTIONS(4448), - [anon_sym_STAR] = ACTIONS(4448), - [sym_label] = ACTIONS(4448), - [anon_sym_in] = ACTIONS(4448), - [anon_sym_DOT_DOT] = ACTIONS(4450), - [anon_sym_QMARK_COLON] = ACTIONS(4450), - [anon_sym_AMP_AMP] = ACTIONS(4450), - [anon_sym_PIPE_PIPE] = ACTIONS(4450), - [anon_sym_null] = ACTIONS(4448), - [anon_sym_if] = ACTIONS(4448), - [anon_sym_else] = ACTIONS(4448), - [anon_sym_when] = ACTIONS(4448), - [anon_sym_try] = ACTIONS(4448), - [anon_sym_throw] = ACTIONS(4448), - [anon_sym_return] = ACTIONS(4448), - [anon_sym_continue] = ACTIONS(4448), - [anon_sym_break] = ACTIONS(4448), - [anon_sym_COLON_COLON] = ACTIONS(4450), - [anon_sym_PLUS_EQ] = ACTIONS(4450), - [anon_sym_DASH_EQ] = ACTIONS(4450), - [anon_sym_STAR_EQ] = ACTIONS(4450), - [anon_sym_SLASH_EQ] = ACTIONS(4450), - [anon_sym_PERCENT_EQ] = ACTIONS(4450), - [anon_sym_BANG_EQ] = ACTIONS(4448), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4450), - [anon_sym_EQ_EQ] = ACTIONS(4448), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4450), - [anon_sym_LT_EQ] = ACTIONS(4450), - [anon_sym_GT_EQ] = ACTIONS(4450), - [anon_sym_BANGin] = ACTIONS(4450), - [anon_sym_is] = ACTIONS(4448), - [anon_sym_BANGis] = ACTIONS(4450), - [anon_sym_PLUS] = ACTIONS(4448), - [anon_sym_DASH] = ACTIONS(4448), - [anon_sym_SLASH] = ACTIONS(4448), - [anon_sym_PERCENT] = ACTIONS(4448), - [anon_sym_as_QMARK] = ACTIONS(4450), - [anon_sym_PLUS_PLUS] = ACTIONS(4450), - [anon_sym_DASH_DASH] = ACTIONS(4450), - [anon_sym_BANG] = ACTIONS(4448), - [anon_sym_BANG_BANG] = ACTIONS(4450), - [anon_sym_data] = ACTIONS(4448), - [anon_sym_inner] = ACTIONS(4448), - [anon_sym_expect] = ACTIONS(4448), - [anon_sym_actual] = ACTIONS(4448), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4450), - [anon_sym_continue_AT] = ACTIONS(4450), - [anon_sym_break_AT] = ACTIONS(4450), - [sym_real_literal] = ACTIONS(4450), - [sym_integer_literal] = ACTIONS(4448), - [sym_hex_literal] = ACTIONS(4450), - [sym_bin_literal] = ACTIONS(4450), - [anon_sym_true] = ACTIONS(4448), - [anon_sym_false] = ACTIONS(4448), - [anon_sym_SQUOTE] = ACTIONS(4450), - [sym__backtick_identifier] = ACTIONS(4450), - [sym__automatic_semicolon] = ACTIONS(4450), - [sym_safe_nav] = ACTIONS(4450), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4450), + [anon_sym_object] = ACTIONS(4346), + [anon_sym_fun] = ACTIONS(4346), + [anon_sym_DOT] = ACTIONS(4346), + [anon_sym_SEMI] = ACTIONS(4348), + [anon_sym_get] = ACTIONS(4346), + [anon_sym_set] = ACTIONS(4346), + [anon_sym_this] = ACTIONS(4346), + [anon_sym_super] = ACTIONS(4346), + [anon_sym_STAR] = ACTIONS(4346), + [sym_label] = ACTIONS(4346), + [anon_sym_in] = ACTIONS(4346), + [anon_sym_DOT_DOT] = ACTIONS(4348), + [anon_sym_QMARK_COLON] = ACTIONS(4348), + [anon_sym_AMP_AMP] = ACTIONS(4348), + [anon_sym_PIPE_PIPE] = ACTIONS(4348), + [anon_sym_null] = ACTIONS(4346), + [anon_sym_if] = ACTIONS(4346), + [anon_sym_else] = ACTIONS(4346), + [anon_sym_when] = ACTIONS(4346), + [anon_sym_try] = ACTIONS(4346), + [anon_sym_throw] = ACTIONS(4346), + [anon_sym_return] = ACTIONS(4346), + [anon_sym_continue] = ACTIONS(4346), + [anon_sym_break] = ACTIONS(4346), + [anon_sym_COLON_COLON] = ACTIONS(4348), + [anon_sym_PLUS_EQ] = ACTIONS(4348), + [anon_sym_DASH_EQ] = ACTIONS(4348), + [anon_sym_STAR_EQ] = ACTIONS(4348), + [anon_sym_SLASH_EQ] = ACTIONS(4348), + [anon_sym_PERCENT_EQ] = ACTIONS(4348), + [anon_sym_BANG_EQ] = ACTIONS(4346), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4348), + [anon_sym_EQ_EQ] = ACTIONS(4346), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4348), + [anon_sym_LT_EQ] = ACTIONS(4348), + [anon_sym_GT_EQ] = ACTIONS(4348), + [anon_sym_BANGin] = ACTIONS(4348), + [anon_sym_is] = ACTIONS(4346), + [anon_sym_BANGis] = ACTIONS(4348), + [anon_sym_PLUS] = ACTIONS(4346), + [anon_sym_DASH] = ACTIONS(4346), + [anon_sym_SLASH] = ACTIONS(4346), + [anon_sym_PERCENT] = ACTIONS(4346), + [anon_sym_as_QMARK] = ACTIONS(4348), + [anon_sym_PLUS_PLUS] = ACTIONS(4348), + [anon_sym_DASH_DASH] = ACTIONS(4348), + [anon_sym_BANG] = ACTIONS(4346), + [anon_sym_BANG_BANG] = ACTIONS(4348), + [anon_sym_data] = ACTIONS(4346), + [anon_sym_inner] = ACTIONS(4346), + [anon_sym_expect] = ACTIONS(4346), + [anon_sym_actual] = ACTIONS(4346), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4348), + [anon_sym_continue_AT] = ACTIONS(4348), + [anon_sym_break_AT] = ACTIONS(4348), + [sym_real_literal] = ACTIONS(4348), + [sym_integer_literal] = ACTIONS(4346), + [sym_hex_literal] = ACTIONS(4348), + [sym_bin_literal] = ACTIONS(4348), + [anon_sym_true] = ACTIONS(4346), + [anon_sym_false] = ACTIONS(4346), + [anon_sym_SQUOTE] = ACTIONS(4348), + [sym__backtick_identifier] = ACTIONS(4348), + [sym__automatic_semicolon] = ACTIONS(4348), + [sym_safe_nav] = ACTIONS(4348), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4348), }, - [2913] = { + [2918] = { + [sym_class_body] = STATE(3148), + [sym_type_constraints] = STATE(3106), + [sym__alpha_identifier] = ACTIONS(4342), + [anon_sym_AT] = ACTIONS(4344), + [anon_sym_LBRACK] = ACTIONS(4344), + [anon_sym_as] = ACTIONS(4342), + [anon_sym_EQ] = ACTIONS(4342), + [anon_sym_LBRACE] = ACTIONS(3144), + [anon_sym_RBRACE] = ACTIONS(4344), + [anon_sym_LPAREN] = ACTIONS(4344), + [anon_sym_COMMA] = ACTIONS(4344), + [anon_sym_LT] = ACTIONS(4342), + [anon_sym_GT] = ACTIONS(4342), + [anon_sym_where] = ACTIONS(3118), + [anon_sym_object] = ACTIONS(4342), + [anon_sym_fun] = ACTIONS(4342), + [anon_sym_DOT] = ACTIONS(4342), + [anon_sym_SEMI] = ACTIONS(4344), + [anon_sym_get] = ACTIONS(4342), + [anon_sym_set] = ACTIONS(4342), + [anon_sym_this] = ACTIONS(4342), + [anon_sym_super] = ACTIONS(4342), + [anon_sym_STAR] = ACTIONS(4342), + [sym_label] = ACTIONS(4342), + [anon_sym_in] = ACTIONS(4342), + [anon_sym_DOT_DOT] = ACTIONS(4344), + [anon_sym_QMARK_COLON] = ACTIONS(4344), + [anon_sym_AMP_AMP] = ACTIONS(4344), + [anon_sym_PIPE_PIPE] = ACTIONS(4344), + [anon_sym_null] = ACTIONS(4342), + [anon_sym_if] = ACTIONS(4342), + [anon_sym_else] = ACTIONS(4342), + [anon_sym_when] = ACTIONS(4342), + [anon_sym_try] = ACTIONS(4342), + [anon_sym_throw] = ACTIONS(4342), + [anon_sym_return] = ACTIONS(4342), + [anon_sym_continue] = ACTIONS(4342), + [anon_sym_break] = ACTIONS(4342), + [anon_sym_COLON_COLON] = ACTIONS(4344), + [anon_sym_PLUS_EQ] = ACTIONS(4344), + [anon_sym_DASH_EQ] = ACTIONS(4344), + [anon_sym_STAR_EQ] = ACTIONS(4344), + [anon_sym_SLASH_EQ] = ACTIONS(4344), + [anon_sym_PERCENT_EQ] = ACTIONS(4344), + [anon_sym_BANG_EQ] = ACTIONS(4342), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4344), + [anon_sym_EQ_EQ] = ACTIONS(4342), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4344), + [anon_sym_LT_EQ] = ACTIONS(4344), + [anon_sym_GT_EQ] = ACTIONS(4344), + [anon_sym_BANGin] = ACTIONS(4344), + [anon_sym_is] = ACTIONS(4342), + [anon_sym_BANGis] = ACTIONS(4344), + [anon_sym_PLUS] = ACTIONS(4342), + [anon_sym_DASH] = ACTIONS(4342), + [anon_sym_SLASH] = ACTIONS(4342), + [anon_sym_PERCENT] = ACTIONS(4342), + [anon_sym_as_QMARK] = ACTIONS(4344), + [anon_sym_PLUS_PLUS] = ACTIONS(4344), + [anon_sym_DASH_DASH] = ACTIONS(4344), + [anon_sym_BANG] = ACTIONS(4342), + [anon_sym_BANG_BANG] = ACTIONS(4344), + [anon_sym_data] = ACTIONS(4342), + [anon_sym_inner] = ACTIONS(4342), + [anon_sym_expect] = ACTIONS(4342), + [anon_sym_actual] = ACTIONS(4342), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4344), + [anon_sym_continue_AT] = ACTIONS(4344), + [anon_sym_break_AT] = ACTIONS(4344), + [sym_real_literal] = ACTIONS(4344), + [sym_integer_literal] = ACTIONS(4342), + [sym_hex_literal] = ACTIONS(4344), + [sym_bin_literal] = ACTIONS(4344), + [anon_sym_true] = ACTIONS(4342), + [anon_sym_false] = ACTIONS(4342), + [anon_sym_SQUOTE] = ACTIONS(4344), + [sym__backtick_identifier] = ACTIONS(4344), + [sym__automatic_semicolon] = ACTIONS(4344), + [sym_safe_nav] = ACTIONS(4344), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4344), + }, + [2919] = { + [sym__alpha_identifier] = ACTIONS(4272), + [anon_sym_AT] = ACTIONS(4274), + [anon_sym_LBRACK] = ACTIONS(4274), + [anon_sym_as] = ACTIONS(4272), + [anon_sym_EQ] = ACTIONS(4272), + [anon_sym_LBRACE] = ACTIONS(4274), + [anon_sym_RBRACE] = ACTIONS(4274), + [anon_sym_LPAREN] = ACTIONS(4274), + [anon_sym_COMMA] = ACTIONS(4274), + [anon_sym_by] = ACTIONS(4272), + [anon_sym_LT] = ACTIONS(4272), + [anon_sym_GT] = ACTIONS(4272), + [anon_sym_where] = ACTIONS(4272), + [anon_sym_object] = ACTIONS(4272), + [anon_sym_fun] = ACTIONS(4272), + [anon_sym_DOT] = ACTIONS(4272), + [anon_sym_SEMI] = ACTIONS(4274), + [anon_sym_get] = ACTIONS(4272), + [anon_sym_set] = ACTIONS(4272), + [anon_sym_this] = ACTIONS(4272), + [anon_sym_super] = ACTIONS(4272), + [sym__quest] = ACTIONS(4272), + [anon_sym_STAR] = ACTIONS(4272), + [sym_label] = ACTIONS(4272), + [anon_sym_in] = ACTIONS(4272), + [anon_sym_DOT_DOT] = ACTIONS(4274), + [anon_sym_QMARK_COLON] = ACTIONS(4274), + [anon_sym_AMP_AMP] = ACTIONS(4274), + [anon_sym_PIPE_PIPE] = ACTIONS(4274), + [anon_sym_null] = ACTIONS(4272), + [anon_sym_if] = ACTIONS(4272), + [anon_sym_else] = ACTIONS(4272), + [anon_sym_when] = ACTIONS(4272), + [anon_sym_try] = ACTIONS(4272), + [anon_sym_throw] = ACTIONS(4272), + [anon_sym_return] = ACTIONS(4272), + [anon_sym_continue] = ACTIONS(4272), + [anon_sym_break] = ACTIONS(4272), + [anon_sym_COLON_COLON] = ACTIONS(4274), + [anon_sym_PLUS_EQ] = ACTIONS(4274), + [anon_sym_DASH_EQ] = ACTIONS(4274), + [anon_sym_STAR_EQ] = ACTIONS(4274), + [anon_sym_SLASH_EQ] = ACTIONS(4274), + [anon_sym_PERCENT_EQ] = ACTIONS(4274), + [anon_sym_BANG_EQ] = ACTIONS(4272), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4274), + [anon_sym_EQ_EQ] = ACTIONS(4272), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4274), + [anon_sym_LT_EQ] = ACTIONS(4274), + [anon_sym_GT_EQ] = ACTIONS(4274), + [anon_sym_BANGin] = ACTIONS(4274), + [anon_sym_is] = ACTIONS(4272), + [anon_sym_BANGis] = ACTIONS(4274), + [anon_sym_PLUS] = ACTIONS(4272), + [anon_sym_DASH] = ACTIONS(4272), + [anon_sym_SLASH] = ACTIONS(4272), + [anon_sym_PERCENT] = ACTIONS(4272), + [anon_sym_as_QMARK] = ACTIONS(4274), + [anon_sym_PLUS_PLUS] = ACTIONS(4274), + [anon_sym_DASH_DASH] = ACTIONS(4274), + [anon_sym_BANG] = ACTIONS(4272), + [anon_sym_BANG_BANG] = ACTIONS(4274), + [anon_sym_data] = ACTIONS(4272), + [anon_sym_inner] = ACTIONS(4272), + [anon_sym_expect] = ACTIONS(4272), + [anon_sym_actual] = ACTIONS(4272), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4274), + [anon_sym_continue_AT] = ACTIONS(4274), + [anon_sym_break_AT] = ACTIONS(4274), + [sym_real_literal] = ACTIONS(4274), + [sym_integer_literal] = ACTIONS(4272), + [sym_hex_literal] = ACTIONS(4274), + [sym_bin_literal] = ACTIONS(4274), + [anon_sym_true] = ACTIONS(4272), + [anon_sym_false] = ACTIONS(4272), + [anon_sym_SQUOTE] = ACTIONS(4274), + [sym__backtick_identifier] = ACTIONS(4274), + [sym__automatic_semicolon] = ACTIONS(4274), + [sym_safe_nav] = ACTIONS(4274), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4274), + }, + [2920] = { + [sym_class_body] = STATE(3272), + [sym__alpha_identifier] = ACTIONS(4410), + [anon_sym_AT] = ACTIONS(4412), + [anon_sym_COLON] = ACTIONS(6355), + [anon_sym_LBRACK] = ACTIONS(4412), + [anon_sym_RBRACK] = ACTIONS(4412), + [anon_sym_as] = ACTIONS(4410), + [anon_sym_EQ] = ACTIONS(4410), + [anon_sym_LBRACE] = ACTIONS(5179), + [anon_sym_RBRACE] = ACTIONS(4412), + [anon_sym_LPAREN] = ACTIONS(4412), + [anon_sym_COMMA] = ACTIONS(4412), + [anon_sym_RPAREN] = ACTIONS(4412), + [anon_sym_LT] = ACTIONS(4410), + [anon_sym_GT] = ACTIONS(4410), + [anon_sym_where] = ACTIONS(4410), + [anon_sym_DOT] = ACTIONS(4410), + [anon_sym_SEMI] = ACTIONS(4412), + [anon_sym_get] = ACTIONS(4410), + [anon_sym_set] = ACTIONS(4410), + [anon_sym_STAR] = ACTIONS(4410), + [anon_sym_DASH_GT] = ACTIONS(4412), + [sym_label] = ACTIONS(4412), + [anon_sym_in] = ACTIONS(4410), + [anon_sym_while] = ACTIONS(4410), + [anon_sym_DOT_DOT] = ACTIONS(4412), + [anon_sym_QMARK_COLON] = ACTIONS(4412), + [anon_sym_AMP_AMP] = ACTIONS(4412), + [anon_sym_PIPE_PIPE] = ACTIONS(4412), + [anon_sym_else] = ACTIONS(4410), + [anon_sym_COLON_COLON] = ACTIONS(4412), + [anon_sym_PLUS_EQ] = ACTIONS(4412), + [anon_sym_DASH_EQ] = ACTIONS(4412), + [anon_sym_STAR_EQ] = ACTIONS(4412), + [anon_sym_SLASH_EQ] = ACTIONS(4412), + [anon_sym_PERCENT_EQ] = ACTIONS(4412), + [anon_sym_BANG_EQ] = ACTIONS(4410), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4412), + [anon_sym_EQ_EQ] = ACTIONS(4410), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4412), + [anon_sym_LT_EQ] = ACTIONS(4412), + [anon_sym_GT_EQ] = ACTIONS(4412), + [anon_sym_BANGin] = ACTIONS(4412), + [anon_sym_is] = ACTIONS(4410), + [anon_sym_BANGis] = ACTIONS(4412), + [anon_sym_PLUS] = ACTIONS(4410), + [anon_sym_DASH] = ACTIONS(4410), + [anon_sym_SLASH] = ACTIONS(4410), + [anon_sym_PERCENT] = ACTIONS(4410), + [anon_sym_as_QMARK] = ACTIONS(4412), + [anon_sym_PLUS_PLUS] = ACTIONS(4412), + [anon_sym_DASH_DASH] = ACTIONS(4412), + [anon_sym_BANG_BANG] = ACTIONS(4412), + [anon_sym_suspend] = ACTIONS(4410), + [anon_sym_sealed] = ACTIONS(4410), + [anon_sym_annotation] = ACTIONS(4410), + [anon_sym_data] = ACTIONS(4410), + [anon_sym_inner] = ACTIONS(4410), + [anon_sym_override] = ACTIONS(4410), + [anon_sym_lateinit] = ACTIONS(4410), + [anon_sym_public] = ACTIONS(4410), + [anon_sym_private] = ACTIONS(4410), + [anon_sym_internal] = ACTIONS(4410), + [anon_sym_protected] = ACTIONS(4410), + [anon_sym_tailrec] = ACTIONS(4410), + [anon_sym_operator] = ACTIONS(4410), + [anon_sym_infix] = ACTIONS(4410), + [anon_sym_inline] = ACTIONS(4410), + [anon_sym_external] = ACTIONS(4410), + [sym_property_modifier] = ACTIONS(4410), + [anon_sym_abstract] = ACTIONS(4410), + [anon_sym_final] = ACTIONS(4410), + [anon_sym_open] = ACTIONS(4410), + [anon_sym_vararg] = ACTIONS(4410), + [anon_sym_noinline] = ACTIONS(4410), + [anon_sym_crossinline] = ACTIONS(4410), + [anon_sym_expect] = ACTIONS(4410), + [anon_sym_actual] = ACTIONS(4410), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4412), + [sym_safe_nav] = ACTIONS(4412), + [sym_multiline_comment] = ACTIONS(3), + }, + [2921] = { + [sym_function_body] = STATE(3308), + [sym__block] = STATE(3334), [sym__alpha_identifier] = ACTIONS(4426), [anon_sym_AT] = ACTIONS(4428), [anon_sym_LBRACK] = ACTIONS(4428), [anon_sym_as] = ACTIONS(4426), - [anon_sym_EQ] = ACTIONS(4426), - [anon_sym_LBRACE] = ACTIONS(4428), + [anon_sym_EQ] = ACTIONS(6242), + [anon_sym_LBRACE] = ACTIONS(6244), [anon_sym_RBRACE] = ACTIONS(4428), [anon_sym_LPAREN] = ACTIONS(4428), [anon_sym_COMMA] = ACTIONS(4428), - [anon_sym_by] = ACTIONS(4426), [anon_sym_LT] = ACTIONS(4426), [anon_sym_GT] = ACTIONS(4426), [anon_sym_where] = ACTIONS(4426), @@ -334411,7 +335230,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(4426), [anon_sym_this] = ACTIONS(4426), [anon_sym_super] = ACTIONS(4426), - [sym__quest] = ACTIONS(4426), [anon_sym_STAR] = ACTIONS(4426), [sym_label] = ACTIONS(4426), [anon_sym_in] = ACTIONS(4426), @@ -334473,861 +335291,189 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(4428), }, - [2914] = { - [sym_type_constraints] = STATE(3130), - [sym_function_body] = STATE(3129), - [sym__block] = STATE(3245), - [sym__alpha_identifier] = ACTIONS(4101), - [anon_sym_AT] = ACTIONS(4103), - [anon_sym_LBRACK] = ACTIONS(4103), - [anon_sym_as] = ACTIONS(4101), - [anon_sym_EQ] = ACTIONS(6265), - [anon_sym_LBRACE] = ACTIONS(6220), - [anon_sym_RBRACE] = ACTIONS(4103), - [anon_sym_LPAREN] = ACTIONS(4103), - [anon_sym_LT] = ACTIONS(4101), - [anon_sym_GT] = ACTIONS(4101), - [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(4101), - [anon_sym_fun] = ACTIONS(4101), - [anon_sym_DOT] = ACTIONS(4101), - [anon_sym_SEMI] = ACTIONS(4103), - [anon_sym_get] = ACTIONS(4101), - [anon_sym_set] = ACTIONS(4101), - [anon_sym_this] = ACTIONS(4101), - [anon_sym_super] = ACTIONS(4101), - [anon_sym_STAR] = ACTIONS(4101), - [sym_label] = ACTIONS(4101), - [anon_sym_in] = ACTIONS(4101), - [anon_sym_DOT_DOT] = ACTIONS(4103), - [anon_sym_QMARK_COLON] = ACTIONS(4103), - [anon_sym_AMP_AMP] = ACTIONS(4103), - [anon_sym_PIPE_PIPE] = ACTIONS(4103), - [anon_sym_null] = ACTIONS(4101), - [anon_sym_if] = ACTIONS(4101), - [anon_sym_else] = ACTIONS(4101), - [anon_sym_when] = ACTIONS(4101), - [anon_sym_try] = ACTIONS(4101), - [anon_sym_throw] = ACTIONS(4101), - [anon_sym_return] = ACTIONS(4101), - [anon_sym_continue] = ACTIONS(4101), - [anon_sym_break] = ACTIONS(4101), - [anon_sym_COLON_COLON] = ACTIONS(4103), - [anon_sym_PLUS_EQ] = ACTIONS(4103), - [anon_sym_DASH_EQ] = ACTIONS(4103), - [anon_sym_STAR_EQ] = ACTIONS(4103), - [anon_sym_SLASH_EQ] = ACTIONS(4103), - [anon_sym_PERCENT_EQ] = ACTIONS(4103), - [anon_sym_BANG_EQ] = ACTIONS(4101), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4103), - [anon_sym_EQ_EQ] = ACTIONS(4101), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4103), - [anon_sym_LT_EQ] = ACTIONS(4103), - [anon_sym_GT_EQ] = ACTIONS(4103), - [anon_sym_BANGin] = ACTIONS(4103), - [anon_sym_is] = ACTIONS(4101), - [anon_sym_BANGis] = ACTIONS(4103), - [anon_sym_PLUS] = ACTIONS(4101), - [anon_sym_DASH] = ACTIONS(4101), - [anon_sym_SLASH] = ACTIONS(4101), - [anon_sym_PERCENT] = ACTIONS(4101), - [anon_sym_as_QMARK] = ACTIONS(4103), - [anon_sym_PLUS_PLUS] = ACTIONS(4103), - [anon_sym_DASH_DASH] = ACTIONS(4103), - [anon_sym_BANG] = ACTIONS(4101), - [anon_sym_BANG_BANG] = ACTIONS(4103), - [anon_sym_data] = ACTIONS(4101), - [anon_sym_inner] = ACTIONS(4101), - [anon_sym_expect] = ACTIONS(4101), - [anon_sym_actual] = ACTIONS(4101), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4103), - [anon_sym_continue_AT] = ACTIONS(4103), - [anon_sym_break_AT] = ACTIONS(4103), - [sym_real_literal] = ACTIONS(4103), - [sym_integer_literal] = ACTIONS(4101), - [sym_hex_literal] = ACTIONS(4103), - [sym_bin_literal] = ACTIONS(4103), - [anon_sym_true] = ACTIONS(4101), - [anon_sym_false] = ACTIONS(4101), - [anon_sym_SQUOTE] = ACTIONS(4103), - [sym__backtick_identifier] = ACTIONS(4103), - [sym__automatic_semicolon] = ACTIONS(4103), - [sym_safe_nav] = ACTIONS(4103), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4103), - }, - [2915] = { - [sym_class_body] = STATE(3398), - [sym__alpha_identifier] = ACTIONS(4517), - [anon_sym_AT] = ACTIONS(4519), - [anon_sym_COLON] = ACTIONS(6340), - [anon_sym_LBRACK] = ACTIONS(4519), - [anon_sym_as] = ACTIONS(4517), - [anon_sym_EQ] = ACTIONS(4517), - [anon_sym_LBRACE] = ACTIONS(3112), - [anon_sym_RBRACE] = ACTIONS(4519), - [anon_sym_LPAREN] = ACTIONS(4519), - [anon_sym_COMMA] = ACTIONS(4519), - [anon_sym_LT] = ACTIONS(4517), - [anon_sym_GT] = ACTIONS(4517), - [anon_sym_where] = ACTIONS(4517), - [anon_sym_object] = ACTIONS(4517), - [anon_sym_fun] = ACTIONS(4517), - [anon_sym_DOT] = ACTIONS(4517), - [anon_sym_SEMI] = ACTIONS(4519), - [anon_sym_get] = ACTIONS(4517), - [anon_sym_set] = ACTIONS(4517), - [anon_sym_this] = ACTIONS(4517), - [anon_sym_super] = ACTIONS(4517), - [anon_sym_STAR] = ACTIONS(4517), - [sym_label] = ACTIONS(4517), - [anon_sym_in] = ACTIONS(4517), - [anon_sym_DOT_DOT] = ACTIONS(4519), - [anon_sym_QMARK_COLON] = ACTIONS(4519), - [anon_sym_AMP_AMP] = ACTIONS(4519), - [anon_sym_PIPE_PIPE] = ACTIONS(4519), - [anon_sym_null] = ACTIONS(4517), - [anon_sym_if] = ACTIONS(4517), - [anon_sym_else] = ACTIONS(4517), - [anon_sym_when] = ACTIONS(4517), - [anon_sym_try] = ACTIONS(4517), - [anon_sym_throw] = ACTIONS(4517), - [anon_sym_return] = ACTIONS(4517), - [anon_sym_continue] = ACTIONS(4517), - [anon_sym_break] = ACTIONS(4517), - [anon_sym_COLON_COLON] = ACTIONS(4519), - [anon_sym_PLUS_EQ] = ACTIONS(4519), - [anon_sym_DASH_EQ] = ACTIONS(4519), - [anon_sym_STAR_EQ] = ACTIONS(4519), - [anon_sym_SLASH_EQ] = ACTIONS(4519), - [anon_sym_PERCENT_EQ] = ACTIONS(4519), - [anon_sym_BANG_EQ] = ACTIONS(4517), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4519), - [anon_sym_EQ_EQ] = ACTIONS(4517), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4519), - [anon_sym_LT_EQ] = ACTIONS(4519), - [anon_sym_GT_EQ] = ACTIONS(4519), - [anon_sym_BANGin] = ACTIONS(4519), - [anon_sym_is] = ACTIONS(4517), - [anon_sym_BANGis] = ACTIONS(4519), - [anon_sym_PLUS] = ACTIONS(4517), - [anon_sym_DASH] = ACTIONS(4517), - [anon_sym_SLASH] = ACTIONS(4517), - [anon_sym_PERCENT] = ACTIONS(4517), - [anon_sym_as_QMARK] = ACTIONS(4519), - [anon_sym_PLUS_PLUS] = ACTIONS(4519), - [anon_sym_DASH_DASH] = ACTIONS(4519), - [anon_sym_BANG] = ACTIONS(4517), - [anon_sym_BANG_BANG] = ACTIONS(4519), - [anon_sym_data] = ACTIONS(4517), - [anon_sym_inner] = ACTIONS(4517), - [anon_sym_expect] = ACTIONS(4517), - [anon_sym_actual] = ACTIONS(4517), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4519), - [anon_sym_continue_AT] = ACTIONS(4519), - [anon_sym_break_AT] = ACTIONS(4519), - [sym_real_literal] = ACTIONS(4519), - [sym_integer_literal] = ACTIONS(4517), - [sym_hex_literal] = ACTIONS(4519), - [sym_bin_literal] = ACTIONS(4519), - [anon_sym_true] = ACTIONS(4517), - [anon_sym_false] = ACTIONS(4517), - [anon_sym_SQUOTE] = ACTIONS(4519), - [sym__backtick_identifier] = ACTIONS(4519), - [sym__automatic_semicolon] = ACTIONS(4519), - [sym_safe_nav] = ACTIONS(4519), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4519), - }, - [2916] = { - [sym_catch_block] = STATE(3073), - [sym_finally_block] = STATE(3748), - [aux_sym_try_expression_repeat1] = STATE(3073), - [sym__alpha_identifier] = ACTIONS(4023), - [anon_sym_AT] = ACTIONS(4025), - [anon_sym_LBRACK] = ACTIONS(4025), - [anon_sym_as] = ACTIONS(4023), - [anon_sym_EQ] = ACTIONS(4023), - [anon_sym_LBRACE] = ACTIONS(4025), - [anon_sym_RBRACE] = ACTIONS(4025), - [anon_sym_LPAREN] = ACTIONS(4025), - [anon_sym_COMMA] = ACTIONS(4025), - [anon_sym_LT] = ACTIONS(4023), - [anon_sym_GT] = ACTIONS(4023), - [anon_sym_where] = ACTIONS(4023), - [anon_sym_DOT] = ACTIONS(4023), - [anon_sym_SEMI] = ACTIONS(4025), - [anon_sym_get] = ACTIONS(4023), - [anon_sym_set] = ACTIONS(4023), - [anon_sym_STAR] = ACTIONS(4023), - [sym_label] = ACTIONS(4025), - [anon_sym_in] = ACTIONS(4023), - [anon_sym_DOT_DOT] = ACTIONS(4025), - [anon_sym_QMARK_COLON] = ACTIONS(4025), - [anon_sym_AMP_AMP] = ACTIONS(4025), - [anon_sym_PIPE_PIPE] = ACTIONS(4025), - [anon_sym_else] = ACTIONS(4023), - [anon_sym_catch] = ACTIONS(6342), - [anon_sym_finally] = ACTIONS(6344), - [anon_sym_COLON_COLON] = ACTIONS(4025), - [anon_sym_PLUS_EQ] = ACTIONS(4025), - [anon_sym_DASH_EQ] = ACTIONS(4025), - [anon_sym_STAR_EQ] = ACTIONS(4025), - [anon_sym_SLASH_EQ] = ACTIONS(4025), - [anon_sym_PERCENT_EQ] = ACTIONS(4025), - [anon_sym_BANG_EQ] = ACTIONS(4023), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4025), - [anon_sym_EQ_EQ] = ACTIONS(4023), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4025), - [anon_sym_LT_EQ] = ACTIONS(4025), - [anon_sym_GT_EQ] = ACTIONS(4025), - [anon_sym_BANGin] = ACTIONS(4025), - [anon_sym_is] = ACTIONS(4023), - [anon_sym_BANGis] = ACTIONS(4025), - [anon_sym_PLUS] = ACTIONS(4023), - [anon_sym_DASH] = ACTIONS(4023), - [anon_sym_SLASH] = ACTIONS(4023), - [anon_sym_PERCENT] = ACTIONS(4023), - [anon_sym_as_QMARK] = ACTIONS(4025), - [anon_sym_PLUS_PLUS] = ACTIONS(4025), - [anon_sym_DASH_DASH] = ACTIONS(4025), - [anon_sym_BANG_BANG] = ACTIONS(4025), - [anon_sym_suspend] = ACTIONS(4023), - [anon_sym_sealed] = ACTIONS(4023), - [anon_sym_annotation] = ACTIONS(4023), - [anon_sym_data] = ACTIONS(4023), - [anon_sym_inner] = ACTIONS(4023), - [anon_sym_override] = ACTIONS(4023), - [anon_sym_lateinit] = ACTIONS(4023), - [anon_sym_public] = ACTIONS(4023), - [anon_sym_private] = ACTIONS(4023), - [anon_sym_internal] = ACTIONS(4023), - [anon_sym_protected] = ACTIONS(4023), - [anon_sym_tailrec] = ACTIONS(4023), - [anon_sym_operator] = ACTIONS(4023), - [anon_sym_infix] = ACTIONS(4023), - [anon_sym_inline] = ACTIONS(4023), - [anon_sym_external] = ACTIONS(4023), - [sym_property_modifier] = ACTIONS(4023), - [anon_sym_abstract] = ACTIONS(4023), - [anon_sym_final] = ACTIONS(4023), - [anon_sym_open] = ACTIONS(4023), - [anon_sym_vararg] = ACTIONS(4023), - [anon_sym_noinline] = ACTIONS(4023), - [anon_sym_crossinline] = ACTIONS(4023), - [anon_sym_expect] = ACTIONS(4023), - [anon_sym_actual] = ACTIONS(4023), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4025), - [sym__automatic_semicolon] = ACTIONS(4025), - [sym_safe_nav] = ACTIONS(4025), - [sym_multiline_comment] = ACTIONS(3), - }, - [2917] = { - [sym__alpha_identifier] = ACTIONS(4444), - [anon_sym_AT] = ACTIONS(4446), - [anon_sym_LBRACK] = ACTIONS(4446), - [anon_sym_RBRACK] = ACTIONS(4446), - [anon_sym_as] = ACTIONS(4444), - [anon_sym_EQ] = ACTIONS(4444), - [anon_sym_LBRACE] = ACTIONS(4446), - [anon_sym_RBRACE] = ACTIONS(4446), - [anon_sym_LPAREN] = ACTIONS(4446), - [anon_sym_COMMA] = ACTIONS(4446), - [anon_sym_RPAREN] = ACTIONS(4446), - [anon_sym_by] = ACTIONS(4444), - [anon_sym_LT] = ACTIONS(4444), - [anon_sym_GT] = ACTIONS(4444), - [anon_sym_where] = ACTIONS(4444), - [anon_sym_DOT] = ACTIONS(4444), - [anon_sym_SEMI] = ACTIONS(4446), - [anon_sym_get] = ACTIONS(4444), - [anon_sym_set] = ACTIONS(4444), - [sym__quest] = ACTIONS(4444), - [anon_sym_STAR] = ACTIONS(4444), - [anon_sym_DASH_GT] = ACTIONS(4446), - [sym_label] = ACTIONS(4446), - [anon_sym_in] = ACTIONS(4444), - [anon_sym_while] = ACTIONS(4444), - [anon_sym_DOT_DOT] = ACTIONS(4446), - [anon_sym_QMARK_COLON] = ACTIONS(4446), - [anon_sym_AMP_AMP] = ACTIONS(4446), - [anon_sym_PIPE_PIPE] = ACTIONS(4446), - [anon_sym_else] = ACTIONS(4444), - [anon_sym_COLON_COLON] = ACTIONS(4446), - [anon_sym_PLUS_EQ] = ACTIONS(4446), - [anon_sym_DASH_EQ] = ACTIONS(4446), - [anon_sym_STAR_EQ] = ACTIONS(4446), - [anon_sym_SLASH_EQ] = ACTIONS(4446), - [anon_sym_PERCENT_EQ] = ACTIONS(4446), - [anon_sym_BANG_EQ] = ACTIONS(4444), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4446), - [anon_sym_EQ_EQ] = ACTIONS(4444), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4446), - [anon_sym_LT_EQ] = ACTIONS(4446), - [anon_sym_GT_EQ] = ACTIONS(4446), - [anon_sym_BANGin] = ACTIONS(4446), - [anon_sym_is] = ACTIONS(4444), - [anon_sym_BANGis] = ACTIONS(4446), - [anon_sym_PLUS] = ACTIONS(4444), - [anon_sym_DASH] = ACTIONS(4444), - [anon_sym_SLASH] = ACTIONS(4444), - [anon_sym_PERCENT] = ACTIONS(4444), - [anon_sym_as_QMARK] = ACTIONS(4446), - [anon_sym_PLUS_PLUS] = ACTIONS(4446), - [anon_sym_DASH_DASH] = ACTIONS(4446), - [anon_sym_BANG_BANG] = ACTIONS(4446), - [anon_sym_suspend] = ACTIONS(4444), - [anon_sym_sealed] = ACTIONS(4444), - [anon_sym_annotation] = ACTIONS(4444), - [anon_sym_data] = ACTIONS(4444), - [anon_sym_inner] = ACTIONS(4444), - [anon_sym_override] = ACTIONS(4444), - [anon_sym_lateinit] = ACTIONS(4444), - [anon_sym_public] = ACTIONS(4444), - [anon_sym_private] = ACTIONS(4444), - [anon_sym_internal] = ACTIONS(4444), - [anon_sym_protected] = ACTIONS(4444), - [anon_sym_tailrec] = ACTIONS(4444), - [anon_sym_operator] = ACTIONS(4444), - [anon_sym_infix] = ACTIONS(4444), - [anon_sym_inline] = ACTIONS(4444), - [anon_sym_external] = ACTIONS(4444), - [sym_property_modifier] = ACTIONS(4444), - [anon_sym_abstract] = ACTIONS(4444), - [anon_sym_final] = ACTIONS(4444), - [anon_sym_open] = ACTIONS(4444), - [anon_sym_vararg] = ACTIONS(4444), - [anon_sym_noinline] = ACTIONS(4444), - [anon_sym_crossinline] = ACTIONS(4444), - [anon_sym_expect] = ACTIONS(4444), - [anon_sym_actual] = ACTIONS(4444), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4446), - [sym_safe_nav] = ACTIONS(4446), - [sym_multiline_comment] = ACTIONS(3), - }, - [2918] = { - [sym__alpha_identifier] = ACTIONS(4136), - [anon_sym_AT] = ACTIONS(4132), - [anon_sym_COLON] = ACTIONS(6242), - [anon_sym_LBRACK] = ACTIONS(4132), - [anon_sym_RBRACK] = ACTIONS(4132), - [anon_sym_as] = ACTIONS(4136), - [anon_sym_EQ] = ACTIONS(4136), - [anon_sym_LBRACE] = ACTIONS(4132), - [anon_sym_RBRACE] = ACTIONS(4132), - [anon_sym_LPAREN] = ACTIONS(4132), - [anon_sym_COMMA] = ACTIONS(4132), - [anon_sym_RPAREN] = ACTIONS(4132), - [anon_sym_by] = ACTIONS(4136), - [anon_sym_LT] = ACTIONS(4136), - [anon_sym_GT] = ACTIONS(4136), - [anon_sym_where] = ACTIONS(4136), - [anon_sym_DOT] = ACTIONS(4136), - [anon_sym_SEMI] = ACTIONS(4132), - [anon_sym_get] = ACTIONS(4136), - [anon_sym_set] = ACTIONS(4136), - [anon_sym_STAR] = ACTIONS(4136), - [anon_sym_DASH_GT] = ACTIONS(4132), - [sym_label] = ACTIONS(4132), - [anon_sym_in] = ACTIONS(4136), - [anon_sym_while] = ACTIONS(4136), - [anon_sym_DOT_DOT] = ACTIONS(4132), - [anon_sym_QMARK_COLON] = ACTIONS(4132), - [anon_sym_AMP_AMP] = ACTIONS(4132), - [anon_sym_PIPE_PIPE] = ACTIONS(4132), - [anon_sym_else] = ACTIONS(4136), - [anon_sym_COLON_COLON] = ACTIONS(4132), - [anon_sym_PLUS_EQ] = ACTIONS(4132), - [anon_sym_DASH_EQ] = ACTIONS(4132), - [anon_sym_STAR_EQ] = ACTIONS(4132), - [anon_sym_SLASH_EQ] = ACTIONS(4132), - [anon_sym_PERCENT_EQ] = ACTIONS(4132), - [anon_sym_BANG_EQ] = ACTIONS(4136), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4132), - [anon_sym_EQ_EQ] = ACTIONS(4136), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4132), - [anon_sym_LT_EQ] = ACTIONS(4132), - [anon_sym_GT_EQ] = ACTIONS(4132), - [anon_sym_BANGin] = ACTIONS(4132), - [anon_sym_is] = ACTIONS(4136), - [anon_sym_BANGis] = ACTIONS(4132), - [anon_sym_PLUS] = ACTIONS(4136), - [anon_sym_DASH] = ACTIONS(4136), - [anon_sym_SLASH] = ACTIONS(4136), - [anon_sym_PERCENT] = ACTIONS(4136), - [anon_sym_as_QMARK] = ACTIONS(4132), - [anon_sym_PLUS_PLUS] = ACTIONS(4132), - [anon_sym_DASH_DASH] = ACTIONS(4132), - [anon_sym_BANG_BANG] = ACTIONS(4132), - [anon_sym_suspend] = ACTIONS(4136), - [anon_sym_sealed] = ACTIONS(4136), - [anon_sym_annotation] = ACTIONS(4136), - [anon_sym_data] = ACTIONS(4136), - [anon_sym_inner] = ACTIONS(4136), - [anon_sym_override] = ACTIONS(4136), - [anon_sym_lateinit] = ACTIONS(4136), - [anon_sym_public] = ACTIONS(4136), - [anon_sym_private] = ACTIONS(4136), - [anon_sym_internal] = ACTIONS(4136), - [anon_sym_protected] = ACTIONS(4136), - [anon_sym_tailrec] = ACTIONS(4136), - [anon_sym_operator] = ACTIONS(4136), - [anon_sym_infix] = ACTIONS(4136), - [anon_sym_inline] = ACTIONS(4136), - [anon_sym_external] = ACTIONS(4136), - [sym_property_modifier] = ACTIONS(4136), - [anon_sym_abstract] = ACTIONS(4136), - [anon_sym_final] = ACTIONS(4136), - [anon_sym_open] = ACTIONS(4136), - [anon_sym_vararg] = ACTIONS(4136), - [anon_sym_noinline] = ACTIONS(4136), - [anon_sym_crossinline] = ACTIONS(4136), - [anon_sym_expect] = ACTIONS(4136), - [anon_sym_actual] = ACTIONS(4136), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4132), - [sym_safe_nav] = ACTIONS(4132), - [sym_multiline_comment] = ACTIONS(3), - }, - [2919] = { - [sym__alpha_identifier] = ACTIONS(4473), - [anon_sym_AT] = ACTIONS(4475), - [anon_sym_LBRACK] = ACTIONS(4475), - [anon_sym_as] = ACTIONS(4473), - [anon_sym_EQ] = ACTIONS(4473), - [anon_sym_LBRACE] = ACTIONS(4475), - [anon_sym_RBRACE] = ACTIONS(4475), - [anon_sym_LPAREN] = ACTIONS(4475), - [anon_sym_COMMA] = ACTIONS(4475), - [anon_sym_LT] = ACTIONS(4473), - [anon_sym_GT] = ACTIONS(4473), - [anon_sym_where] = ACTIONS(4473), - [anon_sym_object] = ACTIONS(4473), - [anon_sym_fun] = ACTIONS(4473), - [anon_sym_DOT] = ACTIONS(4473), - [anon_sym_SEMI] = ACTIONS(4475), - [anon_sym_get] = ACTIONS(4473), - [anon_sym_set] = ACTIONS(4473), - [anon_sym_this] = ACTIONS(4473), - [anon_sym_super] = ACTIONS(4473), - [anon_sym_STAR] = ACTIONS(4473), - [sym_label] = ACTIONS(4473), - [anon_sym_in] = ACTIONS(4473), - [anon_sym_DOT_DOT] = ACTIONS(4475), - [anon_sym_QMARK_COLON] = ACTIONS(4475), - [anon_sym_AMP_AMP] = ACTIONS(4475), - [anon_sym_PIPE_PIPE] = ACTIONS(4475), - [anon_sym_null] = ACTIONS(4473), - [anon_sym_if] = ACTIONS(4473), - [anon_sym_else] = ACTIONS(4473), - [anon_sym_when] = ACTIONS(4473), - [anon_sym_try] = ACTIONS(4473), - [anon_sym_throw] = ACTIONS(4473), - [anon_sym_return] = ACTIONS(4473), - [anon_sym_continue] = ACTIONS(4473), - [anon_sym_break] = ACTIONS(4473), - [anon_sym_COLON_COLON] = ACTIONS(4475), - [anon_sym_PLUS_EQ] = ACTIONS(4475), - [anon_sym_DASH_EQ] = ACTIONS(4475), - [anon_sym_STAR_EQ] = ACTIONS(4475), - [anon_sym_SLASH_EQ] = ACTIONS(4475), - [anon_sym_PERCENT_EQ] = ACTIONS(4475), - [anon_sym_BANG_EQ] = ACTIONS(4473), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4475), - [anon_sym_EQ_EQ] = ACTIONS(4473), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4475), - [anon_sym_LT_EQ] = ACTIONS(4475), - [anon_sym_GT_EQ] = ACTIONS(4475), - [anon_sym_BANGin] = ACTIONS(4475), - [anon_sym_is] = ACTIONS(4473), - [anon_sym_BANGis] = ACTIONS(4475), - [anon_sym_PLUS] = ACTIONS(4473), - [anon_sym_DASH] = ACTIONS(4473), - [anon_sym_SLASH] = ACTIONS(4473), - [anon_sym_PERCENT] = ACTIONS(4473), - [anon_sym_as_QMARK] = ACTIONS(4475), - [anon_sym_PLUS_PLUS] = ACTIONS(4475), - [anon_sym_DASH_DASH] = ACTIONS(4475), - [anon_sym_BANG] = ACTIONS(4473), - [anon_sym_BANG_BANG] = ACTIONS(4475), - [anon_sym_data] = ACTIONS(4473), - [anon_sym_inner] = ACTIONS(4473), - [anon_sym_expect] = ACTIONS(4473), - [anon_sym_actual] = ACTIONS(4473), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4475), - [anon_sym_continue_AT] = ACTIONS(4475), - [anon_sym_break_AT] = ACTIONS(4475), - [sym_real_literal] = ACTIONS(4475), - [sym_integer_literal] = ACTIONS(4473), - [sym_hex_literal] = ACTIONS(4475), - [sym_bin_literal] = ACTIONS(4475), - [aux_sym_unsigned_literal_token1] = ACTIONS(6346), - [anon_sym_L] = ACTIONS(6348), - [anon_sym_true] = ACTIONS(4473), - [anon_sym_false] = ACTIONS(4473), - [anon_sym_SQUOTE] = ACTIONS(4475), - [sym__backtick_identifier] = ACTIONS(4475), - [sym__automatic_semicolon] = ACTIONS(4475), - [sym_safe_nav] = ACTIONS(4475), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4475), - }, - [2920] = { - [sym_type_constraints] = STATE(3117), - [sym_enum_class_body] = STATE(3124), - [sym__alpha_identifier] = ACTIONS(4448), - [anon_sym_AT] = ACTIONS(4450), - [anon_sym_LBRACK] = ACTIONS(4450), - [anon_sym_as] = ACTIONS(4448), - [anon_sym_EQ] = ACTIONS(4448), - [anon_sym_LBRACE] = ACTIONS(3152), - [anon_sym_RBRACE] = ACTIONS(4450), - [anon_sym_LPAREN] = ACTIONS(4450), - [anon_sym_COMMA] = ACTIONS(4450), - [anon_sym_LT] = ACTIONS(4448), - [anon_sym_GT] = ACTIONS(4448), - [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(4448), - [anon_sym_fun] = ACTIONS(4448), - [anon_sym_DOT] = ACTIONS(4448), - [anon_sym_SEMI] = ACTIONS(4450), - [anon_sym_get] = ACTIONS(4448), - [anon_sym_set] = ACTIONS(4448), - [anon_sym_this] = ACTIONS(4448), - [anon_sym_super] = ACTIONS(4448), - [anon_sym_STAR] = ACTIONS(4448), - [sym_label] = ACTIONS(4448), - [anon_sym_in] = ACTIONS(4448), - [anon_sym_DOT_DOT] = ACTIONS(4450), - [anon_sym_QMARK_COLON] = ACTIONS(4450), - [anon_sym_AMP_AMP] = ACTIONS(4450), - [anon_sym_PIPE_PIPE] = ACTIONS(4450), - [anon_sym_null] = ACTIONS(4448), - [anon_sym_if] = ACTIONS(4448), - [anon_sym_else] = ACTIONS(4448), - [anon_sym_when] = ACTIONS(4448), - [anon_sym_try] = ACTIONS(4448), - [anon_sym_throw] = ACTIONS(4448), - [anon_sym_return] = ACTIONS(4448), - [anon_sym_continue] = ACTIONS(4448), - [anon_sym_break] = ACTIONS(4448), - [anon_sym_COLON_COLON] = ACTIONS(4450), - [anon_sym_PLUS_EQ] = ACTIONS(4450), - [anon_sym_DASH_EQ] = ACTIONS(4450), - [anon_sym_STAR_EQ] = ACTIONS(4450), - [anon_sym_SLASH_EQ] = ACTIONS(4450), - [anon_sym_PERCENT_EQ] = ACTIONS(4450), - [anon_sym_BANG_EQ] = ACTIONS(4448), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4450), - [anon_sym_EQ_EQ] = ACTIONS(4448), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4450), - [anon_sym_LT_EQ] = ACTIONS(4450), - [anon_sym_GT_EQ] = ACTIONS(4450), - [anon_sym_BANGin] = ACTIONS(4450), - [anon_sym_is] = ACTIONS(4448), - [anon_sym_BANGis] = ACTIONS(4450), - [anon_sym_PLUS] = ACTIONS(4448), - [anon_sym_DASH] = ACTIONS(4448), - [anon_sym_SLASH] = ACTIONS(4448), - [anon_sym_PERCENT] = ACTIONS(4448), - [anon_sym_as_QMARK] = ACTIONS(4450), - [anon_sym_PLUS_PLUS] = ACTIONS(4450), - [anon_sym_DASH_DASH] = ACTIONS(4450), - [anon_sym_BANG] = ACTIONS(4448), - [anon_sym_BANG_BANG] = ACTIONS(4450), - [anon_sym_data] = ACTIONS(4448), - [anon_sym_inner] = ACTIONS(4448), - [anon_sym_expect] = ACTIONS(4448), - [anon_sym_actual] = ACTIONS(4448), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4450), - [anon_sym_continue_AT] = ACTIONS(4450), - [anon_sym_break_AT] = ACTIONS(4450), - [sym_real_literal] = ACTIONS(4450), - [sym_integer_literal] = ACTIONS(4448), - [sym_hex_literal] = ACTIONS(4450), - [sym_bin_literal] = ACTIONS(4450), - [anon_sym_true] = ACTIONS(4448), - [anon_sym_false] = ACTIONS(4448), - [anon_sym_SQUOTE] = ACTIONS(4450), - [sym__backtick_identifier] = ACTIONS(4450), - [sym__automatic_semicolon] = ACTIONS(4450), - [sym_safe_nav] = ACTIONS(4450), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4450), - }, - [2921] = { - [sym__alpha_identifier] = ACTIONS(4426), - [anon_sym_AT] = ACTIONS(4428), - [anon_sym_LBRACK] = ACTIONS(4428), - [anon_sym_RBRACK] = ACTIONS(4428), - [anon_sym_as] = ACTIONS(4426), - [anon_sym_EQ] = ACTIONS(4426), - [anon_sym_LBRACE] = ACTIONS(4428), - [anon_sym_RBRACE] = ACTIONS(4428), - [anon_sym_LPAREN] = ACTIONS(4428), - [anon_sym_COMMA] = ACTIONS(4428), - [anon_sym_RPAREN] = ACTIONS(4428), - [anon_sym_by] = ACTIONS(4426), - [anon_sym_LT] = ACTIONS(4426), - [anon_sym_GT] = ACTIONS(4426), - [anon_sym_where] = ACTIONS(4426), - [anon_sym_DOT] = ACTIONS(4426), - [anon_sym_SEMI] = ACTIONS(4428), - [anon_sym_get] = ACTIONS(4426), - [anon_sym_set] = ACTIONS(4426), - [sym__quest] = ACTIONS(4426), - [anon_sym_STAR] = ACTIONS(4426), - [anon_sym_DASH_GT] = ACTIONS(4428), - [sym_label] = ACTIONS(4428), - [anon_sym_in] = ACTIONS(4426), - [anon_sym_while] = ACTIONS(4426), - [anon_sym_DOT_DOT] = ACTIONS(4428), - [anon_sym_QMARK_COLON] = ACTIONS(4428), - [anon_sym_AMP_AMP] = ACTIONS(4428), - [anon_sym_PIPE_PIPE] = ACTIONS(4428), - [anon_sym_else] = ACTIONS(4426), - [anon_sym_COLON_COLON] = ACTIONS(4428), - [anon_sym_PLUS_EQ] = ACTIONS(4428), - [anon_sym_DASH_EQ] = ACTIONS(4428), - [anon_sym_STAR_EQ] = ACTIONS(4428), - [anon_sym_SLASH_EQ] = ACTIONS(4428), - [anon_sym_PERCENT_EQ] = ACTIONS(4428), - [anon_sym_BANG_EQ] = ACTIONS(4426), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4428), - [anon_sym_EQ_EQ] = ACTIONS(4426), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4428), - [anon_sym_LT_EQ] = ACTIONS(4428), - [anon_sym_GT_EQ] = ACTIONS(4428), - [anon_sym_BANGin] = ACTIONS(4428), - [anon_sym_is] = ACTIONS(4426), - [anon_sym_BANGis] = ACTIONS(4428), - [anon_sym_PLUS] = ACTIONS(4426), - [anon_sym_DASH] = ACTIONS(4426), - [anon_sym_SLASH] = ACTIONS(4426), - [anon_sym_PERCENT] = ACTIONS(4426), - [anon_sym_as_QMARK] = ACTIONS(4428), - [anon_sym_PLUS_PLUS] = ACTIONS(4428), - [anon_sym_DASH_DASH] = ACTIONS(4428), - [anon_sym_BANG_BANG] = ACTIONS(4428), - [anon_sym_suspend] = ACTIONS(4426), - [anon_sym_sealed] = ACTIONS(4426), - [anon_sym_annotation] = ACTIONS(4426), - [anon_sym_data] = ACTIONS(4426), - [anon_sym_inner] = ACTIONS(4426), - [anon_sym_override] = ACTIONS(4426), - [anon_sym_lateinit] = ACTIONS(4426), - [anon_sym_public] = ACTIONS(4426), - [anon_sym_private] = ACTIONS(4426), - [anon_sym_internal] = ACTIONS(4426), - [anon_sym_protected] = ACTIONS(4426), - [anon_sym_tailrec] = ACTIONS(4426), - [anon_sym_operator] = ACTIONS(4426), - [anon_sym_infix] = ACTIONS(4426), - [anon_sym_inline] = ACTIONS(4426), - [anon_sym_external] = ACTIONS(4426), - [sym_property_modifier] = ACTIONS(4426), - [anon_sym_abstract] = ACTIONS(4426), - [anon_sym_final] = ACTIONS(4426), - [anon_sym_open] = ACTIONS(4426), - [anon_sym_vararg] = ACTIONS(4426), - [anon_sym_noinline] = ACTIONS(4426), - [anon_sym_crossinline] = ACTIONS(4426), - [anon_sym_expect] = ACTIONS(4426), - [anon_sym_actual] = ACTIONS(4426), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4428), - [sym_safe_nav] = ACTIONS(4428), - [sym_multiline_comment] = ACTIONS(3), - }, [2922] = { - [sym_type_constraints] = STATE(3116), - [sym_enum_class_body] = STATE(3126), - [sym__alpha_identifier] = ACTIONS(4213), - [anon_sym_AT] = ACTIONS(4215), - [anon_sym_COLON] = ACTIONS(6350), - [anon_sym_LBRACK] = ACTIONS(4215), - [anon_sym_as] = ACTIONS(4213), - [anon_sym_EQ] = ACTIONS(4213), - [anon_sym_LBRACE] = ACTIONS(3152), - [anon_sym_RBRACE] = ACTIONS(4215), - [anon_sym_LPAREN] = ACTIONS(4215), - [anon_sym_LT] = ACTIONS(4213), - [anon_sym_GT] = ACTIONS(4213), + [sym_type_constraints] = STATE(3154), + [sym_function_body] = STATE(3153), + [sym__block] = STATE(3334), + [sym__alpha_identifier] = ACTIONS(4099), + [anon_sym_AT] = ACTIONS(4101), + [anon_sym_LBRACK] = ACTIONS(4101), + [anon_sym_as] = ACTIONS(4099), + [anon_sym_EQ] = ACTIONS(6262), + [anon_sym_LBRACE] = ACTIONS(6244), + [anon_sym_RBRACE] = ACTIONS(4101), + [anon_sym_LPAREN] = ACTIONS(4101), + [anon_sym_LT] = ACTIONS(4099), + [anon_sym_GT] = ACTIONS(4099), [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(4213), - [anon_sym_fun] = ACTIONS(4213), - [anon_sym_DOT] = ACTIONS(4213), - [anon_sym_SEMI] = ACTIONS(4215), - [anon_sym_get] = ACTIONS(4213), - [anon_sym_set] = ACTIONS(4213), - [anon_sym_this] = ACTIONS(4213), - [anon_sym_super] = ACTIONS(4213), - [anon_sym_STAR] = ACTIONS(4213), - [sym_label] = ACTIONS(4213), - [anon_sym_in] = ACTIONS(4213), - [anon_sym_DOT_DOT] = ACTIONS(4215), - [anon_sym_QMARK_COLON] = ACTIONS(4215), - [anon_sym_AMP_AMP] = ACTIONS(4215), - [anon_sym_PIPE_PIPE] = ACTIONS(4215), - [anon_sym_null] = ACTIONS(4213), - [anon_sym_if] = ACTIONS(4213), - [anon_sym_else] = ACTIONS(4213), - [anon_sym_when] = ACTIONS(4213), - [anon_sym_try] = ACTIONS(4213), - [anon_sym_throw] = ACTIONS(4213), - [anon_sym_return] = ACTIONS(4213), - [anon_sym_continue] = ACTIONS(4213), - [anon_sym_break] = ACTIONS(4213), - [anon_sym_COLON_COLON] = ACTIONS(4215), - [anon_sym_PLUS_EQ] = ACTIONS(4215), - [anon_sym_DASH_EQ] = ACTIONS(4215), - [anon_sym_STAR_EQ] = ACTIONS(4215), - [anon_sym_SLASH_EQ] = ACTIONS(4215), - [anon_sym_PERCENT_EQ] = ACTIONS(4215), - [anon_sym_BANG_EQ] = ACTIONS(4213), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4215), - [anon_sym_EQ_EQ] = ACTIONS(4213), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4215), - [anon_sym_LT_EQ] = ACTIONS(4215), - [anon_sym_GT_EQ] = ACTIONS(4215), - [anon_sym_BANGin] = ACTIONS(4215), - [anon_sym_is] = ACTIONS(4213), - [anon_sym_BANGis] = ACTIONS(4215), - [anon_sym_PLUS] = ACTIONS(4213), - [anon_sym_DASH] = ACTIONS(4213), - [anon_sym_SLASH] = ACTIONS(4213), - [anon_sym_PERCENT] = ACTIONS(4213), - [anon_sym_as_QMARK] = ACTIONS(4215), - [anon_sym_PLUS_PLUS] = ACTIONS(4215), - [anon_sym_DASH_DASH] = ACTIONS(4215), - [anon_sym_BANG] = ACTIONS(4213), - [anon_sym_BANG_BANG] = ACTIONS(4215), - [anon_sym_data] = ACTIONS(4213), - [anon_sym_inner] = ACTIONS(4213), - [anon_sym_expect] = ACTIONS(4213), - [anon_sym_actual] = ACTIONS(4213), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4215), - [anon_sym_continue_AT] = ACTIONS(4215), - [anon_sym_break_AT] = ACTIONS(4215), - [sym_real_literal] = ACTIONS(4215), - [sym_integer_literal] = ACTIONS(4213), - [sym_hex_literal] = ACTIONS(4215), - [sym_bin_literal] = ACTIONS(4215), - [anon_sym_true] = ACTIONS(4213), - [anon_sym_false] = ACTIONS(4213), - [anon_sym_SQUOTE] = ACTIONS(4215), - [sym__backtick_identifier] = ACTIONS(4215), - [sym__automatic_semicolon] = ACTIONS(4215), - [sym_safe_nav] = ACTIONS(4215), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4215), + [anon_sym_object] = ACTIONS(4099), + [anon_sym_fun] = ACTIONS(4099), + [anon_sym_DOT] = ACTIONS(4099), + [anon_sym_SEMI] = ACTIONS(4101), + [anon_sym_get] = ACTIONS(4099), + [anon_sym_set] = ACTIONS(4099), + [anon_sym_this] = ACTIONS(4099), + [anon_sym_super] = ACTIONS(4099), + [anon_sym_STAR] = ACTIONS(4099), + [sym_label] = ACTIONS(4099), + [anon_sym_in] = ACTIONS(4099), + [anon_sym_DOT_DOT] = ACTIONS(4101), + [anon_sym_QMARK_COLON] = ACTIONS(4101), + [anon_sym_AMP_AMP] = ACTIONS(4101), + [anon_sym_PIPE_PIPE] = ACTIONS(4101), + [anon_sym_null] = ACTIONS(4099), + [anon_sym_if] = ACTIONS(4099), + [anon_sym_else] = ACTIONS(4099), + [anon_sym_when] = ACTIONS(4099), + [anon_sym_try] = ACTIONS(4099), + [anon_sym_throw] = ACTIONS(4099), + [anon_sym_return] = ACTIONS(4099), + [anon_sym_continue] = ACTIONS(4099), + [anon_sym_break] = ACTIONS(4099), + [anon_sym_COLON_COLON] = ACTIONS(4101), + [anon_sym_PLUS_EQ] = ACTIONS(4101), + [anon_sym_DASH_EQ] = ACTIONS(4101), + [anon_sym_STAR_EQ] = ACTIONS(4101), + [anon_sym_SLASH_EQ] = ACTIONS(4101), + [anon_sym_PERCENT_EQ] = ACTIONS(4101), + [anon_sym_BANG_EQ] = ACTIONS(4099), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4101), + [anon_sym_EQ_EQ] = ACTIONS(4099), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4101), + [anon_sym_LT_EQ] = ACTIONS(4101), + [anon_sym_GT_EQ] = ACTIONS(4101), + [anon_sym_BANGin] = ACTIONS(4101), + [anon_sym_is] = ACTIONS(4099), + [anon_sym_BANGis] = ACTIONS(4101), + [anon_sym_PLUS] = ACTIONS(4099), + [anon_sym_DASH] = ACTIONS(4099), + [anon_sym_SLASH] = ACTIONS(4099), + [anon_sym_PERCENT] = ACTIONS(4099), + [anon_sym_as_QMARK] = ACTIONS(4101), + [anon_sym_PLUS_PLUS] = ACTIONS(4101), + [anon_sym_DASH_DASH] = ACTIONS(4101), + [anon_sym_BANG] = ACTIONS(4099), + [anon_sym_BANG_BANG] = ACTIONS(4101), + [anon_sym_data] = ACTIONS(4099), + [anon_sym_inner] = ACTIONS(4099), + [anon_sym_expect] = ACTIONS(4099), + [anon_sym_actual] = ACTIONS(4099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4101), + [anon_sym_continue_AT] = ACTIONS(4101), + [anon_sym_break_AT] = ACTIONS(4101), + [sym_real_literal] = ACTIONS(4101), + [sym_integer_literal] = ACTIONS(4099), + [sym_hex_literal] = ACTIONS(4101), + [sym_bin_literal] = ACTIONS(4101), + [anon_sym_true] = ACTIONS(4099), + [anon_sym_false] = ACTIONS(4099), + [anon_sym_SQUOTE] = ACTIONS(4101), + [sym__backtick_identifier] = ACTIONS(4101), + [sym__automatic_semicolon] = ACTIONS(4101), + [sym_safe_nav] = ACTIONS(4101), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4101), }, [2923] = { - [sym_type_constraints] = STATE(3116), - [sym_enum_class_body] = STATE(3126), - [sym__alpha_identifier] = ACTIONS(4213), - [anon_sym_AT] = ACTIONS(4215), - [anon_sym_LBRACK] = ACTIONS(4215), - [anon_sym_as] = ACTIONS(4213), - [anon_sym_EQ] = ACTIONS(4213), - [anon_sym_LBRACE] = ACTIONS(3152), - [anon_sym_RBRACE] = ACTIONS(4215), - [anon_sym_LPAREN] = ACTIONS(4215), - [anon_sym_COMMA] = ACTIONS(4215), - [anon_sym_LT] = ACTIONS(4213), - [anon_sym_GT] = ACTIONS(4213), - [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(4213), - [anon_sym_fun] = ACTIONS(4213), - [anon_sym_DOT] = ACTIONS(4213), - [anon_sym_SEMI] = ACTIONS(4215), - [anon_sym_get] = ACTIONS(4213), - [anon_sym_set] = ACTIONS(4213), - [anon_sym_this] = ACTIONS(4213), - [anon_sym_super] = ACTIONS(4213), - [anon_sym_STAR] = ACTIONS(4213), - [sym_label] = ACTIONS(4213), - [anon_sym_in] = ACTIONS(4213), - [anon_sym_DOT_DOT] = ACTIONS(4215), - [anon_sym_QMARK_COLON] = ACTIONS(4215), - [anon_sym_AMP_AMP] = ACTIONS(4215), - [anon_sym_PIPE_PIPE] = ACTIONS(4215), - [anon_sym_null] = ACTIONS(4213), - [anon_sym_if] = ACTIONS(4213), - [anon_sym_else] = ACTIONS(4213), - [anon_sym_when] = ACTIONS(4213), - [anon_sym_try] = ACTIONS(4213), - [anon_sym_throw] = ACTIONS(4213), - [anon_sym_return] = ACTIONS(4213), - [anon_sym_continue] = ACTIONS(4213), - [anon_sym_break] = ACTIONS(4213), - [anon_sym_COLON_COLON] = ACTIONS(4215), - [anon_sym_PLUS_EQ] = ACTIONS(4215), - [anon_sym_DASH_EQ] = ACTIONS(4215), - [anon_sym_STAR_EQ] = ACTIONS(4215), - [anon_sym_SLASH_EQ] = ACTIONS(4215), - [anon_sym_PERCENT_EQ] = ACTIONS(4215), - [anon_sym_BANG_EQ] = ACTIONS(4213), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4215), - [anon_sym_EQ_EQ] = ACTIONS(4213), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4215), - [anon_sym_LT_EQ] = ACTIONS(4215), - [anon_sym_GT_EQ] = ACTIONS(4215), - [anon_sym_BANGin] = ACTIONS(4215), - [anon_sym_is] = ACTIONS(4213), - [anon_sym_BANGis] = ACTIONS(4215), - [anon_sym_PLUS] = ACTIONS(4213), - [anon_sym_DASH] = ACTIONS(4213), - [anon_sym_SLASH] = ACTIONS(4213), - [anon_sym_PERCENT] = ACTIONS(4213), - [anon_sym_as_QMARK] = ACTIONS(4215), - [anon_sym_PLUS_PLUS] = ACTIONS(4215), - [anon_sym_DASH_DASH] = ACTIONS(4215), - [anon_sym_BANG] = ACTIONS(4213), - [anon_sym_BANG_BANG] = ACTIONS(4215), - [anon_sym_data] = ACTIONS(4213), - [anon_sym_inner] = ACTIONS(4213), - [anon_sym_expect] = ACTIONS(4213), - [anon_sym_actual] = ACTIONS(4213), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4215), - [anon_sym_continue_AT] = ACTIONS(4215), - [anon_sym_break_AT] = ACTIONS(4215), - [sym_real_literal] = ACTIONS(4215), - [sym_integer_literal] = ACTIONS(4213), - [sym_hex_literal] = ACTIONS(4215), - [sym_bin_literal] = ACTIONS(4215), - [anon_sym_true] = ACTIONS(4213), - [anon_sym_false] = ACTIONS(4213), - [anon_sym_SQUOTE] = ACTIONS(4215), - [sym__backtick_identifier] = ACTIONS(4215), - [sym__automatic_semicolon] = ACTIONS(4215), - [sym_safe_nav] = ACTIONS(4215), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4215), + [sym_function_body] = STATE(3133), + [sym__block] = STATE(3334), + [sym__alpha_identifier] = ACTIONS(4031), + [anon_sym_AT] = ACTIONS(4033), + [anon_sym_LBRACK] = ACTIONS(4033), + [anon_sym_as] = ACTIONS(4031), + [anon_sym_EQ] = ACTIONS(6242), + [anon_sym_LBRACE] = ACTIONS(6244), + [anon_sym_RBRACE] = ACTIONS(4033), + [anon_sym_LPAREN] = ACTIONS(4033), + [anon_sym_COMMA] = ACTIONS(4033), + [anon_sym_LT] = ACTIONS(4031), + [anon_sym_GT] = ACTIONS(4031), + [anon_sym_where] = ACTIONS(4031), + [anon_sym_object] = ACTIONS(4031), + [anon_sym_fun] = ACTIONS(4031), + [anon_sym_DOT] = ACTIONS(4031), + [anon_sym_SEMI] = ACTIONS(4033), + [anon_sym_get] = ACTIONS(4031), + [anon_sym_set] = ACTIONS(4031), + [anon_sym_this] = ACTIONS(4031), + [anon_sym_super] = ACTIONS(4031), + [anon_sym_STAR] = ACTIONS(4031), + [sym_label] = ACTIONS(4031), + [anon_sym_in] = ACTIONS(4031), + [anon_sym_DOT_DOT] = ACTIONS(4033), + [anon_sym_QMARK_COLON] = ACTIONS(4033), + [anon_sym_AMP_AMP] = ACTIONS(4033), + [anon_sym_PIPE_PIPE] = ACTIONS(4033), + [anon_sym_null] = ACTIONS(4031), + [anon_sym_if] = ACTIONS(4031), + [anon_sym_else] = ACTIONS(4031), + [anon_sym_when] = ACTIONS(4031), + [anon_sym_try] = ACTIONS(4031), + [anon_sym_throw] = ACTIONS(4031), + [anon_sym_return] = ACTIONS(4031), + [anon_sym_continue] = ACTIONS(4031), + [anon_sym_break] = ACTIONS(4031), + [anon_sym_COLON_COLON] = ACTIONS(4033), + [anon_sym_PLUS_EQ] = ACTIONS(4033), + [anon_sym_DASH_EQ] = ACTIONS(4033), + [anon_sym_STAR_EQ] = ACTIONS(4033), + [anon_sym_SLASH_EQ] = ACTIONS(4033), + [anon_sym_PERCENT_EQ] = ACTIONS(4033), + [anon_sym_BANG_EQ] = ACTIONS(4031), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4033), + [anon_sym_EQ_EQ] = ACTIONS(4031), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4033), + [anon_sym_LT_EQ] = ACTIONS(4033), + [anon_sym_GT_EQ] = ACTIONS(4033), + [anon_sym_BANGin] = ACTIONS(4033), + [anon_sym_is] = ACTIONS(4031), + [anon_sym_BANGis] = ACTIONS(4033), + [anon_sym_PLUS] = ACTIONS(4031), + [anon_sym_DASH] = ACTIONS(4031), + [anon_sym_SLASH] = ACTIONS(4031), + [anon_sym_PERCENT] = ACTIONS(4031), + [anon_sym_as_QMARK] = ACTIONS(4033), + [anon_sym_PLUS_PLUS] = ACTIONS(4033), + [anon_sym_DASH_DASH] = ACTIONS(4033), + [anon_sym_BANG] = ACTIONS(4031), + [anon_sym_BANG_BANG] = ACTIONS(4033), + [anon_sym_data] = ACTIONS(4031), + [anon_sym_inner] = ACTIONS(4031), + [anon_sym_expect] = ACTIONS(4031), + [anon_sym_actual] = ACTIONS(4031), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4033), + [anon_sym_continue_AT] = ACTIONS(4033), + [anon_sym_break_AT] = ACTIONS(4033), + [sym_real_literal] = ACTIONS(4033), + [sym_integer_literal] = ACTIONS(4031), + [sym_hex_literal] = ACTIONS(4033), + [sym_bin_literal] = ACTIONS(4033), + [anon_sym_true] = ACTIONS(4031), + [anon_sym_false] = ACTIONS(4031), + [anon_sym_SQUOTE] = ACTIONS(4033), + [sym__backtick_identifier] = ACTIONS(4033), + [sym__automatic_semicolon] = ACTIONS(4033), + [sym_safe_nav] = ACTIONS(4033), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4033), }, [2924] = { - [sym_class_body] = STATE(3179), - [sym_type_constraints] = STATE(3114), + [sym_function_body] = STATE(3293), + [sym__block] = STATE(3334), [sym__alpha_identifier] = ACTIONS(4422), [anon_sym_AT] = ACTIONS(4424), [anon_sym_LBRACK] = ACTIONS(4424), [anon_sym_as] = ACTIONS(4422), - [anon_sym_EQ] = ACTIONS(4422), - [anon_sym_LBRACE] = ACTIONS(3112), + [anon_sym_EQ] = ACTIONS(6242), + [anon_sym_LBRACE] = ACTIONS(6244), [anon_sym_RBRACE] = ACTIONS(4424), [anon_sym_LPAREN] = ACTIONS(4424), [anon_sym_COMMA] = ACTIONS(4424), [anon_sym_LT] = ACTIONS(4422), [anon_sym_GT] = ACTIONS(4422), - [anon_sym_where] = ACTIONS(3118), + [anon_sym_where] = ACTIONS(4422), [anon_sym_object] = ACTIONS(4422), [anon_sym_fun] = ACTIONS(4422), [anon_sym_DOT] = ACTIONS(4422), @@ -335398,190 +335544,106 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(4424), }, [2925] = { - [sym__alpha_identifier] = ACTIONS(4440), - [anon_sym_AT] = ACTIONS(4442), - [anon_sym_LBRACK] = ACTIONS(4442), - [anon_sym_as] = ACTIONS(4440), - [anon_sym_EQ] = ACTIONS(4440), - [anon_sym_LBRACE] = ACTIONS(4442), - [anon_sym_RBRACE] = ACTIONS(4442), - [anon_sym_LPAREN] = ACTIONS(4442), - [anon_sym_COMMA] = ACTIONS(4442), - [anon_sym_by] = ACTIONS(4440), - [anon_sym_LT] = ACTIONS(4440), - [anon_sym_GT] = ACTIONS(4440), - [anon_sym_where] = ACTIONS(4440), - [anon_sym_object] = ACTIONS(4440), - [anon_sym_fun] = ACTIONS(4440), - [anon_sym_DOT] = ACTIONS(4440), - [anon_sym_SEMI] = ACTIONS(4442), - [anon_sym_get] = ACTIONS(4440), - [anon_sym_set] = ACTIONS(4440), - [anon_sym_this] = ACTIONS(4440), - [anon_sym_super] = ACTIONS(4440), - [sym__quest] = ACTIONS(4440), - [anon_sym_STAR] = ACTIONS(4440), - [sym_label] = ACTIONS(4440), - [anon_sym_in] = ACTIONS(4440), - [anon_sym_DOT_DOT] = ACTIONS(4442), - [anon_sym_QMARK_COLON] = ACTIONS(4442), - [anon_sym_AMP_AMP] = ACTIONS(4442), - [anon_sym_PIPE_PIPE] = ACTIONS(4442), - [anon_sym_null] = ACTIONS(4440), - [anon_sym_if] = ACTIONS(4440), - [anon_sym_else] = ACTIONS(4440), - [anon_sym_when] = ACTIONS(4440), - [anon_sym_try] = ACTIONS(4440), - [anon_sym_throw] = ACTIONS(4440), - [anon_sym_return] = ACTIONS(4440), - [anon_sym_continue] = ACTIONS(4440), - [anon_sym_break] = ACTIONS(4440), - [anon_sym_COLON_COLON] = ACTIONS(4442), - [anon_sym_PLUS_EQ] = ACTIONS(4442), - [anon_sym_DASH_EQ] = ACTIONS(4442), - [anon_sym_STAR_EQ] = ACTIONS(4442), - [anon_sym_SLASH_EQ] = ACTIONS(4442), - [anon_sym_PERCENT_EQ] = ACTIONS(4442), - [anon_sym_BANG_EQ] = ACTIONS(4440), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4442), - [anon_sym_EQ_EQ] = ACTIONS(4440), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4442), - [anon_sym_LT_EQ] = ACTIONS(4442), - [anon_sym_GT_EQ] = ACTIONS(4442), - [anon_sym_BANGin] = ACTIONS(4442), - [anon_sym_is] = ACTIONS(4440), - [anon_sym_BANGis] = ACTIONS(4442), - [anon_sym_PLUS] = ACTIONS(4440), - [anon_sym_DASH] = ACTIONS(4440), - [anon_sym_SLASH] = ACTIONS(4440), - [anon_sym_PERCENT] = ACTIONS(4440), - [anon_sym_as_QMARK] = ACTIONS(4442), - [anon_sym_PLUS_PLUS] = ACTIONS(4442), - [anon_sym_DASH_DASH] = ACTIONS(4442), - [anon_sym_BANG] = ACTIONS(4440), - [anon_sym_BANG_BANG] = ACTIONS(4442), - [anon_sym_data] = ACTIONS(4440), - [anon_sym_inner] = ACTIONS(4440), - [anon_sym_expect] = ACTIONS(4440), - [anon_sym_actual] = ACTIONS(4440), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4442), - [anon_sym_continue_AT] = ACTIONS(4442), - [anon_sym_break_AT] = ACTIONS(4442), - [sym_real_literal] = ACTIONS(4442), - [sym_integer_literal] = ACTIONS(4440), - [sym_hex_literal] = ACTIONS(4442), - [sym_bin_literal] = ACTIONS(4442), - [anon_sym_true] = ACTIONS(4440), - [anon_sym_false] = ACTIONS(4440), - [anon_sym_SQUOTE] = ACTIONS(4442), - [sym__backtick_identifier] = ACTIONS(4442), - [sym__automatic_semicolon] = ACTIONS(4442), - [sym_safe_nav] = ACTIONS(4442), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4442), + [sym_type_constraints] = STATE(3107), + [sym_enum_class_body] = STATE(3148), + [sym__alpha_identifier] = ACTIONS(4342), + [anon_sym_AT] = ACTIONS(4344), + [anon_sym_LBRACK] = ACTIONS(4344), + [anon_sym_as] = ACTIONS(4342), + [anon_sym_EQ] = ACTIONS(4342), + [anon_sym_LBRACE] = ACTIONS(3112), + [anon_sym_RBRACE] = ACTIONS(4344), + [anon_sym_LPAREN] = ACTIONS(4344), + [anon_sym_COMMA] = ACTIONS(4344), + [anon_sym_LT] = ACTIONS(4342), + [anon_sym_GT] = ACTIONS(4342), + [anon_sym_where] = ACTIONS(3118), + [anon_sym_object] = ACTIONS(4342), + [anon_sym_fun] = ACTIONS(4342), + [anon_sym_DOT] = ACTIONS(4342), + [anon_sym_SEMI] = ACTIONS(4344), + [anon_sym_get] = ACTIONS(4342), + [anon_sym_set] = ACTIONS(4342), + [anon_sym_this] = ACTIONS(4342), + [anon_sym_super] = ACTIONS(4342), + [anon_sym_STAR] = ACTIONS(4342), + [sym_label] = ACTIONS(4342), + [anon_sym_in] = ACTIONS(4342), + [anon_sym_DOT_DOT] = ACTIONS(4344), + [anon_sym_QMARK_COLON] = ACTIONS(4344), + [anon_sym_AMP_AMP] = ACTIONS(4344), + [anon_sym_PIPE_PIPE] = ACTIONS(4344), + [anon_sym_null] = ACTIONS(4342), + [anon_sym_if] = ACTIONS(4342), + [anon_sym_else] = ACTIONS(4342), + [anon_sym_when] = ACTIONS(4342), + [anon_sym_try] = ACTIONS(4342), + [anon_sym_throw] = ACTIONS(4342), + [anon_sym_return] = ACTIONS(4342), + [anon_sym_continue] = ACTIONS(4342), + [anon_sym_break] = ACTIONS(4342), + [anon_sym_COLON_COLON] = ACTIONS(4344), + [anon_sym_PLUS_EQ] = ACTIONS(4344), + [anon_sym_DASH_EQ] = ACTIONS(4344), + [anon_sym_STAR_EQ] = ACTIONS(4344), + [anon_sym_SLASH_EQ] = ACTIONS(4344), + [anon_sym_PERCENT_EQ] = ACTIONS(4344), + [anon_sym_BANG_EQ] = ACTIONS(4342), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4344), + [anon_sym_EQ_EQ] = ACTIONS(4342), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4344), + [anon_sym_LT_EQ] = ACTIONS(4344), + [anon_sym_GT_EQ] = ACTIONS(4344), + [anon_sym_BANGin] = ACTIONS(4344), + [anon_sym_is] = ACTIONS(4342), + [anon_sym_BANGis] = ACTIONS(4344), + [anon_sym_PLUS] = ACTIONS(4342), + [anon_sym_DASH] = ACTIONS(4342), + [anon_sym_SLASH] = ACTIONS(4342), + [anon_sym_PERCENT] = ACTIONS(4342), + [anon_sym_as_QMARK] = ACTIONS(4344), + [anon_sym_PLUS_PLUS] = ACTIONS(4344), + [anon_sym_DASH_DASH] = ACTIONS(4344), + [anon_sym_BANG] = ACTIONS(4342), + [anon_sym_BANG_BANG] = ACTIONS(4344), + [anon_sym_data] = ACTIONS(4342), + [anon_sym_inner] = ACTIONS(4342), + [anon_sym_expect] = ACTIONS(4342), + [anon_sym_actual] = ACTIONS(4342), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4344), + [anon_sym_continue_AT] = ACTIONS(4344), + [anon_sym_break_AT] = ACTIONS(4344), + [sym_real_literal] = ACTIONS(4344), + [sym_integer_literal] = ACTIONS(4342), + [sym_hex_literal] = ACTIONS(4344), + [sym_bin_literal] = ACTIONS(4344), + [anon_sym_true] = ACTIONS(4342), + [anon_sym_false] = ACTIONS(4342), + [anon_sym_SQUOTE] = ACTIONS(4344), + [sym__backtick_identifier] = ACTIONS(4344), + [sym__automatic_semicolon] = ACTIONS(4344), + [sym_safe_nav] = ACTIONS(4344), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4344), }, [2926] = { - [sym_type_constraints] = STATE(3075), - [sym_enum_class_body] = STATE(3229), - [sym__alpha_identifier] = ACTIONS(4495), - [anon_sym_AT] = ACTIONS(4497), - [anon_sym_LBRACK] = ACTIONS(4497), - [anon_sym_RBRACK] = ACTIONS(4497), - [anon_sym_as] = ACTIONS(4495), - [anon_sym_EQ] = ACTIONS(4495), - [anon_sym_LBRACE] = ACTIONS(5155), - [anon_sym_RBRACE] = ACTIONS(4497), - [anon_sym_LPAREN] = ACTIONS(4497), - [anon_sym_COMMA] = ACTIONS(4497), - [anon_sym_RPAREN] = ACTIONS(4497), - [anon_sym_LT] = ACTIONS(4495), - [anon_sym_GT] = ACTIONS(4495), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(4495), - [anon_sym_SEMI] = ACTIONS(4497), - [anon_sym_get] = ACTIONS(4495), - [anon_sym_set] = ACTIONS(4495), - [anon_sym_STAR] = ACTIONS(4495), - [anon_sym_DASH_GT] = ACTIONS(4497), - [sym_label] = ACTIONS(4497), - [anon_sym_in] = ACTIONS(4495), - [anon_sym_while] = ACTIONS(4495), - [anon_sym_DOT_DOT] = ACTIONS(4497), - [anon_sym_QMARK_COLON] = ACTIONS(4497), - [anon_sym_AMP_AMP] = ACTIONS(4497), - [anon_sym_PIPE_PIPE] = ACTIONS(4497), - [anon_sym_else] = ACTIONS(4495), - [anon_sym_COLON_COLON] = ACTIONS(4497), - [anon_sym_PLUS_EQ] = ACTIONS(4497), - [anon_sym_DASH_EQ] = ACTIONS(4497), - [anon_sym_STAR_EQ] = ACTIONS(4497), - [anon_sym_SLASH_EQ] = ACTIONS(4497), - [anon_sym_PERCENT_EQ] = ACTIONS(4497), - [anon_sym_BANG_EQ] = ACTIONS(4495), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4497), - [anon_sym_EQ_EQ] = ACTIONS(4495), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4497), - [anon_sym_LT_EQ] = ACTIONS(4497), - [anon_sym_GT_EQ] = ACTIONS(4497), - [anon_sym_BANGin] = ACTIONS(4497), - [anon_sym_is] = ACTIONS(4495), - [anon_sym_BANGis] = ACTIONS(4497), - [anon_sym_PLUS] = ACTIONS(4495), - [anon_sym_DASH] = ACTIONS(4495), - [anon_sym_SLASH] = ACTIONS(4495), - [anon_sym_PERCENT] = ACTIONS(4495), - [anon_sym_as_QMARK] = ACTIONS(4497), - [anon_sym_PLUS_PLUS] = ACTIONS(4497), - [anon_sym_DASH_DASH] = ACTIONS(4497), - [anon_sym_BANG_BANG] = ACTIONS(4497), - [anon_sym_suspend] = ACTIONS(4495), - [anon_sym_sealed] = ACTIONS(4495), - [anon_sym_annotation] = ACTIONS(4495), - [anon_sym_data] = ACTIONS(4495), - [anon_sym_inner] = ACTIONS(4495), - [anon_sym_override] = ACTIONS(4495), - [anon_sym_lateinit] = ACTIONS(4495), - [anon_sym_public] = ACTIONS(4495), - [anon_sym_private] = ACTIONS(4495), - [anon_sym_internal] = ACTIONS(4495), - [anon_sym_protected] = ACTIONS(4495), - [anon_sym_tailrec] = ACTIONS(4495), - [anon_sym_operator] = ACTIONS(4495), - [anon_sym_infix] = ACTIONS(4495), - [anon_sym_inline] = ACTIONS(4495), - [anon_sym_external] = ACTIONS(4495), - [sym_property_modifier] = ACTIONS(4495), - [anon_sym_abstract] = ACTIONS(4495), - [anon_sym_final] = ACTIONS(4495), - [anon_sym_open] = ACTIONS(4495), - [anon_sym_vararg] = ACTIONS(4495), - [anon_sym_noinline] = ACTIONS(4495), - [anon_sym_crossinline] = ACTIONS(4495), - [anon_sym_expect] = ACTIONS(4495), - [anon_sym_actual] = ACTIONS(4495), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4497), - [sym_safe_nav] = ACTIONS(4497), - [sym_multiline_comment] = ACTIONS(3), - }, - [2927] = { - [sym_function_body] = STATE(3262), - [sym__block] = STATE(3367), + [sym_type_constraints] = STATE(3108), + [sym_enum_class_body] = STATE(3436), [sym__alpha_identifier] = ACTIONS(4503), [anon_sym_AT] = ACTIONS(4505), [anon_sym_LBRACK] = ACTIONS(4505), [anon_sym_RBRACK] = ACTIONS(4505), [anon_sym_as] = ACTIONS(4503), - [anon_sym_EQ] = ACTIONS(6234), - [anon_sym_LBRACE] = ACTIONS(6236), + [anon_sym_EQ] = ACTIONS(4503), + [anon_sym_LBRACE] = ACTIONS(5171), [anon_sym_RBRACE] = ACTIONS(4505), [anon_sym_LPAREN] = ACTIONS(4505), [anon_sym_COMMA] = ACTIONS(4505), [anon_sym_RPAREN] = ACTIONS(4505), [anon_sym_LT] = ACTIONS(4503), [anon_sym_GT] = ACTIONS(4503), - [anon_sym_where] = ACTIONS(4503), + [anon_sym_where] = ACTIONS(5175), [anon_sym_DOT] = ACTIONS(4503), [anon_sym_SEMI] = ACTIONS(4505), [anon_sym_get] = ACTIONS(4503), @@ -335649,1367 +335711,1787 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_safe_nav] = ACTIONS(4505), [sym_multiline_comment] = ACTIONS(3), }, + [2927] = { + [sym_catch_block] = STATE(3014), + [sym_finally_block] = STATE(3855), + [aux_sym_try_expression_repeat1] = STATE(3014), + [sym__alpha_identifier] = ACTIONS(4023), + [anon_sym_AT] = ACTIONS(4025), + [anon_sym_LBRACK] = ACTIONS(4025), + [anon_sym_as] = ACTIONS(4023), + [anon_sym_EQ] = ACTIONS(4023), + [anon_sym_LBRACE] = ACTIONS(4025), + [anon_sym_RBRACE] = ACTIONS(4025), + [anon_sym_LPAREN] = ACTIONS(4025), + [anon_sym_COMMA] = ACTIONS(4025), + [anon_sym_LT] = ACTIONS(4023), + [anon_sym_GT] = ACTIONS(4023), + [anon_sym_where] = ACTIONS(4023), + [anon_sym_DOT] = ACTIONS(4023), + [anon_sym_SEMI] = ACTIONS(4025), + [anon_sym_get] = ACTIONS(4023), + [anon_sym_set] = ACTIONS(4023), + [anon_sym_STAR] = ACTIONS(4023), + [sym_label] = ACTIONS(4025), + [anon_sym_in] = ACTIONS(4023), + [anon_sym_DOT_DOT] = ACTIONS(4025), + [anon_sym_QMARK_COLON] = ACTIONS(4025), + [anon_sym_AMP_AMP] = ACTIONS(4025), + [anon_sym_PIPE_PIPE] = ACTIONS(4025), + [anon_sym_else] = ACTIONS(4023), + [anon_sym_catch] = ACTIONS(6357), + [anon_sym_finally] = ACTIONS(6359), + [anon_sym_COLON_COLON] = ACTIONS(4025), + [anon_sym_PLUS_EQ] = ACTIONS(4025), + [anon_sym_DASH_EQ] = ACTIONS(4025), + [anon_sym_STAR_EQ] = ACTIONS(4025), + [anon_sym_SLASH_EQ] = ACTIONS(4025), + [anon_sym_PERCENT_EQ] = ACTIONS(4025), + [anon_sym_BANG_EQ] = ACTIONS(4023), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4025), + [anon_sym_EQ_EQ] = ACTIONS(4023), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4025), + [anon_sym_LT_EQ] = ACTIONS(4025), + [anon_sym_GT_EQ] = ACTIONS(4025), + [anon_sym_BANGin] = ACTIONS(4025), + [anon_sym_is] = ACTIONS(4023), + [anon_sym_BANGis] = ACTIONS(4025), + [anon_sym_PLUS] = ACTIONS(4023), + [anon_sym_DASH] = ACTIONS(4023), + [anon_sym_SLASH] = ACTIONS(4023), + [anon_sym_PERCENT] = ACTIONS(4023), + [anon_sym_as_QMARK] = ACTIONS(4025), + [anon_sym_PLUS_PLUS] = ACTIONS(4025), + [anon_sym_DASH_DASH] = ACTIONS(4025), + [anon_sym_BANG_BANG] = ACTIONS(4025), + [anon_sym_suspend] = ACTIONS(4023), + [anon_sym_sealed] = ACTIONS(4023), + [anon_sym_annotation] = ACTIONS(4023), + [anon_sym_data] = ACTIONS(4023), + [anon_sym_inner] = ACTIONS(4023), + [anon_sym_override] = ACTIONS(4023), + [anon_sym_lateinit] = ACTIONS(4023), + [anon_sym_public] = ACTIONS(4023), + [anon_sym_private] = ACTIONS(4023), + [anon_sym_internal] = ACTIONS(4023), + [anon_sym_protected] = ACTIONS(4023), + [anon_sym_tailrec] = ACTIONS(4023), + [anon_sym_operator] = ACTIONS(4023), + [anon_sym_infix] = ACTIONS(4023), + [anon_sym_inline] = ACTIONS(4023), + [anon_sym_external] = ACTIONS(4023), + [sym_property_modifier] = ACTIONS(4023), + [anon_sym_abstract] = ACTIONS(4023), + [anon_sym_final] = ACTIONS(4023), + [anon_sym_open] = ACTIONS(4023), + [anon_sym_vararg] = ACTIONS(4023), + [anon_sym_noinline] = ACTIONS(4023), + [anon_sym_crossinline] = ACTIONS(4023), + [anon_sym_expect] = ACTIONS(4023), + [anon_sym_actual] = ACTIONS(4023), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4025), + [sym__automatic_semicolon] = ACTIONS(4025), + [sym_safe_nav] = ACTIONS(4025), + [sym_multiline_comment] = ACTIONS(3), + }, [2928] = { - [sym_type_constraints] = STATE(3159), - [sym_function_body] = STATE(3157), - [sym__block] = STATE(3245), - [sym__alpha_identifier] = ACTIONS(4095), - [anon_sym_AT] = ACTIONS(4097), - [anon_sym_LBRACK] = ACTIONS(4097), - [anon_sym_as] = ACTIONS(4095), - [anon_sym_EQ] = ACTIONS(6265), - [anon_sym_LBRACE] = ACTIONS(6220), - [anon_sym_RBRACE] = ACTIONS(4097), - [anon_sym_LPAREN] = ACTIONS(4097), - [anon_sym_LT] = ACTIONS(4095), - [anon_sym_GT] = ACTIONS(4095), - [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(4095), - [anon_sym_fun] = ACTIONS(4095), - [anon_sym_DOT] = ACTIONS(4095), - [anon_sym_SEMI] = ACTIONS(4097), - [anon_sym_get] = ACTIONS(4095), - [anon_sym_set] = ACTIONS(4095), - [anon_sym_this] = ACTIONS(4095), - [anon_sym_super] = ACTIONS(4095), - [anon_sym_STAR] = ACTIONS(4095), - [sym_label] = ACTIONS(4095), - [anon_sym_in] = ACTIONS(4095), - [anon_sym_DOT_DOT] = ACTIONS(4097), - [anon_sym_QMARK_COLON] = ACTIONS(4097), - [anon_sym_AMP_AMP] = ACTIONS(4097), - [anon_sym_PIPE_PIPE] = ACTIONS(4097), - [anon_sym_null] = ACTIONS(4095), - [anon_sym_if] = ACTIONS(4095), - [anon_sym_else] = ACTIONS(4095), - [anon_sym_when] = ACTIONS(4095), - [anon_sym_try] = ACTIONS(4095), - [anon_sym_throw] = ACTIONS(4095), - [anon_sym_return] = ACTIONS(4095), - [anon_sym_continue] = ACTIONS(4095), - [anon_sym_break] = ACTIONS(4095), - [anon_sym_COLON_COLON] = ACTIONS(4097), - [anon_sym_PLUS_EQ] = ACTIONS(4097), - [anon_sym_DASH_EQ] = ACTIONS(4097), - [anon_sym_STAR_EQ] = ACTIONS(4097), - [anon_sym_SLASH_EQ] = ACTIONS(4097), - [anon_sym_PERCENT_EQ] = ACTIONS(4097), - [anon_sym_BANG_EQ] = ACTIONS(4095), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4097), - [anon_sym_EQ_EQ] = ACTIONS(4095), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4097), - [anon_sym_LT_EQ] = ACTIONS(4097), - [anon_sym_GT_EQ] = ACTIONS(4097), - [anon_sym_BANGin] = ACTIONS(4097), - [anon_sym_is] = ACTIONS(4095), - [anon_sym_BANGis] = ACTIONS(4097), - [anon_sym_PLUS] = ACTIONS(4095), - [anon_sym_DASH] = ACTIONS(4095), - [anon_sym_SLASH] = ACTIONS(4095), - [anon_sym_PERCENT] = ACTIONS(4095), - [anon_sym_as_QMARK] = ACTIONS(4097), - [anon_sym_PLUS_PLUS] = ACTIONS(4097), - [anon_sym_DASH_DASH] = ACTIONS(4097), - [anon_sym_BANG] = ACTIONS(4095), - [anon_sym_BANG_BANG] = ACTIONS(4097), - [anon_sym_data] = ACTIONS(4095), - [anon_sym_inner] = ACTIONS(4095), - [anon_sym_expect] = ACTIONS(4095), - [anon_sym_actual] = ACTIONS(4095), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4097), - [anon_sym_continue_AT] = ACTIONS(4097), - [anon_sym_break_AT] = ACTIONS(4097), - [sym_real_literal] = ACTIONS(4097), - [sym_integer_literal] = ACTIONS(4095), - [sym_hex_literal] = ACTIONS(4097), - [sym_bin_literal] = ACTIONS(4097), - [anon_sym_true] = ACTIONS(4095), - [anon_sym_false] = ACTIONS(4095), - [anon_sym_SQUOTE] = ACTIONS(4097), - [sym__backtick_identifier] = ACTIONS(4097), - [sym__automatic_semicolon] = ACTIONS(4097), - [sym_safe_nav] = ACTIONS(4097), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4097), + [sym_class_body] = STATE(3164), + [sym_type_constraints] = STATE(3095), + [sym__alpha_identifier] = ACTIONS(4342), + [anon_sym_AT] = ACTIONS(4344), + [anon_sym_LBRACK] = ACTIONS(4344), + [anon_sym_RBRACK] = ACTIONS(4344), + [anon_sym_as] = ACTIONS(4342), + [anon_sym_EQ] = ACTIONS(4342), + [anon_sym_LBRACE] = ACTIONS(5179), + [anon_sym_RBRACE] = ACTIONS(4344), + [anon_sym_LPAREN] = ACTIONS(4344), + [anon_sym_COMMA] = ACTIONS(4344), + [anon_sym_RPAREN] = ACTIONS(4344), + [anon_sym_LT] = ACTIONS(4342), + [anon_sym_GT] = ACTIONS(4342), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(4342), + [anon_sym_SEMI] = ACTIONS(4344), + [anon_sym_get] = ACTIONS(4342), + [anon_sym_set] = ACTIONS(4342), + [anon_sym_STAR] = ACTIONS(4342), + [anon_sym_DASH_GT] = ACTIONS(4344), + [sym_label] = ACTIONS(4344), + [anon_sym_in] = ACTIONS(4342), + [anon_sym_while] = ACTIONS(4342), + [anon_sym_DOT_DOT] = ACTIONS(4344), + [anon_sym_QMARK_COLON] = ACTIONS(4344), + [anon_sym_AMP_AMP] = ACTIONS(4344), + [anon_sym_PIPE_PIPE] = ACTIONS(4344), + [anon_sym_else] = ACTIONS(4342), + [anon_sym_COLON_COLON] = ACTIONS(4344), + [anon_sym_PLUS_EQ] = ACTIONS(4344), + [anon_sym_DASH_EQ] = ACTIONS(4344), + [anon_sym_STAR_EQ] = ACTIONS(4344), + [anon_sym_SLASH_EQ] = ACTIONS(4344), + [anon_sym_PERCENT_EQ] = ACTIONS(4344), + [anon_sym_BANG_EQ] = ACTIONS(4342), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4344), + [anon_sym_EQ_EQ] = ACTIONS(4342), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4344), + [anon_sym_LT_EQ] = ACTIONS(4344), + [anon_sym_GT_EQ] = ACTIONS(4344), + [anon_sym_BANGin] = ACTIONS(4344), + [anon_sym_is] = ACTIONS(4342), + [anon_sym_BANGis] = ACTIONS(4344), + [anon_sym_PLUS] = ACTIONS(4342), + [anon_sym_DASH] = ACTIONS(4342), + [anon_sym_SLASH] = ACTIONS(4342), + [anon_sym_PERCENT] = ACTIONS(4342), + [anon_sym_as_QMARK] = ACTIONS(4344), + [anon_sym_PLUS_PLUS] = ACTIONS(4344), + [anon_sym_DASH_DASH] = ACTIONS(4344), + [anon_sym_BANG_BANG] = ACTIONS(4344), + [anon_sym_suspend] = ACTIONS(4342), + [anon_sym_sealed] = ACTIONS(4342), + [anon_sym_annotation] = ACTIONS(4342), + [anon_sym_data] = ACTIONS(4342), + [anon_sym_inner] = ACTIONS(4342), + [anon_sym_override] = ACTIONS(4342), + [anon_sym_lateinit] = ACTIONS(4342), + [anon_sym_public] = ACTIONS(4342), + [anon_sym_private] = ACTIONS(4342), + [anon_sym_internal] = ACTIONS(4342), + [anon_sym_protected] = ACTIONS(4342), + [anon_sym_tailrec] = ACTIONS(4342), + [anon_sym_operator] = ACTIONS(4342), + [anon_sym_infix] = ACTIONS(4342), + [anon_sym_inline] = ACTIONS(4342), + [anon_sym_external] = ACTIONS(4342), + [sym_property_modifier] = ACTIONS(4342), + [anon_sym_abstract] = ACTIONS(4342), + [anon_sym_final] = ACTIONS(4342), + [anon_sym_open] = ACTIONS(4342), + [anon_sym_vararg] = ACTIONS(4342), + [anon_sym_noinline] = ACTIONS(4342), + [anon_sym_crossinline] = ACTIONS(4342), + [anon_sym_expect] = ACTIONS(4342), + [anon_sym_actual] = ACTIONS(4342), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4344), + [sym_safe_nav] = ACTIONS(4344), + [sym_multiline_comment] = ACTIONS(3), }, [2929] = { - [sym_type_constraints] = STATE(2991), - [sym_enum_class_body] = STATE(3293), - [sym__alpha_identifier] = ACTIONS(4213), - [anon_sym_AT] = ACTIONS(4215), - [anon_sym_LBRACK] = ACTIONS(4215), - [anon_sym_RBRACK] = ACTIONS(4215), - [anon_sym_as] = ACTIONS(4213), - [anon_sym_EQ] = ACTIONS(4213), - [anon_sym_LBRACE] = ACTIONS(5155), - [anon_sym_RBRACE] = ACTIONS(4215), - [anon_sym_LPAREN] = ACTIONS(4215), - [anon_sym_COMMA] = ACTIONS(4215), - [anon_sym_RPAREN] = ACTIONS(4215), - [anon_sym_LT] = ACTIONS(4213), - [anon_sym_GT] = ACTIONS(4213), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(4213), - [anon_sym_SEMI] = ACTIONS(4215), - [anon_sym_get] = ACTIONS(4213), - [anon_sym_set] = ACTIONS(4213), - [anon_sym_STAR] = ACTIONS(4213), - [anon_sym_DASH_GT] = ACTIONS(4215), - [sym_label] = ACTIONS(4215), - [anon_sym_in] = ACTIONS(4213), - [anon_sym_while] = ACTIONS(4213), - [anon_sym_DOT_DOT] = ACTIONS(4215), - [anon_sym_QMARK_COLON] = ACTIONS(4215), - [anon_sym_AMP_AMP] = ACTIONS(4215), - [anon_sym_PIPE_PIPE] = ACTIONS(4215), - [anon_sym_else] = ACTIONS(4213), - [anon_sym_COLON_COLON] = ACTIONS(4215), - [anon_sym_PLUS_EQ] = ACTIONS(4215), - [anon_sym_DASH_EQ] = ACTIONS(4215), - [anon_sym_STAR_EQ] = ACTIONS(4215), - [anon_sym_SLASH_EQ] = ACTIONS(4215), - [anon_sym_PERCENT_EQ] = ACTIONS(4215), - [anon_sym_BANG_EQ] = ACTIONS(4213), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4215), - [anon_sym_EQ_EQ] = ACTIONS(4213), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4215), - [anon_sym_LT_EQ] = ACTIONS(4215), - [anon_sym_GT_EQ] = ACTIONS(4215), - [anon_sym_BANGin] = ACTIONS(4215), - [anon_sym_is] = ACTIONS(4213), - [anon_sym_BANGis] = ACTIONS(4215), - [anon_sym_PLUS] = ACTIONS(4213), - [anon_sym_DASH] = ACTIONS(4213), - [anon_sym_SLASH] = ACTIONS(4213), - [anon_sym_PERCENT] = ACTIONS(4213), - [anon_sym_as_QMARK] = ACTIONS(4215), - [anon_sym_PLUS_PLUS] = ACTIONS(4215), - [anon_sym_DASH_DASH] = ACTIONS(4215), - [anon_sym_BANG_BANG] = ACTIONS(4215), - [anon_sym_suspend] = ACTIONS(4213), - [anon_sym_sealed] = ACTIONS(4213), - [anon_sym_annotation] = ACTIONS(4213), - [anon_sym_data] = ACTIONS(4213), - [anon_sym_inner] = ACTIONS(4213), - [anon_sym_override] = ACTIONS(4213), - [anon_sym_lateinit] = ACTIONS(4213), - [anon_sym_public] = ACTIONS(4213), - [anon_sym_private] = ACTIONS(4213), - [anon_sym_internal] = ACTIONS(4213), - [anon_sym_protected] = ACTIONS(4213), - [anon_sym_tailrec] = ACTIONS(4213), - [anon_sym_operator] = ACTIONS(4213), - [anon_sym_infix] = ACTIONS(4213), - [anon_sym_inline] = ACTIONS(4213), - [anon_sym_external] = ACTIONS(4213), - [sym_property_modifier] = ACTIONS(4213), - [anon_sym_abstract] = ACTIONS(4213), - [anon_sym_final] = ACTIONS(4213), - [anon_sym_open] = ACTIONS(4213), - [anon_sym_vararg] = ACTIONS(4213), - [anon_sym_noinline] = ACTIONS(4213), - [anon_sym_crossinline] = ACTIONS(4213), - [anon_sym_expect] = ACTIONS(4213), - [anon_sym_actual] = ACTIONS(4213), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4215), - [sym_safe_nav] = ACTIONS(4215), - [sym_multiline_comment] = ACTIONS(3), + [sym_type_constraints] = STATE(3110), + [sym_enum_class_body] = STATE(3141), + [sym__alpha_identifier] = ACTIONS(4231), + [anon_sym_AT] = ACTIONS(4233), + [anon_sym_COLON] = ACTIONS(6361), + [anon_sym_LBRACK] = ACTIONS(4233), + [anon_sym_as] = ACTIONS(4231), + [anon_sym_EQ] = ACTIONS(4231), + [anon_sym_LBRACE] = ACTIONS(3112), + [anon_sym_RBRACE] = ACTIONS(4233), + [anon_sym_LPAREN] = ACTIONS(4233), + [anon_sym_LT] = ACTIONS(4231), + [anon_sym_GT] = ACTIONS(4231), + [anon_sym_where] = ACTIONS(3118), + [anon_sym_object] = ACTIONS(4231), + [anon_sym_fun] = ACTIONS(4231), + [anon_sym_DOT] = ACTIONS(4231), + [anon_sym_SEMI] = ACTIONS(4233), + [anon_sym_get] = ACTIONS(4231), + [anon_sym_set] = ACTIONS(4231), + [anon_sym_this] = ACTIONS(4231), + [anon_sym_super] = ACTIONS(4231), + [anon_sym_STAR] = ACTIONS(4231), + [sym_label] = ACTIONS(4231), + [anon_sym_in] = ACTIONS(4231), + [anon_sym_DOT_DOT] = ACTIONS(4233), + [anon_sym_QMARK_COLON] = ACTIONS(4233), + [anon_sym_AMP_AMP] = ACTIONS(4233), + [anon_sym_PIPE_PIPE] = ACTIONS(4233), + [anon_sym_null] = ACTIONS(4231), + [anon_sym_if] = ACTIONS(4231), + [anon_sym_else] = ACTIONS(4231), + [anon_sym_when] = ACTIONS(4231), + [anon_sym_try] = ACTIONS(4231), + [anon_sym_throw] = ACTIONS(4231), + [anon_sym_return] = ACTIONS(4231), + [anon_sym_continue] = ACTIONS(4231), + [anon_sym_break] = ACTIONS(4231), + [anon_sym_COLON_COLON] = ACTIONS(4233), + [anon_sym_PLUS_EQ] = ACTIONS(4233), + [anon_sym_DASH_EQ] = ACTIONS(4233), + [anon_sym_STAR_EQ] = ACTIONS(4233), + [anon_sym_SLASH_EQ] = ACTIONS(4233), + [anon_sym_PERCENT_EQ] = ACTIONS(4233), + [anon_sym_BANG_EQ] = ACTIONS(4231), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4233), + [anon_sym_EQ_EQ] = ACTIONS(4231), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4233), + [anon_sym_LT_EQ] = ACTIONS(4233), + [anon_sym_GT_EQ] = ACTIONS(4233), + [anon_sym_BANGin] = ACTIONS(4233), + [anon_sym_is] = ACTIONS(4231), + [anon_sym_BANGis] = ACTIONS(4233), + [anon_sym_PLUS] = ACTIONS(4231), + [anon_sym_DASH] = ACTIONS(4231), + [anon_sym_SLASH] = ACTIONS(4231), + [anon_sym_PERCENT] = ACTIONS(4231), + [anon_sym_as_QMARK] = ACTIONS(4233), + [anon_sym_PLUS_PLUS] = ACTIONS(4233), + [anon_sym_DASH_DASH] = ACTIONS(4233), + [anon_sym_BANG] = ACTIONS(4231), + [anon_sym_BANG_BANG] = ACTIONS(4233), + [anon_sym_data] = ACTIONS(4231), + [anon_sym_inner] = ACTIONS(4231), + [anon_sym_expect] = ACTIONS(4231), + [anon_sym_actual] = ACTIONS(4231), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4233), + [anon_sym_continue_AT] = ACTIONS(4233), + [anon_sym_break_AT] = ACTIONS(4233), + [sym_real_literal] = ACTIONS(4233), + [sym_integer_literal] = ACTIONS(4231), + [sym_hex_literal] = ACTIONS(4233), + [sym_bin_literal] = ACTIONS(4233), + [anon_sym_true] = ACTIONS(4231), + [anon_sym_false] = ACTIONS(4231), + [anon_sym_SQUOTE] = ACTIONS(4233), + [sym__backtick_identifier] = ACTIONS(4233), + [sym__automatic_semicolon] = ACTIONS(4233), + [sym_safe_nav] = ACTIONS(4233), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4233), }, [2930] = { - [sym_class_body] = STATE(3156), - [sym_type_constraints] = STATE(3115), - [sym__alpha_identifier] = ACTIONS(4422), - [anon_sym_AT] = ACTIONS(4424), - [anon_sym_LBRACK] = ACTIONS(4424), - [anon_sym_RBRACK] = ACTIONS(4424), - [anon_sym_as] = ACTIONS(4422), - [anon_sym_EQ] = ACTIONS(4422), - [anon_sym_LBRACE] = ACTIONS(5147), - [anon_sym_RBRACE] = ACTIONS(4424), - [anon_sym_LPAREN] = ACTIONS(4424), - [anon_sym_COMMA] = ACTIONS(4424), - [anon_sym_RPAREN] = ACTIONS(4424), - [anon_sym_LT] = ACTIONS(4422), - [anon_sym_GT] = ACTIONS(4422), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(4422), - [anon_sym_SEMI] = ACTIONS(4424), - [anon_sym_get] = ACTIONS(4422), - [anon_sym_set] = ACTIONS(4422), - [anon_sym_STAR] = ACTIONS(4422), - [anon_sym_DASH_GT] = ACTIONS(4424), - [sym_label] = ACTIONS(4424), - [anon_sym_in] = ACTIONS(4422), - [anon_sym_while] = ACTIONS(4422), - [anon_sym_DOT_DOT] = ACTIONS(4424), - [anon_sym_QMARK_COLON] = ACTIONS(4424), - [anon_sym_AMP_AMP] = ACTIONS(4424), - [anon_sym_PIPE_PIPE] = ACTIONS(4424), - [anon_sym_else] = ACTIONS(4422), - [anon_sym_COLON_COLON] = ACTIONS(4424), - [anon_sym_PLUS_EQ] = ACTIONS(4424), - [anon_sym_DASH_EQ] = ACTIONS(4424), - [anon_sym_STAR_EQ] = ACTIONS(4424), - [anon_sym_SLASH_EQ] = ACTIONS(4424), - [anon_sym_PERCENT_EQ] = ACTIONS(4424), - [anon_sym_BANG_EQ] = ACTIONS(4422), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4424), - [anon_sym_EQ_EQ] = ACTIONS(4422), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4424), - [anon_sym_LT_EQ] = ACTIONS(4424), - [anon_sym_GT_EQ] = ACTIONS(4424), - [anon_sym_BANGin] = ACTIONS(4424), - [anon_sym_is] = ACTIONS(4422), - [anon_sym_BANGis] = ACTIONS(4424), - [anon_sym_PLUS] = ACTIONS(4422), - [anon_sym_DASH] = ACTIONS(4422), - [anon_sym_SLASH] = ACTIONS(4422), - [anon_sym_PERCENT] = ACTIONS(4422), - [anon_sym_as_QMARK] = ACTIONS(4424), - [anon_sym_PLUS_PLUS] = ACTIONS(4424), - [anon_sym_DASH_DASH] = ACTIONS(4424), - [anon_sym_BANG_BANG] = ACTIONS(4424), - [anon_sym_suspend] = ACTIONS(4422), - [anon_sym_sealed] = ACTIONS(4422), - [anon_sym_annotation] = ACTIONS(4422), - [anon_sym_data] = ACTIONS(4422), - [anon_sym_inner] = ACTIONS(4422), - [anon_sym_override] = ACTIONS(4422), - [anon_sym_lateinit] = ACTIONS(4422), - [anon_sym_public] = ACTIONS(4422), - [anon_sym_private] = ACTIONS(4422), - [anon_sym_internal] = ACTIONS(4422), - [anon_sym_protected] = ACTIONS(4422), - [anon_sym_tailrec] = ACTIONS(4422), - [anon_sym_operator] = ACTIONS(4422), - [anon_sym_infix] = ACTIONS(4422), - [anon_sym_inline] = ACTIONS(4422), - [anon_sym_external] = ACTIONS(4422), - [sym_property_modifier] = ACTIONS(4422), - [anon_sym_abstract] = ACTIONS(4422), - [anon_sym_final] = ACTIONS(4422), - [anon_sym_open] = ACTIONS(4422), - [anon_sym_vararg] = ACTIONS(4422), - [anon_sym_noinline] = ACTIONS(4422), - [anon_sym_crossinline] = ACTIONS(4422), - [anon_sym_expect] = ACTIONS(4422), - [anon_sym_actual] = ACTIONS(4422), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4424), - [sym_safe_nav] = ACTIONS(4424), - [sym_multiline_comment] = ACTIONS(3), + [sym_type_constraints] = STATE(3110), + [sym_enum_class_body] = STATE(3141), + [sym__alpha_identifier] = ACTIONS(4231), + [anon_sym_AT] = ACTIONS(4233), + [anon_sym_LBRACK] = ACTIONS(4233), + [anon_sym_as] = ACTIONS(4231), + [anon_sym_EQ] = ACTIONS(4231), + [anon_sym_LBRACE] = ACTIONS(3112), + [anon_sym_RBRACE] = ACTIONS(4233), + [anon_sym_LPAREN] = ACTIONS(4233), + [anon_sym_COMMA] = ACTIONS(4233), + [anon_sym_LT] = ACTIONS(4231), + [anon_sym_GT] = ACTIONS(4231), + [anon_sym_where] = ACTIONS(3118), + [anon_sym_object] = ACTIONS(4231), + [anon_sym_fun] = ACTIONS(4231), + [anon_sym_DOT] = ACTIONS(4231), + [anon_sym_SEMI] = ACTIONS(4233), + [anon_sym_get] = ACTIONS(4231), + [anon_sym_set] = ACTIONS(4231), + [anon_sym_this] = ACTIONS(4231), + [anon_sym_super] = ACTIONS(4231), + [anon_sym_STAR] = ACTIONS(4231), + [sym_label] = ACTIONS(4231), + [anon_sym_in] = ACTIONS(4231), + [anon_sym_DOT_DOT] = ACTIONS(4233), + [anon_sym_QMARK_COLON] = ACTIONS(4233), + [anon_sym_AMP_AMP] = ACTIONS(4233), + [anon_sym_PIPE_PIPE] = ACTIONS(4233), + [anon_sym_null] = ACTIONS(4231), + [anon_sym_if] = ACTIONS(4231), + [anon_sym_else] = ACTIONS(4231), + [anon_sym_when] = ACTIONS(4231), + [anon_sym_try] = ACTIONS(4231), + [anon_sym_throw] = ACTIONS(4231), + [anon_sym_return] = ACTIONS(4231), + [anon_sym_continue] = ACTIONS(4231), + [anon_sym_break] = ACTIONS(4231), + [anon_sym_COLON_COLON] = ACTIONS(4233), + [anon_sym_PLUS_EQ] = ACTIONS(4233), + [anon_sym_DASH_EQ] = ACTIONS(4233), + [anon_sym_STAR_EQ] = ACTIONS(4233), + [anon_sym_SLASH_EQ] = ACTIONS(4233), + [anon_sym_PERCENT_EQ] = ACTIONS(4233), + [anon_sym_BANG_EQ] = ACTIONS(4231), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4233), + [anon_sym_EQ_EQ] = ACTIONS(4231), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4233), + [anon_sym_LT_EQ] = ACTIONS(4233), + [anon_sym_GT_EQ] = ACTIONS(4233), + [anon_sym_BANGin] = ACTIONS(4233), + [anon_sym_is] = ACTIONS(4231), + [anon_sym_BANGis] = ACTIONS(4233), + [anon_sym_PLUS] = ACTIONS(4231), + [anon_sym_DASH] = ACTIONS(4231), + [anon_sym_SLASH] = ACTIONS(4231), + [anon_sym_PERCENT] = ACTIONS(4231), + [anon_sym_as_QMARK] = ACTIONS(4233), + [anon_sym_PLUS_PLUS] = ACTIONS(4233), + [anon_sym_DASH_DASH] = ACTIONS(4233), + [anon_sym_BANG] = ACTIONS(4231), + [anon_sym_BANG_BANG] = ACTIONS(4233), + [anon_sym_data] = ACTIONS(4231), + [anon_sym_inner] = ACTIONS(4231), + [anon_sym_expect] = ACTIONS(4231), + [anon_sym_actual] = ACTIONS(4231), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4233), + [anon_sym_continue_AT] = ACTIONS(4233), + [anon_sym_break_AT] = ACTIONS(4233), + [sym_real_literal] = ACTIONS(4233), + [sym_integer_literal] = ACTIONS(4231), + [sym_hex_literal] = ACTIONS(4233), + [sym_bin_literal] = ACTIONS(4233), + [anon_sym_true] = ACTIONS(4231), + [anon_sym_false] = ACTIONS(4231), + [anon_sym_SQUOTE] = ACTIONS(4233), + [sym__backtick_identifier] = ACTIONS(4233), + [sym__automatic_semicolon] = ACTIONS(4233), + [sym_safe_nav] = ACTIONS(4233), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4233), }, [2931] = { - [sym_function_body] = STATE(3234), - [sym__block] = STATE(3367), - [sym__alpha_identifier] = ACTIONS(4181), - [anon_sym_AT] = ACTIONS(4183), - [anon_sym_LBRACK] = ACTIONS(4183), - [anon_sym_RBRACK] = ACTIONS(4183), - [anon_sym_as] = ACTIONS(4181), - [anon_sym_EQ] = ACTIONS(6234), - [anon_sym_LBRACE] = ACTIONS(6236), - [anon_sym_RBRACE] = ACTIONS(4183), - [anon_sym_LPAREN] = ACTIONS(4183), - [anon_sym_COMMA] = ACTIONS(4183), - [anon_sym_RPAREN] = ACTIONS(4183), - [anon_sym_LT] = ACTIONS(4181), - [anon_sym_GT] = ACTIONS(4181), - [anon_sym_where] = ACTIONS(4181), - [anon_sym_DOT] = ACTIONS(4181), - [anon_sym_SEMI] = ACTIONS(4183), - [anon_sym_get] = ACTIONS(4181), - [anon_sym_set] = ACTIONS(4181), - [anon_sym_STAR] = ACTIONS(4181), - [anon_sym_DASH_GT] = ACTIONS(4183), - [sym_label] = ACTIONS(4183), - [anon_sym_in] = ACTIONS(4181), - [anon_sym_while] = ACTIONS(4181), - [anon_sym_DOT_DOT] = ACTIONS(4183), - [anon_sym_QMARK_COLON] = ACTIONS(4183), - [anon_sym_AMP_AMP] = ACTIONS(4183), - [anon_sym_PIPE_PIPE] = ACTIONS(4183), - [anon_sym_else] = ACTIONS(4181), - [anon_sym_COLON_COLON] = ACTIONS(4183), - [anon_sym_PLUS_EQ] = ACTIONS(4183), - [anon_sym_DASH_EQ] = ACTIONS(4183), - [anon_sym_STAR_EQ] = ACTIONS(4183), - [anon_sym_SLASH_EQ] = ACTIONS(4183), - [anon_sym_PERCENT_EQ] = ACTIONS(4183), - [anon_sym_BANG_EQ] = ACTIONS(4181), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4183), - [anon_sym_EQ_EQ] = ACTIONS(4181), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4183), - [anon_sym_LT_EQ] = ACTIONS(4183), - [anon_sym_GT_EQ] = ACTIONS(4183), - [anon_sym_BANGin] = ACTIONS(4183), - [anon_sym_is] = ACTIONS(4181), - [anon_sym_BANGis] = ACTIONS(4183), - [anon_sym_PLUS] = ACTIONS(4181), - [anon_sym_DASH] = ACTIONS(4181), - [anon_sym_SLASH] = ACTIONS(4181), - [anon_sym_PERCENT] = ACTIONS(4181), - [anon_sym_as_QMARK] = ACTIONS(4183), - [anon_sym_PLUS_PLUS] = ACTIONS(4183), - [anon_sym_DASH_DASH] = ACTIONS(4183), - [anon_sym_BANG_BANG] = ACTIONS(4183), - [anon_sym_suspend] = ACTIONS(4181), - [anon_sym_sealed] = ACTIONS(4181), - [anon_sym_annotation] = ACTIONS(4181), - [anon_sym_data] = ACTIONS(4181), - [anon_sym_inner] = ACTIONS(4181), - [anon_sym_override] = ACTIONS(4181), - [anon_sym_lateinit] = ACTIONS(4181), - [anon_sym_public] = ACTIONS(4181), - [anon_sym_private] = ACTIONS(4181), - [anon_sym_internal] = ACTIONS(4181), - [anon_sym_protected] = ACTIONS(4181), - [anon_sym_tailrec] = ACTIONS(4181), - [anon_sym_operator] = ACTIONS(4181), - [anon_sym_infix] = ACTIONS(4181), - [anon_sym_inline] = ACTIONS(4181), - [anon_sym_external] = ACTIONS(4181), - [sym_property_modifier] = ACTIONS(4181), - [anon_sym_abstract] = ACTIONS(4181), - [anon_sym_final] = ACTIONS(4181), - [anon_sym_open] = ACTIONS(4181), - [anon_sym_vararg] = ACTIONS(4181), - [anon_sym_noinline] = ACTIONS(4181), - [anon_sym_crossinline] = ACTIONS(4181), - [anon_sym_expect] = ACTIONS(4181), - [anon_sym_actual] = ACTIONS(4181), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4183), - [sym_safe_nav] = ACTIONS(4183), + [sym_type_constraints] = STATE(3088), + [sym_enum_class_body] = STATE(3217), + [sym__alpha_identifier] = ACTIONS(4346), + [anon_sym_AT] = ACTIONS(4348), + [anon_sym_LBRACK] = ACTIONS(4348), + [anon_sym_RBRACK] = ACTIONS(4348), + [anon_sym_as] = ACTIONS(4346), + [anon_sym_EQ] = ACTIONS(4346), + [anon_sym_LBRACE] = ACTIONS(5171), + [anon_sym_RBRACE] = ACTIONS(4348), + [anon_sym_LPAREN] = ACTIONS(4348), + [anon_sym_COMMA] = ACTIONS(4348), + [anon_sym_RPAREN] = ACTIONS(4348), + [anon_sym_LT] = ACTIONS(4346), + [anon_sym_GT] = ACTIONS(4346), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(4346), + [anon_sym_SEMI] = ACTIONS(4348), + [anon_sym_get] = ACTIONS(4346), + [anon_sym_set] = ACTIONS(4346), + [anon_sym_STAR] = ACTIONS(4346), + [anon_sym_DASH_GT] = ACTIONS(4348), + [sym_label] = ACTIONS(4348), + [anon_sym_in] = ACTIONS(4346), + [anon_sym_while] = ACTIONS(4346), + [anon_sym_DOT_DOT] = ACTIONS(4348), + [anon_sym_QMARK_COLON] = ACTIONS(4348), + [anon_sym_AMP_AMP] = ACTIONS(4348), + [anon_sym_PIPE_PIPE] = ACTIONS(4348), + [anon_sym_else] = ACTIONS(4346), + [anon_sym_COLON_COLON] = ACTIONS(4348), + [anon_sym_PLUS_EQ] = ACTIONS(4348), + [anon_sym_DASH_EQ] = ACTIONS(4348), + [anon_sym_STAR_EQ] = ACTIONS(4348), + [anon_sym_SLASH_EQ] = ACTIONS(4348), + [anon_sym_PERCENT_EQ] = ACTIONS(4348), + [anon_sym_BANG_EQ] = ACTIONS(4346), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4348), + [anon_sym_EQ_EQ] = ACTIONS(4346), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4348), + [anon_sym_LT_EQ] = ACTIONS(4348), + [anon_sym_GT_EQ] = ACTIONS(4348), + [anon_sym_BANGin] = ACTIONS(4348), + [anon_sym_is] = ACTIONS(4346), + [anon_sym_BANGis] = ACTIONS(4348), + [anon_sym_PLUS] = ACTIONS(4346), + [anon_sym_DASH] = ACTIONS(4346), + [anon_sym_SLASH] = ACTIONS(4346), + [anon_sym_PERCENT] = ACTIONS(4346), + [anon_sym_as_QMARK] = ACTIONS(4348), + [anon_sym_PLUS_PLUS] = ACTIONS(4348), + [anon_sym_DASH_DASH] = ACTIONS(4348), + [anon_sym_BANG_BANG] = ACTIONS(4348), + [anon_sym_suspend] = ACTIONS(4346), + [anon_sym_sealed] = ACTIONS(4346), + [anon_sym_annotation] = ACTIONS(4346), + [anon_sym_data] = ACTIONS(4346), + [anon_sym_inner] = ACTIONS(4346), + [anon_sym_override] = ACTIONS(4346), + [anon_sym_lateinit] = ACTIONS(4346), + [anon_sym_public] = ACTIONS(4346), + [anon_sym_private] = ACTIONS(4346), + [anon_sym_internal] = ACTIONS(4346), + [anon_sym_protected] = ACTIONS(4346), + [anon_sym_tailrec] = ACTIONS(4346), + [anon_sym_operator] = ACTIONS(4346), + [anon_sym_infix] = ACTIONS(4346), + [anon_sym_inline] = ACTIONS(4346), + [anon_sym_external] = ACTIONS(4346), + [sym_property_modifier] = ACTIONS(4346), + [anon_sym_abstract] = ACTIONS(4346), + [anon_sym_final] = ACTIONS(4346), + [anon_sym_open] = ACTIONS(4346), + [anon_sym_vararg] = ACTIONS(4346), + [anon_sym_noinline] = ACTIONS(4346), + [anon_sym_crossinline] = ACTIONS(4346), + [anon_sym_expect] = ACTIONS(4346), + [anon_sym_actual] = ACTIONS(4346), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4348), + [sym_safe_nav] = ACTIONS(4348), [sym_multiline_comment] = ACTIONS(3), }, [2932] = { - [sym_function_body] = STATE(3129), - [sym__block] = STATE(3245), - [sym__alpha_identifier] = ACTIONS(4101), - [anon_sym_AT] = ACTIONS(4103), - [anon_sym_LBRACK] = ACTIONS(4103), - [anon_sym_as] = ACTIONS(4101), - [anon_sym_EQ] = ACTIONS(6218), - [anon_sym_LBRACE] = ACTIONS(6220), - [anon_sym_RBRACE] = ACTIONS(4103), - [anon_sym_LPAREN] = ACTIONS(4103), - [anon_sym_COMMA] = ACTIONS(4103), - [anon_sym_LT] = ACTIONS(4101), - [anon_sym_GT] = ACTIONS(4101), - [anon_sym_where] = ACTIONS(4101), - [anon_sym_object] = ACTIONS(4101), - [anon_sym_fun] = ACTIONS(4101), - [anon_sym_DOT] = ACTIONS(4101), - [anon_sym_SEMI] = ACTIONS(4103), - [anon_sym_get] = ACTIONS(4101), - [anon_sym_set] = ACTIONS(4101), - [anon_sym_this] = ACTIONS(4101), - [anon_sym_super] = ACTIONS(4101), - [anon_sym_STAR] = ACTIONS(4101), - [sym_label] = ACTIONS(4101), - [anon_sym_in] = ACTIONS(4101), - [anon_sym_DOT_DOT] = ACTIONS(4103), - [anon_sym_QMARK_COLON] = ACTIONS(4103), - [anon_sym_AMP_AMP] = ACTIONS(4103), - [anon_sym_PIPE_PIPE] = ACTIONS(4103), - [anon_sym_null] = ACTIONS(4101), - [anon_sym_if] = ACTIONS(4101), - [anon_sym_else] = ACTIONS(4101), - [anon_sym_when] = ACTIONS(4101), - [anon_sym_try] = ACTIONS(4101), - [anon_sym_throw] = ACTIONS(4101), - [anon_sym_return] = ACTIONS(4101), - [anon_sym_continue] = ACTIONS(4101), - [anon_sym_break] = ACTIONS(4101), - [anon_sym_COLON_COLON] = ACTIONS(4103), - [anon_sym_PLUS_EQ] = ACTIONS(4103), - [anon_sym_DASH_EQ] = ACTIONS(4103), - [anon_sym_STAR_EQ] = ACTIONS(4103), - [anon_sym_SLASH_EQ] = ACTIONS(4103), - [anon_sym_PERCENT_EQ] = ACTIONS(4103), - [anon_sym_BANG_EQ] = ACTIONS(4101), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4103), - [anon_sym_EQ_EQ] = ACTIONS(4101), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4103), - [anon_sym_LT_EQ] = ACTIONS(4103), - [anon_sym_GT_EQ] = ACTIONS(4103), - [anon_sym_BANGin] = ACTIONS(4103), - [anon_sym_is] = ACTIONS(4101), - [anon_sym_BANGis] = ACTIONS(4103), - [anon_sym_PLUS] = ACTIONS(4101), - [anon_sym_DASH] = ACTIONS(4101), - [anon_sym_SLASH] = ACTIONS(4101), - [anon_sym_PERCENT] = ACTIONS(4101), - [anon_sym_as_QMARK] = ACTIONS(4103), - [anon_sym_PLUS_PLUS] = ACTIONS(4103), - [anon_sym_DASH_DASH] = ACTIONS(4103), - [anon_sym_BANG] = ACTIONS(4101), - [anon_sym_BANG_BANG] = ACTIONS(4103), - [anon_sym_data] = ACTIONS(4101), - [anon_sym_inner] = ACTIONS(4101), - [anon_sym_expect] = ACTIONS(4101), - [anon_sym_actual] = ACTIONS(4101), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4103), - [anon_sym_continue_AT] = ACTIONS(4103), - [anon_sym_break_AT] = ACTIONS(4103), - [sym_real_literal] = ACTIONS(4103), - [sym_integer_literal] = ACTIONS(4101), - [sym_hex_literal] = ACTIONS(4103), - [sym_bin_literal] = ACTIONS(4103), - [anon_sym_true] = ACTIONS(4101), - [anon_sym_false] = ACTIONS(4101), - [anon_sym_SQUOTE] = ACTIONS(4103), - [sym__backtick_identifier] = ACTIONS(4103), - [sym__automatic_semicolon] = ACTIONS(4103), - [sym_safe_nav] = ACTIONS(4103), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4103), + [sym_class_body] = STATE(3169), + [sym_type_constraints] = STATE(3104), + [sym__alpha_identifier] = ACTIONS(4406), + [anon_sym_AT] = ACTIONS(4408), + [anon_sym_LBRACK] = ACTIONS(4408), + [anon_sym_RBRACK] = ACTIONS(4408), + [anon_sym_as] = ACTIONS(4406), + [anon_sym_EQ] = ACTIONS(4406), + [anon_sym_LBRACE] = ACTIONS(5179), + [anon_sym_RBRACE] = ACTIONS(4408), + [anon_sym_LPAREN] = ACTIONS(4408), + [anon_sym_COMMA] = ACTIONS(4408), + [anon_sym_RPAREN] = ACTIONS(4408), + [anon_sym_LT] = ACTIONS(4406), + [anon_sym_GT] = ACTIONS(4406), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(4406), + [anon_sym_SEMI] = ACTIONS(4408), + [anon_sym_get] = ACTIONS(4406), + [anon_sym_set] = ACTIONS(4406), + [anon_sym_STAR] = ACTIONS(4406), + [anon_sym_DASH_GT] = ACTIONS(4408), + [sym_label] = ACTIONS(4408), + [anon_sym_in] = ACTIONS(4406), + [anon_sym_while] = ACTIONS(4406), + [anon_sym_DOT_DOT] = ACTIONS(4408), + [anon_sym_QMARK_COLON] = ACTIONS(4408), + [anon_sym_AMP_AMP] = ACTIONS(4408), + [anon_sym_PIPE_PIPE] = ACTIONS(4408), + [anon_sym_else] = ACTIONS(4406), + [anon_sym_COLON_COLON] = ACTIONS(4408), + [anon_sym_PLUS_EQ] = ACTIONS(4408), + [anon_sym_DASH_EQ] = ACTIONS(4408), + [anon_sym_STAR_EQ] = ACTIONS(4408), + [anon_sym_SLASH_EQ] = ACTIONS(4408), + [anon_sym_PERCENT_EQ] = ACTIONS(4408), + [anon_sym_BANG_EQ] = ACTIONS(4406), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4408), + [anon_sym_EQ_EQ] = ACTIONS(4406), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4408), + [anon_sym_LT_EQ] = ACTIONS(4408), + [anon_sym_GT_EQ] = ACTIONS(4408), + [anon_sym_BANGin] = ACTIONS(4408), + [anon_sym_is] = ACTIONS(4406), + [anon_sym_BANGis] = ACTIONS(4408), + [anon_sym_PLUS] = ACTIONS(4406), + [anon_sym_DASH] = ACTIONS(4406), + [anon_sym_SLASH] = ACTIONS(4406), + [anon_sym_PERCENT] = ACTIONS(4406), + [anon_sym_as_QMARK] = ACTIONS(4408), + [anon_sym_PLUS_PLUS] = ACTIONS(4408), + [anon_sym_DASH_DASH] = ACTIONS(4408), + [anon_sym_BANG_BANG] = ACTIONS(4408), + [anon_sym_suspend] = ACTIONS(4406), + [anon_sym_sealed] = ACTIONS(4406), + [anon_sym_annotation] = ACTIONS(4406), + [anon_sym_data] = ACTIONS(4406), + [anon_sym_inner] = ACTIONS(4406), + [anon_sym_override] = ACTIONS(4406), + [anon_sym_lateinit] = ACTIONS(4406), + [anon_sym_public] = ACTIONS(4406), + [anon_sym_private] = ACTIONS(4406), + [anon_sym_internal] = ACTIONS(4406), + [anon_sym_protected] = ACTIONS(4406), + [anon_sym_tailrec] = ACTIONS(4406), + [anon_sym_operator] = ACTIONS(4406), + [anon_sym_infix] = ACTIONS(4406), + [anon_sym_inline] = ACTIONS(4406), + [anon_sym_external] = ACTIONS(4406), + [sym_property_modifier] = ACTIONS(4406), + [anon_sym_abstract] = ACTIONS(4406), + [anon_sym_final] = ACTIONS(4406), + [anon_sym_open] = ACTIONS(4406), + [anon_sym_vararg] = ACTIONS(4406), + [anon_sym_noinline] = ACTIONS(4406), + [anon_sym_crossinline] = ACTIONS(4406), + [anon_sym_expect] = ACTIONS(4406), + [anon_sym_actual] = ACTIONS(4406), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4408), + [sym_safe_nav] = ACTIONS(4408), + [sym_multiline_comment] = ACTIONS(3), }, [2933] = { - [sym__alpha_identifier] = ACTIONS(4219), - [anon_sym_AT] = ACTIONS(4221), - [anon_sym_LBRACK] = ACTIONS(4221), - [anon_sym_RBRACK] = ACTIONS(4221), - [anon_sym_as] = ACTIONS(4219), - [anon_sym_EQ] = ACTIONS(4219), - [anon_sym_LBRACE] = ACTIONS(4221), - [anon_sym_RBRACE] = ACTIONS(4221), - [anon_sym_LPAREN] = ACTIONS(4221), - [anon_sym_COMMA] = ACTIONS(4221), - [anon_sym_RPAREN] = ACTIONS(4221), - [anon_sym_by] = ACTIONS(4219), - [anon_sym_LT] = ACTIONS(4219), - [anon_sym_GT] = ACTIONS(4219), - [anon_sym_where] = ACTIONS(4219), - [anon_sym_DOT] = ACTIONS(4219), - [anon_sym_SEMI] = ACTIONS(4221), - [anon_sym_get] = ACTIONS(4219), - [anon_sym_set] = ACTIONS(4219), - [sym__quest] = ACTIONS(4219), - [anon_sym_STAR] = ACTIONS(4219), - [anon_sym_DASH_GT] = ACTIONS(4223), - [sym_label] = ACTIONS(4221), - [anon_sym_in] = ACTIONS(4219), - [anon_sym_while] = ACTIONS(4219), - [anon_sym_DOT_DOT] = ACTIONS(4221), - [anon_sym_QMARK_COLON] = ACTIONS(4221), - [anon_sym_AMP_AMP] = ACTIONS(4221), - [anon_sym_PIPE_PIPE] = ACTIONS(4221), - [anon_sym_else] = ACTIONS(4219), - [anon_sym_COLON_COLON] = ACTIONS(4221), - [anon_sym_PLUS_EQ] = ACTIONS(4221), - [anon_sym_DASH_EQ] = ACTIONS(4221), - [anon_sym_STAR_EQ] = ACTIONS(4221), - [anon_sym_SLASH_EQ] = ACTIONS(4221), - [anon_sym_PERCENT_EQ] = ACTIONS(4221), - [anon_sym_BANG_EQ] = ACTIONS(4219), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4221), - [anon_sym_EQ_EQ] = ACTIONS(4219), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4221), - [anon_sym_LT_EQ] = ACTIONS(4221), - [anon_sym_GT_EQ] = ACTIONS(4221), - [anon_sym_BANGin] = ACTIONS(4221), - [anon_sym_is] = ACTIONS(4219), - [anon_sym_BANGis] = ACTIONS(4221), - [anon_sym_PLUS] = ACTIONS(4219), - [anon_sym_DASH] = ACTIONS(4219), - [anon_sym_SLASH] = ACTIONS(4219), - [anon_sym_PERCENT] = ACTIONS(4219), - [anon_sym_as_QMARK] = ACTIONS(4221), - [anon_sym_PLUS_PLUS] = ACTIONS(4221), - [anon_sym_DASH_DASH] = ACTIONS(4221), - [anon_sym_BANG_BANG] = ACTIONS(4221), - [anon_sym_suspend] = ACTIONS(4219), - [anon_sym_sealed] = ACTIONS(4219), - [anon_sym_annotation] = ACTIONS(4219), - [anon_sym_data] = ACTIONS(4219), - [anon_sym_inner] = ACTIONS(4219), - [anon_sym_override] = ACTIONS(4219), - [anon_sym_lateinit] = ACTIONS(4219), - [anon_sym_public] = ACTIONS(4219), - [anon_sym_private] = ACTIONS(4219), - [anon_sym_internal] = ACTIONS(4219), - [anon_sym_protected] = ACTIONS(4219), - [anon_sym_tailrec] = ACTIONS(4219), - [anon_sym_operator] = ACTIONS(4219), - [anon_sym_infix] = ACTIONS(4219), - [anon_sym_inline] = ACTIONS(4219), - [anon_sym_external] = ACTIONS(4219), - [sym_property_modifier] = ACTIONS(4219), - [anon_sym_abstract] = ACTIONS(4219), - [anon_sym_final] = ACTIONS(4219), - [anon_sym_open] = ACTIONS(4219), - [anon_sym_vararg] = ACTIONS(4219), - [anon_sym_noinline] = ACTIONS(4219), - [anon_sym_crossinline] = ACTIONS(4219), - [anon_sym_expect] = ACTIONS(4219), - [anon_sym_actual] = ACTIONS(4219), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4221), - [sym_safe_nav] = ACTIONS(4221), - [sym_multiline_comment] = ACTIONS(3), + [sym_function_body] = STATE(3153), + [sym__block] = STATE(3334), + [sym__alpha_identifier] = ACTIONS(4099), + [anon_sym_AT] = ACTIONS(4101), + [anon_sym_LBRACK] = ACTIONS(4101), + [anon_sym_as] = ACTIONS(4099), + [anon_sym_EQ] = ACTIONS(6242), + [anon_sym_LBRACE] = ACTIONS(6244), + [anon_sym_RBRACE] = ACTIONS(4101), + [anon_sym_LPAREN] = ACTIONS(4101), + [anon_sym_COMMA] = ACTIONS(4101), + [anon_sym_LT] = ACTIONS(4099), + [anon_sym_GT] = ACTIONS(4099), + [anon_sym_where] = ACTIONS(4099), + [anon_sym_object] = ACTIONS(4099), + [anon_sym_fun] = ACTIONS(4099), + [anon_sym_DOT] = ACTIONS(4099), + [anon_sym_SEMI] = ACTIONS(4101), + [anon_sym_get] = ACTIONS(4099), + [anon_sym_set] = ACTIONS(4099), + [anon_sym_this] = ACTIONS(4099), + [anon_sym_super] = ACTIONS(4099), + [anon_sym_STAR] = ACTIONS(4099), + [sym_label] = ACTIONS(4099), + [anon_sym_in] = ACTIONS(4099), + [anon_sym_DOT_DOT] = ACTIONS(4101), + [anon_sym_QMARK_COLON] = ACTIONS(4101), + [anon_sym_AMP_AMP] = ACTIONS(4101), + [anon_sym_PIPE_PIPE] = ACTIONS(4101), + [anon_sym_null] = ACTIONS(4099), + [anon_sym_if] = ACTIONS(4099), + [anon_sym_else] = ACTIONS(4099), + [anon_sym_when] = ACTIONS(4099), + [anon_sym_try] = ACTIONS(4099), + [anon_sym_throw] = ACTIONS(4099), + [anon_sym_return] = ACTIONS(4099), + [anon_sym_continue] = ACTIONS(4099), + [anon_sym_break] = ACTIONS(4099), + [anon_sym_COLON_COLON] = ACTIONS(4101), + [anon_sym_PLUS_EQ] = ACTIONS(4101), + [anon_sym_DASH_EQ] = ACTIONS(4101), + [anon_sym_STAR_EQ] = ACTIONS(4101), + [anon_sym_SLASH_EQ] = ACTIONS(4101), + [anon_sym_PERCENT_EQ] = ACTIONS(4101), + [anon_sym_BANG_EQ] = ACTIONS(4099), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4101), + [anon_sym_EQ_EQ] = ACTIONS(4099), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4101), + [anon_sym_LT_EQ] = ACTIONS(4101), + [anon_sym_GT_EQ] = ACTIONS(4101), + [anon_sym_BANGin] = ACTIONS(4101), + [anon_sym_is] = ACTIONS(4099), + [anon_sym_BANGis] = ACTIONS(4101), + [anon_sym_PLUS] = ACTIONS(4099), + [anon_sym_DASH] = ACTIONS(4099), + [anon_sym_SLASH] = ACTIONS(4099), + [anon_sym_PERCENT] = ACTIONS(4099), + [anon_sym_as_QMARK] = ACTIONS(4101), + [anon_sym_PLUS_PLUS] = ACTIONS(4101), + [anon_sym_DASH_DASH] = ACTIONS(4101), + [anon_sym_BANG] = ACTIONS(4099), + [anon_sym_BANG_BANG] = ACTIONS(4101), + [anon_sym_data] = ACTIONS(4099), + [anon_sym_inner] = ACTIONS(4099), + [anon_sym_expect] = ACTIONS(4099), + [anon_sym_actual] = ACTIONS(4099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4101), + [anon_sym_continue_AT] = ACTIONS(4101), + [anon_sym_break_AT] = ACTIONS(4101), + [sym_real_literal] = ACTIONS(4101), + [sym_integer_literal] = ACTIONS(4099), + [sym_hex_literal] = ACTIONS(4101), + [sym_bin_literal] = ACTIONS(4101), + [anon_sym_true] = ACTIONS(4099), + [anon_sym_false] = ACTIONS(4099), + [anon_sym_SQUOTE] = ACTIONS(4101), + [sym__backtick_identifier] = ACTIONS(4101), + [sym__automatic_semicolon] = ACTIONS(4101), + [sym_safe_nav] = ACTIONS(4101), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4101), }, [2934] = { - [sym__alpha_identifier] = ACTIONS(4374), - [anon_sym_AT] = ACTIONS(4376), - [anon_sym_LBRACK] = ACTIONS(4376), - [anon_sym_RBRACK] = ACTIONS(4376), - [anon_sym_as] = ACTIONS(4374), - [anon_sym_EQ] = ACTIONS(4374), - [anon_sym_LBRACE] = ACTIONS(4376), - [anon_sym_RBRACE] = ACTIONS(4376), - [anon_sym_LPAREN] = ACTIONS(4376), - [anon_sym_COMMA] = ACTIONS(4376), - [anon_sym_RPAREN] = ACTIONS(4376), - [anon_sym_LT] = ACTIONS(4374), - [anon_sym_GT] = ACTIONS(4374), - [anon_sym_where] = ACTIONS(4374), - [anon_sym_DOT] = ACTIONS(4374), - [anon_sym_SEMI] = ACTIONS(4376), - [anon_sym_get] = ACTIONS(4374), - [anon_sym_set] = ACTIONS(4374), - [anon_sym_STAR] = ACTIONS(4374), - [anon_sym_DASH_GT] = ACTIONS(4376), - [sym_label] = ACTIONS(4376), - [anon_sym_in] = ACTIONS(4374), - [anon_sym_while] = ACTIONS(4374), - [anon_sym_DOT_DOT] = ACTIONS(4376), - [anon_sym_QMARK_COLON] = ACTIONS(4376), - [anon_sym_AMP_AMP] = ACTIONS(4376), - [anon_sym_PIPE_PIPE] = ACTIONS(4376), - [anon_sym_else] = ACTIONS(4374), - [anon_sym_catch] = ACTIONS(4374), - [anon_sym_finally] = ACTIONS(4374), - [anon_sym_COLON_COLON] = ACTIONS(4376), - [anon_sym_PLUS_EQ] = ACTIONS(4376), - [anon_sym_DASH_EQ] = ACTIONS(4376), - [anon_sym_STAR_EQ] = ACTIONS(4376), - [anon_sym_SLASH_EQ] = ACTIONS(4376), - [anon_sym_PERCENT_EQ] = ACTIONS(4376), - [anon_sym_BANG_EQ] = ACTIONS(4374), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4376), - [anon_sym_EQ_EQ] = ACTIONS(4374), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4376), - [anon_sym_LT_EQ] = ACTIONS(4376), - [anon_sym_GT_EQ] = ACTIONS(4376), - [anon_sym_BANGin] = ACTIONS(4376), - [anon_sym_is] = ACTIONS(4374), - [anon_sym_BANGis] = ACTIONS(4376), - [anon_sym_PLUS] = ACTIONS(4374), - [anon_sym_DASH] = ACTIONS(4374), - [anon_sym_SLASH] = ACTIONS(4374), - [anon_sym_PERCENT] = ACTIONS(4374), - [anon_sym_as_QMARK] = ACTIONS(4376), - [anon_sym_PLUS_PLUS] = ACTIONS(4376), - [anon_sym_DASH_DASH] = ACTIONS(4376), - [anon_sym_BANG_BANG] = ACTIONS(4376), - [anon_sym_suspend] = ACTIONS(4374), - [anon_sym_sealed] = ACTIONS(4374), - [anon_sym_annotation] = ACTIONS(4374), - [anon_sym_data] = ACTIONS(4374), - [anon_sym_inner] = ACTIONS(4374), - [anon_sym_override] = ACTIONS(4374), - [anon_sym_lateinit] = ACTIONS(4374), - [anon_sym_public] = ACTIONS(4374), - [anon_sym_private] = ACTIONS(4374), - [anon_sym_internal] = ACTIONS(4374), - [anon_sym_protected] = ACTIONS(4374), - [anon_sym_tailrec] = ACTIONS(4374), - [anon_sym_operator] = ACTIONS(4374), - [anon_sym_infix] = ACTIONS(4374), - [anon_sym_inline] = ACTIONS(4374), - [anon_sym_external] = ACTIONS(4374), - [sym_property_modifier] = ACTIONS(4374), - [anon_sym_abstract] = ACTIONS(4374), - [anon_sym_final] = ACTIONS(4374), - [anon_sym_open] = ACTIONS(4374), - [anon_sym_vararg] = ACTIONS(4374), - [anon_sym_noinline] = ACTIONS(4374), - [anon_sym_crossinline] = ACTIONS(4374), - [anon_sym_expect] = ACTIONS(4374), - [anon_sym_actual] = ACTIONS(4374), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4376), - [sym_safe_nav] = ACTIONS(4376), + [sym_class_body] = STATE(3124), + [sym_type_constraints] = STATE(3112), + [sym__alpha_identifier] = ACTIONS(4503), + [anon_sym_AT] = ACTIONS(4505), + [anon_sym_LBRACK] = ACTIONS(4505), + [anon_sym_as] = ACTIONS(4503), + [anon_sym_EQ] = ACTIONS(4503), + [anon_sym_LBRACE] = ACTIONS(3144), + [anon_sym_RBRACE] = ACTIONS(4505), + [anon_sym_LPAREN] = ACTIONS(4505), + [anon_sym_COMMA] = ACTIONS(4505), + [anon_sym_LT] = ACTIONS(4503), + [anon_sym_GT] = ACTIONS(4503), + [anon_sym_where] = ACTIONS(3118), + [anon_sym_object] = ACTIONS(4503), + [anon_sym_fun] = ACTIONS(4503), + [anon_sym_DOT] = ACTIONS(4503), + [anon_sym_SEMI] = ACTIONS(4505), + [anon_sym_get] = ACTIONS(4503), + [anon_sym_set] = ACTIONS(4503), + [anon_sym_this] = ACTIONS(4503), + [anon_sym_super] = ACTIONS(4503), + [anon_sym_STAR] = ACTIONS(4503), + [sym_label] = ACTIONS(4503), + [anon_sym_in] = ACTIONS(4503), + [anon_sym_DOT_DOT] = ACTIONS(4505), + [anon_sym_QMARK_COLON] = ACTIONS(4505), + [anon_sym_AMP_AMP] = ACTIONS(4505), + [anon_sym_PIPE_PIPE] = ACTIONS(4505), + [anon_sym_null] = ACTIONS(4503), + [anon_sym_if] = ACTIONS(4503), + [anon_sym_else] = ACTIONS(4503), + [anon_sym_when] = ACTIONS(4503), + [anon_sym_try] = ACTIONS(4503), + [anon_sym_throw] = ACTIONS(4503), + [anon_sym_return] = ACTIONS(4503), + [anon_sym_continue] = ACTIONS(4503), + [anon_sym_break] = ACTIONS(4503), + [anon_sym_COLON_COLON] = ACTIONS(4505), + [anon_sym_PLUS_EQ] = ACTIONS(4505), + [anon_sym_DASH_EQ] = ACTIONS(4505), + [anon_sym_STAR_EQ] = ACTIONS(4505), + [anon_sym_SLASH_EQ] = ACTIONS(4505), + [anon_sym_PERCENT_EQ] = ACTIONS(4505), + [anon_sym_BANG_EQ] = ACTIONS(4503), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4505), + [anon_sym_EQ_EQ] = ACTIONS(4503), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4505), + [anon_sym_LT_EQ] = ACTIONS(4505), + [anon_sym_GT_EQ] = ACTIONS(4505), + [anon_sym_BANGin] = ACTIONS(4505), + [anon_sym_is] = ACTIONS(4503), + [anon_sym_BANGis] = ACTIONS(4505), + [anon_sym_PLUS] = ACTIONS(4503), + [anon_sym_DASH] = ACTIONS(4503), + [anon_sym_SLASH] = ACTIONS(4503), + [anon_sym_PERCENT] = ACTIONS(4503), + [anon_sym_as_QMARK] = ACTIONS(4505), + [anon_sym_PLUS_PLUS] = ACTIONS(4505), + [anon_sym_DASH_DASH] = ACTIONS(4505), + [anon_sym_BANG] = ACTIONS(4503), + [anon_sym_BANG_BANG] = ACTIONS(4505), + [anon_sym_data] = ACTIONS(4503), + [anon_sym_inner] = ACTIONS(4503), + [anon_sym_expect] = ACTIONS(4503), + [anon_sym_actual] = ACTIONS(4503), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4505), + [anon_sym_continue_AT] = ACTIONS(4505), + [anon_sym_break_AT] = ACTIONS(4505), + [sym_real_literal] = ACTIONS(4505), + [sym_integer_literal] = ACTIONS(4503), + [sym_hex_literal] = ACTIONS(4505), + [sym_bin_literal] = ACTIONS(4505), + [anon_sym_true] = ACTIONS(4503), + [anon_sym_false] = ACTIONS(4503), + [anon_sym_SQUOTE] = ACTIONS(4505), + [sym__backtick_identifier] = ACTIONS(4505), + [sym__automatic_semicolon] = ACTIONS(4505), + [sym_safe_nav] = ACTIONS(4505), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4505), }, [2935] = { - [sym_class_body] = STATE(3417), - [sym__alpha_identifier] = ACTIONS(4509), - [anon_sym_AT] = ACTIONS(4511), - [anon_sym_COLON] = ACTIONS(6352), - [anon_sym_LBRACK] = ACTIONS(4511), - [anon_sym_as] = ACTIONS(4509), - [anon_sym_EQ] = ACTIONS(4509), - [anon_sym_LBRACE] = ACTIONS(3112), - [anon_sym_RBRACE] = ACTIONS(4511), - [anon_sym_LPAREN] = ACTIONS(4511), - [anon_sym_COMMA] = ACTIONS(4511), - [anon_sym_LT] = ACTIONS(4509), - [anon_sym_GT] = ACTIONS(4509), - [anon_sym_where] = ACTIONS(4509), - [anon_sym_object] = ACTIONS(4509), - [anon_sym_fun] = ACTIONS(4509), - [anon_sym_DOT] = ACTIONS(4509), - [anon_sym_SEMI] = ACTIONS(4511), - [anon_sym_get] = ACTIONS(4509), - [anon_sym_set] = ACTIONS(4509), - [anon_sym_this] = ACTIONS(4509), - [anon_sym_super] = ACTIONS(4509), - [anon_sym_STAR] = ACTIONS(4509), - [sym_label] = ACTIONS(4509), - [anon_sym_in] = ACTIONS(4509), - [anon_sym_DOT_DOT] = ACTIONS(4511), - [anon_sym_QMARK_COLON] = ACTIONS(4511), - [anon_sym_AMP_AMP] = ACTIONS(4511), - [anon_sym_PIPE_PIPE] = ACTIONS(4511), - [anon_sym_null] = ACTIONS(4509), - [anon_sym_if] = ACTIONS(4509), - [anon_sym_else] = ACTIONS(4509), - [anon_sym_when] = ACTIONS(4509), - [anon_sym_try] = ACTIONS(4509), - [anon_sym_throw] = ACTIONS(4509), - [anon_sym_return] = ACTIONS(4509), - [anon_sym_continue] = ACTIONS(4509), - [anon_sym_break] = ACTIONS(4509), - [anon_sym_COLON_COLON] = ACTIONS(4511), - [anon_sym_PLUS_EQ] = ACTIONS(4511), - [anon_sym_DASH_EQ] = ACTIONS(4511), - [anon_sym_STAR_EQ] = ACTIONS(4511), - [anon_sym_SLASH_EQ] = ACTIONS(4511), - [anon_sym_PERCENT_EQ] = ACTIONS(4511), - [anon_sym_BANG_EQ] = ACTIONS(4509), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4511), - [anon_sym_EQ_EQ] = ACTIONS(4509), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4511), - [anon_sym_LT_EQ] = ACTIONS(4511), - [anon_sym_GT_EQ] = ACTIONS(4511), - [anon_sym_BANGin] = ACTIONS(4511), - [anon_sym_is] = ACTIONS(4509), - [anon_sym_BANGis] = ACTIONS(4511), - [anon_sym_PLUS] = ACTIONS(4509), - [anon_sym_DASH] = ACTIONS(4509), - [anon_sym_SLASH] = ACTIONS(4509), - [anon_sym_PERCENT] = ACTIONS(4509), - [anon_sym_as_QMARK] = ACTIONS(4511), - [anon_sym_PLUS_PLUS] = ACTIONS(4511), - [anon_sym_DASH_DASH] = ACTIONS(4511), - [anon_sym_BANG] = ACTIONS(4509), - [anon_sym_BANG_BANG] = ACTIONS(4511), - [anon_sym_data] = ACTIONS(4509), - [anon_sym_inner] = ACTIONS(4509), - [anon_sym_expect] = ACTIONS(4509), - [anon_sym_actual] = ACTIONS(4509), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4511), - [anon_sym_continue_AT] = ACTIONS(4511), - [anon_sym_break_AT] = ACTIONS(4511), - [sym_real_literal] = ACTIONS(4511), - [sym_integer_literal] = ACTIONS(4509), - [sym_hex_literal] = ACTIONS(4511), - [sym_bin_literal] = ACTIONS(4511), - [anon_sym_true] = ACTIONS(4509), - [anon_sym_false] = ACTIONS(4509), - [anon_sym_SQUOTE] = ACTIONS(4511), - [sym__backtick_identifier] = ACTIONS(4511), - [sym__automatic_semicolon] = ACTIONS(4511), - [sym_safe_nav] = ACTIONS(4511), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4511), + [sym_function_body] = STATE(3259), + [sym__block] = STATE(3334), + [sym__alpha_identifier] = ACTIONS(4210), + [anon_sym_AT] = ACTIONS(4212), + [anon_sym_LBRACK] = ACTIONS(4212), + [anon_sym_as] = ACTIONS(4210), + [anon_sym_EQ] = ACTIONS(6242), + [anon_sym_LBRACE] = ACTIONS(6244), + [anon_sym_RBRACE] = ACTIONS(4212), + [anon_sym_LPAREN] = ACTIONS(4212), + [anon_sym_COMMA] = ACTIONS(4212), + [anon_sym_LT] = ACTIONS(4210), + [anon_sym_GT] = ACTIONS(4210), + [anon_sym_where] = ACTIONS(4210), + [anon_sym_object] = ACTIONS(4210), + [anon_sym_fun] = ACTIONS(4210), + [anon_sym_DOT] = ACTIONS(4210), + [anon_sym_SEMI] = ACTIONS(4212), + [anon_sym_get] = ACTIONS(4210), + [anon_sym_set] = ACTIONS(4210), + [anon_sym_this] = ACTIONS(4210), + [anon_sym_super] = ACTIONS(4210), + [anon_sym_STAR] = ACTIONS(4210), + [sym_label] = ACTIONS(4210), + [anon_sym_in] = ACTIONS(4210), + [anon_sym_DOT_DOT] = ACTIONS(4212), + [anon_sym_QMARK_COLON] = ACTIONS(4212), + [anon_sym_AMP_AMP] = ACTIONS(4212), + [anon_sym_PIPE_PIPE] = ACTIONS(4212), + [anon_sym_null] = ACTIONS(4210), + [anon_sym_if] = ACTIONS(4210), + [anon_sym_else] = ACTIONS(4210), + [anon_sym_when] = ACTIONS(4210), + [anon_sym_try] = ACTIONS(4210), + [anon_sym_throw] = ACTIONS(4210), + [anon_sym_return] = ACTIONS(4210), + [anon_sym_continue] = ACTIONS(4210), + [anon_sym_break] = ACTIONS(4210), + [anon_sym_COLON_COLON] = ACTIONS(4212), + [anon_sym_PLUS_EQ] = ACTIONS(4212), + [anon_sym_DASH_EQ] = ACTIONS(4212), + [anon_sym_STAR_EQ] = ACTIONS(4212), + [anon_sym_SLASH_EQ] = ACTIONS(4212), + [anon_sym_PERCENT_EQ] = ACTIONS(4212), + [anon_sym_BANG_EQ] = ACTIONS(4210), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4212), + [anon_sym_EQ_EQ] = ACTIONS(4210), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4212), + [anon_sym_LT_EQ] = ACTIONS(4212), + [anon_sym_GT_EQ] = ACTIONS(4212), + [anon_sym_BANGin] = ACTIONS(4212), + [anon_sym_is] = ACTIONS(4210), + [anon_sym_BANGis] = ACTIONS(4212), + [anon_sym_PLUS] = ACTIONS(4210), + [anon_sym_DASH] = ACTIONS(4210), + [anon_sym_SLASH] = ACTIONS(4210), + [anon_sym_PERCENT] = ACTIONS(4210), + [anon_sym_as_QMARK] = ACTIONS(4212), + [anon_sym_PLUS_PLUS] = ACTIONS(4212), + [anon_sym_DASH_DASH] = ACTIONS(4212), + [anon_sym_BANG] = ACTIONS(4210), + [anon_sym_BANG_BANG] = ACTIONS(4212), + [anon_sym_data] = ACTIONS(4210), + [anon_sym_inner] = ACTIONS(4210), + [anon_sym_expect] = ACTIONS(4210), + [anon_sym_actual] = ACTIONS(4210), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4212), + [anon_sym_continue_AT] = ACTIONS(4212), + [anon_sym_break_AT] = ACTIONS(4212), + [sym_real_literal] = ACTIONS(4212), + [sym_integer_literal] = ACTIONS(4210), + [sym_hex_literal] = ACTIONS(4212), + [sym_bin_literal] = ACTIONS(4212), + [anon_sym_true] = ACTIONS(4210), + [anon_sym_false] = ACTIONS(4210), + [anon_sym_SQUOTE] = ACTIONS(4212), + [sym__backtick_identifier] = ACTIONS(4212), + [sym__automatic_semicolon] = ACTIONS(4212), + [sym_safe_nav] = ACTIONS(4212), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4212), }, [2936] = { - [sym__alpha_identifier] = ACTIONS(4378), - [anon_sym_AT] = ACTIONS(4380), - [anon_sym_LBRACK] = ACTIONS(4380), - [anon_sym_RBRACK] = ACTIONS(4380), - [anon_sym_as] = ACTIONS(4378), - [anon_sym_EQ] = ACTIONS(4378), - [anon_sym_LBRACE] = ACTIONS(4380), - [anon_sym_RBRACE] = ACTIONS(4380), - [anon_sym_LPAREN] = ACTIONS(4380), - [anon_sym_COMMA] = ACTIONS(4380), - [anon_sym_RPAREN] = ACTIONS(4380), - [anon_sym_LT] = ACTIONS(4378), - [anon_sym_GT] = ACTIONS(4378), - [anon_sym_where] = ACTIONS(4378), - [anon_sym_DOT] = ACTIONS(4378), - [anon_sym_SEMI] = ACTIONS(4380), - [anon_sym_get] = ACTIONS(4378), - [anon_sym_set] = ACTIONS(4378), - [anon_sym_STAR] = ACTIONS(4378), - [anon_sym_DASH_GT] = ACTIONS(4380), - [sym_label] = ACTIONS(4380), - [anon_sym_in] = ACTIONS(4378), - [anon_sym_while] = ACTIONS(4378), - [anon_sym_DOT_DOT] = ACTIONS(4380), - [anon_sym_QMARK_COLON] = ACTIONS(4380), - [anon_sym_AMP_AMP] = ACTIONS(4380), - [anon_sym_PIPE_PIPE] = ACTIONS(4380), - [anon_sym_else] = ACTIONS(4378), - [anon_sym_catch] = ACTIONS(4378), - [anon_sym_finally] = ACTIONS(4378), - [anon_sym_COLON_COLON] = ACTIONS(4380), - [anon_sym_PLUS_EQ] = ACTIONS(4380), - [anon_sym_DASH_EQ] = ACTIONS(4380), - [anon_sym_STAR_EQ] = ACTIONS(4380), - [anon_sym_SLASH_EQ] = ACTIONS(4380), - [anon_sym_PERCENT_EQ] = ACTIONS(4380), - [anon_sym_BANG_EQ] = ACTIONS(4378), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4380), - [anon_sym_EQ_EQ] = ACTIONS(4378), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4380), - [anon_sym_LT_EQ] = ACTIONS(4380), - [anon_sym_GT_EQ] = ACTIONS(4380), - [anon_sym_BANGin] = ACTIONS(4380), - [anon_sym_is] = ACTIONS(4378), - [anon_sym_BANGis] = ACTIONS(4380), - [anon_sym_PLUS] = ACTIONS(4378), - [anon_sym_DASH] = ACTIONS(4378), - [anon_sym_SLASH] = ACTIONS(4378), - [anon_sym_PERCENT] = ACTIONS(4378), - [anon_sym_as_QMARK] = ACTIONS(4380), - [anon_sym_PLUS_PLUS] = ACTIONS(4380), - [anon_sym_DASH_DASH] = ACTIONS(4380), - [anon_sym_BANG_BANG] = ACTIONS(4380), - [anon_sym_suspend] = ACTIONS(4378), - [anon_sym_sealed] = ACTIONS(4378), - [anon_sym_annotation] = ACTIONS(4378), - [anon_sym_data] = ACTIONS(4378), - [anon_sym_inner] = ACTIONS(4378), - [anon_sym_override] = ACTIONS(4378), - [anon_sym_lateinit] = ACTIONS(4378), - [anon_sym_public] = ACTIONS(4378), - [anon_sym_private] = ACTIONS(4378), - [anon_sym_internal] = ACTIONS(4378), - [anon_sym_protected] = ACTIONS(4378), - [anon_sym_tailrec] = ACTIONS(4378), - [anon_sym_operator] = ACTIONS(4378), - [anon_sym_infix] = ACTIONS(4378), - [anon_sym_inline] = ACTIONS(4378), - [anon_sym_external] = ACTIONS(4378), - [sym_property_modifier] = ACTIONS(4378), - [anon_sym_abstract] = ACTIONS(4378), - [anon_sym_final] = ACTIONS(4378), - [anon_sym_open] = ACTIONS(4378), - [anon_sym_vararg] = ACTIONS(4378), - [anon_sym_noinline] = ACTIONS(4378), - [anon_sym_crossinline] = ACTIONS(4378), - [anon_sym_expect] = ACTIONS(4378), - [anon_sym_actual] = ACTIONS(4378), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4380), - [sym_safe_nav] = ACTIONS(4380), - [sym_multiline_comment] = ACTIONS(3), + [sym_type_constraints] = STATE(3120), + [sym_function_body] = STATE(3133), + [sym__block] = STATE(3334), + [sym__alpha_identifier] = ACTIONS(4031), + [anon_sym_AT] = ACTIONS(4033), + [anon_sym_LBRACK] = ACTIONS(4033), + [anon_sym_as] = ACTIONS(4031), + [anon_sym_EQ] = ACTIONS(6262), + [anon_sym_LBRACE] = ACTIONS(6244), + [anon_sym_RBRACE] = ACTIONS(4033), + [anon_sym_LPAREN] = ACTIONS(4033), + [anon_sym_LT] = ACTIONS(4031), + [anon_sym_GT] = ACTIONS(4031), + [anon_sym_where] = ACTIONS(3118), + [anon_sym_object] = ACTIONS(4031), + [anon_sym_fun] = ACTIONS(4031), + [anon_sym_DOT] = ACTIONS(4031), + [anon_sym_SEMI] = ACTIONS(4033), + [anon_sym_get] = ACTIONS(4031), + [anon_sym_set] = ACTIONS(4031), + [anon_sym_this] = ACTIONS(4031), + [anon_sym_super] = ACTIONS(4031), + [anon_sym_STAR] = ACTIONS(4031), + [sym_label] = ACTIONS(4031), + [anon_sym_in] = ACTIONS(4031), + [anon_sym_DOT_DOT] = ACTIONS(4033), + [anon_sym_QMARK_COLON] = ACTIONS(4033), + [anon_sym_AMP_AMP] = ACTIONS(4033), + [anon_sym_PIPE_PIPE] = ACTIONS(4033), + [anon_sym_null] = ACTIONS(4031), + [anon_sym_if] = ACTIONS(4031), + [anon_sym_else] = ACTIONS(4031), + [anon_sym_when] = ACTIONS(4031), + [anon_sym_try] = ACTIONS(4031), + [anon_sym_throw] = ACTIONS(4031), + [anon_sym_return] = ACTIONS(4031), + [anon_sym_continue] = ACTIONS(4031), + [anon_sym_break] = ACTIONS(4031), + [anon_sym_COLON_COLON] = ACTIONS(4033), + [anon_sym_PLUS_EQ] = ACTIONS(4033), + [anon_sym_DASH_EQ] = ACTIONS(4033), + [anon_sym_STAR_EQ] = ACTIONS(4033), + [anon_sym_SLASH_EQ] = ACTIONS(4033), + [anon_sym_PERCENT_EQ] = ACTIONS(4033), + [anon_sym_BANG_EQ] = ACTIONS(4031), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4033), + [anon_sym_EQ_EQ] = ACTIONS(4031), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4033), + [anon_sym_LT_EQ] = ACTIONS(4033), + [anon_sym_GT_EQ] = ACTIONS(4033), + [anon_sym_BANGin] = ACTIONS(4033), + [anon_sym_is] = ACTIONS(4031), + [anon_sym_BANGis] = ACTIONS(4033), + [anon_sym_PLUS] = ACTIONS(4031), + [anon_sym_DASH] = ACTIONS(4031), + [anon_sym_SLASH] = ACTIONS(4031), + [anon_sym_PERCENT] = ACTIONS(4031), + [anon_sym_as_QMARK] = ACTIONS(4033), + [anon_sym_PLUS_PLUS] = ACTIONS(4033), + [anon_sym_DASH_DASH] = ACTIONS(4033), + [anon_sym_BANG] = ACTIONS(4031), + [anon_sym_BANG_BANG] = ACTIONS(4033), + [anon_sym_data] = ACTIONS(4031), + [anon_sym_inner] = ACTIONS(4031), + [anon_sym_expect] = ACTIONS(4031), + [anon_sym_actual] = ACTIONS(4031), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4033), + [anon_sym_continue_AT] = ACTIONS(4033), + [anon_sym_break_AT] = ACTIONS(4033), + [sym_real_literal] = ACTIONS(4033), + [sym_integer_literal] = ACTIONS(4031), + [sym_hex_literal] = ACTIONS(4033), + [sym_bin_literal] = ACTIONS(4033), + [anon_sym_true] = ACTIONS(4031), + [anon_sym_false] = ACTIONS(4031), + [anon_sym_SQUOTE] = ACTIONS(4033), + [sym__backtick_identifier] = ACTIONS(4033), + [sym__automatic_semicolon] = ACTIONS(4033), + [sym_safe_nav] = ACTIONS(4033), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4033), }, [2937] = { - [sym_type_constraints] = STATE(3102), - [sym_enum_class_body] = STATE(3179), - [sym__alpha_identifier] = ACTIONS(4422), - [anon_sym_AT] = ACTIONS(4424), - [anon_sym_LBRACK] = ACTIONS(4424), - [anon_sym_as] = ACTIONS(4422), - [anon_sym_EQ] = ACTIONS(4422), - [anon_sym_LBRACE] = ACTIONS(3152), - [anon_sym_RBRACE] = ACTIONS(4424), - [anon_sym_LPAREN] = ACTIONS(4424), - [anon_sym_COMMA] = ACTIONS(4424), - [anon_sym_LT] = ACTIONS(4422), - [anon_sym_GT] = ACTIONS(4422), - [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(4422), - [anon_sym_fun] = ACTIONS(4422), - [anon_sym_DOT] = ACTIONS(4422), - [anon_sym_SEMI] = ACTIONS(4424), - [anon_sym_get] = ACTIONS(4422), - [anon_sym_set] = ACTIONS(4422), - [anon_sym_this] = ACTIONS(4422), - [anon_sym_super] = ACTIONS(4422), - [anon_sym_STAR] = ACTIONS(4422), - [sym_label] = ACTIONS(4422), - [anon_sym_in] = ACTIONS(4422), - [anon_sym_DOT_DOT] = ACTIONS(4424), - [anon_sym_QMARK_COLON] = ACTIONS(4424), - [anon_sym_AMP_AMP] = ACTIONS(4424), - [anon_sym_PIPE_PIPE] = ACTIONS(4424), - [anon_sym_null] = ACTIONS(4422), - [anon_sym_if] = ACTIONS(4422), - [anon_sym_else] = ACTIONS(4422), - [anon_sym_when] = ACTIONS(4422), - [anon_sym_try] = ACTIONS(4422), - [anon_sym_throw] = ACTIONS(4422), - [anon_sym_return] = ACTIONS(4422), - [anon_sym_continue] = ACTIONS(4422), - [anon_sym_break] = ACTIONS(4422), - [anon_sym_COLON_COLON] = ACTIONS(4424), - [anon_sym_PLUS_EQ] = ACTIONS(4424), - [anon_sym_DASH_EQ] = ACTIONS(4424), - [anon_sym_STAR_EQ] = ACTIONS(4424), - [anon_sym_SLASH_EQ] = ACTIONS(4424), - [anon_sym_PERCENT_EQ] = ACTIONS(4424), - [anon_sym_BANG_EQ] = ACTIONS(4422), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4424), - [anon_sym_EQ_EQ] = ACTIONS(4422), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4424), - [anon_sym_LT_EQ] = ACTIONS(4424), - [anon_sym_GT_EQ] = ACTIONS(4424), - [anon_sym_BANGin] = ACTIONS(4424), - [anon_sym_is] = ACTIONS(4422), - [anon_sym_BANGis] = ACTIONS(4424), - [anon_sym_PLUS] = ACTIONS(4422), - [anon_sym_DASH] = ACTIONS(4422), - [anon_sym_SLASH] = ACTIONS(4422), - [anon_sym_PERCENT] = ACTIONS(4422), - [anon_sym_as_QMARK] = ACTIONS(4424), - [anon_sym_PLUS_PLUS] = ACTIONS(4424), - [anon_sym_DASH_DASH] = ACTIONS(4424), - [anon_sym_BANG] = ACTIONS(4422), - [anon_sym_BANG_BANG] = ACTIONS(4424), - [anon_sym_data] = ACTIONS(4422), - [anon_sym_inner] = ACTIONS(4422), - [anon_sym_expect] = ACTIONS(4422), - [anon_sym_actual] = ACTIONS(4422), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4424), - [anon_sym_continue_AT] = ACTIONS(4424), - [anon_sym_break_AT] = ACTIONS(4424), - [sym_real_literal] = ACTIONS(4424), - [sym_integer_literal] = ACTIONS(4422), - [sym_hex_literal] = ACTIONS(4424), - [sym_bin_literal] = ACTIONS(4424), - [anon_sym_true] = ACTIONS(4422), - [anon_sym_false] = ACTIONS(4422), - [anon_sym_SQUOTE] = ACTIONS(4424), - [sym__backtick_identifier] = ACTIONS(4424), - [sym__automatic_semicolon] = ACTIONS(4424), - [sym_safe_nav] = ACTIONS(4424), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4424), + [sym__alpha_identifier] = ACTIONS(4507), + [anon_sym_AT] = ACTIONS(4509), + [anon_sym_LBRACK] = ACTIONS(4509), + [anon_sym_as] = ACTIONS(4507), + [anon_sym_EQ] = ACTIONS(4507), + [anon_sym_LBRACE] = ACTIONS(4509), + [anon_sym_RBRACE] = ACTIONS(4509), + [anon_sym_LPAREN] = ACTIONS(4509), + [anon_sym_COMMA] = ACTIONS(4509), + [anon_sym_LT] = ACTIONS(4507), + [anon_sym_GT] = ACTIONS(4507), + [anon_sym_where] = ACTIONS(4507), + [anon_sym_object] = ACTIONS(4507), + [anon_sym_fun] = ACTIONS(4507), + [anon_sym_DOT] = ACTIONS(4507), + [anon_sym_SEMI] = ACTIONS(4509), + [anon_sym_get] = ACTIONS(4507), + [anon_sym_set] = ACTIONS(4507), + [anon_sym_this] = ACTIONS(4507), + [anon_sym_super] = ACTIONS(4507), + [anon_sym_STAR] = ACTIONS(4507), + [sym_label] = ACTIONS(4507), + [anon_sym_in] = ACTIONS(4507), + [anon_sym_DOT_DOT] = ACTIONS(4509), + [anon_sym_QMARK_COLON] = ACTIONS(4509), + [anon_sym_AMP_AMP] = ACTIONS(4509), + [anon_sym_PIPE_PIPE] = ACTIONS(4509), + [anon_sym_null] = ACTIONS(4507), + [anon_sym_if] = ACTIONS(4507), + [anon_sym_else] = ACTIONS(4507), + [anon_sym_when] = ACTIONS(4507), + [anon_sym_try] = ACTIONS(4507), + [anon_sym_catch] = ACTIONS(4507), + [anon_sym_finally] = ACTIONS(4507), + [anon_sym_throw] = ACTIONS(4507), + [anon_sym_return] = ACTIONS(4507), + [anon_sym_continue] = ACTIONS(4507), + [anon_sym_break] = ACTIONS(4507), + [anon_sym_COLON_COLON] = ACTIONS(4509), + [anon_sym_PLUS_EQ] = ACTIONS(4509), + [anon_sym_DASH_EQ] = ACTIONS(4509), + [anon_sym_STAR_EQ] = ACTIONS(4509), + [anon_sym_SLASH_EQ] = ACTIONS(4509), + [anon_sym_PERCENT_EQ] = ACTIONS(4509), + [anon_sym_BANG_EQ] = ACTIONS(4507), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4509), + [anon_sym_EQ_EQ] = ACTIONS(4507), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4509), + [anon_sym_LT_EQ] = ACTIONS(4509), + [anon_sym_GT_EQ] = ACTIONS(4509), + [anon_sym_BANGin] = ACTIONS(4509), + [anon_sym_is] = ACTIONS(4507), + [anon_sym_BANGis] = ACTIONS(4509), + [anon_sym_PLUS] = ACTIONS(4507), + [anon_sym_DASH] = ACTIONS(4507), + [anon_sym_SLASH] = ACTIONS(4507), + [anon_sym_PERCENT] = ACTIONS(4507), + [anon_sym_as_QMARK] = ACTIONS(4509), + [anon_sym_PLUS_PLUS] = ACTIONS(4509), + [anon_sym_DASH_DASH] = ACTIONS(4509), + [anon_sym_BANG] = ACTIONS(4507), + [anon_sym_BANG_BANG] = ACTIONS(4509), + [anon_sym_data] = ACTIONS(4507), + [anon_sym_inner] = ACTIONS(4507), + [anon_sym_expect] = ACTIONS(4507), + [anon_sym_actual] = ACTIONS(4507), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4509), + [anon_sym_continue_AT] = ACTIONS(4509), + [anon_sym_break_AT] = ACTIONS(4509), + [sym_real_literal] = ACTIONS(4509), + [sym_integer_literal] = ACTIONS(4507), + [sym_hex_literal] = ACTIONS(4509), + [sym_bin_literal] = ACTIONS(4509), + [anon_sym_true] = ACTIONS(4507), + [anon_sym_false] = ACTIONS(4507), + [anon_sym_SQUOTE] = ACTIONS(4509), + [sym__backtick_identifier] = ACTIONS(4509), + [sym__automatic_semicolon] = ACTIONS(4509), + [sym_safe_nav] = ACTIONS(4509), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4509), }, [2938] = { - [sym_class_body] = STATE(3180), - [sym_type_constraints] = STATE(3099), - [sym__alpha_identifier] = ACTIONS(4481), - [anon_sym_AT] = ACTIONS(4483), - [anon_sym_LBRACK] = ACTIONS(4483), - [anon_sym_as] = ACTIONS(4481), - [anon_sym_EQ] = ACTIONS(4481), - [anon_sym_LBRACE] = ACTIONS(3112), - [anon_sym_RBRACE] = ACTIONS(4483), - [anon_sym_LPAREN] = ACTIONS(4483), - [anon_sym_COMMA] = ACTIONS(4483), - [anon_sym_LT] = ACTIONS(4481), - [anon_sym_GT] = ACTIONS(4481), - [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(4481), - [anon_sym_fun] = ACTIONS(4481), - [anon_sym_DOT] = ACTIONS(4481), - [anon_sym_SEMI] = ACTIONS(4483), - [anon_sym_get] = ACTIONS(4481), - [anon_sym_set] = ACTIONS(4481), - [anon_sym_this] = ACTIONS(4481), - [anon_sym_super] = ACTIONS(4481), - [anon_sym_STAR] = ACTIONS(4481), - [sym_label] = ACTIONS(4481), - [anon_sym_in] = ACTIONS(4481), - [anon_sym_DOT_DOT] = ACTIONS(4483), - [anon_sym_QMARK_COLON] = ACTIONS(4483), - [anon_sym_AMP_AMP] = ACTIONS(4483), - [anon_sym_PIPE_PIPE] = ACTIONS(4483), - [anon_sym_null] = ACTIONS(4481), - [anon_sym_if] = ACTIONS(4481), - [anon_sym_else] = ACTIONS(4481), - [anon_sym_when] = ACTIONS(4481), - [anon_sym_try] = ACTIONS(4481), - [anon_sym_throw] = ACTIONS(4481), - [anon_sym_return] = ACTIONS(4481), - [anon_sym_continue] = ACTIONS(4481), - [anon_sym_break] = ACTIONS(4481), - [anon_sym_COLON_COLON] = ACTIONS(4483), - [anon_sym_PLUS_EQ] = ACTIONS(4483), - [anon_sym_DASH_EQ] = ACTIONS(4483), - [anon_sym_STAR_EQ] = ACTIONS(4483), - [anon_sym_SLASH_EQ] = ACTIONS(4483), - [anon_sym_PERCENT_EQ] = ACTIONS(4483), - [anon_sym_BANG_EQ] = ACTIONS(4481), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4483), - [anon_sym_EQ_EQ] = ACTIONS(4481), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4483), - [anon_sym_LT_EQ] = ACTIONS(4483), - [anon_sym_GT_EQ] = ACTIONS(4483), - [anon_sym_BANGin] = ACTIONS(4483), - [anon_sym_is] = ACTIONS(4481), - [anon_sym_BANGis] = ACTIONS(4483), - [anon_sym_PLUS] = ACTIONS(4481), - [anon_sym_DASH] = ACTIONS(4481), - [anon_sym_SLASH] = ACTIONS(4481), - [anon_sym_PERCENT] = ACTIONS(4481), - [anon_sym_as_QMARK] = ACTIONS(4483), - [anon_sym_PLUS_PLUS] = ACTIONS(4483), - [anon_sym_DASH_DASH] = ACTIONS(4483), - [anon_sym_BANG] = ACTIONS(4481), - [anon_sym_BANG_BANG] = ACTIONS(4483), - [anon_sym_data] = ACTIONS(4481), - [anon_sym_inner] = ACTIONS(4481), - [anon_sym_expect] = ACTIONS(4481), - [anon_sym_actual] = ACTIONS(4481), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4483), - [anon_sym_continue_AT] = ACTIONS(4483), - [anon_sym_break_AT] = ACTIONS(4483), - [sym_real_literal] = ACTIONS(4483), - [sym_integer_literal] = ACTIONS(4481), - [sym_hex_literal] = ACTIONS(4483), - [sym_bin_literal] = ACTIONS(4483), - [anon_sym_true] = ACTIONS(4481), - [anon_sym_false] = ACTIONS(4481), - [anon_sym_SQUOTE] = ACTIONS(4483), - [sym__backtick_identifier] = ACTIONS(4483), - [sym__automatic_semicolon] = ACTIONS(4483), - [sym_safe_nav] = ACTIONS(4483), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4483), + [sym_function_body] = STATE(3332), + [sym__block] = STATE(3464), + [sym__alpha_identifier] = ACTIONS(4487), + [anon_sym_AT] = ACTIONS(4489), + [anon_sym_LBRACK] = ACTIONS(4489), + [anon_sym_RBRACK] = ACTIONS(4489), + [anon_sym_as] = ACTIONS(4487), + [anon_sym_EQ] = ACTIONS(6231), + [anon_sym_LBRACE] = ACTIONS(6233), + [anon_sym_RBRACE] = ACTIONS(4489), + [anon_sym_LPAREN] = ACTIONS(4489), + [anon_sym_COMMA] = ACTIONS(4489), + [anon_sym_RPAREN] = ACTIONS(4489), + [anon_sym_LT] = ACTIONS(4487), + [anon_sym_GT] = ACTIONS(4487), + [anon_sym_where] = ACTIONS(4487), + [anon_sym_DOT] = ACTIONS(4487), + [anon_sym_SEMI] = ACTIONS(4489), + [anon_sym_get] = ACTIONS(4487), + [anon_sym_set] = ACTIONS(4487), + [anon_sym_STAR] = ACTIONS(4487), + [anon_sym_DASH_GT] = ACTIONS(4489), + [sym_label] = ACTIONS(4489), + [anon_sym_in] = ACTIONS(4487), + [anon_sym_while] = ACTIONS(4487), + [anon_sym_DOT_DOT] = ACTIONS(4489), + [anon_sym_QMARK_COLON] = ACTIONS(4489), + [anon_sym_AMP_AMP] = ACTIONS(4489), + [anon_sym_PIPE_PIPE] = ACTIONS(4489), + [anon_sym_else] = ACTIONS(4487), + [anon_sym_COLON_COLON] = ACTIONS(4489), + [anon_sym_PLUS_EQ] = ACTIONS(4489), + [anon_sym_DASH_EQ] = ACTIONS(4489), + [anon_sym_STAR_EQ] = ACTIONS(4489), + [anon_sym_SLASH_EQ] = ACTIONS(4489), + [anon_sym_PERCENT_EQ] = ACTIONS(4489), + [anon_sym_BANG_EQ] = ACTIONS(4487), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4489), + [anon_sym_EQ_EQ] = ACTIONS(4487), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4489), + [anon_sym_LT_EQ] = ACTIONS(4489), + [anon_sym_GT_EQ] = ACTIONS(4489), + [anon_sym_BANGin] = ACTIONS(4489), + [anon_sym_is] = ACTIONS(4487), + [anon_sym_BANGis] = ACTIONS(4489), + [anon_sym_PLUS] = ACTIONS(4487), + [anon_sym_DASH] = ACTIONS(4487), + [anon_sym_SLASH] = ACTIONS(4487), + [anon_sym_PERCENT] = ACTIONS(4487), + [anon_sym_as_QMARK] = ACTIONS(4489), + [anon_sym_PLUS_PLUS] = ACTIONS(4489), + [anon_sym_DASH_DASH] = ACTIONS(4489), + [anon_sym_BANG_BANG] = ACTIONS(4489), + [anon_sym_suspend] = ACTIONS(4487), + [anon_sym_sealed] = ACTIONS(4487), + [anon_sym_annotation] = ACTIONS(4487), + [anon_sym_data] = ACTIONS(4487), + [anon_sym_inner] = ACTIONS(4487), + [anon_sym_override] = ACTIONS(4487), + [anon_sym_lateinit] = ACTIONS(4487), + [anon_sym_public] = ACTIONS(4487), + [anon_sym_private] = ACTIONS(4487), + [anon_sym_internal] = ACTIONS(4487), + [anon_sym_protected] = ACTIONS(4487), + [anon_sym_tailrec] = ACTIONS(4487), + [anon_sym_operator] = ACTIONS(4487), + [anon_sym_infix] = ACTIONS(4487), + [anon_sym_inline] = ACTIONS(4487), + [anon_sym_external] = ACTIONS(4487), + [sym_property_modifier] = ACTIONS(4487), + [anon_sym_abstract] = ACTIONS(4487), + [anon_sym_final] = ACTIONS(4487), + [anon_sym_open] = ACTIONS(4487), + [anon_sym_vararg] = ACTIONS(4487), + [anon_sym_noinline] = ACTIONS(4487), + [anon_sym_crossinline] = ACTIONS(4487), + [anon_sym_expect] = ACTIONS(4487), + [anon_sym_actual] = ACTIONS(4487), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4489), + [sym_safe_nav] = ACTIONS(4489), + [sym_multiline_comment] = ACTIONS(3), }, [2939] = { - [aux_sym_type_constraints_repeat1] = STATE(2939), - [sym__alpha_identifier] = ACTIONS(4466), - [anon_sym_AT] = ACTIONS(4468), - [anon_sym_LBRACK] = ACTIONS(4468), - [anon_sym_RBRACK] = ACTIONS(4468), - [anon_sym_as] = ACTIONS(4466), - [anon_sym_EQ] = ACTIONS(4466), - [anon_sym_LBRACE] = ACTIONS(4468), - [anon_sym_RBRACE] = ACTIONS(4468), - [anon_sym_LPAREN] = ACTIONS(4468), - [anon_sym_COMMA] = ACTIONS(6354), - [anon_sym_RPAREN] = ACTIONS(4468), - [anon_sym_by] = ACTIONS(4466), - [anon_sym_LT] = ACTIONS(4466), - [anon_sym_GT] = ACTIONS(4466), - [anon_sym_where] = ACTIONS(4466), - [anon_sym_DOT] = ACTIONS(4466), - [anon_sym_SEMI] = ACTIONS(4468), - [anon_sym_get] = ACTIONS(4466), - [anon_sym_set] = ACTIONS(4466), - [anon_sym_STAR] = ACTIONS(4466), - [anon_sym_DASH_GT] = ACTIONS(4468), - [sym_label] = ACTIONS(4468), - [anon_sym_in] = ACTIONS(4466), - [anon_sym_while] = ACTIONS(4466), - [anon_sym_DOT_DOT] = ACTIONS(4468), - [anon_sym_QMARK_COLON] = ACTIONS(4468), - [anon_sym_AMP_AMP] = ACTIONS(4468), - [anon_sym_PIPE_PIPE] = ACTIONS(4468), - [anon_sym_else] = ACTIONS(4466), - [anon_sym_COLON_COLON] = ACTIONS(4468), - [anon_sym_PLUS_EQ] = ACTIONS(4468), - [anon_sym_DASH_EQ] = ACTIONS(4468), - [anon_sym_STAR_EQ] = ACTIONS(4468), - [anon_sym_SLASH_EQ] = ACTIONS(4468), - [anon_sym_PERCENT_EQ] = ACTIONS(4468), - [anon_sym_BANG_EQ] = ACTIONS(4466), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4468), - [anon_sym_EQ_EQ] = ACTIONS(4466), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4468), - [anon_sym_LT_EQ] = ACTIONS(4468), - [anon_sym_GT_EQ] = ACTIONS(4468), - [anon_sym_BANGin] = ACTIONS(4468), - [anon_sym_is] = ACTIONS(4466), - [anon_sym_BANGis] = ACTIONS(4468), - [anon_sym_PLUS] = ACTIONS(4466), - [anon_sym_DASH] = ACTIONS(4466), - [anon_sym_SLASH] = ACTIONS(4466), - [anon_sym_PERCENT] = ACTIONS(4466), - [anon_sym_as_QMARK] = ACTIONS(4468), - [anon_sym_PLUS_PLUS] = ACTIONS(4468), - [anon_sym_DASH_DASH] = ACTIONS(4468), - [anon_sym_BANG_BANG] = ACTIONS(4468), - [anon_sym_suspend] = ACTIONS(4466), - [anon_sym_sealed] = ACTIONS(4466), - [anon_sym_annotation] = ACTIONS(4466), - [anon_sym_data] = ACTIONS(4466), - [anon_sym_inner] = ACTIONS(4466), - [anon_sym_override] = ACTIONS(4466), - [anon_sym_lateinit] = ACTIONS(4466), - [anon_sym_public] = ACTIONS(4466), - [anon_sym_private] = ACTIONS(4466), - [anon_sym_internal] = ACTIONS(4466), - [anon_sym_protected] = ACTIONS(4466), - [anon_sym_tailrec] = ACTIONS(4466), - [anon_sym_operator] = ACTIONS(4466), - [anon_sym_infix] = ACTIONS(4466), - [anon_sym_inline] = ACTIONS(4466), - [anon_sym_external] = ACTIONS(4466), - [sym_property_modifier] = ACTIONS(4466), - [anon_sym_abstract] = ACTIONS(4466), - [anon_sym_final] = ACTIONS(4466), - [anon_sym_open] = ACTIONS(4466), - [anon_sym_vararg] = ACTIONS(4466), - [anon_sym_noinline] = ACTIONS(4466), - [anon_sym_crossinline] = ACTIONS(4466), - [anon_sym_expect] = ACTIONS(4466), - [anon_sym_actual] = ACTIONS(4466), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4468), - [sym_safe_nav] = ACTIONS(4468), + [sym_function_body] = STATE(3317), + [sym__block] = STATE(3464), + [sym__alpha_identifier] = ACTIONS(4256), + [anon_sym_AT] = ACTIONS(4258), + [anon_sym_LBRACK] = ACTIONS(4258), + [anon_sym_RBRACK] = ACTIONS(4258), + [anon_sym_as] = ACTIONS(4256), + [anon_sym_EQ] = ACTIONS(6231), + [anon_sym_LBRACE] = ACTIONS(6233), + [anon_sym_RBRACE] = ACTIONS(4258), + [anon_sym_LPAREN] = ACTIONS(4258), + [anon_sym_COMMA] = ACTIONS(4258), + [anon_sym_RPAREN] = ACTIONS(4258), + [anon_sym_LT] = ACTIONS(4256), + [anon_sym_GT] = ACTIONS(4256), + [anon_sym_where] = ACTIONS(4256), + [anon_sym_DOT] = ACTIONS(4256), + [anon_sym_SEMI] = ACTIONS(4258), + [anon_sym_get] = ACTIONS(4256), + [anon_sym_set] = ACTIONS(4256), + [anon_sym_STAR] = ACTIONS(4256), + [anon_sym_DASH_GT] = ACTIONS(4258), + [sym_label] = ACTIONS(4258), + [anon_sym_in] = ACTIONS(4256), + [anon_sym_while] = ACTIONS(4256), + [anon_sym_DOT_DOT] = ACTIONS(4258), + [anon_sym_QMARK_COLON] = ACTIONS(4258), + [anon_sym_AMP_AMP] = ACTIONS(4258), + [anon_sym_PIPE_PIPE] = ACTIONS(4258), + [anon_sym_else] = ACTIONS(4256), + [anon_sym_COLON_COLON] = ACTIONS(4258), + [anon_sym_PLUS_EQ] = ACTIONS(4258), + [anon_sym_DASH_EQ] = ACTIONS(4258), + [anon_sym_STAR_EQ] = ACTIONS(4258), + [anon_sym_SLASH_EQ] = ACTIONS(4258), + [anon_sym_PERCENT_EQ] = ACTIONS(4258), + [anon_sym_BANG_EQ] = ACTIONS(4256), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4258), + [anon_sym_EQ_EQ] = ACTIONS(4256), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4258), + [anon_sym_LT_EQ] = ACTIONS(4258), + [anon_sym_GT_EQ] = ACTIONS(4258), + [anon_sym_BANGin] = ACTIONS(4258), + [anon_sym_is] = ACTIONS(4256), + [anon_sym_BANGis] = ACTIONS(4258), + [anon_sym_PLUS] = ACTIONS(4256), + [anon_sym_DASH] = ACTIONS(4256), + [anon_sym_SLASH] = ACTIONS(4256), + [anon_sym_PERCENT] = ACTIONS(4256), + [anon_sym_as_QMARK] = ACTIONS(4258), + [anon_sym_PLUS_PLUS] = ACTIONS(4258), + [anon_sym_DASH_DASH] = ACTIONS(4258), + [anon_sym_BANG_BANG] = ACTIONS(4258), + [anon_sym_suspend] = ACTIONS(4256), + [anon_sym_sealed] = ACTIONS(4256), + [anon_sym_annotation] = ACTIONS(4256), + [anon_sym_data] = ACTIONS(4256), + [anon_sym_inner] = ACTIONS(4256), + [anon_sym_override] = ACTIONS(4256), + [anon_sym_lateinit] = ACTIONS(4256), + [anon_sym_public] = ACTIONS(4256), + [anon_sym_private] = ACTIONS(4256), + [anon_sym_internal] = ACTIONS(4256), + [anon_sym_protected] = ACTIONS(4256), + [anon_sym_tailrec] = ACTIONS(4256), + [anon_sym_operator] = ACTIONS(4256), + [anon_sym_infix] = ACTIONS(4256), + [anon_sym_inline] = ACTIONS(4256), + [anon_sym_external] = ACTIONS(4256), + [sym_property_modifier] = ACTIONS(4256), + [anon_sym_abstract] = ACTIONS(4256), + [anon_sym_final] = ACTIONS(4256), + [anon_sym_open] = ACTIONS(4256), + [anon_sym_vararg] = ACTIONS(4256), + [anon_sym_noinline] = ACTIONS(4256), + [anon_sym_crossinline] = ACTIONS(4256), + [anon_sym_expect] = ACTIONS(4256), + [anon_sym_actual] = ACTIONS(4256), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4258), + [sym_safe_nav] = ACTIONS(4258), [sym_multiline_comment] = ACTIONS(3), }, [2940] = { - [sym__alpha_identifier] = ACTIONS(3828), - [anon_sym_AT] = ACTIONS(3833), - [anon_sym_COLON] = ACTIONS(3828), - [anon_sym_LBRACK] = ACTIONS(3833), - [anon_sym_RBRACK] = ACTIONS(3833), - [anon_sym_as] = ACTIONS(3828), - [anon_sym_EQ] = ACTIONS(3828), - [anon_sym_constructor] = ACTIONS(3828), - [anon_sym_LBRACE] = ACTIONS(3833), - [anon_sym_RBRACE] = ACTIONS(3833), - [anon_sym_LPAREN] = ACTIONS(3833), - [anon_sym_COMMA] = ACTIONS(3833), - [anon_sym_RPAREN] = ACTIONS(3833), - [anon_sym_LT] = ACTIONS(3828), - [anon_sym_GT] = ACTIONS(3828), - [anon_sym_where] = ACTIONS(3828), - [anon_sym_DOT] = ACTIONS(3828), - [anon_sym_SEMI] = ACTIONS(3833), - [anon_sym_get] = ACTIONS(3828), - [anon_sym_set] = ACTIONS(3828), - [anon_sym_STAR] = ACTIONS(3828), - [anon_sym_DASH_GT] = ACTIONS(3833), - [sym_label] = ACTIONS(3833), - [anon_sym_in] = ACTIONS(3828), - [anon_sym_while] = ACTIONS(3828), - [anon_sym_DOT_DOT] = ACTIONS(3833), - [anon_sym_QMARK_COLON] = ACTIONS(3833), - [anon_sym_AMP_AMP] = ACTIONS(3833), - [anon_sym_PIPE_PIPE] = ACTIONS(3833), - [anon_sym_else] = ACTIONS(3828), - [anon_sym_COLON_COLON] = ACTIONS(3833), - [anon_sym_PLUS_EQ] = ACTIONS(3833), - [anon_sym_DASH_EQ] = ACTIONS(3833), - [anon_sym_STAR_EQ] = ACTIONS(3833), - [anon_sym_SLASH_EQ] = ACTIONS(3833), - [anon_sym_PERCENT_EQ] = ACTIONS(3833), - [anon_sym_BANG_EQ] = ACTIONS(3828), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3833), - [anon_sym_EQ_EQ] = ACTIONS(3828), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3833), - [anon_sym_LT_EQ] = ACTIONS(3833), - [anon_sym_GT_EQ] = ACTIONS(3833), - [anon_sym_BANGin] = ACTIONS(3833), - [anon_sym_is] = ACTIONS(3828), - [anon_sym_BANGis] = ACTIONS(3833), - [anon_sym_PLUS] = ACTIONS(3828), - [anon_sym_DASH] = ACTIONS(3828), - [anon_sym_SLASH] = ACTIONS(3828), - [anon_sym_PERCENT] = ACTIONS(3828), - [anon_sym_as_QMARK] = ACTIONS(3833), - [anon_sym_PLUS_PLUS] = ACTIONS(3833), - [anon_sym_DASH_DASH] = ACTIONS(3833), - [anon_sym_BANG_BANG] = ACTIONS(3833), - [anon_sym_suspend] = ACTIONS(3828), - [anon_sym_sealed] = ACTIONS(3828), - [anon_sym_annotation] = ACTIONS(3828), - [anon_sym_data] = ACTIONS(3828), - [anon_sym_inner] = ACTIONS(3828), - [anon_sym_override] = ACTIONS(3828), - [anon_sym_lateinit] = ACTIONS(3828), - [anon_sym_public] = ACTIONS(3828), - [anon_sym_private] = ACTIONS(3828), - [anon_sym_internal] = ACTIONS(3828), - [anon_sym_protected] = ACTIONS(3828), - [anon_sym_tailrec] = ACTIONS(3828), - [anon_sym_operator] = ACTIONS(3828), - [anon_sym_infix] = ACTIONS(3828), - [anon_sym_inline] = ACTIONS(3828), - [anon_sym_external] = ACTIONS(3828), - [sym_property_modifier] = ACTIONS(3828), - [anon_sym_abstract] = ACTIONS(3828), - [anon_sym_final] = ACTIONS(3828), - [anon_sym_open] = ACTIONS(3828), - [anon_sym_vararg] = ACTIONS(3828), - [anon_sym_noinline] = ACTIONS(3828), - [anon_sym_crossinline] = ACTIONS(3828), - [anon_sym_expect] = ACTIONS(3828), - [anon_sym_actual] = ACTIONS(3828), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3833), - [sym_safe_nav] = ACTIONS(3833), + [sym__alpha_identifier] = ACTIONS(3943), + [anon_sym_AT] = ACTIONS(3948), + [anon_sym_COLON] = ACTIONS(3943), + [anon_sym_LBRACK] = ACTIONS(3948), + [anon_sym_RBRACK] = ACTIONS(3948), + [anon_sym_as] = ACTIONS(3943), + [anon_sym_EQ] = ACTIONS(3943), + [anon_sym_constructor] = ACTIONS(3943), + [anon_sym_LBRACE] = ACTIONS(3948), + [anon_sym_RBRACE] = ACTIONS(3948), + [anon_sym_LPAREN] = ACTIONS(3948), + [anon_sym_COMMA] = ACTIONS(3948), + [anon_sym_RPAREN] = ACTIONS(3948), + [anon_sym_LT] = ACTIONS(3943), + [anon_sym_GT] = ACTIONS(3943), + [anon_sym_where] = ACTIONS(3943), + [anon_sym_DOT] = ACTIONS(3943), + [anon_sym_SEMI] = ACTIONS(3948), + [anon_sym_get] = ACTIONS(3943), + [anon_sym_set] = ACTIONS(3943), + [anon_sym_STAR] = ACTIONS(3943), + [anon_sym_DASH_GT] = ACTIONS(3948), + [sym_label] = ACTIONS(3948), + [anon_sym_in] = ACTIONS(3943), + [anon_sym_while] = ACTIONS(3943), + [anon_sym_DOT_DOT] = ACTIONS(3948), + [anon_sym_QMARK_COLON] = ACTIONS(3948), + [anon_sym_AMP_AMP] = ACTIONS(3948), + [anon_sym_PIPE_PIPE] = ACTIONS(3948), + [anon_sym_else] = ACTIONS(3943), + [anon_sym_COLON_COLON] = ACTIONS(3948), + [anon_sym_PLUS_EQ] = ACTIONS(3948), + [anon_sym_DASH_EQ] = ACTIONS(3948), + [anon_sym_STAR_EQ] = ACTIONS(3948), + [anon_sym_SLASH_EQ] = ACTIONS(3948), + [anon_sym_PERCENT_EQ] = ACTIONS(3948), + [anon_sym_BANG_EQ] = ACTIONS(3943), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3948), + [anon_sym_EQ_EQ] = ACTIONS(3943), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3948), + [anon_sym_LT_EQ] = ACTIONS(3948), + [anon_sym_GT_EQ] = ACTIONS(3948), + [anon_sym_BANGin] = ACTIONS(3948), + [anon_sym_is] = ACTIONS(3943), + [anon_sym_BANGis] = ACTIONS(3948), + [anon_sym_PLUS] = ACTIONS(3943), + [anon_sym_DASH] = ACTIONS(3943), + [anon_sym_SLASH] = ACTIONS(3943), + [anon_sym_PERCENT] = ACTIONS(3943), + [anon_sym_as_QMARK] = ACTIONS(3948), + [anon_sym_PLUS_PLUS] = ACTIONS(3948), + [anon_sym_DASH_DASH] = ACTIONS(3948), + [anon_sym_BANG_BANG] = ACTIONS(3948), + [anon_sym_suspend] = ACTIONS(3943), + [anon_sym_sealed] = ACTIONS(3943), + [anon_sym_annotation] = ACTIONS(3943), + [anon_sym_data] = ACTIONS(3943), + [anon_sym_inner] = ACTIONS(3943), + [anon_sym_override] = ACTIONS(3943), + [anon_sym_lateinit] = ACTIONS(3943), + [anon_sym_public] = ACTIONS(3943), + [anon_sym_private] = ACTIONS(3943), + [anon_sym_internal] = ACTIONS(3943), + [anon_sym_protected] = ACTIONS(3943), + [anon_sym_tailrec] = ACTIONS(3943), + [anon_sym_operator] = ACTIONS(3943), + [anon_sym_infix] = ACTIONS(3943), + [anon_sym_inline] = ACTIONS(3943), + [anon_sym_external] = ACTIONS(3943), + [sym_property_modifier] = ACTIONS(3943), + [anon_sym_abstract] = ACTIONS(3943), + [anon_sym_final] = ACTIONS(3943), + [anon_sym_open] = ACTIONS(3943), + [anon_sym_vararg] = ACTIONS(3943), + [anon_sym_noinline] = ACTIONS(3943), + [anon_sym_crossinline] = ACTIONS(3943), + [anon_sym_expect] = ACTIONS(3943), + [anon_sym_actual] = ACTIONS(3943), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3948), + [sym_safe_nav] = ACTIONS(3948), [sym_multiline_comment] = ACTIONS(3), }, [2941] = { - [sym_type_constraints] = STATE(3090), - [sym_enum_class_body] = STATE(3190), - [sym__alpha_identifier] = ACTIONS(3204), - [anon_sym_AT] = ACTIONS(3208), - [anon_sym_COLON] = ACTIONS(3230), - [anon_sym_LBRACK] = ACTIONS(3208), - [anon_sym_as] = ACTIONS(3204), - [anon_sym_EQ] = ACTIONS(3204), - [anon_sym_LBRACE] = ACTIONS(3152), - [anon_sym_RBRACE] = ACTIONS(3208), - [anon_sym_LPAREN] = ACTIONS(3208), - [anon_sym_LT] = ACTIONS(3204), - [anon_sym_GT] = ACTIONS(3204), - [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(3204), - [anon_sym_fun] = ACTIONS(3204), - [anon_sym_DOT] = ACTIONS(3204), - [anon_sym_SEMI] = ACTIONS(3208), - [anon_sym_get] = ACTIONS(3204), - [anon_sym_set] = ACTIONS(3204), - [anon_sym_this] = ACTIONS(3204), - [anon_sym_super] = ACTIONS(3204), - [anon_sym_STAR] = ACTIONS(3204), - [sym_label] = ACTIONS(3204), - [anon_sym_in] = ACTIONS(3204), - [anon_sym_DOT_DOT] = ACTIONS(3208), - [anon_sym_QMARK_COLON] = ACTIONS(3208), - [anon_sym_AMP_AMP] = ACTIONS(3208), - [anon_sym_PIPE_PIPE] = ACTIONS(3208), - [anon_sym_null] = ACTIONS(3204), - [anon_sym_if] = ACTIONS(3204), - [anon_sym_else] = ACTIONS(3204), - [anon_sym_when] = ACTIONS(3204), - [anon_sym_try] = ACTIONS(3204), - [anon_sym_throw] = ACTIONS(3204), - [anon_sym_return] = ACTIONS(3204), - [anon_sym_continue] = ACTIONS(3204), - [anon_sym_break] = ACTIONS(3204), - [anon_sym_COLON_COLON] = ACTIONS(3208), - [anon_sym_PLUS_EQ] = ACTIONS(3208), - [anon_sym_DASH_EQ] = ACTIONS(3208), - [anon_sym_STAR_EQ] = ACTIONS(3208), - [anon_sym_SLASH_EQ] = ACTIONS(3208), - [anon_sym_PERCENT_EQ] = ACTIONS(3208), - [anon_sym_BANG_EQ] = ACTIONS(3204), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3208), - [anon_sym_EQ_EQ] = ACTIONS(3204), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3208), - [anon_sym_LT_EQ] = ACTIONS(3208), - [anon_sym_GT_EQ] = ACTIONS(3208), - [anon_sym_BANGin] = ACTIONS(3208), - [anon_sym_is] = ACTIONS(3204), - [anon_sym_BANGis] = ACTIONS(3208), - [anon_sym_PLUS] = ACTIONS(3204), - [anon_sym_DASH] = ACTIONS(3204), - [anon_sym_SLASH] = ACTIONS(3204), - [anon_sym_PERCENT] = ACTIONS(3204), - [anon_sym_as_QMARK] = ACTIONS(3208), - [anon_sym_PLUS_PLUS] = ACTIONS(3208), - [anon_sym_DASH_DASH] = ACTIONS(3208), - [anon_sym_BANG] = ACTIONS(3204), - [anon_sym_BANG_BANG] = ACTIONS(3208), - [anon_sym_data] = ACTIONS(3204), - [anon_sym_inner] = ACTIONS(3204), - [anon_sym_expect] = ACTIONS(3204), - [anon_sym_actual] = ACTIONS(3204), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3208), - [anon_sym_continue_AT] = ACTIONS(3208), - [anon_sym_break_AT] = ACTIONS(3208), - [sym_real_literal] = ACTIONS(3208), - [sym_integer_literal] = ACTIONS(3204), - [sym_hex_literal] = ACTIONS(3208), - [sym_bin_literal] = ACTIONS(3208), - [anon_sym_true] = ACTIONS(3204), - [anon_sym_false] = ACTIONS(3204), - [anon_sym_SQUOTE] = ACTIONS(3208), - [sym__backtick_identifier] = ACTIONS(3208), - [sym__automatic_semicolon] = ACTIONS(3208), - [sym_safe_nav] = ACTIONS(3208), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3208), + [sym__alpha_identifier] = ACTIONS(4272), + [anon_sym_AT] = ACTIONS(4274), + [anon_sym_LBRACK] = ACTIONS(4274), + [anon_sym_RBRACK] = ACTIONS(4274), + [anon_sym_as] = ACTIONS(4272), + [anon_sym_EQ] = ACTIONS(4272), + [anon_sym_LBRACE] = ACTIONS(4274), + [anon_sym_RBRACE] = ACTIONS(4274), + [anon_sym_LPAREN] = ACTIONS(4274), + [anon_sym_COMMA] = ACTIONS(4274), + [anon_sym_RPAREN] = ACTIONS(4274), + [anon_sym_by] = ACTIONS(4272), + [anon_sym_LT] = ACTIONS(4272), + [anon_sym_GT] = ACTIONS(4272), + [anon_sym_where] = ACTIONS(4272), + [anon_sym_DOT] = ACTIONS(4272), + [anon_sym_SEMI] = ACTIONS(4274), + [anon_sym_get] = ACTIONS(4272), + [anon_sym_set] = ACTIONS(4272), + [sym__quest] = ACTIONS(4272), + [anon_sym_STAR] = ACTIONS(4272), + [anon_sym_DASH_GT] = ACTIONS(4274), + [sym_label] = ACTIONS(4274), + [anon_sym_in] = ACTIONS(4272), + [anon_sym_while] = ACTIONS(4272), + [anon_sym_DOT_DOT] = ACTIONS(4274), + [anon_sym_QMARK_COLON] = ACTIONS(4274), + [anon_sym_AMP_AMP] = ACTIONS(4274), + [anon_sym_PIPE_PIPE] = ACTIONS(4274), + [anon_sym_else] = ACTIONS(4272), + [anon_sym_COLON_COLON] = ACTIONS(4274), + [anon_sym_PLUS_EQ] = ACTIONS(4274), + [anon_sym_DASH_EQ] = ACTIONS(4274), + [anon_sym_STAR_EQ] = ACTIONS(4274), + [anon_sym_SLASH_EQ] = ACTIONS(4274), + [anon_sym_PERCENT_EQ] = ACTIONS(4274), + [anon_sym_BANG_EQ] = ACTIONS(4272), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4274), + [anon_sym_EQ_EQ] = ACTIONS(4272), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4274), + [anon_sym_LT_EQ] = ACTIONS(4274), + [anon_sym_GT_EQ] = ACTIONS(4274), + [anon_sym_BANGin] = ACTIONS(4274), + [anon_sym_is] = ACTIONS(4272), + [anon_sym_BANGis] = ACTIONS(4274), + [anon_sym_PLUS] = ACTIONS(4272), + [anon_sym_DASH] = ACTIONS(4272), + [anon_sym_SLASH] = ACTIONS(4272), + [anon_sym_PERCENT] = ACTIONS(4272), + [anon_sym_as_QMARK] = ACTIONS(4274), + [anon_sym_PLUS_PLUS] = ACTIONS(4274), + [anon_sym_DASH_DASH] = ACTIONS(4274), + [anon_sym_BANG_BANG] = ACTIONS(4274), + [anon_sym_suspend] = ACTIONS(4272), + [anon_sym_sealed] = ACTIONS(4272), + [anon_sym_annotation] = ACTIONS(4272), + [anon_sym_data] = ACTIONS(4272), + [anon_sym_inner] = ACTIONS(4272), + [anon_sym_override] = ACTIONS(4272), + [anon_sym_lateinit] = ACTIONS(4272), + [anon_sym_public] = ACTIONS(4272), + [anon_sym_private] = ACTIONS(4272), + [anon_sym_internal] = ACTIONS(4272), + [anon_sym_protected] = ACTIONS(4272), + [anon_sym_tailrec] = ACTIONS(4272), + [anon_sym_operator] = ACTIONS(4272), + [anon_sym_infix] = ACTIONS(4272), + [anon_sym_inline] = ACTIONS(4272), + [anon_sym_external] = ACTIONS(4272), + [sym_property_modifier] = ACTIONS(4272), + [anon_sym_abstract] = ACTIONS(4272), + [anon_sym_final] = ACTIONS(4272), + [anon_sym_open] = ACTIONS(4272), + [anon_sym_vararg] = ACTIONS(4272), + [anon_sym_noinline] = ACTIONS(4272), + [anon_sym_crossinline] = ACTIONS(4272), + [anon_sym_expect] = ACTIONS(4272), + [anon_sym_actual] = ACTIONS(4272), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4274), + [sym_safe_nav] = ACTIONS(4274), + [sym_multiline_comment] = ACTIONS(3), }, [2942] = { - [sym_class_body] = STATE(3237), - [sym_type_constraints] = STATE(3087), - [sym__alpha_identifier] = ACTIONS(4197), - [anon_sym_AT] = ACTIONS(4199), - [anon_sym_COLON] = ACTIONS(6357), - [anon_sym_LBRACK] = ACTIONS(4199), - [anon_sym_as] = ACTIONS(4197), - [anon_sym_EQ] = ACTIONS(4197), + [sym_value_arguments] = STATE(3187), + [sym__alpha_identifier] = ACTIONS(4416), + [anon_sym_AT] = ACTIONS(4418), + [anon_sym_LBRACK] = ACTIONS(4418), + [anon_sym_RBRACK] = ACTIONS(4418), + [anon_sym_as] = ACTIONS(4416), + [anon_sym_EQ] = ACTIONS(4416), + [anon_sym_LBRACE] = ACTIONS(4418), + [anon_sym_RBRACE] = ACTIONS(4418), + [anon_sym_LPAREN] = ACTIONS(4418), + [anon_sym_COMMA] = ACTIONS(4418), + [anon_sym_RPAREN] = ACTIONS(4418), + [anon_sym_by] = ACTIONS(6363), + [anon_sym_LT] = ACTIONS(4416), + [anon_sym_GT] = ACTIONS(4416), + [anon_sym_where] = ACTIONS(4416), + [anon_sym_DOT] = ACTIONS(4416), + [anon_sym_SEMI] = ACTIONS(4418), + [anon_sym_get] = ACTIONS(4416), + [anon_sym_set] = ACTIONS(4416), + [anon_sym_STAR] = ACTIONS(4416), + [anon_sym_DASH_GT] = ACTIONS(4418), + [sym_label] = ACTIONS(4418), + [anon_sym_in] = ACTIONS(4416), + [anon_sym_while] = ACTIONS(4416), + [anon_sym_DOT_DOT] = ACTIONS(4418), + [anon_sym_QMARK_COLON] = ACTIONS(4418), + [anon_sym_AMP_AMP] = ACTIONS(4418), + [anon_sym_PIPE_PIPE] = ACTIONS(4418), + [anon_sym_else] = ACTIONS(4416), + [anon_sym_COLON_COLON] = ACTIONS(4418), + [anon_sym_PLUS_EQ] = ACTIONS(4418), + [anon_sym_DASH_EQ] = ACTIONS(4418), + [anon_sym_STAR_EQ] = ACTIONS(4418), + [anon_sym_SLASH_EQ] = ACTIONS(4418), + [anon_sym_PERCENT_EQ] = ACTIONS(4418), + [anon_sym_BANG_EQ] = ACTIONS(4416), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4418), + [anon_sym_EQ_EQ] = ACTIONS(4416), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4418), + [anon_sym_LT_EQ] = ACTIONS(4418), + [anon_sym_GT_EQ] = ACTIONS(4418), + [anon_sym_BANGin] = ACTIONS(4418), + [anon_sym_is] = ACTIONS(4416), + [anon_sym_BANGis] = ACTIONS(4418), + [anon_sym_PLUS] = ACTIONS(4416), + [anon_sym_DASH] = ACTIONS(4416), + [anon_sym_SLASH] = ACTIONS(4416), + [anon_sym_PERCENT] = ACTIONS(4416), + [anon_sym_as_QMARK] = ACTIONS(4418), + [anon_sym_PLUS_PLUS] = ACTIONS(4418), + [anon_sym_DASH_DASH] = ACTIONS(4418), + [anon_sym_BANG_BANG] = ACTIONS(4418), + [anon_sym_suspend] = ACTIONS(4416), + [anon_sym_sealed] = ACTIONS(4416), + [anon_sym_annotation] = ACTIONS(4416), + [anon_sym_data] = ACTIONS(4416), + [anon_sym_inner] = ACTIONS(4416), + [anon_sym_override] = ACTIONS(4416), + [anon_sym_lateinit] = ACTIONS(4416), + [anon_sym_public] = ACTIONS(4416), + [anon_sym_private] = ACTIONS(4416), + [anon_sym_internal] = ACTIONS(4416), + [anon_sym_protected] = ACTIONS(4416), + [anon_sym_tailrec] = ACTIONS(4416), + [anon_sym_operator] = ACTIONS(4416), + [anon_sym_infix] = ACTIONS(4416), + [anon_sym_inline] = ACTIONS(4416), + [anon_sym_external] = ACTIONS(4416), + [sym_property_modifier] = ACTIONS(4416), + [anon_sym_abstract] = ACTIONS(4416), + [anon_sym_final] = ACTIONS(4416), + [anon_sym_open] = ACTIONS(4416), + [anon_sym_vararg] = ACTIONS(4416), + [anon_sym_noinline] = ACTIONS(4416), + [anon_sym_crossinline] = ACTIONS(4416), + [anon_sym_expect] = ACTIONS(4416), + [anon_sym_actual] = ACTIONS(4416), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4418), + [sym_safe_nav] = ACTIONS(4418), + [sym_multiline_comment] = ACTIONS(3), + }, + [2943] = { + [sym_function_body] = STATE(3418), + [sym__block] = STATE(3464), + [sym__alpha_identifier] = ACTIONS(4426), + [anon_sym_AT] = ACTIONS(4428), + [anon_sym_LBRACK] = ACTIONS(4428), + [anon_sym_RBRACK] = ACTIONS(4428), + [anon_sym_as] = ACTIONS(4426), + [anon_sym_EQ] = ACTIONS(6231), + [anon_sym_LBRACE] = ACTIONS(6233), + [anon_sym_RBRACE] = ACTIONS(4428), + [anon_sym_LPAREN] = ACTIONS(4428), + [anon_sym_COMMA] = ACTIONS(4428), + [anon_sym_RPAREN] = ACTIONS(4428), + [anon_sym_LT] = ACTIONS(4426), + [anon_sym_GT] = ACTIONS(4426), + [anon_sym_where] = ACTIONS(4426), + [anon_sym_DOT] = ACTIONS(4426), + [anon_sym_SEMI] = ACTIONS(4428), + [anon_sym_get] = ACTIONS(4426), + [anon_sym_set] = ACTIONS(4426), + [anon_sym_STAR] = ACTIONS(4426), + [anon_sym_DASH_GT] = ACTIONS(4428), + [sym_label] = ACTIONS(4428), + [anon_sym_in] = ACTIONS(4426), + [anon_sym_while] = ACTIONS(4426), + [anon_sym_DOT_DOT] = ACTIONS(4428), + [anon_sym_QMARK_COLON] = ACTIONS(4428), + [anon_sym_AMP_AMP] = ACTIONS(4428), + [anon_sym_PIPE_PIPE] = ACTIONS(4428), + [anon_sym_else] = ACTIONS(4426), + [anon_sym_COLON_COLON] = ACTIONS(4428), + [anon_sym_PLUS_EQ] = ACTIONS(4428), + [anon_sym_DASH_EQ] = ACTIONS(4428), + [anon_sym_STAR_EQ] = ACTIONS(4428), + [anon_sym_SLASH_EQ] = ACTIONS(4428), + [anon_sym_PERCENT_EQ] = ACTIONS(4428), + [anon_sym_BANG_EQ] = ACTIONS(4426), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4428), + [anon_sym_EQ_EQ] = ACTIONS(4426), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4428), + [anon_sym_LT_EQ] = ACTIONS(4428), + [anon_sym_GT_EQ] = ACTIONS(4428), + [anon_sym_BANGin] = ACTIONS(4428), + [anon_sym_is] = ACTIONS(4426), + [anon_sym_BANGis] = ACTIONS(4428), + [anon_sym_PLUS] = ACTIONS(4426), + [anon_sym_DASH] = ACTIONS(4426), + [anon_sym_SLASH] = ACTIONS(4426), + [anon_sym_PERCENT] = ACTIONS(4426), + [anon_sym_as_QMARK] = ACTIONS(4428), + [anon_sym_PLUS_PLUS] = ACTIONS(4428), + [anon_sym_DASH_DASH] = ACTIONS(4428), + [anon_sym_BANG_BANG] = ACTIONS(4428), + [anon_sym_suspend] = ACTIONS(4426), + [anon_sym_sealed] = ACTIONS(4426), + [anon_sym_annotation] = ACTIONS(4426), + [anon_sym_data] = ACTIONS(4426), + [anon_sym_inner] = ACTIONS(4426), + [anon_sym_override] = ACTIONS(4426), + [anon_sym_lateinit] = ACTIONS(4426), + [anon_sym_public] = ACTIONS(4426), + [anon_sym_private] = ACTIONS(4426), + [anon_sym_internal] = ACTIONS(4426), + [anon_sym_protected] = ACTIONS(4426), + [anon_sym_tailrec] = ACTIONS(4426), + [anon_sym_operator] = ACTIONS(4426), + [anon_sym_infix] = ACTIONS(4426), + [anon_sym_inline] = ACTIONS(4426), + [anon_sym_external] = ACTIONS(4426), + [sym_property_modifier] = ACTIONS(4426), + [anon_sym_abstract] = ACTIONS(4426), + [anon_sym_final] = ACTIONS(4426), + [anon_sym_open] = ACTIONS(4426), + [anon_sym_vararg] = ACTIONS(4426), + [anon_sym_noinline] = ACTIONS(4426), + [anon_sym_crossinline] = ACTIONS(4426), + [anon_sym_expect] = ACTIONS(4426), + [anon_sym_actual] = ACTIONS(4426), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4428), + [sym_safe_nav] = ACTIONS(4428), + [sym_multiline_comment] = ACTIONS(3), + }, + [2944] = { + [sym_type_constraints] = STATE(3116), + [sym_enum_class_body] = STATE(3124), + [sym__alpha_identifier] = ACTIONS(4503), + [anon_sym_AT] = ACTIONS(4505), + [anon_sym_LBRACK] = ACTIONS(4505), + [anon_sym_as] = ACTIONS(4503), + [anon_sym_EQ] = ACTIONS(4503), [anon_sym_LBRACE] = ACTIONS(3112), - [anon_sym_RBRACE] = ACTIONS(4199), - [anon_sym_LPAREN] = ACTIONS(4199), - [anon_sym_LT] = ACTIONS(4197), - [anon_sym_GT] = ACTIONS(4197), + [anon_sym_RBRACE] = ACTIONS(4505), + [anon_sym_LPAREN] = ACTIONS(4505), + [anon_sym_COMMA] = ACTIONS(4505), + [anon_sym_LT] = ACTIONS(4503), + [anon_sym_GT] = ACTIONS(4503), [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(4197), - [anon_sym_fun] = ACTIONS(4197), - [anon_sym_DOT] = ACTIONS(4197), - [anon_sym_SEMI] = ACTIONS(4199), - [anon_sym_get] = ACTIONS(4197), - [anon_sym_set] = ACTIONS(4197), - [anon_sym_this] = ACTIONS(4197), - [anon_sym_super] = ACTIONS(4197), - [anon_sym_STAR] = ACTIONS(4197), - [sym_label] = ACTIONS(4197), - [anon_sym_in] = ACTIONS(4197), - [anon_sym_DOT_DOT] = ACTIONS(4199), - [anon_sym_QMARK_COLON] = ACTIONS(4199), - [anon_sym_AMP_AMP] = ACTIONS(4199), - [anon_sym_PIPE_PIPE] = ACTIONS(4199), - [anon_sym_null] = ACTIONS(4197), - [anon_sym_if] = ACTIONS(4197), - [anon_sym_else] = ACTIONS(4197), - [anon_sym_when] = ACTIONS(4197), - [anon_sym_try] = ACTIONS(4197), - [anon_sym_throw] = ACTIONS(4197), - [anon_sym_return] = ACTIONS(4197), - [anon_sym_continue] = ACTIONS(4197), - [anon_sym_break] = ACTIONS(4197), - [anon_sym_COLON_COLON] = ACTIONS(4199), - [anon_sym_PLUS_EQ] = ACTIONS(4199), - [anon_sym_DASH_EQ] = ACTIONS(4199), - [anon_sym_STAR_EQ] = ACTIONS(4199), - [anon_sym_SLASH_EQ] = ACTIONS(4199), - [anon_sym_PERCENT_EQ] = ACTIONS(4199), - [anon_sym_BANG_EQ] = ACTIONS(4197), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4199), - [anon_sym_EQ_EQ] = ACTIONS(4197), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4199), - [anon_sym_LT_EQ] = ACTIONS(4199), - [anon_sym_GT_EQ] = ACTIONS(4199), - [anon_sym_BANGin] = ACTIONS(4199), - [anon_sym_is] = ACTIONS(4197), - [anon_sym_BANGis] = ACTIONS(4199), - [anon_sym_PLUS] = ACTIONS(4197), - [anon_sym_DASH] = ACTIONS(4197), - [anon_sym_SLASH] = ACTIONS(4197), - [anon_sym_PERCENT] = ACTIONS(4197), - [anon_sym_as_QMARK] = ACTIONS(4199), - [anon_sym_PLUS_PLUS] = ACTIONS(4199), - [anon_sym_DASH_DASH] = ACTIONS(4199), - [anon_sym_BANG] = ACTIONS(4197), - [anon_sym_BANG_BANG] = ACTIONS(4199), - [anon_sym_data] = ACTIONS(4197), - [anon_sym_inner] = ACTIONS(4197), - [anon_sym_expect] = ACTIONS(4197), - [anon_sym_actual] = ACTIONS(4197), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4199), - [anon_sym_continue_AT] = ACTIONS(4199), - [anon_sym_break_AT] = ACTIONS(4199), - [sym_real_literal] = ACTIONS(4199), - [sym_integer_literal] = ACTIONS(4197), - [sym_hex_literal] = ACTIONS(4199), - [sym_bin_literal] = ACTIONS(4199), - [anon_sym_true] = ACTIONS(4197), - [anon_sym_false] = ACTIONS(4197), - [anon_sym_SQUOTE] = ACTIONS(4199), - [sym__backtick_identifier] = ACTIONS(4199), - [sym__automatic_semicolon] = ACTIONS(4199), - [sym_safe_nav] = ACTIONS(4199), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4199), + [anon_sym_object] = ACTIONS(4503), + [anon_sym_fun] = ACTIONS(4503), + [anon_sym_DOT] = ACTIONS(4503), + [anon_sym_SEMI] = ACTIONS(4505), + [anon_sym_get] = ACTIONS(4503), + [anon_sym_set] = ACTIONS(4503), + [anon_sym_this] = ACTIONS(4503), + [anon_sym_super] = ACTIONS(4503), + [anon_sym_STAR] = ACTIONS(4503), + [sym_label] = ACTIONS(4503), + [anon_sym_in] = ACTIONS(4503), + [anon_sym_DOT_DOT] = ACTIONS(4505), + [anon_sym_QMARK_COLON] = ACTIONS(4505), + [anon_sym_AMP_AMP] = ACTIONS(4505), + [anon_sym_PIPE_PIPE] = ACTIONS(4505), + [anon_sym_null] = ACTIONS(4503), + [anon_sym_if] = ACTIONS(4503), + [anon_sym_else] = ACTIONS(4503), + [anon_sym_when] = ACTIONS(4503), + [anon_sym_try] = ACTIONS(4503), + [anon_sym_throw] = ACTIONS(4503), + [anon_sym_return] = ACTIONS(4503), + [anon_sym_continue] = ACTIONS(4503), + [anon_sym_break] = ACTIONS(4503), + [anon_sym_COLON_COLON] = ACTIONS(4505), + [anon_sym_PLUS_EQ] = ACTIONS(4505), + [anon_sym_DASH_EQ] = ACTIONS(4505), + [anon_sym_STAR_EQ] = ACTIONS(4505), + [anon_sym_SLASH_EQ] = ACTIONS(4505), + [anon_sym_PERCENT_EQ] = ACTIONS(4505), + [anon_sym_BANG_EQ] = ACTIONS(4503), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4505), + [anon_sym_EQ_EQ] = ACTIONS(4503), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4505), + [anon_sym_LT_EQ] = ACTIONS(4505), + [anon_sym_GT_EQ] = ACTIONS(4505), + [anon_sym_BANGin] = ACTIONS(4505), + [anon_sym_is] = ACTIONS(4503), + [anon_sym_BANGis] = ACTIONS(4505), + [anon_sym_PLUS] = ACTIONS(4503), + [anon_sym_DASH] = ACTIONS(4503), + [anon_sym_SLASH] = ACTIONS(4503), + [anon_sym_PERCENT] = ACTIONS(4503), + [anon_sym_as_QMARK] = ACTIONS(4505), + [anon_sym_PLUS_PLUS] = ACTIONS(4505), + [anon_sym_DASH_DASH] = ACTIONS(4505), + [anon_sym_BANG] = ACTIONS(4503), + [anon_sym_BANG_BANG] = ACTIONS(4505), + [anon_sym_data] = ACTIONS(4503), + [anon_sym_inner] = ACTIONS(4503), + [anon_sym_expect] = ACTIONS(4503), + [anon_sym_actual] = ACTIONS(4503), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4505), + [anon_sym_continue_AT] = ACTIONS(4505), + [anon_sym_break_AT] = ACTIONS(4505), + [sym_real_literal] = ACTIONS(4505), + [sym_integer_literal] = ACTIONS(4503), + [sym_hex_literal] = ACTIONS(4505), + [sym_bin_literal] = ACTIONS(4505), + [anon_sym_true] = ACTIONS(4503), + [anon_sym_false] = ACTIONS(4503), + [anon_sym_SQUOTE] = ACTIONS(4505), + [sym__backtick_identifier] = ACTIONS(4505), + [sym__automatic_semicolon] = ACTIONS(4505), + [sym_safe_nav] = ACTIONS(4505), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4505), }, - [2943] = { - [sym_class_body] = STATE(3237), - [sym_type_constraints] = STATE(3087), - [sym__alpha_identifier] = ACTIONS(4197), - [anon_sym_AT] = ACTIONS(4199), - [anon_sym_LBRACK] = ACTIONS(4199), - [anon_sym_as] = ACTIONS(4197), - [anon_sym_EQ] = ACTIONS(4197), + [2945] = { + [sym_class_body] = STATE(3122), + [sym_type_constraints] = STATE(3118), + [sym__alpha_identifier] = ACTIONS(4406), + [anon_sym_AT] = ACTIONS(4408), + [anon_sym_LBRACK] = ACTIONS(4408), + [anon_sym_as] = ACTIONS(4406), + [anon_sym_EQ] = ACTIONS(4406), + [anon_sym_LBRACE] = ACTIONS(3144), + [anon_sym_RBRACE] = ACTIONS(4408), + [anon_sym_LPAREN] = ACTIONS(4408), + [anon_sym_COMMA] = ACTIONS(4408), + [anon_sym_LT] = ACTIONS(4406), + [anon_sym_GT] = ACTIONS(4406), + [anon_sym_where] = ACTIONS(3118), + [anon_sym_object] = ACTIONS(4406), + [anon_sym_fun] = ACTIONS(4406), + [anon_sym_DOT] = ACTIONS(4406), + [anon_sym_SEMI] = ACTIONS(4408), + [anon_sym_get] = ACTIONS(4406), + [anon_sym_set] = ACTIONS(4406), + [anon_sym_this] = ACTIONS(4406), + [anon_sym_super] = ACTIONS(4406), + [anon_sym_STAR] = ACTIONS(4406), + [sym_label] = ACTIONS(4406), + [anon_sym_in] = ACTIONS(4406), + [anon_sym_DOT_DOT] = ACTIONS(4408), + [anon_sym_QMARK_COLON] = ACTIONS(4408), + [anon_sym_AMP_AMP] = ACTIONS(4408), + [anon_sym_PIPE_PIPE] = ACTIONS(4408), + [anon_sym_null] = ACTIONS(4406), + [anon_sym_if] = ACTIONS(4406), + [anon_sym_else] = ACTIONS(4406), + [anon_sym_when] = ACTIONS(4406), + [anon_sym_try] = ACTIONS(4406), + [anon_sym_throw] = ACTIONS(4406), + [anon_sym_return] = ACTIONS(4406), + [anon_sym_continue] = ACTIONS(4406), + [anon_sym_break] = ACTIONS(4406), + [anon_sym_COLON_COLON] = ACTIONS(4408), + [anon_sym_PLUS_EQ] = ACTIONS(4408), + [anon_sym_DASH_EQ] = ACTIONS(4408), + [anon_sym_STAR_EQ] = ACTIONS(4408), + [anon_sym_SLASH_EQ] = ACTIONS(4408), + [anon_sym_PERCENT_EQ] = ACTIONS(4408), + [anon_sym_BANG_EQ] = ACTIONS(4406), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4408), + [anon_sym_EQ_EQ] = ACTIONS(4406), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4408), + [anon_sym_LT_EQ] = ACTIONS(4408), + [anon_sym_GT_EQ] = ACTIONS(4408), + [anon_sym_BANGin] = ACTIONS(4408), + [anon_sym_is] = ACTIONS(4406), + [anon_sym_BANGis] = ACTIONS(4408), + [anon_sym_PLUS] = ACTIONS(4406), + [anon_sym_DASH] = ACTIONS(4406), + [anon_sym_SLASH] = ACTIONS(4406), + [anon_sym_PERCENT] = ACTIONS(4406), + [anon_sym_as_QMARK] = ACTIONS(4408), + [anon_sym_PLUS_PLUS] = ACTIONS(4408), + [anon_sym_DASH_DASH] = ACTIONS(4408), + [anon_sym_BANG] = ACTIONS(4406), + [anon_sym_BANG_BANG] = ACTIONS(4408), + [anon_sym_data] = ACTIONS(4406), + [anon_sym_inner] = ACTIONS(4406), + [anon_sym_expect] = ACTIONS(4406), + [anon_sym_actual] = ACTIONS(4406), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4408), + [anon_sym_continue_AT] = ACTIONS(4408), + [anon_sym_break_AT] = ACTIONS(4408), + [sym_real_literal] = ACTIONS(4408), + [sym_integer_literal] = ACTIONS(4406), + [sym_hex_literal] = ACTIONS(4408), + [sym_bin_literal] = ACTIONS(4408), + [anon_sym_true] = ACTIONS(4406), + [anon_sym_false] = ACTIONS(4406), + [anon_sym_SQUOTE] = ACTIONS(4408), + [sym__backtick_identifier] = ACTIONS(4408), + [sym__automatic_semicolon] = ACTIONS(4408), + [sym_safe_nav] = ACTIONS(4408), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4408), + }, + [2946] = { + [sym_class_body] = STATE(3235), + [sym__alpha_identifier] = ACTIONS(4386), + [anon_sym_AT] = ACTIONS(4388), + [anon_sym_COLON] = ACTIONS(6365), + [anon_sym_LBRACK] = ACTIONS(4388), + [anon_sym_as] = ACTIONS(4386), + [anon_sym_EQ] = ACTIONS(4386), + [anon_sym_LBRACE] = ACTIONS(3144), + [anon_sym_RBRACE] = ACTIONS(4388), + [anon_sym_LPAREN] = ACTIONS(4388), + [anon_sym_COMMA] = ACTIONS(4388), + [anon_sym_LT] = ACTIONS(4386), + [anon_sym_GT] = ACTIONS(4386), + [anon_sym_where] = ACTIONS(4386), + [anon_sym_object] = ACTIONS(4386), + [anon_sym_fun] = ACTIONS(4386), + [anon_sym_DOT] = ACTIONS(4386), + [anon_sym_SEMI] = ACTIONS(4388), + [anon_sym_get] = ACTIONS(4386), + [anon_sym_set] = ACTIONS(4386), + [anon_sym_this] = ACTIONS(4386), + [anon_sym_super] = ACTIONS(4386), + [anon_sym_STAR] = ACTIONS(4386), + [sym_label] = ACTIONS(4386), + [anon_sym_in] = ACTIONS(4386), + [anon_sym_DOT_DOT] = ACTIONS(4388), + [anon_sym_QMARK_COLON] = ACTIONS(4388), + [anon_sym_AMP_AMP] = ACTIONS(4388), + [anon_sym_PIPE_PIPE] = ACTIONS(4388), + [anon_sym_null] = ACTIONS(4386), + [anon_sym_if] = ACTIONS(4386), + [anon_sym_else] = ACTIONS(4386), + [anon_sym_when] = ACTIONS(4386), + [anon_sym_try] = ACTIONS(4386), + [anon_sym_throw] = ACTIONS(4386), + [anon_sym_return] = ACTIONS(4386), + [anon_sym_continue] = ACTIONS(4386), + [anon_sym_break] = ACTIONS(4386), + [anon_sym_COLON_COLON] = ACTIONS(4388), + [anon_sym_PLUS_EQ] = ACTIONS(4388), + [anon_sym_DASH_EQ] = ACTIONS(4388), + [anon_sym_STAR_EQ] = ACTIONS(4388), + [anon_sym_SLASH_EQ] = ACTIONS(4388), + [anon_sym_PERCENT_EQ] = ACTIONS(4388), + [anon_sym_BANG_EQ] = ACTIONS(4386), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4388), + [anon_sym_EQ_EQ] = ACTIONS(4386), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4388), + [anon_sym_LT_EQ] = ACTIONS(4388), + [anon_sym_GT_EQ] = ACTIONS(4388), + [anon_sym_BANGin] = ACTIONS(4388), + [anon_sym_is] = ACTIONS(4386), + [anon_sym_BANGis] = ACTIONS(4388), + [anon_sym_PLUS] = ACTIONS(4386), + [anon_sym_DASH] = ACTIONS(4386), + [anon_sym_SLASH] = ACTIONS(4386), + [anon_sym_PERCENT] = ACTIONS(4386), + [anon_sym_as_QMARK] = ACTIONS(4388), + [anon_sym_PLUS_PLUS] = ACTIONS(4388), + [anon_sym_DASH_DASH] = ACTIONS(4388), + [anon_sym_BANG] = ACTIONS(4386), + [anon_sym_BANG_BANG] = ACTIONS(4388), + [anon_sym_data] = ACTIONS(4386), + [anon_sym_inner] = ACTIONS(4386), + [anon_sym_expect] = ACTIONS(4386), + [anon_sym_actual] = ACTIONS(4386), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4388), + [anon_sym_continue_AT] = ACTIONS(4388), + [anon_sym_break_AT] = ACTIONS(4388), + [sym_real_literal] = ACTIONS(4388), + [sym_integer_literal] = ACTIONS(4386), + [sym_hex_literal] = ACTIONS(4388), + [sym_bin_literal] = ACTIONS(4388), + [anon_sym_true] = ACTIONS(4386), + [anon_sym_false] = ACTIONS(4386), + [anon_sym_SQUOTE] = ACTIONS(4388), + [sym__backtick_identifier] = ACTIONS(4388), + [sym__automatic_semicolon] = ACTIONS(4388), + [sym_safe_nav] = ACTIONS(4388), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4388), + }, + [2947] = { + [sym_type_constraints] = STATE(3114), + [sym_enum_class_body] = STATE(3132), + [sym__alpha_identifier] = ACTIONS(3212), + [anon_sym_AT] = ACTIONS(3216), + [anon_sym_COLON] = ACTIONS(3252), + [anon_sym_LBRACK] = ACTIONS(3216), + [anon_sym_as] = ACTIONS(3212), + [anon_sym_EQ] = ACTIONS(3212), [anon_sym_LBRACE] = ACTIONS(3112), - [anon_sym_RBRACE] = ACTIONS(4199), - [anon_sym_LPAREN] = ACTIONS(4199), - [anon_sym_COMMA] = ACTIONS(4199), - [anon_sym_LT] = ACTIONS(4197), - [anon_sym_GT] = ACTIONS(4197), + [anon_sym_RBRACE] = ACTIONS(3216), + [anon_sym_LPAREN] = ACTIONS(3216), + [anon_sym_LT] = ACTIONS(3212), + [anon_sym_GT] = ACTIONS(3212), [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(4197), - [anon_sym_fun] = ACTIONS(4197), - [anon_sym_DOT] = ACTIONS(4197), - [anon_sym_SEMI] = ACTIONS(4199), - [anon_sym_get] = ACTIONS(4197), - [anon_sym_set] = ACTIONS(4197), - [anon_sym_this] = ACTIONS(4197), - [anon_sym_super] = ACTIONS(4197), - [anon_sym_STAR] = ACTIONS(4197), - [sym_label] = ACTIONS(4197), - [anon_sym_in] = ACTIONS(4197), - [anon_sym_DOT_DOT] = ACTIONS(4199), - [anon_sym_QMARK_COLON] = ACTIONS(4199), - [anon_sym_AMP_AMP] = ACTIONS(4199), - [anon_sym_PIPE_PIPE] = ACTIONS(4199), - [anon_sym_null] = ACTIONS(4197), - [anon_sym_if] = ACTIONS(4197), - [anon_sym_else] = ACTIONS(4197), - [anon_sym_when] = ACTIONS(4197), - [anon_sym_try] = ACTIONS(4197), - [anon_sym_throw] = ACTIONS(4197), - [anon_sym_return] = ACTIONS(4197), - [anon_sym_continue] = ACTIONS(4197), - [anon_sym_break] = ACTIONS(4197), - [anon_sym_COLON_COLON] = ACTIONS(4199), - [anon_sym_PLUS_EQ] = ACTIONS(4199), - [anon_sym_DASH_EQ] = ACTIONS(4199), - [anon_sym_STAR_EQ] = ACTIONS(4199), - [anon_sym_SLASH_EQ] = ACTIONS(4199), - [anon_sym_PERCENT_EQ] = ACTIONS(4199), - [anon_sym_BANG_EQ] = ACTIONS(4197), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4199), - [anon_sym_EQ_EQ] = ACTIONS(4197), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4199), - [anon_sym_LT_EQ] = ACTIONS(4199), - [anon_sym_GT_EQ] = ACTIONS(4199), - [anon_sym_BANGin] = ACTIONS(4199), - [anon_sym_is] = ACTIONS(4197), - [anon_sym_BANGis] = ACTIONS(4199), - [anon_sym_PLUS] = ACTIONS(4197), - [anon_sym_DASH] = ACTIONS(4197), - [anon_sym_SLASH] = ACTIONS(4197), - [anon_sym_PERCENT] = ACTIONS(4197), - [anon_sym_as_QMARK] = ACTIONS(4199), - [anon_sym_PLUS_PLUS] = ACTIONS(4199), - [anon_sym_DASH_DASH] = ACTIONS(4199), - [anon_sym_BANG] = ACTIONS(4197), - [anon_sym_BANG_BANG] = ACTIONS(4199), - [anon_sym_data] = ACTIONS(4197), - [anon_sym_inner] = ACTIONS(4197), - [anon_sym_expect] = ACTIONS(4197), - [anon_sym_actual] = ACTIONS(4197), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4199), - [anon_sym_continue_AT] = ACTIONS(4199), - [anon_sym_break_AT] = ACTIONS(4199), - [sym_real_literal] = ACTIONS(4199), - [sym_integer_literal] = ACTIONS(4197), - [sym_hex_literal] = ACTIONS(4199), - [sym_bin_literal] = ACTIONS(4199), - [anon_sym_true] = ACTIONS(4197), - [anon_sym_false] = ACTIONS(4197), - [anon_sym_SQUOTE] = ACTIONS(4199), - [sym__backtick_identifier] = ACTIONS(4199), - [sym__automatic_semicolon] = ACTIONS(4199), - [sym_safe_nav] = ACTIONS(4199), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4199), + [anon_sym_object] = ACTIONS(3212), + [anon_sym_fun] = ACTIONS(3212), + [anon_sym_DOT] = ACTIONS(3212), + [anon_sym_SEMI] = ACTIONS(3216), + [anon_sym_get] = ACTIONS(3212), + [anon_sym_set] = ACTIONS(3212), + [anon_sym_this] = ACTIONS(3212), + [anon_sym_super] = ACTIONS(3212), + [anon_sym_STAR] = ACTIONS(3212), + [sym_label] = ACTIONS(3212), + [anon_sym_in] = ACTIONS(3212), + [anon_sym_DOT_DOT] = ACTIONS(3216), + [anon_sym_QMARK_COLON] = ACTIONS(3216), + [anon_sym_AMP_AMP] = ACTIONS(3216), + [anon_sym_PIPE_PIPE] = ACTIONS(3216), + [anon_sym_null] = ACTIONS(3212), + [anon_sym_if] = ACTIONS(3212), + [anon_sym_else] = ACTIONS(3212), + [anon_sym_when] = ACTIONS(3212), + [anon_sym_try] = ACTIONS(3212), + [anon_sym_throw] = ACTIONS(3212), + [anon_sym_return] = ACTIONS(3212), + [anon_sym_continue] = ACTIONS(3212), + [anon_sym_break] = ACTIONS(3212), + [anon_sym_COLON_COLON] = ACTIONS(3216), + [anon_sym_PLUS_EQ] = ACTIONS(3216), + [anon_sym_DASH_EQ] = ACTIONS(3216), + [anon_sym_STAR_EQ] = ACTIONS(3216), + [anon_sym_SLASH_EQ] = ACTIONS(3216), + [anon_sym_PERCENT_EQ] = ACTIONS(3216), + [anon_sym_BANG_EQ] = ACTIONS(3212), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3216), + [anon_sym_EQ_EQ] = ACTIONS(3212), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3216), + [anon_sym_LT_EQ] = ACTIONS(3216), + [anon_sym_GT_EQ] = ACTIONS(3216), + [anon_sym_BANGin] = ACTIONS(3216), + [anon_sym_is] = ACTIONS(3212), + [anon_sym_BANGis] = ACTIONS(3216), + [anon_sym_PLUS] = ACTIONS(3212), + [anon_sym_DASH] = ACTIONS(3212), + [anon_sym_SLASH] = ACTIONS(3212), + [anon_sym_PERCENT] = ACTIONS(3212), + [anon_sym_as_QMARK] = ACTIONS(3216), + [anon_sym_PLUS_PLUS] = ACTIONS(3216), + [anon_sym_DASH_DASH] = ACTIONS(3216), + [anon_sym_BANG] = ACTIONS(3212), + [anon_sym_BANG_BANG] = ACTIONS(3216), + [anon_sym_data] = ACTIONS(3212), + [anon_sym_inner] = ACTIONS(3212), + [anon_sym_expect] = ACTIONS(3212), + [anon_sym_actual] = ACTIONS(3212), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3216), + [anon_sym_continue_AT] = ACTIONS(3216), + [anon_sym_break_AT] = ACTIONS(3216), + [sym_real_literal] = ACTIONS(3216), + [sym_integer_literal] = ACTIONS(3212), + [sym_hex_literal] = ACTIONS(3216), + [sym_bin_literal] = ACTIONS(3216), + [anon_sym_true] = ACTIONS(3212), + [anon_sym_false] = ACTIONS(3212), + [anon_sym_SQUOTE] = ACTIONS(3216), + [sym__backtick_identifier] = ACTIONS(3216), + [sym__automatic_semicolon] = ACTIONS(3216), + [sym_safe_nav] = ACTIONS(3216), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3216), }, - [2944] = { + [2948] = { + [sym_type_constraints] = STATE(3060), + [sym_enum_class_body] = STATE(3273), [sym__alpha_identifier] = ACTIONS(4392), [anon_sym_AT] = ACTIONS(4394), - [anon_sym_COLON] = ACTIONS(4392), [anon_sym_LBRACK] = ACTIONS(4394), [anon_sym_RBRACK] = ACTIONS(4394), [anon_sym_as] = ACTIONS(4392), [anon_sym_EQ] = ACTIONS(4392), - [anon_sym_constructor] = ACTIONS(4392), - [anon_sym_LBRACE] = ACTIONS(4394), + [anon_sym_LBRACE] = ACTIONS(5171), [anon_sym_RBRACE] = ACTIONS(4394), [anon_sym_LPAREN] = ACTIONS(4394), [anon_sym_COMMA] = ACTIONS(4394), [anon_sym_RPAREN] = ACTIONS(4394), [anon_sym_LT] = ACTIONS(4392), [anon_sym_GT] = ACTIONS(4392), - [anon_sym_where] = ACTIONS(4392), + [anon_sym_where] = ACTIONS(5175), [anon_sym_DOT] = ACTIONS(4392), [anon_sym_SEMI] = ACTIONS(4394), [anon_sym_get] = ACTIONS(4392), @@ -337077,23 +337559,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_safe_nav] = ACTIONS(4394), [sym_multiline_comment] = ACTIONS(3), }, - [2945] = { - [sym_type_constraints] = STATE(3109), - [sym_enum_class_body] = STATE(3156), + [2949] = { + [sym_function_body] = STATE(3387), + [sym__block] = STATE(3464), [sym__alpha_identifier] = ACTIONS(4422), [anon_sym_AT] = ACTIONS(4424), [anon_sym_LBRACK] = ACTIONS(4424), [anon_sym_RBRACK] = ACTIONS(4424), [anon_sym_as] = ACTIONS(4422), - [anon_sym_EQ] = ACTIONS(4422), - [anon_sym_LBRACE] = ACTIONS(5155), + [anon_sym_EQ] = ACTIONS(6231), + [anon_sym_LBRACE] = ACTIONS(6233), [anon_sym_RBRACE] = ACTIONS(4424), [anon_sym_LPAREN] = ACTIONS(4424), [anon_sym_COMMA] = ACTIONS(4424), [anon_sym_RPAREN] = ACTIONS(4424), [anon_sym_LT] = ACTIONS(4422), [anon_sym_GT] = ACTIONS(4422), - [anon_sym_where] = ACTIONS(5151), + [anon_sym_where] = ACTIONS(4422), [anon_sym_DOT] = ACTIONS(4422), [anon_sym_SEMI] = ACTIONS(4424), [anon_sym_get] = ACTIONS(4422), @@ -337161,1276 +337643,268 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_safe_nav] = ACTIONS(4424), [sym_multiline_comment] = ACTIONS(3), }, - [2946] = { - [sym_function_body] = STATE(3142), - [sym__block] = STATE(3245), - [sym__alpha_identifier] = ACTIONS(4300), - [anon_sym_AT] = ACTIONS(4302), - [anon_sym_LBRACK] = ACTIONS(4302), - [anon_sym_as] = ACTIONS(4300), - [anon_sym_EQ] = ACTIONS(6218), - [anon_sym_LBRACE] = ACTIONS(6220), - [anon_sym_RBRACE] = ACTIONS(4302), - [anon_sym_LPAREN] = ACTIONS(4302), - [anon_sym_COMMA] = ACTIONS(4302), - [anon_sym_LT] = ACTIONS(4300), - [anon_sym_GT] = ACTIONS(4300), - [anon_sym_where] = ACTIONS(4300), - [anon_sym_object] = ACTIONS(4300), - [anon_sym_fun] = ACTIONS(4300), - [anon_sym_DOT] = ACTIONS(4300), - [anon_sym_SEMI] = ACTIONS(4302), - [anon_sym_get] = ACTIONS(4300), - [anon_sym_set] = ACTIONS(4300), - [anon_sym_this] = ACTIONS(4300), - [anon_sym_super] = ACTIONS(4300), - [anon_sym_STAR] = ACTIONS(4300), - [sym_label] = ACTIONS(4300), - [anon_sym_in] = ACTIONS(4300), - [anon_sym_DOT_DOT] = ACTIONS(4302), - [anon_sym_QMARK_COLON] = ACTIONS(4302), - [anon_sym_AMP_AMP] = ACTIONS(4302), - [anon_sym_PIPE_PIPE] = ACTIONS(4302), - [anon_sym_null] = ACTIONS(4300), - [anon_sym_if] = ACTIONS(4300), - [anon_sym_else] = ACTIONS(4300), - [anon_sym_when] = ACTIONS(4300), - [anon_sym_try] = ACTIONS(4300), - [anon_sym_throw] = ACTIONS(4300), - [anon_sym_return] = ACTIONS(4300), - [anon_sym_continue] = ACTIONS(4300), - [anon_sym_break] = ACTIONS(4300), - [anon_sym_COLON_COLON] = ACTIONS(4302), - [anon_sym_PLUS_EQ] = ACTIONS(4302), - [anon_sym_DASH_EQ] = ACTIONS(4302), - [anon_sym_STAR_EQ] = ACTIONS(4302), - [anon_sym_SLASH_EQ] = ACTIONS(4302), - [anon_sym_PERCENT_EQ] = ACTIONS(4302), - [anon_sym_BANG_EQ] = ACTIONS(4300), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4302), - [anon_sym_EQ_EQ] = ACTIONS(4300), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4302), - [anon_sym_LT_EQ] = ACTIONS(4302), - [anon_sym_GT_EQ] = ACTIONS(4302), - [anon_sym_BANGin] = ACTIONS(4302), - [anon_sym_is] = ACTIONS(4300), - [anon_sym_BANGis] = ACTIONS(4302), - [anon_sym_PLUS] = ACTIONS(4300), - [anon_sym_DASH] = ACTIONS(4300), - [anon_sym_SLASH] = ACTIONS(4300), - [anon_sym_PERCENT] = ACTIONS(4300), - [anon_sym_as_QMARK] = ACTIONS(4302), - [anon_sym_PLUS_PLUS] = ACTIONS(4302), - [anon_sym_DASH_DASH] = ACTIONS(4302), - [anon_sym_BANG] = ACTIONS(4300), - [anon_sym_BANG_BANG] = ACTIONS(4302), - [anon_sym_data] = ACTIONS(4300), - [anon_sym_inner] = ACTIONS(4300), - [anon_sym_expect] = ACTIONS(4300), - [anon_sym_actual] = ACTIONS(4300), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4302), - [anon_sym_continue_AT] = ACTIONS(4302), - [anon_sym_break_AT] = ACTIONS(4302), - [sym_real_literal] = ACTIONS(4302), - [sym_integer_literal] = ACTIONS(4300), - [sym_hex_literal] = ACTIONS(4302), - [sym_bin_literal] = ACTIONS(4302), - [anon_sym_true] = ACTIONS(4300), - [anon_sym_false] = ACTIONS(4300), - [anon_sym_SQUOTE] = ACTIONS(4302), - [sym__backtick_identifier] = ACTIONS(4302), - [sym__automatic_semicolon] = ACTIONS(4302), - [sym_safe_nav] = ACTIONS(4302), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4302), - }, - [2947] = { - [sym_function_body] = STATE(3147), - [sym__block] = STATE(3245), - [sym__alpha_identifier] = ACTIONS(4181), - [anon_sym_AT] = ACTIONS(4183), - [anon_sym_LBRACK] = ACTIONS(4183), - [anon_sym_as] = ACTIONS(4181), - [anon_sym_EQ] = ACTIONS(6218), - [anon_sym_LBRACE] = ACTIONS(6220), - [anon_sym_RBRACE] = ACTIONS(4183), - [anon_sym_LPAREN] = ACTIONS(4183), - [anon_sym_COMMA] = ACTIONS(4183), - [anon_sym_LT] = ACTIONS(4181), - [anon_sym_GT] = ACTIONS(4181), - [anon_sym_where] = ACTIONS(4181), - [anon_sym_object] = ACTIONS(4181), - [anon_sym_fun] = ACTIONS(4181), - [anon_sym_DOT] = ACTIONS(4181), - [anon_sym_SEMI] = ACTIONS(4183), - [anon_sym_get] = ACTIONS(4181), - [anon_sym_set] = ACTIONS(4181), - [anon_sym_this] = ACTIONS(4181), - [anon_sym_super] = ACTIONS(4181), - [anon_sym_STAR] = ACTIONS(4181), - [sym_label] = ACTIONS(4181), - [anon_sym_in] = ACTIONS(4181), - [anon_sym_DOT_DOT] = ACTIONS(4183), - [anon_sym_QMARK_COLON] = ACTIONS(4183), - [anon_sym_AMP_AMP] = ACTIONS(4183), - [anon_sym_PIPE_PIPE] = ACTIONS(4183), - [anon_sym_null] = ACTIONS(4181), - [anon_sym_if] = ACTIONS(4181), - [anon_sym_else] = ACTIONS(4181), - [anon_sym_when] = ACTIONS(4181), - [anon_sym_try] = ACTIONS(4181), - [anon_sym_throw] = ACTIONS(4181), - [anon_sym_return] = ACTIONS(4181), - [anon_sym_continue] = ACTIONS(4181), - [anon_sym_break] = ACTIONS(4181), - [anon_sym_COLON_COLON] = ACTIONS(4183), - [anon_sym_PLUS_EQ] = ACTIONS(4183), - [anon_sym_DASH_EQ] = ACTIONS(4183), - [anon_sym_STAR_EQ] = ACTIONS(4183), - [anon_sym_SLASH_EQ] = ACTIONS(4183), - [anon_sym_PERCENT_EQ] = ACTIONS(4183), - [anon_sym_BANG_EQ] = ACTIONS(4181), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4183), - [anon_sym_EQ_EQ] = ACTIONS(4181), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4183), - [anon_sym_LT_EQ] = ACTIONS(4183), - [anon_sym_GT_EQ] = ACTIONS(4183), - [anon_sym_BANGin] = ACTIONS(4183), - [anon_sym_is] = ACTIONS(4181), - [anon_sym_BANGis] = ACTIONS(4183), - [anon_sym_PLUS] = ACTIONS(4181), - [anon_sym_DASH] = ACTIONS(4181), - [anon_sym_SLASH] = ACTIONS(4181), - [anon_sym_PERCENT] = ACTIONS(4181), - [anon_sym_as_QMARK] = ACTIONS(4183), - [anon_sym_PLUS_PLUS] = ACTIONS(4183), - [anon_sym_DASH_DASH] = ACTIONS(4183), - [anon_sym_BANG] = ACTIONS(4181), - [anon_sym_BANG_BANG] = ACTIONS(4183), - [anon_sym_data] = ACTIONS(4181), - [anon_sym_inner] = ACTIONS(4181), - [anon_sym_expect] = ACTIONS(4181), - [anon_sym_actual] = ACTIONS(4181), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4183), - [anon_sym_continue_AT] = ACTIONS(4183), - [anon_sym_break_AT] = ACTIONS(4183), - [sym_real_literal] = ACTIONS(4183), - [sym_integer_literal] = ACTIONS(4181), - [sym_hex_literal] = ACTIONS(4183), - [sym_bin_literal] = ACTIONS(4183), - [anon_sym_true] = ACTIONS(4181), - [anon_sym_false] = ACTIONS(4181), - [anon_sym_SQUOTE] = ACTIONS(4183), - [sym__backtick_identifier] = ACTIONS(4183), - [sym__automatic_semicolon] = ACTIONS(4183), - [sym_safe_nav] = ACTIONS(4183), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4183), - }, - [2948] = { - [sym__alpha_identifier] = ACTIONS(4473), - [anon_sym_AT] = ACTIONS(4475), - [anon_sym_LBRACK] = ACTIONS(4475), - [anon_sym_RBRACK] = ACTIONS(4475), - [anon_sym_as] = ACTIONS(4473), - [anon_sym_EQ] = ACTIONS(4473), - [anon_sym_LBRACE] = ACTIONS(4475), - [anon_sym_RBRACE] = ACTIONS(4475), - [anon_sym_LPAREN] = ACTIONS(4475), - [anon_sym_COMMA] = ACTIONS(4475), - [anon_sym_RPAREN] = ACTIONS(4475), - [anon_sym_LT] = ACTIONS(4473), - [anon_sym_GT] = ACTIONS(4473), - [anon_sym_where] = ACTIONS(4473), - [anon_sym_DOT] = ACTIONS(4473), - [anon_sym_SEMI] = ACTIONS(4475), - [anon_sym_get] = ACTIONS(4473), - [anon_sym_set] = ACTIONS(4473), - [anon_sym_STAR] = ACTIONS(4473), - [anon_sym_DASH_GT] = ACTIONS(4475), - [sym_label] = ACTIONS(4475), - [anon_sym_in] = ACTIONS(4473), - [anon_sym_while] = ACTIONS(4473), - [anon_sym_DOT_DOT] = ACTIONS(4475), - [anon_sym_QMARK_COLON] = ACTIONS(4475), - [anon_sym_AMP_AMP] = ACTIONS(4475), - [anon_sym_PIPE_PIPE] = ACTIONS(4475), - [anon_sym_else] = ACTIONS(4473), - [anon_sym_COLON_COLON] = ACTIONS(4475), - [anon_sym_PLUS_EQ] = ACTIONS(4475), - [anon_sym_DASH_EQ] = ACTIONS(4475), - [anon_sym_STAR_EQ] = ACTIONS(4475), - [anon_sym_SLASH_EQ] = ACTIONS(4475), - [anon_sym_PERCENT_EQ] = ACTIONS(4475), - [anon_sym_BANG_EQ] = ACTIONS(4473), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4475), - [anon_sym_EQ_EQ] = ACTIONS(4473), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4475), - [anon_sym_LT_EQ] = ACTIONS(4475), - [anon_sym_GT_EQ] = ACTIONS(4475), - [anon_sym_BANGin] = ACTIONS(4475), - [anon_sym_is] = ACTIONS(4473), - [anon_sym_BANGis] = ACTIONS(4475), - [anon_sym_PLUS] = ACTIONS(4473), - [anon_sym_DASH] = ACTIONS(4473), - [anon_sym_SLASH] = ACTIONS(4473), - [anon_sym_PERCENT] = ACTIONS(4473), - [anon_sym_as_QMARK] = ACTIONS(4475), - [anon_sym_PLUS_PLUS] = ACTIONS(4475), - [anon_sym_DASH_DASH] = ACTIONS(4475), - [anon_sym_BANG_BANG] = ACTIONS(4475), - [anon_sym_suspend] = ACTIONS(4473), - [anon_sym_sealed] = ACTIONS(4473), - [anon_sym_annotation] = ACTIONS(4473), - [anon_sym_data] = ACTIONS(4473), - [anon_sym_inner] = ACTIONS(4473), - [anon_sym_override] = ACTIONS(4473), - [anon_sym_lateinit] = ACTIONS(4473), - [anon_sym_public] = ACTIONS(4473), - [anon_sym_private] = ACTIONS(4473), - [anon_sym_internal] = ACTIONS(4473), - [anon_sym_protected] = ACTIONS(4473), - [anon_sym_tailrec] = ACTIONS(4473), - [anon_sym_operator] = ACTIONS(4473), - [anon_sym_infix] = ACTIONS(4473), - [anon_sym_inline] = ACTIONS(4473), - [anon_sym_external] = ACTIONS(4473), - [sym_property_modifier] = ACTIONS(4473), - [anon_sym_abstract] = ACTIONS(4473), - [anon_sym_final] = ACTIONS(4473), - [anon_sym_open] = ACTIONS(4473), - [anon_sym_vararg] = ACTIONS(4473), - [anon_sym_noinline] = ACTIONS(4473), - [anon_sym_crossinline] = ACTIONS(4473), - [anon_sym_expect] = ACTIONS(4473), - [anon_sym_actual] = ACTIONS(4473), - [sym_line_comment] = ACTIONS(3), - [aux_sym_unsigned_literal_token1] = ACTIONS(6359), - [anon_sym_L] = ACTIONS(6361), - [sym__backtick_identifier] = ACTIONS(4475), - [sym_safe_nav] = ACTIONS(4475), - [sym_multiline_comment] = ACTIONS(3), - }, - [2949] = { - [sym_class_body] = STATE(3158), - [sym_type_constraints] = STATE(3108), - [sym__alpha_identifier] = ACTIONS(4481), - [anon_sym_AT] = ACTIONS(4483), - [anon_sym_LBRACK] = ACTIONS(4483), - [anon_sym_RBRACK] = ACTIONS(4483), - [anon_sym_as] = ACTIONS(4481), - [anon_sym_EQ] = ACTIONS(4481), - [anon_sym_LBRACE] = ACTIONS(5147), - [anon_sym_RBRACE] = ACTIONS(4483), - [anon_sym_LPAREN] = ACTIONS(4483), - [anon_sym_COMMA] = ACTIONS(4483), - [anon_sym_RPAREN] = ACTIONS(4483), - [anon_sym_LT] = ACTIONS(4481), - [anon_sym_GT] = ACTIONS(4481), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(4481), - [anon_sym_SEMI] = ACTIONS(4483), - [anon_sym_get] = ACTIONS(4481), - [anon_sym_set] = ACTIONS(4481), - [anon_sym_STAR] = ACTIONS(4481), - [anon_sym_DASH_GT] = ACTIONS(4483), - [sym_label] = ACTIONS(4483), - [anon_sym_in] = ACTIONS(4481), - [anon_sym_while] = ACTIONS(4481), - [anon_sym_DOT_DOT] = ACTIONS(4483), - [anon_sym_QMARK_COLON] = ACTIONS(4483), - [anon_sym_AMP_AMP] = ACTIONS(4483), - [anon_sym_PIPE_PIPE] = ACTIONS(4483), - [anon_sym_else] = ACTIONS(4481), - [anon_sym_COLON_COLON] = ACTIONS(4483), - [anon_sym_PLUS_EQ] = ACTIONS(4483), - [anon_sym_DASH_EQ] = ACTIONS(4483), - [anon_sym_STAR_EQ] = ACTIONS(4483), - [anon_sym_SLASH_EQ] = ACTIONS(4483), - [anon_sym_PERCENT_EQ] = ACTIONS(4483), - [anon_sym_BANG_EQ] = ACTIONS(4481), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4483), - [anon_sym_EQ_EQ] = ACTIONS(4481), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4483), - [anon_sym_LT_EQ] = ACTIONS(4483), - [anon_sym_GT_EQ] = ACTIONS(4483), - [anon_sym_BANGin] = ACTIONS(4483), - [anon_sym_is] = ACTIONS(4481), - [anon_sym_BANGis] = ACTIONS(4483), - [anon_sym_PLUS] = ACTIONS(4481), - [anon_sym_DASH] = ACTIONS(4481), - [anon_sym_SLASH] = ACTIONS(4481), - [anon_sym_PERCENT] = ACTIONS(4481), - [anon_sym_as_QMARK] = ACTIONS(4483), - [anon_sym_PLUS_PLUS] = ACTIONS(4483), - [anon_sym_DASH_DASH] = ACTIONS(4483), - [anon_sym_BANG_BANG] = ACTIONS(4483), - [anon_sym_suspend] = ACTIONS(4481), - [anon_sym_sealed] = ACTIONS(4481), - [anon_sym_annotation] = ACTIONS(4481), - [anon_sym_data] = ACTIONS(4481), - [anon_sym_inner] = ACTIONS(4481), - [anon_sym_override] = ACTIONS(4481), - [anon_sym_lateinit] = ACTIONS(4481), - [anon_sym_public] = ACTIONS(4481), - [anon_sym_private] = ACTIONS(4481), - [anon_sym_internal] = ACTIONS(4481), - [anon_sym_protected] = ACTIONS(4481), - [anon_sym_tailrec] = ACTIONS(4481), - [anon_sym_operator] = ACTIONS(4481), - [anon_sym_infix] = ACTIONS(4481), - [anon_sym_inline] = ACTIONS(4481), - [anon_sym_external] = ACTIONS(4481), - [sym_property_modifier] = ACTIONS(4481), - [anon_sym_abstract] = ACTIONS(4481), - [anon_sym_final] = ACTIONS(4481), - [anon_sym_open] = ACTIONS(4481), - [anon_sym_vararg] = ACTIONS(4481), - [anon_sym_noinline] = ACTIONS(4481), - [anon_sym_crossinline] = ACTIONS(4481), - [anon_sym_expect] = ACTIONS(4481), - [anon_sym_actual] = ACTIONS(4481), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4483), - [sym_safe_nav] = ACTIONS(4483), - [sym_multiline_comment] = ACTIONS(3), - }, [2950] = { - [sym_value_arguments] = STATE(3163), - [sym__alpha_identifier] = ACTIONS(4454), - [anon_sym_AT] = ACTIONS(4456), - [anon_sym_LBRACK] = ACTIONS(4456), - [anon_sym_RBRACK] = ACTIONS(4456), - [anon_sym_as] = ACTIONS(4454), - [anon_sym_EQ] = ACTIONS(4454), - [anon_sym_LBRACE] = ACTIONS(4456), - [anon_sym_RBRACE] = ACTIONS(4456), - [anon_sym_LPAREN] = ACTIONS(4456), - [anon_sym_COMMA] = ACTIONS(4456), - [anon_sym_RPAREN] = ACTIONS(4456), - [anon_sym_by] = ACTIONS(6363), - [anon_sym_LT] = ACTIONS(4454), - [anon_sym_GT] = ACTIONS(4454), - [anon_sym_where] = ACTIONS(4454), - [anon_sym_DOT] = ACTIONS(4454), - [anon_sym_SEMI] = ACTIONS(4456), - [anon_sym_get] = ACTIONS(4454), - [anon_sym_set] = ACTIONS(4454), - [anon_sym_STAR] = ACTIONS(4454), - [anon_sym_DASH_GT] = ACTIONS(4456), - [sym_label] = ACTIONS(4456), - [anon_sym_in] = ACTIONS(4454), - [anon_sym_while] = ACTIONS(4454), - [anon_sym_DOT_DOT] = ACTIONS(4456), - [anon_sym_QMARK_COLON] = ACTIONS(4456), - [anon_sym_AMP_AMP] = ACTIONS(4456), - [anon_sym_PIPE_PIPE] = ACTIONS(4456), - [anon_sym_else] = ACTIONS(4454), - [anon_sym_COLON_COLON] = ACTIONS(4456), - [anon_sym_PLUS_EQ] = ACTIONS(4456), - [anon_sym_DASH_EQ] = ACTIONS(4456), - [anon_sym_STAR_EQ] = ACTIONS(4456), - [anon_sym_SLASH_EQ] = ACTIONS(4456), - [anon_sym_PERCENT_EQ] = ACTIONS(4456), - [anon_sym_BANG_EQ] = ACTIONS(4454), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4456), - [anon_sym_EQ_EQ] = ACTIONS(4454), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4456), - [anon_sym_LT_EQ] = ACTIONS(4456), - [anon_sym_GT_EQ] = ACTIONS(4456), - [anon_sym_BANGin] = ACTIONS(4456), - [anon_sym_is] = ACTIONS(4454), - [anon_sym_BANGis] = ACTIONS(4456), - [anon_sym_PLUS] = ACTIONS(4454), - [anon_sym_DASH] = ACTIONS(4454), - [anon_sym_SLASH] = ACTIONS(4454), - [anon_sym_PERCENT] = ACTIONS(4454), - [anon_sym_as_QMARK] = ACTIONS(4456), - [anon_sym_PLUS_PLUS] = ACTIONS(4456), - [anon_sym_DASH_DASH] = ACTIONS(4456), - [anon_sym_BANG_BANG] = ACTIONS(4456), - [anon_sym_suspend] = ACTIONS(4454), - [anon_sym_sealed] = ACTIONS(4454), - [anon_sym_annotation] = ACTIONS(4454), - [anon_sym_data] = ACTIONS(4454), - [anon_sym_inner] = ACTIONS(4454), - [anon_sym_override] = ACTIONS(4454), - [anon_sym_lateinit] = ACTIONS(4454), - [anon_sym_public] = ACTIONS(4454), - [anon_sym_private] = ACTIONS(4454), - [anon_sym_internal] = ACTIONS(4454), - [anon_sym_protected] = ACTIONS(4454), - [anon_sym_tailrec] = ACTIONS(4454), - [anon_sym_operator] = ACTIONS(4454), - [anon_sym_infix] = ACTIONS(4454), - [anon_sym_inline] = ACTIONS(4454), - [anon_sym_external] = ACTIONS(4454), - [sym_property_modifier] = ACTIONS(4454), - [anon_sym_abstract] = ACTIONS(4454), - [anon_sym_final] = ACTIONS(4454), - [anon_sym_open] = ACTIONS(4454), - [anon_sym_vararg] = ACTIONS(4454), - [anon_sym_noinline] = ACTIONS(4454), - [anon_sym_crossinline] = ACTIONS(4454), - [anon_sym_expect] = ACTIONS(4454), - [anon_sym_actual] = ACTIONS(4454), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4456), - [sym_safe_nav] = ACTIONS(4456), - [sym_multiline_comment] = ACTIONS(3), + [sym_class_body] = STATE(3216), + [sym_type_constraints] = STATE(3111), + [sym__alpha_identifier] = ACTIONS(4188), + [anon_sym_AT] = ACTIONS(4190), + [anon_sym_COLON] = ACTIONS(6367), + [anon_sym_LBRACK] = ACTIONS(4190), + [anon_sym_as] = ACTIONS(4188), + [anon_sym_EQ] = ACTIONS(4188), + [anon_sym_LBRACE] = ACTIONS(3144), + [anon_sym_RBRACE] = ACTIONS(4190), + [anon_sym_LPAREN] = ACTIONS(4190), + [anon_sym_LT] = ACTIONS(4188), + [anon_sym_GT] = ACTIONS(4188), + [anon_sym_where] = ACTIONS(3118), + [anon_sym_object] = ACTIONS(4188), + [anon_sym_fun] = ACTIONS(4188), + [anon_sym_DOT] = ACTIONS(4188), + [anon_sym_SEMI] = ACTIONS(4190), + [anon_sym_get] = ACTIONS(4188), + [anon_sym_set] = ACTIONS(4188), + [anon_sym_this] = ACTIONS(4188), + [anon_sym_super] = ACTIONS(4188), + [anon_sym_STAR] = ACTIONS(4188), + [sym_label] = ACTIONS(4188), + [anon_sym_in] = ACTIONS(4188), + [anon_sym_DOT_DOT] = ACTIONS(4190), + [anon_sym_QMARK_COLON] = ACTIONS(4190), + [anon_sym_AMP_AMP] = ACTIONS(4190), + [anon_sym_PIPE_PIPE] = ACTIONS(4190), + [anon_sym_null] = ACTIONS(4188), + [anon_sym_if] = ACTIONS(4188), + [anon_sym_else] = ACTIONS(4188), + [anon_sym_when] = ACTIONS(4188), + [anon_sym_try] = ACTIONS(4188), + [anon_sym_throw] = ACTIONS(4188), + [anon_sym_return] = ACTIONS(4188), + [anon_sym_continue] = ACTIONS(4188), + [anon_sym_break] = ACTIONS(4188), + [anon_sym_COLON_COLON] = ACTIONS(4190), + [anon_sym_PLUS_EQ] = ACTIONS(4190), + [anon_sym_DASH_EQ] = ACTIONS(4190), + [anon_sym_STAR_EQ] = ACTIONS(4190), + [anon_sym_SLASH_EQ] = ACTIONS(4190), + [anon_sym_PERCENT_EQ] = ACTIONS(4190), + [anon_sym_BANG_EQ] = ACTIONS(4188), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4190), + [anon_sym_EQ_EQ] = ACTIONS(4188), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4190), + [anon_sym_LT_EQ] = ACTIONS(4190), + [anon_sym_GT_EQ] = ACTIONS(4190), + [anon_sym_BANGin] = ACTIONS(4190), + [anon_sym_is] = ACTIONS(4188), + [anon_sym_BANGis] = ACTIONS(4190), + [anon_sym_PLUS] = ACTIONS(4188), + [anon_sym_DASH] = ACTIONS(4188), + [anon_sym_SLASH] = ACTIONS(4188), + [anon_sym_PERCENT] = ACTIONS(4188), + [anon_sym_as_QMARK] = ACTIONS(4190), + [anon_sym_PLUS_PLUS] = ACTIONS(4190), + [anon_sym_DASH_DASH] = ACTIONS(4190), + [anon_sym_BANG] = ACTIONS(4188), + [anon_sym_BANG_BANG] = ACTIONS(4190), + [anon_sym_data] = ACTIONS(4188), + [anon_sym_inner] = ACTIONS(4188), + [anon_sym_expect] = ACTIONS(4188), + [anon_sym_actual] = ACTIONS(4188), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4190), + [anon_sym_continue_AT] = ACTIONS(4190), + [anon_sym_break_AT] = ACTIONS(4190), + [sym_real_literal] = ACTIONS(4190), + [sym_integer_literal] = ACTIONS(4188), + [sym_hex_literal] = ACTIONS(4190), + [sym_bin_literal] = ACTIONS(4190), + [anon_sym_true] = ACTIONS(4188), + [anon_sym_false] = ACTIONS(4188), + [anon_sym_SQUOTE] = ACTIONS(4190), + [sym__backtick_identifier] = ACTIONS(4190), + [sym__automatic_semicolon] = ACTIONS(4190), + [sym_safe_nav] = ACTIONS(4190), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4190), }, [2951] = { - [sym_type_constraints] = STATE(3218), - [sym_function_body] = STATE(3216), - [sym__block] = STATE(3245), - [sym__alpha_identifier] = ACTIONS(4089), - [anon_sym_AT] = ACTIONS(4091), - [anon_sym_LBRACK] = ACTIONS(4091), - [anon_sym_as] = ACTIONS(4089), - [anon_sym_EQ] = ACTIONS(6265), - [anon_sym_LBRACE] = ACTIONS(6220), - [anon_sym_RBRACE] = ACTIONS(4091), - [anon_sym_LPAREN] = ACTIONS(4091), - [anon_sym_LT] = ACTIONS(4089), - [anon_sym_GT] = ACTIONS(4089), + [sym_class_body] = STATE(3216), + [sym_type_constraints] = STATE(3111), + [sym__alpha_identifier] = ACTIONS(4188), + [anon_sym_AT] = ACTIONS(4190), + [anon_sym_LBRACK] = ACTIONS(4190), + [anon_sym_as] = ACTIONS(4188), + [anon_sym_EQ] = ACTIONS(4188), + [anon_sym_LBRACE] = ACTIONS(3144), + [anon_sym_RBRACE] = ACTIONS(4190), + [anon_sym_LPAREN] = ACTIONS(4190), + [anon_sym_COMMA] = ACTIONS(4190), + [anon_sym_LT] = ACTIONS(4188), + [anon_sym_GT] = ACTIONS(4188), [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(4089), - [anon_sym_fun] = ACTIONS(4089), - [anon_sym_DOT] = ACTIONS(4089), - [anon_sym_SEMI] = ACTIONS(4091), - [anon_sym_get] = ACTIONS(4089), - [anon_sym_set] = ACTIONS(4089), - [anon_sym_this] = ACTIONS(4089), - [anon_sym_super] = ACTIONS(4089), - [anon_sym_STAR] = ACTIONS(4089), - [sym_label] = ACTIONS(4089), - [anon_sym_in] = ACTIONS(4089), - [anon_sym_DOT_DOT] = ACTIONS(4091), - [anon_sym_QMARK_COLON] = ACTIONS(4091), - [anon_sym_AMP_AMP] = ACTIONS(4091), - [anon_sym_PIPE_PIPE] = ACTIONS(4091), - [anon_sym_null] = ACTIONS(4089), - [anon_sym_if] = ACTIONS(4089), - [anon_sym_else] = ACTIONS(4089), - [anon_sym_when] = ACTIONS(4089), - [anon_sym_try] = ACTIONS(4089), - [anon_sym_throw] = ACTIONS(4089), - [anon_sym_return] = ACTIONS(4089), - [anon_sym_continue] = ACTIONS(4089), - [anon_sym_break] = ACTIONS(4089), - [anon_sym_COLON_COLON] = ACTIONS(4091), - [anon_sym_PLUS_EQ] = ACTIONS(4091), - [anon_sym_DASH_EQ] = ACTIONS(4091), - [anon_sym_STAR_EQ] = ACTIONS(4091), - [anon_sym_SLASH_EQ] = ACTIONS(4091), - [anon_sym_PERCENT_EQ] = ACTIONS(4091), - [anon_sym_BANG_EQ] = ACTIONS(4089), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4091), - [anon_sym_EQ_EQ] = ACTIONS(4089), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4091), - [anon_sym_LT_EQ] = ACTIONS(4091), - [anon_sym_GT_EQ] = ACTIONS(4091), - [anon_sym_BANGin] = ACTIONS(4091), - [anon_sym_is] = ACTIONS(4089), - [anon_sym_BANGis] = ACTIONS(4091), - [anon_sym_PLUS] = ACTIONS(4089), - [anon_sym_DASH] = ACTIONS(4089), - [anon_sym_SLASH] = ACTIONS(4089), - [anon_sym_PERCENT] = ACTIONS(4089), - [anon_sym_as_QMARK] = ACTIONS(4091), - [anon_sym_PLUS_PLUS] = ACTIONS(4091), - [anon_sym_DASH_DASH] = ACTIONS(4091), - [anon_sym_BANG] = ACTIONS(4089), - [anon_sym_BANG_BANG] = ACTIONS(4091), - [anon_sym_data] = ACTIONS(4089), - [anon_sym_inner] = ACTIONS(4089), - [anon_sym_expect] = ACTIONS(4089), - [anon_sym_actual] = ACTIONS(4089), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4091), - [anon_sym_continue_AT] = ACTIONS(4091), - [anon_sym_break_AT] = ACTIONS(4091), - [sym_real_literal] = ACTIONS(4091), - [sym_integer_literal] = ACTIONS(4089), - [sym_hex_literal] = ACTIONS(4091), - [sym_bin_literal] = ACTIONS(4091), - [anon_sym_true] = ACTIONS(4089), - [anon_sym_false] = ACTIONS(4089), - [anon_sym_SQUOTE] = ACTIONS(4091), - [sym__backtick_identifier] = ACTIONS(4091), - [sym__automatic_semicolon] = ACTIONS(4091), - [sym_safe_nav] = ACTIONS(4091), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4091), + [anon_sym_object] = ACTIONS(4188), + [anon_sym_fun] = ACTIONS(4188), + [anon_sym_DOT] = ACTIONS(4188), + [anon_sym_SEMI] = ACTIONS(4190), + [anon_sym_get] = ACTIONS(4188), + [anon_sym_set] = ACTIONS(4188), + [anon_sym_this] = ACTIONS(4188), + [anon_sym_super] = ACTIONS(4188), + [anon_sym_STAR] = ACTIONS(4188), + [sym_label] = ACTIONS(4188), + [anon_sym_in] = ACTIONS(4188), + [anon_sym_DOT_DOT] = ACTIONS(4190), + [anon_sym_QMARK_COLON] = ACTIONS(4190), + [anon_sym_AMP_AMP] = ACTIONS(4190), + [anon_sym_PIPE_PIPE] = ACTIONS(4190), + [anon_sym_null] = ACTIONS(4188), + [anon_sym_if] = ACTIONS(4188), + [anon_sym_else] = ACTIONS(4188), + [anon_sym_when] = ACTIONS(4188), + [anon_sym_try] = ACTIONS(4188), + [anon_sym_throw] = ACTIONS(4188), + [anon_sym_return] = ACTIONS(4188), + [anon_sym_continue] = ACTIONS(4188), + [anon_sym_break] = ACTIONS(4188), + [anon_sym_COLON_COLON] = ACTIONS(4190), + [anon_sym_PLUS_EQ] = ACTIONS(4190), + [anon_sym_DASH_EQ] = ACTIONS(4190), + [anon_sym_STAR_EQ] = ACTIONS(4190), + [anon_sym_SLASH_EQ] = ACTIONS(4190), + [anon_sym_PERCENT_EQ] = ACTIONS(4190), + [anon_sym_BANG_EQ] = ACTIONS(4188), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4190), + [anon_sym_EQ_EQ] = ACTIONS(4188), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4190), + [anon_sym_LT_EQ] = ACTIONS(4190), + [anon_sym_GT_EQ] = ACTIONS(4190), + [anon_sym_BANGin] = ACTIONS(4190), + [anon_sym_is] = ACTIONS(4188), + [anon_sym_BANGis] = ACTIONS(4190), + [anon_sym_PLUS] = ACTIONS(4188), + [anon_sym_DASH] = ACTIONS(4188), + [anon_sym_SLASH] = ACTIONS(4188), + [anon_sym_PERCENT] = ACTIONS(4188), + [anon_sym_as_QMARK] = ACTIONS(4190), + [anon_sym_PLUS_PLUS] = ACTIONS(4190), + [anon_sym_DASH_DASH] = ACTIONS(4190), + [anon_sym_BANG] = ACTIONS(4188), + [anon_sym_BANG_BANG] = ACTIONS(4190), + [anon_sym_data] = ACTIONS(4188), + [anon_sym_inner] = ACTIONS(4188), + [anon_sym_expect] = ACTIONS(4188), + [anon_sym_actual] = ACTIONS(4188), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4190), + [anon_sym_continue_AT] = ACTIONS(4190), + [anon_sym_break_AT] = ACTIONS(4190), + [sym_real_literal] = ACTIONS(4190), + [sym_integer_literal] = ACTIONS(4188), + [sym_hex_literal] = ACTIONS(4190), + [sym_bin_literal] = ACTIONS(4190), + [anon_sym_true] = ACTIONS(4188), + [anon_sym_false] = ACTIONS(4188), + [anon_sym_SQUOTE] = ACTIONS(4190), + [sym__backtick_identifier] = ACTIONS(4190), + [sym__automatic_semicolon] = ACTIONS(4190), + [sym_safe_nav] = ACTIONS(4190), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4190), }, [2952] = { - [sym_function_body] = STATE(3157), - [sym__block] = STATE(3245), - [sym__alpha_identifier] = ACTIONS(4095), - [anon_sym_AT] = ACTIONS(4097), - [anon_sym_LBRACK] = ACTIONS(4097), - [anon_sym_as] = ACTIONS(4095), - [anon_sym_EQ] = ACTIONS(6218), - [anon_sym_LBRACE] = ACTIONS(6220), - [anon_sym_RBRACE] = ACTIONS(4097), - [anon_sym_LPAREN] = ACTIONS(4097), - [anon_sym_COMMA] = ACTIONS(4097), - [anon_sym_LT] = ACTIONS(4095), - [anon_sym_GT] = ACTIONS(4095), - [anon_sym_where] = ACTIONS(4095), - [anon_sym_object] = ACTIONS(4095), - [anon_sym_fun] = ACTIONS(4095), - [anon_sym_DOT] = ACTIONS(4095), - [anon_sym_SEMI] = ACTIONS(4097), - [anon_sym_get] = ACTIONS(4095), - [anon_sym_set] = ACTIONS(4095), - [anon_sym_this] = ACTIONS(4095), - [anon_sym_super] = ACTIONS(4095), - [anon_sym_STAR] = ACTIONS(4095), - [sym_label] = ACTIONS(4095), - [anon_sym_in] = ACTIONS(4095), - [anon_sym_DOT_DOT] = ACTIONS(4097), - [anon_sym_QMARK_COLON] = ACTIONS(4097), - [anon_sym_AMP_AMP] = ACTIONS(4097), - [anon_sym_PIPE_PIPE] = ACTIONS(4097), - [anon_sym_null] = ACTIONS(4095), - [anon_sym_if] = ACTIONS(4095), - [anon_sym_else] = ACTIONS(4095), - [anon_sym_when] = ACTIONS(4095), - [anon_sym_try] = ACTIONS(4095), - [anon_sym_throw] = ACTIONS(4095), - [anon_sym_return] = ACTIONS(4095), - [anon_sym_continue] = ACTIONS(4095), - [anon_sym_break] = ACTIONS(4095), - [anon_sym_COLON_COLON] = ACTIONS(4097), - [anon_sym_PLUS_EQ] = ACTIONS(4097), - [anon_sym_DASH_EQ] = ACTIONS(4097), - [anon_sym_STAR_EQ] = ACTIONS(4097), - [anon_sym_SLASH_EQ] = ACTIONS(4097), - [anon_sym_PERCENT_EQ] = ACTIONS(4097), - [anon_sym_BANG_EQ] = ACTIONS(4095), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4097), - [anon_sym_EQ_EQ] = ACTIONS(4095), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4097), - [anon_sym_LT_EQ] = ACTIONS(4097), - [anon_sym_GT_EQ] = ACTIONS(4097), - [anon_sym_BANGin] = ACTIONS(4097), - [anon_sym_is] = ACTIONS(4095), - [anon_sym_BANGis] = ACTIONS(4097), - [anon_sym_PLUS] = ACTIONS(4095), - [anon_sym_DASH] = ACTIONS(4095), - [anon_sym_SLASH] = ACTIONS(4095), - [anon_sym_PERCENT] = ACTIONS(4095), - [anon_sym_as_QMARK] = ACTIONS(4097), - [anon_sym_PLUS_PLUS] = ACTIONS(4097), - [anon_sym_DASH_DASH] = ACTIONS(4097), - [anon_sym_BANG] = ACTIONS(4095), - [anon_sym_BANG_BANG] = ACTIONS(4097), - [anon_sym_data] = ACTIONS(4095), - [anon_sym_inner] = ACTIONS(4095), - [anon_sym_expect] = ACTIONS(4095), - [anon_sym_actual] = ACTIONS(4095), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4097), - [anon_sym_continue_AT] = ACTIONS(4097), - [anon_sym_break_AT] = ACTIONS(4097), - [sym_real_literal] = ACTIONS(4097), - [sym_integer_literal] = ACTIONS(4095), - [sym_hex_literal] = ACTIONS(4097), - [sym_bin_literal] = ACTIONS(4097), - [anon_sym_true] = ACTIONS(4095), - [anon_sym_false] = ACTIONS(4095), - [anon_sym_SQUOTE] = ACTIONS(4097), - [sym__backtick_identifier] = ACTIONS(4097), - [sym__automatic_semicolon] = ACTIONS(4097), - [sym_safe_nav] = ACTIONS(4097), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4097), - }, - [2953] = { - [sym_function_body] = STATE(3169), - [sym__block] = STATE(3245), - [sym__alpha_identifier] = ACTIONS(4382), - [anon_sym_AT] = ACTIONS(4384), - [anon_sym_LBRACK] = ACTIONS(4384), - [anon_sym_as] = ACTIONS(4382), - [anon_sym_EQ] = ACTIONS(6218), - [anon_sym_LBRACE] = ACTIONS(6220), - [anon_sym_RBRACE] = ACTIONS(4384), - [anon_sym_LPAREN] = ACTIONS(4384), - [anon_sym_COMMA] = ACTIONS(4384), - [anon_sym_LT] = ACTIONS(4382), - [anon_sym_GT] = ACTIONS(4382), - [anon_sym_where] = ACTIONS(4382), - [anon_sym_object] = ACTIONS(4382), - [anon_sym_fun] = ACTIONS(4382), - [anon_sym_DOT] = ACTIONS(4382), - [anon_sym_SEMI] = ACTIONS(4384), - [anon_sym_get] = ACTIONS(4382), - [anon_sym_set] = ACTIONS(4382), - [anon_sym_this] = ACTIONS(4382), - [anon_sym_super] = ACTIONS(4382), - [anon_sym_STAR] = ACTIONS(4382), - [sym_label] = ACTIONS(4382), - [anon_sym_in] = ACTIONS(4382), - [anon_sym_DOT_DOT] = ACTIONS(4384), - [anon_sym_QMARK_COLON] = ACTIONS(4384), - [anon_sym_AMP_AMP] = ACTIONS(4384), - [anon_sym_PIPE_PIPE] = ACTIONS(4384), - [anon_sym_null] = ACTIONS(4382), - [anon_sym_if] = ACTIONS(4382), - [anon_sym_else] = ACTIONS(4382), - [anon_sym_when] = ACTIONS(4382), - [anon_sym_try] = ACTIONS(4382), - [anon_sym_throw] = ACTIONS(4382), - [anon_sym_return] = ACTIONS(4382), - [anon_sym_continue] = ACTIONS(4382), - [anon_sym_break] = ACTIONS(4382), - [anon_sym_COLON_COLON] = ACTIONS(4384), - [anon_sym_PLUS_EQ] = ACTIONS(4384), - [anon_sym_DASH_EQ] = ACTIONS(4384), - [anon_sym_STAR_EQ] = ACTIONS(4384), - [anon_sym_SLASH_EQ] = ACTIONS(4384), - [anon_sym_PERCENT_EQ] = ACTIONS(4384), - [anon_sym_BANG_EQ] = ACTIONS(4382), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4384), - [anon_sym_EQ_EQ] = ACTIONS(4382), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4384), - [anon_sym_LT_EQ] = ACTIONS(4384), - [anon_sym_GT_EQ] = ACTIONS(4384), - [anon_sym_BANGin] = ACTIONS(4384), - [anon_sym_is] = ACTIONS(4382), - [anon_sym_BANGis] = ACTIONS(4384), - [anon_sym_PLUS] = ACTIONS(4382), - [anon_sym_DASH] = ACTIONS(4382), - [anon_sym_SLASH] = ACTIONS(4382), - [anon_sym_PERCENT] = ACTIONS(4382), - [anon_sym_as_QMARK] = ACTIONS(4384), - [anon_sym_PLUS_PLUS] = ACTIONS(4384), - [anon_sym_DASH_DASH] = ACTIONS(4384), - [anon_sym_BANG] = ACTIONS(4382), - [anon_sym_BANG_BANG] = ACTIONS(4384), - [anon_sym_data] = ACTIONS(4382), - [anon_sym_inner] = ACTIONS(4382), - [anon_sym_expect] = ACTIONS(4382), - [anon_sym_actual] = ACTIONS(4382), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4384), - [anon_sym_continue_AT] = ACTIONS(4384), - [anon_sym_break_AT] = ACTIONS(4384), - [sym_real_literal] = ACTIONS(4384), - [sym_integer_literal] = ACTIONS(4382), - [sym_hex_literal] = ACTIONS(4384), - [sym_bin_literal] = ACTIONS(4384), - [anon_sym_true] = ACTIONS(4382), - [anon_sym_false] = ACTIONS(4382), - [anon_sym_SQUOTE] = ACTIONS(4384), - [sym__backtick_identifier] = ACTIONS(4384), - [sym__automatic_semicolon] = ACTIONS(4384), - [sym_safe_nav] = ACTIONS(4384), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4384), - }, - [2954] = { - [sym__alpha_identifier] = ACTIONS(4430), - [anon_sym_AT] = ACTIONS(4432), - [anon_sym_COLON] = ACTIONS(4430), - [anon_sym_LBRACK] = ACTIONS(4432), - [anon_sym_RBRACK] = ACTIONS(4432), - [anon_sym_as] = ACTIONS(4430), - [anon_sym_EQ] = ACTIONS(4430), - [anon_sym_constructor] = ACTIONS(4430), - [anon_sym_LBRACE] = ACTIONS(4432), - [anon_sym_RBRACE] = ACTIONS(4432), - [anon_sym_LPAREN] = ACTIONS(4432), - [anon_sym_COMMA] = ACTIONS(4432), - [anon_sym_RPAREN] = ACTIONS(4432), - [anon_sym_LT] = ACTIONS(4430), - [anon_sym_GT] = ACTIONS(4430), - [anon_sym_where] = ACTIONS(4430), - [anon_sym_DOT] = ACTIONS(4430), - [anon_sym_SEMI] = ACTIONS(4432), - [anon_sym_get] = ACTIONS(4430), - [anon_sym_set] = ACTIONS(4430), - [anon_sym_STAR] = ACTIONS(4430), - [anon_sym_DASH_GT] = ACTIONS(4432), - [sym_label] = ACTIONS(4432), - [anon_sym_in] = ACTIONS(4430), - [anon_sym_while] = ACTIONS(4430), - [anon_sym_DOT_DOT] = ACTIONS(4432), - [anon_sym_QMARK_COLON] = ACTIONS(4432), - [anon_sym_AMP_AMP] = ACTIONS(4432), - [anon_sym_PIPE_PIPE] = ACTIONS(4432), - [anon_sym_else] = ACTIONS(4430), - [anon_sym_COLON_COLON] = ACTIONS(4432), - [anon_sym_PLUS_EQ] = ACTIONS(4432), - [anon_sym_DASH_EQ] = ACTIONS(4432), - [anon_sym_STAR_EQ] = ACTIONS(4432), - [anon_sym_SLASH_EQ] = ACTIONS(4432), - [anon_sym_PERCENT_EQ] = ACTIONS(4432), - [anon_sym_BANG_EQ] = ACTIONS(4430), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4432), - [anon_sym_EQ_EQ] = ACTIONS(4430), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4432), - [anon_sym_LT_EQ] = ACTIONS(4432), - [anon_sym_GT_EQ] = ACTIONS(4432), - [anon_sym_BANGin] = ACTIONS(4432), - [anon_sym_is] = ACTIONS(4430), - [anon_sym_BANGis] = ACTIONS(4432), - [anon_sym_PLUS] = ACTIONS(4430), - [anon_sym_DASH] = ACTIONS(4430), - [anon_sym_SLASH] = ACTIONS(4430), - [anon_sym_PERCENT] = ACTIONS(4430), - [anon_sym_as_QMARK] = ACTIONS(4432), - [anon_sym_PLUS_PLUS] = ACTIONS(4432), - [anon_sym_DASH_DASH] = ACTIONS(4432), - [anon_sym_BANG_BANG] = ACTIONS(4432), - [anon_sym_suspend] = ACTIONS(4430), - [anon_sym_sealed] = ACTIONS(4430), - [anon_sym_annotation] = ACTIONS(4430), - [anon_sym_data] = ACTIONS(4430), - [anon_sym_inner] = ACTIONS(4430), - [anon_sym_override] = ACTIONS(4430), - [anon_sym_lateinit] = ACTIONS(4430), - [anon_sym_public] = ACTIONS(4430), - [anon_sym_private] = ACTIONS(4430), - [anon_sym_internal] = ACTIONS(4430), - [anon_sym_protected] = ACTIONS(4430), - [anon_sym_tailrec] = ACTIONS(4430), - [anon_sym_operator] = ACTIONS(4430), - [anon_sym_infix] = ACTIONS(4430), - [anon_sym_inline] = ACTIONS(4430), - [anon_sym_external] = ACTIONS(4430), - [sym_property_modifier] = ACTIONS(4430), - [anon_sym_abstract] = ACTIONS(4430), - [anon_sym_final] = ACTIONS(4430), - [anon_sym_open] = ACTIONS(4430), - [anon_sym_vararg] = ACTIONS(4430), - [anon_sym_noinline] = ACTIONS(4430), - [anon_sym_crossinline] = ACTIONS(4430), - [anon_sym_expect] = ACTIONS(4430), - [anon_sym_actual] = ACTIONS(4430), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4432), - [sym_safe_nav] = ACTIONS(4432), - [sym_multiline_comment] = ACTIONS(3), - }, - [2955] = { - [sym_function_body] = STATE(3302), - [sym__block] = STATE(3367), - [sym__alpha_identifier] = ACTIONS(4326), - [anon_sym_AT] = ACTIONS(4328), - [anon_sym_LBRACK] = ACTIONS(4328), - [anon_sym_RBRACK] = ACTIONS(4328), - [anon_sym_as] = ACTIONS(4326), - [anon_sym_EQ] = ACTIONS(6234), - [anon_sym_LBRACE] = ACTIONS(6236), - [anon_sym_RBRACE] = ACTIONS(4328), - [anon_sym_LPAREN] = ACTIONS(4328), - [anon_sym_COMMA] = ACTIONS(4328), - [anon_sym_RPAREN] = ACTIONS(4328), - [anon_sym_LT] = ACTIONS(4326), - [anon_sym_GT] = ACTIONS(4326), - [anon_sym_where] = ACTIONS(4326), - [anon_sym_DOT] = ACTIONS(4326), - [anon_sym_SEMI] = ACTIONS(4328), - [anon_sym_get] = ACTIONS(4326), - [anon_sym_set] = ACTIONS(4326), - [anon_sym_STAR] = ACTIONS(4326), - [anon_sym_DASH_GT] = ACTIONS(4328), - [sym_label] = ACTIONS(4328), - [anon_sym_in] = ACTIONS(4326), - [anon_sym_while] = ACTIONS(4326), - [anon_sym_DOT_DOT] = ACTIONS(4328), - [anon_sym_QMARK_COLON] = ACTIONS(4328), - [anon_sym_AMP_AMP] = ACTIONS(4328), - [anon_sym_PIPE_PIPE] = ACTIONS(4328), - [anon_sym_else] = ACTIONS(4326), - [anon_sym_COLON_COLON] = ACTIONS(4328), - [anon_sym_PLUS_EQ] = ACTIONS(4328), - [anon_sym_DASH_EQ] = ACTIONS(4328), - [anon_sym_STAR_EQ] = ACTIONS(4328), - [anon_sym_SLASH_EQ] = ACTIONS(4328), - [anon_sym_PERCENT_EQ] = ACTIONS(4328), - [anon_sym_BANG_EQ] = ACTIONS(4326), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4328), - [anon_sym_EQ_EQ] = ACTIONS(4326), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4328), - [anon_sym_LT_EQ] = ACTIONS(4328), - [anon_sym_GT_EQ] = ACTIONS(4328), - [anon_sym_BANGin] = ACTIONS(4328), - [anon_sym_is] = ACTIONS(4326), - [anon_sym_BANGis] = ACTIONS(4328), - [anon_sym_PLUS] = ACTIONS(4326), - [anon_sym_DASH] = ACTIONS(4326), - [anon_sym_SLASH] = ACTIONS(4326), - [anon_sym_PERCENT] = ACTIONS(4326), - [anon_sym_as_QMARK] = ACTIONS(4328), - [anon_sym_PLUS_PLUS] = ACTIONS(4328), - [anon_sym_DASH_DASH] = ACTIONS(4328), - [anon_sym_BANG_BANG] = ACTIONS(4328), - [anon_sym_suspend] = ACTIONS(4326), - [anon_sym_sealed] = ACTIONS(4326), - [anon_sym_annotation] = ACTIONS(4326), - [anon_sym_data] = ACTIONS(4326), - [anon_sym_inner] = ACTIONS(4326), - [anon_sym_override] = ACTIONS(4326), - [anon_sym_lateinit] = ACTIONS(4326), - [anon_sym_public] = ACTIONS(4326), - [anon_sym_private] = ACTIONS(4326), - [anon_sym_internal] = ACTIONS(4326), - [anon_sym_protected] = ACTIONS(4326), - [anon_sym_tailrec] = ACTIONS(4326), - [anon_sym_operator] = ACTIONS(4326), - [anon_sym_infix] = ACTIONS(4326), - [anon_sym_inline] = ACTIONS(4326), - [anon_sym_external] = ACTIONS(4326), - [sym_property_modifier] = ACTIONS(4326), - [anon_sym_abstract] = ACTIONS(4326), - [anon_sym_final] = ACTIONS(4326), - [anon_sym_open] = ACTIONS(4326), - [anon_sym_vararg] = ACTIONS(4326), - [anon_sym_noinline] = ACTIONS(4326), - [anon_sym_crossinline] = ACTIONS(4326), - [anon_sym_expect] = ACTIONS(4326), - [anon_sym_actual] = ACTIONS(4326), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4328), - [sym_safe_nav] = ACTIONS(4328), - [sym_multiline_comment] = ACTIONS(3), - }, - [2956] = { - [sym_class_body] = STATE(3178), - [sym_type_constraints] = STATE(3103), - [sym__alpha_identifier] = ACTIONS(4197), - [anon_sym_AT] = ACTIONS(4199), - [anon_sym_LBRACK] = ACTIONS(4199), - [anon_sym_RBRACK] = ACTIONS(4199), - [anon_sym_as] = ACTIONS(4197), - [anon_sym_EQ] = ACTIONS(4197), - [anon_sym_LBRACE] = ACTIONS(5147), - [anon_sym_RBRACE] = ACTIONS(4199), - [anon_sym_LPAREN] = ACTIONS(4199), - [anon_sym_COMMA] = ACTIONS(4199), - [anon_sym_RPAREN] = ACTIONS(4199), - [anon_sym_LT] = ACTIONS(4197), - [anon_sym_GT] = ACTIONS(4197), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(4197), - [anon_sym_SEMI] = ACTIONS(4199), - [anon_sym_get] = ACTIONS(4197), - [anon_sym_set] = ACTIONS(4197), - [anon_sym_STAR] = ACTIONS(4197), - [anon_sym_DASH_GT] = ACTIONS(4199), - [sym_label] = ACTIONS(4199), - [anon_sym_in] = ACTIONS(4197), - [anon_sym_while] = ACTIONS(4197), - [anon_sym_DOT_DOT] = ACTIONS(4199), - [anon_sym_QMARK_COLON] = ACTIONS(4199), - [anon_sym_AMP_AMP] = ACTIONS(4199), - [anon_sym_PIPE_PIPE] = ACTIONS(4199), - [anon_sym_else] = ACTIONS(4197), - [anon_sym_COLON_COLON] = ACTIONS(4199), - [anon_sym_PLUS_EQ] = ACTIONS(4199), - [anon_sym_DASH_EQ] = ACTIONS(4199), - [anon_sym_STAR_EQ] = ACTIONS(4199), - [anon_sym_SLASH_EQ] = ACTIONS(4199), - [anon_sym_PERCENT_EQ] = ACTIONS(4199), - [anon_sym_BANG_EQ] = ACTIONS(4197), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4199), - [anon_sym_EQ_EQ] = ACTIONS(4197), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4199), - [anon_sym_LT_EQ] = ACTIONS(4199), - [anon_sym_GT_EQ] = ACTIONS(4199), - [anon_sym_BANGin] = ACTIONS(4199), - [anon_sym_is] = ACTIONS(4197), - [anon_sym_BANGis] = ACTIONS(4199), - [anon_sym_PLUS] = ACTIONS(4197), - [anon_sym_DASH] = ACTIONS(4197), - [anon_sym_SLASH] = ACTIONS(4197), - [anon_sym_PERCENT] = ACTIONS(4197), - [anon_sym_as_QMARK] = ACTIONS(4199), - [anon_sym_PLUS_PLUS] = ACTIONS(4199), - [anon_sym_DASH_DASH] = ACTIONS(4199), - [anon_sym_BANG_BANG] = ACTIONS(4199), - [anon_sym_suspend] = ACTIONS(4197), - [anon_sym_sealed] = ACTIONS(4197), - [anon_sym_annotation] = ACTIONS(4197), - [anon_sym_data] = ACTIONS(4197), - [anon_sym_inner] = ACTIONS(4197), - [anon_sym_override] = ACTIONS(4197), - [anon_sym_lateinit] = ACTIONS(4197), - [anon_sym_public] = ACTIONS(4197), - [anon_sym_private] = ACTIONS(4197), - [anon_sym_internal] = ACTIONS(4197), - [anon_sym_protected] = ACTIONS(4197), - [anon_sym_tailrec] = ACTIONS(4197), - [anon_sym_operator] = ACTIONS(4197), - [anon_sym_infix] = ACTIONS(4197), - [anon_sym_inline] = ACTIONS(4197), - [anon_sym_external] = ACTIONS(4197), - [sym_property_modifier] = ACTIONS(4197), - [anon_sym_abstract] = ACTIONS(4197), - [anon_sym_final] = ACTIONS(4197), - [anon_sym_open] = ACTIONS(4197), - [anon_sym_vararg] = ACTIONS(4197), - [anon_sym_noinline] = ACTIONS(4197), - [anon_sym_crossinline] = ACTIONS(4197), - [anon_sym_expect] = ACTIONS(4197), - [anon_sym_actual] = ACTIONS(4197), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4199), - [sym_safe_nav] = ACTIONS(4199), - [sym_multiline_comment] = ACTIONS(3), - }, - [2957] = { - [sym__alpha_identifier] = ACTIONS(4304), - [anon_sym_AT] = ACTIONS(4306), - [anon_sym_LBRACK] = ACTIONS(4306), - [anon_sym_RBRACK] = ACTIONS(4306), - [anon_sym_as] = ACTIONS(4304), - [anon_sym_EQ] = ACTIONS(4304), - [anon_sym_LBRACE] = ACTIONS(4306), - [anon_sym_RBRACE] = ACTIONS(4306), - [anon_sym_LPAREN] = ACTIONS(4306), - [anon_sym_COMMA] = ACTIONS(4306), - [anon_sym_RPAREN] = ACTIONS(4306), - [anon_sym_by] = ACTIONS(4304), - [anon_sym_LT] = ACTIONS(4304), - [anon_sym_GT] = ACTIONS(4304), - [anon_sym_where] = ACTIONS(4304), - [anon_sym_DOT] = ACTIONS(4304), - [anon_sym_SEMI] = ACTIONS(4306), - [anon_sym_get] = ACTIONS(4304), - [anon_sym_set] = ACTIONS(4304), - [sym__quest] = ACTIONS(4304), - [anon_sym_STAR] = ACTIONS(4304), - [anon_sym_DASH_GT] = ACTIONS(4306), - [sym_label] = ACTIONS(4306), - [anon_sym_in] = ACTIONS(4304), - [anon_sym_while] = ACTIONS(4304), - [anon_sym_DOT_DOT] = ACTIONS(4306), - [anon_sym_QMARK_COLON] = ACTIONS(4306), - [anon_sym_AMP_AMP] = ACTIONS(4306), - [anon_sym_PIPE_PIPE] = ACTIONS(4306), - [anon_sym_else] = ACTIONS(4304), - [anon_sym_COLON_COLON] = ACTIONS(4306), - [anon_sym_PLUS_EQ] = ACTIONS(4306), - [anon_sym_DASH_EQ] = ACTIONS(4306), - [anon_sym_STAR_EQ] = ACTIONS(4306), - [anon_sym_SLASH_EQ] = ACTIONS(4306), - [anon_sym_PERCENT_EQ] = ACTIONS(4306), - [anon_sym_BANG_EQ] = ACTIONS(4304), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4306), - [anon_sym_EQ_EQ] = ACTIONS(4304), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4306), - [anon_sym_LT_EQ] = ACTIONS(4306), - [anon_sym_GT_EQ] = ACTIONS(4306), - [anon_sym_BANGin] = ACTIONS(4306), - [anon_sym_is] = ACTIONS(4304), - [anon_sym_BANGis] = ACTIONS(4306), - [anon_sym_PLUS] = ACTIONS(4304), - [anon_sym_DASH] = ACTIONS(4304), - [anon_sym_SLASH] = ACTIONS(4304), - [anon_sym_PERCENT] = ACTIONS(4304), - [anon_sym_as_QMARK] = ACTIONS(4306), - [anon_sym_PLUS_PLUS] = ACTIONS(4306), - [anon_sym_DASH_DASH] = ACTIONS(4306), - [anon_sym_BANG_BANG] = ACTIONS(4306), - [anon_sym_suspend] = ACTIONS(4304), - [anon_sym_sealed] = ACTIONS(4304), - [anon_sym_annotation] = ACTIONS(4304), - [anon_sym_data] = ACTIONS(4304), - [anon_sym_inner] = ACTIONS(4304), - [anon_sym_override] = ACTIONS(4304), - [anon_sym_lateinit] = ACTIONS(4304), - [anon_sym_public] = ACTIONS(4304), - [anon_sym_private] = ACTIONS(4304), - [anon_sym_internal] = ACTIONS(4304), - [anon_sym_protected] = ACTIONS(4304), - [anon_sym_tailrec] = ACTIONS(4304), - [anon_sym_operator] = ACTIONS(4304), - [anon_sym_infix] = ACTIONS(4304), - [anon_sym_inline] = ACTIONS(4304), - [anon_sym_external] = ACTIONS(4304), - [sym_property_modifier] = ACTIONS(4304), - [anon_sym_abstract] = ACTIONS(4304), - [anon_sym_final] = ACTIONS(4304), - [anon_sym_open] = ACTIONS(4304), - [anon_sym_vararg] = ACTIONS(4304), - [anon_sym_noinline] = ACTIONS(4304), - [anon_sym_crossinline] = ACTIONS(4304), - [anon_sym_expect] = ACTIONS(4304), - [anon_sym_actual] = ACTIONS(4304), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4306), - [sym_safe_nav] = ACTIONS(4306), - [sym_multiline_comment] = ACTIONS(3), - }, - [2958] = { - [sym_class_body] = STATE(3220), - [sym_type_constraints] = STATE(3078), - [sym__alpha_identifier] = ACTIONS(4284), - [anon_sym_AT] = ACTIONS(4286), - [anon_sym_LBRACK] = ACTIONS(4286), - [anon_sym_RBRACK] = ACTIONS(4286), - [anon_sym_as] = ACTIONS(4284), - [anon_sym_EQ] = ACTIONS(4284), - [anon_sym_LBRACE] = ACTIONS(5147), - [anon_sym_RBRACE] = ACTIONS(4286), - [anon_sym_LPAREN] = ACTIONS(4286), - [anon_sym_COMMA] = ACTIONS(4286), - [anon_sym_RPAREN] = ACTIONS(4286), - [anon_sym_LT] = ACTIONS(4284), - [anon_sym_GT] = ACTIONS(4284), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(4284), - [anon_sym_SEMI] = ACTIONS(4286), - [anon_sym_get] = ACTIONS(4284), - [anon_sym_set] = ACTIONS(4284), - [anon_sym_STAR] = ACTIONS(4284), - [anon_sym_DASH_GT] = ACTIONS(4286), - [sym_label] = ACTIONS(4286), - [anon_sym_in] = ACTIONS(4284), - [anon_sym_while] = ACTIONS(4284), - [anon_sym_DOT_DOT] = ACTIONS(4286), - [anon_sym_QMARK_COLON] = ACTIONS(4286), - [anon_sym_AMP_AMP] = ACTIONS(4286), - [anon_sym_PIPE_PIPE] = ACTIONS(4286), - [anon_sym_else] = ACTIONS(4284), - [anon_sym_COLON_COLON] = ACTIONS(4286), - [anon_sym_PLUS_EQ] = ACTIONS(4286), - [anon_sym_DASH_EQ] = ACTIONS(4286), - [anon_sym_STAR_EQ] = ACTIONS(4286), - [anon_sym_SLASH_EQ] = ACTIONS(4286), - [anon_sym_PERCENT_EQ] = ACTIONS(4286), - [anon_sym_BANG_EQ] = ACTIONS(4284), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4286), - [anon_sym_EQ_EQ] = ACTIONS(4284), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4286), - [anon_sym_LT_EQ] = ACTIONS(4286), - [anon_sym_GT_EQ] = ACTIONS(4286), - [anon_sym_BANGin] = ACTIONS(4286), - [anon_sym_is] = ACTIONS(4284), - [anon_sym_BANGis] = ACTIONS(4286), - [anon_sym_PLUS] = ACTIONS(4284), - [anon_sym_DASH] = ACTIONS(4284), - [anon_sym_SLASH] = ACTIONS(4284), - [anon_sym_PERCENT] = ACTIONS(4284), - [anon_sym_as_QMARK] = ACTIONS(4286), - [anon_sym_PLUS_PLUS] = ACTIONS(4286), - [anon_sym_DASH_DASH] = ACTIONS(4286), - [anon_sym_BANG_BANG] = ACTIONS(4286), - [anon_sym_suspend] = ACTIONS(4284), - [anon_sym_sealed] = ACTIONS(4284), - [anon_sym_annotation] = ACTIONS(4284), - [anon_sym_data] = ACTIONS(4284), - [anon_sym_inner] = ACTIONS(4284), - [anon_sym_override] = ACTIONS(4284), - [anon_sym_lateinit] = ACTIONS(4284), - [anon_sym_public] = ACTIONS(4284), - [anon_sym_private] = ACTIONS(4284), - [anon_sym_internal] = ACTIONS(4284), - [anon_sym_protected] = ACTIONS(4284), - [anon_sym_tailrec] = ACTIONS(4284), - [anon_sym_operator] = ACTIONS(4284), - [anon_sym_infix] = ACTIONS(4284), - [anon_sym_inline] = ACTIONS(4284), - [anon_sym_external] = ACTIONS(4284), - [sym_property_modifier] = ACTIONS(4284), - [anon_sym_abstract] = ACTIONS(4284), - [anon_sym_final] = ACTIONS(4284), - [anon_sym_open] = ACTIONS(4284), - [anon_sym_vararg] = ACTIONS(4284), - [anon_sym_noinline] = ACTIONS(4284), - [anon_sym_crossinline] = ACTIONS(4284), - [anon_sym_expect] = ACTIONS(4284), - [anon_sym_actual] = ACTIONS(4284), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4286), - [sym_safe_nav] = ACTIONS(4286), - [sym_multiline_comment] = ACTIONS(3), - }, - [2959] = { - [sym_class_body] = STATE(3437), - [sym_type_constraints] = STATE(3000), - [sym__alpha_identifier] = ACTIONS(3214), - [anon_sym_AT] = ACTIONS(3218), - [anon_sym_COLON] = ACTIONS(3252), - [anon_sym_LBRACK] = ACTIONS(3218), - [anon_sym_as] = ACTIONS(3214), - [anon_sym_EQ] = ACTIONS(3214), - [anon_sym_LBRACE] = ACTIONS(3112), - [anon_sym_RBRACE] = ACTIONS(3218), - [anon_sym_LPAREN] = ACTIONS(3218), - [anon_sym_LT] = ACTIONS(3214), - [anon_sym_GT] = ACTIONS(3214), + [sym_type_constraints] = STATE(3173), + [sym_function_body] = STATE(3168), + [sym__block] = STATE(3334), + [sym__alpha_identifier] = ACTIONS(4085), + [anon_sym_AT] = ACTIONS(4087), + [anon_sym_LBRACK] = ACTIONS(4087), + [anon_sym_as] = ACTIONS(4085), + [anon_sym_EQ] = ACTIONS(6262), + [anon_sym_LBRACE] = ACTIONS(6244), + [anon_sym_RBRACE] = ACTIONS(4087), + [anon_sym_LPAREN] = ACTIONS(4087), + [anon_sym_LT] = ACTIONS(4085), + [anon_sym_GT] = ACTIONS(4085), [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(3214), - [anon_sym_fun] = ACTIONS(3214), - [anon_sym_DOT] = ACTIONS(3214), - [anon_sym_SEMI] = ACTIONS(3218), - [anon_sym_get] = ACTIONS(3214), - [anon_sym_set] = ACTIONS(3214), - [anon_sym_this] = ACTIONS(3214), - [anon_sym_super] = ACTIONS(3214), - [anon_sym_STAR] = ACTIONS(3214), - [sym_label] = ACTIONS(3214), - [anon_sym_in] = ACTIONS(3214), - [anon_sym_DOT_DOT] = ACTIONS(3218), - [anon_sym_QMARK_COLON] = ACTIONS(3218), - [anon_sym_AMP_AMP] = ACTIONS(3218), - [anon_sym_PIPE_PIPE] = ACTIONS(3218), - [anon_sym_null] = ACTIONS(3214), - [anon_sym_if] = ACTIONS(3214), - [anon_sym_else] = ACTIONS(3214), - [anon_sym_when] = ACTIONS(3214), - [anon_sym_try] = ACTIONS(3214), - [anon_sym_throw] = ACTIONS(3214), - [anon_sym_return] = ACTIONS(3214), - [anon_sym_continue] = ACTIONS(3214), - [anon_sym_break] = ACTIONS(3214), - [anon_sym_COLON_COLON] = ACTIONS(3218), - [anon_sym_PLUS_EQ] = ACTIONS(3218), - [anon_sym_DASH_EQ] = ACTIONS(3218), - [anon_sym_STAR_EQ] = ACTIONS(3218), - [anon_sym_SLASH_EQ] = ACTIONS(3218), - [anon_sym_PERCENT_EQ] = ACTIONS(3218), - [anon_sym_BANG_EQ] = ACTIONS(3214), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3218), - [anon_sym_EQ_EQ] = ACTIONS(3214), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3218), - [anon_sym_LT_EQ] = ACTIONS(3218), - [anon_sym_GT_EQ] = ACTIONS(3218), - [anon_sym_BANGin] = ACTIONS(3218), - [anon_sym_is] = ACTIONS(3214), - [anon_sym_BANGis] = ACTIONS(3218), - [anon_sym_PLUS] = ACTIONS(3214), - [anon_sym_DASH] = ACTIONS(3214), - [anon_sym_SLASH] = ACTIONS(3214), - [anon_sym_PERCENT] = ACTIONS(3214), - [anon_sym_as_QMARK] = ACTIONS(3218), - [anon_sym_PLUS_PLUS] = ACTIONS(3218), - [anon_sym_DASH_DASH] = ACTIONS(3218), - [anon_sym_BANG] = ACTIONS(3214), - [anon_sym_BANG_BANG] = ACTIONS(3218), - [anon_sym_data] = ACTIONS(3214), - [anon_sym_inner] = ACTIONS(3214), - [anon_sym_expect] = ACTIONS(3214), - [anon_sym_actual] = ACTIONS(3214), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3218), - [anon_sym_continue_AT] = ACTIONS(3218), - [anon_sym_break_AT] = ACTIONS(3218), - [sym_real_literal] = ACTIONS(3218), - [sym_integer_literal] = ACTIONS(3214), - [sym_hex_literal] = ACTIONS(3218), - [sym_bin_literal] = ACTIONS(3218), - [anon_sym_true] = ACTIONS(3214), - [anon_sym_false] = ACTIONS(3214), - [anon_sym_SQUOTE] = ACTIONS(3218), - [sym__backtick_identifier] = ACTIONS(3218), - [sym__automatic_semicolon] = ACTIONS(3218), - [sym_safe_nav] = ACTIONS(3218), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3218), - }, - [2960] = { - [sym_function_body] = STATE(3216), - [sym__block] = STATE(3245), - [sym__alpha_identifier] = ACTIONS(4089), - [anon_sym_AT] = ACTIONS(4091), - [anon_sym_LBRACK] = ACTIONS(4091), - [anon_sym_as] = ACTIONS(4089), - [anon_sym_EQ] = ACTIONS(6218), - [anon_sym_LBRACE] = ACTIONS(6220), - [anon_sym_RBRACE] = ACTIONS(4091), - [anon_sym_LPAREN] = ACTIONS(4091), - [anon_sym_COMMA] = ACTIONS(4091), - [anon_sym_LT] = ACTIONS(4089), - [anon_sym_GT] = ACTIONS(4089), - [anon_sym_where] = ACTIONS(4089), - [anon_sym_object] = ACTIONS(4089), - [anon_sym_fun] = ACTIONS(4089), - [anon_sym_DOT] = ACTIONS(4089), - [anon_sym_SEMI] = ACTIONS(4091), - [anon_sym_get] = ACTIONS(4089), - [anon_sym_set] = ACTIONS(4089), - [anon_sym_this] = ACTIONS(4089), - [anon_sym_super] = ACTIONS(4089), - [anon_sym_STAR] = ACTIONS(4089), - [sym_label] = ACTIONS(4089), - [anon_sym_in] = ACTIONS(4089), - [anon_sym_DOT_DOT] = ACTIONS(4091), - [anon_sym_QMARK_COLON] = ACTIONS(4091), - [anon_sym_AMP_AMP] = ACTIONS(4091), - [anon_sym_PIPE_PIPE] = ACTIONS(4091), - [anon_sym_null] = ACTIONS(4089), - [anon_sym_if] = ACTIONS(4089), - [anon_sym_else] = ACTIONS(4089), - [anon_sym_when] = ACTIONS(4089), - [anon_sym_try] = ACTIONS(4089), - [anon_sym_throw] = ACTIONS(4089), - [anon_sym_return] = ACTIONS(4089), - [anon_sym_continue] = ACTIONS(4089), - [anon_sym_break] = ACTIONS(4089), - [anon_sym_COLON_COLON] = ACTIONS(4091), - [anon_sym_PLUS_EQ] = ACTIONS(4091), - [anon_sym_DASH_EQ] = ACTIONS(4091), - [anon_sym_STAR_EQ] = ACTIONS(4091), - [anon_sym_SLASH_EQ] = ACTIONS(4091), - [anon_sym_PERCENT_EQ] = ACTIONS(4091), - [anon_sym_BANG_EQ] = ACTIONS(4089), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4091), - [anon_sym_EQ_EQ] = ACTIONS(4089), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4091), - [anon_sym_LT_EQ] = ACTIONS(4091), - [anon_sym_GT_EQ] = ACTIONS(4091), - [anon_sym_BANGin] = ACTIONS(4091), - [anon_sym_is] = ACTIONS(4089), - [anon_sym_BANGis] = ACTIONS(4091), - [anon_sym_PLUS] = ACTIONS(4089), - [anon_sym_DASH] = ACTIONS(4089), - [anon_sym_SLASH] = ACTIONS(4089), - [anon_sym_PERCENT] = ACTIONS(4089), - [anon_sym_as_QMARK] = ACTIONS(4091), - [anon_sym_PLUS_PLUS] = ACTIONS(4091), - [anon_sym_DASH_DASH] = ACTIONS(4091), - [anon_sym_BANG] = ACTIONS(4089), - [anon_sym_BANG_BANG] = ACTIONS(4091), - [anon_sym_data] = ACTIONS(4089), - [anon_sym_inner] = ACTIONS(4089), - [anon_sym_expect] = ACTIONS(4089), - [anon_sym_actual] = ACTIONS(4089), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4091), - [anon_sym_continue_AT] = ACTIONS(4091), - [anon_sym_break_AT] = ACTIONS(4091), - [sym_real_literal] = ACTIONS(4091), - [sym_integer_literal] = ACTIONS(4089), - [sym_hex_literal] = ACTIONS(4091), - [sym_bin_literal] = ACTIONS(4091), - [anon_sym_true] = ACTIONS(4089), - [anon_sym_false] = ACTIONS(4089), - [anon_sym_SQUOTE] = ACTIONS(4091), - [sym__backtick_identifier] = ACTIONS(4091), - [sym__automatic_semicolon] = ACTIONS(4091), - [sym_safe_nav] = ACTIONS(4091), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4091), + [anon_sym_object] = ACTIONS(4085), + [anon_sym_fun] = ACTIONS(4085), + [anon_sym_DOT] = ACTIONS(4085), + [anon_sym_SEMI] = ACTIONS(4087), + [anon_sym_get] = ACTIONS(4085), + [anon_sym_set] = ACTIONS(4085), + [anon_sym_this] = ACTIONS(4085), + [anon_sym_super] = ACTIONS(4085), + [anon_sym_STAR] = ACTIONS(4085), + [sym_label] = ACTIONS(4085), + [anon_sym_in] = ACTIONS(4085), + [anon_sym_DOT_DOT] = ACTIONS(4087), + [anon_sym_QMARK_COLON] = ACTIONS(4087), + [anon_sym_AMP_AMP] = ACTIONS(4087), + [anon_sym_PIPE_PIPE] = ACTIONS(4087), + [anon_sym_null] = ACTIONS(4085), + [anon_sym_if] = ACTIONS(4085), + [anon_sym_else] = ACTIONS(4085), + [anon_sym_when] = ACTIONS(4085), + [anon_sym_try] = ACTIONS(4085), + [anon_sym_throw] = ACTIONS(4085), + [anon_sym_return] = ACTIONS(4085), + [anon_sym_continue] = ACTIONS(4085), + [anon_sym_break] = ACTIONS(4085), + [anon_sym_COLON_COLON] = ACTIONS(4087), + [anon_sym_PLUS_EQ] = ACTIONS(4087), + [anon_sym_DASH_EQ] = ACTIONS(4087), + [anon_sym_STAR_EQ] = ACTIONS(4087), + [anon_sym_SLASH_EQ] = ACTIONS(4087), + [anon_sym_PERCENT_EQ] = ACTIONS(4087), + [anon_sym_BANG_EQ] = ACTIONS(4085), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4087), + [anon_sym_EQ_EQ] = ACTIONS(4085), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4087), + [anon_sym_LT_EQ] = ACTIONS(4087), + [anon_sym_GT_EQ] = ACTIONS(4087), + [anon_sym_BANGin] = ACTIONS(4087), + [anon_sym_is] = ACTIONS(4085), + [anon_sym_BANGis] = ACTIONS(4087), + [anon_sym_PLUS] = ACTIONS(4085), + [anon_sym_DASH] = ACTIONS(4085), + [anon_sym_SLASH] = ACTIONS(4085), + [anon_sym_PERCENT] = ACTIONS(4085), + [anon_sym_as_QMARK] = ACTIONS(4087), + [anon_sym_PLUS_PLUS] = ACTIONS(4087), + [anon_sym_DASH_DASH] = ACTIONS(4087), + [anon_sym_BANG] = ACTIONS(4085), + [anon_sym_BANG_BANG] = ACTIONS(4087), + [anon_sym_data] = ACTIONS(4085), + [anon_sym_inner] = ACTIONS(4085), + [anon_sym_expect] = ACTIONS(4085), + [anon_sym_actual] = ACTIONS(4085), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4087), + [anon_sym_continue_AT] = ACTIONS(4087), + [anon_sym_break_AT] = ACTIONS(4087), + [sym_real_literal] = ACTIONS(4087), + [sym_integer_literal] = ACTIONS(4085), + [sym_hex_literal] = ACTIONS(4087), + [sym_bin_literal] = ACTIONS(4087), + [anon_sym_true] = ACTIONS(4085), + [anon_sym_false] = ACTIONS(4085), + [anon_sym_SQUOTE] = ACTIONS(4087), + [sym__backtick_identifier] = ACTIONS(4087), + [sym__automatic_semicolon] = ACTIONS(4087), + [sym_safe_nav] = ACTIONS(4087), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4087), }, - [2961] = { - [sym_function_body] = STATE(3224), - [sym__block] = STATE(3367), + [2953] = { + [sym_class_body] = STATE(3337), [sym__alpha_identifier] = ACTIONS(4386), [anon_sym_AT] = ACTIONS(4388), + [anon_sym_COLON] = ACTIONS(6369), [anon_sym_LBRACK] = ACTIONS(4388), [anon_sym_RBRACK] = ACTIONS(4388), [anon_sym_as] = ACTIONS(4386), - [anon_sym_EQ] = ACTIONS(6234), - [anon_sym_LBRACE] = ACTIONS(6236), + [anon_sym_EQ] = ACTIONS(4386), + [anon_sym_LBRACE] = ACTIONS(5179), [anon_sym_RBRACE] = ACTIONS(4388), [anon_sym_LPAREN] = ACTIONS(4388), [anon_sym_COMMA] = ACTIONS(4388), @@ -338505,1772 +337979,1855 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_safe_nav] = ACTIONS(4388), [sym_multiline_comment] = ACTIONS(3), }, - [2962] = { - [sym_function_body] = STATE(3222), - [sym__block] = STATE(3367), - [sym__alpha_identifier] = ACTIONS(4300), - [anon_sym_AT] = ACTIONS(4302), - [anon_sym_LBRACK] = ACTIONS(4302), - [anon_sym_RBRACK] = ACTIONS(4302), - [anon_sym_as] = ACTIONS(4300), - [anon_sym_EQ] = ACTIONS(6234), - [anon_sym_LBRACE] = ACTIONS(6236), - [anon_sym_RBRACE] = ACTIONS(4302), - [anon_sym_LPAREN] = ACTIONS(4302), - [anon_sym_COMMA] = ACTIONS(4302), - [anon_sym_RPAREN] = ACTIONS(4302), - [anon_sym_LT] = ACTIONS(4300), - [anon_sym_GT] = ACTIONS(4300), - [anon_sym_where] = ACTIONS(4300), - [anon_sym_DOT] = ACTIONS(4300), - [anon_sym_SEMI] = ACTIONS(4302), - [anon_sym_get] = ACTIONS(4300), - [anon_sym_set] = ACTIONS(4300), - [anon_sym_STAR] = ACTIONS(4300), - [anon_sym_DASH_GT] = ACTIONS(4302), - [sym_label] = ACTIONS(4302), - [anon_sym_in] = ACTIONS(4300), - [anon_sym_while] = ACTIONS(4300), - [anon_sym_DOT_DOT] = ACTIONS(4302), - [anon_sym_QMARK_COLON] = ACTIONS(4302), - [anon_sym_AMP_AMP] = ACTIONS(4302), - [anon_sym_PIPE_PIPE] = ACTIONS(4302), - [anon_sym_else] = ACTIONS(4300), - [anon_sym_COLON_COLON] = ACTIONS(4302), - [anon_sym_PLUS_EQ] = ACTIONS(4302), - [anon_sym_DASH_EQ] = ACTIONS(4302), - [anon_sym_STAR_EQ] = ACTIONS(4302), - [anon_sym_SLASH_EQ] = ACTIONS(4302), - [anon_sym_PERCENT_EQ] = ACTIONS(4302), - [anon_sym_BANG_EQ] = ACTIONS(4300), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4302), - [anon_sym_EQ_EQ] = ACTIONS(4300), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4302), - [anon_sym_LT_EQ] = ACTIONS(4302), - [anon_sym_GT_EQ] = ACTIONS(4302), - [anon_sym_BANGin] = ACTIONS(4302), - [anon_sym_is] = ACTIONS(4300), - [anon_sym_BANGis] = ACTIONS(4302), - [anon_sym_PLUS] = ACTIONS(4300), - [anon_sym_DASH] = ACTIONS(4300), - [anon_sym_SLASH] = ACTIONS(4300), - [anon_sym_PERCENT] = ACTIONS(4300), - [anon_sym_as_QMARK] = ACTIONS(4302), - [anon_sym_PLUS_PLUS] = ACTIONS(4302), - [anon_sym_DASH_DASH] = ACTIONS(4302), - [anon_sym_BANG_BANG] = ACTIONS(4302), - [anon_sym_suspend] = ACTIONS(4300), - [anon_sym_sealed] = ACTIONS(4300), - [anon_sym_annotation] = ACTIONS(4300), - [anon_sym_data] = ACTIONS(4300), - [anon_sym_inner] = ACTIONS(4300), - [anon_sym_override] = ACTIONS(4300), - [anon_sym_lateinit] = ACTIONS(4300), - [anon_sym_public] = ACTIONS(4300), - [anon_sym_private] = ACTIONS(4300), - [anon_sym_internal] = ACTIONS(4300), - [anon_sym_protected] = ACTIONS(4300), - [anon_sym_tailrec] = ACTIONS(4300), - [anon_sym_operator] = ACTIONS(4300), - [anon_sym_infix] = ACTIONS(4300), - [anon_sym_inline] = ACTIONS(4300), - [anon_sym_external] = ACTIONS(4300), - [sym_property_modifier] = ACTIONS(4300), - [anon_sym_abstract] = ACTIONS(4300), - [anon_sym_final] = ACTIONS(4300), - [anon_sym_open] = ACTIONS(4300), - [anon_sym_vararg] = ACTIONS(4300), - [anon_sym_noinline] = ACTIONS(4300), - [anon_sym_crossinline] = ACTIONS(4300), - [anon_sym_expect] = ACTIONS(4300), - [anon_sym_actual] = ACTIONS(4300), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4302), - [sym_safe_nav] = ACTIONS(4302), - [sym_multiline_comment] = ACTIONS(3), - }, - [2963] = { - [sym_function_body] = STATE(3152), - [sym__block] = STATE(3245), - [sym__alpha_identifier] = ACTIONS(4503), - [anon_sym_AT] = ACTIONS(4505), - [anon_sym_LBRACK] = ACTIONS(4505), - [anon_sym_as] = ACTIONS(4503), - [anon_sym_EQ] = ACTIONS(6218), - [anon_sym_LBRACE] = ACTIONS(6220), - [anon_sym_RBRACE] = ACTIONS(4505), - [anon_sym_LPAREN] = ACTIONS(4505), - [anon_sym_COMMA] = ACTIONS(4505), - [anon_sym_LT] = ACTIONS(4503), - [anon_sym_GT] = ACTIONS(4503), - [anon_sym_where] = ACTIONS(4503), - [anon_sym_object] = ACTIONS(4503), - [anon_sym_fun] = ACTIONS(4503), - [anon_sym_DOT] = ACTIONS(4503), - [anon_sym_SEMI] = ACTIONS(4505), - [anon_sym_get] = ACTIONS(4503), - [anon_sym_set] = ACTIONS(4503), - [anon_sym_this] = ACTIONS(4503), - [anon_sym_super] = ACTIONS(4503), - [anon_sym_STAR] = ACTIONS(4503), - [sym_label] = ACTIONS(4503), - [anon_sym_in] = ACTIONS(4503), - [anon_sym_DOT_DOT] = ACTIONS(4505), - [anon_sym_QMARK_COLON] = ACTIONS(4505), - [anon_sym_AMP_AMP] = ACTIONS(4505), - [anon_sym_PIPE_PIPE] = ACTIONS(4505), - [anon_sym_null] = ACTIONS(4503), - [anon_sym_if] = ACTIONS(4503), - [anon_sym_else] = ACTIONS(4503), - [anon_sym_when] = ACTIONS(4503), - [anon_sym_try] = ACTIONS(4503), - [anon_sym_throw] = ACTIONS(4503), - [anon_sym_return] = ACTIONS(4503), - [anon_sym_continue] = ACTIONS(4503), - [anon_sym_break] = ACTIONS(4503), - [anon_sym_COLON_COLON] = ACTIONS(4505), - [anon_sym_PLUS_EQ] = ACTIONS(4505), - [anon_sym_DASH_EQ] = ACTIONS(4505), - [anon_sym_STAR_EQ] = ACTIONS(4505), - [anon_sym_SLASH_EQ] = ACTIONS(4505), - [anon_sym_PERCENT_EQ] = ACTIONS(4505), - [anon_sym_BANG_EQ] = ACTIONS(4503), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4505), - [anon_sym_EQ_EQ] = ACTIONS(4503), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4505), - [anon_sym_LT_EQ] = ACTIONS(4505), - [anon_sym_GT_EQ] = ACTIONS(4505), - [anon_sym_BANGin] = ACTIONS(4505), - [anon_sym_is] = ACTIONS(4503), - [anon_sym_BANGis] = ACTIONS(4505), - [anon_sym_PLUS] = ACTIONS(4503), - [anon_sym_DASH] = ACTIONS(4503), - [anon_sym_SLASH] = ACTIONS(4503), - [anon_sym_PERCENT] = ACTIONS(4503), - [anon_sym_as_QMARK] = ACTIONS(4505), - [anon_sym_PLUS_PLUS] = ACTIONS(4505), - [anon_sym_DASH_DASH] = ACTIONS(4505), - [anon_sym_BANG] = ACTIONS(4503), - [anon_sym_BANG_BANG] = ACTIONS(4505), - [anon_sym_data] = ACTIONS(4503), - [anon_sym_inner] = ACTIONS(4503), - [anon_sym_expect] = ACTIONS(4503), - [anon_sym_actual] = ACTIONS(4503), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4505), - [anon_sym_continue_AT] = ACTIONS(4505), - [anon_sym_break_AT] = ACTIONS(4505), - [sym_real_literal] = ACTIONS(4505), - [sym_integer_literal] = ACTIONS(4503), - [sym_hex_literal] = ACTIONS(4505), - [sym_bin_literal] = ACTIONS(4505), - [anon_sym_true] = ACTIONS(4503), - [anon_sym_false] = ACTIONS(4503), - [anon_sym_SQUOTE] = ACTIONS(4505), - [sym__backtick_identifier] = ACTIONS(4505), - [sym__automatic_semicolon] = ACTIONS(4505), - [sym_safe_nav] = ACTIONS(4505), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4505), - }, - [2964] = { - [sym_type_constraints] = STATE(3069), - [sym_enum_class_body] = STATE(3237), - [sym__alpha_identifier] = ACTIONS(4197), - [anon_sym_AT] = ACTIONS(4199), - [anon_sym_COLON] = ACTIONS(6365), - [anon_sym_LBRACK] = ACTIONS(4199), - [anon_sym_as] = ACTIONS(4197), - [anon_sym_EQ] = ACTIONS(4197), - [anon_sym_LBRACE] = ACTIONS(3152), - [anon_sym_RBRACE] = ACTIONS(4199), - [anon_sym_LPAREN] = ACTIONS(4199), - [anon_sym_LT] = ACTIONS(4197), - [anon_sym_GT] = ACTIONS(4197), - [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(4197), - [anon_sym_fun] = ACTIONS(4197), - [anon_sym_DOT] = ACTIONS(4197), - [anon_sym_SEMI] = ACTIONS(4199), - [anon_sym_get] = ACTIONS(4197), - [anon_sym_set] = ACTIONS(4197), - [anon_sym_this] = ACTIONS(4197), - [anon_sym_super] = ACTIONS(4197), - [anon_sym_STAR] = ACTIONS(4197), - [sym_label] = ACTIONS(4197), - [anon_sym_in] = ACTIONS(4197), - [anon_sym_DOT_DOT] = ACTIONS(4199), - [anon_sym_QMARK_COLON] = ACTIONS(4199), - [anon_sym_AMP_AMP] = ACTIONS(4199), - [anon_sym_PIPE_PIPE] = ACTIONS(4199), - [anon_sym_null] = ACTIONS(4197), - [anon_sym_if] = ACTIONS(4197), - [anon_sym_else] = ACTIONS(4197), - [anon_sym_when] = ACTIONS(4197), - [anon_sym_try] = ACTIONS(4197), - [anon_sym_throw] = ACTIONS(4197), - [anon_sym_return] = ACTIONS(4197), - [anon_sym_continue] = ACTIONS(4197), - [anon_sym_break] = ACTIONS(4197), - [anon_sym_COLON_COLON] = ACTIONS(4199), - [anon_sym_PLUS_EQ] = ACTIONS(4199), - [anon_sym_DASH_EQ] = ACTIONS(4199), - [anon_sym_STAR_EQ] = ACTIONS(4199), - [anon_sym_SLASH_EQ] = ACTIONS(4199), - [anon_sym_PERCENT_EQ] = ACTIONS(4199), - [anon_sym_BANG_EQ] = ACTIONS(4197), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4199), - [anon_sym_EQ_EQ] = ACTIONS(4197), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4199), - [anon_sym_LT_EQ] = ACTIONS(4199), - [anon_sym_GT_EQ] = ACTIONS(4199), - [anon_sym_BANGin] = ACTIONS(4199), - [anon_sym_is] = ACTIONS(4197), - [anon_sym_BANGis] = ACTIONS(4199), - [anon_sym_PLUS] = ACTIONS(4197), - [anon_sym_DASH] = ACTIONS(4197), - [anon_sym_SLASH] = ACTIONS(4197), - [anon_sym_PERCENT] = ACTIONS(4197), - [anon_sym_as_QMARK] = ACTIONS(4199), - [anon_sym_PLUS_PLUS] = ACTIONS(4199), - [anon_sym_DASH_DASH] = ACTIONS(4199), - [anon_sym_BANG] = ACTIONS(4197), - [anon_sym_BANG_BANG] = ACTIONS(4199), - [anon_sym_data] = ACTIONS(4197), - [anon_sym_inner] = ACTIONS(4197), - [anon_sym_expect] = ACTIONS(4197), - [anon_sym_actual] = ACTIONS(4197), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4199), - [anon_sym_continue_AT] = ACTIONS(4199), - [anon_sym_break_AT] = ACTIONS(4199), - [sym_real_literal] = ACTIONS(4199), - [sym_integer_literal] = ACTIONS(4197), - [sym_hex_literal] = ACTIONS(4199), - [sym_bin_literal] = ACTIONS(4199), - [anon_sym_true] = ACTIONS(4197), - [anon_sym_false] = ACTIONS(4197), - [anon_sym_SQUOTE] = ACTIONS(4199), - [sym__backtick_identifier] = ACTIONS(4199), - [sym__automatic_semicolon] = ACTIONS(4199), - [sym_safe_nav] = ACTIONS(4199), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4199), - }, - [2965] = { - [sym_type_constraints] = STATE(3069), - [sym_enum_class_body] = STATE(3237), - [sym__alpha_identifier] = ACTIONS(4197), - [anon_sym_AT] = ACTIONS(4199), - [anon_sym_LBRACK] = ACTIONS(4199), - [anon_sym_as] = ACTIONS(4197), - [anon_sym_EQ] = ACTIONS(4197), - [anon_sym_LBRACE] = ACTIONS(3152), - [anon_sym_RBRACE] = ACTIONS(4199), - [anon_sym_LPAREN] = ACTIONS(4199), - [anon_sym_COMMA] = ACTIONS(4199), - [anon_sym_LT] = ACTIONS(4197), - [anon_sym_GT] = ACTIONS(4197), - [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(4197), - [anon_sym_fun] = ACTIONS(4197), - [anon_sym_DOT] = ACTIONS(4197), - [anon_sym_SEMI] = ACTIONS(4199), - [anon_sym_get] = ACTIONS(4197), - [anon_sym_set] = ACTIONS(4197), - [anon_sym_this] = ACTIONS(4197), - [anon_sym_super] = ACTIONS(4197), - [anon_sym_STAR] = ACTIONS(4197), - [sym_label] = ACTIONS(4197), - [anon_sym_in] = ACTIONS(4197), - [anon_sym_DOT_DOT] = ACTIONS(4199), - [anon_sym_QMARK_COLON] = ACTIONS(4199), - [anon_sym_AMP_AMP] = ACTIONS(4199), - [anon_sym_PIPE_PIPE] = ACTIONS(4199), - [anon_sym_null] = ACTIONS(4197), - [anon_sym_if] = ACTIONS(4197), - [anon_sym_else] = ACTIONS(4197), - [anon_sym_when] = ACTIONS(4197), - [anon_sym_try] = ACTIONS(4197), - [anon_sym_throw] = ACTIONS(4197), - [anon_sym_return] = ACTIONS(4197), - [anon_sym_continue] = ACTIONS(4197), - [anon_sym_break] = ACTIONS(4197), - [anon_sym_COLON_COLON] = ACTIONS(4199), - [anon_sym_PLUS_EQ] = ACTIONS(4199), - [anon_sym_DASH_EQ] = ACTIONS(4199), - [anon_sym_STAR_EQ] = ACTIONS(4199), - [anon_sym_SLASH_EQ] = ACTIONS(4199), - [anon_sym_PERCENT_EQ] = ACTIONS(4199), - [anon_sym_BANG_EQ] = ACTIONS(4197), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4199), - [anon_sym_EQ_EQ] = ACTIONS(4197), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4199), - [anon_sym_LT_EQ] = ACTIONS(4199), - [anon_sym_GT_EQ] = ACTIONS(4199), - [anon_sym_BANGin] = ACTIONS(4199), - [anon_sym_is] = ACTIONS(4197), - [anon_sym_BANGis] = ACTIONS(4199), - [anon_sym_PLUS] = ACTIONS(4197), - [anon_sym_DASH] = ACTIONS(4197), - [anon_sym_SLASH] = ACTIONS(4197), - [anon_sym_PERCENT] = ACTIONS(4197), - [anon_sym_as_QMARK] = ACTIONS(4199), - [anon_sym_PLUS_PLUS] = ACTIONS(4199), - [anon_sym_DASH_DASH] = ACTIONS(4199), - [anon_sym_BANG] = ACTIONS(4197), - [anon_sym_BANG_BANG] = ACTIONS(4199), - [anon_sym_data] = ACTIONS(4197), - [anon_sym_inner] = ACTIONS(4197), - [anon_sym_expect] = ACTIONS(4197), - [anon_sym_actual] = ACTIONS(4197), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4199), - [anon_sym_continue_AT] = ACTIONS(4199), - [anon_sym_break_AT] = ACTIONS(4199), - [sym_real_literal] = ACTIONS(4199), - [sym_integer_literal] = ACTIONS(4197), - [sym_hex_literal] = ACTIONS(4199), - [sym_bin_literal] = ACTIONS(4199), - [anon_sym_true] = ACTIONS(4197), - [anon_sym_false] = ACTIONS(4197), - [anon_sym_SQUOTE] = ACTIONS(4199), - [sym__backtick_identifier] = ACTIONS(4199), - [sym__automatic_semicolon] = ACTIONS(4199), - [sym_safe_nav] = ACTIONS(4199), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4199), - }, - [2966] = { - [sym_function_body] = STATE(3203), - [sym__block] = STATE(3367), - [sym__alpha_identifier] = ACTIONS(4382), - [anon_sym_AT] = ACTIONS(4384), - [anon_sym_LBRACK] = ACTIONS(4384), - [anon_sym_RBRACK] = ACTIONS(4384), - [anon_sym_as] = ACTIONS(4382), - [anon_sym_EQ] = ACTIONS(6234), - [anon_sym_LBRACE] = ACTIONS(6236), - [anon_sym_RBRACE] = ACTIONS(4384), - [anon_sym_LPAREN] = ACTIONS(4384), - [anon_sym_COMMA] = ACTIONS(4384), - [anon_sym_RPAREN] = ACTIONS(4384), - [anon_sym_LT] = ACTIONS(4382), - [anon_sym_GT] = ACTIONS(4382), - [anon_sym_where] = ACTIONS(4382), - [anon_sym_DOT] = ACTIONS(4382), - [anon_sym_SEMI] = ACTIONS(4384), - [anon_sym_get] = ACTIONS(4382), - [anon_sym_set] = ACTIONS(4382), - [anon_sym_STAR] = ACTIONS(4382), - [anon_sym_DASH_GT] = ACTIONS(4384), - [sym_label] = ACTIONS(4384), - [anon_sym_in] = ACTIONS(4382), - [anon_sym_while] = ACTIONS(4382), - [anon_sym_DOT_DOT] = ACTIONS(4384), - [anon_sym_QMARK_COLON] = ACTIONS(4384), - [anon_sym_AMP_AMP] = ACTIONS(4384), - [anon_sym_PIPE_PIPE] = ACTIONS(4384), - [anon_sym_else] = ACTIONS(4382), - [anon_sym_COLON_COLON] = ACTIONS(4384), - [anon_sym_PLUS_EQ] = ACTIONS(4384), - [anon_sym_DASH_EQ] = ACTIONS(4384), - [anon_sym_STAR_EQ] = ACTIONS(4384), - [anon_sym_SLASH_EQ] = ACTIONS(4384), - [anon_sym_PERCENT_EQ] = ACTIONS(4384), - [anon_sym_BANG_EQ] = ACTIONS(4382), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4384), - [anon_sym_EQ_EQ] = ACTIONS(4382), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4384), - [anon_sym_LT_EQ] = ACTIONS(4384), - [anon_sym_GT_EQ] = ACTIONS(4384), - [anon_sym_BANGin] = ACTIONS(4384), - [anon_sym_is] = ACTIONS(4382), - [anon_sym_BANGis] = ACTIONS(4384), - [anon_sym_PLUS] = ACTIONS(4382), - [anon_sym_DASH] = ACTIONS(4382), - [anon_sym_SLASH] = ACTIONS(4382), - [anon_sym_PERCENT] = ACTIONS(4382), - [anon_sym_as_QMARK] = ACTIONS(4384), - [anon_sym_PLUS_PLUS] = ACTIONS(4384), - [anon_sym_DASH_DASH] = ACTIONS(4384), - [anon_sym_BANG_BANG] = ACTIONS(4384), - [anon_sym_suspend] = ACTIONS(4382), - [anon_sym_sealed] = ACTIONS(4382), - [anon_sym_annotation] = ACTIONS(4382), - [anon_sym_data] = ACTIONS(4382), - [anon_sym_inner] = ACTIONS(4382), - [anon_sym_override] = ACTIONS(4382), - [anon_sym_lateinit] = ACTIONS(4382), - [anon_sym_public] = ACTIONS(4382), - [anon_sym_private] = ACTIONS(4382), - [anon_sym_internal] = ACTIONS(4382), - [anon_sym_protected] = ACTIONS(4382), - [anon_sym_tailrec] = ACTIONS(4382), - [anon_sym_operator] = ACTIONS(4382), - [anon_sym_infix] = ACTIONS(4382), - [anon_sym_inline] = ACTIONS(4382), - [anon_sym_external] = ACTIONS(4382), - [sym_property_modifier] = ACTIONS(4382), - [anon_sym_abstract] = ACTIONS(4382), - [anon_sym_final] = ACTIONS(4382), - [anon_sym_open] = ACTIONS(4382), - [anon_sym_vararg] = ACTIONS(4382), - [anon_sym_noinline] = ACTIONS(4382), - [anon_sym_crossinline] = ACTIONS(4382), - [anon_sym_expect] = ACTIONS(4382), - [anon_sym_actual] = ACTIONS(4382), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4384), - [sym_safe_nav] = ACTIONS(4384), - [sym_multiline_comment] = ACTIONS(3), - }, - [2967] = { - [sym_class_body] = STATE(3246), - [sym_type_constraints] = STATE(3067), - [sym__alpha_identifier] = ACTIONS(4434), - [anon_sym_AT] = ACTIONS(4436), - [anon_sym_LBRACK] = ACTIONS(4436), - [anon_sym_as] = ACTIONS(4434), - [anon_sym_EQ] = ACTIONS(4434), - [anon_sym_LBRACE] = ACTIONS(3112), - [anon_sym_RBRACE] = ACTIONS(4436), - [anon_sym_LPAREN] = ACTIONS(4436), - [anon_sym_COMMA] = ACTIONS(4436), - [anon_sym_LT] = ACTIONS(4434), - [anon_sym_GT] = ACTIONS(4434), - [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(4434), - [anon_sym_fun] = ACTIONS(4434), - [anon_sym_DOT] = ACTIONS(4434), - [anon_sym_SEMI] = ACTIONS(4436), - [anon_sym_get] = ACTIONS(4434), - [anon_sym_set] = ACTIONS(4434), - [anon_sym_this] = ACTIONS(4434), - [anon_sym_super] = ACTIONS(4434), - [anon_sym_STAR] = ACTIONS(4434), - [sym_label] = ACTIONS(4434), - [anon_sym_in] = ACTIONS(4434), - [anon_sym_DOT_DOT] = ACTIONS(4436), - [anon_sym_QMARK_COLON] = ACTIONS(4436), - [anon_sym_AMP_AMP] = ACTIONS(4436), - [anon_sym_PIPE_PIPE] = ACTIONS(4436), - [anon_sym_null] = ACTIONS(4434), - [anon_sym_if] = ACTIONS(4434), - [anon_sym_else] = ACTIONS(4434), - [anon_sym_when] = ACTIONS(4434), - [anon_sym_try] = ACTIONS(4434), - [anon_sym_throw] = ACTIONS(4434), - [anon_sym_return] = ACTIONS(4434), - [anon_sym_continue] = ACTIONS(4434), - [anon_sym_break] = ACTIONS(4434), - [anon_sym_COLON_COLON] = ACTIONS(4436), - [anon_sym_PLUS_EQ] = ACTIONS(4436), - [anon_sym_DASH_EQ] = ACTIONS(4436), - [anon_sym_STAR_EQ] = ACTIONS(4436), - [anon_sym_SLASH_EQ] = ACTIONS(4436), - [anon_sym_PERCENT_EQ] = ACTIONS(4436), - [anon_sym_BANG_EQ] = ACTIONS(4434), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4436), - [anon_sym_EQ_EQ] = ACTIONS(4434), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4436), - [anon_sym_LT_EQ] = ACTIONS(4436), - [anon_sym_GT_EQ] = ACTIONS(4436), - [anon_sym_BANGin] = ACTIONS(4436), - [anon_sym_is] = ACTIONS(4434), - [anon_sym_BANGis] = ACTIONS(4436), - [anon_sym_PLUS] = ACTIONS(4434), - [anon_sym_DASH] = ACTIONS(4434), - [anon_sym_SLASH] = ACTIONS(4434), - [anon_sym_PERCENT] = ACTIONS(4434), - [anon_sym_as_QMARK] = ACTIONS(4436), - [anon_sym_PLUS_PLUS] = ACTIONS(4436), - [anon_sym_DASH_DASH] = ACTIONS(4436), - [anon_sym_BANG] = ACTIONS(4434), - [anon_sym_BANG_BANG] = ACTIONS(4436), - [anon_sym_data] = ACTIONS(4434), - [anon_sym_inner] = ACTIONS(4434), - [anon_sym_expect] = ACTIONS(4434), - [anon_sym_actual] = ACTIONS(4434), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4436), - [anon_sym_continue_AT] = ACTIONS(4436), - [anon_sym_break_AT] = ACTIONS(4436), - [sym_real_literal] = ACTIONS(4436), - [sym_integer_literal] = ACTIONS(4434), - [sym_hex_literal] = ACTIONS(4436), - [sym_bin_literal] = ACTIONS(4436), - [anon_sym_true] = ACTIONS(4434), - [anon_sym_false] = ACTIONS(4434), - [anon_sym_SQUOTE] = ACTIONS(4436), - [sym__backtick_identifier] = ACTIONS(4436), - [sym__automatic_semicolon] = ACTIONS(4436), - [sym_safe_nav] = ACTIONS(4436), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4436), - }, - [2968] = { - [sym__alpha_identifier] = ACTIONS(4406), - [anon_sym_AT] = ACTIONS(4408), - [anon_sym_LBRACK] = ACTIONS(4408), - [anon_sym_RBRACK] = ACTIONS(4408), - [anon_sym_as] = ACTIONS(4406), - [anon_sym_EQ] = ACTIONS(4406), - [anon_sym_LBRACE] = ACTIONS(4408), - [anon_sym_RBRACE] = ACTIONS(4408), - [anon_sym_LPAREN] = ACTIONS(4408), - [anon_sym_COMMA] = ACTIONS(4408), - [anon_sym_RPAREN] = ACTIONS(4408), - [anon_sym_LT] = ACTIONS(4406), - [anon_sym_GT] = ACTIONS(4406), - [anon_sym_where] = ACTIONS(4406), - [anon_sym_DOT] = ACTIONS(4406), - [anon_sym_SEMI] = ACTIONS(4408), - [anon_sym_get] = ACTIONS(4406), - [anon_sym_set] = ACTIONS(4406), - [anon_sym_STAR] = ACTIONS(4406), - [anon_sym_DASH_GT] = ACTIONS(4408), - [sym_label] = ACTIONS(4408), - [anon_sym_in] = ACTIONS(4406), - [anon_sym_while] = ACTIONS(4406), - [anon_sym_DOT_DOT] = ACTIONS(4408), - [anon_sym_QMARK_COLON] = ACTIONS(4408), - [anon_sym_AMP_AMP] = ACTIONS(4408), - [anon_sym_PIPE_PIPE] = ACTIONS(4408), - [anon_sym_else] = ACTIONS(4406), - [anon_sym_catch] = ACTIONS(4406), - [anon_sym_finally] = ACTIONS(4406), - [anon_sym_COLON_COLON] = ACTIONS(4408), - [anon_sym_PLUS_EQ] = ACTIONS(4408), - [anon_sym_DASH_EQ] = ACTIONS(4408), - [anon_sym_STAR_EQ] = ACTIONS(4408), - [anon_sym_SLASH_EQ] = ACTIONS(4408), - [anon_sym_PERCENT_EQ] = ACTIONS(4408), - [anon_sym_BANG_EQ] = ACTIONS(4406), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4408), - [anon_sym_EQ_EQ] = ACTIONS(4406), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4408), - [anon_sym_LT_EQ] = ACTIONS(4408), - [anon_sym_GT_EQ] = ACTIONS(4408), - [anon_sym_BANGin] = ACTIONS(4408), - [anon_sym_is] = ACTIONS(4406), - [anon_sym_BANGis] = ACTIONS(4408), - [anon_sym_PLUS] = ACTIONS(4406), - [anon_sym_DASH] = ACTIONS(4406), - [anon_sym_SLASH] = ACTIONS(4406), - [anon_sym_PERCENT] = ACTIONS(4406), - [anon_sym_as_QMARK] = ACTIONS(4408), - [anon_sym_PLUS_PLUS] = ACTIONS(4408), - [anon_sym_DASH_DASH] = ACTIONS(4408), - [anon_sym_BANG_BANG] = ACTIONS(4408), - [anon_sym_suspend] = ACTIONS(4406), - [anon_sym_sealed] = ACTIONS(4406), - [anon_sym_annotation] = ACTIONS(4406), - [anon_sym_data] = ACTIONS(4406), - [anon_sym_inner] = ACTIONS(4406), - [anon_sym_override] = ACTIONS(4406), - [anon_sym_lateinit] = ACTIONS(4406), - [anon_sym_public] = ACTIONS(4406), - [anon_sym_private] = ACTIONS(4406), - [anon_sym_internal] = ACTIONS(4406), - [anon_sym_protected] = ACTIONS(4406), - [anon_sym_tailrec] = ACTIONS(4406), - [anon_sym_operator] = ACTIONS(4406), - [anon_sym_infix] = ACTIONS(4406), - [anon_sym_inline] = ACTIONS(4406), - [anon_sym_external] = ACTIONS(4406), - [sym_property_modifier] = ACTIONS(4406), - [anon_sym_abstract] = ACTIONS(4406), - [anon_sym_final] = ACTIONS(4406), - [anon_sym_open] = ACTIONS(4406), - [anon_sym_vararg] = ACTIONS(4406), - [anon_sym_noinline] = ACTIONS(4406), - [anon_sym_crossinline] = ACTIONS(4406), - [anon_sym_expect] = ACTIONS(4406), - [anon_sym_actual] = ACTIONS(4406), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4408), - [sym_safe_nav] = ACTIONS(4408), + [2954] = { + [sym_function_body] = STATE(3267), + [sym__block] = STATE(3464), + [sym__alpha_identifier] = ACTIONS(4260), + [anon_sym_AT] = ACTIONS(4262), + [anon_sym_LBRACK] = ACTIONS(4262), + [anon_sym_RBRACK] = ACTIONS(4262), + [anon_sym_as] = ACTIONS(4260), + [anon_sym_EQ] = ACTIONS(6231), + [anon_sym_LBRACE] = ACTIONS(6233), + [anon_sym_RBRACE] = ACTIONS(4262), + [anon_sym_LPAREN] = ACTIONS(4262), + [anon_sym_COMMA] = ACTIONS(4262), + [anon_sym_RPAREN] = ACTIONS(4262), + [anon_sym_LT] = ACTIONS(4260), + [anon_sym_GT] = ACTIONS(4260), + [anon_sym_where] = ACTIONS(4260), + [anon_sym_DOT] = ACTIONS(4260), + [anon_sym_SEMI] = ACTIONS(4262), + [anon_sym_get] = ACTIONS(4260), + [anon_sym_set] = ACTIONS(4260), + [anon_sym_STAR] = ACTIONS(4260), + [anon_sym_DASH_GT] = ACTIONS(4262), + [sym_label] = ACTIONS(4262), + [anon_sym_in] = ACTIONS(4260), + [anon_sym_while] = ACTIONS(4260), + [anon_sym_DOT_DOT] = ACTIONS(4262), + [anon_sym_QMARK_COLON] = ACTIONS(4262), + [anon_sym_AMP_AMP] = ACTIONS(4262), + [anon_sym_PIPE_PIPE] = ACTIONS(4262), + [anon_sym_else] = ACTIONS(4260), + [anon_sym_COLON_COLON] = ACTIONS(4262), + [anon_sym_PLUS_EQ] = ACTIONS(4262), + [anon_sym_DASH_EQ] = ACTIONS(4262), + [anon_sym_STAR_EQ] = ACTIONS(4262), + [anon_sym_SLASH_EQ] = ACTIONS(4262), + [anon_sym_PERCENT_EQ] = ACTIONS(4262), + [anon_sym_BANG_EQ] = ACTIONS(4260), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4262), + [anon_sym_EQ_EQ] = ACTIONS(4260), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4262), + [anon_sym_LT_EQ] = ACTIONS(4262), + [anon_sym_GT_EQ] = ACTIONS(4262), + [anon_sym_BANGin] = ACTIONS(4262), + [anon_sym_is] = ACTIONS(4260), + [anon_sym_BANGis] = ACTIONS(4262), + [anon_sym_PLUS] = ACTIONS(4260), + [anon_sym_DASH] = ACTIONS(4260), + [anon_sym_SLASH] = ACTIONS(4260), + [anon_sym_PERCENT] = ACTIONS(4260), + [anon_sym_as_QMARK] = ACTIONS(4262), + [anon_sym_PLUS_PLUS] = ACTIONS(4262), + [anon_sym_DASH_DASH] = ACTIONS(4262), + [anon_sym_BANG_BANG] = ACTIONS(4262), + [anon_sym_suspend] = ACTIONS(4260), + [anon_sym_sealed] = ACTIONS(4260), + [anon_sym_annotation] = ACTIONS(4260), + [anon_sym_data] = ACTIONS(4260), + [anon_sym_inner] = ACTIONS(4260), + [anon_sym_override] = ACTIONS(4260), + [anon_sym_lateinit] = ACTIONS(4260), + [anon_sym_public] = ACTIONS(4260), + [anon_sym_private] = ACTIONS(4260), + [anon_sym_internal] = ACTIONS(4260), + [anon_sym_protected] = ACTIONS(4260), + [anon_sym_tailrec] = ACTIONS(4260), + [anon_sym_operator] = ACTIONS(4260), + [anon_sym_infix] = ACTIONS(4260), + [anon_sym_inline] = ACTIONS(4260), + [anon_sym_external] = ACTIONS(4260), + [sym_property_modifier] = ACTIONS(4260), + [anon_sym_abstract] = ACTIONS(4260), + [anon_sym_final] = ACTIONS(4260), + [anon_sym_open] = ACTIONS(4260), + [anon_sym_vararg] = ACTIONS(4260), + [anon_sym_noinline] = ACTIONS(4260), + [anon_sym_crossinline] = ACTIONS(4260), + [anon_sym_expect] = ACTIONS(4260), + [anon_sym_actual] = ACTIONS(4260), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4262), + [sym_safe_nav] = ACTIONS(4262), [sym_multiline_comment] = ACTIONS(3), }, - [2969] = { - [sym_class_body] = STATE(3221), - [sym__alpha_identifier] = ACTIONS(4517), - [anon_sym_AT] = ACTIONS(4519), - [anon_sym_COLON] = ACTIONS(6367), - [anon_sym_LBRACK] = ACTIONS(4519), - [anon_sym_RBRACK] = ACTIONS(4519), - [anon_sym_as] = ACTIONS(4517), - [anon_sym_EQ] = ACTIONS(4517), - [anon_sym_LBRACE] = ACTIONS(5147), - [anon_sym_RBRACE] = ACTIONS(4519), - [anon_sym_LPAREN] = ACTIONS(4519), - [anon_sym_COMMA] = ACTIONS(4519), - [anon_sym_RPAREN] = ACTIONS(4519), - [anon_sym_LT] = ACTIONS(4517), - [anon_sym_GT] = ACTIONS(4517), - [anon_sym_where] = ACTIONS(4517), - [anon_sym_DOT] = ACTIONS(4517), - [anon_sym_SEMI] = ACTIONS(4519), - [anon_sym_get] = ACTIONS(4517), - [anon_sym_set] = ACTIONS(4517), - [anon_sym_STAR] = ACTIONS(4517), - [anon_sym_DASH_GT] = ACTIONS(4519), - [sym_label] = ACTIONS(4519), - [anon_sym_in] = ACTIONS(4517), - [anon_sym_while] = ACTIONS(4517), - [anon_sym_DOT_DOT] = ACTIONS(4519), - [anon_sym_QMARK_COLON] = ACTIONS(4519), - [anon_sym_AMP_AMP] = ACTIONS(4519), - [anon_sym_PIPE_PIPE] = ACTIONS(4519), - [anon_sym_else] = ACTIONS(4517), - [anon_sym_COLON_COLON] = ACTIONS(4519), - [anon_sym_PLUS_EQ] = ACTIONS(4519), - [anon_sym_DASH_EQ] = ACTIONS(4519), - [anon_sym_STAR_EQ] = ACTIONS(4519), - [anon_sym_SLASH_EQ] = ACTIONS(4519), - [anon_sym_PERCENT_EQ] = ACTIONS(4519), - [anon_sym_BANG_EQ] = ACTIONS(4517), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4519), - [anon_sym_EQ_EQ] = ACTIONS(4517), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4519), - [anon_sym_LT_EQ] = ACTIONS(4519), - [anon_sym_GT_EQ] = ACTIONS(4519), - [anon_sym_BANGin] = ACTIONS(4519), - [anon_sym_is] = ACTIONS(4517), - [anon_sym_BANGis] = ACTIONS(4519), - [anon_sym_PLUS] = ACTIONS(4517), - [anon_sym_DASH] = ACTIONS(4517), - [anon_sym_SLASH] = ACTIONS(4517), - [anon_sym_PERCENT] = ACTIONS(4517), - [anon_sym_as_QMARK] = ACTIONS(4519), - [anon_sym_PLUS_PLUS] = ACTIONS(4519), - [anon_sym_DASH_DASH] = ACTIONS(4519), - [anon_sym_BANG_BANG] = ACTIONS(4519), - [anon_sym_suspend] = ACTIONS(4517), - [anon_sym_sealed] = ACTIONS(4517), - [anon_sym_annotation] = ACTIONS(4517), - [anon_sym_data] = ACTIONS(4517), - [anon_sym_inner] = ACTIONS(4517), - [anon_sym_override] = ACTIONS(4517), - [anon_sym_lateinit] = ACTIONS(4517), - [anon_sym_public] = ACTIONS(4517), - [anon_sym_private] = ACTIONS(4517), - [anon_sym_internal] = ACTIONS(4517), - [anon_sym_protected] = ACTIONS(4517), - [anon_sym_tailrec] = ACTIONS(4517), - [anon_sym_operator] = ACTIONS(4517), - [anon_sym_infix] = ACTIONS(4517), - [anon_sym_inline] = ACTIONS(4517), - [anon_sym_external] = ACTIONS(4517), - [sym_property_modifier] = ACTIONS(4517), - [anon_sym_abstract] = ACTIONS(4517), - [anon_sym_final] = ACTIONS(4517), - [anon_sym_open] = ACTIONS(4517), - [anon_sym_vararg] = ACTIONS(4517), - [anon_sym_noinline] = ACTIONS(4517), - [anon_sym_crossinline] = ACTIONS(4517), - [anon_sym_expect] = ACTIONS(4517), - [anon_sym_actual] = ACTIONS(4517), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4519), - [sym_safe_nav] = ACTIONS(4519), + [2955] = { + [sym__alpha_identifier] = ACTIONS(4511), + [anon_sym_AT] = ACTIONS(4513), + [anon_sym_LBRACK] = ACTIONS(4513), + [anon_sym_RBRACK] = ACTIONS(4513), + [anon_sym_as] = ACTIONS(4511), + [anon_sym_EQ] = ACTIONS(4511), + [anon_sym_LBRACE] = ACTIONS(4513), + [anon_sym_RBRACE] = ACTIONS(4513), + [anon_sym_LPAREN] = ACTIONS(4513), + [anon_sym_COMMA] = ACTIONS(4513), + [anon_sym_RPAREN] = ACTIONS(4513), + [anon_sym_LT] = ACTIONS(4511), + [anon_sym_GT] = ACTIONS(4511), + [anon_sym_where] = ACTIONS(4511), + [anon_sym_DOT] = ACTIONS(4511), + [anon_sym_SEMI] = ACTIONS(4513), + [anon_sym_get] = ACTIONS(4511), + [anon_sym_set] = ACTIONS(4511), + [anon_sym_STAR] = ACTIONS(4511), + [anon_sym_DASH_GT] = ACTIONS(4513), + [sym_label] = ACTIONS(4513), + [anon_sym_in] = ACTIONS(4511), + [anon_sym_while] = ACTIONS(4511), + [anon_sym_DOT_DOT] = ACTIONS(4513), + [anon_sym_QMARK_COLON] = ACTIONS(4513), + [anon_sym_AMP_AMP] = ACTIONS(4513), + [anon_sym_PIPE_PIPE] = ACTIONS(4513), + [anon_sym_else] = ACTIONS(4511), + [anon_sym_catch] = ACTIONS(4511), + [anon_sym_finally] = ACTIONS(4511), + [anon_sym_COLON_COLON] = ACTIONS(4513), + [anon_sym_PLUS_EQ] = ACTIONS(4513), + [anon_sym_DASH_EQ] = ACTIONS(4513), + [anon_sym_STAR_EQ] = ACTIONS(4513), + [anon_sym_SLASH_EQ] = ACTIONS(4513), + [anon_sym_PERCENT_EQ] = ACTIONS(4513), + [anon_sym_BANG_EQ] = ACTIONS(4511), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4513), + [anon_sym_EQ_EQ] = ACTIONS(4511), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4513), + [anon_sym_LT_EQ] = ACTIONS(4513), + [anon_sym_GT_EQ] = ACTIONS(4513), + [anon_sym_BANGin] = ACTIONS(4513), + [anon_sym_is] = ACTIONS(4511), + [anon_sym_BANGis] = ACTIONS(4513), + [anon_sym_PLUS] = ACTIONS(4511), + [anon_sym_DASH] = ACTIONS(4511), + [anon_sym_SLASH] = ACTIONS(4511), + [anon_sym_PERCENT] = ACTIONS(4511), + [anon_sym_as_QMARK] = ACTIONS(4513), + [anon_sym_PLUS_PLUS] = ACTIONS(4513), + [anon_sym_DASH_DASH] = ACTIONS(4513), + [anon_sym_BANG_BANG] = ACTIONS(4513), + [anon_sym_suspend] = ACTIONS(4511), + [anon_sym_sealed] = ACTIONS(4511), + [anon_sym_annotation] = ACTIONS(4511), + [anon_sym_data] = ACTIONS(4511), + [anon_sym_inner] = ACTIONS(4511), + [anon_sym_override] = ACTIONS(4511), + [anon_sym_lateinit] = ACTIONS(4511), + [anon_sym_public] = ACTIONS(4511), + [anon_sym_private] = ACTIONS(4511), + [anon_sym_internal] = ACTIONS(4511), + [anon_sym_protected] = ACTIONS(4511), + [anon_sym_tailrec] = ACTIONS(4511), + [anon_sym_operator] = ACTIONS(4511), + [anon_sym_infix] = ACTIONS(4511), + [anon_sym_inline] = ACTIONS(4511), + [anon_sym_external] = ACTIONS(4511), + [sym_property_modifier] = ACTIONS(4511), + [anon_sym_abstract] = ACTIONS(4511), + [anon_sym_final] = ACTIONS(4511), + [anon_sym_open] = ACTIONS(4511), + [anon_sym_vararg] = ACTIONS(4511), + [anon_sym_noinline] = ACTIONS(4511), + [anon_sym_crossinline] = ACTIONS(4511), + [anon_sym_expect] = ACTIONS(4511), + [anon_sym_actual] = ACTIONS(4511), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4513), + [sym_safe_nav] = ACTIONS(4513), [sym_multiline_comment] = ACTIONS(3), }, - [2970] = { - [aux_sym_type_constraints_repeat1] = STATE(2939), - [sym__alpha_identifier] = ACTIONS(4485), - [anon_sym_AT] = ACTIONS(4487), - [anon_sym_LBRACK] = ACTIONS(4487), - [anon_sym_RBRACK] = ACTIONS(4487), - [anon_sym_as] = ACTIONS(4485), - [anon_sym_EQ] = ACTIONS(4485), - [anon_sym_LBRACE] = ACTIONS(4487), - [anon_sym_RBRACE] = ACTIONS(4487), - [anon_sym_LPAREN] = ACTIONS(4487), - [anon_sym_COMMA] = ACTIONS(6369), - [anon_sym_RPAREN] = ACTIONS(4487), - [anon_sym_by] = ACTIONS(4485), - [anon_sym_LT] = ACTIONS(4485), - [anon_sym_GT] = ACTIONS(4485), - [anon_sym_where] = ACTIONS(4485), - [anon_sym_DOT] = ACTIONS(4485), - [anon_sym_SEMI] = ACTIONS(4487), - [anon_sym_get] = ACTIONS(4485), - [anon_sym_set] = ACTIONS(4485), - [anon_sym_STAR] = ACTIONS(4485), - [anon_sym_DASH_GT] = ACTIONS(4487), - [sym_label] = ACTIONS(4487), - [anon_sym_in] = ACTIONS(4485), - [anon_sym_while] = ACTIONS(4485), - [anon_sym_DOT_DOT] = ACTIONS(4487), - [anon_sym_QMARK_COLON] = ACTIONS(4487), - [anon_sym_AMP_AMP] = ACTIONS(4487), - [anon_sym_PIPE_PIPE] = ACTIONS(4487), - [anon_sym_else] = ACTIONS(4485), - [anon_sym_COLON_COLON] = ACTIONS(4487), - [anon_sym_PLUS_EQ] = ACTIONS(4487), - [anon_sym_DASH_EQ] = ACTIONS(4487), - [anon_sym_STAR_EQ] = ACTIONS(4487), - [anon_sym_SLASH_EQ] = ACTIONS(4487), - [anon_sym_PERCENT_EQ] = ACTIONS(4487), - [anon_sym_BANG_EQ] = ACTIONS(4485), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4487), - [anon_sym_EQ_EQ] = ACTIONS(4485), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4487), - [anon_sym_LT_EQ] = ACTIONS(4487), - [anon_sym_GT_EQ] = ACTIONS(4487), - [anon_sym_BANGin] = ACTIONS(4487), - [anon_sym_is] = ACTIONS(4485), - [anon_sym_BANGis] = ACTIONS(4487), - [anon_sym_PLUS] = ACTIONS(4485), - [anon_sym_DASH] = ACTIONS(4485), - [anon_sym_SLASH] = ACTIONS(4485), - [anon_sym_PERCENT] = ACTIONS(4485), - [anon_sym_as_QMARK] = ACTIONS(4487), - [anon_sym_PLUS_PLUS] = ACTIONS(4487), - [anon_sym_DASH_DASH] = ACTIONS(4487), - [anon_sym_BANG_BANG] = ACTIONS(4487), - [anon_sym_suspend] = ACTIONS(4485), - [anon_sym_sealed] = ACTIONS(4485), - [anon_sym_annotation] = ACTIONS(4485), - [anon_sym_data] = ACTIONS(4485), - [anon_sym_inner] = ACTIONS(4485), - [anon_sym_override] = ACTIONS(4485), - [anon_sym_lateinit] = ACTIONS(4485), - [anon_sym_public] = ACTIONS(4485), - [anon_sym_private] = ACTIONS(4485), - [anon_sym_internal] = ACTIONS(4485), - [anon_sym_protected] = ACTIONS(4485), - [anon_sym_tailrec] = ACTIONS(4485), - [anon_sym_operator] = ACTIONS(4485), - [anon_sym_infix] = ACTIONS(4485), - [anon_sym_inline] = ACTIONS(4485), - [anon_sym_external] = ACTIONS(4485), - [sym_property_modifier] = ACTIONS(4485), - [anon_sym_abstract] = ACTIONS(4485), - [anon_sym_final] = ACTIONS(4485), - [anon_sym_open] = ACTIONS(4485), - [anon_sym_vararg] = ACTIONS(4485), - [anon_sym_noinline] = ACTIONS(4485), - [anon_sym_crossinline] = ACTIONS(4485), - [anon_sym_expect] = ACTIONS(4485), - [anon_sym_actual] = ACTIONS(4485), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4487), - [sym_safe_nav] = ACTIONS(4487), + [2956] = { + [sym_class_body] = STATE(3209), + [sym_type_constraints] = STATE(3098), + [sym__alpha_identifier] = ACTIONS(4188), + [anon_sym_AT] = ACTIONS(4190), + [anon_sym_LBRACK] = ACTIONS(4190), + [anon_sym_RBRACK] = ACTIONS(4190), + [anon_sym_as] = ACTIONS(4188), + [anon_sym_EQ] = ACTIONS(4188), + [anon_sym_LBRACE] = ACTIONS(5179), + [anon_sym_RBRACE] = ACTIONS(4190), + [anon_sym_LPAREN] = ACTIONS(4190), + [anon_sym_COMMA] = ACTIONS(4190), + [anon_sym_RPAREN] = ACTIONS(4190), + [anon_sym_LT] = ACTIONS(4188), + [anon_sym_GT] = ACTIONS(4188), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(4188), + [anon_sym_SEMI] = ACTIONS(4190), + [anon_sym_get] = ACTIONS(4188), + [anon_sym_set] = ACTIONS(4188), + [anon_sym_STAR] = ACTIONS(4188), + [anon_sym_DASH_GT] = ACTIONS(4190), + [sym_label] = ACTIONS(4190), + [anon_sym_in] = ACTIONS(4188), + [anon_sym_while] = ACTIONS(4188), + [anon_sym_DOT_DOT] = ACTIONS(4190), + [anon_sym_QMARK_COLON] = ACTIONS(4190), + [anon_sym_AMP_AMP] = ACTIONS(4190), + [anon_sym_PIPE_PIPE] = ACTIONS(4190), + [anon_sym_else] = ACTIONS(4188), + [anon_sym_COLON_COLON] = ACTIONS(4190), + [anon_sym_PLUS_EQ] = ACTIONS(4190), + [anon_sym_DASH_EQ] = ACTIONS(4190), + [anon_sym_STAR_EQ] = ACTIONS(4190), + [anon_sym_SLASH_EQ] = ACTIONS(4190), + [anon_sym_PERCENT_EQ] = ACTIONS(4190), + [anon_sym_BANG_EQ] = ACTIONS(4188), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4190), + [anon_sym_EQ_EQ] = ACTIONS(4188), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4190), + [anon_sym_LT_EQ] = ACTIONS(4190), + [anon_sym_GT_EQ] = ACTIONS(4190), + [anon_sym_BANGin] = ACTIONS(4190), + [anon_sym_is] = ACTIONS(4188), + [anon_sym_BANGis] = ACTIONS(4190), + [anon_sym_PLUS] = ACTIONS(4188), + [anon_sym_DASH] = ACTIONS(4188), + [anon_sym_SLASH] = ACTIONS(4188), + [anon_sym_PERCENT] = ACTIONS(4188), + [anon_sym_as_QMARK] = ACTIONS(4190), + [anon_sym_PLUS_PLUS] = ACTIONS(4190), + [anon_sym_DASH_DASH] = ACTIONS(4190), + [anon_sym_BANG_BANG] = ACTIONS(4190), + [anon_sym_suspend] = ACTIONS(4188), + [anon_sym_sealed] = ACTIONS(4188), + [anon_sym_annotation] = ACTIONS(4188), + [anon_sym_data] = ACTIONS(4188), + [anon_sym_inner] = ACTIONS(4188), + [anon_sym_override] = ACTIONS(4188), + [anon_sym_lateinit] = ACTIONS(4188), + [anon_sym_public] = ACTIONS(4188), + [anon_sym_private] = ACTIONS(4188), + [anon_sym_internal] = ACTIONS(4188), + [anon_sym_protected] = ACTIONS(4188), + [anon_sym_tailrec] = ACTIONS(4188), + [anon_sym_operator] = ACTIONS(4188), + [anon_sym_infix] = ACTIONS(4188), + [anon_sym_inline] = ACTIONS(4188), + [anon_sym_external] = ACTIONS(4188), + [sym_property_modifier] = ACTIONS(4188), + [anon_sym_abstract] = ACTIONS(4188), + [anon_sym_final] = ACTIONS(4188), + [anon_sym_open] = ACTIONS(4188), + [anon_sym_vararg] = ACTIONS(4188), + [anon_sym_noinline] = ACTIONS(4188), + [anon_sym_crossinline] = ACTIONS(4188), + [anon_sym_expect] = ACTIONS(4188), + [anon_sym_actual] = ACTIONS(4188), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4190), + [sym_safe_nav] = ACTIONS(4190), [sym_multiline_comment] = ACTIONS(3), }, - [2971] = { - [sym_function_body] = STATE(3202), - [sym__block] = STATE(3367), - [sym__alpha_identifier] = ACTIONS(4083), - [anon_sym_AT] = ACTIONS(4085), - [anon_sym_LBRACK] = ACTIONS(4085), - [anon_sym_RBRACK] = ACTIONS(4085), - [anon_sym_as] = ACTIONS(4083), - [anon_sym_EQ] = ACTIONS(6234), - [anon_sym_LBRACE] = ACTIONS(6236), - [anon_sym_RBRACE] = ACTIONS(4085), - [anon_sym_LPAREN] = ACTIONS(4085), - [anon_sym_COMMA] = ACTIONS(4085), - [anon_sym_RPAREN] = ACTIONS(4085), - [anon_sym_LT] = ACTIONS(4083), - [anon_sym_GT] = ACTIONS(4083), - [anon_sym_where] = ACTIONS(4083), - [anon_sym_DOT] = ACTIONS(4083), - [anon_sym_SEMI] = ACTIONS(4085), - [anon_sym_get] = ACTIONS(4083), - [anon_sym_set] = ACTIONS(4083), - [anon_sym_STAR] = ACTIONS(4083), - [anon_sym_DASH_GT] = ACTIONS(4085), - [sym_label] = ACTIONS(4085), - [anon_sym_in] = ACTIONS(4083), - [anon_sym_while] = ACTIONS(4083), - [anon_sym_DOT_DOT] = ACTIONS(4085), - [anon_sym_QMARK_COLON] = ACTIONS(4085), - [anon_sym_AMP_AMP] = ACTIONS(4085), - [anon_sym_PIPE_PIPE] = ACTIONS(4085), - [anon_sym_else] = ACTIONS(4083), - [anon_sym_COLON_COLON] = ACTIONS(4085), - [anon_sym_PLUS_EQ] = ACTIONS(4085), - [anon_sym_DASH_EQ] = ACTIONS(4085), - [anon_sym_STAR_EQ] = ACTIONS(4085), - [anon_sym_SLASH_EQ] = ACTIONS(4085), - [anon_sym_PERCENT_EQ] = ACTIONS(4085), - [anon_sym_BANG_EQ] = ACTIONS(4083), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4085), - [anon_sym_EQ_EQ] = ACTIONS(4083), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4085), - [anon_sym_LT_EQ] = ACTIONS(4085), - [anon_sym_GT_EQ] = ACTIONS(4085), - [anon_sym_BANGin] = ACTIONS(4085), - [anon_sym_is] = ACTIONS(4083), - [anon_sym_BANGis] = ACTIONS(4085), - [anon_sym_PLUS] = ACTIONS(4083), - [anon_sym_DASH] = ACTIONS(4083), - [anon_sym_SLASH] = ACTIONS(4083), - [anon_sym_PERCENT] = ACTIONS(4083), - [anon_sym_as_QMARK] = ACTIONS(4085), - [anon_sym_PLUS_PLUS] = ACTIONS(4085), - [anon_sym_DASH_DASH] = ACTIONS(4085), - [anon_sym_BANG_BANG] = ACTIONS(4085), - [anon_sym_suspend] = ACTIONS(4083), - [anon_sym_sealed] = ACTIONS(4083), - [anon_sym_annotation] = ACTIONS(4083), - [anon_sym_data] = ACTIONS(4083), - [anon_sym_inner] = ACTIONS(4083), - [anon_sym_override] = ACTIONS(4083), - [anon_sym_lateinit] = ACTIONS(4083), - [anon_sym_public] = ACTIONS(4083), - [anon_sym_private] = ACTIONS(4083), - [anon_sym_internal] = ACTIONS(4083), - [anon_sym_protected] = ACTIONS(4083), - [anon_sym_tailrec] = ACTIONS(4083), - [anon_sym_operator] = ACTIONS(4083), - [anon_sym_infix] = ACTIONS(4083), - [anon_sym_inline] = ACTIONS(4083), - [anon_sym_external] = ACTIONS(4083), - [sym_property_modifier] = ACTIONS(4083), - [anon_sym_abstract] = ACTIONS(4083), - [anon_sym_final] = ACTIONS(4083), - [anon_sym_open] = ACTIONS(4083), - [anon_sym_vararg] = ACTIONS(4083), - [anon_sym_noinline] = ACTIONS(4083), - [anon_sym_crossinline] = ACTIONS(4083), - [anon_sym_expect] = ACTIONS(4083), - [anon_sym_actual] = ACTIONS(4083), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4085), - [sym_safe_nav] = ACTIONS(4085), + [2957] = { + [sym_function_body] = STATE(3305), + [sym__block] = STATE(3464), + [sym__alpha_identifier] = ACTIONS(4210), + [anon_sym_AT] = ACTIONS(4212), + [anon_sym_LBRACK] = ACTIONS(4212), + [anon_sym_RBRACK] = ACTIONS(4212), + [anon_sym_as] = ACTIONS(4210), + [anon_sym_EQ] = ACTIONS(6231), + [anon_sym_LBRACE] = ACTIONS(6233), + [anon_sym_RBRACE] = ACTIONS(4212), + [anon_sym_LPAREN] = ACTIONS(4212), + [anon_sym_COMMA] = ACTIONS(4212), + [anon_sym_RPAREN] = ACTIONS(4212), + [anon_sym_LT] = ACTIONS(4210), + [anon_sym_GT] = ACTIONS(4210), + [anon_sym_where] = ACTIONS(4210), + [anon_sym_DOT] = ACTIONS(4210), + [anon_sym_SEMI] = ACTIONS(4212), + [anon_sym_get] = ACTIONS(4210), + [anon_sym_set] = ACTIONS(4210), + [anon_sym_STAR] = ACTIONS(4210), + [anon_sym_DASH_GT] = ACTIONS(4212), + [sym_label] = ACTIONS(4212), + [anon_sym_in] = ACTIONS(4210), + [anon_sym_while] = ACTIONS(4210), + [anon_sym_DOT_DOT] = ACTIONS(4212), + [anon_sym_QMARK_COLON] = ACTIONS(4212), + [anon_sym_AMP_AMP] = ACTIONS(4212), + [anon_sym_PIPE_PIPE] = ACTIONS(4212), + [anon_sym_else] = ACTIONS(4210), + [anon_sym_COLON_COLON] = ACTIONS(4212), + [anon_sym_PLUS_EQ] = ACTIONS(4212), + [anon_sym_DASH_EQ] = ACTIONS(4212), + [anon_sym_STAR_EQ] = ACTIONS(4212), + [anon_sym_SLASH_EQ] = ACTIONS(4212), + [anon_sym_PERCENT_EQ] = ACTIONS(4212), + [anon_sym_BANG_EQ] = ACTIONS(4210), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4212), + [anon_sym_EQ_EQ] = ACTIONS(4210), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4212), + [anon_sym_LT_EQ] = ACTIONS(4212), + [anon_sym_GT_EQ] = ACTIONS(4212), + [anon_sym_BANGin] = ACTIONS(4212), + [anon_sym_is] = ACTIONS(4210), + [anon_sym_BANGis] = ACTIONS(4212), + [anon_sym_PLUS] = ACTIONS(4210), + [anon_sym_DASH] = ACTIONS(4210), + [anon_sym_SLASH] = ACTIONS(4210), + [anon_sym_PERCENT] = ACTIONS(4210), + [anon_sym_as_QMARK] = ACTIONS(4212), + [anon_sym_PLUS_PLUS] = ACTIONS(4212), + [anon_sym_DASH_DASH] = ACTIONS(4212), + [anon_sym_BANG_BANG] = ACTIONS(4212), + [anon_sym_suspend] = ACTIONS(4210), + [anon_sym_sealed] = ACTIONS(4210), + [anon_sym_annotation] = ACTIONS(4210), + [anon_sym_data] = ACTIONS(4210), + [anon_sym_inner] = ACTIONS(4210), + [anon_sym_override] = ACTIONS(4210), + [anon_sym_lateinit] = ACTIONS(4210), + [anon_sym_public] = ACTIONS(4210), + [anon_sym_private] = ACTIONS(4210), + [anon_sym_internal] = ACTIONS(4210), + [anon_sym_protected] = ACTIONS(4210), + [anon_sym_tailrec] = ACTIONS(4210), + [anon_sym_operator] = ACTIONS(4210), + [anon_sym_infix] = ACTIONS(4210), + [anon_sym_inline] = ACTIONS(4210), + [anon_sym_external] = ACTIONS(4210), + [sym_property_modifier] = ACTIONS(4210), + [anon_sym_abstract] = ACTIONS(4210), + [anon_sym_final] = ACTIONS(4210), + [anon_sym_open] = ACTIONS(4210), + [anon_sym_vararg] = ACTIONS(4210), + [anon_sym_noinline] = ACTIONS(4210), + [anon_sym_crossinline] = ACTIONS(4210), + [anon_sym_expect] = ACTIONS(4210), + [anon_sym_actual] = ACTIONS(4210), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4212), + [sym_safe_nav] = ACTIONS(4212), [sym_multiline_comment] = ACTIONS(3), }, - [2972] = { - [sym_function_body] = STATE(3174), - [sym__block] = STATE(3367), - [sym__alpha_identifier] = ACTIONS(4089), - [anon_sym_AT] = ACTIONS(4091), - [anon_sym_LBRACK] = ACTIONS(4091), - [anon_sym_RBRACK] = ACTIONS(4091), - [anon_sym_as] = ACTIONS(4089), - [anon_sym_EQ] = ACTIONS(6234), - [anon_sym_LBRACE] = ACTIONS(6236), - [anon_sym_RBRACE] = ACTIONS(4091), - [anon_sym_LPAREN] = ACTIONS(4091), - [anon_sym_COMMA] = ACTIONS(4091), - [anon_sym_RPAREN] = ACTIONS(4091), - [anon_sym_LT] = ACTIONS(4089), - [anon_sym_GT] = ACTIONS(4089), - [anon_sym_where] = ACTIONS(4089), - [anon_sym_DOT] = ACTIONS(4089), - [anon_sym_SEMI] = ACTIONS(4091), - [anon_sym_get] = ACTIONS(4089), - [anon_sym_set] = ACTIONS(4089), - [anon_sym_STAR] = ACTIONS(4089), - [anon_sym_DASH_GT] = ACTIONS(4091), - [sym_label] = ACTIONS(4091), - [anon_sym_in] = ACTIONS(4089), - [anon_sym_while] = ACTIONS(4089), - [anon_sym_DOT_DOT] = ACTIONS(4091), - [anon_sym_QMARK_COLON] = ACTIONS(4091), - [anon_sym_AMP_AMP] = ACTIONS(4091), - [anon_sym_PIPE_PIPE] = ACTIONS(4091), - [anon_sym_else] = ACTIONS(4089), - [anon_sym_COLON_COLON] = ACTIONS(4091), - [anon_sym_PLUS_EQ] = ACTIONS(4091), - [anon_sym_DASH_EQ] = ACTIONS(4091), - [anon_sym_STAR_EQ] = ACTIONS(4091), - [anon_sym_SLASH_EQ] = ACTIONS(4091), - [anon_sym_PERCENT_EQ] = ACTIONS(4091), - [anon_sym_BANG_EQ] = ACTIONS(4089), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4091), - [anon_sym_EQ_EQ] = ACTIONS(4089), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4091), - [anon_sym_LT_EQ] = ACTIONS(4091), - [anon_sym_GT_EQ] = ACTIONS(4091), - [anon_sym_BANGin] = ACTIONS(4091), - [anon_sym_is] = ACTIONS(4089), - [anon_sym_BANGis] = ACTIONS(4091), - [anon_sym_PLUS] = ACTIONS(4089), - [anon_sym_DASH] = ACTIONS(4089), - [anon_sym_SLASH] = ACTIONS(4089), - [anon_sym_PERCENT] = ACTIONS(4089), - [anon_sym_as_QMARK] = ACTIONS(4091), - [anon_sym_PLUS_PLUS] = ACTIONS(4091), - [anon_sym_DASH_DASH] = ACTIONS(4091), - [anon_sym_BANG_BANG] = ACTIONS(4091), - [anon_sym_suspend] = ACTIONS(4089), - [anon_sym_sealed] = ACTIONS(4089), - [anon_sym_annotation] = ACTIONS(4089), - [anon_sym_data] = ACTIONS(4089), - [anon_sym_inner] = ACTIONS(4089), - [anon_sym_override] = ACTIONS(4089), - [anon_sym_lateinit] = ACTIONS(4089), - [anon_sym_public] = ACTIONS(4089), - [anon_sym_private] = ACTIONS(4089), - [anon_sym_internal] = ACTIONS(4089), - [anon_sym_protected] = ACTIONS(4089), - [anon_sym_tailrec] = ACTIONS(4089), - [anon_sym_operator] = ACTIONS(4089), - [anon_sym_infix] = ACTIONS(4089), - [anon_sym_inline] = ACTIONS(4089), - [anon_sym_external] = ACTIONS(4089), - [sym_property_modifier] = ACTIONS(4089), - [anon_sym_abstract] = ACTIONS(4089), - [anon_sym_final] = ACTIONS(4089), - [anon_sym_open] = ACTIONS(4089), - [anon_sym_vararg] = ACTIONS(4089), - [anon_sym_noinline] = ACTIONS(4089), - [anon_sym_crossinline] = ACTIONS(4089), - [anon_sym_expect] = ACTIONS(4089), - [anon_sym_actual] = ACTIONS(4089), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4091), - [sym_safe_nav] = ACTIONS(4091), - [sym_multiline_comment] = ACTIONS(3), + [2958] = { + [sym_function_body] = STATE(3166), + [sym__block] = STATE(3334), + [sym__alpha_identifier] = ACTIONS(4260), + [anon_sym_AT] = ACTIONS(4262), + [anon_sym_LBRACK] = ACTIONS(4262), + [anon_sym_as] = ACTIONS(4260), + [anon_sym_EQ] = ACTIONS(6242), + [anon_sym_LBRACE] = ACTIONS(6244), + [anon_sym_RBRACE] = ACTIONS(4262), + [anon_sym_LPAREN] = ACTIONS(4262), + [anon_sym_COMMA] = ACTIONS(4262), + [anon_sym_LT] = ACTIONS(4260), + [anon_sym_GT] = ACTIONS(4260), + [anon_sym_where] = ACTIONS(4260), + [anon_sym_object] = ACTIONS(4260), + [anon_sym_fun] = ACTIONS(4260), + [anon_sym_DOT] = ACTIONS(4260), + [anon_sym_SEMI] = ACTIONS(4262), + [anon_sym_get] = ACTIONS(4260), + [anon_sym_set] = ACTIONS(4260), + [anon_sym_this] = ACTIONS(4260), + [anon_sym_super] = ACTIONS(4260), + [anon_sym_STAR] = ACTIONS(4260), + [sym_label] = ACTIONS(4260), + [anon_sym_in] = ACTIONS(4260), + [anon_sym_DOT_DOT] = ACTIONS(4262), + [anon_sym_QMARK_COLON] = ACTIONS(4262), + [anon_sym_AMP_AMP] = ACTIONS(4262), + [anon_sym_PIPE_PIPE] = ACTIONS(4262), + [anon_sym_null] = ACTIONS(4260), + [anon_sym_if] = ACTIONS(4260), + [anon_sym_else] = ACTIONS(4260), + [anon_sym_when] = ACTIONS(4260), + [anon_sym_try] = ACTIONS(4260), + [anon_sym_throw] = ACTIONS(4260), + [anon_sym_return] = ACTIONS(4260), + [anon_sym_continue] = ACTIONS(4260), + [anon_sym_break] = ACTIONS(4260), + [anon_sym_COLON_COLON] = ACTIONS(4262), + [anon_sym_PLUS_EQ] = ACTIONS(4262), + [anon_sym_DASH_EQ] = ACTIONS(4262), + [anon_sym_STAR_EQ] = ACTIONS(4262), + [anon_sym_SLASH_EQ] = ACTIONS(4262), + [anon_sym_PERCENT_EQ] = ACTIONS(4262), + [anon_sym_BANG_EQ] = ACTIONS(4260), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4262), + [anon_sym_EQ_EQ] = ACTIONS(4260), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4262), + [anon_sym_LT_EQ] = ACTIONS(4262), + [anon_sym_GT_EQ] = ACTIONS(4262), + [anon_sym_BANGin] = ACTIONS(4262), + [anon_sym_is] = ACTIONS(4260), + [anon_sym_BANGis] = ACTIONS(4262), + [anon_sym_PLUS] = ACTIONS(4260), + [anon_sym_DASH] = ACTIONS(4260), + [anon_sym_SLASH] = ACTIONS(4260), + [anon_sym_PERCENT] = ACTIONS(4260), + [anon_sym_as_QMARK] = ACTIONS(4262), + [anon_sym_PLUS_PLUS] = ACTIONS(4262), + [anon_sym_DASH_DASH] = ACTIONS(4262), + [anon_sym_BANG] = ACTIONS(4260), + [anon_sym_BANG_BANG] = ACTIONS(4262), + [anon_sym_data] = ACTIONS(4260), + [anon_sym_inner] = ACTIONS(4260), + [anon_sym_expect] = ACTIONS(4260), + [anon_sym_actual] = ACTIONS(4260), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4262), + [anon_sym_continue_AT] = ACTIONS(4262), + [anon_sym_break_AT] = ACTIONS(4262), + [sym_real_literal] = ACTIONS(4262), + [sym_integer_literal] = ACTIONS(4260), + [sym_hex_literal] = ACTIONS(4262), + [sym_bin_literal] = ACTIONS(4262), + [anon_sym_true] = ACTIONS(4260), + [anon_sym_false] = ACTIONS(4260), + [anon_sym_SQUOTE] = ACTIONS(4262), + [sym__backtick_identifier] = ACTIONS(4262), + [sym__automatic_semicolon] = ACTIONS(4262), + [sym_safe_nav] = ACTIONS(4262), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4262), }, - [2973] = { - [sym_class_body] = STATE(3366), - [sym_type_constraints] = STATE(3055), - [sym__alpha_identifier] = ACTIONS(3190), - [anon_sym_AT] = ACTIONS(3194), - [anon_sym_COLON] = ACTIONS(3270), - [anon_sym_LBRACK] = ACTIONS(3194), - [anon_sym_as] = ACTIONS(3190), - [anon_sym_EQ] = ACTIONS(3190), + [2959] = { + [sym_type_constraints] = STATE(3092), + [sym_enum_class_body] = STATE(3216), + [sym__alpha_identifier] = ACTIONS(4188), + [anon_sym_AT] = ACTIONS(4190), + [anon_sym_COLON] = ACTIONS(6371), + [anon_sym_LBRACK] = ACTIONS(4190), + [anon_sym_as] = ACTIONS(4188), + [anon_sym_EQ] = ACTIONS(4188), [anon_sym_LBRACE] = ACTIONS(3112), - [anon_sym_RBRACE] = ACTIONS(3194), - [anon_sym_LPAREN] = ACTIONS(3194), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3190), + [anon_sym_RBRACE] = ACTIONS(4190), + [anon_sym_LPAREN] = ACTIONS(4190), + [anon_sym_LT] = ACTIONS(4188), + [anon_sym_GT] = ACTIONS(4188), [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(3190), - [anon_sym_fun] = ACTIONS(3190), - [anon_sym_DOT] = ACTIONS(3190), - [anon_sym_SEMI] = ACTIONS(3194), - [anon_sym_get] = ACTIONS(3190), - [anon_sym_set] = ACTIONS(3190), - [anon_sym_this] = ACTIONS(3190), - [anon_sym_super] = ACTIONS(3190), - [anon_sym_STAR] = ACTIONS(3190), - [sym_label] = ACTIONS(3190), - [anon_sym_in] = ACTIONS(3190), - [anon_sym_DOT_DOT] = ACTIONS(3194), - [anon_sym_QMARK_COLON] = ACTIONS(3194), - [anon_sym_AMP_AMP] = ACTIONS(3194), - [anon_sym_PIPE_PIPE] = ACTIONS(3194), - [anon_sym_null] = ACTIONS(3190), - [anon_sym_if] = ACTIONS(3190), - [anon_sym_else] = ACTIONS(3190), - [anon_sym_when] = ACTIONS(3190), - [anon_sym_try] = ACTIONS(3190), - [anon_sym_throw] = ACTIONS(3190), - [anon_sym_return] = ACTIONS(3190), - [anon_sym_continue] = ACTIONS(3190), - [anon_sym_break] = ACTIONS(3190), - [anon_sym_COLON_COLON] = ACTIONS(3194), - [anon_sym_PLUS_EQ] = ACTIONS(3194), - [anon_sym_DASH_EQ] = ACTIONS(3194), - [anon_sym_STAR_EQ] = ACTIONS(3194), - [anon_sym_SLASH_EQ] = ACTIONS(3194), - [anon_sym_PERCENT_EQ] = ACTIONS(3194), - [anon_sym_BANG_EQ] = ACTIONS(3190), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3194), - [anon_sym_EQ_EQ] = ACTIONS(3190), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3194), - [anon_sym_LT_EQ] = ACTIONS(3194), - [anon_sym_GT_EQ] = ACTIONS(3194), - [anon_sym_BANGin] = ACTIONS(3194), - [anon_sym_is] = ACTIONS(3190), - [anon_sym_BANGis] = ACTIONS(3194), - [anon_sym_PLUS] = ACTIONS(3190), - [anon_sym_DASH] = ACTIONS(3190), - [anon_sym_SLASH] = ACTIONS(3190), - [anon_sym_PERCENT] = ACTIONS(3190), - [anon_sym_as_QMARK] = ACTIONS(3194), - [anon_sym_PLUS_PLUS] = ACTIONS(3194), - [anon_sym_DASH_DASH] = ACTIONS(3194), - [anon_sym_BANG] = ACTIONS(3190), - [anon_sym_BANG_BANG] = ACTIONS(3194), - [anon_sym_data] = ACTIONS(3190), - [anon_sym_inner] = ACTIONS(3190), - [anon_sym_expect] = ACTIONS(3190), - [anon_sym_actual] = ACTIONS(3190), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3194), - [anon_sym_continue_AT] = ACTIONS(3194), - [anon_sym_break_AT] = ACTIONS(3194), - [sym_real_literal] = ACTIONS(3194), - [sym_integer_literal] = ACTIONS(3190), - [sym_hex_literal] = ACTIONS(3194), - [sym_bin_literal] = ACTIONS(3194), - [anon_sym_true] = ACTIONS(3190), - [anon_sym_false] = ACTIONS(3190), - [anon_sym_SQUOTE] = ACTIONS(3194), - [sym__backtick_identifier] = ACTIONS(3194), - [sym__automatic_semicolon] = ACTIONS(3194), - [sym_safe_nav] = ACTIONS(3194), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3194), + [anon_sym_object] = ACTIONS(4188), + [anon_sym_fun] = ACTIONS(4188), + [anon_sym_DOT] = ACTIONS(4188), + [anon_sym_SEMI] = ACTIONS(4190), + [anon_sym_get] = ACTIONS(4188), + [anon_sym_set] = ACTIONS(4188), + [anon_sym_this] = ACTIONS(4188), + [anon_sym_super] = ACTIONS(4188), + [anon_sym_STAR] = ACTIONS(4188), + [sym_label] = ACTIONS(4188), + [anon_sym_in] = ACTIONS(4188), + [anon_sym_DOT_DOT] = ACTIONS(4190), + [anon_sym_QMARK_COLON] = ACTIONS(4190), + [anon_sym_AMP_AMP] = ACTIONS(4190), + [anon_sym_PIPE_PIPE] = ACTIONS(4190), + [anon_sym_null] = ACTIONS(4188), + [anon_sym_if] = ACTIONS(4188), + [anon_sym_else] = ACTIONS(4188), + [anon_sym_when] = ACTIONS(4188), + [anon_sym_try] = ACTIONS(4188), + [anon_sym_throw] = ACTIONS(4188), + [anon_sym_return] = ACTIONS(4188), + [anon_sym_continue] = ACTIONS(4188), + [anon_sym_break] = ACTIONS(4188), + [anon_sym_COLON_COLON] = ACTIONS(4190), + [anon_sym_PLUS_EQ] = ACTIONS(4190), + [anon_sym_DASH_EQ] = ACTIONS(4190), + [anon_sym_STAR_EQ] = ACTIONS(4190), + [anon_sym_SLASH_EQ] = ACTIONS(4190), + [anon_sym_PERCENT_EQ] = ACTIONS(4190), + [anon_sym_BANG_EQ] = ACTIONS(4188), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4190), + [anon_sym_EQ_EQ] = ACTIONS(4188), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4190), + [anon_sym_LT_EQ] = ACTIONS(4190), + [anon_sym_GT_EQ] = ACTIONS(4190), + [anon_sym_BANGin] = ACTIONS(4190), + [anon_sym_is] = ACTIONS(4188), + [anon_sym_BANGis] = ACTIONS(4190), + [anon_sym_PLUS] = ACTIONS(4188), + [anon_sym_DASH] = ACTIONS(4188), + [anon_sym_SLASH] = ACTIONS(4188), + [anon_sym_PERCENT] = ACTIONS(4188), + [anon_sym_as_QMARK] = ACTIONS(4190), + [anon_sym_PLUS_PLUS] = ACTIONS(4190), + [anon_sym_DASH_DASH] = ACTIONS(4190), + [anon_sym_BANG] = ACTIONS(4188), + [anon_sym_BANG_BANG] = ACTIONS(4190), + [anon_sym_data] = ACTIONS(4188), + [anon_sym_inner] = ACTIONS(4188), + [anon_sym_expect] = ACTIONS(4188), + [anon_sym_actual] = ACTIONS(4188), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4190), + [anon_sym_continue_AT] = ACTIONS(4190), + [anon_sym_break_AT] = ACTIONS(4190), + [sym_real_literal] = ACTIONS(4190), + [sym_integer_literal] = ACTIONS(4188), + [sym_hex_literal] = ACTIONS(4190), + [sym_bin_literal] = ACTIONS(4190), + [anon_sym_true] = ACTIONS(4188), + [anon_sym_false] = ACTIONS(4188), + [anon_sym_SQUOTE] = ACTIONS(4190), + [sym__backtick_identifier] = ACTIONS(4190), + [sym__automatic_semicolon] = ACTIONS(4190), + [sym_safe_nav] = ACTIONS(4190), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4190), }, - [2974] = { - [sym_type_constraints] = STATE(3098), - [sym_enum_class_body] = STATE(3178), - [sym__alpha_identifier] = ACTIONS(4197), - [anon_sym_AT] = ACTIONS(4199), - [anon_sym_LBRACK] = ACTIONS(4199), - [anon_sym_RBRACK] = ACTIONS(4199), - [anon_sym_as] = ACTIONS(4197), - [anon_sym_EQ] = ACTIONS(4197), - [anon_sym_LBRACE] = ACTIONS(5155), - [anon_sym_RBRACE] = ACTIONS(4199), - [anon_sym_LPAREN] = ACTIONS(4199), - [anon_sym_COMMA] = ACTIONS(4199), - [anon_sym_RPAREN] = ACTIONS(4199), - [anon_sym_LT] = ACTIONS(4197), - [anon_sym_GT] = ACTIONS(4197), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(4197), - [anon_sym_SEMI] = ACTIONS(4199), - [anon_sym_get] = ACTIONS(4197), - [anon_sym_set] = ACTIONS(4197), - [anon_sym_STAR] = ACTIONS(4197), - [anon_sym_DASH_GT] = ACTIONS(4199), - [sym_label] = ACTIONS(4199), - [anon_sym_in] = ACTIONS(4197), - [anon_sym_while] = ACTIONS(4197), - [anon_sym_DOT_DOT] = ACTIONS(4199), - [anon_sym_QMARK_COLON] = ACTIONS(4199), - [anon_sym_AMP_AMP] = ACTIONS(4199), - [anon_sym_PIPE_PIPE] = ACTIONS(4199), - [anon_sym_else] = ACTIONS(4197), - [anon_sym_COLON_COLON] = ACTIONS(4199), - [anon_sym_PLUS_EQ] = ACTIONS(4199), - [anon_sym_DASH_EQ] = ACTIONS(4199), - [anon_sym_STAR_EQ] = ACTIONS(4199), - [anon_sym_SLASH_EQ] = ACTIONS(4199), - [anon_sym_PERCENT_EQ] = ACTIONS(4199), - [anon_sym_BANG_EQ] = ACTIONS(4197), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4199), - [anon_sym_EQ_EQ] = ACTIONS(4197), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4199), - [anon_sym_LT_EQ] = ACTIONS(4199), - [anon_sym_GT_EQ] = ACTIONS(4199), - [anon_sym_BANGin] = ACTIONS(4199), - [anon_sym_is] = ACTIONS(4197), - [anon_sym_BANGis] = ACTIONS(4199), - [anon_sym_PLUS] = ACTIONS(4197), - [anon_sym_DASH] = ACTIONS(4197), - [anon_sym_SLASH] = ACTIONS(4197), - [anon_sym_PERCENT] = ACTIONS(4197), - [anon_sym_as_QMARK] = ACTIONS(4199), - [anon_sym_PLUS_PLUS] = ACTIONS(4199), - [anon_sym_DASH_DASH] = ACTIONS(4199), - [anon_sym_BANG_BANG] = ACTIONS(4199), - [anon_sym_suspend] = ACTIONS(4197), - [anon_sym_sealed] = ACTIONS(4197), - [anon_sym_annotation] = ACTIONS(4197), - [anon_sym_data] = ACTIONS(4197), - [anon_sym_inner] = ACTIONS(4197), - [anon_sym_override] = ACTIONS(4197), - [anon_sym_lateinit] = ACTIONS(4197), - [anon_sym_public] = ACTIONS(4197), - [anon_sym_private] = ACTIONS(4197), - [anon_sym_internal] = ACTIONS(4197), - [anon_sym_protected] = ACTIONS(4197), - [anon_sym_tailrec] = ACTIONS(4197), - [anon_sym_operator] = ACTIONS(4197), - [anon_sym_infix] = ACTIONS(4197), - [anon_sym_inline] = ACTIONS(4197), - [anon_sym_external] = ACTIONS(4197), - [sym_property_modifier] = ACTIONS(4197), - [anon_sym_abstract] = ACTIONS(4197), - [anon_sym_final] = ACTIONS(4197), - [anon_sym_open] = ACTIONS(4197), - [anon_sym_vararg] = ACTIONS(4197), - [anon_sym_noinline] = ACTIONS(4197), - [anon_sym_crossinline] = ACTIONS(4197), - [anon_sym_expect] = ACTIONS(4197), - [anon_sym_actual] = ACTIONS(4197), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4199), - [sym_safe_nav] = ACTIONS(4199), - [sym_multiline_comment] = ACTIONS(3), + [2960] = { + [sym_type_constraints] = STATE(3092), + [sym_enum_class_body] = STATE(3216), + [sym__alpha_identifier] = ACTIONS(4188), + [anon_sym_AT] = ACTIONS(4190), + [anon_sym_LBRACK] = ACTIONS(4190), + [anon_sym_as] = ACTIONS(4188), + [anon_sym_EQ] = ACTIONS(4188), + [anon_sym_LBRACE] = ACTIONS(3112), + [anon_sym_RBRACE] = ACTIONS(4190), + [anon_sym_LPAREN] = ACTIONS(4190), + [anon_sym_COMMA] = ACTIONS(4190), + [anon_sym_LT] = ACTIONS(4188), + [anon_sym_GT] = ACTIONS(4188), + [anon_sym_where] = ACTIONS(3118), + [anon_sym_object] = ACTIONS(4188), + [anon_sym_fun] = ACTIONS(4188), + [anon_sym_DOT] = ACTIONS(4188), + [anon_sym_SEMI] = ACTIONS(4190), + [anon_sym_get] = ACTIONS(4188), + [anon_sym_set] = ACTIONS(4188), + [anon_sym_this] = ACTIONS(4188), + [anon_sym_super] = ACTIONS(4188), + [anon_sym_STAR] = ACTIONS(4188), + [sym_label] = ACTIONS(4188), + [anon_sym_in] = ACTIONS(4188), + [anon_sym_DOT_DOT] = ACTIONS(4190), + [anon_sym_QMARK_COLON] = ACTIONS(4190), + [anon_sym_AMP_AMP] = ACTIONS(4190), + [anon_sym_PIPE_PIPE] = ACTIONS(4190), + [anon_sym_null] = ACTIONS(4188), + [anon_sym_if] = ACTIONS(4188), + [anon_sym_else] = ACTIONS(4188), + [anon_sym_when] = ACTIONS(4188), + [anon_sym_try] = ACTIONS(4188), + [anon_sym_throw] = ACTIONS(4188), + [anon_sym_return] = ACTIONS(4188), + [anon_sym_continue] = ACTIONS(4188), + [anon_sym_break] = ACTIONS(4188), + [anon_sym_COLON_COLON] = ACTIONS(4190), + [anon_sym_PLUS_EQ] = ACTIONS(4190), + [anon_sym_DASH_EQ] = ACTIONS(4190), + [anon_sym_STAR_EQ] = ACTIONS(4190), + [anon_sym_SLASH_EQ] = ACTIONS(4190), + [anon_sym_PERCENT_EQ] = ACTIONS(4190), + [anon_sym_BANG_EQ] = ACTIONS(4188), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4190), + [anon_sym_EQ_EQ] = ACTIONS(4188), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4190), + [anon_sym_LT_EQ] = ACTIONS(4190), + [anon_sym_GT_EQ] = ACTIONS(4190), + [anon_sym_BANGin] = ACTIONS(4190), + [anon_sym_is] = ACTIONS(4188), + [anon_sym_BANGis] = ACTIONS(4190), + [anon_sym_PLUS] = ACTIONS(4188), + [anon_sym_DASH] = ACTIONS(4188), + [anon_sym_SLASH] = ACTIONS(4188), + [anon_sym_PERCENT] = ACTIONS(4188), + [anon_sym_as_QMARK] = ACTIONS(4190), + [anon_sym_PLUS_PLUS] = ACTIONS(4190), + [anon_sym_DASH_DASH] = ACTIONS(4190), + [anon_sym_BANG] = ACTIONS(4188), + [anon_sym_BANG_BANG] = ACTIONS(4190), + [anon_sym_data] = ACTIONS(4188), + [anon_sym_inner] = ACTIONS(4188), + [anon_sym_expect] = ACTIONS(4188), + [anon_sym_actual] = ACTIONS(4188), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4190), + [anon_sym_continue_AT] = ACTIONS(4190), + [anon_sym_break_AT] = ACTIONS(4190), + [sym_real_literal] = ACTIONS(4190), + [sym_integer_literal] = ACTIONS(4188), + [sym_hex_literal] = ACTIONS(4190), + [sym_bin_literal] = ACTIONS(4190), + [anon_sym_true] = ACTIONS(4188), + [anon_sym_false] = ACTIONS(4188), + [anon_sym_SQUOTE] = ACTIONS(4190), + [sym__backtick_identifier] = ACTIONS(4190), + [sym__automatic_semicolon] = ACTIONS(4190), + [sym_safe_nav] = ACTIONS(4190), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4190), }, - [2975] = { - [sym_value_arguments] = STATE(3365), - [sym__alpha_identifier] = ACTIONS(4454), - [anon_sym_AT] = ACTIONS(4456), - [anon_sym_LBRACK] = ACTIONS(4456), - [anon_sym_as] = ACTIONS(4454), - [anon_sym_EQ] = ACTIONS(4454), - [anon_sym_LBRACE] = ACTIONS(4456), - [anon_sym_RBRACE] = ACTIONS(4456), - [anon_sym_LPAREN] = ACTIONS(4456), - [anon_sym_COMMA] = ACTIONS(4456), - [anon_sym_by] = ACTIONS(6371), - [anon_sym_LT] = ACTIONS(4454), - [anon_sym_GT] = ACTIONS(4454), - [anon_sym_where] = ACTIONS(4454), - [anon_sym_object] = ACTIONS(4454), - [anon_sym_fun] = ACTIONS(4454), - [anon_sym_DOT] = ACTIONS(4454), - [anon_sym_SEMI] = ACTIONS(4456), - [anon_sym_get] = ACTIONS(4454), - [anon_sym_set] = ACTIONS(4454), - [anon_sym_this] = ACTIONS(4454), - [anon_sym_super] = ACTIONS(4454), - [anon_sym_STAR] = ACTIONS(4454), - [sym_label] = ACTIONS(4454), - [anon_sym_in] = ACTIONS(4454), - [anon_sym_DOT_DOT] = ACTIONS(4456), - [anon_sym_QMARK_COLON] = ACTIONS(4456), - [anon_sym_AMP_AMP] = ACTIONS(4456), - [anon_sym_PIPE_PIPE] = ACTIONS(4456), - [anon_sym_null] = ACTIONS(4454), - [anon_sym_if] = ACTIONS(4454), - [anon_sym_else] = ACTIONS(4454), - [anon_sym_when] = ACTIONS(4454), - [anon_sym_try] = ACTIONS(4454), - [anon_sym_throw] = ACTIONS(4454), - [anon_sym_return] = ACTIONS(4454), - [anon_sym_continue] = ACTIONS(4454), - [anon_sym_break] = ACTIONS(4454), - [anon_sym_COLON_COLON] = ACTIONS(4456), - [anon_sym_PLUS_EQ] = ACTIONS(4456), - [anon_sym_DASH_EQ] = ACTIONS(4456), - [anon_sym_STAR_EQ] = ACTIONS(4456), - [anon_sym_SLASH_EQ] = ACTIONS(4456), - [anon_sym_PERCENT_EQ] = ACTIONS(4456), - [anon_sym_BANG_EQ] = ACTIONS(4454), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4456), - [anon_sym_EQ_EQ] = ACTIONS(4454), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4456), - [anon_sym_LT_EQ] = ACTIONS(4456), - [anon_sym_GT_EQ] = ACTIONS(4456), - [anon_sym_BANGin] = ACTIONS(4456), - [anon_sym_is] = ACTIONS(4454), - [anon_sym_BANGis] = ACTIONS(4456), - [anon_sym_PLUS] = ACTIONS(4454), - [anon_sym_DASH] = ACTIONS(4454), - [anon_sym_SLASH] = ACTIONS(4454), - [anon_sym_PERCENT] = ACTIONS(4454), - [anon_sym_as_QMARK] = ACTIONS(4456), - [anon_sym_PLUS_PLUS] = ACTIONS(4456), - [anon_sym_DASH_DASH] = ACTIONS(4456), - [anon_sym_BANG] = ACTIONS(4454), - [anon_sym_BANG_BANG] = ACTIONS(4456), - [anon_sym_data] = ACTIONS(4454), - [anon_sym_inner] = ACTIONS(4454), - [anon_sym_expect] = ACTIONS(4454), - [anon_sym_actual] = ACTIONS(4454), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4456), - [anon_sym_continue_AT] = ACTIONS(4456), - [anon_sym_break_AT] = ACTIONS(4456), - [sym_real_literal] = ACTIONS(4456), - [sym_integer_literal] = ACTIONS(4454), - [sym_hex_literal] = ACTIONS(4456), - [sym_bin_literal] = ACTIONS(4456), - [anon_sym_true] = ACTIONS(4454), - [anon_sym_false] = ACTIONS(4454), - [anon_sym_SQUOTE] = ACTIONS(4456), - [sym__backtick_identifier] = ACTIONS(4456), - [sym__automatic_semicolon] = ACTIONS(4456), - [sym_safe_nav] = ACTIONS(4456), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4456), + [2961] = { + [sym_class_body] = STATE(3220), + [sym_type_constraints] = STATE(3090), + [sym__alpha_identifier] = ACTIONS(4402), + [anon_sym_AT] = ACTIONS(4404), + [anon_sym_LBRACK] = ACTIONS(4404), + [anon_sym_as] = ACTIONS(4402), + [anon_sym_EQ] = ACTIONS(4402), + [anon_sym_LBRACE] = ACTIONS(3144), + [anon_sym_RBRACE] = ACTIONS(4404), + [anon_sym_LPAREN] = ACTIONS(4404), + [anon_sym_COMMA] = ACTIONS(4404), + [anon_sym_LT] = ACTIONS(4402), + [anon_sym_GT] = ACTIONS(4402), + [anon_sym_where] = ACTIONS(3118), + [anon_sym_object] = ACTIONS(4402), + [anon_sym_fun] = ACTIONS(4402), + [anon_sym_DOT] = ACTIONS(4402), + [anon_sym_SEMI] = ACTIONS(4404), + [anon_sym_get] = ACTIONS(4402), + [anon_sym_set] = ACTIONS(4402), + [anon_sym_this] = ACTIONS(4402), + [anon_sym_super] = ACTIONS(4402), + [anon_sym_STAR] = ACTIONS(4402), + [sym_label] = ACTIONS(4402), + [anon_sym_in] = ACTIONS(4402), + [anon_sym_DOT_DOT] = ACTIONS(4404), + [anon_sym_QMARK_COLON] = ACTIONS(4404), + [anon_sym_AMP_AMP] = ACTIONS(4404), + [anon_sym_PIPE_PIPE] = ACTIONS(4404), + [anon_sym_null] = ACTIONS(4402), + [anon_sym_if] = ACTIONS(4402), + [anon_sym_else] = ACTIONS(4402), + [anon_sym_when] = ACTIONS(4402), + [anon_sym_try] = ACTIONS(4402), + [anon_sym_throw] = ACTIONS(4402), + [anon_sym_return] = ACTIONS(4402), + [anon_sym_continue] = ACTIONS(4402), + [anon_sym_break] = ACTIONS(4402), + [anon_sym_COLON_COLON] = ACTIONS(4404), + [anon_sym_PLUS_EQ] = ACTIONS(4404), + [anon_sym_DASH_EQ] = ACTIONS(4404), + [anon_sym_STAR_EQ] = ACTIONS(4404), + [anon_sym_SLASH_EQ] = ACTIONS(4404), + [anon_sym_PERCENT_EQ] = ACTIONS(4404), + [anon_sym_BANG_EQ] = ACTIONS(4402), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4404), + [anon_sym_EQ_EQ] = ACTIONS(4402), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4404), + [anon_sym_LT_EQ] = ACTIONS(4404), + [anon_sym_GT_EQ] = ACTIONS(4404), + [anon_sym_BANGin] = ACTIONS(4404), + [anon_sym_is] = ACTIONS(4402), + [anon_sym_BANGis] = ACTIONS(4404), + [anon_sym_PLUS] = ACTIONS(4402), + [anon_sym_DASH] = ACTIONS(4402), + [anon_sym_SLASH] = ACTIONS(4402), + [anon_sym_PERCENT] = ACTIONS(4402), + [anon_sym_as_QMARK] = ACTIONS(4404), + [anon_sym_PLUS_PLUS] = ACTIONS(4404), + [anon_sym_DASH_DASH] = ACTIONS(4404), + [anon_sym_BANG] = ACTIONS(4402), + [anon_sym_BANG_BANG] = ACTIONS(4404), + [anon_sym_data] = ACTIONS(4402), + [anon_sym_inner] = ACTIONS(4402), + [anon_sym_expect] = ACTIONS(4402), + [anon_sym_actual] = ACTIONS(4402), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4404), + [anon_sym_continue_AT] = ACTIONS(4404), + [anon_sym_break_AT] = ACTIONS(4404), + [sym_real_literal] = ACTIONS(4404), + [sym_integer_literal] = ACTIONS(4402), + [sym_hex_literal] = ACTIONS(4404), + [sym_bin_literal] = ACTIONS(4404), + [anon_sym_true] = ACTIONS(4402), + [anon_sym_false] = ACTIONS(4402), + [anon_sym_SQUOTE] = ACTIONS(4404), + [sym__backtick_identifier] = ACTIONS(4404), + [sym__automatic_semicolon] = ACTIONS(4404), + [sym_safe_nav] = ACTIONS(4404), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4404), }, - [2976] = { - [sym__alpha_identifier] = ACTIONS(4406), - [anon_sym_AT] = ACTIONS(4408), - [anon_sym_LBRACK] = ACTIONS(4408), - [anon_sym_as] = ACTIONS(4406), - [anon_sym_EQ] = ACTIONS(4406), - [anon_sym_LBRACE] = ACTIONS(4408), - [anon_sym_RBRACE] = ACTIONS(4408), - [anon_sym_LPAREN] = ACTIONS(4408), - [anon_sym_COMMA] = ACTIONS(4408), - [anon_sym_LT] = ACTIONS(4406), - [anon_sym_GT] = ACTIONS(4406), - [anon_sym_where] = ACTIONS(4406), - [anon_sym_object] = ACTIONS(4406), - [anon_sym_fun] = ACTIONS(4406), - [anon_sym_DOT] = ACTIONS(4406), - [anon_sym_SEMI] = ACTIONS(4408), - [anon_sym_get] = ACTIONS(4406), - [anon_sym_set] = ACTIONS(4406), - [anon_sym_this] = ACTIONS(4406), - [anon_sym_super] = ACTIONS(4406), - [anon_sym_STAR] = ACTIONS(4406), - [sym_label] = ACTIONS(4406), - [anon_sym_in] = ACTIONS(4406), - [anon_sym_DOT_DOT] = ACTIONS(4408), - [anon_sym_QMARK_COLON] = ACTIONS(4408), - [anon_sym_AMP_AMP] = ACTIONS(4408), - [anon_sym_PIPE_PIPE] = ACTIONS(4408), - [anon_sym_null] = ACTIONS(4406), - [anon_sym_if] = ACTIONS(4406), - [anon_sym_else] = ACTIONS(4406), - [anon_sym_when] = ACTIONS(4406), - [anon_sym_try] = ACTIONS(4406), - [anon_sym_catch] = ACTIONS(4406), - [anon_sym_finally] = ACTIONS(4406), - [anon_sym_throw] = ACTIONS(4406), - [anon_sym_return] = ACTIONS(4406), - [anon_sym_continue] = ACTIONS(4406), - [anon_sym_break] = ACTIONS(4406), - [anon_sym_COLON_COLON] = ACTIONS(4408), - [anon_sym_PLUS_EQ] = ACTIONS(4408), - [anon_sym_DASH_EQ] = ACTIONS(4408), - [anon_sym_STAR_EQ] = ACTIONS(4408), - [anon_sym_SLASH_EQ] = ACTIONS(4408), - [anon_sym_PERCENT_EQ] = ACTIONS(4408), - [anon_sym_BANG_EQ] = ACTIONS(4406), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4408), - [anon_sym_EQ_EQ] = ACTIONS(4406), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4408), - [anon_sym_LT_EQ] = ACTIONS(4408), - [anon_sym_GT_EQ] = ACTIONS(4408), - [anon_sym_BANGin] = ACTIONS(4408), - [anon_sym_is] = ACTIONS(4406), - [anon_sym_BANGis] = ACTIONS(4408), - [anon_sym_PLUS] = ACTIONS(4406), - [anon_sym_DASH] = ACTIONS(4406), - [anon_sym_SLASH] = ACTIONS(4406), - [anon_sym_PERCENT] = ACTIONS(4406), - [anon_sym_as_QMARK] = ACTIONS(4408), - [anon_sym_PLUS_PLUS] = ACTIONS(4408), - [anon_sym_DASH_DASH] = ACTIONS(4408), - [anon_sym_BANG] = ACTIONS(4406), - [anon_sym_BANG_BANG] = ACTIONS(4408), - [anon_sym_data] = ACTIONS(4406), - [anon_sym_inner] = ACTIONS(4406), - [anon_sym_expect] = ACTIONS(4406), - [anon_sym_actual] = ACTIONS(4406), + [2962] = { + [sym__alpha_identifier] = ACTIONS(4491), + [anon_sym_AT] = ACTIONS(4493), + [anon_sym_LBRACK] = ACTIONS(4493), + [anon_sym_as] = ACTIONS(4491), + [anon_sym_EQ] = ACTIONS(4491), + [anon_sym_LBRACE] = ACTIONS(4493), + [anon_sym_RBRACE] = ACTIONS(4493), + [anon_sym_LPAREN] = ACTIONS(4493), + [anon_sym_COMMA] = ACTIONS(4493), + [anon_sym_by] = ACTIONS(4491), + [anon_sym_LT] = ACTIONS(4491), + [anon_sym_GT] = ACTIONS(4491), + [anon_sym_where] = ACTIONS(4491), + [anon_sym_object] = ACTIONS(4491), + [anon_sym_fun] = ACTIONS(4491), + [anon_sym_DOT] = ACTIONS(4491), + [anon_sym_SEMI] = ACTIONS(4493), + [anon_sym_get] = ACTIONS(4491), + [anon_sym_set] = ACTIONS(4491), + [anon_sym_this] = ACTIONS(4491), + [anon_sym_super] = ACTIONS(4491), + [sym__quest] = ACTIONS(4491), + [anon_sym_STAR] = ACTIONS(4491), + [sym_label] = ACTIONS(4491), + [anon_sym_in] = ACTIONS(4491), + [anon_sym_DOT_DOT] = ACTIONS(4493), + [anon_sym_QMARK_COLON] = ACTIONS(4493), + [anon_sym_AMP_AMP] = ACTIONS(4493), + [anon_sym_PIPE_PIPE] = ACTIONS(4493), + [anon_sym_null] = ACTIONS(4491), + [anon_sym_if] = ACTIONS(4491), + [anon_sym_else] = ACTIONS(4491), + [anon_sym_when] = ACTIONS(4491), + [anon_sym_try] = ACTIONS(4491), + [anon_sym_throw] = ACTIONS(4491), + [anon_sym_return] = ACTIONS(4491), + [anon_sym_continue] = ACTIONS(4491), + [anon_sym_break] = ACTIONS(4491), + [anon_sym_COLON_COLON] = ACTIONS(4493), + [anon_sym_PLUS_EQ] = ACTIONS(4493), + [anon_sym_DASH_EQ] = ACTIONS(4493), + [anon_sym_STAR_EQ] = ACTIONS(4493), + [anon_sym_SLASH_EQ] = ACTIONS(4493), + [anon_sym_PERCENT_EQ] = ACTIONS(4493), + [anon_sym_BANG_EQ] = ACTIONS(4491), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4493), + [anon_sym_EQ_EQ] = ACTIONS(4491), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4493), + [anon_sym_LT_EQ] = ACTIONS(4493), + [anon_sym_GT_EQ] = ACTIONS(4493), + [anon_sym_BANGin] = ACTIONS(4493), + [anon_sym_is] = ACTIONS(4491), + [anon_sym_BANGis] = ACTIONS(4493), + [anon_sym_PLUS] = ACTIONS(4491), + [anon_sym_DASH] = ACTIONS(4491), + [anon_sym_SLASH] = ACTIONS(4491), + [anon_sym_PERCENT] = ACTIONS(4491), + [anon_sym_as_QMARK] = ACTIONS(4493), + [anon_sym_PLUS_PLUS] = ACTIONS(4493), + [anon_sym_DASH_DASH] = ACTIONS(4493), + [anon_sym_BANG] = ACTIONS(4491), + [anon_sym_BANG_BANG] = ACTIONS(4493), + [anon_sym_data] = ACTIONS(4491), + [anon_sym_inner] = ACTIONS(4491), + [anon_sym_expect] = ACTIONS(4491), + [anon_sym_actual] = ACTIONS(4491), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4408), - [anon_sym_continue_AT] = ACTIONS(4408), - [anon_sym_break_AT] = ACTIONS(4408), - [sym_real_literal] = ACTIONS(4408), - [sym_integer_literal] = ACTIONS(4406), - [sym_hex_literal] = ACTIONS(4408), - [sym_bin_literal] = ACTIONS(4408), - [anon_sym_true] = ACTIONS(4406), - [anon_sym_false] = ACTIONS(4406), - [anon_sym_SQUOTE] = ACTIONS(4408), - [sym__backtick_identifier] = ACTIONS(4408), - [sym__automatic_semicolon] = ACTIONS(4408), - [sym_safe_nav] = ACTIONS(4408), + [anon_sym_return_AT] = ACTIONS(4493), + [anon_sym_continue_AT] = ACTIONS(4493), + [anon_sym_break_AT] = ACTIONS(4493), + [sym_real_literal] = ACTIONS(4493), + [sym_integer_literal] = ACTIONS(4491), + [sym_hex_literal] = ACTIONS(4493), + [sym_bin_literal] = ACTIONS(4493), + [anon_sym_true] = ACTIONS(4491), + [anon_sym_false] = ACTIONS(4491), + [anon_sym_SQUOTE] = ACTIONS(4493), + [sym__backtick_identifier] = ACTIONS(4493), + [sym__automatic_semicolon] = ACTIONS(4493), + [sym_safe_nav] = ACTIONS(4493), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4408), + [sym__string_start] = ACTIONS(4493), }, - [2977] = { - [sym_class_body] = STATE(3247), - [sym__alpha_identifier] = ACTIONS(4509), - [anon_sym_AT] = ACTIONS(4511), - [anon_sym_COLON] = ACTIONS(6373), - [anon_sym_LBRACK] = ACTIONS(4511), - [anon_sym_RBRACK] = ACTIONS(4511), - [anon_sym_as] = ACTIONS(4509), - [anon_sym_EQ] = ACTIONS(4509), - [anon_sym_LBRACE] = ACTIONS(5147), - [anon_sym_RBRACE] = ACTIONS(4511), - [anon_sym_LPAREN] = ACTIONS(4511), - [anon_sym_COMMA] = ACTIONS(4511), - [anon_sym_RPAREN] = ACTIONS(4511), - [anon_sym_LT] = ACTIONS(4509), - [anon_sym_GT] = ACTIONS(4509), - [anon_sym_where] = ACTIONS(4509), - [anon_sym_DOT] = ACTIONS(4509), - [anon_sym_SEMI] = ACTIONS(4511), - [anon_sym_get] = ACTIONS(4509), - [anon_sym_set] = ACTIONS(4509), - [anon_sym_STAR] = ACTIONS(4509), - [anon_sym_DASH_GT] = ACTIONS(4511), + [2963] = { + [sym_function_body] = STATE(3171), + [sym__block] = STATE(3334), + [sym__alpha_identifier] = ACTIONS(4256), + [anon_sym_AT] = ACTIONS(4258), + [anon_sym_LBRACK] = ACTIONS(4258), + [anon_sym_as] = ACTIONS(4256), + [anon_sym_EQ] = ACTIONS(6242), + [anon_sym_LBRACE] = ACTIONS(6244), + [anon_sym_RBRACE] = ACTIONS(4258), + [anon_sym_LPAREN] = ACTIONS(4258), + [anon_sym_COMMA] = ACTIONS(4258), + [anon_sym_LT] = ACTIONS(4256), + [anon_sym_GT] = ACTIONS(4256), + [anon_sym_where] = ACTIONS(4256), + [anon_sym_object] = ACTIONS(4256), + [anon_sym_fun] = ACTIONS(4256), + [anon_sym_DOT] = ACTIONS(4256), + [anon_sym_SEMI] = ACTIONS(4258), + [anon_sym_get] = ACTIONS(4256), + [anon_sym_set] = ACTIONS(4256), + [anon_sym_this] = ACTIONS(4256), + [anon_sym_super] = ACTIONS(4256), + [anon_sym_STAR] = ACTIONS(4256), + [sym_label] = ACTIONS(4256), + [anon_sym_in] = ACTIONS(4256), + [anon_sym_DOT_DOT] = ACTIONS(4258), + [anon_sym_QMARK_COLON] = ACTIONS(4258), + [anon_sym_AMP_AMP] = ACTIONS(4258), + [anon_sym_PIPE_PIPE] = ACTIONS(4258), + [anon_sym_null] = ACTIONS(4256), + [anon_sym_if] = ACTIONS(4256), + [anon_sym_else] = ACTIONS(4256), + [anon_sym_when] = ACTIONS(4256), + [anon_sym_try] = ACTIONS(4256), + [anon_sym_throw] = ACTIONS(4256), + [anon_sym_return] = ACTIONS(4256), + [anon_sym_continue] = ACTIONS(4256), + [anon_sym_break] = ACTIONS(4256), + [anon_sym_COLON_COLON] = ACTIONS(4258), + [anon_sym_PLUS_EQ] = ACTIONS(4258), + [anon_sym_DASH_EQ] = ACTIONS(4258), + [anon_sym_STAR_EQ] = ACTIONS(4258), + [anon_sym_SLASH_EQ] = ACTIONS(4258), + [anon_sym_PERCENT_EQ] = ACTIONS(4258), + [anon_sym_BANG_EQ] = ACTIONS(4256), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4258), + [anon_sym_EQ_EQ] = ACTIONS(4256), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4258), + [anon_sym_LT_EQ] = ACTIONS(4258), + [anon_sym_GT_EQ] = ACTIONS(4258), + [anon_sym_BANGin] = ACTIONS(4258), + [anon_sym_is] = ACTIONS(4256), + [anon_sym_BANGis] = ACTIONS(4258), + [anon_sym_PLUS] = ACTIONS(4256), + [anon_sym_DASH] = ACTIONS(4256), + [anon_sym_SLASH] = ACTIONS(4256), + [anon_sym_PERCENT] = ACTIONS(4256), + [anon_sym_as_QMARK] = ACTIONS(4258), + [anon_sym_PLUS_PLUS] = ACTIONS(4258), + [anon_sym_DASH_DASH] = ACTIONS(4258), + [anon_sym_BANG] = ACTIONS(4256), + [anon_sym_BANG_BANG] = ACTIONS(4258), + [anon_sym_data] = ACTIONS(4256), + [anon_sym_inner] = ACTIONS(4256), + [anon_sym_expect] = ACTIONS(4256), + [anon_sym_actual] = ACTIONS(4256), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4258), + [anon_sym_continue_AT] = ACTIONS(4258), + [anon_sym_break_AT] = ACTIONS(4258), + [sym_real_literal] = ACTIONS(4258), + [sym_integer_literal] = ACTIONS(4256), + [sym_hex_literal] = ACTIONS(4258), + [sym_bin_literal] = ACTIONS(4258), + [anon_sym_true] = ACTIONS(4256), + [anon_sym_false] = ACTIONS(4256), + [anon_sym_SQUOTE] = ACTIONS(4258), + [sym__backtick_identifier] = ACTIONS(4258), + [sym__automatic_semicolon] = ACTIONS(4258), + [sym_safe_nav] = ACTIONS(4258), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4258), + }, + [2964] = { + [aux_sym_type_constraints_repeat1] = STATE(2900), + [sym__alpha_identifier] = ACTIONS(4456), + [anon_sym_AT] = ACTIONS(4458), + [anon_sym_LBRACK] = ACTIONS(4458), + [anon_sym_RBRACK] = ACTIONS(4458), + [anon_sym_as] = ACTIONS(4456), + [anon_sym_EQ] = ACTIONS(4456), + [anon_sym_LBRACE] = ACTIONS(4458), + [anon_sym_RBRACE] = ACTIONS(4458), + [anon_sym_LPAREN] = ACTIONS(4458), + [anon_sym_COMMA] = ACTIONS(6373), + [anon_sym_RPAREN] = ACTIONS(4458), + [anon_sym_by] = ACTIONS(4456), + [anon_sym_LT] = ACTIONS(4456), + [anon_sym_GT] = ACTIONS(4456), + [anon_sym_where] = ACTIONS(4456), + [anon_sym_DOT] = ACTIONS(4456), + [anon_sym_SEMI] = ACTIONS(4458), + [anon_sym_get] = ACTIONS(4456), + [anon_sym_set] = ACTIONS(4456), + [anon_sym_STAR] = ACTIONS(4456), + [anon_sym_DASH_GT] = ACTIONS(4458), + [sym_label] = ACTIONS(4458), + [anon_sym_in] = ACTIONS(4456), + [anon_sym_while] = ACTIONS(4456), + [anon_sym_DOT_DOT] = ACTIONS(4458), + [anon_sym_QMARK_COLON] = ACTIONS(4458), + [anon_sym_AMP_AMP] = ACTIONS(4458), + [anon_sym_PIPE_PIPE] = ACTIONS(4458), + [anon_sym_else] = ACTIONS(4456), + [anon_sym_COLON_COLON] = ACTIONS(4458), + [anon_sym_PLUS_EQ] = ACTIONS(4458), + [anon_sym_DASH_EQ] = ACTIONS(4458), + [anon_sym_STAR_EQ] = ACTIONS(4458), + [anon_sym_SLASH_EQ] = ACTIONS(4458), + [anon_sym_PERCENT_EQ] = ACTIONS(4458), + [anon_sym_BANG_EQ] = ACTIONS(4456), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4458), + [anon_sym_EQ_EQ] = ACTIONS(4456), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4458), + [anon_sym_LT_EQ] = ACTIONS(4458), + [anon_sym_GT_EQ] = ACTIONS(4458), + [anon_sym_BANGin] = ACTIONS(4458), + [anon_sym_is] = ACTIONS(4456), + [anon_sym_BANGis] = ACTIONS(4458), + [anon_sym_PLUS] = ACTIONS(4456), + [anon_sym_DASH] = ACTIONS(4456), + [anon_sym_SLASH] = ACTIONS(4456), + [anon_sym_PERCENT] = ACTIONS(4456), + [anon_sym_as_QMARK] = ACTIONS(4458), + [anon_sym_PLUS_PLUS] = ACTIONS(4458), + [anon_sym_DASH_DASH] = ACTIONS(4458), + [anon_sym_BANG_BANG] = ACTIONS(4458), + [anon_sym_suspend] = ACTIONS(4456), + [anon_sym_sealed] = ACTIONS(4456), + [anon_sym_annotation] = ACTIONS(4456), + [anon_sym_data] = ACTIONS(4456), + [anon_sym_inner] = ACTIONS(4456), + [anon_sym_override] = ACTIONS(4456), + [anon_sym_lateinit] = ACTIONS(4456), + [anon_sym_public] = ACTIONS(4456), + [anon_sym_private] = ACTIONS(4456), + [anon_sym_internal] = ACTIONS(4456), + [anon_sym_protected] = ACTIONS(4456), + [anon_sym_tailrec] = ACTIONS(4456), + [anon_sym_operator] = ACTIONS(4456), + [anon_sym_infix] = ACTIONS(4456), + [anon_sym_inline] = ACTIONS(4456), + [anon_sym_external] = ACTIONS(4456), + [sym_property_modifier] = ACTIONS(4456), + [anon_sym_abstract] = ACTIONS(4456), + [anon_sym_final] = ACTIONS(4456), + [anon_sym_open] = ACTIONS(4456), + [anon_sym_vararg] = ACTIONS(4456), + [anon_sym_noinline] = ACTIONS(4456), + [anon_sym_crossinline] = ACTIONS(4456), + [anon_sym_expect] = ACTIONS(4456), + [anon_sym_actual] = ACTIONS(4456), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4458), + [sym_safe_nav] = ACTIONS(4458), + [sym_multiline_comment] = ACTIONS(3), + }, + [2965] = { + [sym_class_body] = STATE(3322), + [sym_type_constraints] = STATE(3078), + [sym__alpha_identifier] = ACTIONS(3186), + [anon_sym_AT] = ACTIONS(3190), + [anon_sym_COLON] = ACTIONS(3262), + [anon_sym_LBRACK] = ACTIONS(3190), + [anon_sym_as] = ACTIONS(3186), + [anon_sym_EQ] = ACTIONS(3186), + [anon_sym_LBRACE] = ACTIONS(3144), + [anon_sym_RBRACE] = ACTIONS(3190), + [anon_sym_LPAREN] = ACTIONS(3190), + [anon_sym_LT] = ACTIONS(3186), + [anon_sym_GT] = ACTIONS(3186), + [anon_sym_where] = ACTIONS(3118), + [anon_sym_object] = ACTIONS(3186), + [anon_sym_fun] = ACTIONS(3186), + [anon_sym_DOT] = ACTIONS(3186), + [anon_sym_SEMI] = ACTIONS(3190), + [anon_sym_get] = ACTIONS(3186), + [anon_sym_set] = ACTIONS(3186), + [anon_sym_this] = ACTIONS(3186), + [anon_sym_super] = ACTIONS(3186), + [anon_sym_STAR] = ACTIONS(3186), + [sym_label] = ACTIONS(3186), + [anon_sym_in] = ACTIONS(3186), + [anon_sym_DOT_DOT] = ACTIONS(3190), + [anon_sym_QMARK_COLON] = ACTIONS(3190), + [anon_sym_AMP_AMP] = ACTIONS(3190), + [anon_sym_PIPE_PIPE] = ACTIONS(3190), + [anon_sym_null] = ACTIONS(3186), + [anon_sym_if] = ACTIONS(3186), + [anon_sym_else] = ACTIONS(3186), + [anon_sym_when] = ACTIONS(3186), + [anon_sym_try] = ACTIONS(3186), + [anon_sym_throw] = ACTIONS(3186), + [anon_sym_return] = ACTIONS(3186), + [anon_sym_continue] = ACTIONS(3186), + [anon_sym_break] = ACTIONS(3186), + [anon_sym_COLON_COLON] = ACTIONS(3190), + [anon_sym_PLUS_EQ] = ACTIONS(3190), + [anon_sym_DASH_EQ] = ACTIONS(3190), + [anon_sym_STAR_EQ] = ACTIONS(3190), + [anon_sym_SLASH_EQ] = ACTIONS(3190), + [anon_sym_PERCENT_EQ] = ACTIONS(3190), + [anon_sym_BANG_EQ] = ACTIONS(3186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3190), + [anon_sym_EQ_EQ] = ACTIONS(3186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3190), + [anon_sym_LT_EQ] = ACTIONS(3190), + [anon_sym_GT_EQ] = ACTIONS(3190), + [anon_sym_BANGin] = ACTIONS(3190), + [anon_sym_is] = ACTIONS(3186), + [anon_sym_BANGis] = ACTIONS(3190), + [anon_sym_PLUS] = ACTIONS(3186), + [anon_sym_DASH] = ACTIONS(3186), + [anon_sym_SLASH] = ACTIONS(3186), + [anon_sym_PERCENT] = ACTIONS(3186), + [anon_sym_as_QMARK] = ACTIONS(3190), + [anon_sym_PLUS_PLUS] = ACTIONS(3190), + [anon_sym_DASH_DASH] = ACTIONS(3190), + [anon_sym_BANG] = ACTIONS(3186), + [anon_sym_BANG_BANG] = ACTIONS(3190), + [anon_sym_data] = ACTIONS(3186), + [anon_sym_inner] = ACTIONS(3186), + [anon_sym_expect] = ACTIONS(3186), + [anon_sym_actual] = ACTIONS(3186), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3190), + [anon_sym_continue_AT] = ACTIONS(3190), + [anon_sym_break_AT] = ACTIONS(3190), + [sym_real_literal] = ACTIONS(3190), + [sym_integer_literal] = ACTIONS(3186), + [sym_hex_literal] = ACTIONS(3190), + [sym_bin_literal] = ACTIONS(3190), + [anon_sym_true] = ACTIONS(3186), + [anon_sym_false] = ACTIONS(3186), + [anon_sym_SQUOTE] = ACTIONS(3190), + [sym__backtick_identifier] = ACTIONS(3190), + [sym__automatic_semicolon] = ACTIONS(3190), + [sym_safe_nav] = ACTIONS(3190), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3190), + }, + [2966] = { + [sym__alpha_identifier] = ACTIONS(4113), + [anon_sym_AT] = ACTIONS(4109), + [anon_sym_COLON] = ACTIONS(6224), + [anon_sym_LBRACK] = ACTIONS(4109), + [anon_sym_RBRACK] = ACTIONS(4109), + [anon_sym_as] = ACTIONS(4113), + [anon_sym_EQ] = ACTIONS(4113), + [anon_sym_LBRACE] = ACTIONS(4109), + [anon_sym_RBRACE] = ACTIONS(4109), + [anon_sym_LPAREN] = ACTIONS(4109), + [anon_sym_COMMA] = ACTIONS(4109), + [anon_sym_RPAREN] = ACTIONS(4109), + [anon_sym_by] = ACTIONS(4113), + [anon_sym_LT] = ACTIONS(4113), + [anon_sym_GT] = ACTIONS(4113), + [anon_sym_where] = ACTIONS(4113), + [anon_sym_DOT] = ACTIONS(4113), + [anon_sym_SEMI] = ACTIONS(4109), + [anon_sym_get] = ACTIONS(4113), + [anon_sym_set] = ACTIONS(4113), + [anon_sym_STAR] = ACTIONS(4113), + [anon_sym_DASH_GT] = ACTIONS(4109), + [sym_label] = ACTIONS(4109), + [anon_sym_in] = ACTIONS(4113), + [anon_sym_while] = ACTIONS(4113), + [anon_sym_DOT_DOT] = ACTIONS(4109), + [anon_sym_QMARK_COLON] = ACTIONS(4109), + [anon_sym_AMP_AMP] = ACTIONS(4109), + [anon_sym_PIPE_PIPE] = ACTIONS(4109), + [anon_sym_else] = ACTIONS(4113), + [anon_sym_COLON_COLON] = ACTIONS(4109), + [anon_sym_PLUS_EQ] = ACTIONS(4109), + [anon_sym_DASH_EQ] = ACTIONS(4109), + [anon_sym_STAR_EQ] = ACTIONS(4109), + [anon_sym_SLASH_EQ] = ACTIONS(4109), + [anon_sym_PERCENT_EQ] = ACTIONS(4109), + [anon_sym_BANG_EQ] = ACTIONS(4113), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4109), + [anon_sym_EQ_EQ] = ACTIONS(4113), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4109), + [anon_sym_LT_EQ] = ACTIONS(4109), + [anon_sym_GT_EQ] = ACTIONS(4109), + [anon_sym_BANGin] = ACTIONS(4109), + [anon_sym_is] = ACTIONS(4113), + [anon_sym_BANGis] = ACTIONS(4109), + [anon_sym_PLUS] = ACTIONS(4113), + [anon_sym_DASH] = ACTIONS(4113), + [anon_sym_SLASH] = ACTIONS(4113), + [anon_sym_PERCENT] = ACTIONS(4113), + [anon_sym_as_QMARK] = ACTIONS(4109), + [anon_sym_PLUS_PLUS] = ACTIONS(4109), + [anon_sym_DASH_DASH] = ACTIONS(4109), + [anon_sym_BANG_BANG] = ACTIONS(4109), + [anon_sym_suspend] = ACTIONS(4113), + [anon_sym_sealed] = ACTIONS(4113), + [anon_sym_annotation] = ACTIONS(4113), + [anon_sym_data] = ACTIONS(4113), + [anon_sym_inner] = ACTIONS(4113), + [anon_sym_override] = ACTIONS(4113), + [anon_sym_lateinit] = ACTIONS(4113), + [anon_sym_public] = ACTIONS(4113), + [anon_sym_private] = ACTIONS(4113), + [anon_sym_internal] = ACTIONS(4113), + [anon_sym_protected] = ACTIONS(4113), + [anon_sym_tailrec] = ACTIONS(4113), + [anon_sym_operator] = ACTIONS(4113), + [anon_sym_infix] = ACTIONS(4113), + [anon_sym_inline] = ACTIONS(4113), + [anon_sym_external] = ACTIONS(4113), + [sym_property_modifier] = ACTIONS(4113), + [anon_sym_abstract] = ACTIONS(4113), + [anon_sym_final] = ACTIONS(4113), + [anon_sym_open] = ACTIONS(4113), + [anon_sym_vararg] = ACTIONS(4113), + [anon_sym_noinline] = ACTIONS(4113), + [anon_sym_crossinline] = ACTIONS(4113), + [anon_sym_expect] = ACTIONS(4113), + [anon_sym_actual] = ACTIONS(4113), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4109), + [sym_safe_nav] = ACTIONS(4109), + [sym_multiline_comment] = ACTIONS(3), + }, + [2967] = { + [sym__alpha_identifier] = ACTIONS(4477), + [anon_sym_AT] = ACTIONS(4479), + [anon_sym_LBRACK] = ACTIONS(4479), + [anon_sym_as] = ACTIONS(4477), + [anon_sym_EQ] = ACTIONS(4477), + [anon_sym_LBRACE] = ACTIONS(4479), + [anon_sym_RBRACE] = ACTIONS(4479), + [anon_sym_LPAREN] = ACTIONS(4479), + [anon_sym_COMMA] = ACTIONS(4479), + [anon_sym_LT] = ACTIONS(4477), + [anon_sym_GT] = ACTIONS(4477), + [anon_sym_where] = ACTIONS(4477), + [anon_sym_object] = ACTIONS(4477), + [anon_sym_fun] = ACTIONS(4477), + [anon_sym_DOT] = ACTIONS(4477), + [anon_sym_SEMI] = ACTIONS(4479), + [anon_sym_get] = ACTIONS(4477), + [anon_sym_set] = ACTIONS(4477), + [anon_sym_this] = ACTIONS(4477), + [anon_sym_super] = ACTIONS(4477), + [anon_sym_STAR] = ACTIONS(4477), + [sym_label] = ACTIONS(4477), + [anon_sym_in] = ACTIONS(4477), + [anon_sym_DOT_DOT] = ACTIONS(4479), + [anon_sym_QMARK_COLON] = ACTIONS(4479), + [anon_sym_AMP_AMP] = ACTIONS(4479), + [anon_sym_PIPE_PIPE] = ACTIONS(4479), + [anon_sym_null] = ACTIONS(4477), + [anon_sym_if] = ACTIONS(4477), + [anon_sym_else] = ACTIONS(4477), + [anon_sym_when] = ACTIONS(4477), + [anon_sym_try] = ACTIONS(4477), + [anon_sym_throw] = ACTIONS(4477), + [anon_sym_return] = ACTIONS(4477), + [anon_sym_continue] = ACTIONS(4477), + [anon_sym_break] = ACTIONS(4477), + [anon_sym_COLON_COLON] = ACTIONS(4479), + [anon_sym_PLUS_EQ] = ACTIONS(4479), + [anon_sym_DASH_EQ] = ACTIONS(4479), + [anon_sym_STAR_EQ] = ACTIONS(4479), + [anon_sym_SLASH_EQ] = ACTIONS(4479), + [anon_sym_PERCENT_EQ] = ACTIONS(4479), + [anon_sym_BANG_EQ] = ACTIONS(4477), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4479), + [anon_sym_EQ_EQ] = ACTIONS(4477), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4479), + [anon_sym_LT_EQ] = ACTIONS(4479), + [anon_sym_GT_EQ] = ACTIONS(4479), + [anon_sym_BANGin] = ACTIONS(4479), + [anon_sym_is] = ACTIONS(4477), + [anon_sym_BANGis] = ACTIONS(4479), + [anon_sym_PLUS] = ACTIONS(4477), + [anon_sym_DASH] = ACTIONS(4477), + [anon_sym_SLASH] = ACTIONS(4477), + [anon_sym_PERCENT] = ACTIONS(4477), + [anon_sym_as_QMARK] = ACTIONS(4479), + [anon_sym_PLUS_PLUS] = ACTIONS(4479), + [anon_sym_DASH_DASH] = ACTIONS(4479), + [anon_sym_BANG] = ACTIONS(4477), + [anon_sym_BANG_BANG] = ACTIONS(4479), + [anon_sym_data] = ACTIONS(4477), + [anon_sym_inner] = ACTIONS(4477), + [anon_sym_expect] = ACTIONS(4477), + [anon_sym_actual] = ACTIONS(4477), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4479), + [anon_sym_continue_AT] = ACTIONS(4479), + [anon_sym_break_AT] = ACTIONS(4479), + [sym_real_literal] = ACTIONS(4479), + [sym_integer_literal] = ACTIONS(4477), + [sym_hex_literal] = ACTIONS(4479), + [sym_bin_literal] = ACTIONS(4479), + [aux_sym_unsigned_literal_token1] = ACTIONS(6375), + [anon_sym_L] = ACTIONS(6377), + [anon_sym_true] = ACTIONS(4477), + [anon_sym_false] = ACTIONS(4477), + [anon_sym_SQUOTE] = ACTIONS(4479), + [sym__backtick_identifier] = ACTIONS(4479), + [sym__automatic_semicolon] = ACTIONS(4479), + [sym_safe_nav] = ACTIONS(4479), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4479), + }, + [2968] = { + [sym__alpha_identifier] = ACTIONS(4511), + [anon_sym_AT] = ACTIONS(4513), + [anon_sym_LBRACK] = ACTIONS(4513), + [anon_sym_as] = ACTIONS(4511), + [anon_sym_EQ] = ACTIONS(4511), + [anon_sym_LBRACE] = ACTIONS(4513), + [anon_sym_RBRACE] = ACTIONS(4513), + [anon_sym_LPAREN] = ACTIONS(4513), + [anon_sym_COMMA] = ACTIONS(4513), + [anon_sym_LT] = ACTIONS(4511), + [anon_sym_GT] = ACTIONS(4511), + [anon_sym_where] = ACTIONS(4511), + [anon_sym_object] = ACTIONS(4511), + [anon_sym_fun] = ACTIONS(4511), + [anon_sym_DOT] = ACTIONS(4511), + [anon_sym_SEMI] = ACTIONS(4513), + [anon_sym_get] = ACTIONS(4511), + [anon_sym_set] = ACTIONS(4511), + [anon_sym_this] = ACTIONS(4511), + [anon_sym_super] = ACTIONS(4511), + [anon_sym_STAR] = ACTIONS(4511), [sym_label] = ACTIONS(4511), - [anon_sym_in] = ACTIONS(4509), - [anon_sym_while] = ACTIONS(4509), - [anon_sym_DOT_DOT] = ACTIONS(4511), - [anon_sym_QMARK_COLON] = ACTIONS(4511), - [anon_sym_AMP_AMP] = ACTIONS(4511), - [anon_sym_PIPE_PIPE] = ACTIONS(4511), - [anon_sym_else] = ACTIONS(4509), - [anon_sym_COLON_COLON] = ACTIONS(4511), - [anon_sym_PLUS_EQ] = ACTIONS(4511), - [anon_sym_DASH_EQ] = ACTIONS(4511), - [anon_sym_STAR_EQ] = ACTIONS(4511), - [anon_sym_SLASH_EQ] = ACTIONS(4511), - [anon_sym_PERCENT_EQ] = ACTIONS(4511), - [anon_sym_BANG_EQ] = ACTIONS(4509), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4511), - [anon_sym_EQ_EQ] = ACTIONS(4509), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4511), - [anon_sym_LT_EQ] = ACTIONS(4511), - [anon_sym_GT_EQ] = ACTIONS(4511), - [anon_sym_BANGin] = ACTIONS(4511), - [anon_sym_is] = ACTIONS(4509), - [anon_sym_BANGis] = ACTIONS(4511), - [anon_sym_PLUS] = ACTIONS(4509), - [anon_sym_DASH] = ACTIONS(4509), - [anon_sym_SLASH] = ACTIONS(4509), - [anon_sym_PERCENT] = ACTIONS(4509), - [anon_sym_as_QMARK] = ACTIONS(4511), - [anon_sym_PLUS_PLUS] = ACTIONS(4511), - [anon_sym_DASH_DASH] = ACTIONS(4511), - [anon_sym_BANG_BANG] = ACTIONS(4511), - [anon_sym_suspend] = ACTIONS(4509), - [anon_sym_sealed] = ACTIONS(4509), - [anon_sym_annotation] = ACTIONS(4509), - [anon_sym_data] = ACTIONS(4509), - [anon_sym_inner] = ACTIONS(4509), - [anon_sym_override] = ACTIONS(4509), - [anon_sym_lateinit] = ACTIONS(4509), - [anon_sym_public] = ACTIONS(4509), - [anon_sym_private] = ACTIONS(4509), - [anon_sym_internal] = ACTIONS(4509), - [anon_sym_protected] = ACTIONS(4509), - [anon_sym_tailrec] = ACTIONS(4509), - [anon_sym_operator] = ACTIONS(4509), - [anon_sym_infix] = ACTIONS(4509), - [anon_sym_inline] = ACTIONS(4509), - [anon_sym_external] = ACTIONS(4509), - [sym_property_modifier] = ACTIONS(4509), - [anon_sym_abstract] = ACTIONS(4509), - [anon_sym_final] = ACTIONS(4509), - [anon_sym_open] = ACTIONS(4509), - [anon_sym_vararg] = ACTIONS(4509), - [anon_sym_noinline] = ACTIONS(4509), - [anon_sym_crossinline] = ACTIONS(4509), - [anon_sym_expect] = ACTIONS(4509), - [anon_sym_actual] = ACTIONS(4509), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4511), - [sym_safe_nav] = ACTIONS(4511), + [anon_sym_in] = ACTIONS(4511), + [anon_sym_DOT_DOT] = ACTIONS(4513), + [anon_sym_QMARK_COLON] = ACTIONS(4513), + [anon_sym_AMP_AMP] = ACTIONS(4513), + [anon_sym_PIPE_PIPE] = ACTIONS(4513), + [anon_sym_null] = ACTIONS(4511), + [anon_sym_if] = ACTIONS(4511), + [anon_sym_else] = ACTIONS(4511), + [anon_sym_when] = ACTIONS(4511), + [anon_sym_try] = ACTIONS(4511), + [anon_sym_catch] = ACTIONS(4511), + [anon_sym_finally] = ACTIONS(4511), + [anon_sym_throw] = ACTIONS(4511), + [anon_sym_return] = ACTIONS(4511), + [anon_sym_continue] = ACTIONS(4511), + [anon_sym_break] = ACTIONS(4511), + [anon_sym_COLON_COLON] = ACTIONS(4513), + [anon_sym_PLUS_EQ] = ACTIONS(4513), + [anon_sym_DASH_EQ] = ACTIONS(4513), + [anon_sym_STAR_EQ] = ACTIONS(4513), + [anon_sym_SLASH_EQ] = ACTIONS(4513), + [anon_sym_PERCENT_EQ] = ACTIONS(4513), + [anon_sym_BANG_EQ] = ACTIONS(4511), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4513), + [anon_sym_EQ_EQ] = ACTIONS(4511), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4513), + [anon_sym_LT_EQ] = ACTIONS(4513), + [anon_sym_GT_EQ] = ACTIONS(4513), + [anon_sym_BANGin] = ACTIONS(4513), + [anon_sym_is] = ACTIONS(4511), + [anon_sym_BANGis] = ACTIONS(4513), + [anon_sym_PLUS] = ACTIONS(4511), + [anon_sym_DASH] = ACTIONS(4511), + [anon_sym_SLASH] = ACTIONS(4511), + [anon_sym_PERCENT] = ACTIONS(4511), + [anon_sym_as_QMARK] = ACTIONS(4513), + [anon_sym_PLUS_PLUS] = ACTIONS(4513), + [anon_sym_DASH_DASH] = ACTIONS(4513), + [anon_sym_BANG] = ACTIONS(4511), + [anon_sym_BANG_BANG] = ACTIONS(4513), + [anon_sym_data] = ACTIONS(4511), + [anon_sym_inner] = ACTIONS(4511), + [anon_sym_expect] = ACTIONS(4511), + [anon_sym_actual] = ACTIONS(4511), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4513), + [anon_sym_continue_AT] = ACTIONS(4513), + [anon_sym_break_AT] = ACTIONS(4513), + [sym_real_literal] = ACTIONS(4513), + [sym_integer_literal] = ACTIONS(4511), + [sym_hex_literal] = ACTIONS(4513), + [sym_bin_literal] = ACTIONS(4513), + [anon_sym_true] = ACTIONS(4511), + [anon_sym_false] = ACTIONS(4511), + [anon_sym_SQUOTE] = ACTIONS(4513), + [sym__backtick_identifier] = ACTIONS(4513), + [sym__automatic_semicolon] = ACTIONS(4513), + [sym_safe_nav] = ACTIONS(4513), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4513), + }, + [2969] = { + [sym__alpha_identifier] = ACTIONS(4519), + [anon_sym_AT] = ACTIONS(4521), + [anon_sym_LBRACK] = ACTIONS(4521), + [anon_sym_RBRACK] = ACTIONS(4521), + [anon_sym_as] = ACTIONS(4519), + [anon_sym_EQ] = ACTIONS(4519), + [anon_sym_LBRACE] = ACTIONS(4521), + [anon_sym_RBRACE] = ACTIONS(4521), + [anon_sym_LPAREN] = ACTIONS(4521), + [anon_sym_COMMA] = ACTIONS(4521), + [anon_sym_RPAREN] = ACTIONS(4521), + [anon_sym_LT] = ACTIONS(4519), + [anon_sym_GT] = ACTIONS(4519), + [anon_sym_where] = ACTIONS(4519), + [anon_sym_DOT] = ACTIONS(4519), + [anon_sym_SEMI] = ACTIONS(4521), + [anon_sym_get] = ACTIONS(4519), + [anon_sym_set] = ACTIONS(4519), + [anon_sym_STAR] = ACTIONS(4519), + [anon_sym_DASH_GT] = ACTIONS(4521), + [sym_label] = ACTIONS(4521), + [anon_sym_in] = ACTIONS(4519), + [anon_sym_while] = ACTIONS(4519), + [anon_sym_DOT_DOT] = ACTIONS(4521), + [anon_sym_QMARK_COLON] = ACTIONS(4521), + [anon_sym_AMP_AMP] = ACTIONS(4521), + [anon_sym_PIPE_PIPE] = ACTIONS(4521), + [anon_sym_else] = ACTIONS(4519), + [anon_sym_catch] = ACTIONS(4519), + [anon_sym_finally] = ACTIONS(4519), + [anon_sym_COLON_COLON] = ACTIONS(4521), + [anon_sym_PLUS_EQ] = ACTIONS(4521), + [anon_sym_DASH_EQ] = ACTIONS(4521), + [anon_sym_STAR_EQ] = ACTIONS(4521), + [anon_sym_SLASH_EQ] = ACTIONS(4521), + [anon_sym_PERCENT_EQ] = ACTIONS(4521), + [anon_sym_BANG_EQ] = ACTIONS(4519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4521), + [anon_sym_EQ_EQ] = ACTIONS(4519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4521), + [anon_sym_LT_EQ] = ACTIONS(4521), + [anon_sym_GT_EQ] = ACTIONS(4521), + [anon_sym_BANGin] = ACTIONS(4521), + [anon_sym_is] = ACTIONS(4519), + [anon_sym_BANGis] = ACTIONS(4521), + [anon_sym_PLUS] = ACTIONS(4519), + [anon_sym_DASH] = ACTIONS(4519), + [anon_sym_SLASH] = ACTIONS(4519), + [anon_sym_PERCENT] = ACTIONS(4519), + [anon_sym_as_QMARK] = ACTIONS(4521), + [anon_sym_PLUS_PLUS] = ACTIONS(4521), + [anon_sym_DASH_DASH] = ACTIONS(4521), + [anon_sym_BANG_BANG] = ACTIONS(4521), + [anon_sym_suspend] = ACTIONS(4519), + [anon_sym_sealed] = ACTIONS(4519), + [anon_sym_annotation] = ACTIONS(4519), + [anon_sym_data] = ACTIONS(4519), + [anon_sym_inner] = ACTIONS(4519), + [anon_sym_override] = ACTIONS(4519), + [anon_sym_lateinit] = ACTIONS(4519), + [anon_sym_public] = ACTIONS(4519), + [anon_sym_private] = ACTIONS(4519), + [anon_sym_internal] = ACTIONS(4519), + [anon_sym_protected] = ACTIONS(4519), + [anon_sym_tailrec] = ACTIONS(4519), + [anon_sym_operator] = ACTIONS(4519), + [anon_sym_infix] = ACTIONS(4519), + [anon_sym_inline] = ACTIONS(4519), + [anon_sym_external] = ACTIONS(4519), + [sym_property_modifier] = ACTIONS(4519), + [anon_sym_abstract] = ACTIONS(4519), + [anon_sym_final] = ACTIONS(4519), + [anon_sym_open] = ACTIONS(4519), + [anon_sym_vararg] = ACTIONS(4519), + [anon_sym_noinline] = ACTIONS(4519), + [anon_sym_crossinline] = ACTIONS(4519), + [anon_sym_expect] = ACTIONS(4519), + [anon_sym_actual] = ACTIONS(4519), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4521), + [sym_safe_nav] = ACTIONS(4521), [sym_multiline_comment] = ACTIONS(3), }, - [2978] = { - [sym_class_body] = STATE(3183), - [sym_type_constraints] = STATE(3094), - [sym__alpha_identifier] = ACTIONS(4434), - [anon_sym_AT] = ACTIONS(4436), - [anon_sym_LBRACK] = ACTIONS(4436), - [anon_sym_RBRACK] = ACTIONS(4436), - [anon_sym_as] = ACTIONS(4434), - [anon_sym_EQ] = ACTIONS(4434), - [anon_sym_LBRACE] = ACTIONS(5147), - [anon_sym_RBRACE] = ACTIONS(4436), - [anon_sym_LPAREN] = ACTIONS(4436), - [anon_sym_COMMA] = ACTIONS(4436), - [anon_sym_RPAREN] = ACTIONS(4436), - [anon_sym_LT] = ACTIONS(4434), - [anon_sym_GT] = ACTIONS(4434), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(4434), - [anon_sym_SEMI] = ACTIONS(4436), - [anon_sym_get] = ACTIONS(4434), - [anon_sym_set] = ACTIONS(4434), - [anon_sym_STAR] = ACTIONS(4434), - [anon_sym_DASH_GT] = ACTIONS(4436), - [sym_label] = ACTIONS(4436), - [anon_sym_in] = ACTIONS(4434), - [anon_sym_while] = ACTIONS(4434), - [anon_sym_DOT_DOT] = ACTIONS(4436), - [anon_sym_QMARK_COLON] = ACTIONS(4436), - [anon_sym_AMP_AMP] = ACTIONS(4436), - [anon_sym_PIPE_PIPE] = ACTIONS(4436), - [anon_sym_else] = ACTIONS(4434), - [anon_sym_COLON_COLON] = ACTIONS(4436), - [anon_sym_PLUS_EQ] = ACTIONS(4436), - [anon_sym_DASH_EQ] = ACTIONS(4436), - [anon_sym_STAR_EQ] = ACTIONS(4436), - [anon_sym_SLASH_EQ] = ACTIONS(4436), - [anon_sym_PERCENT_EQ] = ACTIONS(4436), - [anon_sym_BANG_EQ] = ACTIONS(4434), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4436), - [anon_sym_EQ_EQ] = ACTIONS(4434), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4436), - [anon_sym_LT_EQ] = ACTIONS(4436), - [anon_sym_GT_EQ] = ACTIONS(4436), - [anon_sym_BANGin] = ACTIONS(4436), - [anon_sym_is] = ACTIONS(4434), - [anon_sym_BANGis] = ACTIONS(4436), - [anon_sym_PLUS] = ACTIONS(4434), - [anon_sym_DASH] = ACTIONS(4434), - [anon_sym_SLASH] = ACTIONS(4434), - [anon_sym_PERCENT] = ACTIONS(4434), - [anon_sym_as_QMARK] = ACTIONS(4436), - [anon_sym_PLUS_PLUS] = ACTIONS(4436), - [anon_sym_DASH_DASH] = ACTIONS(4436), - [anon_sym_BANG_BANG] = ACTIONS(4436), - [anon_sym_suspend] = ACTIONS(4434), - [anon_sym_sealed] = ACTIONS(4434), - [anon_sym_annotation] = ACTIONS(4434), - [anon_sym_data] = ACTIONS(4434), - [anon_sym_inner] = ACTIONS(4434), - [anon_sym_override] = ACTIONS(4434), - [anon_sym_lateinit] = ACTIONS(4434), - [anon_sym_public] = ACTIONS(4434), - [anon_sym_private] = ACTIONS(4434), - [anon_sym_internal] = ACTIONS(4434), - [anon_sym_protected] = ACTIONS(4434), - [anon_sym_tailrec] = ACTIONS(4434), - [anon_sym_operator] = ACTIONS(4434), - [anon_sym_infix] = ACTIONS(4434), - [anon_sym_inline] = ACTIONS(4434), - [anon_sym_external] = ACTIONS(4434), - [sym_property_modifier] = ACTIONS(4434), - [anon_sym_abstract] = ACTIONS(4434), - [anon_sym_final] = ACTIONS(4434), - [anon_sym_open] = ACTIONS(4434), - [anon_sym_vararg] = ACTIONS(4434), - [anon_sym_noinline] = ACTIONS(4434), - [anon_sym_crossinline] = ACTIONS(4434), - [anon_sym_expect] = ACTIONS(4434), - [anon_sym_actual] = ACTIONS(4434), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4436), - [sym_safe_nav] = ACTIONS(4436), + [2970] = { + [sym__alpha_identifier] = ACTIONS(4471), + [anon_sym_AT] = ACTIONS(4473), + [anon_sym_LBRACK] = ACTIONS(4473), + [anon_sym_as] = ACTIONS(4471), + [anon_sym_EQ] = ACTIONS(4471), + [anon_sym_LBRACE] = ACTIONS(4473), + [anon_sym_RBRACE] = ACTIONS(4473), + [anon_sym_LPAREN] = ACTIONS(4473), + [anon_sym_COMMA] = ACTIONS(4473), + [anon_sym_by] = ACTIONS(4471), + [anon_sym_LT] = ACTIONS(4471), + [anon_sym_GT] = ACTIONS(4471), + [anon_sym_where] = ACTIONS(4471), + [anon_sym_object] = ACTIONS(4471), + [anon_sym_fun] = ACTIONS(4471), + [anon_sym_DOT] = ACTIONS(4471), + [anon_sym_SEMI] = ACTIONS(4473), + [anon_sym_get] = ACTIONS(4471), + [anon_sym_set] = ACTIONS(4471), + [anon_sym_this] = ACTIONS(4471), + [anon_sym_super] = ACTIONS(4471), + [sym__quest] = ACTIONS(4471), + [anon_sym_STAR] = ACTIONS(4471), + [sym_label] = ACTIONS(4471), + [anon_sym_in] = ACTIONS(4471), + [anon_sym_DOT_DOT] = ACTIONS(4473), + [anon_sym_QMARK_COLON] = ACTIONS(4473), + [anon_sym_AMP_AMP] = ACTIONS(4473), + [anon_sym_PIPE_PIPE] = ACTIONS(4473), + [anon_sym_null] = ACTIONS(4471), + [anon_sym_if] = ACTIONS(4471), + [anon_sym_else] = ACTIONS(4471), + [anon_sym_when] = ACTIONS(4471), + [anon_sym_try] = ACTIONS(4471), + [anon_sym_throw] = ACTIONS(4471), + [anon_sym_return] = ACTIONS(4471), + [anon_sym_continue] = ACTIONS(4471), + [anon_sym_break] = ACTIONS(4471), + [anon_sym_COLON_COLON] = ACTIONS(4473), + [anon_sym_PLUS_EQ] = ACTIONS(4473), + [anon_sym_DASH_EQ] = ACTIONS(4473), + [anon_sym_STAR_EQ] = ACTIONS(4473), + [anon_sym_SLASH_EQ] = ACTIONS(4473), + [anon_sym_PERCENT_EQ] = ACTIONS(4473), + [anon_sym_BANG_EQ] = ACTIONS(4471), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4473), + [anon_sym_EQ_EQ] = ACTIONS(4471), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4473), + [anon_sym_LT_EQ] = ACTIONS(4473), + [anon_sym_GT_EQ] = ACTIONS(4473), + [anon_sym_BANGin] = ACTIONS(4473), + [anon_sym_is] = ACTIONS(4471), + [anon_sym_BANGis] = ACTIONS(4473), + [anon_sym_PLUS] = ACTIONS(4471), + [anon_sym_DASH] = ACTIONS(4471), + [anon_sym_SLASH] = ACTIONS(4471), + [anon_sym_PERCENT] = ACTIONS(4471), + [anon_sym_as_QMARK] = ACTIONS(4473), + [anon_sym_PLUS_PLUS] = ACTIONS(4473), + [anon_sym_DASH_DASH] = ACTIONS(4473), + [anon_sym_BANG] = ACTIONS(4471), + [anon_sym_BANG_BANG] = ACTIONS(4473), + [anon_sym_data] = ACTIONS(4471), + [anon_sym_inner] = ACTIONS(4471), + [anon_sym_expect] = ACTIONS(4471), + [anon_sym_actual] = ACTIONS(4471), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4473), + [anon_sym_continue_AT] = ACTIONS(4473), + [anon_sym_break_AT] = ACTIONS(4473), + [sym_real_literal] = ACTIONS(4473), + [sym_integer_literal] = ACTIONS(4471), + [sym_hex_literal] = ACTIONS(4473), + [sym_bin_literal] = ACTIONS(4473), + [anon_sym_true] = ACTIONS(4471), + [anon_sym_false] = ACTIONS(4471), + [anon_sym_SQUOTE] = ACTIONS(4473), + [sym__backtick_identifier] = ACTIONS(4473), + [sym__automatic_semicolon] = ACTIONS(4473), + [sym_safe_nav] = ACTIONS(4473), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4473), + }, + [2971] = { + [sym_function_body] = STATE(3202), + [sym__block] = STATE(3464), + [sym__alpha_identifier] = ACTIONS(4099), + [anon_sym_AT] = ACTIONS(4101), + [anon_sym_LBRACK] = ACTIONS(4101), + [anon_sym_RBRACK] = ACTIONS(4101), + [anon_sym_as] = ACTIONS(4099), + [anon_sym_EQ] = ACTIONS(6231), + [anon_sym_LBRACE] = ACTIONS(6233), + [anon_sym_RBRACE] = ACTIONS(4101), + [anon_sym_LPAREN] = ACTIONS(4101), + [anon_sym_COMMA] = ACTIONS(4101), + [anon_sym_RPAREN] = ACTIONS(4101), + [anon_sym_LT] = ACTIONS(4099), + [anon_sym_GT] = ACTIONS(4099), + [anon_sym_where] = ACTIONS(4099), + [anon_sym_DOT] = ACTIONS(4099), + [anon_sym_SEMI] = ACTIONS(4101), + [anon_sym_get] = ACTIONS(4099), + [anon_sym_set] = ACTIONS(4099), + [anon_sym_STAR] = ACTIONS(4099), + [anon_sym_DASH_GT] = ACTIONS(4101), + [sym_label] = ACTIONS(4101), + [anon_sym_in] = ACTIONS(4099), + [anon_sym_while] = ACTIONS(4099), + [anon_sym_DOT_DOT] = ACTIONS(4101), + [anon_sym_QMARK_COLON] = ACTIONS(4101), + [anon_sym_AMP_AMP] = ACTIONS(4101), + [anon_sym_PIPE_PIPE] = ACTIONS(4101), + [anon_sym_else] = ACTIONS(4099), + [anon_sym_COLON_COLON] = ACTIONS(4101), + [anon_sym_PLUS_EQ] = ACTIONS(4101), + [anon_sym_DASH_EQ] = ACTIONS(4101), + [anon_sym_STAR_EQ] = ACTIONS(4101), + [anon_sym_SLASH_EQ] = ACTIONS(4101), + [anon_sym_PERCENT_EQ] = ACTIONS(4101), + [anon_sym_BANG_EQ] = ACTIONS(4099), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4101), + [anon_sym_EQ_EQ] = ACTIONS(4099), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4101), + [anon_sym_LT_EQ] = ACTIONS(4101), + [anon_sym_GT_EQ] = ACTIONS(4101), + [anon_sym_BANGin] = ACTIONS(4101), + [anon_sym_is] = ACTIONS(4099), + [anon_sym_BANGis] = ACTIONS(4101), + [anon_sym_PLUS] = ACTIONS(4099), + [anon_sym_DASH] = ACTIONS(4099), + [anon_sym_SLASH] = ACTIONS(4099), + [anon_sym_PERCENT] = ACTIONS(4099), + [anon_sym_as_QMARK] = ACTIONS(4101), + [anon_sym_PLUS_PLUS] = ACTIONS(4101), + [anon_sym_DASH_DASH] = ACTIONS(4101), + [anon_sym_BANG_BANG] = ACTIONS(4101), + [anon_sym_suspend] = ACTIONS(4099), + [anon_sym_sealed] = ACTIONS(4099), + [anon_sym_annotation] = ACTIONS(4099), + [anon_sym_data] = ACTIONS(4099), + [anon_sym_inner] = ACTIONS(4099), + [anon_sym_override] = ACTIONS(4099), + [anon_sym_lateinit] = ACTIONS(4099), + [anon_sym_public] = ACTIONS(4099), + [anon_sym_private] = ACTIONS(4099), + [anon_sym_internal] = ACTIONS(4099), + [anon_sym_protected] = ACTIONS(4099), + [anon_sym_tailrec] = ACTIONS(4099), + [anon_sym_operator] = ACTIONS(4099), + [anon_sym_infix] = ACTIONS(4099), + [anon_sym_inline] = ACTIONS(4099), + [anon_sym_external] = ACTIONS(4099), + [sym_property_modifier] = ACTIONS(4099), + [anon_sym_abstract] = ACTIONS(4099), + [anon_sym_final] = ACTIONS(4099), + [anon_sym_open] = ACTIONS(4099), + [anon_sym_vararg] = ACTIONS(4099), + [anon_sym_noinline] = ACTIONS(4099), + [anon_sym_crossinline] = ACTIONS(4099), + [anon_sym_expect] = ACTIONS(4099), + [anon_sym_actual] = ACTIONS(4099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4101), + [sym_safe_nav] = ACTIONS(4101), [sym_multiline_comment] = ACTIONS(3), }, - [2979] = { - [sym__alpha_identifier] = ACTIONS(4396), - [anon_sym_AT] = ACTIONS(4398), - [anon_sym_LBRACK] = ACTIONS(4398), - [anon_sym_RBRACK] = ACTIONS(4398), - [anon_sym_as] = ACTIONS(4396), - [anon_sym_EQ] = ACTIONS(4396), - [anon_sym_LBRACE] = ACTIONS(4398), - [anon_sym_RBRACE] = ACTIONS(4398), - [anon_sym_LPAREN] = ACTIONS(4398), - [anon_sym_COMMA] = ACTIONS(4398), - [anon_sym_RPAREN] = ACTIONS(4398), - [anon_sym_LT] = ACTIONS(4396), - [anon_sym_GT] = ACTIONS(4396), - [anon_sym_where] = ACTIONS(4396), - [anon_sym_DOT] = ACTIONS(4396), - [anon_sym_SEMI] = ACTIONS(4398), - [anon_sym_get] = ACTIONS(4396), - [anon_sym_set] = ACTIONS(4396), - [anon_sym_STAR] = ACTIONS(4396), - [anon_sym_DASH_GT] = ACTIONS(4398), - [sym_label] = ACTIONS(4398), - [anon_sym_in] = ACTIONS(4396), - [anon_sym_while] = ACTIONS(4396), - [anon_sym_DOT_DOT] = ACTIONS(4398), - [anon_sym_QMARK_COLON] = ACTIONS(4398), - [anon_sym_AMP_AMP] = ACTIONS(4398), - [anon_sym_PIPE_PIPE] = ACTIONS(4398), - [anon_sym_else] = ACTIONS(4396), - [anon_sym_catch] = ACTIONS(4396), - [anon_sym_finally] = ACTIONS(4396), - [anon_sym_COLON_COLON] = ACTIONS(4398), - [anon_sym_PLUS_EQ] = ACTIONS(4398), - [anon_sym_DASH_EQ] = ACTIONS(4398), - [anon_sym_STAR_EQ] = ACTIONS(4398), - [anon_sym_SLASH_EQ] = ACTIONS(4398), - [anon_sym_PERCENT_EQ] = ACTIONS(4398), - [anon_sym_BANG_EQ] = ACTIONS(4396), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4398), - [anon_sym_EQ_EQ] = ACTIONS(4396), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4398), - [anon_sym_LT_EQ] = ACTIONS(4398), - [anon_sym_GT_EQ] = ACTIONS(4398), - [anon_sym_BANGin] = ACTIONS(4398), - [anon_sym_is] = ACTIONS(4396), - [anon_sym_BANGis] = ACTIONS(4398), - [anon_sym_PLUS] = ACTIONS(4396), - [anon_sym_DASH] = ACTIONS(4396), - [anon_sym_SLASH] = ACTIONS(4396), - [anon_sym_PERCENT] = ACTIONS(4396), - [anon_sym_as_QMARK] = ACTIONS(4398), - [anon_sym_PLUS_PLUS] = ACTIONS(4398), - [anon_sym_DASH_DASH] = ACTIONS(4398), - [anon_sym_BANG_BANG] = ACTIONS(4398), - [anon_sym_suspend] = ACTIONS(4396), - [anon_sym_sealed] = ACTIONS(4396), - [anon_sym_annotation] = ACTIONS(4396), - [anon_sym_data] = ACTIONS(4396), - [anon_sym_inner] = ACTIONS(4396), - [anon_sym_override] = ACTIONS(4396), - [anon_sym_lateinit] = ACTIONS(4396), - [anon_sym_public] = ACTIONS(4396), - [anon_sym_private] = ACTIONS(4396), - [anon_sym_internal] = ACTIONS(4396), - [anon_sym_protected] = ACTIONS(4396), - [anon_sym_tailrec] = ACTIONS(4396), - [anon_sym_operator] = ACTIONS(4396), - [anon_sym_infix] = ACTIONS(4396), - [anon_sym_inline] = ACTIONS(4396), - [anon_sym_external] = ACTIONS(4396), - [sym_property_modifier] = ACTIONS(4396), - [anon_sym_abstract] = ACTIONS(4396), - [anon_sym_final] = ACTIONS(4396), - [anon_sym_open] = ACTIONS(4396), - [anon_sym_vararg] = ACTIONS(4396), - [anon_sym_noinline] = ACTIONS(4396), - [anon_sym_crossinline] = ACTIONS(4396), - [anon_sym_expect] = ACTIONS(4396), - [anon_sym_actual] = ACTIONS(4396), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4398), - [sym_safe_nav] = ACTIONS(4398), + [2972] = { + [sym_class_body] = STATE(3270), + [sym_type_constraints] = STATE(3068), + [sym__alpha_identifier] = ACTIONS(4303), + [anon_sym_AT] = ACTIONS(4305), + [anon_sym_LBRACK] = ACTIONS(4305), + [anon_sym_RBRACK] = ACTIONS(4305), + [anon_sym_as] = ACTIONS(4303), + [anon_sym_EQ] = ACTIONS(4303), + [anon_sym_LBRACE] = ACTIONS(5179), + [anon_sym_RBRACE] = ACTIONS(4305), + [anon_sym_LPAREN] = ACTIONS(4305), + [anon_sym_COMMA] = ACTIONS(4305), + [anon_sym_RPAREN] = ACTIONS(4305), + [anon_sym_LT] = ACTIONS(4303), + [anon_sym_GT] = ACTIONS(4303), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(4303), + [anon_sym_SEMI] = ACTIONS(4305), + [anon_sym_get] = ACTIONS(4303), + [anon_sym_set] = ACTIONS(4303), + [anon_sym_STAR] = ACTIONS(4303), + [anon_sym_DASH_GT] = ACTIONS(4305), + [sym_label] = ACTIONS(4305), + [anon_sym_in] = ACTIONS(4303), + [anon_sym_while] = ACTIONS(4303), + [anon_sym_DOT_DOT] = ACTIONS(4305), + [anon_sym_QMARK_COLON] = ACTIONS(4305), + [anon_sym_AMP_AMP] = ACTIONS(4305), + [anon_sym_PIPE_PIPE] = ACTIONS(4305), + [anon_sym_else] = ACTIONS(4303), + [anon_sym_COLON_COLON] = ACTIONS(4305), + [anon_sym_PLUS_EQ] = ACTIONS(4305), + [anon_sym_DASH_EQ] = ACTIONS(4305), + [anon_sym_STAR_EQ] = ACTIONS(4305), + [anon_sym_SLASH_EQ] = ACTIONS(4305), + [anon_sym_PERCENT_EQ] = ACTIONS(4305), + [anon_sym_BANG_EQ] = ACTIONS(4303), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4305), + [anon_sym_EQ_EQ] = ACTIONS(4303), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4305), + [anon_sym_LT_EQ] = ACTIONS(4305), + [anon_sym_GT_EQ] = ACTIONS(4305), + [anon_sym_BANGin] = ACTIONS(4305), + [anon_sym_is] = ACTIONS(4303), + [anon_sym_BANGis] = ACTIONS(4305), + [anon_sym_PLUS] = ACTIONS(4303), + [anon_sym_DASH] = ACTIONS(4303), + [anon_sym_SLASH] = ACTIONS(4303), + [anon_sym_PERCENT] = ACTIONS(4303), + [anon_sym_as_QMARK] = ACTIONS(4305), + [anon_sym_PLUS_PLUS] = ACTIONS(4305), + [anon_sym_DASH_DASH] = ACTIONS(4305), + [anon_sym_BANG_BANG] = ACTIONS(4305), + [anon_sym_suspend] = ACTIONS(4303), + [anon_sym_sealed] = ACTIONS(4303), + [anon_sym_annotation] = ACTIONS(4303), + [anon_sym_data] = ACTIONS(4303), + [anon_sym_inner] = ACTIONS(4303), + [anon_sym_override] = ACTIONS(4303), + [anon_sym_lateinit] = ACTIONS(4303), + [anon_sym_public] = ACTIONS(4303), + [anon_sym_private] = ACTIONS(4303), + [anon_sym_internal] = ACTIONS(4303), + [anon_sym_protected] = ACTIONS(4303), + [anon_sym_tailrec] = ACTIONS(4303), + [anon_sym_operator] = ACTIONS(4303), + [anon_sym_infix] = ACTIONS(4303), + [anon_sym_inline] = ACTIONS(4303), + [anon_sym_external] = ACTIONS(4303), + [sym_property_modifier] = ACTIONS(4303), + [anon_sym_abstract] = ACTIONS(4303), + [anon_sym_final] = ACTIONS(4303), + [anon_sym_open] = ACTIONS(4303), + [anon_sym_vararg] = ACTIONS(4303), + [anon_sym_noinline] = ACTIONS(4303), + [anon_sym_crossinline] = ACTIONS(4303), + [anon_sym_expect] = ACTIONS(4303), + [anon_sym_actual] = ACTIONS(4303), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4305), + [sym_safe_nav] = ACTIONS(4305), [sym_multiline_comment] = ACTIONS(3), }, - [2980] = { - [sym_function_body] = STATE(3288), - [sym__block] = STATE(3245), - [sym__alpha_identifier] = ACTIONS(4083), - [anon_sym_AT] = ACTIONS(4085), - [anon_sym_LBRACK] = ACTIONS(4085), - [anon_sym_as] = ACTIONS(4083), - [anon_sym_EQ] = ACTIONS(6218), - [anon_sym_LBRACE] = ACTIONS(6220), - [anon_sym_RBRACE] = ACTIONS(4085), - [anon_sym_LPAREN] = ACTIONS(4085), - [anon_sym_COMMA] = ACTIONS(4085), - [anon_sym_LT] = ACTIONS(4083), - [anon_sym_GT] = ACTIONS(4083), - [anon_sym_where] = ACTIONS(4083), - [anon_sym_object] = ACTIONS(4083), - [anon_sym_fun] = ACTIONS(4083), - [anon_sym_DOT] = ACTIONS(4083), - [anon_sym_SEMI] = ACTIONS(4085), - [anon_sym_get] = ACTIONS(4083), - [anon_sym_set] = ACTIONS(4083), - [anon_sym_this] = ACTIONS(4083), - [anon_sym_super] = ACTIONS(4083), - [anon_sym_STAR] = ACTIONS(4083), - [sym_label] = ACTIONS(4083), - [anon_sym_in] = ACTIONS(4083), - [anon_sym_DOT_DOT] = ACTIONS(4085), - [anon_sym_QMARK_COLON] = ACTIONS(4085), - [anon_sym_AMP_AMP] = ACTIONS(4085), - [anon_sym_PIPE_PIPE] = ACTIONS(4085), - [anon_sym_null] = ACTIONS(4083), - [anon_sym_if] = ACTIONS(4083), - [anon_sym_else] = ACTIONS(4083), - [anon_sym_when] = ACTIONS(4083), - [anon_sym_try] = ACTIONS(4083), - [anon_sym_throw] = ACTIONS(4083), - [anon_sym_return] = ACTIONS(4083), - [anon_sym_continue] = ACTIONS(4083), - [anon_sym_break] = ACTIONS(4083), - [anon_sym_COLON_COLON] = ACTIONS(4085), - [anon_sym_PLUS_EQ] = ACTIONS(4085), - [anon_sym_DASH_EQ] = ACTIONS(4085), - [anon_sym_STAR_EQ] = ACTIONS(4085), - [anon_sym_SLASH_EQ] = ACTIONS(4085), - [anon_sym_PERCENT_EQ] = ACTIONS(4085), - [anon_sym_BANG_EQ] = ACTIONS(4083), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4085), - [anon_sym_EQ_EQ] = ACTIONS(4083), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4085), - [anon_sym_LT_EQ] = ACTIONS(4085), - [anon_sym_GT_EQ] = ACTIONS(4085), - [anon_sym_BANGin] = ACTIONS(4085), - [anon_sym_is] = ACTIONS(4083), - [anon_sym_BANGis] = ACTIONS(4085), - [anon_sym_PLUS] = ACTIONS(4083), - [anon_sym_DASH] = ACTIONS(4083), - [anon_sym_SLASH] = ACTIONS(4083), - [anon_sym_PERCENT] = ACTIONS(4083), - [anon_sym_as_QMARK] = ACTIONS(4085), - [anon_sym_PLUS_PLUS] = ACTIONS(4085), - [anon_sym_DASH_DASH] = ACTIONS(4085), - [anon_sym_BANG] = ACTIONS(4083), - [anon_sym_BANG_BANG] = ACTIONS(4085), - [anon_sym_data] = ACTIONS(4083), - [anon_sym_inner] = ACTIONS(4083), - [anon_sym_expect] = ACTIONS(4083), - [anon_sym_actual] = ACTIONS(4083), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4085), - [anon_sym_continue_AT] = ACTIONS(4085), - [anon_sym_break_AT] = ACTIONS(4085), - [sym_real_literal] = ACTIONS(4085), - [sym_integer_literal] = ACTIONS(4083), - [sym_hex_literal] = ACTIONS(4085), - [sym_bin_literal] = ACTIONS(4085), - [anon_sym_true] = ACTIONS(4083), - [anon_sym_false] = ACTIONS(4083), - [anon_sym_SQUOTE] = ACTIONS(4085), - [sym__backtick_identifier] = ACTIONS(4085), - [sym__automatic_semicolon] = ACTIONS(4085), - [sym_safe_nav] = ACTIONS(4085), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4085), + [2973] = { + [sym_function_body] = STATE(3139), + [sym__block] = STATE(3464), + [sym__alpha_identifier] = ACTIONS(4031), + [anon_sym_AT] = ACTIONS(4033), + [anon_sym_LBRACK] = ACTIONS(4033), + [anon_sym_RBRACK] = ACTIONS(4033), + [anon_sym_as] = ACTIONS(4031), + [anon_sym_EQ] = ACTIONS(6231), + [anon_sym_LBRACE] = ACTIONS(6233), + [anon_sym_RBRACE] = ACTIONS(4033), + [anon_sym_LPAREN] = ACTIONS(4033), + [anon_sym_COMMA] = ACTIONS(4033), + [anon_sym_RPAREN] = ACTIONS(4033), + [anon_sym_LT] = ACTIONS(4031), + [anon_sym_GT] = ACTIONS(4031), + [anon_sym_where] = ACTIONS(4031), + [anon_sym_DOT] = ACTIONS(4031), + [anon_sym_SEMI] = ACTIONS(4033), + [anon_sym_get] = ACTIONS(4031), + [anon_sym_set] = ACTIONS(4031), + [anon_sym_STAR] = ACTIONS(4031), + [anon_sym_DASH_GT] = ACTIONS(4033), + [sym_label] = ACTIONS(4033), + [anon_sym_in] = ACTIONS(4031), + [anon_sym_while] = ACTIONS(4031), + [anon_sym_DOT_DOT] = ACTIONS(4033), + [anon_sym_QMARK_COLON] = ACTIONS(4033), + [anon_sym_AMP_AMP] = ACTIONS(4033), + [anon_sym_PIPE_PIPE] = ACTIONS(4033), + [anon_sym_else] = ACTIONS(4031), + [anon_sym_COLON_COLON] = ACTIONS(4033), + [anon_sym_PLUS_EQ] = ACTIONS(4033), + [anon_sym_DASH_EQ] = ACTIONS(4033), + [anon_sym_STAR_EQ] = ACTIONS(4033), + [anon_sym_SLASH_EQ] = ACTIONS(4033), + [anon_sym_PERCENT_EQ] = ACTIONS(4033), + [anon_sym_BANG_EQ] = ACTIONS(4031), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4033), + [anon_sym_EQ_EQ] = ACTIONS(4031), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4033), + [anon_sym_LT_EQ] = ACTIONS(4033), + [anon_sym_GT_EQ] = ACTIONS(4033), + [anon_sym_BANGin] = ACTIONS(4033), + [anon_sym_is] = ACTIONS(4031), + [anon_sym_BANGis] = ACTIONS(4033), + [anon_sym_PLUS] = ACTIONS(4031), + [anon_sym_DASH] = ACTIONS(4031), + [anon_sym_SLASH] = ACTIONS(4031), + [anon_sym_PERCENT] = ACTIONS(4031), + [anon_sym_as_QMARK] = ACTIONS(4033), + [anon_sym_PLUS_PLUS] = ACTIONS(4033), + [anon_sym_DASH_DASH] = ACTIONS(4033), + [anon_sym_BANG_BANG] = ACTIONS(4033), + [anon_sym_suspend] = ACTIONS(4031), + [anon_sym_sealed] = ACTIONS(4031), + [anon_sym_annotation] = ACTIONS(4031), + [anon_sym_data] = ACTIONS(4031), + [anon_sym_inner] = ACTIONS(4031), + [anon_sym_override] = ACTIONS(4031), + [anon_sym_lateinit] = ACTIONS(4031), + [anon_sym_public] = ACTIONS(4031), + [anon_sym_private] = ACTIONS(4031), + [anon_sym_internal] = ACTIONS(4031), + [anon_sym_protected] = ACTIONS(4031), + [anon_sym_tailrec] = ACTIONS(4031), + [anon_sym_operator] = ACTIONS(4031), + [anon_sym_infix] = ACTIONS(4031), + [anon_sym_inline] = ACTIONS(4031), + [anon_sym_external] = ACTIONS(4031), + [sym_property_modifier] = ACTIONS(4031), + [anon_sym_abstract] = ACTIONS(4031), + [anon_sym_final] = ACTIONS(4031), + [anon_sym_open] = ACTIONS(4031), + [anon_sym_vararg] = ACTIONS(4031), + [anon_sym_noinline] = ACTIONS(4031), + [anon_sym_crossinline] = ACTIONS(4031), + [anon_sym_expect] = ACTIONS(4031), + [anon_sym_actual] = ACTIONS(4031), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4033), + [sym_safe_nav] = ACTIONS(4033), + [sym_multiline_comment] = ACTIONS(3), }, - [2981] = { - [sym_function_body] = STATE(3197), - [sym__block] = STATE(3245), - [sym__alpha_identifier] = ACTIONS(4386), - [anon_sym_AT] = ACTIONS(4388), - [anon_sym_LBRACK] = ACTIONS(4388), - [anon_sym_as] = ACTIONS(4386), - [anon_sym_EQ] = ACTIONS(6218), - [anon_sym_LBRACE] = ACTIONS(6220), - [anon_sym_RBRACE] = ACTIONS(4388), - [anon_sym_LPAREN] = ACTIONS(4388), - [anon_sym_COMMA] = ACTIONS(4388), - [anon_sym_LT] = ACTIONS(4386), - [anon_sym_GT] = ACTIONS(4386), - [anon_sym_where] = ACTIONS(4386), - [anon_sym_object] = ACTIONS(4386), - [anon_sym_fun] = ACTIONS(4386), - [anon_sym_DOT] = ACTIONS(4386), - [anon_sym_SEMI] = ACTIONS(4388), - [anon_sym_get] = ACTIONS(4386), - [anon_sym_set] = ACTIONS(4386), - [anon_sym_this] = ACTIONS(4386), - [anon_sym_super] = ACTIONS(4386), - [anon_sym_STAR] = ACTIONS(4386), - [sym_label] = ACTIONS(4386), - [anon_sym_in] = ACTIONS(4386), - [anon_sym_DOT_DOT] = ACTIONS(4388), - [anon_sym_QMARK_COLON] = ACTIONS(4388), - [anon_sym_AMP_AMP] = ACTIONS(4388), - [anon_sym_PIPE_PIPE] = ACTIONS(4388), - [anon_sym_null] = ACTIONS(4386), - [anon_sym_if] = ACTIONS(4386), - [anon_sym_else] = ACTIONS(4386), - [anon_sym_when] = ACTIONS(4386), - [anon_sym_try] = ACTIONS(4386), - [anon_sym_throw] = ACTIONS(4386), - [anon_sym_return] = ACTIONS(4386), - [anon_sym_continue] = ACTIONS(4386), - [anon_sym_break] = ACTIONS(4386), - [anon_sym_COLON_COLON] = ACTIONS(4388), - [anon_sym_PLUS_EQ] = ACTIONS(4388), - [anon_sym_DASH_EQ] = ACTIONS(4388), - [anon_sym_STAR_EQ] = ACTIONS(4388), - [anon_sym_SLASH_EQ] = ACTIONS(4388), - [anon_sym_PERCENT_EQ] = ACTIONS(4388), - [anon_sym_BANG_EQ] = ACTIONS(4386), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4388), - [anon_sym_EQ_EQ] = ACTIONS(4386), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4388), - [anon_sym_LT_EQ] = ACTIONS(4388), - [anon_sym_GT_EQ] = ACTIONS(4388), - [anon_sym_BANGin] = ACTIONS(4388), - [anon_sym_is] = ACTIONS(4386), - [anon_sym_BANGis] = ACTIONS(4388), - [anon_sym_PLUS] = ACTIONS(4386), - [anon_sym_DASH] = ACTIONS(4386), - [anon_sym_SLASH] = ACTIONS(4386), - [anon_sym_PERCENT] = ACTIONS(4386), - [anon_sym_as_QMARK] = ACTIONS(4388), - [anon_sym_PLUS_PLUS] = ACTIONS(4388), - [anon_sym_DASH_DASH] = ACTIONS(4388), - [anon_sym_BANG] = ACTIONS(4386), - [anon_sym_BANG_BANG] = ACTIONS(4388), - [anon_sym_data] = ACTIONS(4386), - [anon_sym_inner] = ACTIONS(4386), - [anon_sym_expect] = ACTIONS(4386), - [anon_sym_actual] = ACTIONS(4386), + [2974] = { + [sym_type_arguments] = STATE(3466), + [sym__alpha_identifier] = ACTIONS(4107), + [anon_sym_AT] = ACTIONS(4115), + [anon_sym_LBRACK] = ACTIONS(4115), + [anon_sym_EQ] = ACTIONS(4115), + [anon_sym_LBRACE] = ACTIONS(4115), + [anon_sym_RBRACE] = ACTIONS(4115), + [anon_sym_LPAREN] = ACTIONS(4115), + [anon_sym_COMMA] = ACTIONS(4115), + [anon_sym_by] = ACTIONS(4107), + [anon_sym_LT] = ACTIONS(6379), + [anon_sym_where] = ACTIONS(4107), + [anon_sym_object] = ACTIONS(4107), + [anon_sym_fun] = ACTIONS(4107), + [anon_sym_DOT] = ACTIONS(4107), + [anon_sym_SEMI] = ACTIONS(4115), + [anon_sym_get] = ACTIONS(4107), + [anon_sym_set] = ACTIONS(4107), + [anon_sym_this] = ACTIONS(4107), + [anon_sym_super] = ACTIONS(4107), + [sym__quest] = ACTIONS(4115), + [anon_sym_STAR] = ACTIONS(4115), + [sym_label] = ACTIONS(4107), + [anon_sym_in] = ACTIONS(4107), + [anon_sym_null] = ACTIONS(4107), + [anon_sym_if] = ACTIONS(4107), + [anon_sym_else] = ACTIONS(4107), + [anon_sym_when] = ACTIONS(4107), + [anon_sym_try] = ACTIONS(4107), + [anon_sym_throw] = ACTIONS(4107), + [anon_sym_return] = ACTIONS(4107), + [anon_sym_continue] = ACTIONS(4107), + [anon_sym_break] = ACTIONS(4107), + [anon_sym_COLON_COLON] = ACTIONS(4115), + [anon_sym_BANGin] = ACTIONS(4115), + [anon_sym_is] = ACTIONS(4107), + [anon_sym_BANGis] = ACTIONS(4115), + [anon_sym_PLUS] = ACTIONS(4107), + [anon_sym_DASH] = ACTIONS(4107), + [anon_sym_PLUS_PLUS] = ACTIONS(4115), + [anon_sym_DASH_DASH] = ACTIONS(4115), + [anon_sym_BANG] = ACTIONS(4107), + [anon_sym_suspend] = ACTIONS(4107), + [anon_sym_sealed] = ACTIONS(4107), + [anon_sym_annotation] = ACTIONS(4107), + [anon_sym_data] = ACTIONS(4107), + [anon_sym_inner] = ACTIONS(4107), + [anon_sym_override] = ACTIONS(4107), + [anon_sym_lateinit] = ACTIONS(4107), + [anon_sym_public] = ACTIONS(4107), + [anon_sym_private] = ACTIONS(4107), + [anon_sym_internal] = ACTIONS(4107), + [anon_sym_protected] = ACTIONS(4107), + [anon_sym_tailrec] = ACTIONS(4107), + [anon_sym_operator] = ACTIONS(4107), + [anon_sym_infix] = ACTIONS(4107), + [anon_sym_inline] = ACTIONS(4107), + [anon_sym_external] = ACTIONS(4107), + [sym_property_modifier] = ACTIONS(4107), + [anon_sym_abstract] = ACTIONS(4107), + [anon_sym_final] = ACTIONS(4107), + [anon_sym_open] = ACTIONS(4107), + [anon_sym_vararg] = ACTIONS(4107), + [anon_sym_noinline] = ACTIONS(4107), + [anon_sym_crossinline] = ACTIONS(4107), + [anon_sym_expect] = ACTIONS(4107), + [anon_sym_actual] = ACTIONS(4107), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4388), - [anon_sym_continue_AT] = ACTIONS(4388), - [anon_sym_break_AT] = ACTIONS(4388), - [sym_real_literal] = ACTIONS(4388), - [sym_integer_literal] = ACTIONS(4386), - [sym_hex_literal] = ACTIONS(4388), - [sym_bin_literal] = ACTIONS(4388), - [anon_sym_true] = ACTIONS(4386), - [anon_sym_false] = ACTIONS(4386), - [anon_sym_SQUOTE] = ACTIONS(4388), - [sym__backtick_identifier] = ACTIONS(4388), - [sym__automatic_semicolon] = ACTIONS(4388), - [sym_safe_nav] = ACTIONS(4388), + [anon_sym_return_AT] = ACTIONS(4115), + [anon_sym_continue_AT] = ACTIONS(4115), + [anon_sym_break_AT] = ACTIONS(4115), + [sym_real_literal] = ACTIONS(4115), + [sym_integer_literal] = ACTIONS(4107), + [sym_hex_literal] = ACTIONS(4115), + [sym_bin_literal] = ACTIONS(4115), + [anon_sym_true] = ACTIONS(4107), + [anon_sym_false] = ACTIONS(4107), + [anon_sym_SQUOTE] = ACTIONS(4115), + [sym__backtick_identifier] = ACTIONS(4115), + [sym__automatic_semicolon] = ACTIONS(4115), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4388), + [sym__string_start] = ACTIONS(4115), }, - [2982] = { - [sym_function_body] = STATE(3145), - [sym__block] = STATE(3367), - [sym__alpha_identifier] = ACTIONS(4095), - [anon_sym_AT] = ACTIONS(4097), - [anon_sym_LBRACK] = ACTIONS(4097), - [anon_sym_RBRACK] = ACTIONS(4097), - [anon_sym_as] = ACTIONS(4095), - [anon_sym_EQ] = ACTIONS(6234), - [anon_sym_LBRACE] = ACTIONS(6236), - [anon_sym_RBRACE] = ACTIONS(4097), - [anon_sym_LPAREN] = ACTIONS(4097), - [anon_sym_COMMA] = ACTIONS(4097), - [anon_sym_RPAREN] = ACTIONS(4097), - [anon_sym_LT] = ACTIONS(4095), - [anon_sym_GT] = ACTIONS(4095), - [anon_sym_where] = ACTIONS(4095), - [anon_sym_DOT] = ACTIONS(4095), - [anon_sym_SEMI] = ACTIONS(4097), - [anon_sym_get] = ACTIONS(4095), - [anon_sym_set] = ACTIONS(4095), - [anon_sym_STAR] = ACTIONS(4095), - [anon_sym_DASH_GT] = ACTIONS(4097), - [sym_label] = ACTIONS(4097), - [anon_sym_in] = ACTIONS(4095), - [anon_sym_while] = ACTIONS(4095), - [anon_sym_DOT_DOT] = ACTIONS(4097), - [anon_sym_QMARK_COLON] = ACTIONS(4097), - [anon_sym_AMP_AMP] = ACTIONS(4097), - [anon_sym_PIPE_PIPE] = ACTIONS(4097), - [anon_sym_else] = ACTIONS(4095), - [anon_sym_COLON_COLON] = ACTIONS(4097), - [anon_sym_PLUS_EQ] = ACTIONS(4097), - [anon_sym_DASH_EQ] = ACTIONS(4097), - [anon_sym_STAR_EQ] = ACTIONS(4097), - [anon_sym_SLASH_EQ] = ACTIONS(4097), - [anon_sym_PERCENT_EQ] = ACTIONS(4097), - [anon_sym_BANG_EQ] = ACTIONS(4095), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4097), - [anon_sym_EQ_EQ] = ACTIONS(4095), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4097), - [anon_sym_LT_EQ] = ACTIONS(4097), - [anon_sym_GT_EQ] = ACTIONS(4097), - [anon_sym_BANGin] = ACTIONS(4097), - [anon_sym_is] = ACTIONS(4095), - [anon_sym_BANGis] = ACTIONS(4097), - [anon_sym_PLUS] = ACTIONS(4095), - [anon_sym_DASH] = ACTIONS(4095), - [anon_sym_SLASH] = ACTIONS(4095), - [anon_sym_PERCENT] = ACTIONS(4095), - [anon_sym_as_QMARK] = ACTIONS(4097), - [anon_sym_PLUS_PLUS] = ACTIONS(4097), - [anon_sym_DASH_DASH] = ACTIONS(4097), - [anon_sym_BANG_BANG] = ACTIONS(4097), - [anon_sym_suspend] = ACTIONS(4095), - [anon_sym_sealed] = ACTIONS(4095), - [anon_sym_annotation] = ACTIONS(4095), - [anon_sym_data] = ACTIONS(4095), - [anon_sym_inner] = ACTIONS(4095), - [anon_sym_override] = ACTIONS(4095), - [anon_sym_lateinit] = ACTIONS(4095), - [anon_sym_public] = ACTIONS(4095), - [anon_sym_private] = ACTIONS(4095), - [anon_sym_internal] = ACTIONS(4095), - [anon_sym_protected] = ACTIONS(4095), - [anon_sym_tailrec] = ACTIONS(4095), - [anon_sym_operator] = ACTIONS(4095), - [anon_sym_infix] = ACTIONS(4095), - [anon_sym_inline] = ACTIONS(4095), - [anon_sym_external] = ACTIONS(4095), - [sym_property_modifier] = ACTIONS(4095), - [anon_sym_abstract] = ACTIONS(4095), - [anon_sym_final] = ACTIONS(4095), - [anon_sym_open] = ACTIONS(4095), - [anon_sym_vararg] = ACTIONS(4095), - [anon_sym_noinline] = ACTIONS(4095), - [anon_sym_crossinline] = ACTIONS(4095), - [anon_sym_expect] = ACTIONS(4095), - [anon_sym_actual] = ACTIONS(4095), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4097), - [sym_safe_nav] = ACTIONS(4097), - [sym_multiline_comment] = ACTIONS(3), + [2975] = { + [sym_function_body] = STATE(3176), + [sym__block] = STATE(3334), + [sym__alpha_identifier] = ACTIONS(4487), + [anon_sym_AT] = ACTIONS(4489), + [anon_sym_LBRACK] = ACTIONS(4489), + [anon_sym_as] = ACTIONS(4487), + [anon_sym_EQ] = ACTIONS(6242), + [anon_sym_LBRACE] = ACTIONS(6244), + [anon_sym_RBRACE] = ACTIONS(4489), + [anon_sym_LPAREN] = ACTIONS(4489), + [anon_sym_COMMA] = ACTIONS(4489), + [anon_sym_LT] = ACTIONS(4487), + [anon_sym_GT] = ACTIONS(4487), + [anon_sym_where] = ACTIONS(4487), + [anon_sym_object] = ACTIONS(4487), + [anon_sym_fun] = ACTIONS(4487), + [anon_sym_DOT] = ACTIONS(4487), + [anon_sym_SEMI] = ACTIONS(4489), + [anon_sym_get] = ACTIONS(4487), + [anon_sym_set] = ACTIONS(4487), + [anon_sym_this] = ACTIONS(4487), + [anon_sym_super] = ACTIONS(4487), + [anon_sym_STAR] = ACTIONS(4487), + [sym_label] = ACTIONS(4487), + [anon_sym_in] = ACTIONS(4487), + [anon_sym_DOT_DOT] = ACTIONS(4489), + [anon_sym_QMARK_COLON] = ACTIONS(4489), + [anon_sym_AMP_AMP] = ACTIONS(4489), + [anon_sym_PIPE_PIPE] = ACTIONS(4489), + [anon_sym_null] = ACTIONS(4487), + [anon_sym_if] = ACTIONS(4487), + [anon_sym_else] = ACTIONS(4487), + [anon_sym_when] = ACTIONS(4487), + [anon_sym_try] = ACTIONS(4487), + [anon_sym_throw] = ACTIONS(4487), + [anon_sym_return] = ACTIONS(4487), + [anon_sym_continue] = ACTIONS(4487), + [anon_sym_break] = ACTIONS(4487), + [anon_sym_COLON_COLON] = ACTIONS(4489), + [anon_sym_PLUS_EQ] = ACTIONS(4489), + [anon_sym_DASH_EQ] = ACTIONS(4489), + [anon_sym_STAR_EQ] = ACTIONS(4489), + [anon_sym_SLASH_EQ] = ACTIONS(4489), + [anon_sym_PERCENT_EQ] = ACTIONS(4489), + [anon_sym_BANG_EQ] = ACTIONS(4487), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4489), + [anon_sym_EQ_EQ] = ACTIONS(4487), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4489), + [anon_sym_LT_EQ] = ACTIONS(4489), + [anon_sym_GT_EQ] = ACTIONS(4489), + [anon_sym_BANGin] = ACTIONS(4489), + [anon_sym_is] = ACTIONS(4487), + [anon_sym_BANGis] = ACTIONS(4489), + [anon_sym_PLUS] = ACTIONS(4487), + [anon_sym_DASH] = ACTIONS(4487), + [anon_sym_SLASH] = ACTIONS(4487), + [anon_sym_PERCENT] = ACTIONS(4487), + [anon_sym_as_QMARK] = ACTIONS(4489), + [anon_sym_PLUS_PLUS] = ACTIONS(4489), + [anon_sym_DASH_DASH] = ACTIONS(4489), + [anon_sym_BANG] = ACTIONS(4487), + [anon_sym_BANG_BANG] = ACTIONS(4489), + [anon_sym_data] = ACTIONS(4487), + [anon_sym_inner] = ACTIONS(4487), + [anon_sym_expect] = ACTIONS(4487), + [anon_sym_actual] = ACTIONS(4487), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4489), + [anon_sym_continue_AT] = ACTIONS(4489), + [anon_sym_break_AT] = ACTIONS(4489), + [sym_real_literal] = ACTIONS(4489), + [sym_integer_literal] = ACTIONS(4487), + [sym_hex_literal] = ACTIONS(4489), + [sym_bin_literal] = ACTIONS(4489), + [anon_sym_true] = ACTIONS(4487), + [anon_sym_false] = ACTIONS(4487), + [anon_sym_SQUOTE] = ACTIONS(4489), + [sym__backtick_identifier] = ACTIONS(4489), + [sym__automatic_semicolon] = ACTIONS(4489), + [sym_safe_nav] = ACTIONS(4489), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4489), }, - [2983] = { - [aux_sym_type_constraints_repeat1] = STATE(2970), + [2976] = { [sym__alpha_identifier] = ACTIONS(4491), [anon_sym_AT] = ACTIONS(4493), [anon_sym_LBRACK] = ACTIONS(4493), @@ -340280,7 +339837,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(4493), [anon_sym_RBRACE] = ACTIONS(4493), [anon_sym_LPAREN] = ACTIONS(4493), - [anon_sym_COMMA] = ACTIONS(6369), + [anon_sym_COMMA] = ACTIONS(4493), [anon_sym_RPAREN] = ACTIONS(4493), [anon_sym_by] = ACTIONS(4491), [anon_sym_LT] = ACTIONS(4491), @@ -340290,6 +339847,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_SEMI] = ACTIONS(4493), [anon_sym_get] = ACTIONS(4491), [anon_sym_set] = ACTIONS(4491), + [sym__quest] = ACTIONS(4491), [anon_sym_STAR] = ACTIONS(4491), [anon_sym_DASH_GT] = ACTIONS(4493), [sym_label] = ACTIONS(4493), @@ -340353,129 +339911,625 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_safe_nav] = ACTIONS(4493), [sym_multiline_comment] = ACTIONS(3), }, - [2984] = { - [sym__alpha_identifier] = ACTIONS(3828), - [anon_sym_AT] = ACTIONS(3833), - [anon_sym_COLON] = ACTIONS(3828), - [anon_sym_LBRACK] = ACTIONS(3833), - [anon_sym_EQ] = ACTIONS(3833), - [anon_sym_LBRACE] = ACTIONS(3833), - [anon_sym_RBRACE] = ACTIONS(3833), - [anon_sym_LPAREN] = ACTIONS(3833), - [anon_sym_COMMA] = ACTIONS(3833), - [anon_sym_by] = ACTIONS(3828), - [anon_sym_LT] = ACTIONS(3833), - [anon_sym_where] = ACTIONS(3828), - [anon_sym_object] = ACTIONS(3828), - [anon_sym_fun] = ACTIONS(3828), - [anon_sym_DOT] = ACTIONS(3828), - [anon_sym_SEMI] = ACTIONS(3833), - [anon_sym_get] = ACTIONS(3828), - [anon_sym_set] = ACTIONS(3828), - [anon_sym_this] = ACTIONS(3828), - [anon_sym_super] = ACTIONS(3828), - [sym__quest] = ACTIONS(3833), - [anon_sym_STAR] = ACTIONS(3833), - [sym_label] = ACTIONS(3828), - [anon_sym_in] = ACTIONS(3828), - [anon_sym_null] = ACTIONS(3828), - [anon_sym_if] = ACTIONS(3828), - [anon_sym_else] = ACTIONS(3828), - [anon_sym_when] = ACTIONS(3828), - [anon_sym_try] = ACTIONS(3828), - [anon_sym_throw] = ACTIONS(3828), - [anon_sym_return] = ACTIONS(3828), - [anon_sym_continue] = ACTIONS(3828), - [anon_sym_break] = ACTIONS(3828), - [anon_sym_COLON_COLON] = ACTIONS(3833), - [anon_sym_BANGin] = ACTIONS(3833), - [anon_sym_is] = ACTIONS(3828), - [anon_sym_BANGis] = ACTIONS(3833), - [anon_sym_PLUS] = ACTIONS(3828), - [anon_sym_DASH] = ACTIONS(3828), - [anon_sym_PLUS_PLUS] = ACTIONS(3833), - [anon_sym_DASH_DASH] = ACTIONS(3833), - [anon_sym_BANG] = ACTIONS(3828), - [anon_sym_suspend] = ACTIONS(3828), - [anon_sym_sealed] = ACTIONS(3828), - [anon_sym_annotation] = ACTIONS(3828), - [anon_sym_data] = ACTIONS(3828), - [anon_sym_inner] = ACTIONS(3828), - [anon_sym_override] = ACTIONS(3828), - [anon_sym_lateinit] = ACTIONS(3828), - [anon_sym_public] = ACTIONS(3828), - [anon_sym_private] = ACTIONS(3828), - [anon_sym_internal] = ACTIONS(3828), - [anon_sym_protected] = ACTIONS(3828), - [anon_sym_tailrec] = ACTIONS(3828), - [anon_sym_operator] = ACTIONS(3828), - [anon_sym_infix] = ACTIONS(3828), - [anon_sym_inline] = ACTIONS(3828), - [anon_sym_external] = ACTIONS(3828), - [sym_property_modifier] = ACTIONS(3828), - [anon_sym_abstract] = ACTIONS(3828), - [anon_sym_final] = ACTIONS(3828), - [anon_sym_open] = ACTIONS(3828), - [anon_sym_vararg] = ACTIONS(3828), - [anon_sym_noinline] = ACTIONS(3828), - [anon_sym_crossinline] = ACTIONS(3828), - [anon_sym_expect] = ACTIONS(3828), - [anon_sym_actual] = ACTIONS(3828), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3833), - [anon_sym_continue_AT] = ACTIONS(3833), - [anon_sym_break_AT] = ACTIONS(3833), - [sym_real_literal] = ACTIONS(3833), - [sym_integer_literal] = ACTIONS(3828), - [sym_hex_literal] = ACTIONS(3833), - [sym_bin_literal] = ACTIONS(3833), - [anon_sym_true] = ACTIONS(3828), - [anon_sym_false] = ACTIONS(3828), - [anon_sym_SQUOTE] = ACTIONS(3833), - [sym__backtick_identifier] = ACTIONS(3833), - [sym__automatic_semicolon] = ACTIONS(3833), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3833), + [2977] = { + [sym__alpha_identifier] = ACTIONS(4471), + [anon_sym_AT] = ACTIONS(4473), + [anon_sym_LBRACK] = ACTIONS(4473), + [anon_sym_RBRACK] = ACTIONS(4473), + [anon_sym_as] = ACTIONS(4471), + [anon_sym_EQ] = ACTIONS(4471), + [anon_sym_LBRACE] = ACTIONS(4473), + [anon_sym_RBRACE] = ACTIONS(4473), + [anon_sym_LPAREN] = ACTIONS(4473), + [anon_sym_COMMA] = ACTIONS(4473), + [anon_sym_RPAREN] = ACTIONS(4473), + [anon_sym_by] = ACTIONS(4471), + [anon_sym_LT] = ACTIONS(4471), + [anon_sym_GT] = ACTIONS(4471), + [anon_sym_where] = ACTIONS(4471), + [anon_sym_DOT] = ACTIONS(4471), + [anon_sym_SEMI] = ACTIONS(4473), + [anon_sym_get] = ACTIONS(4471), + [anon_sym_set] = ACTIONS(4471), + [sym__quest] = ACTIONS(4471), + [anon_sym_STAR] = ACTIONS(4471), + [anon_sym_DASH_GT] = ACTIONS(4473), + [sym_label] = ACTIONS(4473), + [anon_sym_in] = ACTIONS(4471), + [anon_sym_while] = ACTIONS(4471), + [anon_sym_DOT_DOT] = ACTIONS(4473), + [anon_sym_QMARK_COLON] = ACTIONS(4473), + [anon_sym_AMP_AMP] = ACTIONS(4473), + [anon_sym_PIPE_PIPE] = ACTIONS(4473), + [anon_sym_else] = ACTIONS(4471), + [anon_sym_COLON_COLON] = ACTIONS(4473), + [anon_sym_PLUS_EQ] = ACTIONS(4473), + [anon_sym_DASH_EQ] = ACTIONS(4473), + [anon_sym_STAR_EQ] = ACTIONS(4473), + [anon_sym_SLASH_EQ] = ACTIONS(4473), + [anon_sym_PERCENT_EQ] = ACTIONS(4473), + [anon_sym_BANG_EQ] = ACTIONS(4471), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4473), + [anon_sym_EQ_EQ] = ACTIONS(4471), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4473), + [anon_sym_LT_EQ] = ACTIONS(4473), + [anon_sym_GT_EQ] = ACTIONS(4473), + [anon_sym_BANGin] = ACTIONS(4473), + [anon_sym_is] = ACTIONS(4471), + [anon_sym_BANGis] = ACTIONS(4473), + [anon_sym_PLUS] = ACTIONS(4471), + [anon_sym_DASH] = ACTIONS(4471), + [anon_sym_SLASH] = ACTIONS(4471), + [anon_sym_PERCENT] = ACTIONS(4471), + [anon_sym_as_QMARK] = ACTIONS(4473), + [anon_sym_PLUS_PLUS] = ACTIONS(4473), + [anon_sym_DASH_DASH] = ACTIONS(4473), + [anon_sym_BANG_BANG] = ACTIONS(4473), + [anon_sym_suspend] = ACTIONS(4471), + [anon_sym_sealed] = ACTIONS(4471), + [anon_sym_annotation] = ACTIONS(4471), + [anon_sym_data] = ACTIONS(4471), + [anon_sym_inner] = ACTIONS(4471), + [anon_sym_override] = ACTIONS(4471), + [anon_sym_lateinit] = ACTIONS(4471), + [anon_sym_public] = ACTIONS(4471), + [anon_sym_private] = ACTIONS(4471), + [anon_sym_internal] = ACTIONS(4471), + [anon_sym_protected] = ACTIONS(4471), + [anon_sym_tailrec] = ACTIONS(4471), + [anon_sym_operator] = ACTIONS(4471), + [anon_sym_infix] = ACTIONS(4471), + [anon_sym_inline] = ACTIONS(4471), + [anon_sym_external] = ACTIONS(4471), + [sym_property_modifier] = ACTIONS(4471), + [anon_sym_abstract] = ACTIONS(4471), + [anon_sym_final] = ACTIONS(4471), + [anon_sym_open] = ACTIONS(4471), + [anon_sym_vararg] = ACTIONS(4471), + [anon_sym_noinline] = ACTIONS(4471), + [anon_sym_crossinline] = ACTIONS(4471), + [anon_sym_expect] = ACTIONS(4471), + [anon_sym_actual] = ACTIONS(4471), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4473), + [sym_safe_nav] = ACTIONS(4473), + [sym_multiline_comment] = ACTIONS(3), }, - [2985] = { + [2978] = { + [sym_type_constraints] = STATE(3054), + [sym_enum_class_body] = STATE(3322), + [sym__alpha_identifier] = ACTIONS(3186), + [anon_sym_AT] = ACTIONS(3190), + [anon_sym_COLON] = ACTIONS(3264), + [anon_sym_LBRACK] = ACTIONS(3190), + [anon_sym_as] = ACTIONS(3186), + [anon_sym_EQ] = ACTIONS(3186), + [anon_sym_LBRACE] = ACTIONS(3112), + [anon_sym_RBRACE] = ACTIONS(3190), + [anon_sym_LPAREN] = ACTIONS(3190), + [anon_sym_LT] = ACTIONS(3186), + [anon_sym_GT] = ACTIONS(3186), + [anon_sym_where] = ACTIONS(3118), + [anon_sym_object] = ACTIONS(3186), + [anon_sym_fun] = ACTIONS(3186), + [anon_sym_DOT] = ACTIONS(3186), + [anon_sym_SEMI] = ACTIONS(3190), + [anon_sym_get] = ACTIONS(3186), + [anon_sym_set] = ACTIONS(3186), + [anon_sym_this] = ACTIONS(3186), + [anon_sym_super] = ACTIONS(3186), + [anon_sym_STAR] = ACTIONS(3186), + [sym_label] = ACTIONS(3186), + [anon_sym_in] = ACTIONS(3186), + [anon_sym_DOT_DOT] = ACTIONS(3190), + [anon_sym_QMARK_COLON] = ACTIONS(3190), + [anon_sym_AMP_AMP] = ACTIONS(3190), + [anon_sym_PIPE_PIPE] = ACTIONS(3190), + [anon_sym_null] = ACTIONS(3186), + [anon_sym_if] = ACTIONS(3186), + [anon_sym_else] = ACTIONS(3186), + [anon_sym_when] = ACTIONS(3186), + [anon_sym_try] = ACTIONS(3186), + [anon_sym_throw] = ACTIONS(3186), + [anon_sym_return] = ACTIONS(3186), + [anon_sym_continue] = ACTIONS(3186), + [anon_sym_break] = ACTIONS(3186), + [anon_sym_COLON_COLON] = ACTIONS(3190), + [anon_sym_PLUS_EQ] = ACTIONS(3190), + [anon_sym_DASH_EQ] = ACTIONS(3190), + [anon_sym_STAR_EQ] = ACTIONS(3190), + [anon_sym_SLASH_EQ] = ACTIONS(3190), + [anon_sym_PERCENT_EQ] = ACTIONS(3190), + [anon_sym_BANG_EQ] = ACTIONS(3186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3190), + [anon_sym_EQ_EQ] = ACTIONS(3186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3190), + [anon_sym_LT_EQ] = ACTIONS(3190), + [anon_sym_GT_EQ] = ACTIONS(3190), + [anon_sym_BANGin] = ACTIONS(3190), + [anon_sym_is] = ACTIONS(3186), + [anon_sym_BANGis] = ACTIONS(3190), + [anon_sym_PLUS] = ACTIONS(3186), + [anon_sym_DASH] = ACTIONS(3186), + [anon_sym_SLASH] = ACTIONS(3186), + [anon_sym_PERCENT] = ACTIONS(3186), + [anon_sym_as_QMARK] = ACTIONS(3190), + [anon_sym_PLUS_PLUS] = ACTIONS(3190), + [anon_sym_DASH_DASH] = ACTIONS(3190), + [anon_sym_BANG] = ACTIONS(3186), + [anon_sym_BANG_BANG] = ACTIONS(3190), + [anon_sym_data] = ACTIONS(3186), + [anon_sym_inner] = ACTIONS(3186), + [anon_sym_expect] = ACTIONS(3186), + [anon_sym_actual] = ACTIONS(3186), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3190), + [anon_sym_continue_AT] = ACTIONS(3190), + [anon_sym_break_AT] = ACTIONS(3190), + [sym_real_literal] = ACTIONS(3190), + [sym_integer_literal] = ACTIONS(3186), + [sym_hex_literal] = ACTIONS(3190), + [sym_bin_literal] = ACTIONS(3190), + [anon_sym_true] = ACTIONS(3186), + [anon_sym_false] = ACTIONS(3186), + [anon_sym_SQUOTE] = ACTIONS(3190), + [sym__backtick_identifier] = ACTIONS(3190), + [sym__automatic_semicolon] = ACTIONS(3190), + [sym_safe_nav] = ACTIONS(3190), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3190), + }, + [2979] = { + [sym_class_body] = STATE(3121), + [sym_type_constraints] = STATE(3047), + [sym__alpha_identifier] = ACTIONS(4303), + [anon_sym_AT] = ACTIONS(4305), + [anon_sym_COLON] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(4305), + [anon_sym_as] = ACTIONS(4303), + [anon_sym_EQ] = ACTIONS(4303), + [anon_sym_LBRACE] = ACTIONS(3144), + [anon_sym_RBRACE] = ACTIONS(4305), + [anon_sym_LPAREN] = ACTIONS(4305), + [anon_sym_LT] = ACTIONS(4303), + [anon_sym_GT] = ACTIONS(4303), + [anon_sym_where] = ACTIONS(3118), + [anon_sym_object] = ACTIONS(4303), + [anon_sym_fun] = ACTIONS(4303), + [anon_sym_DOT] = ACTIONS(4303), + [anon_sym_SEMI] = ACTIONS(4305), + [anon_sym_get] = ACTIONS(4303), + [anon_sym_set] = ACTIONS(4303), + [anon_sym_this] = ACTIONS(4303), + [anon_sym_super] = ACTIONS(4303), + [anon_sym_STAR] = ACTIONS(4303), + [sym_label] = ACTIONS(4303), + [anon_sym_in] = ACTIONS(4303), + [anon_sym_DOT_DOT] = ACTIONS(4305), + [anon_sym_QMARK_COLON] = ACTIONS(4305), + [anon_sym_AMP_AMP] = ACTIONS(4305), + [anon_sym_PIPE_PIPE] = ACTIONS(4305), + [anon_sym_null] = ACTIONS(4303), + [anon_sym_if] = ACTIONS(4303), + [anon_sym_else] = ACTIONS(4303), + [anon_sym_when] = ACTIONS(4303), + [anon_sym_try] = ACTIONS(4303), + [anon_sym_throw] = ACTIONS(4303), + [anon_sym_return] = ACTIONS(4303), + [anon_sym_continue] = ACTIONS(4303), + [anon_sym_break] = ACTIONS(4303), + [anon_sym_COLON_COLON] = ACTIONS(4305), + [anon_sym_PLUS_EQ] = ACTIONS(4305), + [anon_sym_DASH_EQ] = ACTIONS(4305), + [anon_sym_STAR_EQ] = ACTIONS(4305), + [anon_sym_SLASH_EQ] = ACTIONS(4305), + [anon_sym_PERCENT_EQ] = ACTIONS(4305), + [anon_sym_BANG_EQ] = ACTIONS(4303), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4305), + [anon_sym_EQ_EQ] = ACTIONS(4303), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4305), + [anon_sym_LT_EQ] = ACTIONS(4305), + [anon_sym_GT_EQ] = ACTIONS(4305), + [anon_sym_BANGin] = ACTIONS(4305), + [anon_sym_is] = ACTIONS(4303), + [anon_sym_BANGis] = ACTIONS(4305), + [anon_sym_PLUS] = ACTIONS(4303), + [anon_sym_DASH] = ACTIONS(4303), + [anon_sym_SLASH] = ACTIONS(4303), + [anon_sym_PERCENT] = ACTIONS(4303), + [anon_sym_as_QMARK] = ACTIONS(4305), + [anon_sym_PLUS_PLUS] = ACTIONS(4305), + [anon_sym_DASH_DASH] = ACTIONS(4305), + [anon_sym_BANG] = ACTIONS(4303), + [anon_sym_BANG_BANG] = ACTIONS(4305), + [anon_sym_data] = ACTIONS(4303), + [anon_sym_inner] = ACTIONS(4303), + [anon_sym_expect] = ACTIONS(4303), + [anon_sym_actual] = ACTIONS(4303), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4305), + [anon_sym_continue_AT] = ACTIONS(4305), + [anon_sym_break_AT] = ACTIONS(4305), + [sym_real_literal] = ACTIONS(4305), + [sym_integer_literal] = ACTIONS(4303), + [sym_hex_literal] = ACTIONS(4305), + [sym_bin_literal] = ACTIONS(4305), + [anon_sym_true] = ACTIONS(4303), + [anon_sym_false] = ACTIONS(4303), + [anon_sym_SQUOTE] = ACTIONS(4305), + [sym__backtick_identifier] = ACTIONS(4305), + [sym__automatic_semicolon] = ACTIONS(4305), + [sym_safe_nav] = ACTIONS(4305), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4305), + }, + [2980] = { + [aux_sym_type_constraints_repeat1] = STATE(2964), + [sym__alpha_identifier] = ACTIONS(4442), + [anon_sym_AT] = ACTIONS(4444), + [anon_sym_LBRACK] = ACTIONS(4444), + [anon_sym_RBRACK] = ACTIONS(4444), + [anon_sym_as] = ACTIONS(4442), + [anon_sym_EQ] = ACTIONS(4442), + [anon_sym_LBRACE] = ACTIONS(4444), + [anon_sym_RBRACE] = ACTIONS(4444), + [anon_sym_LPAREN] = ACTIONS(4444), + [anon_sym_COMMA] = ACTIONS(6373), + [anon_sym_RPAREN] = ACTIONS(4444), + [anon_sym_by] = ACTIONS(4442), + [anon_sym_LT] = ACTIONS(4442), + [anon_sym_GT] = ACTIONS(4442), + [anon_sym_where] = ACTIONS(4442), + [anon_sym_DOT] = ACTIONS(4442), + [anon_sym_SEMI] = ACTIONS(4444), + [anon_sym_get] = ACTIONS(4442), + [anon_sym_set] = ACTIONS(4442), + [anon_sym_STAR] = ACTIONS(4442), + [anon_sym_DASH_GT] = ACTIONS(4444), + [sym_label] = ACTIONS(4444), + [anon_sym_in] = ACTIONS(4442), + [anon_sym_while] = ACTIONS(4442), + [anon_sym_DOT_DOT] = ACTIONS(4444), + [anon_sym_QMARK_COLON] = ACTIONS(4444), + [anon_sym_AMP_AMP] = ACTIONS(4444), + [anon_sym_PIPE_PIPE] = ACTIONS(4444), + [anon_sym_else] = ACTIONS(4442), + [anon_sym_COLON_COLON] = ACTIONS(4444), + [anon_sym_PLUS_EQ] = ACTIONS(4444), + [anon_sym_DASH_EQ] = ACTIONS(4444), + [anon_sym_STAR_EQ] = ACTIONS(4444), + [anon_sym_SLASH_EQ] = ACTIONS(4444), + [anon_sym_PERCENT_EQ] = ACTIONS(4444), + [anon_sym_BANG_EQ] = ACTIONS(4442), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4444), + [anon_sym_EQ_EQ] = ACTIONS(4442), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4444), + [anon_sym_LT_EQ] = ACTIONS(4444), + [anon_sym_GT_EQ] = ACTIONS(4444), + [anon_sym_BANGin] = ACTIONS(4444), + [anon_sym_is] = ACTIONS(4442), + [anon_sym_BANGis] = ACTIONS(4444), + [anon_sym_PLUS] = ACTIONS(4442), + [anon_sym_DASH] = ACTIONS(4442), + [anon_sym_SLASH] = ACTIONS(4442), + [anon_sym_PERCENT] = ACTIONS(4442), + [anon_sym_as_QMARK] = ACTIONS(4444), + [anon_sym_PLUS_PLUS] = ACTIONS(4444), + [anon_sym_DASH_DASH] = ACTIONS(4444), + [anon_sym_BANG_BANG] = ACTIONS(4444), + [anon_sym_suspend] = ACTIONS(4442), + [anon_sym_sealed] = ACTIONS(4442), + [anon_sym_annotation] = ACTIONS(4442), + [anon_sym_data] = ACTIONS(4442), + [anon_sym_inner] = ACTIONS(4442), + [anon_sym_override] = ACTIONS(4442), + [anon_sym_lateinit] = ACTIONS(4442), + [anon_sym_public] = ACTIONS(4442), + [anon_sym_private] = ACTIONS(4442), + [anon_sym_internal] = ACTIONS(4442), + [anon_sym_protected] = ACTIONS(4442), + [anon_sym_tailrec] = ACTIONS(4442), + [anon_sym_operator] = ACTIONS(4442), + [anon_sym_infix] = ACTIONS(4442), + [anon_sym_inline] = ACTIONS(4442), + [anon_sym_external] = ACTIONS(4442), + [sym_property_modifier] = ACTIONS(4442), + [anon_sym_abstract] = ACTIONS(4442), + [anon_sym_final] = ACTIONS(4442), + [anon_sym_open] = ACTIONS(4442), + [anon_sym_vararg] = ACTIONS(4442), + [anon_sym_noinline] = ACTIONS(4442), + [anon_sym_crossinline] = ACTIONS(4442), + [anon_sym_expect] = ACTIONS(4442), + [anon_sym_actual] = ACTIONS(4442), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4444), + [sym_safe_nav] = ACTIONS(4444), + [sym_multiline_comment] = ACTIONS(3), + }, + [2981] = { + [sym_class_body] = STATE(3472), + [sym_type_constraints] = STATE(3016), + [sym__alpha_identifier] = ACTIONS(3196), + [anon_sym_AT] = ACTIONS(3200), + [anon_sym_COLON] = ACTIONS(3266), + [anon_sym_LBRACK] = ACTIONS(3200), + [anon_sym_as] = ACTIONS(3196), + [anon_sym_EQ] = ACTIONS(3196), + [anon_sym_LBRACE] = ACTIONS(3144), + [anon_sym_RBRACE] = ACTIONS(3200), + [anon_sym_LPAREN] = ACTIONS(3200), + [anon_sym_LT] = ACTIONS(3196), + [anon_sym_GT] = ACTIONS(3196), + [anon_sym_where] = ACTIONS(3118), + [anon_sym_object] = ACTIONS(3196), + [anon_sym_fun] = ACTIONS(3196), + [anon_sym_DOT] = ACTIONS(3196), + [anon_sym_SEMI] = ACTIONS(3200), + [anon_sym_get] = ACTIONS(3196), + [anon_sym_set] = ACTIONS(3196), + [anon_sym_this] = ACTIONS(3196), + [anon_sym_super] = ACTIONS(3196), + [anon_sym_STAR] = ACTIONS(3196), + [sym_label] = ACTIONS(3196), + [anon_sym_in] = ACTIONS(3196), + [anon_sym_DOT_DOT] = ACTIONS(3200), + [anon_sym_QMARK_COLON] = ACTIONS(3200), + [anon_sym_AMP_AMP] = ACTIONS(3200), + [anon_sym_PIPE_PIPE] = ACTIONS(3200), + [anon_sym_null] = ACTIONS(3196), + [anon_sym_if] = ACTIONS(3196), + [anon_sym_else] = ACTIONS(3196), + [anon_sym_when] = ACTIONS(3196), + [anon_sym_try] = ACTIONS(3196), + [anon_sym_throw] = ACTIONS(3196), + [anon_sym_return] = ACTIONS(3196), + [anon_sym_continue] = ACTIONS(3196), + [anon_sym_break] = ACTIONS(3196), + [anon_sym_COLON_COLON] = ACTIONS(3200), + [anon_sym_PLUS_EQ] = ACTIONS(3200), + [anon_sym_DASH_EQ] = ACTIONS(3200), + [anon_sym_STAR_EQ] = ACTIONS(3200), + [anon_sym_SLASH_EQ] = ACTIONS(3200), + [anon_sym_PERCENT_EQ] = ACTIONS(3200), + [anon_sym_BANG_EQ] = ACTIONS(3196), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3200), + [anon_sym_EQ_EQ] = ACTIONS(3196), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3200), + [anon_sym_LT_EQ] = ACTIONS(3200), + [anon_sym_GT_EQ] = ACTIONS(3200), + [anon_sym_BANGin] = ACTIONS(3200), + [anon_sym_is] = ACTIONS(3196), + [anon_sym_BANGis] = ACTIONS(3200), + [anon_sym_PLUS] = ACTIONS(3196), + [anon_sym_DASH] = ACTIONS(3196), + [anon_sym_SLASH] = ACTIONS(3196), + [anon_sym_PERCENT] = ACTIONS(3196), + [anon_sym_as_QMARK] = ACTIONS(3200), + [anon_sym_PLUS_PLUS] = ACTIONS(3200), + [anon_sym_DASH_DASH] = ACTIONS(3200), + [anon_sym_BANG] = ACTIONS(3196), + [anon_sym_BANG_BANG] = ACTIONS(3200), + [anon_sym_data] = ACTIONS(3196), + [anon_sym_inner] = ACTIONS(3196), + [anon_sym_expect] = ACTIONS(3196), + [anon_sym_actual] = ACTIONS(3196), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3200), + [anon_sym_continue_AT] = ACTIONS(3200), + [anon_sym_break_AT] = ACTIONS(3200), + [sym_real_literal] = ACTIONS(3200), + [sym_integer_literal] = ACTIONS(3196), + [sym_hex_literal] = ACTIONS(3200), + [sym_bin_literal] = ACTIONS(3200), + [anon_sym_true] = ACTIONS(3196), + [anon_sym_false] = ACTIONS(3196), + [anon_sym_SQUOTE] = ACTIONS(3200), + [sym__backtick_identifier] = ACTIONS(3200), + [sym__automatic_semicolon] = ACTIONS(3200), + [sym_safe_nav] = ACTIONS(3200), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3200), + }, + [2982] = { + [sym_class_body] = STATE(3121), + [sym_type_constraints] = STATE(3047), + [sym__alpha_identifier] = ACTIONS(4303), + [anon_sym_AT] = ACTIONS(4305), + [anon_sym_LBRACK] = ACTIONS(4305), + [anon_sym_as] = ACTIONS(4303), + [anon_sym_EQ] = ACTIONS(4303), + [anon_sym_LBRACE] = ACTIONS(3144), + [anon_sym_RBRACE] = ACTIONS(4305), + [anon_sym_LPAREN] = ACTIONS(4305), + [anon_sym_COMMA] = ACTIONS(4305), + [anon_sym_LT] = ACTIONS(4303), + [anon_sym_GT] = ACTIONS(4303), + [anon_sym_where] = ACTIONS(3118), + [anon_sym_object] = ACTIONS(4303), + [anon_sym_fun] = ACTIONS(4303), + [anon_sym_DOT] = ACTIONS(4303), + [anon_sym_SEMI] = ACTIONS(4305), + [anon_sym_get] = ACTIONS(4303), + [anon_sym_set] = ACTIONS(4303), + [anon_sym_this] = ACTIONS(4303), + [anon_sym_super] = ACTIONS(4303), + [anon_sym_STAR] = ACTIONS(4303), + [sym_label] = ACTIONS(4303), + [anon_sym_in] = ACTIONS(4303), + [anon_sym_DOT_DOT] = ACTIONS(4305), + [anon_sym_QMARK_COLON] = ACTIONS(4305), + [anon_sym_AMP_AMP] = ACTIONS(4305), + [anon_sym_PIPE_PIPE] = ACTIONS(4305), + [anon_sym_null] = ACTIONS(4303), + [anon_sym_if] = ACTIONS(4303), + [anon_sym_else] = ACTIONS(4303), + [anon_sym_when] = ACTIONS(4303), + [anon_sym_try] = ACTIONS(4303), + [anon_sym_throw] = ACTIONS(4303), + [anon_sym_return] = ACTIONS(4303), + [anon_sym_continue] = ACTIONS(4303), + [anon_sym_break] = ACTIONS(4303), + [anon_sym_COLON_COLON] = ACTIONS(4305), + [anon_sym_PLUS_EQ] = ACTIONS(4305), + [anon_sym_DASH_EQ] = ACTIONS(4305), + [anon_sym_STAR_EQ] = ACTIONS(4305), + [anon_sym_SLASH_EQ] = ACTIONS(4305), + [anon_sym_PERCENT_EQ] = ACTIONS(4305), + [anon_sym_BANG_EQ] = ACTIONS(4303), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4305), + [anon_sym_EQ_EQ] = ACTIONS(4303), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4305), + [anon_sym_LT_EQ] = ACTIONS(4305), + [anon_sym_GT_EQ] = ACTIONS(4305), + [anon_sym_BANGin] = ACTIONS(4305), + [anon_sym_is] = ACTIONS(4303), + [anon_sym_BANGis] = ACTIONS(4305), + [anon_sym_PLUS] = ACTIONS(4303), + [anon_sym_DASH] = ACTIONS(4303), + [anon_sym_SLASH] = ACTIONS(4303), + [anon_sym_PERCENT] = ACTIONS(4303), + [anon_sym_as_QMARK] = ACTIONS(4305), + [anon_sym_PLUS_PLUS] = ACTIONS(4305), + [anon_sym_DASH_DASH] = ACTIONS(4305), + [anon_sym_BANG] = ACTIONS(4303), + [anon_sym_BANG_BANG] = ACTIONS(4305), + [anon_sym_data] = ACTIONS(4303), + [anon_sym_inner] = ACTIONS(4303), + [anon_sym_expect] = ACTIONS(4303), + [anon_sym_actual] = ACTIONS(4303), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4305), + [anon_sym_continue_AT] = ACTIONS(4305), + [anon_sym_break_AT] = ACTIONS(4305), + [sym_real_literal] = ACTIONS(4305), + [sym_integer_literal] = ACTIONS(4303), + [sym_hex_literal] = ACTIONS(4305), + [sym_bin_literal] = ACTIONS(4305), + [anon_sym_true] = ACTIONS(4303), + [anon_sym_false] = ACTIONS(4303), + [anon_sym_SQUOTE] = ACTIONS(4305), + [sym__backtick_identifier] = ACTIONS(4305), + [sym__automatic_semicolon] = ACTIONS(4305), + [sym_safe_nav] = ACTIONS(4305), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4305), + }, + [2983] = { + [sym__alpha_identifier] = ACTIONS(4497), + [anon_sym_AT] = ACTIONS(4499), + [anon_sym_LBRACK] = ACTIONS(4499), + [anon_sym_as] = ACTIONS(4497), + [anon_sym_EQ] = ACTIONS(4497), + [anon_sym_LBRACE] = ACTIONS(4499), + [anon_sym_RBRACE] = ACTIONS(4499), + [anon_sym_LPAREN] = ACTIONS(4499), + [anon_sym_COMMA] = ACTIONS(4499), + [anon_sym_LT] = ACTIONS(4497), + [anon_sym_GT] = ACTIONS(4497), + [anon_sym_where] = ACTIONS(4497), + [anon_sym_object] = ACTIONS(4497), + [anon_sym_fun] = ACTIONS(4497), + [anon_sym_DOT] = ACTIONS(4497), + [anon_sym_SEMI] = ACTIONS(4499), + [anon_sym_get] = ACTIONS(4497), + [anon_sym_set] = ACTIONS(4497), + [anon_sym_this] = ACTIONS(4497), + [anon_sym_super] = ACTIONS(4497), + [anon_sym_STAR] = ACTIONS(4497), + [sym_label] = ACTIONS(4497), + [anon_sym_in] = ACTIONS(4497), + [anon_sym_DOT_DOT] = ACTIONS(4499), + [anon_sym_QMARK_COLON] = ACTIONS(4499), + [anon_sym_AMP_AMP] = ACTIONS(4499), + [anon_sym_PIPE_PIPE] = ACTIONS(4499), + [anon_sym_null] = ACTIONS(4497), + [anon_sym_if] = ACTIONS(4497), + [anon_sym_else] = ACTIONS(4497), + [anon_sym_when] = ACTIONS(4497), + [anon_sym_try] = ACTIONS(4497), + [anon_sym_catch] = ACTIONS(4497), + [anon_sym_finally] = ACTIONS(4497), + [anon_sym_throw] = ACTIONS(4497), + [anon_sym_return] = ACTIONS(4497), + [anon_sym_continue] = ACTIONS(4497), + [anon_sym_break] = ACTIONS(4497), + [anon_sym_COLON_COLON] = ACTIONS(4499), + [anon_sym_PLUS_EQ] = ACTIONS(4499), + [anon_sym_DASH_EQ] = ACTIONS(4499), + [anon_sym_STAR_EQ] = ACTIONS(4499), + [anon_sym_SLASH_EQ] = ACTIONS(4499), + [anon_sym_PERCENT_EQ] = ACTIONS(4499), + [anon_sym_BANG_EQ] = ACTIONS(4497), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4499), + [anon_sym_EQ_EQ] = ACTIONS(4497), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4499), + [anon_sym_LT_EQ] = ACTIONS(4499), + [anon_sym_GT_EQ] = ACTIONS(4499), + [anon_sym_BANGin] = ACTIONS(4499), + [anon_sym_is] = ACTIONS(4497), + [anon_sym_BANGis] = ACTIONS(4499), + [anon_sym_PLUS] = ACTIONS(4497), + [anon_sym_DASH] = ACTIONS(4497), + [anon_sym_SLASH] = ACTIONS(4497), + [anon_sym_PERCENT] = ACTIONS(4497), + [anon_sym_as_QMARK] = ACTIONS(4499), + [anon_sym_PLUS_PLUS] = ACTIONS(4499), + [anon_sym_DASH_DASH] = ACTIONS(4499), + [anon_sym_BANG] = ACTIONS(4497), + [anon_sym_BANG_BANG] = ACTIONS(4499), + [anon_sym_data] = ACTIONS(4497), + [anon_sym_inner] = ACTIONS(4497), + [anon_sym_expect] = ACTIONS(4497), + [anon_sym_actual] = ACTIONS(4497), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4499), + [anon_sym_continue_AT] = ACTIONS(4499), + [anon_sym_break_AT] = ACTIONS(4499), + [sym_real_literal] = ACTIONS(4499), + [sym_integer_literal] = ACTIONS(4497), + [sym_hex_literal] = ACTIONS(4499), + [sym_bin_literal] = ACTIONS(4499), + [anon_sym_true] = ACTIONS(4497), + [anon_sym_false] = ACTIONS(4497), + [anon_sym_SQUOTE] = ACTIONS(4499), + [sym__backtick_identifier] = ACTIONS(4499), + [sym__automatic_semicolon] = ACTIONS(4499), + [sym_safe_nav] = ACTIONS(4499), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4499), + }, + [2984] = { [sym__alpha_identifier] = ACTIONS(4396), [anon_sym_AT] = ACTIONS(4398), + [anon_sym_COLON] = ACTIONS(4396), [anon_sym_LBRACK] = ACTIONS(4398), + [anon_sym_RBRACK] = ACTIONS(4398), [anon_sym_as] = ACTIONS(4396), [anon_sym_EQ] = ACTIONS(4396), + [anon_sym_constructor] = ACTIONS(4396), [anon_sym_LBRACE] = ACTIONS(4398), [anon_sym_RBRACE] = ACTIONS(4398), [anon_sym_LPAREN] = ACTIONS(4398), [anon_sym_COMMA] = ACTIONS(4398), + [anon_sym_RPAREN] = ACTIONS(4398), [anon_sym_LT] = ACTIONS(4396), [anon_sym_GT] = ACTIONS(4396), [anon_sym_where] = ACTIONS(4396), - [anon_sym_object] = ACTIONS(4396), - [anon_sym_fun] = ACTIONS(4396), [anon_sym_DOT] = ACTIONS(4396), [anon_sym_SEMI] = ACTIONS(4398), [anon_sym_get] = ACTIONS(4396), [anon_sym_set] = ACTIONS(4396), - [anon_sym_this] = ACTIONS(4396), - [anon_sym_super] = ACTIONS(4396), [anon_sym_STAR] = ACTIONS(4396), - [sym_label] = ACTIONS(4396), + [anon_sym_DASH_GT] = ACTIONS(4398), + [sym_label] = ACTIONS(4398), [anon_sym_in] = ACTIONS(4396), + [anon_sym_while] = ACTIONS(4396), [anon_sym_DOT_DOT] = ACTIONS(4398), [anon_sym_QMARK_COLON] = ACTIONS(4398), [anon_sym_AMP_AMP] = ACTIONS(4398), [anon_sym_PIPE_PIPE] = ACTIONS(4398), - [anon_sym_null] = ACTIONS(4396), - [anon_sym_if] = ACTIONS(4396), [anon_sym_else] = ACTIONS(4396), - [anon_sym_when] = ACTIONS(4396), - [anon_sym_try] = ACTIONS(4396), - [anon_sym_catch] = ACTIONS(4396), - [anon_sym_finally] = ACTIONS(4396), - [anon_sym_throw] = ACTIONS(4396), - [anon_sym_return] = ACTIONS(4396), - [anon_sym_continue] = ACTIONS(4396), - [anon_sym_break] = ACTIONS(4396), [anon_sym_COLON_COLON] = ACTIONS(4398), [anon_sym_PLUS_EQ] = ACTIONS(4398), [anon_sym_DASH_EQ] = ACTIONS(4398), @@ -340498,457 +340552,383 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(4398), [anon_sym_PLUS_PLUS] = ACTIONS(4398), [anon_sym_DASH_DASH] = ACTIONS(4398), - [anon_sym_BANG] = ACTIONS(4396), [anon_sym_BANG_BANG] = ACTIONS(4398), + [anon_sym_suspend] = ACTIONS(4396), + [anon_sym_sealed] = ACTIONS(4396), + [anon_sym_annotation] = ACTIONS(4396), [anon_sym_data] = ACTIONS(4396), [anon_sym_inner] = ACTIONS(4396), + [anon_sym_override] = ACTIONS(4396), + [anon_sym_lateinit] = ACTIONS(4396), + [anon_sym_public] = ACTIONS(4396), + [anon_sym_private] = ACTIONS(4396), + [anon_sym_internal] = ACTIONS(4396), + [anon_sym_protected] = ACTIONS(4396), + [anon_sym_tailrec] = ACTIONS(4396), + [anon_sym_operator] = ACTIONS(4396), + [anon_sym_infix] = ACTIONS(4396), + [anon_sym_inline] = ACTIONS(4396), + [anon_sym_external] = ACTIONS(4396), + [sym_property_modifier] = ACTIONS(4396), + [anon_sym_abstract] = ACTIONS(4396), + [anon_sym_final] = ACTIONS(4396), + [anon_sym_open] = ACTIONS(4396), + [anon_sym_vararg] = ACTIONS(4396), + [anon_sym_noinline] = ACTIONS(4396), + [anon_sym_crossinline] = ACTIONS(4396), [anon_sym_expect] = ACTIONS(4396), [anon_sym_actual] = ACTIONS(4396), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4398), - [anon_sym_continue_AT] = ACTIONS(4398), - [anon_sym_break_AT] = ACTIONS(4398), - [sym_real_literal] = ACTIONS(4398), - [sym_integer_literal] = ACTIONS(4396), - [sym_hex_literal] = ACTIONS(4398), - [sym_bin_literal] = ACTIONS(4398), - [anon_sym_true] = ACTIONS(4396), - [anon_sym_false] = ACTIONS(4396), - [anon_sym_SQUOTE] = ACTIONS(4398), [sym__backtick_identifier] = ACTIONS(4398), - [sym__automatic_semicolon] = ACTIONS(4398), [sym_safe_nav] = ACTIONS(4398), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4398), + }, + [2985] = { + [sym_function_body] = STATE(3198), + [sym__block] = STATE(3464), + [sym__alpha_identifier] = ACTIONS(4085), + [anon_sym_AT] = ACTIONS(4087), + [anon_sym_LBRACK] = ACTIONS(4087), + [anon_sym_RBRACK] = ACTIONS(4087), + [anon_sym_as] = ACTIONS(4085), + [anon_sym_EQ] = ACTIONS(6231), + [anon_sym_LBRACE] = ACTIONS(6233), + [anon_sym_RBRACE] = ACTIONS(4087), + [anon_sym_LPAREN] = ACTIONS(4087), + [anon_sym_COMMA] = ACTIONS(4087), + [anon_sym_RPAREN] = ACTIONS(4087), + [anon_sym_LT] = ACTIONS(4085), + [anon_sym_GT] = ACTIONS(4085), + [anon_sym_where] = ACTIONS(4085), + [anon_sym_DOT] = ACTIONS(4085), + [anon_sym_SEMI] = ACTIONS(4087), + [anon_sym_get] = ACTIONS(4085), + [anon_sym_set] = ACTIONS(4085), + [anon_sym_STAR] = ACTIONS(4085), + [anon_sym_DASH_GT] = ACTIONS(4087), + [sym_label] = ACTIONS(4087), + [anon_sym_in] = ACTIONS(4085), + [anon_sym_while] = ACTIONS(4085), + [anon_sym_DOT_DOT] = ACTIONS(4087), + [anon_sym_QMARK_COLON] = ACTIONS(4087), + [anon_sym_AMP_AMP] = ACTIONS(4087), + [anon_sym_PIPE_PIPE] = ACTIONS(4087), + [anon_sym_else] = ACTIONS(4085), + [anon_sym_COLON_COLON] = ACTIONS(4087), + [anon_sym_PLUS_EQ] = ACTIONS(4087), + [anon_sym_DASH_EQ] = ACTIONS(4087), + [anon_sym_STAR_EQ] = ACTIONS(4087), + [anon_sym_SLASH_EQ] = ACTIONS(4087), + [anon_sym_PERCENT_EQ] = ACTIONS(4087), + [anon_sym_BANG_EQ] = ACTIONS(4085), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4087), + [anon_sym_EQ_EQ] = ACTIONS(4085), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4087), + [anon_sym_LT_EQ] = ACTIONS(4087), + [anon_sym_GT_EQ] = ACTIONS(4087), + [anon_sym_BANGin] = ACTIONS(4087), + [anon_sym_is] = ACTIONS(4085), + [anon_sym_BANGis] = ACTIONS(4087), + [anon_sym_PLUS] = ACTIONS(4085), + [anon_sym_DASH] = ACTIONS(4085), + [anon_sym_SLASH] = ACTIONS(4085), + [anon_sym_PERCENT] = ACTIONS(4085), + [anon_sym_as_QMARK] = ACTIONS(4087), + [anon_sym_PLUS_PLUS] = ACTIONS(4087), + [anon_sym_DASH_DASH] = ACTIONS(4087), + [anon_sym_BANG_BANG] = ACTIONS(4087), + [anon_sym_suspend] = ACTIONS(4085), + [anon_sym_sealed] = ACTIONS(4085), + [anon_sym_annotation] = ACTIONS(4085), + [anon_sym_data] = ACTIONS(4085), + [anon_sym_inner] = ACTIONS(4085), + [anon_sym_override] = ACTIONS(4085), + [anon_sym_lateinit] = ACTIONS(4085), + [anon_sym_public] = ACTIONS(4085), + [anon_sym_private] = ACTIONS(4085), + [anon_sym_internal] = ACTIONS(4085), + [anon_sym_protected] = ACTIONS(4085), + [anon_sym_tailrec] = ACTIONS(4085), + [anon_sym_operator] = ACTIONS(4085), + [anon_sym_infix] = ACTIONS(4085), + [anon_sym_inline] = ACTIONS(4085), + [anon_sym_external] = ACTIONS(4085), + [sym_property_modifier] = ACTIONS(4085), + [anon_sym_abstract] = ACTIONS(4085), + [anon_sym_final] = ACTIONS(4085), + [anon_sym_open] = ACTIONS(4085), + [anon_sym_vararg] = ACTIONS(4085), + [anon_sym_noinline] = ACTIONS(4085), + [anon_sym_crossinline] = ACTIONS(4085), + [anon_sym_expect] = ACTIONS(4085), + [anon_sym_actual] = ACTIONS(4085), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4087), + [sym_safe_nav] = ACTIONS(4087), + [sym_multiline_comment] = ACTIONS(3), }, [2986] = { - [sym_type_arguments] = STATE(3440), - [sym__alpha_identifier] = ACTIONS(4130), - [anon_sym_AT] = ACTIONS(4138), - [anon_sym_LBRACK] = ACTIONS(4138), - [anon_sym_EQ] = ACTIONS(4138), - [anon_sym_LBRACE] = ACTIONS(4138), - [anon_sym_RBRACE] = ACTIONS(4138), - [anon_sym_LPAREN] = ACTIONS(4138), - [anon_sym_COMMA] = ACTIONS(4138), - [anon_sym_by] = ACTIONS(4130), - [anon_sym_LT] = ACTIONS(6375), - [anon_sym_where] = ACTIONS(4130), - [anon_sym_object] = ACTIONS(4130), - [anon_sym_fun] = ACTIONS(4130), - [anon_sym_DOT] = ACTIONS(4130), - [anon_sym_SEMI] = ACTIONS(4138), - [anon_sym_get] = ACTIONS(4130), - [anon_sym_set] = ACTIONS(4130), - [anon_sym_this] = ACTIONS(4130), - [anon_sym_super] = ACTIONS(4130), - [sym__quest] = ACTIONS(4138), - [anon_sym_STAR] = ACTIONS(4138), - [sym_label] = ACTIONS(4130), - [anon_sym_in] = ACTIONS(4130), - [anon_sym_null] = ACTIONS(4130), - [anon_sym_if] = ACTIONS(4130), - [anon_sym_else] = ACTIONS(4130), - [anon_sym_when] = ACTIONS(4130), - [anon_sym_try] = ACTIONS(4130), - [anon_sym_throw] = ACTIONS(4130), - [anon_sym_return] = ACTIONS(4130), - [anon_sym_continue] = ACTIONS(4130), - [anon_sym_break] = ACTIONS(4130), - [anon_sym_COLON_COLON] = ACTIONS(4138), - [anon_sym_BANGin] = ACTIONS(4138), - [anon_sym_is] = ACTIONS(4130), - [anon_sym_BANGis] = ACTIONS(4138), - [anon_sym_PLUS] = ACTIONS(4130), - [anon_sym_DASH] = ACTIONS(4130), - [anon_sym_PLUS_PLUS] = ACTIONS(4138), - [anon_sym_DASH_DASH] = ACTIONS(4138), - [anon_sym_BANG] = ACTIONS(4130), - [anon_sym_suspend] = ACTIONS(4130), - [anon_sym_sealed] = ACTIONS(4130), - [anon_sym_annotation] = ACTIONS(4130), - [anon_sym_data] = ACTIONS(4130), - [anon_sym_inner] = ACTIONS(4130), - [anon_sym_override] = ACTIONS(4130), - [anon_sym_lateinit] = ACTIONS(4130), - [anon_sym_public] = ACTIONS(4130), - [anon_sym_private] = ACTIONS(4130), - [anon_sym_internal] = ACTIONS(4130), - [anon_sym_protected] = ACTIONS(4130), - [anon_sym_tailrec] = ACTIONS(4130), - [anon_sym_operator] = ACTIONS(4130), - [anon_sym_infix] = ACTIONS(4130), - [anon_sym_inline] = ACTIONS(4130), - [anon_sym_external] = ACTIONS(4130), - [sym_property_modifier] = ACTIONS(4130), - [anon_sym_abstract] = ACTIONS(4130), - [anon_sym_final] = ACTIONS(4130), - [anon_sym_open] = ACTIONS(4130), - [anon_sym_vararg] = ACTIONS(4130), - [anon_sym_noinline] = ACTIONS(4130), - [anon_sym_crossinline] = ACTIONS(4130), - [anon_sym_expect] = ACTIONS(4130), - [anon_sym_actual] = ACTIONS(4130), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4138), - [anon_sym_continue_AT] = ACTIONS(4138), - [anon_sym_break_AT] = ACTIONS(4138), - [sym_real_literal] = ACTIONS(4138), - [sym_integer_literal] = ACTIONS(4130), - [sym_hex_literal] = ACTIONS(4138), - [sym_bin_literal] = ACTIONS(4138), - [anon_sym_true] = ACTIONS(4130), - [anon_sym_false] = ACTIONS(4130), - [anon_sym_SQUOTE] = ACTIONS(4138), - [sym__backtick_identifier] = ACTIONS(4138), - [sym__automatic_semicolon] = ACTIONS(4138), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4138), + [sym_function_body] = STATE(3248), + [sym__block] = STATE(3464), + [sym__alpha_identifier] = ACTIONS(4047), + [anon_sym_AT] = ACTIONS(4049), + [anon_sym_LBRACK] = ACTIONS(4049), + [anon_sym_RBRACK] = ACTIONS(4049), + [anon_sym_as] = ACTIONS(4047), + [anon_sym_EQ] = ACTIONS(6231), + [anon_sym_LBRACE] = ACTIONS(6233), + [anon_sym_RBRACE] = ACTIONS(4049), + [anon_sym_LPAREN] = ACTIONS(4049), + [anon_sym_COMMA] = ACTIONS(4049), + [anon_sym_RPAREN] = ACTIONS(4049), + [anon_sym_LT] = ACTIONS(4047), + [anon_sym_GT] = ACTIONS(4047), + [anon_sym_where] = ACTIONS(4047), + [anon_sym_DOT] = ACTIONS(4047), + [anon_sym_SEMI] = ACTIONS(4049), + [anon_sym_get] = ACTIONS(4047), + [anon_sym_set] = ACTIONS(4047), + [anon_sym_STAR] = ACTIONS(4047), + [anon_sym_DASH_GT] = ACTIONS(4049), + [sym_label] = ACTIONS(4049), + [anon_sym_in] = ACTIONS(4047), + [anon_sym_while] = ACTIONS(4047), + [anon_sym_DOT_DOT] = ACTIONS(4049), + [anon_sym_QMARK_COLON] = ACTIONS(4049), + [anon_sym_AMP_AMP] = ACTIONS(4049), + [anon_sym_PIPE_PIPE] = ACTIONS(4049), + [anon_sym_else] = ACTIONS(4047), + [anon_sym_COLON_COLON] = ACTIONS(4049), + [anon_sym_PLUS_EQ] = ACTIONS(4049), + [anon_sym_DASH_EQ] = ACTIONS(4049), + [anon_sym_STAR_EQ] = ACTIONS(4049), + [anon_sym_SLASH_EQ] = ACTIONS(4049), + [anon_sym_PERCENT_EQ] = ACTIONS(4049), + [anon_sym_BANG_EQ] = ACTIONS(4047), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4049), + [anon_sym_EQ_EQ] = ACTIONS(4047), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4049), + [anon_sym_LT_EQ] = ACTIONS(4049), + [anon_sym_GT_EQ] = ACTIONS(4049), + [anon_sym_BANGin] = ACTIONS(4049), + [anon_sym_is] = ACTIONS(4047), + [anon_sym_BANGis] = ACTIONS(4049), + [anon_sym_PLUS] = ACTIONS(4047), + [anon_sym_DASH] = ACTIONS(4047), + [anon_sym_SLASH] = ACTIONS(4047), + [anon_sym_PERCENT] = ACTIONS(4047), + [anon_sym_as_QMARK] = ACTIONS(4049), + [anon_sym_PLUS_PLUS] = ACTIONS(4049), + [anon_sym_DASH_DASH] = ACTIONS(4049), + [anon_sym_BANG_BANG] = ACTIONS(4049), + [anon_sym_suspend] = ACTIONS(4047), + [anon_sym_sealed] = ACTIONS(4047), + [anon_sym_annotation] = ACTIONS(4047), + [anon_sym_data] = ACTIONS(4047), + [anon_sym_inner] = ACTIONS(4047), + [anon_sym_override] = ACTIONS(4047), + [anon_sym_lateinit] = ACTIONS(4047), + [anon_sym_public] = ACTIONS(4047), + [anon_sym_private] = ACTIONS(4047), + [anon_sym_internal] = ACTIONS(4047), + [anon_sym_protected] = ACTIONS(4047), + [anon_sym_tailrec] = ACTIONS(4047), + [anon_sym_operator] = ACTIONS(4047), + [anon_sym_infix] = ACTIONS(4047), + [anon_sym_inline] = ACTIONS(4047), + [anon_sym_external] = ACTIONS(4047), + [sym_property_modifier] = ACTIONS(4047), + [anon_sym_abstract] = ACTIONS(4047), + [anon_sym_final] = ACTIONS(4047), + [anon_sym_open] = ACTIONS(4047), + [anon_sym_vararg] = ACTIONS(4047), + [anon_sym_noinline] = ACTIONS(4047), + [anon_sym_crossinline] = ACTIONS(4047), + [anon_sym_expect] = ACTIONS(4047), + [anon_sym_actual] = ACTIONS(4047), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4049), + [sym_safe_nav] = ACTIONS(4049), + [sym_multiline_comment] = ACTIONS(3), }, [2987] = { - [sym_class_body] = STATE(3393), - [sym_type_constraints] = STATE(3024), - [sym__alpha_identifier] = ACTIONS(4284), - [anon_sym_AT] = ACTIONS(4286), - [anon_sym_COLON] = ACTIONS(6377), - [anon_sym_LBRACK] = ACTIONS(4286), - [anon_sym_as] = ACTIONS(4284), - [anon_sym_EQ] = ACTIONS(4284), - [anon_sym_LBRACE] = ACTIONS(3112), - [anon_sym_RBRACE] = ACTIONS(4286), - [anon_sym_LPAREN] = ACTIONS(4286), - [anon_sym_LT] = ACTIONS(4284), - [anon_sym_GT] = ACTIONS(4284), - [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(4284), - [anon_sym_fun] = ACTIONS(4284), - [anon_sym_DOT] = ACTIONS(4284), - [anon_sym_SEMI] = ACTIONS(4286), - [anon_sym_get] = ACTIONS(4284), - [anon_sym_set] = ACTIONS(4284), - [anon_sym_this] = ACTIONS(4284), - [anon_sym_super] = ACTIONS(4284), - [anon_sym_STAR] = ACTIONS(4284), - [sym_label] = ACTIONS(4284), - [anon_sym_in] = ACTIONS(4284), - [anon_sym_DOT_DOT] = ACTIONS(4286), - [anon_sym_QMARK_COLON] = ACTIONS(4286), - [anon_sym_AMP_AMP] = ACTIONS(4286), - [anon_sym_PIPE_PIPE] = ACTIONS(4286), - [anon_sym_null] = ACTIONS(4284), - [anon_sym_if] = ACTIONS(4284), - [anon_sym_else] = ACTIONS(4284), - [anon_sym_when] = ACTIONS(4284), - [anon_sym_try] = ACTIONS(4284), - [anon_sym_throw] = ACTIONS(4284), - [anon_sym_return] = ACTIONS(4284), - [anon_sym_continue] = ACTIONS(4284), - [anon_sym_break] = ACTIONS(4284), - [anon_sym_COLON_COLON] = ACTIONS(4286), - [anon_sym_PLUS_EQ] = ACTIONS(4286), - [anon_sym_DASH_EQ] = ACTIONS(4286), - [anon_sym_STAR_EQ] = ACTIONS(4286), - [anon_sym_SLASH_EQ] = ACTIONS(4286), - [anon_sym_PERCENT_EQ] = ACTIONS(4286), - [anon_sym_BANG_EQ] = ACTIONS(4284), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4286), - [anon_sym_EQ_EQ] = ACTIONS(4284), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4286), - [anon_sym_LT_EQ] = ACTIONS(4286), - [anon_sym_GT_EQ] = ACTIONS(4286), - [anon_sym_BANGin] = ACTIONS(4286), - [anon_sym_is] = ACTIONS(4284), - [anon_sym_BANGis] = ACTIONS(4286), - [anon_sym_PLUS] = ACTIONS(4284), - [anon_sym_DASH] = ACTIONS(4284), - [anon_sym_SLASH] = ACTIONS(4284), - [anon_sym_PERCENT] = ACTIONS(4284), - [anon_sym_as_QMARK] = ACTIONS(4286), - [anon_sym_PLUS_PLUS] = ACTIONS(4286), - [anon_sym_DASH_DASH] = ACTIONS(4286), - [anon_sym_BANG] = ACTIONS(4284), - [anon_sym_BANG_BANG] = ACTIONS(4286), - [anon_sym_data] = ACTIONS(4284), - [anon_sym_inner] = ACTIONS(4284), - [anon_sym_expect] = ACTIONS(4284), - [anon_sym_actual] = ACTIONS(4284), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4286), - [anon_sym_continue_AT] = ACTIONS(4286), - [anon_sym_break_AT] = ACTIONS(4286), - [sym_real_literal] = ACTIONS(4286), - [sym_integer_literal] = ACTIONS(4284), - [sym_hex_literal] = ACTIONS(4286), - [sym_bin_literal] = ACTIONS(4286), - [anon_sym_true] = ACTIONS(4284), - [anon_sym_false] = ACTIONS(4284), - [anon_sym_SQUOTE] = ACTIONS(4286), - [sym__backtick_identifier] = ACTIONS(4286), - [sym__automatic_semicolon] = ACTIONS(4286), - [sym_safe_nav] = ACTIONS(4286), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4286), + [sym__alpha_identifier] = ACTIONS(4519), + [anon_sym_AT] = ACTIONS(4521), + [anon_sym_LBRACK] = ACTIONS(4521), + [anon_sym_as] = ACTIONS(4519), + [anon_sym_EQ] = ACTIONS(4519), + [anon_sym_LBRACE] = ACTIONS(4521), + [anon_sym_RBRACE] = ACTIONS(4521), + [anon_sym_LPAREN] = ACTIONS(4521), + [anon_sym_COMMA] = ACTIONS(4521), + [anon_sym_LT] = ACTIONS(4519), + [anon_sym_GT] = ACTIONS(4519), + [anon_sym_where] = ACTIONS(4519), + [anon_sym_object] = ACTIONS(4519), + [anon_sym_fun] = ACTIONS(4519), + [anon_sym_DOT] = ACTIONS(4519), + [anon_sym_SEMI] = ACTIONS(4521), + [anon_sym_get] = ACTIONS(4519), + [anon_sym_set] = ACTIONS(4519), + [anon_sym_this] = ACTIONS(4519), + [anon_sym_super] = ACTIONS(4519), + [anon_sym_STAR] = ACTIONS(4519), + [sym_label] = ACTIONS(4519), + [anon_sym_in] = ACTIONS(4519), + [anon_sym_DOT_DOT] = ACTIONS(4521), + [anon_sym_QMARK_COLON] = ACTIONS(4521), + [anon_sym_AMP_AMP] = ACTIONS(4521), + [anon_sym_PIPE_PIPE] = ACTIONS(4521), + [anon_sym_null] = ACTIONS(4519), + [anon_sym_if] = ACTIONS(4519), + [anon_sym_else] = ACTIONS(4519), + [anon_sym_when] = ACTIONS(4519), + [anon_sym_try] = ACTIONS(4519), + [anon_sym_catch] = ACTIONS(4519), + [anon_sym_finally] = ACTIONS(4519), + [anon_sym_throw] = ACTIONS(4519), + [anon_sym_return] = ACTIONS(4519), + [anon_sym_continue] = ACTIONS(4519), + [anon_sym_break] = ACTIONS(4519), + [anon_sym_COLON_COLON] = ACTIONS(4521), + [anon_sym_PLUS_EQ] = ACTIONS(4521), + [anon_sym_DASH_EQ] = ACTIONS(4521), + [anon_sym_STAR_EQ] = ACTIONS(4521), + [anon_sym_SLASH_EQ] = ACTIONS(4521), + [anon_sym_PERCENT_EQ] = ACTIONS(4521), + [anon_sym_BANG_EQ] = ACTIONS(4519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4521), + [anon_sym_EQ_EQ] = ACTIONS(4519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4521), + [anon_sym_LT_EQ] = ACTIONS(4521), + [anon_sym_GT_EQ] = ACTIONS(4521), + [anon_sym_BANGin] = ACTIONS(4521), + [anon_sym_is] = ACTIONS(4519), + [anon_sym_BANGis] = ACTIONS(4521), + [anon_sym_PLUS] = ACTIONS(4519), + [anon_sym_DASH] = ACTIONS(4519), + [anon_sym_SLASH] = ACTIONS(4519), + [anon_sym_PERCENT] = ACTIONS(4519), + [anon_sym_as_QMARK] = ACTIONS(4521), + [anon_sym_PLUS_PLUS] = ACTIONS(4521), + [anon_sym_DASH_DASH] = ACTIONS(4521), + [anon_sym_BANG] = ACTIONS(4519), + [anon_sym_BANG_BANG] = ACTIONS(4521), + [anon_sym_data] = ACTIONS(4519), + [anon_sym_inner] = ACTIONS(4519), + [anon_sym_expect] = ACTIONS(4519), + [anon_sym_actual] = ACTIONS(4519), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4521), + [anon_sym_continue_AT] = ACTIONS(4521), + [anon_sym_break_AT] = ACTIONS(4521), + [sym_real_literal] = ACTIONS(4521), + [sym_integer_literal] = ACTIONS(4519), + [sym_hex_literal] = ACTIONS(4521), + [sym_bin_literal] = ACTIONS(4521), + [anon_sym_true] = ACTIONS(4519), + [anon_sym_false] = ACTIONS(4519), + [anon_sym_SQUOTE] = ACTIONS(4521), + [sym__backtick_identifier] = ACTIONS(4521), + [sym__automatic_semicolon] = ACTIONS(4521), + [sym_safe_nav] = ACTIONS(4521), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4521), }, [2988] = { - [sym_type_constraints] = STATE(3031), - [sym_enum_class_body] = STATE(3366), - [sym__alpha_identifier] = ACTIONS(3190), - [anon_sym_AT] = ACTIONS(3194), - [anon_sym_COLON] = ACTIONS(3290), - [anon_sym_LBRACK] = ACTIONS(3194), - [anon_sym_as] = ACTIONS(3190), - [anon_sym_EQ] = ACTIONS(3190), - [anon_sym_LBRACE] = ACTIONS(3152), - [anon_sym_RBRACE] = ACTIONS(3194), - [anon_sym_LPAREN] = ACTIONS(3194), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3190), - [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(3190), - [anon_sym_fun] = ACTIONS(3190), - [anon_sym_DOT] = ACTIONS(3190), - [anon_sym_SEMI] = ACTIONS(3194), - [anon_sym_get] = ACTIONS(3190), - [anon_sym_set] = ACTIONS(3190), - [anon_sym_this] = ACTIONS(3190), - [anon_sym_super] = ACTIONS(3190), - [anon_sym_STAR] = ACTIONS(3190), - [sym_label] = ACTIONS(3190), - [anon_sym_in] = ACTIONS(3190), - [anon_sym_DOT_DOT] = ACTIONS(3194), - [anon_sym_QMARK_COLON] = ACTIONS(3194), - [anon_sym_AMP_AMP] = ACTIONS(3194), - [anon_sym_PIPE_PIPE] = ACTIONS(3194), - [anon_sym_null] = ACTIONS(3190), - [anon_sym_if] = ACTIONS(3190), - [anon_sym_else] = ACTIONS(3190), - [anon_sym_when] = ACTIONS(3190), - [anon_sym_try] = ACTIONS(3190), - [anon_sym_throw] = ACTIONS(3190), - [anon_sym_return] = ACTIONS(3190), - [anon_sym_continue] = ACTIONS(3190), - [anon_sym_break] = ACTIONS(3190), - [anon_sym_COLON_COLON] = ACTIONS(3194), - [anon_sym_PLUS_EQ] = ACTIONS(3194), - [anon_sym_DASH_EQ] = ACTIONS(3194), - [anon_sym_STAR_EQ] = ACTIONS(3194), - [anon_sym_SLASH_EQ] = ACTIONS(3194), - [anon_sym_PERCENT_EQ] = ACTIONS(3194), - [anon_sym_BANG_EQ] = ACTIONS(3190), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3194), - [anon_sym_EQ_EQ] = ACTIONS(3190), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3194), - [anon_sym_LT_EQ] = ACTIONS(3194), - [anon_sym_GT_EQ] = ACTIONS(3194), - [anon_sym_BANGin] = ACTIONS(3194), - [anon_sym_is] = ACTIONS(3190), - [anon_sym_BANGis] = ACTIONS(3194), - [anon_sym_PLUS] = ACTIONS(3190), - [anon_sym_DASH] = ACTIONS(3190), - [anon_sym_SLASH] = ACTIONS(3190), - [anon_sym_PERCENT] = ACTIONS(3190), - [anon_sym_as_QMARK] = ACTIONS(3194), - [anon_sym_PLUS_PLUS] = ACTIONS(3194), - [anon_sym_DASH_DASH] = ACTIONS(3194), - [anon_sym_BANG] = ACTIONS(3190), - [anon_sym_BANG_BANG] = ACTIONS(3194), - [anon_sym_data] = ACTIONS(3190), - [anon_sym_inner] = ACTIONS(3190), - [anon_sym_expect] = ACTIONS(3190), - [anon_sym_actual] = ACTIONS(3190), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3194), - [anon_sym_continue_AT] = ACTIONS(3194), - [anon_sym_break_AT] = ACTIONS(3194), - [sym_real_literal] = ACTIONS(3194), - [sym_integer_literal] = ACTIONS(3190), - [sym_hex_literal] = ACTIONS(3194), - [sym_bin_literal] = ACTIONS(3194), - [anon_sym_true] = ACTIONS(3190), - [anon_sym_false] = ACTIONS(3190), - [anon_sym_SQUOTE] = ACTIONS(3194), - [sym__backtick_identifier] = ACTIONS(3194), - [sym__automatic_semicolon] = ACTIONS(3194), - [sym_safe_nav] = ACTIONS(3194), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3194), + [sym_class_body] = STATE(3344), + [sym__alpha_identifier] = ACTIONS(4410), + [anon_sym_AT] = ACTIONS(4412), + [anon_sym_COLON] = ACTIONS(6383), + [anon_sym_LBRACK] = ACTIONS(4412), + [anon_sym_as] = ACTIONS(4410), + [anon_sym_EQ] = ACTIONS(4410), + [anon_sym_LBRACE] = ACTIONS(3144), + [anon_sym_RBRACE] = ACTIONS(4412), + [anon_sym_LPAREN] = ACTIONS(4412), + [anon_sym_COMMA] = ACTIONS(4412), + [anon_sym_LT] = ACTIONS(4410), + [anon_sym_GT] = ACTIONS(4410), + [anon_sym_where] = ACTIONS(4410), + [anon_sym_object] = ACTIONS(4410), + [anon_sym_fun] = ACTIONS(4410), + [anon_sym_DOT] = ACTIONS(4410), + [anon_sym_SEMI] = ACTIONS(4412), + [anon_sym_get] = ACTIONS(4410), + [anon_sym_set] = ACTIONS(4410), + [anon_sym_this] = ACTIONS(4410), + [anon_sym_super] = ACTIONS(4410), + [anon_sym_STAR] = ACTIONS(4410), + [sym_label] = ACTIONS(4410), + [anon_sym_in] = ACTIONS(4410), + [anon_sym_DOT_DOT] = ACTIONS(4412), + [anon_sym_QMARK_COLON] = ACTIONS(4412), + [anon_sym_AMP_AMP] = ACTIONS(4412), + [anon_sym_PIPE_PIPE] = ACTIONS(4412), + [anon_sym_null] = ACTIONS(4410), + [anon_sym_if] = ACTIONS(4410), + [anon_sym_else] = ACTIONS(4410), + [anon_sym_when] = ACTIONS(4410), + [anon_sym_try] = ACTIONS(4410), + [anon_sym_throw] = ACTIONS(4410), + [anon_sym_return] = ACTIONS(4410), + [anon_sym_continue] = ACTIONS(4410), + [anon_sym_break] = ACTIONS(4410), + [anon_sym_COLON_COLON] = ACTIONS(4412), + [anon_sym_PLUS_EQ] = ACTIONS(4412), + [anon_sym_DASH_EQ] = ACTIONS(4412), + [anon_sym_STAR_EQ] = ACTIONS(4412), + [anon_sym_SLASH_EQ] = ACTIONS(4412), + [anon_sym_PERCENT_EQ] = ACTIONS(4412), + [anon_sym_BANG_EQ] = ACTIONS(4410), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4412), + [anon_sym_EQ_EQ] = ACTIONS(4410), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4412), + [anon_sym_LT_EQ] = ACTIONS(4412), + [anon_sym_GT_EQ] = ACTIONS(4412), + [anon_sym_BANGin] = ACTIONS(4412), + [anon_sym_is] = ACTIONS(4410), + [anon_sym_BANGis] = ACTIONS(4412), + [anon_sym_PLUS] = ACTIONS(4410), + [anon_sym_DASH] = ACTIONS(4410), + [anon_sym_SLASH] = ACTIONS(4410), + [anon_sym_PERCENT] = ACTIONS(4410), + [anon_sym_as_QMARK] = ACTIONS(4412), + [anon_sym_PLUS_PLUS] = ACTIONS(4412), + [anon_sym_DASH_DASH] = ACTIONS(4412), + [anon_sym_BANG] = ACTIONS(4410), + [anon_sym_BANG_BANG] = ACTIONS(4412), + [anon_sym_data] = ACTIONS(4410), + [anon_sym_inner] = ACTIONS(4410), + [anon_sym_expect] = ACTIONS(4410), + [anon_sym_actual] = ACTIONS(4410), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4412), + [anon_sym_continue_AT] = ACTIONS(4412), + [anon_sym_break_AT] = ACTIONS(4412), + [sym_real_literal] = ACTIONS(4412), + [sym_integer_literal] = ACTIONS(4410), + [sym_hex_literal] = ACTIONS(4412), + [sym_bin_literal] = ACTIONS(4412), + [anon_sym_true] = ACTIONS(4410), + [anon_sym_false] = ACTIONS(4410), + [anon_sym_SQUOTE] = ACTIONS(4412), + [sym__backtick_identifier] = ACTIONS(4412), + [sym__automatic_semicolon] = ACTIONS(4412), + [sym_safe_nav] = ACTIONS(4412), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4412), }, [2989] = { - [sym_class_body] = STATE(3393), - [sym_type_constraints] = STATE(3024), - [sym__alpha_identifier] = ACTIONS(4284), - [anon_sym_AT] = ACTIONS(4286), - [anon_sym_LBRACK] = ACTIONS(4286), - [anon_sym_as] = ACTIONS(4284), - [anon_sym_EQ] = ACTIONS(4284), - [anon_sym_LBRACE] = ACTIONS(3112), - [anon_sym_RBRACE] = ACTIONS(4286), - [anon_sym_LPAREN] = ACTIONS(4286), - [anon_sym_COMMA] = ACTIONS(4286), - [anon_sym_LT] = ACTIONS(4284), - [anon_sym_GT] = ACTIONS(4284), - [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(4284), - [anon_sym_fun] = ACTIONS(4284), - [anon_sym_DOT] = ACTIONS(4284), - [anon_sym_SEMI] = ACTIONS(4286), - [anon_sym_get] = ACTIONS(4284), - [anon_sym_set] = ACTIONS(4284), - [anon_sym_this] = ACTIONS(4284), - [anon_sym_super] = ACTIONS(4284), - [anon_sym_STAR] = ACTIONS(4284), - [sym_label] = ACTIONS(4284), - [anon_sym_in] = ACTIONS(4284), - [anon_sym_DOT_DOT] = ACTIONS(4286), - [anon_sym_QMARK_COLON] = ACTIONS(4286), - [anon_sym_AMP_AMP] = ACTIONS(4286), - [anon_sym_PIPE_PIPE] = ACTIONS(4286), - [anon_sym_null] = ACTIONS(4284), - [anon_sym_if] = ACTIONS(4284), - [anon_sym_else] = ACTIONS(4284), - [anon_sym_when] = ACTIONS(4284), - [anon_sym_try] = ACTIONS(4284), - [anon_sym_throw] = ACTIONS(4284), - [anon_sym_return] = ACTIONS(4284), - [anon_sym_continue] = ACTIONS(4284), - [anon_sym_break] = ACTIONS(4284), - [anon_sym_COLON_COLON] = ACTIONS(4286), - [anon_sym_PLUS_EQ] = ACTIONS(4286), - [anon_sym_DASH_EQ] = ACTIONS(4286), - [anon_sym_STAR_EQ] = ACTIONS(4286), - [anon_sym_SLASH_EQ] = ACTIONS(4286), - [anon_sym_PERCENT_EQ] = ACTIONS(4286), - [anon_sym_BANG_EQ] = ACTIONS(4284), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4286), - [anon_sym_EQ_EQ] = ACTIONS(4284), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4286), - [anon_sym_LT_EQ] = ACTIONS(4286), - [anon_sym_GT_EQ] = ACTIONS(4286), - [anon_sym_BANGin] = ACTIONS(4286), - [anon_sym_is] = ACTIONS(4284), - [anon_sym_BANGis] = ACTIONS(4286), - [anon_sym_PLUS] = ACTIONS(4284), - [anon_sym_DASH] = ACTIONS(4284), - [anon_sym_SLASH] = ACTIONS(4284), - [anon_sym_PERCENT] = ACTIONS(4284), - [anon_sym_as_QMARK] = ACTIONS(4286), - [anon_sym_PLUS_PLUS] = ACTIONS(4286), - [anon_sym_DASH_DASH] = ACTIONS(4286), - [anon_sym_BANG] = ACTIONS(4284), - [anon_sym_BANG_BANG] = ACTIONS(4286), - [anon_sym_data] = ACTIONS(4284), - [anon_sym_inner] = ACTIONS(4284), - [anon_sym_expect] = ACTIONS(4284), - [anon_sym_actual] = ACTIONS(4284), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4286), - [anon_sym_continue_AT] = ACTIONS(4286), - [anon_sym_break_AT] = ACTIONS(4286), - [sym_real_literal] = ACTIONS(4286), - [sym_integer_literal] = ACTIONS(4284), - [sym_hex_literal] = ACTIONS(4286), - [sym_bin_literal] = ACTIONS(4286), - [anon_sym_true] = ACTIONS(4284), - [anon_sym_false] = ACTIONS(4284), - [anon_sym_SQUOTE] = ACTIONS(4286), - [sym__backtick_identifier] = ACTIONS(4286), - [sym__automatic_semicolon] = ACTIONS(4286), - [sym_safe_nav] = ACTIONS(4286), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4286), - }, - [2990] = { - [sym__alpha_identifier] = ACTIONS(4587), - [anon_sym_AT] = ACTIONS(4589), - [anon_sym_COLON] = ACTIONS(4587), - [anon_sym_LBRACK] = ACTIONS(4589), - [anon_sym_RBRACK] = ACTIONS(4589), - [anon_sym_as] = ACTIONS(4587), - [anon_sym_EQ] = ACTIONS(4587), - [anon_sym_LBRACE] = ACTIONS(4589), - [anon_sym_RBRACE] = ACTIONS(4589), - [anon_sym_LPAREN] = ACTIONS(4589), - [anon_sym_COMMA] = ACTIONS(4589), - [anon_sym_RPAREN] = ACTIONS(4589), - [anon_sym_LT] = ACTIONS(4587), - [anon_sym_GT] = ACTIONS(4587), - [anon_sym_where] = ACTIONS(4587), - [anon_sym_DOT] = ACTIONS(4587), - [anon_sym_SEMI] = ACTIONS(4589), - [anon_sym_get] = ACTIONS(4587), - [anon_sym_set] = ACTIONS(4587), - [anon_sym_STAR] = ACTIONS(4587), - [anon_sym_DASH_GT] = ACTIONS(4589), - [sym_label] = ACTIONS(4589), - [anon_sym_in] = ACTIONS(4587), - [anon_sym_while] = ACTIONS(4587), - [anon_sym_DOT_DOT] = ACTIONS(4589), - [anon_sym_QMARK_COLON] = ACTIONS(4589), - [anon_sym_AMP_AMP] = ACTIONS(4589), - [anon_sym_PIPE_PIPE] = ACTIONS(4589), - [anon_sym_else] = ACTIONS(4587), - [anon_sym_COLON_COLON] = ACTIONS(4589), - [anon_sym_PLUS_EQ] = ACTIONS(4589), - [anon_sym_DASH_EQ] = ACTIONS(4589), - [anon_sym_STAR_EQ] = ACTIONS(4589), - [anon_sym_SLASH_EQ] = ACTIONS(4589), - [anon_sym_PERCENT_EQ] = ACTIONS(4589), - [anon_sym_BANG_EQ] = ACTIONS(4587), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4589), - [anon_sym_EQ_EQ] = ACTIONS(4587), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4589), - [anon_sym_LT_EQ] = ACTIONS(4589), - [anon_sym_GT_EQ] = ACTIONS(4589), - [anon_sym_BANGin] = ACTIONS(4589), - [anon_sym_is] = ACTIONS(4587), - [anon_sym_BANGis] = ACTIONS(4589), - [anon_sym_PLUS] = ACTIONS(4587), - [anon_sym_DASH] = ACTIONS(4587), - [anon_sym_SLASH] = ACTIONS(4587), - [anon_sym_PERCENT] = ACTIONS(4587), - [anon_sym_as_QMARK] = ACTIONS(4589), - [anon_sym_PLUS_PLUS] = ACTIONS(4589), - [anon_sym_DASH_DASH] = ACTIONS(4589), - [anon_sym_BANG_BANG] = ACTIONS(4589), - [anon_sym_suspend] = ACTIONS(4587), - [anon_sym_sealed] = ACTIONS(4587), - [anon_sym_annotation] = ACTIONS(4587), - [anon_sym_data] = ACTIONS(4587), - [anon_sym_inner] = ACTIONS(4587), - [anon_sym_override] = ACTIONS(4587), - [anon_sym_lateinit] = ACTIONS(4587), - [anon_sym_public] = ACTIONS(4587), - [anon_sym_private] = ACTIONS(4587), - [anon_sym_internal] = ACTIONS(4587), - [anon_sym_protected] = ACTIONS(4587), - [anon_sym_tailrec] = ACTIONS(4587), - [anon_sym_operator] = ACTIONS(4587), - [anon_sym_infix] = ACTIONS(4587), - [anon_sym_inline] = ACTIONS(4587), - [anon_sym_external] = ACTIONS(4587), - [sym_property_modifier] = ACTIONS(4587), - [anon_sym_abstract] = ACTIONS(4587), - [anon_sym_final] = ACTIONS(4587), - [anon_sym_open] = ACTIONS(4587), - [anon_sym_vararg] = ACTIONS(4587), - [anon_sym_noinline] = ACTIONS(4587), - [anon_sym_crossinline] = ACTIONS(4587), - [anon_sym_expect] = ACTIONS(4587), - [anon_sym_actual] = ACTIONS(4587), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4589), - [sym_safe_nav] = ACTIONS(4589), - [sym_multiline_comment] = ACTIONS(3), - }, - [2991] = { - [sym_enum_class_body] = STATE(3193), [sym__alpha_identifier] = ACTIONS(4460), [anon_sym_AT] = ACTIONS(4462), + [anon_sym_COLON] = ACTIONS(4460), [anon_sym_LBRACK] = ACTIONS(4462), [anon_sym_RBRACK] = ACTIONS(4462), [anon_sym_as] = ACTIONS(4460), [anon_sym_EQ] = ACTIONS(4460), - [anon_sym_LBRACE] = ACTIONS(5155), + [anon_sym_constructor] = ACTIONS(4460), + [anon_sym_LBRACE] = ACTIONS(4462), [anon_sym_RBRACE] = ACTIONS(4462), [anon_sym_LPAREN] = ACTIONS(4462), [anon_sym_COMMA] = ACTIONS(4462), @@ -341023,2858 +341003,4528 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_safe_nav] = ACTIONS(4462), [sym_multiline_comment] = ACTIONS(3), }, - [2992] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(1654), - [sym__comparison_operator] = STATE(1653), - [sym__in_operator] = STATE(1652), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1650), - [sym__multiplicative_operator] = STATE(1649), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1648), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_RBRACK] = ACTIONS(3021), - [anon_sym_as] = ACTIONS(6381), - [anon_sym_EQ] = ACTIONS(3019), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(3021), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_COMMA] = ACTIONS(3021), - [anon_sym_RPAREN] = ACTIONS(3021), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(6385), - [anon_sym_where] = ACTIONS(3019), - [anon_sym_DOT] = ACTIONS(6387), - [anon_sym_SEMI] = ACTIONS(3021), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(6389), - [anon_sym_DASH_GT] = ACTIONS(3021), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(6393), - [anon_sym_while] = ACTIONS(3019), - [anon_sym_DOT_DOT] = ACTIONS(6395), - [anon_sym_QMARK_COLON] = ACTIONS(6397), - [anon_sym_AMP_AMP] = ACTIONS(6399), - [anon_sym_PIPE_PIPE] = ACTIONS(6401), - [anon_sym_else] = ACTIONS(3019), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_PLUS_EQ] = ACTIONS(3021), - [anon_sym_DASH_EQ] = ACTIONS(3021), - [anon_sym_STAR_EQ] = ACTIONS(3021), - [anon_sym_SLASH_EQ] = ACTIONS(3021), - [anon_sym_PERCENT_EQ] = ACTIONS(3021), - [anon_sym_BANG_EQ] = ACTIONS(6405), - [anon_sym_BANG_EQ_EQ] = ACTIONS(6407), - [anon_sym_EQ_EQ] = ACTIONS(6405), - [anon_sym_EQ_EQ_EQ] = ACTIONS(6407), - [anon_sym_LT_EQ] = ACTIONS(6409), - [anon_sym_GT_EQ] = ACTIONS(6409), - [anon_sym_BANGin] = ACTIONS(6411), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(6417), - [anon_sym_DASH] = ACTIONS(6417), - [anon_sym_SLASH] = ACTIONS(6389), - [anon_sym_PERCENT] = ACTIONS(6389), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [2990] = { + [sym_type_constraints] = STATE(3093), + [sym_enum_class_body] = STATE(3209), + [sym__alpha_identifier] = ACTIONS(4188), + [anon_sym_AT] = ACTIONS(4190), + [anon_sym_LBRACK] = ACTIONS(4190), + [anon_sym_RBRACK] = ACTIONS(4190), + [anon_sym_as] = ACTIONS(4188), + [anon_sym_EQ] = ACTIONS(4188), + [anon_sym_LBRACE] = ACTIONS(5171), + [anon_sym_RBRACE] = ACTIONS(4190), + [anon_sym_LPAREN] = ACTIONS(4190), + [anon_sym_COMMA] = ACTIONS(4190), + [anon_sym_RPAREN] = ACTIONS(4190), + [anon_sym_LT] = ACTIONS(4188), + [anon_sym_GT] = ACTIONS(4188), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(4188), + [anon_sym_SEMI] = ACTIONS(4190), + [anon_sym_get] = ACTIONS(4188), + [anon_sym_set] = ACTIONS(4188), + [anon_sym_STAR] = ACTIONS(4188), + [anon_sym_DASH_GT] = ACTIONS(4190), + [sym_label] = ACTIONS(4190), + [anon_sym_in] = ACTIONS(4188), + [anon_sym_while] = ACTIONS(4188), + [anon_sym_DOT_DOT] = ACTIONS(4190), + [anon_sym_QMARK_COLON] = ACTIONS(4190), + [anon_sym_AMP_AMP] = ACTIONS(4190), + [anon_sym_PIPE_PIPE] = ACTIONS(4190), + [anon_sym_else] = ACTIONS(4188), + [anon_sym_COLON_COLON] = ACTIONS(4190), + [anon_sym_PLUS_EQ] = ACTIONS(4190), + [anon_sym_DASH_EQ] = ACTIONS(4190), + [anon_sym_STAR_EQ] = ACTIONS(4190), + [anon_sym_SLASH_EQ] = ACTIONS(4190), + [anon_sym_PERCENT_EQ] = ACTIONS(4190), + [anon_sym_BANG_EQ] = ACTIONS(4188), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4190), + [anon_sym_EQ_EQ] = ACTIONS(4188), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4190), + [anon_sym_LT_EQ] = ACTIONS(4190), + [anon_sym_GT_EQ] = ACTIONS(4190), + [anon_sym_BANGin] = ACTIONS(4190), + [anon_sym_is] = ACTIONS(4188), + [anon_sym_BANGis] = ACTIONS(4190), + [anon_sym_PLUS] = ACTIONS(4188), + [anon_sym_DASH] = ACTIONS(4188), + [anon_sym_SLASH] = ACTIONS(4188), + [anon_sym_PERCENT] = ACTIONS(4188), + [anon_sym_as_QMARK] = ACTIONS(4190), + [anon_sym_PLUS_PLUS] = ACTIONS(4190), + [anon_sym_DASH_DASH] = ACTIONS(4190), + [anon_sym_BANG_BANG] = ACTIONS(4190), + [anon_sym_suspend] = ACTIONS(4188), + [anon_sym_sealed] = ACTIONS(4188), + [anon_sym_annotation] = ACTIONS(4188), + [anon_sym_data] = ACTIONS(4188), + [anon_sym_inner] = ACTIONS(4188), + [anon_sym_override] = ACTIONS(4188), + [anon_sym_lateinit] = ACTIONS(4188), + [anon_sym_public] = ACTIONS(4188), + [anon_sym_private] = ACTIONS(4188), + [anon_sym_internal] = ACTIONS(4188), + [anon_sym_protected] = ACTIONS(4188), + [anon_sym_tailrec] = ACTIONS(4188), + [anon_sym_operator] = ACTIONS(4188), + [anon_sym_infix] = ACTIONS(4188), + [anon_sym_inline] = ACTIONS(4188), + [anon_sym_external] = ACTIONS(4188), + [sym_property_modifier] = ACTIONS(4188), + [anon_sym_abstract] = ACTIONS(4188), + [anon_sym_final] = ACTIONS(4188), + [anon_sym_open] = ACTIONS(4188), + [anon_sym_vararg] = ACTIONS(4188), + [anon_sym_noinline] = ACTIONS(4188), + [anon_sym_crossinline] = ACTIONS(4188), + [anon_sym_expect] = ACTIONS(4188), + [anon_sym_actual] = ACTIONS(4188), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4190), + [sym_safe_nav] = ACTIONS(4190), [sym_multiline_comment] = ACTIONS(3), }, + [2991] = { + [sym_value_arguments] = STATE(3391), + [sym__alpha_identifier] = ACTIONS(4416), + [anon_sym_AT] = ACTIONS(4418), + [anon_sym_LBRACK] = ACTIONS(4418), + [anon_sym_as] = ACTIONS(4416), + [anon_sym_EQ] = ACTIONS(4416), + [anon_sym_LBRACE] = ACTIONS(4418), + [anon_sym_RBRACE] = ACTIONS(4418), + [anon_sym_LPAREN] = ACTIONS(4418), + [anon_sym_COMMA] = ACTIONS(4418), + [anon_sym_by] = ACTIONS(6385), + [anon_sym_LT] = ACTIONS(4416), + [anon_sym_GT] = ACTIONS(4416), + [anon_sym_where] = ACTIONS(4416), + [anon_sym_object] = ACTIONS(4416), + [anon_sym_fun] = ACTIONS(4416), + [anon_sym_DOT] = ACTIONS(4416), + [anon_sym_SEMI] = ACTIONS(4418), + [anon_sym_get] = ACTIONS(4416), + [anon_sym_set] = ACTIONS(4416), + [anon_sym_this] = ACTIONS(4416), + [anon_sym_super] = ACTIONS(4416), + [anon_sym_STAR] = ACTIONS(4416), + [sym_label] = ACTIONS(4416), + [anon_sym_in] = ACTIONS(4416), + [anon_sym_DOT_DOT] = ACTIONS(4418), + [anon_sym_QMARK_COLON] = ACTIONS(4418), + [anon_sym_AMP_AMP] = ACTIONS(4418), + [anon_sym_PIPE_PIPE] = ACTIONS(4418), + [anon_sym_null] = ACTIONS(4416), + [anon_sym_if] = ACTIONS(4416), + [anon_sym_else] = ACTIONS(4416), + [anon_sym_when] = ACTIONS(4416), + [anon_sym_try] = ACTIONS(4416), + [anon_sym_throw] = ACTIONS(4416), + [anon_sym_return] = ACTIONS(4416), + [anon_sym_continue] = ACTIONS(4416), + [anon_sym_break] = ACTIONS(4416), + [anon_sym_COLON_COLON] = ACTIONS(4418), + [anon_sym_PLUS_EQ] = ACTIONS(4418), + [anon_sym_DASH_EQ] = ACTIONS(4418), + [anon_sym_STAR_EQ] = ACTIONS(4418), + [anon_sym_SLASH_EQ] = ACTIONS(4418), + [anon_sym_PERCENT_EQ] = ACTIONS(4418), + [anon_sym_BANG_EQ] = ACTIONS(4416), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4418), + [anon_sym_EQ_EQ] = ACTIONS(4416), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4418), + [anon_sym_LT_EQ] = ACTIONS(4418), + [anon_sym_GT_EQ] = ACTIONS(4418), + [anon_sym_BANGin] = ACTIONS(4418), + [anon_sym_is] = ACTIONS(4416), + [anon_sym_BANGis] = ACTIONS(4418), + [anon_sym_PLUS] = ACTIONS(4416), + [anon_sym_DASH] = ACTIONS(4416), + [anon_sym_SLASH] = ACTIONS(4416), + [anon_sym_PERCENT] = ACTIONS(4416), + [anon_sym_as_QMARK] = ACTIONS(4418), + [anon_sym_PLUS_PLUS] = ACTIONS(4418), + [anon_sym_DASH_DASH] = ACTIONS(4418), + [anon_sym_BANG] = ACTIONS(4416), + [anon_sym_BANG_BANG] = ACTIONS(4418), + [anon_sym_data] = ACTIONS(4416), + [anon_sym_inner] = ACTIONS(4416), + [anon_sym_expect] = ACTIONS(4416), + [anon_sym_actual] = ACTIONS(4416), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4418), + [anon_sym_continue_AT] = ACTIONS(4418), + [anon_sym_break_AT] = ACTIONS(4418), + [sym_real_literal] = ACTIONS(4418), + [sym_integer_literal] = ACTIONS(4416), + [sym_hex_literal] = ACTIONS(4418), + [sym_bin_literal] = ACTIONS(4418), + [anon_sym_true] = ACTIONS(4416), + [anon_sym_false] = ACTIONS(4416), + [anon_sym_SQUOTE] = ACTIONS(4418), + [sym__backtick_identifier] = ACTIONS(4418), + [sym__automatic_semicolon] = ACTIONS(4418), + [sym_safe_nav] = ACTIONS(4418), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4418), + }, + [2992] = { + [sym_enum_class_body] = STATE(3322), + [sym__alpha_identifier] = ACTIONS(3186), + [anon_sym_AT] = ACTIONS(3190), + [anon_sym_LBRACK] = ACTIONS(3190), + [anon_sym_as] = ACTIONS(3186), + [anon_sym_EQ] = ACTIONS(3186), + [anon_sym_LBRACE] = ACTIONS(3112), + [anon_sym_RBRACE] = ACTIONS(3190), + [anon_sym_LPAREN] = ACTIONS(3190), + [anon_sym_COMMA] = ACTIONS(3190), + [anon_sym_LT] = ACTIONS(3186), + [anon_sym_GT] = ACTIONS(3186), + [anon_sym_where] = ACTIONS(3186), + [anon_sym_object] = ACTIONS(3186), + [anon_sym_fun] = ACTIONS(3186), + [anon_sym_DOT] = ACTIONS(3186), + [anon_sym_SEMI] = ACTIONS(3190), + [anon_sym_get] = ACTIONS(3186), + [anon_sym_set] = ACTIONS(3186), + [anon_sym_this] = ACTIONS(3186), + [anon_sym_super] = ACTIONS(3186), + [anon_sym_STAR] = ACTIONS(3186), + [sym_label] = ACTIONS(3186), + [anon_sym_in] = ACTIONS(3186), + [anon_sym_DOT_DOT] = ACTIONS(3190), + [anon_sym_QMARK_COLON] = ACTIONS(3190), + [anon_sym_AMP_AMP] = ACTIONS(3190), + [anon_sym_PIPE_PIPE] = ACTIONS(3190), + [anon_sym_null] = ACTIONS(3186), + [anon_sym_if] = ACTIONS(3186), + [anon_sym_else] = ACTIONS(3186), + [anon_sym_when] = ACTIONS(3186), + [anon_sym_try] = ACTIONS(3186), + [anon_sym_throw] = ACTIONS(3186), + [anon_sym_return] = ACTIONS(3186), + [anon_sym_continue] = ACTIONS(3186), + [anon_sym_break] = ACTIONS(3186), + [anon_sym_COLON_COLON] = ACTIONS(3190), + [anon_sym_PLUS_EQ] = ACTIONS(3190), + [anon_sym_DASH_EQ] = ACTIONS(3190), + [anon_sym_STAR_EQ] = ACTIONS(3190), + [anon_sym_SLASH_EQ] = ACTIONS(3190), + [anon_sym_PERCENT_EQ] = ACTIONS(3190), + [anon_sym_BANG_EQ] = ACTIONS(3186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3190), + [anon_sym_EQ_EQ] = ACTIONS(3186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3190), + [anon_sym_LT_EQ] = ACTIONS(3190), + [anon_sym_GT_EQ] = ACTIONS(3190), + [anon_sym_BANGin] = ACTIONS(3190), + [anon_sym_is] = ACTIONS(3186), + [anon_sym_BANGis] = ACTIONS(3190), + [anon_sym_PLUS] = ACTIONS(3186), + [anon_sym_DASH] = ACTIONS(3186), + [anon_sym_SLASH] = ACTIONS(3186), + [anon_sym_PERCENT] = ACTIONS(3186), + [anon_sym_as_QMARK] = ACTIONS(3190), + [anon_sym_PLUS_PLUS] = ACTIONS(3190), + [anon_sym_DASH_DASH] = ACTIONS(3190), + [anon_sym_BANG] = ACTIONS(3186), + [anon_sym_BANG_BANG] = ACTIONS(3190), + [anon_sym_data] = ACTIONS(3186), + [anon_sym_inner] = ACTIONS(3186), + [anon_sym_expect] = ACTIONS(3186), + [anon_sym_actual] = ACTIONS(3186), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3190), + [anon_sym_continue_AT] = ACTIONS(3190), + [anon_sym_break_AT] = ACTIONS(3190), + [sym_real_literal] = ACTIONS(3190), + [sym_integer_literal] = ACTIONS(3186), + [sym_hex_literal] = ACTIONS(3190), + [sym_bin_literal] = ACTIONS(3190), + [anon_sym_true] = ACTIONS(3186), + [anon_sym_false] = ACTIONS(3186), + [anon_sym_SQUOTE] = ACTIONS(3190), + [sym__backtick_identifier] = ACTIONS(3190), + [sym__automatic_semicolon] = ACTIONS(3190), + [sym_safe_nav] = ACTIONS(3190), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3190), + }, [2993] = { - [aux_sym_user_type_repeat1] = STATE(2995), - [sym__alpha_identifier] = ACTIONS(4269), - [anon_sym_AT] = ACTIONS(4271), - [anon_sym_LBRACK] = ACTIONS(4271), - [anon_sym_EQ] = ACTIONS(4271), - [anon_sym_LBRACE] = ACTIONS(4271), - [anon_sym_RBRACE] = ACTIONS(4271), - [anon_sym_LPAREN] = ACTIONS(4271), - [anon_sym_COMMA] = ACTIONS(4271), - [anon_sym_by] = ACTIONS(4269), - [anon_sym_where] = ACTIONS(4269), - [anon_sym_object] = ACTIONS(4269), - [anon_sym_fun] = ACTIONS(4269), - [anon_sym_DOT] = ACTIONS(6423), - [anon_sym_SEMI] = ACTIONS(4271), - [anon_sym_get] = ACTIONS(4269), - [anon_sym_set] = ACTIONS(4269), - [anon_sym_this] = ACTIONS(4269), - [anon_sym_super] = ACTIONS(4269), - [sym__quest] = ACTIONS(4271), - [anon_sym_STAR] = ACTIONS(4271), - [sym_label] = ACTIONS(4269), - [anon_sym_in] = ACTIONS(4269), - [anon_sym_null] = ACTIONS(4269), - [anon_sym_if] = ACTIONS(4269), - [anon_sym_else] = ACTIONS(4269), - [anon_sym_when] = ACTIONS(4269), - [anon_sym_try] = ACTIONS(4269), - [anon_sym_throw] = ACTIONS(4269), - [anon_sym_return] = ACTIONS(4269), - [anon_sym_continue] = ACTIONS(4269), - [anon_sym_break] = ACTIONS(4269), - [anon_sym_COLON_COLON] = ACTIONS(4271), - [anon_sym_BANGin] = ACTIONS(4271), - [anon_sym_is] = ACTIONS(4269), - [anon_sym_BANGis] = ACTIONS(4271), - [anon_sym_PLUS] = ACTIONS(4269), - [anon_sym_DASH] = ACTIONS(4269), - [anon_sym_PLUS_PLUS] = ACTIONS(4271), - [anon_sym_DASH_DASH] = ACTIONS(4271), - [anon_sym_BANG] = ACTIONS(4269), - [anon_sym_suspend] = ACTIONS(4269), - [anon_sym_sealed] = ACTIONS(4269), - [anon_sym_annotation] = ACTIONS(4269), - [anon_sym_data] = ACTIONS(4269), - [anon_sym_inner] = ACTIONS(4269), - [anon_sym_override] = ACTIONS(4269), - [anon_sym_lateinit] = ACTIONS(4269), - [anon_sym_public] = ACTIONS(4269), - [anon_sym_private] = ACTIONS(4269), - [anon_sym_internal] = ACTIONS(4269), - [anon_sym_protected] = ACTIONS(4269), - [anon_sym_tailrec] = ACTIONS(4269), - [anon_sym_operator] = ACTIONS(4269), - [anon_sym_infix] = ACTIONS(4269), - [anon_sym_inline] = ACTIONS(4269), - [anon_sym_external] = ACTIONS(4269), - [sym_property_modifier] = ACTIONS(4269), - [anon_sym_abstract] = ACTIONS(4269), - [anon_sym_final] = ACTIONS(4269), - [anon_sym_open] = ACTIONS(4269), - [anon_sym_vararg] = ACTIONS(4269), - [anon_sym_noinline] = ACTIONS(4269), - [anon_sym_crossinline] = ACTIONS(4269), - [anon_sym_expect] = ACTIONS(4269), - [anon_sym_actual] = ACTIONS(4269), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4271), - [anon_sym_continue_AT] = ACTIONS(4271), - [anon_sym_break_AT] = ACTIONS(4271), - [sym_real_literal] = ACTIONS(4271), - [sym_integer_literal] = ACTIONS(4269), - [sym_hex_literal] = ACTIONS(4271), - [sym_bin_literal] = ACTIONS(4271), - [anon_sym_true] = ACTIONS(4269), - [anon_sym_false] = ACTIONS(4269), - [anon_sym_SQUOTE] = ACTIONS(4271), - [sym__backtick_identifier] = ACTIONS(4271), - [sym__automatic_semicolon] = ACTIONS(4271), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4271), + [sym__alpha_identifier] = ACTIONS(4599), + [anon_sym_AT] = ACTIONS(4601), + [anon_sym_COLON] = ACTIONS(4599), + [anon_sym_LBRACK] = ACTIONS(4601), + [anon_sym_as] = ACTIONS(4599), + [anon_sym_EQ] = ACTIONS(4599), + [anon_sym_LBRACE] = ACTIONS(4601), + [anon_sym_RBRACE] = ACTIONS(4601), + [anon_sym_LPAREN] = ACTIONS(4601), + [anon_sym_COMMA] = ACTIONS(4601), + [anon_sym_LT] = ACTIONS(4599), + [anon_sym_GT] = ACTIONS(4599), + [anon_sym_where] = ACTIONS(4599), + [anon_sym_object] = ACTIONS(4599), + [anon_sym_fun] = ACTIONS(4599), + [anon_sym_DOT] = ACTIONS(4599), + [anon_sym_SEMI] = ACTIONS(4601), + [anon_sym_get] = ACTIONS(4599), + [anon_sym_set] = ACTIONS(4599), + [anon_sym_this] = ACTIONS(4599), + [anon_sym_super] = ACTIONS(4599), + [anon_sym_STAR] = ACTIONS(4599), + [sym_label] = ACTIONS(4599), + [anon_sym_in] = ACTIONS(4599), + [anon_sym_DOT_DOT] = ACTIONS(4601), + [anon_sym_QMARK_COLON] = ACTIONS(4601), + [anon_sym_AMP_AMP] = ACTIONS(4601), + [anon_sym_PIPE_PIPE] = ACTIONS(4601), + [anon_sym_null] = ACTIONS(4599), + [anon_sym_if] = ACTIONS(4599), + [anon_sym_else] = ACTIONS(4599), + [anon_sym_when] = ACTIONS(4599), + [anon_sym_try] = ACTIONS(4599), + [anon_sym_throw] = ACTIONS(4599), + [anon_sym_return] = ACTIONS(4599), + [anon_sym_continue] = ACTIONS(4599), + [anon_sym_break] = ACTIONS(4599), + [anon_sym_COLON_COLON] = ACTIONS(4601), + [anon_sym_PLUS_EQ] = ACTIONS(4601), + [anon_sym_DASH_EQ] = ACTIONS(4601), + [anon_sym_STAR_EQ] = ACTIONS(4601), + [anon_sym_SLASH_EQ] = ACTIONS(4601), + [anon_sym_PERCENT_EQ] = ACTIONS(4601), + [anon_sym_BANG_EQ] = ACTIONS(4599), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4601), + [anon_sym_EQ_EQ] = ACTIONS(4599), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4601), + [anon_sym_LT_EQ] = ACTIONS(4601), + [anon_sym_GT_EQ] = ACTIONS(4601), + [anon_sym_BANGin] = ACTIONS(4601), + [anon_sym_is] = ACTIONS(4599), + [anon_sym_BANGis] = ACTIONS(4601), + [anon_sym_PLUS] = ACTIONS(4599), + [anon_sym_DASH] = ACTIONS(4599), + [anon_sym_SLASH] = ACTIONS(4599), + [anon_sym_PERCENT] = ACTIONS(4599), + [anon_sym_as_QMARK] = ACTIONS(4601), + [anon_sym_PLUS_PLUS] = ACTIONS(4601), + [anon_sym_DASH_DASH] = ACTIONS(4601), + [anon_sym_BANG] = ACTIONS(4599), + [anon_sym_BANG_BANG] = ACTIONS(4601), + [anon_sym_data] = ACTIONS(4599), + [anon_sym_inner] = ACTIONS(4599), + [anon_sym_expect] = ACTIONS(4599), + [anon_sym_actual] = ACTIONS(4599), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4601), + [anon_sym_continue_AT] = ACTIONS(4601), + [anon_sym_break_AT] = ACTIONS(4601), + [sym_real_literal] = ACTIONS(4601), + [sym_integer_literal] = ACTIONS(4599), + [sym_hex_literal] = ACTIONS(4601), + [sym_bin_literal] = ACTIONS(4601), + [anon_sym_true] = ACTIONS(4599), + [anon_sym_false] = ACTIONS(4599), + [anon_sym_SQUOTE] = ACTIONS(4601), + [sym__backtick_identifier] = ACTIONS(4601), + [sym__automatic_semicolon] = ACTIONS(4601), + [sym_safe_nav] = ACTIONS(4601), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4601), }, [2994] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(1654), - [sym__comparison_operator] = STATE(1653), - [sym__in_operator] = STATE(1652), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1650), - [sym__multiplicative_operator] = STATE(1649), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1648), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), - [sym__alpha_identifier] = ACTIONS(3076), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_RBRACK] = ACTIONS(3078), - [anon_sym_as] = ACTIONS(6381), - [anon_sym_EQ] = ACTIONS(3076), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(3078), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_COMMA] = ACTIONS(3078), - [anon_sym_RPAREN] = ACTIONS(3078), - [anon_sym_LT] = ACTIONS(3080), - [anon_sym_GT] = ACTIONS(3076), - [anon_sym_where] = ACTIONS(3076), - [anon_sym_DOT] = ACTIONS(6387), - [anon_sym_SEMI] = ACTIONS(3078), - [anon_sym_get] = ACTIONS(3076), - [anon_sym_set] = ACTIONS(3076), - [anon_sym_STAR] = ACTIONS(6389), - [anon_sym_DASH_GT] = ACTIONS(3078), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(3076), - [anon_sym_while] = ACTIONS(3076), - [anon_sym_DOT_DOT] = ACTIONS(6395), - [anon_sym_QMARK_COLON] = ACTIONS(3078), - [anon_sym_AMP_AMP] = ACTIONS(3078), - [anon_sym_PIPE_PIPE] = ACTIONS(3078), - [anon_sym_else] = ACTIONS(3076), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_PLUS_EQ] = ACTIONS(3078), - [anon_sym_DASH_EQ] = ACTIONS(3078), - [anon_sym_STAR_EQ] = ACTIONS(3078), - [anon_sym_SLASH_EQ] = ACTIONS(3078), - [anon_sym_PERCENT_EQ] = ACTIONS(3078), - [anon_sym_BANG_EQ] = ACTIONS(3076), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3078), - [anon_sym_EQ_EQ] = ACTIONS(3076), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3078), - [anon_sym_LT_EQ] = ACTIONS(3078), - [anon_sym_GT_EQ] = ACTIONS(3078), - [anon_sym_BANGin] = ACTIONS(3078), - [anon_sym_is] = ACTIONS(3076), - [anon_sym_BANGis] = ACTIONS(3078), - [anon_sym_PLUS] = ACTIONS(6417), - [anon_sym_DASH] = ACTIONS(6417), - [anon_sym_SLASH] = ACTIONS(6389), - [anon_sym_PERCENT] = ACTIONS(6389), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), - [anon_sym_data] = ACTIONS(3076), - [anon_sym_inner] = ACTIONS(3076), - [anon_sym_expect] = ACTIONS(3076), - [anon_sym_actual] = ACTIONS(3076), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3078), - [sym_safe_nav] = ACTIONS(6403), - [sym_multiline_comment] = ACTIONS(3), + [sym_class_body] = STATE(3472), + [sym__alpha_identifier] = ACTIONS(3196), + [anon_sym_AT] = ACTIONS(3200), + [anon_sym_LBRACK] = ACTIONS(3200), + [anon_sym_as] = ACTIONS(3196), + [anon_sym_EQ] = ACTIONS(3196), + [anon_sym_LBRACE] = ACTIONS(3144), + [anon_sym_RBRACE] = ACTIONS(3200), + [anon_sym_LPAREN] = ACTIONS(3200), + [anon_sym_COMMA] = ACTIONS(3200), + [anon_sym_LT] = ACTIONS(3196), + [anon_sym_GT] = ACTIONS(3196), + [anon_sym_where] = ACTIONS(3196), + [anon_sym_object] = ACTIONS(3196), + [anon_sym_fun] = ACTIONS(3196), + [anon_sym_DOT] = ACTIONS(3196), + [anon_sym_SEMI] = ACTIONS(3200), + [anon_sym_get] = ACTIONS(3196), + [anon_sym_set] = ACTIONS(3196), + [anon_sym_this] = ACTIONS(3196), + [anon_sym_super] = ACTIONS(3196), + [anon_sym_STAR] = ACTIONS(3196), + [sym_label] = ACTIONS(3196), + [anon_sym_in] = ACTIONS(3196), + [anon_sym_DOT_DOT] = ACTIONS(3200), + [anon_sym_QMARK_COLON] = ACTIONS(3200), + [anon_sym_AMP_AMP] = ACTIONS(3200), + [anon_sym_PIPE_PIPE] = ACTIONS(3200), + [anon_sym_null] = ACTIONS(3196), + [anon_sym_if] = ACTIONS(3196), + [anon_sym_else] = ACTIONS(3196), + [anon_sym_when] = ACTIONS(3196), + [anon_sym_try] = ACTIONS(3196), + [anon_sym_throw] = ACTIONS(3196), + [anon_sym_return] = ACTIONS(3196), + [anon_sym_continue] = ACTIONS(3196), + [anon_sym_break] = ACTIONS(3196), + [anon_sym_COLON_COLON] = ACTIONS(3200), + [anon_sym_PLUS_EQ] = ACTIONS(3200), + [anon_sym_DASH_EQ] = ACTIONS(3200), + [anon_sym_STAR_EQ] = ACTIONS(3200), + [anon_sym_SLASH_EQ] = ACTIONS(3200), + [anon_sym_PERCENT_EQ] = ACTIONS(3200), + [anon_sym_BANG_EQ] = ACTIONS(3196), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3200), + [anon_sym_EQ_EQ] = ACTIONS(3196), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3200), + [anon_sym_LT_EQ] = ACTIONS(3200), + [anon_sym_GT_EQ] = ACTIONS(3200), + [anon_sym_BANGin] = ACTIONS(3200), + [anon_sym_is] = ACTIONS(3196), + [anon_sym_BANGis] = ACTIONS(3200), + [anon_sym_PLUS] = ACTIONS(3196), + [anon_sym_DASH] = ACTIONS(3196), + [anon_sym_SLASH] = ACTIONS(3196), + [anon_sym_PERCENT] = ACTIONS(3196), + [anon_sym_as_QMARK] = ACTIONS(3200), + [anon_sym_PLUS_PLUS] = ACTIONS(3200), + [anon_sym_DASH_DASH] = ACTIONS(3200), + [anon_sym_BANG] = ACTIONS(3196), + [anon_sym_BANG_BANG] = ACTIONS(3200), + [anon_sym_data] = ACTIONS(3196), + [anon_sym_inner] = ACTIONS(3196), + [anon_sym_expect] = ACTIONS(3196), + [anon_sym_actual] = ACTIONS(3196), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3200), + [anon_sym_continue_AT] = ACTIONS(3200), + [anon_sym_break_AT] = ACTIONS(3200), + [sym_real_literal] = ACTIONS(3200), + [sym_integer_literal] = ACTIONS(3196), + [sym_hex_literal] = ACTIONS(3200), + [sym_bin_literal] = ACTIONS(3200), + [anon_sym_true] = ACTIONS(3196), + [anon_sym_false] = ACTIONS(3196), + [anon_sym_SQUOTE] = ACTIONS(3200), + [sym__backtick_identifier] = ACTIONS(3200), + [sym__automatic_semicolon] = ACTIONS(3200), + [sym_safe_nav] = ACTIONS(3200), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3200), }, [2995] = { - [aux_sym_user_type_repeat1] = STATE(2995), - [sym__alpha_identifier] = ACTIONS(4304), - [anon_sym_AT] = ACTIONS(4306), - [anon_sym_LBRACK] = ACTIONS(4306), - [anon_sym_EQ] = ACTIONS(4306), - [anon_sym_LBRACE] = ACTIONS(4306), - [anon_sym_RBRACE] = ACTIONS(4306), - [anon_sym_LPAREN] = ACTIONS(4306), - [anon_sym_COMMA] = ACTIONS(4306), - [anon_sym_by] = ACTIONS(4304), - [anon_sym_where] = ACTIONS(4304), - [anon_sym_object] = ACTIONS(4304), - [anon_sym_fun] = ACTIONS(4304), - [anon_sym_DOT] = ACTIONS(6425), - [anon_sym_SEMI] = ACTIONS(4306), - [anon_sym_get] = ACTIONS(4304), - [anon_sym_set] = ACTIONS(4304), - [anon_sym_this] = ACTIONS(4304), - [anon_sym_super] = ACTIONS(4304), - [sym__quest] = ACTIONS(4306), - [anon_sym_STAR] = ACTIONS(4306), - [sym_label] = ACTIONS(4304), - [anon_sym_in] = ACTIONS(4304), - [anon_sym_null] = ACTIONS(4304), - [anon_sym_if] = ACTIONS(4304), - [anon_sym_else] = ACTIONS(4304), - [anon_sym_when] = ACTIONS(4304), - [anon_sym_try] = ACTIONS(4304), - [anon_sym_throw] = ACTIONS(4304), - [anon_sym_return] = ACTIONS(4304), - [anon_sym_continue] = ACTIONS(4304), - [anon_sym_break] = ACTIONS(4304), - [anon_sym_COLON_COLON] = ACTIONS(4306), - [anon_sym_BANGin] = ACTIONS(4306), - [anon_sym_is] = ACTIONS(4304), - [anon_sym_BANGis] = ACTIONS(4306), - [anon_sym_PLUS] = ACTIONS(4304), - [anon_sym_DASH] = ACTIONS(4304), - [anon_sym_PLUS_PLUS] = ACTIONS(4306), - [anon_sym_DASH_DASH] = ACTIONS(4306), - [anon_sym_BANG] = ACTIONS(4304), - [anon_sym_suspend] = ACTIONS(4304), - [anon_sym_sealed] = ACTIONS(4304), - [anon_sym_annotation] = ACTIONS(4304), - [anon_sym_data] = ACTIONS(4304), - [anon_sym_inner] = ACTIONS(4304), - [anon_sym_override] = ACTIONS(4304), - [anon_sym_lateinit] = ACTIONS(4304), - [anon_sym_public] = ACTIONS(4304), - [anon_sym_private] = ACTIONS(4304), - [anon_sym_internal] = ACTIONS(4304), - [anon_sym_protected] = ACTIONS(4304), - [anon_sym_tailrec] = ACTIONS(4304), - [anon_sym_operator] = ACTIONS(4304), - [anon_sym_infix] = ACTIONS(4304), - [anon_sym_inline] = ACTIONS(4304), - [anon_sym_external] = ACTIONS(4304), - [sym_property_modifier] = ACTIONS(4304), - [anon_sym_abstract] = ACTIONS(4304), - [anon_sym_final] = ACTIONS(4304), - [anon_sym_open] = ACTIONS(4304), - [anon_sym_vararg] = ACTIONS(4304), - [anon_sym_noinline] = ACTIONS(4304), - [anon_sym_crossinline] = ACTIONS(4304), - [anon_sym_expect] = ACTIONS(4304), - [anon_sym_actual] = ACTIONS(4304), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4306), - [anon_sym_continue_AT] = ACTIONS(4306), - [anon_sym_break_AT] = ACTIONS(4306), - [sym_real_literal] = ACTIONS(4306), - [sym_integer_literal] = ACTIONS(4304), - [sym_hex_literal] = ACTIONS(4306), - [sym_bin_literal] = ACTIONS(4306), - [anon_sym_true] = ACTIONS(4304), - [anon_sym_false] = ACTIONS(4304), - [anon_sym_SQUOTE] = ACTIONS(4306), - [sym__backtick_identifier] = ACTIONS(4306), - [sym__automatic_semicolon] = ACTIONS(4306), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4306), + [sym_type_constraints] = STATE(3644), + [sym_function_body] = STATE(3281), + [sym__block] = STATE(3464), + [sym__alpha_identifier] = ACTIONS(4041), + [anon_sym_AT] = ACTIONS(4043), + [anon_sym_COLON] = ACTIONS(6387), + [anon_sym_LBRACK] = ACTIONS(4043), + [anon_sym_as] = ACTIONS(4041), + [anon_sym_EQ] = ACTIONS(6389), + [anon_sym_LBRACE] = ACTIONS(6233), + [anon_sym_RBRACE] = ACTIONS(4043), + [anon_sym_LPAREN] = ACTIONS(4043), + [anon_sym_RPAREN] = ACTIONS(4043), + [anon_sym_LT] = ACTIONS(4041), + [anon_sym_GT] = ACTIONS(4041), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(4041), + [anon_sym_SEMI] = ACTIONS(4043), + [anon_sym_get] = ACTIONS(4041), + [anon_sym_set] = ACTIONS(4041), + [anon_sym_STAR] = ACTIONS(4041), + [sym_label] = ACTIONS(4043), + [anon_sym_in] = ACTIONS(4041), + [anon_sym_while] = ACTIONS(4041), + [anon_sym_DOT_DOT] = ACTIONS(4043), + [anon_sym_QMARK_COLON] = ACTIONS(4043), + [anon_sym_AMP_AMP] = ACTIONS(4043), + [anon_sym_PIPE_PIPE] = ACTIONS(4043), + [anon_sym_else] = ACTIONS(4041), + [anon_sym_COLON_COLON] = ACTIONS(4043), + [anon_sym_PLUS_EQ] = ACTIONS(4043), + [anon_sym_DASH_EQ] = ACTIONS(4043), + [anon_sym_STAR_EQ] = ACTIONS(4043), + [anon_sym_SLASH_EQ] = ACTIONS(4043), + [anon_sym_PERCENT_EQ] = ACTIONS(4043), + [anon_sym_BANG_EQ] = ACTIONS(4041), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4043), + [anon_sym_EQ_EQ] = ACTIONS(4041), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4043), + [anon_sym_LT_EQ] = ACTIONS(4043), + [anon_sym_GT_EQ] = ACTIONS(4043), + [anon_sym_BANGin] = ACTIONS(4043), + [anon_sym_is] = ACTIONS(4041), + [anon_sym_BANGis] = ACTIONS(4043), + [anon_sym_PLUS] = ACTIONS(4041), + [anon_sym_DASH] = ACTIONS(4041), + [anon_sym_SLASH] = ACTIONS(4041), + [anon_sym_PERCENT] = ACTIONS(4041), + [anon_sym_as_QMARK] = ACTIONS(4043), + [anon_sym_PLUS_PLUS] = ACTIONS(4043), + [anon_sym_DASH_DASH] = ACTIONS(4043), + [anon_sym_BANG_BANG] = ACTIONS(4043), + [anon_sym_suspend] = ACTIONS(4041), + [anon_sym_sealed] = ACTIONS(4041), + [anon_sym_annotation] = ACTIONS(4041), + [anon_sym_data] = ACTIONS(4041), + [anon_sym_inner] = ACTIONS(4041), + [anon_sym_override] = ACTIONS(4041), + [anon_sym_lateinit] = ACTIONS(4041), + [anon_sym_public] = ACTIONS(4041), + [anon_sym_private] = ACTIONS(4041), + [anon_sym_internal] = ACTIONS(4041), + [anon_sym_protected] = ACTIONS(4041), + [anon_sym_tailrec] = ACTIONS(4041), + [anon_sym_operator] = ACTIONS(4041), + [anon_sym_infix] = ACTIONS(4041), + [anon_sym_inline] = ACTIONS(4041), + [anon_sym_external] = ACTIONS(4041), + [sym_property_modifier] = ACTIONS(4041), + [anon_sym_abstract] = ACTIONS(4041), + [anon_sym_final] = ACTIONS(4041), + [anon_sym_open] = ACTIONS(4041), + [anon_sym_vararg] = ACTIONS(4041), + [anon_sym_noinline] = ACTIONS(4041), + [anon_sym_crossinline] = ACTIONS(4041), + [anon_sym_expect] = ACTIONS(4041), + [anon_sym_actual] = ACTIONS(4041), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4043), + [sym_safe_nav] = ACTIONS(4043), + [sym_multiline_comment] = ACTIONS(3), }, [2996] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(1654), - [sym__comparison_operator] = STATE(1653), - [sym__in_operator] = STATE(1652), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1650), - [sym__multiplicative_operator] = STATE(1649), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1648), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), - [sym__alpha_identifier] = ACTIONS(3065), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_RBRACK] = ACTIONS(3067), - [anon_sym_as] = ACTIONS(6381), - [anon_sym_EQ] = ACTIONS(3065), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(3067), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_COMMA] = ACTIONS(3067), - [anon_sym_RPAREN] = ACTIONS(3067), - [anon_sym_LT] = ACTIONS(3069), - [anon_sym_GT] = ACTIONS(3065), - [anon_sym_where] = ACTIONS(3065), - [anon_sym_DOT] = ACTIONS(6387), - [anon_sym_SEMI] = ACTIONS(3067), - [anon_sym_get] = ACTIONS(3065), - [anon_sym_set] = ACTIONS(3065), - [anon_sym_STAR] = ACTIONS(3065), - [anon_sym_DASH_GT] = ACTIONS(3067), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(3065), - [anon_sym_while] = ACTIONS(3065), - [anon_sym_DOT_DOT] = ACTIONS(3067), - [anon_sym_QMARK_COLON] = ACTIONS(3067), - [anon_sym_AMP_AMP] = ACTIONS(3067), - [anon_sym_PIPE_PIPE] = ACTIONS(3067), - [anon_sym_else] = ACTIONS(3065), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_PLUS_EQ] = ACTIONS(3067), - [anon_sym_DASH_EQ] = ACTIONS(3067), - [anon_sym_STAR_EQ] = ACTIONS(3067), - [anon_sym_SLASH_EQ] = ACTIONS(3067), - [anon_sym_PERCENT_EQ] = ACTIONS(3067), - [anon_sym_BANG_EQ] = ACTIONS(3065), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3067), - [anon_sym_EQ_EQ] = ACTIONS(3065), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3067), - [anon_sym_LT_EQ] = ACTIONS(3067), - [anon_sym_GT_EQ] = ACTIONS(3067), - [anon_sym_BANGin] = ACTIONS(3067), - [anon_sym_is] = ACTIONS(3065), - [anon_sym_BANGis] = ACTIONS(3067), - [anon_sym_PLUS] = ACTIONS(3065), - [anon_sym_DASH] = ACTIONS(3065), - [anon_sym_SLASH] = ACTIONS(3065), - [anon_sym_PERCENT] = ACTIONS(3065), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), - [anon_sym_data] = ACTIONS(3065), - [anon_sym_inner] = ACTIONS(3065), - [anon_sym_expect] = ACTIONS(3065), - [anon_sym_actual] = ACTIONS(3065), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3067), - [sym_safe_nav] = ACTIONS(6403), + [sym_type_arguments] = STATE(5112), + [sym__alpha_identifier] = ACTIONS(4107), + [anon_sym_AT] = ACTIONS(4109), + [anon_sym_COLON] = ACTIONS(6391), + [anon_sym_LBRACK] = ACTIONS(4109), + [anon_sym_as] = ACTIONS(4113), + [anon_sym_EQ] = ACTIONS(4113), + [anon_sym_LBRACE] = ACTIONS(4109), + [anon_sym_RBRACE] = ACTIONS(4109), + [anon_sym_LPAREN] = ACTIONS(4115), + [anon_sym_COMMA] = ACTIONS(4109), + [anon_sym_by] = ACTIONS(4113), + [anon_sym_LT] = ACTIONS(4117), + [anon_sym_GT] = ACTIONS(4113), + [anon_sym_where] = ACTIONS(4113), + [anon_sym_DOT] = ACTIONS(4107), + [anon_sym_SEMI] = ACTIONS(4109), + [anon_sym_get] = ACTIONS(4107), + [anon_sym_set] = ACTIONS(4107), + [sym__quest] = ACTIONS(4107), + [anon_sym_STAR] = ACTIONS(4113), + [sym_label] = ACTIONS(4109), + [anon_sym_in] = ACTIONS(4113), + [anon_sym_DOT_DOT] = ACTIONS(4109), + [anon_sym_QMARK_COLON] = ACTIONS(4109), + [anon_sym_AMP_AMP] = ACTIONS(4109), + [anon_sym_PIPE_PIPE] = ACTIONS(4109), + [anon_sym_else] = ACTIONS(4113), + [anon_sym_COLON_COLON] = ACTIONS(4109), + [anon_sym_PLUS_EQ] = ACTIONS(4109), + [anon_sym_DASH_EQ] = ACTIONS(4109), + [anon_sym_STAR_EQ] = ACTIONS(4109), + [anon_sym_SLASH_EQ] = ACTIONS(4109), + [anon_sym_PERCENT_EQ] = ACTIONS(4109), + [anon_sym_BANG_EQ] = ACTIONS(4113), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4109), + [anon_sym_EQ_EQ] = ACTIONS(4113), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4109), + [anon_sym_LT_EQ] = ACTIONS(4109), + [anon_sym_GT_EQ] = ACTIONS(4109), + [anon_sym_BANGin] = ACTIONS(4109), + [anon_sym_is] = ACTIONS(4113), + [anon_sym_BANGis] = ACTIONS(4109), + [anon_sym_PLUS] = ACTIONS(4113), + [anon_sym_DASH] = ACTIONS(4113), + [anon_sym_SLASH] = ACTIONS(4113), + [anon_sym_PERCENT] = ACTIONS(4113), + [anon_sym_as_QMARK] = ACTIONS(4109), + [anon_sym_PLUS_PLUS] = ACTIONS(4109), + [anon_sym_DASH_DASH] = ACTIONS(4109), + [anon_sym_BANG_BANG] = ACTIONS(4109), + [anon_sym_suspend] = ACTIONS(4113), + [anon_sym_sealed] = ACTIONS(4113), + [anon_sym_annotation] = ACTIONS(4113), + [anon_sym_data] = ACTIONS(4107), + [anon_sym_inner] = ACTIONS(4107), + [anon_sym_override] = ACTIONS(4113), + [anon_sym_lateinit] = ACTIONS(4113), + [anon_sym_public] = ACTIONS(4113), + [anon_sym_private] = ACTIONS(4113), + [anon_sym_internal] = ACTIONS(4113), + [anon_sym_protected] = ACTIONS(4113), + [anon_sym_tailrec] = ACTIONS(4113), + [anon_sym_operator] = ACTIONS(4113), + [anon_sym_infix] = ACTIONS(4113), + [anon_sym_inline] = ACTIONS(4113), + [anon_sym_external] = ACTIONS(4113), + [sym_property_modifier] = ACTIONS(4113), + [anon_sym_abstract] = ACTIONS(4113), + [anon_sym_final] = ACTIONS(4113), + [anon_sym_open] = ACTIONS(4113), + [anon_sym_vararg] = ACTIONS(4113), + [anon_sym_noinline] = ACTIONS(4113), + [anon_sym_crossinline] = ACTIONS(4113), + [anon_sym_expect] = ACTIONS(4107), + [anon_sym_actual] = ACTIONS(4107), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4115), + [sym__automatic_semicolon] = ACTIONS(4109), + [sym_safe_nav] = ACTIONS(4109), [sym_multiline_comment] = ACTIONS(3), }, [2997] = { - [sym__alpha_identifier] = ACTIONS(4615), - [anon_sym_AT] = ACTIONS(4617), - [anon_sym_COLON] = ACTIONS(4615), - [anon_sym_LBRACK] = ACTIONS(4617), - [anon_sym_as] = ACTIONS(4615), - [anon_sym_EQ] = ACTIONS(4615), - [anon_sym_LBRACE] = ACTIONS(4617), - [anon_sym_RBRACE] = ACTIONS(4617), - [anon_sym_LPAREN] = ACTIONS(4617), - [anon_sym_COMMA] = ACTIONS(4617), - [anon_sym_LT] = ACTIONS(4615), - [anon_sym_GT] = ACTIONS(4615), - [anon_sym_where] = ACTIONS(4615), - [anon_sym_object] = ACTIONS(4615), - [anon_sym_fun] = ACTIONS(4615), - [anon_sym_DOT] = ACTIONS(4615), - [anon_sym_SEMI] = ACTIONS(4617), - [anon_sym_get] = ACTIONS(4615), - [anon_sym_set] = ACTIONS(4615), - [anon_sym_this] = ACTIONS(4615), - [anon_sym_super] = ACTIONS(4615), - [anon_sym_STAR] = ACTIONS(4615), - [sym_label] = ACTIONS(4615), - [anon_sym_in] = ACTIONS(4615), - [anon_sym_DOT_DOT] = ACTIONS(4617), - [anon_sym_QMARK_COLON] = ACTIONS(4617), - [anon_sym_AMP_AMP] = ACTIONS(4617), - [anon_sym_PIPE_PIPE] = ACTIONS(4617), - [anon_sym_null] = ACTIONS(4615), - [anon_sym_if] = ACTIONS(4615), - [anon_sym_else] = ACTIONS(4615), - [anon_sym_when] = ACTIONS(4615), - [anon_sym_try] = ACTIONS(4615), - [anon_sym_throw] = ACTIONS(4615), - [anon_sym_return] = ACTIONS(4615), - [anon_sym_continue] = ACTIONS(4615), - [anon_sym_break] = ACTIONS(4615), - [anon_sym_COLON_COLON] = ACTIONS(4617), - [anon_sym_PLUS_EQ] = ACTIONS(4617), - [anon_sym_DASH_EQ] = ACTIONS(4617), - [anon_sym_STAR_EQ] = ACTIONS(4617), - [anon_sym_SLASH_EQ] = ACTIONS(4617), - [anon_sym_PERCENT_EQ] = ACTIONS(4617), - [anon_sym_BANG_EQ] = ACTIONS(4615), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4617), - [anon_sym_EQ_EQ] = ACTIONS(4615), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4617), - [anon_sym_LT_EQ] = ACTIONS(4617), - [anon_sym_GT_EQ] = ACTIONS(4617), - [anon_sym_BANGin] = ACTIONS(4617), - [anon_sym_is] = ACTIONS(4615), - [anon_sym_BANGis] = ACTIONS(4617), - [anon_sym_PLUS] = ACTIONS(4615), - [anon_sym_DASH] = ACTIONS(4615), - [anon_sym_SLASH] = ACTIONS(4615), - [anon_sym_PERCENT] = ACTIONS(4615), - [anon_sym_as_QMARK] = ACTIONS(4617), - [anon_sym_PLUS_PLUS] = ACTIONS(4617), - [anon_sym_DASH_DASH] = ACTIONS(4617), - [anon_sym_BANG] = ACTIONS(4615), - [anon_sym_BANG_BANG] = ACTIONS(4617), - [anon_sym_data] = ACTIONS(4615), - [anon_sym_inner] = ACTIONS(4615), - [anon_sym_expect] = ACTIONS(4615), - [anon_sym_actual] = ACTIONS(4615), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4617), - [anon_sym_continue_AT] = ACTIONS(4617), - [anon_sym_break_AT] = ACTIONS(4617), - [sym_real_literal] = ACTIONS(4617), - [sym_integer_literal] = ACTIONS(4615), - [sym_hex_literal] = ACTIONS(4617), - [sym_bin_literal] = ACTIONS(4617), - [anon_sym_true] = ACTIONS(4615), - [anon_sym_false] = ACTIONS(4615), - [anon_sym_SQUOTE] = ACTIONS(4617), - [sym__backtick_identifier] = ACTIONS(4617), - [sym__automatic_semicolon] = ACTIONS(4617), - [sym_safe_nav] = ACTIONS(4617), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4617), + [sym_type_constraints] = STATE(3641), + [sym_function_body] = STATE(3248), + [sym__block] = STATE(3464), + [sym__alpha_identifier] = ACTIONS(4047), + [anon_sym_AT] = ACTIONS(4049), + [anon_sym_COLON] = ACTIONS(6393), + [anon_sym_LBRACK] = ACTIONS(4049), + [anon_sym_as] = ACTIONS(4047), + [anon_sym_EQ] = ACTIONS(6389), + [anon_sym_LBRACE] = ACTIONS(6233), + [anon_sym_RBRACE] = ACTIONS(4049), + [anon_sym_LPAREN] = ACTIONS(4049), + [anon_sym_RPAREN] = ACTIONS(4049), + [anon_sym_LT] = ACTIONS(4047), + [anon_sym_GT] = ACTIONS(4047), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(4047), + [anon_sym_SEMI] = ACTIONS(4049), + [anon_sym_get] = ACTIONS(4047), + [anon_sym_set] = ACTIONS(4047), + [anon_sym_STAR] = ACTIONS(4047), + [sym_label] = ACTIONS(4049), + [anon_sym_in] = ACTIONS(4047), + [anon_sym_while] = ACTIONS(4047), + [anon_sym_DOT_DOT] = ACTIONS(4049), + [anon_sym_QMARK_COLON] = ACTIONS(4049), + [anon_sym_AMP_AMP] = ACTIONS(4049), + [anon_sym_PIPE_PIPE] = ACTIONS(4049), + [anon_sym_else] = ACTIONS(4047), + [anon_sym_COLON_COLON] = ACTIONS(4049), + [anon_sym_PLUS_EQ] = ACTIONS(4049), + [anon_sym_DASH_EQ] = ACTIONS(4049), + [anon_sym_STAR_EQ] = ACTIONS(4049), + [anon_sym_SLASH_EQ] = ACTIONS(4049), + [anon_sym_PERCENT_EQ] = ACTIONS(4049), + [anon_sym_BANG_EQ] = ACTIONS(4047), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4049), + [anon_sym_EQ_EQ] = ACTIONS(4047), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4049), + [anon_sym_LT_EQ] = ACTIONS(4049), + [anon_sym_GT_EQ] = ACTIONS(4049), + [anon_sym_BANGin] = ACTIONS(4049), + [anon_sym_is] = ACTIONS(4047), + [anon_sym_BANGis] = ACTIONS(4049), + [anon_sym_PLUS] = ACTIONS(4047), + [anon_sym_DASH] = ACTIONS(4047), + [anon_sym_SLASH] = ACTIONS(4047), + [anon_sym_PERCENT] = ACTIONS(4047), + [anon_sym_as_QMARK] = ACTIONS(4049), + [anon_sym_PLUS_PLUS] = ACTIONS(4049), + [anon_sym_DASH_DASH] = ACTIONS(4049), + [anon_sym_BANG_BANG] = ACTIONS(4049), + [anon_sym_suspend] = ACTIONS(4047), + [anon_sym_sealed] = ACTIONS(4047), + [anon_sym_annotation] = ACTIONS(4047), + [anon_sym_data] = ACTIONS(4047), + [anon_sym_inner] = ACTIONS(4047), + [anon_sym_override] = ACTIONS(4047), + [anon_sym_lateinit] = ACTIONS(4047), + [anon_sym_public] = ACTIONS(4047), + [anon_sym_private] = ACTIONS(4047), + [anon_sym_internal] = ACTIONS(4047), + [anon_sym_protected] = ACTIONS(4047), + [anon_sym_tailrec] = ACTIONS(4047), + [anon_sym_operator] = ACTIONS(4047), + [anon_sym_infix] = ACTIONS(4047), + [anon_sym_inline] = ACTIONS(4047), + [anon_sym_external] = ACTIONS(4047), + [sym_property_modifier] = ACTIONS(4047), + [anon_sym_abstract] = ACTIONS(4047), + [anon_sym_final] = ACTIONS(4047), + [anon_sym_open] = ACTIONS(4047), + [anon_sym_vararg] = ACTIONS(4047), + [anon_sym_noinline] = ACTIONS(4047), + [anon_sym_crossinline] = ACTIONS(4047), + [anon_sym_expect] = ACTIONS(4047), + [anon_sym_actual] = ACTIONS(4047), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4049), + [sym_safe_nav] = ACTIONS(4049), + [sym_multiline_comment] = ACTIONS(3), }, [2998] = { - [sym__alpha_identifier] = ACTIONS(4623), - [anon_sym_AT] = ACTIONS(4625), - [anon_sym_COLON] = ACTIONS(4623), - [anon_sym_LBRACK] = ACTIONS(4625), - [anon_sym_as] = ACTIONS(4623), - [anon_sym_EQ] = ACTIONS(4623), - [anon_sym_LBRACE] = ACTIONS(4625), - [anon_sym_RBRACE] = ACTIONS(4625), - [anon_sym_LPAREN] = ACTIONS(4625), - [anon_sym_COMMA] = ACTIONS(4625), - [anon_sym_LT] = ACTIONS(4623), - [anon_sym_GT] = ACTIONS(4623), - [anon_sym_where] = ACTIONS(4623), - [anon_sym_object] = ACTIONS(4623), - [anon_sym_fun] = ACTIONS(4623), - [anon_sym_DOT] = ACTIONS(4623), - [anon_sym_SEMI] = ACTIONS(4625), - [anon_sym_get] = ACTIONS(4623), - [anon_sym_set] = ACTIONS(4623), - [anon_sym_this] = ACTIONS(4623), - [anon_sym_super] = ACTIONS(4623), - [anon_sym_STAR] = ACTIONS(4623), - [sym_label] = ACTIONS(4623), - [anon_sym_in] = ACTIONS(4623), - [anon_sym_DOT_DOT] = ACTIONS(4625), - [anon_sym_QMARK_COLON] = ACTIONS(4625), - [anon_sym_AMP_AMP] = ACTIONS(4625), - [anon_sym_PIPE_PIPE] = ACTIONS(4625), - [anon_sym_null] = ACTIONS(4623), - [anon_sym_if] = ACTIONS(4623), - [anon_sym_else] = ACTIONS(4623), - [anon_sym_when] = ACTIONS(4623), - [anon_sym_try] = ACTIONS(4623), - [anon_sym_throw] = ACTIONS(4623), - [anon_sym_return] = ACTIONS(4623), - [anon_sym_continue] = ACTIONS(4623), - [anon_sym_break] = ACTIONS(4623), - [anon_sym_COLON_COLON] = ACTIONS(4625), - [anon_sym_PLUS_EQ] = ACTIONS(4625), - [anon_sym_DASH_EQ] = ACTIONS(4625), - [anon_sym_STAR_EQ] = ACTIONS(4625), - [anon_sym_SLASH_EQ] = ACTIONS(4625), - [anon_sym_PERCENT_EQ] = ACTIONS(4625), - [anon_sym_BANG_EQ] = ACTIONS(4623), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4625), - [anon_sym_EQ_EQ] = ACTIONS(4623), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4625), - [anon_sym_LT_EQ] = ACTIONS(4625), - [anon_sym_GT_EQ] = ACTIONS(4625), - [anon_sym_BANGin] = ACTIONS(4625), - [anon_sym_is] = ACTIONS(4623), - [anon_sym_BANGis] = ACTIONS(4625), - [anon_sym_PLUS] = ACTIONS(4623), - [anon_sym_DASH] = ACTIONS(4623), - [anon_sym_SLASH] = ACTIONS(4623), - [anon_sym_PERCENT] = ACTIONS(4623), - [anon_sym_as_QMARK] = ACTIONS(4625), - [anon_sym_PLUS_PLUS] = ACTIONS(4625), - [anon_sym_DASH_DASH] = ACTIONS(4625), - [anon_sym_BANG] = ACTIONS(4623), - [anon_sym_BANG_BANG] = ACTIONS(4625), - [anon_sym_data] = ACTIONS(4623), - [anon_sym_inner] = ACTIONS(4623), - [anon_sym_expect] = ACTIONS(4623), - [anon_sym_actual] = ACTIONS(4623), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4625), - [anon_sym_continue_AT] = ACTIONS(4625), - [anon_sym_break_AT] = ACTIONS(4625), - [sym_real_literal] = ACTIONS(4625), - [sym_integer_literal] = ACTIONS(4623), - [sym_hex_literal] = ACTIONS(4625), - [sym_bin_literal] = ACTIONS(4625), - [anon_sym_true] = ACTIONS(4623), - [anon_sym_false] = ACTIONS(4623), - [anon_sym_SQUOTE] = ACTIONS(4625), - [sym__backtick_identifier] = ACTIONS(4625), - [sym__automatic_semicolon] = ACTIONS(4625), - [sym_safe_nav] = ACTIONS(4625), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4625), + [sym_type_constraints] = STATE(3634), + [sym_function_body] = STATE(3198), + [sym__block] = STATE(3464), + [sym__alpha_identifier] = ACTIONS(4085), + [anon_sym_AT] = ACTIONS(4087), + [anon_sym_COLON] = ACTIONS(6395), + [anon_sym_LBRACK] = ACTIONS(4087), + [anon_sym_as] = ACTIONS(4085), + [anon_sym_EQ] = ACTIONS(6389), + [anon_sym_LBRACE] = ACTIONS(6233), + [anon_sym_RBRACE] = ACTIONS(4087), + [anon_sym_LPAREN] = ACTIONS(4087), + [anon_sym_RPAREN] = ACTIONS(4087), + [anon_sym_LT] = ACTIONS(4085), + [anon_sym_GT] = ACTIONS(4085), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(4085), + [anon_sym_SEMI] = ACTIONS(4087), + [anon_sym_get] = ACTIONS(4085), + [anon_sym_set] = ACTIONS(4085), + [anon_sym_STAR] = ACTIONS(4085), + [sym_label] = ACTIONS(4087), + [anon_sym_in] = ACTIONS(4085), + [anon_sym_while] = ACTIONS(4085), + [anon_sym_DOT_DOT] = ACTIONS(4087), + [anon_sym_QMARK_COLON] = ACTIONS(4087), + [anon_sym_AMP_AMP] = ACTIONS(4087), + [anon_sym_PIPE_PIPE] = ACTIONS(4087), + [anon_sym_else] = ACTIONS(4085), + [anon_sym_COLON_COLON] = ACTIONS(4087), + [anon_sym_PLUS_EQ] = ACTIONS(4087), + [anon_sym_DASH_EQ] = ACTIONS(4087), + [anon_sym_STAR_EQ] = ACTIONS(4087), + [anon_sym_SLASH_EQ] = ACTIONS(4087), + [anon_sym_PERCENT_EQ] = ACTIONS(4087), + [anon_sym_BANG_EQ] = ACTIONS(4085), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4087), + [anon_sym_EQ_EQ] = ACTIONS(4085), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4087), + [anon_sym_LT_EQ] = ACTIONS(4087), + [anon_sym_GT_EQ] = ACTIONS(4087), + [anon_sym_BANGin] = ACTIONS(4087), + [anon_sym_is] = ACTIONS(4085), + [anon_sym_BANGis] = ACTIONS(4087), + [anon_sym_PLUS] = ACTIONS(4085), + [anon_sym_DASH] = ACTIONS(4085), + [anon_sym_SLASH] = ACTIONS(4085), + [anon_sym_PERCENT] = ACTIONS(4085), + [anon_sym_as_QMARK] = ACTIONS(4087), + [anon_sym_PLUS_PLUS] = ACTIONS(4087), + [anon_sym_DASH_DASH] = ACTIONS(4087), + [anon_sym_BANG_BANG] = ACTIONS(4087), + [anon_sym_suspend] = ACTIONS(4085), + [anon_sym_sealed] = ACTIONS(4085), + [anon_sym_annotation] = ACTIONS(4085), + [anon_sym_data] = ACTIONS(4085), + [anon_sym_inner] = ACTIONS(4085), + [anon_sym_override] = ACTIONS(4085), + [anon_sym_lateinit] = ACTIONS(4085), + [anon_sym_public] = ACTIONS(4085), + [anon_sym_private] = ACTIONS(4085), + [anon_sym_internal] = ACTIONS(4085), + [anon_sym_protected] = ACTIONS(4085), + [anon_sym_tailrec] = ACTIONS(4085), + [anon_sym_operator] = ACTIONS(4085), + [anon_sym_infix] = ACTIONS(4085), + [anon_sym_inline] = ACTIONS(4085), + [anon_sym_external] = ACTIONS(4085), + [sym_property_modifier] = ACTIONS(4085), + [anon_sym_abstract] = ACTIONS(4085), + [anon_sym_final] = ACTIONS(4085), + [anon_sym_open] = ACTIONS(4085), + [anon_sym_vararg] = ACTIONS(4085), + [anon_sym_noinline] = ACTIONS(4085), + [anon_sym_crossinline] = ACTIONS(4085), + [anon_sym_expect] = ACTIONS(4085), + [anon_sym_actual] = ACTIONS(4085), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4087), + [sym_safe_nav] = ACTIONS(4087), + [sym_multiline_comment] = ACTIONS(3), }, [2999] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(1654), - [sym__comparison_operator] = STATE(1653), - [sym__in_operator] = STATE(1652), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1650), - [sym__multiplicative_operator] = STATE(1649), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1648), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), - [sym__alpha_identifier] = ACTIONS(3034), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_RBRACK] = ACTIONS(3036), - [anon_sym_as] = ACTIONS(6381), - [anon_sym_EQ] = ACTIONS(3034), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(3036), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_COMMA] = ACTIONS(3036), - [anon_sym_RPAREN] = ACTIONS(3036), - [anon_sym_LT] = ACTIONS(3038), - [anon_sym_GT] = ACTIONS(3034), - [anon_sym_where] = ACTIONS(3034), - [anon_sym_DOT] = ACTIONS(6387), - [anon_sym_SEMI] = ACTIONS(3036), - [anon_sym_get] = ACTIONS(3034), - [anon_sym_set] = ACTIONS(3034), - [anon_sym_STAR] = ACTIONS(6389), - [anon_sym_DASH_GT] = ACTIONS(3036), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(3034), - [anon_sym_while] = ACTIONS(3034), - [anon_sym_DOT_DOT] = ACTIONS(3036), - [anon_sym_QMARK_COLON] = ACTIONS(3036), - [anon_sym_AMP_AMP] = ACTIONS(3036), - [anon_sym_PIPE_PIPE] = ACTIONS(3036), - [anon_sym_else] = ACTIONS(3034), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_PLUS_EQ] = ACTIONS(3036), - [anon_sym_DASH_EQ] = ACTIONS(3036), - [anon_sym_STAR_EQ] = ACTIONS(3036), - [anon_sym_SLASH_EQ] = ACTIONS(3036), - [anon_sym_PERCENT_EQ] = ACTIONS(3036), - [anon_sym_BANG_EQ] = ACTIONS(3034), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3036), - [anon_sym_EQ_EQ] = ACTIONS(3034), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3036), - [anon_sym_LT_EQ] = ACTIONS(3036), - [anon_sym_GT_EQ] = ACTIONS(3036), - [anon_sym_BANGin] = ACTIONS(3036), - [anon_sym_is] = ACTIONS(3034), - [anon_sym_BANGis] = ACTIONS(3036), - [anon_sym_PLUS] = ACTIONS(3034), - [anon_sym_DASH] = ACTIONS(3034), - [anon_sym_SLASH] = ACTIONS(6389), - [anon_sym_PERCENT] = ACTIONS(6389), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), - [anon_sym_data] = ACTIONS(3034), - [anon_sym_inner] = ACTIONS(3034), - [anon_sym_expect] = ACTIONS(3034), - [anon_sym_actual] = ACTIONS(3034), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3036), - [sym_safe_nav] = ACTIONS(6403), + [sym_type_constraints] = STATE(3627), + [sym_function_body] = STATE(3139), + [sym__block] = STATE(3464), + [sym__alpha_identifier] = ACTIONS(4031), + [anon_sym_AT] = ACTIONS(4033), + [anon_sym_COLON] = ACTIONS(6397), + [anon_sym_LBRACK] = ACTIONS(4033), + [anon_sym_as] = ACTIONS(4031), + [anon_sym_EQ] = ACTIONS(6389), + [anon_sym_LBRACE] = ACTIONS(6233), + [anon_sym_RBRACE] = ACTIONS(4033), + [anon_sym_LPAREN] = ACTIONS(4033), + [anon_sym_RPAREN] = ACTIONS(4033), + [anon_sym_LT] = ACTIONS(4031), + [anon_sym_GT] = ACTIONS(4031), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(4031), + [anon_sym_SEMI] = ACTIONS(4033), + [anon_sym_get] = ACTIONS(4031), + [anon_sym_set] = ACTIONS(4031), + [anon_sym_STAR] = ACTIONS(4031), + [sym_label] = ACTIONS(4033), + [anon_sym_in] = ACTIONS(4031), + [anon_sym_while] = ACTIONS(4031), + [anon_sym_DOT_DOT] = ACTIONS(4033), + [anon_sym_QMARK_COLON] = ACTIONS(4033), + [anon_sym_AMP_AMP] = ACTIONS(4033), + [anon_sym_PIPE_PIPE] = ACTIONS(4033), + [anon_sym_else] = ACTIONS(4031), + [anon_sym_COLON_COLON] = ACTIONS(4033), + [anon_sym_PLUS_EQ] = ACTIONS(4033), + [anon_sym_DASH_EQ] = ACTIONS(4033), + [anon_sym_STAR_EQ] = ACTIONS(4033), + [anon_sym_SLASH_EQ] = ACTIONS(4033), + [anon_sym_PERCENT_EQ] = ACTIONS(4033), + [anon_sym_BANG_EQ] = ACTIONS(4031), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4033), + [anon_sym_EQ_EQ] = ACTIONS(4031), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4033), + [anon_sym_LT_EQ] = ACTIONS(4033), + [anon_sym_GT_EQ] = ACTIONS(4033), + [anon_sym_BANGin] = ACTIONS(4033), + [anon_sym_is] = ACTIONS(4031), + [anon_sym_BANGis] = ACTIONS(4033), + [anon_sym_PLUS] = ACTIONS(4031), + [anon_sym_DASH] = ACTIONS(4031), + [anon_sym_SLASH] = ACTIONS(4031), + [anon_sym_PERCENT] = ACTIONS(4031), + [anon_sym_as_QMARK] = ACTIONS(4033), + [anon_sym_PLUS_PLUS] = ACTIONS(4033), + [anon_sym_DASH_DASH] = ACTIONS(4033), + [anon_sym_BANG_BANG] = ACTIONS(4033), + [anon_sym_suspend] = ACTIONS(4031), + [anon_sym_sealed] = ACTIONS(4031), + [anon_sym_annotation] = ACTIONS(4031), + [anon_sym_data] = ACTIONS(4031), + [anon_sym_inner] = ACTIONS(4031), + [anon_sym_override] = ACTIONS(4031), + [anon_sym_lateinit] = ACTIONS(4031), + [anon_sym_public] = ACTIONS(4031), + [anon_sym_private] = ACTIONS(4031), + [anon_sym_internal] = ACTIONS(4031), + [anon_sym_protected] = ACTIONS(4031), + [anon_sym_tailrec] = ACTIONS(4031), + [anon_sym_operator] = ACTIONS(4031), + [anon_sym_infix] = ACTIONS(4031), + [anon_sym_inline] = ACTIONS(4031), + [anon_sym_external] = ACTIONS(4031), + [sym_property_modifier] = ACTIONS(4031), + [anon_sym_abstract] = ACTIONS(4031), + [anon_sym_final] = ACTIONS(4031), + [anon_sym_open] = ACTIONS(4031), + [anon_sym_vararg] = ACTIONS(4031), + [anon_sym_noinline] = ACTIONS(4031), + [anon_sym_crossinline] = ACTIONS(4031), + [anon_sym_expect] = ACTIONS(4031), + [anon_sym_actual] = ACTIONS(4031), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4033), + [sym_safe_nav] = ACTIONS(4033), [sym_multiline_comment] = ACTIONS(3), }, [3000] = { - [sym_class_body] = STATE(3393), - [sym__alpha_identifier] = ACTIONS(4284), - [anon_sym_AT] = ACTIONS(4286), - [anon_sym_LBRACK] = ACTIONS(4286), - [anon_sym_as] = ACTIONS(4284), - [anon_sym_EQ] = ACTIONS(4284), - [anon_sym_LBRACE] = ACTIONS(3112), - [anon_sym_RBRACE] = ACTIONS(4286), - [anon_sym_LPAREN] = ACTIONS(4286), - [anon_sym_COMMA] = ACTIONS(4286), - [anon_sym_LT] = ACTIONS(4284), - [anon_sym_GT] = ACTIONS(4284), - [anon_sym_where] = ACTIONS(4284), - [anon_sym_object] = ACTIONS(4284), - [anon_sym_fun] = ACTIONS(4284), - [anon_sym_DOT] = ACTIONS(4284), - [anon_sym_SEMI] = ACTIONS(4286), - [anon_sym_get] = ACTIONS(4284), - [anon_sym_set] = ACTIONS(4284), - [anon_sym_this] = ACTIONS(4284), - [anon_sym_super] = ACTIONS(4284), - [anon_sym_STAR] = ACTIONS(4284), - [sym_label] = ACTIONS(4284), - [anon_sym_in] = ACTIONS(4284), - [anon_sym_DOT_DOT] = ACTIONS(4286), - [anon_sym_QMARK_COLON] = ACTIONS(4286), - [anon_sym_AMP_AMP] = ACTIONS(4286), - [anon_sym_PIPE_PIPE] = ACTIONS(4286), - [anon_sym_null] = ACTIONS(4284), - [anon_sym_if] = ACTIONS(4284), - [anon_sym_else] = ACTIONS(4284), - [anon_sym_when] = ACTIONS(4284), - [anon_sym_try] = ACTIONS(4284), - [anon_sym_throw] = ACTIONS(4284), - [anon_sym_return] = ACTIONS(4284), - [anon_sym_continue] = ACTIONS(4284), - [anon_sym_break] = ACTIONS(4284), - [anon_sym_COLON_COLON] = ACTIONS(4286), - [anon_sym_PLUS_EQ] = ACTIONS(4286), - [anon_sym_DASH_EQ] = ACTIONS(4286), - [anon_sym_STAR_EQ] = ACTIONS(4286), - [anon_sym_SLASH_EQ] = ACTIONS(4286), - [anon_sym_PERCENT_EQ] = ACTIONS(4286), - [anon_sym_BANG_EQ] = ACTIONS(4284), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4286), - [anon_sym_EQ_EQ] = ACTIONS(4284), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4286), - [anon_sym_LT_EQ] = ACTIONS(4286), - [anon_sym_GT_EQ] = ACTIONS(4286), - [anon_sym_BANGin] = ACTIONS(4286), - [anon_sym_is] = ACTIONS(4284), - [anon_sym_BANGis] = ACTIONS(4286), - [anon_sym_PLUS] = ACTIONS(4284), - [anon_sym_DASH] = ACTIONS(4284), - [anon_sym_SLASH] = ACTIONS(4284), - [anon_sym_PERCENT] = ACTIONS(4284), - [anon_sym_as_QMARK] = ACTIONS(4286), - [anon_sym_PLUS_PLUS] = ACTIONS(4286), - [anon_sym_DASH_DASH] = ACTIONS(4286), - [anon_sym_BANG] = ACTIONS(4284), - [anon_sym_BANG_BANG] = ACTIONS(4286), - [anon_sym_data] = ACTIONS(4284), - [anon_sym_inner] = ACTIONS(4284), - [anon_sym_expect] = ACTIONS(4284), - [anon_sym_actual] = ACTIONS(4284), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4286), - [anon_sym_continue_AT] = ACTIONS(4286), - [anon_sym_break_AT] = ACTIONS(4286), - [sym_real_literal] = ACTIONS(4286), - [sym_integer_literal] = ACTIONS(4284), - [sym_hex_literal] = ACTIONS(4286), - [sym_bin_literal] = ACTIONS(4286), - [anon_sym_true] = ACTIONS(4284), - [anon_sym_false] = ACTIONS(4284), - [anon_sym_SQUOTE] = ACTIONS(4286), - [sym__backtick_identifier] = ACTIONS(4286), - [sym__automatic_semicolon] = ACTIONS(4286), - [sym_safe_nav] = ACTIONS(4286), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4286), + [sym__alpha_identifier] = ACTIONS(4416), + [anon_sym_AT] = ACTIONS(4418), + [anon_sym_LBRACK] = ACTIONS(4418), + [anon_sym_as] = ACTIONS(4416), + [anon_sym_EQ] = ACTIONS(4416), + [anon_sym_LBRACE] = ACTIONS(4418), + [anon_sym_RBRACE] = ACTIONS(4418), + [anon_sym_LPAREN] = ACTIONS(4418), + [anon_sym_COMMA] = ACTIONS(4418), + [anon_sym_by] = ACTIONS(6385), + [anon_sym_LT] = ACTIONS(4416), + [anon_sym_GT] = ACTIONS(4416), + [anon_sym_where] = ACTIONS(4416), + [anon_sym_object] = ACTIONS(4416), + [anon_sym_fun] = ACTIONS(4416), + [anon_sym_DOT] = ACTIONS(4416), + [anon_sym_SEMI] = ACTIONS(4418), + [anon_sym_get] = ACTIONS(4416), + [anon_sym_set] = ACTIONS(4416), + [anon_sym_this] = ACTIONS(4416), + [anon_sym_super] = ACTIONS(4416), + [anon_sym_STAR] = ACTIONS(4416), + [sym_label] = ACTIONS(4416), + [anon_sym_in] = ACTIONS(4416), + [anon_sym_DOT_DOT] = ACTIONS(4418), + [anon_sym_QMARK_COLON] = ACTIONS(4418), + [anon_sym_AMP_AMP] = ACTIONS(4418), + [anon_sym_PIPE_PIPE] = ACTIONS(4418), + [anon_sym_null] = ACTIONS(4416), + [anon_sym_if] = ACTIONS(4416), + [anon_sym_else] = ACTIONS(4416), + [anon_sym_when] = ACTIONS(4416), + [anon_sym_try] = ACTIONS(4416), + [anon_sym_throw] = ACTIONS(4416), + [anon_sym_return] = ACTIONS(4416), + [anon_sym_continue] = ACTIONS(4416), + [anon_sym_break] = ACTIONS(4416), + [anon_sym_COLON_COLON] = ACTIONS(4418), + [anon_sym_PLUS_EQ] = ACTIONS(4418), + [anon_sym_DASH_EQ] = ACTIONS(4418), + [anon_sym_STAR_EQ] = ACTIONS(4418), + [anon_sym_SLASH_EQ] = ACTIONS(4418), + [anon_sym_PERCENT_EQ] = ACTIONS(4418), + [anon_sym_BANG_EQ] = ACTIONS(4416), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4418), + [anon_sym_EQ_EQ] = ACTIONS(4416), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4418), + [anon_sym_LT_EQ] = ACTIONS(4418), + [anon_sym_GT_EQ] = ACTIONS(4418), + [anon_sym_BANGin] = ACTIONS(4418), + [anon_sym_is] = ACTIONS(4416), + [anon_sym_BANGis] = ACTIONS(4418), + [anon_sym_PLUS] = ACTIONS(4416), + [anon_sym_DASH] = ACTIONS(4416), + [anon_sym_SLASH] = ACTIONS(4416), + [anon_sym_PERCENT] = ACTIONS(4416), + [anon_sym_as_QMARK] = ACTIONS(4418), + [anon_sym_PLUS_PLUS] = ACTIONS(4418), + [anon_sym_DASH_DASH] = ACTIONS(4418), + [anon_sym_BANG] = ACTIONS(4416), + [anon_sym_BANG_BANG] = ACTIONS(4418), + [anon_sym_data] = ACTIONS(4416), + [anon_sym_inner] = ACTIONS(4416), + [anon_sym_expect] = ACTIONS(4416), + [anon_sym_actual] = ACTIONS(4416), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4418), + [anon_sym_continue_AT] = ACTIONS(4418), + [anon_sym_break_AT] = ACTIONS(4418), + [sym_real_literal] = ACTIONS(4418), + [sym_integer_literal] = ACTIONS(4416), + [sym_hex_literal] = ACTIONS(4418), + [sym_bin_literal] = ACTIONS(4418), + [anon_sym_true] = ACTIONS(4416), + [anon_sym_false] = ACTIONS(4416), + [anon_sym_SQUOTE] = ACTIONS(4418), + [sym__backtick_identifier] = ACTIONS(4418), + [sym__automatic_semicolon] = ACTIONS(4418), + [sym_safe_nav] = ACTIONS(4418), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4418), }, [3001] = { - [sym_enum_class_body] = STATE(3366), - [sym__alpha_identifier] = ACTIONS(3190), - [anon_sym_AT] = ACTIONS(3194), - [anon_sym_LBRACK] = ACTIONS(3194), - [anon_sym_as] = ACTIONS(3190), - [anon_sym_EQ] = ACTIONS(3190), - [anon_sym_LBRACE] = ACTIONS(3152), - [anon_sym_RBRACE] = ACTIONS(3194), - [anon_sym_LPAREN] = ACTIONS(3194), - [anon_sym_COMMA] = ACTIONS(3194), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3190), - [anon_sym_where] = ACTIONS(3190), - [anon_sym_object] = ACTIONS(3190), - [anon_sym_fun] = ACTIONS(3190), - [anon_sym_DOT] = ACTIONS(3190), - [anon_sym_SEMI] = ACTIONS(3194), - [anon_sym_get] = ACTIONS(3190), - [anon_sym_set] = ACTIONS(3190), - [anon_sym_this] = ACTIONS(3190), - [anon_sym_super] = ACTIONS(3190), - [anon_sym_STAR] = ACTIONS(3190), - [sym_label] = ACTIONS(3190), - [anon_sym_in] = ACTIONS(3190), - [anon_sym_DOT_DOT] = ACTIONS(3194), - [anon_sym_QMARK_COLON] = ACTIONS(3194), - [anon_sym_AMP_AMP] = ACTIONS(3194), - [anon_sym_PIPE_PIPE] = ACTIONS(3194), - [anon_sym_null] = ACTIONS(3190), - [anon_sym_if] = ACTIONS(3190), - [anon_sym_else] = ACTIONS(3190), - [anon_sym_when] = ACTIONS(3190), - [anon_sym_try] = ACTIONS(3190), - [anon_sym_throw] = ACTIONS(3190), - [anon_sym_return] = ACTIONS(3190), - [anon_sym_continue] = ACTIONS(3190), - [anon_sym_break] = ACTIONS(3190), - [anon_sym_COLON_COLON] = ACTIONS(3194), - [anon_sym_PLUS_EQ] = ACTIONS(3194), - [anon_sym_DASH_EQ] = ACTIONS(3194), - [anon_sym_STAR_EQ] = ACTIONS(3194), - [anon_sym_SLASH_EQ] = ACTIONS(3194), - [anon_sym_PERCENT_EQ] = ACTIONS(3194), - [anon_sym_BANG_EQ] = ACTIONS(3190), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3194), - [anon_sym_EQ_EQ] = ACTIONS(3190), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3194), - [anon_sym_LT_EQ] = ACTIONS(3194), - [anon_sym_GT_EQ] = ACTIONS(3194), - [anon_sym_BANGin] = ACTIONS(3194), - [anon_sym_is] = ACTIONS(3190), - [anon_sym_BANGis] = ACTIONS(3194), - [anon_sym_PLUS] = ACTIONS(3190), - [anon_sym_DASH] = ACTIONS(3190), - [anon_sym_SLASH] = ACTIONS(3190), - [anon_sym_PERCENT] = ACTIONS(3190), - [anon_sym_as_QMARK] = ACTIONS(3194), - [anon_sym_PLUS_PLUS] = ACTIONS(3194), - [anon_sym_DASH_DASH] = ACTIONS(3194), - [anon_sym_BANG] = ACTIONS(3190), - [anon_sym_BANG_BANG] = ACTIONS(3194), - [anon_sym_data] = ACTIONS(3190), - [anon_sym_inner] = ACTIONS(3190), - [anon_sym_expect] = ACTIONS(3190), - [anon_sym_actual] = ACTIONS(3190), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3194), - [anon_sym_continue_AT] = ACTIONS(3194), - [anon_sym_break_AT] = ACTIONS(3194), - [sym_real_literal] = ACTIONS(3194), - [sym_integer_literal] = ACTIONS(3190), - [sym_hex_literal] = ACTIONS(3194), - [sym_bin_literal] = ACTIONS(3194), - [anon_sym_true] = ACTIONS(3190), - [anon_sym_false] = ACTIONS(3190), - [anon_sym_SQUOTE] = ACTIONS(3194), - [sym__backtick_identifier] = ACTIONS(3194), - [sym__automatic_semicolon] = ACTIONS(3194), - [sym_safe_nav] = ACTIONS(3194), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3194), + [sym_type_constraints] = STATE(3619), + [sym_function_body] = STATE(3202), + [sym__block] = STATE(3464), + [sym__alpha_identifier] = ACTIONS(4099), + [anon_sym_AT] = ACTIONS(4101), + [anon_sym_COLON] = ACTIONS(6399), + [anon_sym_LBRACK] = ACTIONS(4101), + [anon_sym_as] = ACTIONS(4099), + [anon_sym_EQ] = ACTIONS(6389), + [anon_sym_LBRACE] = ACTIONS(6233), + [anon_sym_RBRACE] = ACTIONS(4101), + [anon_sym_LPAREN] = ACTIONS(4101), + [anon_sym_RPAREN] = ACTIONS(4101), + [anon_sym_LT] = ACTIONS(4099), + [anon_sym_GT] = ACTIONS(4099), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(4099), + [anon_sym_SEMI] = ACTIONS(4101), + [anon_sym_get] = ACTIONS(4099), + [anon_sym_set] = ACTIONS(4099), + [anon_sym_STAR] = ACTIONS(4099), + [sym_label] = ACTIONS(4101), + [anon_sym_in] = ACTIONS(4099), + [anon_sym_while] = ACTIONS(4099), + [anon_sym_DOT_DOT] = ACTIONS(4101), + [anon_sym_QMARK_COLON] = ACTIONS(4101), + [anon_sym_AMP_AMP] = ACTIONS(4101), + [anon_sym_PIPE_PIPE] = ACTIONS(4101), + [anon_sym_else] = ACTIONS(4099), + [anon_sym_COLON_COLON] = ACTIONS(4101), + [anon_sym_PLUS_EQ] = ACTIONS(4101), + [anon_sym_DASH_EQ] = ACTIONS(4101), + [anon_sym_STAR_EQ] = ACTIONS(4101), + [anon_sym_SLASH_EQ] = ACTIONS(4101), + [anon_sym_PERCENT_EQ] = ACTIONS(4101), + [anon_sym_BANG_EQ] = ACTIONS(4099), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4101), + [anon_sym_EQ_EQ] = ACTIONS(4099), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4101), + [anon_sym_LT_EQ] = ACTIONS(4101), + [anon_sym_GT_EQ] = ACTIONS(4101), + [anon_sym_BANGin] = ACTIONS(4101), + [anon_sym_is] = ACTIONS(4099), + [anon_sym_BANGis] = ACTIONS(4101), + [anon_sym_PLUS] = ACTIONS(4099), + [anon_sym_DASH] = ACTIONS(4099), + [anon_sym_SLASH] = ACTIONS(4099), + [anon_sym_PERCENT] = ACTIONS(4099), + [anon_sym_as_QMARK] = ACTIONS(4101), + [anon_sym_PLUS_PLUS] = ACTIONS(4101), + [anon_sym_DASH_DASH] = ACTIONS(4101), + [anon_sym_BANG_BANG] = ACTIONS(4101), + [anon_sym_suspend] = ACTIONS(4099), + [anon_sym_sealed] = ACTIONS(4099), + [anon_sym_annotation] = ACTIONS(4099), + [anon_sym_data] = ACTIONS(4099), + [anon_sym_inner] = ACTIONS(4099), + [anon_sym_override] = ACTIONS(4099), + [anon_sym_lateinit] = ACTIONS(4099), + [anon_sym_public] = ACTIONS(4099), + [anon_sym_private] = ACTIONS(4099), + [anon_sym_internal] = ACTIONS(4099), + [anon_sym_protected] = ACTIONS(4099), + [anon_sym_tailrec] = ACTIONS(4099), + [anon_sym_operator] = ACTIONS(4099), + [anon_sym_infix] = ACTIONS(4099), + [anon_sym_inline] = ACTIONS(4099), + [anon_sym_external] = ACTIONS(4099), + [sym_property_modifier] = ACTIONS(4099), + [anon_sym_abstract] = ACTIONS(4099), + [anon_sym_final] = ACTIONS(4099), + [anon_sym_open] = ACTIONS(4099), + [anon_sym_vararg] = ACTIONS(4099), + [anon_sym_noinline] = ACTIONS(4099), + [anon_sym_crossinline] = ACTIONS(4099), + [anon_sym_expect] = ACTIONS(4099), + [anon_sym_actual] = ACTIONS(4099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4101), + [sym_safe_nav] = ACTIONS(4101), + [sym_multiline_comment] = ACTIONS(3), }, [3002] = { - [aux_sym__delegation_specifiers_repeat1] = STATE(3042), - [sym__alpha_identifier] = ACTIONS(4684), - [anon_sym_AT] = ACTIONS(4686), - [anon_sym_LBRACK] = ACTIONS(4686), - [anon_sym_as] = ACTIONS(4684), - [anon_sym_EQ] = ACTIONS(4684), - [anon_sym_LBRACE] = ACTIONS(4686), - [anon_sym_RBRACE] = ACTIONS(4686), - [anon_sym_LPAREN] = ACTIONS(4686), - [anon_sym_COMMA] = ACTIONS(4686), - [anon_sym_LT] = ACTIONS(4684), - [anon_sym_GT] = ACTIONS(4684), - [anon_sym_where] = ACTIONS(4684), - [anon_sym_object] = ACTIONS(4684), - [anon_sym_fun] = ACTIONS(4684), - [anon_sym_DOT] = ACTIONS(4684), - [anon_sym_SEMI] = ACTIONS(4686), - [anon_sym_get] = ACTIONS(4684), - [anon_sym_set] = ACTIONS(4684), - [anon_sym_this] = ACTIONS(4684), - [anon_sym_super] = ACTIONS(4684), - [anon_sym_STAR] = ACTIONS(4684), - [sym_label] = ACTIONS(4684), - [anon_sym_in] = ACTIONS(4684), - [anon_sym_DOT_DOT] = ACTIONS(4686), - [anon_sym_QMARK_COLON] = ACTIONS(4686), - [anon_sym_AMP_AMP] = ACTIONS(4686), - [anon_sym_PIPE_PIPE] = ACTIONS(4686), - [anon_sym_null] = ACTIONS(4684), - [anon_sym_if] = ACTIONS(4684), - [anon_sym_else] = ACTIONS(4684), - [anon_sym_when] = ACTIONS(4684), - [anon_sym_try] = ACTIONS(4684), - [anon_sym_throw] = ACTIONS(4684), - [anon_sym_return] = ACTIONS(4684), - [anon_sym_continue] = ACTIONS(4684), - [anon_sym_break] = ACTIONS(4684), - [anon_sym_COLON_COLON] = ACTIONS(4686), - [anon_sym_PLUS_EQ] = ACTIONS(4686), - [anon_sym_DASH_EQ] = ACTIONS(4686), - [anon_sym_STAR_EQ] = ACTIONS(4686), - [anon_sym_SLASH_EQ] = ACTIONS(4686), - [anon_sym_PERCENT_EQ] = ACTIONS(4686), - [anon_sym_BANG_EQ] = ACTIONS(4684), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4686), - [anon_sym_EQ_EQ] = ACTIONS(4684), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4686), - [anon_sym_LT_EQ] = ACTIONS(4686), - [anon_sym_GT_EQ] = ACTIONS(4686), - [anon_sym_BANGin] = ACTIONS(4686), - [anon_sym_is] = ACTIONS(4684), - [anon_sym_BANGis] = ACTIONS(4686), - [anon_sym_PLUS] = ACTIONS(4684), - [anon_sym_DASH] = ACTIONS(4684), - [anon_sym_SLASH] = ACTIONS(4684), - [anon_sym_PERCENT] = ACTIONS(4684), - [anon_sym_as_QMARK] = ACTIONS(4686), - [anon_sym_PLUS_PLUS] = ACTIONS(4686), - [anon_sym_DASH_DASH] = ACTIONS(4686), - [anon_sym_BANG] = ACTIONS(4684), - [anon_sym_BANG_BANG] = ACTIONS(4686), - [anon_sym_data] = ACTIONS(4684), - [anon_sym_inner] = ACTIONS(4684), - [anon_sym_expect] = ACTIONS(4684), - [anon_sym_actual] = ACTIONS(4684), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4686), - [anon_sym_continue_AT] = ACTIONS(4686), - [anon_sym_break_AT] = ACTIONS(4686), - [sym_real_literal] = ACTIONS(4686), - [sym_integer_literal] = ACTIONS(4684), - [sym_hex_literal] = ACTIONS(4686), - [sym_bin_literal] = ACTIONS(4686), - [anon_sym_true] = ACTIONS(4684), - [anon_sym_false] = ACTIONS(4684), - [anon_sym_SQUOTE] = ACTIONS(4686), - [sym__backtick_identifier] = ACTIONS(4686), - [sym__automatic_semicolon] = ACTIONS(4686), - [sym_safe_nav] = ACTIONS(4686), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4686), - }, - [3003] = { - [aux_sym__delegation_specifiers_repeat1] = STATE(3018), - [sym__alpha_identifier] = ACTIONS(4684), - [anon_sym_AT] = ACTIONS(4686), - [anon_sym_LBRACK] = ACTIONS(4686), - [anon_sym_RBRACK] = ACTIONS(4686), - [anon_sym_as] = ACTIONS(4684), - [anon_sym_EQ] = ACTIONS(4684), - [anon_sym_LBRACE] = ACTIONS(4686), - [anon_sym_RBRACE] = ACTIONS(4686), - [anon_sym_LPAREN] = ACTIONS(4686), - [anon_sym_COMMA] = ACTIONS(4686), - [anon_sym_RPAREN] = ACTIONS(4686), - [anon_sym_LT] = ACTIONS(4684), - [anon_sym_GT] = ACTIONS(4684), - [anon_sym_where] = ACTIONS(4684), - [anon_sym_DOT] = ACTIONS(4684), - [anon_sym_SEMI] = ACTIONS(4686), - [anon_sym_get] = ACTIONS(4684), - [anon_sym_set] = ACTIONS(4684), - [anon_sym_STAR] = ACTIONS(4684), - [anon_sym_DASH_GT] = ACTIONS(4686), - [sym_label] = ACTIONS(4686), - [anon_sym_in] = ACTIONS(4684), - [anon_sym_while] = ACTIONS(4684), - [anon_sym_DOT_DOT] = ACTIONS(4686), - [anon_sym_QMARK_COLON] = ACTIONS(4686), - [anon_sym_AMP_AMP] = ACTIONS(4686), - [anon_sym_PIPE_PIPE] = ACTIONS(4686), - [anon_sym_else] = ACTIONS(4684), - [anon_sym_COLON_COLON] = ACTIONS(4686), - [anon_sym_PLUS_EQ] = ACTIONS(4686), - [anon_sym_DASH_EQ] = ACTIONS(4686), - [anon_sym_STAR_EQ] = ACTIONS(4686), - [anon_sym_SLASH_EQ] = ACTIONS(4686), - [anon_sym_PERCENT_EQ] = ACTIONS(4686), - [anon_sym_BANG_EQ] = ACTIONS(4684), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4686), - [anon_sym_EQ_EQ] = ACTIONS(4684), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4686), - [anon_sym_LT_EQ] = ACTIONS(4686), - [anon_sym_GT_EQ] = ACTIONS(4686), - [anon_sym_BANGin] = ACTIONS(4686), - [anon_sym_is] = ACTIONS(4684), - [anon_sym_BANGis] = ACTIONS(4686), - [anon_sym_PLUS] = ACTIONS(4684), - [anon_sym_DASH] = ACTIONS(4684), - [anon_sym_SLASH] = ACTIONS(4684), - [anon_sym_PERCENT] = ACTIONS(4684), - [anon_sym_as_QMARK] = ACTIONS(4686), - [anon_sym_PLUS_PLUS] = ACTIONS(4686), - [anon_sym_DASH_DASH] = ACTIONS(4686), - [anon_sym_BANG_BANG] = ACTIONS(4686), - [anon_sym_suspend] = ACTIONS(4684), - [anon_sym_sealed] = ACTIONS(4684), - [anon_sym_annotation] = ACTIONS(4684), - [anon_sym_data] = ACTIONS(4684), - [anon_sym_inner] = ACTIONS(4684), - [anon_sym_override] = ACTIONS(4684), - [anon_sym_lateinit] = ACTIONS(4684), - [anon_sym_public] = ACTIONS(4684), - [anon_sym_private] = ACTIONS(4684), - [anon_sym_internal] = ACTIONS(4684), - [anon_sym_protected] = ACTIONS(4684), - [anon_sym_tailrec] = ACTIONS(4684), - [anon_sym_operator] = ACTIONS(4684), - [anon_sym_infix] = ACTIONS(4684), - [anon_sym_inline] = ACTIONS(4684), - [anon_sym_external] = ACTIONS(4684), - [sym_property_modifier] = ACTIONS(4684), - [anon_sym_abstract] = ACTIONS(4684), - [anon_sym_final] = ACTIONS(4684), - [anon_sym_open] = ACTIONS(4684), - [anon_sym_vararg] = ACTIONS(4684), - [anon_sym_noinline] = ACTIONS(4684), - [anon_sym_crossinline] = ACTIONS(4684), - [anon_sym_expect] = ACTIONS(4684), - [anon_sym_actual] = ACTIONS(4684), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4686), - [sym_safe_nav] = ACTIONS(4686), + [sym__alpha_identifier] = ACTIONS(4244), + [anon_sym_AT] = ACTIONS(4246), + [anon_sym_LBRACK] = ACTIONS(4246), + [anon_sym_RBRACK] = ACTIONS(4246), + [anon_sym_as] = ACTIONS(4244), + [anon_sym_EQ] = ACTIONS(4244), + [anon_sym_LBRACE] = ACTIONS(4246), + [anon_sym_RBRACE] = ACTIONS(4246), + [anon_sym_LPAREN] = ACTIONS(4246), + [anon_sym_COMMA] = ACTIONS(4246), + [anon_sym_RPAREN] = ACTIONS(4246), + [anon_sym_by] = ACTIONS(4244), + [anon_sym_LT] = ACTIONS(4244), + [anon_sym_GT] = ACTIONS(4244), + [anon_sym_where] = ACTIONS(4244), + [anon_sym_DOT] = ACTIONS(4244), + [anon_sym_SEMI] = ACTIONS(4246), + [anon_sym_get] = ACTIONS(4244), + [anon_sym_set] = ACTIONS(4244), + [anon_sym_STAR] = ACTIONS(4244), + [anon_sym_DASH_GT] = ACTIONS(4246), + [sym_label] = ACTIONS(4246), + [anon_sym_in] = ACTIONS(4244), + [anon_sym_while] = ACTIONS(4244), + [anon_sym_DOT_DOT] = ACTIONS(4246), + [anon_sym_QMARK_COLON] = ACTIONS(4246), + [anon_sym_AMP_AMP] = ACTIONS(4246), + [anon_sym_PIPE_PIPE] = ACTIONS(4246), + [anon_sym_else] = ACTIONS(4244), + [anon_sym_COLON_COLON] = ACTIONS(4246), + [anon_sym_PLUS_EQ] = ACTIONS(4246), + [anon_sym_DASH_EQ] = ACTIONS(4246), + [anon_sym_STAR_EQ] = ACTIONS(4246), + [anon_sym_SLASH_EQ] = ACTIONS(4246), + [anon_sym_PERCENT_EQ] = ACTIONS(4246), + [anon_sym_BANG_EQ] = ACTIONS(4244), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4246), + [anon_sym_EQ_EQ] = ACTIONS(4244), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4246), + [anon_sym_LT_EQ] = ACTIONS(4246), + [anon_sym_GT_EQ] = ACTIONS(4246), + [anon_sym_BANGin] = ACTIONS(4246), + [anon_sym_is] = ACTIONS(4244), + [anon_sym_BANGis] = ACTIONS(4246), + [anon_sym_PLUS] = ACTIONS(4244), + [anon_sym_DASH] = ACTIONS(4244), + [anon_sym_SLASH] = ACTIONS(4244), + [anon_sym_PERCENT] = ACTIONS(4244), + [anon_sym_as_QMARK] = ACTIONS(4246), + [anon_sym_PLUS_PLUS] = ACTIONS(4246), + [anon_sym_DASH_DASH] = ACTIONS(4246), + [anon_sym_BANG_BANG] = ACTIONS(4246), + [anon_sym_suspend] = ACTIONS(4244), + [anon_sym_sealed] = ACTIONS(4244), + [anon_sym_annotation] = ACTIONS(4244), + [anon_sym_data] = ACTIONS(4244), + [anon_sym_inner] = ACTIONS(4244), + [anon_sym_override] = ACTIONS(4244), + [anon_sym_lateinit] = ACTIONS(4244), + [anon_sym_public] = ACTIONS(4244), + [anon_sym_private] = ACTIONS(4244), + [anon_sym_internal] = ACTIONS(4244), + [anon_sym_protected] = ACTIONS(4244), + [anon_sym_tailrec] = ACTIONS(4244), + [anon_sym_operator] = ACTIONS(4244), + [anon_sym_infix] = ACTIONS(4244), + [anon_sym_inline] = ACTIONS(4244), + [anon_sym_external] = ACTIONS(4244), + [sym_property_modifier] = ACTIONS(4244), + [anon_sym_abstract] = ACTIONS(4244), + [anon_sym_final] = ACTIONS(4244), + [anon_sym_open] = ACTIONS(4244), + [anon_sym_vararg] = ACTIONS(4244), + [anon_sym_noinline] = ACTIONS(4244), + [anon_sym_crossinline] = ACTIONS(4244), + [anon_sym_expect] = ACTIONS(4244), + [anon_sym_actual] = ACTIONS(4244), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4246), + [sym_safe_nav] = ACTIONS(4246), [sym_multiline_comment] = ACTIONS(3), }, - [3004] = { - [sym_function_body] = STATE(3394), - [sym__block] = STATE(3245), - [sym__alpha_identifier] = ACTIONS(4336), - [anon_sym_AT] = ACTIONS(4338), - [anon_sym_COLON] = ACTIONS(6428), - [anon_sym_LBRACK] = ACTIONS(4338), - [anon_sym_as] = ACTIONS(4336), - [anon_sym_EQ] = ACTIONS(6265), - [anon_sym_LBRACE] = ACTIONS(6220), - [anon_sym_RBRACE] = ACTIONS(4338), - [anon_sym_LPAREN] = ACTIONS(4338), - [anon_sym_LT] = ACTIONS(4336), - [anon_sym_GT] = ACTIONS(4336), - [anon_sym_object] = ACTIONS(4336), - [anon_sym_fun] = ACTIONS(4336), - [anon_sym_DOT] = ACTIONS(4336), - [anon_sym_SEMI] = ACTIONS(4338), - [anon_sym_get] = ACTIONS(4336), - [anon_sym_set] = ACTIONS(4336), - [anon_sym_this] = ACTIONS(4336), - [anon_sym_super] = ACTIONS(4336), - [anon_sym_STAR] = ACTIONS(4336), - [sym_label] = ACTIONS(4336), - [anon_sym_in] = ACTIONS(4336), - [anon_sym_DOT_DOT] = ACTIONS(4338), - [anon_sym_QMARK_COLON] = ACTIONS(4338), - [anon_sym_AMP_AMP] = ACTIONS(4338), - [anon_sym_PIPE_PIPE] = ACTIONS(4338), - [anon_sym_null] = ACTIONS(4336), - [anon_sym_if] = ACTIONS(4336), - [anon_sym_else] = ACTIONS(4336), - [anon_sym_when] = ACTIONS(4336), - [anon_sym_try] = ACTIONS(4336), - [anon_sym_throw] = ACTIONS(4336), - [anon_sym_return] = ACTIONS(4336), - [anon_sym_continue] = ACTIONS(4336), - [anon_sym_break] = ACTIONS(4336), - [anon_sym_COLON_COLON] = ACTIONS(4338), - [anon_sym_PLUS_EQ] = ACTIONS(4338), - [anon_sym_DASH_EQ] = ACTIONS(4338), - [anon_sym_STAR_EQ] = ACTIONS(4338), - [anon_sym_SLASH_EQ] = ACTIONS(4338), - [anon_sym_PERCENT_EQ] = ACTIONS(4338), - [anon_sym_BANG_EQ] = ACTIONS(4336), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4338), - [anon_sym_EQ_EQ] = ACTIONS(4336), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4338), - [anon_sym_LT_EQ] = ACTIONS(4338), - [anon_sym_GT_EQ] = ACTIONS(4338), - [anon_sym_BANGin] = ACTIONS(4338), - [anon_sym_is] = ACTIONS(4336), - [anon_sym_BANGis] = ACTIONS(4338), - [anon_sym_PLUS] = ACTIONS(4336), - [anon_sym_DASH] = ACTIONS(4336), - [anon_sym_SLASH] = ACTIONS(4336), - [anon_sym_PERCENT] = ACTIONS(4336), - [anon_sym_as_QMARK] = ACTIONS(4338), - [anon_sym_PLUS_PLUS] = ACTIONS(4338), - [anon_sym_DASH_DASH] = ACTIONS(4338), - [anon_sym_BANG] = ACTIONS(4336), - [anon_sym_BANG_BANG] = ACTIONS(4338), - [anon_sym_data] = ACTIONS(4336), - [anon_sym_inner] = ACTIONS(4336), - [anon_sym_expect] = ACTIONS(4336), - [anon_sym_actual] = ACTIONS(4336), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4338), - [anon_sym_continue_AT] = ACTIONS(4338), - [anon_sym_break_AT] = ACTIONS(4338), - [sym_real_literal] = ACTIONS(4338), - [sym_integer_literal] = ACTIONS(4336), - [sym_hex_literal] = ACTIONS(4338), - [sym_bin_literal] = ACTIONS(4338), - [anon_sym_true] = ACTIONS(4336), - [anon_sym_false] = ACTIONS(4336), - [anon_sym_SQUOTE] = ACTIONS(4338), - [sym__backtick_identifier] = ACTIONS(4338), - [sym__automatic_semicolon] = ACTIONS(4338), - [sym_safe_nav] = ACTIONS(4338), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4338), - }, - [3005] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(1654), - [sym__comparison_operator] = STATE(1653), - [sym__in_operator] = STATE(1652), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1650), - [sym__multiplicative_operator] = STATE(1649), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1648), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [3003] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(1883), + [sym__comparison_operator] = STATE(1876), + [sym__in_operator] = STATE(1873), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(1866), + [sym__multiplicative_operator] = STATE(1865), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1725), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_RBRACK] = ACTIONS(3029), - [anon_sym_as] = ACTIONS(6381), - [anon_sym_EQ] = ACTIONS(3027), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_RBRACK] = ACTIONS(3061), + [anon_sym_as] = ACTIONS(6403), + [anon_sym_EQ] = ACTIONS(3059), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(3029), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_COMMA] = ACTIONS(3029), - [anon_sym_RPAREN] = ACTIONS(3029), - [anon_sym_LT] = ACTIONS(3031), - [anon_sym_GT] = ACTIONS(3027), - [anon_sym_where] = ACTIONS(3027), - [anon_sym_DOT] = ACTIONS(6387), - [anon_sym_SEMI] = ACTIONS(3029), + [anon_sym_RBRACE] = ACTIONS(3061), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_COMMA] = ACTIONS(3061), + [anon_sym_RPAREN] = ACTIONS(3061), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(6407), + [anon_sym_where] = ACTIONS(3059), + [anon_sym_DOT] = ACTIONS(6409), + [anon_sym_SEMI] = ACTIONS(3061), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(6389), - [anon_sym_DASH_GT] = ACTIONS(3029), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(3027), - [anon_sym_while] = ACTIONS(3027), - [anon_sym_DOT_DOT] = ACTIONS(6395), - [anon_sym_QMARK_COLON] = ACTIONS(6397), - [anon_sym_AMP_AMP] = ACTIONS(3029), - [anon_sym_PIPE_PIPE] = ACTIONS(3029), - [anon_sym_else] = ACTIONS(3027), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_PLUS_EQ] = ACTIONS(3029), - [anon_sym_DASH_EQ] = ACTIONS(3029), - [anon_sym_STAR_EQ] = ACTIONS(3029), - [anon_sym_SLASH_EQ] = ACTIONS(3029), - [anon_sym_PERCENT_EQ] = ACTIONS(3029), - [anon_sym_BANG_EQ] = ACTIONS(3027), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3029), - [anon_sym_EQ_EQ] = ACTIONS(3027), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3029), - [anon_sym_LT_EQ] = ACTIONS(3029), - [anon_sym_GT_EQ] = ACTIONS(3029), - [anon_sym_BANGin] = ACTIONS(3029), - [anon_sym_is] = ACTIONS(3027), - [anon_sym_BANGis] = ACTIONS(3029), - [anon_sym_PLUS] = ACTIONS(6417), - [anon_sym_DASH] = ACTIONS(6417), - [anon_sym_SLASH] = ACTIONS(6389), - [anon_sym_PERCENT] = ACTIONS(6389), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(6411), + [anon_sym_DASH_GT] = ACTIONS(3061), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(6415), + [anon_sym_while] = ACTIONS(3059), + [anon_sym_DOT_DOT] = ACTIONS(6417), + [anon_sym_QMARK_COLON] = ACTIONS(6419), + [anon_sym_AMP_AMP] = ACTIONS(6421), + [anon_sym_PIPE_PIPE] = ACTIONS(6423), + [anon_sym_else] = ACTIONS(3059), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_PLUS_EQ] = ACTIONS(3061), + [anon_sym_DASH_EQ] = ACTIONS(3061), + [anon_sym_STAR_EQ] = ACTIONS(3061), + [anon_sym_SLASH_EQ] = ACTIONS(3061), + [anon_sym_PERCENT_EQ] = ACTIONS(3061), + [anon_sym_BANG_EQ] = ACTIONS(6427), + [anon_sym_BANG_EQ_EQ] = ACTIONS(6429), + [anon_sym_EQ_EQ] = ACTIONS(6427), + [anon_sym_EQ_EQ_EQ] = ACTIONS(6429), + [anon_sym_LT_EQ] = ACTIONS(6431), + [anon_sym_GT_EQ] = ACTIONS(6431), + [anon_sym_BANGin] = ACTIONS(6433), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(6439), + [anon_sym_DASH] = ACTIONS(6439), + [anon_sym_SLASH] = ACTIONS(6411), + [anon_sym_PERCENT] = ACTIONS(6411), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [3006] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(1654), - [sym__comparison_operator] = STATE(1653), - [sym__in_operator] = STATE(1652), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1650), - [sym__multiplicative_operator] = STATE(1649), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1648), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [3004] = { + [sym__alpha_identifier] = ACTIONS(4531), + [anon_sym_AT] = ACTIONS(4533), + [anon_sym_COLON] = ACTIONS(4531), + [anon_sym_LBRACK] = ACTIONS(4533), + [anon_sym_RBRACK] = ACTIONS(4533), + [anon_sym_as] = ACTIONS(4531), + [anon_sym_EQ] = ACTIONS(4531), + [anon_sym_LBRACE] = ACTIONS(4533), + [anon_sym_RBRACE] = ACTIONS(4533), + [anon_sym_LPAREN] = ACTIONS(4533), + [anon_sym_COMMA] = ACTIONS(4533), + [anon_sym_RPAREN] = ACTIONS(4533), + [anon_sym_LT] = ACTIONS(4531), + [anon_sym_GT] = ACTIONS(4531), + [anon_sym_where] = ACTIONS(4531), + [anon_sym_DOT] = ACTIONS(4531), + [anon_sym_SEMI] = ACTIONS(4533), + [anon_sym_get] = ACTIONS(4531), + [anon_sym_set] = ACTIONS(4531), + [anon_sym_STAR] = ACTIONS(4531), + [anon_sym_DASH_GT] = ACTIONS(4533), + [sym_label] = ACTIONS(4533), + [anon_sym_in] = ACTIONS(4531), + [anon_sym_while] = ACTIONS(4531), + [anon_sym_DOT_DOT] = ACTIONS(4533), + [anon_sym_QMARK_COLON] = ACTIONS(4533), + [anon_sym_AMP_AMP] = ACTIONS(4533), + [anon_sym_PIPE_PIPE] = ACTIONS(4533), + [anon_sym_else] = ACTIONS(4531), + [anon_sym_COLON_COLON] = ACTIONS(4533), + [anon_sym_PLUS_EQ] = ACTIONS(4533), + [anon_sym_DASH_EQ] = ACTIONS(4533), + [anon_sym_STAR_EQ] = ACTIONS(4533), + [anon_sym_SLASH_EQ] = ACTIONS(4533), + [anon_sym_PERCENT_EQ] = ACTIONS(4533), + [anon_sym_BANG_EQ] = ACTIONS(4531), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4533), + [anon_sym_EQ_EQ] = ACTIONS(4531), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4533), + [anon_sym_LT_EQ] = ACTIONS(4533), + [anon_sym_GT_EQ] = ACTIONS(4533), + [anon_sym_BANGin] = ACTIONS(4533), + [anon_sym_is] = ACTIONS(4531), + [anon_sym_BANGis] = ACTIONS(4533), + [anon_sym_PLUS] = ACTIONS(4531), + [anon_sym_DASH] = ACTIONS(4531), + [anon_sym_SLASH] = ACTIONS(4531), + [anon_sym_PERCENT] = ACTIONS(4531), + [anon_sym_as_QMARK] = ACTIONS(4533), + [anon_sym_PLUS_PLUS] = ACTIONS(4533), + [anon_sym_DASH_DASH] = ACTIONS(4533), + [anon_sym_BANG_BANG] = ACTIONS(4533), + [anon_sym_suspend] = ACTIONS(4531), + [anon_sym_sealed] = ACTIONS(4531), + [anon_sym_annotation] = ACTIONS(4531), + [anon_sym_data] = ACTIONS(4531), + [anon_sym_inner] = ACTIONS(4531), + [anon_sym_override] = ACTIONS(4531), + [anon_sym_lateinit] = ACTIONS(4531), + [anon_sym_public] = ACTIONS(4531), + [anon_sym_private] = ACTIONS(4531), + [anon_sym_internal] = ACTIONS(4531), + [anon_sym_protected] = ACTIONS(4531), + [anon_sym_tailrec] = ACTIONS(4531), + [anon_sym_operator] = ACTIONS(4531), + [anon_sym_infix] = ACTIONS(4531), + [anon_sym_inline] = ACTIONS(4531), + [anon_sym_external] = ACTIONS(4531), + [sym_property_modifier] = ACTIONS(4531), + [anon_sym_abstract] = ACTIONS(4531), + [anon_sym_final] = ACTIONS(4531), + [anon_sym_open] = ACTIONS(4531), + [anon_sym_vararg] = ACTIONS(4531), + [anon_sym_noinline] = ACTIONS(4531), + [anon_sym_crossinline] = ACTIONS(4531), + [anon_sym_expect] = ACTIONS(4531), + [anon_sym_actual] = ACTIONS(4531), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4533), + [sym_safe_nav] = ACTIONS(4533), + [sym_multiline_comment] = ACTIONS(3), + }, + [3005] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(1883), + [sym__comparison_operator] = STATE(1876), + [sym__in_operator] = STATE(1873), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(1866), + [sym__multiplicative_operator] = STATE(1865), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1725), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_RBRACK] = ACTIONS(3025), - [anon_sym_as] = ACTIONS(6381), - [anon_sym_EQ] = ACTIONS(3023), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_RBRACK] = ACTIONS(3065), + [anon_sym_as] = ACTIONS(6403), + [anon_sym_EQ] = ACTIONS(3063), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(3025), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_COMMA] = ACTIONS(3025), - [anon_sym_RPAREN] = ACTIONS(3025), + [anon_sym_RBRACE] = ACTIONS(3065), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_COMMA] = ACTIONS(3065), + [anon_sym_RPAREN] = ACTIONS(3065), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3023), - [anon_sym_where] = ACTIONS(3023), - [anon_sym_DOT] = ACTIONS(6387), - [anon_sym_SEMI] = ACTIONS(3025), + [anon_sym_GT] = ACTIONS(6407), + [anon_sym_where] = ACTIONS(3063), + [anon_sym_DOT] = ACTIONS(6409), + [anon_sym_SEMI] = ACTIONS(3065), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(6389), - [anon_sym_DASH_GT] = ACTIONS(3025), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(6393), - [anon_sym_while] = ACTIONS(3023), - [anon_sym_DOT_DOT] = ACTIONS(6395), - [anon_sym_QMARK_COLON] = ACTIONS(6397), - [anon_sym_AMP_AMP] = ACTIONS(3025), - [anon_sym_PIPE_PIPE] = ACTIONS(3025), - [anon_sym_else] = ACTIONS(3023), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_PLUS_EQ] = ACTIONS(3025), - [anon_sym_DASH_EQ] = ACTIONS(3025), - [anon_sym_STAR_EQ] = ACTIONS(3025), - [anon_sym_SLASH_EQ] = ACTIONS(3025), - [anon_sym_PERCENT_EQ] = ACTIONS(3025), - [anon_sym_BANG_EQ] = ACTIONS(3023), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3025), - [anon_sym_EQ_EQ] = ACTIONS(3023), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3025), - [anon_sym_LT_EQ] = ACTIONS(3025), - [anon_sym_GT_EQ] = ACTIONS(3025), - [anon_sym_BANGin] = ACTIONS(6411), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(6417), - [anon_sym_DASH] = ACTIONS(6417), - [anon_sym_SLASH] = ACTIONS(6389), - [anon_sym_PERCENT] = ACTIONS(6389), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(6411), + [anon_sym_DASH_GT] = ACTIONS(3065), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(6415), + [anon_sym_while] = ACTIONS(3063), + [anon_sym_DOT_DOT] = ACTIONS(6417), + [anon_sym_QMARK_COLON] = ACTIONS(6419), + [anon_sym_AMP_AMP] = ACTIONS(6421), + [anon_sym_PIPE_PIPE] = ACTIONS(6423), + [anon_sym_else] = ACTIONS(3063), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_PLUS_EQ] = ACTIONS(3065), + [anon_sym_DASH_EQ] = ACTIONS(3065), + [anon_sym_STAR_EQ] = ACTIONS(3065), + [anon_sym_SLASH_EQ] = ACTIONS(3065), + [anon_sym_PERCENT_EQ] = ACTIONS(3065), + [anon_sym_BANG_EQ] = ACTIONS(6427), + [anon_sym_BANG_EQ_EQ] = ACTIONS(6429), + [anon_sym_EQ_EQ] = ACTIONS(6427), + [anon_sym_EQ_EQ_EQ] = ACTIONS(6429), + [anon_sym_LT_EQ] = ACTIONS(6431), + [anon_sym_GT_EQ] = ACTIONS(6431), + [anon_sym_BANGin] = ACTIONS(6433), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(6439), + [anon_sym_DASH] = ACTIONS(6439), + [anon_sym_SLASH] = ACTIONS(6411), + [anon_sym_PERCENT] = ACTIONS(6411), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [3007] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(1654), - [sym__comparison_operator] = STATE(1653), - [sym__in_operator] = STATE(1652), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1650), - [sym__multiplicative_operator] = STATE(1649), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1648), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [3006] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(1883), + [sym__comparison_operator] = STATE(1876), + [sym__in_operator] = STATE(1873), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(1866), + [sym__multiplicative_operator] = STATE(1865), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1725), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_RBRACK] = ACTIONS(2997), - [anon_sym_as] = ACTIONS(6381), - [anon_sym_EQ] = ACTIONS(2995), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_RBRACK] = ACTIONS(3069), + [anon_sym_as] = ACTIONS(6403), + [anon_sym_EQ] = ACTIONS(3067), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(2997), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_COMMA] = ACTIONS(2997), - [anon_sym_RPAREN] = ACTIONS(2997), + [anon_sym_RBRACE] = ACTIONS(3069), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_COMMA] = ACTIONS(3069), + [anon_sym_RPAREN] = ACTIONS(3069), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(6385), - [anon_sym_where] = ACTIONS(2995), - [anon_sym_DOT] = ACTIONS(6387), - [anon_sym_SEMI] = ACTIONS(2997), + [anon_sym_GT] = ACTIONS(6407), + [anon_sym_where] = ACTIONS(3067), + [anon_sym_DOT] = ACTIONS(6409), + [anon_sym_SEMI] = ACTIONS(3069), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(6389), - [anon_sym_DASH_GT] = ACTIONS(2997), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(6393), - [anon_sym_while] = ACTIONS(2995), - [anon_sym_DOT_DOT] = ACTIONS(6395), - [anon_sym_QMARK_COLON] = ACTIONS(6397), - [anon_sym_AMP_AMP] = ACTIONS(2997), - [anon_sym_PIPE_PIPE] = ACTIONS(2997), - [anon_sym_else] = ACTIONS(2995), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_PLUS_EQ] = ACTIONS(2997), - [anon_sym_DASH_EQ] = ACTIONS(2997), - [anon_sym_STAR_EQ] = ACTIONS(2997), - [anon_sym_SLASH_EQ] = ACTIONS(2997), - [anon_sym_PERCENT_EQ] = ACTIONS(2997), - [anon_sym_BANG_EQ] = ACTIONS(2995), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2997), - [anon_sym_EQ_EQ] = ACTIONS(2995), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2997), - [anon_sym_LT_EQ] = ACTIONS(6409), - [anon_sym_GT_EQ] = ACTIONS(6409), - [anon_sym_BANGin] = ACTIONS(6411), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(6417), - [anon_sym_DASH] = ACTIONS(6417), - [anon_sym_SLASH] = ACTIONS(6389), - [anon_sym_PERCENT] = ACTIONS(6389), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(6411), + [anon_sym_DASH_GT] = ACTIONS(3069), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(6415), + [anon_sym_while] = ACTIONS(3067), + [anon_sym_DOT_DOT] = ACTIONS(6417), + [anon_sym_QMARK_COLON] = ACTIONS(6419), + [anon_sym_AMP_AMP] = ACTIONS(6421), + [anon_sym_PIPE_PIPE] = ACTIONS(6423), + [anon_sym_else] = ACTIONS(3067), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_PLUS_EQ] = ACTIONS(3069), + [anon_sym_DASH_EQ] = ACTIONS(3069), + [anon_sym_STAR_EQ] = ACTIONS(3069), + [anon_sym_SLASH_EQ] = ACTIONS(3069), + [anon_sym_PERCENT_EQ] = ACTIONS(3069), + [anon_sym_BANG_EQ] = ACTIONS(6427), + [anon_sym_BANG_EQ_EQ] = ACTIONS(6429), + [anon_sym_EQ_EQ] = ACTIONS(6427), + [anon_sym_EQ_EQ_EQ] = ACTIONS(6429), + [anon_sym_LT_EQ] = ACTIONS(6431), + [anon_sym_GT_EQ] = ACTIONS(6431), + [anon_sym_BANGin] = ACTIONS(6433), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(6439), + [anon_sym_DASH] = ACTIONS(6439), + [anon_sym_SLASH] = ACTIONS(6411), + [anon_sym_PERCENT] = ACTIONS(6411), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [3008] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(1654), - [sym__comparison_operator] = STATE(1653), - [sym__in_operator] = STATE(1652), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1650), - [sym__multiplicative_operator] = STATE(1649), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1648), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [3007] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(1883), + [sym__comparison_operator] = STATE(1876), + [sym__in_operator] = STATE(1873), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(1866), + [sym__multiplicative_operator] = STATE(1865), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1725), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_RBRACK] = ACTIONS(3013), - [anon_sym_as] = ACTIONS(6381), - [anon_sym_EQ] = ACTIONS(3011), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_RBRACK] = ACTIONS(3073), + [anon_sym_as] = ACTIONS(6403), + [anon_sym_EQ] = ACTIONS(3071), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(3013), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_COMMA] = ACTIONS(3013), - [anon_sym_RPAREN] = ACTIONS(3013), + [anon_sym_RBRACE] = ACTIONS(3073), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_COMMA] = ACTIONS(3073), + [anon_sym_RPAREN] = ACTIONS(3073), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(6385), - [anon_sym_where] = ACTIONS(3011), - [anon_sym_DOT] = ACTIONS(6387), - [anon_sym_SEMI] = ACTIONS(3013), + [anon_sym_GT] = ACTIONS(6407), + [anon_sym_where] = ACTIONS(3071), + [anon_sym_DOT] = ACTIONS(6409), + [anon_sym_SEMI] = ACTIONS(3073), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(6389), - [anon_sym_DASH_GT] = ACTIONS(3013), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(6393), - [anon_sym_while] = ACTIONS(3011), - [anon_sym_DOT_DOT] = ACTIONS(6395), - [anon_sym_QMARK_COLON] = ACTIONS(6397), - [anon_sym_AMP_AMP] = ACTIONS(6399), - [anon_sym_PIPE_PIPE] = ACTIONS(3013), - [anon_sym_else] = ACTIONS(3011), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_PLUS_EQ] = ACTIONS(3013), - [anon_sym_DASH_EQ] = ACTIONS(3013), - [anon_sym_STAR_EQ] = ACTIONS(3013), - [anon_sym_SLASH_EQ] = ACTIONS(3013), - [anon_sym_PERCENT_EQ] = ACTIONS(3013), - [anon_sym_BANG_EQ] = ACTIONS(6405), - [anon_sym_BANG_EQ_EQ] = ACTIONS(6407), - [anon_sym_EQ_EQ] = ACTIONS(6405), - [anon_sym_EQ_EQ_EQ] = ACTIONS(6407), - [anon_sym_LT_EQ] = ACTIONS(6409), - [anon_sym_GT_EQ] = ACTIONS(6409), - [anon_sym_BANGin] = ACTIONS(6411), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(6417), - [anon_sym_DASH] = ACTIONS(6417), - [anon_sym_SLASH] = ACTIONS(6389), - [anon_sym_PERCENT] = ACTIONS(6389), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(6411), + [anon_sym_DASH_GT] = ACTIONS(3073), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(6415), + [anon_sym_while] = ACTIONS(3071), + [anon_sym_DOT_DOT] = ACTIONS(6417), + [anon_sym_QMARK_COLON] = ACTIONS(6419), + [anon_sym_AMP_AMP] = ACTIONS(6421), + [anon_sym_PIPE_PIPE] = ACTIONS(6423), + [anon_sym_else] = ACTIONS(3071), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_PLUS_EQ] = ACTIONS(3073), + [anon_sym_DASH_EQ] = ACTIONS(3073), + [anon_sym_STAR_EQ] = ACTIONS(3073), + [anon_sym_SLASH_EQ] = ACTIONS(3073), + [anon_sym_PERCENT_EQ] = ACTIONS(3073), + [anon_sym_BANG_EQ] = ACTIONS(6427), + [anon_sym_BANG_EQ_EQ] = ACTIONS(6429), + [anon_sym_EQ_EQ] = ACTIONS(6427), + [anon_sym_EQ_EQ_EQ] = ACTIONS(6429), + [anon_sym_LT_EQ] = ACTIONS(6431), + [anon_sym_GT_EQ] = ACTIONS(6431), + [anon_sym_BANGin] = ACTIONS(6433), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(6439), + [anon_sym_DASH] = ACTIONS(6439), + [anon_sym_SLASH] = ACTIONS(6411), + [anon_sym_PERCENT] = ACTIONS(6411), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, + [3008] = { + [aux_sym_user_type_repeat1] = STATE(3015), + [sym__alpha_identifier] = ACTIONS(4222), + [anon_sym_AT] = ACTIONS(4224), + [anon_sym_LBRACK] = ACTIONS(4224), + [anon_sym_EQ] = ACTIONS(4224), + [anon_sym_LBRACE] = ACTIONS(4224), + [anon_sym_RBRACE] = ACTIONS(4224), + [anon_sym_LPAREN] = ACTIONS(4224), + [anon_sym_COMMA] = ACTIONS(4224), + [anon_sym_by] = ACTIONS(4222), + [anon_sym_where] = ACTIONS(4222), + [anon_sym_object] = ACTIONS(4222), + [anon_sym_fun] = ACTIONS(4222), + [anon_sym_DOT] = ACTIONS(6445), + [anon_sym_SEMI] = ACTIONS(4224), + [anon_sym_get] = ACTIONS(4222), + [anon_sym_set] = ACTIONS(4222), + [anon_sym_this] = ACTIONS(4222), + [anon_sym_super] = ACTIONS(4222), + [sym__quest] = ACTIONS(4224), + [anon_sym_STAR] = ACTIONS(4224), + [sym_label] = ACTIONS(4222), + [anon_sym_in] = ACTIONS(4222), + [anon_sym_null] = ACTIONS(4222), + [anon_sym_if] = ACTIONS(4222), + [anon_sym_else] = ACTIONS(4222), + [anon_sym_when] = ACTIONS(4222), + [anon_sym_try] = ACTIONS(4222), + [anon_sym_throw] = ACTIONS(4222), + [anon_sym_return] = ACTIONS(4222), + [anon_sym_continue] = ACTIONS(4222), + [anon_sym_break] = ACTIONS(4222), + [anon_sym_COLON_COLON] = ACTIONS(4224), + [anon_sym_BANGin] = ACTIONS(4224), + [anon_sym_is] = ACTIONS(4222), + [anon_sym_BANGis] = ACTIONS(4224), + [anon_sym_PLUS] = ACTIONS(4222), + [anon_sym_DASH] = ACTIONS(4222), + [anon_sym_PLUS_PLUS] = ACTIONS(4224), + [anon_sym_DASH_DASH] = ACTIONS(4224), + [anon_sym_BANG] = ACTIONS(4222), + [anon_sym_suspend] = ACTIONS(4222), + [anon_sym_sealed] = ACTIONS(4222), + [anon_sym_annotation] = ACTIONS(4222), + [anon_sym_data] = ACTIONS(4222), + [anon_sym_inner] = ACTIONS(4222), + [anon_sym_override] = ACTIONS(4222), + [anon_sym_lateinit] = ACTIONS(4222), + [anon_sym_public] = ACTIONS(4222), + [anon_sym_private] = ACTIONS(4222), + [anon_sym_internal] = ACTIONS(4222), + [anon_sym_protected] = ACTIONS(4222), + [anon_sym_tailrec] = ACTIONS(4222), + [anon_sym_operator] = ACTIONS(4222), + [anon_sym_infix] = ACTIONS(4222), + [anon_sym_inline] = ACTIONS(4222), + [anon_sym_external] = ACTIONS(4222), + [sym_property_modifier] = ACTIONS(4222), + [anon_sym_abstract] = ACTIONS(4222), + [anon_sym_final] = ACTIONS(4222), + [anon_sym_open] = ACTIONS(4222), + [anon_sym_vararg] = ACTIONS(4222), + [anon_sym_noinline] = ACTIONS(4222), + [anon_sym_crossinline] = ACTIONS(4222), + [anon_sym_expect] = ACTIONS(4222), + [anon_sym_actual] = ACTIONS(4222), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4224), + [anon_sym_continue_AT] = ACTIONS(4224), + [anon_sym_break_AT] = ACTIONS(4224), + [sym_real_literal] = ACTIONS(4224), + [sym_integer_literal] = ACTIONS(4222), + [sym_hex_literal] = ACTIONS(4224), + [sym_bin_literal] = ACTIONS(4224), + [anon_sym_true] = ACTIONS(4222), + [anon_sym_false] = ACTIONS(4222), + [anon_sym_SQUOTE] = ACTIONS(4224), + [sym__backtick_identifier] = ACTIONS(4224), + [sym__automatic_semicolon] = ACTIONS(4224), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4224), + }, [3009] = { - [sym_type_constraints] = STATE(3485), - [sym_function_body] = STATE(3776), - [sym__block] = STATE(3725), - [sym__alpha_identifier] = ACTIONS(4073), - [anon_sym_AT] = ACTIONS(4075), - [anon_sym_COLON] = ACTIONS(6430), - [anon_sym_LBRACK] = ACTIONS(4075), - [anon_sym_as] = ACTIONS(4073), - [anon_sym_EQ] = ACTIONS(6432), - [anon_sym_LBRACE] = ACTIONS(6434), - [anon_sym_RBRACE] = ACTIONS(4075), - [anon_sym_LPAREN] = ACTIONS(4075), - [anon_sym_COMMA] = ACTIONS(4075), - [anon_sym_LT] = ACTIONS(4073), - [anon_sym_GT] = ACTIONS(4073), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(4073), - [anon_sym_SEMI] = ACTIONS(4075), - [anon_sym_get] = ACTIONS(4073), - [anon_sym_set] = ACTIONS(4073), - [anon_sym_STAR] = ACTIONS(4073), - [sym_label] = ACTIONS(4075), - [anon_sym_in] = ACTIONS(4073), - [anon_sym_DOT_DOT] = ACTIONS(4075), - [anon_sym_QMARK_COLON] = ACTIONS(4075), - [anon_sym_AMP_AMP] = ACTIONS(4075), - [anon_sym_PIPE_PIPE] = ACTIONS(4075), - [anon_sym_else] = ACTIONS(4073), - [anon_sym_COLON_COLON] = ACTIONS(4075), - [anon_sym_PLUS_EQ] = ACTIONS(4075), - [anon_sym_DASH_EQ] = ACTIONS(4075), - [anon_sym_STAR_EQ] = ACTIONS(4075), - [anon_sym_SLASH_EQ] = ACTIONS(4075), - [anon_sym_PERCENT_EQ] = ACTIONS(4075), - [anon_sym_BANG_EQ] = ACTIONS(4073), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4075), - [anon_sym_EQ_EQ] = ACTIONS(4073), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4075), - [anon_sym_LT_EQ] = ACTIONS(4075), - [anon_sym_GT_EQ] = ACTIONS(4075), - [anon_sym_BANGin] = ACTIONS(4075), - [anon_sym_is] = ACTIONS(4073), - [anon_sym_BANGis] = ACTIONS(4075), - [anon_sym_PLUS] = ACTIONS(4073), - [anon_sym_DASH] = ACTIONS(4073), - [anon_sym_SLASH] = ACTIONS(4073), - [anon_sym_PERCENT] = ACTIONS(4073), - [anon_sym_as_QMARK] = ACTIONS(4075), - [anon_sym_PLUS_PLUS] = ACTIONS(4075), - [anon_sym_DASH_DASH] = ACTIONS(4075), - [anon_sym_BANG_BANG] = ACTIONS(4075), - [anon_sym_suspend] = ACTIONS(4073), - [anon_sym_sealed] = ACTIONS(4073), - [anon_sym_annotation] = ACTIONS(4073), - [anon_sym_data] = ACTIONS(4073), - [anon_sym_inner] = ACTIONS(4073), - [anon_sym_override] = ACTIONS(4073), - [anon_sym_lateinit] = ACTIONS(4073), - [anon_sym_public] = ACTIONS(4073), - [anon_sym_private] = ACTIONS(4073), - [anon_sym_internal] = ACTIONS(4073), - [anon_sym_protected] = ACTIONS(4073), - [anon_sym_tailrec] = ACTIONS(4073), - [anon_sym_operator] = ACTIONS(4073), - [anon_sym_infix] = ACTIONS(4073), - [anon_sym_inline] = ACTIONS(4073), - [anon_sym_external] = ACTIONS(4073), - [sym_property_modifier] = ACTIONS(4073), - [anon_sym_abstract] = ACTIONS(4073), - [anon_sym_final] = ACTIONS(4073), - [anon_sym_open] = ACTIONS(4073), - [anon_sym_vararg] = ACTIONS(4073), - [anon_sym_noinline] = ACTIONS(4073), - [anon_sym_crossinline] = ACTIONS(4073), - [anon_sym_expect] = ACTIONS(4073), - [anon_sym_actual] = ACTIONS(4073), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4075), - [sym__automatic_semicolon] = ACTIONS(4075), - [sym_safe_nav] = ACTIONS(4075), + [sym__alpha_identifier] = ACTIONS(4646), + [anon_sym_AT] = ACTIONS(4648), + [anon_sym_LBRACK] = ACTIONS(4648), + [anon_sym_RBRACK] = ACTIONS(4648), + [anon_sym_as] = ACTIONS(4646), + [anon_sym_EQ] = ACTIONS(4646), + [anon_sym_LBRACE] = ACTIONS(4648), + [anon_sym_RBRACE] = ACTIONS(4648), + [anon_sym_LPAREN] = ACTIONS(4648), + [anon_sym_COMMA] = ACTIONS(4648), + [anon_sym_RPAREN] = ACTIONS(4648), + [anon_sym_by] = ACTIONS(4646), + [anon_sym_LT] = ACTIONS(4646), + [anon_sym_GT] = ACTIONS(4646), + [anon_sym_where] = ACTIONS(4646), + [anon_sym_DOT] = ACTIONS(4646), + [anon_sym_SEMI] = ACTIONS(4648), + [anon_sym_get] = ACTIONS(4646), + [anon_sym_set] = ACTIONS(4646), + [anon_sym_STAR] = ACTIONS(4646), + [anon_sym_DASH_GT] = ACTIONS(4648), + [sym_label] = ACTIONS(4648), + [anon_sym_in] = ACTIONS(4646), + [anon_sym_while] = ACTIONS(4646), + [anon_sym_DOT_DOT] = ACTIONS(4648), + [anon_sym_QMARK_COLON] = ACTIONS(4648), + [anon_sym_AMP_AMP] = ACTIONS(4648), + [anon_sym_PIPE_PIPE] = ACTIONS(4648), + [anon_sym_else] = ACTIONS(4646), + [anon_sym_COLON_COLON] = ACTIONS(4648), + [anon_sym_PLUS_EQ] = ACTIONS(4648), + [anon_sym_DASH_EQ] = ACTIONS(4648), + [anon_sym_STAR_EQ] = ACTIONS(4648), + [anon_sym_SLASH_EQ] = ACTIONS(4648), + [anon_sym_PERCENT_EQ] = ACTIONS(4648), + [anon_sym_BANG_EQ] = ACTIONS(4646), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4648), + [anon_sym_EQ_EQ] = ACTIONS(4646), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4648), + [anon_sym_LT_EQ] = ACTIONS(4648), + [anon_sym_GT_EQ] = ACTIONS(4648), + [anon_sym_BANGin] = ACTIONS(4648), + [anon_sym_is] = ACTIONS(4646), + [anon_sym_BANGis] = ACTIONS(4648), + [anon_sym_PLUS] = ACTIONS(4646), + [anon_sym_DASH] = ACTIONS(4646), + [anon_sym_SLASH] = ACTIONS(4646), + [anon_sym_PERCENT] = ACTIONS(4646), + [anon_sym_as_QMARK] = ACTIONS(4648), + [anon_sym_PLUS_PLUS] = ACTIONS(4648), + [anon_sym_DASH_DASH] = ACTIONS(4648), + [anon_sym_BANG_BANG] = ACTIONS(4648), + [anon_sym_suspend] = ACTIONS(4646), + [anon_sym_sealed] = ACTIONS(4646), + [anon_sym_annotation] = ACTIONS(4646), + [anon_sym_data] = ACTIONS(4646), + [anon_sym_inner] = ACTIONS(4646), + [anon_sym_override] = ACTIONS(4646), + [anon_sym_lateinit] = ACTIONS(4646), + [anon_sym_public] = ACTIONS(4646), + [anon_sym_private] = ACTIONS(4646), + [anon_sym_internal] = ACTIONS(4646), + [anon_sym_protected] = ACTIONS(4646), + [anon_sym_tailrec] = ACTIONS(4646), + [anon_sym_operator] = ACTIONS(4646), + [anon_sym_infix] = ACTIONS(4646), + [anon_sym_inline] = ACTIONS(4646), + [anon_sym_external] = ACTIONS(4646), + [sym_property_modifier] = ACTIONS(4646), + [anon_sym_abstract] = ACTIONS(4646), + [anon_sym_final] = ACTIONS(4646), + [anon_sym_open] = ACTIONS(4646), + [anon_sym_vararg] = ACTIONS(4646), + [anon_sym_noinline] = ACTIONS(4646), + [anon_sym_crossinline] = ACTIONS(4646), + [anon_sym_expect] = ACTIONS(4646), + [anon_sym_actual] = ACTIONS(4646), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4648), + [sym_safe_nav] = ACTIONS(4648), [sym_multiline_comment] = ACTIONS(3), }, [3010] = { - [sym_class_body] = STATE(3316), - [sym__alpha_identifier] = ACTIONS(4635), - [anon_sym_AT] = ACTIONS(4637), - [anon_sym_LBRACK] = ACTIONS(4637), - [anon_sym_as] = ACTIONS(4635), - [anon_sym_EQ] = ACTIONS(4635), - [anon_sym_LBRACE] = ACTIONS(3112), - [anon_sym_RBRACE] = ACTIONS(4637), - [anon_sym_LPAREN] = ACTIONS(4637), - [anon_sym_COMMA] = ACTIONS(4637), - [anon_sym_LT] = ACTIONS(4635), - [anon_sym_GT] = ACTIONS(4635), - [anon_sym_where] = ACTIONS(4635), - [anon_sym_object] = ACTIONS(4635), - [anon_sym_fun] = ACTIONS(4635), - [anon_sym_DOT] = ACTIONS(4635), - [anon_sym_SEMI] = ACTIONS(4637), - [anon_sym_get] = ACTIONS(4635), - [anon_sym_set] = ACTIONS(4635), - [anon_sym_this] = ACTIONS(4635), - [anon_sym_super] = ACTIONS(4635), - [anon_sym_STAR] = ACTIONS(4635), - [sym_label] = ACTIONS(4635), - [anon_sym_in] = ACTIONS(4635), - [anon_sym_DOT_DOT] = ACTIONS(4637), - [anon_sym_QMARK_COLON] = ACTIONS(4637), - [anon_sym_AMP_AMP] = ACTIONS(4637), - [anon_sym_PIPE_PIPE] = ACTIONS(4637), - [anon_sym_null] = ACTIONS(4635), - [anon_sym_if] = ACTIONS(4635), - [anon_sym_else] = ACTIONS(4635), - [anon_sym_when] = ACTIONS(4635), - [anon_sym_try] = ACTIONS(4635), - [anon_sym_throw] = ACTIONS(4635), - [anon_sym_return] = ACTIONS(4635), - [anon_sym_continue] = ACTIONS(4635), - [anon_sym_break] = ACTIONS(4635), - [anon_sym_COLON_COLON] = ACTIONS(4637), - [anon_sym_PLUS_EQ] = ACTIONS(4637), - [anon_sym_DASH_EQ] = ACTIONS(4637), - [anon_sym_STAR_EQ] = ACTIONS(4637), - [anon_sym_SLASH_EQ] = ACTIONS(4637), - [anon_sym_PERCENT_EQ] = ACTIONS(4637), - [anon_sym_BANG_EQ] = ACTIONS(4635), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4637), - [anon_sym_EQ_EQ] = ACTIONS(4635), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4637), - [anon_sym_LT_EQ] = ACTIONS(4637), - [anon_sym_GT_EQ] = ACTIONS(4637), - [anon_sym_BANGin] = ACTIONS(4637), - [anon_sym_is] = ACTIONS(4635), - [anon_sym_BANGis] = ACTIONS(4637), - [anon_sym_PLUS] = ACTIONS(4635), - [anon_sym_DASH] = ACTIONS(4635), - [anon_sym_SLASH] = ACTIONS(4635), - [anon_sym_PERCENT] = ACTIONS(4635), - [anon_sym_as_QMARK] = ACTIONS(4637), - [anon_sym_PLUS_PLUS] = ACTIONS(4637), - [anon_sym_DASH_DASH] = ACTIONS(4637), - [anon_sym_BANG] = ACTIONS(4635), - [anon_sym_BANG_BANG] = ACTIONS(4637), - [anon_sym_data] = ACTIONS(4635), - [anon_sym_inner] = ACTIONS(4635), - [anon_sym_expect] = ACTIONS(4635), - [anon_sym_actual] = ACTIONS(4635), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4637), - [anon_sym_continue_AT] = ACTIONS(4637), - [anon_sym_break_AT] = ACTIONS(4637), - [sym_real_literal] = ACTIONS(4637), - [sym_integer_literal] = ACTIONS(4635), - [sym_hex_literal] = ACTIONS(4637), - [sym_bin_literal] = ACTIONS(4637), - [anon_sym_true] = ACTIONS(4635), - [anon_sym_false] = ACTIONS(4635), - [anon_sym_SQUOTE] = ACTIONS(4637), - [sym__backtick_identifier] = ACTIONS(4637), - [sym__automatic_semicolon] = ACTIONS(4637), - [sym_safe_nav] = ACTIONS(4637), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4637), + [sym__alpha_identifier] = ACTIONS(4668), + [anon_sym_AT] = ACTIONS(4670), + [anon_sym_COLON] = ACTIONS(4668), + [anon_sym_LBRACK] = ACTIONS(4670), + [anon_sym_RBRACK] = ACTIONS(4670), + [anon_sym_as] = ACTIONS(4668), + [anon_sym_EQ] = ACTIONS(4668), + [anon_sym_LBRACE] = ACTIONS(4670), + [anon_sym_RBRACE] = ACTIONS(4670), + [anon_sym_LPAREN] = ACTIONS(4670), + [anon_sym_COMMA] = ACTIONS(4670), + [anon_sym_RPAREN] = ACTIONS(4670), + [anon_sym_LT] = ACTIONS(4668), + [anon_sym_GT] = ACTIONS(4668), + [anon_sym_where] = ACTIONS(4668), + [anon_sym_DOT] = ACTIONS(4668), + [anon_sym_SEMI] = ACTIONS(4670), + [anon_sym_get] = ACTIONS(4668), + [anon_sym_set] = ACTIONS(4668), + [anon_sym_STAR] = ACTIONS(4668), + [anon_sym_DASH_GT] = ACTIONS(4670), + [sym_label] = ACTIONS(4670), + [anon_sym_in] = ACTIONS(4668), + [anon_sym_while] = ACTIONS(4668), + [anon_sym_DOT_DOT] = ACTIONS(4670), + [anon_sym_QMARK_COLON] = ACTIONS(4670), + [anon_sym_AMP_AMP] = ACTIONS(4670), + [anon_sym_PIPE_PIPE] = ACTIONS(4670), + [anon_sym_else] = ACTIONS(4668), + [anon_sym_COLON_COLON] = ACTIONS(4670), + [anon_sym_PLUS_EQ] = ACTIONS(4670), + [anon_sym_DASH_EQ] = ACTIONS(4670), + [anon_sym_STAR_EQ] = ACTIONS(4670), + [anon_sym_SLASH_EQ] = ACTIONS(4670), + [anon_sym_PERCENT_EQ] = ACTIONS(4670), + [anon_sym_BANG_EQ] = ACTIONS(4668), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4670), + [anon_sym_EQ_EQ] = ACTIONS(4668), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4670), + [anon_sym_LT_EQ] = ACTIONS(4670), + [anon_sym_GT_EQ] = ACTIONS(4670), + [anon_sym_BANGin] = ACTIONS(4670), + [anon_sym_is] = ACTIONS(4668), + [anon_sym_BANGis] = ACTIONS(4670), + [anon_sym_PLUS] = ACTIONS(4668), + [anon_sym_DASH] = ACTIONS(4668), + [anon_sym_SLASH] = ACTIONS(4668), + [anon_sym_PERCENT] = ACTIONS(4668), + [anon_sym_as_QMARK] = ACTIONS(4670), + [anon_sym_PLUS_PLUS] = ACTIONS(4670), + [anon_sym_DASH_DASH] = ACTIONS(4670), + [anon_sym_BANG_BANG] = ACTIONS(4670), + [anon_sym_suspend] = ACTIONS(4668), + [anon_sym_sealed] = ACTIONS(4668), + [anon_sym_annotation] = ACTIONS(4668), + [anon_sym_data] = ACTIONS(4668), + [anon_sym_inner] = ACTIONS(4668), + [anon_sym_override] = ACTIONS(4668), + [anon_sym_lateinit] = ACTIONS(4668), + [anon_sym_public] = ACTIONS(4668), + [anon_sym_private] = ACTIONS(4668), + [anon_sym_internal] = ACTIONS(4668), + [anon_sym_protected] = ACTIONS(4668), + [anon_sym_tailrec] = ACTIONS(4668), + [anon_sym_operator] = ACTIONS(4668), + [anon_sym_infix] = ACTIONS(4668), + [anon_sym_inline] = ACTIONS(4668), + [anon_sym_external] = ACTIONS(4668), + [sym_property_modifier] = ACTIONS(4668), + [anon_sym_abstract] = ACTIONS(4668), + [anon_sym_final] = ACTIONS(4668), + [anon_sym_open] = ACTIONS(4668), + [anon_sym_vararg] = ACTIONS(4668), + [anon_sym_noinline] = ACTIONS(4668), + [anon_sym_crossinline] = ACTIONS(4668), + [anon_sym_expect] = ACTIONS(4668), + [anon_sym_actual] = ACTIONS(4668), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4670), + [sym_safe_nav] = ACTIONS(4670), + [sym_multiline_comment] = ACTIONS(3), }, [3011] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(1654), - [sym__comparison_operator] = STATE(1653), - [sym__in_operator] = STATE(1652), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1650), - [sym__multiplicative_operator] = STATE(1649), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1648), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [aux_sym__delegation_specifiers_repeat1] = STATE(3100), + [sym__alpha_identifier] = ACTIONS(4664), + [anon_sym_AT] = ACTIONS(4666), + [anon_sym_LBRACK] = ACTIONS(4666), + [anon_sym_RBRACK] = ACTIONS(4666), + [anon_sym_as] = ACTIONS(4664), + [anon_sym_EQ] = ACTIONS(4664), + [anon_sym_LBRACE] = ACTIONS(4666), + [anon_sym_RBRACE] = ACTIONS(4666), + [anon_sym_LPAREN] = ACTIONS(4666), + [anon_sym_COMMA] = ACTIONS(4666), + [anon_sym_RPAREN] = ACTIONS(4666), + [anon_sym_LT] = ACTIONS(4664), + [anon_sym_GT] = ACTIONS(4664), + [anon_sym_where] = ACTIONS(4664), + [anon_sym_DOT] = ACTIONS(4664), + [anon_sym_SEMI] = ACTIONS(4666), + [anon_sym_get] = ACTIONS(4664), + [anon_sym_set] = ACTIONS(4664), + [anon_sym_STAR] = ACTIONS(4664), + [anon_sym_DASH_GT] = ACTIONS(4666), + [sym_label] = ACTIONS(4666), + [anon_sym_in] = ACTIONS(4664), + [anon_sym_while] = ACTIONS(4664), + [anon_sym_DOT_DOT] = ACTIONS(4666), + [anon_sym_QMARK_COLON] = ACTIONS(4666), + [anon_sym_AMP_AMP] = ACTIONS(4666), + [anon_sym_PIPE_PIPE] = ACTIONS(4666), + [anon_sym_else] = ACTIONS(4664), + [anon_sym_COLON_COLON] = ACTIONS(4666), + [anon_sym_PLUS_EQ] = ACTIONS(4666), + [anon_sym_DASH_EQ] = ACTIONS(4666), + [anon_sym_STAR_EQ] = ACTIONS(4666), + [anon_sym_SLASH_EQ] = ACTIONS(4666), + [anon_sym_PERCENT_EQ] = ACTIONS(4666), + [anon_sym_BANG_EQ] = ACTIONS(4664), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4666), + [anon_sym_EQ_EQ] = ACTIONS(4664), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4666), + [anon_sym_LT_EQ] = ACTIONS(4666), + [anon_sym_GT_EQ] = ACTIONS(4666), + [anon_sym_BANGin] = ACTIONS(4666), + [anon_sym_is] = ACTIONS(4664), + [anon_sym_BANGis] = ACTIONS(4666), + [anon_sym_PLUS] = ACTIONS(4664), + [anon_sym_DASH] = ACTIONS(4664), + [anon_sym_SLASH] = ACTIONS(4664), + [anon_sym_PERCENT] = ACTIONS(4664), + [anon_sym_as_QMARK] = ACTIONS(4666), + [anon_sym_PLUS_PLUS] = ACTIONS(4666), + [anon_sym_DASH_DASH] = ACTIONS(4666), + [anon_sym_BANG_BANG] = ACTIONS(4666), + [anon_sym_suspend] = ACTIONS(4664), + [anon_sym_sealed] = ACTIONS(4664), + [anon_sym_annotation] = ACTIONS(4664), + [anon_sym_data] = ACTIONS(4664), + [anon_sym_inner] = ACTIONS(4664), + [anon_sym_override] = ACTIONS(4664), + [anon_sym_lateinit] = ACTIONS(4664), + [anon_sym_public] = ACTIONS(4664), + [anon_sym_private] = ACTIONS(4664), + [anon_sym_internal] = ACTIONS(4664), + [anon_sym_protected] = ACTIONS(4664), + [anon_sym_tailrec] = ACTIONS(4664), + [anon_sym_operator] = ACTIONS(4664), + [anon_sym_infix] = ACTIONS(4664), + [anon_sym_inline] = ACTIONS(4664), + [anon_sym_external] = ACTIONS(4664), + [sym_property_modifier] = ACTIONS(4664), + [anon_sym_abstract] = ACTIONS(4664), + [anon_sym_final] = ACTIONS(4664), + [anon_sym_open] = ACTIONS(4664), + [anon_sym_vararg] = ACTIONS(4664), + [anon_sym_noinline] = ACTIONS(4664), + [anon_sym_crossinline] = ACTIONS(4664), + [anon_sym_expect] = ACTIONS(4664), + [anon_sym_actual] = ACTIONS(4664), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4666), + [sym_safe_nav] = ACTIONS(4666), + [sym_multiline_comment] = ACTIONS(3), + }, + [3012] = { + [sym__alpha_identifier] = ACTIONS(4523), + [anon_sym_AT] = ACTIONS(4525), + [anon_sym_COLON] = ACTIONS(4523), + [anon_sym_LBRACK] = ACTIONS(4525), + [anon_sym_as] = ACTIONS(4523), + [anon_sym_EQ] = ACTIONS(4523), + [anon_sym_LBRACE] = ACTIONS(4525), + [anon_sym_RBRACE] = ACTIONS(4525), + [anon_sym_LPAREN] = ACTIONS(4525), + [anon_sym_COMMA] = ACTIONS(4525), + [anon_sym_LT] = ACTIONS(4523), + [anon_sym_GT] = ACTIONS(4523), + [anon_sym_where] = ACTIONS(4523), + [anon_sym_object] = ACTIONS(4523), + [anon_sym_fun] = ACTIONS(4523), + [anon_sym_DOT] = ACTIONS(4523), + [anon_sym_SEMI] = ACTIONS(4525), + [anon_sym_get] = ACTIONS(4523), + [anon_sym_set] = ACTIONS(4523), + [anon_sym_this] = ACTIONS(4523), + [anon_sym_super] = ACTIONS(4523), + [anon_sym_STAR] = ACTIONS(4523), + [sym_label] = ACTIONS(4523), + [anon_sym_in] = ACTIONS(4523), + [anon_sym_DOT_DOT] = ACTIONS(4525), + [anon_sym_QMARK_COLON] = ACTIONS(4525), + [anon_sym_AMP_AMP] = ACTIONS(4525), + [anon_sym_PIPE_PIPE] = ACTIONS(4525), + [anon_sym_null] = ACTIONS(4523), + [anon_sym_if] = ACTIONS(4523), + [anon_sym_else] = ACTIONS(4523), + [anon_sym_when] = ACTIONS(4523), + [anon_sym_try] = ACTIONS(4523), + [anon_sym_throw] = ACTIONS(4523), + [anon_sym_return] = ACTIONS(4523), + [anon_sym_continue] = ACTIONS(4523), + [anon_sym_break] = ACTIONS(4523), + [anon_sym_COLON_COLON] = ACTIONS(4525), + [anon_sym_PLUS_EQ] = ACTIONS(4525), + [anon_sym_DASH_EQ] = ACTIONS(4525), + [anon_sym_STAR_EQ] = ACTIONS(4525), + [anon_sym_SLASH_EQ] = ACTIONS(4525), + [anon_sym_PERCENT_EQ] = ACTIONS(4525), + [anon_sym_BANG_EQ] = ACTIONS(4523), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4525), + [anon_sym_EQ_EQ] = ACTIONS(4523), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4525), + [anon_sym_LT_EQ] = ACTIONS(4525), + [anon_sym_GT_EQ] = ACTIONS(4525), + [anon_sym_BANGin] = ACTIONS(4525), + [anon_sym_is] = ACTIONS(4523), + [anon_sym_BANGis] = ACTIONS(4525), + [anon_sym_PLUS] = ACTIONS(4523), + [anon_sym_DASH] = ACTIONS(4523), + [anon_sym_SLASH] = ACTIONS(4523), + [anon_sym_PERCENT] = ACTIONS(4523), + [anon_sym_as_QMARK] = ACTIONS(4525), + [anon_sym_PLUS_PLUS] = ACTIONS(4525), + [anon_sym_DASH_DASH] = ACTIONS(4525), + [anon_sym_BANG] = ACTIONS(4523), + [anon_sym_BANG_BANG] = ACTIONS(4525), + [anon_sym_data] = ACTIONS(4523), + [anon_sym_inner] = ACTIONS(4523), + [anon_sym_expect] = ACTIONS(4523), + [anon_sym_actual] = ACTIONS(4523), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4525), + [anon_sym_continue_AT] = ACTIONS(4525), + [anon_sym_break_AT] = ACTIONS(4525), + [sym_real_literal] = ACTIONS(4525), + [sym_integer_literal] = ACTIONS(4523), + [sym_hex_literal] = ACTIONS(4525), + [sym_bin_literal] = ACTIONS(4525), + [anon_sym_true] = ACTIONS(4523), + [anon_sym_false] = ACTIONS(4523), + [anon_sym_SQUOTE] = ACTIONS(4525), + [sym__backtick_identifier] = ACTIONS(4525), + [sym__automatic_semicolon] = ACTIONS(4525), + [sym_safe_nav] = ACTIONS(4525), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4525), + }, + [3013] = { + [sym__alpha_identifier] = ACTIONS(4587), + [anon_sym_AT] = ACTIONS(4589), + [anon_sym_COLON] = ACTIONS(4587), + [anon_sym_LBRACK] = ACTIONS(4589), + [anon_sym_as] = ACTIONS(4587), + [anon_sym_EQ] = ACTIONS(4587), + [anon_sym_LBRACE] = ACTIONS(4589), + [anon_sym_RBRACE] = ACTIONS(4589), + [anon_sym_LPAREN] = ACTIONS(4589), + [anon_sym_COMMA] = ACTIONS(4589), + [anon_sym_LT] = ACTIONS(4587), + [anon_sym_GT] = ACTIONS(4587), + [anon_sym_where] = ACTIONS(4587), + [anon_sym_object] = ACTIONS(4587), + [anon_sym_fun] = ACTIONS(4587), + [anon_sym_DOT] = ACTIONS(4587), + [anon_sym_SEMI] = ACTIONS(4589), + [anon_sym_get] = ACTIONS(4587), + [anon_sym_set] = ACTIONS(4587), + [anon_sym_this] = ACTIONS(4587), + [anon_sym_super] = ACTIONS(4587), + [anon_sym_STAR] = ACTIONS(4587), + [sym_label] = ACTIONS(4587), + [anon_sym_in] = ACTIONS(4587), + [anon_sym_DOT_DOT] = ACTIONS(4589), + [anon_sym_QMARK_COLON] = ACTIONS(4589), + [anon_sym_AMP_AMP] = ACTIONS(4589), + [anon_sym_PIPE_PIPE] = ACTIONS(4589), + [anon_sym_null] = ACTIONS(4587), + [anon_sym_if] = ACTIONS(4587), + [anon_sym_else] = ACTIONS(4587), + [anon_sym_when] = ACTIONS(4587), + [anon_sym_try] = ACTIONS(4587), + [anon_sym_throw] = ACTIONS(4587), + [anon_sym_return] = ACTIONS(4587), + [anon_sym_continue] = ACTIONS(4587), + [anon_sym_break] = ACTIONS(4587), + [anon_sym_COLON_COLON] = ACTIONS(4589), + [anon_sym_PLUS_EQ] = ACTIONS(4589), + [anon_sym_DASH_EQ] = ACTIONS(4589), + [anon_sym_STAR_EQ] = ACTIONS(4589), + [anon_sym_SLASH_EQ] = ACTIONS(4589), + [anon_sym_PERCENT_EQ] = ACTIONS(4589), + [anon_sym_BANG_EQ] = ACTIONS(4587), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4589), + [anon_sym_EQ_EQ] = ACTIONS(4587), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4589), + [anon_sym_LT_EQ] = ACTIONS(4589), + [anon_sym_GT_EQ] = ACTIONS(4589), + [anon_sym_BANGin] = ACTIONS(4589), + [anon_sym_is] = ACTIONS(4587), + [anon_sym_BANGis] = ACTIONS(4589), + [anon_sym_PLUS] = ACTIONS(4587), + [anon_sym_DASH] = ACTIONS(4587), + [anon_sym_SLASH] = ACTIONS(4587), + [anon_sym_PERCENT] = ACTIONS(4587), + [anon_sym_as_QMARK] = ACTIONS(4589), + [anon_sym_PLUS_PLUS] = ACTIONS(4589), + [anon_sym_DASH_DASH] = ACTIONS(4589), + [anon_sym_BANG] = ACTIONS(4587), + [anon_sym_BANG_BANG] = ACTIONS(4589), + [anon_sym_data] = ACTIONS(4587), + [anon_sym_inner] = ACTIONS(4587), + [anon_sym_expect] = ACTIONS(4587), + [anon_sym_actual] = ACTIONS(4587), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4589), + [anon_sym_continue_AT] = ACTIONS(4589), + [anon_sym_break_AT] = ACTIONS(4589), + [sym_real_literal] = ACTIONS(4589), + [sym_integer_literal] = ACTIONS(4587), + [sym_hex_literal] = ACTIONS(4589), + [sym_bin_literal] = ACTIONS(4589), + [anon_sym_true] = ACTIONS(4587), + [anon_sym_false] = ACTIONS(4587), + [anon_sym_SQUOTE] = ACTIONS(4589), + [sym__backtick_identifier] = ACTIONS(4589), + [sym__automatic_semicolon] = ACTIONS(4589), + [sym_safe_nav] = ACTIONS(4589), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4589), + }, + [3014] = { + [sym_catch_block] = STATE(3014), + [aux_sym_try_expression_repeat1] = STATE(3014), + [sym__alpha_identifier] = ACTIONS(4125), + [anon_sym_AT] = ACTIONS(4127), + [anon_sym_LBRACK] = ACTIONS(4127), + [anon_sym_as] = ACTIONS(4125), + [anon_sym_EQ] = ACTIONS(4125), + [anon_sym_LBRACE] = ACTIONS(4127), + [anon_sym_RBRACE] = ACTIONS(4127), + [anon_sym_LPAREN] = ACTIONS(4127), + [anon_sym_COMMA] = ACTIONS(4127), + [anon_sym_LT] = ACTIONS(4125), + [anon_sym_GT] = ACTIONS(4125), + [anon_sym_where] = ACTIONS(4125), + [anon_sym_DOT] = ACTIONS(4125), + [anon_sym_SEMI] = ACTIONS(4127), + [anon_sym_get] = ACTIONS(4125), + [anon_sym_set] = ACTIONS(4125), + [anon_sym_STAR] = ACTIONS(4125), + [sym_label] = ACTIONS(4127), + [anon_sym_in] = ACTIONS(4125), + [anon_sym_DOT_DOT] = ACTIONS(4127), + [anon_sym_QMARK_COLON] = ACTIONS(4127), + [anon_sym_AMP_AMP] = ACTIONS(4127), + [anon_sym_PIPE_PIPE] = ACTIONS(4127), + [anon_sym_else] = ACTIONS(4125), + [anon_sym_catch] = ACTIONS(6447), + [anon_sym_finally] = ACTIONS(4125), + [anon_sym_COLON_COLON] = ACTIONS(4127), + [anon_sym_PLUS_EQ] = ACTIONS(4127), + [anon_sym_DASH_EQ] = ACTIONS(4127), + [anon_sym_STAR_EQ] = ACTIONS(4127), + [anon_sym_SLASH_EQ] = ACTIONS(4127), + [anon_sym_PERCENT_EQ] = ACTIONS(4127), + [anon_sym_BANG_EQ] = ACTIONS(4125), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4127), + [anon_sym_EQ_EQ] = ACTIONS(4125), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4127), + [anon_sym_LT_EQ] = ACTIONS(4127), + [anon_sym_GT_EQ] = ACTIONS(4127), + [anon_sym_BANGin] = ACTIONS(4127), + [anon_sym_is] = ACTIONS(4125), + [anon_sym_BANGis] = ACTIONS(4127), + [anon_sym_PLUS] = ACTIONS(4125), + [anon_sym_DASH] = ACTIONS(4125), + [anon_sym_SLASH] = ACTIONS(4125), + [anon_sym_PERCENT] = ACTIONS(4125), + [anon_sym_as_QMARK] = ACTIONS(4127), + [anon_sym_PLUS_PLUS] = ACTIONS(4127), + [anon_sym_DASH_DASH] = ACTIONS(4127), + [anon_sym_BANG_BANG] = ACTIONS(4127), + [anon_sym_suspend] = ACTIONS(4125), + [anon_sym_sealed] = ACTIONS(4125), + [anon_sym_annotation] = ACTIONS(4125), + [anon_sym_data] = ACTIONS(4125), + [anon_sym_inner] = ACTIONS(4125), + [anon_sym_override] = ACTIONS(4125), + [anon_sym_lateinit] = ACTIONS(4125), + [anon_sym_public] = ACTIONS(4125), + [anon_sym_private] = ACTIONS(4125), + [anon_sym_internal] = ACTIONS(4125), + [anon_sym_protected] = ACTIONS(4125), + [anon_sym_tailrec] = ACTIONS(4125), + [anon_sym_operator] = ACTIONS(4125), + [anon_sym_infix] = ACTIONS(4125), + [anon_sym_inline] = ACTIONS(4125), + [anon_sym_external] = ACTIONS(4125), + [sym_property_modifier] = ACTIONS(4125), + [anon_sym_abstract] = ACTIONS(4125), + [anon_sym_final] = ACTIONS(4125), + [anon_sym_open] = ACTIONS(4125), + [anon_sym_vararg] = ACTIONS(4125), + [anon_sym_noinline] = ACTIONS(4125), + [anon_sym_crossinline] = ACTIONS(4125), + [anon_sym_expect] = ACTIONS(4125), + [anon_sym_actual] = ACTIONS(4125), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4127), + [sym__automatic_semicolon] = ACTIONS(4127), + [sym_safe_nav] = ACTIONS(4127), + [sym_multiline_comment] = ACTIONS(3), + }, + [3015] = { + [aux_sym_user_type_repeat1] = STATE(3015), + [sym__alpha_identifier] = ACTIONS(4272), + [anon_sym_AT] = ACTIONS(4274), + [anon_sym_LBRACK] = ACTIONS(4274), + [anon_sym_EQ] = ACTIONS(4274), + [anon_sym_LBRACE] = ACTIONS(4274), + [anon_sym_RBRACE] = ACTIONS(4274), + [anon_sym_LPAREN] = ACTIONS(4274), + [anon_sym_COMMA] = ACTIONS(4274), + [anon_sym_by] = ACTIONS(4272), + [anon_sym_where] = ACTIONS(4272), + [anon_sym_object] = ACTIONS(4272), + [anon_sym_fun] = ACTIONS(4272), + [anon_sym_DOT] = ACTIONS(6450), + [anon_sym_SEMI] = ACTIONS(4274), + [anon_sym_get] = ACTIONS(4272), + [anon_sym_set] = ACTIONS(4272), + [anon_sym_this] = ACTIONS(4272), + [anon_sym_super] = ACTIONS(4272), + [sym__quest] = ACTIONS(4274), + [anon_sym_STAR] = ACTIONS(4274), + [sym_label] = ACTIONS(4272), + [anon_sym_in] = ACTIONS(4272), + [anon_sym_null] = ACTIONS(4272), + [anon_sym_if] = ACTIONS(4272), + [anon_sym_else] = ACTIONS(4272), + [anon_sym_when] = ACTIONS(4272), + [anon_sym_try] = ACTIONS(4272), + [anon_sym_throw] = ACTIONS(4272), + [anon_sym_return] = ACTIONS(4272), + [anon_sym_continue] = ACTIONS(4272), + [anon_sym_break] = ACTIONS(4272), + [anon_sym_COLON_COLON] = ACTIONS(4274), + [anon_sym_BANGin] = ACTIONS(4274), + [anon_sym_is] = ACTIONS(4272), + [anon_sym_BANGis] = ACTIONS(4274), + [anon_sym_PLUS] = ACTIONS(4272), + [anon_sym_DASH] = ACTIONS(4272), + [anon_sym_PLUS_PLUS] = ACTIONS(4274), + [anon_sym_DASH_DASH] = ACTIONS(4274), + [anon_sym_BANG] = ACTIONS(4272), + [anon_sym_suspend] = ACTIONS(4272), + [anon_sym_sealed] = ACTIONS(4272), + [anon_sym_annotation] = ACTIONS(4272), + [anon_sym_data] = ACTIONS(4272), + [anon_sym_inner] = ACTIONS(4272), + [anon_sym_override] = ACTIONS(4272), + [anon_sym_lateinit] = ACTIONS(4272), + [anon_sym_public] = ACTIONS(4272), + [anon_sym_private] = ACTIONS(4272), + [anon_sym_internal] = ACTIONS(4272), + [anon_sym_protected] = ACTIONS(4272), + [anon_sym_tailrec] = ACTIONS(4272), + [anon_sym_operator] = ACTIONS(4272), + [anon_sym_infix] = ACTIONS(4272), + [anon_sym_inline] = ACTIONS(4272), + [anon_sym_external] = ACTIONS(4272), + [sym_property_modifier] = ACTIONS(4272), + [anon_sym_abstract] = ACTIONS(4272), + [anon_sym_final] = ACTIONS(4272), + [anon_sym_open] = ACTIONS(4272), + [anon_sym_vararg] = ACTIONS(4272), + [anon_sym_noinline] = ACTIONS(4272), + [anon_sym_crossinline] = ACTIONS(4272), + [anon_sym_expect] = ACTIONS(4272), + [anon_sym_actual] = ACTIONS(4272), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4274), + [anon_sym_continue_AT] = ACTIONS(4274), + [anon_sym_break_AT] = ACTIONS(4274), + [sym_real_literal] = ACTIONS(4274), + [sym_integer_literal] = ACTIONS(4272), + [sym_hex_literal] = ACTIONS(4274), + [sym_bin_literal] = ACTIONS(4274), + [anon_sym_true] = ACTIONS(4272), + [anon_sym_false] = ACTIONS(4272), + [anon_sym_SQUOTE] = ACTIONS(4274), + [sym__backtick_identifier] = ACTIONS(4274), + [sym__automatic_semicolon] = ACTIONS(4274), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4274), + }, + [3016] = { + [sym_class_body] = STATE(3121), + [sym__alpha_identifier] = ACTIONS(4303), + [anon_sym_AT] = ACTIONS(4305), + [anon_sym_LBRACK] = ACTIONS(4305), + [anon_sym_as] = ACTIONS(4303), + [anon_sym_EQ] = ACTIONS(4303), + [anon_sym_LBRACE] = ACTIONS(3144), + [anon_sym_RBRACE] = ACTIONS(4305), + [anon_sym_LPAREN] = ACTIONS(4305), + [anon_sym_COMMA] = ACTIONS(4305), + [anon_sym_LT] = ACTIONS(4303), + [anon_sym_GT] = ACTIONS(4303), + [anon_sym_where] = ACTIONS(4303), + [anon_sym_object] = ACTIONS(4303), + [anon_sym_fun] = ACTIONS(4303), + [anon_sym_DOT] = ACTIONS(4303), + [anon_sym_SEMI] = ACTIONS(4305), + [anon_sym_get] = ACTIONS(4303), + [anon_sym_set] = ACTIONS(4303), + [anon_sym_this] = ACTIONS(4303), + [anon_sym_super] = ACTIONS(4303), + [anon_sym_STAR] = ACTIONS(4303), + [sym_label] = ACTIONS(4303), + [anon_sym_in] = ACTIONS(4303), + [anon_sym_DOT_DOT] = ACTIONS(4305), + [anon_sym_QMARK_COLON] = ACTIONS(4305), + [anon_sym_AMP_AMP] = ACTIONS(4305), + [anon_sym_PIPE_PIPE] = ACTIONS(4305), + [anon_sym_null] = ACTIONS(4303), + [anon_sym_if] = ACTIONS(4303), + [anon_sym_else] = ACTIONS(4303), + [anon_sym_when] = ACTIONS(4303), + [anon_sym_try] = ACTIONS(4303), + [anon_sym_throw] = ACTIONS(4303), + [anon_sym_return] = ACTIONS(4303), + [anon_sym_continue] = ACTIONS(4303), + [anon_sym_break] = ACTIONS(4303), + [anon_sym_COLON_COLON] = ACTIONS(4305), + [anon_sym_PLUS_EQ] = ACTIONS(4305), + [anon_sym_DASH_EQ] = ACTIONS(4305), + [anon_sym_STAR_EQ] = ACTIONS(4305), + [anon_sym_SLASH_EQ] = ACTIONS(4305), + [anon_sym_PERCENT_EQ] = ACTIONS(4305), + [anon_sym_BANG_EQ] = ACTIONS(4303), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4305), + [anon_sym_EQ_EQ] = ACTIONS(4303), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4305), + [anon_sym_LT_EQ] = ACTIONS(4305), + [anon_sym_GT_EQ] = ACTIONS(4305), + [anon_sym_BANGin] = ACTIONS(4305), + [anon_sym_is] = ACTIONS(4303), + [anon_sym_BANGis] = ACTIONS(4305), + [anon_sym_PLUS] = ACTIONS(4303), + [anon_sym_DASH] = ACTIONS(4303), + [anon_sym_SLASH] = ACTIONS(4303), + [anon_sym_PERCENT] = ACTIONS(4303), + [anon_sym_as_QMARK] = ACTIONS(4305), + [anon_sym_PLUS_PLUS] = ACTIONS(4305), + [anon_sym_DASH_DASH] = ACTIONS(4305), + [anon_sym_BANG] = ACTIONS(4303), + [anon_sym_BANG_BANG] = ACTIONS(4305), + [anon_sym_data] = ACTIONS(4303), + [anon_sym_inner] = ACTIONS(4303), + [anon_sym_expect] = ACTIONS(4303), + [anon_sym_actual] = ACTIONS(4303), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4305), + [anon_sym_continue_AT] = ACTIONS(4305), + [anon_sym_break_AT] = ACTIONS(4305), + [sym_real_literal] = ACTIONS(4305), + [sym_integer_literal] = ACTIONS(4303), + [sym_hex_literal] = ACTIONS(4305), + [sym_bin_literal] = ACTIONS(4305), + [anon_sym_true] = ACTIONS(4303), + [anon_sym_false] = ACTIONS(4303), + [anon_sym_SQUOTE] = ACTIONS(4305), + [sym__backtick_identifier] = ACTIONS(4305), + [sym__automatic_semicolon] = ACTIONS(4305), + [sym_safe_nav] = ACTIONS(4305), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4305), + }, + [3017] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(1883), + [sym__comparison_operator] = STATE(1876), + [sym__in_operator] = STATE(1873), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(1866), + [sym__multiplicative_operator] = STATE(1865), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1725), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), + [sym__alpha_identifier] = ACTIONS(3075), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_RBRACK] = ACTIONS(3077), + [anon_sym_as] = ACTIONS(6403), + [anon_sym_EQ] = ACTIONS(3075), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_RBRACE] = ACTIONS(3077), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_COMMA] = ACTIONS(3077), + [anon_sym_RPAREN] = ACTIONS(3077), + [anon_sym_LT] = ACTIONS(3079), + [anon_sym_GT] = ACTIONS(3075), + [anon_sym_where] = ACTIONS(3075), + [anon_sym_DOT] = ACTIONS(6409), + [anon_sym_SEMI] = ACTIONS(3077), + [anon_sym_get] = ACTIONS(3075), + [anon_sym_set] = ACTIONS(3075), + [anon_sym_STAR] = ACTIONS(6411), + [anon_sym_DASH_GT] = ACTIONS(3077), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(3075), + [anon_sym_while] = ACTIONS(3075), + [anon_sym_DOT_DOT] = ACTIONS(3077), + [anon_sym_QMARK_COLON] = ACTIONS(3077), + [anon_sym_AMP_AMP] = ACTIONS(3077), + [anon_sym_PIPE_PIPE] = ACTIONS(3077), + [anon_sym_else] = ACTIONS(3075), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_PLUS_EQ] = ACTIONS(3077), + [anon_sym_DASH_EQ] = ACTIONS(3077), + [anon_sym_STAR_EQ] = ACTIONS(3077), + [anon_sym_SLASH_EQ] = ACTIONS(3077), + [anon_sym_PERCENT_EQ] = ACTIONS(3077), + [anon_sym_BANG_EQ] = ACTIONS(3075), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3077), + [anon_sym_EQ_EQ] = ACTIONS(3075), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3077), + [anon_sym_LT_EQ] = ACTIONS(3077), + [anon_sym_GT_EQ] = ACTIONS(3077), + [anon_sym_BANGin] = ACTIONS(3077), + [anon_sym_is] = ACTIONS(3075), + [anon_sym_BANGis] = ACTIONS(3077), + [anon_sym_PLUS] = ACTIONS(6439), + [anon_sym_DASH] = ACTIONS(6439), + [anon_sym_SLASH] = ACTIONS(6411), + [anon_sym_PERCENT] = ACTIONS(6411), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), + [anon_sym_data] = ACTIONS(3075), + [anon_sym_inner] = ACTIONS(3075), + [anon_sym_expect] = ACTIONS(3075), + [anon_sym_actual] = ACTIONS(3075), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3077), + [sym_safe_nav] = ACTIONS(6425), + [sym_multiline_comment] = ACTIONS(3), + }, + [3018] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(1883), + [sym__comparison_operator] = STATE(1876), + [sym__in_operator] = STATE(1873), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(1866), + [sym__multiplicative_operator] = STATE(1865), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1725), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_RBRACK] = ACTIONS(2993), - [anon_sym_as] = ACTIONS(6381), - [anon_sym_EQ] = ACTIONS(2991), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_RBRACK] = ACTIONS(3054), + [anon_sym_as] = ACTIONS(6403), + [anon_sym_EQ] = ACTIONS(3052), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(2993), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_COMMA] = ACTIONS(2993), - [anon_sym_RPAREN] = ACTIONS(2993), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(6385), - [anon_sym_where] = ACTIONS(2991), - [anon_sym_DOT] = ACTIONS(6387), - [anon_sym_SEMI] = ACTIONS(2993), + [anon_sym_RBRACE] = ACTIONS(3054), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_COMMA] = ACTIONS(3054), + [anon_sym_RPAREN] = ACTIONS(3054), + [anon_sym_LT] = ACTIONS(3056), + [anon_sym_GT] = ACTIONS(3052), + [anon_sym_where] = ACTIONS(3052), + [anon_sym_DOT] = ACTIONS(6409), + [anon_sym_SEMI] = ACTIONS(3054), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(6389), - [anon_sym_DASH_GT] = ACTIONS(2993), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(6393), - [anon_sym_while] = ACTIONS(2991), - [anon_sym_DOT_DOT] = ACTIONS(6395), - [anon_sym_QMARK_COLON] = ACTIONS(6397), - [anon_sym_AMP_AMP] = ACTIONS(2993), - [anon_sym_PIPE_PIPE] = ACTIONS(2993), - [anon_sym_else] = ACTIONS(2991), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_PLUS_EQ] = ACTIONS(2993), - [anon_sym_DASH_EQ] = ACTIONS(2993), - [anon_sym_STAR_EQ] = ACTIONS(2993), - [anon_sym_SLASH_EQ] = ACTIONS(2993), - [anon_sym_PERCENT_EQ] = ACTIONS(2993), - [anon_sym_BANG_EQ] = ACTIONS(6405), - [anon_sym_BANG_EQ_EQ] = ACTIONS(6407), - [anon_sym_EQ_EQ] = ACTIONS(6405), - [anon_sym_EQ_EQ_EQ] = ACTIONS(6407), - [anon_sym_LT_EQ] = ACTIONS(6409), - [anon_sym_GT_EQ] = ACTIONS(6409), - [anon_sym_BANGin] = ACTIONS(6411), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(6417), - [anon_sym_DASH] = ACTIONS(6417), - [anon_sym_SLASH] = ACTIONS(6389), - [anon_sym_PERCENT] = ACTIONS(6389), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(6411), + [anon_sym_DASH_GT] = ACTIONS(3054), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(3052), + [anon_sym_while] = ACTIONS(3052), + [anon_sym_DOT_DOT] = ACTIONS(6417), + [anon_sym_QMARK_COLON] = ACTIONS(3054), + [anon_sym_AMP_AMP] = ACTIONS(3054), + [anon_sym_PIPE_PIPE] = ACTIONS(3054), + [anon_sym_else] = ACTIONS(3052), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_PLUS_EQ] = ACTIONS(3054), + [anon_sym_DASH_EQ] = ACTIONS(3054), + [anon_sym_STAR_EQ] = ACTIONS(3054), + [anon_sym_SLASH_EQ] = ACTIONS(3054), + [anon_sym_PERCENT_EQ] = ACTIONS(3054), + [anon_sym_BANG_EQ] = ACTIONS(3052), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3054), + [anon_sym_EQ_EQ] = ACTIONS(3052), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3054), + [anon_sym_LT_EQ] = ACTIONS(3054), + [anon_sym_GT_EQ] = ACTIONS(3054), + [anon_sym_BANGin] = ACTIONS(3054), + [anon_sym_is] = ACTIONS(3052), + [anon_sym_BANGis] = ACTIONS(3054), + [anon_sym_PLUS] = ACTIONS(6439), + [anon_sym_DASH] = ACTIONS(6439), + [anon_sym_SLASH] = ACTIONS(6411), + [anon_sym_PERCENT] = ACTIONS(6411), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [3012] = { - [sym__alpha_identifier] = ACTIONS(4609), - [anon_sym_AT] = ACTIONS(4611), - [anon_sym_LBRACK] = ACTIONS(4611), - [anon_sym_as] = ACTIONS(4609), - [anon_sym_EQ] = ACTIONS(4609), - [anon_sym_LBRACE] = ACTIONS(4611), - [anon_sym_RBRACE] = ACTIONS(4611), - [anon_sym_LPAREN] = ACTIONS(4611), - [anon_sym_COMMA] = ACTIONS(4611), - [anon_sym_LT] = ACTIONS(4609), - [anon_sym_GT] = ACTIONS(4609), - [anon_sym_where] = ACTIONS(4609), - [anon_sym_object] = ACTIONS(4609), - [anon_sym_fun] = ACTIONS(4609), - [anon_sym_DOT] = ACTIONS(4609), - [anon_sym_SEMI] = ACTIONS(4611), - [anon_sym_get] = ACTIONS(4609), - [anon_sym_set] = ACTIONS(4609), - [anon_sym_this] = ACTIONS(4609), - [anon_sym_super] = ACTIONS(4609), - [anon_sym_STAR] = ACTIONS(4609), - [sym_label] = ACTIONS(4609), - [anon_sym_in] = ACTIONS(4609), - [anon_sym_DOT_DOT] = ACTIONS(4611), - [anon_sym_QMARK_COLON] = ACTIONS(4611), - [anon_sym_AMP_AMP] = ACTIONS(4611), - [anon_sym_PIPE_PIPE] = ACTIONS(4611), - [anon_sym_null] = ACTIONS(4609), - [anon_sym_if] = ACTIONS(4609), - [anon_sym_else] = ACTIONS(4609), - [anon_sym_when] = ACTIONS(4609), - [anon_sym_try] = ACTIONS(4609), - [anon_sym_throw] = ACTIONS(4609), - [anon_sym_return] = ACTIONS(4609), - [anon_sym_continue] = ACTIONS(4609), - [anon_sym_break] = ACTIONS(4609), - [anon_sym_COLON_COLON] = ACTIONS(4611), - [anon_sym_PLUS_EQ] = ACTIONS(4611), - [anon_sym_DASH_EQ] = ACTIONS(4611), - [anon_sym_STAR_EQ] = ACTIONS(4611), - [anon_sym_SLASH_EQ] = ACTIONS(4611), - [anon_sym_PERCENT_EQ] = ACTIONS(4611), - [anon_sym_BANG_EQ] = ACTIONS(4609), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4611), - [anon_sym_EQ_EQ] = ACTIONS(4609), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4611), - [anon_sym_LT_EQ] = ACTIONS(4611), - [anon_sym_GT_EQ] = ACTIONS(4611), - [anon_sym_BANGin] = ACTIONS(4611), - [anon_sym_is] = ACTIONS(4609), - [anon_sym_BANGis] = ACTIONS(4611), - [anon_sym_PLUS] = ACTIONS(4609), - [anon_sym_DASH] = ACTIONS(4609), - [anon_sym_SLASH] = ACTIONS(4609), - [anon_sym_PERCENT] = ACTIONS(4609), - [anon_sym_as_QMARK] = ACTIONS(4611), - [anon_sym_PLUS_PLUS] = ACTIONS(4611), - [anon_sym_DASH_DASH] = ACTIONS(4611), - [anon_sym_BANG] = ACTIONS(4609), - [anon_sym_BANG_BANG] = ACTIONS(4611), - [anon_sym_data] = ACTIONS(4609), - [anon_sym_inner] = ACTIONS(4609), - [anon_sym_expect] = ACTIONS(4609), - [anon_sym_actual] = ACTIONS(4609), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4611), - [anon_sym_continue_AT] = ACTIONS(4611), - [anon_sym_break_AT] = ACTIONS(4611), - [sym_real_literal] = ACTIONS(4611), - [sym_integer_literal] = ACTIONS(4609), - [sym_hex_literal] = ACTIONS(4611), - [sym_bin_literal] = ACTIONS(4611), - [anon_sym_L] = ACTIONS(6436), - [anon_sym_true] = ACTIONS(4609), - [anon_sym_false] = ACTIONS(4609), - [anon_sym_SQUOTE] = ACTIONS(4611), - [sym__backtick_identifier] = ACTIONS(4611), - [sym__automatic_semicolon] = ACTIONS(4611), - [sym_safe_nav] = ACTIONS(4611), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4611), - }, - [3013] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(1654), - [sym__comparison_operator] = STATE(1653), - [sym__in_operator] = STATE(1652), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1650), - [sym__multiplicative_operator] = STATE(1649), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1648), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [3019] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(1883), + [sym__comparison_operator] = STATE(1876), + [sym__in_operator] = STATE(1873), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(1866), + [sym__multiplicative_operator] = STATE(1865), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1725), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_RBRACK] = ACTIONS(3085), - [anon_sym_as] = ACTIONS(6381), - [anon_sym_EQ] = ACTIONS(3083), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_RBRACK] = ACTIONS(3084), + [anon_sym_as] = ACTIONS(6403), + [anon_sym_EQ] = ACTIONS(3082), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(3085), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_COMMA] = ACTIONS(3085), - [anon_sym_RPAREN] = ACTIONS(3085), - [anon_sym_LT] = ACTIONS(3087), - [anon_sym_GT] = ACTIONS(3083), - [anon_sym_where] = ACTIONS(3083), - [anon_sym_DOT] = ACTIONS(6387), - [anon_sym_SEMI] = ACTIONS(3085), + [anon_sym_RBRACE] = ACTIONS(3084), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_COMMA] = ACTIONS(3084), + [anon_sym_RPAREN] = ACTIONS(3084), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(6407), + [anon_sym_where] = ACTIONS(3082), + [anon_sym_DOT] = ACTIONS(6409), + [anon_sym_SEMI] = ACTIONS(3084), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(6389), - [anon_sym_DASH_GT] = ACTIONS(3085), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(3083), - [anon_sym_while] = ACTIONS(3083), - [anon_sym_DOT_DOT] = ACTIONS(6395), - [anon_sym_QMARK_COLON] = ACTIONS(3085), - [anon_sym_AMP_AMP] = ACTIONS(3085), - [anon_sym_PIPE_PIPE] = ACTIONS(3085), - [anon_sym_else] = ACTIONS(3083), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_PLUS_EQ] = ACTIONS(3085), - [anon_sym_DASH_EQ] = ACTIONS(3085), - [anon_sym_STAR_EQ] = ACTIONS(3085), - [anon_sym_SLASH_EQ] = ACTIONS(3085), - [anon_sym_PERCENT_EQ] = ACTIONS(3085), - [anon_sym_BANG_EQ] = ACTIONS(3083), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3085), - [anon_sym_EQ_EQ] = ACTIONS(3083), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3085), - [anon_sym_LT_EQ] = ACTIONS(3085), - [anon_sym_GT_EQ] = ACTIONS(3085), - [anon_sym_BANGin] = ACTIONS(3085), - [anon_sym_is] = ACTIONS(3083), - [anon_sym_BANGis] = ACTIONS(3085), - [anon_sym_PLUS] = ACTIONS(6417), - [anon_sym_DASH] = ACTIONS(6417), - [anon_sym_SLASH] = ACTIONS(6389), - [anon_sym_PERCENT] = ACTIONS(6389), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(6411), + [anon_sym_DASH_GT] = ACTIONS(3084), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(6415), + [anon_sym_while] = ACTIONS(3082), + [anon_sym_DOT_DOT] = ACTIONS(6417), + [anon_sym_QMARK_COLON] = ACTIONS(6419), + [anon_sym_AMP_AMP] = ACTIONS(6421), + [anon_sym_PIPE_PIPE] = ACTIONS(6423), + [anon_sym_else] = ACTIONS(3082), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_PLUS_EQ] = ACTIONS(3084), + [anon_sym_DASH_EQ] = ACTIONS(3084), + [anon_sym_STAR_EQ] = ACTIONS(3084), + [anon_sym_SLASH_EQ] = ACTIONS(3084), + [anon_sym_PERCENT_EQ] = ACTIONS(3084), + [anon_sym_BANG_EQ] = ACTIONS(6427), + [anon_sym_BANG_EQ_EQ] = ACTIONS(6429), + [anon_sym_EQ_EQ] = ACTIONS(6427), + [anon_sym_EQ_EQ_EQ] = ACTIONS(6429), + [anon_sym_LT_EQ] = ACTIONS(6431), + [anon_sym_GT_EQ] = ACTIONS(6431), + [anon_sym_BANGin] = ACTIONS(6433), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(6439), + [anon_sym_DASH] = ACTIONS(6439), + [anon_sym_SLASH] = ACTIONS(6411), + [anon_sym_PERCENT] = ACTIONS(6411), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [3014] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(1654), - [sym__comparison_operator] = STATE(1653), - [sym__in_operator] = STATE(1652), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1650), - [sym__multiplicative_operator] = STATE(1649), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1648), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), - [sym__alpha_identifier] = ACTIONS(2984), + [3020] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(1883), + [sym__comparison_operator] = STATE(1876), + [sym__in_operator] = STATE(1873), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(1866), + [sym__multiplicative_operator] = STATE(1865), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1725), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), + [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_RBRACK] = ACTIONS(2986), - [anon_sym_as] = ACTIONS(6381), - [anon_sym_EQ] = ACTIONS(2984), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_RBRACK] = ACTIONS(3050), + [anon_sym_as] = ACTIONS(6403), + [anon_sym_EQ] = ACTIONS(3048), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(2986), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_COMMA] = ACTIONS(2986), - [anon_sym_RPAREN] = ACTIONS(2986), - [anon_sym_LT] = ACTIONS(2988), - [anon_sym_GT] = ACTIONS(2984), - [anon_sym_where] = ACTIONS(2984), - [anon_sym_DOT] = ACTIONS(6387), - [anon_sym_SEMI] = ACTIONS(2986), - [anon_sym_get] = ACTIONS(2984), - [anon_sym_set] = ACTIONS(2984), - [anon_sym_STAR] = ACTIONS(6389), - [anon_sym_DASH_GT] = ACTIONS(2986), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(2984), - [anon_sym_while] = ACTIONS(2984), - [anon_sym_DOT_DOT] = ACTIONS(2986), - [anon_sym_QMARK_COLON] = ACTIONS(2986), - [anon_sym_AMP_AMP] = ACTIONS(2986), - [anon_sym_PIPE_PIPE] = ACTIONS(2986), - [anon_sym_else] = ACTIONS(2984), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_PLUS_EQ] = ACTIONS(2986), - [anon_sym_DASH_EQ] = ACTIONS(2986), - [anon_sym_STAR_EQ] = ACTIONS(2986), - [anon_sym_SLASH_EQ] = ACTIONS(2986), - [anon_sym_PERCENT_EQ] = ACTIONS(2986), - [anon_sym_BANG_EQ] = ACTIONS(2984), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2986), - [anon_sym_EQ_EQ] = ACTIONS(2984), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2986), - [anon_sym_LT_EQ] = ACTIONS(2986), - [anon_sym_GT_EQ] = ACTIONS(2986), - [anon_sym_BANGin] = ACTIONS(2986), - [anon_sym_is] = ACTIONS(2984), - [anon_sym_BANGis] = ACTIONS(2986), - [anon_sym_PLUS] = ACTIONS(6417), - [anon_sym_DASH] = ACTIONS(6417), - [anon_sym_SLASH] = ACTIONS(6389), - [anon_sym_PERCENT] = ACTIONS(6389), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), - [anon_sym_data] = ACTIONS(2984), - [anon_sym_inner] = ACTIONS(2984), - [anon_sym_expect] = ACTIONS(2984), - [anon_sym_actual] = ACTIONS(2984), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(2986), - [sym_safe_nav] = ACTIONS(6403), + [anon_sym_RBRACE] = ACTIONS(3050), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_COMMA] = ACTIONS(3050), + [anon_sym_RPAREN] = ACTIONS(3050), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(6407), + [anon_sym_where] = ACTIONS(3048), + [anon_sym_DOT] = ACTIONS(6409), + [anon_sym_SEMI] = ACTIONS(3050), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(6411), + [anon_sym_DASH_GT] = ACTIONS(3050), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(6415), + [anon_sym_while] = ACTIONS(3048), + [anon_sym_DOT_DOT] = ACTIONS(6417), + [anon_sym_QMARK_COLON] = ACTIONS(6419), + [anon_sym_AMP_AMP] = ACTIONS(3050), + [anon_sym_PIPE_PIPE] = ACTIONS(3050), + [anon_sym_else] = ACTIONS(3048), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_PLUS_EQ] = ACTIONS(3050), + [anon_sym_DASH_EQ] = ACTIONS(3050), + [anon_sym_STAR_EQ] = ACTIONS(3050), + [anon_sym_SLASH_EQ] = ACTIONS(3050), + [anon_sym_PERCENT_EQ] = ACTIONS(3050), + [anon_sym_BANG_EQ] = ACTIONS(6427), + [anon_sym_BANG_EQ_EQ] = ACTIONS(6429), + [anon_sym_EQ_EQ] = ACTIONS(6427), + [anon_sym_EQ_EQ_EQ] = ACTIONS(6429), + [anon_sym_LT_EQ] = ACTIONS(6431), + [anon_sym_GT_EQ] = ACTIONS(6431), + [anon_sym_BANGin] = ACTIONS(6433), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(6439), + [anon_sym_DASH] = ACTIONS(6439), + [anon_sym_SLASH] = ACTIONS(6411), + [anon_sym_PERCENT] = ACTIONS(6411), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [3015] = { - [sym__alpha_identifier] = ACTIONS(4294), - [anon_sym_AT] = ACTIONS(4296), - [anon_sym_LBRACK] = ACTIONS(4296), - [anon_sym_RBRACK] = ACTIONS(4296), - [anon_sym_as] = ACTIONS(4294), - [anon_sym_EQ] = ACTIONS(4294), - [anon_sym_LBRACE] = ACTIONS(4296), - [anon_sym_RBRACE] = ACTIONS(4296), - [anon_sym_LPAREN] = ACTIONS(4296), - [anon_sym_COMMA] = ACTIONS(4296), - [anon_sym_RPAREN] = ACTIONS(4296), - [anon_sym_by] = ACTIONS(4294), - [anon_sym_LT] = ACTIONS(4294), - [anon_sym_GT] = ACTIONS(4294), - [anon_sym_where] = ACTIONS(4294), - [anon_sym_DOT] = ACTIONS(4294), - [anon_sym_SEMI] = ACTIONS(4296), - [anon_sym_get] = ACTIONS(4294), - [anon_sym_set] = ACTIONS(4294), - [anon_sym_STAR] = ACTIONS(4294), - [anon_sym_DASH_GT] = ACTIONS(4296), - [sym_label] = ACTIONS(4296), - [anon_sym_in] = ACTIONS(4294), - [anon_sym_while] = ACTIONS(4294), - [anon_sym_DOT_DOT] = ACTIONS(4296), - [anon_sym_QMARK_COLON] = ACTIONS(4296), - [anon_sym_AMP_AMP] = ACTIONS(4296), - [anon_sym_PIPE_PIPE] = ACTIONS(4296), - [anon_sym_else] = ACTIONS(4294), - [anon_sym_COLON_COLON] = ACTIONS(4296), - [anon_sym_PLUS_EQ] = ACTIONS(4296), - [anon_sym_DASH_EQ] = ACTIONS(4296), - [anon_sym_STAR_EQ] = ACTIONS(4296), - [anon_sym_SLASH_EQ] = ACTIONS(4296), - [anon_sym_PERCENT_EQ] = ACTIONS(4296), - [anon_sym_BANG_EQ] = ACTIONS(4294), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4296), - [anon_sym_EQ_EQ] = ACTIONS(4294), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4296), - [anon_sym_LT_EQ] = ACTIONS(4296), - [anon_sym_GT_EQ] = ACTIONS(4296), - [anon_sym_BANGin] = ACTIONS(4296), - [anon_sym_is] = ACTIONS(4294), - [anon_sym_BANGis] = ACTIONS(4296), - [anon_sym_PLUS] = ACTIONS(4294), - [anon_sym_DASH] = ACTIONS(4294), - [anon_sym_SLASH] = ACTIONS(4294), - [anon_sym_PERCENT] = ACTIONS(4294), - [anon_sym_as_QMARK] = ACTIONS(4296), - [anon_sym_PLUS_PLUS] = ACTIONS(4296), - [anon_sym_DASH_DASH] = ACTIONS(4296), - [anon_sym_BANG_BANG] = ACTIONS(4296), - [anon_sym_suspend] = ACTIONS(4294), - [anon_sym_sealed] = ACTIONS(4294), - [anon_sym_annotation] = ACTIONS(4294), - [anon_sym_data] = ACTIONS(4294), - [anon_sym_inner] = ACTIONS(4294), - [anon_sym_override] = ACTIONS(4294), - [anon_sym_lateinit] = ACTIONS(4294), - [anon_sym_public] = ACTIONS(4294), - [anon_sym_private] = ACTIONS(4294), - [anon_sym_internal] = ACTIONS(4294), - [anon_sym_protected] = ACTIONS(4294), - [anon_sym_tailrec] = ACTIONS(4294), - [anon_sym_operator] = ACTIONS(4294), - [anon_sym_infix] = ACTIONS(4294), - [anon_sym_inline] = ACTIONS(4294), - [anon_sym_external] = ACTIONS(4294), - [sym_property_modifier] = ACTIONS(4294), - [anon_sym_abstract] = ACTIONS(4294), - [anon_sym_final] = ACTIONS(4294), - [anon_sym_open] = ACTIONS(4294), - [anon_sym_vararg] = ACTIONS(4294), - [anon_sym_noinline] = ACTIONS(4294), - [anon_sym_crossinline] = ACTIONS(4294), - [anon_sym_expect] = ACTIONS(4294), - [anon_sym_actual] = ACTIONS(4294), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4296), - [sym_safe_nav] = ACTIONS(4296), + [3021] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(1883), + [sym__comparison_operator] = STATE(1876), + [sym__in_operator] = STATE(1873), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(1866), + [sym__multiplicative_operator] = STATE(1865), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1725), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_RBRACK] = ACTIONS(3046), + [anon_sym_as] = ACTIONS(6403), + [anon_sym_EQ] = ACTIONS(3044), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_RBRACE] = ACTIONS(3046), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_COMMA] = ACTIONS(3046), + [anon_sym_RPAREN] = ACTIONS(3046), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(6407), + [anon_sym_where] = ACTIONS(3044), + [anon_sym_DOT] = ACTIONS(6409), + [anon_sym_SEMI] = ACTIONS(3046), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(6411), + [anon_sym_DASH_GT] = ACTIONS(3046), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(6415), + [anon_sym_while] = ACTIONS(3044), + [anon_sym_DOT_DOT] = ACTIONS(6417), + [anon_sym_QMARK_COLON] = ACTIONS(6419), + [anon_sym_AMP_AMP] = ACTIONS(6421), + [anon_sym_PIPE_PIPE] = ACTIONS(3046), + [anon_sym_else] = ACTIONS(3044), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_PLUS_EQ] = ACTIONS(3046), + [anon_sym_DASH_EQ] = ACTIONS(3046), + [anon_sym_STAR_EQ] = ACTIONS(3046), + [anon_sym_SLASH_EQ] = ACTIONS(3046), + [anon_sym_PERCENT_EQ] = ACTIONS(3046), + [anon_sym_BANG_EQ] = ACTIONS(6427), + [anon_sym_BANG_EQ_EQ] = ACTIONS(6429), + [anon_sym_EQ_EQ] = ACTIONS(6427), + [anon_sym_EQ_EQ_EQ] = ACTIONS(6429), + [anon_sym_LT_EQ] = ACTIONS(6431), + [anon_sym_GT_EQ] = ACTIONS(6431), + [anon_sym_BANGin] = ACTIONS(6433), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(6439), + [anon_sym_DASH] = ACTIONS(6439), + [anon_sym_SLASH] = ACTIONS(6411), + [anon_sym_PERCENT] = ACTIONS(6411), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [3016] = { - [sym_type_constraints] = STATE(3475), - [sym_function_body] = STATE(3759), - [sym__block] = STATE(3725), - [sym__alpha_identifier] = ACTIONS(4083), - [anon_sym_AT] = ACTIONS(4085), - [anon_sym_COLON] = ACTIONS(6438), - [anon_sym_LBRACK] = ACTIONS(4085), - [anon_sym_as] = ACTIONS(4083), - [anon_sym_EQ] = ACTIONS(6432), - [anon_sym_LBRACE] = ACTIONS(6434), - [anon_sym_RBRACE] = ACTIONS(4085), - [anon_sym_LPAREN] = ACTIONS(4085), - [anon_sym_COMMA] = ACTIONS(4085), - [anon_sym_LT] = ACTIONS(4083), - [anon_sym_GT] = ACTIONS(4083), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(4083), - [anon_sym_SEMI] = ACTIONS(4085), - [anon_sym_get] = ACTIONS(4083), - [anon_sym_set] = ACTIONS(4083), - [anon_sym_STAR] = ACTIONS(4083), - [sym_label] = ACTIONS(4085), - [anon_sym_in] = ACTIONS(4083), - [anon_sym_DOT_DOT] = ACTIONS(4085), - [anon_sym_QMARK_COLON] = ACTIONS(4085), - [anon_sym_AMP_AMP] = ACTIONS(4085), - [anon_sym_PIPE_PIPE] = ACTIONS(4085), - [anon_sym_else] = ACTIONS(4083), - [anon_sym_COLON_COLON] = ACTIONS(4085), - [anon_sym_PLUS_EQ] = ACTIONS(4085), - [anon_sym_DASH_EQ] = ACTIONS(4085), - [anon_sym_STAR_EQ] = ACTIONS(4085), - [anon_sym_SLASH_EQ] = ACTIONS(4085), - [anon_sym_PERCENT_EQ] = ACTIONS(4085), - [anon_sym_BANG_EQ] = ACTIONS(4083), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4085), - [anon_sym_EQ_EQ] = ACTIONS(4083), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4085), - [anon_sym_LT_EQ] = ACTIONS(4085), - [anon_sym_GT_EQ] = ACTIONS(4085), - [anon_sym_BANGin] = ACTIONS(4085), - [anon_sym_is] = ACTIONS(4083), - [anon_sym_BANGis] = ACTIONS(4085), - [anon_sym_PLUS] = ACTIONS(4083), - [anon_sym_DASH] = ACTIONS(4083), - [anon_sym_SLASH] = ACTIONS(4083), - [anon_sym_PERCENT] = ACTIONS(4083), - [anon_sym_as_QMARK] = ACTIONS(4085), - [anon_sym_PLUS_PLUS] = ACTIONS(4085), - [anon_sym_DASH_DASH] = ACTIONS(4085), - [anon_sym_BANG_BANG] = ACTIONS(4085), - [anon_sym_suspend] = ACTIONS(4083), - [anon_sym_sealed] = ACTIONS(4083), - [anon_sym_annotation] = ACTIONS(4083), - [anon_sym_data] = ACTIONS(4083), - [anon_sym_inner] = ACTIONS(4083), - [anon_sym_override] = ACTIONS(4083), - [anon_sym_lateinit] = ACTIONS(4083), - [anon_sym_public] = ACTIONS(4083), - [anon_sym_private] = ACTIONS(4083), - [anon_sym_internal] = ACTIONS(4083), - [anon_sym_protected] = ACTIONS(4083), - [anon_sym_tailrec] = ACTIONS(4083), - [anon_sym_operator] = ACTIONS(4083), - [anon_sym_infix] = ACTIONS(4083), - [anon_sym_inline] = ACTIONS(4083), - [anon_sym_external] = ACTIONS(4083), - [sym_property_modifier] = ACTIONS(4083), - [anon_sym_abstract] = ACTIONS(4083), - [anon_sym_final] = ACTIONS(4083), - [anon_sym_open] = ACTIONS(4083), - [anon_sym_vararg] = ACTIONS(4083), - [anon_sym_noinline] = ACTIONS(4083), - [anon_sym_crossinline] = ACTIONS(4083), - [anon_sym_expect] = ACTIONS(4083), - [anon_sym_actual] = ACTIONS(4083), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4085), - [sym__automatic_semicolon] = ACTIONS(4085), - [sym_safe_nav] = ACTIONS(4085), + [3022] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(1883), + [sym__comparison_operator] = STATE(1876), + [sym__in_operator] = STATE(1873), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(1866), + [sym__multiplicative_operator] = STATE(1865), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1725), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_RBRACK] = ACTIONS(3042), + [anon_sym_as] = ACTIONS(6403), + [anon_sym_EQ] = ACTIONS(3040), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_RBRACE] = ACTIONS(3042), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_COMMA] = ACTIONS(3042), + [anon_sym_RPAREN] = ACTIONS(3042), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(6407), + [anon_sym_where] = ACTIONS(3040), + [anon_sym_DOT] = ACTIONS(6409), + [anon_sym_SEMI] = ACTIONS(3042), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(6411), + [anon_sym_DASH_GT] = ACTIONS(3042), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(6415), + [anon_sym_while] = ACTIONS(3040), + [anon_sym_DOT_DOT] = ACTIONS(6417), + [anon_sym_QMARK_COLON] = ACTIONS(6419), + [anon_sym_AMP_AMP] = ACTIONS(3042), + [anon_sym_PIPE_PIPE] = ACTIONS(3042), + [anon_sym_else] = ACTIONS(3040), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_PLUS_EQ] = ACTIONS(3042), + [anon_sym_DASH_EQ] = ACTIONS(3042), + [anon_sym_STAR_EQ] = ACTIONS(3042), + [anon_sym_SLASH_EQ] = ACTIONS(3042), + [anon_sym_PERCENT_EQ] = ACTIONS(3042), + [anon_sym_BANG_EQ] = ACTIONS(3040), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3042), + [anon_sym_EQ_EQ] = ACTIONS(3040), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3042), + [anon_sym_LT_EQ] = ACTIONS(6431), + [anon_sym_GT_EQ] = ACTIONS(6431), + [anon_sym_BANGin] = ACTIONS(6433), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(6439), + [anon_sym_DASH] = ACTIONS(6439), + [anon_sym_SLASH] = ACTIONS(6411), + [anon_sym_PERCENT] = ACTIONS(6411), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [3017] = { - [sym__alpha_identifier] = ACTIONS(4639), - [anon_sym_AT] = ACTIONS(4641), - [anon_sym_COLON] = ACTIONS(4639), - [anon_sym_LBRACK] = ACTIONS(4641), - [anon_sym_RBRACK] = ACTIONS(4641), - [anon_sym_as] = ACTIONS(4639), - [anon_sym_EQ] = ACTIONS(4639), - [anon_sym_LBRACE] = ACTIONS(4641), - [anon_sym_RBRACE] = ACTIONS(4641), - [anon_sym_LPAREN] = ACTIONS(4641), - [anon_sym_COMMA] = ACTIONS(4641), - [anon_sym_RPAREN] = ACTIONS(4641), - [anon_sym_LT] = ACTIONS(4639), - [anon_sym_GT] = ACTIONS(4639), - [anon_sym_where] = ACTIONS(4639), - [anon_sym_DOT] = ACTIONS(4639), - [anon_sym_SEMI] = ACTIONS(4641), - [anon_sym_get] = ACTIONS(4639), - [anon_sym_set] = ACTIONS(4639), - [anon_sym_STAR] = ACTIONS(4639), - [anon_sym_DASH_GT] = ACTIONS(4641), - [sym_label] = ACTIONS(4641), - [anon_sym_in] = ACTIONS(4639), - [anon_sym_while] = ACTIONS(4639), - [anon_sym_DOT_DOT] = ACTIONS(4641), - [anon_sym_QMARK_COLON] = ACTIONS(4641), - [anon_sym_AMP_AMP] = ACTIONS(4641), - [anon_sym_PIPE_PIPE] = ACTIONS(4641), - [anon_sym_else] = ACTIONS(4639), - [anon_sym_COLON_COLON] = ACTIONS(4641), - [anon_sym_PLUS_EQ] = ACTIONS(4641), - [anon_sym_DASH_EQ] = ACTIONS(4641), - [anon_sym_STAR_EQ] = ACTIONS(4641), - [anon_sym_SLASH_EQ] = ACTIONS(4641), - [anon_sym_PERCENT_EQ] = ACTIONS(4641), - [anon_sym_BANG_EQ] = ACTIONS(4639), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4641), - [anon_sym_EQ_EQ] = ACTIONS(4639), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4641), - [anon_sym_LT_EQ] = ACTIONS(4641), - [anon_sym_GT_EQ] = ACTIONS(4641), - [anon_sym_BANGin] = ACTIONS(4641), - [anon_sym_is] = ACTIONS(4639), - [anon_sym_BANGis] = ACTIONS(4641), - [anon_sym_PLUS] = ACTIONS(4639), - [anon_sym_DASH] = ACTIONS(4639), - [anon_sym_SLASH] = ACTIONS(4639), - [anon_sym_PERCENT] = ACTIONS(4639), - [anon_sym_as_QMARK] = ACTIONS(4641), - [anon_sym_PLUS_PLUS] = ACTIONS(4641), - [anon_sym_DASH_DASH] = ACTIONS(4641), - [anon_sym_BANG_BANG] = ACTIONS(4641), - [anon_sym_suspend] = ACTIONS(4639), - [anon_sym_sealed] = ACTIONS(4639), - [anon_sym_annotation] = ACTIONS(4639), - [anon_sym_data] = ACTIONS(4639), - [anon_sym_inner] = ACTIONS(4639), - [anon_sym_override] = ACTIONS(4639), - [anon_sym_lateinit] = ACTIONS(4639), - [anon_sym_public] = ACTIONS(4639), - [anon_sym_private] = ACTIONS(4639), - [anon_sym_internal] = ACTIONS(4639), - [anon_sym_protected] = ACTIONS(4639), - [anon_sym_tailrec] = ACTIONS(4639), - [anon_sym_operator] = ACTIONS(4639), - [anon_sym_infix] = ACTIONS(4639), - [anon_sym_inline] = ACTIONS(4639), - [anon_sym_external] = ACTIONS(4639), - [sym_property_modifier] = ACTIONS(4639), - [anon_sym_abstract] = ACTIONS(4639), - [anon_sym_final] = ACTIONS(4639), - [anon_sym_open] = ACTIONS(4639), - [anon_sym_vararg] = ACTIONS(4639), - [anon_sym_noinline] = ACTIONS(4639), - [anon_sym_crossinline] = ACTIONS(4639), - [anon_sym_expect] = ACTIONS(4639), - [anon_sym_actual] = ACTIONS(4639), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4641), - [sym_safe_nav] = ACTIONS(4641), + [3023] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(1883), + [sym__comparison_operator] = STATE(1876), + [sym__in_operator] = STATE(1873), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(1866), + [sym__multiplicative_operator] = STATE(1865), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1725), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_RBRACK] = ACTIONS(3038), + [anon_sym_as] = ACTIONS(6403), + [anon_sym_EQ] = ACTIONS(3036), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_RBRACE] = ACTIONS(3038), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_COMMA] = ACTIONS(3038), + [anon_sym_RPAREN] = ACTIONS(3038), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(3036), + [anon_sym_where] = ACTIONS(3036), + [anon_sym_DOT] = ACTIONS(6409), + [anon_sym_SEMI] = ACTIONS(3038), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(6411), + [anon_sym_DASH_GT] = ACTIONS(3038), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(6415), + [anon_sym_while] = ACTIONS(3036), + [anon_sym_DOT_DOT] = ACTIONS(6417), + [anon_sym_QMARK_COLON] = ACTIONS(6419), + [anon_sym_AMP_AMP] = ACTIONS(3038), + [anon_sym_PIPE_PIPE] = ACTIONS(3038), + [anon_sym_else] = ACTIONS(3036), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_PLUS_EQ] = ACTIONS(3038), + [anon_sym_DASH_EQ] = ACTIONS(3038), + [anon_sym_STAR_EQ] = ACTIONS(3038), + [anon_sym_SLASH_EQ] = ACTIONS(3038), + [anon_sym_PERCENT_EQ] = ACTIONS(3038), + [anon_sym_BANG_EQ] = ACTIONS(3036), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3038), + [anon_sym_EQ_EQ] = ACTIONS(3036), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3038), + [anon_sym_LT_EQ] = ACTIONS(3038), + [anon_sym_GT_EQ] = ACTIONS(3038), + [anon_sym_BANGin] = ACTIONS(6433), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(6439), + [anon_sym_DASH] = ACTIONS(6439), + [anon_sym_SLASH] = ACTIONS(6411), + [anon_sym_PERCENT] = ACTIONS(6411), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [3018] = { - [aux_sym__delegation_specifiers_repeat1] = STATE(3018), - [sym__alpha_identifier] = ACTIONS(4663), - [anon_sym_AT] = ACTIONS(4665), - [anon_sym_LBRACK] = ACTIONS(4665), - [anon_sym_RBRACK] = ACTIONS(4665), - [anon_sym_as] = ACTIONS(4663), - [anon_sym_EQ] = ACTIONS(4663), - [anon_sym_LBRACE] = ACTIONS(4665), - [anon_sym_RBRACE] = ACTIONS(4665), - [anon_sym_LPAREN] = ACTIONS(4665), - [anon_sym_COMMA] = ACTIONS(6440), - [anon_sym_RPAREN] = ACTIONS(4665), - [anon_sym_LT] = ACTIONS(4663), - [anon_sym_GT] = ACTIONS(4663), - [anon_sym_where] = ACTIONS(4663), - [anon_sym_DOT] = ACTIONS(4663), - [anon_sym_SEMI] = ACTIONS(4665), - [anon_sym_get] = ACTIONS(4663), - [anon_sym_set] = ACTIONS(4663), - [anon_sym_STAR] = ACTIONS(4663), - [anon_sym_DASH_GT] = ACTIONS(4665), - [sym_label] = ACTIONS(4665), - [anon_sym_in] = ACTIONS(4663), - [anon_sym_while] = ACTIONS(4663), - [anon_sym_DOT_DOT] = ACTIONS(4665), - [anon_sym_QMARK_COLON] = ACTIONS(4665), - [anon_sym_AMP_AMP] = ACTIONS(4665), - [anon_sym_PIPE_PIPE] = ACTIONS(4665), - [anon_sym_else] = ACTIONS(4663), - [anon_sym_COLON_COLON] = ACTIONS(4665), - [anon_sym_PLUS_EQ] = ACTIONS(4665), - [anon_sym_DASH_EQ] = ACTIONS(4665), - [anon_sym_STAR_EQ] = ACTIONS(4665), - [anon_sym_SLASH_EQ] = ACTIONS(4665), - [anon_sym_PERCENT_EQ] = ACTIONS(4665), - [anon_sym_BANG_EQ] = ACTIONS(4663), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4665), - [anon_sym_EQ_EQ] = ACTIONS(4663), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4665), - [anon_sym_LT_EQ] = ACTIONS(4665), - [anon_sym_GT_EQ] = ACTIONS(4665), - [anon_sym_BANGin] = ACTIONS(4665), - [anon_sym_is] = ACTIONS(4663), - [anon_sym_BANGis] = ACTIONS(4665), - [anon_sym_PLUS] = ACTIONS(4663), - [anon_sym_DASH] = ACTIONS(4663), - [anon_sym_SLASH] = ACTIONS(4663), - [anon_sym_PERCENT] = ACTIONS(4663), - [anon_sym_as_QMARK] = ACTIONS(4665), - [anon_sym_PLUS_PLUS] = ACTIONS(4665), - [anon_sym_DASH_DASH] = ACTIONS(4665), - [anon_sym_BANG_BANG] = ACTIONS(4665), - [anon_sym_suspend] = ACTIONS(4663), - [anon_sym_sealed] = ACTIONS(4663), - [anon_sym_annotation] = ACTIONS(4663), - [anon_sym_data] = ACTIONS(4663), - [anon_sym_inner] = ACTIONS(4663), - [anon_sym_override] = ACTIONS(4663), - [anon_sym_lateinit] = ACTIONS(4663), - [anon_sym_public] = ACTIONS(4663), - [anon_sym_private] = ACTIONS(4663), - [anon_sym_internal] = ACTIONS(4663), - [anon_sym_protected] = ACTIONS(4663), - [anon_sym_tailrec] = ACTIONS(4663), - [anon_sym_operator] = ACTIONS(4663), - [anon_sym_infix] = ACTIONS(4663), - [anon_sym_inline] = ACTIONS(4663), - [anon_sym_external] = ACTIONS(4663), - [sym_property_modifier] = ACTIONS(4663), - [anon_sym_abstract] = ACTIONS(4663), - [anon_sym_final] = ACTIONS(4663), - [anon_sym_open] = ACTIONS(4663), - [anon_sym_vararg] = ACTIONS(4663), - [anon_sym_noinline] = ACTIONS(4663), - [anon_sym_crossinline] = ACTIONS(4663), - [anon_sym_expect] = ACTIONS(4663), - [anon_sym_actual] = ACTIONS(4663), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4665), - [sym_safe_nav] = ACTIONS(4665), - [sym_multiline_comment] = ACTIONS(3), + [3024] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(1883), + [sym__comparison_operator] = STATE(1876), + [sym__in_operator] = STATE(1873), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(1866), + [sym__multiplicative_operator] = STATE(1865), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1725), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_RBRACK] = ACTIONS(3031), + [anon_sym_as] = ACTIONS(6403), + [anon_sym_EQ] = ACTIONS(3029), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_RBRACE] = ACTIONS(3031), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_COMMA] = ACTIONS(3031), + [anon_sym_RPAREN] = ACTIONS(3031), + [anon_sym_LT] = ACTIONS(3033), + [anon_sym_GT] = ACTIONS(3029), + [anon_sym_where] = ACTIONS(3029), + [anon_sym_DOT] = ACTIONS(6409), + [anon_sym_SEMI] = ACTIONS(3031), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(6411), + [anon_sym_DASH_GT] = ACTIONS(3031), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(3029), + [anon_sym_while] = ACTIONS(3029), + [anon_sym_DOT_DOT] = ACTIONS(6417), + [anon_sym_QMARK_COLON] = ACTIONS(6419), + [anon_sym_AMP_AMP] = ACTIONS(3031), + [anon_sym_PIPE_PIPE] = ACTIONS(3031), + [anon_sym_else] = ACTIONS(3029), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_PLUS_EQ] = ACTIONS(3031), + [anon_sym_DASH_EQ] = ACTIONS(3031), + [anon_sym_STAR_EQ] = ACTIONS(3031), + [anon_sym_SLASH_EQ] = ACTIONS(3031), + [anon_sym_PERCENT_EQ] = ACTIONS(3031), + [anon_sym_BANG_EQ] = ACTIONS(3029), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3031), + [anon_sym_EQ_EQ] = ACTIONS(3029), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3031), + [anon_sym_LT_EQ] = ACTIONS(3031), + [anon_sym_GT_EQ] = ACTIONS(3031), + [anon_sym_BANGin] = ACTIONS(3031), + [anon_sym_is] = ACTIONS(3029), + [anon_sym_BANGis] = ACTIONS(3031), + [anon_sym_PLUS] = ACTIONS(6439), + [anon_sym_DASH] = ACTIONS(6439), + [anon_sym_SLASH] = ACTIONS(6411), + [anon_sym_PERCENT] = ACTIONS(6411), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym_safe_nav] = ACTIONS(6425), + [sym_multiline_comment] = ACTIONS(3), }, - [3019] = { - [sym__alpha_identifier] = ACTIONS(4454), - [anon_sym_AT] = ACTIONS(4456), - [anon_sym_LBRACK] = ACTIONS(4456), - [anon_sym_as] = ACTIONS(4454), - [anon_sym_EQ] = ACTIONS(4454), - [anon_sym_LBRACE] = ACTIONS(4456), - [anon_sym_RBRACE] = ACTIONS(4456), - [anon_sym_LPAREN] = ACTIONS(4456), - [anon_sym_COMMA] = ACTIONS(4456), - [anon_sym_by] = ACTIONS(6371), - [anon_sym_LT] = ACTIONS(4454), - [anon_sym_GT] = ACTIONS(4454), - [anon_sym_where] = ACTIONS(4454), - [anon_sym_object] = ACTIONS(4454), - [anon_sym_fun] = ACTIONS(4454), - [anon_sym_DOT] = ACTIONS(4454), - [anon_sym_SEMI] = ACTIONS(4456), - [anon_sym_get] = ACTIONS(4454), - [anon_sym_set] = ACTIONS(4454), - [anon_sym_this] = ACTIONS(4454), - [anon_sym_super] = ACTIONS(4454), - [anon_sym_STAR] = ACTIONS(4454), - [sym_label] = ACTIONS(4454), - [anon_sym_in] = ACTIONS(4454), - [anon_sym_DOT_DOT] = ACTIONS(4456), - [anon_sym_QMARK_COLON] = ACTIONS(4456), - [anon_sym_AMP_AMP] = ACTIONS(4456), - [anon_sym_PIPE_PIPE] = ACTIONS(4456), - [anon_sym_null] = ACTIONS(4454), - [anon_sym_if] = ACTIONS(4454), - [anon_sym_else] = ACTIONS(4454), - [anon_sym_when] = ACTIONS(4454), - [anon_sym_try] = ACTIONS(4454), - [anon_sym_throw] = ACTIONS(4454), - [anon_sym_return] = ACTIONS(4454), - [anon_sym_continue] = ACTIONS(4454), - [anon_sym_break] = ACTIONS(4454), - [anon_sym_COLON_COLON] = ACTIONS(4456), - [anon_sym_PLUS_EQ] = ACTIONS(4456), - [anon_sym_DASH_EQ] = ACTIONS(4456), - [anon_sym_STAR_EQ] = ACTIONS(4456), - [anon_sym_SLASH_EQ] = ACTIONS(4456), - [anon_sym_PERCENT_EQ] = ACTIONS(4456), - [anon_sym_BANG_EQ] = ACTIONS(4454), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4456), - [anon_sym_EQ_EQ] = ACTIONS(4454), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4456), - [anon_sym_LT_EQ] = ACTIONS(4456), - [anon_sym_GT_EQ] = ACTIONS(4456), - [anon_sym_BANGin] = ACTIONS(4456), - [anon_sym_is] = ACTIONS(4454), - [anon_sym_BANGis] = ACTIONS(4456), - [anon_sym_PLUS] = ACTIONS(4454), - [anon_sym_DASH] = ACTIONS(4454), - [anon_sym_SLASH] = ACTIONS(4454), - [anon_sym_PERCENT] = ACTIONS(4454), - [anon_sym_as_QMARK] = ACTIONS(4456), - [anon_sym_PLUS_PLUS] = ACTIONS(4456), - [anon_sym_DASH_DASH] = ACTIONS(4456), - [anon_sym_BANG] = ACTIONS(4454), - [anon_sym_BANG_BANG] = ACTIONS(4456), - [anon_sym_data] = ACTIONS(4454), - [anon_sym_inner] = ACTIONS(4454), - [anon_sym_expect] = ACTIONS(4454), - [anon_sym_actual] = ACTIONS(4454), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4456), - [anon_sym_continue_AT] = ACTIONS(4456), - [anon_sym_break_AT] = ACTIONS(4456), - [sym_real_literal] = ACTIONS(4456), - [sym_integer_literal] = ACTIONS(4454), - [sym_hex_literal] = ACTIONS(4456), - [sym_bin_literal] = ACTIONS(4456), - [anon_sym_true] = ACTIONS(4454), - [anon_sym_false] = ACTIONS(4454), - [anon_sym_SQUOTE] = ACTIONS(4456), - [sym__backtick_identifier] = ACTIONS(4456), - [sym__automatic_semicolon] = ACTIONS(4456), - [sym_safe_nav] = ACTIONS(4456), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4456), + [3025] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(1883), + [sym__comparison_operator] = STATE(1876), + [sym__in_operator] = STATE(1873), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(1866), + [sym__multiplicative_operator] = STATE(1865), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1725), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), + [sym__alpha_identifier] = ACTIONS(3022), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_RBRACK] = ACTIONS(3024), + [anon_sym_as] = ACTIONS(6403), + [anon_sym_EQ] = ACTIONS(3022), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_RBRACE] = ACTIONS(3024), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_COMMA] = ACTIONS(3024), + [anon_sym_RPAREN] = ACTIONS(3024), + [anon_sym_LT] = ACTIONS(3026), + [anon_sym_GT] = ACTIONS(3022), + [anon_sym_where] = ACTIONS(3022), + [anon_sym_DOT] = ACTIONS(6409), + [anon_sym_SEMI] = ACTIONS(3024), + [anon_sym_get] = ACTIONS(3022), + [anon_sym_set] = ACTIONS(3022), + [anon_sym_STAR] = ACTIONS(6411), + [anon_sym_DASH_GT] = ACTIONS(3024), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(3022), + [anon_sym_while] = ACTIONS(3022), + [anon_sym_DOT_DOT] = ACTIONS(3024), + [anon_sym_QMARK_COLON] = ACTIONS(3024), + [anon_sym_AMP_AMP] = ACTIONS(3024), + [anon_sym_PIPE_PIPE] = ACTIONS(3024), + [anon_sym_else] = ACTIONS(3022), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_PLUS_EQ] = ACTIONS(3024), + [anon_sym_DASH_EQ] = ACTIONS(3024), + [anon_sym_STAR_EQ] = ACTIONS(3024), + [anon_sym_SLASH_EQ] = ACTIONS(3024), + [anon_sym_PERCENT_EQ] = ACTIONS(3024), + [anon_sym_BANG_EQ] = ACTIONS(3022), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3024), + [anon_sym_EQ_EQ] = ACTIONS(3022), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3024), + [anon_sym_LT_EQ] = ACTIONS(3024), + [anon_sym_GT_EQ] = ACTIONS(3024), + [anon_sym_BANGin] = ACTIONS(3024), + [anon_sym_is] = ACTIONS(3022), + [anon_sym_BANGis] = ACTIONS(3024), + [anon_sym_PLUS] = ACTIONS(3022), + [anon_sym_DASH] = ACTIONS(3022), + [anon_sym_SLASH] = ACTIONS(6411), + [anon_sym_PERCENT] = ACTIONS(6411), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), + [anon_sym_data] = ACTIONS(3022), + [anon_sym_inner] = ACTIONS(3022), + [anon_sym_expect] = ACTIONS(3022), + [anon_sym_actual] = ACTIONS(3022), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3024), + [sym_safe_nav] = ACTIONS(6425), + [sym_multiline_comment] = ACTIONS(3), }, - [3020] = { - [sym_type_constraints] = STATE(3470), - [sym_function_body] = STATE(3815), - [sym__block] = STATE(3725), - [sym__alpha_identifier] = ACTIONS(4089), - [anon_sym_AT] = ACTIONS(4091), - [anon_sym_COLON] = ACTIONS(6443), - [anon_sym_LBRACK] = ACTIONS(4091), - [anon_sym_as] = ACTIONS(4089), - [anon_sym_EQ] = ACTIONS(6432), - [anon_sym_LBRACE] = ACTIONS(6434), - [anon_sym_RBRACE] = ACTIONS(4091), - [anon_sym_LPAREN] = ACTIONS(4091), - [anon_sym_COMMA] = ACTIONS(4091), - [anon_sym_LT] = ACTIONS(4089), - [anon_sym_GT] = ACTIONS(4089), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(4089), - [anon_sym_SEMI] = ACTIONS(4091), - [anon_sym_get] = ACTIONS(4089), - [anon_sym_set] = ACTIONS(4089), - [anon_sym_STAR] = ACTIONS(4089), - [sym_label] = ACTIONS(4091), - [anon_sym_in] = ACTIONS(4089), - [anon_sym_DOT_DOT] = ACTIONS(4091), - [anon_sym_QMARK_COLON] = ACTIONS(4091), - [anon_sym_AMP_AMP] = ACTIONS(4091), - [anon_sym_PIPE_PIPE] = ACTIONS(4091), - [anon_sym_else] = ACTIONS(4089), - [anon_sym_COLON_COLON] = ACTIONS(4091), - [anon_sym_PLUS_EQ] = ACTIONS(4091), - [anon_sym_DASH_EQ] = ACTIONS(4091), - [anon_sym_STAR_EQ] = ACTIONS(4091), - [anon_sym_SLASH_EQ] = ACTIONS(4091), - [anon_sym_PERCENT_EQ] = ACTIONS(4091), - [anon_sym_BANG_EQ] = ACTIONS(4089), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4091), - [anon_sym_EQ_EQ] = ACTIONS(4089), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4091), - [anon_sym_LT_EQ] = ACTIONS(4091), - [anon_sym_GT_EQ] = ACTIONS(4091), - [anon_sym_BANGin] = ACTIONS(4091), - [anon_sym_is] = ACTIONS(4089), - [anon_sym_BANGis] = ACTIONS(4091), - [anon_sym_PLUS] = ACTIONS(4089), - [anon_sym_DASH] = ACTIONS(4089), - [anon_sym_SLASH] = ACTIONS(4089), - [anon_sym_PERCENT] = ACTIONS(4089), - [anon_sym_as_QMARK] = ACTIONS(4091), - [anon_sym_PLUS_PLUS] = ACTIONS(4091), - [anon_sym_DASH_DASH] = ACTIONS(4091), - [anon_sym_BANG_BANG] = ACTIONS(4091), - [anon_sym_suspend] = ACTIONS(4089), - [anon_sym_sealed] = ACTIONS(4089), - [anon_sym_annotation] = ACTIONS(4089), - [anon_sym_data] = ACTIONS(4089), - [anon_sym_inner] = ACTIONS(4089), - [anon_sym_override] = ACTIONS(4089), - [anon_sym_lateinit] = ACTIONS(4089), - [anon_sym_public] = ACTIONS(4089), - [anon_sym_private] = ACTIONS(4089), - [anon_sym_internal] = ACTIONS(4089), - [anon_sym_protected] = ACTIONS(4089), - [anon_sym_tailrec] = ACTIONS(4089), - [anon_sym_operator] = ACTIONS(4089), - [anon_sym_infix] = ACTIONS(4089), - [anon_sym_inline] = ACTIONS(4089), - [anon_sym_external] = ACTIONS(4089), - [sym_property_modifier] = ACTIONS(4089), - [anon_sym_abstract] = ACTIONS(4089), - [anon_sym_final] = ACTIONS(4089), - [anon_sym_open] = ACTIONS(4089), - [anon_sym_vararg] = ACTIONS(4089), - [anon_sym_noinline] = ACTIONS(4089), - [anon_sym_crossinline] = ACTIONS(4089), - [anon_sym_expect] = ACTIONS(4089), - [anon_sym_actual] = ACTIONS(4089), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4091), - [sym__automatic_semicolon] = ACTIONS(4091), - [sym_safe_nav] = ACTIONS(4091), + [3026] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(1883), + [sym__comparison_operator] = STATE(1876), + [sym__in_operator] = STATE(1873), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(1866), + [sym__multiplicative_operator] = STATE(1865), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1725), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), + [sym__alpha_identifier] = ACTIONS(3011), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_RBRACK] = ACTIONS(3013), + [anon_sym_as] = ACTIONS(6403), + [anon_sym_EQ] = ACTIONS(3011), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_RBRACE] = ACTIONS(3013), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_COMMA] = ACTIONS(3013), + [anon_sym_RPAREN] = ACTIONS(3013), + [anon_sym_LT] = ACTIONS(3015), + [anon_sym_GT] = ACTIONS(3011), + [anon_sym_where] = ACTIONS(3011), + [anon_sym_DOT] = ACTIONS(6409), + [anon_sym_SEMI] = ACTIONS(3013), + [anon_sym_get] = ACTIONS(3011), + [anon_sym_set] = ACTIONS(3011), + [anon_sym_STAR] = ACTIONS(3011), + [anon_sym_DASH_GT] = ACTIONS(3013), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(3011), + [anon_sym_while] = ACTIONS(3011), + [anon_sym_DOT_DOT] = ACTIONS(3013), + [anon_sym_QMARK_COLON] = ACTIONS(3013), + [anon_sym_AMP_AMP] = ACTIONS(3013), + [anon_sym_PIPE_PIPE] = ACTIONS(3013), + [anon_sym_else] = ACTIONS(3011), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_PLUS_EQ] = ACTIONS(3013), + [anon_sym_DASH_EQ] = ACTIONS(3013), + [anon_sym_STAR_EQ] = ACTIONS(3013), + [anon_sym_SLASH_EQ] = ACTIONS(3013), + [anon_sym_PERCENT_EQ] = ACTIONS(3013), + [anon_sym_BANG_EQ] = ACTIONS(3011), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3013), + [anon_sym_EQ_EQ] = ACTIONS(3011), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3013), + [anon_sym_LT_EQ] = ACTIONS(3013), + [anon_sym_GT_EQ] = ACTIONS(3013), + [anon_sym_BANGin] = ACTIONS(3013), + [anon_sym_is] = ACTIONS(3011), + [anon_sym_BANGis] = ACTIONS(3013), + [anon_sym_PLUS] = ACTIONS(3011), + [anon_sym_DASH] = ACTIONS(3011), + [anon_sym_SLASH] = ACTIONS(3011), + [anon_sym_PERCENT] = ACTIONS(3011), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), + [anon_sym_data] = ACTIONS(3011), + [anon_sym_inner] = ACTIONS(3011), + [anon_sym_expect] = ACTIONS(3011), + [anon_sym_actual] = ACTIONS(3011), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3013), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [3021] = { - [sym_class_body] = STATE(3366), - [sym__alpha_identifier] = ACTIONS(3190), - [anon_sym_AT] = ACTIONS(3194), - [anon_sym_LBRACK] = ACTIONS(3194), - [anon_sym_as] = ACTIONS(3190), - [anon_sym_EQ] = ACTIONS(3190), - [anon_sym_LBRACE] = ACTIONS(3112), - [anon_sym_RBRACE] = ACTIONS(3194), - [anon_sym_LPAREN] = ACTIONS(3194), - [anon_sym_COMMA] = ACTIONS(3194), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3190), - [anon_sym_where] = ACTIONS(3190), - [anon_sym_object] = ACTIONS(3190), - [anon_sym_fun] = ACTIONS(3190), - [anon_sym_DOT] = ACTIONS(3190), - [anon_sym_SEMI] = ACTIONS(3194), - [anon_sym_get] = ACTIONS(3190), - [anon_sym_set] = ACTIONS(3190), - [anon_sym_this] = ACTIONS(3190), - [anon_sym_super] = ACTIONS(3190), - [anon_sym_STAR] = ACTIONS(3190), - [sym_label] = ACTIONS(3190), - [anon_sym_in] = ACTIONS(3190), - [anon_sym_DOT_DOT] = ACTIONS(3194), - [anon_sym_QMARK_COLON] = ACTIONS(3194), - [anon_sym_AMP_AMP] = ACTIONS(3194), - [anon_sym_PIPE_PIPE] = ACTIONS(3194), - [anon_sym_null] = ACTIONS(3190), - [anon_sym_if] = ACTIONS(3190), - [anon_sym_else] = ACTIONS(3190), - [anon_sym_when] = ACTIONS(3190), - [anon_sym_try] = ACTIONS(3190), - [anon_sym_throw] = ACTIONS(3190), - [anon_sym_return] = ACTIONS(3190), - [anon_sym_continue] = ACTIONS(3190), - [anon_sym_break] = ACTIONS(3190), - [anon_sym_COLON_COLON] = ACTIONS(3194), - [anon_sym_PLUS_EQ] = ACTIONS(3194), - [anon_sym_DASH_EQ] = ACTIONS(3194), - [anon_sym_STAR_EQ] = ACTIONS(3194), - [anon_sym_SLASH_EQ] = ACTIONS(3194), - [anon_sym_PERCENT_EQ] = ACTIONS(3194), - [anon_sym_BANG_EQ] = ACTIONS(3190), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3194), - [anon_sym_EQ_EQ] = ACTIONS(3190), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3194), - [anon_sym_LT_EQ] = ACTIONS(3194), - [anon_sym_GT_EQ] = ACTIONS(3194), - [anon_sym_BANGin] = ACTIONS(3194), - [anon_sym_is] = ACTIONS(3190), - [anon_sym_BANGis] = ACTIONS(3194), - [anon_sym_PLUS] = ACTIONS(3190), - [anon_sym_DASH] = ACTIONS(3190), - [anon_sym_SLASH] = ACTIONS(3190), - [anon_sym_PERCENT] = ACTIONS(3190), - [anon_sym_as_QMARK] = ACTIONS(3194), - [anon_sym_PLUS_PLUS] = ACTIONS(3194), - [anon_sym_DASH_DASH] = ACTIONS(3194), - [anon_sym_BANG] = ACTIONS(3190), - [anon_sym_BANG_BANG] = ACTIONS(3194), - [anon_sym_data] = ACTIONS(3190), - [anon_sym_inner] = ACTIONS(3190), - [anon_sym_expect] = ACTIONS(3190), - [anon_sym_actual] = ACTIONS(3190), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3194), - [anon_sym_continue_AT] = ACTIONS(3194), - [anon_sym_break_AT] = ACTIONS(3194), - [sym_real_literal] = ACTIONS(3194), - [sym_integer_literal] = ACTIONS(3190), - [sym_hex_literal] = ACTIONS(3194), - [sym_bin_literal] = ACTIONS(3194), - [anon_sym_true] = ACTIONS(3190), - [anon_sym_false] = ACTIONS(3190), - [anon_sym_SQUOTE] = ACTIONS(3194), - [sym__backtick_identifier] = ACTIONS(3194), - [sym__automatic_semicolon] = ACTIONS(3194), - [sym_safe_nav] = ACTIONS(3194), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3194), + [3027] = { + [sym_function_body] = STATE(3364), + [sym__block] = STATE(3334), + [sym__alpha_identifier] = ACTIONS(4326), + [anon_sym_AT] = ACTIONS(4328), + [anon_sym_COLON] = ACTIONS(6453), + [anon_sym_LBRACK] = ACTIONS(4328), + [anon_sym_as] = ACTIONS(4326), + [anon_sym_EQ] = ACTIONS(6262), + [anon_sym_LBRACE] = ACTIONS(6244), + [anon_sym_RBRACE] = ACTIONS(4328), + [anon_sym_LPAREN] = ACTIONS(4328), + [anon_sym_LT] = ACTIONS(4326), + [anon_sym_GT] = ACTIONS(4326), + [anon_sym_object] = ACTIONS(4326), + [anon_sym_fun] = ACTIONS(4326), + [anon_sym_DOT] = ACTIONS(4326), + [anon_sym_SEMI] = ACTIONS(4328), + [anon_sym_get] = ACTIONS(4326), + [anon_sym_set] = ACTIONS(4326), + [anon_sym_this] = ACTIONS(4326), + [anon_sym_super] = ACTIONS(4326), + [anon_sym_STAR] = ACTIONS(4326), + [sym_label] = ACTIONS(4326), + [anon_sym_in] = ACTIONS(4326), + [anon_sym_DOT_DOT] = ACTIONS(4328), + [anon_sym_QMARK_COLON] = ACTIONS(4328), + [anon_sym_AMP_AMP] = ACTIONS(4328), + [anon_sym_PIPE_PIPE] = ACTIONS(4328), + [anon_sym_null] = ACTIONS(4326), + [anon_sym_if] = ACTIONS(4326), + [anon_sym_else] = ACTIONS(4326), + [anon_sym_when] = ACTIONS(4326), + [anon_sym_try] = ACTIONS(4326), + [anon_sym_throw] = ACTIONS(4326), + [anon_sym_return] = ACTIONS(4326), + [anon_sym_continue] = ACTIONS(4326), + [anon_sym_break] = ACTIONS(4326), + [anon_sym_COLON_COLON] = ACTIONS(4328), + [anon_sym_PLUS_EQ] = ACTIONS(4328), + [anon_sym_DASH_EQ] = ACTIONS(4328), + [anon_sym_STAR_EQ] = ACTIONS(4328), + [anon_sym_SLASH_EQ] = ACTIONS(4328), + [anon_sym_PERCENT_EQ] = ACTIONS(4328), + [anon_sym_BANG_EQ] = ACTIONS(4326), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4328), + [anon_sym_EQ_EQ] = ACTIONS(4326), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4328), + [anon_sym_LT_EQ] = ACTIONS(4328), + [anon_sym_GT_EQ] = ACTIONS(4328), + [anon_sym_BANGin] = ACTIONS(4328), + [anon_sym_is] = ACTIONS(4326), + [anon_sym_BANGis] = ACTIONS(4328), + [anon_sym_PLUS] = ACTIONS(4326), + [anon_sym_DASH] = ACTIONS(4326), + [anon_sym_SLASH] = ACTIONS(4326), + [anon_sym_PERCENT] = ACTIONS(4326), + [anon_sym_as_QMARK] = ACTIONS(4328), + [anon_sym_PLUS_PLUS] = ACTIONS(4328), + [anon_sym_DASH_DASH] = ACTIONS(4328), + [anon_sym_BANG] = ACTIONS(4326), + [anon_sym_BANG_BANG] = ACTIONS(4328), + [anon_sym_data] = ACTIONS(4326), + [anon_sym_inner] = ACTIONS(4326), + [anon_sym_expect] = ACTIONS(4326), + [anon_sym_actual] = ACTIONS(4326), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4328), + [anon_sym_continue_AT] = ACTIONS(4328), + [anon_sym_break_AT] = ACTIONS(4328), + [sym_real_literal] = ACTIONS(4328), + [sym_integer_literal] = ACTIONS(4326), + [sym_hex_literal] = ACTIONS(4328), + [sym_bin_literal] = ACTIONS(4328), + [anon_sym_true] = ACTIONS(4326), + [anon_sym_false] = ACTIONS(4326), + [anon_sym_SQUOTE] = ACTIONS(4328), + [sym__backtick_identifier] = ACTIONS(4328), + [sym__automatic_semicolon] = ACTIONS(4328), + [sym_safe_nav] = ACTIONS(4328), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4328), }, - [3022] = { - [sym__alpha_identifier] = ACTIONS(4454), - [anon_sym_AT] = ACTIONS(4456), - [anon_sym_LBRACK] = ACTIONS(4456), - [anon_sym_RBRACK] = ACTIONS(4456), - [anon_sym_as] = ACTIONS(4454), - [anon_sym_EQ] = ACTIONS(4454), - [anon_sym_LBRACE] = ACTIONS(4456), - [anon_sym_RBRACE] = ACTIONS(4456), - [anon_sym_LPAREN] = ACTIONS(4456), - [anon_sym_COMMA] = ACTIONS(4456), - [anon_sym_RPAREN] = ACTIONS(4456), + [3028] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(1883), + [sym__comparison_operator] = STATE(1876), + [sym__in_operator] = STATE(1873), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(1866), + [sym__multiplicative_operator] = STATE(1865), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1725), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), + [sym__alpha_identifier] = ACTIONS(2992), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_RBRACK] = ACTIONS(2994), + [anon_sym_as] = ACTIONS(6403), + [anon_sym_EQ] = ACTIONS(2992), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_RBRACE] = ACTIONS(2994), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_COMMA] = ACTIONS(2994), + [anon_sym_RPAREN] = ACTIONS(2994), + [anon_sym_LT] = ACTIONS(2996), + [anon_sym_GT] = ACTIONS(2992), + [anon_sym_where] = ACTIONS(2992), + [anon_sym_DOT] = ACTIONS(6409), + [anon_sym_SEMI] = ACTIONS(2994), + [anon_sym_get] = ACTIONS(2992), + [anon_sym_set] = ACTIONS(2992), + [anon_sym_STAR] = ACTIONS(6411), + [anon_sym_DASH_GT] = ACTIONS(2994), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(2992), + [anon_sym_while] = ACTIONS(2992), + [anon_sym_DOT_DOT] = ACTIONS(6417), + [anon_sym_QMARK_COLON] = ACTIONS(2994), + [anon_sym_AMP_AMP] = ACTIONS(2994), + [anon_sym_PIPE_PIPE] = ACTIONS(2994), + [anon_sym_else] = ACTIONS(2992), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_PLUS_EQ] = ACTIONS(2994), + [anon_sym_DASH_EQ] = ACTIONS(2994), + [anon_sym_STAR_EQ] = ACTIONS(2994), + [anon_sym_SLASH_EQ] = ACTIONS(2994), + [anon_sym_PERCENT_EQ] = ACTIONS(2994), + [anon_sym_BANG_EQ] = ACTIONS(2992), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2994), + [anon_sym_EQ_EQ] = ACTIONS(2992), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2994), + [anon_sym_LT_EQ] = ACTIONS(2994), + [anon_sym_GT_EQ] = ACTIONS(2994), + [anon_sym_BANGin] = ACTIONS(2994), + [anon_sym_is] = ACTIONS(2992), + [anon_sym_BANGis] = ACTIONS(2994), + [anon_sym_PLUS] = ACTIONS(6439), + [anon_sym_DASH] = ACTIONS(6439), + [anon_sym_SLASH] = ACTIONS(6411), + [anon_sym_PERCENT] = ACTIONS(6411), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), + [anon_sym_data] = ACTIONS(2992), + [anon_sym_inner] = ACTIONS(2992), + [anon_sym_expect] = ACTIONS(2992), + [anon_sym_actual] = ACTIONS(2992), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(2994), + [sym_safe_nav] = ACTIONS(6425), + [sym_multiline_comment] = ACTIONS(3), + }, + [3029] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(1883), + [sym__comparison_operator] = STATE(1876), + [sym__in_operator] = STATE(1873), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(1866), + [sym__multiplicative_operator] = STATE(1865), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1725), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_RBRACK] = ACTIONS(3005), + [anon_sym_as] = ACTIONS(6403), + [anon_sym_EQ] = ACTIONS(3003), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_RBRACE] = ACTIONS(3005), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_COMMA] = ACTIONS(3005), + [anon_sym_RPAREN] = ACTIONS(3005), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(6407), + [anon_sym_where] = ACTIONS(3003), + [anon_sym_DOT] = ACTIONS(6409), + [anon_sym_SEMI] = ACTIONS(3005), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(6411), + [anon_sym_DASH_GT] = ACTIONS(3005), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(6415), + [anon_sym_while] = ACTIONS(3003), + [anon_sym_DOT_DOT] = ACTIONS(6417), + [anon_sym_QMARK_COLON] = ACTIONS(6419), + [anon_sym_AMP_AMP] = ACTIONS(6421), + [anon_sym_PIPE_PIPE] = ACTIONS(6423), + [anon_sym_else] = ACTIONS(3003), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_PLUS_EQ] = ACTIONS(3005), + [anon_sym_DASH_EQ] = ACTIONS(3005), + [anon_sym_STAR_EQ] = ACTIONS(3005), + [anon_sym_SLASH_EQ] = ACTIONS(3005), + [anon_sym_PERCENT_EQ] = ACTIONS(3005), + [anon_sym_BANG_EQ] = ACTIONS(6427), + [anon_sym_BANG_EQ_EQ] = ACTIONS(6429), + [anon_sym_EQ_EQ] = ACTIONS(6427), + [anon_sym_EQ_EQ_EQ] = ACTIONS(6429), + [anon_sym_LT_EQ] = ACTIONS(6431), + [anon_sym_GT_EQ] = ACTIONS(6431), + [anon_sym_BANGin] = ACTIONS(6433), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(6439), + [anon_sym_DASH] = ACTIONS(6439), + [anon_sym_SLASH] = ACTIONS(6411), + [anon_sym_PERCENT] = ACTIONS(6411), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym_safe_nav] = ACTIONS(6425), + [sym_multiline_comment] = ACTIONS(3), + }, + [3030] = { + [sym__alpha_identifier] = ACTIONS(4617), + [anon_sym_AT] = ACTIONS(4619), + [anon_sym_COLON] = ACTIONS(4617), + [anon_sym_LBRACK] = ACTIONS(4619), + [anon_sym_RBRACK] = ACTIONS(4619), + [anon_sym_as] = ACTIONS(4617), + [anon_sym_EQ] = ACTIONS(4617), + [anon_sym_LBRACE] = ACTIONS(4619), + [anon_sym_RBRACE] = ACTIONS(4619), + [anon_sym_LPAREN] = ACTIONS(4619), + [anon_sym_COMMA] = ACTIONS(4619), + [anon_sym_RPAREN] = ACTIONS(4619), + [anon_sym_LT] = ACTIONS(4617), + [anon_sym_GT] = ACTIONS(4617), + [anon_sym_where] = ACTIONS(4617), + [anon_sym_DOT] = ACTIONS(4617), + [anon_sym_SEMI] = ACTIONS(4619), + [anon_sym_get] = ACTIONS(4617), + [anon_sym_set] = ACTIONS(4617), + [anon_sym_STAR] = ACTIONS(4617), + [anon_sym_DASH_GT] = ACTIONS(4619), + [sym_label] = ACTIONS(4619), + [anon_sym_in] = ACTIONS(4617), + [anon_sym_while] = ACTIONS(4617), + [anon_sym_DOT_DOT] = ACTIONS(4619), + [anon_sym_QMARK_COLON] = ACTIONS(4619), + [anon_sym_AMP_AMP] = ACTIONS(4619), + [anon_sym_PIPE_PIPE] = ACTIONS(4619), + [anon_sym_else] = ACTIONS(4617), + [anon_sym_COLON_COLON] = ACTIONS(4619), + [anon_sym_PLUS_EQ] = ACTIONS(4619), + [anon_sym_DASH_EQ] = ACTIONS(4619), + [anon_sym_STAR_EQ] = ACTIONS(4619), + [anon_sym_SLASH_EQ] = ACTIONS(4619), + [anon_sym_PERCENT_EQ] = ACTIONS(4619), + [anon_sym_BANG_EQ] = ACTIONS(4617), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4619), + [anon_sym_EQ_EQ] = ACTIONS(4617), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4619), + [anon_sym_LT_EQ] = ACTIONS(4619), + [anon_sym_GT_EQ] = ACTIONS(4619), + [anon_sym_BANGin] = ACTIONS(4619), + [anon_sym_is] = ACTIONS(4617), + [anon_sym_BANGis] = ACTIONS(4619), + [anon_sym_PLUS] = ACTIONS(4617), + [anon_sym_DASH] = ACTIONS(4617), + [anon_sym_SLASH] = ACTIONS(4617), + [anon_sym_PERCENT] = ACTIONS(4617), + [anon_sym_as_QMARK] = ACTIONS(4619), + [anon_sym_PLUS_PLUS] = ACTIONS(4619), + [anon_sym_DASH_DASH] = ACTIONS(4619), + [anon_sym_BANG_BANG] = ACTIONS(4619), + [anon_sym_suspend] = ACTIONS(4617), + [anon_sym_sealed] = ACTIONS(4617), + [anon_sym_annotation] = ACTIONS(4617), + [anon_sym_data] = ACTIONS(4617), + [anon_sym_inner] = ACTIONS(4617), + [anon_sym_override] = ACTIONS(4617), + [anon_sym_lateinit] = ACTIONS(4617), + [anon_sym_public] = ACTIONS(4617), + [anon_sym_private] = ACTIONS(4617), + [anon_sym_internal] = ACTIONS(4617), + [anon_sym_protected] = ACTIONS(4617), + [anon_sym_tailrec] = ACTIONS(4617), + [anon_sym_operator] = ACTIONS(4617), + [anon_sym_infix] = ACTIONS(4617), + [anon_sym_inline] = ACTIONS(4617), + [anon_sym_external] = ACTIONS(4617), + [sym_property_modifier] = ACTIONS(4617), + [anon_sym_abstract] = ACTIONS(4617), + [anon_sym_final] = ACTIONS(4617), + [anon_sym_open] = ACTIONS(4617), + [anon_sym_vararg] = ACTIONS(4617), + [anon_sym_noinline] = ACTIONS(4617), + [anon_sym_crossinline] = ACTIONS(4617), + [anon_sym_expect] = ACTIONS(4617), + [anon_sym_actual] = ACTIONS(4617), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4619), + [sym_safe_nav] = ACTIONS(4619), + [sym_multiline_comment] = ACTIONS(3), + }, + [3031] = { + [sym__alpha_identifier] = ACTIONS(4640), + [anon_sym_AT] = ACTIONS(4642), + [anon_sym_LBRACK] = ACTIONS(4642), + [anon_sym_as] = ACTIONS(4640), + [anon_sym_EQ] = ACTIONS(4640), + [anon_sym_LBRACE] = ACTIONS(4642), + [anon_sym_RBRACE] = ACTIONS(4642), + [anon_sym_LPAREN] = ACTIONS(4642), + [anon_sym_COMMA] = ACTIONS(4642), + [anon_sym_LT] = ACTIONS(4640), + [anon_sym_GT] = ACTIONS(4640), + [anon_sym_where] = ACTIONS(4640), + [anon_sym_object] = ACTIONS(4640), + [anon_sym_fun] = ACTIONS(4640), + [anon_sym_DOT] = ACTIONS(4640), + [anon_sym_SEMI] = ACTIONS(4642), + [anon_sym_get] = ACTIONS(4640), + [anon_sym_set] = ACTIONS(4640), + [anon_sym_this] = ACTIONS(4640), + [anon_sym_super] = ACTIONS(4640), + [anon_sym_STAR] = ACTIONS(4640), + [sym_label] = ACTIONS(4640), + [anon_sym_in] = ACTIONS(4640), + [anon_sym_DOT_DOT] = ACTIONS(4642), + [anon_sym_QMARK_COLON] = ACTIONS(4642), + [anon_sym_AMP_AMP] = ACTIONS(4642), + [anon_sym_PIPE_PIPE] = ACTIONS(4642), + [anon_sym_null] = ACTIONS(4640), + [anon_sym_if] = ACTIONS(4640), + [anon_sym_else] = ACTIONS(4640), + [anon_sym_when] = ACTIONS(4640), + [anon_sym_try] = ACTIONS(4640), + [anon_sym_throw] = ACTIONS(4640), + [anon_sym_return] = ACTIONS(4640), + [anon_sym_continue] = ACTIONS(4640), + [anon_sym_break] = ACTIONS(4640), + [anon_sym_COLON_COLON] = ACTIONS(4642), + [anon_sym_PLUS_EQ] = ACTIONS(4642), + [anon_sym_DASH_EQ] = ACTIONS(4642), + [anon_sym_STAR_EQ] = ACTIONS(4642), + [anon_sym_SLASH_EQ] = ACTIONS(4642), + [anon_sym_PERCENT_EQ] = ACTIONS(4642), + [anon_sym_BANG_EQ] = ACTIONS(4640), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4642), + [anon_sym_EQ_EQ] = ACTIONS(4640), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4642), + [anon_sym_LT_EQ] = ACTIONS(4642), + [anon_sym_GT_EQ] = ACTIONS(4642), + [anon_sym_BANGin] = ACTIONS(4642), + [anon_sym_is] = ACTIONS(4640), + [anon_sym_BANGis] = ACTIONS(4642), + [anon_sym_PLUS] = ACTIONS(4640), + [anon_sym_DASH] = ACTIONS(4640), + [anon_sym_SLASH] = ACTIONS(4640), + [anon_sym_PERCENT] = ACTIONS(4640), + [anon_sym_as_QMARK] = ACTIONS(4642), + [anon_sym_PLUS_PLUS] = ACTIONS(4642), + [anon_sym_DASH_DASH] = ACTIONS(4642), + [anon_sym_BANG] = ACTIONS(4640), + [anon_sym_BANG_BANG] = ACTIONS(4642), + [anon_sym_data] = ACTIONS(4640), + [anon_sym_inner] = ACTIONS(4640), + [anon_sym_expect] = ACTIONS(4640), + [anon_sym_actual] = ACTIONS(4640), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4642), + [anon_sym_continue_AT] = ACTIONS(4642), + [anon_sym_break_AT] = ACTIONS(4642), + [sym_real_literal] = ACTIONS(4642), + [sym_integer_literal] = ACTIONS(4640), + [sym_hex_literal] = ACTIONS(4642), + [sym_bin_literal] = ACTIONS(4642), + [anon_sym_L] = ACTIONS(6455), + [anon_sym_true] = ACTIONS(4640), + [anon_sym_false] = ACTIONS(4640), + [anon_sym_SQUOTE] = ACTIONS(4642), + [sym__backtick_identifier] = ACTIONS(4642), + [sym__automatic_semicolon] = ACTIONS(4642), + [sym_safe_nav] = ACTIONS(4642), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4642), + }, + [3032] = { + [sym_class_body] = STATE(3156), + [sym__alpha_identifier] = ACTIONS(4535), + [anon_sym_AT] = ACTIONS(4537), + [anon_sym_LBRACK] = ACTIONS(4537), + [anon_sym_as] = ACTIONS(4535), + [anon_sym_EQ] = ACTIONS(4535), + [anon_sym_LBRACE] = ACTIONS(3144), + [anon_sym_RBRACE] = ACTIONS(4537), + [anon_sym_LPAREN] = ACTIONS(4537), + [anon_sym_COMMA] = ACTIONS(4537), + [anon_sym_LT] = ACTIONS(4535), + [anon_sym_GT] = ACTIONS(4535), + [anon_sym_where] = ACTIONS(4535), + [anon_sym_object] = ACTIONS(4535), + [anon_sym_fun] = ACTIONS(4535), + [anon_sym_DOT] = ACTIONS(4535), + [anon_sym_SEMI] = ACTIONS(4537), + [anon_sym_get] = ACTIONS(4535), + [anon_sym_set] = ACTIONS(4535), + [anon_sym_this] = ACTIONS(4535), + [anon_sym_super] = ACTIONS(4535), + [anon_sym_STAR] = ACTIONS(4535), + [sym_label] = ACTIONS(4535), + [anon_sym_in] = ACTIONS(4535), + [anon_sym_DOT_DOT] = ACTIONS(4537), + [anon_sym_QMARK_COLON] = ACTIONS(4537), + [anon_sym_AMP_AMP] = ACTIONS(4537), + [anon_sym_PIPE_PIPE] = ACTIONS(4537), + [anon_sym_null] = ACTIONS(4535), + [anon_sym_if] = ACTIONS(4535), + [anon_sym_else] = ACTIONS(4535), + [anon_sym_when] = ACTIONS(4535), + [anon_sym_try] = ACTIONS(4535), + [anon_sym_throw] = ACTIONS(4535), + [anon_sym_return] = ACTIONS(4535), + [anon_sym_continue] = ACTIONS(4535), + [anon_sym_break] = ACTIONS(4535), + [anon_sym_COLON_COLON] = ACTIONS(4537), + [anon_sym_PLUS_EQ] = ACTIONS(4537), + [anon_sym_DASH_EQ] = ACTIONS(4537), + [anon_sym_STAR_EQ] = ACTIONS(4537), + [anon_sym_SLASH_EQ] = ACTIONS(4537), + [anon_sym_PERCENT_EQ] = ACTIONS(4537), + [anon_sym_BANG_EQ] = ACTIONS(4535), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4537), + [anon_sym_EQ_EQ] = ACTIONS(4535), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4537), + [anon_sym_LT_EQ] = ACTIONS(4537), + [anon_sym_GT_EQ] = ACTIONS(4537), + [anon_sym_BANGin] = ACTIONS(4537), + [anon_sym_is] = ACTIONS(4535), + [anon_sym_BANGis] = ACTIONS(4537), + [anon_sym_PLUS] = ACTIONS(4535), + [anon_sym_DASH] = ACTIONS(4535), + [anon_sym_SLASH] = ACTIONS(4535), + [anon_sym_PERCENT] = ACTIONS(4535), + [anon_sym_as_QMARK] = ACTIONS(4537), + [anon_sym_PLUS_PLUS] = ACTIONS(4537), + [anon_sym_DASH_DASH] = ACTIONS(4537), + [anon_sym_BANG] = ACTIONS(4535), + [anon_sym_BANG_BANG] = ACTIONS(4537), + [anon_sym_data] = ACTIONS(4535), + [anon_sym_inner] = ACTIONS(4535), + [anon_sym_expect] = ACTIONS(4535), + [anon_sym_actual] = ACTIONS(4535), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4537), + [anon_sym_continue_AT] = ACTIONS(4537), + [anon_sym_break_AT] = ACTIONS(4537), + [sym_real_literal] = ACTIONS(4537), + [sym_integer_literal] = ACTIONS(4535), + [sym_hex_literal] = ACTIONS(4537), + [sym_bin_literal] = ACTIONS(4537), + [anon_sym_true] = ACTIONS(4535), + [anon_sym_false] = ACTIONS(4535), + [anon_sym_SQUOTE] = ACTIONS(4537), + [sym__backtick_identifier] = ACTIONS(4537), + [sym__automatic_semicolon] = ACTIONS(4537), + [sym_safe_nav] = ACTIONS(4537), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4537), + }, + [3033] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(1883), + [sym__comparison_operator] = STATE(1876), + [sym__in_operator] = STATE(1873), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(1866), + [sym__multiplicative_operator] = STATE(1865), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1725), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_RBRACK] = ACTIONS(3009), + [anon_sym_as] = ACTIONS(6403), + [anon_sym_EQ] = ACTIONS(3007), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_RBRACE] = ACTIONS(3009), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_COMMA] = ACTIONS(3009), + [anon_sym_RPAREN] = ACTIONS(3009), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(6407), + [anon_sym_where] = ACTIONS(3007), + [anon_sym_DOT] = ACTIONS(6409), + [anon_sym_SEMI] = ACTIONS(3009), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(6411), + [anon_sym_DASH_GT] = ACTIONS(3009), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(6415), + [anon_sym_while] = ACTIONS(3007), + [anon_sym_DOT_DOT] = ACTIONS(6417), + [anon_sym_QMARK_COLON] = ACTIONS(6419), + [anon_sym_AMP_AMP] = ACTIONS(6421), + [anon_sym_PIPE_PIPE] = ACTIONS(6423), + [anon_sym_else] = ACTIONS(3007), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_PLUS_EQ] = ACTIONS(3009), + [anon_sym_DASH_EQ] = ACTIONS(3009), + [anon_sym_STAR_EQ] = ACTIONS(3009), + [anon_sym_SLASH_EQ] = ACTIONS(3009), + [anon_sym_PERCENT_EQ] = ACTIONS(3009), + [anon_sym_BANG_EQ] = ACTIONS(6427), + [anon_sym_BANG_EQ_EQ] = ACTIONS(6429), + [anon_sym_EQ_EQ] = ACTIONS(6427), + [anon_sym_EQ_EQ_EQ] = ACTIONS(6429), + [anon_sym_LT_EQ] = ACTIONS(6431), + [anon_sym_GT_EQ] = ACTIONS(6431), + [anon_sym_BANGin] = ACTIONS(6433), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(6439), + [anon_sym_DASH] = ACTIONS(6439), + [anon_sym_SLASH] = ACTIONS(6411), + [anon_sym_PERCENT] = ACTIONS(6411), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym_safe_nav] = ACTIONS(6425), + [sym_multiline_comment] = ACTIONS(3), + }, + [3034] = { + [sym__alpha_identifier] = ACTIONS(4621), + [anon_sym_AT] = ACTIONS(4623), + [anon_sym_LBRACK] = ACTIONS(4623), + [anon_sym_RBRACK] = ACTIONS(4623), + [anon_sym_as] = ACTIONS(4621), + [anon_sym_EQ] = ACTIONS(4621), + [anon_sym_LBRACE] = ACTIONS(4623), + [anon_sym_RBRACE] = ACTIONS(4623), + [anon_sym_LPAREN] = ACTIONS(4623), + [anon_sym_COMMA] = ACTIONS(4623), + [anon_sym_RPAREN] = ACTIONS(4623), + [anon_sym_by] = ACTIONS(4621), + [anon_sym_LT] = ACTIONS(4621), + [anon_sym_GT] = ACTIONS(4621), + [anon_sym_where] = ACTIONS(4621), + [anon_sym_DOT] = ACTIONS(4621), + [anon_sym_SEMI] = ACTIONS(4623), + [anon_sym_get] = ACTIONS(4621), + [anon_sym_set] = ACTIONS(4621), + [anon_sym_STAR] = ACTIONS(4621), + [anon_sym_DASH_GT] = ACTIONS(4623), + [sym_label] = ACTIONS(4623), + [anon_sym_in] = ACTIONS(4621), + [anon_sym_while] = ACTIONS(4621), + [anon_sym_DOT_DOT] = ACTIONS(4623), + [anon_sym_QMARK_COLON] = ACTIONS(4623), + [anon_sym_AMP_AMP] = ACTIONS(4623), + [anon_sym_PIPE_PIPE] = ACTIONS(4623), + [anon_sym_else] = ACTIONS(4621), + [anon_sym_COLON_COLON] = ACTIONS(4623), + [anon_sym_PLUS_EQ] = ACTIONS(4623), + [anon_sym_DASH_EQ] = ACTIONS(4623), + [anon_sym_STAR_EQ] = ACTIONS(4623), + [anon_sym_SLASH_EQ] = ACTIONS(4623), + [anon_sym_PERCENT_EQ] = ACTIONS(4623), + [anon_sym_BANG_EQ] = ACTIONS(4621), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4623), + [anon_sym_EQ_EQ] = ACTIONS(4621), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4623), + [anon_sym_LT_EQ] = ACTIONS(4623), + [anon_sym_GT_EQ] = ACTIONS(4623), + [anon_sym_BANGin] = ACTIONS(4623), + [anon_sym_is] = ACTIONS(4621), + [anon_sym_BANGis] = ACTIONS(4623), + [anon_sym_PLUS] = ACTIONS(4621), + [anon_sym_DASH] = ACTIONS(4621), + [anon_sym_SLASH] = ACTIONS(4621), + [anon_sym_PERCENT] = ACTIONS(4621), + [anon_sym_as_QMARK] = ACTIONS(4623), + [anon_sym_PLUS_PLUS] = ACTIONS(4623), + [anon_sym_DASH_DASH] = ACTIONS(4623), + [anon_sym_BANG_BANG] = ACTIONS(4623), + [anon_sym_suspend] = ACTIONS(4621), + [anon_sym_sealed] = ACTIONS(4621), + [anon_sym_annotation] = ACTIONS(4621), + [anon_sym_data] = ACTIONS(4621), + [anon_sym_inner] = ACTIONS(4621), + [anon_sym_override] = ACTIONS(4621), + [anon_sym_lateinit] = ACTIONS(4621), + [anon_sym_public] = ACTIONS(4621), + [anon_sym_private] = ACTIONS(4621), + [anon_sym_internal] = ACTIONS(4621), + [anon_sym_protected] = ACTIONS(4621), + [anon_sym_tailrec] = ACTIONS(4621), + [anon_sym_operator] = ACTIONS(4621), + [anon_sym_infix] = ACTIONS(4621), + [anon_sym_inline] = ACTIONS(4621), + [anon_sym_external] = ACTIONS(4621), + [sym_property_modifier] = ACTIONS(4621), + [anon_sym_abstract] = ACTIONS(4621), + [anon_sym_final] = ACTIONS(4621), + [anon_sym_open] = ACTIONS(4621), + [anon_sym_vararg] = ACTIONS(4621), + [anon_sym_noinline] = ACTIONS(4621), + [anon_sym_crossinline] = ACTIONS(4621), + [anon_sym_expect] = ACTIONS(4621), + [anon_sym_actual] = ACTIONS(4621), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4623), + [sym_safe_nav] = ACTIONS(4623), + [sym_multiline_comment] = ACTIONS(3), + }, + [3035] = { + [sym__alpha_identifier] = ACTIONS(4416), + [anon_sym_AT] = ACTIONS(4418), + [anon_sym_LBRACK] = ACTIONS(4418), + [anon_sym_RBRACK] = ACTIONS(4418), + [anon_sym_as] = ACTIONS(4416), + [anon_sym_EQ] = ACTIONS(4416), + [anon_sym_LBRACE] = ACTIONS(4418), + [anon_sym_RBRACE] = ACTIONS(4418), + [anon_sym_LPAREN] = ACTIONS(4418), + [anon_sym_COMMA] = ACTIONS(4418), + [anon_sym_RPAREN] = ACTIONS(4418), [anon_sym_by] = ACTIONS(6363), - [anon_sym_LT] = ACTIONS(4454), - [anon_sym_GT] = ACTIONS(4454), - [anon_sym_where] = ACTIONS(4454), - [anon_sym_DOT] = ACTIONS(4454), - [anon_sym_SEMI] = ACTIONS(4456), - [anon_sym_get] = ACTIONS(4454), - [anon_sym_set] = ACTIONS(4454), - [anon_sym_STAR] = ACTIONS(4454), - [anon_sym_DASH_GT] = ACTIONS(4456), - [sym_label] = ACTIONS(4456), - [anon_sym_in] = ACTIONS(4454), - [anon_sym_while] = ACTIONS(4454), - [anon_sym_DOT_DOT] = ACTIONS(4456), - [anon_sym_QMARK_COLON] = ACTIONS(4456), - [anon_sym_AMP_AMP] = ACTIONS(4456), - [anon_sym_PIPE_PIPE] = ACTIONS(4456), - [anon_sym_else] = ACTIONS(4454), - [anon_sym_COLON_COLON] = ACTIONS(4456), - [anon_sym_PLUS_EQ] = ACTIONS(4456), - [anon_sym_DASH_EQ] = ACTIONS(4456), - [anon_sym_STAR_EQ] = ACTIONS(4456), - [anon_sym_SLASH_EQ] = ACTIONS(4456), - [anon_sym_PERCENT_EQ] = ACTIONS(4456), - [anon_sym_BANG_EQ] = ACTIONS(4454), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4456), - [anon_sym_EQ_EQ] = ACTIONS(4454), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4456), - [anon_sym_LT_EQ] = ACTIONS(4456), - [anon_sym_GT_EQ] = ACTIONS(4456), - [anon_sym_BANGin] = ACTIONS(4456), - [anon_sym_is] = ACTIONS(4454), - [anon_sym_BANGis] = ACTIONS(4456), - [anon_sym_PLUS] = ACTIONS(4454), - [anon_sym_DASH] = ACTIONS(4454), - [anon_sym_SLASH] = ACTIONS(4454), - [anon_sym_PERCENT] = ACTIONS(4454), - [anon_sym_as_QMARK] = ACTIONS(4456), - [anon_sym_PLUS_PLUS] = ACTIONS(4456), - [anon_sym_DASH_DASH] = ACTIONS(4456), - [anon_sym_BANG_BANG] = ACTIONS(4456), - [anon_sym_suspend] = ACTIONS(4454), - [anon_sym_sealed] = ACTIONS(4454), - [anon_sym_annotation] = ACTIONS(4454), - [anon_sym_data] = ACTIONS(4454), - [anon_sym_inner] = ACTIONS(4454), - [anon_sym_override] = ACTIONS(4454), - [anon_sym_lateinit] = ACTIONS(4454), - [anon_sym_public] = ACTIONS(4454), - [anon_sym_private] = ACTIONS(4454), - [anon_sym_internal] = ACTIONS(4454), - [anon_sym_protected] = ACTIONS(4454), - [anon_sym_tailrec] = ACTIONS(4454), - [anon_sym_operator] = ACTIONS(4454), - [anon_sym_infix] = ACTIONS(4454), - [anon_sym_inline] = ACTIONS(4454), - [anon_sym_external] = ACTIONS(4454), - [sym_property_modifier] = ACTIONS(4454), - [anon_sym_abstract] = ACTIONS(4454), - [anon_sym_final] = ACTIONS(4454), - [anon_sym_open] = ACTIONS(4454), - [anon_sym_vararg] = ACTIONS(4454), - [anon_sym_noinline] = ACTIONS(4454), - [anon_sym_crossinline] = ACTIONS(4454), - [anon_sym_expect] = ACTIONS(4454), - [anon_sym_actual] = ACTIONS(4454), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4456), - [sym_safe_nav] = ACTIONS(4456), + [anon_sym_LT] = ACTIONS(4416), + [anon_sym_GT] = ACTIONS(4416), + [anon_sym_where] = ACTIONS(4416), + [anon_sym_DOT] = ACTIONS(4416), + [anon_sym_SEMI] = ACTIONS(4418), + [anon_sym_get] = ACTIONS(4416), + [anon_sym_set] = ACTIONS(4416), + [anon_sym_STAR] = ACTIONS(4416), + [anon_sym_DASH_GT] = ACTIONS(4418), + [sym_label] = ACTIONS(4418), + [anon_sym_in] = ACTIONS(4416), + [anon_sym_while] = ACTIONS(4416), + [anon_sym_DOT_DOT] = ACTIONS(4418), + [anon_sym_QMARK_COLON] = ACTIONS(4418), + [anon_sym_AMP_AMP] = ACTIONS(4418), + [anon_sym_PIPE_PIPE] = ACTIONS(4418), + [anon_sym_else] = ACTIONS(4416), + [anon_sym_COLON_COLON] = ACTIONS(4418), + [anon_sym_PLUS_EQ] = ACTIONS(4418), + [anon_sym_DASH_EQ] = ACTIONS(4418), + [anon_sym_STAR_EQ] = ACTIONS(4418), + [anon_sym_SLASH_EQ] = ACTIONS(4418), + [anon_sym_PERCENT_EQ] = ACTIONS(4418), + [anon_sym_BANG_EQ] = ACTIONS(4416), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4418), + [anon_sym_EQ_EQ] = ACTIONS(4416), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4418), + [anon_sym_LT_EQ] = ACTIONS(4418), + [anon_sym_GT_EQ] = ACTIONS(4418), + [anon_sym_BANGin] = ACTIONS(4418), + [anon_sym_is] = ACTIONS(4416), + [anon_sym_BANGis] = ACTIONS(4418), + [anon_sym_PLUS] = ACTIONS(4416), + [anon_sym_DASH] = ACTIONS(4416), + [anon_sym_SLASH] = ACTIONS(4416), + [anon_sym_PERCENT] = ACTIONS(4416), + [anon_sym_as_QMARK] = ACTIONS(4418), + [anon_sym_PLUS_PLUS] = ACTIONS(4418), + [anon_sym_DASH_DASH] = ACTIONS(4418), + [anon_sym_BANG_BANG] = ACTIONS(4418), + [anon_sym_suspend] = ACTIONS(4416), + [anon_sym_sealed] = ACTIONS(4416), + [anon_sym_annotation] = ACTIONS(4416), + [anon_sym_data] = ACTIONS(4416), + [anon_sym_inner] = ACTIONS(4416), + [anon_sym_override] = ACTIONS(4416), + [anon_sym_lateinit] = ACTIONS(4416), + [anon_sym_public] = ACTIONS(4416), + [anon_sym_private] = ACTIONS(4416), + [anon_sym_internal] = ACTIONS(4416), + [anon_sym_protected] = ACTIONS(4416), + [anon_sym_tailrec] = ACTIONS(4416), + [anon_sym_operator] = ACTIONS(4416), + [anon_sym_infix] = ACTIONS(4416), + [anon_sym_inline] = ACTIONS(4416), + [anon_sym_external] = ACTIONS(4416), + [sym_property_modifier] = ACTIONS(4416), + [anon_sym_abstract] = ACTIONS(4416), + [anon_sym_final] = ACTIONS(4416), + [anon_sym_open] = ACTIONS(4416), + [anon_sym_vararg] = ACTIONS(4416), + [anon_sym_noinline] = ACTIONS(4416), + [anon_sym_crossinline] = ACTIONS(4416), + [anon_sym_expect] = ACTIONS(4416), + [anon_sym_actual] = ACTIONS(4416), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4418), + [sym_safe_nav] = ACTIONS(4418), [sym_multiline_comment] = ACTIONS(3), }, - [3023] = { - [sym_type_constraints] = STATE(3486), - [sym_function_body] = STATE(3878), - [sym__block] = STATE(3725), - [sym__alpha_identifier] = ACTIONS(4095), - [anon_sym_AT] = ACTIONS(4097), - [anon_sym_COLON] = ACTIONS(6445), - [anon_sym_LBRACK] = ACTIONS(4097), - [anon_sym_as] = ACTIONS(4095), - [anon_sym_EQ] = ACTIONS(6432), - [anon_sym_LBRACE] = ACTIONS(6434), - [anon_sym_RBRACE] = ACTIONS(4097), - [anon_sym_LPAREN] = ACTIONS(4097), - [anon_sym_COMMA] = ACTIONS(4097), - [anon_sym_LT] = ACTIONS(4095), - [anon_sym_GT] = ACTIONS(4095), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(4095), - [anon_sym_SEMI] = ACTIONS(4097), - [anon_sym_get] = ACTIONS(4095), - [anon_sym_set] = ACTIONS(4095), - [anon_sym_STAR] = ACTIONS(4095), - [sym_label] = ACTIONS(4097), - [anon_sym_in] = ACTIONS(4095), - [anon_sym_DOT_DOT] = ACTIONS(4097), - [anon_sym_QMARK_COLON] = ACTIONS(4097), - [anon_sym_AMP_AMP] = ACTIONS(4097), - [anon_sym_PIPE_PIPE] = ACTIONS(4097), - [anon_sym_else] = ACTIONS(4095), - [anon_sym_COLON_COLON] = ACTIONS(4097), - [anon_sym_PLUS_EQ] = ACTIONS(4097), - [anon_sym_DASH_EQ] = ACTIONS(4097), - [anon_sym_STAR_EQ] = ACTIONS(4097), - [anon_sym_SLASH_EQ] = ACTIONS(4097), - [anon_sym_PERCENT_EQ] = ACTIONS(4097), - [anon_sym_BANG_EQ] = ACTIONS(4095), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4097), - [anon_sym_EQ_EQ] = ACTIONS(4095), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4097), - [anon_sym_LT_EQ] = ACTIONS(4097), - [anon_sym_GT_EQ] = ACTIONS(4097), - [anon_sym_BANGin] = ACTIONS(4097), - [anon_sym_is] = ACTIONS(4095), - [anon_sym_BANGis] = ACTIONS(4097), - [anon_sym_PLUS] = ACTIONS(4095), - [anon_sym_DASH] = ACTIONS(4095), - [anon_sym_SLASH] = ACTIONS(4095), - [anon_sym_PERCENT] = ACTIONS(4095), - [anon_sym_as_QMARK] = ACTIONS(4097), - [anon_sym_PLUS_PLUS] = ACTIONS(4097), - [anon_sym_DASH_DASH] = ACTIONS(4097), - [anon_sym_BANG_BANG] = ACTIONS(4097), - [anon_sym_suspend] = ACTIONS(4095), - [anon_sym_sealed] = ACTIONS(4095), - [anon_sym_annotation] = ACTIONS(4095), - [anon_sym_data] = ACTIONS(4095), - [anon_sym_inner] = ACTIONS(4095), - [anon_sym_override] = ACTIONS(4095), - [anon_sym_lateinit] = ACTIONS(4095), - [anon_sym_public] = ACTIONS(4095), - [anon_sym_private] = ACTIONS(4095), - [anon_sym_internal] = ACTIONS(4095), - [anon_sym_protected] = ACTIONS(4095), - [anon_sym_tailrec] = ACTIONS(4095), - [anon_sym_operator] = ACTIONS(4095), - [anon_sym_infix] = ACTIONS(4095), - [anon_sym_inline] = ACTIONS(4095), - [anon_sym_external] = ACTIONS(4095), - [sym_property_modifier] = ACTIONS(4095), - [anon_sym_abstract] = ACTIONS(4095), - [anon_sym_final] = ACTIONS(4095), - [anon_sym_open] = ACTIONS(4095), - [anon_sym_vararg] = ACTIONS(4095), - [anon_sym_noinline] = ACTIONS(4095), - [anon_sym_crossinline] = ACTIONS(4095), - [anon_sym_expect] = ACTIONS(4095), - [anon_sym_actual] = ACTIONS(4095), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4097), - [sym__automatic_semicolon] = ACTIONS(4097), - [sym_safe_nav] = ACTIONS(4097), + [3036] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(1883), + [sym__comparison_operator] = STATE(1876), + [sym__in_operator] = STATE(1873), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(1866), + [sym__multiplicative_operator] = STATE(1865), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1725), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_RBRACK] = ACTIONS(3001), + [anon_sym_as] = ACTIONS(6403), + [anon_sym_EQ] = ACTIONS(2999), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_RBRACE] = ACTIONS(3001), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_COMMA] = ACTIONS(3001), + [anon_sym_RPAREN] = ACTIONS(3001), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(6407), + [anon_sym_where] = ACTIONS(2999), + [anon_sym_DOT] = ACTIONS(6409), + [anon_sym_SEMI] = ACTIONS(3001), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(6411), + [anon_sym_DASH_GT] = ACTIONS(3001), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(6415), + [anon_sym_while] = ACTIONS(2999), + [anon_sym_DOT_DOT] = ACTIONS(6417), + [anon_sym_QMARK_COLON] = ACTIONS(6419), + [anon_sym_AMP_AMP] = ACTIONS(6421), + [anon_sym_PIPE_PIPE] = ACTIONS(6423), + [anon_sym_else] = ACTIONS(2999), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_PLUS_EQ] = ACTIONS(3001), + [anon_sym_DASH_EQ] = ACTIONS(3001), + [anon_sym_STAR_EQ] = ACTIONS(3001), + [anon_sym_SLASH_EQ] = ACTIONS(3001), + [anon_sym_PERCENT_EQ] = ACTIONS(3001), + [anon_sym_BANG_EQ] = ACTIONS(6427), + [anon_sym_BANG_EQ_EQ] = ACTIONS(6429), + [anon_sym_EQ_EQ] = ACTIONS(6427), + [anon_sym_EQ_EQ_EQ] = ACTIONS(6429), + [anon_sym_LT_EQ] = ACTIONS(6431), + [anon_sym_GT_EQ] = ACTIONS(6431), + [anon_sym_BANGin] = ACTIONS(6433), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(6439), + [anon_sym_DASH] = ACTIONS(6439), + [anon_sym_SLASH] = ACTIONS(6411), + [anon_sym_PERCENT] = ACTIONS(6411), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [3024] = { - [sym_class_body] = STATE(3246), - [sym__alpha_identifier] = ACTIONS(4434), - [anon_sym_AT] = ACTIONS(4436), - [anon_sym_LBRACK] = ACTIONS(4436), - [anon_sym_as] = ACTIONS(4434), - [anon_sym_EQ] = ACTIONS(4434), - [anon_sym_LBRACE] = ACTIONS(3112), - [anon_sym_RBRACE] = ACTIONS(4436), - [anon_sym_LPAREN] = ACTIONS(4436), - [anon_sym_COMMA] = ACTIONS(4436), - [anon_sym_LT] = ACTIONS(4434), - [anon_sym_GT] = ACTIONS(4434), - [anon_sym_where] = ACTIONS(4434), - [anon_sym_object] = ACTIONS(4434), - [anon_sym_fun] = ACTIONS(4434), - [anon_sym_DOT] = ACTIONS(4434), - [anon_sym_SEMI] = ACTIONS(4436), - [anon_sym_get] = ACTIONS(4434), - [anon_sym_set] = ACTIONS(4434), - [anon_sym_this] = ACTIONS(4434), - [anon_sym_super] = ACTIONS(4434), - [anon_sym_STAR] = ACTIONS(4434), - [sym_label] = ACTIONS(4434), - [anon_sym_in] = ACTIONS(4434), - [anon_sym_DOT_DOT] = ACTIONS(4436), - [anon_sym_QMARK_COLON] = ACTIONS(4436), - [anon_sym_AMP_AMP] = ACTIONS(4436), - [anon_sym_PIPE_PIPE] = ACTIONS(4436), - [anon_sym_null] = ACTIONS(4434), - [anon_sym_if] = ACTIONS(4434), - [anon_sym_else] = ACTIONS(4434), - [anon_sym_when] = ACTIONS(4434), - [anon_sym_try] = ACTIONS(4434), - [anon_sym_throw] = ACTIONS(4434), - [anon_sym_return] = ACTIONS(4434), - [anon_sym_continue] = ACTIONS(4434), - [anon_sym_break] = ACTIONS(4434), - [anon_sym_COLON_COLON] = ACTIONS(4436), - [anon_sym_PLUS_EQ] = ACTIONS(4436), - [anon_sym_DASH_EQ] = ACTIONS(4436), - [anon_sym_STAR_EQ] = ACTIONS(4436), - [anon_sym_SLASH_EQ] = ACTIONS(4436), - [anon_sym_PERCENT_EQ] = ACTIONS(4436), - [anon_sym_BANG_EQ] = ACTIONS(4434), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4436), - [anon_sym_EQ_EQ] = ACTIONS(4434), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4436), - [anon_sym_LT_EQ] = ACTIONS(4436), - [anon_sym_GT_EQ] = ACTIONS(4436), - [anon_sym_BANGin] = ACTIONS(4436), - [anon_sym_is] = ACTIONS(4434), - [anon_sym_BANGis] = ACTIONS(4436), - [anon_sym_PLUS] = ACTIONS(4434), - [anon_sym_DASH] = ACTIONS(4434), - [anon_sym_SLASH] = ACTIONS(4434), - [anon_sym_PERCENT] = ACTIONS(4434), - [anon_sym_as_QMARK] = ACTIONS(4436), - [anon_sym_PLUS_PLUS] = ACTIONS(4436), - [anon_sym_DASH_DASH] = ACTIONS(4436), - [anon_sym_BANG] = ACTIONS(4434), - [anon_sym_BANG_BANG] = ACTIONS(4436), - [anon_sym_data] = ACTIONS(4434), - [anon_sym_inner] = ACTIONS(4434), - [anon_sym_expect] = ACTIONS(4434), - [anon_sym_actual] = ACTIONS(4434), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4436), - [anon_sym_continue_AT] = ACTIONS(4436), - [anon_sym_break_AT] = ACTIONS(4436), - [sym_real_literal] = ACTIONS(4436), - [sym_integer_literal] = ACTIONS(4434), - [sym_hex_literal] = ACTIONS(4436), - [sym_bin_literal] = ACTIONS(4436), - [anon_sym_true] = ACTIONS(4434), - [anon_sym_false] = ACTIONS(4434), - [anon_sym_SQUOTE] = ACTIONS(4436), - [sym__backtick_identifier] = ACTIONS(4436), - [sym__automatic_semicolon] = ACTIONS(4436), - [sym_safe_nav] = ACTIONS(4436), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4436), + [3037] = { + [sym_type_constraints] = STATE(3505), + [sym_function_body] = STATE(3891), + [sym__block] = STATE(3738), + [sym__alpha_identifier] = ACTIONS(4041), + [anon_sym_AT] = ACTIONS(4043), + [anon_sym_COLON] = ACTIONS(6457), + [anon_sym_LBRACK] = ACTIONS(4043), + [anon_sym_as] = ACTIONS(4041), + [anon_sym_EQ] = ACTIONS(6459), + [anon_sym_LBRACE] = ACTIONS(6461), + [anon_sym_RBRACE] = ACTIONS(4043), + [anon_sym_LPAREN] = ACTIONS(4043), + [anon_sym_COMMA] = ACTIONS(4043), + [anon_sym_LT] = ACTIONS(4041), + [anon_sym_GT] = ACTIONS(4041), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(4041), + [anon_sym_SEMI] = ACTIONS(4043), + [anon_sym_get] = ACTIONS(4041), + [anon_sym_set] = ACTIONS(4041), + [anon_sym_STAR] = ACTIONS(4041), + [sym_label] = ACTIONS(4043), + [anon_sym_in] = ACTIONS(4041), + [anon_sym_DOT_DOT] = ACTIONS(4043), + [anon_sym_QMARK_COLON] = ACTIONS(4043), + [anon_sym_AMP_AMP] = ACTIONS(4043), + [anon_sym_PIPE_PIPE] = ACTIONS(4043), + [anon_sym_else] = ACTIONS(4041), + [anon_sym_COLON_COLON] = ACTIONS(4043), + [anon_sym_PLUS_EQ] = ACTIONS(4043), + [anon_sym_DASH_EQ] = ACTIONS(4043), + [anon_sym_STAR_EQ] = ACTIONS(4043), + [anon_sym_SLASH_EQ] = ACTIONS(4043), + [anon_sym_PERCENT_EQ] = ACTIONS(4043), + [anon_sym_BANG_EQ] = ACTIONS(4041), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4043), + [anon_sym_EQ_EQ] = ACTIONS(4041), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4043), + [anon_sym_LT_EQ] = ACTIONS(4043), + [anon_sym_GT_EQ] = ACTIONS(4043), + [anon_sym_BANGin] = ACTIONS(4043), + [anon_sym_is] = ACTIONS(4041), + [anon_sym_BANGis] = ACTIONS(4043), + [anon_sym_PLUS] = ACTIONS(4041), + [anon_sym_DASH] = ACTIONS(4041), + [anon_sym_SLASH] = ACTIONS(4041), + [anon_sym_PERCENT] = ACTIONS(4041), + [anon_sym_as_QMARK] = ACTIONS(4043), + [anon_sym_PLUS_PLUS] = ACTIONS(4043), + [anon_sym_DASH_DASH] = ACTIONS(4043), + [anon_sym_BANG_BANG] = ACTIONS(4043), + [anon_sym_suspend] = ACTIONS(4041), + [anon_sym_sealed] = ACTIONS(4041), + [anon_sym_annotation] = ACTIONS(4041), + [anon_sym_data] = ACTIONS(4041), + [anon_sym_inner] = ACTIONS(4041), + [anon_sym_override] = ACTIONS(4041), + [anon_sym_lateinit] = ACTIONS(4041), + [anon_sym_public] = ACTIONS(4041), + [anon_sym_private] = ACTIONS(4041), + [anon_sym_internal] = ACTIONS(4041), + [anon_sym_protected] = ACTIONS(4041), + [anon_sym_tailrec] = ACTIONS(4041), + [anon_sym_operator] = ACTIONS(4041), + [anon_sym_infix] = ACTIONS(4041), + [anon_sym_inline] = ACTIONS(4041), + [anon_sym_external] = ACTIONS(4041), + [sym_property_modifier] = ACTIONS(4041), + [anon_sym_abstract] = ACTIONS(4041), + [anon_sym_final] = ACTIONS(4041), + [anon_sym_open] = ACTIONS(4041), + [anon_sym_vararg] = ACTIONS(4041), + [anon_sym_noinline] = ACTIONS(4041), + [anon_sym_crossinline] = ACTIONS(4041), + [anon_sym_expect] = ACTIONS(4041), + [anon_sym_actual] = ACTIONS(4041), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4043), + [sym__automatic_semicolon] = ACTIONS(4043), + [sym_safe_nav] = ACTIONS(4043), + [sym_multiline_comment] = ACTIONS(3), }, - [3025] = { - [sym__alpha_identifier] = ACTIONS(4651), - [anon_sym_AT] = ACTIONS(4653), - [anon_sym_COLON] = ACTIONS(4651), - [anon_sym_LBRACK] = ACTIONS(4653), - [anon_sym_as] = ACTIONS(4651), - [anon_sym_EQ] = ACTIONS(4651), - [anon_sym_LBRACE] = ACTIONS(4653), - [anon_sym_RBRACE] = ACTIONS(4653), - [anon_sym_LPAREN] = ACTIONS(4653), - [anon_sym_COMMA] = ACTIONS(4653), - [anon_sym_LT] = ACTIONS(4651), - [anon_sym_GT] = ACTIONS(4651), - [anon_sym_where] = ACTIONS(4651), - [anon_sym_object] = ACTIONS(4651), - [anon_sym_fun] = ACTIONS(4651), - [anon_sym_DOT] = ACTIONS(4651), - [anon_sym_SEMI] = ACTIONS(4653), - [anon_sym_get] = ACTIONS(4651), - [anon_sym_set] = ACTIONS(4651), - [anon_sym_this] = ACTIONS(4651), - [anon_sym_super] = ACTIONS(4651), - [anon_sym_STAR] = ACTIONS(4651), - [sym_label] = ACTIONS(4651), - [anon_sym_in] = ACTIONS(4651), - [anon_sym_DOT_DOT] = ACTIONS(4653), - [anon_sym_QMARK_COLON] = ACTIONS(4653), - [anon_sym_AMP_AMP] = ACTIONS(4653), - [anon_sym_PIPE_PIPE] = ACTIONS(4653), - [anon_sym_null] = ACTIONS(4651), - [anon_sym_if] = ACTIONS(4651), - [anon_sym_else] = ACTIONS(4651), - [anon_sym_when] = ACTIONS(4651), - [anon_sym_try] = ACTIONS(4651), - [anon_sym_throw] = ACTIONS(4651), - [anon_sym_return] = ACTIONS(4651), - [anon_sym_continue] = ACTIONS(4651), - [anon_sym_break] = ACTIONS(4651), - [anon_sym_COLON_COLON] = ACTIONS(4653), - [anon_sym_PLUS_EQ] = ACTIONS(4653), - [anon_sym_DASH_EQ] = ACTIONS(4653), - [anon_sym_STAR_EQ] = ACTIONS(4653), - [anon_sym_SLASH_EQ] = ACTIONS(4653), - [anon_sym_PERCENT_EQ] = ACTIONS(4653), - [anon_sym_BANG_EQ] = ACTIONS(4651), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4653), - [anon_sym_EQ_EQ] = ACTIONS(4651), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4653), - [anon_sym_LT_EQ] = ACTIONS(4653), - [anon_sym_GT_EQ] = ACTIONS(4653), - [anon_sym_BANGin] = ACTIONS(4653), - [anon_sym_is] = ACTIONS(4651), - [anon_sym_BANGis] = ACTIONS(4653), - [anon_sym_PLUS] = ACTIONS(4651), - [anon_sym_DASH] = ACTIONS(4651), - [anon_sym_SLASH] = ACTIONS(4651), - [anon_sym_PERCENT] = ACTIONS(4651), - [anon_sym_as_QMARK] = ACTIONS(4653), - [anon_sym_PLUS_PLUS] = ACTIONS(4653), - [anon_sym_DASH_DASH] = ACTIONS(4653), - [anon_sym_BANG] = ACTIONS(4651), - [anon_sym_BANG_BANG] = ACTIONS(4653), - [anon_sym_data] = ACTIONS(4651), - [anon_sym_inner] = ACTIONS(4651), - [anon_sym_expect] = ACTIONS(4651), - [anon_sym_actual] = ACTIONS(4651), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4653), - [anon_sym_continue_AT] = ACTIONS(4653), - [anon_sym_break_AT] = ACTIONS(4653), - [sym_real_literal] = ACTIONS(4653), - [sym_integer_literal] = ACTIONS(4651), - [sym_hex_literal] = ACTIONS(4653), - [sym_bin_literal] = ACTIONS(4653), - [anon_sym_true] = ACTIONS(4651), - [anon_sym_false] = ACTIONS(4651), - [anon_sym_SQUOTE] = ACTIONS(4653), - [sym__backtick_identifier] = ACTIONS(4653), - [sym__automatic_semicolon] = ACTIONS(4653), - [sym_safe_nav] = ACTIONS(4653), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4653), + [3038] = { + [sym__alpha_identifier] = ACTIONS(4640), + [anon_sym_AT] = ACTIONS(4642), + [anon_sym_LBRACK] = ACTIONS(4642), + [anon_sym_RBRACK] = ACTIONS(4642), + [anon_sym_as] = ACTIONS(4640), + [anon_sym_EQ] = ACTIONS(4640), + [anon_sym_LBRACE] = ACTIONS(4642), + [anon_sym_RBRACE] = ACTIONS(4642), + [anon_sym_LPAREN] = ACTIONS(4642), + [anon_sym_COMMA] = ACTIONS(4642), + [anon_sym_RPAREN] = ACTIONS(4642), + [anon_sym_LT] = ACTIONS(4640), + [anon_sym_GT] = ACTIONS(4640), + [anon_sym_where] = ACTIONS(4640), + [anon_sym_DOT] = ACTIONS(4640), + [anon_sym_SEMI] = ACTIONS(4642), + [anon_sym_get] = ACTIONS(4640), + [anon_sym_set] = ACTIONS(4640), + [anon_sym_STAR] = ACTIONS(4640), + [anon_sym_DASH_GT] = ACTIONS(4642), + [sym_label] = ACTIONS(4642), + [anon_sym_in] = ACTIONS(4640), + [anon_sym_while] = ACTIONS(4640), + [anon_sym_DOT_DOT] = ACTIONS(4642), + [anon_sym_QMARK_COLON] = ACTIONS(4642), + [anon_sym_AMP_AMP] = ACTIONS(4642), + [anon_sym_PIPE_PIPE] = ACTIONS(4642), + [anon_sym_else] = ACTIONS(4640), + [anon_sym_COLON_COLON] = ACTIONS(4642), + [anon_sym_PLUS_EQ] = ACTIONS(4642), + [anon_sym_DASH_EQ] = ACTIONS(4642), + [anon_sym_STAR_EQ] = ACTIONS(4642), + [anon_sym_SLASH_EQ] = ACTIONS(4642), + [anon_sym_PERCENT_EQ] = ACTIONS(4642), + [anon_sym_BANG_EQ] = ACTIONS(4640), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4642), + [anon_sym_EQ_EQ] = ACTIONS(4640), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4642), + [anon_sym_LT_EQ] = ACTIONS(4642), + [anon_sym_GT_EQ] = ACTIONS(4642), + [anon_sym_BANGin] = ACTIONS(4642), + [anon_sym_is] = ACTIONS(4640), + [anon_sym_BANGis] = ACTIONS(4642), + [anon_sym_PLUS] = ACTIONS(4640), + [anon_sym_DASH] = ACTIONS(4640), + [anon_sym_SLASH] = ACTIONS(4640), + [anon_sym_PERCENT] = ACTIONS(4640), + [anon_sym_as_QMARK] = ACTIONS(4642), + [anon_sym_PLUS_PLUS] = ACTIONS(4642), + [anon_sym_DASH_DASH] = ACTIONS(4642), + [anon_sym_BANG_BANG] = ACTIONS(4642), + [anon_sym_suspend] = ACTIONS(4640), + [anon_sym_sealed] = ACTIONS(4640), + [anon_sym_annotation] = ACTIONS(4640), + [anon_sym_data] = ACTIONS(4640), + [anon_sym_inner] = ACTIONS(4640), + [anon_sym_override] = ACTIONS(4640), + [anon_sym_lateinit] = ACTIONS(4640), + [anon_sym_public] = ACTIONS(4640), + [anon_sym_private] = ACTIONS(4640), + [anon_sym_internal] = ACTIONS(4640), + [anon_sym_protected] = ACTIONS(4640), + [anon_sym_tailrec] = ACTIONS(4640), + [anon_sym_operator] = ACTIONS(4640), + [anon_sym_infix] = ACTIONS(4640), + [anon_sym_inline] = ACTIONS(4640), + [anon_sym_external] = ACTIONS(4640), + [sym_property_modifier] = ACTIONS(4640), + [anon_sym_abstract] = ACTIONS(4640), + [anon_sym_final] = ACTIONS(4640), + [anon_sym_open] = ACTIONS(4640), + [anon_sym_vararg] = ACTIONS(4640), + [anon_sym_noinline] = ACTIONS(4640), + [anon_sym_crossinline] = ACTIONS(4640), + [anon_sym_expect] = ACTIONS(4640), + [anon_sym_actual] = ACTIONS(4640), + [sym_line_comment] = ACTIONS(3), + [anon_sym_L] = ACTIONS(6463), + [sym__backtick_identifier] = ACTIONS(4642), + [sym_safe_nav] = ACTIONS(4642), + [sym_multiline_comment] = ACTIONS(3), }, - [3026] = { + [3039] = { + [sym__alpha_identifier] = ACTIONS(4613), + [anon_sym_AT] = ACTIONS(4615), + [anon_sym_COLON] = ACTIONS(4613), + [anon_sym_LBRACK] = ACTIONS(4615), + [anon_sym_RBRACK] = ACTIONS(4615), + [anon_sym_as] = ACTIONS(4613), + [anon_sym_EQ] = ACTIONS(4613), + [anon_sym_LBRACE] = ACTIONS(4615), + [anon_sym_RBRACE] = ACTIONS(4615), + [anon_sym_LPAREN] = ACTIONS(4615), + [anon_sym_COMMA] = ACTIONS(4615), + [anon_sym_RPAREN] = ACTIONS(4615), + [anon_sym_LT] = ACTIONS(4613), + [anon_sym_GT] = ACTIONS(4613), + [anon_sym_where] = ACTIONS(4613), + [anon_sym_DOT] = ACTIONS(4613), + [anon_sym_SEMI] = ACTIONS(4615), + [anon_sym_get] = ACTIONS(4613), + [anon_sym_set] = ACTIONS(4613), + [anon_sym_STAR] = ACTIONS(4613), + [anon_sym_DASH_GT] = ACTIONS(4615), + [sym_label] = ACTIONS(4615), + [anon_sym_in] = ACTIONS(4613), + [anon_sym_while] = ACTIONS(4613), + [anon_sym_DOT_DOT] = ACTIONS(4615), + [anon_sym_QMARK_COLON] = ACTIONS(4615), + [anon_sym_AMP_AMP] = ACTIONS(4615), + [anon_sym_PIPE_PIPE] = ACTIONS(4615), + [anon_sym_else] = ACTIONS(4613), + [anon_sym_COLON_COLON] = ACTIONS(4615), + [anon_sym_PLUS_EQ] = ACTIONS(4615), + [anon_sym_DASH_EQ] = ACTIONS(4615), + [anon_sym_STAR_EQ] = ACTIONS(4615), + [anon_sym_SLASH_EQ] = ACTIONS(4615), + [anon_sym_PERCENT_EQ] = ACTIONS(4615), + [anon_sym_BANG_EQ] = ACTIONS(4613), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4615), + [anon_sym_EQ_EQ] = ACTIONS(4613), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4615), + [anon_sym_LT_EQ] = ACTIONS(4615), + [anon_sym_GT_EQ] = ACTIONS(4615), + [anon_sym_BANGin] = ACTIONS(4615), + [anon_sym_is] = ACTIONS(4613), + [anon_sym_BANGis] = ACTIONS(4615), + [anon_sym_PLUS] = ACTIONS(4613), + [anon_sym_DASH] = ACTIONS(4613), + [anon_sym_SLASH] = ACTIONS(4613), + [anon_sym_PERCENT] = ACTIONS(4613), + [anon_sym_as_QMARK] = ACTIONS(4615), + [anon_sym_PLUS_PLUS] = ACTIONS(4615), + [anon_sym_DASH_DASH] = ACTIONS(4615), + [anon_sym_BANG_BANG] = ACTIONS(4615), + [anon_sym_suspend] = ACTIONS(4613), + [anon_sym_sealed] = ACTIONS(4613), + [anon_sym_annotation] = ACTIONS(4613), + [anon_sym_data] = ACTIONS(4613), + [anon_sym_inner] = ACTIONS(4613), + [anon_sym_override] = ACTIONS(4613), + [anon_sym_lateinit] = ACTIONS(4613), + [anon_sym_public] = ACTIONS(4613), + [anon_sym_private] = ACTIONS(4613), + [anon_sym_internal] = ACTIONS(4613), + [anon_sym_protected] = ACTIONS(4613), + [anon_sym_tailrec] = ACTIONS(4613), + [anon_sym_operator] = ACTIONS(4613), + [anon_sym_infix] = ACTIONS(4613), + [anon_sym_inline] = ACTIONS(4613), + [anon_sym_external] = ACTIONS(4613), + [sym_property_modifier] = ACTIONS(4613), + [anon_sym_abstract] = ACTIONS(4613), + [anon_sym_final] = ACTIONS(4613), + [anon_sym_open] = ACTIONS(4613), + [anon_sym_vararg] = ACTIONS(4613), + [anon_sym_noinline] = ACTIONS(4613), + [anon_sym_crossinline] = ACTIONS(4613), + [anon_sym_expect] = ACTIONS(4613), + [anon_sym_actual] = ACTIONS(4613), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4615), + [sym_safe_nav] = ACTIONS(4615), + [sym_multiline_comment] = ACTIONS(3), + }, + [3040] = { + [sym_class_body] = STATE(3319), + [sym__alpha_identifier] = ACTIONS(3196), + [anon_sym_AT] = ACTIONS(3200), + [anon_sym_LBRACK] = ACTIONS(3200), + [anon_sym_RBRACK] = ACTIONS(3200), + [anon_sym_as] = ACTIONS(3196), + [anon_sym_EQ] = ACTIONS(3196), + [anon_sym_LBRACE] = ACTIONS(5179), + [anon_sym_RBRACE] = ACTIONS(3200), + [anon_sym_LPAREN] = ACTIONS(3200), + [anon_sym_COMMA] = ACTIONS(3200), + [anon_sym_RPAREN] = ACTIONS(3200), + [anon_sym_LT] = ACTIONS(3196), + [anon_sym_GT] = ACTIONS(3196), + [anon_sym_where] = ACTIONS(3196), + [anon_sym_DOT] = ACTIONS(3196), + [anon_sym_SEMI] = ACTIONS(3200), + [anon_sym_get] = ACTIONS(3196), + [anon_sym_set] = ACTIONS(3196), + [anon_sym_STAR] = ACTIONS(3196), + [anon_sym_DASH_GT] = ACTIONS(3200), + [sym_label] = ACTIONS(3200), + [anon_sym_in] = ACTIONS(3196), + [anon_sym_while] = ACTIONS(3196), + [anon_sym_DOT_DOT] = ACTIONS(3200), + [anon_sym_QMARK_COLON] = ACTIONS(3200), + [anon_sym_AMP_AMP] = ACTIONS(3200), + [anon_sym_PIPE_PIPE] = ACTIONS(3200), + [anon_sym_else] = ACTIONS(3196), + [anon_sym_COLON_COLON] = ACTIONS(3200), + [anon_sym_PLUS_EQ] = ACTIONS(3200), + [anon_sym_DASH_EQ] = ACTIONS(3200), + [anon_sym_STAR_EQ] = ACTIONS(3200), + [anon_sym_SLASH_EQ] = ACTIONS(3200), + [anon_sym_PERCENT_EQ] = ACTIONS(3200), + [anon_sym_BANG_EQ] = ACTIONS(3196), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3200), + [anon_sym_EQ_EQ] = ACTIONS(3196), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3200), + [anon_sym_LT_EQ] = ACTIONS(3200), + [anon_sym_GT_EQ] = ACTIONS(3200), + [anon_sym_BANGin] = ACTIONS(3200), + [anon_sym_is] = ACTIONS(3196), + [anon_sym_BANGis] = ACTIONS(3200), + [anon_sym_PLUS] = ACTIONS(3196), + [anon_sym_DASH] = ACTIONS(3196), + [anon_sym_SLASH] = ACTIONS(3196), + [anon_sym_PERCENT] = ACTIONS(3196), + [anon_sym_as_QMARK] = ACTIONS(3200), + [anon_sym_PLUS_PLUS] = ACTIONS(3200), + [anon_sym_DASH_DASH] = ACTIONS(3200), + [anon_sym_BANG_BANG] = ACTIONS(3200), + [anon_sym_suspend] = ACTIONS(3196), + [anon_sym_sealed] = ACTIONS(3196), + [anon_sym_annotation] = ACTIONS(3196), + [anon_sym_data] = ACTIONS(3196), + [anon_sym_inner] = ACTIONS(3196), + [anon_sym_override] = ACTIONS(3196), + [anon_sym_lateinit] = ACTIONS(3196), + [anon_sym_public] = ACTIONS(3196), + [anon_sym_private] = ACTIONS(3196), + [anon_sym_internal] = ACTIONS(3196), + [anon_sym_protected] = ACTIONS(3196), + [anon_sym_tailrec] = ACTIONS(3196), + [anon_sym_operator] = ACTIONS(3196), + [anon_sym_infix] = ACTIONS(3196), + [anon_sym_inline] = ACTIONS(3196), + [anon_sym_external] = ACTIONS(3196), + [sym_property_modifier] = ACTIONS(3196), + [anon_sym_abstract] = ACTIONS(3196), + [anon_sym_final] = ACTIONS(3196), + [anon_sym_open] = ACTIONS(3196), + [anon_sym_vararg] = ACTIONS(3196), + [anon_sym_noinline] = ACTIONS(3196), + [anon_sym_crossinline] = ACTIONS(3196), + [anon_sym_expect] = ACTIONS(3196), + [anon_sym_actual] = ACTIONS(3196), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3200), + [sym_safe_nav] = ACTIONS(3200), + [sym_multiline_comment] = ACTIONS(3), + }, + [3041] = { + [sym_type_constraints] = STATE(3474), + [sym_function_body] = STATE(3837), + [sym__block] = STATE(3738), + [sym__alpha_identifier] = ACTIONS(4047), + [anon_sym_AT] = ACTIONS(4049), + [anon_sym_COLON] = ACTIONS(6465), + [anon_sym_LBRACK] = ACTIONS(4049), + [anon_sym_as] = ACTIONS(4047), + [anon_sym_EQ] = ACTIONS(6459), + [anon_sym_LBRACE] = ACTIONS(6461), + [anon_sym_RBRACE] = ACTIONS(4049), + [anon_sym_LPAREN] = ACTIONS(4049), + [anon_sym_COMMA] = ACTIONS(4049), + [anon_sym_LT] = ACTIONS(4047), + [anon_sym_GT] = ACTIONS(4047), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(4047), + [anon_sym_SEMI] = ACTIONS(4049), + [anon_sym_get] = ACTIONS(4047), + [anon_sym_set] = ACTIONS(4047), + [anon_sym_STAR] = ACTIONS(4047), + [sym_label] = ACTIONS(4049), + [anon_sym_in] = ACTIONS(4047), + [anon_sym_DOT_DOT] = ACTIONS(4049), + [anon_sym_QMARK_COLON] = ACTIONS(4049), + [anon_sym_AMP_AMP] = ACTIONS(4049), + [anon_sym_PIPE_PIPE] = ACTIONS(4049), + [anon_sym_else] = ACTIONS(4047), + [anon_sym_COLON_COLON] = ACTIONS(4049), + [anon_sym_PLUS_EQ] = ACTIONS(4049), + [anon_sym_DASH_EQ] = ACTIONS(4049), + [anon_sym_STAR_EQ] = ACTIONS(4049), + [anon_sym_SLASH_EQ] = ACTIONS(4049), + [anon_sym_PERCENT_EQ] = ACTIONS(4049), + [anon_sym_BANG_EQ] = ACTIONS(4047), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4049), + [anon_sym_EQ_EQ] = ACTIONS(4047), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4049), + [anon_sym_LT_EQ] = ACTIONS(4049), + [anon_sym_GT_EQ] = ACTIONS(4049), + [anon_sym_BANGin] = ACTIONS(4049), + [anon_sym_is] = ACTIONS(4047), + [anon_sym_BANGis] = ACTIONS(4049), + [anon_sym_PLUS] = ACTIONS(4047), + [anon_sym_DASH] = ACTIONS(4047), + [anon_sym_SLASH] = ACTIONS(4047), + [anon_sym_PERCENT] = ACTIONS(4047), + [anon_sym_as_QMARK] = ACTIONS(4049), + [anon_sym_PLUS_PLUS] = ACTIONS(4049), + [anon_sym_DASH_DASH] = ACTIONS(4049), + [anon_sym_BANG_BANG] = ACTIONS(4049), + [anon_sym_suspend] = ACTIONS(4047), + [anon_sym_sealed] = ACTIONS(4047), + [anon_sym_annotation] = ACTIONS(4047), + [anon_sym_data] = ACTIONS(4047), + [anon_sym_inner] = ACTIONS(4047), + [anon_sym_override] = ACTIONS(4047), + [anon_sym_lateinit] = ACTIONS(4047), + [anon_sym_public] = ACTIONS(4047), + [anon_sym_private] = ACTIONS(4047), + [anon_sym_internal] = ACTIONS(4047), + [anon_sym_protected] = ACTIONS(4047), + [anon_sym_tailrec] = ACTIONS(4047), + [anon_sym_operator] = ACTIONS(4047), + [anon_sym_infix] = ACTIONS(4047), + [anon_sym_inline] = ACTIONS(4047), + [anon_sym_external] = ACTIONS(4047), + [sym_property_modifier] = ACTIONS(4047), + [anon_sym_abstract] = ACTIONS(4047), + [anon_sym_final] = ACTIONS(4047), + [anon_sym_open] = ACTIONS(4047), + [anon_sym_vararg] = ACTIONS(4047), + [anon_sym_noinline] = ACTIONS(4047), + [anon_sym_crossinline] = ACTIONS(4047), + [anon_sym_expect] = ACTIONS(4047), + [anon_sym_actual] = ACTIONS(4047), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4049), + [sym__automatic_semicolon] = ACTIONS(4049), + [sym_safe_nav] = ACTIONS(4049), + [sym_multiline_comment] = ACTIONS(3), + }, + [3042] = { + [aux_sym__delegation_specifiers_repeat1] = STATE(3065), + [sym__alpha_identifier] = ACTIONS(4664), + [anon_sym_AT] = ACTIONS(4666), + [anon_sym_LBRACK] = ACTIONS(4666), + [anon_sym_as] = ACTIONS(4664), + [anon_sym_EQ] = ACTIONS(4664), + [anon_sym_LBRACE] = ACTIONS(4666), + [anon_sym_RBRACE] = ACTIONS(4666), + [anon_sym_LPAREN] = ACTIONS(4666), + [anon_sym_COMMA] = ACTIONS(4666), + [anon_sym_LT] = ACTIONS(4664), + [anon_sym_GT] = ACTIONS(4664), + [anon_sym_where] = ACTIONS(4664), + [anon_sym_object] = ACTIONS(4664), + [anon_sym_fun] = ACTIONS(4664), + [anon_sym_DOT] = ACTIONS(4664), + [anon_sym_SEMI] = ACTIONS(4666), + [anon_sym_get] = ACTIONS(4664), + [anon_sym_set] = ACTIONS(4664), + [anon_sym_this] = ACTIONS(4664), + [anon_sym_super] = ACTIONS(4664), + [anon_sym_STAR] = ACTIONS(4664), + [sym_label] = ACTIONS(4664), + [anon_sym_in] = ACTIONS(4664), + [anon_sym_DOT_DOT] = ACTIONS(4666), + [anon_sym_QMARK_COLON] = ACTIONS(4666), + [anon_sym_AMP_AMP] = ACTIONS(4666), + [anon_sym_PIPE_PIPE] = ACTIONS(4666), + [anon_sym_null] = ACTIONS(4664), + [anon_sym_if] = ACTIONS(4664), + [anon_sym_else] = ACTIONS(4664), + [anon_sym_when] = ACTIONS(4664), + [anon_sym_try] = ACTIONS(4664), + [anon_sym_throw] = ACTIONS(4664), + [anon_sym_return] = ACTIONS(4664), + [anon_sym_continue] = ACTIONS(4664), + [anon_sym_break] = ACTIONS(4664), + [anon_sym_COLON_COLON] = ACTIONS(4666), + [anon_sym_PLUS_EQ] = ACTIONS(4666), + [anon_sym_DASH_EQ] = ACTIONS(4666), + [anon_sym_STAR_EQ] = ACTIONS(4666), + [anon_sym_SLASH_EQ] = ACTIONS(4666), + [anon_sym_PERCENT_EQ] = ACTIONS(4666), + [anon_sym_BANG_EQ] = ACTIONS(4664), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4666), + [anon_sym_EQ_EQ] = ACTIONS(4664), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4666), + [anon_sym_LT_EQ] = ACTIONS(4666), + [anon_sym_GT_EQ] = ACTIONS(4666), + [anon_sym_BANGin] = ACTIONS(4666), + [anon_sym_is] = ACTIONS(4664), + [anon_sym_BANGis] = ACTIONS(4666), + [anon_sym_PLUS] = ACTIONS(4664), + [anon_sym_DASH] = ACTIONS(4664), + [anon_sym_SLASH] = ACTIONS(4664), + [anon_sym_PERCENT] = ACTIONS(4664), + [anon_sym_as_QMARK] = ACTIONS(4666), + [anon_sym_PLUS_PLUS] = ACTIONS(4666), + [anon_sym_DASH_DASH] = ACTIONS(4666), + [anon_sym_BANG] = ACTIONS(4664), + [anon_sym_BANG_BANG] = ACTIONS(4666), + [anon_sym_data] = ACTIONS(4664), + [anon_sym_inner] = ACTIONS(4664), + [anon_sym_expect] = ACTIONS(4664), + [anon_sym_actual] = ACTIONS(4664), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4666), + [anon_sym_continue_AT] = ACTIONS(4666), + [anon_sym_break_AT] = ACTIONS(4666), + [sym_real_literal] = ACTIONS(4666), + [sym_integer_literal] = ACTIONS(4664), + [sym_hex_literal] = ACTIONS(4666), + [sym_bin_literal] = ACTIONS(4666), + [anon_sym_true] = ACTIONS(4664), + [anon_sym_false] = ACTIONS(4664), + [anon_sym_SQUOTE] = ACTIONS(4666), + [sym__backtick_identifier] = ACTIONS(4666), + [sym__automatic_semicolon] = ACTIONS(4666), + [sym_safe_nav] = ACTIONS(4666), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4666), + }, + [3043] = { + [sym_class_body] = STATE(3322), + [sym__alpha_identifier] = ACTIONS(3186), + [anon_sym_AT] = ACTIONS(3190), + [anon_sym_LBRACK] = ACTIONS(3190), + [anon_sym_as] = ACTIONS(3186), + [anon_sym_EQ] = ACTIONS(3186), + [anon_sym_LBRACE] = ACTIONS(3144), + [anon_sym_RBRACE] = ACTIONS(3190), + [anon_sym_LPAREN] = ACTIONS(3190), + [anon_sym_COMMA] = ACTIONS(3190), + [anon_sym_LT] = ACTIONS(3186), + [anon_sym_GT] = ACTIONS(3186), + [anon_sym_where] = ACTIONS(3186), + [anon_sym_object] = ACTIONS(3186), + [anon_sym_fun] = ACTIONS(3186), + [anon_sym_DOT] = ACTIONS(3186), + [anon_sym_SEMI] = ACTIONS(3190), + [anon_sym_get] = ACTIONS(3186), + [anon_sym_set] = ACTIONS(3186), + [anon_sym_this] = ACTIONS(3186), + [anon_sym_super] = ACTIONS(3186), + [anon_sym_STAR] = ACTIONS(3186), + [sym_label] = ACTIONS(3186), + [anon_sym_in] = ACTIONS(3186), + [anon_sym_DOT_DOT] = ACTIONS(3190), + [anon_sym_QMARK_COLON] = ACTIONS(3190), + [anon_sym_AMP_AMP] = ACTIONS(3190), + [anon_sym_PIPE_PIPE] = ACTIONS(3190), + [anon_sym_null] = ACTIONS(3186), + [anon_sym_if] = ACTIONS(3186), + [anon_sym_else] = ACTIONS(3186), + [anon_sym_when] = ACTIONS(3186), + [anon_sym_try] = ACTIONS(3186), + [anon_sym_throw] = ACTIONS(3186), + [anon_sym_return] = ACTIONS(3186), + [anon_sym_continue] = ACTIONS(3186), + [anon_sym_break] = ACTIONS(3186), + [anon_sym_COLON_COLON] = ACTIONS(3190), + [anon_sym_PLUS_EQ] = ACTIONS(3190), + [anon_sym_DASH_EQ] = ACTIONS(3190), + [anon_sym_STAR_EQ] = ACTIONS(3190), + [anon_sym_SLASH_EQ] = ACTIONS(3190), + [anon_sym_PERCENT_EQ] = ACTIONS(3190), + [anon_sym_BANG_EQ] = ACTIONS(3186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3190), + [anon_sym_EQ_EQ] = ACTIONS(3186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3190), + [anon_sym_LT_EQ] = ACTIONS(3190), + [anon_sym_GT_EQ] = ACTIONS(3190), + [anon_sym_BANGin] = ACTIONS(3190), + [anon_sym_is] = ACTIONS(3186), + [anon_sym_BANGis] = ACTIONS(3190), + [anon_sym_PLUS] = ACTIONS(3186), + [anon_sym_DASH] = ACTIONS(3186), + [anon_sym_SLASH] = ACTIONS(3186), + [anon_sym_PERCENT] = ACTIONS(3186), + [anon_sym_as_QMARK] = ACTIONS(3190), + [anon_sym_PLUS_PLUS] = ACTIONS(3190), + [anon_sym_DASH_DASH] = ACTIONS(3190), + [anon_sym_BANG] = ACTIONS(3186), + [anon_sym_BANG_BANG] = ACTIONS(3190), + [anon_sym_data] = ACTIONS(3186), + [anon_sym_inner] = ACTIONS(3186), + [anon_sym_expect] = ACTIONS(3186), + [anon_sym_actual] = ACTIONS(3186), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3190), + [anon_sym_continue_AT] = ACTIONS(3190), + [anon_sym_break_AT] = ACTIONS(3190), + [sym_real_literal] = ACTIONS(3190), + [sym_integer_literal] = ACTIONS(3186), + [sym_hex_literal] = ACTIONS(3190), + [sym_bin_literal] = ACTIONS(3190), + [anon_sym_true] = ACTIONS(3186), + [anon_sym_false] = ACTIONS(3186), + [anon_sym_SQUOTE] = ACTIONS(3190), + [sym__backtick_identifier] = ACTIONS(3190), + [sym__automatic_semicolon] = ACTIONS(3190), + [sym_safe_nav] = ACTIONS(3190), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3190), + }, + [3044] = { [sym__alpha_identifier] = ACTIONS(4591), [anon_sym_AT] = ACTIONS(4593), + [anon_sym_COLON] = ACTIONS(4591), [anon_sym_LBRACK] = ACTIONS(4593), - [anon_sym_RBRACK] = ACTIONS(4593), [anon_sym_as] = ACTIONS(4591), [anon_sym_EQ] = ACTIONS(4591), [anon_sym_LBRACE] = ACTIONS(4593), [anon_sym_RBRACE] = ACTIONS(4593), [anon_sym_LPAREN] = ACTIONS(4593), [anon_sym_COMMA] = ACTIONS(4593), - [anon_sym_RPAREN] = ACTIONS(4593), - [anon_sym_by] = ACTIONS(4591), [anon_sym_LT] = ACTIONS(4591), [anon_sym_GT] = ACTIONS(4591), [anon_sym_where] = ACTIONS(4591), + [anon_sym_object] = ACTIONS(4591), + [anon_sym_fun] = ACTIONS(4591), [anon_sym_DOT] = ACTIONS(4591), [anon_sym_SEMI] = ACTIONS(4593), [anon_sym_get] = ACTIONS(4591), [anon_sym_set] = ACTIONS(4591), + [anon_sym_this] = ACTIONS(4591), + [anon_sym_super] = ACTIONS(4591), [anon_sym_STAR] = ACTIONS(4591), - [anon_sym_DASH_GT] = ACTIONS(4593), - [sym_label] = ACTIONS(4593), + [sym_label] = ACTIONS(4591), [anon_sym_in] = ACTIONS(4591), - [anon_sym_while] = ACTIONS(4591), [anon_sym_DOT_DOT] = ACTIONS(4593), [anon_sym_QMARK_COLON] = ACTIONS(4593), [anon_sym_AMP_AMP] = ACTIONS(4593), [anon_sym_PIPE_PIPE] = ACTIONS(4593), + [anon_sym_null] = ACTIONS(4591), + [anon_sym_if] = ACTIONS(4591), [anon_sym_else] = ACTIONS(4591), + [anon_sym_when] = ACTIONS(4591), + [anon_sym_try] = ACTIONS(4591), + [anon_sym_throw] = ACTIONS(4591), + [anon_sym_return] = ACTIONS(4591), + [anon_sym_continue] = ACTIONS(4591), + [anon_sym_break] = ACTIONS(4591), [anon_sym_COLON_COLON] = ACTIONS(4593), [anon_sym_PLUS_EQ] = ACTIONS(4593), [anon_sym_DASH_EQ] = ACTIONS(4593), @@ -343897,41 +345547,115 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(4593), [anon_sym_PLUS_PLUS] = ACTIONS(4593), [anon_sym_DASH_DASH] = ACTIONS(4593), + [anon_sym_BANG] = ACTIONS(4591), [anon_sym_BANG_BANG] = ACTIONS(4593), - [anon_sym_suspend] = ACTIONS(4591), - [anon_sym_sealed] = ACTIONS(4591), - [anon_sym_annotation] = ACTIONS(4591), [anon_sym_data] = ACTIONS(4591), [anon_sym_inner] = ACTIONS(4591), - [anon_sym_override] = ACTIONS(4591), - [anon_sym_lateinit] = ACTIONS(4591), - [anon_sym_public] = ACTIONS(4591), - [anon_sym_private] = ACTIONS(4591), - [anon_sym_internal] = ACTIONS(4591), - [anon_sym_protected] = ACTIONS(4591), - [anon_sym_tailrec] = ACTIONS(4591), - [anon_sym_operator] = ACTIONS(4591), - [anon_sym_infix] = ACTIONS(4591), - [anon_sym_inline] = ACTIONS(4591), - [anon_sym_external] = ACTIONS(4591), - [sym_property_modifier] = ACTIONS(4591), - [anon_sym_abstract] = ACTIONS(4591), - [anon_sym_final] = ACTIONS(4591), - [anon_sym_open] = ACTIONS(4591), - [anon_sym_vararg] = ACTIONS(4591), - [anon_sym_noinline] = ACTIONS(4591), - [anon_sym_crossinline] = ACTIONS(4591), [anon_sym_expect] = ACTIONS(4591), [anon_sym_actual] = ACTIONS(4591), [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4593), + [anon_sym_continue_AT] = ACTIONS(4593), + [anon_sym_break_AT] = ACTIONS(4593), + [sym_real_literal] = ACTIONS(4593), + [sym_integer_literal] = ACTIONS(4591), + [sym_hex_literal] = ACTIONS(4593), + [sym_bin_literal] = ACTIONS(4593), + [anon_sym_true] = ACTIONS(4591), + [anon_sym_false] = ACTIONS(4591), + [anon_sym_SQUOTE] = ACTIONS(4593), [sym__backtick_identifier] = ACTIONS(4593), + [sym__automatic_semicolon] = ACTIONS(4593), [sym_safe_nav] = ACTIONS(4593), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4593), }, - [3027] = { + [3045] = { + [sym_type_constraints] = STATE(3542), + [sym_function_body] = STATE(3872), + [sym__block] = STATE(3738), + [sym__alpha_identifier] = ACTIONS(4085), + [anon_sym_AT] = ACTIONS(4087), + [anon_sym_COLON] = ACTIONS(6467), + [anon_sym_LBRACK] = ACTIONS(4087), + [anon_sym_as] = ACTIONS(4085), + [anon_sym_EQ] = ACTIONS(6459), + [anon_sym_LBRACE] = ACTIONS(6461), + [anon_sym_RBRACE] = ACTIONS(4087), + [anon_sym_LPAREN] = ACTIONS(4087), + [anon_sym_COMMA] = ACTIONS(4087), + [anon_sym_LT] = ACTIONS(4085), + [anon_sym_GT] = ACTIONS(4085), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(4085), + [anon_sym_SEMI] = ACTIONS(4087), + [anon_sym_get] = ACTIONS(4085), + [anon_sym_set] = ACTIONS(4085), + [anon_sym_STAR] = ACTIONS(4085), + [sym_label] = ACTIONS(4087), + [anon_sym_in] = ACTIONS(4085), + [anon_sym_DOT_DOT] = ACTIONS(4087), + [anon_sym_QMARK_COLON] = ACTIONS(4087), + [anon_sym_AMP_AMP] = ACTIONS(4087), + [anon_sym_PIPE_PIPE] = ACTIONS(4087), + [anon_sym_else] = ACTIONS(4085), + [anon_sym_COLON_COLON] = ACTIONS(4087), + [anon_sym_PLUS_EQ] = ACTIONS(4087), + [anon_sym_DASH_EQ] = ACTIONS(4087), + [anon_sym_STAR_EQ] = ACTIONS(4087), + [anon_sym_SLASH_EQ] = ACTIONS(4087), + [anon_sym_PERCENT_EQ] = ACTIONS(4087), + [anon_sym_BANG_EQ] = ACTIONS(4085), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4087), + [anon_sym_EQ_EQ] = ACTIONS(4085), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4087), + [anon_sym_LT_EQ] = ACTIONS(4087), + [anon_sym_GT_EQ] = ACTIONS(4087), + [anon_sym_BANGin] = ACTIONS(4087), + [anon_sym_is] = ACTIONS(4085), + [anon_sym_BANGis] = ACTIONS(4087), + [anon_sym_PLUS] = ACTIONS(4085), + [anon_sym_DASH] = ACTIONS(4085), + [anon_sym_SLASH] = ACTIONS(4085), + [anon_sym_PERCENT] = ACTIONS(4085), + [anon_sym_as_QMARK] = ACTIONS(4087), + [anon_sym_PLUS_PLUS] = ACTIONS(4087), + [anon_sym_DASH_DASH] = ACTIONS(4087), + [anon_sym_BANG_BANG] = ACTIONS(4087), + [anon_sym_suspend] = ACTIONS(4085), + [anon_sym_sealed] = ACTIONS(4085), + [anon_sym_annotation] = ACTIONS(4085), + [anon_sym_data] = ACTIONS(4085), + [anon_sym_inner] = ACTIONS(4085), + [anon_sym_override] = ACTIONS(4085), + [anon_sym_lateinit] = ACTIONS(4085), + [anon_sym_public] = ACTIONS(4085), + [anon_sym_private] = ACTIONS(4085), + [anon_sym_internal] = ACTIONS(4085), + [anon_sym_protected] = ACTIONS(4085), + [anon_sym_tailrec] = ACTIONS(4085), + [anon_sym_operator] = ACTIONS(4085), + [anon_sym_infix] = ACTIONS(4085), + [anon_sym_inline] = ACTIONS(4085), + [anon_sym_external] = ACTIONS(4085), + [sym_property_modifier] = ACTIONS(4085), + [anon_sym_abstract] = ACTIONS(4085), + [anon_sym_final] = ACTIONS(4085), + [anon_sym_open] = ACTIONS(4085), + [anon_sym_vararg] = ACTIONS(4085), + [anon_sym_noinline] = ACTIONS(4085), + [anon_sym_crossinline] = ACTIONS(4085), + [anon_sym_expect] = ACTIONS(4085), + [anon_sym_actual] = ACTIONS(4085), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4087), + [sym__automatic_semicolon] = ACTIONS(4087), + [sym_safe_nav] = ACTIONS(4087), + [sym_multiline_comment] = ACTIONS(3), + }, + [3046] = { [sym__alpha_identifier] = ACTIONS(4700), [anon_sym_AT] = ACTIONS(4702), - [anon_sym_COLON] = ACTIONS(4700), [anon_sym_LBRACK] = ACTIONS(4702), [anon_sym_RBRACK] = ACTIONS(4702), [anon_sym_as] = ACTIONS(4700), @@ -343941,6 +345665,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(4702), [anon_sym_COMMA] = ACTIONS(4702), [anon_sym_RPAREN] = ACTIONS(4702), + [anon_sym_by] = ACTIONS(4700), [anon_sym_LT] = ACTIONS(4700), [anon_sym_GT] = ACTIONS(4700), [anon_sym_where] = ACTIONS(4700), @@ -344011,708 +345736,534 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_safe_nav] = ACTIONS(4702), [sym_multiline_comment] = ACTIONS(3), }, - [3028] = { - [sym__alpha_identifier] = ACTIONS(4659), - [anon_sym_AT] = ACTIONS(4661), - [anon_sym_COLON] = ACTIONS(4659), - [anon_sym_LBRACK] = ACTIONS(4661), - [anon_sym_as] = ACTIONS(4659), - [anon_sym_EQ] = ACTIONS(4659), - [anon_sym_LBRACE] = ACTIONS(4661), - [anon_sym_RBRACE] = ACTIONS(4661), - [anon_sym_LPAREN] = ACTIONS(4661), - [anon_sym_COMMA] = ACTIONS(4661), - [anon_sym_LT] = ACTIONS(4659), - [anon_sym_GT] = ACTIONS(4659), - [anon_sym_where] = ACTIONS(4659), - [anon_sym_object] = ACTIONS(4659), - [anon_sym_fun] = ACTIONS(4659), - [anon_sym_DOT] = ACTIONS(4659), - [anon_sym_SEMI] = ACTIONS(4661), - [anon_sym_get] = ACTIONS(4659), - [anon_sym_set] = ACTIONS(4659), - [anon_sym_this] = ACTIONS(4659), - [anon_sym_super] = ACTIONS(4659), - [anon_sym_STAR] = ACTIONS(4659), - [sym_label] = ACTIONS(4659), - [anon_sym_in] = ACTIONS(4659), - [anon_sym_DOT_DOT] = ACTIONS(4661), - [anon_sym_QMARK_COLON] = ACTIONS(4661), - [anon_sym_AMP_AMP] = ACTIONS(4661), - [anon_sym_PIPE_PIPE] = ACTIONS(4661), - [anon_sym_null] = ACTIONS(4659), - [anon_sym_if] = ACTIONS(4659), - [anon_sym_else] = ACTIONS(4659), - [anon_sym_when] = ACTIONS(4659), - [anon_sym_try] = ACTIONS(4659), - [anon_sym_throw] = ACTIONS(4659), - [anon_sym_return] = ACTIONS(4659), - [anon_sym_continue] = ACTIONS(4659), - [anon_sym_break] = ACTIONS(4659), - [anon_sym_COLON_COLON] = ACTIONS(4661), - [anon_sym_PLUS_EQ] = ACTIONS(4661), - [anon_sym_DASH_EQ] = ACTIONS(4661), - [anon_sym_STAR_EQ] = ACTIONS(4661), - [anon_sym_SLASH_EQ] = ACTIONS(4661), - [anon_sym_PERCENT_EQ] = ACTIONS(4661), - [anon_sym_BANG_EQ] = ACTIONS(4659), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4661), - [anon_sym_EQ_EQ] = ACTIONS(4659), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4661), - [anon_sym_LT_EQ] = ACTIONS(4661), - [anon_sym_GT_EQ] = ACTIONS(4661), - [anon_sym_BANGin] = ACTIONS(4661), - [anon_sym_is] = ACTIONS(4659), - [anon_sym_BANGis] = ACTIONS(4661), - [anon_sym_PLUS] = ACTIONS(4659), - [anon_sym_DASH] = ACTIONS(4659), - [anon_sym_SLASH] = ACTIONS(4659), - [anon_sym_PERCENT] = ACTIONS(4659), - [anon_sym_as_QMARK] = ACTIONS(4661), - [anon_sym_PLUS_PLUS] = ACTIONS(4661), - [anon_sym_DASH_DASH] = ACTIONS(4661), - [anon_sym_BANG] = ACTIONS(4659), - [anon_sym_BANG_BANG] = ACTIONS(4661), - [anon_sym_data] = ACTIONS(4659), - [anon_sym_inner] = ACTIONS(4659), - [anon_sym_expect] = ACTIONS(4659), - [anon_sym_actual] = ACTIONS(4659), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4661), - [anon_sym_continue_AT] = ACTIONS(4661), - [anon_sym_break_AT] = ACTIONS(4661), - [sym_real_literal] = ACTIONS(4661), - [sym_integer_literal] = ACTIONS(4659), - [sym_hex_literal] = ACTIONS(4661), - [sym_bin_literal] = ACTIONS(4661), - [anon_sym_true] = ACTIONS(4659), - [anon_sym_false] = ACTIONS(4659), - [anon_sym_SQUOTE] = ACTIONS(4661), - [sym__backtick_identifier] = ACTIONS(4661), - [sym__automatic_semicolon] = ACTIONS(4661), - [sym_safe_nav] = ACTIONS(4661), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4661), + [3047] = { + [sym_class_body] = STATE(3220), + [sym__alpha_identifier] = ACTIONS(4402), + [anon_sym_AT] = ACTIONS(4404), + [anon_sym_LBRACK] = ACTIONS(4404), + [anon_sym_as] = ACTIONS(4402), + [anon_sym_EQ] = ACTIONS(4402), + [anon_sym_LBRACE] = ACTIONS(3144), + [anon_sym_RBRACE] = ACTIONS(4404), + [anon_sym_LPAREN] = ACTIONS(4404), + [anon_sym_COMMA] = ACTIONS(4404), + [anon_sym_LT] = ACTIONS(4402), + [anon_sym_GT] = ACTIONS(4402), + [anon_sym_where] = ACTIONS(4402), + [anon_sym_object] = ACTIONS(4402), + [anon_sym_fun] = ACTIONS(4402), + [anon_sym_DOT] = ACTIONS(4402), + [anon_sym_SEMI] = ACTIONS(4404), + [anon_sym_get] = ACTIONS(4402), + [anon_sym_set] = ACTIONS(4402), + [anon_sym_this] = ACTIONS(4402), + [anon_sym_super] = ACTIONS(4402), + [anon_sym_STAR] = ACTIONS(4402), + [sym_label] = ACTIONS(4402), + [anon_sym_in] = ACTIONS(4402), + [anon_sym_DOT_DOT] = ACTIONS(4404), + [anon_sym_QMARK_COLON] = ACTIONS(4404), + [anon_sym_AMP_AMP] = ACTIONS(4404), + [anon_sym_PIPE_PIPE] = ACTIONS(4404), + [anon_sym_null] = ACTIONS(4402), + [anon_sym_if] = ACTIONS(4402), + [anon_sym_else] = ACTIONS(4402), + [anon_sym_when] = ACTIONS(4402), + [anon_sym_try] = ACTIONS(4402), + [anon_sym_throw] = ACTIONS(4402), + [anon_sym_return] = ACTIONS(4402), + [anon_sym_continue] = ACTIONS(4402), + [anon_sym_break] = ACTIONS(4402), + [anon_sym_COLON_COLON] = ACTIONS(4404), + [anon_sym_PLUS_EQ] = ACTIONS(4404), + [anon_sym_DASH_EQ] = ACTIONS(4404), + [anon_sym_STAR_EQ] = ACTIONS(4404), + [anon_sym_SLASH_EQ] = ACTIONS(4404), + [anon_sym_PERCENT_EQ] = ACTIONS(4404), + [anon_sym_BANG_EQ] = ACTIONS(4402), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4404), + [anon_sym_EQ_EQ] = ACTIONS(4402), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4404), + [anon_sym_LT_EQ] = ACTIONS(4404), + [anon_sym_GT_EQ] = ACTIONS(4404), + [anon_sym_BANGin] = ACTIONS(4404), + [anon_sym_is] = ACTIONS(4402), + [anon_sym_BANGis] = ACTIONS(4404), + [anon_sym_PLUS] = ACTIONS(4402), + [anon_sym_DASH] = ACTIONS(4402), + [anon_sym_SLASH] = ACTIONS(4402), + [anon_sym_PERCENT] = ACTIONS(4402), + [anon_sym_as_QMARK] = ACTIONS(4404), + [anon_sym_PLUS_PLUS] = ACTIONS(4404), + [anon_sym_DASH_DASH] = ACTIONS(4404), + [anon_sym_BANG] = ACTIONS(4402), + [anon_sym_BANG_BANG] = ACTIONS(4404), + [anon_sym_data] = ACTIONS(4402), + [anon_sym_inner] = ACTIONS(4402), + [anon_sym_expect] = ACTIONS(4402), + [anon_sym_actual] = ACTIONS(4402), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4404), + [anon_sym_continue_AT] = ACTIONS(4404), + [anon_sym_break_AT] = ACTIONS(4404), + [sym_real_literal] = ACTIONS(4404), + [sym_integer_literal] = ACTIONS(4402), + [sym_hex_literal] = ACTIONS(4404), + [sym_bin_literal] = ACTIONS(4404), + [anon_sym_true] = ACTIONS(4402), + [anon_sym_false] = ACTIONS(4402), + [anon_sym_SQUOTE] = ACTIONS(4404), + [sym__backtick_identifier] = ACTIONS(4404), + [sym__automatic_semicolon] = ACTIONS(4404), + [sym_safe_nav] = ACTIONS(4404), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4404), }, - [3029] = { - [sym__alpha_identifier] = ACTIONS(4609), - [anon_sym_AT] = ACTIONS(4611), - [anon_sym_LBRACK] = ACTIONS(4611), - [anon_sym_RBRACK] = ACTIONS(4611), - [anon_sym_as] = ACTIONS(4609), - [anon_sym_EQ] = ACTIONS(4609), - [anon_sym_LBRACE] = ACTIONS(4611), - [anon_sym_RBRACE] = ACTIONS(4611), - [anon_sym_LPAREN] = ACTIONS(4611), - [anon_sym_COMMA] = ACTIONS(4611), - [anon_sym_RPAREN] = ACTIONS(4611), - [anon_sym_LT] = ACTIONS(4609), - [anon_sym_GT] = ACTIONS(4609), - [anon_sym_where] = ACTIONS(4609), - [anon_sym_DOT] = ACTIONS(4609), - [anon_sym_SEMI] = ACTIONS(4611), - [anon_sym_get] = ACTIONS(4609), - [anon_sym_set] = ACTIONS(4609), - [anon_sym_STAR] = ACTIONS(4609), - [anon_sym_DASH_GT] = ACTIONS(4611), - [sym_label] = ACTIONS(4611), - [anon_sym_in] = ACTIONS(4609), - [anon_sym_while] = ACTIONS(4609), - [anon_sym_DOT_DOT] = ACTIONS(4611), - [anon_sym_QMARK_COLON] = ACTIONS(4611), - [anon_sym_AMP_AMP] = ACTIONS(4611), - [anon_sym_PIPE_PIPE] = ACTIONS(4611), - [anon_sym_else] = ACTIONS(4609), - [anon_sym_COLON_COLON] = ACTIONS(4611), - [anon_sym_PLUS_EQ] = ACTIONS(4611), - [anon_sym_DASH_EQ] = ACTIONS(4611), - [anon_sym_STAR_EQ] = ACTIONS(4611), - [anon_sym_SLASH_EQ] = ACTIONS(4611), - [anon_sym_PERCENT_EQ] = ACTIONS(4611), - [anon_sym_BANG_EQ] = ACTIONS(4609), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4611), - [anon_sym_EQ_EQ] = ACTIONS(4609), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4611), - [anon_sym_LT_EQ] = ACTIONS(4611), - [anon_sym_GT_EQ] = ACTIONS(4611), - [anon_sym_BANGin] = ACTIONS(4611), - [anon_sym_is] = ACTIONS(4609), - [anon_sym_BANGis] = ACTIONS(4611), - [anon_sym_PLUS] = ACTIONS(4609), - [anon_sym_DASH] = ACTIONS(4609), - [anon_sym_SLASH] = ACTIONS(4609), - [anon_sym_PERCENT] = ACTIONS(4609), - [anon_sym_as_QMARK] = ACTIONS(4611), - [anon_sym_PLUS_PLUS] = ACTIONS(4611), - [anon_sym_DASH_DASH] = ACTIONS(4611), - [anon_sym_BANG_BANG] = ACTIONS(4611), - [anon_sym_suspend] = ACTIONS(4609), - [anon_sym_sealed] = ACTIONS(4609), - [anon_sym_annotation] = ACTIONS(4609), - [anon_sym_data] = ACTIONS(4609), - [anon_sym_inner] = ACTIONS(4609), - [anon_sym_override] = ACTIONS(4609), - [anon_sym_lateinit] = ACTIONS(4609), - [anon_sym_public] = ACTIONS(4609), - [anon_sym_private] = ACTIONS(4609), - [anon_sym_internal] = ACTIONS(4609), - [anon_sym_protected] = ACTIONS(4609), - [anon_sym_tailrec] = ACTIONS(4609), - [anon_sym_operator] = ACTIONS(4609), - [anon_sym_infix] = ACTIONS(4609), - [anon_sym_inline] = ACTIONS(4609), - [anon_sym_external] = ACTIONS(4609), - [sym_property_modifier] = ACTIONS(4609), - [anon_sym_abstract] = ACTIONS(4609), - [anon_sym_final] = ACTIONS(4609), - [anon_sym_open] = ACTIONS(4609), - [anon_sym_vararg] = ACTIONS(4609), - [anon_sym_noinline] = ACTIONS(4609), - [anon_sym_crossinline] = ACTIONS(4609), - [anon_sym_expect] = ACTIONS(4609), - [anon_sym_actual] = ACTIONS(4609), - [sym_line_comment] = ACTIONS(3), - [anon_sym_L] = ACTIONS(6447), - [sym__backtick_identifier] = ACTIONS(4611), - [sym_safe_nav] = ACTIONS(4611), - [sym_multiline_comment] = ACTIONS(3), + [3048] = { + [sym__alpha_identifier] = ACTIONS(4650), + [anon_sym_AT] = ACTIONS(4652), + [anon_sym_COLON] = ACTIONS(4650), + [anon_sym_LBRACK] = ACTIONS(4652), + [anon_sym_as] = ACTIONS(4650), + [anon_sym_EQ] = ACTIONS(4650), + [anon_sym_LBRACE] = ACTIONS(4652), + [anon_sym_RBRACE] = ACTIONS(4652), + [anon_sym_LPAREN] = ACTIONS(4652), + [anon_sym_COMMA] = ACTIONS(4652), + [anon_sym_LT] = ACTIONS(4650), + [anon_sym_GT] = ACTIONS(4650), + [anon_sym_where] = ACTIONS(4650), + [anon_sym_object] = ACTIONS(4650), + [anon_sym_fun] = ACTIONS(4650), + [anon_sym_DOT] = ACTIONS(4650), + [anon_sym_SEMI] = ACTIONS(4652), + [anon_sym_get] = ACTIONS(4650), + [anon_sym_set] = ACTIONS(4650), + [anon_sym_this] = ACTIONS(4650), + [anon_sym_super] = ACTIONS(4650), + [anon_sym_STAR] = ACTIONS(4650), + [sym_label] = ACTIONS(4650), + [anon_sym_in] = ACTIONS(4650), + [anon_sym_DOT_DOT] = ACTIONS(4652), + [anon_sym_QMARK_COLON] = ACTIONS(4652), + [anon_sym_AMP_AMP] = ACTIONS(4652), + [anon_sym_PIPE_PIPE] = ACTIONS(4652), + [anon_sym_null] = ACTIONS(4650), + [anon_sym_if] = ACTIONS(4650), + [anon_sym_else] = ACTIONS(4650), + [anon_sym_when] = ACTIONS(4650), + [anon_sym_try] = ACTIONS(4650), + [anon_sym_throw] = ACTIONS(4650), + [anon_sym_return] = ACTIONS(4650), + [anon_sym_continue] = ACTIONS(4650), + [anon_sym_break] = ACTIONS(4650), + [anon_sym_COLON_COLON] = ACTIONS(4652), + [anon_sym_PLUS_EQ] = ACTIONS(4652), + [anon_sym_DASH_EQ] = ACTIONS(4652), + [anon_sym_STAR_EQ] = ACTIONS(4652), + [anon_sym_SLASH_EQ] = ACTIONS(4652), + [anon_sym_PERCENT_EQ] = ACTIONS(4652), + [anon_sym_BANG_EQ] = ACTIONS(4650), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4652), + [anon_sym_EQ_EQ] = ACTIONS(4650), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4652), + [anon_sym_LT_EQ] = ACTIONS(4652), + [anon_sym_GT_EQ] = ACTIONS(4652), + [anon_sym_BANGin] = ACTIONS(4652), + [anon_sym_is] = ACTIONS(4650), + [anon_sym_BANGis] = ACTIONS(4652), + [anon_sym_PLUS] = ACTIONS(4650), + [anon_sym_DASH] = ACTIONS(4650), + [anon_sym_SLASH] = ACTIONS(4650), + [anon_sym_PERCENT] = ACTIONS(4650), + [anon_sym_as_QMARK] = ACTIONS(4652), + [anon_sym_PLUS_PLUS] = ACTIONS(4652), + [anon_sym_DASH_DASH] = ACTIONS(4652), + [anon_sym_BANG] = ACTIONS(4650), + [anon_sym_BANG_BANG] = ACTIONS(4652), + [anon_sym_data] = ACTIONS(4650), + [anon_sym_inner] = ACTIONS(4650), + [anon_sym_expect] = ACTIONS(4650), + [anon_sym_actual] = ACTIONS(4650), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4652), + [anon_sym_continue_AT] = ACTIONS(4652), + [anon_sym_break_AT] = ACTIONS(4652), + [sym_real_literal] = ACTIONS(4652), + [sym_integer_literal] = ACTIONS(4650), + [sym_hex_literal] = ACTIONS(4652), + [sym_bin_literal] = ACTIONS(4652), + [anon_sym_true] = ACTIONS(4650), + [anon_sym_false] = ACTIONS(4650), + [anon_sym_SQUOTE] = ACTIONS(4652), + [sym__backtick_identifier] = ACTIONS(4652), + [sym__automatic_semicolon] = ACTIONS(4652), + [sym_safe_nav] = ACTIONS(4652), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4652), }, - [3030] = { - [sym_type_constraints] = STATE(3502), - [sym_function_body] = STATE(3792), - [sym__block] = STATE(3725), - [sym__alpha_identifier] = ACTIONS(4101), - [anon_sym_AT] = ACTIONS(4103), - [anon_sym_COLON] = ACTIONS(6449), - [anon_sym_LBRACK] = ACTIONS(4103), - [anon_sym_as] = ACTIONS(4101), - [anon_sym_EQ] = ACTIONS(6432), - [anon_sym_LBRACE] = ACTIONS(6434), - [anon_sym_RBRACE] = ACTIONS(4103), - [anon_sym_LPAREN] = ACTIONS(4103), - [anon_sym_COMMA] = ACTIONS(4103), - [anon_sym_LT] = ACTIONS(4101), - [anon_sym_GT] = ACTIONS(4101), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(4101), - [anon_sym_SEMI] = ACTIONS(4103), - [anon_sym_get] = ACTIONS(4101), - [anon_sym_set] = ACTIONS(4101), - [anon_sym_STAR] = ACTIONS(4101), - [sym_label] = ACTIONS(4103), - [anon_sym_in] = ACTIONS(4101), - [anon_sym_DOT_DOT] = ACTIONS(4103), - [anon_sym_QMARK_COLON] = ACTIONS(4103), - [anon_sym_AMP_AMP] = ACTIONS(4103), - [anon_sym_PIPE_PIPE] = ACTIONS(4103), - [anon_sym_else] = ACTIONS(4101), - [anon_sym_COLON_COLON] = ACTIONS(4103), - [anon_sym_PLUS_EQ] = ACTIONS(4103), - [anon_sym_DASH_EQ] = ACTIONS(4103), - [anon_sym_STAR_EQ] = ACTIONS(4103), - [anon_sym_SLASH_EQ] = ACTIONS(4103), - [anon_sym_PERCENT_EQ] = ACTIONS(4103), - [anon_sym_BANG_EQ] = ACTIONS(4101), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4103), - [anon_sym_EQ_EQ] = ACTIONS(4101), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4103), - [anon_sym_LT_EQ] = ACTIONS(4103), - [anon_sym_GT_EQ] = ACTIONS(4103), - [anon_sym_BANGin] = ACTIONS(4103), - [anon_sym_is] = ACTIONS(4101), - [anon_sym_BANGis] = ACTIONS(4103), - [anon_sym_PLUS] = ACTIONS(4101), - [anon_sym_DASH] = ACTIONS(4101), - [anon_sym_SLASH] = ACTIONS(4101), - [anon_sym_PERCENT] = ACTIONS(4101), - [anon_sym_as_QMARK] = ACTIONS(4103), - [anon_sym_PLUS_PLUS] = ACTIONS(4103), - [anon_sym_DASH_DASH] = ACTIONS(4103), - [anon_sym_BANG_BANG] = ACTIONS(4103), - [anon_sym_suspend] = ACTIONS(4101), - [anon_sym_sealed] = ACTIONS(4101), - [anon_sym_annotation] = ACTIONS(4101), - [anon_sym_data] = ACTIONS(4101), - [anon_sym_inner] = ACTIONS(4101), - [anon_sym_override] = ACTIONS(4101), - [anon_sym_lateinit] = ACTIONS(4101), - [anon_sym_public] = ACTIONS(4101), - [anon_sym_private] = ACTIONS(4101), - [anon_sym_internal] = ACTIONS(4101), - [anon_sym_protected] = ACTIONS(4101), - [anon_sym_tailrec] = ACTIONS(4101), - [anon_sym_operator] = ACTIONS(4101), - [anon_sym_infix] = ACTIONS(4101), - [anon_sym_inline] = ACTIONS(4101), - [anon_sym_external] = ACTIONS(4101), - [sym_property_modifier] = ACTIONS(4101), - [anon_sym_abstract] = ACTIONS(4101), - [anon_sym_final] = ACTIONS(4101), - [anon_sym_open] = ACTIONS(4101), - [anon_sym_vararg] = ACTIONS(4101), - [anon_sym_noinline] = ACTIONS(4101), - [anon_sym_crossinline] = ACTIONS(4101), - [anon_sym_expect] = ACTIONS(4101), - [anon_sym_actual] = ACTIONS(4101), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4103), - [sym__automatic_semicolon] = ACTIONS(4103), - [sym_safe_nav] = ACTIONS(4103), + [3049] = { + [sym__alpha_identifier] = ACTIONS(4696), + [anon_sym_AT] = ACTIONS(4698), + [anon_sym_LBRACK] = ACTIONS(4698), + [anon_sym_RBRACK] = ACTIONS(4698), + [anon_sym_as] = ACTIONS(4696), + [anon_sym_EQ] = ACTIONS(4696), + [anon_sym_LBRACE] = ACTIONS(4698), + [anon_sym_RBRACE] = ACTIONS(4698), + [anon_sym_LPAREN] = ACTIONS(4698), + [anon_sym_COMMA] = ACTIONS(4698), + [anon_sym_RPAREN] = ACTIONS(4698), + [anon_sym_by] = ACTIONS(4696), + [anon_sym_LT] = ACTIONS(4696), + [anon_sym_GT] = ACTIONS(4696), + [anon_sym_where] = ACTIONS(4696), + [anon_sym_DOT] = ACTIONS(4696), + [anon_sym_SEMI] = ACTIONS(4698), + [anon_sym_get] = ACTIONS(4696), + [anon_sym_set] = ACTIONS(4696), + [anon_sym_STAR] = ACTIONS(4696), + [anon_sym_DASH_GT] = ACTIONS(4698), + [sym_label] = ACTIONS(4698), + [anon_sym_in] = ACTIONS(4696), + [anon_sym_while] = ACTIONS(4696), + [anon_sym_DOT_DOT] = ACTIONS(4698), + [anon_sym_QMARK_COLON] = ACTIONS(4698), + [anon_sym_AMP_AMP] = ACTIONS(4698), + [anon_sym_PIPE_PIPE] = ACTIONS(4698), + [anon_sym_else] = ACTIONS(4696), + [anon_sym_COLON_COLON] = ACTIONS(4698), + [anon_sym_PLUS_EQ] = ACTIONS(4698), + [anon_sym_DASH_EQ] = ACTIONS(4698), + [anon_sym_STAR_EQ] = ACTIONS(4698), + [anon_sym_SLASH_EQ] = ACTIONS(4698), + [anon_sym_PERCENT_EQ] = ACTIONS(4698), + [anon_sym_BANG_EQ] = ACTIONS(4696), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4698), + [anon_sym_EQ_EQ] = ACTIONS(4696), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4698), + [anon_sym_LT_EQ] = ACTIONS(4698), + [anon_sym_GT_EQ] = ACTIONS(4698), + [anon_sym_BANGin] = ACTIONS(4698), + [anon_sym_is] = ACTIONS(4696), + [anon_sym_BANGis] = ACTIONS(4698), + [anon_sym_PLUS] = ACTIONS(4696), + [anon_sym_DASH] = ACTIONS(4696), + [anon_sym_SLASH] = ACTIONS(4696), + [anon_sym_PERCENT] = ACTIONS(4696), + [anon_sym_as_QMARK] = ACTIONS(4698), + [anon_sym_PLUS_PLUS] = ACTIONS(4698), + [anon_sym_DASH_DASH] = ACTIONS(4698), + [anon_sym_BANG_BANG] = ACTIONS(4698), + [anon_sym_suspend] = ACTIONS(4696), + [anon_sym_sealed] = ACTIONS(4696), + [anon_sym_annotation] = ACTIONS(4696), + [anon_sym_data] = ACTIONS(4696), + [anon_sym_inner] = ACTIONS(4696), + [anon_sym_override] = ACTIONS(4696), + [anon_sym_lateinit] = ACTIONS(4696), + [anon_sym_public] = ACTIONS(4696), + [anon_sym_private] = ACTIONS(4696), + [anon_sym_internal] = ACTIONS(4696), + [anon_sym_protected] = ACTIONS(4696), + [anon_sym_tailrec] = ACTIONS(4696), + [anon_sym_operator] = ACTIONS(4696), + [anon_sym_infix] = ACTIONS(4696), + [anon_sym_inline] = ACTIONS(4696), + [anon_sym_external] = ACTIONS(4696), + [sym_property_modifier] = ACTIONS(4696), + [anon_sym_abstract] = ACTIONS(4696), + [anon_sym_final] = ACTIONS(4696), + [anon_sym_open] = ACTIONS(4696), + [anon_sym_vararg] = ACTIONS(4696), + [anon_sym_noinline] = ACTIONS(4696), + [anon_sym_crossinline] = ACTIONS(4696), + [anon_sym_expect] = ACTIONS(4696), + [anon_sym_actual] = ACTIONS(4696), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4698), + [sym_safe_nav] = ACTIONS(4698), [sym_multiline_comment] = ACTIONS(3), }, - [3031] = { - [sym_enum_class_body] = STATE(3237), - [sym__alpha_identifier] = ACTIONS(4197), - [anon_sym_AT] = ACTIONS(4199), - [anon_sym_LBRACK] = ACTIONS(4199), - [anon_sym_as] = ACTIONS(4197), - [anon_sym_EQ] = ACTIONS(4197), - [anon_sym_LBRACE] = ACTIONS(3152), - [anon_sym_RBRACE] = ACTIONS(4199), - [anon_sym_LPAREN] = ACTIONS(4199), - [anon_sym_COMMA] = ACTIONS(4199), - [anon_sym_LT] = ACTIONS(4197), - [anon_sym_GT] = ACTIONS(4197), - [anon_sym_where] = ACTIONS(4197), - [anon_sym_object] = ACTIONS(4197), - [anon_sym_fun] = ACTIONS(4197), - [anon_sym_DOT] = ACTIONS(4197), - [anon_sym_SEMI] = ACTIONS(4199), - [anon_sym_get] = ACTIONS(4197), - [anon_sym_set] = ACTIONS(4197), - [anon_sym_this] = ACTIONS(4197), - [anon_sym_super] = ACTIONS(4197), - [anon_sym_STAR] = ACTIONS(4197), - [sym_label] = ACTIONS(4197), - [anon_sym_in] = ACTIONS(4197), - [anon_sym_DOT_DOT] = ACTIONS(4199), - [anon_sym_QMARK_COLON] = ACTIONS(4199), - [anon_sym_AMP_AMP] = ACTIONS(4199), - [anon_sym_PIPE_PIPE] = ACTIONS(4199), - [anon_sym_null] = ACTIONS(4197), - [anon_sym_if] = ACTIONS(4197), - [anon_sym_else] = ACTIONS(4197), - [anon_sym_when] = ACTIONS(4197), - [anon_sym_try] = ACTIONS(4197), - [anon_sym_throw] = ACTIONS(4197), - [anon_sym_return] = ACTIONS(4197), - [anon_sym_continue] = ACTIONS(4197), - [anon_sym_break] = ACTIONS(4197), - [anon_sym_COLON_COLON] = ACTIONS(4199), - [anon_sym_PLUS_EQ] = ACTIONS(4199), - [anon_sym_DASH_EQ] = ACTIONS(4199), - [anon_sym_STAR_EQ] = ACTIONS(4199), - [anon_sym_SLASH_EQ] = ACTIONS(4199), - [anon_sym_PERCENT_EQ] = ACTIONS(4199), - [anon_sym_BANG_EQ] = ACTIONS(4197), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4199), - [anon_sym_EQ_EQ] = ACTIONS(4197), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4199), - [anon_sym_LT_EQ] = ACTIONS(4199), - [anon_sym_GT_EQ] = ACTIONS(4199), - [anon_sym_BANGin] = ACTIONS(4199), - [anon_sym_is] = ACTIONS(4197), - [anon_sym_BANGis] = ACTIONS(4199), - [anon_sym_PLUS] = ACTIONS(4197), - [anon_sym_DASH] = ACTIONS(4197), - [anon_sym_SLASH] = ACTIONS(4197), - [anon_sym_PERCENT] = ACTIONS(4197), - [anon_sym_as_QMARK] = ACTIONS(4199), - [anon_sym_PLUS_PLUS] = ACTIONS(4199), - [anon_sym_DASH_DASH] = ACTIONS(4199), - [anon_sym_BANG] = ACTIONS(4197), - [anon_sym_BANG_BANG] = ACTIONS(4199), - [anon_sym_data] = ACTIONS(4197), - [anon_sym_inner] = ACTIONS(4197), - [anon_sym_expect] = ACTIONS(4197), - [anon_sym_actual] = ACTIONS(4197), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4199), - [anon_sym_continue_AT] = ACTIONS(4199), - [anon_sym_break_AT] = ACTIONS(4199), - [sym_real_literal] = ACTIONS(4199), - [sym_integer_literal] = ACTIONS(4197), - [sym_hex_literal] = ACTIONS(4199), - [sym_bin_literal] = ACTIONS(4199), - [anon_sym_true] = ACTIONS(4197), - [anon_sym_false] = ACTIONS(4197), - [anon_sym_SQUOTE] = ACTIONS(4199), - [sym__backtick_identifier] = ACTIONS(4199), - [sym__automatic_semicolon] = ACTIONS(4199), - [sym_safe_nav] = ACTIONS(4199), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4199), - }, - [3032] = { - [sym__alpha_identifier] = ACTIONS(4670), - [anon_sym_AT] = ACTIONS(4672), - [anon_sym_LBRACK] = ACTIONS(4672), - [anon_sym_RBRACK] = ACTIONS(4672), - [anon_sym_as] = ACTIONS(4670), - [anon_sym_EQ] = ACTIONS(4670), - [anon_sym_LBRACE] = ACTIONS(4672), - [anon_sym_RBRACE] = ACTIONS(4672), - [anon_sym_LPAREN] = ACTIONS(4672), - [anon_sym_COMMA] = ACTIONS(4672), - [anon_sym_RPAREN] = ACTIONS(4672), - [anon_sym_by] = ACTIONS(4670), - [anon_sym_LT] = ACTIONS(4670), - [anon_sym_GT] = ACTIONS(4670), - [anon_sym_where] = ACTIONS(4670), - [anon_sym_DOT] = ACTIONS(4670), - [anon_sym_SEMI] = ACTIONS(4672), - [anon_sym_get] = ACTIONS(4670), - [anon_sym_set] = ACTIONS(4670), - [anon_sym_STAR] = ACTIONS(4670), - [anon_sym_DASH_GT] = ACTIONS(4672), - [sym_label] = ACTIONS(4672), - [anon_sym_in] = ACTIONS(4670), - [anon_sym_while] = ACTIONS(4670), - [anon_sym_DOT_DOT] = ACTIONS(4672), - [anon_sym_QMARK_COLON] = ACTIONS(4672), - [anon_sym_AMP_AMP] = ACTIONS(4672), - [anon_sym_PIPE_PIPE] = ACTIONS(4672), - [anon_sym_else] = ACTIONS(4670), - [anon_sym_COLON_COLON] = ACTIONS(4672), - [anon_sym_PLUS_EQ] = ACTIONS(4672), - [anon_sym_DASH_EQ] = ACTIONS(4672), - [anon_sym_STAR_EQ] = ACTIONS(4672), - [anon_sym_SLASH_EQ] = ACTIONS(4672), - [anon_sym_PERCENT_EQ] = ACTIONS(4672), - [anon_sym_BANG_EQ] = ACTIONS(4670), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4672), - [anon_sym_EQ_EQ] = ACTIONS(4670), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4672), - [anon_sym_LT_EQ] = ACTIONS(4672), - [anon_sym_GT_EQ] = ACTIONS(4672), - [anon_sym_BANGin] = ACTIONS(4672), - [anon_sym_is] = ACTIONS(4670), - [anon_sym_BANGis] = ACTIONS(4672), - [anon_sym_PLUS] = ACTIONS(4670), - [anon_sym_DASH] = ACTIONS(4670), - [anon_sym_SLASH] = ACTIONS(4670), - [anon_sym_PERCENT] = ACTIONS(4670), - [anon_sym_as_QMARK] = ACTIONS(4672), - [anon_sym_PLUS_PLUS] = ACTIONS(4672), - [anon_sym_DASH_DASH] = ACTIONS(4672), - [anon_sym_BANG_BANG] = ACTIONS(4672), - [anon_sym_suspend] = ACTIONS(4670), - [anon_sym_sealed] = ACTIONS(4670), - [anon_sym_annotation] = ACTIONS(4670), - [anon_sym_data] = ACTIONS(4670), - [anon_sym_inner] = ACTIONS(4670), - [anon_sym_override] = ACTIONS(4670), - [anon_sym_lateinit] = ACTIONS(4670), - [anon_sym_public] = ACTIONS(4670), - [anon_sym_private] = ACTIONS(4670), - [anon_sym_internal] = ACTIONS(4670), - [anon_sym_protected] = ACTIONS(4670), - [anon_sym_tailrec] = ACTIONS(4670), - [anon_sym_operator] = ACTIONS(4670), - [anon_sym_infix] = ACTIONS(4670), - [anon_sym_inline] = ACTIONS(4670), - [anon_sym_external] = ACTIONS(4670), - [sym_property_modifier] = ACTIONS(4670), - [anon_sym_abstract] = ACTIONS(4670), - [anon_sym_final] = ACTIONS(4670), - [anon_sym_open] = ACTIONS(4670), - [anon_sym_vararg] = ACTIONS(4670), - [anon_sym_noinline] = ACTIONS(4670), - [anon_sym_crossinline] = ACTIONS(4670), - [anon_sym_expect] = ACTIONS(4670), - [anon_sym_actual] = ACTIONS(4670), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4672), - [sym_safe_nav] = ACTIONS(4672), + [3050] = { + [sym_type_constraints] = STATE(3509), + [sym_function_body] = STATE(3705), + [sym__block] = STATE(3738), + [sym__alpha_identifier] = ACTIONS(4031), + [anon_sym_AT] = ACTIONS(4033), + [anon_sym_COLON] = ACTIONS(6469), + [anon_sym_LBRACK] = ACTIONS(4033), + [anon_sym_as] = ACTIONS(4031), + [anon_sym_EQ] = ACTIONS(6459), + [anon_sym_LBRACE] = ACTIONS(6461), + [anon_sym_RBRACE] = ACTIONS(4033), + [anon_sym_LPAREN] = ACTIONS(4033), + [anon_sym_COMMA] = ACTIONS(4033), + [anon_sym_LT] = ACTIONS(4031), + [anon_sym_GT] = ACTIONS(4031), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(4031), + [anon_sym_SEMI] = ACTIONS(4033), + [anon_sym_get] = ACTIONS(4031), + [anon_sym_set] = ACTIONS(4031), + [anon_sym_STAR] = ACTIONS(4031), + [sym_label] = ACTIONS(4033), + [anon_sym_in] = ACTIONS(4031), + [anon_sym_DOT_DOT] = ACTIONS(4033), + [anon_sym_QMARK_COLON] = ACTIONS(4033), + [anon_sym_AMP_AMP] = ACTIONS(4033), + [anon_sym_PIPE_PIPE] = ACTIONS(4033), + [anon_sym_else] = ACTIONS(4031), + [anon_sym_COLON_COLON] = ACTIONS(4033), + [anon_sym_PLUS_EQ] = ACTIONS(4033), + [anon_sym_DASH_EQ] = ACTIONS(4033), + [anon_sym_STAR_EQ] = ACTIONS(4033), + [anon_sym_SLASH_EQ] = ACTIONS(4033), + [anon_sym_PERCENT_EQ] = ACTIONS(4033), + [anon_sym_BANG_EQ] = ACTIONS(4031), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4033), + [anon_sym_EQ_EQ] = ACTIONS(4031), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4033), + [anon_sym_LT_EQ] = ACTIONS(4033), + [anon_sym_GT_EQ] = ACTIONS(4033), + [anon_sym_BANGin] = ACTIONS(4033), + [anon_sym_is] = ACTIONS(4031), + [anon_sym_BANGis] = ACTIONS(4033), + [anon_sym_PLUS] = ACTIONS(4031), + [anon_sym_DASH] = ACTIONS(4031), + [anon_sym_SLASH] = ACTIONS(4031), + [anon_sym_PERCENT] = ACTIONS(4031), + [anon_sym_as_QMARK] = ACTIONS(4033), + [anon_sym_PLUS_PLUS] = ACTIONS(4033), + [anon_sym_DASH_DASH] = ACTIONS(4033), + [anon_sym_BANG_BANG] = ACTIONS(4033), + [anon_sym_suspend] = ACTIONS(4031), + [anon_sym_sealed] = ACTIONS(4031), + [anon_sym_annotation] = ACTIONS(4031), + [anon_sym_data] = ACTIONS(4031), + [anon_sym_inner] = ACTIONS(4031), + [anon_sym_override] = ACTIONS(4031), + [anon_sym_lateinit] = ACTIONS(4031), + [anon_sym_public] = ACTIONS(4031), + [anon_sym_private] = ACTIONS(4031), + [anon_sym_internal] = ACTIONS(4031), + [anon_sym_protected] = ACTIONS(4031), + [anon_sym_tailrec] = ACTIONS(4031), + [anon_sym_operator] = ACTIONS(4031), + [anon_sym_infix] = ACTIONS(4031), + [anon_sym_inline] = ACTIONS(4031), + [anon_sym_external] = ACTIONS(4031), + [sym_property_modifier] = ACTIONS(4031), + [anon_sym_abstract] = ACTIONS(4031), + [anon_sym_final] = ACTIONS(4031), + [anon_sym_open] = ACTIONS(4031), + [anon_sym_vararg] = ACTIONS(4031), + [anon_sym_noinline] = ACTIONS(4031), + [anon_sym_crossinline] = ACTIONS(4031), + [anon_sym_expect] = ACTIONS(4031), + [anon_sym_actual] = ACTIONS(4031), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4033), + [sym__automatic_semicolon] = ACTIONS(4033), + [sym_safe_nav] = ACTIONS(4033), [sym_multiline_comment] = ACTIONS(3), }, - [3033] = { - [sym_function_body] = STATE(3285), - [sym__block] = STATE(3245), - [sym__alpha_identifier] = ACTIONS(4191), - [anon_sym_AT] = ACTIONS(4193), - [anon_sym_COLON] = ACTIONS(6451), - [anon_sym_LBRACK] = ACTIONS(4193), - [anon_sym_as] = ACTIONS(4191), - [anon_sym_EQ] = ACTIONS(6265), - [anon_sym_LBRACE] = ACTIONS(6220), - [anon_sym_RBRACE] = ACTIONS(4193), - [anon_sym_LPAREN] = ACTIONS(4193), - [anon_sym_LT] = ACTIONS(4191), - [anon_sym_GT] = ACTIONS(4191), - [anon_sym_object] = ACTIONS(4191), - [anon_sym_fun] = ACTIONS(4191), - [anon_sym_DOT] = ACTIONS(4191), - [anon_sym_SEMI] = ACTIONS(4193), - [anon_sym_get] = ACTIONS(4191), - [anon_sym_set] = ACTIONS(4191), - [anon_sym_this] = ACTIONS(4191), - [anon_sym_super] = ACTIONS(4191), - [anon_sym_STAR] = ACTIONS(4191), - [sym_label] = ACTIONS(4191), - [anon_sym_in] = ACTIONS(4191), - [anon_sym_DOT_DOT] = ACTIONS(4193), - [anon_sym_QMARK_COLON] = ACTIONS(4193), - [anon_sym_AMP_AMP] = ACTIONS(4193), - [anon_sym_PIPE_PIPE] = ACTIONS(4193), - [anon_sym_null] = ACTIONS(4191), - [anon_sym_if] = ACTIONS(4191), - [anon_sym_else] = ACTIONS(4191), - [anon_sym_when] = ACTIONS(4191), - [anon_sym_try] = ACTIONS(4191), - [anon_sym_throw] = ACTIONS(4191), - [anon_sym_return] = ACTIONS(4191), - [anon_sym_continue] = ACTIONS(4191), - [anon_sym_break] = ACTIONS(4191), - [anon_sym_COLON_COLON] = ACTIONS(4193), - [anon_sym_PLUS_EQ] = ACTIONS(4193), - [anon_sym_DASH_EQ] = ACTIONS(4193), - [anon_sym_STAR_EQ] = ACTIONS(4193), - [anon_sym_SLASH_EQ] = ACTIONS(4193), - [anon_sym_PERCENT_EQ] = ACTIONS(4193), - [anon_sym_BANG_EQ] = ACTIONS(4191), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4193), - [anon_sym_EQ_EQ] = ACTIONS(4191), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4193), - [anon_sym_LT_EQ] = ACTIONS(4193), - [anon_sym_GT_EQ] = ACTIONS(4193), - [anon_sym_BANGin] = ACTIONS(4193), - [anon_sym_is] = ACTIONS(4191), - [anon_sym_BANGis] = ACTIONS(4193), - [anon_sym_PLUS] = ACTIONS(4191), - [anon_sym_DASH] = ACTIONS(4191), - [anon_sym_SLASH] = ACTIONS(4191), - [anon_sym_PERCENT] = ACTIONS(4191), - [anon_sym_as_QMARK] = ACTIONS(4193), - [anon_sym_PLUS_PLUS] = ACTIONS(4193), - [anon_sym_DASH_DASH] = ACTIONS(4193), - [anon_sym_BANG] = ACTIONS(4191), - [anon_sym_BANG_BANG] = ACTIONS(4193), - [anon_sym_data] = ACTIONS(4191), - [anon_sym_inner] = ACTIONS(4191), - [anon_sym_expect] = ACTIONS(4191), - [anon_sym_actual] = ACTIONS(4191), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4193), - [anon_sym_continue_AT] = ACTIONS(4193), - [anon_sym_break_AT] = ACTIONS(4193), - [sym_real_literal] = ACTIONS(4193), - [sym_integer_literal] = ACTIONS(4191), - [sym_hex_literal] = ACTIONS(4193), - [sym_bin_literal] = ACTIONS(4193), - [anon_sym_true] = ACTIONS(4191), - [anon_sym_false] = ACTIONS(4191), - [anon_sym_SQUOTE] = ACTIONS(4193), - [sym__backtick_identifier] = ACTIONS(4193), - [sym__automatic_semicolon] = ACTIONS(4193), - [sym_safe_nav] = ACTIONS(4193), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4193), + [3051] = { + [sym__alpha_identifier] = ACTIONS(4688), + [anon_sym_AT] = ACTIONS(4690), + [anon_sym_COLON] = ACTIONS(4688), + [anon_sym_LBRACK] = ACTIONS(4690), + [anon_sym_as] = ACTIONS(4688), + [anon_sym_EQ] = ACTIONS(4688), + [anon_sym_LBRACE] = ACTIONS(4690), + [anon_sym_RBRACE] = ACTIONS(4690), + [anon_sym_LPAREN] = ACTIONS(4690), + [anon_sym_COMMA] = ACTIONS(4690), + [anon_sym_LT] = ACTIONS(4688), + [anon_sym_GT] = ACTIONS(4688), + [anon_sym_where] = ACTIONS(4688), + [anon_sym_object] = ACTIONS(4688), + [anon_sym_fun] = ACTIONS(4688), + [anon_sym_DOT] = ACTIONS(4688), + [anon_sym_SEMI] = ACTIONS(4690), + [anon_sym_get] = ACTIONS(4688), + [anon_sym_set] = ACTIONS(4688), + [anon_sym_this] = ACTIONS(4688), + [anon_sym_super] = ACTIONS(4688), + [anon_sym_STAR] = ACTIONS(4688), + [sym_label] = ACTIONS(4688), + [anon_sym_in] = ACTIONS(4688), + [anon_sym_DOT_DOT] = ACTIONS(4690), + [anon_sym_QMARK_COLON] = ACTIONS(4690), + [anon_sym_AMP_AMP] = ACTIONS(4690), + [anon_sym_PIPE_PIPE] = ACTIONS(4690), + [anon_sym_null] = ACTIONS(4688), + [anon_sym_if] = ACTIONS(4688), + [anon_sym_else] = ACTIONS(4688), + [anon_sym_when] = ACTIONS(4688), + [anon_sym_try] = ACTIONS(4688), + [anon_sym_throw] = ACTIONS(4688), + [anon_sym_return] = ACTIONS(4688), + [anon_sym_continue] = ACTIONS(4688), + [anon_sym_break] = ACTIONS(4688), + [anon_sym_COLON_COLON] = ACTIONS(4690), + [anon_sym_PLUS_EQ] = ACTIONS(4690), + [anon_sym_DASH_EQ] = ACTIONS(4690), + [anon_sym_STAR_EQ] = ACTIONS(4690), + [anon_sym_SLASH_EQ] = ACTIONS(4690), + [anon_sym_PERCENT_EQ] = ACTIONS(4690), + [anon_sym_BANG_EQ] = ACTIONS(4688), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4690), + [anon_sym_EQ_EQ] = ACTIONS(4688), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4690), + [anon_sym_LT_EQ] = ACTIONS(4690), + [anon_sym_GT_EQ] = ACTIONS(4690), + [anon_sym_BANGin] = ACTIONS(4690), + [anon_sym_is] = ACTIONS(4688), + [anon_sym_BANGis] = ACTIONS(4690), + [anon_sym_PLUS] = ACTIONS(4688), + [anon_sym_DASH] = ACTIONS(4688), + [anon_sym_SLASH] = ACTIONS(4688), + [anon_sym_PERCENT] = ACTIONS(4688), + [anon_sym_as_QMARK] = ACTIONS(4690), + [anon_sym_PLUS_PLUS] = ACTIONS(4690), + [anon_sym_DASH_DASH] = ACTIONS(4690), + [anon_sym_BANG] = ACTIONS(4688), + [anon_sym_BANG_BANG] = ACTIONS(4690), + [anon_sym_data] = ACTIONS(4688), + [anon_sym_inner] = ACTIONS(4688), + [anon_sym_expect] = ACTIONS(4688), + [anon_sym_actual] = ACTIONS(4688), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4690), + [anon_sym_continue_AT] = ACTIONS(4690), + [anon_sym_break_AT] = ACTIONS(4690), + [sym_real_literal] = ACTIONS(4690), + [sym_integer_literal] = ACTIONS(4688), + [sym_hex_literal] = ACTIONS(4690), + [sym_bin_literal] = ACTIONS(4690), + [anon_sym_true] = ACTIONS(4688), + [anon_sym_false] = ACTIONS(4688), + [anon_sym_SQUOTE] = ACTIONS(4690), + [sym__backtick_identifier] = ACTIONS(4690), + [sym__automatic_semicolon] = ACTIONS(4690), + [sym_safe_nav] = ACTIONS(4690), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4690), }, - [3034] = { - [sym__alpha_identifier] = ACTIONS(4605), - [anon_sym_AT] = ACTIONS(4607), - [anon_sym_COLON] = ACTIONS(4605), - [anon_sym_LBRACK] = ACTIONS(4607), - [anon_sym_RBRACK] = ACTIONS(4607), - [anon_sym_as] = ACTIONS(4605), - [anon_sym_EQ] = ACTIONS(4605), - [anon_sym_LBRACE] = ACTIONS(4607), - [anon_sym_RBRACE] = ACTIONS(4607), - [anon_sym_LPAREN] = ACTIONS(4607), - [anon_sym_COMMA] = ACTIONS(4607), - [anon_sym_RPAREN] = ACTIONS(4607), - [anon_sym_LT] = ACTIONS(4605), - [anon_sym_GT] = ACTIONS(4605), - [anon_sym_where] = ACTIONS(4605), - [anon_sym_DOT] = ACTIONS(4605), - [anon_sym_SEMI] = ACTIONS(4607), - [anon_sym_get] = ACTIONS(4605), - [anon_sym_set] = ACTIONS(4605), - [anon_sym_STAR] = ACTIONS(4605), - [anon_sym_DASH_GT] = ACTIONS(4607), - [sym_label] = ACTIONS(4607), - [anon_sym_in] = ACTIONS(4605), - [anon_sym_while] = ACTIONS(4605), - [anon_sym_DOT_DOT] = ACTIONS(4607), - [anon_sym_QMARK_COLON] = ACTIONS(4607), - [anon_sym_AMP_AMP] = ACTIONS(4607), - [anon_sym_PIPE_PIPE] = ACTIONS(4607), - [anon_sym_else] = ACTIONS(4605), - [anon_sym_COLON_COLON] = ACTIONS(4607), - [anon_sym_PLUS_EQ] = ACTIONS(4607), - [anon_sym_DASH_EQ] = ACTIONS(4607), - [anon_sym_STAR_EQ] = ACTIONS(4607), - [anon_sym_SLASH_EQ] = ACTIONS(4607), - [anon_sym_PERCENT_EQ] = ACTIONS(4607), - [anon_sym_BANG_EQ] = ACTIONS(4605), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4607), - [anon_sym_EQ_EQ] = ACTIONS(4605), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4607), - [anon_sym_LT_EQ] = ACTIONS(4607), - [anon_sym_GT_EQ] = ACTIONS(4607), - [anon_sym_BANGin] = ACTIONS(4607), - [anon_sym_is] = ACTIONS(4605), - [anon_sym_BANGis] = ACTIONS(4607), - [anon_sym_PLUS] = ACTIONS(4605), - [anon_sym_DASH] = ACTIONS(4605), - [anon_sym_SLASH] = ACTIONS(4605), - [anon_sym_PERCENT] = ACTIONS(4605), - [anon_sym_as_QMARK] = ACTIONS(4607), - [anon_sym_PLUS_PLUS] = ACTIONS(4607), - [anon_sym_DASH_DASH] = ACTIONS(4607), - [anon_sym_BANG_BANG] = ACTIONS(4607), - [anon_sym_suspend] = ACTIONS(4605), - [anon_sym_sealed] = ACTIONS(4605), - [anon_sym_annotation] = ACTIONS(4605), - [anon_sym_data] = ACTIONS(4605), - [anon_sym_inner] = ACTIONS(4605), - [anon_sym_override] = ACTIONS(4605), - [anon_sym_lateinit] = ACTIONS(4605), - [anon_sym_public] = ACTIONS(4605), - [anon_sym_private] = ACTIONS(4605), - [anon_sym_internal] = ACTIONS(4605), - [anon_sym_protected] = ACTIONS(4605), - [anon_sym_tailrec] = ACTIONS(4605), - [anon_sym_operator] = ACTIONS(4605), - [anon_sym_infix] = ACTIONS(4605), - [anon_sym_inline] = ACTIONS(4605), - [anon_sym_external] = ACTIONS(4605), - [sym_property_modifier] = ACTIONS(4605), - [anon_sym_abstract] = ACTIONS(4605), - [anon_sym_final] = ACTIONS(4605), - [anon_sym_open] = ACTIONS(4605), - [anon_sym_vararg] = ACTIONS(4605), - [anon_sym_noinline] = ACTIONS(4605), - [anon_sym_crossinline] = ACTIONS(4605), - [anon_sym_expect] = ACTIONS(4605), - [anon_sym_actual] = ACTIONS(4605), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4607), - [sym_safe_nav] = ACTIONS(4607), + [3052] = { + [sym__alpha_identifier] = ACTIONS(4523), + [anon_sym_AT] = ACTIONS(4525), + [anon_sym_COLON] = ACTIONS(4523), + [anon_sym_LBRACK] = ACTIONS(4525), + [anon_sym_RBRACK] = ACTIONS(4525), + [anon_sym_as] = ACTIONS(4523), + [anon_sym_EQ] = ACTIONS(4523), + [anon_sym_LBRACE] = ACTIONS(4525), + [anon_sym_RBRACE] = ACTIONS(4525), + [anon_sym_LPAREN] = ACTIONS(4525), + [anon_sym_COMMA] = ACTIONS(4525), + [anon_sym_RPAREN] = ACTIONS(4525), + [anon_sym_LT] = ACTIONS(4523), + [anon_sym_GT] = ACTIONS(4523), + [anon_sym_where] = ACTIONS(4523), + [anon_sym_DOT] = ACTIONS(4523), + [anon_sym_SEMI] = ACTIONS(4525), + [anon_sym_get] = ACTIONS(4523), + [anon_sym_set] = ACTIONS(4523), + [anon_sym_STAR] = ACTIONS(4523), + [anon_sym_DASH_GT] = ACTIONS(4525), + [sym_label] = ACTIONS(4525), + [anon_sym_in] = ACTIONS(4523), + [anon_sym_while] = ACTIONS(4523), + [anon_sym_DOT_DOT] = ACTIONS(4525), + [anon_sym_QMARK_COLON] = ACTIONS(4525), + [anon_sym_AMP_AMP] = ACTIONS(4525), + [anon_sym_PIPE_PIPE] = ACTIONS(4525), + [anon_sym_else] = ACTIONS(4523), + [anon_sym_COLON_COLON] = ACTIONS(4525), + [anon_sym_PLUS_EQ] = ACTIONS(4525), + [anon_sym_DASH_EQ] = ACTIONS(4525), + [anon_sym_STAR_EQ] = ACTIONS(4525), + [anon_sym_SLASH_EQ] = ACTIONS(4525), + [anon_sym_PERCENT_EQ] = ACTIONS(4525), + [anon_sym_BANG_EQ] = ACTIONS(4523), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4525), + [anon_sym_EQ_EQ] = ACTIONS(4523), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4525), + [anon_sym_LT_EQ] = ACTIONS(4525), + [anon_sym_GT_EQ] = ACTIONS(4525), + [anon_sym_BANGin] = ACTIONS(4525), + [anon_sym_is] = ACTIONS(4523), + [anon_sym_BANGis] = ACTIONS(4525), + [anon_sym_PLUS] = ACTIONS(4523), + [anon_sym_DASH] = ACTIONS(4523), + [anon_sym_SLASH] = ACTIONS(4523), + [anon_sym_PERCENT] = ACTIONS(4523), + [anon_sym_as_QMARK] = ACTIONS(4525), + [anon_sym_PLUS_PLUS] = ACTIONS(4525), + [anon_sym_DASH_DASH] = ACTIONS(4525), + [anon_sym_BANG_BANG] = ACTIONS(4525), + [anon_sym_suspend] = ACTIONS(4523), + [anon_sym_sealed] = ACTIONS(4523), + [anon_sym_annotation] = ACTIONS(4523), + [anon_sym_data] = ACTIONS(4523), + [anon_sym_inner] = ACTIONS(4523), + [anon_sym_override] = ACTIONS(4523), + [anon_sym_lateinit] = ACTIONS(4523), + [anon_sym_public] = ACTIONS(4523), + [anon_sym_private] = ACTIONS(4523), + [anon_sym_internal] = ACTIONS(4523), + [anon_sym_protected] = ACTIONS(4523), + [anon_sym_tailrec] = ACTIONS(4523), + [anon_sym_operator] = ACTIONS(4523), + [anon_sym_infix] = ACTIONS(4523), + [anon_sym_inline] = ACTIONS(4523), + [anon_sym_external] = ACTIONS(4523), + [sym_property_modifier] = ACTIONS(4523), + [anon_sym_abstract] = ACTIONS(4523), + [anon_sym_final] = ACTIONS(4523), + [anon_sym_open] = ACTIONS(4523), + [anon_sym_vararg] = ACTIONS(4523), + [anon_sym_noinline] = ACTIONS(4523), + [anon_sym_crossinline] = ACTIONS(4523), + [anon_sym_expect] = ACTIONS(4523), + [anon_sym_actual] = ACTIONS(4523), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4525), + [sym_safe_nav] = ACTIONS(4525), [sym_multiline_comment] = ACTIONS(3), }, - [3035] = { - [sym_class_body] = STATE(3437), - [sym__alpha_identifier] = ACTIONS(3214), - [anon_sym_AT] = ACTIONS(3218), - [anon_sym_LBRACK] = ACTIONS(3218), - [anon_sym_as] = ACTIONS(3214), - [anon_sym_EQ] = ACTIONS(3214), - [anon_sym_LBRACE] = ACTIONS(3112), - [anon_sym_RBRACE] = ACTIONS(3218), - [anon_sym_LPAREN] = ACTIONS(3218), - [anon_sym_COMMA] = ACTIONS(3218), - [anon_sym_LT] = ACTIONS(3214), - [anon_sym_GT] = ACTIONS(3214), - [anon_sym_where] = ACTIONS(3214), - [anon_sym_object] = ACTIONS(3214), - [anon_sym_fun] = ACTIONS(3214), - [anon_sym_DOT] = ACTIONS(3214), - [anon_sym_SEMI] = ACTIONS(3218), - [anon_sym_get] = ACTIONS(3214), - [anon_sym_set] = ACTIONS(3214), - [anon_sym_this] = ACTIONS(3214), - [anon_sym_super] = ACTIONS(3214), - [anon_sym_STAR] = ACTIONS(3214), - [sym_label] = ACTIONS(3214), - [anon_sym_in] = ACTIONS(3214), - [anon_sym_DOT_DOT] = ACTIONS(3218), - [anon_sym_QMARK_COLON] = ACTIONS(3218), - [anon_sym_AMP_AMP] = ACTIONS(3218), - [anon_sym_PIPE_PIPE] = ACTIONS(3218), - [anon_sym_null] = ACTIONS(3214), - [anon_sym_if] = ACTIONS(3214), - [anon_sym_else] = ACTIONS(3214), - [anon_sym_when] = ACTIONS(3214), - [anon_sym_try] = ACTIONS(3214), - [anon_sym_throw] = ACTIONS(3214), - [anon_sym_return] = ACTIONS(3214), - [anon_sym_continue] = ACTIONS(3214), - [anon_sym_break] = ACTIONS(3214), - [anon_sym_COLON_COLON] = ACTIONS(3218), - [anon_sym_PLUS_EQ] = ACTIONS(3218), - [anon_sym_DASH_EQ] = ACTIONS(3218), - [anon_sym_STAR_EQ] = ACTIONS(3218), - [anon_sym_SLASH_EQ] = ACTIONS(3218), - [anon_sym_PERCENT_EQ] = ACTIONS(3218), - [anon_sym_BANG_EQ] = ACTIONS(3214), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3218), - [anon_sym_EQ_EQ] = ACTIONS(3214), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3218), - [anon_sym_LT_EQ] = ACTIONS(3218), - [anon_sym_GT_EQ] = ACTIONS(3218), - [anon_sym_BANGin] = ACTIONS(3218), - [anon_sym_is] = ACTIONS(3214), - [anon_sym_BANGis] = ACTIONS(3218), - [anon_sym_PLUS] = ACTIONS(3214), - [anon_sym_DASH] = ACTIONS(3214), - [anon_sym_SLASH] = ACTIONS(3214), - [anon_sym_PERCENT] = ACTIONS(3214), - [anon_sym_as_QMARK] = ACTIONS(3218), - [anon_sym_PLUS_PLUS] = ACTIONS(3218), - [anon_sym_DASH_DASH] = ACTIONS(3218), - [anon_sym_BANG] = ACTIONS(3214), - [anon_sym_BANG_BANG] = ACTIONS(3218), - [anon_sym_data] = ACTIONS(3214), - [anon_sym_inner] = ACTIONS(3214), - [anon_sym_expect] = ACTIONS(3214), - [anon_sym_actual] = ACTIONS(3214), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3218), - [anon_sym_continue_AT] = ACTIONS(3218), - [anon_sym_break_AT] = ACTIONS(3218), - [sym_real_literal] = ACTIONS(3218), - [sym_integer_literal] = ACTIONS(3214), - [sym_hex_literal] = ACTIONS(3218), - [sym_bin_literal] = ACTIONS(3218), - [anon_sym_true] = ACTIONS(3214), - [anon_sym_false] = ACTIONS(3214), - [anon_sym_SQUOTE] = ACTIONS(3218), - [sym__backtick_identifier] = ACTIONS(3218), - [sym__automatic_semicolon] = ACTIONS(3218), - [sym_safe_nav] = ACTIONS(3218), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3218), - }, - [3036] = { + [3053] = { [sym__alpha_identifier] = ACTIONS(4587), [anon_sym_AT] = ACTIONS(4589), [anon_sym_COLON] = ACTIONS(4587), [anon_sym_LBRACK] = ACTIONS(4589), + [anon_sym_RBRACK] = ACTIONS(4589), [anon_sym_as] = ACTIONS(4587), [anon_sym_EQ] = ACTIONS(4587), [anon_sym_LBRACE] = ACTIONS(4589), [anon_sym_RBRACE] = ACTIONS(4589), [anon_sym_LPAREN] = ACTIONS(4589), [anon_sym_COMMA] = ACTIONS(4589), + [anon_sym_RPAREN] = ACTIONS(4589), [anon_sym_LT] = ACTIONS(4587), [anon_sym_GT] = ACTIONS(4587), [anon_sym_where] = ACTIONS(4587), - [anon_sym_object] = ACTIONS(4587), - [anon_sym_fun] = ACTIONS(4587), [anon_sym_DOT] = ACTIONS(4587), [anon_sym_SEMI] = ACTIONS(4589), [anon_sym_get] = ACTIONS(4587), [anon_sym_set] = ACTIONS(4587), - [anon_sym_this] = ACTIONS(4587), - [anon_sym_super] = ACTIONS(4587), [anon_sym_STAR] = ACTIONS(4587), - [sym_label] = ACTIONS(4587), + [anon_sym_DASH_GT] = ACTIONS(4589), + [sym_label] = ACTIONS(4589), [anon_sym_in] = ACTIONS(4587), + [anon_sym_while] = ACTIONS(4587), [anon_sym_DOT_DOT] = ACTIONS(4589), [anon_sym_QMARK_COLON] = ACTIONS(4589), [anon_sym_AMP_AMP] = ACTIONS(4589), [anon_sym_PIPE_PIPE] = ACTIONS(4589), - [anon_sym_null] = ACTIONS(4587), - [anon_sym_if] = ACTIONS(4587), [anon_sym_else] = ACTIONS(4587), - [anon_sym_when] = ACTIONS(4587), - [anon_sym_try] = ACTIONS(4587), - [anon_sym_throw] = ACTIONS(4587), - [anon_sym_return] = ACTIONS(4587), - [anon_sym_continue] = ACTIONS(4587), - [anon_sym_break] = ACTIONS(4587), [anon_sym_COLON_COLON] = ACTIONS(4589), [anon_sym_PLUS_EQ] = ACTIONS(4589), [anon_sym_DASH_EQ] = ACTIONS(4589), @@ -344735,5012 +346286,3942 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(4589), [anon_sym_PLUS_PLUS] = ACTIONS(4589), [anon_sym_DASH_DASH] = ACTIONS(4589), - [anon_sym_BANG] = ACTIONS(4587), [anon_sym_BANG_BANG] = ACTIONS(4589), + [anon_sym_suspend] = ACTIONS(4587), + [anon_sym_sealed] = ACTIONS(4587), + [anon_sym_annotation] = ACTIONS(4587), [anon_sym_data] = ACTIONS(4587), [anon_sym_inner] = ACTIONS(4587), + [anon_sym_override] = ACTIONS(4587), + [anon_sym_lateinit] = ACTIONS(4587), + [anon_sym_public] = ACTIONS(4587), + [anon_sym_private] = ACTIONS(4587), + [anon_sym_internal] = ACTIONS(4587), + [anon_sym_protected] = ACTIONS(4587), + [anon_sym_tailrec] = ACTIONS(4587), + [anon_sym_operator] = ACTIONS(4587), + [anon_sym_infix] = ACTIONS(4587), + [anon_sym_inline] = ACTIONS(4587), + [anon_sym_external] = ACTIONS(4587), + [sym_property_modifier] = ACTIONS(4587), + [anon_sym_abstract] = ACTIONS(4587), + [anon_sym_final] = ACTIONS(4587), + [anon_sym_open] = ACTIONS(4587), + [anon_sym_vararg] = ACTIONS(4587), + [anon_sym_noinline] = ACTIONS(4587), + [anon_sym_crossinline] = ACTIONS(4587), [anon_sym_expect] = ACTIONS(4587), [anon_sym_actual] = ACTIONS(4587), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4589), - [anon_sym_continue_AT] = ACTIONS(4589), - [anon_sym_break_AT] = ACTIONS(4589), - [sym_real_literal] = ACTIONS(4589), - [sym_integer_literal] = ACTIONS(4587), - [sym_hex_literal] = ACTIONS(4589), - [sym_bin_literal] = ACTIONS(4589), - [anon_sym_true] = ACTIONS(4587), - [anon_sym_false] = ACTIONS(4587), - [anon_sym_SQUOTE] = ACTIONS(4589), [sym__backtick_identifier] = ACTIONS(4589), - [sym__automatic_semicolon] = ACTIONS(4589), [sym_safe_nav] = ACTIONS(4589), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4589), - }, - [3037] = { - [sym_type_arguments] = STATE(5093), - [sym__alpha_identifier] = ACTIONS(4130), - [anon_sym_AT] = ACTIONS(4132), - [anon_sym_COLON] = ACTIONS(6453), - [anon_sym_LBRACK] = ACTIONS(4132), - [anon_sym_as] = ACTIONS(4136), - [anon_sym_EQ] = ACTIONS(4136), - [anon_sym_LBRACE] = ACTIONS(4132), - [anon_sym_RBRACE] = ACTIONS(4132), - [anon_sym_LPAREN] = ACTIONS(4138), - [anon_sym_COMMA] = ACTIONS(4132), - [anon_sym_by] = ACTIONS(4136), - [anon_sym_LT] = ACTIONS(4140), - [anon_sym_GT] = ACTIONS(4136), - [anon_sym_where] = ACTIONS(4136), - [anon_sym_DOT] = ACTIONS(4130), - [anon_sym_SEMI] = ACTIONS(4132), - [anon_sym_get] = ACTIONS(4130), - [anon_sym_set] = ACTIONS(4130), - [sym__quest] = ACTIONS(4130), - [anon_sym_STAR] = ACTIONS(4136), - [sym_label] = ACTIONS(4132), - [anon_sym_in] = ACTIONS(4136), - [anon_sym_DOT_DOT] = ACTIONS(4132), - [anon_sym_QMARK_COLON] = ACTIONS(4132), - [anon_sym_AMP_AMP] = ACTIONS(4132), - [anon_sym_PIPE_PIPE] = ACTIONS(4132), - [anon_sym_else] = ACTIONS(4136), - [anon_sym_COLON_COLON] = ACTIONS(4132), - [anon_sym_PLUS_EQ] = ACTIONS(4132), - [anon_sym_DASH_EQ] = ACTIONS(4132), - [anon_sym_STAR_EQ] = ACTIONS(4132), - [anon_sym_SLASH_EQ] = ACTIONS(4132), - [anon_sym_PERCENT_EQ] = ACTIONS(4132), - [anon_sym_BANG_EQ] = ACTIONS(4136), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4132), - [anon_sym_EQ_EQ] = ACTIONS(4136), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4132), - [anon_sym_LT_EQ] = ACTIONS(4132), - [anon_sym_GT_EQ] = ACTIONS(4132), - [anon_sym_BANGin] = ACTIONS(4132), - [anon_sym_is] = ACTIONS(4136), - [anon_sym_BANGis] = ACTIONS(4132), - [anon_sym_PLUS] = ACTIONS(4136), - [anon_sym_DASH] = ACTIONS(4136), - [anon_sym_SLASH] = ACTIONS(4136), - [anon_sym_PERCENT] = ACTIONS(4136), - [anon_sym_as_QMARK] = ACTIONS(4132), - [anon_sym_PLUS_PLUS] = ACTIONS(4132), - [anon_sym_DASH_DASH] = ACTIONS(4132), - [anon_sym_BANG_BANG] = ACTIONS(4132), - [anon_sym_suspend] = ACTIONS(4136), - [anon_sym_sealed] = ACTIONS(4136), - [anon_sym_annotation] = ACTIONS(4136), - [anon_sym_data] = ACTIONS(4130), - [anon_sym_inner] = ACTIONS(4130), - [anon_sym_override] = ACTIONS(4136), - [anon_sym_lateinit] = ACTIONS(4136), - [anon_sym_public] = ACTIONS(4136), - [anon_sym_private] = ACTIONS(4136), - [anon_sym_internal] = ACTIONS(4136), - [anon_sym_protected] = ACTIONS(4136), - [anon_sym_tailrec] = ACTIONS(4136), - [anon_sym_operator] = ACTIONS(4136), - [anon_sym_infix] = ACTIONS(4136), - [anon_sym_inline] = ACTIONS(4136), - [anon_sym_external] = ACTIONS(4136), - [sym_property_modifier] = ACTIONS(4136), - [anon_sym_abstract] = ACTIONS(4136), - [anon_sym_final] = ACTIONS(4136), - [anon_sym_open] = ACTIONS(4136), - [anon_sym_vararg] = ACTIONS(4136), - [anon_sym_noinline] = ACTIONS(4136), - [anon_sym_crossinline] = ACTIONS(4136), - [anon_sym_expect] = ACTIONS(4130), - [anon_sym_actual] = ACTIONS(4130), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4138), - [sym__automatic_semicolon] = ACTIONS(4132), - [sym_safe_nav] = ACTIONS(4132), - [sym_multiline_comment] = ACTIONS(3), - }, - [3038] = { - [sym__alpha_identifier] = ACTIONS(4674), - [anon_sym_AT] = ACTIONS(4676), - [anon_sym_COLON] = ACTIONS(4674), - [anon_sym_LBRACK] = ACTIONS(4676), - [anon_sym_RBRACK] = ACTIONS(4676), - [anon_sym_as] = ACTIONS(4674), - [anon_sym_EQ] = ACTIONS(4674), - [anon_sym_LBRACE] = ACTIONS(4676), - [anon_sym_RBRACE] = ACTIONS(4676), - [anon_sym_LPAREN] = ACTIONS(4676), - [anon_sym_COMMA] = ACTIONS(4676), - [anon_sym_RPAREN] = ACTIONS(4676), - [anon_sym_LT] = ACTIONS(4674), - [anon_sym_GT] = ACTIONS(4674), - [anon_sym_where] = ACTIONS(4674), - [anon_sym_DOT] = ACTIONS(4674), - [anon_sym_SEMI] = ACTIONS(4676), - [anon_sym_get] = ACTIONS(4674), - [anon_sym_set] = ACTIONS(4674), - [anon_sym_STAR] = ACTIONS(4674), - [anon_sym_DASH_GT] = ACTIONS(4676), - [sym_label] = ACTIONS(4676), - [anon_sym_in] = ACTIONS(4674), - [anon_sym_while] = ACTIONS(4674), - [anon_sym_DOT_DOT] = ACTIONS(4676), - [anon_sym_QMARK_COLON] = ACTIONS(4676), - [anon_sym_AMP_AMP] = ACTIONS(4676), - [anon_sym_PIPE_PIPE] = ACTIONS(4676), - [anon_sym_else] = ACTIONS(4674), - [anon_sym_COLON_COLON] = ACTIONS(4676), - [anon_sym_PLUS_EQ] = ACTIONS(4676), - [anon_sym_DASH_EQ] = ACTIONS(4676), - [anon_sym_STAR_EQ] = ACTIONS(4676), - [anon_sym_SLASH_EQ] = ACTIONS(4676), - [anon_sym_PERCENT_EQ] = ACTIONS(4676), - [anon_sym_BANG_EQ] = ACTIONS(4674), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4676), - [anon_sym_EQ_EQ] = ACTIONS(4674), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4676), - [anon_sym_LT_EQ] = ACTIONS(4676), - [anon_sym_GT_EQ] = ACTIONS(4676), - [anon_sym_BANGin] = ACTIONS(4676), - [anon_sym_is] = ACTIONS(4674), - [anon_sym_BANGis] = ACTIONS(4676), - [anon_sym_PLUS] = ACTIONS(4674), - [anon_sym_DASH] = ACTIONS(4674), - [anon_sym_SLASH] = ACTIONS(4674), - [anon_sym_PERCENT] = ACTIONS(4674), - [anon_sym_as_QMARK] = ACTIONS(4676), - [anon_sym_PLUS_PLUS] = ACTIONS(4676), - [anon_sym_DASH_DASH] = ACTIONS(4676), - [anon_sym_BANG_BANG] = ACTIONS(4676), - [anon_sym_suspend] = ACTIONS(4674), - [anon_sym_sealed] = ACTIONS(4674), - [anon_sym_annotation] = ACTIONS(4674), - [anon_sym_data] = ACTIONS(4674), - [anon_sym_inner] = ACTIONS(4674), - [anon_sym_override] = ACTIONS(4674), - [anon_sym_lateinit] = ACTIONS(4674), - [anon_sym_public] = ACTIONS(4674), - [anon_sym_private] = ACTIONS(4674), - [anon_sym_internal] = ACTIONS(4674), - [anon_sym_protected] = ACTIONS(4674), - [anon_sym_tailrec] = ACTIONS(4674), - [anon_sym_operator] = ACTIONS(4674), - [anon_sym_infix] = ACTIONS(4674), - [anon_sym_inline] = ACTIONS(4674), - [anon_sym_external] = ACTIONS(4674), - [sym_property_modifier] = ACTIONS(4674), - [anon_sym_abstract] = ACTIONS(4674), - [anon_sym_final] = ACTIONS(4674), - [anon_sym_open] = ACTIONS(4674), - [anon_sym_vararg] = ACTIONS(4674), - [anon_sym_noinline] = ACTIONS(4674), - [anon_sym_crossinline] = ACTIONS(4674), - [anon_sym_expect] = ACTIONS(4674), - [anon_sym_actual] = ACTIONS(4674), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4676), - [sym_safe_nav] = ACTIONS(4676), - [sym_multiline_comment] = ACTIONS(3), - }, - [3039] = { - [sym_function_body] = STATE(3428), - [sym__block] = STATE(3245), - [sym__alpha_identifier] = ACTIONS(4326), - [anon_sym_AT] = ACTIONS(4328), - [anon_sym_COLON] = ACTIONS(6455), - [anon_sym_LBRACK] = ACTIONS(4328), - [anon_sym_as] = ACTIONS(4326), - [anon_sym_EQ] = ACTIONS(6265), - [anon_sym_LBRACE] = ACTIONS(6220), - [anon_sym_RBRACE] = ACTIONS(4328), - [anon_sym_LPAREN] = ACTIONS(4328), - [anon_sym_LT] = ACTIONS(4326), - [anon_sym_GT] = ACTIONS(4326), - [anon_sym_object] = ACTIONS(4326), - [anon_sym_fun] = ACTIONS(4326), - [anon_sym_DOT] = ACTIONS(4326), - [anon_sym_SEMI] = ACTIONS(4328), - [anon_sym_get] = ACTIONS(4326), - [anon_sym_set] = ACTIONS(4326), - [anon_sym_this] = ACTIONS(4326), - [anon_sym_super] = ACTIONS(4326), - [anon_sym_STAR] = ACTIONS(4326), - [sym_label] = ACTIONS(4326), - [anon_sym_in] = ACTIONS(4326), - [anon_sym_DOT_DOT] = ACTIONS(4328), - [anon_sym_QMARK_COLON] = ACTIONS(4328), - [anon_sym_AMP_AMP] = ACTIONS(4328), - [anon_sym_PIPE_PIPE] = ACTIONS(4328), - [anon_sym_null] = ACTIONS(4326), - [anon_sym_if] = ACTIONS(4326), - [anon_sym_else] = ACTIONS(4326), - [anon_sym_when] = ACTIONS(4326), - [anon_sym_try] = ACTIONS(4326), - [anon_sym_throw] = ACTIONS(4326), - [anon_sym_return] = ACTIONS(4326), - [anon_sym_continue] = ACTIONS(4326), - [anon_sym_break] = ACTIONS(4326), - [anon_sym_COLON_COLON] = ACTIONS(4328), - [anon_sym_PLUS_EQ] = ACTIONS(4328), - [anon_sym_DASH_EQ] = ACTIONS(4328), - [anon_sym_STAR_EQ] = ACTIONS(4328), - [anon_sym_SLASH_EQ] = ACTIONS(4328), - [anon_sym_PERCENT_EQ] = ACTIONS(4328), - [anon_sym_BANG_EQ] = ACTIONS(4326), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4328), - [anon_sym_EQ_EQ] = ACTIONS(4326), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4328), - [anon_sym_LT_EQ] = ACTIONS(4328), - [anon_sym_GT_EQ] = ACTIONS(4328), - [anon_sym_BANGin] = ACTIONS(4328), - [anon_sym_is] = ACTIONS(4326), - [anon_sym_BANGis] = ACTIONS(4328), - [anon_sym_PLUS] = ACTIONS(4326), - [anon_sym_DASH] = ACTIONS(4326), - [anon_sym_SLASH] = ACTIONS(4326), - [anon_sym_PERCENT] = ACTIONS(4326), - [anon_sym_as_QMARK] = ACTIONS(4328), - [anon_sym_PLUS_PLUS] = ACTIONS(4328), - [anon_sym_DASH_DASH] = ACTIONS(4328), - [anon_sym_BANG] = ACTIONS(4326), - [anon_sym_BANG_BANG] = ACTIONS(4328), - [anon_sym_data] = ACTIONS(4326), - [anon_sym_inner] = ACTIONS(4326), - [anon_sym_expect] = ACTIONS(4326), - [anon_sym_actual] = ACTIONS(4326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4328), - [anon_sym_continue_AT] = ACTIONS(4328), - [anon_sym_break_AT] = ACTIONS(4328), - [sym_real_literal] = ACTIONS(4328), - [sym_integer_literal] = ACTIONS(4326), - [sym_hex_literal] = ACTIONS(4328), - [sym_bin_literal] = ACTIONS(4328), - [anon_sym_true] = ACTIONS(4326), - [anon_sym_false] = ACTIONS(4326), - [anon_sym_SQUOTE] = ACTIONS(4328), - [sym__backtick_identifier] = ACTIONS(4328), - [sym__automatic_semicolon] = ACTIONS(4328), - [sym_safe_nav] = ACTIONS(4328), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4328), - }, - [3040] = { - [sym__alpha_identifier] = ACTIONS(4619), - [anon_sym_AT] = ACTIONS(4621), - [anon_sym_LBRACK] = ACTIONS(4621), - [anon_sym_RBRACK] = ACTIONS(4621), - [anon_sym_as] = ACTIONS(4619), - [anon_sym_EQ] = ACTIONS(4619), - [anon_sym_LBRACE] = ACTIONS(4621), - [anon_sym_RBRACE] = ACTIONS(4621), - [anon_sym_LPAREN] = ACTIONS(4621), - [anon_sym_COMMA] = ACTIONS(4621), - [anon_sym_RPAREN] = ACTIONS(4621), - [anon_sym_by] = ACTIONS(4619), - [anon_sym_LT] = ACTIONS(4619), - [anon_sym_GT] = ACTIONS(4619), - [anon_sym_where] = ACTIONS(4619), - [anon_sym_DOT] = ACTIONS(4619), - [anon_sym_SEMI] = ACTIONS(4621), - [anon_sym_get] = ACTIONS(4619), - [anon_sym_set] = ACTIONS(4619), - [anon_sym_STAR] = ACTIONS(4619), - [anon_sym_DASH_GT] = ACTIONS(4621), - [sym_label] = ACTIONS(4621), - [anon_sym_in] = ACTIONS(4619), - [anon_sym_while] = ACTIONS(4619), - [anon_sym_DOT_DOT] = ACTIONS(4621), - [anon_sym_QMARK_COLON] = ACTIONS(4621), - [anon_sym_AMP_AMP] = ACTIONS(4621), - [anon_sym_PIPE_PIPE] = ACTIONS(4621), - [anon_sym_else] = ACTIONS(4619), - [anon_sym_COLON_COLON] = ACTIONS(4621), - [anon_sym_PLUS_EQ] = ACTIONS(4621), - [anon_sym_DASH_EQ] = ACTIONS(4621), - [anon_sym_STAR_EQ] = ACTIONS(4621), - [anon_sym_SLASH_EQ] = ACTIONS(4621), - [anon_sym_PERCENT_EQ] = ACTIONS(4621), - [anon_sym_BANG_EQ] = ACTIONS(4619), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4621), - [anon_sym_EQ_EQ] = ACTIONS(4619), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4621), - [anon_sym_LT_EQ] = ACTIONS(4621), - [anon_sym_GT_EQ] = ACTIONS(4621), - [anon_sym_BANGin] = ACTIONS(4621), - [anon_sym_is] = ACTIONS(4619), - [anon_sym_BANGis] = ACTIONS(4621), - [anon_sym_PLUS] = ACTIONS(4619), - [anon_sym_DASH] = ACTIONS(4619), - [anon_sym_SLASH] = ACTIONS(4619), - [anon_sym_PERCENT] = ACTIONS(4619), - [anon_sym_as_QMARK] = ACTIONS(4621), - [anon_sym_PLUS_PLUS] = ACTIONS(4621), - [anon_sym_DASH_DASH] = ACTIONS(4621), - [anon_sym_BANG_BANG] = ACTIONS(4621), - [anon_sym_suspend] = ACTIONS(4619), - [anon_sym_sealed] = ACTIONS(4619), - [anon_sym_annotation] = ACTIONS(4619), - [anon_sym_data] = ACTIONS(4619), - [anon_sym_inner] = ACTIONS(4619), - [anon_sym_override] = ACTIONS(4619), - [anon_sym_lateinit] = ACTIONS(4619), - [anon_sym_public] = ACTIONS(4619), - [anon_sym_private] = ACTIONS(4619), - [anon_sym_internal] = ACTIONS(4619), - [anon_sym_protected] = ACTIONS(4619), - [anon_sym_tailrec] = ACTIONS(4619), - [anon_sym_operator] = ACTIONS(4619), - [anon_sym_infix] = ACTIONS(4619), - [anon_sym_inline] = ACTIONS(4619), - [anon_sym_external] = ACTIONS(4619), - [sym_property_modifier] = ACTIONS(4619), - [anon_sym_abstract] = ACTIONS(4619), - [anon_sym_final] = ACTIONS(4619), - [anon_sym_open] = ACTIONS(4619), - [anon_sym_vararg] = ACTIONS(4619), - [anon_sym_noinline] = ACTIONS(4619), - [anon_sym_crossinline] = ACTIONS(4619), - [anon_sym_expect] = ACTIONS(4619), - [anon_sym_actual] = ACTIONS(4619), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4621), - [sym_safe_nav] = ACTIONS(4621), - [sym_multiline_comment] = ACTIONS(3), - }, - [3041] = { - [sym__alpha_identifier] = ACTIONS(4655), - [anon_sym_AT] = ACTIONS(4657), - [anon_sym_LBRACK] = ACTIONS(4657), - [anon_sym_RBRACK] = ACTIONS(4657), - [anon_sym_as] = ACTIONS(4655), - [anon_sym_EQ] = ACTIONS(4655), - [anon_sym_LBRACE] = ACTIONS(4657), - [anon_sym_RBRACE] = ACTIONS(4657), - [anon_sym_LPAREN] = ACTIONS(4657), - [anon_sym_COMMA] = ACTIONS(4657), - [anon_sym_RPAREN] = ACTIONS(4657), - [anon_sym_by] = ACTIONS(4655), - [anon_sym_LT] = ACTIONS(4655), - [anon_sym_GT] = ACTIONS(4655), - [anon_sym_where] = ACTIONS(4655), - [anon_sym_DOT] = ACTIONS(4655), - [anon_sym_SEMI] = ACTIONS(4657), - [anon_sym_get] = ACTIONS(4655), - [anon_sym_set] = ACTIONS(4655), - [anon_sym_STAR] = ACTIONS(4655), - [anon_sym_DASH_GT] = ACTIONS(4657), - [sym_label] = ACTIONS(4657), - [anon_sym_in] = ACTIONS(4655), - [anon_sym_while] = ACTIONS(4655), - [anon_sym_DOT_DOT] = ACTIONS(4657), - [anon_sym_QMARK_COLON] = ACTIONS(4657), - [anon_sym_AMP_AMP] = ACTIONS(4657), - [anon_sym_PIPE_PIPE] = ACTIONS(4657), - [anon_sym_else] = ACTIONS(4655), - [anon_sym_COLON_COLON] = ACTIONS(4657), - [anon_sym_PLUS_EQ] = ACTIONS(4657), - [anon_sym_DASH_EQ] = ACTIONS(4657), - [anon_sym_STAR_EQ] = ACTIONS(4657), - [anon_sym_SLASH_EQ] = ACTIONS(4657), - [anon_sym_PERCENT_EQ] = ACTIONS(4657), - [anon_sym_BANG_EQ] = ACTIONS(4655), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4657), - [anon_sym_EQ_EQ] = ACTIONS(4655), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4657), - [anon_sym_LT_EQ] = ACTIONS(4657), - [anon_sym_GT_EQ] = ACTIONS(4657), - [anon_sym_BANGin] = ACTIONS(4657), - [anon_sym_is] = ACTIONS(4655), - [anon_sym_BANGis] = ACTIONS(4657), - [anon_sym_PLUS] = ACTIONS(4655), - [anon_sym_DASH] = ACTIONS(4655), - [anon_sym_SLASH] = ACTIONS(4655), - [anon_sym_PERCENT] = ACTIONS(4655), - [anon_sym_as_QMARK] = ACTIONS(4657), - [anon_sym_PLUS_PLUS] = ACTIONS(4657), - [anon_sym_DASH_DASH] = ACTIONS(4657), - [anon_sym_BANG_BANG] = ACTIONS(4657), - [anon_sym_suspend] = ACTIONS(4655), - [anon_sym_sealed] = ACTIONS(4655), - [anon_sym_annotation] = ACTIONS(4655), - [anon_sym_data] = ACTIONS(4655), - [anon_sym_inner] = ACTIONS(4655), - [anon_sym_override] = ACTIONS(4655), - [anon_sym_lateinit] = ACTIONS(4655), - [anon_sym_public] = ACTIONS(4655), - [anon_sym_private] = ACTIONS(4655), - [anon_sym_internal] = ACTIONS(4655), - [anon_sym_protected] = ACTIONS(4655), - [anon_sym_tailrec] = ACTIONS(4655), - [anon_sym_operator] = ACTIONS(4655), - [anon_sym_infix] = ACTIONS(4655), - [anon_sym_inline] = ACTIONS(4655), - [anon_sym_external] = ACTIONS(4655), - [sym_property_modifier] = ACTIONS(4655), - [anon_sym_abstract] = ACTIONS(4655), - [anon_sym_final] = ACTIONS(4655), - [anon_sym_open] = ACTIONS(4655), - [anon_sym_vararg] = ACTIONS(4655), - [anon_sym_noinline] = ACTIONS(4655), - [anon_sym_crossinline] = ACTIONS(4655), - [anon_sym_expect] = ACTIONS(4655), - [anon_sym_actual] = ACTIONS(4655), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4657), - [sym_safe_nav] = ACTIONS(4657), - [sym_multiline_comment] = ACTIONS(3), - }, - [3042] = { - [aux_sym__delegation_specifiers_repeat1] = STATE(3042), - [sym__alpha_identifier] = ACTIONS(4663), - [anon_sym_AT] = ACTIONS(4665), - [anon_sym_LBRACK] = ACTIONS(4665), - [anon_sym_as] = ACTIONS(4663), - [anon_sym_EQ] = ACTIONS(4663), - [anon_sym_LBRACE] = ACTIONS(4665), - [anon_sym_RBRACE] = ACTIONS(4665), - [anon_sym_LPAREN] = ACTIONS(4665), - [anon_sym_COMMA] = ACTIONS(6457), - [anon_sym_LT] = ACTIONS(4663), - [anon_sym_GT] = ACTIONS(4663), - [anon_sym_where] = ACTIONS(4663), - [anon_sym_object] = ACTIONS(4663), - [anon_sym_fun] = ACTIONS(4663), - [anon_sym_DOT] = ACTIONS(4663), - [anon_sym_SEMI] = ACTIONS(4665), - [anon_sym_get] = ACTIONS(4663), - [anon_sym_set] = ACTIONS(4663), - [anon_sym_this] = ACTIONS(4663), - [anon_sym_super] = ACTIONS(4663), - [anon_sym_STAR] = ACTIONS(4663), - [sym_label] = ACTIONS(4663), - [anon_sym_in] = ACTIONS(4663), - [anon_sym_DOT_DOT] = ACTIONS(4665), - [anon_sym_QMARK_COLON] = ACTIONS(4665), - [anon_sym_AMP_AMP] = ACTIONS(4665), - [anon_sym_PIPE_PIPE] = ACTIONS(4665), - [anon_sym_null] = ACTIONS(4663), - [anon_sym_if] = ACTIONS(4663), - [anon_sym_else] = ACTIONS(4663), - [anon_sym_when] = ACTIONS(4663), - [anon_sym_try] = ACTIONS(4663), - [anon_sym_throw] = ACTIONS(4663), - [anon_sym_return] = ACTIONS(4663), - [anon_sym_continue] = ACTIONS(4663), - [anon_sym_break] = ACTIONS(4663), - [anon_sym_COLON_COLON] = ACTIONS(4665), - [anon_sym_PLUS_EQ] = ACTIONS(4665), - [anon_sym_DASH_EQ] = ACTIONS(4665), - [anon_sym_STAR_EQ] = ACTIONS(4665), - [anon_sym_SLASH_EQ] = ACTIONS(4665), - [anon_sym_PERCENT_EQ] = ACTIONS(4665), - [anon_sym_BANG_EQ] = ACTIONS(4663), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4665), - [anon_sym_EQ_EQ] = ACTIONS(4663), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4665), - [anon_sym_LT_EQ] = ACTIONS(4665), - [anon_sym_GT_EQ] = ACTIONS(4665), - [anon_sym_BANGin] = ACTIONS(4665), - [anon_sym_is] = ACTIONS(4663), - [anon_sym_BANGis] = ACTIONS(4665), - [anon_sym_PLUS] = ACTIONS(4663), - [anon_sym_DASH] = ACTIONS(4663), - [anon_sym_SLASH] = ACTIONS(4663), - [anon_sym_PERCENT] = ACTIONS(4663), - [anon_sym_as_QMARK] = ACTIONS(4665), - [anon_sym_PLUS_PLUS] = ACTIONS(4665), - [anon_sym_DASH_DASH] = ACTIONS(4665), - [anon_sym_BANG] = ACTIONS(4663), - [anon_sym_BANG_BANG] = ACTIONS(4665), - [anon_sym_data] = ACTIONS(4663), - [anon_sym_inner] = ACTIONS(4663), - [anon_sym_expect] = ACTIONS(4663), - [anon_sym_actual] = ACTIONS(4663), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4665), - [anon_sym_continue_AT] = ACTIONS(4665), - [anon_sym_break_AT] = ACTIONS(4665), - [sym_real_literal] = ACTIONS(4665), - [sym_integer_literal] = ACTIONS(4663), - [sym_hex_literal] = ACTIONS(4665), - [sym_bin_literal] = ACTIONS(4665), - [anon_sym_true] = ACTIONS(4663), - [anon_sym_false] = ACTIONS(4663), - [anon_sym_SQUOTE] = ACTIONS(4665), - [sym__backtick_identifier] = ACTIONS(4665), - [sym__automatic_semicolon] = ACTIONS(4665), - [sym_safe_nav] = ACTIONS(4665), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4665), - }, - [3043] = { - [sym__alpha_identifier] = ACTIONS(4631), - [anon_sym_AT] = ACTIONS(4633), - [anon_sym_LBRACK] = ACTIONS(4633), - [anon_sym_RBRACK] = ACTIONS(4633), - [anon_sym_as] = ACTIONS(4631), - [anon_sym_EQ] = ACTIONS(4631), - [anon_sym_LBRACE] = ACTIONS(4633), - [anon_sym_RBRACE] = ACTIONS(4633), - [anon_sym_LPAREN] = ACTIONS(4633), - [anon_sym_COMMA] = ACTIONS(4633), - [anon_sym_RPAREN] = ACTIONS(4633), - [anon_sym_by] = ACTIONS(4631), - [anon_sym_LT] = ACTIONS(4631), - [anon_sym_GT] = ACTIONS(4631), - [anon_sym_where] = ACTIONS(4631), - [anon_sym_DOT] = ACTIONS(4631), - [anon_sym_SEMI] = ACTIONS(4633), - [anon_sym_get] = ACTIONS(4631), - [anon_sym_set] = ACTIONS(4631), - [anon_sym_STAR] = ACTIONS(4631), - [anon_sym_DASH_GT] = ACTIONS(4633), - [sym_label] = ACTIONS(4633), - [anon_sym_in] = ACTIONS(4631), - [anon_sym_while] = ACTIONS(4631), - [anon_sym_DOT_DOT] = ACTIONS(4633), - [anon_sym_QMARK_COLON] = ACTIONS(4633), - [anon_sym_AMP_AMP] = ACTIONS(4633), - [anon_sym_PIPE_PIPE] = ACTIONS(4633), - [anon_sym_else] = ACTIONS(4631), - [anon_sym_COLON_COLON] = ACTIONS(4633), - [anon_sym_PLUS_EQ] = ACTIONS(4633), - [anon_sym_DASH_EQ] = ACTIONS(4633), - [anon_sym_STAR_EQ] = ACTIONS(4633), - [anon_sym_SLASH_EQ] = ACTIONS(4633), - [anon_sym_PERCENT_EQ] = ACTIONS(4633), - [anon_sym_BANG_EQ] = ACTIONS(4631), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4633), - [anon_sym_EQ_EQ] = ACTIONS(4631), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4633), - [anon_sym_LT_EQ] = ACTIONS(4633), - [anon_sym_GT_EQ] = ACTIONS(4633), - [anon_sym_BANGin] = ACTIONS(4633), - [anon_sym_is] = ACTIONS(4631), - [anon_sym_BANGis] = ACTIONS(4633), - [anon_sym_PLUS] = ACTIONS(4631), - [anon_sym_DASH] = ACTIONS(4631), - [anon_sym_SLASH] = ACTIONS(4631), - [anon_sym_PERCENT] = ACTIONS(4631), - [anon_sym_as_QMARK] = ACTIONS(4633), - [anon_sym_PLUS_PLUS] = ACTIONS(4633), - [anon_sym_DASH_DASH] = ACTIONS(4633), - [anon_sym_BANG_BANG] = ACTIONS(4633), - [anon_sym_suspend] = ACTIONS(4631), - [anon_sym_sealed] = ACTIONS(4631), - [anon_sym_annotation] = ACTIONS(4631), - [anon_sym_data] = ACTIONS(4631), - [anon_sym_inner] = ACTIONS(4631), - [anon_sym_override] = ACTIONS(4631), - [anon_sym_lateinit] = ACTIONS(4631), - [anon_sym_public] = ACTIONS(4631), - [anon_sym_private] = ACTIONS(4631), - [anon_sym_internal] = ACTIONS(4631), - [anon_sym_protected] = ACTIONS(4631), - [anon_sym_tailrec] = ACTIONS(4631), - [anon_sym_operator] = ACTIONS(4631), - [anon_sym_infix] = ACTIONS(4631), - [anon_sym_inline] = ACTIONS(4631), - [anon_sym_external] = ACTIONS(4631), - [sym_property_modifier] = ACTIONS(4631), - [anon_sym_abstract] = ACTIONS(4631), - [anon_sym_final] = ACTIONS(4631), - [anon_sym_open] = ACTIONS(4631), - [anon_sym_vararg] = ACTIONS(4631), - [anon_sym_noinline] = ACTIONS(4631), - [anon_sym_crossinline] = ACTIONS(4631), - [anon_sym_expect] = ACTIONS(4631), - [anon_sym_actual] = ACTIONS(4631), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4633), - [sym_safe_nav] = ACTIONS(4633), - [sym_multiline_comment] = ACTIONS(3), - }, - [3044] = { - [sym_type_constraints] = STATE(3608), - [sym_function_body] = STATE(3167), - [sym__block] = STATE(3367), - [sym__alpha_identifier] = ACTIONS(4101), - [anon_sym_AT] = ACTIONS(4103), - [anon_sym_COLON] = ACTIONS(6460), - [anon_sym_LBRACK] = ACTIONS(4103), - [anon_sym_as] = ACTIONS(4101), - [anon_sym_EQ] = ACTIONS(6462), - [anon_sym_LBRACE] = ACTIONS(6236), - [anon_sym_RBRACE] = ACTIONS(4103), - [anon_sym_LPAREN] = ACTIONS(4103), - [anon_sym_RPAREN] = ACTIONS(4103), - [anon_sym_LT] = ACTIONS(4101), - [anon_sym_GT] = ACTIONS(4101), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(4101), - [anon_sym_SEMI] = ACTIONS(4103), - [anon_sym_get] = ACTIONS(4101), - [anon_sym_set] = ACTIONS(4101), - [anon_sym_STAR] = ACTIONS(4101), - [sym_label] = ACTIONS(4103), - [anon_sym_in] = ACTIONS(4101), - [anon_sym_while] = ACTIONS(4101), - [anon_sym_DOT_DOT] = ACTIONS(4103), - [anon_sym_QMARK_COLON] = ACTIONS(4103), - [anon_sym_AMP_AMP] = ACTIONS(4103), - [anon_sym_PIPE_PIPE] = ACTIONS(4103), - [anon_sym_else] = ACTIONS(4101), - [anon_sym_COLON_COLON] = ACTIONS(4103), - [anon_sym_PLUS_EQ] = ACTIONS(4103), - [anon_sym_DASH_EQ] = ACTIONS(4103), - [anon_sym_STAR_EQ] = ACTIONS(4103), - [anon_sym_SLASH_EQ] = ACTIONS(4103), - [anon_sym_PERCENT_EQ] = ACTIONS(4103), - [anon_sym_BANG_EQ] = ACTIONS(4101), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4103), - [anon_sym_EQ_EQ] = ACTIONS(4101), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4103), - [anon_sym_LT_EQ] = ACTIONS(4103), - [anon_sym_GT_EQ] = ACTIONS(4103), - [anon_sym_BANGin] = ACTIONS(4103), - [anon_sym_is] = ACTIONS(4101), - [anon_sym_BANGis] = ACTIONS(4103), - [anon_sym_PLUS] = ACTIONS(4101), - [anon_sym_DASH] = ACTIONS(4101), - [anon_sym_SLASH] = ACTIONS(4101), - [anon_sym_PERCENT] = ACTIONS(4101), - [anon_sym_as_QMARK] = ACTIONS(4103), - [anon_sym_PLUS_PLUS] = ACTIONS(4103), - [anon_sym_DASH_DASH] = ACTIONS(4103), - [anon_sym_BANG_BANG] = ACTIONS(4103), - [anon_sym_suspend] = ACTIONS(4101), - [anon_sym_sealed] = ACTIONS(4101), - [anon_sym_annotation] = ACTIONS(4101), - [anon_sym_data] = ACTIONS(4101), - [anon_sym_inner] = ACTIONS(4101), - [anon_sym_override] = ACTIONS(4101), - [anon_sym_lateinit] = ACTIONS(4101), - [anon_sym_public] = ACTIONS(4101), - [anon_sym_private] = ACTIONS(4101), - [anon_sym_internal] = ACTIONS(4101), - [anon_sym_protected] = ACTIONS(4101), - [anon_sym_tailrec] = ACTIONS(4101), - [anon_sym_operator] = ACTIONS(4101), - [anon_sym_infix] = ACTIONS(4101), - [anon_sym_inline] = ACTIONS(4101), - [anon_sym_external] = ACTIONS(4101), - [sym_property_modifier] = ACTIONS(4101), - [anon_sym_abstract] = ACTIONS(4101), - [anon_sym_final] = ACTIONS(4101), - [anon_sym_open] = ACTIONS(4101), - [anon_sym_vararg] = ACTIONS(4101), - [anon_sym_noinline] = ACTIONS(4101), - [anon_sym_crossinline] = ACTIONS(4101), - [anon_sym_expect] = ACTIONS(4101), - [anon_sym_actual] = ACTIONS(4101), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4103), - [sym_safe_nav] = ACTIONS(4103), - [sym_multiline_comment] = ACTIONS(3), - }, - [3045] = { - [sym_import_list] = STATE(3045), - [sym_import_header] = STATE(8151), - [aux_sym_source_file_repeat2] = STATE(3045), - [aux_sym_import_list_repeat1] = STATE(8151), - [ts_builtin_sym_end] = ACTIONS(6464), - [sym__alpha_identifier] = ACTIONS(6466), - [anon_sym_AT] = ACTIONS(6464), - [anon_sym_LBRACK] = ACTIONS(6464), - [anon_sym_import] = ACTIONS(6468), - [anon_sym_typealias] = ACTIONS(6466), - [anon_sym_class] = ACTIONS(6466), - [anon_sym_interface] = ACTIONS(6466), - [anon_sym_enum] = ACTIONS(6466), - [anon_sym_LBRACE] = ACTIONS(6464), - [anon_sym_LPAREN] = ACTIONS(6464), - [anon_sym_val] = ACTIONS(6466), - [anon_sym_var] = ACTIONS(6466), - [anon_sym_object] = ACTIONS(6466), - [anon_sym_fun] = ACTIONS(6466), - [anon_sym_get] = ACTIONS(6466), - [anon_sym_set] = ACTIONS(6466), - [anon_sym_this] = ACTIONS(6466), - [anon_sym_super] = ACTIONS(6466), - [anon_sym_STAR] = ACTIONS(6464), - [sym_label] = ACTIONS(6466), - [anon_sym_for] = ACTIONS(6466), - [anon_sym_while] = ACTIONS(6466), - [anon_sym_do] = ACTIONS(6466), - [anon_sym_null] = ACTIONS(6466), - [anon_sym_if] = ACTIONS(6466), - [anon_sym_when] = ACTIONS(6466), - [anon_sym_try] = ACTIONS(6466), - [anon_sym_throw] = ACTIONS(6466), - [anon_sym_return] = ACTIONS(6466), - [anon_sym_continue] = ACTIONS(6466), - [anon_sym_break] = ACTIONS(6466), - [anon_sym_COLON_COLON] = ACTIONS(6464), - [anon_sym_PLUS] = ACTIONS(6466), - [anon_sym_DASH] = ACTIONS(6466), - [anon_sym_PLUS_PLUS] = ACTIONS(6464), - [anon_sym_DASH_DASH] = ACTIONS(6464), - [anon_sym_BANG] = ACTIONS(6464), - [anon_sym_suspend] = ACTIONS(6466), - [anon_sym_sealed] = ACTIONS(6466), - [anon_sym_annotation] = ACTIONS(6466), - [anon_sym_data] = ACTIONS(6466), - [anon_sym_inner] = ACTIONS(6466), - [anon_sym_override] = ACTIONS(6466), - [anon_sym_lateinit] = ACTIONS(6466), - [anon_sym_public] = ACTIONS(6466), - [anon_sym_private] = ACTIONS(6466), - [anon_sym_internal] = ACTIONS(6466), - [anon_sym_protected] = ACTIONS(6466), - [anon_sym_tailrec] = ACTIONS(6466), - [anon_sym_operator] = ACTIONS(6466), - [anon_sym_infix] = ACTIONS(6466), - [anon_sym_inline] = ACTIONS(6466), - [anon_sym_external] = ACTIONS(6466), - [sym_property_modifier] = ACTIONS(6466), - [anon_sym_abstract] = ACTIONS(6466), - [anon_sym_final] = ACTIONS(6466), - [anon_sym_open] = ACTIONS(6466), - [anon_sym_vararg] = ACTIONS(6466), - [anon_sym_noinline] = ACTIONS(6466), - [anon_sym_crossinline] = ACTIONS(6466), - [anon_sym_expect] = ACTIONS(6466), - [anon_sym_actual] = ACTIONS(6466), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(6464), - [anon_sym_continue_AT] = ACTIONS(6464), - [anon_sym_break_AT] = ACTIONS(6464), - [sym_real_literal] = ACTIONS(6464), - [sym_integer_literal] = ACTIONS(6466), - [sym_hex_literal] = ACTIONS(6464), - [sym_bin_literal] = ACTIONS(6464), - [anon_sym_true] = ACTIONS(6466), - [anon_sym_false] = ACTIONS(6466), - [anon_sym_SQUOTE] = ACTIONS(6464), - [sym__backtick_identifier] = ACTIONS(6464), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(6464), - }, - [3046] = { - [sym_type_constraints] = STATE(3662), - [sym_function_body] = STATE(3145), - [sym__block] = STATE(3367), - [sym__alpha_identifier] = ACTIONS(4095), - [anon_sym_AT] = ACTIONS(4097), - [anon_sym_COLON] = ACTIONS(6471), - [anon_sym_LBRACK] = ACTIONS(4097), - [anon_sym_as] = ACTIONS(4095), - [anon_sym_EQ] = ACTIONS(6462), - [anon_sym_LBRACE] = ACTIONS(6236), - [anon_sym_RBRACE] = ACTIONS(4097), - [anon_sym_LPAREN] = ACTIONS(4097), - [anon_sym_RPAREN] = ACTIONS(4097), - [anon_sym_LT] = ACTIONS(4095), - [anon_sym_GT] = ACTIONS(4095), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(4095), - [anon_sym_SEMI] = ACTIONS(4097), - [anon_sym_get] = ACTIONS(4095), - [anon_sym_set] = ACTIONS(4095), - [anon_sym_STAR] = ACTIONS(4095), - [sym_label] = ACTIONS(4097), - [anon_sym_in] = ACTIONS(4095), - [anon_sym_while] = ACTIONS(4095), - [anon_sym_DOT_DOT] = ACTIONS(4097), - [anon_sym_QMARK_COLON] = ACTIONS(4097), - [anon_sym_AMP_AMP] = ACTIONS(4097), - [anon_sym_PIPE_PIPE] = ACTIONS(4097), - [anon_sym_else] = ACTIONS(4095), - [anon_sym_COLON_COLON] = ACTIONS(4097), - [anon_sym_PLUS_EQ] = ACTIONS(4097), - [anon_sym_DASH_EQ] = ACTIONS(4097), - [anon_sym_STAR_EQ] = ACTIONS(4097), - [anon_sym_SLASH_EQ] = ACTIONS(4097), - [anon_sym_PERCENT_EQ] = ACTIONS(4097), - [anon_sym_BANG_EQ] = ACTIONS(4095), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4097), - [anon_sym_EQ_EQ] = ACTIONS(4095), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4097), - [anon_sym_LT_EQ] = ACTIONS(4097), - [anon_sym_GT_EQ] = ACTIONS(4097), - [anon_sym_BANGin] = ACTIONS(4097), - [anon_sym_is] = ACTIONS(4095), - [anon_sym_BANGis] = ACTIONS(4097), - [anon_sym_PLUS] = ACTIONS(4095), - [anon_sym_DASH] = ACTIONS(4095), - [anon_sym_SLASH] = ACTIONS(4095), - [anon_sym_PERCENT] = ACTIONS(4095), - [anon_sym_as_QMARK] = ACTIONS(4097), - [anon_sym_PLUS_PLUS] = ACTIONS(4097), - [anon_sym_DASH_DASH] = ACTIONS(4097), - [anon_sym_BANG_BANG] = ACTIONS(4097), - [anon_sym_suspend] = ACTIONS(4095), - [anon_sym_sealed] = ACTIONS(4095), - [anon_sym_annotation] = ACTIONS(4095), - [anon_sym_data] = ACTIONS(4095), - [anon_sym_inner] = ACTIONS(4095), - [anon_sym_override] = ACTIONS(4095), - [anon_sym_lateinit] = ACTIONS(4095), - [anon_sym_public] = ACTIONS(4095), - [anon_sym_private] = ACTIONS(4095), - [anon_sym_internal] = ACTIONS(4095), - [anon_sym_protected] = ACTIONS(4095), - [anon_sym_tailrec] = ACTIONS(4095), - [anon_sym_operator] = ACTIONS(4095), - [anon_sym_infix] = ACTIONS(4095), - [anon_sym_inline] = ACTIONS(4095), - [anon_sym_external] = ACTIONS(4095), - [sym_property_modifier] = ACTIONS(4095), - [anon_sym_abstract] = ACTIONS(4095), - [anon_sym_final] = ACTIONS(4095), - [anon_sym_open] = ACTIONS(4095), - [anon_sym_vararg] = ACTIONS(4095), - [anon_sym_noinline] = ACTIONS(4095), - [anon_sym_crossinline] = ACTIONS(4095), - [anon_sym_expect] = ACTIONS(4095), - [anon_sym_actual] = ACTIONS(4095), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4097), - [sym_safe_nav] = ACTIONS(4097), - [sym_multiline_comment] = ACTIONS(3), - }, - [3047] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(1654), - [sym__comparison_operator] = STATE(1653), - [sym__in_operator] = STATE(1652), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1650), - [sym__multiplicative_operator] = STATE(1649), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1648), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_RBRACK] = ACTIONS(3063), - [anon_sym_as] = ACTIONS(6381), - [anon_sym_EQ] = ACTIONS(3061), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(3063), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_COMMA] = ACTIONS(3063), - [anon_sym_RPAREN] = ACTIONS(3063), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(6385), - [anon_sym_where] = ACTIONS(3061), - [anon_sym_DOT] = ACTIONS(6387), - [anon_sym_SEMI] = ACTIONS(3063), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(6389), - [anon_sym_DASH_GT] = ACTIONS(3063), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(6393), - [anon_sym_while] = ACTIONS(3061), - [anon_sym_DOT_DOT] = ACTIONS(6395), - [anon_sym_QMARK_COLON] = ACTIONS(6397), - [anon_sym_AMP_AMP] = ACTIONS(6399), - [anon_sym_PIPE_PIPE] = ACTIONS(6401), - [anon_sym_else] = ACTIONS(3061), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_PLUS_EQ] = ACTIONS(3063), - [anon_sym_DASH_EQ] = ACTIONS(3063), - [anon_sym_STAR_EQ] = ACTIONS(3063), - [anon_sym_SLASH_EQ] = ACTIONS(3063), - [anon_sym_PERCENT_EQ] = ACTIONS(3063), - [anon_sym_BANG_EQ] = ACTIONS(6405), - [anon_sym_BANG_EQ_EQ] = ACTIONS(6407), - [anon_sym_EQ_EQ] = ACTIONS(6405), - [anon_sym_EQ_EQ_EQ] = ACTIONS(6407), - [anon_sym_LT_EQ] = ACTIONS(6409), - [anon_sym_GT_EQ] = ACTIONS(6409), - [anon_sym_BANGin] = ACTIONS(6411), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(6417), - [anon_sym_DASH] = ACTIONS(6417), - [anon_sym_SLASH] = ACTIONS(6389), - [anon_sym_PERCENT] = ACTIONS(6389), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), - [sym_multiline_comment] = ACTIONS(3), - }, - [3048] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(1654), - [sym__comparison_operator] = STATE(1653), - [sym__in_operator] = STATE(1652), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1650), - [sym__multiplicative_operator] = STATE(1649), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1648), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_RBRACK] = ACTIONS(3055), - [anon_sym_as] = ACTIONS(6381), - [anon_sym_EQ] = ACTIONS(3053), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(3055), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_COMMA] = ACTIONS(3055), - [anon_sym_RPAREN] = ACTIONS(3055), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(6385), - [anon_sym_where] = ACTIONS(3053), - [anon_sym_DOT] = ACTIONS(6387), - [anon_sym_SEMI] = ACTIONS(3055), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(6389), - [anon_sym_DASH_GT] = ACTIONS(3055), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(6393), - [anon_sym_while] = ACTIONS(3053), - [anon_sym_DOT_DOT] = ACTIONS(6395), - [anon_sym_QMARK_COLON] = ACTIONS(6397), - [anon_sym_AMP_AMP] = ACTIONS(6399), - [anon_sym_PIPE_PIPE] = ACTIONS(6401), - [anon_sym_else] = ACTIONS(3053), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_PLUS_EQ] = ACTIONS(3055), - [anon_sym_DASH_EQ] = ACTIONS(3055), - [anon_sym_STAR_EQ] = ACTIONS(3055), - [anon_sym_SLASH_EQ] = ACTIONS(3055), - [anon_sym_PERCENT_EQ] = ACTIONS(3055), - [anon_sym_BANG_EQ] = ACTIONS(6405), - [anon_sym_BANG_EQ_EQ] = ACTIONS(6407), - [anon_sym_EQ_EQ] = ACTIONS(6405), - [anon_sym_EQ_EQ_EQ] = ACTIONS(6407), - [anon_sym_LT_EQ] = ACTIONS(6409), - [anon_sym_GT_EQ] = ACTIONS(6409), - [anon_sym_BANGin] = ACTIONS(6411), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(6417), - [anon_sym_DASH] = ACTIONS(6417), - [anon_sym_SLASH] = ACTIONS(6389), - [anon_sym_PERCENT] = ACTIONS(6389), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), - [sym_multiline_comment] = ACTIONS(3), - }, - [3049] = { - [aux_sym_type_constraints_repeat1] = STATE(3049), - [sym__alpha_identifier] = ACTIONS(4466), - [anon_sym_AT] = ACTIONS(4468), - [anon_sym_LBRACK] = ACTIONS(4468), - [anon_sym_as] = ACTIONS(4466), - [anon_sym_EQ] = ACTIONS(4466), - [anon_sym_LBRACE] = ACTIONS(4468), - [anon_sym_RBRACE] = ACTIONS(4468), - [anon_sym_LPAREN] = ACTIONS(4468), - [anon_sym_COMMA] = ACTIONS(6473), - [anon_sym_LT] = ACTIONS(4466), - [anon_sym_GT] = ACTIONS(4466), - [anon_sym_where] = ACTIONS(4466), - [anon_sym_object] = ACTIONS(4466), - [anon_sym_fun] = ACTIONS(4466), - [anon_sym_DOT] = ACTIONS(4466), - [anon_sym_SEMI] = ACTIONS(4468), - [anon_sym_get] = ACTIONS(4466), - [anon_sym_set] = ACTIONS(4466), - [anon_sym_this] = ACTIONS(4466), - [anon_sym_super] = ACTIONS(4466), - [anon_sym_STAR] = ACTIONS(4466), - [sym_label] = ACTIONS(4466), - [anon_sym_in] = ACTIONS(4466), - [anon_sym_DOT_DOT] = ACTIONS(4468), - [anon_sym_QMARK_COLON] = ACTIONS(4468), - [anon_sym_AMP_AMP] = ACTIONS(4468), - [anon_sym_PIPE_PIPE] = ACTIONS(4468), - [anon_sym_null] = ACTIONS(4466), - [anon_sym_if] = ACTIONS(4466), - [anon_sym_else] = ACTIONS(4466), - [anon_sym_when] = ACTIONS(4466), - [anon_sym_try] = ACTIONS(4466), - [anon_sym_throw] = ACTIONS(4466), - [anon_sym_return] = ACTIONS(4466), - [anon_sym_continue] = ACTIONS(4466), - [anon_sym_break] = ACTIONS(4466), - [anon_sym_COLON_COLON] = ACTIONS(4468), - [anon_sym_PLUS_EQ] = ACTIONS(4468), - [anon_sym_DASH_EQ] = ACTIONS(4468), - [anon_sym_STAR_EQ] = ACTIONS(4468), - [anon_sym_SLASH_EQ] = ACTIONS(4468), - [anon_sym_PERCENT_EQ] = ACTIONS(4468), - [anon_sym_BANG_EQ] = ACTIONS(4466), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4468), - [anon_sym_EQ_EQ] = ACTIONS(4466), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4468), - [anon_sym_LT_EQ] = ACTIONS(4468), - [anon_sym_GT_EQ] = ACTIONS(4468), - [anon_sym_BANGin] = ACTIONS(4468), - [anon_sym_is] = ACTIONS(4466), - [anon_sym_BANGis] = ACTIONS(4468), - [anon_sym_PLUS] = ACTIONS(4466), - [anon_sym_DASH] = ACTIONS(4466), - [anon_sym_SLASH] = ACTIONS(4466), - [anon_sym_PERCENT] = ACTIONS(4466), - [anon_sym_as_QMARK] = ACTIONS(4468), - [anon_sym_PLUS_PLUS] = ACTIONS(4468), - [anon_sym_DASH_DASH] = ACTIONS(4468), - [anon_sym_BANG] = ACTIONS(4466), - [anon_sym_BANG_BANG] = ACTIONS(4468), - [anon_sym_data] = ACTIONS(4466), - [anon_sym_inner] = ACTIONS(4466), - [anon_sym_expect] = ACTIONS(4466), - [anon_sym_actual] = ACTIONS(4466), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4468), - [anon_sym_continue_AT] = ACTIONS(4468), - [anon_sym_break_AT] = ACTIONS(4468), - [sym_real_literal] = ACTIONS(4468), - [sym_integer_literal] = ACTIONS(4466), - [sym_hex_literal] = ACTIONS(4468), - [sym_bin_literal] = ACTIONS(4468), - [anon_sym_true] = ACTIONS(4466), - [anon_sym_false] = ACTIONS(4466), - [anon_sym_SQUOTE] = ACTIONS(4468), - [sym__backtick_identifier] = ACTIONS(4468), - [sym__automatic_semicolon] = ACTIONS(4468), - [sym_safe_nav] = ACTIONS(4468), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4468), - }, - [3050] = { - [sym_type_constraints] = STATE(3617), - [sym_function_body] = STATE(3174), - [sym__block] = STATE(3367), - [sym__alpha_identifier] = ACTIONS(4089), - [anon_sym_AT] = ACTIONS(4091), - [anon_sym_COLON] = ACTIONS(6476), - [anon_sym_LBRACK] = ACTIONS(4091), - [anon_sym_as] = ACTIONS(4089), - [anon_sym_EQ] = ACTIONS(6462), - [anon_sym_LBRACE] = ACTIONS(6236), - [anon_sym_RBRACE] = ACTIONS(4091), - [anon_sym_LPAREN] = ACTIONS(4091), - [anon_sym_RPAREN] = ACTIONS(4091), - [anon_sym_LT] = ACTIONS(4089), - [anon_sym_GT] = ACTIONS(4089), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(4089), - [anon_sym_SEMI] = ACTIONS(4091), - [anon_sym_get] = ACTIONS(4089), - [anon_sym_set] = ACTIONS(4089), - [anon_sym_STAR] = ACTIONS(4089), - [sym_label] = ACTIONS(4091), - [anon_sym_in] = ACTIONS(4089), - [anon_sym_while] = ACTIONS(4089), - [anon_sym_DOT_DOT] = ACTIONS(4091), - [anon_sym_QMARK_COLON] = ACTIONS(4091), - [anon_sym_AMP_AMP] = ACTIONS(4091), - [anon_sym_PIPE_PIPE] = ACTIONS(4091), - [anon_sym_else] = ACTIONS(4089), - [anon_sym_COLON_COLON] = ACTIONS(4091), - [anon_sym_PLUS_EQ] = ACTIONS(4091), - [anon_sym_DASH_EQ] = ACTIONS(4091), - [anon_sym_STAR_EQ] = ACTIONS(4091), - [anon_sym_SLASH_EQ] = ACTIONS(4091), - [anon_sym_PERCENT_EQ] = ACTIONS(4091), - [anon_sym_BANG_EQ] = ACTIONS(4089), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4091), - [anon_sym_EQ_EQ] = ACTIONS(4089), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4091), - [anon_sym_LT_EQ] = ACTIONS(4091), - [anon_sym_GT_EQ] = ACTIONS(4091), - [anon_sym_BANGin] = ACTIONS(4091), - [anon_sym_is] = ACTIONS(4089), - [anon_sym_BANGis] = ACTIONS(4091), - [anon_sym_PLUS] = ACTIONS(4089), - [anon_sym_DASH] = ACTIONS(4089), - [anon_sym_SLASH] = ACTIONS(4089), - [anon_sym_PERCENT] = ACTIONS(4089), - [anon_sym_as_QMARK] = ACTIONS(4091), - [anon_sym_PLUS_PLUS] = ACTIONS(4091), - [anon_sym_DASH_DASH] = ACTIONS(4091), - [anon_sym_BANG_BANG] = ACTIONS(4091), - [anon_sym_suspend] = ACTIONS(4089), - [anon_sym_sealed] = ACTIONS(4089), - [anon_sym_annotation] = ACTIONS(4089), - [anon_sym_data] = ACTIONS(4089), - [anon_sym_inner] = ACTIONS(4089), - [anon_sym_override] = ACTIONS(4089), - [anon_sym_lateinit] = ACTIONS(4089), - [anon_sym_public] = ACTIONS(4089), - [anon_sym_private] = ACTIONS(4089), - [anon_sym_internal] = ACTIONS(4089), - [anon_sym_protected] = ACTIONS(4089), - [anon_sym_tailrec] = ACTIONS(4089), - [anon_sym_operator] = ACTIONS(4089), - [anon_sym_infix] = ACTIONS(4089), - [anon_sym_inline] = ACTIONS(4089), - [anon_sym_external] = ACTIONS(4089), - [sym_property_modifier] = ACTIONS(4089), - [anon_sym_abstract] = ACTIONS(4089), - [anon_sym_final] = ACTIONS(4089), - [anon_sym_open] = ACTIONS(4089), - [anon_sym_vararg] = ACTIONS(4089), - [anon_sym_noinline] = ACTIONS(4089), - [anon_sym_crossinline] = ACTIONS(4089), - [anon_sym_expect] = ACTIONS(4089), - [anon_sym_actual] = ACTIONS(4089), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4091), - [sym_safe_nav] = ACTIONS(4091), - [sym_multiline_comment] = ACTIONS(3), - }, - [3051] = { - [sym_type_constraints] = STATE(3642), - [sym_function_body] = STATE(3202), - [sym__block] = STATE(3367), - [sym__alpha_identifier] = ACTIONS(4083), - [anon_sym_AT] = ACTIONS(4085), - [anon_sym_COLON] = ACTIONS(6478), - [anon_sym_LBRACK] = ACTIONS(4085), - [anon_sym_as] = ACTIONS(4083), - [anon_sym_EQ] = ACTIONS(6462), - [anon_sym_LBRACE] = ACTIONS(6236), - [anon_sym_RBRACE] = ACTIONS(4085), - [anon_sym_LPAREN] = ACTIONS(4085), - [anon_sym_RPAREN] = ACTIONS(4085), - [anon_sym_LT] = ACTIONS(4083), - [anon_sym_GT] = ACTIONS(4083), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(4083), - [anon_sym_SEMI] = ACTIONS(4085), - [anon_sym_get] = ACTIONS(4083), - [anon_sym_set] = ACTIONS(4083), - [anon_sym_STAR] = ACTIONS(4083), - [sym_label] = ACTIONS(4085), - [anon_sym_in] = ACTIONS(4083), - [anon_sym_while] = ACTIONS(4083), - [anon_sym_DOT_DOT] = ACTIONS(4085), - [anon_sym_QMARK_COLON] = ACTIONS(4085), - [anon_sym_AMP_AMP] = ACTIONS(4085), - [anon_sym_PIPE_PIPE] = ACTIONS(4085), - [anon_sym_else] = ACTIONS(4083), - [anon_sym_COLON_COLON] = ACTIONS(4085), - [anon_sym_PLUS_EQ] = ACTIONS(4085), - [anon_sym_DASH_EQ] = ACTIONS(4085), - [anon_sym_STAR_EQ] = ACTIONS(4085), - [anon_sym_SLASH_EQ] = ACTIONS(4085), - [anon_sym_PERCENT_EQ] = ACTIONS(4085), - [anon_sym_BANG_EQ] = ACTIONS(4083), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4085), - [anon_sym_EQ_EQ] = ACTIONS(4083), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4085), - [anon_sym_LT_EQ] = ACTIONS(4085), - [anon_sym_GT_EQ] = ACTIONS(4085), - [anon_sym_BANGin] = ACTIONS(4085), - [anon_sym_is] = ACTIONS(4083), - [anon_sym_BANGis] = ACTIONS(4085), - [anon_sym_PLUS] = ACTIONS(4083), - [anon_sym_DASH] = ACTIONS(4083), - [anon_sym_SLASH] = ACTIONS(4083), - [anon_sym_PERCENT] = ACTIONS(4083), - [anon_sym_as_QMARK] = ACTIONS(4085), - [anon_sym_PLUS_PLUS] = ACTIONS(4085), - [anon_sym_DASH_DASH] = ACTIONS(4085), - [anon_sym_BANG_BANG] = ACTIONS(4085), - [anon_sym_suspend] = ACTIONS(4083), - [anon_sym_sealed] = ACTIONS(4083), - [anon_sym_annotation] = ACTIONS(4083), - [anon_sym_data] = ACTIONS(4083), - [anon_sym_inner] = ACTIONS(4083), - [anon_sym_override] = ACTIONS(4083), - [anon_sym_lateinit] = ACTIONS(4083), - [anon_sym_public] = ACTIONS(4083), - [anon_sym_private] = ACTIONS(4083), - [anon_sym_internal] = ACTIONS(4083), - [anon_sym_protected] = ACTIONS(4083), - [anon_sym_tailrec] = ACTIONS(4083), - [anon_sym_operator] = ACTIONS(4083), - [anon_sym_infix] = ACTIONS(4083), - [anon_sym_inline] = ACTIONS(4083), - [anon_sym_external] = ACTIONS(4083), - [sym_property_modifier] = ACTIONS(4083), - [anon_sym_abstract] = ACTIONS(4083), - [anon_sym_final] = ACTIONS(4083), - [anon_sym_open] = ACTIONS(4083), - [anon_sym_vararg] = ACTIONS(4083), - [anon_sym_noinline] = ACTIONS(4083), - [anon_sym_crossinline] = ACTIONS(4083), - [anon_sym_expect] = ACTIONS(4083), - [anon_sym_actual] = ACTIONS(4083), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4085), - [sym_safe_nav] = ACTIONS(4085), - [sym_multiline_comment] = ACTIONS(3), - }, - [3052] = { - [sym_type_constraints] = STATE(3649), - [sym_function_body] = STATE(3227), - [sym__block] = STATE(3367), - [sym__alpha_identifier] = ACTIONS(4073), - [anon_sym_AT] = ACTIONS(4075), - [anon_sym_COLON] = ACTIONS(6480), - [anon_sym_LBRACK] = ACTIONS(4075), - [anon_sym_as] = ACTIONS(4073), - [anon_sym_EQ] = ACTIONS(6462), - [anon_sym_LBRACE] = ACTIONS(6236), - [anon_sym_RBRACE] = ACTIONS(4075), - [anon_sym_LPAREN] = ACTIONS(4075), - [anon_sym_RPAREN] = ACTIONS(4075), - [anon_sym_LT] = ACTIONS(4073), - [anon_sym_GT] = ACTIONS(4073), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(4073), - [anon_sym_SEMI] = ACTIONS(4075), - [anon_sym_get] = ACTIONS(4073), - [anon_sym_set] = ACTIONS(4073), - [anon_sym_STAR] = ACTIONS(4073), - [sym_label] = ACTIONS(4075), - [anon_sym_in] = ACTIONS(4073), - [anon_sym_while] = ACTIONS(4073), - [anon_sym_DOT_DOT] = ACTIONS(4075), - [anon_sym_QMARK_COLON] = ACTIONS(4075), - [anon_sym_AMP_AMP] = ACTIONS(4075), - [anon_sym_PIPE_PIPE] = ACTIONS(4075), - [anon_sym_else] = ACTIONS(4073), - [anon_sym_COLON_COLON] = ACTIONS(4075), - [anon_sym_PLUS_EQ] = ACTIONS(4075), - [anon_sym_DASH_EQ] = ACTIONS(4075), - [anon_sym_STAR_EQ] = ACTIONS(4075), - [anon_sym_SLASH_EQ] = ACTIONS(4075), - [anon_sym_PERCENT_EQ] = ACTIONS(4075), - [anon_sym_BANG_EQ] = ACTIONS(4073), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4075), - [anon_sym_EQ_EQ] = ACTIONS(4073), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4075), - [anon_sym_LT_EQ] = ACTIONS(4075), - [anon_sym_GT_EQ] = ACTIONS(4075), - [anon_sym_BANGin] = ACTIONS(4075), - [anon_sym_is] = ACTIONS(4073), - [anon_sym_BANGis] = ACTIONS(4075), - [anon_sym_PLUS] = ACTIONS(4073), - [anon_sym_DASH] = ACTIONS(4073), - [anon_sym_SLASH] = ACTIONS(4073), - [anon_sym_PERCENT] = ACTIONS(4073), - [anon_sym_as_QMARK] = ACTIONS(4075), - [anon_sym_PLUS_PLUS] = ACTIONS(4075), - [anon_sym_DASH_DASH] = ACTIONS(4075), - [anon_sym_BANG_BANG] = ACTIONS(4075), - [anon_sym_suspend] = ACTIONS(4073), - [anon_sym_sealed] = ACTIONS(4073), - [anon_sym_annotation] = ACTIONS(4073), - [anon_sym_data] = ACTIONS(4073), - [anon_sym_inner] = ACTIONS(4073), - [anon_sym_override] = ACTIONS(4073), - [anon_sym_lateinit] = ACTIONS(4073), - [anon_sym_public] = ACTIONS(4073), - [anon_sym_private] = ACTIONS(4073), - [anon_sym_internal] = ACTIONS(4073), - [anon_sym_protected] = ACTIONS(4073), - [anon_sym_tailrec] = ACTIONS(4073), - [anon_sym_operator] = ACTIONS(4073), - [anon_sym_infix] = ACTIONS(4073), - [anon_sym_inline] = ACTIONS(4073), - [anon_sym_external] = ACTIONS(4073), - [sym_property_modifier] = ACTIONS(4073), - [anon_sym_abstract] = ACTIONS(4073), - [anon_sym_final] = ACTIONS(4073), - [anon_sym_open] = ACTIONS(4073), - [anon_sym_vararg] = ACTIONS(4073), - [anon_sym_noinline] = ACTIONS(4073), - [anon_sym_crossinline] = ACTIONS(4073), - [anon_sym_expect] = ACTIONS(4073), - [anon_sym_actual] = ACTIONS(4073), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4075), - [sym_safe_nav] = ACTIONS(4075), - [sym_multiline_comment] = ACTIONS(3), - }, - [3053] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(1654), - [sym__comparison_operator] = STATE(1653), - [sym__in_operator] = STATE(1652), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1650), - [sym__multiplicative_operator] = STATE(1649), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1648), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_RBRACK] = ACTIONS(3059), - [anon_sym_as] = ACTIONS(6381), - [anon_sym_EQ] = ACTIONS(3057), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(3059), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_COMMA] = ACTIONS(3059), - [anon_sym_RPAREN] = ACTIONS(3059), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(6385), - [anon_sym_where] = ACTIONS(3057), - [anon_sym_DOT] = ACTIONS(6387), - [anon_sym_SEMI] = ACTIONS(3059), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(6389), - [anon_sym_DASH_GT] = ACTIONS(3059), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(6393), - [anon_sym_while] = ACTIONS(3057), - [anon_sym_DOT_DOT] = ACTIONS(6395), - [anon_sym_QMARK_COLON] = ACTIONS(6397), - [anon_sym_AMP_AMP] = ACTIONS(6399), - [anon_sym_PIPE_PIPE] = ACTIONS(6401), - [anon_sym_else] = ACTIONS(3057), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_PLUS_EQ] = ACTIONS(3059), - [anon_sym_DASH_EQ] = ACTIONS(3059), - [anon_sym_STAR_EQ] = ACTIONS(3059), - [anon_sym_SLASH_EQ] = ACTIONS(3059), - [anon_sym_PERCENT_EQ] = ACTIONS(3059), - [anon_sym_BANG_EQ] = ACTIONS(6405), - [anon_sym_BANG_EQ_EQ] = ACTIONS(6407), - [anon_sym_EQ_EQ] = ACTIONS(6405), - [anon_sym_EQ_EQ_EQ] = ACTIONS(6407), - [anon_sym_LT_EQ] = ACTIONS(6409), - [anon_sym_GT_EQ] = ACTIONS(6409), - [anon_sym_BANGin] = ACTIONS(6411), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(6417), - [anon_sym_DASH] = ACTIONS(6417), - [anon_sym_SLASH] = ACTIONS(6389), - [anon_sym_PERCENT] = ACTIONS(6389), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), - [sym_multiline_comment] = ACTIONS(3), }, [3054] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(1654), - [sym__comparison_operator] = STATE(1653), - [sym__in_operator] = STATE(1652), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1650), - [sym__multiplicative_operator] = STATE(1649), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1648), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_RBRACK] = ACTIONS(3001), - [anon_sym_as] = ACTIONS(6381), - [anon_sym_EQ] = ACTIONS(2999), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(3001), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_COMMA] = ACTIONS(3001), - [anon_sym_RPAREN] = ACTIONS(3001), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(6385), - [anon_sym_where] = ACTIONS(2999), - [anon_sym_DOT] = ACTIONS(6387), - [anon_sym_SEMI] = ACTIONS(3001), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(6389), - [anon_sym_DASH_GT] = ACTIONS(3001), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(6393), - [anon_sym_while] = ACTIONS(2999), - [anon_sym_DOT_DOT] = ACTIONS(6395), - [anon_sym_QMARK_COLON] = ACTIONS(6397), - [anon_sym_AMP_AMP] = ACTIONS(6399), - [anon_sym_PIPE_PIPE] = ACTIONS(6401), - [anon_sym_else] = ACTIONS(2999), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_PLUS_EQ] = ACTIONS(3001), - [anon_sym_DASH_EQ] = ACTIONS(3001), - [anon_sym_STAR_EQ] = ACTIONS(3001), - [anon_sym_SLASH_EQ] = ACTIONS(3001), - [anon_sym_PERCENT_EQ] = ACTIONS(3001), - [anon_sym_BANG_EQ] = ACTIONS(6405), - [anon_sym_BANG_EQ_EQ] = ACTIONS(6407), - [anon_sym_EQ_EQ] = ACTIONS(6405), - [anon_sym_EQ_EQ_EQ] = ACTIONS(6407), - [anon_sym_LT_EQ] = ACTIONS(6409), - [anon_sym_GT_EQ] = ACTIONS(6409), - [anon_sym_BANGin] = ACTIONS(6411), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(6417), - [anon_sym_DASH] = ACTIONS(6417), - [anon_sym_SLASH] = ACTIONS(6389), - [anon_sym_PERCENT] = ACTIONS(6389), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), - [sym_multiline_comment] = ACTIONS(3), + [sym_enum_class_body] = STATE(3216), + [sym__alpha_identifier] = ACTIONS(4188), + [anon_sym_AT] = ACTIONS(4190), + [anon_sym_LBRACK] = ACTIONS(4190), + [anon_sym_as] = ACTIONS(4188), + [anon_sym_EQ] = ACTIONS(4188), + [anon_sym_LBRACE] = ACTIONS(3112), + [anon_sym_RBRACE] = ACTIONS(4190), + [anon_sym_LPAREN] = ACTIONS(4190), + [anon_sym_COMMA] = ACTIONS(4190), + [anon_sym_LT] = ACTIONS(4188), + [anon_sym_GT] = ACTIONS(4188), + [anon_sym_where] = ACTIONS(4188), + [anon_sym_object] = ACTIONS(4188), + [anon_sym_fun] = ACTIONS(4188), + [anon_sym_DOT] = ACTIONS(4188), + [anon_sym_SEMI] = ACTIONS(4190), + [anon_sym_get] = ACTIONS(4188), + [anon_sym_set] = ACTIONS(4188), + [anon_sym_this] = ACTIONS(4188), + [anon_sym_super] = ACTIONS(4188), + [anon_sym_STAR] = ACTIONS(4188), + [sym_label] = ACTIONS(4188), + [anon_sym_in] = ACTIONS(4188), + [anon_sym_DOT_DOT] = ACTIONS(4190), + [anon_sym_QMARK_COLON] = ACTIONS(4190), + [anon_sym_AMP_AMP] = ACTIONS(4190), + [anon_sym_PIPE_PIPE] = ACTIONS(4190), + [anon_sym_null] = ACTIONS(4188), + [anon_sym_if] = ACTIONS(4188), + [anon_sym_else] = ACTIONS(4188), + [anon_sym_when] = ACTIONS(4188), + [anon_sym_try] = ACTIONS(4188), + [anon_sym_throw] = ACTIONS(4188), + [anon_sym_return] = ACTIONS(4188), + [anon_sym_continue] = ACTIONS(4188), + [anon_sym_break] = ACTIONS(4188), + [anon_sym_COLON_COLON] = ACTIONS(4190), + [anon_sym_PLUS_EQ] = ACTIONS(4190), + [anon_sym_DASH_EQ] = ACTIONS(4190), + [anon_sym_STAR_EQ] = ACTIONS(4190), + [anon_sym_SLASH_EQ] = ACTIONS(4190), + [anon_sym_PERCENT_EQ] = ACTIONS(4190), + [anon_sym_BANG_EQ] = ACTIONS(4188), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4190), + [anon_sym_EQ_EQ] = ACTIONS(4188), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4190), + [anon_sym_LT_EQ] = ACTIONS(4190), + [anon_sym_GT_EQ] = ACTIONS(4190), + [anon_sym_BANGin] = ACTIONS(4190), + [anon_sym_is] = ACTIONS(4188), + [anon_sym_BANGis] = ACTIONS(4190), + [anon_sym_PLUS] = ACTIONS(4188), + [anon_sym_DASH] = ACTIONS(4188), + [anon_sym_SLASH] = ACTIONS(4188), + [anon_sym_PERCENT] = ACTIONS(4188), + [anon_sym_as_QMARK] = ACTIONS(4190), + [anon_sym_PLUS_PLUS] = ACTIONS(4190), + [anon_sym_DASH_DASH] = ACTIONS(4190), + [anon_sym_BANG] = ACTIONS(4188), + [anon_sym_BANG_BANG] = ACTIONS(4190), + [anon_sym_data] = ACTIONS(4188), + [anon_sym_inner] = ACTIONS(4188), + [anon_sym_expect] = ACTIONS(4188), + [anon_sym_actual] = ACTIONS(4188), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4190), + [anon_sym_continue_AT] = ACTIONS(4190), + [anon_sym_break_AT] = ACTIONS(4190), + [sym_real_literal] = ACTIONS(4190), + [sym_integer_literal] = ACTIONS(4188), + [sym_hex_literal] = ACTIONS(4190), + [sym_bin_literal] = ACTIONS(4190), + [anon_sym_true] = ACTIONS(4188), + [anon_sym_false] = ACTIONS(4188), + [anon_sym_SQUOTE] = ACTIONS(4190), + [sym__backtick_identifier] = ACTIONS(4190), + [sym__automatic_semicolon] = ACTIONS(4190), + [sym_safe_nav] = ACTIONS(4190), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4190), }, [3055] = { - [sym_class_body] = STATE(3237), - [sym__alpha_identifier] = ACTIONS(4197), - [anon_sym_AT] = ACTIONS(4199), - [anon_sym_LBRACK] = ACTIONS(4199), - [anon_sym_as] = ACTIONS(4197), - [anon_sym_EQ] = ACTIONS(4197), - [anon_sym_LBRACE] = ACTIONS(3112), - [anon_sym_RBRACE] = ACTIONS(4199), - [anon_sym_LPAREN] = ACTIONS(4199), - [anon_sym_COMMA] = ACTIONS(4199), - [anon_sym_LT] = ACTIONS(4197), - [anon_sym_GT] = ACTIONS(4197), - [anon_sym_where] = ACTIONS(4197), - [anon_sym_object] = ACTIONS(4197), - [anon_sym_fun] = ACTIONS(4197), - [anon_sym_DOT] = ACTIONS(4197), - [anon_sym_SEMI] = ACTIONS(4199), - [anon_sym_get] = ACTIONS(4197), - [anon_sym_set] = ACTIONS(4197), - [anon_sym_this] = ACTIONS(4197), - [anon_sym_super] = ACTIONS(4197), - [anon_sym_STAR] = ACTIONS(4197), - [sym_label] = ACTIONS(4197), - [anon_sym_in] = ACTIONS(4197), - [anon_sym_DOT_DOT] = ACTIONS(4199), - [anon_sym_QMARK_COLON] = ACTIONS(4199), - [anon_sym_AMP_AMP] = ACTIONS(4199), - [anon_sym_PIPE_PIPE] = ACTIONS(4199), - [anon_sym_null] = ACTIONS(4197), - [anon_sym_if] = ACTIONS(4197), - [anon_sym_else] = ACTIONS(4197), - [anon_sym_when] = ACTIONS(4197), - [anon_sym_try] = ACTIONS(4197), - [anon_sym_throw] = ACTIONS(4197), - [anon_sym_return] = ACTIONS(4197), - [anon_sym_continue] = ACTIONS(4197), - [anon_sym_break] = ACTIONS(4197), - [anon_sym_COLON_COLON] = ACTIONS(4199), - [anon_sym_PLUS_EQ] = ACTIONS(4199), - [anon_sym_DASH_EQ] = ACTIONS(4199), - [anon_sym_STAR_EQ] = ACTIONS(4199), - [anon_sym_SLASH_EQ] = ACTIONS(4199), - [anon_sym_PERCENT_EQ] = ACTIONS(4199), - [anon_sym_BANG_EQ] = ACTIONS(4197), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4199), - [anon_sym_EQ_EQ] = ACTIONS(4197), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4199), - [anon_sym_LT_EQ] = ACTIONS(4199), - [anon_sym_GT_EQ] = ACTIONS(4199), - [anon_sym_BANGin] = ACTIONS(4199), - [anon_sym_is] = ACTIONS(4197), - [anon_sym_BANGis] = ACTIONS(4199), - [anon_sym_PLUS] = ACTIONS(4197), - [anon_sym_DASH] = ACTIONS(4197), - [anon_sym_SLASH] = ACTIONS(4197), - [anon_sym_PERCENT] = ACTIONS(4197), - [anon_sym_as_QMARK] = ACTIONS(4199), - [anon_sym_PLUS_PLUS] = ACTIONS(4199), - [anon_sym_DASH_DASH] = ACTIONS(4199), - [anon_sym_BANG] = ACTIONS(4197), - [anon_sym_BANG_BANG] = ACTIONS(4199), - [anon_sym_data] = ACTIONS(4197), - [anon_sym_inner] = ACTIONS(4197), - [anon_sym_expect] = ACTIONS(4197), - [anon_sym_actual] = ACTIONS(4197), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4199), - [anon_sym_continue_AT] = ACTIONS(4199), - [anon_sym_break_AT] = ACTIONS(4199), - [sym_real_literal] = ACTIONS(4199), - [sym_integer_literal] = ACTIONS(4197), - [sym_hex_literal] = ACTIONS(4199), - [sym_bin_literal] = ACTIONS(4199), - [anon_sym_true] = ACTIONS(4197), - [anon_sym_false] = ACTIONS(4197), - [anon_sym_SQUOTE] = ACTIONS(4199), - [sym__backtick_identifier] = ACTIONS(4199), - [sym__automatic_semicolon] = ACTIONS(4199), - [sym_safe_nav] = ACTIONS(4199), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4199), + [sym_class_body] = STATE(3270), + [sym__alpha_identifier] = ACTIONS(4303), + [anon_sym_AT] = ACTIONS(4305), + [anon_sym_LBRACK] = ACTIONS(4305), + [anon_sym_RBRACK] = ACTIONS(4305), + [anon_sym_as] = ACTIONS(4303), + [anon_sym_EQ] = ACTIONS(4303), + [anon_sym_LBRACE] = ACTIONS(5179), + [anon_sym_RBRACE] = ACTIONS(4305), + [anon_sym_LPAREN] = ACTIONS(4305), + [anon_sym_COMMA] = ACTIONS(4305), + [anon_sym_RPAREN] = ACTIONS(4305), + [anon_sym_LT] = ACTIONS(4303), + [anon_sym_GT] = ACTIONS(4303), + [anon_sym_where] = ACTIONS(4303), + [anon_sym_DOT] = ACTIONS(4303), + [anon_sym_SEMI] = ACTIONS(4305), + [anon_sym_get] = ACTIONS(4303), + [anon_sym_set] = ACTIONS(4303), + [anon_sym_STAR] = ACTIONS(4303), + [anon_sym_DASH_GT] = ACTIONS(4305), + [sym_label] = ACTIONS(4305), + [anon_sym_in] = ACTIONS(4303), + [anon_sym_while] = ACTIONS(4303), + [anon_sym_DOT_DOT] = ACTIONS(4305), + [anon_sym_QMARK_COLON] = ACTIONS(4305), + [anon_sym_AMP_AMP] = ACTIONS(4305), + [anon_sym_PIPE_PIPE] = ACTIONS(4305), + [anon_sym_else] = ACTIONS(4303), + [anon_sym_COLON_COLON] = ACTIONS(4305), + [anon_sym_PLUS_EQ] = ACTIONS(4305), + [anon_sym_DASH_EQ] = ACTIONS(4305), + [anon_sym_STAR_EQ] = ACTIONS(4305), + [anon_sym_SLASH_EQ] = ACTIONS(4305), + [anon_sym_PERCENT_EQ] = ACTIONS(4305), + [anon_sym_BANG_EQ] = ACTIONS(4303), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4305), + [anon_sym_EQ_EQ] = ACTIONS(4303), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4305), + [anon_sym_LT_EQ] = ACTIONS(4305), + [anon_sym_GT_EQ] = ACTIONS(4305), + [anon_sym_BANGin] = ACTIONS(4305), + [anon_sym_is] = ACTIONS(4303), + [anon_sym_BANGis] = ACTIONS(4305), + [anon_sym_PLUS] = ACTIONS(4303), + [anon_sym_DASH] = ACTIONS(4303), + [anon_sym_SLASH] = ACTIONS(4303), + [anon_sym_PERCENT] = ACTIONS(4303), + [anon_sym_as_QMARK] = ACTIONS(4305), + [anon_sym_PLUS_PLUS] = ACTIONS(4305), + [anon_sym_DASH_DASH] = ACTIONS(4305), + [anon_sym_BANG_BANG] = ACTIONS(4305), + [anon_sym_suspend] = ACTIONS(4303), + [anon_sym_sealed] = ACTIONS(4303), + [anon_sym_annotation] = ACTIONS(4303), + [anon_sym_data] = ACTIONS(4303), + [anon_sym_inner] = ACTIONS(4303), + [anon_sym_override] = ACTIONS(4303), + [anon_sym_lateinit] = ACTIONS(4303), + [anon_sym_public] = ACTIONS(4303), + [anon_sym_private] = ACTIONS(4303), + [anon_sym_internal] = ACTIONS(4303), + [anon_sym_protected] = ACTIONS(4303), + [anon_sym_tailrec] = ACTIONS(4303), + [anon_sym_operator] = ACTIONS(4303), + [anon_sym_infix] = ACTIONS(4303), + [anon_sym_inline] = ACTIONS(4303), + [anon_sym_external] = ACTIONS(4303), + [sym_property_modifier] = ACTIONS(4303), + [anon_sym_abstract] = ACTIONS(4303), + [anon_sym_final] = ACTIONS(4303), + [anon_sym_open] = ACTIONS(4303), + [anon_sym_vararg] = ACTIONS(4303), + [anon_sym_noinline] = ACTIONS(4303), + [anon_sym_crossinline] = ACTIONS(4303), + [anon_sym_expect] = ACTIONS(4303), + [anon_sym_actual] = ACTIONS(4303), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4305), + [sym_safe_nav] = ACTIONS(4305), + [sym_multiline_comment] = ACTIONS(3), }, [3056] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(1654), - [sym__comparison_operator] = STATE(1653), - [sym__in_operator] = STATE(1652), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1650), - [sym__multiplicative_operator] = STATE(1649), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1648), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_RBRACK] = ACTIONS(3074), - [anon_sym_as] = ACTIONS(6381), - [anon_sym_EQ] = ACTIONS(3072), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(3074), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_COMMA] = ACTIONS(3074), - [anon_sym_RPAREN] = ACTIONS(3074), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(6385), - [anon_sym_where] = ACTIONS(3072), - [anon_sym_DOT] = ACTIONS(6387), - [anon_sym_SEMI] = ACTIONS(3074), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(6389), - [anon_sym_DASH_GT] = ACTIONS(3074), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(6393), - [anon_sym_while] = ACTIONS(3072), - [anon_sym_DOT_DOT] = ACTIONS(6395), - [anon_sym_QMARK_COLON] = ACTIONS(6397), - [anon_sym_AMP_AMP] = ACTIONS(6399), - [anon_sym_PIPE_PIPE] = ACTIONS(6401), - [anon_sym_else] = ACTIONS(3072), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_PLUS_EQ] = ACTIONS(3074), - [anon_sym_DASH_EQ] = ACTIONS(3074), - [anon_sym_STAR_EQ] = ACTIONS(3074), - [anon_sym_SLASH_EQ] = ACTIONS(3074), - [anon_sym_PERCENT_EQ] = ACTIONS(3074), - [anon_sym_BANG_EQ] = ACTIONS(6405), - [anon_sym_BANG_EQ_EQ] = ACTIONS(6407), - [anon_sym_EQ_EQ] = ACTIONS(6405), - [anon_sym_EQ_EQ_EQ] = ACTIONS(6407), - [anon_sym_LT_EQ] = ACTIONS(6409), - [anon_sym_GT_EQ] = ACTIONS(6409), - [anon_sym_BANGin] = ACTIONS(6411), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(6417), - [anon_sym_DASH] = ACTIONS(6417), - [anon_sym_SLASH] = ACTIONS(6389), - [anon_sym_PERCENT] = ACTIONS(6389), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), + [sym__alpha_identifier] = ACTIONS(4591), + [anon_sym_AT] = ACTIONS(4593), + [anon_sym_COLON] = ACTIONS(4591), + [anon_sym_LBRACK] = ACTIONS(4593), + [anon_sym_RBRACK] = ACTIONS(4593), + [anon_sym_as] = ACTIONS(4591), + [anon_sym_EQ] = ACTIONS(4591), + [anon_sym_LBRACE] = ACTIONS(4593), + [anon_sym_RBRACE] = ACTIONS(4593), + [anon_sym_LPAREN] = ACTIONS(4593), + [anon_sym_COMMA] = ACTIONS(4593), + [anon_sym_RPAREN] = ACTIONS(4593), + [anon_sym_LT] = ACTIONS(4591), + [anon_sym_GT] = ACTIONS(4591), + [anon_sym_where] = ACTIONS(4591), + [anon_sym_DOT] = ACTIONS(4591), + [anon_sym_SEMI] = ACTIONS(4593), + [anon_sym_get] = ACTIONS(4591), + [anon_sym_set] = ACTIONS(4591), + [anon_sym_STAR] = ACTIONS(4591), + [anon_sym_DASH_GT] = ACTIONS(4593), + [sym_label] = ACTIONS(4593), + [anon_sym_in] = ACTIONS(4591), + [anon_sym_while] = ACTIONS(4591), + [anon_sym_DOT_DOT] = ACTIONS(4593), + [anon_sym_QMARK_COLON] = ACTIONS(4593), + [anon_sym_AMP_AMP] = ACTIONS(4593), + [anon_sym_PIPE_PIPE] = ACTIONS(4593), + [anon_sym_else] = ACTIONS(4591), + [anon_sym_COLON_COLON] = ACTIONS(4593), + [anon_sym_PLUS_EQ] = ACTIONS(4593), + [anon_sym_DASH_EQ] = ACTIONS(4593), + [anon_sym_STAR_EQ] = ACTIONS(4593), + [anon_sym_SLASH_EQ] = ACTIONS(4593), + [anon_sym_PERCENT_EQ] = ACTIONS(4593), + [anon_sym_BANG_EQ] = ACTIONS(4591), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4593), + [anon_sym_EQ_EQ] = ACTIONS(4591), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4593), + [anon_sym_LT_EQ] = ACTIONS(4593), + [anon_sym_GT_EQ] = ACTIONS(4593), + [anon_sym_BANGin] = ACTIONS(4593), + [anon_sym_is] = ACTIONS(4591), + [anon_sym_BANGis] = ACTIONS(4593), + [anon_sym_PLUS] = ACTIONS(4591), + [anon_sym_DASH] = ACTIONS(4591), + [anon_sym_SLASH] = ACTIONS(4591), + [anon_sym_PERCENT] = ACTIONS(4591), + [anon_sym_as_QMARK] = ACTIONS(4593), + [anon_sym_PLUS_PLUS] = ACTIONS(4593), + [anon_sym_DASH_DASH] = ACTIONS(4593), + [anon_sym_BANG_BANG] = ACTIONS(4593), + [anon_sym_suspend] = ACTIONS(4591), + [anon_sym_sealed] = ACTIONS(4591), + [anon_sym_annotation] = ACTIONS(4591), + [anon_sym_data] = ACTIONS(4591), + [anon_sym_inner] = ACTIONS(4591), + [anon_sym_override] = ACTIONS(4591), + [anon_sym_lateinit] = ACTIONS(4591), + [anon_sym_public] = ACTIONS(4591), + [anon_sym_private] = ACTIONS(4591), + [anon_sym_internal] = ACTIONS(4591), + [anon_sym_protected] = ACTIONS(4591), + [anon_sym_tailrec] = ACTIONS(4591), + [anon_sym_operator] = ACTIONS(4591), + [anon_sym_infix] = ACTIONS(4591), + [anon_sym_inline] = ACTIONS(4591), + [anon_sym_external] = ACTIONS(4591), + [sym_property_modifier] = ACTIONS(4591), + [anon_sym_abstract] = ACTIONS(4591), + [anon_sym_final] = ACTIONS(4591), + [anon_sym_open] = ACTIONS(4591), + [anon_sym_vararg] = ACTIONS(4591), + [anon_sym_noinline] = ACTIONS(4591), + [anon_sym_crossinline] = ACTIONS(4591), + [anon_sym_expect] = ACTIONS(4591), + [anon_sym_actual] = ACTIONS(4591), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym__backtick_identifier] = ACTIONS(4593), + [sym_safe_nav] = ACTIONS(4593), [sym_multiline_comment] = ACTIONS(3), }, [3057] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(1654), - [sym__comparison_operator] = STATE(1653), - [sym__in_operator] = STATE(1652), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1650), - [sym__multiplicative_operator] = STATE(1649), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1648), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_RBRACK] = ACTIONS(3051), - [anon_sym_as] = ACTIONS(6381), - [anon_sym_EQ] = ACTIONS(3049), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(3051), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_COMMA] = ACTIONS(3051), - [anon_sym_RPAREN] = ACTIONS(3051), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(6385), - [anon_sym_where] = ACTIONS(3049), - [anon_sym_DOT] = ACTIONS(6387), - [anon_sym_SEMI] = ACTIONS(3051), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(6389), - [anon_sym_DASH_GT] = ACTIONS(3051), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(6393), - [anon_sym_while] = ACTIONS(3049), - [anon_sym_DOT_DOT] = ACTIONS(6395), - [anon_sym_QMARK_COLON] = ACTIONS(6397), - [anon_sym_AMP_AMP] = ACTIONS(6399), - [anon_sym_PIPE_PIPE] = ACTIONS(6401), - [anon_sym_else] = ACTIONS(3049), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_PLUS_EQ] = ACTIONS(3051), - [anon_sym_DASH_EQ] = ACTIONS(3051), - [anon_sym_STAR_EQ] = ACTIONS(3051), - [anon_sym_SLASH_EQ] = ACTIONS(3051), - [anon_sym_PERCENT_EQ] = ACTIONS(3051), - [anon_sym_BANG_EQ] = ACTIONS(6405), - [anon_sym_BANG_EQ_EQ] = ACTIONS(6407), - [anon_sym_EQ_EQ] = ACTIONS(6405), - [anon_sym_EQ_EQ_EQ] = ACTIONS(6407), - [anon_sym_LT_EQ] = ACTIONS(6409), - [anon_sym_GT_EQ] = ACTIONS(6409), - [anon_sym_BANGin] = ACTIONS(6411), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(6417), - [anon_sym_DASH] = ACTIONS(6417), - [anon_sym_SLASH] = ACTIONS(6389), - [anon_sym_PERCENT] = ACTIONS(6389), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), - [sym_multiline_comment] = ACTIONS(3), + [sym_function_body] = STATE(3259), + [sym__block] = STATE(3334), + [sym__alpha_identifier] = ACTIONS(4210), + [anon_sym_AT] = ACTIONS(4212), + [anon_sym_COLON] = ACTIONS(6471), + [anon_sym_LBRACK] = ACTIONS(4212), + [anon_sym_as] = ACTIONS(4210), + [anon_sym_EQ] = ACTIONS(6262), + [anon_sym_LBRACE] = ACTIONS(6244), + [anon_sym_RBRACE] = ACTIONS(4212), + [anon_sym_LPAREN] = ACTIONS(4212), + [anon_sym_LT] = ACTIONS(4210), + [anon_sym_GT] = ACTIONS(4210), + [anon_sym_object] = ACTIONS(4210), + [anon_sym_fun] = ACTIONS(4210), + [anon_sym_DOT] = ACTIONS(4210), + [anon_sym_SEMI] = ACTIONS(4212), + [anon_sym_get] = ACTIONS(4210), + [anon_sym_set] = ACTIONS(4210), + [anon_sym_this] = ACTIONS(4210), + [anon_sym_super] = ACTIONS(4210), + [anon_sym_STAR] = ACTIONS(4210), + [sym_label] = ACTIONS(4210), + [anon_sym_in] = ACTIONS(4210), + [anon_sym_DOT_DOT] = ACTIONS(4212), + [anon_sym_QMARK_COLON] = ACTIONS(4212), + [anon_sym_AMP_AMP] = ACTIONS(4212), + [anon_sym_PIPE_PIPE] = ACTIONS(4212), + [anon_sym_null] = ACTIONS(4210), + [anon_sym_if] = ACTIONS(4210), + [anon_sym_else] = ACTIONS(4210), + [anon_sym_when] = ACTIONS(4210), + [anon_sym_try] = ACTIONS(4210), + [anon_sym_throw] = ACTIONS(4210), + [anon_sym_return] = ACTIONS(4210), + [anon_sym_continue] = ACTIONS(4210), + [anon_sym_break] = ACTIONS(4210), + [anon_sym_COLON_COLON] = ACTIONS(4212), + [anon_sym_PLUS_EQ] = ACTIONS(4212), + [anon_sym_DASH_EQ] = ACTIONS(4212), + [anon_sym_STAR_EQ] = ACTIONS(4212), + [anon_sym_SLASH_EQ] = ACTIONS(4212), + [anon_sym_PERCENT_EQ] = ACTIONS(4212), + [anon_sym_BANG_EQ] = ACTIONS(4210), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4212), + [anon_sym_EQ_EQ] = ACTIONS(4210), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4212), + [anon_sym_LT_EQ] = ACTIONS(4212), + [anon_sym_GT_EQ] = ACTIONS(4212), + [anon_sym_BANGin] = ACTIONS(4212), + [anon_sym_is] = ACTIONS(4210), + [anon_sym_BANGis] = ACTIONS(4212), + [anon_sym_PLUS] = ACTIONS(4210), + [anon_sym_DASH] = ACTIONS(4210), + [anon_sym_SLASH] = ACTIONS(4210), + [anon_sym_PERCENT] = ACTIONS(4210), + [anon_sym_as_QMARK] = ACTIONS(4212), + [anon_sym_PLUS_PLUS] = ACTIONS(4212), + [anon_sym_DASH_DASH] = ACTIONS(4212), + [anon_sym_BANG] = ACTIONS(4210), + [anon_sym_BANG_BANG] = ACTIONS(4212), + [anon_sym_data] = ACTIONS(4210), + [anon_sym_inner] = ACTIONS(4210), + [anon_sym_expect] = ACTIONS(4210), + [anon_sym_actual] = ACTIONS(4210), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4212), + [anon_sym_continue_AT] = ACTIONS(4212), + [anon_sym_break_AT] = ACTIONS(4212), + [sym_real_literal] = ACTIONS(4212), + [sym_integer_literal] = ACTIONS(4210), + [sym_hex_literal] = ACTIONS(4212), + [sym_bin_literal] = ACTIONS(4212), + [anon_sym_true] = ACTIONS(4210), + [anon_sym_false] = ACTIONS(4210), + [anon_sym_SQUOTE] = ACTIONS(4212), + [sym__backtick_identifier] = ACTIONS(4212), + [sym__automatic_semicolon] = ACTIONS(4212), + [sym_safe_nav] = ACTIONS(4212), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4212), }, [3058] = { - [sym_enum_class_body] = STATE(3190), - [sym__alpha_identifier] = ACTIONS(3204), - [anon_sym_AT] = ACTIONS(3208), - [anon_sym_LBRACK] = ACTIONS(3208), - [anon_sym_as] = ACTIONS(3204), - [anon_sym_EQ] = ACTIONS(3204), - [anon_sym_LBRACE] = ACTIONS(3152), - [anon_sym_RBRACE] = ACTIONS(3208), - [anon_sym_LPAREN] = ACTIONS(3208), - [anon_sym_COMMA] = ACTIONS(3208), - [anon_sym_LT] = ACTIONS(3204), - [anon_sym_GT] = ACTIONS(3204), - [anon_sym_where] = ACTIONS(3204), - [anon_sym_object] = ACTIONS(3204), - [anon_sym_fun] = ACTIONS(3204), - [anon_sym_DOT] = ACTIONS(3204), - [anon_sym_SEMI] = ACTIONS(3208), - [anon_sym_get] = ACTIONS(3204), - [anon_sym_set] = ACTIONS(3204), - [anon_sym_this] = ACTIONS(3204), - [anon_sym_super] = ACTIONS(3204), - [anon_sym_STAR] = ACTIONS(3204), - [sym_label] = ACTIONS(3204), - [anon_sym_in] = ACTIONS(3204), - [anon_sym_DOT_DOT] = ACTIONS(3208), - [anon_sym_QMARK_COLON] = ACTIONS(3208), - [anon_sym_AMP_AMP] = ACTIONS(3208), - [anon_sym_PIPE_PIPE] = ACTIONS(3208), - [anon_sym_null] = ACTIONS(3204), - [anon_sym_if] = ACTIONS(3204), - [anon_sym_else] = ACTIONS(3204), - [anon_sym_when] = ACTIONS(3204), - [anon_sym_try] = ACTIONS(3204), - [anon_sym_throw] = ACTIONS(3204), - [anon_sym_return] = ACTIONS(3204), - [anon_sym_continue] = ACTIONS(3204), - [anon_sym_break] = ACTIONS(3204), - [anon_sym_COLON_COLON] = ACTIONS(3208), - [anon_sym_PLUS_EQ] = ACTIONS(3208), - [anon_sym_DASH_EQ] = ACTIONS(3208), - [anon_sym_STAR_EQ] = ACTIONS(3208), - [anon_sym_SLASH_EQ] = ACTIONS(3208), - [anon_sym_PERCENT_EQ] = ACTIONS(3208), - [anon_sym_BANG_EQ] = ACTIONS(3204), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3208), - [anon_sym_EQ_EQ] = ACTIONS(3204), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3208), - [anon_sym_LT_EQ] = ACTIONS(3208), - [anon_sym_GT_EQ] = ACTIONS(3208), - [anon_sym_BANGin] = ACTIONS(3208), - [anon_sym_is] = ACTIONS(3204), - [anon_sym_BANGis] = ACTIONS(3208), - [anon_sym_PLUS] = ACTIONS(3204), - [anon_sym_DASH] = ACTIONS(3204), - [anon_sym_SLASH] = ACTIONS(3204), - [anon_sym_PERCENT] = ACTIONS(3204), - [anon_sym_as_QMARK] = ACTIONS(3208), - [anon_sym_PLUS_PLUS] = ACTIONS(3208), - [anon_sym_DASH_DASH] = ACTIONS(3208), - [anon_sym_BANG] = ACTIONS(3204), - [anon_sym_BANG_BANG] = ACTIONS(3208), - [anon_sym_data] = ACTIONS(3204), - [anon_sym_inner] = ACTIONS(3204), - [anon_sym_expect] = ACTIONS(3204), - [anon_sym_actual] = ACTIONS(3204), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3208), - [anon_sym_continue_AT] = ACTIONS(3208), - [anon_sym_break_AT] = ACTIONS(3208), - [sym_real_literal] = ACTIONS(3208), - [sym_integer_literal] = ACTIONS(3204), - [sym_hex_literal] = ACTIONS(3208), - [sym_bin_literal] = ACTIONS(3208), - [anon_sym_true] = ACTIONS(3204), - [anon_sym_false] = ACTIONS(3204), - [anon_sym_SQUOTE] = ACTIONS(3208), - [sym__backtick_identifier] = ACTIONS(3208), - [sym__automatic_semicolon] = ACTIONS(3208), - [sym_safe_nav] = ACTIONS(3208), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3208), + [sym_enum_class_body] = STATE(3261), + [sym__alpha_identifier] = ACTIONS(3186), + [anon_sym_AT] = ACTIONS(3190), + [anon_sym_LBRACK] = ACTIONS(3190), + [anon_sym_RBRACK] = ACTIONS(3190), + [anon_sym_as] = ACTIONS(3186), + [anon_sym_EQ] = ACTIONS(3186), + [anon_sym_LBRACE] = ACTIONS(5171), + [anon_sym_RBRACE] = ACTIONS(3190), + [anon_sym_LPAREN] = ACTIONS(3190), + [anon_sym_COMMA] = ACTIONS(3190), + [anon_sym_RPAREN] = ACTIONS(3190), + [anon_sym_LT] = ACTIONS(3186), + [anon_sym_GT] = ACTIONS(3186), + [anon_sym_where] = ACTIONS(3186), + [anon_sym_DOT] = ACTIONS(3186), + [anon_sym_SEMI] = ACTIONS(3190), + [anon_sym_get] = ACTIONS(3186), + [anon_sym_set] = ACTIONS(3186), + [anon_sym_STAR] = ACTIONS(3186), + [anon_sym_DASH_GT] = ACTIONS(3190), + [sym_label] = ACTIONS(3190), + [anon_sym_in] = ACTIONS(3186), + [anon_sym_while] = ACTIONS(3186), + [anon_sym_DOT_DOT] = ACTIONS(3190), + [anon_sym_QMARK_COLON] = ACTIONS(3190), + [anon_sym_AMP_AMP] = ACTIONS(3190), + [anon_sym_PIPE_PIPE] = ACTIONS(3190), + [anon_sym_else] = ACTIONS(3186), + [anon_sym_COLON_COLON] = ACTIONS(3190), + [anon_sym_PLUS_EQ] = ACTIONS(3190), + [anon_sym_DASH_EQ] = ACTIONS(3190), + [anon_sym_STAR_EQ] = ACTIONS(3190), + [anon_sym_SLASH_EQ] = ACTIONS(3190), + [anon_sym_PERCENT_EQ] = ACTIONS(3190), + [anon_sym_BANG_EQ] = ACTIONS(3186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3190), + [anon_sym_EQ_EQ] = ACTIONS(3186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3190), + [anon_sym_LT_EQ] = ACTIONS(3190), + [anon_sym_GT_EQ] = ACTIONS(3190), + [anon_sym_BANGin] = ACTIONS(3190), + [anon_sym_is] = ACTIONS(3186), + [anon_sym_BANGis] = ACTIONS(3190), + [anon_sym_PLUS] = ACTIONS(3186), + [anon_sym_DASH] = ACTIONS(3186), + [anon_sym_SLASH] = ACTIONS(3186), + [anon_sym_PERCENT] = ACTIONS(3186), + [anon_sym_as_QMARK] = ACTIONS(3190), + [anon_sym_PLUS_PLUS] = ACTIONS(3190), + [anon_sym_DASH_DASH] = ACTIONS(3190), + [anon_sym_BANG_BANG] = ACTIONS(3190), + [anon_sym_suspend] = ACTIONS(3186), + [anon_sym_sealed] = ACTIONS(3186), + [anon_sym_annotation] = ACTIONS(3186), + [anon_sym_data] = ACTIONS(3186), + [anon_sym_inner] = ACTIONS(3186), + [anon_sym_override] = ACTIONS(3186), + [anon_sym_lateinit] = ACTIONS(3186), + [anon_sym_public] = ACTIONS(3186), + [anon_sym_private] = ACTIONS(3186), + [anon_sym_internal] = ACTIONS(3186), + [anon_sym_protected] = ACTIONS(3186), + [anon_sym_tailrec] = ACTIONS(3186), + [anon_sym_operator] = ACTIONS(3186), + [anon_sym_infix] = ACTIONS(3186), + [anon_sym_inline] = ACTIONS(3186), + [anon_sym_external] = ACTIONS(3186), + [sym_property_modifier] = ACTIONS(3186), + [anon_sym_abstract] = ACTIONS(3186), + [anon_sym_final] = ACTIONS(3186), + [anon_sym_open] = ACTIONS(3186), + [anon_sym_vararg] = ACTIONS(3186), + [anon_sym_noinline] = ACTIONS(3186), + [anon_sym_crossinline] = ACTIONS(3186), + [anon_sym_expect] = ACTIONS(3186), + [anon_sym_actual] = ACTIONS(3186), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3190), + [sym_safe_nav] = ACTIONS(3190), + [sym_multiline_comment] = ACTIONS(3), }, [3059] = { - [sym_class_body] = STATE(3238), - [sym__alpha_identifier] = ACTIONS(3214), - [anon_sym_AT] = ACTIONS(3218), - [anon_sym_LBRACK] = ACTIONS(3218), - [anon_sym_RBRACK] = ACTIONS(3218), - [anon_sym_as] = ACTIONS(3214), - [anon_sym_EQ] = ACTIONS(3214), - [anon_sym_LBRACE] = ACTIONS(5147), - [anon_sym_RBRACE] = ACTIONS(3218), - [anon_sym_LPAREN] = ACTIONS(3218), - [anon_sym_COMMA] = ACTIONS(3218), - [anon_sym_RPAREN] = ACTIONS(3218), - [anon_sym_LT] = ACTIONS(3214), - [anon_sym_GT] = ACTIONS(3214), - [anon_sym_where] = ACTIONS(3214), - [anon_sym_DOT] = ACTIONS(3214), - [anon_sym_SEMI] = ACTIONS(3218), - [anon_sym_get] = ACTIONS(3214), - [anon_sym_set] = ACTIONS(3214), - [anon_sym_STAR] = ACTIONS(3214), - [anon_sym_DASH_GT] = ACTIONS(3218), - [sym_label] = ACTIONS(3218), - [anon_sym_in] = ACTIONS(3214), - [anon_sym_while] = ACTIONS(3214), - [anon_sym_DOT_DOT] = ACTIONS(3218), - [anon_sym_QMARK_COLON] = ACTIONS(3218), - [anon_sym_AMP_AMP] = ACTIONS(3218), - [anon_sym_PIPE_PIPE] = ACTIONS(3218), - [anon_sym_else] = ACTIONS(3214), - [anon_sym_COLON_COLON] = ACTIONS(3218), - [anon_sym_PLUS_EQ] = ACTIONS(3218), - [anon_sym_DASH_EQ] = ACTIONS(3218), - [anon_sym_STAR_EQ] = ACTIONS(3218), - [anon_sym_SLASH_EQ] = ACTIONS(3218), - [anon_sym_PERCENT_EQ] = ACTIONS(3218), - [anon_sym_BANG_EQ] = ACTIONS(3214), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3218), - [anon_sym_EQ_EQ] = ACTIONS(3214), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3218), - [anon_sym_LT_EQ] = ACTIONS(3218), - [anon_sym_GT_EQ] = ACTIONS(3218), - [anon_sym_BANGin] = ACTIONS(3218), - [anon_sym_is] = ACTIONS(3214), - [anon_sym_BANGis] = ACTIONS(3218), - [anon_sym_PLUS] = ACTIONS(3214), - [anon_sym_DASH] = ACTIONS(3214), - [anon_sym_SLASH] = ACTIONS(3214), - [anon_sym_PERCENT] = ACTIONS(3214), - [anon_sym_as_QMARK] = ACTIONS(3218), - [anon_sym_PLUS_PLUS] = ACTIONS(3218), - [anon_sym_DASH_DASH] = ACTIONS(3218), - [anon_sym_BANG_BANG] = ACTIONS(3218), - [anon_sym_suspend] = ACTIONS(3214), - [anon_sym_sealed] = ACTIONS(3214), - [anon_sym_annotation] = ACTIONS(3214), - [anon_sym_data] = ACTIONS(3214), - [anon_sym_inner] = ACTIONS(3214), - [anon_sym_override] = ACTIONS(3214), - [anon_sym_lateinit] = ACTIONS(3214), - [anon_sym_public] = ACTIONS(3214), - [anon_sym_private] = ACTIONS(3214), - [anon_sym_internal] = ACTIONS(3214), - [anon_sym_protected] = ACTIONS(3214), - [anon_sym_tailrec] = ACTIONS(3214), - [anon_sym_operator] = ACTIONS(3214), - [anon_sym_infix] = ACTIONS(3214), - [anon_sym_inline] = ACTIONS(3214), - [anon_sym_external] = ACTIONS(3214), - [sym_property_modifier] = ACTIONS(3214), - [anon_sym_abstract] = ACTIONS(3214), - [anon_sym_final] = ACTIONS(3214), - [anon_sym_open] = ACTIONS(3214), - [anon_sym_vararg] = ACTIONS(3214), - [anon_sym_noinline] = ACTIONS(3214), - [anon_sym_crossinline] = ACTIONS(3214), - [anon_sym_expect] = ACTIONS(3214), - [anon_sym_actual] = ACTIONS(3214), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3218), - [sym_safe_nav] = ACTIONS(3218), - [sym_multiline_comment] = ACTIONS(3), + [aux_sym_type_constraints_repeat1] = STATE(3059), + [sym__alpha_identifier] = ACTIONS(4464), + [anon_sym_AT] = ACTIONS(4466), + [anon_sym_LBRACK] = ACTIONS(4466), + [anon_sym_as] = ACTIONS(4464), + [anon_sym_EQ] = ACTIONS(4464), + [anon_sym_LBRACE] = ACTIONS(4466), + [anon_sym_RBRACE] = ACTIONS(4466), + [anon_sym_LPAREN] = ACTIONS(4466), + [anon_sym_COMMA] = ACTIONS(6473), + [anon_sym_LT] = ACTIONS(4464), + [anon_sym_GT] = ACTIONS(4464), + [anon_sym_where] = ACTIONS(4464), + [anon_sym_object] = ACTIONS(4464), + [anon_sym_fun] = ACTIONS(4464), + [anon_sym_DOT] = ACTIONS(4464), + [anon_sym_SEMI] = ACTIONS(4466), + [anon_sym_get] = ACTIONS(4464), + [anon_sym_set] = ACTIONS(4464), + [anon_sym_this] = ACTIONS(4464), + [anon_sym_super] = ACTIONS(4464), + [anon_sym_STAR] = ACTIONS(4464), + [sym_label] = ACTIONS(4464), + [anon_sym_in] = ACTIONS(4464), + [anon_sym_DOT_DOT] = ACTIONS(4466), + [anon_sym_QMARK_COLON] = ACTIONS(4466), + [anon_sym_AMP_AMP] = ACTIONS(4466), + [anon_sym_PIPE_PIPE] = ACTIONS(4466), + [anon_sym_null] = ACTIONS(4464), + [anon_sym_if] = ACTIONS(4464), + [anon_sym_else] = ACTIONS(4464), + [anon_sym_when] = ACTIONS(4464), + [anon_sym_try] = ACTIONS(4464), + [anon_sym_throw] = ACTIONS(4464), + [anon_sym_return] = ACTIONS(4464), + [anon_sym_continue] = ACTIONS(4464), + [anon_sym_break] = ACTIONS(4464), + [anon_sym_COLON_COLON] = ACTIONS(4466), + [anon_sym_PLUS_EQ] = ACTIONS(4466), + [anon_sym_DASH_EQ] = ACTIONS(4466), + [anon_sym_STAR_EQ] = ACTIONS(4466), + [anon_sym_SLASH_EQ] = ACTIONS(4466), + [anon_sym_PERCENT_EQ] = ACTIONS(4466), + [anon_sym_BANG_EQ] = ACTIONS(4464), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4466), + [anon_sym_EQ_EQ] = ACTIONS(4464), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4466), + [anon_sym_LT_EQ] = ACTIONS(4466), + [anon_sym_GT_EQ] = ACTIONS(4466), + [anon_sym_BANGin] = ACTIONS(4466), + [anon_sym_is] = ACTIONS(4464), + [anon_sym_BANGis] = ACTIONS(4466), + [anon_sym_PLUS] = ACTIONS(4464), + [anon_sym_DASH] = ACTIONS(4464), + [anon_sym_SLASH] = ACTIONS(4464), + [anon_sym_PERCENT] = ACTIONS(4464), + [anon_sym_as_QMARK] = ACTIONS(4466), + [anon_sym_PLUS_PLUS] = ACTIONS(4466), + [anon_sym_DASH_DASH] = ACTIONS(4466), + [anon_sym_BANG] = ACTIONS(4464), + [anon_sym_BANG_BANG] = ACTIONS(4466), + [anon_sym_data] = ACTIONS(4464), + [anon_sym_inner] = ACTIONS(4464), + [anon_sym_expect] = ACTIONS(4464), + [anon_sym_actual] = ACTIONS(4464), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4466), + [anon_sym_continue_AT] = ACTIONS(4466), + [anon_sym_break_AT] = ACTIONS(4466), + [sym_real_literal] = ACTIONS(4466), + [sym_integer_literal] = ACTIONS(4464), + [sym_hex_literal] = ACTIONS(4466), + [sym_bin_literal] = ACTIONS(4466), + [anon_sym_true] = ACTIONS(4464), + [anon_sym_false] = ACTIONS(4464), + [anon_sym_SQUOTE] = ACTIONS(4466), + [sym__backtick_identifier] = ACTIONS(4466), + [sym__automatic_semicolon] = ACTIONS(4466), + [sym_safe_nav] = ACTIONS(4466), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4466), }, [3060] = { - [sym_class_body] = STATE(3182), - [sym__alpha_identifier] = ACTIONS(4694), - [anon_sym_AT] = ACTIONS(4696), - [anon_sym_LBRACK] = ACTIONS(4696), - [anon_sym_as] = ACTIONS(4694), - [anon_sym_EQ] = ACTIONS(4694), - [anon_sym_LBRACE] = ACTIONS(3112), - [anon_sym_RBRACE] = ACTIONS(4696), - [anon_sym_LPAREN] = ACTIONS(4696), - [anon_sym_COMMA] = ACTIONS(4696), - [anon_sym_LT] = ACTIONS(4694), - [anon_sym_GT] = ACTIONS(4694), - [anon_sym_where] = ACTIONS(4694), - [anon_sym_object] = ACTIONS(4694), - [anon_sym_fun] = ACTIONS(4694), - [anon_sym_DOT] = ACTIONS(4694), - [anon_sym_SEMI] = ACTIONS(4696), - [anon_sym_get] = ACTIONS(4694), - [anon_sym_set] = ACTIONS(4694), - [anon_sym_this] = ACTIONS(4694), - [anon_sym_super] = ACTIONS(4694), - [anon_sym_STAR] = ACTIONS(4694), - [sym_label] = ACTIONS(4694), - [anon_sym_in] = ACTIONS(4694), - [anon_sym_DOT_DOT] = ACTIONS(4696), - [anon_sym_QMARK_COLON] = ACTIONS(4696), - [anon_sym_AMP_AMP] = ACTIONS(4696), - [anon_sym_PIPE_PIPE] = ACTIONS(4696), - [anon_sym_null] = ACTIONS(4694), - [anon_sym_if] = ACTIONS(4694), - [anon_sym_else] = ACTIONS(4694), - [anon_sym_when] = ACTIONS(4694), - [anon_sym_try] = ACTIONS(4694), - [anon_sym_throw] = ACTIONS(4694), - [anon_sym_return] = ACTIONS(4694), - [anon_sym_continue] = ACTIONS(4694), - [anon_sym_break] = ACTIONS(4694), - [anon_sym_COLON_COLON] = ACTIONS(4696), - [anon_sym_PLUS_EQ] = ACTIONS(4696), - [anon_sym_DASH_EQ] = ACTIONS(4696), - [anon_sym_STAR_EQ] = ACTIONS(4696), - [anon_sym_SLASH_EQ] = ACTIONS(4696), - [anon_sym_PERCENT_EQ] = ACTIONS(4696), - [anon_sym_BANG_EQ] = ACTIONS(4694), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4696), - [anon_sym_EQ_EQ] = ACTIONS(4694), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4696), - [anon_sym_LT_EQ] = ACTIONS(4696), - [anon_sym_GT_EQ] = ACTIONS(4696), - [anon_sym_BANGin] = ACTIONS(4696), - [anon_sym_is] = ACTIONS(4694), - [anon_sym_BANGis] = ACTIONS(4696), - [anon_sym_PLUS] = ACTIONS(4694), - [anon_sym_DASH] = ACTIONS(4694), - [anon_sym_SLASH] = ACTIONS(4694), - [anon_sym_PERCENT] = ACTIONS(4694), - [anon_sym_as_QMARK] = ACTIONS(4696), - [anon_sym_PLUS_PLUS] = ACTIONS(4696), - [anon_sym_DASH_DASH] = ACTIONS(4696), - [anon_sym_BANG] = ACTIONS(4694), - [anon_sym_BANG_BANG] = ACTIONS(4696), - [anon_sym_data] = ACTIONS(4694), - [anon_sym_inner] = ACTIONS(4694), - [anon_sym_expect] = ACTIONS(4694), - [anon_sym_actual] = ACTIONS(4694), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4696), - [anon_sym_continue_AT] = ACTIONS(4696), - [anon_sym_break_AT] = ACTIONS(4696), - [sym_real_literal] = ACTIONS(4696), - [sym_integer_literal] = ACTIONS(4694), - [sym_hex_literal] = ACTIONS(4696), - [sym_bin_literal] = ACTIONS(4696), - [anon_sym_true] = ACTIONS(4694), - [anon_sym_false] = ACTIONS(4694), - [anon_sym_SQUOTE] = ACTIONS(4696), - [sym__backtick_identifier] = ACTIONS(4696), - [sym__automatic_semicolon] = ACTIONS(4696), - [sym_safe_nav] = ACTIONS(4696), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4696), + [sym_enum_class_body] = STATE(3325), + [sym__alpha_identifier] = ACTIONS(4672), + [anon_sym_AT] = ACTIONS(4674), + [anon_sym_LBRACK] = ACTIONS(4674), + [anon_sym_RBRACK] = ACTIONS(4674), + [anon_sym_as] = ACTIONS(4672), + [anon_sym_EQ] = ACTIONS(4672), + [anon_sym_LBRACE] = ACTIONS(5171), + [anon_sym_RBRACE] = ACTIONS(4674), + [anon_sym_LPAREN] = ACTIONS(4674), + [anon_sym_COMMA] = ACTIONS(4674), + [anon_sym_RPAREN] = ACTIONS(4674), + [anon_sym_LT] = ACTIONS(4672), + [anon_sym_GT] = ACTIONS(4672), + [anon_sym_where] = ACTIONS(4672), + [anon_sym_DOT] = ACTIONS(4672), + [anon_sym_SEMI] = ACTIONS(4674), + [anon_sym_get] = ACTIONS(4672), + [anon_sym_set] = ACTIONS(4672), + [anon_sym_STAR] = ACTIONS(4672), + [anon_sym_DASH_GT] = ACTIONS(4674), + [sym_label] = ACTIONS(4674), + [anon_sym_in] = ACTIONS(4672), + [anon_sym_while] = ACTIONS(4672), + [anon_sym_DOT_DOT] = ACTIONS(4674), + [anon_sym_QMARK_COLON] = ACTIONS(4674), + [anon_sym_AMP_AMP] = ACTIONS(4674), + [anon_sym_PIPE_PIPE] = ACTIONS(4674), + [anon_sym_else] = ACTIONS(4672), + [anon_sym_COLON_COLON] = ACTIONS(4674), + [anon_sym_PLUS_EQ] = ACTIONS(4674), + [anon_sym_DASH_EQ] = ACTIONS(4674), + [anon_sym_STAR_EQ] = ACTIONS(4674), + [anon_sym_SLASH_EQ] = ACTIONS(4674), + [anon_sym_PERCENT_EQ] = ACTIONS(4674), + [anon_sym_BANG_EQ] = ACTIONS(4672), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4674), + [anon_sym_EQ_EQ] = ACTIONS(4672), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4674), + [anon_sym_LT_EQ] = ACTIONS(4674), + [anon_sym_GT_EQ] = ACTIONS(4674), + [anon_sym_BANGin] = ACTIONS(4674), + [anon_sym_is] = ACTIONS(4672), + [anon_sym_BANGis] = ACTIONS(4674), + [anon_sym_PLUS] = ACTIONS(4672), + [anon_sym_DASH] = ACTIONS(4672), + [anon_sym_SLASH] = ACTIONS(4672), + [anon_sym_PERCENT] = ACTIONS(4672), + [anon_sym_as_QMARK] = ACTIONS(4674), + [anon_sym_PLUS_PLUS] = ACTIONS(4674), + [anon_sym_DASH_DASH] = ACTIONS(4674), + [anon_sym_BANG_BANG] = ACTIONS(4674), + [anon_sym_suspend] = ACTIONS(4672), + [anon_sym_sealed] = ACTIONS(4672), + [anon_sym_annotation] = ACTIONS(4672), + [anon_sym_data] = ACTIONS(4672), + [anon_sym_inner] = ACTIONS(4672), + [anon_sym_override] = ACTIONS(4672), + [anon_sym_lateinit] = ACTIONS(4672), + [anon_sym_public] = ACTIONS(4672), + [anon_sym_private] = ACTIONS(4672), + [anon_sym_internal] = ACTIONS(4672), + [anon_sym_protected] = ACTIONS(4672), + [anon_sym_tailrec] = ACTIONS(4672), + [anon_sym_operator] = ACTIONS(4672), + [anon_sym_infix] = ACTIONS(4672), + [anon_sym_inline] = ACTIONS(4672), + [anon_sym_external] = ACTIONS(4672), + [sym_property_modifier] = ACTIONS(4672), + [anon_sym_abstract] = ACTIONS(4672), + [anon_sym_final] = ACTIONS(4672), + [anon_sym_open] = ACTIONS(4672), + [anon_sym_vararg] = ACTIONS(4672), + [anon_sym_noinline] = ACTIONS(4672), + [anon_sym_crossinline] = ACTIONS(4672), + [anon_sym_expect] = ACTIONS(4672), + [anon_sym_actual] = ACTIONS(4672), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4674), + [sym_safe_nav] = ACTIONS(4674), + [sym_multiline_comment] = ACTIONS(3), }, [3061] = { - [sym__alpha_identifier] = ACTIONS(4605), - [anon_sym_AT] = ACTIONS(4607), - [anon_sym_COLON] = ACTIONS(4605), - [anon_sym_LBRACK] = ACTIONS(4607), - [anon_sym_as] = ACTIONS(4605), - [anon_sym_EQ] = ACTIONS(4605), - [anon_sym_LBRACE] = ACTIONS(4607), - [anon_sym_RBRACE] = ACTIONS(4607), - [anon_sym_LPAREN] = ACTIONS(4607), - [anon_sym_COMMA] = ACTIONS(4607), - [anon_sym_LT] = ACTIONS(4605), - [anon_sym_GT] = ACTIONS(4605), - [anon_sym_where] = ACTIONS(4605), - [anon_sym_object] = ACTIONS(4605), - [anon_sym_fun] = ACTIONS(4605), - [anon_sym_DOT] = ACTIONS(4605), - [anon_sym_SEMI] = ACTIONS(4607), - [anon_sym_get] = ACTIONS(4605), - [anon_sym_set] = ACTIONS(4605), - [anon_sym_this] = ACTIONS(4605), - [anon_sym_super] = ACTIONS(4605), - [anon_sym_STAR] = ACTIONS(4605), - [sym_label] = ACTIONS(4605), - [anon_sym_in] = ACTIONS(4605), - [anon_sym_DOT_DOT] = ACTIONS(4607), - [anon_sym_QMARK_COLON] = ACTIONS(4607), - [anon_sym_AMP_AMP] = ACTIONS(4607), - [anon_sym_PIPE_PIPE] = ACTIONS(4607), - [anon_sym_null] = ACTIONS(4605), - [anon_sym_if] = ACTIONS(4605), - [anon_sym_else] = ACTIONS(4605), - [anon_sym_when] = ACTIONS(4605), - [anon_sym_try] = ACTIONS(4605), - [anon_sym_throw] = ACTIONS(4605), - [anon_sym_return] = ACTIONS(4605), - [anon_sym_continue] = ACTIONS(4605), - [anon_sym_break] = ACTIONS(4605), - [anon_sym_COLON_COLON] = ACTIONS(4607), - [anon_sym_PLUS_EQ] = ACTIONS(4607), - [anon_sym_DASH_EQ] = ACTIONS(4607), - [anon_sym_STAR_EQ] = ACTIONS(4607), - [anon_sym_SLASH_EQ] = ACTIONS(4607), - [anon_sym_PERCENT_EQ] = ACTIONS(4607), - [anon_sym_BANG_EQ] = ACTIONS(4605), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4607), - [anon_sym_EQ_EQ] = ACTIONS(4605), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4607), - [anon_sym_LT_EQ] = ACTIONS(4607), - [anon_sym_GT_EQ] = ACTIONS(4607), - [anon_sym_BANGin] = ACTIONS(4607), - [anon_sym_is] = ACTIONS(4605), - [anon_sym_BANGis] = ACTIONS(4607), - [anon_sym_PLUS] = ACTIONS(4605), - [anon_sym_DASH] = ACTIONS(4605), - [anon_sym_SLASH] = ACTIONS(4605), - [anon_sym_PERCENT] = ACTIONS(4605), - [anon_sym_as_QMARK] = ACTIONS(4607), - [anon_sym_PLUS_PLUS] = ACTIONS(4607), - [anon_sym_DASH_DASH] = ACTIONS(4607), - [anon_sym_BANG] = ACTIONS(4605), - [anon_sym_BANG_BANG] = ACTIONS(4607), - [anon_sym_data] = ACTIONS(4605), - [anon_sym_inner] = ACTIONS(4605), - [anon_sym_expect] = ACTIONS(4605), - [anon_sym_actual] = ACTIONS(4605), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4607), - [anon_sym_continue_AT] = ACTIONS(4607), - [anon_sym_break_AT] = ACTIONS(4607), - [sym_real_literal] = ACTIONS(4607), - [sym_integer_literal] = ACTIONS(4605), - [sym_hex_literal] = ACTIONS(4607), - [sym_bin_literal] = ACTIONS(4607), - [anon_sym_true] = ACTIONS(4605), - [anon_sym_false] = ACTIONS(4605), - [anon_sym_SQUOTE] = ACTIONS(4607), - [sym__backtick_identifier] = ACTIONS(4607), - [sym__automatic_semicolon] = ACTIONS(4607), - [sym_safe_nav] = ACTIONS(4607), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4607), + [sym__alpha_identifier] = ACTIONS(4244), + [anon_sym_AT] = ACTIONS(4246), + [anon_sym_LBRACK] = ACTIONS(4246), + [anon_sym_as] = ACTIONS(4244), + [anon_sym_EQ] = ACTIONS(4244), + [anon_sym_LBRACE] = ACTIONS(4246), + [anon_sym_RBRACE] = ACTIONS(4246), + [anon_sym_LPAREN] = ACTIONS(4246), + [anon_sym_COMMA] = ACTIONS(4246), + [anon_sym_by] = ACTIONS(4244), + [anon_sym_LT] = ACTIONS(4244), + [anon_sym_GT] = ACTIONS(4244), + [anon_sym_where] = ACTIONS(4244), + [anon_sym_object] = ACTIONS(4244), + [anon_sym_fun] = ACTIONS(4244), + [anon_sym_DOT] = ACTIONS(4244), + [anon_sym_SEMI] = ACTIONS(4246), + [anon_sym_get] = ACTIONS(4244), + [anon_sym_set] = ACTIONS(4244), + [anon_sym_this] = ACTIONS(4244), + [anon_sym_super] = ACTIONS(4244), + [anon_sym_STAR] = ACTIONS(4244), + [sym_label] = ACTIONS(4244), + [anon_sym_in] = ACTIONS(4244), + [anon_sym_DOT_DOT] = ACTIONS(4246), + [anon_sym_QMARK_COLON] = ACTIONS(4246), + [anon_sym_AMP_AMP] = ACTIONS(4246), + [anon_sym_PIPE_PIPE] = ACTIONS(4246), + [anon_sym_null] = ACTIONS(4244), + [anon_sym_if] = ACTIONS(4244), + [anon_sym_else] = ACTIONS(4244), + [anon_sym_when] = ACTIONS(4244), + [anon_sym_try] = ACTIONS(4244), + [anon_sym_throw] = ACTIONS(4244), + [anon_sym_return] = ACTIONS(4244), + [anon_sym_continue] = ACTIONS(4244), + [anon_sym_break] = ACTIONS(4244), + [anon_sym_COLON_COLON] = ACTIONS(4246), + [anon_sym_PLUS_EQ] = ACTIONS(4246), + [anon_sym_DASH_EQ] = ACTIONS(4246), + [anon_sym_STAR_EQ] = ACTIONS(4246), + [anon_sym_SLASH_EQ] = ACTIONS(4246), + [anon_sym_PERCENT_EQ] = ACTIONS(4246), + [anon_sym_BANG_EQ] = ACTIONS(4244), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4246), + [anon_sym_EQ_EQ] = ACTIONS(4244), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4246), + [anon_sym_LT_EQ] = ACTIONS(4246), + [anon_sym_GT_EQ] = ACTIONS(4246), + [anon_sym_BANGin] = ACTIONS(4246), + [anon_sym_is] = ACTIONS(4244), + [anon_sym_BANGis] = ACTIONS(4246), + [anon_sym_PLUS] = ACTIONS(4244), + [anon_sym_DASH] = ACTIONS(4244), + [anon_sym_SLASH] = ACTIONS(4244), + [anon_sym_PERCENT] = ACTIONS(4244), + [anon_sym_as_QMARK] = ACTIONS(4246), + [anon_sym_PLUS_PLUS] = ACTIONS(4246), + [anon_sym_DASH_DASH] = ACTIONS(4246), + [anon_sym_BANG] = ACTIONS(4244), + [anon_sym_BANG_BANG] = ACTIONS(4246), + [anon_sym_data] = ACTIONS(4244), + [anon_sym_inner] = ACTIONS(4244), + [anon_sym_expect] = ACTIONS(4244), + [anon_sym_actual] = ACTIONS(4244), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4246), + [anon_sym_continue_AT] = ACTIONS(4246), + [anon_sym_break_AT] = ACTIONS(4246), + [sym_real_literal] = ACTIONS(4246), + [sym_integer_literal] = ACTIONS(4244), + [sym_hex_literal] = ACTIONS(4246), + [sym_bin_literal] = ACTIONS(4246), + [anon_sym_true] = ACTIONS(4244), + [anon_sym_false] = ACTIONS(4244), + [anon_sym_SQUOTE] = ACTIONS(4246), + [sym__backtick_identifier] = ACTIONS(4246), + [sym__automatic_semicolon] = ACTIONS(4246), + [sym_safe_nav] = ACTIONS(4246), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4246), }, [3062] = { - [sym__alpha_identifier] = ACTIONS(4615), - [anon_sym_AT] = ACTIONS(4617), - [anon_sym_COLON] = ACTIONS(4615), - [anon_sym_LBRACK] = ACTIONS(4617), - [anon_sym_RBRACK] = ACTIONS(4617), - [anon_sym_as] = ACTIONS(4615), - [anon_sym_EQ] = ACTIONS(4615), - [anon_sym_LBRACE] = ACTIONS(4617), - [anon_sym_RBRACE] = ACTIONS(4617), - [anon_sym_LPAREN] = ACTIONS(4617), - [anon_sym_COMMA] = ACTIONS(4617), - [anon_sym_RPAREN] = ACTIONS(4617), - [anon_sym_LT] = ACTIONS(4615), - [anon_sym_GT] = ACTIONS(4615), - [anon_sym_where] = ACTIONS(4615), - [anon_sym_DOT] = ACTIONS(4615), - [anon_sym_SEMI] = ACTIONS(4617), - [anon_sym_get] = ACTIONS(4615), - [anon_sym_set] = ACTIONS(4615), - [anon_sym_STAR] = ACTIONS(4615), - [anon_sym_DASH_GT] = ACTIONS(4617), - [sym_label] = ACTIONS(4617), - [anon_sym_in] = ACTIONS(4615), - [anon_sym_while] = ACTIONS(4615), - [anon_sym_DOT_DOT] = ACTIONS(4617), - [anon_sym_QMARK_COLON] = ACTIONS(4617), - [anon_sym_AMP_AMP] = ACTIONS(4617), - [anon_sym_PIPE_PIPE] = ACTIONS(4617), - [anon_sym_else] = ACTIONS(4615), - [anon_sym_COLON_COLON] = ACTIONS(4617), - [anon_sym_PLUS_EQ] = ACTIONS(4617), - [anon_sym_DASH_EQ] = ACTIONS(4617), - [anon_sym_STAR_EQ] = ACTIONS(4617), - [anon_sym_SLASH_EQ] = ACTIONS(4617), - [anon_sym_PERCENT_EQ] = ACTIONS(4617), - [anon_sym_BANG_EQ] = ACTIONS(4615), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4617), - [anon_sym_EQ_EQ] = ACTIONS(4615), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4617), - [anon_sym_LT_EQ] = ACTIONS(4617), - [anon_sym_GT_EQ] = ACTIONS(4617), - [anon_sym_BANGin] = ACTIONS(4617), - [anon_sym_is] = ACTIONS(4615), - [anon_sym_BANGis] = ACTIONS(4617), - [anon_sym_PLUS] = ACTIONS(4615), - [anon_sym_DASH] = ACTIONS(4615), - [anon_sym_SLASH] = ACTIONS(4615), - [anon_sym_PERCENT] = ACTIONS(4615), - [anon_sym_as_QMARK] = ACTIONS(4617), - [anon_sym_PLUS_PLUS] = ACTIONS(4617), - [anon_sym_DASH_DASH] = ACTIONS(4617), - [anon_sym_BANG_BANG] = ACTIONS(4617), - [anon_sym_suspend] = ACTIONS(4615), - [anon_sym_sealed] = ACTIONS(4615), - [anon_sym_annotation] = ACTIONS(4615), - [anon_sym_data] = ACTIONS(4615), - [anon_sym_inner] = ACTIONS(4615), - [anon_sym_override] = ACTIONS(4615), - [anon_sym_lateinit] = ACTIONS(4615), - [anon_sym_public] = ACTIONS(4615), - [anon_sym_private] = ACTIONS(4615), - [anon_sym_internal] = ACTIONS(4615), - [anon_sym_protected] = ACTIONS(4615), - [anon_sym_tailrec] = ACTIONS(4615), - [anon_sym_operator] = ACTIONS(4615), - [anon_sym_infix] = ACTIONS(4615), - [anon_sym_inline] = ACTIONS(4615), - [anon_sym_external] = ACTIONS(4615), - [sym_property_modifier] = ACTIONS(4615), - [anon_sym_abstract] = ACTIONS(4615), - [anon_sym_final] = ACTIONS(4615), - [anon_sym_open] = ACTIONS(4615), - [anon_sym_vararg] = ACTIONS(4615), - [anon_sym_noinline] = ACTIONS(4615), - [anon_sym_crossinline] = ACTIONS(4615), - [anon_sym_expect] = ACTIONS(4615), - [anon_sym_actual] = ACTIONS(4615), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4617), - [sym_safe_nav] = ACTIONS(4617), + [sym_type_constraints] = STATE(3513), + [sym_function_body] = STATE(3788), + [sym__block] = STATE(3738), + [sym__alpha_identifier] = ACTIONS(4099), + [anon_sym_AT] = ACTIONS(4101), + [anon_sym_COLON] = ACTIONS(6476), + [anon_sym_LBRACK] = ACTIONS(4101), + [anon_sym_as] = ACTIONS(4099), + [anon_sym_EQ] = ACTIONS(6459), + [anon_sym_LBRACE] = ACTIONS(6461), + [anon_sym_RBRACE] = ACTIONS(4101), + [anon_sym_LPAREN] = ACTIONS(4101), + [anon_sym_COMMA] = ACTIONS(4101), + [anon_sym_LT] = ACTIONS(4099), + [anon_sym_GT] = ACTIONS(4099), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(4099), + [anon_sym_SEMI] = ACTIONS(4101), + [anon_sym_get] = ACTIONS(4099), + [anon_sym_set] = ACTIONS(4099), + [anon_sym_STAR] = ACTIONS(4099), + [sym_label] = ACTIONS(4101), + [anon_sym_in] = ACTIONS(4099), + [anon_sym_DOT_DOT] = ACTIONS(4101), + [anon_sym_QMARK_COLON] = ACTIONS(4101), + [anon_sym_AMP_AMP] = ACTIONS(4101), + [anon_sym_PIPE_PIPE] = ACTIONS(4101), + [anon_sym_else] = ACTIONS(4099), + [anon_sym_COLON_COLON] = ACTIONS(4101), + [anon_sym_PLUS_EQ] = ACTIONS(4101), + [anon_sym_DASH_EQ] = ACTIONS(4101), + [anon_sym_STAR_EQ] = ACTIONS(4101), + [anon_sym_SLASH_EQ] = ACTIONS(4101), + [anon_sym_PERCENT_EQ] = ACTIONS(4101), + [anon_sym_BANG_EQ] = ACTIONS(4099), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4101), + [anon_sym_EQ_EQ] = ACTIONS(4099), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4101), + [anon_sym_LT_EQ] = ACTIONS(4101), + [anon_sym_GT_EQ] = ACTIONS(4101), + [anon_sym_BANGin] = ACTIONS(4101), + [anon_sym_is] = ACTIONS(4099), + [anon_sym_BANGis] = ACTIONS(4101), + [anon_sym_PLUS] = ACTIONS(4099), + [anon_sym_DASH] = ACTIONS(4099), + [anon_sym_SLASH] = ACTIONS(4099), + [anon_sym_PERCENT] = ACTIONS(4099), + [anon_sym_as_QMARK] = ACTIONS(4101), + [anon_sym_PLUS_PLUS] = ACTIONS(4101), + [anon_sym_DASH_DASH] = ACTIONS(4101), + [anon_sym_BANG_BANG] = ACTIONS(4101), + [anon_sym_suspend] = ACTIONS(4099), + [anon_sym_sealed] = ACTIONS(4099), + [anon_sym_annotation] = ACTIONS(4099), + [anon_sym_data] = ACTIONS(4099), + [anon_sym_inner] = ACTIONS(4099), + [anon_sym_override] = ACTIONS(4099), + [anon_sym_lateinit] = ACTIONS(4099), + [anon_sym_public] = ACTIONS(4099), + [anon_sym_private] = ACTIONS(4099), + [anon_sym_internal] = ACTIONS(4099), + [anon_sym_protected] = ACTIONS(4099), + [anon_sym_tailrec] = ACTIONS(4099), + [anon_sym_operator] = ACTIONS(4099), + [anon_sym_infix] = ACTIONS(4099), + [anon_sym_inline] = ACTIONS(4099), + [anon_sym_external] = ACTIONS(4099), + [sym_property_modifier] = ACTIONS(4099), + [anon_sym_abstract] = ACTIONS(4099), + [anon_sym_final] = ACTIONS(4099), + [anon_sym_open] = ACTIONS(4099), + [anon_sym_vararg] = ACTIONS(4099), + [anon_sym_noinline] = ACTIONS(4099), + [anon_sym_crossinline] = ACTIONS(4099), + [anon_sym_expect] = ACTIONS(4099), + [anon_sym_actual] = ACTIONS(4099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4101), + [sym__automatic_semicolon] = ACTIONS(4101), + [sym_safe_nav] = ACTIONS(4101), [sym_multiline_comment] = ACTIONS(3), }, [3063] = { - [sym__alpha_identifier] = ACTIONS(4690), - [anon_sym_AT] = ACTIONS(4692), - [anon_sym_COLON] = ACTIONS(4690), - [anon_sym_LBRACK] = ACTIONS(4692), - [anon_sym_as] = ACTIONS(4690), - [anon_sym_EQ] = ACTIONS(4690), - [anon_sym_LBRACE] = ACTIONS(4692), - [anon_sym_RBRACE] = ACTIONS(4692), - [anon_sym_LPAREN] = ACTIONS(4692), - [anon_sym_COMMA] = ACTIONS(4692), - [anon_sym_LT] = ACTIONS(4690), - [anon_sym_GT] = ACTIONS(4690), - [anon_sym_where] = ACTIONS(4690), - [anon_sym_object] = ACTIONS(4690), - [anon_sym_fun] = ACTIONS(4690), - [anon_sym_DOT] = ACTIONS(4690), - [anon_sym_SEMI] = ACTIONS(4692), - [anon_sym_get] = ACTIONS(4690), - [anon_sym_set] = ACTIONS(4690), - [anon_sym_this] = ACTIONS(4690), - [anon_sym_super] = ACTIONS(4690), - [anon_sym_STAR] = ACTIONS(4690), - [sym_label] = ACTIONS(4690), - [anon_sym_in] = ACTIONS(4690), - [anon_sym_DOT_DOT] = ACTIONS(4692), - [anon_sym_QMARK_COLON] = ACTIONS(4692), - [anon_sym_AMP_AMP] = ACTIONS(4692), - [anon_sym_PIPE_PIPE] = ACTIONS(4692), - [anon_sym_null] = ACTIONS(4690), - [anon_sym_if] = ACTIONS(4690), - [anon_sym_else] = ACTIONS(4690), - [anon_sym_when] = ACTIONS(4690), - [anon_sym_try] = ACTIONS(4690), - [anon_sym_throw] = ACTIONS(4690), - [anon_sym_return] = ACTIONS(4690), - [anon_sym_continue] = ACTIONS(4690), - [anon_sym_break] = ACTIONS(4690), - [anon_sym_COLON_COLON] = ACTIONS(4692), - [anon_sym_PLUS_EQ] = ACTIONS(4692), - [anon_sym_DASH_EQ] = ACTIONS(4692), - [anon_sym_STAR_EQ] = ACTIONS(4692), - [anon_sym_SLASH_EQ] = ACTIONS(4692), - [anon_sym_PERCENT_EQ] = ACTIONS(4692), - [anon_sym_BANG_EQ] = ACTIONS(4690), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4692), - [anon_sym_EQ_EQ] = ACTIONS(4690), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4692), - [anon_sym_LT_EQ] = ACTIONS(4692), - [anon_sym_GT_EQ] = ACTIONS(4692), - [anon_sym_BANGin] = ACTIONS(4692), - [anon_sym_is] = ACTIONS(4690), - [anon_sym_BANGis] = ACTIONS(4692), - [anon_sym_PLUS] = ACTIONS(4690), - [anon_sym_DASH] = ACTIONS(4690), - [anon_sym_SLASH] = ACTIONS(4690), - [anon_sym_PERCENT] = ACTIONS(4690), - [anon_sym_as_QMARK] = ACTIONS(4692), - [anon_sym_PLUS_PLUS] = ACTIONS(4692), - [anon_sym_DASH_DASH] = ACTIONS(4692), - [anon_sym_BANG] = ACTIONS(4690), - [anon_sym_BANG_BANG] = ACTIONS(4692), - [anon_sym_data] = ACTIONS(4690), - [anon_sym_inner] = ACTIONS(4690), - [anon_sym_expect] = ACTIONS(4690), - [anon_sym_actual] = ACTIONS(4690), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4692), - [anon_sym_continue_AT] = ACTIONS(4692), - [anon_sym_break_AT] = ACTIONS(4692), - [sym_real_literal] = ACTIONS(4692), - [sym_integer_literal] = ACTIONS(4690), - [sym_hex_literal] = ACTIONS(4692), - [sym_bin_literal] = ACTIONS(4692), - [anon_sym_true] = ACTIONS(4690), - [anon_sym_false] = ACTIONS(4690), - [anon_sym_SQUOTE] = ACTIONS(4692), - [sym__backtick_identifier] = ACTIONS(4692), - [sym__automatic_semicolon] = ACTIONS(4692), - [sym_safe_nav] = ACTIONS(4692), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4692), + [sym_class_body] = STATE(3253), + [sym__alpha_identifier] = ACTIONS(4535), + [anon_sym_AT] = ACTIONS(4537), + [anon_sym_LBRACK] = ACTIONS(4537), + [anon_sym_RBRACK] = ACTIONS(4537), + [anon_sym_as] = ACTIONS(4535), + [anon_sym_EQ] = ACTIONS(4535), + [anon_sym_LBRACE] = ACTIONS(5179), + [anon_sym_RBRACE] = ACTIONS(4537), + [anon_sym_LPAREN] = ACTIONS(4537), + [anon_sym_COMMA] = ACTIONS(4537), + [anon_sym_RPAREN] = ACTIONS(4537), + [anon_sym_LT] = ACTIONS(4535), + [anon_sym_GT] = ACTIONS(4535), + [anon_sym_where] = ACTIONS(4535), + [anon_sym_DOT] = ACTIONS(4535), + [anon_sym_SEMI] = ACTIONS(4537), + [anon_sym_get] = ACTIONS(4535), + [anon_sym_set] = ACTIONS(4535), + [anon_sym_STAR] = ACTIONS(4535), + [anon_sym_DASH_GT] = ACTIONS(4537), + [sym_label] = ACTIONS(4537), + [anon_sym_in] = ACTIONS(4535), + [anon_sym_while] = ACTIONS(4535), + [anon_sym_DOT_DOT] = ACTIONS(4537), + [anon_sym_QMARK_COLON] = ACTIONS(4537), + [anon_sym_AMP_AMP] = ACTIONS(4537), + [anon_sym_PIPE_PIPE] = ACTIONS(4537), + [anon_sym_else] = ACTIONS(4535), + [anon_sym_COLON_COLON] = ACTIONS(4537), + [anon_sym_PLUS_EQ] = ACTIONS(4537), + [anon_sym_DASH_EQ] = ACTIONS(4537), + [anon_sym_STAR_EQ] = ACTIONS(4537), + [anon_sym_SLASH_EQ] = ACTIONS(4537), + [anon_sym_PERCENT_EQ] = ACTIONS(4537), + [anon_sym_BANG_EQ] = ACTIONS(4535), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4537), + [anon_sym_EQ_EQ] = ACTIONS(4535), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4537), + [anon_sym_LT_EQ] = ACTIONS(4537), + [anon_sym_GT_EQ] = ACTIONS(4537), + [anon_sym_BANGin] = ACTIONS(4537), + [anon_sym_is] = ACTIONS(4535), + [anon_sym_BANGis] = ACTIONS(4537), + [anon_sym_PLUS] = ACTIONS(4535), + [anon_sym_DASH] = ACTIONS(4535), + [anon_sym_SLASH] = ACTIONS(4535), + [anon_sym_PERCENT] = ACTIONS(4535), + [anon_sym_as_QMARK] = ACTIONS(4537), + [anon_sym_PLUS_PLUS] = ACTIONS(4537), + [anon_sym_DASH_DASH] = ACTIONS(4537), + [anon_sym_BANG_BANG] = ACTIONS(4537), + [anon_sym_suspend] = ACTIONS(4535), + [anon_sym_sealed] = ACTIONS(4535), + [anon_sym_annotation] = ACTIONS(4535), + [anon_sym_data] = ACTIONS(4535), + [anon_sym_inner] = ACTIONS(4535), + [anon_sym_override] = ACTIONS(4535), + [anon_sym_lateinit] = ACTIONS(4535), + [anon_sym_public] = ACTIONS(4535), + [anon_sym_private] = ACTIONS(4535), + [anon_sym_internal] = ACTIONS(4535), + [anon_sym_protected] = ACTIONS(4535), + [anon_sym_tailrec] = ACTIONS(4535), + [anon_sym_operator] = ACTIONS(4535), + [anon_sym_infix] = ACTIONS(4535), + [anon_sym_inline] = ACTIONS(4535), + [anon_sym_external] = ACTIONS(4535), + [sym_property_modifier] = ACTIONS(4535), + [anon_sym_abstract] = ACTIONS(4535), + [anon_sym_final] = ACTIONS(4535), + [anon_sym_open] = ACTIONS(4535), + [anon_sym_vararg] = ACTIONS(4535), + [anon_sym_noinline] = ACTIONS(4535), + [anon_sym_crossinline] = ACTIONS(4535), + [anon_sym_expect] = ACTIONS(4535), + [anon_sym_actual] = ACTIONS(4535), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4537), + [sym_safe_nav] = ACTIONS(4537), + [sym_multiline_comment] = ACTIONS(3), }, [3064] = { - [sym__alpha_identifier] = ACTIONS(4466), - [anon_sym_AT] = ACTIONS(4468), - [anon_sym_LBRACK] = ACTIONS(4468), - [anon_sym_RBRACK] = ACTIONS(4468), - [anon_sym_as] = ACTIONS(4466), - [anon_sym_EQ] = ACTIONS(4466), - [anon_sym_LBRACE] = ACTIONS(4468), - [anon_sym_RBRACE] = ACTIONS(4468), - [anon_sym_LPAREN] = ACTIONS(4468), - [anon_sym_COMMA] = ACTIONS(4468), - [anon_sym_RPAREN] = ACTIONS(4468), - [anon_sym_by] = ACTIONS(4466), - [anon_sym_LT] = ACTIONS(4466), - [anon_sym_GT] = ACTIONS(4466), - [anon_sym_where] = ACTIONS(4466), - [anon_sym_DOT] = ACTIONS(4466), - [anon_sym_SEMI] = ACTIONS(4468), - [anon_sym_get] = ACTIONS(4466), - [anon_sym_set] = ACTIONS(4466), - [anon_sym_STAR] = ACTIONS(4466), - [anon_sym_DASH_GT] = ACTIONS(4468), - [sym_label] = ACTIONS(4468), - [anon_sym_in] = ACTIONS(4466), - [anon_sym_while] = ACTIONS(4466), - [anon_sym_DOT_DOT] = ACTIONS(4468), - [anon_sym_QMARK_COLON] = ACTIONS(4468), - [anon_sym_AMP_AMP] = ACTIONS(4468), - [anon_sym_PIPE_PIPE] = ACTIONS(4468), - [anon_sym_else] = ACTIONS(4466), - [anon_sym_COLON_COLON] = ACTIONS(4468), - [anon_sym_PLUS_EQ] = ACTIONS(4468), - [anon_sym_DASH_EQ] = ACTIONS(4468), - [anon_sym_STAR_EQ] = ACTIONS(4468), - [anon_sym_SLASH_EQ] = ACTIONS(4468), - [anon_sym_PERCENT_EQ] = ACTIONS(4468), - [anon_sym_BANG_EQ] = ACTIONS(4466), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4468), - [anon_sym_EQ_EQ] = ACTIONS(4466), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4468), - [anon_sym_LT_EQ] = ACTIONS(4468), - [anon_sym_GT_EQ] = ACTIONS(4468), - [anon_sym_BANGin] = ACTIONS(4468), - [anon_sym_is] = ACTIONS(4466), - [anon_sym_BANGis] = ACTIONS(4468), - [anon_sym_PLUS] = ACTIONS(4466), - [anon_sym_DASH] = ACTIONS(4466), - [anon_sym_SLASH] = ACTIONS(4466), - [anon_sym_PERCENT] = ACTIONS(4466), - [anon_sym_as_QMARK] = ACTIONS(4468), - [anon_sym_PLUS_PLUS] = ACTIONS(4468), - [anon_sym_DASH_DASH] = ACTIONS(4468), - [anon_sym_BANG_BANG] = ACTIONS(4468), - [anon_sym_suspend] = ACTIONS(4466), - [anon_sym_sealed] = ACTIONS(4466), - [anon_sym_annotation] = ACTIONS(4466), - [anon_sym_data] = ACTIONS(4466), - [anon_sym_inner] = ACTIONS(4466), - [anon_sym_override] = ACTIONS(4466), - [anon_sym_lateinit] = ACTIONS(4466), - [anon_sym_public] = ACTIONS(4466), - [anon_sym_private] = ACTIONS(4466), - [anon_sym_internal] = ACTIONS(4466), - [anon_sym_protected] = ACTIONS(4466), - [anon_sym_tailrec] = ACTIONS(4466), - [anon_sym_operator] = ACTIONS(4466), - [anon_sym_infix] = ACTIONS(4466), - [anon_sym_inline] = ACTIONS(4466), - [anon_sym_external] = ACTIONS(4466), - [sym_property_modifier] = ACTIONS(4466), - [anon_sym_abstract] = ACTIONS(4466), - [anon_sym_final] = ACTIONS(4466), - [anon_sym_open] = ACTIONS(4466), - [anon_sym_vararg] = ACTIONS(4466), - [anon_sym_noinline] = ACTIONS(4466), - [anon_sym_crossinline] = ACTIONS(4466), - [anon_sym_expect] = ACTIONS(4466), - [anon_sym_actual] = ACTIONS(4466), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4468), - [sym_safe_nav] = ACTIONS(4468), - [sym_multiline_comment] = ACTIONS(3), + [sym__alpha_identifier] = ACTIONS(4531), + [anon_sym_AT] = ACTIONS(4533), + [anon_sym_COLON] = ACTIONS(4531), + [anon_sym_LBRACK] = ACTIONS(4533), + [anon_sym_as] = ACTIONS(4531), + [anon_sym_EQ] = ACTIONS(4531), + [anon_sym_LBRACE] = ACTIONS(4533), + [anon_sym_RBRACE] = ACTIONS(4533), + [anon_sym_LPAREN] = ACTIONS(4533), + [anon_sym_COMMA] = ACTIONS(4533), + [anon_sym_LT] = ACTIONS(4531), + [anon_sym_GT] = ACTIONS(4531), + [anon_sym_where] = ACTIONS(4531), + [anon_sym_object] = ACTIONS(4531), + [anon_sym_fun] = ACTIONS(4531), + [anon_sym_DOT] = ACTIONS(4531), + [anon_sym_SEMI] = ACTIONS(4533), + [anon_sym_get] = ACTIONS(4531), + [anon_sym_set] = ACTIONS(4531), + [anon_sym_this] = ACTIONS(4531), + [anon_sym_super] = ACTIONS(4531), + [anon_sym_STAR] = ACTIONS(4531), + [sym_label] = ACTIONS(4531), + [anon_sym_in] = ACTIONS(4531), + [anon_sym_DOT_DOT] = ACTIONS(4533), + [anon_sym_QMARK_COLON] = ACTIONS(4533), + [anon_sym_AMP_AMP] = ACTIONS(4533), + [anon_sym_PIPE_PIPE] = ACTIONS(4533), + [anon_sym_null] = ACTIONS(4531), + [anon_sym_if] = ACTIONS(4531), + [anon_sym_else] = ACTIONS(4531), + [anon_sym_when] = ACTIONS(4531), + [anon_sym_try] = ACTIONS(4531), + [anon_sym_throw] = ACTIONS(4531), + [anon_sym_return] = ACTIONS(4531), + [anon_sym_continue] = ACTIONS(4531), + [anon_sym_break] = ACTIONS(4531), + [anon_sym_COLON_COLON] = ACTIONS(4533), + [anon_sym_PLUS_EQ] = ACTIONS(4533), + [anon_sym_DASH_EQ] = ACTIONS(4533), + [anon_sym_STAR_EQ] = ACTIONS(4533), + [anon_sym_SLASH_EQ] = ACTIONS(4533), + [anon_sym_PERCENT_EQ] = ACTIONS(4533), + [anon_sym_BANG_EQ] = ACTIONS(4531), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4533), + [anon_sym_EQ_EQ] = ACTIONS(4531), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4533), + [anon_sym_LT_EQ] = ACTIONS(4533), + [anon_sym_GT_EQ] = ACTIONS(4533), + [anon_sym_BANGin] = ACTIONS(4533), + [anon_sym_is] = ACTIONS(4531), + [anon_sym_BANGis] = ACTIONS(4533), + [anon_sym_PLUS] = ACTIONS(4531), + [anon_sym_DASH] = ACTIONS(4531), + [anon_sym_SLASH] = ACTIONS(4531), + [anon_sym_PERCENT] = ACTIONS(4531), + [anon_sym_as_QMARK] = ACTIONS(4533), + [anon_sym_PLUS_PLUS] = ACTIONS(4533), + [anon_sym_DASH_DASH] = ACTIONS(4533), + [anon_sym_BANG] = ACTIONS(4531), + [anon_sym_BANG_BANG] = ACTIONS(4533), + [anon_sym_data] = ACTIONS(4531), + [anon_sym_inner] = ACTIONS(4531), + [anon_sym_expect] = ACTIONS(4531), + [anon_sym_actual] = ACTIONS(4531), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4533), + [anon_sym_continue_AT] = ACTIONS(4533), + [anon_sym_break_AT] = ACTIONS(4533), + [sym_real_literal] = ACTIONS(4533), + [sym_integer_literal] = ACTIONS(4531), + [sym_hex_literal] = ACTIONS(4533), + [sym_bin_literal] = ACTIONS(4533), + [anon_sym_true] = ACTIONS(4531), + [anon_sym_false] = ACTIONS(4531), + [anon_sym_SQUOTE] = ACTIONS(4533), + [sym__backtick_identifier] = ACTIONS(4533), + [sym__automatic_semicolon] = ACTIONS(4533), + [sym_safe_nav] = ACTIONS(4533), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4533), }, [3065] = { - [sym__alpha_identifier] = ACTIONS(4623), - [anon_sym_AT] = ACTIONS(4625), - [anon_sym_COLON] = ACTIONS(4623), - [anon_sym_LBRACK] = ACTIONS(4625), - [anon_sym_RBRACK] = ACTIONS(4625), - [anon_sym_as] = ACTIONS(4623), - [anon_sym_EQ] = ACTIONS(4623), - [anon_sym_LBRACE] = ACTIONS(4625), - [anon_sym_RBRACE] = ACTIONS(4625), - [anon_sym_LPAREN] = ACTIONS(4625), - [anon_sym_COMMA] = ACTIONS(4625), - [anon_sym_RPAREN] = ACTIONS(4625), - [anon_sym_LT] = ACTIONS(4623), - [anon_sym_GT] = ACTIONS(4623), - [anon_sym_where] = ACTIONS(4623), - [anon_sym_DOT] = ACTIONS(4623), - [anon_sym_SEMI] = ACTIONS(4625), - [anon_sym_get] = ACTIONS(4623), - [anon_sym_set] = ACTIONS(4623), - [anon_sym_STAR] = ACTIONS(4623), - [anon_sym_DASH_GT] = ACTIONS(4625), - [sym_label] = ACTIONS(4625), - [anon_sym_in] = ACTIONS(4623), - [anon_sym_while] = ACTIONS(4623), - [anon_sym_DOT_DOT] = ACTIONS(4625), - [anon_sym_QMARK_COLON] = ACTIONS(4625), - [anon_sym_AMP_AMP] = ACTIONS(4625), - [anon_sym_PIPE_PIPE] = ACTIONS(4625), - [anon_sym_else] = ACTIONS(4623), - [anon_sym_COLON_COLON] = ACTIONS(4625), - [anon_sym_PLUS_EQ] = ACTIONS(4625), - [anon_sym_DASH_EQ] = ACTIONS(4625), - [anon_sym_STAR_EQ] = ACTIONS(4625), - [anon_sym_SLASH_EQ] = ACTIONS(4625), - [anon_sym_PERCENT_EQ] = ACTIONS(4625), - [anon_sym_BANG_EQ] = ACTIONS(4623), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4625), - [anon_sym_EQ_EQ] = ACTIONS(4623), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4625), - [anon_sym_LT_EQ] = ACTIONS(4625), - [anon_sym_GT_EQ] = ACTIONS(4625), - [anon_sym_BANGin] = ACTIONS(4625), - [anon_sym_is] = ACTIONS(4623), - [anon_sym_BANGis] = ACTIONS(4625), - [anon_sym_PLUS] = ACTIONS(4623), - [anon_sym_DASH] = ACTIONS(4623), - [anon_sym_SLASH] = ACTIONS(4623), - [anon_sym_PERCENT] = ACTIONS(4623), - [anon_sym_as_QMARK] = ACTIONS(4625), - [anon_sym_PLUS_PLUS] = ACTIONS(4625), - [anon_sym_DASH_DASH] = ACTIONS(4625), - [anon_sym_BANG_BANG] = ACTIONS(4625), - [anon_sym_suspend] = ACTIONS(4623), - [anon_sym_sealed] = ACTIONS(4623), - [anon_sym_annotation] = ACTIONS(4623), - [anon_sym_data] = ACTIONS(4623), - [anon_sym_inner] = ACTIONS(4623), - [anon_sym_override] = ACTIONS(4623), - [anon_sym_lateinit] = ACTIONS(4623), - [anon_sym_public] = ACTIONS(4623), - [anon_sym_private] = ACTIONS(4623), - [anon_sym_internal] = ACTIONS(4623), - [anon_sym_protected] = ACTIONS(4623), - [anon_sym_tailrec] = ACTIONS(4623), - [anon_sym_operator] = ACTIONS(4623), - [anon_sym_infix] = ACTIONS(4623), - [anon_sym_inline] = ACTIONS(4623), - [anon_sym_external] = ACTIONS(4623), - [sym_property_modifier] = ACTIONS(4623), - [anon_sym_abstract] = ACTIONS(4623), - [anon_sym_final] = ACTIONS(4623), - [anon_sym_open] = ACTIONS(4623), - [anon_sym_vararg] = ACTIONS(4623), - [anon_sym_noinline] = ACTIONS(4623), - [anon_sym_crossinline] = ACTIONS(4623), - [anon_sym_expect] = ACTIONS(4623), - [anon_sym_actual] = ACTIONS(4623), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4625), - [sym_safe_nav] = ACTIONS(4625), - [sym_multiline_comment] = ACTIONS(3), + [aux_sym__delegation_specifiers_repeat1] = STATE(3065), + [sym__alpha_identifier] = ACTIONS(4627), + [anon_sym_AT] = ACTIONS(4629), + [anon_sym_LBRACK] = ACTIONS(4629), + [anon_sym_as] = ACTIONS(4627), + [anon_sym_EQ] = ACTIONS(4627), + [anon_sym_LBRACE] = ACTIONS(4629), + [anon_sym_RBRACE] = ACTIONS(4629), + [anon_sym_LPAREN] = ACTIONS(4629), + [anon_sym_COMMA] = ACTIONS(6478), + [anon_sym_LT] = ACTIONS(4627), + [anon_sym_GT] = ACTIONS(4627), + [anon_sym_where] = ACTIONS(4627), + [anon_sym_object] = ACTIONS(4627), + [anon_sym_fun] = ACTIONS(4627), + [anon_sym_DOT] = ACTIONS(4627), + [anon_sym_SEMI] = ACTIONS(4629), + [anon_sym_get] = ACTIONS(4627), + [anon_sym_set] = ACTIONS(4627), + [anon_sym_this] = ACTIONS(4627), + [anon_sym_super] = ACTIONS(4627), + [anon_sym_STAR] = ACTIONS(4627), + [sym_label] = ACTIONS(4627), + [anon_sym_in] = ACTIONS(4627), + [anon_sym_DOT_DOT] = ACTIONS(4629), + [anon_sym_QMARK_COLON] = ACTIONS(4629), + [anon_sym_AMP_AMP] = ACTIONS(4629), + [anon_sym_PIPE_PIPE] = ACTIONS(4629), + [anon_sym_null] = ACTIONS(4627), + [anon_sym_if] = ACTIONS(4627), + [anon_sym_else] = ACTIONS(4627), + [anon_sym_when] = ACTIONS(4627), + [anon_sym_try] = ACTIONS(4627), + [anon_sym_throw] = ACTIONS(4627), + [anon_sym_return] = ACTIONS(4627), + [anon_sym_continue] = ACTIONS(4627), + [anon_sym_break] = ACTIONS(4627), + [anon_sym_COLON_COLON] = ACTIONS(4629), + [anon_sym_PLUS_EQ] = ACTIONS(4629), + [anon_sym_DASH_EQ] = ACTIONS(4629), + [anon_sym_STAR_EQ] = ACTIONS(4629), + [anon_sym_SLASH_EQ] = ACTIONS(4629), + [anon_sym_PERCENT_EQ] = ACTIONS(4629), + [anon_sym_BANG_EQ] = ACTIONS(4627), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4629), + [anon_sym_EQ_EQ] = ACTIONS(4627), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4629), + [anon_sym_LT_EQ] = ACTIONS(4629), + [anon_sym_GT_EQ] = ACTIONS(4629), + [anon_sym_BANGin] = ACTIONS(4629), + [anon_sym_is] = ACTIONS(4627), + [anon_sym_BANGis] = ACTIONS(4629), + [anon_sym_PLUS] = ACTIONS(4627), + [anon_sym_DASH] = ACTIONS(4627), + [anon_sym_SLASH] = ACTIONS(4627), + [anon_sym_PERCENT] = ACTIONS(4627), + [anon_sym_as_QMARK] = ACTIONS(4629), + [anon_sym_PLUS_PLUS] = ACTIONS(4629), + [anon_sym_DASH_DASH] = ACTIONS(4629), + [anon_sym_BANG] = ACTIONS(4627), + [anon_sym_BANG_BANG] = ACTIONS(4629), + [anon_sym_data] = ACTIONS(4627), + [anon_sym_inner] = ACTIONS(4627), + [anon_sym_expect] = ACTIONS(4627), + [anon_sym_actual] = ACTIONS(4627), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4629), + [anon_sym_continue_AT] = ACTIONS(4629), + [anon_sym_break_AT] = ACTIONS(4629), + [sym_real_literal] = ACTIONS(4629), + [sym_integer_literal] = ACTIONS(4627), + [sym_hex_literal] = ACTIONS(4629), + [sym_bin_literal] = ACTIONS(4629), + [anon_sym_true] = ACTIONS(4627), + [anon_sym_false] = ACTIONS(4627), + [anon_sym_SQUOTE] = ACTIONS(4629), + [sym__backtick_identifier] = ACTIONS(4629), + [sym__automatic_semicolon] = ACTIONS(4629), + [sym_safe_nav] = ACTIONS(4629), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4629), }, [3066] = { - [sym__alpha_identifier] = ACTIONS(4595), - [anon_sym_AT] = ACTIONS(4597), - [anon_sym_LBRACK] = ACTIONS(4597), - [anon_sym_RBRACK] = ACTIONS(4597), - [anon_sym_as] = ACTIONS(4595), - [anon_sym_EQ] = ACTIONS(4595), - [anon_sym_LBRACE] = ACTIONS(4597), - [anon_sym_RBRACE] = ACTIONS(4597), - [anon_sym_LPAREN] = ACTIONS(4597), - [anon_sym_COMMA] = ACTIONS(4597), - [anon_sym_RPAREN] = ACTIONS(4597), - [anon_sym_by] = ACTIONS(4595), - [anon_sym_LT] = ACTIONS(4595), - [anon_sym_GT] = ACTIONS(4595), - [anon_sym_where] = ACTIONS(4595), - [anon_sym_DOT] = ACTIONS(4595), - [anon_sym_SEMI] = ACTIONS(4597), - [anon_sym_get] = ACTIONS(4595), - [anon_sym_set] = ACTIONS(4595), - [anon_sym_STAR] = ACTIONS(4595), - [anon_sym_DASH_GT] = ACTIONS(4597), - [sym_label] = ACTIONS(4597), - [anon_sym_in] = ACTIONS(4595), - [anon_sym_while] = ACTIONS(4595), - [anon_sym_DOT_DOT] = ACTIONS(4597), - [anon_sym_QMARK_COLON] = ACTIONS(4597), - [anon_sym_AMP_AMP] = ACTIONS(4597), - [anon_sym_PIPE_PIPE] = ACTIONS(4597), - [anon_sym_else] = ACTIONS(4595), - [anon_sym_COLON_COLON] = ACTIONS(4597), - [anon_sym_PLUS_EQ] = ACTIONS(4597), - [anon_sym_DASH_EQ] = ACTIONS(4597), - [anon_sym_STAR_EQ] = ACTIONS(4597), - [anon_sym_SLASH_EQ] = ACTIONS(4597), - [anon_sym_PERCENT_EQ] = ACTIONS(4597), - [anon_sym_BANG_EQ] = ACTIONS(4595), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4597), - [anon_sym_EQ_EQ] = ACTIONS(4595), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4597), - [anon_sym_LT_EQ] = ACTIONS(4597), - [anon_sym_GT_EQ] = ACTIONS(4597), - [anon_sym_BANGin] = ACTIONS(4597), - [anon_sym_is] = ACTIONS(4595), - [anon_sym_BANGis] = ACTIONS(4597), - [anon_sym_PLUS] = ACTIONS(4595), - [anon_sym_DASH] = ACTIONS(4595), - [anon_sym_SLASH] = ACTIONS(4595), - [anon_sym_PERCENT] = ACTIONS(4595), - [anon_sym_as_QMARK] = ACTIONS(4597), - [anon_sym_PLUS_PLUS] = ACTIONS(4597), - [anon_sym_DASH_DASH] = ACTIONS(4597), - [anon_sym_BANG_BANG] = ACTIONS(4597), - [anon_sym_suspend] = ACTIONS(4595), - [anon_sym_sealed] = ACTIONS(4595), - [anon_sym_annotation] = ACTIONS(4595), - [anon_sym_data] = ACTIONS(4595), - [anon_sym_inner] = ACTIONS(4595), - [anon_sym_override] = ACTIONS(4595), - [anon_sym_lateinit] = ACTIONS(4595), - [anon_sym_public] = ACTIONS(4595), - [anon_sym_private] = ACTIONS(4595), - [anon_sym_internal] = ACTIONS(4595), - [anon_sym_protected] = ACTIONS(4595), - [anon_sym_tailrec] = ACTIONS(4595), - [anon_sym_operator] = ACTIONS(4595), - [anon_sym_infix] = ACTIONS(4595), - [anon_sym_inline] = ACTIONS(4595), - [anon_sym_external] = ACTIONS(4595), - [sym_property_modifier] = ACTIONS(4595), - [anon_sym_abstract] = ACTIONS(4595), - [anon_sym_final] = ACTIONS(4595), - [anon_sym_open] = ACTIONS(4595), - [anon_sym_vararg] = ACTIONS(4595), - [anon_sym_noinline] = ACTIONS(4595), - [anon_sym_crossinline] = ACTIONS(4595), - [anon_sym_expect] = ACTIONS(4595), - [anon_sym_actual] = ACTIONS(4595), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4597), - [sym_safe_nav] = ACTIONS(4597), + [sym__alpha_identifier] = ACTIONS(4603), + [anon_sym_AT] = ACTIONS(4605), + [anon_sym_LBRACK] = ACTIONS(4605), + [anon_sym_RBRACK] = ACTIONS(4605), + [anon_sym_as] = ACTIONS(4603), + [anon_sym_EQ] = ACTIONS(4603), + [anon_sym_LBRACE] = ACTIONS(4605), + [anon_sym_RBRACE] = ACTIONS(4605), + [anon_sym_LPAREN] = ACTIONS(4605), + [anon_sym_COMMA] = ACTIONS(4605), + [anon_sym_RPAREN] = ACTIONS(4605), + [anon_sym_by] = ACTIONS(4603), + [anon_sym_LT] = ACTIONS(4603), + [anon_sym_GT] = ACTIONS(4603), + [anon_sym_where] = ACTIONS(4603), + [anon_sym_DOT] = ACTIONS(4603), + [anon_sym_SEMI] = ACTIONS(4605), + [anon_sym_get] = ACTIONS(4603), + [anon_sym_set] = ACTIONS(4603), + [anon_sym_STAR] = ACTIONS(4603), + [anon_sym_DASH_GT] = ACTIONS(4605), + [sym_label] = ACTIONS(4605), + [anon_sym_in] = ACTIONS(4603), + [anon_sym_while] = ACTIONS(4603), + [anon_sym_DOT_DOT] = ACTIONS(4605), + [anon_sym_QMARK_COLON] = ACTIONS(4605), + [anon_sym_AMP_AMP] = ACTIONS(4605), + [anon_sym_PIPE_PIPE] = ACTIONS(4605), + [anon_sym_else] = ACTIONS(4603), + [anon_sym_COLON_COLON] = ACTIONS(4605), + [anon_sym_PLUS_EQ] = ACTIONS(4605), + [anon_sym_DASH_EQ] = ACTIONS(4605), + [anon_sym_STAR_EQ] = ACTIONS(4605), + [anon_sym_SLASH_EQ] = ACTIONS(4605), + [anon_sym_PERCENT_EQ] = ACTIONS(4605), + [anon_sym_BANG_EQ] = ACTIONS(4603), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4605), + [anon_sym_EQ_EQ] = ACTIONS(4603), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4605), + [anon_sym_LT_EQ] = ACTIONS(4605), + [anon_sym_GT_EQ] = ACTIONS(4605), + [anon_sym_BANGin] = ACTIONS(4605), + [anon_sym_is] = ACTIONS(4603), + [anon_sym_BANGis] = ACTIONS(4605), + [anon_sym_PLUS] = ACTIONS(4603), + [anon_sym_DASH] = ACTIONS(4603), + [anon_sym_SLASH] = ACTIONS(4603), + [anon_sym_PERCENT] = ACTIONS(4603), + [anon_sym_as_QMARK] = ACTIONS(4605), + [anon_sym_PLUS_PLUS] = ACTIONS(4605), + [anon_sym_DASH_DASH] = ACTIONS(4605), + [anon_sym_BANG_BANG] = ACTIONS(4605), + [anon_sym_suspend] = ACTIONS(4603), + [anon_sym_sealed] = ACTIONS(4603), + [anon_sym_annotation] = ACTIONS(4603), + [anon_sym_data] = ACTIONS(4603), + [anon_sym_inner] = ACTIONS(4603), + [anon_sym_override] = ACTIONS(4603), + [anon_sym_lateinit] = ACTIONS(4603), + [anon_sym_public] = ACTIONS(4603), + [anon_sym_private] = ACTIONS(4603), + [anon_sym_internal] = ACTIONS(4603), + [anon_sym_protected] = ACTIONS(4603), + [anon_sym_tailrec] = ACTIONS(4603), + [anon_sym_operator] = ACTIONS(4603), + [anon_sym_infix] = ACTIONS(4603), + [anon_sym_inline] = ACTIONS(4603), + [anon_sym_external] = ACTIONS(4603), + [sym_property_modifier] = ACTIONS(4603), + [anon_sym_abstract] = ACTIONS(4603), + [anon_sym_final] = ACTIONS(4603), + [anon_sym_open] = ACTIONS(4603), + [anon_sym_vararg] = ACTIONS(4603), + [anon_sym_noinline] = ACTIONS(4603), + [anon_sym_crossinline] = ACTIONS(4603), + [anon_sym_expect] = ACTIONS(4603), + [anon_sym_actual] = ACTIONS(4603), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4605), + [sym_safe_nav] = ACTIONS(4605), [sym_multiline_comment] = ACTIONS(3), }, [3067] = { - [sym_class_body] = STATE(3180), - [sym__alpha_identifier] = ACTIONS(4481), - [anon_sym_AT] = ACTIONS(4483), - [anon_sym_LBRACK] = ACTIONS(4483), - [anon_sym_as] = ACTIONS(4481), - [anon_sym_EQ] = ACTIONS(4481), - [anon_sym_LBRACE] = ACTIONS(3112), - [anon_sym_RBRACE] = ACTIONS(4483), - [anon_sym_LPAREN] = ACTIONS(4483), - [anon_sym_COMMA] = ACTIONS(4483), - [anon_sym_LT] = ACTIONS(4481), - [anon_sym_GT] = ACTIONS(4481), - [anon_sym_where] = ACTIONS(4481), - [anon_sym_object] = ACTIONS(4481), - [anon_sym_fun] = ACTIONS(4481), - [anon_sym_DOT] = ACTIONS(4481), - [anon_sym_SEMI] = ACTIONS(4483), - [anon_sym_get] = ACTIONS(4481), - [anon_sym_set] = ACTIONS(4481), - [anon_sym_this] = ACTIONS(4481), - [anon_sym_super] = ACTIONS(4481), - [anon_sym_STAR] = ACTIONS(4481), - [sym_label] = ACTIONS(4481), - [anon_sym_in] = ACTIONS(4481), - [anon_sym_DOT_DOT] = ACTIONS(4483), - [anon_sym_QMARK_COLON] = ACTIONS(4483), - [anon_sym_AMP_AMP] = ACTIONS(4483), - [anon_sym_PIPE_PIPE] = ACTIONS(4483), - [anon_sym_null] = ACTIONS(4481), - [anon_sym_if] = ACTIONS(4481), - [anon_sym_else] = ACTIONS(4481), - [anon_sym_when] = ACTIONS(4481), - [anon_sym_try] = ACTIONS(4481), - [anon_sym_throw] = ACTIONS(4481), - [anon_sym_return] = ACTIONS(4481), - [anon_sym_continue] = ACTIONS(4481), - [anon_sym_break] = ACTIONS(4481), - [anon_sym_COLON_COLON] = ACTIONS(4483), - [anon_sym_PLUS_EQ] = ACTIONS(4483), - [anon_sym_DASH_EQ] = ACTIONS(4483), - [anon_sym_STAR_EQ] = ACTIONS(4483), - [anon_sym_SLASH_EQ] = ACTIONS(4483), - [anon_sym_PERCENT_EQ] = ACTIONS(4483), - [anon_sym_BANG_EQ] = ACTIONS(4481), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4483), - [anon_sym_EQ_EQ] = ACTIONS(4481), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4483), - [anon_sym_LT_EQ] = ACTIONS(4483), - [anon_sym_GT_EQ] = ACTIONS(4483), - [anon_sym_BANGin] = ACTIONS(4483), - [anon_sym_is] = ACTIONS(4481), - [anon_sym_BANGis] = ACTIONS(4483), - [anon_sym_PLUS] = ACTIONS(4481), - [anon_sym_DASH] = ACTIONS(4481), - [anon_sym_SLASH] = ACTIONS(4481), - [anon_sym_PERCENT] = ACTIONS(4481), - [anon_sym_as_QMARK] = ACTIONS(4483), - [anon_sym_PLUS_PLUS] = ACTIONS(4483), - [anon_sym_DASH_DASH] = ACTIONS(4483), - [anon_sym_BANG] = ACTIONS(4481), - [anon_sym_BANG_BANG] = ACTIONS(4483), - [anon_sym_data] = ACTIONS(4481), - [anon_sym_inner] = ACTIONS(4481), - [anon_sym_expect] = ACTIONS(4481), - [anon_sym_actual] = ACTIONS(4481), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4483), - [anon_sym_continue_AT] = ACTIONS(4483), - [anon_sym_break_AT] = ACTIONS(4483), - [sym_real_literal] = ACTIONS(4483), - [sym_integer_literal] = ACTIONS(4481), - [sym_hex_literal] = ACTIONS(4483), - [sym_bin_literal] = ACTIONS(4483), - [anon_sym_true] = ACTIONS(4481), - [anon_sym_false] = ACTIONS(4481), - [anon_sym_SQUOTE] = ACTIONS(4483), - [sym__backtick_identifier] = ACTIONS(4483), - [sym__automatic_semicolon] = ACTIONS(4483), - [sym_safe_nav] = ACTIONS(4483), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4483), + [sym_class_body] = STATE(3261), + [sym__alpha_identifier] = ACTIONS(3186), + [anon_sym_AT] = ACTIONS(3190), + [anon_sym_LBRACK] = ACTIONS(3190), + [anon_sym_RBRACK] = ACTIONS(3190), + [anon_sym_as] = ACTIONS(3186), + [anon_sym_EQ] = ACTIONS(3186), + [anon_sym_LBRACE] = ACTIONS(5179), + [anon_sym_RBRACE] = ACTIONS(3190), + [anon_sym_LPAREN] = ACTIONS(3190), + [anon_sym_COMMA] = ACTIONS(3190), + [anon_sym_RPAREN] = ACTIONS(3190), + [anon_sym_LT] = ACTIONS(3186), + [anon_sym_GT] = ACTIONS(3186), + [anon_sym_where] = ACTIONS(3186), + [anon_sym_DOT] = ACTIONS(3186), + [anon_sym_SEMI] = ACTIONS(3190), + [anon_sym_get] = ACTIONS(3186), + [anon_sym_set] = ACTIONS(3186), + [anon_sym_STAR] = ACTIONS(3186), + [anon_sym_DASH_GT] = ACTIONS(3190), + [sym_label] = ACTIONS(3190), + [anon_sym_in] = ACTIONS(3186), + [anon_sym_while] = ACTIONS(3186), + [anon_sym_DOT_DOT] = ACTIONS(3190), + [anon_sym_QMARK_COLON] = ACTIONS(3190), + [anon_sym_AMP_AMP] = ACTIONS(3190), + [anon_sym_PIPE_PIPE] = ACTIONS(3190), + [anon_sym_else] = ACTIONS(3186), + [anon_sym_COLON_COLON] = ACTIONS(3190), + [anon_sym_PLUS_EQ] = ACTIONS(3190), + [anon_sym_DASH_EQ] = ACTIONS(3190), + [anon_sym_STAR_EQ] = ACTIONS(3190), + [anon_sym_SLASH_EQ] = ACTIONS(3190), + [anon_sym_PERCENT_EQ] = ACTIONS(3190), + [anon_sym_BANG_EQ] = ACTIONS(3186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3190), + [anon_sym_EQ_EQ] = ACTIONS(3186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3190), + [anon_sym_LT_EQ] = ACTIONS(3190), + [anon_sym_GT_EQ] = ACTIONS(3190), + [anon_sym_BANGin] = ACTIONS(3190), + [anon_sym_is] = ACTIONS(3186), + [anon_sym_BANGis] = ACTIONS(3190), + [anon_sym_PLUS] = ACTIONS(3186), + [anon_sym_DASH] = ACTIONS(3186), + [anon_sym_SLASH] = ACTIONS(3186), + [anon_sym_PERCENT] = ACTIONS(3186), + [anon_sym_as_QMARK] = ACTIONS(3190), + [anon_sym_PLUS_PLUS] = ACTIONS(3190), + [anon_sym_DASH_DASH] = ACTIONS(3190), + [anon_sym_BANG_BANG] = ACTIONS(3190), + [anon_sym_suspend] = ACTIONS(3186), + [anon_sym_sealed] = ACTIONS(3186), + [anon_sym_annotation] = ACTIONS(3186), + [anon_sym_data] = ACTIONS(3186), + [anon_sym_inner] = ACTIONS(3186), + [anon_sym_override] = ACTIONS(3186), + [anon_sym_lateinit] = ACTIONS(3186), + [anon_sym_public] = ACTIONS(3186), + [anon_sym_private] = ACTIONS(3186), + [anon_sym_internal] = ACTIONS(3186), + [anon_sym_protected] = ACTIONS(3186), + [anon_sym_tailrec] = ACTIONS(3186), + [anon_sym_operator] = ACTIONS(3186), + [anon_sym_infix] = ACTIONS(3186), + [anon_sym_inline] = ACTIONS(3186), + [anon_sym_external] = ACTIONS(3186), + [sym_property_modifier] = ACTIONS(3186), + [anon_sym_abstract] = ACTIONS(3186), + [anon_sym_final] = ACTIONS(3186), + [anon_sym_open] = ACTIONS(3186), + [anon_sym_vararg] = ACTIONS(3186), + [anon_sym_noinline] = ACTIONS(3186), + [anon_sym_crossinline] = ACTIONS(3186), + [anon_sym_expect] = ACTIONS(3186), + [anon_sym_actual] = ACTIONS(3186), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3190), + [sym_safe_nav] = ACTIONS(3190), + [sym_multiline_comment] = ACTIONS(3), }, [3068] = { - [sym_class_body] = STATE(3220), - [sym__alpha_identifier] = ACTIONS(4284), - [anon_sym_AT] = ACTIONS(4286), - [anon_sym_LBRACK] = ACTIONS(4286), - [anon_sym_RBRACK] = ACTIONS(4286), - [anon_sym_as] = ACTIONS(4284), - [anon_sym_EQ] = ACTIONS(4284), - [anon_sym_LBRACE] = ACTIONS(5147), - [anon_sym_RBRACE] = ACTIONS(4286), - [anon_sym_LPAREN] = ACTIONS(4286), - [anon_sym_COMMA] = ACTIONS(4286), - [anon_sym_RPAREN] = ACTIONS(4286), - [anon_sym_LT] = ACTIONS(4284), - [anon_sym_GT] = ACTIONS(4284), - [anon_sym_where] = ACTIONS(4284), - [anon_sym_DOT] = ACTIONS(4284), - [anon_sym_SEMI] = ACTIONS(4286), - [anon_sym_get] = ACTIONS(4284), - [anon_sym_set] = ACTIONS(4284), - [anon_sym_STAR] = ACTIONS(4284), - [anon_sym_DASH_GT] = ACTIONS(4286), - [sym_label] = ACTIONS(4286), - [anon_sym_in] = ACTIONS(4284), - [anon_sym_while] = ACTIONS(4284), - [anon_sym_DOT_DOT] = ACTIONS(4286), - [anon_sym_QMARK_COLON] = ACTIONS(4286), - [anon_sym_AMP_AMP] = ACTIONS(4286), - [anon_sym_PIPE_PIPE] = ACTIONS(4286), - [anon_sym_else] = ACTIONS(4284), - [anon_sym_COLON_COLON] = ACTIONS(4286), - [anon_sym_PLUS_EQ] = ACTIONS(4286), - [anon_sym_DASH_EQ] = ACTIONS(4286), - [anon_sym_STAR_EQ] = ACTIONS(4286), - [anon_sym_SLASH_EQ] = ACTIONS(4286), - [anon_sym_PERCENT_EQ] = ACTIONS(4286), - [anon_sym_BANG_EQ] = ACTIONS(4284), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4286), - [anon_sym_EQ_EQ] = ACTIONS(4284), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4286), - [anon_sym_LT_EQ] = ACTIONS(4286), - [anon_sym_GT_EQ] = ACTIONS(4286), - [anon_sym_BANGin] = ACTIONS(4286), - [anon_sym_is] = ACTIONS(4284), - [anon_sym_BANGis] = ACTIONS(4286), - [anon_sym_PLUS] = ACTIONS(4284), - [anon_sym_DASH] = ACTIONS(4284), - [anon_sym_SLASH] = ACTIONS(4284), - [anon_sym_PERCENT] = ACTIONS(4284), - [anon_sym_as_QMARK] = ACTIONS(4286), - [anon_sym_PLUS_PLUS] = ACTIONS(4286), - [anon_sym_DASH_DASH] = ACTIONS(4286), - [anon_sym_BANG_BANG] = ACTIONS(4286), - [anon_sym_suspend] = ACTIONS(4284), - [anon_sym_sealed] = ACTIONS(4284), - [anon_sym_annotation] = ACTIONS(4284), - [anon_sym_data] = ACTIONS(4284), - [anon_sym_inner] = ACTIONS(4284), - [anon_sym_override] = ACTIONS(4284), - [anon_sym_lateinit] = ACTIONS(4284), - [anon_sym_public] = ACTIONS(4284), - [anon_sym_private] = ACTIONS(4284), - [anon_sym_internal] = ACTIONS(4284), - [anon_sym_protected] = ACTIONS(4284), - [anon_sym_tailrec] = ACTIONS(4284), - [anon_sym_operator] = ACTIONS(4284), - [anon_sym_infix] = ACTIONS(4284), - [anon_sym_inline] = ACTIONS(4284), - [anon_sym_external] = ACTIONS(4284), - [sym_property_modifier] = ACTIONS(4284), - [anon_sym_abstract] = ACTIONS(4284), - [anon_sym_final] = ACTIONS(4284), - [anon_sym_open] = ACTIONS(4284), - [anon_sym_vararg] = ACTIONS(4284), - [anon_sym_noinline] = ACTIONS(4284), - [anon_sym_crossinline] = ACTIONS(4284), - [anon_sym_expect] = ACTIONS(4284), - [anon_sym_actual] = ACTIONS(4284), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4286), - [sym_safe_nav] = ACTIONS(4286), + [sym_class_body] = STATE(3218), + [sym__alpha_identifier] = ACTIONS(4402), + [anon_sym_AT] = ACTIONS(4404), + [anon_sym_LBRACK] = ACTIONS(4404), + [anon_sym_RBRACK] = ACTIONS(4404), + [anon_sym_as] = ACTIONS(4402), + [anon_sym_EQ] = ACTIONS(4402), + [anon_sym_LBRACE] = ACTIONS(5179), + [anon_sym_RBRACE] = ACTIONS(4404), + [anon_sym_LPAREN] = ACTIONS(4404), + [anon_sym_COMMA] = ACTIONS(4404), + [anon_sym_RPAREN] = ACTIONS(4404), + [anon_sym_LT] = ACTIONS(4402), + [anon_sym_GT] = ACTIONS(4402), + [anon_sym_where] = ACTIONS(4402), + [anon_sym_DOT] = ACTIONS(4402), + [anon_sym_SEMI] = ACTIONS(4404), + [anon_sym_get] = ACTIONS(4402), + [anon_sym_set] = ACTIONS(4402), + [anon_sym_STAR] = ACTIONS(4402), + [anon_sym_DASH_GT] = ACTIONS(4404), + [sym_label] = ACTIONS(4404), + [anon_sym_in] = ACTIONS(4402), + [anon_sym_while] = ACTIONS(4402), + [anon_sym_DOT_DOT] = ACTIONS(4404), + [anon_sym_QMARK_COLON] = ACTIONS(4404), + [anon_sym_AMP_AMP] = ACTIONS(4404), + [anon_sym_PIPE_PIPE] = ACTIONS(4404), + [anon_sym_else] = ACTIONS(4402), + [anon_sym_COLON_COLON] = ACTIONS(4404), + [anon_sym_PLUS_EQ] = ACTIONS(4404), + [anon_sym_DASH_EQ] = ACTIONS(4404), + [anon_sym_STAR_EQ] = ACTIONS(4404), + [anon_sym_SLASH_EQ] = ACTIONS(4404), + [anon_sym_PERCENT_EQ] = ACTIONS(4404), + [anon_sym_BANG_EQ] = ACTIONS(4402), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4404), + [anon_sym_EQ_EQ] = ACTIONS(4402), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4404), + [anon_sym_LT_EQ] = ACTIONS(4404), + [anon_sym_GT_EQ] = ACTIONS(4404), + [anon_sym_BANGin] = ACTIONS(4404), + [anon_sym_is] = ACTIONS(4402), + [anon_sym_BANGis] = ACTIONS(4404), + [anon_sym_PLUS] = ACTIONS(4402), + [anon_sym_DASH] = ACTIONS(4402), + [anon_sym_SLASH] = ACTIONS(4402), + [anon_sym_PERCENT] = ACTIONS(4402), + [anon_sym_as_QMARK] = ACTIONS(4404), + [anon_sym_PLUS_PLUS] = ACTIONS(4404), + [anon_sym_DASH_DASH] = ACTIONS(4404), + [anon_sym_BANG_BANG] = ACTIONS(4404), + [anon_sym_suspend] = ACTIONS(4402), + [anon_sym_sealed] = ACTIONS(4402), + [anon_sym_annotation] = ACTIONS(4402), + [anon_sym_data] = ACTIONS(4402), + [anon_sym_inner] = ACTIONS(4402), + [anon_sym_override] = ACTIONS(4402), + [anon_sym_lateinit] = ACTIONS(4402), + [anon_sym_public] = ACTIONS(4402), + [anon_sym_private] = ACTIONS(4402), + [anon_sym_internal] = ACTIONS(4402), + [anon_sym_protected] = ACTIONS(4402), + [anon_sym_tailrec] = ACTIONS(4402), + [anon_sym_operator] = ACTIONS(4402), + [anon_sym_infix] = ACTIONS(4402), + [anon_sym_inline] = ACTIONS(4402), + [anon_sym_external] = ACTIONS(4402), + [sym_property_modifier] = ACTIONS(4402), + [anon_sym_abstract] = ACTIONS(4402), + [anon_sym_final] = ACTIONS(4402), + [anon_sym_open] = ACTIONS(4402), + [anon_sym_vararg] = ACTIONS(4402), + [anon_sym_noinline] = ACTIONS(4402), + [anon_sym_crossinline] = ACTIONS(4402), + [anon_sym_expect] = ACTIONS(4402), + [anon_sym_actual] = ACTIONS(4402), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4404), + [sym_safe_nav] = ACTIONS(4404), [sym_multiline_comment] = ACTIONS(3), }, [3069] = { - [sym_enum_class_body] = STATE(3179), - [sym__alpha_identifier] = ACTIONS(4422), - [anon_sym_AT] = ACTIONS(4424), - [anon_sym_LBRACK] = ACTIONS(4424), - [anon_sym_as] = ACTIONS(4422), - [anon_sym_EQ] = ACTIONS(4422), - [anon_sym_LBRACE] = ACTIONS(3152), - [anon_sym_RBRACE] = ACTIONS(4424), - [anon_sym_LPAREN] = ACTIONS(4424), - [anon_sym_COMMA] = ACTIONS(4424), - [anon_sym_LT] = ACTIONS(4422), - [anon_sym_GT] = ACTIONS(4422), - [anon_sym_where] = ACTIONS(4422), - [anon_sym_object] = ACTIONS(4422), - [anon_sym_fun] = ACTIONS(4422), - [anon_sym_DOT] = ACTIONS(4422), - [anon_sym_SEMI] = ACTIONS(4424), - [anon_sym_get] = ACTIONS(4422), - [anon_sym_set] = ACTIONS(4422), - [anon_sym_this] = ACTIONS(4422), - [anon_sym_super] = ACTIONS(4422), - [anon_sym_STAR] = ACTIONS(4422), - [sym_label] = ACTIONS(4422), - [anon_sym_in] = ACTIONS(4422), - [anon_sym_DOT_DOT] = ACTIONS(4424), - [anon_sym_QMARK_COLON] = ACTIONS(4424), - [anon_sym_AMP_AMP] = ACTIONS(4424), - [anon_sym_PIPE_PIPE] = ACTIONS(4424), - [anon_sym_null] = ACTIONS(4422), - [anon_sym_if] = ACTIONS(4422), - [anon_sym_else] = ACTIONS(4422), - [anon_sym_when] = ACTIONS(4422), - [anon_sym_try] = ACTIONS(4422), - [anon_sym_throw] = ACTIONS(4422), - [anon_sym_return] = ACTIONS(4422), - [anon_sym_continue] = ACTIONS(4422), - [anon_sym_break] = ACTIONS(4422), - [anon_sym_COLON_COLON] = ACTIONS(4424), - [anon_sym_PLUS_EQ] = ACTIONS(4424), - [anon_sym_DASH_EQ] = ACTIONS(4424), - [anon_sym_STAR_EQ] = ACTIONS(4424), - [anon_sym_SLASH_EQ] = ACTIONS(4424), - [anon_sym_PERCENT_EQ] = ACTIONS(4424), - [anon_sym_BANG_EQ] = ACTIONS(4422), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4424), - [anon_sym_EQ_EQ] = ACTIONS(4422), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4424), - [anon_sym_LT_EQ] = ACTIONS(4424), - [anon_sym_GT_EQ] = ACTIONS(4424), - [anon_sym_BANGin] = ACTIONS(4424), - [anon_sym_is] = ACTIONS(4422), - [anon_sym_BANGis] = ACTIONS(4424), - [anon_sym_PLUS] = ACTIONS(4422), - [anon_sym_DASH] = ACTIONS(4422), - [anon_sym_SLASH] = ACTIONS(4422), - [anon_sym_PERCENT] = ACTIONS(4422), - [anon_sym_as_QMARK] = ACTIONS(4424), - [anon_sym_PLUS_PLUS] = ACTIONS(4424), - [anon_sym_DASH_DASH] = ACTIONS(4424), - [anon_sym_BANG] = ACTIONS(4422), - [anon_sym_BANG_BANG] = ACTIONS(4424), - [anon_sym_data] = ACTIONS(4422), - [anon_sym_inner] = ACTIONS(4422), - [anon_sym_expect] = ACTIONS(4422), - [anon_sym_actual] = ACTIONS(4422), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4424), - [anon_sym_continue_AT] = ACTIONS(4424), - [anon_sym_break_AT] = ACTIONS(4424), - [sym_real_literal] = ACTIONS(4424), - [sym_integer_literal] = ACTIONS(4422), - [sym_hex_literal] = ACTIONS(4424), - [sym_bin_literal] = ACTIONS(4424), - [anon_sym_true] = ACTIONS(4422), - [anon_sym_false] = ACTIONS(4422), - [anon_sym_SQUOTE] = ACTIONS(4424), - [sym__backtick_identifier] = ACTIONS(4424), - [sym__automatic_semicolon] = ACTIONS(4424), - [sym_safe_nav] = ACTIONS(4424), + [sym__alpha_identifier] = ACTIONS(4650), + [anon_sym_AT] = ACTIONS(4652), + [anon_sym_COLON] = ACTIONS(4650), + [anon_sym_LBRACK] = ACTIONS(4652), + [anon_sym_RBRACK] = ACTIONS(4652), + [anon_sym_as] = ACTIONS(4650), + [anon_sym_EQ] = ACTIONS(4650), + [anon_sym_LBRACE] = ACTIONS(4652), + [anon_sym_RBRACE] = ACTIONS(4652), + [anon_sym_LPAREN] = ACTIONS(4652), + [anon_sym_COMMA] = ACTIONS(4652), + [anon_sym_RPAREN] = ACTIONS(4652), + [anon_sym_LT] = ACTIONS(4650), + [anon_sym_GT] = ACTIONS(4650), + [anon_sym_where] = ACTIONS(4650), + [anon_sym_DOT] = ACTIONS(4650), + [anon_sym_SEMI] = ACTIONS(4652), + [anon_sym_get] = ACTIONS(4650), + [anon_sym_set] = ACTIONS(4650), + [anon_sym_STAR] = ACTIONS(4650), + [anon_sym_DASH_GT] = ACTIONS(4652), + [sym_label] = ACTIONS(4652), + [anon_sym_in] = ACTIONS(4650), + [anon_sym_while] = ACTIONS(4650), + [anon_sym_DOT_DOT] = ACTIONS(4652), + [anon_sym_QMARK_COLON] = ACTIONS(4652), + [anon_sym_AMP_AMP] = ACTIONS(4652), + [anon_sym_PIPE_PIPE] = ACTIONS(4652), + [anon_sym_else] = ACTIONS(4650), + [anon_sym_COLON_COLON] = ACTIONS(4652), + [anon_sym_PLUS_EQ] = ACTIONS(4652), + [anon_sym_DASH_EQ] = ACTIONS(4652), + [anon_sym_STAR_EQ] = ACTIONS(4652), + [anon_sym_SLASH_EQ] = ACTIONS(4652), + [anon_sym_PERCENT_EQ] = ACTIONS(4652), + [anon_sym_BANG_EQ] = ACTIONS(4650), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4652), + [anon_sym_EQ_EQ] = ACTIONS(4650), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4652), + [anon_sym_LT_EQ] = ACTIONS(4652), + [anon_sym_GT_EQ] = ACTIONS(4652), + [anon_sym_BANGin] = ACTIONS(4652), + [anon_sym_is] = ACTIONS(4650), + [anon_sym_BANGis] = ACTIONS(4652), + [anon_sym_PLUS] = ACTIONS(4650), + [anon_sym_DASH] = ACTIONS(4650), + [anon_sym_SLASH] = ACTIONS(4650), + [anon_sym_PERCENT] = ACTIONS(4650), + [anon_sym_as_QMARK] = ACTIONS(4652), + [anon_sym_PLUS_PLUS] = ACTIONS(4652), + [anon_sym_DASH_DASH] = ACTIONS(4652), + [anon_sym_BANG_BANG] = ACTIONS(4652), + [anon_sym_suspend] = ACTIONS(4650), + [anon_sym_sealed] = ACTIONS(4650), + [anon_sym_annotation] = ACTIONS(4650), + [anon_sym_data] = ACTIONS(4650), + [anon_sym_inner] = ACTIONS(4650), + [anon_sym_override] = ACTIONS(4650), + [anon_sym_lateinit] = ACTIONS(4650), + [anon_sym_public] = ACTIONS(4650), + [anon_sym_private] = ACTIONS(4650), + [anon_sym_internal] = ACTIONS(4650), + [anon_sym_protected] = ACTIONS(4650), + [anon_sym_tailrec] = ACTIONS(4650), + [anon_sym_operator] = ACTIONS(4650), + [anon_sym_infix] = ACTIONS(4650), + [anon_sym_inline] = ACTIONS(4650), + [anon_sym_external] = ACTIONS(4650), + [sym_property_modifier] = ACTIONS(4650), + [anon_sym_abstract] = ACTIONS(4650), + [anon_sym_final] = ACTIONS(4650), + [anon_sym_open] = ACTIONS(4650), + [anon_sym_vararg] = ACTIONS(4650), + [anon_sym_noinline] = ACTIONS(4650), + [anon_sym_crossinline] = ACTIONS(4650), + [anon_sym_expect] = ACTIONS(4650), + [anon_sym_actual] = ACTIONS(4650), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4652), + [sym_safe_nav] = ACTIONS(4652), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4424), }, [3070] = { - [sym_enum_class_body] = STATE(3211), - [sym__alpha_identifier] = ACTIONS(3190), - [anon_sym_AT] = ACTIONS(3194), - [anon_sym_LBRACK] = ACTIONS(3194), - [anon_sym_RBRACK] = ACTIONS(3194), - [anon_sym_as] = ACTIONS(3190), - [anon_sym_EQ] = ACTIONS(3190), - [anon_sym_LBRACE] = ACTIONS(5155), - [anon_sym_RBRACE] = ACTIONS(3194), - [anon_sym_LPAREN] = ACTIONS(3194), - [anon_sym_COMMA] = ACTIONS(3194), - [anon_sym_RPAREN] = ACTIONS(3194), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3190), - [anon_sym_where] = ACTIONS(3190), - [anon_sym_DOT] = ACTIONS(3190), - [anon_sym_SEMI] = ACTIONS(3194), - [anon_sym_get] = ACTIONS(3190), - [anon_sym_set] = ACTIONS(3190), - [anon_sym_STAR] = ACTIONS(3190), - [anon_sym_DASH_GT] = ACTIONS(3194), - [sym_label] = ACTIONS(3194), - [anon_sym_in] = ACTIONS(3190), - [anon_sym_while] = ACTIONS(3190), - [anon_sym_DOT_DOT] = ACTIONS(3194), - [anon_sym_QMARK_COLON] = ACTIONS(3194), - [anon_sym_AMP_AMP] = ACTIONS(3194), - [anon_sym_PIPE_PIPE] = ACTIONS(3194), - [anon_sym_else] = ACTIONS(3190), - [anon_sym_COLON_COLON] = ACTIONS(3194), - [anon_sym_PLUS_EQ] = ACTIONS(3194), - [anon_sym_DASH_EQ] = ACTIONS(3194), - [anon_sym_STAR_EQ] = ACTIONS(3194), - [anon_sym_SLASH_EQ] = ACTIONS(3194), - [anon_sym_PERCENT_EQ] = ACTIONS(3194), - [anon_sym_BANG_EQ] = ACTIONS(3190), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3194), - [anon_sym_EQ_EQ] = ACTIONS(3190), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3194), - [anon_sym_LT_EQ] = ACTIONS(3194), - [anon_sym_GT_EQ] = ACTIONS(3194), - [anon_sym_BANGin] = ACTIONS(3194), - [anon_sym_is] = ACTIONS(3190), - [anon_sym_BANGis] = ACTIONS(3194), - [anon_sym_PLUS] = ACTIONS(3190), - [anon_sym_DASH] = ACTIONS(3190), - [anon_sym_SLASH] = ACTIONS(3190), - [anon_sym_PERCENT] = ACTIONS(3190), - [anon_sym_as_QMARK] = ACTIONS(3194), - [anon_sym_PLUS_PLUS] = ACTIONS(3194), - [anon_sym_DASH_DASH] = ACTIONS(3194), - [anon_sym_BANG_BANG] = ACTIONS(3194), - [anon_sym_suspend] = ACTIONS(3190), - [anon_sym_sealed] = ACTIONS(3190), - [anon_sym_annotation] = ACTIONS(3190), - [anon_sym_data] = ACTIONS(3190), - [anon_sym_inner] = ACTIONS(3190), - [anon_sym_override] = ACTIONS(3190), - [anon_sym_lateinit] = ACTIONS(3190), - [anon_sym_public] = ACTIONS(3190), - [anon_sym_private] = ACTIONS(3190), - [anon_sym_internal] = ACTIONS(3190), - [anon_sym_protected] = ACTIONS(3190), - [anon_sym_tailrec] = ACTIONS(3190), - [anon_sym_operator] = ACTIONS(3190), - [anon_sym_infix] = ACTIONS(3190), - [anon_sym_inline] = ACTIONS(3190), - [anon_sym_external] = ACTIONS(3190), - [sym_property_modifier] = ACTIONS(3190), - [anon_sym_abstract] = ACTIONS(3190), - [anon_sym_final] = ACTIONS(3190), - [anon_sym_open] = ACTIONS(3190), - [anon_sym_vararg] = ACTIONS(3190), - [anon_sym_noinline] = ACTIONS(3190), - [anon_sym_crossinline] = ACTIONS(3190), - [anon_sym_expect] = ACTIONS(3190), - [anon_sym_actual] = ACTIONS(3190), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3194), - [sym_safe_nav] = ACTIONS(3194), + [sym__alpha_identifier] = ACTIONS(4688), + [anon_sym_AT] = ACTIONS(4690), + [anon_sym_COLON] = ACTIONS(4688), + [anon_sym_LBRACK] = ACTIONS(4690), + [anon_sym_RBRACK] = ACTIONS(4690), + [anon_sym_as] = ACTIONS(4688), + [anon_sym_EQ] = ACTIONS(4688), + [anon_sym_LBRACE] = ACTIONS(4690), + [anon_sym_RBRACE] = ACTIONS(4690), + [anon_sym_LPAREN] = ACTIONS(4690), + [anon_sym_COMMA] = ACTIONS(4690), + [anon_sym_RPAREN] = ACTIONS(4690), + [anon_sym_LT] = ACTIONS(4688), + [anon_sym_GT] = ACTIONS(4688), + [anon_sym_where] = ACTIONS(4688), + [anon_sym_DOT] = ACTIONS(4688), + [anon_sym_SEMI] = ACTIONS(4690), + [anon_sym_get] = ACTIONS(4688), + [anon_sym_set] = ACTIONS(4688), + [anon_sym_STAR] = ACTIONS(4688), + [anon_sym_DASH_GT] = ACTIONS(4690), + [sym_label] = ACTIONS(4690), + [anon_sym_in] = ACTIONS(4688), + [anon_sym_while] = ACTIONS(4688), + [anon_sym_DOT_DOT] = ACTIONS(4690), + [anon_sym_QMARK_COLON] = ACTIONS(4690), + [anon_sym_AMP_AMP] = ACTIONS(4690), + [anon_sym_PIPE_PIPE] = ACTIONS(4690), + [anon_sym_else] = ACTIONS(4688), + [anon_sym_COLON_COLON] = ACTIONS(4690), + [anon_sym_PLUS_EQ] = ACTIONS(4690), + [anon_sym_DASH_EQ] = ACTIONS(4690), + [anon_sym_STAR_EQ] = ACTIONS(4690), + [anon_sym_SLASH_EQ] = ACTIONS(4690), + [anon_sym_PERCENT_EQ] = ACTIONS(4690), + [anon_sym_BANG_EQ] = ACTIONS(4688), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4690), + [anon_sym_EQ_EQ] = ACTIONS(4688), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4690), + [anon_sym_LT_EQ] = ACTIONS(4690), + [anon_sym_GT_EQ] = ACTIONS(4690), + [anon_sym_BANGin] = ACTIONS(4690), + [anon_sym_is] = ACTIONS(4688), + [anon_sym_BANGis] = ACTIONS(4690), + [anon_sym_PLUS] = ACTIONS(4688), + [anon_sym_DASH] = ACTIONS(4688), + [anon_sym_SLASH] = ACTIONS(4688), + [anon_sym_PERCENT] = ACTIONS(4688), + [anon_sym_as_QMARK] = ACTIONS(4690), + [anon_sym_PLUS_PLUS] = ACTIONS(4690), + [anon_sym_DASH_DASH] = ACTIONS(4690), + [anon_sym_BANG_BANG] = ACTIONS(4690), + [anon_sym_suspend] = ACTIONS(4688), + [anon_sym_sealed] = ACTIONS(4688), + [anon_sym_annotation] = ACTIONS(4688), + [anon_sym_data] = ACTIONS(4688), + [anon_sym_inner] = ACTIONS(4688), + [anon_sym_override] = ACTIONS(4688), + [anon_sym_lateinit] = ACTIONS(4688), + [anon_sym_public] = ACTIONS(4688), + [anon_sym_private] = ACTIONS(4688), + [anon_sym_internal] = ACTIONS(4688), + [anon_sym_protected] = ACTIONS(4688), + [anon_sym_tailrec] = ACTIONS(4688), + [anon_sym_operator] = ACTIONS(4688), + [anon_sym_infix] = ACTIONS(4688), + [anon_sym_inline] = ACTIONS(4688), + [anon_sym_external] = ACTIONS(4688), + [sym_property_modifier] = ACTIONS(4688), + [anon_sym_abstract] = ACTIONS(4688), + [anon_sym_final] = ACTIONS(4688), + [anon_sym_open] = ACTIONS(4688), + [anon_sym_vararg] = ACTIONS(4688), + [anon_sym_noinline] = ACTIONS(4688), + [anon_sym_crossinline] = ACTIONS(4688), + [anon_sym_expect] = ACTIONS(4688), + [anon_sym_actual] = ACTIONS(4688), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4690), + [sym_safe_nav] = ACTIONS(4690), [sym_multiline_comment] = ACTIONS(3), }, [3071] = { - [sym__alpha_identifier] = ACTIONS(4294), - [anon_sym_AT] = ACTIONS(4296), - [anon_sym_LBRACK] = ACTIONS(4296), - [anon_sym_as] = ACTIONS(4294), - [anon_sym_EQ] = ACTIONS(4294), - [anon_sym_LBRACE] = ACTIONS(4296), - [anon_sym_RBRACE] = ACTIONS(4296), - [anon_sym_LPAREN] = ACTIONS(4296), - [anon_sym_COMMA] = ACTIONS(4296), - [anon_sym_by] = ACTIONS(4294), - [anon_sym_LT] = ACTIONS(4294), - [anon_sym_GT] = ACTIONS(4294), - [anon_sym_where] = ACTIONS(4294), - [anon_sym_object] = ACTIONS(4294), - [anon_sym_fun] = ACTIONS(4294), - [anon_sym_DOT] = ACTIONS(4294), - [anon_sym_SEMI] = ACTIONS(4296), - [anon_sym_get] = ACTIONS(4294), - [anon_sym_set] = ACTIONS(4294), - [anon_sym_this] = ACTIONS(4294), - [anon_sym_super] = ACTIONS(4294), - [anon_sym_STAR] = ACTIONS(4294), - [sym_label] = ACTIONS(4294), - [anon_sym_in] = ACTIONS(4294), - [anon_sym_DOT_DOT] = ACTIONS(4296), - [anon_sym_QMARK_COLON] = ACTIONS(4296), - [anon_sym_AMP_AMP] = ACTIONS(4296), - [anon_sym_PIPE_PIPE] = ACTIONS(4296), - [anon_sym_null] = ACTIONS(4294), - [anon_sym_if] = ACTIONS(4294), - [anon_sym_else] = ACTIONS(4294), - [anon_sym_when] = ACTIONS(4294), - [anon_sym_try] = ACTIONS(4294), - [anon_sym_throw] = ACTIONS(4294), - [anon_sym_return] = ACTIONS(4294), - [anon_sym_continue] = ACTIONS(4294), - [anon_sym_break] = ACTIONS(4294), - [anon_sym_COLON_COLON] = ACTIONS(4296), - [anon_sym_PLUS_EQ] = ACTIONS(4296), - [anon_sym_DASH_EQ] = ACTIONS(4296), - [anon_sym_STAR_EQ] = ACTIONS(4296), - [anon_sym_SLASH_EQ] = ACTIONS(4296), - [anon_sym_PERCENT_EQ] = ACTIONS(4296), - [anon_sym_BANG_EQ] = ACTIONS(4294), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4296), - [anon_sym_EQ_EQ] = ACTIONS(4294), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4296), - [anon_sym_LT_EQ] = ACTIONS(4296), - [anon_sym_GT_EQ] = ACTIONS(4296), - [anon_sym_BANGin] = ACTIONS(4296), - [anon_sym_is] = ACTIONS(4294), - [anon_sym_BANGis] = ACTIONS(4296), - [anon_sym_PLUS] = ACTIONS(4294), - [anon_sym_DASH] = ACTIONS(4294), - [anon_sym_SLASH] = ACTIONS(4294), - [anon_sym_PERCENT] = ACTIONS(4294), - [anon_sym_as_QMARK] = ACTIONS(4296), - [anon_sym_PLUS_PLUS] = ACTIONS(4296), - [anon_sym_DASH_DASH] = ACTIONS(4296), - [anon_sym_BANG] = ACTIONS(4294), - [anon_sym_BANG_BANG] = ACTIONS(4296), - [anon_sym_data] = ACTIONS(4294), - [anon_sym_inner] = ACTIONS(4294), - [anon_sym_expect] = ACTIONS(4294), - [anon_sym_actual] = ACTIONS(4294), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4296), - [anon_sym_continue_AT] = ACTIONS(4296), - [anon_sym_break_AT] = ACTIONS(4296), - [sym_real_literal] = ACTIONS(4296), - [sym_integer_literal] = ACTIONS(4294), - [sym_hex_literal] = ACTIONS(4296), - [sym_bin_literal] = ACTIONS(4296), - [anon_sym_true] = ACTIONS(4294), - [anon_sym_false] = ACTIONS(4294), - [anon_sym_SQUOTE] = ACTIONS(4296), - [sym__backtick_identifier] = ACTIONS(4296), - [sym__automatic_semicolon] = ACTIONS(4296), - [sym_safe_nav] = ACTIONS(4296), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4296), + [sym_enum_class_body] = STATE(3209), + [sym__alpha_identifier] = ACTIONS(4188), + [anon_sym_AT] = ACTIONS(4190), + [anon_sym_LBRACK] = ACTIONS(4190), + [anon_sym_RBRACK] = ACTIONS(4190), + [anon_sym_as] = ACTIONS(4188), + [anon_sym_EQ] = ACTIONS(4188), + [anon_sym_LBRACE] = ACTIONS(5171), + [anon_sym_RBRACE] = ACTIONS(4190), + [anon_sym_LPAREN] = ACTIONS(4190), + [anon_sym_COMMA] = ACTIONS(4190), + [anon_sym_RPAREN] = ACTIONS(4190), + [anon_sym_LT] = ACTIONS(4188), + [anon_sym_GT] = ACTIONS(4188), + [anon_sym_where] = ACTIONS(4188), + [anon_sym_DOT] = ACTIONS(4188), + [anon_sym_SEMI] = ACTIONS(4190), + [anon_sym_get] = ACTIONS(4188), + [anon_sym_set] = ACTIONS(4188), + [anon_sym_STAR] = ACTIONS(4188), + [anon_sym_DASH_GT] = ACTIONS(4190), + [sym_label] = ACTIONS(4190), + [anon_sym_in] = ACTIONS(4188), + [anon_sym_while] = ACTIONS(4188), + [anon_sym_DOT_DOT] = ACTIONS(4190), + [anon_sym_QMARK_COLON] = ACTIONS(4190), + [anon_sym_AMP_AMP] = ACTIONS(4190), + [anon_sym_PIPE_PIPE] = ACTIONS(4190), + [anon_sym_else] = ACTIONS(4188), + [anon_sym_COLON_COLON] = ACTIONS(4190), + [anon_sym_PLUS_EQ] = ACTIONS(4190), + [anon_sym_DASH_EQ] = ACTIONS(4190), + [anon_sym_STAR_EQ] = ACTIONS(4190), + [anon_sym_SLASH_EQ] = ACTIONS(4190), + [anon_sym_PERCENT_EQ] = ACTIONS(4190), + [anon_sym_BANG_EQ] = ACTIONS(4188), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4190), + [anon_sym_EQ_EQ] = ACTIONS(4188), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4190), + [anon_sym_LT_EQ] = ACTIONS(4190), + [anon_sym_GT_EQ] = ACTIONS(4190), + [anon_sym_BANGin] = ACTIONS(4190), + [anon_sym_is] = ACTIONS(4188), + [anon_sym_BANGis] = ACTIONS(4190), + [anon_sym_PLUS] = ACTIONS(4188), + [anon_sym_DASH] = ACTIONS(4188), + [anon_sym_SLASH] = ACTIONS(4188), + [anon_sym_PERCENT] = ACTIONS(4188), + [anon_sym_as_QMARK] = ACTIONS(4190), + [anon_sym_PLUS_PLUS] = ACTIONS(4190), + [anon_sym_DASH_DASH] = ACTIONS(4190), + [anon_sym_BANG_BANG] = ACTIONS(4190), + [anon_sym_suspend] = ACTIONS(4188), + [anon_sym_sealed] = ACTIONS(4188), + [anon_sym_annotation] = ACTIONS(4188), + [anon_sym_data] = ACTIONS(4188), + [anon_sym_inner] = ACTIONS(4188), + [anon_sym_override] = ACTIONS(4188), + [anon_sym_lateinit] = ACTIONS(4188), + [anon_sym_public] = ACTIONS(4188), + [anon_sym_private] = ACTIONS(4188), + [anon_sym_internal] = ACTIONS(4188), + [anon_sym_protected] = ACTIONS(4188), + [anon_sym_tailrec] = ACTIONS(4188), + [anon_sym_operator] = ACTIONS(4188), + [anon_sym_infix] = ACTIONS(4188), + [anon_sym_inline] = ACTIONS(4188), + [anon_sym_external] = ACTIONS(4188), + [sym_property_modifier] = ACTIONS(4188), + [anon_sym_abstract] = ACTIONS(4188), + [anon_sym_final] = ACTIONS(4188), + [anon_sym_open] = ACTIONS(4188), + [anon_sym_vararg] = ACTIONS(4188), + [anon_sym_noinline] = ACTIONS(4188), + [anon_sym_crossinline] = ACTIONS(4188), + [anon_sym_expect] = ACTIONS(4188), + [anon_sym_actual] = ACTIONS(4188), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4190), + [sym_safe_nav] = ACTIONS(4190), + [sym_multiline_comment] = ACTIONS(3), }, [3072] = { - [aux_sym_type_constraints_repeat1] = STATE(3049), - [sym__alpha_identifier] = ACTIONS(4485), - [anon_sym_AT] = ACTIONS(4487), - [anon_sym_LBRACK] = ACTIONS(4487), - [anon_sym_as] = ACTIONS(4485), - [anon_sym_EQ] = ACTIONS(4485), - [anon_sym_LBRACE] = ACTIONS(4487), - [anon_sym_RBRACE] = ACTIONS(4487), - [anon_sym_LPAREN] = ACTIONS(4487), - [anon_sym_COMMA] = ACTIONS(6482), - [anon_sym_LT] = ACTIONS(4485), - [anon_sym_GT] = ACTIONS(4485), - [anon_sym_where] = ACTIONS(4485), - [anon_sym_object] = ACTIONS(4485), - [anon_sym_fun] = ACTIONS(4485), - [anon_sym_DOT] = ACTIONS(4485), - [anon_sym_SEMI] = ACTIONS(4487), - [anon_sym_get] = ACTIONS(4485), - [anon_sym_set] = ACTIONS(4485), - [anon_sym_this] = ACTIONS(4485), - [anon_sym_super] = ACTIONS(4485), - [anon_sym_STAR] = ACTIONS(4485), - [sym_label] = ACTIONS(4485), - [anon_sym_in] = ACTIONS(4485), - [anon_sym_DOT_DOT] = ACTIONS(4487), - [anon_sym_QMARK_COLON] = ACTIONS(4487), - [anon_sym_AMP_AMP] = ACTIONS(4487), - [anon_sym_PIPE_PIPE] = ACTIONS(4487), - [anon_sym_null] = ACTIONS(4485), - [anon_sym_if] = ACTIONS(4485), - [anon_sym_else] = ACTIONS(4485), - [anon_sym_when] = ACTIONS(4485), - [anon_sym_try] = ACTIONS(4485), - [anon_sym_throw] = ACTIONS(4485), - [anon_sym_return] = ACTIONS(4485), - [anon_sym_continue] = ACTIONS(4485), - [anon_sym_break] = ACTIONS(4485), - [anon_sym_COLON_COLON] = ACTIONS(4487), - [anon_sym_PLUS_EQ] = ACTIONS(4487), - [anon_sym_DASH_EQ] = ACTIONS(4487), - [anon_sym_STAR_EQ] = ACTIONS(4487), - [anon_sym_SLASH_EQ] = ACTIONS(4487), - [anon_sym_PERCENT_EQ] = ACTIONS(4487), - [anon_sym_BANG_EQ] = ACTIONS(4485), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4487), - [anon_sym_EQ_EQ] = ACTIONS(4485), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4487), - [anon_sym_LT_EQ] = ACTIONS(4487), - [anon_sym_GT_EQ] = ACTIONS(4487), - [anon_sym_BANGin] = ACTIONS(4487), - [anon_sym_is] = ACTIONS(4485), - [anon_sym_BANGis] = ACTIONS(4487), - [anon_sym_PLUS] = ACTIONS(4485), - [anon_sym_DASH] = ACTIONS(4485), - [anon_sym_SLASH] = ACTIONS(4485), - [anon_sym_PERCENT] = ACTIONS(4485), - [anon_sym_as_QMARK] = ACTIONS(4487), - [anon_sym_PLUS_PLUS] = ACTIONS(4487), - [anon_sym_DASH_DASH] = ACTIONS(4487), - [anon_sym_BANG] = ACTIONS(4485), - [anon_sym_BANG_BANG] = ACTIONS(4487), - [anon_sym_data] = ACTIONS(4485), - [anon_sym_inner] = ACTIONS(4485), - [anon_sym_expect] = ACTIONS(4485), - [anon_sym_actual] = ACTIONS(4485), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4487), - [anon_sym_continue_AT] = ACTIONS(4487), - [anon_sym_break_AT] = ACTIONS(4487), - [sym_real_literal] = ACTIONS(4487), - [sym_integer_literal] = ACTIONS(4485), - [sym_hex_literal] = ACTIONS(4487), - [sym_bin_literal] = ACTIONS(4487), - [anon_sym_true] = ACTIONS(4485), - [anon_sym_false] = ACTIONS(4485), - [anon_sym_SQUOTE] = ACTIONS(4487), - [sym__backtick_identifier] = ACTIONS(4487), - [sym__automatic_semicolon] = ACTIONS(4487), - [sym_safe_nav] = ACTIONS(4487), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4487), + [aux_sym_type_constraints_repeat1] = STATE(3059), + [sym__alpha_identifier] = ACTIONS(4456), + [anon_sym_AT] = ACTIONS(4458), + [anon_sym_LBRACK] = ACTIONS(4458), + [anon_sym_as] = ACTIONS(4456), + [anon_sym_EQ] = ACTIONS(4456), + [anon_sym_LBRACE] = ACTIONS(4458), + [anon_sym_RBRACE] = ACTIONS(4458), + [anon_sym_LPAREN] = ACTIONS(4458), + [anon_sym_COMMA] = ACTIONS(6481), + [anon_sym_LT] = ACTIONS(4456), + [anon_sym_GT] = ACTIONS(4456), + [anon_sym_where] = ACTIONS(4456), + [anon_sym_object] = ACTIONS(4456), + [anon_sym_fun] = ACTIONS(4456), + [anon_sym_DOT] = ACTIONS(4456), + [anon_sym_SEMI] = ACTIONS(4458), + [anon_sym_get] = ACTIONS(4456), + [anon_sym_set] = ACTIONS(4456), + [anon_sym_this] = ACTIONS(4456), + [anon_sym_super] = ACTIONS(4456), + [anon_sym_STAR] = ACTIONS(4456), + [sym_label] = ACTIONS(4456), + [anon_sym_in] = ACTIONS(4456), + [anon_sym_DOT_DOT] = ACTIONS(4458), + [anon_sym_QMARK_COLON] = ACTIONS(4458), + [anon_sym_AMP_AMP] = ACTIONS(4458), + [anon_sym_PIPE_PIPE] = ACTIONS(4458), + [anon_sym_null] = ACTIONS(4456), + [anon_sym_if] = ACTIONS(4456), + [anon_sym_else] = ACTIONS(4456), + [anon_sym_when] = ACTIONS(4456), + [anon_sym_try] = ACTIONS(4456), + [anon_sym_throw] = ACTIONS(4456), + [anon_sym_return] = ACTIONS(4456), + [anon_sym_continue] = ACTIONS(4456), + [anon_sym_break] = ACTIONS(4456), + [anon_sym_COLON_COLON] = ACTIONS(4458), + [anon_sym_PLUS_EQ] = ACTIONS(4458), + [anon_sym_DASH_EQ] = ACTIONS(4458), + [anon_sym_STAR_EQ] = ACTIONS(4458), + [anon_sym_SLASH_EQ] = ACTIONS(4458), + [anon_sym_PERCENT_EQ] = ACTIONS(4458), + [anon_sym_BANG_EQ] = ACTIONS(4456), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4458), + [anon_sym_EQ_EQ] = ACTIONS(4456), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4458), + [anon_sym_LT_EQ] = ACTIONS(4458), + [anon_sym_GT_EQ] = ACTIONS(4458), + [anon_sym_BANGin] = ACTIONS(4458), + [anon_sym_is] = ACTIONS(4456), + [anon_sym_BANGis] = ACTIONS(4458), + [anon_sym_PLUS] = ACTIONS(4456), + [anon_sym_DASH] = ACTIONS(4456), + [anon_sym_SLASH] = ACTIONS(4456), + [anon_sym_PERCENT] = ACTIONS(4456), + [anon_sym_as_QMARK] = ACTIONS(4458), + [anon_sym_PLUS_PLUS] = ACTIONS(4458), + [anon_sym_DASH_DASH] = ACTIONS(4458), + [anon_sym_BANG] = ACTIONS(4456), + [anon_sym_BANG_BANG] = ACTIONS(4458), + [anon_sym_data] = ACTIONS(4456), + [anon_sym_inner] = ACTIONS(4456), + [anon_sym_expect] = ACTIONS(4456), + [anon_sym_actual] = ACTIONS(4456), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4458), + [anon_sym_continue_AT] = ACTIONS(4458), + [anon_sym_break_AT] = ACTIONS(4458), + [sym_real_literal] = ACTIONS(4458), + [sym_integer_literal] = ACTIONS(4456), + [sym_hex_literal] = ACTIONS(4458), + [sym_bin_literal] = ACTIONS(4458), + [anon_sym_true] = ACTIONS(4456), + [anon_sym_false] = ACTIONS(4456), + [anon_sym_SQUOTE] = ACTIONS(4458), + [sym__backtick_identifier] = ACTIONS(4458), + [sym__automatic_semicolon] = ACTIONS(4458), + [sym_safe_nav] = ACTIONS(4458), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4458), }, [3073] = { - [sym_catch_block] = STATE(3073), - [aux_sym_try_expression_repeat1] = STATE(3073), - [sym__alpha_identifier] = ACTIONS(4107), - [anon_sym_AT] = ACTIONS(4109), - [anon_sym_LBRACK] = ACTIONS(4109), - [anon_sym_as] = ACTIONS(4107), - [anon_sym_EQ] = ACTIONS(4107), - [anon_sym_LBRACE] = ACTIONS(4109), - [anon_sym_RBRACE] = ACTIONS(4109), - [anon_sym_LPAREN] = ACTIONS(4109), - [anon_sym_COMMA] = ACTIONS(4109), - [anon_sym_LT] = ACTIONS(4107), - [anon_sym_GT] = ACTIONS(4107), - [anon_sym_where] = ACTIONS(4107), - [anon_sym_DOT] = ACTIONS(4107), - [anon_sym_SEMI] = ACTIONS(4109), - [anon_sym_get] = ACTIONS(4107), - [anon_sym_set] = ACTIONS(4107), - [anon_sym_STAR] = ACTIONS(4107), - [sym_label] = ACTIONS(4109), - [anon_sym_in] = ACTIONS(4107), - [anon_sym_DOT_DOT] = ACTIONS(4109), - [anon_sym_QMARK_COLON] = ACTIONS(4109), - [anon_sym_AMP_AMP] = ACTIONS(4109), - [anon_sym_PIPE_PIPE] = ACTIONS(4109), - [anon_sym_else] = ACTIONS(4107), - [anon_sym_catch] = ACTIONS(6484), - [anon_sym_finally] = ACTIONS(4107), - [anon_sym_COLON_COLON] = ACTIONS(4109), - [anon_sym_PLUS_EQ] = ACTIONS(4109), - [anon_sym_DASH_EQ] = ACTIONS(4109), - [anon_sym_STAR_EQ] = ACTIONS(4109), - [anon_sym_SLASH_EQ] = ACTIONS(4109), - [anon_sym_PERCENT_EQ] = ACTIONS(4109), - [anon_sym_BANG_EQ] = ACTIONS(4107), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4109), - [anon_sym_EQ_EQ] = ACTIONS(4107), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4109), - [anon_sym_LT_EQ] = ACTIONS(4109), - [anon_sym_GT_EQ] = ACTIONS(4109), - [anon_sym_BANGin] = ACTIONS(4109), - [anon_sym_is] = ACTIONS(4107), - [anon_sym_BANGis] = ACTIONS(4109), - [anon_sym_PLUS] = ACTIONS(4107), - [anon_sym_DASH] = ACTIONS(4107), - [anon_sym_SLASH] = ACTIONS(4107), - [anon_sym_PERCENT] = ACTIONS(4107), - [anon_sym_as_QMARK] = ACTIONS(4109), - [anon_sym_PLUS_PLUS] = ACTIONS(4109), - [anon_sym_DASH_DASH] = ACTIONS(4109), - [anon_sym_BANG_BANG] = ACTIONS(4109), - [anon_sym_suspend] = ACTIONS(4107), - [anon_sym_sealed] = ACTIONS(4107), - [anon_sym_annotation] = ACTIONS(4107), - [anon_sym_data] = ACTIONS(4107), - [anon_sym_inner] = ACTIONS(4107), - [anon_sym_override] = ACTIONS(4107), - [anon_sym_lateinit] = ACTIONS(4107), - [anon_sym_public] = ACTIONS(4107), - [anon_sym_private] = ACTIONS(4107), - [anon_sym_internal] = ACTIONS(4107), - [anon_sym_protected] = ACTIONS(4107), - [anon_sym_tailrec] = ACTIONS(4107), - [anon_sym_operator] = ACTIONS(4107), - [anon_sym_infix] = ACTIONS(4107), - [anon_sym_inline] = ACTIONS(4107), - [anon_sym_external] = ACTIONS(4107), - [sym_property_modifier] = ACTIONS(4107), - [anon_sym_abstract] = ACTIONS(4107), - [anon_sym_final] = ACTIONS(4107), - [anon_sym_open] = ACTIONS(4107), - [anon_sym_vararg] = ACTIONS(4107), - [anon_sym_noinline] = ACTIONS(4107), - [anon_sym_crossinline] = ACTIONS(4107), - [anon_sym_expect] = ACTIONS(4107), - [anon_sym_actual] = ACTIONS(4107), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4109), - [sym__automatic_semicolon] = ACTIONS(4109), - [sym_safe_nav] = ACTIONS(4109), - [sym_multiline_comment] = ACTIONS(3), + [sym_function_body] = STATE(3205), + [sym__block] = STATE(3334), + [sym__alpha_identifier] = ACTIONS(4198), + [anon_sym_AT] = ACTIONS(4200), + [anon_sym_COLON] = ACTIONS(6483), + [anon_sym_LBRACK] = ACTIONS(4200), + [anon_sym_as] = ACTIONS(4198), + [anon_sym_EQ] = ACTIONS(6262), + [anon_sym_LBRACE] = ACTIONS(6244), + [anon_sym_RBRACE] = ACTIONS(4200), + [anon_sym_LPAREN] = ACTIONS(4200), + [anon_sym_LT] = ACTIONS(4198), + [anon_sym_GT] = ACTIONS(4198), + [anon_sym_object] = ACTIONS(4198), + [anon_sym_fun] = ACTIONS(4198), + [anon_sym_DOT] = ACTIONS(4198), + [anon_sym_SEMI] = ACTIONS(4200), + [anon_sym_get] = ACTIONS(4198), + [anon_sym_set] = ACTIONS(4198), + [anon_sym_this] = ACTIONS(4198), + [anon_sym_super] = ACTIONS(4198), + [anon_sym_STAR] = ACTIONS(4198), + [sym_label] = ACTIONS(4198), + [anon_sym_in] = ACTIONS(4198), + [anon_sym_DOT_DOT] = ACTIONS(4200), + [anon_sym_QMARK_COLON] = ACTIONS(4200), + [anon_sym_AMP_AMP] = ACTIONS(4200), + [anon_sym_PIPE_PIPE] = ACTIONS(4200), + [anon_sym_null] = ACTIONS(4198), + [anon_sym_if] = ACTIONS(4198), + [anon_sym_else] = ACTIONS(4198), + [anon_sym_when] = ACTIONS(4198), + [anon_sym_try] = ACTIONS(4198), + [anon_sym_throw] = ACTIONS(4198), + [anon_sym_return] = ACTIONS(4198), + [anon_sym_continue] = ACTIONS(4198), + [anon_sym_break] = ACTIONS(4198), + [anon_sym_COLON_COLON] = ACTIONS(4200), + [anon_sym_PLUS_EQ] = ACTIONS(4200), + [anon_sym_DASH_EQ] = ACTIONS(4200), + [anon_sym_STAR_EQ] = ACTIONS(4200), + [anon_sym_SLASH_EQ] = ACTIONS(4200), + [anon_sym_PERCENT_EQ] = ACTIONS(4200), + [anon_sym_BANG_EQ] = ACTIONS(4198), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4200), + [anon_sym_EQ_EQ] = ACTIONS(4198), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4200), + [anon_sym_LT_EQ] = ACTIONS(4200), + [anon_sym_GT_EQ] = ACTIONS(4200), + [anon_sym_BANGin] = ACTIONS(4200), + [anon_sym_is] = ACTIONS(4198), + [anon_sym_BANGis] = ACTIONS(4200), + [anon_sym_PLUS] = ACTIONS(4198), + [anon_sym_DASH] = ACTIONS(4198), + [anon_sym_SLASH] = ACTIONS(4198), + [anon_sym_PERCENT] = ACTIONS(4198), + [anon_sym_as_QMARK] = ACTIONS(4200), + [anon_sym_PLUS_PLUS] = ACTIONS(4200), + [anon_sym_DASH_DASH] = ACTIONS(4200), + [anon_sym_BANG] = ACTIONS(4198), + [anon_sym_BANG_BANG] = ACTIONS(4200), + [anon_sym_data] = ACTIONS(4198), + [anon_sym_inner] = ACTIONS(4198), + [anon_sym_expect] = ACTIONS(4198), + [anon_sym_actual] = ACTIONS(4198), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4200), + [anon_sym_continue_AT] = ACTIONS(4200), + [anon_sym_break_AT] = ACTIONS(4200), + [sym_real_literal] = ACTIONS(4200), + [sym_integer_literal] = ACTIONS(4198), + [sym_hex_literal] = ACTIONS(4200), + [sym_bin_literal] = ACTIONS(4200), + [anon_sym_true] = ACTIONS(4198), + [anon_sym_false] = ACTIONS(4198), + [anon_sym_SQUOTE] = ACTIONS(4200), + [sym__backtick_identifier] = ACTIONS(4200), + [sym__automatic_semicolon] = ACTIONS(4200), + [sym_safe_nav] = ACTIONS(4200), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4200), }, [3074] = { - [sym_class_body] = STATE(3207), - [sym__alpha_identifier] = ACTIONS(4635), - [anon_sym_AT] = ACTIONS(4637), - [anon_sym_LBRACK] = ACTIONS(4637), - [anon_sym_RBRACK] = ACTIONS(4637), - [anon_sym_as] = ACTIONS(4635), - [anon_sym_EQ] = ACTIONS(4635), - [anon_sym_LBRACE] = ACTIONS(5147), - [anon_sym_RBRACE] = ACTIONS(4637), - [anon_sym_LPAREN] = ACTIONS(4637), - [anon_sym_COMMA] = ACTIONS(4637), - [anon_sym_RPAREN] = ACTIONS(4637), - [anon_sym_LT] = ACTIONS(4635), - [anon_sym_GT] = ACTIONS(4635), - [anon_sym_where] = ACTIONS(4635), - [anon_sym_DOT] = ACTIONS(4635), - [anon_sym_SEMI] = ACTIONS(4637), - [anon_sym_get] = ACTIONS(4635), - [anon_sym_set] = ACTIONS(4635), - [anon_sym_STAR] = ACTIONS(4635), - [anon_sym_DASH_GT] = ACTIONS(4637), - [sym_label] = ACTIONS(4637), - [anon_sym_in] = ACTIONS(4635), - [anon_sym_while] = ACTIONS(4635), - [anon_sym_DOT_DOT] = ACTIONS(4637), - [anon_sym_QMARK_COLON] = ACTIONS(4637), - [anon_sym_AMP_AMP] = ACTIONS(4637), - [anon_sym_PIPE_PIPE] = ACTIONS(4637), - [anon_sym_else] = ACTIONS(4635), - [anon_sym_COLON_COLON] = ACTIONS(4637), - [anon_sym_PLUS_EQ] = ACTIONS(4637), - [anon_sym_DASH_EQ] = ACTIONS(4637), - [anon_sym_STAR_EQ] = ACTIONS(4637), - [anon_sym_SLASH_EQ] = ACTIONS(4637), - [anon_sym_PERCENT_EQ] = ACTIONS(4637), - [anon_sym_BANG_EQ] = ACTIONS(4635), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4637), - [anon_sym_EQ_EQ] = ACTIONS(4635), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4637), - [anon_sym_LT_EQ] = ACTIONS(4637), - [anon_sym_GT_EQ] = ACTIONS(4637), - [anon_sym_BANGin] = ACTIONS(4637), - [anon_sym_is] = ACTIONS(4635), - [anon_sym_BANGis] = ACTIONS(4637), - [anon_sym_PLUS] = ACTIONS(4635), - [anon_sym_DASH] = ACTIONS(4635), - [anon_sym_SLASH] = ACTIONS(4635), - [anon_sym_PERCENT] = ACTIONS(4635), - [anon_sym_as_QMARK] = ACTIONS(4637), - [anon_sym_PLUS_PLUS] = ACTIONS(4637), - [anon_sym_DASH_DASH] = ACTIONS(4637), - [anon_sym_BANG_BANG] = ACTIONS(4637), - [anon_sym_suspend] = ACTIONS(4635), - [anon_sym_sealed] = ACTIONS(4635), - [anon_sym_annotation] = ACTIONS(4635), - [anon_sym_data] = ACTIONS(4635), - [anon_sym_inner] = ACTIONS(4635), - [anon_sym_override] = ACTIONS(4635), - [anon_sym_lateinit] = ACTIONS(4635), - [anon_sym_public] = ACTIONS(4635), - [anon_sym_private] = ACTIONS(4635), - [anon_sym_internal] = ACTIONS(4635), - [anon_sym_protected] = ACTIONS(4635), - [anon_sym_tailrec] = ACTIONS(4635), - [anon_sym_operator] = ACTIONS(4635), - [anon_sym_infix] = ACTIONS(4635), - [anon_sym_inline] = ACTIONS(4635), - [anon_sym_external] = ACTIONS(4635), - [sym_property_modifier] = ACTIONS(4635), - [anon_sym_abstract] = ACTIONS(4635), - [anon_sym_final] = ACTIONS(4635), - [anon_sym_open] = ACTIONS(4635), - [anon_sym_vararg] = ACTIONS(4635), - [anon_sym_noinline] = ACTIONS(4635), - [anon_sym_crossinline] = ACTIONS(4635), - [anon_sym_expect] = ACTIONS(4635), - [anon_sym_actual] = ACTIONS(4635), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4637), - [sym_safe_nav] = ACTIONS(4637), - [sym_multiline_comment] = ACTIONS(3), + [sym__alpha_identifier] = ACTIONS(4646), + [anon_sym_AT] = ACTIONS(4648), + [anon_sym_LBRACK] = ACTIONS(4648), + [anon_sym_as] = ACTIONS(4646), + [anon_sym_EQ] = ACTIONS(4646), + [anon_sym_LBRACE] = ACTIONS(4648), + [anon_sym_RBRACE] = ACTIONS(4648), + [anon_sym_LPAREN] = ACTIONS(4648), + [anon_sym_COMMA] = ACTIONS(4648), + [anon_sym_by] = ACTIONS(4646), + [anon_sym_LT] = ACTIONS(4646), + [anon_sym_GT] = ACTIONS(4646), + [anon_sym_where] = ACTIONS(4646), + [anon_sym_object] = ACTIONS(4646), + [anon_sym_fun] = ACTIONS(4646), + [anon_sym_DOT] = ACTIONS(4646), + [anon_sym_SEMI] = ACTIONS(4648), + [anon_sym_get] = ACTIONS(4646), + [anon_sym_set] = ACTIONS(4646), + [anon_sym_this] = ACTIONS(4646), + [anon_sym_super] = ACTIONS(4646), + [anon_sym_STAR] = ACTIONS(4646), + [sym_label] = ACTIONS(4646), + [anon_sym_in] = ACTIONS(4646), + [anon_sym_DOT_DOT] = ACTIONS(4648), + [anon_sym_QMARK_COLON] = ACTIONS(4648), + [anon_sym_AMP_AMP] = ACTIONS(4648), + [anon_sym_PIPE_PIPE] = ACTIONS(4648), + [anon_sym_null] = ACTIONS(4646), + [anon_sym_if] = ACTIONS(4646), + [anon_sym_else] = ACTIONS(4646), + [anon_sym_when] = ACTIONS(4646), + [anon_sym_try] = ACTIONS(4646), + [anon_sym_throw] = ACTIONS(4646), + [anon_sym_return] = ACTIONS(4646), + [anon_sym_continue] = ACTIONS(4646), + [anon_sym_break] = ACTIONS(4646), + [anon_sym_COLON_COLON] = ACTIONS(4648), + [anon_sym_PLUS_EQ] = ACTIONS(4648), + [anon_sym_DASH_EQ] = ACTIONS(4648), + [anon_sym_STAR_EQ] = ACTIONS(4648), + [anon_sym_SLASH_EQ] = ACTIONS(4648), + [anon_sym_PERCENT_EQ] = ACTIONS(4648), + [anon_sym_BANG_EQ] = ACTIONS(4646), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4648), + [anon_sym_EQ_EQ] = ACTIONS(4646), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4648), + [anon_sym_LT_EQ] = ACTIONS(4648), + [anon_sym_GT_EQ] = ACTIONS(4648), + [anon_sym_BANGin] = ACTIONS(4648), + [anon_sym_is] = ACTIONS(4646), + [anon_sym_BANGis] = ACTIONS(4648), + [anon_sym_PLUS] = ACTIONS(4646), + [anon_sym_DASH] = ACTIONS(4646), + [anon_sym_SLASH] = ACTIONS(4646), + [anon_sym_PERCENT] = ACTIONS(4646), + [anon_sym_as_QMARK] = ACTIONS(4648), + [anon_sym_PLUS_PLUS] = ACTIONS(4648), + [anon_sym_DASH_DASH] = ACTIONS(4648), + [anon_sym_BANG] = ACTIONS(4646), + [anon_sym_BANG_BANG] = ACTIONS(4648), + [anon_sym_data] = ACTIONS(4646), + [anon_sym_inner] = ACTIONS(4646), + [anon_sym_expect] = ACTIONS(4646), + [anon_sym_actual] = ACTIONS(4646), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4648), + [anon_sym_continue_AT] = ACTIONS(4648), + [anon_sym_break_AT] = ACTIONS(4648), + [sym_real_literal] = ACTIONS(4648), + [sym_integer_literal] = ACTIONS(4646), + [sym_hex_literal] = ACTIONS(4648), + [sym_bin_literal] = ACTIONS(4648), + [anon_sym_true] = ACTIONS(4646), + [anon_sym_false] = ACTIONS(4646), + [anon_sym_SQUOTE] = ACTIONS(4648), + [sym__backtick_identifier] = ACTIONS(4648), + [sym__automatic_semicolon] = ACTIONS(4648), + [sym_safe_nav] = ACTIONS(4648), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4648), }, [3075] = { - [sym_enum_class_body] = STATE(3240), - [sym__alpha_identifier] = ACTIONS(4567), - [anon_sym_AT] = ACTIONS(4569), - [anon_sym_LBRACK] = ACTIONS(4569), - [anon_sym_RBRACK] = ACTIONS(4569), - [anon_sym_as] = ACTIONS(4567), - [anon_sym_EQ] = ACTIONS(4567), - [anon_sym_LBRACE] = ACTIONS(5155), - [anon_sym_RBRACE] = ACTIONS(4569), - [anon_sym_LPAREN] = ACTIONS(4569), - [anon_sym_COMMA] = ACTIONS(4569), - [anon_sym_RPAREN] = ACTIONS(4569), - [anon_sym_LT] = ACTIONS(4567), - [anon_sym_GT] = ACTIONS(4567), - [anon_sym_where] = ACTIONS(4567), - [anon_sym_DOT] = ACTIONS(4567), - [anon_sym_SEMI] = ACTIONS(4569), - [anon_sym_get] = ACTIONS(4567), - [anon_sym_set] = ACTIONS(4567), - [anon_sym_STAR] = ACTIONS(4567), - [anon_sym_DASH_GT] = ACTIONS(4569), - [sym_label] = ACTIONS(4569), - [anon_sym_in] = ACTIONS(4567), - [anon_sym_while] = ACTIONS(4567), - [anon_sym_DOT_DOT] = ACTIONS(4569), - [anon_sym_QMARK_COLON] = ACTIONS(4569), - [anon_sym_AMP_AMP] = ACTIONS(4569), - [anon_sym_PIPE_PIPE] = ACTIONS(4569), - [anon_sym_else] = ACTIONS(4567), - [anon_sym_COLON_COLON] = ACTIONS(4569), - [anon_sym_PLUS_EQ] = ACTIONS(4569), - [anon_sym_DASH_EQ] = ACTIONS(4569), - [anon_sym_STAR_EQ] = ACTIONS(4569), - [anon_sym_SLASH_EQ] = ACTIONS(4569), - [anon_sym_PERCENT_EQ] = ACTIONS(4569), - [anon_sym_BANG_EQ] = ACTIONS(4567), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4569), - [anon_sym_EQ_EQ] = ACTIONS(4567), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4569), - [anon_sym_LT_EQ] = ACTIONS(4569), - [anon_sym_GT_EQ] = ACTIONS(4569), - [anon_sym_BANGin] = ACTIONS(4569), - [anon_sym_is] = ACTIONS(4567), - [anon_sym_BANGis] = ACTIONS(4569), - [anon_sym_PLUS] = ACTIONS(4567), - [anon_sym_DASH] = ACTIONS(4567), - [anon_sym_SLASH] = ACTIONS(4567), - [anon_sym_PERCENT] = ACTIONS(4567), - [anon_sym_as_QMARK] = ACTIONS(4569), - [anon_sym_PLUS_PLUS] = ACTIONS(4569), - [anon_sym_DASH_DASH] = ACTIONS(4569), - [anon_sym_BANG_BANG] = ACTIONS(4569), - [anon_sym_suspend] = ACTIONS(4567), - [anon_sym_sealed] = ACTIONS(4567), - [anon_sym_annotation] = ACTIONS(4567), - [anon_sym_data] = ACTIONS(4567), - [anon_sym_inner] = ACTIONS(4567), - [anon_sym_override] = ACTIONS(4567), - [anon_sym_lateinit] = ACTIONS(4567), - [anon_sym_public] = ACTIONS(4567), - [anon_sym_private] = ACTIONS(4567), - [anon_sym_internal] = ACTIONS(4567), - [anon_sym_protected] = ACTIONS(4567), - [anon_sym_tailrec] = ACTIONS(4567), - [anon_sym_operator] = ACTIONS(4567), - [anon_sym_infix] = ACTIONS(4567), - [anon_sym_inline] = ACTIONS(4567), - [anon_sym_external] = ACTIONS(4567), - [sym_property_modifier] = ACTIONS(4567), - [anon_sym_abstract] = ACTIONS(4567), - [anon_sym_final] = ACTIONS(4567), - [anon_sym_open] = ACTIONS(4567), - [anon_sym_vararg] = ACTIONS(4567), - [anon_sym_noinline] = ACTIONS(4567), - [anon_sym_crossinline] = ACTIONS(4567), - [anon_sym_expect] = ACTIONS(4567), - [anon_sym_actual] = ACTIONS(4567), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4569), - [sym_safe_nav] = ACTIONS(4569), - [sym_multiline_comment] = ACTIONS(3), + [sym__alpha_identifier] = ACTIONS(4668), + [anon_sym_AT] = ACTIONS(4670), + [anon_sym_COLON] = ACTIONS(4668), + [anon_sym_LBRACK] = ACTIONS(4670), + [anon_sym_as] = ACTIONS(4668), + [anon_sym_EQ] = ACTIONS(4668), + [anon_sym_LBRACE] = ACTIONS(4670), + [anon_sym_RBRACE] = ACTIONS(4670), + [anon_sym_LPAREN] = ACTIONS(4670), + [anon_sym_COMMA] = ACTIONS(4670), + [anon_sym_LT] = ACTIONS(4668), + [anon_sym_GT] = ACTIONS(4668), + [anon_sym_where] = ACTIONS(4668), + [anon_sym_object] = ACTIONS(4668), + [anon_sym_fun] = ACTIONS(4668), + [anon_sym_DOT] = ACTIONS(4668), + [anon_sym_SEMI] = ACTIONS(4670), + [anon_sym_get] = ACTIONS(4668), + [anon_sym_set] = ACTIONS(4668), + [anon_sym_this] = ACTIONS(4668), + [anon_sym_super] = ACTIONS(4668), + [anon_sym_STAR] = ACTIONS(4668), + [sym_label] = ACTIONS(4668), + [anon_sym_in] = ACTIONS(4668), + [anon_sym_DOT_DOT] = ACTIONS(4670), + [anon_sym_QMARK_COLON] = ACTIONS(4670), + [anon_sym_AMP_AMP] = ACTIONS(4670), + [anon_sym_PIPE_PIPE] = ACTIONS(4670), + [anon_sym_null] = ACTIONS(4668), + [anon_sym_if] = ACTIONS(4668), + [anon_sym_else] = ACTIONS(4668), + [anon_sym_when] = ACTIONS(4668), + [anon_sym_try] = ACTIONS(4668), + [anon_sym_throw] = ACTIONS(4668), + [anon_sym_return] = ACTIONS(4668), + [anon_sym_continue] = ACTIONS(4668), + [anon_sym_break] = ACTIONS(4668), + [anon_sym_COLON_COLON] = ACTIONS(4670), + [anon_sym_PLUS_EQ] = ACTIONS(4670), + [anon_sym_DASH_EQ] = ACTIONS(4670), + [anon_sym_STAR_EQ] = ACTIONS(4670), + [anon_sym_SLASH_EQ] = ACTIONS(4670), + [anon_sym_PERCENT_EQ] = ACTIONS(4670), + [anon_sym_BANG_EQ] = ACTIONS(4668), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4670), + [anon_sym_EQ_EQ] = ACTIONS(4668), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4670), + [anon_sym_LT_EQ] = ACTIONS(4670), + [anon_sym_GT_EQ] = ACTIONS(4670), + [anon_sym_BANGin] = ACTIONS(4670), + [anon_sym_is] = ACTIONS(4668), + [anon_sym_BANGis] = ACTIONS(4670), + [anon_sym_PLUS] = ACTIONS(4668), + [anon_sym_DASH] = ACTIONS(4668), + [anon_sym_SLASH] = ACTIONS(4668), + [anon_sym_PERCENT] = ACTIONS(4668), + [anon_sym_as_QMARK] = ACTIONS(4670), + [anon_sym_PLUS_PLUS] = ACTIONS(4670), + [anon_sym_DASH_DASH] = ACTIONS(4670), + [anon_sym_BANG] = ACTIONS(4668), + [anon_sym_BANG_BANG] = ACTIONS(4670), + [anon_sym_data] = ACTIONS(4668), + [anon_sym_inner] = ACTIONS(4668), + [anon_sym_expect] = ACTIONS(4668), + [anon_sym_actual] = ACTIONS(4668), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4670), + [anon_sym_continue_AT] = ACTIONS(4670), + [anon_sym_break_AT] = ACTIONS(4670), + [sym_real_literal] = ACTIONS(4670), + [sym_integer_literal] = ACTIONS(4668), + [sym_hex_literal] = ACTIONS(4670), + [sym_bin_literal] = ACTIONS(4670), + [anon_sym_true] = ACTIONS(4668), + [anon_sym_false] = ACTIONS(4668), + [anon_sym_SQUOTE] = ACTIONS(4670), + [sym__backtick_identifier] = ACTIONS(4670), + [sym__automatic_semicolon] = ACTIONS(4670), + [sym_safe_nav] = ACTIONS(4670), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4670), }, [3076] = { - [sym__alpha_identifier] = ACTIONS(4639), - [anon_sym_AT] = ACTIONS(4641), - [anon_sym_COLON] = ACTIONS(4639), - [anon_sym_LBRACK] = ACTIONS(4641), - [anon_sym_as] = ACTIONS(4639), - [anon_sym_EQ] = ACTIONS(4639), - [anon_sym_LBRACE] = ACTIONS(4641), - [anon_sym_RBRACE] = ACTIONS(4641), - [anon_sym_LPAREN] = ACTIONS(4641), - [anon_sym_COMMA] = ACTIONS(4641), - [anon_sym_LT] = ACTIONS(4639), - [anon_sym_GT] = ACTIONS(4639), - [anon_sym_where] = ACTIONS(4639), - [anon_sym_object] = ACTIONS(4639), - [anon_sym_fun] = ACTIONS(4639), - [anon_sym_DOT] = ACTIONS(4639), - [anon_sym_SEMI] = ACTIONS(4641), - [anon_sym_get] = ACTIONS(4639), - [anon_sym_set] = ACTIONS(4639), - [anon_sym_this] = ACTIONS(4639), - [anon_sym_super] = ACTIONS(4639), - [anon_sym_STAR] = ACTIONS(4639), - [sym_label] = ACTIONS(4639), - [anon_sym_in] = ACTIONS(4639), - [anon_sym_DOT_DOT] = ACTIONS(4641), - [anon_sym_QMARK_COLON] = ACTIONS(4641), - [anon_sym_AMP_AMP] = ACTIONS(4641), - [anon_sym_PIPE_PIPE] = ACTIONS(4641), - [anon_sym_null] = ACTIONS(4639), - [anon_sym_if] = ACTIONS(4639), - [anon_sym_else] = ACTIONS(4639), - [anon_sym_when] = ACTIONS(4639), - [anon_sym_try] = ACTIONS(4639), - [anon_sym_throw] = ACTIONS(4639), - [anon_sym_return] = ACTIONS(4639), - [anon_sym_continue] = ACTIONS(4639), - [anon_sym_break] = ACTIONS(4639), - [anon_sym_COLON_COLON] = ACTIONS(4641), - [anon_sym_PLUS_EQ] = ACTIONS(4641), - [anon_sym_DASH_EQ] = ACTIONS(4641), - [anon_sym_STAR_EQ] = ACTIONS(4641), - [anon_sym_SLASH_EQ] = ACTIONS(4641), - [anon_sym_PERCENT_EQ] = ACTIONS(4641), - [anon_sym_BANG_EQ] = ACTIONS(4639), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4641), - [anon_sym_EQ_EQ] = ACTIONS(4639), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4641), - [anon_sym_LT_EQ] = ACTIONS(4641), - [anon_sym_GT_EQ] = ACTIONS(4641), - [anon_sym_BANGin] = ACTIONS(4641), - [anon_sym_is] = ACTIONS(4639), - [anon_sym_BANGis] = ACTIONS(4641), - [anon_sym_PLUS] = ACTIONS(4639), - [anon_sym_DASH] = ACTIONS(4639), - [anon_sym_SLASH] = ACTIONS(4639), - [anon_sym_PERCENT] = ACTIONS(4639), - [anon_sym_as_QMARK] = ACTIONS(4641), - [anon_sym_PLUS_PLUS] = ACTIONS(4641), - [anon_sym_DASH_DASH] = ACTIONS(4641), - [anon_sym_BANG] = ACTIONS(4639), - [anon_sym_BANG_BANG] = ACTIONS(4641), - [anon_sym_data] = ACTIONS(4639), - [anon_sym_inner] = ACTIONS(4639), - [anon_sym_expect] = ACTIONS(4639), - [anon_sym_actual] = ACTIONS(4639), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4641), - [anon_sym_continue_AT] = ACTIONS(4641), - [anon_sym_break_AT] = ACTIONS(4641), - [sym_real_literal] = ACTIONS(4641), - [sym_integer_literal] = ACTIONS(4639), - [sym_hex_literal] = ACTIONS(4641), - [sym_bin_literal] = ACTIONS(4641), - [anon_sym_true] = ACTIONS(4639), - [anon_sym_false] = ACTIONS(4639), - [anon_sym_SQUOTE] = ACTIONS(4641), - [sym__backtick_identifier] = ACTIONS(4641), - [sym__automatic_semicolon] = ACTIONS(4641), - [sym_safe_nav] = ACTIONS(4641), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4641), + [sym_class_body] = STATE(3209), + [sym__alpha_identifier] = ACTIONS(4188), + [anon_sym_AT] = ACTIONS(4190), + [anon_sym_LBRACK] = ACTIONS(4190), + [anon_sym_RBRACK] = ACTIONS(4190), + [anon_sym_as] = ACTIONS(4188), + [anon_sym_EQ] = ACTIONS(4188), + [anon_sym_LBRACE] = ACTIONS(5179), + [anon_sym_RBRACE] = ACTIONS(4190), + [anon_sym_LPAREN] = ACTIONS(4190), + [anon_sym_COMMA] = ACTIONS(4190), + [anon_sym_RPAREN] = ACTIONS(4190), + [anon_sym_LT] = ACTIONS(4188), + [anon_sym_GT] = ACTIONS(4188), + [anon_sym_where] = ACTIONS(4188), + [anon_sym_DOT] = ACTIONS(4188), + [anon_sym_SEMI] = ACTIONS(4190), + [anon_sym_get] = ACTIONS(4188), + [anon_sym_set] = ACTIONS(4188), + [anon_sym_STAR] = ACTIONS(4188), + [anon_sym_DASH_GT] = ACTIONS(4190), + [sym_label] = ACTIONS(4190), + [anon_sym_in] = ACTIONS(4188), + [anon_sym_while] = ACTIONS(4188), + [anon_sym_DOT_DOT] = ACTIONS(4190), + [anon_sym_QMARK_COLON] = ACTIONS(4190), + [anon_sym_AMP_AMP] = ACTIONS(4190), + [anon_sym_PIPE_PIPE] = ACTIONS(4190), + [anon_sym_else] = ACTIONS(4188), + [anon_sym_COLON_COLON] = ACTIONS(4190), + [anon_sym_PLUS_EQ] = ACTIONS(4190), + [anon_sym_DASH_EQ] = ACTIONS(4190), + [anon_sym_STAR_EQ] = ACTIONS(4190), + [anon_sym_SLASH_EQ] = ACTIONS(4190), + [anon_sym_PERCENT_EQ] = ACTIONS(4190), + [anon_sym_BANG_EQ] = ACTIONS(4188), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4190), + [anon_sym_EQ_EQ] = ACTIONS(4188), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4190), + [anon_sym_LT_EQ] = ACTIONS(4190), + [anon_sym_GT_EQ] = ACTIONS(4190), + [anon_sym_BANGin] = ACTIONS(4190), + [anon_sym_is] = ACTIONS(4188), + [anon_sym_BANGis] = ACTIONS(4190), + [anon_sym_PLUS] = ACTIONS(4188), + [anon_sym_DASH] = ACTIONS(4188), + [anon_sym_SLASH] = ACTIONS(4188), + [anon_sym_PERCENT] = ACTIONS(4188), + [anon_sym_as_QMARK] = ACTIONS(4190), + [anon_sym_PLUS_PLUS] = ACTIONS(4190), + [anon_sym_DASH_DASH] = ACTIONS(4190), + [anon_sym_BANG_BANG] = ACTIONS(4190), + [anon_sym_suspend] = ACTIONS(4188), + [anon_sym_sealed] = ACTIONS(4188), + [anon_sym_annotation] = ACTIONS(4188), + [anon_sym_data] = ACTIONS(4188), + [anon_sym_inner] = ACTIONS(4188), + [anon_sym_override] = ACTIONS(4188), + [anon_sym_lateinit] = ACTIONS(4188), + [anon_sym_public] = ACTIONS(4188), + [anon_sym_private] = ACTIONS(4188), + [anon_sym_internal] = ACTIONS(4188), + [anon_sym_protected] = ACTIONS(4188), + [anon_sym_tailrec] = ACTIONS(4188), + [anon_sym_operator] = ACTIONS(4188), + [anon_sym_infix] = ACTIONS(4188), + [anon_sym_inline] = ACTIONS(4188), + [anon_sym_external] = ACTIONS(4188), + [sym_property_modifier] = ACTIONS(4188), + [anon_sym_abstract] = ACTIONS(4188), + [anon_sym_final] = ACTIONS(4188), + [anon_sym_open] = ACTIONS(4188), + [anon_sym_vararg] = ACTIONS(4188), + [anon_sym_noinline] = ACTIONS(4188), + [anon_sym_crossinline] = ACTIONS(4188), + [anon_sym_expect] = ACTIONS(4188), + [anon_sym_actual] = ACTIONS(4188), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4190), + [sym_safe_nav] = ACTIONS(4190), + [sym_multiline_comment] = ACTIONS(3), }, [3077] = { - [sym_class_body] = STATE(3211), - [sym__alpha_identifier] = ACTIONS(3190), - [anon_sym_AT] = ACTIONS(3194), - [anon_sym_LBRACK] = ACTIONS(3194), - [anon_sym_RBRACK] = ACTIONS(3194), - [anon_sym_as] = ACTIONS(3190), - [anon_sym_EQ] = ACTIONS(3190), - [anon_sym_LBRACE] = ACTIONS(5147), - [anon_sym_RBRACE] = ACTIONS(3194), - [anon_sym_LPAREN] = ACTIONS(3194), - [anon_sym_COMMA] = ACTIONS(3194), - [anon_sym_RPAREN] = ACTIONS(3194), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3190), - [anon_sym_where] = ACTIONS(3190), - [anon_sym_DOT] = ACTIONS(3190), - [anon_sym_SEMI] = ACTIONS(3194), - [anon_sym_get] = ACTIONS(3190), - [anon_sym_set] = ACTIONS(3190), - [anon_sym_STAR] = ACTIONS(3190), - [anon_sym_DASH_GT] = ACTIONS(3194), - [sym_label] = ACTIONS(3194), - [anon_sym_in] = ACTIONS(3190), - [anon_sym_while] = ACTIONS(3190), - [anon_sym_DOT_DOT] = ACTIONS(3194), - [anon_sym_QMARK_COLON] = ACTIONS(3194), - [anon_sym_AMP_AMP] = ACTIONS(3194), - [anon_sym_PIPE_PIPE] = ACTIONS(3194), - [anon_sym_else] = ACTIONS(3190), - [anon_sym_COLON_COLON] = ACTIONS(3194), - [anon_sym_PLUS_EQ] = ACTIONS(3194), - [anon_sym_DASH_EQ] = ACTIONS(3194), - [anon_sym_STAR_EQ] = ACTIONS(3194), - [anon_sym_SLASH_EQ] = ACTIONS(3194), - [anon_sym_PERCENT_EQ] = ACTIONS(3194), - [anon_sym_BANG_EQ] = ACTIONS(3190), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3194), - [anon_sym_EQ_EQ] = ACTIONS(3190), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3194), - [anon_sym_LT_EQ] = ACTIONS(3194), - [anon_sym_GT_EQ] = ACTIONS(3194), - [anon_sym_BANGin] = ACTIONS(3194), - [anon_sym_is] = ACTIONS(3190), - [anon_sym_BANGis] = ACTIONS(3194), - [anon_sym_PLUS] = ACTIONS(3190), - [anon_sym_DASH] = ACTIONS(3190), - [anon_sym_SLASH] = ACTIONS(3190), - [anon_sym_PERCENT] = ACTIONS(3190), - [anon_sym_as_QMARK] = ACTIONS(3194), - [anon_sym_PLUS_PLUS] = ACTIONS(3194), - [anon_sym_DASH_DASH] = ACTIONS(3194), - [anon_sym_BANG_BANG] = ACTIONS(3194), - [anon_sym_suspend] = ACTIONS(3190), - [anon_sym_sealed] = ACTIONS(3190), - [anon_sym_annotation] = ACTIONS(3190), - [anon_sym_data] = ACTIONS(3190), - [anon_sym_inner] = ACTIONS(3190), - [anon_sym_override] = ACTIONS(3190), - [anon_sym_lateinit] = ACTIONS(3190), - [anon_sym_public] = ACTIONS(3190), - [anon_sym_private] = ACTIONS(3190), - [anon_sym_internal] = ACTIONS(3190), - [anon_sym_protected] = ACTIONS(3190), - [anon_sym_tailrec] = ACTIONS(3190), - [anon_sym_operator] = ACTIONS(3190), - [anon_sym_infix] = ACTIONS(3190), - [anon_sym_inline] = ACTIONS(3190), - [anon_sym_external] = ACTIONS(3190), - [sym_property_modifier] = ACTIONS(3190), - [anon_sym_abstract] = ACTIONS(3190), - [anon_sym_final] = ACTIONS(3190), - [anon_sym_open] = ACTIONS(3190), - [anon_sym_vararg] = ACTIONS(3190), - [anon_sym_noinline] = ACTIONS(3190), - [anon_sym_crossinline] = ACTIONS(3190), - [anon_sym_expect] = ACTIONS(3190), - [anon_sym_actual] = ACTIONS(3190), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3194), - [sym_safe_nav] = ACTIONS(3194), + [sym_enum_class_body] = STATE(3181), + [sym__alpha_identifier] = ACTIONS(3212), + [anon_sym_AT] = ACTIONS(3216), + [anon_sym_LBRACK] = ACTIONS(3216), + [anon_sym_RBRACK] = ACTIONS(3216), + [anon_sym_as] = ACTIONS(3212), + [anon_sym_EQ] = ACTIONS(3212), + [anon_sym_LBRACE] = ACTIONS(5171), + [anon_sym_RBRACE] = ACTIONS(3216), + [anon_sym_LPAREN] = ACTIONS(3216), + [anon_sym_COMMA] = ACTIONS(3216), + [anon_sym_RPAREN] = ACTIONS(3216), + [anon_sym_LT] = ACTIONS(3212), + [anon_sym_GT] = ACTIONS(3212), + [anon_sym_where] = ACTIONS(3212), + [anon_sym_DOT] = ACTIONS(3212), + [anon_sym_SEMI] = ACTIONS(3216), + [anon_sym_get] = ACTIONS(3212), + [anon_sym_set] = ACTIONS(3212), + [anon_sym_STAR] = ACTIONS(3212), + [anon_sym_DASH_GT] = ACTIONS(3216), + [sym_label] = ACTIONS(3216), + [anon_sym_in] = ACTIONS(3212), + [anon_sym_while] = ACTIONS(3212), + [anon_sym_DOT_DOT] = ACTIONS(3216), + [anon_sym_QMARK_COLON] = ACTIONS(3216), + [anon_sym_AMP_AMP] = ACTIONS(3216), + [anon_sym_PIPE_PIPE] = ACTIONS(3216), + [anon_sym_else] = ACTIONS(3212), + [anon_sym_COLON_COLON] = ACTIONS(3216), + [anon_sym_PLUS_EQ] = ACTIONS(3216), + [anon_sym_DASH_EQ] = ACTIONS(3216), + [anon_sym_STAR_EQ] = ACTIONS(3216), + [anon_sym_SLASH_EQ] = ACTIONS(3216), + [anon_sym_PERCENT_EQ] = ACTIONS(3216), + [anon_sym_BANG_EQ] = ACTIONS(3212), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3216), + [anon_sym_EQ_EQ] = ACTIONS(3212), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3216), + [anon_sym_LT_EQ] = ACTIONS(3216), + [anon_sym_GT_EQ] = ACTIONS(3216), + [anon_sym_BANGin] = ACTIONS(3216), + [anon_sym_is] = ACTIONS(3212), + [anon_sym_BANGis] = ACTIONS(3216), + [anon_sym_PLUS] = ACTIONS(3212), + [anon_sym_DASH] = ACTIONS(3212), + [anon_sym_SLASH] = ACTIONS(3212), + [anon_sym_PERCENT] = ACTIONS(3212), + [anon_sym_as_QMARK] = ACTIONS(3216), + [anon_sym_PLUS_PLUS] = ACTIONS(3216), + [anon_sym_DASH_DASH] = ACTIONS(3216), + [anon_sym_BANG_BANG] = ACTIONS(3216), + [anon_sym_suspend] = ACTIONS(3212), + [anon_sym_sealed] = ACTIONS(3212), + [anon_sym_annotation] = ACTIONS(3212), + [anon_sym_data] = ACTIONS(3212), + [anon_sym_inner] = ACTIONS(3212), + [anon_sym_override] = ACTIONS(3212), + [anon_sym_lateinit] = ACTIONS(3212), + [anon_sym_public] = ACTIONS(3212), + [anon_sym_private] = ACTIONS(3212), + [anon_sym_internal] = ACTIONS(3212), + [anon_sym_protected] = ACTIONS(3212), + [anon_sym_tailrec] = ACTIONS(3212), + [anon_sym_operator] = ACTIONS(3212), + [anon_sym_infix] = ACTIONS(3212), + [anon_sym_inline] = ACTIONS(3212), + [anon_sym_external] = ACTIONS(3212), + [sym_property_modifier] = ACTIONS(3212), + [anon_sym_abstract] = ACTIONS(3212), + [anon_sym_final] = ACTIONS(3212), + [anon_sym_open] = ACTIONS(3212), + [anon_sym_vararg] = ACTIONS(3212), + [anon_sym_noinline] = ACTIONS(3212), + [anon_sym_crossinline] = ACTIONS(3212), + [anon_sym_expect] = ACTIONS(3212), + [anon_sym_actual] = ACTIONS(3212), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3216), + [sym_safe_nav] = ACTIONS(3216), [sym_multiline_comment] = ACTIONS(3), }, [3078] = { - [sym_class_body] = STATE(3183), - [sym__alpha_identifier] = ACTIONS(4434), - [anon_sym_AT] = ACTIONS(4436), - [anon_sym_LBRACK] = ACTIONS(4436), - [anon_sym_RBRACK] = ACTIONS(4436), - [anon_sym_as] = ACTIONS(4434), - [anon_sym_EQ] = ACTIONS(4434), - [anon_sym_LBRACE] = ACTIONS(5147), - [anon_sym_RBRACE] = ACTIONS(4436), - [anon_sym_LPAREN] = ACTIONS(4436), - [anon_sym_COMMA] = ACTIONS(4436), - [anon_sym_RPAREN] = ACTIONS(4436), - [anon_sym_LT] = ACTIONS(4434), - [anon_sym_GT] = ACTIONS(4434), - [anon_sym_where] = ACTIONS(4434), - [anon_sym_DOT] = ACTIONS(4434), - [anon_sym_SEMI] = ACTIONS(4436), - [anon_sym_get] = ACTIONS(4434), - [anon_sym_set] = ACTIONS(4434), - [anon_sym_STAR] = ACTIONS(4434), - [anon_sym_DASH_GT] = ACTIONS(4436), - [sym_label] = ACTIONS(4436), - [anon_sym_in] = ACTIONS(4434), - [anon_sym_while] = ACTIONS(4434), - [anon_sym_DOT_DOT] = ACTIONS(4436), - [anon_sym_QMARK_COLON] = ACTIONS(4436), - [anon_sym_AMP_AMP] = ACTIONS(4436), - [anon_sym_PIPE_PIPE] = ACTIONS(4436), - [anon_sym_else] = ACTIONS(4434), - [anon_sym_COLON_COLON] = ACTIONS(4436), - [anon_sym_PLUS_EQ] = ACTIONS(4436), - [anon_sym_DASH_EQ] = ACTIONS(4436), - [anon_sym_STAR_EQ] = ACTIONS(4436), - [anon_sym_SLASH_EQ] = ACTIONS(4436), - [anon_sym_PERCENT_EQ] = ACTIONS(4436), - [anon_sym_BANG_EQ] = ACTIONS(4434), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4436), - [anon_sym_EQ_EQ] = ACTIONS(4434), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4436), - [anon_sym_LT_EQ] = ACTIONS(4436), - [anon_sym_GT_EQ] = ACTIONS(4436), - [anon_sym_BANGin] = ACTIONS(4436), - [anon_sym_is] = ACTIONS(4434), - [anon_sym_BANGis] = ACTIONS(4436), - [anon_sym_PLUS] = ACTIONS(4434), - [anon_sym_DASH] = ACTIONS(4434), - [anon_sym_SLASH] = ACTIONS(4434), - [anon_sym_PERCENT] = ACTIONS(4434), - [anon_sym_as_QMARK] = ACTIONS(4436), - [anon_sym_PLUS_PLUS] = ACTIONS(4436), - [anon_sym_DASH_DASH] = ACTIONS(4436), - [anon_sym_BANG_BANG] = ACTIONS(4436), - [anon_sym_suspend] = ACTIONS(4434), - [anon_sym_sealed] = ACTIONS(4434), - [anon_sym_annotation] = ACTIONS(4434), - [anon_sym_data] = ACTIONS(4434), - [anon_sym_inner] = ACTIONS(4434), - [anon_sym_override] = ACTIONS(4434), - [anon_sym_lateinit] = ACTIONS(4434), - [anon_sym_public] = ACTIONS(4434), - [anon_sym_private] = ACTIONS(4434), - [anon_sym_internal] = ACTIONS(4434), - [anon_sym_protected] = ACTIONS(4434), - [anon_sym_tailrec] = ACTIONS(4434), - [anon_sym_operator] = ACTIONS(4434), - [anon_sym_infix] = ACTIONS(4434), - [anon_sym_inline] = ACTIONS(4434), - [anon_sym_external] = ACTIONS(4434), - [sym_property_modifier] = ACTIONS(4434), - [anon_sym_abstract] = ACTIONS(4434), - [anon_sym_final] = ACTIONS(4434), - [anon_sym_open] = ACTIONS(4434), - [anon_sym_vararg] = ACTIONS(4434), - [anon_sym_noinline] = ACTIONS(4434), - [anon_sym_crossinline] = ACTIONS(4434), - [anon_sym_expect] = ACTIONS(4434), - [anon_sym_actual] = ACTIONS(4434), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4436), - [sym_safe_nav] = ACTIONS(4436), - [sym_multiline_comment] = ACTIONS(3), + [sym_class_body] = STATE(3216), + [sym__alpha_identifier] = ACTIONS(4188), + [anon_sym_AT] = ACTIONS(4190), + [anon_sym_LBRACK] = ACTIONS(4190), + [anon_sym_as] = ACTIONS(4188), + [anon_sym_EQ] = ACTIONS(4188), + [anon_sym_LBRACE] = ACTIONS(3144), + [anon_sym_RBRACE] = ACTIONS(4190), + [anon_sym_LPAREN] = ACTIONS(4190), + [anon_sym_COMMA] = ACTIONS(4190), + [anon_sym_LT] = ACTIONS(4188), + [anon_sym_GT] = ACTIONS(4188), + [anon_sym_where] = ACTIONS(4188), + [anon_sym_object] = ACTIONS(4188), + [anon_sym_fun] = ACTIONS(4188), + [anon_sym_DOT] = ACTIONS(4188), + [anon_sym_SEMI] = ACTIONS(4190), + [anon_sym_get] = ACTIONS(4188), + [anon_sym_set] = ACTIONS(4188), + [anon_sym_this] = ACTIONS(4188), + [anon_sym_super] = ACTIONS(4188), + [anon_sym_STAR] = ACTIONS(4188), + [sym_label] = ACTIONS(4188), + [anon_sym_in] = ACTIONS(4188), + [anon_sym_DOT_DOT] = ACTIONS(4190), + [anon_sym_QMARK_COLON] = ACTIONS(4190), + [anon_sym_AMP_AMP] = ACTIONS(4190), + [anon_sym_PIPE_PIPE] = ACTIONS(4190), + [anon_sym_null] = ACTIONS(4188), + [anon_sym_if] = ACTIONS(4188), + [anon_sym_else] = ACTIONS(4188), + [anon_sym_when] = ACTIONS(4188), + [anon_sym_try] = ACTIONS(4188), + [anon_sym_throw] = ACTIONS(4188), + [anon_sym_return] = ACTIONS(4188), + [anon_sym_continue] = ACTIONS(4188), + [anon_sym_break] = ACTIONS(4188), + [anon_sym_COLON_COLON] = ACTIONS(4190), + [anon_sym_PLUS_EQ] = ACTIONS(4190), + [anon_sym_DASH_EQ] = ACTIONS(4190), + [anon_sym_STAR_EQ] = ACTIONS(4190), + [anon_sym_SLASH_EQ] = ACTIONS(4190), + [anon_sym_PERCENT_EQ] = ACTIONS(4190), + [anon_sym_BANG_EQ] = ACTIONS(4188), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4190), + [anon_sym_EQ_EQ] = ACTIONS(4188), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4190), + [anon_sym_LT_EQ] = ACTIONS(4190), + [anon_sym_GT_EQ] = ACTIONS(4190), + [anon_sym_BANGin] = ACTIONS(4190), + [anon_sym_is] = ACTIONS(4188), + [anon_sym_BANGis] = ACTIONS(4190), + [anon_sym_PLUS] = ACTIONS(4188), + [anon_sym_DASH] = ACTIONS(4188), + [anon_sym_SLASH] = ACTIONS(4188), + [anon_sym_PERCENT] = ACTIONS(4188), + [anon_sym_as_QMARK] = ACTIONS(4190), + [anon_sym_PLUS_PLUS] = ACTIONS(4190), + [anon_sym_DASH_DASH] = ACTIONS(4190), + [anon_sym_BANG] = ACTIONS(4188), + [anon_sym_BANG_BANG] = ACTIONS(4190), + [anon_sym_data] = ACTIONS(4188), + [anon_sym_inner] = ACTIONS(4188), + [anon_sym_expect] = ACTIONS(4188), + [anon_sym_actual] = ACTIONS(4188), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4190), + [anon_sym_continue_AT] = ACTIONS(4190), + [anon_sym_break_AT] = ACTIONS(4190), + [sym_real_literal] = ACTIONS(4190), + [sym_integer_literal] = ACTIONS(4188), + [sym_hex_literal] = ACTIONS(4190), + [sym_bin_literal] = ACTIONS(4190), + [anon_sym_true] = ACTIONS(4188), + [anon_sym_false] = ACTIONS(4188), + [anon_sym_SQUOTE] = ACTIONS(4190), + [sym__backtick_identifier] = ACTIONS(4190), + [sym__automatic_semicolon] = ACTIONS(4190), + [sym_safe_nav] = ACTIONS(4190), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4190), }, [3079] = { - [sym__alpha_identifier] = ACTIONS(4651), - [anon_sym_AT] = ACTIONS(4653), - [anon_sym_COLON] = ACTIONS(4651), - [anon_sym_LBRACK] = ACTIONS(4653), - [anon_sym_RBRACK] = ACTIONS(4653), - [anon_sym_as] = ACTIONS(4651), - [anon_sym_EQ] = ACTIONS(4651), - [anon_sym_LBRACE] = ACTIONS(4653), - [anon_sym_RBRACE] = ACTIONS(4653), - [anon_sym_LPAREN] = ACTIONS(4653), - [anon_sym_COMMA] = ACTIONS(4653), - [anon_sym_RPAREN] = ACTIONS(4653), - [anon_sym_LT] = ACTIONS(4651), - [anon_sym_GT] = ACTIONS(4651), - [anon_sym_where] = ACTIONS(4651), - [anon_sym_DOT] = ACTIONS(4651), - [anon_sym_SEMI] = ACTIONS(4653), - [anon_sym_get] = ACTIONS(4651), - [anon_sym_set] = ACTIONS(4651), - [anon_sym_STAR] = ACTIONS(4651), - [anon_sym_DASH_GT] = ACTIONS(4653), - [sym_label] = ACTIONS(4653), - [anon_sym_in] = ACTIONS(4651), - [anon_sym_while] = ACTIONS(4651), - [anon_sym_DOT_DOT] = ACTIONS(4653), - [anon_sym_QMARK_COLON] = ACTIONS(4653), - [anon_sym_AMP_AMP] = ACTIONS(4653), - [anon_sym_PIPE_PIPE] = ACTIONS(4653), - [anon_sym_else] = ACTIONS(4651), - [anon_sym_COLON_COLON] = ACTIONS(4653), - [anon_sym_PLUS_EQ] = ACTIONS(4653), - [anon_sym_DASH_EQ] = ACTIONS(4653), - [anon_sym_STAR_EQ] = ACTIONS(4653), - [anon_sym_SLASH_EQ] = ACTIONS(4653), - [anon_sym_PERCENT_EQ] = ACTIONS(4653), - [anon_sym_BANG_EQ] = ACTIONS(4651), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4653), - [anon_sym_EQ_EQ] = ACTIONS(4651), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4653), - [anon_sym_LT_EQ] = ACTIONS(4653), - [anon_sym_GT_EQ] = ACTIONS(4653), - [anon_sym_BANGin] = ACTIONS(4653), - [anon_sym_is] = ACTIONS(4651), - [anon_sym_BANGis] = ACTIONS(4653), - [anon_sym_PLUS] = ACTIONS(4651), - [anon_sym_DASH] = ACTIONS(4651), - [anon_sym_SLASH] = ACTIONS(4651), - [anon_sym_PERCENT] = ACTIONS(4651), - [anon_sym_as_QMARK] = ACTIONS(4653), - [anon_sym_PLUS_PLUS] = ACTIONS(4653), - [anon_sym_DASH_DASH] = ACTIONS(4653), - [anon_sym_BANG_BANG] = ACTIONS(4653), - [anon_sym_suspend] = ACTIONS(4651), - [anon_sym_sealed] = ACTIONS(4651), - [anon_sym_annotation] = ACTIONS(4651), - [anon_sym_data] = ACTIONS(4651), - [anon_sym_inner] = ACTIONS(4651), - [anon_sym_override] = ACTIONS(4651), - [anon_sym_lateinit] = ACTIONS(4651), - [anon_sym_public] = ACTIONS(4651), - [anon_sym_private] = ACTIONS(4651), - [anon_sym_internal] = ACTIONS(4651), - [anon_sym_protected] = ACTIONS(4651), - [anon_sym_tailrec] = ACTIONS(4651), - [anon_sym_operator] = ACTIONS(4651), - [anon_sym_infix] = ACTIONS(4651), - [anon_sym_inline] = ACTIONS(4651), - [anon_sym_external] = ACTIONS(4651), - [sym_property_modifier] = ACTIONS(4651), - [anon_sym_abstract] = ACTIONS(4651), - [anon_sym_final] = ACTIONS(4651), - [anon_sym_open] = ACTIONS(4651), - [anon_sym_vararg] = ACTIONS(4651), - [anon_sym_noinline] = ACTIONS(4651), - [anon_sym_crossinline] = ACTIONS(4651), - [anon_sym_expect] = ACTIONS(4651), - [anon_sym_actual] = ACTIONS(4651), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4653), - [sym_safe_nav] = ACTIONS(4653), - [sym_multiline_comment] = ACTIONS(3), + [aux_sym__delegation_specifiers_repeat1] = STATE(3065), + [sym__alpha_identifier] = ACTIONS(4664), + [anon_sym_AT] = ACTIONS(4666), + [anon_sym_LBRACK] = ACTIONS(4666), + [anon_sym_as] = ACTIONS(4664), + [anon_sym_EQ] = ACTIONS(4664), + [anon_sym_LBRACE] = ACTIONS(4666), + [anon_sym_RBRACE] = ACTIONS(4666), + [anon_sym_LPAREN] = ACTIONS(4666), + [anon_sym_COMMA] = ACTIONS(6485), + [anon_sym_LT] = ACTIONS(4664), + [anon_sym_GT] = ACTIONS(4664), + [anon_sym_where] = ACTIONS(4664), + [anon_sym_object] = ACTIONS(4664), + [anon_sym_fun] = ACTIONS(4664), + [anon_sym_DOT] = ACTIONS(4664), + [anon_sym_SEMI] = ACTIONS(4666), + [anon_sym_get] = ACTIONS(4664), + [anon_sym_set] = ACTIONS(4664), + [anon_sym_this] = ACTIONS(4664), + [anon_sym_super] = ACTIONS(4664), + [anon_sym_STAR] = ACTIONS(4664), + [sym_label] = ACTIONS(4664), + [anon_sym_in] = ACTIONS(4664), + [anon_sym_DOT_DOT] = ACTIONS(4666), + [anon_sym_QMARK_COLON] = ACTIONS(4666), + [anon_sym_AMP_AMP] = ACTIONS(4666), + [anon_sym_PIPE_PIPE] = ACTIONS(4666), + [anon_sym_null] = ACTIONS(4664), + [anon_sym_if] = ACTIONS(4664), + [anon_sym_else] = ACTIONS(4664), + [anon_sym_when] = ACTIONS(4664), + [anon_sym_try] = ACTIONS(4664), + [anon_sym_throw] = ACTIONS(4664), + [anon_sym_return] = ACTIONS(4664), + [anon_sym_continue] = ACTIONS(4664), + [anon_sym_break] = ACTIONS(4664), + [anon_sym_COLON_COLON] = ACTIONS(4666), + [anon_sym_PLUS_EQ] = ACTIONS(4666), + [anon_sym_DASH_EQ] = ACTIONS(4666), + [anon_sym_STAR_EQ] = ACTIONS(4666), + [anon_sym_SLASH_EQ] = ACTIONS(4666), + [anon_sym_PERCENT_EQ] = ACTIONS(4666), + [anon_sym_BANG_EQ] = ACTIONS(4664), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4666), + [anon_sym_EQ_EQ] = ACTIONS(4664), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4666), + [anon_sym_LT_EQ] = ACTIONS(4666), + [anon_sym_GT_EQ] = ACTIONS(4666), + [anon_sym_BANGin] = ACTIONS(4666), + [anon_sym_is] = ACTIONS(4664), + [anon_sym_BANGis] = ACTIONS(4666), + [anon_sym_PLUS] = ACTIONS(4664), + [anon_sym_DASH] = ACTIONS(4664), + [anon_sym_SLASH] = ACTIONS(4664), + [anon_sym_PERCENT] = ACTIONS(4664), + [anon_sym_as_QMARK] = ACTIONS(4666), + [anon_sym_PLUS_PLUS] = ACTIONS(4666), + [anon_sym_DASH_DASH] = ACTIONS(4666), + [anon_sym_BANG] = ACTIONS(4664), + [anon_sym_BANG_BANG] = ACTIONS(4666), + [anon_sym_data] = ACTIONS(4664), + [anon_sym_inner] = ACTIONS(4664), + [anon_sym_expect] = ACTIONS(4664), + [anon_sym_actual] = ACTIONS(4664), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4666), + [anon_sym_continue_AT] = ACTIONS(4666), + [anon_sym_break_AT] = ACTIONS(4666), + [sym_real_literal] = ACTIONS(4666), + [sym_integer_literal] = ACTIONS(4664), + [sym_hex_literal] = ACTIONS(4666), + [sym_bin_literal] = ACTIONS(4666), + [anon_sym_true] = ACTIONS(4664), + [anon_sym_false] = ACTIONS(4664), + [anon_sym_SQUOTE] = ACTIONS(4666), + [sym__backtick_identifier] = ACTIONS(4666), + [sym__automatic_semicolon] = ACTIONS(4666), + [sym_safe_nav] = ACTIONS(4666), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4666), }, [3080] = { - [sym__alpha_identifier] = ACTIONS(4659), - [anon_sym_AT] = ACTIONS(4661), - [anon_sym_COLON] = ACTIONS(4659), - [anon_sym_LBRACK] = ACTIONS(4661), - [anon_sym_RBRACK] = ACTIONS(4661), - [anon_sym_as] = ACTIONS(4659), - [anon_sym_EQ] = ACTIONS(4659), - [anon_sym_LBRACE] = ACTIONS(4661), - [anon_sym_RBRACE] = ACTIONS(4661), - [anon_sym_LPAREN] = ACTIONS(4661), - [anon_sym_COMMA] = ACTIONS(4661), - [anon_sym_RPAREN] = ACTIONS(4661), - [anon_sym_LT] = ACTIONS(4659), - [anon_sym_GT] = ACTIONS(4659), - [anon_sym_where] = ACTIONS(4659), - [anon_sym_DOT] = ACTIONS(4659), - [anon_sym_SEMI] = ACTIONS(4661), - [anon_sym_get] = ACTIONS(4659), - [anon_sym_set] = ACTIONS(4659), - [anon_sym_STAR] = ACTIONS(4659), - [anon_sym_DASH_GT] = ACTIONS(4661), - [sym_label] = ACTIONS(4661), - [anon_sym_in] = ACTIONS(4659), - [anon_sym_while] = ACTIONS(4659), - [anon_sym_DOT_DOT] = ACTIONS(4661), - [anon_sym_QMARK_COLON] = ACTIONS(4661), - [anon_sym_AMP_AMP] = ACTIONS(4661), - [anon_sym_PIPE_PIPE] = ACTIONS(4661), - [anon_sym_else] = ACTIONS(4659), - [anon_sym_COLON_COLON] = ACTIONS(4661), - [anon_sym_PLUS_EQ] = ACTIONS(4661), - [anon_sym_DASH_EQ] = ACTIONS(4661), - [anon_sym_STAR_EQ] = ACTIONS(4661), - [anon_sym_SLASH_EQ] = ACTIONS(4661), - [anon_sym_PERCENT_EQ] = ACTIONS(4661), - [anon_sym_BANG_EQ] = ACTIONS(4659), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4661), - [anon_sym_EQ_EQ] = ACTIONS(4659), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4661), - [anon_sym_LT_EQ] = ACTIONS(4661), - [anon_sym_GT_EQ] = ACTIONS(4661), - [anon_sym_BANGin] = ACTIONS(4661), - [anon_sym_is] = ACTIONS(4659), - [anon_sym_BANGis] = ACTIONS(4661), - [anon_sym_PLUS] = ACTIONS(4659), - [anon_sym_DASH] = ACTIONS(4659), - [anon_sym_SLASH] = ACTIONS(4659), - [anon_sym_PERCENT] = ACTIONS(4659), - [anon_sym_as_QMARK] = ACTIONS(4661), - [anon_sym_PLUS_PLUS] = ACTIONS(4661), - [anon_sym_DASH_DASH] = ACTIONS(4661), - [anon_sym_BANG_BANG] = ACTIONS(4661), - [anon_sym_suspend] = ACTIONS(4659), - [anon_sym_sealed] = ACTIONS(4659), - [anon_sym_annotation] = ACTIONS(4659), - [anon_sym_data] = ACTIONS(4659), - [anon_sym_inner] = ACTIONS(4659), - [anon_sym_override] = ACTIONS(4659), - [anon_sym_lateinit] = ACTIONS(4659), - [anon_sym_public] = ACTIONS(4659), - [anon_sym_private] = ACTIONS(4659), - [anon_sym_internal] = ACTIONS(4659), - [anon_sym_protected] = ACTIONS(4659), - [anon_sym_tailrec] = ACTIONS(4659), - [anon_sym_operator] = ACTIONS(4659), - [anon_sym_infix] = ACTIONS(4659), - [anon_sym_inline] = ACTIONS(4659), - [anon_sym_external] = ACTIONS(4659), - [sym_property_modifier] = ACTIONS(4659), - [anon_sym_abstract] = ACTIONS(4659), - [anon_sym_final] = ACTIONS(4659), - [anon_sym_open] = ACTIONS(4659), - [anon_sym_vararg] = ACTIONS(4659), - [anon_sym_noinline] = ACTIONS(4659), - [anon_sym_crossinline] = ACTIONS(4659), - [anon_sym_expect] = ACTIONS(4659), - [anon_sym_actual] = ACTIONS(4659), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4661), - [sym_safe_nav] = ACTIONS(4661), - [sym_multiline_comment] = ACTIONS(3), + [aux_sym_type_constraints_repeat1] = STATE(3072), + [sym__alpha_identifier] = ACTIONS(4442), + [anon_sym_AT] = ACTIONS(4444), + [anon_sym_LBRACK] = ACTIONS(4444), + [anon_sym_as] = ACTIONS(4442), + [anon_sym_EQ] = ACTIONS(4442), + [anon_sym_LBRACE] = ACTIONS(4444), + [anon_sym_RBRACE] = ACTIONS(4444), + [anon_sym_LPAREN] = ACTIONS(4444), + [anon_sym_COMMA] = ACTIONS(6481), + [anon_sym_LT] = ACTIONS(4442), + [anon_sym_GT] = ACTIONS(4442), + [anon_sym_where] = ACTIONS(4442), + [anon_sym_object] = ACTIONS(4442), + [anon_sym_fun] = ACTIONS(4442), + [anon_sym_DOT] = ACTIONS(4442), + [anon_sym_SEMI] = ACTIONS(4444), + [anon_sym_get] = ACTIONS(4442), + [anon_sym_set] = ACTIONS(4442), + [anon_sym_this] = ACTIONS(4442), + [anon_sym_super] = ACTIONS(4442), + [anon_sym_STAR] = ACTIONS(4442), + [sym_label] = ACTIONS(4442), + [anon_sym_in] = ACTIONS(4442), + [anon_sym_DOT_DOT] = ACTIONS(4444), + [anon_sym_QMARK_COLON] = ACTIONS(4444), + [anon_sym_AMP_AMP] = ACTIONS(4444), + [anon_sym_PIPE_PIPE] = ACTIONS(4444), + [anon_sym_null] = ACTIONS(4442), + [anon_sym_if] = ACTIONS(4442), + [anon_sym_else] = ACTIONS(4442), + [anon_sym_when] = ACTIONS(4442), + [anon_sym_try] = ACTIONS(4442), + [anon_sym_throw] = ACTIONS(4442), + [anon_sym_return] = ACTIONS(4442), + [anon_sym_continue] = ACTIONS(4442), + [anon_sym_break] = ACTIONS(4442), + [anon_sym_COLON_COLON] = ACTIONS(4444), + [anon_sym_PLUS_EQ] = ACTIONS(4444), + [anon_sym_DASH_EQ] = ACTIONS(4444), + [anon_sym_STAR_EQ] = ACTIONS(4444), + [anon_sym_SLASH_EQ] = ACTIONS(4444), + [anon_sym_PERCENT_EQ] = ACTIONS(4444), + [anon_sym_BANG_EQ] = ACTIONS(4442), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4444), + [anon_sym_EQ_EQ] = ACTIONS(4442), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4444), + [anon_sym_LT_EQ] = ACTIONS(4444), + [anon_sym_GT_EQ] = ACTIONS(4444), + [anon_sym_BANGin] = ACTIONS(4444), + [anon_sym_is] = ACTIONS(4442), + [anon_sym_BANGis] = ACTIONS(4444), + [anon_sym_PLUS] = ACTIONS(4442), + [anon_sym_DASH] = ACTIONS(4442), + [anon_sym_SLASH] = ACTIONS(4442), + [anon_sym_PERCENT] = ACTIONS(4442), + [anon_sym_as_QMARK] = ACTIONS(4444), + [anon_sym_PLUS_PLUS] = ACTIONS(4444), + [anon_sym_DASH_DASH] = ACTIONS(4444), + [anon_sym_BANG] = ACTIONS(4442), + [anon_sym_BANG_BANG] = ACTIONS(4444), + [anon_sym_data] = ACTIONS(4442), + [anon_sym_inner] = ACTIONS(4442), + [anon_sym_expect] = ACTIONS(4442), + [anon_sym_actual] = ACTIONS(4442), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4444), + [anon_sym_continue_AT] = ACTIONS(4444), + [anon_sym_break_AT] = ACTIONS(4444), + [sym_real_literal] = ACTIONS(4444), + [sym_integer_literal] = ACTIONS(4442), + [sym_hex_literal] = ACTIONS(4444), + [sym_bin_literal] = ACTIONS(4444), + [anon_sym_true] = ACTIONS(4442), + [anon_sym_false] = ACTIONS(4442), + [anon_sym_SQUOTE] = ACTIONS(4444), + [sym__backtick_identifier] = ACTIONS(4444), + [sym__automatic_semicolon] = ACTIONS(4444), + [sym_safe_nav] = ACTIONS(4444), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4444), }, [3081] = { - [aux_sym__delegation_specifiers_repeat1] = STATE(3042), - [sym__alpha_identifier] = ACTIONS(4684), - [anon_sym_AT] = ACTIONS(4686), - [anon_sym_LBRACK] = ACTIONS(4686), - [anon_sym_as] = ACTIONS(4684), - [anon_sym_EQ] = ACTIONS(4684), - [anon_sym_LBRACE] = ACTIONS(4686), - [anon_sym_RBRACE] = ACTIONS(4686), - [anon_sym_LPAREN] = ACTIONS(4686), - [anon_sym_COMMA] = ACTIONS(6487), - [anon_sym_LT] = ACTIONS(4684), - [anon_sym_GT] = ACTIONS(4684), - [anon_sym_where] = ACTIONS(4684), - [anon_sym_object] = ACTIONS(4684), - [anon_sym_fun] = ACTIONS(4684), - [anon_sym_DOT] = ACTIONS(4684), - [anon_sym_SEMI] = ACTIONS(4686), - [anon_sym_get] = ACTIONS(4684), - [anon_sym_set] = ACTIONS(4684), - [anon_sym_this] = ACTIONS(4684), - [anon_sym_super] = ACTIONS(4684), - [anon_sym_STAR] = ACTIONS(4684), - [sym_label] = ACTIONS(4684), - [anon_sym_in] = ACTIONS(4684), - [anon_sym_DOT_DOT] = ACTIONS(4686), - [anon_sym_QMARK_COLON] = ACTIONS(4686), - [anon_sym_AMP_AMP] = ACTIONS(4686), - [anon_sym_PIPE_PIPE] = ACTIONS(4686), - [anon_sym_null] = ACTIONS(4684), - [anon_sym_if] = ACTIONS(4684), - [anon_sym_else] = ACTIONS(4684), - [anon_sym_when] = ACTIONS(4684), - [anon_sym_try] = ACTIONS(4684), - [anon_sym_throw] = ACTIONS(4684), - [anon_sym_return] = ACTIONS(4684), - [anon_sym_continue] = ACTIONS(4684), - [anon_sym_break] = ACTIONS(4684), - [anon_sym_COLON_COLON] = ACTIONS(4686), - [anon_sym_PLUS_EQ] = ACTIONS(4686), - [anon_sym_DASH_EQ] = ACTIONS(4686), - [anon_sym_STAR_EQ] = ACTIONS(4686), - [anon_sym_SLASH_EQ] = ACTIONS(4686), - [anon_sym_PERCENT_EQ] = ACTIONS(4686), - [anon_sym_BANG_EQ] = ACTIONS(4684), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4686), - [anon_sym_EQ_EQ] = ACTIONS(4684), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4686), - [anon_sym_LT_EQ] = ACTIONS(4686), - [anon_sym_GT_EQ] = ACTIONS(4686), - [anon_sym_BANGin] = ACTIONS(4686), - [anon_sym_is] = ACTIONS(4684), - [anon_sym_BANGis] = ACTIONS(4686), - [anon_sym_PLUS] = ACTIONS(4684), - [anon_sym_DASH] = ACTIONS(4684), - [anon_sym_SLASH] = ACTIONS(4684), - [anon_sym_PERCENT] = ACTIONS(4684), - [anon_sym_as_QMARK] = ACTIONS(4686), - [anon_sym_PLUS_PLUS] = ACTIONS(4686), - [anon_sym_DASH_DASH] = ACTIONS(4686), - [anon_sym_BANG] = ACTIONS(4684), - [anon_sym_BANG_BANG] = ACTIONS(4686), - [anon_sym_data] = ACTIONS(4684), - [anon_sym_inner] = ACTIONS(4684), - [anon_sym_expect] = ACTIONS(4684), - [anon_sym_actual] = ACTIONS(4684), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4686), - [anon_sym_continue_AT] = ACTIONS(4686), - [anon_sym_break_AT] = ACTIONS(4686), - [sym_real_literal] = ACTIONS(4686), - [sym_integer_literal] = ACTIONS(4684), - [sym_hex_literal] = ACTIONS(4686), - [sym_bin_literal] = ACTIONS(4686), - [anon_sym_true] = ACTIONS(4684), - [anon_sym_false] = ACTIONS(4684), - [anon_sym_SQUOTE] = ACTIONS(4686), - [sym__backtick_identifier] = ACTIONS(4686), - [sym__automatic_semicolon] = ACTIONS(4686), - [sym_safe_nav] = ACTIONS(4686), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4686), + [sym_enum_class_body] = STATE(3132), + [sym__alpha_identifier] = ACTIONS(3212), + [anon_sym_AT] = ACTIONS(3216), + [anon_sym_LBRACK] = ACTIONS(3216), + [anon_sym_as] = ACTIONS(3212), + [anon_sym_EQ] = ACTIONS(3212), + [anon_sym_LBRACE] = ACTIONS(3112), + [anon_sym_RBRACE] = ACTIONS(3216), + [anon_sym_LPAREN] = ACTIONS(3216), + [anon_sym_COMMA] = ACTIONS(3216), + [anon_sym_LT] = ACTIONS(3212), + [anon_sym_GT] = ACTIONS(3212), + [anon_sym_where] = ACTIONS(3212), + [anon_sym_object] = ACTIONS(3212), + [anon_sym_fun] = ACTIONS(3212), + [anon_sym_DOT] = ACTIONS(3212), + [anon_sym_SEMI] = ACTIONS(3216), + [anon_sym_get] = ACTIONS(3212), + [anon_sym_set] = ACTIONS(3212), + [anon_sym_this] = ACTIONS(3212), + [anon_sym_super] = ACTIONS(3212), + [anon_sym_STAR] = ACTIONS(3212), + [sym_label] = ACTIONS(3212), + [anon_sym_in] = ACTIONS(3212), + [anon_sym_DOT_DOT] = ACTIONS(3216), + [anon_sym_QMARK_COLON] = ACTIONS(3216), + [anon_sym_AMP_AMP] = ACTIONS(3216), + [anon_sym_PIPE_PIPE] = ACTIONS(3216), + [anon_sym_null] = ACTIONS(3212), + [anon_sym_if] = ACTIONS(3212), + [anon_sym_else] = ACTIONS(3212), + [anon_sym_when] = ACTIONS(3212), + [anon_sym_try] = ACTIONS(3212), + [anon_sym_throw] = ACTIONS(3212), + [anon_sym_return] = ACTIONS(3212), + [anon_sym_continue] = ACTIONS(3212), + [anon_sym_break] = ACTIONS(3212), + [anon_sym_COLON_COLON] = ACTIONS(3216), + [anon_sym_PLUS_EQ] = ACTIONS(3216), + [anon_sym_DASH_EQ] = ACTIONS(3216), + [anon_sym_STAR_EQ] = ACTIONS(3216), + [anon_sym_SLASH_EQ] = ACTIONS(3216), + [anon_sym_PERCENT_EQ] = ACTIONS(3216), + [anon_sym_BANG_EQ] = ACTIONS(3212), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3216), + [anon_sym_EQ_EQ] = ACTIONS(3212), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3216), + [anon_sym_LT_EQ] = ACTIONS(3216), + [anon_sym_GT_EQ] = ACTIONS(3216), + [anon_sym_BANGin] = ACTIONS(3216), + [anon_sym_is] = ACTIONS(3212), + [anon_sym_BANGis] = ACTIONS(3216), + [anon_sym_PLUS] = ACTIONS(3212), + [anon_sym_DASH] = ACTIONS(3212), + [anon_sym_SLASH] = ACTIONS(3212), + [anon_sym_PERCENT] = ACTIONS(3212), + [anon_sym_as_QMARK] = ACTIONS(3216), + [anon_sym_PLUS_PLUS] = ACTIONS(3216), + [anon_sym_DASH_DASH] = ACTIONS(3216), + [anon_sym_BANG] = ACTIONS(3212), + [anon_sym_BANG_BANG] = ACTIONS(3216), + [anon_sym_data] = ACTIONS(3212), + [anon_sym_inner] = ACTIONS(3212), + [anon_sym_expect] = ACTIONS(3212), + [anon_sym_actual] = ACTIONS(3212), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3216), + [anon_sym_continue_AT] = ACTIONS(3216), + [anon_sym_break_AT] = ACTIONS(3216), + [sym_real_literal] = ACTIONS(3216), + [sym_integer_literal] = ACTIONS(3212), + [sym_hex_literal] = ACTIONS(3216), + [sym_bin_literal] = ACTIONS(3216), + [anon_sym_true] = ACTIONS(3212), + [anon_sym_false] = ACTIONS(3212), + [anon_sym_SQUOTE] = ACTIONS(3216), + [sym__backtick_identifier] = ACTIONS(3216), + [sym__automatic_semicolon] = ACTIONS(3216), + [sym_safe_nav] = ACTIONS(3216), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3216), }, [3082] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(1654), - [sym__comparison_operator] = STATE(1653), - [sym__in_operator] = STATE(1652), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1650), - [sym__multiplicative_operator] = STATE(1649), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1648), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_RBRACK] = ACTIONS(3017), - [anon_sym_as] = ACTIONS(6381), - [anon_sym_EQ] = ACTIONS(3015), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(3017), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_COMMA] = ACTIONS(3017), - [anon_sym_RPAREN] = ACTIONS(3017), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(6385), - [anon_sym_where] = ACTIONS(3015), - [anon_sym_DOT] = ACTIONS(6387), - [anon_sym_SEMI] = ACTIONS(3017), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(6389), - [anon_sym_DASH_GT] = ACTIONS(3017), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(6393), - [anon_sym_while] = ACTIONS(3015), - [anon_sym_DOT_DOT] = ACTIONS(6395), - [anon_sym_QMARK_COLON] = ACTIONS(6397), - [anon_sym_AMP_AMP] = ACTIONS(6399), - [anon_sym_PIPE_PIPE] = ACTIONS(6401), - [anon_sym_else] = ACTIONS(3015), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_PLUS_EQ] = ACTIONS(3017), - [anon_sym_DASH_EQ] = ACTIONS(3017), - [anon_sym_STAR_EQ] = ACTIONS(3017), - [anon_sym_SLASH_EQ] = ACTIONS(3017), - [anon_sym_PERCENT_EQ] = ACTIONS(3017), - [anon_sym_BANG_EQ] = ACTIONS(6405), - [anon_sym_BANG_EQ_EQ] = ACTIONS(6407), - [anon_sym_EQ_EQ] = ACTIONS(6405), - [anon_sym_EQ_EQ_EQ] = ACTIONS(6407), - [anon_sym_LT_EQ] = ACTIONS(6409), - [anon_sym_GT_EQ] = ACTIONS(6409), - [anon_sym_BANGin] = ACTIONS(6411), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(6417), - [anon_sym_DASH] = ACTIONS(6417), - [anon_sym_SLASH] = ACTIONS(6389), - [anon_sym_PERCENT] = ACTIONS(6389), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), - [sym_multiline_comment] = ACTIONS(3), + [sym_import_list] = STATE(3082), + [sym_import_header] = STATE(8215), + [aux_sym_source_file_repeat2] = STATE(3082), + [aux_sym_import_list_repeat1] = STATE(8215), + [ts_builtin_sym_end] = ACTIONS(6487), + [sym__alpha_identifier] = ACTIONS(6489), + [anon_sym_AT] = ACTIONS(6487), + [anon_sym_LBRACK] = ACTIONS(6487), + [anon_sym_import] = ACTIONS(6491), + [anon_sym_typealias] = ACTIONS(6489), + [anon_sym_class] = ACTIONS(6489), + [anon_sym_interface] = ACTIONS(6489), + [anon_sym_enum] = ACTIONS(6489), + [anon_sym_LBRACE] = ACTIONS(6487), + [anon_sym_LPAREN] = ACTIONS(6487), + [anon_sym_val] = ACTIONS(6489), + [anon_sym_var] = ACTIONS(6489), + [anon_sym_object] = ACTIONS(6489), + [anon_sym_fun] = ACTIONS(6489), + [anon_sym_get] = ACTIONS(6489), + [anon_sym_set] = ACTIONS(6489), + [anon_sym_this] = ACTIONS(6489), + [anon_sym_super] = ACTIONS(6489), + [anon_sym_STAR] = ACTIONS(6487), + [sym_label] = ACTIONS(6489), + [anon_sym_for] = ACTIONS(6489), + [anon_sym_while] = ACTIONS(6489), + [anon_sym_do] = ACTIONS(6489), + [anon_sym_null] = ACTIONS(6489), + [anon_sym_if] = ACTIONS(6489), + [anon_sym_when] = ACTIONS(6489), + [anon_sym_try] = ACTIONS(6489), + [anon_sym_throw] = ACTIONS(6489), + [anon_sym_return] = ACTIONS(6489), + [anon_sym_continue] = ACTIONS(6489), + [anon_sym_break] = ACTIONS(6489), + [anon_sym_COLON_COLON] = ACTIONS(6487), + [anon_sym_PLUS] = ACTIONS(6489), + [anon_sym_DASH] = ACTIONS(6489), + [anon_sym_PLUS_PLUS] = ACTIONS(6487), + [anon_sym_DASH_DASH] = ACTIONS(6487), + [anon_sym_BANG] = ACTIONS(6487), + [anon_sym_suspend] = ACTIONS(6489), + [anon_sym_sealed] = ACTIONS(6489), + [anon_sym_annotation] = ACTIONS(6489), + [anon_sym_data] = ACTIONS(6489), + [anon_sym_inner] = ACTIONS(6489), + [anon_sym_override] = ACTIONS(6489), + [anon_sym_lateinit] = ACTIONS(6489), + [anon_sym_public] = ACTIONS(6489), + [anon_sym_private] = ACTIONS(6489), + [anon_sym_internal] = ACTIONS(6489), + [anon_sym_protected] = ACTIONS(6489), + [anon_sym_tailrec] = ACTIONS(6489), + [anon_sym_operator] = ACTIONS(6489), + [anon_sym_infix] = ACTIONS(6489), + [anon_sym_inline] = ACTIONS(6489), + [anon_sym_external] = ACTIONS(6489), + [sym_property_modifier] = ACTIONS(6489), + [anon_sym_abstract] = ACTIONS(6489), + [anon_sym_final] = ACTIONS(6489), + [anon_sym_open] = ACTIONS(6489), + [anon_sym_vararg] = ACTIONS(6489), + [anon_sym_noinline] = ACTIONS(6489), + [anon_sym_crossinline] = ACTIONS(6489), + [anon_sym_expect] = ACTIONS(6489), + [anon_sym_actual] = ACTIONS(6489), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(6487), + [anon_sym_continue_AT] = ACTIONS(6487), + [anon_sym_break_AT] = ACTIONS(6487), + [sym_real_literal] = ACTIONS(6487), + [sym_integer_literal] = ACTIONS(6489), + [sym_hex_literal] = ACTIONS(6487), + [sym_bin_literal] = ACTIONS(6487), + [anon_sym_true] = ACTIONS(6489), + [anon_sym_false] = ACTIONS(6489), + [anon_sym_SQUOTE] = ACTIONS(6487), + [sym__backtick_identifier] = ACTIONS(6487), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(6487), }, [3083] = { - [sym_enum_class_body] = STATE(3178), - [sym__alpha_identifier] = ACTIONS(4197), - [anon_sym_AT] = ACTIONS(4199), - [anon_sym_LBRACK] = ACTIONS(4199), - [anon_sym_RBRACK] = ACTIONS(4199), - [anon_sym_as] = ACTIONS(4197), - [anon_sym_EQ] = ACTIONS(4197), - [anon_sym_LBRACE] = ACTIONS(5155), - [anon_sym_RBRACE] = ACTIONS(4199), - [anon_sym_LPAREN] = ACTIONS(4199), - [anon_sym_COMMA] = ACTIONS(4199), - [anon_sym_RPAREN] = ACTIONS(4199), - [anon_sym_LT] = ACTIONS(4197), - [anon_sym_GT] = ACTIONS(4197), - [anon_sym_where] = ACTIONS(4197), - [anon_sym_DOT] = ACTIONS(4197), - [anon_sym_SEMI] = ACTIONS(4199), - [anon_sym_get] = ACTIONS(4197), - [anon_sym_set] = ACTIONS(4197), - [anon_sym_STAR] = ACTIONS(4197), - [anon_sym_DASH_GT] = ACTIONS(4199), - [sym_label] = ACTIONS(4199), - [anon_sym_in] = ACTIONS(4197), - [anon_sym_while] = ACTIONS(4197), - [anon_sym_DOT_DOT] = ACTIONS(4199), - [anon_sym_QMARK_COLON] = ACTIONS(4199), - [anon_sym_AMP_AMP] = ACTIONS(4199), - [anon_sym_PIPE_PIPE] = ACTIONS(4199), - [anon_sym_else] = ACTIONS(4197), - [anon_sym_COLON_COLON] = ACTIONS(4199), - [anon_sym_PLUS_EQ] = ACTIONS(4199), - [anon_sym_DASH_EQ] = ACTIONS(4199), - [anon_sym_STAR_EQ] = ACTIONS(4199), - [anon_sym_SLASH_EQ] = ACTIONS(4199), - [anon_sym_PERCENT_EQ] = ACTIONS(4199), - [anon_sym_BANG_EQ] = ACTIONS(4197), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4199), - [anon_sym_EQ_EQ] = ACTIONS(4197), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4199), - [anon_sym_LT_EQ] = ACTIONS(4199), - [anon_sym_GT_EQ] = ACTIONS(4199), - [anon_sym_BANGin] = ACTIONS(4199), - [anon_sym_is] = ACTIONS(4197), - [anon_sym_BANGis] = ACTIONS(4199), - [anon_sym_PLUS] = ACTIONS(4197), - [anon_sym_DASH] = ACTIONS(4197), - [anon_sym_SLASH] = ACTIONS(4197), - [anon_sym_PERCENT] = ACTIONS(4197), - [anon_sym_as_QMARK] = ACTIONS(4199), - [anon_sym_PLUS_PLUS] = ACTIONS(4199), - [anon_sym_DASH_DASH] = ACTIONS(4199), - [anon_sym_BANG_BANG] = ACTIONS(4199), - [anon_sym_suspend] = ACTIONS(4197), - [anon_sym_sealed] = ACTIONS(4197), - [anon_sym_annotation] = ACTIONS(4197), - [anon_sym_data] = ACTIONS(4197), - [anon_sym_inner] = ACTIONS(4197), - [anon_sym_override] = ACTIONS(4197), - [anon_sym_lateinit] = ACTIONS(4197), - [anon_sym_public] = ACTIONS(4197), - [anon_sym_private] = ACTIONS(4197), - [anon_sym_internal] = ACTIONS(4197), - [anon_sym_protected] = ACTIONS(4197), - [anon_sym_tailrec] = ACTIONS(4197), - [anon_sym_operator] = ACTIONS(4197), - [anon_sym_infix] = ACTIONS(4197), - [anon_sym_inline] = ACTIONS(4197), - [anon_sym_external] = ACTIONS(4197), - [sym_property_modifier] = ACTIONS(4197), - [anon_sym_abstract] = ACTIONS(4197), - [anon_sym_final] = ACTIONS(4197), - [anon_sym_open] = ACTIONS(4197), - [anon_sym_vararg] = ACTIONS(4197), - [anon_sym_noinline] = ACTIONS(4197), - [anon_sym_crossinline] = ACTIONS(4197), - [anon_sym_expect] = ACTIONS(4197), - [anon_sym_actual] = ACTIONS(4197), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4199), - [sym_safe_nav] = ACTIONS(4199), - [sym_multiline_comment] = ACTIONS(3), + [sym_class_body] = STATE(3126), + [sym__alpha_identifier] = ACTIONS(4682), + [anon_sym_AT] = ACTIONS(4684), + [anon_sym_LBRACK] = ACTIONS(4684), + [anon_sym_as] = ACTIONS(4682), + [anon_sym_EQ] = ACTIONS(4682), + [anon_sym_LBRACE] = ACTIONS(3144), + [anon_sym_RBRACE] = ACTIONS(4684), + [anon_sym_LPAREN] = ACTIONS(4684), + [anon_sym_COMMA] = ACTIONS(4684), + [anon_sym_LT] = ACTIONS(4682), + [anon_sym_GT] = ACTIONS(4682), + [anon_sym_where] = ACTIONS(4682), + [anon_sym_object] = ACTIONS(4682), + [anon_sym_fun] = ACTIONS(4682), + [anon_sym_DOT] = ACTIONS(4682), + [anon_sym_SEMI] = ACTIONS(4684), + [anon_sym_get] = ACTIONS(4682), + [anon_sym_set] = ACTIONS(4682), + [anon_sym_this] = ACTIONS(4682), + [anon_sym_super] = ACTIONS(4682), + [anon_sym_STAR] = ACTIONS(4682), + [sym_label] = ACTIONS(4682), + [anon_sym_in] = ACTIONS(4682), + [anon_sym_DOT_DOT] = ACTIONS(4684), + [anon_sym_QMARK_COLON] = ACTIONS(4684), + [anon_sym_AMP_AMP] = ACTIONS(4684), + [anon_sym_PIPE_PIPE] = ACTIONS(4684), + [anon_sym_null] = ACTIONS(4682), + [anon_sym_if] = ACTIONS(4682), + [anon_sym_else] = ACTIONS(4682), + [anon_sym_when] = ACTIONS(4682), + [anon_sym_try] = ACTIONS(4682), + [anon_sym_throw] = ACTIONS(4682), + [anon_sym_return] = ACTIONS(4682), + [anon_sym_continue] = ACTIONS(4682), + [anon_sym_break] = ACTIONS(4682), + [anon_sym_COLON_COLON] = ACTIONS(4684), + [anon_sym_PLUS_EQ] = ACTIONS(4684), + [anon_sym_DASH_EQ] = ACTIONS(4684), + [anon_sym_STAR_EQ] = ACTIONS(4684), + [anon_sym_SLASH_EQ] = ACTIONS(4684), + [anon_sym_PERCENT_EQ] = ACTIONS(4684), + [anon_sym_BANG_EQ] = ACTIONS(4682), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4684), + [anon_sym_EQ_EQ] = ACTIONS(4682), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4684), + [anon_sym_LT_EQ] = ACTIONS(4684), + [anon_sym_GT_EQ] = ACTIONS(4684), + [anon_sym_BANGin] = ACTIONS(4684), + [anon_sym_is] = ACTIONS(4682), + [anon_sym_BANGis] = ACTIONS(4684), + [anon_sym_PLUS] = ACTIONS(4682), + [anon_sym_DASH] = ACTIONS(4682), + [anon_sym_SLASH] = ACTIONS(4682), + [anon_sym_PERCENT] = ACTIONS(4682), + [anon_sym_as_QMARK] = ACTIONS(4684), + [anon_sym_PLUS_PLUS] = ACTIONS(4684), + [anon_sym_DASH_DASH] = ACTIONS(4684), + [anon_sym_BANG] = ACTIONS(4682), + [anon_sym_BANG_BANG] = ACTIONS(4684), + [anon_sym_data] = ACTIONS(4682), + [anon_sym_inner] = ACTIONS(4682), + [anon_sym_expect] = ACTIONS(4682), + [anon_sym_actual] = ACTIONS(4682), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4684), + [anon_sym_continue_AT] = ACTIONS(4684), + [anon_sym_break_AT] = ACTIONS(4684), + [sym_real_literal] = ACTIONS(4684), + [sym_integer_literal] = ACTIONS(4682), + [sym_hex_literal] = ACTIONS(4684), + [sym_bin_literal] = ACTIONS(4684), + [anon_sym_true] = ACTIONS(4682), + [anon_sym_false] = ACTIONS(4682), + [anon_sym_SQUOTE] = ACTIONS(4684), + [sym__backtick_identifier] = ACTIONS(4684), + [sym__automatic_semicolon] = ACTIONS(4684), + [sym_safe_nav] = ACTIONS(4684), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4684), }, [3084] = { - [sym__alpha_identifier] = ACTIONS(4700), - [anon_sym_AT] = ACTIONS(4702), - [anon_sym_COLON] = ACTIONS(4700), - [anon_sym_LBRACK] = ACTIONS(4702), - [anon_sym_as] = ACTIONS(4700), - [anon_sym_EQ] = ACTIONS(4700), - [anon_sym_LBRACE] = ACTIONS(4702), - [anon_sym_RBRACE] = ACTIONS(4702), - [anon_sym_LPAREN] = ACTIONS(4702), - [anon_sym_COMMA] = ACTIONS(4702), - [anon_sym_LT] = ACTIONS(4700), - [anon_sym_GT] = ACTIONS(4700), - [anon_sym_where] = ACTIONS(4700), - [anon_sym_object] = ACTIONS(4700), - [anon_sym_fun] = ACTIONS(4700), - [anon_sym_DOT] = ACTIONS(4700), - [anon_sym_SEMI] = ACTIONS(4702), - [anon_sym_get] = ACTIONS(4700), - [anon_sym_set] = ACTIONS(4700), - [anon_sym_this] = ACTIONS(4700), - [anon_sym_super] = ACTIONS(4700), - [anon_sym_STAR] = ACTIONS(4700), - [sym_label] = ACTIONS(4700), - [anon_sym_in] = ACTIONS(4700), - [anon_sym_DOT_DOT] = ACTIONS(4702), - [anon_sym_QMARK_COLON] = ACTIONS(4702), - [anon_sym_AMP_AMP] = ACTIONS(4702), - [anon_sym_PIPE_PIPE] = ACTIONS(4702), - [anon_sym_null] = ACTIONS(4700), - [anon_sym_if] = ACTIONS(4700), - [anon_sym_else] = ACTIONS(4700), - [anon_sym_when] = ACTIONS(4700), - [anon_sym_try] = ACTIONS(4700), - [anon_sym_throw] = ACTIONS(4700), - [anon_sym_return] = ACTIONS(4700), - [anon_sym_continue] = ACTIONS(4700), - [anon_sym_break] = ACTIONS(4700), - [anon_sym_COLON_COLON] = ACTIONS(4702), - [anon_sym_PLUS_EQ] = ACTIONS(4702), - [anon_sym_DASH_EQ] = ACTIONS(4702), - [anon_sym_STAR_EQ] = ACTIONS(4702), - [anon_sym_SLASH_EQ] = ACTIONS(4702), - [anon_sym_PERCENT_EQ] = ACTIONS(4702), - [anon_sym_BANG_EQ] = ACTIONS(4700), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4702), - [anon_sym_EQ_EQ] = ACTIONS(4700), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4702), - [anon_sym_LT_EQ] = ACTIONS(4702), - [anon_sym_GT_EQ] = ACTIONS(4702), - [anon_sym_BANGin] = ACTIONS(4702), - [anon_sym_is] = ACTIONS(4700), - [anon_sym_BANGis] = ACTIONS(4702), - [anon_sym_PLUS] = ACTIONS(4700), - [anon_sym_DASH] = ACTIONS(4700), - [anon_sym_SLASH] = ACTIONS(4700), - [anon_sym_PERCENT] = ACTIONS(4700), - [anon_sym_as_QMARK] = ACTIONS(4702), - [anon_sym_PLUS_PLUS] = ACTIONS(4702), - [anon_sym_DASH_DASH] = ACTIONS(4702), - [anon_sym_BANG] = ACTIONS(4700), - [anon_sym_BANG_BANG] = ACTIONS(4702), - [anon_sym_data] = ACTIONS(4700), - [anon_sym_inner] = ACTIONS(4700), - [anon_sym_expect] = ACTIONS(4700), - [anon_sym_actual] = ACTIONS(4700), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4702), - [anon_sym_continue_AT] = ACTIONS(4702), - [anon_sym_break_AT] = ACTIONS(4702), - [sym_real_literal] = ACTIONS(4702), - [sym_integer_literal] = ACTIONS(4700), - [sym_hex_literal] = ACTIONS(4702), - [sym_bin_literal] = ACTIONS(4702), - [anon_sym_true] = ACTIONS(4700), - [anon_sym_false] = ACTIONS(4700), - [anon_sym_SQUOTE] = ACTIONS(4702), - [sym__backtick_identifier] = ACTIONS(4702), - [sym__automatic_semicolon] = ACTIONS(4702), - [sym_safe_nav] = ACTIONS(4702), + [sym_class_body] = STATE(3180), + [sym__alpha_identifier] = ACTIONS(4682), + [anon_sym_AT] = ACTIONS(4684), + [anon_sym_LBRACK] = ACTIONS(4684), + [anon_sym_RBRACK] = ACTIONS(4684), + [anon_sym_as] = ACTIONS(4682), + [anon_sym_EQ] = ACTIONS(4682), + [anon_sym_LBRACE] = ACTIONS(5179), + [anon_sym_RBRACE] = ACTIONS(4684), + [anon_sym_LPAREN] = ACTIONS(4684), + [anon_sym_COMMA] = ACTIONS(4684), + [anon_sym_RPAREN] = ACTIONS(4684), + [anon_sym_LT] = ACTIONS(4682), + [anon_sym_GT] = ACTIONS(4682), + [anon_sym_where] = ACTIONS(4682), + [anon_sym_DOT] = ACTIONS(4682), + [anon_sym_SEMI] = ACTIONS(4684), + [anon_sym_get] = ACTIONS(4682), + [anon_sym_set] = ACTIONS(4682), + [anon_sym_STAR] = ACTIONS(4682), + [anon_sym_DASH_GT] = ACTIONS(4684), + [sym_label] = ACTIONS(4684), + [anon_sym_in] = ACTIONS(4682), + [anon_sym_while] = ACTIONS(4682), + [anon_sym_DOT_DOT] = ACTIONS(4684), + [anon_sym_QMARK_COLON] = ACTIONS(4684), + [anon_sym_AMP_AMP] = ACTIONS(4684), + [anon_sym_PIPE_PIPE] = ACTIONS(4684), + [anon_sym_else] = ACTIONS(4682), + [anon_sym_COLON_COLON] = ACTIONS(4684), + [anon_sym_PLUS_EQ] = ACTIONS(4684), + [anon_sym_DASH_EQ] = ACTIONS(4684), + [anon_sym_STAR_EQ] = ACTIONS(4684), + [anon_sym_SLASH_EQ] = ACTIONS(4684), + [anon_sym_PERCENT_EQ] = ACTIONS(4684), + [anon_sym_BANG_EQ] = ACTIONS(4682), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4684), + [anon_sym_EQ_EQ] = ACTIONS(4682), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4684), + [anon_sym_LT_EQ] = ACTIONS(4684), + [anon_sym_GT_EQ] = ACTIONS(4684), + [anon_sym_BANGin] = ACTIONS(4684), + [anon_sym_is] = ACTIONS(4682), + [anon_sym_BANGis] = ACTIONS(4684), + [anon_sym_PLUS] = ACTIONS(4682), + [anon_sym_DASH] = ACTIONS(4682), + [anon_sym_SLASH] = ACTIONS(4682), + [anon_sym_PERCENT] = ACTIONS(4682), + [anon_sym_as_QMARK] = ACTIONS(4684), + [anon_sym_PLUS_PLUS] = ACTIONS(4684), + [anon_sym_DASH_DASH] = ACTIONS(4684), + [anon_sym_BANG_BANG] = ACTIONS(4684), + [anon_sym_suspend] = ACTIONS(4682), + [anon_sym_sealed] = ACTIONS(4682), + [anon_sym_annotation] = ACTIONS(4682), + [anon_sym_data] = ACTIONS(4682), + [anon_sym_inner] = ACTIONS(4682), + [anon_sym_override] = ACTIONS(4682), + [anon_sym_lateinit] = ACTIONS(4682), + [anon_sym_public] = ACTIONS(4682), + [anon_sym_private] = ACTIONS(4682), + [anon_sym_internal] = ACTIONS(4682), + [anon_sym_protected] = ACTIONS(4682), + [anon_sym_tailrec] = ACTIONS(4682), + [anon_sym_operator] = ACTIONS(4682), + [anon_sym_infix] = ACTIONS(4682), + [anon_sym_inline] = ACTIONS(4682), + [anon_sym_external] = ACTIONS(4682), + [sym_property_modifier] = ACTIONS(4682), + [anon_sym_abstract] = ACTIONS(4682), + [anon_sym_final] = ACTIONS(4682), + [anon_sym_open] = ACTIONS(4682), + [anon_sym_vararg] = ACTIONS(4682), + [anon_sym_noinline] = ACTIONS(4682), + [anon_sym_crossinline] = ACTIONS(4682), + [anon_sym_expect] = ACTIONS(4682), + [anon_sym_actual] = ACTIONS(4682), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4684), + [sym_safe_nav] = ACTIONS(4684), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4702), }, [3085] = { - [aux_sym_type_constraints_repeat1] = STATE(3072), - [sym__alpha_identifier] = ACTIONS(4491), - [anon_sym_AT] = ACTIONS(4493), - [anon_sym_LBRACK] = ACTIONS(4493), - [anon_sym_as] = ACTIONS(4491), - [anon_sym_EQ] = ACTIONS(4491), - [anon_sym_LBRACE] = ACTIONS(4493), - [anon_sym_RBRACE] = ACTIONS(4493), - [anon_sym_LPAREN] = ACTIONS(4493), - [anon_sym_COMMA] = ACTIONS(6482), - [anon_sym_LT] = ACTIONS(4491), - [anon_sym_GT] = ACTIONS(4491), - [anon_sym_where] = ACTIONS(4491), - [anon_sym_object] = ACTIONS(4491), - [anon_sym_fun] = ACTIONS(4491), - [anon_sym_DOT] = ACTIONS(4491), - [anon_sym_SEMI] = ACTIONS(4493), - [anon_sym_get] = ACTIONS(4491), - [anon_sym_set] = ACTIONS(4491), - [anon_sym_this] = ACTIONS(4491), - [anon_sym_super] = ACTIONS(4491), - [anon_sym_STAR] = ACTIONS(4491), - [sym_label] = ACTIONS(4491), - [anon_sym_in] = ACTIONS(4491), - [anon_sym_DOT_DOT] = ACTIONS(4493), - [anon_sym_QMARK_COLON] = ACTIONS(4493), - [anon_sym_AMP_AMP] = ACTIONS(4493), - [anon_sym_PIPE_PIPE] = ACTIONS(4493), - [anon_sym_null] = ACTIONS(4491), - [anon_sym_if] = ACTIONS(4491), - [anon_sym_else] = ACTIONS(4491), - [anon_sym_when] = ACTIONS(4491), - [anon_sym_try] = ACTIONS(4491), - [anon_sym_throw] = ACTIONS(4491), - [anon_sym_return] = ACTIONS(4491), - [anon_sym_continue] = ACTIONS(4491), - [anon_sym_break] = ACTIONS(4491), - [anon_sym_COLON_COLON] = ACTIONS(4493), - [anon_sym_PLUS_EQ] = ACTIONS(4493), - [anon_sym_DASH_EQ] = ACTIONS(4493), - [anon_sym_STAR_EQ] = ACTIONS(4493), - [anon_sym_SLASH_EQ] = ACTIONS(4493), - [anon_sym_PERCENT_EQ] = ACTIONS(4493), - [anon_sym_BANG_EQ] = ACTIONS(4491), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4493), - [anon_sym_EQ_EQ] = ACTIONS(4491), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4493), - [anon_sym_LT_EQ] = ACTIONS(4493), - [anon_sym_GT_EQ] = ACTIONS(4493), - [anon_sym_BANGin] = ACTIONS(4493), - [anon_sym_is] = ACTIONS(4491), - [anon_sym_BANGis] = ACTIONS(4493), - [anon_sym_PLUS] = ACTIONS(4491), - [anon_sym_DASH] = ACTIONS(4491), - [anon_sym_SLASH] = ACTIONS(4491), - [anon_sym_PERCENT] = ACTIONS(4491), - [anon_sym_as_QMARK] = ACTIONS(4493), - [anon_sym_PLUS_PLUS] = ACTIONS(4493), - [anon_sym_DASH_DASH] = ACTIONS(4493), - [anon_sym_BANG] = ACTIONS(4491), - [anon_sym_BANG_BANG] = ACTIONS(4493), - [anon_sym_data] = ACTIONS(4491), - [anon_sym_inner] = ACTIONS(4491), - [anon_sym_expect] = ACTIONS(4491), - [anon_sym_actual] = ACTIONS(4491), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4493), - [anon_sym_continue_AT] = ACTIONS(4493), - [anon_sym_break_AT] = ACTIONS(4493), - [sym_real_literal] = ACTIONS(4493), - [sym_integer_literal] = ACTIONS(4491), - [sym_hex_literal] = ACTIONS(4493), - [sym_bin_literal] = ACTIONS(4493), - [anon_sym_true] = ACTIONS(4491), - [anon_sym_false] = ACTIONS(4491), - [anon_sym_SQUOTE] = ACTIONS(4493), - [sym__backtick_identifier] = ACTIONS(4493), - [sym__automatic_semicolon] = ACTIONS(4493), - [sym_safe_nav] = ACTIONS(4493), + [sym__alpha_identifier] = ACTIONS(4539), + [anon_sym_AT] = ACTIONS(4541), + [anon_sym_COLON] = ACTIONS(4539), + [anon_sym_LBRACK] = ACTIONS(4541), + [anon_sym_RBRACK] = ACTIONS(4541), + [anon_sym_as] = ACTIONS(4539), + [anon_sym_EQ] = ACTIONS(4539), + [anon_sym_LBRACE] = ACTIONS(4541), + [anon_sym_RBRACE] = ACTIONS(4541), + [anon_sym_LPAREN] = ACTIONS(4541), + [anon_sym_COMMA] = ACTIONS(4541), + [anon_sym_RPAREN] = ACTIONS(4541), + [anon_sym_LT] = ACTIONS(4539), + [anon_sym_GT] = ACTIONS(4539), + [anon_sym_where] = ACTIONS(4539), + [anon_sym_DOT] = ACTIONS(4539), + [anon_sym_SEMI] = ACTIONS(4541), + [anon_sym_get] = ACTIONS(4539), + [anon_sym_set] = ACTIONS(4539), + [anon_sym_STAR] = ACTIONS(4539), + [anon_sym_DASH_GT] = ACTIONS(4541), + [sym_label] = ACTIONS(4541), + [anon_sym_in] = ACTIONS(4539), + [anon_sym_while] = ACTIONS(4539), + [anon_sym_DOT_DOT] = ACTIONS(4541), + [anon_sym_QMARK_COLON] = ACTIONS(4541), + [anon_sym_AMP_AMP] = ACTIONS(4541), + [anon_sym_PIPE_PIPE] = ACTIONS(4541), + [anon_sym_else] = ACTIONS(4539), + [anon_sym_COLON_COLON] = ACTIONS(4541), + [anon_sym_PLUS_EQ] = ACTIONS(4541), + [anon_sym_DASH_EQ] = ACTIONS(4541), + [anon_sym_STAR_EQ] = ACTIONS(4541), + [anon_sym_SLASH_EQ] = ACTIONS(4541), + [anon_sym_PERCENT_EQ] = ACTIONS(4541), + [anon_sym_BANG_EQ] = ACTIONS(4539), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4541), + [anon_sym_EQ_EQ] = ACTIONS(4539), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4541), + [anon_sym_LT_EQ] = ACTIONS(4541), + [anon_sym_GT_EQ] = ACTIONS(4541), + [anon_sym_BANGin] = ACTIONS(4541), + [anon_sym_is] = ACTIONS(4539), + [anon_sym_BANGis] = ACTIONS(4541), + [anon_sym_PLUS] = ACTIONS(4539), + [anon_sym_DASH] = ACTIONS(4539), + [anon_sym_SLASH] = ACTIONS(4539), + [anon_sym_PERCENT] = ACTIONS(4539), + [anon_sym_as_QMARK] = ACTIONS(4541), + [anon_sym_PLUS_PLUS] = ACTIONS(4541), + [anon_sym_DASH_DASH] = ACTIONS(4541), + [anon_sym_BANG_BANG] = ACTIONS(4541), + [anon_sym_suspend] = ACTIONS(4539), + [anon_sym_sealed] = ACTIONS(4539), + [anon_sym_annotation] = ACTIONS(4539), + [anon_sym_data] = ACTIONS(4539), + [anon_sym_inner] = ACTIONS(4539), + [anon_sym_override] = ACTIONS(4539), + [anon_sym_lateinit] = ACTIONS(4539), + [anon_sym_public] = ACTIONS(4539), + [anon_sym_private] = ACTIONS(4539), + [anon_sym_internal] = ACTIONS(4539), + [anon_sym_protected] = ACTIONS(4539), + [anon_sym_tailrec] = ACTIONS(4539), + [anon_sym_operator] = ACTIONS(4539), + [anon_sym_infix] = ACTIONS(4539), + [anon_sym_inline] = ACTIONS(4539), + [anon_sym_external] = ACTIONS(4539), + [sym_property_modifier] = ACTIONS(4539), + [anon_sym_abstract] = ACTIONS(4539), + [anon_sym_final] = ACTIONS(4539), + [anon_sym_open] = ACTIONS(4539), + [anon_sym_vararg] = ACTIONS(4539), + [anon_sym_noinline] = ACTIONS(4539), + [anon_sym_crossinline] = ACTIONS(4539), + [anon_sym_expect] = ACTIONS(4539), + [anon_sym_actual] = ACTIONS(4539), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4541), + [sym_safe_nav] = ACTIONS(4541), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4493), }, [3086] = { - [sym_class_body] = STATE(3178), - [sym__alpha_identifier] = ACTIONS(4197), - [anon_sym_AT] = ACTIONS(4199), - [anon_sym_LBRACK] = ACTIONS(4199), - [anon_sym_RBRACK] = ACTIONS(4199), - [anon_sym_as] = ACTIONS(4197), - [anon_sym_EQ] = ACTIONS(4197), - [anon_sym_LBRACE] = ACTIONS(5147), - [anon_sym_RBRACE] = ACTIONS(4199), - [anon_sym_LPAREN] = ACTIONS(4199), - [anon_sym_COMMA] = ACTIONS(4199), - [anon_sym_RPAREN] = ACTIONS(4199), - [anon_sym_LT] = ACTIONS(4197), - [anon_sym_GT] = ACTIONS(4197), - [anon_sym_where] = ACTIONS(4197), - [anon_sym_DOT] = ACTIONS(4197), - [anon_sym_SEMI] = ACTIONS(4199), - [anon_sym_get] = ACTIONS(4197), - [anon_sym_set] = ACTIONS(4197), - [anon_sym_STAR] = ACTIONS(4197), - [anon_sym_DASH_GT] = ACTIONS(4199), - [sym_label] = ACTIONS(4199), - [anon_sym_in] = ACTIONS(4197), - [anon_sym_while] = ACTIONS(4197), - [anon_sym_DOT_DOT] = ACTIONS(4199), - [anon_sym_QMARK_COLON] = ACTIONS(4199), - [anon_sym_AMP_AMP] = ACTIONS(4199), - [anon_sym_PIPE_PIPE] = ACTIONS(4199), - [anon_sym_else] = ACTIONS(4197), - [anon_sym_COLON_COLON] = ACTIONS(4199), - [anon_sym_PLUS_EQ] = ACTIONS(4199), - [anon_sym_DASH_EQ] = ACTIONS(4199), - [anon_sym_STAR_EQ] = ACTIONS(4199), - [anon_sym_SLASH_EQ] = ACTIONS(4199), - [anon_sym_PERCENT_EQ] = ACTIONS(4199), - [anon_sym_BANG_EQ] = ACTIONS(4197), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4199), - [anon_sym_EQ_EQ] = ACTIONS(4197), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4199), - [anon_sym_LT_EQ] = ACTIONS(4199), - [anon_sym_GT_EQ] = ACTIONS(4199), - [anon_sym_BANGin] = ACTIONS(4199), - [anon_sym_is] = ACTIONS(4197), - [anon_sym_BANGis] = ACTIONS(4199), - [anon_sym_PLUS] = ACTIONS(4197), - [anon_sym_DASH] = ACTIONS(4197), - [anon_sym_SLASH] = ACTIONS(4197), - [anon_sym_PERCENT] = ACTIONS(4197), - [anon_sym_as_QMARK] = ACTIONS(4199), - [anon_sym_PLUS_PLUS] = ACTIONS(4199), - [anon_sym_DASH_DASH] = ACTIONS(4199), - [anon_sym_BANG_BANG] = ACTIONS(4199), - [anon_sym_suspend] = ACTIONS(4197), - [anon_sym_sealed] = ACTIONS(4197), - [anon_sym_annotation] = ACTIONS(4197), - [anon_sym_data] = ACTIONS(4197), - [anon_sym_inner] = ACTIONS(4197), - [anon_sym_override] = ACTIONS(4197), - [anon_sym_lateinit] = ACTIONS(4197), - [anon_sym_public] = ACTIONS(4197), - [anon_sym_private] = ACTIONS(4197), - [anon_sym_internal] = ACTIONS(4197), - [anon_sym_protected] = ACTIONS(4197), - [anon_sym_tailrec] = ACTIONS(4197), - [anon_sym_operator] = ACTIONS(4197), - [anon_sym_infix] = ACTIONS(4197), - [anon_sym_inline] = ACTIONS(4197), - [anon_sym_external] = ACTIONS(4197), - [sym_property_modifier] = ACTIONS(4197), - [anon_sym_abstract] = ACTIONS(4197), - [anon_sym_final] = ACTIONS(4197), - [anon_sym_open] = ACTIONS(4197), - [anon_sym_vararg] = ACTIONS(4197), - [anon_sym_noinline] = ACTIONS(4197), - [anon_sym_crossinline] = ACTIONS(4197), - [anon_sym_expect] = ACTIONS(4197), - [anon_sym_actual] = ACTIONS(4197), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4199), - [sym_safe_nav] = ACTIONS(4199), - [sym_multiline_comment] = ACTIONS(3), + [sym__alpha_identifier] = ACTIONS(4539), + [anon_sym_AT] = ACTIONS(4541), + [anon_sym_COLON] = ACTIONS(4539), + [anon_sym_LBRACK] = ACTIONS(4541), + [anon_sym_as] = ACTIONS(4539), + [anon_sym_EQ] = ACTIONS(4539), + [anon_sym_LBRACE] = ACTIONS(4541), + [anon_sym_RBRACE] = ACTIONS(4541), + [anon_sym_LPAREN] = ACTIONS(4541), + [anon_sym_COMMA] = ACTIONS(4541), + [anon_sym_LT] = ACTIONS(4539), + [anon_sym_GT] = ACTIONS(4539), + [anon_sym_where] = ACTIONS(4539), + [anon_sym_object] = ACTIONS(4539), + [anon_sym_fun] = ACTIONS(4539), + [anon_sym_DOT] = ACTIONS(4539), + [anon_sym_SEMI] = ACTIONS(4541), + [anon_sym_get] = ACTIONS(4539), + [anon_sym_set] = ACTIONS(4539), + [anon_sym_this] = ACTIONS(4539), + [anon_sym_super] = ACTIONS(4539), + [anon_sym_STAR] = ACTIONS(4539), + [sym_label] = ACTIONS(4539), + [anon_sym_in] = ACTIONS(4539), + [anon_sym_DOT_DOT] = ACTIONS(4541), + [anon_sym_QMARK_COLON] = ACTIONS(4541), + [anon_sym_AMP_AMP] = ACTIONS(4541), + [anon_sym_PIPE_PIPE] = ACTIONS(4541), + [anon_sym_null] = ACTIONS(4539), + [anon_sym_if] = ACTIONS(4539), + [anon_sym_else] = ACTIONS(4539), + [anon_sym_when] = ACTIONS(4539), + [anon_sym_try] = ACTIONS(4539), + [anon_sym_throw] = ACTIONS(4539), + [anon_sym_return] = ACTIONS(4539), + [anon_sym_continue] = ACTIONS(4539), + [anon_sym_break] = ACTIONS(4539), + [anon_sym_COLON_COLON] = ACTIONS(4541), + [anon_sym_PLUS_EQ] = ACTIONS(4541), + [anon_sym_DASH_EQ] = ACTIONS(4541), + [anon_sym_STAR_EQ] = ACTIONS(4541), + [anon_sym_SLASH_EQ] = ACTIONS(4541), + [anon_sym_PERCENT_EQ] = ACTIONS(4541), + [anon_sym_BANG_EQ] = ACTIONS(4539), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4541), + [anon_sym_EQ_EQ] = ACTIONS(4539), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4541), + [anon_sym_LT_EQ] = ACTIONS(4541), + [anon_sym_GT_EQ] = ACTIONS(4541), + [anon_sym_BANGin] = ACTIONS(4541), + [anon_sym_is] = ACTIONS(4539), + [anon_sym_BANGis] = ACTIONS(4541), + [anon_sym_PLUS] = ACTIONS(4539), + [anon_sym_DASH] = ACTIONS(4539), + [anon_sym_SLASH] = ACTIONS(4539), + [anon_sym_PERCENT] = ACTIONS(4539), + [anon_sym_as_QMARK] = ACTIONS(4541), + [anon_sym_PLUS_PLUS] = ACTIONS(4541), + [anon_sym_DASH_DASH] = ACTIONS(4541), + [anon_sym_BANG] = ACTIONS(4539), + [anon_sym_BANG_BANG] = ACTIONS(4541), + [anon_sym_data] = ACTIONS(4539), + [anon_sym_inner] = ACTIONS(4539), + [anon_sym_expect] = ACTIONS(4539), + [anon_sym_actual] = ACTIONS(4539), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4541), + [anon_sym_continue_AT] = ACTIONS(4541), + [anon_sym_break_AT] = ACTIONS(4541), + [sym_real_literal] = ACTIONS(4541), + [sym_integer_literal] = ACTIONS(4539), + [sym_hex_literal] = ACTIONS(4541), + [sym_bin_literal] = ACTIONS(4541), + [anon_sym_true] = ACTIONS(4539), + [anon_sym_false] = ACTIONS(4539), + [anon_sym_SQUOTE] = ACTIONS(4541), + [sym__backtick_identifier] = ACTIONS(4541), + [sym__automatic_semicolon] = ACTIONS(4541), + [sym_safe_nav] = ACTIONS(4541), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4541), }, [3087] = { - [sym_class_body] = STATE(3179), - [sym__alpha_identifier] = ACTIONS(4422), - [anon_sym_AT] = ACTIONS(4424), - [anon_sym_LBRACK] = ACTIONS(4424), - [anon_sym_as] = ACTIONS(4422), - [anon_sym_EQ] = ACTIONS(4422), - [anon_sym_LBRACE] = ACTIONS(3112), - [anon_sym_RBRACE] = ACTIONS(4424), - [anon_sym_LPAREN] = ACTIONS(4424), - [anon_sym_COMMA] = ACTIONS(4424), - [anon_sym_LT] = ACTIONS(4422), - [anon_sym_GT] = ACTIONS(4422), - [anon_sym_where] = ACTIONS(4422), - [anon_sym_object] = ACTIONS(4422), - [anon_sym_fun] = ACTIONS(4422), - [anon_sym_DOT] = ACTIONS(4422), - [anon_sym_SEMI] = ACTIONS(4424), - [anon_sym_get] = ACTIONS(4422), - [anon_sym_set] = ACTIONS(4422), - [anon_sym_this] = ACTIONS(4422), - [anon_sym_super] = ACTIONS(4422), - [anon_sym_STAR] = ACTIONS(4422), - [sym_label] = ACTIONS(4422), - [anon_sym_in] = ACTIONS(4422), - [anon_sym_DOT_DOT] = ACTIONS(4424), - [anon_sym_QMARK_COLON] = ACTIONS(4424), - [anon_sym_AMP_AMP] = ACTIONS(4424), - [anon_sym_PIPE_PIPE] = ACTIONS(4424), - [anon_sym_null] = ACTIONS(4422), - [anon_sym_if] = ACTIONS(4422), - [anon_sym_else] = ACTIONS(4422), - [anon_sym_when] = ACTIONS(4422), - [anon_sym_try] = ACTIONS(4422), - [anon_sym_throw] = ACTIONS(4422), - [anon_sym_return] = ACTIONS(4422), - [anon_sym_continue] = ACTIONS(4422), - [anon_sym_break] = ACTIONS(4422), - [anon_sym_COLON_COLON] = ACTIONS(4424), - [anon_sym_PLUS_EQ] = ACTIONS(4424), - [anon_sym_DASH_EQ] = ACTIONS(4424), - [anon_sym_STAR_EQ] = ACTIONS(4424), - [anon_sym_SLASH_EQ] = ACTIONS(4424), - [anon_sym_PERCENT_EQ] = ACTIONS(4424), - [anon_sym_BANG_EQ] = ACTIONS(4422), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4424), - [anon_sym_EQ_EQ] = ACTIONS(4422), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4424), - [anon_sym_LT_EQ] = ACTIONS(4424), - [anon_sym_GT_EQ] = ACTIONS(4424), - [anon_sym_BANGin] = ACTIONS(4424), - [anon_sym_is] = ACTIONS(4422), - [anon_sym_BANGis] = ACTIONS(4424), - [anon_sym_PLUS] = ACTIONS(4422), - [anon_sym_DASH] = ACTIONS(4422), - [anon_sym_SLASH] = ACTIONS(4422), - [anon_sym_PERCENT] = ACTIONS(4422), - [anon_sym_as_QMARK] = ACTIONS(4424), - [anon_sym_PLUS_PLUS] = ACTIONS(4424), - [anon_sym_DASH_DASH] = ACTIONS(4424), - [anon_sym_BANG] = ACTIONS(4422), - [anon_sym_BANG_BANG] = ACTIONS(4424), - [anon_sym_data] = ACTIONS(4422), - [anon_sym_inner] = ACTIONS(4422), - [anon_sym_expect] = ACTIONS(4422), - [anon_sym_actual] = ACTIONS(4422), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4424), - [anon_sym_continue_AT] = ACTIONS(4424), - [anon_sym_break_AT] = ACTIONS(4424), - [sym_real_literal] = ACTIONS(4424), - [sym_integer_literal] = ACTIONS(4422), - [sym_hex_literal] = ACTIONS(4424), - [sym_bin_literal] = ACTIONS(4424), - [anon_sym_true] = ACTIONS(4422), - [anon_sym_false] = ACTIONS(4422), - [anon_sym_SQUOTE] = ACTIONS(4424), - [sym__backtick_identifier] = ACTIONS(4424), - [sym__automatic_semicolon] = ACTIONS(4424), - [sym_safe_nav] = ACTIONS(4424), + [sym__alpha_identifier] = ACTIONS(4464), + [anon_sym_AT] = ACTIONS(4466), + [anon_sym_LBRACK] = ACTIONS(4466), + [anon_sym_RBRACK] = ACTIONS(4466), + [anon_sym_as] = ACTIONS(4464), + [anon_sym_EQ] = ACTIONS(4464), + [anon_sym_LBRACE] = ACTIONS(4466), + [anon_sym_RBRACE] = ACTIONS(4466), + [anon_sym_LPAREN] = ACTIONS(4466), + [anon_sym_COMMA] = ACTIONS(4466), + [anon_sym_RPAREN] = ACTIONS(4466), + [anon_sym_by] = ACTIONS(4464), + [anon_sym_LT] = ACTIONS(4464), + [anon_sym_GT] = ACTIONS(4464), + [anon_sym_where] = ACTIONS(4464), + [anon_sym_DOT] = ACTIONS(4464), + [anon_sym_SEMI] = ACTIONS(4466), + [anon_sym_get] = ACTIONS(4464), + [anon_sym_set] = ACTIONS(4464), + [anon_sym_STAR] = ACTIONS(4464), + [anon_sym_DASH_GT] = ACTIONS(4466), + [sym_label] = ACTIONS(4466), + [anon_sym_in] = ACTIONS(4464), + [anon_sym_while] = ACTIONS(4464), + [anon_sym_DOT_DOT] = ACTIONS(4466), + [anon_sym_QMARK_COLON] = ACTIONS(4466), + [anon_sym_AMP_AMP] = ACTIONS(4466), + [anon_sym_PIPE_PIPE] = ACTIONS(4466), + [anon_sym_else] = ACTIONS(4464), + [anon_sym_COLON_COLON] = ACTIONS(4466), + [anon_sym_PLUS_EQ] = ACTIONS(4466), + [anon_sym_DASH_EQ] = ACTIONS(4466), + [anon_sym_STAR_EQ] = ACTIONS(4466), + [anon_sym_SLASH_EQ] = ACTIONS(4466), + [anon_sym_PERCENT_EQ] = ACTIONS(4466), + [anon_sym_BANG_EQ] = ACTIONS(4464), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4466), + [anon_sym_EQ_EQ] = ACTIONS(4464), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4466), + [anon_sym_LT_EQ] = ACTIONS(4466), + [anon_sym_GT_EQ] = ACTIONS(4466), + [anon_sym_BANGin] = ACTIONS(4466), + [anon_sym_is] = ACTIONS(4464), + [anon_sym_BANGis] = ACTIONS(4466), + [anon_sym_PLUS] = ACTIONS(4464), + [anon_sym_DASH] = ACTIONS(4464), + [anon_sym_SLASH] = ACTIONS(4464), + [anon_sym_PERCENT] = ACTIONS(4464), + [anon_sym_as_QMARK] = ACTIONS(4466), + [anon_sym_PLUS_PLUS] = ACTIONS(4466), + [anon_sym_DASH_DASH] = ACTIONS(4466), + [anon_sym_BANG_BANG] = ACTIONS(4466), + [anon_sym_suspend] = ACTIONS(4464), + [anon_sym_sealed] = ACTIONS(4464), + [anon_sym_annotation] = ACTIONS(4464), + [anon_sym_data] = ACTIONS(4464), + [anon_sym_inner] = ACTIONS(4464), + [anon_sym_override] = ACTIONS(4464), + [anon_sym_lateinit] = ACTIONS(4464), + [anon_sym_public] = ACTIONS(4464), + [anon_sym_private] = ACTIONS(4464), + [anon_sym_internal] = ACTIONS(4464), + [anon_sym_protected] = ACTIONS(4464), + [anon_sym_tailrec] = ACTIONS(4464), + [anon_sym_operator] = ACTIONS(4464), + [anon_sym_infix] = ACTIONS(4464), + [anon_sym_inline] = ACTIONS(4464), + [anon_sym_external] = ACTIONS(4464), + [sym_property_modifier] = ACTIONS(4464), + [anon_sym_abstract] = ACTIONS(4464), + [anon_sym_final] = ACTIONS(4464), + [anon_sym_open] = ACTIONS(4464), + [anon_sym_vararg] = ACTIONS(4464), + [anon_sym_noinline] = ACTIONS(4464), + [anon_sym_crossinline] = ACTIONS(4464), + [anon_sym_expect] = ACTIONS(4464), + [anon_sym_actual] = ACTIONS(4464), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4466), + [sym_safe_nav] = ACTIONS(4466), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4424), }, [3088] = { - [sym_enum_class_body] = STATE(3229), - [sym__alpha_identifier] = ACTIONS(4495), - [anon_sym_AT] = ACTIONS(4497), - [anon_sym_LBRACK] = ACTIONS(4497), - [anon_sym_RBRACK] = ACTIONS(4497), - [anon_sym_as] = ACTIONS(4495), - [anon_sym_EQ] = ACTIONS(4495), - [anon_sym_LBRACE] = ACTIONS(5155), - [anon_sym_RBRACE] = ACTIONS(4497), - [anon_sym_LPAREN] = ACTIONS(4497), - [anon_sym_COMMA] = ACTIONS(4497), - [anon_sym_RPAREN] = ACTIONS(4497), - [anon_sym_LT] = ACTIONS(4495), - [anon_sym_GT] = ACTIONS(4495), - [anon_sym_where] = ACTIONS(4495), - [anon_sym_DOT] = ACTIONS(4495), - [anon_sym_SEMI] = ACTIONS(4497), - [anon_sym_get] = ACTIONS(4495), - [anon_sym_set] = ACTIONS(4495), - [anon_sym_STAR] = ACTIONS(4495), - [anon_sym_DASH_GT] = ACTIONS(4497), - [sym_label] = ACTIONS(4497), - [anon_sym_in] = ACTIONS(4495), - [anon_sym_while] = ACTIONS(4495), - [anon_sym_DOT_DOT] = ACTIONS(4497), - [anon_sym_QMARK_COLON] = ACTIONS(4497), - [anon_sym_AMP_AMP] = ACTIONS(4497), - [anon_sym_PIPE_PIPE] = ACTIONS(4497), - [anon_sym_else] = ACTIONS(4495), - [anon_sym_COLON_COLON] = ACTIONS(4497), - [anon_sym_PLUS_EQ] = ACTIONS(4497), - [anon_sym_DASH_EQ] = ACTIONS(4497), - [anon_sym_STAR_EQ] = ACTIONS(4497), - [anon_sym_SLASH_EQ] = ACTIONS(4497), - [anon_sym_PERCENT_EQ] = ACTIONS(4497), - [anon_sym_BANG_EQ] = ACTIONS(4495), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4497), - [anon_sym_EQ_EQ] = ACTIONS(4495), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4497), - [anon_sym_LT_EQ] = ACTIONS(4497), - [anon_sym_GT_EQ] = ACTIONS(4497), - [anon_sym_BANGin] = ACTIONS(4497), - [anon_sym_is] = ACTIONS(4495), - [anon_sym_BANGis] = ACTIONS(4497), - [anon_sym_PLUS] = ACTIONS(4495), - [anon_sym_DASH] = ACTIONS(4495), - [anon_sym_SLASH] = ACTIONS(4495), - [anon_sym_PERCENT] = ACTIONS(4495), - [anon_sym_as_QMARK] = ACTIONS(4497), - [anon_sym_PLUS_PLUS] = ACTIONS(4497), - [anon_sym_DASH_DASH] = ACTIONS(4497), - [anon_sym_BANG_BANG] = ACTIONS(4497), - [anon_sym_suspend] = ACTIONS(4495), - [anon_sym_sealed] = ACTIONS(4495), - [anon_sym_annotation] = ACTIONS(4495), - [anon_sym_data] = ACTIONS(4495), - [anon_sym_inner] = ACTIONS(4495), - [anon_sym_override] = ACTIONS(4495), - [anon_sym_lateinit] = ACTIONS(4495), - [anon_sym_public] = ACTIONS(4495), - [anon_sym_private] = ACTIONS(4495), - [anon_sym_internal] = ACTIONS(4495), - [anon_sym_protected] = ACTIONS(4495), - [anon_sym_tailrec] = ACTIONS(4495), - [anon_sym_operator] = ACTIONS(4495), - [anon_sym_infix] = ACTIONS(4495), - [anon_sym_inline] = ACTIONS(4495), - [anon_sym_external] = ACTIONS(4495), - [sym_property_modifier] = ACTIONS(4495), - [anon_sym_abstract] = ACTIONS(4495), - [anon_sym_final] = ACTIONS(4495), - [anon_sym_open] = ACTIONS(4495), - [anon_sym_vararg] = ACTIONS(4495), - [anon_sym_noinline] = ACTIONS(4495), - [anon_sym_crossinline] = ACTIONS(4495), - [anon_sym_expect] = ACTIONS(4495), - [anon_sym_actual] = ACTIONS(4495), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4497), - [sym_safe_nav] = ACTIONS(4497), + [sym_enum_class_body] = STATE(3273), + [sym__alpha_identifier] = ACTIONS(4392), + [anon_sym_AT] = ACTIONS(4394), + [anon_sym_LBRACK] = ACTIONS(4394), + [anon_sym_RBRACK] = ACTIONS(4394), + [anon_sym_as] = ACTIONS(4392), + [anon_sym_EQ] = ACTIONS(4392), + [anon_sym_LBRACE] = ACTIONS(5171), + [anon_sym_RBRACE] = ACTIONS(4394), + [anon_sym_LPAREN] = ACTIONS(4394), + [anon_sym_COMMA] = ACTIONS(4394), + [anon_sym_RPAREN] = ACTIONS(4394), + [anon_sym_LT] = ACTIONS(4392), + [anon_sym_GT] = ACTIONS(4392), + [anon_sym_where] = ACTIONS(4392), + [anon_sym_DOT] = ACTIONS(4392), + [anon_sym_SEMI] = ACTIONS(4394), + [anon_sym_get] = ACTIONS(4392), + [anon_sym_set] = ACTIONS(4392), + [anon_sym_STAR] = ACTIONS(4392), + [anon_sym_DASH_GT] = ACTIONS(4394), + [sym_label] = ACTIONS(4394), + [anon_sym_in] = ACTIONS(4392), + [anon_sym_while] = ACTIONS(4392), + [anon_sym_DOT_DOT] = ACTIONS(4394), + [anon_sym_QMARK_COLON] = ACTIONS(4394), + [anon_sym_AMP_AMP] = ACTIONS(4394), + [anon_sym_PIPE_PIPE] = ACTIONS(4394), + [anon_sym_else] = ACTIONS(4392), + [anon_sym_COLON_COLON] = ACTIONS(4394), + [anon_sym_PLUS_EQ] = ACTIONS(4394), + [anon_sym_DASH_EQ] = ACTIONS(4394), + [anon_sym_STAR_EQ] = ACTIONS(4394), + [anon_sym_SLASH_EQ] = ACTIONS(4394), + [anon_sym_PERCENT_EQ] = ACTIONS(4394), + [anon_sym_BANG_EQ] = ACTIONS(4392), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4394), + [anon_sym_EQ_EQ] = ACTIONS(4392), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4394), + [anon_sym_LT_EQ] = ACTIONS(4394), + [anon_sym_GT_EQ] = ACTIONS(4394), + [anon_sym_BANGin] = ACTIONS(4394), + [anon_sym_is] = ACTIONS(4392), + [anon_sym_BANGis] = ACTIONS(4394), + [anon_sym_PLUS] = ACTIONS(4392), + [anon_sym_DASH] = ACTIONS(4392), + [anon_sym_SLASH] = ACTIONS(4392), + [anon_sym_PERCENT] = ACTIONS(4392), + [anon_sym_as_QMARK] = ACTIONS(4394), + [anon_sym_PLUS_PLUS] = ACTIONS(4394), + [anon_sym_DASH_DASH] = ACTIONS(4394), + [anon_sym_BANG_BANG] = ACTIONS(4394), + [anon_sym_suspend] = ACTIONS(4392), + [anon_sym_sealed] = ACTIONS(4392), + [anon_sym_annotation] = ACTIONS(4392), + [anon_sym_data] = ACTIONS(4392), + [anon_sym_inner] = ACTIONS(4392), + [anon_sym_override] = ACTIONS(4392), + [anon_sym_lateinit] = ACTIONS(4392), + [anon_sym_public] = ACTIONS(4392), + [anon_sym_private] = ACTIONS(4392), + [anon_sym_internal] = ACTIONS(4392), + [anon_sym_protected] = ACTIONS(4392), + [anon_sym_tailrec] = ACTIONS(4392), + [anon_sym_operator] = ACTIONS(4392), + [anon_sym_infix] = ACTIONS(4392), + [anon_sym_inline] = ACTIONS(4392), + [anon_sym_external] = ACTIONS(4392), + [sym_property_modifier] = ACTIONS(4392), + [anon_sym_abstract] = ACTIONS(4392), + [anon_sym_final] = ACTIONS(4392), + [anon_sym_open] = ACTIONS(4392), + [anon_sym_vararg] = ACTIONS(4392), + [anon_sym_noinline] = ACTIONS(4392), + [anon_sym_crossinline] = ACTIONS(4392), + [anon_sym_expect] = ACTIONS(4392), + [anon_sym_actual] = ACTIONS(4392), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4394), + [sym_safe_nav] = ACTIONS(4394), [sym_multiline_comment] = ACTIONS(3), }, [3089] = { - [sym_enum_class_body] = STATE(3165), - [sym__alpha_identifier] = ACTIONS(3204), - [anon_sym_AT] = ACTIONS(3208), - [anon_sym_LBRACK] = ACTIONS(3208), - [anon_sym_RBRACK] = ACTIONS(3208), - [anon_sym_as] = ACTIONS(3204), - [anon_sym_EQ] = ACTIONS(3204), - [anon_sym_LBRACE] = ACTIONS(5155), - [anon_sym_RBRACE] = ACTIONS(3208), - [anon_sym_LPAREN] = ACTIONS(3208), - [anon_sym_COMMA] = ACTIONS(3208), - [anon_sym_RPAREN] = ACTIONS(3208), - [anon_sym_LT] = ACTIONS(3204), - [anon_sym_GT] = ACTIONS(3204), - [anon_sym_where] = ACTIONS(3204), - [anon_sym_DOT] = ACTIONS(3204), - [anon_sym_SEMI] = ACTIONS(3208), - [anon_sym_get] = ACTIONS(3204), - [anon_sym_set] = ACTIONS(3204), - [anon_sym_STAR] = ACTIONS(3204), - [anon_sym_DASH_GT] = ACTIONS(3208), - [sym_label] = ACTIONS(3208), - [anon_sym_in] = ACTIONS(3204), - [anon_sym_while] = ACTIONS(3204), - [anon_sym_DOT_DOT] = ACTIONS(3208), - [anon_sym_QMARK_COLON] = ACTIONS(3208), - [anon_sym_AMP_AMP] = ACTIONS(3208), - [anon_sym_PIPE_PIPE] = ACTIONS(3208), - [anon_sym_else] = ACTIONS(3204), - [anon_sym_COLON_COLON] = ACTIONS(3208), - [anon_sym_PLUS_EQ] = ACTIONS(3208), - [anon_sym_DASH_EQ] = ACTIONS(3208), - [anon_sym_STAR_EQ] = ACTIONS(3208), - [anon_sym_SLASH_EQ] = ACTIONS(3208), - [anon_sym_PERCENT_EQ] = ACTIONS(3208), - [anon_sym_BANG_EQ] = ACTIONS(3204), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3208), - [anon_sym_EQ_EQ] = ACTIONS(3204), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3208), - [anon_sym_LT_EQ] = ACTIONS(3208), - [anon_sym_GT_EQ] = ACTIONS(3208), - [anon_sym_BANGin] = ACTIONS(3208), - [anon_sym_is] = ACTIONS(3204), - [anon_sym_BANGis] = ACTIONS(3208), - [anon_sym_PLUS] = ACTIONS(3204), - [anon_sym_DASH] = ACTIONS(3204), - [anon_sym_SLASH] = ACTIONS(3204), - [anon_sym_PERCENT] = ACTIONS(3204), - [anon_sym_as_QMARK] = ACTIONS(3208), - [anon_sym_PLUS_PLUS] = ACTIONS(3208), - [anon_sym_DASH_DASH] = ACTIONS(3208), - [anon_sym_BANG_BANG] = ACTIONS(3208), - [anon_sym_suspend] = ACTIONS(3204), - [anon_sym_sealed] = ACTIONS(3204), - [anon_sym_annotation] = ACTIONS(3204), - [anon_sym_data] = ACTIONS(3204), - [anon_sym_inner] = ACTIONS(3204), - [anon_sym_override] = ACTIONS(3204), - [anon_sym_lateinit] = ACTIONS(3204), - [anon_sym_public] = ACTIONS(3204), - [anon_sym_private] = ACTIONS(3204), - [anon_sym_internal] = ACTIONS(3204), - [anon_sym_protected] = ACTIONS(3204), - [anon_sym_tailrec] = ACTIONS(3204), - [anon_sym_operator] = ACTIONS(3204), - [anon_sym_infix] = ACTIONS(3204), - [anon_sym_inline] = ACTIONS(3204), - [anon_sym_external] = ACTIONS(3204), - [sym_property_modifier] = ACTIONS(3204), - [anon_sym_abstract] = ACTIONS(3204), - [anon_sym_final] = ACTIONS(3204), - [anon_sym_open] = ACTIONS(3204), - [anon_sym_vararg] = ACTIONS(3204), - [anon_sym_noinline] = ACTIONS(3204), - [anon_sym_crossinline] = ACTIONS(3204), - [anon_sym_expect] = ACTIONS(3204), - [anon_sym_actual] = ACTIONS(3204), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3208), - [sym_safe_nav] = ACTIONS(3208), + [sym__alpha_identifier] = ACTIONS(4636), + [anon_sym_AT] = ACTIONS(4638), + [anon_sym_LBRACK] = ACTIONS(4638), + [anon_sym_RBRACK] = ACTIONS(4638), + [anon_sym_as] = ACTIONS(4636), + [anon_sym_EQ] = ACTIONS(4636), + [anon_sym_LBRACE] = ACTIONS(4638), + [anon_sym_RBRACE] = ACTIONS(4638), + [anon_sym_LPAREN] = ACTIONS(4638), + [anon_sym_COMMA] = ACTIONS(4638), + [anon_sym_RPAREN] = ACTIONS(4638), + [anon_sym_by] = ACTIONS(4636), + [anon_sym_LT] = ACTIONS(4636), + [anon_sym_GT] = ACTIONS(4636), + [anon_sym_where] = ACTIONS(4636), + [anon_sym_DOT] = ACTIONS(4636), + [anon_sym_SEMI] = ACTIONS(4638), + [anon_sym_get] = ACTIONS(4636), + [anon_sym_set] = ACTIONS(4636), + [anon_sym_STAR] = ACTIONS(4636), + [anon_sym_DASH_GT] = ACTIONS(4638), + [sym_label] = ACTIONS(4638), + [anon_sym_in] = ACTIONS(4636), + [anon_sym_while] = ACTIONS(4636), + [anon_sym_DOT_DOT] = ACTIONS(4638), + [anon_sym_QMARK_COLON] = ACTIONS(4638), + [anon_sym_AMP_AMP] = ACTIONS(4638), + [anon_sym_PIPE_PIPE] = ACTIONS(4638), + [anon_sym_else] = ACTIONS(4636), + [anon_sym_COLON_COLON] = ACTIONS(4638), + [anon_sym_PLUS_EQ] = ACTIONS(4638), + [anon_sym_DASH_EQ] = ACTIONS(4638), + [anon_sym_STAR_EQ] = ACTIONS(4638), + [anon_sym_SLASH_EQ] = ACTIONS(4638), + [anon_sym_PERCENT_EQ] = ACTIONS(4638), + [anon_sym_BANG_EQ] = ACTIONS(4636), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4638), + [anon_sym_EQ_EQ] = ACTIONS(4636), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4638), + [anon_sym_LT_EQ] = ACTIONS(4638), + [anon_sym_GT_EQ] = ACTIONS(4638), + [anon_sym_BANGin] = ACTIONS(4638), + [anon_sym_is] = ACTIONS(4636), + [anon_sym_BANGis] = ACTIONS(4638), + [anon_sym_PLUS] = ACTIONS(4636), + [anon_sym_DASH] = ACTIONS(4636), + [anon_sym_SLASH] = ACTIONS(4636), + [anon_sym_PERCENT] = ACTIONS(4636), + [anon_sym_as_QMARK] = ACTIONS(4638), + [anon_sym_PLUS_PLUS] = ACTIONS(4638), + [anon_sym_DASH_DASH] = ACTIONS(4638), + [anon_sym_BANG_BANG] = ACTIONS(4638), + [anon_sym_suspend] = ACTIONS(4636), + [anon_sym_sealed] = ACTIONS(4636), + [anon_sym_annotation] = ACTIONS(4636), + [anon_sym_data] = ACTIONS(4636), + [anon_sym_inner] = ACTIONS(4636), + [anon_sym_override] = ACTIONS(4636), + [anon_sym_lateinit] = ACTIONS(4636), + [anon_sym_public] = ACTIONS(4636), + [anon_sym_private] = ACTIONS(4636), + [anon_sym_internal] = ACTIONS(4636), + [anon_sym_protected] = ACTIONS(4636), + [anon_sym_tailrec] = ACTIONS(4636), + [anon_sym_operator] = ACTIONS(4636), + [anon_sym_infix] = ACTIONS(4636), + [anon_sym_inline] = ACTIONS(4636), + [anon_sym_external] = ACTIONS(4636), + [sym_property_modifier] = ACTIONS(4636), + [anon_sym_abstract] = ACTIONS(4636), + [anon_sym_final] = ACTIONS(4636), + [anon_sym_open] = ACTIONS(4636), + [anon_sym_vararg] = ACTIONS(4636), + [anon_sym_noinline] = ACTIONS(4636), + [anon_sym_crossinline] = ACTIONS(4636), + [anon_sym_expect] = ACTIONS(4636), + [anon_sym_actual] = ACTIONS(4636), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4638), + [sym_safe_nav] = ACTIONS(4638), [sym_multiline_comment] = ACTIONS(3), }, [3090] = { - [sym_enum_class_body] = STATE(3126), - [sym__alpha_identifier] = ACTIONS(4213), - [anon_sym_AT] = ACTIONS(4215), - [anon_sym_LBRACK] = ACTIONS(4215), - [anon_sym_as] = ACTIONS(4213), - [anon_sym_EQ] = ACTIONS(4213), - [anon_sym_LBRACE] = ACTIONS(3152), - [anon_sym_RBRACE] = ACTIONS(4215), - [anon_sym_LPAREN] = ACTIONS(4215), - [anon_sym_COMMA] = ACTIONS(4215), - [anon_sym_LT] = ACTIONS(4213), - [anon_sym_GT] = ACTIONS(4213), - [anon_sym_where] = ACTIONS(4213), - [anon_sym_object] = ACTIONS(4213), - [anon_sym_fun] = ACTIONS(4213), - [anon_sym_DOT] = ACTIONS(4213), - [anon_sym_SEMI] = ACTIONS(4215), - [anon_sym_get] = ACTIONS(4213), - [anon_sym_set] = ACTIONS(4213), - [anon_sym_this] = ACTIONS(4213), - [anon_sym_super] = ACTIONS(4213), - [anon_sym_STAR] = ACTIONS(4213), - [sym_label] = ACTIONS(4213), - [anon_sym_in] = ACTIONS(4213), - [anon_sym_DOT_DOT] = ACTIONS(4215), - [anon_sym_QMARK_COLON] = ACTIONS(4215), - [anon_sym_AMP_AMP] = ACTIONS(4215), - [anon_sym_PIPE_PIPE] = ACTIONS(4215), - [anon_sym_null] = ACTIONS(4213), - [anon_sym_if] = ACTIONS(4213), - [anon_sym_else] = ACTIONS(4213), - [anon_sym_when] = ACTIONS(4213), - [anon_sym_try] = ACTIONS(4213), - [anon_sym_throw] = ACTIONS(4213), - [anon_sym_return] = ACTIONS(4213), - [anon_sym_continue] = ACTIONS(4213), - [anon_sym_break] = ACTIONS(4213), - [anon_sym_COLON_COLON] = ACTIONS(4215), - [anon_sym_PLUS_EQ] = ACTIONS(4215), - [anon_sym_DASH_EQ] = ACTIONS(4215), - [anon_sym_STAR_EQ] = ACTIONS(4215), - [anon_sym_SLASH_EQ] = ACTIONS(4215), - [anon_sym_PERCENT_EQ] = ACTIONS(4215), - [anon_sym_BANG_EQ] = ACTIONS(4213), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4215), - [anon_sym_EQ_EQ] = ACTIONS(4213), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4215), - [anon_sym_LT_EQ] = ACTIONS(4215), - [anon_sym_GT_EQ] = ACTIONS(4215), - [anon_sym_BANGin] = ACTIONS(4215), - [anon_sym_is] = ACTIONS(4213), - [anon_sym_BANGis] = ACTIONS(4215), - [anon_sym_PLUS] = ACTIONS(4213), - [anon_sym_DASH] = ACTIONS(4213), - [anon_sym_SLASH] = ACTIONS(4213), - [anon_sym_PERCENT] = ACTIONS(4213), - [anon_sym_as_QMARK] = ACTIONS(4215), - [anon_sym_PLUS_PLUS] = ACTIONS(4215), - [anon_sym_DASH_DASH] = ACTIONS(4215), - [anon_sym_BANG] = ACTIONS(4213), - [anon_sym_BANG_BANG] = ACTIONS(4215), - [anon_sym_data] = ACTIONS(4213), - [anon_sym_inner] = ACTIONS(4213), - [anon_sym_expect] = ACTIONS(4213), - [anon_sym_actual] = ACTIONS(4213), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4215), - [anon_sym_continue_AT] = ACTIONS(4215), - [anon_sym_break_AT] = ACTIONS(4215), - [sym_real_literal] = ACTIONS(4215), - [sym_integer_literal] = ACTIONS(4213), - [sym_hex_literal] = ACTIONS(4215), - [sym_bin_literal] = ACTIONS(4215), - [anon_sym_true] = ACTIONS(4213), - [anon_sym_false] = ACTIONS(4213), - [anon_sym_SQUOTE] = ACTIONS(4215), - [sym__backtick_identifier] = ACTIONS(4215), - [sym__automatic_semicolon] = ACTIONS(4215), - [sym_safe_nav] = ACTIONS(4215), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4215), + [sym_class_body] = STATE(3122), + [sym__alpha_identifier] = ACTIONS(4406), + [anon_sym_AT] = ACTIONS(4408), + [anon_sym_LBRACK] = ACTIONS(4408), + [anon_sym_as] = ACTIONS(4406), + [anon_sym_EQ] = ACTIONS(4406), + [anon_sym_LBRACE] = ACTIONS(3144), + [anon_sym_RBRACE] = ACTIONS(4408), + [anon_sym_LPAREN] = ACTIONS(4408), + [anon_sym_COMMA] = ACTIONS(4408), + [anon_sym_LT] = ACTIONS(4406), + [anon_sym_GT] = ACTIONS(4406), + [anon_sym_where] = ACTIONS(4406), + [anon_sym_object] = ACTIONS(4406), + [anon_sym_fun] = ACTIONS(4406), + [anon_sym_DOT] = ACTIONS(4406), + [anon_sym_SEMI] = ACTIONS(4408), + [anon_sym_get] = ACTIONS(4406), + [anon_sym_set] = ACTIONS(4406), + [anon_sym_this] = ACTIONS(4406), + [anon_sym_super] = ACTIONS(4406), + [anon_sym_STAR] = ACTIONS(4406), + [sym_label] = ACTIONS(4406), + [anon_sym_in] = ACTIONS(4406), + [anon_sym_DOT_DOT] = ACTIONS(4408), + [anon_sym_QMARK_COLON] = ACTIONS(4408), + [anon_sym_AMP_AMP] = ACTIONS(4408), + [anon_sym_PIPE_PIPE] = ACTIONS(4408), + [anon_sym_null] = ACTIONS(4406), + [anon_sym_if] = ACTIONS(4406), + [anon_sym_else] = ACTIONS(4406), + [anon_sym_when] = ACTIONS(4406), + [anon_sym_try] = ACTIONS(4406), + [anon_sym_throw] = ACTIONS(4406), + [anon_sym_return] = ACTIONS(4406), + [anon_sym_continue] = ACTIONS(4406), + [anon_sym_break] = ACTIONS(4406), + [anon_sym_COLON_COLON] = ACTIONS(4408), + [anon_sym_PLUS_EQ] = ACTIONS(4408), + [anon_sym_DASH_EQ] = ACTIONS(4408), + [anon_sym_STAR_EQ] = ACTIONS(4408), + [anon_sym_SLASH_EQ] = ACTIONS(4408), + [anon_sym_PERCENT_EQ] = ACTIONS(4408), + [anon_sym_BANG_EQ] = ACTIONS(4406), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4408), + [anon_sym_EQ_EQ] = ACTIONS(4406), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4408), + [anon_sym_LT_EQ] = ACTIONS(4408), + [anon_sym_GT_EQ] = ACTIONS(4408), + [anon_sym_BANGin] = ACTIONS(4408), + [anon_sym_is] = ACTIONS(4406), + [anon_sym_BANGis] = ACTIONS(4408), + [anon_sym_PLUS] = ACTIONS(4406), + [anon_sym_DASH] = ACTIONS(4406), + [anon_sym_SLASH] = ACTIONS(4406), + [anon_sym_PERCENT] = ACTIONS(4406), + [anon_sym_as_QMARK] = ACTIONS(4408), + [anon_sym_PLUS_PLUS] = ACTIONS(4408), + [anon_sym_DASH_DASH] = ACTIONS(4408), + [anon_sym_BANG] = ACTIONS(4406), + [anon_sym_BANG_BANG] = ACTIONS(4408), + [anon_sym_data] = ACTIONS(4406), + [anon_sym_inner] = ACTIONS(4406), + [anon_sym_expect] = ACTIONS(4406), + [anon_sym_actual] = ACTIONS(4406), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4408), + [anon_sym_continue_AT] = ACTIONS(4408), + [anon_sym_break_AT] = ACTIONS(4408), + [sym_real_literal] = ACTIONS(4408), + [sym_integer_literal] = ACTIONS(4406), + [sym_hex_literal] = ACTIONS(4408), + [sym_bin_literal] = ACTIONS(4408), + [anon_sym_true] = ACTIONS(4406), + [anon_sym_false] = ACTIONS(4406), + [anon_sym_SQUOTE] = ACTIONS(4408), + [sym__backtick_identifier] = ACTIONS(4408), + [sym__automatic_semicolon] = ACTIONS(4408), + [sym_safe_nav] = ACTIONS(4408), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4408), }, [3091] = { - [sym_class_body] = STATE(3161), - [sym__alpha_identifier] = ACTIONS(4694), - [anon_sym_AT] = ACTIONS(4696), - [anon_sym_LBRACK] = ACTIONS(4696), - [anon_sym_RBRACK] = ACTIONS(4696), - [anon_sym_as] = ACTIONS(4694), - [anon_sym_EQ] = ACTIONS(4694), - [anon_sym_LBRACE] = ACTIONS(5147), - [anon_sym_RBRACE] = ACTIONS(4696), - [anon_sym_LPAREN] = ACTIONS(4696), - [anon_sym_COMMA] = ACTIONS(4696), - [anon_sym_RPAREN] = ACTIONS(4696), - [anon_sym_LT] = ACTIONS(4694), - [anon_sym_GT] = ACTIONS(4694), - [anon_sym_where] = ACTIONS(4694), - [anon_sym_DOT] = ACTIONS(4694), - [anon_sym_SEMI] = ACTIONS(4696), - [anon_sym_get] = ACTIONS(4694), - [anon_sym_set] = ACTIONS(4694), - [anon_sym_STAR] = ACTIONS(4694), - [anon_sym_DASH_GT] = ACTIONS(4696), - [sym_label] = ACTIONS(4696), - [anon_sym_in] = ACTIONS(4694), - [anon_sym_while] = ACTIONS(4694), - [anon_sym_DOT_DOT] = ACTIONS(4696), - [anon_sym_QMARK_COLON] = ACTIONS(4696), - [anon_sym_AMP_AMP] = ACTIONS(4696), - [anon_sym_PIPE_PIPE] = ACTIONS(4696), - [anon_sym_else] = ACTIONS(4694), - [anon_sym_COLON_COLON] = ACTIONS(4696), - [anon_sym_PLUS_EQ] = ACTIONS(4696), - [anon_sym_DASH_EQ] = ACTIONS(4696), - [anon_sym_STAR_EQ] = ACTIONS(4696), - [anon_sym_SLASH_EQ] = ACTIONS(4696), - [anon_sym_PERCENT_EQ] = ACTIONS(4696), - [anon_sym_BANG_EQ] = ACTIONS(4694), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4696), - [anon_sym_EQ_EQ] = ACTIONS(4694), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4696), - [anon_sym_LT_EQ] = ACTIONS(4696), - [anon_sym_GT_EQ] = ACTIONS(4696), - [anon_sym_BANGin] = ACTIONS(4696), - [anon_sym_is] = ACTIONS(4694), - [anon_sym_BANGis] = ACTIONS(4696), - [anon_sym_PLUS] = ACTIONS(4694), - [anon_sym_DASH] = ACTIONS(4694), - [anon_sym_SLASH] = ACTIONS(4694), - [anon_sym_PERCENT] = ACTIONS(4694), - [anon_sym_as_QMARK] = ACTIONS(4696), - [anon_sym_PLUS_PLUS] = ACTIONS(4696), - [anon_sym_DASH_DASH] = ACTIONS(4696), - [anon_sym_BANG_BANG] = ACTIONS(4696), - [anon_sym_suspend] = ACTIONS(4694), - [anon_sym_sealed] = ACTIONS(4694), - [anon_sym_annotation] = ACTIONS(4694), - [anon_sym_data] = ACTIONS(4694), - [anon_sym_inner] = ACTIONS(4694), - [anon_sym_override] = ACTIONS(4694), - [anon_sym_lateinit] = ACTIONS(4694), - [anon_sym_public] = ACTIONS(4694), - [anon_sym_private] = ACTIONS(4694), - [anon_sym_internal] = ACTIONS(4694), - [anon_sym_protected] = ACTIONS(4694), - [anon_sym_tailrec] = ACTIONS(4694), - [anon_sym_operator] = ACTIONS(4694), - [anon_sym_infix] = ACTIONS(4694), - [anon_sym_inline] = ACTIONS(4694), - [anon_sym_external] = ACTIONS(4694), - [sym_property_modifier] = ACTIONS(4694), - [anon_sym_abstract] = ACTIONS(4694), - [anon_sym_final] = ACTIONS(4694), - [anon_sym_open] = ACTIONS(4694), - [anon_sym_vararg] = ACTIONS(4694), - [anon_sym_noinline] = ACTIONS(4694), - [anon_sym_crossinline] = ACTIONS(4694), - [anon_sym_expect] = ACTIONS(4694), - [anon_sym_actual] = ACTIONS(4694), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4696), - [sym_safe_nav] = ACTIONS(4696), + [sym_class_body] = STATE(3169), + [sym__alpha_identifier] = ACTIONS(4406), + [anon_sym_AT] = ACTIONS(4408), + [anon_sym_LBRACK] = ACTIONS(4408), + [anon_sym_RBRACK] = ACTIONS(4408), + [anon_sym_as] = ACTIONS(4406), + [anon_sym_EQ] = ACTIONS(4406), + [anon_sym_LBRACE] = ACTIONS(5179), + [anon_sym_RBRACE] = ACTIONS(4408), + [anon_sym_LPAREN] = ACTIONS(4408), + [anon_sym_COMMA] = ACTIONS(4408), + [anon_sym_RPAREN] = ACTIONS(4408), + [anon_sym_LT] = ACTIONS(4406), + [anon_sym_GT] = ACTIONS(4406), + [anon_sym_where] = ACTIONS(4406), + [anon_sym_DOT] = ACTIONS(4406), + [anon_sym_SEMI] = ACTIONS(4408), + [anon_sym_get] = ACTIONS(4406), + [anon_sym_set] = ACTIONS(4406), + [anon_sym_STAR] = ACTIONS(4406), + [anon_sym_DASH_GT] = ACTIONS(4408), + [sym_label] = ACTIONS(4408), + [anon_sym_in] = ACTIONS(4406), + [anon_sym_while] = ACTIONS(4406), + [anon_sym_DOT_DOT] = ACTIONS(4408), + [anon_sym_QMARK_COLON] = ACTIONS(4408), + [anon_sym_AMP_AMP] = ACTIONS(4408), + [anon_sym_PIPE_PIPE] = ACTIONS(4408), + [anon_sym_else] = ACTIONS(4406), + [anon_sym_COLON_COLON] = ACTIONS(4408), + [anon_sym_PLUS_EQ] = ACTIONS(4408), + [anon_sym_DASH_EQ] = ACTIONS(4408), + [anon_sym_STAR_EQ] = ACTIONS(4408), + [anon_sym_SLASH_EQ] = ACTIONS(4408), + [anon_sym_PERCENT_EQ] = ACTIONS(4408), + [anon_sym_BANG_EQ] = ACTIONS(4406), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4408), + [anon_sym_EQ_EQ] = ACTIONS(4406), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4408), + [anon_sym_LT_EQ] = ACTIONS(4408), + [anon_sym_GT_EQ] = ACTIONS(4408), + [anon_sym_BANGin] = ACTIONS(4408), + [anon_sym_is] = ACTIONS(4406), + [anon_sym_BANGis] = ACTIONS(4408), + [anon_sym_PLUS] = ACTIONS(4406), + [anon_sym_DASH] = ACTIONS(4406), + [anon_sym_SLASH] = ACTIONS(4406), + [anon_sym_PERCENT] = ACTIONS(4406), + [anon_sym_as_QMARK] = ACTIONS(4408), + [anon_sym_PLUS_PLUS] = ACTIONS(4408), + [anon_sym_DASH_DASH] = ACTIONS(4408), + [anon_sym_BANG_BANG] = ACTIONS(4408), + [anon_sym_suspend] = ACTIONS(4406), + [anon_sym_sealed] = ACTIONS(4406), + [anon_sym_annotation] = ACTIONS(4406), + [anon_sym_data] = ACTIONS(4406), + [anon_sym_inner] = ACTIONS(4406), + [anon_sym_override] = ACTIONS(4406), + [anon_sym_lateinit] = ACTIONS(4406), + [anon_sym_public] = ACTIONS(4406), + [anon_sym_private] = ACTIONS(4406), + [anon_sym_internal] = ACTIONS(4406), + [anon_sym_protected] = ACTIONS(4406), + [anon_sym_tailrec] = ACTIONS(4406), + [anon_sym_operator] = ACTIONS(4406), + [anon_sym_infix] = ACTIONS(4406), + [anon_sym_inline] = ACTIONS(4406), + [anon_sym_external] = ACTIONS(4406), + [sym_property_modifier] = ACTIONS(4406), + [anon_sym_abstract] = ACTIONS(4406), + [anon_sym_final] = ACTIONS(4406), + [anon_sym_open] = ACTIONS(4406), + [anon_sym_vararg] = ACTIONS(4406), + [anon_sym_noinline] = ACTIONS(4406), + [anon_sym_crossinline] = ACTIONS(4406), + [anon_sym_expect] = ACTIONS(4406), + [anon_sym_actual] = ACTIONS(4406), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4408), + [sym_safe_nav] = ACTIONS(4408), [sym_multiline_comment] = ACTIONS(3), }, [3092] = { - [sym_class_body] = STATE(3424), - [sym__alpha_identifier] = ACTIONS(4583), - [anon_sym_AT] = ACTIONS(4585), - [anon_sym_LBRACK] = ACTIONS(4585), - [anon_sym_RBRACK] = ACTIONS(4585), - [anon_sym_as] = ACTIONS(4583), - [anon_sym_EQ] = ACTIONS(4583), - [anon_sym_LBRACE] = ACTIONS(5147), - [anon_sym_RBRACE] = ACTIONS(4585), - [anon_sym_LPAREN] = ACTIONS(4585), - [anon_sym_COMMA] = ACTIONS(4585), - [anon_sym_RPAREN] = ACTIONS(4585), - [anon_sym_LT] = ACTIONS(4583), - [anon_sym_GT] = ACTIONS(4583), - [anon_sym_where] = ACTIONS(4583), - [anon_sym_DOT] = ACTIONS(4583), - [anon_sym_SEMI] = ACTIONS(4585), - [anon_sym_get] = ACTIONS(4583), - [anon_sym_set] = ACTIONS(4583), - [anon_sym_STAR] = ACTIONS(4583), - [anon_sym_DASH_GT] = ACTIONS(4585), - [sym_label] = ACTIONS(4585), - [anon_sym_in] = ACTIONS(4583), - [anon_sym_while] = ACTIONS(4583), - [anon_sym_DOT_DOT] = ACTIONS(4585), - [anon_sym_QMARK_COLON] = ACTIONS(4585), - [anon_sym_AMP_AMP] = ACTIONS(4585), - [anon_sym_PIPE_PIPE] = ACTIONS(4585), - [anon_sym_else] = ACTIONS(4583), - [anon_sym_COLON_COLON] = ACTIONS(4585), - [anon_sym_PLUS_EQ] = ACTIONS(4585), - [anon_sym_DASH_EQ] = ACTIONS(4585), - [anon_sym_STAR_EQ] = ACTIONS(4585), - [anon_sym_SLASH_EQ] = ACTIONS(4585), - [anon_sym_PERCENT_EQ] = ACTIONS(4585), - [anon_sym_BANG_EQ] = ACTIONS(4583), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4585), - [anon_sym_EQ_EQ] = ACTIONS(4583), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4585), - [anon_sym_LT_EQ] = ACTIONS(4585), - [anon_sym_GT_EQ] = ACTIONS(4585), - [anon_sym_BANGin] = ACTIONS(4585), - [anon_sym_is] = ACTIONS(4583), - [anon_sym_BANGis] = ACTIONS(4585), - [anon_sym_PLUS] = ACTIONS(4583), - [anon_sym_DASH] = ACTIONS(4583), - [anon_sym_SLASH] = ACTIONS(4583), - [anon_sym_PERCENT] = ACTIONS(4583), - [anon_sym_as_QMARK] = ACTIONS(4585), - [anon_sym_PLUS_PLUS] = ACTIONS(4585), - [anon_sym_DASH_DASH] = ACTIONS(4585), - [anon_sym_BANG_BANG] = ACTIONS(4585), - [anon_sym_suspend] = ACTIONS(4583), - [anon_sym_sealed] = ACTIONS(4583), - [anon_sym_annotation] = ACTIONS(4583), - [anon_sym_data] = ACTIONS(4583), - [anon_sym_inner] = ACTIONS(4583), - [anon_sym_override] = ACTIONS(4583), - [anon_sym_lateinit] = ACTIONS(4583), - [anon_sym_public] = ACTIONS(4583), - [anon_sym_private] = ACTIONS(4583), - [anon_sym_internal] = ACTIONS(4583), - [anon_sym_protected] = ACTIONS(4583), - [anon_sym_tailrec] = ACTIONS(4583), - [anon_sym_operator] = ACTIONS(4583), - [anon_sym_infix] = ACTIONS(4583), - [anon_sym_inline] = ACTIONS(4583), - [anon_sym_external] = ACTIONS(4583), - [sym_property_modifier] = ACTIONS(4583), - [anon_sym_abstract] = ACTIONS(4583), - [anon_sym_final] = ACTIONS(4583), - [anon_sym_open] = ACTIONS(4583), - [anon_sym_vararg] = ACTIONS(4583), - [anon_sym_noinline] = ACTIONS(4583), - [anon_sym_crossinline] = ACTIONS(4583), - [anon_sym_expect] = ACTIONS(4583), - [anon_sym_actual] = ACTIONS(4583), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4585), - [sym_safe_nav] = ACTIONS(4585), + [sym_enum_class_body] = STATE(3124), + [sym__alpha_identifier] = ACTIONS(4503), + [anon_sym_AT] = ACTIONS(4505), + [anon_sym_LBRACK] = ACTIONS(4505), + [anon_sym_as] = ACTIONS(4503), + [anon_sym_EQ] = ACTIONS(4503), + [anon_sym_LBRACE] = ACTIONS(3112), + [anon_sym_RBRACE] = ACTIONS(4505), + [anon_sym_LPAREN] = ACTIONS(4505), + [anon_sym_COMMA] = ACTIONS(4505), + [anon_sym_LT] = ACTIONS(4503), + [anon_sym_GT] = ACTIONS(4503), + [anon_sym_where] = ACTIONS(4503), + [anon_sym_object] = ACTIONS(4503), + [anon_sym_fun] = ACTIONS(4503), + [anon_sym_DOT] = ACTIONS(4503), + [anon_sym_SEMI] = ACTIONS(4505), + [anon_sym_get] = ACTIONS(4503), + [anon_sym_set] = ACTIONS(4503), + [anon_sym_this] = ACTIONS(4503), + [anon_sym_super] = ACTIONS(4503), + [anon_sym_STAR] = ACTIONS(4503), + [sym_label] = ACTIONS(4503), + [anon_sym_in] = ACTIONS(4503), + [anon_sym_DOT_DOT] = ACTIONS(4505), + [anon_sym_QMARK_COLON] = ACTIONS(4505), + [anon_sym_AMP_AMP] = ACTIONS(4505), + [anon_sym_PIPE_PIPE] = ACTIONS(4505), + [anon_sym_null] = ACTIONS(4503), + [anon_sym_if] = ACTIONS(4503), + [anon_sym_else] = ACTIONS(4503), + [anon_sym_when] = ACTIONS(4503), + [anon_sym_try] = ACTIONS(4503), + [anon_sym_throw] = ACTIONS(4503), + [anon_sym_return] = ACTIONS(4503), + [anon_sym_continue] = ACTIONS(4503), + [anon_sym_break] = ACTIONS(4503), + [anon_sym_COLON_COLON] = ACTIONS(4505), + [anon_sym_PLUS_EQ] = ACTIONS(4505), + [anon_sym_DASH_EQ] = ACTIONS(4505), + [anon_sym_STAR_EQ] = ACTIONS(4505), + [anon_sym_SLASH_EQ] = ACTIONS(4505), + [anon_sym_PERCENT_EQ] = ACTIONS(4505), + [anon_sym_BANG_EQ] = ACTIONS(4503), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4505), + [anon_sym_EQ_EQ] = ACTIONS(4503), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4505), + [anon_sym_LT_EQ] = ACTIONS(4505), + [anon_sym_GT_EQ] = ACTIONS(4505), + [anon_sym_BANGin] = ACTIONS(4505), + [anon_sym_is] = ACTIONS(4503), + [anon_sym_BANGis] = ACTIONS(4505), + [anon_sym_PLUS] = ACTIONS(4503), + [anon_sym_DASH] = ACTIONS(4503), + [anon_sym_SLASH] = ACTIONS(4503), + [anon_sym_PERCENT] = ACTIONS(4503), + [anon_sym_as_QMARK] = ACTIONS(4505), + [anon_sym_PLUS_PLUS] = ACTIONS(4505), + [anon_sym_DASH_DASH] = ACTIONS(4505), + [anon_sym_BANG] = ACTIONS(4503), + [anon_sym_BANG_BANG] = ACTIONS(4505), + [anon_sym_data] = ACTIONS(4503), + [anon_sym_inner] = ACTIONS(4503), + [anon_sym_expect] = ACTIONS(4503), + [anon_sym_actual] = ACTIONS(4503), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4505), + [anon_sym_continue_AT] = ACTIONS(4505), + [anon_sym_break_AT] = ACTIONS(4505), + [sym_real_literal] = ACTIONS(4505), + [sym_integer_literal] = ACTIONS(4503), + [sym_hex_literal] = ACTIONS(4505), + [sym_bin_literal] = ACTIONS(4505), + [anon_sym_true] = ACTIONS(4503), + [anon_sym_false] = ACTIONS(4503), + [anon_sym_SQUOTE] = ACTIONS(4505), + [sym__backtick_identifier] = ACTIONS(4505), + [sym__automatic_semicolon] = ACTIONS(4505), + [sym_safe_nav] = ACTIONS(4505), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4505), }, [3093] = { - [sym__alpha_identifier] = ACTIONS(4690), - [anon_sym_AT] = ACTIONS(4692), - [anon_sym_COLON] = ACTIONS(4690), - [anon_sym_LBRACK] = ACTIONS(4692), - [anon_sym_RBRACK] = ACTIONS(4692), - [anon_sym_as] = ACTIONS(4690), - [anon_sym_EQ] = ACTIONS(4690), - [anon_sym_LBRACE] = ACTIONS(4692), - [anon_sym_RBRACE] = ACTIONS(4692), - [anon_sym_LPAREN] = ACTIONS(4692), - [anon_sym_COMMA] = ACTIONS(4692), - [anon_sym_RPAREN] = ACTIONS(4692), - [anon_sym_LT] = ACTIONS(4690), - [anon_sym_GT] = ACTIONS(4690), - [anon_sym_where] = ACTIONS(4690), - [anon_sym_DOT] = ACTIONS(4690), - [anon_sym_SEMI] = ACTIONS(4692), - [anon_sym_get] = ACTIONS(4690), - [anon_sym_set] = ACTIONS(4690), - [anon_sym_STAR] = ACTIONS(4690), - [anon_sym_DASH_GT] = ACTIONS(4692), - [sym_label] = ACTIONS(4692), - [anon_sym_in] = ACTIONS(4690), - [anon_sym_while] = ACTIONS(4690), - [anon_sym_DOT_DOT] = ACTIONS(4692), - [anon_sym_QMARK_COLON] = ACTIONS(4692), - [anon_sym_AMP_AMP] = ACTIONS(4692), - [anon_sym_PIPE_PIPE] = ACTIONS(4692), - [anon_sym_else] = ACTIONS(4690), - [anon_sym_COLON_COLON] = ACTIONS(4692), - [anon_sym_PLUS_EQ] = ACTIONS(4692), - [anon_sym_DASH_EQ] = ACTIONS(4692), - [anon_sym_STAR_EQ] = ACTIONS(4692), - [anon_sym_SLASH_EQ] = ACTIONS(4692), - [anon_sym_PERCENT_EQ] = ACTIONS(4692), - [anon_sym_BANG_EQ] = ACTIONS(4690), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4692), - [anon_sym_EQ_EQ] = ACTIONS(4690), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4692), - [anon_sym_LT_EQ] = ACTIONS(4692), - [anon_sym_GT_EQ] = ACTIONS(4692), - [anon_sym_BANGin] = ACTIONS(4692), - [anon_sym_is] = ACTIONS(4690), - [anon_sym_BANGis] = ACTIONS(4692), - [anon_sym_PLUS] = ACTIONS(4690), - [anon_sym_DASH] = ACTIONS(4690), - [anon_sym_SLASH] = ACTIONS(4690), - [anon_sym_PERCENT] = ACTIONS(4690), - [anon_sym_as_QMARK] = ACTIONS(4692), - [anon_sym_PLUS_PLUS] = ACTIONS(4692), - [anon_sym_DASH_DASH] = ACTIONS(4692), - [anon_sym_BANG_BANG] = ACTIONS(4692), - [anon_sym_suspend] = ACTIONS(4690), - [anon_sym_sealed] = ACTIONS(4690), - [anon_sym_annotation] = ACTIONS(4690), - [anon_sym_data] = ACTIONS(4690), - [anon_sym_inner] = ACTIONS(4690), - [anon_sym_override] = ACTIONS(4690), - [anon_sym_lateinit] = ACTIONS(4690), - [anon_sym_public] = ACTIONS(4690), - [anon_sym_private] = ACTIONS(4690), - [anon_sym_internal] = ACTIONS(4690), - [anon_sym_protected] = ACTIONS(4690), - [anon_sym_tailrec] = ACTIONS(4690), - [anon_sym_operator] = ACTIONS(4690), - [anon_sym_infix] = ACTIONS(4690), - [anon_sym_inline] = ACTIONS(4690), - [anon_sym_external] = ACTIONS(4690), - [sym_property_modifier] = ACTIONS(4690), - [anon_sym_abstract] = ACTIONS(4690), - [anon_sym_final] = ACTIONS(4690), - [anon_sym_open] = ACTIONS(4690), - [anon_sym_vararg] = ACTIONS(4690), - [anon_sym_noinline] = ACTIONS(4690), - [anon_sym_crossinline] = ACTIONS(4690), - [anon_sym_expect] = ACTIONS(4690), - [anon_sym_actual] = ACTIONS(4690), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4692), - [sym_safe_nav] = ACTIONS(4692), + [sym_enum_class_body] = STATE(3436), + [sym__alpha_identifier] = ACTIONS(4503), + [anon_sym_AT] = ACTIONS(4505), + [anon_sym_LBRACK] = ACTIONS(4505), + [anon_sym_RBRACK] = ACTIONS(4505), + [anon_sym_as] = ACTIONS(4503), + [anon_sym_EQ] = ACTIONS(4503), + [anon_sym_LBRACE] = ACTIONS(5171), + [anon_sym_RBRACE] = ACTIONS(4505), + [anon_sym_LPAREN] = ACTIONS(4505), + [anon_sym_COMMA] = ACTIONS(4505), + [anon_sym_RPAREN] = ACTIONS(4505), + [anon_sym_LT] = ACTIONS(4503), + [anon_sym_GT] = ACTIONS(4503), + [anon_sym_where] = ACTIONS(4503), + [anon_sym_DOT] = ACTIONS(4503), + [anon_sym_SEMI] = ACTIONS(4505), + [anon_sym_get] = ACTIONS(4503), + [anon_sym_set] = ACTIONS(4503), + [anon_sym_STAR] = ACTIONS(4503), + [anon_sym_DASH_GT] = ACTIONS(4505), + [sym_label] = ACTIONS(4505), + [anon_sym_in] = ACTIONS(4503), + [anon_sym_while] = ACTIONS(4503), + [anon_sym_DOT_DOT] = ACTIONS(4505), + [anon_sym_QMARK_COLON] = ACTIONS(4505), + [anon_sym_AMP_AMP] = ACTIONS(4505), + [anon_sym_PIPE_PIPE] = ACTIONS(4505), + [anon_sym_else] = ACTIONS(4503), + [anon_sym_COLON_COLON] = ACTIONS(4505), + [anon_sym_PLUS_EQ] = ACTIONS(4505), + [anon_sym_DASH_EQ] = ACTIONS(4505), + [anon_sym_STAR_EQ] = ACTIONS(4505), + [anon_sym_SLASH_EQ] = ACTIONS(4505), + [anon_sym_PERCENT_EQ] = ACTIONS(4505), + [anon_sym_BANG_EQ] = ACTIONS(4503), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4505), + [anon_sym_EQ_EQ] = ACTIONS(4503), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4505), + [anon_sym_LT_EQ] = ACTIONS(4505), + [anon_sym_GT_EQ] = ACTIONS(4505), + [anon_sym_BANGin] = ACTIONS(4505), + [anon_sym_is] = ACTIONS(4503), + [anon_sym_BANGis] = ACTIONS(4505), + [anon_sym_PLUS] = ACTIONS(4503), + [anon_sym_DASH] = ACTIONS(4503), + [anon_sym_SLASH] = ACTIONS(4503), + [anon_sym_PERCENT] = ACTIONS(4503), + [anon_sym_as_QMARK] = ACTIONS(4505), + [anon_sym_PLUS_PLUS] = ACTIONS(4505), + [anon_sym_DASH_DASH] = ACTIONS(4505), + [anon_sym_BANG_BANG] = ACTIONS(4505), + [anon_sym_suspend] = ACTIONS(4503), + [anon_sym_sealed] = ACTIONS(4503), + [anon_sym_annotation] = ACTIONS(4503), + [anon_sym_data] = ACTIONS(4503), + [anon_sym_inner] = ACTIONS(4503), + [anon_sym_override] = ACTIONS(4503), + [anon_sym_lateinit] = ACTIONS(4503), + [anon_sym_public] = ACTIONS(4503), + [anon_sym_private] = ACTIONS(4503), + [anon_sym_internal] = ACTIONS(4503), + [anon_sym_protected] = ACTIONS(4503), + [anon_sym_tailrec] = ACTIONS(4503), + [anon_sym_operator] = ACTIONS(4503), + [anon_sym_infix] = ACTIONS(4503), + [anon_sym_inline] = ACTIONS(4503), + [anon_sym_external] = ACTIONS(4503), + [sym_property_modifier] = ACTIONS(4503), + [anon_sym_abstract] = ACTIONS(4503), + [anon_sym_final] = ACTIONS(4503), + [anon_sym_open] = ACTIONS(4503), + [anon_sym_vararg] = ACTIONS(4503), + [anon_sym_noinline] = ACTIONS(4503), + [anon_sym_crossinline] = ACTIONS(4503), + [anon_sym_expect] = ACTIONS(4503), + [anon_sym_actual] = ACTIONS(4503), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4505), + [sym_safe_nav] = ACTIONS(4505), [sym_multiline_comment] = ACTIONS(3), }, [3094] = { - [sym_class_body] = STATE(3158), - [sym__alpha_identifier] = ACTIONS(4481), - [anon_sym_AT] = ACTIONS(4483), - [anon_sym_LBRACK] = ACTIONS(4483), - [anon_sym_RBRACK] = ACTIONS(4483), - [anon_sym_as] = ACTIONS(4481), - [anon_sym_EQ] = ACTIONS(4481), - [anon_sym_LBRACE] = ACTIONS(5147), - [anon_sym_RBRACE] = ACTIONS(4483), - [anon_sym_LPAREN] = ACTIONS(4483), - [anon_sym_COMMA] = ACTIONS(4483), - [anon_sym_RPAREN] = ACTIONS(4483), - [anon_sym_LT] = ACTIONS(4481), - [anon_sym_GT] = ACTIONS(4481), - [anon_sym_where] = ACTIONS(4481), - [anon_sym_DOT] = ACTIONS(4481), - [anon_sym_SEMI] = ACTIONS(4483), - [anon_sym_get] = ACTIONS(4481), - [anon_sym_set] = ACTIONS(4481), - [anon_sym_STAR] = ACTIONS(4481), - [anon_sym_DASH_GT] = ACTIONS(4483), - [sym_label] = ACTIONS(4483), - [anon_sym_in] = ACTIONS(4481), - [anon_sym_while] = ACTIONS(4481), - [anon_sym_DOT_DOT] = ACTIONS(4483), - [anon_sym_QMARK_COLON] = ACTIONS(4483), - [anon_sym_AMP_AMP] = ACTIONS(4483), - [anon_sym_PIPE_PIPE] = ACTIONS(4483), - [anon_sym_else] = ACTIONS(4481), - [anon_sym_COLON_COLON] = ACTIONS(4483), - [anon_sym_PLUS_EQ] = ACTIONS(4483), - [anon_sym_DASH_EQ] = ACTIONS(4483), - [anon_sym_STAR_EQ] = ACTIONS(4483), - [anon_sym_SLASH_EQ] = ACTIONS(4483), - [anon_sym_PERCENT_EQ] = ACTIONS(4483), - [anon_sym_BANG_EQ] = ACTIONS(4481), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4483), - [anon_sym_EQ_EQ] = ACTIONS(4481), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4483), - [anon_sym_LT_EQ] = ACTIONS(4483), - [anon_sym_GT_EQ] = ACTIONS(4483), - [anon_sym_BANGin] = ACTIONS(4483), - [anon_sym_is] = ACTIONS(4481), - [anon_sym_BANGis] = ACTIONS(4483), - [anon_sym_PLUS] = ACTIONS(4481), - [anon_sym_DASH] = ACTIONS(4481), - [anon_sym_SLASH] = ACTIONS(4481), - [anon_sym_PERCENT] = ACTIONS(4481), - [anon_sym_as_QMARK] = ACTIONS(4483), - [anon_sym_PLUS_PLUS] = ACTIONS(4483), - [anon_sym_DASH_DASH] = ACTIONS(4483), - [anon_sym_BANG_BANG] = ACTIONS(4483), - [anon_sym_suspend] = ACTIONS(4481), - [anon_sym_sealed] = ACTIONS(4481), - [anon_sym_annotation] = ACTIONS(4481), - [anon_sym_data] = ACTIONS(4481), - [anon_sym_inner] = ACTIONS(4481), - [anon_sym_override] = ACTIONS(4481), - [anon_sym_lateinit] = ACTIONS(4481), - [anon_sym_public] = ACTIONS(4481), - [anon_sym_private] = ACTIONS(4481), - [anon_sym_internal] = ACTIONS(4481), - [anon_sym_protected] = ACTIONS(4481), - [anon_sym_tailrec] = ACTIONS(4481), - [anon_sym_operator] = ACTIONS(4481), - [anon_sym_infix] = ACTIONS(4481), - [anon_sym_inline] = ACTIONS(4481), - [anon_sym_external] = ACTIONS(4481), - [sym_property_modifier] = ACTIONS(4481), - [anon_sym_abstract] = ACTIONS(4481), - [anon_sym_final] = ACTIONS(4481), - [anon_sym_open] = ACTIONS(4481), - [anon_sym_vararg] = ACTIONS(4481), - [anon_sym_noinline] = ACTIONS(4481), - [anon_sym_crossinline] = ACTIONS(4481), - [anon_sym_expect] = ACTIONS(4481), - [anon_sym_actual] = ACTIONS(4481), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4483), - [sym_safe_nav] = ACTIONS(4483), - [sym_multiline_comment] = ACTIONS(3), + [aux_sym__delegation_specifiers_repeat1] = STATE(3079), + [sym__alpha_identifier] = ACTIONS(4658), + [anon_sym_AT] = ACTIONS(4660), + [anon_sym_LBRACK] = ACTIONS(4660), + [anon_sym_as] = ACTIONS(4658), + [anon_sym_EQ] = ACTIONS(4658), + [anon_sym_LBRACE] = ACTIONS(4660), + [anon_sym_RBRACE] = ACTIONS(4660), + [anon_sym_LPAREN] = ACTIONS(4660), + [anon_sym_COMMA] = ACTIONS(6485), + [anon_sym_LT] = ACTIONS(4658), + [anon_sym_GT] = ACTIONS(4658), + [anon_sym_where] = ACTIONS(4658), + [anon_sym_object] = ACTIONS(4658), + [anon_sym_fun] = ACTIONS(4658), + [anon_sym_DOT] = ACTIONS(4658), + [anon_sym_SEMI] = ACTIONS(4660), + [anon_sym_get] = ACTIONS(4658), + [anon_sym_set] = ACTIONS(4658), + [anon_sym_this] = ACTIONS(4658), + [anon_sym_super] = ACTIONS(4658), + [anon_sym_STAR] = ACTIONS(4658), + [sym_label] = ACTIONS(4658), + [anon_sym_in] = ACTIONS(4658), + [anon_sym_DOT_DOT] = ACTIONS(4660), + [anon_sym_QMARK_COLON] = ACTIONS(4660), + [anon_sym_AMP_AMP] = ACTIONS(4660), + [anon_sym_PIPE_PIPE] = ACTIONS(4660), + [anon_sym_null] = ACTIONS(4658), + [anon_sym_if] = ACTIONS(4658), + [anon_sym_else] = ACTIONS(4658), + [anon_sym_when] = ACTIONS(4658), + [anon_sym_try] = ACTIONS(4658), + [anon_sym_throw] = ACTIONS(4658), + [anon_sym_return] = ACTIONS(4658), + [anon_sym_continue] = ACTIONS(4658), + [anon_sym_break] = ACTIONS(4658), + [anon_sym_COLON_COLON] = ACTIONS(4660), + [anon_sym_PLUS_EQ] = ACTIONS(4660), + [anon_sym_DASH_EQ] = ACTIONS(4660), + [anon_sym_STAR_EQ] = ACTIONS(4660), + [anon_sym_SLASH_EQ] = ACTIONS(4660), + [anon_sym_PERCENT_EQ] = ACTIONS(4660), + [anon_sym_BANG_EQ] = ACTIONS(4658), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4660), + [anon_sym_EQ_EQ] = ACTIONS(4658), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4660), + [anon_sym_LT_EQ] = ACTIONS(4660), + [anon_sym_GT_EQ] = ACTIONS(4660), + [anon_sym_BANGin] = ACTIONS(4660), + [anon_sym_is] = ACTIONS(4658), + [anon_sym_BANGis] = ACTIONS(4660), + [anon_sym_PLUS] = ACTIONS(4658), + [anon_sym_DASH] = ACTIONS(4658), + [anon_sym_SLASH] = ACTIONS(4658), + [anon_sym_PERCENT] = ACTIONS(4658), + [anon_sym_as_QMARK] = ACTIONS(4660), + [anon_sym_PLUS_PLUS] = ACTIONS(4660), + [anon_sym_DASH_DASH] = ACTIONS(4660), + [anon_sym_BANG] = ACTIONS(4658), + [anon_sym_BANG_BANG] = ACTIONS(4660), + [anon_sym_data] = ACTIONS(4658), + [anon_sym_inner] = ACTIONS(4658), + [anon_sym_expect] = ACTIONS(4658), + [anon_sym_actual] = ACTIONS(4658), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4660), + [anon_sym_continue_AT] = ACTIONS(4660), + [anon_sym_break_AT] = ACTIONS(4660), + [sym_real_literal] = ACTIONS(4660), + [sym_integer_literal] = ACTIONS(4658), + [sym_hex_literal] = ACTIONS(4660), + [sym_bin_literal] = ACTIONS(4660), + [anon_sym_true] = ACTIONS(4658), + [anon_sym_false] = ACTIONS(4658), + [anon_sym_SQUOTE] = ACTIONS(4660), + [sym__backtick_identifier] = ACTIONS(4660), + [sym__automatic_semicolon] = ACTIONS(4660), + [sym_safe_nav] = ACTIONS(4660), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4660), }, [3095] = { - [aux_sym__delegation_specifiers_repeat1] = STATE(3081), - [sym__alpha_identifier] = ACTIONS(4678), - [anon_sym_AT] = ACTIONS(4680), - [anon_sym_LBRACK] = ACTIONS(4680), - [anon_sym_as] = ACTIONS(4678), - [anon_sym_EQ] = ACTIONS(4678), - [anon_sym_LBRACE] = ACTIONS(4680), - [anon_sym_RBRACE] = ACTIONS(4680), - [anon_sym_LPAREN] = ACTIONS(4680), - [anon_sym_COMMA] = ACTIONS(6487), - [anon_sym_LT] = ACTIONS(4678), - [anon_sym_GT] = ACTIONS(4678), - [anon_sym_where] = ACTIONS(4678), - [anon_sym_object] = ACTIONS(4678), - [anon_sym_fun] = ACTIONS(4678), - [anon_sym_DOT] = ACTIONS(4678), - [anon_sym_SEMI] = ACTIONS(4680), - [anon_sym_get] = ACTIONS(4678), - [anon_sym_set] = ACTIONS(4678), - [anon_sym_this] = ACTIONS(4678), - [anon_sym_super] = ACTIONS(4678), - [anon_sym_STAR] = ACTIONS(4678), - [sym_label] = ACTIONS(4678), - [anon_sym_in] = ACTIONS(4678), - [anon_sym_DOT_DOT] = ACTIONS(4680), - [anon_sym_QMARK_COLON] = ACTIONS(4680), - [anon_sym_AMP_AMP] = ACTIONS(4680), - [anon_sym_PIPE_PIPE] = ACTIONS(4680), - [anon_sym_null] = ACTIONS(4678), - [anon_sym_if] = ACTIONS(4678), - [anon_sym_else] = ACTIONS(4678), - [anon_sym_when] = ACTIONS(4678), - [anon_sym_try] = ACTIONS(4678), - [anon_sym_throw] = ACTIONS(4678), - [anon_sym_return] = ACTIONS(4678), - [anon_sym_continue] = ACTIONS(4678), - [anon_sym_break] = ACTIONS(4678), - [anon_sym_COLON_COLON] = ACTIONS(4680), - [anon_sym_PLUS_EQ] = ACTIONS(4680), - [anon_sym_DASH_EQ] = ACTIONS(4680), - [anon_sym_STAR_EQ] = ACTIONS(4680), - [anon_sym_SLASH_EQ] = ACTIONS(4680), - [anon_sym_PERCENT_EQ] = ACTIONS(4680), - [anon_sym_BANG_EQ] = ACTIONS(4678), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4680), - [anon_sym_EQ_EQ] = ACTIONS(4678), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4680), - [anon_sym_LT_EQ] = ACTIONS(4680), - [anon_sym_GT_EQ] = ACTIONS(4680), - [anon_sym_BANGin] = ACTIONS(4680), - [anon_sym_is] = ACTIONS(4678), - [anon_sym_BANGis] = ACTIONS(4680), - [anon_sym_PLUS] = ACTIONS(4678), - [anon_sym_DASH] = ACTIONS(4678), - [anon_sym_SLASH] = ACTIONS(4678), - [anon_sym_PERCENT] = ACTIONS(4678), - [anon_sym_as_QMARK] = ACTIONS(4680), - [anon_sym_PLUS_PLUS] = ACTIONS(4680), - [anon_sym_DASH_DASH] = ACTIONS(4680), - [anon_sym_BANG] = ACTIONS(4678), - [anon_sym_BANG_BANG] = ACTIONS(4680), - [anon_sym_data] = ACTIONS(4678), - [anon_sym_inner] = ACTIONS(4678), - [anon_sym_expect] = ACTIONS(4678), - [anon_sym_actual] = ACTIONS(4678), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4680), - [anon_sym_continue_AT] = ACTIONS(4680), - [anon_sym_break_AT] = ACTIONS(4680), - [sym_real_literal] = ACTIONS(4680), - [sym_integer_literal] = ACTIONS(4678), - [sym_hex_literal] = ACTIONS(4680), - [sym_bin_literal] = ACTIONS(4680), - [anon_sym_true] = ACTIONS(4678), - [anon_sym_false] = ACTIONS(4678), - [anon_sym_SQUOTE] = ACTIONS(4680), - [sym__backtick_identifier] = ACTIONS(4680), - [sym__automatic_semicolon] = ACTIONS(4680), - [sym_safe_nav] = ACTIONS(4680), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4680), + [sym_class_body] = STATE(3240), + [sym__alpha_identifier] = ACTIONS(4654), + [anon_sym_AT] = ACTIONS(4656), + [anon_sym_LBRACK] = ACTIONS(4656), + [anon_sym_RBRACK] = ACTIONS(4656), + [anon_sym_as] = ACTIONS(4654), + [anon_sym_EQ] = ACTIONS(4654), + [anon_sym_LBRACE] = ACTIONS(5179), + [anon_sym_RBRACE] = ACTIONS(4656), + [anon_sym_LPAREN] = ACTIONS(4656), + [anon_sym_COMMA] = ACTIONS(4656), + [anon_sym_RPAREN] = ACTIONS(4656), + [anon_sym_LT] = ACTIONS(4654), + [anon_sym_GT] = ACTIONS(4654), + [anon_sym_where] = ACTIONS(4654), + [anon_sym_DOT] = ACTIONS(4654), + [anon_sym_SEMI] = ACTIONS(4656), + [anon_sym_get] = ACTIONS(4654), + [anon_sym_set] = ACTIONS(4654), + [anon_sym_STAR] = ACTIONS(4654), + [anon_sym_DASH_GT] = ACTIONS(4656), + [sym_label] = ACTIONS(4656), + [anon_sym_in] = ACTIONS(4654), + [anon_sym_while] = ACTIONS(4654), + [anon_sym_DOT_DOT] = ACTIONS(4656), + [anon_sym_QMARK_COLON] = ACTIONS(4656), + [anon_sym_AMP_AMP] = ACTIONS(4656), + [anon_sym_PIPE_PIPE] = ACTIONS(4656), + [anon_sym_else] = ACTIONS(4654), + [anon_sym_COLON_COLON] = ACTIONS(4656), + [anon_sym_PLUS_EQ] = ACTIONS(4656), + [anon_sym_DASH_EQ] = ACTIONS(4656), + [anon_sym_STAR_EQ] = ACTIONS(4656), + [anon_sym_SLASH_EQ] = ACTIONS(4656), + [anon_sym_PERCENT_EQ] = ACTIONS(4656), + [anon_sym_BANG_EQ] = ACTIONS(4654), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4656), + [anon_sym_EQ_EQ] = ACTIONS(4654), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4656), + [anon_sym_LT_EQ] = ACTIONS(4656), + [anon_sym_GT_EQ] = ACTIONS(4656), + [anon_sym_BANGin] = ACTIONS(4656), + [anon_sym_is] = ACTIONS(4654), + [anon_sym_BANGis] = ACTIONS(4656), + [anon_sym_PLUS] = ACTIONS(4654), + [anon_sym_DASH] = ACTIONS(4654), + [anon_sym_SLASH] = ACTIONS(4654), + [anon_sym_PERCENT] = ACTIONS(4654), + [anon_sym_as_QMARK] = ACTIONS(4656), + [anon_sym_PLUS_PLUS] = ACTIONS(4656), + [anon_sym_DASH_DASH] = ACTIONS(4656), + [anon_sym_BANG_BANG] = ACTIONS(4656), + [anon_sym_suspend] = ACTIONS(4654), + [anon_sym_sealed] = ACTIONS(4654), + [anon_sym_annotation] = ACTIONS(4654), + [anon_sym_data] = ACTIONS(4654), + [anon_sym_inner] = ACTIONS(4654), + [anon_sym_override] = ACTIONS(4654), + [anon_sym_lateinit] = ACTIONS(4654), + [anon_sym_public] = ACTIONS(4654), + [anon_sym_private] = ACTIONS(4654), + [anon_sym_internal] = ACTIONS(4654), + [anon_sym_protected] = ACTIONS(4654), + [anon_sym_tailrec] = ACTIONS(4654), + [anon_sym_operator] = ACTIONS(4654), + [anon_sym_infix] = ACTIONS(4654), + [anon_sym_inline] = ACTIONS(4654), + [anon_sym_external] = ACTIONS(4654), + [sym_property_modifier] = ACTIONS(4654), + [anon_sym_abstract] = ACTIONS(4654), + [anon_sym_final] = ACTIONS(4654), + [anon_sym_open] = ACTIONS(4654), + [anon_sym_vararg] = ACTIONS(4654), + [anon_sym_noinline] = ACTIONS(4654), + [anon_sym_crossinline] = ACTIONS(4654), + [anon_sym_expect] = ACTIONS(4654), + [anon_sym_actual] = ACTIONS(4654), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4656), + [sym_safe_nav] = ACTIONS(4656), + [sym_multiline_comment] = ACTIONS(3), }, [3096] = { - [sym__alpha_identifier] = ACTIONS(4647), - [anon_sym_AT] = ACTIONS(4649), - [anon_sym_COLON] = ACTIONS(4647), - [anon_sym_LBRACK] = ACTIONS(4649), - [anon_sym_as] = ACTIONS(4647), - [anon_sym_EQ] = ACTIONS(4647), - [anon_sym_LBRACE] = ACTIONS(4649), - [anon_sym_RBRACE] = ACTIONS(4649), - [anon_sym_LPAREN] = ACTIONS(4649), - [anon_sym_COMMA] = ACTIONS(4649), - [anon_sym_LT] = ACTIONS(4647), - [anon_sym_GT] = ACTIONS(4647), - [anon_sym_where] = ACTIONS(4647), - [anon_sym_object] = ACTIONS(4647), - [anon_sym_fun] = ACTIONS(4647), - [anon_sym_DOT] = ACTIONS(4647), - [anon_sym_SEMI] = ACTIONS(4649), - [anon_sym_get] = ACTIONS(4647), - [anon_sym_set] = ACTIONS(4647), - [anon_sym_this] = ACTIONS(4647), - [anon_sym_super] = ACTIONS(4647), - [anon_sym_STAR] = ACTIONS(4647), - [sym_label] = ACTIONS(4647), - [anon_sym_in] = ACTIONS(4647), - [anon_sym_DOT_DOT] = ACTIONS(4649), - [anon_sym_QMARK_COLON] = ACTIONS(4649), - [anon_sym_AMP_AMP] = ACTIONS(4649), - [anon_sym_PIPE_PIPE] = ACTIONS(4649), - [anon_sym_null] = ACTIONS(4647), - [anon_sym_if] = ACTIONS(4647), - [anon_sym_else] = ACTIONS(4647), - [anon_sym_when] = ACTIONS(4647), - [anon_sym_try] = ACTIONS(4647), - [anon_sym_throw] = ACTIONS(4647), - [anon_sym_return] = ACTIONS(4647), - [anon_sym_continue] = ACTIONS(4647), - [anon_sym_break] = ACTIONS(4647), - [anon_sym_COLON_COLON] = ACTIONS(4649), - [anon_sym_PLUS_EQ] = ACTIONS(4649), - [anon_sym_DASH_EQ] = ACTIONS(4649), - [anon_sym_STAR_EQ] = ACTIONS(4649), - [anon_sym_SLASH_EQ] = ACTIONS(4649), - [anon_sym_PERCENT_EQ] = ACTIONS(4649), - [anon_sym_BANG_EQ] = ACTIONS(4647), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4649), - [anon_sym_EQ_EQ] = ACTIONS(4647), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4649), - [anon_sym_LT_EQ] = ACTIONS(4649), - [anon_sym_GT_EQ] = ACTIONS(4649), - [anon_sym_BANGin] = ACTIONS(4649), - [anon_sym_is] = ACTIONS(4647), - [anon_sym_BANGis] = ACTIONS(4649), - [anon_sym_PLUS] = ACTIONS(4647), - [anon_sym_DASH] = ACTIONS(4647), - [anon_sym_SLASH] = ACTIONS(4647), - [anon_sym_PERCENT] = ACTIONS(4647), - [anon_sym_as_QMARK] = ACTIONS(4649), - [anon_sym_PLUS_PLUS] = ACTIONS(4649), - [anon_sym_DASH_DASH] = ACTIONS(4649), - [anon_sym_BANG] = ACTIONS(4647), - [anon_sym_BANG_BANG] = ACTIONS(4649), - [anon_sym_data] = ACTIONS(4647), - [anon_sym_inner] = ACTIONS(4647), - [anon_sym_expect] = ACTIONS(4647), - [anon_sym_actual] = ACTIONS(4647), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4649), - [anon_sym_continue_AT] = ACTIONS(4649), - [anon_sym_break_AT] = ACTIONS(4649), - [sym_real_literal] = ACTIONS(4649), - [sym_integer_literal] = ACTIONS(4647), - [sym_hex_literal] = ACTIONS(4649), - [sym_bin_literal] = ACTIONS(4649), - [anon_sym_true] = ACTIONS(4647), - [anon_sym_false] = ACTIONS(4647), - [anon_sym_SQUOTE] = ACTIONS(4649), - [sym__backtick_identifier] = ACTIONS(4649), - [sym__automatic_semicolon] = ACTIONS(4649), - [sym_safe_nav] = ACTIONS(4649), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4649), + [sym__alpha_identifier] = ACTIONS(4617), + [anon_sym_AT] = ACTIONS(4619), + [anon_sym_COLON] = ACTIONS(4617), + [anon_sym_LBRACK] = ACTIONS(4619), + [anon_sym_as] = ACTIONS(4617), + [anon_sym_EQ] = ACTIONS(4617), + [anon_sym_LBRACE] = ACTIONS(4619), + [anon_sym_RBRACE] = ACTIONS(4619), + [anon_sym_LPAREN] = ACTIONS(4619), + [anon_sym_COMMA] = ACTIONS(4619), + [anon_sym_LT] = ACTIONS(4617), + [anon_sym_GT] = ACTIONS(4617), + [anon_sym_where] = ACTIONS(4617), + [anon_sym_object] = ACTIONS(4617), + [anon_sym_fun] = ACTIONS(4617), + [anon_sym_DOT] = ACTIONS(4617), + [anon_sym_SEMI] = ACTIONS(4619), + [anon_sym_get] = ACTIONS(4617), + [anon_sym_set] = ACTIONS(4617), + [anon_sym_this] = ACTIONS(4617), + [anon_sym_super] = ACTIONS(4617), + [anon_sym_STAR] = ACTIONS(4617), + [sym_label] = ACTIONS(4617), + [anon_sym_in] = ACTIONS(4617), + [anon_sym_DOT_DOT] = ACTIONS(4619), + [anon_sym_QMARK_COLON] = ACTIONS(4619), + [anon_sym_AMP_AMP] = ACTIONS(4619), + [anon_sym_PIPE_PIPE] = ACTIONS(4619), + [anon_sym_null] = ACTIONS(4617), + [anon_sym_if] = ACTIONS(4617), + [anon_sym_else] = ACTIONS(4617), + [anon_sym_when] = ACTIONS(4617), + [anon_sym_try] = ACTIONS(4617), + [anon_sym_throw] = ACTIONS(4617), + [anon_sym_return] = ACTIONS(4617), + [anon_sym_continue] = ACTIONS(4617), + [anon_sym_break] = ACTIONS(4617), + [anon_sym_COLON_COLON] = ACTIONS(4619), + [anon_sym_PLUS_EQ] = ACTIONS(4619), + [anon_sym_DASH_EQ] = ACTIONS(4619), + [anon_sym_STAR_EQ] = ACTIONS(4619), + [anon_sym_SLASH_EQ] = ACTIONS(4619), + [anon_sym_PERCENT_EQ] = ACTIONS(4619), + [anon_sym_BANG_EQ] = ACTIONS(4617), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4619), + [anon_sym_EQ_EQ] = ACTIONS(4617), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4619), + [anon_sym_LT_EQ] = ACTIONS(4619), + [anon_sym_GT_EQ] = ACTIONS(4619), + [anon_sym_BANGin] = ACTIONS(4619), + [anon_sym_is] = ACTIONS(4617), + [anon_sym_BANGis] = ACTIONS(4619), + [anon_sym_PLUS] = ACTIONS(4617), + [anon_sym_DASH] = ACTIONS(4617), + [anon_sym_SLASH] = ACTIONS(4617), + [anon_sym_PERCENT] = ACTIONS(4617), + [anon_sym_as_QMARK] = ACTIONS(4619), + [anon_sym_PLUS_PLUS] = ACTIONS(4619), + [anon_sym_DASH_DASH] = ACTIONS(4619), + [anon_sym_BANG] = ACTIONS(4617), + [anon_sym_BANG_BANG] = ACTIONS(4619), + [anon_sym_data] = ACTIONS(4617), + [anon_sym_inner] = ACTIONS(4617), + [anon_sym_expect] = ACTIONS(4617), + [anon_sym_actual] = ACTIONS(4617), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4619), + [anon_sym_continue_AT] = ACTIONS(4619), + [anon_sym_break_AT] = ACTIONS(4619), + [sym_real_literal] = ACTIONS(4619), + [sym_integer_literal] = ACTIONS(4617), + [sym_hex_literal] = ACTIONS(4619), + [sym_bin_literal] = ACTIONS(4619), + [anon_sym_true] = ACTIONS(4617), + [anon_sym_false] = ACTIONS(4617), + [anon_sym_SQUOTE] = ACTIONS(4619), + [sym__backtick_identifier] = ACTIONS(4619), + [sym__automatic_semicolon] = ACTIONS(4619), + [sym_safe_nav] = ACTIONS(4619), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4619), }, [3097] = { + [aux_sym_user_type_repeat1] = STATE(3008), + [sym__alpha_identifier] = ACTIONS(4309), + [anon_sym_AT] = ACTIONS(4311), + [anon_sym_LBRACK] = ACTIONS(4311), + [anon_sym_EQ] = ACTIONS(4311), + [anon_sym_LBRACE] = ACTIONS(4311), + [anon_sym_RBRACE] = ACTIONS(4311), + [anon_sym_LPAREN] = ACTIONS(4311), + [anon_sym_COMMA] = ACTIONS(4311), + [anon_sym_by] = ACTIONS(4309), + [anon_sym_where] = ACTIONS(4309), + [anon_sym_object] = ACTIONS(4309), + [anon_sym_fun] = ACTIONS(4309), + [anon_sym_DOT] = ACTIONS(6494), + [anon_sym_SEMI] = ACTIONS(4311), + [anon_sym_get] = ACTIONS(4309), + [anon_sym_set] = ACTIONS(4309), + [anon_sym_this] = ACTIONS(4309), + [anon_sym_super] = ACTIONS(4309), + [sym__quest] = ACTIONS(4311), + [anon_sym_STAR] = ACTIONS(4311), + [sym_label] = ACTIONS(4309), + [anon_sym_in] = ACTIONS(4309), + [anon_sym_null] = ACTIONS(4309), + [anon_sym_if] = ACTIONS(4309), + [anon_sym_else] = ACTIONS(4309), + [anon_sym_when] = ACTIONS(4309), + [anon_sym_try] = ACTIONS(4309), + [anon_sym_throw] = ACTIONS(4309), + [anon_sym_return] = ACTIONS(4309), + [anon_sym_continue] = ACTIONS(4309), + [anon_sym_break] = ACTIONS(4309), + [anon_sym_COLON_COLON] = ACTIONS(4311), + [anon_sym_BANGin] = ACTIONS(4311), + [anon_sym_is] = ACTIONS(4309), + [anon_sym_BANGis] = ACTIONS(4311), + [anon_sym_PLUS] = ACTIONS(4309), + [anon_sym_DASH] = ACTIONS(4309), + [anon_sym_PLUS_PLUS] = ACTIONS(4311), + [anon_sym_DASH_DASH] = ACTIONS(4311), + [anon_sym_BANG] = ACTIONS(4309), + [anon_sym_suspend] = ACTIONS(4309), + [anon_sym_sealed] = ACTIONS(4309), + [anon_sym_annotation] = ACTIONS(4309), + [anon_sym_data] = ACTIONS(4309), + [anon_sym_inner] = ACTIONS(4309), + [anon_sym_override] = ACTIONS(4309), + [anon_sym_lateinit] = ACTIONS(4309), + [anon_sym_public] = ACTIONS(4309), + [anon_sym_private] = ACTIONS(4309), + [anon_sym_internal] = ACTIONS(4309), + [anon_sym_protected] = ACTIONS(4309), + [anon_sym_tailrec] = ACTIONS(4309), + [anon_sym_operator] = ACTIONS(4309), + [anon_sym_infix] = ACTIONS(4309), + [anon_sym_inline] = ACTIONS(4309), + [anon_sym_external] = ACTIONS(4309), + [sym_property_modifier] = ACTIONS(4309), + [anon_sym_abstract] = ACTIONS(4309), + [anon_sym_final] = ACTIONS(4309), + [anon_sym_open] = ACTIONS(4309), + [anon_sym_vararg] = ACTIONS(4309), + [anon_sym_noinline] = ACTIONS(4309), + [anon_sym_crossinline] = ACTIONS(4309), + [anon_sym_expect] = ACTIONS(4309), + [anon_sym_actual] = ACTIONS(4309), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4311), + [anon_sym_continue_AT] = ACTIONS(4311), + [anon_sym_break_AT] = ACTIONS(4311), + [sym_real_literal] = ACTIONS(4311), + [sym_integer_literal] = ACTIONS(4309), + [sym_hex_literal] = ACTIONS(4311), + [sym_bin_literal] = ACTIONS(4311), + [anon_sym_true] = ACTIONS(4309), + [anon_sym_false] = ACTIONS(4309), + [anon_sym_SQUOTE] = ACTIONS(4311), + [sym__backtick_identifier] = ACTIONS(4311), + [sym__automatic_semicolon] = ACTIONS(4311), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4311), + }, + [3098] = { + [sym_class_body] = STATE(3436), + [sym__alpha_identifier] = ACTIONS(4503), + [anon_sym_AT] = ACTIONS(4505), + [anon_sym_LBRACK] = ACTIONS(4505), + [anon_sym_RBRACK] = ACTIONS(4505), + [anon_sym_as] = ACTIONS(4503), + [anon_sym_EQ] = ACTIONS(4503), + [anon_sym_LBRACE] = ACTIONS(5179), + [anon_sym_RBRACE] = ACTIONS(4505), + [anon_sym_LPAREN] = ACTIONS(4505), + [anon_sym_COMMA] = ACTIONS(4505), + [anon_sym_RPAREN] = ACTIONS(4505), + [anon_sym_LT] = ACTIONS(4503), + [anon_sym_GT] = ACTIONS(4503), + [anon_sym_where] = ACTIONS(4503), + [anon_sym_DOT] = ACTIONS(4503), + [anon_sym_SEMI] = ACTIONS(4505), + [anon_sym_get] = ACTIONS(4503), + [anon_sym_set] = ACTIONS(4503), + [anon_sym_STAR] = ACTIONS(4503), + [anon_sym_DASH_GT] = ACTIONS(4505), + [sym_label] = ACTIONS(4505), + [anon_sym_in] = ACTIONS(4503), + [anon_sym_while] = ACTIONS(4503), + [anon_sym_DOT_DOT] = ACTIONS(4505), + [anon_sym_QMARK_COLON] = ACTIONS(4505), + [anon_sym_AMP_AMP] = ACTIONS(4505), + [anon_sym_PIPE_PIPE] = ACTIONS(4505), + [anon_sym_else] = ACTIONS(4503), + [anon_sym_COLON_COLON] = ACTIONS(4505), + [anon_sym_PLUS_EQ] = ACTIONS(4505), + [anon_sym_DASH_EQ] = ACTIONS(4505), + [anon_sym_STAR_EQ] = ACTIONS(4505), + [anon_sym_SLASH_EQ] = ACTIONS(4505), + [anon_sym_PERCENT_EQ] = ACTIONS(4505), + [anon_sym_BANG_EQ] = ACTIONS(4503), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4505), + [anon_sym_EQ_EQ] = ACTIONS(4503), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4505), + [anon_sym_LT_EQ] = ACTIONS(4505), + [anon_sym_GT_EQ] = ACTIONS(4505), + [anon_sym_BANGin] = ACTIONS(4505), + [anon_sym_is] = ACTIONS(4503), + [anon_sym_BANGis] = ACTIONS(4505), + [anon_sym_PLUS] = ACTIONS(4503), + [anon_sym_DASH] = ACTIONS(4503), + [anon_sym_SLASH] = ACTIONS(4503), + [anon_sym_PERCENT] = ACTIONS(4503), + [anon_sym_as_QMARK] = ACTIONS(4505), + [anon_sym_PLUS_PLUS] = ACTIONS(4505), + [anon_sym_DASH_DASH] = ACTIONS(4505), + [anon_sym_BANG_BANG] = ACTIONS(4505), + [anon_sym_suspend] = ACTIONS(4503), + [anon_sym_sealed] = ACTIONS(4503), + [anon_sym_annotation] = ACTIONS(4503), + [anon_sym_data] = ACTIONS(4503), + [anon_sym_inner] = ACTIONS(4503), + [anon_sym_override] = ACTIONS(4503), + [anon_sym_lateinit] = ACTIONS(4503), + [anon_sym_public] = ACTIONS(4503), + [anon_sym_private] = ACTIONS(4503), + [anon_sym_internal] = ACTIONS(4503), + [anon_sym_protected] = ACTIONS(4503), + [anon_sym_tailrec] = ACTIONS(4503), + [anon_sym_operator] = ACTIONS(4503), + [anon_sym_infix] = ACTIONS(4503), + [anon_sym_inline] = ACTIONS(4503), + [anon_sym_external] = ACTIONS(4503), + [sym_property_modifier] = ACTIONS(4503), + [anon_sym_abstract] = ACTIONS(4503), + [anon_sym_final] = ACTIONS(4503), + [anon_sym_open] = ACTIONS(4503), + [anon_sym_vararg] = ACTIONS(4503), + [anon_sym_noinline] = ACTIONS(4503), + [anon_sym_crossinline] = ACTIONS(4503), + [anon_sym_expect] = ACTIONS(4503), + [anon_sym_actual] = ACTIONS(4503), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4505), + [sym_safe_nav] = ACTIONS(4505), + [sym_multiline_comment] = ACTIONS(3), + }, + [3099] = { + [sym_enum_class_body] = STATE(3127), + [sym__alpha_identifier] = ACTIONS(4231), + [anon_sym_AT] = ACTIONS(4233), + [anon_sym_LBRACK] = ACTIONS(4233), + [anon_sym_RBRACK] = ACTIONS(4233), + [anon_sym_as] = ACTIONS(4231), + [anon_sym_EQ] = ACTIONS(4231), + [anon_sym_LBRACE] = ACTIONS(5171), + [anon_sym_RBRACE] = ACTIONS(4233), + [anon_sym_LPAREN] = ACTIONS(4233), + [anon_sym_COMMA] = ACTIONS(4233), + [anon_sym_RPAREN] = ACTIONS(4233), + [anon_sym_LT] = ACTIONS(4231), + [anon_sym_GT] = ACTIONS(4231), + [anon_sym_where] = ACTIONS(4231), + [anon_sym_DOT] = ACTIONS(4231), + [anon_sym_SEMI] = ACTIONS(4233), + [anon_sym_get] = ACTIONS(4231), + [anon_sym_set] = ACTIONS(4231), + [anon_sym_STAR] = ACTIONS(4231), + [anon_sym_DASH_GT] = ACTIONS(4233), + [sym_label] = ACTIONS(4233), + [anon_sym_in] = ACTIONS(4231), + [anon_sym_while] = ACTIONS(4231), + [anon_sym_DOT_DOT] = ACTIONS(4233), + [anon_sym_QMARK_COLON] = ACTIONS(4233), + [anon_sym_AMP_AMP] = ACTIONS(4233), + [anon_sym_PIPE_PIPE] = ACTIONS(4233), + [anon_sym_else] = ACTIONS(4231), + [anon_sym_COLON_COLON] = ACTIONS(4233), + [anon_sym_PLUS_EQ] = ACTIONS(4233), + [anon_sym_DASH_EQ] = ACTIONS(4233), + [anon_sym_STAR_EQ] = ACTIONS(4233), + [anon_sym_SLASH_EQ] = ACTIONS(4233), + [anon_sym_PERCENT_EQ] = ACTIONS(4233), + [anon_sym_BANG_EQ] = ACTIONS(4231), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4233), + [anon_sym_EQ_EQ] = ACTIONS(4231), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4233), + [anon_sym_LT_EQ] = ACTIONS(4233), + [anon_sym_GT_EQ] = ACTIONS(4233), + [anon_sym_BANGin] = ACTIONS(4233), + [anon_sym_is] = ACTIONS(4231), + [anon_sym_BANGis] = ACTIONS(4233), + [anon_sym_PLUS] = ACTIONS(4231), + [anon_sym_DASH] = ACTIONS(4231), + [anon_sym_SLASH] = ACTIONS(4231), + [anon_sym_PERCENT] = ACTIONS(4231), + [anon_sym_as_QMARK] = ACTIONS(4233), + [anon_sym_PLUS_PLUS] = ACTIONS(4233), + [anon_sym_DASH_DASH] = ACTIONS(4233), + [anon_sym_BANG_BANG] = ACTIONS(4233), + [anon_sym_suspend] = ACTIONS(4231), + [anon_sym_sealed] = ACTIONS(4231), + [anon_sym_annotation] = ACTIONS(4231), + [anon_sym_data] = ACTIONS(4231), + [anon_sym_inner] = ACTIONS(4231), + [anon_sym_override] = ACTIONS(4231), + [anon_sym_lateinit] = ACTIONS(4231), + [anon_sym_public] = ACTIONS(4231), + [anon_sym_private] = ACTIONS(4231), + [anon_sym_internal] = ACTIONS(4231), + [anon_sym_protected] = ACTIONS(4231), + [anon_sym_tailrec] = ACTIONS(4231), + [anon_sym_operator] = ACTIONS(4231), + [anon_sym_infix] = ACTIONS(4231), + [anon_sym_inline] = ACTIONS(4231), + [anon_sym_external] = ACTIONS(4231), + [sym_property_modifier] = ACTIONS(4231), + [anon_sym_abstract] = ACTIONS(4231), + [anon_sym_final] = ACTIONS(4231), + [anon_sym_open] = ACTIONS(4231), + [anon_sym_vararg] = ACTIONS(4231), + [anon_sym_noinline] = ACTIONS(4231), + [anon_sym_crossinline] = ACTIONS(4231), + [anon_sym_expect] = ACTIONS(4231), + [anon_sym_actual] = ACTIONS(4231), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4233), + [sym_safe_nav] = ACTIONS(4233), + [sym_multiline_comment] = ACTIONS(3), + }, + [3100] = { + [aux_sym__delegation_specifiers_repeat1] = STATE(3100), + [sym__alpha_identifier] = ACTIONS(4627), + [anon_sym_AT] = ACTIONS(4629), + [anon_sym_LBRACK] = ACTIONS(4629), + [anon_sym_RBRACK] = ACTIONS(4629), + [anon_sym_as] = ACTIONS(4627), + [anon_sym_EQ] = ACTIONS(4627), + [anon_sym_LBRACE] = ACTIONS(4629), + [anon_sym_RBRACE] = ACTIONS(4629), + [anon_sym_LPAREN] = ACTIONS(4629), + [anon_sym_COMMA] = ACTIONS(6496), + [anon_sym_RPAREN] = ACTIONS(4629), + [anon_sym_LT] = ACTIONS(4627), + [anon_sym_GT] = ACTIONS(4627), + [anon_sym_where] = ACTIONS(4627), + [anon_sym_DOT] = ACTIONS(4627), + [anon_sym_SEMI] = ACTIONS(4629), + [anon_sym_get] = ACTIONS(4627), + [anon_sym_set] = ACTIONS(4627), + [anon_sym_STAR] = ACTIONS(4627), + [anon_sym_DASH_GT] = ACTIONS(4629), + [sym_label] = ACTIONS(4629), + [anon_sym_in] = ACTIONS(4627), + [anon_sym_while] = ACTIONS(4627), + [anon_sym_DOT_DOT] = ACTIONS(4629), + [anon_sym_QMARK_COLON] = ACTIONS(4629), + [anon_sym_AMP_AMP] = ACTIONS(4629), + [anon_sym_PIPE_PIPE] = ACTIONS(4629), + [anon_sym_else] = ACTIONS(4627), + [anon_sym_COLON_COLON] = ACTIONS(4629), + [anon_sym_PLUS_EQ] = ACTIONS(4629), + [anon_sym_DASH_EQ] = ACTIONS(4629), + [anon_sym_STAR_EQ] = ACTIONS(4629), + [anon_sym_SLASH_EQ] = ACTIONS(4629), + [anon_sym_PERCENT_EQ] = ACTIONS(4629), + [anon_sym_BANG_EQ] = ACTIONS(4627), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4629), + [anon_sym_EQ_EQ] = ACTIONS(4627), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4629), + [anon_sym_LT_EQ] = ACTIONS(4629), + [anon_sym_GT_EQ] = ACTIONS(4629), + [anon_sym_BANGin] = ACTIONS(4629), + [anon_sym_is] = ACTIONS(4627), + [anon_sym_BANGis] = ACTIONS(4629), + [anon_sym_PLUS] = ACTIONS(4627), + [anon_sym_DASH] = ACTIONS(4627), + [anon_sym_SLASH] = ACTIONS(4627), + [anon_sym_PERCENT] = ACTIONS(4627), + [anon_sym_as_QMARK] = ACTIONS(4629), + [anon_sym_PLUS_PLUS] = ACTIONS(4629), + [anon_sym_DASH_DASH] = ACTIONS(4629), + [anon_sym_BANG_BANG] = ACTIONS(4629), + [anon_sym_suspend] = ACTIONS(4627), + [anon_sym_sealed] = ACTIONS(4627), + [anon_sym_annotation] = ACTIONS(4627), + [anon_sym_data] = ACTIONS(4627), + [anon_sym_inner] = ACTIONS(4627), + [anon_sym_override] = ACTIONS(4627), + [anon_sym_lateinit] = ACTIONS(4627), + [anon_sym_public] = ACTIONS(4627), + [anon_sym_private] = ACTIONS(4627), + [anon_sym_internal] = ACTIONS(4627), + [anon_sym_protected] = ACTIONS(4627), + [anon_sym_tailrec] = ACTIONS(4627), + [anon_sym_operator] = ACTIONS(4627), + [anon_sym_infix] = ACTIONS(4627), + [anon_sym_inline] = ACTIONS(4627), + [anon_sym_external] = ACTIONS(4627), + [sym_property_modifier] = ACTIONS(4627), + [anon_sym_abstract] = ACTIONS(4627), + [anon_sym_final] = ACTIONS(4627), + [anon_sym_open] = ACTIONS(4627), + [anon_sym_vararg] = ACTIONS(4627), + [anon_sym_noinline] = ACTIONS(4627), + [anon_sym_crossinline] = ACTIONS(4627), + [anon_sym_expect] = ACTIONS(4627), + [anon_sym_actual] = ACTIONS(4627), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4629), + [sym_safe_nav] = ACTIONS(4629), + [sym_multiline_comment] = ACTIONS(3), + }, + [3101] = { [sym__alpha_identifier] = ACTIONS(4599), [anon_sym_AT] = ACTIONS(4601), + [anon_sym_COLON] = ACTIONS(4599), [anon_sym_LBRACK] = ACTIONS(4601), [anon_sym_RBRACK] = ACTIONS(4601), [anon_sym_as] = ACTIONS(4599), @@ -349750,7 +350231,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(4601), [anon_sym_COMMA] = ACTIONS(4601), [anon_sym_RPAREN] = ACTIONS(4601), - [anon_sym_by] = ACTIONS(4599), [anon_sym_LT] = ACTIONS(4599), [anon_sym_GT] = ACTIONS(4599), [anon_sym_where] = ACTIONS(4599), @@ -349821,2113 +350301,3169 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_safe_nav] = ACTIONS(4601), [sym_multiline_comment] = ACTIONS(3), }, - [3098] = { - [sym_enum_class_body] = STATE(3156), - [sym__alpha_identifier] = ACTIONS(4422), - [anon_sym_AT] = ACTIONS(4424), - [anon_sym_LBRACK] = ACTIONS(4424), - [anon_sym_RBRACK] = ACTIONS(4424), - [anon_sym_as] = ACTIONS(4422), - [anon_sym_EQ] = ACTIONS(4422), - [anon_sym_LBRACE] = ACTIONS(5155), - [anon_sym_RBRACE] = ACTIONS(4424), - [anon_sym_LPAREN] = ACTIONS(4424), - [anon_sym_COMMA] = ACTIONS(4424), - [anon_sym_RPAREN] = ACTIONS(4424), - [anon_sym_LT] = ACTIONS(4422), - [anon_sym_GT] = ACTIONS(4422), - [anon_sym_where] = ACTIONS(4422), - [anon_sym_DOT] = ACTIONS(4422), - [anon_sym_SEMI] = ACTIONS(4424), - [anon_sym_get] = ACTIONS(4422), - [anon_sym_set] = ACTIONS(4422), - [anon_sym_STAR] = ACTIONS(4422), - [anon_sym_DASH_GT] = ACTIONS(4424), - [sym_label] = ACTIONS(4424), - [anon_sym_in] = ACTIONS(4422), - [anon_sym_while] = ACTIONS(4422), - [anon_sym_DOT_DOT] = ACTIONS(4424), - [anon_sym_QMARK_COLON] = ACTIONS(4424), - [anon_sym_AMP_AMP] = ACTIONS(4424), - [anon_sym_PIPE_PIPE] = ACTIONS(4424), - [anon_sym_else] = ACTIONS(4422), - [anon_sym_COLON_COLON] = ACTIONS(4424), - [anon_sym_PLUS_EQ] = ACTIONS(4424), - [anon_sym_DASH_EQ] = ACTIONS(4424), - [anon_sym_STAR_EQ] = ACTIONS(4424), - [anon_sym_SLASH_EQ] = ACTIONS(4424), - [anon_sym_PERCENT_EQ] = ACTIONS(4424), - [anon_sym_BANG_EQ] = ACTIONS(4422), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4424), - [anon_sym_EQ_EQ] = ACTIONS(4422), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4424), - [anon_sym_LT_EQ] = ACTIONS(4424), - [anon_sym_GT_EQ] = ACTIONS(4424), - [anon_sym_BANGin] = ACTIONS(4424), - [anon_sym_is] = ACTIONS(4422), - [anon_sym_BANGis] = ACTIONS(4424), - [anon_sym_PLUS] = ACTIONS(4422), - [anon_sym_DASH] = ACTIONS(4422), - [anon_sym_SLASH] = ACTIONS(4422), - [anon_sym_PERCENT] = ACTIONS(4422), - [anon_sym_as_QMARK] = ACTIONS(4424), - [anon_sym_PLUS_PLUS] = ACTIONS(4424), - [anon_sym_DASH_DASH] = ACTIONS(4424), - [anon_sym_BANG_BANG] = ACTIONS(4424), - [anon_sym_suspend] = ACTIONS(4422), - [anon_sym_sealed] = ACTIONS(4422), - [anon_sym_annotation] = ACTIONS(4422), - [anon_sym_data] = ACTIONS(4422), - [anon_sym_inner] = ACTIONS(4422), - [anon_sym_override] = ACTIONS(4422), - [anon_sym_lateinit] = ACTIONS(4422), - [anon_sym_public] = ACTIONS(4422), - [anon_sym_private] = ACTIONS(4422), - [anon_sym_internal] = ACTIONS(4422), - [anon_sym_protected] = ACTIONS(4422), - [anon_sym_tailrec] = ACTIONS(4422), - [anon_sym_operator] = ACTIONS(4422), - [anon_sym_infix] = ACTIONS(4422), - [anon_sym_inline] = ACTIONS(4422), - [anon_sym_external] = ACTIONS(4422), - [sym_property_modifier] = ACTIONS(4422), - [anon_sym_abstract] = ACTIONS(4422), - [anon_sym_final] = ACTIONS(4422), - [anon_sym_open] = ACTIONS(4422), - [anon_sym_vararg] = ACTIONS(4422), - [anon_sym_noinline] = ACTIONS(4422), - [anon_sym_crossinline] = ACTIONS(4422), - [anon_sym_expect] = ACTIONS(4422), - [anon_sym_actual] = ACTIONS(4422), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4424), - [sym_safe_nav] = ACTIONS(4424), + [3102] = { + [sym_enum_class_body] = STATE(3240), + [sym__alpha_identifier] = ACTIONS(4654), + [anon_sym_AT] = ACTIONS(4656), + [anon_sym_LBRACK] = ACTIONS(4656), + [anon_sym_RBRACK] = ACTIONS(4656), + [anon_sym_as] = ACTIONS(4654), + [anon_sym_EQ] = ACTIONS(4654), + [anon_sym_LBRACE] = ACTIONS(5171), + [anon_sym_RBRACE] = ACTIONS(4656), + [anon_sym_LPAREN] = ACTIONS(4656), + [anon_sym_COMMA] = ACTIONS(4656), + [anon_sym_RPAREN] = ACTIONS(4656), + [anon_sym_LT] = ACTIONS(4654), + [anon_sym_GT] = ACTIONS(4654), + [anon_sym_where] = ACTIONS(4654), + [anon_sym_DOT] = ACTIONS(4654), + [anon_sym_SEMI] = ACTIONS(4656), + [anon_sym_get] = ACTIONS(4654), + [anon_sym_set] = ACTIONS(4654), + [anon_sym_STAR] = ACTIONS(4654), + [anon_sym_DASH_GT] = ACTIONS(4656), + [sym_label] = ACTIONS(4656), + [anon_sym_in] = ACTIONS(4654), + [anon_sym_while] = ACTIONS(4654), + [anon_sym_DOT_DOT] = ACTIONS(4656), + [anon_sym_QMARK_COLON] = ACTIONS(4656), + [anon_sym_AMP_AMP] = ACTIONS(4656), + [anon_sym_PIPE_PIPE] = ACTIONS(4656), + [anon_sym_else] = ACTIONS(4654), + [anon_sym_COLON_COLON] = ACTIONS(4656), + [anon_sym_PLUS_EQ] = ACTIONS(4656), + [anon_sym_DASH_EQ] = ACTIONS(4656), + [anon_sym_STAR_EQ] = ACTIONS(4656), + [anon_sym_SLASH_EQ] = ACTIONS(4656), + [anon_sym_PERCENT_EQ] = ACTIONS(4656), + [anon_sym_BANG_EQ] = ACTIONS(4654), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4656), + [anon_sym_EQ_EQ] = ACTIONS(4654), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4656), + [anon_sym_LT_EQ] = ACTIONS(4656), + [anon_sym_GT_EQ] = ACTIONS(4656), + [anon_sym_BANGin] = ACTIONS(4656), + [anon_sym_is] = ACTIONS(4654), + [anon_sym_BANGis] = ACTIONS(4656), + [anon_sym_PLUS] = ACTIONS(4654), + [anon_sym_DASH] = ACTIONS(4654), + [anon_sym_SLASH] = ACTIONS(4654), + [anon_sym_PERCENT] = ACTIONS(4654), + [anon_sym_as_QMARK] = ACTIONS(4656), + [anon_sym_PLUS_PLUS] = ACTIONS(4656), + [anon_sym_DASH_DASH] = ACTIONS(4656), + [anon_sym_BANG_BANG] = ACTIONS(4656), + [anon_sym_suspend] = ACTIONS(4654), + [anon_sym_sealed] = ACTIONS(4654), + [anon_sym_annotation] = ACTIONS(4654), + [anon_sym_data] = ACTIONS(4654), + [anon_sym_inner] = ACTIONS(4654), + [anon_sym_override] = ACTIONS(4654), + [anon_sym_lateinit] = ACTIONS(4654), + [anon_sym_public] = ACTIONS(4654), + [anon_sym_private] = ACTIONS(4654), + [anon_sym_internal] = ACTIONS(4654), + [anon_sym_protected] = ACTIONS(4654), + [anon_sym_tailrec] = ACTIONS(4654), + [anon_sym_operator] = ACTIONS(4654), + [anon_sym_infix] = ACTIONS(4654), + [anon_sym_inline] = ACTIONS(4654), + [anon_sym_external] = ACTIONS(4654), + [sym_property_modifier] = ACTIONS(4654), + [anon_sym_abstract] = ACTIONS(4654), + [anon_sym_final] = ACTIONS(4654), + [anon_sym_open] = ACTIONS(4654), + [anon_sym_vararg] = ACTIONS(4654), + [anon_sym_noinline] = ACTIONS(4654), + [anon_sym_crossinline] = ACTIONS(4654), + [anon_sym_expect] = ACTIONS(4654), + [anon_sym_actual] = ACTIONS(4654), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4656), + [sym_safe_nav] = ACTIONS(4656), [sym_multiline_comment] = ACTIONS(3), }, - [3099] = { - [sym_class_body] = STATE(3122), - [sym__alpha_identifier] = ACTIONS(4643), - [anon_sym_AT] = ACTIONS(4645), - [anon_sym_LBRACK] = ACTIONS(4645), - [anon_sym_as] = ACTIONS(4643), - [anon_sym_EQ] = ACTIONS(4643), + [3103] = { + [sym_enum_class_body] = STATE(3172), + [sym__alpha_identifier] = ACTIONS(4672), + [anon_sym_AT] = ACTIONS(4674), + [anon_sym_LBRACK] = ACTIONS(4674), + [anon_sym_as] = ACTIONS(4672), + [anon_sym_EQ] = ACTIONS(4672), [anon_sym_LBRACE] = ACTIONS(3112), - [anon_sym_RBRACE] = ACTIONS(4645), - [anon_sym_LPAREN] = ACTIONS(4645), - [anon_sym_COMMA] = ACTIONS(4645), - [anon_sym_LT] = ACTIONS(4643), - [anon_sym_GT] = ACTIONS(4643), - [anon_sym_where] = ACTIONS(4643), - [anon_sym_object] = ACTIONS(4643), - [anon_sym_fun] = ACTIONS(4643), - [anon_sym_DOT] = ACTIONS(4643), - [anon_sym_SEMI] = ACTIONS(4645), - [anon_sym_get] = ACTIONS(4643), - [anon_sym_set] = ACTIONS(4643), - [anon_sym_this] = ACTIONS(4643), - [anon_sym_super] = ACTIONS(4643), - [anon_sym_STAR] = ACTIONS(4643), - [sym_label] = ACTIONS(4643), - [anon_sym_in] = ACTIONS(4643), - [anon_sym_DOT_DOT] = ACTIONS(4645), - [anon_sym_QMARK_COLON] = ACTIONS(4645), - [anon_sym_AMP_AMP] = ACTIONS(4645), - [anon_sym_PIPE_PIPE] = ACTIONS(4645), - [anon_sym_null] = ACTIONS(4643), - [anon_sym_if] = ACTIONS(4643), - [anon_sym_else] = ACTIONS(4643), - [anon_sym_when] = ACTIONS(4643), - [anon_sym_try] = ACTIONS(4643), - [anon_sym_throw] = ACTIONS(4643), - [anon_sym_return] = ACTIONS(4643), - [anon_sym_continue] = ACTIONS(4643), - [anon_sym_break] = ACTIONS(4643), - [anon_sym_COLON_COLON] = ACTIONS(4645), - [anon_sym_PLUS_EQ] = ACTIONS(4645), - [anon_sym_DASH_EQ] = ACTIONS(4645), - [anon_sym_STAR_EQ] = ACTIONS(4645), - [anon_sym_SLASH_EQ] = ACTIONS(4645), - [anon_sym_PERCENT_EQ] = ACTIONS(4645), - [anon_sym_BANG_EQ] = ACTIONS(4643), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4645), - [anon_sym_EQ_EQ] = ACTIONS(4643), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4645), - [anon_sym_LT_EQ] = ACTIONS(4645), - [anon_sym_GT_EQ] = ACTIONS(4645), - [anon_sym_BANGin] = ACTIONS(4645), - [anon_sym_is] = ACTIONS(4643), - [anon_sym_BANGis] = ACTIONS(4645), - [anon_sym_PLUS] = ACTIONS(4643), - [anon_sym_DASH] = ACTIONS(4643), - [anon_sym_SLASH] = ACTIONS(4643), - [anon_sym_PERCENT] = ACTIONS(4643), - [anon_sym_as_QMARK] = ACTIONS(4645), - [anon_sym_PLUS_PLUS] = ACTIONS(4645), - [anon_sym_DASH_DASH] = ACTIONS(4645), - [anon_sym_BANG] = ACTIONS(4643), - [anon_sym_BANG_BANG] = ACTIONS(4645), - [anon_sym_data] = ACTIONS(4643), - [anon_sym_inner] = ACTIONS(4643), - [anon_sym_expect] = ACTIONS(4643), - [anon_sym_actual] = ACTIONS(4643), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4645), - [anon_sym_continue_AT] = ACTIONS(4645), - [anon_sym_break_AT] = ACTIONS(4645), - [sym_real_literal] = ACTIONS(4645), - [sym_integer_literal] = ACTIONS(4643), - [sym_hex_literal] = ACTIONS(4645), - [sym_bin_literal] = ACTIONS(4645), - [anon_sym_true] = ACTIONS(4643), - [anon_sym_false] = ACTIONS(4643), - [anon_sym_SQUOTE] = ACTIONS(4645), - [sym__backtick_identifier] = ACTIONS(4645), - [sym__automatic_semicolon] = ACTIONS(4645), - [sym_safe_nav] = ACTIONS(4645), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4645), - }, - [3100] = { - [sym__alpha_identifier] = ACTIONS(4674), - [anon_sym_AT] = ACTIONS(4676), - [anon_sym_COLON] = ACTIONS(4674), - [anon_sym_LBRACK] = ACTIONS(4676), - [anon_sym_as] = ACTIONS(4674), - [anon_sym_EQ] = ACTIONS(4674), - [anon_sym_LBRACE] = ACTIONS(4676), - [anon_sym_RBRACE] = ACTIONS(4676), - [anon_sym_LPAREN] = ACTIONS(4676), - [anon_sym_COMMA] = ACTIONS(4676), - [anon_sym_LT] = ACTIONS(4674), - [anon_sym_GT] = ACTIONS(4674), - [anon_sym_where] = ACTIONS(4674), - [anon_sym_object] = ACTIONS(4674), - [anon_sym_fun] = ACTIONS(4674), - [anon_sym_DOT] = ACTIONS(4674), - [anon_sym_SEMI] = ACTIONS(4676), - [anon_sym_get] = ACTIONS(4674), - [anon_sym_set] = ACTIONS(4674), - [anon_sym_this] = ACTIONS(4674), - [anon_sym_super] = ACTIONS(4674), - [anon_sym_STAR] = ACTIONS(4674), - [sym_label] = ACTIONS(4674), - [anon_sym_in] = ACTIONS(4674), - [anon_sym_DOT_DOT] = ACTIONS(4676), - [anon_sym_QMARK_COLON] = ACTIONS(4676), - [anon_sym_AMP_AMP] = ACTIONS(4676), - [anon_sym_PIPE_PIPE] = ACTIONS(4676), - [anon_sym_null] = ACTIONS(4674), - [anon_sym_if] = ACTIONS(4674), - [anon_sym_else] = ACTIONS(4674), - [anon_sym_when] = ACTIONS(4674), - [anon_sym_try] = ACTIONS(4674), - [anon_sym_throw] = ACTIONS(4674), - [anon_sym_return] = ACTIONS(4674), - [anon_sym_continue] = ACTIONS(4674), - [anon_sym_break] = ACTIONS(4674), - [anon_sym_COLON_COLON] = ACTIONS(4676), - [anon_sym_PLUS_EQ] = ACTIONS(4676), - [anon_sym_DASH_EQ] = ACTIONS(4676), - [anon_sym_STAR_EQ] = ACTIONS(4676), - [anon_sym_SLASH_EQ] = ACTIONS(4676), - [anon_sym_PERCENT_EQ] = ACTIONS(4676), - [anon_sym_BANG_EQ] = ACTIONS(4674), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4676), - [anon_sym_EQ_EQ] = ACTIONS(4674), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4676), - [anon_sym_LT_EQ] = ACTIONS(4676), - [anon_sym_GT_EQ] = ACTIONS(4676), - [anon_sym_BANGin] = ACTIONS(4676), - [anon_sym_is] = ACTIONS(4674), - [anon_sym_BANGis] = ACTIONS(4676), - [anon_sym_PLUS] = ACTIONS(4674), - [anon_sym_DASH] = ACTIONS(4674), - [anon_sym_SLASH] = ACTIONS(4674), - [anon_sym_PERCENT] = ACTIONS(4674), - [anon_sym_as_QMARK] = ACTIONS(4676), - [anon_sym_PLUS_PLUS] = ACTIONS(4676), - [anon_sym_DASH_DASH] = ACTIONS(4676), - [anon_sym_BANG] = ACTIONS(4674), - [anon_sym_BANG_BANG] = ACTIONS(4676), - [anon_sym_data] = ACTIONS(4674), - [anon_sym_inner] = ACTIONS(4674), - [anon_sym_expect] = ACTIONS(4674), - [anon_sym_actual] = ACTIONS(4674), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4676), - [anon_sym_continue_AT] = ACTIONS(4676), - [anon_sym_break_AT] = ACTIONS(4676), - [sym_real_literal] = ACTIONS(4676), - [sym_integer_literal] = ACTIONS(4674), - [sym_hex_literal] = ACTIONS(4676), - [sym_bin_literal] = ACTIONS(4676), - [anon_sym_true] = ACTIONS(4674), - [anon_sym_false] = ACTIONS(4674), - [anon_sym_SQUOTE] = ACTIONS(4676), - [sym__backtick_identifier] = ACTIONS(4676), - [sym__automatic_semicolon] = ACTIONS(4676), - [sym_safe_nav] = ACTIONS(4676), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4676), + [anon_sym_RBRACE] = ACTIONS(4674), + [anon_sym_LPAREN] = ACTIONS(4674), + [anon_sym_COMMA] = ACTIONS(4674), + [anon_sym_LT] = ACTIONS(4672), + [anon_sym_GT] = ACTIONS(4672), + [anon_sym_where] = ACTIONS(4672), + [anon_sym_object] = ACTIONS(4672), + [anon_sym_fun] = ACTIONS(4672), + [anon_sym_DOT] = ACTIONS(4672), + [anon_sym_SEMI] = ACTIONS(4674), + [anon_sym_get] = ACTIONS(4672), + [anon_sym_set] = ACTIONS(4672), + [anon_sym_this] = ACTIONS(4672), + [anon_sym_super] = ACTIONS(4672), + [anon_sym_STAR] = ACTIONS(4672), + [sym_label] = ACTIONS(4672), + [anon_sym_in] = ACTIONS(4672), + [anon_sym_DOT_DOT] = ACTIONS(4674), + [anon_sym_QMARK_COLON] = ACTIONS(4674), + [anon_sym_AMP_AMP] = ACTIONS(4674), + [anon_sym_PIPE_PIPE] = ACTIONS(4674), + [anon_sym_null] = ACTIONS(4672), + [anon_sym_if] = ACTIONS(4672), + [anon_sym_else] = ACTIONS(4672), + [anon_sym_when] = ACTIONS(4672), + [anon_sym_try] = ACTIONS(4672), + [anon_sym_throw] = ACTIONS(4672), + [anon_sym_return] = ACTIONS(4672), + [anon_sym_continue] = ACTIONS(4672), + [anon_sym_break] = ACTIONS(4672), + [anon_sym_COLON_COLON] = ACTIONS(4674), + [anon_sym_PLUS_EQ] = ACTIONS(4674), + [anon_sym_DASH_EQ] = ACTIONS(4674), + [anon_sym_STAR_EQ] = ACTIONS(4674), + [anon_sym_SLASH_EQ] = ACTIONS(4674), + [anon_sym_PERCENT_EQ] = ACTIONS(4674), + [anon_sym_BANG_EQ] = ACTIONS(4672), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4674), + [anon_sym_EQ_EQ] = ACTIONS(4672), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4674), + [anon_sym_LT_EQ] = ACTIONS(4674), + [anon_sym_GT_EQ] = ACTIONS(4674), + [anon_sym_BANGin] = ACTIONS(4674), + [anon_sym_is] = ACTIONS(4672), + [anon_sym_BANGis] = ACTIONS(4674), + [anon_sym_PLUS] = ACTIONS(4672), + [anon_sym_DASH] = ACTIONS(4672), + [anon_sym_SLASH] = ACTIONS(4672), + [anon_sym_PERCENT] = ACTIONS(4672), + [anon_sym_as_QMARK] = ACTIONS(4674), + [anon_sym_PLUS_PLUS] = ACTIONS(4674), + [anon_sym_DASH_DASH] = ACTIONS(4674), + [anon_sym_BANG] = ACTIONS(4672), + [anon_sym_BANG_BANG] = ACTIONS(4674), + [anon_sym_data] = ACTIONS(4672), + [anon_sym_inner] = ACTIONS(4672), + [anon_sym_expect] = ACTIONS(4672), + [anon_sym_actual] = ACTIONS(4672), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4674), + [anon_sym_continue_AT] = ACTIONS(4674), + [anon_sym_break_AT] = ACTIONS(4674), + [sym_real_literal] = ACTIONS(4674), + [sym_integer_literal] = ACTIONS(4672), + [sym_hex_literal] = ACTIONS(4674), + [sym_bin_literal] = ACTIONS(4674), + [anon_sym_true] = ACTIONS(4672), + [anon_sym_false] = ACTIONS(4672), + [anon_sym_SQUOTE] = ACTIONS(4674), + [sym__backtick_identifier] = ACTIONS(4674), + [sym__automatic_semicolon] = ACTIONS(4674), + [sym_safe_nav] = ACTIONS(4674), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4674), }, - [3101] = { - [aux_sym_user_type_repeat1] = STATE(2993), - [sym__alpha_identifier] = ACTIONS(4142), - [anon_sym_AT] = ACTIONS(4144), - [anon_sym_LBRACK] = ACTIONS(4144), - [anon_sym_EQ] = ACTIONS(4144), - [anon_sym_LBRACE] = ACTIONS(4144), - [anon_sym_RBRACE] = ACTIONS(4144), - [anon_sym_LPAREN] = ACTIONS(4144), - [anon_sym_COMMA] = ACTIONS(4144), - [anon_sym_by] = ACTIONS(4142), - [anon_sym_where] = ACTIONS(4142), - [anon_sym_object] = ACTIONS(4142), - [anon_sym_fun] = ACTIONS(4142), - [anon_sym_DOT] = ACTIONS(6489), - [anon_sym_SEMI] = ACTIONS(4144), - [anon_sym_get] = ACTIONS(4142), - [anon_sym_set] = ACTIONS(4142), - [anon_sym_this] = ACTIONS(4142), - [anon_sym_super] = ACTIONS(4142), - [sym__quest] = ACTIONS(4144), - [anon_sym_STAR] = ACTIONS(4144), - [sym_label] = ACTIONS(4142), - [anon_sym_in] = ACTIONS(4142), - [anon_sym_null] = ACTIONS(4142), - [anon_sym_if] = ACTIONS(4142), - [anon_sym_else] = ACTIONS(4142), - [anon_sym_when] = ACTIONS(4142), - [anon_sym_try] = ACTIONS(4142), - [anon_sym_throw] = ACTIONS(4142), - [anon_sym_return] = ACTIONS(4142), - [anon_sym_continue] = ACTIONS(4142), - [anon_sym_break] = ACTIONS(4142), - [anon_sym_COLON_COLON] = ACTIONS(4144), - [anon_sym_BANGin] = ACTIONS(4144), - [anon_sym_is] = ACTIONS(4142), - [anon_sym_BANGis] = ACTIONS(4144), - [anon_sym_PLUS] = ACTIONS(4142), - [anon_sym_DASH] = ACTIONS(4142), - [anon_sym_PLUS_PLUS] = ACTIONS(4144), - [anon_sym_DASH_DASH] = ACTIONS(4144), - [anon_sym_BANG] = ACTIONS(4142), - [anon_sym_suspend] = ACTIONS(4142), - [anon_sym_sealed] = ACTIONS(4142), - [anon_sym_annotation] = ACTIONS(4142), - [anon_sym_data] = ACTIONS(4142), - [anon_sym_inner] = ACTIONS(4142), - [anon_sym_override] = ACTIONS(4142), - [anon_sym_lateinit] = ACTIONS(4142), - [anon_sym_public] = ACTIONS(4142), - [anon_sym_private] = ACTIONS(4142), - [anon_sym_internal] = ACTIONS(4142), - [anon_sym_protected] = ACTIONS(4142), - [anon_sym_tailrec] = ACTIONS(4142), - [anon_sym_operator] = ACTIONS(4142), - [anon_sym_infix] = ACTIONS(4142), - [anon_sym_inline] = ACTIONS(4142), - [anon_sym_external] = ACTIONS(4142), - [sym_property_modifier] = ACTIONS(4142), - [anon_sym_abstract] = ACTIONS(4142), - [anon_sym_final] = ACTIONS(4142), - [anon_sym_open] = ACTIONS(4142), - [anon_sym_vararg] = ACTIONS(4142), - [anon_sym_noinline] = ACTIONS(4142), - [anon_sym_crossinline] = ACTIONS(4142), - [anon_sym_expect] = ACTIONS(4142), - [anon_sym_actual] = ACTIONS(4142), + [3104] = { + [sym_class_body] = STATE(3140), + [sym__alpha_identifier] = ACTIONS(4595), + [anon_sym_AT] = ACTIONS(4597), + [anon_sym_LBRACK] = ACTIONS(4597), + [anon_sym_RBRACK] = ACTIONS(4597), + [anon_sym_as] = ACTIONS(4595), + [anon_sym_EQ] = ACTIONS(4595), + [anon_sym_LBRACE] = ACTIONS(5179), + [anon_sym_RBRACE] = ACTIONS(4597), + [anon_sym_LPAREN] = ACTIONS(4597), + [anon_sym_COMMA] = ACTIONS(4597), + [anon_sym_RPAREN] = ACTIONS(4597), + [anon_sym_LT] = ACTIONS(4595), + [anon_sym_GT] = ACTIONS(4595), + [anon_sym_where] = ACTIONS(4595), + [anon_sym_DOT] = ACTIONS(4595), + [anon_sym_SEMI] = ACTIONS(4597), + [anon_sym_get] = ACTIONS(4595), + [anon_sym_set] = ACTIONS(4595), + [anon_sym_STAR] = ACTIONS(4595), + [anon_sym_DASH_GT] = ACTIONS(4597), + [sym_label] = ACTIONS(4597), + [anon_sym_in] = ACTIONS(4595), + [anon_sym_while] = ACTIONS(4595), + [anon_sym_DOT_DOT] = ACTIONS(4597), + [anon_sym_QMARK_COLON] = ACTIONS(4597), + [anon_sym_AMP_AMP] = ACTIONS(4597), + [anon_sym_PIPE_PIPE] = ACTIONS(4597), + [anon_sym_else] = ACTIONS(4595), + [anon_sym_COLON_COLON] = ACTIONS(4597), + [anon_sym_PLUS_EQ] = ACTIONS(4597), + [anon_sym_DASH_EQ] = ACTIONS(4597), + [anon_sym_STAR_EQ] = ACTIONS(4597), + [anon_sym_SLASH_EQ] = ACTIONS(4597), + [anon_sym_PERCENT_EQ] = ACTIONS(4597), + [anon_sym_BANG_EQ] = ACTIONS(4595), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4597), + [anon_sym_EQ_EQ] = ACTIONS(4595), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4597), + [anon_sym_LT_EQ] = ACTIONS(4597), + [anon_sym_GT_EQ] = ACTIONS(4597), + [anon_sym_BANGin] = ACTIONS(4597), + [anon_sym_is] = ACTIONS(4595), + [anon_sym_BANGis] = ACTIONS(4597), + [anon_sym_PLUS] = ACTIONS(4595), + [anon_sym_DASH] = ACTIONS(4595), + [anon_sym_SLASH] = ACTIONS(4595), + [anon_sym_PERCENT] = ACTIONS(4595), + [anon_sym_as_QMARK] = ACTIONS(4597), + [anon_sym_PLUS_PLUS] = ACTIONS(4597), + [anon_sym_DASH_DASH] = ACTIONS(4597), + [anon_sym_BANG_BANG] = ACTIONS(4597), + [anon_sym_suspend] = ACTIONS(4595), + [anon_sym_sealed] = ACTIONS(4595), + [anon_sym_annotation] = ACTIONS(4595), + [anon_sym_data] = ACTIONS(4595), + [anon_sym_inner] = ACTIONS(4595), + [anon_sym_override] = ACTIONS(4595), + [anon_sym_lateinit] = ACTIONS(4595), + [anon_sym_public] = ACTIONS(4595), + [anon_sym_private] = ACTIONS(4595), + [anon_sym_internal] = ACTIONS(4595), + [anon_sym_protected] = ACTIONS(4595), + [anon_sym_tailrec] = ACTIONS(4595), + [anon_sym_operator] = ACTIONS(4595), + [anon_sym_infix] = ACTIONS(4595), + [anon_sym_inline] = ACTIONS(4595), + [anon_sym_external] = ACTIONS(4595), + [sym_property_modifier] = ACTIONS(4595), + [anon_sym_abstract] = ACTIONS(4595), + [anon_sym_final] = ACTIONS(4595), + [anon_sym_open] = ACTIONS(4595), + [anon_sym_vararg] = ACTIONS(4595), + [anon_sym_noinline] = ACTIONS(4595), + [anon_sym_crossinline] = ACTIONS(4595), + [anon_sym_expect] = ACTIONS(4595), + [anon_sym_actual] = ACTIONS(4595), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4144), - [anon_sym_continue_AT] = ACTIONS(4144), - [anon_sym_break_AT] = ACTIONS(4144), - [sym_real_literal] = ACTIONS(4144), - [sym_integer_literal] = ACTIONS(4142), - [sym_hex_literal] = ACTIONS(4144), - [sym_bin_literal] = ACTIONS(4144), - [anon_sym_true] = ACTIONS(4142), - [anon_sym_false] = ACTIONS(4142), - [anon_sym_SQUOTE] = ACTIONS(4144), - [sym__backtick_identifier] = ACTIONS(4144), - [sym__automatic_semicolon] = ACTIONS(4144), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4144), - }, - [3102] = { - [sym_enum_class_body] = STATE(3124), - [sym__alpha_identifier] = ACTIONS(4448), - [anon_sym_AT] = ACTIONS(4450), - [anon_sym_LBRACK] = ACTIONS(4450), - [anon_sym_as] = ACTIONS(4448), - [anon_sym_EQ] = ACTIONS(4448), - [anon_sym_LBRACE] = ACTIONS(3152), - [anon_sym_RBRACE] = ACTIONS(4450), - [anon_sym_LPAREN] = ACTIONS(4450), - [anon_sym_COMMA] = ACTIONS(4450), - [anon_sym_LT] = ACTIONS(4448), - [anon_sym_GT] = ACTIONS(4448), - [anon_sym_where] = ACTIONS(4448), - [anon_sym_object] = ACTIONS(4448), - [anon_sym_fun] = ACTIONS(4448), - [anon_sym_DOT] = ACTIONS(4448), - [anon_sym_SEMI] = ACTIONS(4450), - [anon_sym_get] = ACTIONS(4448), - [anon_sym_set] = ACTIONS(4448), - [anon_sym_this] = ACTIONS(4448), - [anon_sym_super] = ACTIONS(4448), - [anon_sym_STAR] = ACTIONS(4448), - [sym_label] = ACTIONS(4448), - [anon_sym_in] = ACTIONS(4448), - [anon_sym_DOT_DOT] = ACTIONS(4450), - [anon_sym_QMARK_COLON] = ACTIONS(4450), - [anon_sym_AMP_AMP] = ACTIONS(4450), - [anon_sym_PIPE_PIPE] = ACTIONS(4450), - [anon_sym_null] = ACTIONS(4448), - [anon_sym_if] = ACTIONS(4448), - [anon_sym_else] = ACTIONS(4448), - [anon_sym_when] = ACTIONS(4448), - [anon_sym_try] = ACTIONS(4448), - [anon_sym_throw] = ACTIONS(4448), - [anon_sym_return] = ACTIONS(4448), - [anon_sym_continue] = ACTIONS(4448), - [anon_sym_break] = ACTIONS(4448), - [anon_sym_COLON_COLON] = ACTIONS(4450), - [anon_sym_PLUS_EQ] = ACTIONS(4450), - [anon_sym_DASH_EQ] = ACTIONS(4450), - [anon_sym_STAR_EQ] = ACTIONS(4450), - [anon_sym_SLASH_EQ] = ACTIONS(4450), - [anon_sym_PERCENT_EQ] = ACTIONS(4450), - [anon_sym_BANG_EQ] = ACTIONS(4448), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4450), - [anon_sym_EQ_EQ] = ACTIONS(4448), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4450), - [anon_sym_LT_EQ] = ACTIONS(4450), - [anon_sym_GT_EQ] = ACTIONS(4450), - [anon_sym_BANGin] = ACTIONS(4450), - [anon_sym_is] = ACTIONS(4448), - [anon_sym_BANGis] = ACTIONS(4450), - [anon_sym_PLUS] = ACTIONS(4448), - [anon_sym_DASH] = ACTIONS(4448), - [anon_sym_SLASH] = ACTIONS(4448), - [anon_sym_PERCENT] = ACTIONS(4448), - [anon_sym_as_QMARK] = ACTIONS(4450), - [anon_sym_PLUS_PLUS] = ACTIONS(4450), - [anon_sym_DASH_DASH] = ACTIONS(4450), - [anon_sym_BANG] = ACTIONS(4448), - [anon_sym_BANG_BANG] = ACTIONS(4450), - [anon_sym_data] = ACTIONS(4448), - [anon_sym_inner] = ACTIONS(4448), - [anon_sym_expect] = ACTIONS(4448), - [anon_sym_actual] = ACTIONS(4448), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4450), - [anon_sym_continue_AT] = ACTIONS(4450), - [anon_sym_break_AT] = ACTIONS(4450), - [sym_real_literal] = ACTIONS(4450), - [sym_integer_literal] = ACTIONS(4448), - [sym_hex_literal] = ACTIONS(4450), - [sym_bin_literal] = ACTIONS(4450), - [anon_sym_true] = ACTIONS(4448), - [anon_sym_false] = ACTIONS(4448), - [anon_sym_SQUOTE] = ACTIONS(4450), - [sym__backtick_identifier] = ACTIONS(4450), - [sym__automatic_semicolon] = ACTIONS(4450), - [sym_safe_nav] = ACTIONS(4450), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4450), - }, - [3103] = { - [sym_class_body] = STATE(3156), - [sym__alpha_identifier] = ACTIONS(4422), - [anon_sym_AT] = ACTIONS(4424), - [anon_sym_LBRACK] = ACTIONS(4424), - [anon_sym_RBRACK] = ACTIONS(4424), - [anon_sym_as] = ACTIONS(4422), - [anon_sym_EQ] = ACTIONS(4422), - [anon_sym_LBRACE] = ACTIONS(5147), - [anon_sym_RBRACE] = ACTIONS(4424), - [anon_sym_LPAREN] = ACTIONS(4424), - [anon_sym_COMMA] = ACTIONS(4424), - [anon_sym_RPAREN] = ACTIONS(4424), - [anon_sym_LT] = ACTIONS(4422), - [anon_sym_GT] = ACTIONS(4422), - [anon_sym_where] = ACTIONS(4422), - [anon_sym_DOT] = ACTIONS(4422), - [anon_sym_SEMI] = ACTIONS(4424), - [anon_sym_get] = ACTIONS(4422), - [anon_sym_set] = ACTIONS(4422), - [anon_sym_STAR] = ACTIONS(4422), - [anon_sym_DASH_GT] = ACTIONS(4424), - [sym_label] = ACTIONS(4424), - [anon_sym_in] = ACTIONS(4422), - [anon_sym_while] = ACTIONS(4422), - [anon_sym_DOT_DOT] = ACTIONS(4424), - [anon_sym_QMARK_COLON] = ACTIONS(4424), - [anon_sym_AMP_AMP] = ACTIONS(4424), - [anon_sym_PIPE_PIPE] = ACTIONS(4424), - [anon_sym_else] = ACTIONS(4422), - [anon_sym_COLON_COLON] = ACTIONS(4424), - [anon_sym_PLUS_EQ] = ACTIONS(4424), - [anon_sym_DASH_EQ] = ACTIONS(4424), - [anon_sym_STAR_EQ] = ACTIONS(4424), - [anon_sym_SLASH_EQ] = ACTIONS(4424), - [anon_sym_PERCENT_EQ] = ACTIONS(4424), - [anon_sym_BANG_EQ] = ACTIONS(4422), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4424), - [anon_sym_EQ_EQ] = ACTIONS(4422), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4424), - [anon_sym_LT_EQ] = ACTIONS(4424), - [anon_sym_GT_EQ] = ACTIONS(4424), - [anon_sym_BANGin] = ACTIONS(4424), - [anon_sym_is] = ACTIONS(4422), - [anon_sym_BANGis] = ACTIONS(4424), - [anon_sym_PLUS] = ACTIONS(4422), - [anon_sym_DASH] = ACTIONS(4422), - [anon_sym_SLASH] = ACTIONS(4422), - [anon_sym_PERCENT] = ACTIONS(4422), - [anon_sym_as_QMARK] = ACTIONS(4424), - [anon_sym_PLUS_PLUS] = ACTIONS(4424), - [anon_sym_DASH_DASH] = ACTIONS(4424), - [anon_sym_BANG_BANG] = ACTIONS(4424), - [anon_sym_suspend] = ACTIONS(4422), - [anon_sym_sealed] = ACTIONS(4422), - [anon_sym_annotation] = ACTIONS(4422), - [anon_sym_data] = ACTIONS(4422), - [anon_sym_inner] = ACTIONS(4422), - [anon_sym_override] = ACTIONS(4422), - [anon_sym_lateinit] = ACTIONS(4422), - [anon_sym_public] = ACTIONS(4422), - [anon_sym_private] = ACTIONS(4422), - [anon_sym_internal] = ACTIONS(4422), - [anon_sym_protected] = ACTIONS(4422), - [anon_sym_tailrec] = ACTIONS(4422), - [anon_sym_operator] = ACTIONS(4422), - [anon_sym_infix] = ACTIONS(4422), - [anon_sym_inline] = ACTIONS(4422), - [anon_sym_external] = ACTIONS(4422), - [sym_property_modifier] = ACTIONS(4422), - [anon_sym_abstract] = ACTIONS(4422), - [anon_sym_final] = ACTIONS(4422), - [anon_sym_open] = ACTIONS(4422), - [anon_sym_vararg] = ACTIONS(4422), - [anon_sym_noinline] = ACTIONS(4422), - [anon_sym_crossinline] = ACTIONS(4422), - [anon_sym_expect] = ACTIONS(4422), - [anon_sym_actual] = ACTIONS(4422), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4424), - [sym_safe_nav] = ACTIONS(4424), - [sym_multiline_comment] = ACTIONS(3), - }, - [3104] = { - [sym_enum_class_body] = STATE(3293), - [sym__alpha_identifier] = ACTIONS(4213), - [anon_sym_AT] = ACTIONS(4215), - [anon_sym_LBRACK] = ACTIONS(4215), - [anon_sym_RBRACK] = ACTIONS(4215), - [anon_sym_as] = ACTIONS(4213), - [anon_sym_EQ] = ACTIONS(4213), - [anon_sym_LBRACE] = ACTIONS(5155), - [anon_sym_RBRACE] = ACTIONS(4215), - [anon_sym_LPAREN] = ACTIONS(4215), - [anon_sym_COMMA] = ACTIONS(4215), - [anon_sym_RPAREN] = ACTIONS(4215), - [anon_sym_LT] = ACTIONS(4213), - [anon_sym_GT] = ACTIONS(4213), - [anon_sym_where] = ACTIONS(4213), - [anon_sym_DOT] = ACTIONS(4213), - [anon_sym_SEMI] = ACTIONS(4215), - [anon_sym_get] = ACTIONS(4213), - [anon_sym_set] = ACTIONS(4213), - [anon_sym_STAR] = ACTIONS(4213), - [anon_sym_DASH_GT] = ACTIONS(4215), - [sym_label] = ACTIONS(4215), - [anon_sym_in] = ACTIONS(4213), - [anon_sym_while] = ACTIONS(4213), - [anon_sym_DOT_DOT] = ACTIONS(4215), - [anon_sym_QMARK_COLON] = ACTIONS(4215), - [anon_sym_AMP_AMP] = ACTIONS(4215), - [anon_sym_PIPE_PIPE] = ACTIONS(4215), - [anon_sym_else] = ACTIONS(4213), - [anon_sym_COLON_COLON] = ACTIONS(4215), - [anon_sym_PLUS_EQ] = ACTIONS(4215), - [anon_sym_DASH_EQ] = ACTIONS(4215), - [anon_sym_STAR_EQ] = ACTIONS(4215), - [anon_sym_SLASH_EQ] = ACTIONS(4215), - [anon_sym_PERCENT_EQ] = ACTIONS(4215), - [anon_sym_BANG_EQ] = ACTIONS(4213), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4215), - [anon_sym_EQ_EQ] = ACTIONS(4213), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4215), - [anon_sym_LT_EQ] = ACTIONS(4215), - [anon_sym_GT_EQ] = ACTIONS(4215), - [anon_sym_BANGin] = ACTIONS(4215), - [anon_sym_is] = ACTIONS(4213), - [anon_sym_BANGis] = ACTIONS(4215), - [anon_sym_PLUS] = ACTIONS(4213), - [anon_sym_DASH] = ACTIONS(4213), - [anon_sym_SLASH] = ACTIONS(4213), - [anon_sym_PERCENT] = ACTIONS(4213), - [anon_sym_as_QMARK] = ACTIONS(4215), - [anon_sym_PLUS_PLUS] = ACTIONS(4215), - [anon_sym_DASH_DASH] = ACTIONS(4215), - [anon_sym_BANG_BANG] = ACTIONS(4215), - [anon_sym_suspend] = ACTIONS(4213), - [anon_sym_sealed] = ACTIONS(4213), - [anon_sym_annotation] = ACTIONS(4213), - [anon_sym_data] = ACTIONS(4213), - [anon_sym_inner] = ACTIONS(4213), - [anon_sym_override] = ACTIONS(4213), - [anon_sym_lateinit] = ACTIONS(4213), - [anon_sym_public] = ACTIONS(4213), - [anon_sym_private] = ACTIONS(4213), - [anon_sym_internal] = ACTIONS(4213), - [anon_sym_protected] = ACTIONS(4213), - [anon_sym_tailrec] = ACTIONS(4213), - [anon_sym_operator] = ACTIONS(4213), - [anon_sym_infix] = ACTIONS(4213), - [anon_sym_inline] = ACTIONS(4213), - [anon_sym_external] = ACTIONS(4213), - [sym_property_modifier] = ACTIONS(4213), - [anon_sym_abstract] = ACTIONS(4213), - [anon_sym_final] = ACTIONS(4213), - [anon_sym_open] = ACTIONS(4213), - [anon_sym_vararg] = ACTIONS(4213), - [anon_sym_noinline] = ACTIONS(4213), - [anon_sym_crossinline] = ACTIONS(4213), - [anon_sym_expect] = ACTIONS(4213), - [anon_sym_actual] = ACTIONS(4213), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4215), - [sym_safe_nav] = ACTIONS(4215), + [sym__backtick_identifier] = ACTIONS(4597), + [sym_safe_nav] = ACTIONS(4597), [sym_multiline_comment] = ACTIONS(3), }, [3105] = { - [sym__alpha_identifier] = ACTIONS(4591), - [anon_sym_AT] = ACTIONS(4593), - [anon_sym_LBRACK] = ACTIONS(4593), - [anon_sym_as] = ACTIONS(4591), - [anon_sym_EQ] = ACTIONS(4591), - [anon_sym_LBRACE] = ACTIONS(4593), - [anon_sym_RBRACE] = ACTIONS(4593), - [anon_sym_LPAREN] = ACTIONS(4593), - [anon_sym_COMMA] = ACTIONS(4593), - [anon_sym_by] = ACTIONS(4591), - [anon_sym_LT] = ACTIONS(4591), - [anon_sym_GT] = ACTIONS(4591), - [anon_sym_where] = ACTIONS(4591), - [anon_sym_object] = ACTIONS(4591), - [anon_sym_fun] = ACTIONS(4591), - [anon_sym_DOT] = ACTIONS(4591), - [anon_sym_SEMI] = ACTIONS(4593), - [anon_sym_get] = ACTIONS(4591), - [anon_sym_set] = ACTIONS(4591), - [anon_sym_this] = ACTIONS(4591), - [anon_sym_super] = ACTIONS(4591), - [anon_sym_STAR] = ACTIONS(4591), - [sym_label] = ACTIONS(4591), - [anon_sym_in] = ACTIONS(4591), - [anon_sym_DOT_DOT] = ACTIONS(4593), - [anon_sym_QMARK_COLON] = ACTIONS(4593), - [anon_sym_AMP_AMP] = ACTIONS(4593), - [anon_sym_PIPE_PIPE] = ACTIONS(4593), - [anon_sym_null] = ACTIONS(4591), - [anon_sym_if] = ACTIONS(4591), - [anon_sym_else] = ACTIONS(4591), - [anon_sym_when] = ACTIONS(4591), - [anon_sym_try] = ACTIONS(4591), - [anon_sym_throw] = ACTIONS(4591), - [anon_sym_return] = ACTIONS(4591), - [anon_sym_continue] = ACTIONS(4591), - [anon_sym_break] = ACTIONS(4591), - [anon_sym_COLON_COLON] = ACTIONS(4593), - [anon_sym_PLUS_EQ] = ACTIONS(4593), - [anon_sym_DASH_EQ] = ACTIONS(4593), - [anon_sym_STAR_EQ] = ACTIONS(4593), - [anon_sym_SLASH_EQ] = ACTIONS(4593), - [anon_sym_PERCENT_EQ] = ACTIONS(4593), - [anon_sym_BANG_EQ] = ACTIONS(4591), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4593), - [anon_sym_EQ_EQ] = ACTIONS(4591), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4593), - [anon_sym_LT_EQ] = ACTIONS(4593), - [anon_sym_GT_EQ] = ACTIONS(4593), - [anon_sym_BANGin] = ACTIONS(4593), - [anon_sym_is] = ACTIONS(4591), - [anon_sym_BANGis] = ACTIONS(4593), - [anon_sym_PLUS] = ACTIONS(4591), - [anon_sym_DASH] = ACTIONS(4591), - [anon_sym_SLASH] = ACTIONS(4591), - [anon_sym_PERCENT] = ACTIONS(4591), - [anon_sym_as_QMARK] = ACTIONS(4593), - [anon_sym_PLUS_PLUS] = ACTIONS(4593), - [anon_sym_DASH_DASH] = ACTIONS(4593), - [anon_sym_BANG] = ACTIONS(4591), - [anon_sym_BANG_BANG] = ACTIONS(4593), - [anon_sym_data] = ACTIONS(4591), - [anon_sym_inner] = ACTIONS(4591), - [anon_sym_expect] = ACTIONS(4591), - [anon_sym_actual] = ACTIONS(4591), + [sym_enum_class_body] = STATE(3167), + [sym__alpha_identifier] = ACTIONS(4392), + [anon_sym_AT] = ACTIONS(4394), + [anon_sym_LBRACK] = ACTIONS(4394), + [anon_sym_as] = ACTIONS(4392), + [anon_sym_EQ] = ACTIONS(4392), + [anon_sym_LBRACE] = ACTIONS(3112), + [anon_sym_RBRACE] = ACTIONS(4394), + [anon_sym_LPAREN] = ACTIONS(4394), + [anon_sym_COMMA] = ACTIONS(4394), + [anon_sym_LT] = ACTIONS(4392), + [anon_sym_GT] = ACTIONS(4392), + [anon_sym_where] = ACTIONS(4392), + [anon_sym_object] = ACTIONS(4392), + [anon_sym_fun] = ACTIONS(4392), + [anon_sym_DOT] = ACTIONS(4392), + [anon_sym_SEMI] = ACTIONS(4394), + [anon_sym_get] = ACTIONS(4392), + [anon_sym_set] = ACTIONS(4392), + [anon_sym_this] = ACTIONS(4392), + [anon_sym_super] = ACTIONS(4392), + [anon_sym_STAR] = ACTIONS(4392), + [sym_label] = ACTIONS(4392), + [anon_sym_in] = ACTIONS(4392), + [anon_sym_DOT_DOT] = ACTIONS(4394), + [anon_sym_QMARK_COLON] = ACTIONS(4394), + [anon_sym_AMP_AMP] = ACTIONS(4394), + [anon_sym_PIPE_PIPE] = ACTIONS(4394), + [anon_sym_null] = ACTIONS(4392), + [anon_sym_if] = ACTIONS(4392), + [anon_sym_else] = ACTIONS(4392), + [anon_sym_when] = ACTIONS(4392), + [anon_sym_try] = ACTIONS(4392), + [anon_sym_throw] = ACTIONS(4392), + [anon_sym_return] = ACTIONS(4392), + [anon_sym_continue] = ACTIONS(4392), + [anon_sym_break] = ACTIONS(4392), + [anon_sym_COLON_COLON] = ACTIONS(4394), + [anon_sym_PLUS_EQ] = ACTIONS(4394), + [anon_sym_DASH_EQ] = ACTIONS(4394), + [anon_sym_STAR_EQ] = ACTIONS(4394), + [anon_sym_SLASH_EQ] = ACTIONS(4394), + [anon_sym_PERCENT_EQ] = ACTIONS(4394), + [anon_sym_BANG_EQ] = ACTIONS(4392), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4394), + [anon_sym_EQ_EQ] = ACTIONS(4392), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4394), + [anon_sym_LT_EQ] = ACTIONS(4394), + [anon_sym_GT_EQ] = ACTIONS(4394), + [anon_sym_BANGin] = ACTIONS(4394), + [anon_sym_is] = ACTIONS(4392), + [anon_sym_BANGis] = ACTIONS(4394), + [anon_sym_PLUS] = ACTIONS(4392), + [anon_sym_DASH] = ACTIONS(4392), + [anon_sym_SLASH] = ACTIONS(4392), + [anon_sym_PERCENT] = ACTIONS(4392), + [anon_sym_as_QMARK] = ACTIONS(4394), + [anon_sym_PLUS_PLUS] = ACTIONS(4394), + [anon_sym_DASH_DASH] = ACTIONS(4394), + [anon_sym_BANG] = ACTIONS(4392), + [anon_sym_BANG_BANG] = ACTIONS(4394), + [anon_sym_data] = ACTIONS(4392), + [anon_sym_inner] = ACTIONS(4392), + [anon_sym_expect] = ACTIONS(4392), + [anon_sym_actual] = ACTIONS(4392), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4593), - [anon_sym_continue_AT] = ACTIONS(4593), - [anon_sym_break_AT] = ACTIONS(4593), - [sym_real_literal] = ACTIONS(4593), - [sym_integer_literal] = ACTIONS(4591), - [sym_hex_literal] = ACTIONS(4593), - [sym_bin_literal] = ACTIONS(4593), - [anon_sym_true] = ACTIONS(4591), - [anon_sym_false] = ACTIONS(4591), - [anon_sym_SQUOTE] = ACTIONS(4593), - [sym__backtick_identifier] = ACTIONS(4593), - [sym__automatic_semicolon] = ACTIONS(4593), - [sym_safe_nav] = ACTIONS(4593), + [anon_sym_return_AT] = ACTIONS(4394), + [anon_sym_continue_AT] = ACTIONS(4394), + [anon_sym_break_AT] = ACTIONS(4394), + [sym_real_literal] = ACTIONS(4394), + [sym_integer_literal] = ACTIONS(4392), + [sym_hex_literal] = ACTIONS(4394), + [sym_bin_literal] = ACTIONS(4394), + [anon_sym_true] = ACTIONS(4392), + [anon_sym_false] = ACTIONS(4392), + [anon_sym_SQUOTE] = ACTIONS(4394), + [sym__backtick_identifier] = ACTIONS(4394), + [sym__automatic_semicolon] = ACTIONS(4394), + [sym_safe_nav] = ACTIONS(4394), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4593), + [sym__string_start] = ACTIONS(4394), }, [3106] = { - [sym__alpha_identifier] = ACTIONS(4647), - [anon_sym_AT] = ACTIONS(4649), - [anon_sym_COLON] = ACTIONS(4647), - [anon_sym_LBRACK] = ACTIONS(4649), - [anon_sym_RBRACK] = ACTIONS(4649), - [anon_sym_as] = ACTIONS(4647), - [anon_sym_EQ] = ACTIONS(4647), - [anon_sym_LBRACE] = ACTIONS(4649), - [anon_sym_RBRACE] = ACTIONS(4649), - [anon_sym_LPAREN] = ACTIONS(4649), - [anon_sym_COMMA] = ACTIONS(4649), - [anon_sym_RPAREN] = ACTIONS(4649), - [anon_sym_LT] = ACTIONS(4647), - [anon_sym_GT] = ACTIONS(4647), - [anon_sym_where] = ACTIONS(4647), - [anon_sym_DOT] = ACTIONS(4647), - [anon_sym_SEMI] = ACTIONS(4649), - [anon_sym_get] = ACTIONS(4647), - [anon_sym_set] = ACTIONS(4647), - [anon_sym_STAR] = ACTIONS(4647), - [anon_sym_DASH_GT] = ACTIONS(4649), - [sym_label] = ACTIONS(4649), - [anon_sym_in] = ACTIONS(4647), - [anon_sym_while] = ACTIONS(4647), - [anon_sym_DOT_DOT] = ACTIONS(4649), - [anon_sym_QMARK_COLON] = ACTIONS(4649), - [anon_sym_AMP_AMP] = ACTIONS(4649), - [anon_sym_PIPE_PIPE] = ACTIONS(4649), - [anon_sym_else] = ACTIONS(4647), - [anon_sym_COLON_COLON] = ACTIONS(4649), - [anon_sym_PLUS_EQ] = ACTIONS(4649), - [anon_sym_DASH_EQ] = ACTIONS(4649), - [anon_sym_STAR_EQ] = ACTIONS(4649), - [anon_sym_SLASH_EQ] = ACTIONS(4649), - [anon_sym_PERCENT_EQ] = ACTIONS(4649), - [anon_sym_BANG_EQ] = ACTIONS(4647), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4649), - [anon_sym_EQ_EQ] = ACTIONS(4647), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4649), - [anon_sym_LT_EQ] = ACTIONS(4649), - [anon_sym_GT_EQ] = ACTIONS(4649), - [anon_sym_BANGin] = ACTIONS(4649), - [anon_sym_is] = ACTIONS(4647), - [anon_sym_BANGis] = ACTIONS(4649), - [anon_sym_PLUS] = ACTIONS(4647), - [anon_sym_DASH] = ACTIONS(4647), - [anon_sym_SLASH] = ACTIONS(4647), - [anon_sym_PERCENT] = ACTIONS(4647), - [anon_sym_as_QMARK] = ACTIONS(4649), - [anon_sym_PLUS_PLUS] = ACTIONS(4649), - [anon_sym_DASH_DASH] = ACTIONS(4649), - [anon_sym_BANG_BANG] = ACTIONS(4649), - [anon_sym_suspend] = ACTIONS(4647), - [anon_sym_sealed] = ACTIONS(4647), - [anon_sym_annotation] = ACTIONS(4647), - [anon_sym_data] = ACTIONS(4647), - [anon_sym_inner] = ACTIONS(4647), - [anon_sym_override] = ACTIONS(4647), - [anon_sym_lateinit] = ACTIONS(4647), - [anon_sym_public] = ACTIONS(4647), - [anon_sym_private] = ACTIONS(4647), - [anon_sym_internal] = ACTIONS(4647), - [anon_sym_protected] = ACTIONS(4647), - [anon_sym_tailrec] = ACTIONS(4647), - [anon_sym_operator] = ACTIONS(4647), - [anon_sym_infix] = ACTIONS(4647), - [anon_sym_inline] = ACTIONS(4647), - [anon_sym_external] = ACTIONS(4647), - [sym_property_modifier] = ACTIONS(4647), - [anon_sym_abstract] = ACTIONS(4647), - [anon_sym_final] = ACTIONS(4647), - [anon_sym_open] = ACTIONS(4647), - [anon_sym_vararg] = ACTIONS(4647), - [anon_sym_noinline] = ACTIONS(4647), - [anon_sym_crossinline] = ACTIONS(4647), - [anon_sym_expect] = ACTIONS(4647), - [anon_sym_actual] = ACTIONS(4647), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4649), - [sym_safe_nav] = ACTIONS(4649), - [sym_multiline_comment] = ACTIONS(3), + [sym_class_body] = STATE(3162), + [sym__alpha_identifier] = ACTIONS(4654), + [anon_sym_AT] = ACTIONS(4656), + [anon_sym_LBRACK] = ACTIONS(4656), + [anon_sym_as] = ACTIONS(4654), + [anon_sym_EQ] = ACTIONS(4654), + [anon_sym_LBRACE] = ACTIONS(3144), + [anon_sym_RBRACE] = ACTIONS(4656), + [anon_sym_LPAREN] = ACTIONS(4656), + [anon_sym_COMMA] = ACTIONS(4656), + [anon_sym_LT] = ACTIONS(4654), + [anon_sym_GT] = ACTIONS(4654), + [anon_sym_where] = ACTIONS(4654), + [anon_sym_object] = ACTIONS(4654), + [anon_sym_fun] = ACTIONS(4654), + [anon_sym_DOT] = ACTIONS(4654), + [anon_sym_SEMI] = ACTIONS(4656), + [anon_sym_get] = ACTIONS(4654), + [anon_sym_set] = ACTIONS(4654), + [anon_sym_this] = ACTIONS(4654), + [anon_sym_super] = ACTIONS(4654), + [anon_sym_STAR] = ACTIONS(4654), + [sym_label] = ACTIONS(4654), + [anon_sym_in] = ACTIONS(4654), + [anon_sym_DOT_DOT] = ACTIONS(4656), + [anon_sym_QMARK_COLON] = ACTIONS(4656), + [anon_sym_AMP_AMP] = ACTIONS(4656), + [anon_sym_PIPE_PIPE] = ACTIONS(4656), + [anon_sym_null] = ACTIONS(4654), + [anon_sym_if] = ACTIONS(4654), + [anon_sym_else] = ACTIONS(4654), + [anon_sym_when] = ACTIONS(4654), + [anon_sym_try] = ACTIONS(4654), + [anon_sym_throw] = ACTIONS(4654), + [anon_sym_return] = ACTIONS(4654), + [anon_sym_continue] = ACTIONS(4654), + [anon_sym_break] = ACTIONS(4654), + [anon_sym_COLON_COLON] = ACTIONS(4656), + [anon_sym_PLUS_EQ] = ACTIONS(4656), + [anon_sym_DASH_EQ] = ACTIONS(4656), + [anon_sym_STAR_EQ] = ACTIONS(4656), + [anon_sym_SLASH_EQ] = ACTIONS(4656), + [anon_sym_PERCENT_EQ] = ACTIONS(4656), + [anon_sym_BANG_EQ] = ACTIONS(4654), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4656), + [anon_sym_EQ_EQ] = ACTIONS(4654), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4656), + [anon_sym_LT_EQ] = ACTIONS(4656), + [anon_sym_GT_EQ] = ACTIONS(4656), + [anon_sym_BANGin] = ACTIONS(4656), + [anon_sym_is] = ACTIONS(4654), + [anon_sym_BANGis] = ACTIONS(4656), + [anon_sym_PLUS] = ACTIONS(4654), + [anon_sym_DASH] = ACTIONS(4654), + [anon_sym_SLASH] = ACTIONS(4654), + [anon_sym_PERCENT] = ACTIONS(4654), + [anon_sym_as_QMARK] = ACTIONS(4656), + [anon_sym_PLUS_PLUS] = ACTIONS(4656), + [anon_sym_DASH_DASH] = ACTIONS(4656), + [anon_sym_BANG] = ACTIONS(4654), + [anon_sym_BANG_BANG] = ACTIONS(4656), + [anon_sym_data] = ACTIONS(4654), + [anon_sym_inner] = ACTIONS(4654), + [anon_sym_expect] = ACTIONS(4654), + [anon_sym_actual] = ACTIONS(4654), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4656), + [anon_sym_continue_AT] = ACTIONS(4656), + [anon_sym_break_AT] = ACTIONS(4656), + [sym_real_literal] = ACTIONS(4656), + [sym_integer_literal] = ACTIONS(4654), + [sym_hex_literal] = ACTIONS(4656), + [sym_bin_literal] = ACTIONS(4656), + [anon_sym_true] = ACTIONS(4654), + [anon_sym_false] = ACTIONS(4654), + [anon_sym_SQUOTE] = ACTIONS(4656), + [sym__backtick_identifier] = ACTIONS(4656), + [sym__automatic_semicolon] = ACTIONS(4656), + [sym_safe_nav] = ACTIONS(4656), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4656), }, [3107] = { - [sym_enum_class_body] = STATE(3424), - [sym__alpha_identifier] = ACTIONS(4583), - [anon_sym_AT] = ACTIONS(4585), - [anon_sym_LBRACK] = ACTIONS(4585), - [anon_sym_RBRACK] = ACTIONS(4585), - [anon_sym_as] = ACTIONS(4583), - [anon_sym_EQ] = ACTIONS(4583), - [anon_sym_LBRACE] = ACTIONS(5155), - [anon_sym_RBRACE] = ACTIONS(4585), - [anon_sym_LPAREN] = ACTIONS(4585), - [anon_sym_COMMA] = ACTIONS(4585), - [anon_sym_RPAREN] = ACTIONS(4585), - [anon_sym_LT] = ACTIONS(4583), - [anon_sym_GT] = ACTIONS(4583), - [anon_sym_where] = ACTIONS(4583), - [anon_sym_DOT] = ACTIONS(4583), - [anon_sym_SEMI] = ACTIONS(4585), - [anon_sym_get] = ACTIONS(4583), - [anon_sym_set] = ACTIONS(4583), - [anon_sym_STAR] = ACTIONS(4583), - [anon_sym_DASH_GT] = ACTIONS(4585), - [sym_label] = ACTIONS(4585), - [anon_sym_in] = ACTIONS(4583), - [anon_sym_while] = ACTIONS(4583), - [anon_sym_DOT_DOT] = ACTIONS(4585), - [anon_sym_QMARK_COLON] = ACTIONS(4585), - [anon_sym_AMP_AMP] = ACTIONS(4585), - [anon_sym_PIPE_PIPE] = ACTIONS(4585), - [anon_sym_else] = ACTIONS(4583), - [anon_sym_COLON_COLON] = ACTIONS(4585), - [anon_sym_PLUS_EQ] = ACTIONS(4585), - [anon_sym_DASH_EQ] = ACTIONS(4585), - [anon_sym_STAR_EQ] = ACTIONS(4585), - [anon_sym_SLASH_EQ] = ACTIONS(4585), - [anon_sym_PERCENT_EQ] = ACTIONS(4585), - [anon_sym_BANG_EQ] = ACTIONS(4583), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4585), - [anon_sym_EQ_EQ] = ACTIONS(4583), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4585), - [anon_sym_LT_EQ] = ACTIONS(4585), - [anon_sym_GT_EQ] = ACTIONS(4585), - [anon_sym_BANGin] = ACTIONS(4585), - [anon_sym_is] = ACTIONS(4583), - [anon_sym_BANGis] = ACTIONS(4585), - [anon_sym_PLUS] = ACTIONS(4583), - [anon_sym_DASH] = ACTIONS(4583), - [anon_sym_SLASH] = ACTIONS(4583), - [anon_sym_PERCENT] = ACTIONS(4583), - [anon_sym_as_QMARK] = ACTIONS(4585), - [anon_sym_PLUS_PLUS] = ACTIONS(4585), - [anon_sym_DASH_DASH] = ACTIONS(4585), - [anon_sym_BANG_BANG] = ACTIONS(4585), - [anon_sym_suspend] = ACTIONS(4583), - [anon_sym_sealed] = ACTIONS(4583), - [anon_sym_annotation] = ACTIONS(4583), - [anon_sym_data] = ACTIONS(4583), - [anon_sym_inner] = ACTIONS(4583), - [anon_sym_override] = ACTIONS(4583), - [anon_sym_lateinit] = ACTIONS(4583), - [anon_sym_public] = ACTIONS(4583), - [anon_sym_private] = ACTIONS(4583), - [anon_sym_internal] = ACTIONS(4583), - [anon_sym_protected] = ACTIONS(4583), - [anon_sym_tailrec] = ACTIONS(4583), - [anon_sym_operator] = ACTIONS(4583), - [anon_sym_infix] = ACTIONS(4583), - [anon_sym_inline] = ACTIONS(4583), - [anon_sym_external] = ACTIONS(4583), - [sym_property_modifier] = ACTIONS(4583), - [anon_sym_abstract] = ACTIONS(4583), - [anon_sym_final] = ACTIONS(4583), - [anon_sym_open] = ACTIONS(4583), - [anon_sym_vararg] = ACTIONS(4583), - [anon_sym_noinline] = ACTIONS(4583), - [anon_sym_crossinline] = ACTIONS(4583), - [anon_sym_expect] = ACTIONS(4583), - [anon_sym_actual] = ACTIONS(4583), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4585), - [sym_safe_nav] = ACTIONS(4585), - [sym_multiline_comment] = ACTIONS(3), + [sym_enum_class_body] = STATE(3162), + [sym__alpha_identifier] = ACTIONS(4654), + [anon_sym_AT] = ACTIONS(4656), + [anon_sym_LBRACK] = ACTIONS(4656), + [anon_sym_as] = ACTIONS(4654), + [anon_sym_EQ] = ACTIONS(4654), + [anon_sym_LBRACE] = ACTIONS(3112), + [anon_sym_RBRACE] = ACTIONS(4656), + [anon_sym_LPAREN] = ACTIONS(4656), + [anon_sym_COMMA] = ACTIONS(4656), + [anon_sym_LT] = ACTIONS(4654), + [anon_sym_GT] = ACTIONS(4654), + [anon_sym_where] = ACTIONS(4654), + [anon_sym_object] = ACTIONS(4654), + [anon_sym_fun] = ACTIONS(4654), + [anon_sym_DOT] = ACTIONS(4654), + [anon_sym_SEMI] = ACTIONS(4656), + [anon_sym_get] = ACTIONS(4654), + [anon_sym_set] = ACTIONS(4654), + [anon_sym_this] = ACTIONS(4654), + [anon_sym_super] = ACTIONS(4654), + [anon_sym_STAR] = ACTIONS(4654), + [sym_label] = ACTIONS(4654), + [anon_sym_in] = ACTIONS(4654), + [anon_sym_DOT_DOT] = ACTIONS(4656), + [anon_sym_QMARK_COLON] = ACTIONS(4656), + [anon_sym_AMP_AMP] = ACTIONS(4656), + [anon_sym_PIPE_PIPE] = ACTIONS(4656), + [anon_sym_null] = ACTIONS(4654), + [anon_sym_if] = ACTIONS(4654), + [anon_sym_else] = ACTIONS(4654), + [anon_sym_when] = ACTIONS(4654), + [anon_sym_try] = ACTIONS(4654), + [anon_sym_throw] = ACTIONS(4654), + [anon_sym_return] = ACTIONS(4654), + [anon_sym_continue] = ACTIONS(4654), + [anon_sym_break] = ACTIONS(4654), + [anon_sym_COLON_COLON] = ACTIONS(4656), + [anon_sym_PLUS_EQ] = ACTIONS(4656), + [anon_sym_DASH_EQ] = ACTIONS(4656), + [anon_sym_STAR_EQ] = ACTIONS(4656), + [anon_sym_SLASH_EQ] = ACTIONS(4656), + [anon_sym_PERCENT_EQ] = ACTIONS(4656), + [anon_sym_BANG_EQ] = ACTIONS(4654), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4656), + [anon_sym_EQ_EQ] = ACTIONS(4654), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4656), + [anon_sym_LT_EQ] = ACTIONS(4656), + [anon_sym_GT_EQ] = ACTIONS(4656), + [anon_sym_BANGin] = ACTIONS(4656), + [anon_sym_is] = ACTIONS(4654), + [anon_sym_BANGis] = ACTIONS(4656), + [anon_sym_PLUS] = ACTIONS(4654), + [anon_sym_DASH] = ACTIONS(4654), + [anon_sym_SLASH] = ACTIONS(4654), + [anon_sym_PERCENT] = ACTIONS(4654), + [anon_sym_as_QMARK] = ACTIONS(4656), + [anon_sym_PLUS_PLUS] = ACTIONS(4656), + [anon_sym_DASH_DASH] = ACTIONS(4656), + [anon_sym_BANG] = ACTIONS(4654), + [anon_sym_BANG_BANG] = ACTIONS(4656), + [anon_sym_data] = ACTIONS(4654), + [anon_sym_inner] = ACTIONS(4654), + [anon_sym_expect] = ACTIONS(4654), + [anon_sym_actual] = ACTIONS(4654), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4656), + [anon_sym_continue_AT] = ACTIONS(4656), + [anon_sym_break_AT] = ACTIONS(4656), + [sym_real_literal] = ACTIONS(4656), + [sym_integer_literal] = ACTIONS(4654), + [sym_hex_literal] = ACTIONS(4656), + [sym_bin_literal] = ACTIONS(4656), + [anon_sym_true] = ACTIONS(4654), + [anon_sym_false] = ACTIONS(4654), + [anon_sym_SQUOTE] = ACTIONS(4656), + [sym__backtick_identifier] = ACTIONS(4656), + [sym__automatic_semicolon] = ACTIONS(4656), + [sym_safe_nav] = ACTIONS(4656), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4656), }, [3108] = { - [sym_class_body] = STATE(3132), - [sym__alpha_identifier] = ACTIONS(4643), - [anon_sym_AT] = ACTIONS(4645), - [anon_sym_LBRACK] = ACTIONS(4645), - [anon_sym_RBRACK] = ACTIONS(4645), - [anon_sym_as] = ACTIONS(4643), - [anon_sym_EQ] = ACTIONS(4643), - [anon_sym_LBRACE] = ACTIONS(5147), - [anon_sym_RBRACE] = ACTIONS(4645), - [anon_sym_LPAREN] = ACTIONS(4645), - [anon_sym_COMMA] = ACTIONS(4645), - [anon_sym_RPAREN] = ACTIONS(4645), - [anon_sym_LT] = ACTIONS(4643), - [anon_sym_GT] = ACTIONS(4643), - [anon_sym_where] = ACTIONS(4643), - [anon_sym_DOT] = ACTIONS(4643), - [anon_sym_SEMI] = ACTIONS(4645), - [anon_sym_get] = ACTIONS(4643), - [anon_sym_set] = ACTIONS(4643), - [anon_sym_STAR] = ACTIONS(4643), - [anon_sym_DASH_GT] = ACTIONS(4645), - [sym_label] = ACTIONS(4645), - [anon_sym_in] = ACTIONS(4643), - [anon_sym_while] = ACTIONS(4643), - [anon_sym_DOT_DOT] = ACTIONS(4645), - [anon_sym_QMARK_COLON] = ACTIONS(4645), - [anon_sym_AMP_AMP] = ACTIONS(4645), - [anon_sym_PIPE_PIPE] = ACTIONS(4645), - [anon_sym_else] = ACTIONS(4643), - [anon_sym_COLON_COLON] = ACTIONS(4645), - [anon_sym_PLUS_EQ] = ACTIONS(4645), - [anon_sym_DASH_EQ] = ACTIONS(4645), - [anon_sym_STAR_EQ] = ACTIONS(4645), - [anon_sym_SLASH_EQ] = ACTIONS(4645), - [anon_sym_PERCENT_EQ] = ACTIONS(4645), - [anon_sym_BANG_EQ] = ACTIONS(4643), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4645), - [anon_sym_EQ_EQ] = ACTIONS(4643), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4645), - [anon_sym_LT_EQ] = ACTIONS(4645), - [anon_sym_GT_EQ] = ACTIONS(4645), - [anon_sym_BANGin] = ACTIONS(4645), - [anon_sym_is] = ACTIONS(4643), - [anon_sym_BANGis] = ACTIONS(4645), - [anon_sym_PLUS] = ACTIONS(4643), - [anon_sym_DASH] = ACTIONS(4643), - [anon_sym_SLASH] = ACTIONS(4643), - [anon_sym_PERCENT] = ACTIONS(4643), - [anon_sym_as_QMARK] = ACTIONS(4645), - [anon_sym_PLUS_PLUS] = ACTIONS(4645), - [anon_sym_DASH_DASH] = ACTIONS(4645), - [anon_sym_BANG_BANG] = ACTIONS(4645), - [anon_sym_suspend] = ACTIONS(4643), - [anon_sym_sealed] = ACTIONS(4643), - [anon_sym_annotation] = ACTIONS(4643), - [anon_sym_data] = ACTIONS(4643), - [anon_sym_inner] = ACTIONS(4643), - [anon_sym_override] = ACTIONS(4643), - [anon_sym_lateinit] = ACTIONS(4643), - [anon_sym_public] = ACTIONS(4643), - [anon_sym_private] = ACTIONS(4643), - [anon_sym_internal] = ACTIONS(4643), - [anon_sym_protected] = ACTIONS(4643), - [anon_sym_tailrec] = ACTIONS(4643), - [anon_sym_operator] = ACTIONS(4643), - [anon_sym_infix] = ACTIONS(4643), - [anon_sym_inline] = ACTIONS(4643), - [anon_sym_external] = ACTIONS(4643), - [sym_property_modifier] = ACTIONS(4643), - [anon_sym_abstract] = ACTIONS(4643), - [anon_sym_final] = ACTIONS(4643), - [anon_sym_open] = ACTIONS(4643), - [anon_sym_vararg] = ACTIONS(4643), - [anon_sym_noinline] = ACTIONS(4643), - [anon_sym_crossinline] = ACTIONS(4643), - [anon_sym_expect] = ACTIONS(4643), - [anon_sym_actual] = ACTIONS(4643), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4645), - [sym_safe_nav] = ACTIONS(4645), + [sym_enum_class_body] = STATE(3164), + [sym__alpha_identifier] = ACTIONS(4342), + [anon_sym_AT] = ACTIONS(4344), + [anon_sym_LBRACK] = ACTIONS(4344), + [anon_sym_RBRACK] = ACTIONS(4344), + [anon_sym_as] = ACTIONS(4342), + [anon_sym_EQ] = ACTIONS(4342), + [anon_sym_LBRACE] = ACTIONS(5171), + [anon_sym_RBRACE] = ACTIONS(4344), + [anon_sym_LPAREN] = ACTIONS(4344), + [anon_sym_COMMA] = ACTIONS(4344), + [anon_sym_RPAREN] = ACTIONS(4344), + [anon_sym_LT] = ACTIONS(4342), + [anon_sym_GT] = ACTIONS(4342), + [anon_sym_where] = ACTIONS(4342), + [anon_sym_DOT] = ACTIONS(4342), + [anon_sym_SEMI] = ACTIONS(4344), + [anon_sym_get] = ACTIONS(4342), + [anon_sym_set] = ACTIONS(4342), + [anon_sym_STAR] = ACTIONS(4342), + [anon_sym_DASH_GT] = ACTIONS(4344), + [sym_label] = ACTIONS(4344), + [anon_sym_in] = ACTIONS(4342), + [anon_sym_while] = ACTIONS(4342), + [anon_sym_DOT_DOT] = ACTIONS(4344), + [anon_sym_QMARK_COLON] = ACTIONS(4344), + [anon_sym_AMP_AMP] = ACTIONS(4344), + [anon_sym_PIPE_PIPE] = ACTIONS(4344), + [anon_sym_else] = ACTIONS(4342), + [anon_sym_COLON_COLON] = ACTIONS(4344), + [anon_sym_PLUS_EQ] = ACTIONS(4344), + [anon_sym_DASH_EQ] = ACTIONS(4344), + [anon_sym_STAR_EQ] = ACTIONS(4344), + [anon_sym_SLASH_EQ] = ACTIONS(4344), + [anon_sym_PERCENT_EQ] = ACTIONS(4344), + [anon_sym_BANG_EQ] = ACTIONS(4342), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4344), + [anon_sym_EQ_EQ] = ACTIONS(4342), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4344), + [anon_sym_LT_EQ] = ACTIONS(4344), + [anon_sym_GT_EQ] = ACTIONS(4344), + [anon_sym_BANGin] = ACTIONS(4344), + [anon_sym_is] = ACTIONS(4342), + [anon_sym_BANGis] = ACTIONS(4344), + [anon_sym_PLUS] = ACTIONS(4342), + [anon_sym_DASH] = ACTIONS(4342), + [anon_sym_SLASH] = ACTIONS(4342), + [anon_sym_PERCENT] = ACTIONS(4342), + [anon_sym_as_QMARK] = ACTIONS(4344), + [anon_sym_PLUS_PLUS] = ACTIONS(4344), + [anon_sym_DASH_DASH] = ACTIONS(4344), + [anon_sym_BANG_BANG] = ACTIONS(4344), + [anon_sym_suspend] = ACTIONS(4342), + [anon_sym_sealed] = ACTIONS(4342), + [anon_sym_annotation] = ACTIONS(4342), + [anon_sym_data] = ACTIONS(4342), + [anon_sym_inner] = ACTIONS(4342), + [anon_sym_override] = ACTIONS(4342), + [anon_sym_lateinit] = ACTIONS(4342), + [anon_sym_public] = ACTIONS(4342), + [anon_sym_private] = ACTIONS(4342), + [anon_sym_internal] = ACTIONS(4342), + [anon_sym_protected] = ACTIONS(4342), + [anon_sym_tailrec] = ACTIONS(4342), + [anon_sym_operator] = ACTIONS(4342), + [anon_sym_infix] = ACTIONS(4342), + [anon_sym_inline] = ACTIONS(4342), + [anon_sym_external] = ACTIONS(4342), + [sym_property_modifier] = ACTIONS(4342), + [anon_sym_abstract] = ACTIONS(4342), + [anon_sym_final] = ACTIONS(4342), + [anon_sym_open] = ACTIONS(4342), + [anon_sym_vararg] = ACTIONS(4342), + [anon_sym_noinline] = ACTIONS(4342), + [anon_sym_crossinline] = ACTIONS(4342), + [anon_sym_expect] = ACTIONS(4342), + [anon_sym_actual] = ACTIONS(4342), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4344), + [sym_safe_nav] = ACTIONS(4344), [sym_multiline_comment] = ACTIONS(3), }, [3109] = { - [sym_enum_class_body] = STATE(3118), - [sym__alpha_identifier] = ACTIONS(4448), - [anon_sym_AT] = ACTIONS(4450), - [anon_sym_LBRACK] = ACTIONS(4450), - [anon_sym_RBRACK] = ACTIONS(4450), - [anon_sym_as] = ACTIONS(4448), - [anon_sym_EQ] = ACTIONS(4448), - [anon_sym_LBRACE] = ACTIONS(5155), - [anon_sym_RBRACE] = ACTIONS(4450), - [anon_sym_LPAREN] = ACTIONS(4450), - [anon_sym_COMMA] = ACTIONS(4450), - [anon_sym_RPAREN] = ACTIONS(4450), - [anon_sym_LT] = ACTIONS(4448), - [anon_sym_GT] = ACTIONS(4448), - [anon_sym_where] = ACTIONS(4448), - [anon_sym_DOT] = ACTIONS(4448), - [anon_sym_SEMI] = ACTIONS(4450), - [anon_sym_get] = ACTIONS(4448), - [anon_sym_set] = ACTIONS(4448), - [anon_sym_STAR] = ACTIONS(4448), - [anon_sym_DASH_GT] = ACTIONS(4450), - [sym_label] = ACTIONS(4450), - [anon_sym_in] = ACTIONS(4448), - [anon_sym_while] = ACTIONS(4448), - [anon_sym_DOT_DOT] = ACTIONS(4450), - [anon_sym_QMARK_COLON] = ACTIONS(4450), - [anon_sym_AMP_AMP] = ACTIONS(4450), - [anon_sym_PIPE_PIPE] = ACTIONS(4450), - [anon_sym_else] = ACTIONS(4448), - [anon_sym_COLON_COLON] = ACTIONS(4450), - [anon_sym_PLUS_EQ] = ACTIONS(4450), - [anon_sym_DASH_EQ] = ACTIONS(4450), - [anon_sym_STAR_EQ] = ACTIONS(4450), - [anon_sym_SLASH_EQ] = ACTIONS(4450), - [anon_sym_PERCENT_EQ] = ACTIONS(4450), - [anon_sym_BANG_EQ] = ACTIONS(4448), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4450), - [anon_sym_EQ_EQ] = ACTIONS(4448), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4450), - [anon_sym_LT_EQ] = ACTIONS(4450), - [anon_sym_GT_EQ] = ACTIONS(4450), - [anon_sym_BANGin] = ACTIONS(4450), - [anon_sym_is] = ACTIONS(4448), - [anon_sym_BANGis] = ACTIONS(4450), - [anon_sym_PLUS] = ACTIONS(4448), - [anon_sym_DASH] = ACTIONS(4448), - [anon_sym_SLASH] = ACTIONS(4448), - [anon_sym_PERCENT] = ACTIONS(4448), - [anon_sym_as_QMARK] = ACTIONS(4450), - [anon_sym_PLUS_PLUS] = ACTIONS(4450), - [anon_sym_DASH_DASH] = ACTIONS(4450), - [anon_sym_BANG_BANG] = ACTIONS(4450), - [anon_sym_suspend] = ACTIONS(4448), - [anon_sym_sealed] = ACTIONS(4448), - [anon_sym_annotation] = ACTIONS(4448), - [anon_sym_data] = ACTIONS(4448), - [anon_sym_inner] = ACTIONS(4448), - [anon_sym_override] = ACTIONS(4448), - [anon_sym_lateinit] = ACTIONS(4448), - [anon_sym_public] = ACTIONS(4448), - [anon_sym_private] = ACTIONS(4448), - [anon_sym_internal] = ACTIONS(4448), - [anon_sym_protected] = ACTIONS(4448), - [anon_sym_tailrec] = ACTIONS(4448), - [anon_sym_operator] = ACTIONS(4448), - [anon_sym_infix] = ACTIONS(4448), - [anon_sym_inline] = ACTIONS(4448), - [anon_sym_external] = ACTIONS(4448), - [sym_property_modifier] = ACTIONS(4448), - [anon_sym_abstract] = ACTIONS(4448), - [anon_sym_final] = ACTIONS(4448), - [anon_sym_open] = ACTIONS(4448), - [anon_sym_vararg] = ACTIONS(4448), - [anon_sym_noinline] = ACTIONS(4448), - [anon_sym_crossinline] = ACTIONS(4448), - [anon_sym_expect] = ACTIONS(4448), - [anon_sym_actual] = ACTIONS(4448), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4450), - [sym_safe_nav] = ACTIONS(4450), - [sym_multiline_comment] = ACTIONS(3), + [sym__alpha_identifier] = ACTIONS(4621), + [anon_sym_AT] = ACTIONS(4623), + [anon_sym_LBRACK] = ACTIONS(4623), + [anon_sym_as] = ACTIONS(4621), + [anon_sym_EQ] = ACTIONS(4621), + [anon_sym_LBRACE] = ACTIONS(4623), + [anon_sym_RBRACE] = ACTIONS(4623), + [anon_sym_LPAREN] = ACTIONS(4623), + [anon_sym_COMMA] = ACTIONS(4623), + [anon_sym_by] = ACTIONS(4621), + [anon_sym_LT] = ACTIONS(4621), + [anon_sym_GT] = ACTIONS(4621), + [anon_sym_where] = ACTIONS(4621), + [anon_sym_object] = ACTIONS(4621), + [anon_sym_fun] = ACTIONS(4621), + [anon_sym_DOT] = ACTIONS(4621), + [anon_sym_SEMI] = ACTIONS(4623), + [anon_sym_get] = ACTIONS(4621), + [anon_sym_set] = ACTIONS(4621), + [anon_sym_this] = ACTIONS(4621), + [anon_sym_super] = ACTIONS(4621), + [anon_sym_STAR] = ACTIONS(4621), + [sym_label] = ACTIONS(4621), + [anon_sym_in] = ACTIONS(4621), + [anon_sym_DOT_DOT] = ACTIONS(4623), + [anon_sym_QMARK_COLON] = ACTIONS(4623), + [anon_sym_AMP_AMP] = ACTIONS(4623), + [anon_sym_PIPE_PIPE] = ACTIONS(4623), + [anon_sym_null] = ACTIONS(4621), + [anon_sym_if] = ACTIONS(4621), + [anon_sym_else] = ACTIONS(4621), + [anon_sym_when] = ACTIONS(4621), + [anon_sym_try] = ACTIONS(4621), + [anon_sym_throw] = ACTIONS(4621), + [anon_sym_return] = ACTIONS(4621), + [anon_sym_continue] = ACTIONS(4621), + [anon_sym_break] = ACTIONS(4621), + [anon_sym_COLON_COLON] = ACTIONS(4623), + [anon_sym_PLUS_EQ] = ACTIONS(4623), + [anon_sym_DASH_EQ] = ACTIONS(4623), + [anon_sym_STAR_EQ] = ACTIONS(4623), + [anon_sym_SLASH_EQ] = ACTIONS(4623), + [anon_sym_PERCENT_EQ] = ACTIONS(4623), + [anon_sym_BANG_EQ] = ACTIONS(4621), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4623), + [anon_sym_EQ_EQ] = ACTIONS(4621), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4623), + [anon_sym_LT_EQ] = ACTIONS(4623), + [anon_sym_GT_EQ] = ACTIONS(4623), + [anon_sym_BANGin] = ACTIONS(4623), + [anon_sym_is] = ACTIONS(4621), + [anon_sym_BANGis] = ACTIONS(4623), + [anon_sym_PLUS] = ACTIONS(4621), + [anon_sym_DASH] = ACTIONS(4621), + [anon_sym_SLASH] = ACTIONS(4621), + [anon_sym_PERCENT] = ACTIONS(4621), + [anon_sym_as_QMARK] = ACTIONS(4623), + [anon_sym_PLUS_PLUS] = ACTIONS(4623), + [anon_sym_DASH_DASH] = ACTIONS(4623), + [anon_sym_BANG] = ACTIONS(4621), + [anon_sym_BANG_BANG] = ACTIONS(4623), + [anon_sym_data] = ACTIONS(4621), + [anon_sym_inner] = ACTIONS(4621), + [anon_sym_expect] = ACTIONS(4621), + [anon_sym_actual] = ACTIONS(4621), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4623), + [anon_sym_continue_AT] = ACTIONS(4623), + [anon_sym_break_AT] = ACTIONS(4623), + [sym_real_literal] = ACTIONS(4623), + [sym_integer_literal] = ACTIONS(4621), + [sym_hex_literal] = ACTIONS(4623), + [sym_bin_literal] = ACTIONS(4623), + [anon_sym_true] = ACTIONS(4621), + [anon_sym_false] = ACTIONS(4621), + [anon_sym_SQUOTE] = ACTIONS(4623), + [sym__backtick_identifier] = ACTIONS(4623), + [sym__automatic_semicolon] = ACTIONS(4623), + [sym_safe_nav] = ACTIONS(4623), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4623), }, [3110] = { - [sym__alpha_identifier] = ACTIONS(4619), - [anon_sym_AT] = ACTIONS(4621), - [anon_sym_LBRACK] = ACTIONS(4621), - [anon_sym_as] = ACTIONS(4619), - [anon_sym_EQ] = ACTIONS(4619), - [anon_sym_LBRACE] = ACTIONS(4621), - [anon_sym_RBRACE] = ACTIONS(4621), - [anon_sym_LPAREN] = ACTIONS(4621), - [anon_sym_COMMA] = ACTIONS(4621), - [anon_sym_by] = ACTIONS(4619), - [anon_sym_LT] = ACTIONS(4619), - [anon_sym_GT] = ACTIONS(4619), - [anon_sym_where] = ACTIONS(4619), - [anon_sym_object] = ACTIONS(4619), - [anon_sym_fun] = ACTIONS(4619), - [anon_sym_DOT] = ACTIONS(4619), - [anon_sym_SEMI] = ACTIONS(4621), - [anon_sym_get] = ACTIONS(4619), - [anon_sym_set] = ACTIONS(4619), - [anon_sym_this] = ACTIONS(4619), - [anon_sym_super] = ACTIONS(4619), - [anon_sym_STAR] = ACTIONS(4619), - [sym_label] = ACTIONS(4619), - [anon_sym_in] = ACTIONS(4619), - [anon_sym_DOT_DOT] = ACTIONS(4621), - [anon_sym_QMARK_COLON] = ACTIONS(4621), - [anon_sym_AMP_AMP] = ACTIONS(4621), - [anon_sym_PIPE_PIPE] = ACTIONS(4621), - [anon_sym_null] = ACTIONS(4619), - [anon_sym_if] = ACTIONS(4619), - [anon_sym_else] = ACTIONS(4619), - [anon_sym_when] = ACTIONS(4619), - [anon_sym_try] = ACTIONS(4619), - [anon_sym_throw] = ACTIONS(4619), - [anon_sym_return] = ACTIONS(4619), - [anon_sym_continue] = ACTIONS(4619), - [anon_sym_break] = ACTIONS(4619), - [anon_sym_COLON_COLON] = ACTIONS(4621), - [anon_sym_PLUS_EQ] = ACTIONS(4621), - [anon_sym_DASH_EQ] = ACTIONS(4621), - [anon_sym_STAR_EQ] = ACTIONS(4621), - [anon_sym_SLASH_EQ] = ACTIONS(4621), - [anon_sym_PERCENT_EQ] = ACTIONS(4621), - [anon_sym_BANG_EQ] = ACTIONS(4619), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4621), - [anon_sym_EQ_EQ] = ACTIONS(4619), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4621), - [anon_sym_LT_EQ] = ACTIONS(4621), - [anon_sym_GT_EQ] = ACTIONS(4621), - [anon_sym_BANGin] = ACTIONS(4621), - [anon_sym_is] = ACTIONS(4619), - [anon_sym_BANGis] = ACTIONS(4621), - [anon_sym_PLUS] = ACTIONS(4619), - [anon_sym_DASH] = ACTIONS(4619), - [anon_sym_SLASH] = ACTIONS(4619), - [anon_sym_PERCENT] = ACTIONS(4619), - [anon_sym_as_QMARK] = ACTIONS(4621), - [anon_sym_PLUS_PLUS] = ACTIONS(4621), - [anon_sym_DASH_DASH] = ACTIONS(4621), - [anon_sym_BANG] = ACTIONS(4619), - [anon_sym_BANG_BANG] = ACTIONS(4621), - [anon_sym_data] = ACTIONS(4619), - [anon_sym_inner] = ACTIONS(4619), - [anon_sym_expect] = ACTIONS(4619), - [anon_sym_actual] = ACTIONS(4619), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4621), - [anon_sym_continue_AT] = ACTIONS(4621), - [anon_sym_break_AT] = ACTIONS(4621), - [sym_real_literal] = ACTIONS(4621), - [sym_integer_literal] = ACTIONS(4619), - [sym_hex_literal] = ACTIONS(4621), - [sym_bin_literal] = ACTIONS(4621), - [anon_sym_true] = ACTIONS(4619), - [anon_sym_false] = ACTIONS(4619), - [anon_sym_SQUOTE] = ACTIONS(4621), - [sym__backtick_identifier] = ACTIONS(4621), - [sym__automatic_semicolon] = ACTIONS(4621), - [sym_safe_nav] = ACTIONS(4621), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4621), + [sym_enum_class_body] = STATE(3157), + [sym__alpha_identifier] = ACTIONS(4346), + [anon_sym_AT] = ACTIONS(4348), + [anon_sym_LBRACK] = ACTIONS(4348), + [anon_sym_as] = ACTIONS(4346), + [anon_sym_EQ] = ACTIONS(4346), + [anon_sym_LBRACE] = ACTIONS(3112), + [anon_sym_RBRACE] = ACTIONS(4348), + [anon_sym_LPAREN] = ACTIONS(4348), + [anon_sym_COMMA] = ACTIONS(4348), + [anon_sym_LT] = ACTIONS(4346), + [anon_sym_GT] = ACTIONS(4346), + [anon_sym_where] = ACTIONS(4346), + [anon_sym_object] = ACTIONS(4346), + [anon_sym_fun] = ACTIONS(4346), + [anon_sym_DOT] = ACTIONS(4346), + [anon_sym_SEMI] = ACTIONS(4348), + [anon_sym_get] = ACTIONS(4346), + [anon_sym_set] = ACTIONS(4346), + [anon_sym_this] = ACTIONS(4346), + [anon_sym_super] = ACTIONS(4346), + [anon_sym_STAR] = ACTIONS(4346), + [sym_label] = ACTIONS(4346), + [anon_sym_in] = ACTIONS(4346), + [anon_sym_DOT_DOT] = ACTIONS(4348), + [anon_sym_QMARK_COLON] = ACTIONS(4348), + [anon_sym_AMP_AMP] = ACTIONS(4348), + [anon_sym_PIPE_PIPE] = ACTIONS(4348), + [anon_sym_null] = ACTIONS(4346), + [anon_sym_if] = ACTIONS(4346), + [anon_sym_else] = ACTIONS(4346), + [anon_sym_when] = ACTIONS(4346), + [anon_sym_try] = ACTIONS(4346), + [anon_sym_throw] = ACTIONS(4346), + [anon_sym_return] = ACTIONS(4346), + [anon_sym_continue] = ACTIONS(4346), + [anon_sym_break] = ACTIONS(4346), + [anon_sym_COLON_COLON] = ACTIONS(4348), + [anon_sym_PLUS_EQ] = ACTIONS(4348), + [anon_sym_DASH_EQ] = ACTIONS(4348), + [anon_sym_STAR_EQ] = ACTIONS(4348), + [anon_sym_SLASH_EQ] = ACTIONS(4348), + [anon_sym_PERCENT_EQ] = ACTIONS(4348), + [anon_sym_BANG_EQ] = ACTIONS(4346), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4348), + [anon_sym_EQ_EQ] = ACTIONS(4346), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4348), + [anon_sym_LT_EQ] = ACTIONS(4348), + [anon_sym_GT_EQ] = ACTIONS(4348), + [anon_sym_BANGin] = ACTIONS(4348), + [anon_sym_is] = ACTIONS(4346), + [anon_sym_BANGis] = ACTIONS(4348), + [anon_sym_PLUS] = ACTIONS(4346), + [anon_sym_DASH] = ACTIONS(4346), + [anon_sym_SLASH] = ACTIONS(4346), + [anon_sym_PERCENT] = ACTIONS(4346), + [anon_sym_as_QMARK] = ACTIONS(4348), + [anon_sym_PLUS_PLUS] = ACTIONS(4348), + [anon_sym_DASH_DASH] = ACTIONS(4348), + [anon_sym_BANG] = ACTIONS(4346), + [anon_sym_BANG_BANG] = ACTIONS(4348), + [anon_sym_data] = ACTIONS(4346), + [anon_sym_inner] = ACTIONS(4346), + [anon_sym_expect] = ACTIONS(4346), + [anon_sym_actual] = ACTIONS(4346), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4348), + [anon_sym_continue_AT] = ACTIONS(4348), + [anon_sym_break_AT] = ACTIONS(4348), + [sym_real_literal] = ACTIONS(4348), + [sym_integer_literal] = ACTIONS(4346), + [sym_hex_literal] = ACTIONS(4348), + [sym_bin_literal] = ACTIONS(4348), + [anon_sym_true] = ACTIONS(4346), + [anon_sym_false] = ACTIONS(4346), + [anon_sym_SQUOTE] = ACTIONS(4348), + [sym__backtick_identifier] = ACTIONS(4348), + [sym__automatic_semicolon] = ACTIONS(4348), + [sym_safe_nav] = ACTIONS(4348), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4348), }, [3111] = { - [sym_enum_class_body] = STATE(3148), - [sym__alpha_identifier] = ACTIONS(4567), - [anon_sym_AT] = ACTIONS(4569), - [anon_sym_LBRACK] = ACTIONS(4569), - [anon_sym_as] = ACTIONS(4567), - [anon_sym_EQ] = ACTIONS(4567), - [anon_sym_LBRACE] = ACTIONS(3152), - [anon_sym_RBRACE] = ACTIONS(4569), - [anon_sym_LPAREN] = ACTIONS(4569), - [anon_sym_COMMA] = ACTIONS(4569), - [anon_sym_LT] = ACTIONS(4567), - [anon_sym_GT] = ACTIONS(4567), - [anon_sym_where] = ACTIONS(4567), - [anon_sym_object] = ACTIONS(4567), - [anon_sym_fun] = ACTIONS(4567), - [anon_sym_DOT] = ACTIONS(4567), - [anon_sym_SEMI] = ACTIONS(4569), - [anon_sym_get] = ACTIONS(4567), - [anon_sym_set] = ACTIONS(4567), - [anon_sym_this] = ACTIONS(4567), - [anon_sym_super] = ACTIONS(4567), - [anon_sym_STAR] = ACTIONS(4567), - [sym_label] = ACTIONS(4567), - [anon_sym_in] = ACTIONS(4567), - [anon_sym_DOT_DOT] = ACTIONS(4569), - [anon_sym_QMARK_COLON] = ACTIONS(4569), - [anon_sym_AMP_AMP] = ACTIONS(4569), - [anon_sym_PIPE_PIPE] = ACTIONS(4569), - [anon_sym_null] = ACTIONS(4567), - [anon_sym_if] = ACTIONS(4567), - [anon_sym_else] = ACTIONS(4567), - [anon_sym_when] = ACTIONS(4567), - [anon_sym_try] = ACTIONS(4567), - [anon_sym_throw] = ACTIONS(4567), - [anon_sym_return] = ACTIONS(4567), - [anon_sym_continue] = ACTIONS(4567), - [anon_sym_break] = ACTIONS(4567), - [anon_sym_COLON_COLON] = ACTIONS(4569), - [anon_sym_PLUS_EQ] = ACTIONS(4569), - [anon_sym_DASH_EQ] = ACTIONS(4569), - [anon_sym_STAR_EQ] = ACTIONS(4569), - [anon_sym_SLASH_EQ] = ACTIONS(4569), - [anon_sym_PERCENT_EQ] = ACTIONS(4569), - [anon_sym_BANG_EQ] = ACTIONS(4567), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4569), - [anon_sym_EQ_EQ] = ACTIONS(4567), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4569), - [anon_sym_LT_EQ] = ACTIONS(4569), - [anon_sym_GT_EQ] = ACTIONS(4569), - [anon_sym_BANGin] = ACTIONS(4569), - [anon_sym_is] = ACTIONS(4567), - [anon_sym_BANGis] = ACTIONS(4569), - [anon_sym_PLUS] = ACTIONS(4567), - [anon_sym_DASH] = ACTIONS(4567), - [anon_sym_SLASH] = ACTIONS(4567), - [anon_sym_PERCENT] = ACTIONS(4567), - [anon_sym_as_QMARK] = ACTIONS(4569), - [anon_sym_PLUS_PLUS] = ACTIONS(4569), - [anon_sym_DASH_DASH] = ACTIONS(4569), - [anon_sym_BANG] = ACTIONS(4567), - [anon_sym_BANG_BANG] = ACTIONS(4569), - [anon_sym_data] = ACTIONS(4567), - [anon_sym_inner] = ACTIONS(4567), - [anon_sym_expect] = ACTIONS(4567), - [anon_sym_actual] = ACTIONS(4567), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4569), - [anon_sym_continue_AT] = ACTIONS(4569), - [anon_sym_break_AT] = ACTIONS(4569), - [sym_real_literal] = ACTIONS(4569), - [sym_integer_literal] = ACTIONS(4567), - [sym_hex_literal] = ACTIONS(4569), - [sym_bin_literal] = ACTIONS(4569), - [anon_sym_true] = ACTIONS(4567), - [anon_sym_false] = ACTIONS(4567), - [anon_sym_SQUOTE] = ACTIONS(4569), - [sym__backtick_identifier] = ACTIONS(4569), - [sym__automatic_semicolon] = ACTIONS(4569), - [sym_safe_nav] = ACTIONS(4569), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4569), + [sym_class_body] = STATE(3124), + [sym__alpha_identifier] = ACTIONS(4503), + [anon_sym_AT] = ACTIONS(4505), + [anon_sym_LBRACK] = ACTIONS(4505), + [anon_sym_as] = ACTIONS(4503), + [anon_sym_EQ] = ACTIONS(4503), + [anon_sym_LBRACE] = ACTIONS(3144), + [anon_sym_RBRACE] = ACTIONS(4505), + [anon_sym_LPAREN] = ACTIONS(4505), + [anon_sym_COMMA] = ACTIONS(4505), + [anon_sym_LT] = ACTIONS(4503), + [anon_sym_GT] = ACTIONS(4503), + [anon_sym_where] = ACTIONS(4503), + [anon_sym_object] = ACTIONS(4503), + [anon_sym_fun] = ACTIONS(4503), + [anon_sym_DOT] = ACTIONS(4503), + [anon_sym_SEMI] = ACTIONS(4505), + [anon_sym_get] = ACTIONS(4503), + [anon_sym_set] = ACTIONS(4503), + [anon_sym_this] = ACTIONS(4503), + [anon_sym_super] = ACTIONS(4503), + [anon_sym_STAR] = ACTIONS(4503), + [sym_label] = ACTIONS(4503), + [anon_sym_in] = ACTIONS(4503), + [anon_sym_DOT_DOT] = ACTIONS(4505), + [anon_sym_QMARK_COLON] = ACTIONS(4505), + [anon_sym_AMP_AMP] = ACTIONS(4505), + [anon_sym_PIPE_PIPE] = ACTIONS(4505), + [anon_sym_null] = ACTIONS(4503), + [anon_sym_if] = ACTIONS(4503), + [anon_sym_else] = ACTIONS(4503), + [anon_sym_when] = ACTIONS(4503), + [anon_sym_try] = ACTIONS(4503), + [anon_sym_throw] = ACTIONS(4503), + [anon_sym_return] = ACTIONS(4503), + [anon_sym_continue] = ACTIONS(4503), + [anon_sym_break] = ACTIONS(4503), + [anon_sym_COLON_COLON] = ACTIONS(4505), + [anon_sym_PLUS_EQ] = ACTIONS(4505), + [anon_sym_DASH_EQ] = ACTIONS(4505), + [anon_sym_STAR_EQ] = ACTIONS(4505), + [anon_sym_SLASH_EQ] = ACTIONS(4505), + [anon_sym_PERCENT_EQ] = ACTIONS(4505), + [anon_sym_BANG_EQ] = ACTIONS(4503), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4505), + [anon_sym_EQ_EQ] = ACTIONS(4503), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4505), + [anon_sym_LT_EQ] = ACTIONS(4505), + [anon_sym_GT_EQ] = ACTIONS(4505), + [anon_sym_BANGin] = ACTIONS(4505), + [anon_sym_is] = ACTIONS(4503), + [anon_sym_BANGis] = ACTIONS(4505), + [anon_sym_PLUS] = ACTIONS(4503), + [anon_sym_DASH] = ACTIONS(4503), + [anon_sym_SLASH] = ACTIONS(4503), + [anon_sym_PERCENT] = ACTIONS(4503), + [anon_sym_as_QMARK] = ACTIONS(4505), + [anon_sym_PLUS_PLUS] = ACTIONS(4505), + [anon_sym_DASH_DASH] = ACTIONS(4505), + [anon_sym_BANG] = ACTIONS(4503), + [anon_sym_BANG_BANG] = ACTIONS(4505), + [anon_sym_data] = ACTIONS(4503), + [anon_sym_inner] = ACTIONS(4503), + [anon_sym_expect] = ACTIONS(4503), + [anon_sym_actual] = ACTIONS(4503), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4505), + [anon_sym_continue_AT] = ACTIONS(4505), + [anon_sym_break_AT] = ACTIONS(4505), + [sym_real_literal] = ACTIONS(4505), + [sym_integer_literal] = ACTIONS(4503), + [sym_hex_literal] = ACTIONS(4505), + [sym_bin_literal] = ACTIONS(4505), + [anon_sym_true] = ACTIONS(4503), + [anon_sym_false] = ACTIONS(4503), + [anon_sym_SQUOTE] = ACTIONS(4505), + [sym__backtick_identifier] = ACTIONS(4505), + [sym__automatic_semicolon] = ACTIONS(4505), + [sym_safe_nav] = ACTIONS(4505), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4505), }, [3112] = { - [sym_enum_class_body] = STATE(3143), - [sym__alpha_identifier] = ACTIONS(4495), - [anon_sym_AT] = ACTIONS(4497), - [anon_sym_LBRACK] = ACTIONS(4497), - [anon_sym_as] = ACTIONS(4495), - [anon_sym_EQ] = ACTIONS(4495), - [anon_sym_LBRACE] = ACTIONS(3152), - [anon_sym_RBRACE] = ACTIONS(4497), - [anon_sym_LPAREN] = ACTIONS(4497), - [anon_sym_COMMA] = ACTIONS(4497), - [anon_sym_LT] = ACTIONS(4495), - [anon_sym_GT] = ACTIONS(4495), - [anon_sym_where] = ACTIONS(4495), - [anon_sym_object] = ACTIONS(4495), - [anon_sym_fun] = ACTIONS(4495), - [anon_sym_DOT] = ACTIONS(4495), - [anon_sym_SEMI] = ACTIONS(4497), - [anon_sym_get] = ACTIONS(4495), - [anon_sym_set] = ACTIONS(4495), - [anon_sym_this] = ACTIONS(4495), - [anon_sym_super] = ACTIONS(4495), - [anon_sym_STAR] = ACTIONS(4495), - [sym_label] = ACTIONS(4495), - [anon_sym_in] = ACTIONS(4495), - [anon_sym_DOT_DOT] = ACTIONS(4497), - [anon_sym_QMARK_COLON] = ACTIONS(4497), - [anon_sym_AMP_AMP] = ACTIONS(4497), - [anon_sym_PIPE_PIPE] = ACTIONS(4497), - [anon_sym_null] = ACTIONS(4495), - [anon_sym_if] = ACTIONS(4495), - [anon_sym_else] = ACTIONS(4495), - [anon_sym_when] = ACTIONS(4495), - [anon_sym_try] = ACTIONS(4495), - [anon_sym_throw] = ACTIONS(4495), - [anon_sym_return] = ACTIONS(4495), - [anon_sym_continue] = ACTIONS(4495), - [anon_sym_break] = ACTIONS(4495), - [anon_sym_COLON_COLON] = ACTIONS(4497), - [anon_sym_PLUS_EQ] = ACTIONS(4497), - [anon_sym_DASH_EQ] = ACTIONS(4497), - [anon_sym_STAR_EQ] = ACTIONS(4497), - [anon_sym_SLASH_EQ] = ACTIONS(4497), - [anon_sym_PERCENT_EQ] = ACTIONS(4497), - [anon_sym_BANG_EQ] = ACTIONS(4495), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4497), - [anon_sym_EQ_EQ] = ACTIONS(4495), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4497), - [anon_sym_LT_EQ] = ACTIONS(4497), - [anon_sym_GT_EQ] = ACTIONS(4497), - [anon_sym_BANGin] = ACTIONS(4497), - [anon_sym_is] = ACTIONS(4495), - [anon_sym_BANGis] = ACTIONS(4497), - [anon_sym_PLUS] = ACTIONS(4495), - [anon_sym_DASH] = ACTIONS(4495), - [anon_sym_SLASH] = ACTIONS(4495), - [anon_sym_PERCENT] = ACTIONS(4495), - [anon_sym_as_QMARK] = ACTIONS(4497), - [anon_sym_PLUS_PLUS] = ACTIONS(4497), - [anon_sym_DASH_DASH] = ACTIONS(4497), - [anon_sym_BANG] = ACTIONS(4495), - [anon_sym_BANG_BANG] = ACTIONS(4497), - [anon_sym_data] = ACTIONS(4495), - [anon_sym_inner] = ACTIONS(4495), - [anon_sym_expect] = ACTIONS(4495), - [anon_sym_actual] = ACTIONS(4495), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4497), - [anon_sym_continue_AT] = ACTIONS(4497), - [anon_sym_break_AT] = ACTIONS(4497), - [sym_real_literal] = ACTIONS(4497), - [sym_integer_literal] = ACTIONS(4495), - [sym_hex_literal] = ACTIONS(4497), - [sym_bin_literal] = ACTIONS(4497), - [anon_sym_true] = ACTIONS(4495), - [anon_sym_false] = ACTIONS(4495), - [anon_sym_SQUOTE] = ACTIONS(4497), - [sym__backtick_identifier] = ACTIONS(4497), - [sym__automatic_semicolon] = ACTIONS(4497), - [sym_safe_nav] = ACTIONS(4497), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4497), + [sym_class_body] = STATE(3148), + [sym__alpha_identifier] = ACTIONS(4342), + [anon_sym_AT] = ACTIONS(4344), + [anon_sym_LBRACK] = ACTIONS(4344), + [anon_sym_as] = ACTIONS(4342), + [anon_sym_EQ] = ACTIONS(4342), + [anon_sym_LBRACE] = ACTIONS(3144), + [anon_sym_RBRACE] = ACTIONS(4344), + [anon_sym_LPAREN] = ACTIONS(4344), + [anon_sym_COMMA] = ACTIONS(4344), + [anon_sym_LT] = ACTIONS(4342), + [anon_sym_GT] = ACTIONS(4342), + [anon_sym_where] = ACTIONS(4342), + [anon_sym_object] = ACTIONS(4342), + [anon_sym_fun] = ACTIONS(4342), + [anon_sym_DOT] = ACTIONS(4342), + [anon_sym_SEMI] = ACTIONS(4344), + [anon_sym_get] = ACTIONS(4342), + [anon_sym_set] = ACTIONS(4342), + [anon_sym_this] = ACTIONS(4342), + [anon_sym_super] = ACTIONS(4342), + [anon_sym_STAR] = ACTIONS(4342), + [sym_label] = ACTIONS(4342), + [anon_sym_in] = ACTIONS(4342), + [anon_sym_DOT_DOT] = ACTIONS(4344), + [anon_sym_QMARK_COLON] = ACTIONS(4344), + [anon_sym_AMP_AMP] = ACTIONS(4344), + [anon_sym_PIPE_PIPE] = ACTIONS(4344), + [anon_sym_null] = ACTIONS(4342), + [anon_sym_if] = ACTIONS(4342), + [anon_sym_else] = ACTIONS(4342), + [anon_sym_when] = ACTIONS(4342), + [anon_sym_try] = ACTIONS(4342), + [anon_sym_throw] = ACTIONS(4342), + [anon_sym_return] = ACTIONS(4342), + [anon_sym_continue] = ACTIONS(4342), + [anon_sym_break] = ACTIONS(4342), + [anon_sym_COLON_COLON] = ACTIONS(4344), + [anon_sym_PLUS_EQ] = ACTIONS(4344), + [anon_sym_DASH_EQ] = ACTIONS(4344), + [anon_sym_STAR_EQ] = ACTIONS(4344), + [anon_sym_SLASH_EQ] = ACTIONS(4344), + [anon_sym_PERCENT_EQ] = ACTIONS(4344), + [anon_sym_BANG_EQ] = ACTIONS(4342), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4344), + [anon_sym_EQ_EQ] = ACTIONS(4342), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4344), + [anon_sym_LT_EQ] = ACTIONS(4344), + [anon_sym_GT_EQ] = ACTIONS(4344), + [anon_sym_BANGin] = ACTIONS(4344), + [anon_sym_is] = ACTIONS(4342), + [anon_sym_BANGis] = ACTIONS(4344), + [anon_sym_PLUS] = ACTIONS(4342), + [anon_sym_DASH] = ACTIONS(4342), + [anon_sym_SLASH] = ACTIONS(4342), + [anon_sym_PERCENT] = ACTIONS(4342), + [anon_sym_as_QMARK] = ACTIONS(4344), + [anon_sym_PLUS_PLUS] = ACTIONS(4344), + [anon_sym_DASH_DASH] = ACTIONS(4344), + [anon_sym_BANG] = ACTIONS(4342), + [anon_sym_BANG_BANG] = ACTIONS(4344), + [anon_sym_data] = ACTIONS(4342), + [anon_sym_inner] = ACTIONS(4342), + [anon_sym_expect] = ACTIONS(4342), + [anon_sym_actual] = ACTIONS(4342), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4344), + [anon_sym_continue_AT] = ACTIONS(4344), + [anon_sym_break_AT] = ACTIONS(4344), + [sym_real_literal] = ACTIONS(4344), + [sym_integer_literal] = ACTIONS(4342), + [sym_hex_literal] = ACTIONS(4344), + [sym_bin_literal] = ACTIONS(4344), + [anon_sym_true] = ACTIONS(4342), + [anon_sym_false] = ACTIONS(4342), + [anon_sym_SQUOTE] = ACTIONS(4344), + [sym__backtick_identifier] = ACTIONS(4344), + [sym__automatic_semicolon] = ACTIONS(4344), + [sym_safe_nav] = ACTIONS(4344), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4344), }, [3113] = { - [sym_class_body] = STATE(3138), - [sym__alpha_identifier] = ACTIONS(4583), - [anon_sym_AT] = ACTIONS(4585), - [anon_sym_LBRACK] = ACTIONS(4585), - [anon_sym_as] = ACTIONS(4583), - [anon_sym_EQ] = ACTIONS(4583), - [anon_sym_LBRACE] = ACTIONS(3112), - [anon_sym_RBRACE] = ACTIONS(4585), - [anon_sym_LPAREN] = ACTIONS(4585), - [anon_sym_COMMA] = ACTIONS(4585), - [anon_sym_LT] = ACTIONS(4583), - [anon_sym_GT] = ACTIONS(4583), - [anon_sym_where] = ACTIONS(4583), - [anon_sym_object] = ACTIONS(4583), - [anon_sym_fun] = ACTIONS(4583), - [anon_sym_DOT] = ACTIONS(4583), - [anon_sym_SEMI] = ACTIONS(4585), - [anon_sym_get] = ACTIONS(4583), - [anon_sym_set] = ACTIONS(4583), - [anon_sym_this] = ACTIONS(4583), - [anon_sym_super] = ACTIONS(4583), - [anon_sym_STAR] = ACTIONS(4583), - [sym_label] = ACTIONS(4583), - [anon_sym_in] = ACTIONS(4583), - [anon_sym_DOT_DOT] = ACTIONS(4585), - [anon_sym_QMARK_COLON] = ACTIONS(4585), - [anon_sym_AMP_AMP] = ACTIONS(4585), - [anon_sym_PIPE_PIPE] = ACTIONS(4585), - [anon_sym_null] = ACTIONS(4583), - [anon_sym_if] = ACTIONS(4583), - [anon_sym_else] = ACTIONS(4583), - [anon_sym_when] = ACTIONS(4583), - [anon_sym_try] = ACTIONS(4583), - [anon_sym_throw] = ACTIONS(4583), - [anon_sym_return] = ACTIONS(4583), - [anon_sym_continue] = ACTIONS(4583), - [anon_sym_break] = ACTIONS(4583), - [anon_sym_COLON_COLON] = ACTIONS(4585), - [anon_sym_PLUS_EQ] = ACTIONS(4585), - [anon_sym_DASH_EQ] = ACTIONS(4585), - [anon_sym_STAR_EQ] = ACTIONS(4585), - [anon_sym_SLASH_EQ] = ACTIONS(4585), - [anon_sym_PERCENT_EQ] = ACTIONS(4585), - [anon_sym_BANG_EQ] = ACTIONS(4583), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4585), - [anon_sym_EQ_EQ] = ACTIONS(4583), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4585), - [anon_sym_LT_EQ] = ACTIONS(4585), - [anon_sym_GT_EQ] = ACTIONS(4585), - [anon_sym_BANGin] = ACTIONS(4585), - [anon_sym_is] = ACTIONS(4583), - [anon_sym_BANGis] = ACTIONS(4585), - [anon_sym_PLUS] = ACTIONS(4583), - [anon_sym_DASH] = ACTIONS(4583), - [anon_sym_SLASH] = ACTIONS(4583), - [anon_sym_PERCENT] = ACTIONS(4583), - [anon_sym_as_QMARK] = ACTIONS(4585), - [anon_sym_PLUS_PLUS] = ACTIONS(4585), - [anon_sym_DASH_DASH] = ACTIONS(4585), - [anon_sym_BANG] = ACTIONS(4583), - [anon_sym_BANG_BANG] = ACTIONS(4585), - [anon_sym_data] = ACTIONS(4583), - [anon_sym_inner] = ACTIONS(4583), - [anon_sym_expect] = ACTIONS(4583), - [anon_sym_actual] = ACTIONS(4583), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4585), - [anon_sym_continue_AT] = ACTIONS(4585), - [anon_sym_break_AT] = ACTIONS(4585), - [sym_real_literal] = ACTIONS(4585), - [sym_integer_literal] = ACTIONS(4583), - [sym_hex_literal] = ACTIONS(4585), - [sym_bin_literal] = ACTIONS(4585), - [anon_sym_true] = ACTIONS(4583), - [anon_sym_false] = ACTIONS(4583), - [anon_sym_SQUOTE] = ACTIONS(4585), - [sym__backtick_identifier] = ACTIONS(4585), - [sym__automatic_semicolon] = ACTIONS(4585), - [sym_safe_nav] = ACTIONS(4585), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4585), + [sym__alpha_identifier] = ACTIONS(4613), + [anon_sym_AT] = ACTIONS(4615), + [anon_sym_COLON] = ACTIONS(4613), + [anon_sym_LBRACK] = ACTIONS(4615), + [anon_sym_as] = ACTIONS(4613), + [anon_sym_EQ] = ACTIONS(4613), + [anon_sym_LBRACE] = ACTIONS(4615), + [anon_sym_RBRACE] = ACTIONS(4615), + [anon_sym_LPAREN] = ACTIONS(4615), + [anon_sym_COMMA] = ACTIONS(4615), + [anon_sym_LT] = ACTIONS(4613), + [anon_sym_GT] = ACTIONS(4613), + [anon_sym_where] = ACTIONS(4613), + [anon_sym_object] = ACTIONS(4613), + [anon_sym_fun] = ACTIONS(4613), + [anon_sym_DOT] = ACTIONS(4613), + [anon_sym_SEMI] = ACTIONS(4615), + [anon_sym_get] = ACTIONS(4613), + [anon_sym_set] = ACTIONS(4613), + [anon_sym_this] = ACTIONS(4613), + [anon_sym_super] = ACTIONS(4613), + [anon_sym_STAR] = ACTIONS(4613), + [sym_label] = ACTIONS(4613), + [anon_sym_in] = ACTIONS(4613), + [anon_sym_DOT_DOT] = ACTIONS(4615), + [anon_sym_QMARK_COLON] = ACTIONS(4615), + [anon_sym_AMP_AMP] = ACTIONS(4615), + [anon_sym_PIPE_PIPE] = ACTIONS(4615), + [anon_sym_null] = ACTIONS(4613), + [anon_sym_if] = ACTIONS(4613), + [anon_sym_else] = ACTIONS(4613), + [anon_sym_when] = ACTIONS(4613), + [anon_sym_try] = ACTIONS(4613), + [anon_sym_throw] = ACTIONS(4613), + [anon_sym_return] = ACTIONS(4613), + [anon_sym_continue] = ACTIONS(4613), + [anon_sym_break] = ACTIONS(4613), + [anon_sym_COLON_COLON] = ACTIONS(4615), + [anon_sym_PLUS_EQ] = ACTIONS(4615), + [anon_sym_DASH_EQ] = ACTIONS(4615), + [anon_sym_STAR_EQ] = ACTIONS(4615), + [anon_sym_SLASH_EQ] = ACTIONS(4615), + [anon_sym_PERCENT_EQ] = ACTIONS(4615), + [anon_sym_BANG_EQ] = ACTIONS(4613), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4615), + [anon_sym_EQ_EQ] = ACTIONS(4613), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4615), + [anon_sym_LT_EQ] = ACTIONS(4615), + [anon_sym_GT_EQ] = ACTIONS(4615), + [anon_sym_BANGin] = ACTIONS(4615), + [anon_sym_is] = ACTIONS(4613), + [anon_sym_BANGis] = ACTIONS(4615), + [anon_sym_PLUS] = ACTIONS(4613), + [anon_sym_DASH] = ACTIONS(4613), + [anon_sym_SLASH] = ACTIONS(4613), + [anon_sym_PERCENT] = ACTIONS(4613), + [anon_sym_as_QMARK] = ACTIONS(4615), + [anon_sym_PLUS_PLUS] = ACTIONS(4615), + [anon_sym_DASH_DASH] = ACTIONS(4615), + [anon_sym_BANG] = ACTIONS(4613), + [anon_sym_BANG_BANG] = ACTIONS(4615), + [anon_sym_data] = ACTIONS(4613), + [anon_sym_inner] = ACTIONS(4613), + [anon_sym_expect] = ACTIONS(4613), + [anon_sym_actual] = ACTIONS(4613), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4615), + [anon_sym_continue_AT] = ACTIONS(4615), + [anon_sym_break_AT] = ACTIONS(4615), + [sym_real_literal] = ACTIONS(4615), + [sym_integer_literal] = ACTIONS(4613), + [sym_hex_literal] = ACTIONS(4615), + [sym_bin_literal] = ACTIONS(4615), + [anon_sym_true] = ACTIONS(4613), + [anon_sym_false] = ACTIONS(4613), + [anon_sym_SQUOTE] = ACTIONS(4615), + [sym__backtick_identifier] = ACTIONS(4615), + [sym__automatic_semicolon] = ACTIONS(4615), + [sym_safe_nav] = ACTIONS(4615), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4615), }, [3114] = { - [sym_class_body] = STATE(3124), - [sym__alpha_identifier] = ACTIONS(4448), - [anon_sym_AT] = ACTIONS(4450), - [anon_sym_LBRACK] = ACTIONS(4450), - [anon_sym_as] = ACTIONS(4448), - [anon_sym_EQ] = ACTIONS(4448), + [sym_enum_class_body] = STATE(3141), + [sym__alpha_identifier] = ACTIONS(4231), + [anon_sym_AT] = ACTIONS(4233), + [anon_sym_LBRACK] = ACTIONS(4233), + [anon_sym_as] = ACTIONS(4231), + [anon_sym_EQ] = ACTIONS(4231), [anon_sym_LBRACE] = ACTIONS(3112), - [anon_sym_RBRACE] = ACTIONS(4450), - [anon_sym_LPAREN] = ACTIONS(4450), - [anon_sym_COMMA] = ACTIONS(4450), - [anon_sym_LT] = ACTIONS(4448), - [anon_sym_GT] = ACTIONS(4448), - [anon_sym_where] = ACTIONS(4448), - [anon_sym_object] = ACTIONS(4448), - [anon_sym_fun] = ACTIONS(4448), - [anon_sym_DOT] = ACTIONS(4448), - [anon_sym_SEMI] = ACTIONS(4450), - [anon_sym_get] = ACTIONS(4448), - [anon_sym_set] = ACTIONS(4448), - [anon_sym_this] = ACTIONS(4448), - [anon_sym_super] = ACTIONS(4448), - [anon_sym_STAR] = ACTIONS(4448), - [sym_label] = ACTIONS(4448), - [anon_sym_in] = ACTIONS(4448), - [anon_sym_DOT_DOT] = ACTIONS(4450), - [anon_sym_QMARK_COLON] = ACTIONS(4450), - [anon_sym_AMP_AMP] = ACTIONS(4450), - [anon_sym_PIPE_PIPE] = ACTIONS(4450), - [anon_sym_null] = ACTIONS(4448), - [anon_sym_if] = ACTIONS(4448), - [anon_sym_else] = ACTIONS(4448), - [anon_sym_when] = ACTIONS(4448), - [anon_sym_try] = ACTIONS(4448), - [anon_sym_throw] = ACTIONS(4448), - [anon_sym_return] = ACTIONS(4448), - [anon_sym_continue] = ACTIONS(4448), - [anon_sym_break] = ACTIONS(4448), - [anon_sym_COLON_COLON] = ACTIONS(4450), - [anon_sym_PLUS_EQ] = ACTIONS(4450), - [anon_sym_DASH_EQ] = ACTIONS(4450), - [anon_sym_STAR_EQ] = ACTIONS(4450), - [anon_sym_SLASH_EQ] = ACTIONS(4450), - [anon_sym_PERCENT_EQ] = ACTIONS(4450), - [anon_sym_BANG_EQ] = ACTIONS(4448), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4450), - [anon_sym_EQ_EQ] = ACTIONS(4448), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4450), - [anon_sym_LT_EQ] = ACTIONS(4450), - [anon_sym_GT_EQ] = ACTIONS(4450), - [anon_sym_BANGin] = ACTIONS(4450), - [anon_sym_is] = ACTIONS(4448), - [anon_sym_BANGis] = ACTIONS(4450), - [anon_sym_PLUS] = ACTIONS(4448), - [anon_sym_DASH] = ACTIONS(4448), - [anon_sym_SLASH] = ACTIONS(4448), - [anon_sym_PERCENT] = ACTIONS(4448), - [anon_sym_as_QMARK] = ACTIONS(4450), - [anon_sym_PLUS_PLUS] = ACTIONS(4450), - [anon_sym_DASH_DASH] = ACTIONS(4450), - [anon_sym_BANG] = ACTIONS(4448), - [anon_sym_BANG_BANG] = ACTIONS(4450), - [anon_sym_data] = ACTIONS(4448), - [anon_sym_inner] = ACTIONS(4448), - [anon_sym_expect] = ACTIONS(4448), - [anon_sym_actual] = ACTIONS(4448), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4450), - [anon_sym_continue_AT] = ACTIONS(4450), - [anon_sym_break_AT] = ACTIONS(4450), - [sym_real_literal] = ACTIONS(4450), - [sym_integer_literal] = ACTIONS(4448), - [sym_hex_literal] = ACTIONS(4450), - [sym_bin_literal] = ACTIONS(4450), - [anon_sym_true] = ACTIONS(4448), - [anon_sym_false] = ACTIONS(4448), - [anon_sym_SQUOTE] = ACTIONS(4450), - [sym__backtick_identifier] = ACTIONS(4450), - [sym__automatic_semicolon] = ACTIONS(4450), - [sym_safe_nav] = ACTIONS(4450), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4450), + [anon_sym_RBRACE] = ACTIONS(4233), + [anon_sym_LPAREN] = ACTIONS(4233), + [anon_sym_COMMA] = ACTIONS(4233), + [anon_sym_LT] = ACTIONS(4231), + [anon_sym_GT] = ACTIONS(4231), + [anon_sym_where] = ACTIONS(4231), + [anon_sym_object] = ACTIONS(4231), + [anon_sym_fun] = ACTIONS(4231), + [anon_sym_DOT] = ACTIONS(4231), + [anon_sym_SEMI] = ACTIONS(4233), + [anon_sym_get] = ACTIONS(4231), + [anon_sym_set] = ACTIONS(4231), + [anon_sym_this] = ACTIONS(4231), + [anon_sym_super] = ACTIONS(4231), + [anon_sym_STAR] = ACTIONS(4231), + [sym_label] = ACTIONS(4231), + [anon_sym_in] = ACTIONS(4231), + [anon_sym_DOT_DOT] = ACTIONS(4233), + [anon_sym_QMARK_COLON] = ACTIONS(4233), + [anon_sym_AMP_AMP] = ACTIONS(4233), + [anon_sym_PIPE_PIPE] = ACTIONS(4233), + [anon_sym_null] = ACTIONS(4231), + [anon_sym_if] = ACTIONS(4231), + [anon_sym_else] = ACTIONS(4231), + [anon_sym_when] = ACTIONS(4231), + [anon_sym_try] = ACTIONS(4231), + [anon_sym_throw] = ACTIONS(4231), + [anon_sym_return] = ACTIONS(4231), + [anon_sym_continue] = ACTIONS(4231), + [anon_sym_break] = ACTIONS(4231), + [anon_sym_COLON_COLON] = ACTIONS(4233), + [anon_sym_PLUS_EQ] = ACTIONS(4233), + [anon_sym_DASH_EQ] = ACTIONS(4233), + [anon_sym_STAR_EQ] = ACTIONS(4233), + [anon_sym_SLASH_EQ] = ACTIONS(4233), + [anon_sym_PERCENT_EQ] = ACTIONS(4233), + [anon_sym_BANG_EQ] = ACTIONS(4231), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4233), + [anon_sym_EQ_EQ] = ACTIONS(4231), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4233), + [anon_sym_LT_EQ] = ACTIONS(4233), + [anon_sym_GT_EQ] = ACTIONS(4233), + [anon_sym_BANGin] = ACTIONS(4233), + [anon_sym_is] = ACTIONS(4231), + [anon_sym_BANGis] = ACTIONS(4233), + [anon_sym_PLUS] = ACTIONS(4231), + [anon_sym_DASH] = ACTIONS(4231), + [anon_sym_SLASH] = ACTIONS(4231), + [anon_sym_PERCENT] = ACTIONS(4231), + [anon_sym_as_QMARK] = ACTIONS(4233), + [anon_sym_PLUS_PLUS] = ACTIONS(4233), + [anon_sym_DASH_DASH] = ACTIONS(4233), + [anon_sym_BANG] = ACTIONS(4231), + [anon_sym_BANG_BANG] = ACTIONS(4233), + [anon_sym_data] = ACTIONS(4231), + [anon_sym_inner] = ACTIONS(4231), + [anon_sym_expect] = ACTIONS(4231), + [anon_sym_actual] = ACTIONS(4231), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4233), + [anon_sym_continue_AT] = ACTIONS(4233), + [anon_sym_break_AT] = ACTIONS(4233), + [sym_real_literal] = ACTIONS(4233), + [sym_integer_literal] = ACTIONS(4231), + [sym_hex_literal] = ACTIONS(4233), + [sym_bin_literal] = ACTIONS(4233), + [anon_sym_true] = ACTIONS(4231), + [anon_sym_false] = ACTIONS(4231), + [anon_sym_SQUOTE] = ACTIONS(4233), + [sym__backtick_identifier] = ACTIONS(4233), + [sym__automatic_semicolon] = ACTIONS(4233), + [sym_safe_nav] = ACTIONS(4233), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4233), }, [3115] = { - [sym_class_body] = STATE(3118), - [sym__alpha_identifier] = ACTIONS(4448), - [anon_sym_AT] = ACTIONS(4450), - [anon_sym_LBRACK] = ACTIONS(4450), - [anon_sym_RBRACK] = ACTIONS(4450), - [anon_sym_as] = ACTIONS(4448), - [anon_sym_EQ] = ACTIONS(4448), - [anon_sym_LBRACE] = ACTIONS(5147), - [anon_sym_RBRACE] = ACTIONS(4450), - [anon_sym_LPAREN] = ACTIONS(4450), - [anon_sym_COMMA] = ACTIONS(4450), - [anon_sym_RPAREN] = ACTIONS(4450), - [anon_sym_LT] = ACTIONS(4448), - [anon_sym_GT] = ACTIONS(4448), - [anon_sym_where] = ACTIONS(4448), - [anon_sym_DOT] = ACTIONS(4448), - [anon_sym_SEMI] = ACTIONS(4450), - [anon_sym_get] = ACTIONS(4448), - [anon_sym_set] = ACTIONS(4448), - [anon_sym_STAR] = ACTIONS(4448), - [anon_sym_DASH_GT] = ACTIONS(4450), - [sym_label] = ACTIONS(4450), - [anon_sym_in] = ACTIONS(4448), - [anon_sym_while] = ACTIONS(4448), - [anon_sym_DOT_DOT] = ACTIONS(4450), - [anon_sym_QMARK_COLON] = ACTIONS(4450), - [anon_sym_AMP_AMP] = ACTIONS(4450), - [anon_sym_PIPE_PIPE] = ACTIONS(4450), - [anon_sym_else] = ACTIONS(4448), - [anon_sym_COLON_COLON] = ACTIONS(4450), - [anon_sym_PLUS_EQ] = ACTIONS(4450), - [anon_sym_DASH_EQ] = ACTIONS(4450), - [anon_sym_STAR_EQ] = ACTIONS(4450), - [anon_sym_SLASH_EQ] = ACTIONS(4450), - [anon_sym_PERCENT_EQ] = ACTIONS(4450), - [anon_sym_BANG_EQ] = ACTIONS(4448), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4450), - [anon_sym_EQ_EQ] = ACTIONS(4448), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4450), - [anon_sym_LT_EQ] = ACTIONS(4450), - [anon_sym_GT_EQ] = ACTIONS(4450), - [anon_sym_BANGin] = ACTIONS(4450), - [anon_sym_is] = ACTIONS(4448), - [anon_sym_BANGis] = ACTIONS(4450), - [anon_sym_PLUS] = ACTIONS(4448), - [anon_sym_DASH] = ACTIONS(4448), - [anon_sym_SLASH] = ACTIONS(4448), - [anon_sym_PERCENT] = ACTIONS(4448), - [anon_sym_as_QMARK] = ACTIONS(4450), - [anon_sym_PLUS_PLUS] = ACTIONS(4450), - [anon_sym_DASH_DASH] = ACTIONS(4450), - [anon_sym_BANG_BANG] = ACTIONS(4450), - [anon_sym_suspend] = ACTIONS(4448), - [anon_sym_sealed] = ACTIONS(4448), - [anon_sym_annotation] = ACTIONS(4448), - [anon_sym_data] = ACTIONS(4448), - [anon_sym_inner] = ACTIONS(4448), - [anon_sym_override] = ACTIONS(4448), - [anon_sym_lateinit] = ACTIONS(4448), - [anon_sym_public] = ACTIONS(4448), - [anon_sym_private] = ACTIONS(4448), - [anon_sym_internal] = ACTIONS(4448), - [anon_sym_protected] = ACTIONS(4448), - [anon_sym_tailrec] = ACTIONS(4448), - [anon_sym_operator] = ACTIONS(4448), - [anon_sym_infix] = ACTIONS(4448), - [anon_sym_inline] = ACTIONS(4448), - [anon_sym_external] = ACTIONS(4448), - [sym_property_modifier] = ACTIONS(4448), - [anon_sym_abstract] = ACTIONS(4448), - [anon_sym_final] = ACTIONS(4448), - [anon_sym_open] = ACTIONS(4448), - [anon_sym_vararg] = ACTIONS(4448), - [anon_sym_noinline] = ACTIONS(4448), - [anon_sym_crossinline] = ACTIONS(4448), - [anon_sym_expect] = ACTIONS(4448), - [anon_sym_actual] = ACTIONS(4448), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4450), - [sym_safe_nav] = ACTIONS(4450), + [sym_class_body] = STATE(3164), + [sym__alpha_identifier] = ACTIONS(4342), + [anon_sym_AT] = ACTIONS(4344), + [anon_sym_LBRACK] = ACTIONS(4344), + [anon_sym_RBRACK] = ACTIONS(4344), + [anon_sym_as] = ACTIONS(4342), + [anon_sym_EQ] = ACTIONS(4342), + [anon_sym_LBRACE] = ACTIONS(5179), + [anon_sym_RBRACE] = ACTIONS(4344), + [anon_sym_LPAREN] = ACTIONS(4344), + [anon_sym_COMMA] = ACTIONS(4344), + [anon_sym_RPAREN] = ACTIONS(4344), + [anon_sym_LT] = ACTIONS(4342), + [anon_sym_GT] = ACTIONS(4342), + [anon_sym_where] = ACTIONS(4342), + [anon_sym_DOT] = ACTIONS(4342), + [anon_sym_SEMI] = ACTIONS(4344), + [anon_sym_get] = ACTIONS(4342), + [anon_sym_set] = ACTIONS(4342), + [anon_sym_STAR] = ACTIONS(4342), + [anon_sym_DASH_GT] = ACTIONS(4344), + [sym_label] = ACTIONS(4344), + [anon_sym_in] = ACTIONS(4342), + [anon_sym_while] = ACTIONS(4342), + [anon_sym_DOT_DOT] = ACTIONS(4344), + [anon_sym_QMARK_COLON] = ACTIONS(4344), + [anon_sym_AMP_AMP] = ACTIONS(4344), + [anon_sym_PIPE_PIPE] = ACTIONS(4344), + [anon_sym_else] = ACTIONS(4342), + [anon_sym_COLON_COLON] = ACTIONS(4344), + [anon_sym_PLUS_EQ] = ACTIONS(4344), + [anon_sym_DASH_EQ] = ACTIONS(4344), + [anon_sym_STAR_EQ] = ACTIONS(4344), + [anon_sym_SLASH_EQ] = ACTIONS(4344), + [anon_sym_PERCENT_EQ] = ACTIONS(4344), + [anon_sym_BANG_EQ] = ACTIONS(4342), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4344), + [anon_sym_EQ_EQ] = ACTIONS(4342), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4344), + [anon_sym_LT_EQ] = ACTIONS(4344), + [anon_sym_GT_EQ] = ACTIONS(4344), + [anon_sym_BANGin] = ACTIONS(4344), + [anon_sym_is] = ACTIONS(4342), + [anon_sym_BANGis] = ACTIONS(4344), + [anon_sym_PLUS] = ACTIONS(4342), + [anon_sym_DASH] = ACTIONS(4342), + [anon_sym_SLASH] = ACTIONS(4342), + [anon_sym_PERCENT] = ACTIONS(4342), + [anon_sym_as_QMARK] = ACTIONS(4344), + [anon_sym_PLUS_PLUS] = ACTIONS(4344), + [anon_sym_DASH_DASH] = ACTIONS(4344), + [anon_sym_BANG_BANG] = ACTIONS(4344), + [anon_sym_suspend] = ACTIONS(4342), + [anon_sym_sealed] = ACTIONS(4342), + [anon_sym_annotation] = ACTIONS(4342), + [anon_sym_data] = ACTIONS(4342), + [anon_sym_inner] = ACTIONS(4342), + [anon_sym_override] = ACTIONS(4342), + [anon_sym_lateinit] = ACTIONS(4342), + [anon_sym_public] = ACTIONS(4342), + [anon_sym_private] = ACTIONS(4342), + [anon_sym_internal] = ACTIONS(4342), + [anon_sym_protected] = ACTIONS(4342), + [anon_sym_tailrec] = ACTIONS(4342), + [anon_sym_operator] = ACTIONS(4342), + [anon_sym_infix] = ACTIONS(4342), + [anon_sym_inline] = ACTIONS(4342), + [anon_sym_external] = ACTIONS(4342), + [sym_property_modifier] = ACTIONS(4342), + [anon_sym_abstract] = ACTIONS(4342), + [anon_sym_final] = ACTIONS(4342), + [anon_sym_open] = ACTIONS(4342), + [anon_sym_vararg] = ACTIONS(4342), + [anon_sym_noinline] = ACTIONS(4342), + [anon_sym_crossinline] = ACTIONS(4342), + [anon_sym_expect] = ACTIONS(4342), + [anon_sym_actual] = ACTIONS(4342), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4344), + [sym_safe_nav] = ACTIONS(4344), [sym_multiline_comment] = ACTIONS(3), }, [3116] = { - [sym_enum_class_body] = STATE(3133), - [sym__alpha_identifier] = ACTIONS(4460), - [anon_sym_AT] = ACTIONS(4462), - [anon_sym_LBRACK] = ACTIONS(4462), - [anon_sym_as] = ACTIONS(4460), - [anon_sym_EQ] = ACTIONS(4460), - [anon_sym_LBRACE] = ACTIONS(3152), - [anon_sym_RBRACE] = ACTIONS(4462), - [anon_sym_LPAREN] = ACTIONS(4462), - [anon_sym_COMMA] = ACTIONS(4462), - [anon_sym_LT] = ACTIONS(4460), - [anon_sym_GT] = ACTIONS(4460), - [anon_sym_where] = ACTIONS(4460), - [anon_sym_object] = ACTIONS(4460), - [anon_sym_fun] = ACTIONS(4460), - [anon_sym_DOT] = ACTIONS(4460), - [anon_sym_SEMI] = ACTIONS(4462), - [anon_sym_get] = ACTIONS(4460), - [anon_sym_set] = ACTIONS(4460), - [anon_sym_this] = ACTIONS(4460), - [anon_sym_super] = ACTIONS(4460), - [anon_sym_STAR] = ACTIONS(4460), - [sym_label] = ACTIONS(4460), - [anon_sym_in] = ACTIONS(4460), - [anon_sym_DOT_DOT] = ACTIONS(4462), - [anon_sym_QMARK_COLON] = ACTIONS(4462), - [anon_sym_AMP_AMP] = ACTIONS(4462), - [anon_sym_PIPE_PIPE] = ACTIONS(4462), - [anon_sym_null] = ACTIONS(4460), - [anon_sym_if] = ACTIONS(4460), - [anon_sym_else] = ACTIONS(4460), - [anon_sym_when] = ACTIONS(4460), - [anon_sym_try] = ACTIONS(4460), - [anon_sym_throw] = ACTIONS(4460), - [anon_sym_return] = ACTIONS(4460), - [anon_sym_continue] = ACTIONS(4460), - [anon_sym_break] = ACTIONS(4460), - [anon_sym_COLON_COLON] = ACTIONS(4462), - [anon_sym_PLUS_EQ] = ACTIONS(4462), - [anon_sym_DASH_EQ] = ACTIONS(4462), - [anon_sym_STAR_EQ] = ACTIONS(4462), - [anon_sym_SLASH_EQ] = ACTIONS(4462), - [anon_sym_PERCENT_EQ] = ACTIONS(4462), - [anon_sym_BANG_EQ] = ACTIONS(4460), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4462), - [anon_sym_EQ_EQ] = ACTIONS(4460), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4462), - [anon_sym_LT_EQ] = ACTIONS(4462), - [anon_sym_GT_EQ] = ACTIONS(4462), - [anon_sym_BANGin] = ACTIONS(4462), - [anon_sym_is] = ACTIONS(4460), - [anon_sym_BANGis] = ACTIONS(4462), - [anon_sym_PLUS] = ACTIONS(4460), - [anon_sym_DASH] = ACTIONS(4460), - [anon_sym_SLASH] = ACTIONS(4460), - [anon_sym_PERCENT] = ACTIONS(4460), - [anon_sym_as_QMARK] = ACTIONS(4462), - [anon_sym_PLUS_PLUS] = ACTIONS(4462), - [anon_sym_DASH_DASH] = ACTIONS(4462), - [anon_sym_BANG] = ACTIONS(4460), - [anon_sym_BANG_BANG] = ACTIONS(4462), - [anon_sym_data] = ACTIONS(4460), - [anon_sym_inner] = ACTIONS(4460), - [anon_sym_expect] = ACTIONS(4460), - [anon_sym_actual] = ACTIONS(4460), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4462), - [anon_sym_continue_AT] = ACTIONS(4462), - [anon_sym_break_AT] = ACTIONS(4462), - [sym_real_literal] = ACTIONS(4462), - [sym_integer_literal] = ACTIONS(4460), - [sym_hex_literal] = ACTIONS(4462), - [sym_bin_literal] = ACTIONS(4462), - [anon_sym_true] = ACTIONS(4460), - [anon_sym_false] = ACTIONS(4460), - [anon_sym_SQUOTE] = ACTIONS(4462), - [sym__backtick_identifier] = ACTIONS(4462), - [sym__automatic_semicolon] = ACTIONS(4462), - [sym_safe_nav] = ACTIONS(4462), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4462), + [sym_enum_class_body] = STATE(3148), + [sym__alpha_identifier] = ACTIONS(4342), + [anon_sym_AT] = ACTIONS(4344), + [anon_sym_LBRACK] = ACTIONS(4344), + [anon_sym_as] = ACTIONS(4342), + [anon_sym_EQ] = ACTIONS(4342), + [anon_sym_LBRACE] = ACTIONS(3112), + [anon_sym_RBRACE] = ACTIONS(4344), + [anon_sym_LPAREN] = ACTIONS(4344), + [anon_sym_COMMA] = ACTIONS(4344), + [anon_sym_LT] = ACTIONS(4342), + [anon_sym_GT] = ACTIONS(4342), + [anon_sym_where] = ACTIONS(4342), + [anon_sym_object] = ACTIONS(4342), + [anon_sym_fun] = ACTIONS(4342), + [anon_sym_DOT] = ACTIONS(4342), + [anon_sym_SEMI] = ACTIONS(4344), + [anon_sym_get] = ACTIONS(4342), + [anon_sym_set] = ACTIONS(4342), + [anon_sym_this] = ACTIONS(4342), + [anon_sym_super] = ACTIONS(4342), + [anon_sym_STAR] = ACTIONS(4342), + [sym_label] = ACTIONS(4342), + [anon_sym_in] = ACTIONS(4342), + [anon_sym_DOT_DOT] = ACTIONS(4344), + [anon_sym_QMARK_COLON] = ACTIONS(4344), + [anon_sym_AMP_AMP] = ACTIONS(4344), + [anon_sym_PIPE_PIPE] = ACTIONS(4344), + [anon_sym_null] = ACTIONS(4342), + [anon_sym_if] = ACTIONS(4342), + [anon_sym_else] = ACTIONS(4342), + [anon_sym_when] = ACTIONS(4342), + [anon_sym_try] = ACTIONS(4342), + [anon_sym_throw] = ACTIONS(4342), + [anon_sym_return] = ACTIONS(4342), + [anon_sym_continue] = ACTIONS(4342), + [anon_sym_break] = ACTIONS(4342), + [anon_sym_COLON_COLON] = ACTIONS(4344), + [anon_sym_PLUS_EQ] = ACTIONS(4344), + [anon_sym_DASH_EQ] = ACTIONS(4344), + [anon_sym_STAR_EQ] = ACTIONS(4344), + [anon_sym_SLASH_EQ] = ACTIONS(4344), + [anon_sym_PERCENT_EQ] = ACTIONS(4344), + [anon_sym_BANG_EQ] = ACTIONS(4342), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4344), + [anon_sym_EQ_EQ] = ACTIONS(4342), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4344), + [anon_sym_LT_EQ] = ACTIONS(4344), + [anon_sym_GT_EQ] = ACTIONS(4344), + [anon_sym_BANGin] = ACTIONS(4344), + [anon_sym_is] = ACTIONS(4342), + [anon_sym_BANGis] = ACTIONS(4344), + [anon_sym_PLUS] = ACTIONS(4342), + [anon_sym_DASH] = ACTIONS(4342), + [anon_sym_SLASH] = ACTIONS(4342), + [anon_sym_PERCENT] = ACTIONS(4342), + [anon_sym_as_QMARK] = ACTIONS(4344), + [anon_sym_PLUS_PLUS] = ACTIONS(4344), + [anon_sym_DASH_DASH] = ACTIONS(4344), + [anon_sym_BANG] = ACTIONS(4342), + [anon_sym_BANG_BANG] = ACTIONS(4344), + [anon_sym_data] = ACTIONS(4342), + [anon_sym_inner] = ACTIONS(4342), + [anon_sym_expect] = ACTIONS(4342), + [anon_sym_actual] = ACTIONS(4342), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4344), + [anon_sym_continue_AT] = ACTIONS(4344), + [anon_sym_break_AT] = ACTIONS(4344), + [sym_real_literal] = ACTIONS(4344), + [sym_integer_literal] = ACTIONS(4342), + [sym_hex_literal] = ACTIONS(4344), + [sym_bin_literal] = ACTIONS(4344), + [anon_sym_true] = ACTIONS(4342), + [anon_sym_false] = ACTIONS(4342), + [anon_sym_SQUOTE] = ACTIONS(4344), + [sym__backtick_identifier] = ACTIONS(4344), + [sym__automatic_semicolon] = ACTIONS(4344), + [sym_safe_nav] = ACTIONS(4344), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4344), }, [3117] = { - [sym_enum_class_body] = STATE(3138), - [sym__alpha_identifier] = ACTIONS(4583), - [anon_sym_AT] = ACTIONS(4585), - [anon_sym_LBRACK] = ACTIONS(4585), - [anon_sym_as] = ACTIONS(4583), - [anon_sym_EQ] = ACTIONS(4583), - [anon_sym_LBRACE] = ACTIONS(3152), - [anon_sym_RBRACE] = ACTIONS(4585), - [anon_sym_LPAREN] = ACTIONS(4585), - [anon_sym_COMMA] = ACTIONS(4585), - [anon_sym_LT] = ACTIONS(4583), - [anon_sym_GT] = ACTIONS(4583), - [anon_sym_where] = ACTIONS(4583), - [anon_sym_object] = ACTIONS(4583), - [anon_sym_fun] = ACTIONS(4583), - [anon_sym_DOT] = ACTIONS(4583), - [anon_sym_SEMI] = ACTIONS(4585), - [anon_sym_get] = ACTIONS(4583), - [anon_sym_set] = ACTIONS(4583), - [anon_sym_this] = ACTIONS(4583), - [anon_sym_super] = ACTIONS(4583), - [anon_sym_STAR] = ACTIONS(4583), - [sym_label] = ACTIONS(4583), - [anon_sym_in] = ACTIONS(4583), - [anon_sym_DOT_DOT] = ACTIONS(4585), - [anon_sym_QMARK_COLON] = ACTIONS(4585), - [anon_sym_AMP_AMP] = ACTIONS(4585), - [anon_sym_PIPE_PIPE] = ACTIONS(4585), - [anon_sym_null] = ACTIONS(4583), - [anon_sym_if] = ACTIONS(4583), - [anon_sym_else] = ACTIONS(4583), - [anon_sym_when] = ACTIONS(4583), - [anon_sym_try] = ACTIONS(4583), - [anon_sym_throw] = ACTIONS(4583), - [anon_sym_return] = ACTIONS(4583), - [anon_sym_continue] = ACTIONS(4583), - [anon_sym_break] = ACTIONS(4583), - [anon_sym_COLON_COLON] = ACTIONS(4585), - [anon_sym_PLUS_EQ] = ACTIONS(4585), - [anon_sym_DASH_EQ] = ACTIONS(4585), - [anon_sym_STAR_EQ] = ACTIONS(4585), - [anon_sym_SLASH_EQ] = ACTIONS(4585), - [anon_sym_PERCENT_EQ] = ACTIONS(4585), - [anon_sym_BANG_EQ] = ACTIONS(4583), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4585), - [anon_sym_EQ_EQ] = ACTIONS(4583), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4585), - [anon_sym_LT_EQ] = ACTIONS(4585), - [anon_sym_GT_EQ] = ACTIONS(4585), - [anon_sym_BANGin] = ACTIONS(4585), - [anon_sym_is] = ACTIONS(4583), - [anon_sym_BANGis] = ACTIONS(4585), - [anon_sym_PLUS] = ACTIONS(4583), - [anon_sym_DASH] = ACTIONS(4583), - [anon_sym_SLASH] = ACTIONS(4583), - [anon_sym_PERCENT] = ACTIONS(4583), - [anon_sym_as_QMARK] = ACTIONS(4585), - [anon_sym_PLUS_PLUS] = ACTIONS(4585), - [anon_sym_DASH_DASH] = ACTIONS(4585), - [anon_sym_BANG] = ACTIONS(4583), - [anon_sym_BANG_BANG] = ACTIONS(4585), - [anon_sym_data] = ACTIONS(4583), - [anon_sym_inner] = ACTIONS(4583), - [anon_sym_expect] = ACTIONS(4583), - [anon_sym_actual] = ACTIONS(4583), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4585), - [anon_sym_continue_AT] = ACTIONS(4585), - [anon_sym_break_AT] = ACTIONS(4585), - [sym_real_literal] = ACTIONS(4585), - [sym_integer_literal] = ACTIONS(4583), - [sym_hex_literal] = ACTIONS(4585), - [sym_bin_literal] = ACTIONS(4585), - [anon_sym_true] = ACTIONS(4583), - [anon_sym_false] = ACTIONS(4583), - [anon_sym_SQUOTE] = ACTIONS(4585), - [sym__backtick_identifier] = ACTIONS(4585), - [sym__automatic_semicolon] = ACTIONS(4585), - [sym_safe_nav] = ACTIONS(4585), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4585), + [sym_enum_class_body] = STATE(3217), + [sym__alpha_identifier] = ACTIONS(4346), + [anon_sym_AT] = ACTIONS(4348), + [anon_sym_LBRACK] = ACTIONS(4348), + [anon_sym_RBRACK] = ACTIONS(4348), + [anon_sym_as] = ACTIONS(4346), + [anon_sym_EQ] = ACTIONS(4346), + [anon_sym_LBRACE] = ACTIONS(5171), + [anon_sym_RBRACE] = ACTIONS(4348), + [anon_sym_LPAREN] = ACTIONS(4348), + [anon_sym_COMMA] = ACTIONS(4348), + [anon_sym_RPAREN] = ACTIONS(4348), + [anon_sym_LT] = ACTIONS(4346), + [anon_sym_GT] = ACTIONS(4346), + [anon_sym_where] = ACTIONS(4346), + [anon_sym_DOT] = ACTIONS(4346), + [anon_sym_SEMI] = ACTIONS(4348), + [anon_sym_get] = ACTIONS(4346), + [anon_sym_set] = ACTIONS(4346), + [anon_sym_STAR] = ACTIONS(4346), + [anon_sym_DASH_GT] = ACTIONS(4348), + [sym_label] = ACTIONS(4348), + [anon_sym_in] = ACTIONS(4346), + [anon_sym_while] = ACTIONS(4346), + [anon_sym_DOT_DOT] = ACTIONS(4348), + [anon_sym_QMARK_COLON] = ACTIONS(4348), + [anon_sym_AMP_AMP] = ACTIONS(4348), + [anon_sym_PIPE_PIPE] = ACTIONS(4348), + [anon_sym_else] = ACTIONS(4346), + [anon_sym_COLON_COLON] = ACTIONS(4348), + [anon_sym_PLUS_EQ] = ACTIONS(4348), + [anon_sym_DASH_EQ] = ACTIONS(4348), + [anon_sym_STAR_EQ] = ACTIONS(4348), + [anon_sym_SLASH_EQ] = ACTIONS(4348), + [anon_sym_PERCENT_EQ] = ACTIONS(4348), + [anon_sym_BANG_EQ] = ACTIONS(4346), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4348), + [anon_sym_EQ_EQ] = ACTIONS(4346), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4348), + [anon_sym_LT_EQ] = ACTIONS(4348), + [anon_sym_GT_EQ] = ACTIONS(4348), + [anon_sym_BANGin] = ACTIONS(4348), + [anon_sym_is] = ACTIONS(4346), + [anon_sym_BANGis] = ACTIONS(4348), + [anon_sym_PLUS] = ACTIONS(4346), + [anon_sym_DASH] = ACTIONS(4346), + [anon_sym_SLASH] = ACTIONS(4346), + [anon_sym_PERCENT] = ACTIONS(4346), + [anon_sym_as_QMARK] = ACTIONS(4348), + [anon_sym_PLUS_PLUS] = ACTIONS(4348), + [anon_sym_DASH_DASH] = ACTIONS(4348), + [anon_sym_BANG_BANG] = ACTIONS(4348), + [anon_sym_suspend] = ACTIONS(4346), + [anon_sym_sealed] = ACTIONS(4346), + [anon_sym_annotation] = ACTIONS(4346), + [anon_sym_data] = ACTIONS(4346), + [anon_sym_inner] = ACTIONS(4346), + [anon_sym_override] = ACTIONS(4346), + [anon_sym_lateinit] = ACTIONS(4346), + [anon_sym_public] = ACTIONS(4346), + [anon_sym_private] = ACTIONS(4346), + [anon_sym_internal] = ACTIONS(4346), + [anon_sym_protected] = ACTIONS(4346), + [anon_sym_tailrec] = ACTIONS(4346), + [anon_sym_operator] = ACTIONS(4346), + [anon_sym_infix] = ACTIONS(4346), + [anon_sym_inline] = ACTIONS(4346), + [anon_sym_external] = ACTIONS(4346), + [sym_property_modifier] = ACTIONS(4346), + [anon_sym_abstract] = ACTIONS(4346), + [anon_sym_final] = ACTIONS(4346), + [anon_sym_open] = ACTIONS(4346), + [anon_sym_vararg] = ACTIONS(4346), + [anon_sym_noinline] = ACTIONS(4346), + [anon_sym_crossinline] = ACTIONS(4346), + [anon_sym_expect] = ACTIONS(4346), + [anon_sym_actual] = ACTIONS(4346), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4348), + [sym_safe_nav] = ACTIONS(4348), + [sym_multiline_comment] = ACTIONS(3), }, [3118] = { - [sym__alpha_identifier] = ACTIONS(4583), - [anon_sym_AT] = ACTIONS(4585), - [anon_sym_LBRACK] = ACTIONS(4585), - [anon_sym_RBRACK] = ACTIONS(4585), - [anon_sym_as] = ACTIONS(4583), - [anon_sym_EQ] = ACTIONS(4583), - [anon_sym_LBRACE] = ACTIONS(4585), - [anon_sym_RBRACE] = ACTIONS(4585), - [anon_sym_LPAREN] = ACTIONS(4585), - [anon_sym_COMMA] = ACTIONS(4585), - [anon_sym_RPAREN] = ACTIONS(4585), - [anon_sym_LT] = ACTIONS(4583), - [anon_sym_GT] = ACTIONS(4583), - [anon_sym_where] = ACTIONS(4583), - [anon_sym_DOT] = ACTIONS(4583), - [anon_sym_SEMI] = ACTIONS(4585), - [anon_sym_get] = ACTIONS(4583), - [anon_sym_set] = ACTIONS(4583), - [anon_sym_STAR] = ACTIONS(4583), - [anon_sym_DASH_GT] = ACTIONS(4585), - [sym_label] = ACTIONS(4585), - [anon_sym_in] = ACTIONS(4583), - [anon_sym_while] = ACTIONS(4583), - [anon_sym_DOT_DOT] = ACTIONS(4585), - [anon_sym_QMARK_COLON] = ACTIONS(4585), - [anon_sym_AMP_AMP] = ACTIONS(4585), - [anon_sym_PIPE_PIPE] = ACTIONS(4585), - [anon_sym_else] = ACTIONS(4583), - [anon_sym_COLON_COLON] = ACTIONS(4585), - [anon_sym_PLUS_EQ] = ACTIONS(4585), - [anon_sym_DASH_EQ] = ACTIONS(4585), - [anon_sym_STAR_EQ] = ACTIONS(4585), - [anon_sym_SLASH_EQ] = ACTIONS(4585), - [anon_sym_PERCENT_EQ] = ACTIONS(4585), - [anon_sym_BANG_EQ] = ACTIONS(4583), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4585), - [anon_sym_EQ_EQ] = ACTIONS(4583), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4585), - [anon_sym_LT_EQ] = ACTIONS(4585), - [anon_sym_GT_EQ] = ACTIONS(4585), - [anon_sym_BANGin] = ACTIONS(4585), - [anon_sym_is] = ACTIONS(4583), - [anon_sym_BANGis] = ACTIONS(4585), - [anon_sym_PLUS] = ACTIONS(4583), - [anon_sym_DASH] = ACTIONS(4583), - [anon_sym_SLASH] = ACTIONS(4583), - [anon_sym_PERCENT] = ACTIONS(4583), - [anon_sym_as_QMARK] = ACTIONS(4585), - [anon_sym_PLUS_PLUS] = ACTIONS(4585), - [anon_sym_DASH_DASH] = ACTIONS(4585), - [anon_sym_BANG_BANG] = ACTIONS(4585), - [anon_sym_suspend] = ACTIONS(4583), - [anon_sym_sealed] = ACTIONS(4583), - [anon_sym_annotation] = ACTIONS(4583), - [anon_sym_data] = ACTIONS(4583), - [anon_sym_inner] = ACTIONS(4583), - [anon_sym_override] = ACTIONS(4583), - [anon_sym_lateinit] = ACTIONS(4583), - [anon_sym_public] = ACTIONS(4583), - [anon_sym_private] = ACTIONS(4583), - [anon_sym_internal] = ACTIONS(4583), - [anon_sym_protected] = ACTIONS(4583), - [anon_sym_tailrec] = ACTIONS(4583), - [anon_sym_operator] = ACTIONS(4583), - [anon_sym_infix] = ACTIONS(4583), - [anon_sym_inline] = ACTIONS(4583), - [anon_sym_external] = ACTIONS(4583), - [sym_property_modifier] = ACTIONS(4583), - [anon_sym_abstract] = ACTIONS(4583), - [anon_sym_final] = ACTIONS(4583), - [anon_sym_open] = ACTIONS(4583), - [anon_sym_vararg] = ACTIONS(4583), - [anon_sym_noinline] = ACTIONS(4583), - [anon_sym_crossinline] = ACTIONS(4583), - [anon_sym_expect] = ACTIONS(4583), - [anon_sym_actual] = ACTIONS(4583), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4585), - [sym_safe_nav] = ACTIONS(4585), + [sym_class_body] = STATE(3146), + [sym__alpha_identifier] = ACTIONS(4595), + [anon_sym_AT] = ACTIONS(4597), + [anon_sym_LBRACK] = ACTIONS(4597), + [anon_sym_as] = ACTIONS(4595), + [anon_sym_EQ] = ACTIONS(4595), + [anon_sym_LBRACE] = ACTIONS(3144), + [anon_sym_RBRACE] = ACTIONS(4597), + [anon_sym_LPAREN] = ACTIONS(4597), + [anon_sym_COMMA] = ACTIONS(4597), + [anon_sym_LT] = ACTIONS(4595), + [anon_sym_GT] = ACTIONS(4595), + [anon_sym_where] = ACTIONS(4595), + [anon_sym_object] = ACTIONS(4595), + [anon_sym_fun] = ACTIONS(4595), + [anon_sym_DOT] = ACTIONS(4595), + [anon_sym_SEMI] = ACTIONS(4597), + [anon_sym_get] = ACTIONS(4595), + [anon_sym_set] = ACTIONS(4595), + [anon_sym_this] = ACTIONS(4595), + [anon_sym_super] = ACTIONS(4595), + [anon_sym_STAR] = ACTIONS(4595), + [sym_label] = ACTIONS(4595), + [anon_sym_in] = ACTIONS(4595), + [anon_sym_DOT_DOT] = ACTIONS(4597), + [anon_sym_QMARK_COLON] = ACTIONS(4597), + [anon_sym_AMP_AMP] = ACTIONS(4597), + [anon_sym_PIPE_PIPE] = ACTIONS(4597), + [anon_sym_null] = ACTIONS(4595), + [anon_sym_if] = ACTIONS(4595), + [anon_sym_else] = ACTIONS(4595), + [anon_sym_when] = ACTIONS(4595), + [anon_sym_try] = ACTIONS(4595), + [anon_sym_throw] = ACTIONS(4595), + [anon_sym_return] = ACTIONS(4595), + [anon_sym_continue] = ACTIONS(4595), + [anon_sym_break] = ACTIONS(4595), + [anon_sym_COLON_COLON] = ACTIONS(4597), + [anon_sym_PLUS_EQ] = ACTIONS(4597), + [anon_sym_DASH_EQ] = ACTIONS(4597), + [anon_sym_STAR_EQ] = ACTIONS(4597), + [anon_sym_SLASH_EQ] = ACTIONS(4597), + [anon_sym_PERCENT_EQ] = ACTIONS(4597), + [anon_sym_BANG_EQ] = ACTIONS(4595), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4597), + [anon_sym_EQ_EQ] = ACTIONS(4595), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4597), + [anon_sym_LT_EQ] = ACTIONS(4597), + [anon_sym_GT_EQ] = ACTIONS(4597), + [anon_sym_BANGin] = ACTIONS(4597), + [anon_sym_is] = ACTIONS(4595), + [anon_sym_BANGis] = ACTIONS(4597), + [anon_sym_PLUS] = ACTIONS(4595), + [anon_sym_DASH] = ACTIONS(4595), + [anon_sym_SLASH] = ACTIONS(4595), + [anon_sym_PERCENT] = ACTIONS(4595), + [anon_sym_as_QMARK] = ACTIONS(4597), + [anon_sym_PLUS_PLUS] = ACTIONS(4597), + [anon_sym_DASH_DASH] = ACTIONS(4597), + [anon_sym_BANG] = ACTIONS(4595), + [anon_sym_BANG_BANG] = ACTIONS(4597), + [anon_sym_data] = ACTIONS(4595), + [anon_sym_inner] = ACTIONS(4595), + [anon_sym_expect] = ACTIONS(4595), + [anon_sym_actual] = ACTIONS(4595), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4597), + [anon_sym_continue_AT] = ACTIONS(4597), + [anon_sym_break_AT] = ACTIONS(4597), + [sym_real_literal] = ACTIONS(4597), + [sym_integer_literal] = ACTIONS(4595), + [sym_hex_literal] = ACTIONS(4597), + [sym_bin_literal] = ACTIONS(4597), + [anon_sym_true] = ACTIONS(4595), + [anon_sym_false] = ACTIONS(4595), + [anon_sym_SQUOTE] = ACTIONS(4597), + [sym__backtick_identifier] = ACTIONS(4597), + [sym__automatic_semicolon] = ACTIONS(4597), + [sym_safe_nav] = ACTIONS(4597), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4597), }, [3119] = { - [sym__alpha_identifier] = ACTIONS(4887), - [anon_sym_AT] = ACTIONS(4889), - [anon_sym_LBRACK] = ACTIONS(4889), - [anon_sym_as] = ACTIONS(4887), - [anon_sym_EQ] = ACTIONS(4887), - [anon_sym_LBRACE] = ACTIONS(4889), - [anon_sym_RBRACE] = ACTIONS(4889), - [anon_sym_LPAREN] = ACTIONS(4889), - [anon_sym_COMMA] = ACTIONS(4889), - [anon_sym_LT] = ACTIONS(4887), - [anon_sym_GT] = ACTIONS(4887), - [anon_sym_where] = ACTIONS(4887), - [anon_sym_object] = ACTIONS(4887), - [anon_sym_fun] = ACTIONS(4887), - [anon_sym_DOT] = ACTIONS(4887), - [anon_sym_SEMI] = ACTIONS(4889), - [anon_sym_get] = ACTIONS(4887), - [anon_sym_set] = ACTIONS(4887), - [anon_sym_this] = ACTIONS(4887), - [anon_sym_super] = ACTIONS(4887), - [anon_sym_STAR] = ACTIONS(4887), - [sym_label] = ACTIONS(4887), - [anon_sym_in] = ACTIONS(4887), - [anon_sym_DOT_DOT] = ACTIONS(4889), - [anon_sym_QMARK_COLON] = ACTIONS(4889), - [anon_sym_AMP_AMP] = ACTIONS(4889), - [anon_sym_PIPE_PIPE] = ACTIONS(4889), - [anon_sym_null] = ACTIONS(4887), - [anon_sym_if] = ACTIONS(4887), - [anon_sym_else] = ACTIONS(4887), - [anon_sym_when] = ACTIONS(4887), - [anon_sym_try] = ACTIONS(4887), - [anon_sym_throw] = ACTIONS(4887), - [anon_sym_return] = ACTIONS(4887), - [anon_sym_continue] = ACTIONS(4887), - [anon_sym_break] = ACTIONS(4887), - [anon_sym_COLON_COLON] = ACTIONS(4889), - [anon_sym_PLUS_EQ] = ACTIONS(4889), - [anon_sym_DASH_EQ] = ACTIONS(4889), - [anon_sym_STAR_EQ] = ACTIONS(4889), - [anon_sym_SLASH_EQ] = ACTIONS(4889), - [anon_sym_PERCENT_EQ] = ACTIONS(4889), - [anon_sym_BANG_EQ] = ACTIONS(4887), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4889), - [anon_sym_EQ_EQ] = ACTIONS(4887), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4889), - [anon_sym_LT_EQ] = ACTIONS(4889), - [anon_sym_GT_EQ] = ACTIONS(4889), - [anon_sym_BANGin] = ACTIONS(4889), - [anon_sym_is] = ACTIONS(4887), - [anon_sym_BANGis] = ACTIONS(4889), - [anon_sym_PLUS] = ACTIONS(4887), - [anon_sym_DASH] = ACTIONS(4887), - [anon_sym_SLASH] = ACTIONS(4887), - [anon_sym_PERCENT] = ACTIONS(4887), - [anon_sym_as_QMARK] = ACTIONS(4889), - [anon_sym_PLUS_PLUS] = ACTIONS(4889), - [anon_sym_DASH_DASH] = ACTIONS(4889), - [anon_sym_BANG] = ACTIONS(4887), - [anon_sym_BANG_BANG] = ACTIONS(4889), - [anon_sym_data] = ACTIONS(4887), - [anon_sym_inner] = ACTIONS(4887), - [anon_sym_expect] = ACTIONS(4887), - [anon_sym_actual] = ACTIONS(4887), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4889), - [anon_sym_continue_AT] = ACTIONS(4889), - [anon_sym_break_AT] = ACTIONS(4889), - [sym_real_literal] = ACTIONS(4889), - [sym_integer_literal] = ACTIONS(4887), - [sym_hex_literal] = ACTIONS(4889), - [sym_bin_literal] = ACTIONS(4889), - [anon_sym_true] = ACTIONS(4887), - [anon_sym_false] = ACTIONS(4887), - [anon_sym_SQUOTE] = ACTIONS(4889), - [sym__backtick_identifier] = ACTIONS(4889), - [sym__automatic_semicolon] = ACTIONS(4889), - [sym_safe_nav] = ACTIONS(4889), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4889), + [sym__alpha_identifier] = ACTIONS(4527), + [anon_sym_AT] = ACTIONS(4529), + [anon_sym_LBRACK] = ACTIONS(4529), + [anon_sym_RBRACK] = ACTIONS(4529), + [anon_sym_as] = ACTIONS(4527), + [anon_sym_EQ] = ACTIONS(4527), + [anon_sym_LBRACE] = ACTIONS(4529), + [anon_sym_RBRACE] = ACTIONS(4529), + [anon_sym_LPAREN] = ACTIONS(4529), + [anon_sym_COMMA] = ACTIONS(4529), + [anon_sym_RPAREN] = ACTIONS(4529), + [anon_sym_by] = ACTIONS(4527), + [anon_sym_LT] = ACTIONS(4527), + [anon_sym_GT] = ACTIONS(4527), + [anon_sym_where] = ACTIONS(4527), + [anon_sym_DOT] = ACTIONS(4527), + [anon_sym_SEMI] = ACTIONS(4529), + [anon_sym_get] = ACTIONS(4527), + [anon_sym_set] = ACTIONS(4527), + [anon_sym_STAR] = ACTIONS(4527), + [anon_sym_DASH_GT] = ACTIONS(4529), + [sym_label] = ACTIONS(4529), + [anon_sym_in] = ACTIONS(4527), + [anon_sym_while] = ACTIONS(4527), + [anon_sym_DOT_DOT] = ACTIONS(4529), + [anon_sym_QMARK_COLON] = ACTIONS(4529), + [anon_sym_AMP_AMP] = ACTIONS(4529), + [anon_sym_PIPE_PIPE] = ACTIONS(4529), + [anon_sym_else] = ACTIONS(4527), + [anon_sym_COLON_COLON] = ACTIONS(4529), + [anon_sym_PLUS_EQ] = ACTIONS(4529), + [anon_sym_DASH_EQ] = ACTIONS(4529), + [anon_sym_STAR_EQ] = ACTIONS(4529), + [anon_sym_SLASH_EQ] = ACTIONS(4529), + [anon_sym_PERCENT_EQ] = ACTIONS(4529), + [anon_sym_BANG_EQ] = ACTIONS(4527), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4529), + [anon_sym_EQ_EQ] = ACTIONS(4527), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4529), + [anon_sym_LT_EQ] = ACTIONS(4529), + [anon_sym_GT_EQ] = ACTIONS(4529), + [anon_sym_BANGin] = ACTIONS(4529), + [anon_sym_is] = ACTIONS(4527), + [anon_sym_BANGis] = ACTIONS(4529), + [anon_sym_PLUS] = ACTIONS(4527), + [anon_sym_DASH] = ACTIONS(4527), + [anon_sym_SLASH] = ACTIONS(4527), + [anon_sym_PERCENT] = ACTIONS(4527), + [anon_sym_as_QMARK] = ACTIONS(4529), + [anon_sym_PLUS_PLUS] = ACTIONS(4529), + [anon_sym_DASH_DASH] = ACTIONS(4529), + [anon_sym_BANG_BANG] = ACTIONS(4529), + [anon_sym_suspend] = ACTIONS(4527), + [anon_sym_sealed] = ACTIONS(4527), + [anon_sym_annotation] = ACTIONS(4527), + [anon_sym_data] = ACTIONS(4527), + [anon_sym_inner] = ACTIONS(4527), + [anon_sym_override] = ACTIONS(4527), + [anon_sym_lateinit] = ACTIONS(4527), + [anon_sym_public] = ACTIONS(4527), + [anon_sym_private] = ACTIONS(4527), + [anon_sym_internal] = ACTIONS(4527), + [anon_sym_protected] = ACTIONS(4527), + [anon_sym_tailrec] = ACTIONS(4527), + [anon_sym_operator] = ACTIONS(4527), + [anon_sym_infix] = ACTIONS(4527), + [anon_sym_inline] = ACTIONS(4527), + [anon_sym_external] = ACTIONS(4527), + [sym_property_modifier] = ACTIONS(4527), + [anon_sym_abstract] = ACTIONS(4527), + [anon_sym_final] = ACTIONS(4527), + [anon_sym_open] = ACTIONS(4527), + [anon_sym_vararg] = ACTIONS(4527), + [anon_sym_noinline] = ACTIONS(4527), + [anon_sym_crossinline] = ACTIONS(4527), + [anon_sym_expect] = ACTIONS(4527), + [anon_sym_actual] = ACTIONS(4527), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4529), + [sym_safe_nav] = ACTIONS(4529), + [sym_multiline_comment] = ACTIONS(3), }, [3120] = { - [sym__alpha_identifier] = ACTIONS(5023), - [anon_sym_AT] = ACTIONS(5025), - [anon_sym_LBRACK] = ACTIONS(5025), - [anon_sym_RBRACK] = ACTIONS(5025), - [anon_sym_as] = ACTIONS(5023), - [anon_sym_EQ] = ACTIONS(5023), - [anon_sym_LBRACE] = ACTIONS(5025), - [anon_sym_RBRACE] = ACTIONS(5025), - [anon_sym_LPAREN] = ACTIONS(5025), - [anon_sym_COMMA] = ACTIONS(5025), - [anon_sym_RPAREN] = ACTIONS(5025), - [anon_sym_LT] = ACTIONS(5023), - [anon_sym_GT] = ACTIONS(5023), - [anon_sym_where] = ACTIONS(5023), - [anon_sym_DOT] = ACTIONS(5023), - [anon_sym_SEMI] = ACTIONS(5025), - [anon_sym_get] = ACTIONS(5023), - [anon_sym_set] = ACTIONS(5023), - [anon_sym_STAR] = ACTIONS(5023), - [anon_sym_DASH_GT] = ACTIONS(5025), - [sym_label] = ACTIONS(5025), - [anon_sym_in] = ACTIONS(5023), - [anon_sym_while] = ACTIONS(5023), - [anon_sym_DOT_DOT] = ACTIONS(5025), - [anon_sym_QMARK_COLON] = ACTIONS(5025), - [anon_sym_AMP_AMP] = ACTIONS(5025), - [anon_sym_PIPE_PIPE] = ACTIONS(5025), - [anon_sym_else] = ACTIONS(5023), - [anon_sym_COLON_COLON] = ACTIONS(5025), - [anon_sym_PLUS_EQ] = ACTIONS(5025), - [anon_sym_DASH_EQ] = ACTIONS(5025), - [anon_sym_STAR_EQ] = ACTIONS(5025), - [anon_sym_SLASH_EQ] = ACTIONS(5025), - [anon_sym_PERCENT_EQ] = ACTIONS(5025), - [anon_sym_BANG_EQ] = ACTIONS(5023), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5025), - [anon_sym_EQ_EQ] = ACTIONS(5023), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5025), - [anon_sym_LT_EQ] = ACTIONS(5025), - [anon_sym_GT_EQ] = ACTIONS(5025), - [anon_sym_BANGin] = ACTIONS(5025), - [anon_sym_is] = ACTIONS(5023), - [anon_sym_BANGis] = ACTIONS(5025), - [anon_sym_PLUS] = ACTIONS(5023), - [anon_sym_DASH] = ACTIONS(5023), - [anon_sym_SLASH] = ACTIONS(5023), - [anon_sym_PERCENT] = ACTIONS(5023), - [anon_sym_as_QMARK] = ACTIONS(5025), - [anon_sym_PLUS_PLUS] = ACTIONS(5025), - [anon_sym_DASH_DASH] = ACTIONS(5025), - [anon_sym_BANG_BANG] = ACTIONS(5025), - [anon_sym_suspend] = ACTIONS(5023), - [anon_sym_sealed] = ACTIONS(5023), - [anon_sym_annotation] = ACTIONS(5023), - [anon_sym_data] = ACTIONS(5023), - [anon_sym_inner] = ACTIONS(5023), - [anon_sym_override] = ACTIONS(5023), - [anon_sym_lateinit] = ACTIONS(5023), - [anon_sym_public] = ACTIONS(5023), - [anon_sym_private] = ACTIONS(5023), - [anon_sym_internal] = ACTIONS(5023), - [anon_sym_protected] = ACTIONS(5023), - [anon_sym_tailrec] = ACTIONS(5023), - [anon_sym_operator] = ACTIONS(5023), - [anon_sym_infix] = ACTIONS(5023), - [anon_sym_inline] = ACTIONS(5023), - [anon_sym_external] = ACTIONS(5023), - [sym_property_modifier] = ACTIONS(5023), - [anon_sym_abstract] = ACTIONS(5023), - [anon_sym_final] = ACTIONS(5023), - [anon_sym_open] = ACTIONS(5023), - [anon_sym_vararg] = ACTIONS(5023), - [anon_sym_noinline] = ACTIONS(5023), - [anon_sym_crossinline] = ACTIONS(5023), - [anon_sym_expect] = ACTIONS(5023), - [anon_sym_actual] = ACTIONS(5023), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5025), - [sym_safe_nav] = ACTIONS(5025), - [sym_multiline_comment] = ACTIONS(3), + [sym_function_body] = STATE(3153), + [sym__block] = STATE(3334), + [sym__alpha_identifier] = ACTIONS(4099), + [anon_sym_AT] = ACTIONS(4101), + [anon_sym_LBRACK] = ACTIONS(4101), + [anon_sym_as] = ACTIONS(4099), + [anon_sym_EQ] = ACTIONS(6262), + [anon_sym_LBRACE] = ACTIONS(6244), + [anon_sym_RBRACE] = ACTIONS(4101), + [anon_sym_LPAREN] = ACTIONS(4101), + [anon_sym_LT] = ACTIONS(4099), + [anon_sym_GT] = ACTIONS(4099), + [anon_sym_object] = ACTIONS(4099), + [anon_sym_fun] = ACTIONS(4099), + [anon_sym_DOT] = ACTIONS(4099), + [anon_sym_SEMI] = ACTIONS(4101), + [anon_sym_get] = ACTIONS(4099), + [anon_sym_set] = ACTIONS(4099), + [anon_sym_this] = ACTIONS(4099), + [anon_sym_super] = ACTIONS(4099), + [anon_sym_STAR] = ACTIONS(4099), + [sym_label] = ACTIONS(4099), + [anon_sym_in] = ACTIONS(4099), + [anon_sym_DOT_DOT] = ACTIONS(4101), + [anon_sym_QMARK_COLON] = ACTIONS(4101), + [anon_sym_AMP_AMP] = ACTIONS(4101), + [anon_sym_PIPE_PIPE] = ACTIONS(4101), + [anon_sym_null] = ACTIONS(4099), + [anon_sym_if] = ACTIONS(4099), + [anon_sym_else] = ACTIONS(4099), + [anon_sym_when] = ACTIONS(4099), + [anon_sym_try] = ACTIONS(4099), + [anon_sym_throw] = ACTIONS(4099), + [anon_sym_return] = ACTIONS(4099), + [anon_sym_continue] = ACTIONS(4099), + [anon_sym_break] = ACTIONS(4099), + [anon_sym_COLON_COLON] = ACTIONS(4101), + [anon_sym_PLUS_EQ] = ACTIONS(4101), + [anon_sym_DASH_EQ] = ACTIONS(4101), + [anon_sym_STAR_EQ] = ACTIONS(4101), + [anon_sym_SLASH_EQ] = ACTIONS(4101), + [anon_sym_PERCENT_EQ] = ACTIONS(4101), + [anon_sym_BANG_EQ] = ACTIONS(4099), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4101), + [anon_sym_EQ_EQ] = ACTIONS(4099), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4101), + [anon_sym_LT_EQ] = ACTIONS(4101), + [anon_sym_GT_EQ] = ACTIONS(4101), + [anon_sym_BANGin] = ACTIONS(4101), + [anon_sym_is] = ACTIONS(4099), + [anon_sym_BANGis] = ACTIONS(4101), + [anon_sym_PLUS] = ACTIONS(4099), + [anon_sym_DASH] = ACTIONS(4099), + [anon_sym_SLASH] = ACTIONS(4099), + [anon_sym_PERCENT] = ACTIONS(4099), + [anon_sym_as_QMARK] = ACTIONS(4101), + [anon_sym_PLUS_PLUS] = ACTIONS(4101), + [anon_sym_DASH_DASH] = ACTIONS(4101), + [anon_sym_BANG] = ACTIONS(4099), + [anon_sym_BANG_BANG] = ACTIONS(4101), + [anon_sym_data] = ACTIONS(4099), + [anon_sym_inner] = ACTIONS(4099), + [anon_sym_expect] = ACTIONS(4099), + [anon_sym_actual] = ACTIONS(4099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4101), + [anon_sym_continue_AT] = ACTIONS(4101), + [anon_sym_break_AT] = ACTIONS(4101), + [sym_real_literal] = ACTIONS(4101), + [sym_integer_literal] = ACTIONS(4099), + [sym_hex_literal] = ACTIONS(4101), + [sym_bin_literal] = ACTIONS(4101), + [anon_sym_true] = ACTIONS(4099), + [anon_sym_false] = ACTIONS(4099), + [anon_sym_SQUOTE] = ACTIONS(4101), + [sym__backtick_identifier] = ACTIONS(4101), + [sym__automatic_semicolon] = ACTIONS(4101), + [sym_safe_nav] = ACTIONS(4101), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4101), }, [3121] = { - [sym__alpha_identifier] = ACTIONS(4939), - [anon_sym_AT] = ACTIONS(4941), - [anon_sym_LBRACK] = ACTIONS(4941), - [anon_sym_as] = ACTIONS(4939), - [anon_sym_EQ] = ACTIONS(4939), - [anon_sym_LBRACE] = ACTIONS(4941), - [anon_sym_RBRACE] = ACTIONS(4941), - [anon_sym_LPAREN] = ACTIONS(4941), - [anon_sym_COMMA] = ACTIONS(4941), - [anon_sym_LT] = ACTIONS(4939), - [anon_sym_GT] = ACTIONS(4939), - [anon_sym_where] = ACTIONS(4939), - [anon_sym_object] = ACTIONS(4939), - [anon_sym_fun] = ACTIONS(4939), - [anon_sym_DOT] = ACTIONS(4939), - [anon_sym_SEMI] = ACTIONS(4941), - [anon_sym_get] = ACTIONS(4939), - [anon_sym_set] = ACTIONS(4939), - [anon_sym_this] = ACTIONS(4939), - [anon_sym_super] = ACTIONS(4939), - [anon_sym_STAR] = ACTIONS(4939), - [sym_label] = ACTIONS(4939), - [anon_sym_in] = ACTIONS(4939), - [anon_sym_DOT_DOT] = ACTIONS(4941), - [anon_sym_QMARK_COLON] = ACTIONS(4941), - [anon_sym_AMP_AMP] = ACTIONS(4941), - [anon_sym_PIPE_PIPE] = ACTIONS(4941), - [anon_sym_null] = ACTIONS(4939), - [anon_sym_if] = ACTIONS(4939), - [anon_sym_else] = ACTIONS(4939), - [anon_sym_when] = ACTIONS(4939), - [anon_sym_try] = ACTIONS(4939), - [anon_sym_throw] = ACTIONS(4939), - [anon_sym_return] = ACTIONS(4939), - [anon_sym_continue] = ACTIONS(4939), - [anon_sym_break] = ACTIONS(4939), - [anon_sym_COLON_COLON] = ACTIONS(4941), - [anon_sym_PLUS_EQ] = ACTIONS(4941), - [anon_sym_DASH_EQ] = ACTIONS(4941), - [anon_sym_STAR_EQ] = ACTIONS(4941), - [anon_sym_SLASH_EQ] = ACTIONS(4941), - [anon_sym_PERCENT_EQ] = ACTIONS(4941), - [anon_sym_BANG_EQ] = ACTIONS(4939), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4941), - [anon_sym_EQ_EQ] = ACTIONS(4939), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4941), - [anon_sym_LT_EQ] = ACTIONS(4941), - [anon_sym_GT_EQ] = ACTIONS(4941), - [anon_sym_BANGin] = ACTIONS(4941), - [anon_sym_is] = ACTIONS(4939), - [anon_sym_BANGis] = ACTIONS(4941), - [anon_sym_PLUS] = ACTIONS(4939), - [anon_sym_DASH] = ACTIONS(4939), - [anon_sym_SLASH] = ACTIONS(4939), - [anon_sym_PERCENT] = ACTIONS(4939), - [anon_sym_as_QMARK] = ACTIONS(4941), - [anon_sym_PLUS_PLUS] = ACTIONS(4941), - [anon_sym_DASH_DASH] = ACTIONS(4941), - [anon_sym_BANG] = ACTIONS(4939), - [anon_sym_BANG_BANG] = ACTIONS(4941), - [anon_sym_data] = ACTIONS(4939), - [anon_sym_inner] = ACTIONS(4939), - [anon_sym_expect] = ACTIONS(4939), - [anon_sym_actual] = ACTIONS(4939), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4941), - [anon_sym_continue_AT] = ACTIONS(4941), - [anon_sym_break_AT] = ACTIONS(4941), - [sym_real_literal] = ACTIONS(4941), - [sym_integer_literal] = ACTIONS(4939), - [sym_hex_literal] = ACTIONS(4941), - [sym_bin_literal] = ACTIONS(4941), - [anon_sym_true] = ACTIONS(4939), - [anon_sym_false] = ACTIONS(4939), - [anon_sym_SQUOTE] = ACTIONS(4941), - [sym__backtick_identifier] = ACTIONS(4941), - [sym__automatic_semicolon] = ACTIONS(4941), - [sym_safe_nav] = ACTIONS(4941), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4941), + [sym__alpha_identifier] = ACTIONS(4402), + [anon_sym_AT] = ACTIONS(4404), + [anon_sym_LBRACK] = ACTIONS(4404), + [anon_sym_as] = ACTIONS(4402), + [anon_sym_EQ] = ACTIONS(4402), + [anon_sym_LBRACE] = ACTIONS(4404), + [anon_sym_RBRACE] = ACTIONS(4404), + [anon_sym_LPAREN] = ACTIONS(4404), + [anon_sym_COMMA] = ACTIONS(4404), + [anon_sym_LT] = ACTIONS(4402), + [anon_sym_GT] = ACTIONS(4402), + [anon_sym_where] = ACTIONS(4402), + [anon_sym_object] = ACTIONS(4402), + [anon_sym_fun] = ACTIONS(4402), + [anon_sym_DOT] = ACTIONS(4402), + [anon_sym_SEMI] = ACTIONS(4404), + [anon_sym_get] = ACTIONS(4402), + [anon_sym_set] = ACTIONS(4402), + [anon_sym_this] = ACTIONS(4402), + [anon_sym_super] = ACTIONS(4402), + [anon_sym_STAR] = ACTIONS(4402), + [sym_label] = ACTIONS(4402), + [anon_sym_in] = ACTIONS(4402), + [anon_sym_DOT_DOT] = ACTIONS(4404), + [anon_sym_QMARK_COLON] = ACTIONS(4404), + [anon_sym_AMP_AMP] = ACTIONS(4404), + [anon_sym_PIPE_PIPE] = ACTIONS(4404), + [anon_sym_null] = ACTIONS(4402), + [anon_sym_if] = ACTIONS(4402), + [anon_sym_else] = ACTIONS(4402), + [anon_sym_when] = ACTIONS(4402), + [anon_sym_try] = ACTIONS(4402), + [anon_sym_throw] = ACTIONS(4402), + [anon_sym_return] = ACTIONS(4402), + [anon_sym_continue] = ACTIONS(4402), + [anon_sym_break] = ACTIONS(4402), + [anon_sym_COLON_COLON] = ACTIONS(4404), + [anon_sym_PLUS_EQ] = ACTIONS(4404), + [anon_sym_DASH_EQ] = ACTIONS(4404), + [anon_sym_STAR_EQ] = ACTIONS(4404), + [anon_sym_SLASH_EQ] = ACTIONS(4404), + [anon_sym_PERCENT_EQ] = ACTIONS(4404), + [anon_sym_BANG_EQ] = ACTIONS(4402), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4404), + [anon_sym_EQ_EQ] = ACTIONS(4402), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4404), + [anon_sym_LT_EQ] = ACTIONS(4404), + [anon_sym_GT_EQ] = ACTIONS(4404), + [anon_sym_BANGin] = ACTIONS(4404), + [anon_sym_is] = ACTIONS(4402), + [anon_sym_BANGis] = ACTIONS(4404), + [anon_sym_PLUS] = ACTIONS(4402), + [anon_sym_DASH] = ACTIONS(4402), + [anon_sym_SLASH] = ACTIONS(4402), + [anon_sym_PERCENT] = ACTIONS(4402), + [anon_sym_as_QMARK] = ACTIONS(4404), + [anon_sym_PLUS_PLUS] = ACTIONS(4404), + [anon_sym_DASH_DASH] = ACTIONS(4404), + [anon_sym_BANG] = ACTIONS(4402), + [anon_sym_BANG_BANG] = ACTIONS(4404), + [anon_sym_data] = ACTIONS(4402), + [anon_sym_inner] = ACTIONS(4402), + [anon_sym_expect] = ACTIONS(4402), + [anon_sym_actual] = ACTIONS(4402), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4404), + [anon_sym_continue_AT] = ACTIONS(4404), + [anon_sym_break_AT] = ACTIONS(4404), + [sym_real_literal] = ACTIONS(4404), + [sym_integer_literal] = ACTIONS(4402), + [sym_hex_literal] = ACTIONS(4404), + [sym_bin_literal] = ACTIONS(4404), + [anon_sym_true] = ACTIONS(4402), + [anon_sym_false] = ACTIONS(4402), + [anon_sym_SQUOTE] = ACTIONS(4404), + [sym__backtick_identifier] = ACTIONS(4404), + [sym__automatic_semicolon] = ACTIONS(4404), + [sym_safe_nav] = ACTIONS(4404), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4404), }, [3122] = { - [sym__alpha_identifier] = ACTIONS(4963), - [anon_sym_AT] = ACTIONS(4965), - [anon_sym_LBRACK] = ACTIONS(4965), - [anon_sym_as] = ACTIONS(4963), - [anon_sym_EQ] = ACTIONS(4963), - [anon_sym_LBRACE] = ACTIONS(4965), - [anon_sym_RBRACE] = ACTIONS(4965), - [anon_sym_LPAREN] = ACTIONS(4965), - [anon_sym_COMMA] = ACTIONS(4965), - [anon_sym_LT] = ACTIONS(4963), - [anon_sym_GT] = ACTIONS(4963), - [anon_sym_where] = ACTIONS(4963), - [anon_sym_object] = ACTIONS(4963), - [anon_sym_fun] = ACTIONS(4963), - [anon_sym_DOT] = ACTIONS(4963), - [anon_sym_SEMI] = ACTIONS(4965), - [anon_sym_get] = ACTIONS(4963), - [anon_sym_set] = ACTIONS(4963), - [anon_sym_this] = ACTIONS(4963), - [anon_sym_super] = ACTIONS(4963), - [anon_sym_STAR] = ACTIONS(4963), - [sym_label] = ACTIONS(4963), - [anon_sym_in] = ACTIONS(4963), - [anon_sym_DOT_DOT] = ACTIONS(4965), - [anon_sym_QMARK_COLON] = ACTIONS(4965), - [anon_sym_AMP_AMP] = ACTIONS(4965), - [anon_sym_PIPE_PIPE] = ACTIONS(4965), - [anon_sym_null] = ACTIONS(4963), - [anon_sym_if] = ACTIONS(4963), - [anon_sym_else] = ACTIONS(4963), - [anon_sym_when] = ACTIONS(4963), - [anon_sym_try] = ACTIONS(4963), - [anon_sym_throw] = ACTIONS(4963), - [anon_sym_return] = ACTIONS(4963), - [anon_sym_continue] = ACTIONS(4963), - [anon_sym_break] = ACTIONS(4963), - [anon_sym_COLON_COLON] = ACTIONS(4965), - [anon_sym_PLUS_EQ] = ACTIONS(4965), - [anon_sym_DASH_EQ] = ACTIONS(4965), - [anon_sym_STAR_EQ] = ACTIONS(4965), - [anon_sym_SLASH_EQ] = ACTIONS(4965), - [anon_sym_PERCENT_EQ] = ACTIONS(4965), - [anon_sym_BANG_EQ] = ACTIONS(4963), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4965), - [anon_sym_EQ_EQ] = ACTIONS(4963), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4965), - [anon_sym_LT_EQ] = ACTIONS(4965), - [anon_sym_GT_EQ] = ACTIONS(4965), - [anon_sym_BANGin] = ACTIONS(4965), - [anon_sym_is] = ACTIONS(4963), - [anon_sym_BANGis] = ACTIONS(4965), - [anon_sym_PLUS] = ACTIONS(4963), - [anon_sym_DASH] = ACTIONS(4963), - [anon_sym_SLASH] = ACTIONS(4963), - [anon_sym_PERCENT] = ACTIONS(4963), - [anon_sym_as_QMARK] = ACTIONS(4965), - [anon_sym_PLUS_PLUS] = ACTIONS(4965), - [anon_sym_DASH_DASH] = ACTIONS(4965), - [anon_sym_BANG] = ACTIONS(4963), - [anon_sym_BANG_BANG] = ACTIONS(4965), - [anon_sym_data] = ACTIONS(4963), - [anon_sym_inner] = ACTIONS(4963), - [anon_sym_expect] = ACTIONS(4963), - [anon_sym_actual] = ACTIONS(4963), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4965), - [anon_sym_continue_AT] = ACTIONS(4965), - [anon_sym_break_AT] = ACTIONS(4965), - [sym_real_literal] = ACTIONS(4965), - [sym_integer_literal] = ACTIONS(4963), - [sym_hex_literal] = ACTIONS(4965), - [sym_bin_literal] = ACTIONS(4965), - [anon_sym_true] = ACTIONS(4963), - [anon_sym_false] = ACTIONS(4963), - [anon_sym_SQUOTE] = ACTIONS(4965), - [sym__backtick_identifier] = ACTIONS(4965), - [sym__automatic_semicolon] = ACTIONS(4965), - [sym_safe_nav] = ACTIONS(4965), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4965), + [sym__alpha_identifier] = ACTIONS(4595), + [anon_sym_AT] = ACTIONS(4597), + [anon_sym_LBRACK] = ACTIONS(4597), + [anon_sym_as] = ACTIONS(4595), + [anon_sym_EQ] = ACTIONS(4595), + [anon_sym_LBRACE] = ACTIONS(4597), + [anon_sym_RBRACE] = ACTIONS(4597), + [anon_sym_LPAREN] = ACTIONS(4597), + [anon_sym_COMMA] = ACTIONS(4597), + [anon_sym_LT] = ACTIONS(4595), + [anon_sym_GT] = ACTIONS(4595), + [anon_sym_where] = ACTIONS(4595), + [anon_sym_object] = ACTIONS(4595), + [anon_sym_fun] = ACTIONS(4595), + [anon_sym_DOT] = ACTIONS(4595), + [anon_sym_SEMI] = ACTIONS(4597), + [anon_sym_get] = ACTIONS(4595), + [anon_sym_set] = ACTIONS(4595), + [anon_sym_this] = ACTIONS(4595), + [anon_sym_super] = ACTIONS(4595), + [anon_sym_STAR] = ACTIONS(4595), + [sym_label] = ACTIONS(4595), + [anon_sym_in] = ACTIONS(4595), + [anon_sym_DOT_DOT] = ACTIONS(4597), + [anon_sym_QMARK_COLON] = ACTIONS(4597), + [anon_sym_AMP_AMP] = ACTIONS(4597), + [anon_sym_PIPE_PIPE] = ACTIONS(4597), + [anon_sym_null] = ACTIONS(4595), + [anon_sym_if] = ACTIONS(4595), + [anon_sym_else] = ACTIONS(4595), + [anon_sym_when] = ACTIONS(4595), + [anon_sym_try] = ACTIONS(4595), + [anon_sym_throw] = ACTIONS(4595), + [anon_sym_return] = ACTIONS(4595), + [anon_sym_continue] = ACTIONS(4595), + [anon_sym_break] = ACTIONS(4595), + [anon_sym_COLON_COLON] = ACTIONS(4597), + [anon_sym_PLUS_EQ] = ACTIONS(4597), + [anon_sym_DASH_EQ] = ACTIONS(4597), + [anon_sym_STAR_EQ] = ACTIONS(4597), + [anon_sym_SLASH_EQ] = ACTIONS(4597), + [anon_sym_PERCENT_EQ] = ACTIONS(4597), + [anon_sym_BANG_EQ] = ACTIONS(4595), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4597), + [anon_sym_EQ_EQ] = ACTIONS(4595), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4597), + [anon_sym_LT_EQ] = ACTIONS(4597), + [anon_sym_GT_EQ] = ACTIONS(4597), + [anon_sym_BANGin] = ACTIONS(4597), + [anon_sym_is] = ACTIONS(4595), + [anon_sym_BANGis] = ACTIONS(4597), + [anon_sym_PLUS] = ACTIONS(4595), + [anon_sym_DASH] = ACTIONS(4595), + [anon_sym_SLASH] = ACTIONS(4595), + [anon_sym_PERCENT] = ACTIONS(4595), + [anon_sym_as_QMARK] = ACTIONS(4597), + [anon_sym_PLUS_PLUS] = ACTIONS(4597), + [anon_sym_DASH_DASH] = ACTIONS(4597), + [anon_sym_BANG] = ACTIONS(4595), + [anon_sym_BANG_BANG] = ACTIONS(4597), + [anon_sym_data] = ACTIONS(4595), + [anon_sym_inner] = ACTIONS(4595), + [anon_sym_expect] = ACTIONS(4595), + [anon_sym_actual] = ACTIONS(4595), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4597), + [anon_sym_continue_AT] = ACTIONS(4597), + [anon_sym_break_AT] = ACTIONS(4597), + [sym_real_literal] = ACTIONS(4597), + [sym_integer_literal] = ACTIONS(4595), + [sym_hex_literal] = ACTIONS(4597), + [sym_bin_literal] = ACTIONS(4597), + [anon_sym_true] = ACTIONS(4595), + [anon_sym_false] = ACTIONS(4595), + [anon_sym_SQUOTE] = ACTIONS(4597), + [sym__backtick_identifier] = ACTIONS(4597), + [sym__automatic_semicolon] = ACTIONS(4597), + [sym_safe_nav] = ACTIONS(4597), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4597), }, [3123] = { + [sym__alpha_identifier] = ACTIONS(4967), + [anon_sym_AT] = ACTIONS(4969), + [anon_sym_LBRACK] = ACTIONS(4969), + [anon_sym_RBRACK] = ACTIONS(4969), + [anon_sym_as] = ACTIONS(4967), + [anon_sym_EQ] = ACTIONS(4967), + [anon_sym_LBRACE] = ACTIONS(4969), + [anon_sym_RBRACE] = ACTIONS(4969), + [anon_sym_LPAREN] = ACTIONS(4969), + [anon_sym_COMMA] = ACTIONS(4969), + [anon_sym_RPAREN] = ACTIONS(4969), + [anon_sym_LT] = ACTIONS(4967), + [anon_sym_GT] = ACTIONS(4967), + [anon_sym_where] = ACTIONS(4967), + [anon_sym_DOT] = ACTIONS(4967), + [anon_sym_SEMI] = ACTIONS(4969), + [anon_sym_get] = ACTIONS(4967), + [anon_sym_set] = ACTIONS(4967), + [anon_sym_STAR] = ACTIONS(4967), + [anon_sym_DASH_GT] = ACTIONS(4969), + [sym_label] = ACTIONS(4969), + [anon_sym_in] = ACTIONS(4967), + [anon_sym_while] = ACTIONS(4967), + [anon_sym_DOT_DOT] = ACTIONS(4969), + [anon_sym_QMARK_COLON] = ACTIONS(4969), + [anon_sym_AMP_AMP] = ACTIONS(4969), + [anon_sym_PIPE_PIPE] = ACTIONS(4969), + [anon_sym_else] = ACTIONS(4967), + [anon_sym_COLON_COLON] = ACTIONS(4969), + [anon_sym_PLUS_EQ] = ACTIONS(4969), + [anon_sym_DASH_EQ] = ACTIONS(4969), + [anon_sym_STAR_EQ] = ACTIONS(4969), + [anon_sym_SLASH_EQ] = ACTIONS(4969), + [anon_sym_PERCENT_EQ] = ACTIONS(4969), + [anon_sym_BANG_EQ] = ACTIONS(4967), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4969), + [anon_sym_EQ_EQ] = ACTIONS(4967), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4969), + [anon_sym_LT_EQ] = ACTIONS(4969), + [anon_sym_GT_EQ] = ACTIONS(4969), + [anon_sym_BANGin] = ACTIONS(4969), + [anon_sym_is] = ACTIONS(4967), + [anon_sym_BANGis] = ACTIONS(4969), + [anon_sym_PLUS] = ACTIONS(4967), + [anon_sym_DASH] = ACTIONS(4967), + [anon_sym_SLASH] = ACTIONS(4967), + [anon_sym_PERCENT] = ACTIONS(4967), + [anon_sym_as_QMARK] = ACTIONS(4969), + [anon_sym_PLUS_PLUS] = ACTIONS(4969), + [anon_sym_DASH_DASH] = ACTIONS(4969), + [anon_sym_BANG_BANG] = ACTIONS(4969), + [anon_sym_suspend] = ACTIONS(4967), + [anon_sym_sealed] = ACTIONS(4967), + [anon_sym_annotation] = ACTIONS(4967), + [anon_sym_data] = ACTIONS(4967), + [anon_sym_inner] = ACTIONS(4967), + [anon_sym_override] = ACTIONS(4967), + [anon_sym_lateinit] = ACTIONS(4967), + [anon_sym_public] = ACTIONS(4967), + [anon_sym_private] = ACTIONS(4967), + [anon_sym_internal] = ACTIONS(4967), + [anon_sym_protected] = ACTIONS(4967), + [anon_sym_tailrec] = ACTIONS(4967), + [anon_sym_operator] = ACTIONS(4967), + [anon_sym_infix] = ACTIONS(4967), + [anon_sym_inline] = ACTIONS(4967), + [anon_sym_external] = ACTIONS(4967), + [sym_property_modifier] = ACTIONS(4967), + [anon_sym_abstract] = ACTIONS(4967), + [anon_sym_final] = ACTIONS(4967), + [anon_sym_open] = ACTIONS(4967), + [anon_sym_vararg] = ACTIONS(4967), + [anon_sym_noinline] = ACTIONS(4967), + [anon_sym_crossinline] = ACTIONS(4967), + [anon_sym_expect] = ACTIONS(4967), + [anon_sym_actual] = ACTIONS(4967), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4969), + [sym_safe_nav] = ACTIONS(4969), + [sym_multiline_comment] = ACTIONS(3), + }, + [3124] = { + [sym__alpha_identifier] = ACTIONS(4342), + [anon_sym_AT] = ACTIONS(4344), + [anon_sym_LBRACK] = ACTIONS(4344), + [anon_sym_as] = ACTIONS(4342), + [anon_sym_EQ] = ACTIONS(4342), + [anon_sym_LBRACE] = ACTIONS(4344), + [anon_sym_RBRACE] = ACTIONS(4344), + [anon_sym_LPAREN] = ACTIONS(4344), + [anon_sym_COMMA] = ACTIONS(4344), + [anon_sym_LT] = ACTIONS(4342), + [anon_sym_GT] = ACTIONS(4342), + [anon_sym_where] = ACTIONS(4342), + [anon_sym_object] = ACTIONS(4342), + [anon_sym_fun] = ACTIONS(4342), + [anon_sym_DOT] = ACTIONS(4342), + [anon_sym_SEMI] = ACTIONS(4344), + [anon_sym_get] = ACTIONS(4342), + [anon_sym_set] = ACTIONS(4342), + [anon_sym_this] = ACTIONS(4342), + [anon_sym_super] = ACTIONS(4342), + [anon_sym_STAR] = ACTIONS(4342), + [sym_label] = ACTIONS(4342), + [anon_sym_in] = ACTIONS(4342), + [anon_sym_DOT_DOT] = ACTIONS(4344), + [anon_sym_QMARK_COLON] = ACTIONS(4344), + [anon_sym_AMP_AMP] = ACTIONS(4344), + [anon_sym_PIPE_PIPE] = ACTIONS(4344), + [anon_sym_null] = ACTIONS(4342), + [anon_sym_if] = ACTIONS(4342), + [anon_sym_else] = ACTIONS(4342), + [anon_sym_when] = ACTIONS(4342), + [anon_sym_try] = ACTIONS(4342), + [anon_sym_throw] = ACTIONS(4342), + [anon_sym_return] = ACTIONS(4342), + [anon_sym_continue] = ACTIONS(4342), + [anon_sym_break] = ACTIONS(4342), + [anon_sym_COLON_COLON] = ACTIONS(4344), + [anon_sym_PLUS_EQ] = ACTIONS(4344), + [anon_sym_DASH_EQ] = ACTIONS(4344), + [anon_sym_STAR_EQ] = ACTIONS(4344), + [anon_sym_SLASH_EQ] = ACTIONS(4344), + [anon_sym_PERCENT_EQ] = ACTIONS(4344), + [anon_sym_BANG_EQ] = ACTIONS(4342), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4344), + [anon_sym_EQ_EQ] = ACTIONS(4342), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4344), + [anon_sym_LT_EQ] = ACTIONS(4344), + [anon_sym_GT_EQ] = ACTIONS(4344), + [anon_sym_BANGin] = ACTIONS(4344), + [anon_sym_is] = ACTIONS(4342), + [anon_sym_BANGis] = ACTIONS(4344), + [anon_sym_PLUS] = ACTIONS(4342), + [anon_sym_DASH] = ACTIONS(4342), + [anon_sym_SLASH] = ACTIONS(4342), + [anon_sym_PERCENT] = ACTIONS(4342), + [anon_sym_as_QMARK] = ACTIONS(4344), + [anon_sym_PLUS_PLUS] = ACTIONS(4344), + [anon_sym_DASH_DASH] = ACTIONS(4344), + [anon_sym_BANG] = ACTIONS(4342), + [anon_sym_BANG_BANG] = ACTIONS(4344), + [anon_sym_data] = ACTIONS(4342), + [anon_sym_inner] = ACTIONS(4342), + [anon_sym_expect] = ACTIONS(4342), + [anon_sym_actual] = ACTIONS(4342), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4344), + [anon_sym_continue_AT] = ACTIONS(4344), + [anon_sym_break_AT] = ACTIONS(4344), + [sym_real_literal] = ACTIONS(4344), + [sym_integer_literal] = ACTIONS(4342), + [sym_hex_literal] = ACTIONS(4344), + [sym_bin_literal] = ACTIONS(4344), + [anon_sym_true] = ACTIONS(4342), + [anon_sym_false] = ACTIONS(4342), + [anon_sym_SQUOTE] = ACTIONS(4344), + [sym__backtick_identifier] = ACTIONS(4344), + [sym__automatic_semicolon] = ACTIONS(4344), + [sym_safe_nav] = ACTIONS(4344), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4344), + }, + [3125] = { + [sym__alpha_identifier] = ACTIONS(4991), + [anon_sym_AT] = ACTIONS(4993), + [anon_sym_LBRACK] = ACTIONS(4993), + [anon_sym_as] = ACTIONS(4991), + [anon_sym_EQ] = ACTIONS(4991), + [anon_sym_LBRACE] = ACTIONS(4993), + [anon_sym_RBRACE] = ACTIONS(4993), + [anon_sym_LPAREN] = ACTIONS(4993), + [anon_sym_COMMA] = ACTIONS(4993), + [anon_sym_LT] = ACTIONS(4991), + [anon_sym_GT] = ACTIONS(4991), + [anon_sym_where] = ACTIONS(4991), + [anon_sym_object] = ACTIONS(4991), + [anon_sym_fun] = ACTIONS(4991), + [anon_sym_DOT] = ACTIONS(4991), + [anon_sym_SEMI] = ACTIONS(4993), + [anon_sym_get] = ACTIONS(4991), + [anon_sym_set] = ACTIONS(4991), + [anon_sym_this] = ACTIONS(4991), + [anon_sym_super] = ACTIONS(4991), + [anon_sym_STAR] = ACTIONS(4991), + [sym_label] = ACTIONS(4991), + [anon_sym_in] = ACTIONS(4991), + [anon_sym_DOT_DOT] = ACTIONS(4993), + [anon_sym_QMARK_COLON] = ACTIONS(4993), + [anon_sym_AMP_AMP] = ACTIONS(4993), + [anon_sym_PIPE_PIPE] = ACTIONS(4993), + [anon_sym_null] = ACTIONS(4991), + [anon_sym_if] = ACTIONS(4991), + [anon_sym_else] = ACTIONS(4991), + [anon_sym_when] = ACTIONS(4991), + [anon_sym_try] = ACTIONS(4991), + [anon_sym_throw] = ACTIONS(4991), + [anon_sym_return] = ACTIONS(4991), + [anon_sym_continue] = ACTIONS(4991), + [anon_sym_break] = ACTIONS(4991), + [anon_sym_COLON_COLON] = ACTIONS(4993), + [anon_sym_PLUS_EQ] = ACTIONS(4993), + [anon_sym_DASH_EQ] = ACTIONS(4993), + [anon_sym_STAR_EQ] = ACTIONS(4993), + [anon_sym_SLASH_EQ] = ACTIONS(4993), + [anon_sym_PERCENT_EQ] = ACTIONS(4993), + [anon_sym_BANG_EQ] = ACTIONS(4991), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4993), + [anon_sym_EQ_EQ] = ACTIONS(4991), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4993), + [anon_sym_LT_EQ] = ACTIONS(4993), + [anon_sym_GT_EQ] = ACTIONS(4993), + [anon_sym_BANGin] = ACTIONS(4993), + [anon_sym_is] = ACTIONS(4991), + [anon_sym_BANGis] = ACTIONS(4993), + [anon_sym_PLUS] = ACTIONS(4991), + [anon_sym_DASH] = ACTIONS(4991), + [anon_sym_SLASH] = ACTIONS(4991), + [anon_sym_PERCENT] = ACTIONS(4991), + [anon_sym_as_QMARK] = ACTIONS(4993), + [anon_sym_PLUS_PLUS] = ACTIONS(4993), + [anon_sym_DASH_DASH] = ACTIONS(4993), + [anon_sym_BANG] = ACTIONS(4991), + [anon_sym_BANG_BANG] = ACTIONS(4993), + [anon_sym_data] = ACTIONS(4991), + [anon_sym_inner] = ACTIONS(4991), + [anon_sym_expect] = ACTIONS(4991), + [anon_sym_actual] = ACTIONS(4991), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4993), + [anon_sym_continue_AT] = ACTIONS(4993), + [anon_sym_break_AT] = ACTIONS(4993), + [sym_real_literal] = ACTIONS(4993), + [sym_integer_literal] = ACTIONS(4991), + [sym_hex_literal] = ACTIONS(4993), + [sym_bin_literal] = ACTIONS(4993), + [anon_sym_true] = ACTIONS(4991), + [anon_sym_false] = ACTIONS(4991), + [anon_sym_SQUOTE] = ACTIONS(4993), + [sym__backtick_identifier] = ACTIONS(4993), + [sym__automatic_semicolon] = ACTIONS(4993), + [sym_safe_nav] = ACTIONS(4993), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4993), + }, + [3126] = { + [sym__alpha_identifier] = ACTIONS(5001), + [anon_sym_AT] = ACTIONS(5003), + [anon_sym_LBRACK] = ACTIONS(5003), + [anon_sym_as] = ACTIONS(5001), + [anon_sym_EQ] = ACTIONS(5001), + [anon_sym_LBRACE] = ACTIONS(5003), + [anon_sym_RBRACE] = ACTIONS(5003), + [anon_sym_LPAREN] = ACTIONS(5003), + [anon_sym_COMMA] = ACTIONS(5003), + [anon_sym_LT] = ACTIONS(5001), + [anon_sym_GT] = ACTIONS(5001), + [anon_sym_where] = ACTIONS(5001), + [anon_sym_object] = ACTIONS(5001), + [anon_sym_fun] = ACTIONS(5001), + [anon_sym_DOT] = ACTIONS(5001), + [anon_sym_SEMI] = ACTIONS(5003), + [anon_sym_get] = ACTIONS(5001), + [anon_sym_set] = ACTIONS(5001), + [anon_sym_this] = ACTIONS(5001), + [anon_sym_super] = ACTIONS(5001), + [anon_sym_STAR] = ACTIONS(5001), + [sym_label] = ACTIONS(5001), + [anon_sym_in] = ACTIONS(5001), + [anon_sym_DOT_DOT] = ACTIONS(5003), + [anon_sym_QMARK_COLON] = ACTIONS(5003), + [anon_sym_AMP_AMP] = ACTIONS(5003), + [anon_sym_PIPE_PIPE] = ACTIONS(5003), + [anon_sym_null] = ACTIONS(5001), + [anon_sym_if] = ACTIONS(5001), + [anon_sym_else] = ACTIONS(5001), + [anon_sym_when] = ACTIONS(5001), + [anon_sym_try] = ACTIONS(5001), + [anon_sym_throw] = ACTIONS(5001), + [anon_sym_return] = ACTIONS(5001), + [anon_sym_continue] = ACTIONS(5001), + [anon_sym_break] = ACTIONS(5001), + [anon_sym_COLON_COLON] = ACTIONS(5003), + [anon_sym_PLUS_EQ] = ACTIONS(5003), + [anon_sym_DASH_EQ] = ACTIONS(5003), + [anon_sym_STAR_EQ] = ACTIONS(5003), + [anon_sym_SLASH_EQ] = ACTIONS(5003), + [anon_sym_PERCENT_EQ] = ACTIONS(5003), + [anon_sym_BANG_EQ] = ACTIONS(5001), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5003), + [anon_sym_EQ_EQ] = ACTIONS(5001), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5003), + [anon_sym_LT_EQ] = ACTIONS(5003), + [anon_sym_GT_EQ] = ACTIONS(5003), + [anon_sym_BANGin] = ACTIONS(5003), + [anon_sym_is] = ACTIONS(5001), + [anon_sym_BANGis] = ACTIONS(5003), + [anon_sym_PLUS] = ACTIONS(5001), + [anon_sym_DASH] = ACTIONS(5001), + [anon_sym_SLASH] = ACTIONS(5001), + [anon_sym_PERCENT] = ACTIONS(5001), + [anon_sym_as_QMARK] = ACTIONS(5003), + [anon_sym_PLUS_PLUS] = ACTIONS(5003), + [anon_sym_DASH_DASH] = ACTIONS(5003), + [anon_sym_BANG] = ACTIONS(5001), + [anon_sym_BANG_BANG] = ACTIONS(5003), + [anon_sym_data] = ACTIONS(5001), + [anon_sym_inner] = ACTIONS(5001), + [anon_sym_expect] = ACTIONS(5001), + [anon_sym_actual] = ACTIONS(5001), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5003), + [anon_sym_continue_AT] = ACTIONS(5003), + [anon_sym_break_AT] = ACTIONS(5003), + [sym_real_literal] = ACTIONS(5003), + [sym_integer_literal] = ACTIONS(5001), + [sym_hex_literal] = ACTIONS(5003), + [sym_bin_literal] = ACTIONS(5003), + [anon_sym_true] = ACTIONS(5001), + [anon_sym_false] = ACTIONS(5001), + [anon_sym_SQUOTE] = ACTIONS(5003), + [sym__backtick_identifier] = ACTIONS(5003), + [sym__automatic_semicolon] = ACTIONS(5003), + [sym_safe_nav] = ACTIONS(5003), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5003), + }, + [3127] = { + [sym__alpha_identifier] = ACTIONS(4346), + [anon_sym_AT] = ACTIONS(4348), + [anon_sym_LBRACK] = ACTIONS(4348), + [anon_sym_RBRACK] = ACTIONS(4348), + [anon_sym_as] = ACTIONS(4346), + [anon_sym_EQ] = ACTIONS(4346), + [anon_sym_LBRACE] = ACTIONS(4348), + [anon_sym_RBRACE] = ACTIONS(4348), + [anon_sym_LPAREN] = ACTIONS(4348), + [anon_sym_COMMA] = ACTIONS(4348), + [anon_sym_RPAREN] = ACTIONS(4348), + [anon_sym_LT] = ACTIONS(4346), + [anon_sym_GT] = ACTIONS(4346), + [anon_sym_where] = ACTIONS(4346), + [anon_sym_DOT] = ACTIONS(4346), + [anon_sym_SEMI] = ACTIONS(4348), + [anon_sym_get] = ACTIONS(4346), + [anon_sym_set] = ACTIONS(4346), + [anon_sym_STAR] = ACTIONS(4346), + [anon_sym_DASH_GT] = ACTIONS(4348), + [sym_label] = ACTIONS(4348), + [anon_sym_in] = ACTIONS(4346), + [anon_sym_while] = ACTIONS(4346), + [anon_sym_DOT_DOT] = ACTIONS(4348), + [anon_sym_QMARK_COLON] = ACTIONS(4348), + [anon_sym_AMP_AMP] = ACTIONS(4348), + [anon_sym_PIPE_PIPE] = ACTIONS(4348), + [anon_sym_else] = ACTIONS(4346), + [anon_sym_COLON_COLON] = ACTIONS(4348), + [anon_sym_PLUS_EQ] = ACTIONS(4348), + [anon_sym_DASH_EQ] = ACTIONS(4348), + [anon_sym_STAR_EQ] = ACTIONS(4348), + [anon_sym_SLASH_EQ] = ACTIONS(4348), + [anon_sym_PERCENT_EQ] = ACTIONS(4348), + [anon_sym_BANG_EQ] = ACTIONS(4346), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4348), + [anon_sym_EQ_EQ] = ACTIONS(4346), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4348), + [anon_sym_LT_EQ] = ACTIONS(4348), + [anon_sym_GT_EQ] = ACTIONS(4348), + [anon_sym_BANGin] = ACTIONS(4348), + [anon_sym_is] = ACTIONS(4346), + [anon_sym_BANGis] = ACTIONS(4348), + [anon_sym_PLUS] = ACTIONS(4346), + [anon_sym_DASH] = ACTIONS(4346), + [anon_sym_SLASH] = ACTIONS(4346), + [anon_sym_PERCENT] = ACTIONS(4346), + [anon_sym_as_QMARK] = ACTIONS(4348), + [anon_sym_PLUS_PLUS] = ACTIONS(4348), + [anon_sym_DASH_DASH] = ACTIONS(4348), + [anon_sym_BANG_BANG] = ACTIONS(4348), + [anon_sym_suspend] = ACTIONS(4346), + [anon_sym_sealed] = ACTIONS(4346), + [anon_sym_annotation] = ACTIONS(4346), + [anon_sym_data] = ACTIONS(4346), + [anon_sym_inner] = ACTIONS(4346), + [anon_sym_override] = ACTIONS(4346), + [anon_sym_lateinit] = ACTIONS(4346), + [anon_sym_public] = ACTIONS(4346), + [anon_sym_private] = ACTIONS(4346), + [anon_sym_internal] = ACTIONS(4346), + [anon_sym_protected] = ACTIONS(4346), + [anon_sym_tailrec] = ACTIONS(4346), + [anon_sym_operator] = ACTIONS(4346), + [anon_sym_infix] = ACTIONS(4346), + [anon_sym_inline] = ACTIONS(4346), + [anon_sym_external] = ACTIONS(4346), + [sym_property_modifier] = ACTIONS(4346), + [anon_sym_abstract] = ACTIONS(4346), + [anon_sym_final] = ACTIONS(4346), + [anon_sym_open] = ACTIONS(4346), + [anon_sym_vararg] = ACTIONS(4346), + [anon_sym_noinline] = ACTIONS(4346), + [anon_sym_crossinline] = ACTIONS(4346), + [anon_sym_expect] = ACTIONS(4346), + [anon_sym_actual] = ACTIONS(4346), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4348), + [sym_safe_nav] = ACTIONS(4348), + [sym_multiline_comment] = ACTIONS(3), + }, + [3128] = { + [sym__alpha_identifier] = ACTIONS(4792), + [anon_sym_AT] = ACTIONS(4794), + [anon_sym_LBRACK] = ACTIONS(4794), + [anon_sym_as] = ACTIONS(4792), + [anon_sym_EQ] = ACTIONS(4792), + [anon_sym_LBRACE] = ACTIONS(4794), + [anon_sym_RBRACE] = ACTIONS(4794), + [anon_sym_LPAREN] = ACTIONS(4794), + [anon_sym_COMMA] = ACTIONS(4794), + [anon_sym_LT] = ACTIONS(4792), + [anon_sym_GT] = ACTIONS(4792), + [anon_sym_where] = ACTIONS(4792), + [anon_sym_object] = ACTIONS(4792), + [anon_sym_fun] = ACTIONS(4792), + [anon_sym_DOT] = ACTIONS(4792), + [anon_sym_SEMI] = ACTIONS(6499), + [anon_sym_get] = ACTIONS(4792), + [anon_sym_set] = ACTIONS(4792), + [anon_sym_this] = ACTIONS(4792), + [anon_sym_super] = ACTIONS(4792), + [anon_sym_STAR] = ACTIONS(4792), + [sym_label] = ACTIONS(4792), + [anon_sym_in] = ACTIONS(4792), + [anon_sym_DOT_DOT] = ACTIONS(4794), + [anon_sym_QMARK_COLON] = ACTIONS(4794), + [anon_sym_AMP_AMP] = ACTIONS(4794), + [anon_sym_PIPE_PIPE] = ACTIONS(4794), + [anon_sym_null] = ACTIONS(4792), + [anon_sym_if] = ACTIONS(4792), + [anon_sym_else] = ACTIONS(6501), + [anon_sym_when] = ACTIONS(4792), + [anon_sym_try] = ACTIONS(4792), + [anon_sym_throw] = ACTIONS(4792), + [anon_sym_return] = ACTIONS(4792), + [anon_sym_continue] = ACTIONS(4792), + [anon_sym_break] = ACTIONS(4792), + [anon_sym_COLON_COLON] = ACTIONS(4794), + [anon_sym_PLUS_EQ] = ACTIONS(4794), + [anon_sym_DASH_EQ] = ACTIONS(4794), + [anon_sym_STAR_EQ] = ACTIONS(4794), + [anon_sym_SLASH_EQ] = ACTIONS(4794), + [anon_sym_PERCENT_EQ] = ACTIONS(4794), + [anon_sym_BANG_EQ] = ACTIONS(4792), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4794), + [anon_sym_EQ_EQ] = ACTIONS(4792), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4794), + [anon_sym_LT_EQ] = ACTIONS(4794), + [anon_sym_GT_EQ] = ACTIONS(4794), + [anon_sym_BANGin] = ACTIONS(4794), + [anon_sym_is] = ACTIONS(4792), + [anon_sym_BANGis] = ACTIONS(4794), + [anon_sym_PLUS] = ACTIONS(4792), + [anon_sym_DASH] = ACTIONS(4792), + [anon_sym_SLASH] = ACTIONS(4792), + [anon_sym_PERCENT] = ACTIONS(4792), + [anon_sym_as_QMARK] = ACTIONS(4794), + [anon_sym_PLUS_PLUS] = ACTIONS(4794), + [anon_sym_DASH_DASH] = ACTIONS(4794), + [anon_sym_BANG] = ACTIONS(4792), + [anon_sym_BANG_BANG] = ACTIONS(4794), + [anon_sym_data] = ACTIONS(4792), + [anon_sym_inner] = ACTIONS(4792), + [anon_sym_expect] = ACTIONS(4792), + [anon_sym_actual] = ACTIONS(4792), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4794), + [anon_sym_continue_AT] = ACTIONS(4794), + [anon_sym_break_AT] = ACTIONS(4794), + [sym_real_literal] = ACTIONS(4794), + [sym_integer_literal] = ACTIONS(4792), + [sym_hex_literal] = ACTIONS(4794), + [sym_bin_literal] = ACTIONS(4794), + [anon_sym_true] = ACTIONS(4792), + [anon_sym_false] = ACTIONS(4792), + [anon_sym_SQUOTE] = ACTIONS(4794), + [sym__backtick_identifier] = ACTIONS(4794), + [sym__automatic_semicolon] = ACTIONS(4794), + [sym_safe_nav] = ACTIONS(4794), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4794), + }, + [3129] = { + [sym__alpha_identifier] = ACTIONS(1764), + [anon_sym_AT] = ACTIONS(1766), + [anon_sym_LBRACK] = ACTIONS(1766), + [anon_sym_as] = ACTIONS(1764), + [anon_sym_EQ] = ACTIONS(1764), + [anon_sym_LBRACE] = ACTIONS(1766), + [anon_sym_RBRACE] = ACTIONS(1766), + [anon_sym_LPAREN] = ACTIONS(1766), + [anon_sym_COMMA] = ACTIONS(1766), + [anon_sym_LT] = ACTIONS(1764), + [anon_sym_GT] = ACTIONS(1764), + [anon_sym_where] = ACTIONS(1764), + [anon_sym_object] = ACTIONS(1764), + [anon_sym_fun] = ACTIONS(1764), + [anon_sym_DOT] = ACTIONS(1764), + [anon_sym_SEMI] = ACTIONS(1766), + [anon_sym_get] = ACTIONS(1764), + [anon_sym_set] = ACTIONS(1764), + [anon_sym_this] = ACTIONS(1764), + [anon_sym_super] = ACTIONS(1764), + [anon_sym_STAR] = ACTIONS(1764), + [sym_label] = ACTIONS(1764), + [anon_sym_in] = ACTIONS(1764), + [anon_sym_DOT_DOT] = ACTIONS(1766), + [anon_sym_QMARK_COLON] = ACTIONS(1766), + [anon_sym_AMP_AMP] = ACTIONS(1766), + [anon_sym_PIPE_PIPE] = ACTIONS(1766), + [anon_sym_null] = ACTIONS(1764), + [anon_sym_if] = ACTIONS(1764), + [anon_sym_else] = ACTIONS(1764), + [anon_sym_when] = ACTIONS(1764), + [anon_sym_try] = ACTIONS(1764), + [anon_sym_throw] = ACTIONS(1764), + [anon_sym_return] = ACTIONS(1764), + [anon_sym_continue] = ACTIONS(1764), + [anon_sym_break] = ACTIONS(1764), + [anon_sym_COLON_COLON] = ACTIONS(1766), + [anon_sym_PLUS_EQ] = ACTIONS(1766), + [anon_sym_DASH_EQ] = ACTIONS(1766), + [anon_sym_STAR_EQ] = ACTIONS(1766), + [anon_sym_SLASH_EQ] = ACTIONS(1766), + [anon_sym_PERCENT_EQ] = ACTIONS(1766), + [anon_sym_BANG_EQ] = ACTIONS(1764), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), + [anon_sym_EQ_EQ] = ACTIONS(1764), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1766), + [anon_sym_LT_EQ] = ACTIONS(1766), + [anon_sym_GT_EQ] = ACTIONS(1766), + [anon_sym_BANGin] = ACTIONS(1766), + [anon_sym_is] = ACTIONS(1764), + [anon_sym_BANGis] = ACTIONS(1766), + [anon_sym_PLUS] = ACTIONS(1764), + [anon_sym_DASH] = ACTIONS(1764), + [anon_sym_SLASH] = ACTIONS(1764), + [anon_sym_PERCENT] = ACTIONS(1764), + [anon_sym_as_QMARK] = ACTIONS(1766), + [anon_sym_PLUS_PLUS] = ACTIONS(1766), + [anon_sym_DASH_DASH] = ACTIONS(1766), + [anon_sym_BANG] = ACTIONS(1764), + [anon_sym_BANG_BANG] = ACTIONS(1766), + [anon_sym_data] = ACTIONS(1764), + [anon_sym_inner] = ACTIONS(1764), + [anon_sym_expect] = ACTIONS(1764), + [anon_sym_actual] = ACTIONS(1764), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1766), + [anon_sym_continue_AT] = ACTIONS(1766), + [anon_sym_break_AT] = ACTIONS(1766), + [sym_real_literal] = ACTIONS(1766), + [sym_integer_literal] = ACTIONS(1764), + [sym_hex_literal] = ACTIONS(1766), + [sym_bin_literal] = ACTIONS(1766), + [anon_sym_true] = ACTIONS(1764), + [anon_sym_false] = ACTIONS(1764), + [anon_sym_SQUOTE] = ACTIONS(1766), + [sym__backtick_identifier] = ACTIONS(1766), + [sym__automatic_semicolon] = ACTIONS(1766), + [sym_safe_nav] = ACTIONS(1766), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1766), + }, + [3130] = { + [sym__alpha_identifier] = ACTIONS(201), + [anon_sym_AT] = ACTIONS(199), + [anon_sym_LBRACK] = ACTIONS(199), + [anon_sym_RBRACK] = ACTIONS(199), + [anon_sym_as] = ACTIONS(201), + [anon_sym_EQ] = ACTIONS(201), + [anon_sym_LBRACE] = ACTIONS(199), + [anon_sym_RBRACE] = ACTIONS(199), + [anon_sym_LPAREN] = ACTIONS(199), + [anon_sym_COMMA] = ACTIONS(199), + [anon_sym_RPAREN] = ACTIONS(199), + [anon_sym_LT] = ACTIONS(201), + [anon_sym_GT] = ACTIONS(201), + [anon_sym_where] = ACTIONS(201), + [anon_sym_DOT] = ACTIONS(201), + [anon_sym_SEMI] = ACTIONS(199), + [anon_sym_get] = ACTIONS(201), + [anon_sym_set] = ACTIONS(201), + [anon_sym_STAR] = ACTIONS(201), + [anon_sym_DASH_GT] = ACTIONS(199), + [sym_label] = ACTIONS(199), + [anon_sym_in] = ACTIONS(201), + [anon_sym_while] = ACTIONS(201), + [anon_sym_DOT_DOT] = ACTIONS(199), + [anon_sym_QMARK_COLON] = ACTIONS(199), + [anon_sym_AMP_AMP] = ACTIONS(199), + [anon_sym_PIPE_PIPE] = ACTIONS(199), + [anon_sym_else] = ACTIONS(201), + [anon_sym_COLON_COLON] = ACTIONS(199), + [anon_sym_PLUS_EQ] = ACTIONS(199), + [anon_sym_DASH_EQ] = ACTIONS(199), + [anon_sym_STAR_EQ] = ACTIONS(199), + [anon_sym_SLASH_EQ] = ACTIONS(199), + [anon_sym_PERCENT_EQ] = ACTIONS(199), + [anon_sym_BANG_EQ] = ACTIONS(201), + [anon_sym_BANG_EQ_EQ] = ACTIONS(199), + [anon_sym_EQ_EQ] = ACTIONS(201), + [anon_sym_EQ_EQ_EQ] = ACTIONS(199), + [anon_sym_LT_EQ] = ACTIONS(199), + [anon_sym_GT_EQ] = ACTIONS(199), + [anon_sym_BANGin] = ACTIONS(199), + [anon_sym_is] = ACTIONS(201), + [anon_sym_BANGis] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(201), + [anon_sym_DASH] = ACTIONS(201), + [anon_sym_SLASH] = ACTIONS(201), + [anon_sym_PERCENT] = ACTIONS(201), + [anon_sym_as_QMARK] = ACTIONS(199), + [anon_sym_PLUS_PLUS] = ACTIONS(199), + [anon_sym_DASH_DASH] = ACTIONS(199), + [anon_sym_BANG_BANG] = ACTIONS(199), + [anon_sym_suspend] = ACTIONS(201), + [anon_sym_sealed] = ACTIONS(201), + [anon_sym_annotation] = ACTIONS(201), + [anon_sym_data] = ACTIONS(201), + [anon_sym_inner] = ACTIONS(201), + [anon_sym_override] = ACTIONS(201), + [anon_sym_lateinit] = ACTIONS(201), + [anon_sym_public] = ACTIONS(201), + [anon_sym_private] = ACTIONS(201), + [anon_sym_internal] = ACTIONS(201), + [anon_sym_protected] = ACTIONS(201), + [anon_sym_tailrec] = ACTIONS(201), + [anon_sym_operator] = ACTIONS(201), + [anon_sym_infix] = ACTIONS(201), + [anon_sym_inline] = ACTIONS(201), + [anon_sym_external] = ACTIONS(201), + [sym_property_modifier] = ACTIONS(201), + [anon_sym_abstract] = ACTIONS(201), + [anon_sym_final] = ACTIONS(201), + [anon_sym_open] = ACTIONS(201), + [anon_sym_vararg] = ACTIONS(201), + [anon_sym_noinline] = ACTIONS(201), + [anon_sym_crossinline] = ACTIONS(201), + [anon_sym_expect] = ACTIONS(201), + [anon_sym_actual] = ACTIONS(201), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(199), + [sym_safe_nav] = ACTIONS(199), + [sym_multiline_comment] = ACTIONS(3), + }, + [3131] = { + [sym__alpha_identifier] = ACTIONS(4792), + [anon_sym_AT] = ACTIONS(4794), + [anon_sym_LBRACK] = ACTIONS(4794), + [anon_sym_as] = ACTIONS(4792), + [anon_sym_EQ] = ACTIONS(4792), + [anon_sym_LBRACE] = ACTIONS(4794), + [anon_sym_RBRACE] = ACTIONS(4794), + [anon_sym_LPAREN] = ACTIONS(4794), + [anon_sym_COMMA] = ACTIONS(4794), + [anon_sym_LT] = ACTIONS(4792), + [anon_sym_GT] = ACTIONS(4792), + [anon_sym_where] = ACTIONS(4792), + [anon_sym_object] = ACTIONS(4792), + [anon_sym_fun] = ACTIONS(4792), + [anon_sym_DOT] = ACTIONS(4792), + [anon_sym_SEMI] = ACTIONS(4794), + [anon_sym_get] = ACTIONS(4792), + [anon_sym_set] = ACTIONS(4792), + [anon_sym_this] = ACTIONS(4792), + [anon_sym_super] = ACTIONS(4792), + [anon_sym_STAR] = ACTIONS(4792), + [sym_label] = ACTIONS(4792), + [anon_sym_in] = ACTIONS(4792), + [anon_sym_DOT_DOT] = ACTIONS(4794), + [anon_sym_QMARK_COLON] = ACTIONS(4794), + [anon_sym_AMP_AMP] = ACTIONS(4794), + [anon_sym_PIPE_PIPE] = ACTIONS(4794), + [anon_sym_null] = ACTIONS(4792), + [anon_sym_if] = ACTIONS(4792), + [anon_sym_else] = ACTIONS(6501), + [anon_sym_when] = ACTIONS(4792), + [anon_sym_try] = ACTIONS(4792), + [anon_sym_throw] = ACTIONS(4792), + [anon_sym_return] = ACTIONS(4792), + [anon_sym_continue] = ACTIONS(4792), + [anon_sym_break] = ACTIONS(4792), + [anon_sym_COLON_COLON] = ACTIONS(4794), + [anon_sym_PLUS_EQ] = ACTIONS(4794), + [anon_sym_DASH_EQ] = ACTIONS(4794), + [anon_sym_STAR_EQ] = ACTIONS(4794), + [anon_sym_SLASH_EQ] = ACTIONS(4794), + [anon_sym_PERCENT_EQ] = ACTIONS(4794), + [anon_sym_BANG_EQ] = ACTIONS(4792), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4794), + [anon_sym_EQ_EQ] = ACTIONS(4792), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4794), + [anon_sym_LT_EQ] = ACTIONS(4794), + [anon_sym_GT_EQ] = ACTIONS(4794), + [anon_sym_BANGin] = ACTIONS(4794), + [anon_sym_is] = ACTIONS(4792), + [anon_sym_BANGis] = ACTIONS(4794), + [anon_sym_PLUS] = ACTIONS(4792), + [anon_sym_DASH] = ACTIONS(4792), + [anon_sym_SLASH] = ACTIONS(4792), + [anon_sym_PERCENT] = ACTIONS(4792), + [anon_sym_as_QMARK] = ACTIONS(4794), + [anon_sym_PLUS_PLUS] = ACTIONS(4794), + [anon_sym_DASH_DASH] = ACTIONS(4794), + [anon_sym_BANG] = ACTIONS(4792), + [anon_sym_BANG_BANG] = ACTIONS(4794), + [anon_sym_data] = ACTIONS(4792), + [anon_sym_inner] = ACTIONS(4792), + [anon_sym_expect] = ACTIONS(4792), + [anon_sym_actual] = ACTIONS(4792), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4794), + [anon_sym_continue_AT] = ACTIONS(4794), + [anon_sym_break_AT] = ACTIONS(4794), + [sym_real_literal] = ACTIONS(4794), + [sym_integer_literal] = ACTIONS(4792), + [sym_hex_literal] = ACTIONS(4794), + [sym_bin_literal] = ACTIONS(4794), + [anon_sym_true] = ACTIONS(4792), + [anon_sym_false] = ACTIONS(4792), + [anon_sym_SQUOTE] = ACTIONS(4794), + [sym__backtick_identifier] = ACTIONS(4794), + [sym__automatic_semicolon] = ACTIONS(4794), + [sym_safe_nav] = ACTIONS(4794), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4794), + }, + [3132] = { + [sym__alpha_identifier] = ACTIONS(4231), + [anon_sym_AT] = ACTIONS(4233), + [anon_sym_LBRACK] = ACTIONS(4233), + [anon_sym_as] = ACTIONS(4231), + [anon_sym_EQ] = ACTIONS(4231), + [anon_sym_LBRACE] = ACTIONS(4233), + [anon_sym_RBRACE] = ACTIONS(4233), + [anon_sym_LPAREN] = ACTIONS(4233), + [anon_sym_COMMA] = ACTIONS(4233), + [anon_sym_LT] = ACTIONS(4231), + [anon_sym_GT] = ACTIONS(4231), + [anon_sym_where] = ACTIONS(4231), + [anon_sym_object] = ACTIONS(4231), + [anon_sym_fun] = ACTIONS(4231), + [anon_sym_DOT] = ACTIONS(4231), + [anon_sym_SEMI] = ACTIONS(4233), + [anon_sym_get] = ACTIONS(4231), + [anon_sym_set] = ACTIONS(4231), + [anon_sym_this] = ACTIONS(4231), + [anon_sym_super] = ACTIONS(4231), + [anon_sym_STAR] = ACTIONS(4231), + [sym_label] = ACTIONS(4231), + [anon_sym_in] = ACTIONS(4231), + [anon_sym_DOT_DOT] = ACTIONS(4233), + [anon_sym_QMARK_COLON] = ACTIONS(4233), + [anon_sym_AMP_AMP] = ACTIONS(4233), + [anon_sym_PIPE_PIPE] = ACTIONS(4233), + [anon_sym_null] = ACTIONS(4231), + [anon_sym_if] = ACTIONS(4231), + [anon_sym_else] = ACTIONS(4231), + [anon_sym_when] = ACTIONS(4231), + [anon_sym_try] = ACTIONS(4231), + [anon_sym_throw] = ACTIONS(4231), + [anon_sym_return] = ACTIONS(4231), + [anon_sym_continue] = ACTIONS(4231), + [anon_sym_break] = ACTIONS(4231), + [anon_sym_COLON_COLON] = ACTIONS(4233), + [anon_sym_PLUS_EQ] = ACTIONS(4233), + [anon_sym_DASH_EQ] = ACTIONS(4233), + [anon_sym_STAR_EQ] = ACTIONS(4233), + [anon_sym_SLASH_EQ] = ACTIONS(4233), + [anon_sym_PERCENT_EQ] = ACTIONS(4233), + [anon_sym_BANG_EQ] = ACTIONS(4231), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4233), + [anon_sym_EQ_EQ] = ACTIONS(4231), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4233), + [anon_sym_LT_EQ] = ACTIONS(4233), + [anon_sym_GT_EQ] = ACTIONS(4233), + [anon_sym_BANGin] = ACTIONS(4233), + [anon_sym_is] = ACTIONS(4231), + [anon_sym_BANGis] = ACTIONS(4233), + [anon_sym_PLUS] = ACTIONS(4231), + [anon_sym_DASH] = ACTIONS(4231), + [anon_sym_SLASH] = ACTIONS(4231), + [anon_sym_PERCENT] = ACTIONS(4231), + [anon_sym_as_QMARK] = ACTIONS(4233), + [anon_sym_PLUS_PLUS] = ACTIONS(4233), + [anon_sym_DASH_DASH] = ACTIONS(4233), + [anon_sym_BANG] = ACTIONS(4231), + [anon_sym_BANG_BANG] = ACTIONS(4233), + [anon_sym_data] = ACTIONS(4231), + [anon_sym_inner] = ACTIONS(4231), + [anon_sym_expect] = ACTIONS(4231), + [anon_sym_actual] = ACTIONS(4231), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4233), + [anon_sym_continue_AT] = ACTIONS(4233), + [anon_sym_break_AT] = ACTIONS(4233), + [sym_real_literal] = ACTIONS(4233), + [sym_integer_literal] = ACTIONS(4231), + [sym_hex_literal] = ACTIONS(4233), + [sym_bin_literal] = ACTIONS(4233), + [anon_sym_true] = ACTIONS(4231), + [anon_sym_false] = ACTIONS(4231), + [anon_sym_SQUOTE] = ACTIONS(4233), + [sym__backtick_identifier] = ACTIONS(4233), + [sym__automatic_semicolon] = ACTIONS(4233), + [sym_safe_nav] = ACTIONS(4233), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4233), + }, + [3133] = { + [sym__alpha_identifier] = ACTIONS(4099), + [anon_sym_AT] = ACTIONS(4101), + [anon_sym_LBRACK] = ACTIONS(4101), + [anon_sym_as] = ACTIONS(4099), + [anon_sym_EQ] = ACTIONS(4099), + [anon_sym_LBRACE] = ACTIONS(4101), + [anon_sym_RBRACE] = ACTIONS(4101), + [anon_sym_LPAREN] = ACTIONS(4101), + [anon_sym_COMMA] = ACTIONS(4101), + [anon_sym_LT] = ACTIONS(4099), + [anon_sym_GT] = ACTIONS(4099), + [anon_sym_where] = ACTIONS(4099), + [anon_sym_object] = ACTIONS(4099), + [anon_sym_fun] = ACTIONS(4099), + [anon_sym_DOT] = ACTIONS(4099), + [anon_sym_SEMI] = ACTIONS(4101), + [anon_sym_get] = ACTIONS(4099), + [anon_sym_set] = ACTIONS(4099), + [anon_sym_this] = ACTIONS(4099), + [anon_sym_super] = ACTIONS(4099), + [anon_sym_STAR] = ACTIONS(4099), + [sym_label] = ACTIONS(4099), + [anon_sym_in] = ACTIONS(4099), + [anon_sym_DOT_DOT] = ACTIONS(4101), + [anon_sym_QMARK_COLON] = ACTIONS(4101), + [anon_sym_AMP_AMP] = ACTIONS(4101), + [anon_sym_PIPE_PIPE] = ACTIONS(4101), + [anon_sym_null] = ACTIONS(4099), + [anon_sym_if] = ACTIONS(4099), + [anon_sym_else] = ACTIONS(4099), + [anon_sym_when] = ACTIONS(4099), + [anon_sym_try] = ACTIONS(4099), + [anon_sym_throw] = ACTIONS(4099), + [anon_sym_return] = ACTIONS(4099), + [anon_sym_continue] = ACTIONS(4099), + [anon_sym_break] = ACTIONS(4099), + [anon_sym_COLON_COLON] = ACTIONS(4101), + [anon_sym_PLUS_EQ] = ACTIONS(4101), + [anon_sym_DASH_EQ] = ACTIONS(4101), + [anon_sym_STAR_EQ] = ACTIONS(4101), + [anon_sym_SLASH_EQ] = ACTIONS(4101), + [anon_sym_PERCENT_EQ] = ACTIONS(4101), + [anon_sym_BANG_EQ] = ACTIONS(4099), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4101), + [anon_sym_EQ_EQ] = ACTIONS(4099), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4101), + [anon_sym_LT_EQ] = ACTIONS(4101), + [anon_sym_GT_EQ] = ACTIONS(4101), + [anon_sym_BANGin] = ACTIONS(4101), + [anon_sym_is] = ACTIONS(4099), + [anon_sym_BANGis] = ACTIONS(4101), + [anon_sym_PLUS] = ACTIONS(4099), + [anon_sym_DASH] = ACTIONS(4099), + [anon_sym_SLASH] = ACTIONS(4099), + [anon_sym_PERCENT] = ACTIONS(4099), + [anon_sym_as_QMARK] = ACTIONS(4101), + [anon_sym_PLUS_PLUS] = ACTIONS(4101), + [anon_sym_DASH_DASH] = ACTIONS(4101), + [anon_sym_BANG] = ACTIONS(4099), + [anon_sym_BANG_BANG] = ACTIONS(4101), + [anon_sym_data] = ACTIONS(4099), + [anon_sym_inner] = ACTIONS(4099), + [anon_sym_expect] = ACTIONS(4099), + [anon_sym_actual] = ACTIONS(4099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4101), + [anon_sym_continue_AT] = ACTIONS(4101), + [anon_sym_break_AT] = ACTIONS(4101), + [sym_real_literal] = ACTIONS(4101), + [sym_integer_literal] = ACTIONS(4099), + [sym_hex_literal] = ACTIONS(4101), + [sym_bin_literal] = ACTIONS(4101), + [anon_sym_true] = ACTIONS(4099), + [anon_sym_false] = ACTIONS(4099), + [anon_sym_SQUOTE] = ACTIONS(4101), + [sym__backtick_identifier] = ACTIONS(4101), + [sym__automatic_semicolon] = ACTIONS(4101), + [sym_safe_nav] = ACTIONS(4101), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4101), + }, + [3134] = { + [sym__alpha_identifier] = ACTIONS(4987), + [anon_sym_AT] = ACTIONS(4989), + [anon_sym_LBRACK] = ACTIONS(4989), + [anon_sym_RBRACK] = ACTIONS(4989), + [anon_sym_as] = ACTIONS(4987), + [anon_sym_EQ] = ACTIONS(4987), + [anon_sym_LBRACE] = ACTIONS(4989), + [anon_sym_RBRACE] = ACTIONS(4989), + [anon_sym_LPAREN] = ACTIONS(4989), + [anon_sym_COMMA] = ACTIONS(4989), + [anon_sym_RPAREN] = ACTIONS(4989), + [anon_sym_LT] = ACTIONS(4987), + [anon_sym_GT] = ACTIONS(4987), + [anon_sym_where] = ACTIONS(4987), + [anon_sym_DOT] = ACTIONS(4987), + [anon_sym_SEMI] = ACTIONS(4989), + [anon_sym_get] = ACTIONS(4987), + [anon_sym_set] = ACTIONS(4987), + [anon_sym_STAR] = ACTIONS(4987), + [anon_sym_DASH_GT] = ACTIONS(4989), + [sym_label] = ACTIONS(4989), + [anon_sym_in] = ACTIONS(4987), + [anon_sym_while] = ACTIONS(4987), + [anon_sym_DOT_DOT] = ACTIONS(4989), + [anon_sym_QMARK_COLON] = ACTIONS(4989), + [anon_sym_AMP_AMP] = ACTIONS(4989), + [anon_sym_PIPE_PIPE] = ACTIONS(4989), + [anon_sym_else] = ACTIONS(4987), + [anon_sym_COLON_COLON] = ACTIONS(4989), + [anon_sym_PLUS_EQ] = ACTIONS(4989), + [anon_sym_DASH_EQ] = ACTIONS(4989), + [anon_sym_STAR_EQ] = ACTIONS(4989), + [anon_sym_SLASH_EQ] = ACTIONS(4989), + [anon_sym_PERCENT_EQ] = ACTIONS(4989), + [anon_sym_BANG_EQ] = ACTIONS(4987), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4989), + [anon_sym_EQ_EQ] = ACTIONS(4987), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4989), + [anon_sym_LT_EQ] = ACTIONS(4989), + [anon_sym_GT_EQ] = ACTIONS(4989), + [anon_sym_BANGin] = ACTIONS(4989), + [anon_sym_is] = ACTIONS(4987), + [anon_sym_BANGis] = ACTIONS(4989), + [anon_sym_PLUS] = ACTIONS(4987), + [anon_sym_DASH] = ACTIONS(4987), + [anon_sym_SLASH] = ACTIONS(4987), + [anon_sym_PERCENT] = ACTIONS(4987), + [anon_sym_as_QMARK] = ACTIONS(4989), + [anon_sym_PLUS_PLUS] = ACTIONS(4989), + [anon_sym_DASH_DASH] = ACTIONS(4989), + [anon_sym_BANG_BANG] = ACTIONS(4989), + [anon_sym_suspend] = ACTIONS(4987), + [anon_sym_sealed] = ACTIONS(4987), + [anon_sym_annotation] = ACTIONS(4987), + [anon_sym_data] = ACTIONS(4987), + [anon_sym_inner] = ACTIONS(4987), + [anon_sym_override] = ACTIONS(4987), + [anon_sym_lateinit] = ACTIONS(4987), + [anon_sym_public] = ACTIONS(4987), + [anon_sym_private] = ACTIONS(4987), + [anon_sym_internal] = ACTIONS(4987), + [anon_sym_protected] = ACTIONS(4987), + [anon_sym_tailrec] = ACTIONS(4987), + [anon_sym_operator] = ACTIONS(4987), + [anon_sym_infix] = ACTIONS(4987), + [anon_sym_inline] = ACTIONS(4987), + [anon_sym_external] = ACTIONS(4987), + [sym_property_modifier] = ACTIONS(4987), + [anon_sym_abstract] = ACTIONS(4987), + [anon_sym_final] = ACTIONS(4987), + [anon_sym_open] = ACTIONS(4987), + [anon_sym_vararg] = ACTIONS(4987), + [anon_sym_noinline] = ACTIONS(4987), + [anon_sym_crossinline] = ACTIONS(4987), + [anon_sym_expect] = ACTIONS(4987), + [anon_sym_actual] = ACTIONS(4987), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4989), + [sym_safe_nav] = ACTIONS(4989), + [sym_multiline_comment] = ACTIONS(3), + }, + [3135] = { + [sym__alpha_identifier] = ACTIONS(4987), + [anon_sym_AT] = ACTIONS(4989), + [anon_sym_LBRACK] = ACTIONS(4989), + [anon_sym_as] = ACTIONS(4987), + [anon_sym_EQ] = ACTIONS(4987), + [anon_sym_LBRACE] = ACTIONS(4989), + [anon_sym_RBRACE] = ACTIONS(4989), + [anon_sym_LPAREN] = ACTIONS(4989), + [anon_sym_COMMA] = ACTIONS(4989), + [anon_sym_LT] = ACTIONS(4987), + [anon_sym_GT] = ACTIONS(4987), + [anon_sym_where] = ACTIONS(4987), + [anon_sym_object] = ACTIONS(4987), + [anon_sym_fun] = ACTIONS(4987), + [anon_sym_DOT] = ACTIONS(4987), + [anon_sym_SEMI] = ACTIONS(4989), + [anon_sym_get] = ACTIONS(4987), + [anon_sym_set] = ACTIONS(4987), + [anon_sym_this] = ACTIONS(4987), + [anon_sym_super] = ACTIONS(4987), + [anon_sym_STAR] = ACTIONS(4987), + [sym_label] = ACTIONS(4987), + [anon_sym_in] = ACTIONS(4987), + [anon_sym_DOT_DOT] = ACTIONS(4989), + [anon_sym_QMARK_COLON] = ACTIONS(4989), + [anon_sym_AMP_AMP] = ACTIONS(4989), + [anon_sym_PIPE_PIPE] = ACTIONS(4989), + [anon_sym_null] = ACTIONS(4987), + [anon_sym_if] = ACTIONS(4987), + [anon_sym_else] = ACTIONS(4987), + [anon_sym_when] = ACTIONS(4987), + [anon_sym_try] = ACTIONS(4987), + [anon_sym_throw] = ACTIONS(4987), + [anon_sym_return] = ACTIONS(4987), + [anon_sym_continue] = ACTIONS(4987), + [anon_sym_break] = ACTIONS(4987), + [anon_sym_COLON_COLON] = ACTIONS(4989), + [anon_sym_PLUS_EQ] = ACTIONS(4989), + [anon_sym_DASH_EQ] = ACTIONS(4989), + [anon_sym_STAR_EQ] = ACTIONS(4989), + [anon_sym_SLASH_EQ] = ACTIONS(4989), + [anon_sym_PERCENT_EQ] = ACTIONS(4989), + [anon_sym_BANG_EQ] = ACTIONS(4987), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4989), + [anon_sym_EQ_EQ] = ACTIONS(4987), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4989), + [anon_sym_LT_EQ] = ACTIONS(4989), + [anon_sym_GT_EQ] = ACTIONS(4989), + [anon_sym_BANGin] = ACTIONS(4989), + [anon_sym_is] = ACTIONS(4987), + [anon_sym_BANGis] = ACTIONS(4989), + [anon_sym_PLUS] = ACTIONS(4987), + [anon_sym_DASH] = ACTIONS(4987), + [anon_sym_SLASH] = ACTIONS(4987), + [anon_sym_PERCENT] = ACTIONS(4987), + [anon_sym_as_QMARK] = ACTIONS(4989), + [anon_sym_PLUS_PLUS] = ACTIONS(4989), + [anon_sym_DASH_DASH] = ACTIONS(4989), + [anon_sym_BANG] = ACTIONS(4987), + [anon_sym_BANG_BANG] = ACTIONS(4989), + [anon_sym_data] = ACTIONS(4987), + [anon_sym_inner] = ACTIONS(4987), + [anon_sym_expect] = ACTIONS(4987), + [anon_sym_actual] = ACTIONS(4987), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4989), + [anon_sym_continue_AT] = ACTIONS(4989), + [anon_sym_break_AT] = ACTIONS(4989), + [sym_real_literal] = ACTIONS(4989), + [sym_integer_literal] = ACTIONS(4987), + [sym_hex_literal] = ACTIONS(4989), + [sym_bin_literal] = ACTIONS(4989), + [anon_sym_true] = ACTIONS(4987), + [anon_sym_false] = ACTIONS(4987), + [anon_sym_SQUOTE] = ACTIONS(4989), + [sym__backtick_identifier] = ACTIONS(4989), + [sym__automatic_semicolon] = ACTIONS(4989), + [sym_safe_nav] = ACTIONS(4989), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4989), + }, + [3136] = { + [sym__alpha_identifier] = ACTIONS(201), + [anon_sym_AT] = ACTIONS(199), + [anon_sym_LBRACK] = ACTIONS(199), + [anon_sym_as] = ACTIONS(201), + [anon_sym_EQ] = ACTIONS(201), + [anon_sym_LBRACE] = ACTIONS(199), + [anon_sym_RBRACE] = ACTIONS(199), + [anon_sym_LPAREN] = ACTIONS(199), + [anon_sym_COMMA] = ACTIONS(199), + [anon_sym_LT] = ACTIONS(201), + [anon_sym_GT] = ACTIONS(201), + [anon_sym_where] = ACTIONS(201), + [anon_sym_object] = ACTIONS(201), + [anon_sym_fun] = ACTIONS(201), + [anon_sym_DOT] = ACTIONS(201), + [anon_sym_SEMI] = ACTIONS(199), + [anon_sym_get] = ACTIONS(201), + [anon_sym_set] = ACTIONS(201), + [anon_sym_this] = ACTIONS(201), + [anon_sym_super] = ACTIONS(201), + [anon_sym_STAR] = ACTIONS(201), + [sym_label] = ACTIONS(201), + [anon_sym_in] = ACTIONS(201), + [anon_sym_DOT_DOT] = ACTIONS(199), + [anon_sym_QMARK_COLON] = ACTIONS(199), + [anon_sym_AMP_AMP] = ACTIONS(199), + [anon_sym_PIPE_PIPE] = ACTIONS(199), + [anon_sym_null] = ACTIONS(201), + [anon_sym_if] = ACTIONS(201), + [anon_sym_else] = ACTIONS(201), + [anon_sym_when] = ACTIONS(201), + [anon_sym_try] = ACTIONS(201), + [anon_sym_throw] = ACTIONS(201), + [anon_sym_return] = ACTIONS(201), + [anon_sym_continue] = ACTIONS(201), + [anon_sym_break] = ACTIONS(201), + [anon_sym_COLON_COLON] = ACTIONS(199), + [anon_sym_PLUS_EQ] = ACTIONS(199), + [anon_sym_DASH_EQ] = ACTIONS(199), + [anon_sym_STAR_EQ] = ACTIONS(199), + [anon_sym_SLASH_EQ] = ACTIONS(199), + [anon_sym_PERCENT_EQ] = ACTIONS(199), + [anon_sym_BANG_EQ] = ACTIONS(201), + [anon_sym_BANG_EQ_EQ] = ACTIONS(199), + [anon_sym_EQ_EQ] = ACTIONS(201), + [anon_sym_EQ_EQ_EQ] = ACTIONS(199), + [anon_sym_LT_EQ] = ACTIONS(199), + [anon_sym_GT_EQ] = ACTIONS(199), + [anon_sym_BANGin] = ACTIONS(199), + [anon_sym_is] = ACTIONS(201), + [anon_sym_BANGis] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(201), + [anon_sym_DASH] = ACTIONS(201), + [anon_sym_SLASH] = ACTIONS(201), + [anon_sym_PERCENT] = ACTIONS(201), + [anon_sym_as_QMARK] = ACTIONS(199), + [anon_sym_PLUS_PLUS] = ACTIONS(199), + [anon_sym_DASH_DASH] = ACTIONS(199), + [anon_sym_BANG] = ACTIONS(201), + [anon_sym_BANG_BANG] = ACTIONS(199), + [anon_sym_data] = ACTIONS(201), + [anon_sym_inner] = ACTIONS(201), + [anon_sym_expect] = ACTIONS(201), + [anon_sym_actual] = ACTIONS(201), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(199), + [anon_sym_continue_AT] = ACTIONS(199), + [anon_sym_break_AT] = ACTIONS(199), + [sym_real_literal] = ACTIONS(199), + [sym_integer_literal] = ACTIONS(201), + [sym_hex_literal] = ACTIONS(199), + [sym_bin_literal] = ACTIONS(199), + [anon_sym_true] = ACTIONS(201), + [anon_sym_false] = ACTIONS(201), + [anon_sym_SQUOTE] = ACTIONS(199), + [sym__backtick_identifier] = ACTIONS(199), + [sym__automatic_semicolon] = ACTIONS(199), + [sym_safe_nav] = ACTIONS(199), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(199), + }, + [3137] = { + [sym__alpha_identifier] = ACTIONS(4511), + [anon_sym_AT] = ACTIONS(4513), + [anon_sym_LBRACK] = ACTIONS(4513), + [anon_sym_RBRACK] = ACTIONS(4513), + [anon_sym_as] = ACTIONS(4511), + [anon_sym_EQ] = ACTIONS(4511), + [anon_sym_LBRACE] = ACTIONS(4513), + [anon_sym_RBRACE] = ACTIONS(4513), + [anon_sym_LPAREN] = ACTIONS(4513), + [anon_sym_COMMA] = ACTIONS(4513), + [anon_sym_RPAREN] = ACTIONS(4513), + [anon_sym_LT] = ACTIONS(4511), + [anon_sym_GT] = ACTIONS(4511), + [anon_sym_where] = ACTIONS(4511), + [anon_sym_DOT] = ACTIONS(4511), + [anon_sym_SEMI] = ACTIONS(4513), + [anon_sym_get] = ACTIONS(4511), + [anon_sym_set] = ACTIONS(4511), + [anon_sym_STAR] = ACTIONS(4511), + [anon_sym_DASH_GT] = ACTIONS(4513), + [sym_label] = ACTIONS(4513), + [anon_sym_in] = ACTIONS(4511), + [anon_sym_while] = ACTIONS(4511), + [anon_sym_DOT_DOT] = ACTIONS(4513), + [anon_sym_QMARK_COLON] = ACTIONS(4513), + [anon_sym_AMP_AMP] = ACTIONS(4513), + [anon_sym_PIPE_PIPE] = ACTIONS(4513), + [anon_sym_else] = ACTIONS(4511), + [anon_sym_COLON_COLON] = ACTIONS(4513), + [anon_sym_PLUS_EQ] = ACTIONS(4513), + [anon_sym_DASH_EQ] = ACTIONS(4513), + [anon_sym_STAR_EQ] = ACTIONS(4513), + [anon_sym_SLASH_EQ] = ACTIONS(4513), + [anon_sym_PERCENT_EQ] = ACTIONS(4513), + [anon_sym_BANG_EQ] = ACTIONS(4511), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4513), + [anon_sym_EQ_EQ] = ACTIONS(4511), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4513), + [anon_sym_LT_EQ] = ACTIONS(4513), + [anon_sym_GT_EQ] = ACTIONS(4513), + [anon_sym_BANGin] = ACTIONS(4513), + [anon_sym_is] = ACTIONS(4511), + [anon_sym_BANGis] = ACTIONS(4513), + [anon_sym_PLUS] = ACTIONS(4511), + [anon_sym_DASH] = ACTIONS(4511), + [anon_sym_SLASH] = ACTIONS(4511), + [anon_sym_PERCENT] = ACTIONS(4511), + [anon_sym_as_QMARK] = ACTIONS(4513), + [anon_sym_PLUS_PLUS] = ACTIONS(4513), + [anon_sym_DASH_DASH] = ACTIONS(4513), + [anon_sym_BANG_BANG] = ACTIONS(4513), + [anon_sym_suspend] = ACTIONS(4511), + [anon_sym_sealed] = ACTIONS(4511), + [anon_sym_annotation] = ACTIONS(4511), + [anon_sym_data] = ACTIONS(4511), + [anon_sym_inner] = ACTIONS(4511), + [anon_sym_override] = ACTIONS(4511), + [anon_sym_lateinit] = ACTIONS(4511), + [anon_sym_public] = ACTIONS(4511), + [anon_sym_private] = ACTIONS(4511), + [anon_sym_internal] = ACTIONS(4511), + [anon_sym_protected] = ACTIONS(4511), + [anon_sym_tailrec] = ACTIONS(4511), + [anon_sym_operator] = ACTIONS(4511), + [anon_sym_infix] = ACTIONS(4511), + [anon_sym_inline] = ACTIONS(4511), + [anon_sym_external] = ACTIONS(4511), + [sym_property_modifier] = ACTIONS(4511), + [anon_sym_abstract] = ACTIONS(4511), + [anon_sym_final] = ACTIONS(4511), + [anon_sym_open] = ACTIONS(4511), + [anon_sym_vararg] = ACTIONS(4511), + [anon_sym_noinline] = ACTIONS(4511), + [anon_sym_crossinline] = ACTIONS(4511), + [anon_sym_expect] = ACTIONS(4511), + [anon_sym_actual] = ACTIONS(4511), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4513), + [sym_safe_nav] = ACTIONS(4513), + [sym_multiline_comment] = ACTIONS(3), + }, + [3138] = { + [sym__alpha_identifier] = ACTIONS(4975), + [anon_sym_AT] = ACTIONS(4977), + [anon_sym_LBRACK] = ACTIONS(4977), + [anon_sym_RBRACK] = ACTIONS(4977), + [anon_sym_as] = ACTIONS(4975), + [anon_sym_EQ] = ACTIONS(4975), + [anon_sym_LBRACE] = ACTIONS(4977), + [anon_sym_RBRACE] = ACTIONS(4977), + [anon_sym_LPAREN] = ACTIONS(4977), + [anon_sym_COMMA] = ACTIONS(4977), + [anon_sym_RPAREN] = ACTIONS(4977), + [anon_sym_LT] = ACTIONS(4975), + [anon_sym_GT] = ACTIONS(4975), + [anon_sym_where] = ACTIONS(4975), + [anon_sym_DOT] = ACTIONS(4975), + [anon_sym_SEMI] = ACTIONS(4977), + [anon_sym_get] = ACTIONS(4975), + [anon_sym_set] = ACTIONS(4975), + [anon_sym_STAR] = ACTIONS(4975), + [anon_sym_DASH_GT] = ACTIONS(4977), + [sym_label] = ACTIONS(4977), + [anon_sym_in] = ACTIONS(4975), + [anon_sym_while] = ACTIONS(4975), + [anon_sym_DOT_DOT] = ACTIONS(4977), + [anon_sym_QMARK_COLON] = ACTIONS(4977), + [anon_sym_AMP_AMP] = ACTIONS(4977), + [anon_sym_PIPE_PIPE] = ACTIONS(4977), + [anon_sym_else] = ACTIONS(4975), + [anon_sym_COLON_COLON] = ACTIONS(4977), + [anon_sym_PLUS_EQ] = ACTIONS(4977), + [anon_sym_DASH_EQ] = ACTIONS(4977), + [anon_sym_STAR_EQ] = ACTIONS(4977), + [anon_sym_SLASH_EQ] = ACTIONS(4977), + [anon_sym_PERCENT_EQ] = ACTIONS(4977), + [anon_sym_BANG_EQ] = ACTIONS(4975), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4977), + [anon_sym_EQ_EQ] = ACTIONS(4975), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4977), + [anon_sym_LT_EQ] = ACTIONS(4977), + [anon_sym_GT_EQ] = ACTIONS(4977), + [anon_sym_BANGin] = ACTIONS(4977), + [anon_sym_is] = ACTIONS(4975), + [anon_sym_BANGis] = ACTIONS(4977), + [anon_sym_PLUS] = ACTIONS(4975), + [anon_sym_DASH] = ACTIONS(4975), + [anon_sym_SLASH] = ACTIONS(4975), + [anon_sym_PERCENT] = ACTIONS(4975), + [anon_sym_as_QMARK] = ACTIONS(4977), + [anon_sym_PLUS_PLUS] = ACTIONS(4977), + [anon_sym_DASH_DASH] = ACTIONS(4977), + [anon_sym_BANG_BANG] = ACTIONS(4977), + [anon_sym_suspend] = ACTIONS(4975), + [anon_sym_sealed] = ACTIONS(4975), + [anon_sym_annotation] = ACTIONS(4975), + [anon_sym_data] = ACTIONS(4975), + [anon_sym_inner] = ACTIONS(4975), + [anon_sym_override] = ACTIONS(4975), + [anon_sym_lateinit] = ACTIONS(4975), + [anon_sym_public] = ACTIONS(4975), + [anon_sym_private] = ACTIONS(4975), + [anon_sym_internal] = ACTIONS(4975), + [anon_sym_protected] = ACTIONS(4975), + [anon_sym_tailrec] = ACTIONS(4975), + [anon_sym_operator] = ACTIONS(4975), + [anon_sym_infix] = ACTIONS(4975), + [anon_sym_inline] = ACTIONS(4975), + [anon_sym_external] = ACTIONS(4975), + [sym_property_modifier] = ACTIONS(4975), + [anon_sym_abstract] = ACTIONS(4975), + [anon_sym_final] = ACTIONS(4975), + [anon_sym_open] = ACTIONS(4975), + [anon_sym_vararg] = ACTIONS(4975), + [anon_sym_noinline] = ACTIONS(4975), + [anon_sym_crossinline] = ACTIONS(4975), + [anon_sym_expect] = ACTIONS(4975), + [anon_sym_actual] = ACTIONS(4975), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4977), + [sym_safe_nav] = ACTIONS(4977), + [sym_multiline_comment] = ACTIONS(3), + }, + [3139] = { + [sym__alpha_identifier] = ACTIONS(4099), + [anon_sym_AT] = ACTIONS(4101), + [anon_sym_LBRACK] = ACTIONS(4101), + [anon_sym_RBRACK] = ACTIONS(4101), + [anon_sym_as] = ACTIONS(4099), + [anon_sym_EQ] = ACTIONS(4099), + [anon_sym_LBRACE] = ACTIONS(4101), + [anon_sym_RBRACE] = ACTIONS(4101), + [anon_sym_LPAREN] = ACTIONS(4101), + [anon_sym_COMMA] = ACTIONS(4101), + [anon_sym_RPAREN] = ACTIONS(4101), + [anon_sym_LT] = ACTIONS(4099), + [anon_sym_GT] = ACTIONS(4099), + [anon_sym_where] = ACTIONS(4099), + [anon_sym_DOT] = ACTIONS(4099), + [anon_sym_SEMI] = ACTIONS(4101), + [anon_sym_get] = ACTIONS(4099), + [anon_sym_set] = ACTIONS(4099), + [anon_sym_STAR] = ACTIONS(4099), + [anon_sym_DASH_GT] = ACTIONS(4101), + [sym_label] = ACTIONS(4101), + [anon_sym_in] = ACTIONS(4099), + [anon_sym_while] = ACTIONS(4099), + [anon_sym_DOT_DOT] = ACTIONS(4101), + [anon_sym_QMARK_COLON] = ACTIONS(4101), + [anon_sym_AMP_AMP] = ACTIONS(4101), + [anon_sym_PIPE_PIPE] = ACTIONS(4101), + [anon_sym_else] = ACTIONS(4099), + [anon_sym_COLON_COLON] = ACTIONS(4101), + [anon_sym_PLUS_EQ] = ACTIONS(4101), + [anon_sym_DASH_EQ] = ACTIONS(4101), + [anon_sym_STAR_EQ] = ACTIONS(4101), + [anon_sym_SLASH_EQ] = ACTIONS(4101), + [anon_sym_PERCENT_EQ] = ACTIONS(4101), + [anon_sym_BANG_EQ] = ACTIONS(4099), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4101), + [anon_sym_EQ_EQ] = ACTIONS(4099), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4101), + [anon_sym_LT_EQ] = ACTIONS(4101), + [anon_sym_GT_EQ] = ACTIONS(4101), + [anon_sym_BANGin] = ACTIONS(4101), + [anon_sym_is] = ACTIONS(4099), + [anon_sym_BANGis] = ACTIONS(4101), + [anon_sym_PLUS] = ACTIONS(4099), + [anon_sym_DASH] = ACTIONS(4099), + [anon_sym_SLASH] = ACTIONS(4099), + [anon_sym_PERCENT] = ACTIONS(4099), + [anon_sym_as_QMARK] = ACTIONS(4101), + [anon_sym_PLUS_PLUS] = ACTIONS(4101), + [anon_sym_DASH_DASH] = ACTIONS(4101), + [anon_sym_BANG_BANG] = ACTIONS(4101), + [anon_sym_suspend] = ACTIONS(4099), + [anon_sym_sealed] = ACTIONS(4099), + [anon_sym_annotation] = ACTIONS(4099), + [anon_sym_data] = ACTIONS(4099), + [anon_sym_inner] = ACTIONS(4099), + [anon_sym_override] = ACTIONS(4099), + [anon_sym_lateinit] = ACTIONS(4099), + [anon_sym_public] = ACTIONS(4099), + [anon_sym_private] = ACTIONS(4099), + [anon_sym_internal] = ACTIONS(4099), + [anon_sym_protected] = ACTIONS(4099), + [anon_sym_tailrec] = ACTIONS(4099), + [anon_sym_operator] = ACTIONS(4099), + [anon_sym_infix] = ACTIONS(4099), + [anon_sym_inline] = ACTIONS(4099), + [anon_sym_external] = ACTIONS(4099), + [sym_property_modifier] = ACTIONS(4099), + [anon_sym_abstract] = ACTIONS(4099), + [anon_sym_final] = ACTIONS(4099), + [anon_sym_open] = ACTIONS(4099), + [anon_sym_vararg] = ACTIONS(4099), + [anon_sym_noinline] = ACTIONS(4099), + [anon_sym_crossinline] = ACTIONS(4099), + [anon_sym_expect] = ACTIONS(4099), + [anon_sym_actual] = ACTIONS(4099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4101), + [sym_safe_nav] = ACTIONS(4101), + [sym_multiline_comment] = ACTIONS(3), + }, + [3140] = { [sym__alpha_identifier] = ACTIONS(4971), [anon_sym_AT] = ACTIONS(4973), [anon_sym_LBRACK] = ACTIONS(4973), + [anon_sym_RBRACK] = ACTIONS(4973), [anon_sym_as] = ACTIONS(4971), [anon_sym_EQ] = ACTIONS(4971), [anon_sym_LBRACE] = ACTIONS(4973), [anon_sym_RBRACE] = ACTIONS(4973), [anon_sym_LPAREN] = ACTIONS(4973), [anon_sym_COMMA] = ACTIONS(4973), + [anon_sym_RPAREN] = ACTIONS(4973), [anon_sym_LT] = ACTIONS(4971), [anon_sym_GT] = ACTIONS(4971), [anon_sym_where] = ACTIONS(4971), - [anon_sym_object] = ACTIONS(4971), - [anon_sym_fun] = ACTIONS(4971), [anon_sym_DOT] = ACTIONS(4971), [anon_sym_SEMI] = ACTIONS(4973), [anon_sym_get] = ACTIONS(4971), [anon_sym_set] = ACTIONS(4971), - [anon_sym_this] = ACTIONS(4971), - [anon_sym_super] = ACTIONS(4971), [anon_sym_STAR] = ACTIONS(4971), - [sym_label] = ACTIONS(4971), + [anon_sym_DASH_GT] = ACTIONS(4973), + [sym_label] = ACTIONS(4973), [anon_sym_in] = ACTIONS(4971), + [anon_sym_while] = ACTIONS(4971), [anon_sym_DOT_DOT] = ACTIONS(4973), [anon_sym_QMARK_COLON] = ACTIONS(4973), [anon_sym_AMP_AMP] = ACTIONS(4973), [anon_sym_PIPE_PIPE] = ACTIONS(4973), - [anon_sym_null] = ACTIONS(4971), - [anon_sym_if] = ACTIONS(4971), [anon_sym_else] = ACTIONS(4971), - [anon_sym_when] = ACTIONS(4971), - [anon_sym_try] = ACTIONS(4971), - [anon_sym_throw] = ACTIONS(4971), - [anon_sym_return] = ACTIONS(4971), - [anon_sym_continue] = ACTIONS(4971), - [anon_sym_break] = ACTIONS(4971), [anon_sym_COLON_COLON] = ACTIONS(4973), [anon_sym_PLUS_EQ] = ACTIONS(4973), [anon_sym_DASH_EQ] = ACTIONS(4973), @@ -351950,878 +353486,484 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(4973), [anon_sym_PLUS_PLUS] = ACTIONS(4973), [anon_sym_DASH_DASH] = ACTIONS(4973), - [anon_sym_BANG] = ACTIONS(4971), [anon_sym_BANG_BANG] = ACTIONS(4973), + [anon_sym_suspend] = ACTIONS(4971), + [anon_sym_sealed] = ACTIONS(4971), + [anon_sym_annotation] = ACTIONS(4971), [anon_sym_data] = ACTIONS(4971), [anon_sym_inner] = ACTIONS(4971), + [anon_sym_override] = ACTIONS(4971), + [anon_sym_lateinit] = ACTIONS(4971), + [anon_sym_public] = ACTIONS(4971), + [anon_sym_private] = ACTIONS(4971), + [anon_sym_internal] = ACTIONS(4971), + [anon_sym_protected] = ACTIONS(4971), + [anon_sym_tailrec] = ACTIONS(4971), + [anon_sym_operator] = ACTIONS(4971), + [anon_sym_infix] = ACTIONS(4971), + [anon_sym_inline] = ACTIONS(4971), + [anon_sym_external] = ACTIONS(4971), + [sym_property_modifier] = ACTIONS(4971), + [anon_sym_abstract] = ACTIONS(4971), + [anon_sym_final] = ACTIONS(4971), + [anon_sym_open] = ACTIONS(4971), + [anon_sym_vararg] = ACTIONS(4971), + [anon_sym_noinline] = ACTIONS(4971), + [anon_sym_crossinline] = ACTIONS(4971), [anon_sym_expect] = ACTIONS(4971), [anon_sym_actual] = ACTIONS(4971), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4973), - [anon_sym_continue_AT] = ACTIONS(4973), - [anon_sym_break_AT] = ACTIONS(4973), - [sym_real_literal] = ACTIONS(4973), - [sym_integer_literal] = ACTIONS(4971), - [sym_hex_literal] = ACTIONS(4973), - [sym_bin_literal] = ACTIONS(4973), - [anon_sym_true] = ACTIONS(4971), - [anon_sym_false] = ACTIONS(4971), - [anon_sym_SQUOTE] = ACTIONS(4973), [sym__backtick_identifier] = ACTIONS(4973), - [sym__automatic_semicolon] = ACTIONS(4973), [sym_safe_nav] = ACTIONS(4973), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4973), }, - [3124] = { - [sym__alpha_identifier] = ACTIONS(4583), - [anon_sym_AT] = ACTIONS(4585), - [anon_sym_LBRACK] = ACTIONS(4585), - [anon_sym_as] = ACTIONS(4583), - [anon_sym_EQ] = ACTIONS(4583), - [anon_sym_LBRACE] = ACTIONS(4585), - [anon_sym_RBRACE] = ACTIONS(4585), - [anon_sym_LPAREN] = ACTIONS(4585), - [anon_sym_COMMA] = ACTIONS(4585), - [anon_sym_LT] = ACTIONS(4583), - [anon_sym_GT] = ACTIONS(4583), - [anon_sym_where] = ACTIONS(4583), - [anon_sym_object] = ACTIONS(4583), - [anon_sym_fun] = ACTIONS(4583), - [anon_sym_DOT] = ACTIONS(4583), - [anon_sym_SEMI] = ACTIONS(4585), - [anon_sym_get] = ACTIONS(4583), - [anon_sym_set] = ACTIONS(4583), - [anon_sym_this] = ACTIONS(4583), - [anon_sym_super] = ACTIONS(4583), - [anon_sym_STAR] = ACTIONS(4583), - [sym_label] = ACTIONS(4583), - [anon_sym_in] = ACTIONS(4583), - [anon_sym_DOT_DOT] = ACTIONS(4585), - [anon_sym_QMARK_COLON] = ACTIONS(4585), - [anon_sym_AMP_AMP] = ACTIONS(4585), - [anon_sym_PIPE_PIPE] = ACTIONS(4585), - [anon_sym_null] = ACTIONS(4583), - [anon_sym_if] = ACTIONS(4583), - [anon_sym_else] = ACTIONS(4583), - [anon_sym_when] = ACTIONS(4583), - [anon_sym_try] = ACTIONS(4583), - [anon_sym_throw] = ACTIONS(4583), - [anon_sym_return] = ACTIONS(4583), - [anon_sym_continue] = ACTIONS(4583), - [anon_sym_break] = ACTIONS(4583), - [anon_sym_COLON_COLON] = ACTIONS(4585), - [anon_sym_PLUS_EQ] = ACTIONS(4585), - [anon_sym_DASH_EQ] = ACTIONS(4585), - [anon_sym_STAR_EQ] = ACTIONS(4585), - [anon_sym_SLASH_EQ] = ACTIONS(4585), - [anon_sym_PERCENT_EQ] = ACTIONS(4585), - [anon_sym_BANG_EQ] = ACTIONS(4583), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4585), - [anon_sym_EQ_EQ] = ACTIONS(4583), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4585), - [anon_sym_LT_EQ] = ACTIONS(4585), - [anon_sym_GT_EQ] = ACTIONS(4585), - [anon_sym_BANGin] = ACTIONS(4585), - [anon_sym_is] = ACTIONS(4583), - [anon_sym_BANGis] = ACTIONS(4585), - [anon_sym_PLUS] = ACTIONS(4583), - [anon_sym_DASH] = ACTIONS(4583), - [anon_sym_SLASH] = ACTIONS(4583), - [anon_sym_PERCENT] = ACTIONS(4583), - [anon_sym_as_QMARK] = ACTIONS(4585), - [anon_sym_PLUS_PLUS] = ACTIONS(4585), - [anon_sym_DASH_DASH] = ACTIONS(4585), - [anon_sym_BANG] = ACTIONS(4583), - [anon_sym_BANG_BANG] = ACTIONS(4585), - [anon_sym_data] = ACTIONS(4583), - [anon_sym_inner] = ACTIONS(4583), - [anon_sym_expect] = ACTIONS(4583), - [anon_sym_actual] = ACTIONS(4583), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4585), - [anon_sym_continue_AT] = ACTIONS(4585), - [anon_sym_break_AT] = ACTIONS(4585), - [sym_real_literal] = ACTIONS(4585), - [sym_integer_literal] = ACTIONS(4583), - [sym_hex_literal] = ACTIONS(4585), - [sym_bin_literal] = ACTIONS(4585), - [anon_sym_true] = ACTIONS(4583), - [anon_sym_false] = ACTIONS(4583), - [anon_sym_SQUOTE] = ACTIONS(4585), - [sym__backtick_identifier] = ACTIONS(4585), - [sym__automatic_semicolon] = ACTIONS(4585), - [sym_safe_nav] = ACTIONS(4585), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4585), - }, - [3125] = { - [sym__alpha_identifier] = ACTIONS(4939), - [anon_sym_AT] = ACTIONS(4941), - [anon_sym_LBRACK] = ACTIONS(4941), - [anon_sym_RBRACK] = ACTIONS(4941), - [anon_sym_as] = ACTIONS(4939), - [anon_sym_EQ] = ACTIONS(4939), - [anon_sym_LBRACE] = ACTIONS(4941), - [anon_sym_RBRACE] = ACTIONS(4941), - [anon_sym_LPAREN] = ACTIONS(4941), - [anon_sym_COMMA] = ACTIONS(4941), - [anon_sym_RPAREN] = ACTIONS(4941), - [anon_sym_LT] = ACTIONS(4939), - [anon_sym_GT] = ACTIONS(4939), - [anon_sym_where] = ACTIONS(4939), - [anon_sym_DOT] = ACTIONS(4939), - [anon_sym_SEMI] = ACTIONS(4941), - [anon_sym_get] = ACTIONS(4939), - [anon_sym_set] = ACTIONS(4939), - [anon_sym_STAR] = ACTIONS(4939), - [anon_sym_DASH_GT] = ACTIONS(4941), - [sym_label] = ACTIONS(4941), - [anon_sym_in] = ACTIONS(4939), - [anon_sym_while] = ACTIONS(4939), - [anon_sym_DOT_DOT] = ACTIONS(4941), - [anon_sym_QMARK_COLON] = ACTIONS(4941), - [anon_sym_AMP_AMP] = ACTIONS(4941), - [anon_sym_PIPE_PIPE] = ACTIONS(4941), - [anon_sym_else] = ACTIONS(4939), - [anon_sym_COLON_COLON] = ACTIONS(4941), - [anon_sym_PLUS_EQ] = ACTIONS(4941), - [anon_sym_DASH_EQ] = ACTIONS(4941), - [anon_sym_STAR_EQ] = ACTIONS(4941), - [anon_sym_SLASH_EQ] = ACTIONS(4941), - [anon_sym_PERCENT_EQ] = ACTIONS(4941), - [anon_sym_BANG_EQ] = ACTIONS(4939), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4941), - [anon_sym_EQ_EQ] = ACTIONS(4939), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4941), - [anon_sym_LT_EQ] = ACTIONS(4941), - [anon_sym_GT_EQ] = ACTIONS(4941), - [anon_sym_BANGin] = ACTIONS(4941), - [anon_sym_is] = ACTIONS(4939), - [anon_sym_BANGis] = ACTIONS(4941), - [anon_sym_PLUS] = ACTIONS(4939), - [anon_sym_DASH] = ACTIONS(4939), - [anon_sym_SLASH] = ACTIONS(4939), - [anon_sym_PERCENT] = ACTIONS(4939), - [anon_sym_as_QMARK] = ACTIONS(4941), - [anon_sym_PLUS_PLUS] = ACTIONS(4941), - [anon_sym_DASH_DASH] = ACTIONS(4941), - [anon_sym_BANG_BANG] = ACTIONS(4941), - [anon_sym_suspend] = ACTIONS(4939), - [anon_sym_sealed] = ACTIONS(4939), - [anon_sym_annotation] = ACTIONS(4939), - [anon_sym_data] = ACTIONS(4939), - [anon_sym_inner] = ACTIONS(4939), - [anon_sym_override] = ACTIONS(4939), - [anon_sym_lateinit] = ACTIONS(4939), - [anon_sym_public] = ACTIONS(4939), - [anon_sym_private] = ACTIONS(4939), - [anon_sym_internal] = ACTIONS(4939), - [anon_sym_protected] = ACTIONS(4939), - [anon_sym_tailrec] = ACTIONS(4939), - [anon_sym_operator] = ACTIONS(4939), - [anon_sym_infix] = ACTIONS(4939), - [anon_sym_inline] = ACTIONS(4939), - [anon_sym_external] = ACTIONS(4939), - [sym_property_modifier] = ACTIONS(4939), - [anon_sym_abstract] = ACTIONS(4939), - [anon_sym_final] = ACTIONS(4939), - [anon_sym_open] = ACTIONS(4939), - [anon_sym_vararg] = ACTIONS(4939), - [anon_sym_noinline] = ACTIONS(4939), - [anon_sym_crossinline] = ACTIONS(4939), - [anon_sym_expect] = ACTIONS(4939), - [anon_sym_actual] = ACTIONS(4939), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4941), - [sym_safe_nav] = ACTIONS(4941), - [sym_multiline_comment] = ACTIONS(3), + [3141] = { + [sym__alpha_identifier] = ACTIONS(4346), + [anon_sym_AT] = ACTIONS(4348), + [anon_sym_LBRACK] = ACTIONS(4348), + [anon_sym_as] = ACTIONS(4346), + [anon_sym_EQ] = ACTIONS(4346), + [anon_sym_LBRACE] = ACTIONS(4348), + [anon_sym_RBRACE] = ACTIONS(4348), + [anon_sym_LPAREN] = ACTIONS(4348), + [anon_sym_COMMA] = ACTIONS(4348), + [anon_sym_LT] = ACTIONS(4346), + [anon_sym_GT] = ACTIONS(4346), + [anon_sym_where] = ACTIONS(4346), + [anon_sym_object] = ACTIONS(4346), + [anon_sym_fun] = ACTIONS(4346), + [anon_sym_DOT] = ACTIONS(4346), + [anon_sym_SEMI] = ACTIONS(4348), + [anon_sym_get] = ACTIONS(4346), + [anon_sym_set] = ACTIONS(4346), + [anon_sym_this] = ACTIONS(4346), + [anon_sym_super] = ACTIONS(4346), + [anon_sym_STAR] = ACTIONS(4346), + [sym_label] = ACTIONS(4346), + [anon_sym_in] = ACTIONS(4346), + [anon_sym_DOT_DOT] = ACTIONS(4348), + [anon_sym_QMARK_COLON] = ACTIONS(4348), + [anon_sym_AMP_AMP] = ACTIONS(4348), + [anon_sym_PIPE_PIPE] = ACTIONS(4348), + [anon_sym_null] = ACTIONS(4346), + [anon_sym_if] = ACTIONS(4346), + [anon_sym_else] = ACTIONS(4346), + [anon_sym_when] = ACTIONS(4346), + [anon_sym_try] = ACTIONS(4346), + [anon_sym_throw] = ACTIONS(4346), + [anon_sym_return] = ACTIONS(4346), + [anon_sym_continue] = ACTIONS(4346), + [anon_sym_break] = ACTIONS(4346), + [anon_sym_COLON_COLON] = ACTIONS(4348), + [anon_sym_PLUS_EQ] = ACTIONS(4348), + [anon_sym_DASH_EQ] = ACTIONS(4348), + [anon_sym_STAR_EQ] = ACTIONS(4348), + [anon_sym_SLASH_EQ] = ACTIONS(4348), + [anon_sym_PERCENT_EQ] = ACTIONS(4348), + [anon_sym_BANG_EQ] = ACTIONS(4346), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4348), + [anon_sym_EQ_EQ] = ACTIONS(4346), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4348), + [anon_sym_LT_EQ] = ACTIONS(4348), + [anon_sym_GT_EQ] = ACTIONS(4348), + [anon_sym_BANGin] = ACTIONS(4348), + [anon_sym_is] = ACTIONS(4346), + [anon_sym_BANGis] = ACTIONS(4348), + [anon_sym_PLUS] = ACTIONS(4346), + [anon_sym_DASH] = ACTIONS(4346), + [anon_sym_SLASH] = ACTIONS(4346), + [anon_sym_PERCENT] = ACTIONS(4346), + [anon_sym_as_QMARK] = ACTIONS(4348), + [anon_sym_PLUS_PLUS] = ACTIONS(4348), + [anon_sym_DASH_DASH] = ACTIONS(4348), + [anon_sym_BANG] = ACTIONS(4346), + [anon_sym_BANG_BANG] = ACTIONS(4348), + [anon_sym_data] = ACTIONS(4346), + [anon_sym_inner] = ACTIONS(4346), + [anon_sym_expect] = ACTIONS(4346), + [anon_sym_actual] = ACTIONS(4346), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4348), + [anon_sym_continue_AT] = ACTIONS(4348), + [anon_sym_break_AT] = ACTIONS(4348), + [sym_real_literal] = ACTIONS(4348), + [sym_integer_literal] = ACTIONS(4346), + [sym_hex_literal] = ACTIONS(4348), + [sym_bin_literal] = ACTIONS(4348), + [anon_sym_true] = ACTIONS(4346), + [anon_sym_false] = ACTIONS(4346), + [anon_sym_SQUOTE] = ACTIONS(4348), + [sym__backtick_identifier] = ACTIONS(4348), + [sym__automatic_semicolon] = ACTIONS(4348), + [sym_safe_nav] = ACTIONS(4348), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4348), }, - [3126] = { - [sym__alpha_identifier] = ACTIONS(4460), - [anon_sym_AT] = ACTIONS(4462), - [anon_sym_LBRACK] = ACTIONS(4462), - [anon_sym_as] = ACTIONS(4460), - [anon_sym_EQ] = ACTIONS(4460), - [anon_sym_LBRACE] = ACTIONS(4462), - [anon_sym_RBRACE] = ACTIONS(4462), - [anon_sym_LPAREN] = ACTIONS(4462), - [anon_sym_COMMA] = ACTIONS(4462), - [anon_sym_LT] = ACTIONS(4460), - [anon_sym_GT] = ACTIONS(4460), - [anon_sym_where] = ACTIONS(4460), - [anon_sym_object] = ACTIONS(4460), - [anon_sym_fun] = ACTIONS(4460), - [anon_sym_DOT] = ACTIONS(4460), - [anon_sym_SEMI] = ACTIONS(4462), - [anon_sym_get] = ACTIONS(4460), - [anon_sym_set] = ACTIONS(4460), - [anon_sym_this] = ACTIONS(4460), - [anon_sym_super] = ACTIONS(4460), - [anon_sym_STAR] = ACTIONS(4460), - [sym_label] = ACTIONS(4460), - [anon_sym_in] = ACTIONS(4460), - [anon_sym_DOT_DOT] = ACTIONS(4462), - [anon_sym_QMARK_COLON] = ACTIONS(4462), - [anon_sym_AMP_AMP] = ACTIONS(4462), - [anon_sym_PIPE_PIPE] = ACTIONS(4462), - [anon_sym_null] = ACTIONS(4460), - [anon_sym_if] = ACTIONS(4460), - [anon_sym_else] = ACTIONS(4460), - [anon_sym_when] = ACTIONS(4460), - [anon_sym_try] = ACTIONS(4460), - [anon_sym_throw] = ACTIONS(4460), - [anon_sym_return] = ACTIONS(4460), - [anon_sym_continue] = ACTIONS(4460), - [anon_sym_break] = ACTIONS(4460), - [anon_sym_COLON_COLON] = ACTIONS(4462), - [anon_sym_PLUS_EQ] = ACTIONS(4462), - [anon_sym_DASH_EQ] = ACTIONS(4462), - [anon_sym_STAR_EQ] = ACTIONS(4462), - [anon_sym_SLASH_EQ] = ACTIONS(4462), - [anon_sym_PERCENT_EQ] = ACTIONS(4462), - [anon_sym_BANG_EQ] = ACTIONS(4460), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4462), - [anon_sym_EQ_EQ] = ACTIONS(4460), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4462), - [anon_sym_LT_EQ] = ACTIONS(4462), - [anon_sym_GT_EQ] = ACTIONS(4462), - [anon_sym_BANGin] = ACTIONS(4462), - [anon_sym_is] = ACTIONS(4460), - [anon_sym_BANGis] = ACTIONS(4462), - [anon_sym_PLUS] = ACTIONS(4460), - [anon_sym_DASH] = ACTIONS(4460), - [anon_sym_SLASH] = ACTIONS(4460), - [anon_sym_PERCENT] = ACTIONS(4460), - [anon_sym_as_QMARK] = ACTIONS(4462), - [anon_sym_PLUS_PLUS] = ACTIONS(4462), - [anon_sym_DASH_DASH] = ACTIONS(4462), - [anon_sym_BANG] = ACTIONS(4460), - [anon_sym_BANG_BANG] = ACTIONS(4462), - [anon_sym_data] = ACTIONS(4460), - [anon_sym_inner] = ACTIONS(4460), - [anon_sym_expect] = ACTIONS(4460), - [anon_sym_actual] = ACTIONS(4460), + [3142] = { + [sym__alpha_identifier] = ACTIONS(1764), + [anon_sym_AT] = ACTIONS(1766), + [anon_sym_LBRACK] = ACTIONS(1766), + [anon_sym_RBRACK] = ACTIONS(1766), + [anon_sym_as] = ACTIONS(1764), + [anon_sym_EQ] = ACTIONS(1764), + [anon_sym_LBRACE] = ACTIONS(1766), + [anon_sym_RBRACE] = ACTIONS(1766), + [anon_sym_LPAREN] = ACTIONS(1766), + [anon_sym_COMMA] = ACTIONS(1766), + [anon_sym_RPAREN] = ACTIONS(1766), + [anon_sym_LT] = ACTIONS(1764), + [anon_sym_GT] = ACTIONS(1764), + [anon_sym_where] = ACTIONS(1764), + [anon_sym_DOT] = ACTIONS(1764), + [anon_sym_SEMI] = ACTIONS(1766), + [anon_sym_get] = ACTIONS(1764), + [anon_sym_set] = ACTIONS(1764), + [anon_sym_STAR] = ACTIONS(1764), + [anon_sym_DASH_GT] = ACTIONS(1766), + [sym_label] = ACTIONS(1766), + [anon_sym_in] = ACTIONS(1764), + [anon_sym_while] = ACTIONS(1764), + [anon_sym_DOT_DOT] = ACTIONS(1766), + [anon_sym_QMARK_COLON] = ACTIONS(1766), + [anon_sym_AMP_AMP] = ACTIONS(1766), + [anon_sym_PIPE_PIPE] = ACTIONS(1766), + [anon_sym_else] = ACTIONS(1764), + [anon_sym_COLON_COLON] = ACTIONS(1766), + [anon_sym_PLUS_EQ] = ACTIONS(1766), + [anon_sym_DASH_EQ] = ACTIONS(1766), + [anon_sym_STAR_EQ] = ACTIONS(1766), + [anon_sym_SLASH_EQ] = ACTIONS(1766), + [anon_sym_PERCENT_EQ] = ACTIONS(1766), + [anon_sym_BANG_EQ] = ACTIONS(1764), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), + [anon_sym_EQ_EQ] = ACTIONS(1764), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1766), + [anon_sym_LT_EQ] = ACTIONS(1766), + [anon_sym_GT_EQ] = ACTIONS(1766), + [anon_sym_BANGin] = ACTIONS(1766), + [anon_sym_is] = ACTIONS(1764), + [anon_sym_BANGis] = ACTIONS(1766), + [anon_sym_PLUS] = ACTIONS(1764), + [anon_sym_DASH] = ACTIONS(1764), + [anon_sym_SLASH] = ACTIONS(1764), + [anon_sym_PERCENT] = ACTIONS(1764), + [anon_sym_as_QMARK] = ACTIONS(1766), + [anon_sym_PLUS_PLUS] = ACTIONS(1766), + [anon_sym_DASH_DASH] = ACTIONS(1766), + [anon_sym_BANG_BANG] = ACTIONS(1766), + [anon_sym_suspend] = ACTIONS(1764), + [anon_sym_sealed] = ACTIONS(1764), + [anon_sym_annotation] = ACTIONS(1764), + [anon_sym_data] = ACTIONS(1764), + [anon_sym_inner] = ACTIONS(1764), + [anon_sym_override] = ACTIONS(1764), + [anon_sym_lateinit] = ACTIONS(1764), + [anon_sym_public] = ACTIONS(1764), + [anon_sym_private] = ACTIONS(1764), + [anon_sym_internal] = ACTIONS(1764), + [anon_sym_protected] = ACTIONS(1764), + [anon_sym_tailrec] = ACTIONS(1764), + [anon_sym_operator] = ACTIONS(1764), + [anon_sym_infix] = ACTIONS(1764), + [anon_sym_inline] = ACTIONS(1764), + [anon_sym_external] = ACTIONS(1764), + [sym_property_modifier] = ACTIONS(1764), + [anon_sym_abstract] = ACTIONS(1764), + [anon_sym_final] = ACTIONS(1764), + [anon_sym_open] = ACTIONS(1764), + [anon_sym_vararg] = ACTIONS(1764), + [anon_sym_noinline] = ACTIONS(1764), + [anon_sym_crossinline] = ACTIONS(1764), + [anon_sym_expect] = ACTIONS(1764), + [anon_sym_actual] = ACTIONS(1764), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4462), - [anon_sym_continue_AT] = ACTIONS(4462), - [anon_sym_break_AT] = ACTIONS(4462), - [sym_real_literal] = ACTIONS(4462), - [sym_integer_literal] = ACTIONS(4460), - [sym_hex_literal] = ACTIONS(4462), - [sym_bin_literal] = ACTIONS(4462), - [anon_sym_true] = ACTIONS(4460), - [anon_sym_false] = ACTIONS(4460), - [anon_sym_SQUOTE] = ACTIONS(4462), - [sym__backtick_identifier] = ACTIONS(4462), - [sym__automatic_semicolon] = ACTIONS(4462), - [sym_safe_nav] = ACTIONS(4462), + [sym__backtick_identifier] = ACTIONS(1766), + [sym_safe_nav] = ACTIONS(1766), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4462), }, - [3127] = { - [sym__alpha_identifier] = ACTIONS(1752), - [anon_sym_AT] = ACTIONS(1754), - [anon_sym_LBRACK] = ACTIONS(1754), - [anon_sym_as] = ACTIONS(1752), - [anon_sym_EQ] = ACTIONS(1752), - [anon_sym_LBRACE] = ACTIONS(1754), - [anon_sym_RBRACE] = ACTIONS(1754), - [anon_sym_LPAREN] = ACTIONS(1754), - [anon_sym_COMMA] = ACTIONS(1754), - [anon_sym_LT] = ACTIONS(1752), - [anon_sym_GT] = ACTIONS(1752), - [anon_sym_where] = ACTIONS(1752), - [anon_sym_object] = ACTIONS(1752), - [anon_sym_fun] = ACTIONS(1752), - [anon_sym_DOT] = ACTIONS(1752), - [anon_sym_SEMI] = ACTIONS(1754), - [anon_sym_get] = ACTIONS(1752), - [anon_sym_set] = ACTIONS(1752), - [anon_sym_this] = ACTIONS(1752), - [anon_sym_super] = ACTIONS(1752), - [anon_sym_STAR] = ACTIONS(1752), - [sym_label] = ACTIONS(1752), - [anon_sym_in] = ACTIONS(1752), - [anon_sym_DOT_DOT] = ACTIONS(1754), - [anon_sym_QMARK_COLON] = ACTIONS(1754), - [anon_sym_AMP_AMP] = ACTIONS(1754), - [anon_sym_PIPE_PIPE] = ACTIONS(1754), - [anon_sym_null] = ACTIONS(1752), - [anon_sym_if] = ACTIONS(1752), - [anon_sym_else] = ACTIONS(1752), - [anon_sym_when] = ACTIONS(1752), - [anon_sym_try] = ACTIONS(1752), - [anon_sym_throw] = ACTIONS(1752), - [anon_sym_return] = ACTIONS(1752), - [anon_sym_continue] = ACTIONS(1752), - [anon_sym_break] = ACTIONS(1752), - [anon_sym_COLON_COLON] = ACTIONS(1754), - [anon_sym_PLUS_EQ] = ACTIONS(1754), - [anon_sym_DASH_EQ] = ACTIONS(1754), - [anon_sym_STAR_EQ] = ACTIONS(1754), - [anon_sym_SLASH_EQ] = ACTIONS(1754), - [anon_sym_PERCENT_EQ] = ACTIONS(1754), - [anon_sym_BANG_EQ] = ACTIONS(1752), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), - [anon_sym_EQ_EQ] = ACTIONS(1752), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), - [anon_sym_LT_EQ] = ACTIONS(1754), - [anon_sym_GT_EQ] = ACTIONS(1754), - [anon_sym_BANGin] = ACTIONS(1754), - [anon_sym_is] = ACTIONS(1752), - [anon_sym_BANGis] = ACTIONS(1754), - [anon_sym_PLUS] = ACTIONS(1752), - [anon_sym_DASH] = ACTIONS(1752), - [anon_sym_SLASH] = ACTIONS(1752), - [anon_sym_PERCENT] = ACTIONS(1752), - [anon_sym_as_QMARK] = ACTIONS(1754), - [anon_sym_PLUS_PLUS] = ACTIONS(1754), - [anon_sym_DASH_DASH] = ACTIONS(1754), - [anon_sym_BANG] = ACTIONS(1752), - [anon_sym_BANG_BANG] = ACTIONS(1754), - [anon_sym_data] = ACTIONS(1752), - [anon_sym_inner] = ACTIONS(1752), - [anon_sym_expect] = ACTIONS(1752), - [anon_sym_actual] = ACTIONS(1752), + [3143] = { + [sym__alpha_identifier] = ACTIONS(5035), + [anon_sym_AT] = ACTIONS(5037), + [anon_sym_LBRACK] = ACTIONS(5037), + [anon_sym_as] = ACTIONS(5035), + [anon_sym_EQ] = ACTIONS(5035), + [anon_sym_LBRACE] = ACTIONS(5037), + [anon_sym_RBRACE] = ACTIONS(5037), + [anon_sym_LPAREN] = ACTIONS(5037), + [anon_sym_COMMA] = ACTIONS(5037), + [anon_sym_LT] = ACTIONS(5035), + [anon_sym_GT] = ACTIONS(5035), + [anon_sym_where] = ACTIONS(5035), + [anon_sym_object] = ACTIONS(5035), + [anon_sym_fun] = ACTIONS(5035), + [anon_sym_DOT] = ACTIONS(5035), + [anon_sym_SEMI] = ACTIONS(5037), + [anon_sym_get] = ACTIONS(5035), + [anon_sym_set] = ACTIONS(5035), + [anon_sym_this] = ACTIONS(5035), + [anon_sym_super] = ACTIONS(5035), + [anon_sym_STAR] = ACTIONS(5035), + [sym_label] = ACTIONS(5035), + [anon_sym_in] = ACTIONS(5035), + [anon_sym_DOT_DOT] = ACTIONS(5037), + [anon_sym_QMARK_COLON] = ACTIONS(5037), + [anon_sym_AMP_AMP] = ACTIONS(5037), + [anon_sym_PIPE_PIPE] = ACTIONS(5037), + [anon_sym_null] = ACTIONS(5035), + [anon_sym_if] = ACTIONS(5035), + [anon_sym_else] = ACTIONS(5035), + [anon_sym_when] = ACTIONS(5035), + [anon_sym_try] = ACTIONS(5035), + [anon_sym_throw] = ACTIONS(5035), + [anon_sym_return] = ACTIONS(5035), + [anon_sym_continue] = ACTIONS(5035), + [anon_sym_break] = ACTIONS(5035), + [anon_sym_COLON_COLON] = ACTIONS(5037), + [anon_sym_PLUS_EQ] = ACTIONS(5037), + [anon_sym_DASH_EQ] = ACTIONS(5037), + [anon_sym_STAR_EQ] = ACTIONS(5037), + [anon_sym_SLASH_EQ] = ACTIONS(5037), + [anon_sym_PERCENT_EQ] = ACTIONS(5037), + [anon_sym_BANG_EQ] = ACTIONS(5035), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5037), + [anon_sym_EQ_EQ] = ACTIONS(5035), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5037), + [anon_sym_LT_EQ] = ACTIONS(5037), + [anon_sym_GT_EQ] = ACTIONS(5037), + [anon_sym_BANGin] = ACTIONS(5037), + [anon_sym_is] = ACTIONS(5035), + [anon_sym_BANGis] = ACTIONS(5037), + [anon_sym_PLUS] = ACTIONS(5035), + [anon_sym_DASH] = ACTIONS(5035), + [anon_sym_SLASH] = ACTIONS(5035), + [anon_sym_PERCENT] = ACTIONS(5035), + [anon_sym_as_QMARK] = ACTIONS(5037), + [anon_sym_PLUS_PLUS] = ACTIONS(5037), + [anon_sym_DASH_DASH] = ACTIONS(5037), + [anon_sym_BANG] = ACTIONS(5035), + [anon_sym_BANG_BANG] = ACTIONS(5037), + [anon_sym_data] = ACTIONS(5035), + [anon_sym_inner] = ACTIONS(5035), + [anon_sym_expect] = ACTIONS(5035), + [anon_sym_actual] = ACTIONS(5035), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1754), - [anon_sym_continue_AT] = ACTIONS(1754), - [anon_sym_break_AT] = ACTIONS(1754), - [sym_real_literal] = ACTIONS(1754), - [sym_integer_literal] = ACTIONS(1752), - [sym_hex_literal] = ACTIONS(1754), - [sym_bin_literal] = ACTIONS(1754), - [anon_sym_true] = ACTIONS(1752), - [anon_sym_false] = ACTIONS(1752), - [anon_sym_SQUOTE] = ACTIONS(1754), - [sym__backtick_identifier] = ACTIONS(1754), - [sym__automatic_semicolon] = ACTIONS(1754), - [sym_safe_nav] = ACTIONS(1754), + [anon_sym_return_AT] = ACTIONS(5037), + [anon_sym_continue_AT] = ACTIONS(5037), + [anon_sym_break_AT] = ACTIONS(5037), + [sym_real_literal] = ACTIONS(5037), + [sym_integer_literal] = ACTIONS(5035), + [sym_hex_literal] = ACTIONS(5037), + [sym_bin_literal] = ACTIONS(5037), + [anon_sym_true] = ACTIONS(5035), + [anon_sym_false] = ACTIONS(5035), + [anon_sym_SQUOTE] = ACTIONS(5037), + [sym__backtick_identifier] = ACTIONS(5037), + [sym__automatic_semicolon] = ACTIONS(5037), + [sym_safe_nav] = ACTIONS(5037), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1754), + [sym__string_start] = ACTIONS(5037), }, - [3128] = { - [sym__alpha_identifier] = ACTIONS(119), - [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(117), - [anon_sym_RBRACK] = ACTIONS(117), - [anon_sym_as] = ACTIONS(119), - [anon_sym_EQ] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(117), - [anon_sym_RBRACE] = ACTIONS(117), - [anon_sym_LPAREN] = ACTIONS(117), - [anon_sym_COMMA] = ACTIONS(117), - [anon_sym_RPAREN] = ACTIONS(117), - [anon_sym_LT] = ACTIONS(119), - [anon_sym_GT] = ACTIONS(119), - [anon_sym_where] = ACTIONS(119), - [anon_sym_DOT] = ACTIONS(119), - [anon_sym_SEMI] = ACTIONS(117), - [anon_sym_get] = ACTIONS(119), - [anon_sym_set] = ACTIONS(119), - [anon_sym_STAR] = ACTIONS(119), - [anon_sym_DASH_GT] = ACTIONS(117), - [sym_label] = ACTIONS(117), - [anon_sym_in] = ACTIONS(119), - [anon_sym_while] = ACTIONS(119), - [anon_sym_DOT_DOT] = ACTIONS(117), - [anon_sym_QMARK_COLON] = ACTIONS(117), - [anon_sym_AMP_AMP] = ACTIONS(117), - [anon_sym_PIPE_PIPE] = ACTIONS(117), - [anon_sym_else] = ACTIONS(119), - [anon_sym_COLON_COLON] = ACTIONS(117), - [anon_sym_PLUS_EQ] = ACTIONS(117), - [anon_sym_DASH_EQ] = ACTIONS(117), - [anon_sym_STAR_EQ] = ACTIONS(117), - [anon_sym_SLASH_EQ] = ACTIONS(117), - [anon_sym_PERCENT_EQ] = ACTIONS(117), - [anon_sym_BANG_EQ] = ACTIONS(119), - [anon_sym_BANG_EQ_EQ] = ACTIONS(117), - [anon_sym_EQ_EQ] = ACTIONS(119), - [anon_sym_EQ_EQ_EQ] = ACTIONS(117), - [anon_sym_LT_EQ] = ACTIONS(117), - [anon_sym_GT_EQ] = ACTIONS(117), - [anon_sym_BANGin] = ACTIONS(117), - [anon_sym_is] = ACTIONS(119), - [anon_sym_BANGis] = ACTIONS(117), - [anon_sym_PLUS] = ACTIONS(119), - [anon_sym_DASH] = ACTIONS(119), - [anon_sym_SLASH] = ACTIONS(119), - [anon_sym_PERCENT] = ACTIONS(119), - [anon_sym_as_QMARK] = ACTIONS(117), - [anon_sym_PLUS_PLUS] = ACTIONS(117), - [anon_sym_DASH_DASH] = ACTIONS(117), - [anon_sym_BANG_BANG] = ACTIONS(117), - [anon_sym_suspend] = ACTIONS(119), - [anon_sym_sealed] = ACTIONS(119), - [anon_sym_annotation] = ACTIONS(119), - [anon_sym_data] = ACTIONS(119), - [anon_sym_inner] = ACTIONS(119), - [anon_sym_override] = ACTIONS(119), - [anon_sym_lateinit] = ACTIONS(119), - [anon_sym_public] = ACTIONS(119), - [anon_sym_private] = ACTIONS(119), - [anon_sym_internal] = ACTIONS(119), - [anon_sym_protected] = ACTIONS(119), - [anon_sym_tailrec] = ACTIONS(119), - [anon_sym_operator] = ACTIONS(119), - [anon_sym_infix] = ACTIONS(119), - [anon_sym_inline] = ACTIONS(119), - [anon_sym_external] = ACTIONS(119), - [sym_property_modifier] = ACTIONS(119), - [anon_sym_abstract] = ACTIONS(119), - [anon_sym_final] = ACTIONS(119), - [anon_sym_open] = ACTIONS(119), - [anon_sym_vararg] = ACTIONS(119), - [anon_sym_noinline] = ACTIONS(119), - [anon_sym_crossinline] = ACTIONS(119), - [anon_sym_expect] = ACTIONS(119), - [anon_sym_actual] = ACTIONS(119), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(117), - [sym_safe_nav] = ACTIONS(117), + [3144] = { + [sym__alpha_identifier] = ACTIONS(4861), + [anon_sym_AT] = ACTIONS(4863), + [anon_sym_LBRACK] = ACTIONS(4863), + [anon_sym_RBRACK] = ACTIONS(4863), + [anon_sym_as] = ACTIONS(4861), + [anon_sym_EQ] = ACTIONS(4861), + [anon_sym_LBRACE] = ACTIONS(4863), + [anon_sym_RBRACE] = ACTIONS(4863), + [anon_sym_LPAREN] = ACTIONS(4863), + [anon_sym_COMMA] = ACTIONS(4863), + [anon_sym_RPAREN] = ACTIONS(4863), + [anon_sym_LT] = ACTIONS(4861), + [anon_sym_GT] = ACTIONS(4861), + [anon_sym_where] = ACTIONS(4861), + [anon_sym_DOT] = ACTIONS(4861), + [anon_sym_SEMI] = ACTIONS(4863), + [anon_sym_get] = ACTIONS(4861), + [anon_sym_set] = ACTIONS(4861), + [anon_sym_STAR] = ACTIONS(4861), + [anon_sym_DASH_GT] = ACTIONS(4863), + [sym_label] = ACTIONS(4863), + [anon_sym_in] = ACTIONS(4861), + [anon_sym_while] = ACTIONS(4861), + [anon_sym_DOT_DOT] = ACTIONS(4863), + [anon_sym_QMARK_COLON] = ACTIONS(4863), + [anon_sym_AMP_AMP] = ACTIONS(4863), + [anon_sym_PIPE_PIPE] = ACTIONS(4863), + [anon_sym_else] = ACTIONS(4861), + [anon_sym_COLON_COLON] = ACTIONS(4863), + [anon_sym_PLUS_EQ] = ACTIONS(4863), + [anon_sym_DASH_EQ] = ACTIONS(4863), + [anon_sym_STAR_EQ] = ACTIONS(4863), + [anon_sym_SLASH_EQ] = ACTIONS(4863), + [anon_sym_PERCENT_EQ] = ACTIONS(4863), + [anon_sym_BANG_EQ] = ACTIONS(4861), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4863), + [anon_sym_EQ_EQ] = ACTIONS(4861), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4863), + [anon_sym_LT_EQ] = ACTIONS(4863), + [anon_sym_GT_EQ] = ACTIONS(4863), + [anon_sym_BANGin] = ACTIONS(4863), + [anon_sym_is] = ACTIONS(4861), + [anon_sym_BANGis] = ACTIONS(4863), + [anon_sym_PLUS] = ACTIONS(4861), + [anon_sym_DASH] = ACTIONS(4861), + [anon_sym_SLASH] = ACTIONS(4861), + [anon_sym_PERCENT] = ACTIONS(4861), + [anon_sym_as_QMARK] = ACTIONS(4863), + [anon_sym_PLUS_PLUS] = ACTIONS(4863), + [anon_sym_DASH_DASH] = ACTIONS(4863), + [anon_sym_BANG_BANG] = ACTIONS(4863), + [anon_sym_suspend] = ACTIONS(4861), + [anon_sym_sealed] = ACTIONS(4861), + [anon_sym_annotation] = ACTIONS(4861), + [anon_sym_data] = ACTIONS(4861), + [anon_sym_inner] = ACTIONS(4861), + [anon_sym_override] = ACTIONS(4861), + [anon_sym_lateinit] = ACTIONS(4861), + [anon_sym_public] = ACTIONS(4861), + [anon_sym_private] = ACTIONS(4861), + [anon_sym_internal] = ACTIONS(4861), + [anon_sym_protected] = ACTIONS(4861), + [anon_sym_tailrec] = ACTIONS(4861), + [anon_sym_operator] = ACTIONS(4861), + [anon_sym_infix] = ACTIONS(4861), + [anon_sym_inline] = ACTIONS(4861), + [anon_sym_external] = ACTIONS(4861), + [sym_property_modifier] = ACTIONS(4861), + [anon_sym_abstract] = ACTIONS(4861), + [anon_sym_final] = ACTIONS(4861), + [anon_sym_open] = ACTIONS(4861), + [anon_sym_vararg] = ACTIONS(4861), + [anon_sym_noinline] = ACTIONS(4861), + [anon_sym_crossinline] = ACTIONS(4861), + [anon_sym_expect] = ACTIONS(4861), + [anon_sym_actual] = ACTIONS(4861), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4863), + [sym_safe_nav] = ACTIONS(4863), [sym_multiline_comment] = ACTIONS(3), }, - [3129] = { - [sym__alpha_identifier] = ACTIONS(4300), - [anon_sym_AT] = ACTIONS(4302), - [anon_sym_LBRACK] = ACTIONS(4302), - [anon_sym_as] = ACTIONS(4300), - [anon_sym_EQ] = ACTIONS(4300), - [anon_sym_LBRACE] = ACTIONS(4302), - [anon_sym_RBRACE] = ACTIONS(4302), - [anon_sym_LPAREN] = ACTIONS(4302), - [anon_sym_COMMA] = ACTIONS(4302), - [anon_sym_LT] = ACTIONS(4300), - [anon_sym_GT] = ACTIONS(4300), - [anon_sym_where] = ACTIONS(4300), - [anon_sym_object] = ACTIONS(4300), - [anon_sym_fun] = ACTIONS(4300), - [anon_sym_DOT] = ACTIONS(4300), - [anon_sym_SEMI] = ACTIONS(4302), - [anon_sym_get] = ACTIONS(4300), - [anon_sym_set] = ACTIONS(4300), - [anon_sym_this] = ACTIONS(4300), - [anon_sym_super] = ACTIONS(4300), - [anon_sym_STAR] = ACTIONS(4300), - [sym_label] = ACTIONS(4300), - [anon_sym_in] = ACTIONS(4300), - [anon_sym_DOT_DOT] = ACTIONS(4302), - [anon_sym_QMARK_COLON] = ACTIONS(4302), - [anon_sym_AMP_AMP] = ACTIONS(4302), - [anon_sym_PIPE_PIPE] = ACTIONS(4302), - [anon_sym_null] = ACTIONS(4300), - [anon_sym_if] = ACTIONS(4300), - [anon_sym_else] = ACTIONS(4300), - [anon_sym_when] = ACTIONS(4300), - [anon_sym_try] = ACTIONS(4300), - [anon_sym_throw] = ACTIONS(4300), - [anon_sym_return] = ACTIONS(4300), - [anon_sym_continue] = ACTIONS(4300), - [anon_sym_break] = ACTIONS(4300), - [anon_sym_COLON_COLON] = ACTIONS(4302), - [anon_sym_PLUS_EQ] = ACTIONS(4302), - [anon_sym_DASH_EQ] = ACTIONS(4302), - [anon_sym_STAR_EQ] = ACTIONS(4302), - [anon_sym_SLASH_EQ] = ACTIONS(4302), - [anon_sym_PERCENT_EQ] = ACTIONS(4302), - [anon_sym_BANG_EQ] = ACTIONS(4300), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4302), - [anon_sym_EQ_EQ] = ACTIONS(4300), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4302), - [anon_sym_LT_EQ] = ACTIONS(4302), - [anon_sym_GT_EQ] = ACTIONS(4302), - [anon_sym_BANGin] = ACTIONS(4302), - [anon_sym_is] = ACTIONS(4300), - [anon_sym_BANGis] = ACTIONS(4302), - [anon_sym_PLUS] = ACTIONS(4300), - [anon_sym_DASH] = ACTIONS(4300), - [anon_sym_SLASH] = ACTIONS(4300), - [anon_sym_PERCENT] = ACTIONS(4300), - [anon_sym_as_QMARK] = ACTIONS(4302), - [anon_sym_PLUS_PLUS] = ACTIONS(4302), - [anon_sym_DASH_DASH] = ACTIONS(4302), - [anon_sym_BANG] = ACTIONS(4300), - [anon_sym_BANG_BANG] = ACTIONS(4302), - [anon_sym_data] = ACTIONS(4300), - [anon_sym_inner] = ACTIONS(4300), - [anon_sym_expect] = ACTIONS(4300), - [anon_sym_actual] = ACTIONS(4300), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4302), - [anon_sym_continue_AT] = ACTIONS(4302), - [anon_sym_break_AT] = ACTIONS(4302), - [sym_real_literal] = ACTIONS(4302), - [sym_integer_literal] = ACTIONS(4300), - [sym_hex_literal] = ACTIONS(4302), - [sym_bin_literal] = ACTIONS(4302), - [anon_sym_true] = ACTIONS(4300), - [anon_sym_false] = ACTIONS(4300), - [anon_sym_SQUOTE] = ACTIONS(4302), - [sym__backtick_identifier] = ACTIONS(4302), - [sym__automatic_semicolon] = ACTIONS(4302), - [sym_safe_nav] = ACTIONS(4302), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4302), - }, - [3130] = { - [sym_function_body] = STATE(3142), - [sym__block] = STATE(3245), - [sym__alpha_identifier] = ACTIONS(4300), - [anon_sym_AT] = ACTIONS(4302), - [anon_sym_LBRACK] = ACTIONS(4302), - [anon_sym_as] = ACTIONS(4300), - [anon_sym_EQ] = ACTIONS(6265), - [anon_sym_LBRACE] = ACTIONS(6220), - [anon_sym_RBRACE] = ACTIONS(4302), - [anon_sym_LPAREN] = ACTIONS(4302), - [anon_sym_LT] = ACTIONS(4300), - [anon_sym_GT] = ACTIONS(4300), - [anon_sym_object] = ACTIONS(4300), - [anon_sym_fun] = ACTIONS(4300), - [anon_sym_DOT] = ACTIONS(4300), - [anon_sym_SEMI] = ACTIONS(4302), - [anon_sym_get] = ACTIONS(4300), - [anon_sym_set] = ACTIONS(4300), - [anon_sym_this] = ACTIONS(4300), - [anon_sym_super] = ACTIONS(4300), - [anon_sym_STAR] = ACTIONS(4300), - [sym_label] = ACTIONS(4300), - [anon_sym_in] = ACTIONS(4300), - [anon_sym_DOT_DOT] = ACTIONS(4302), - [anon_sym_QMARK_COLON] = ACTIONS(4302), - [anon_sym_AMP_AMP] = ACTIONS(4302), - [anon_sym_PIPE_PIPE] = ACTIONS(4302), - [anon_sym_null] = ACTIONS(4300), - [anon_sym_if] = ACTIONS(4300), - [anon_sym_else] = ACTIONS(4300), - [anon_sym_when] = ACTIONS(4300), - [anon_sym_try] = ACTIONS(4300), - [anon_sym_throw] = ACTIONS(4300), - [anon_sym_return] = ACTIONS(4300), - [anon_sym_continue] = ACTIONS(4300), - [anon_sym_break] = ACTIONS(4300), - [anon_sym_COLON_COLON] = ACTIONS(4302), - [anon_sym_PLUS_EQ] = ACTIONS(4302), - [anon_sym_DASH_EQ] = ACTIONS(4302), - [anon_sym_STAR_EQ] = ACTIONS(4302), - [anon_sym_SLASH_EQ] = ACTIONS(4302), - [anon_sym_PERCENT_EQ] = ACTIONS(4302), - [anon_sym_BANG_EQ] = ACTIONS(4300), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4302), - [anon_sym_EQ_EQ] = ACTIONS(4300), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4302), - [anon_sym_LT_EQ] = ACTIONS(4302), - [anon_sym_GT_EQ] = ACTIONS(4302), - [anon_sym_BANGin] = ACTIONS(4302), - [anon_sym_is] = ACTIONS(4300), - [anon_sym_BANGis] = ACTIONS(4302), - [anon_sym_PLUS] = ACTIONS(4300), - [anon_sym_DASH] = ACTIONS(4300), - [anon_sym_SLASH] = ACTIONS(4300), - [anon_sym_PERCENT] = ACTIONS(4300), - [anon_sym_as_QMARK] = ACTIONS(4302), - [anon_sym_PLUS_PLUS] = ACTIONS(4302), - [anon_sym_DASH_DASH] = ACTIONS(4302), - [anon_sym_BANG] = ACTIONS(4300), - [anon_sym_BANG_BANG] = ACTIONS(4302), - [anon_sym_data] = ACTIONS(4300), - [anon_sym_inner] = ACTIONS(4300), - [anon_sym_expect] = ACTIONS(4300), - [anon_sym_actual] = ACTIONS(4300), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4302), - [anon_sym_continue_AT] = ACTIONS(4302), - [anon_sym_break_AT] = ACTIONS(4302), - [sym_real_literal] = ACTIONS(4302), - [sym_integer_literal] = ACTIONS(4300), - [sym_hex_literal] = ACTIONS(4302), - [sym_bin_literal] = ACTIONS(4302), - [anon_sym_true] = ACTIONS(4300), - [anon_sym_false] = ACTIONS(4300), - [anon_sym_SQUOTE] = ACTIONS(4302), - [sym__backtick_identifier] = ACTIONS(4302), - [sym__automatic_semicolon] = ACTIONS(4302), - [sym_safe_nav] = ACTIONS(4302), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4302), - }, - [3131] = { - [sym__alpha_identifier] = ACTIONS(5019), - [anon_sym_AT] = ACTIONS(5021), - [anon_sym_LBRACK] = ACTIONS(5021), - [anon_sym_as] = ACTIONS(5019), - [anon_sym_EQ] = ACTIONS(5019), - [anon_sym_LBRACE] = ACTIONS(5021), - [anon_sym_RBRACE] = ACTIONS(5021), - [anon_sym_LPAREN] = ACTIONS(5021), - [anon_sym_COMMA] = ACTIONS(5021), - [anon_sym_LT] = ACTIONS(5019), - [anon_sym_GT] = ACTIONS(5019), - [anon_sym_where] = ACTIONS(5019), - [anon_sym_object] = ACTIONS(5019), - [anon_sym_fun] = ACTIONS(5019), - [anon_sym_DOT] = ACTIONS(5019), - [anon_sym_SEMI] = ACTIONS(5021), - [anon_sym_get] = ACTIONS(5019), - [anon_sym_set] = ACTIONS(5019), - [anon_sym_this] = ACTIONS(5019), - [anon_sym_super] = ACTIONS(5019), - [anon_sym_STAR] = ACTIONS(5019), - [sym_label] = ACTIONS(5019), - [anon_sym_in] = ACTIONS(5019), - [anon_sym_DOT_DOT] = ACTIONS(5021), - [anon_sym_QMARK_COLON] = ACTIONS(5021), - [anon_sym_AMP_AMP] = ACTIONS(5021), - [anon_sym_PIPE_PIPE] = ACTIONS(5021), - [anon_sym_null] = ACTIONS(5019), - [anon_sym_if] = ACTIONS(5019), - [anon_sym_else] = ACTIONS(5019), - [anon_sym_when] = ACTIONS(5019), - [anon_sym_try] = ACTIONS(5019), - [anon_sym_throw] = ACTIONS(5019), - [anon_sym_return] = ACTIONS(5019), - [anon_sym_continue] = ACTIONS(5019), - [anon_sym_break] = ACTIONS(5019), - [anon_sym_COLON_COLON] = ACTIONS(5021), - [anon_sym_PLUS_EQ] = ACTIONS(5021), - [anon_sym_DASH_EQ] = ACTIONS(5021), - [anon_sym_STAR_EQ] = ACTIONS(5021), - [anon_sym_SLASH_EQ] = ACTIONS(5021), - [anon_sym_PERCENT_EQ] = ACTIONS(5021), - [anon_sym_BANG_EQ] = ACTIONS(5019), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5021), - [anon_sym_EQ_EQ] = ACTIONS(5019), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5021), - [anon_sym_LT_EQ] = ACTIONS(5021), - [anon_sym_GT_EQ] = ACTIONS(5021), - [anon_sym_BANGin] = ACTIONS(5021), - [anon_sym_is] = ACTIONS(5019), - [anon_sym_BANGis] = ACTIONS(5021), - [anon_sym_PLUS] = ACTIONS(5019), - [anon_sym_DASH] = ACTIONS(5019), - [anon_sym_SLASH] = ACTIONS(5019), - [anon_sym_PERCENT] = ACTIONS(5019), - [anon_sym_as_QMARK] = ACTIONS(5021), - [anon_sym_PLUS_PLUS] = ACTIONS(5021), - [anon_sym_DASH_DASH] = ACTIONS(5021), - [anon_sym_BANG] = ACTIONS(5019), - [anon_sym_BANG_BANG] = ACTIONS(5021), - [anon_sym_data] = ACTIONS(5019), - [anon_sym_inner] = ACTIONS(5019), - [anon_sym_expect] = ACTIONS(5019), - [anon_sym_actual] = ACTIONS(5019), + [3145] = { + [sym__alpha_identifier] = ACTIONS(4975), + [anon_sym_AT] = ACTIONS(4977), + [anon_sym_LBRACK] = ACTIONS(4977), + [anon_sym_as] = ACTIONS(4975), + [anon_sym_EQ] = ACTIONS(4975), + [anon_sym_LBRACE] = ACTIONS(4977), + [anon_sym_RBRACE] = ACTIONS(4977), + [anon_sym_LPAREN] = ACTIONS(4977), + [anon_sym_COMMA] = ACTIONS(4977), + [anon_sym_LT] = ACTIONS(4975), + [anon_sym_GT] = ACTIONS(4975), + [anon_sym_where] = ACTIONS(4975), + [anon_sym_object] = ACTIONS(4975), + [anon_sym_fun] = ACTIONS(4975), + [anon_sym_DOT] = ACTIONS(4975), + [anon_sym_SEMI] = ACTIONS(4977), + [anon_sym_get] = ACTIONS(4975), + [anon_sym_set] = ACTIONS(4975), + [anon_sym_this] = ACTIONS(4975), + [anon_sym_super] = ACTIONS(4975), + [anon_sym_STAR] = ACTIONS(4975), + [sym_label] = ACTIONS(4975), + [anon_sym_in] = ACTIONS(4975), + [anon_sym_DOT_DOT] = ACTIONS(4977), + [anon_sym_QMARK_COLON] = ACTIONS(4977), + [anon_sym_AMP_AMP] = ACTIONS(4977), + [anon_sym_PIPE_PIPE] = ACTIONS(4977), + [anon_sym_null] = ACTIONS(4975), + [anon_sym_if] = ACTIONS(4975), + [anon_sym_else] = ACTIONS(4975), + [anon_sym_when] = ACTIONS(4975), + [anon_sym_try] = ACTIONS(4975), + [anon_sym_throw] = ACTIONS(4975), + [anon_sym_return] = ACTIONS(4975), + [anon_sym_continue] = ACTIONS(4975), + [anon_sym_break] = ACTIONS(4975), + [anon_sym_COLON_COLON] = ACTIONS(4977), + [anon_sym_PLUS_EQ] = ACTIONS(4977), + [anon_sym_DASH_EQ] = ACTIONS(4977), + [anon_sym_STAR_EQ] = ACTIONS(4977), + [anon_sym_SLASH_EQ] = ACTIONS(4977), + [anon_sym_PERCENT_EQ] = ACTIONS(4977), + [anon_sym_BANG_EQ] = ACTIONS(4975), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4977), + [anon_sym_EQ_EQ] = ACTIONS(4975), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4977), + [anon_sym_LT_EQ] = ACTIONS(4977), + [anon_sym_GT_EQ] = ACTIONS(4977), + [anon_sym_BANGin] = ACTIONS(4977), + [anon_sym_is] = ACTIONS(4975), + [anon_sym_BANGis] = ACTIONS(4977), + [anon_sym_PLUS] = ACTIONS(4975), + [anon_sym_DASH] = ACTIONS(4975), + [anon_sym_SLASH] = ACTIONS(4975), + [anon_sym_PERCENT] = ACTIONS(4975), + [anon_sym_as_QMARK] = ACTIONS(4977), + [anon_sym_PLUS_PLUS] = ACTIONS(4977), + [anon_sym_DASH_DASH] = ACTIONS(4977), + [anon_sym_BANG] = ACTIONS(4975), + [anon_sym_BANG_BANG] = ACTIONS(4977), + [anon_sym_data] = ACTIONS(4975), + [anon_sym_inner] = ACTIONS(4975), + [anon_sym_expect] = ACTIONS(4975), + [anon_sym_actual] = ACTIONS(4975), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5021), - [anon_sym_continue_AT] = ACTIONS(5021), - [anon_sym_break_AT] = ACTIONS(5021), - [sym_real_literal] = ACTIONS(5021), - [sym_integer_literal] = ACTIONS(5019), - [sym_hex_literal] = ACTIONS(5021), - [sym_bin_literal] = ACTIONS(5021), - [anon_sym_true] = ACTIONS(5019), - [anon_sym_false] = ACTIONS(5019), - [anon_sym_SQUOTE] = ACTIONS(5021), - [sym__backtick_identifier] = ACTIONS(5021), - [sym__automatic_semicolon] = ACTIONS(5021), - [sym_safe_nav] = ACTIONS(5021), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5021), - }, - [3132] = { - [sym__alpha_identifier] = ACTIONS(4963), - [anon_sym_AT] = ACTIONS(4965), - [anon_sym_LBRACK] = ACTIONS(4965), - [anon_sym_RBRACK] = ACTIONS(4965), - [anon_sym_as] = ACTIONS(4963), - [anon_sym_EQ] = ACTIONS(4963), - [anon_sym_LBRACE] = ACTIONS(4965), - [anon_sym_RBRACE] = ACTIONS(4965), - [anon_sym_LPAREN] = ACTIONS(4965), - [anon_sym_COMMA] = ACTIONS(4965), - [anon_sym_RPAREN] = ACTIONS(4965), - [anon_sym_LT] = ACTIONS(4963), - [anon_sym_GT] = ACTIONS(4963), - [anon_sym_where] = ACTIONS(4963), - [anon_sym_DOT] = ACTIONS(4963), - [anon_sym_SEMI] = ACTIONS(4965), - [anon_sym_get] = ACTIONS(4963), - [anon_sym_set] = ACTIONS(4963), - [anon_sym_STAR] = ACTIONS(4963), - [anon_sym_DASH_GT] = ACTIONS(4965), - [sym_label] = ACTIONS(4965), - [anon_sym_in] = ACTIONS(4963), - [anon_sym_while] = ACTIONS(4963), - [anon_sym_DOT_DOT] = ACTIONS(4965), - [anon_sym_QMARK_COLON] = ACTIONS(4965), - [anon_sym_AMP_AMP] = ACTIONS(4965), - [anon_sym_PIPE_PIPE] = ACTIONS(4965), - [anon_sym_else] = ACTIONS(4963), - [anon_sym_COLON_COLON] = ACTIONS(4965), - [anon_sym_PLUS_EQ] = ACTIONS(4965), - [anon_sym_DASH_EQ] = ACTIONS(4965), - [anon_sym_STAR_EQ] = ACTIONS(4965), - [anon_sym_SLASH_EQ] = ACTIONS(4965), - [anon_sym_PERCENT_EQ] = ACTIONS(4965), - [anon_sym_BANG_EQ] = ACTIONS(4963), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4965), - [anon_sym_EQ_EQ] = ACTIONS(4963), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4965), - [anon_sym_LT_EQ] = ACTIONS(4965), - [anon_sym_GT_EQ] = ACTIONS(4965), - [anon_sym_BANGin] = ACTIONS(4965), - [anon_sym_is] = ACTIONS(4963), - [anon_sym_BANGis] = ACTIONS(4965), - [anon_sym_PLUS] = ACTIONS(4963), - [anon_sym_DASH] = ACTIONS(4963), - [anon_sym_SLASH] = ACTIONS(4963), - [anon_sym_PERCENT] = ACTIONS(4963), - [anon_sym_as_QMARK] = ACTIONS(4965), - [anon_sym_PLUS_PLUS] = ACTIONS(4965), - [anon_sym_DASH_DASH] = ACTIONS(4965), - [anon_sym_BANG_BANG] = ACTIONS(4965), - [anon_sym_suspend] = ACTIONS(4963), - [anon_sym_sealed] = ACTIONS(4963), - [anon_sym_annotation] = ACTIONS(4963), - [anon_sym_data] = ACTIONS(4963), - [anon_sym_inner] = ACTIONS(4963), - [anon_sym_override] = ACTIONS(4963), - [anon_sym_lateinit] = ACTIONS(4963), - [anon_sym_public] = ACTIONS(4963), - [anon_sym_private] = ACTIONS(4963), - [anon_sym_internal] = ACTIONS(4963), - [anon_sym_protected] = ACTIONS(4963), - [anon_sym_tailrec] = ACTIONS(4963), - [anon_sym_operator] = ACTIONS(4963), - [anon_sym_infix] = ACTIONS(4963), - [anon_sym_inline] = ACTIONS(4963), - [anon_sym_external] = ACTIONS(4963), - [sym_property_modifier] = ACTIONS(4963), - [anon_sym_abstract] = ACTIONS(4963), - [anon_sym_final] = ACTIONS(4963), - [anon_sym_open] = ACTIONS(4963), - [anon_sym_vararg] = ACTIONS(4963), - [anon_sym_noinline] = ACTIONS(4963), - [anon_sym_crossinline] = ACTIONS(4963), - [anon_sym_expect] = ACTIONS(4963), - [anon_sym_actual] = ACTIONS(4963), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4965), - [sym_safe_nav] = ACTIONS(4965), + [anon_sym_return_AT] = ACTIONS(4977), + [anon_sym_continue_AT] = ACTIONS(4977), + [anon_sym_break_AT] = ACTIONS(4977), + [sym_real_literal] = ACTIONS(4977), + [sym_integer_literal] = ACTIONS(4975), + [sym_hex_literal] = ACTIONS(4977), + [sym_bin_literal] = ACTIONS(4977), + [anon_sym_true] = ACTIONS(4975), + [anon_sym_false] = ACTIONS(4975), + [anon_sym_SQUOTE] = ACTIONS(4977), + [sym__backtick_identifier] = ACTIONS(4977), + [sym__automatic_semicolon] = ACTIONS(4977), + [sym_safe_nav] = ACTIONS(4977), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4977), }, - [3133] = { - [sym__alpha_identifier] = ACTIONS(4495), - [anon_sym_AT] = ACTIONS(4497), - [anon_sym_LBRACK] = ACTIONS(4497), - [anon_sym_as] = ACTIONS(4495), - [anon_sym_EQ] = ACTIONS(4495), - [anon_sym_LBRACE] = ACTIONS(4497), - [anon_sym_RBRACE] = ACTIONS(4497), - [anon_sym_LPAREN] = ACTIONS(4497), - [anon_sym_COMMA] = ACTIONS(4497), - [anon_sym_LT] = ACTIONS(4495), - [anon_sym_GT] = ACTIONS(4495), - [anon_sym_where] = ACTIONS(4495), - [anon_sym_object] = ACTIONS(4495), - [anon_sym_fun] = ACTIONS(4495), - [anon_sym_DOT] = ACTIONS(4495), - [anon_sym_SEMI] = ACTIONS(4497), - [anon_sym_get] = ACTIONS(4495), - [anon_sym_set] = ACTIONS(4495), - [anon_sym_this] = ACTIONS(4495), - [anon_sym_super] = ACTIONS(4495), - [anon_sym_STAR] = ACTIONS(4495), - [sym_label] = ACTIONS(4495), - [anon_sym_in] = ACTIONS(4495), - [anon_sym_DOT_DOT] = ACTIONS(4497), - [anon_sym_QMARK_COLON] = ACTIONS(4497), - [anon_sym_AMP_AMP] = ACTIONS(4497), - [anon_sym_PIPE_PIPE] = ACTIONS(4497), - [anon_sym_null] = ACTIONS(4495), - [anon_sym_if] = ACTIONS(4495), - [anon_sym_else] = ACTIONS(4495), - [anon_sym_when] = ACTIONS(4495), - [anon_sym_try] = ACTIONS(4495), - [anon_sym_throw] = ACTIONS(4495), - [anon_sym_return] = ACTIONS(4495), - [anon_sym_continue] = ACTIONS(4495), - [anon_sym_break] = ACTIONS(4495), - [anon_sym_COLON_COLON] = ACTIONS(4497), - [anon_sym_PLUS_EQ] = ACTIONS(4497), - [anon_sym_DASH_EQ] = ACTIONS(4497), - [anon_sym_STAR_EQ] = ACTIONS(4497), - [anon_sym_SLASH_EQ] = ACTIONS(4497), - [anon_sym_PERCENT_EQ] = ACTIONS(4497), - [anon_sym_BANG_EQ] = ACTIONS(4495), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4497), - [anon_sym_EQ_EQ] = ACTIONS(4495), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4497), - [anon_sym_LT_EQ] = ACTIONS(4497), - [anon_sym_GT_EQ] = ACTIONS(4497), - [anon_sym_BANGin] = ACTIONS(4497), - [anon_sym_is] = ACTIONS(4495), - [anon_sym_BANGis] = ACTIONS(4497), - [anon_sym_PLUS] = ACTIONS(4495), - [anon_sym_DASH] = ACTIONS(4495), - [anon_sym_SLASH] = ACTIONS(4495), - [anon_sym_PERCENT] = ACTIONS(4495), - [anon_sym_as_QMARK] = ACTIONS(4497), - [anon_sym_PLUS_PLUS] = ACTIONS(4497), - [anon_sym_DASH_DASH] = ACTIONS(4497), - [anon_sym_BANG] = ACTIONS(4495), - [anon_sym_BANG_BANG] = ACTIONS(4497), - [anon_sym_data] = ACTIONS(4495), - [anon_sym_inner] = ACTIONS(4495), - [anon_sym_expect] = ACTIONS(4495), - [anon_sym_actual] = ACTIONS(4495), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4497), - [anon_sym_continue_AT] = ACTIONS(4497), - [anon_sym_break_AT] = ACTIONS(4497), - [sym_real_literal] = ACTIONS(4497), - [sym_integer_literal] = ACTIONS(4495), - [sym_hex_literal] = ACTIONS(4497), - [sym_bin_literal] = ACTIONS(4497), - [anon_sym_true] = ACTIONS(4495), - [anon_sym_false] = ACTIONS(4495), - [anon_sym_SQUOTE] = ACTIONS(4497), - [sym__backtick_identifier] = ACTIONS(4497), - [sym__automatic_semicolon] = ACTIONS(4497), - [sym_safe_nav] = ACTIONS(4497), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4497), - }, - [3134] = { + [3146] = { [sym__alpha_identifier] = ACTIONS(4971), [anon_sym_AT] = ACTIONS(4973), [anon_sym_LBRACK] = ACTIONS(4973), - [anon_sym_RBRACK] = ACTIONS(4973), [anon_sym_as] = ACTIONS(4971), [anon_sym_EQ] = ACTIONS(4971), [anon_sym_LBRACE] = ACTIONS(4973), [anon_sym_RBRACE] = ACTIONS(4973), [anon_sym_LPAREN] = ACTIONS(4973), [anon_sym_COMMA] = ACTIONS(4973), - [anon_sym_RPAREN] = ACTIONS(4973), [anon_sym_LT] = ACTIONS(4971), [anon_sym_GT] = ACTIONS(4971), [anon_sym_where] = ACTIONS(4971), + [anon_sym_object] = ACTIONS(4971), + [anon_sym_fun] = ACTIONS(4971), [anon_sym_DOT] = ACTIONS(4971), [anon_sym_SEMI] = ACTIONS(4973), [anon_sym_get] = ACTIONS(4971), [anon_sym_set] = ACTIONS(4971), + [anon_sym_this] = ACTIONS(4971), + [anon_sym_super] = ACTIONS(4971), [anon_sym_STAR] = ACTIONS(4971), - [anon_sym_DASH_GT] = ACTIONS(4973), - [sym_label] = ACTIONS(4973), + [sym_label] = ACTIONS(4971), [anon_sym_in] = ACTIONS(4971), - [anon_sym_while] = ACTIONS(4971), [anon_sym_DOT_DOT] = ACTIONS(4973), [anon_sym_QMARK_COLON] = ACTIONS(4973), [anon_sym_AMP_AMP] = ACTIONS(4973), [anon_sym_PIPE_PIPE] = ACTIONS(4973), + [anon_sym_null] = ACTIONS(4971), + [anon_sym_if] = ACTIONS(4971), [anon_sym_else] = ACTIONS(4971), + [anon_sym_when] = ACTIONS(4971), + [anon_sym_try] = ACTIONS(4971), + [anon_sym_throw] = ACTIONS(4971), + [anon_sym_return] = ACTIONS(4971), + [anon_sym_continue] = ACTIONS(4971), + [anon_sym_break] = ACTIONS(4971), [anon_sym_COLON_COLON] = ACTIONS(4973), [anon_sym_PLUS_EQ] = ACTIONS(4973), [anon_sym_DASH_EQ] = ACTIONS(4973), @@ -352844,1432 +353986,932 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(4973), [anon_sym_PLUS_PLUS] = ACTIONS(4973), [anon_sym_DASH_DASH] = ACTIONS(4973), + [anon_sym_BANG] = ACTIONS(4971), [anon_sym_BANG_BANG] = ACTIONS(4973), - [anon_sym_suspend] = ACTIONS(4971), - [anon_sym_sealed] = ACTIONS(4971), - [anon_sym_annotation] = ACTIONS(4971), [anon_sym_data] = ACTIONS(4971), [anon_sym_inner] = ACTIONS(4971), - [anon_sym_override] = ACTIONS(4971), - [anon_sym_lateinit] = ACTIONS(4971), - [anon_sym_public] = ACTIONS(4971), - [anon_sym_private] = ACTIONS(4971), - [anon_sym_internal] = ACTIONS(4971), - [anon_sym_protected] = ACTIONS(4971), - [anon_sym_tailrec] = ACTIONS(4971), - [anon_sym_operator] = ACTIONS(4971), - [anon_sym_infix] = ACTIONS(4971), - [anon_sym_inline] = ACTIONS(4971), - [anon_sym_external] = ACTIONS(4971), - [sym_property_modifier] = ACTIONS(4971), - [anon_sym_abstract] = ACTIONS(4971), - [anon_sym_final] = ACTIONS(4971), - [anon_sym_open] = ACTIONS(4971), - [anon_sym_vararg] = ACTIONS(4971), - [anon_sym_noinline] = ACTIONS(4971), - [anon_sym_crossinline] = ACTIONS(4971), [anon_sym_expect] = ACTIONS(4971), [anon_sym_actual] = ACTIONS(4971), [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4973), + [anon_sym_continue_AT] = ACTIONS(4973), + [anon_sym_break_AT] = ACTIONS(4973), + [sym_real_literal] = ACTIONS(4973), + [sym_integer_literal] = ACTIONS(4971), + [sym_hex_literal] = ACTIONS(4973), + [sym_bin_literal] = ACTIONS(4973), + [anon_sym_true] = ACTIONS(4971), + [anon_sym_false] = ACTIONS(4971), + [anon_sym_SQUOTE] = ACTIONS(4973), [sym__backtick_identifier] = ACTIONS(4973), + [sym__automatic_semicolon] = ACTIONS(4973), [sym_safe_nav] = ACTIONS(4973), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4973), }, - [3135] = { - [sym__alpha_identifier] = ACTIONS(4917), - [anon_sym_AT] = ACTIONS(4919), - [anon_sym_LBRACK] = ACTIONS(4919), - [anon_sym_RBRACK] = ACTIONS(4919), - [anon_sym_as] = ACTIONS(4917), - [anon_sym_EQ] = ACTIONS(4917), - [anon_sym_LBRACE] = ACTIONS(4919), - [anon_sym_RBRACE] = ACTIONS(4919), - [anon_sym_LPAREN] = ACTIONS(4919), - [anon_sym_COMMA] = ACTIONS(4919), - [anon_sym_RPAREN] = ACTIONS(4919), - [anon_sym_LT] = ACTIONS(4917), - [anon_sym_GT] = ACTIONS(4917), - [anon_sym_where] = ACTIONS(4917), - [anon_sym_DOT] = ACTIONS(4917), - [anon_sym_SEMI] = ACTIONS(4919), - [anon_sym_get] = ACTIONS(4917), - [anon_sym_set] = ACTIONS(4917), - [anon_sym_STAR] = ACTIONS(4917), - [anon_sym_DASH_GT] = ACTIONS(4919), - [sym_label] = ACTIONS(4919), - [anon_sym_in] = ACTIONS(4917), - [anon_sym_while] = ACTIONS(4917), - [anon_sym_DOT_DOT] = ACTIONS(4919), - [anon_sym_QMARK_COLON] = ACTIONS(4919), - [anon_sym_AMP_AMP] = ACTIONS(4919), - [anon_sym_PIPE_PIPE] = ACTIONS(4919), - [anon_sym_else] = ACTIONS(4917), - [anon_sym_COLON_COLON] = ACTIONS(4919), - [anon_sym_PLUS_EQ] = ACTIONS(4919), - [anon_sym_DASH_EQ] = ACTIONS(4919), - [anon_sym_STAR_EQ] = ACTIONS(4919), - [anon_sym_SLASH_EQ] = ACTIONS(4919), - [anon_sym_PERCENT_EQ] = ACTIONS(4919), - [anon_sym_BANG_EQ] = ACTIONS(4917), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4919), - [anon_sym_EQ_EQ] = ACTIONS(4917), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4919), - [anon_sym_LT_EQ] = ACTIONS(4919), - [anon_sym_GT_EQ] = ACTIONS(4919), - [anon_sym_BANGin] = ACTIONS(4919), - [anon_sym_is] = ACTIONS(4917), - [anon_sym_BANGis] = ACTIONS(4919), - [anon_sym_PLUS] = ACTIONS(4917), - [anon_sym_DASH] = ACTIONS(4917), - [anon_sym_SLASH] = ACTIONS(4917), - [anon_sym_PERCENT] = ACTIONS(4917), - [anon_sym_as_QMARK] = ACTIONS(4919), - [anon_sym_PLUS_PLUS] = ACTIONS(4919), - [anon_sym_DASH_DASH] = ACTIONS(4919), - [anon_sym_BANG_BANG] = ACTIONS(4919), - [anon_sym_suspend] = ACTIONS(4917), - [anon_sym_sealed] = ACTIONS(4917), - [anon_sym_annotation] = ACTIONS(4917), - [anon_sym_data] = ACTIONS(4917), - [anon_sym_inner] = ACTIONS(4917), - [anon_sym_override] = ACTIONS(4917), - [anon_sym_lateinit] = ACTIONS(4917), - [anon_sym_public] = ACTIONS(4917), - [anon_sym_private] = ACTIONS(4917), - [anon_sym_internal] = ACTIONS(4917), - [anon_sym_protected] = ACTIONS(4917), - [anon_sym_tailrec] = ACTIONS(4917), - [anon_sym_operator] = ACTIONS(4917), - [anon_sym_infix] = ACTIONS(4917), - [anon_sym_inline] = ACTIONS(4917), - [anon_sym_external] = ACTIONS(4917), - [sym_property_modifier] = ACTIONS(4917), - [anon_sym_abstract] = ACTIONS(4917), - [anon_sym_final] = ACTIONS(4917), - [anon_sym_open] = ACTIONS(4917), - [anon_sym_vararg] = ACTIONS(4917), - [anon_sym_noinline] = ACTIONS(4917), - [anon_sym_crossinline] = ACTIONS(4917), - [anon_sym_expect] = ACTIONS(4917), - [anon_sym_actual] = ACTIONS(4917), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4919), - [sym_safe_nav] = ACTIONS(4919), + [3147] = { + [sym__alpha_identifier] = ACTIONS(4967), + [anon_sym_AT] = ACTIONS(4969), + [anon_sym_LBRACK] = ACTIONS(4969), + [anon_sym_as] = ACTIONS(4967), + [anon_sym_EQ] = ACTIONS(4967), + [anon_sym_LBRACE] = ACTIONS(4969), + [anon_sym_RBRACE] = ACTIONS(4969), + [anon_sym_LPAREN] = ACTIONS(4969), + [anon_sym_COMMA] = ACTIONS(4969), + [anon_sym_LT] = ACTIONS(4967), + [anon_sym_GT] = ACTIONS(4967), + [anon_sym_where] = ACTIONS(4967), + [anon_sym_object] = ACTIONS(4967), + [anon_sym_fun] = ACTIONS(4967), + [anon_sym_DOT] = ACTIONS(4967), + [anon_sym_SEMI] = ACTIONS(4969), + [anon_sym_get] = ACTIONS(4967), + [anon_sym_set] = ACTIONS(4967), + [anon_sym_this] = ACTIONS(4967), + [anon_sym_super] = ACTIONS(4967), + [anon_sym_STAR] = ACTIONS(4967), + [sym_label] = ACTIONS(4967), + [anon_sym_in] = ACTIONS(4967), + [anon_sym_DOT_DOT] = ACTIONS(4969), + [anon_sym_QMARK_COLON] = ACTIONS(4969), + [anon_sym_AMP_AMP] = ACTIONS(4969), + [anon_sym_PIPE_PIPE] = ACTIONS(4969), + [anon_sym_null] = ACTIONS(4967), + [anon_sym_if] = ACTIONS(4967), + [anon_sym_else] = ACTIONS(4967), + [anon_sym_when] = ACTIONS(4967), + [anon_sym_try] = ACTIONS(4967), + [anon_sym_throw] = ACTIONS(4967), + [anon_sym_return] = ACTIONS(4967), + [anon_sym_continue] = ACTIONS(4967), + [anon_sym_break] = ACTIONS(4967), + [anon_sym_COLON_COLON] = ACTIONS(4969), + [anon_sym_PLUS_EQ] = ACTIONS(4969), + [anon_sym_DASH_EQ] = ACTIONS(4969), + [anon_sym_STAR_EQ] = ACTIONS(4969), + [anon_sym_SLASH_EQ] = ACTIONS(4969), + [anon_sym_PERCENT_EQ] = ACTIONS(4969), + [anon_sym_BANG_EQ] = ACTIONS(4967), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4969), + [anon_sym_EQ_EQ] = ACTIONS(4967), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4969), + [anon_sym_LT_EQ] = ACTIONS(4969), + [anon_sym_GT_EQ] = ACTIONS(4969), + [anon_sym_BANGin] = ACTIONS(4969), + [anon_sym_is] = ACTIONS(4967), + [anon_sym_BANGis] = ACTIONS(4969), + [anon_sym_PLUS] = ACTIONS(4967), + [anon_sym_DASH] = ACTIONS(4967), + [anon_sym_SLASH] = ACTIONS(4967), + [anon_sym_PERCENT] = ACTIONS(4967), + [anon_sym_as_QMARK] = ACTIONS(4969), + [anon_sym_PLUS_PLUS] = ACTIONS(4969), + [anon_sym_DASH_DASH] = ACTIONS(4969), + [anon_sym_BANG] = ACTIONS(4967), + [anon_sym_BANG_BANG] = ACTIONS(4969), + [anon_sym_data] = ACTIONS(4967), + [anon_sym_inner] = ACTIONS(4967), + [anon_sym_expect] = ACTIONS(4967), + [anon_sym_actual] = ACTIONS(4967), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4969), + [anon_sym_continue_AT] = ACTIONS(4969), + [anon_sym_break_AT] = ACTIONS(4969), + [sym_real_literal] = ACTIONS(4969), + [sym_integer_literal] = ACTIONS(4967), + [sym_hex_literal] = ACTIONS(4969), + [sym_bin_literal] = ACTIONS(4969), + [anon_sym_true] = ACTIONS(4967), + [anon_sym_false] = ACTIONS(4967), + [anon_sym_SQUOTE] = ACTIONS(4969), + [sym__backtick_identifier] = ACTIONS(4969), + [sym__automatic_semicolon] = ACTIONS(4969), + [sym_safe_nav] = ACTIONS(4969), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4969), }, - [3136] = { - [sym__alpha_identifier] = ACTIONS(4839), - [anon_sym_AT] = ACTIONS(4841), - [anon_sym_LBRACK] = ACTIONS(4841), - [anon_sym_as] = ACTIONS(4839), - [anon_sym_EQ] = ACTIONS(4839), - [anon_sym_LBRACE] = ACTIONS(4841), - [anon_sym_RBRACE] = ACTIONS(4841), - [anon_sym_LPAREN] = ACTIONS(4841), - [anon_sym_COMMA] = ACTIONS(4841), - [anon_sym_LT] = ACTIONS(4839), - [anon_sym_GT] = ACTIONS(4839), - [anon_sym_where] = ACTIONS(4839), - [anon_sym_object] = ACTIONS(4839), - [anon_sym_fun] = ACTIONS(4839), - [anon_sym_DOT] = ACTIONS(4839), - [anon_sym_SEMI] = ACTIONS(4841), - [anon_sym_get] = ACTIONS(4839), - [anon_sym_set] = ACTIONS(4839), - [anon_sym_this] = ACTIONS(4839), - [anon_sym_super] = ACTIONS(4839), - [anon_sym_STAR] = ACTIONS(4839), - [sym_label] = ACTIONS(4839), - [anon_sym_in] = ACTIONS(4839), - [anon_sym_DOT_DOT] = ACTIONS(4841), - [anon_sym_QMARK_COLON] = ACTIONS(4841), - [anon_sym_AMP_AMP] = ACTIONS(4841), - [anon_sym_PIPE_PIPE] = ACTIONS(4841), - [anon_sym_null] = ACTIONS(4839), - [anon_sym_if] = ACTIONS(4839), - [anon_sym_else] = ACTIONS(4839), - [anon_sym_when] = ACTIONS(4839), - [anon_sym_try] = ACTIONS(4839), - [anon_sym_throw] = ACTIONS(4839), - [anon_sym_return] = ACTIONS(4839), - [anon_sym_continue] = ACTIONS(4839), - [anon_sym_break] = ACTIONS(4839), - [anon_sym_COLON_COLON] = ACTIONS(4841), - [anon_sym_PLUS_EQ] = ACTIONS(4841), - [anon_sym_DASH_EQ] = ACTIONS(4841), - [anon_sym_STAR_EQ] = ACTIONS(4841), - [anon_sym_SLASH_EQ] = ACTIONS(4841), - [anon_sym_PERCENT_EQ] = ACTIONS(4841), - [anon_sym_BANG_EQ] = ACTIONS(4839), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4841), - [anon_sym_EQ_EQ] = ACTIONS(4839), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4841), - [anon_sym_LT_EQ] = ACTIONS(4841), - [anon_sym_GT_EQ] = ACTIONS(4841), - [anon_sym_BANGin] = ACTIONS(4841), - [anon_sym_is] = ACTIONS(4839), - [anon_sym_BANGis] = ACTIONS(4841), - [anon_sym_PLUS] = ACTIONS(4839), - [anon_sym_DASH] = ACTIONS(4839), - [anon_sym_SLASH] = ACTIONS(4839), - [anon_sym_PERCENT] = ACTIONS(4839), - [anon_sym_as_QMARK] = ACTIONS(4841), - [anon_sym_PLUS_PLUS] = ACTIONS(4841), - [anon_sym_DASH_DASH] = ACTIONS(4841), - [anon_sym_BANG] = ACTIONS(4839), - [anon_sym_BANG_BANG] = ACTIONS(4841), - [anon_sym_data] = ACTIONS(4839), - [anon_sym_inner] = ACTIONS(4839), - [anon_sym_expect] = ACTIONS(4839), - [anon_sym_actual] = ACTIONS(4839), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4841), - [anon_sym_continue_AT] = ACTIONS(4841), - [anon_sym_break_AT] = ACTIONS(4841), - [sym_real_literal] = ACTIONS(4841), - [sym_integer_literal] = ACTIONS(4839), - [sym_hex_literal] = ACTIONS(4841), - [sym_bin_literal] = ACTIONS(4841), - [anon_sym_true] = ACTIONS(4839), - [anon_sym_false] = ACTIONS(4839), - [anon_sym_SQUOTE] = ACTIONS(4841), - [sym__backtick_identifier] = ACTIONS(4841), - [sym__automatic_semicolon] = ACTIONS(4841), - [sym_safe_nav] = ACTIONS(4841), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4841), + [3148] = { + [sym__alpha_identifier] = ACTIONS(4654), + [anon_sym_AT] = ACTIONS(4656), + [anon_sym_LBRACK] = ACTIONS(4656), + [anon_sym_as] = ACTIONS(4654), + [anon_sym_EQ] = ACTIONS(4654), + [anon_sym_LBRACE] = ACTIONS(4656), + [anon_sym_RBRACE] = ACTIONS(4656), + [anon_sym_LPAREN] = ACTIONS(4656), + [anon_sym_COMMA] = ACTIONS(4656), + [anon_sym_LT] = ACTIONS(4654), + [anon_sym_GT] = ACTIONS(4654), + [anon_sym_where] = ACTIONS(4654), + [anon_sym_object] = ACTIONS(4654), + [anon_sym_fun] = ACTIONS(4654), + [anon_sym_DOT] = ACTIONS(4654), + [anon_sym_SEMI] = ACTIONS(4656), + [anon_sym_get] = ACTIONS(4654), + [anon_sym_set] = ACTIONS(4654), + [anon_sym_this] = ACTIONS(4654), + [anon_sym_super] = ACTIONS(4654), + [anon_sym_STAR] = ACTIONS(4654), + [sym_label] = ACTIONS(4654), + [anon_sym_in] = ACTIONS(4654), + [anon_sym_DOT_DOT] = ACTIONS(4656), + [anon_sym_QMARK_COLON] = ACTIONS(4656), + [anon_sym_AMP_AMP] = ACTIONS(4656), + [anon_sym_PIPE_PIPE] = ACTIONS(4656), + [anon_sym_null] = ACTIONS(4654), + [anon_sym_if] = ACTIONS(4654), + [anon_sym_else] = ACTIONS(4654), + [anon_sym_when] = ACTIONS(4654), + [anon_sym_try] = ACTIONS(4654), + [anon_sym_throw] = ACTIONS(4654), + [anon_sym_return] = ACTIONS(4654), + [anon_sym_continue] = ACTIONS(4654), + [anon_sym_break] = ACTIONS(4654), + [anon_sym_COLON_COLON] = ACTIONS(4656), + [anon_sym_PLUS_EQ] = ACTIONS(4656), + [anon_sym_DASH_EQ] = ACTIONS(4656), + [anon_sym_STAR_EQ] = ACTIONS(4656), + [anon_sym_SLASH_EQ] = ACTIONS(4656), + [anon_sym_PERCENT_EQ] = ACTIONS(4656), + [anon_sym_BANG_EQ] = ACTIONS(4654), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4656), + [anon_sym_EQ_EQ] = ACTIONS(4654), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4656), + [anon_sym_LT_EQ] = ACTIONS(4656), + [anon_sym_GT_EQ] = ACTIONS(4656), + [anon_sym_BANGin] = ACTIONS(4656), + [anon_sym_is] = ACTIONS(4654), + [anon_sym_BANGis] = ACTIONS(4656), + [anon_sym_PLUS] = ACTIONS(4654), + [anon_sym_DASH] = ACTIONS(4654), + [anon_sym_SLASH] = ACTIONS(4654), + [anon_sym_PERCENT] = ACTIONS(4654), + [anon_sym_as_QMARK] = ACTIONS(4656), + [anon_sym_PLUS_PLUS] = ACTIONS(4656), + [anon_sym_DASH_DASH] = ACTIONS(4656), + [anon_sym_BANG] = ACTIONS(4654), + [anon_sym_BANG_BANG] = ACTIONS(4656), + [anon_sym_data] = ACTIONS(4654), + [anon_sym_inner] = ACTIONS(4654), + [anon_sym_expect] = ACTIONS(4654), + [anon_sym_actual] = ACTIONS(4654), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4656), + [anon_sym_continue_AT] = ACTIONS(4656), + [anon_sym_break_AT] = ACTIONS(4656), + [sym_real_literal] = ACTIONS(4656), + [sym_integer_literal] = ACTIONS(4654), + [sym_hex_literal] = ACTIONS(4656), + [sym_bin_literal] = ACTIONS(4656), + [anon_sym_true] = ACTIONS(4654), + [anon_sym_false] = ACTIONS(4654), + [anon_sym_SQUOTE] = ACTIONS(4656), + [sym__backtick_identifier] = ACTIONS(4656), + [sym__automatic_semicolon] = ACTIONS(4656), + [sym_safe_nav] = ACTIONS(4656), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4656), }, - [3137] = { - [sym__alpha_identifier] = ACTIONS(5023), - [anon_sym_AT] = ACTIONS(5025), - [anon_sym_LBRACK] = ACTIONS(5025), - [anon_sym_as] = ACTIONS(5023), - [anon_sym_EQ] = ACTIONS(5023), - [anon_sym_LBRACE] = ACTIONS(5025), - [anon_sym_RBRACE] = ACTIONS(5025), - [anon_sym_LPAREN] = ACTIONS(5025), - [anon_sym_COMMA] = ACTIONS(5025), - [anon_sym_LT] = ACTIONS(5023), - [anon_sym_GT] = ACTIONS(5023), - [anon_sym_where] = ACTIONS(5023), - [anon_sym_object] = ACTIONS(5023), - [anon_sym_fun] = ACTIONS(5023), - [anon_sym_DOT] = ACTIONS(5023), - [anon_sym_SEMI] = ACTIONS(5025), - [anon_sym_get] = ACTIONS(5023), - [anon_sym_set] = ACTIONS(5023), - [anon_sym_this] = ACTIONS(5023), - [anon_sym_super] = ACTIONS(5023), - [anon_sym_STAR] = ACTIONS(5023), - [sym_label] = ACTIONS(5023), - [anon_sym_in] = ACTIONS(5023), - [anon_sym_DOT_DOT] = ACTIONS(5025), - [anon_sym_QMARK_COLON] = ACTIONS(5025), - [anon_sym_AMP_AMP] = ACTIONS(5025), - [anon_sym_PIPE_PIPE] = ACTIONS(5025), - [anon_sym_null] = ACTIONS(5023), - [anon_sym_if] = ACTIONS(5023), - [anon_sym_else] = ACTIONS(5023), - [anon_sym_when] = ACTIONS(5023), - [anon_sym_try] = ACTIONS(5023), - [anon_sym_throw] = ACTIONS(5023), - [anon_sym_return] = ACTIONS(5023), - [anon_sym_continue] = ACTIONS(5023), - [anon_sym_break] = ACTIONS(5023), - [anon_sym_COLON_COLON] = ACTIONS(5025), - [anon_sym_PLUS_EQ] = ACTIONS(5025), - [anon_sym_DASH_EQ] = ACTIONS(5025), - [anon_sym_STAR_EQ] = ACTIONS(5025), - [anon_sym_SLASH_EQ] = ACTIONS(5025), - [anon_sym_PERCENT_EQ] = ACTIONS(5025), - [anon_sym_BANG_EQ] = ACTIONS(5023), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5025), - [anon_sym_EQ_EQ] = ACTIONS(5023), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5025), - [anon_sym_LT_EQ] = ACTIONS(5025), - [anon_sym_GT_EQ] = ACTIONS(5025), - [anon_sym_BANGin] = ACTIONS(5025), - [anon_sym_is] = ACTIONS(5023), - [anon_sym_BANGis] = ACTIONS(5025), - [anon_sym_PLUS] = ACTIONS(5023), - [anon_sym_DASH] = ACTIONS(5023), - [anon_sym_SLASH] = ACTIONS(5023), - [anon_sym_PERCENT] = ACTIONS(5023), - [anon_sym_as_QMARK] = ACTIONS(5025), - [anon_sym_PLUS_PLUS] = ACTIONS(5025), - [anon_sym_DASH_DASH] = ACTIONS(5025), - [anon_sym_BANG] = ACTIONS(5023), - [anon_sym_BANG_BANG] = ACTIONS(5025), - [anon_sym_data] = ACTIONS(5023), - [anon_sym_inner] = ACTIONS(5023), - [anon_sym_expect] = ACTIONS(5023), - [anon_sym_actual] = ACTIONS(5023), + [3149] = { + [sym__alpha_identifier] = ACTIONS(5043), + [anon_sym_AT] = ACTIONS(5045), + [anon_sym_LBRACK] = ACTIONS(5045), + [anon_sym_as] = ACTIONS(5043), + [anon_sym_EQ] = ACTIONS(5043), + [anon_sym_LBRACE] = ACTIONS(5045), + [anon_sym_RBRACE] = ACTIONS(5045), + [anon_sym_LPAREN] = ACTIONS(5045), + [anon_sym_COMMA] = ACTIONS(5045), + [anon_sym_LT] = ACTIONS(5043), + [anon_sym_GT] = ACTIONS(5043), + [anon_sym_where] = ACTIONS(5043), + [anon_sym_object] = ACTIONS(5043), + [anon_sym_fun] = ACTIONS(5043), + [anon_sym_DOT] = ACTIONS(5043), + [anon_sym_SEMI] = ACTIONS(5045), + [anon_sym_get] = ACTIONS(5043), + [anon_sym_set] = ACTIONS(5043), + [anon_sym_this] = ACTIONS(5043), + [anon_sym_super] = ACTIONS(5043), + [anon_sym_STAR] = ACTIONS(5043), + [sym_label] = ACTIONS(5043), + [anon_sym_in] = ACTIONS(5043), + [anon_sym_DOT_DOT] = ACTIONS(5045), + [anon_sym_QMARK_COLON] = ACTIONS(5045), + [anon_sym_AMP_AMP] = ACTIONS(5045), + [anon_sym_PIPE_PIPE] = ACTIONS(5045), + [anon_sym_null] = ACTIONS(5043), + [anon_sym_if] = ACTIONS(5043), + [anon_sym_else] = ACTIONS(5043), + [anon_sym_when] = ACTIONS(5043), + [anon_sym_try] = ACTIONS(5043), + [anon_sym_throw] = ACTIONS(5043), + [anon_sym_return] = ACTIONS(5043), + [anon_sym_continue] = ACTIONS(5043), + [anon_sym_break] = ACTIONS(5043), + [anon_sym_COLON_COLON] = ACTIONS(5045), + [anon_sym_PLUS_EQ] = ACTIONS(5045), + [anon_sym_DASH_EQ] = ACTIONS(5045), + [anon_sym_STAR_EQ] = ACTIONS(5045), + [anon_sym_SLASH_EQ] = ACTIONS(5045), + [anon_sym_PERCENT_EQ] = ACTIONS(5045), + [anon_sym_BANG_EQ] = ACTIONS(5043), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5045), + [anon_sym_EQ_EQ] = ACTIONS(5043), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5045), + [anon_sym_LT_EQ] = ACTIONS(5045), + [anon_sym_GT_EQ] = ACTIONS(5045), + [anon_sym_BANGin] = ACTIONS(5045), + [anon_sym_is] = ACTIONS(5043), + [anon_sym_BANGis] = ACTIONS(5045), + [anon_sym_PLUS] = ACTIONS(5043), + [anon_sym_DASH] = ACTIONS(5043), + [anon_sym_SLASH] = ACTIONS(5043), + [anon_sym_PERCENT] = ACTIONS(5043), + [anon_sym_as_QMARK] = ACTIONS(5045), + [anon_sym_PLUS_PLUS] = ACTIONS(5045), + [anon_sym_DASH_DASH] = ACTIONS(5045), + [anon_sym_BANG] = ACTIONS(5043), + [anon_sym_BANG_BANG] = ACTIONS(5045), + [anon_sym_data] = ACTIONS(5043), + [anon_sym_inner] = ACTIONS(5043), + [anon_sym_expect] = ACTIONS(5043), + [anon_sym_actual] = ACTIONS(5043), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5025), - [anon_sym_continue_AT] = ACTIONS(5025), - [anon_sym_break_AT] = ACTIONS(5025), - [sym_real_literal] = ACTIONS(5025), - [sym_integer_literal] = ACTIONS(5023), - [sym_hex_literal] = ACTIONS(5025), - [sym_bin_literal] = ACTIONS(5025), - [anon_sym_true] = ACTIONS(5023), - [anon_sym_false] = ACTIONS(5023), - [anon_sym_SQUOTE] = ACTIONS(5025), - [sym__backtick_identifier] = ACTIONS(5025), - [sym__automatic_semicolon] = ACTIONS(5025), - [sym_safe_nav] = ACTIONS(5025), + [anon_sym_return_AT] = ACTIONS(5045), + [anon_sym_continue_AT] = ACTIONS(5045), + [anon_sym_break_AT] = ACTIONS(5045), + [sym_real_literal] = ACTIONS(5045), + [sym_integer_literal] = ACTIONS(5043), + [sym_hex_literal] = ACTIONS(5045), + [sym_bin_literal] = ACTIONS(5045), + [anon_sym_true] = ACTIONS(5043), + [anon_sym_false] = ACTIONS(5043), + [anon_sym_SQUOTE] = ACTIONS(5045), + [sym__backtick_identifier] = ACTIONS(5045), + [sym__automatic_semicolon] = ACTIONS(5045), + [sym_safe_nav] = ACTIONS(5045), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5025), + [sym__string_start] = ACTIONS(5045), }, - [3138] = { - [sym__alpha_identifier] = ACTIONS(5027), - [anon_sym_AT] = ACTIONS(5029), - [anon_sym_LBRACK] = ACTIONS(5029), - [anon_sym_as] = ACTIONS(5027), - [anon_sym_EQ] = ACTIONS(5027), - [anon_sym_LBRACE] = ACTIONS(5029), - [anon_sym_RBRACE] = ACTIONS(5029), - [anon_sym_LPAREN] = ACTIONS(5029), - [anon_sym_COMMA] = ACTIONS(5029), - [anon_sym_LT] = ACTIONS(5027), - [anon_sym_GT] = ACTIONS(5027), - [anon_sym_where] = ACTIONS(5027), - [anon_sym_object] = ACTIONS(5027), - [anon_sym_fun] = ACTIONS(5027), - [anon_sym_DOT] = ACTIONS(5027), - [anon_sym_SEMI] = ACTIONS(5029), - [anon_sym_get] = ACTIONS(5027), - [anon_sym_set] = ACTIONS(5027), - [anon_sym_this] = ACTIONS(5027), - [anon_sym_super] = ACTIONS(5027), - [anon_sym_STAR] = ACTIONS(5027), - [sym_label] = ACTIONS(5027), - [anon_sym_in] = ACTIONS(5027), - [anon_sym_DOT_DOT] = ACTIONS(5029), - [anon_sym_QMARK_COLON] = ACTIONS(5029), - [anon_sym_AMP_AMP] = ACTIONS(5029), - [anon_sym_PIPE_PIPE] = ACTIONS(5029), - [anon_sym_null] = ACTIONS(5027), - [anon_sym_if] = ACTIONS(5027), - [anon_sym_else] = ACTIONS(5027), - [anon_sym_when] = ACTIONS(5027), - [anon_sym_try] = ACTIONS(5027), - [anon_sym_throw] = ACTIONS(5027), - [anon_sym_return] = ACTIONS(5027), - [anon_sym_continue] = ACTIONS(5027), - [anon_sym_break] = ACTIONS(5027), - [anon_sym_COLON_COLON] = ACTIONS(5029), - [anon_sym_PLUS_EQ] = ACTIONS(5029), - [anon_sym_DASH_EQ] = ACTIONS(5029), - [anon_sym_STAR_EQ] = ACTIONS(5029), - [anon_sym_SLASH_EQ] = ACTIONS(5029), - [anon_sym_PERCENT_EQ] = ACTIONS(5029), - [anon_sym_BANG_EQ] = ACTIONS(5027), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5029), - [anon_sym_EQ_EQ] = ACTIONS(5027), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5029), - [anon_sym_LT_EQ] = ACTIONS(5029), - [anon_sym_GT_EQ] = ACTIONS(5029), - [anon_sym_BANGin] = ACTIONS(5029), - [anon_sym_is] = ACTIONS(5027), - [anon_sym_BANGis] = ACTIONS(5029), - [anon_sym_PLUS] = ACTIONS(5027), - [anon_sym_DASH] = ACTIONS(5027), - [anon_sym_SLASH] = ACTIONS(5027), - [anon_sym_PERCENT] = ACTIONS(5027), - [anon_sym_as_QMARK] = ACTIONS(5029), - [anon_sym_PLUS_PLUS] = ACTIONS(5029), - [anon_sym_DASH_DASH] = ACTIONS(5029), - [anon_sym_BANG] = ACTIONS(5027), - [anon_sym_BANG_BANG] = ACTIONS(5029), - [anon_sym_data] = ACTIONS(5027), - [anon_sym_inner] = ACTIONS(5027), - [anon_sym_expect] = ACTIONS(5027), - [anon_sym_actual] = ACTIONS(5027), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5029), - [anon_sym_continue_AT] = ACTIONS(5029), - [anon_sym_break_AT] = ACTIONS(5029), - [sym_real_literal] = ACTIONS(5029), - [sym_integer_literal] = ACTIONS(5027), - [sym_hex_literal] = ACTIONS(5029), - [sym_bin_literal] = ACTIONS(5029), - [anon_sym_true] = ACTIONS(5027), - [anon_sym_false] = ACTIONS(5027), - [anon_sym_SQUOTE] = ACTIONS(5029), - [sym__backtick_identifier] = ACTIONS(5029), - [sym__automatic_semicolon] = ACTIONS(5029), - [sym_safe_nav] = ACTIONS(5029), + [3150] = { + [sym_type_constraints] = STATE(3117), + [sym_enum_class_body] = STATE(3127), + [sym__alpha_identifier] = ACTIONS(4231), + [anon_sym_AT] = ACTIONS(4233), + [anon_sym_COLON] = ACTIONS(6503), + [anon_sym_LBRACK] = ACTIONS(4233), + [anon_sym_as] = ACTIONS(4231), + [anon_sym_EQ] = ACTIONS(4231), + [anon_sym_LBRACE] = ACTIONS(5171), + [anon_sym_RBRACE] = ACTIONS(4233), + [anon_sym_LPAREN] = ACTIONS(4233), + [anon_sym_RPAREN] = ACTIONS(4233), + [anon_sym_LT] = ACTIONS(4231), + [anon_sym_GT] = ACTIONS(4231), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(4231), + [anon_sym_SEMI] = ACTIONS(4233), + [anon_sym_get] = ACTIONS(4231), + [anon_sym_set] = ACTIONS(4231), + [anon_sym_STAR] = ACTIONS(4231), + [sym_label] = ACTIONS(4233), + [anon_sym_in] = ACTIONS(4231), + [anon_sym_while] = ACTIONS(4231), + [anon_sym_DOT_DOT] = ACTIONS(4233), + [anon_sym_QMARK_COLON] = ACTIONS(4233), + [anon_sym_AMP_AMP] = ACTIONS(4233), + [anon_sym_PIPE_PIPE] = ACTIONS(4233), + [anon_sym_else] = ACTIONS(4231), + [anon_sym_COLON_COLON] = ACTIONS(4233), + [anon_sym_PLUS_EQ] = ACTIONS(4233), + [anon_sym_DASH_EQ] = ACTIONS(4233), + [anon_sym_STAR_EQ] = ACTIONS(4233), + [anon_sym_SLASH_EQ] = ACTIONS(4233), + [anon_sym_PERCENT_EQ] = ACTIONS(4233), + [anon_sym_BANG_EQ] = ACTIONS(4231), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4233), + [anon_sym_EQ_EQ] = ACTIONS(4231), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4233), + [anon_sym_LT_EQ] = ACTIONS(4233), + [anon_sym_GT_EQ] = ACTIONS(4233), + [anon_sym_BANGin] = ACTIONS(4233), + [anon_sym_is] = ACTIONS(4231), + [anon_sym_BANGis] = ACTIONS(4233), + [anon_sym_PLUS] = ACTIONS(4231), + [anon_sym_DASH] = ACTIONS(4231), + [anon_sym_SLASH] = ACTIONS(4231), + [anon_sym_PERCENT] = ACTIONS(4231), + [anon_sym_as_QMARK] = ACTIONS(4233), + [anon_sym_PLUS_PLUS] = ACTIONS(4233), + [anon_sym_DASH_DASH] = ACTIONS(4233), + [anon_sym_BANG_BANG] = ACTIONS(4233), + [anon_sym_suspend] = ACTIONS(4231), + [anon_sym_sealed] = ACTIONS(4231), + [anon_sym_annotation] = ACTIONS(4231), + [anon_sym_data] = ACTIONS(4231), + [anon_sym_inner] = ACTIONS(4231), + [anon_sym_override] = ACTIONS(4231), + [anon_sym_lateinit] = ACTIONS(4231), + [anon_sym_public] = ACTIONS(4231), + [anon_sym_private] = ACTIONS(4231), + [anon_sym_internal] = ACTIONS(4231), + [anon_sym_protected] = ACTIONS(4231), + [anon_sym_tailrec] = ACTIONS(4231), + [anon_sym_operator] = ACTIONS(4231), + [anon_sym_infix] = ACTIONS(4231), + [anon_sym_inline] = ACTIONS(4231), + [anon_sym_external] = ACTIONS(4231), + [sym_property_modifier] = ACTIONS(4231), + [anon_sym_abstract] = ACTIONS(4231), + [anon_sym_final] = ACTIONS(4231), + [anon_sym_open] = ACTIONS(4231), + [anon_sym_vararg] = ACTIONS(4231), + [anon_sym_noinline] = ACTIONS(4231), + [anon_sym_crossinline] = ACTIONS(4231), + [anon_sym_expect] = ACTIONS(4231), + [anon_sym_actual] = ACTIONS(4231), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4233), + [sym_safe_nav] = ACTIONS(4233), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5029), - }, - [3139] = { - [sym__alpha_identifier] = ACTIONS(1782), - [anon_sym_AT] = ACTIONS(1784), - [anon_sym_LBRACK] = ACTIONS(1784), - [anon_sym_as] = ACTIONS(1782), - [anon_sym_EQ] = ACTIONS(1782), - [anon_sym_LBRACE] = ACTIONS(1784), - [anon_sym_RBRACE] = ACTIONS(1784), - [anon_sym_LPAREN] = ACTIONS(1784), - [anon_sym_COMMA] = ACTIONS(1784), - [anon_sym_LT] = ACTIONS(1782), - [anon_sym_GT] = ACTIONS(1782), - [anon_sym_where] = ACTIONS(1782), - [anon_sym_object] = ACTIONS(1782), - [anon_sym_fun] = ACTIONS(1782), - [anon_sym_DOT] = ACTIONS(1782), - [anon_sym_SEMI] = ACTIONS(1784), - [anon_sym_get] = ACTIONS(1782), - [anon_sym_set] = ACTIONS(1782), - [anon_sym_this] = ACTIONS(1782), - [anon_sym_super] = ACTIONS(1782), - [anon_sym_STAR] = ACTIONS(1782), - [sym_label] = ACTIONS(1782), - [anon_sym_in] = ACTIONS(1782), - [anon_sym_DOT_DOT] = ACTIONS(1784), - [anon_sym_QMARK_COLON] = ACTIONS(1784), - [anon_sym_AMP_AMP] = ACTIONS(1784), - [anon_sym_PIPE_PIPE] = ACTIONS(1784), - [anon_sym_null] = ACTIONS(1782), - [anon_sym_if] = ACTIONS(1782), - [anon_sym_else] = ACTIONS(1782), - [anon_sym_when] = ACTIONS(1782), - [anon_sym_try] = ACTIONS(1782), - [anon_sym_throw] = ACTIONS(1782), - [anon_sym_return] = ACTIONS(1782), - [anon_sym_continue] = ACTIONS(1782), - [anon_sym_break] = ACTIONS(1782), - [anon_sym_COLON_COLON] = ACTIONS(1784), - [anon_sym_PLUS_EQ] = ACTIONS(1784), - [anon_sym_DASH_EQ] = ACTIONS(1784), - [anon_sym_STAR_EQ] = ACTIONS(1784), - [anon_sym_SLASH_EQ] = ACTIONS(1784), - [anon_sym_PERCENT_EQ] = ACTIONS(1784), - [anon_sym_BANG_EQ] = ACTIONS(1782), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1784), - [anon_sym_EQ_EQ] = ACTIONS(1782), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1784), - [anon_sym_LT_EQ] = ACTIONS(1784), - [anon_sym_GT_EQ] = ACTIONS(1784), - [anon_sym_BANGin] = ACTIONS(1784), - [anon_sym_is] = ACTIONS(1782), - [anon_sym_BANGis] = ACTIONS(1784), - [anon_sym_PLUS] = ACTIONS(1782), - [anon_sym_DASH] = ACTIONS(1782), - [anon_sym_SLASH] = ACTIONS(1782), - [anon_sym_PERCENT] = ACTIONS(1782), - [anon_sym_as_QMARK] = ACTIONS(1784), - [anon_sym_PLUS_PLUS] = ACTIONS(1784), - [anon_sym_DASH_DASH] = ACTIONS(1784), - [anon_sym_BANG] = ACTIONS(1782), - [anon_sym_BANG_BANG] = ACTIONS(1784), - [anon_sym_data] = ACTIONS(1782), - [anon_sym_inner] = ACTIONS(1782), - [anon_sym_expect] = ACTIONS(1782), - [anon_sym_actual] = ACTIONS(1782), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1784), - [anon_sym_continue_AT] = ACTIONS(1784), - [anon_sym_break_AT] = ACTIONS(1784), - [sym_real_literal] = ACTIONS(1784), - [sym_integer_literal] = ACTIONS(1782), - [sym_hex_literal] = ACTIONS(1784), - [sym_bin_literal] = ACTIONS(1784), - [anon_sym_true] = ACTIONS(1782), - [anon_sym_false] = ACTIONS(1782), - [anon_sym_SQUOTE] = ACTIONS(1784), - [sym__backtick_identifier] = ACTIONS(1784), - [sym__automatic_semicolon] = ACTIONS(1784), - [sym_safe_nav] = ACTIONS(1784), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1784), - }, - [3140] = { - [sym__alpha_identifier] = ACTIONS(1594), - [anon_sym_AT] = ACTIONS(1592), - [anon_sym_LBRACK] = ACTIONS(1592), - [anon_sym_as] = ACTIONS(1594), - [anon_sym_EQ] = ACTIONS(1594), - [anon_sym_LBRACE] = ACTIONS(1592), - [anon_sym_RBRACE] = ACTIONS(1592), - [anon_sym_LPAREN] = ACTIONS(1592), - [anon_sym_COMMA] = ACTIONS(1592), - [anon_sym_LT] = ACTIONS(1594), - [anon_sym_GT] = ACTIONS(1594), - [anon_sym_where] = ACTIONS(1594), - [anon_sym_object] = ACTIONS(1594), - [anon_sym_fun] = ACTIONS(1594), - [anon_sym_DOT] = ACTIONS(1594), - [anon_sym_SEMI] = ACTIONS(1592), - [anon_sym_get] = ACTIONS(1594), - [anon_sym_set] = ACTIONS(1594), - [anon_sym_this] = ACTIONS(1594), - [anon_sym_super] = ACTIONS(1594), - [anon_sym_STAR] = ACTIONS(1594), - [sym_label] = ACTIONS(1594), - [anon_sym_in] = ACTIONS(1594), - [anon_sym_DOT_DOT] = ACTIONS(1592), - [anon_sym_QMARK_COLON] = ACTIONS(1592), - [anon_sym_AMP_AMP] = ACTIONS(1592), - [anon_sym_PIPE_PIPE] = ACTIONS(1592), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(1594), - [anon_sym_else] = ACTIONS(1594), - [anon_sym_when] = ACTIONS(1594), - [anon_sym_try] = ACTIONS(1594), - [anon_sym_throw] = ACTIONS(1594), - [anon_sym_return] = ACTIONS(1594), - [anon_sym_continue] = ACTIONS(1594), - [anon_sym_break] = ACTIONS(1594), - [anon_sym_COLON_COLON] = ACTIONS(1592), - [anon_sym_PLUS_EQ] = ACTIONS(1592), - [anon_sym_DASH_EQ] = ACTIONS(1592), - [anon_sym_STAR_EQ] = ACTIONS(1592), - [anon_sym_SLASH_EQ] = ACTIONS(1592), - [anon_sym_PERCENT_EQ] = ACTIONS(1592), - [anon_sym_BANG_EQ] = ACTIONS(1594), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1592), - [anon_sym_EQ_EQ] = ACTIONS(1594), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1592), - [anon_sym_LT_EQ] = ACTIONS(1592), - [anon_sym_GT_EQ] = ACTIONS(1592), - [anon_sym_BANGin] = ACTIONS(1592), - [anon_sym_is] = ACTIONS(1594), - [anon_sym_BANGis] = ACTIONS(1592), - [anon_sym_PLUS] = ACTIONS(1594), - [anon_sym_DASH] = ACTIONS(1594), - [anon_sym_SLASH] = ACTIONS(1594), - [anon_sym_PERCENT] = ACTIONS(1594), - [anon_sym_as_QMARK] = ACTIONS(1592), - [anon_sym_PLUS_PLUS] = ACTIONS(1592), - [anon_sym_DASH_DASH] = ACTIONS(1592), - [anon_sym_BANG] = ACTIONS(1594), - [anon_sym_BANG_BANG] = ACTIONS(1592), - [anon_sym_data] = ACTIONS(1594), - [anon_sym_inner] = ACTIONS(1594), - [anon_sym_expect] = ACTIONS(1594), - [anon_sym_actual] = ACTIONS(1594), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1592), - [anon_sym_continue_AT] = ACTIONS(1592), - [anon_sym_break_AT] = ACTIONS(1592), - [sym_real_literal] = ACTIONS(1592), - [sym_integer_literal] = ACTIONS(1594), - [sym_hex_literal] = ACTIONS(1592), - [sym_bin_literal] = ACTIONS(1592), - [anon_sym_true] = ACTIONS(1594), - [anon_sym_false] = ACTIONS(1594), - [anon_sym_SQUOTE] = ACTIONS(1592), - [sym__backtick_identifier] = ACTIONS(1592), - [sym__automatic_semicolon] = ACTIONS(1592), - [sym_safe_nav] = ACTIONS(1592), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1592), }, - [3141] = { - [sym_function_body] = STATE(3147), - [sym__block] = STATE(3245), - [sym__alpha_identifier] = ACTIONS(4181), - [anon_sym_AT] = ACTIONS(4183), - [anon_sym_LBRACK] = ACTIONS(4183), - [anon_sym_as] = ACTIONS(4181), - [anon_sym_EQ] = ACTIONS(6265), - [anon_sym_LBRACE] = ACTIONS(6220), - [anon_sym_RBRACE] = ACTIONS(4183), - [anon_sym_LPAREN] = ACTIONS(4183), - [anon_sym_LT] = ACTIONS(4181), - [anon_sym_GT] = ACTIONS(4181), - [anon_sym_object] = ACTIONS(4181), - [anon_sym_fun] = ACTIONS(4181), - [anon_sym_DOT] = ACTIONS(4181), - [anon_sym_SEMI] = ACTIONS(4183), - [anon_sym_get] = ACTIONS(4181), - [anon_sym_set] = ACTIONS(4181), - [anon_sym_this] = ACTIONS(4181), - [anon_sym_super] = ACTIONS(4181), - [anon_sym_STAR] = ACTIONS(4181), - [sym_label] = ACTIONS(4181), - [anon_sym_in] = ACTIONS(4181), - [anon_sym_DOT_DOT] = ACTIONS(4183), - [anon_sym_QMARK_COLON] = ACTIONS(4183), - [anon_sym_AMP_AMP] = ACTIONS(4183), - [anon_sym_PIPE_PIPE] = ACTIONS(4183), - [anon_sym_null] = ACTIONS(4181), - [anon_sym_if] = ACTIONS(4181), - [anon_sym_else] = ACTIONS(4181), - [anon_sym_when] = ACTIONS(4181), - [anon_sym_try] = ACTIONS(4181), - [anon_sym_throw] = ACTIONS(4181), - [anon_sym_return] = ACTIONS(4181), - [anon_sym_continue] = ACTIONS(4181), - [anon_sym_break] = ACTIONS(4181), - [anon_sym_COLON_COLON] = ACTIONS(4183), - [anon_sym_PLUS_EQ] = ACTIONS(4183), - [anon_sym_DASH_EQ] = ACTIONS(4183), - [anon_sym_STAR_EQ] = ACTIONS(4183), - [anon_sym_SLASH_EQ] = ACTIONS(4183), - [anon_sym_PERCENT_EQ] = ACTIONS(4183), - [anon_sym_BANG_EQ] = ACTIONS(4181), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4183), - [anon_sym_EQ_EQ] = ACTIONS(4181), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4183), - [anon_sym_LT_EQ] = ACTIONS(4183), - [anon_sym_GT_EQ] = ACTIONS(4183), - [anon_sym_BANGin] = ACTIONS(4183), - [anon_sym_is] = ACTIONS(4181), - [anon_sym_BANGis] = ACTIONS(4183), - [anon_sym_PLUS] = ACTIONS(4181), - [anon_sym_DASH] = ACTIONS(4181), - [anon_sym_SLASH] = ACTIONS(4181), - [anon_sym_PERCENT] = ACTIONS(4181), - [anon_sym_as_QMARK] = ACTIONS(4183), - [anon_sym_PLUS_PLUS] = ACTIONS(4183), - [anon_sym_DASH_DASH] = ACTIONS(4183), - [anon_sym_BANG] = ACTIONS(4181), - [anon_sym_BANG_BANG] = ACTIONS(4183), - [anon_sym_data] = ACTIONS(4181), - [anon_sym_inner] = ACTIONS(4181), - [anon_sym_expect] = ACTIONS(4181), - [anon_sym_actual] = ACTIONS(4181), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4183), - [anon_sym_continue_AT] = ACTIONS(4183), - [anon_sym_break_AT] = ACTIONS(4183), - [sym_real_literal] = ACTIONS(4183), - [sym_integer_literal] = ACTIONS(4181), - [sym_hex_literal] = ACTIONS(4183), - [sym_bin_literal] = ACTIONS(4183), - [anon_sym_true] = ACTIONS(4181), - [anon_sym_false] = ACTIONS(4181), - [anon_sym_SQUOTE] = ACTIONS(4183), - [sym__backtick_identifier] = ACTIONS(4183), - [sym__automatic_semicolon] = ACTIONS(4183), - [sym_safe_nav] = ACTIONS(4183), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4183), - }, - [3142] = { - [sym__alpha_identifier] = ACTIONS(4181), - [anon_sym_AT] = ACTIONS(4183), - [anon_sym_LBRACK] = ACTIONS(4183), - [anon_sym_as] = ACTIONS(4181), - [anon_sym_EQ] = ACTIONS(4181), - [anon_sym_LBRACE] = ACTIONS(4183), - [anon_sym_RBRACE] = ACTIONS(4183), - [anon_sym_LPAREN] = ACTIONS(4183), - [anon_sym_COMMA] = ACTIONS(4183), - [anon_sym_LT] = ACTIONS(4181), - [anon_sym_GT] = ACTIONS(4181), - [anon_sym_where] = ACTIONS(4181), - [anon_sym_object] = ACTIONS(4181), - [anon_sym_fun] = ACTIONS(4181), - [anon_sym_DOT] = ACTIONS(4181), - [anon_sym_SEMI] = ACTIONS(4183), - [anon_sym_get] = ACTIONS(4181), - [anon_sym_set] = ACTIONS(4181), - [anon_sym_this] = ACTIONS(4181), - [anon_sym_super] = ACTIONS(4181), - [anon_sym_STAR] = ACTIONS(4181), - [sym_label] = ACTIONS(4181), - [anon_sym_in] = ACTIONS(4181), - [anon_sym_DOT_DOT] = ACTIONS(4183), - [anon_sym_QMARK_COLON] = ACTIONS(4183), - [anon_sym_AMP_AMP] = ACTIONS(4183), - [anon_sym_PIPE_PIPE] = ACTIONS(4183), - [anon_sym_null] = ACTIONS(4181), - [anon_sym_if] = ACTIONS(4181), - [anon_sym_else] = ACTIONS(4181), - [anon_sym_when] = ACTIONS(4181), - [anon_sym_try] = ACTIONS(4181), - [anon_sym_throw] = ACTIONS(4181), - [anon_sym_return] = ACTIONS(4181), - [anon_sym_continue] = ACTIONS(4181), - [anon_sym_break] = ACTIONS(4181), - [anon_sym_COLON_COLON] = ACTIONS(4183), - [anon_sym_PLUS_EQ] = ACTIONS(4183), - [anon_sym_DASH_EQ] = ACTIONS(4183), - [anon_sym_STAR_EQ] = ACTIONS(4183), - [anon_sym_SLASH_EQ] = ACTIONS(4183), - [anon_sym_PERCENT_EQ] = ACTIONS(4183), - [anon_sym_BANG_EQ] = ACTIONS(4181), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4183), - [anon_sym_EQ_EQ] = ACTIONS(4181), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4183), - [anon_sym_LT_EQ] = ACTIONS(4183), - [anon_sym_GT_EQ] = ACTIONS(4183), - [anon_sym_BANGin] = ACTIONS(4183), - [anon_sym_is] = ACTIONS(4181), - [anon_sym_BANGis] = ACTIONS(4183), - [anon_sym_PLUS] = ACTIONS(4181), - [anon_sym_DASH] = ACTIONS(4181), - [anon_sym_SLASH] = ACTIONS(4181), - [anon_sym_PERCENT] = ACTIONS(4181), - [anon_sym_as_QMARK] = ACTIONS(4183), - [anon_sym_PLUS_PLUS] = ACTIONS(4183), - [anon_sym_DASH_DASH] = ACTIONS(4183), - [anon_sym_BANG] = ACTIONS(4181), - [anon_sym_BANG_BANG] = ACTIONS(4183), - [anon_sym_data] = ACTIONS(4181), - [anon_sym_inner] = ACTIONS(4181), - [anon_sym_expect] = ACTIONS(4181), - [anon_sym_actual] = ACTIONS(4181), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4183), - [anon_sym_continue_AT] = ACTIONS(4183), - [anon_sym_break_AT] = ACTIONS(4183), - [sym_real_literal] = ACTIONS(4183), - [sym_integer_literal] = ACTIONS(4181), - [sym_hex_literal] = ACTIONS(4183), - [sym_bin_literal] = ACTIONS(4183), - [anon_sym_true] = ACTIONS(4181), - [anon_sym_false] = ACTIONS(4181), - [anon_sym_SQUOTE] = ACTIONS(4183), - [sym__backtick_identifier] = ACTIONS(4183), - [sym__automatic_semicolon] = ACTIONS(4183), - [sym_safe_nav] = ACTIONS(4183), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4183), - }, - [3143] = { - [sym__alpha_identifier] = ACTIONS(4567), - [anon_sym_AT] = ACTIONS(4569), - [anon_sym_LBRACK] = ACTIONS(4569), - [anon_sym_as] = ACTIONS(4567), - [anon_sym_EQ] = ACTIONS(4567), - [anon_sym_LBRACE] = ACTIONS(4569), - [anon_sym_RBRACE] = ACTIONS(4569), - [anon_sym_LPAREN] = ACTIONS(4569), - [anon_sym_COMMA] = ACTIONS(4569), - [anon_sym_LT] = ACTIONS(4567), - [anon_sym_GT] = ACTIONS(4567), - [anon_sym_where] = ACTIONS(4567), - [anon_sym_object] = ACTIONS(4567), - [anon_sym_fun] = ACTIONS(4567), - [anon_sym_DOT] = ACTIONS(4567), - [anon_sym_SEMI] = ACTIONS(4569), - [anon_sym_get] = ACTIONS(4567), - [anon_sym_set] = ACTIONS(4567), - [anon_sym_this] = ACTIONS(4567), - [anon_sym_super] = ACTIONS(4567), - [anon_sym_STAR] = ACTIONS(4567), - [sym_label] = ACTIONS(4567), - [anon_sym_in] = ACTIONS(4567), - [anon_sym_DOT_DOT] = ACTIONS(4569), - [anon_sym_QMARK_COLON] = ACTIONS(4569), - [anon_sym_AMP_AMP] = ACTIONS(4569), - [anon_sym_PIPE_PIPE] = ACTIONS(4569), - [anon_sym_null] = ACTIONS(4567), - [anon_sym_if] = ACTIONS(4567), - [anon_sym_else] = ACTIONS(4567), - [anon_sym_when] = ACTIONS(4567), - [anon_sym_try] = ACTIONS(4567), - [anon_sym_throw] = ACTIONS(4567), - [anon_sym_return] = ACTIONS(4567), - [anon_sym_continue] = ACTIONS(4567), - [anon_sym_break] = ACTIONS(4567), - [anon_sym_COLON_COLON] = ACTIONS(4569), - [anon_sym_PLUS_EQ] = ACTIONS(4569), - [anon_sym_DASH_EQ] = ACTIONS(4569), - [anon_sym_STAR_EQ] = ACTIONS(4569), - [anon_sym_SLASH_EQ] = ACTIONS(4569), - [anon_sym_PERCENT_EQ] = ACTIONS(4569), - [anon_sym_BANG_EQ] = ACTIONS(4567), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4569), - [anon_sym_EQ_EQ] = ACTIONS(4567), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4569), - [anon_sym_LT_EQ] = ACTIONS(4569), - [anon_sym_GT_EQ] = ACTIONS(4569), - [anon_sym_BANGin] = ACTIONS(4569), - [anon_sym_is] = ACTIONS(4567), - [anon_sym_BANGis] = ACTIONS(4569), - [anon_sym_PLUS] = ACTIONS(4567), - [anon_sym_DASH] = ACTIONS(4567), - [anon_sym_SLASH] = ACTIONS(4567), - [anon_sym_PERCENT] = ACTIONS(4567), - [anon_sym_as_QMARK] = ACTIONS(4569), - [anon_sym_PLUS_PLUS] = ACTIONS(4569), - [anon_sym_DASH_DASH] = ACTIONS(4569), - [anon_sym_BANG] = ACTIONS(4567), - [anon_sym_BANG_BANG] = ACTIONS(4569), - [anon_sym_data] = ACTIONS(4567), - [anon_sym_inner] = ACTIONS(4567), - [anon_sym_expect] = ACTIONS(4567), - [anon_sym_actual] = ACTIONS(4567), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4569), - [anon_sym_continue_AT] = ACTIONS(4569), - [anon_sym_break_AT] = ACTIONS(4569), - [sym_real_literal] = ACTIONS(4569), - [sym_integer_literal] = ACTIONS(4567), - [sym_hex_literal] = ACTIONS(4569), - [sym_bin_literal] = ACTIONS(4569), - [anon_sym_true] = ACTIONS(4567), - [anon_sym_false] = ACTIONS(4567), - [anon_sym_SQUOTE] = ACTIONS(4569), - [sym__backtick_identifier] = ACTIONS(4569), - [sym__automatic_semicolon] = ACTIONS(4569), - [sym_safe_nav] = ACTIONS(4569), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4569), - }, - [3144] = { - [sym__alpha_identifier] = ACTIONS(119), - [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(117), - [anon_sym_as] = ACTIONS(119), - [anon_sym_EQ] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(117), - [anon_sym_RBRACE] = ACTIONS(117), - [anon_sym_LPAREN] = ACTIONS(117), - [anon_sym_COMMA] = ACTIONS(117), - [anon_sym_LT] = ACTIONS(119), - [anon_sym_GT] = ACTIONS(119), - [anon_sym_where] = ACTIONS(119), - [anon_sym_object] = ACTIONS(119), - [anon_sym_fun] = ACTIONS(119), - [anon_sym_DOT] = ACTIONS(119), - [anon_sym_SEMI] = ACTIONS(117), - [anon_sym_get] = ACTIONS(119), - [anon_sym_set] = ACTIONS(119), - [anon_sym_this] = ACTIONS(119), - [anon_sym_super] = ACTIONS(119), - [anon_sym_STAR] = ACTIONS(119), - [sym_label] = ACTIONS(119), - [anon_sym_in] = ACTIONS(119), - [anon_sym_DOT_DOT] = ACTIONS(117), - [anon_sym_QMARK_COLON] = ACTIONS(117), - [anon_sym_AMP_AMP] = ACTIONS(117), - [anon_sym_PIPE_PIPE] = ACTIONS(117), - [anon_sym_null] = ACTIONS(119), - [anon_sym_if] = ACTIONS(119), - [anon_sym_else] = ACTIONS(119), - [anon_sym_when] = ACTIONS(119), - [anon_sym_try] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(119), - [anon_sym_return] = ACTIONS(119), - [anon_sym_continue] = ACTIONS(119), - [anon_sym_break] = ACTIONS(119), - [anon_sym_COLON_COLON] = ACTIONS(117), - [anon_sym_PLUS_EQ] = ACTIONS(117), - [anon_sym_DASH_EQ] = ACTIONS(117), - [anon_sym_STAR_EQ] = ACTIONS(117), - [anon_sym_SLASH_EQ] = ACTIONS(117), - [anon_sym_PERCENT_EQ] = ACTIONS(117), - [anon_sym_BANG_EQ] = ACTIONS(119), - [anon_sym_BANG_EQ_EQ] = ACTIONS(117), - [anon_sym_EQ_EQ] = ACTIONS(119), - [anon_sym_EQ_EQ_EQ] = ACTIONS(117), - [anon_sym_LT_EQ] = ACTIONS(117), - [anon_sym_GT_EQ] = ACTIONS(117), - [anon_sym_BANGin] = ACTIONS(117), - [anon_sym_is] = ACTIONS(119), - [anon_sym_BANGis] = ACTIONS(117), - [anon_sym_PLUS] = ACTIONS(119), - [anon_sym_DASH] = ACTIONS(119), - [anon_sym_SLASH] = ACTIONS(119), - [anon_sym_PERCENT] = ACTIONS(119), - [anon_sym_as_QMARK] = ACTIONS(117), - [anon_sym_PLUS_PLUS] = ACTIONS(117), - [anon_sym_DASH_DASH] = ACTIONS(117), - [anon_sym_BANG] = ACTIONS(119), - [anon_sym_BANG_BANG] = ACTIONS(117), - [anon_sym_data] = ACTIONS(119), - [anon_sym_inner] = ACTIONS(119), - [anon_sym_expect] = ACTIONS(119), - [anon_sym_actual] = ACTIONS(119), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(117), - [anon_sym_continue_AT] = ACTIONS(117), - [anon_sym_break_AT] = ACTIONS(117), - [sym_real_literal] = ACTIONS(117), - [sym_integer_literal] = ACTIONS(119), - [sym_hex_literal] = ACTIONS(117), - [sym_bin_literal] = ACTIONS(117), - [anon_sym_true] = ACTIONS(119), - [anon_sym_false] = ACTIONS(119), - [anon_sym_SQUOTE] = ACTIONS(117), - [sym__backtick_identifier] = ACTIONS(117), - [sym__automatic_semicolon] = ACTIONS(117), - [sym_safe_nav] = ACTIONS(117), + [3151] = { + [sym__alpha_identifier] = ACTIONS(1770), + [anon_sym_AT] = ACTIONS(1772), + [anon_sym_LBRACK] = ACTIONS(1772), + [anon_sym_as] = ACTIONS(1770), + [anon_sym_EQ] = ACTIONS(1770), + [anon_sym_LBRACE] = ACTIONS(1772), + [anon_sym_RBRACE] = ACTIONS(1772), + [anon_sym_LPAREN] = ACTIONS(1772), + [anon_sym_COMMA] = ACTIONS(1772), + [anon_sym_LT] = ACTIONS(1770), + [anon_sym_GT] = ACTIONS(1770), + [anon_sym_where] = ACTIONS(1770), + [anon_sym_object] = ACTIONS(1770), + [anon_sym_fun] = ACTIONS(1770), + [anon_sym_DOT] = ACTIONS(1770), + [anon_sym_SEMI] = ACTIONS(1772), + [anon_sym_get] = ACTIONS(1770), + [anon_sym_set] = ACTIONS(1770), + [anon_sym_this] = ACTIONS(1770), + [anon_sym_super] = ACTIONS(1770), + [anon_sym_STAR] = ACTIONS(1770), + [sym_label] = ACTIONS(1770), + [anon_sym_in] = ACTIONS(1770), + [anon_sym_DOT_DOT] = ACTIONS(1772), + [anon_sym_QMARK_COLON] = ACTIONS(1772), + [anon_sym_AMP_AMP] = ACTIONS(1772), + [anon_sym_PIPE_PIPE] = ACTIONS(1772), + [anon_sym_null] = ACTIONS(1770), + [anon_sym_if] = ACTIONS(1770), + [anon_sym_else] = ACTIONS(1770), + [anon_sym_when] = ACTIONS(1770), + [anon_sym_try] = ACTIONS(1770), + [anon_sym_throw] = ACTIONS(1770), + [anon_sym_return] = ACTIONS(1770), + [anon_sym_continue] = ACTIONS(1770), + [anon_sym_break] = ACTIONS(1770), + [anon_sym_COLON_COLON] = ACTIONS(1772), + [anon_sym_PLUS_EQ] = ACTIONS(1772), + [anon_sym_DASH_EQ] = ACTIONS(1772), + [anon_sym_STAR_EQ] = ACTIONS(1772), + [anon_sym_SLASH_EQ] = ACTIONS(1772), + [anon_sym_PERCENT_EQ] = ACTIONS(1772), + [anon_sym_BANG_EQ] = ACTIONS(1770), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1772), + [anon_sym_EQ_EQ] = ACTIONS(1770), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1772), + [anon_sym_LT_EQ] = ACTIONS(1772), + [anon_sym_GT_EQ] = ACTIONS(1772), + [anon_sym_BANGin] = ACTIONS(1772), + [anon_sym_is] = ACTIONS(1770), + [anon_sym_BANGis] = ACTIONS(1772), + [anon_sym_PLUS] = ACTIONS(1770), + [anon_sym_DASH] = ACTIONS(1770), + [anon_sym_SLASH] = ACTIONS(1770), + [anon_sym_PERCENT] = ACTIONS(1770), + [anon_sym_as_QMARK] = ACTIONS(1772), + [anon_sym_PLUS_PLUS] = ACTIONS(1772), + [anon_sym_DASH_DASH] = ACTIONS(1772), + [anon_sym_BANG] = ACTIONS(1770), + [anon_sym_BANG_BANG] = ACTIONS(1772), + [anon_sym_data] = ACTIONS(1770), + [anon_sym_inner] = ACTIONS(1770), + [anon_sym_expect] = ACTIONS(1770), + [anon_sym_actual] = ACTIONS(1770), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1772), + [anon_sym_continue_AT] = ACTIONS(1772), + [anon_sym_break_AT] = ACTIONS(1772), + [sym_real_literal] = ACTIONS(1772), + [sym_integer_literal] = ACTIONS(1770), + [sym_hex_literal] = ACTIONS(1772), + [sym_bin_literal] = ACTIONS(1772), + [anon_sym_true] = ACTIONS(1770), + [anon_sym_false] = ACTIONS(1770), + [anon_sym_SQUOTE] = ACTIONS(1772), + [sym__backtick_identifier] = ACTIONS(1772), + [sym__automatic_semicolon] = ACTIONS(1772), + [sym_safe_nav] = ACTIONS(1772), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(117), + [sym__string_start] = ACTIONS(1772), }, - [3145] = { - [sym__alpha_identifier] = ACTIONS(4101), - [anon_sym_AT] = ACTIONS(4103), - [anon_sym_LBRACK] = ACTIONS(4103), - [anon_sym_RBRACK] = ACTIONS(4103), - [anon_sym_as] = ACTIONS(4101), - [anon_sym_EQ] = ACTIONS(4101), - [anon_sym_LBRACE] = ACTIONS(4103), - [anon_sym_RBRACE] = ACTIONS(4103), - [anon_sym_LPAREN] = ACTIONS(4103), - [anon_sym_COMMA] = ACTIONS(4103), - [anon_sym_RPAREN] = ACTIONS(4103), - [anon_sym_LT] = ACTIONS(4101), - [anon_sym_GT] = ACTIONS(4101), - [anon_sym_where] = ACTIONS(4101), - [anon_sym_DOT] = ACTIONS(4101), - [anon_sym_SEMI] = ACTIONS(4103), - [anon_sym_get] = ACTIONS(4101), - [anon_sym_set] = ACTIONS(4101), - [anon_sym_STAR] = ACTIONS(4101), - [anon_sym_DASH_GT] = ACTIONS(4103), - [sym_label] = ACTIONS(4103), - [anon_sym_in] = ACTIONS(4101), - [anon_sym_while] = ACTIONS(4101), - [anon_sym_DOT_DOT] = ACTIONS(4103), - [anon_sym_QMARK_COLON] = ACTIONS(4103), - [anon_sym_AMP_AMP] = ACTIONS(4103), - [anon_sym_PIPE_PIPE] = ACTIONS(4103), - [anon_sym_else] = ACTIONS(4101), - [anon_sym_COLON_COLON] = ACTIONS(4103), - [anon_sym_PLUS_EQ] = ACTIONS(4103), - [anon_sym_DASH_EQ] = ACTIONS(4103), - [anon_sym_STAR_EQ] = ACTIONS(4103), - [anon_sym_SLASH_EQ] = ACTIONS(4103), - [anon_sym_PERCENT_EQ] = ACTIONS(4103), - [anon_sym_BANG_EQ] = ACTIONS(4101), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4103), - [anon_sym_EQ_EQ] = ACTIONS(4101), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4103), - [anon_sym_LT_EQ] = ACTIONS(4103), - [anon_sym_GT_EQ] = ACTIONS(4103), - [anon_sym_BANGin] = ACTIONS(4103), - [anon_sym_is] = ACTIONS(4101), - [anon_sym_BANGis] = ACTIONS(4103), - [anon_sym_PLUS] = ACTIONS(4101), - [anon_sym_DASH] = ACTIONS(4101), - [anon_sym_SLASH] = ACTIONS(4101), - [anon_sym_PERCENT] = ACTIONS(4101), - [anon_sym_as_QMARK] = ACTIONS(4103), - [anon_sym_PLUS_PLUS] = ACTIONS(4103), - [anon_sym_DASH_DASH] = ACTIONS(4103), - [anon_sym_BANG_BANG] = ACTIONS(4103), - [anon_sym_suspend] = ACTIONS(4101), - [anon_sym_sealed] = ACTIONS(4101), - [anon_sym_annotation] = ACTIONS(4101), - [anon_sym_data] = ACTIONS(4101), - [anon_sym_inner] = ACTIONS(4101), - [anon_sym_override] = ACTIONS(4101), - [anon_sym_lateinit] = ACTIONS(4101), - [anon_sym_public] = ACTIONS(4101), - [anon_sym_private] = ACTIONS(4101), - [anon_sym_internal] = ACTIONS(4101), - [anon_sym_protected] = ACTIONS(4101), - [anon_sym_tailrec] = ACTIONS(4101), - [anon_sym_operator] = ACTIONS(4101), - [anon_sym_infix] = ACTIONS(4101), - [anon_sym_inline] = ACTIONS(4101), - [anon_sym_external] = ACTIONS(4101), - [sym_property_modifier] = ACTIONS(4101), - [anon_sym_abstract] = ACTIONS(4101), - [anon_sym_final] = ACTIONS(4101), - [anon_sym_open] = ACTIONS(4101), - [anon_sym_vararg] = ACTIONS(4101), - [anon_sym_noinline] = ACTIONS(4101), - [anon_sym_crossinline] = ACTIONS(4101), - [anon_sym_expect] = ACTIONS(4101), - [anon_sym_actual] = ACTIONS(4101), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4103), - [sym_safe_nav] = ACTIONS(4103), + [3152] = { + [sym__alpha_identifier] = ACTIONS(4991), + [anon_sym_AT] = ACTIONS(4993), + [anon_sym_LBRACK] = ACTIONS(4993), + [anon_sym_RBRACK] = ACTIONS(4993), + [anon_sym_as] = ACTIONS(4991), + [anon_sym_EQ] = ACTIONS(4991), + [anon_sym_LBRACE] = ACTIONS(4993), + [anon_sym_RBRACE] = ACTIONS(4993), + [anon_sym_LPAREN] = ACTIONS(4993), + [anon_sym_COMMA] = ACTIONS(4993), + [anon_sym_RPAREN] = ACTIONS(4993), + [anon_sym_LT] = ACTIONS(4991), + [anon_sym_GT] = ACTIONS(4991), + [anon_sym_where] = ACTIONS(4991), + [anon_sym_DOT] = ACTIONS(4991), + [anon_sym_SEMI] = ACTIONS(4993), + [anon_sym_get] = ACTIONS(4991), + [anon_sym_set] = ACTIONS(4991), + [anon_sym_STAR] = ACTIONS(4991), + [anon_sym_DASH_GT] = ACTIONS(4993), + [sym_label] = ACTIONS(4993), + [anon_sym_in] = ACTIONS(4991), + [anon_sym_while] = ACTIONS(4991), + [anon_sym_DOT_DOT] = ACTIONS(4993), + [anon_sym_QMARK_COLON] = ACTIONS(4993), + [anon_sym_AMP_AMP] = ACTIONS(4993), + [anon_sym_PIPE_PIPE] = ACTIONS(4993), + [anon_sym_else] = ACTIONS(4991), + [anon_sym_COLON_COLON] = ACTIONS(4993), + [anon_sym_PLUS_EQ] = ACTIONS(4993), + [anon_sym_DASH_EQ] = ACTIONS(4993), + [anon_sym_STAR_EQ] = ACTIONS(4993), + [anon_sym_SLASH_EQ] = ACTIONS(4993), + [anon_sym_PERCENT_EQ] = ACTIONS(4993), + [anon_sym_BANG_EQ] = ACTIONS(4991), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4993), + [anon_sym_EQ_EQ] = ACTIONS(4991), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4993), + [anon_sym_LT_EQ] = ACTIONS(4993), + [anon_sym_GT_EQ] = ACTIONS(4993), + [anon_sym_BANGin] = ACTIONS(4993), + [anon_sym_is] = ACTIONS(4991), + [anon_sym_BANGis] = ACTIONS(4993), + [anon_sym_PLUS] = ACTIONS(4991), + [anon_sym_DASH] = ACTIONS(4991), + [anon_sym_SLASH] = ACTIONS(4991), + [anon_sym_PERCENT] = ACTIONS(4991), + [anon_sym_as_QMARK] = ACTIONS(4993), + [anon_sym_PLUS_PLUS] = ACTIONS(4993), + [anon_sym_DASH_DASH] = ACTIONS(4993), + [anon_sym_BANG_BANG] = ACTIONS(4993), + [anon_sym_suspend] = ACTIONS(4991), + [anon_sym_sealed] = ACTIONS(4991), + [anon_sym_annotation] = ACTIONS(4991), + [anon_sym_data] = ACTIONS(4991), + [anon_sym_inner] = ACTIONS(4991), + [anon_sym_override] = ACTIONS(4991), + [anon_sym_lateinit] = ACTIONS(4991), + [anon_sym_public] = ACTIONS(4991), + [anon_sym_private] = ACTIONS(4991), + [anon_sym_internal] = ACTIONS(4991), + [anon_sym_protected] = ACTIONS(4991), + [anon_sym_tailrec] = ACTIONS(4991), + [anon_sym_operator] = ACTIONS(4991), + [anon_sym_infix] = ACTIONS(4991), + [anon_sym_inline] = ACTIONS(4991), + [anon_sym_external] = ACTIONS(4991), + [sym_property_modifier] = ACTIONS(4991), + [anon_sym_abstract] = ACTIONS(4991), + [anon_sym_final] = ACTIONS(4991), + [anon_sym_open] = ACTIONS(4991), + [anon_sym_vararg] = ACTIONS(4991), + [anon_sym_noinline] = ACTIONS(4991), + [anon_sym_crossinline] = ACTIONS(4991), + [anon_sym_expect] = ACTIONS(4991), + [anon_sym_actual] = ACTIONS(4991), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4993), + [sym_safe_nav] = ACTIONS(4993), [sym_multiline_comment] = ACTIONS(3), }, - [3146] = { - [sym__alpha_identifier] = ACTIONS(3340), - [anon_sym_AT] = ACTIONS(3342), - [anon_sym_LBRACK] = ACTIONS(3342), - [anon_sym_as] = ACTIONS(3340), - [anon_sym_EQ] = ACTIONS(3340), - [anon_sym_LBRACE] = ACTIONS(3342), - [anon_sym_RBRACE] = ACTIONS(3342), - [anon_sym_LPAREN] = ACTIONS(3342), - [anon_sym_COMMA] = ACTIONS(3342), - [anon_sym_LT] = ACTIONS(3340), - [anon_sym_GT] = ACTIONS(3340), - [anon_sym_where] = ACTIONS(3340), - [anon_sym_object] = ACTIONS(3340), - [anon_sym_fun] = ACTIONS(3340), - [anon_sym_DOT] = ACTIONS(3340), - [anon_sym_SEMI] = ACTIONS(3342), - [anon_sym_get] = ACTIONS(3340), - [anon_sym_set] = ACTIONS(3340), - [anon_sym_this] = ACTIONS(3340), - [anon_sym_super] = ACTIONS(3340), - [anon_sym_STAR] = ACTIONS(3340), - [sym_label] = ACTIONS(3340), - [anon_sym_in] = ACTIONS(3340), - [anon_sym_DOT_DOT] = ACTIONS(3342), - [anon_sym_QMARK_COLON] = ACTIONS(3342), - [anon_sym_AMP_AMP] = ACTIONS(3342), - [anon_sym_PIPE_PIPE] = ACTIONS(3342), - [anon_sym_null] = ACTIONS(3340), - [anon_sym_if] = ACTIONS(3340), - [anon_sym_else] = ACTIONS(3340), - [anon_sym_when] = ACTIONS(3340), - [anon_sym_try] = ACTIONS(3340), - [anon_sym_throw] = ACTIONS(3340), - [anon_sym_return] = ACTIONS(3340), - [anon_sym_continue] = ACTIONS(3340), - [anon_sym_break] = ACTIONS(3340), - [anon_sym_COLON_COLON] = ACTIONS(3342), - [anon_sym_PLUS_EQ] = ACTIONS(3342), - [anon_sym_DASH_EQ] = ACTIONS(3342), - [anon_sym_STAR_EQ] = ACTIONS(3342), - [anon_sym_SLASH_EQ] = ACTIONS(3342), - [anon_sym_PERCENT_EQ] = ACTIONS(3342), - [anon_sym_BANG_EQ] = ACTIONS(3340), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3342), - [anon_sym_EQ_EQ] = ACTIONS(3340), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3342), - [anon_sym_LT_EQ] = ACTIONS(3342), - [anon_sym_GT_EQ] = ACTIONS(3342), - [anon_sym_BANGin] = ACTIONS(3342), - [anon_sym_is] = ACTIONS(3340), - [anon_sym_BANGis] = ACTIONS(3342), - [anon_sym_PLUS] = ACTIONS(3340), - [anon_sym_DASH] = ACTIONS(3340), - [anon_sym_SLASH] = ACTIONS(3340), - [anon_sym_PERCENT] = ACTIONS(3340), - [anon_sym_as_QMARK] = ACTIONS(3342), - [anon_sym_PLUS_PLUS] = ACTIONS(3342), - [anon_sym_DASH_DASH] = ACTIONS(3342), - [anon_sym_BANG] = ACTIONS(3340), - [anon_sym_BANG_BANG] = ACTIONS(3342), - [anon_sym_data] = ACTIONS(3340), - [anon_sym_inner] = ACTIONS(3340), - [anon_sym_expect] = ACTIONS(3340), - [anon_sym_actual] = ACTIONS(3340), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3342), - [anon_sym_continue_AT] = ACTIONS(3342), - [anon_sym_break_AT] = ACTIONS(3342), - [sym_real_literal] = ACTIONS(3342), - [sym_integer_literal] = ACTIONS(3340), - [sym_hex_literal] = ACTIONS(3342), - [sym_bin_literal] = ACTIONS(3342), - [anon_sym_true] = ACTIONS(3340), - [anon_sym_false] = ACTIONS(3340), - [anon_sym_SQUOTE] = ACTIONS(3342), - [sym__backtick_identifier] = ACTIONS(3342), - [sym__automatic_semicolon] = ACTIONS(3342), - [sym_safe_nav] = ACTIONS(3342), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3342), + [3153] = { + [sym__alpha_identifier] = ACTIONS(4260), + [anon_sym_AT] = ACTIONS(4262), + [anon_sym_LBRACK] = ACTIONS(4262), + [anon_sym_as] = ACTIONS(4260), + [anon_sym_EQ] = ACTIONS(4260), + [anon_sym_LBRACE] = ACTIONS(4262), + [anon_sym_RBRACE] = ACTIONS(4262), + [anon_sym_LPAREN] = ACTIONS(4262), + [anon_sym_COMMA] = ACTIONS(4262), + [anon_sym_LT] = ACTIONS(4260), + [anon_sym_GT] = ACTIONS(4260), + [anon_sym_where] = ACTIONS(4260), + [anon_sym_object] = ACTIONS(4260), + [anon_sym_fun] = ACTIONS(4260), + [anon_sym_DOT] = ACTIONS(4260), + [anon_sym_SEMI] = ACTIONS(4262), + [anon_sym_get] = ACTIONS(4260), + [anon_sym_set] = ACTIONS(4260), + [anon_sym_this] = ACTIONS(4260), + [anon_sym_super] = ACTIONS(4260), + [anon_sym_STAR] = ACTIONS(4260), + [sym_label] = ACTIONS(4260), + [anon_sym_in] = ACTIONS(4260), + [anon_sym_DOT_DOT] = ACTIONS(4262), + [anon_sym_QMARK_COLON] = ACTIONS(4262), + [anon_sym_AMP_AMP] = ACTIONS(4262), + [anon_sym_PIPE_PIPE] = ACTIONS(4262), + [anon_sym_null] = ACTIONS(4260), + [anon_sym_if] = ACTIONS(4260), + [anon_sym_else] = ACTIONS(4260), + [anon_sym_when] = ACTIONS(4260), + [anon_sym_try] = ACTIONS(4260), + [anon_sym_throw] = ACTIONS(4260), + [anon_sym_return] = ACTIONS(4260), + [anon_sym_continue] = ACTIONS(4260), + [anon_sym_break] = ACTIONS(4260), + [anon_sym_COLON_COLON] = ACTIONS(4262), + [anon_sym_PLUS_EQ] = ACTIONS(4262), + [anon_sym_DASH_EQ] = ACTIONS(4262), + [anon_sym_STAR_EQ] = ACTIONS(4262), + [anon_sym_SLASH_EQ] = ACTIONS(4262), + [anon_sym_PERCENT_EQ] = ACTIONS(4262), + [anon_sym_BANG_EQ] = ACTIONS(4260), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4262), + [anon_sym_EQ_EQ] = ACTIONS(4260), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4262), + [anon_sym_LT_EQ] = ACTIONS(4262), + [anon_sym_GT_EQ] = ACTIONS(4262), + [anon_sym_BANGin] = ACTIONS(4262), + [anon_sym_is] = ACTIONS(4260), + [anon_sym_BANGis] = ACTIONS(4262), + [anon_sym_PLUS] = ACTIONS(4260), + [anon_sym_DASH] = ACTIONS(4260), + [anon_sym_SLASH] = ACTIONS(4260), + [anon_sym_PERCENT] = ACTIONS(4260), + [anon_sym_as_QMARK] = ACTIONS(4262), + [anon_sym_PLUS_PLUS] = ACTIONS(4262), + [anon_sym_DASH_DASH] = ACTIONS(4262), + [anon_sym_BANG] = ACTIONS(4260), + [anon_sym_BANG_BANG] = ACTIONS(4262), + [anon_sym_data] = ACTIONS(4260), + [anon_sym_inner] = ACTIONS(4260), + [anon_sym_expect] = ACTIONS(4260), + [anon_sym_actual] = ACTIONS(4260), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4262), + [anon_sym_continue_AT] = ACTIONS(4262), + [anon_sym_break_AT] = ACTIONS(4262), + [sym_real_literal] = ACTIONS(4262), + [sym_integer_literal] = ACTIONS(4260), + [sym_hex_literal] = ACTIONS(4262), + [sym_bin_literal] = ACTIONS(4262), + [anon_sym_true] = ACTIONS(4260), + [anon_sym_false] = ACTIONS(4260), + [anon_sym_SQUOTE] = ACTIONS(4262), + [sym__backtick_identifier] = ACTIONS(4262), + [sym__automatic_semicolon] = ACTIONS(4262), + [sym_safe_nav] = ACTIONS(4262), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4262), }, - [3147] = { - [sym__alpha_identifier] = ACTIONS(4503), - [anon_sym_AT] = ACTIONS(4505), - [anon_sym_LBRACK] = ACTIONS(4505), - [anon_sym_as] = ACTIONS(4503), - [anon_sym_EQ] = ACTIONS(4503), - [anon_sym_LBRACE] = ACTIONS(4505), - [anon_sym_RBRACE] = ACTIONS(4505), - [anon_sym_LPAREN] = ACTIONS(4505), - [anon_sym_COMMA] = ACTIONS(4505), - [anon_sym_LT] = ACTIONS(4503), - [anon_sym_GT] = ACTIONS(4503), - [anon_sym_where] = ACTIONS(4503), - [anon_sym_object] = ACTIONS(4503), - [anon_sym_fun] = ACTIONS(4503), - [anon_sym_DOT] = ACTIONS(4503), - [anon_sym_SEMI] = ACTIONS(4505), - [anon_sym_get] = ACTIONS(4503), - [anon_sym_set] = ACTIONS(4503), - [anon_sym_this] = ACTIONS(4503), - [anon_sym_super] = ACTIONS(4503), - [anon_sym_STAR] = ACTIONS(4503), - [sym_label] = ACTIONS(4503), - [anon_sym_in] = ACTIONS(4503), - [anon_sym_DOT_DOT] = ACTIONS(4505), - [anon_sym_QMARK_COLON] = ACTIONS(4505), - [anon_sym_AMP_AMP] = ACTIONS(4505), - [anon_sym_PIPE_PIPE] = ACTIONS(4505), - [anon_sym_null] = ACTIONS(4503), - [anon_sym_if] = ACTIONS(4503), - [anon_sym_else] = ACTIONS(4503), - [anon_sym_when] = ACTIONS(4503), - [anon_sym_try] = ACTIONS(4503), - [anon_sym_throw] = ACTIONS(4503), - [anon_sym_return] = ACTIONS(4503), - [anon_sym_continue] = ACTIONS(4503), - [anon_sym_break] = ACTIONS(4503), - [anon_sym_COLON_COLON] = ACTIONS(4505), - [anon_sym_PLUS_EQ] = ACTIONS(4505), - [anon_sym_DASH_EQ] = ACTIONS(4505), - [anon_sym_STAR_EQ] = ACTIONS(4505), - [anon_sym_SLASH_EQ] = ACTIONS(4505), - [anon_sym_PERCENT_EQ] = ACTIONS(4505), - [anon_sym_BANG_EQ] = ACTIONS(4503), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4505), - [anon_sym_EQ_EQ] = ACTIONS(4503), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4505), - [anon_sym_LT_EQ] = ACTIONS(4505), - [anon_sym_GT_EQ] = ACTIONS(4505), - [anon_sym_BANGin] = ACTIONS(4505), - [anon_sym_is] = ACTIONS(4503), - [anon_sym_BANGis] = ACTIONS(4505), - [anon_sym_PLUS] = ACTIONS(4503), - [anon_sym_DASH] = ACTIONS(4503), - [anon_sym_SLASH] = ACTIONS(4503), - [anon_sym_PERCENT] = ACTIONS(4503), - [anon_sym_as_QMARK] = ACTIONS(4505), - [anon_sym_PLUS_PLUS] = ACTIONS(4505), - [anon_sym_DASH_DASH] = ACTIONS(4505), - [anon_sym_BANG] = ACTIONS(4503), - [anon_sym_BANG_BANG] = ACTIONS(4505), - [anon_sym_data] = ACTIONS(4503), - [anon_sym_inner] = ACTIONS(4503), - [anon_sym_expect] = ACTIONS(4503), - [anon_sym_actual] = ACTIONS(4503), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4505), - [anon_sym_continue_AT] = ACTIONS(4505), - [anon_sym_break_AT] = ACTIONS(4505), - [sym_real_literal] = ACTIONS(4505), - [sym_integer_literal] = ACTIONS(4503), - [sym_hex_literal] = ACTIONS(4505), - [sym_bin_literal] = ACTIONS(4505), - [anon_sym_true] = ACTIONS(4503), - [anon_sym_false] = ACTIONS(4503), - [anon_sym_SQUOTE] = ACTIONS(4505), - [sym__backtick_identifier] = ACTIONS(4505), - [sym__automatic_semicolon] = ACTIONS(4505), - [sym_safe_nav] = ACTIONS(4505), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4505), - }, - [3148] = { - [sym__alpha_identifier] = ACTIONS(5039), - [anon_sym_AT] = ACTIONS(5041), - [anon_sym_LBRACK] = ACTIONS(5041), - [anon_sym_as] = ACTIONS(5039), - [anon_sym_EQ] = ACTIONS(5039), - [anon_sym_LBRACE] = ACTIONS(5041), - [anon_sym_RBRACE] = ACTIONS(5041), - [anon_sym_LPAREN] = ACTIONS(5041), - [anon_sym_COMMA] = ACTIONS(5041), - [anon_sym_LT] = ACTIONS(5039), - [anon_sym_GT] = ACTIONS(5039), - [anon_sym_where] = ACTIONS(5039), - [anon_sym_object] = ACTIONS(5039), - [anon_sym_fun] = ACTIONS(5039), - [anon_sym_DOT] = ACTIONS(5039), - [anon_sym_SEMI] = ACTIONS(5041), - [anon_sym_get] = ACTIONS(5039), - [anon_sym_set] = ACTIONS(5039), - [anon_sym_this] = ACTIONS(5039), - [anon_sym_super] = ACTIONS(5039), - [anon_sym_STAR] = ACTIONS(5039), - [sym_label] = ACTIONS(5039), - [anon_sym_in] = ACTIONS(5039), - [anon_sym_DOT_DOT] = ACTIONS(5041), - [anon_sym_QMARK_COLON] = ACTIONS(5041), - [anon_sym_AMP_AMP] = ACTIONS(5041), - [anon_sym_PIPE_PIPE] = ACTIONS(5041), - [anon_sym_null] = ACTIONS(5039), - [anon_sym_if] = ACTIONS(5039), - [anon_sym_else] = ACTIONS(5039), - [anon_sym_when] = ACTIONS(5039), - [anon_sym_try] = ACTIONS(5039), - [anon_sym_throw] = ACTIONS(5039), - [anon_sym_return] = ACTIONS(5039), - [anon_sym_continue] = ACTIONS(5039), - [anon_sym_break] = ACTIONS(5039), - [anon_sym_COLON_COLON] = ACTIONS(5041), - [anon_sym_PLUS_EQ] = ACTIONS(5041), - [anon_sym_DASH_EQ] = ACTIONS(5041), - [anon_sym_STAR_EQ] = ACTIONS(5041), - [anon_sym_SLASH_EQ] = ACTIONS(5041), - [anon_sym_PERCENT_EQ] = ACTIONS(5041), - [anon_sym_BANG_EQ] = ACTIONS(5039), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5041), - [anon_sym_EQ_EQ] = ACTIONS(5039), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5041), - [anon_sym_LT_EQ] = ACTIONS(5041), - [anon_sym_GT_EQ] = ACTIONS(5041), - [anon_sym_BANGin] = ACTIONS(5041), - [anon_sym_is] = ACTIONS(5039), - [anon_sym_BANGis] = ACTIONS(5041), - [anon_sym_PLUS] = ACTIONS(5039), - [anon_sym_DASH] = ACTIONS(5039), - [anon_sym_SLASH] = ACTIONS(5039), - [anon_sym_PERCENT] = ACTIONS(5039), - [anon_sym_as_QMARK] = ACTIONS(5041), - [anon_sym_PLUS_PLUS] = ACTIONS(5041), - [anon_sym_DASH_DASH] = ACTIONS(5041), - [anon_sym_BANG] = ACTIONS(5039), - [anon_sym_BANG_BANG] = ACTIONS(5041), - [anon_sym_data] = ACTIONS(5039), - [anon_sym_inner] = ACTIONS(5039), - [anon_sym_expect] = ACTIONS(5039), - [anon_sym_actual] = ACTIONS(5039), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5041), - [anon_sym_continue_AT] = ACTIONS(5041), - [anon_sym_break_AT] = ACTIONS(5041), - [sym_real_literal] = ACTIONS(5041), - [sym_integer_literal] = ACTIONS(5039), - [sym_hex_literal] = ACTIONS(5041), - [sym_bin_literal] = ACTIONS(5041), - [anon_sym_true] = ACTIONS(5039), - [anon_sym_false] = ACTIONS(5039), - [anon_sym_SQUOTE] = ACTIONS(5041), - [sym__backtick_identifier] = ACTIONS(5041), - [sym__automatic_semicolon] = ACTIONS(5041), - [sym_safe_nav] = ACTIONS(5041), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5041), + [3154] = { + [sym_function_body] = STATE(3166), + [sym__block] = STATE(3334), + [sym__alpha_identifier] = ACTIONS(4260), + [anon_sym_AT] = ACTIONS(4262), + [anon_sym_LBRACK] = ACTIONS(4262), + [anon_sym_as] = ACTIONS(4260), + [anon_sym_EQ] = ACTIONS(6262), + [anon_sym_LBRACE] = ACTIONS(6244), + [anon_sym_RBRACE] = ACTIONS(4262), + [anon_sym_LPAREN] = ACTIONS(4262), + [anon_sym_LT] = ACTIONS(4260), + [anon_sym_GT] = ACTIONS(4260), + [anon_sym_object] = ACTIONS(4260), + [anon_sym_fun] = ACTIONS(4260), + [anon_sym_DOT] = ACTIONS(4260), + [anon_sym_SEMI] = ACTIONS(4262), + [anon_sym_get] = ACTIONS(4260), + [anon_sym_set] = ACTIONS(4260), + [anon_sym_this] = ACTIONS(4260), + [anon_sym_super] = ACTIONS(4260), + [anon_sym_STAR] = ACTIONS(4260), + [sym_label] = ACTIONS(4260), + [anon_sym_in] = ACTIONS(4260), + [anon_sym_DOT_DOT] = ACTIONS(4262), + [anon_sym_QMARK_COLON] = ACTIONS(4262), + [anon_sym_AMP_AMP] = ACTIONS(4262), + [anon_sym_PIPE_PIPE] = ACTIONS(4262), + [anon_sym_null] = ACTIONS(4260), + [anon_sym_if] = ACTIONS(4260), + [anon_sym_else] = ACTIONS(4260), + [anon_sym_when] = ACTIONS(4260), + [anon_sym_try] = ACTIONS(4260), + [anon_sym_throw] = ACTIONS(4260), + [anon_sym_return] = ACTIONS(4260), + [anon_sym_continue] = ACTIONS(4260), + [anon_sym_break] = ACTIONS(4260), + [anon_sym_COLON_COLON] = ACTIONS(4262), + [anon_sym_PLUS_EQ] = ACTIONS(4262), + [anon_sym_DASH_EQ] = ACTIONS(4262), + [anon_sym_STAR_EQ] = ACTIONS(4262), + [anon_sym_SLASH_EQ] = ACTIONS(4262), + [anon_sym_PERCENT_EQ] = ACTIONS(4262), + [anon_sym_BANG_EQ] = ACTIONS(4260), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4262), + [anon_sym_EQ_EQ] = ACTIONS(4260), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4262), + [anon_sym_LT_EQ] = ACTIONS(4262), + [anon_sym_GT_EQ] = ACTIONS(4262), + [anon_sym_BANGin] = ACTIONS(4262), + [anon_sym_is] = ACTIONS(4260), + [anon_sym_BANGis] = ACTIONS(4262), + [anon_sym_PLUS] = ACTIONS(4260), + [anon_sym_DASH] = ACTIONS(4260), + [anon_sym_SLASH] = ACTIONS(4260), + [anon_sym_PERCENT] = ACTIONS(4260), + [anon_sym_as_QMARK] = ACTIONS(4262), + [anon_sym_PLUS_PLUS] = ACTIONS(4262), + [anon_sym_DASH_DASH] = ACTIONS(4262), + [anon_sym_BANG] = ACTIONS(4260), + [anon_sym_BANG_BANG] = ACTIONS(4262), + [anon_sym_data] = ACTIONS(4260), + [anon_sym_inner] = ACTIONS(4260), + [anon_sym_expect] = ACTIONS(4260), + [anon_sym_actual] = ACTIONS(4260), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4262), + [anon_sym_continue_AT] = ACTIONS(4262), + [anon_sym_break_AT] = ACTIONS(4262), + [sym_real_literal] = ACTIONS(4262), + [sym_integer_literal] = ACTIONS(4260), + [sym_hex_literal] = ACTIONS(4262), + [sym_bin_literal] = ACTIONS(4262), + [anon_sym_true] = ACTIONS(4260), + [anon_sym_false] = ACTIONS(4260), + [anon_sym_SQUOTE] = ACTIONS(4262), + [sym__backtick_identifier] = ACTIONS(4262), + [sym__automatic_semicolon] = ACTIONS(4262), + [sym_safe_nav] = ACTIONS(4262), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4262), }, - [3149] = { - [sym__alpha_identifier] = ACTIONS(1770), - [anon_sym_AT] = ACTIONS(1772), - [anon_sym_LBRACK] = ACTIONS(1772), - [anon_sym_RBRACK] = ACTIONS(1772), - [anon_sym_as] = ACTIONS(1770), - [anon_sym_EQ] = ACTIONS(1770), - [anon_sym_LBRACE] = ACTIONS(1772), - [anon_sym_RBRACE] = ACTIONS(1772), - [anon_sym_LPAREN] = ACTIONS(1772), - [anon_sym_COMMA] = ACTIONS(1772), - [anon_sym_RPAREN] = ACTIONS(1772), - [anon_sym_LT] = ACTIONS(1770), - [anon_sym_GT] = ACTIONS(1770), - [anon_sym_where] = ACTIONS(1770), - [anon_sym_DOT] = ACTIONS(1770), - [anon_sym_SEMI] = ACTIONS(1772), - [anon_sym_get] = ACTIONS(1770), - [anon_sym_set] = ACTIONS(1770), - [anon_sym_STAR] = ACTIONS(1770), - [anon_sym_DASH_GT] = ACTIONS(1772), - [sym_label] = ACTIONS(1772), - [anon_sym_in] = ACTIONS(1770), - [anon_sym_while] = ACTIONS(1770), - [anon_sym_DOT_DOT] = ACTIONS(1772), - [anon_sym_QMARK_COLON] = ACTIONS(1772), - [anon_sym_AMP_AMP] = ACTIONS(1772), - [anon_sym_PIPE_PIPE] = ACTIONS(1772), - [anon_sym_else] = ACTIONS(1770), - [anon_sym_COLON_COLON] = ACTIONS(1772), - [anon_sym_PLUS_EQ] = ACTIONS(1772), - [anon_sym_DASH_EQ] = ACTIONS(1772), - [anon_sym_STAR_EQ] = ACTIONS(1772), - [anon_sym_SLASH_EQ] = ACTIONS(1772), - [anon_sym_PERCENT_EQ] = ACTIONS(1772), - [anon_sym_BANG_EQ] = ACTIONS(1770), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1772), - [anon_sym_EQ_EQ] = ACTIONS(1770), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1772), - [anon_sym_LT_EQ] = ACTIONS(1772), - [anon_sym_GT_EQ] = ACTIONS(1772), - [anon_sym_BANGin] = ACTIONS(1772), - [anon_sym_is] = ACTIONS(1770), - [anon_sym_BANGis] = ACTIONS(1772), - [anon_sym_PLUS] = ACTIONS(1770), - [anon_sym_DASH] = ACTIONS(1770), - [anon_sym_SLASH] = ACTIONS(1770), - [anon_sym_PERCENT] = ACTIONS(1770), - [anon_sym_as_QMARK] = ACTIONS(1772), - [anon_sym_PLUS_PLUS] = ACTIONS(1772), - [anon_sym_DASH_DASH] = ACTIONS(1772), - [anon_sym_BANG_BANG] = ACTIONS(1772), - [anon_sym_suspend] = ACTIONS(1770), - [anon_sym_sealed] = ACTIONS(1770), - [anon_sym_annotation] = ACTIONS(1770), - [anon_sym_data] = ACTIONS(1770), - [anon_sym_inner] = ACTIONS(1770), - [anon_sym_override] = ACTIONS(1770), - [anon_sym_lateinit] = ACTIONS(1770), - [anon_sym_public] = ACTIONS(1770), - [anon_sym_private] = ACTIONS(1770), - [anon_sym_internal] = ACTIONS(1770), - [anon_sym_protected] = ACTIONS(1770), - [anon_sym_tailrec] = ACTIONS(1770), - [anon_sym_operator] = ACTIONS(1770), - [anon_sym_infix] = ACTIONS(1770), - [anon_sym_inline] = ACTIONS(1770), - [anon_sym_external] = ACTIONS(1770), - [sym_property_modifier] = ACTIONS(1770), - [anon_sym_abstract] = ACTIONS(1770), - [anon_sym_final] = ACTIONS(1770), - [anon_sym_open] = ACTIONS(1770), - [anon_sym_vararg] = ACTIONS(1770), - [anon_sym_noinline] = ACTIONS(1770), - [anon_sym_crossinline] = ACTIONS(1770), - [anon_sym_expect] = ACTIONS(1770), - [anon_sym_actual] = ACTIONS(1770), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1772), - [sym_safe_nav] = ACTIONS(1772), - [sym_multiline_comment] = ACTIONS(3), + [3155] = { + [sym__alpha_identifier] = ACTIONS(4945), + [anon_sym_AT] = ACTIONS(4947), + [anon_sym_LBRACK] = ACTIONS(4947), + [anon_sym_as] = ACTIONS(4945), + [anon_sym_EQ] = ACTIONS(4945), + [anon_sym_LBRACE] = ACTIONS(4947), + [anon_sym_RBRACE] = ACTIONS(4947), + [anon_sym_LPAREN] = ACTIONS(4947), + [anon_sym_COMMA] = ACTIONS(4947), + [anon_sym_LT] = ACTIONS(4945), + [anon_sym_GT] = ACTIONS(4945), + [anon_sym_where] = ACTIONS(4945), + [anon_sym_object] = ACTIONS(4945), + [anon_sym_fun] = ACTIONS(4945), + [anon_sym_DOT] = ACTIONS(4945), + [anon_sym_SEMI] = ACTIONS(4947), + [anon_sym_get] = ACTIONS(4945), + [anon_sym_set] = ACTIONS(4945), + [anon_sym_this] = ACTIONS(4945), + [anon_sym_super] = ACTIONS(4945), + [anon_sym_STAR] = ACTIONS(4945), + [sym_label] = ACTIONS(4945), + [anon_sym_in] = ACTIONS(4945), + [anon_sym_DOT_DOT] = ACTIONS(4947), + [anon_sym_QMARK_COLON] = ACTIONS(4947), + [anon_sym_AMP_AMP] = ACTIONS(4947), + [anon_sym_PIPE_PIPE] = ACTIONS(4947), + [anon_sym_null] = ACTIONS(4945), + [anon_sym_if] = ACTIONS(4945), + [anon_sym_else] = ACTIONS(4945), + [anon_sym_when] = ACTIONS(4945), + [anon_sym_try] = ACTIONS(4945), + [anon_sym_throw] = ACTIONS(4945), + [anon_sym_return] = ACTIONS(4945), + [anon_sym_continue] = ACTIONS(4945), + [anon_sym_break] = ACTIONS(4945), + [anon_sym_COLON_COLON] = ACTIONS(4947), + [anon_sym_PLUS_EQ] = ACTIONS(4947), + [anon_sym_DASH_EQ] = ACTIONS(4947), + [anon_sym_STAR_EQ] = ACTIONS(4947), + [anon_sym_SLASH_EQ] = ACTIONS(4947), + [anon_sym_PERCENT_EQ] = ACTIONS(4947), + [anon_sym_BANG_EQ] = ACTIONS(4945), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4947), + [anon_sym_EQ_EQ] = ACTIONS(4945), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4947), + [anon_sym_LT_EQ] = ACTIONS(4947), + [anon_sym_GT_EQ] = ACTIONS(4947), + [anon_sym_BANGin] = ACTIONS(4947), + [anon_sym_is] = ACTIONS(4945), + [anon_sym_BANGis] = ACTIONS(4947), + [anon_sym_PLUS] = ACTIONS(4945), + [anon_sym_DASH] = ACTIONS(4945), + [anon_sym_SLASH] = ACTIONS(4945), + [anon_sym_PERCENT] = ACTIONS(4945), + [anon_sym_as_QMARK] = ACTIONS(4947), + [anon_sym_PLUS_PLUS] = ACTIONS(4947), + [anon_sym_DASH_DASH] = ACTIONS(4947), + [anon_sym_BANG] = ACTIONS(4945), + [anon_sym_BANG_BANG] = ACTIONS(4947), + [anon_sym_data] = ACTIONS(4945), + [anon_sym_inner] = ACTIONS(4945), + [anon_sym_expect] = ACTIONS(4945), + [anon_sym_actual] = ACTIONS(4945), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4947), + [anon_sym_continue_AT] = ACTIONS(4947), + [anon_sym_break_AT] = ACTIONS(4947), + [sym_real_literal] = ACTIONS(4947), + [sym_integer_literal] = ACTIONS(4945), + [sym_hex_literal] = ACTIONS(4947), + [sym_bin_literal] = ACTIONS(4947), + [anon_sym_true] = ACTIONS(4945), + [anon_sym_false] = ACTIONS(4945), + [anon_sym_SQUOTE] = ACTIONS(4947), + [sym__backtick_identifier] = ACTIONS(4947), + [sym__automatic_semicolon] = ACTIONS(4947), + [sym_safe_nav] = ACTIONS(4947), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4947), }, - [3150] = { - [sym_function_body] = STATE(3152), - [sym__block] = STATE(3245), - [sym__alpha_identifier] = ACTIONS(4503), - [anon_sym_AT] = ACTIONS(4505), - [anon_sym_LBRACK] = ACTIONS(4505), - [anon_sym_as] = ACTIONS(4503), - [anon_sym_EQ] = ACTIONS(6265), - [anon_sym_LBRACE] = ACTIONS(6220), - [anon_sym_RBRACE] = ACTIONS(4505), - [anon_sym_LPAREN] = ACTIONS(4505), - [anon_sym_LT] = ACTIONS(4503), - [anon_sym_GT] = ACTIONS(4503), - [anon_sym_object] = ACTIONS(4503), - [anon_sym_fun] = ACTIONS(4503), - [anon_sym_DOT] = ACTIONS(4503), - [anon_sym_SEMI] = ACTIONS(4505), - [anon_sym_get] = ACTIONS(4503), - [anon_sym_set] = ACTIONS(4503), - [anon_sym_this] = ACTIONS(4503), - [anon_sym_super] = ACTIONS(4503), - [anon_sym_STAR] = ACTIONS(4503), - [sym_label] = ACTIONS(4503), - [anon_sym_in] = ACTIONS(4503), - [anon_sym_DOT_DOT] = ACTIONS(4505), - [anon_sym_QMARK_COLON] = ACTIONS(4505), - [anon_sym_AMP_AMP] = ACTIONS(4505), - [anon_sym_PIPE_PIPE] = ACTIONS(4505), - [anon_sym_null] = ACTIONS(4503), - [anon_sym_if] = ACTIONS(4503), - [anon_sym_else] = ACTIONS(4503), - [anon_sym_when] = ACTIONS(4503), - [anon_sym_try] = ACTIONS(4503), - [anon_sym_throw] = ACTIONS(4503), - [anon_sym_return] = ACTIONS(4503), - [anon_sym_continue] = ACTIONS(4503), - [anon_sym_break] = ACTIONS(4503), - [anon_sym_COLON_COLON] = ACTIONS(4505), - [anon_sym_PLUS_EQ] = ACTIONS(4505), - [anon_sym_DASH_EQ] = ACTIONS(4505), - [anon_sym_STAR_EQ] = ACTIONS(4505), - [anon_sym_SLASH_EQ] = ACTIONS(4505), - [anon_sym_PERCENT_EQ] = ACTIONS(4505), - [anon_sym_BANG_EQ] = ACTIONS(4503), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4505), - [anon_sym_EQ_EQ] = ACTIONS(4503), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4505), - [anon_sym_LT_EQ] = ACTIONS(4505), - [anon_sym_GT_EQ] = ACTIONS(4505), - [anon_sym_BANGin] = ACTIONS(4505), - [anon_sym_is] = ACTIONS(4503), - [anon_sym_BANGis] = ACTIONS(4505), - [anon_sym_PLUS] = ACTIONS(4503), - [anon_sym_DASH] = ACTIONS(4503), - [anon_sym_SLASH] = ACTIONS(4503), - [anon_sym_PERCENT] = ACTIONS(4503), - [anon_sym_as_QMARK] = ACTIONS(4505), - [anon_sym_PLUS_PLUS] = ACTIONS(4505), - [anon_sym_DASH_DASH] = ACTIONS(4505), - [anon_sym_BANG] = ACTIONS(4503), - [anon_sym_BANG_BANG] = ACTIONS(4505), - [anon_sym_data] = ACTIONS(4503), - [anon_sym_inner] = ACTIONS(4503), - [anon_sym_expect] = ACTIONS(4503), - [anon_sym_actual] = ACTIONS(4503), + [3156] = { + [sym__alpha_identifier] = ACTIONS(5087), + [anon_sym_AT] = ACTIONS(5089), + [anon_sym_LBRACK] = ACTIONS(5089), + [anon_sym_as] = ACTIONS(5087), + [anon_sym_EQ] = ACTIONS(5087), + [anon_sym_LBRACE] = ACTIONS(5089), + [anon_sym_RBRACE] = ACTIONS(5089), + [anon_sym_LPAREN] = ACTIONS(5089), + [anon_sym_COMMA] = ACTIONS(5089), + [anon_sym_LT] = ACTIONS(5087), + [anon_sym_GT] = ACTIONS(5087), + [anon_sym_where] = ACTIONS(5087), + [anon_sym_object] = ACTIONS(5087), + [anon_sym_fun] = ACTIONS(5087), + [anon_sym_DOT] = ACTIONS(5087), + [anon_sym_SEMI] = ACTIONS(5089), + [anon_sym_get] = ACTIONS(5087), + [anon_sym_set] = ACTIONS(5087), + [anon_sym_this] = ACTIONS(5087), + [anon_sym_super] = ACTIONS(5087), + [anon_sym_STAR] = ACTIONS(5087), + [sym_label] = ACTIONS(5087), + [anon_sym_in] = ACTIONS(5087), + [anon_sym_DOT_DOT] = ACTIONS(5089), + [anon_sym_QMARK_COLON] = ACTIONS(5089), + [anon_sym_AMP_AMP] = ACTIONS(5089), + [anon_sym_PIPE_PIPE] = ACTIONS(5089), + [anon_sym_null] = ACTIONS(5087), + [anon_sym_if] = ACTIONS(5087), + [anon_sym_else] = ACTIONS(5087), + [anon_sym_when] = ACTIONS(5087), + [anon_sym_try] = ACTIONS(5087), + [anon_sym_throw] = ACTIONS(5087), + [anon_sym_return] = ACTIONS(5087), + [anon_sym_continue] = ACTIONS(5087), + [anon_sym_break] = ACTIONS(5087), + [anon_sym_COLON_COLON] = ACTIONS(5089), + [anon_sym_PLUS_EQ] = ACTIONS(5089), + [anon_sym_DASH_EQ] = ACTIONS(5089), + [anon_sym_STAR_EQ] = ACTIONS(5089), + [anon_sym_SLASH_EQ] = ACTIONS(5089), + [anon_sym_PERCENT_EQ] = ACTIONS(5089), + [anon_sym_BANG_EQ] = ACTIONS(5087), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5089), + [anon_sym_EQ_EQ] = ACTIONS(5087), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5089), + [anon_sym_LT_EQ] = ACTIONS(5089), + [anon_sym_GT_EQ] = ACTIONS(5089), + [anon_sym_BANGin] = ACTIONS(5089), + [anon_sym_is] = ACTIONS(5087), + [anon_sym_BANGis] = ACTIONS(5089), + [anon_sym_PLUS] = ACTIONS(5087), + [anon_sym_DASH] = ACTIONS(5087), + [anon_sym_SLASH] = ACTIONS(5087), + [anon_sym_PERCENT] = ACTIONS(5087), + [anon_sym_as_QMARK] = ACTIONS(5089), + [anon_sym_PLUS_PLUS] = ACTIONS(5089), + [anon_sym_DASH_DASH] = ACTIONS(5089), + [anon_sym_BANG] = ACTIONS(5087), + [anon_sym_BANG_BANG] = ACTIONS(5089), + [anon_sym_data] = ACTIONS(5087), + [anon_sym_inner] = ACTIONS(5087), + [anon_sym_expect] = ACTIONS(5087), + [anon_sym_actual] = ACTIONS(5087), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4505), - [anon_sym_continue_AT] = ACTIONS(4505), - [anon_sym_break_AT] = ACTIONS(4505), - [sym_real_literal] = ACTIONS(4505), - [sym_integer_literal] = ACTIONS(4503), - [sym_hex_literal] = ACTIONS(4505), - [sym_bin_literal] = ACTIONS(4505), - [anon_sym_true] = ACTIONS(4503), - [anon_sym_false] = ACTIONS(4503), - [anon_sym_SQUOTE] = ACTIONS(4505), - [sym__backtick_identifier] = ACTIONS(4505), - [sym__automatic_semicolon] = ACTIONS(4505), - [sym_safe_nav] = ACTIONS(4505), + [anon_sym_return_AT] = ACTIONS(5089), + [anon_sym_continue_AT] = ACTIONS(5089), + [anon_sym_break_AT] = ACTIONS(5089), + [sym_real_literal] = ACTIONS(5089), + [sym_integer_literal] = ACTIONS(5087), + [sym_hex_literal] = ACTIONS(5089), + [sym_bin_literal] = ACTIONS(5089), + [anon_sym_true] = ACTIONS(5087), + [anon_sym_false] = ACTIONS(5087), + [anon_sym_SQUOTE] = ACTIONS(5089), + [sym__backtick_identifier] = ACTIONS(5089), + [sym__automatic_semicolon] = ACTIONS(5089), + [sym_safe_nav] = ACTIONS(5089), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4505), + [sym__string_start] = ACTIONS(5089), }, - [3151] = { - [sym__alpha_identifier] = ACTIONS(5043), - [anon_sym_AT] = ACTIONS(5045), - [anon_sym_LBRACK] = ACTIONS(5045), - [anon_sym_as] = ACTIONS(5043), - [anon_sym_EQ] = ACTIONS(5043), - [anon_sym_LBRACE] = ACTIONS(5045), - [anon_sym_RBRACE] = ACTIONS(5045), - [anon_sym_LPAREN] = ACTIONS(5045), - [anon_sym_COMMA] = ACTIONS(5045), - [anon_sym_LT] = ACTIONS(5043), - [anon_sym_GT] = ACTIONS(5043), - [anon_sym_where] = ACTIONS(5043), - [anon_sym_object] = ACTIONS(5043), - [anon_sym_fun] = ACTIONS(5043), - [anon_sym_DOT] = ACTIONS(5043), - [anon_sym_SEMI] = ACTIONS(5045), - [anon_sym_get] = ACTIONS(5043), - [anon_sym_set] = ACTIONS(5043), - [anon_sym_this] = ACTIONS(5043), - [anon_sym_super] = ACTIONS(5043), - [anon_sym_STAR] = ACTIONS(5043), - [sym_label] = ACTIONS(5043), - [anon_sym_in] = ACTIONS(5043), - [anon_sym_DOT_DOT] = ACTIONS(5045), - [anon_sym_QMARK_COLON] = ACTIONS(5045), - [anon_sym_AMP_AMP] = ACTIONS(5045), - [anon_sym_PIPE_PIPE] = ACTIONS(5045), - [anon_sym_null] = ACTIONS(5043), - [anon_sym_if] = ACTIONS(5043), - [anon_sym_else] = ACTIONS(5043), - [anon_sym_when] = ACTIONS(5043), - [anon_sym_try] = ACTIONS(5043), - [anon_sym_throw] = ACTIONS(5043), - [anon_sym_return] = ACTIONS(5043), - [anon_sym_continue] = ACTIONS(5043), - [anon_sym_break] = ACTIONS(5043), - [anon_sym_COLON_COLON] = ACTIONS(5045), - [anon_sym_PLUS_EQ] = ACTIONS(5045), - [anon_sym_DASH_EQ] = ACTIONS(5045), - [anon_sym_STAR_EQ] = ACTIONS(5045), - [anon_sym_SLASH_EQ] = ACTIONS(5045), - [anon_sym_PERCENT_EQ] = ACTIONS(5045), - [anon_sym_BANG_EQ] = ACTIONS(5043), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5045), - [anon_sym_EQ_EQ] = ACTIONS(5043), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5045), - [anon_sym_LT_EQ] = ACTIONS(5045), - [anon_sym_GT_EQ] = ACTIONS(5045), - [anon_sym_BANGin] = ACTIONS(5045), - [anon_sym_is] = ACTIONS(5043), - [anon_sym_BANGis] = ACTIONS(5045), - [anon_sym_PLUS] = ACTIONS(5043), - [anon_sym_DASH] = ACTIONS(5043), - [anon_sym_SLASH] = ACTIONS(5043), - [anon_sym_PERCENT] = ACTIONS(5043), - [anon_sym_as_QMARK] = ACTIONS(5045), - [anon_sym_PLUS_PLUS] = ACTIONS(5045), - [anon_sym_DASH_DASH] = ACTIONS(5045), - [anon_sym_BANG] = ACTIONS(5043), - [anon_sym_BANG_BANG] = ACTIONS(5045), - [anon_sym_data] = ACTIONS(5043), - [anon_sym_inner] = ACTIONS(5043), - [anon_sym_expect] = ACTIONS(5043), - [anon_sym_actual] = ACTIONS(5043), + [3157] = { + [sym__alpha_identifier] = ACTIONS(4392), + [anon_sym_AT] = ACTIONS(4394), + [anon_sym_LBRACK] = ACTIONS(4394), + [anon_sym_as] = ACTIONS(4392), + [anon_sym_EQ] = ACTIONS(4392), + [anon_sym_LBRACE] = ACTIONS(4394), + [anon_sym_RBRACE] = ACTIONS(4394), + [anon_sym_LPAREN] = ACTIONS(4394), + [anon_sym_COMMA] = ACTIONS(4394), + [anon_sym_LT] = ACTIONS(4392), + [anon_sym_GT] = ACTIONS(4392), + [anon_sym_where] = ACTIONS(4392), + [anon_sym_object] = ACTIONS(4392), + [anon_sym_fun] = ACTIONS(4392), + [anon_sym_DOT] = ACTIONS(4392), + [anon_sym_SEMI] = ACTIONS(4394), + [anon_sym_get] = ACTIONS(4392), + [anon_sym_set] = ACTIONS(4392), + [anon_sym_this] = ACTIONS(4392), + [anon_sym_super] = ACTIONS(4392), + [anon_sym_STAR] = ACTIONS(4392), + [sym_label] = ACTIONS(4392), + [anon_sym_in] = ACTIONS(4392), + [anon_sym_DOT_DOT] = ACTIONS(4394), + [anon_sym_QMARK_COLON] = ACTIONS(4394), + [anon_sym_AMP_AMP] = ACTIONS(4394), + [anon_sym_PIPE_PIPE] = ACTIONS(4394), + [anon_sym_null] = ACTIONS(4392), + [anon_sym_if] = ACTIONS(4392), + [anon_sym_else] = ACTIONS(4392), + [anon_sym_when] = ACTIONS(4392), + [anon_sym_try] = ACTIONS(4392), + [anon_sym_throw] = ACTIONS(4392), + [anon_sym_return] = ACTIONS(4392), + [anon_sym_continue] = ACTIONS(4392), + [anon_sym_break] = ACTIONS(4392), + [anon_sym_COLON_COLON] = ACTIONS(4394), + [anon_sym_PLUS_EQ] = ACTIONS(4394), + [anon_sym_DASH_EQ] = ACTIONS(4394), + [anon_sym_STAR_EQ] = ACTIONS(4394), + [anon_sym_SLASH_EQ] = ACTIONS(4394), + [anon_sym_PERCENT_EQ] = ACTIONS(4394), + [anon_sym_BANG_EQ] = ACTIONS(4392), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4394), + [anon_sym_EQ_EQ] = ACTIONS(4392), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4394), + [anon_sym_LT_EQ] = ACTIONS(4394), + [anon_sym_GT_EQ] = ACTIONS(4394), + [anon_sym_BANGin] = ACTIONS(4394), + [anon_sym_is] = ACTIONS(4392), + [anon_sym_BANGis] = ACTIONS(4394), + [anon_sym_PLUS] = ACTIONS(4392), + [anon_sym_DASH] = ACTIONS(4392), + [anon_sym_SLASH] = ACTIONS(4392), + [anon_sym_PERCENT] = ACTIONS(4392), + [anon_sym_as_QMARK] = ACTIONS(4394), + [anon_sym_PLUS_PLUS] = ACTIONS(4394), + [anon_sym_DASH_DASH] = ACTIONS(4394), + [anon_sym_BANG] = ACTIONS(4392), + [anon_sym_BANG_BANG] = ACTIONS(4394), + [anon_sym_data] = ACTIONS(4392), + [anon_sym_inner] = ACTIONS(4392), + [anon_sym_expect] = ACTIONS(4392), + [anon_sym_actual] = ACTIONS(4392), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5045), - [anon_sym_continue_AT] = ACTIONS(5045), - [anon_sym_break_AT] = ACTIONS(5045), - [sym_real_literal] = ACTIONS(5045), - [sym_integer_literal] = ACTIONS(5043), - [sym_hex_literal] = ACTIONS(5045), - [sym_bin_literal] = ACTIONS(5045), - [anon_sym_true] = ACTIONS(5043), - [anon_sym_false] = ACTIONS(5043), - [anon_sym_SQUOTE] = ACTIONS(5045), - [sym__backtick_identifier] = ACTIONS(5045), - [sym__automatic_semicolon] = ACTIONS(5045), - [sym_safe_nav] = ACTIONS(5045), + [anon_sym_return_AT] = ACTIONS(4394), + [anon_sym_continue_AT] = ACTIONS(4394), + [anon_sym_break_AT] = ACTIONS(4394), + [sym_real_literal] = ACTIONS(4394), + [sym_integer_literal] = ACTIONS(4392), + [sym_hex_literal] = ACTIONS(4394), + [sym_bin_literal] = ACTIONS(4394), + [anon_sym_true] = ACTIONS(4392), + [anon_sym_false] = ACTIONS(4392), + [anon_sym_SQUOTE] = ACTIONS(4394), + [sym__backtick_identifier] = ACTIONS(4394), + [sym__automatic_semicolon] = ACTIONS(4394), + [sym_safe_nav] = ACTIONS(4394), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5045), + [sym__string_start] = ACTIONS(4394), }, - [3152] = { + [3158] = { [sym__alpha_identifier] = ACTIONS(5047), [anon_sym_AT] = ACTIONS(5049), [anon_sym_LBRACK] = ACTIONS(5049), @@ -354351,773 +354993,2093 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(5049), }, - [3153] = { - [sym__alpha_identifier] = ACTIONS(4917), - [anon_sym_AT] = ACTIONS(4919), - [anon_sym_LBRACK] = ACTIONS(4919), - [anon_sym_as] = ACTIONS(4917), - [anon_sym_EQ] = ACTIONS(4917), - [anon_sym_LBRACE] = ACTIONS(4919), - [anon_sym_RBRACE] = ACTIONS(4919), - [anon_sym_LPAREN] = ACTIONS(4919), - [anon_sym_COMMA] = ACTIONS(4919), - [anon_sym_LT] = ACTIONS(4917), - [anon_sym_GT] = ACTIONS(4917), - [anon_sym_where] = ACTIONS(4917), - [anon_sym_object] = ACTIONS(4917), - [anon_sym_fun] = ACTIONS(4917), - [anon_sym_DOT] = ACTIONS(4917), - [anon_sym_SEMI] = ACTIONS(4919), - [anon_sym_get] = ACTIONS(4917), - [anon_sym_set] = ACTIONS(4917), - [anon_sym_this] = ACTIONS(4917), - [anon_sym_super] = ACTIONS(4917), - [anon_sym_STAR] = ACTIONS(4917), - [sym_label] = ACTIONS(4917), - [anon_sym_in] = ACTIONS(4917), - [anon_sym_DOT_DOT] = ACTIONS(4919), - [anon_sym_QMARK_COLON] = ACTIONS(4919), - [anon_sym_AMP_AMP] = ACTIONS(4919), - [anon_sym_PIPE_PIPE] = ACTIONS(4919), - [anon_sym_null] = ACTIONS(4917), - [anon_sym_if] = ACTIONS(4917), - [anon_sym_else] = ACTIONS(4917), - [anon_sym_when] = ACTIONS(4917), - [anon_sym_try] = ACTIONS(4917), - [anon_sym_throw] = ACTIONS(4917), - [anon_sym_return] = ACTIONS(4917), - [anon_sym_continue] = ACTIONS(4917), - [anon_sym_break] = ACTIONS(4917), - [anon_sym_COLON_COLON] = ACTIONS(4919), - [anon_sym_PLUS_EQ] = ACTIONS(4919), - [anon_sym_DASH_EQ] = ACTIONS(4919), - [anon_sym_STAR_EQ] = ACTIONS(4919), - [anon_sym_SLASH_EQ] = ACTIONS(4919), - [anon_sym_PERCENT_EQ] = ACTIONS(4919), - [anon_sym_BANG_EQ] = ACTIONS(4917), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4919), - [anon_sym_EQ_EQ] = ACTIONS(4917), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4919), - [anon_sym_LT_EQ] = ACTIONS(4919), - [anon_sym_GT_EQ] = ACTIONS(4919), - [anon_sym_BANGin] = ACTIONS(4919), - [anon_sym_is] = ACTIONS(4917), - [anon_sym_BANGis] = ACTIONS(4919), - [anon_sym_PLUS] = ACTIONS(4917), - [anon_sym_DASH] = ACTIONS(4917), - [anon_sym_SLASH] = ACTIONS(4917), - [anon_sym_PERCENT] = ACTIONS(4917), - [anon_sym_as_QMARK] = ACTIONS(4919), - [anon_sym_PLUS_PLUS] = ACTIONS(4919), - [anon_sym_DASH_DASH] = ACTIONS(4919), - [anon_sym_BANG] = ACTIONS(4917), - [anon_sym_BANG_BANG] = ACTIONS(4919), - [anon_sym_data] = ACTIONS(4917), - [anon_sym_inner] = ACTIONS(4917), - [anon_sym_expect] = ACTIONS(4917), - [anon_sym_actual] = ACTIONS(4917), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4919), - [anon_sym_continue_AT] = ACTIONS(4919), - [anon_sym_break_AT] = ACTIONS(4919), - [sym_real_literal] = ACTIONS(4919), - [sym_integer_literal] = ACTIONS(4917), - [sym_hex_literal] = ACTIONS(4919), - [sym_bin_literal] = ACTIONS(4919), - [anon_sym_true] = ACTIONS(4917), - [anon_sym_false] = ACTIONS(4917), - [anon_sym_SQUOTE] = ACTIONS(4919), - [sym__backtick_identifier] = ACTIONS(4919), - [sym__automatic_semicolon] = ACTIONS(4919), - [sym_safe_nav] = ACTIONS(4919), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4919), + [3159] = { + [sym__alpha_identifier] = ACTIONS(5061), + [anon_sym_AT] = ACTIONS(5063), + [anon_sym_LBRACK] = ACTIONS(5063), + [anon_sym_RBRACK] = ACTIONS(5063), + [anon_sym_as] = ACTIONS(5061), + [anon_sym_EQ] = ACTIONS(5061), + [anon_sym_LBRACE] = ACTIONS(5063), + [anon_sym_RBRACE] = ACTIONS(5063), + [anon_sym_LPAREN] = ACTIONS(5063), + [anon_sym_COMMA] = ACTIONS(5063), + [anon_sym_RPAREN] = ACTIONS(5063), + [anon_sym_LT] = ACTIONS(5061), + [anon_sym_GT] = ACTIONS(5061), + [anon_sym_where] = ACTIONS(5061), + [anon_sym_DOT] = ACTIONS(5061), + [anon_sym_SEMI] = ACTIONS(5063), + [anon_sym_get] = ACTIONS(5061), + [anon_sym_set] = ACTIONS(5061), + [anon_sym_STAR] = ACTIONS(5061), + [anon_sym_DASH_GT] = ACTIONS(5063), + [sym_label] = ACTIONS(5063), + [anon_sym_in] = ACTIONS(5061), + [anon_sym_while] = ACTIONS(5061), + [anon_sym_DOT_DOT] = ACTIONS(5063), + [anon_sym_QMARK_COLON] = ACTIONS(5063), + [anon_sym_AMP_AMP] = ACTIONS(5063), + [anon_sym_PIPE_PIPE] = ACTIONS(5063), + [anon_sym_else] = ACTIONS(5061), + [anon_sym_COLON_COLON] = ACTIONS(5063), + [anon_sym_PLUS_EQ] = ACTIONS(5063), + [anon_sym_DASH_EQ] = ACTIONS(5063), + [anon_sym_STAR_EQ] = ACTIONS(5063), + [anon_sym_SLASH_EQ] = ACTIONS(5063), + [anon_sym_PERCENT_EQ] = ACTIONS(5063), + [anon_sym_BANG_EQ] = ACTIONS(5061), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5063), + [anon_sym_EQ_EQ] = ACTIONS(5061), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5063), + [anon_sym_LT_EQ] = ACTIONS(5063), + [anon_sym_GT_EQ] = ACTIONS(5063), + [anon_sym_BANGin] = ACTIONS(5063), + [anon_sym_is] = ACTIONS(5061), + [anon_sym_BANGis] = ACTIONS(5063), + [anon_sym_PLUS] = ACTIONS(5061), + [anon_sym_DASH] = ACTIONS(5061), + [anon_sym_SLASH] = ACTIONS(5061), + [anon_sym_PERCENT] = ACTIONS(5061), + [anon_sym_as_QMARK] = ACTIONS(5063), + [anon_sym_PLUS_PLUS] = ACTIONS(5063), + [anon_sym_DASH_DASH] = ACTIONS(5063), + [anon_sym_BANG_BANG] = ACTIONS(5063), + [anon_sym_suspend] = ACTIONS(5061), + [anon_sym_sealed] = ACTIONS(5061), + [anon_sym_annotation] = ACTIONS(5061), + [anon_sym_data] = ACTIONS(5061), + [anon_sym_inner] = ACTIONS(5061), + [anon_sym_override] = ACTIONS(5061), + [anon_sym_lateinit] = ACTIONS(5061), + [anon_sym_public] = ACTIONS(5061), + [anon_sym_private] = ACTIONS(5061), + [anon_sym_internal] = ACTIONS(5061), + [anon_sym_protected] = ACTIONS(5061), + [anon_sym_tailrec] = ACTIONS(5061), + [anon_sym_operator] = ACTIONS(5061), + [anon_sym_infix] = ACTIONS(5061), + [anon_sym_inline] = ACTIONS(5061), + [anon_sym_external] = ACTIONS(5061), + [sym_property_modifier] = ACTIONS(5061), + [anon_sym_abstract] = ACTIONS(5061), + [anon_sym_final] = ACTIONS(5061), + [anon_sym_open] = ACTIONS(5061), + [anon_sym_vararg] = ACTIONS(5061), + [anon_sym_noinline] = ACTIONS(5061), + [anon_sym_crossinline] = ACTIONS(5061), + [anon_sym_expect] = ACTIONS(5061), + [anon_sym_actual] = ACTIONS(5061), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5063), + [sym_safe_nav] = ACTIONS(5063), + [sym_multiline_comment] = ACTIONS(3), }, - [3154] = { - [sym__alpha_identifier] = ACTIONS(4801), - [anon_sym_AT] = ACTIONS(4803), - [anon_sym_LBRACK] = ACTIONS(4803), - [anon_sym_as] = ACTIONS(4801), - [anon_sym_EQ] = ACTIONS(4801), - [anon_sym_LBRACE] = ACTIONS(4803), - [anon_sym_RBRACE] = ACTIONS(4803), - [anon_sym_LPAREN] = ACTIONS(4803), - [anon_sym_COMMA] = ACTIONS(4803), - [anon_sym_LT] = ACTIONS(4801), - [anon_sym_GT] = ACTIONS(4801), - [anon_sym_where] = ACTIONS(4801), - [anon_sym_object] = ACTIONS(4801), - [anon_sym_fun] = ACTIONS(4801), - [anon_sym_DOT] = ACTIONS(4801), - [anon_sym_SEMI] = ACTIONS(4803), - [anon_sym_get] = ACTIONS(4801), - [anon_sym_set] = ACTIONS(4801), - [anon_sym_this] = ACTIONS(4801), - [anon_sym_super] = ACTIONS(4801), - [anon_sym_STAR] = ACTIONS(4801), - [sym_label] = ACTIONS(4801), - [anon_sym_in] = ACTIONS(4801), - [anon_sym_DOT_DOT] = ACTIONS(4803), - [anon_sym_QMARK_COLON] = ACTIONS(4803), - [anon_sym_AMP_AMP] = ACTIONS(4803), - [anon_sym_PIPE_PIPE] = ACTIONS(4803), - [anon_sym_null] = ACTIONS(4801), - [anon_sym_if] = ACTIONS(4801), - [anon_sym_else] = ACTIONS(4801), - [anon_sym_when] = ACTIONS(4801), - [anon_sym_try] = ACTIONS(4801), - [anon_sym_throw] = ACTIONS(4801), - [anon_sym_return] = ACTIONS(4801), - [anon_sym_continue] = ACTIONS(4801), - [anon_sym_break] = ACTIONS(4801), - [anon_sym_COLON_COLON] = ACTIONS(4803), - [anon_sym_PLUS_EQ] = ACTIONS(4803), - [anon_sym_DASH_EQ] = ACTIONS(4803), - [anon_sym_STAR_EQ] = ACTIONS(4803), - [anon_sym_SLASH_EQ] = ACTIONS(4803), - [anon_sym_PERCENT_EQ] = ACTIONS(4803), - [anon_sym_BANG_EQ] = ACTIONS(4801), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4803), - [anon_sym_EQ_EQ] = ACTIONS(4801), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4803), - [anon_sym_LT_EQ] = ACTIONS(4803), - [anon_sym_GT_EQ] = ACTIONS(4803), - [anon_sym_BANGin] = ACTIONS(4803), - [anon_sym_is] = ACTIONS(4801), - [anon_sym_BANGis] = ACTIONS(4803), - [anon_sym_PLUS] = ACTIONS(4801), - [anon_sym_DASH] = ACTIONS(4801), - [anon_sym_SLASH] = ACTIONS(4801), - [anon_sym_PERCENT] = ACTIONS(4801), - [anon_sym_as_QMARK] = ACTIONS(4803), - [anon_sym_PLUS_PLUS] = ACTIONS(4803), - [anon_sym_DASH_DASH] = ACTIONS(4803), - [anon_sym_BANG] = ACTIONS(4801), - [anon_sym_BANG_BANG] = ACTIONS(4803), - [anon_sym_data] = ACTIONS(4801), - [anon_sym_inner] = ACTIONS(4801), - [anon_sym_expect] = ACTIONS(4801), - [anon_sym_actual] = ACTIONS(4801), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4803), - [anon_sym_continue_AT] = ACTIONS(4803), - [anon_sym_break_AT] = ACTIONS(4803), - [sym_real_literal] = ACTIONS(4803), - [sym_integer_literal] = ACTIONS(4801), - [sym_hex_literal] = ACTIONS(4803), - [sym_bin_literal] = ACTIONS(4803), - [anon_sym_true] = ACTIONS(4801), - [anon_sym_false] = ACTIONS(4801), - [anon_sym_SQUOTE] = ACTIONS(4803), - [sym__backtick_identifier] = ACTIONS(4803), - [sym__automatic_semicolon] = ACTIONS(4803), - [sym_safe_nav] = ACTIONS(4803), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4803), + [3160] = { + [sym__alpha_identifier] = ACTIONS(4784), + [anon_sym_AT] = ACTIONS(4786), + [anon_sym_LBRACK] = ACTIONS(4786), + [anon_sym_RBRACK] = ACTIONS(4786), + [anon_sym_as] = ACTIONS(4784), + [anon_sym_EQ] = ACTIONS(4784), + [anon_sym_LBRACE] = ACTIONS(4786), + [anon_sym_RBRACE] = ACTIONS(4786), + [anon_sym_LPAREN] = ACTIONS(4786), + [anon_sym_COMMA] = ACTIONS(4786), + [anon_sym_RPAREN] = ACTIONS(4786), + [anon_sym_LT] = ACTIONS(4784), + [anon_sym_GT] = ACTIONS(4784), + [anon_sym_where] = ACTIONS(4784), + [anon_sym_DOT] = ACTIONS(4784), + [anon_sym_SEMI] = ACTIONS(4786), + [anon_sym_get] = ACTIONS(4784), + [anon_sym_set] = ACTIONS(4784), + [anon_sym_STAR] = ACTIONS(4784), + [anon_sym_DASH_GT] = ACTIONS(4786), + [sym_label] = ACTIONS(4786), + [anon_sym_in] = ACTIONS(4784), + [anon_sym_while] = ACTIONS(4784), + [anon_sym_DOT_DOT] = ACTIONS(4786), + [anon_sym_QMARK_COLON] = ACTIONS(4786), + [anon_sym_AMP_AMP] = ACTIONS(4786), + [anon_sym_PIPE_PIPE] = ACTIONS(4786), + [anon_sym_else] = ACTIONS(4784), + [anon_sym_COLON_COLON] = ACTIONS(4786), + [anon_sym_PLUS_EQ] = ACTIONS(4786), + [anon_sym_DASH_EQ] = ACTIONS(4786), + [anon_sym_STAR_EQ] = ACTIONS(4786), + [anon_sym_SLASH_EQ] = ACTIONS(4786), + [anon_sym_PERCENT_EQ] = ACTIONS(4786), + [anon_sym_BANG_EQ] = ACTIONS(4784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4786), + [anon_sym_EQ_EQ] = ACTIONS(4784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4786), + [anon_sym_LT_EQ] = ACTIONS(4786), + [anon_sym_GT_EQ] = ACTIONS(4786), + [anon_sym_BANGin] = ACTIONS(4786), + [anon_sym_is] = ACTIONS(4784), + [anon_sym_BANGis] = ACTIONS(4786), + [anon_sym_PLUS] = ACTIONS(4784), + [anon_sym_DASH] = ACTIONS(4784), + [anon_sym_SLASH] = ACTIONS(4784), + [anon_sym_PERCENT] = ACTIONS(4784), + [anon_sym_as_QMARK] = ACTIONS(4786), + [anon_sym_PLUS_PLUS] = ACTIONS(4786), + [anon_sym_DASH_DASH] = ACTIONS(4786), + [anon_sym_BANG_BANG] = ACTIONS(4786), + [anon_sym_suspend] = ACTIONS(4784), + [anon_sym_sealed] = ACTIONS(4784), + [anon_sym_annotation] = ACTIONS(4784), + [anon_sym_data] = ACTIONS(4784), + [anon_sym_inner] = ACTIONS(4784), + [anon_sym_override] = ACTIONS(4784), + [anon_sym_lateinit] = ACTIONS(4784), + [anon_sym_public] = ACTIONS(4784), + [anon_sym_private] = ACTIONS(4784), + [anon_sym_internal] = ACTIONS(4784), + [anon_sym_protected] = ACTIONS(4784), + [anon_sym_tailrec] = ACTIONS(4784), + [anon_sym_operator] = ACTIONS(4784), + [anon_sym_infix] = ACTIONS(4784), + [anon_sym_inline] = ACTIONS(4784), + [anon_sym_external] = ACTIONS(4784), + [sym_property_modifier] = ACTIONS(4784), + [anon_sym_abstract] = ACTIONS(4784), + [anon_sym_final] = ACTIONS(4784), + [anon_sym_open] = ACTIONS(4784), + [anon_sym_vararg] = ACTIONS(4784), + [anon_sym_noinline] = ACTIONS(4784), + [anon_sym_crossinline] = ACTIONS(4784), + [anon_sym_expect] = ACTIONS(4784), + [anon_sym_actual] = ACTIONS(4784), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4786), + [sym_safe_nav] = ACTIONS(4786), + [sym_multiline_comment] = ACTIONS(3), }, - [3155] = { - [sym__alpha_identifier] = ACTIONS(4903), - [anon_sym_AT] = ACTIONS(4905), - [anon_sym_LBRACK] = ACTIONS(4905), - [anon_sym_RBRACK] = ACTIONS(4905), - [anon_sym_as] = ACTIONS(4903), - [anon_sym_EQ] = ACTIONS(4903), - [anon_sym_LBRACE] = ACTIONS(4905), - [anon_sym_RBRACE] = ACTIONS(4905), - [anon_sym_LPAREN] = ACTIONS(4905), - [anon_sym_COMMA] = ACTIONS(4905), - [anon_sym_RPAREN] = ACTIONS(4905), - [anon_sym_LT] = ACTIONS(4903), - [anon_sym_GT] = ACTIONS(4903), - [anon_sym_where] = ACTIONS(4903), - [anon_sym_DOT] = ACTIONS(4903), - [anon_sym_SEMI] = ACTIONS(4905), - [anon_sym_get] = ACTIONS(4903), - [anon_sym_set] = ACTIONS(4903), - [anon_sym_STAR] = ACTIONS(4903), - [anon_sym_DASH_GT] = ACTIONS(4905), - [sym_label] = ACTIONS(4905), - [anon_sym_in] = ACTIONS(4903), - [anon_sym_while] = ACTIONS(4903), - [anon_sym_DOT_DOT] = ACTIONS(4905), - [anon_sym_QMARK_COLON] = ACTIONS(4905), - [anon_sym_AMP_AMP] = ACTIONS(4905), - [anon_sym_PIPE_PIPE] = ACTIONS(4905), - [anon_sym_else] = ACTIONS(4903), - [anon_sym_COLON_COLON] = ACTIONS(4905), - [anon_sym_PLUS_EQ] = ACTIONS(4905), - [anon_sym_DASH_EQ] = ACTIONS(4905), - [anon_sym_STAR_EQ] = ACTIONS(4905), - [anon_sym_SLASH_EQ] = ACTIONS(4905), - [anon_sym_PERCENT_EQ] = ACTIONS(4905), - [anon_sym_BANG_EQ] = ACTIONS(4903), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4905), - [anon_sym_EQ_EQ] = ACTIONS(4903), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4905), - [anon_sym_LT_EQ] = ACTIONS(4905), - [anon_sym_GT_EQ] = ACTIONS(4905), - [anon_sym_BANGin] = ACTIONS(4905), - [anon_sym_is] = ACTIONS(4903), - [anon_sym_BANGis] = ACTIONS(4905), - [anon_sym_PLUS] = ACTIONS(4903), - [anon_sym_DASH] = ACTIONS(4903), - [anon_sym_SLASH] = ACTIONS(4903), - [anon_sym_PERCENT] = ACTIONS(4903), - [anon_sym_as_QMARK] = ACTIONS(4905), - [anon_sym_PLUS_PLUS] = ACTIONS(4905), - [anon_sym_DASH_DASH] = ACTIONS(4905), - [anon_sym_BANG_BANG] = ACTIONS(4905), - [anon_sym_suspend] = ACTIONS(4903), - [anon_sym_sealed] = ACTIONS(4903), - [anon_sym_annotation] = ACTIONS(4903), - [anon_sym_data] = ACTIONS(4903), - [anon_sym_inner] = ACTIONS(4903), - [anon_sym_override] = ACTIONS(4903), - [anon_sym_lateinit] = ACTIONS(4903), - [anon_sym_public] = ACTIONS(4903), - [anon_sym_private] = ACTIONS(4903), - [anon_sym_internal] = ACTIONS(4903), - [anon_sym_protected] = ACTIONS(4903), - [anon_sym_tailrec] = ACTIONS(4903), - [anon_sym_operator] = ACTIONS(4903), - [anon_sym_infix] = ACTIONS(4903), - [anon_sym_inline] = ACTIONS(4903), - [anon_sym_external] = ACTIONS(4903), - [sym_property_modifier] = ACTIONS(4903), - [anon_sym_abstract] = ACTIONS(4903), - [anon_sym_final] = ACTIONS(4903), - [anon_sym_open] = ACTIONS(4903), - [anon_sym_vararg] = ACTIONS(4903), - [anon_sym_noinline] = ACTIONS(4903), - [anon_sym_crossinline] = ACTIONS(4903), - [anon_sym_expect] = ACTIONS(4903), - [anon_sym_actual] = ACTIONS(4903), + [3161] = { + [sym__alpha_identifier] = ACTIONS(4941), + [anon_sym_AT] = ACTIONS(4943), + [anon_sym_LBRACK] = ACTIONS(4943), + [anon_sym_as] = ACTIONS(4941), + [anon_sym_EQ] = ACTIONS(4941), + [anon_sym_LBRACE] = ACTIONS(4943), + [anon_sym_RBRACE] = ACTIONS(4943), + [anon_sym_LPAREN] = ACTIONS(4943), + [anon_sym_COMMA] = ACTIONS(4943), + [anon_sym_LT] = ACTIONS(4941), + [anon_sym_GT] = ACTIONS(4941), + [anon_sym_where] = ACTIONS(4941), + [anon_sym_object] = ACTIONS(4941), + [anon_sym_fun] = ACTIONS(4941), + [anon_sym_DOT] = ACTIONS(4941), + [anon_sym_SEMI] = ACTIONS(4943), + [anon_sym_get] = ACTIONS(4941), + [anon_sym_set] = ACTIONS(4941), + [anon_sym_this] = ACTIONS(4941), + [anon_sym_super] = ACTIONS(4941), + [anon_sym_STAR] = ACTIONS(4941), + [sym_label] = ACTIONS(4941), + [anon_sym_in] = ACTIONS(4941), + [anon_sym_DOT_DOT] = ACTIONS(4943), + [anon_sym_QMARK_COLON] = ACTIONS(4943), + [anon_sym_AMP_AMP] = ACTIONS(4943), + [anon_sym_PIPE_PIPE] = ACTIONS(4943), + [anon_sym_null] = ACTIONS(4941), + [anon_sym_if] = ACTIONS(4941), + [anon_sym_else] = ACTIONS(4941), + [anon_sym_when] = ACTIONS(4941), + [anon_sym_try] = ACTIONS(4941), + [anon_sym_throw] = ACTIONS(4941), + [anon_sym_return] = ACTIONS(4941), + [anon_sym_continue] = ACTIONS(4941), + [anon_sym_break] = ACTIONS(4941), + [anon_sym_COLON_COLON] = ACTIONS(4943), + [anon_sym_PLUS_EQ] = ACTIONS(4943), + [anon_sym_DASH_EQ] = ACTIONS(4943), + [anon_sym_STAR_EQ] = ACTIONS(4943), + [anon_sym_SLASH_EQ] = ACTIONS(4943), + [anon_sym_PERCENT_EQ] = ACTIONS(4943), + [anon_sym_BANG_EQ] = ACTIONS(4941), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4943), + [anon_sym_EQ_EQ] = ACTIONS(4941), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4943), + [anon_sym_LT_EQ] = ACTIONS(4943), + [anon_sym_GT_EQ] = ACTIONS(4943), + [anon_sym_BANGin] = ACTIONS(4943), + [anon_sym_is] = ACTIONS(4941), + [anon_sym_BANGis] = ACTIONS(4943), + [anon_sym_PLUS] = ACTIONS(4941), + [anon_sym_DASH] = ACTIONS(4941), + [anon_sym_SLASH] = ACTIONS(4941), + [anon_sym_PERCENT] = ACTIONS(4941), + [anon_sym_as_QMARK] = ACTIONS(4943), + [anon_sym_PLUS_PLUS] = ACTIONS(4943), + [anon_sym_DASH_DASH] = ACTIONS(4943), + [anon_sym_BANG] = ACTIONS(4941), + [anon_sym_BANG_BANG] = ACTIONS(4943), + [anon_sym_data] = ACTIONS(4941), + [anon_sym_inner] = ACTIONS(4941), + [anon_sym_expect] = ACTIONS(4941), + [anon_sym_actual] = ACTIONS(4941), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4943), + [anon_sym_continue_AT] = ACTIONS(4943), + [anon_sym_break_AT] = ACTIONS(4943), + [sym_real_literal] = ACTIONS(4943), + [sym_integer_literal] = ACTIONS(4941), + [sym_hex_literal] = ACTIONS(4943), + [sym_bin_literal] = ACTIONS(4943), + [anon_sym_true] = ACTIONS(4941), + [anon_sym_false] = ACTIONS(4941), + [anon_sym_SQUOTE] = ACTIONS(4943), + [sym__backtick_identifier] = ACTIONS(4943), + [sym__automatic_semicolon] = ACTIONS(4943), + [sym_safe_nav] = ACTIONS(4943), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4943), + }, + [3162] = { + [sym__alpha_identifier] = ACTIONS(4937), + [anon_sym_AT] = ACTIONS(4939), + [anon_sym_LBRACK] = ACTIONS(4939), + [anon_sym_as] = ACTIONS(4937), + [anon_sym_EQ] = ACTIONS(4937), + [anon_sym_LBRACE] = ACTIONS(4939), + [anon_sym_RBRACE] = ACTIONS(4939), + [anon_sym_LPAREN] = ACTIONS(4939), + [anon_sym_COMMA] = ACTIONS(4939), + [anon_sym_LT] = ACTIONS(4937), + [anon_sym_GT] = ACTIONS(4937), + [anon_sym_where] = ACTIONS(4937), + [anon_sym_object] = ACTIONS(4937), + [anon_sym_fun] = ACTIONS(4937), + [anon_sym_DOT] = ACTIONS(4937), + [anon_sym_SEMI] = ACTIONS(4939), + [anon_sym_get] = ACTIONS(4937), + [anon_sym_set] = ACTIONS(4937), + [anon_sym_this] = ACTIONS(4937), + [anon_sym_super] = ACTIONS(4937), + [anon_sym_STAR] = ACTIONS(4937), + [sym_label] = ACTIONS(4937), + [anon_sym_in] = ACTIONS(4937), + [anon_sym_DOT_DOT] = ACTIONS(4939), + [anon_sym_QMARK_COLON] = ACTIONS(4939), + [anon_sym_AMP_AMP] = ACTIONS(4939), + [anon_sym_PIPE_PIPE] = ACTIONS(4939), + [anon_sym_null] = ACTIONS(4937), + [anon_sym_if] = ACTIONS(4937), + [anon_sym_else] = ACTIONS(4937), + [anon_sym_when] = ACTIONS(4937), + [anon_sym_try] = ACTIONS(4937), + [anon_sym_throw] = ACTIONS(4937), + [anon_sym_return] = ACTIONS(4937), + [anon_sym_continue] = ACTIONS(4937), + [anon_sym_break] = ACTIONS(4937), + [anon_sym_COLON_COLON] = ACTIONS(4939), + [anon_sym_PLUS_EQ] = ACTIONS(4939), + [anon_sym_DASH_EQ] = ACTIONS(4939), + [anon_sym_STAR_EQ] = ACTIONS(4939), + [anon_sym_SLASH_EQ] = ACTIONS(4939), + [anon_sym_PERCENT_EQ] = ACTIONS(4939), + [anon_sym_BANG_EQ] = ACTIONS(4937), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4939), + [anon_sym_EQ_EQ] = ACTIONS(4937), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4939), + [anon_sym_LT_EQ] = ACTIONS(4939), + [anon_sym_GT_EQ] = ACTIONS(4939), + [anon_sym_BANGin] = ACTIONS(4939), + [anon_sym_is] = ACTIONS(4937), + [anon_sym_BANGis] = ACTIONS(4939), + [anon_sym_PLUS] = ACTIONS(4937), + [anon_sym_DASH] = ACTIONS(4937), + [anon_sym_SLASH] = ACTIONS(4937), + [anon_sym_PERCENT] = ACTIONS(4937), + [anon_sym_as_QMARK] = ACTIONS(4939), + [anon_sym_PLUS_PLUS] = ACTIONS(4939), + [anon_sym_DASH_DASH] = ACTIONS(4939), + [anon_sym_BANG] = ACTIONS(4937), + [anon_sym_BANG_BANG] = ACTIONS(4939), + [anon_sym_data] = ACTIONS(4937), + [anon_sym_inner] = ACTIONS(4937), + [anon_sym_expect] = ACTIONS(4937), + [anon_sym_actual] = ACTIONS(4937), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4939), + [anon_sym_continue_AT] = ACTIONS(4939), + [anon_sym_break_AT] = ACTIONS(4939), + [sym_real_literal] = ACTIONS(4939), + [sym_integer_literal] = ACTIONS(4937), + [sym_hex_literal] = ACTIONS(4939), + [sym_bin_literal] = ACTIONS(4939), + [anon_sym_true] = ACTIONS(4937), + [anon_sym_false] = ACTIONS(4937), + [anon_sym_SQUOTE] = ACTIONS(4939), + [sym__backtick_identifier] = ACTIONS(4939), + [sym__automatic_semicolon] = ACTIONS(4939), + [sym_safe_nav] = ACTIONS(4939), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4939), + }, + [3163] = { + [sym__alpha_identifier] = ACTIONS(1778), + [anon_sym_AT] = ACTIONS(1780), + [anon_sym_LBRACK] = ACTIONS(1780), + [anon_sym_as] = ACTIONS(1778), + [anon_sym_EQ] = ACTIONS(1778), + [anon_sym_LBRACE] = ACTIONS(1780), + [anon_sym_RBRACE] = ACTIONS(1780), + [anon_sym_LPAREN] = ACTIONS(1780), + [anon_sym_COMMA] = ACTIONS(1780), + [anon_sym_LT] = ACTIONS(1778), + [anon_sym_GT] = ACTIONS(1778), + [anon_sym_where] = ACTIONS(1778), + [anon_sym_object] = ACTIONS(1778), + [anon_sym_fun] = ACTIONS(1778), + [anon_sym_DOT] = ACTIONS(1778), + [anon_sym_SEMI] = ACTIONS(1780), + [anon_sym_get] = ACTIONS(1778), + [anon_sym_set] = ACTIONS(1778), + [anon_sym_this] = ACTIONS(1778), + [anon_sym_super] = ACTIONS(1778), + [anon_sym_STAR] = ACTIONS(1778), + [sym_label] = ACTIONS(1778), + [anon_sym_in] = ACTIONS(1778), + [anon_sym_DOT_DOT] = ACTIONS(1780), + [anon_sym_QMARK_COLON] = ACTIONS(1780), + [anon_sym_AMP_AMP] = ACTIONS(1780), + [anon_sym_PIPE_PIPE] = ACTIONS(1780), + [anon_sym_null] = ACTIONS(1778), + [anon_sym_if] = ACTIONS(1778), + [anon_sym_else] = ACTIONS(1778), + [anon_sym_when] = ACTIONS(1778), + [anon_sym_try] = ACTIONS(1778), + [anon_sym_throw] = ACTIONS(1778), + [anon_sym_return] = ACTIONS(1778), + [anon_sym_continue] = ACTIONS(1778), + [anon_sym_break] = ACTIONS(1778), + [anon_sym_COLON_COLON] = ACTIONS(1780), + [anon_sym_PLUS_EQ] = ACTIONS(1780), + [anon_sym_DASH_EQ] = ACTIONS(1780), + [anon_sym_STAR_EQ] = ACTIONS(1780), + [anon_sym_SLASH_EQ] = ACTIONS(1780), + [anon_sym_PERCENT_EQ] = ACTIONS(1780), + [anon_sym_BANG_EQ] = ACTIONS(1778), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1780), + [anon_sym_EQ_EQ] = ACTIONS(1778), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1780), + [anon_sym_LT_EQ] = ACTIONS(1780), + [anon_sym_GT_EQ] = ACTIONS(1780), + [anon_sym_BANGin] = ACTIONS(1780), + [anon_sym_is] = ACTIONS(1778), + [anon_sym_BANGis] = ACTIONS(1780), + [anon_sym_PLUS] = ACTIONS(1778), + [anon_sym_DASH] = ACTIONS(1778), + [anon_sym_SLASH] = ACTIONS(1778), + [anon_sym_PERCENT] = ACTIONS(1778), + [anon_sym_as_QMARK] = ACTIONS(1780), + [anon_sym_PLUS_PLUS] = ACTIONS(1780), + [anon_sym_DASH_DASH] = ACTIONS(1780), + [anon_sym_BANG] = ACTIONS(1778), + [anon_sym_BANG_BANG] = ACTIONS(1780), + [anon_sym_data] = ACTIONS(1778), + [anon_sym_inner] = ACTIONS(1778), + [anon_sym_expect] = ACTIONS(1778), + [anon_sym_actual] = ACTIONS(1778), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1780), + [anon_sym_continue_AT] = ACTIONS(1780), + [anon_sym_break_AT] = ACTIONS(1780), + [sym_real_literal] = ACTIONS(1780), + [sym_integer_literal] = ACTIONS(1778), + [sym_hex_literal] = ACTIONS(1780), + [sym_bin_literal] = ACTIONS(1780), + [anon_sym_true] = ACTIONS(1778), + [anon_sym_false] = ACTIONS(1778), + [anon_sym_SQUOTE] = ACTIONS(1780), + [sym__backtick_identifier] = ACTIONS(1780), + [sym__automatic_semicolon] = ACTIONS(1780), + [sym_safe_nav] = ACTIONS(1780), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1780), + }, + [3164] = { + [sym__alpha_identifier] = ACTIONS(4654), + [anon_sym_AT] = ACTIONS(4656), + [anon_sym_LBRACK] = ACTIONS(4656), + [anon_sym_RBRACK] = ACTIONS(4656), + [anon_sym_as] = ACTIONS(4654), + [anon_sym_EQ] = ACTIONS(4654), + [anon_sym_LBRACE] = ACTIONS(4656), + [anon_sym_RBRACE] = ACTIONS(4656), + [anon_sym_LPAREN] = ACTIONS(4656), + [anon_sym_COMMA] = ACTIONS(4656), + [anon_sym_RPAREN] = ACTIONS(4656), + [anon_sym_LT] = ACTIONS(4654), + [anon_sym_GT] = ACTIONS(4654), + [anon_sym_where] = ACTIONS(4654), + [anon_sym_DOT] = ACTIONS(4654), + [anon_sym_SEMI] = ACTIONS(4656), + [anon_sym_get] = ACTIONS(4654), + [anon_sym_set] = ACTIONS(4654), + [anon_sym_STAR] = ACTIONS(4654), + [anon_sym_DASH_GT] = ACTIONS(4656), + [sym_label] = ACTIONS(4656), + [anon_sym_in] = ACTIONS(4654), + [anon_sym_while] = ACTIONS(4654), + [anon_sym_DOT_DOT] = ACTIONS(4656), + [anon_sym_QMARK_COLON] = ACTIONS(4656), + [anon_sym_AMP_AMP] = ACTIONS(4656), + [anon_sym_PIPE_PIPE] = ACTIONS(4656), + [anon_sym_else] = ACTIONS(4654), + [anon_sym_COLON_COLON] = ACTIONS(4656), + [anon_sym_PLUS_EQ] = ACTIONS(4656), + [anon_sym_DASH_EQ] = ACTIONS(4656), + [anon_sym_STAR_EQ] = ACTIONS(4656), + [anon_sym_SLASH_EQ] = ACTIONS(4656), + [anon_sym_PERCENT_EQ] = ACTIONS(4656), + [anon_sym_BANG_EQ] = ACTIONS(4654), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4656), + [anon_sym_EQ_EQ] = ACTIONS(4654), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4656), + [anon_sym_LT_EQ] = ACTIONS(4656), + [anon_sym_GT_EQ] = ACTIONS(4656), + [anon_sym_BANGin] = ACTIONS(4656), + [anon_sym_is] = ACTIONS(4654), + [anon_sym_BANGis] = ACTIONS(4656), + [anon_sym_PLUS] = ACTIONS(4654), + [anon_sym_DASH] = ACTIONS(4654), + [anon_sym_SLASH] = ACTIONS(4654), + [anon_sym_PERCENT] = ACTIONS(4654), + [anon_sym_as_QMARK] = ACTIONS(4656), + [anon_sym_PLUS_PLUS] = ACTIONS(4656), + [anon_sym_DASH_DASH] = ACTIONS(4656), + [anon_sym_BANG_BANG] = ACTIONS(4656), + [anon_sym_suspend] = ACTIONS(4654), + [anon_sym_sealed] = ACTIONS(4654), + [anon_sym_annotation] = ACTIONS(4654), + [anon_sym_data] = ACTIONS(4654), + [anon_sym_inner] = ACTIONS(4654), + [anon_sym_override] = ACTIONS(4654), + [anon_sym_lateinit] = ACTIONS(4654), + [anon_sym_public] = ACTIONS(4654), + [anon_sym_private] = ACTIONS(4654), + [anon_sym_internal] = ACTIONS(4654), + [anon_sym_protected] = ACTIONS(4654), + [anon_sym_tailrec] = ACTIONS(4654), + [anon_sym_operator] = ACTIONS(4654), + [anon_sym_infix] = ACTIONS(4654), + [anon_sym_inline] = ACTIONS(4654), + [anon_sym_external] = ACTIONS(4654), + [sym_property_modifier] = ACTIONS(4654), + [anon_sym_abstract] = ACTIONS(4654), + [anon_sym_final] = ACTIONS(4654), + [anon_sym_open] = ACTIONS(4654), + [anon_sym_vararg] = ACTIONS(4654), + [anon_sym_noinline] = ACTIONS(4654), + [anon_sym_crossinline] = ACTIONS(4654), + [anon_sym_expect] = ACTIONS(4654), + [anon_sym_actual] = ACTIONS(4654), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4656), + [sym_safe_nav] = ACTIONS(4656), + [sym_multiline_comment] = ACTIONS(3), + }, + [3165] = { + [sym_function_body] = STATE(3171), + [sym__block] = STATE(3334), + [sym__alpha_identifier] = ACTIONS(4256), + [anon_sym_AT] = ACTIONS(4258), + [anon_sym_LBRACK] = ACTIONS(4258), + [anon_sym_as] = ACTIONS(4256), + [anon_sym_EQ] = ACTIONS(6262), + [anon_sym_LBRACE] = ACTIONS(6244), + [anon_sym_RBRACE] = ACTIONS(4258), + [anon_sym_LPAREN] = ACTIONS(4258), + [anon_sym_LT] = ACTIONS(4256), + [anon_sym_GT] = ACTIONS(4256), + [anon_sym_object] = ACTIONS(4256), + [anon_sym_fun] = ACTIONS(4256), + [anon_sym_DOT] = ACTIONS(4256), + [anon_sym_SEMI] = ACTIONS(4258), + [anon_sym_get] = ACTIONS(4256), + [anon_sym_set] = ACTIONS(4256), + [anon_sym_this] = ACTIONS(4256), + [anon_sym_super] = ACTIONS(4256), + [anon_sym_STAR] = ACTIONS(4256), + [sym_label] = ACTIONS(4256), + [anon_sym_in] = ACTIONS(4256), + [anon_sym_DOT_DOT] = ACTIONS(4258), + [anon_sym_QMARK_COLON] = ACTIONS(4258), + [anon_sym_AMP_AMP] = ACTIONS(4258), + [anon_sym_PIPE_PIPE] = ACTIONS(4258), + [anon_sym_null] = ACTIONS(4256), + [anon_sym_if] = ACTIONS(4256), + [anon_sym_else] = ACTIONS(4256), + [anon_sym_when] = ACTIONS(4256), + [anon_sym_try] = ACTIONS(4256), + [anon_sym_throw] = ACTIONS(4256), + [anon_sym_return] = ACTIONS(4256), + [anon_sym_continue] = ACTIONS(4256), + [anon_sym_break] = ACTIONS(4256), + [anon_sym_COLON_COLON] = ACTIONS(4258), + [anon_sym_PLUS_EQ] = ACTIONS(4258), + [anon_sym_DASH_EQ] = ACTIONS(4258), + [anon_sym_STAR_EQ] = ACTIONS(4258), + [anon_sym_SLASH_EQ] = ACTIONS(4258), + [anon_sym_PERCENT_EQ] = ACTIONS(4258), + [anon_sym_BANG_EQ] = ACTIONS(4256), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4258), + [anon_sym_EQ_EQ] = ACTIONS(4256), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4258), + [anon_sym_LT_EQ] = ACTIONS(4258), + [anon_sym_GT_EQ] = ACTIONS(4258), + [anon_sym_BANGin] = ACTIONS(4258), + [anon_sym_is] = ACTIONS(4256), + [anon_sym_BANGis] = ACTIONS(4258), + [anon_sym_PLUS] = ACTIONS(4256), + [anon_sym_DASH] = ACTIONS(4256), + [anon_sym_SLASH] = ACTIONS(4256), + [anon_sym_PERCENT] = ACTIONS(4256), + [anon_sym_as_QMARK] = ACTIONS(4258), + [anon_sym_PLUS_PLUS] = ACTIONS(4258), + [anon_sym_DASH_DASH] = ACTIONS(4258), + [anon_sym_BANG] = ACTIONS(4256), + [anon_sym_BANG_BANG] = ACTIONS(4258), + [anon_sym_data] = ACTIONS(4256), + [anon_sym_inner] = ACTIONS(4256), + [anon_sym_expect] = ACTIONS(4256), + [anon_sym_actual] = ACTIONS(4256), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4258), + [anon_sym_continue_AT] = ACTIONS(4258), + [anon_sym_break_AT] = ACTIONS(4258), + [sym_real_literal] = ACTIONS(4258), + [sym_integer_literal] = ACTIONS(4256), + [sym_hex_literal] = ACTIONS(4258), + [sym_bin_literal] = ACTIONS(4258), + [anon_sym_true] = ACTIONS(4256), + [anon_sym_false] = ACTIONS(4256), + [anon_sym_SQUOTE] = ACTIONS(4258), + [sym__backtick_identifier] = ACTIONS(4258), + [sym__automatic_semicolon] = ACTIONS(4258), + [sym_safe_nav] = ACTIONS(4258), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4258), + }, + [3166] = { + [sym__alpha_identifier] = ACTIONS(4256), + [anon_sym_AT] = ACTIONS(4258), + [anon_sym_LBRACK] = ACTIONS(4258), + [anon_sym_as] = ACTIONS(4256), + [anon_sym_EQ] = ACTIONS(4256), + [anon_sym_LBRACE] = ACTIONS(4258), + [anon_sym_RBRACE] = ACTIONS(4258), + [anon_sym_LPAREN] = ACTIONS(4258), + [anon_sym_COMMA] = ACTIONS(4258), + [anon_sym_LT] = ACTIONS(4256), + [anon_sym_GT] = ACTIONS(4256), + [anon_sym_where] = ACTIONS(4256), + [anon_sym_object] = ACTIONS(4256), + [anon_sym_fun] = ACTIONS(4256), + [anon_sym_DOT] = ACTIONS(4256), + [anon_sym_SEMI] = ACTIONS(4258), + [anon_sym_get] = ACTIONS(4256), + [anon_sym_set] = ACTIONS(4256), + [anon_sym_this] = ACTIONS(4256), + [anon_sym_super] = ACTIONS(4256), + [anon_sym_STAR] = ACTIONS(4256), + [sym_label] = ACTIONS(4256), + [anon_sym_in] = ACTIONS(4256), + [anon_sym_DOT_DOT] = ACTIONS(4258), + [anon_sym_QMARK_COLON] = ACTIONS(4258), + [anon_sym_AMP_AMP] = ACTIONS(4258), + [anon_sym_PIPE_PIPE] = ACTIONS(4258), + [anon_sym_null] = ACTIONS(4256), + [anon_sym_if] = ACTIONS(4256), + [anon_sym_else] = ACTIONS(4256), + [anon_sym_when] = ACTIONS(4256), + [anon_sym_try] = ACTIONS(4256), + [anon_sym_throw] = ACTIONS(4256), + [anon_sym_return] = ACTIONS(4256), + [anon_sym_continue] = ACTIONS(4256), + [anon_sym_break] = ACTIONS(4256), + [anon_sym_COLON_COLON] = ACTIONS(4258), + [anon_sym_PLUS_EQ] = ACTIONS(4258), + [anon_sym_DASH_EQ] = ACTIONS(4258), + [anon_sym_STAR_EQ] = ACTIONS(4258), + [anon_sym_SLASH_EQ] = ACTIONS(4258), + [anon_sym_PERCENT_EQ] = ACTIONS(4258), + [anon_sym_BANG_EQ] = ACTIONS(4256), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4258), + [anon_sym_EQ_EQ] = ACTIONS(4256), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4258), + [anon_sym_LT_EQ] = ACTIONS(4258), + [anon_sym_GT_EQ] = ACTIONS(4258), + [anon_sym_BANGin] = ACTIONS(4258), + [anon_sym_is] = ACTIONS(4256), + [anon_sym_BANGis] = ACTIONS(4258), + [anon_sym_PLUS] = ACTIONS(4256), + [anon_sym_DASH] = ACTIONS(4256), + [anon_sym_SLASH] = ACTIONS(4256), + [anon_sym_PERCENT] = ACTIONS(4256), + [anon_sym_as_QMARK] = ACTIONS(4258), + [anon_sym_PLUS_PLUS] = ACTIONS(4258), + [anon_sym_DASH_DASH] = ACTIONS(4258), + [anon_sym_BANG] = ACTIONS(4256), + [anon_sym_BANG_BANG] = ACTIONS(4258), + [anon_sym_data] = ACTIONS(4256), + [anon_sym_inner] = ACTIONS(4256), + [anon_sym_expect] = ACTIONS(4256), + [anon_sym_actual] = ACTIONS(4256), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4258), + [anon_sym_continue_AT] = ACTIONS(4258), + [anon_sym_break_AT] = ACTIONS(4258), + [sym_real_literal] = ACTIONS(4258), + [sym_integer_literal] = ACTIONS(4256), + [sym_hex_literal] = ACTIONS(4258), + [sym_bin_literal] = ACTIONS(4258), + [anon_sym_true] = ACTIONS(4256), + [anon_sym_false] = ACTIONS(4256), + [anon_sym_SQUOTE] = ACTIONS(4258), + [sym__backtick_identifier] = ACTIONS(4258), + [sym__automatic_semicolon] = ACTIONS(4258), + [sym_safe_nav] = ACTIONS(4258), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4258), + }, + [3167] = { + [sym__alpha_identifier] = ACTIONS(4672), + [anon_sym_AT] = ACTIONS(4674), + [anon_sym_LBRACK] = ACTIONS(4674), + [anon_sym_as] = ACTIONS(4672), + [anon_sym_EQ] = ACTIONS(4672), + [anon_sym_LBRACE] = ACTIONS(4674), + [anon_sym_RBRACE] = ACTIONS(4674), + [anon_sym_LPAREN] = ACTIONS(4674), + [anon_sym_COMMA] = ACTIONS(4674), + [anon_sym_LT] = ACTIONS(4672), + [anon_sym_GT] = ACTIONS(4672), + [anon_sym_where] = ACTIONS(4672), + [anon_sym_object] = ACTIONS(4672), + [anon_sym_fun] = ACTIONS(4672), + [anon_sym_DOT] = ACTIONS(4672), + [anon_sym_SEMI] = ACTIONS(4674), + [anon_sym_get] = ACTIONS(4672), + [anon_sym_set] = ACTIONS(4672), + [anon_sym_this] = ACTIONS(4672), + [anon_sym_super] = ACTIONS(4672), + [anon_sym_STAR] = ACTIONS(4672), + [sym_label] = ACTIONS(4672), + [anon_sym_in] = ACTIONS(4672), + [anon_sym_DOT_DOT] = ACTIONS(4674), + [anon_sym_QMARK_COLON] = ACTIONS(4674), + [anon_sym_AMP_AMP] = ACTIONS(4674), + [anon_sym_PIPE_PIPE] = ACTIONS(4674), + [anon_sym_null] = ACTIONS(4672), + [anon_sym_if] = ACTIONS(4672), + [anon_sym_else] = ACTIONS(4672), + [anon_sym_when] = ACTIONS(4672), + [anon_sym_try] = ACTIONS(4672), + [anon_sym_throw] = ACTIONS(4672), + [anon_sym_return] = ACTIONS(4672), + [anon_sym_continue] = ACTIONS(4672), + [anon_sym_break] = ACTIONS(4672), + [anon_sym_COLON_COLON] = ACTIONS(4674), + [anon_sym_PLUS_EQ] = ACTIONS(4674), + [anon_sym_DASH_EQ] = ACTIONS(4674), + [anon_sym_STAR_EQ] = ACTIONS(4674), + [anon_sym_SLASH_EQ] = ACTIONS(4674), + [anon_sym_PERCENT_EQ] = ACTIONS(4674), + [anon_sym_BANG_EQ] = ACTIONS(4672), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4674), + [anon_sym_EQ_EQ] = ACTIONS(4672), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4674), + [anon_sym_LT_EQ] = ACTIONS(4674), + [anon_sym_GT_EQ] = ACTIONS(4674), + [anon_sym_BANGin] = ACTIONS(4674), + [anon_sym_is] = ACTIONS(4672), + [anon_sym_BANGis] = ACTIONS(4674), + [anon_sym_PLUS] = ACTIONS(4672), + [anon_sym_DASH] = ACTIONS(4672), + [anon_sym_SLASH] = ACTIONS(4672), + [anon_sym_PERCENT] = ACTIONS(4672), + [anon_sym_as_QMARK] = ACTIONS(4674), + [anon_sym_PLUS_PLUS] = ACTIONS(4674), + [anon_sym_DASH_DASH] = ACTIONS(4674), + [anon_sym_BANG] = ACTIONS(4672), + [anon_sym_BANG_BANG] = ACTIONS(4674), + [anon_sym_data] = ACTIONS(4672), + [anon_sym_inner] = ACTIONS(4672), + [anon_sym_expect] = ACTIONS(4672), + [anon_sym_actual] = ACTIONS(4672), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4674), + [anon_sym_continue_AT] = ACTIONS(4674), + [anon_sym_break_AT] = ACTIONS(4674), + [sym_real_literal] = ACTIONS(4674), + [sym_integer_literal] = ACTIONS(4672), + [sym_hex_literal] = ACTIONS(4674), + [sym_bin_literal] = ACTIONS(4674), + [anon_sym_true] = ACTIONS(4672), + [anon_sym_false] = ACTIONS(4672), + [anon_sym_SQUOTE] = ACTIONS(4674), + [sym__backtick_identifier] = ACTIONS(4674), + [sym__automatic_semicolon] = ACTIONS(4674), + [sym_safe_nav] = ACTIONS(4674), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4674), + }, + [3168] = { + [sym__alpha_identifier] = ACTIONS(4031), + [anon_sym_AT] = ACTIONS(4033), + [anon_sym_LBRACK] = ACTIONS(4033), + [anon_sym_as] = ACTIONS(4031), + [anon_sym_EQ] = ACTIONS(4031), + [anon_sym_LBRACE] = ACTIONS(4033), + [anon_sym_RBRACE] = ACTIONS(4033), + [anon_sym_LPAREN] = ACTIONS(4033), + [anon_sym_COMMA] = ACTIONS(4033), + [anon_sym_LT] = ACTIONS(4031), + [anon_sym_GT] = ACTIONS(4031), + [anon_sym_where] = ACTIONS(4031), + [anon_sym_object] = ACTIONS(4031), + [anon_sym_fun] = ACTIONS(4031), + [anon_sym_DOT] = ACTIONS(4031), + [anon_sym_SEMI] = ACTIONS(4033), + [anon_sym_get] = ACTIONS(4031), + [anon_sym_set] = ACTIONS(4031), + [anon_sym_this] = ACTIONS(4031), + [anon_sym_super] = ACTIONS(4031), + [anon_sym_STAR] = ACTIONS(4031), + [sym_label] = ACTIONS(4031), + [anon_sym_in] = ACTIONS(4031), + [anon_sym_DOT_DOT] = ACTIONS(4033), + [anon_sym_QMARK_COLON] = ACTIONS(4033), + [anon_sym_AMP_AMP] = ACTIONS(4033), + [anon_sym_PIPE_PIPE] = ACTIONS(4033), + [anon_sym_null] = ACTIONS(4031), + [anon_sym_if] = ACTIONS(4031), + [anon_sym_else] = ACTIONS(4031), + [anon_sym_when] = ACTIONS(4031), + [anon_sym_try] = ACTIONS(4031), + [anon_sym_throw] = ACTIONS(4031), + [anon_sym_return] = ACTIONS(4031), + [anon_sym_continue] = ACTIONS(4031), + [anon_sym_break] = ACTIONS(4031), + [anon_sym_COLON_COLON] = ACTIONS(4033), + [anon_sym_PLUS_EQ] = ACTIONS(4033), + [anon_sym_DASH_EQ] = ACTIONS(4033), + [anon_sym_STAR_EQ] = ACTIONS(4033), + [anon_sym_SLASH_EQ] = ACTIONS(4033), + [anon_sym_PERCENT_EQ] = ACTIONS(4033), + [anon_sym_BANG_EQ] = ACTIONS(4031), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4033), + [anon_sym_EQ_EQ] = ACTIONS(4031), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4033), + [anon_sym_LT_EQ] = ACTIONS(4033), + [anon_sym_GT_EQ] = ACTIONS(4033), + [anon_sym_BANGin] = ACTIONS(4033), + [anon_sym_is] = ACTIONS(4031), + [anon_sym_BANGis] = ACTIONS(4033), + [anon_sym_PLUS] = ACTIONS(4031), + [anon_sym_DASH] = ACTIONS(4031), + [anon_sym_SLASH] = ACTIONS(4031), + [anon_sym_PERCENT] = ACTIONS(4031), + [anon_sym_as_QMARK] = ACTIONS(4033), + [anon_sym_PLUS_PLUS] = ACTIONS(4033), + [anon_sym_DASH_DASH] = ACTIONS(4033), + [anon_sym_BANG] = ACTIONS(4031), + [anon_sym_BANG_BANG] = ACTIONS(4033), + [anon_sym_data] = ACTIONS(4031), + [anon_sym_inner] = ACTIONS(4031), + [anon_sym_expect] = ACTIONS(4031), + [anon_sym_actual] = ACTIONS(4031), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4033), + [anon_sym_continue_AT] = ACTIONS(4033), + [anon_sym_break_AT] = ACTIONS(4033), + [sym_real_literal] = ACTIONS(4033), + [sym_integer_literal] = ACTIONS(4031), + [sym_hex_literal] = ACTIONS(4033), + [sym_bin_literal] = ACTIONS(4033), + [anon_sym_true] = ACTIONS(4031), + [anon_sym_false] = ACTIONS(4031), + [anon_sym_SQUOTE] = ACTIONS(4033), + [sym__backtick_identifier] = ACTIONS(4033), + [sym__automatic_semicolon] = ACTIONS(4033), + [sym_safe_nav] = ACTIONS(4033), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4033), + }, + [3169] = { + [sym__alpha_identifier] = ACTIONS(4595), + [anon_sym_AT] = ACTIONS(4597), + [anon_sym_LBRACK] = ACTIONS(4597), + [anon_sym_RBRACK] = ACTIONS(4597), + [anon_sym_as] = ACTIONS(4595), + [anon_sym_EQ] = ACTIONS(4595), + [anon_sym_LBRACE] = ACTIONS(4597), + [anon_sym_RBRACE] = ACTIONS(4597), + [anon_sym_LPAREN] = ACTIONS(4597), + [anon_sym_COMMA] = ACTIONS(4597), + [anon_sym_RPAREN] = ACTIONS(4597), + [anon_sym_LT] = ACTIONS(4595), + [anon_sym_GT] = ACTIONS(4595), + [anon_sym_where] = ACTIONS(4595), + [anon_sym_DOT] = ACTIONS(4595), + [anon_sym_SEMI] = ACTIONS(4597), + [anon_sym_get] = ACTIONS(4595), + [anon_sym_set] = ACTIONS(4595), + [anon_sym_STAR] = ACTIONS(4595), + [anon_sym_DASH_GT] = ACTIONS(4597), + [sym_label] = ACTIONS(4597), + [anon_sym_in] = ACTIONS(4595), + [anon_sym_while] = ACTIONS(4595), + [anon_sym_DOT_DOT] = ACTIONS(4597), + [anon_sym_QMARK_COLON] = ACTIONS(4597), + [anon_sym_AMP_AMP] = ACTIONS(4597), + [anon_sym_PIPE_PIPE] = ACTIONS(4597), + [anon_sym_else] = ACTIONS(4595), + [anon_sym_COLON_COLON] = ACTIONS(4597), + [anon_sym_PLUS_EQ] = ACTIONS(4597), + [anon_sym_DASH_EQ] = ACTIONS(4597), + [anon_sym_STAR_EQ] = ACTIONS(4597), + [anon_sym_SLASH_EQ] = ACTIONS(4597), + [anon_sym_PERCENT_EQ] = ACTIONS(4597), + [anon_sym_BANG_EQ] = ACTIONS(4595), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4597), + [anon_sym_EQ_EQ] = ACTIONS(4595), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4597), + [anon_sym_LT_EQ] = ACTIONS(4597), + [anon_sym_GT_EQ] = ACTIONS(4597), + [anon_sym_BANGin] = ACTIONS(4597), + [anon_sym_is] = ACTIONS(4595), + [anon_sym_BANGis] = ACTIONS(4597), + [anon_sym_PLUS] = ACTIONS(4595), + [anon_sym_DASH] = ACTIONS(4595), + [anon_sym_SLASH] = ACTIONS(4595), + [anon_sym_PERCENT] = ACTIONS(4595), + [anon_sym_as_QMARK] = ACTIONS(4597), + [anon_sym_PLUS_PLUS] = ACTIONS(4597), + [anon_sym_DASH_DASH] = ACTIONS(4597), + [anon_sym_BANG_BANG] = ACTIONS(4597), + [anon_sym_suspend] = ACTIONS(4595), + [anon_sym_sealed] = ACTIONS(4595), + [anon_sym_annotation] = ACTIONS(4595), + [anon_sym_data] = ACTIONS(4595), + [anon_sym_inner] = ACTIONS(4595), + [anon_sym_override] = ACTIONS(4595), + [anon_sym_lateinit] = ACTIONS(4595), + [anon_sym_public] = ACTIONS(4595), + [anon_sym_private] = ACTIONS(4595), + [anon_sym_internal] = ACTIONS(4595), + [anon_sym_protected] = ACTIONS(4595), + [anon_sym_tailrec] = ACTIONS(4595), + [anon_sym_operator] = ACTIONS(4595), + [anon_sym_infix] = ACTIONS(4595), + [anon_sym_inline] = ACTIONS(4595), + [anon_sym_external] = ACTIONS(4595), + [sym_property_modifier] = ACTIONS(4595), + [anon_sym_abstract] = ACTIONS(4595), + [anon_sym_final] = ACTIONS(4595), + [anon_sym_open] = ACTIONS(4595), + [anon_sym_vararg] = ACTIONS(4595), + [anon_sym_noinline] = ACTIONS(4595), + [anon_sym_crossinline] = ACTIONS(4595), + [anon_sym_expect] = ACTIONS(4595), + [anon_sym_actual] = ACTIONS(4595), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4905), - [sym_safe_nav] = ACTIONS(4905), + [sym__backtick_identifier] = ACTIONS(4597), + [sym_safe_nav] = ACTIONS(4597), [sym_multiline_comment] = ACTIONS(3), }, - [3156] = { - [sym__alpha_identifier] = ACTIONS(4448), - [anon_sym_AT] = ACTIONS(4450), - [anon_sym_LBRACK] = ACTIONS(4450), - [anon_sym_RBRACK] = ACTIONS(4450), - [anon_sym_as] = ACTIONS(4448), - [anon_sym_EQ] = ACTIONS(4448), - [anon_sym_LBRACE] = ACTIONS(4450), - [anon_sym_RBRACE] = ACTIONS(4450), - [anon_sym_LPAREN] = ACTIONS(4450), - [anon_sym_COMMA] = ACTIONS(4450), - [anon_sym_RPAREN] = ACTIONS(4450), - [anon_sym_LT] = ACTIONS(4448), - [anon_sym_GT] = ACTIONS(4448), - [anon_sym_where] = ACTIONS(4448), - [anon_sym_DOT] = ACTIONS(4448), - [anon_sym_SEMI] = ACTIONS(4450), - [anon_sym_get] = ACTIONS(4448), - [anon_sym_set] = ACTIONS(4448), - [anon_sym_STAR] = ACTIONS(4448), - [anon_sym_DASH_GT] = ACTIONS(4450), - [sym_label] = ACTIONS(4450), - [anon_sym_in] = ACTIONS(4448), - [anon_sym_while] = ACTIONS(4448), - [anon_sym_DOT_DOT] = ACTIONS(4450), - [anon_sym_QMARK_COLON] = ACTIONS(4450), - [anon_sym_AMP_AMP] = ACTIONS(4450), - [anon_sym_PIPE_PIPE] = ACTIONS(4450), - [anon_sym_else] = ACTIONS(4448), - [anon_sym_COLON_COLON] = ACTIONS(4450), - [anon_sym_PLUS_EQ] = ACTIONS(4450), - [anon_sym_DASH_EQ] = ACTIONS(4450), - [anon_sym_STAR_EQ] = ACTIONS(4450), - [anon_sym_SLASH_EQ] = ACTIONS(4450), - [anon_sym_PERCENT_EQ] = ACTIONS(4450), - [anon_sym_BANG_EQ] = ACTIONS(4448), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4450), - [anon_sym_EQ_EQ] = ACTIONS(4448), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4450), - [anon_sym_LT_EQ] = ACTIONS(4450), - [anon_sym_GT_EQ] = ACTIONS(4450), - [anon_sym_BANGin] = ACTIONS(4450), - [anon_sym_is] = ACTIONS(4448), - [anon_sym_BANGis] = ACTIONS(4450), - [anon_sym_PLUS] = ACTIONS(4448), - [anon_sym_DASH] = ACTIONS(4448), - [anon_sym_SLASH] = ACTIONS(4448), - [anon_sym_PERCENT] = ACTIONS(4448), - [anon_sym_as_QMARK] = ACTIONS(4450), - [anon_sym_PLUS_PLUS] = ACTIONS(4450), - [anon_sym_DASH_DASH] = ACTIONS(4450), - [anon_sym_BANG_BANG] = ACTIONS(4450), - [anon_sym_suspend] = ACTIONS(4448), - [anon_sym_sealed] = ACTIONS(4448), - [anon_sym_annotation] = ACTIONS(4448), - [anon_sym_data] = ACTIONS(4448), - [anon_sym_inner] = ACTIONS(4448), - [anon_sym_override] = ACTIONS(4448), - [anon_sym_lateinit] = ACTIONS(4448), - [anon_sym_public] = ACTIONS(4448), - [anon_sym_private] = ACTIONS(4448), - [anon_sym_internal] = ACTIONS(4448), - [anon_sym_protected] = ACTIONS(4448), - [anon_sym_tailrec] = ACTIONS(4448), - [anon_sym_operator] = ACTIONS(4448), - [anon_sym_infix] = ACTIONS(4448), - [anon_sym_inline] = ACTIONS(4448), - [anon_sym_external] = ACTIONS(4448), - [sym_property_modifier] = ACTIONS(4448), - [anon_sym_abstract] = ACTIONS(4448), - [anon_sym_final] = ACTIONS(4448), - [anon_sym_open] = ACTIONS(4448), - [anon_sym_vararg] = ACTIONS(4448), - [anon_sym_noinline] = ACTIONS(4448), - [anon_sym_crossinline] = ACTIONS(4448), - [anon_sym_expect] = ACTIONS(4448), - [anon_sym_actual] = ACTIONS(4448), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4450), - [sym_safe_nav] = ACTIONS(4450), + [3170] = { + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3340), + [anon_sym_LBRACK] = ACTIONS(3340), + [anon_sym_as] = ACTIONS(3338), + [anon_sym_EQ] = ACTIONS(3338), + [anon_sym_LBRACE] = ACTIONS(3340), + [anon_sym_RBRACE] = ACTIONS(3340), + [anon_sym_LPAREN] = ACTIONS(3340), + [anon_sym_COMMA] = ACTIONS(3340), + [anon_sym_LT] = ACTIONS(3338), + [anon_sym_GT] = ACTIONS(3338), + [anon_sym_where] = ACTIONS(3338), + [anon_sym_object] = ACTIONS(3338), + [anon_sym_fun] = ACTIONS(3338), + [anon_sym_DOT] = ACTIONS(3338), + [anon_sym_SEMI] = ACTIONS(3340), + [anon_sym_get] = ACTIONS(3338), + [anon_sym_set] = ACTIONS(3338), + [anon_sym_this] = ACTIONS(3338), + [anon_sym_super] = ACTIONS(3338), + [anon_sym_STAR] = ACTIONS(3338), + [sym_label] = ACTIONS(3338), + [anon_sym_in] = ACTIONS(3338), + [anon_sym_DOT_DOT] = ACTIONS(3340), + [anon_sym_QMARK_COLON] = ACTIONS(3340), + [anon_sym_AMP_AMP] = ACTIONS(3340), + [anon_sym_PIPE_PIPE] = ACTIONS(3340), + [anon_sym_null] = ACTIONS(3338), + [anon_sym_if] = ACTIONS(3338), + [anon_sym_else] = ACTIONS(3338), + [anon_sym_when] = ACTIONS(3338), + [anon_sym_try] = ACTIONS(3338), + [anon_sym_throw] = ACTIONS(3338), + [anon_sym_return] = ACTIONS(3338), + [anon_sym_continue] = ACTIONS(3338), + [anon_sym_break] = ACTIONS(3338), + [anon_sym_COLON_COLON] = ACTIONS(3340), + [anon_sym_PLUS_EQ] = ACTIONS(3340), + [anon_sym_DASH_EQ] = ACTIONS(3340), + [anon_sym_STAR_EQ] = ACTIONS(3340), + [anon_sym_SLASH_EQ] = ACTIONS(3340), + [anon_sym_PERCENT_EQ] = ACTIONS(3340), + [anon_sym_BANG_EQ] = ACTIONS(3338), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3340), + [anon_sym_EQ_EQ] = ACTIONS(3338), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3340), + [anon_sym_LT_EQ] = ACTIONS(3340), + [anon_sym_GT_EQ] = ACTIONS(3340), + [anon_sym_BANGin] = ACTIONS(3340), + [anon_sym_is] = ACTIONS(3338), + [anon_sym_BANGis] = ACTIONS(3340), + [anon_sym_PLUS] = ACTIONS(3338), + [anon_sym_DASH] = ACTIONS(3338), + [anon_sym_SLASH] = ACTIONS(3338), + [anon_sym_PERCENT] = ACTIONS(3338), + [anon_sym_as_QMARK] = ACTIONS(3340), + [anon_sym_PLUS_PLUS] = ACTIONS(3340), + [anon_sym_DASH_DASH] = ACTIONS(3340), + [anon_sym_BANG] = ACTIONS(3338), + [anon_sym_BANG_BANG] = ACTIONS(3340), + [anon_sym_data] = ACTIONS(3338), + [anon_sym_inner] = ACTIONS(3338), + [anon_sym_expect] = ACTIONS(3338), + [anon_sym_actual] = ACTIONS(3338), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3340), + [anon_sym_continue_AT] = ACTIONS(3340), + [anon_sym_break_AT] = ACTIONS(3340), + [sym_real_literal] = ACTIONS(3340), + [sym_integer_literal] = ACTIONS(3338), + [sym_hex_literal] = ACTIONS(3340), + [sym_bin_literal] = ACTIONS(3340), + [anon_sym_true] = ACTIONS(3338), + [anon_sym_false] = ACTIONS(3338), + [anon_sym_SQUOTE] = ACTIONS(3340), + [sym__backtick_identifier] = ACTIONS(3340), + [sym__automatic_semicolon] = ACTIONS(3340), + [sym_safe_nav] = ACTIONS(3340), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3340), + }, + [3171] = { + [sym__alpha_identifier] = ACTIONS(4487), + [anon_sym_AT] = ACTIONS(4489), + [anon_sym_LBRACK] = ACTIONS(4489), + [anon_sym_as] = ACTIONS(4487), + [anon_sym_EQ] = ACTIONS(4487), + [anon_sym_LBRACE] = ACTIONS(4489), + [anon_sym_RBRACE] = ACTIONS(4489), + [anon_sym_LPAREN] = ACTIONS(4489), + [anon_sym_COMMA] = ACTIONS(4489), + [anon_sym_LT] = ACTIONS(4487), + [anon_sym_GT] = ACTIONS(4487), + [anon_sym_where] = ACTIONS(4487), + [anon_sym_object] = ACTIONS(4487), + [anon_sym_fun] = ACTIONS(4487), + [anon_sym_DOT] = ACTIONS(4487), + [anon_sym_SEMI] = ACTIONS(4489), + [anon_sym_get] = ACTIONS(4487), + [anon_sym_set] = ACTIONS(4487), + [anon_sym_this] = ACTIONS(4487), + [anon_sym_super] = ACTIONS(4487), + [anon_sym_STAR] = ACTIONS(4487), + [sym_label] = ACTIONS(4487), + [anon_sym_in] = ACTIONS(4487), + [anon_sym_DOT_DOT] = ACTIONS(4489), + [anon_sym_QMARK_COLON] = ACTIONS(4489), + [anon_sym_AMP_AMP] = ACTIONS(4489), + [anon_sym_PIPE_PIPE] = ACTIONS(4489), + [anon_sym_null] = ACTIONS(4487), + [anon_sym_if] = ACTIONS(4487), + [anon_sym_else] = ACTIONS(4487), + [anon_sym_when] = ACTIONS(4487), + [anon_sym_try] = ACTIONS(4487), + [anon_sym_throw] = ACTIONS(4487), + [anon_sym_return] = ACTIONS(4487), + [anon_sym_continue] = ACTIONS(4487), + [anon_sym_break] = ACTIONS(4487), + [anon_sym_COLON_COLON] = ACTIONS(4489), + [anon_sym_PLUS_EQ] = ACTIONS(4489), + [anon_sym_DASH_EQ] = ACTIONS(4489), + [anon_sym_STAR_EQ] = ACTIONS(4489), + [anon_sym_SLASH_EQ] = ACTIONS(4489), + [anon_sym_PERCENT_EQ] = ACTIONS(4489), + [anon_sym_BANG_EQ] = ACTIONS(4487), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4489), + [anon_sym_EQ_EQ] = ACTIONS(4487), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4489), + [anon_sym_LT_EQ] = ACTIONS(4489), + [anon_sym_GT_EQ] = ACTIONS(4489), + [anon_sym_BANGin] = ACTIONS(4489), + [anon_sym_is] = ACTIONS(4487), + [anon_sym_BANGis] = ACTIONS(4489), + [anon_sym_PLUS] = ACTIONS(4487), + [anon_sym_DASH] = ACTIONS(4487), + [anon_sym_SLASH] = ACTIONS(4487), + [anon_sym_PERCENT] = ACTIONS(4487), + [anon_sym_as_QMARK] = ACTIONS(4489), + [anon_sym_PLUS_PLUS] = ACTIONS(4489), + [anon_sym_DASH_DASH] = ACTIONS(4489), + [anon_sym_BANG] = ACTIONS(4487), + [anon_sym_BANG_BANG] = ACTIONS(4489), + [anon_sym_data] = ACTIONS(4487), + [anon_sym_inner] = ACTIONS(4487), + [anon_sym_expect] = ACTIONS(4487), + [anon_sym_actual] = ACTIONS(4487), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4489), + [anon_sym_continue_AT] = ACTIONS(4489), + [anon_sym_break_AT] = ACTIONS(4489), + [sym_real_literal] = ACTIONS(4489), + [sym_integer_literal] = ACTIONS(4487), + [sym_hex_literal] = ACTIONS(4489), + [sym_bin_literal] = ACTIONS(4489), + [anon_sym_true] = ACTIONS(4487), + [anon_sym_false] = ACTIONS(4487), + [anon_sym_SQUOTE] = ACTIONS(4489), + [sym__backtick_identifier] = ACTIONS(4489), + [sym__automatic_semicolon] = ACTIONS(4489), + [sym_safe_nav] = ACTIONS(4489), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4489), + }, + [3172] = { + [sym__alpha_identifier] = ACTIONS(4923), + [anon_sym_AT] = ACTIONS(4925), + [anon_sym_LBRACK] = ACTIONS(4925), + [anon_sym_as] = ACTIONS(4923), + [anon_sym_EQ] = ACTIONS(4923), + [anon_sym_LBRACE] = ACTIONS(4925), + [anon_sym_RBRACE] = ACTIONS(4925), + [anon_sym_LPAREN] = ACTIONS(4925), + [anon_sym_COMMA] = ACTIONS(4925), + [anon_sym_LT] = ACTIONS(4923), + [anon_sym_GT] = ACTIONS(4923), + [anon_sym_where] = ACTIONS(4923), + [anon_sym_object] = ACTIONS(4923), + [anon_sym_fun] = ACTIONS(4923), + [anon_sym_DOT] = ACTIONS(4923), + [anon_sym_SEMI] = ACTIONS(4925), + [anon_sym_get] = ACTIONS(4923), + [anon_sym_set] = ACTIONS(4923), + [anon_sym_this] = ACTIONS(4923), + [anon_sym_super] = ACTIONS(4923), + [anon_sym_STAR] = ACTIONS(4923), + [sym_label] = ACTIONS(4923), + [anon_sym_in] = ACTIONS(4923), + [anon_sym_DOT_DOT] = ACTIONS(4925), + [anon_sym_QMARK_COLON] = ACTIONS(4925), + [anon_sym_AMP_AMP] = ACTIONS(4925), + [anon_sym_PIPE_PIPE] = ACTIONS(4925), + [anon_sym_null] = ACTIONS(4923), + [anon_sym_if] = ACTIONS(4923), + [anon_sym_else] = ACTIONS(4923), + [anon_sym_when] = ACTIONS(4923), + [anon_sym_try] = ACTIONS(4923), + [anon_sym_throw] = ACTIONS(4923), + [anon_sym_return] = ACTIONS(4923), + [anon_sym_continue] = ACTIONS(4923), + [anon_sym_break] = ACTIONS(4923), + [anon_sym_COLON_COLON] = ACTIONS(4925), + [anon_sym_PLUS_EQ] = ACTIONS(4925), + [anon_sym_DASH_EQ] = ACTIONS(4925), + [anon_sym_STAR_EQ] = ACTIONS(4925), + [anon_sym_SLASH_EQ] = ACTIONS(4925), + [anon_sym_PERCENT_EQ] = ACTIONS(4925), + [anon_sym_BANG_EQ] = ACTIONS(4923), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4925), + [anon_sym_EQ_EQ] = ACTIONS(4923), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4925), + [anon_sym_LT_EQ] = ACTIONS(4925), + [anon_sym_GT_EQ] = ACTIONS(4925), + [anon_sym_BANGin] = ACTIONS(4925), + [anon_sym_is] = ACTIONS(4923), + [anon_sym_BANGis] = ACTIONS(4925), + [anon_sym_PLUS] = ACTIONS(4923), + [anon_sym_DASH] = ACTIONS(4923), + [anon_sym_SLASH] = ACTIONS(4923), + [anon_sym_PERCENT] = ACTIONS(4923), + [anon_sym_as_QMARK] = ACTIONS(4925), + [anon_sym_PLUS_PLUS] = ACTIONS(4925), + [anon_sym_DASH_DASH] = ACTIONS(4925), + [anon_sym_BANG] = ACTIONS(4923), + [anon_sym_BANG_BANG] = ACTIONS(4925), + [anon_sym_data] = ACTIONS(4923), + [anon_sym_inner] = ACTIONS(4923), + [anon_sym_expect] = ACTIONS(4923), + [anon_sym_actual] = ACTIONS(4923), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4925), + [anon_sym_continue_AT] = ACTIONS(4925), + [anon_sym_break_AT] = ACTIONS(4925), + [sym_real_literal] = ACTIONS(4925), + [sym_integer_literal] = ACTIONS(4923), + [sym_hex_literal] = ACTIONS(4925), + [sym_bin_literal] = ACTIONS(4925), + [anon_sym_true] = ACTIONS(4923), + [anon_sym_false] = ACTIONS(4923), + [anon_sym_SQUOTE] = ACTIONS(4925), + [sym__backtick_identifier] = ACTIONS(4925), + [sym__automatic_semicolon] = ACTIONS(4925), + [sym_safe_nav] = ACTIONS(4925), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4925), }, - [3157] = { - [sym__alpha_identifier] = ACTIONS(4101), - [anon_sym_AT] = ACTIONS(4103), - [anon_sym_LBRACK] = ACTIONS(4103), - [anon_sym_as] = ACTIONS(4101), - [anon_sym_EQ] = ACTIONS(4101), - [anon_sym_LBRACE] = ACTIONS(4103), - [anon_sym_RBRACE] = ACTIONS(4103), - [anon_sym_LPAREN] = ACTIONS(4103), - [anon_sym_COMMA] = ACTIONS(4103), - [anon_sym_LT] = ACTIONS(4101), - [anon_sym_GT] = ACTIONS(4101), - [anon_sym_where] = ACTIONS(4101), - [anon_sym_object] = ACTIONS(4101), - [anon_sym_fun] = ACTIONS(4101), - [anon_sym_DOT] = ACTIONS(4101), - [anon_sym_SEMI] = ACTIONS(4103), - [anon_sym_get] = ACTIONS(4101), - [anon_sym_set] = ACTIONS(4101), - [anon_sym_this] = ACTIONS(4101), - [anon_sym_super] = ACTIONS(4101), - [anon_sym_STAR] = ACTIONS(4101), - [sym_label] = ACTIONS(4101), - [anon_sym_in] = ACTIONS(4101), - [anon_sym_DOT_DOT] = ACTIONS(4103), - [anon_sym_QMARK_COLON] = ACTIONS(4103), - [anon_sym_AMP_AMP] = ACTIONS(4103), - [anon_sym_PIPE_PIPE] = ACTIONS(4103), - [anon_sym_null] = ACTIONS(4101), - [anon_sym_if] = ACTIONS(4101), - [anon_sym_else] = ACTIONS(4101), - [anon_sym_when] = ACTIONS(4101), - [anon_sym_try] = ACTIONS(4101), - [anon_sym_throw] = ACTIONS(4101), - [anon_sym_return] = ACTIONS(4101), - [anon_sym_continue] = ACTIONS(4101), - [anon_sym_break] = ACTIONS(4101), - [anon_sym_COLON_COLON] = ACTIONS(4103), - [anon_sym_PLUS_EQ] = ACTIONS(4103), - [anon_sym_DASH_EQ] = ACTIONS(4103), - [anon_sym_STAR_EQ] = ACTIONS(4103), - [anon_sym_SLASH_EQ] = ACTIONS(4103), - [anon_sym_PERCENT_EQ] = ACTIONS(4103), - [anon_sym_BANG_EQ] = ACTIONS(4101), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4103), - [anon_sym_EQ_EQ] = ACTIONS(4101), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4103), - [anon_sym_LT_EQ] = ACTIONS(4103), - [anon_sym_GT_EQ] = ACTIONS(4103), - [anon_sym_BANGin] = ACTIONS(4103), - [anon_sym_is] = ACTIONS(4101), - [anon_sym_BANGis] = ACTIONS(4103), - [anon_sym_PLUS] = ACTIONS(4101), - [anon_sym_DASH] = ACTIONS(4101), - [anon_sym_SLASH] = ACTIONS(4101), - [anon_sym_PERCENT] = ACTIONS(4101), - [anon_sym_as_QMARK] = ACTIONS(4103), - [anon_sym_PLUS_PLUS] = ACTIONS(4103), - [anon_sym_DASH_DASH] = ACTIONS(4103), - [anon_sym_BANG] = ACTIONS(4101), - [anon_sym_BANG_BANG] = ACTIONS(4103), - [anon_sym_data] = ACTIONS(4101), - [anon_sym_inner] = ACTIONS(4101), - [anon_sym_expect] = ACTIONS(4101), - [anon_sym_actual] = ACTIONS(4101), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4103), - [anon_sym_continue_AT] = ACTIONS(4103), - [anon_sym_break_AT] = ACTIONS(4103), - [sym_real_literal] = ACTIONS(4103), - [sym_integer_literal] = ACTIONS(4101), - [sym_hex_literal] = ACTIONS(4103), - [sym_bin_literal] = ACTIONS(4103), - [anon_sym_true] = ACTIONS(4101), - [anon_sym_false] = ACTIONS(4101), - [anon_sym_SQUOTE] = ACTIONS(4103), - [sym__backtick_identifier] = ACTIONS(4103), - [sym__automatic_semicolon] = ACTIONS(4103), - [sym_safe_nav] = ACTIONS(4103), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4103), + [3173] = { + [sym_function_body] = STATE(3133), + [sym__block] = STATE(3334), + [sym__alpha_identifier] = ACTIONS(4031), + [anon_sym_AT] = ACTIONS(4033), + [anon_sym_LBRACK] = ACTIONS(4033), + [anon_sym_as] = ACTIONS(4031), + [anon_sym_EQ] = ACTIONS(6262), + [anon_sym_LBRACE] = ACTIONS(6244), + [anon_sym_RBRACE] = ACTIONS(4033), + [anon_sym_LPAREN] = ACTIONS(4033), + [anon_sym_LT] = ACTIONS(4031), + [anon_sym_GT] = ACTIONS(4031), + [anon_sym_object] = ACTIONS(4031), + [anon_sym_fun] = ACTIONS(4031), + [anon_sym_DOT] = ACTIONS(4031), + [anon_sym_SEMI] = ACTIONS(4033), + [anon_sym_get] = ACTIONS(4031), + [anon_sym_set] = ACTIONS(4031), + [anon_sym_this] = ACTIONS(4031), + [anon_sym_super] = ACTIONS(4031), + [anon_sym_STAR] = ACTIONS(4031), + [sym_label] = ACTIONS(4031), + [anon_sym_in] = ACTIONS(4031), + [anon_sym_DOT_DOT] = ACTIONS(4033), + [anon_sym_QMARK_COLON] = ACTIONS(4033), + [anon_sym_AMP_AMP] = ACTIONS(4033), + [anon_sym_PIPE_PIPE] = ACTIONS(4033), + [anon_sym_null] = ACTIONS(4031), + [anon_sym_if] = ACTIONS(4031), + [anon_sym_else] = ACTIONS(4031), + [anon_sym_when] = ACTIONS(4031), + [anon_sym_try] = ACTIONS(4031), + [anon_sym_throw] = ACTIONS(4031), + [anon_sym_return] = ACTIONS(4031), + [anon_sym_continue] = ACTIONS(4031), + [anon_sym_break] = ACTIONS(4031), + [anon_sym_COLON_COLON] = ACTIONS(4033), + [anon_sym_PLUS_EQ] = ACTIONS(4033), + [anon_sym_DASH_EQ] = ACTIONS(4033), + [anon_sym_STAR_EQ] = ACTIONS(4033), + [anon_sym_SLASH_EQ] = ACTIONS(4033), + [anon_sym_PERCENT_EQ] = ACTIONS(4033), + [anon_sym_BANG_EQ] = ACTIONS(4031), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4033), + [anon_sym_EQ_EQ] = ACTIONS(4031), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4033), + [anon_sym_LT_EQ] = ACTIONS(4033), + [anon_sym_GT_EQ] = ACTIONS(4033), + [anon_sym_BANGin] = ACTIONS(4033), + [anon_sym_is] = ACTIONS(4031), + [anon_sym_BANGis] = ACTIONS(4033), + [anon_sym_PLUS] = ACTIONS(4031), + [anon_sym_DASH] = ACTIONS(4031), + [anon_sym_SLASH] = ACTIONS(4031), + [anon_sym_PERCENT] = ACTIONS(4031), + [anon_sym_as_QMARK] = ACTIONS(4033), + [anon_sym_PLUS_PLUS] = ACTIONS(4033), + [anon_sym_DASH_DASH] = ACTIONS(4033), + [anon_sym_BANG] = ACTIONS(4031), + [anon_sym_BANG_BANG] = ACTIONS(4033), + [anon_sym_data] = ACTIONS(4031), + [anon_sym_inner] = ACTIONS(4031), + [anon_sym_expect] = ACTIONS(4031), + [anon_sym_actual] = ACTIONS(4031), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4033), + [anon_sym_continue_AT] = ACTIONS(4033), + [anon_sym_break_AT] = ACTIONS(4033), + [sym_real_literal] = ACTIONS(4033), + [sym_integer_literal] = ACTIONS(4031), + [sym_hex_literal] = ACTIONS(4033), + [sym_bin_literal] = ACTIONS(4033), + [anon_sym_true] = ACTIONS(4031), + [anon_sym_false] = ACTIONS(4031), + [anon_sym_SQUOTE] = ACTIONS(4033), + [sym__backtick_identifier] = ACTIONS(4033), + [sym__automatic_semicolon] = ACTIONS(4033), + [sym_safe_nav] = ACTIONS(4033), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4033), }, - [3158] = { - [sym__alpha_identifier] = ACTIONS(4643), - [anon_sym_AT] = ACTIONS(4645), - [anon_sym_LBRACK] = ACTIONS(4645), - [anon_sym_RBRACK] = ACTIONS(4645), - [anon_sym_as] = ACTIONS(4643), - [anon_sym_EQ] = ACTIONS(4643), - [anon_sym_LBRACE] = ACTIONS(4645), - [anon_sym_RBRACE] = ACTIONS(4645), - [anon_sym_LPAREN] = ACTIONS(4645), - [anon_sym_COMMA] = ACTIONS(4645), - [anon_sym_RPAREN] = ACTIONS(4645), - [anon_sym_LT] = ACTIONS(4643), - [anon_sym_GT] = ACTIONS(4643), - [anon_sym_where] = ACTIONS(4643), - [anon_sym_DOT] = ACTIONS(4643), - [anon_sym_SEMI] = ACTIONS(4645), - [anon_sym_get] = ACTIONS(4643), - [anon_sym_set] = ACTIONS(4643), - [anon_sym_STAR] = ACTIONS(4643), - [anon_sym_DASH_GT] = ACTIONS(4645), - [sym_label] = ACTIONS(4645), - [anon_sym_in] = ACTIONS(4643), - [anon_sym_while] = ACTIONS(4643), - [anon_sym_DOT_DOT] = ACTIONS(4645), - [anon_sym_QMARK_COLON] = ACTIONS(4645), - [anon_sym_AMP_AMP] = ACTIONS(4645), - [anon_sym_PIPE_PIPE] = ACTIONS(4645), - [anon_sym_else] = ACTIONS(4643), - [anon_sym_COLON_COLON] = ACTIONS(4645), - [anon_sym_PLUS_EQ] = ACTIONS(4645), - [anon_sym_DASH_EQ] = ACTIONS(4645), - [anon_sym_STAR_EQ] = ACTIONS(4645), - [anon_sym_SLASH_EQ] = ACTIONS(4645), - [anon_sym_PERCENT_EQ] = ACTIONS(4645), - [anon_sym_BANG_EQ] = ACTIONS(4643), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4645), - [anon_sym_EQ_EQ] = ACTIONS(4643), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4645), - [anon_sym_LT_EQ] = ACTIONS(4645), - [anon_sym_GT_EQ] = ACTIONS(4645), - [anon_sym_BANGin] = ACTIONS(4645), - [anon_sym_is] = ACTIONS(4643), - [anon_sym_BANGis] = ACTIONS(4645), - [anon_sym_PLUS] = ACTIONS(4643), - [anon_sym_DASH] = ACTIONS(4643), - [anon_sym_SLASH] = ACTIONS(4643), - [anon_sym_PERCENT] = ACTIONS(4643), - [anon_sym_as_QMARK] = ACTIONS(4645), - [anon_sym_PLUS_PLUS] = ACTIONS(4645), - [anon_sym_DASH_DASH] = ACTIONS(4645), - [anon_sym_BANG_BANG] = ACTIONS(4645), - [anon_sym_suspend] = ACTIONS(4643), - [anon_sym_sealed] = ACTIONS(4643), - [anon_sym_annotation] = ACTIONS(4643), - [anon_sym_data] = ACTIONS(4643), - [anon_sym_inner] = ACTIONS(4643), - [anon_sym_override] = ACTIONS(4643), - [anon_sym_lateinit] = ACTIONS(4643), - [anon_sym_public] = ACTIONS(4643), - [anon_sym_private] = ACTIONS(4643), - [anon_sym_internal] = ACTIONS(4643), - [anon_sym_protected] = ACTIONS(4643), - [anon_sym_tailrec] = ACTIONS(4643), - [anon_sym_operator] = ACTIONS(4643), - [anon_sym_infix] = ACTIONS(4643), - [anon_sym_inline] = ACTIONS(4643), - [anon_sym_external] = ACTIONS(4643), - [sym_property_modifier] = ACTIONS(4643), - [anon_sym_abstract] = ACTIONS(4643), - [anon_sym_final] = ACTIONS(4643), - [anon_sym_open] = ACTIONS(4643), - [anon_sym_vararg] = ACTIONS(4643), - [anon_sym_noinline] = ACTIONS(4643), - [anon_sym_crossinline] = ACTIONS(4643), - [anon_sym_expect] = ACTIONS(4643), - [anon_sym_actual] = ACTIONS(4643), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4645), - [sym_safe_nav] = ACTIONS(4645), + [3174] = { + [sym_function_body] = STATE(3176), + [sym__block] = STATE(3334), + [sym__alpha_identifier] = ACTIONS(4487), + [anon_sym_AT] = ACTIONS(4489), + [anon_sym_LBRACK] = ACTIONS(4489), + [anon_sym_as] = ACTIONS(4487), + [anon_sym_EQ] = ACTIONS(6262), + [anon_sym_LBRACE] = ACTIONS(6244), + [anon_sym_RBRACE] = ACTIONS(4489), + [anon_sym_LPAREN] = ACTIONS(4489), + [anon_sym_LT] = ACTIONS(4487), + [anon_sym_GT] = ACTIONS(4487), + [anon_sym_object] = ACTIONS(4487), + [anon_sym_fun] = ACTIONS(4487), + [anon_sym_DOT] = ACTIONS(4487), + [anon_sym_SEMI] = ACTIONS(4489), + [anon_sym_get] = ACTIONS(4487), + [anon_sym_set] = ACTIONS(4487), + [anon_sym_this] = ACTIONS(4487), + [anon_sym_super] = ACTIONS(4487), + [anon_sym_STAR] = ACTIONS(4487), + [sym_label] = ACTIONS(4487), + [anon_sym_in] = ACTIONS(4487), + [anon_sym_DOT_DOT] = ACTIONS(4489), + [anon_sym_QMARK_COLON] = ACTIONS(4489), + [anon_sym_AMP_AMP] = ACTIONS(4489), + [anon_sym_PIPE_PIPE] = ACTIONS(4489), + [anon_sym_null] = ACTIONS(4487), + [anon_sym_if] = ACTIONS(4487), + [anon_sym_else] = ACTIONS(4487), + [anon_sym_when] = ACTIONS(4487), + [anon_sym_try] = ACTIONS(4487), + [anon_sym_throw] = ACTIONS(4487), + [anon_sym_return] = ACTIONS(4487), + [anon_sym_continue] = ACTIONS(4487), + [anon_sym_break] = ACTIONS(4487), + [anon_sym_COLON_COLON] = ACTIONS(4489), + [anon_sym_PLUS_EQ] = ACTIONS(4489), + [anon_sym_DASH_EQ] = ACTIONS(4489), + [anon_sym_STAR_EQ] = ACTIONS(4489), + [anon_sym_SLASH_EQ] = ACTIONS(4489), + [anon_sym_PERCENT_EQ] = ACTIONS(4489), + [anon_sym_BANG_EQ] = ACTIONS(4487), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4489), + [anon_sym_EQ_EQ] = ACTIONS(4487), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4489), + [anon_sym_LT_EQ] = ACTIONS(4489), + [anon_sym_GT_EQ] = ACTIONS(4489), + [anon_sym_BANGin] = ACTIONS(4489), + [anon_sym_is] = ACTIONS(4487), + [anon_sym_BANGis] = ACTIONS(4489), + [anon_sym_PLUS] = ACTIONS(4487), + [anon_sym_DASH] = ACTIONS(4487), + [anon_sym_SLASH] = ACTIONS(4487), + [anon_sym_PERCENT] = ACTIONS(4487), + [anon_sym_as_QMARK] = ACTIONS(4489), + [anon_sym_PLUS_PLUS] = ACTIONS(4489), + [anon_sym_DASH_DASH] = ACTIONS(4489), + [anon_sym_BANG] = ACTIONS(4487), + [anon_sym_BANG_BANG] = ACTIONS(4489), + [anon_sym_data] = ACTIONS(4487), + [anon_sym_inner] = ACTIONS(4487), + [anon_sym_expect] = ACTIONS(4487), + [anon_sym_actual] = ACTIONS(4487), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4489), + [anon_sym_continue_AT] = ACTIONS(4489), + [anon_sym_break_AT] = ACTIONS(4489), + [sym_real_literal] = ACTIONS(4489), + [sym_integer_literal] = ACTIONS(4487), + [sym_hex_literal] = ACTIONS(4489), + [sym_bin_literal] = ACTIONS(4489), + [anon_sym_true] = ACTIONS(4487), + [anon_sym_false] = ACTIONS(4487), + [anon_sym_SQUOTE] = ACTIONS(4489), + [sym__backtick_identifier] = ACTIONS(4489), + [sym__automatic_semicolon] = ACTIONS(4489), + [sym_safe_nav] = ACTIONS(4489), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4489), + }, + [3175] = { + [sym__alpha_identifier] = ACTIONS(4915), + [anon_sym_AT] = ACTIONS(4917), + [anon_sym_LBRACK] = ACTIONS(4917), + [anon_sym_as] = ACTIONS(4915), + [anon_sym_EQ] = ACTIONS(4915), + [anon_sym_LBRACE] = ACTIONS(4917), + [anon_sym_RBRACE] = ACTIONS(4917), + [anon_sym_LPAREN] = ACTIONS(4917), + [anon_sym_COMMA] = ACTIONS(4917), + [anon_sym_LT] = ACTIONS(4915), + [anon_sym_GT] = ACTIONS(4915), + [anon_sym_where] = ACTIONS(4915), + [anon_sym_object] = ACTIONS(4915), + [anon_sym_fun] = ACTIONS(4915), + [anon_sym_DOT] = ACTIONS(4915), + [anon_sym_SEMI] = ACTIONS(4917), + [anon_sym_get] = ACTIONS(4915), + [anon_sym_set] = ACTIONS(4915), + [anon_sym_this] = ACTIONS(4915), + [anon_sym_super] = ACTIONS(4915), + [anon_sym_STAR] = ACTIONS(4915), + [sym_label] = ACTIONS(4915), + [anon_sym_in] = ACTIONS(4915), + [anon_sym_DOT_DOT] = ACTIONS(4917), + [anon_sym_QMARK_COLON] = ACTIONS(4917), + [anon_sym_AMP_AMP] = ACTIONS(4917), + [anon_sym_PIPE_PIPE] = ACTIONS(4917), + [anon_sym_null] = ACTIONS(4915), + [anon_sym_if] = ACTIONS(4915), + [anon_sym_else] = ACTIONS(4915), + [anon_sym_when] = ACTIONS(4915), + [anon_sym_try] = ACTIONS(4915), + [anon_sym_throw] = ACTIONS(4915), + [anon_sym_return] = ACTIONS(4915), + [anon_sym_continue] = ACTIONS(4915), + [anon_sym_break] = ACTIONS(4915), + [anon_sym_COLON_COLON] = ACTIONS(4917), + [anon_sym_PLUS_EQ] = ACTIONS(4917), + [anon_sym_DASH_EQ] = ACTIONS(4917), + [anon_sym_STAR_EQ] = ACTIONS(4917), + [anon_sym_SLASH_EQ] = ACTIONS(4917), + [anon_sym_PERCENT_EQ] = ACTIONS(4917), + [anon_sym_BANG_EQ] = ACTIONS(4915), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4917), + [anon_sym_EQ_EQ] = ACTIONS(4915), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4917), + [anon_sym_LT_EQ] = ACTIONS(4917), + [anon_sym_GT_EQ] = ACTIONS(4917), + [anon_sym_BANGin] = ACTIONS(4917), + [anon_sym_is] = ACTIONS(4915), + [anon_sym_BANGis] = ACTIONS(4917), + [anon_sym_PLUS] = ACTIONS(4915), + [anon_sym_DASH] = ACTIONS(4915), + [anon_sym_SLASH] = ACTIONS(4915), + [anon_sym_PERCENT] = ACTIONS(4915), + [anon_sym_as_QMARK] = ACTIONS(4917), + [anon_sym_PLUS_PLUS] = ACTIONS(4917), + [anon_sym_DASH_DASH] = ACTIONS(4917), + [anon_sym_BANG] = ACTIONS(4915), + [anon_sym_BANG_BANG] = ACTIONS(4917), + [anon_sym_data] = ACTIONS(4915), + [anon_sym_inner] = ACTIONS(4915), + [anon_sym_expect] = ACTIONS(4915), + [anon_sym_actual] = ACTIONS(4915), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4917), + [anon_sym_continue_AT] = ACTIONS(4917), + [anon_sym_break_AT] = ACTIONS(4917), + [sym_real_literal] = ACTIONS(4917), + [sym_integer_literal] = ACTIONS(4915), + [sym_hex_literal] = ACTIONS(4917), + [sym_bin_literal] = ACTIONS(4917), + [anon_sym_true] = ACTIONS(4915), + [anon_sym_false] = ACTIONS(4915), + [anon_sym_SQUOTE] = ACTIONS(4917), + [sym__backtick_identifier] = ACTIONS(4917), + [sym__automatic_semicolon] = ACTIONS(4917), + [sym_safe_nav] = ACTIONS(4917), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4917), + }, + [3176] = { + [sym__alpha_identifier] = ACTIONS(4911), + [anon_sym_AT] = ACTIONS(4913), + [anon_sym_LBRACK] = ACTIONS(4913), + [anon_sym_as] = ACTIONS(4911), + [anon_sym_EQ] = ACTIONS(4911), + [anon_sym_LBRACE] = ACTIONS(4913), + [anon_sym_RBRACE] = ACTIONS(4913), + [anon_sym_LPAREN] = ACTIONS(4913), + [anon_sym_COMMA] = ACTIONS(4913), + [anon_sym_LT] = ACTIONS(4911), + [anon_sym_GT] = ACTIONS(4911), + [anon_sym_where] = ACTIONS(4911), + [anon_sym_object] = ACTIONS(4911), + [anon_sym_fun] = ACTIONS(4911), + [anon_sym_DOT] = ACTIONS(4911), + [anon_sym_SEMI] = ACTIONS(4913), + [anon_sym_get] = ACTIONS(4911), + [anon_sym_set] = ACTIONS(4911), + [anon_sym_this] = ACTIONS(4911), + [anon_sym_super] = ACTIONS(4911), + [anon_sym_STAR] = ACTIONS(4911), + [sym_label] = ACTIONS(4911), + [anon_sym_in] = ACTIONS(4911), + [anon_sym_DOT_DOT] = ACTIONS(4913), + [anon_sym_QMARK_COLON] = ACTIONS(4913), + [anon_sym_AMP_AMP] = ACTIONS(4913), + [anon_sym_PIPE_PIPE] = ACTIONS(4913), + [anon_sym_null] = ACTIONS(4911), + [anon_sym_if] = ACTIONS(4911), + [anon_sym_else] = ACTIONS(4911), + [anon_sym_when] = ACTIONS(4911), + [anon_sym_try] = ACTIONS(4911), + [anon_sym_throw] = ACTIONS(4911), + [anon_sym_return] = ACTIONS(4911), + [anon_sym_continue] = ACTIONS(4911), + [anon_sym_break] = ACTIONS(4911), + [anon_sym_COLON_COLON] = ACTIONS(4913), + [anon_sym_PLUS_EQ] = ACTIONS(4913), + [anon_sym_DASH_EQ] = ACTIONS(4913), + [anon_sym_STAR_EQ] = ACTIONS(4913), + [anon_sym_SLASH_EQ] = ACTIONS(4913), + [anon_sym_PERCENT_EQ] = ACTIONS(4913), + [anon_sym_BANG_EQ] = ACTIONS(4911), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4913), + [anon_sym_EQ_EQ] = ACTIONS(4911), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4913), + [anon_sym_LT_EQ] = ACTIONS(4913), + [anon_sym_GT_EQ] = ACTIONS(4913), + [anon_sym_BANGin] = ACTIONS(4913), + [anon_sym_is] = ACTIONS(4911), + [anon_sym_BANGis] = ACTIONS(4913), + [anon_sym_PLUS] = ACTIONS(4911), + [anon_sym_DASH] = ACTIONS(4911), + [anon_sym_SLASH] = ACTIONS(4911), + [anon_sym_PERCENT] = ACTIONS(4911), + [anon_sym_as_QMARK] = ACTIONS(4913), + [anon_sym_PLUS_PLUS] = ACTIONS(4913), + [anon_sym_DASH_DASH] = ACTIONS(4913), + [anon_sym_BANG] = ACTIONS(4911), + [anon_sym_BANG_BANG] = ACTIONS(4913), + [anon_sym_data] = ACTIONS(4911), + [anon_sym_inner] = ACTIONS(4911), + [anon_sym_expect] = ACTIONS(4911), + [anon_sym_actual] = ACTIONS(4911), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4913), + [anon_sym_continue_AT] = ACTIONS(4913), + [anon_sym_break_AT] = ACTIONS(4913), + [sym_real_literal] = ACTIONS(4913), + [sym_integer_literal] = ACTIONS(4911), + [sym_hex_literal] = ACTIONS(4913), + [sym_bin_literal] = ACTIONS(4913), + [anon_sym_true] = ACTIONS(4911), + [anon_sym_false] = ACTIONS(4911), + [anon_sym_SQUOTE] = ACTIONS(4913), + [sym__backtick_identifier] = ACTIONS(4913), + [sym__automatic_semicolon] = ACTIONS(4913), + [sym_safe_nav] = ACTIONS(4913), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4913), + }, + [3177] = { + [sym_type_constraints] = STATE(3099), + [sym_enum_class_body] = STATE(3181), + [sym__alpha_identifier] = ACTIONS(3212), + [anon_sym_AT] = ACTIONS(3216), + [anon_sym_COLON] = ACTIONS(5579), + [anon_sym_LBRACK] = ACTIONS(3216), + [anon_sym_as] = ACTIONS(3212), + [anon_sym_EQ] = ACTIONS(3212), + [anon_sym_LBRACE] = ACTIONS(5171), + [anon_sym_RBRACE] = ACTIONS(3216), + [anon_sym_LPAREN] = ACTIONS(3216), + [anon_sym_RPAREN] = ACTIONS(3216), + [anon_sym_LT] = ACTIONS(3212), + [anon_sym_GT] = ACTIONS(3212), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(3212), + [anon_sym_SEMI] = ACTIONS(3216), + [anon_sym_get] = ACTIONS(3212), + [anon_sym_set] = ACTIONS(3212), + [anon_sym_STAR] = ACTIONS(3212), + [sym_label] = ACTIONS(3216), + [anon_sym_in] = ACTIONS(3212), + [anon_sym_while] = ACTIONS(3212), + [anon_sym_DOT_DOT] = ACTIONS(3216), + [anon_sym_QMARK_COLON] = ACTIONS(3216), + [anon_sym_AMP_AMP] = ACTIONS(3216), + [anon_sym_PIPE_PIPE] = ACTIONS(3216), + [anon_sym_else] = ACTIONS(3212), + [anon_sym_COLON_COLON] = ACTIONS(3216), + [anon_sym_PLUS_EQ] = ACTIONS(3216), + [anon_sym_DASH_EQ] = ACTIONS(3216), + [anon_sym_STAR_EQ] = ACTIONS(3216), + [anon_sym_SLASH_EQ] = ACTIONS(3216), + [anon_sym_PERCENT_EQ] = ACTIONS(3216), + [anon_sym_BANG_EQ] = ACTIONS(3212), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3216), + [anon_sym_EQ_EQ] = ACTIONS(3212), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3216), + [anon_sym_LT_EQ] = ACTIONS(3216), + [anon_sym_GT_EQ] = ACTIONS(3216), + [anon_sym_BANGin] = ACTIONS(3216), + [anon_sym_is] = ACTIONS(3212), + [anon_sym_BANGis] = ACTIONS(3216), + [anon_sym_PLUS] = ACTIONS(3212), + [anon_sym_DASH] = ACTIONS(3212), + [anon_sym_SLASH] = ACTIONS(3212), + [anon_sym_PERCENT] = ACTIONS(3212), + [anon_sym_as_QMARK] = ACTIONS(3216), + [anon_sym_PLUS_PLUS] = ACTIONS(3216), + [anon_sym_DASH_DASH] = ACTIONS(3216), + [anon_sym_BANG_BANG] = ACTIONS(3216), + [anon_sym_suspend] = ACTIONS(3212), + [anon_sym_sealed] = ACTIONS(3212), + [anon_sym_annotation] = ACTIONS(3212), + [anon_sym_data] = ACTIONS(3212), + [anon_sym_inner] = ACTIONS(3212), + [anon_sym_override] = ACTIONS(3212), + [anon_sym_lateinit] = ACTIONS(3212), + [anon_sym_public] = ACTIONS(3212), + [anon_sym_private] = ACTIONS(3212), + [anon_sym_internal] = ACTIONS(3212), + [anon_sym_protected] = ACTIONS(3212), + [anon_sym_tailrec] = ACTIONS(3212), + [anon_sym_operator] = ACTIONS(3212), + [anon_sym_infix] = ACTIONS(3212), + [anon_sym_inline] = ACTIONS(3212), + [anon_sym_external] = ACTIONS(3212), + [sym_property_modifier] = ACTIONS(3212), + [anon_sym_abstract] = ACTIONS(3212), + [anon_sym_final] = ACTIONS(3212), + [anon_sym_open] = ACTIONS(3212), + [anon_sym_vararg] = ACTIONS(3212), + [anon_sym_noinline] = ACTIONS(3212), + [anon_sym_crossinline] = ACTIONS(3212), + [anon_sym_expect] = ACTIONS(3212), + [anon_sym_actual] = ACTIONS(3212), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3216), + [sym_safe_nav] = ACTIONS(3216), [sym_multiline_comment] = ACTIONS(3), }, - [3159] = { - [sym_function_body] = STATE(3129), - [sym__block] = STATE(3245), - [sym__alpha_identifier] = ACTIONS(4101), - [anon_sym_AT] = ACTIONS(4103), - [anon_sym_LBRACK] = ACTIONS(4103), - [anon_sym_as] = ACTIONS(4101), - [anon_sym_EQ] = ACTIONS(6265), - [anon_sym_LBRACE] = ACTIONS(6220), - [anon_sym_RBRACE] = ACTIONS(4103), - [anon_sym_LPAREN] = ACTIONS(4103), - [anon_sym_LT] = ACTIONS(4101), - [anon_sym_GT] = ACTIONS(4101), - [anon_sym_object] = ACTIONS(4101), - [anon_sym_fun] = ACTIONS(4101), - [anon_sym_DOT] = ACTIONS(4101), - [anon_sym_SEMI] = ACTIONS(4103), - [anon_sym_get] = ACTIONS(4101), - [anon_sym_set] = ACTIONS(4101), - [anon_sym_this] = ACTIONS(4101), - [anon_sym_super] = ACTIONS(4101), - [anon_sym_STAR] = ACTIONS(4101), - [sym_label] = ACTIONS(4101), - [anon_sym_in] = ACTIONS(4101), - [anon_sym_DOT_DOT] = ACTIONS(4103), - [anon_sym_QMARK_COLON] = ACTIONS(4103), - [anon_sym_AMP_AMP] = ACTIONS(4103), - [anon_sym_PIPE_PIPE] = ACTIONS(4103), - [anon_sym_null] = ACTIONS(4101), - [anon_sym_if] = ACTIONS(4101), - [anon_sym_else] = ACTIONS(4101), - [anon_sym_when] = ACTIONS(4101), - [anon_sym_try] = ACTIONS(4101), - [anon_sym_throw] = ACTIONS(4101), - [anon_sym_return] = ACTIONS(4101), - [anon_sym_continue] = ACTIONS(4101), - [anon_sym_break] = ACTIONS(4101), - [anon_sym_COLON_COLON] = ACTIONS(4103), - [anon_sym_PLUS_EQ] = ACTIONS(4103), - [anon_sym_DASH_EQ] = ACTIONS(4103), - [anon_sym_STAR_EQ] = ACTIONS(4103), - [anon_sym_SLASH_EQ] = ACTIONS(4103), - [anon_sym_PERCENT_EQ] = ACTIONS(4103), - [anon_sym_BANG_EQ] = ACTIONS(4101), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4103), - [anon_sym_EQ_EQ] = ACTIONS(4101), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4103), - [anon_sym_LT_EQ] = ACTIONS(4103), - [anon_sym_GT_EQ] = ACTIONS(4103), - [anon_sym_BANGin] = ACTIONS(4103), - [anon_sym_is] = ACTIONS(4101), - [anon_sym_BANGis] = ACTIONS(4103), - [anon_sym_PLUS] = ACTIONS(4101), - [anon_sym_DASH] = ACTIONS(4101), - [anon_sym_SLASH] = ACTIONS(4101), - [anon_sym_PERCENT] = ACTIONS(4101), - [anon_sym_as_QMARK] = ACTIONS(4103), - [anon_sym_PLUS_PLUS] = ACTIONS(4103), - [anon_sym_DASH_DASH] = ACTIONS(4103), - [anon_sym_BANG] = ACTIONS(4101), - [anon_sym_BANG_BANG] = ACTIONS(4103), - [anon_sym_data] = ACTIONS(4101), - [anon_sym_inner] = ACTIONS(4101), - [anon_sym_expect] = ACTIONS(4101), - [anon_sym_actual] = ACTIONS(4101), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4103), - [anon_sym_continue_AT] = ACTIONS(4103), - [anon_sym_break_AT] = ACTIONS(4103), - [sym_real_literal] = ACTIONS(4103), - [sym_integer_literal] = ACTIONS(4101), - [sym_hex_literal] = ACTIONS(4103), - [sym_bin_literal] = ACTIONS(4103), - [anon_sym_true] = ACTIONS(4101), - [anon_sym_false] = ACTIONS(4101), - [anon_sym_SQUOTE] = ACTIONS(4103), - [sym__backtick_identifier] = ACTIONS(4103), - [sym__automatic_semicolon] = ACTIONS(4103), - [sym_safe_nav] = ACTIONS(4103), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4103), + [3178] = { + [sym_class_body] = STATE(3209), + [sym_type_constraints] = STATE(3098), + [sym__alpha_identifier] = ACTIONS(4188), + [anon_sym_AT] = ACTIONS(4190), + [anon_sym_COLON] = ACTIONS(6505), + [anon_sym_LBRACK] = ACTIONS(4190), + [anon_sym_as] = ACTIONS(4188), + [anon_sym_EQ] = ACTIONS(4188), + [anon_sym_LBRACE] = ACTIONS(5179), + [anon_sym_RBRACE] = ACTIONS(4190), + [anon_sym_LPAREN] = ACTIONS(4190), + [anon_sym_RPAREN] = ACTIONS(4190), + [anon_sym_LT] = ACTIONS(4188), + [anon_sym_GT] = ACTIONS(4188), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(4188), + [anon_sym_SEMI] = ACTIONS(4190), + [anon_sym_get] = ACTIONS(4188), + [anon_sym_set] = ACTIONS(4188), + [anon_sym_STAR] = ACTIONS(4188), + [sym_label] = ACTIONS(4190), + [anon_sym_in] = ACTIONS(4188), + [anon_sym_while] = ACTIONS(4188), + [anon_sym_DOT_DOT] = ACTIONS(4190), + [anon_sym_QMARK_COLON] = ACTIONS(4190), + [anon_sym_AMP_AMP] = ACTIONS(4190), + [anon_sym_PIPE_PIPE] = ACTIONS(4190), + [anon_sym_else] = ACTIONS(4188), + [anon_sym_COLON_COLON] = ACTIONS(4190), + [anon_sym_PLUS_EQ] = ACTIONS(4190), + [anon_sym_DASH_EQ] = ACTIONS(4190), + [anon_sym_STAR_EQ] = ACTIONS(4190), + [anon_sym_SLASH_EQ] = ACTIONS(4190), + [anon_sym_PERCENT_EQ] = ACTIONS(4190), + [anon_sym_BANG_EQ] = ACTIONS(4188), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4190), + [anon_sym_EQ_EQ] = ACTIONS(4188), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4190), + [anon_sym_LT_EQ] = ACTIONS(4190), + [anon_sym_GT_EQ] = ACTIONS(4190), + [anon_sym_BANGin] = ACTIONS(4190), + [anon_sym_is] = ACTIONS(4188), + [anon_sym_BANGis] = ACTIONS(4190), + [anon_sym_PLUS] = ACTIONS(4188), + [anon_sym_DASH] = ACTIONS(4188), + [anon_sym_SLASH] = ACTIONS(4188), + [anon_sym_PERCENT] = ACTIONS(4188), + [anon_sym_as_QMARK] = ACTIONS(4190), + [anon_sym_PLUS_PLUS] = ACTIONS(4190), + [anon_sym_DASH_DASH] = ACTIONS(4190), + [anon_sym_BANG_BANG] = ACTIONS(4190), + [anon_sym_suspend] = ACTIONS(4188), + [anon_sym_sealed] = ACTIONS(4188), + [anon_sym_annotation] = ACTIONS(4188), + [anon_sym_data] = ACTIONS(4188), + [anon_sym_inner] = ACTIONS(4188), + [anon_sym_override] = ACTIONS(4188), + [anon_sym_lateinit] = ACTIONS(4188), + [anon_sym_public] = ACTIONS(4188), + [anon_sym_private] = ACTIONS(4188), + [anon_sym_internal] = ACTIONS(4188), + [anon_sym_protected] = ACTIONS(4188), + [anon_sym_tailrec] = ACTIONS(4188), + [anon_sym_operator] = ACTIONS(4188), + [anon_sym_infix] = ACTIONS(4188), + [anon_sym_inline] = ACTIONS(4188), + [anon_sym_external] = ACTIONS(4188), + [sym_property_modifier] = ACTIONS(4188), + [anon_sym_abstract] = ACTIONS(4188), + [anon_sym_final] = ACTIONS(4188), + [anon_sym_open] = ACTIONS(4188), + [anon_sym_vararg] = ACTIONS(4188), + [anon_sym_noinline] = ACTIONS(4188), + [anon_sym_crossinline] = ACTIONS(4188), + [anon_sym_expect] = ACTIONS(4188), + [anon_sym_actual] = ACTIONS(4188), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4190), + [sym_safe_nav] = ACTIONS(4190), + [sym_multiline_comment] = ACTIONS(3), }, - [3160] = { - [sym__alpha_identifier] = ACTIONS(4843), - [anon_sym_AT] = ACTIONS(4845), - [anon_sym_LBRACK] = ACTIONS(4845), - [anon_sym_RBRACK] = ACTIONS(4845), - [anon_sym_as] = ACTIONS(4843), - [anon_sym_EQ] = ACTIONS(4843), - [anon_sym_LBRACE] = ACTIONS(4845), - [anon_sym_RBRACE] = ACTIONS(4845), - [anon_sym_LPAREN] = ACTIONS(4845), - [anon_sym_COMMA] = ACTIONS(4845), - [anon_sym_RPAREN] = ACTIONS(4845), - [anon_sym_LT] = ACTIONS(4843), - [anon_sym_GT] = ACTIONS(4843), - [anon_sym_where] = ACTIONS(4843), - [anon_sym_DOT] = ACTIONS(4843), - [anon_sym_SEMI] = ACTIONS(4845), - [anon_sym_get] = ACTIONS(4843), - [anon_sym_set] = ACTIONS(4843), - [anon_sym_STAR] = ACTIONS(4843), - [anon_sym_DASH_GT] = ACTIONS(4845), - [sym_label] = ACTIONS(4845), - [anon_sym_in] = ACTIONS(4843), - [anon_sym_while] = ACTIONS(4843), - [anon_sym_DOT_DOT] = ACTIONS(4845), - [anon_sym_QMARK_COLON] = ACTIONS(4845), - [anon_sym_AMP_AMP] = ACTIONS(4845), - [anon_sym_PIPE_PIPE] = ACTIONS(4845), - [anon_sym_else] = ACTIONS(4843), - [anon_sym_COLON_COLON] = ACTIONS(4845), - [anon_sym_PLUS_EQ] = ACTIONS(4845), - [anon_sym_DASH_EQ] = ACTIONS(4845), - [anon_sym_STAR_EQ] = ACTIONS(4845), - [anon_sym_SLASH_EQ] = ACTIONS(4845), - [anon_sym_PERCENT_EQ] = ACTIONS(4845), - [anon_sym_BANG_EQ] = ACTIONS(4843), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4845), - [anon_sym_EQ_EQ] = ACTIONS(4843), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4845), - [anon_sym_LT_EQ] = ACTIONS(4845), - [anon_sym_GT_EQ] = ACTIONS(4845), - [anon_sym_BANGin] = ACTIONS(4845), - [anon_sym_is] = ACTIONS(4843), - [anon_sym_BANGis] = ACTIONS(4845), - [anon_sym_PLUS] = ACTIONS(4843), - [anon_sym_DASH] = ACTIONS(4843), - [anon_sym_SLASH] = ACTIONS(4843), - [anon_sym_PERCENT] = ACTIONS(4843), - [anon_sym_as_QMARK] = ACTIONS(4845), - [anon_sym_PLUS_PLUS] = ACTIONS(4845), - [anon_sym_DASH_DASH] = ACTIONS(4845), - [anon_sym_BANG_BANG] = ACTIONS(4845), - [anon_sym_suspend] = ACTIONS(4843), - [anon_sym_sealed] = ACTIONS(4843), - [anon_sym_annotation] = ACTIONS(4843), - [anon_sym_data] = ACTIONS(4843), - [anon_sym_inner] = ACTIONS(4843), - [anon_sym_override] = ACTIONS(4843), - [anon_sym_lateinit] = ACTIONS(4843), - [anon_sym_public] = ACTIONS(4843), - [anon_sym_private] = ACTIONS(4843), - [anon_sym_internal] = ACTIONS(4843), - [anon_sym_protected] = ACTIONS(4843), - [anon_sym_tailrec] = ACTIONS(4843), - [anon_sym_operator] = ACTIONS(4843), - [anon_sym_infix] = ACTIONS(4843), - [anon_sym_inline] = ACTIONS(4843), - [anon_sym_external] = ACTIONS(4843), - [sym_property_modifier] = ACTIONS(4843), - [anon_sym_abstract] = ACTIONS(4843), - [anon_sym_final] = ACTIONS(4843), - [anon_sym_open] = ACTIONS(4843), - [anon_sym_vararg] = ACTIONS(4843), - [anon_sym_noinline] = ACTIONS(4843), - [anon_sym_crossinline] = ACTIONS(4843), - [anon_sym_expect] = ACTIONS(4843), - [anon_sym_actual] = ACTIONS(4843), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4845), - [sym_safe_nav] = ACTIONS(4845), + [3179] = { + [sym__alpha_identifier] = ACTIONS(4997), + [anon_sym_AT] = ACTIONS(4999), + [anon_sym_LBRACK] = ACTIONS(4999), + [anon_sym_RBRACK] = ACTIONS(4999), + [anon_sym_as] = ACTIONS(4997), + [anon_sym_EQ] = ACTIONS(4997), + [anon_sym_LBRACE] = ACTIONS(4999), + [anon_sym_RBRACE] = ACTIONS(4999), + [anon_sym_LPAREN] = ACTIONS(4999), + [anon_sym_COMMA] = ACTIONS(4999), + [anon_sym_RPAREN] = ACTIONS(4999), + [anon_sym_LT] = ACTIONS(4997), + [anon_sym_GT] = ACTIONS(4997), + [anon_sym_where] = ACTIONS(4997), + [anon_sym_DOT] = ACTIONS(4997), + [anon_sym_SEMI] = ACTIONS(4999), + [anon_sym_get] = ACTIONS(4997), + [anon_sym_set] = ACTIONS(4997), + [anon_sym_STAR] = ACTIONS(4997), + [anon_sym_DASH_GT] = ACTIONS(4999), + [sym_label] = ACTIONS(4999), + [anon_sym_in] = ACTIONS(4997), + [anon_sym_while] = ACTIONS(4997), + [anon_sym_DOT_DOT] = ACTIONS(4999), + [anon_sym_QMARK_COLON] = ACTIONS(4999), + [anon_sym_AMP_AMP] = ACTIONS(4999), + [anon_sym_PIPE_PIPE] = ACTIONS(4999), + [anon_sym_else] = ACTIONS(4997), + [anon_sym_COLON_COLON] = ACTIONS(4999), + [anon_sym_PLUS_EQ] = ACTIONS(4999), + [anon_sym_DASH_EQ] = ACTIONS(4999), + [anon_sym_STAR_EQ] = ACTIONS(4999), + [anon_sym_SLASH_EQ] = ACTIONS(4999), + [anon_sym_PERCENT_EQ] = ACTIONS(4999), + [anon_sym_BANG_EQ] = ACTIONS(4997), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4999), + [anon_sym_EQ_EQ] = ACTIONS(4997), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4999), + [anon_sym_LT_EQ] = ACTIONS(4999), + [anon_sym_GT_EQ] = ACTIONS(4999), + [anon_sym_BANGin] = ACTIONS(4999), + [anon_sym_is] = ACTIONS(4997), + [anon_sym_BANGis] = ACTIONS(4999), + [anon_sym_PLUS] = ACTIONS(4997), + [anon_sym_DASH] = ACTIONS(4997), + [anon_sym_SLASH] = ACTIONS(4997), + [anon_sym_PERCENT] = ACTIONS(4997), + [anon_sym_as_QMARK] = ACTIONS(4999), + [anon_sym_PLUS_PLUS] = ACTIONS(4999), + [anon_sym_DASH_DASH] = ACTIONS(4999), + [anon_sym_BANG_BANG] = ACTIONS(4999), + [anon_sym_suspend] = ACTIONS(4997), + [anon_sym_sealed] = ACTIONS(4997), + [anon_sym_annotation] = ACTIONS(4997), + [anon_sym_data] = ACTIONS(4997), + [anon_sym_inner] = ACTIONS(4997), + [anon_sym_override] = ACTIONS(4997), + [anon_sym_lateinit] = ACTIONS(4997), + [anon_sym_public] = ACTIONS(4997), + [anon_sym_private] = ACTIONS(4997), + [anon_sym_internal] = ACTIONS(4997), + [anon_sym_protected] = ACTIONS(4997), + [anon_sym_tailrec] = ACTIONS(4997), + [anon_sym_operator] = ACTIONS(4997), + [anon_sym_infix] = ACTIONS(4997), + [anon_sym_inline] = ACTIONS(4997), + [anon_sym_external] = ACTIONS(4997), + [sym_property_modifier] = ACTIONS(4997), + [anon_sym_abstract] = ACTIONS(4997), + [anon_sym_final] = ACTIONS(4997), + [anon_sym_open] = ACTIONS(4997), + [anon_sym_vararg] = ACTIONS(4997), + [anon_sym_noinline] = ACTIONS(4997), + [anon_sym_crossinline] = ACTIONS(4997), + [anon_sym_expect] = ACTIONS(4997), + [anon_sym_actual] = ACTIONS(4997), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4999), + [sym_safe_nav] = ACTIONS(4999), [sym_multiline_comment] = ACTIONS(3), }, - [3161] = { - [sym__alpha_identifier] = ACTIONS(4833), - [anon_sym_AT] = ACTIONS(4835), - [anon_sym_LBRACK] = ACTIONS(4835), - [anon_sym_RBRACK] = ACTIONS(4835), - [anon_sym_as] = ACTIONS(4833), - [anon_sym_EQ] = ACTIONS(4833), - [anon_sym_LBRACE] = ACTIONS(4835), - [anon_sym_RBRACE] = ACTIONS(4835), - [anon_sym_LPAREN] = ACTIONS(4835), - [anon_sym_COMMA] = ACTIONS(4835), - [anon_sym_RPAREN] = ACTIONS(4835), - [anon_sym_LT] = ACTIONS(4833), - [anon_sym_GT] = ACTIONS(4833), - [anon_sym_where] = ACTIONS(4833), - [anon_sym_DOT] = ACTIONS(4833), - [anon_sym_SEMI] = ACTIONS(4835), - [anon_sym_get] = ACTIONS(4833), - [anon_sym_set] = ACTIONS(4833), - [anon_sym_STAR] = ACTIONS(4833), - [anon_sym_DASH_GT] = ACTIONS(4835), - [sym_label] = ACTIONS(4835), - [anon_sym_in] = ACTIONS(4833), - [anon_sym_while] = ACTIONS(4833), - [anon_sym_DOT_DOT] = ACTIONS(4835), - [anon_sym_QMARK_COLON] = ACTIONS(4835), - [anon_sym_AMP_AMP] = ACTIONS(4835), - [anon_sym_PIPE_PIPE] = ACTIONS(4835), - [anon_sym_else] = ACTIONS(4833), - [anon_sym_COLON_COLON] = ACTIONS(4835), - [anon_sym_PLUS_EQ] = ACTIONS(4835), - [anon_sym_DASH_EQ] = ACTIONS(4835), - [anon_sym_STAR_EQ] = ACTIONS(4835), - [anon_sym_SLASH_EQ] = ACTIONS(4835), - [anon_sym_PERCENT_EQ] = ACTIONS(4835), - [anon_sym_BANG_EQ] = ACTIONS(4833), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4835), - [anon_sym_EQ_EQ] = ACTIONS(4833), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4835), - [anon_sym_LT_EQ] = ACTIONS(4835), - [anon_sym_GT_EQ] = ACTIONS(4835), - [anon_sym_BANGin] = ACTIONS(4835), - [anon_sym_is] = ACTIONS(4833), - [anon_sym_BANGis] = ACTIONS(4835), - [anon_sym_PLUS] = ACTIONS(4833), - [anon_sym_DASH] = ACTIONS(4833), - [anon_sym_SLASH] = ACTIONS(4833), - [anon_sym_PERCENT] = ACTIONS(4833), - [anon_sym_as_QMARK] = ACTIONS(4835), - [anon_sym_PLUS_PLUS] = ACTIONS(4835), - [anon_sym_DASH_DASH] = ACTIONS(4835), - [anon_sym_BANG_BANG] = ACTIONS(4835), - [anon_sym_suspend] = ACTIONS(4833), - [anon_sym_sealed] = ACTIONS(4833), - [anon_sym_annotation] = ACTIONS(4833), - [anon_sym_data] = ACTIONS(4833), - [anon_sym_inner] = ACTIONS(4833), - [anon_sym_override] = ACTIONS(4833), - [anon_sym_lateinit] = ACTIONS(4833), - [anon_sym_public] = ACTIONS(4833), - [anon_sym_private] = ACTIONS(4833), - [anon_sym_internal] = ACTIONS(4833), - [anon_sym_protected] = ACTIONS(4833), - [anon_sym_tailrec] = ACTIONS(4833), - [anon_sym_operator] = ACTIONS(4833), - [anon_sym_infix] = ACTIONS(4833), - [anon_sym_inline] = ACTIONS(4833), - [anon_sym_external] = ACTIONS(4833), - [sym_property_modifier] = ACTIONS(4833), - [anon_sym_abstract] = ACTIONS(4833), - [anon_sym_final] = ACTIONS(4833), - [anon_sym_open] = ACTIONS(4833), - [anon_sym_vararg] = ACTIONS(4833), - [anon_sym_noinline] = ACTIONS(4833), - [anon_sym_crossinline] = ACTIONS(4833), - [anon_sym_expect] = ACTIONS(4833), - [anon_sym_actual] = ACTIONS(4833), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4835), - [sym_safe_nav] = ACTIONS(4835), + [3180] = { + [sym__alpha_identifier] = ACTIONS(5001), + [anon_sym_AT] = ACTIONS(5003), + [anon_sym_LBRACK] = ACTIONS(5003), + [anon_sym_RBRACK] = ACTIONS(5003), + [anon_sym_as] = ACTIONS(5001), + [anon_sym_EQ] = ACTIONS(5001), + [anon_sym_LBRACE] = ACTIONS(5003), + [anon_sym_RBRACE] = ACTIONS(5003), + [anon_sym_LPAREN] = ACTIONS(5003), + [anon_sym_COMMA] = ACTIONS(5003), + [anon_sym_RPAREN] = ACTIONS(5003), + [anon_sym_LT] = ACTIONS(5001), + [anon_sym_GT] = ACTIONS(5001), + [anon_sym_where] = ACTIONS(5001), + [anon_sym_DOT] = ACTIONS(5001), + [anon_sym_SEMI] = ACTIONS(5003), + [anon_sym_get] = ACTIONS(5001), + [anon_sym_set] = ACTIONS(5001), + [anon_sym_STAR] = ACTIONS(5001), + [anon_sym_DASH_GT] = ACTIONS(5003), + [sym_label] = ACTIONS(5003), + [anon_sym_in] = ACTIONS(5001), + [anon_sym_while] = ACTIONS(5001), + [anon_sym_DOT_DOT] = ACTIONS(5003), + [anon_sym_QMARK_COLON] = ACTIONS(5003), + [anon_sym_AMP_AMP] = ACTIONS(5003), + [anon_sym_PIPE_PIPE] = ACTIONS(5003), + [anon_sym_else] = ACTIONS(5001), + [anon_sym_COLON_COLON] = ACTIONS(5003), + [anon_sym_PLUS_EQ] = ACTIONS(5003), + [anon_sym_DASH_EQ] = ACTIONS(5003), + [anon_sym_STAR_EQ] = ACTIONS(5003), + [anon_sym_SLASH_EQ] = ACTIONS(5003), + [anon_sym_PERCENT_EQ] = ACTIONS(5003), + [anon_sym_BANG_EQ] = ACTIONS(5001), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5003), + [anon_sym_EQ_EQ] = ACTIONS(5001), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5003), + [anon_sym_LT_EQ] = ACTIONS(5003), + [anon_sym_GT_EQ] = ACTIONS(5003), + [anon_sym_BANGin] = ACTIONS(5003), + [anon_sym_is] = ACTIONS(5001), + [anon_sym_BANGis] = ACTIONS(5003), + [anon_sym_PLUS] = ACTIONS(5001), + [anon_sym_DASH] = ACTIONS(5001), + [anon_sym_SLASH] = ACTIONS(5001), + [anon_sym_PERCENT] = ACTIONS(5001), + [anon_sym_as_QMARK] = ACTIONS(5003), + [anon_sym_PLUS_PLUS] = ACTIONS(5003), + [anon_sym_DASH_DASH] = ACTIONS(5003), + [anon_sym_BANG_BANG] = ACTIONS(5003), + [anon_sym_suspend] = ACTIONS(5001), + [anon_sym_sealed] = ACTIONS(5001), + [anon_sym_annotation] = ACTIONS(5001), + [anon_sym_data] = ACTIONS(5001), + [anon_sym_inner] = ACTIONS(5001), + [anon_sym_override] = ACTIONS(5001), + [anon_sym_lateinit] = ACTIONS(5001), + [anon_sym_public] = ACTIONS(5001), + [anon_sym_private] = ACTIONS(5001), + [anon_sym_internal] = ACTIONS(5001), + [anon_sym_protected] = ACTIONS(5001), + [anon_sym_tailrec] = ACTIONS(5001), + [anon_sym_operator] = ACTIONS(5001), + [anon_sym_infix] = ACTIONS(5001), + [anon_sym_inline] = ACTIONS(5001), + [anon_sym_external] = ACTIONS(5001), + [sym_property_modifier] = ACTIONS(5001), + [anon_sym_abstract] = ACTIONS(5001), + [anon_sym_final] = ACTIONS(5001), + [anon_sym_open] = ACTIONS(5001), + [anon_sym_vararg] = ACTIONS(5001), + [anon_sym_noinline] = ACTIONS(5001), + [anon_sym_crossinline] = ACTIONS(5001), + [anon_sym_expect] = ACTIONS(5001), + [anon_sym_actual] = ACTIONS(5001), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5003), + [sym_safe_nav] = ACTIONS(5003), [sym_multiline_comment] = ACTIONS(3), }, - [3162] = { + [3181] = { + [sym__alpha_identifier] = ACTIONS(4231), + [anon_sym_AT] = ACTIONS(4233), + [anon_sym_LBRACK] = ACTIONS(4233), + [anon_sym_RBRACK] = ACTIONS(4233), + [anon_sym_as] = ACTIONS(4231), + [anon_sym_EQ] = ACTIONS(4231), + [anon_sym_LBRACE] = ACTIONS(4233), + [anon_sym_RBRACE] = ACTIONS(4233), + [anon_sym_LPAREN] = ACTIONS(4233), + [anon_sym_COMMA] = ACTIONS(4233), + [anon_sym_RPAREN] = ACTIONS(4233), + [anon_sym_LT] = ACTIONS(4231), + [anon_sym_GT] = ACTIONS(4231), + [anon_sym_where] = ACTIONS(4231), + [anon_sym_DOT] = ACTIONS(4231), + [anon_sym_SEMI] = ACTIONS(4233), + [anon_sym_get] = ACTIONS(4231), + [anon_sym_set] = ACTIONS(4231), + [anon_sym_STAR] = ACTIONS(4231), + [anon_sym_DASH_GT] = ACTIONS(4233), + [sym_label] = ACTIONS(4233), + [anon_sym_in] = ACTIONS(4231), + [anon_sym_while] = ACTIONS(4231), + [anon_sym_DOT_DOT] = ACTIONS(4233), + [anon_sym_QMARK_COLON] = ACTIONS(4233), + [anon_sym_AMP_AMP] = ACTIONS(4233), + [anon_sym_PIPE_PIPE] = ACTIONS(4233), + [anon_sym_else] = ACTIONS(4231), + [anon_sym_COLON_COLON] = ACTIONS(4233), + [anon_sym_PLUS_EQ] = ACTIONS(4233), + [anon_sym_DASH_EQ] = ACTIONS(4233), + [anon_sym_STAR_EQ] = ACTIONS(4233), + [anon_sym_SLASH_EQ] = ACTIONS(4233), + [anon_sym_PERCENT_EQ] = ACTIONS(4233), + [anon_sym_BANG_EQ] = ACTIONS(4231), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4233), + [anon_sym_EQ_EQ] = ACTIONS(4231), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4233), + [anon_sym_LT_EQ] = ACTIONS(4233), + [anon_sym_GT_EQ] = ACTIONS(4233), + [anon_sym_BANGin] = ACTIONS(4233), + [anon_sym_is] = ACTIONS(4231), + [anon_sym_BANGis] = ACTIONS(4233), + [anon_sym_PLUS] = ACTIONS(4231), + [anon_sym_DASH] = ACTIONS(4231), + [anon_sym_SLASH] = ACTIONS(4231), + [anon_sym_PERCENT] = ACTIONS(4231), + [anon_sym_as_QMARK] = ACTIONS(4233), + [anon_sym_PLUS_PLUS] = ACTIONS(4233), + [anon_sym_DASH_DASH] = ACTIONS(4233), + [anon_sym_BANG_BANG] = ACTIONS(4233), + [anon_sym_suspend] = ACTIONS(4231), + [anon_sym_sealed] = ACTIONS(4231), + [anon_sym_annotation] = ACTIONS(4231), + [anon_sym_data] = ACTIONS(4231), + [anon_sym_inner] = ACTIONS(4231), + [anon_sym_override] = ACTIONS(4231), + [anon_sym_lateinit] = ACTIONS(4231), + [anon_sym_public] = ACTIONS(4231), + [anon_sym_private] = ACTIONS(4231), + [anon_sym_internal] = ACTIONS(4231), + [anon_sym_protected] = ACTIONS(4231), + [anon_sym_tailrec] = ACTIONS(4231), + [anon_sym_operator] = ACTIONS(4231), + [anon_sym_infix] = ACTIONS(4231), + [anon_sym_inline] = ACTIONS(4231), + [anon_sym_external] = ACTIONS(4231), + [sym_property_modifier] = ACTIONS(4231), + [anon_sym_abstract] = ACTIONS(4231), + [anon_sym_final] = ACTIONS(4231), + [anon_sym_open] = ACTIONS(4231), + [anon_sym_vararg] = ACTIONS(4231), + [anon_sym_noinline] = ACTIONS(4231), + [anon_sym_crossinline] = ACTIONS(4231), + [anon_sym_expect] = ACTIONS(4231), + [anon_sym_actual] = ACTIONS(4231), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4233), + [sym_safe_nav] = ACTIONS(4233), + [sym_multiline_comment] = ACTIONS(3), + }, + [3182] = { + [sym__alpha_identifier] = ACTIONS(4808), + [anon_sym_AT] = ACTIONS(4810), + [anon_sym_LBRACK] = ACTIONS(4810), + [anon_sym_RBRACK] = ACTIONS(4810), + [anon_sym_as] = ACTIONS(4808), + [anon_sym_EQ] = ACTIONS(4808), + [anon_sym_LBRACE] = ACTIONS(4810), + [anon_sym_RBRACE] = ACTIONS(4810), + [anon_sym_LPAREN] = ACTIONS(4810), + [anon_sym_COMMA] = ACTIONS(4810), + [anon_sym_RPAREN] = ACTIONS(4810), + [anon_sym_LT] = ACTIONS(4808), + [anon_sym_GT] = ACTIONS(4808), + [anon_sym_where] = ACTIONS(4808), + [anon_sym_DOT] = ACTIONS(4808), + [anon_sym_SEMI] = ACTIONS(4810), + [anon_sym_get] = ACTIONS(4808), + [anon_sym_set] = ACTIONS(4808), + [anon_sym_STAR] = ACTIONS(4808), + [anon_sym_DASH_GT] = ACTIONS(4810), + [sym_label] = ACTIONS(4810), + [anon_sym_in] = ACTIONS(4808), + [anon_sym_while] = ACTIONS(4808), + [anon_sym_DOT_DOT] = ACTIONS(4810), + [anon_sym_QMARK_COLON] = ACTIONS(4810), + [anon_sym_AMP_AMP] = ACTIONS(4810), + [anon_sym_PIPE_PIPE] = ACTIONS(4810), + [anon_sym_else] = ACTIONS(4808), + [anon_sym_COLON_COLON] = ACTIONS(4810), + [anon_sym_PLUS_EQ] = ACTIONS(4810), + [anon_sym_DASH_EQ] = ACTIONS(4810), + [anon_sym_STAR_EQ] = ACTIONS(4810), + [anon_sym_SLASH_EQ] = ACTIONS(4810), + [anon_sym_PERCENT_EQ] = ACTIONS(4810), + [anon_sym_BANG_EQ] = ACTIONS(4808), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4810), + [anon_sym_EQ_EQ] = ACTIONS(4808), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4810), + [anon_sym_LT_EQ] = ACTIONS(4810), + [anon_sym_GT_EQ] = ACTIONS(4810), + [anon_sym_BANGin] = ACTIONS(4810), + [anon_sym_is] = ACTIONS(4808), + [anon_sym_BANGis] = ACTIONS(4810), + [anon_sym_PLUS] = ACTIONS(4808), + [anon_sym_DASH] = ACTIONS(4808), + [anon_sym_SLASH] = ACTIONS(4808), + [anon_sym_PERCENT] = ACTIONS(4808), + [anon_sym_as_QMARK] = ACTIONS(4810), + [anon_sym_PLUS_PLUS] = ACTIONS(4810), + [anon_sym_DASH_DASH] = ACTIONS(4810), + [anon_sym_BANG_BANG] = ACTIONS(4810), + [anon_sym_suspend] = ACTIONS(4808), + [anon_sym_sealed] = ACTIONS(4808), + [anon_sym_annotation] = ACTIONS(4808), + [anon_sym_data] = ACTIONS(4808), + [anon_sym_inner] = ACTIONS(4808), + [anon_sym_override] = ACTIONS(4808), + [anon_sym_lateinit] = ACTIONS(4808), + [anon_sym_public] = ACTIONS(4808), + [anon_sym_private] = ACTIONS(4808), + [anon_sym_internal] = ACTIONS(4808), + [anon_sym_protected] = ACTIONS(4808), + [anon_sym_tailrec] = ACTIONS(4808), + [anon_sym_operator] = ACTIONS(4808), + [anon_sym_infix] = ACTIONS(4808), + [anon_sym_inline] = ACTIONS(4808), + [anon_sym_external] = ACTIONS(4808), + [sym_property_modifier] = ACTIONS(4808), + [anon_sym_abstract] = ACTIONS(4808), + [anon_sym_final] = ACTIONS(4808), + [anon_sym_open] = ACTIONS(4808), + [anon_sym_vararg] = ACTIONS(4808), + [anon_sym_noinline] = ACTIONS(4808), + [anon_sym_crossinline] = ACTIONS(4808), + [anon_sym_expect] = ACTIONS(4808), + [anon_sym_actual] = ACTIONS(4808), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4810), + [sym_safe_nav] = ACTIONS(4810), + [sym_multiline_comment] = ACTIONS(3), + }, + [3183] = { + [sym_type_constraints] = STATE(3093), + [sym_enum_class_body] = STATE(3209), + [sym__alpha_identifier] = ACTIONS(4188), + [anon_sym_AT] = ACTIONS(4190), + [anon_sym_COLON] = ACTIONS(6507), + [anon_sym_LBRACK] = ACTIONS(4190), + [anon_sym_as] = ACTIONS(4188), + [anon_sym_EQ] = ACTIONS(4188), + [anon_sym_LBRACE] = ACTIONS(5171), + [anon_sym_RBRACE] = ACTIONS(4190), + [anon_sym_LPAREN] = ACTIONS(4190), + [anon_sym_RPAREN] = ACTIONS(4190), + [anon_sym_LT] = ACTIONS(4188), + [anon_sym_GT] = ACTIONS(4188), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(4188), + [anon_sym_SEMI] = ACTIONS(4190), + [anon_sym_get] = ACTIONS(4188), + [anon_sym_set] = ACTIONS(4188), + [anon_sym_STAR] = ACTIONS(4188), + [sym_label] = ACTIONS(4190), + [anon_sym_in] = ACTIONS(4188), + [anon_sym_while] = ACTIONS(4188), + [anon_sym_DOT_DOT] = ACTIONS(4190), + [anon_sym_QMARK_COLON] = ACTIONS(4190), + [anon_sym_AMP_AMP] = ACTIONS(4190), + [anon_sym_PIPE_PIPE] = ACTIONS(4190), + [anon_sym_else] = ACTIONS(4188), + [anon_sym_COLON_COLON] = ACTIONS(4190), + [anon_sym_PLUS_EQ] = ACTIONS(4190), + [anon_sym_DASH_EQ] = ACTIONS(4190), + [anon_sym_STAR_EQ] = ACTIONS(4190), + [anon_sym_SLASH_EQ] = ACTIONS(4190), + [anon_sym_PERCENT_EQ] = ACTIONS(4190), + [anon_sym_BANG_EQ] = ACTIONS(4188), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4190), + [anon_sym_EQ_EQ] = ACTIONS(4188), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4190), + [anon_sym_LT_EQ] = ACTIONS(4190), + [anon_sym_GT_EQ] = ACTIONS(4190), + [anon_sym_BANGin] = ACTIONS(4190), + [anon_sym_is] = ACTIONS(4188), + [anon_sym_BANGis] = ACTIONS(4190), + [anon_sym_PLUS] = ACTIONS(4188), + [anon_sym_DASH] = ACTIONS(4188), + [anon_sym_SLASH] = ACTIONS(4188), + [anon_sym_PERCENT] = ACTIONS(4188), + [anon_sym_as_QMARK] = ACTIONS(4190), + [anon_sym_PLUS_PLUS] = ACTIONS(4190), + [anon_sym_DASH_DASH] = ACTIONS(4190), + [anon_sym_BANG_BANG] = ACTIONS(4190), + [anon_sym_suspend] = ACTIONS(4188), + [anon_sym_sealed] = ACTIONS(4188), + [anon_sym_annotation] = ACTIONS(4188), + [anon_sym_data] = ACTIONS(4188), + [anon_sym_inner] = ACTIONS(4188), + [anon_sym_override] = ACTIONS(4188), + [anon_sym_lateinit] = ACTIONS(4188), + [anon_sym_public] = ACTIONS(4188), + [anon_sym_private] = ACTIONS(4188), + [anon_sym_internal] = ACTIONS(4188), + [anon_sym_protected] = ACTIONS(4188), + [anon_sym_tailrec] = ACTIONS(4188), + [anon_sym_operator] = ACTIONS(4188), + [anon_sym_infix] = ACTIONS(4188), + [anon_sym_inline] = ACTIONS(4188), + [anon_sym_external] = ACTIONS(4188), + [sym_property_modifier] = ACTIONS(4188), + [anon_sym_abstract] = ACTIONS(4188), + [anon_sym_final] = ACTIONS(4188), + [anon_sym_open] = ACTIONS(4188), + [anon_sym_vararg] = ACTIONS(4188), + [anon_sym_noinline] = ACTIONS(4188), + [anon_sym_crossinline] = ACTIONS(4188), + [anon_sym_expect] = ACTIONS(4188), + [anon_sym_actual] = ACTIONS(4188), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4190), + [sym_safe_nav] = ACTIONS(4190), + [sym_multiline_comment] = ACTIONS(3), + }, + [3184] = { [sym__alpha_identifier] = ACTIONS(1752), [anon_sym_AT] = ACTIONS(1754), [anon_sym_LBRACK] = ACTIONS(1754), - [anon_sym_RBRACK] = ACTIONS(1754), [anon_sym_as] = ACTIONS(1752), [anon_sym_EQ] = ACTIONS(1752), [anon_sym_LBRACE] = ACTIONS(1754), [anon_sym_RBRACE] = ACTIONS(1754), [anon_sym_LPAREN] = ACTIONS(1754), [anon_sym_COMMA] = ACTIONS(1754), - [anon_sym_RPAREN] = ACTIONS(1754), [anon_sym_LT] = ACTIONS(1752), [anon_sym_GT] = ACTIONS(1752), [anon_sym_where] = ACTIONS(1752), + [anon_sym_object] = ACTIONS(1752), + [anon_sym_fun] = ACTIONS(1752), [anon_sym_DOT] = ACTIONS(1752), [anon_sym_SEMI] = ACTIONS(1754), [anon_sym_get] = ACTIONS(1752), [anon_sym_set] = ACTIONS(1752), + [anon_sym_this] = ACTIONS(1752), + [anon_sym_super] = ACTIONS(1752), [anon_sym_STAR] = ACTIONS(1752), - [anon_sym_DASH_GT] = ACTIONS(1754), - [sym_label] = ACTIONS(1754), + [sym_label] = ACTIONS(1752), [anon_sym_in] = ACTIONS(1752), - [anon_sym_while] = ACTIONS(1752), [anon_sym_DOT_DOT] = ACTIONS(1754), [anon_sym_QMARK_COLON] = ACTIONS(1754), [anon_sym_AMP_AMP] = ACTIONS(1754), [anon_sym_PIPE_PIPE] = ACTIONS(1754), + [anon_sym_null] = ACTIONS(1752), + [anon_sym_if] = ACTIONS(1752), [anon_sym_else] = ACTIONS(1752), + [anon_sym_when] = ACTIONS(1752), + [anon_sym_try] = ACTIONS(1752), + [anon_sym_throw] = ACTIONS(1752), + [anon_sym_return] = ACTIONS(1752), + [anon_sym_continue] = ACTIONS(1752), + [anon_sym_break] = ACTIONS(1752), [anon_sym_COLON_COLON] = ACTIONS(1754), [anon_sym_PLUS_EQ] = ACTIONS(1754), [anon_sym_DASH_EQ] = ACTIONS(1754), @@ -355140,320 +357102,386 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1754), [anon_sym_PLUS_PLUS] = ACTIONS(1754), [anon_sym_DASH_DASH] = ACTIONS(1754), + [anon_sym_BANG] = ACTIONS(1752), [anon_sym_BANG_BANG] = ACTIONS(1754), - [anon_sym_suspend] = ACTIONS(1752), - [anon_sym_sealed] = ACTIONS(1752), - [anon_sym_annotation] = ACTIONS(1752), [anon_sym_data] = ACTIONS(1752), [anon_sym_inner] = ACTIONS(1752), - [anon_sym_override] = ACTIONS(1752), - [anon_sym_lateinit] = ACTIONS(1752), - [anon_sym_public] = ACTIONS(1752), - [anon_sym_private] = ACTIONS(1752), - [anon_sym_internal] = ACTIONS(1752), - [anon_sym_protected] = ACTIONS(1752), - [anon_sym_tailrec] = ACTIONS(1752), - [anon_sym_operator] = ACTIONS(1752), - [anon_sym_infix] = ACTIONS(1752), - [anon_sym_inline] = ACTIONS(1752), - [anon_sym_external] = ACTIONS(1752), - [sym_property_modifier] = ACTIONS(1752), - [anon_sym_abstract] = ACTIONS(1752), - [anon_sym_final] = ACTIONS(1752), - [anon_sym_open] = ACTIONS(1752), - [anon_sym_vararg] = ACTIONS(1752), - [anon_sym_noinline] = ACTIONS(1752), - [anon_sym_crossinline] = ACTIONS(1752), [anon_sym_expect] = ACTIONS(1752), [anon_sym_actual] = ACTIONS(1752), [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1754), + [anon_sym_continue_AT] = ACTIONS(1754), + [anon_sym_break_AT] = ACTIONS(1754), + [sym_real_literal] = ACTIONS(1754), + [sym_integer_literal] = ACTIONS(1752), + [sym_hex_literal] = ACTIONS(1754), + [sym_bin_literal] = ACTIONS(1754), + [anon_sym_true] = ACTIONS(1752), + [anon_sym_false] = ACTIONS(1752), + [anon_sym_SQUOTE] = ACTIONS(1754), [sym__backtick_identifier] = ACTIONS(1754), + [sym__automatic_semicolon] = ACTIONS(1754), [sym_safe_nav] = ACTIONS(1754), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1754), }, - [3163] = { - [sym__alpha_identifier] = ACTIONS(5051), - [anon_sym_AT] = ACTIONS(5053), - [anon_sym_LBRACK] = ACTIONS(5053), - [anon_sym_RBRACK] = ACTIONS(5053), - [anon_sym_as] = ACTIONS(5051), - [anon_sym_EQ] = ACTIONS(5051), - [anon_sym_LBRACE] = ACTIONS(5053), - [anon_sym_RBRACE] = ACTIONS(5053), - [anon_sym_LPAREN] = ACTIONS(5053), - [anon_sym_COMMA] = ACTIONS(5053), - [anon_sym_RPAREN] = ACTIONS(5053), - [anon_sym_LT] = ACTIONS(5051), - [anon_sym_GT] = ACTIONS(5051), - [anon_sym_where] = ACTIONS(5051), - [anon_sym_DOT] = ACTIONS(5051), - [anon_sym_SEMI] = ACTIONS(5053), - [anon_sym_get] = ACTIONS(5051), - [anon_sym_set] = ACTIONS(5051), - [anon_sym_STAR] = ACTIONS(5051), - [anon_sym_DASH_GT] = ACTIONS(5053), - [sym_label] = ACTIONS(5053), - [anon_sym_in] = ACTIONS(5051), - [anon_sym_while] = ACTIONS(5051), - [anon_sym_DOT_DOT] = ACTIONS(5053), - [anon_sym_QMARK_COLON] = ACTIONS(5053), - [anon_sym_AMP_AMP] = ACTIONS(5053), - [anon_sym_PIPE_PIPE] = ACTIONS(5053), - [anon_sym_else] = ACTIONS(5051), - [anon_sym_COLON_COLON] = ACTIONS(5053), - [anon_sym_PLUS_EQ] = ACTIONS(5053), - [anon_sym_DASH_EQ] = ACTIONS(5053), - [anon_sym_STAR_EQ] = ACTIONS(5053), - [anon_sym_SLASH_EQ] = ACTIONS(5053), - [anon_sym_PERCENT_EQ] = ACTIONS(5053), - [anon_sym_BANG_EQ] = ACTIONS(5051), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5053), - [anon_sym_EQ_EQ] = ACTIONS(5051), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5053), - [anon_sym_LT_EQ] = ACTIONS(5053), - [anon_sym_GT_EQ] = ACTIONS(5053), - [anon_sym_BANGin] = ACTIONS(5053), - [anon_sym_is] = ACTIONS(5051), - [anon_sym_BANGis] = ACTIONS(5053), - [anon_sym_PLUS] = ACTIONS(5051), - [anon_sym_DASH] = ACTIONS(5051), - [anon_sym_SLASH] = ACTIONS(5051), - [anon_sym_PERCENT] = ACTIONS(5051), - [anon_sym_as_QMARK] = ACTIONS(5053), - [anon_sym_PLUS_PLUS] = ACTIONS(5053), - [anon_sym_DASH_DASH] = ACTIONS(5053), - [anon_sym_BANG_BANG] = ACTIONS(5053), - [anon_sym_suspend] = ACTIONS(5051), - [anon_sym_sealed] = ACTIONS(5051), - [anon_sym_annotation] = ACTIONS(5051), - [anon_sym_data] = ACTIONS(5051), - [anon_sym_inner] = ACTIONS(5051), - [anon_sym_override] = ACTIONS(5051), - [anon_sym_lateinit] = ACTIONS(5051), - [anon_sym_public] = ACTIONS(5051), - [anon_sym_private] = ACTIONS(5051), - [anon_sym_internal] = ACTIONS(5051), - [anon_sym_protected] = ACTIONS(5051), - [anon_sym_tailrec] = ACTIONS(5051), - [anon_sym_operator] = ACTIONS(5051), - [anon_sym_infix] = ACTIONS(5051), - [anon_sym_inline] = ACTIONS(5051), - [anon_sym_external] = ACTIONS(5051), - [sym_property_modifier] = ACTIONS(5051), - [anon_sym_abstract] = ACTIONS(5051), - [anon_sym_final] = ACTIONS(5051), - [anon_sym_open] = ACTIONS(5051), - [anon_sym_vararg] = ACTIONS(5051), - [anon_sym_noinline] = ACTIONS(5051), - [anon_sym_crossinline] = ACTIONS(5051), - [anon_sym_expect] = ACTIONS(5051), - [anon_sym_actual] = ACTIONS(5051), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5053), - [sym_safe_nav] = ACTIONS(5053), + [3185] = { + [sym__alpha_identifier] = ACTIONS(4281), + [anon_sym_AT] = ACTIONS(4283), + [anon_sym_LBRACK] = ACTIONS(4283), + [anon_sym_as] = ACTIONS(4281), + [anon_sym_EQ] = ACTIONS(4281), + [anon_sym_LBRACE] = ACTIONS(4283), + [anon_sym_RBRACE] = ACTIONS(4283), + [anon_sym_LPAREN] = ACTIONS(4283), + [anon_sym_COMMA] = ACTIONS(4283), + [anon_sym_LT] = ACTIONS(4281), + [anon_sym_GT] = ACTIONS(4281), + [anon_sym_where] = ACTIONS(4281), + [anon_sym_object] = ACTIONS(4281), + [anon_sym_fun] = ACTIONS(4281), + [anon_sym_DOT] = ACTIONS(4281), + [anon_sym_SEMI] = ACTIONS(4283), + [anon_sym_get] = ACTIONS(4281), + [anon_sym_set] = ACTIONS(4281), + [anon_sym_this] = ACTIONS(4281), + [anon_sym_super] = ACTIONS(4281), + [anon_sym_STAR] = ACTIONS(4281), + [sym_label] = ACTIONS(4281), + [anon_sym_in] = ACTIONS(4281), + [anon_sym_DOT_DOT] = ACTIONS(4283), + [anon_sym_QMARK_COLON] = ACTIONS(4283), + [anon_sym_AMP_AMP] = ACTIONS(4283), + [anon_sym_PIPE_PIPE] = ACTIONS(4283), + [anon_sym_null] = ACTIONS(4281), + [anon_sym_if] = ACTIONS(4281), + [anon_sym_else] = ACTIONS(4281), + [anon_sym_when] = ACTIONS(4281), + [anon_sym_try] = ACTIONS(4281), + [anon_sym_throw] = ACTIONS(4281), + [anon_sym_return] = ACTIONS(4281), + [anon_sym_continue] = ACTIONS(4281), + [anon_sym_break] = ACTIONS(4281), + [anon_sym_COLON_COLON] = ACTIONS(4283), + [anon_sym_PLUS_EQ] = ACTIONS(4283), + [anon_sym_DASH_EQ] = ACTIONS(4283), + [anon_sym_STAR_EQ] = ACTIONS(4283), + [anon_sym_SLASH_EQ] = ACTIONS(4283), + [anon_sym_PERCENT_EQ] = ACTIONS(4283), + [anon_sym_BANG_EQ] = ACTIONS(4281), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4283), + [anon_sym_EQ_EQ] = ACTIONS(4281), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4283), + [anon_sym_LT_EQ] = ACTIONS(4283), + [anon_sym_GT_EQ] = ACTIONS(4283), + [anon_sym_BANGin] = ACTIONS(4283), + [anon_sym_is] = ACTIONS(4281), + [anon_sym_BANGis] = ACTIONS(4283), + [anon_sym_PLUS] = ACTIONS(4281), + [anon_sym_DASH] = ACTIONS(4281), + [anon_sym_SLASH] = ACTIONS(4281), + [anon_sym_PERCENT] = ACTIONS(4281), + [anon_sym_as_QMARK] = ACTIONS(4283), + [anon_sym_PLUS_PLUS] = ACTIONS(4283), + [anon_sym_DASH_DASH] = ACTIONS(4283), + [anon_sym_BANG] = ACTIONS(4281), + [anon_sym_BANG_BANG] = ACTIONS(4283), + [anon_sym_data] = ACTIONS(4281), + [anon_sym_inner] = ACTIONS(4281), + [anon_sym_expect] = ACTIONS(4281), + [anon_sym_actual] = ACTIONS(4281), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4283), + [anon_sym_continue_AT] = ACTIONS(4283), + [anon_sym_break_AT] = ACTIONS(4283), + [sym_real_literal] = ACTIONS(4283), + [sym_integer_literal] = ACTIONS(4281), + [sym_hex_literal] = ACTIONS(4283), + [sym_bin_literal] = ACTIONS(4283), + [anon_sym_true] = ACTIONS(4281), + [anon_sym_false] = ACTIONS(4281), + [anon_sym_SQUOTE] = ACTIONS(4283), + [sym__backtick_identifier] = ACTIONS(4283), + [sym__automatic_semicolon] = ACTIONS(4283), + [sym_safe_nav] = ACTIONS(4283), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4283), + }, + [3186] = { + [sym__alpha_identifier] = ACTIONS(4832), + [anon_sym_AT] = ACTIONS(4834), + [anon_sym_LBRACK] = ACTIONS(4834), + [anon_sym_RBRACK] = ACTIONS(4834), + [anon_sym_as] = ACTIONS(4832), + [anon_sym_EQ] = ACTIONS(4832), + [anon_sym_LBRACE] = ACTIONS(4834), + [anon_sym_RBRACE] = ACTIONS(4834), + [anon_sym_LPAREN] = ACTIONS(4834), + [anon_sym_COMMA] = ACTIONS(4834), + [anon_sym_RPAREN] = ACTIONS(4834), + [anon_sym_LT] = ACTIONS(4832), + [anon_sym_GT] = ACTIONS(4832), + [anon_sym_where] = ACTIONS(4832), + [anon_sym_DOT] = ACTIONS(4832), + [anon_sym_SEMI] = ACTIONS(4834), + [anon_sym_get] = ACTIONS(4832), + [anon_sym_set] = ACTIONS(4832), + [anon_sym_STAR] = ACTIONS(4832), + [anon_sym_DASH_GT] = ACTIONS(4834), + [sym_label] = ACTIONS(4834), + [anon_sym_in] = ACTIONS(4832), + [anon_sym_while] = ACTIONS(4832), + [anon_sym_DOT_DOT] = ACTIONS(4834), + [anon_sym_QMARK_COLON] = ACTIONS(4834), + [anon_sym_AMP_AMP] = ACTIONS(4834), + [anon_sym_PIPE_PIPE] = ACTIONS(4834), + [anon_sym_else] = ACTIONS(4832), + [anon_sym_COLON_COLON] = ACTIONS(4834), + [anon_sym_PLUS_EQ] = ACTIONS(4834), + [anon_sym_DASH_EQ] = ACTIONS(4834), + [anon_sym_STAR_EQ] = ACTIONS(4834), + [anon_sym_SLASH_EQ] = ACTIONS(4834), + [anon_sym_PERCENT_EQ] = ACTIONS(4834), + [anon_sym_BANG_EQ] = ACTIONS(4832), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4834), + [anon_sym_EQ_EQ] = ACTIONS(4832), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4834), + [anon_sym_LT_EQ] = ACTIONS(4834), + [anon_sym_GT_EQ] = ACTIONS(4834), + [anon_sym_BANGin] = ACTIONS(4834), + [anon_sym_is] = ACTIONS(4832), + [anon_sym_BANGis] = ACTIONS(4834), + [anon_sym_PLUS] = ACTIONS(4832), + [anon_sym_DASH] = ACTIONS(4832), + [anon_sym_SLASH] = ACTIONS(4832), + [anon_sym_PERCENT] = ACTIONS(4832), + [anon_sym_as_QMARK] = ACTIONS(4834), + [anon_sym_PLUS_PLUS] = ACTIONS(4834), + [anon_sym_DASH_DASH] = ACTIONS(4834), + [anon_sym_BANG_BANG] = ACTIONS(4834), + [anon_sym_suspend] = ACTIONS(4832), + [anon_sym_sealed] = ACTIONS(4832), + [anon_sym_annotation] = ACTIONS(4832), + [anon_sym_data] = ACTIONS(4832), + [anon_sym_inner] = ACTIONS(4832), + [anon_sym_override] = ACTIONS(4832), + [anon_sym_lateinit] = ACTIONS(4832), + [anon_sym_public] = ACTIONS(4832), + [anon_sym_private] = ACTIONS(4832), + [anon_sym_internal] = ACTIONS(4832), + [anon_sym_protected] = ACTIONS(4832), + [anon_sym_tailrec] = ACTIONS(4832), + [anon_sym_operator] = ACTIONS(4832), + [anon_sym_infix] = ACTIONS(4832), + [anon_sym_inline] = ACTIONS(4832), + [anon_sym_external] = ACTIONS(4832), + [sym_property_modifier] = ACTIONS(4832), + [anon_sym_abstract] = ACTIONS(4832), + [anon_sym_final] = ACTIONS(4832), + [anon_sym_open] = ACTIONS(4832), + [anon_sym_vararg] = ACTIONS(4832), + [anon_sym_noinline] = ACTIONS(4832), + [anon_sym_crossinline] = ACTIONS(4832), + [anon_sym_expect] = ACTIONS(4832), + [anon_sym_actual] = ACTIONS(4832), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4834), + [sym_safe_nav] = ACTIONS(4834), [sym_multiline_comment] = ACTIONS(3), }, - [3164] = { - [aux_sym_user_type_repeat1] = STATE(3461), - [sym__alpha_identifier] = ACTIONS(4269), - [anon_sym_AT] = ACTIONS(4271), - [anon_sym_LBRACK] = ACTIONS(4271), - [anon_sym_as] = ACTIONS(4269), - [anon_sym_EQ] = ACTIONS(4269), - [anon_sym_LBRACE] = ACTIONS(4271), - [anon_sym_RBRACE] = ACTIONS(4271), - [anon_sym_LPAREN] = ACTIONS(4271), - [anon_sym_COMMA] = ACTIONS(4271), - [anon_sym_by] = ACTIONS(4269), - [anon_sym_LT] = ACTIONS(4269), - [anon_sym_GT] = ACTIONS(4269), - [anon_sym_where] = ACTIONS(4269), - [anon_sym_DOT] = ACTIONS(6491), - [anon_sym_SEMI] = ACTIONS(4271), - [anon_sym_get] = ACTIONS(4269), - [anon_sym_set] = ACTIONS(4269), - [sym__quest] = ACTIONS(4269), - [anon_sym_STAR] = ACTIONS(4269), - [sym_label] = ACTIONS(4271), - [anon_sym_in] = ACTIONS(4269), - [anon_sym_DOT_DOT] = ACTIONS(4271), - [anon_sym_QMARK_COLON] = ACTIONS(4271), - [anon_sym_AMP_AMP] = ACTIONS(4271), - [anon_sym_PIPE_PIPE] = ACTIONS(4271), - [anon_sym_else] = ACTIONS(4269), - [anon_sym_COLON_COLON] = ACTIONS(4271), - [anon_sym_PLUS_EQ] = ACTIONS(4271), - [anon_sym_DASH_EQ] = ACTIONS(4271), - [anon_sym_STAR_EQ] = ACTIONS(4271), - [anon_sym_SLASH_EQ] = ACTIONS(4271), - [anon_sym_PERCENT_EQ] = ACTIONS(4271), - [anon_sym_BANG_EQ] = ACTIONS(4269), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4271), - [anon_sym_EQ_EQ] = ACTIONS(4269), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4271), - [anon_sym_LT_EQ] = ACTIONS(4271), - [anon_sym_GT_EQ] = ACTIONS(4271), - [anon_sym_BANGin] = ACTIONS(4271), - [anon_sym_is] = ACTIONS(4269), - [anon_sym_BANGis] = ACTIONS(4271), - [anon_sym_PLUS] = ACTIONS(4269), - [anon_sym_DASH] = ACTIONS(4269), - [anon_sym_SLASH] = ACTIONS(4269), - [anon_sym_PERCENT] = ACTIONS(4269), - [anon_sym_as_QMARK] = ACTIONS(4271), - [anon_sym_PLUS_PLUS] = ACTIONS(4271), - [anon_sym_DASH_DASH] = ACTIONS(4271), - [anon_sym_BANG_BANG] = ACTIONS(4271), - [anon_sym_suspend] = ACTIONS(4269), - [anon_sym_sealed] = ACTIONS(4269), - [anon_sym_annotation] = ACTIONS(4269), - [anon_sym_data] = ACTIONS(4269), - [anon_sym_inner] = ACTIONS(4269), - [anon_sym_override] = ACTIONS(4269), - [anon_sym_lateinit] = ACTIONS(4269), - [anon_sym_public] = ACTIONS(4269), - [anon_sym_private] = ACTIONS(4269), - [anon_sym_internal] = ACTIONS(4269), - [anon_sym_protected] = ACTIONS(4269), - [anon_sym_tailrec] = ACTIONS(4269), - [anon_sym_operator] = ACTIONS(4269), - [anon_sym_infix] = ACTIONS(4269), - [anon_sym_inline] = ACTIONS(4269), - [anon_sym_external] = ACTIONS(4269), - [sym_property_modifier] = ACTIONS(4269), - [anon_sym_abstract] = ACTIONS(4269), - [anon_sym_final] = ACTIONS(4269), - [anon_sym_open] = ACTIONS(4269), - [anon_sym_vararg] = ACTIONS(4269), - [anon_sym_noinline] = ACTIONS(4269), - [anon_sym_crossinline] = ACTIONS(4269), - [anon_sym_expect] = ACTIONS(4269), - [anon_sym_actual] = ACTIONS(4269), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4271), - [sym__automatic_semicolon] = ACTIONS(4271), - [sym_safe_nav] = ACTIONS(4271), + [3187] = { + [sym__alpha_identifier] = ACTIONS(4893), + [anon_sym_AT] = ACTIONS(4895), + [anon_sym_LBRACK] = ACTIONS(4895), + [anon_sym_RBRACK] = ACTIONS(4895), + [anon_sym_as] = ACTIONS(4893), + [anon_sym_EQ] = ACTIONS(4893), + [anon_sym_LBRACE] = ACTIONS(4895), + [anon_sym_RBRACE] = ACTIONS(4895), + [anon_sym_LPAREN] = ACTIONS(4895), + [anon_sym_COMMA] = ACTIONS(4895), + [anon_sym_RPAREN] = ACTIONS(4895), + [anon_sym_LT] = ACTIONS(4893), + [anon_sym_GT] = ACTIONS(4893), + [anon_sym_where] = ACTIONS(4893), + [anon_sym_DOT] = ACTIONS(4893), + [anon_sym_SEMI] = ACTIONS(4895), + [anon_sym_get] = ACTIONS(4893), + [anon_sym_set] = ACTIONS(4893), + [anon_sym_STAR] = ACTIONS(4893), + [anon_sym_DASH_GT] = ACTIONS(4895), + [sym_label] = ACTIONS(4895), + [anon_sym_in] = ACTIONS(4893), + [anon_sym_while] = ACTIONS(4893), + [anon_sym_DOT_DOT] = ACTIONS(4895), + [anon_sym_QMARK_COLON] = ACTIONS(4895), + [anon_sym_AMP_AMP] = ACTIONS(4895), + [anon_sym_PIPE_PIPE] = ACTIONS(4895), + [anon_sym_else] = ACTIONS(4893), + [anon_sym_COLON_COLON] = ACTIONS(4895), + [anon_sym_PLUS_EQ] = ACTIONS(4895), + [anon_sym_DASH_EQ] = ACTIONS(4895), + [anon_sym_STAR_EQ] = ACTIONS(4895), + [anon_sym_SLASH_EQ] = ACTIONS(4895), + [anon_sym_PERCENT_EQ] = ACTIONS(4895), + [anon_sym_BANG_EQ] = ACTIONS(4893), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4895), + [anon_sym_EQ_EQ] = ACTIONS(4893), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4895), + [anon_sym_LT_EQ] = ACTIONS(4895), + [anon_sym_GT_EQ] = ACTIONS(4895), + [anon_sym_BANGin] = ACTIONS(4895), + [anon_sym_is] = ACTIONS(4893), + [anon_sym_BANGis] = ACTIONS(4895), + [anon_sym_PLUS] = ACTIONS(4893), + [anon_sym_DASH] = ACTIONS(4893), + [anon_sym_SLASH] = ACTIONS(4893), + [anon_sym_PERCENT] = ACTIONS(4893), + [anon_sym_as_QMARK] = ACTIONS(4895), + [anon_sym_PLUS_PLUS] = ACTIONS(4895), + [anon_sym_DASH_DASH] = ACTIONS(4895), + [anon_sym_BANG_BANG] = ACTIONS(4895), + [anon_sym_suspend] = ACTIONS(4893), + [anon_sym_sealed] = ACTIONS(4893), + [anon_sym_annotation] = ACTIONS(4893), + [anon_sym_data] = ACTIONS(4893), + [anon_sym_inner] = ACTIONS(4893), + [anon_sym_override] = ACTIONS(4893), + [anon_sym_lateinit] = ACTIONS(4893), + [anon_sym_public] = ACTIONS(4893), + [anon_sym_private] = ACTIONS(4893), + [anon_sym_internal] = ACTIONS(4893), + [anon_sym_protected] = ACTIONS(4893), + [anon_sym_tailrec] = ACTIONS(4893), + [anon_sym_operator] = ACTIONS(4893), + [anon_sym_infix] = ACTIONS(4893), + [anon_sym_inline] = ACTIONS(4893), + [anon_sym_external] = ACTIONS(4893), + [sym_property_modifier] = ACTIONS(4893), + [anon_sym_abstract] = ACTIONS(4893), + [anon_sym_final] = ACTIONS(4893), + [anon_sym_open] = ACTIONS(4893), + [anon_sym_vararg] = ACTIONS(4893), + [anon_sym_noinline] = ACTIONS(4893), + [anon_sym_crossinline] = ACTIONS(4893), + [anon_sym_expect] = ACTIONS(4893), + [anon_sym_actual] = ACTIONS(4893), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4895), + [sym_safe_nav] = ACTIONS(4895), [sym_multiline_comment] = ACTIONS(3), }, - [3165] = { - [sym__alpha_identifier] = ACTIONS(4213), - [anon_sym_AT] = ACTIONS(4215), - [anon_sym_LBRACK] = ACTIONS(4215), - [anon_sym_RBRACK] = ACTIONS(4215), - [anon_sym_as] = ACTIONS(4213), - [anon_sym_EQ] = ACTIONS(4213), - [anon_sym_LBRACE] = ACTIONS(4215), - [anon_sym_RBRACE] = ACTIONS(4215), - [anon_sym_LPAREN] = ACTIONS(4215), - [anon_sym_COMMA] = ACTIONS(4215), - [anon_sym_RPAREN] = ACTIONS(4215), - [anon_sym_LT] = ACTIONS(4213), - [anon_sym_GT] = ACTIONS(4213), - [anon_sym_where] = ACTIONS(4213), - [anon_sym_DOT] = ACTIONS(4213), - [anon_sym_SEMI] = ACTIONS(4215), - [anon_sym_get] = ACTIONS(4213), - [anon_sym_set] = ACTIONS(4213), - [anon_sym_STAR] = ACTIONS(4213), - [anon_sym_DASH_GT] = ACTIONS(4215), - [sym_label] = ACTIONS(4215), - [anon_sym_in] = ACTIONS(4213), - [anon_sym_while] = ACTIONS(4213), - [anon_sym_DOT_DOT] = ACTIONS(4215), - [anon_sym_QMARK_COLON] = ACTIONS(4215), - [anon_sym_AMP_AMP] = ACTIONS(4215), - [anon_sym_PIPE_PIPE] = ACTIONS(4215), - [anon_sym_else] = ACTIONS(4213), - [anon_sym_COLON_COLON] = ACTIONS(4215), - [anon_sym_PLUS_EQ] = ACTIONS(4215), - [anon_sym_DASH_EQ] = ACTIONS(4215), - [anon_sym_STAR_EQ] = ACTIONS(4215), - [anon_sym_SLASH_EQ] = ACTIONS(4215), - [anon_sym_PERCENT_EQ] = ACTIONS(4215), - [anon_sym_BANG_EQ] = ACTIONS(4213), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4215), - [anon_sym_EQ_EQ] = ACTIONS(4213), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4215), - [anon_sym_LT_EQ] = ACTIONS(4215), - [anon_sym_GT_EQ] = ACTIONS(4215), - [anon_sym_BANGin] = ACTIONS(4215), - [anon_sym_is] = ACTIONS(4213), - [anon_sym_BANGis] = ACTIONS(4215), - [anon_sym_PLUS] = ACTIONS(4213), - [anon_sym_DASH] = ACTIONS(4213), - [anon_sym_SLASH] = ACTIONS(4213), - [anon_sym_PERCENT] = ACTIONS(4213), - [anon_sym_as_QMARK] = ACTIONS(4215), - [anon_sym_PLUS_PLUS] = ACTIONS(4215), - [anon_sym_DASH_DASH] = ACTIONS(4215), - [anon_sym_BANG_BANG] = ACTIONS(4215), - [anon_sym_suspend] = ACTIONS(4213), - [anon_sym_sealed] = ACTIONS(4213), - [anon_sym_annotation] = ACTIONS(4213), - [anon_sym_data] = ACTIONS(4213), - [anon_sym_inner] = ACTIONS(4213), - [anon_sym_override] = ACTIONS(4213), - [anon_sym_lateinit] = ACTIONS(4213), - [anon_sym_public] = ACTIONS(4213), - [anon_sym_private] = ACTIONS(4213), - [anon_sym_internal] = ACTIONS(4213), - [anon_sym_protected] = ACTIONS(4213), - [anon_sym_tailrec] = ACTIONS(4213), - [anon_sym_operator] = ACTIONS(4213), - [anon_sym_infix] = ACTIONS(4213), - [anon_sym_inline] = ACTIONS(4213), - [anon_sym_external] = ACTIONS(4213), - [sym_property_modifier] = ACTIONS(4213), - [anon_sym_abstract] = ACTIONS(4213), - [anon_sym_final] = ACTIONS(4213), - [anon_sym_open] = ACTIONS(4213), - [anon_sym_vararg] = ACTIONS(4213), - [anon_sym_noinline] = ACTIONS(4213), - [anon_sym_crossinline] = ACTIONS(4213), - [anon_sym_expect] = ACTIONS(4213), - [anon_sym_actual] = ACTIONS(4213), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4215), - [sym_safe_nav] = ACTIONS(4215), + [3188] = { + [aux_sym_user_type_repeat1] = STATE(3422), + [sym__alpha_identifier] = ACTIONS(4222), + [anon_sym_AT] = ACTIONS(4224), + [anon_sym_LBRACK] = ACTIONS(4224), + [anon_sym_as] = ACTIONS(4222), + [anon_sym_EQ] = ACTIONS(4222), + [anon_sym_LBRACE] = ACTIONS(4224), + [anon_sym_RBRACE] = ACTIONS(4224), + [anon_sym_LPAREN] = ACTIONS(4224), + [anon_sym_COMMA] = ACTIONS(4224), + [anon_sym_by] = ACTIONS(4222), + [anon_sym_LT] = ACTIONS(4222), + [anon_sym_GT] = ACTIONS(4222), + [anon_sym_where] = ACTIONS(4222), + [anon_sym_DOT] = ACTIONS(6509), + [anon_sym_SEMI] = ACTIONS(4224), + [anon_sym_get] = ACTIONS(4222), + [anon_sym_set] = ACTIONS(4222), + [sym__quest] = ACTIONS(4222), + [anon_sym_STAR] = ACTIONS(4222), + [sym_label] = ACTIONS(4224), + [anon_sym_in] = ACTIONS(4222), + [anon_sym_DOT_DOT] = ACTIONS(4224), + [anon_sym_QMARK_COLON] = ACTIONS(4224), + [anon_sym_AMP_AMP] = ACTIONS(4224), + [anon_sym_PIPE_PIPE] = ACTIONS(4224), + [anon_sym_else] = ACTIONS(4222), + [anon_sym_COLON_COLON] = ACTIONS(4224), + [anon_sym_PLUS_EQ] = ACTIONS(4224), + [anon_sym_DASH_EQ] = ACTIONS(4224), + [anon_sym_STAR_EQ] = ACTIONS(4224), + [anon_sym_SLASH_EQ] = ACTIONS(4224), + [anon_sym_PERCENT_EQ] = ACTIONS(4224), + [anon_sym_BANG_EQ] = ACTIONS(4222), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4224), + [anon_sym_EQ_EQ] = ACTIONS(4222), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4224), + [anon_sym_LT_EQ] = ACTIONS(4224), + [anon_sym_GT_EQ] = ACTIONS(4224), + [anon_sym_BANGin] = ACTIONS(4224), + [anon_sym_is] = ACTIONS(4222), + [anon_sym_BANGis] = ACTIONS(4224), + [anon_sym_PLUS] = ACTIONS(4222), + [anon_sym_DASH] = ACTIONS(4222), + [anon_sym_SLASH] = ACTIONS(4222), + [anon_sym_PERCENT] = ACTIONS(4222), + [anon_sym_as_QMARK] = ACTIONS(4224), + [anon_sym_PLUS_PLUS] = ACTIONS(4224), + [anon_sym_DASH_DASH] = ACTIONS(4224), + [anon_sym_BANG_BANG] = ACTIONS(4224), + [anon_sym_suspend] = ACTIONS(4222), + [anon_sym_sealed] = ACTIONS(4222), + [anon_sym_annotation] = ACTIONS(4222), + [anon_sym_data] = ACTIONS(4222), + [anon_sym_inner] = ACTIONS(4222), + [anon_sym_override] = ACTIONS(4222), + [anon_sym_lateinit] = ACTIONS(4222), + [anon_sym_public] = ACTIONS(4222), + [anon_sym_private] = ACTIONS(4222), + [anon_sym_internal] = ACTIONS(4222), + [anon_sym_protected] = ACTIONS(4222), + [anon_sym_tailrec] = ACTIONS(4222), + [anon_sym_operator] = ACTIONS(4222), + [anon_sym_infix] = ACTIONS(4222), + [anon_sym_inline] = ACTIONS(4222), + [anon_sym_external] = ACTIONS(4222), + [sym_property_modifier] = ACTIONS(4222), + [anon_sym_abstract] = ACTIONS(4222), + [anon_sym_final] = ACTIONS(4222), + [anon_sym_open] = ACTIONS(4222), + [anon_sym_vararg] = ACTIONS(4222), + [anon_sym_noinline] = ACTIONS(4222), + [anon_sym_crossinline] = ACTIONS(4222), + [anon_sym_expect] = ACTIONS(4222), + [anon_sym_actual] = ACTIONS(4222), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4224), + [sym__automatic_semicolon] = ACTIONS(4224), + [sym_safe_nav] = ACTIONS(4224), [sym_multiline_comment] = ACTIONS(3), }, - [3166] = { + [3189] = { [sym__alpha_identifier] = ACTIONS(1770), [anon_sym_AT] = ACTIONS(1772), [anon_sym_LBRACK] = ACTIONS(1772), + [anon_sym_RBRACK] = ACTIONS(1772), [anon_sym_as] = ACTIONS(1770), [anon_sym_EQ] = ACTIONS(1770), [anon_sym_LBRACE] = ACTIONS(1772), [anon_sym_RBRACE] = ACTIONS(1772), [anon_sym_LPAREN] = ACTIONS(1772), [anon_sym_COMMA] = ACTIONS(1772), + [anon_sym_RPAREN] = ACTIONS(1772), [anon_sym_LT] = ACTIONS(1770), [anon_sym_GT] = ACTIONS(1770), [anon_sym_where] = ACTIONS(1770), - [anon_sym_object] = ACTIONS(1770), - [anon_sym_fun] = ACTIONS(1770), [anon_sym_DOT] = ACTIONS(1770), [anon_sym_SEMI] = ACTIONS(1772), [anon_sym_get] = ACTIONS(1770), [anon_sym_set] = ACTIONS(1770), - [anon_sym_this] = ACTIONS(1770), - [anon_sym_super] = ACTIONS(1770), [anon_sym_STAR] = ACTIONS(1770), - [sym_label] = ACTIONS(1770), + [anon_sym_DASH_GT] = ACTIONS(1772), + [sym_label] = ACTIONS(1772), [anon_sym_in] = ACTIONS(1770), + [anon_sym_while] = ACTIONS(1770), [anon_sym_DOT_DOT] = ACTIONS(1772), [anon_sym_QMARK_COLON] = ACTIONS(1772), [anon_sym_AMP_AMP] = ACTIONS(1772), [anon_sym_PIPE_PIPE] = ACTIONS(1772), - [anon_sym_null] = ACTIONS(1770), - [anon_sym_if] = ACTIONS(1770), [anon_sym_else] = ACTIONS(1770), - [anon_sym_when] = ACTIONS(1770), - [anon_sym_try] = ACTIONS(1770), - [anon_sym_throw] = ACTIONS(1770), - [anon_sym_return] = ACTIONS(1770), - [anon_sym_continue] = ACTIONS(1770), - [anon_sym_break] = ACTIONS(1770), [anon_sym_COLON_COLON] = ACTIONS(1772), [anon_sym_PLUS_EQ] = ACTIONS(1772), [anon_sym_DASH_EQ] = ACTIONS(1772), @@ -355476,1788 +357504,66 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1772), [anon_sym_PLUS_PLUS] = ACTIONS(1772), [anon_sym_DASH_DASH] = ACTIONS(1772), - [anon_sym_BANG] = ACTIONS(1770), [anon_sym_BANG_BANG] = ACTIONS(1772), + [anon_sym_suspend] = ACTIONS(1770), + [anon_sym_sealed] = ACTIONS(1770), + [anon_sym_annotation] = ACTIONS(1770), [anon_sym_data] = ACTIONS(1770), [anon_sym_inner] = ACTIONS(1770), + [anon_sym_override] = ACTIONS(1770), + [anon_sym_lateinit] = ACTIONS(1770), + [anon_sym_public] = ACTIONS(1770), + [anon_sym_private] = ACTIONS(1770), + [anon_sym_internal] = ACTIONS(1770), + [anon_sym_protected] = ACTIONS(1770), + [anon_sym_tailrec] = ACTIONS(1770), + [anon_sym_operator] = ACTIONS(1770), + [anon_sym_infix] = ACTIONS(1770), + [anon_sym_inline] = ACTIONS(1770), + [anon_sym_external] = ACTIONS(1770), + [sym_property_modifier] = ACTIONS(1770), + [anon_sym_abstract] = ACTIONS(1770), + [anon_sym_final] = ACTIONS(1770), + [anon_sym_open] = ACTIONS(1770), + [anon_sym_vararg] = ACTIONS(1770), + [anon_sym_noinline] = ACTIONS(1770), + [anon_sym_crossinline] = ACTIONS(1770), [anon_sym_expect] = ACTIONS(1770), [anon_sym_actual] = ACTIONS(1770), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1772), - [anon_sym_continue_AT] = ACTIONS(1772), - [anon_sym_break_AT] = ACTIONS(1772), - [sym_real_literal] = ACTIONS(1772), - [sym_integer_literal] = ACTIONS(1770), - [sym_hex_literal] = ACTIONS(1772), - [sym_bin_literal] = ACTIONS(1772), - [anon_sym_true] = ACTIONS(1770), - [anon_sym_false] = ACTIONS(1770), - [anon_sym_SQUOTE] = ACTIONS(1772), [sym__backtick_identifier] = ACTIONS(1772), - [sym__automatic_semicolon] = ACTIONS(1772), [sym_safe_nav] = ACTIONS(1772), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1772), - }, - [3167] = { - [sym__alpha_identifier] = ACTIONS(4300), - [anon_sym_AT] = ACTIONS(4302), - [anon_sym_LBRACK] = ACTIONS(4302), - [anon_sym_RBRACK] = ACTIONS(4302), - [anon_sym_as] = ACTIONS(4300), - [anon_sym_EQ] = ACTIONS(4300), - [anon_sym_LBRACE] = ACTIONS(4302), - [anon_sym_RBRACE] = ACTIONS(4302), - [anon_sym_LPAREN] = ACTIONS(4302), - [anon_sym_COMMA] = ACTIONS(4302), - [anon_sym_RPAREN] = ACTIONS(4302), - [anon_sym_LT] = ACTIONS(4300), - [anon_sym_GT] = ACTIONS(4300), - [anon_sym_where] = ACTIONS(4300), - [anon_sym_DOT] = ACTIONS(4300), - [anon_sym_SEMI] = ACTIONS(4302), - [anon_sym_get] = ACTIONS(4300), - [anon_sym_set] = ACTIONS(4300), - [anon_sym_STAR] = ACTIONS(4300), - [anon_sym_DASH_GT] = ACTIONS(4302), - [sym_label] = ACTIONS(4302), - [anon_sym_in] = ACTIONS(4300), - [anon_sym_while] = ACTIONS(4300), - [anon_sym_DOT_DOT] = ACTIONS(4302), - [anon_sym_QMARK_COLON] = ACTIONS(4302), - [anon_sym_AMP_AMP] = ACTIONS(4302), - [anon_sym_PIPE_PIPE] = ACTIONS(4302), - [anon_sym_else] = ACTIONS(4300), - [anon_sym_COLON_COLON] = ACTIONS(4302), - [anon_sym_PLUS_EQ] = ACTIONS(4302), - [anon_sym_DASH_EQ] = ACTIONS(4302), - [anon_sym_STAR_EQ] = ACTIONS(4302), - [anon_sym_SLASH_EQ] = ACTIONS(4302), - [anon_sym_PERCENT_EQ] = ACTIONS(4302), - [anon_sym_BANG_EQ] = ACTIONS(4300), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4302), - [anon_sym_EQ_EQ] = ACTIONS(4300), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4302), - [anon_sym_LT_EQ] = ACTIONS(4302), - [anon_sym_GT_EQ] = ACTIONS(4302), - [anon_sym_BANGin] = ACTIONS(4302), - [anon_sym_is] = ACTIONS(4300), - [anon_sym_BANGis] = ACTIONS(4302), - [anon_sym_PLUS] = ACTIONS(4300), - [anon_sym_DASH] = ACTIONS(4300), - [anon_sym_SLASH] = ACTIONS(4300), - [anon_sym_PERCENT] = ACTIONS(4300), - [anon_sym_as_QMARK] = ACTIONS(4302), - [anon_sym_PLUS_PLUS] = ACTIONS(4302), - [anon_sym_DASH_DASH] = ACTIONS(4302), - [anon_sym_BANG_BANG] = ACTIONS(4302), - [anon_sym_suspend] = ACTIONS(4300), - [anon_sym_sealed] = ACTIONS(4300), - [anon_sym_annotation] = ACTIONS(4300), - [anon_sym_data] = ACTIONS(4300), - [anon_sym_inner] = ACTIONS(4300), - [anon_sym_override] = ACTIONS(4300), - [anon_sym_lateinit] = ACTIONS(4300), - [anon_sym_public] = ACTIONS(4300), - [anon_sym_private] = ACTIONS(4300), - [anon_sym_internal] = ACTIONS(4300), - [anon_sym_protected] = ACTIONS(4300), - [anon_sym_tailrec] = ACTIONS(4300), - [anon_sym_operator] = ACTIONS(4300), - [anon_sym_infix] = ACTIONS(4300), - [anon_sym_inline] = ACTIONS(4300), - [anon_sym_external] = ACTIONS(4300), - [sym_property_modifier] = ACTIONS(4300), - [anon_sym_abstract] = ACTIONS(4300), - [anon_sym_final] = ACTIONS(4300), - [anon_sym_open] = ACTIONS(4300), - [anon_sym_vararg] = ACTIONS(4300), - [anon_sym_noinline] = ACTIONS(4300), - [anon_sym_crossinline] = ACTIONS(4300), - [anon_sym_expect] = ACTIONS(4300), - [anon_sym_actual] = ACTIONS(4300), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4302), - [sym_safe_nav] = ACTIONS(4302), - [sym_multiline_comment] = ACTIONS(3), }, - [3168] = { - [sym__alpha_identifier] = ACTIONS(5087), - [anon_sym_AT] = ACTIONS(5089), - [anon_sym_LBRACK] = ACTIONS(5089), - [anon_sym_as] = ACTIONS(5087), - [anon_sym_EQ] = ACTIONS(5087), - [anon_sym_LBRACE] = ACTIONS(5089), - [anon_sym_RBRACE] = ACTIONS(5089), - [anon_sym_LPAREN] = ACTIONS(5089), - [anon_sym_COMMA] = ACTIONS(5089), - [anon_sym_LT] = ACTIONS(5087), - [anon_sym_GT] = ACTIONS(5087), - [anon_sym_where] = ACTIONS(5087), - [anon_sym_object] = ACTIONS(5087), - [anon_sym_fun] = ACTIONS(5087), - [anon_sym_DOT] = ACTIONS(5087), - [anon_sym_SEMI] = ACTIONS(5089), - [anon_sym_get] = ACTIONS(5087), - [anon_sym_set] = ACTIONS(5087), - [anon_sym_this] = ACTIONS(5087), - [anon_sym_super] = ACTIONS(5087), - [anon_sym_STAR] = ACTIONS(5087), - [sym_label] = ACTIONS(5087), - [anon_sym_in] = ACTIONS(5087), - [anon_sym_DOT_DOT] = ACTIONS(5089), - [anon_sym_QMARK_COLON] = ACTIONS(5089), - [anon_sym_AMP_AMP] = ACTIONS(5089), - [anon_sym_PIPE_PIPE] = ACTIONS(5089), - [anon_sym_null] = ACTIONS(5087), - [anon_sym_if] = ACTIONS(5087), - [anon_sym_else] = ACTIONS(5087), - [anon_sym_when] = ACTIONS(5087), - [anon_sym_try] = ACTIONS(5087), - [anon_sym_throw] = ACTIONS(5087), - [anon_sym_return] = ACTIONS(5087), - [anon_sym_continue] = ACTIONS(5087), - [anon_sym_break] = ACTIONS(5087), - [anon_sym_COLON_COLON] = ACTIONS(5089), - [anon_sym_PLUS_EQ] = ACTIONS(5089), - [anon_sym_DASH_EQ] = ACTIONS(5089), - [anon_sym_STAR_EQ] = ACTIONS(5089), - [anon_sym_SLASH_EQ] = ACTIONS(5089), - [anon_sym_PERCENT_EQ] = ACTIONS(5089), - [anon_sym_BANG_EQ] = ACTIONS(5087), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5089), - [anon_sym_EQ_EQ] = ACTIONS(5087), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5089), - [anon_sym_LT_EQ] = ACTIONS(5089), - [anon_sym_GT_EQ] = ACTIONS(5089), - [anon_sym_BANGin] = ACTIONS(5089), - [anon_sym_is] = ACTIONS(5087), - [anon_sym_BANGis] = ACTIONS(5089), - [anon_sym_PLUS] = ACTIONS(5087), - [anon_sym_DASH] = ACTIONS(5087), - [anon_sym_SLASH] = ACTIONS(5087), - [anon_sym_PERCENT] = ACTIONS(5087), - [anon_sym_as_QMARK] = ACTIONS(5089), - [anon_sym_PLUS_PLUS] = ACTIONS(5089), - [anon_sym_DASH_DASH] = ACTIONS(5089), - [anon_sym_BANG] = ACTIONS(5087), - [anon_sym_BANG_BANG] = ACTIONS(5089), - [anon_sym_data] = ACTIONS(5087), - [anon_sym_inner] = ACTIONS(5087), - [anon_sym_expect] = ACTIONS(5087), - [anon_sym_actual] = ACTIONS(5087), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5089), - [anon_sym_continue_AT] = ACTIONS(5089), - [anon_sym_break_AT] = ACTIONS(5089), - [sym_real_literal] = ACTIONS(5089), - [sym_integer_literal] = ACTIONS(5087), - [sym_hex_literal] = ACTIONS(5089), - [sym_bin_literal] = ACTIONS(5089), - [anon_sym_true] = ACTIONS(5087), - [anon_sym_false] = ACTIONS(5087), - [anon_sym_SQUOTE] = ACTIONS(5089), - [sym__backtick_identifier] = ACTIONS(5089), - [sym__automatic_semicolon] = ACTIONS(5089), - [sym_safe_nav] = ACTIONS(5089), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5089), - }, - [3169] = { - [sym__alpha_identifier] = ACTIONS(5091), - [anon_sym_AT] = ACTIONS(5093), - [anon_sym_LBRACK] = ACTIONS(5093), - [anon_sym_as] = ACTIONS(5091), - [anon_sym_EQ] = ACTIONS(5091), - [anon_sym_LBRACE] = ACTIONS(5093), - [anon_sym_RBRACE] = ACTIONS(5093), - [anon_sym_LPAREN] = ACTIONS(5093), - [anon_sym_COMMA] = ACTIONS(5093), - [anon_sym_LT] = ACTIONS(5091), - [anon_sym_GT] = ACTIONS(5091), - [anon_sym_where] = ACTIONS(5091), - [anon_sym_object] = ACTIONS(5091), - [anon_sym_fun] = ACTIONS(5091), - [anon_sym_DOT] = ACTIONS(5091), - [anon_sym_SEMI] = ACTIONS(5093), - [anon_sym_get] = ACTIONS(5091), - [anon_sym_set] = ACTIONS(5091), - [anon_sym_this] = ACTIONS(5091), - [anon_sym_super] = ACTIONS(5091), - [anon_sym_STAR] = ACTIONS(5091), - [sym_label] = ACTIONS(5091), - [anon_sym_in] = ACTIONS(5091), - [anon_sym_DOT_DOT] = ACTIONS(5093), - [anon_sym_QMARK_COLON] = ACTIONS(5093), - [anon_sym_AMP_AMP] = ACTIONS(5093), - [anon_sym_PIPE_PIPE] = ACTIONS(5093), - [anon_sym_null] = ACTIONS(5091), - [anon_sym_if] = ACTIONS(5091), - [anon_sym_else] = ACTIONS(5091), - [anon_sym_when] = ACTIONS(5091), - [anon_sym_try] = ACTIONS(5091), - [anon_sym_throw] = ACTIONS(5091), - [anon_sym_return] = ACTIONS(5091), - [anon_sym_continue] = ACTIONS(5091), - [anon_sym_break] = ACTIONS(5091), - [anon_sym_COLON_COLON] = ACTIONS(5093), - [anon_sym_PLUS_EQ] = ACTIONS(5093), - [anon_sym_DASH_EQ] = ACTIONS(5093), - [anon_sym_STAR_EQ] = ACTIONS(5093), - [anon_sym_SLASH_EQ] = ACTIONS(5093), - [anon_sym_PERCENT_EQ] = ACTIONS(5093), - [anon_sym_BANG_EQ] = ACTIONS(5091), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5093), - [anon_sym_EQ_EQ] = ACTIONS(5091), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5093), - [anon_sym_LT_EQ] = ACTIONS(5093), - [anon_sym_GT_EQ] = ACTIONS(5093), - [anon_sym_BANGin] = ACTIONS(5093), - [anon_sym_is] = ACTIONS(5091), - [anon_sym_BANGis] = ACTIONS(5093), - [anon_sym_PLUS] = ACTIONS(5091), - [anon_sym_DASH] = ACTIONS(5091), - [anon_sym_SLASH] = ACTIONS(5091), - [anon_sym_PERCENT] = ACTIONS(5091), - [anon_sym_as_QMARK] = ACTIONS(5093), - [anon_sym_PLUS_PLUS] = ACTIONS(5093), - [anon_sym_DASH_DASH] = ACTIONS(5093), - [anon_sym_BANG] = ACTIONS(5091), - [anon_sym_BANG_BANG] = ACTIONS(5093), - [anon_sym_data] = ACTIONS(5091), - [anon_sym_inner] = ACTIONS(5091), - [anon_sym_expect] = ACTIONS(5091), - [anon_sym_actual] = ACTIONS(5091), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5093), - [anon_sym_continue_AT] = ACTIONS(5093), - [anon_sym_break_AT] = ACTIONS(5093), - [sym_real_literal] = ACTIONS(5093), - [sym_integer_literal] = ACTIONS(5091), - [sym_hex_literal] = ACTIONS(5093), - [sym_bin_literal] = ACTIONS(5093), - [anon_sym_true] = ACTIONS(5091), - [anon_sym_false] = ACTIONS(5091), - [anon_sym_SQUOTE] = ACTIONS(5093), - [sym__backtick_identifier] = ACTIONS(5093), - [sym__automatic_semicolon] = ACTIONS(5093), - [sym_safe_nav] = ACTIONS(5093), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5093), - }, - [3170] = { - [aux_sym_nullable_type_repeat1] = STATE(3371), - [sym__alpha_identifier] = ACTIONS(4185), - [anon_sym_AT] = ACTIONS(4187), - [anon_sym_LBRACK] = ACTIONS(4187), - [anon_sym_EQ] = ACTIONS(4187), - [anon_sym_LBRACE] = ACTIONS(4187), - [anon_sym_RBRACE] = ACTIONS(4187), - [anon_sym_LPAREN] = ACTIONS(4187), - [anon_sym_COMMA] = ACTIONS(4187), - [anon_sym_by] = ACTIONS(4185), - [anon_sym_where] = ACTIONS(4185), - [anon_sym_object] = ACTIONS(4185), - [anon_sym_fun] = ACTIONS(4185), - [anon_sym_SEMI] = ACTIONS(4187), - [anon_sym_get] = ACTIONS(4185), - [anon_sym_set] = ACTIONS(4185), - [anon_sym_this] = ACTIONS(4185), - [anon_sym_super] = ACTIONS(4185), - [sym__quest] = ACTIONS(6494), - [anon_sym_STAR] = ACTIONS(4187), - [sym_label] = ACTIONS(4185), - [anon_sym_in] = ACTIONS(4185), - [anon_sym_null] = ACTIONS(4185), - [anon_sym_if] = ACTIONS(4185), - [anon_sym_else] = ACTIONS(4185), - [anon_sym_when] = ACTIONS(4185), - [anon_sym_try] = ACTIONS(4185), - [anon_sym_throw] = ACTIONS(4185), - [anon_sym_return] = ACTIONS(4185), - [anon_sym_continue] = ACTIONS(4185), - [anon_sym_break] = ACTIONS(4185), - [anon_sym_COLON_COLON] = ACTIONS(4187), - [anon_sym_BANGin] = ACTIONS(4187), - [anon_sym_is] = ACTIONS(4185), - [anon_sym_BANGis] = ACTIONS(4187), - [anon_sym_PLUS] = ACTIONS(4185), - [anon_sym_DASH] = ACTIONS(4185), - [anon_sym_PLUS_PLUS] = ACTIONS(4187), - [anon_sym_DASH_DASH] = ACTIONS(4187), - [anon_sym_BANG] = ACTIONS(4185), - [anon_sym_suspend] = ACTIONS(4185), - [anon_sym_sealed] = ACTIONS(4185), - [anon_sym_annotation] = ACTIONS(4185), - [anon_sym_data] = ACTIONS(4185), - [anon_sym_inner] = ACTIONS(4185), - [anon_sym_override] = ACTIONS(4185), - [anon_sym_lateinit] = ACTIONS(4185), - [anon_sym_public] = ACTIONS(4185), - [anon_sym_private] = ACTIONS(4185), - [anon_sym_internal] = ACTIONS(4185), - [anon_sym_protected] = ACTIONS(4185), - [anon_sym_tailrec] = ACTIONS(4185), - [anon_sym_operator] = ACTIONS(4185), - [anon_sym_infix] = ACTIONS(4185), - [anon_sym_inline] = ACTIONS(4185), - [anon_sym_external] = ACTIONS(4185), - [sym_property_modifier] = ACTIONS(4185), - [anon_sym_abstract] = ACTIONS(4185), - [anon_sym_final] = ACTIONS(4185), - [anon_sym_open] = ACTIONS(4185), - [anon_sym_vararg] = ACTIONS(4185), - [anon_sym_noinline] = ACTIONS(4185), - [anon_sym_crossinline] = ACTIONS(4185), - [anon_sym_expect] = ACTIONS(4185), - [anon_sym_actual] = ACTIONS(4185), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4187), - [anon_sym_continue_AT] = ACTIONS(4187), - [anon_sym_break_AT] = ACTIONS(4187), - [sym_real_literal] = ACTIONS(4187), - [sym_integer_literal] = ACTIONS(4185), - [sym_hex_literal] = ACTIONS(4187), - [sym_bin_literal] = ACTIONS(4187), - [anon_sym_true] = ACTIONS(4185), - [anon_sym_false] = ACTIONS(4185), - [anon_sym_SQUOTE] = ACTIONS(4187), - [sym__backtick_identifier] = ACTIONS(4187), - [sym__automatic_semicolon] = ACTIONS(4187), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4187), - }, - [3171] = { - [sym__alpha_identifier] = ACTIONS(4742), - [anon_sym_AT] = ACTIONS(4744), - [anon_sym_LBRACK] = ACTIONS(4744), - [anon_sym_as] = ACTIONS(4742), - [anon_sym_EQ] = ACTIONS(4742), - [anon_sym_LBRACE] = ACTIONS(4744), - [anon_sym_RBRACE] = ACTIONS(4744), - [anon_sym_LPAREN] = ACTIONS(4744), - [anon_sym_COMMA] = ACTIONS(4744), - [anon_sym_LT] = ACTIONS(4742), - [anon_sym_GT] = ACTIONS(4742), - [anon_sym_where] = ACTIONS(4742), - [anon_sym_object] = ACTIONS(4742), - [anon_sym_fun] = ACTIONS(4742), - [anon_sym_DOT] = ACTIONS(4742), - [anon_sym_SEMI] = ACTIONS(4744), - [anon_sym_get] = ACTIONS(4742), - [anon_sym_set] = ACTIONS(4742), - [anon_sym_this] = ACTIONS(4742), - [anon_sym_super] = ACTIONS(4742), - [anon_sym_STAR] = ACTIONS(4742), - [sym_label] = ACTIONS(4742), - [anon_sym_in] = ACTIONS(4742), - [anon_sym_DOT_DOT] = ACTIONS(4744), - [anon_sym_QMARK_COLON] = ACTIONS(4744), - [anon_sym_AMP_AMP] = ACTIONS(4744), - [anon_sym_PIPE_PIPE] = ACTIONS(4744), - [anon_sym_null] = ACTIONS(4742), - [anon_sym_if] = ACTIONS(4742), - [anon_sym_else] = ACTIONS(4742), - [anon_sym_when] = ACTIONS(4742), - [anon_sym_try] = ACTIONS(4742), - [anon_sym_throw] = ACTIONS(4742), - [anon_sym_return] = ACTIONS(4742), - [anon_sym_continue] = ACTIONS(4742), - [anon_sym_break] = ACTIONS(4742), - [anon_sym_COLON_COLON] = ACTIONS(4744), - [anon_sym_PLUS_EQ] = ACTIONS(4744), - [anon_sym_DASH_EQ] = ACTIONS(4744), - [anon_sym_STAR_EQ] = ACTIONS(4744), - [anon_sym_SLASH_EQ] = ACTIONS(4744), - [anon_sym_PERCENT_EQ] = ACTIONS(4744), - [anon_sym_BANG_EQ] = ACTIONS(4742), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4744), - [anon_sym_EQ_EQ] = ACTIONS(4742), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4744), - [anon_sym_LT_EQ] = ACTIONS(4744), - [anon_sym_GT_EQ] = ACTIONS(4744), - [anon_sym_BANGin] = ACTIONS(4744), - [anon_sym_is] = ACTIONS(4742), - [anon_sym_BANGis] = ACTIONS(4744), - [anon_sym_PLUS] = ACTIONS(4742), - [anon_sym_DASH] = ACTIONS(4742), - [anon_sym_SLASH] = ACTIONS(4742), - [anon_sym_PERCENT] = ACTIONS(4742), - [anon_sym_as_QMARK] = ACTIONS(4744), - [anon_sym_PLUS_PLUS] = ACTIONS(4744), - [anon_sym_DASH_DASH] = ACTIONS(4744), - [anon_sym_BANG] = ACTIONS(4742), - [anon_sym_BANG_BANG] = ACTIONS(4744), - [anon_sym_data] = ACTIONS(4742), - [anon_sym_inner] = ACTIONS(4742), - [anon_sym_expect] = ACTIONS(4742), - [anon_sym_actual] = ACTIONS(4742), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4744), - [anon_sym_continue_AT] = ACTIONS(4744), - [anon_sym_break_AT] = ACTIONS(4744), - [sym_real_literal] = ACTIONS(4744), - [sym_integer_literal] = ACTIONS(4742), - [sym_hex_literal] = ACTIONS(4744), - [sym_bin_literal] = ACTIONS(4744), - [anon_sym_true] = ACTIONS(4742), - [anon_sym_false] = ACTIONS(4742), - [anon_sym_SQUOTE] = ACTIONS(4744), - [sym__backtick_identifier] = ACTIONS(4744), - [sym__automatic_semicolon] = ACTIONS(4744), - [sym_safe_nav] = ACTIONS(4744), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4744), - }, - [3172] = { - [sym__alpha_identifier] = ACTIONS(4805), - [anon_sym_AT] = ACTIONS(4807), - [anon_sym_LBRACK] = ACTIONS(4807), - [anon_sym_RBRACK] = ACTIONS(4807), - [anon_sym_as] = ACTIONS(4805), - [anon_sym_EQ] = ACTIONS(4805), - [anon_sym_LBRACE] = ACTIONS(4807), - [anon_sym_RBRACE] = ACTIONS(4807), - [anon_sym_LPAREN] = ACTIONS(4807), - [anon_sym_COMMA] = ACTIONS(4807), - [anon_sym_RPAREN] = ACTIONS(4807), - [anon_sym_LT] = ACTIONS(4805), - [anon_sym_GT] = ACTIONS(4805), - [anon_sym_where] = ACTIONS(4805), - [anon_sym_DOT] = ACTIONS(4805), - [anon_sym_SEMI] = ACTIONS(4807), - [anon_sym_get] = ACTIONS(4805), - [anon_sym_set] = ACTIONS(4805), - [anon_sym_STAR] = ACTIONS(4805), - [anon_sym_DASH_GT] = ACTIONS(4807), - [sym_label] = ACTIONS(4807), - [anon_sym_in] = ACTIONS(4805), - [anon_sym_while] = ACTIONS(4805), - [anon_sym_DOT_DOT] = ACTIONS(4807), - [anon_sym_QMARK_COLON] = ACTIONS(4807), - [anon_sym_AMP_AMP] = ACTIONS(4807), - [anon_sym_PIPE_PIPE] = ACTIONS(4807), - [anon_sym_else] = ACTIONS(4805), - [anon_sym_COLON_COLON] = ACTIONS(4807), - [anon_sym_PLUS_EQ] = ACTIONS(4807), - [anon_sym_DASH_EQ] = ACTIONS(4807), - [anon_sym_STAR_EQ] = ACTIONS(4807), - [anon_sym_SLASH_EQ] = ACTIONS(4807), - [anon_sym_PERCENT_EQ] = ACTIONS(4807), - [anon_sym_BANG_EQ] = ACTIONS(4805), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4807), - [anon_sym_EQ_EQ] = ACTIONS(4805), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4807), - [anon_sym_LT_EQ] = ACTIONS(4807), - [anon_sym_GT_EQ] = ACTIONS(4807), - [anon_sym_BANGin] = ACTIONS(4807), - [anon_sym_is] = ACTIONS(4805), - [anon_sym_BANGis] = ACTIONS(4807), - [anon_sym_PLUS] = ACTIONS(4805), - [anon_sym_DASH] = ACTIONS(4805), - [anon_sym_SLASH] = ACTIONS(4805), - [anon_sym_PERCENT] = ACTIONS(4805), - [anon_sym_as_QMARK] = ACTIONS(4807), - [anon_sym_PLUS_PLUS] = ACTIONS(4807), - [anon_sym_DASH_DASH] = ACTIONS(4807), - [anon_sym_BANG_BANG] = ACTIONS(4807), - [anon_sym_suspend] = ACTIONS(4805), - [anon_sym_sealed] = ACTIONS(4805), - [anon_sym_annotation] = ACTIONS(4805), - [anon_sym_data] = ACTIONS(4805), - [anon_sym_inner] = ACTIONS(4805), - [anon_sym_override] = ACTIONS(4805), - [anon_sym_lateinit] = ACTIONS(4805), - [anon_sym_public] = ACTIONS(4805), - [anon_sym_private] = ACTIONS(4805), - [anon_sym_internal] = ACTIONS(4805), - [anon_sym_protected] = ACTIONS(4805), - [anon_sym_tailrec] = ACTIONS(4805), - [anon_sym_operator] = ACTIONS(4805), - [anon_sym_infix] = ACTIONS(4805), - [anon_sym_inline] = ACTIONS(4805), - [anon_sym_external] = ACTIONS(4805), - [sym_property_modifier] = ACTIONS(4805), - [anon_sym_abstract] = ACTIONS(4805), - [anon_sym_final] = ACTIONS(4805), - [anon_sym_open] = ACTIONS(4805), - [anon_sym_vararg] = ACTIONS(4805), - [anon_sym_noinline] = ACTIONS(4805), - [anon_sym_crossinline] = ACTIONS(4805), - [anon_sym_expect] = ACTIONS(4805), - [anon_sym_actual] = ACTIONS(4805), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4807), - [sym_safe_nav] = ACTIONS(4807), - [sym_multiline_comment] = ACTIONS(3), - }, - [3173] = { - [sym__alpha_identifier] = ACTIONS(4761), - [anon_sym_AT] = ACTIONS(4763), - [anon_sym_LBRACK] = ACTIONS(4763), - [anon_sym_RBRACK] = ACTIONS(4763), - [anon_sym_as] = ACTIONS(4761), - [anon_sym_EQ] = ACTIONS(4761), - [anon_sym_LBRACE] = ACTIONS(4763), - [anon_sym_RBRACE] = ACTIONS(4763), - [anon_sym_LPAREN] = ACTIONS(4763), - [anon_sym_COMMA] = ACTIONS(4763), - [anon_sym_RPAREN] = ACTIONS(4763), - [anon_sym_LT] = ACTIONS(4761), - [anon_sym_GT] = ACTIONS(4761), - [anon_sym_where] = ACTIONS(4761), - [anon_sym_DOT] = ACTIONS(4761), - [anon_sym_SEMI] = ACTIONS(4763), - [anon_sym_get] = ACTIONS(4761), - [anon_sym_set] = ACTIONS(4761), - [anon_sym_STAR] = ACTIONS(4761), - [anon_sym_DASH_GT] = ACTIONS(4763), - [sym_label] = ACTIONS(4763), - [anon_sym_in] = ACTIONS(4761), - [anon_sym_while] = ACTIONS(4761), - [anon_sym_DOT_DOT] = ACTIONS(4763), - [anon_sym_QMARK_COLON] = ACTIONS(4763), - [anon_sym_AMP_AMP] = ACTIONS(4763), - [anon_sym_PIPE_PIPE] = ACTIONS(4763), - [anon_sym_else] = ACTIONS(4761), - [anon_sym_COLON_COLON] = ACTIONS(4763), - [anon_sym_PLUS_EQ] = ACTIONS(4763), - [anon_sym_DASH_EQ] = ACTIONS(4763), - [anon_sym_STAR_EQ] = ACTIONS(4763), - [anon_sym_SLASH_EQ] = ACTIONS(4763), - [anon_sym_PERCENT_EQ] = ACTIONS(4763), - [anon_sym_BANG_EQ] = ACTIONS(4761), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4763), - [anon_sym_EQ_EQ] = ACTIONS(4761), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4763), - [anon_sym_LT_EQ] = ACTIONS(4763), - [anon_sym_GT_EQ] = ACTIONS(4763), - [anon_sym_BANGin] = ACTIONS(4763), - [anon_sym_is] = ACTIONS(4761), - [anon_sym_BANGis] = ACTIONS(4763), - [anon_sym_PLUS] = ACTIONS(4761), - [anon_sym_DASH] = ACTIONS(4761), - [anon_sym_SLASH] = ACTIONS(4761), - [anon_sym_PERCENT] = ACTIONS(4761), - [anon_sym_as_QMARK] = ACTIONS(4763), - [anon_sym_PLUS_PLUS] = ACTIONS(4763), - [anon_sym_DASH_DASH] = ACTIONS(4763), - [anon_sym_BANG_BANG] = ACTIONS(4763), - [anon_sym_suspend] = ACTIONS(4761), - [anon_sym_sealed] = ACTIONS(4761), - [anon_sym_annotation] = ACTIONS(4761), - [anon_sym_data] = ACTIONS(4761), - [anon_sym_inner] = ACTIONS(4761), - [anon_sym_override] = ACTIONS(4761), - [anon_sym_lateinit] = ACTIONS(4761), - [anon_sym_public] = ACTIONS(4761), - [anon_sym_private] = ACTIONS(4761), - [anon_sym_internal] = ACTIONS(4761), - [anon_sym_protected] = ACTIONS(4761), - [anon_sym_tailrec] = ACTIONS(4761), - [anon_sym_operator] = ACTIONS(4761), - [anon_sym_infix] = ACTIONS(4761), - [anon_sym_inline] = ACTIONS(4761), - [anon_sym_external] = ACTIONS(4761), - [sym_property_modifier] = ACTIONS(4761), - [anon_sym_abstract] = ACTIONS(4761), - [anon_sym_final] = ACTIONS(4761), - [anon_sym_open] = ACTIONS(4761), - [anon_sym_vararg] = ACTIONS(4761), - [anon_sym_noinline] = ACTIONS(4761), - [anon_sym_crossinline] = ACTIONS(4761), - [anon_sym_expect] = ACTIONS(4761), - [anon_sym_actual] = ACTIONS(4761), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4763), - [sym_safe_nav] = ACTIONS(4763), - [sym_multiline_comment] = ACTIONS(3), - }, - [3174] = { - [sym__alpha_identifier] = ACTIONS(4095), - [anon_sym_AT] = ACTIONS(4097), - [anon_sym_LBRACK] = ACTIONS(4097), - [anon_sym_RBRACK] = ACTIONS(4097), - [anon_sym_as] = ACTIONS(4095), - [anon_sym_EQ] = ACTIONS(4095), - [anon_sym_LBRACE] = ACTIONS(4097), - [anon_sym_RBRACE] = ACTIONS(4097), - [anon_sym_LPAREN] = ACTIONS(4097), - [anon_sym_COMMA] = ACTIONS(4097), - [anon_sym_RPAREN] = ACTIONS(4097), - [anon_sym_LT] = ACTIONS(4095), - [anon_sym_GT] = ACTIONS(4095), - [anon_sym_where] = ACTIONS(4095), - [anon_sym_DOT] = ACTIONS(4095), - [anon_sym_SEMI] = ACTIONS(4097), - [anon_sym_get] = ACTIONS(4095), - [anon_sym_set] = ACTIONS(4095), - [anon_sym_STAR] = ACTIONS(4095), - [anon_sym_DASH_GT] = ACTIONS(4097), - [sym_label] = ACTIONS(4097), - [anon_sym_in] = ACTIONS(4095), - [anon_sym_while] = ACTIONS(4095), - [anon_sym_DOT_DOT] = ACTIONS(4097), - [anon_sym_QMARK_COLON] = ACTIONS(4097), - [anon_sym_AMP_AMP] = ACTIONS(4097), - [anon_sym_PIPE_PIPE] = ACTIONS(4097), - [anon_sym_else] = ACTIONS(4095), - [anon_sym_COLON_COLON] = ACTIONS(4097), - [anon_sym_PLUS_EQ] = ACTIONS(4097), - [anon_sym_DASH_EQ] = ACTIONS(4097), - [anon_sym_STAR_EQ] = ACTIONS(4097), - [anon_sym_SLASH_EQ] = ACTIONS(4097), - [anon_sym_PERCENT_EQ] = ACTIONS(4097), - [anon_sym_BANG_EQ] = ACTIONS(4095), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4097), - [anon_sym_EQ_EQ] = ACTIONS(4095), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4097), - [anon_sym_LT_EQ] = ACTIONS(4097), - [anon_sym_GT_EQ] = ACTIONS(4097), - [anon_sym_BANGin] = ACTIONS(4097), - [anon_sym_is] = ACTIONS(4095), - [anon_sym_BANGis] = ACTIONS(4097), - [anon_sym_PLUS] = ACTIONS(4095), - [anon_sym_DASH] = ACTIONS(4095), - [anon_sym_SLASH] = ACTIONS(4095), - [anon_sym_PERCENT] = ACTIONS(4095), - [anon_sym_as_QMARK] = ACTIONS(4097), - [anon_sym_PLUS_PLUS] = ACTIONS(4097), - [anon_sym_DASH_DASH] = ACTIONS(4097), - [anon_sym_BANG_BANG] = ACTIONS(4097), - [anon_sym_suspend] = ACTIONS(4095), - [anon_sym_sealed] = ACTIONS(4095), - [anon_sym_annotation] = ACTIONS(4095), - [anon_sym_data] = ACTIONS(4095), - [anon_sym_inner] = ACTIONS(4095), - [anon_sym_override] = ACTIONS(4095), - [anon_sym_lateinit] = ACTIONS(4095), - [anon_sym_public] = ACTIONS(4095), - [anon_sym_private] = ACTIONS(4095), - [anon_sym_internal] = ACTIONS(4095), - [anon_sym_protected] = ACTIONS(4095), - [anon_sym_tailrec] = ACTIONS(4095), - [anon_sym_operator] = ACTIONS(4095), - [anon_sym_infix] = ACTIONS(4095), - [anon_sym_inline] = ACTIONS(4095), - [anon_sym_external] = ACTIONS(4095), - [sym_property_modifier] = ACTIONS(4095), - [anon_sym_abstract] = ACTIONS(4095), - [anon_sym_final] = ACTIONS(4095), - [anon_sym_open] = ACTIONS(4095), - [anon_sym_vararg] = ACTIONS(4095), - [anon_sym_noinline] = ACTIONS(4095), - [anon_sym_crossinline] = ACTIONS(4095), - [anon_sym_expect] = ACTIONS(4095), - [anon_sym_actual] = ACTIONS(4095), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4097), - [sym_safe_nav] = ACTIONS(4097), - [sym_multiline_comment] = ACTIONS(3), - }, - [3175] = { - [sym__alpha_identifier] = ACTIONS(4903), - [anon_sym_AT] = ACTIONS(4905), - [anon_sym_LBRACK] = ACTIONS(4905), - [anon_sym_as] = ACTIONS(4903), - [anon_sym_EQ] = ACTIONS(4903), - [anon_sym_LBRACE] = ACTIONS(4905), - [anon_sym_RBRACE] = ACTIONS(4905), - [anon_sym_LPAREN] = ACTIONS(4905), - [anon_sym_COMMA] = ACTIONS(4905), - [anon_sym_LT] = ACTIONS(4903), - [anon_sym_GT] = ACTIONS(4903), - [anon_sym_where] = ACTIONS(4903), - [anon_sym_object] = ACTIONS(4903), - [anon_sym_fun] = ACTIONS(4903), - [anon_sym_DOT] = ACTIONS(4903), - [anon_sym_SEMI] = ACTIONS(4905), - [anon_sym_get] = ACTIONS(4903), - [anon_sym_set] = ACTIONS(4903), - [anon_sym_this] = ACTIONS(4903), - [anon_sym_super] = ACTIONS(4903), - [anon_sym_STAR] = ACTIONS(4903), - [sym_label] = ACTIONS(4903), - [anon_sym_in] = ACTIONS(4903), - [anon_sym_DOT_DOT] = ACTIONS(4905), - [anon_sym_QMARK_COLON] = ACTIONS(4905), - [anon_sym_AMP_AMP] = ACTIONS(4905), - [anon_sym_PIPE_PIPE] = ACTIONS(4905), - [anon_sym_null] = ACTIONS(4903), - [anon_sym_if] = ACTIONS(4903), - [anon_sym_else] = ACTIONS(4903), - [anon_sym_when] = ACTIONS(4903), - [anon_sym_try] = ACTIONS(4903), - [anon_sym_throw] = ACTIONS(4903), - [anon_sym_return] = ACTIONS(4903), - [anon_sym_continue] = ACTIONS(4903), - [anon_sym_break] = ACTIONS(4903), - [anon_sym_COLON_COLON] = ACTIONS(4905), - [anon_sym_PLUS_EQ] = ACTIONS(4905), - [anon_sym_DASH_EQ] = ACTIONS(4905), - [anon_sym_STAR_EQ] = ACTIONS(4905), - [anon_sym_SLASH_EQ] = ACTIONS(4905), - [anon_sym_PERCENT_EQ] = ACTIONS(4905), - [anon_sym_BANG_EQ] = ACTIONS(4903), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4905), - [anon_sym_EQ_EQ] = ACTIONS(4903), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4905), - [anon_sym_LT_EQ] = ACTIONS(4905), - [anon_sym_GT_EQ] = ACTIONS(4905), - [anon_sym_BANGin] = ACTIONS(4905), - [anon_sym_is] = ACTIONS(4903), - [anon_sym_BANGis] = ACTIONS(4905), - [anon_sym_PLUS] = ACTIONS(4903), - [anon_sym_DASH] = ACTIONS(4903), - [anon_sym_SLASH] = ACTIONS(4903), - [anon_sym_PERCENT] = ACTIONS(4903), - [anon_sym_as_QMARK] = ACTIONS(4905), - [anon_sym_PLUS_PLUS] = ACTIONS(4905), - [anon_sym_DASH_DASH] = ACTIONS(4905), - [anon_sym_BANG] = ACTIONS(4903), - [anon_sym_BANG_BANG] = ACTIONS(4905), - [anon_sym_data] = ACTIONS(4903), - [anon_sym_inner] = ACTIONS(4903), - [anon_sym_expect] = ACTIONS(4903), - [anon_sym_actual] = ACTIONS(4903), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4905), - [anon_sym_continue_AT] = ACTIONS(4905), - [anon_sym_break_AT] = ACTIONS(4905), - [sym_real_literal] = ACTIONS(4905), - [sym_integer_literal] = ACTIONS(4903), - [sym_hex_literal] = ACTIONS(4905), - [sym_bin_literal] = ACTIONS(4905), - [anon_sym_true] = ACTIONS(4903), - [anon_sym_false] = ACTIONS(4903), - [anon_sym_SQUOTE] = ACTIONS(4905), - [sym__backtick_identifier] = ACTIONS(4905), - [sym__automatic_semicolon] = ACTIONS(4905), - [sym_safe_nav] = ACTIONS(4905), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4905), - }, - [3176] = { - [sym__alpha_identifier] = ACTIONS(1776), - [anon_sym_AT] = ACTIONS(1778), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_RBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_EQ] = ACTIONS(1776), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_COMMA] = ACTIONS(1778), - [anon_sym_RPAREN] = ACTIONS(1778), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_where] = ACTIONS(1776), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(1778), - [anon_sym_get] = ACTIONS(1776), - [anon_sym_set] = ACTIONS(1776), - [anon_sym_STAR] = ACTIONS(1776), - [anon_sym_DASH_GT] = ACTIONS(1778), - [sym_label] = ACTIONS(1778), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_while] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_PLUS_EQ] = ACTIONS(1778), - [anon_sym_DASH_EQ] = ACTIONS(1778), - [anon_sym_STAR_EQ] = ACTIONS(1778), - [anon_sym_SLASH_EQ] = ACTIONS(1778), - [anon_sym_PERCENT_EQ] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1776), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG_BANG] = ACTIONS(1778), - [anon_sym_suspend] = ACTIONS(1776), - [anon_sym_sealed] = ACTIONS(1776), - [anon_sym_annotation] = ACTIONS(1776), - [anon_sym_data] = ACTIONS(1776), - [anon_sym_inner] = ACTIONS(1776), - [anon_sym_override] = ACTIONS(1776), - [anon_sym_lateinit] = ACTIONS(1776), - [anon_sym_public] = ACTIONS(1776), - [anon_sym_private] = ACTIONS(1776), - [anon_sym_internal] = ACTIONS(1776), - [anon_sym_protected] = ACTIONS(1776), - [anon_sym_tailrec] = ACTIONS(1776), - [anon_sym_operator] = ACTIONS(1776), - [anon_sym_infix] = ACTIONS(1776), - [anon_sym_inline] = ACTIONS(1776), - [anon_sym_external] = ACTIONS(1776), - [sym_property_modifier] = ACTIONS(1776), - [anon_sym_abstract] = ACTIONS(1776), - [anon_sym_final] = ACTIONS(1776), - [anon_sym_open] = ACTIONS(1776), - [anon_sym_vararg] = ACTIONS(1776), - [anon_sym_noinline] = ACTIONS(1776), - [anon_sym_crossinline] = ACTIONS(1776), - [anon_sym_expect] = ACTIONS(1776), - [anon_sym_actual] = ACTIONS(1776), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), - [sym_multiline_comment] = ACTIONS(3), - }, - [3177] = { - [sym__alpha_identifier] = ACTIONS(4714), - [anon_sym_AT] = ACTIONS(4716), - [anon_sym_LBRACK] = ACTIONS(4716), - [anon_sym_RBRACK] = ACTIONS(4716), - [anon_sym_as] = ACTIONS(4714), - [anon_sym_EQ] = ACTIONS(4714), - [anon_sym_LBRACE] = ACTIONS(4716), - [anon_sym_RBRACE] = ACTIONS(4716), - [anon_sym_LPAREN] = ACTIONS(4716), - [anon_sym_COMMA] = ACTIONS(4716), - [anon_sym_RPAREN] = ACTIONS(4716), - [anon_sym_LT] = ACTIONS(4714), - [anon_sym_GT] = ACTIONS(4714), - [anon_sym_where] = ACTIONS(4714), - [anon_sym_DOT] = ACTIONS(4714), - [anon_sym_SEMI] = ACTIONS(4716), - [anon_sym_get] = ACTIONS(4714), - [anon_sym_set] = ACTIONS(4714), - [anon_sym_STAR] = ACTIONS(4714), - [anon_sym_DASH_GT] = ACTIONS(4716), - [sym_label] = ACTIONS(4716), - [anon_sym_in] = ACTIONS(4714), - [anon_sym_while] = ACTIONS(4714), - [anon_sym_DOT_DOT] = ACTIONS(4716), - [anon_sym_QMARK_COLON] = ACTIONS(4716), - [anon_sym_AMP_AMP] = ACTIONS(4716), - [anon_sym_PIPE_PIPE] = ACTIONS(4716), - [anon_sym_else] = ACTIONS(4714), - [anon_sym_COLON_COLON] = ACTIONS(4716), - [anon_sym_PLUS_EQ] = ACTIONS(4716), - [anon_sym_DASH_EQ] = ACTIONS(4716), - [anon_sym_STAR_EQ] = ACTIONS(4716), - [anon_sym_SLASH_EQ] = ACTIONS(4716), - [anon_sym_PERCENT_EQ] = ACTIONS(4716), - [anon_sym_BANG_EQ] = ACTIONS(4714), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4716), - [anon_sym_EQ_EQ] = ACTIONS(4714), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4716), - [anon_sym_LT_EQ] = ACTIONS(4716), - [anon_sym_GT_EQ] = ACTIONS(4716), - [anon_sym_BANGin] = ACTIONS(4716), - [anon_sym_is] = ACTIONS(4714), - [anon_sym_BANGis] = ACTIONS(4716), - [anon_sym_PLUS] = ACTIONS(4714), - [anon_sym_DASH] = ACTIONS(4714), - [anon_sym_SLASH] = ACTIONS(4714), - [anon_sym_PERCENT] = ACTIONS(4714), - [anon_sym_as_QMARK] = ACTIONS(4716), - [anon_sym_PLUS_PLUS] = ACTIONS(4716), - [anon_sym_DASH_DASH] = ACTIONS(4716), - [anon_sym_BANG_BANG] = ACTIONS(4716), - [anon_sym_suspend] = ACTIONS(4714), - [anon_sym_sealed] = ACTIONS(4714), - [anon_sym_annotation] = ACTIONS(4714), - [anon_sym_data] = ACTIONS(4714), - [anon_sym_inner] = ACTIONS(4714), - [anon_sym_override] = ACTIONS(4714), - [anon_sym_lateinit] = ACTIONS(4714), - [anon_sym_public] = ACTIONS(4714), - [anon_sym_private] = ACTIONS(4714), - [anon_sym_internal] = ACTIONS(4714), - [anon_sym_protected] = ACTIONS(4714), - [anon_sym_tailrec] = ACTIONS(4714), - [anon_sym_operator] = ACTIONS(4714), - [anon_sym_infix] = ACTIONS(4714), - [anon_sym_inline] = ACTIONS(4714), - [anon_sym_external] = ACTIONS(4714), - [sym_property_modifier] = ACTIONS(4714), - [anon_sym_abstract] = ACTIONS(4714), - [anon_sym_final] = ACTIONS(4714), - [anon_sym_open] = ACTIONS(4714), - [anon_sym_vararg] = ACTIONS(4714), - [anon_sym_noinline] = ACTIONS(4714), - [anon_sym_crossinline] = ACTIONS(4714), - [anon_sym_expect] = ACTIONS(4714), - [anon_sym_actual] = ACTIONS(4714), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4716), - [sym_safe_nav] = ACTIONS(4716), - [sym_multiline_comment] = ACTIONS(3), - }, - [3178] = { - [sym__alpha_identifier] = ACTIONS(4422), - [anon_sym_AT] = ACTIONS(4424), - [anon_sym_LBRACK] = ACTIONS(4424), - [anon_sym_RBRACK] = ACTIONS(4424), - [anon_sym_as] = ACTIONS(4422), - [anon_sym_EQ] = ACTIONS(4422), - [anon_sym_LBRACE] = ACTIONS(4424), - [anon_sym_RBRACE] = ACTIONS(4424), - [anon_sym_LPAREN] = ACTIONS(4424), - [anon_sym_COMMA] = ACTIONS(4424), - [anon_sym_RPAREN] = ACTIONS(4424), - [anon_sym_LT] = ACTIONS(4422), - [anon_sym_GT] = ACTIONS(4422), - [anon_sym_where] = ACTIONS(4422), - [anon_sym_DOT] = ACTIONS(4422), - [anon_sym_SEMI] = ACTIONS(4424), - [anon_sym_get] = ACTIONS(4422), - [anon_sym_set] = ACTIONS(4422), - [anon_sym_STAR] = ACTIONS(4422), - [anon_sym_DASH_GT] = ACTIONS(4424), - [sym_label] = ACTIONS(4424), - [anon_sym_in] = ACTIONS(4422), - [anon_sym_while] = ACTIONS(4422), - [anon_sym_DOT_DOT] = ACTIONS(4424), - [anon_sym_QMARK_COLON] = ACTIONS(4424), - [anon_sym_AMP_AMP] = ACTIONS(4424), - [anon_sym_PIPE_PIPE] = ACTIONS(4424), - [anon_sym_else] = ACTIONS(4422), - [anon_sym_COLON_COLON] = ACTIONS(4424), - [anon_sym_PLUS_EQ] = ACTIONS(4424), - [anon_sym_DASH_EQ] = ACTIONS(4424), - [anon_sym_STAR_EQ] = ACTIONS(4424), - [anon_sym_SLASH_EQ] = ACTIONS(4424), - [anon_sym_PERCENT_EQ] = ACTIONS(4424), - [anon_sym_BANG_EQ] = ACTIONS(4422), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4424), - [anon_sym_EQ_EQ] = ACTIONS(4422), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4424), - [anon_sym_LT_EQ] = ACTIONS(4424), - [anon_sym_GT_EQ] = ACTIONS(4424), - [anon_sym_BANGin] = ACTIONS(4424), - [anon_sym_is] = ACTIONS(4422), - [anon_sym_BANGis] = ACTIONS(4424), - [anon_sym_PLUS] = ACTIONS(4422), - [anon_sym_DASH] = ACTIONS(4422), - [anon_sym_SLASH] = ACTIONS(4422), - [anon_sym_PERCENT] = ACTIONS(4422), - [anon_sym_as_QMARK] = ACTIONS(4424), - [anon_sym_PLUS_PLUS] = ACTIONS(4424), - [anon_sym_DASH_DASH] = ACTIONS(4424), - [anon_sym_BANG_BANG] = ACTIONS(4424), - [anon_sym_suspend] = ACTIONS(4422), - [anon_sym_sealed] = ACTIONS(4422), - [anon_sym_annotation] = ACTIONS(4422), - [anon_sym_data] = ACTIONS(4422), - [anon_sym_inner] = ACTIONS(4422), - [anon_sym_override] = ACTIONS(4422), - [anon_sym_lateinit] = ACTIONS(4422), - [anon_sym_public] = ACTIONS(4422), - [anon_sym_private] = ACTIONS(4422), - [anon_sym_internal] = ACTIONS(4422), - [anon_sym_protected] = ACTIONS(4422), - [anon_sym_tailrec] = ACTIONS(4422), - [anon_sym_operator] = ACTIONS(4422), - [anon_sym_infix] = ACTIONS(4422), - [anon_sym_inline] = ACTIONS(4422), - [anon_sym_external] = ACTIONS(4422), - [sym_property_modifier] = ACTIONS(4422), - [anon_sym_abstract] = ACTIONS(4422), - [anon_sym_final] = ACTIONS(4422), - [anon_sym_open] = ACTIONS(4422), - [anon_sym_vararg] = ACTIONS(4422), - [anon_sym_noinline] = ACTIONS(4422), - [anon_sym_crossinline] = ACTIONS(4422), - [anon_sym_expect] = ACTIONS(4422), - [anon_sym_actual] = ACTIONS(4422), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4424), - [sym_safe_nav] = ACTIONS(4424), - [sym_multiline_comment] = ACTIONS(3), - }, - [3179] = { - [sym__alpha_identifier] = ACTIONS(4448), - [anon_sym_AT] = ACTIONS(4450), - [anon_sym_LBRACK] = ACTIONS(4450), - [anon_sym_as] = ACTIONS(4448), - [anon_sym_EQ] = ACTIONS(4448), - [anon_sym_LBRACE] = ACTIONS(4450), - [anon_sym_RBRACE] = ACTIONS(4450), - [anon_sym_LPAREN] = ACTIONS(4450), - [anon_sym_COMMA] = ACTIONS(4450), - [anon_sym_LT] = ACTIONS(4448), - [anon_sym_GT] = ACTIONS(4448), - [anon_sym_where] = ACTIONS(4448), - [anon_sym_object] = ACTIONS(4448), - [anon_sym_fun] = ACTIONS(4448), - [anon_sym_DOT] = ACTIONS(4448), - [anon_sym_SEMI] = ACTIONS(4450), - [anon_sym_get] = ACTIONS(4448), - [anon_sym_set] = ACTIONS(4448), - [anon_sym_this] = ACTIONS(4448), - [anon_sym_super] = ACTIONS(4448), - [anon_sym_STAR] = ACTIONS(4448), - [sym_label] = ACTIONS(4448), - [anon_sym_in] = ACTIONS(4448), - [anon_sym_DOT_DOT] = ACTIONS(4450), - [anon_sym_QMARK_COLON] = ACTIONS(4450), - [anon_sym_AMP_AMP] = ACTIONS(4450), - [anon_sym_PIPE_PIPE] = ACTIONS(4450), - [anon_sym_null] = ACTIONS(4448), - [anon_sym_if] = ACTIONS(4448), - [anon_sym_else] = ACTIONS(4448), - [anon_sym_when] = ACTIONS(4448), - [anon_sym_try] = ACTIONS(4448), - [anon_sym_throw] = ACTIONS(4448), - [anon_sym_return] = ACTIONS(4448), - [anon_sym_continue] = ACTIONS(4448), - [anon_sym_break] = ACTIONS(4448), - [anon_sym_COLON_COLON] = ACTIONS(4450), - [anon_sym_PLUS_EQ] = ACTIONS(4450), - [anon_sym_DASH_EQ] = ACTIONS(4450), - [anon_sym_STAR_EQ] = ACTIONS(4450), - [anon_sym_SLASH_EQ] = ACTIONS(4450), - [anon_sym_PERCENT_EQ] = ACTIONS(4450), - [anon_sym_BANG_EQ] = ACTIONS(4448), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4450), - [anon_sym_EQ_EQ] = ACTIONS(4448), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4450), - [anon_sym_LT_EQ] = ACTIONS(4450), - [anon_sym_GT_EQ] = ACTIONS(4450), - [anon_sym_BANGin] = ACTIONS(4450), - [anon_sym_is] = ACTIONS(4448), - [anon_sym_BANGis] = ACTIONS(4450), - [anon_sym_PLUS] = ACTIONS(4448), - [anon_sym_DASH] = ACTIONS(4448), - [anon_sym_SLASH] = ACTIONS(4448), - [anon_sym_PERCENT] = ACTIONS(4448), - [anon_sym_as_QMARK] = ACTIONS(4450), - [anon_sym_PLUS_PLUS] = ACTIONS(4450), - [anon_sym_DASH_DASH] = ACTIONS(4450), - [anon_sym_BANG] = ACTIONS(4448), - [anon_sym_BANG_BANG] = ACTIONS(4450), - [anon_sym_data] = ACTIONS(4448), - [anon_sym_inner] = ACTIONS(4448), - [anon_sym_expect] = ACTIONS(4448), - [anon_sym_actual] = ACTIONS(4448), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4450), - [anon_sym_continue_AT] = ACTIONS(4450), - [anon_sym_break_AT] = ACTIONS(4450), - [sym_real_literal] = ACTIONS(4450), - [sym_integer_literal] = ACTIONS(4448), - [sym_hex_literal] = ACTIONS(4450), - [sym_bin_literal] = ACTIONS(4450), - [anon_sym_true] = ACTIONS(4448), - [anon_sym_false] = ACTIONS(4448), - [anon_sym_SQUOTE] = ACTIONS(4450), - [sym__backtick_identifier] = ACTIONS(4450), - [sym__automatic_semicolon] = ACTIONS(4450), - [sym_safe_nav] = ACTIONS(4450), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4450), - }, - [3180] = { - [sym__alpha_identifier] = ACTIONS(4643), - [anon_sym_AT] = ACTIONS(4645), - [anon_sym_LBRACK] = ACTIONS(4645), - [anon_sym_as] = ACTIONS(4643), - [anon_sym_EQ] = ACTIONS(4643), - [anon_sym_LBRACE] = ACTIONS(4645), - [anon_sym_RBRACE] = ACTIONS(4645), - [anon_sym_LPAREN] = ACTIONS(4645), - [anon_sym_COMMA] = ACTIONS(4645), - [anon_sym_LT] = ACTIONS(4643), - [anon_sym_GT] = ACTIONS(4643), - [anon_sym_where] = ACTIONS(4643), - [anon_sym_object] = ACTIONS(4643), - [anon_sym_fun] = ACTIONS(4643), - [anon_sym_DOT] = ACTIONS(4643), - [anon_sym_SEMI] = ACTIONS(4645), - [anon_sym_get] = ACTIONS(4643), - [anon_sym_set] = ACTIONS(4643), - [anon_sym_this] = ACTIONS(4643), - [anon_sym_super] = ACTIONS(4643), - [anon_sym_STAR] = ACTIONS(4643), - [sym_label] = ACTIONS(4643), - [anon_sym_in] = ACTIONS(4643), - [anon_sym_DOT_DOT] = ACTIONS(4645), - [anon_sym_QMARK_COLON] = ACTIONS(4645), - [anon_sym_AMP_AMP] = ACTIONS(4645), - [anon_sym_PIPE_PIPE] = ACTIONS(4645), - [anon_sym_null] = ACTIONS(4643), - [anon_sym_if] = ACTIONS(4643), - [anon_sym_else] = ACTIONS(4643), - [anon_sym_when] = ACTIONS(4643), - [anon_sym_try] = ACTIONS(4643), - [anon_sym_throw] = ACTIONS(4643), - [anon_sym_return] = ACTIONS(4643), - [anon_sym_continue] = ACTIONS(4643), - [anon_sym_break] = ACTIONS(4643), - [anon_sym_COLON_COLON] = ACTIONS(4645), - [anon_sym_PLUS_EQ] = ACTIONS(4645), - [anon_sym_DASH_EQ] = ACTIONS(4645), - [anon_sym_STAR_EQ] = ACTIONS(4645), - [anon_sym_SLASH_EQ] = ACTIONS(4645), - [anon_sym_PERCENT_EQ] = ACTIONS(4645), - [anon_sym_BANG_EQ] = ACTIONS(4643), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4645), - [anon_sym_EQ_EQ] = ACTIONS(4643), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4645), - [anon_sym_LT_EQ] = ACTIONS(4645), - [anon_sym_GT_EQ] = ACTIONS(4645), - [anon_sym_BANGin] = ACTIONS(4645), - [anon_sym_is] = ACTIONS(4643), - [anon_sym_BANGis] = ACTIONS(4645), - [anon_sym_PLUS] = ACTIONS(4643), - [anon_sym_DASH] = ACTIONS(4643), - [anon_sym_SLASH] = ACTIONS(4643), - [anon_sym_PERCENT] = ACTIONS(4643), - [anon_sym_as_QMARK] = ACTIONS(4645), - [anon_sym_PLUS_PLUS] = ACTIONS(4645), - [anon_sym_DASH_DASH] = ACTIONS(4645), - [anon_sym_BANG] = ACTIONS(4643), - [anon_sym_BANG_BANG] = ACTIONS(4645), - [anon_sym_data] = ACTIONS(4643), - [anon_sym_inner] = ACTIONS(4643), - [anon_sym_expect] = ACTIONS(4643), - [anon_sym_actual] = ACTIONS(4643), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4645), - [anon_sym_continue_AT] = ACTIONS(4645), - [anon_sym_break_AT] = ACTIONS(4645), - [sym_real_literal] = ACTIONS(4645), - [sym_integer_literal] = ACTIONS(4643), - [sym_hex_literal] = ACTIONS(4645), - [sym_bin_literal] = ACTIONS(4645), - [anon_sym_true] = ACTIONS(4643), - [anon_sym_false] = ACTIONS(4643), - [anon_sym_SQUOTE] = ACTIONS(4645), - [sym__backtick_identifier] = ACTIONS(4645), - [sym__automatic_semicolon] = ACTIONS(4645), - [sym_safe_nav] = ACTIONS(4645), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4645), - }, - [3181] = { - [sym__alpha_identifier] = ACTIONS(4843), - [anon_sym_AT] = ACTIONS(4845), - [anon_sym_LBRACK] = ACTIONS(4845), - [anon_sym_as] = ACTIONS(4843), - [anon_sym_EQ] = ACTIONS(4843), - [anon_sym_LBRACE] = ACTIONS(4845), - [anon_sym_RBRACE] = ACTIONS(4845), - [anon_sym_LPAREN] = ACTIONS(4845), - [anon_sym_COMMA] = ACTIONS(4845), - [anon_sym_LT] = ACTIONS(4843), - [anon_sym_GT] = ACTIONS(4843), - [anon_sym_where] = ACTIONS(4843), - [anon_sym_object] = ACTIONS(4843), - [anon_sym_fun] = ACTIONS(4843), - [anon_sym_DOT] = ACTIONS(4843), - [anon_sym_SEMI] = ACTIONS(4845), - [anon_sym_get] = ACTIONS(4843), - [anon_sym_set] = ACTIONS(4843), - [anon_sym_this] = ACTIONS(4843), - [anon_sym_super] = ACTIONS(4843), - [anon_sym_STAR] = ACTIONS(4843), - [sym_label] = ACTIONS(4843), - [anon_sym_in] = ACTIONS(4843), - [anon_sym_DOT_DOT] = ACTIONS(4845), - [anon_sym_QMARK_COLON] = ACTIONS(4845), - [anon_sym_AMP_AMP] = ACTIONS(4845), - [anon_sym_PIPE_PIPE] = ACTIONS(4845), - [anon_sym_null] = ACTIONS(4843), - [anon_sym_if] = ACTIONS(4843), - [anon_sym_else] = ACTIONS(4843), - [anon_sym_when] = ACTIONS(4843), - [anon_sym_try] = ACTIONS(4843), - [anon_sym_throw] = ACTIONS(4843), - [anon_sym_return] = ACTIONS(4843), - [anon_sym_continue] = ACTIONS(4843), - [anon_sym_break] = ACTIONS(4843), - [anon_sym_COLON_COLON] = ACTIONS(4845), - [anon_sym_PLUS_EQ] = ACTIONS(4845), - [anon_sym_DASH_EQ] = ACTIONS(4845), - [anon_sym_STAR_EQ] = ACTIONS(4845), - [anon_sym_SLASH_EQ] = ACTIONS(4845), - [anon_sym_PERCENT_EQ] = ACTIONS(4845), - [anon_sym_BANG_EQ] = ACTIONS(4843), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4845), - [anon_sym_EQ_EQ] = ACTIONS(4843), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4845), - [anon_sym_LT_EQ] = ACTIONS(4845), - [anon_sym_GT_EQ] = ACTIONS(4845), - [anon_sym_BANGin] = ACTIONS(4845), - [anon_sym_is] = ACTIONS(4843), - [anon_sym_BANGis] = ACTIONS(4845), - [anon_sym_PLUS] = ACTIONS(4843), - [anon_sym_DASH] = ACTIONS(4843), - [anon_sym_SLASH] = ACTIONS(4843), - [anon_sym_PERCENT] = ACTIONS(4843), - [anon_sym_as_QMARK] = ACTIONS(4845), - [anon_sym_PLUS_PLUS] = ACTIONS(4845), - [anon_sym_DASH_DASH] = ACTIONS(4845), - [anon_sym_BANG] = ACTIONS(4843), - [anon_sym_BANG_BANG] = ACTIONS(4845), - [anon_sym_data] = ACTIONS(4843), - [anon_sym_inner] = ACTIONS(4843), - [anon_sym_expect] = ACTIONS(4843), - [anon_sym_actual] = ACTIONS(4843), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4845), - [anon_sym_continue_AT] = ACTIONS(4845), - [anon_sym_break_AT] = ACTIONS(4845), - [sym_real_literal] = ACTIONS(4845), - [sym_integer_literal] = ACTIONS(4843), - [sym_hex_literal] = ACTIONS(4845), - [sym_bin_literal] = ACTIONS(4845), - [anon_sym_true] = ACTIONS(4843), - [anon_sym_false] = ACTIONS(4843), - [anon_sym_SQUOTE] = ACTIONS(4845), - [sym__backtick_identifier] = ACTIONS(4845), - [sym__automatic_semicolon] = ACTIONS(4845), - [sym_safe_nav] = ACTIONS(4845), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4845), - }, - [3182] = { - [sym__alpha_identifier] = ACTIONS(4833), - [anon_sym_AT] = ACTIONS(4835), - [anon_sym_LBRACK] = ACTIONS(4835), - [anon_sym_as] = ACTIONS(4833), - [anon_sym_EQ] = ACTIONS(4833), - [anon_sym_LBRACE] = ACTIONS(4835), - [anon_sym_RBRACE] = ACTIONS(4835), - [anon_sym_LPAREN] = ACTIONS(4835), - [anon_sym_COMMA] = ACTIONS(4835), - [anon_sym_LT] = ACTIONS(4833), - [anon_sym_GT] = ACTIONS(4833), - [anon_sym_where] = ACTIONS(4833), - [anon_sym_object] = ACTIONS(4833), - [anon_sym_fun] = ACTIONS(4833), - [anon_sym_DOT] = ACTIONS(4833), - [anon_sym_SEMI] = ACTIONS(4835), - [anon_sym_get] = ACTIONS(4833), - [anon_sym_set] = ACTIONS(4833), - [anon_sym_this] = ACTIONS(4833), - [anon_sym_super] = ACTIONS(4833), - [anon_sym_STAR] = ACTIONS(4833), - [sym_label] = ACTIONS(4833), - [anon_sym_in] = ACTIONS(4833), - [anon_sym_DOT_DOT] = ACTIONS(4835), - [anon_sym_QMARK_COLON] = ACTIONS(4835), - [anon_sym_AMP_AMP] = ACTIONS(4835), - [anon_sym_PIPE_PIPE] = ACTIONS(4835), - [anon_sym_null] = ACTIONS(4833), - [anon_sym_if] = ACTIONS(4833), - [anon_sym_else] = ACTIONS(4833), - [anon_sym_when] = ACTIONS(4833), - [anon_sym_try] = ACTIONS(4833), - [anon_sym_throw] = ACTIONS(4833), - [anon_sym_return] = ACTIONS(4833), - [anon_sym_continue] = ACTIONS(4833), - [anon_sym_break] = ACTIONS(4833), - [anon_sym_COLON_COLON] = ACTIONS(4835), - [anon_sym_PLUS_EQ] = ACTIONS(4835), - [anon_sym_DASH_EQ] = ACTIONS(4835), - [anon_sym_STAR_EQ] = ACTIONS(4835), - [anon_sym_SLASH_EQ] = ACTIONS(4835), - [anon_sym_PERCENT_EQ] = ACTIONS(4835), - [anon_sym_BANG_EQ] = ACTIONS(4833), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4835), - [anon_sym_EQ_EQ] = ACTIONS(4833), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4835), - [anon_sym_LT_EQ] = ACTIONS(4835), - [anon_sym_GT_EQ] = ACTIONS(4835), - [anon_sym_BANGin] = ACTIONS(4835), - [anon_sym_is] = ACTIONS(4833), - [anon_sym_BANGis] = ACTIONS(4835), - [anon_sym_PLUS] = ACTIONS(4833), - [anon_sym_DASH] = ACTIONS(4833), - [anon_sym_SLASH] = ACTIONS(4833), - [anon_sym_PERCENT] = ACTIONS(4833), - [anon_sym_as_QMARK] = ACTIONS(4835), - [anon_sym_PLUS_PLUS] = ACTIONS(4835), - [anon_sym_DASH_DASH] = ACTIONS(4835), - [anon_sym_BANG] = ACTIONS(4833), - [anon_sym_BANG_BANG] = ACTIONS(4835), - [anon_sym_data] = ACTIONS(4833), - [anon_sym_inner] = ACTIONS(4833), - [anon_sym_expect] = ACTIONS(4833), - [anon_sym_actual] = ACTIONS(4833), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4835), - [anon_sym_continue_AT] = ACTIONS(4835), - [anon_sym_break_AT] = ACTIONS(4835), - [sym_real_literal] = ACTIONS(4835), - [sym_integer_literal] = ACTIONS(4833), - [sym_hex_literal] = ACTIONS(4835), - [sym_bin_literal] = ACTIONS(4835), - [anon_sym_true] = ACTIONS(4833), - [anon_sym_false] = ACTIONS(4833), - [anon_sym_SQUOTE] = ACTIONS(4835), - [sym__backtick_identifier] = ACTIONS(4835), - [sym__automatic_semicolon] = ACTIONS(4835), - [sym_safe_nav] = ACTIONS(4835), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4835), - }, - [3183] = { - [sym__alpha_identifier] = ACTIONS(4481), - [anon_sym_AT] = ACTIONS(4483), - [anon_sym_LBRACK] = ACTIONS(4483), - [anon_sym_RBRACK] = ACTIONS(4483), - [anon_sym_as] = ACTIONS(4481), - [anon_sym_EQ] = ACTIONS(4481), - [anon_sym_LBRACE] = ACTIONS(4483), - [anon_sym_RBRACE] = ACTIONS(4483), - [anon_sym_LPAREN] = ACTIONS(4483), - [anon_sym_COMMA] = ACTIONS(4483), - [anon_sym_RPAREN] = ACTIONS(4483), - [anon_sym_LT] = ACTIONS(4481), - [anon_sym_GT] = ACTIONS(4481), - [anon_sym_where] = ACTIONS(4481), - [anon_sym_DOT] = ACTIONS(4481), - [anon_sym_SEMI] = ACTIONS(4483), - [anon_sym_get] = ACTIONS(4481), - [anon_sym_set] = ACTIONS(4481), - [anon_sym_STAR] = ACTIONS(4481), - [anon_sym_DASH_GT] = ACTIONS(4483), - [sym_label] = ACTIONS(4483), - [anon_sym_in] = ACTIONS(4481), - [anon_sym_while] = ACTIONS(4481), - [anon_sym_DOT_DOT] = ACTIONS(4483), - [anon_sym_QMARK_COLON] = ACTIONS(4483), - [anon_sym_AMP_AMP] = ACTIONS(4483), - [anon_sym_PIPE_PIPE] = ACTIONS(4483), - [anon_sym_else] = ACTIONS(4481), - [anon_sym_COLON_COLON] = ACTIONS(4483), - [anon_sym_PLUS_EQ] = ACTIONS(4483), - [anon_sym_DASH_EQ] = ACTIONS(4483), - [anon_sym_STAR_EQ] = ACTIONS(4483), - [anon_sym_SLASH_EQ] = ACTIONS(4483), - [anon_sym_PERCENT_EQ] = ACTIONS(4483), - [anon_sym_BANG_EQ] = ACTIONS(4481), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4483), - [anon_sym_EQ_EQ] = ACTIONS(4481), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4483), - [anon_sym_LT_EQ] = ACTIONS(4483), - [anon_sym_GT_EQ] = ACTIONS(4483), - [anon_sym_BANGin] = ACTIONS(4483), - [anon_sym_is] = ACTIONS(4481), - [anon_sym_BANGis] = ACTIONS(4483), - [anon_sym_PLUS] = ACTIONS(4481), - [anon_sym_DASH] = ACTIONS(4481), - [anon_sym_SLASH] = ACTIONS(4481), - [anon_sym_PERCENT] = ACTIONS(4481), - [anon_sym_as_QMARK] = ACTIONS(4483), - [anon_sym_PLUS_PLUS] = ACTIONS(4483), - [anon_sym_DASH_DASH] = ACTIONS(4483), - [anon_sym_BANG_BANG] = ACTIONS(4483), - [anon_sym_suspend] = ACTIONS(4481), - [anon_sym_sealed] = ACTIONS(4481), - [anon_sym_annotation] = ACTIONS(4481), - [anon_sym_data] = ACTIONS(4481), - [anon_sym_inner] = ACTIONS(4481), - [anon_sym_override] = ACTIONS(4481), - [anon_sym_lateinit] = ACTIONS(4481), - [anon_sym_public] = ACTIONS(4481), - [anon_sym_private] = ACTIONS(4481), - [anon_sym_internal] = ACTIONS(4481), - [anon_sym_protected] = ACTIONS(4481), - [anon_sym_tailrec] = ACTIONS(4481), - [anon_sym_operator] = ACTIONS(4481), - [anon_sym_infix] = ACTIONS(4481), - [anon_sym_inline] = ACTIONS(4481), - [anon_sym_external] = ACTIONS(4481), - [sym_property_modifier] = ACTIONS(4481), - [anon_sym_abstract] = ACTIONS(4481), - [anon_sym_final] = ACTIONS(4481), - [anon_sym_open] = ACTIONS(4481), - [anon_sym_vararg] = ACTIONS(4481), - [anon_sym_noinline] = ACTIONS(4481), - [anon_sym_crossinline] = ACTIONS(4481), - [anon_sym_expect] = ACTIONS(4481), - [anon_sym_actual] = ACTIONS(4481), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4483), - [sym_safe_nav] = ACTIONS(4483), - [sym_multiline_comment] = ACTIONS(3), - }, - [3184] = { - [sym__alpha_identifier] = ACTIONS(4738), - [anon_sym_AT] = ACTIONS(4740), - [anon_sym_LBRACK] = ACTIONS(4740), - [anon_sym_RBRACK] = ACTIONS(4740), - [anon_sym_as] = ACTIONS(4738), - [anon_sym_EQ] = ACTIONS(4738), - [anon_sym_LBRACE] = ACTIONS(4740), - [anon_sym_RBRACE] = ACTIONS(4740), - [anon_sym_LPAREN] = ACTIONS(4740), - [anon_sym_COMMA] = ACTIONS(4740), - [anon_sym_RPAREN] = ACTIONS(4740), - [anon_sym_LT] = ACTIONS(4738), - [anon_sym_GT] = ACTIONS(4738), - [anon_sym_where] = ACTIONS(4738), - [anon_sym_DOT] = ACTIONS(4738), - [anon_sym_SEMI] = ACTIONS(4740), - [anon_sym_get] = ACTIONS(4738), - [anon_sym_set] = ACTIONS(4738), - [anon_sym_STAR] = ACTIONS(4738), - [anon_sym_DASH_GT] = ACTIONS(4740), - [sym_label] = ACTIONS(4740), - [anon_sym_in] = ACTIONS(4738), - [anon_sym_while] = ACTIONS(4738), - [anon_sym_DOT_DOT] = ACTIONS(4740), - [anon_sym_QMARK_COLON] = ACTIONS(4740), - [anon_sym_AMP_AMP] = ACTIONS(4740), - [anon_sym_PIPE_PIPE] = ACTIONS(4740), - [anon_sym_else] = ACTIONS(4738), - [anon_sym_COLON_COLON] = ACTIONS(4740), - [anon_sym_PLUS_EQ] = ACTIONS(4740), - [anon_sym_DASH_EQ] = ACTIONS(4740), - [anon_sym_STAR_EQ] = ACTIONS(4740), - [anon_sym_SLASH_EQ] = ACTIONS(4740), - [anon_sym_PERCENT_EQ] = ACTIONS(4740), - [anon_sym_BANG_EQ] = ACTIONS(4738), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4740), - [anon_sym_EQ_EQ] = ACTIONS(4738), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4740), - [anon_sym_LT_EQ] = ACTIONS(4740), - [anon_sym_GT_EQ] = ACTIONS(4740), - [anon_sym_BANGin] = ACTIONS(4740), - [anon_sym_is] = ACTIONS(4738), - [anon_sym_BANGis] = ACTIONS(4740), - [anon_sym_PLUS] = ACTIONS(4738), - [anon_sym_DASH] = ACTIONS(4738), - [anon_sym_SLASH] = ACTIONS(4738), - [anon_sym_PERCENT] = ACTIONS(4738), - [anon_sym_as_QMARK] = ACTIONS(4740), - [anon_sym_PLUS_PLUS] = ACTIONS(4740), - [anon_sym_DASH_DASH] = ACTIONS(4740), - [anon_sym_BANG_BANG] = ACTIONS(4740), - [anon_sym_suspend] = ACTIONS(4738), - [anon_sym_sealed] = ACTIONS(4738), - [anon_sym_annotation] = ACTIONS(4738), - [anon_sym_data] = ACTIONS(4738), - [anon_sym_inner] = ACTIONS(4738), - [anon_sym_override] = ACTIONS(4738), - [anon_sym_lateinit] = ACTIONS(4738), - [anon_sym_public] = ACTIONS(4738), - [anon_sym_private] = ACTIONS(4738), - [anon_sym_internal] = ACTIONS(4738), - [anon_sym_protected] = ACTIONS(4738), - [anon_sym_tailrec] = ACTIONS(4738), - [anon_sym_operator] = ACTIONS(4738), - [anon_sym_infix] = ACTIONS(4738), - [anon_sym_inline] = ACTIONS(4738), - [anon_sym_external] = ACTIONS(4738), - [sym_property_modifier] = ACTIONS(4738), - [anon_sym_abstract] = ACTIONS(4738), - [anon_sym_final] = ACTIONS(4738), - [anon_sym_open] = ACTIONS(4738), - [anon_sym_vararg] = ACTIONS(4738), - [anon_sym_noinline] = ACTIONS(4738), - [anon_sym_crossinline] = ACTIONS(4738), - [anon_sym_expect] = ACTIONS(4738), - [anon_sym_actual] = ACTIONS(4738), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4740), - [sym_safe_nav] = ACTIONS(4740), - [sym_multiline_comment] = ACTIONS(3), - }, - [3185] = { - [sym__alpha_identifier] = ACTIONS(4847), - [anon_sym_AT] = ACTIONS(4849), - [anon_sym_LBRACK] = ACTIONS(4849), - [anon_sym_as] = ACTIONS(4847), - [anon_sym_EQ] = ACTIONS(4847), - [anon_sym_LBRACE] = ACTIONS(4849), - [anon_sym_RBRACE] = ACTIONS(4849), - [anon_sym_LPAREN] = ACTIONS(4849), - [anon_sym_COMMA] = ACTIONS(4849), - [anon_sym_LT] = ACTIONS(4847), - [anon_sym_GT] = ACTIONS(4847), - [anon_sym_where] = ACTIONS(4847), - [anon_sym_object] = ACTIONS(4847), - [anon_sym_fun] = ACTIONS(4847), - [anon_sym_DOT] = ACTIONS(4847), - [anon_sym_SEMI] = ACTIONS(4849), - [anon_sym_get] = ACTIONS(4847), - [anon_sym_set] = ACTIONS(4847), - [anon_sym_this] = ACTIONS(4847), - [anon_sym_super] = ACTIONS(4847), - [anon_sym_STAR] = ACTIONS(4847), - [sym_label] = ACTIONS(4847), - [anon_sym_in] = ACTIONS(4847), - [anon_sym_DOT_DOT] = ACTIONS(4849), - [anon_sym_QMARK_COLON] = ACTIONS(4849), - [anon_sym_AMP_AMP] = ACTIONS(4849), - [anon_sym_PIPE_PIPE] = ACTIONS(4849), - [anon_sym_null] = ACTIONS(4847), - [anon_sym_if] = ACTIONS(4847), - [anon_sym_else] = ACTIONS(4847), - [anon_sym_when] = ACTIONS(4847), - [anon_sym_try] = ACTIONS(4847), - [anon_sym_throw] = ACTIONS(4847), - [anon_sym_return] = ACTIONS(4847), - [anon_sym_continue] = ACTIONS(4847), - [anon_sym_break] = ACTIONS(4847), - [anon_sym_COLON_COLON] = ACTIONS(4849), - [anon_sym_PLUS_EQ] = ACTIONS(4849), - [anon_sym_DASH_EQ] = ACTIONS(4849), - [anon_sym_STAR_EQ] = ACTIONS(4849), - [anon_sym_SLASH_EQ] = ACTIONS(4849), - [anon_sym_PERCENT_EQ] = ACTIONS(4849), - [anon_sym_BANG_EQ] = ACTIONS(4847), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4849), - [anon_sym_EQ_EQ] = ACTIONS(4847), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4849), - [anon_sym_LT_EQ] = ACTIONS(4849), - [anon_sym_GT_EQ] = ACTIONS(4849), - [anon_sym_BANGin] = ACTIONS(4849), - [anon_sym_is] = ACTIONS(4847), - [anon_sym_BANGis] = ACTIONS(4849), - [anon_sym_PLUS] = ACTIONS(4847), - [anon_sym_DASH] = ACTIONS(4847), - [anon_sym_SLASH] = ACTIONS(4847), - [anon_sym_PERCENT] = ACTIONS(4847), - [anon_sym_as_QMARK] = ACTIONS(4849), - [anon_sym_PLUS_PLUS] = ACTIONS(4849), - [anon_sym_DASH_DASH] = ACTIONS(4849), - [anon_sym_BANG] = ACTIONS(4847), - [anon_sym_BANG_BANG] = ACTIONS(4849), - [anon_sym_data] = ACTIONS(4847), - [anon_sym_inner] = ACTIONS(4847), - [anon_sym_expect] = ACTIONS(4847), - [anon_sym_actual] = ACTIONS(4847), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4849), - [anon_sym_continue_AT] = ACTIONS(4849), - [anon_sym_break_AT] = ACTIONS(4849), - [sym_real_literal] = ACTIONS(4849), - [sym_integer_literal] = ACTIONS(4847), - [sym_hex_literal] = ACTIONS(4849), - [sym_bin_literal] = ACTIONS(4849), - [anon_sym_true] = ACTIONS(4847), - [anon_sym_false] = ACTIONS(4847), - [anon_sym_SQUOTE] = ACTIONS(4849), - [sym__backtick_identifier] = ACTIONS(4849), - [sym__automatic_semicolon] = ACTIONS(4849), - [sym_safe_nav] = ACTIONS(4849), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4849), - }, - [3186] = { - [sym__alpha_identifier] = ACTIONS(5019), - [anon_sym_AT] = ACTIONS(5021), - [anon_sym_LBRACK] = ACTIONS(5021), - [anon_sym_RBRACK] = ACTIONS(5021), - [anon_sym_as] = ACTIONS(5019), - [anon_sym_EQ] = ACTIONS(5019), - [anon_sym_LBRACE] = ACTIONS(5021), - [anon_sym_RBRACE] = ACTIONS(5021), - [anon_sym_LPAREN] = ACTIONS(5021), - [anon_sym_COMMA] = ACTIONS(5021), - [anon_sym_RPAREN] = ACTIONS(5021), - [anon_sym_LT] = ACTIONS(5019), - [anon_sym_GT] = ACTIONS(5019), - [anon_sym_where] = ACTIONS(5019), - [anon_sym_DOT] = ACTIONS(5019), - [anon_sym_SEMI] = ACTIONS(5021), - [anon_sym_get] = ACTIONS(5019), - [anon_sym_set] = ACTIONS(5019), - [anon_sym_STAR] = ACTIONS(5019), - [anon_sym_DASH_GT] = ACTIONS(5021), - [sym_label] = ACTIONS(5021), - [anon_sym_in] = ACTIONS(5019), - [anon_sym_while] = ACTIONS(5019), - [anon_sym_DOT_DOT] = ACTIONS(5021), - [anon_sym_QMARK_COLON] = ACTIONS(5021), - [anon_sym_AMP_AMP] = ACTIONS(5021), - [anon_sym_PIPE_PIPE] = ACTIONS(5021), - [anon_sym_else] = ACTIONS(5019), - [anon_sym_COLON_COLON] = ACTIONS(5021), - [anon_sym_PLUS_EQ] = ACTIONS(5021), - [anon_sym_DASH_EQ] = ACTIONS(5021), - [anon_sym_STAR_EQ] = ACTIONS(5021), - [anon_sym_SLASH_EQ] = ACTIONS(5021), - [anon_sym_PERCENT_EQ] = ACTIONS(5021), - [anon_sym_BANG_EQ] = ACTIONS(5019), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5021), - [anon_sym_EQ_EQ] = ACTIONS(5019), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5021), - [anon_sym_LT_EQ] = ACTIONS(5021), - [anon_sym_GT_EQ] = ACTIONS(5021), - [anon_sym_BANGin] = ACTIONS(5021), - [anon_sym_is] = ACTIONS(5019), - [anon_sym_BANGis] = ACTIONS(5021), - [anon_sym_PLUS] = ACTIONS(5019), - [anon_sym_DASH] = ACTIONS(5019), - [anon_sym_SLASH] = ACTIONS(5019), - [anon_sym_PERCENT] = ACTIONS(5019), - [anon_sym_as_QMARK] = ACTIONS(5021), - [anon_sym_PLUS_PLUS] = ACTIONS(5021), - [anon_sym_DASH_DASH] = ACTIONS(5021), - [anon_sym_BANG_BANG] = ACTIONS(5021), - [anon_sym_suspend] = ACTIONS(5019), - [anon_sym_sealed] = ACTIONS(5019), - [anon_sym_annotation] = ACTIONS(5019), - [anon_sym_data] = ACTIONS(5019), - [anon_sym_inner] = ACTIONS(5019), - [anon_sym_override] = ACTIONS(5019), - [anon_sym_lateinit] = ACTIONS(5019), - [anon_sym_public] = ACTIONS(5019), - [anon_sym_private] = ACTIONS(5019), - [anon_sym_internal] = ACTIONS(5019), - [anon_sym_protected] = ACTIONS(5019), - [anon_sym_tailrec] = ACTIONS(5019), - [anon_sym_operator] = ACTIONS(5019), - [anon_sym_infix] = ACTIONS(5019), - [anon_sym_inline] = ACTIONS(5019), - [anon_sym_external] = ACTIONS(5019), - [sym_property_modifier] = ACTIONS(5019), - [anon_sym_abstract] = ACTIONS(5019), - [anon_sym_final] = ACTIONS(5019), - [anon_sym_open] = ACTIONS(5019), - [anon_sym_vararg] = ACTIONS(5019), - [anon_sym_noinline] = ACTIONS(5019), - [anon_sym_crossinline] = ACTIONS(5019), - [anon_sym_expect] = ACTIONS(5019), - [anon_sym_actual] = ACTIONS(5019), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5021), - [sym_safe_nav] = ACTIONS(5021), - [sym_multiline_comment] = ACTIONS(3), - }, - [3187] = { - [sym__alpha_identifier] = ACTIONS(3204), - [anon_sym_AT] = ACTIONS(3208), - [anon_sym_LBRACK] = ACTIONS(3208), - [anon_sym_RBRACK] = ACTIONS(3208), - [anon_sym_as] = ACTIONS(3204), - [anon_sym_EQ] = ACTIONS(3204), - [anon_sym_LBRACE] = ACTIONS(3208), - [anon_sym_RBRACE] = ACTIONS(3208), - [anon_sym_LPAREN] = ACTIONS(3208), - [anon_sym_COMMA] = ACTIONS(3208), - [anon_sym_RPAREN] = ACTIONS(3208), - [anon_sym_LT] = ACTIONS(3204), - [anon_sym_GT] = ACTIONS(3204), - [anon_sym_where] = ACTIONS(3204), - [anon_sym_DOT] = ACTIONS(3204), - [anon_sym_SEMI] = ACTIONS(3208), - [anon_sym_get] = ACTIONS(3204), - [anon_sym_set] = ACTIONS(3204), - [anon_sym_STAR] = ACTIONS(3204), - [anon_sym_DASH_GT] = ACTIONS(3208), - [sym_label] = ACTIONS(3208), - [anon_sym_in] = ACTIONS(3204), - [anon_sym_while] = ACTIONS(3204), - [anon_sym_DOT_DOT] = ACTIONS(3208), - [anon_sym_QMARK_COLON] = ACTIONS(3208), - [anon_sym_AMP_AMP] = ACTIONS(3208), - [anon_sym_PIPE_PIPE] = ACTIONS(3208), - [anon_sym_else] = ACTIONS(3204), - [anon_sym_COLON_COLON] = ACTIONS(3208), - [anon_sym_PLUS_EQ] = ACTIONS(3208), - [anon_sym_DASH_EQ] = ACTIONS(3208), - [anon_sym_STAR_EQ] = ACTIONS(3208), - [anon_sym_SLASH_EQ] = ACTIONS(3208), - [anon_sym_PERCENT_EQ] = ACTIONS(3208), - [anon_sym_BANG_EQ] = ACTIONS(3204), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3208), - [anon_sym_EQ_EQ] = ACTIONS(3204), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3208), - [anon_sym_LT_EQ] = ACTIONS(3208), - [anon_sym_GT_EQ] = ACTIONS(3208), - [anon_sym_BANGin] = ACTIONS(3208), - [anon_sym_is] = ACTIONS(3204), - [anon_sym_BANGis] = ACTIONS(3208), - [anon_sym_PLUS] = ACTIONS(3204), - [anon_sym_DASH] = ACTIONS(3204), - [anon_sym_SLASH] = ACTIONS(3204), - [anon_sym_PERCENT] = ACTIONS(3204), - [anon_sym_as_QMARK] = ACTIONS(3208), - [anon_sym_PLUS_PLUS] = ACTIONS(3208), - [anon_sym_DASH_DASH] = ACTIONS(3208), - [anon_sym_BANG_BANG] = ACTIONS(3208), - [anon_sym_suspend] = ACTIONS(3204), - [anon_sym_sealed] = ACTIONS(3204), - [anon_sym_annotation] = ACTIONS(3204), - [anon_sym_data] = ACTIONS(3204), - [anon_sym_inner] = ACTIONS(3204), - [anon_sym_override] = ACTIONS(3204), - [anon_sym_lateinit] = ACTIONS(3204), - [anon_sym_public] = ACTIONS(3204), - [anon_sym_private] = ACTIONS(3204), - [anon_sym_internal] = ACTIONS(3204), - [anon_sym_protected] = ACTIONS(3204), - [anon_sym_tailrec] = ACTIONS(3204), - [anon_sym_operator] = ACTIONS(3204), - [anon_sym_infix] = ACTIONS(3204), - [anon_sym_inline] = ACTIONS(3204), - [anon_sym_external] = ACTIONS(3204), - [sym_property_modifier] = ACTIONS(3204), - [anon_sym_abstract] = ACTIONS(3204), - [anon_sym_final] = ACTIONS(3204), - [anon_sym_open] = ACTIONS(3204), - [anon_sym_vararg] = ACTIONS(3204), - [anon_sym_noinline] = ACTIONS(3204), - [anon_sym_crossinline] = ACTIONS(3204), - [anon_sym_expect] = ACTIONS(3204), - [anon_sym_actual] = ACTIONS(3204), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3208), - [sym_safe_nav] = ACTIONS(3208), - [sym_multiline_comment] = ACTIONS(3), - }, - [3188] = { + [3190] = { [sym__alpha_identifier] = ACTIONS(5035), [anon_sym_AT] = ACTIONS(5037), [anon_sym_LBRACK] = ACTIONS(5037), + [anon_sym_RBRACK] = ACTIONS(5037), [anon_sym_as] = ACTIONS(5035), [anon_sym_EQ] = ACTIONS(5035), [anon_sym_LBRACE] = ACTIONS(5037), [anon_sym_RBRACE] = ACTIONS(5037), [anon_sym_LPAREN] = ACTIONS(5037), [anon_sym_COMMA] = ACTIONS(5037), + [anon_sym_RPAREN] = ACTIONS(5037), [anon_sym_LT] = ACTIONS(5035), [anon_sym_GT] = ACTIONS(5035), [anon_sym_where] = ACTIONS(5035), - [anon_sym_object] = ACTIONS(5035), - [anon_sym_fun] = ACTIONS(5035), [anon_sym_DOT] = ACTIONS(5035), [anon_sym_SEMI] = ACTIONS(5037), [anon_sym_get] = ACTIONS(5035), [anon_sym_set] = ACTIONS(5035), - [anon_sym_this] = ACTIONS(5035), - [anon_sym_super] = ACTIONS(5035), [anon_sym_STAR] = ACTIONS(5035), - [sym_label] = ACTIONS(5035), + [anon_sym_DASH_GT] = ACTIONS(5037), + [sym_label] = ACTIONS(5037), [anon_sym_in] = ACTIONS(5035), + [anon_sym_while] = ACTIONS(5035), [anon_sym_DOT_DOT] = ACTIONS(5037), [anon_sym_QMARK_COLON] = ACTIONS(5037), [anon_sym_AMP_AMP] = ACTIONS(5037), [anon_sym_PIPE_PIPE] = ACTIONS(5037), - [anon_sym_null] = ACTIONS(5035), - [anon_sym_if] = ACTIONS(5035), [anon_sym_else] = ACTIONS(5035), - [anon_sym_when] = ACTIONS(5035), - [anon_sym_try] = ACTIONS(5035), - [anon_sym_throw] = ACTIONS(5035), - [anon_sym_return] = ACTIONS(5035), - [anon_sym_continue] = ACTIONS(5035), - [anon_sym_break] = ACTIONS(5035), [anon_sym_COLON_COLON] = ACTIONS(5037), [anon_sym_PLUS_EQ] = ACTIONS(5037), [anon_sym_DASH_EQ] = ACTIONS(5037), @@ -357280,1178 +357586,202 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(5037), [anon_sym_PLUS_PLUS] = ACTIONS(5037), [anon_sym_DASH_DASH] = ACTIONS(5037), - [anon_sym_BANG] = ACTIONS(5035), [anon_sym_BANG_BANG] = ACTIONS(5037), + [anon_sym_suspend] = ACTIONS(5035), + [anon_sym_sealed] = ACTIONS(5035), + [anon_sym_annotation] = ACTIONS(5035), [anon_sym_data] = ACTIONS(5035), [anon_sym_inner] = ACTIONS(5035), + [anon_sym_override] = ACTIONS(5035), + [anon_sym_lateinit] = ACTIONS(5035), + [anon_sym_public] = ACTIONS(5035), + [anon_sym_private] = ACTIONS(5035), + [anon_sym_internal] = ACTIONS(5035), + [anon_sym_protected] = ACTIONS(5035), + [anon_sym_tailrec] = ACTIONS(5035), + [anon_sym_operator] = ACTIONS(5035), + [anon_sym_infix] = ACTIONS(5035), + [anon_sym_inline] = ACTIONS(5035), + [anon_sym_external] = ACTIONS(5035), + [sym_property_modifier] = ACTIONS(5035), + [anon_sym_abstract] = ACTIONS(5035), + [anon_sym_final] = ACTIONS(5035), + [anon_sym_open] = ACTIONS(5035), + [anon_sym_vararg] = ACTIONS(5035), + [anon_sym_noinline] = ACTIONS(5035), + [anon_sym_crossinline] = ACTIONS(5035), [anon_sym_expect] = ACTIONS(5035), [anon_sym_actual] = ACTIONS(5035), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5037), - [anon_sym_continue_AT] = ACTIONS(5037), - [anon_sym_break_AT] = ACTIONS(5037), - [sym_real_literal] = ACTIONS(5037), - [sym_integer_literal] = ACTIONS(5035), - [sym_hex_literal] = ACTIONS(5037), - [sym_bin_literal] = ACTIONS(5037), - [anon_sym_true] = ACTIONS(5035), - [anon_sym_false] = ACTIONS(5035), - [anon_sym_SQUOTE] = ACTIONS(5037), [sym__backtick_identifier] = ACTIONS(5037), - [sym__automatic_semicolon] = ACTIONS(5037), [sym_safe_nav] = ACTIONS(5037), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5037), - }, - [3189] = { - [sym__alpha_identifier] = ACTIONS(4406), - [anon_sym_AT] = ACTIONS(4408), - [anon_sym_LBRACK] = ACTIONS(4408), - [anon_sym_RBRACK] = ACTIONS(4408), - [anon_sym_as] = ACTIONS(4406), - [anon_sym_EQ] = ACTIONS(4777), - [anon_sym_LBRACE] = ACTIONS(4408), - [anon_sym_RBRACE] = ACTIONS(4408), - [anon_sym_LPAREN] = ACTIONS(4408), - [anon_sym_COMMA] = ACTIONS(4408), - [anon_sym_RPAREN] = ACTIONS(4408), - [anon_sym_LT] = ACTIONS(4406), - [anon_sym_GT] = ACTIONS(4406), - [anon_sym_where] = ACTIONS(4406), - [anon_sym_DOT] = ACTIONS(4406), - [anon_sym_SEMI] = ACTIONS(4408), - [anon_sym_get] = ACTIONS(4406), - [anon_sym_set] = ACTIONS(4406), - [anon_sym_STAR] = ACTIONS(4406), - [anon_sym_DASH_GT] = ACTIONS(4408), - [sym_label] = ACTIONS(4408), - [anon_sym_in] = ACTIONS(4406), - [anon_sym_while] = ACTIONS(4406), - [anon_sym_DOT_DOT] = ACTIONS(4408), - [anon_sym_QMARK_COLON] = ACTIONS(4408), - [anon_sym_AMP_AMP] = ACTIONS(4408), - [anon_sym_PIPE_PIPE] = ACTIONS(4408), - [anon_sym_else] = ACTIONS(4406), - [anon_sym_COLON_COLON] = ACTIONS(4408), - [anon_sym_PLUS_EQ] = ACTIONS(4779), - [anon_sym_DASH_EQ] = ACTIONS(4779), - [anon_sym_STAR_EQ] = ACTIONS(4779), - [anon_sym_SLASH_EQ] = ACTIONS(4779), - [anon_sym_PERCENT_EQ] = ACTIONS(4779), - [anon_sym_BANG_EQ] = ACTIONS(4406), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4408), - [anon_sym_EQ_EQ] = ACTIONS(4406), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4408), - [anon_sym_LT_EQ] = ACTIONS(4408), - [anon_sym_GT_EQ] = ACTIONS(4408), - [anon_sym_BANGin] = ACTIONS(4408), - [anon_sym_is] = ACTIONS(4406), - [anon_sym_BANGis] = ACTIONS(4408), - [anon_sym_PLUS] = ACTIONS(4406), - [anon_sym_DASH] = ACTIONS(4406), - [anon_sym_SLASH] = ACTIONS(4406), - [anon_sym_PERCENT] = ACTIONS(4406), - [anon_sym_as_QMARK] = ACTIONS(4408), - [anon_sym_PLUS_PLUS] = ACTIONS(4408), - [anon_sym_DASH_DASH] = ACTIONS(4408), - [anon_sym_BANG_BANG] = ACTIONS(4408), - [anon_sym_suspend] = ACTIONS(4406), - [anon_sym_sealed] = ACTIONS(4406), - [anon_sym_annotation] = ACTIONS(4406), - [anon_sym_data] = ACTIONS(4406), - [anon_sym_inner] = ACTIONS(4406), - [anon_sym_override] = ACTIONS(4406), - [anon_sym_lateinit] = ACTIONS(4406), - [anon_sym_public] = ACTIONS(4406), - [anon_sym_private] = ACTIONS(4406), - [anon_sym_internal] = ACTIONS(4406), - [anon_sym_protected] = ACTIONS(4406), - [anon_sym_tailrec] = ACTIONS(4406), - [anon_sym_operator] = ACTIONS(4406), - [anon_sym_infix] = ACTIONS(4406), - [anon_sym_inline] = ACTIONS(4406), - [anon_sym_external] = ACTIONS(4406), - [sym_property_modifier] = ACTIONS(4406), - [anon_sym_abstract] = ACTIONS(4406), - [anon_sym_final] = ACTIONS(4406), - [anon_sym_open] = ACTIONS(4406), - [anon_sym_vararg] = ACTIONS(4406), - [anon_sym_noinline] = ACTIONS(4406), - [anon_sym_crossinline] = ACTIONS(4406), - [anon_sym_expect] = ACTIONS(4406), - [anon_sym_actual] = ACTIONS(4406), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4408), - [sym_safe_nav] = ACTIONS(4408), - [sym_multiline_comment] = ACTIONS(3), - }, - [3190] = { - [sym__alpha_identifier] = ACTIONS(4213), - [anon_sym_AT] = ACTIONS(4215), - [anon_sym_LBRACK] = ACTIONS(4215), - [anon_sym_as] = ACTIONS(4213), - [anon_sym_EQ] = ACTIONS(4213), - [anon_sym_LBRACE] = ACTIONS(4215), - [anon_sym_RBRACE] = ACTIONS(4215), - [anon_sym_LPAREN] = ACTIONS(4215), - [anon_sym_COMMA] = ACTIONS(4215), - [anon_sym_LT] = ACTIONS(4213), - [anon_sym_GT] = ACTIONS(4213), - [anon_sym_where] = ACTIONS(4213), - [anon_sym_object] = ACTIONS(4213), - [anon_sym_fun] = ACTIONS(4213), - [anon_sym_DOT] = ACTIONS(4213), - [anon_sym_SEMI] = ACTIONS(4215), - [anon_sym_get] = ACTIONS(4213), - [anon_sym_set] = ACTIONS(4213), - [anon_sym_this] = ACTIONS(4213), - [anon_sym_super] = ACTIONS(4213), - [anon_sym_STAR] = ACTIONS(4213), - [sym_label] = ACTIONS(4213), - [anon_sym_in] = ACTIONS(4213), - [anon_sym_DOT_DOT] = ACTIONS(4215), - [anon_sym_QMARK_COLON] = ACTIONS(4215), - [anon_sym_AMP_AMP] = ACTIONS(4215), - [anon_sym_PIPE_PIPE] = ACTIONS(4215), - [anon_sym_null] = ACTIONS(4213), - [anon_sym_if] = ACTIONS(4213), - [anon_sym_else] = ACTIONS(4213), - [anon_sym_when] = ACTIONS(4213), - [anon_sym_try] = ACTIONS(4213), - [anon_sym_throw] = ACTIONS(4213), - [anon_sym_return] = ACTIONS(4213), - [anon_sym_continue] = ACTIONS(4213), - [anon_sym_break] = ACTIONS(4213), - [anon_sym_COLON_COLON] = ACTIONS(4215), - [anon_sym_PLUS_EQ] = ACTIONS(4215), - [anon_sym_DASH_EQ] = ACTIONS(4215), - [anon_sym_STAR_EQ] = ACTIONS(4215), - [anon_sym_SLASH_EQ] = ACTIONS(4215), - [anon_sym_PERCENT_EQ] = ACTIONS(4215), - [anon_sym_BANG_EQ] = ACTIONS(4213), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4215), - [anon_sym_EQ_EQ] = ACTIONS(4213), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4215), - [anon_sym_LT_EQ] = ACTIONS(4215), - [anon_sym_GT_EQ] = ACTIONS(4215), - [anon_sym_BANGin] = ACTIONS(4215), - [anon_sym_is] = ACTIONS(4213), - [anon_sym_BANGis] = ACTIONS(4215), - [anon_sym_PLUS] = ACTIONS(4213), - [anon_sym_DASH] = ACTIONS(4213), - [anon_sym_SLASH] = ACTIONS(4213), - [anon_sym_PERCENT] = ACTIONS(4213), - [anon_sym_as_QMARK] = ACTIONS(4215), - [anon_sym_PLUS_PLUS] = ACTIONS(4215), - [anon_sym_DASH_DASH] = ACTIONS(4215), - [anon_sym_BANG] = ACTIONS(4213), - [anon_sym_BANG_BANG] = ACTIONS(4215), - [anon_sym_data] = ACTIONS(4213), - [anon_sym_inner] = ACTIONS(4213), - [anon_sym_expect] = ACTIONS(4213), - [anon_sym_actual] = ACTIONS(4213), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4215), - [anon_sym_continue_AT] = ACTIONS(4215), - [anon_sym_break_AT] = ACTIONS(4215), - [sym_real_literal] = ACTIONS(4215), - [sym_integer_literal] = ACTIONS(4213), - [sym_hex_literal] = ACTIONS(4215), - [sym_bin_literal] = ACTIONS(4215), - [anon_sym_true] = ACTIONS(4213), - [anon_sym_false] = ACTIONS(4213), - [anon_sym_SQUOTE] = ACTIONS(4215), - [sym__backtick_identifier] = ACTIONS(4215), - [sym__automatic_semicolon] = ACTIONS(4215), - [sym_safe_nav] = ACTIONS(4215), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4215), }, [3191] = { - [sym__alpha_identifier] = ACTIONS(5055), - [anon_sym_AT] = ACTIONS(5057), - [anon_sym_LBRACK] = ACTIONS(5057), - [anon_sym_as] = ACTIONS(5055), - [anon_sym_EQ] = ACTIONS(5055), - [anon_sym_LBRACE] = ACTIONS(5057), - [anon_sym_RBRACE] = ACTIONS(5057), - [anon_sym_LPAREN] = ACTIONS(5057), - [anon_sym_COMMA] = ACTIONS(5057), - [anon_sym_LT] = ACTIONS(5055), - [anon_sym_GT] = ACTIONS(5055), - [anon_sym_where] = ACTIONS(5055), - [anon_sym_object] = ACTIONS(5055), - [anon_sym_fun] = ACTIONS(5055), - [anon_sym_DOT] = ACTIONS(5055), - [anon_sym_SEMI] = ACTIONS(5057), - [anon_sym_get] = ACTIONS(5055), - [anon_sym_set] = ACTIONS(5055), - [anon_sym_this] = ACTIONS(5055), - [anon_sym_super] = ACTIONS(5055), - [anon_sym_STAR] = ACTIONS(5055), - [sym_label] = ACTIONS(5055), - [anon_sym_in] = ACTIONS(5055), - [anon_sym_DOT_DOT] = ACTIONS(5057), - [anon_sym_QMARK_COLON] = ACTIONS(5057), - [anon_sym_AMP_AMP] = ACTIONS(5057), - [anon_sym_PIPE_PIPE] = ACTIONS(5057), - [anon_sym_null] = ACTIONS(5055), - [anon_sym_if] = ACTIONS(5055), - [anon_sym_else] = ACTIONS(5055), - [anon_sym_when] = ACTIONS(5055), - [anon_sym_try] = ACTIONS(5055), - [anon_sym_throw] = ACTIONS(5055), - [anon_sym_return] = ACTIONS(5055), - [anon_sym_continue] = ACTIONS(5055), - [anon_sym_break] = ACTIONS(5055), - [anon_sym_COLON_COLON] = ACTIONS(5057), - [anon_sym_PLUS_EQ] = ACTIONS(5057), - [anon_sym_DASH_EQ] = ACTIONS(5057), - [anon_sym_STAR_EQ] = ACTIONS(5057), - [anon_sym_SLASH_EQ] = ACTIONS(5057), - [anon_sym_PERCENT_EQ] = ACTIONS(5057), - [anon_sym_BANG_EQ] = ACTIONS(5055), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5057), - [anon_sym_EQ_EQ] = ACTIONS(5055), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5057), - [anon_sym_LT_EQ] = ACTIONS(5057), - [anon_sym_GT_EQ] = ACTIONS(5057), - [anon_sym_BANGin] = ACTIONS(5057), - [anon_sym_is] = ACTIONS(5055), - [anon_sym_BANGis] = ACTIONS(5057), - [anon_sym_PLUS] = ACTIONS(5055), - [anon_sym_DASH] = ACTIONS(5055), - [anon_sym_SLASH] = ACTIONS(5055), - [anon_sym_PERCENT] = ACTIONS(5055), - [anon_sym_as_QMARK] = ACTIONS(5057), - [anon_sym_PLUS_PLUS] = ACTIONS(5057), - [anon_sym_DASH_DASH] = ACTIONS(5057), - [anon_sym_BANG] = ACTIONS(5055), - [anon_sym_BANG_BANG] = ACTIONS(5057), - [anon_sym_data] = ACTIONS(5055), - [anon_sym_inner] = ACTIONS(5055), - [anon_sym_expect] = ACTIONS(5055), - [anon_sym_actual] = ACTIONS(5055), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5057), - [anon_sym_continue_AT] = ACTIONS(5057), - [anon_sym_break_AT] = ACTIONS(5057), - [sym_real_literal] = ACTIONS(5057), - [sym_integer_literal] = ACTIONS(5055), - [sym_hex_literal] = ACTIONS(5057), - [sym_bin_literal] = ACTIONS(5057), - [anon_sym_true] = ACTIONS(5055), - [anon_sym_false] = ACTIONS(5055), - [anon_sym_SQUOTE] = ACTIONS(5057), - [sym__backtick_identifier] = ACTIONS(5057), - [sym__automatic_semicolon] = ACTIONS(5057), - [sym_safe_nav] = ACTIONS(5057), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5057), - }, - [3192] = { - [sym__alpha_identifier] = ACTIONS(4730), - [anon_sym_AT] = ACTIONS(4732), - [anon_sym_LBRACK] = ACTIONS(4732), - [anon_sym_as] = ACTIONS(4730), - [anon_sym_EQ] = ACTIONS(4730), - [anon_sym_LBRACE] = ACTIONS(4732), - [anon_sym_RBRACE] = ACTIONS(4732), - [anon_sym_LPAREN] = ACTIONS(4732), - [anon_sym_COMMA] = ACTIONS(4732), - [anon_sym_LT] = ACTIONS(4730), - [anon_sym_GT] = ACTIONS(4730), - [anon_sym_where] = ACTIONS(4730), - [anon_sym_object] = ACTIONS(4730), - [anon_sym_fun] = ACTIONS(4730), - [anon_sym_DOT] = ACTIONS(4730), - [anon_sym_SEMI] = ACTIONS(4732), - [anon_sym_get] = ACTIONS(4730), - [anon_sym_set] = ACTIONS(4730), - [anon_sym_this] = ACTIONS(4730), - [anon_sym_super] = ACTIONS(4730), - [anon_sym_STAR] = ACTIONS(4730), - [sym_label] = ACTIONS(4730), - [anon_sym_in] = ACTIONS(4730), - [anon_sym_DOT_DOT] = ACTIONS(4732), - [anon_sym_QMARK_COLON] = ACTIONS(4732), - [anon_sym_AMP_AMP] = ACTIONS(4732), - [anon_sym_PIPE_PIPE] = ACTIONS(4732), - [anon_sym_null] = ACTIONS(4730), - [anon_sym_if] = ACTIONS(4730), - [anon_sym_else] = ACTIONS(4730), - [anon_sym_when] = ACTIONS(4730), - [anon_sym_try] = ACTIONS(4730), - [anon_sym_throw] = ACTIONS(4730), - [anon_sym_return] = ACTIONS(4730), - [anon_sym_continue] = ACTIONS(4730), - [anon_sym_break] = ACTIONS(4730), - [anon_sym_COLON_COLON] = ACTIONS(4732), - [anon_sym_PLUS_EQ] = ACTIONS(4732), - [anon_sym_DASH_EQ] = ACTIONS(4732), - [anon_sym_STAR_EQ] = ACTIONS(4732), - [anon_sym_SLASH_EQ] = ACTIONS(4732), - [anon_sym_PERCENT_EQ] = ACTIONS(4732), - [anon_sym_BANG_EQ] = ACTIONS(4730), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4732), - [anon_sym_EQ_EQ] = ACTIONS(4730), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4732), - [anon_sym_LT_EQ] = ACTIONS(4732), - [anon_sym_GT_EQ] = ACTIONS(4732), - [anon_sym_BANGin] = ACTIONS(4732), - [anon_sym_is] = ACTIONS(4730), - [anon_sym_BANGis] = ACTIONS(4732), - [anon_sym_PLUS] = ACTIONS(4730), - [anon_sym_DASH] = ACTIONS(4730), - [anon_sym_SLASH] = ACTIONS(4730), - [anon_sym_PERCENT] = ACTIONS(4730), - [anon_sym_as_QMARK] = ACTIONS(4732), - [anon_sym_PLUS_PLUS] = ACTIONS(4732), - [anon_sym_DASH_DASH] = ACTIONS(4732), - [anon_sym_BANG] = ACTIONS(4730), - [anon_sym_BANG_BANG] = ACTIONS(4732), - [anon_sym_data] = ACTIONS(4730), - [anon_sym_inner] = ACTIONS(4730), - [anon_sym_expect] = ACTIONS(4730), - [anon_sym_actual] = ACTIONS(4730), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4732), - [anon_sym_continue_AT] = ACTIONS(4732), - [anon_sym_break_AT] = ACTIONS(4732), - [sym_real_literal] = ACTIONS(4732), - [sym_integer_literal] = ACTIONS(4730), - [sym_hex_literal] = ACTIONS(4732), - [sym_bin_literal] = ACTIONS(4732), - [anon_sym_true] = ACTIONS(4730), - [anon_sym_false] = ACTIONS(4730), - [anon_sym_SQUOTE] = ACTIONS(4732), - [sym__backtick_identifier] = ACTIONS(4732), - [sym__automatic_semicolon] = ACTIONS(4732), - [sym_safe_nav] = ACTIONS(4732), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4732), - }, - [3193] = { - [sym__alpha_identifier] = ACTIONS(4495), - [anon_sym_AT] = ACTIONS(4497), - [anon_sym_LBRACK] = ACTIONS(4497), - [anon_sym_RBRACK] = ACTIONS(4497), - [anon_sym_as] = ACTIONS(4495), - [anon_sym_EQ] = ACTIONS(4495), - [anon_sym_LBRACE] = ACTIONS(4497), - [anon_sym_RBRACE] = ACTIONS(4497), - [anon_sym_LPAREN] = ACTIONS(4497), - [anon_sym_COMMA] = ACTIONS(4497), - [anon_sym_RPAREN] = ACTIONS(4497), - [anon_sym_LT] = ACTIONS(4495), - [anon_sym_GT] = ACTIONS(4495), - [anon_sym_where] = ACTIONS(4495), - [anon_sym_DOT] = ACTIONS(4495), - [anon_sym_SEMI] = ACTIONS(4497), - [anon_sym_get] = ACTIONS(4495), - [anon_sym_set] = ACTIONS(4495), - [anon_sym_STAR] = ACTIONS(4495), - [anon_sym_DASH_GT] = ACTIONS(4497), - [sym_label] = ACTIONS(4497), - [anon_sym_in] = ACTIONS(4495), - [anon_sym_while] = ACTIONS(4495), - [anon_sym_DOT_DOT] = ACTIONS(4497), - [anon_sym_QMARK_COLON] = ACTIONS(4497), - [anon_sym_AMP_AMP] = ACTIONS(4497), - [anon_sym_PIPE_PIPE] = ACTIONS(4497), - [anon_sym_else] = ACTIONS(4495), - [anon_sym_COLON_COLON] = ACTIONS(4497), - [anon_sym_PLUS_EQ] = ACTIONS(4497), - [anon_sym_DASH_EQ] = ACTIONS(4497), - [anon_sym_STAR_EQ] = ACTIONS(4497), - [anon_sym_SLASH_EQ] = ACTIONS(4497), - [anon_sym_PERCENT_EQ] = ACTIONS(4497), - [anon_sym_BANG_EQ] = ACTIONS(4495), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4497), - [anon_sym_EQ_EQ] = ACTIONS(4495), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4497), - [anon_sym_LT_EQ] = ACTIONS(4497), - [anon_sym_GT_EQ] = ACTIONS(4497), - [anon_sym_BANGin] = ACTIONS(4497), - [anon_sym_is] = ACTIONS(4495), - [anon_sym_BANGis] = ACTIONS(4497), - [anon_sym_PLUS] = ACTIONS(4495), - [anon_sym_DASH] = ACTIONS(4495), - [anon_sym_SLASH] = ACTIONS(4495), - [anon_sym_PERCENT] = ACTIONS(4495), - [anon_sym_as_QMARK] = ACTIONS(4497), - [anon_sym_PLUS_PLUS] = ACTIONS(4497), - [anon_sym_DASH_DASH] = ACTIONS(4497), - [anon_sym_BANG_BANG] = ACTIONS(4497), - [anon_sym_suspend] = ACTIONS(4495), - [anon_sym_sealed] = ACTIONS(4495), - [anon_sym_annotation] = ACTIONS(4495), - [anon_sym_data] = ACTIONS(4495), - [anon_sym_inner] = ACTIONS(4495), - [anon_sym_override] = ACTIONS(4495), - [anon_sym_lateinit] = ACTIONS(4495), - [anon_sym_public] = ACTIONS(4495), - [anon_sym_private] = ACTIONS(4495), - [anon_sym_internal] = ACTIONS(4495), - [anon_sym_protected] = ACTIONS(4495), - [anon_sym_tailrec] = ACTIONS(4495), - [anon_sym_operator] = ACTIONS(4495), - [anon_sym_infix] = ACTIONS(4495), - [anon_sym_inline] = ACTIONS(4495), - [anon_sym_external] = ACTIONS(4495), - [sym_property_modifier] = ACTIONS(4495), - [anon_sym_abstract] = ACTIONS(4495), - [anon_sym_final] = ACTIONS(4495), - [anon_sym_open] = ACTIONS(4495), - [anon_sym_vararg] = ACTIONS(4495), - [anon_sym_noinline] = ACTIONS(4495), - [anon_sym_crossinline] = ACTIONS(4495), - [anon_sym_expect] = ACTIONS(4495), - [anon_sym_actual] = ACTIONS(4495), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4497), - [sym_safe_nav] = ACTIONS(4497), - [sym_multiline_comment] = ACTIONS(3), - }, - [3194] = { - [sym__alpha_identifier] = ACTIONS(4765), - [anon_sym_AT] = ACTIONS(4767), - [anon_sym_LBRACK] = ACTIONS(4767), - [anon_sym_RBRACK] = ACTIONS(4767), - [anon_sym_as] = ACTIONS(4765), - [anon_sym_EQ] = ACTIONS(4765), - [anon_sym_LBRACE] = ACTIONS(4767), - [anon_sym_RBRACE] = ACTIONS(4767), - [anon_sym_LPAREN] = ACTIONS(4767), - [anon_sym_COMMA] = ACTIONS(4767), - [anon_sym_RPAREN] = ACTIONS(4767), - [anon_sym_LT] = ACTIONS(4765), - [anon_sym_GT] = ACTIONS(4765), - [anon_sym_where] = ACTIONS(4765), - [anon_sym_DOT] = ACTIONS(4765), - [anon_sym_SEMI] = ACTIONS(4767), - [anon_sym_get] = ACTIONS(4765), - [anon_sym_set] = ACTIONS(4765), - [anon_sym_STAR] = ACTIONS(4765), - [anon_sym_DASH_GT] = ACTIONS(4767), - [sym_label] = ACTIONS(4767), - [anon_sym_in] = ACTIONS(4765), - [anon_sym_while] = ACTIONS(4765), - [anon_sym_DOT_DOT] = ACTIONS(4767), - [anon_sym_QMARK_COLON] = ACTIONS(4767), - [anon_sym_AMP_AMP] = ACTIONS(4767), - [anon_sym_PIPE_PIPE] = ACTIONS(4767), - [anon_sym_else] = ACTIONS(4765), - [anon_sym_COLON_COLON] = ACTIONS(4767), - [anon_sym_PLUS_EQ] = ACTIONS(4767), - [anon_sym_DASH_EQ] = ACTIONS(4767), - [anon_sym_STAR_EQ] = ACTIONS(4767), - [anon_sym_SLASH_EQ] = ACTIONS(4767), - [anon_sym_PERCENT_EQ] = ACTIONS(4767), - [anon_sym_BANG_EQ] = ACTIONS(4765), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4767), - [anon_sym_EQ_EQ] = ACTIONS(4765), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4767), - [anon_sym_LT_EQ] = ACTIONS(4767), - [anon_sym_GT_EQ] = ACTIONS(4767), - [anon_sym_BANGin] = ACTIONS(4767), - [anon_sym_is] = ACTIONS(4765), - [anon_sym_BANGis] = ACTIONS(4767), - [anon_sym_PLUS] = ACTIONS(4765), - [anon_sym_DASH] = ACTIONS(4765), - [anon_sym_SLASH] = ACTIONS(4765), - [anon_sym_PERCENT] = ACTIONS(4765), - [anon_sym_as_QMARK] = ACTIONS(4767), - [anon_sym_PLUS_PLUS] = ACTIONS(4767), - [anon_sym_DASH_DASH] = ACTIONS(4767), - [anon_sym_BANG_BANG] = ACTIONS(4767), - [anon_sym_suspend] = ACTIONS(4765), - [anon_sym_sealed] = ACTIONS(4765), - [anon_sym_annotation] = ACTIONS(4765), - [anon_sym_data] = ACTIONS(4765), - [anon_sym_inner] = ACTIONS(4765), - [anon_sym_override] = ACTIONS(4765), - [anon_sym_lateinit] = ACTIONS(4765), - [anon_sym_public] = ACTIONS(4765), - [anon_sym_private] = ACTIONS(4765), - [anon_sym_internal] = ACTIONS(4765), - [anon_sym_protected] = ACTIONS(4765), - [anon_sym_tailrec] = ACTIONS(4765), - [anon_sym_operator] = ACTIONS(4765), - [anon_sym_infix] = ACTIONS(4765), - [anon_sym_inline] = ACTIONS(4765), - [anon_sym_external] = ACTIONS(4765), - [sym_property_modifier] = ACTIONS(4765), - [anon_sym_abstract] = ACTIONS(4765), - [anon_sym_final] = ACTIONS(4765), - [anon_sym_open] = ACTIONS(4765), - [anon_sym_vararg] = ACTIONS(4765), - [anon_sym_noinline] = ACTIONS(4765), - [anon_sym_crossinline] = ACTIONS(4765), - [anon_sym_expect] = ACTIONS(4765), - [anon_sym_actual] = ACTIONS(4765), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4767), - [sym_safe_nav] = ACTIONS(4767), - [sym_multiline_comment] = ACTIONS(3), - }, - [3195] = { - [sym_function_body] = STATE(3169), - [sym__block] = STATE(3245), - [sym__alpha_identifier] = ACTIONS(4382), - [anon_sym_AT] = ACTIONS(4384), - [anon_sym_LBRACK] = ACTIONS(4384), - [anon_sym_as] = ACTIONS(4382), - [anon_sym_EQ] = ACTIONS(6265), - [anon_sym_LBRACE] = ACTIONS(6220), - [anon_sym_RBRACE] = ACTIONS(4384), - [anon_sym_LPAREN] = ACTIONS(4384), - [anon_sym_LT] = ACTIONS(4382), - [anon_sym_GT] = ACTIONS(4382), - [anon_sym_object] = ACTIONS(4382), - [anon_sym_fun] = ACTIONS(4382), - [anon_sym_DOT] = ACTIONS(4382), - [anon_sym_SEMI] = ACTIONS(4384), - [anon_sym_get] = ACTIONS(4382), - [anon_sym_set] = ACTIONS(4382), - [anon_sym_this] = ACTIONS(4382), - [anon_sym_super] = ACTIONS(4382), - [anon_sym_STAR] = ACTIONS(4382), - [sym_label] = ACTIONS(4382), - [anon_sym_in] = ACTIONS(4382), - [anon_sym_DOT_DOT] = ACTIONS(4384), - [anon_sym_QMARK_COLON] = ACTIONS(4384), - [anon_sym_AMP_AMP] = ACTIONS(4384), - [anon_sym_PIPE_PIPE] = ACTIONS(4384), - [anon_sym_null] = ACTIONS(4382), - [anon_sym_if] = ACTIONS(4382), - [anon_sym_else] = ACTIONS(4382), - [anon_sym_when] = ACTIONS(4382), - [anon_sym_try] = ACTIONS(4382), - [anon_sym_throw] = ACTIONS(4382), - [anon_sym_return] = ACTIONS(4382), - [anon_sym_continue] = ACTIONS(4382), - [anon_sym_break] = ACTIONS(4382), - [anon_sym_COLON_COLON] = ACTIONS(4384), - [anon_sym_PLUS_EQ] = ACTIONS(4384), - [anon_sym_DASH_EQ] = ACTIONS(4384), - [anon_sym_STAR_EQ] = ACTIONS(4384), - [anon_sym_SLASH_EQ] = ACTIONS(4384), - [anon_sym_PERCENT_EQ] = ACTIONS(4384), - [anon_sym_BANG_EQ] = ACTIONS(4382), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4384), - [anon_sym_EQ_EQ] = ACTIONS(4382), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4384), - [anon_sym_LT_EQ] = ACTIONS(4384), - [anon_sym_GT_EQ] = ACTIONS(4384), - [anon_sym_BANGin] = ACTIONS(4384), - [anon_sym_is] = ACTIONS(4382), - [anon_sym_BANGis] = ACTIONS(4384), - [anon_sym_PLUS] = ACTIONS(4382), - [anon_sym_DASH] = ACTIONS(4382), - [anon_sym_SLASH] = ACTIONS(4382), - [anon_sym_PERCENT] = ACTIONS(4382), - [anon_sym_as_QMARK] = ACTIONS(4384), - [anon_sym_PLUS_PLUS] = ACTIONS(4384), - [anon_sym_DASH_DASH] = ACTIONS(4384), - [anon_sym_BANG] = ACTIONS(4382), - [anon_sym_BANG_BANG] = ACTIONS(4384), - [anon_sym_data] = ACTIONS(4382), - [anon_sym_inner] = ACTIONS(4382), - [anon_sym_expect] = ACTIONS(4382), - [anon_sym_actual] = ACTIONS(4382), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4384), - [anon_sym_continue_AT] = ACTIONS(4384), - [anon_sym_break_AT] = ACTIONS(4384), - [sym_real_literal] = ACTIONS(4384), - [sym_integer_literal] = ACTIONS(4382), - [sym_hex_literal] = ACTIONS(4384), - [sym_bin_literal] = ACTIONS(4384), - [anon_sym_true] = ACTIONS(4382), - [anon_sym_false] = ACTIONS(4382), - [anon_sym_SQUOTE] = ACTIONS(4384), - [sym__backtick_identifier] = ACTIONS(4384), - [sym__automatic_semicolon] = ACTIONS(4384), - [sym_safe_nav] = ACTIONS(4384), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4384), - }, - [3196] = { - [sym__alpha_identifier] = ACTIONS(4769), - [anon_sym_AT] = ACTIONS(4771), - [anon_sym_LBRACK] = ACTIONS(4771), - [anon_sym_RBRACK] = ACTIONS(4771), - [anon_sym_as] = ACTIONS(4769), - [anon_sym_EQ] = ACTIONS(4769), - [anon_sym_LBRACE] = ACTIONS(4771), - [anon_sym_RBRACE] = ACTIONS(4771), - [anon_sym_LPAREN] = ACTIONS(4771), - [anon_sym_COMMA] = ACTIONS(4771), - [anon_sym_RPAREN] = ACTIONS(4771), - [anon_sym_LT] = ACTIONS(4769), - [anon_sym_GT] = ACTIONS(4769), - [anon_sym_where] = ACTIONS(4769), - [anon_sym_DOT] = ACTIONS(4769), - [anon_sym_SEMI] = ACTIONS(4771), - [anon_sym_get] = ACTIONS(4769), - [anon_sym_set] = ACTIONS(4769), - [anon_sym_STAR] = ACTIONS(4769), - [anon_sym_DASH_GT] = ACTIONS(4771), - [sym_label] = ACTIONS(4771), - [anon_sym_in] = ACTIONS(4769), - [anon_sym_while] = ACTIONS(4769), - [anon_sym_DOT_DOT] = ACTIONS(4771), - [anon_sym_QMARK_COLON] = ACTIONS(4771), - [anon_sym_AMP_AMP] = ACTIONS(4771), - [anon_sym_PIPE_PIPE] = ACTIONS(4771), - [anon_sym_else] = ACTIONS(4769), - [anon_sym_COLON_COLON] = ACTIONS(4771), - [anon_sym_PLUS_EQ] = ACTIONS(4771), - [anon_sym_DASH_EQ] = ACTIONS(4771), - [anon_sym_STAR_EQ] = ACTIONS(4771), - [anon_sym_SLASH_EQ] = ACTIONS(4771), - [anon_sym_PERCENT_EQ] = ACTIONS(4771), - [anon_sym_BANG_EQ] = ACTIONS(4769), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4771), - [anon_sym_EQ_EQ] = ACTIONS(4769), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4771), - [anon_sym_LT_EQ] = ACTIONS(4771), - [anon_sym_GT_EQ] = ACTIONS(4771), - [anon_sym_BANGin] = ACTIONS(4771), - [anon_sym_is] = ACTIONS(4769), - [anon_sym_BANGis] = ACTIONS(4771), - [anon_sym_PLUS] = ACTIONS(4769), - [anon_sym_DASH] = ACTIONS(4769), - [anon_sym_SLASH] = ACTIONS(4769), - [anon_sym_PERCENT] = ACTIONS(4769), - [anon_sym_as_QMARK] = ACTIONS(4771), - [anon_sym_PLUS_PLUS] = ACTIONS(4771), - [anon_sym_DASH_DASH] = ACTIONS(4771), - [anon_sym_BANG_BANG] = ACTIONS(4771), - [anon_sym_suspend] = ACTIONS(4769), - [anon_sym_sealed] = ACTIONS(4769), - [anon_sym_annotation] = ACTIONS(4769), - [anon_sym_data] = ACTIONS(4769), - [anon_sym_inner] = ACTIONS(4769), - [anon_sym_override] = ACTIONS(4769), - [anon_sym_lateinit] = ACTIONS(4769), - [anon_sym_public] = ACTIONS(4769), - [anon_sym_private] = ACTIONS(4769), - [anon_sym_internal] = ACTIONS(4769), - [anon_sym_protected] = ACTIONS(4769), - [anon_sym_tailrec] = ACTIONS(4769), - [anon_sym_operator] = ACTIONS(4769), - [anon_sym_infix] = ACTIONS(4769), - [anon_sym_inline] = ACTIONS(4769), - [anon_sym_external] = ACTIONS(4769), - [sym_property_modifier] = ACTIONS(4769), - [anon_sym_abstract] = ACTIONS(4769), - [anon_sym_final] = ACTIONS(4769), - [anon_sym_open] = ACTIONS(4769), - [anon_sym_vararg] = ACTIONS(4769), - [anon_sym_noinline] = ACTIONS(4769), - [anon_sym_crossinline] = ACTIONS(4769), - [anon_sym_expect] = ACTIONS(4769), - [anon_sym_actual] = ACTIONS(4769), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4771), - [sym_safe_nav] = ACTIONS(4771), - [sym_multiline_comment] = ACTIONS(3), - }, - [3197] = { - [sym__alpha_identifier] = ACTIONS(4382), - [anon_sym_AT] = ACTIONS(4384), - [anon_sym_LBRACK] = ACTIONS(4384), - [anon_sym_as] = ACTIONS(4382), - [anon_sym_EQ] = ACTIONS(4382), - [anon_sym_LBRACE] = ACTIONS(4384), - [anon_sym_RBRACE] = ACTIONS(4384), - [anon_sym_LPAREN] = ACTIONS(4384), - [anon_sym_COMMA] = ACTIONS(4384), - [anon_sym_LT] = ACTIONS(4382), - [anon_sym_GT] = ACTIONS(4382), - [anon_sym_where] = ACTIONS(4382), - [anon_sym_object] = ACTIONS(4382), - [anon_sym_fun] = ACTIONS(4382), - [anon_sym_DOT] = ACTIONS(4382), - [anon_sym_SEMI] = ACTIONS(4384), - [anon_sym_get] = ACTIONS(4382), - [anon_sym_set] = ACTIONS(4382), - [anon_sym_this] = ACTIONS(4382), - [anon_sym_super] = ACTIONS(4382), - [anon_sym_STAR] = ACTIONS(4382), - [sym_label] = ACTIONS(4382), - [anon_sym_in] = ACTIONS(4382), - [anon_sym_DOT_DOT] = ACTIONS(4384), - [anon_sym_QMARK_COLON] = ACTIONS(4384), - [anon_sym_AMP_AMP] = ACTIONS(4384), - [anon_sym_PIPE_PIPE] = ACTIONS(4384), - [anon_sym_null] = ACTIONS(4382), - [anon_sym_if] = ACTIONS(4382), - [anon_sym_else] = ACTIONS(4382), - [anon_sym_when] = ACTIONS(4382), - [anon_sym_try] = ACTIONS(4382), - [anon_sym_throw] = ACTIONS(4382), - [anon_sym_return] = ACTIONS(4382), - [anon_sym_continue] = ACTIONS(4382), - [anon_sym_break] = ACTIONS(4382), - [anon_sym_COLON_COLON] = ACTIONS(4384), - [anon_sym_PLUS_EQ] = ACTIONS(4384), - [anon_sym_DASH_EQ] = ACTIONS(4384), - [anon_sym_STAR_EQ] = ACTIONS(4384), - [anon_sym_SLASH_EQ] = ACTIONS(4384), - [anon_sym_PERCENT_EQ] = ACTIONS(4384), - [anon_sym_BANG_EQ] = ACTIONS(4382), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4384), - [anon_sym_EQ_EQ] = ACTIONS(4382), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4384), - [anon_sym_LT_EQ] = ACTIONS(4384), - [anon_sym_GT_EQ] = ACTIONS(4384), - [anon_sym_BANGin] = ACTIONS(4384), - [anon_sym_is] = ACTIONS(4382), - [anon_sym_BANGis] = ACTIONS(4384), - [anon_sym_PLUS] = ACTIONS(4382), - [anon_sym_DASH] = ACTIONS(4382), - [anon_sym_SLASH] = ACTIONS(4382), - [anon_sym_PERCENT] = ACTIONS(4382), - [anon_sym_as_QMARK] = ACTIONS(4384), - [anon_sym_PLUS_PLUS] = ACTIONS(4384), - [anon_sym_DASH_DASH] = ACTIONS(4384), - [anon_sym_BANG] = ACTIONS(4382), - [anon_sym_BANG_BANG] = ACTIONS(4384), - [anon_sym_data] = ACTIONS(4382), - [anon_sym_inner] = ACTIONS(4382), - [anon_sym_expect] = ACTIONS(4382), - [anon_sym_actual] = ACTIONS(4382), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4384), - [anon_sym_continue_AT] = ACTIONS(4384), - [anon_sym_break_AT] = ACTIONS(4384), - [sym_real_literal] = ACTIONS(4384), - [sym_integer_literal] = ACTIONS(4382), - [sym_hex_literal] = ACTIONS(4384), - [sym_bin_literal] = ACTIONS(4384), - [anon_sym_true] = ACTIONS(4382), - [anon_sym_false] = ACTIONS(4382), - [anon_sym_SQUOTE] = ACTIONS(4384), - [sym__backtick_identifier] = ACTIONS(4384), - [sym__automatic_semicolon] = ACTIONS(4384), - [sym_safe_nav] = ACTIONS(4384), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4384), - }, - [3198] = { - [sym__alpha_identifier] = ACTIONS(4859), - [anon_sym_AT] = ACTIONS(4861), - [anon_sym_LBRACK] = ACTIONS(4861), - [anon_sym_as] = ACTIONS(4859), - [anon_sym_EQ] = ACTIONS(4859), - [anon_sym_LBRACE] = ACTIONS(4861), - [anon_sym_RBRACE] = ACTIONS(4861), - [anon_sym_LPAREN] = ACTIONS(4861), - [anon_sym_COMMA] = ACTIONS(4861), - [anon_sym_LT] = ACTIONS(4859), - [anon_sym_GT] = ACTIONS(4859), - [anon_sym_where] = ACTIONS(4859), - [anon_sym_object] = ACTIONS(4859), - [anon_sym_fun] = ACTIONS(4859), - [anon_sym_DOT] = ACTIONS(4859), - [anon_sym_SEMI] = ACTIONS(4861), - [anon_sym_get] = ACTIONS(4859), - [anon_sym_set] = ACTIONS(4859), - [anon_sym_this] = ACTIONS(4859), - [anon_sym_super] = ACTIONS(4859), - [anon_sym_STAR] = ACTIONS(4859), - [sym_label] = ACTIONS(4859), - [anon_sym_in] = ACTIONS(4859), - [anon_sym_DOT_DOT] = ACTIONS(4861), - [anon_sym_QMARK_COLON] = ACTIONS(4861), - [anon_sym_AMP_AMP] = ACTIONS(4861), - [anon_sym_PIPE_PIPE] = ACTIONS(4861), - [anon_sym_null] = ACTIONS(4859), - [anon_sym_if] = ACTIONS(4859), - [anon_sym_else] = ACTIONS(4859), - [anon_sym_when] = ACTIONS(4859), - [anon_sym_try] = ACTIONS(4859), - [anon_sym_throw] = ACTIONS(4859), - [anon_sym_return] = ACTIONS(4859), - [anon_sym_continue] = ACTIONS(4859), - [anon_sym_break] = ACTIONS(4859), - [anon_sym_COLON_COLON] = ACTIONS(4861), - [anon_sym_PLUS_EQ] = ACTIONS(4861), - [anon_sym_DASH_EQ] = ACTIONS(4861), - [anon_sym_STAR_EQ] = ACTIONS(4861), - [anon_sym_SLASH_EQ] = ACTIONS(4861), - [anon_sym_PERCENT_EQ] = ACTIONS(4861), - [anon_sym_BANG_EQ] = ACTIONS(4859), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4861), - [anon_sym_EQ_EQ] = ACTIONS(4859), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4861), - [anon_sym_LT_EQ] = ACTIONS(4861), - [anon_sym_GT_EQ] = ACTIONS(4861), - [anon_sym_BANGin] = ACTIONS(4861), - [anon_sym_is] = ACTIONS(4859), - [anon_sym_BANGis] = ACTIONS(4861), - [anon_sym_PLUS] = ACTIONS(4859), - [anon_sym_DASH] = ACTIONS(4859), - [anon_sym_SLASH] = ACTIONS(4859), - [anon_sym_PERCENT] = ACTIONS(4859), - [anon_sym_as_QMARK] = ACTIONS(4861), - [anon_sym_PLUS_PLUS] = ACTIONS(4861), - [anon_sym_DASH_DASH] = ACTIONS(4861), - [anon_sym_BANG] = ACTIONS(4859), - [anon_sym_BANG_BANG] = ACTIONS(4861), - [anon_sym_data] = ACTIONS(4859), - [anon_sym_inner] = ACTIONS(4859), - [anon_sym_expect] = ACTIONS(4859), - [anon_sym_actual] = ACTIONS(4859), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4861), - [anon_sym_continue_AT] = ACTIONS(4861), - [anon_sym_break_AT] = ACTIONS(4861), - [sym_real_literal] = ACTIONS(4861), - [sym_integer_literal] = ACTIONS(4859), - [sym_hex_literal] = ACTIONS(4861), - [sym_bin_literal] = ACTIONS(4861), - [anon_sym_true] = ACTIONS(4859), - [anon_sym_false] = ACTIONS(4859), - [anon_sym_SQUOTE] = ACTIONS(4861), - [sym__backtick_identifier] = ACTIONS(4861), - [sym__automatic_semicolon] = ACTIONS(4861), - [sym_safe_nav] = ACTIONS(4861), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4861), - }, - [3199] = { - [sym__alpha_identifier] = ACTIONS(4887), - [anon_sym_AT] = ACTIONS(4889), - [anon_sym_LBRACK] = ACTIONS(4889), - [anon_sym_RBRACK] = ACTIONS(4889), - [anon_sym_as] = ACTIONS(4887), - [anon_sym_EQ] = ACTIONS(4887), - [anon_sym_LBRACE] = ACTIONS(4889), - [anon_sym_RBRACE] = ACTIONS(4889), - [anon_sym_LPAREN] = ACTIONS(4889), - [anon_sym_COMMA] = ACTIONS(4889), - [anon_sym_RPAREN] = ACTIONS(4889), - [anon_sym_LT] = ACTIONS(4887), - [anon_sym_GT] = ACTIONS(4887), - [anon_sym_where] = ACTIONS(4887), - [anon_sym_DOT] = ACTIONS(4887), - [anon_sym_SEMI] = ACTIONS(4889), - [anon_sym_get] = ACTIONS(4887), - [anon_sym_set] = ACTIONS(4887), - [anon_sym_STAR] = ACTIONS(4887), - [anon_sym_DASH_GT] = ACTIONS(4889), - [sym_label] = ACTIONS(4889), - [anon_sym_in] = ACTIONS(4887), - [anon_sym_while] = ACTIONS(4887), - [anon_sym_DOT_DOT] = ACTIONS(4889), - [anon_sym_QMARK_COLON] = ACTIONS(4889), - [anon_sym_AMP_AMP] = ACTIONS(4889), - [anon_sym_PIPE_PIPE] = ACTIONS(4889), - [anon_sym_else] = ACTIONS(4887), - [anon_sym_COLON_COLON] = ACTIONS(4889), - [anon_sym_PLUS_EQ] = ACTIONS(4889), - [anon_sym_DASH_EQ] = ACTIONS(4889), - [anon_sym_STAR_EQ] = ACTIONS(4889), - [anon_sym_SLASH_EQ] = ACTIONS(4889), - [anon_sym_PERCENT_EQ] = ACTIONS(4889), - [anon_sym_BANG_EQ] = ACTIONS(4887), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4889), - [anon_sym_EQ_EQ] = ACTIONS(4887), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4889), - [anon_sym_LT_EQ] = ACTIONS(4889), - [anon_sym_GT_EQ] = ACTIONS(4889), - [anon_sym_BANGin] = ACTIONS(4889), - [anon_sym_is] = ACTIONS(4887), - [anon_sym_BANGis] = ACTIONS(4889), - [anon_sym_PLUS] = ACTIONS(4887), - [anon_sym_DASH] = ACTIONS(4887), - [anon_sym_SLASH] = ACTIONS(4887), - [anon_sym_PERCENT] = ACTIONS(4887), - [anon_sym_as_QMARK] = ACTIONS(4889), - [anon_sym_PLUS_PLUS] = ACTIONS(4889), - [anon_sym_DASH_DASH] = ACTIONS(4889), - [anon_sym_BANG_BANG] = ACTIONS(4889), - [anon_sym_suspend] = ACTIONS(4887), - [anon_sym_sealed] = ACTIONS(4887), - [anon_sym_annotation] = ACTIONS(4887), - [anon_sym_data] = ACTIONS(4887), - [anon_sym_inner] = ACTIONS(4887), - [anon_sym_override] = ACTIONS(4887), - [anon_sym_lateinit] = ACTIONS(4887), - [anon_sym_public] = ACTIONS(4887), - [anon_sym_private] = ACTIONS(4887), - [anon_sym_internal] = ACTIONS(4887), - [anon_sym_protected] = ACTIONS(4887), - [anon_sym_tailrec] = ACTIONS(4887), - [anon_sym_operator] = ACTIONS(4887), - [anon_sym_infix] = ACTIONS(4887), - [anon_sym_inline] = ACTIONS(4887), - [anon_sym_external] = ACTIONS(4887), - [sym_property_modifier] = ACTIONS(4887), - [anon_sym_abstract] = ACTIONS(4887), - [anon_sym_final] = ACTIONS(4887), - [anon_sym_open] = ACTIONS(4887), - [anon_sym_vararg] = ACTIONS(4887), - [anon_sym_noinline] = ACTIONS(4887), - [anon_sym_crossinline] = ACTIONS(4887), - [anon_sym_expect] = ACTIONS(4887), - [anon_sym_actual] = ACTIONS(4887), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4889), - [sym_safe_nav] = ACTIONS(4889), - [sym_multiline_comment] = ACTIONS(3), - }, - [3200] = { - [sym__alpha_identifier] = ACTIONS(4773), - [anon_sym_AT] = ACTIONS(4775), - [anon_sym_LBRACK] = ACTIONS(4775), - [anon_sym_RBRACK] = ACTIONS(4775), - [anon_sym_as] = ACTIONS(4773), - [anon_sym_EQ] = ACTIONS(4773), - [anon_sym_LBRACE] = ACTIONS(4775), - [anon_sym_RBRACE] = ACTIONS(4775), - [anon_sym_LPAREN] = ACTIONS(4775), - [anon_sym_COMMA] = ACTIONS(4775), - [anon_sym_RPAREN] = ACTIONS(4775), - [anon_sym_LT] = ACTIONS(4773), - [anon_sym_GT] = ACTIONS(4773), - [anon_sym_where] = ACTIONS(4773), - [anon_sym_DOT] = ACTIONS(4773), - [anon_sym_SEMI] = ACTIONS(4775), - [anon_sym_get] = ACTIONS(4773), - [anon_sym_set] = ACTIONS(4773), - [anon_sym_STAR] = ACTIONS(4773), - [anon_sym_DASH_GT] = ACTIONS(4775), - [sym_label] = ACTIONS(4775), - [anon_sym_in] = ACTIONS(4773), - [anon_sym_while] = ACTIONS(4773), - [anon_sym_DOT_DOT] = ACTIONS(4775), - [anon_sym_QMARK_COLON] = ACTIONS(4775), - [anon_sym_AMP_AMP] = ACTIONS(4775), - [anon_sym_PIPE_PIPE] = ACTIONS(4775), - [anon_sym_else] = ACTIONS(4773), - [anon_sym_COLON_COLON] = ACTIONS(4775), - [anon_sym_PLUS_EQ] = ACTIONS(4775), - [anon_sym_DASH_EQ] = ACTIONS(4775), - [anon_sym_STAR_EQ] = ACTIONS(4775), - [anon_sym_SLASH_EQ] = ACTIONS(4775), - [anon_sym_PERCENT_EQ] = ACTIONS(4775), - [anon_sym_BANG_EQ] = ACTIONS(4773), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4775), - [anon_sym_EQ_EQ] = ACTIONS(4773), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4775), - [anon_sym_LT_EQ] = ACTIONS(4775), - [anon_sym_GT_EQ] = ACTIONS(4775), - [anon_sym_BANGin] = ACTIONS(4775), - [anon_sym_is] = ACTIONS(4773), - [anon_sym_BANGis] = ACTIONS(4775), - [anon_sym_PLUS] = ACTIONS(4773), - [anon_sym_DASH] = ACTIONS(4773), - [anon_sym_SLASH] = ACTIONS(4773), - [anon_sym_PERCENT] = ACTIONS(4773), - [anon_sym_as_QMARK] = ACTIONS(4775), - [anon_sym_PLUS_PLUS] = ACTIONS(4775), - [anon_sym_DASH_DASH] = ACTIONS(4775), - [anon_sym_BANG_BANG] = ACTIONS(4775), - [anon_sym_suspend] = ACTIONS(4773), - [anon_sym_sealed] = ACTIONS(4773), - [anon_sym_annotation] = ACTIONS(4773), - [anon_sym_data] = ACTIONS(4773), - [anon_sym_inner] = ACTIONS(4773), - [anon_sym_override] = ACTIONS(4773), - [anon_sym_lateinit] = ACTIONS(4773), - [anon_sym_public] = ACTIONS(4773), - [anon_sym_private] = ACTIONS(4773), - [anon_sym_internal] = ACTIONS(4773), - [anon_sym_protected] = ACTIONS(4773), - [anon_sym_tailrec] = ACTIONS(4773), - [anon_sym_operator] = ACTIONS(4773), - [anon_sym_infix] = ACTIONS(4773), - [anon_sym_inline] = ACTIONS(4773), - [anon_sym_external] = ACTIONS(4773), - [sym_property_modifier] = ACTIONS(4773), - [anon_sym_abstract] = ACTIONS(4773), - [anon_sym_final] = ACTIONS(4773), - [anon_sym_open] = ACTIONS(4773), - [anon_sym_vararg] = ACTIONS(4773), - [anon_sym_noinline] = ACTIONS(4773), - [anon_sym_crossinline] = ACTIONS(4773), - [anon_sym_expect] = ACTIONS(4773), - [anon_sym_actual] = ACTIONS(4773), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4775), - [sym_safe_nav] = ACTIONS(4775), - [sym_multiline_comment] = ACTIONS(3), - }, - [3201] = { - [sym__alpha_identifier] = ACTIONS(5087), - [anon_sym_AT] = ACTIONS(5089), - [anon_sym_LBRACK] = ACTIONS(5089), - [anon_sym_RBRACK] = ACTIONS(5089), - [anon_sym_as] = ACTIONS(5087), - [anon_sym_EQ] = ACTIONS(5087), - [anon_sym_LBRACE] = ACTIONS(5089), - [anon_sym_RBRACE] = ACTIONS(5089), - [anon_sym_LPAREN] = ACTIONS(5089), - [anon_sym_COMMA] = ACTIONS(5089), - [anon_sym_RPAREN] = ACTIONS(5089), - [anon_sym_LT] = ACTIONS(5087), - [anon_sym_GT] = ACTIONS(5087), - [anon_sym_where] = ACTIONS(5087), - [anon_sym_DOT] = ACTIONS(5087), - [anon_sym_SEMI] = ACTIONS(5089), - [anon_sym_get] = ACTIONS(5087), - [anon_sym_set] = ACTIONS(5087), - [anon_sym_STAR] = ACTIONS(5087), - [anon_sym_DASH_GT] = ACTIONS(5089), - [sym_label] = ACTIONS(5089), - [anon_sym_in] = ACTIONS(5087), - [anon_sym_while] = ACTIONS(5087), - [anon_sym_DOT_DOT] = ACTIONS(5089), - [anon_sym_QMARK_COLON] = ACTIONS(5089), - [anon_sym_AMP_AMP] = ACTIONS(5089), - [anon_sym_PIPE_PIPE] = ACTIONS(5089), - [anon_sym_else] = ACTIONS(5087), - [anon_sym_COLON_COLON] = ACTIONS(5089), - [anon_sym_PLUS_EQ] = ACTIONS(5089), - [anon_sym_DASH_EQ] = ACTIONS(5089), - [anon_sym_STAR_EQ] = ACTIONS(5089), - [anon_sym_SLASH_EQ] = ACTIONS(5089), - [anon_sym_PERCENT_EQ] = ACTIONS(5089), - [anon_sym_BANG_EQ] = ACTIONS(5087), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5089), - [anon_sym_EQ_EQ] = ACTIONS(5087), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5089), - [anon_sym_LT_EQ] = ACTIONS(5089), - [anon_sym_GT_EQ] = ACTIONS(5089), - [anon_sym_BANGin] = ACTIONS(5089), - [anon_sym_is] = ACTIONS(5087), - [anon_sym_BANGis] = ACTIONS(5089), - [anon_sym_PLUS] = ACTIONS(5087), - [anon_sym_DASH] = ACTIONS(5087), - [anon_sym_SLASH] = ACTIONS(5087), - [anon_sym_PERCENT] = ACTIONS(5087), - [anon_sym_as_QMARK] = ACTIONS(5089), - [anon_sym_PLUS_PLUS] = ACTIONS(5089), - [anon_sym_DASH_DASH] = ACTIONS(5089), - [anon_sym_BANG_BANG] = ACTIONS(5089), - [anon_sym_suspend] = ACTIONS(5087), - [anon_sym_sealed] = ACTIONS(5087), - [anon_sym_annotation] = ACTIONS(5087), - [anon_sym_data] = ACTIONS(5087), - [anon_sym_inner] = ACTIONS(5087), - [anon_sym_override] = ACTIONS(5087), - [anon_sym_lateinit] = ACTIONS(5087), - [anon_sym_public] = ACTIONS(5087), - [anon_sym_private] = ACTIONS(5087), - [anon_sym_internal] = ACTIONS(5087), - [anon_sym_protected] = ACTIONS(5087), - [anon_sym_tailrec] = ACTIONS(5087), - [anon_sym_operator] = ACTIONS(5087), - [anon_sym_infix] = ACTIONS(5087), - [anon_sym_inline] = ACTIONS(5087), - [anon_sym_external] = ACTIONS(5087), - [sym_property_modifier] = ACTIONS(5087), - [anon_sym_abstract] = ACTIONS(5087), - [anon_sym_final] = ACTIONS(5087), - [anon_sym_open] = ACTIONS(5087), - [anon_sym_vararg] = ACTIONS(5087), - [anon_sym_noinline] = ACTIONS(5087), - [anon_sym_crossinline] = ACTIONS(5087), - [anon_sym_expect] = ACTIONS(5087), - [anon_sym_actual] = ACTIONS(5087), + [sym__alpha_identifier] = ACTIONS(5043), + [anon_sym_AT] = ACTIONS(5045), + [anon_sym_LBRACK] = ACTIONS(5045), + [anon_sym_RBRACK] = ACTIONS(5045), + [anon_sym_as] = ACTIONS(5043), + [anon_sym_EQ] = ACTIONS(5043), + [anon_sym_LBRACE] = ACTIONS(5045), + [anon_sym_RBRACE] = ACTIONS(5045), + [anon_sym_LPAREN] = ACTIONS(5045), + [anon_sym_COMMA] = ACTIONS(5045), + [anon_sym_RPAREN] = ACTIONS(5045), + [anon_sym_LT] = ACTIONS(5043), + [anon_sym_GT] = ACTIONS(5043), + [anon_sym_where] = ACTIONS(5043), + [anon_sym_DOT] = ACTIONS(5043), + [anon_sym_SEMI] = ACTIONS(5045), + [anon_sym_get] = ACTIONS(5043), + [anon_sym_set] = ACTIONS(5043), + [anon_sym_STAR] = ACTIONS(5043), + [anon_sym_DASH_GT] = ACTIONS(5045), + [sym_label] = ACTIONS(5045), + [anon_sym_in] = ACTIONS(5043), + [anon_sym_while] = ACTIONS(5043), + [anon_sym_DOT_DOT] = ACTIONS(5045), + [anon_sym_QMARK_COLON] = ACTIONS(5045), + [anon_sym_AMP_AMP] = ACTIONS(5045), + [anon_sym_PIPE_PIPE] = ACTIONS(5045), + [anon_sym_else] = ACTIONS(5043), + [anon_sym_COLON_COLON] = ACTIONS(5045), + [anon_sym_PLUS_EQ] = ACTIONS(5045), + [anon_sym_DASH_EQ] = ACTIONS(5045), + [anon_sym_STAR_EQ] = ACTIONS(5045), + [anon_sym_SLASH_EQ] = ACTIONS(5045), + [anon_sym_PERCENT_EQ] = ACTIONS(5045), + [anon_sym_BANG_EQ] = ACTIONS(5043), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5045), + [anon_sym_EQ_EQ] = ACTIONS(5043), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5045), + [anon_sym_LT_EQ] = ACTIONS(5045), + [anon_sym_GT_EQ] = ACTIONS(5045), + [anon_sym_BANGin] = ACTIONS(5045), + [anon_sym_is] = ACTIONS(5043), + [anon_sym_BANGis] = ACTIONS(5045), + [anon_sym_PLUS] = ACTIONS(5043), + [anon_sym_DASH] = ACTIONS(5043), + [anon_sym_SLASH] = ACTIONS(5043), + [anon_sym_PERCENT] = ACTIONS(5043), + [anon_sym_as_QMARK] = ACTIONS(5045), + [anon_sym_PLUS_PLUS] = ACTIONS(5045), + [anon_sym_DASH_DASH] = ACTIONS(5045), + [anon_sym_BANG_BANG] = ACTIONS(5045), + [anon_sym_suspend] = ACTIONS(5043), + [anon_sym_sealed] = ACTIONS(5043), + [anon_sym_annotation] = ACTIONS(5043), + [anon_sym_data] = ACTIONS(5043), + [anon_sym_inner] = ACTIONS(5043), + [anon_sym_override] = ACTIONS(5043), + [anon_sym_lateinit] = ACTIONS(5043), + [anon_sym_public] = ACTIONS(5043), + [anon_sym_private] = ACTIONS(5043), + [anon_sym_internal] = ACTIONS(5043), + [anon_sym_protected] = ACTIONS(5043), + [anon_sym_tailrec] = ACTIONS(5043), + [anon_sym_operator] = ACTIONS(5043), + [anon_sym_infix] = ACTIONS(5043), + [anon_sym_inline] = ACTIONS(5043), + [anon_sym_external] = ACTIONS(5043), + [sym_property_modifier] = ACTIONS(5043), + [anon_sym_abstract] = ACTIONS(5043), + [anon_sym_final] = ACTIONS(5043), + [anon_sym_open] = ACTIONS(5043), + [anon_sym_vararg] = ACTIONS(5043), + [anon_sym_noinline] = ACTIONS(5043), + [anon_sym_crossinline] = ACTIONS(5043), + [anon_sym_expect] = ACTIONS(5043), + [anon_sym_actual] = ACTIONS(5043), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5089), - [sym_safe_nav] = ACTIONS(5089), + [sym__backtick_identifier] = ACTIONS(5045), + [sym_safe_nav] = ACTIONS(5045), [sym_multiline_comment] = ACTIONS(3), }, - [3202] = { - [sym__alpha_identifier] = ACTIONS(4089), - [anon_sym_AT] = ACTIONS(4091), - [anon_sym_LBRACK] = ACTIONS(4091), - [anon_sym_RBRACK] = ACTIONS(4091), - [anon_sym_as] = ACTIONS(4089), - [anon_sym_EQ] = ACTIONS(4089), - [anon_sym_LBRACE] = ACTIONS(4091), - [anon_sym_RBRACE] = ACTIONS(4091), - [anon_sym_LPAREN] = ACTIONS(4091), - [anon_sym_COMMA] = ACTIONS(4091), - [anon_sym_RPAREN] = ACTIONS(4091), - [anon_sym_LT] = ACTIONS(4089), - [anon_sym_GT] = ACTIONS(4089), - [anon_sym_where] = ACTIONS(4089), - [anon_sym_DOT] = ACTIONS(4089), - [anon_sym_SEMI] = ACTIONS(4091), - [anon_sym_get] = ACTIONS(4089), - [anon_sym_set] = ACTIONS(4089), - [anon_sym_STAR] = ACTIONS(4089), - [anon_sym_DASH_GT] = ACTIONS(4091), - [sym_label] = ACTIONS(4091), - [anon_sym_in] = ACTIONS(4089), - [anon_sym_while] = ACTIONS(4089), - [anon_sym_DOT_DOT] = ACTIONS(4091), - [anon_sym_QMARK_COLON] = ACTIONS(4091), - [anon_sym_AMP_AMP] = ACTIONS(4091), - [anon_sym_PIPE_PIPE] = ACTIONS(4091), - [anon_sym_else] = ACTIONS(4089), - [anon_sym_COLON_COLON] = ACTIONS(4091), - [anon_sym_PLUS_EQ] = ACTIONS(4091), - [anon_sym_DASH_EQ] = ACTIONS(4091), - [anon_sym_STAR_EQ] = ACTIONS(4091), - [anon_sym_SLASH_EQ] = ACTIONS(4091), - [anon_sym_PERCENT_EQ] = ACTIONS(4091), - [anon_sym_BANG_EQ] = ACTIONS(4089), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4091), - [anon_sym_EQ_EQ] = ACTIONS(4089), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4091), - [anon_sym_LT_EQ] = ACTIONS(4091), - [anon_sym_GT_EQ] = ACTIONS(4091), - [anon_sym_BANGin] = ACTIONS(4091), - [anon_sym_is] = ACTIONS(4089), - [anon_sym_BANGis] = ACTIONS(4091), - [anon_sym_PLUS] = ACTIONS(4089), - [anon_sym_DASH] = ACTIONS(4089), - [anon_sym_SLASH] = ACTIONS(4089), - [anon_sym_PERCENT] = ACTIONS(4089), - [anon_sym_as_QMARK] = ACTIONS(4091), - [anon_sym_PLUS_PLUS] = ACTIONS(4091), - [anon_sym_DASH_DASH] = ACTIONS(4091), - [anon_sym_BANG_BANG] = ACTIONS(4091), - [anon_sym_suspend] = ACTIONS(4089), - [anon_sym_sealed] = ACTIONS(4089), - [anon_sym_annotation] = ACTIONS(4089), - [anon_sym_data] = ACTIONS(4089), - [anon_sym_inner] = ACTIONS(4089), - [anon_sym_override] = ACTIONS(4089), - [anon_sym_lateinit] = ACTIONS(4089), - [anon_sym_public] = ACTIONS(4089), - [anon_sym_private] = ACTIONS(4089), - [anon_sym_internal] = ACTIONS(4089), - [anon_sym_protected] = ACTIONS(4089), - [anon_sym_tailrec] = ACTIONS(4089), - [anon_sym_operator] = ACTIONS(4089), - [anon_sym_infix] = ACTIONS(4089), - [anon_sym_inline] = ACTIONS(4089), - [anon_sym_external] = ACTIONS(4089), - [sym_property_modifier] = ACTIONS(4089), - [anon_sym_abstract] = ACTIONS(4089), - [anon_sym_final] = ACTIONS(4089), - [anon_sym_open] = ACTIONS(4089), - [anon_sym_vararg] = ACTIONS(4089), - [anon_sym_noinline] = ACTIONS(4089), - [anon_sym_crossinline] = ACTIONS(4089), - [anon_sym_expect] = ACTIONS(4089), - [anon_sym_actual] = ACTIONS(4089), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4091), - [sym_safe_nav] = ACTIONS(4091), + [3192] = { + [sym__alpha_identifier] = ACTIONS(4849), + [anon_sym_AT] = ACTIONS(4851), + [anon_sym_LBRACK] = ACTIONS(4851), + [anon_sym_RBRACK] = ACTIONS(4851), + [anon_sym_as] = ACTIONS(4849), + [anon_sym_EQ] = ACTIONS(4849), + [anon_sym_LBRACE] = ACTIONS(4851), + [anon_sym_RBRACE] = ACTIONS(4851), + [anon_sym_LPAREN] = ACTIONS(4851), + [anon_sym_COMMA] = ACTIONS(4851), + [anon_sym_RPAREN] = ACTIONS(4851), + [anon_sym_LT] = ACTIONS(4849), + [anon_sym_GT] = ACTIONS(4849), + [anon_sym_where] = ACTIONS(4849), + [anon_sym_DOT] = ACTIONS(4849), + [anon_sym_SEMI] = ACTIONS(4851), + [anon_sym_get] = ACTIONS(4849), + [anon_sym_set] = ACTIONS(4849), + [anon_sym_STAR] = ACTIONS(4849), + [anon_sym_DASH_GT] = ACTIONS(4851), + [sym_label] = ACTIONS(4851), + [anon_sym_in] = ACTIONS(4849), + [anon_sym_while] = ACTIONS(4849), + [anon_sym_DOT_DOT] = ACTIONS(4851), + [anon_sym_QMARK_COLON] = ACTIONS(4851), + [anon_sym_AMP_AMP] = ACTIONS(4851), + [anon_sym_PIPE_PIPE] = ACTIONS(4851), + [anon_sym_else] = ACTIONS(4849), + [anon_sym_COLON_COLON] = ACTIONS(4851), + [anon_sym_PLUS_EQ] = ACTIONS(4851), + [anon_sym_DASH_EQ] = ACTIONS(4851), + [anon_sym_STAR_EQ] = ACTIONS(4851), + [anon_sym_SLASH_EQ] = ACTIONS(4851), + [anon_sym_PERCENT_EQ] = ACTIONS(4851), + [anon_sym_BANG_EQ] = ACTIONS(4849), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4851), + [anon_sym_EQ_EQ] = ACTIONS(4849), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4851), + [anon_sym_LT_EQ] = ACTIONS(4851), + [anon_sym_GT_EQ] = ACTIONS(4851), + [anon_sym_BANGin] = ACTIONS(4851), + [anon_sym_is] = ACTIONS(4849), + [anon_sym_BANGis] = ACTIONS(4851), + [anon_sym_PLUS] = ACTIONS(4849), + [anon_sym_DASH] = ACTIONS(4849), + [anon_sym_SLASH] = ACTIONS(4849), + [anon_sym_PERCENT] = ACTIONS(4849), + [anon_sym_as_QMARK] = ACTIONS(4851), + [anon_sym_PLUS_PLUS] = ACTIONS(4851), + [anon_sym_DASH_DASH] = ACTIONS(4851), + [anon_sym_BANG_BANG] = ACTIONS(4851), + [anon_sym_suspend] = ACTIONS(4849), + [anon_sym_sealed] = ACTIONS(4849), + [anon_sym_annotation] = ACTIONS(4849), + [anon_sym_data] = ACTIONS(4849), + [anon_sym_inner] = ACTIONS(4849), + [anon_sym_override] = ACTIONS(4849), + [anon_sym_lateinit] = ACTIONS(4849), + [anon_sym_public] = ACTIONS(4849), + [anon_sym_private] = ACTIONS(4849), + [anon_sym_internal] = ACTIONS(4849), + [anon_sym_protected] = ACTIONS(4849), + [anon_sym_tailrec] = ACTIONS(4849), + [anon_sym_operator] = ACTIONS(4849), + [anon_sym_infix] = ACTIONS(4849), + [anon_sym_inline] = ACTIONS(4849), + [anon_sym_external] = ACTIONS(4849), + [sym_property_modifier] = ACTIONS(4849), + [anon_sym_abstract] = ACTIONS(4849), + [anon_sym_final] = ACTIONS(4849), + [anon_sym_open] = ACTIONS(4849), + [anon_sym_vararg] = ACTIONS(4849), + [anon_sym_noinline] = ACTIONS(4849), + [anon_sym_crossinline] = ACTIONS(4849), + [anon_sym_expect] = ACTIONS(4849), + [anon_sym_actual] = ACTIONS(4849), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4851), + [sym_safe_nav] = ACTIONS(4851), [sym_multiline_comment] = ACTIONS(3), }, - [3203] = { + [3193] = { [sym__alpha_identifier] = ACTIONS(5091), [anon_sym_AT] = ACTIONS(5093), [anon_sym_LBRACK] = ACTIONS(5093), @@ -358533,2467 +357863,1237 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_safe_nav] = ACTIONS(5093), [sym_multiline_comment] = ACTIONS(3), }, - [3204] = { - [aux_sym_nullable_type_repeat1] = STATE(3260), - [sym__alpha_identifier] = ACTIONS(4185), - [anon_sym_AT] = ACTIONS(4187), - [anon_sym_LBRACK] = ACTIONS(4187), - [anon_sym_as] = ACTIONS(4185), - [anon_sym_EQ] = ACTIONS(4185), - [anon_sym_LBRACE] = ACTIONS(4187), - [anon_sym_RBRACE] = ACTIONS(4187), - [anon_sym_LPAREN] = ACTIONS(4187), - [anon_sym_COMMA] = ACTIONS(4187), - [anon_sym_by] = ACTIONS(4185), - [anon_sym_LT] = ACTIONS(4185), - [anon_sym_GT] = ACTIONS(4185), - [anon_sym_where] = ACTIONS(4185), - [anon_sym_DOT] = ACTIONS(4185), - [anon_sym_SEMI] = ACTIONS(4187), - [anon_sym_get] = ACTIONS(4185), - [anon_sym_set] = ACTIONS(4185), - [sym__quest] = ACTIONS(6496), - [anon_sym_STAR] = ACTIONS(4185), - [sym_label] = ACTIONS(4187), - [anon_sym_in] = ACTIONS(4185), - [anon_sym_DOT_DOT] = ACTIONS(4187), - [anon_sym_QMARK_COLON] = ACTIONS(4187), - [anon_sym_AMP_AMP] = ACTIONS(4187), - [anon_sym_PIPE_PIPE] = ACTIONS(4187), - [anon_sym_else] = ACTIONS(4185), - [anon_sym_COLON_COLON] = ACTIONS(4187), - [anon_sym_PLUS_EQ] = ACTIONS(4187), - [anon_sym_DASH_EQ] = ACTIONS(4187), - [anon_sym_STAR_EQ] = ACTIONS(4187), - [anon_sym_SLASH_EQ] = ACTIONS(4187), - [anon_sym_PERCENT_EQ] = ACTIONS(4187), - [anon_sym_BANG_EQ] = ACTIONS(4185), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4187), - [anon_sym_EQ_EQ] = ACTIONS(4185), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4187), - [anon_sym_LT_EQ] = ACTIONS(4187), - [anon_sym_GT_EQ] = ACTIONS(4187), - [anon_sym_BANGin] = ACTIONS(4187), - [anon_sym_is] = ACTIONS(4185), - [anon_sym_BANGis] = ACTIONS(4187), - [anon_sym_PLUS] = ACTIONS(4185), - [anon_sym_DASH] = ACTIONS(4185), - [anon_sym_SLASH] = ACTIONS(4185), - [anon_sym_PERCENT] = ACTIONS(4185), - [anon_sym_as_QMARK] = ACTIONS(4187), - [anon_sym_PLUS_PLUS] = ACTIONS(4187), - [anon_sym_DASH_DASH] = ACTIONS(4187), - [anon_sym_BANG_BANG] = ACTIONS(4187), - [anon_sym_suspend] = ACTIONS(4185), - [anon_sym_sealed] = ACTIONS(4185), - [anon_sym_annotation] = ACTIONS(4185), - [anon_sym_data] = ACTIONS(4185), - [anon_sym_inner] = ACTIONS(4185), - [anon_sym_override] = ACTIONS(4185), - [anon_sym_lateinit] = ACTIONS(4185), - [anon_sym_public] = ACTIONS(4185), - [anon_sym_private] = ACTIONS(4185), - [anon_sym_internal] = ACTIONS(4185), - [anon_sym_protected] = ACTIONS(4185), - [anon_sym_tailrec] = ACTIONS(4185), - [anon_sym_operator] = ACTIONS(4185), - [anon_sym_infix] = ACTIONS(4185), - [anon_sym_inline] = ACTIONS(4185), - [anon_sym_external] = ACTIONS(4185), - [sym_property_modifier] = ACTIONS(4185), - [anon_sym_abstract] = ACTIONS(4185), - [anon_sym_final] = ACTIONS(4185), - [anon_sym_open] = ACTIONS(4185), - [anon_sym_vararg] = ACTIONS(4185), - [anon_sym_noinline] = ACTIONS(4185), - [anon_sym_crossinline] = ACTIONS(4185), - [anon_sym_expect] = ACTIONS(4185), - [anon_sym_actual] = ACTIONS(4185), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4187), - [sym__automatic_semicolon] = ACTIONS(4187), - [sym_safe_nav] = ACTIONS(4187), - [sym_multiline_comment] = ACTIONS(3), - }, - [3205] = { - [aux_sym_user_type_repeat1] = STATE(3164), - [sym__alpha_identifier] = ACTIONS(4142), - [anon_sym_AT] = ACTIONS(4144), - [anon_sym_LBRACK] = ACTIONS(4144), - [anon_sym_as] = ACTIONS(4142), - [anon_sym_EQ] = ACTIONS(4142), - [anon_sym_LBRACE] = ACTIONS(4144), - [anon_sym_RBRACE] = ACTIONS(4144), - [anon_sym_LPAREN] = ACTIONS(4144), - [anon_sym_COMMA] = ACTIONS(4144), - [anon_sym_by] = ACTIONS(4142), - [anon_sym_LT] = ACTIONS(4142), - [anon_sym_GT] = ACTIONS(4142), - [anon_sym_where] = ACTIONS(4142), - [anon_sym_DOT] = ACTIONS(6498), - [anon_sym_SEMI] = ACTIONS(4144), - [anon_sym_get] = ACTIONS(4142), - [anon_sym_set] = ACTIONS(4142), - [sym__quest] = ACTIONS(4142), - [anon_sym_STAR] = ACTIONS(4142), - [sym_label] = ACTIONS(4144), - [anon_sym_in] = ACTIONS(4142), - [anon_sym_DOT_DOT] = ACTIONS(4144), - [anon_sym_QMARK_COLON] = ACTIONS(4144), - [anon_sym_AMP_AMP] = ACTIONS(4144), - [anon_sym_PIPE_PIPE] = ACTIONS(4144), - [anon_sym_else] = ACTIONS(4142), - [anon_sym_COLON_COLON] = ACTIONS(4144), - [anon_sym_PLUS_EQ] = ACTIONS(4144), - [anon_sym_DASH_EQ] = ACTIONS(4144), - [anon_sym_STAR_EQ] = ACTIONS(4144), - [anon_sym_SLASH_EQ] = ACTIONS(4144), - [anon_sym_PERCENT_EQ] = ACTIONS(4144), - [anon_sym_BANG_EQ] = ACTIONS(4142), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4144), - [anon_sym_EQ_EQ] = ACTIONS(4142), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4144), - [anon_sym_LT_EQ] = ACTIONS(4144), - [anon_sym_GT_EQ] = ACTIONS(4144), - [anon_sym_BANGin] = ACTIONS(4144), - [anon_sym_is] = ACTIONS(4142), - [anon_sym_BANGis] = ACTIONS(4144), - [anon_sym_PLUS] = ACTIONS(4142), - [anon_sym_DASH] = ACTIONS(4142), - [anon_sym_SLASH] = ACTIONS(4142), - [anon_sym_PERCENT] = ACTIONS(4142), - [anon_sym_as_QMARK] = ACTIONS(4144), - [anon_sym_PLUS_PLUS] = ACTIONS(4144), - [anon_sym_DASH_DASH] = ACTIONS(4144), - [anon_sym_BANG_BANG] = ACTIONS(4144), - [anon_sym_suspend] = ACTIONS(4142), - [anon_sym_sealed] = ACTIONS(4142), - [anon_sym_annotation] = ACTIONS(4142), - [anon_sym_data] = ACTIONS(4142), - [anon_sym_inner] = ACTIONS(4142), - [anon_sym_override] = ACTIONS(4142), - [anon_sym_lateinit] = ACTIONS(4142), - [anon_sym_public] = ACTIONS(4142), - [anon_sym_private] = ACTIONS(4142), - [anon_sym_internal] = ACTIONS(4142), - [anon_sym_protected] = ACTIONS(4142), - [anon_sym_tailrec] = ACTIONS(4142), - [anon_sym_operator] = ACTIONS(4142), - [anon_sym_infix] = ACTIONS(4142), - [anon_sym_inline] = ACTIONS(4142), - [anon_sym_external] = ACTIONS(4142), - [sym_property_modifier] = ACTIONS(4142), - [anon_sym_abstract] = ACTIONS(4142), - [anon_sym_final] = ACTIONS(4142), - [anon_sym_open] = ACTIONS(4142), - [anon_sym_vararg] = ACTIONS(4142), - [anon_sym_noinline] = ACTIONS(4142), - [anon_sym_crossinline] = ACTIONS(4142), - [anon_sym_expect] = ACTIONS(4142), - [anon_sym_actual] = ACTIONS(4142), + [3194] = { + [aux_sym_nullable_type_repeat1] = STATE(3397), + [sym__alpha_identifier] = ACTIONS(4322), + [anon_sym_AT] = ACTIONS(4324), + [anon_sym_LBRACK] = ACTIONS(4324), + [anon_sym_EQ] = ACTIONS(4324), + [anon_sym_LBRACE] = ACTIONS(4324), + [anon_sym_RBRACE] = ACTIONS(4324), + [anon_sym_LPAREN] = ACTIONS(4324), + [anon_sym_COMMA] = ACTIONS(4324), + [anon_sym_by] = ACTIONS(4322), + [anon_sym_where] = ACTIONS(4322), + [anon_sym_object] = ACTIONS(4322), + [anon_sym_fun] = ACTIONS(4322), + [anon_sym_SEMI] = ACTIONS(4324), + [anon_sym_get] = ACTIONS(4322), + [anon_sym_set] = ACTIONS(4322), + [anon_sym_this] = ACTIONS(4322), + [anon_sym_super] = ACTIONS(4322), + [sym__quest] = ACTIONS(6512), + [anon_sym_STAR] = ACTIONS(4324), + [sym_label] = ACTIONS(4322), + [anon_sym_in] = ACTIONS(4322), + [anon_sym_null] = ACTIONS(4322), + [anon_sym_if] = ACTIONS(4322), + [anon_sym_else] = ACTIONS(4322), + [anon_sym_when] = ACTIONS(4322), + [anon_sym_try] = ACTIONS(4322), + [anon_sym_throw] = ACTIONS(4322), + [anon_sym_return] = ACTIONS(4322), + [anon_sym_continue] = ACTIONS(4322), + [anon_sym_break] = ACTIONS(4322), + [anon_sym_COLON_COLON] = ACTIONS(4324), + [anon_sym_BANGin] = ACTIONS(4324), + [anon_sym_is] = ACTIONS(4322), + [anon_sym_BANGis] = ACTIONS(4324), + [anon_sym_PLUS] = ACTIONS(4322), + [anon_sym_DASH] = ACTIONS(4322), + [anon_sym_PLUS_PLUS] = ACTIONS(4324), + [anon_sym_DASH_DASH] = ACTIONS(4324), + [anon_sym_BANG] = ACTIONS(4322), + [anon_sym_suspend] = ACTIONS(4322), + [anon_sym_sealed] = ACTIONS(4322), + [anon_sym_annotation] = ACTIONS(4322), + [anon_sym_data] = ACTIONS(4322), + [anon_sym_inner] = ACTIONS(4322), + [anon_sym_override] = ACTIONS(4322), + [anon_sym_lateinit] = ACTIONS(4322), + [anon_sym_public] = ACTIONS(4322), + [anon_sym_private] = ACTIONS(4322), + [anon_sym_internal] = ACTIONS(4322), + [anon_sym_protected] = ACTIONS(4322), + [anon_sym_tailrec] = ACTIONS(4322), + [anon_sym_operator] = ACTIONS(4322), + [anon_sym_infix] = ACTIONS(4322), + [anon_sym_inline] = ACTIONS(4322), + [anon_sym_external] = ACTIONS(4322), + [sym_property_modifier] = ACTIONS(4322), + [anon_sym_abstract] = ACTIONS(4322), + [anon_sym_final] = ACTIONS(4322), + [anon_sym_open] = ACTIONS(4322), + [anon_sym_vararg] = ACTIONS(4322), + [anon_sym_noinline] = ACTIONS(4322), + [anon_sym_crossinline] = ACTIONS(4322), + [anon_sym_expect] = ACTIONS(4322), + [anon_sym_actual] = ACTIONS(4322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4144), - [sym__automatic_semicolon] = ACTIONS(4144), - [sym_safe_nav] = ACTIONS(4144), + [anon_sym_return_AT] = ACTIONS(4324), + [anon_sym_continue_AT] = ACTIONS(4324), + [anon_sym_break_AT] = ACTIONS(4324), + [sym_real_literal] = ACTIONS(4324), + [sym_integer_literal] = ACTIONS(4322), + [sym_hex_literal] = ACTIONS(4324), + [sym_bin_literal] = ACTIONS(4324), + [anon_sym_true] = ACTIONS(4322), + [anon_sym_false] = ACTIONS(4322), + [anon_sym_SQUOTE] = ACTIONS(4324), + [sym__backtick_identifier] = ACTIONS(4324), + [sym__automatic_semicolon] = ACTIONS(4324), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4324), }, - [3206] = { - [sym__alpha_identifier] = ACTIONS(4805), - [anon_sym_AT] = ACTIONS(4807), - [anon_sym_LBRACK] = ACTIONS(4807), - [anon_sym_as] = ACTIONS(4805), - [anon_sym_EQ] = ACTIONS(4805), - [anon_sym_LBRACE] = ACTIONS(4807), - [anon_sym_RBRACE] = ACTIONS(4807), - [anon_sym_LPAREN] = ACTIONS(4807), - [anon_sym_COMMA] = ACTIONS(4807), - [anon_sym_LT] = ACTIONS(4805), - [anon_sym_GT] = ACTIONS(4805), - [anon_sym_where] = ACTIONS(4805), - [anon_sym_object] = ACTIONS(4805), - [anon_sym_fun] = ACTIONS(4805), - [anon_sym_DOT] = ACTIONS(4805), - [anon_sym_SEMI] = ACTIONS(4807), - [anon_sym_get] = ACTIONS(4805), - [anon_sym_set] = ACTIONS(4805), - [anon_sym_this] = ACTIONS(4805), - [anon_sym_super] = ACTIONS(4805), - [anon_sym_STAR] = ACTIONS(4805), - [sym_label] = ACTIONS(4805), - [anon_sym_in] = ACTIONS(4805), - [anon_sym_DOT_DOT] = ACTIONS(4807), - [anon_sym_QMARK_COLON] = ACTIONS(4807), - [anon_sym_AMP_AMP] = ACTIONS(4807), - [anon_sym_PIPE_PIPE] = ACTIONS(4807), - [anon_sym_null] = ACTIONS(4805), - [anon_sym_if] = ACTIONS(4805), - [anon_sym_else] = ACTIONS(4805), - [anon_sym_when] = ACTIONS(4805), - [anon_sym_try] = ACTIONS(4805), - [anon_sym_throw] = ACTIONS(4805), - [anon_sym_return] = ACTIONS(4805), - [anon_sym_continue] = ACTIONS(4805), - [anon_sym_break] = ACTIONS(4805), - [anon_sym_COLON_COLON] = ACTIONS(4807), - [anon_sym_PLUS_EQ] = ACTIONS(4807), - [anon_sym_DASH_EQ] = ACTIONS(4807), - [anon_sym_STAR_EQ] = ACTIONS(4807), - [anon_sym_SLASH_EQ] = ACTIONS(4807), - [anon_sym_PERCENT_EQ] = ACTIONS(4807), - [anon_sym_BANG_EQ] = ACTIONS(4805), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4807), - [anon_sym_EQ_EQ] = ACTIONS(4805), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4807), - [anon_sym_LT_EQ] = ACTIONS(4807), - [anon_sym_GT_EQ] = ACTIONS(4807), - [anon_sym_BANGin] = ACTIONS(4807), - [anon_sym_is] = ACTIONS(4805), - [anon_sym_BANGis] = ACTIONS(4807), - [anon_sym_PLUS] = ACTIONS(4805), - [anon_sym_DASH] = ACTIONS(4805), - [anon_sym_SLASH] = ACTIONS(4805), - [anon_sym_PERCENT] = ACTIONS(4805), - [anon_sym_as_QMARK] = ACTIONS(4807), - [anon_sym_PLUS_PLUS] = ACTIONS(4807), - [anon_sym_DASH_DASH] = ACTIONS(4807), - [anon_sym_BANG] = ACTIONS(4805), - [anon_sym_BANG_BANG] = ACTIONS(4807), - [anon_sym_data] = ACTIONS(4805), - [anon_sym_inner] = ACTIONS(4805), - [anon_sym_expect] = ACTIONS(4805), - [anon_sym_actual] = ACTIONS(4805), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4807), - [anon_sym_continue_AT] = ACTIONS(4807), - [anon_sym_break_AT] = ACTIONS(4807), - [sym_real_literal] = ACTIONS(4807), - [sym_integer_literal] = ACTIONS(4805), - [sym_hex_literal] = ACTIONS(4807), - [sym_bin_literal] = ACTIONS(4807), - [anon_sym_true] = ACTIONS(4805), - [anon_sym_false] = ACTIONS(4805), - [anon_sym_SQUOTE] = ACTIONS(4807), - [sym__backtick_identifier] = ACTIONS(4807), - [sym__automatic_semicolon] = ACTIONS(4807), - [sym_safe_nav] = ACTIONS(4807), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4807), - }, - [3207] = { - [sym__alpha_identifier] = ACTIONS(4793), - [anon_sym_AT] = ACTIONS(4795), - [anon_sym_LBRACK] = ACTIONS(4795), - [anon_sym_RBRACK] = ACTIONS(4795), - [anon_sym_as] = ACTIONS(4793), - [anon_sym_EQ] = ACTIONS(4793), - [anon_sym_LBRACE] = ACTIONS(4795), - [anon_sym_RBRACE] = ACTIONS(4795), - [anon_sym_LPAREN] = ACTIONS(4795), - [anon_sym_COMMA] = ACTIONS(4795), - [anon_sym_RPAREN] = ACTIONS(4795), - [anon_sym_LT] = ACTIONS(4793), - [anon_sym_GT] = ACTIONS(4793), - [anon_sym_where] = ACTIONS(4793), - [anon_sym_DOT] = ACTIONS(4793), - [anon_sym_SEMI] = ACTIONS(4795), - [anon_sym_get] = ACTIONS(4793), - [anon_sym_set] = ACTIONS(4793), - [anon_sym_STAR] = ACTIONS(4793), - [anon_sym_DASH_GT] = ACTIONS(4795), - [sym_label] = ACTIONS(4795), - [anon_sym_in] = ACTIONS(4793), - [anon_sym_while] = ACTIONS(4793), - [anon_sym_DOT_DOT] = ACTIONS(4795), - [anon_sym_QMARK_COLON] = ACTIONS(4795), - [anon_sym_AMP_AMP] = ACTIONS(4795), - [anon_sym_PIPE_PIPE] = ACTIONS(4795), - [anon_sym_else] = ACTIONS(4793), - [anon_sym_COLON_COLON] = ACTIONS(4795), - [anon_sym_PLUS_EQ] = ACTIONS(4795), - [anon_sym_DASH_EQ] = ACTIONS(4795), - [anon_sym_STAR_EQ] = ACTIONS(4795), - [anon_sym_SLASH_EQ] = ACTIONS(4795), - [anon_sym_PERCENT_EQ] = ACTIONS(4795), - [anon_sym_BANG_EQ] = ACTIONS(4793), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4795), - [anon_sym_EQ_EQ] = ACTIONS(4793), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4795), - [anon_sym_LT_EQ] = ACTIONS(4795), - [anon_sym_GT_EQ] = ACTIONS(4795), - [anon_sym_BANGin] = ACTIONS(4795), - [anon_sym_is] = ACTIONS(4793), - [anon_sym_BANGis] = ACTIONS(4795), - [anon_sym_PLUS] = ACTIONS(4793), - [anon_sym_DASH] = ACTIONS(4793), - [anon_sym_SLASH] = ACTIONS(4793), - [anon_sym_PERCENT] = ACTIONS(4793), - [anon_sym_as_QMARK] = ACTIONS(4795), - [anon_sym_PLUS_PLUS] = ACTIONS(4795), - [anon_sym_DASH_DASH] = ACTIONS(4795), - [anon_sym_BANG_BANG] = ACTIONS(4795), - [anon_sym_suspend] = ACTIONS(4793), - [anon_sym_sealed] = ACTIONS(4793), - [anon_sym_annotation] = ACTIONS(4793), - [anon_sym_data] = ACTIONS(4793), - [anon_sym_inner] = ACTIONS(4793), - [anon_sym_override] = ACTIONS(4793), - [anon_sym_lateinit] = ACTIONS(4793), - [anon_sym_public] = ACTIONS(4793), - [anon_sym_private] = ACTIONS(4793), - [anon_sym_internal] = ACTIONS(4793), - [anon_sym_protected] = ACTIONS(4793), - [anon_sym_tailrec] = ACTIONS(4793), - [anon_sym_operator] = ACTIONS(4793), - [anon_sym_infix] = ACTIONS(4793), - [anon_sym_inline] = ACTIONS(4793), - [anon_sym_external] = ACTIONS(4793), - [sym_property_modifier] = ACTIONS(4793), - [anon_sym_abstract] = ACTIONS(4793), - [anon_sym_final] = ACTIONS(4793), - [anon_sym_open] = ACTIONS(4793), - [anon_sym_vararg] = ACTIONS(4793), - [anon_sym_noinline] = ACTIONS(4793), - [anon_sym_crossinline] = ACTIONS(4793), - [anon_sym_expect] = ACTIONS(4793), - [anon_sym_actual] = ACTIONS(4793), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4795), - [sym_safe_nav] = ACTIONS(4795), + [3195] = { + [sym__alpha_identifier] = ACTIONS(4724), + [anon_sym_AT] = ACTIONS(4726), + [anon_sym_LBRACK] = ACTIONS(4726), + [anon_sym_RBRACK] = ACTIONS(4726), + [anon_sym_as] = ACTIONS(4724), + [anon_sym_EQ] = ACTIONS(4724), + [anon_sym_LBRACE] = ACTIONS(4726), + [anon_sym_RBRACE] = ACTIONS(4726), + [anon_sym_LPAREN] = ACTIONS(4726), + [anon_sym_COMMA] = ACTIONS(4726), + [anon_sym_RPAREN] = ACTIONS(4726), + [anon_sym_LT] = ACTIONS(4724), + [anon_sym_GT] = ACTIONS(4724), + [anon_sym_where] = ACTIONS(4724), + [anon_sym_DOT] = ACTIONS(4724), + [anon_sym_SEMI] = ACTIONS(4726), + [anon_sym_get] = ACTIONS(4724), + [anon_sym_set] = ACTIONS(4724), + [anon_sym_STAR] = ACTIONS(4724), + [anon_sym_DASH_GT] = ACTIONS(4726), + [sym_label] = ACTIONS(4726), + [anon_sym_in] = ACTIONS(4724), + [anon_sym_while] = ACTIONS(4724), + [anon_sym_DOT_DOT] = ACTIONS(4726), + [anon_sym_QMARK_COLON] = ACTIONS(4726), + [anon_sym_AMP_AMP] = ACTIONS(4726), + [anon_sym_PIPE_PIPE] = ACTIONS(4726), + [anon_sym_else] = ACTIONS(4724), + [anon_sym_COLON_COLON] = ACTIONS(4726), + [anon_sym_PLUS_EQ] = ACTIONS(4726), + [anon_sym_DASH_EQ] = ACTIONS(4726), + [anon_sym_STAR_EQ] = ACTIONS(4726), + [anon_sym_SLASH_EQ] = ACTIONS(4726), + [anon_sym_PERCENT_EQ] = ACTIONS(4726), + [anon_sym_BANG_EQ] = ACTIONS(4724), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4726), + [anon_sym_EQ_EQ] = ACTIONS(4724), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4726), + [anon_sym_LT_EQ] = ACTIONS(4726), + [anon_sym_GT_EQ] = ACTIONS(4726), + [anon_sym_BANGin] = ACTIONS(4726), + [anon_sym_is] = ACTIONS(4724), + [anon_sym_BANGis] = ACTIONS(4726), + [anon_sym_PLUS] = ACTIONS(4724), + [anon_sym_DASH] = ACTIONS(4724), + [anon_sym_SLASH] = ACTIONS(4724), + [anon_sym_PERCENT] = ACTIONS(4724), + [anon_sym_as_QMARK] = ACTIONS(4726), + [anon_sym_PLUS_PLUS] = ACTIONS(4726), + [anon_sym_DASH_DASH] = ACTIONS(4726), + [anon_sym_BANG_BANG] = ACTIONS(4726), + [anon_sym_suspend] = ACTIONS(4724), + [anon_sym_sealed] = ACTIONS(4724), + [anon_sym_annotation] = ACTIONS(4724), + [anon_sym_data] = ACTIONS(4724), + [anon_sym_inner] = ACTIONS(4724), + [anon_sym_override] = ACTIONS(4724), + [anon_sym_lateinit] = ACTIONS(4724), + [anon_sym_public] = ACTIONS(4724), + [anon_sym_private] = ACTIONS(4724), + [anon_sym_internal] = ACTIONS(4724), + [anon_sym_protected] = ACTIONS(4724), + [anon_sym_tailrec] = ACTIONS(4724), + [anon_sym_operator] = ACTIONS(4724), + [anon_sym_infix] = ACTIONS(4724), + [anon_sym_inline] = ACTIONS(4724), + [anon_sym_external] = ACTIONS(4724), + [sym_property_modifier] = ACTIONS(4724), + [anon_sym_abstract] = ACTIONS(4724), + [anon_sym_final] = ACTIONS(4724), + [anon_sym_open] = ACTIONS(4724), + [anon_sym_vararg] = ACTIONS(4724), + [anon_sym_noinline] = ACTIONS(4724), + [anon_sym_crossinline] = ACTIONS(4724), + [anon_sym_expect] = ACTIONS(4724), + [anon_sym_actual] = ACTIONS(4724), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4726), + [sym_safe_nav] = ACTIONS(4726), [sym_multiline_comment] = ACTIONS(3), }, - [3208] = { - [sym__alpha_identifier] = ACTIONS(4663), - [anon_sym_AT] = ACTIONS(4665), - [anon_sym_LBRACK] = ACTIONS(4665), - [anon_sym_RBRACK] = ACTIONS(4665), - [anon_sym_as] = ACTIONS(4663), - [anon_sym_EQ] = ACTIONS(4663), - [anon_sym_LBRACE] = ACTIONS(4665), - [anon_sym_RBRACE] = ACTIONS(4665), - [anon_sym_LPAREN] = ACTIONS(4665), - [anon_sym_COMMA] = ACTIONS(4665), - [anon_sym_RPAREN] = ACTIONS(4665), - [anon_sym_LT] = ACTIONS(4663), - [anon_sym_GT] = ACTIONS(4663), - [anon_sym_where] = ACTIONS(4663), - [anon_sym_DOT] = ACTIONS(4663), - [anon_sym_SEMI] = ACTIONS(4665), - [anon_sym_get] = ACTIONS(4663), - [anon_sym_set] = ACTIONS(4663), - [anon_sym_STAR] = ACTIONS(4663), - [anon_sym_DASH_GT] = ACTIONS(4665), - [sym_label] = ACTIONS(4665), - [anon_sym_in] = ACTIONS(4663), - [anon_sym_while] = ACTIONS(4663), - [anon_sym_DOT_DOT] = ACTIONS(4665), - [anon_sym_QMARK_COLON] = ACTIONS(4665), - [anon_sym_AMP_AMP] = ACTIONS(4665), - [anon_sym_PIPE_PIPE] = ACTIONS(4665), - [anon_sym_else] = ACTIONS(4663), - [anon_sym_COLON_COLON] = ACTIONS(4665), - [anon_sym_PLUS_EQ] = ACTIONS(4665), - [anon_sym_DASH_EQ] = ACTIONS(4665), - [anon_sym_STAR_EQ] = ACTIONS(4665), - [anon_sym_SLASH_EQ] = ACTIONS(4665), - [anon_sym_PERCENT_EQ] = ACTIONS(4665), - [anon_sym_BANG_EQ] = ACTIONS(4663), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4665), - [anon_sym_EQ_EQ] = ACTIONS(4663), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4665), - [anon_sym_LT_EQ] = ACTIONS(4665), - [anon_sym_GT_EQ] = ACTIONS(4665), - [anon_sym_BANGin] = ACTIONS(4665), - [anon_sym_is] = ACTIONS(4663), - [anon_sym_BANGis] = ACTIONS(4665), - [anon_sym_PLUS] = ACTIONS(4663), - [anon_sym_DASH] = ACTIONS(4663), - [anon_sym_SLASH] = ACTIONS(4663), - [anon_sym_PERCENT] = ACTIONS(4663), - [anon_sym_as_QMARK] = ACTIONS(4665), - [anon_sym_PLUS_PLUS] = ACTIONS(4665), - [anon_sym_DASH_DASH] = ACTIONS(4665), - [anon_sym_BANG_BANG] = ACTIONS(4665), - [anon_sym_suspend] = ACTIONS(4663), - [anon_sym_sealed] = ACTIONS(4663), - [anon_sym_annotation] = ACTIONS(4663), - [anon_sym_data] = ACTIONS(4663), - [anon_sym_inner] = ACTIONS(4663), - [anon_sym_override] = ACTIONS(4663), - [anon_sym_lateinit] = ACTIONS(4663), - [anon_sym_public] = ACTIONS(4663), - [anon_sym_private] = ACTIONS(4663), - [anon_sym_internal] = ACTIONS(4663), - [anon_sym_protected] = ACTIONS(4663), - [anon_sym_tailrec] = ACTIONS(4663), - [anon_sym_operator] = ACTIONS(4663), - [anon_sym_infix] = ACTIONS(4663), - [anon_sym_inline] = ACTIONS(4663), - [anon_sym_external] = ACTIONS(4663), - [sym_property_modifier] = ACTIONS(4663), - [anon_sym_abstract] = ACTIONS(4663), - [anon_sym_final] = ACTIONS(4663), - [anon_sym_open] = ACTIONS(4663), - [anon_sym_vararg] = ACTIONS(4663), - [anon_sym_noinline] = ACTIONS(4663), - [anon_sym_crossinline] = ACTIONS(4663), - [anon_sym_expect] = ACTIONS(4663), - [anon_sym_actual] = ACTIONS(4663), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4665), - [sym_safe_nav] = ACTIONS(4665), + [3196] = { + [sym__alpha_identifier] = ACTIONS(5047), + [anon_sym_AT] = ACTIONS(5049), + [anon_sym_LBRACK] = ACTIONS(5049), + [anon_sym_RBRACK] = ACTIONS(5049), + [anon_sym_as] = ACTIONS(5047), + [anon_sym_EQ] = ACTIONS(5047), + [anon_sym_LBRACE] = ACTIONS(5049), + [anon_sym_RBRACE] = ACTIONS(5049), + [anon_sym_LPAREN] = ACTIONS(5049), + [anon_sym_COMMA] = ACTIONS(5049), + [anon_sym_RPAREN] = ACTIONS(5049), + [anon_sym_LT] = ACTIONS(5047), + [anon_sym_GT] = ACTIONS(5047), + [anon_sym_where] = ACTIONS(5047), + [anon_sym_DOT] = ACTIONS(5047), + [anon_sym_SEMI] = ACTIONS(5049), + [anon_sym_get] = ACTIONS(5047), + [anon_sym_set] = ACTIONS(5047), + [anon_sym_STAR] = ACTIONS(5047), + [anon_sym_DASH_GT] = ACTIONS(5049), + [sym_label] = ACTIONS(5049), + [anon_sym_in] = ACTIONS(5047), + [anon_sym_while] = ACTIONS(5047), + [anon_sym_DOT_DOT] = ACTIONS(5049), + [anon_sym_QMARK_COLON] = ACTIONS(5049), + [anon_sym_AMP_AMP] = ACTIONS(5049), + [anon_sym_PIPE_PIPE] = ACTIONS(5049), + [anon_sym_else] = ACTIONS(5047), + [anon_sym_COLON_COLON] = ACTIONS(5049), + [anon_sym_PLUS_EQ] = ACTIONS(5049), + [anon_sym_DASH_EQ] = ACTIONS(5049), + [anon_sym_STAR_EQ] = ACTIONS(5049), + [anon_sym_SLASH_EQ] = ACTIONS(5049), + [anon_sym_PERCENT_EQ] = ACTIONS(5049), + [anon_sym_BANG_EQ] = ACTIONS(5047), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5049), + [anon_sym_EQ_EQ] = ACTIONS(5047), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5049), + [anon_sym_LT_EQ] = ACTIONS(5049), + [anon_sym_GT_EQ] = ACTIONS(5049), + [anon_sym_BANGin] = ACTIONS(5049), + [anon_sym_is] = ACTIONS(5047), + [anon_sym_BANGis] = ACTIONS(5049), + [anon_sym_PLUS] = ACTIONS(5047), + [anon_sym_DASH] = ACTIONS(5047), + [anon_sym_SLASH] = ACTIONS(5047), + [anon_sym_PERCENT] = ACTIONS(5047), + [anon_sym_as_QMARK] = ACTIONS(5049), + [anon_sym_PLUS_PLUS] = ACTIONS(5049), + [anon_sym_DASH_DASH] = ACTIONS(5049), + [anon_sym_BANG_BANG] = ACTIONS(5049), + [anon_sym_suspend] = ACTIONS(5047), + [anon_sym_sealed] = ACTIONS(5047), + [anon_sym_annotation] = ACTIONS(5047), + [anon_sym_data] = ACTIONS(5047), + [anon_sym_inner] = ACTIONS(5047), + [anon_sym_override] = ACTIONS(5047), + [anon_sym_lateinit] = ACTIONS(5047), + [anon_sym_public] = ACTIONS(5047), + [anon_sym_private] = ACTIONS(5047), + [anon_sym_internal] = ACTIONS(5047), + [anon_sym_protected] = ACTIONS(5047), + [anon_sym_tailrec] = ACTIONS(5047), + [anon_sym_operator] = ACTIONS(5047), + [anon_sym_infix] = ACTIONS(5047), + [anon_sym_inline] = ACTIONS(5047), + [anon_sym_external] = ACTIONS(5047), + [sym_property_modifier] = ACTIONS(5047), + [anon_sym_abstract] = ACTIONS(5047), + [anon_sym_final] = ACTIONS(5047), + [anon_sym_open] = ACTIONS(5047), + [anon_sym_vararg] = ACTIONS(5047), + [anon_sym_noinline] = ACTIONS(5047), + [anon_sym_crossinline] = ACTIONS(5047), + [anon_sym_expect] = ACTIONS(5047), + [anon_sym_actual] = ACTIONS(5047), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5049), + [sym_safe_nav] = ACTIONS(5049), [sym_multiline_comment] = ACTIONS(3), }, - [3209] = { - [sym__alpha_identifier] = ACTIONS(1764), - [anon_sym_AT] = ACTIONS(1766), - [anon_sym_LBRACK] = ACTIONS(1766), - [anon_sym_RBRACK] = ACTIONS(1766), - [anon_sym_as] = ACTIONS(1764), - [anon_sym_EQ] = ACTIONS(1764), - [anon_sym_LBRACE] = ACTIONS(1766), - [anon_sym_RBRACE] = ACTIONS(1766), - [anon_sym_LPAREN] = ACTIONS(1766), - [anon_sym_COMMA] = ACTIONS(1766), - [anon_sym_RPAREN] = ACTIONS(1766), - [anon_sym_LT] = ACTIONS(1764), - [anon_sym_GT] = ACTIONS(1764), - [anon_sym_where] = ACTIONS(1764), - [anon_sym_DOT] = ACTIONS(1764), - [anon_sym_SEMI] = ACTIONS(1766), - [anon_sym_get] = ACTIONS(1764), - [anon_sym_set] = ACTIONS(1764), - [anon_sym_STAR] = ACTIONS(1764), - [anon_sym_DASH_GT] = ACTIONS(1766), - [sym_label] = ACTIONS(1766), - [anon_sym_in] = ACTIONS(1764), - [anon_sym_while] = ACTIONS(1764), - [anon_sym_DOT_DOT] = ACTIONS(1766), - [anon_sym_QMARK_COLON] = ACTIONS(1766), - [anon_sym_AMP_AMP] = ACTIONS(1766), - [anon_sym_PIPE_PIPE] = ACTIONS(1766), - [anon_sym_else] = ACTIONS(1764), - [anon_sym_COLON_COLON] = ACTIONS(1766), - [anon_sym_PLUS_EQ] = ACTIONS(1766), - [anon_sym_DASH_EQ] = ACTIONS(1766), - [anon_sym_STAR_EQ] = ACTIONS(1766), - [anon_sym_SLASH_EQ] = ACTIONS(1766), - [anon_sym_PERCENT_EQ] = ACTIONS(1766), - [anon_sym_BANG_EQ] = ACTIONS(1764), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), - [anon_sym_EQ_EQ] = ACTIONS(1764), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1766), - [anon_sym_LT_EQ] = ACTIONS(1766), - [anon_sym_GT_EQ] = ACTIONS(1766), - [anon_sym_BANGin] = ACTIONS(1766), - [anon_sym_is] = ACTIONS(1764), - [anon_sym_BANGis] = ACTIONS(1766), - [anon_sym_PLUS] = ACTIONS(1764), - [anon_sym_DASH] = ACTIONS(1764), - [anon_sym_SLASH] = ACTIONS(1764), - [anon_sym_PERCENT] = ACTIONS(1764), - [anon_sym_as_QMARK] = ACTIONS(1766), - [anon_sym_PLUS_PLUS] = ACTIONS(1766), - [anon_sym_DASH_DASH] = ACTIONS(1766), - [anon_sym_BANG_BANG] = ACTIONS(1766), - [anon_sym_suspend] = ACTIONS(1764), - [anon_sym_sealed] = ACTIONS(1764), - [anon_sym_annotation] = ACTIONS(1764), - [anon_sym_data] = ACTIONS(1764), - [anon_sym_inner] = ACTIONS(1764), - [anon_sym_override] = ACTIONS(1764), - [anon_sym_lateinit] = ACTIONS(1764), - [anon_sym_public] = ACTIONS(1764), - [anon_sym_private] = ACTIONS(1764), - [anon_sym_internal] = ACTIONS(1764), - [anon_sym_protected] = ACTIONS(1764), - [anon_sym_tailrec] = ACTIONS(1764), - [anon_sym_operator] = ACTIONS(1764), - [anon_sym_infix] = ACTIONS(1764), - [anon_sym_inline] = ACTIONS(1764), - [anon_sym_external] = ACTIONS(1764), - [sym_property_modifier] = ACTIONS(1764), - [anon_sym_abstract] = ACTIONS(1764), - [anon_sym_final] = ACTIONS(1764), - [anon_sym_open] = ACTIONS(1764), - [anon_sym_vararg] = ACTIONS(1764), - [anon_sym_noinline] = ACTIONS(1764), - [anon_sym_crossinline] = ACTIONS(1764), - [anon_sym_expect] = ACTIONS(1764), - [anon_sym_actual] = ACTIONS(1764), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1766), - [sym_safe_nav] = ACTIONS(1766), + [3197] = { + [sym_type_constraints] = STATE(3071), + [sym_enum_class_body] = STATE(3261), + [sym__alpha_identifier] = ACTIONS(3186), + [anon_sym_AT] = ACTIONS(3190), + [anon_sym_COLON] = ACTIONS(5595), + [anon_sym_LBRACK] = ACTIONS(3190), + [anon_sym_as] = ACTIONS(3186), + [anon_sym_EQ] = ACTIONS(3186), + [anon_sym_LBRACE] = ACTIONS(5171), + [anon_sym_RBRACE] = ACTIONS(3190), + [anon_sym_LPAREN] = ACTIONS(3190), + [anon_sym_RPAREN] = ACTIONS(3190), + [anon_sym_LT] = ACTIONS(3186), + [anon_sym_GT] = ACTIONS(3186), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(3186), + [anon_sym_SEMI] = ACTIONS(3190), + [anon_sym_get] = ACTIONS(3186), + [anon_sym_set] = ACTIONS(3186), + [anon_sym_STAR] = ACTIONS(3186), + [sym_label] = ACTIONS(3190), + [anon_sym_in] = ACTIONS(3186), + [anon_sym_while] = ACTIONS(3186), + [anon_sym_DOT_DOT] = ACTIONS(3190), + [anon_sym_QMARK_COLON] = ACTIONS(3190), + [anon_sym_AMP_AMP] = ACTIONS(3190), + [anon_sym_PIPE_PIPE] = ACTIONS(3190), + [anon_sym_else] = ACTIONS(3186), + [anon_sym_COLON_COLON] = ACTIONS(3190), + [anon_sym_PLUS_EQ] = ACTIONS(3190), + [anon_sym_DASH_EQ] = ACTIONS(3190), + [anon_sym_STAR_EQ] = ACTIONS(3190), + [anon_sym_SLASH_EQ] = ACTIONS(3190), + [anon_sym_PERCENT_EQ] = ACTIONS(3190), + [anon_sym_BANG_EQ] = ACTIONS(3186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3190), + [anon_sym_EQ_EQ] = ACTIONS(3186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3190), + [anon_sym_LT_EQ] = ACTIONS(3190), + [anon_sym_GT_EQ] = ACTIONS(3190), + [anon_sym_BANGin] = ACTIONS(3190), + [anon_sym_is] = ACTIONS(3186), + [anon_sym_BANGis] = ACTIONS(3190), + [anon_sym_PLUS] = ACTIONS(3186), + [anon_sym_DASH] = ACTIONS(3186), + [anon_sym_SLASH] = ACTIONS(3186), + [anon_sym_PERCENT] = ACTIONS(3186), + [anon_sym_as_QMARK] = ACTIONS(3190), + [anon_sym_PLUS_PLUS] = ACTIONS(3190), + [anon_sym_DASH_DASH] = ACTIONS(3190), + [anon_sym_BANG_BANG] = ACTIONS(3190), + [anon_sym_suspend] = ACTIONS(3186), + [anon_sym_sealed] = ACTIONS(3186), + [anon_sym_annotation] = ACTIONS(3186), + [anon_sym_data] = ACTIONS(3186), + [anon_sym_inner] = ACTIONS(3186), + [anon_sym_override] = ACTIONS(3186), + [anon_sym_lateinit] = ACTIONS(3186), + [anon_sym_public] = ACTIONS(3186), + [anon_sym_private] = ACTIONS(3186), + [anon_sym_internal] = ACTIONS(3186), + [anon_sym_protected] = ACTIONS(3186), + [anon_sym_tailrec] = ACTIONS(3186), + [anon_sym_operator] = ACTIONS(3186), + [anon_sym_infix] = ACTIONS(3186), + [anon_sym_inline] = ACTIONS(3186), + [anon_sym_external] = ACTIONS(3186), + [sym_property_modifier] = ACTIONS(3186), + [anon_sym_abstract] = ACTIONS(3186), + [anon_sym_final] = ACTIONS(3186), + [anon_sym_open] = ACTIONS(3186), + [anon_sym_vararg] = ACTIONS(3186), + [anon_sym_noinline] = ACTIONS(3186), + [anon_sym_crossinline] = ACTIONS(3186), + [anon_sym_expect] = ACTIONS(3186), + [anon_sym_actual] = ACTIONS(3186), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3190), + [sym_safe_nav] = ACTIONS(3190), [sym_multiline_comment] = ACTIONS(3), }, - [3210] = { - [sym__alpha_identifier] = ACTIONS(5067), - [anon_sym_AT] = ACTIONS(5069), - [anon_sym_LBRACK] = ACTIONS(5069), - [anon_sym_RBRACK] = ACTIONS(5069), - [anon_sym_as] = ACTIONS(5067), - [anon_sym_EQ] = ACTIONS(5067), - [anon_sym_LBRACE] = ACTIONS(5069), - [anon_sym_RBRACE] = ACTIONS(5069), - [anon_sym_LPAREN] = ACTIONS(5069), - [anon_sym_COMMA] = ACTIONS(5069), - [anon_sym_RPAREN] = ACTIONS(5069), - [anon_sym_LT] = ACTIONS(5067), - [anon_sym_GT] = ACTIONS(5067), - [anon_sym_where] = ACTIONS(5067), - [anon_sym_DOT] = ACTIONS(5067), - [anon_sym_SEMI] = ACTIONS(6501), - [anon_sym_get] = ACTIONS(5067), - [anon_sym_set] = ACTIONS(5067), - [anon_sym_STAR] = ACTIONS(5067), - [anon_sym_DASH_GT] = ACTIONS(5069), - [sym_label] = ACTIONS(5069), - [anon_sym_in] = ACTIONS(5067), - [anon_sym_while] = ACTIONS(5067), - [anon_sym_DOT_DOT] = ACTIONS(5069), - [anon_sym_QMARK_COLON] = ACTIONS(5069), - [anon_sym_AMP_AMP] = ACTIONS(5069), - [anon_sym_PIPE_PIPE] = ACTIONS(5069), - [anon_sym_else] = ACTIONS(6503), - [anon_sym_COLON_COLON] = ACTIONS(5069), - [anon_sym_PLUS_EQ] = ACTIONS(5069), - [anon_sym_DASH_EQ] = ACTIONS(5069), - [anon_sym_STAR_EQ] = ACTIONS(5069), - [anon_sym_SLASH_EQ] = ACTIONS(5069), - [anon_sym_PERCENT_EQ] = ACTIONS(5069), - [anon_sym_BANG_EQ] = ACTIONS(5067), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5069), - [anon_sym_EQ_EQ] = ACTIONS(5067), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5069), - [anon_sym_LT_EQ] = ACTIONS(5069), - [anon_sym_GT_EQ] = ACTIONS(5069), - [anon_sym_BANGin] = ACTIONS(5069), - [anon_sym_is] = ACTIONS(5067), - [anon_sym_BANGis] = ACTIONS(5069), - [anon_sym_PLUS] = ACTIONS(5067), - [anon_sym_DASH] = ACTIONS(5067), - [anon_sym_SLASH] = ACTIONS(5067), - [anon_sym_PERCENT] = ACTIONS(5067), - [anon_sym_as_QMARK] = ACTIONS(5069), - [anon_sym_PLUS_PLUS] = ACTIONS(5069), - [anon_sym_DASH_DASH] = ACTIONS(5069), - [anon_sym_BANG_BANG] = ACTIONS(5069), - [anon_sym_suspend] = ACTIONS(5067), - [anon_sym_sealed] = ACTIONS(5067), - [anon_sym_annotation] = ACTIONS(5067), - [anon_sym_data] = ACTIONS(5067), - [anon_sym_inner] = ACTIONS(5067), - [anon_sym_override] = ACTIONS(5067), - [anon_sym_lateinit] = ACTIONS(5067), - [anon_sym_public] = ACTIONS(5067), - [anon_sym_private] = ACTIONS(5067), - [anon_sym_internal] = ACTIONS(5067), - [anon_sym_protected] = ACTIONS(5067), - [anon_sym_tailrec] = ACTIONS(5067), - [anon_sym_operator] = ACTIONS(5067), - [anon_sym_infix] = ACTIONS(5067), - [anon_sym_inline] = ACTIONS(5067), - [anon_sym_external] = ACTIONS(5067), - [sym_property_modifier] = ACTIONS(5067), - [anon_sym_abstract] = ACTIONS(5067), - [anon_sym_final] = ACTIONS(5067), - [anon_sym_open] = ACTIONS(5067), - [anon_sym_vararg] = ACTIONS(5067), - [anon_sym_noinline] = ACTIONS(5067), - [anon_sym_crossinline] = ACTIONS(5067), - [anon_sym_expect] = ACTIONS(5067), - [anon_sym_actual] = ACTIONS(5067), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5069), - [sym_safe_nav] = ACTIONS(5069), + [3198] = { + [sym__alpha_identifier] = ACTIONS(4031), + [anon_sym_AT] = ACTIONS(4033), + [anon_sym_LBRACK] = ACTIONS(4033), + [anon_sym_RBRACK] = ACTIONS(4033), + [anon_sym_as] = ACTIONS(4031), + [anon_sym_EQ] = ACTIONS(4031), + [anon_sym_LBRACE] = ACTIONS(4033), + [anon_sym_RBRACE] = ACTIONS(4033), + [anon_sym_LPAREN] = ACTIONS(4033), + [anon_sym_COMMA] = ACTIONS(4033), + [anon_sym_RPAREN] = ACTIONS(4033), + [anon_sym_LT] = ACTIONS(4031), + [anon_sym_GT] = ACTIONS(4031), + [anon_sym_where] = ACTIONS(4031), + [anon_sym_DOT] = ACTIONS(4031), + [anon_sym_SEMI] = ACTIONS(4033), + [anon_sym_get] = ACTIONS(4031), + [anon_sym_set] = ACTIONS(4031), + [anon_sym_STAR] = ACTIONS(4031), + [anon_sym_DASH_GT] = ACTIONS(4033), + [sym_label] = ACTIONS(4033), + [anon_sym_in] = ACTIONS(4031), + [anon_sym_while] = ACTIONS(4031), + [anon_sym_DOT_DOT] = ACTIONS(4033), + [anon_sym_QMARK_COLON] = ACTIONS(4033), + [anon_sym_AMP_AMP] = ACTIONS(4033), + [anon_sym_PIPE_PIPE] = ACTIONS(4033), + [anon_sym_else] = ACTIONS(4031), + [anon_sym_COLON_COLON] = ACTIONS(4033), + [anon_sym_PLUS_EQ] = ACTIONS(4033), + [anon_sym_DASH_EQ] = ACTIONS(4033), + [anon_sym_STAR_EQ] = ACTIONS(4033), + [anon_sym_SLASH_EQ] = ACTIONS(4033), + [anon_sym_PERCENT_EQ] = ACTIONS(4033), + [anon_sym_BANG_EQ] = ACTIONS(4031), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4033), + [anon_sym_EQ_EQ] = ACTIONS(4031), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4033), + [anon_sym_LT_EQ] = ACTIONS(4033), + [anon_sym_GT_EQ] = ACTIONS(4033), + [anon_sym_BANGin] = ACTIONS(4033), + [anon_sym_is] = ACTIONS(4031), + [anon_sym_BANGis] = ACTIONS(4033), + [anon_sym_PLUS] = ACTIONS(4031), + [anon_sym_DASH] = ACTIONS(4031), + [anon_sym_SLASH] = ACTIONS(4031), + [anon_sym_PERCENT] = ACTIONS(4031), + [anon_sym_as_QMARK] = ACTIONS(4033), + [anon_sym_PLUS_PLUS] = ACTIONS(4033), + [anon_sym_DASH_DASH] = ACTIONS(4033), + [anon_sym_BANG_BANG] = ACTIONS(4033), + [anon_sym_suspend] = ACTIONS(4031), + [anon_sym_sealed] = ACTIONS(4031), + [anon_sym_annotation] = ACTIONS(4031), + [anon_sym_data] = ACTIONS(4031), + [anon_sym_inner] = ACTIONS(4031), + [anon_sym_override] = ACTIONS(4031), + [anon_sym_lateinit] = ACTIONS(4031), + [anon_sym_public] = ACTIONS(4031), + [anon_sym_private] = ACTIONS(4031), + [anon_sym_internal] = ACTIONS(4031), + [anon_sym_protected] = ACTIONS(4031), + [anon_sym_tailrec] = ACTIONS(4031), + [anon_sym_operator] = ACTIONS(4031), + [anon_sym_infix] = ACTIONS(4031), + [anon_sym_inline] = ACTIONS(4031), + [anon_sym_external] = ACTIONS(4031), + [sym_property_modifier] = ACTIONS(4031), + [anon_sym_abstract] = ACTIONS(4031), + [anon_sym_final] = ACTIONS(4031), + [anon_sym_open] = ACTIONS(4031), + [anon_sym_vararg] = ACTIONS(4031), + [anon_sym_noinline] = ACTIONS(4031), + [anon_sym_crossinline] = ACTIONS(4031), + [anon_sym_expect] = ACTIONS(4031), + [anon_sym_actual] = ACTIONS(4031), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4033), + [sym_safe_nav] = ACTIONS(4033), [sym_multiline_comment] = ACTIONS(3), }, - [3211] = { - [sym__alpha_identifier] = ACTIONS(4197), - [anon_sym_AT] = ACTIONS(4199), - [anon_sym_LBRACK] = ACTIONS(4199), - [anon_sym_RBRACK] = ACTIONS(4199), - [anon_sym_as] = ACTIONS(4197), - [anon_sym_EQ] = ACTIONS(4197), - [anon_sym_LBRACE] = ACTIONS(4199), - [anon_sym_RBRACE] = ACTIONS(4199), - [anon_sym_LPAREN] = ACTIONS(4199), - [anon_sym_COMMA] = ACTIONS(4199), - [anon_sym_RPAREN] = ACTIONS(4199), - [anon_sym_LT] = ACTIONS(4197), - [anon_sym_GT] = ACTIONS(4197), - [anon_sym_where] = ACTIONS(4197), - [anon_sym_DOT] = ACTIONS(4197), - [anon_sym_SEMI] = ACTIONS(4199), - [anon_sym_get] = ACTIONS(4197), - [anon_sym_set] = ACTIONS(4197), - [anon_sym_STAR] = ACTIONS(4197), - [anon_sym_DASH_GT] = ACTIONS(4199), - [sym_label] = ACTIONS(4199), - [anon_sym_in] = ACTIONS(4197), - [anon_sym_while] = ACTIONS(4197), - [anon_sym_DOT_DOT] = ACTIONS(4199), - [anon_sym_QMARK_COLON] = ACTIONS(4199), - [anon_sym_AMP_AMP] = ACTIONS(4199), - [anon_sym_PIPE_PIPE] = ACTIONS(4199), - [anon_sym_else] = ACTIONS(4197), - [anon_sym_COLON_COLON] = ACTIONS(4199), - [anon_sym_PLUS_EQ] = ACTIONS(4199), - [anon_sym_DASH_EQ] = ACTIONS(4199), - [anon_sym_STAR_EQ] = ACTIONS(4199), - [anon_sym_SLASH_EQ] = ACTIONS(4199), - [anon_sym_PERCENT_EQ] = ACTIONS(4199), - [anon_sym_BANG_EQ] = ACTIONS(4197), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4199), - [anon_sym_EQ_EQ] = ACTIONS(4197), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4199), - [anon_sym_LT_EQ] = ACTIONS(4199), - [anon_sym_GT_EQ] = ACTIONS(4199), - [anon_sym_BANGin] = ACTIONS(4199), - [anon_sym_is] = ACTIONS(4197), - [anon_sym_BANGis] = ACTIONS(4199), - [anon_sym_PLUS] = ACTIONS(4197), - [anon_sym_DASH] = ACTIONS(4197), - [anon_sym_SLASH] = ACTIONS(4197), - [anon_sym_PERCENT] = ACTIONS(4197), - [anon_sym_as_QMARK] = ACTIONS(4199), - [anon_sym_PLUS_PLUS] = ACTIONS(4199), - [anon_sym_DASH_DASH] = ACTIONS(4199), - [anon_sym_BANG_BANG] = ACTIONS(4199), - [anon_sym_suspend] = ACTIONS(4197), - [anon_sym_sealed] = ACTIONS(4197), - [anon_sym_annotation] = ACTIONS(4197), - [anon_sym_data] = ACTIONS(4197), - [anon_sym_inner] = ACTIONS(4197), - [anon_sym_override] = ACTIONS(4197), - [anon_sym_lateinit] = ACTIONS(4197), - [anon_sym_public] = ACTIONS(4197), - [anon_sym_private] = ACTIONS(4197), - [anon_sym_internal] = ACTIONS(4197), - [anon_sym_protected] = ACTIONS(4197), - [anon_sym_tailrec] = ACTIONS(4197), - [anon_sym_operator] = ACTIONS(4197), - [anon_sym_infix] = ACTIONS(4197), - [anon_sym_inline] = ACTIONS(4197), - [anon_sym_external] = ACTIONS(4197), - [sym_property_modifier] = ACTIONS(4197), - [anon_sym_abstract] = ACTIONS(4197), - [anon_sym_final] = ACTIONS(4197), - [anon_sym_open] = ACTIONS(4197), - [anon_sym_vararg] = ACTIONS(4197), - [anon_sym_noinline] = ACTIONS(4197), - [anon_sym_crossinline] = ACTIONS(4197), - [anon_sym_expect] = ACTIONS(4197), - [anon_sym_actual] = ACTIONS(4197), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4199), - [sym_safe_nav] = ACTIONS(4199), - [sym_multiline_comment] = ACTIONS(3), - }, - [3212] = { - [sym__alpha_identifier] = ACTIONS(4777), - [anon_sym_AT] = ACTIONS(4779), - [anon_sym_LBRACK] = ACTIONS(4779), - [anon_sym_as] = ACTIONS(4777), - [anon_sym_EQ] = ACTIONS(4777), - [anon_sym_LBRACE] = ACTIONS(4779), - [anon_sym_RBRACE] = ACTIONS(4779), - [anon_sym_LPAREN] = ACTIONS(4779), - [anon_sym_COMMA] = ACTIONS(4779), - [anon_sym_LT] = ACTIONS(4777), - [anon_sym_GT] = ACTIONS(4777), - [anon_sym_where] = ACTIONS(4777), - [anon_sym_object] = ACTIONS(4777), - [anon_sym_fun] = ACTIONS(4777), - [anon_sym_DOT] = ACTIONS(4777), - [anon_sym_SEMI] = ACTIONS(4779), - [anon_sym_get] = ACTIONS(4777), - [anon_sym_set] = ACTIONS(4777), - [anon_sym_this] = ACTIONS(4777), - [anon_sym_super] = ACTIONS(4777), - [anon_sym_STAR] = ACTIONS(4777), - [sym_label] = ACTIONS(4777), - [anon_sym_in] = ACTIONS(4777), - [anon_sym_DOT_DOT] = ACTIONS(4779), - [anon_sym_QMARK_COLON] = ACTIONS(4779), - [anon_sym_AMP_AMP] = ACTIONS(4779), - [anon_sym_PIPE_PIPE] = ACTIONS(4779), - [anon_sym_null] = ACTIONS(4777), - [anon_sym_if] = ACTIONS(4777), - [anon_sym_else] = ACTIONS(4777), - [anon_sym_when] = ACTIONS(4777), - [anon_sym_try] = ACTIONS(4777), - [anon_sym_throw] = ACTIONS(4777), - [anon_sym_return] = ACTIONS(4777), - [anon_sym_continue] = ACTIONS(4777), - [anon_sym_break] = ACTIONS(4777), - [anon_sym_COLON_COLON] = ACTIONS(4779), - [anon_sym_PLUS_EQ] = ACTIONS(4779), - [anon_sym_DASH_EQ] = ACTIONS(4779), - [anon_sym_STAR_EQ] = ACTIONS(4779), - [anon_sym_SLASH_EQ] = ACTIONS(4779), - [anon_sym_PERCENT_EQ] = ACTIONS(4779), - [anon_sym_BANG_EQ] = ACTIONS(4777), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4779), - [anon_sym_EQ_EQ] = ACTIONS(4777), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4779), - [anon_sym_LT_EQ] = ACTIONS(4779), - [anon_sym_GT_EQ] = ACTIONS(4779), - [anon_sym_BANGin] = ACTIONS(4779), - [anon_sym_is] = ACTIONS(4777), - [anon_sym_BANGis] = ACTIONS(4779), - [anon_sym_PLUS] = ACTIONS(4777), - [anon_sym_DASH] = ACTIONS(4777), - [anon_sym_SLASH] = ACTIONS(4777), - [anon_sym_PERCENT] = ACTIONS(4777), - [anon_sym_as_QMARK] = ACTIONS(4779), - [anon_sym_PLUS_PLUS] = ACTIONS(4779), - [anon_sym_DASH_DASH] = ACTIONS(4779), - [anon_sym_BANG] = ACTIONS(4777), - [anon_sym_BANG_BANG] = ACTIONS(4779), - [anon_sym_data] = ACTIONS(4777), - [anon_sym_inner] = ACTIONS(4777), - [anon_sym_expect] = ACTIONS(4777), - [anon_sym_actual] = ACTIONS(4777), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4779), - [anon_sym_continue_AT] = ACTIONS(4779), - [anon_sym_break_AT] = ACTIONS(4779), - [sym_real_literal] = ACTIONS(4779), - [sym_integer_literal] = ACTIONS(4777), - [sym_hex_literal] = ACTIONS(4779), - [sym_bin_literal] = ACTIONS(4779), - [anon_sym_true] = ACTIONS(4777), - [anon_sym_false] = ACTIONS(4777), - [anon_sym_SQUOTE] = ACTIONS(4779), - [sym__backtick_identifier] = ACTIONS(4779), - [sym__automatic_semicolon] = ACTIONS(4779), - [sym_safe_nav] = ACTIONS(4779), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4779), + [3199] = { + [sym__alpha_identifier] = ACTIONS(5095), + [anon_sym_AT] = ACTIONS(5097), + [anon_sym_LBRACK] = ACTIONS(5097), + [anon_sym_as] = ACTIONS(5095), + [anon_sym_EQ] = ACTIONS(5095), + [anon_sym_LBRACE] = ACTIONS(5097), + [anon_sym_RBRACE] = ACTIONS(5097), + [anon_sym_LPAREN] = ACTIONS(5097), + [anon_sym_COMMA] = ACTIONS(5097), + [anon_sym_LT] = ACTIONS(5095), + [anon_sym_GT] = ACTIONS(5095), + [anon_sym_where] = ACTIONS(5095), + [anon_sym_object] = ACTIONS(5095), + [anon_sym_fun] = ACTIONS(5095), + [anon_sym_DOT] = ACTIONS(5095), + [anon_sym_SEMI] = ACTIONS(5097), + [anon_sym_get] = ACTIONS(5095), + [anon_sym_set] = ACTIONS(5095), + [anon_sym_this] = ACTIONS(5095), + [anon_sym_super] = ACTIONS(5095), + [anon_sym_STAR] = ACTIONS(5095), + [sym_label] = ACTIONS(5095), + [anon_sym_in] = ACTIONS(5095), + [anon_sym_DOT_DOT] = ACTIONS(5097), + [anon_sym_QMARK_COLON] = ACTIONS(5097), + [anon_sym_AMP_AMP] = ACTIONS(5097), + [anon_sym_PIPE_PIPE] = ACTIONS(5097), + [anon_sym_null] = ACTIONS(5095), + [anon_sym_if] = ACTIONS(5095), + [anon_sym_else] = ACTIONS(5095), + [anon_sym_when] = ACTIONS(5095), + [anon_sym_try] = ACTIONS(5095), + [anon_sym_throw] = ACTIONS(5095), + [anon_sym_return] = ACTIONS(5095), + [anon_sym_continue] = ACTIONS(5095), + [anon_sym_break] = ACTIONS(5095), + [anon_sym_COLON_COLON] = ACTIONS(5097), + [anon_sym_PLUS_EQ] = ACTIONS(5097), + [anon_sym_DASH_EQ] = ACTIONS(5097), + [anon_sym_STAR_EQ] = ACTIONS(5097), + [anon_sym_SLASH_EQ] = ACTIONS(5097), + [anon_sym_PERCENT_EQ] = ACTIONS(5097), + [anon_sym_BANG_EQ] = ACTIONS(5095), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5097), + [anon_sym_EQ_EQ] = ACTIONS(5095), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5097), + [anon_sym_LT_EQ] = ACTIONS(5097), + [anon_sym_GT_EQ] = ACTIONS(5097), + [anon_sym_BANGin] = ACTIONS(5097), + [anon_sym_is] = ACTIONS(5095), + [anon_sym_BANGis] = ACTIONS(5097), + [anon_sym_PLUS] = ACTIONS(5095), + [anon_sym_DASH] = ACTIONS(5095), + [anon_sym_SLASH] = ACTIONS(5095), + [anon_sym_PERCENT] = ACTIONS(5095), + [anon_sym_as_QMARK] = ACTIONS(5097), + [anon_sym_PLUS_PLUS] = ACTIONS(5097), + [anon_sym_DASH_DASH] = ACTIONS(5097), + [anon_sym_BANG] = ACTIONS(5095), + [anon_sym_BANG_BANG] = ACTIONS(5097), + [anon_sym_data] = ACTIONS(5095), + [anon_sym_inner] = ACTIONS(5095), + [anon_sym_expect] = ACTIONS(5095), + [anon_sym_actual] = ACTIONS(5095), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5097), + [anon_sym_continue_AT] = ACTIONS(5097), + [anon_sym_break_AT] = ACTIONS(5097), + [sym_real_literal] = ACTIONS(5097), + [sym_integer_literal] = ACTIONS(5095), + [sym_hex_literal] = ACTIONS(5097), + [sym_bin_literal] = ACTIONS(5097), + [anon_sym_true] = ACTIONS(5095), + [anon_sym_false] = ACTIONS(5095), + [anon_sym_SQUOTE] = ACTIONS(5097), + [sym__backtick_identifier] = ACTIONS(5097), + [sym__automatic_semicolon] = ACTIONS(5097), + [sym_safe_nav] = ACTIONS(5097), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5097), }, - [3213] = { - [sym__alpha_identifier] = ACTIONS(4821), - [anon_sym_AT] = ACTIONS(4823), - [anon_sym_LBRACK] = ACTIONS(4823), - [anon_sym_RBRACK] = ACTIONS(4823), - [anon_sym_as] = ACTIONS(4821), - [anon_sym_EQ] = ACTIONS(4821), - [anon_sym_LBRACE] = ACTIONS(4823), - [anon_sym_RBRACE] = ACTIONS(4823), - [anon_sym_LPAREN] = ACTIONS(4823), - [anon_sym_COMMA] = ACTIONS(4823), - [anon_sym_RPAREN] = ACTIONS(4823), - [anon_sym_LT] = ACTIONS(4821), - [anon_sym_GT] = ACTIONS(4821), - [anon_sym_where] = ACTIONS(4821), - [anon_sym_DOT] = ACTIONS(4821), - [anon_sym_SEMI] = ACTIONS(4823), - [anon_sym_get] = ACTIONS(4821), - [anon_sym_set] = ACTIONS(4821), - [anon_sym_STAR] = ACTIONS(4821), - [anon_sym_DASH_GT] = ACTIONS(4823), - [sym_label] = ACTIONS(4823), - [anon_sym_in] = ACTIONS(4821), - [anon_sym_while] = ACTIONS(4821), - [anon_sym_DOT_DOT] = ACTIONS(4823), - [anon_sym_QMARK_COLON] = ACTIONS(4823), - [anon_sym_AMP_AMP] = ACTIONS(4823), - [anon_sym_PIPE_PIPE] = ACTIONS(4823), - [anon_sym_else] = ACTIONS(4821), - [anon_sym_COLON_COLON] = ACTIONS(4823), - [anon_sym_PLUS_EQ] = ACTIONS(4823), - [anon_sym_DASH_EQ] = ACTIONS(4823), - [anon_sym_STAR_EQ] = ACTIONS(4823), - [anon_sym_SLASH_EQ] = ACTIONS(4823), - [anon_sym_PERCENT_EQ] = ACTIONS(4823), - [anon_sym_BANG_EQ] = ACTIONS(4821), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4823), - [anon_sym_EQ_EQ] = ACTIONS(4821), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4823), - [anon_sym_LT_EQ] = ACTIONS(4823), - [anon_sym_GT_EQ] = ACTIONS(4823), - [anon_sym_BANGin] = ACTIONS(4823), - [anon_sym_is] = ACTIONS(4821), - [anon_sym_BANGis] = ACTIONS(4823), - [anon_sym_PLUS] = ACTIONS(4821), - [anon_sym_DASH] = ACTIONS(4821), - [anon_sym_SLASH] = ACTIONS(4821), - [anon_sym_PERCENT] = ACTIONS(4821), - [anon_sym_as_QMARK] = ACTIONS(4823), - [anon_sym_PLUS_PLUS] = ACTIONS(4823), - [anon_sym_DASH_DASH] = ACTIONS(4823), - [anon_sym_BANG_BANG] = ACTIONS(4823), - [anon_sym_suspend] = ACTIONS(4821), - [anon_sym_sealed] = ACTIONS(4821), - [anon_sym_annotation] = ACTIONS(4821), - [anon_sym_data] = ACTIONS(4821), - [anon_sym_inner] = ACTIONS(4821), - [anon_sym_override] = ACTIONS(4821), - [anon_sym_lateinit] = ACTIONS(4821), - [anon_sym_public] = ACTIONS(4821), - [anon_sym_private] = ACTIONS(4821), - [anon_sym_internal] = ACTIONS(4821), - [anon_sym_protected] = ACTIONS(4821), - [anon_sym_tailrec] = ACTIONS(4821), - [anon_sym_operator] = ACTIONS(4821), - [anon_sym_infix] = ACTIONS(4821), - [anon_sym_inline] = ACTIONS(4821), - [anon_sym_external] = ACTIONS(4821), - [sym_property_modifier] = ACTIONS(4821), - [anon_sym_abstract] = ACTIONS(4821), - [anon_sym_final] = ACTIONS(4821), - [anon_sym_open] = ACTIONS(4821), - [anon_sym_vararg] = ACTIONS(4821), - [anon_sym_noinline] = ACTIONS(4821), - [anon_sym_crossinline] = ACTIONS(4821), - [anon_sym_expect] = ACTIONS(4821), - [anon_sym_actual] = ACTIONS(4821), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4823), - [sym_safe_nav] = ACTIONS(4823), + [3200] = { + [sym_class_body] = STATE(3270), + [sym_type_constraints] = STATE(3068), + [sym__alpha_identifier] = ACTIONS(4303), + [anon_sym_AT] = ACTIONS(4305), + [anon_sym_COLON] = ACTIONS(6514), + [anon_sym_LBRACK] = ACTIONS(4305), + [anon_sym_as] = ACTIONS(4303), + [anon_sym_EQ] = ACTIONS(4303), + [anon_sym_LBRACE] = ACTIONS(5179), + [anon_sym_RBRACE] = ACTIONS(4305), + [anon_sym_LPAREN] = ACTIONS(4305), + [anon_sym_RPAREN] = ACTIONS(4305), + [anon_sym_LT] = ACTIONS(4303), + [anon_sym_GT] = ACTIONS(4303), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(4303), + [anon_sym_SEMI] = ACTIONS(4305), + [anon_sym_get] = ACTIONS(4303), + [anon_sym_set] = ACTIONS(4303), + [anon_sym_STAR] = ACTIONS(4303), + [sym_label] = ACTIONS(4305), + [anon_sym_in] = ACTIONS(4303), + [anon_sym_while] = ACTIONS(4303), + [anon_sym_DOT_DOT] = ACTIONS(4305), + [anon_sym_QMARK_COLON] = ACTIONS(4305), + [anon_sym_AMP_AMP] = ACTIONS(4305), + [anon_sym_PIPE_PIPE] = ACTIONS(4305), + [anon_sym_else] = ACTIONS(4303), + [anon_sym_COLON_COLON] = ACTIONS(4305), + [anon_sym_PLUS_EQ] = ACTIONS(4305), + [anon_sym_DASH_EQ] = ACTIONS(4305), + [anon_sym_STAR_EQ] = ACTIONS(4305), + [anon_sym_SLASH_EQ] = ACTIONS(4305), + [anon_sym_PERCENT_EQ] = ACTIONS(4305), + [anon_sym_BANG_EQ] = ACTIONS(4303), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4305), + [anon_sym_EQ_EQ] = ACTIONS(4303), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4305), + [anon_sym_LT_EQ] = ACTIONS(4305), + [anon_sym_GT_EQ] = ACTIONS(4305), + [anon_sym_BANGin] = ACTIONS(4305), + [anon_sym_is] = ACTIONS(4303), + [anon_sym_BANGis] = ACTIONS(4305), + [anon_sym_PLUS] = ACTIONS(4303), + [anon_sym_DASH] = ACTIONS(4303), + [anon_sym_SLASH] = ACTIONS(4303), + [anon_sym_PERCENT] = ACTIONS(4303), + [anon_sym_as_QMARK] = ACTIONS(4305), + [anon_sym_PLUS_PLUS] = ACTIONS(4305), + [anon_sym_DASH_DASH] = ACTIONS(4305), + [anon_sym_BANG_BANG] = ACTIONS(4305), + [anon_sym_suspend] = ACTIONS(4303), + [anon_sym_sealed] = ACTIONS(4303), + [anon_sym_annotation] = ACTIONS(4303), + [anon_sym_data] = ACTIONS(4303), + [anon_sym_inner] = ACTIONS(4303), + [anon_sym_override] = ACTIONS(4303), + [anon_sym_lateinit] = ACTIONS(4303), + [anon_sym_public] = ACTIONS(4303), + [anon_sym_private] = ACTIONS(4303), + [anon_sym_internal] = ACTIONS(4303), + [anon_sym_protected] = ACTIONS(4303), + [anon_sym_tailrec] = ACTIONS(4303), + [anon_sym_operator] = ACTIONS(4303), + [anon_sym_infix] = ACTIONS(4303), + [anon_sym_inline] = ACTIONS(4303), + [anon_sym_external] = ACTIONS(4303), + [sym_property_modifier] = ACTIONS(4303), + [anon_sym_abstract] = ACTIONS(4303), + [anon_sym_final] = ACTIONS(4303), + [anon_sym_open] = ACTIONS(4303), + [anon_sym_vararg] = ACTIONS(4303), + [anon_sym_noinline] = ACTIONS(4303), + [anon_sym_crossinline] = ACTIONS(4303), + [anon_sym_expect] = ACTIONS(4303), + [anon_sym_actual] = ACTIONS(4303), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4305), + [sym_safe_nav] = ACTIONS(4305), [sym_multiline_comment] = ACTIONS(3), }, - [3214] = { - [sym__alpha_identifier] = ACTIONS(4761), - [anon_sym_AT] = ACTIONS(4763), - [anon_sym_LBRACK] = ACTIONS(4763), - [anon_sym_as] = ACTIONS(4761), - [anon_sym_EQ] = ACTIONS(4761), - [anon_sym_LBRACE] = ACTIONS(4763), - [anon_sym_RBRACE] = ACTIONS(4763), - [anon_sym_LPAREN] = ACTIONS(4763), - [anon_sym_COMMA] = ACTIONS(4763), - [anon_sym_LT] = ACTIONS(4761), - [anon_sym_GT] = ACTIONS(4761), - [anon_sym_where] = ACTIONS(4761), - [anon_sym_object] = ACTIONS(4761), - [anon_sym_fun] = ACTIONS(4761), - [anon_sym_DOT] = ACTIONS(4761), - [anon_sym_SEMI] = ACTIONS(4763), - [anon_sym_get] = ACTIONS(4761), - [anon_sym_set] = ACTIONS(4761), - [anon_sym_this] = ACTIONS(4761), - [anon_sym_super] = ACTIONS(4761), - [anon_sym_STAR] = ACTIONS(4761), - [sym_label] = ACTIONS(4761), - [anon_sym_in] = ACTIONS(4761), - [anon_sym_DOT_DOT] = ACTIONS(4763), - [anon_sym_QMARK_COLON] = ACTIONS(4763), - [anon_sym_AMP_AMP] = ACTIONS(4763), - [anon_sym_PIPE_PIPE] = ACTIONS(4763), - [anon_sym_null] = ACTIONS(4761), - [anon_sym_if] = ACTIONS(4761), - [anon_sym_else] = ACTIONS(4761), - [anon_sym_when] = ACTIONS(4761), - [anon_sym_try] = ACTIONS(4761), - [anon_sym_throw] = ACTIONS(4761), - [anon_sym_return] = ACTIONS(4761), - [anon_sym_continue] = ACTIONS(4761), - [anon_sym_break] = ACTIONS(4761), - [anon_sym_COLON_COLON] = ACTIONS(4763), - [anon_sym_PLUS_EQ] = ACTIONS(4763), - [anon_sym_DASH_EQ] = ACTIONS(4763), - [anon_sym_STAR_EQ] = ACTIONS(4763), - [anon_sym_SLASH_EQ] = ACTIONS(4763), - [anon_sym_PERCENT_EQ] = ACTIONS(4763), - [anon_sym_BANG_EQ] = ACTIONS(4761), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4763), - [anon_sym_EQ_EQ] = ACTIONS(4761), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4763), - [anon_sym_LT_EQ] = ACTIONS(4763), - [anon_sym_GT_EQ] = ACTIONS(4763), - [anon_sym_BANGin] = ACTIONS(4763), - [anon_sym_is] = ACTIONS(4761), - [anon_sym_BANGis] = ACTIONS(4763), - [anon_sym_PLUS] = ACTIONS(4761), - [anon_sym_DASH] = ACTIONS(4761), - [anon_sym_SLASH] = ACTIONS(4761), - [anon_sym_PERCENT] = ACTIONS(4761), - [anon_sym_as_QMARK] = ACTIONS(4763), - [anon_sym_PLUS_PLUS] = ACTIONS(4763), - [anon_sym_DASH_DASH] = ACTIONS(4763), - [anon_sym_BANG] = ACTIONS(4761), - [anon_sym_BANG_BANG] = ACTIONS(4763), - [anon_sym_data] = ACTIONS(4761), - [anon_sym_inner] = ACTIONS(4761), - [anon_sym_expect] = ACTIONS(4761), - [anon_sym_actual] = ACTIONS(4761), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4763), - [anon_sym_continue_AT] = ACTIONS(4763), - [anon_sym_break_AT] = ACTIONS(4763), - [sym_real_literal] = ACTIONS(4763), - [sym_integer_literal] = ACTIONS(4761), - [sym_hex_literal] = ACTIONS(4763), - [sym_bin_literal] = ACTIONS(4763), - [anon_sym_true] = ACTIONS(4761), - [anon_sym_false] = ACTIONS(4761), - [anon_sym_SQUOTE] = ACTIONS(4763), - [sym__backtick_identifier] = ACTIONS(4763), - [sym__automatic_semicolon] = ACTIONS(4763), - [sym_safe_nav] = ACTIONS(4763), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4763), - }, - [3215] = { - [sym__alpha_identifier] = ACTIONS(4734), - [anon_sym_AT] = ACTIONS(4736), - [anon_sym_LBRACK] = ACTIONS(4736), - [anon_sym_as] = ACTIONS(4734), - [anon_sym_EQ] = ACTIONS(4734), - [anon_sym_LBRACE] = ACTIONS(4736), - [anon_sym_RBRACE] = ACTIONS(4736), - [anon_sym_LPAREN] = ACTIONS(4736), - [anon_sym_COMMA] = ACTIONS(4736), - [anon_sym_LT] = ACTIONS(4734), - [anon_sym_GT] = ACTIONS(4734), - [anon_sym_where] = ACTIONS(4734), - [anon_sym_object] = ACTIONS(4734), - [anon_sym_fun] = ACTIONS(4734), - [anon_sym_DOT] = ACTIONS(4734), - [anon_sym_SEMI] = ACTIONS(4736), - [anon_sym_get] = ACTIONS(4734), - [anon_sym_set] = ACTIONS(4734), - [anon_sym_this] = ACTIONS(4734), - [anon_sym_super] = ACTIONS(4734), - [anon_sym_STAR] = ACTIONS(4734), - [sym_label] = ACTIONS(4734), - [anon_sym_in] = ACTIONS(4734), - [anon_sym_DOT_DOT] = ACTIONS(4736), - [anon_sym_QMARK_COLON] = ACTIONS(4736), - [anon_sym_AMP_AMP] = ACTIONS(4736), - [anon_sym_PIPE_PIPE] = ACTIONS(4736), - [anon_sym_null] = ACTIONS(4734), - [anon_sym_if] = ACTIONS(4734), - [anon_sym_else] = ACTIONS(4734), - [anon_sym_when] = ACTIONS(4734), - [anon_sym_try] = ACTIONS(4734), - [anon_sym_throw] = ACTIONS(4734), - [anon_sym_return] = ACTIONS(4734), - [anon_sym_continue] = ACTIONS(4734), - [anon_sym_break] = ACTIONS(4734), - [anon_sym_COLON_COLON] = ACTIONS(4736), - [anon_sym_PLUS_EQ] = ACTIONS(4736), - [anon_sym_DASH_EQ] = ACTIONS(4736), - [anon_sym_STAR_EQ] = ACTIONS(4736), - [anon_sym_SLASH_EQ] = ACTIONS(4736), - [anon_sym_PERCENT_EQ] = ACTIONS(4736), - [anon_sym_BANG_EQ] = ACTIONS(4734), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4736), - [anon_sym_EQ_EQ] = ACTIONS(4734), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4736), - [anon_sym_LT_EQ] = ACTIONS(4736), - [anon_sym_GT_EQ] = ACTIONS(4736), - [anon_sym_BANGin] = ACTIONS(4736), - [anon_sym_is] = ACTIONS(4734), - [anon_sym_BANGis] = ACTIONS(4736), - [anon_sym_PLUS] = ACTIONS(4734), - [anon_sym_DASH] = ACTIONS(4734), - [anon_sym_SLASH] = ACTIONS(4734), - [anon_sym_PERCENT] = ACTIONS(4734), - [anon_sym_as_QMARK] = ACTIONS(4736), - [anon_sym_PLUS_PLUS] = ACTIONS(4736), - [anon_sym_DASH_DASH] = ACTIONS(4736), - [anon_sym_BANG] = ACTIONS(4734), - [anon_sym_BANG_BANG] = ACTIONS(4736), - [anon_sym_data] = ACTIONS(4734), - [anon_sym_inner] = ACTIONS(4734), - [anon_sym_expect] = ACTIONS(4734), - [anon_sym_actual] = ACTIONS(4734), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4736), - [anon_sym_continue_AT] = ACTIONS(4736), - [anon_sym_break_AT] = ACTIONS(4736), - [sym_real_literal] = ACTIONS(4736), - [sym_integer_literal] = ACTIONS(4734), - [sym_hex_literal] = ACTIONS(4736), - [sym_bin_literal] = ACTIONS(4736), - [anon_sym_true] = ACTIONS(4734), - [anon_sym_false] = ACTIONS(4734), - [anon_sym_SQUOTE] = ACTIONS(4736), - [sym__backtick_identifier] = ACTIONS(4736), - [sym__automatic_semicolon] = ACTIONS(4736), - [sym_safe_nav] = ACTIONS(4736), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4736), - }, - [3216] = { - [sym__alpha_identifier] = ACTIONS(4095), - [anon_sym_AT] = ACTIONS(4097), - [anon_sym_LBRACK] = ACTIONS(4097), - [anon_sym_as] = ACTIONS(4095), - [anon_sym_EQ] = ACTIONS(4095), - [anon_sym_LBRACE] = ACTIONS(4097), - [anon_sym_RBRACE] = ACTIONS(4097), - [anon_sym_LPAREN] = ACTIONS(4097), - [anon_sym_COMMA] = ACTIONS(4097), - [anon_sym_LT] = ACTIONS(4095), - [anon_sym_GT] = ACTIONS(4095), - [anon_sym_where] = ACTIONS(4095), - [anon_sym_object] = ACTIONS(4095), - [anon_sym_fun] = ACTIONS(4095), - [anon_sym_DOT] = ACTIONS(4095), - [anon_sym_SEMI] = ACTIONS(4097), - [anon_sym_get] = ACTIONS(4095), - [anon_sym_set] = ACTIONS(4095), - [anon_sym_this] = ACTIONS(4095), - [anon_sym_super] = ACTIONS(4095), - [anon_sym_STAR] = ACTIONS(4095), - [sym_label] = ACTIONS(4095), - [anon_sym_in] = ACTIONS(4095), - [anon_sym_DOT_DOT] = ACTIONS(4097), - [anon_sym_QMARK_COLON] = ACTIONS(4097), - [anon_sym_AMP_AMP] = ACTIONS(4097), - [anon_sym_PIPE_PIPE] = ACTIONS(4097), - [anon_sym_null] = ACTIONS(4095), - [anon_sym_if] = ACTIONS(4095), - [anon_sym_else] = ACTIONS(4095), - [anon_sym_when] = ACTIONS(4095), - [anon_sym_try] = ACTIONS(4095), - [anon_sym_throw] = ACTIONS(4095), - [anon_sym_return] = ACTIONS(4095), - [anon_sym_continue] = ACTIONS(4095), - [anon_sym_break] = ACTIONS(4095), - [anon_sym_COLON_COLON] = ACTIONS(4097), - [anon_sym_PLUS_EQ] = ACTIONS(4097), - [anon_sym_DASH_EQ] = ACTIONS(4097), - [anon_sym_STAR_EQ] = ACTIONS(4097), - [anon_sym_SLASH_EQ] = ACTIONS(4097), - [anon_sym_PERCENT_EQ] = ACTIONS(4097), - [anon_sym_BANG_EQ] = ACTIONS(4095), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4097), - [anon_sym_EQ_EQ] = ACTIONS(4095), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4097), - [anon_sym_LT_EQ] = ACTIONS(4097), - [anon_sym_GT_EQ] = ACTIONS(4097), - [anon_sym_BANGin] = ACTIONS(4097), - [anon_sym_is] = ACTIONS(4095), - [anon_sym_BANGis] = ACTIONS(4097), - [anon_sym_PLUS] = ACTIONS(4095), - [anon_sym_DASH] = ACTIONS(4095), - [anon_sym_SLASH] = ACTIONS(4095), - [anon_sym_PERCENT] = ACTIONS(4095), - [anon_sym_as_QMARK] = ACTIONS(4097), - [anon_sym_PLUS_PLUS] = ACTIONS(4097), - [anon_sym_DASH_DASH] = ACTIONS(4097), - [anon_sym_BANG] = ACTIONS(4095), - [anon_sym_BANG_BANG] = ACTIONS(4097), - [anon_sym_data] = ACTIONS(4095), - [anon_sym_inner] = ACTIONS(4095), - [anon_sym_expect] = ACTIONS(4095), - [anon_sym_actual] = ACTIONS(4095), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4097), - [anon_sym_continue_AT] = ACTIONS(4097), - [anon_sym_break_AT] = ACTIONS(4097), - [sym_real_literal] = ACTIONS(4097), - [sym_integer_literal] = ACTIONS(4095), - [sym_hex_literal] = ACTIONS(4097), - [sym_bin_literal] = ACTIONS(4097), - [anon_sym_true] = ACTIONS(4095), - [anon_sym_false] = ACTIONS(4095), - [anon_sym_SQUOTE] = ACTIONS(4097), - [sym__backtick_identifier] = ACTIONS(4097), - [sym__automatic_semicolon] = ACTIONS(4097), - [sym_safe_nav] = ACTIONS(4097), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4097), - }, - [3217] = { - [sym__alpha_identifier] = ACTIONS(5035), - [anon_sym_AT] = ACTIONS(5037), - [anon_sym_LBRACK] = ACTIONS(5037), - [anon_sym_RBRACK] = ACTIONS(5037), - [anon_sym_as] = ACTIONS(5035), - [anon_sym_EQ] = ACTIONS(5035), - [anon_sym_LBRACE] = ACTIONS(5037), - [anon_sym_RBRACE] = ACTIONS(5037), - [anon_sym_LPAREN] = ACTIONS(5037), - [anon_sym_COMMA] = ACTIONS(5037), - [anon_sym_RPAREN] = ACTIONS(5037), - [anon_sym_LT] = ACTIONS(5035), - [anon_sym_GT] = ACTIONS(5035), - [anon_sym_where] = ACTIONS(5035), - [anon_sym_DOT] = ACTIONS(5035), - [anon_sym_SEMI] = ACTIONS(5037), - [anon_sym_get] = ACTIONS(5035), - [anon_sym_set] = ACTIONS(5035), - [anon_sym_STAR] = ACTIONS(5035), - [anon_sym_DASH_GT] = ACTIONS(5037), - [sym_label] = ACTIONS(5037), - [anon_sym_in] = ACTIONS(5035), - [anon_sym_while] = ACTIONS(5035), - [anon_sym_DOT_DOT] = ACTIONS(5037), - [anon_sym_QMARK_COLON] = ACTIONS(5037), - [anon_sym_AMP_AMP] = ACTIONS(5037), - [anon_sym_PIPE_PIPE] = ACTIONS(5037), - [anon_sym_else] = ACTIONS(5035), - [anon_sym_COLON_COLON] = ACTIONS(5037), - [anon_sym_PLUS_EQ] = ACTIONS(5037), - [anon_sym_DASH_EQ] = ACTIONS(5037), - [anon_sym_STAR_EQ] = ACTIONS(5037), - [anon_sym_SLASH_EQ] = ACTIONS(5037), - [anon_sym_PERCENT_EQ] = ACTIONS(5037), - [anon_sym_BANG_EQ] = ACTIONS(5035), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5037), - [anon_sym_EQ_EQ] = ACTIONS(5035), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5037), - [anon_sym_LT_EQ] = ACTIONS(5037), - [anon_sym_GT_EQ] = ACTIONS(5037), - [anon_sym_BANGin] = ACTIONS(5037), - [anon_sym_is] = ACTIONS(5035), - [anon_sym_BANGis] = ACTIONS(5037), - [anon_sym_PLUS] = ACTIONS(5035), - [anon_sym_DASH] = ACTIONS(5035), - [anon_sym_SLASH] = ACTIONS(5035), - [anon_sym_PERCENT] = ACTIONS(5035), - [anon_sym_as_QMARK] = ACTIONS(5037), - [anon_sym_PLUS_PLUS] = ACTIONS(5037), - [anon_sym_DASH_DASH] = ACTIONS(5037), - [anon_sym_BANG_BANG] = ACTIONS(5037), - [anon_sym_suspend] = ACTIONS(5035), - [anon_sym_sealed] = ACTIONS(5035), - [anon_sym_annotation] = ACTIONS(5035), - [anon_sym_data] = ACTIONS(5035), - [anon_sym_inner] = ACTIONS(5035), - [anon_sym_override] = ACTIONS(5035), - [anon_sym_lateinit] = ACTIONS(5035), - [anon_sym_public] = ACTIONS(5035), - [anon_sym_private] = ACTIONS(5035), - [anon_sym_internal] = ACTIONS(5035), - [anon_sym_protected] = ACTIONS(5035), - [anon_sym_tailrec] = ACTIONS(5035), - [anon_sym_operator] = ACTIONS(5035), - [anon_sym_infix] = ACTIONS(5035), - [anon_sym_inline] = ACTIONS(5035), - [anon_sym_external] = ACTIONS(5035), - [sym_property_modifier] = ACTIONS(5035), - [anon_sym_abstract] = ACTIONS(5035), - [anon_sym_final] = ACTIONS(5035), - [anon_sym_open] = ACTIONS(5035), - [anon_sym_vararg] = ACTIONS(5035), - [anon_sym_noinline] = ACTIONS(5035), - [anon_sym_crossinline] = ACTIONS(5035), - [anon_sym_expect] = ACTIONS(5035), - [anon_sym_actual] = ACTIONS(5035), + [3201] = { + [aux_sym_nullable_type_repeat1] = STATE(3277), + [sym__alpha_identifier] = ACTIONS(4250), + [anon_sym_AT] = ACTIONS(4252), + [anon_sym_LBRACK] = ACTIONS(4252), + [anon_sym_as] = ACTIONS(4250), + [anon_sym_EQ] = ACTIONS(4250), + [anon_sym_LBRACE] = ACTIONS(4252), + [anon_sym_RBRACE] = ACTIONS(4252), + [anon_sym_LPAREN] = ACTIONS(4252), + [anon_sym_COMMA] = ACTIONS(4252), + [anon_sym_by] = ACTIONS(4250), + [anon_sym_LT] = ACTIONS(4250), + [anon_sym_GT] = ACTIONS(4250), + [anon_sym_where] = ACTIONS(4250), + [anon_sym_DOT] = ACTIONS(4250), + [anon_sym_SEMI] = ACTIONS(4252), + [anon_sym_get] = ACTIONS(4250), + [anon_sym_set] = ACTIONS(4250), + [sym__quest] = ACTIONS(6516), + [anon_sym_STAR] = ACTIONS(4250), + [sym_label] = ACTIONS(4252), + [anon_sym_in] = ACTIONS(4250), + [anon_sym_DOT_DOT] = ACTIONS(4252), + [anon_sym_QMARK_COLON] = ACTIONS(4252), + [anon_sym_AMP_AMP] = ACTIONS(4252), + [anon_sym_PIPE_PIPE] = ACTIONS(4252), + [anon_sym_else] = ACTIONS(4250), + [anon_sym_COLON_COLON] = ACTIONS(4252), + [anon_sym_PLUS_EQ] = ACTIONS(4252), + [anon_sym_DASH_EQ] = ACTIONS(4252), + [anon_sym_STAR_EQ] = ACTIONS(4252), + [anon_sym_SLASH_EQ] = ACTIONS(4252), + [anon_sym_PERCENT_EQ] = ACTIONS(4252), + [anon_sym_BANG_EQ] = ACTIONS(4250), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4252), + [anon_sym_EQ_EQ] = ACTIONS(4250), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4252), + [anon_sym_LT_EQ] = ACTIONS(4252), + [anon_sym_GT_EQ] = ACTIONS(4252), + [anon_sym_BANGin] = ACTIONS(4252), + [anon_sym_is] = ACTIONS(4250), + [anon_sym_BANGis] = ACTIONS(4252), + [anon_sym_PLUS] = ACTIONS(4250), + [anon_sym_DASH] = ACTIONS(4250), + [anon_sym_SLASH] = ACTIONS(4250), + [anon_sym_PERCENT] = ACTIONS(4250), + [anon_sym_as_QMARK] = ACTIONS(4252), + [anon_sym_PLUS_PLUS] = ACTIONS(4252), + [anon_sym_DASH_DASH] = ACTIONS(4252), + [anon_sym_BANG_BANG] = ACTIONS(4252), + [anon_sym_suspend] = ACTIONS(4250), + [anon_sym_sealed] = ACTIONS(4250), + [anon_sym_annotation] = ACTIONS(4250), + [anon_sym_data] = ACTIONS(4250), + [anon_sym_inner] = ACTIONS(4250), + [anon_sym_override] = ACTIONS(4250), + [anon_sym_lateinit] = ACTIONS(4250), + [anon_sym_public] = ACTIONS(4250), + [anon_sym_private] = ACTIONS(4250), + [anon_sym_internal] = ACTIONS(4250), + [anon_sym_protected] = ACTIONS(4250), + [anon_sym_tailrec] = ACTIONS(4250), + [anon_sym_operator] = ACTIONS(4250), + [anon_sym_infix] = ACTIONS(4250), + [anon_sym_inline] = ACTIONS(4250), + [anon_sym_external] = ACTIONS(4250), + [sym_property_modifier] = ACTIONS(4250), + [anon_sym_abstract] = ACTIONS(4250), + [anon_sym_final] = ACTIONS(4250), + [anon_sym_open] = ACTIONS(4250), + [anon_sym_vararg] = ACTIONS(4250), + [anon_sym_noinline] = ACTIONS(4250), + [anon_sym_crossinline] = ACTIONS(4250), + [anon_sym_expect] = ACTIONS(4250), + [anon_sym_actual] = ACTIONS(4250), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5037), - [sym_safe_nav] = ACTIONS(5037), - [sym_multiline_comment] = ACTIONS(3), - }, - [3218] = { - [sym_function_body] = STATE(3157), - [sym__block] = STATE(3245), - [sym__alpha_identifier] = ACTIONS(4095), - [anon_sym_AT] = ACTIONS(4097), - [anon_sym_LBRACK] = ACTIONS(4097), - [anon_sym_as] = ACTIONS(4095), - [anon_sym_EQ] = ACTIONS(6265), - [anon_sym_LBRACE] = ACTIONS(6220), - [anon_sym_RBRACE] = ACTIONS(4097), - [anon_sym_LPAREN] = ACTIONS(4097), - [anon_sym_LT] = ACTIONS(4095), - [anon_sym_GT] = ACTIONS(4095), - [anon_sym_object] = ACTIONS(4095), - [anon_sym_fun] = ACTIONS(4095), - [anon_sym_DOT] = ACTIONS(4095), - [anon_sym_SEMI] = ACTIONS(4097), - [anon_sym_get] = ACTIONS(4095), - [anon_sym_set] = ACTIONS(4095), - [anon_sym_this] = ACTIONS(4095), - [anon_sym_super] = ACTIONS(4095), - [anon_sym_STAR] = ACTIONS(4095), - [sym_label] = ACTIONS(4095), - [anon_sym_in] = ACTIONS(4095), - [anon_sym_DOT_DOT] = ACTIONS(4097), - [anon_sym_QMARK_COLON] = ACTIONS(4097), - [anon_sym_AMP_AMP] = ACTIONS(4097), - [anon_sym_PIPE_PIPE] = ACTIONS(4097), - [anon_sym_null] = ACTIONS(4095), - [anon_sym_if] = ACTIONS(4095), - [anon_sym_else] = ACTIONS(4095), - [anon_sym_when] = ACTIONS(4095), - [anon_sym_try] = ACTIONS(4095), - [anon_sym_throw] = ACTIONS(4095), - [anon_sym_return] = ACTIONS(4095), - [anon_sym_continue] = ACTIONS(4095), - [anon_sym_break] = ACTIONS(4095), - [anon_sym_COLON_COLON] = ACTIONS(4097), - [anon_sym_PLUS_EQ] = ACTIONS(4097), - [anon_sym_DASH_EQ] = ACTIONS(4097), - [anon_sym_STAR_EQ] = ACTIONS(4097), - [anon_sym_SLASH_EQ] = ACTIONS(4097), - [anon_sym_PERCENT_EQ] = ACTIONS(4097), - [anon_sym_BANG_EQ] = ACTIONS(4095), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4097), - [anon_sym_EQ_EQ] = ACTIONS(4095), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4097), - [anon_sym_LT_EQ] = ACTIONS(4097), - [anon_sym_GT_EQ] = ACTIONS(4097), - [anon_sym_BANGin] = ACTIONS(4097), - [anon_sym_is] = ACTIONS(4095), - [anon_sym_BANGis] = ACTIONS(4097), - [anon_sym_PLUS] = ACTIONS(4095), - [anon_sym_DASH] = ACTIONS(4095), - [anon_sym_SLASH] = ACTIONS(4095), - [anon_sym_PERCENT] = ACTIONS(4095), - [anon_sym_as_QMARK] = ACTIONS(4097), - [anon_sym_PLUS_PLUS] = ACTIONS(4097), - [anon_sym_DASH_DASH] = ACTIONS(4097), - [anon_sym_BANG] = ACTIONS(4095), - [anon_sym_BANG_BANG] = ACTIONS(4097), - [anon_sym_data] = ACTIONS(4095), - [anon_sym_inner] = ACTIONS(4095), - [anon_sym_expect] = ACTIONS(4095), - [anon_sym_actual] = ACTIONS(4095), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4097), - [anon_sym_continue_AT] = ACTIONS(4097), - [anon_sym_break_AT] = ACTIONS(4097), - [sym_real_literal] = ACTIONS(4097), - [sym_integer_literal] = ACTIONS(4095), - [sym_hex_literal] = ACTIONS(4097), - [sym_bin_literal] = ACTIONS(4097), - [anon_sym_true] = ACTIONS(4095), - [anon_sym_false] = ACTIONS(4095), - [anon_sym_SQUOTE] = ACTIONS(4097), - [sym__backtick_identifier] = ACTIONS(4097), - [sym__automatic_semicolon] = ACTIONS(4097), - [sym_safe_nav] = ACTIONS(4097), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4097), - }, - [3219] = { - [sym__alpha_identifier] = ACTIONS(1782), - [anon_sym_AT] = ACTIONS(1784), - [anon_sym_LBRACK] = ACTIONS(1784), - [anon_sym_RBRACK] = ACTIONS(1784), - [anon_sym_as] = ACTIONS(1782), - [anon_sym_EQ] = ACTIONS(1782), - [anon_sym_LBRACE] = ACTIONS(1784), - [anon_sym_RBRACE] = ACTIONS(1784), - [anon_sym_LPAREN] = ACTIONS(1784), - [anon_sym_COMMA] = ACTIONS(1784), - [anon_sym_RPAREN] = ACTIONS(1784), - [anon_sym_LT] = ACTIONS(1782), - [anon_sym_GT] = ACTIONS(1782), - [anon_sym_where] = ACTIONS(1782), - [anon_sym_DOT] = ACTIONS(1782), - [anon_sym_SEMI] = ACTIONS(1784), - [anon_sym_get] = ACTIONS(1782), - [anon_sym_set] = ACTIONS(1782), - [anon_sym_STAR] = ACTIONS(1782), - [anon_sym_DASH_GT] = ACTIONS(1784), - [sym_label] = ACTIONS(1784), - [anon_sym_in] = ACTIONS(1782), - [anon_sym_while] = ACTIONS(1782), - [anon_sym_DOT_DOT] = ACTIONS(1784), - [anon_sym_QMARK_COLON] = ACTIONS(1784), - [anon_sym_AMP_AMP] = ACTIONS(1784), - [anon_sym_PIPE_PIPE] = ACTIONS(1784), - [anon_sym_else] = ACTIONS(1782), - [anon_sym_COLON_COLON] = ACTIONS(1784), - [anon_sym_PLUS_EQ] = ACTIONS(1784), - [anon_sym_DASH_EQ] = ACTIONS(1784), - [anon_sym_STAR_EQ] = ACTIONS(1784), - [anon_sym_SLASH_EQ] = ACTIONS(1784), - [anon_sym_PERCENT_EQ] = ACTIONS(1784), - [anon_sym_BANG_EQ] = ACTIONS(1782), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1784), - [anon_sym_EQ_EQ] = ACTIONS(1782), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1784), - [anon_sym_LT_EQ] = ACTIONS(1784), - [anon_sym_GT_EQ] = ACTIONS(1784), - [anon_sym_BANGin] = ACTIONS(1784), - [anon_sym_is] = ACTIONS(1782), - [anon_sym_BANGis] = ACTIONS(1784), - [anon_sym_PLUS] = ACTIONS(1782), - [anon_sym_DASH] = ACTIONS(1782), - [anon_sym_SLASH] = ACTIONS(1782), - [anon_sym_PERCENT] = ACTIONS(1782), - [anon_sym_as_QMARK] = ACTIONS(1784), - [anon_sym_PLUS_PLUS] = ACTIONS(1784), - [anon_sym_DASH_DASH] = ACTIONS(1784), - [anon_sym_BANG_BANG] = ACTIONS(1784), - [anon_sym_suspend] = ACTIONS(1782), - [anon_sym_sealed] = ACTIONS(1782), - [anon_sym_annotation] = ACTIONS(1782), - [anon_sym_data] = ACTIONS(1782), - [anon_sym_inner] = ACTIONS(1782), - [anon_sym_override] = ACTIONS(1782), - [anon_sym_lateinit] = ACTIONS(1782), - [anon_sym_public] = ACTIONS(1782), - [anon_sym_private] = ACTIONS(1782), - [anon_sym_internal] = ACTIONS(1782), - [anon_sym_protected] = ACTIONS(1782), - [anon_sym_tailrec] = ACTIONS(1782), - [anon_sym_operator] = ACTIONS(1782), - [anon_sym_infix] = ACTIONS(1782), - [anon_sym_inline] = ACTIONS(1782), - [anon_sym_external] = ACTIONS(1782), - [sym_property_modifier] = ACTIONS(1782), - [anon_sym_abstract] = ACTIONS(1782), - [anon_sym_final] = ACTIONS(1782), - [anon_sym_open] = ACTIONS(1782), - [anon_sym_vararg] = ACTIONS(1782), - [anon_sym_noinline] = ACTIONS(1782), - [anon_sym_crossinline] = ACTIONS(1782), - [anon_sym_expect] = ACTIONS(1782), - [anon_sym_actual] = ACTIONS(1782), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1784), - [sym_safe_nav] = ACTIONS(1784), - [sym_multiline_comment] = ACTIONS(3), - }, - [3220] = { - [sym__alpha_identifier] = ACTIONS(4434), - [anon_sym_AT] = ACTIONS(4436), - [anon_sym_LBRACK] = ACTIONS(4436), - [anon_sym_RBRACK] = ACTIONS(4436), - [anon_sym_as] = ACTIONS(4434), - [anon_sym_EQ] = ACTIONS(4434), - [anon_sym_LBRACE] = ACTIONS(4436), - [anon_sym_RBRACE] = ACTIONS(4436), - [anon_sym_LPAREN] = ACTIONS(4436), - [anon_sym_COMMA] = ACTIONS(4436), - [anon_sym_RPAREN] = ACTIONS(4436), - [anon_sym_LT] = ACTIONS(4434), - [anon_sym_GT] = ACTIONS(4434), - [anon_sym_where] = ACTIONS(4434), - [anon_sym_DOT] = ACTIONS(4434), - [anon_sym_SEMI] = ACTIONS(4436), - [anon_sym_get] = ACTIONS(4434), - [anon_sym_set] = ACTIONS(4434), - [anon_sym_STAR] = ACTIONS(4434), - [anon_sym_DASH_GT] = ACTIONS(4436), - [sym_label] = ACTIONS(4436), - [anon_sym_in] = ACTIONS(4434), - [anon_sym_while] = ACTIONS(4434), - [anon_sym_DOT_DOT] = ACTIONS(4436), - [anon_sym_QMARK_COLON] = ACTIONS(4436), - [anon_sym_AMP_AMP] = ACTIONS(4436), - [anon_sym_PIPE_PIPE] = ACTIONS(4436), - [anon_sym_else] = ACTIONS(4434), - [anon_sym_COLON_COLON] = ACTIONS(4436), - [anon_sym_PLUS_EQ] = ACTIONS(4436), - [anon_sym_DASH_EQ] = ACTIONS(4436), - [anon_sym_STAR_EQ] = ACTIONS(4436), - [anon_sym_SLASH_EQ] = ACTIONS(4436), - [anon_sym_PERCENT_EQ] = ACTIONS(4436), - [anon_sym_BANG_EQ] = ACTIONS(4434), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4436), - [anon_sym_EQ_EQ] = ACTIONS(4434), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4436), - [anon_sym_LT_EQ] = ACTIONS(4436), - [anon_sym_GT_EQ] = ACTIONS(4436), - [anon_sym_BANGin] = ACTIONS(4436), - [anon_sym_is] = ACTIONS(4434), - [anon_sym_BANGis] = ACTIONS(4436), - [anon_sym_PLUS] = ACTIONS(4434), - [anon_sym_DASH] = ACTIONS(4434), - [anon_sym_SLASH] = ACTIONS(4434), - [anon_sym_PERCENT] = ACTIONS(4434), - [anon_sym_as_QMARK] = ACTIONS(4436), - [anon_sym_PLUS_PLUS] = ACTIONS(4436), - [anon_sym_DASH_DASH] = ACTIONS(4436), - [anon_sym_BANG_BANG] = ACTIONS(4436), - [anon_sym_suspend] = ACTIONS(4434), - [anon_sym_sealed] = ACTIONS(4434), - [anon_sym_annotation] = ACTIONS(4434), - [anon_sym_data] = ACTIONS(4434), - [anon_sym_inner] = ACTIONS(4434), - [anon_sym_override] = ACTIONS(4434), - [anon_sym_lateinit] = ACTIONS(4434), - [anon_sym_public] = ACTIONS(4434), - [anon_sym_private] = ACTIONS(4434), - [anon_sym_internal] = ACTIONS(4434), - [anon_sym_protected] = ACTIONS(4434), - [anon_sym_tailrec] = ACTIONS(4434), - [anon_sym_operator] = ACTIONS(4434), - [anon_sym_infix] = ACTIONS(4434), - [anon_sym_inline] = ACTIONS(4434), - [anon_sym_external] = ACTIONS(4434), - [sym_property_modifier] = ACTIONS(4434), - [anon_sym_abstract] = ACTIONS(4434), - [anon_sym_final] = ACTIONS(4434), - [anon_sym_open] = ACTIONS(4434), - [anon_sym_vararg] = ACTIONS(4434), - [anon_sym_noinline] = ACTIONS(4434), - [anon_sym_crossinline] = ACTIONS(4434), - [anon_sym_expect] = ACTIONS(4434), - [anon_sym_actual] = ACTIONS(4434), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4436), - [sym_safe_nav] = ACTIONS(4436), - [sym_multiline_comment] = ACTIONS(3), - }, - [3221] = { - [sym__alpha_identifier] = ACTIONS(4855), - [anon_sym_AT] = ACTIONS(4857), - [anon_sym_LBRACK] = ACTIONS(4857), - [anon_sym_RBRACK] = ACTIONS(4857), - [anon_sym_as] = ACTIONS(4855), - [anon_sym_EQ] = ACTIONS(4855), - [anon_sym_LBRACE] = ACTIONS(4857), - [anon_sym_RBRACE] = ACTIONS(4857), - [anon_sym_LPAREN] = ACTIONS(4857), - [anon_sym_COMMA] = ACTIONS(4857), - [anon_sym_RPAREN] = ACTIONS(4857), - [anon_sym_LT] = ACTIONS(4855), - [anon_sym_GT] = ACTIONS(4855), - [anon_sym_where] = ACTIONS(4855), - [anon_sym_DOT] = ACTIONS(4855), - [anon_sym_SEMI] = ACTIONS(4857), - [anon_sym_get] = ACTIONS(4855), - [anon_sym_set] = ACTIONS(4855), - [anon_sym_STAR] = ACTIONS(4855), - [anon_sym_DASH_GT] = ACTIONS(4857), - [sym_label] = ACTIONS(4857), - [anon_sym_in] = ACTIONS(4855), - [anon_sym_while] = ACTIONS(4855), - [anon_sym_DOT_DOT] = ACTIONS(4857), - [anon_sym_QMARK_COLON] = ACTIONS(4857), - [anon_sym_AMP_AMP] = ACTIONS(4857), - [anon_sym_PIPE_PIPE] = ACTIONS(4857), - [anon_sym_else] = ACTIONS(4855), - [anon_sym_COLON_COLON] = ACTIONS(4857), - [anon_sym_PLUS_EQ] = ACTIONS(4857), - [anon_sym_DASH_EQ] = ACTIONS(4857), - [anon_sym_STAR_EQ] = ACTIONS(4857), - [anon_sym_SLASH_EQ] = ACTIONS(4857), - [anon_sym_PERCENT_EQ] = ACTIONS(4857), - [anon_sym_BANG_EQ] = ACTIONS(4855), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4857), - [anon_sym_EQ_EQ] = ACTIONS(4855), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4857), - [anon_sym_LT_EQ] = ACTIONS(4857), - [anon_sym_GT_EQ] = ACTIONS(4857), - [anon_sym_BANGin] = ACTIONS(4857), - [anon_sym_is] = ACTIONS(4855), - [anon_sym_BANGis] = ACTIONS(4857), - [anon_sym_PLUS] = ACTIONS(4855), - [anon_sym_DASH] = ACTIONS(4855), - [anon_sym_SLASH] = ACTIONS(4855), - [anon_sym_PERCENT] = ACTIONS(4855), - [anon_sym_as_QMARK] = ACTIONS(4857), - [anon_sym_PLUS_PLUS] = ACTIONS(4857), - [anon_sym_DASH_DASH] = ACTIONS(4857), - [anon_sym_BANG_BANG] = ACTIONS(4857), - [anon_sym_suspend] = ACTIONS(4855), - [anon_sym_sealed] = ACTIONS(4855), - [anon_sym_annotation] = ACTIONS(4855), - [anon_sym_data] = ACTIONS(4855), - [anon_sym_inner] = ACTIONS(4855), - [anon_sym_override] = ACTIONS(4855), - [anon_sym_lateinit] = ACTIONS(4855), - [anon_sym_public] = ACTIONS(4855), - [anon_sym_private] = ACTIONS(4855), - [anon_sym_internal] = ACTIONS(4855), - [anon_sym_protected] = ACTIONS(4855), - [anon_sym_tailrec] = ACTIONS(4855), - [anon_sym_operator] = ACTIONS(4855), - [anon_sym_infix] = ACTIONS(4855), - [anon_sym_inline] = ACTIONS(4855), - [anon_sym_external] = ACTIONS(4855), - [sym_property_modifier] = ACTIONS(4855), - [anon_sym_abstract] = ACTIONS(4855), - [anon_sym_final] = ACTIONS(4855), - [anon_sym_open] = ACTIONS(4855), - [anon_sym_vararg] = ACTIONS(4855), - [anon_sym_noinline] = ACTIONS(4855), - [anon_sym_crossinline] = ACTIONS(4855), - [anon_sym_expect] = ACTIONS(4855), - [anon_sym_actual] = ACTIONS(4855), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4857), - [sym_safe_nav] = ACTIONS(4857), + [sym__backtick_identifier] = ACTIONS(4252), + [sym__automatic_semicolon] = ACTIONS(4252), + [sym_safe_nav] = ACTIONS(4252), [sym_multiline_comment] = ACTIONS(3), }, - [3222] = { - [sym__alpha_identifier] = ACTIONS(4181), - [anon_sym_AT] = ACTIONS(4183), - [anon_sym_LBRACK] = ACTIONS(4183), - [anon_sym_RBRACK] = ACTIONS(4183), - [anon_sym_as] = ACTIONS(4181), - [anon_sym_EQ] = ACTIONS(4181), - [anon_sym_LBRACE] = ACTIONS(4183), - [anon_sym_RBRACE] = ACTIONS(4183), - [anon_sym_LPAREN] = ACTIONS(4183), - [anon_sym_COMMA] = ACTIONS(4183), - [anon_sym_RPAREN] = ACTIONS(4183), - [anon_sym_LT] = ACTIONS(4181), - [anon_sym_GT] = ACTIONS(4181), - [anon_sym_where] = ACTIONS(4181), - [anon_sym_DOT] = ACTIONS(4181), - [anon_sym_SEMI] = ACTIONS(4183), - [anon_sym_get] = ACTIONS(4181), - [anon_sym_set] = ACTIONS(4181), - [anon_sym_STAR] = ACTIONS(4181), - [anon_sym_DASH_GT] = ACTIONS(4183), - [sym_label] = ACTIONS(4183), - [anon_sym_in] = ACTIONS(4181), - [anon_sym_while] = ACTIONS(4181), - [anon_sym_DOT_DOT] = ACTIONS(4183), - [anon_sym_QMARK_COLON] = ACTIONS(4183), - [anon_sym_AMP_AMP] = ACTIONS(4183), - [anon_sym_PIPE_PIPE] = ACTIONS(4183), - [anon_sym_else] = ACTIONS(4181), - [anon_sym_COLON_COLON] = ACTIONS(4183), - [anon_sym_PLUS_EQ] = ACTIONS(4183), - [anon_sym_DASH_EQ] = ACTIONS(4183), - [anon_sym_STAR_EQ] = ACTIONS(4183), - [anon_sym_SLASH_EQ] = ACTIONS(4183), - [anon_sym_PERCENT_EQ] = ACTIONS(4183), - [anon_sym_BANG_EQ] = ACTIONS(4181), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4183), - [anon_sym_EQ_EQ] = ACTIONS(4181), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4183), - [anon_sym_LT_EQ] = ACTIONS(4183), - [anon_sym_GT_EQ] = ACTIONS(4183), - [anon_sym_BANGin] = ACTIONS(4183), - [anon_sym_is] = ACTIONS(4181), - [anon_sym_BANGis] = ACTIONS(4183), - [anon_sym_PLUS] = ACTIONS(4181), - [anon_sym_DASH] = ACTIONS(4181), - [anon_sym_SLASH] = ACTIONS(4181), - [anon_sym_PERCENT] = ACTIONS(4181), - [anon_sym_as_QMARK] = ACTIONS(4183), - [anon_sym_PLUS_PLUS] = ACTIONS(4183), - [anon_sym_DASH_DASH] = ACTIONS(4183), - [anon_sym_BANG_BANG] = ACTIONS(4183), - [anon_sym_suspend] = ACTIONS(4181), - [anon_sym_sealed] = ACTIONS(4181), - [anon_sym_annotation] = ACTIONS(4181), - [anon_sym_data] = ACTIONS(4181), - [anon_sym_inner] = ACTIONS(4181), - [anon_sym_override] = ACTIONS(4181), - [anon_sym_lateinit] = ACTIONS(4181), - [anon_sym_public] = ACTIONS(4181), - [anon_sym_private] = ACTIONS(4181), - [anon_sym_internal] = ACTIONS(4181), - [anon_sym_protected] = ACTIONS(4181), - [anon_sym_tailrec] = ACTIONS(4181), - [anon_sym_operator] = ACTIONS(4181), - [anon_sym_infix] = ACTIONS(4181), - [anon_sym_inline] = ACTIONS(4181), - [anon_sym_external] = ACTIONS(4181), - [sym_property_modifier] = ACTIONS(4181), - [anon_sym_abstract] = ACTIONS(4181), - [anon_sym_final] = ACTIONS(4181), - [anon_sym_open] = ACTIONS(4181), - [anon_sym_vararg] = ACTIONS(4181), - [anon_sym_noinline] = ACTIONS(4181), - [anon_sym_crossinline] = ACTIONS(4181), - [anon_sym_expect] = ACTIONS(4181), - [anon_sym_actual] = ACTIONS(4181), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4183), - [sym_safe_nav] = ACTIONS(4183), + [3202] = { + [sym__alpha_identifier] = ACTIONS(4260), + [anon_sym_AT] = ACTIONS(4262), + [anon_sym_LBRACK] = ACTIONS(4262), + [anon_sym_RBRACK] = ACTIONS(4262), + [anon_sym_as] = ACTIONS(4260), + [anon_sym_EQ] = ACTIONS(4260), + [anon_sym_LBRACE] = ACTIONS(4262), + [anon_sym_RBRACE] = ACTIONS(4262), + [anon_sym_LPAREN] = ACTIONS(4262), + [anon_sym_COMMA] = ACTIONS(4262), + [anon_sym_RPAREN] = ACTIONS(4262), + [anon_sym_LT] = ACTIONS(4260), + [anon_sym_GT] = ACTIONS(4260), + [anon_sym_where] = ACTIONS(4260), + [anon_sym_DOT] = ACTIONS(4260), + [anon_sym_SEMI] = ACTIONS(4262), + [anon_sym_get] = ACTIONS(4260), + [anon_sym_set] = ACTIONS(4260), + [anon_sym_STAR] = ACTIONS(4260), + [anon_sym_DASH_GT] = ACTIONS(4262), + [sym_label] = ACTIONS(4262), + [anon_sym_in] = ACTIONS(4260), + [anon_sym_while] = ACTIONS(4260), + [anon_sym_DOT_DOT] = ACTIONS(4262), + [anon_sym_QMARK_COLON] = ACTIONS(4262), + [anon_sym_AMP_AMP] = ACTIONS(4262), + [anon_sym_PIPE_PIPE] = ACTIONS(4262), + [anon_sym_else] = ACTIONS(4260), + [anon_sym_COLON_COLON] = ACTIONS(4262), + [anon_sym_PLUS_EQ] = ACTIONS(4262), + [anon_sym_DASH_EQ] = ACTIONS(4262), + [anon_sym_STAR_EQ] = ACTIONS(4262), + [anon_sym_SLASH_EQ] = ACTIONS(4262), + [anon_sym_PERCENT_EQ] = ACTIONS(4262), + [anon_sym_BANG_EQ] = ACTIONS(4260), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4262), + [anon_sym_EQ_EQ] = ACTIONS(4260), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4262), + [anon_sym_LT_EQ] = ACTIONS(4262), + [anon_sym_GT_EQ] = ACTIONS(4262), + [anon_sym_BANGin] = ACTIONS(4262), + [anon_sym_is] = ACTIONS(4260), + [anon_sym_BANGis] = ACTIONS(4262), + [anon_sym_PLUS] = ACTIONS(4260), + [anon_sym_DASH] = ACTIONS(4260), + [anon_sym_SLASH] = ACTIONS(4260), + [anon_sym_PERCENT] = ACTIONS(4260), + [anon_sym_as_QMARK] = ACTIONS(4262), + [anon_sym_PLUS_PLUS] = ACTIONS(4262), + [anon_sym_DASH_DASH] = ACTIONS(4262), + [anon_sym_BANG_BANG] = ACTIONS(4262), + [anon_sym_suspend] = ACTIONS(4260), + [anon_sym_sealed] = ACTIONS(4260), + [anon_sym_annotation] = ACTIONS(4260), + [anon_sym_data] = ACTIONS(4260), + [anon_sym_inner] = ACTIONS(4260), + [anon_sym_override] = ACTIONS(4260), + [anon_sym_lateinit] = ACTIONS(4260), + [anon_sym_public] = ACTIONS(4260), + [anon_sym_private] = ACTIONS(4260), + [anon_sym_internal] = ACTIONS(4260), + [anon_sym_protected] = ACTIONS(4260), + [anon_sym_tailrec] = ACTIONS(4260), + [anon_sym_operator] = ACTIONS(4260), + [anon_sym_infix] = ACTIONS(4260), + [anon_sym_inline] = ACTIONS(4260), + [anon_sym_external] = ACTIONS(4260), + [sym_property_modifier] = ACTIONS(4260), + [anon_sym_abstract] = ACTIONS(4260), + [anon_sym_final] = ACTIONS(4260), + [anon_sym_open] = ACTIONS(4260), + [anon_sym_vararg] = ACTIONS(4260), + [anon_sym_noinline] = ACTIONS(4260), + [anon_sym_crossinline] = ACTIONS(4260), + [anon_sym_expect] = ACTIONS(4260), + [anon_sym_actual] = ACTIONS(4260), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4262), + [sym_safe_nav] = ACTIONS(4262), [sym_multiline_comment] = ACTIONS(3), }, - [3223] = { - [sym__alpha_identifier] = ACTIONS(4396), - [anon_sym_AT] = ACTIONS(4398), - [anon_sym_LBRACK] = ACTIONS(4398), - [anon_sym_RBRACK] = ACTIONS(4398), - [anon_sym_as] = ACTIONS(4396), - [anon_sym_EQ] = ACTIONS(4851), - [anon_sym_LBRACE] = ACTIONS(4398), - [anon_sym_RBRACE] = ACTIONS(4398), - [anon_sym_LPAREN] = ACTIONS(4398), - [anon_sym_COMMA] = ACTIONS(4398), - [anon_sym_RPAREN] = ACTIONS(4398), - [anon_sym_LT] = ACTIONS(4396), - [anon_sym_GT] = ACTIONS(4396), - [anon_sym_where] = ACTIONS(4396), - [anon_sym_DOT] = ACTIONS(4396), - [anon_sym_SEMI] = ACTIONS(4398), - [anon_sym_get] = ACTIONS(4396), - [anon_sym_set] = ACTIONS(4396), - [anon_sym_STAR] = ACTIONS(4396), - [anon_sym_DASH_GT] = ACTIONS(4398), - [sym_label] = ACTIONS(4398), - [anon_sym_in] = ACTIONS(4396), - [anon_sym_while] = ACTIONS(4396), - [anon_sym_DOT_DOT] = ACTIONS(4398), - [anon_sym_QMARK_COLON] = ACTIONS(4398), - [anon_sym_AMP_AMP] = ACTIONS(4398), - [anon_sym_PIPE_PIPE] = ACTIONS(4398), - [anon_sym_else] = ACTIONS(4396), - [anon_sym_COLON_COLON] = ACTIONS(4398), - [anon_sym_PLUS_EQ] = ACTIONS(4853), - [anon_sym_DASH_EQ] = ACTIONS(4853), - [anon_sym_STAR_EQ] = ACTIONS(4853), - [anon_sym_SLASH_EQ] = ACTIONS(4853), - [anon_sym_PERCENT_EQ] = ACTIONS(4853), - [anon_sym_BANG_EQ] = ACTIONS(4396), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4398), - [anon_sym_EQ_EQ] = ACTIONS(4396), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4398), - [anon_sym_LT_EQ] = ACTIONS(4398), - [anon_sym_GT_EQ] = ACTIONS(4398), - [anon_sym_BANGin] = ACTIONS(4398), - [anon_sym_is] = ACTIONS(4396), - [anon_sym_BANGis] = ACTIONS(4398), - [anon_sym_PLUS] = ACTIONS(4396), - [anon_sym_DASH] = ACTIONS(4396), - [anon_sym_SLASH] = ACTIONS(4396), - [anon_sym_PERCENT] = ACTIONS(4396), - [anon_sym_as_QMARK] = ACTIONS(4398), - [anon_sym_PLUS_PLUS] = ACTIONS(4398), - [anon_sym_DASH_DASH] = ACTIONS(4398), - [anon_sym_BANG_BANG] = ACTIONS(4398), - [anon_sym_suspend] = ACTIONS(4396), - [anon_sym_sealed] = ACTIONS(4396), - [anon_sym_annotation] = ACTIONS(4396), - [anon_sym_data] = ACTIONS(4396), - [anon_sym_inner] = ACTIONS(4396), - [anon_sym_override] = ACTIONS(4396), - [anon_sym_lateinit] = ACTIONS(4396), - [anon_sym_public] = ACTIONS(4396), - [anon_sym_private] = ACTIONS(4396), - [anon_sym_internal] = ACTIONS(4396), - [anon_sym_protected] = ACTIONS(4396), - [anon_sym_tailrec] = ACTIONS(4396), - [anon_sym_operator] = ACTIONS(4396), - [anon_sym_infix] = ACTIONS(4396), - [anon_sym_inline] = ACTIONS(4396), - [anon_sym_external] = ACTIONS(4396), - [sym_property_modifier] = ACTIONS(4396), - [anon_sym_abstract] = ACTIONS(4396), - [anon_sym_final] = ACTIONS(4396), - [anon_sym_open] = ACTIONS(4396), - [anon_sym_vararg] = ACTIONS(4396), - [anon_sym_noinline] = ACTIONS(4396), - [anon_sym_crossinline] = ACTIONS(4396), - [anon_sym_expect] = ACTIONS(4396), - [anon_sym_actual] = ACTIONS(4396), + [3203] = { + [sym__alpha_identifier] = ACTIONS(1752), + [anon_sym_AT] = ACTIONS(1754), + [anon_sym_LBRACK] = ACTIONS(1754), + [anon_sym_RBRACK] = ACTIONS(1754), + [anon_sym_as] = ACTIONS(1752), + [anon_sym_EQ] = ACTIONS(1752), + [anon_sym_LBRACE] = ACTIONS(1754), + [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_LPAREN] = ACTIONS(1754), + [anon_sym_COMMA] = ACTIONS(1754), + [anon_sym_RPAREN] = ACTIONS(1754), + [anon_sym_LT] = ACTIONS(1752), + [anon_sym_GT] = ACTIONS(1752), + [anon_sym_where] = ACTIONS(1752), + [anon_sym_DOT] = ACTIONS(1752), + [anon_sym_SEMI] = ACTIONS(1754), + [anon_sym_get] = ACTIONS(1752), + [anon_sym_set] = ACTIONS(1752), + [anon_sym_STAR] = ACTIONS(1752), + [anon_sym_DASH_GT] = ACTIONS(1754), + [sym_label] = ACTIONS(1754), + [anon_sym_in] = ACTIONS(1752), + [anon_sym_while] = ACTIONS(1752), + [anon_sym_DOT_DOT] = ACTIONS(1754), + [anon_sym_QMARK_COLON] = ACTIONS(1754), + [anon_sym_AMP_AMP] = ACTIONS(1754), + [anon_sym_PIPE_PIPE] = ACTIONS(1754), + [anon_sym_else] = ACTIONS(1752), + [anon_sym_COLON_COLON] = ACTIONS(1754), + [anon_sym_PLUS_EQ] = ACTIONS(1754), + [anon_sym_DASH_EQ] = ACTIONS(1754), + [anon_sym_STAR_EQ] = ACTIONS(1754), + [anon_sym_SLASH_EQ] = ACTIONS(1754), + [anon_sym_PERCENT_EQ] = ACTIONS(1754), + [anon_sym_BANG_EQ] = ACTIONS(1752), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), + [anon_sym_EQ_EQ] = ACTIONS(1752), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), + [anon_sym_LT_EQ] = ACTIONS(1754), + [anon_sym_GT_EQ] = ACTIONS(1754), + [anon_sym_BANGin] = ACTIONS(1754), + [anon_sym_is] = ACTIONS(1752), + [anon_sym_BANGis] = ACTIONS(1754), + [anon_sym_PLUS] = ACTIONS(1752), + [anon_sym_DASH] = ACTIONS(1752), + [anon_sym_SLASH] = ACTIONS(1752), + [anon_sym_PERCENT] = ACTIONS(1752), + [anon_sym_as_QMARK] = ACTIONS(1754), + [anon_sym_PLUS_PLUS] = ACTIONS(1754), + [anon_sym_DASH_DASH] = ACTIONS(1754), + [anon_sym_BANG_BANG] = ACTIONS(1754), + [anon_sym_suspend] = ACTIONS(1752), + [anon_sym_sealed] = ACTIONS(1752), + [anon_sym_annotation] = ACTIONS(1752), + [anon_sym_data] = ACTIONS(1752), + [anon_sym_inner] = ACTIONS(1752), + [anon_sym_override] = ACTIONS(1752), + [anon_sym_lateinit] = ACTIONS(1752), + [anon_sym_public] = ACTIONS(1752), + [anon_sym_private] = ACTIONS(1752), + [anon_sym_internal] = ACTIONS(1752), + [anon_sym_protected] = ACTIONS(1752), + [anon_sym_tailrec] = ACTIONS(1752), + [anon_sym_operator] = ACTIONS(1752), + [anon_sym_infix] = ACTIONS(1752), + [anon_sym_inline] = ACTIONS(1752), + [anon_sym_external] = ACTIONS(1752), + [sym_property_modifier] = ACTIONS(1752), + [anon_sym_abstract] = ACTIONS(1752), + [anon_sym_final] = ACTIONS(1752), + [anon_sym_open] = ACTIONS(1752), + [anon_sym_vararg] = ACTIONS(1752), + [anon_sym_noinline] = ACTIONS(1752), + [anon_sym_crossinline] = ACTIONS(1752), + [anon_sym_expect] = ACTIONS(1752), + [anon_sym_actual] = ACTIONS(1752), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4398), - [sym_safe_nav] = ACTIONS(4398), + [sym__backtick_identifier] = ACTIONS(1754), + [sym_safe_nav] = ACTIONS(1754), [sym_multiline_comment] = ACTIONS(3), }, - [3224] = { - [sym__alpha_identifier] = ACTIONS(4382), - [anon_sym_AT] = ACTIONS(4384), - [anon_sym_LBRACK] = ACTIONS(4384), - [anon_sym_RBRACK] = ACTIONS(4384), - [anon_sym_as] = ACTIONS(4382), - [anon_sym_EQ] = ACTIONS(4382), - [anon_sym_LBRACE] = ACTIONS(4384), - [anon_sym_RBRACE] = ACTIONS(4384), - [anon_sym_LPAREN] = ACTIONS(4384), - [anon_sym_COMMA] = ACTIONS(4384), - [anon_sym_RPAREN] = ACTIONS(4384), - [anon_sym_LT] = ACTIONS(4382), - [anon_sym_GT] = ACTIONS(4382), - [anon_sym_where] = ACTIONS(4382), - [anon_sym_DOT] = ACTIONS(4382), - [anon_sym_SEMI] = ACTIONS(4384), - [anon_sym_get] = ACTIONS(4382), - [anon_sym_set] = ACTIONS(4382), - [anon_sym_STAR] = ACTIONS(4382), - [anon_sym_DASH_GT] = ACTIONS(4384), - [sym_label] = ACTIONS(4384), - [anon_sym_in] = ACTIONS(4382), - [anon_sym_while] = ACTIONS(4382), - [anon_sym_DOT_DOT] = ACTIONS(4384), - [anon_sym_QMARK_COLON] = ACTIONS(4384), - [anon_sym_AMP_AMP] = ACTIONS(4384), - [anon_sym_PIPE_PIPE] = ACTIONS(4384), - [anon_sym_else] = ACTIONS(4382), - [anon_sym_COLON_COLON] = ACTIONS(4384), - [anon_sym_PLUS_EQ] = ACTIONS(4384), - [anon_sym_DASH_EQ] = ACTIONS(4384), - [anon_sym_STAR_EQ] = ACTIONS(4384), - [anon_sym_SLASH_EQ] = ACTIONS(4384), - [anon_sym_PERCENT_EQ] = ACTIONS(4384), - [anon_sym_BANG_EQ] = ACTIONS(4382), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4384), - [anon_sym_EQ_EQ] = ACTIONS(4382), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4384), - [anon_sym_LT_EQ] = ACTIONS(4384), - [anon_sym_GT_EQ] = ACTIONS(4384), - [anon_sym_BANGin] = ACTIONS(4384), - [anon_sym_is] = ACTIONS(4382), - [anon_sym_BANGis] = ACTIONS(4384), - [anon_sym_PLUS] = ACTIONS(4382), - [anon_sym_DASH] = ACTIONS(4382), - [anon_sym_SLASH] = ACTIONS(4382), - [anon_sym_PERCENT] = ACTIONS(4382), - [anon_sym_as_QMARK] = ACTIONS(4384), - [anon_sym_PLUS_PLUS] = ACTIONS(4384), - [anon_sym_DASH_DASH] = ACTIONS(4384), - [anon_sym_BANG_BANG] = ACTIONS(4384), - [anon_sym_suspend] = ACTIONS(4382), - [anon_sym_sealed] = ACTIONS(4382), - [anon_sym_annotation] = ACTIONS(4382), - [anon_sym_data] = ACTIONS(4382), - [anon_sym_inner] = ACTIONS(4382), - [anon_sym_override] = ACTIONS(4382), - [anon_sym_lateinit] = ACTIONS(4382), - [anon_sym_public] = ACTIONS(4382), - [anon_sym_private] = ACTIONS(4382), - [anon_sym_internal] = ACTIONS(4382), - [anon_sym_protected] = ACTIONS(4382), - [anon_sym_tailrec] = ACTIONS(4382), - [anon_sym_operator] = ACTIONS(4382), - [anon_sym_infix] = ACTIONS(4382), - [anon_sym_inline] = ACTIONS(4382), - [anon_sym_external] = ACTIONS(4382), - [sym_property_modifier] = ACTIONS(4382), - [anon_sym_abstract] = ACTIONS(4382), - [anon_sym_final] = ACTIONS(4382), - [anon_sym_open] = ACTIONS(4382), - [anon_sym_vararg] = ACTIONS(4382), - [anon_sym_noinline] = ACTIONS(4382), - [anon_sym_crossinline] = ACTIONS(4382), - [anon_sym_expect] = ACTIONS(4382), - [anon_sym_actual] = ACTIONS(4382), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4384), - [sym_safe_nav] = ACTIONS(4384), + [3204] = { + [sym__alpha_identifier] = ACTIONS(4945), + [anon_sym_AT] = ACTIONS(4947), + [anon_sym_LBRACK] = ACTIONS(4947), + [anon_sym_RBRACK] = ACTIONS(4947), + [anon_sym_as] = ACTIONS(4945), + [anon_sym_EQ] = ACTIONS(4945), + [anon_sym_LBRACE] = ACTIONS(4947), + [anon_sym_RBRACE] = ACTIONS(4947), + [anon_sym_LPAREN] = ACTIONS(4947), + [anon_sym_COMMA] = ACTIONS(4947), + [anon_sym_RPAREN] = ACTIONS(4947), + [anon_sym_LT] = ACTIONS(4945), + [anon_sym_GT] = ACTIONS(4945), + [anon_sym_where] = ACTIONS(4945), + [anon_sym_DOT] = ACTIONS(4945), + [anon_sym_SEMI] = ACTIONS(4947), + [anon_sym_get] = ACTIONS(4945), + [anon_sym_set] = ACTIONS(4945), + [anon_sym_STAR] = ACTIONS(4945), + [anon_sym_DASH_GT] = ACTIONS(4947), + [sym_label] = ACTIONS(4947), + [anon_sym_in] = ACTIONS(4945), + [anon_sym_while] = ACTIONS(4945), + [anon_sym_DOT_DOT] = ACTIONS(4947), + [anon_sym_QMARK_COLON] = ACTIONS(4947), + [anon_sym_AMP_AMP] = ACTIONS(4947), + [anon_sym_PIPE_PIPE] = ACTIONS(4947), + [anon_sym_else] = ACTIONS(4945), + [anon_sym_COLON_COLON] = ACTIONS(4947), + [anon_sym_PLUS_EQ] = ACTIONS(4947), + [anon_sym_DASH_EQ] = ACTIONS(4947), + [anon_sym_STAR_EQ] = ACTIONS(4947), + [anon_sym_SLASH_EQ] = ACTIONS(4947), + [anon_sym_PERCENT_EQ] = ACTIONS(4947), + [anon_sym_BANG_EQ] = ACTIONS(4945), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4947), + [anon_sym_EQ_EQ] = ACTIONS(4945), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4947), + [anon_sym_LT_EQ] = ACTIONS(4947), + [anon_sym_GT_EQ] = ACTIONS(4947), + [anon_sym_BANGin] = ACTIONS(4947), + [anon_sym_is] = ACTIONS(4945), + [anon_sym_BANGis] = ACTIONS(4947), + [anon_sym_PLUS] = ACTIONS(4945), + [anon_sym_DASH] = ACTIONS(4945), + [anon_sym_SLASH] = ACTIONS(4945), + [anon_sym_PERCENT] = ACTIONS(4945), + [anon_sym_as_QMARK] = ACTIONS(4947), + [anon_sym_PLUS_PLUS] = ACTIONS(4947), + [anon_sym_DASH_DASH] = ACTIONS(4947), + [anon_sym_BANG_BANG] = ACTIONS(4947), + [anon_sym_suspend] = ACTIONS(4945), + [anon_sym_sealed] = ACTIONS(4945), + [anon_sym_annotation] = ACTIONS(4945), + [anon_sym_data] = ACTIONS(4945), + [anon_sym_inner] = ACTIONS(4945), + [anon_sym_override] = ACTIONS(4945), + [anon_sym_lateinit] = ACTIONS(4945), + [anon_sym_public] = ACTIONS(4945), + [anon_sym_private] = ACTIONS(4945), + [anon_sym_internal] = ACTIONS(4945), + [anon_sym_protected] = ACTIONS(4945), + [anon_sym_tailrec] = ACTIONS(4945), + [anon_sym_operator] = ACTIONS(4945), + [anon_sym_infix] = ACTIONS(4945), + [anon_sym_inline] = ACTIONS(4945), + [anon_sym_external] = ACTIONS(4945), + [sym_property_modifier] = ACTIONS(4945), + [anon_sym_abstract] = ACTIONS(4945), + [anon_sym_final] = ACTIONS(4945), + [anon_sym_open] = ACTIONS(4945), + [anon_sym_vararg] = ACTIONS(4945), + [anon_sym_noinline] = ACTIONS(4945), + [anon_sym_crossinline] = ACTIONS(4945), + [anon_sym_expect] = ACTIONS(4945), + [anon_sym_actual] = ACTIONS(4945), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4947), + [sym_safe_nav] = ACTIONS(4947), [sym_multiline_comment] = ACTIONS(3), }, - [3225] = { - [sym__alpha_identifier] = ACTIONS(5059), - [anon_sym_AT] = ACTIONS(5061), - [anon_sym_LBRACK] = ACTIONS(5061), - [anon_sym_as] = ACTIONS(5059), - [anon_sym_EQ] = ACTIONS(5059), - [anon_sym_LBRACE] = ACTIONS(5061), - [anon_sym_RBRACE] = ACTIONS(5061), - [anon_sym_LPAREN] = ACTIONS(5061), - [anon_sym_COMMA] = ACTIONS(5061), - [anon_sym_LT] = ACTIONS(5059), - [anon_sym_GT] = ACTIONS(5059), - [anon_sym_where] = ACTIONS(5059), - [anon_sym_object] = ACTIONS(5059), - [anon_sym_fun] = ACTIONS(5059), - [anon_sym_DOT] = ACTIONS(5059), - [anon_sym_SEMI] = ACTIONS(5061), - [anon_sym_get] = ACTIONS(5059), - [anon_sym_set] = ACTIONS(5059), - [anon_sym_this] = ACTIONS(5059), - [anon_sym_super] = ACTIONS(5059), - [anon_sym_STAR] = ACTIONS(5059), - [sym_label] = ACTIONS(5059), - [anon_sym_in] = ACTIONS(5059), - [anon_sym_DOT_DOT] = ACTIONS(5061), - [anon_sym_QMARK_COLON] = ACTIONS(5061), - [anon_sym_AMP_AMP] = ACTIONS(5061), - [anon_sym_PIPE_PIPE] = ACTIONS(5061), - [anon_sym_null] = ACTIONS(5059), - [anon_sym_if] = ACTIONS(5059), - [anon_sym_else] = ACTIONS(5059), - [anon_sym_when] = ACTIONS(5059), - [anon_sym_try] = ACTIONS(5059), - [anon_sym_throw] = ACTIONS(5059), - [anon_sym_return] = ACTIONS(5059), - [anon_sym_continue] = ACTIONS(5059), - [anon_sym_break] = ACTIONS(5059), - [anon_sym_COLON_COLON] = ACTIONS(5061), - [anon_sym_PLUS_EQ] = ACTIONS(5061), - [anon_sym_DASH_EQ] = ACTIONS(5061), - [anon_sym_STAR_EQ] = ACTIONS(5061), - [anon_sym_SLASH_EQ] = ACTIONS(5061), - [anon_sym_PERCENT_EQ] = ACTIONS(5061), - [anon_sym_BANG_EQ] = ACTIONS(5059), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5061), - [anon_sym_EQ_EQ] = ACTIONS(5059), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5061), - [anon_sym_LT_EQ] = ACTIONS(5061), - [anon_sym_GT_EQ] = ACTIONS(5061), - [anon_sym_BANGin] = ACTIONS(5061), - [anon_sym_is] = ACTIONS(5059), - [anon_sym_BANGis] = ACTIONS(5061), - [anon_sym_PLUS] = ACTIONS(5059), - [anon_sym_DASH] = ACTIONS(5059), - [anon_sym_SLASH] = ACTIONS(5059), - [anon_sym_PERCENT] = ACTIONS(5059), - [anon_sym_as_QMARK] = ACTIONS(5061), - [anon_sym_PLUS_PLUS] = ACTIONS(5061), - [anon_sym_DASH_DASH] = ACTIONS(5061), - [anon_sym_BANG] = ACTIONS(5059), - [anon_sym_BANG_BANG] = ACTIONS(5061), - [anon_sym_data] = ACTIONS(5059), - [anon_sym_inner] = ACTIONS(5059), - [anon_sym_expect] = ACTIONS(5059), - [anon_sym_actual] = ACTIONS(5059), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5061), - [anon_sym_continue_AT] = ACTIONS(5061), - [anon_sym_break_AT] = ACTIONS(5061), - [sym_real_literal] = ACTIONS(5061), - [sym_integer_literal] = ACTIONS(5059), - [sym_hex_literal] = ACTIONS(5061), - [sym_bin_literal] = ACTIONS(5061), - [anon_sym_true] = ACTIONS(5059), - [anon_sym_false] = ACTIONS(5059), - [anon_sym_SQUOTE] = ACTIONS(5061), - [sym__backtick_identifier] = ACTIONS(5061), - [sym__automatic_semicolon] = ACTIONS(5061), - [sym_safe_nav] = ACTIONS(5061), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5061), - }, - [3226] = { - [sym__alpha_identifier] = ACTIONS(4871), - [anon_sym_AT] = ACTIONS(4873), - [anon_sym_LBRACK] = ACTIONS(4873), - [anon_sym_RBRACK] = ACTIONS(4873), - [anon_sym_as] = ACTIONS(4871), - [anon_sym_EQ] = ACTIONS(4871), - [anon_sym_LBRACE] = ACTIONS(4873), - [anon_sym_RBRACE] = ACTIONS(4873), - [anon_sym_LPAREN] = ACTIONS(4873), - [anon_sym_COMMA] = ACTIONS(4873), - [anon_sym_RPAREN] = ACTIONS(4873), - [anon_sym_LT] = ACTIONS(4871), - [anon_sym_GT] = ACTIONS(4871), - [anon_sym_where] = ACTIONS(4871), - [anon_sym_DOT] = ACTIONS(4871), - [anon_sym_SEMI] = ACTIONS(4873), - [anon_sym_get] = ACTIONS(4871), - [anon_sym_set] = ACTIONS(4871), - [anon_sym_STAR] = ACTIONS(4871), - [anon_sym_DASH_GT] = ACTIONS(4873), - [sym_label] = ACTIONS(4873), - [anon_sym_in] = ACTIONS(4871), - [anon_sym_while] = ACTIONS(4871), - [anon_sym_DOT_DOT] = ACTIONS(4873), - [anon_sym_QMARK_COLON] = ACTIONS(4873), - [anon_sym_AMP_AMP] = ACTIONS(4873), - [anon_sym_PIPE_PIPE] = ACTIONS(4873), - [anon_sym_else] = ACTIONS(4871), - [anon_sym_COLON_COLON] = ACTIONS(4873), - [anon_sym_PLUS_EQ] = ACTIONS(4873), - [anon_sym_DASH_EQ] = ACTIONS(4873), - [anon_sym_STAR_EQ] = ACTIONS(4873), - [anon_sym_SLASH_EQ] = ACTIONS(4873), - [anon_sym_PERCENT_EQ] = ACTIONS(4873), - [anon_sym_BANG_EQ] = ACTIONS(4871), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4873), - [anon_sym_EQ_EQ] = ACTIONS(4871), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4873), - [anon_sym_LT_EQ] = ACTIONS(4873), - [anon_sym_GT_EQ] = ACTIONS(4873), - [anon_sym_BANGin] = ACTIONS(4873), - [anon_sym_is] = ACTIONS(4871), - [anon_sym_BANGis] = ACTIONS(4873), - [anon_sym_PLUS] = ACTIONS(4871), - [anon_sym_DASH] = ACTIONS(4871), - [anon_sym_SLASH] = ACTIONS(4871), - [anon_sym_PERCENT] = ACTIONS(4871), - [anon_sym_as_QMARK] = ACTIONS(4873), - [anon_sym_PLUS_PLUS] = ACTIONS(4873), - [anon_sym_DASH_DASH] = ACTIONS(4873), - [anon_sym_BANG_BANG] = ACTIONS(4873), - [anon_sym_suspend] = ACTIONS(4871), - [anon_sym_sealed] = ACTIONS(4871), - [anon_sym_annotation] = ACTIONS(4871), - [anon_sym_data] = ACTIONS(4871), - [anon_sym_inner] = ACTIONS(4871), - [anon_sym_override] = ACTIONS(4871), - [anon_sym_lateinit] = ACTIONS(4871), - [anon_sym_public] = ACTIONS(4871), - [anon_sym_private] = ACTIONS(4871), - [anon_sym_internal] = ACTIONS(4871), - [anon_sym_protected] = ACTIONS(4871), - [anon_sym_tailrec] = ACTIONS(4871), - [anon_sym_operator] = ACTIONS(4871), - [anon_sym_infix] = ACTIONS(4871), - [anon_sym_inline] = ACTIONS(4871), - [anon_sym_external] = ACTIONS(4871), - [sym_property_modifier] = ACTIONS(4871), - [anon_sym_abstract] = ACTIONS(4871), - [anon_sym_final] = ACTIONS(4871), - [anon_sym_open] = ACTIONS(4871), - [anon_sym_vararg] = ACTIONS(4871), - [anon_sym_noinline] = ACTIONS(4871), - [anon_sym_crossinline] = ACTIONS(4871), - [anon_sym_expect] = ACTIONS(4871), - [anon_sym_actual] = ACTIONS(4871), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4873), - [sym_safe_nav] = ACTIONS(4873), + [3205] = { + [sym__alpha_identifier] = ACTIONS(4422), + [anon_sym_AT] = ACTIONS(4424), + [anon_sym_LBRACK] = ACTIONS(4424), + [anon_sym_as] = ACTIONS(4422), + [anon_sym_EQ] = ACTIONS(4422), + [anon_sym_LBRACE] = ACTIONS(4424), + [anon_sym_RBRACE] = ACTIONS(4424), + [anon_sym_LPAREN] = ACTIONS(4424), + [anon_sym_COMMA] = ACTIONS(4424), + [anon_sym_LT] = ACTIONS(4422), + [anon_sym_GT] = ACTIONS(4422), + [anon_sym_where] = ACTIONS(4422), + [anon_sym_object] = ACTIONS(4422), + [anon_sym_fun] = ACTIONS(4422), + [anon_sym_DOT] = ACTIONS(4422), + [anon_sym_SEMI] = ACTIONS(4424), + [anon_sym_get] = ACTIONS(4422), + [anon_sym_set] = ACTIONS(4422), + [anon_sym_this] = ACTIONS(4422), + [anon_sym_super] = ACTIONS(4422), + [anon_sym_STAR] = ACTIONS(4422), + [sym_label] = ACTIONS(4422), + [anon_sym_in] = ACTIONS(4422), + [anon_sym_DOT_DOT] = ACTIONS(4424), + [anon_sym_QMARK_COLON] = ACTIONS(4424), + [anon_sym_AMP_AMP] = ACTIONS(4424), + [anon_sym_PIPE_PIPE] = ACTIONS(4424), + [anon_sym_null] = ACTIONS(4422), + [anon_sym_if] = ACTIONS(4422), + [anon_sym_else] = ACTIONS(4422), + [anon_sym_when] = ACTIONS(4422), + [anon_sym_try] = ACTIONS(4422), + [anon_sym_throw] = ACTIONS(4422), + [anon_sym_return] = ACTIONS(4422), + [anon_sym_continue] = ACTIONS(4422), + [anon_sym_break] = ACTIONS(4422), + [anon_sym_COLON_COLON] = ACTIONS(4424), + [anon_sym_PLUS_EQ] = ACTIONS(4424), + [anon_sym_DASH_EQ] = ACTIONS(4424), + [anon_sym_STAR_EQ] = ACTIONS(4424), + [anon_sym_SLASH_EQ] = ACTIONS(4424), + [anon_sym_PERCENT_EQ] = ACTIONS(4424), + [anon_sym_BANG_EQ] = ACTIONS(4422), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4424), + [anon_sym_EQ_EQ] = ACTIONS(4422), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4424), + [anon_sym_LT_EQ] = ACTIONS(4424), + [anon_sym_GT_EQ] = ACTIONS(4424), + [anon_sym_BANGin] = ACTIONS(4424), + [anon_sym_is] = ACTIONS(4422), + [anon_sym_BANGis] = ACTIONS(4424), + [anon_sym_PLUS] = ACTIONS(4422), + [anon_sym_DASH] = ACTIONS(4422), + [anon_sym_SLASH] = ACTIONS(4422), + [anon_sym_PERCENT] = ACTIONS(4422), + [anon_sym_as_QMARK] = ACTIONS(4424), + [anon_sym_PLUS_PLUS] = ACTIONS(4424), + [anon_sym_DASH_DASH] = ACTIONS(4424), + [anon_sym_BANG] = ACTIONS(4422), + [anon_sym_BANG_BANG] = ACTIONS(4424), + [anon_sym_data] = ACTIONS(4422), + [anon_sym_inner] = ACTIONS(4422), + [anon_sym_expect] = ACTIONS(4422), + [anon_sym_actual] = ACTIONS(4422), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4424), + [anon_sym_continue_AT] = ACTIONS(4424), + [anon_sym_break_AT] = ACTIONS(4424), + [sym_real_literal] = ACTIONS(4424), + [sym_integer_literal] = ACTIONS(4422), + [sym_hex_literal] = ACTIONS(4424), + [sym_bin_literal] = ACTIONS(4424), + [anon_sym_true] = ACTIONS(4422), + [anon_sym_false] = ACTIONS(4422), + [anon_sym_SQUOTE] = ACTIONS(4424), + [sym__backtick_identifier] = ACTIONS(4424), + [sym__automatic_semicolon] = ACTIONS(4424), + [sym_safe_nav] = ACTIONS(4424), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4424), }, - [3227] = { - [sym__alpha_identifier] = ACTIONS(4083), - [anon_sym_AT] = ACTIONS(4085), - [anon_sym_LBRACK] = ACTIONS(4085), - [anon_sym_RBRACK] = ACTIONS(4085), - [anon_sym_as] = ACTIONS(4083), - [anon_sym_EQ] = ACTIONS(4083), - [anon_sym_LBRACE] = ACTIONS(4085), - [anon_sym_RBRACE] = ACTIONS(4085), - [anon_sym_LPAREN] = ACTIONS(4085), - [anon_sym_COMMA] = ACTIONS(4085), - [anon_sym_RPAREN] = ACTIONS(4085), - [anon_sym_LT] = ACTIONS(4083), - [anon_sym_GT] = ACTIONS(4083), - [anon_sym_where] = ACTIONS(4083), - [anon_sym_DOT] = ACTIONS(4083), - [anon_sym_SEMI] = ACTIONS(4085), - [anon_sym_get] = ACTIONS(4083), - [anon_sym_set] = ACTIONS(4083), - [anon_sym_STAR] = ACTIONS(4083), - [anon_sym_DASH_GT] = ACTIONS(4085), - [sym_label] = ACTIONS(4085), - [anon_sym_in] = ACTIONS(4083), - [anon_sym_while] = ACTIONS(4083), - [anon_sym_DOT_DOT] = ACTIONS(4085), - [anon_sym_QMARK_COLON] = ACTIONS(4085), - [anon_sym_AMP_AMP] = ACTIONS(4085), - [anon_sym_PIPE_PIPE] = ACTIONS(4085), - [anon_sym_else] = ACTIONS(4083), - [anon_sym_COLON_COLON] = ACTIONS(4085), - [anon_sym_PLUS_EQ] = ACTIONS(4085), - [anon_sym_DASH_EQ] = ACTIONS(4085), - [anon_sym_STAR_EQ] = ACTIONS(4085), - [anon_sym_SLASH_EQ] = ACTIONS(4085), - [anon_sym_PERCENT_EQ] = ACTIONS(4085), - [anon_sym_BANG_EQ] = ACTIONS(4083), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4085), - [anon_sym_EQ_EQ] = ACTIONS(4083), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4085), - [anon_sym_LT_EQ] = ACTIONS(4085), - [anon_sym_GT_EQ] = ACTIONS(4085), - [anon_sym_BANGin] = ACTIONS(4085), - [anon_sym_is] = ACTIONS(4083), - [anon_sym_BANGis] = ACTIONS(4085), - [anon_sym_PLUS] = ACTIONS(4083), - [anon_sym_DASH] = ACTIONS(4083), - [anon_sym_SLASH] = ACTIONS(4083), - [anon_sym_PERCENT] = ACTIONS(4083), - [anon_sym_as_QMARK] = ACTIONS(4085), - [anon_sym_PLUS_PLUS] = ACTIONS(4085), - [anon_sym_DASH_DASH] = ACTIONS(4085), - [anon_sym_BANG_BANG] = ACTIONS(4085), - [anon_sym_suspend] = ACTIONS(4083), - [anon_sym_sealed] = ACTIONS(4083), - [anon_sym_annotation] = ACTIONS(4083), - [anon_sym_data] = ACTIONS(4083), - [anon_sym_inner] = ACTIONS(4083), - [anon_sym_override] = ACTIONS(4083), - [anon_sym_lateinit] = ACTIONS(4083), - [anon_sym_public] = ACTIONS(4083), - [anon_sym_private] = ACTIONS(4083), - [anon_sym_internal] = ACTIONS(4083), - [anon_sym_protected] = ACTIONS(4083), - [anon_sym_tailrec] = ACTIONS(4083), - [anon_sym_operator] = ACTIONS(4083), - [anon_sym_infix] = ACTIONS(4083), - [anon_sym_inline] = ACTIONS(4083), - [anon_sym_external] = ACTIONS(4083), - [sym_property_modifier] = ACTIONS(4083), - [anon_sym_abstract] = ACTIONS(4083), - [anon_sym_final] = ACTIONS(4083), - [anon_sym_open] = ACTIONS(4083), - [anon_sym_vararg] = ACTIONS(4083), - [anon_sym_noinline] = ACTIONS(4083), - [anon_sym_crossinline] = ACTIONS(4083), - [anon_sym_expect] = ACTIONS(4083), - [anon_sym_actual] = ACTIONS(4083), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4085), - [sym_safe_nav] = ACTIONS(4085), + [3206] = { + [sym_function_body] = STATE(3293), + [sym__block] = STATE(3334), + [sym__alpha_identifier] = ACTIONS(4422), + [anon_sym_AT] = ACTIONS(4424), + [anon_sym_LBRACK] = ACTIONS(4424), + [anon_sym_as] = ACTIONS(4422), + [anon_sym_EQ] = ACTIONS(6262), + [anon_sym_LBRACE] = ACTIONS(6244), + [anon_sym_RBRACE] = ACTIONS(4424), + [anon_sym_LPAREN] = ACTIONS(4424), + [anon_sym_LT] = ACTIONS(4422), + [anon_sym_GT] = ACTIONS(4422), + [anon_sym_object] = ACTIONS(4422), + [anon_sym_fun] = ACTIONS(4422), + [anon_sym_DOT] = ACTIONS(4422), + [anon_sym_SEMI] = ACTIONS(4424), + [anon_sym_get] = ACTIONS(4422), + [anon_sym_set] = ACTIONS(4422), + [anon_sym_this] = ACTIONS(4422), + [anon_sym_super] = ACTIONS(4422), + [anon_sym_STAR] = ACTIONS(4422), + [sym_label] = ACTIONS(4422), + [anon_sym_in] = ACTIONS(4422), + [anon_sym_DOT_DOT] = ACTIONS(4424), + [anon_sym_QMARK_COLON] = ACTIONS(4424), + [anon_sym_AMP_AMP] = ACTIONS(4424), + [anon_sym_PIPE_PIPE] = ACTIONS(4424), + [anon_sym_null] = ACTIONS(4422), + [anon_sym_if] = ACTIONS(4422), + [anon_sym_else] = ACTIONS(4422), + [anon_sym_when] = ACTIONS(4422), + [anon_sym_try] = ACTIONS(4422), + [anon_sym_throw] = ACTIONS(4422), + [anon_sym_return] = ACTIONS(4422), + [anon_sym_continue] = ACTIONS(4422), + [anon_sym_break] = ACTIONS(4422), + [anon_sym_COLON_COLON] = ACTIONS(4424), + [anon_sym_PLUS_EQ] = ACTIONS(4424), + [anon_sym_DASH_EQ] = ACTIONS(4424), + [anon_sym_STAR_EQ] = ACTIONS(4424), + [anon_sym_SLASH_EQ] = ACTIONS(4424), + [anon_sym_PERCENT_EQ] = ACTIONS(4424), + [anon_sym_BANG_EQ] = ACTIONS(4422), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4424), + [anon_sym_EQ_EQ] = ACTIONS(4422), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4424), + [anon_sym_LT_EQ] = ACTIONS(4424), + [anon_sym_GT_EQ] = ACTIONS(4424), + [anon_sym_BANGin] = ACTIONS(4424), + [anon_sym_is] = ACTIONS(4422), + [anon_sym_BANGis] = ACTIONS(4424), + [anon_sym_PLUS] = ACTIONS(4422), + [anon_sym_DASH] = ACTIONS(4422), + [anon_sym_SLASH] = ACTIONS(4422), + [anon_sym_PERCENT] = ACTIONS(4422), + [anon_sym_as_QMARK] = ACTIONS(4424), + [anon_sym_PLUS_PLUS] = ACTIONS(4424), + [anon_sym_DASH_DASH] = ACTIONS(4424), + [anon_sym_BANG] = ACTIONS(4422), + [anon_sym_BANG_BANG] = ACTIONS(4424), + [anon_sym_data] = ACTIONS(4422), + [anon_sym_inner] = ACTIONS(4422), + [anon_sym_expect] = ACTIONS(4422), + [anon_sym_actual] = ACTIONS(4422), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4424), + [anon_sym_continue_AT] = ACTIONS(4424), + [anon_sym_break_AT] = ACTIONS(4424), + [sym_real_literal] = ACTIONS(4424), + [sym_integer_literal] = ACTIONS(4422), + [sym_hex_literal] = ACTIONS(4424), + [sym_bin_literal] = ACTIONS(4424), + [anon_sym_true] = ACTIONS(4422), + [anon_sym_false] = ACTIONS(4422), + [anon_sym_SQUOTE] = ACTIONS(4424), + [sym__backtick_identifier] = ACTIONS(4424), + [sym__automatic_semicolon] = ACTIONS(4424), + [sym_safe_nav] = ACTIONS(4424), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4424), }, - [3228] = { - [sym__alpha_identifier] = ACTIONS(1776), - [anon_sym_AT] = ACTIONS(1778), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_EQ] = ACTIONS(1776), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_COMMA] = ACTIONS(1778), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_where] = ACTIONS(1776), - [anon_sym_object] = ACTIONS(1776), - [anon_sym_fun] = ACTIONS(1776), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(1778), - [anon_sym_get] = ACTIONS(1776), - [anon_sym_set] = ACTIONS(1776), - [anon_sym_this] = ACTIONS(1776), - [anon_sym_super] = ACTIONS(1776), - [anon_sym_STAR] = ACTIONS(1776), - [sym_label] = ACTIONS(1776), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_null] = ACTIONS(1776), - [anon_sym_if] = ACTIONS(1776), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_when] = ACTIONS(1776), - [anon_sym_try] = ACTIONS(1776), - [anon_sym_throw] = ACTIONS(1776), - [anon_sym_return] = ACTIONS(1776), - [anon_sym_continue] = ACTIONS(1776), - [anon_sym_break] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_PLUS_EQ] = ACTIONS(1778), - [anon_sym_DASH_EQ] = ACTIONS(1778), - [anon_sym_STAR_EQ] = ACTIONS(1778), - [anon_sym_SLASH_EQ] = ACTIONS(1778), - [anon_sym_PERCENT_EQ] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1776), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG] = ACTIONS(1776), - [anon_sym_BANG_BANG] = ACTIONS(1778), - [anon_sym_data] = ACTIONS(1776), - [anon_sym_inner] = ACTIONS(1776), - [anon_sym_expect] = ACTIONS(1776), - [anon_sym_actual] = ACTIONS(1776), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1778), - [anon_sym_continue_AT] = ACTIONS(1778), - [anon_sym_break_AT] = ACTIONS(1778), - [sym_real_literal] = ACTIONS(1778), - [sym_integer_literal] = ACTIONS(1776), - [sym_hex_literal] = ACTIONS(1778), - [sym_bin_literal] = ACTIONS(1778), - [anon_sym_true] = ACTIONS(1776), - [anon_sym_false] = ACTIONS(1776), - [anon_sym_SQUOTE] = ACTIONS(1778), - [sym__backtick_identifier] = ACTIONS(1778), - [sym__automatic_semicolon] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1778), - }, - [3229] = { - [sym__alpha_identifier] = ACTIONS(4567), - [anon_sym_AT] = ACTIONS(4569), - [anon_sym_LBRACK] = ACTIONS(4569), - [anon_sym_RBRACK] = ACTIONS(4569), - [anon_sym_as] = ACTIONS(4567), - [anon_sym_EQ] = ACTIONS(4567), - [anon_sym_LBRACE] = ACTIONS(4569), - [anon_sym_RBRACE] = ACTIONS(4569), - [anon_sym_LPAREN] = ACTIONS(4569), - [anon_sym_COMMA] = ACTIONS(4569), - [anon_sym_RPAREN] = ACTIONS(4569), - [anon_sym_LT] = ACTIONS(4567), - [anon_sym_GT] = ACTIONS(4567), - [anon_sym_where] = ACTIONS(4567), - [anon_sym_DOT] = ACTIONS(4567), - [anon_sym_SEMI] = ACTIONS(4569), - [anon_sym_get] = ACTIONS(4567), - [anon_sym_set] = ACTIONS(4567), - [anon_sym_STAR] = ACTIONS(4567), - [anon_sym_DASH_GT] = ACTIONS(4569), - [sym_label] = ACTIONS(4569), - [anon_sym_in] = ACTIONS(4567), - [anon_sym_while] = ACTIONS(4567), - [anon_sym_DOT_DOT] = ACTIONS(4569), - [anon_sym_QMARK_COLON] = ACTIONS(4569), - [anon_sym_AMP_AMP] = ACTIONS(4569), - [anon_sym_PIPE_PIPE] = ACTIONS(4569), - [anon_sym_else] = ACTIONS(4567), - [anon_sym_COLON_COLON] = ACTIONS(4569), - [anon_sym_PLUS_EQ] = ACTIONS(4569), - [anon_sym_DASH_EQ] = ACTIONS(4569), - [anon_sym_STAR_EQ] = ACTIONS(4569), - [anon_sym_SLASH_EQ] = ACTIONS(4569), - [anon_sym_PERCENT_EQ] = ACTIONS(4569), - [anon_sym_BANG_EQ] = ACTIONS(4567), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4569), - [anon_sym_EQ_EQ] = ACTIONS(4567), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4569), - [anon_sym_LT_EQ] = ACTIONS(4569), - [anon_sym_GT_EQ] = ACTIONS(4569), - [anon_sym_BANGin] = ACTIONS(4569), - [anon_sym_is] = ACTIONS(4567), - [anon_sym_BANGis] = ACTIONS(4569), - [anon_sym_PLUS] = ACTIONS(4567), - [anon_sym_DASH] = ACTIONS(4567), - [anon_sym_SLASH] = ACTIONS(4567), - [anon_sym_PERCENT] = ACTIONS(4567), - [anon_sym_as_QMARK] = ACTIONS(4569), - [anon_sym_PLUS_PLUS] = ACTIONS(4569), - [anon_sym_DASH_DASH] = ACTIONS(4569), - [anon_sym_BANG_BANG] = ACTIONS(4569), - [anon_sym_suspend] = ACTIONS(4567), - [anon_sym_sealed] = ACTIONS(4567), - [anon_sym_annotation] = ACTIONS(4567), - [anon_sym_data] = ACTIONS(4567), - [anon_sym_inner] = ACTIONS(4567), - [anon_sym_override] = ACTIONS(4567), - [anon_sym_lateinit] = ACTIONS(4567), - [anon_sym_public] = ACTIONS(4567), - [anon_sym_private] = ACTIONS(4567), - [anon_sym_internal] = ACTIONS(4567), - [anon_sym_protected] = ACTIONS(4567), - [anon_sym_tailrec] = ACTIONS(4567), - [anon_sym_operator] = ACTIONS(4567), - [anon_sym_infix] = ACTIONS(4567), - [anon_sym_inline] = ACTIONS(4567), - [anon_sym_external] = ACTIONS(4567), - [sym_property_modifier] = ACTIONS(4567), - [anon_sym_abstract] = ACTIONS(4567), - [anon_sym_final] = ACTIONS(4567), - [anon_sym_open] = ACTIONS(4567), - [anon_sym_vararg] = ACTIONS(4567), - [anon_sym_noinline] = ACTIONS(4567), - [anon_sym_crossinline] = ACTIONS(4567), - [anon_sym_expect] = ACTIONS(4567), - [anon_sym_actual] = ACTIONS(4567), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4569), - [sym_safe_nav] = ACTIONS(4569), + [3207] = { + [sym_class_body] = STATE(3319), + [sym_type_constraints] = STATE(3055), + [sym__alpha_identifier] = ACTIONS(3196), + [anon_sym_AT] = ACTIONS(3200), + [anon_sym_COLON] = ACTIONS(5631), + [anon_sym_LBRACK] = ACTIONS(3200), + [anon_sym_as] = ACTIONS(3196), + [anon_sym_EQ] = ACTIONS(3196), + [anon_sym_LBRACE] = ACTIONS(5179), + [anon_sym_RBRACE] = ACTIONS(3200), + [anon_sym_LPAREN] = ACTIONS(3200), + [anon_sym_RPAREN] = ACTIONS(3200), + [anon_sym_LT] = ACTIONS(3196), + [anon_sym_GT] = ACTIONS(3196), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(3196), + [anon_sym_SEMI] = ACTIONS(3200), + [anon_sym_get] = ACTIONS(3196), + [anon_sym_set] = ACTIONS(3196), + [anon_sym_STAR] = ACTIONS(3196), + [sym_label] = ACTIONS(3200), + [anon_sym_in] = ACTIONS(3196), + [anon_sym_while] = ACTIONS(3196), + [anon_sym_DOT_DOT] = ACTIONS(3200), + [anon_sym_QMARK_COLON] = ACTIONS(3200), + [anon_sym_AMP_AMP] = ACTIONS(3200), + [anon_sym_PIPE_PIPE] = ACTIONS(3200), + [anon_sym_else] = ACTIONS(3196), + [anon_sym_COLON_COLON] = ACTIONS(3200), + [anon_sym_PLUS_EQ] = ACTIONS(3200), + [anon_sym_DASH_EQ] = ACTIONS(3200), + [anon_sym_STAR_EQ] = ACTIONS(3200), + [anon_sym_SLASH_EQ] = ACTIONS(3200), + [anon_sym_PERCENT_EQ] = ACTIONS(3200), + [anon_sym_BANG_EQ] = ACTIONS(3196), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3200), + [anon_sym_EQ_EQ] = ACTIONS(3196), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3200), + [anon_sym_LT_EQ] = ACTIONS(3200), + [anon_sym_GT_EQ] = ACTIONS(3200), + [anon_sym_BANGin] = ACTIONS(3200), + [anon_sym_is] = ACTIONS(3196), + [anon_sym_BANGis] = ACTIONS(3200), + [anon_sym_PLUS] = ACTIONS(3196), + [anon_sym_DASH] = ACTIONS(3196), + [anon_sym_SLASH] = ACTIONS(3196), + [anon_sym_PERCENT] = ACTIONS(3196), + [anon_sym_as_QMARK] = ACTIONS(3200), + [anon_sym_PLUS_PLUS] = ACTIONS(3200), + [anon_sym_DASH_DASH] = ACTIONS(3200), + [anon_sym_BANG_BANG] = ACTIONS(3200), + [anon_sym_suspend] = ACTIONS(3196), + [anon_sym_sealed] = ACTIONS(3196), + [anon_sym_annotation] = ACTIONS(3196), + [anon_sym_data] = ACTIONS(3196), + [anon_sym_inner] = ACTIONS(3196), + [anon_sym_override] = ACTIONS(3196), + [anon_sym_lateinit] = ACTIONS(3196), + [anon_sym_public] = ACTIONS(3196), + [anon_sym_private] = ACTIONS(3196), + [anon_sym_internal] = ACTIONS(3196), + [anon_sym_protected] = ACTIONS(3196), + [anon_sym_tailrec] = ACTIONS(3196), + [anon_sym_operator] = ACTIONS(3196), + [anon_sym_infix] = ACTIONS(3196), + [anon_sym_inline] = ACTIONS(3196), + [anon_sym_external] = ACTIONS(3196), + [sym_property_modifier] = ACTIONS(3196), + [anon_sym_abstract] = ACTIONS(3196), + [anon_sym_final] = ACTIONS(3196), + [anon_sym_open] = ACTIONS(3196), + [anon_sym_vararg] = ACTIONS(3196), + [anon_sym_noinline] = ACTIONS(3196), + [anon_sym_crossinline] = ACTIONS(3196), + [anon_sym_expect] = ACTIONS(3196), + [anon_sym_actual] = ACTIONS(3196), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3200), + [sym_safe_nav] = ACTIONS(3200), [sym_multiline_comment] = ACTIONS(3), }, - [3230] = { - [sym__alpha_identifier] = ACTIONS(4895), - [anon_sym_AT] = ACTIONS(4897), - [anon_sym_LBRACK] = ACTIONS(4897), - [anon_sym_as] = ACTIONS(4895), - [anon_sym_EQ] = ACTIONS(4895), - [anon_sym_LBRACE] = ACTIONS(4897), - [anon_sym_RBRACE] = ACTIONS(4897), - [anon_sym_LPAREN] = ACTIONS(4897), - [anon_sym_COMMA] = ACTIONS(4897), - [anon_sym_LT] = ACTIONS(4895), - [anon_sym_GT] = ACTIONS(4895), - [anon_sym_where] = ACTIONS(4895), - [anon_sym_object] = ACTIONS(4895), - [anon_sym_fun] = ACTIONS(4895), - [anon_sym_DOT] = ACTIONS(4895), - [anon_sym_SEMI] = ACTIONS(4897), - [anon_sym_get] = ACTIONS(4895), - [anon_sym_set] = ACTIONS(4895), - [anon_sym_this] = ACTIONS(4895), - [anon_sym_super] = ACTIONS(4895), - [anon_sym_STAR] = ACTIONS(4895), - [sym_label] = ACTIONS(4895), - [anon_sym_in] = ACTIONS(4895), - [anon_sym_DOT_DOT] = ACTIONS(4897), - [anon_sym_QMARK_COLON] = ACTIONS(4897), - [anon_sym_AMP_AMP] = ACTIONS(4897), - [anon_sym_PIPE_PIPE] = ACTIONS(4897), - [anon_sym_null] = ACTIONS(4895), - [anon_sym_if] = ACTIONS(4895), - [anon_sym_else] = ACTIONS(4895), - [anon_sym_when] = ACTIONS(4895), - [anon_sym_try] = ACTIONS(4895), - [anon_sym_throw] = ACTIONS(4895), - [anon_sym_return] = ACTIONS(4895), - [anon_sym_continue] = ACTIONS(4895), - [anon_sym_break] = ACTIONS(4895), - [anon_sym_COLON_COLON] = ACTIONS(4897), - [anon_sym_PLUS_EQ] = ACTIONS(4897), - [anon_sym_DASH_EQ] = ACTIONS(4897), - [anon_sym_STAR_EQ] = ACTIONS(4897), - [anon_sym_SLASH_EQ] = ACTIONS(4897), - [anon_sym_PERCENT_EQ] = ACTIONS(4897), - [anon_sym_BANG_EQ] = ACTIONS(4895), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4897), - [anon_sym_EQ_EQ] = ACTIONS(4895), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4897), - [anon_sym_LT_EQ] = ACTIONS(4897), - [anon_sym_GT_EQ] = ACTIONS(4897), - [anon_sym_BANGin] = ACTIONS(4897), - [anon_sym_is] = ACTIONS(4895), - [anon_sym_BANGis] = ACTIONS(4897), - [anon_sym_PLUS] = ACTIONS(4895), - [anon_sym_DASH] = ACTIONS(4895), - [anon_sym_SLASH] = ACTIONS(4895), - [anon_sym_PERCENT] = ACTIONS(4895), - [anon_sym_as_QMARK] = ACTIONS(4897), - [anon_sym_PLUS_PLUS] = ACTIONS(4897), - [anon_sym_DASH_DASH] = ACTIONS(4897), - [anon_sym_BANG] = ACTIONS(4895), - [anon_sym_BANG_BANG] = ACTIONS(4897), - [anon_sym_data] = ACTIONS(4895), - [anon_sym_inner] = ACTIONS(4895), - [anon_sym_expect] = ACTIONS(4895), - [anon_sym_actual] = ACTIONS(4895), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4897), - [anon_sym_continue_AT] = ACTIONS(4897), - [anon_sym_break_AT] = ACTIONS(4897), - [sym_real_literal] = ACTIONS(4897), - [sym_integer_literal] = ACTIONS(4895), - [sym_hex_literal] = ACTIONS(4897), - [sym_bin_literal] = ACTIONS(4897), - [anon_sym_true] = ACTIONS(4895), - [anon_sym_false] = ACTIONS(4895), - [anon_sym_SQUOTE] = ACTIONS(4897), - [sym__backtick_identifier] = ACTIONS(4897), - [sym__automatic_semicolon] = ACTIONS(4897), - [sym_safe_nav] = ACTIONS(4897), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4897), - }, - [3231] = { - [sym__alpha_identifier] = ACTIONS(3874), - [anon_sym_AT] = ACTIONS(3876), - [anon_sym_LBRACK] = ACTIONS(3876), - [anon_sym_as] = ACTIONS(3874), - [anon_sym_EQ] = ACTIONS(3874), - [anon_sym_LBRACE] = ACTIONS(3876), - [anon_sym_RBRACE] = ACTIONS(3876), - [anon_sym_LPAREN] = ACTIONS(3876), - [anon_sym_COMMA] = ACTIONS(3876), - [anon_sym_LT] = ACTIONS(3874), - [anon_sym_GT] = ACTIONS(3874), - [anon_sym_where] = ACTIONS(3874), - [anon_sym_object] = ACTIONS(3874), - [anon_sym_fun] = ACTIONS(3874), - [anon_sym_DOT] = ACTIONS(3874), - [anon_sym_SEMI] = ACTIONS(3876), - [anon_sym_get] = ACTIONS(3874), - [anon_sym_set] = ACTIONS(3874), - [anon_sym_this] = ACTIONS(3874), - [anon_sym_super] = ACTIONS(3874), - [anon_sym_STAR] = ACTIONS(3874), - [sym_label] = ACTIONS(3874), - [anon_sym_in] = ACTIONS(3874), - [anon_sym_DOT_DOT] = ACTIONS(3876), - [anon_sym_QMARK_COLON] = ACTIONS(3876), - [anon_sym_AMP_AMP] = ACTIONS(3876), - [anon_sym_PIPE_PIPE] = ACTIONS(3876), - [anon_sym_null] = ACTIONS(3874), - [anon_sym_if] = ACTIONS(3874), - [anon_sym_else] = ACTIONS(3874), - [anon_sym_when] = ACTIONS(3874), - [anon_sym_try] = ACTIONS(3874), - [anon_sym_throw] = ACTIONS(3874), - [anon_sym_return] = ACTIONS(3874), - [anon_sym_continue] = ACTIONS(3874), - [anon_sym_break] = ACTIONS(3874), - [anon_sym_COLON_COLON] = ACTIONS(3876), - [anon_sym_PLUS_EQ] = ACTIONS(3876), - [anon_sym_DASH_EQ] = ACTIONS(3876), - [anon_sym_STAR_EQ] = ACTIONS(3876), - [anon_sym_SLASH_EQ] = ACTIONS(3876), - [anon_sym_PERCENT_EQ] = ACTIONS(3876), - [anon_sym_BANG_EQ] = ACTIONS(3874), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3876), - [anon_sym_EQ_EQ] = ACTIONS(3874), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3876), - [anon_sym_LT_EQ] = ACTIONS(3876), - [anon_sym_GT_EQ] = ACTIONS(3876), - [anon_sym_BANGin] = ACTIONS(3876), - [anon_sym_is] = ACTIONS(3874), - [anon_sym_BANGis] = ACTIONS(3876), - [anon_sym_PLUS] = ACTIONS(3874), - [anon_sym_DASH] = ACTIONS(3874), - [anon_sym_SLASH] = ACTIONS(3874), - [anon_sym_PERCENT] = ACTIONS(3874), - [anon_sym_as_QMARK] = ACTIONS(3876), - [anon_sym_PLUS_PLUS] = ACTIONS(3876), - [anon_sym_DASH_DASH] = ACTIONS(3876), - [anon_sym_BANG] = ACTIONS(3874), - [anon_sym_BANG_BANG] = ACTIONS(3876), - [anon_sym_data] = ACTIONS(3874), - [anon_sym_inner] = ACTIONS(3874), - [anon_sym_expect] = ACTIONS(3874), - [anon_sym_actual] = ACTIONS(3874), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3876), - [anon_sym_continue_AT] = ACTIONS(3876), - [anon_sym_break_AT] = ACTIONS(3876), - [sym_real_literal] = ACTIONS(3876), - [sym_integer_literal] = ACTIONS(3874), - [sym_hex_literal] = ACTIONS(3876), - [sym_bin_literal] = ACTIONS(3876), - [anon_sym_true] = ACTIONS(3874), - [anon_sym_false] = ACTIONS(3874), - [anon_sym_SQUOTE] = ACTIONS(3876), - [sym__backtick_identifier] = ACTIONS(3876), - [sym__automatic_semicolon] = ACTIONS(3876), - [sym_safe_nav] = ACTIONS(3876), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3876), - }, - [3232] = { - [sym__alpha_identifier] = ACTIONS(1694), - [anon_sym_AT] = ACTIONS(1696), - [anon_sym_LBRACK] = ACTIONS(1696), - [anon_sym_RBRACK] = ACTIONS(1696), - [anon_sym_as] = ACTIONS(1694), - [anon_sym_EQ] = ACTIONS(1694), - [anon_sym_LBRACE] = ACTIONS(1696), - [anon_sym_RBRACE] = ACTIONS(1696), - [anon_sym_LPAREN] = ACTIONS(1696), - [anon_sym_COMMA] = ACTIONS(1696), - [anon_sym_RPAREN] = ACTIONS(1696), - [anon_sym_LT] = ACTIONS(1694), - [anon_sym_GT] = ACTIONS(1694), - [anon_sym_where] = ACTIONS(1694), - [anon_sym_DOT] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(1696), - [anon_sym_get] = ACTIONS(1694), - [anon_sym_set] = ACTIONS(1694), - [anon_sym_STAR] = ACTIONS(1694), - [anon_sym_DASH_GT] = ACTIONS(1696), - [sym_label] = ACTIONS(1696), - [anon_sym_in] = ACTIONS(1694), - [anon_sym_while] = ACTIONS(1694), - [anon_sym_DOT_DOT] = ACTIONS(1696), - [anon_sym_QMARK_COLON] = ACTIONS(1696), - [anon_sym_AMP_AMP] = ACTIONS(1696), - [anon_sym_PIPE_PIPE] = ACTIONS(1696), - [anon_sym_else] = ACTIONS(1694), - [anon_sym_COLON_COLON] = ACTIONS(1696), - [anon_sym_PLUS_EQ] = ACTIONS(1696), - [anon_sym_DASH_EQ] = ACTIONS(1696), - [anon_sym_STAR_EQ] = ACTIONS(1696), - [anon_sym_SLASH_EQ] = ACTIONS(1696), - [anon_sym_PERCENT_EQ] = ACTIONS(1696), - [anon_sym_BANG_EQ] = ACTIONS(1694), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), - [anon_sym_EQ_EQ] = ACTIONS(1694), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), - [anon_sym_LT_EQ] = ACTIONS(1696), - [anon_sym_GT_EQ] = ACTIONS(1696), - [anon_sym_BANGin] = ACTIONS(1696), - [anon_sym_is] = ACTIONS(1694), - [anon_sym_BANGis] = ACTIONS(1696), - [anon_sym_PLUS] = ACTIONS(1694), - [anon_sym_DASH] = ACTIONS(1694), - [anon_sym_SLASH] = ACTIONS(1694), - [anon_sym_PERCENT] = ACTIONS(1694), - [anon_sym_as_QMARK] = ACTIONS(1696), - [anon_sym_PLUS_PLUS] = ACTIONS(1696), - [anon_sym_DASH_DASH] = ACTIONS(1696), - [anon_sym_BANG_BANG] = ACTIONS(1696), - [anon_sym_suspend] = ACTIONS(1694), - [anon_sym_sealed] = ACTIONS(1694), - [anon_sym_annotation] = ACTIONS(1694), - [anon_sym_data] = ACTIONS(1694), - [anon_sym_inner] = ACTIONS(1694), - [anon_sym_override] = ACTIONS(1694), - [anon_sym_lateinit] = ACTIONS(1694), - [anon_sym_public] = ACTIONS(1694), - [anon_sym_private] = ACTIONS(1694), - [anon_sym_internal] = ACTIONS(1694), - [anon_sym_protected] = ACTIONS(1694), - [anon_sym_tailrec] = ACTIONS(1694), - [anon_sym_operator] = ACTIONS(1694), - [anon_sym_infix] = ACTIONS(1694), - [anon_sym_inline] = ACTIONS(1694), - [anon_sym_external] = ACTIONS(1694), - [sym_property_modifier] = ACTIONS(1694), - [anon_sym_abstract] = ACTIONS(1694), - [anon_sym_final] = ACTIONS(1694), - [anon_sym_open] = ACTIONS(1694), - [anon_sym_vararg] = ACTIONS(1694), - [anon_sym_noinline] = ACTIONS(1694), - [anon_sym_crossinline] = ACTIONS(1694), - [anon_sym_expect] = ACTIONS(1694), - [anon_sym_actual] = ACTIONS(1694), + [3208] = { + [sym__alpha_identifier] = ACTIONS(5005), + [anon_sym_AT] = ACTIONS(5007), + [anon_sym_LBRACK] = ACTIONS(5007), + [anon_sym_as] = ACTIONS(5005), + [anon_sym_EQ] = ACTIONS(5005), + [anon_sym_LBRACE] = ACTIONS(5007), + [anon_sym_RBRACE] = ACTIONS(5007), + [anon_sym_LPAREN] = ACTIONS(5007), + [anon_sym_COMMA] = ACTIONS(5007), + [anon_sym_LT] = ACTIONS(5005), + [anon_sym_GT] = ACTIONS(5005), + [anon_sym_where] = ACTIONS(5005), + [anon_sym_object] = ACTIONS(5005), + [anon_sym_fun] = ACTIONS(5005), + [anon_sym_DOT] = ACTIONS(5005), + [anon_sym_SEMI] = ACTIONS(5007), + [anon_sym_get] = ACTIONS(5005), + [anon_sym_set] = ACTIONS(5005), + [anon_sym_this] = ACTIONS(5005), + [anon_sym_super] = ACTIONS(5005), + [anon_sym_STAR] = ACTIONS(5005), + [sym_label] = ACTIONS(5005), + [anon_sym_in] = ACTIONS(5005), + [anon_sym_DOT_DOT] = ACTIONS(5007), + [anon_sym_QMARK_COLON] = ACTIONS(5007), + [anon_sym_AMP_AMP] = ACTIONS(5007), + [anon_sym_PIPE_PIPE] = ACTIONS(5007), + [anon_sym_null] = ACTIONS(5005), + [anon_sym_if] = ACTIONS(5005), + [anon_sym_else] = ACTIONS(5005), + [anon_sym_when] = ACTIONS(5005), + [anon_sym_try] = ACTIONS(5005), + [anon_sym_throw] = ACTIONS(5005), + [anon_sym_return] = ACTIONS(5005), + [anon_sym_continue] = ACTIONS(5005), + [anon_sym_break] = ACTIONS(5005), + [anon_sym_COLON_COLON] = ACTIONS(5007), + [anon_sym_PLUS_EQ] = ACTIONS(5007), + [anon_sym_DASH_EQ] = ACTIONS(5007), + [anon_sym_STAR_EQ] = ACTIONS(5007), + [anon_sym_SLASH_EQ] = ACTIONS(5007), + [anon_sym_PERCENT_EQ] = ACTIONS(5007), + [anon_sym_BANG_EQ] = ACTIONS(5005), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5007), + [anon_sym_EQ_EQ] = ACTIONS(5005), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5007), + [anon_sym_LT_EQ] = ACTIONS(5007), + [anon_sym_GT_EQ] = ACTIONS(5007), + [anon_sym_BANGin] = ACTIONS(5007), + [anon_sym_is] = ACTIONS(5005), + [anon_sym_BANGis] = ACTIONS(5007), + [anon_sym_PLUS] = ACTIONS(5005), + [anon_sym_DASH] = ACTIONS(5005), + [anon_sym_SLASH] = ACTIONS(5005), + [anon_sym_PERCENT] = ACTIONS(5005), + [anon_sym_as_QMARK] = ACTIONS(5007), + [anon_sym_PLUS_PLUS] = ACTIONS(5007), + [anon_sym_DASH_DASH] = ACTIONS(5007), + [anon_sym_BANG] = ACTIONS(5005), + [anon_sym_BANG_BANG] = ACTIONS(5007), + [anon_sym_data] = ACTIONS(5005), + [anon_sym_inner] = ACTIONS(5005), + [anon_sym_expect] = ACTIONS(5005), + [anon_sym_actual] = ACTIONS(5005), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1696), - [sym_safe_nav] = ACTIONS(1696), - [sym_multiline_comment] = ACTIONS(3), - }, - [3233] = { - [sym__alpha_identifier] = ACTIONS(3340), - [anon_sym_AT] = ACTIONS(3342), - [anon_sym_LBRACK] = ACTIONS(3342), - [anon_sym_RBRACK] = ACTIONS(3342), - [anon_sym_as] = ACTIONS(3340), - [anon_sym_EQ] = ACTIONS(3340), - [anon_sym_LBRACE] = ACTIONS(3342), - [anon_sym_RBRACE] = ACTIONS(3342), - [anon_sym_LPAREN] = ACTIONS(3342), - [anon_sym_COMMA] = ACTIONS(3342), - [anon_sym_RPAREN] = ACTIONS(3342), - [anon_sym_LT] = ACTIONS(3340), - [anon_sym_GT] = ACTIONS(3340), - [anon_sym_where] = ACTIONS(3340), - [anon_sym_DOT] = ACTIONS(3340), - [anon_sym_SEMI] = ACTIONS(3342), - [anon_sym_get] = ACTIONS(3340), - [anon_sym_set] = ACTIONS(3340), - [anon_sym_STAR] = ACTIONS(3340), - [anon_sym_DASH_GT] = ACTIONS(3342), - [sym_label] = ACTIONS(3342), - [anon_sym_in] = ACTIONS(3340), - [anon_sym_while] = ACTIONS(3340), - [anon_sym_DOT_DOT] = ACTIONS(3342), - [anon_sym_QMARK_COLON] = ACTIONS(3342), - [anon_sym_AMP_AMP] = ACTIONS(3342), - [anon_sym_PIPE_PIPE] = ACTIONS(3342), - [anon_sym_else] = ACTIONS(3340), - [anon_sym_COLON_COLON] = ACTIONS(3342), - [anon_sym_PLUS_EQ] = ACTIONS(3342), - [anon_sym_DASH_EQ] = ACTIONS(3342), - [anon_sym_STAR_EQ] = ACTIONS(3342), - [anon_sym_SLASH_EQ] = ACTIONS(3342), - [anon_sym_PERCENT_EQ] = ACTIONS(3342), - [anon_sym_BANG_EQ] = ACTIONS(3340), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3342), - [anon_sym_EQ_EQ] = ACTIONS(3340), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3342), - [anon_sym_LT_EQ] = ACTIONS(3342), - [anon_sym_GT_EQ] = ACTIONS(3342), - [anon_sym_BANGin] = ACTIONS(3342), - [anon_sym_is] = ACTIONS(3340), - [anon_sym_BANGis] = ACTIONS(3342), - [anon_sym_PLUS] = ACTIONS(3340), - [anon_sym_DASH] = ACTIONS(3340), - [anon_sym_SLASH] = ACTIONS(3340), - [anon_sym_PERCENT] = ACTIONS(3340), - [anon_sym_as_QMARK] = ACTIONS(3342), - [anon_sym_PLUS_PLUS] = ACTIONS(3342), - [anon_sym_DASH_DASH] = ACTIONS(3342), - [anon_sym_BANG_BANG] = ACTIONS(3342), - [anon_sym_suspend] = ACTIONS(3340), - [anon_sym_sealed] = ACTIONS(3340), - [anon_sym_annotation] = ACTIONS(3340), - [anon_sym_data] = ACTIONS(3340), - [anon_sym_inner] = ACTIONS(3340), - [anon_sym_override] = ACTIONS(3340), - [anon_sym_lateinit] = ACTIONS(3340), - [anon_sym_public] = ACTIONS(3340), - [anon_sym_private] = ACTIONS(3340), - [anon_sym_internal] = ACTIONS(3340), - [anon_sym_protected] = ACTIONS(3340), - [anon_sym_tailrec] = ACTIONS(3340), - [anon_sym_operator] = ACTIONS(3340), - [anon_sym_infix] = ACTIONS(3340), - [anon_sym_inline] = ACTIONS(3340), - [anon_sym_external] = ACTIONS(3340), - [sym_property_modifier] = ACTIONS(3340), - [anon_sym_abstract] = ACTIONS(3340), - [anon_sym_final] = ACTIONS(3340), - [anon_sym_open] = ACTIONS(3340), - [anon_sym_vararg] = ACTIONS(3340), - [anon_sym_noinline] = ACTIONS(3340), - [anon_sym_crossinline] = ACTIONS(3340), - [anon_sym_expect] = ACTIONS(3340), - [anon_sym_actual] = ACTIONS(3340), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3342), - [sym_safe_nav] = ACTIONS(3342), + [anon_sym_return_AT] = ACTIONS(5007), + [anon_sym_continue_AT] = ACTIONS(5007), + [anon_sym_break_AT] = ACTIONS(5007), + [sym_real_literal] = ACTIONS(5007), + [sym_integer_literal] = ACTIONS(5005), + [sym_hex_literal] = ACTIONS(5007), + [sym_bin_literal] = ACTIONS(5007), + [anon_sym_true] = ACTIONS(5005), + [anon_sym_false] = ACTIONS(5005), + [anon_sym_SQUOTE] = ACTIONS(5007), + [sym__backtick_identifier] = ACTIONS(5007), + [sym__automatic_semicolon] = ACTIONS(5007), + [sym_safe_nav] = ACTIONS(5007), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5007), }, - [3234] = { + [3209] = { [sym__alpha_identifier] = ACTIONS(4503), [anon_sym_AT] = ACTIONS(4505), [anon_sym_LBRACK] = ACTIONS(4505), @@ -361075,3205 +359175,3779 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_safe_nav] = ACTIONS(4505), [sym_multiline_comment] = ACTIONS(3), }, - [3235] = { - [sym__alpha_identifier] = ACTIONS(3190), - [anon_sym_AT] = ACTIONS(3194), - [anon_sym_LBRACK] = ACTIONS(3194), - [anon_sym_RBRACK] = ACTIONS(3194), - [anon_sym_as] = ACTIONS(3190), - [anon_sym_EQ] = ACTIONS(3190), - [anon_sym_LBRACE] = ACTIONS(3194), - [anon_sym_RBRACE] = ACTIONS(3194), - [anon_sym_LPAREN] = ACTIONS(3194), - [anon_sym_COMMA] = ACTIONS(3194), - [anon_sym_RPAREN] = ACTIONS(3194), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3190), - [anon_sym_where] = ACTIONS(3190), - [anon_sym_DOT] = ACTIONS(3190), - [anon_sym_SEMI] = ACTIONS(3194), - [anon_sym_get] = ACTIONS(3190), - [anon_sym_set] = ACTIONS(3190), - [anon_sym_STAR] = ACTIONS(3190), - [anon_sym_DASH_GT] = ACTIONS(3194), - [sym_label] = ACTIONS(3194), - [anon_sym_in] = ACTIONS(3190), - [anon_sym_while] = ACTIONS(3190), - [anon_sym_DOT_DOT] = ACTIONS(3194), - [anon_sym_QMARK_COLON] = ACTIONS(3194), - [anon_sym_AMP_AMP] = ACTIONS(3194), - [anon_sym_PIPE_PIPE] = ACTIONS(3194), - [anon_sym_else] = ACTIONS(3190), - [anon_sym_COLON_COLON] = ACTIONS(3194), - [anon_sym_PLUS_EQ] = ACTIONS(3194), - [anon_sym_DASH_EQ] = ACTIONS(3194), - [anon_sym_STAR_EQ] = ACTIONS(3194), - [anon_sym_SLASH_EQ] = ACTIONS(3194), - [anon_sym_PERCENT_EQ] = ACTIONS(3194), - [anon_sym_BANG_EQ] = ACTIONS(3190), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3194), - [anon_sym_EQ_EQ] = ACTIONS(3190), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3194), - [anon_sym_LT_EQ] = ACTIONS(3194), - [anon_sym_GT_EQ] = ACTIONS(3194), - [anon_sym_BANGin] = ACTIONS(3194), - [anon_sym_is] = ACTIONS(3190), - [anon_sym_BANGis] = ACTIONS(3194), - [anon_sym_PLUS] = ACTIONS(3190), - [anon_sym_DASH] = ACTIONS(3190), - [anon_sym_SLASH] = ACTIONS(3190), - [anon_sym_PERCENT] = ACTIONS(3190), - [anon_sym_as_QMARK] = ACTIONS(3194), - [anon_sym_PLUS_PLUS] = ACTIONS(3194), - [anon_sym_DASH_DASH] = ACTIONS(3194), - [anon_sym_BANG_BANG] = ACTIONS(3194), - [anon_sym_suspend] = ACTIONS(3190), - [anon_sym_sealed] = ACTIONS(3190), - [anon_sym_annotation] = ACTIONS(3190), - [anon_sym_data] = ACTIONS(3190), - [anon_sym_inner] = ACTIONS(3190), - [anon_sym_override] = ACTIONS(3190), - [anon_sym_lateinit] = ACTIONS(3190), - [anon_sym_public] = ACTIONS(3190), - [anon_sym_private] = ACTIONS(3190), - [anon_sym_internal] = ACTIONS(3190), - [anon_sym_protected] = ACTIONS(3190), - [anon_sym_tailrec] = ACTIONS(3190), - [anon_sym_operator] = ACTIONS(3190), - [anon_sym_infix] = ACTIONS(3190), - [anon_sym_inline] = ACTIONS(3190), - [anon_sym_external] = ACTIONS(3190), - [sym_property_modifier] = ACTIONS(3190), - [anon_sym_abstract] = ACTIONS(3190), - [anon_sym_final] = ACTIONS(3190), - [anon_sym_open] = ACTIONS(3190), - [anon_sym_vararg] = ACTIONS(3190), - [anon_sym_noinline] = ACTIONS(3190), - [anon_sym_crossinline] = ACTIONS(3190), - [anon_sym_expect] = ACTIONS(3190), - [anon_sym_actual] = ACTIONS(3190), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3194), - [sym_safe_nav] = ACTIONS(3194), + [3210] = { + [sym__alpha_identifier] = ACTIONS(4979), + [anon_sym_AT] = ACTIONS(4981), + [anon_sym_LBRACK] = ACTIONS(4981), + [anon_sym_RBRACK] = ACTIONS(4981), + [anon_sym_as] = ACTIONS(4979), + [anon_sym_EQ] = ACTIONS(4979), + [anon_sym_LBRACE] = ACTIONS(4981), + [anon_sym_RBRACE] = ACTIONS(4981), + [anon_sym_LPAREN] = ACTIONS(4981), + [anon_sym_COMMA] = ACTIONS(4981), + [anon_sym_RPAREN] = ACTIONS(4981), + [anon_sym_LT] = ACTIONS(4979), + [anon_sym_GT] = ACTIONS(4979), + [anon_sym_where] = ACTIONS(4979), + [anon_sym_DOT] = ACTIONS(4979), + [anon_sym_SEMI] = ACTIONS(4981), + [anon_sym_get] = ACTIONS(4979), + [anon_sym_set] = ACTIONS(4979), + [anon_sym_STAR] = ACTIONS(4979), + [anon_sym_DASH_GT] = ACTIONS(4981), + [sym_label] = ACTIONS(4981), + [anon_sym_in] = ACTIONS(4979), + [anon_sym_while] = ACTIONS(4979), + [anon_sym_DOT_DOT] = ACTIONS(4981), + [anon_sym_QMARK_COLON] = ACTIONS(4981), + [anon_sym_AMP_AMP] = ACTIONS(4981), + [anon_sym_PIPE_PIPE] = ACTIONS(4981), + [anon_sym_else] = ACTIONS(4979), + [anon_sym_COLON_COLON] = ACTIONS(4981), + [anon_sym_PLUS_EQ] = ACTIONS(4981), + [anon_sym_DASH_EQ] = ACTIONS(4981), + [anon_sym_STAR_EQ] = ACTIONS(4981), + [anon_sym_SLASH_EQ] = ACTIONS(4981), + [anon_sym_PERCENT_EQ] = ACTIONS(4981), + [anon_sym_BANG_EQ] = ACTIONS(4979), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4981), + [anon_sym_EQ_EQ] = ACTIONS(4979), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4981), + [anon_sym_LT_EQ] = ACTIONS(4981), + [anon_sym_GT_EQ] = ACTIONS(4981), + [anon_sym_BANGin] = ACTIONS(4981), + [anon_sym_is] = ACTIONS(4979), + [anon_sym_BANGis] = ACTIONS(4981), + [anon_sym_PLUS] = ACTIONS(4979), + [anon_sym_DASH] = ACTIONS(4979), + [anon_sym_SLASH] = ACTIONS(4979), + [anon_sym_PERCENT] = ACTIONS(4979), + [anon_sym_as_QMARK] = ACTIONS(4981), + [anon_sym_PLUS_PLUS] = ACTIONS(4981), + [anon_sym_DASH_DASH] = ACTIONS(4981), + [anon_sym_BANG_BANG] = ACTIONS(4981), + [anon_sym_suspend] = ACTIONS(4979), + [anon_sym_sealed] = ACTIONS(4979), + [anon_sym_annotation] = ACTIONS(4979), + [anon_sym_data] = ACTIONS(4979), + [anon_sym_inner] = ACTIONS(4979), + [anon_sym_override] = ACTIONS(4979), + [anon_sym_lateinit] = ACTIONS(4979), + [anon_sym_public] = ACTIONS(4979), + [anon_sym_private] = ACTIONS(4979), + [anon_sym_internal] = ACTIONS(4979), + [anon_sym_protected] = ACTIONS(4979), + [anon_sym_tailrec] = ACTIONS(4979), + [anon_sym_operator] = ACTIONS(4979), + [anon_sym_infix] = ACTIONS(4979), + [anon_sym_inline] = ACTIONS(4979), + [anon_sym_external] = ACTIONS(4979), + [sym_property_modifier] = ACTIONS(4979), + [anon_sym_abstract] = ACTIONS(4979), + [anon_sym_final] = ACTIONS(4979), + [anon_sym_open] = ACTIONS(4979), + [anon_sym_vararg] = ACTIONS(4979), + [anon_sym_noinline] = ACTIONS(4979), + [anon_sym_crossinline] = ACTIONS(4979), + [anon_sym_expect] = ACTIONS(4979), + [anon_sym_actual] = ACTIONS(4979), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4981), + [sym_safe_nav] = ACTIONS(4981), [sym_multiline_comment] = ACTIONS(3), }, - [3236] = { - [sym__alpha_identifier] = ACTIONS(4714), - [anon_sym_AT] = ACTIONS(4716), - [anon_sym_LBRACK] = ACTIONS(4716), - [anon_sym_as] = ACTIONS(4714), - [anon_sym_EQ] = ACTIONS(4714), - [anon_sym_LBRACE] = ACTIONS(4716), - [anon_sym_RBRACE] = ACTIONS(4716), - [anon_sym_LPAREN] = ACTIONS(4716), - [anon_sym_COMMA] = ACTIONS(4716), - [anon_sym_LT] = ACTIONS(4714), - [anon_sym_GT] = ACTIONS(4714), - [anon_sym_where] = ACTIONS(4714), - [anon_sym_object] = ACTIONS(4714), - [anon_sym_fun] = ACTIONS(4714), - [anon_sym_DOT] = ACTIONS(4714), - [anon_sym_SEMI] = ACTIONS(4716), - [anon_sym_get] = ACTIONS(4714), - [anon_sym_set] = ACTIONS(4714), - [anon_sym_this] = ACTIONS(4714), - [anon_sym_super] = ACTIONS(4714), - [anon_sym_STAR] = ACTIONS(4714), - [sym_label] = ACTIONS(4714), - [anon_sym_in] = ACTIONS(4714), - [anon_sym_DOT_DOT] = ACTIONS(4716), - [anon_sym_QMARK_COLON] = ACTIONS(4716), - [anon_sym_AMP_AMP] = ACTIONS(4716), - [anon_sym_PIPE_PIPE] = ACTIONS(4716), - [anon_sym_null] = ACTIONS(4714), - [anon_sym_if] = ACTIONS(4714), - [anon_sym_else] = ACTIONS(4714), - [anon_sym_when] = ACTIONS(4714), - [anon_sym_try] = ACTIONS(4714), - [anon_sym_throw] = ACTIONS(4714), - [anon_sym_return] = ACTIONS(4714), - [anon_sym_continue] = ACTIONS(4714), - [anon_sym_break] = ACTIONS(4714), - [anon_sym_COLON_COLON] = ACTIONS(4716), - [anon_sym_PLUS_EQ] = ACTIONS(4716), - [anon_sym_DASH_EQ] = ACTIONS(4716), - [anon_sym_STAR_EQ] = ACTIONS(4716), - [anon_sym_SLASH_EQ] = ACTIONS(4716), - [anon_sym_PERCENT_EQ] = ACTIONS(4716), - [anon_sym_BANG_EQ] = ACTIONS(4714), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4716), - [anon_sym_EQ_EQ] = ACTIONS(4714), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4716), - [anon_sym_LT_EQ] = ACTIONS(4716), - [anon_sym_GT_EQ] = ACTIONS(4716), - [anon_sym_BANGin] = ACTIONS(4716), - [anon_sym_is] = ACTIONS(4714), - [anon_sym_BANGis] = ACTIONS(4716), - [anon_sym_PLUS] = ACTIONS(4714), - [anon_sym_DASH] = ACTIONS(4714), - [anon_sym_SLASH] = ACTIONS(4714), - [anon_sym_PERCENT] = ACTIONS(4714), - [anon_sym_as_QMARK] = ACTIONS(4716), - [anon_sym_PLUS_PLUS] = ACTIONS(4716), - [anon_sym_DASH_DASH] = ACTIONS(4716), - [anon_sym_BANG] = ACTIONS(4714), - [anon_sym_BANG_BANG] = ACTIONS(4716), - [anon_sym_data] = ACTIONS(4714), - [anon_sym_inner] = ACTIONS(4714), - [anon_sym_expect] = ACTIONS(4714), - [anon_sym_actual] = ACTIONS(4714), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4716), - [anon_sym_continue_AT] = ACTIONS(4716), - [anon_sym_break_AT] = ACTIONS(4716), - [sym_real_literal] = ACTIONS(4716), - [sym_integer_literal] = ACTIONS(4714), - [sym_hex_literal] = ACTIONS(4716), - [sym_bin_literal] = ACTIONS(4716), - [anon_sym_true] = ACTIONS(4714), - [anon_sym_false] = ACTIONS(4714), - [anon_sym_SQUOTE] = ACTIONS(4716), - [sym__backtick_identifier] = ACTIONS(4716), - [sym__automatic_semicolon] = ACTIONS(4716), - [sym_safe_nav] = ACTIONS(4716), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4716), - }, - [3237] = { - [sym__alpha_identifier] = ACTIONS(4422), - [anon_sym_AT] = ACTIONS(4424), - [anon_sym_LBRACK] = ACTIONS(4424), - [anon_sym_as] = ACTIONS(4422), - [anon_sym_EQ] = ACTIONS(4422), - [anon_sym_LBRACE] = ACTIONS(4424), - [anon_sym_RBRACE] = ACTIONS(4424), - [anon_sym_LPAREN] = ACTIONS(4424), - [anon_sym_COMMA] = ACTIONS(4424), - [anon_sym_LT] = ACTIONS(4422), - [anon_sym_GT] = ACTIONS(4422), - [anon_sym_where] = ACTIONS(4422), - [anon_sym_object] = ACTIONS(4422), - [anon_sym_fun] = ACTIONS(4422), - [anon_sym_DOT] = ACTIONS(4422), - [anon_sym_SEMI] = ACTIONS(4424), - [anon_sym_get] = ACTIONS(4422), - [anon_sym_set] = ACTIONS(4422), - [anon_sym_this] = ACTIONS(4422), - [anon_sym_super] = ACTIONS(4422), - [anon_sym_STAR] = ACTIONS(4422), - [sym_label] = ACTIONS(4422), - [anon_sym_in] = ACTIONS(4422), - [anon_sym_DOT_DOT] = ACTIONS(4424), - [anon_sym_QMARK_COLON] = ACTIONS(4424), - [anon_sym_AMP_AMP] = ACTIONS(4424), - [anon_sym_PIPE_PIPE] = ACTIONS(4424), - [anon_sym_null] = ACTIONS(4422), - [anon_sym_if] = ACTIONS(4422), - [anon_sym_else] = ACTIONS(4422), - [anon_sym_when] = ACTIONS(4422), - [anon_sym_try] = ACTIONS(4422), - [anon_sym_throw] = ACTIONS(4422), - [anon_sym_return] = ACTIONS(4422), - [anon_sym_continue] = ACTIONS(4422), - [anon_sym_break] = ACTIONS(4422), - [anon_sym_COLON_COLON] = ACTIONS(4424), - [anon_sym_PLUS_EQ] = ACTIONS(4424), - [anon_sym_DASH_EQ] = ACTIONS(4424), - [anon_sym_STAR_EQ] = ACTIONS(4424), - [anon_sym_SLASH_EQ] = ACTIONS(4424), - [anon_sym_PERCENT_EQ] = ACTIONS(4424), - [anon_sym_BANG_EQ] = ACTIONS(4422), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4424), - [anon_sym_EQ_EQ] = ACTIONS(4422), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4424), - [anon_sym_LT_EQ] = ACTIONS(4424), - [anon_sym_GT_EQ] = ACTIONS(4424), - [anon_sym_BANGin] = ACTIONS(4424), - [anon_sym_is] = ACTIONS(4422), - [anon_sym_BANGis] = ACTIONS(4424), - [anon_sym_PLUS] = ACTIONS(4422), - [anon_sym_DASH] = ACTIONS(4422), - [anon_sym_SLASH] = ACTIONS(4422), - [anon_sym_PERCENT] = ACTIONS(4422), - [anon_sym_as_QMARK] = ACTIONS(4424), - [anon_sym_PLUS_PLUS] = ACTIONS(4424), - [anon_sym_DASH_DASH] = ACTIONS(4424), - [anon_sym_BANG] = ACTIONS(4422), - [anon_sym_BANG_BANG] = ACTIONS(4424), - [anon_sym_data] = ACTIONS(4422), - [anon_sym_inner] = ACTIONS(4422), - [anon_sym_expect] = ACTIONS(4422), - [anon_sym_actual] = ACTIONS(4422), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4424), - [anon_sym_continue_AT] = ACTIONS(4424), - [anon_sym_break_AT] = ACTIONS(4424), - [sym_real_literal] = ACTIONS(4424), - [sym_integer_literal] = ACTIONS(4422), - [sym_hex_literal] = ACTIONS(4424), - [sym_bin_literal] = ACTIONS(4424), - [anon_sym_true] = ACTIONS(4422), - [anon_sym_false] = ACTIONS(4422), - [anon_sym_SQUOTE] = ACTIONS(4424), - [sym__backtick_identifier] = ACTIONS(4424), - [sym__automatic_semicolon] = ACTIONS(4424), - [sym_safe_nav] = ACTIONS(4424), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4424), + [3211] = { + [sym__alpha_identifier] = ACTIONS(5061), + [anon_sym_AT] = ACTIONS(5063), + [anon_sym_LBRACK] = ACTIONS(5063), + [anon_sym_as] = ACTIONS(5061), + [anon_sym_EQ] = ACTIONS(5061), + [anon_sym_LBRACE] = ACTIONS(5063), + [anon_sym_RBRACE] = ACTIONS(5063), + [anon_sym_LPAREN] = ACTIONS(5063), + [anon_sym_COMMA] = ACTIONS(5063), + [anon_sym_LT] = ACTIONS(5061), + [anon_sym_GT] = ACTIONS(5061), + [anon_sym_where] = ACTIONS(5061), + [anon_sym_object] = ACTIONS(5061), + [anon_sym_fun] = ACTIONS(5061), + [anon_sym_DOT] = ACTIONS(5061), + [anon_sym_SEMI] = ACTIONS(5063), + [anon_sym_get] = ACTIONS(5061), + [anon_sym_set] = ACTIONS(5061), + [anon_sym_this] = ACTIONS(5061), + [anon_sym_super] = ACTIONS(5061), + [anon_sym_STAR] = ACTIONS(5061), + [sym_label] = ACTIONS(5061), + [anon_sym_in] = ACTIONS(5061), + [anon_sym_DOT_DOT] = ACTIONS(5063), + [anon_sym_QMARK_COLON] = ACTIONS(5063), + [anon_sym_AMP_AMP] = ACTIONS(5063), + [anon_sym_PIPE_PIPE] = ACTIONS(5063), + [anon_sym_null] = ACTIONS(5061), + [anon_sym_if] = ACTIONS(5061), + [anon_sym_else] = ACTIONS(5061), + [anon_sym_when] = ACTIONS(5061), + [anon_sym_try] = ACTIONS(5061), + [anon_sym_throw] = ACTIONS(5061), + [anon_sym_return] = ACTIONS(5061), + [anon_sym_continue] = ACTIONS(5061), + [anon_sym_break] = ACTIONS(5061), + [anon_sym_COLON_COLON] = ACTIONS(5063), + [anon_sym_PLUS_EQ] = ACTIONS(5063), + [anon_sym_DASH_EQ] = ACTIONS(5063), + [anon_sym_STAR_EQ] = ACTIONS(5063), + [anon_sym_SLASH_EQ] = ACTIONS(5063), + [anon_sym_PERCENT_EQ] = ACTIONS(5063), + [anon_sym_BANG_EQ] = ACTIONS(5061), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5063), + [anon_sym_EQ_EQ] = ACTIONS(5061), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5063), + [anon_sym_LT_EQ] = ACTIONS(5063), + [anon_sym_GT_EQ] = ACTIONS(5063), + [anon_sym_BANGin] = ACTIONS(5063), + [anon_sym_is] = ACTIONS(5061), + [anon_sym_BANGis] = ACTIONS(5063), + [anon_sym_PLUS] = ACTIONS(5061), + [anon_sym_DASH] = ACTIONS(5061), + [anon_sym_SLASH] = ACTIONS(5061), + [anon_sym_PERCENT] = ACTIONS(5061), + [anon_sym_as_QMARK] = ACTIONS(5063), + [anon_sym_PLUS_PLUS] = ACTIONS(5063), + [anon_sym_DASH_DASH] = ACTIONS(5063), + [anon_sym_BANG] = ACTIONS(5061), + [anon_sym_BANG_BANG] = ACTIONS(5063), + [anon_sym_data] = ACTIONS(5061), + [anon_sym_inner] = ACTIONS(5061), + [anon_sym_expect] = ACTIONS(5061), + [anon_sym_actual] = ACTIONS(5061), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5063), + [anon_sym_continue_AT] = ACTIONS(5063), + [anon_sym_break_AT] = ACTIONS(5063), + [sym_real_literal] = ACTIONS(5063), + [sym_integer_literal] = ACTIONS(5061), + [sym_hex_literal] = ACTIONS(5063), + [sym_bin_literal] = ACTIONS(5063), + [anon_sym_true] = ACTIONS(5061), + [anon_sym_false] = ACTIONS(5061), + [anon_sym_SQUOTE] = ACTIONS(5063), + [sym__backtick_identifier] = ACTIONS(5063), + [sym__automatic_semicolon] = ACTIONS(5063), + [sym_safe_nav] = ACTIONS(5063), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5063), }, - [3238] = { - [sym__alpha_identifier] = ACTIONS(4284), - [anon_sym_AT] = ACTIONS(4286), - [anon_sym_LBRACK] = ACTIONS(4286), - [anon_sym_RBRACK] = ACTIONS(4286), - [anon_sym_as] = ACTIONS(4284), - [anon_sym_EQ] = ACTIONS(4284), - [anon_sym_LBRACE] = ACTIONS(4286), - [anon_sym_RBRACE] = ACTIONS(4286), - [anon_sym_LPAREN] = ACTIONS(4286), - [anon_sym_COMMA] = ACTIONS(4286), - [anon_sym_RPAREN] = ACTIONS(4286), - [anon_sym_LT] = ACTIONS(4284), - [anon_sym_GT] = ACTIONS(4284), - [anon_sym_where] = ACTIONS(4284), - [anon_sym_DOT] = ACTIONS(4284), - [anon_sym_SEMI] = ACTIONS(4286), - [anon_sym_get] = ACTIONS(4284), - [anon_sym_set] = ACTIONS(4284), - [anon_sym_STAR] = ACTIONS(4284), - [anon_sym_DASH_GT] = ACTIONS(4286), - [sym_label] = ACTIONS(4286), - [anon_sym_in] = ACTIONS(4284), - [anon_sym_while] = ACTIONS(4284), - [anon_sym_DOT_DOT] = ACTIONS(4286), - [anon_sym_QMARK_COLON] = ACTIONS(4286), - [anon_sym_AMP_AMP] = ACTIONS(4286), - [anon_sym_PIPE_PIPE] = ACTIONS(4286), - [anon_sym_else] = ACTIONS(4284), - [anon_sym_COLON_COLON] = ACTIONS(4286), - [anon_sym_PLUS_EQ] = ACTIONS(4286), - [anon_sym_DASH_EQ] = ACTIONS(4286), - [anon_sym_STAR_EQ] = ACTIONS(4286), - [anon_sym_SLASH_EQ] = ACTIONS(4286), - [anon_sym_PERCENT_EQ] = ACTIONS(4286), - [anon_sym_BANG_EQ] = ACTIONS(4284), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4286), - [anon_sym_EQ_EQ] = ACTIONS(4284), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4286), - [anon_sym_LT_EQ] = ACTIONS(4286), - [anon_sym_GT_EQ] = ACTIONS(4286), - [anon_sym_BANGin] = ACTIONS(4286), - [anon_sym_is] = ACTIONS(4284), - [anon_sym_BANGis] = ACTIONS(4286), - [anon_sym_PLUS] = ACTIONS(4284), - [anon_sym_DASH] = ACTIONS(4284), - [anon_sym_SLASH] = ACTIONS(4284), - [anon_sym_PERCENT] = ACTIONS(4284), - [anon_sym_as_QMARK] = ACTIONS(4286), - [anon_sym_PLUS_PLUS] = ACTIONS(4286), - [anon_sym_DASH_DASH] = ACTIONS(4286), - [anon_sym_BANG_BANG] = ACTIONS(4286), - [anon_sym_suspend] = ACTIONS(4284), - [anon_sym_sealed] = ACTIONS(4284), - [anon_sym_annotation] = ACTIONS(4284), - [anon_sym_data] = ACTIONS(4284), - [anon_sym_inner] = ACTIONS(4284), - [anon_sym_override] = ACTIONS(4284), - [anon_sym_lateinit] = ACTIONS(4284), - [anon_sym_public] = ACTIONS(4284), - [anon_sym_private] = ACTIONS(4284), - [anon_sym_internal] = ACTIONS(4284), - [anon_sym_protected] = ACTIONS(4284), - [anon_sym_tailrec] = ACTIONS(4284), - [anon_sym_operator] = ACTIONS(4284), - [anon_sym_infix] = ACTIONS(4284), - [anon_sym_inline] = ACTIONS(4284), - [anon_sym_external] = ACTIONS(4284), - [sym_property_modifier] = ACTIONS(4284), - [anon_sym_abstract] = ACTIONS(4284), - [anon_sym_final] = ACTIONS(4284), - [anon_sym_open] = ACTIONS(4284), - [anon_sym_vararg] = ACTIONS(4284), - [anon_sym_noinline] = ACTIONS(4284), - [anon_sym_crossinline] = ACTIONS(4284), - [anon_sym_expect] = ACTIONS(4284), - [anon_sym_actual] = ACTIONS(4284), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4286), - [sym_safe_nav] = ACTIONS(4286), + [3212] = { + [sym__alpha_identifier] = ACTIONS(4881), + [anon_sym_AT] = ACTIONS(4883), + [anon_sym_LBRACK] = ACTIONS(4883), + [anon_sym_RBRACK] = ACTIONS(4883), + [anon_sym_as] = ACTIONS(4881), + [anon_sym_EQ] = ACTIONS(4881), + [anon_sym_LBRACE] = ACTIONS(4883), + [anon_sym_RBRACE] = ACTIONS(4883), + [anon_sym_LPAREN] = ACTIONS(4883), + [anon_sym_COMMA] = ACTIONS(4883), + [anon_sym_RPAREN] = ACTIONS(4883), + [anon_sym_LT] = ACTIONS(4881), + [anon_sym_GT] = ACTIONS(4881), + [anon_sym_where] = ACTIONS(4881), + [anon_sym_DOT] = ACTIONS(4881), + [anon_sym_SEMI] = ACTIONS(4883), + [anon_sym_get] = ACTIONS(4881), + [anon_sym_set] = ACTIONS(4881), + [anon_sym_STAR] = ACTIONS(4881), + [anon_sym_DASH_GT] = ACTIONS(4883), + [sym_label] = ACTIONS(4883), + [anon_sym_in] = ACTIONS(4881), + [anon_sym_while] = ACTIONS(4881), + [anon_sym_DOT_DOT] = ACTIONS(4883), + [anon_sym_QMARK_COLON] = ACTIONS(4883), + [anon_sym_AMP_AMP] = ACTIONS(4883), + [anon_sym_PIPE_PIPE] = ACTIONS(4883), + [anon_sym_else] = ACTIONS(4881), + [anon_sym_COLON_COLON] = ACTIONS(4883), + [anon_sym_PLUS_EQ] = ACTIONS(4883), + [anon_sym_DASH_EQ] = ACTIONS(4883), + [anon_sym_STAR_EQ] = ACTIONS(4883), + [anon_sym_SLASH_EQ] = ACTIONS(4883), + [anon_sym_PERCENT_EQ] = ACTIONS(4883), + [anon_sym_BANG_EQ] = ACTIONS(4881), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4883), + [anon_sym_EQ_EQ] = ACTIONS(4881), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4883), + [anon_sym_LT_EQ] = ACTIONS(4883), + [anon_sym_GT_EQ] = ACTIONS(4883), + [anon_sym_BANGin] = ACTIONS(4883), + [anon_sym_is] = ACTIONS(4881), + [anon_sym_BANGis] = ACTIONS(4883), + [anon_sym_PLUS] = ACTIONS(4881), + [anon_sym_DASH] = ACTIONS(4881), + [anon_sym_SLASH] = ACTIONS(4881), + [anon_sym_PERCENT] = ACTIONS(4881), + [anon_sym_as_QMARK] = ACTIONS(4883), + [anon_sym_PLUS_PLUS] = ACTIONS(4883), + [anon_sym_DASH_DASH] = ACTIONS(4883), + [anon_sym_BANG_BANG] = ACTIONS(4883), + [anon_sym_suspend] = ACTIONS(4881), + [anon_sym_sealed] = ACTIONS(4881), + [anon_sym_annotation] = ACTIONS(4881), + [anon_sym_data] = ACTIONS(4881), + [anon_sym_inner] = ACTIONS(4881), + [anon_sym_override] = ACTIONS(4881), + [anon_sym_lateinit] = ACTIONS(4881), + [anon_sym_public] = ACTIONS(4881), + [anon_sym_private] = ACTIONS(4881), + [anon_sym_internal] = ACTIONS(4881), + [anon_sym_protected] = ACTIONS(4881), + [anon_sym_tailrec] = ACTIONS(4881), + [anon_sym_operator] = ACTIONS(4881), + [anon_sym_infix] = ACTIONS(4881), + [anon_sym_inline] = ACTIONS(4881), + [anon_sym_external] = ACTIONS(4881), + [sym_property_modifier] = ACTIONS(4881), + [anon_sym_abstract] = ACTIONS(4881), + [anon_sym_final] = ACTIONS(4881), + [anon_sym_open] = ACTIONS(4881), + [anon_sym_vararg] = ACTIONS(4881), + [anon_sym_noinline] = ACTIONS(4881), + [anon_sym_crossinline] = ACTIONS(4881), + [anon_sym_expect] = ACTIONS(4881), + [anon_sym_actual] = ACTIONS(4881), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4883), + [sym_safe_nav] = ACTIONS(4883), [sym_multiline_comment] = ACTIONS(3), }, - [3239] = { - [sym__alpha_identifier] = ACTIONS(5031), - [anon_sym_AT] = ACTIONS(5033), - [anon_sym_LBRACK] = ACTIONS(5033), - [anon_sym_RBRACK] = ACTIONS(5033), - [anon_sym_as] = ACTIONS(5031), - [anon_sym_EQ] = ACTIONS(5031), - [anon_sym_LBRACE] = ACTIONS(5033), - [anon_sym_RBRACE] = ACTIONS(5033), - [anon_sym_LPAREN] = ACTIONS(5033), - [anon_sym_COMMA] = ACTIONS(5033), - [anon_sym_RPAREN] = ACTIONS(5033), - [anon_sym_LT] = ACTIONS(5031), - [anon_sym_GT] = ACTIONS(5031), - [anon_sym_where] = ACTIONS(5031), - [anon_sym_DOT] = ACTIONS(5031), - [anon_sym_SEMI] = ACTIONS(5033), - [anon_sym_get] = ACTIONS(5031), - [anon_sym_set] = ACTIONS(5031), - [anon_sym_STAR] = ACTIONS(5031), - [anon_sym_DASH_GT] = ACTIONS(5033), - [sym_label] = ACTIONS(5033), - [anon_sym_in] = ACTIONS(5031), - [anon_sym_while] = ACTIONS(5031), - [anon_sym_DOT_DOT] = ACTIONS(5033), - [anon_sym_QMARK_COLON] = ACTIONS(5033), - [anon_sym_AMP_AMP] = ACTIONS(5033), - [anon_sym_PIPE_PIPE] = ACTIONS(5033), - [anon_sym_else] = ACTIONS(5031), - [anon_sym_COLON_COLON] = ACTIONS(5033), - [anon_sym_PLUS_EQ] = ACTIONS(5033), - [anon_sym_DASH_EQ] = ACTIONS(5033), - [anon_sym_STAR_EQ] = ACTIONS(5033), - [anon_sym_SLASH_EQ] = ACTIONS(5033), - [anon_sym_PERCENT_EQ] = ACTIONS(5033), - [anon_sym_BANG_EQ] = ACTIONS(5031), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5033), - [anon_sym_EQ_EQ] = ACTIONS(5031), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5033), - [anon_sym_LT_EQ] = ACTIONS(5033), - [anon_sym_GT_EQ] = ACTIONS(5033), - [anon_sym_BANGin] = ACTIONS(5033), - [anon_sym_is] = ACTIONS(5031), - [anon_sym_BANGis] = ACTIONS(5033), - [anon_sym_PLUS] = ACTIONS(5031), - [anon_sym_DASH] = ACTIONS(5031), - [anon_sym_SLASH] = ACTIONS(5031), - [anon_sym_PERCENT] = ACTIONS(5031), - [anon_sym_as_QMARK] = ACTIONS(5033), - [anon_sym_PLUS_PLUS] = ACTIONS(5033), - [anon_sym_DASH_DASH] = ACTIONS(5033), - [anon_sym_BANG_BANG] = ACTIONS(5033), - [anon_sym_suspend] = ACTIONS(5031), - [anon_sym_sealed] = ACTIONS(5031), - [anon_sym_annotation] = ACTIONS(5031), - [anon_sym_data] = ACTIONS(5031), - [anon_sym_inner] = ACTIONS(5031), - [anon_sym_override] = ACTIONS(5031), - [anon_sym_lateinit] = ACTIONS(5031), - [anon_sym_public] = ACTIONS(5031), - [anon_sym_private] = ACTIONS(5031), - [anon_sym_internal] = ACTIONS(5031), - [anon_sym_protected] = ACTIONS(5031), - [anon_sym_tailrec] = ACTIONS(5031), - [anon_sym_operator] = ACTIONS(5031), - [anon_sym_infix] = ACTIONS(5031), - [anon_sym_inline] = ACTIONS(5031), - [anon_sym_external] = ACTIONS(5031), - [sym_property_modifier] = ACTIONS(5031), - [anon_sym_abstract] = ACTIONS(5031), - [anon_sym_final] = ACTIONS(5031), - [anon_sym_open] = ACTIONS(5031), - [anon_sym_vararg] = ACTIONS(5031), - [anon_sym_noinline] = ACTIONS(5031), - [anon_sym_crossinline] = ACTIONS(5031), - [anon_sym_expect] = ACTIONS(5031), - [anon_sym_actual] = ACTIONS(5031), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5033), - [sym_safe_nav] = ACTIONS(5033), + [3213] = { + [sym__alpha_identifier] = ACTIONS(4511), + [anon_sym_AT] = ACTIONS(4513), + [anon_sym_LBRACK] = ACTIONS(4513), + [anon_sym_RBRACK] = ACTIONS(4513), + [anon_sym_as] = ACTIONS(4511), + [anon_sym_EQ] = ACTIONS(4816), + [anon_sym_LBRACE] = ACTIONS(4513), + [anon_sym_RBRACE] = ACTIONS(4513), + [anon_sym_LPAREN] = ACTIONS(4513), + [anon_sym_COMMA] = ACTIONS(4513), + [anon_sym_RPAREN] = ACTIONS(4513), + [anon_sym_LT] = ACTIONS(4511), + [anon_sym_GT] = ACTIONS(4511), + [anon_sym_where] = ACTIONS(4511), + [anon_sym_DOT] = ACTIONS(4511), + [anon_sym_SEMI] = ACTIONS(4513), + [anon_sym_get] = ACTIONS(4511), + [anon_sym_set] = ACTIONS(4511), + [anon_sym_STAR] = ACTIONS(4511), + [anon_sym_DASH_GT] = ACTIONS(4513), + [sym_label] = ACTIONS(4513), + [anon_sym_in] = ACTIONS(4511), + [anon_sym_while] = ACTIONS(4511), + [anon_sym_DOT_DOT] = ACTIONS(4513), + [anon_sym_QMARK_COLON] = ACTIONS(4513), + [anon_sym_AMP_AMP] = ACTIONS(4513), + [anon_sym_PIPE_PIPE] = ACTIONS(4513), + [anon_sym_else] = ACTIONS(4511), + [anon_sym_COLON_COLON] = ACTIONS(4513), + [anon_sym_PLUS_EQ] = ACTIONS(4818), + [anon_sym_DASH_EQ] = ACTIONS(4818), + [anon_sym_STAR_EQ] = ACTIONS(4818), + [anon_sym_SLASH_EQ] = ACTIONS(4818), + [anon_sym_PERCENT_EQ] = ACTIONS(4818), + [anon_sym_BANG_EQ] = ACTIONS(4511), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4513), + [anon_sym_EQ_EQ] = ACTIONS(4511), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4513), + [anon_sym_LT_EQ] = ACTIONS(4513), + [anon_sym_GT_EQ] = ACTIONS(4513), + [anon_sym_BANGin] = ACTIONS(4513), + [anon_sym_is] = ACTIONS(4511), + [anon_sym_BANGis] = ACTIONS(4513), + [anon_sym_PLUS] = ACTIONS(4511), + [anon_sym_DASH] = ACTIONS(4511), + [anon_sym_SLASH] = ACTIONS(4511), + [anon_sym_PERCENT] = ACTIONS(4511), + [anon_sym_as_QMARK] = ACTIONS(4513), + [anon_sym_PLUS_PLUS] = ACTIONS(4513), + [anon_sym_DASH_DASH] = ACTIONS(4513), + [anon_sym_BANG_BANG] = ACTIONS(4513), + [anon_sym_suspend] = ACTIONS(4511), + [anon_sym_sealed] = ACTIONS(4511), + [anon_sym_annotation] = ACTIONS(4511), + [anon_sym_data] = ACTIONS(4511), + [anon_sym_inner] = ACTIONS(4511), + [anon_sym_override] = ACTIONS(4511), + [anon_sym_lateinit] = ACTIONS(4511), + [anon_sym_public] = ACTIONS(4511), + [anon_sym_private] = ACTIONS(4511), + [anon_sym_internal] = ACTIONS(4511), + [anon_sym_protected] = ACTIONS(4511), + [anon_sym_tailrec] = ACTIONS(4511), + [anon_sym_operator] = ACTIONS(4511), + [anon_sym_infix] = ACTIONS(4511), + [anon_sym_inline] = ACTIONS(4511), + [anon_sym_external] = ACTIONS(4511), + [sym_property_modifier] = ACTIONS(4511), + [anon_sym_abstract] = ACTIONS(4511), + [anon_sym_final] = ACTIONS(4511), + [anon_sym_open] = ACTIONS(4511), + [anon_sym_vararg] = ACTIONS(4511), + [anon_sym_noinline] = ACTIONS(4511), + [anon_sym_crossinline] = ACTIONS(4511), + [anon_sym_expect] = ACTIONS(4511), + [anon_sym_actual] = ACTIONS(4511), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4513), + [sym_safe_nav] = ACTIONS(4513), [sym_multiline_comment] = ACTIONS(3), }, - [3240] = { - [sym__alpha_identifier] = ACTIONS(5039), - [anon_sym_AT] = ACTIONS(5041), - [anon_sym_LBRACK] = ACTIONS(5041), - [anon_sym_RBRACK] = ACTIONS(5041), - [anon_sym_as] = ACTIONS(5039), - [anon_sym_EQ] = ACTIONS(5039), - [anon_sym_LBRACE] = ACTIONS(5041), - [anon_sym_RBRACE] = ACTIONS(5041), - [anon_sym_LPAREN] = ACTIONS(5041), - [anon_sym_COMMA] = ACTIONS(5041), - [anon_sym_RPAREN] = ACTIONS(5041), - [anon_sym_LT] = ACTIONS(5039), - [anon_sym_GT] = ACTIONS(5039), - [anon_sym_where] = ACTIONS(5039), - [anon_sym_DOT] = ACTIONS(5039), - [anon_sym_SEMI] = ACTIONS(5041), - [anon_sym_get] = ACTIONS(5039), - [anon_sym_set] = ACTIONS(5039), - [anon_sym_STAR] = ACTIONS(5039), - [anon_sym_DASH_GT] = ACTIONS(5041), - [sym_label] = ACTIONS(5041), - [anon_sym_in] = ACTIONS(5039), - [anon_sym_while] = ACTIONS(5039), - [anon_sym_DOT_DOT] = ACTIONS(5041), - [anon_sym_QMARK_COLON] = ACTIONS(5041), - [anon_sym_AMP_AMP] = ACTIONS(5041), - [anon_sym_PIPE_PIPE] = ACTIONS(5041), - [anon_sym_else] = ACTIONS(5039), - [anon_sym_COLON_COLON] = ACTIONS(5041), - [anon_sym_PLUS_EQ] = ACTIONS(5041), - [anon_sym_DASH_EQ] = ACTIONS(5041), - [anon_sym_STAR_EQ] = ACTIONS(5041), - [anon_sym_SLASH_EQ] = ACTIONS(5041), - [anon_sym_PERCENT_EQ] = ACTIONS(5041), - [anon_sym_BANG_EQ] = ACTIONS(5039), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5041), - [anon_sym_EQ_EQ] = ACTIONS(5039), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5041), - [anon_sym_LT_EQ] = ACTIONS(5041), - [anon_sym_GT_EQ] = ACTIONS(5041), - [anon_sym_BANGin] = ACTIONS(5041), - [anon_sym_is] = ACTIONS(5039), - [anon_sym_BANGis] = ACTIONS(5041), - [anon_sym_PLUS] = ACTIONS(5039), - [anon_sym_DASH] = ACTIONS(5039), - [anon_sym_SLASH] = ACTIONS(5039), - [anon_sym_PERCENT] = ACTIONS(5039), - [anon_sym_as_QMARK] = ACTIONS(5041), - [anon_sym_PLUS_PLUS] = ACTIONS(5041), - [anon_sym_DASH_DASH] = ACTIONS(5041), - [anon_sym_BANG_BANG] = ACTIONS(5041), - [anon_sym_suspend] = ACTIONS(5039), - [anon_sym_sealed] = ACTIONS(5039), - [anon_sym_annotation] = ACTIONS(5039), - [anon_sym_data] = ACTIONS(5039), - [anon_sym_inner] = ACTIONS(5039), - [anon_sym_override] = ACTIONS(5039), - [anon_sym_lateinit] = ACTIONS(5039), - [anon_sym_public] = ACTIONS(5039), - [anon_sym_private] = ACTIONS(5039), - [anon_sym_internal] = ACTIONS(5039), - [anon_sym_protected] = ACTIONS(5039), - [anon_sym_tailrec] = ACTIONS(5039), - [anon_sym_operator] = ACTIONS(5039), - [anon_sym_infix] = ACTIONS(5039), - [anon_sym_inline] = ACTIONS(5039), - [anon_sym_external] = ACTIONS(5039), - [sym_property_modifier] = ACTIONS(5039), - [anon_sym_abstract] = ACTIONS(5039), - [anon_sym_final] = ACTIONS(5039), - [anon_sym_open] = ACTIONS(5039), - [anon_sym_vararg] = ACTIONS(5039), - [anon_sym_noinline] = ACTIONS(5039), - [anon_sym_crossinline] = ACTIONS(5039), - [anon_sym_expect] = ACTIONS(5039), - [anon_sym_actual] = ACTIONS(5039), + [3214] = { + [sym__alpha_identifier] = ACTIONS(4023), + [anon_sym_AT] = ACTIONS(4025), + [anon_sym_LBRACK] = ACTIONS(4025), + [anon_sym_RBRACK] = ACTIONS(4025), + [anon_sym_as] = ACTIONS(4023), + [anon_sym_EQ] = ACTIONS(4023), + [anon_sym_LBRACE] = ACTIONS(4025), + [anon_sym_RBRACE] = ACTIONS(4025), + [anon_sym_LPAREN] = ACTIONS(4025), + [anon_sym_COMMA] = ACTIONS(4025), + [anon_sym_RPAREN] = ACTIONS(4025), + [anon_sym_LT] = ACTIONS(4023), + [anon_sym_GT] = ACTIONS(4023), + [anon_sym_where] = ACTIONS(4023), + [anon_sym_DOT] = ACTIONS(4023), + [anon_sym_SEMI] = ACTIONS(4025), + [anon_sym_get] = ACTIONS(4023), + [anon_sym_set] = ACTIONS(4023), + [anon_sym_STAR] = ACTIONS(4023), + [anon_sym_DASH_GT] = ACTIONS(4025), + [sym_label] = ACTIONS(4025), + [anon_sym_in] = ACTIONS(4023), + [anon_sym_while] = ACTIONS(4023), + [anon_sym_DOT_DOT] = ACTIONS(4025), + [anon_sym_QMARK_COLON] = ACTIONS(4025), + [anon_sym_AMP_AMP] = ACTIONS(4025), + [anon_sym_PIPE_PIPE] = ACTIONS(4025), + [anon_sym_else] = ACTIONS(4023), + [anon_sym_COLON_COLON] = ACTIONS(4025), + [anon_sym_PLUS_EQ] = ACTIONS(4025), + [anon_sym_DASH_EQ] = ACTIONS(4025), + [anon_sym_STAR_EQ] = ACTIONS(4025), + [anon_sym_SLASH_EQ] = ACTIONS(4025), + [anon_sym_PERCENT_EQ] = ACTIONS(4025), + [anon_sym_BANG_EQ] = ACTIONS(4023), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4025), + [anon_sym_EQ_EQ] = ACTIONS(4023), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4025), + [anon_sym_LT_EQ] = ACTIONS(4025), + [anon_sym_GT_EQ] = ACTIONS(4025), + [anon_sym_BANGin] = ACTIONS(4025), + [anon_sym_is] = ACTIONS(4023), + [anon_sym_BANGis] = ACTIONS(4025), + [anon_sym_PLUS] = ACTIONS(4023), + [anon_sym_DASH] = ACTIONS(4023), + [anon_sym_SLASH] = ACTIONS(4023), + [anon_sym_PERCENT] = ACTIONS(4023), + [anon_sym_as_QMARK] = ACTIONS(4025), + [anon_sym_PLUS_PLUS] = ACTIONS(4025), + [anon_sym_DASH_DASH] = ACTIONS(4025), + [anon_sym_BANG_BANG] = ACTIONS(4025), + [anon_sym_suspend] = ACTIONS(4023), + [anon_sym_sealed] = ACTIONS(4023), + [anon_sym_annotation] = ACTIONS(4023), + [anon_sym_data] = ACTIONS(4023), + [anon_sym_inner] = ACTIONS(4023), + [anon_sym_override] = ACTIONS(4023), + [anon_sym_lateinit] = ACTIONS(4023), + [anon_sym_public] = ACTIONS(4023), + [anon_sym_private] = ACTIONS(4023), + [anon_sym_internal] = ACTIONS(4023), + [anon_sym_protected] = ACTIONS(4023), + [anon_sym_tailrec] = ACTIONS(4023), + [anon_sym_operator] = ACTIONS(4023), + [anon_sym_infix] = ACTIONS(4023), + [anon_sym_inline] = ACTIONS(4023), + [anon_sym_external] = ACTIONS(4023), + [sym_property_modifier] = ACTIONS(4023), + [anon_sym_abstract] = ACTIONS(4023), + [anon_sym_final] = ACTIONS(4023), + [anon_sym_open] = ACTIONS(4023), + [anon_sym_vararg] = ACTIONS(4023), + [anon_sym_noinline] = ACTIONS(4023), + [anon_sym_crossinline] = ACTIONS(4023), + [anon_sym_expect] = ACTIONS(4023), + [anon_sym_actual] = ACTIONS(4023), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5041), - [sym_safe_nav] = ACTIONS(5041), - [sym_multiline_comment] = ACTIONS(3), - }, - [3241] = { - [sym__alpha_identifier] = ACTIONS(4219), - [anon_sym_AT] = ACTIONS(4221), - [anon_sym_LBRACK] = ACTIONS(4221), - [anon_sym_EQ] = ACTIONS(4221), - [anon_sym_LBRACE] = ACTIONS(4221), - [anon_sym_RBRACE] = ACTIONS(4221), - [anon_sym_LPAREN] = ACTIONS(4221), - [anon_sym_COMMA] = ACTIONS(4221), - [anon_sym_by] = ACTIONS(4219), - [anon_sym_where] = ACTIONS(4219), - [anon_sym_object] = ACTIONS(4219), - [anon_sym_fun] = ACTIONS(4219), - [anon_sym_SEMI] = ACTIONS(4221), - [anon_sym_get] = ACTIONS(4219), - [anon_sym_set] = ACTIONS(4219), - [anon_sym_this] = ACTIONS(4219), - [anon_sym_super] = ACTIONS(4219), - [sym__quest] = ACTIONS(4221), - [anon_sym_STAR] = ACTIONS(4221), - [anon_sym_DASH_GT] = ACTIONS(4223), - [sym_label] = ACTIONS(4219), - [anon_sym_in] = ACTIONS(4219), - [anon_sym_null] = ACTIONS(4219), - [anon_sym_if] = ACTIONS(4219), - [anon_sym_else] = ACTIONS(4219), - [anon_sym_when] = ACTIONS(4219), - [anon_sym_try] = ACTIONS(4219), - [anon_sym_throw] = ACTIONS(4219), - [anon_sym_return] = ACTIONS(4219), - [anon_sym_continue] = ACTIONS(4219), - [anon_sym_break] = ACTIONS(4219), - [anon_sym_COLON_COLON] = ACTIONS(4221), - [anon_sym_BANGin] = ACTIONS(4221), - [anon_sym_is] = ACTIONS(4219), - [anon_sym_BANGis] = ACTIONS(4221), - [anon_sym_PLUS] = ACTIONS(4219), - [anon_sym_DASH] = ACTIONS(4219), - [anon_sym_PLUS_PLUS] = ACTIONS(4221), - [anon_sym_DASH_DASH] = ACTIONS(4221), - [anon_sym_BANG] = ACTIONS(4219), - [anon_sym_suspend] = ACTIONS(4219), - [anon_sym_sealed] = ACTIONS(4219), - [anon_sym_annotation] = ACTIONS(4219), - [anon_sym_data] = ACTIONS(4219), - [anon_sym_inner] = ACTIONS(4219), - [anon_sym_override] = ACTIONS(4219), - [anon_sym_lateinit] = ACTIONS(4219), - [anon_sym_public] = ACTIONS(4219), - [anon_sym_private] = ACTIONS(4219), - [anon_sym_internal] = ACTIONS(4219), - [anon_sym_protected] = ACTIONS(4219), - [anon_sym_tailrec] = ACTIONS(4219), - [anon_sym_operator] = ACTIONS(4219), - [anon_sym_infix] = ACTIONS(4219), - [anon_sym_inline] = ACTIONS(4219), - [anon_sym_external] = ACTIONS(4219), - [sym_property_modifier] = ACTIONS(4219), - [anon_sym_abstract] = ACTIONS(4219), - [anon_sym_final] = ACTIONS(4219), - [anon_sym_open] = ACTIONS(4219), - [anon_sym_vararg] = ACTIONS(4219), - [anon_sym_noinline] = ACTIONS(4219), - [anon_sym_crossinline] = ACTIONS(4219), - [anon_sym_expect] = ACTIONS(4219), - [anon_sym_actual] = ACTIONS(4219), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4221), - [anon_sym_continue_AT] = ACTIONS(4221), - [anon_sym_break_AT] = ACTIONS(4221), - [sym_real_literal] = ACTIONS(4221), - [sym_integer_literal] = ACTIONS(4219), - [sym_hex_literal] = ACTIONS(4221), - [sym_bin_literal] = ACTIONS(4221), - [anon_sym_true] = ACTIONS(4219), - [anon_sym_false] = ACTIONS(4219), - [anon_sym_SQUOTE] = ACTIONS(4221), - [sym__backtick_identifier] = ACTIONS(4221), - [sym__automatic_semicolon] = ACTIONS(4221), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4221), - }, - [3242] = { - [sym__alpha_identifier] = ACTIONS(4746), - [anon_sym_AT] = ACTIONS(4748), - [anon_sym_LBRACK] = ACTIONS(4748), - [anon_sym_RBRACK] = ACTIONS(4748), - [anon_sym_as] = ACTIONS(4746), - [anon_sym_EQ] = ACTIONS(4750), - [anon_sym_LBRACE] = ACTIONS(4748), - [anon_sym_RBRACE] = ACTIONS(4748), - [anon_sym_LPAREN] = ACTIONS(4748), - [anon_sym_COMMA] = ACTIONS(4748), - [anon_sym_RPAREN] = ACTIONS(4748), - [anon_sym_LT] = ACTIONS(4746), - [anon_sym_GT] = ACTIONS(4746), - [anon_sym_where] = ACTIONS(4746), - [anon_sym_DOT] = ACTIONS(4746), - [anon_sym_SEMI] = ACTIONS(4748), - [anon_sym_get] = ACTIONS(4746), - [anon_sym_set] = ACTIONS(4746), - [anon_sym_STAR] = ACTIONS(4746), - [anon_sym_DASH_GT] = ACTIONS(4748), - [sym_label] = ACTIONS(4748), - [anon_sym_in] = ACTIONS(4746), - [anon_sym_while] = ACTIONS(4746), - [anon_sym_DOT_DOT] = ACTIONS(4748), - [anon_sym_QMARK_COLON] = ACTIONS(4748), - [anon_sym_AMP_AMP] = ACTIONS(4748), - [anon_sym_PIPE_PIPE] = ACTIONS(4748), - [anon_sym_else] = ACTIONS(4746), - [anon_sym_COLON_COLON] = ACTIONS(6505), - [anon_sym_PLUS_EQ] = ACTIONS(4755), - [anon_sym_DASH_EQ] = ACTIONS(4755), - [anon_sym_STAR_EQ] = ACTIONS(4755), - [anon_sym_SLASH_EQ] = ACTIONS(4755), - [anon_sym_PERCENT_EQ] = ACTIONS(4755), - [anon_sym_BANG_EQ] = ACTIONS(4746), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4748), - [anon_sym_EQ_EQ] = ACTIONS(4746), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4748), - [anon_sym_LT_EQ] = ACTIONS(4748), - [anon_sym_GT_EQ] = ACTIONS(4748), - [anon_sym_BANGin] = ACTIONS(4748), - [anon_sym_is] = ACTIONS(4746), - [anon_sym_BANGis] = ACTIONS(4748), - [anon_sym_PLUS] = ACTIONS(4746), - [anon_sym_DASH] = ACTIONS(4746), - [anon_sym_SLASH] = ACTIONS(4746), - [anon_sym_PERCENT] = ACTIONS(4746), - [anon_sym_as_QMARK] = ACTIONS(4748), - [anon_sym_PLUS_PLUS] = ACTIONS(4748), - [anon_sym_DASH_DASH] = ACTIONS(4748), - [anon_sym_BANG_BANG] = ACTIONS(4748), - [anon_sym_suspend] = ACTIONS(4746), - [anon_sym_sealed] = ACTIONS(4746), - [anon_sym_annotation] = ACTIONS(4746), - [anon_sym_data] = ACTIONS(4746), - [anon_sym_inner] = ACTIONS(4746), - [anon_sym_override] = ACTIONS(4746), - [anon_sym_lateinit] = ACTIONS(4746), - [anon_sym_public] = ACTIONS(4746), - [anon_sym_private] = ACTIONS(4746), - [anon_sym_internal] = ACTIONS(4746), - [anon_sym_protected] = ACTIONS(4746), - [anon_sym_tailrec] = ACTIONS(4746), - [anon_sym_operator] = ACTIONS(4746), - [anon_sym_infix] = ACTIONS(4746), - [anon_sym_inline] = ACTIONS(4746), - [anon_sym_external] = ACTIONS(4746), - [sym_property_modifier] = ACTIONS(4746), - [anon_sym_abstract] = ACTIONS(4746), - [anon_sym_final] = ACTIONS(4746), - [anon_sym_open] = ACTIONS(4746), - [anon_sym_vararg] = ACTIONS(4746), - [anon_sym_noinline] = ACTIONS(4746), - [anon_sym_crossinline] = ACTIONS(4746), - [anon_sym_expect] = ACTIONS(4746), - [anon_sym_actual] = ACTIONS(4746), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4748), - [sym_safe_nav] = ACTIONS(4748), + [sym__backtick_identifier] = ACTIONS(4025), + [sym_safe_nav] = ACTIONS(4025), [sym_multiline_comment] = ACTIONS(3), }, - [3243] = { - [sym__alpha_identifier] = ACTIONS(4704), - [anon_sym_AT] = ACTIONS(4706), - [anon_sym_LBRACK] = ACTIONS(4706), - [anon_sym_RBRACK] = ACTIONS(4706), - [anon_sym_as] = ACTIONS(4704), - [anon_sym_EQ] = ACTIONS(4704), - [anon_sym_LBRACE] = ACTIONS(4706), - [anon_sym_RBRACE] = ACTIONS(4706), - [anon_sym_LPAREN] = ACTIONS(4706), - [anon_sym_COMMA] = ACTIONS(4706), - [anon_sym_RPAREN] = ACTIONS(4706), - [anon_sym_LT] = ACTIONS(4704), - [anon_sym_GT] = ACTIONS(4704), - [anon_sym_where] = ACTIONS(4704), - [anon_sym_DOT] = ACTIONS(4704), - [anon_sym_SEMI] = ACTIONS(4706), - [anon_sym_get] = ACTIONS(4704), - [anon_sym_set] = ACTIONS(4704), - [anon_sym_STAR] = ACTIONS(4704), - [anon_sym_DASH_GT] = ACTIONS(4706), - [sym_label] = ACTIONS(4706), - [anon_sym_in] = ACTIONS(4704), - [anon_sym_while] = ACTIONS(4704), - [anon_sym_DOT_DOT] = ACTIONS(4706), - [anon_sym_QMARK_COLON] = ACTIONS(4706), - [anon_sym_AMP_AMP] = ACTIONS(4706), - [anon_sym_PIPE_PIPE] = ACTIONS(4706), - [anon_sym_else] = ACTIONS(4704), - [anon_sym_COLON_COLON] = ACTIONS(4706), - [anon_sym_PLUS_EQ] = ACTIONS(4706), - [anon_sym_DASH_EQ] = ACTIONS(4706), - [anon_sym_STAR_EQ] = ACTIONS(4706), - [anon_sym_SLASH_EQ] = ACTIONS(4706), - [anon_sym_PERCENT_EQ] = ACTIONS(4706), - [anon_sym_BANG_EQ] = ACTIONS(4704), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4706), - [anon_sym_EQ_EQ] = ACTIONS(4704), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4706), - [anon_sym_LT_EQ] = ACTIONS(4706), - [anon_sym_GT_EQ] = ACTIONS(4706), - [anon_sym_BANGin] = ACTIONS(4706), - [anon_sym_is] = ACTIONS(4704), - [anon_sym_BANGis] = ACTIONS(4706), - [anon_sym_PLUS] = ACTIONS(4704), - [anon_sym_DASH] = ACTIONS(4704), - [anon_sym_SLASH] = ACTIONS(4704), - [anon_sym_PERCENT] = ACTIONS(4704), - [anon_sym_as_QMARK] = ACTIONS(4706), - [anon_sym_PLUS_PLUS] = ACTIONS(4706), - [anon_sym_DASH_DASH] = ACTIONS(4706), - [anon_sym_BANG_BANG] = ACTIONS(4706), - [anon_sym_suspend] = ACTIONS(4704), - [anon_sym_sealed] = ACTIONS(4704), - [anon_sym_annotation] = ACTIONS(4704), - [anon_sym_data] = ACTIONS(4704), - [anon_sym_inner] = ACTIONS(4704), - [anon_sym_override] = ACTIONS(4704), - [anon_sym_lateinit] = ACTIONS(4704), - [anon_sym_public] = ACTIONS(4704), - [anon_sym_private] = ACTIONS(4704), - [anon_sym_internal] = ACTIONS(4704), - [anon_sym_protected] = ACTIONS(4704), - [anon_sym_tailrec] = ACTIONS(4704), - [anon_sym_operator] = ACTIONS(4704), - [anon_sym_infix] = ACTIONS(4704), - [anon_sym_inline] = ACTIONS(4704), - [anon_sym_external] = ACTIONS(4704), - [sym_property_modifier] = ACTIONS(4704), - [anon_sym_abstract] = ACTIONS(4704), - [anon_sym_final] = ACTIONS(4704), - [anon_sym_open] = ACTIONS(4704), - [anon_sym_vararg] = ACTIONS(4704), - [anon_sym_noinline] = ACTIONS(4704), - [anon_sym_crossinline] = ACTIONS(4704), - [anon_sym_expect] = ACTIONS(4704), - [anon_sym_actual] = ACTIONS(4704), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4706), - [sym_safe_nav] = ACTIONS(4706), - [sym_multiline_comment] = ACTIONS(3), + [3215] = { + [sym__alpha_identifier] = ACTIONS(4885), + [anon_sym_AT] = ACTIONS(4887), + [anon_sym_LBRACK] = ACTIONS(4887), + [anon_sym_as] = ACTIONS(4885), + [anon_sym_EQ] = ACTIONS(4885), + [anon_sym_LBRACE] = ACTIONS(4887), + [anon_sym_RBRACE] = ACTIONS(4887), + [anon_sym_LPAREN] = ACTIONS(4887), + [anon_sym_COMMA] = ACTIONS(4887), + [anon_sym_LT] = ACTIONS(4885), + [anon_sym_GT] = ACTIONS(4885), + [anon_sym_where] = ACTIONS(4885), + [anon_sym_object] = ACTIONS(4885), + [anon_sym_fun] = ACTIONS(4885), + [anon_sym_DOT] = ACTIONS(4885), + [anon_sym_SEMI] = ACTIONS(4887), + [anon_sym_get] = ACTIONS(4885), + [anon_sym_set] = ACTIONS(4885), + [anon_sym_this] = ACTIONS(4885), + [anon_sym_super] = ACTIONS(4885), + [anon_sym_STAR] = ACTIONS(4885), + [sym_label] = ACTIONS(4885), + [anon_sym_in] = ACTIONS(4885), + [anon_sym_DOT_DOT] = ACTIONS(4887), + [anon_sym_QMARK_COLON] = ACTIONS(4887), + [anon_sym_AMP_AMP] = ACTIONS(4887), + [anon_sym_PIPE_PIPE] = ACTIONS(4887), + [anon_sym_null] = ACTIONS(4885), + [anon_sym_if] = ACTIONS(4885), + [anon_sym_else] = ACTIONS(4885), + [anon_sym_when] = ACTIONS(4885), + [anon_sym_try] = ACTIONS(4885), + [anon_sym_throw] = ACTIONS(4885), + [anon_sym_return] = ACTIONS(4885), + [anon_sym_continue] = ACTIONS(4885), + [anon_sym_break] = ACTIONS(4885), + [anon_sym_COLON_COLON] = ACTIONS(4887), + [anon_sym_PLUS_EQ] = ACTIONS(4887), + [anon_sym_DASH_EQ] = ACTIONS(4887), + [anon_sym_STAR_EQ] = ACTIONS(4887), + [anon_sym_SLASH_EQ] = ACTIONS(4887), + [anon_sym_PERCENT_EQ] = ACTIONS(4887), + [anon_sym_BANG_EQ] = ACTIONS(4885), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4887), + [anon_sym_EQ_EQ] = ACTIONS(4885), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4887), + [anon_sym_LT_EQ] = ACTIONS(4887), + [anon_sym_GT_EQ] = ACTIONS(4887), + [anon_sym_BANGin] = ACTIONS(4887), + [anon_sym_is] = ACTIONS(4885), + [anon_sym_BANGis] = ACTIONS(4887), + [anon_sym_PLUS] = ACTIONS(4885), + [anon_sym_DASH] = ACTIONS(4885), + [anon_sym_SLASH] = ACTIONS(4885), + [anon_sym_PERCENT] = ACTIONS(4885), + [anon_sym_as_QMARK] = ACTIONS(4887), + [anon_sym_PLUS_PLUS] = ACTIONS(4887), + [anon_sym_DASH_DASH] = ACTIONS(4887), + [anon_sym_BANG] = ACTIONS(4885), + [anon_sym_BANG_BANG] = ACTIONS(4887), + [anon_sym_data] = ACTIONS(4885), + [anon_sym_inner] = ACTIONS(4885), + [anon_sym_expect] = ACTIONS(4885), + [anon_sym_actual] = ACTIONS(4885), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4887), + [anon_sym_continue_AT] = ACTIONS(4887), + [anon_sym_break_AT] = ACTIONS(4887), + [sym_real_literal] = ACTIONS(4887), + [sym_integer_literal] = ACTIONS(4885), + [sym_hex_literal] = ACTIONS(4887), + [sym_bin_literal] = ACTIONS(4887), + [anon_sym_true] = ACTIONS(4885), + [anon_sym_false] = ACTIONS(4885), + [anon_sym_SQUOTE] = ACTIONS(4887), + [sym__backtick_identifier] = ACTIONS(4887), + [sym__automatic_semicolon] = ACTIONS(4887), + [sym_safe_nav] = ACTIONS(4887), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4887), }, - [3244] = { - [sym__alpha_identifier] = ACTIONS(4386), - [anon_sym_AT] = ACTIONS(4388), - [anon_sym_LBRACK] = ACTIONS(4388), - [anon_sym_RBRACK] = ACTIONS(4388), - [anon_sym_as] = ACTIONS(4386), - [anon_sym_EQ] = ACTIONS(4386), - [anon_sym_LBRACE] = ACTIONS(4388), - [anon_sym_RBRACE] = ACTIONS(4388), - [anon_sym_LPAREN] = ACTIONS(4388), - [anon_sym_COMMA] = ACTIONS(4388), - [anon_sym_RPAREN] = ACTIONS(4388), - [anon_sym_LT] = ACTIONS(4386), - [anon_sym_GT] = ACTIONS(4386), - [anon_sym_where] = ACTIONS(4386), - [anon_sym_DOT] = ACTIONS(4386), - [anon_sym_SEMI] = ACTIONS(4388), - [anon_sym_get] = ACTIONS(4386), - [anon_sym_set] = ACTIONS(4386), - [anon_sym_STAR] = ACTIONS(4386), - [anon_sym_DASH_GT] = ACTIONS(4388), - [sym_label] = ACTIONS(4388), - [anon_sym_in] = ACTIONS(4386), - [anon_sym_while] = ACTIONS(4386), - [anon_sym_DOT_DOT] = ACTIONS(4388), - [anon_sym_QMARK_COLON] = ACTIONS(4388), - [anon_sym_AMP_AMP] = ACTIONS(4388), - [anon_sym_PIPE_PIPE] = ACTIONS(4388), - [anon_sym_else] = ACTIONS(4386), - [anon_sym_COLON_COLON] = ACTIONS(4388), - [anon_sym_PLUS_EQ] = ACTIONS(4388), - [anon_sym_DASH_EQ] = ACTIONS(4388), - [anon_sym_STAR_EQ] = ACTIONS(4388), - [anon_sym_SLASH_EQ] = ACTIONS(4388), - [anon_sym_PERCENT_EQ] = ACTIONS(4388), - [anon_sym_BANG_EQ] = ACTIONS(4386), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4388), - [anon_sym_EQ_EQ] = ACTIONS(4386), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4388), - [anon_sym_LT_EQ] = ACTIONS(4388), - [anon_sym_GT_EQ] = ACTIONS(4388), - [anon_sym_BANGin] = ACTIONS(4388), - [anon_sym_is] = ACTIONS(4386), - [anon_sym_BANGis] = ACTIONS(4388), - [anon_sym_PLUS] = ACTIONS(4386), - [anon_sym_DASH] = ACTIONS(4386), - [anon_sym_SLASH] = ACTIONS(4386), - [anon_sym_PERCENT] = ACTIONS(4386), - [anon_sym_as_QMARK] = ACTIONS(4388), - [anon_sym_PLUS_PLUS] = ACTIONS(4388), - [anon_sym_DASH_DASH] = ACTIONS(4388), - [anon_sym_BANG_BANG] = ACTIONS(4388), - [anon_sym_suspend] = ACTIONS(4386), - [anon_sym_sealed] = ACTIONS(4386), - [anon_sym_annotation] = ACTIONS(4386), - [anon_sym_data] = ACTIONS(4386), - [anon_sym_inner] = ACTIONS(4386), - [anon_sym_override] = ACTIONS(4386), - [anon_sym_lateinit] = ACTIONS(4386), - [anon_sym_public] = ACTIONS(4386), - [anon_sym_private] = ACTIONS(4386), - [anon_sym_internal] = ACTIONS(4386), - [anon_sym_protected] = ACTIONS(4386), - [anon_sym_tailrec] = ACTIONS(4386), - [anon_sym_operator] = ACTIONS(4386), - [anon_sym_infix] = ACTIONS(4386), - [anon_sym_inline] = ACTIONS(4386), - [anon_sym_external] = ACTIONS(4386), - [sym_property_modifier] = ACTIONS(4386), - [anon_sym_abstract] = ACTIONS(4386), - [anon_sym_final] = ACTIONS(4386), - [anon_sym_open] = ACTIONS(4386), - [anon_sym_vararg] = ACTIONS(4386), - [anon_sym_noinline] = ACTIONS(4386), - [anon_sym_crossinline] = ACTIONS(4386), - [anon_sym_expect] = ACTIONS(4386), - [anon_sym_actual] = ACTIONS(4386), + [3216] = { + [sym__alpha_identifier] = ACTIONS(4503), + [anon_sym_AT] = ACTIONS(4505), + [anon_sym_LBRACK] = ACTIONS(4505), + [anon_sym_as] = ACTIONS(4503), + [anon_sym_EQ] = ACTIONS(4503), + [anon_sym_LBRACE] = ACTIONS(4505), + [anon_sym_RBRACE] = ACTIONS(4505), + [anon_sym_LPAREN] = ACTIONS(4505), + [anon_sym_COMMA] = ACTIONS(4505), + [anon_sym_LT] = ACTIONS(4503), + [anon_sym_GT] = ACTIONS(4503), + [anon_sym_where] = ACTIONS(4503), + [anon_sym_object] = ACTIONS(4503), + [anon_sym_fun] = ACTIONS(4503), + [anon_sym_DOT] = ACTIONS(4503), + [anon_sym_SEMI] = ACTIONS(4505), + [anon_sym_get] = ACTIONS(4503), + [anon_sym_set] = ACTIONS(4503), + [anon_sym_this] = ACTIONS(4503), + [anon_sym_super] = ACTIONS(4503), + [anon_sym_STAR] = ACTIONS(4503), + [sym_label] = ACTIONS(4503), + [anon_sym_in] = ACTIONS(4503), + [anon_sym_DOT_DOT] = ACTIONS(4505), + [anon_sym_QMARK_COLON] = ACTIONS(4505), + [anon_sym_AMP_AMP] = ACTIONS(4505), + [anon_sym_PIPE_PIPE] = ACTIONS(4505), + [anon_sym_null] = ACTIONS(4503), + [anon_sym_if] = ACTIONS(4503), + [anon_sym_else] = ACTIONS(4503), + [anon_sym_when] = ACTIONS(4503), + [anon_sym_try] = ACTIONS(4503), + [anon_sym_throw] = ACTIONS(4503), + [anon_sym_return] = ACTIONS(4503), + [anon_sym_continue] = ACTIONS(4503), + [anon_sym_break] = ACTIONS(4503), + [anon_sym_COLON_COLON] = ACTIONS(4505), + [anon_sym_PLUS_EQ] = ACTIONS(4505), + [anon_sym_DASH_EQ] = ACTIONS(4505), + [anon_sym_STAR_EQ] = ACTIONS(4505), + [anon_sym_SLASH_EQ] = ACTIONS(4505), + [anon_sym_PERCENT_EQ] = ACTIONS(4505), + [anon_sym_BANG_EQ] = ACTIONS(4503), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4505), + [anon_sym_EQ_EQ] = ACTIONS(4503), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4505), + [anon_sym_LT_EQ] = ACTIONS(4505), + [anon_sym_GT_EQ] = ACTIONS(4505), + [anon_sym_BANGin] = ACTIONS(4505), + [anon_sym_is] = ACTIONS(4503), + [anon_sym_BANGis] = ACTIONS(4505), + [anon_sym_PLUS] = ACTIONS(4503), + [anon_sym_DASH] = ACTIONS(4503), + [anon_sym_SLASH] = ACTIONS(4503), + [anon_sym_PERCENT] = ACTIONS(4503), + [anon_sym_as_QMARK] = ACTIONS(4505), + [anon_sym_PLUS_PLUS] = ACTIONS(4505), + [anon_sym_DASH_DASH] = ACTIONS(4505), + [anon_sym_BANG] = ACTIONS(4503), + [anon_sym_BANG_BANG] = ACTIONS(4505), + [anon_sym_data] = ACTIONS(4503), + [anon_sym_inner] = ACTIONS(4503), + [anon_sym_expect] = ACTIONS(4503), + [anon_sym_actual] = ACTIONS(4503), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4388), - [sym_safe_nav] = ACTIONS(4388), + [anon_sym_return_AT] = ACTIONS(4505), + [anon_sym_continue_AT] = ACTIONS(4505), + [anon_sym_break_AT] = ACTIONS(4505), + [sym_real_literal] = ACTIONS(4505), + [sym_integer_literal] = ACTIONS(4503), + [sym_hex_literal] = ACTIONS(4505), + [sym_bin_literal] = ACTIONS(4505), + [anon_sym_true] = ACTIONS(4503), + [anon_sym_false] = ACTIONS(4503), + [anon_sym_SQUOTE] = ACTIONS(4505), + [sym__backtick_identifier] = ACTIONS(4505), + [sym__automatic_semicolon] = ACTIONS(4505), + [sym_safe_nav] = ACTIONS(4505), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4505), }, - [3245] = { - [sym__alpha_identifier] = ACTIONS(4935), - [anon_sym_AT] = ACTIONS(4937), - [anon_sym_LBRACK] = ACTIONS(4937), - [anon_sym_as] = ACTIONS(4935), - [anon_sym_EQ] = ACTIONS(4935), - [anon_sym_LBRACE] = ACTIONS(4937), - [anon_sym_RBRACE] = ACTIONS(4937), - [anon_sym_LPAREN] = ACTIONS(4937), - [anon_sym_COMMA] = ACTIONS(4937), - [anon_sym_LT] = ACTIONS(4935), - [anon_sym_GT] = ACTIONS(4935), - [anon_sym_where] = ACTIONS(4935), - [anon_sym_object] = ACTIONS(4935), - [anon_sym_fun] = ACTIONS(4935), - [anon_sym_DOT] = ACTIONS(4935), - [anon_sym_SEMI] = ACTIONS(4937), - [anon_sym_get] = ACTIONS(4935), - [anon_sym_set] = ACTIONS(4935), - [anon_sym_this] = ACTIONS(4935), - [anon_sym_super] = ACTIONS(4935), - [anon_sym_STAR] = ACTIONS(4935), - [sym_label] = ACTIONS(4935), - [anon_sym_in] = ACTIONS(4935), - [anon_sym_DOT_DOT] = ACTIONS(4937), - [anon_sym_QMARK_COLON] = ACTIONS(4937), - [anon_sym_AMP_AMP] = ACTIONS(4937), - [anon_sym_PIPE_PIPE] = ACTIONS(4937), - [anon_sym_null] = ACTIONS(4935), - [anon_sym_if] = ACTIONS(4935), - [anon_sym_else] = ACTIONS(4935), - [anon_sym_when] = ACTIONS(4935), - [anon_sym_try] = ACTIONS(4935), - [anon_sym_throw] = ACTIONS(4935), - [anon_sym_return] = ACTIONS(4935), - [anon_sym_continue] = ACTIONS(4935), - [anon_sym_break] = ACTIONS(4935), - [anon_sym_COLON_COLON] = ACTIONS(4937), - [anon_sym_PLUS_EQ] = ACTIONS(4937), - [anon_sym_DASH_EQ] = ACTIONS(4937), - [anon_sym_STAR_EQ] = ACTIONS(4937), - [anon_sym_SLASH_EQ] = ACTIONS(4937), - [anon_sym_PERCENT_EQ] = ACTIONS(4937), - [anon_sym_BANG_EQ] = ACTIONS(4935), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4937), - [anon_sym_EQ_EQ] = ACTIONS(4935), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4937), - [anon_sym_LT_EQ] = ACTIONS(4937), - [anon_sym_GT_EQ] = ACTIONS(4937), - [anon_sym_BANGin] = ACTIONS(4937), - [anon_sym_is] = ACTIONS(4935), - [anon_sym_BANGis] = ACTIONS(4937), - [anon_sym_PLUS] = ACTIONS(4935), - [anon_sym_DASH] = ACTIONS(4935), - [anon_sym_SLASH] = ACTIONS(4935), - [anon_sym_PERCENT] = ACTIONS(4935), - [anon_sym_as_QMARK] = ACTIONS(4937), - [anon_sym_PLUS_PLUS] = ACTIONS(4937), - [anon_sym_DASH_DASH] = ACTIONS(4937), - [anon_sym_BANG] = ACTIONS(4935), - [anon_sym_BANG_BANG] = ACTIONS(4937), - [anon_sym_data] = ACTIONS(4935), - [anon_sym_inner] = ACTIONS(4935), - [anon_sym_expect] = ACTIONS(4935), - [anon_sym_actual] = ACTIONS(4935), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4937), - [anon_sym_continue_AT] = ACTIONS(4937), - [anon_sym_break_AT] = ACTIONS(4937), - [sym_real_literal] = ACTIONS(4937), - [sym_integer_literal] = ACTIONS(4935), - [sym_hex_literal] = ACTIONS(4937), - [sym_bin_literal] = ACTIONS(4937), - [anon_sym_true] = ACTIONS(4935), - [anon_sym_false] = ACTIONS(4935), - [anon_sym_SQUOTE] = ACTIONS(4937), - [sym__backtick_identifier] = ACTIONS(4937), - [sym__automatic_semicolon] = ACTIONS(4937), - [sym_safe_nav] = ACTIONS(4937), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4937), + [3217] = { + [sym__alpha_identifier] = ACTIONS(4392), + [anon_sym_AT] = ACTIONS(4394), + [anon_sym_LBRACK] = ACTIONS(4394), + [anon_sym_RBRACK] = ACTIONS(4394), + [anon_sym_as] = ACTIONS(4392), + [anon_sym_EQ] = ACTIONS(4392), + [anon_sym_LBRACE] = ACTIONS(4394), + [anon_sym_RBRACE] = ACTIONS(4394), + [anon_sym_LPAREN] = ACTIONS(4394), + [anon_sym_COMMA] = ACTIONS(4394), + [anon_sym_RPAREN] = ACTIONS(4394), + [anon_sym_LT] = ACTIONS(4392), + [anon_sym_GT] = ACTIONS(4392), + [anon_sym_where] = ACTIONS(4392), + [anon_sym_DOT] = ACTIONS(4392), + [anon_sym_SEMI] = ACTIONS(4394), + [anon_sym_get] = ACTIONS(4392), + [anon_sym_set] = ACTIONS(4392), + [anon_sym_STAR] = ACTIONS(4392), + [anon_sym_DASH_GT] = ACTIONS(4394), + [sym_label] = ACTIONS(4394), + [anon_sym_in] = ACTIONS(4392), + [anon_sym_while] = ACTIONS(4392), + [anon_sym_DOT_DOT] = ACTIONS(4394), + [anon_sym_QMARK_COLON] = ACTIONS(4394), + [anon_sym_AMP_AMP] = ACTIONS(4394), + [anon_sym_PIPE_PIPE] = ACTIONS(4394), + [anon_sym_else] = ACTIONS(4392), + [anon_sym_COLON_COLON] = ACTIONS(4394), + [anon_sym_PLUS_EQ] = ACTIONS(4394), + [anon_sym_DASH_EQ] = ACTIONS(4394), + [anon_sym_STAR_EQ] = ACTIONS(4394), + [anon_sym_SLASH_EQ] = ACTIONS(4394), + [anon_sym_PERCENT_EQ] = ACTIONS(4394), + [anon_sym_BANG_EQ] = ACTIONS(4392), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4394), + [anon_sym_EQ_EQ] = ACTIONS(4392), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4394), + [anon_sym_LT_EQ] = ACTIONS(4394), + [anon_sym_GT_EQ] = ACTIONS(4394), + [anon_sym_BANGin] = ACTIONS(4394), + [anon_sym_is] = ACTIONS(4392), + [anon_sym_BANGis] = ACTIONS(4394), + [anon_sym_PLUS] = ACTIONS(4392), + [anon_sym_DASH] = ACTIONS(4392), + [anon_sym_SLASH] = ACTIONS(4392), + [anon_sym_PERCENT] = ACTIONS(4392), + [anon_sym_as_QMARK] = ACTIONS(4394), + [anon_sym_PLUS_PLUS] = ACTIONS(4394), + [anon_sym_DASH_DASH] = ACTIONS(4394), + [anon_sym_BANG_BANG] = ACTIONS(4394), + [anon_sym_suspend] = ACTIONS(4392), + [anon_sym_sealed] = ACTIONS(4392), + [anon_sym_annotation] = ACTIONS(4392), + [anon_sym_data] = ACTIONS(4392), + [anon_sym_inner] = ACTIONS(4392), + [anon_sym_override] = ACTIONS(4392), + [anon_sym_lateinit] = ACTIONS(4392), + [anon_sym_public] = ACTIONS(4392), + [anon_sym_private] = ACTIONS(4392), + [anon_sym_internal] = ACTIONS(4392), + [anon_sym_protected] = ACTIONS(4392), + [anon_sym_tailrec] = ACTIONS(4392), + [anon_sym_operator] = ACTIONS(4392), + [anon_sym_infix] = ACTIONS(4392), + [anon_sym_inline] = ACTIONS(4392), + [anon_sym_external] = ACTIONS(4392), + [sym_property_modifier] = ACTIONS(4392), + [anon_sym_abstract] = ACTIONS(4392), + [anon_sym_final] = ACTIONS(4392), + [anon_sym_open] = ACTIONS(4392), + [anon_sym_vararg] = ACTIONS(4392), + [anon_sym_noinline] = ACTIONS(4392), + [anon_sym_crossinline] = ACTIONS(4392), + [anon_sym_expect] = ACTIONS(4392), + [anon_sym_actual] = ACTIONS(4392), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4394), + [sym_safe_nav] = ACTIONS(4394), + [sym_multiline_comment] = ACTIONS(3), }, - [3246] = { - [sym__alpha_identifier] = ACTIONS(4481), - [anon_sym_AT] = ACTIONS(4483), - [anon_sym_LBRACK] = ACTIONS(4483), - [anon_sym_as] = ACTIONS(4481), - [anon_sym_EQ] = ACTIONS(4481), - [anon_sym_LBRACE] = ACTIONS(4483), - [anon_sym_RBRACE] = ACTIONS(4483), - [anon_sym_LPAREN] = ACTIONS(4483), - [anon_sym_COMMA] = ACTIONS(4483), - [anon_sym_LT] = ACTIONS(4481), - [anon_sym_GT] = ACTIONS(4481), - [anon_sym_where] = ACTIONS(4481), - [anon_sym_object] = ACTIONS(4481), - [anon_sym_fun] = ACTIONS(4481), - [anon_sym_DOT] = ACTIONS(4481), - [anon_sym_SEMI] = ACTIONS(4483), - [anon_sym_get] = ACTIONS(4481), - [anon_sym_set] = ACTIONS(4481), - [anon_sym_this] = ACTIONS(4481), - [anon_sym_super] = ACTIONS(4481), - [anon_sym_STAR] = ACTIONS(4481), - [sym_label] = ACTIONS(4481), - [anon_sym_in] = ACTIONS(4481), - [anon_sym_DOT_DOT] = ACTIONS(4483), - [anon_sym_QMARK_COLON] = ACTIONS(4483), - [anon_sym_AMP_AMP] = ACTIONS(4483), - [anon_sym_PIPE_PIPE] = ACTIONS(4483), - [anon_sym_null] = ACTIONS(4481), - [anon_sym_if] = ACTIONS(4481), - [anon_sym_else] = ACTIONS(4481), - [anon_sym_when] = ACTIONS(4481), - [anon_sym_try] = ACTIONS(4481), - [anon_sym_throw] = ACTIONS(4481), - [anon_sym_return] = ACTIONS(4481), - [anon_sym_continue] = ACTIONS(4481), - [anon_sym_break] = ACTIONS(4481), - [anon_sym_COLON_COLON] = ACTIONS(4483), - [anon_sym_PLUS_EQ] = ACTIONS(4483), - [anon_sym_DASH_EQ] = ACTIONS(4483), - [anon_sym_STAR_EQ] = ACTIONS(4483), - [anon_sym_SLASH_EQ] = ACTIONS(4483), - [anon_sym_PERCENT_EQ] = ACTIONS(4483), - [anon_sym_BANG_EQ] = ACTIONS(4481), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4483), - [anon_sym_EQ_EQ] = ACTIONS(4481), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4483), - [anon_sym_LT_EQ] = ACTIONS(4483), - [anon_sym_GT_EQ] = ACTIONS(4483), - [anon_sym_BANGin] = ACTIONS(4483), - [anon_sym_is] = ACTIONS(4481), - [anon_sym_BANGis] = ACTIONS(4483), - [anon_sym_PLUS] = ACTIONS(4481), - [anon_sym_DASH] = ACTIONS(4481), - [anon_sym_SLASH] = ACTIONS(4481), - [anon_sym_PERCENT] = ACTIONS(4481), - [anon_sym_as_QMARK] = ACTIONS(4483), - [anon_sym_PLUS_PLUS] = ACTIONS(4483), - [anon_sym_DASH_DASH] = ACTIONS(4483), - [anon_sym_BANG] = ACTIONS(4481), - [anon_sym_BANG_BANG] = ACTIONS(4483), - [anon_sym_data] = ACTIONS(4481), - [anon_sym_inner] = ACTIONS(4481), - [anon_sym_expect] = ACTIONS(4481), - [anon_sym_actual] = ACTIONS(4481), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4483), - [anon_sym_continue_AT] = ACTIONS(4483), - [anon_sym_break_AT] = ACTIONS(4483), - [sym_real_literal] = ACTIONS(4483), - [sym_integer_literal] = ACTIONS(4481), - [sym_hex_literal] = ACTIONS(4483), - [sym_bin_literal] = ACTIONS(4483), - [anon_sym_true] = ACTIONS(4481), - [anon_sym_false] = ACTIONS(4481), - [anon_sym_SQUOTE] = ACTIONS(4483), - [sym__backtick_identifier] = ACTIONS(4483), - [sym__automatic_semicolon] = ACTIONS(4483), - [sym_safe_nav] = ACTIONS(4483), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4483), + [3218] = { + [sym__alpha_identifier] = ACTIONS(4406), + [anon_sym_AT] = ACTIONS(4408), + [anon_sym_LBRACK] = ACTIONS(4408), + [anon_sym_RBRACK] = ACTIONS(4408), + [anon_sym_as] = ACTIONS(4406), + [anon_sym_EQ] = ACTIONS(4406), + [anon_sym_LBRACE] = ACTIONS(4408), + [anon_sym_RBRACE] = ACTIONS(4408), + [anon_sym_LPAREN] = ACTIONS(4408), + [anon_sym_COMMA] = ACTIONS(4408), + [anon_sym_RPAREN] = ACTIONS(4408), + [anon_sym_LT] = ACTIONS(4406), + [anon_sym_GT] = ACTIONS(4406), + [anon_sym_where] = ACTIONS(4406), + [anon_sym_DOT] = ACTIONS(4406), + [anon_sym_SEMI] = ACTIONS(4408), + [anon_sym_get] = ACTIONS(4406), + [anon_sym_set] = ACTIONS(4406), + [anon_sym_STAR] = ACTIONS(4406), + [anon_sym_DASH_GT] = ACTIONS(4408), + [sym_label] = ACTIONS(4408), + [anon_sym_in] = ACTIONS(4406), + [anon_sym_while] = ACTIONS(4406), + [anon_sym_DOT_DOT] = ACTIONS(4408), + [anon_sym_QMARK_COLON] = ACTIONS(4408), + [anon_sym_AMP_AMP] = ACTIONS(4408), + [anon_sym_PIPE_PIPE] = ACTIONS(4408), + [anon_sym_else] = ACTIONS(4406), + [anon_sym_COLON_COLON] = ACTIONS(4408), + [anon_sym_PLUS_EQ] = ACTIONS(4408), + [anon_sym_DASH_EQ] = ACTIONS(4408), + [anon_sym_STAR_EQ] = ACTIONS(4408), + [anon_sym_SLASH_EQ] = ACTIONS(4408), + [anon_sym_PERCENT_EQ] = ACTIONS(4408), + [anon_sym_BANG_EQ] = ACTIONS(4406), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4408), + [anon_sym_EQ_EQ] = ACTIONS(4406), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4408), + [anon_sym_LT_EQ] = ACTIONS(4408), + [anon_sym_GT_EQ] = ACTIONS(4408), + [anon_sym_BANGin] = ACTIONS(4408), + [anon_sym_is] = ACTIONS(4406), + [anon_sym_BANGis] = ACTIONS(4408), + [anon_sym_PLUS] = ACTIONS(4406), + [anon_sym_DASH] = ACTIONS(4406), + [anon_sym_SLASH] = ACTIONS(4406), + [anon_sym_PERCENT] = ACTIONS(4406), + [anon_sym_as_QMARK] = ACTIONS(4408), + [anon_sym_PLUS_PLUS] = ACTIONS(4408), + [anon_sym_DASH_DASH] = ACTIONS(4408), + [anon_sym_BANG_BANG] = ACTIONS(4408), + [anon_sym_suspend] = ACTIONS(4406), + [anon_sym_sealed] = ACTIONS(4406), + [anon_sym_annotation] = ACTIONS(4406), + [anon_sym_data] = ACTIONS(4406), + [anon_sym_inner] = ACTIONS(4406), + [anon_sym_override] = ACTIONS(4406), + [anon_sym_lateinit] = ACTIONS(4406), + [anon_sym_public] = ACTIONS(4406), + [anon_sym_private] = ACTIONS(4406), + [anon_sym_internal] = ACTIONS(4406), + [anon_sym_protected] = ACTIONS(4406), + [anon_sym_tailrec] = ACTIONS(4406), + [anon_sym_operator] = ACTIONS(4406), + [anon_sym_infix] = ACTIONS(4406), + [anon_sym_inline] = ACTIONS(4406), + [anon_sym_external] = ACTIONS(4406), + [sym_property_modifier] = ACTIONS(4406), + [anon_sym_abstract] = ACTIONS(4406), + [anon_sym_final] = ACTIONS(4406), + [anon_sym_open] = ACTIONS(4406), + [anon_sym_vararg] = ACTIONS(4406), + [anon_sym_noinline] = ACTIONS(4406), + [anon_sym_crossinline] = ACTIONS(4406), + [anon_sym_expect] = ACTIONS(4406), + [anon_sym_actual] = ACTIONS(4406), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4408), + [sym_safe_nav] = ACTIONS(4408), + [sym_multiline_comment] = ACTIONS(3), }, - [3247] = { - [sym__alpha_identifier] = ACTIONS(4943), - [anon_sym_AT] = ACTIONS(4945), - [anon_sym_LBRACK] = ACTIONS(4945), - [anon_sym_RBRACK] = ACTIONS(4945), - [anon_sym_as] = ACTIONS(4943), - [anon_sym_EQ] = ACTIONS(4943), - [anon_sym_LBRACE] = ACTIONS(4945), - [anon_sym_RBRACE] = ACTIONS(4945), - [anon_sym_LPAREN] = ACTIONS(4945), - [anon_sym_COMMA] = ACTIONS(4945), - [anon_sym_RPAREN] = ACTIONS(4945), - [anon_sym_LT] = ACTIONS(4943), - [anon_sym_GT] = ACTIONS(4943), - [anon_sym_where] = ACTIONS(4943), - [anon_sym_DOT] = ACTIONS(4943), - [anon_sym_SEMI] = ACTIONS(4945), - [anon_sym_get] = ACTIONS(4943), - [anon_sym_set] = ACTIONS(4943), - [anon_sym_STAR] = ACTIONS(4943), - [anon_sym_DASH_GT] = ACTIONS(4945), - [sym_label] = ACTIONS(4945), - [anon_sym_in] = ACTIONS(4943), - [anon_sym_while] = ACTIONS(4943), - [anon_sym_DOT_DOT] = ACTIONS(4945), - [anon_sym_QMARK_COLON] = ACTIONS(4945), - [anon_sym_AMP_AMP] = ACTIONS(4945), - [anon_sym_PIPE_PIPE] = ACTIONS(4945), - [anon_sym_else] = ACTIONS(4943), - [anon_sym_COLON_COLON] = ACTIONS(4945), - [anon_sym_PLUS_EQ] = ACTIONS(4945), - [anon_sym_DASH_EQ] = ACTIONS(4945), - [anon_sym_STAR_EQ] = ACTIONS(4945), - [anon_sym_SLASH_EQ] = ACTIONS(4945), - [anon_sym_PERCENT_EQ] = ACTIONS(4945), - [anon_sym_BANG_EQ] = ACTIONS(4943), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4945), - [anon_sym_EQ_EQ] = ACTIONS(4943), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4945), - [anon_sym_LT_EQ] = ACTIONS(4945), - [anon_sym_GT_EQ] = ACTIONS(4945), - [anon_sym_BANGin] = ACTIONS(4945), - [anon_sym_is] = ACTIONS(4943), - [anon_sym_BANGis] = ACTIONS(4945), - [anon_sym_PLUS] = ACTIONS(4943), - [anon_sym_DASH] = ACTIONS(4943), - [anon_sym_SLASH] = ACTIONS(4943), - [anon_sym_PERCENT] = ACTIONS(4943), - [anon_sym_as_QMARK] = ACTIONS(4945), - [anon_sym_PLUS_PLUS] = ACTIONS(4945), - [anon_sym_DASH_DASH] = ACTIONS(4945), - [anon_sym_BANG_BANG] = ACTIONS(4945), - [anon_sym_suspend] = ACTIONS(4943), - [anon_sym_sealed] = ACTIONS(4943), - [anon_sym_annotation] = ACTIONS(4943), - [anon_sym_data] = ACTIONS(4943), - [anon_sym_inner] = ACTIONS(4943), - [anon_sym_override] = ACTIONS(4943), - [anon_sym_lateinit] = ACTIONS(4943), - [anon_sym_public] = ACTIONS(4943), - [anon_sym_private] = ACTIONS(4943), - [anon_sym_internal] = ACTIONS(4943), - [anon_sym_protected] = ACTIONS(4943), - [anon_sym_tailrec] = ACTIONS(4943), - [anon_sym_operator] = ACTIONS(4943), - [anon_sym_infix] = ACTIONS(4943), - [anon_sym_inline] = ACTIONS(4943), - [anon_sym_external] = ACTIONS(4943), - [sym_property_modifier] = ACTIONS(4943), - [anon_sym_abstract] = ACTIONS(4943), - [anon_sym_final] = ACTIONS(4943), - [anon_sym_open] = ACTIONS(4943), - [anon_sym_vararg] = ACTIONS(4943), - [anon_sym_noinline] = ACTIONS(4943), - [anon_sym_crossinline] = ACTIONS(4943), - [anon_sym_expect] = ACTIONS(4943), - [anon_sym_actual] = ACTIONS(4943), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4945), - [sym_safe_nav] = ACTIONS(4945), + [3219] = { + [sym__alpha_identifier] = ACTIONS(5073), + [anon_sym_AT] = ACTIONS(5075), + [anon_sym_LBRACK] = ACTIONS(5075), + [anon_sym_RBRACK] = ACTIONS(5075), + [anon_sym_as] = ACTIONS(5073), + [anon_sym_EQ] = ACTIONS(5073), + [anon_sym_LBRACE] = ACTIONS(5075), + [anon_sym_RBRACE] = ACTIONS(5075), + [anon_sym_LPAREN] = ACTIONS(5075), + [anon_sym_COMMA] = ACTIONS(5075), + [anon_sym_RPAREN] = ACTIONS(5075), + [anon_sym_LT] = ACTIONS(5073), + [anon_sym_GT] = ACTIONS(5073), + [anon_sym_where] = ACTIONS(5073), + [anon_sym_DOT] = ACTIONS(5073), + [anon_sym_SEMI] = ACTIONS(5075), + [anon_sym_get] = ACTIONS(5073), + [anon_sym_set] = ACTIONS(5073), + [anon_sym_STAR] = ACTIONS(5073), + [anon_sym_DASH_GT] = ACTIONS(5075), + [sym_label] = ACTIONS(5075), + [anon_sym_in] = ACTIONS(5073), + [anon_sym_while] = ACTIONS(5073), + [anon_sym_DOT_DOT] = ACTIONS(5075), + [anon_sym_QMARK_COLON] = ACTIONS(5075), + [anon_sym_AMP_AMP] = ACTIONS(5075), + [anon_sym_PIPE_PIPE] = ACTIONS(5075), + [anon_sym_else] = ACTIONS(5073), + [anon_sym_COLON_COLON] = ACTIONS(5075), + [anon_sym_PLUS_EQ] = ACTIONS(5075), + [anon_sym_DASH_EQ] = ACTIONS(5075), + [anon_sym_STAR_EQ] = ACTIONS(5075), + [anon_sym_SLASH_EQ] = ACTIONS(5075), + [anon_sym_PERCENT_EQ] = ACTIONS(5075), + [anon_sym_BANG_EQ] = ACTIONS(5073), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5075), + [anon_sym_EQ_EQ] = ACTIONS(5073), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5075), + [anon_sym_LT_EQ] = ACTIONS(5075), + [anon_sym_GT_EQ] = ACTIONS(5075), + [anon_sym_BANGin] = ACTIONS(5075), + [anon_sym_is] = ACTIONS(5073), + [anon_sym_BANGis] = ACTIONS(5075), + [anon_sym_PLUS] = ACTIONS(5073), + [anon_sym_DASH] = ACTIONS(5073), + [anon_sym_SLASH] = ACTIONS(5073), + [anon_sym_PERCENT] = ACTIONS(5073), + [anon_sym_as_QMARK] = ACTIONS(5075), + [anon_sym_PLUS_PLUS] = ACTIONS(5075), + [anon_sym_DASH_DASH] = ACTIONS(5075), + [anon_sym_BANG_BANG] = ACTIONS(5075), + [anon_sym_suspend] = ACTIONS(5073), + [anon_sym_sealed] = ACTIONS(5073), + [anon_sym_annotation] = ACTIONS(5073), + [anon_sym_data] = ACTIONS(5073), + [anon_sym_inner] = ACTIONS(5073), + [anon_sym_override] = ACTIONS(5073), + [anon_sym_lateinit] = ACTIONS(5073), + [anon_sym_public] = ACTIONS(5073), + [anon_sym_private] = ACTIONS(5073), + [anon_sym_internal] = ACTIONS(5073), + [anon_sym_protected] = ACTIONS(5073), + [anon_sym_tailrec] = ACTIONS(5073), + [anon_sym_operator] = ACTIONS(5073), + [anon_sym_infix] = ACTIONS(5073), + [anon_sym_inline] = ACTIONS(5073), + [anon_sym_external] = ACTIONS(5073), + [sym_property_modifier] = ACTIONS(5073), + [anon_sym_abstract] = ACTIONS(5073), + [anon_sym_final] = ACTIONS(5073), + [anon_sym_open] = ACTIONS(5073), + [anon_sym_vararg] = ACTIONS(5073), + [anon_sym_noinline] = ACTIONS(5073), + [anon_sym_crossinline] = ACTIONS(5073), + [anon_sym_expect] = ACTIONS(5073), + [anon_sym_actual] = ACTIONS(5073), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5075), + [sym_safe_nav] = ACTIONS(5075), [sym_multiline_comment] = ACTIONS(3), }, - [3248] = { - [sym__alpha_identifier] = ACTIONS(4947), - [anon_sym_AT] = ACTIONS(4949), - [anon_sym_LBRACK] = ACTIONS(4949), - [anon_sym_as] = ACTIONS(4947), - [anon_sym_EQ] = ACTIONS(4947), - [anon_sym_LBRACE] = ACTIONS(4949), - [anon_sym_RBRACE] = ACTIONS(4949), - [anon_sym_LPAREN] = ACTIONS(4949), - [anon_sym_COMMA] = ACTIONS(4949), - [anon_sym_LT] = ACTIONS(4947), - [anon_sym_GT] = ACTIONS(4947), - [anon_sym_where] = ACTIONS(4947), - [anon_sym_object] = ACTIONS(4947), - [anon_sym_fun] = ACTIONS(4947), - [anon_sym_DOT] = ACTIONS(4947), - [anon_sym_SEMI] = ACTIONS(4949), - [anon_sym_get] = ACTIONS(4947), - [anon_sym_set] = ACTIONS(4947), - [anon_sym_this] = ACTIONS(4947), - [anon_sym_super] = ACTIONS(4947), - [anon_sym_STAR] = ACTIONS(4947), - [sym_label] = ACTIONS(4947), - [anon_sym_in] = ACTIONS(4947), - [anon_sym_DOT_DOT] = ACTIONS(4949), - [anon_sym_QMARK_COLON] = ACTIONS(4949), - [anon_sym_AMP_AMP] = ACTIONS(4949), - [anon_sym_PIPE_PIPE] = ACTIONS(4949), - [anon_sym_null] = ACTIONS(4947), - [anon_sym_if] = ACTIONS(4947), - [anon_sym_else] = ACTIONS(4947), - [anon_sym_when] = ACTIONS(4947), - [anon_sym_try] = ACTIONS(4947), - [anon_sym_throw] = ACTIONS(4947), - [anon_sym_return] = ACTIONS(4947), - [anon_sym_continue] = ACTIONS(4947), - [anon_sym_break] = ACTIONS(4947), - [anon_sym_COLON_COLON] = ACTIONS(4949), - [anon_sym_PLUS_EQ] = ACTIONS(4949), - [anon_sym_DASH_EQ] = ACTIONS(4949), - [anon_sym_STAR_EQ] = ACTIONS(4949), - [anon_sym_SLASH_EQ] = ACTIONS(4949), - [anon_sym_PERCENT_EQ] = ACTIONS(4949), - [anon_sym_BANG_EQ] = ACTIONS(4947), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4949), - [anon_sym_EQ_EQ] = ACTIONS(4947), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4949), - [anon_sym_LT_EQ] = ACTIONS(4949), - [anon_sym_GT_EQ] = ACTIONS(4949), - [anon_sym_BANGin] = ACTIONS(4949), - [anon_sym_is] = ACTIONS(4947), - [anon_sym_BANGis] = ACTIONS(4949), - [anon_sym_PLUS] = ACTIONS(4947), - [anon_sym_DASH] = ACTIONS(4947), - [anon_sym_SLASH] = ACTIONS(4947), - [anon_sym_PERCENT] = ACTIONS(4947), - [anon_sym_as_QMARK] = ACTIONS(4949), - [anon_sym_PLUS_PLUS] = ACTIONS(4949), - [anon_sym_DASH_DASH] = ACTIONS(4949), - [anon_sym_BANG] = ACTIONS(4947), - [anon_sym_BANG_BANG] = ACTIONS(4949), - [anon_sym_data] = ACTIONS(4947), - [anon_sym_inner] = ACTIONS(4947), - [anon_sym_expect] = ACTIONS(4947), - [anon_sym_actual] = ACTIONS(4947), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4949), - [anon_sym_continue_AT] = ACTIONS(4949), - [anon_sym_break_AT] = ACTIONS(4949), - [sym_real_literal] = ACTIONS(4949), - [sym_integer_literal] = ACTIONS(4947), - [sym_hex_literal] = ACTIONS(4949), - [sym_bin_literal] = ACTIONS(4949), - [anon_sym_true] = ACTIONS(4947), - [anon_sym_false] = ACTIONS(4947), - [anon_sym_SQUOTE] = ACTIONS(4949), - [sym__backtick_identifier] = ACTIONS(4949), - [sym__automatic_semicolon] = ACTIONS(4949), - [sym_safe_nav] = ACTIONS(4949), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4949), + [3220] = { + [sym__alpha_identifier] = ACTIONS(4406), + [anon_sym_AT] = ACTIONS(4408), + [anon_sym_LBRACK] = ACTIONS(4408), + [anon_sym_as] = ACTIONS(4406), + [anon_sym_EQ] = ACTIONS(4406), + [anon_sym_LBRACE] = ACTIONS(4408), + [anon_sym_RBRACE] = ACTIONS(4408), + [anon_sym_LPAREN] = ACTIONS(4408), + [anon_sym_COMMA] = ACTIONS(4408), + [anon_sym_LT] = ACTIONS(4406), + [anon_sym_GT] = ACTIONS(4406), + [anon_sym_where] = ACTIONS(4406), + [anon_sym_object] = ACTIONS(4406), + [anon_sym_fun] = ACTIONS(4406), + [anon_sym_DOT] = ACTIONS(4406), + [anon_sym_SEMI] = ACTIONS(4408), + [anon_sym_get] = ACTIONS(4406), + [anon_sym_set] = ACTIONS(4406), + [anon_sym_this] = ACTIONS(4406), + [anon_sym_super] = ACTIONS(4406), + [anon_sym_STAR] = ACTIONS(4406), + [sym_label] = ACTIONS(4406), + [anon_sym_in] = ACTIONS(4406), + [anon_sym_DOT_DOT] = ACTIONS(4408), + [anon_sym_QMARK_COLON] = ACTIONS(4408), + [anon_sym_AMP_AMP] = ACTIONS(4408), + [anon_sym_PIPE_PIPE] = ACTIONS(4408), + [anon_sym_null] = ACTIONS(4406), + [anon_sym_if] = ACTIONS(4406), + [anon_sym_else] = ACTIONS(4406), + [anon_sym_when] = ACTIONS(4406), + [anon_sym_try] = ACTIONS(4406), + [anon_sym_throw] = ACTIONS(4406), + [anon_sym_return] = ACTIONS(4406), + [anon_sym_continue] = ACTIONS(4406), + [anon_sym_break] = ACTIONS(4406), + [anon_sym_COLON_COLON] = ACTIONS(4408), + [anon_sym_PLUS_EQ] = ACTIONS(4408), + [anon_sym_DASH_EQ] = ACTIONS(4408), + [anon_sym_STAR_EQ] = ACTIONS(4408), + [anon_sym_SLASH_EQ] = ACTIONS(4408), + [anon_sym_PERCENT_EQ] = ACTIONS(4408), + [anon_sym_BANG_EQ] = ACTIONS(4406), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4408), + [anon_sym_EQ_EQ] = ACTIONS(4406), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4408), + [anon_sym_LT_EQ] = ACTIONS(4408), + [anon_sym_GT_EQ] = ACTIONS(4408), + [anon_sym_BANGin] = ACTIONS(4408), + [anon_sym_is] = ACTIONS(4406), + [anon_sym_BANGis] = ACTIONS(4408), + [anon_sym_PLUS] = ACTIONS(4406), + [anon_sym_DASH] = ACTIONS(4406), + [anon_sym_SLASH] = ACTIONS(4406), + [anon_sym_PERCENT] = ACTIONS(4406), + [anon_sym_as_QMARK] = ACTIONS(4408), + [anon_sym_PLUS_PLUS] = ACTIONS(4408), + [anon_sym_DASH_DASH] = ACTIONS(4408), + [anon_sym_BANG] = ACTIONS(4406), + [anon_sym_BANG_BANG] = ACTIONS(4408), + [anon_sym_data] = ACTIONS(4406), + [anon_sym_inner] = ACTIONS(4406), + [anon_sym_expect] = ACTIONS(4406), + [anon_sym_actual] = ACTIONS(4406), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4408), + [anon_sym_continue_AT] = ACTIONS(4408), + [anon_sym_break_AT] = ACTIONS(4408), + [sym_real_literal] = ACTIONS(4408), + [sym_integer_literal] = ACTIONS(4406), + [sym_hex_literal] = ACTIONS(4408), + [sym_bin_literal] = ACTIONS(4408), + [anon_sym_true] = ACTIONS(4406), + [anon_sym_false] = ACTIONS(4406), + [anon_sym_SQUOTE] = ACTIONS(4408), + [sym__backtick_identifier] = ACTIONS(4408), + [sym__automatic_semicolon] = ACTIONS(4408), + [sym_safe_nav] = ACTIONS(4408), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4408), }, - [3249] = { - [sym__alpha_identifier] = ACTIONS(4454), - [anon_sym_AT] = ACTIONS(4456), - [anon_sym_LBRACK] = ACTIONS(4456), - [anon_sym_RBRACK] = ACTIONS(4456), - [anon_sym_as] = ACTIONS(4454), - [anon_sym_EQ] = ACTIONS(4454), - [anon_sym_LBRACE] = ACTIONS(4456), - [anon_sym_RBRACE] = ACTIONS(4456), - [anon_sym_LPAREN] = ACTIONS(4456), - [anon_sym_COMMA] = ACTIONS(4456), - [anon_sym_RPAREN] = ACTIONS(4456), - [anon_sym_LT] = ACTIONS(4454), - [anon_sym_GT] = ACTIONS(4454), - [anon_sym_where] = ACTIONS(4454), - [anon_sym_DOT] = ACTIONS(4454), - [anon_sym_SEMI] = ACTIONS(4456), - [anon_sym_get] = ACTIONS(4454), - [anon_sym_set] = ACTIONS(4454), - [anon_sym_STAR] = ACTIONS(4454), - [anon_sym_DASH_GT] = ACTIONS(4456), - [sym_label] = ACTIONS(4456), - [anon_sym_in] = ACTIONS(4454), - [anon_sym_while] = ACTIONS(4454), - [anon_sym_DOT_DOT] = ACTIONS(4456), - [anon_sym_QMARK_COLON] = ACTIONS(4456), - [anon_sym_AMP_AMP] = ACTIONS(4456), - [anon_sym_PIPE_PIPE] = ACTIONS(4456), - [anon_sym_else] = ACTIONS(4454), - [anon_sym_COLON_COLON] = ACTIONS(4456), - [anon_sym_PLUS_EQ] = ACTIONS(4456), - [anon_sym_DASH_EQ] = ACTIONS(4456), - [anon_sym_STAR_EQ] = ACTIONS(4456), - [anon_sym_SLASH_EQ] = ACTIONS(4456), - [anon_sym_PERCENT_EQ] = ACTIONS(4456), - [anon_sym_BANG_EQ] = ACTIONS(4454), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4456), - [anon_sym_EQ_EQ] = ACTIONS(4454), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4456), - [anon_sym_LT_EQ] = ACTIONS(4456), - [anon_sym_GT_EQ] = ACTIONS(4456), - [anon_sym_BANGin] = ACTIONS(4456), - [anon_sym_is] = ACTIONS(4454), - [anon_sym_BANGis] = ACTIONS(4456), - [anon_sym_PLUS] = ACTIONS(4454), - [anon_sym_DASH] = ACTIONS(4454), - [anon_sym_SLASH] = ACTIONS(4454), - [anon_sym_PERCENT] = ACTIONS(4454), - [anon_sym_as_QMARK] = ACTIONS(4456), - [anon_sym_PLUS_PLUS] = ACTIONS(4456), - [anon_sym_DASH_DASH] = ACTIONS(4456), - [anon_sym_BANG_BANG] = ACTIONS(4456), - [anon_sym_suspend] = ACTIONS(4454), - [anon_sym_sealed] = ACTIONS(4454), - [anon_sym_annotation] = ACTIONS(4454), - [anon_sym_data] = ACTIONS(4454), - [anon_sym_inner] = ACTIONS(4454), - [anon_sym_override] = ACTIONS(4454), - [anon_sym_lateinit] = ACTIONS(4454), - [anon_sym_public] = ACTIONS(4454), - [anon_sym_private] = ACTIONS(4454), - [anon_sym_internal] = ACTIONS(4454), - [anon_sym_protected] = ACTIONS(4454), - [anon_sym_tailrec] = ACTIONS(4454), - [anon_sym_operator] = ACTIONS(4454), - [anon_sym_infix] = ACTIONS(4454), - [anon_sym_inline] = ACTIONS(4454), - [anon_sym_external] = ACTIONS(4454), - [sym_property_modifier] = ACTIONS(4454), - [anon_sym_abstract] = ACTIONS(4454), - [anon_sym_final] = ACTIONS(4454), - [anon_sym_open] = ACTIONS(4454), - [anon_sym_vararg] = ACTIONS(4454), - [anon_sym_noinline] = ACTIONS(4454), - [anon_sym_crossinline] = ACTIONS(4454), - [anon_sym_expect] = ACTIONS(4454), - [anon_sym_actual] = ACTIONS(4454), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4456), - [sym_safe_nav] = ACTIONS(4456), + [3221] = { + [sym_file_annotation] = STATE(3221), + [aux_sym_source_file_repeat1] = STATE(3221), + [ts_builtin_sym_end] = ACTIONS(6518), + [sym__alpha_identifier] = ACTIONS(6520), + [anon_sym_AT] = ACTIONS(6522), + [anon_sym_LBRACK] = ACTIONS(6518), + [anon_sym_package] = ACTIONS(6520), + [anon_sym_import] = ACTIONS(6520), + [anon_sym_typealias] = ACTIONS(6520), + [anon_sym_class] = ACTIONS(6520), + [anon_sym_interface] = ACTIONS(6520), + [anon_sym_enum] = ACTIONS(6520), + [anon_sym_LBRACE] = ACTIONS(6518), + [anon_sym_LPAREN] = ACTIONS(6518), + [anon_sym_val] = ACTIONS(6520), + [anon_sym_var] = ACTIONS(6520), + [anon_sym_object] = ACTIONS(6520), + [anon_sym_fun] = ACTIONS(6520), + [anon_sym_get] = ACTIONS(6520), + [anon_sym_set] = ACTIONS(6520), + [anon_sym_this] = ACTIONS(6520), + [anon_sym_super] = ACTIONS(6520), + [anon_sym_STAR] = ACTIONS(6518), + [sym_label] = ACTIONS(6520), + [anon_sym_for] = ACTIONS(6520), + [anon_sym_while] = ACTIONS(6520), + [anon_sym_do] = ACTIONS(6520), + [anon_sym_null] = ACTIONS(6520), + [anon_sym_if] = ACTIONS(6520), + [anon_sym_when] = ACTIONS(6520), + [anon_sym_try] = ACTIONS(6520), + [anon_sym_throw] = ACTIONS(6520), + [anon_sym_return] = ACTIONS(6520), + [anon_sym_continue] = ACTIONS(6520), + [anon_sym_break] = ACTIONS(6520), + [anon_sym_COLON_COLON] = ACTIONS(6518), + [anon_sym_PLUS] = ACTIONS(6520), + [anon_sym_DASH] = ACTIONS(6520), + [anon_sym_PLUS_PLUS] = ACTIONS(6518), + [anon_sym_DASH_DASH] = ACTIONS(6518), + [anon_sym_BANG] = ACTIONS(6518), + [anon_sym_suspend] = ACTIONS(6520), + [anon_sym_sealed] = ACTIONS(6520), + [anon_sym_annotation] = ACTIONS(6520), + [anon_sym_data] = ACTIONS(6520), + [anon_sym_inner] = ACTIONS(6520), + [anon_sym_override] = ACTIONS(6520), + [anon_sym_lateinit] = ACTIONS(6520), + [anon_sym_public] = ACTIONS(6520), + [anon_sym_private] = ACTIONS(6520), + [anon_sym_internal] = ACTIONS(6520), + [anon_sym_protected] = ACTIONS(6520), + [anon_sym_tailrec] = ACTIONS(6520), + [anon_sym_operator] = ACTIONS(6520), + [anon_sym_infix] = ACTIONS(6520), + [anon_sym_inline] = ACTIONS(6520), + [anon_sym_external] = ACTIONS(6520), + [sym_property_modifier] = ACTIONS(6520), + [anon_sym_abstract] = ACTIONS(6520), + [anon_sym_final] = ACTIONS(6520), + [anon_sym_open] = ACTIONS(6520), + [anon_sym_vararg] = ACTIONS(6520), + [anon_sym_noinline] = ACTIONS(6520), + [anon_sym_crossinline] = ACTIONS(6520), + [anon_sym_expect] = ACTIONS(6520), + [anon_sym_actual] = ACTIONS(6520), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(6518), + [anon_sym_continue_AT] = ACTIONS(6518), + [anon_sym_break_AT] = ACTIONS(6518), + [sym_real_literal] = ACTIONS(6518), + [sym_integer_literal] = ACTIONS(6520), + [sym_hex_literal] = ACTIONS(6518), + [sym_bin_literal] = ACTIONS(6518), + [anon_sym_true] = ACTIONS(6520), + [anon_sym_false] = ACTIONS(6520), + [anon_sym_SQUOTE] = ACTIONS(6518), + [sym__backtick_identifier] = ACTIONS(6518), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(6518), + }, + [3222] = { + [sym__alpha_identifier] = ACTIONS(5073), + [anon_sym_AT] = ACTIONS(5075), + [anon_sym_LBRACK] = ACTIONS(5075), + [anon_sym_as] = ACTIONS(5073), + [anon_sym_EQ] = ACTIONS(5073), + [anon_sym_LBRACE] = ACTIONS(5075), + [anon_sym_RBRACE] = ACTIONS(5075), + [anon_sym_LPAREN] = ACTIONS(5075), + [anon_sym_COMMA] = ACTIONS(5075), + [anon_sym_LT] = ACTIONS(5073), + [anon_sym_GT] = ACTIONS(5073), + [anon_sym_where] = ACTIONS(5073), + [anon_sym_object] = ACTIONS(5073), + [anon_sym_fun] = ACTIONS(5073), + [anon_sym_DOT] = ACTIONS(5073), + [anon_sym_SEMI] = ACTIONS(5075), + [anon_sym_get] = ACTIONS(5073), + [anon_sym_set] = ACTIONS(5073), + [anon_sym_this] = ACTIONS(5073), + [anon_sym_super] = ACTIONS(5073), + [anon_sym_STAR] = ACTIONS(5073), + [sym_label] = ACTIONS(5073), + [anon_sym_in] = ACTIONS(5073), + [anon_sym_DOT_DOT] = ACTIONS(5075), + [anon_sym_QMARK_COLON] = ACTIONS(5075), + [anon_sym_AMP_AMP] = ACTIONS(5075), + [anon_sym_PIPE_PIPE] = ACTIONS(5075), + [anon_sym_null] = ACTIONS(5073), + [anon_sym_if] = ACTIONS(5073), + [anon_sym_else] = ACTIONS(5073), + [anon_sym_when] = ACTIONS(5073), + [anon_sym_try] = ACTIONS(5073), + [anon_sym_throw] = ACTIONS(5073), + [anon_sym_return] = ACTIONS(5073), + [anon_sym_continue] = ACTIONS(5073), + [anon_sym_break] = ACTIONS(5073), + [anon_sym_COLON_COLON] = ACTIONS(5075), + [anon_sym_PLUS_EQ] = ACTIONS(5075), + [anon_sym_DASH_EQ] = ACTIONS(5075), + [anon_sym_STAR_EQ] = ACTIONS(5075), + [anon_sym_SLASH_EQ] = ACTIONS(5075), + [anon_sym_PERCENT_EQ] = ACTIONS(5075), + [anon_sym_BANG_EQ] = ACTIONS(5073), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5075), + [anon_sym_EQ_EQ] = ACTIONS(5073), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5075), + [anon_sym_LT_EQ] = ACTIONS(5075), + [anon_sym_GT_EQ] = ACTIONS(5075), + [anon_sym_BANGin] = ACTIONS(5075), + [anon_sym_is] = ACTIONS(5073), + [anon_sym_BANGis] = ACTIONS(5075), + [anon_sym_PLUS] = ACTIONS(5073), + [anon_sym_DASH] = ACTIONS(5073), + [anon_sym_SLASH] = ACTIONS(5073), + [anon_sym_PERCENT] = ACTIONS(5073), + [anon_sym_as_QMARK] = ACTIONS(5075), + [anon_sym_PLUS_PLUS] = ACTIONS(5075), + [anon_sym_DASH_DASH] = ACTIONS(5075), + [anon_sym_BANG] = ACTIONS(5073), + [anon_sym_BANG_BANG] = ACTIONS(5075), + [anon_sym_data] = ACTIONS(5073), + [anon_sym_inner] = ACTIONS(5073), + [anon_sym_expect] = ACTIONS(5073), + [anon_sym_actual] = ACTIONS(5073), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5075), + [anon_sym_continue_AT] = ACTIONS(5075), + [anon_sym_break_AT] = ACTIONS(5075), + [sym_real_literal] = ACTIONS(5075), + [sym_integer_literal] = ACTIONS(5073), + [sym_hex_literal] = ACTIONS(5075), + [sym_bin_literal] = ACTIONS(5075), + [anon_sym_true] = ACTIONS(5073), + [anon_sym_false] = ACTIONS(5073), + [anon_sym_SQUOTE] = ACTIONS(5075), + [sym__backtick_identifier] = ACTIONS(5075), + [sym__automatic_semicolon] = ACTIONS(5075), + [sym_safe_nav] = ACTIONS(5075), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5075), + }, + [3223] = { + [sym__alpha_identifier] = ACTIONS(3212), + [anon_sym_AT] = ACTIONS(3216), + [anon_sym_LBRACK] = ACTIONS(3216), + [anon_sym_as] = ACTIONS(3212), + [anon_sym_EQ] = ACTIONS(3212), + [anon_sym_LBRACE] = ACTIONS(3216), + [anon_sym_RBRACE] = ACTIONS(3216), + [anon_sym_LPAREN] = ACTIONS(3216), + [anon_sym_COMMA] = ACTIONS(3216), + [anon_sym_LT] = ACTIONS(3212), + [anon_sym_GT] = ACTIONS(3212), + [anon_sym_where] = ACTIONS(3212), + [anon_sym_object] = ACTIONS(3212), + [anon_sym_fun] = ACTIONS(3212), + [anon_sym_DOT] = ACTIONS(3212), + [anon_sym_SEMI] = ACTIONS(3216), + [anon_sym_get] = ACTIONS(3212), + [anon_sym_set] = ACTIONS(3212), + [anon_sym_this] = ACTIONS(3212), + [anon_sym_super] = ACTIONS(3212), + [anon_sym_STAR] = ACTIONS(3212), + [sym_label] = ACTIONS(3212), + [anon_sym_in] = ACTIONS(3212), + [anon_sym_DOT_DOT] = ACTIONS(3216), + [anon_sym_QMARK_COLON] = ACTIONS(3216), + [anon_sym_AMP_AMP] = ACTIONS(3216), + [anon_sym_PIPE_PIPE] = ACTIONS(3216), + [anon_sym_null] = ACTIONS(3212), + [anon_sym_if] = ACTIONS(3212), + [anon_sym_else] = ACTIONS(3212), + [anon_sym_when] = ACTIONS(3212), + [anon_sym_try] = ACTIONS(3212), + [anon_sym_throw] = ACTIONS(3212), + [anon_sym_return] = ACTIONS(3212), + [anon_sym_continue] = ACTIONS(3212), + [anon_sym_break] = ACTIONS(3212), + [anon_sym_COLON_COLON] = ACTIONS(3216), + [anon_sym_PLUS_EQ] = ACTIONS(3216), + [anon_sym_DASH_EQ] = ACTIONS(3216), + [anon_sym_STAR_EQ] = ACTIONS(3216), + [anon_sym_SLASH_EQ] = ACTIONS(3216), + [anon_sym_PERCENT_EQ] = ACTIONS(3216), + [anon_sym_BANG_EQ] = ACTIONS(3212), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3216), + [anon_sym_EQ_EQ] = ACTIONS(3212), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3216), + [anon_sym_LT_EQ] = ACTIONS(3216), + [anon_sym_GT_EQ] = ACTIONS(3216), + [anon_sym_BANGin] = ACTIONS(3216), + [anon_sym_is] = ACTIONS(3212), + [anon_sym_BANGis] = ACTIONS(3216), + [anon_sym_PLUS] = ACTIONS(3212), + [anon_sym_DASH] = ACTIONS(3212), + [anon_sym_SLASH] = ACTIONS(3212), + [anon_sym_PERCENT] = ACTIONS(3212), + [anon_sym_as_QMARK] = ACTIONS(3216), + [anon_sym_PLUS_PLUS] = ACTIONS(3216), + [anon_sym_DASH_DASH] = ACTIONS(3216), + [anon_sym_BANG] = ACTIONS(3212), + [anon_sym_BANG_BANG] = ACTIONS(3216), + [anon_sym_data] = ACTIONS(3212), + [anon_sym_inner] = ACTIONS(3212), + [anon_sym_expect] = ACTIONS(3212), + [anon_sym_actual] = ACTIONS(3212), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3216), + [anon_sym_continue_AT] = ACTIONS(3216), + [anon_sym_break_AT] = ACTIONS(3216), + [sym_real_literal] = ACTIONS(3216), + [sym_integer_literal] = ACTIONS(3212), + [sym_hex_literal] = ACTIONS(3216), + [sym_bin_literal] = ACTIONS(3216), + [anon_sym_true] = ACTIONS(3212), + [anon_sym_false] = ACTIONS(3212), + [anon_sym_SQUOTE] = ACTIONS(3216), + [sym__backtick_identifier] = ACTIONS(3216), + [sym__automatic_semicolon] = ACTIONS(3216), + [sym_safe_nav] = ACTIONS(3216), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3216), + }, + [3224] = { + [sym__alpha_identifier] = ACTIONS(5069), + [anon_sym_AT] = ACTIONS(5071), + [anon_sym_LBRACK] = ACTIONS(5071), + [anon_sym_as] = ACTIONS(5069), + [anon_sym_EQ] = ACTIONS(5069), + [anon_sym_LBRACE] = ACTIONS(5071), + [anon_sym_RBRACE] = ACTIONS(5071), + [anon_sym_LPAREN] = ACTIONS(5071), + [anon_sym_COMMA] = ACTIONS(5071), + [anon_sym_LT] = ACTIONS(5069), + [anon_sym_GT] = ACTIONS(5069), + [anon_sym_where] = ACTIONS(5069), + [anon_sym_object] = ACTIONS(5069), + [anon_sym_fun] = ACTIONS(5069), + [anon_sym_DOT] = ACTIONS(5069), + [anon_sym_SEMI] = ACTIONS(5071), + [anon_sym_get] = ACTIONS(5069), + [anon_sym_set] = ACTIONS(5069), + [anon_sym_this] = ACTIONS(5069), + [anon_sym_super] = ACTIONS(5069), + [anon_sym_STAR] = ACTIONS(5069), + [sym_label] = ACTIONS(5069), + [anon_sym_in] = ACTIONS(5069), + [anon_sym_DOT_DOT] = ACTIONS(5071), + [anon_sym_QMARK_COLON] = ACTIONS(5071), + [anon_sym_AMP_AMP] = ACTIONS(5071), + [anon_sym_PIPE_PIPE] = ACTIONS(5071), + [anon_sym_null] = ACTIONS(5069), + [anon_sym_if] = ACTIONS(5069), + [anon_sym_else] = ACTIONS(5069), + [anon_sym_when] = ACTIONS(5069), + [anon_sym_try] = ACTIONS(5069), + [anon_sym_throw] = ACTIONS(5069), + [anon_sym_return] = ACTIONS(5069), + [anon_sym_continue] = ACTIONS(5069), + [anon_sym_break] = ACTIONS(5069), + [anon_sym_COLON_COLON] = ACTIONS(5071), + [anon_sym_PLUS_EQ] = ACTIONS(5071), + [anon_sym_DASH_EQ] = ACTIONS(5071), + [anon_sym_STAR_EQ] = ACTIONS(5071), + [anon_sym_SLASH_EQ] = ACTIONS(5071), + [anon_sym_PERCENT_EQ] = ACTIONS(5071), + [anon_sym_BANG_EQ] = ACTIONS(5069), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5071), + [anon_sym_EQ_EQ] = ACTIONS(5069), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5071), + [anon_sym_LT_EQ] = ACTIONS(5071), + [anon_sym_GT_EQ] = ACTIONS(5071), + [anon_sym_BANGin] = ACTIONS(5071), + [anon_sym_is] = ACTIONS(5069), + [anon_sym_BANGis] = ACTIONS(5071), + [anon_sym_PLUS] = ACTIONS(5069), + [anon_sym_DASH] = ACTIONS(5069), + [anon_sym_SLASH] = ACTIONS(5069), + [anon_sym_PERCENT] = ACTIONS(5069), + [anon_sym_as_QMARK] = ACTIONS(5071), + [anon_sym_PLUS_PLUS] = ACTIONS(5071), + [anon_sym_DASH_DASH] = ACTIONS(5071), + [anon_sym_BANG] = ACTIONS(5069), + [anon_sym_BANG_BANG] = ACTIONS(5071), + [anon_sym_data] = ACTIONS(5069), + [anon_sym_inner] = ACTIONS(5069), + [anon_sym_expect] = ACTIONS(5069), + [anon_sym_actual] = ACTIONS(5069), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5071), + [anon_sym_continue_AT] = ACTIONS(5071), + [anon_sym_break_AT] = ACTIONS(5071), + [sym_real_literal] = ACTIONS(5071), + [sym_integer_literal] = ACTIONS(5069), + [sym_hex_literal] = ACTIONS(5071), + [sym_bin_literal] = ACTIONS(5071), + [anon_sym_true] = ACTIONS(5069), + [anon_sym_false] = ACTIONS(5069), + [anon_sym_SQUOTE] = ACTIONS(5071), + [sym__backtick_identifier] = ACTIONS(5071), + [sym__automatic_semicolon] = ACTIONS(5071), + [sym_safe_nav] = ACTIONS(5071), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5071), + }, + [3225] = { + [sym__alpha_identifier] = ACTIONS(3278), + [anon_sym_AT] = ACTIONS(3280), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_EQ] = ACTIONS(3278), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_COMMA] = ACTIONS(3280), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_where] = ACTIONS(3278), + [anon_sym_object] = ACTIONS(3278), + [anon_sym_fun] = ACTIONS(3278), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(3280), + [anon_sym_get] = ACTIONS(3278), + [anon_sym_set] = ACTIONS(3278), + [anon_sym_this] = ACTIONS(3278), + [anon_sym_super] = ACTIONS(3278), + [anon_sym_STAR] = ACTIONS(3278), + [sym_label] = ACTIONS(3278), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_null] = ACTIONS(3278), + [anon_sym_if] = ACTIONS(3278), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_when] = ACTIONS(3278), + [anon_sym_try] = ACTIONS(3278), + [anon_sym_throw] = ACTIONS(3278), + [anon_sym_return] = ACTIONS(3278), + [anon_sym_continue] = ACTIONS(3278), + [anon_sym_break] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_PLUS_EQ] = ACTIONS(3280), + [anon_sym_DASH_EQ] = ACTIONS(3280), + [anon_sym_STAR_EQ] = ACTIONS(3280), + [anon_sym_SLASH_EQ] = ACTIONS(3280), + [anon_sym_PERCENT_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3278), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG] = ACTIONS(3278), + [anon_sym_BANG_BANG] = ACTIONS(3280), + [anon_sym_data] = ACTIONS(3278), + [anon_sym_inner] = ACTIONS(3278), + [anon_sym_expect] = ACTIONS(3278), + [anon_sym_actual] = ACTIONS(3278), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3280), + [anon_sym_continue_AT] = ACTIONS(3280), + [anon_sym_break_AT] = ACTIONS(3280), + [sym_real_literal] = ACTIONS(3280), + [sym_integer_literal] = ACTIONS(3278), + [sym_hex_literal] = ACTIONS(3280), + [sym_bin_literal] = ACTIONS(3280), + [anon_sym_true] = ACTIONS(3278), + [anon_sym_false] = ACTIONS(3278), + [anon_sym_SQUOTE] = ACTIONS(3280), + [sym__backtick_identifier] = ACTIONS(3280), + [sym__automatic_semicolon] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3280), + }, + [3226] = { + [sym__alpha_identifier] = ACTIONS(4853), + [anon_sym_AT] = ACTIONS(4855), + [anon_sym_LBRACK] = ACTIONS(4855), + [anon_sym_RBRACK] = ACTIONS(4855), + [anon_sym_as] = ACTIONS(4853), + [anon_sym_EQ] = ACTIONS(4853), + [anon_sym_LBRACE] = ACTIONS(4855), + [anon_sym_RBRACE] = ACTIONS(4855), + [anon_sym_LPAREN] = ACTIONS(4855), + [anon_sym_COMMA] = ACTIONS(4855), + [anon_sym_RPAREN] = ACTIONS(4855), + [anon_sym_LT] = ACTIONS(4853), + [anon_sym_GT] = ACTIONS(4853), + [anon_sym_where] = ACTIONS(4853), + [anon_sym_DOT] = ACTIONS(4853), + [anon_sym_SEMI] = ACTIONS(4855), + [anon_sym_get] = ACTIONS(4853), + [anon_sym_set] = ACTIONS(4853), + [anon_sym_STAR] = ACTIONS(4853), + [anon_sym_DASH_GT] = ACTIONS(4855), + [sym_label] = ACTIONS(4855), + [anon_sym_in] = ACTIONS(4853), + [anon_sym_while] = ACTIONS(4853), + [anon_sym_DOT_DOT] = ACTIONS(4855), + [anon_sym_QMARK_COLON] = ACTIONS(4855), + [anon_sym_AMP_AMP] = ACTIONS(4855), + [anon_sym_PIPE_PIPE] = ACTIONS(4855), + [anon_sym_else] = ACTIONS(4853), + [anon_sym_COLON_COLON] = ACTIONS(4855), + [anon_sym_PLUS_EQ] = ACTIONS(4855), + [anon_sym_DASH_EQ] = ACTIONS(4855), + [anon_sym_STAR_EQ] = ACTIONS(4855), + [anon_sym_SLASH_EQ] = ACTIONS(4855), + [anon_sym_PERCENT_EQ] = ACTIONS(4855), + [anon_sym_BANG_EQ] = ACTIONS(4853), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4855), + [anon_sym_EQ_EQ] = ACTIONS(4853), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4855), + [anon_sym_LT_EQ] = ACTIONS(4855), + [anon_sym_GT_EQ] = ACTIONS(4855), + [anon_sym_BANGin] = ACTIONS(4855), + [anon_sym_is] = ACTIONS(4853), + [anon_sym_BANGis] = ACTIONS(4855), + [anon_sym_PLUS] = ACTIONS(4853), + [anon_sym_DASH] = ACTIONS(4853), + [anon_sym_SLASH] = ACTIONS(4853), + [anon_sym_PERCENT] = ACTIONS(4853), + [anon_sym_as_QMARK] = ACTIONS(4855), + [anon_sym_PLUS_PLUS] = ACTIONS(4855), + [anon_sym_DASH_DASH] = ACTIONS(4855), + [anon_sym_BANG_BANG] = ACTIONS(4855), + [anon_sym_suspend] = ACTIONS(4853), + [anon_sym_sealed] = ACTIONS(4853), + [anon_sym_annotation] = ACTIONS(4853), + [anon_sym_data] = ACTIONS(4853), + [anon_sym_inner] = ACTIONS(4853), + [anon_sym_override] = ACTIONS(4853), + [anon_sym_lateinit] = ACTIONS(4853), + [anon_sym_public] = ACTIONS(4853), + [anon_sym_private] = ACTIONS(4853), + [anon_sym_internal] = ACTIONS(4853), + [anon_sym_protected] = ACTIONS(4853), + [anon_sym_tailrec] = ACTIONS(4853), + [anon_sym_operator] = ACTIONS(4853), + [anon_sym_infix] = ACTIONS(4853), + [anon_sym_inline] = ACTIONS(4853), + [anon_sym_external] = ACTIONS(4853), + [sym_property_modifier] = ACTIONS(4853), + [anon_sym_abstract] = ACTIONS(4853), + [anon_sym_final] = ACTIONS(4853), + [anon_sym_open] = ACTIONS(4853), + [anon_sym_vararg] = ACTIONS(4853), + [anon_sym_noinline] = ACTIONS(4853), + [anon_sym_crossinline] = ACTIONS(4853), + [anon_sym_expect] = ACTIONS(4853), + [anon_sym_actual] = ACTIONS(4853), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4855), + [sym_safe_nav] = ACTIONS(4855), [sym_multiline_comment] = ACTIONS(3), }, - [3250] = { - [sym__alpha_identifier] = ACTIONS(4875), - [anon_sym_AT] = ACTIONS(4877), - [anon_sym_LBRACK] = ACTIONS(4877), - [anon_sym_RBRACK] = ACTIONS(4877), - [anon_sym_as] = ACTIONS(4875), - [anon_sym_EQ] = ACTIONS(4875), - [anon_sym_LBRACE] = ACTIONS(4877), - [anon_sym_RBRACE] = ACTIONS(4877), - [anon_sym_LPAREN] = ACTIONS(4877), - [anon_sym_COMMA] = ACTIONS(4877), - [anon_sym_RPAREN] = ACTIONS(4877), - [anon_sym_LT] = ACTIONS(4875), - [anon_sym_GT] = ACTIONS(4875), - [anon_sym_where] = ACTIONS(4875), - [anon_sym_DOT] = ACTIONS(4875), - [anon_sym_SEMI] = ACTIONS(4877), - [anon_sym_get] = ACTIONS(4875), - [anon_sym_set] = ACTIONS(4875), - [anon_sym_STAR] = ACTIONS(4875), - [anon_sym_DASH_GT] = ACTIONS(4877), - [sym_label] = ACTIONS(4877), - [anon_sym_in] = ACTIONS(4875), - [anon_sym_while] = ACTIONS(4875), - [anon_sym_DOT_DOT] = ACTIONS(4877), - [anon_sym_QMARK_COLON] = ACTIONS(4877), - [anon_sym_AMP_AMP] = ACTIONS(4877), - [anon_sym_PIPE_PIPE] = ACTIONS(4877), - [anon_sym_else] = ACTIONS(4875), - [anon_sym_COLON_COLON] = ACTIONS(4877), - [anon_sym_PLUS_EQ] = ACTIONS(4877), - [anon_sym_DASH_EQ] = ACTIONS(4877), - [anon_sym_STAR_EQ] = ACTIONS(4877), - [anon_sym_SLASH_EQ] = ACTIONS(4877), - [anon_sym_PERCENT_EQ] = ACTIONS(4877), - [anon_sym_BANG_EQ] = ACTIONS(4875), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4877), - [anon_sym_EQ_EQ] = ACTIONS(4875), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4877), - [anon_sym_LT_EQ] = ACTIONS(4877), - [anon_sym_GT_EQ] = ACTIONS(4877), - [anon_sym_BANGin] = ACTIONS(4877), - [anon_sym_is] = ACTIONS(4875), - [anon_sym_BANGis] = ACTIONS(4877), - [anon_sym_PLUS] = ACTIONS(4875), - [anon_sym_DASH] = ACTIONS(4875), - [anon_sym_SLASH] = ACTIONS(4875), - [anon_sym_PERCENT] = ACTIONS(4875), - [anon_sym_as_QMARK] = ACTIONS(4877), - [anon_sym_PLUS_PLUS] = ACTIONS(4877), - [anon_sym_DASH_DASH] = ACTIONS(4877), - [anon_sym_BANG_BANG] = ACTIONS(4877), - [anon_sym_suspend] = ACTIONS(4875), - [anon_sym_sealed] = ACTIONS(4875), - [anon_sym_annotation] = ACTIONS(4875), - [anon_sym_data] = ACTIONS(4875), - [anon_sym_inner] = ACTIONS(4875), - [anon_sym_override] = ACTIONS(4875), - [anon_sym_lateinit] = ACTIONS(4875), - [anon_sym_public] = ACTIONS(4875), - [anon_sym_private] = ACTIONS(4875), - [anon_sym_internal] = ACTIONS(4875), - [anon_sym_protected] = ACTIONS(4875), - [anon_sym_tailrec] = ACTIONS(4875), - [anon_sym_operator] = ACTIONS(4875), - [anon_sym_infix] = ACTIONS(4875), - [anon_sym_inline] = ACTIONS(4875), - [anon_sym_external] = ACTIONS(4875), - [sym_property_modifier] = ACTIONS(4875), - [anon_sym_abstract] = ACTIONS(4875), - [anon_sym_final] = ACTIONS(4875), - [anon_sym_open] = ACTIONS(4875), - [anon_sym_vararg] = ACTIONS(4875), - [anon_sym_noinline] = ACTIONS(4875), - [anon_sym_crossinline] = ACTIONS(4875), - [anon_sym_expect] = ACTIONS(4875), - [anon_sym_actual] = ACTIONS(4875), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4877), - [sym_safe_nav] = ACTIONS(4877), + [3227] = { + [sym__alpha_identifier] = ACTIONS(4416), + [anon_sym_AT] = ACTIONS(4418), + [anon_sym_LBRACK] = ACTIONS(4418), + [anon_sym_as] = ACTIONS(4416), + [anon_sym_EQ] = ACTIONS(4416), + [anon_sym_LBRACE] = ACTIONS(4418), + [anon_sym_RBRACE] = ACTIONS(4418), + [anon_sym_LPAREN] = ACTIONS(4418), + [anon_sym_COMMA] = ACTIONS(4418), + [anon_sym_LT] = ACTIONS(4416), + [anon_sym_GT] = ACTIONS(4416), + [anon_sym_where] = ACTIONS(4416), + [anon_sym_object] = ACTIONS(4416), + [anon_sym_fun] = ACTIONS(4416), + [anon_sym_DOT] = ACTIONS(4416), + [anon_sym_SEMI] = ACTIONS(4418), + [anon_sym_get] = ACTIONS(4416), + [anon_sym_set] = ACTIONS(4416), + [anon_sym_this] = ACTIONS(4416), + [anon_sym_super] = ACTIONS(4416), + [anon_sym_STAR] = ACTIONS(4416), + [sym_label] = ACTIONS(4416), + [anon_sym_in] = ACTIONS(4416), + [anon_sym_DOT_DOT] = ACTIONS(4418), + [anon_sym_QMARK_COLON] = ACTIONS(4418), + [anon_sym_AMP_AMP] = ACTIONS(4418), + [anon_sym_PIPE_PIPE] = ACTIONS(4418), + [anon_sym_null] = ACTIONS(4416), + [anon_sym_if] = ACTIONS(4416), + [anon_sym_else] = ACTIONS(4416), + [anon_sym_when] = ACTIONS(4416), + [anon_sym_try] = ACTIONS(4416), + [anon_sym_throw] = ACTIONS(4416), + [anon_sym_return] = ACTIONS(4416), + [anon_sym_continue] = ACTIONS(4416), + [anon_sym_break] = ACTIONS(4416), + [anon_sym_COLON_COLON] = ACTIONS(4418), + [anon_sym_PLUS_EQ] = ACTIONS(4418), + [anon_sym_DASH_EQ] = ACTIONS(4418), + [anon_sym_STAR_EQ] = ACTIONS(4418), + [anon_sym_SLASH_EQ] = ACTIONS(4418), + [anon_sym_PERCENT_EQ] = ACTIONS(4418), + [anon_sym_BANG_EQ] = ACTIONS(4416), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4418), + [anon_sym_EQ_EQ] = ACTIONS(4416), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4418), + [anon_sym_LT_EQ] = ACTIONS(4418), + [anon_sym_GT_EQ] = ACTIONS(4418), + [anon_sym_BANGin] = ACTIONS(4418), + [anon_sym_is] = ACTIONS(4416), + [anon_sym_BANGis] = ACTIONS(4418), + [anon_sym_PLUS] = ACTIONS(4416), + [anon_sym_DASH] = ACTIONS(4416), + [anon_sym_SLASH] = ACTIONS(4416), + [anon_sym_PERCENT] = ACTIONS(4416), + [anon_sym_as_QMARK] = ACTIONS(4418), + [anon_sym_PLUS_PLUS] = ACTIONS(4418), + [anon_sym_DASH_DASH] = ACTIONS(4418), + [anon_sym_BANG] = ACTIONS(4416), + [anon_sym_BANG_BANG] = ACTIONS(4418), + [anon_sym_data] = ACTIONS(4416), + [anon_sym_inner] = ACTIONS(4416), + [anon_sym_expect] = ACTIONS(4416), + [anon_sym_actual] = ACTIONS(4416), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4418), + [anon_sym_continue_AT] = ACTIONS(4418), + [anon_sym_break_AT] = ACTIONS(4418), + [sym_real_literal] = ACTIONS(4418), + [sym_integer_literal] = ACTIONS(4416), + [sym_hex_literal] = ACTIONS(4418), + [sym_bin_literal] = ACTIONS(4418), + [anon_sym_true] = ACTIONS(4416), + [anon_sym_false] = ACTIONS(4416), + [anon_sym_SQUOTE] = ACTIONS(4418), + [sym__backtick_identifier] = ACTIONS(4418), + [sym__automatic_semicolon] = ACTIONS(4418), + [sym_safe_nav] = ACTIONS(4418), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4418), + }, + [3228] = { + [sym__alpha_identifier] = ACTIONS(4873), + [anon_sym_AT] = ACTIONS(4875), + [anon_sym_LBRACK] = ACTIONS(4875), + [anon_sym_RBRACK] = ACTIONS(4875), + [anon_sym_as] = ACTIONS(4873), + [anon_sym_EQ] = ACTIONS(4873), + [anon_sym_LBRACE] = ACTIONS(4875), + [anon_sym_RBRACE] = ACTIONS(4875), + [anon_sym_LPAREN] = ACTIONS(4875), + [anon_sym_COMMA] = ACTIONS(4875), + [anon_sym_RPAREN] = ACTIONS(4875), + [anon_sym_LT] = ACTIONS(4873), + [anon_sym_GT] = ACTIONS(4873), + [anon_sym_where] = ACTIONS(4873), + [anon_sym_DOT] = ACTIONS(4873), + [anon_sym_SEMI] = ACTIONS(4875), + [anon_sym_get] = ACTIONS(4873), + [anon_sym_set] = ACTIONS(4873), + [anon_sym_STAR] = ACTIONS(4873), + [anon_sym_DASH_GT] = ACTIONS(4875), + [sym_label] = ACTIONS(4875), + [anon_sym_in] = ACTIONS(4873), + [anon_sym_while] = ACTIONS(4873), + [anon_sym_DOT_DOT] = ACTIONS(4875), + [anon_sym_QMARK_COLON] = ACTIONS(4875), + [anon_sym_AMP_AMP] = ACTIONS(4875), + [anon_sym_PIPE_PIPE] = ACTIONS(4875), + [anon_sym_else] = ACTIONS(4873), + [anon_sym_COLON_COLON] = ACTIONS(4875), + [anon_sym_PLUS_EQ] = ACTIONS(4875), + [anon_sym_DASH_EQ] = ACTIONS(4875), + [anon_sym_STAR_EQ] = ACTIONS(4875), + [anon_sym_SLASH_EQ] = ACTIONS(4875), + [anon_sym_PERCENT_EQ] = ACTIONS(4875), + [anon_sym_BANG_EQ] = ACTIONS(4873), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4875), + [anon_sym_EQ_EQ] = ACTIONS(4873), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4875), + [anon_sym_LT_EQ] = ACTIONS(4875), + [anon_sym_GT_EQ] = ACTIONS(4875), + [anon_sym_BANGin] = ACTIONS(4875), + [anon_sym_is] = ACTIONS(4873), + [anon_sym_BANGis] = ACTIONS(4875), + [anon_sym_PLUS] = ACTIONS(4873), + [anon_sym_DASH] = ACTIONS(4873), + [anon_sym_SLASH] = ACTIONS(4873), + [anon_sym_PERCENT] = ACTIONS(4873), + [anon_sym_as_QMARK] = ACTIONS(4875), + [anon_sym_PLUS_PLUS] = ACTIONS(4875), + [anon_sym_DASH_DASH] = ACTIONS(4875), + [anon_sym_BANG_BANG] = ACTIONS(4875), + [anon_sym_suspend] = ACTIONS(4873), + [anon_sym_sealed] = ACTIONS(4873), + [anon_sym_annotation] = ACTIONS(4873), + [anon_sym_data] = ACTIONS(4873), + [anon_sym_inner] = ACTIONS(4873), + [anon_sym_override] = ACTIONS(4873), + [anon_sym_lateinit] = ACTIONS(4873), + [anon_sym_public] = ACTIONS(4873), + [anon_sym_private] = ACTIONS(4873), + [anon_sym_internal] = ACTIONS(4873), + [anon_sym_protected] = ACTIONS(4873), + [anon_sym_tailrec] = ACTIONS(4873), + [anon_sym_operator] = ACTIONS(4873), + [anon_sym_infix] = ACTIONS(4873), + [anon_sym_inline] = ACTIONS(4873), + [anon_sym_external] = ACTIONS(4873), + [sym_property_modifier] = ACTIONS(4873), + [anon_sym_abstract] = ACTIONS(4873), + [anon_sym_final] = ACTIONS(4873), + [anon_sym_open] = ACTIONS(4873), + [anon_sym_vararg] = ACTIONS(4873), + [anon_sym_noinline] = ACTIONS(4873), + [anon_sym_crossinline] = ACTIONS(4873), + [anon_sym_expect] = ACTIONS(4873), + [anon_sym_actual] = ACTIONS(4873), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4875), + [sym_safe_nav] = ACTIONS(4875), [sym_multiline_comment] = ACTIONS(3), }, - [3251] = { - [sym__alpha_identifier] = ACTIONS(3254), - [anon_sym_AT] = ACTIONS(3256), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_RBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_EQ] = ACTIONS(3254), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_COMMA] = ACTIONS(3256), - [anon_sym_RPAREN] = ACTIONS(3256), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_where] = ACTIONS(3254), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(3256), - [anon_sym_get] = ACTIONS(3254), - [anon_sym_set] = ACTIONS(3254), - [anon_sym_STAR] = ACTIONS(3254), - [anon_sym_DASH_GT] = ACTIONS(3256), - [sym_label] = ACTIONS(3256), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_while] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_PLUS_EQ] = ACTIONS(3256), - [anon_sym_DASH_EQ] = ACTIONS(3256), - [anon_sym_STAR_EQ] = ACTIONS(3256), - [anon_sym_SLASH_EQ] = ACTIONS(3256), - [anon_sym_PERCENT_EQ] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3254), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG_BANG] = ACTIONS(3256), - [anon_sym_suspend] = ACTIONS(3254), - [anon_sym_sealed] = ACTIONS(3254), - [anon_sym_annotation] = ACTIONS(3254), - [anon_sym_data] = ACTIONS(3254), - [anon_sym_inner] = ACTIONS(3254), - [anon_sym_override] = ACTIONS(3254), - [anon_sym_lateinit] = ACTIONS(3254), - [anon_sym_public] = ACTIONS(3254), - [anon_sym_private] = ACTIONS(3254), - [anon_sym_internal] = ACTIONS(3254), - [anon_sym_protected] = ACTIONS(3254), - [anon_sym_tailrec] = ACTIONS(3254), - [anon_sym_operator] = ACTIONS(3254), - [anon_sym_infix] = ACTIONS(3254), - [anon_sym_inline] = ACTIONS(3254), - [anon_sym_external] = ACTIONS(3254), - [sym_property_modifier] = ACTIONS(3254), - [anon_sym_abstract] = ACTIONS(3254), - [anon_sym_final] = ACTIONS(3254), - [anon_sym_open] = ACTIONS(3254), - [anon_sym_vararg] = ACTIONS(3254), - [anon_sym_noinline] = ACTIONS(3254), - [anon_sym_crossinline] = ACTIONS(3254), - [anon_sym_expect] = ACTIONS(3254), - [anon_sym_actual] = ACTIONS(3254), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), + [3229] = { + [sym_type_constraints] = STATE(3634), + [sym_function_body] = STATE(3198), + [sym__block] = STATE(3464), + [sym__alpha_identifier] = ACTIONS(4085), + [anon_sym_AT] = ACTIONS(4087), + [anon_sym_LBRACK] = ACTIONS(4087), + [anon_sym_as] = ACTIONS(4085), + [anon_sym_EQ] = ACTIONS(6389), + [anon_sym_LBRACE] = ACTIONS(6233), + [anon_sym_RBRACE] = ACTIONS(4087), + [anon_sym_LPAREN] = ACTIONS(4087), + [anon_sym_RPAREN] = ACTIONS(4087), + [anon_sym_LT] = ACTIONS(4085), + [anon_sym_GT] = ACTIONS(4085), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(4085), + [anon_sym_SEMI] = ACTIONS(4087), + [anon_sym_get] = ACTIONS(4085), + [anon_sym_set] = ACTIONS(4085), + [anon_sym_STAR] = ACTIONS(4085), + [sym_label] = ACTIONS(4087), + [anon_sym_in] = ACTIONS(4085), + [anon_sym_while] = ACTIONS(4085), + [anon_sym_DOT_DOT] = ACTIONS(4087), + [anon_sym_QMARK_COLON] = ACTIONS(4087), + [anon_sym_AMP_AMP] = ACTIONS(4087), + [anon_sym_PIPE_PIPE] = ACTIONS(4087), + [anon_sym_else] = ACTIONS(4085), + [anon_sym_COLON_COLON] = ACTIONS(4087), + [anon_sym_PLUS_EQ] = ACTIONS(4087), + [anon_sym_DASH_EQ] = ACTIONS(4087), + [anon_sym_STAR_EQ] = ACTIONS(4087), + [anon_sym_SLASH_EQ] = ACTIONS(4087), + [anon_sym_PERCENT_EQ] = ACTIONS(4087), + [anon_sym_BANG_EQ] = ACTIONS(4085), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4087), + [anon_sym_EQ_EQ] = ACTIONS(4085), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4087), + [anon_sym_LT_EQ] = ACTIONS(4087), + [anon_sym_GT_EQ] = ACTIONS(4087), + [anon_sym_BANGin] = ACTIONS(4087), + [anon_sym_is] = ACTIONS(4085), + [anon_sym_BANGis] = ACTIONS(4087), + [anon_sym_PLUS] = ACTIONS(4085), + [anon_sym_DASH] = ACTIONS(4085), + [anon_sym_SLASH] = ACTIONS(4085), + [anon_sym_PERCENT] = ACTIONS(4085), + [anon_sym_as_QMARK] = ACTIONS(4087), + [anon_sym_PLUS_PLUS] = ACTIONS(4087), + [anon_sym_DASH_DASH] = ACTIONS(4087), + [anon_sym_BANG_BANG] = ACTIONS(4087), + [anon_sym_suspend] = ACTIONS(4085), + [anon_sym_sealed] = ACTIONS(4085), + [anon_sym_annotation] = ACTIONS(4085), + [anon_sym_data] = ACTIONS(4085), + [anon_sym_inner] = ACTIONS(4085), + [anon_sym_override] = ACTIONS(4085), + [anon_sym_lateinit] = ACTIONS(4085), + [anon_sym_public] = ACTIONS(4085), + [anon_sym_private] = ACTIONS(4085), + [anon_sym_internal] = ACTIONS(4085), + [anon_sym_protected] = ACTIONS(4085), + [anon_sym_tailrec] = ACTIONS(4085), + [anon_sym_operator] = ACTIONS(4085), + [anon_sym_infix] = ACTIONS(4085), + [anon_sym_inline] = ACTIONS(4085), + [anon_sym_external] = ACTIONS(4085), + [sym_property_modifier] = ACTIONS(4085), + [anon_sym_abstract] = ACTIONS(4085), + [anon_sym_final] = ACTIONS(4085), + [anon_sym_open] = ACTIONS(4085), + [anon_sym_vararg] = ACTIONS(4085), + [anon_sym_noinline] = ACTIONS(4085), + [anon_sym_crossinline] = ACTIONS(4085), + [anon_sym_expect] = ACTIONS(4085), + [anon_sym_actual] = ACTIONS(4085), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4087), + [sym_safe_nav] = ACTIONS(4087), [sym_multiline_comment] = ACTIONS(3), }, - [3252] = { - [sym__alpha_identifier] = ACTIONS(5067), - [anon_sym_AT] = ACTIONS(5069), - [anon_sym_LBRACK] = ACTIONS(5069), - [anon_sym_RBRACK] = ACTIONS(5069), - [anon_sym_as] = ACTIONS(5067), - [anon_sym_EQ] = ACTIONS(5067), - [anon_sym_LBRACE] = ACTIONS(5069), - [anon_sym_RBRACE] = ACTIONS(5069), - [anon_sym_LPAREN] = ACTIONS(5069), - [anon_sym_COMMA] = ACTIONS(5069), - [anon_sym_RPAREN] = ACTIONS(5069), - [anon_sym_LT] = ACTIONS(5067), - [anon_sym_GT] = ACTIONS(5067), - [anon_sym_where] = ACTIONS(5067), - [anon_sym_DOT] = ACTIONS(5067), - [anon_sym_SEMI] = ACTIONS(5069), - [anon_sym_get] = ACTIONS(5067), - [anon_sym_set] = ACTIONS(5067), - [anon_sym_STAR] = ACTIONS(5067), - [anon_sym_DASH_GT] = ACTIONS(5069), - [sym_label] = ACTIONS(5069), - [anon_sym_in] = ACTIONS(5067), - [anon_sym_while] = ACTIONS(5067), - [anon_sym_DOT_DOT] = ACTIONS(5069), - [anon_sym_QMARK_COLON] = ACTIONS(5069), - [anon_sym_AMP_AMP] = ACTIONS(5069), - [anon_sym_PIPE_PIPE] = ACTIONS(5069), - [anon_sym_else] = ACTIONS(6503), - [anon_sym_COLON_COLON] = ACTIONS(5069), - [anon_sym_PLUS_EQ] = ACTIONS(5069), - [anon_sym_DASH_EQ] = ACTIONS(5069), - [anon_sym_STAR_EQ] = ACTIONS(5069), - [anon_sym_SLASH_EQ] = ACTIONS(5069), - [anon_sym_PERCENT_EQ] = ACTIONS(5069), - [anon_sym_BANG_EQ] = ACTIONS(5067), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5069), - [anon_sym_EQ_EQ] = ACTIONS(5067), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5069), - [anon_sym_LT_EQ] = ACTIONS(5069), - [anon_sym_GT_EQ] = ACTIONS(5069), - [anon_sym_BANGin] = ACTIONS(5069), - [anon_sym_is] = ACTIONS(5067), - [anon_sym_BANGis] = ACTIONS(5069), - [anon_sym_PLUS] = ACTIONS(5067), - [anon_sym_DASH] = ACTIONS(5067), - [anon_sym_SLASH] = ACTIONS(5067), - [anon_sym_PERCENT] = ACTIONS(5067), - [anon_sym_as_QMARK] = ACTIONS(5069), - [anon_sym_PLUS_PLUS] = ACTIONS(5069), - [anon_sym_DASH_DASH] = ACTIONS(5069), - [anon_sym_BANG_BANG] = ACTIONS(5069), - [anon_sym_suspend] = ACTIONS(5067), - [anon_sym_sealed] = ACTIONS(5067), - [anon_sym_annotation] = ACTIONS(5067), - [anon_sym_data] = ACTIONS(5067), - [anon_sym_inner] = ACTIONS(5067), - [anon_sym_override] = ACTIONS(5067), - [anon_sym_lateinit] = ACTIONS(5067), - [anon_sym_public] = ACTIONS(5067), - [anon_sym_private] = ACTIONS(5067), - [anon_sym_internal] = ACTIONS(5067), - [anon_sym_protected] = ACTIONS(5067), - [anon_sym_tailrec] = ACTIONS(5067), - [anon_sym_operator] = ACTIONS(5067), - [anon_sym_infix] = ACTIONS(5067), - [anon_sym_inline] = ACTIONS(5067), - [anon_sym_external] = ACTIONS(5067), - [sym_property_modifier] = ACTIONS(5067), - [anon_sym_abstract] = ACTIONS(5067), - [anon_sym_final] = ACTIONS(5067), - [anon_sym_open] = ACTIONS(5067), - [anon_sym_vararg] = ACTIONS(5067), - [anon_sym_noinline] = ACTIONS(5067), - [anon_sym_crossinline] = ACTIONS(5067), - [anon_sym_expect] = ACTIONS(5067), - [anon_sym_actual] = ACTIONS(5067), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5069), - [sym_safe_nav] = ACTIONS(5069), + [3230] = { + [sym_type_constraints] = STATE(3834), + [sym_function_body] = STATE(3788), + [sym__block] = STATE(3738), + [sym__alpha_identifier] = ACTIONS(4099), + [anon_sym_AT] = ACTIONS(4101), + [anon_sym_COLON] = ACTIONS(6525), + [anon_sym_LBRACK] = ACTIONS(4101), + [anon_sym_as] = ACTIONS(4099), + [anon_sym_EQ] = ACTIONS(6527), + [anon_sym_LBRACE] = ACTIONS(6461), + [anon_sym_RBRACE] = ACTIONS(4101), + [anon_sym_LPAREN] = ACTIONS(4101), + [anon_sym_LT] = ACTIONS(4099), + [anon_sym_GT] = ACTIONS(4099), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(4099), + [anon_sym_SEMI] = ACTIONS(4101), + [anon_sym_get] = ACTIONS(4099), + [anon_sym_set] = ACTIONS(4099), + [anon_sym_STAR] = ACTIONS(4099), + [sym_label] = ACTIONS(4101), + [anon_sym_in] = ACTIONS(4099), + [anon_sym_DOT_DOT] = ACTIONS(4101), + [anon_sym_QMARK_COLON] = ACTIONS(4101), + [anon_sym_AMP_AMP] = ACTIONS(4101), + [anon_sym_PIPE_PIPE] = ACTIONS(4101), + [anon_sym_else] = ACTIONS(4099), + [anon_sym_COLON_COLON] = ACTIONS(4101), + [anon_sym_PLUS_EQ] = ACTIONS(4101), + [anon_sym_DASH_EQ] = ACTIONS(4101), + [anon_sym_STAR_EQ] = ACTIONS(4101), + [anon_sym_SLASH_EQ] = ACTIONS(4101), + [anon_sym_PERCENT_EQ] = ACTIONS(4101), + [anon_sym_BANG_EQ] = ACTIONS(4099), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4101), + [anon_sym_EQ_EQ] = ACTIONS(4099), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4101), + [anon_sym_LT_EQ] = ACTIONS(4101), + [anon_sym_GT_EQ] = ACTIONS(4101), + [anon_sym_BANGin] = ACTIONS(4101), + [anon_sym_is] = ACTIONS(4099), + [anon_sym_BANGis] = ACTIONS(4101), + [anon_sym_PLUS] = ACTIONS(4099), + [anon_sym_DASH] = ACTIONS(4099), + [anon_sym_SLASH] = ACTIONS(4099), + [anon_sym_PERCENT] = ACTIONS(4099), + [anon_sym_as_QMARK] = ACTIONS(4101), + [anon_sym_PLUS_PLUS] = ACTIONS(4101), + [anon_sym_DASH_DASH] = ACTIONS(4101), + [anon_sym_BANG_BANG] = ACTIONS(4101), + [anon_sym_suspend] = ACTIONS(4099), + [anon_sym_sealed] = ACTIONS(4099), + [anon_sym_annotation] = ACTIONS(4099), + [anon_sym_data] = ACTIONS(4099), + [anon_sym_inner] = ACTIONS(4099), + [anon_sym_override] = ACTIONS(4099), + [anon_sym_lateinit] = ACTIONS(4099), + [anon_sym_public] = ACTIONS(4099), + [anon_sym_private] = ACTIONS(4099), + [anon_sym_internal] = ACTIONS(4099), + [anon_sym_protected] = ACTIONS(4099), + [anon_sym_tailrec] = ACTIONS(4099), + [anon_sym_operator] = ACTIONS(4099), + [anon_sym_infix] = ACTIONS(4099), + [anon_sym_inline] = ACTIONS(4099), + [anon_sym_external] = ACTIONS(4099), + [sym_property_modifier] = ACTIONS(4099), + [anon_sym_abstract] = ACTIONS(4099), + [anon_sym_final] = ACTIONS(4099), + [anon_sym_open] = ACTIONS(4099), + [anon_sym_vararg] = ACTIONS(4099), + [anon_sym_noinline] = ACTIONS(4099), + [anon_sym_crossinline] = ACTIONS(4099), + [anon_sym_expect] = ACTIONS(4099), + [anon_sym_actual] = ACTIONS(4099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4101), + [sym__automatic_semicolon] = ACTIONS(4101), + [sym_safe_nav] = ACTIONS(4101), [sym_multiline_comment] = ACTIONS(3), }, - [3253] = { - [sym__alpha_identifier] = ACTIONS(4738), - [anon_sym_AT] = ACTIONS(4740), - [anon_sym_LBRACK] = ACTIONS(4740), - [anon_sym_as] = ACTIONS(4738), - [anon_sym_EQ] = ACTIONS(4738), - [anon_sym_LBRACE] = ACTIONS(4740), - [anon_sym_RBRACE] = ACTIONS(4740), - [anon_sym_LPAREN] = ACTIONS(4740), - [anon_sym_COMMA] = ACTIONS(4740), - [anon_sym_LT] = ACTIONS(4738), - [anon_sym_GT] = ACTIONS(4738), - [anon_sym_where] = ACTIONS(4738), - [anon_sym_object] = ACTIONS(4738), - [anon_sym_fun] = ACTIONS(4738), - [anon_sym_DOT] = ACTIONS(4738), - [anon_sym_SEMI] = ACTIONS(4740), - [anon_sym_get] = ACTIONS(4738), - [anon_sym_set] = ACTIONS(4738), - [anon_sym_this] = ACTIONS(4738), - [anon_sym_super] = ACTIONS(4738), - [anon_sym_STAR] = ACTIONS(4738), - [sym_label] = ACTIONS(4738), - [anon_sym_in] = ACTIONS(4738), - [anon_sym_DOT_DOT] = ACTIONS(4740), - [anon_sym_QMARK_COLON] = ACTIONS(4740), - [anon_sym_AMP_AMP] = ACTIONS(4740), - [anon_sym_PIPE_PIPE] = ACTIONS(4740), - [anon_sym_null] = ACTIONS(4738), - [anon_sym_if] = ACTIONS(4738), - [anon_sym_else] = ACTIONS(4738), - [anon_sym_when] = ACTIONS(4738), - [anon_sym_try] = ACTIONS(4738), - [anon_sym_throw] = ACTIONS(4738), - [anon_sym_return] = ACTIONS(4738), - [anon_sym_continue] = ACTIONS(4738), - [anon_sym_break] = ACTIONS(4738), - [anon_sym_COLON_COLON] = ACTIONS(4740), - [anon_sym_PLUS_EQ] = ACTIONS(4740), - [anon_sym_DASH_EQ] = ACTIONS(4740), - [anon_sym_STAR_EQ] = ACTIONS(4740), - [anon_sym_SLASH_EQ] = ACTIONS(4740), - [anon_sym_PERCENT_EQ] = ACTIONS(4740), - [anon_sym_BANG_EQ] = ACTIONS(4738), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4740), - [anon_sym_EQ_EQ] = ACTIONS(4738), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4740), - [anon_sym_LT_EQ] = ACTIONS(4740), - [anon_sym_GT_EQ] = ACTIONS(4740), - [anon_sym_BANGin] = ACTIONS(4740), - [anon_sym_is] = ACTIONS(4738), - [anon_sym_BANGis] = ACTIONS(4740), - [anon_sym_PLUS] = ACTIONS(4738), - [anon_sym_DASH] = ACTIONS(4738), - [anon_sym_SLASH] = ACTIONS(4738), - [anon_sym_PERCENT] = ACTIONS(4738), - [anon_sym_as_QMARK] = ACTIONS(4740), - [anon_sym_PLUS_PLUS] = ACTIONS(4740), - [anon_sym_DASH_DASH] = ACTIONS(4740), - [anon_sym_BANG] = ACTIONS(4738), - [anon_sym_BANG_BANG] = ACTIONS(4740), - [anon_sym_data] = ACTIONS(4738), - [anon_sym_inner] = ACTIONS(4738), - [anon_sym_expect] = ACTIONS(4738), - [anon_sym_actual] = ACTIONS(4738), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4740), - [anon_sym_continue_AT] = ACTIONS(4740), - [anon_sym_break_AT] = ACTIONS(4740), - [sym_real_literal] = ACTIONS(4740), - [sym_integer_literal] = ACTIONS(4738), - [sym_hex_literal] = ACTIONS(4740), - [sym_bin_literal] = ACTIONS(4740), - [anon_sym_true] = ACTIONS(4738), - [anon_sym_false] = ACTIONS(4738), - [anon_sym_SQUOTE] = ACTIONS(4740), - [sym__backtick_identifier] = ACTIONS(4740), - [sym__automatic_semicolon] = ACTIONS(4740), - [sym_safe_nav] = ACTIONS(4740), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4740), + [3231] = { + [sym__alpha_identifier] = ACTIONS(5065), + [anon_sym_AT] = ACTIONS(5067), + [anon_sym_LBRACK] = ACTIONS(5067), + [anon_sym_RBRACK] = ACTIONS(5067), + [anon_sym_as] = ACTIONS(5065), + [anon_sym_EQ] = ACTIONS(5065), + [anon_sym_LBRACE] = ACTIONS(5067), + [anon_sym_RBRACE] = ACTIONS(5067), + [anon_sym_LPAREN] = ACTIONS(5067), + [anon_sym_COMMA] = ACTIONS(5067), + [anon_sym_RPAREN] = ACTIONS(5067), + [anon_sym_LT] = ACTIONS(5065), + [anon_sym_GT] = ACTIONS(5065), + [anon_sym_where] = ACTIONS(5065), + [anon_sym_DOT] = ACTIONS(5065), + [anon_sym_SEMI] = ACTIONS(5067), + [anon_sym_get] = ACTIONS(5065), + [anon_sym_set] = ACTIONS(5065), + [anon_sym_STAR] = ACTIONS(5065), + [anon_sym_DASH_GT] = ACTIONS(5067), + [sym_label] = ACTIONS(5067), + [anon_sym_in] = ACTIONS(5065), + [anon_sym_while] = ACTIONS(5065), + [anon_sym_DOT_DOT] = ACTIONS(5067), + [anon_sym_QMARK_COLON] = ACTIONS(5067), + [anon_sym_AMP_AMP] = ACTIONS(5067), + [anon_sym_PIPE_PIPE] = ACTIONS(5067), + [anon_sym_else] = ACTIONS(5065), + [anon_sym_COLON_COLON] = ACTIONS(5067), + [anon_sym_PLUS_EQ] = ACTIONS(5067), + [anon_sym_DASH_EQ] = ACTIONS(5067), + [anon_sym_STAR_EQ] = ACTIONS(5067), + [anon_sym_SLASH_EQ] = ACTIONS(5067), + [anon_sym_PERCENT_EQ] = ACTIONS(5067), + [anon_sym_BANG_EQ] = ACTIONS(5065), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5067), + [anon_sym_EQ_EQ] = ACTIONS(5065), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5067), + [anon_sym_LT_EQ] = ACTIONS(5067), + [anon_sym_GT_EQ] = ACTIONS(5067), + [anon_sym_BANGin] = ACTIONS(5067), + [anon_sym_is] = ACTIONS(5065), + [anon_sym_BANGis] = ACTIONS(5067), + [anon_sym_PLUS] = ACTIONS(5065), + [anon_sym_DASH] = ACTIONS(5065), + [anon_sym_SLASH] = ACTIONS(5065), + [anon_sym_PERCENT] = ACTIONS(5065), + [anon_sym_as_QMARK] = ACTIONS(5067), + [anon_sym_PLUS_PLUS] = ACTIONS(5067), + [anon_sym_DASH_DASH] = ACTIONS(5067), + [anon_sym_BANG_BANG] = ACTIONS(5067), + [anon_sym_suspend] = ACTIONS(5065), + [anon_sym_sealed] = ACTIONS(5065), + [anon_sym_annotation] = ACTIONS(5065), + [anon_sym_data] = ACTIONS(5065), + [anon_sym_inner] = ACTIONS(5065), + [anon_sym_override] = ACTIONS(5065), + [anon_sym_lateinit] = ACTIONS(5065), + [anon_sym_public] = ACTIONS(5065), + [anon_sym_private] = ACTIONS(5065), + [anon_sym_internal] = ACTIONS(5065), + [anon_sym_protected] = ACTIONS(5065), + [anon_sym_tailrec] = ACTIONS(5065), + [anon_sym_operator] = ACTIONS(5065), + [anon_sym_infix] = ACTIONS(5065), + [anon_sym_inline] = ACTIONS(5065), + [anon_sym_external] = ACTIONS(5065), + [sym_property_modifier] = ACTIONS(5065), + [anon_sym_abstract] = ACTIONS(5065), + [anon_sym_final] = ACTIONS(5065), + [anon_sym_open] = ACTIONS(5065), + [anon_sym_vararg] = ACTIONS(5065), + [anon_sym_noinline] = ACTIONS(5065), + [anon_sym_crossinline] = ACTIONS(5065), + [anon_sym_expect] = ACTIONS(5065), + [anon_sym_actual] = ACTIONS(5065), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5067), + [sym_safe_nav] = ACTIONS(5067), + [sym_multiline_comment] = ACTIONS(3), }, - [3254] = { - [sym__alpha_identifier] = ACTIONS(4233), - [anon_sym_AT] = ACTIONS(4236), - [anon_sym_LBRACK] = ACTIONS(4236), - [anon_sym_as] = ACTIONS(4233), - [anon_sym_EQ] = ACTIONS(3828), - [anon_sym_LBRACE] = ACTIONS(4236), - [anon_sym_RBRACE] = ACTIONS(4236), - [anon_sym_LPAREN] = ACTIONS(6508), - [anon_sym_COMMA] = ACTIONS(4236), - [anon_sym_LT] = ACTIONS(4233), - [anon_sym_GT] = ACTIONS(4233), - [anon_sym_where] = ACTIONS(4233), - [anon_sym_object] = ACTIONS(4233), - [anon_sym_fun] = ACTIONS(4233), - [anon_sym_DOT] = ACTIONS(4233), - [anon_sym_SEMI] = ACTIONS(4236), - [anon_sym_get] = ACTIONS(4233), - [anon_sym_set] = ACTIONS(4233), - [anon_sym_this] = ACTIONS(4233), - [anon_sym_super] = ACTIONS(4233), - [anon_sym_STAR] = ACTIONS(4233), - [sym_label] = ACTIONS(4233), - [anon_sym_in] = ACTIONS(4233), - [anon_sym_DOT_DOT] = ACTIONS(4236), - [anon_sym_QMARK_COLON] = ACTIONS(4236), - [anon_sym_AMP_AMP] = ACTIONS(4236), - [anon_sym_PIPE_PIPE] = ACTIONS(4236), - [anon_sym_null] = ACTIONS(4233), - [anon_sym_if] = ACTIONS(4233), - [anon_sym_else] = ACTIONS(4233), - [anon_sym_when] = ACTIONS(4233), - [anon_sym_try] = ACTIONS(4233), - [anon_sym_throw] = ACTIONS(4233), - [anon_sym_return] = ACTIONS(4233), - [anon_sym_continue] = ACTIONS(4233), - [anon_sym_break] = ACTIONS(4233), - [anon_sym_COLON_COLON] = ACTIONS(4236), - [anon_sym_PLUS_EQ] = ACTIONS(3833), - [anon_sym_DASH_EQ] = ACTIONS(3833), - [anon_sym_STAR_EQ] = ACTIONS(3833), - [anon_sym_SLASH_EQ] = ACTIONS(3833), - [anon_sym_PERCENT_EQ] = ACTIONS(3833), - [anon_sym_BANG_EQ] = ACTIONS(4233), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4236), - [anon_sym_EQ_EQ] = ACTIONS(4233), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4236), - [anon_sym_LT_EQ] = ACTIONS(4236), - [anon_sym_GT_EQ] = ACTIONS(4236), - [anon_sym_BANGin] = ACTIONS(4236), - [anon_sym_is] = ACTIONS(4233), - [anon_sym_BANGis] = ACTIONS(4236), - [anon_sym_PLUS] = ACTIONS(4233), - [anon_sym_DASH] = ACTIONS(4233), - [anon_sym_SLASH] = ACTIONS(4233), - [anon_sym_PERCENT] = ACTIONS(4233), - [anon_sym_as_QMARK] = ACTIONS(4236), - [anon_sym_PLUS_PLUS] = ACTIONS(4236), - [anon_sym_DASH_DASH] = ACTIONS(4236), - [anon_sym_BANG] = ACTIONS(4233), - [anon_sym_BANG_BANG] = ACTIONS(4236), - [anon_sym_data] = ACTIONS(4233), - [anon_sym_inner] = ACTIONS(4233), - [anon_sym_expect] = ACTIONS(4233), - [anon_sym_actual] = ACTIONS(4233), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4236), - [anon_sym_continue_AT] = ACTIONS(4236), - [anon_sym_break_AT] = ACTIONS(4236), - [sym_real_literal] = ACTIONS(4236), - [sym_integer_literal] = ACTIONS(4233), - [sym_hex_literal] = ACTIONS(4236), - [sym_bin_literal] = ACTIONS(4236), - [anon_sym_true] = ACTIONS(4233), - [anon_sym_false] = ACTIONS(4233), - [anon_sym_SQUOTE] = ACTIONS(4236), - [sym__backtick_identifier] = ACTIONS(4236), - [sym__automatic_semicolon] = ACTIONS(4236), - [sym_safe_nav] = ACTIONS(4236), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4236), + [3232] = { + [sym__alpha_identifier] = ACTIONS(3212), + [anon_sym_AT] = ACTIONS(3216), + [anon_sym_LBRACK] = ACTIONS(3216), + [anon_sym_RBRACK] = ACTIONS(3216), + [anon_sym_as] = ACTIONS(3212), + [anon_sym_EQ] = ACTIONS(3212), + [anon_sym_LBRACE] = ACTIONS(3216), + [anon_sym_RBRACE] = ACTIONS(3216), + [anon_sym_LPAREN] = ACTIONS(3216), + [anon_sym_COMMA] = ACTIONS(3216), + [anon_sym_RPAREN] = ACTIONS(3216), + [anon_sym_LT] = ACTIONS(3212), + [anon_sym_GT] = ACTIONS(3212), + [anon_sym_where] = ACTIONS(3212), + [anon_sym_DOT] = ACTIONS(3212), + [anon_sym_SEMI] = ACTIONS(3216), + [anon_sym_get] = ACTIONS(3212), + [anon_sym_set] = ACTIONS(3212), + [anon_sym_STAR] = ACTIONS(3212), + [anon_sym_DASH_GT] = ACTIONS(3216), + [sym_label] = ACTIONS(3216), + [anon_sym_in] = ACTIONS(3212), + [anon_sym_while] = ACTIONS(3212), + [anon_sym_DOT_DOT] = ACTIONS(3216), + [anon_sym_QMARK_COLON] = ACTIONS(3216), + [anon_sym_AMP_AMP] = ACTIONS(3216), + [anon_sym_PIPE_PIPE] = ACTIONS(3216), + [anon_sym_else] = ACTIONS(3212), + [anon_sym_COLON_COLON] = ACTIONS(3216), + [anon_sym_PLUS_EQ] = ACTIONS(3216), + [anon_sym_DASH_EQ] = ACTIONS(3216), + [anon_sym_STAR_EQ] = ACTIONS(3216), + [anon_sym_SLASH_EQ] = ACTIONS(3216), + [anon_sym_PERCENT_EQ] = ACTIONS(3216), + [anon_sym_BANG_EQ] = ACTIONS(3212), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3216), + [anon_sym_EQ_EQ] = ACTIONS(3212), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3216), + [anon_sym_LT_EQ] = ACTIONS(3216), + [anon_sym_GT_EQ] = ACTIONS(3216), + [anon_sym_BANGin] = ACTIONS(3216), + [anon_sym_is] = ACTIONS(3212), + [anon_sym_BANGis] = ACTIONS(3216), + [anon_sym_PLUS] = ACTIONS(3212), + [anon_sym_DASH] = ACTIONS(3212), + [anon_sym_SLASH] = ACTIONS(3212), + [anon_sym_PERCENT] = ACTIONS(3212), + [anon_sym_as_QMARK] = ACTIONS(3216), + [anon_sym_PLUS_PLUS] = ACTIONS(3216), + [anon_sym_DASH_DASH] = ACTIONS(3216), + [anon_sym_BANG_BANG] = ACTIONS(3216), + [anon_sym_suspend] = ACTIONS(3212), + [anon_sym_sealed] = ACTIONS(3212), + [anon_sym_annotation] = ACTIONS(3212), + [anon_sym_data] = ACTIONS(3212), + [anon_sym_inner] = ACTIONS(3212), + [anon_sym_override] = ACTIONS(3212), + [anon_sym_lateinit] = ACTIONS(3212), + [anon_sym_public] = ACTIONS(3212), + [anon_sym_private] = ACTIONS(3212), + [anon_sym_internal] = ACTIONS(3212), + [anon_sym_protected] = ACTIONS(3212), + [anon_sym_tailrec] = ACTIONS(3212), + [anon_sym_operator] = ACTIONS(3212), + [anon_sym_infix] = ACTIONS(3212), + [anon_sym_inline] = ACTIONS(3212), + [anon_sym_external] = ACTIONS(3212), + [sym_property_modifier] = ACTIONS(3212), + [anon_sym_abstract] = ACTIONS(3212), + [anon_sym_final] = ACTIONS(3212), + [anon_sym_open] = ACTIONS(3212), + [anon_sym_vararg] = ACTIONS(3212), + [anon_sym_noinline] = ACTIONS(3212), + [anon_sym_crossinline] = ACTIONS(3212), + [anon_sym_expect] = ACTIONS(3212), + [anon_sym_actual] = ACTIONS(3212), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3216), + [sym_safe_nav] = ACTIONS(3216), + [sym_multiline_comment] = ACTIONS(3), }, - [3255] = { - [sym__alpha_identifier] = ACTIONS(3214), - [anon_sym_AT] = ACTIONS(3218), - [anon_sym_LBRACK] = ACTIONS(3218), - [anon_sym_RBRACK] = ACTIONS(3218), - [anon_sym_as] = ACTIONS(3214), - [anon_sym_EQ] = ACTIONS(3214), - [anon_sym_LBRACE] = ACTIONS(3218), - [anon_sym_RBRACE] = ACTIONS(3218), - [anon_sym_LPAREN] = ACTIONS(3218), - [anon_sym_COMMA] = ACTIONS(3218), - [anon_sym_RPAREN] = ACTIONS(3218), - [anon_sym_LT] = ACTIONS(3214), - [anon_sym_GT] = ACTIONS(3214), - [anon_sym_where] = ACTIONS(3214), - [anon_sym_DOT] = ACTIONS(3214), - [anon_sym_SEMI] = ACTIONS(3218), - [anon_sym_get] = ACTIONS(3214), - [anon_sym_set] = ACTIONS(3214), - [anon_sym_STAR] = ACTIONS(3214), - [anon_sym_DASH_GT] = ACTIONS(3218), - [sym_label] = ACTIONS(3218), - [anon_sym_in] = ACTIONS(3214), - [anon_sym_while] = ACTIONS(3214), - [anon_sym_DOT_DOT] = ACTIONS(3218), - [anon_sym_QMARK_COLON] = ACTIONS(3218), - [anon_sym_AMP_AMP] = ACTIONS(3218), - [anon_sym_PIPE_PIPE] = ACTIONS(3218), - [anon_sym_else] = ACTIONS(3214), - [anon_sym_COLON_COLON] = ACTIONS(3218), - [anon_sym_PLUS_EQ] = ACTIONS(3218), - [anon_sym_DASH_EQ] = ACTIONS(3218), - [anon_sym_STAR_EQ] = ACTIONS(3218), - [anon_sym_SLASH_EQ] = ACTIONS(3218), - [anon_sym_PERCENT_EQ] = ACTIONS(3218), - [anon_sym_BANG_EQ] = ACTIONS(3214), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3218), - [anon_sym_EQ_EQ] = ACTIONS(3214), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3218), - [anon_sym_LT_EQ] = ACTIONS(3218), - [anon_sym_GT_EQ] = ACTIONS(3218), - [anon_sym_BANGin] = ACTIONS(3218), - [anon_sym_is] = ACTIONS(3214), - [anon_sym_BANGis] = ACTIONS(3218), - [anon_sym_PLUS] = ACTIONS(3214), - [anon_sym_DASH] = ACTIONS(3214), - [anon_sym_SLASH] = ACTIONS(3214), - [anon_sym_PERCENT] = ACTIONS(3214), - [anon_sym_as_QMARK] = ACTIONS(3218), - [anon_sym_PLUS_PLUS] = ACTIONS(3218), - [anon_sym_DASH_DASH] = ACTIONS(3218), - [anon_sym_BANG_BANG] = ACTIONS(3218), - [anon_sym_suspend] = ACTIONS(3214), - [anon_sym_sealed] = ACTIONS(3214), - [anon_sym_annotation] = ACTIONS(3214), - [anon_sym_data] = ACTIONS(3214), - [anon_sym_inner] = ACTIONS(3214), - [anon_sym_override] = ACTIONS(3214), - [anon_sym_lateinit] = ACTIONS(3214), - [anon_sym_public] = ACTIONS(3214), - [anon_sym_private] = ACTIONS(3214), - [anon_sym_internal] = ACTIONS(3214), - [anon_sym_protected] = ACTIONS(3214), - [anon_sym_tailrec] = ACTIONS(3214), - [anon_sym_operator] = ACTIONS(3214), - [anon_sym_infix] = ACTIONS(3214), - [anon_sym_inline] = ACTIONS(3214), - [anon_sym_external] = ACTIONS(3214), - [sym_property_modifier] = ACTIONS(3214), - [anon_sym_abstract] = ACTIONS(3214), - [anon_sym_final] = ACTIONS(3214), - [anon_sym_open] = ACTIONS(3214), - [anon_sym_vararg] = ACTIONS(3214), - [anon_sym_noinline] = ACTIONS(3214), - [anon_sym_crossinline] = ACTIONS(3214), - [anon_sym_expect] = ACTIONS(3214), - [anon_sym_actual] = ACTIONS(3214), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3218), - [sym_safe_nav] = ACTIONS(3218), + [3233] = { + [sym_type_constraints] = STATE(3627), + [sym_function_body] = STATE(3139), + [sym__block] = STATE(3464), + [sym__alpha_identifier] = ACTIONS(4031), + [anon_sym_AT] = ACTIONS(4033), + [anon_sym_LBRACK] = ACTIONS(4033), + [anon_sym_as] = ACTIONS(4031), + [anon_sym_EQ] = ACTIONS(6389), + [anon_sym_LBRACE] = ACTIONS(6233), + [anon_sym_RBRACE] = ACTIONS(4033), + [anon_sym_LPAREN] = ACTIONS(4033), + [anon_sym_RPAREN] = ACTIONS(4033), + [anon_sym_LT] = ACTIONS(4031), + [anon_sym_GT] = ACTIONS(4031), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(4031), + [anon_sym_SEMI] = ACTIONS(4033), + [anon_sym_get] = ACTIONS(4031), + [anon_sym_set] = ACTIONS(4031), + [anon_sym_STAR] = ACTIONS(4031), + [sym_label] = ACTIONS(4033), + [anon_sym_in] = ACTIONS(4031), + [anon_sym_while] = ACTIONS(4031), + [anon_sym_DOT_DOT] = ACTIONS(4033), + [anon_sym_QMARK_COLON] = ACTIONS(4033), + [anon_sym_AMP_AMP] = ACTIONS(4033), + [anon_sym_PIPE_PIPE] = ACTIONS(4033), + [anon_sym_else] = ACTIONS(4031), + [anon_sym_COLON_COLON] = ACTIONS(4033), + [anon_sym_PLUS_EQ] = ACTIONS(4033), + [anon_sym_DASH_EQ] = ACTIONS(4033), + [anon_sym_STAR_EQ] = ACTIONS(4033), + [anon_sym_SLASH_EQ] = ACTIONS(4033), + [anon_sym_PERCENT_EQ] = ACTIONS(4033), + [anon_sym_BANG_EQ] = ACTIONS(4031), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4033), + [anon_sym_EQ_EQ] = ACTIONS(4031), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4033), + [anon_sym_LT_EQ] = ACTIONS(4033), + [anon_sym_GT_EQ] = ACTIONS(4033), + [anon_sym_BANGin] = ACTIONS(4033), + [anon_sym_is] = ACTIONS(4031), + [anon_sym_BANGis] = ACTIONS(4033), + [anon_sym_PLUS] = ACTIONS(4031), + [anon_sym_DASH] = ACTIONS(4031), + [anon_sym_SLASH] = ACTIONS(4031), + [anon_sym_PERCENT] = ACTIONS(4031), + [anon_sym_as_QMARK] = ACTIONS(4033), + [anon_sym_PLUS_PLUS] = ACTIONS(4033), + [anon_sym_DASH_DASH] = ACTIONS(4033), + [anon_sym_BANG_BANG] = ACTIONS(4033), + [anon_sym_suspend] = ACTIONS(4031), + [anon_sym_sealed] = ACTIONS(4031), + [anon_sym_annotation] = ACTIONS(4031), + [anon_sym_data] = ACTIONS(4031), + [anon_sym_inner] = ACTIONS(4031), + [anon_sym_override] = ACTIONS(4031), + [anon_sym_lateinit] = ACTIONS(4031), + [anon_sym_public] = ACTIONS(4031), + [anon_sym_private] = ACTIONS(4031), + [anon_sym_internal] = ACTIONS(4031), + [anon_sym_protected] = ACTIONS(4031), + [anon_sym_tailrec] = ACTIONS(4031), + [anon_sym_operator] = ACTIONS(4031), + [anon_sym_infix] = ACTIONS(4031), + [anon_sym_inline] = ACTIONS(4031), + [anon_sym_external] = ACTIONS(4031), + [sym_property_modifier] = ACTIONS(4031), + [anon_sym_abstract] = ACTIONS(4031), + [anon_sym_final] = ACTIONS(4031), + [anon_sym_open] = ACTIONS(4031), + [anon_sym_vararg] = ACTIONS(4031), + [anon_sym_noinline] = ACTIONS(4031), + [anon_sym_crossinline] = ACTIONS(4031), + [anon_sym_expect] = ACTIONS(4031), + [anon_sym_actual] = ACTIONS(4031), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4033), + [sym_safe_nav] = ACTIONS(4033), [sym_multiline_comment] = ACTIONS(3), }, - [3256] = { - [sym__alpha_identifier] = ACTIONS(3061), - [anon_sym_AT] = ACTIONS(3063), - [anon_sym_LBRACK] = ACTIONS(3063), - [anon_sym_RBRACK] = ACTIONS(3063), - [anon_sym_as] = ACTIONS(3061), - [anon_sym_EQ] = ACTIONS(3061), - [anon_sym_LBRACE] = ACTIONS(3063), - [anon_sym_RBRACE] = ACTIONS(3063), - [anon_sym_LPAREN] = ACTIONS(3063), - [anon_sym_COMMA] = ACTIONS(3063), - [anon_sym_RPAREN] = ACTIONS(3063), - [anon_sym_LT] = ACTIONS(3061), - [anon_sym_GT] = ACTIONS(3061), - [anon_sym_where] = ACTIONS(3061), - [anon_sym_DOT] = ACTIONS(3061), - [anon_sym_SEMI] = ACTIONS(3063), - [anon_sym_get] = ACTIONS(3061), - [anon_sym_set] = ACTIONS(3061), - [anon_sym_STAR] = ACTIONS(3061), - [anon_sym_DASH_GT] = ACTIONS(3063), - [sym_label] = ACTIONS(3063), - [anon_sym_in] = ACTIONS(3061), - [anon_sym_while] = ACTIONS(3061), - [anon_sym_DOT_DOT] = ACTIONS(3063), - [anon_sym_QMARK_COLON] = ACTIONS(3063), - [anon_sym_AMP_AMP] = ACTIONS(3063), - [anon_sym_PIPE_PIPE] = ACTIONS(3063), - [anon_sym_else] = ACTIONS(3061), - [anon_sym_COLON_COLON] = ACTIONS(3063), - [anon_sym_PLUS_EQ] = ACTIONS(3063), - [anon_sym_DASH_EQ] = ACTIONS(3063), - [anon_sym_STAR_EQ] = ACTIONS(3063), - [anon_sym_SLASH_EQ] = ACTIONS(3063), - [anon_sym_PERCENT_EQ] = ACTIONS(3063), - [anon_sym_BANG_EQ] = ACTIONS(3061), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3063), - [anon_sym_EQ_EQ] = ACTIONS(3061), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3063), - [anon_sym_LT_EQ] = ACTIONS(3063), - [anon_sym_GT_EQ] = ACTIONS(3063), - [anon_sym_BANGin] = ACTIONS(3063), - [anon_sym_is] = ACTIONS(3061), - [anon_sym_BANGis] = ACTIONS(3063), - [anon_sym_PLUS] = ACTIONS(3061), - [anon_sym_DASH] = ACTIONS(3061), - [anon_sym_SLASH] = ACTIONS(3061), - [anon_sym_PERCENT] = ACTIONS(3061), - [anon_sym_as_QMARK] = ACTIONS(3063), - [anon_sym_PLUS_PLUS] = ACTIONS(3063), - [anon_sym_DASH_DASH] = ACTIONS(3063), - [anon_sym_BANG_BANG] = ACTIONS(3063), - [anon_sym_suspend] = ACTIONS(3061), - [anon_sym_sealed] = ACTIONS(3061), - [anon_sym_annotation] = ACTIONS(3061), - [anon_sym_data] = ACTIONS(3061), - [anon_sym_inner] = ACTIONS(3061), - [anon_sym_override] = ACTIONS(3061), - [anon_sym_lateinit] = ACTIONS(3061), - [anon_sym_public] = ACTIONS(3061), - [anon_sym_private] = ACTIONS(3061), - [anon_sym_internal] = ACTIONS(3061), - [anon_sym_protected] = ACTIONS(3061), - [anon_sym_tailrec] = ACTIONS(3061), - [anon_sym_operator] = ACTIONS(3061), - [anon_sym_infix] = ACTIONS(3061), - [anon_sym_inline] = ACTIONS(3061), - [anon_sym_external] = ACTIONS(3061), - [sym_property_modifier] = ACTIONS(3061), - [anon_sym_abstract] = ACTIONS(3061), - [anon_sym_final] = ACTIONS(3061), - [anon_sym_open] = ACTIONS(3061), - [anon_sym_vararg] = ACTIONS(3061), - [anon_sym_noinline] = ACTIONS(3061), - [anon_sym_crossinline] = ACTIONS(3061), - [anon_sym_expect] = ACTIONS(3061), - [anon_sym_actual] = ACTIONS(3061), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3063), - [sym_safe_nav] = ACTIONS(3063), + [3234] = { + [sym_type_constraints] = STATE(3619), + [sym_function_body] = STATE(3202), + [sym__block] = STATE(3464), + [sym__alpha_identifier] = ACTIONS(4099), + [anon_sym_AT] = ACTIONS(4101), + [anon_sym_LBRACK] = ACTIONS(4101), + [anon_sym_as] = ACTIONS(4099), + [anon_sym_EQ] = ACTIONS(6389), + [anon_sym_LBRACE] = ACTIONS(6233), + [anon_sym_RBRACE] = ACTIONS(4101), + [anon_sym_LPAREN] = ACTIONS(4101), + [anon_sym_RPAREN] = ACTIONS(4101), + [anon_sym_LT] = ACTIONS(4099), + [anon_sym_GT] = ACTIONS(4099), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(4099), + [anon_sym_SEMI] = ACTIONS(4101), + [anon_sym_get] = ACTIONS(4099), + [anon_sym_set] = ACTIONS(4099), + [anon_sym_STAR] = ACTIONS(4099), + [sym_label] = ACTIONS(4101), + [anon_sym_in] = ACTIONS(4099), + [anon_sym_while] = ACTIONS(4099), + [anon_sym_DOT_DOT] = ACTIONS(4101), + [anon_sym_QMARK_COLON] = ACTIONS(4101), + [anon_sym_AMP_AMP] = ACTIONS(4101), + [anon_sym_PIPE_PIPE] = ACTIONS(4101), + [anon_sym_else] = ACTIONS(4099), + [anon_sym_COLON_COLON] = ACTIONS(4101), + [anon_sym_PLUS_EQ] = ACTIONS(4101), + [anon_sym_DASH_EQ] = ACTIONS(4101), + [anon_sym_STAR_EQ] = ACTIONS(4101), + [anon_sym_SLASH_EQ] = ACTIONS(4101), + [anon_sym_PERCENT_EQ] = ACTIONS(4101), + [anon_sym_BANG_EQ] = ACTIONS(4099), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4101), + [anon_sym_EQ_EQ] = ACTIONS(4099), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4101), + [anon_sym_LT_EQ] = ACTIONS(4101), + [anon_sym_GT_EQ] = ACTIONS(4101), + [anon_sym_BANGin] = ACTIONS(4101), + [anon_sym_is] = ACTIONS(4099), + [anon_sym_BANGis] = ACTIONS(4101), + [anon_sym_PLUS] = ACTIONS(4099), + [anon_sym_DASH] = ACTIONS(4099), + [anon_sym_SLASH] = ACTIONS(4099), + [anon_sym_PERCENT] = ACTIONS(4099), + [anon_sym_as_QMARK] = ACTIONS(4101), + [anon_sym_PLUS_PLUS] = ACTIONS(4101), + [anon_sym_DASH_DASH] = ACTIONS(4101), + [anon_sym_BANG_BANG] = ACTIONS(4101), + [anon_sym_suspend] = ACTIONS(4099), + [anon_sym_sealed] = ACTIONS(4099), + [anon_sym_annotation] = ACTIONS(4099), + [anon_sym_data] = ACTIONS(4099), + [anon_sym_inner] = ACTIONS(4099), + [anon_sym_override] = ACTIONS(4099), + [anon_sym_lateinit] = ACTIONS(4099), + [anon_sym_public] = ACTIONS(4099), + [anon_sym_private] = ACTIONS(4099), + [anon_sym_internal] = ACTIONS(4099), + [anon_sym_protected] = ACTIONS(4099), + [anon_sym_tailrec] = ACTIONS(4099), + [anon_sym_operator] = ACTIONS(4099), + [anon_sym_infix] = ACTIONS(4099), + [anon_sym_inline] = ACTIONS(4099), + [anon_sym_external] = ACTIONS(4099), + [sym_property_modifier] = ACTIONS(4099), + [anon_sym_abstract] = ACTIONS(4099), + [anon_sym_final] = ACTIONS(4099), + [anon_sym_open] = ACTIONS(4099), + [anon_sym_vararg] = ACTIONS(4099), + [anon_sym_noinline] = ACTIONS(4099), + [anon_sym_crossinline] = ACTIONS(4099), + [anon_sym_expect] = ACTIONS(4099), + [anon_sym_actual] = ACTIONS(4099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4101), + [sym_safe_nav] = ACTIONS(4101), [sym_multiline_comment] = ACTIONS(3), }, - [3257] = { - [sym__alpha_identifier] = ACTIONS(3204), - [anon_sym_AT] = ACTIONS(3208), - [anon_sym_LBRACK] = ACTIONS(3208), - [anon_sym_as] = ACTIONS(3204), - [anon_sym_EQ] = ACTIONS(3204), - [anon_sym_LBRACE] = ACTIONS(3208), - [anon_sym_RBRACE] = ACTIONS(3208), - [anon_sym_LPAREN] = ACTIONS(3208), - [anon_sym_COMMA] = ACTIONS(3208), - [anon_sym_LT] = ACTIONS(3204), - [anon_sym_GT] = ACTIONS(3204), - [anon_sym_where] = ACTIONS(3204), - [anon_sym_object] = ACTIONS(3204), - [anon_sym_fun] = ACTIONS(3204), - [anon_sym_DOT] = ACTIONS(3204), - [anon_sym_SEMI] = ACTIONS(3208), - [anon_sym_get] = ACTIONS(3204), - [anon_sym_set] = ACTIONS(3204), - [anon_sym_this] = ACTIONS(3204), - [anon_sym_super] = ACTIONS(3204), - [anon_sym_STAR] = ACTIONS(3204), - [sym_label] = ACTIONS(3204), - [anon_sym_in] = ACTIONS(3204), - [anon_sym_DOT_DOT] = ACTIONS(3208), - [anon_sym_QMARK_COLON] = ACTIONS(3208), - [anon_sym_AMP_AMP] = ACTIONS(3208), - [anon_sym_PIPE_PIPE] = ACTIONS(3208), - [anon_sym_null] = ACTIONS(3204), - [anon_sym_if] = ACTIONS(3204), - [anon_sym_else] = ACTIONS(3204), - [anon_sym_when] = ACTIONS(3204), - [anon_sym_try] = ACTIONS(3204), - [anon_sym_throw] = ACTIONS(3204), - [anon_sym_return] = ACTIONS(3204), - [anon_sym_continue] = ACTIONS(3204), - [anon_sym_break] = ACTIONS(3204), - [anon_sym_COLON_COLON] = ACTIONS(3208), - [anon_sym_PLUS_EQ] = ACTIONS(3208), - [anon_sym_DASH_EQ] = ACTIONS(3208), - [anon_sym_STAR_EQ] = ACTIONS(3208), - [anon_sym_SLASH_EQ] = ACTIONS(3208), - [anon_sym_PERCENT_EQ] = ACTIONS(3208), - [anon_sym_BANG_EQ] = ACTIONS(3204), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3208), - [anon_sym_EQ_EQ] = ACTIONS(3204), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3208), - [anon_sym_LT_EQ] = ACTIONS(3208), - [anon_sym_GT_EQ] = ACTIONS(3208), - [anon_sym_BANGin] = ACTIONS(3208), - [anon_sym_is] = ACTIONS(3204), - [anon_sym_BANGis] = ACTIONS(3208), - [anon_sym_PLUS] = ACTIONS(3204), - [anon_sym_DASH] = ACTIONS(3204), - [anon_sym_SLASH] = ACTIONS(3204), - [anon_sym_PERCENT] = ACTIONS(3204), - [anon_sym_as_QMARK] = ACTIONS(3208), - [anon_sym_PLUS_PLUS] = ACTIONS(3208), - [anon_sym_DASH_DASH] = ACTIONS(3208), - [anon_sym_BANG] = ACTIONS(3204), - [anon_sym_BANG_BANG] = ACTIONS(3208), - [anon_sym_data] = ACTIONS(3204), - [anon_sym_inner] = ACTIONS(3204), - [anon_sym_expect] = ACTIONS(3204), - [anon_sym_actual] = ACTIONS(3204), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3208), - [anon_sym_continue_AT] = ACTIONS(3208), - [anon_sym_break_AT] = ACTIONS(3208), - [sym_real_literal] = ACTIONS(3208), - [sym_integer_literal] = ACTIONS(3204), - [sym_hex_literal] = ACTIONS(3208), - [sym_bin_literal] = ACTIONS(3208), - [anon_sym_true] = ACTIONS(3204), - [anon_sym_false] = ACTIONS(3204), - [anon_sym_SQUOTE] = ACTIONS(3208), - [sym__backtick_identifier] = ACTIONS(3208), - [sym__automatic_semicolon] = ACTIONS(3208), - [sym_safe_nav] = ACTIONS(3208), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3208), + [3235] = { + [sym__alpha_identifier] = ACTIONS(4812), + [anon_sym_AT] = ACTIONS(4814), + [anon_sym_LBRACK] = ACTIONS(4814), + [anon_sym_as] = ACTIONS(4812), + [anon_sym_EQ] = ACTIONS(4812), + [anon_sym_LBRACE] = ACTIONS(4814), + [anon_sym_RBRACE] = ACTIONS(4814), + [anon_sym_LPAREN] = ACTIONS(4814), + [anon_sym_COMMA] = ACTIONS(4814), + [anon_sym_LT] = ACTIONS(4812), + [anon_sym_GT] = ACTIONS(4812), + [anon_sym_where] = ACTIONS(4812), + [anon_sym_object] = ACTIONS(4812), + [anon_sym_fun] = ACTIONS(4812), + [anon_sym_DOT] = ACTIONS(4812), + [anon_sym_SEMI] = ACTIONS(4814), + [anon_sym_get] = ACTIONS(4812), + [anon_sym_set] = ACTIONS(4812), + [anon_sym_this] = ACTIONS(4812), + [anon_sym_super] = ACTIONS(4812), + [anon_sym_STAR] = ACTIONS(4812), + [sym_label] = ACTIONS(4812), + [anon_sym_in] = ACTIONS(4812), + [anon_sym_DOT_DOT] = ACTIONS(4814), + [anon_sym_QMARK_COLON] = ACTIONS(4814), + [anon_sym_AMP_AMP] = ACTIONS(4814), + [anon_sym_PIPE_PIPE] = ACTIONS(4814), + [anon_sym_null] = ACTIONS(4812), + [anon_sym_if] = ACTIONS(4812), + [anon_sym_else] = ACTIONS(4812), + [anon_sym_when] = ACTIONS(4812), + [anon_sym_try] = ACTIONS(4812), + [anon_sym_throw] = ACTIONS(4812), + [anon_sym_return] = ACTIONS(4812), + [anon_sym_continue] = ACTIONS(4812), + [anon_sym_break] = ACTIONS(4812), + [anon_sym_COLON_COLON] = ACTIONS(4814), + [anon_sym_PLUS_EQ] = ACTIONS(4814), + [anon_sym_DASH_EQ] = ACTIONS(4814), + [anon_sym_STAR_EQ] = ACTIONS(4814), + [anon_sym_SLASH_EQ] = ACTIONS(4814), + [anon_sym_PERCENT_EQ] = ACTIONS(4814), + [anon_sym_BANG_EQ] = ACTIONS(4812), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4814), + [anon_sym_EQ_EQ] = ACTIONS(4812), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4814), + [anon_sym_LT_EQ] = ACTIONS(4814), + [anon_sym_GT_EQ] = ACTIONS(4814), + [anon_sym_BANGin] = ACTIONS(4814), + [anon_sym_is] = ACTIONS(4812), + [anon_sym_BANGis] = ACTIONS(4814), + [anon_sym_PLUS] = ACTIONS(4812), + [anon_sym_DASH] = ACTIONS(4812), + [anon_sym_SLASH] = ACTIONS(4812), + [anon_sym_PERCENT] = ACTIONS(4812), + [anon_sym_as_QMARK] = ACTIONS(4814), + [anon_sym_PLUS_PLUS] = ACTIONS(4814), + [anon_sym_DASH_DASH] = ACTIONS(4814), + [anon_sym_BANG] = ACTIONS(4812), + [anon_sym_BANG_BANG] = ACTIONS(4814), + [anon_sym_data] = ACTIONS(4812), + [anon_sym_inner] = ACTIONS(4812), + [anon_sym_expect] = ACTIONS(4812), + [anon_sym_actual] = ACTIONS(4812), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4814), + [anon_sym_continue_AT] = ACTIONS(4814), + [anon_sym_break_AT] = ACTIONS(4814), + [sym_real_literal] = ACTIONS(4814), + [sym_integer_literal] = ACTIONS(4812), + [sym_hex_literal] = ACTIONS(4814), + [sym_bin_literal] = ACTIONS(4814), + [anon_sym_true] = ACTIONS(4812), + [anon_sym_false] = ACTIONS(4812), + [anon_sym_SQUOTE] = ACTIONS(4814), + [sym__backtick_identifier] = ACTIONS(4814), + [sym__automatic_semicolon] = ACTIONS(4814), + [sym_safe_nav] = ACTIONS(4814), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4814), }, - [3258] = { - [sym__alpha_identifier] = ACTIONS(5063), - [anon_sym_AT] = ACTIONS(5065), - [anon_sym_LBRACK] = ACTIONS(5065), - [anon_sym_as] = ACTIONS(5063), - [anon_sym_EQ] = ACTIONS(5063), - [anon_sym_LBRACE] = ACTIONS(5065), - [anon_sym_RBRACE] = ACTIONS(5065), - [anon_sym_LPAREN] = ACTIONS(5065), - [anon_sym_COMMA] = ACTIONS(5065), - [anon_sym_LT] = ACTIONS(5063), - [anon_sym_GT] = ACTIONS(5063), - [anon_sym_where] = ACTIONS(5063), - [anon_sym_object] = ACTIONS(5063), - [anon_sym_fun] = ACTIONS(5063), - [anon_sym_DOT] = ACTIONS(5063), - [anon_sym_SEMI] = ACTIONS(5065), - [anon_sym_get] = ACTIONS(5063), - [anon_sym_set] = ACTIONS(5063), - [anon_sym_this] = ACTIONS(5063), - [anon_sym_super] = ACTIONS(5063), - [anon_sym_STAR] = ACTIONS(5063), - [sym_label] = ACTIONS(5063), - [anon_sym_in] = ACTIONS(5063), - [anon_sym_DOT_DOT] = ACTIONS(5065), - [anon_sym_QMARK_COLON] = ACTIONS(5065), - [anon_sym_AMP_AMP] = ACTIONS(5065), - [anon_sym_PIPE_PIPE] = ACTIONS(5065), - [anon_sym_null] = ACTIONS(5063), - [anon_sym_if] = ACTIONS(5063), - [anon_sym_else] = ACTIONS(5063), - [anon_sym_when] = ACTIONS(5063), - [anon_sym_try] = ACTIONS(5063), - [anon_sym_throw] = ACTIONS(5063), - [anon_sym_return] = ACTIONS(5063), - [anon_sym_continue] = ACTIONS(5063), - [anon_sym_break] = ACTIONS(5063), - [anon_sym_COLON_COLON] = ACTIONS(5065), - [anon_sym_PLUS_EQ] = ACTIONS(5065), - [anon_sym_DASH_EQ] = ACTIONS(5065), - [anon_sym_STAR_EQ] = ACTIONS(5065), - [anon_sym_SLASH_EQ] = ACTIONS(5065), - [anon_sym_PERCENT_EQ] = ACTIONS(5065), - [anon_sym_BANG_EQ] = ACTIONS(5063), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5065), - [anon_sym_EQ_EQ] = ACTIONS(5063), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5065), - [anon_sym_LT_EQ] = ACTIONS(5065), - [anon_sym_GT_EQ] = ACTIONS(5065), - [anon_sym_BANGin] = ACTIONS(5065), - [anon_sym_is] = ACTIONS(5063), - [anon_sym_BANGis] = ACTIONS(5065), - [anon_sym_PLUS] = ACTIONS(5063), - [anon_sym_DASH] = ACTIONS(5063), - [anon_sym_SLASH] = ACTIONS(5063), - [anon_sym_PERCENT] = ACTIONS(5063), - [anon_sym_as_QMARK] = ACTIONS(5065), - [anon_sym_PLUS_PLUS] = ACTIONS(5065), - [anon_sym_DASH_DASH] = ACTIONS(5065), - [anon_sym_BANG] = ACTIONS(5063), - [anon_sym_BANG_BANG] = ACTIONS(5065), - [anon_sym_data] = ACTIONS(5063), - [anon_sym_inner] = ACTIONS(5063), - [anon_sym_expect] = ACTIONS(5063), - [anon_sym_actual] = ACTIONS(5063), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5065), - [anon_sym_continue_AT] = ACTIONS(5065), - [anon_sym_break_AT] = ACTIONS(5065), - [sym_real_literal] = ACTIONS(5065), - [sym_integer_literal] = ACTIONS(5063), - [sym_hex_literal] = ACTIONS(5065), - [sym_bin_literal] = ACTIONS(5065), - [anon_sym_true] = ACTIONS(5063), - [anon_sym_false] = ACTIONS(5063), - [anon_sym_SQUOTE] = ACTIONS(5065), - [sym__backtick_identifier] = ACTIONS(5065), - [sym__automatic_semicolon] = ACTIONS(5065), - [sym_safe_nav] = ACTIONS(5065), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5065), + [3236] = { + [sym_type_constraints] = STATE(3617), + [sym_function_body] = STATE(3267), + [sym__block] = STATE(3464), + [sym__alpha_identifier] = ACTIONS(4260), + [anon_sym_AT] = ACTIONS(4262), + [anon_sym_LBRACK] = ACTIONS(4262), + [anon_sym_as] = ACTIONS(4260), + [anon_sym_EQ] = ACTIONS(6389), + [anon_sym_LBRACE] = ACTIONS(6233), + [anon_sym_RBRACE] = ACTIONS(4262), + [anon_sym_LPAREN] = ACTIONS(4262), + [anon_sym_RPAREN] = ACTIONS(4262), + [anon_sym_LT] = ACTIONS(4260), + [anon_sym_GT] = ACTIONS(4260), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(4260), + [anon_sym_SEMI] = ACTIONS(4262), + [anon_sym_get] = ACTIONS(4260), + [anon_sym_set] = ACTIONS(4260), + [anon_sym_STAR] = ACTIONS(4260), + [sym_label] = ACTIONS(4262), + [anon_sym_in] = ACTIONS(4260), + [anon_sym_while] = ACTIONS(4260), + [anon_sym_DOT_DOT] = ACTIONS(4262), + [anon_sym_QMARK_COLON] = ACTIONS(4262), + [anon_sym_AMP_AMP] = ACTIONS(4262), + [anon_sym_PIPE_PIPE] = ACTIONS(4262), + [anon_sym_else] = ACTIONS(4260), + [anon_sym_COLON_COLON] = ACTIONS(4262), + [anon_sym_PLUS_EQ] = ACTIONS(4262), + [anon_sym_DASH_EQ] = ACTIONS(4262), + [anon_sym_STAR_EQ] = ACTIONS(4262), + [anon_sym_SLASH_EQ] = ACTIONS(4262), + [anon_sym_PERCENT_EQ] = ACTIONS(4262), + [anon_sym_BANG_EQ] = ACTIONS(4260), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4262), + [anon_sym_EQ_EQ] = ACTIONS(4260), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4262), + [anon_sym_LT_EQ] = ACTIONS(4262), + [anon_sym_GT_EQ] = ACTIONS(4262), + [anon_sym_BANGin] = ACTIONS(4262), + [anon_sym_is] = ACTIONS(4260), + [anon_sym_BANGis] = ACTIONS(4262), + [anon_sym_PLUS] = ACTIONS(4260), + [anon_sym_DASH] = ACTIONS(4260), + [anon_sym_SLASH] = ACTIONS(4260), + [anon_sym_PERCENT] = ACTIONS(4260), + [anon_sym_as_QMARK] = ACTIONS(4262), + [anon_sym_PLUS_PLUS] = ACTIONS(4262), + [anon_sym_DASH_DASH] = ACTIONS(4262), + [anon_sym_BANG_BANG] = ACTIONS(4262), + [anon_sym_suspend] = ACTIONS(4260), + [anon_sym_sealed] = ACTIONS(4260), + [anon_sym_annotation] = ACTIONS(4260), + [anon_sym_data] = ACTIONS(4260), + [anon_sym_inner] = ACTIONS(4260), + [anon_sym_override] = ACTIONS(4260), + [anon_sym_lateinit] = ACTIONS(4260), + [anon_sym_public] = ACTIONS(4260), + [anon_sym_private] = ACTIONS(4260), + [anon_sym_internal] = ACTIONS(4260), + [anon_sym_protected] = ACTIONS(4260), + [anon_sym_tailrec] = ACTIONS(4260), + [anon_sym_operator] = ACTIONS(4260), + [anon_sym_infix] = ACTIONS(4260), + [anon_sym_inline] = ACTIONS(4260), + [anon_sym_external] = ACTIONS(4260), + [sym_property_modifier] = ACTIONS(4260), + [anon_sym_abstract] = ACTIONS(4260), + [anon_sym_final] = ACTIONS(4260), + [anon_sym_open] = ACTIONS(4260), + [anon_sym_vararg] = ACTIONS(4260), + [anon_sym_noinline] = ACTIONS(4260), + [anon_sym_crossinline] = ACTIONS(4260), + [anon_sym_expect] = ACTIONS(4260), + [anon_sym_actual] = ACTIONS(4260), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4262), + [sym_safe_nav] = ACTIONS(4262), + [sym_multiline_comment] = ACTIONS(3), }, - [3259] = { - [sym__alpha_identifier] = ACTIONS(4999), - [anon_sym_AT] = ACTIONS(5001), - [anon_sym_LBRACK] = ACTIONS(5001), - [anon_sym_RBRACK] = ACTIONS(5001), - [anon_sym_as] = ACTIONS(4999), - [anon_sym_EQ] = ACTIONS(4999), - [anon_sym_LBRACE] = ACTIONS(5001), - [anon_sym_RBRACE] = ACTIONS(5001), - [anon_sym_LPAREN] = ACTIONS(5001), - [anon_sym_COMMA] = ACTIONS(5001), - [anon_sym_RPAREN] = ACTIONS(5001), - [anon_sym_LT] = ACTIONS(4999), - [anon_sym_GT] = ACTIONS(4999), - [anon_sym_where] = ACTIONS(4999), - [anon_sym_DOT] = ACTIONS(4999), - [anon_sym_SEMI] = ACTIONS(5001), - [anon_sym_get] = ACTIONS(4999), - [anon_sym_set] = ACTIONS(4999), - [anon_sym_STAR] = ACTIONS(4999), - [anon_sym_DASH_GT] = ACTIONS(5001), - [sym_label] = ACTIONS(5001), - [anon_sym_in] = ACTIONS(4999), - [anon_sym_while] = ACTIONS(4999), - [anon_sym_DOT_DOT] = ACTIONS(5001), - [anon_sym_QMARK_COLON] = ACTIONS(5001), - [anon_sym_AMP_AMP] = ACTIONS(5001), - [anon_sym_PIPE_PIPE] = ACTIONS(5001), - [anon_sym_else] = ACTIONS(4999), - [anon_sym_COLON_COLON] = ACTIONS(5001), - [anon_sym_PLUS_EQ] = ACTIONS(5001), - [anon_sym_DASH_EQ] = ACTIONS(5001), - [anon_sym_STAR_EQ] = ACTIONS(5001), - [anon_sym_SLASH_EQ] = ACTIONS(5001), - [anon_sym_PERCENT_EQ] = ACTIONS(5001), - [anon_sym_BANG_EQ] = ACTIONS(4999), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5001), - [anon_sym_EQ_EQ] = ACTIONS(4999), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5001), - [anon_sym_LT_EQ] = ACTIONS(5001), - [anon_sym_GT_EQ] = ACTIONS(5001), - [anon_sym_BANGin] = ACTIONS(5001), - [anon_sym_is] = ACTIONS(4999), - [anon_sym_BANGis] = ACTIONS(5001), - [anon_sym_PLUS] = ACTIONS(4999), - [anon_sym_DASH] = ACTIONS(4999), - [anon_sym_SLASH] = ACTIONS(4999), - [anon_sym_PERCENT] = ACTIONS(4999), - [anon_sym_as_QMARK] = ACTIONS(5001), - [anon_sym_PLUS_PLUS] = ACTIONS(5001), - [anon_sym_DASH_DASH] = ACTIONS(5001), - [anon_sym_BANG_BANG] = ACTIONS(5001), - [anon_sym_suspend] = ACTIONS(4999), - [anon_sym_sealed] = ACTIONS(4999), - [anon_sym_annotation] = ACTIONS(4999), - [anon_sym_data] = ACTIONS(4999), - [anon_sym_inner] = ACTIONS(4999), - [anon_sym_override] = ACTIONS(4999), - [anon_sym_lateinit] = ACTIONS(4999), - [anon_sym_public] = ACTIONS(4999), - [anon_sym_private] = ACTIONS(4999), - [anon_sym_internal] = ACTIONS(4999), - [anon_sym_protected] = ACTIONS(4999), - [anon_sym_tailrec] = ACTIONS(4999), - [anon_sym_operator] = ACTIONS(4999), - [anon_sym_infix] = ACTIONS(4999), - [anon_sym_inline] = ACTIONS(4999), - [anon_sym_external] = ACTIONS(4999), - [sym_property_modifier] = ACTIONS(4999), - [anon_sym_abstract] = ACTIONS(4999), - [anon_sym_final] = ACTIONS(4999), - [anon_sym_open] = ACTIONS(4999), - [anon_sym_vararg] = ACTIONS(4999), - [anon_sym_noinline] = ACTIONS(4999), - [anon_sym_crossinline] = ACTIONS(4999), - [anon_sym_expect] = ACTIONS(4999), - [anon_sym_actual] = ACTIONS(4999), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5001), - [sym_safe_nav] = ACTIONS(5001), + [3237] = { + [sym_type_constraints] = STATE(3612), + [sym_function_body] = STATE(3317), + [sym__block] = STATE(3464), + [sym__alpha_identifier] = ACTIONS(4256), + [anon_sym_AT] = ACTIONS(4258), + [anon_sym_LBRACK] = ACTIONS(4258), + [anon_sym_as] = ACTIONS(4256), + [anon_sym_EQ] = ACTIONS(6389), + [anon_sym_LBRACE] = ACTIONS(6233), + [anon_sym_RBRACE] = ACTIONS(4258), + [anon_sym_LPAREN] = ACTIONS(4258), + [anon_sym_RPAREN] = ACTIONS(4258), + [anon_sym_LT] = ACTIONS(4256), + [anon_sym_GT] = ACTIONS(4256), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(4256), + [anon_sym_SEMI] = ACTIONS(4258), + [anon_sym_get] = ACTIONS(4256), + [anon_sym_set] = ACTIONS(4256), + [anon_sym_STAR] = ACTIONS(4256), + [sym_label] = ACTIONS(4258), + [anon_sym_in] = ACTIONS(4256), + [anon_sym_while] = ACTIONS(4256), + [anon_sym_DOT_DOT] = ACTIONS(4258), + [anon_sym_QMARK_COLON] = ACTIONS(4258), + [anon_sym_AMP_AMP] = ACTIONS(4258), + [anon_sym_PIPE_PIPE] = ACTIONS(4258), + [anon_sym_else] = ACTIONS(4256), + [anon_sym_COLON_COLON] = ACTIONS(4258), + [anon_sym_PLUS_EQ] = ACTIONS(4258), + [anon_sym_DASH_EQ] = ACTIONS(4258), + [anon_sym_STAR_EQ] = ACTIONS(4258), + [anon_sym_SLASH_EQ] = ACTIONS(4258), + [anon_sym_PERCENT_EQ] = ACTIONS(4258), + [anon_sym_BANG_EQ] = ACTIONS(4256), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4258), + [anon_sym_EQ_EQ] = ACTIONS(4256), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4258), + [anon_sym_LT_EQ] = ACTIONS(4258), + [anon_sym_GT_EQ] = ACTIONS(4258), + [anon_sym_BANGin] = ACTIONS(4258), + [anon_sym_is] = ACTIONS(4256), + [anon_sym_BANGis] = ACTIONS(4258), + [anon_sym_PLUS] = ACTIONS(4256), + [anon_sym_DASH] = ACTIONS(4256), + [anon_sym_SLASH] = ACTIONS(4256), + [anon_sym_PERCENT] = ACTIONS(4256), + [anon_sym_as_QMARK] = ACTIONS(4258), + [anon_sym_PLUS_PLUS] = ACTIONS(4258), + [anon_sym_DASH_DASH] = ACTIONS(4258), + [anon_sym_BANG_BANG] = ACTIONS(4258), + [anon_sym_suspend] = ACTIONS(4256), + [anon_sym_sealed] = ACTIONS(4256), + [anon_sym_annotation] = ACTIONS(4256), + [anon_sym_data] = ACTIONS(4256), + [anon_sym_inner] = ACTIONS(4256), + [anon_sym_override] = ACTIONS(4256), + [anon_sym_lateinit] = ACTIONS(4256), + [anon_sym_public] = ACTIONS(4256), + [anon_sym_private] = ACTIONS(4256), + [anon_sym_internal] = ACTIONS(4256), + [anon_sym_protected] = ACTIONS(4256), + [anon_sym_tailrec] = ACTIONS(4256), + [anon_sym_operator] = ACTIONS(4256), + [anon_sym_infix] = ACTIONS(4256), + [anon_sym_inline] = ACTIONS(4256), + [anon_sym_external] = ACTIONS(4256), + [sym_property_modifier] = ACTIONS(4256), + [anon_sym_abstract] = ACTIONS(4256), + [anon_sym_final] = ACTIONS(4256), + [anon_sym_open] = ACTIONS(4256), + [anon_sym_vararg] = ACTIONS(4256), + [anon_sym_noinline] = ACTIONS(4256), + [anon_sym_crossinline] = ACTIONS(4256), + [anon_sym_expect] = ACTIONS(4256), + [anon_sym_actual] = ACTIONS(4256), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4258), + [sym_safe_nav] = ACTIONS(4258), [sym_multiline_comment] = ACTIONS(3), }, - [3260] = { - [aux_sym_nullable_type_repeat1] = STATE(3415), - [sym__alpha_identifier] = ACTIONS(4263), - [anon_sym_AT] = ACTIONS(4265), - [anon_sym_LBRACK] = ACTIONS(4265), - [anon_sym_as] = ACTIONS(4263), - [anon_sym_EQ] = ACTIONS(4263), - [anon_sym_LBRACE] = ACTIONS(4265), - [anon_sym_RBRACE] = ACTIONS(4265), - [anon_sym_LPAREN] = ACTIONS(4265), - [anon_sym_COMMA] = ACTIONS(4265), - [anon_sym_by] = ACTIONS(4263), - [anon_sym_LT] = ACTIONS(4263), - [anon_sym_GT] = ACTIONS(4263), - [anon_sym_where] = ACTIONS(4263), - [anon_sym_DOT] = ACTIONS(4263), - [anon_sym_SEMI] = ACTIONS(4265), - [anon_sym_get] = ACTIONS(4263), - [anon_sym_set] = ACTIONS(4263), - [sym__quest] = ACTIONS(6512), - [anon_sym_STAR] = ACTIONS(4263), - [sym_label] = ACTIONS(4265), - [anon_sym_in] = ACTIONS(4263), - [anon_sym_DOT_DOT] = ACTIONS(4265), - [anon_sym_QMARK_COLON] = ACTIONS(4265), - [anon_sym_AMP_AMP] = ACTIONS(4265), - [anon_sym_PIPE_PIPE] = ACTIONS(4265), - [anon_sym_else] = ACTIONS(4263), - [anon_sym_COLON_COLON] = ACTIONS(4265), - [anon_sym_PLUS_EQ] = ACTIONS(4265), - [anon_sym_DASH_EQ] = ACTIONS(4265), - [anon_sym_STAR_EQ] = ACTIONS(4265), - [anon_sym_SLASH_EQ] = ACTIONS(4265), - [anon_sym_PERCENT_EQ] = ACTIONS(4265), - [anon_sym_BANG_EQ] = ACTIONS(4263), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4265), - [anon_sym_EQ_EQ] = ACTIONS(4263), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4265), - [anon_sym_LT_EQ] = ACTIONS(4265), - [anon_sym_GT_EQ] = ACTIONS(4265), - [anon_sym_BANGin] = ACTIONS(4265), - [anon_sym_is] = ACTIONS(4263), - [anon_sym_BANGis] = ACTIONS(4265), - [anon_sym_PLUS] = ACTIONS(4263), - [anon_sym_DASH] = ACTIONS(4263), - [anon_sym_SLASH] = ACTIONS(4263), - [anon_sym_PERCENT] = ACTIONS(4263), - [anon_sym_as_QMARK] = ACTIONS(4265), - [anon_sym_PLUS_PLUS] = ACTIONS(4265), - [anon_sym_DASH_DASH] = ACTIONS(4265), - [anon_sym_BANG_BANG] = ACTIONS(4265), - [anon_sym_suspend] = ACTIONS(4263), - [anon_sym_sealed] = ACTIONS(4263), - [anon_sym_annotation] = ACTIONS(4263), - [anon_sym_data] = ACTIONS(4263), - [anon_sym_inner] = ACTIONS(4263), - [anon_sym_override] = ACTIONS(4263), - [anon_sym_lateinit] = ACTIONS(4263), - [anon_sym_public] = ACTIONS(4263), - [anon_sym_private] = ACTIONS(4263), - [anon_sym_internal] = ACTIONS(4263), - [anon_sym_protected] = ACTIONS(4263), - [anon_sym_tailrec] = ACTIONS(4263), - [anon_sym_operator] = ACTIONS(4263), - [anon_sym_infix] = ACTIONS(4263), - [anon_sym_inline] = ACTIONS(4263), - [anon_sym_external] = ACTIONS(4263), - [sym_property_modifier] = ACTIONS(4263), - [anon_sym_abstract] = ACTIONS(4263), - [anon_sym_final] = ACTIONS(4263), - [anon_sym_open] = ACTIONS(4263), - [anon_sym_vararg] = ACTIONS(4263), - [anon_sym_noinline] = ACTIONS(4263), - [anon_sym_crossinline] = ACTIONS(4263), - [anon_sym_expect] = ACTIONS(4263), - [anon_sym_actual] = ACTIONS(4263), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4265), - [sym__automatic_semicolon] = ACTIONS(4265), - [sym_safe_nav] = ACTIONS(4265), + [3238] = { + [sym_type_constraints] = STATE(3830), + [sym_function_body] = STATE(3705), + [sym__block] = STATE(3738), + [sym__alpha_identifier] = ACTIONS(4031), + [anon_sym_AT] = ACTIONS(4033), + [anon_sym_COLON] = ACTIONS(6529), + [anon_sym_LBRACK] = ACTIONS(4033), + [anon_sym_as] = ACTIONS(4031), + [anon_sym_EQ] = ACTIONS(6527), + [anon_sym_LBRACE] = ACTIONS(6461), + [anon_sym_RBRACE] = ACTIONS(4033), + [anon_sym_LPAREN] = ACTIONS(4033), + [anon_sym_LT] = ACTIONS(4031), + [anon_sym_GT] = ACTIONS(4031), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(4031), + [anon_sym_SEMI] = ACTIONS(4033), + [anon_sym_get] = ACTIONS(4031), + [anon_sym_set] = ACTIONS(4031), + [anon_sym_STAR] = ACTIONS(4031), + [sym_label] = ACTIONS(4033), + [anon_sym_in] = ACTIONS(4031), + [anon_sym_DOT_DOT] = ACTIONS(4033), + [anon_sym_QMARK_COLON] = ACTIONS(4033), + [anon_sym_AMP_AMP] = ACTIONS(4033), + [anon_sym_PIPE_PIPE] = ACTIONS(4033), + [anon_sym_else] = ACTIONS(4031), + [anon_sym_COLON_COLON] = ACTIONS(4033), + [anon_sym_PLUS_EQ] = ACTIONS(4033), + [anon_sym_DASH_EQ] = ACTIONS(4033), + [anon_sym_STAR_EQ] = ACTIONS(4033), + [anon_sym_SLASH_EQ] = ACTIONS(4033), + [anon_sym_PERCENT_EQ] = ACTIONS(4033), + [anon_sym_BANG_EQ] = ACTIONS(4031), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4033), + [anon_sym_EQ_EQ] = ACTIONS(4031), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4033), + [anon_sym_LT_EQ] = ACTIONS(4033), + [anon_sym_GT_EQ] = ACTIONS(4033), + [anon_sym_BANGin] = ACTIONS(4033), + [anon_sym_is] = ACTIONS(4031), + [anon_sym_BANGis] = ACTIONS(4033), + [anon_sym_PLUS] = ACTIONS(4031), + [anon_sym_DASH] = ACTIONS(4031), + [anon_sym_SLASH] = ACTIONS(4031), + [anon_sym_PERCENT] = ACTIONS(4031), + [anon_sym_as_QMARK] = ACTIONS(4033), + [anon_sym_PLUS_PLUS] = ACTIONS(4033), + [anon_sym_DASH_DASH] = ACTIONS(4033), + [anon_sym_BANG_BANG] = ACTIONS(4033), + [anon_sym_suspend] = ACTIONS(4031), + [anon_sym_sealed] = ACTIONS(4031), + [anon_sym_annotation] = ACTIONS(4031), + [anon_sym_data] = ACTIONS(4031), + [anon_sym_inner] = ACTIONS(4031), + [anon_sym_override] = ACTIONS(4031), + [anon_sym_lateinit] = ACTIONS(4031), + [anon_sym_public] = ACTIONS(4031), + [anon_sym_private] = ACTIONS(4031), + [anon_sym_internal] = ACTIONS(4031), + [anon_sym_protected] = ACTIONS(4031), + [anon_sym_tailrec] = ACTIONS(4031), + [anon_sym_operator] = ACTIONS(4031), + [anon_sym_infix] = ACTIONS(4031), + [anon_sym_inline] = ACTIONS(4031), + [anon_sym_external] = ACTIONS(4031), + [sym_property_modifier] = ACTIONS(4031), + [anon_sym_abstract] = ACTIONS(4031), + [anon_sym_final] = ACTIONS(4031), + [anon_sym_open] = ACTIONS(4031), + [anon_sym_vararg] = ACTIONS(4031), + [anon_sym_noinline] = ACTIONS(4031), + [anon_sym_crossinline] = ACTIONS(4031), + [anon_sym_expect] = ACTIONS(4031), + [anon_sym_actual] = ACTIONS(4031), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4033), + [sym__automatic_semicolon] = ACTIONS(4033), + [sym_safe_nav] = ACTIONS(4033), [sym_multiline_comment] = ACTIONS(3), }, - [3261] = { - [sym__alpha_identifier] = ACTIONS(5043), - [anon_sym_AT] = ACTIONS(5045), - [anon_sym_LBRACK] = ACTIONS(5045), - [anon_sym_RBRACK] = ACTIONS(5045), - [anon_sym_as] = ACTIONS(5043), - [anon_sym_EQ] = ACTIONS(5043), - [anon_sym_LBRACE] = ACTIONS(5045), - [anon_sym_RBRACE] = ACTIONS(5045), - [anon_sym_LPAREN] = ACTIONS(5045), - [anon_sym_COMMA] = ACTIONS(5045), - [anon_sym_RPAREN] = ACTIONS(5045), - [anon_sym_LT] = ACTIONS(5043), - [anon_sym_GT] = ACTIONS(5043), - [anon_sym_where] = ACTIONS(5043), - [anon_sym_DOT] = ACTIONS(5043), - [anon_sym_SEMI] = ACTIONS(5045), - [anon_sym_get] = ACTIONS(5043), - [anon_sym_set] = ACTIONS(5043), - [anon_sym_STAR] = ACTIONS(5043), - [anon_sym_DASH_GT] = ACTIONS(5045), - [sym_label] = ACTIONS(5045), - [anon_sym_in] = ACTIONS(5043), - [anon_sym_while] = ACTIONS(5043), - [anon_sym_DOT_DOT] = ACTIONS(5045), - [anon_sym_QMARK_COLON] = ACTIONS(5045), - [anon_sym_AMP_AMP] = ACTIONS(5045), - [anon_sym_PIPE_PIPE] = ACTIONS(5045), - [anon_sym_else] = ACTIONS(5043), - [anon_sym_COLON_COLON] = ACTIONS(5045), - [anon_sym_PLUS_EQ] = ACTIONS(5045), - [anon_sym_DASH_EQ] = ACTIONS(5045), - [anon_sym_STAR_EQ] = ACTIONS(5045), - [anon_sym_SLASH_EQ] = ACTIONS(5045), - [anon_sym_PERCENT_EQ] = ACTIONS(5045), - [anon_sym_BANG_EQ] = ACTIONS(5043), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5045), - [anon_sym_EQ_EQ] = ACTIONS(5043), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5045), - [anon_sym_LT_EQ] = ACTIONS(5045), - [anon_sym_GT_EQ] = ACTIONS(5045), - [anon_sym_BANGin] = ACTIONS(5045), - [anon_sym_is] = ACTIONS(5043), - [anon_sym_BANGis] = ACTIONS(5045), - [anon_sym_PLUS] = ACTIONS(5043), - [anon_sym_DASH] = ACTIONS(5043), - [anon_sym_SLASH] = ACTIONS(5043), - [anon_sym_PERCENT] = ACTIONS(5043), - [anon_sym_as_QMARK] = ACTIONS(5045), - [anon_sym_PLUS_PLUS] = ACTIONS(5045), - [anon_sym_DASH_DASH] = ACTIONS(5045), - [anon_sym_BANG_BANG] = ACTIONS(5045), - [anon_sym_suspend] = ACTIONS(5043), - [anon_sym_sealed] = ACTIONS(5043), - [anon_sym_annotation] = ACTIONS(5043), - [anon_sym_data] = ACTIONS(5043), - [anon_sym_inner] = ACTIONS(5043), - [anon_sym_override] = ACTIONS(5043), - [anon_sym_lateinit] = ACTIONS(5043), - [anon_sym_public] = ACTIONS(5043), - [anon_sym_private] = ACTIONS(5043), - [anon_sym_internal] = ACTIONS(5043), - [anon_sym_protected] = ACTIONS(5043), - [anon_sym_tailrec] = ACTIONS(5043), - [anon_sym_operator] = ACTIONS(5043), - [anon_sym_infix] = ACTIONS(5043), - [anon_sym_inline] = ACTIONS(5043), - [anon_sym_external] = ACTIONS(5043), - [sym_property_modifier] = ACTIONS(5043), - [anon_sym_abstract] = ACTIONS(5043), - [anon_sym_final] = ACTIONS(5043), - [anon_sym_open] = ACTIONS(5043), - [anon_sym_vararg] = ACTIONS(5043), - [anon_sym_noinline] = ACTIONS(5043), - [anon_sym_crossinline] = ACTIONS(5043), - [anon_sym_expect] = ACTIONS(5043), - [anon_sym_actual] = ACTIONS(5043), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5045), - [sym_safe_nav] = ACTIONS(5045), + [3239] = { + [sym__alpha_identifier] = ACTIONS(4941), + [anon_sym_AT] = ACTIONS(4943), + [anon_sym_LBRACK] = ACTIONS(4943), + [anon_sym_RBRACK] = ACTIONS(4943), + [anon_sym_as] = ACTIONS(4941), + [anon_sym_EQ] = ACTIONS(4941), + [anon_sym_LBRACE] = ACTIONS(4943), + [anon_sym_RBRACE] = ACTIONS(4943), + [anon_sym_LPAREN] = ACTIONS(4943), + [anon_sym_COMMA] = ACTIONS(4943), + [anon_sym_RPAREN] = ACTIONS(4943), + [anon_sym_LT] = ACTIONS(4941), + [anon_sym_GT] = ACTIONS(4941), + [anon_sym_where] = ACTIONS(4941), + [anon_sym_DOT] = ACTIONS(4941), + [anon_sym_SEMI] = ACTIONS(4943), + [anon_sym_get] = ACTIONS(4941), + [anon_sym_set] = ACTIONS(4941), + [anon_sym_STAR] = ACTIONS(4941), + [anon_sym_DASH_GT] = ACTIONS(4943), + [sym_label] = ACTIONS(4943), + [anon_sym_in] = ACTIONS(4941), + [anon_sym_while] = ACTIONS(4941), + [anon_sym_DOT_DOT] = ACTIONS(4943), + [anon_sym_QMARK_COLON] = ACTIONS(4943), + [anon_sym_AMP_AMP] = ACTIONS(4943), + [anon_sym_PIPE_PIPE] = ACTIONS(4943), + [anon_sym_else] = ACTIONS(4941), + [anon_sym_COLON_COLON] = ACTIONS(4943), + [anon_sym_PLUS_EQ] = ACTIONS(4943), + [anon_sym_DASH_EQ] = ACTIONS(4943), + [anon_sym_STAR_EQ] = ACTIONS(4943), + [anon_sym_SLASH_EQ] = ACTIONS(4943), + [anon_sym_PERCENT_EQ] = ACTIONS(4943), + [anon_sym_BANG_EQ] = ACTIONS(4941), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4943), + [anon_sym_EQ_EQ] = ACTIONS(4941), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4943), + [anon_sym_LT_EQ] = ACTIONS(4943), + [anon_sym_GT_EQ] = ACTIONS(4943), + [anon_sym_BANGin] = ACTIONS(4943), + [anon_sym_is] = ACTIONS(4941), + [anon_sym_BANGis] = ACTIONS(4943), + [anon_sym_PLUS] = ACTIONS(4941), + [anon_sym_DASH] = ACTIONS(4941), + [anon_sym_SLASH] = ACTIONS(4941), + [anon_sym_PERCENT] = ACTIONS(4941), + [anon_sym_as_QMARK] = ACTIONS(4943), + [anon_sym_PLUS_PLUS] = ACTIONS(4943), + [anon_sym_DASH_DASH] = ACTIONS(4943), + [anon_sym_BANG_BANG] = ACTIONS(4943), + [anon_sym_suspend] = ACTIONS(4941), + [anon_sym_sealed] = ACTIONS(4941), + [anon_sym_annotation] = ACTIONS(4941), + [anon_sym_data] = ACTIONS(4941), + [anon_sym_inner] = ACTIONS(4941), + [anon_sym_override] = ACTIONS(4941), + [anon_sym_lateinit] = ACTIONS(4941), + [anon_sym_public] = ACTIONS(4941), + [anon_sym_private] = ACTIONS(4941), + [anon_sym_internal] = ACTIONS(4941), + [anon_sym_protected] = ACTIONS(4941), + [anon_sym_tailrec] = ACTIONS(4941), + [anon_sym_operator] = ACTIONS(4941), + [anon_sym_infix] = ACTIONS(4941), + [anon_sym_inline] = ACTIONS(4941), + [anon_sym_external] = ACTIONS(4941), + [sym_property_modifier] = ACTIONS(4941), + [anon_sym_abstract] = ACTIONS(4941), + [anon_sym_final] = ACTIONS(4941), + [anon_sym_open] = ACTIONS(4941), + [anon_sym_vararg] = ACTIONS(4941), + [anon_sym_noinline] = ACTIONS(4941), + [anon_sym_crossinline] = ACTIONS(4941), + [anon_sym_expect] = ACTIONS(4941), + [anon_sym_actual] = ACTIONS(4941), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4943), + [sym_safe_nav] = ACTIONS(4943), [sym_multiline_comment] = ACTIONS(3), }, - [3262] = { - [sym__alpha_identifier] = ACTIONS(5047), - [anon_sym_AT] = ACTIONS(5049), - [anon_sym_LBRACK] = ACTIONS(5049), - [anon_sym_RBRACK] = ACTIONS(5049), - [anon_sym_as] = ACTIONS(5047), - [anon_sym_EQ] = ACTIONS(5047), - [anon_sym_LBRACE] = ACTIONS(5049), - [anon_sym_RBRACE] = ACTIONS(5049), - [anon_sym_LPAREN] = ACTIONS(5049), - [anon_sym_COMMA] = ACTIONS(5049), - [anon_sym_RPAREN] = ACTIONS(5049), - [anon_sym_LT] = ACTIONS(5047), - [anon_sym_GT] = ACTIONS(5047), - [anon_sym_where] = ACTIONS(5047), - [anon_sym_DOT] = ACTIONS(5047), - [anon_sym_SEMI] = ACTIONS(5049), - [anon_sym_get] = ACTIONS(5047), - [anon_sym_set] = ACTIONS(5047), - [anon_sym_STAR] = ACTIONS(5047), - [anon_sym_DASH_GT] = ACTIONS(5049), - [sym_label] = ACTIONS(5049), - [anon_sym_in] = ACTIONS(5047), - [anon_sym_while] = ACTIONS(5047), - [anon_sym_DOT_DOT] = ACTIONS(5049), - [anon_sym_QMARK_COLON] = ACTIONS(5049), - [anon_sym_AMP_AMP] = ACTIONS(5049), - [anon_sym_PIPE_PIPE] = ACTIONS(5049), - [anon_sym_else] = ACTIONS(5047), - [anon_sym_COLON_COLON] = ACTIONS(5049), - [anon_sym_PLUS_EQ] = ACTIONS(5049), - [anon_sym_DASH_EQ] = ACTIONS(5049), - [anon_sym_STAR_EQ] = ACTIONS(5049), - [anon_sym_SLASH_EQ] = ACTIONS(5049), - [anon_sym_PERCENT_EQ] = ACTIONS(5049), - [anon_sym_BANG_EQ] = ACTIONS(5047), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5049), - [anon_sym_EQ_EQ] = ACTIONS(5047), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5049), - [anon_sym_LT_EQ] = ACTIONS(5049), - [anon_sym_GT_EQ] = ACTIONS(5049), - [anon_sym_BANGin] = ACTIONS(5049), - [anon_sym_is] = ACTIONS(5047), - [anon_sym_BANGis] = ACTIONS(5049), - [anon_sym_PLUS] = ACTIONS(5047), - [anon_sym_DASH] = ACTIONS(5047), - [anon_sym_SLASH] = ACTIONS(5047), - [anon_sym_PERCENT] = ACTIONS(5047), - [anon_sym_as_QMARK] = ACTIONS(5049), - [anon_sym_PLUS_PLUS] = ACTIONS(5049), - [anon_sym_DASH_DASH] = ACTIONS(5049), - [anon_sym_BANG_BANG] = ACTIONS(5049), - [anon_sym_suspend] = ACTIONS(5047), - [anon_sym_sealed] = ACTIONS(5047), - [anon_sym_annotation] = ACTIONS(5047), - [anon_sym_data] = ACTIONS(5047), - [anon_sym_inner] = ACTIONS(5047), - [anon_sym_override] = ACTIONS(5047), - [anon_sym_lateinit] = ACTIONS(5047), - [anon_sym_public] = ACTIONS(5047), - [anon_sym_private] = ACTIONS(5047), - [anon_sym_internal] = ACTIONS(5047), - [anon_sym_protected] = ACTIONS(5047), - [anon_sym_tailrec] = ACTIONS(5047), - [anon_sym_operator] = ACTIONS(5047), - [anon_sym_infix] = ACTIONS(5047), - [anon_sym_inline] = ACTIONS(5047), - [anon_sym_external] = ACTIONS(5047), - [sym_property_modifier] = ACTIONS(5047), - [anon_sym_abstract] = ACTIONS(5047), - [anon_sym_final] = ACTIONS(5047), - [anon_sym_open] = ACTIONS(5047), - [anon_sym_vararg] = ACTIONS(5047), - [anon_sym_noinline] = ACTIONS(5047), - [anon_sym_crossinline] = ACTIONS(5047), - [anon_sym_expect] = ACTIONS(5047), - [anon_sym_actual] = ACTIONS(5047), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5049), - [sym_safe_nav] = ACTIONS(5049), + [3240] = { + [sym__alpha_identifier] = ACTIONS(4937), + [anon_sym_AT] = ACTIONS(4939), + [anon_sym_LBRACK] = ACTIONS(4939), + [anon_sym_RBRACK] = ACTIONS(4939), + [anon_sym_as] = ACTIONS(4937), + [anon_sym_EQ] = ACTIONS(4937), + [anon_sym_LBRACE] = ACTIONS(4939), + [anon_sym_RBRACE] = ACTIONS(4939), + [anon_sym_LPAREN] = ACTIONS(4939), + [anon_sym_COMMA] = ACTIONS(4939), + [anon_sym_RPAREN] = ACTIONS(4939), + [anon_sym_LT] = ACTIONS(4937), + [anon_sym_GT] = ACTIONS(4937), + [anon_sym_where] = ACTIONS(4937), + [anon_sym_DOT] = ACTIONS(4937), + [anon_sym_SEMI] = ACTIONS(4939), + [anon_sym_get] = ACTIONS(4937), + [anon_sym_set] = ACTIONS(4937), + [anon_sym_STAR] = ACTIONS(4937), + [anon_sym_DASH_GT] = ACTIONS(4939), + [sym_label] = ACTIONS(4939), + [anon_sym_in] = ACTIONS(4937), + [anon_sym_while] = ACTIONS(4937), + [anon_sym_DOT_DOT] = ACTIONS(4939), + [anon_sym_QMARK_COLON] = ACTIONS(4939), + [anon_sym_AMP_AMP] = ACTIONS(4939), + [anon_sym_PIPE_PIPE] = ACTIONS(4939), + [anon_sym_else] = ACTIONS(4937), + [anon_sym_COLON_COLON] = ACTIONS(4939), + [anon_sym_PLUS_EQ] = ACTIONS(4939), + [anon_sym_DASH_EQ] = ACTIONS(4939), + [anon_sym_STAR_EQ] = ACTIONS(4939), + [anon_sym_SLASH_EQ] = ACTIONS(4939), + [anon_sym_PERCENT_EQ] = ACTIONS(4939), + [anon_sym_BANG_EQ] = ACTIONS(4937), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4939), + [anon_sym_EQ_EQ] = ACTIONS(4937), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4939), + [anon_sym_LT_EQ] = ACTIONS(4939), + [anon_sym_GT_EQ] = ACTIONS(4939), + [anon_sym_BANGin] = ACTIONS(4939), + [anon_sym_is] = ACTIONS(4937), + [anon_sym_BANGis] = ACTIONS(4939), + [anon_sym_PLUS] = ACTIONS(4937), + [anon_sym_DASH] = ACTIONS(4937), + [anon_sym_SLASH] = ACTIONS(4937), + [anon_sym_PERCENT] = ACTIONS(4937), + [anon_sym_as_QMARK] = ACTIONS(4939), + [anon_sym_PLUS_PLUS] = ACTIONS(4939), + [anon_sym_DASH_DASH] = ACTIONS(4939), + [anon_sym_BANG_BANG] = ACTIONS(4939), + [anon_sym_suspend] = ACTIONS(4937), + [anon_sym_sealed] = ACTIONS(4937), + [anon_sym_annotation] = ACTIONS(4937), + [anon_sym_data] = ACTIONS(4937), + [anon_sym_inner] = ACTIONS(4937), + [anon_sym_override] = ACTIONS(4937), + [anon_sym_lateinit] = ACTIONS(4937), + [anon_sym_public] = ACTIONS(4937), + [anon_sym_private] = ACTIONS(4937), + [anon_sym_internal] = ACTIONS(4937), + [anon_sym_protected] = ACTIONS(4937), + [anon_sym_tailrec] = ACTIONS(4937), + [anon_sym_operator] = ACTIONS(4937), + [anon_sym_infix] = ACTIONS(4937), + [anon_sym_inline] = ACTIONS(4937), + [anon_sym_external] = ACTIONS(4937), + [sym_property_modifier] = ACTIONS(4937), + [anon_sym_abstract] = ACTIONS(4937), + [anon_sym_final] = ACTIONS(4937), + [anon_sym_open] = ACTIONS(4937), + [anon_sym_vararg] = ACTIONS(4937), + [anon_sym_noinline] = ACTIONS(4937), + [anon_sym_crossinline] = ACTIONS(4937), + [anon_sym_expect] = ACTIONS(4937), + [anon_sym_actual] = ACTIONS(4937), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4939), + [sym_safe_nav] = ACTIONS(4939), [sym_multiline_comment] = ACTIONS(3), }, - [3263] = { - [sym__alpha_identifier] = ACTIONS(3828), - [anon_sym_AT] = ACTIONS(3833), - [anon_sym_COLON] = ACTIONS(3828), - [anon_sym_LBRACK] = ACTIONS(3833), - [anon_sym_as] = ACTIONS(3828), - [anon_sym_EQ] = ACTIONS(3828), - [anon_sym_LBRACE] = ACTIONS(3833), - [anon_sym_RBRACE] = ACTIONS(3833), - [anon_sym_LPAREN] = ACTIONS(3833), - [anon_sym_COMMA] = ACTIONS(3833), - [anon_sym_by] = ACTIONS(3828), - [anon_sym_LT] = ACTIONS(3828), - [anon_sym_GT] = ACTIONS(3828), - [anon_sym_where] = ACTIONS(3828), - [anon_sym_DOT] = ACTIONS(3828), - [anon_sym_SEMI] = ACTIONS(3833), - [anon_sym_get] = ACTIONS(3828), - [anon_sym_set] = ACTIONS(3828), - [sym__quest] = ACTIONS(3828), - [anon_sym_STAR] = ACTIONS(3828), - [sym_label] = ACTIONS(3833), - [anon_sym_in] = ACTIONS(3828), - [anon_sym_DOT_DOT] = ACTIONS(3833), - [anon_sym_QMARK_COLON] = ACTIONS(3833), - [anon_sym_AMP_AMP] = ACTIONS(3833), - [anon_sym_PIPE_PIPE] = ACTIONS(3833), - [anon_sym_else] = ACTIONS(3828), - [anon_sym_COLON_COLON] = ACTIONS(3833), - [anon_sym_PLUS_EQ] = ACTIONS(3833), - [anon_sym_DASH_EQ] = ACTIONS(3833), - [anon_sym_STAR_EQ] = ACTIONS(3833), - [anon_sym_SLASH_EQ] = ACTIONS(3833), - [anon_sym_PERCENT_EQ] = ACTIONS(3833), - [anon_sym_BANG_EQ] = ACTIONS(3828), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3833), - [anon_sym_EQ_EQ] = ACTIONS(3828), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3833), - [anon_sym_LT_EQ] = ACTIONS(3833), - [anon_sym_GT_EQ] = ACTIONS(3833), - [anon_sym_BANGin] = ACTIONS(3833), - [anon_sym_is] = ACTIONS(3828), - [anon_sym_BANGis] = ACTIONS(3833), - [anon_sym_PLUS] = ACTIONS(3828), - [anon_sym_DASH] = ACTIONS(3828), - [anon_sym_SLASH] = ACTIONS(3828), - [anon_sym_PERCENT] = ACTIONS(3828), - [anon_sym_as_QMARK] = ACTIONS(3833), - [anon_sym_PLUS_PLUS] = ACTIONS(3833), - [anon_sym_DASH_DASH] = ACTIONS(3833), - [anon_sym_BANG_BANG] = ACTIONS(3833), - [anon_sym_suspend] = ACTIONS(3828), - [anon_sym_sealed] = ACTIONS(3828), - [anon_sym_annotation] = ACTIONS(3828), - [anon_sym_data] = ACTIONS(3828), - [anon_sym_inner] = ACTIONS(3828), - [anon_sym_override] = ACTIONS(3828), - [anon_sym_lateinit] = ACTIONS(3828), - [anon_sym_public] = ACTIONS(3828), - [anon_sym_private] = ACTIONS(3828), - [anon_sym_internal] = ACTIONS(3828), - [anon_sym_protected] = ACTIONS(3828), - [anon_sym_tailrec] = ACTIONS(3828), - [anon_sym_operator] = ACTIONS(3828), - [anon_sym_infix] = ACTIONS(3828), - [anon_sym_inline] = ACTIONS(3828), - [anon_sym_external] = ACTIONS(3828), - [sym_property_modifier] = ACTIONS(3828), - [anon_sym_abstract] = ACTIONS(3828), - [anon_sym_final] = ACTIONS(3828), - [anon_sym_open] = ACTIONS(3828), - [anon_sym_vararg] = ACTIONS(3828), - [anon_sym_noinline] = ACTIONS(3828), - [anon_sym_crossinline] = ACTIONS(3828), - [anon_sym_expect] = ACTIONS(3828), - [anon_sym_actual] = ACTIONS(3828), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3833), - [sym__automatic_semicolon] = ACTIONS(3833), - [sym_safe_nav] = ACTIONS(3833), + [3241] = { + [sym__alpha_identifier] = ACTIONS(5057), + [anon_sym_AT] = ACTIONS(5059), + [anon_sym_LBRACK] = ACTIONS(5059), + [anon_sym_RBRACK] = ACTIONS(5059), + [anon_sym_as] = ACTIONS(5057), + [anon_sym_EQ] = ACTIONS(5057), + [anon_sym_LBRACE] = ACTIONS(5059), + [anon_sym_RBRACE] = ACTIONS(5059), + [anon_sym_LPAREN] = ACTIONS(5059), + [anon_sym_COMMA] = ACTIONS(5059), + [anon_sym_RPAREN] = ACTIONS(5059), + [anon_sym_LT] = ACTIONS(5057), + [anon_sym_GT] = ACTIONS(5057), + [anon_sym_where] = ACTIONS(5057), + [anon_sym_DOT] = ACTIONS(5057), + [anon_sym_SEMI] = ACTIONS(5059), + [anon_sym_get] = ACTIONS(5057), + [anon_sym_set] = ACTIONS(5057), + [anon_sym_STAR] = ACTIONS(5057), + [anon_sym_DASH_GT] = ACTIONS(5059), + [sym_label] = ACTIONS(5059), + [anon_sym_in] = ACTIONS(5057), + [anon_sym_while] = ACTIONS(5057), + [anon_sym_DOT_DOT] = ACTIONS(5059), + [anon_sym_QMARK_COLON] = ACTIONS(5059), + [anon_sym_AMP_AMP] = ACTIONS(5059), + [anon_sym_PIPE_PIPE] = ACTIONS(5059), + [anon_sym_else] = ACTIONS(5057), + [anon_sym_COLON_COLON] = ACTIONS(5059), + [anon_sym_PLUS_EQ] = ACTIONS(5059), + [anon_sym_DASH_EQ] = ACTIONS(5059), + [anon_sym_STAR_EQ] = ACTIONS(5059), + [anon_sym_SLASH_EQ] = ACTIONS(5059), + [anon_sym_PERCENT_EQ] = ACTIONS(5059), + [anon_sym_BANG_EQ] = ACTIONS(5057), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5059), + [anon_sym_EQ_EQ] = ACTIONS(5057), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5059), + [anon_sym_LT_EQ] = ACTIONS(5059), + [anon_sym_GT_EQ] = ACTIONS(5059), + [anon_sym_BANGin] = ACTIONS(5059), + [anon_sym_is] = ACTIONS(5057), + [anon_sym_BANGis] = ACTIONS(5059), + [anon_sym_PLUS] = ACTIONS(5057), + [anon_sym_DASH] = ACTIONS(5057), + [anon_sym_SLASH] = ACTIONS(5057), + [anon_sym_PERCENT] = ACTIONS(5057), + [anon_sym_as_QMARK] = ACTIONS(5059), + [anon_sym_PLUS_PLUS] = ACTIONS(5059), + [anon_sym_DASH_DASH] = ACTIONS(5059), + [anon_sym_BANG_BANG] = ACTIONS(5059), + [anon_sym_suspend] = ACTIONS(5057), + [anon_sym_sealed] = ACTIONS(5057), + [anon_sym_annotation] = ACTIONS(5057), + [anon_sym_data] = ACTIONS(5057), + [anon_sym_inner] = ACTIONS(5057), + [anon_sym_override] = ACTIONS(5057), + [anon_sym_lateinit] = ACTIONS(5057), + [anon_sym_public] = ACTIONS(5057), + [anon_sym_private] = ACTIONS(5057), + [anon_sym_internal] = ACTIONS(5057), + [anon_sym_protected] = ACTIONS(5057), + [anon_sym_tailrec] = ACTIONS(5057), + [anon_sym_operator] = ACTIONS(5057), + [anon_sym_infix] = ACTIONS(5057), + [anon_sym_inline] = ACTIONS(5057), + [anon_sym_external] = ACTIONS(5057), + [sym_property_modifier] = ACTIONS(5057), + [anon_sym_abstract] = ACTIONS(5057), + [anon_sym_final] = ACTIONS(5057), + [anon_sym_open] = ACTIONS(5057), + [anon_sym_vararg] = ACTIONS(5057), + [anon_sym_noinline] = ACTIONS(5057), + [anon_sym_crossinline] = ACTIONS(5057), + [anon_sym_expect] = ACTIONS(5057), + [anon_sym_actual] = ACTIONS(5057), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5059), + [sym_safe_nav] = ACTIONS(5059), [sym_multiline_comment] = ACTIONS(3), }, - [3264] = { - [sym_type_arguments] = STATE(3517), - [sym__alpha_identifier] = ACTIONS(4130), - [anon_sym_AT] = ACTIONS(4138), - [anon_sym_LBRACK] = ACTIONS(4138), - [anon_sym_as] = ACTIONS(4130), - [anon_sym_EQ] = ACTIONS(4130), - [anon_sym_LBRACE] = ACTIONS(4138), - [anon_sym_RBRACE] = ACTIONS(4138), - [anon_sym_LPAREN] = ACTIONS(4138), - [anon_sym_COMMA] = ACTIONS(4138), - [anon_sym_by] = ACTIONS(4130), - [anon_sym_LT] = ACTIONS(6514), - [anon_sym_GT] = ACTIONS(4130), - [anon_sym_where] = ACTIONS(4130), - [anon_sym_DOT] = ACTIONS(4130), - [anon_sym_SEMI] = ACTIONS(4138), - [anon_sym_get] = ACTIONS(4130), - [anon_sym_set] = ACTIONS(4130), - [sym__quest] = ACTIONS(4130), - [anon_sym_STAR] = ACTIONS(4130), - [sym_label] = ACTIONS(4138), - [anon_sym_in] = ACTIONS(4130), - [anon_sym_DOT_DOT] = ACTIONS(4138), - [anon_sym_QMARK_COLON] = ACTIONS(4138), - [anon_sym_AMP_AMP] = ACTIONS(4138), - [anon_sym_PIPE_PIPE] = ACTIONS(4138), - [anon_sym_else] = ACTIONS(4130), - [anon_sym_COLON_COLON] = ACTIONS(4138), - [anon_sym_PLUS_EQ] = ACTIONS(4138), - [anon_sym_DASH_EQ] = ACTIONS(4138), - [anon_sym_STAR_EQ] = ACTIONS(4138), - [anon_sym_SLASH_EQ] = ACTIONS(4138), - [anon_sym_PERCENT_EQ] = ACTIONS(4138), - [anon_sym_BANG_EQ] = ACTIONS(4130), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4138), - [anon_sym_EQ_EQ] = ACTIONS(4130), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4138), - [anon_sym_LT_EQ] = ACTIONS(4138), - [anon_sym_GT_EQ] = ACTIONS(4138), - [anon_sym_BANGin] = ACTIONS(4138), - [anon_sym_is] = ACTIONS(4130), - [anon_sym_BANGis] = ACTIONS(4138), - [anon_sym_PLUS] = ACTIONS(4130), - [anon_sym_DASH] = ACTIONS(4130), - [anon_sym_SLASH] = ACTIONS(4130), - [anon_sym_PERCENT] = ACTIONS(4130), - [anon_sym_as_QMARK] = ACTIONS(4138), - [anon_sym_PLUS_PLUS] = ACTIONS(4138), - [anon_sym_DASH_DASH] = ACTIONS(4138), - [anon_sym_BANG_BANG] = ACTIONS(4138), - [anon_sym_suspend] = ACTIONS(4130), - [anon_sym_sealed] = ACTIONS(4130), - [anon_sym_annotation] = ACTIONS(4130), - [anon_sym_data] = ACTIONS(4130), - [anon_sym_inner] = ACTIONS(4130), - [anon_sym_override] = ACTIONS(4130), - [anon_sym_lateinit] = ACTIONS(4130), - [anon_sym_public] = ACTIONS(4130), - [anon_sym_private] = ACTIONS(4130), - [anon_sym_internal] = ACTIONS(4130), - [anon_sym_protected] = ACTIONS(4130), - [anon_sym_tailrec] = ACTIONS(4130), - [anon_sym_operator] = ACTIONS(4130), - [anon_sym_infix] = ACTIONS(4130), - [anon_sym_inline] = ACTIONS(4130), - [anon_sym_external] = ACTIONS(4130), - [sym_property_modifier] = ACTIONS(4130), - [anon_sym_abstract] = ACTIONS(4130), - [anon_sym_final] = ACTIONS(4130), - [anon_sym_open] = ACTIONS(4130), - [anon_sym_vararg] = ACTIONS(4130), - [anon_sym_noinline] = ACTIONS(4130), - [anon_sym_crossinline] = ACTIONS(4130), - [anon_sym_expect] = ACTIONS(4130), - [anon_sym_actual] = ACTIONS(4130), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4138), - [sym__automatic_semicolon] = ACTIONS(4138), - [sym_safe_nav] = ACTIONS(4138), + [3242] = { + [aux_sym_nullable_type_repeat1] = STATE(3201), + [sym__alpha_identifier] = ACTIONS(4244), + [anon_sym_AT] = ACTIONS(4246), + [anon_sym_LBRACK] = ACTIONS(4246), + [anon_sym_as] = ACTIONS(4244), + [anon_sym_EQ] = ACTIONS(4244), + [anon_sym_LBRACE] = ACTIONS(4246), + [anon_sym_RBRACE] = ACTIONS(4246), + [anon_sym_LPAREN] = ACTIONS(4246), + [anon_sym_COMMA] = ACTIONS(4246), + [anon_sym_by] = ACTIONS(4244), + [anon_sym_LT] = ACTIONS(4244), + [anon_sym_GT] = ACTIONS(4244), + [anon_sym_where] = ACTIONS(4244), + [anon_sym_DOT] = ACTIONS(4244), + [anon_sym_SEMI] = ACTIONS(4246), + [anon_sym_get] = ACTIONS(4244), + [anon_sym_set] = ACTIONS(4244), + [sym__quest] = ACTIONS(6531), + [anon_sym_STAR] = ACTIONS(4244), + [sym_label] = ACTIONS(4246), + [anon_sym_in] = ACTIONS(4244), + [anon_sym_DOT_DOT] = ACTIONS(4246), + [anon_sym_QMARK_COLON] = ACTIONS(4246), + [anon_sym_AMP_AMP] = ACTIONS(4246), + [anon_sym_PIPE_PIPE] = ACTIONS(4246), + [anon_sym_else] = ACTIONS(4244), + [anon_sym_COLON_COLON] = ACTIONS(4246), + [anon_sym_PLUS_EQ] = ACTIONS(4246), + [anon_sym_DASH_EQ] = ACTIONS(4246), + [anon_sym_STAR_EQ] = ACTIONS(4246), + [anon_sym_SLASH_EQ] = ACTIONS(4246), + [anon_sym_PERCENT_EQ] = ACTIONS(4246), + [anon_sym_BANG_EQ] = ACTIONS(4244), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4246), + [anon_sym_EQ_EQ] = ACTIONS(4244), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4246), + [anon_sym_LT_EQ] = ACTIONS(4246), + [anon_sym_GT_EQ] = ACTIONS(4246), + [anon_sym_BANGin] = ACTIONS(4246), + [anon_sym_is] = ACTIONS(4244), + [anon_sym_BANGis] = ACTIONS(4246), + [anon_sym_PLUS] = ACTIONS(4244), + [anon_sym_DASH] = ACTIONS(4244), + [anon_sym_SLASH] = ACTIONS(4244), + [anon_sym_PERCENT] = ACTIONS(4244), + [anon_sym_as_QMARK] = ACTIONS(4246), + [anon_sym_PLUS_PLUS] = ACTIONS(4246), + [anon_sym_DASH_DASH] = ACTIONS(4246), + [anon_sym_BANG_BANG] = ACTIONS(4246), + [anon_sym_suspend] = ACTIONS(4244), + [anon_sym_sealed] = ACTIONS(4244), + [anon_sym_annotation] = ACTIONS(4244), + [anon_sym_data] = ACTIONS(4244), + [anon_sym_inner] = ACTIONS(4244), + [anon_sym_override] = ACTIONS(4244), + [anon_sym_lateinit] = ACTIONS(4244), + [anon_sym_public] = ACTIONS(4244), + [anon_sym_private] = ACTIONS(4244), + [anon_sym_internal] = ACTIONS(4244), + [anon_sym_protected] = ACTIONS(4244), + [anon_sym_tailrec] = ACTIONS(4244), + [anon_sym_operator] = ACTIONS(4244), + [anon_sym_infix] = ACTIONS(4244), + [anon_sym_inline] = ACTIONS(4244), + [anon_sym_external] = ACTIONS(4244), + [sym_property_modifier] = ACTIONS(4244), + [anon_sym_abstract] = ACTIONS(4244), + [anon_sym_final] = ACTIONS(4244), + [anon_sym_open] = ACTIONS(4244), + [anon_sym_vararg] = ACTIONS(4244), + [anon_sym_noinline] = ACTIONS(4244), + [anon_sym_crossinline] = ACTIONS(4244), + [anon_sym_expect] = ACTIONS(4244), + [anon_sym_actual] = ACTIONS(4244), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4246), + [sym__automatic_semicolon] = ACTIONS(4246), + [sym_safe_nav] = ACTIONS(4246), [sym_multiline_comment] = ACTIONS(3), }, - [3265] = { - [sym__alpha_identifier] = ACTIONS(4241), - [anon_sym_AT] = ACTIONS(4239), - [anon_sym_LBRACK] = ACTIONS(4239), - [anon_sym_as] = ACTIONS(4241), - [anon_sym_EQ] = ACTIONS(4241), - [anon_sym_LBRACE] = ACTIONS(4239), - [anon_sym_RBRACE] = ACTIONS(4239), - [anon_sym_LPAREN] = ACTIONS(6516), - [anon_sym_COMMA] = ACTIONS(4239), - [anon_sym_LT] = ACTIONS(4241), - [anon_sym_GT] = ACTIONS(4241), - [anon_sym_where] = ACTIONS(4241), - [anon_sym_object] = ACTIONS(4241), - [anon_sym_fun] = ACTIONS(4241), - [anon_sym_DOT] = ACTIONS(4241), - [anon_sym_SEMI] = ACTIONS(4239), - [anon_sym_get] = ACTIONS(4241), - [anon_sym_set] = ACTIONS(4241), - [anon_sym_this] = ACTIONS(4241), - [anon_sym_super] = ACTIONS(4241), - [anon_sym_STAR] = ACTIONS(4241), - [sym_label] = ACTIONS(4241), - [anon_sym_in] = ACTIONS(4241), - [anon_sym_DOT_DOT] = ACTIONS(4239), - [anon_sym_QMARK_COLON] = ACTIONS(4239), - [anon_sym_AMP_AMP] = ACTIONS(4239), - [anon_sym_PIPE_PIPE] = ACTIONS(4239), - [anon_sym_null] = ACTIONS(4241), - [anon_sym_if] = ACTIONS(4241), - [anon_sym_else] = ACTIONS(4241), - [anon_sym_when] = ACTIONS(4241), - [anon_sym_try] = ACTIONS(4241), - [anon_sym_throw] = ACTIONS(4241), - [anon_sym_return] = ACTIONS(4241), - [anon_sym_continue] = ACTIONS(4241), - [anon_sym_break] = ACTIONS(4241), - [anon_sym_COLON_COLON] = ACTIONS(4239), - [anon_sym_PLUS_EQ] = ACTIONS(4239), - [anon_sym_DASH_EQ] = ACTIONS(4239), - [anon_sym_STAR_EQ] = ACTIONS(4239), - [anon_sym_SLASH_EQ] = ACTIONS(4239), - [anon_sym_PERCENT_EQ] = ACTIONS(4239), - [anon_sym_BANG_EQ] = ACTIONS(4241), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4239), - [anon_sym_EQ_EQ] = ACTIONS(4241), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4239), - [anon_sym_LT_EQ] = ACTIONS(4239), - [anon_sym_GT_EQ] = ACTIONS(4239), - [anon_sym_BANGin] = ACTIONS(4239), - [anon_sym_is] = ACTIONS(4241), - [anon_sym_BANGis] = ACTIONS(4239), - [anon_sym_PLUS] = ACTIONS(4241), - [anon_sym_DASH] = ACTIONS(4241), - [anon_sym_SLASH] = ACTIONS(4241), - [anon_sym_PERCENT] = ACTIONS(4241), - [anon_sym_as_QMARK] = ACTIONS(4239), - [anon_sym_PLUS_PLUS] = ACTIONS(4239), - [anon_sym_DASH_DASH] = ACTIONS(4239), - [anon_sym_BANG] = ACTIONS(4241), - [anon_sym_BANG_BANG] = ACTIONS(4239), - [anon_sym_data] = ACTIONS(4241), - [anon_sym_inner] = ACTIONS(4241), - [anon_sym_expect] = ACTIONS(4241), - [anon_sym_actual] = ACTIONS(4241), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4239), - [anon_sym_continue_AT] = ACTIONS(4239), - [anon_sym_break_AT] = ACTIONS(4239), - [sym_real_literal] = ACTIONS(4239), - [sym_integer_literal] = ACTIONS(4241), - [sym_hex_literal] = ACTIONS(4239), - [sym_bin_literal] = ACTIONS(4239), - [anon_sym_true] = ACTIONS(4241), - [anon_sym_false] = ACTIONS(4241), - [anon_sym_SQUOTE] = ACTIONS(4239), - [sym__backtick_identifier] = ACTIONS(4239), - [sym__automatic_semicolon] = ACTIONS(4239), - [sym_safe_nav] = ACTIONS(4239), + [3243] = { + [sym__alpha_identifier] = ACTIONS(1778), + [anon_sym_AT] = ACTIONS(1780), + [anon_sym_LBRACK] = ACTIONS(1780), + [anon_sym_RBRACK] = ACTIONS(1780), + [anon_sym_as] = ACTIONS(1778), + [anon_sym_EQ] = ACTIONS(1778), + [anon_sym_LBRACE] = ACTIONS(1780), + [anon_sym_RBRACE] = ACTIONS(1780), + [anon_sym_LPAREN] = ACTIONS(1780), + [anon_sym_COMMA] = ACTIONS(1780), + [anon_sym_RPAREN] = ACTIONS(1780), + [anon_sym_LT] = ACTIONS(1778), + [anon_sym_GT] = ACTIONS(1778), + [anon_sym_where] = ACTIONS(1778), + [anon_sym_DOT] = ACTIONS(1778), + [anon_sym_SEMI] = ACTIONS(1780), + [anon_sym_get] = ACTIONS(1778), + [anon_sym_set] = ACTIONS(1778), + [anon_sym_STAR] = ACTIONS(1778), + [anon_sym_DASH_GT] = ACTIONS(1780), + [sym_label] = ACTIONS(1780), + [anon_sym_in] = ACTIONS(1778), + [anon_sym_while] = ACTIONS(1778), + [anon_sym_DOT_DOT] = ACTIONS(1780), + [anon_sym_QMARK_COLON] = ACTIONS(1780), + [anon_sym_AMP_AMP] = ACTIONS(1780), + [anon_sym_PIPE_PIPE] = ACTIONS(1780), + [anon_sym_else] = ACTIONS(1778), + [anon_sym_COLON_COLON] = ACTIONS(1780), + [anon_sym_PLUS_EQ] = ACTIONS(1780), + [anon_sym_DASH_EQ] = ACTIONS(1780), + [anon_sym_STAR_EQ] = ACTIONS(1780), + [anon_sym_SLASH_EQ] = ACTIONS(1780), + [anon_sym_PERCENT_EQ] = ACTIONS(1780), + [anon_sym_BANG_EQ] = ACTIONS(1778), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1780), + [anon_sym_EQ_EQ] = ACTIONS(1778), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1780), + [anon_sym_LT_EQ] = ACTIONS(1780), + [anon_sym_GT_EQ] = ACTIONS(1780), + [anon_sym_BANGin] = ACTIONS(1780), + [anon_sym_is] = ACTIONS(1778), + [anon_sym_BANGis] = ACTIONS(1780), + [anon_sym_PLUS] = ACTIONS(1778), + [anon_sym_DASH] = ACTIONS(1778), + [anon_sym_SLASH] = ACTIONS(1778), + [anon_sym_PERCENT] = ACTIONS(1778), + [anon_sym_as_QMARK] = ACTIONS(1780), + [anon_sym_PLUS_PLUS] = ACTIONS(1780), + [anon_sym_DASH_DASH] = ACTIONS(1780), + [anon_sym_BANG_BANG] = ACTIONS(1780), + [anon_sym_suspend] = ACTIONS(1778), + [anon_sym_sealed] = ACTIONS(1778), + [anon_sym_annotation] = ACTIONS(1778), + [anon_sym_data] = ACTIONS(1778), + [anon_sym_inner] = ACTIONS(1778), + [anon_sym_override] = ACTIONS(1778), + [anon_sym_lateinit] = ACTIONS(1778), + [anon_sym_public] = ACTIONS(1778), + [anon_sym_private] = ACTIONS(1778), + [anon_sym_internal] = ACTIONS(1778), + [anon_sym_protected] = ACTIONS(1778), + [anon_sym_tailrec] = ACTIONS(1778), + [anon_sym_operator] = ACTIONS(1778), + [anon_sym_infix] = ACTIONS(1778), + [anon_sym_inline] = ACTIONS(1778), + [anon_sym_external] = ACTIONS(1778), + [sym_property_modifier] = ACTIONS(1778), + [anon_sym_abstract] = ACTIONS(1778), + [anon_sym_final] = ACTIONS(1778), + [anon_sym_open] = ACTIONS(1778), + [anon_sym_vararg] = ACTIONS(1778), + [anon_sym_noinline] = ACTIONS(1778), + [anon_sym_crossinline] = ACTIONS(1778), + [anon_sym_expect] = ACTIONS(1778), + [anon_sym_actual] = ACTIONS(1778), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1780), + [sym_safe_nav] = ACTIONS(1780), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4239), }, - [3266] = { - [sym_function_body] = STATE(3838), - [sym__block] = STATE(3725), - [sym__alpha_identifier] = ACTIONS(4191), - [anon_sym_AT] = ACTIONS(4193), - [anon_sym_COLON] = ACTIONS(6518), - [anon_sym_LBRACK] = ACTIONS(4193), - [anon_sym_as] = ACTIONS(4191), - [anon_sym_EQ] = ACTIONS(6432), - [anon_sym_LBRACE] = ACTIONS(6434), - [anon_sym_RBRACE] = ACTIONS(4193), - [anon_sym_LPAREN] = ACTIONS(4193), - [anon_sym_COMMA] = ACTIONS(4193), - [anon_sym_LT] = ACTIONS(4191), - [anon_sym_GT] = ACTIONS(4191), - [anon_sym_where] = ACTIONS(4191), - [anon_sym_DOT] = ACTIONS(4191), - [anon_sym_SEMI] = ACTIONS(4193), - [anon_sym_get] = ACTIONS(4191), - [anon_sym_set] = ACTIONS(4191), - [anon_sym_STAR] = ACTIONS(4191), - [sym_label] = ACTIONS(4193), - [anon_sym_in] = ACTIONS(4191), - [anon_sym_DOT_DOT] = ACTIONS(4193), - [anon_sym_QMARK_COLON] = ACTIONS(4193), - [anon_sym_AMP_AMP] = ACTIONS(4193), - [anon_sym_PIPE_PIPE] = ACTIONS(4193), - [anon_sym_else] = ACTIONS(4191), - [anon_sym_COLON_COLON] = ACTIONS(4193), - [anon_sym_PLUS_EQ] = ACTIONS(4193), - [anon_sym_DASH_EQ] = ACTIONS(4193), - [anon_sym_STAR_EQ] = ACTIONS(4193), - [anon_sym_SLASH_EQ] = ACTIONS(4193), - [anon_sym_PERCENT_EQ] = ACTIONS(4193), - [anon_sym_BANG_EQ] = ACTIONS(4191), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4193), - [anon_sym_EQ_EQ] = ACTIONS(4191), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4193), - [anon_sym_LT_EQ] = ACTIONS(4193), - [anon_sym_GT_EQ] = ACTIONS(4193), - [anon_sym_BANGin] = ACTIONS(4193), - [anon_sym_is] = ACTIONS(4191), - [anon_sym_BANGis] = ACTIONS(4193), - [anon_sym_PLUS] = ACTIONS(4191), - [anon_sym_DASH] = ACTIONS(4191), - [anon_sym_SLASH] = ACTIONS(4191), - [anon_sym_PERCENT] = ACTIONS(4191), - [anon_sym_as_QMARK] = ACTIONS(4193), - [anon_sym_PLUS_PLUS] = ACTIONS(4193), - [anon_sym_DASH_DASH] = ACTIONS(4193), - [anon_sym_BANG_BANG] = ACTIONS(4193), - [anon_sym_suspend] = ACTIONS(4191), - [anon_sym_sealed] = ACTIONS(4191), - [anon_sym_annotation] = ACTIONS(4191), - [anon_sym_data] = ACTIONS(4191), - [anon_sym_inner] = ACTIONS(4191), - [anon_sym_override] = ACTIONS(4191), - [anon_sym_lateinit] = ACTIONS(4191), - [anon_sym_public] = ACTIONS(4191), - [anon_sym_private] = ACTIONS(4191), - [anon_sym_internal] = ACTIONS(4191), - [anon_sym_protected] = ACTIONS(4191), - [anon_sym_tailrec] = ACTIONS(4191), - [anon_sym_operator] = ACTIONS(4191), - [anon_sym_infix] = ACTIONS(4191), - [anon_sym_inline] = ACTIONS(4191), - [anon_sym_external] = ACTIONS(4191), - [sym_property_modifier] = ACTIONS(4191), - [anon_sym_abstract] = ACTIONS(4191), - [anon_sym_final] = ACTIONS(4191), - [anon_sym_open] = ACTIONS(4191), - [anon_sym_vararg] = ACTIONS(4191), - [anon_sym_noinline] = ACTIONS(4191), - [anon_sym_crossinline] = ACTIONS(4191), - [anon_sym_expect] = ACTIONS(4191), - [anon_sym_actual] = ACTIONS(4191), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4193), - [sym__automatic_semicolon] = ACTIONS(4193), - [sym_safe_nav] = ACTIONS(4193), + [3244] = { + [sym__alpha_identifier] = ACTIONS(5077), + [anon_sym_AT] = ACTIONS(5079), + [anon_sym_LBRACK] = ACTIONS(5079), + [anon_sym_RBRACK] = ACTIONS(5079), + [anon_sym_as] = ACTIONS(5077), + [anon_sym_EQ] = ACTIONS(5077), + [anon_sym_LBRACE] = ACTIONS(5079), + [anon_sym_RBRACE] = ACTIONS(5079), + [anon_sym_LPAREN] = ACTIONS(5079), + [anon_sym_COMMA] = ACTIONS(5079), + [anon_sym_RPAREN] = ACTIONS(5079), + [anon_sym_LT] = ACTIONS(5077), + [anon_sym_GT] = ACTIONS(5077), + [anon_sym_where] = ACTIONS(5077), + [anon_sym_DOT] = ACTIONS(5077), + [anon_sym_SEMI] = ACTIONS(5079), + [anon_sym_get] = ACTIONS(5077), + [anon_sym_set] = ACTIONS(5077), + [anon_sym_STAR] = ACTIONS(5077), + [anon_sym_DASH_GT] = ACTIONS(5079), + [sym_label] = ACTIONS(5079), + [anon_sym_in] = ACTIONS(5077), + [anon_sym_while] = ACTIONS(5077), + [anon_sym_DOT_DOT] = ACTIONS(5079), + [anon_sym_QMARK_COLON] = ACTIONS(5079), + [anon_sym_AMP_AMP] = ACTIONS(5079), + [anon_sym_PIPE_PIPE] = ACTIONS(5079), + [anon_sym_else] = ACTIONS(5077), + [anon_sym_COLON_COLON] = ACTIONS(5079), + [anon_sym_PLUS_EQ] = ACTIONS(5079), + [anon_sym_DASH_EQ] = ACTIONS(5079), + [anon_sym_STAR_EQ] = ACTIONS(5079), + [anon_sym_SLASH_EQ] = ACTIONS(5079), + [anon_sym_PERCENT_EQ] = ACTIONS(5079), + [anon_sym_BANG_EQ] = ACTIONS(5077), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5079), + [anon_sym_EQ_EQ] = ACTIONS(5077), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5079), + [anon_sym_LT_EQ] = ACTIONS(5079), + [anon_sym_GT_EQ] = ACTIONS(5079), + [anon_sym_BANGin] = ACTIONS(5079), + [anon_sym_is] = ACTIONS(5077), + [anon_sym_BANGis] = ACTIONS(5079), + [anon_sym_PLUS] = ACTIONS(5077), + [anon_sym_DASH] = ACTIONS(5077), + [anon_sym_SLASH] = ACTIONS(5077), + [anon_sym_PERCENT] = ACTIONS(5077), + [anon_sym_as_QMARK] = ACTIONS(5079), + [anon_sym_PLUS_PLUS] = ACTIONS(5079), + [anon_sym_DASH_DASH] = ACTIONS(5079), + [anon_sym_BANG_BANG] = ACTIONS(5079), + [anon_sym_suspend] = ACTIONS(5077), + [anon_sym_sealed] = ACTIONS(5077), + [anon_sym_annotation] = ACTIONS(5077), + [anon_sym_data] = ACTIONS(5077), + [anon_sym_inner] = ACTIONS(5077), + [anon_sym_override] = ACTIONS(5077), + [anon_sym_lateinit] = ACTIONS(5077), + [anon_sym_public] = ACTIONS(5077), + [anon_sym_private] = ACTIONS(5077), + [anon_sym_internal] = ACTIONS(5077), + [anon_sym_protected] = ACTIONS(5077), + [anon_sym_tailrec] = ACTIONS(5077), + [anon_sym_operator] = ACTIONS(5077), + [anon_sym_infix] = ACTIONS(5077), + [anon_sym_inline] = ACTIONS(5077), + [anon_sym_external] = ACTIONS(5077), + [sym_property_modifier] = ACTIONS(5077), + [anon_sym_abstract] = ACTIONS(5077), + [anon_sym_final] = ACTIONS(5077), + [anon_sym_open] = ACTIONS(5077), + [anon_sym_vararg] = ACTIONS(5077), + [anon_sym_noinline] = ACTIONS(5077), + [anon_sym_crossinline] = ACTIONS(5077), + [anon_sym_expect] = ACTIONS(5077), + [anon_sym_actual] = ACTIONS(5077), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5079), + [sym_safe_nav] = ACTIONS(5079), [sym_multiline_comment] = ACTIONS(3), }, - [3267] = { - [sym__alpha_identifier] = ACTIONS(4765), - [anon_sym_AT] = ACTIONS(4767), - [anon_sym_LBRACK] = ACTIONS(4767), - [anon_sym_as] = ACTIONS(4765), - [anon_sym_EQ] = ACTIONS(4765), - [anon_sym_LBRACE] = ACTIONS(4767), - [anon_sym_RBRACE] = ACTIONS(4767), - [anon_sym_LPAREN] = ACTIONS(4767), - [anon_sym_COMMA] = ACTIONS(4767), - [anon_sym_LT] = ACTIONS(4765), - [anon_sym_GT] = ACTIONS(4765), - [anon_sym_where] = ACTIONS(4765), - [anon_sym_object] = ACTIONS(4765), - [anon_sym_fun] = ACTIONS(4765), - [anon_sym_DOT] = ACTIONS(4765), - [anon_sym_SEMI] = ACTIONS(4767), - [anon_sym_get] = ACTIONS(4765), - [anon_sym_set] = ACTIONS(4765), - [anon_sym_this] = ACTIONS(4765), - [anon_sym_super] = ACTIONS(4765), - [anon_sym_STAR] = ACTIONS(4765), - [sym_label] = ACTIONS(4765), - [anon_sym_in] = ACTIONS(4765), - [anon_sym_DOT_DOT] = ACTIONS(4767), - [anon_sym_QMARK_COLON] = ACTIONS(4767), - [anon_sym_AMP_AMP] = ACTIONS(4767), - [anon_sym_PIPE_PIPE] = ACTIONS(4767), - [anon_sym_null] = ACTIONS(4765), - [anon_sym_if] = ACTIONS(4765), - [anon_sym_else] = ACTIONS(4765), - [anon_sym_when] = ACTIONS(4765), - [anon_sym_try] = ACTIONS(4765), - [anon_sym_throw] = ACTIONS(4765), - [anon_sym_return] = ACTIONS(4765), - [anon_sym_continue] = ACTIONS(4765), - [anon_sym_break] = ACTIONS(4765), - [anon_sym_COLON_COLON] = ACTIONS(4767), - [anon_sym_PLUS_EQ] = ACTIONS(4767), - [anon_sym_DASH_EQ] = ACTIONS(4767), - [anon_sym_STAR_EQ] = ACTIONS(4767), - [anon_sym_SLASH_EQ] = ACTIONS(4767), - [anon_sym_PERCENT_EQ] = ACTIONS(4767), - [anon_sym_BANG_EQ] = ACTIONS(4765), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4767), - [anon_sym_EQ_EQ] = ACTIONS(4765), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4767), - [anon_sym_LT_EQ] = ACTIONS(4767), - [anon_sym_GT_EQ] = ACTIONS(4767), - [anon_sym_BANGin] = ACTIONS(4767), - [anon_sym_is] = ACTIONS(4765), - [anon_sym_BANGis] = ACTIONS(4767), - [anon_sym_PLUS] = ACTIONS(4765), - [anon_sym_DASH] = ACTIONS(4765), - [anon_sym_SLASH] = ACTIONS(4765), - [anon_sym_PERCENT] = ACTIONS(4765), - [anon_sym_as_QMARK] = ACTIONS(4767), - [anon_sym_PLUS_PLUS] = ACTIONS(4767), - [anon_sym_DASH_DASH] = ACTIONS(4767), - [anon_sym_BANG] = ACTIONS(4765), - [anon_sym_BANG_BANG] = ACTIONS(4767), - [anon_sym_data] = ACTIONS(4765), - [anon_sym_inner] = ACTIONS(4765), - [anon_sym_expect] = ACTIONS(4765), - [anon_sym_actual] = ACTIONS(4765), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4767), - [anon_sym_continue_AT] = ACTIONS(4767), - [anon_sym_break_AT] = ACTIONS(4767), - [sym_real_literal] = ACTIONS(4767), - [sym_integer_literal] = ACTIONS(4765), - [sym_hex_literal] = ACTIONS(4767), - [sym_bin_literal] = ACTIONS(4767), - [anon_sym_true] = ACTIONS(4765), - [anon_sym_false] = ACTIONS(4765), - [anon_sym_SQUOTE] = ACTIONS(4767), - [sym__backtick_identifier] = ACTIONS(4767), - [sym__automatic_semicolon] = ACTIONS(4767), - [sym_safe_nav] = ACTIONS(4767), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4767), + [3245] = { + [sym__alpha_identifier] = ACTIONS(5083), + [anon_sym_AT] = ACTIONS(5085), + [anon_sym_LBRACK] = ACTIONS(5085), + [anon_sym_RBRACK] = ACTIONS(5085), + [anon_sym_as] = ACTIONS(5083), + [anon_sym_EQ] = ACTIONS(5083), + [anon_sym_LBRACE] = ACTIONS(5085), + [anon_sym_RBRACE] = ACTIONS(5085), + [anon_sym_LPAREN] = ACTIONS(5085), + [anon_sym_COMMA] = ACTIONS(5085), + [anon_sym_RPAREN] = ACTIONS(5085), + [anon_sym_LT] = ACTIONS(5083), + [anon_sym_GT] = ACTIONS(5083), + [anon_sym_where] = ACTIONS(5083), + [anon_sym_DOT] = ACTIONS(5083), + [anon_sym_SEMI] = ACTIONS(5085), + [anon_sym_get] = ACTIONS(5083), + [anon_sym_set] = ACTIONS(5083), + [anon_sym_STAR] = ACTIONS(5083), + [anon_sym_DASH_GT] = ACTIONS(5085), + [sym_label] = ACTIONS(5085), + [anon_sym_in] = ACTIONS(5083), + [anon_sym_while] = ACTIONS(5083), + [anon_sym_DOT_DOT] = ACTIONS(5085), + [anon_sym_QMARK_COLON] = ACTIONS(5085), + [anon_sym_AMP_AMP] = ACTIONS(5085), + [anon_sym_PIPE_PIPE] = ACTIONS(5085), + [anon_sym_else] = ACTIONS(5083), + [anon_sym_COLON_COLON] = ACTIONS(5085), + [anon_sym_PLUS_EQ] = ACTIONS(5085), + [anon_sym_DASH_EQ] = ACTIONS(5085), + [anon_sym_STAR_EQ] = ACTIONS(5085), + [anon_sym_SLASH_EQ] = ACTIONS(5085), + [anon_sym_PERCENT_EQ] = ACTIONS(5085), + [anon_sym_BANG_EQ] = ACTIONS(5083), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5085), + [anon_sym_EQ_EQ] = ACTIONS(5083), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5085), + [anon_sym_LT_EQ] = ACTIONS(5085), + [anon_sym_GT_EQ] = ACTIONS(5085), + [anon_sym_BANGin] = ACTIONS(5085), + [anon_sym_is] = ACTIONS(5083), + [anon_sym_BANGis] = ACTIONS(5085), + [anon_sym_PLUS] = ACTIONS(5083), + [anon_sym_DASH] = ACTIONS(5083), + [anon_sym_SLASH] = ACTIONS(5083), + [anon_sym_PERCENT] = ACTIONS(5083), + [anon_sym_as_QMARK] = ACTIONS(5085), + [anon_sym_PLUS_PLUS] = ACTIONS(5085), + [anon_sym_DASH_DASH] = ACTIONS(5085), + [anon_sym_BANG_BANG] = ACTIONS(5085), + [anon_sym_suspend] = ACTIONS(5083), + [anon_sym_sealed] = ACTIONS(5083), + [anon_sym_annotation] = ACTIONS(5083), + [anon_sym_data] = ACTIONS(5083), + [anon_sym_inner] = ACTIONS(5083), + [anon_sym_override] = ACTIONS(5083), + [anon_sym_lateinit] = ACTIONS(5083), + [anon_sym_public] = ACTIONS(5083), + [anon_sym_private] = ACTIONS(5083), + [anon_sym_internal] = ACTIONS(5083), + [anon_sym_protected] = ACTIONS(5083), + [anon_sym_tailrec] = ACTIONS(5083), + [anon_sym_operator] = ACTIONS(5083), + [anon_sym_infix] = ACTIONS(5083), + [anon_sym_inline] = ACTIONS(5083), + [anon_sym_external] = ACTIONS(5083), + [sym_property_modifier] = ACTIONS(5083), + [anon_sym_abstract] = ACTIONS(5083), + [anon_sym_final] = ACTIONS(5083), + [anon_sym_open] = ACTIONS(5083), + [anon_sym_vararg] = ACTIONS(5083), + [anon_sym_noinline] = ACTIONS(5083), + [anon_sym_crossinline] = ACTIONS(5083), + [anon_sym_expect] = ACTIONS(5083), + [anon_sym_actual] = ACTIONS(5083), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5085), + [sym_safe_nav] = ACTIONS(5085), + [sym_multiline_comment] = ACTIONS(3), }, - [3268] = { - [sym_class_body] = STATE(3417), - [sym__alpha_identifier] = ACTIONS(4509), - [anon_sym_AT] = ACTIONS(4511), - [anon_sym_COLON] = ACTIONS(6520), - [anon_sym_LBRACK] = ACTIONS(4511), - [anon_sym_as] = ACTIONS(4509), - [anon_sym_EQ] = ACTIONS(4509), - [anon_sym_LBRACE] = ACTIONS(3112), - [anon_sym_RBRACE] = ACTIONS(4511), - [anon_sym_LPAREN] = ACTIONS(4511), - [anon_sym_LT] = ACTIONS(4509), - [anon_sym_GT] = ACTIONS(4509), - [anon_sym_object] = ACTIONS(4509), - [anon_sym_fun] = ACTIONS(4509), - [anon_sym_DOT] = ACTIONS(4509), - [anon_sym_SEMI] = ACTIONS(4511), - [anon_sym_get] = ACTIONS(4509), - [anon_sym_set] = ACTIONS(4509), - [anon_sym_this] = ACTIONS(4509), - [anon_sym_super] = ACTIONS(4509), - [anon_sym_STAR] = ACTIONS(4509), - [sym_label] = ACTIONS(4509), - [anon_sym_in] = ACTIONS(4509), - [anon_sym_DOT_DOT] = ACTIONS(4511), - [anon_sym_QMARK_COLON] = ACTIONS(4511), - [anon_sym_AMP_AMP] = ACTIONS(4511), - [anon_sym_PIPE_PIPE] = ACTIONS(4511), - [anon_sym_null] = ACTIONS(4509), - [anon_sym_if] = ACTIONS(4509), - [anon_sym_else] = ACTIONS(4509), - [anon_sym_when] = ACTIONS(4509), - [anon_sym_try] = ACTIONS(4509), - [anon_sym_throw] = ACTIONS(4509), - [anon_sym_return] = ACTIONS(4509), - [anon_sym_continue] = ACTIONS(4509), - [anon_sym_break] = ACTIONS(4509), - [anon_sym_COLON_COLON] = ACTIONS(4511), - [anon_sym_PLUS_EQ] = ACTIONS(4511), - [anon_sym_DASH_EQ] = ACTIONS(4511), - [anon_sym_STAR_EQ] = ACTIONS(4511), - [anon_sym_SLASH_EQ] = ACTIONS(4511), - [anon_sym_PERCENT_EQ] = ACTIONS(4511), - [anon_sym_BANG_EQ] = ACTIONS(4509), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4511), - [anon_sym_EQ_EQ] = ACTIONS(4509), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4511), - [anon_sym_LT_EQ] = ACTIONS(4511), - [anon_sym_GT_EQ] = ACTIONS(4511), - [anon_sym_BANGin] = ACTIONS(4511), - [anon_sym_is] = ACTIONS(4509), - [anon_sym_BANGis] = ACTIONS(4511), - [anon_sym_PLUS] = ACTIONS(4509), - [anon_sym_DASH] = ACTIONS(4509), - [anon_sym_SLASH] = ACTIONS(4509), - [anon_sym_PERCENT] = ACTIONS(4509), - [anon_sym_as_QMARK] = ACTIONS(4511), - [anon_sym_PLUS_PLUS] = ACTIONS(4511), - [anon_sym_DASH_DASH] = ACTIONS(4511), - [anon_sym_BANG] = ACTIONS(4509), - [anon_sym_BANG_BANG] = ACTIONS(4511), - [anon_sym_data] = ACTIONS(4509), - [anon_sym_inner] = ACTIONS(4509), - [anon_sym_expect] = ACTIONS(4509), - [anon_sym_actual] = ACTIONS(4509), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4511), - [anon_sym_continue_AT] = ACTIONS(4511), - [anon_sym_break_AT] = ACTIONS(4511), - [sym_real_literal] = ACTIONS(4511), - [sym_integer_literal] = ACTIONS(4509), - [sym_hex_literal] = ACTIONS(4511), - [sym_bin_literal] = ACTIONS(4511), - [anon_sym_true] = ACTIONS(4509), - [anon_sym_false] = ACTIONS(4509), - [anon_sym_SQUOTE] = ACTIONS(4511), - [sym__backtick_identifier] = ACTIONS(4511), - [sym__automatic_semicolon] = ACTIONS(4511), - [sym_safe_nav] = ACTIONS(4511), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4511), + [3246] = { + [sym__alpha_identifier] = ACTIONS(5099), + [anon_sym_AT] = ACTIONS(5101), + [anon_sym_LBRACK] = ACTIONS(5101), + [anon_sym_RBRACK] = ACTIONS(5101), + [anon_sym_as] = ACTIONS(5099), + [anon_sym_EQ] = ACTIONS(5099), + [anon_sym_LBRACE] = ACTIONS(5101), + [anon_sym_RBRACE] = ACTIONS(5101), + [anon_sym_LPAREN] = ACTIONS(5101), + [anon_sym_COMMA] = ACTIONS(5101), + [anon_sym_RPAREN] = ACTIONS(5101), + [anon_sym_LT] = ACTIONS(5099), + [anon_sym_GT] = ACTIONS(5099), + [anon_sym_where] = ACTIONS(5099), + [anon_sym_DOT] = ACTIONS(5099), + [anon_sym_SEMI] = ACTIONS(5101), + [anon_sym_get] = ACTIONS(5099), + [anon_sym_set] = ACTIONS(5099), + [anon_sym_STAR] = ACTIONS(5099), + [anon_sym_DASH_GT] = ACTIONS(5101), + [sym_label] = ACTIONS(5101), + [anon_sym_in] = ACTIONS(5099), + [anon_sym_while] = ACTIONS(5099), + [anon_sym_DOT_DOT] = ACTIONS(5101), + [anon_sym_QMARK_COLON] = ACTIONS(5101), + [anon_sym_AMP_AMP] = ACTIONS(5101), + [anon_sym_PIPE_PIPE] = ACTIONS(5101), + [anon_sym_else] = ACTIONS(5099), + [anon_sym_COLON_COLON] = ACTIONS(5101), + [anon_sym_PLUS_EQ] = ACTIONS(5101), + [anon_sym_DASH_EQ] = ACTIONS(5101), + [anon_sym_STAR_EQ] = ACTIONS(5101), + [anon_sym_SLASH_EQ] = ACTIONS(5101), + [anon_sym_PERCENT_EQ] = ACTIONS(5101), + [anon_sym_BANG_EQ] = ACTIONS(5099), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5101), + [anon_sym_EQ_EQ] = ACTIONS(5099), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5101), + [anon_sym_LT_EQ] = ACTIONS(5101), + [anon_sym_GT_EQ] = ACTIONS(5101), + [anon_sym_BANGin] = ACTIONS(5101), + [anon_sym_is] = ACTIONS(5099), + [anon_sym_BANGis] = ACTIONS(5101), + [anon_sym_PLUS] = ACTIONS(5099), + [anon_sym_DASH] = ACTIONS(5099), + [anon_sym_SLASH] = ACTIONS(5099), + [anon_sym_PERCENT] = ACTIONS(5099), + [anon_sym_as_QMARK] = ACTIONS(5101), + [anon_sym_PLUS_PLUS] = ACTIONS(5101), + [anon_sym_DASH_DASH] = ACTIONS(5101), + [anon_sym_BANG_BANG] = ACTIONS(5101), + [anon_sym_suspend] = ACTIONS(5099), + [anon_sym_sealed] = ACTIONS(5099), + [anon_sym_annotation] = ACTIONS(5099), + [anon_sym_data] = ACTIONS(5099), + [anon_sym_inner] = ACTIONS(5099), + [anon_sym_override] = ACTIONS(5099), + [anon_sym_lateinit] = ACTIONS(5099), + [anon_sym_public] = ACTIONS(5099), + [anon_sym_private] = ACTIONS(5099), + [anon_sym_internal] = ACTIONS(5099), + [anon_sym_protected] = ACTIONS(5099), + [anon_sym_tailrec] = ACTIONS(5099), + [anon_sym_operator] = ACTIONS(5099), + [anon_sym_infix] = ACTIONS(5099), + [anon_sym_inline] = ACTIONS(5099), + [anon_sym_external] = ACTIONS(5099), + [sym_property_modifier] = ACTIONS(5099), + [anon_sym_abstract] = ACTIONS(5099), + [anon_sym_final] = ACTIONS(5099), + [anon_sym_open] = ACTIONS(5099), + [anon_sym_vararg] = ACTIONS(5099), + [anon_sym_noinline] = ACTIONS(5099), + [anon_sym_crossinline] = ACTIONS(5099), + [anon_sym_expect] = ACTIONS(5099), + [anon_sym_actual] = ACTIONS(5099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5101), + [sym_safe_nav] = ACTIONS(5101), + [sym_multiline_comment] = ACTIONS(3), }, - [3269] = { - [sym__alpha_identifier] = ACTIONS(5063), - [anon_sym_AT] = ACTIONS(5065), - [anon_sym_LBRACK] = ACTIONS(5065), - [anon_sym_RBRACK] = ACTIONS(5065), - [anon_sym_as] = ACTIONS(5063), - [anon_sym_EQ] = ACTIONS(5063), - [anon_sym_LBRACE] = ACTIONS(5065), - [anon_sym_RBRACE] = ACTIONS(5065), - [anon_sym_LPAREN] = ACTIONS(5065), - [anon_sym_COMMA] = ACTIONS(5065), - [anon_sym_RPAREN] = ACTIONS(5065), - [anon_sym_LT] = ACTIONS(5063), - [anon_sym_GT] = ACTIONS(5063), - [anon_sym_where] = ACTIONS(5063), - [anon_sym_DOT] = ACTIONS(5063), - [anon_sym_SEMI] = ACTIONS(5065), - [anon_sym_get] = ACTIONS(5063), - [anon_sym_set] = ACTIONS(5063), - [anon_sym_STAR] = ACTIONS(5063), - [anon_sym_DASH_GT] = ACTIONS(5065), - [sym_label] = ACTIONS(5065), - [anon_sym_in] = ACTIONS(5063), - [anon_sym_while] = ACTIONS(5063), - [anon_sym_DOT_DOT] = ACTIONS(5065), - [anon_sym_QMARK_COLON] = ACTIONS(5065), - [anon_sym_AMP_AMP] = ACTIONS(5065), - [anon_sym_PIPE_PIPE] = ACTIONS(5065), - [anon_sym_else] = ACTIONS(5063), - [anon_sym_COLON_COLON] = ACTIONS(5065), - [anon_sym_PLUS_EQ] = ACTIONS(5065), - [anon_sym_DASH_EQ] = ACTIONS(5065), - [anon_sym_STAR_EQ] = ACTIONS(5065), - [anon_sym_SLASH_EQ] = ACTIONS(5065), - [anon_sym_PERCENT_EQ] = ACTIONS(5065), - [anon_sym_BANG_EQ] = ACTIONS(5063), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5065), - [anon_sym_EQ_EQ] = ACTIONS(5063), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5065), - [anon_sym_LT_EQ] = ACTIONS(5065), - [anon_sym_GT_EQ] = ACTIONS(5065), - [anon_sym_BANGin] = ACTIONS(5065), - [anon_sym_is] = ACTIONS(5063), - [anon_sym_BANGis] = ACTIONS(5065), - [anon_sym_PLUS] = ACTIONS(5063), - [anon_sym_DASH] = ACTIONS(5063), - [anon_sym_SLASH] = ACTIONS(5063), - [anon_sym_PERCENT] = ACTIONS(5063), - [anon_sym_as_QMARK] = ACTIONS(5065), - [anon_sym_PLUS_PLUS] = ACTIONS(5065), - [anon_sym_DASH_DASH] = ACTIONS(5065), - [anon_sym_BANG_BANG] = ACTIONS(5065), - [anon_sym_suspend] = ACTIONS(5063), - [anon_sym_sealed] = ACTIONS(5063), - [anon_sym_annotation] = ACTIONS(5063), - [anon_sym_data] = ACTIONS(5063), - [anon_sym_inner] = ACTIONS(5063), - [anon_sym_override] = ACTIONS(5063), - [anon_sym_lateinit] = ACTIONS(5063), - [anon_sym_public] = ACTIONS(5063), - [anon_sym_private] = ACTIONS(5063), - [anon_sym_internal] = ACTIONS(5063), - [anon_sym_protected] = ACTIONS(5063), - [anon_sym_tailrec] = ACTIONS(5063), - [anon_sym_operator] = ACTIONS(5063), - [anon_sym_infix] = ACTIONS(5063), - [anon_sym_inline] = ACTIONS(5063), - [anon_sym_external] = ACTIONS(5063), - [sym_property_modifier] = ACTIONS(5063), - [anon_sym_abstract] = ACTIONS(5063), - [anon_sym_final] = ACTIONS(5063), - [anon_sym_open] = ACTIONS(5063), - [anon_sym_vararg] = ACTIONS(5063), - [anon_sym_noinline] = ACTIONS(5063), - [anon_sym_crossinline] = ACTIONS(5063), - [anon_sym_expect] = ACTIONS(5063), - [anon_sym_actual] = ACTIONS(5063), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5065), - [sym_safe_nav] = ACTIONS(5065), + [3247] = { + [sym__alpha_identifier] = ACTIONS(4519), + [anon_sym_AT] = ACTIONS(4521), + [anon_sym_LBRACK] = ACTIONS(4521), + [anon_sym_RBRACK] = ACTIONS(4521), + [anon_sym_as] = ACTIONS(4519), + [anon_sym_EQ] = ACTIONS(4828), + [anon_sym_LBRACE] = ACTIONS(4521), + [anon_sym_RBRACE] = ACTIONS(4521), + [anon_sym_LPAREN] = ACTIONS(4521), + [anon_sym_COMMA] = ACTIONS(4521), + [anon_sym_RPAREN] = ACTIONS(4521), + [anon_sym_LT] = ACTIONS(4519), + [anon_sym_GT] = ACTIONS(4519), + [anon_sym_where] = ACTIONS(4519), + [anon_sym_DOT] = ACTIONS(4519), + [anon_sym_SEMI] = ACTIONS(4521), + [anon_sym_get] = ACTIONS(4519), + [anon_sym_set] = ACTIONS(4519), + [anon_sym_STAR] = ACTIONS(4519), + [anon_sym_DASH_GT] = ACTIONS(4521), + [sym_label] = ACTIONS(4521), + [anon_sym_in] = ACTIONS(4519), + [anon_sym_while] = ACTIONS(4519), + [anon_sym_DOT_DOT] = ACTIONS(4521), + [anon_sym_QMARK_COLON] = ACTIONS(4521), + [anon_sym_AMP_AMP] = ACTIONS(4521), + [anon_sym_PIPE_PIPE] = ACTIONS(4521), + [anon_sym_else] = ACTIONS(4519), + [anon_sym_COLON_COLON] = ACTIONS(4521), + [anon_sym_PLUS_EQ] = ACTIONS(4830), + [anon_sym_DASH_EQ] = ACTIONS(4830), + [anon_sym_STAR_EQ] = ACTIONS(4830), + [anon_sym_SLASH_EQ] = ACTIONS(4830), + [anon_sym_PERCENT_EQ] = ACTIONS(4830), + [anon_sym_BANG_EQ] = ACTIONS(4519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4521), + [anon_sym_EQ_EQ] = ACTIONS(4519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4521), + [anon_sym_LT_EQ] = ACTIONS(4521), + [anon_sym_GT_EQ] = ACTIONS(4521), + [anon_sym_BANGin] = ACTIONS(4521), + [anon_sym_is] = ACTIONS(4519), + [anon_sym_BANGis] = ACTIONS(4521), + [anon_sym_PLUS] = ACTIONS(4519), + [anon_sym_DASH] = ACTIONS(4519), + [anon_sym_SLASH] = ACTIONS(4519), + [anon_sym_PERCENT] = ACTIONS(4519), + [anon_sym_as_QMARK] = ACTIONS(4521), + [anon_sym_PLUS_PLUS] = ACTIONS(4521), + [anon_sym_DASH_DASH] = ACTIONS(4521), + [anon_sym_BANG_BANG] = ACTIONS(4521), + [anon_sym_suspend] = ACTIONS(4519), + [anon_sym_sealed] = ACTIONS(4519), + [anon_sym_annotation] = ACTIONS(4519), + [anon_sym_data] = ACTIONS(4519), + [anon_sym_inner] = ACTIONS(4519), + [anon_sym_override] = ACTIONS(4519), + [anon_sym_lateinit] = ACTIONS(4519), + [anon_sym_public] = ACTIONS(4519), + [anon_sym_private] = ACTIONS(4519), + [anon_sym_internal] = ACTIONS(4519), + [anon_sym_protected] = ACTIONS(4519), + [anon_sym_tailrec] = ACTIONS(4519), + [anon_sym_operator] = ACTIONS(4519), + [anon_sym_infix] = ACTIONS(4519), + [anon_sym_inline] = ACTIONS(4519), + [anon_sym_external] = ACTIONS(4519), + [sym_property_modifier] = ACTIONS(4519), + [anon_sym_abstract] = ACTIONS(4519), + [anon_sym_final] = ACTIONS(4519), + [anon_sym_open] = ACTIONS(4519), + [anon_sym_vararg] = ACTIONS(4519), + [anon_sym_noinline] = ACTIONS(4519), + [anon_sym_crossinline] = ACTIONS(4519), + [anon_sym_expect] = ACTIONS(4519), + [anon_sym_actual] = ACTIONS(4519), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4521), + [sym_safe_nav] = ACTIONS(4521), [sym_multiline_comment] = ACTIONS(3), }, - [3270] = { - [sym__alpha_identifier] = ACTIONS(4718), - [anon_sym_AT] = ACTIONS(4720), - [anon_sym_LBRACK] = ACTIONS(4720), - [anon_sym_as] = ACTIONS(4718), - [anon_sym_EQ] = ACTIONS(4718), - [anon_sym_LBRACE] = ACTIONS(4720), - [anon_sym_RBRACE] = ACTIONS(4720), - [anon_sym_LPAREN] = ACTIONS(4720), - [anon_sym_COMMA] = ACTIONS(4720), - [anon_sym_LT] = ACTIONS(4718), - [anon_sym_GT] = ACTIONS(4718), - [anon_sym_where] = ACTIONS(4718), - [anon_sym_object] = ACTIONS(4718), - [anon_sym_fun] = ACTIONS(4718), - [anon_sym_DOT] = ACTIONS(4718), - [anon_sym_SEMI] = ACTIONS(4720), - [anon_sym_get] = ACTIONS(4718), - [anon_sym_set] = ACTIONS(4718), - [anon_sym_this] = ACTIONS(4718), - [anon_sym_super] = ACTIONS(4718), - [anon_sym_STAR] = ACTIONS(4718), - [sym_label] = ACTIONS(4718), - [anon_sym_in] = ACTIONS(4718), - [anon_sym_DOT_DOT] = ACTIONS(4720), - [anon_sym_QMARK_COLON] = ACTIONS(4720), - [anon_sym_AMP_AMP] = ACTIONS(4720), - [anon_sym_PIPE_PIPE] = ACTIONS(4720), - [anon_sym_null] = ACTIONS(4718), - [anon_sym_if] = ACTIONS(4718), - [anon_sym_else] = ACTIONS(4718), - [anon_sym_when] = ACTIONS(4718), - [anon_sym_try] = ACTIONS(4718), - [anon_sym_throw] = ACTIONS(4718), - [anon_sym_return] = ACTIONS(4718), - [anon_sym_continue] = ACTIONS(4718), - [anon_sym_break] = ACTIONS(4718), - [anon_sym_COLON_COLON] = ACTIONS(4720), - [anon_sym_PLUS_EQ] = ACTIONS(4720), - [anon_sym_DASH_EQ] = ACTIONS(4720), - [anon_sym_STAR_EQ] = ACTIONS(4720), - [anon_sym_SLASH_EQ] = ACTIONS(4720), - [anon_sym_PERCENT_EQ] = ACTIONS(4720), - [anon_sym_BANG_EQ] = ACTIONS(4718), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4720), - [anon_sym_EQ_EQ] = ACTIONS(4718), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4720), - [anon_sym_LT_EQ] = ACTIONS(4720), - [anon_sym_GT_EQ] = ACTIONS(4720), - [anon_sym_BANGin] = ACTIONS(4720), - [anon_sym_is] = ACTIONS(4718), - [anon_sym_BANGis] = ACTIONS(4720), - [anon_sym_PLUS] = ACTIONS(4718), - [anon_sym_DASH] = ACTIONS(4718), - [anon_sym_SLASH] = ACTIONS(4718), - [anon_sym_PERCENT] = ACTIONS(4718), - [anon_sym_as_QMARK] = ACTIONS(4720), - [anon_sym_PLUS_PLUS] = ACTIONS(4720), - [anon_sym_DASH_DASH] = ACTIONS(4720), - [anon_sym_BANG] = ACTIONS(4718), - [anon_sym_BANG_BANG] = ACTIONS(4720), - [anon_sym_data] = ACTIONS(4718), - [anon_sym_inner] = ACTIONS(4718), - [anon_sym_expect] = ACTIONS(4718), - [anon_sym_actual] = ACTIONS(4718), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4720), - [anon_sym_continue_AT] = ACTIONS(4720), - [anon_sym_break_AT] = ACTIONS(4720), - [sym_real_literal] = ACTIONS(4720), - [sym_integer_literal] = ACTIONS(4718), - [sym_hex_literal] = ACTIONS(4720), - [sym_bin_literal] = ACTIONS(4720), - [anon_sym_true] = ACTIONS(4718), - [anon_sym_false] = ACTIONS(4718), - [anon_sym_SQUOTE] = ACTIONS(4720), - [sym__backtick_identifier] = ACTIONS(4720), - [sym__automatic_semicolon] = ACTIONS(4720), - [sym_safe_nav] = ACTIONS(4720), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4720), + [3248] = { + [sym__alpha_identifier] = ACTIONS(4085), + [anon_sym_AT] = ACTIONS(4087), + [anon_sym_LBRACK] = ACTIONS(4087), + [anon_sym_RBRACK] = ACTIONS(4087), + [anon_sym_as] = ACTIONS(4085), + [anon_sym_EQ] = ACTIONS(4085), + [anon_sym_LBRACE] = ACTIONS(4087), + [anon_sym_RBRACE] = ACTIONS(4087), + [anon_sym_LPAREN] = ACTIONS(4087), + [anon_sym_COMMA] = ACTIONS(4087), + [anon_sym_RPAREN] = ACTIONS(4087), + [anon_sym_LT] = ACTIONS(4085), + [anon_sym_GT] = ACTIONS(4085), + [anon_sym_where] = ACTIONS(4085), + [anon_sym_DOT] = ACTIONS(4085), + [anon_sym_SEMI] = ACTIONS(4087), + [anon_sym_get] = ACTIONS(4085), + [anon_sym_set] = ACTIONS(4085), + [anon_sym_STAR] = ACTIONS(4085), + [anon_sym_DASH_GT] = ACTIONS(4087), + [sym_label] = ACTIONS(4087), + [anon_sym_in] = ACTIONS(4085), + [anon_sym_while] = ACTIONS(4085), + [anon_sym_DOT_DOT] = ACTIONS(4087), + [anon_sym_QMARK_COLON] = ACTIONS(4087), + [anon_sym_AMP_AMP] = ACTIONS(4087), + [anon_sym_PIPE_PIPE] = ACTIONS(4087), + [anon_sym_else] = ACTIONS(4085), + [anon_sym_COLON_COLON] = ACTIONS(4087), + [anon_sym_PLUS_EQ] = ACTIONS(4087), + [anon_sym_DASH_EQ] = ACTIONS(4087), + [anon_sym_STAR_EQ] = ACTIONS(4087), + [anon_sym_SLASH_EQ] = ACTIONS(4087), + [anon_sym_PERCENT_EQ] = ACTIONS(4087), + [anon_sym_BANG_EQ] = ACTIONS(4085), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4087), + [anon_sym_EQ_EQ] = ACTIONS(4085), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4087), + [anon_sym_LT_EQ] = ACTIONS(4087), + [anon_sym_GT_EQ] = ACTIONS(4087), + [anon_sym_BANGin] = ACTIONS(4087), + [anon_sym_is] = ACTIONS(4085), + [anon_sym_BANGis] = ACTIONS(4087), + [anon_sym_PLUS] = ACTIONS(4085), + [anon_sym_DASH] = ACTIONS(4085), + [anon_sym_SLASH] = ACTIONS(4085), + [anon_sym_PERCENT] = ACTIONS(4085), + [anon_sym_as_QMARK] = ACTIONS(4087), + [anon_sym_PLUS_PLUS] = ACTIONS(4087), + [anon_sym_DASH_DASH] = ACTIONS(4087), + [anon_sym_BANG_BANG] = ACTIONS(4087), + [anon_sym_suspend] = ACTIONS(4085), + [anon_sym_sealed] = ACTIONS(4085), + [anon_sym_annotation] = ACTIONS(4085), + [anon_sym_data] = ACTIONS(4085), + [anon_sym_inner] = ACTIONS(4085), + [anon_sym_override] = ACTIONS(4085), + [anon_sym_lateinit] = ACTIONS(4085), + [anon_sym_public] = ACTIONS(4085), + [anon_sym_private] = ACTIONS(4085), + [anon_sym_internal] = ACTIONS(4085), + [anon_sym_protected] = ACTIONS(4085), + [anon_sym_tailrec] = ACTIONS(4085), + [anon_sym_operator] = ACTIONS(4085), + [anon_sym_infix] = ACTIONS(4085), + [anon_sym_inline] = ACTIONS(4085), + [anon_sym_external] = ACTIONS(4085), + [sym_property_modifier] = ACTIONS(4085), + [anon_sym_abstract] = ACTIONS(4085), + [anon_sym_final] = ACTIONS(4085), + [anon_sym_open] = ACTIONS(4085), + [anon_sym_vararg] = ACTIONS(4085), + [anon_sym_noinline] = ACTIONS(4085), + [anon_sym_crossinline] = ACTIONS(4085), + [anon_sym_expect] = ACTIONS(4085), + [anon_sym_actual] = ACTIONS(4085), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4087), + [sym_safe_nav] = ACTIONS(4087), + [sym_multiline_comment] = ACTIONS(3), }, - [3271] = { - [sym__alpha_identifier] = ACTIONS(4466), - [anon_sym_AT] = ACTIONS(4468), - [anon_sym_LBRACK] = ACTIONS(4468), - [anon_sym_as] = ACTIONS(4466), - [anon_sym_EQ] = ACTIONS(4466), - [anon_sym_LBRACE] = ACTIONS(4468), - [anon_sym_RBRACE] = ACTIONS(4468), - [anon_sym_LPAREN] = ACTIONS(4468), - [anon_sym_COMMA] = ACTIONS(4468), - [anon_sym_LT] = ACTIONS(4466), - [anon_sym_GT] = ACTIONS(4466), - [anon_sym_where] = ACTIONS(4466), - [anon_sym_object] = ACTIONS(4466), - [anon_sym_fun] = ACTIONS(4466), - [anon_sym_DOT] = ACTIONS(4466), - [anon_sym_SEMI] = ACTIONS(4468), - [anon_sym_get] = ACTIONS(4466), - [anon_sym_set] = ACTIONS(4466), - [anon_sym_this] = ACTIONS(4466), - [anon_sym_super] = ACTIONS(4466), - [anon_sym_STAR] = ACTIONS(4466), - [sym_label] = ACTIONS(4466), - [anon_sym_in] = ACTIONS(4466), - [anon_sym_DOT_DOT] = ACTIONS(4468), - [anon_sym_QMARK_COLON] = ACTIONS(4468), - [anon_sym_AMP_AMP] = ACTIONS(4468), - [anon_sym_PIPE_PIPE] = ACTIONS(4468), - [anon_sym_null] = ACTIONS(4466), - [anon_sym_if] = ACTIONS(4466), - [anon_sym_else] = ACTIONS(4466), - [anon_sym_when] = ACTIONS(4466), - [anon_sym_try] = ACTIONS(4466), - [anon_sym_throw] = ACTIONS(4466), - [anon_sym_return] = ACTIONS(4466), - [anon_sym_continue] = ACTIONS(4466), - [anon_sym_break] = ACTIONS(4466), - [anon_sym_COLON_COLON] = ACTIONS(4468), - [anon_sym_PLUS_EQ] = ACTIONS(4468), - [anon_sym_DASH_EQ] = ACTIONS(4468), - [anon_sym_STAR_EQ] = ACTIONS(4468), - [anon_sym_SLASH_EQ] = ACTIONS(4468), - [anon_sym_PERCENT_EQ] = ACTIONS(4468), - [anon_sym_BANG_EQ] = ACTIONS(4466), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4468), - [anon_sym_EQ_EQ] = ACTIONS(4466), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4468), - [anon_sym_LT_EQ] = ACTIONS(4468), - [anon_sym_GT_EQ] = ACTIONS(4468), - [anon_sym_BANGin] = ACTIONS(4468), - [anon_sym_is] = ACTIONS(4466), - [anon_sym_BANGis] = ACTIONS(4468), - [anon_sym_PLUS] = ACTIONS(4466), - [anon_sym_DASH] = ACTIONS(4466), - [anon_sym_SLASH] = ACTIONS(4466), - [anon_sym_PERCENT] = ACTIONS(4466), - [anon_sym_as_QMARK] = ACTIONS(4468), - [anon_sym_PLUS_PLUS] = ACTIONS(4468), - [anon_sym_DASH_DASH] = ACTIONS(4468), - [anon_sym_BANG] = ACTIONS(4466), - [anon_sym_BANG_BANG] = ACTIONS(4468), - [anon_sym_data] = ACTIONS(4466), - [anon_sym_inner] = ACTIONS(4466), - [anon_sym_expect] = ACTIONS(4466), - [anon_sym_actual] = ACTIONS(4466), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4468), - [anon_sym_continue_AT] = ACTIONS(4468), - [anon_sym_break_AT] = ACTIONS(4468), - [sym_real_literal] = ACTIONS(4468), - [sym_integer_literal] = ACTIONS(4466), - [sym_hex_literal] = ACTIONS(4468), - [sym_bin_literal] = ACTIONS(4468), - [anon_sym_true] = ACTIONS(4466), - [anon_sym_false] = ACTIONS(4466), - [anon_sym_SQUOTE] = ACTIONS(4468), - [sym__backtick_identifier] = ACTIONS(4468), - [sym__automatic_semicolon] = ACTIONS(4468), - [sym_safe_nav] = ACTIONS(4468), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4468), + [3249] = { + [sym__alpha_identifier] = ACTIONS(4869), + [anon_sym_AT] = ACTIONS(4871), + [anon_sym_LBRACK] = ACTIONS(4871), + [anon_sym_as] = ACTIONS(4869), + [anon_sym_EQ] = ACTIONS(4869), + [anon_sym_LBRACE] = ACTIONS(4871), + [anon_sym_RBRACE] = ACTIONS(4871), + [anon_sym_LPAREN] = ACTIONS(4871), + [anon_sym_COMMA] = ACTIONS(4871), + [anon_sym_LT] = ACTIONS(4869), + [anon_sym_GT] = ACTIONS(4869), + [anon_sym_where] = ACTIONS(4869), + [anon_sym_object] = ACTIONS(4869), + [anon_sym_fun] = ACTIONS(4869), + [anon_sym_DOT] = ACTIONS(4869), + [anon_sym_SEMI] = ACTIONS(4871), + [anon_sym_get] = ACTIONS(4869), + [anon_sym_set] = ACTIONS(4869), + [anon_sym_this] = ACTIONS(4869), + [anon_sym_super] = ACTIONS(4869), + [anon_sym_STAR] = ACTIONS(4869), + [sym_label] = ACTIONS(4869), + [anon_sym_in] = ACTIONS(4869), + [anon_sym_DOT_DOT] = ACTIONS(4871), + [anon_sym_QMARK_COLON] = ACTIONS(4871), + [anon_sym_AMP_AMP] = ACTIONS(4871), + [anon_sym_PIPE_PIPE] = ACTIONS(4871), + [anon_sym_null] = ACTIONS(4869), + [anon_sym_if] = ACTIONS(4869), + [anon_sym_else] = ACTIONS(4869), + [anon_sym_when] = ACTIONS(4869), + [anon_sym_try] = ACTIONS(4869), + [anon_sym_throw] = ACTIONS(4869), + [anon_sym_return] = ACTIONS(4869), + [anon_sym_continue] = ACTIONS(4869), + [anon_sym_break] = ACTIONS(4869), + [anon_sym_COLON_COLON] = ACTIONS(4871), + [anon_sym_PLUS_EQ] = ACTIONS(4871), + [anon_sym_DASH_EQ] = ACTIONS(4871), + [anon_sym_STAR_EQ] = ACTIONS(4871), + [anon_sym_SLASH_EQ] = ACTIONS(4871), + [anon_sym_PERCENT_EQ] = ACTIONS(4871), + [anon_sym_BANG_EQ] = ACTIONS(4869), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4871), + [anon_sym_EQ_EQ] = ACTIONS(4869), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4871), + [anon_sym_LT_EQ] = ACTIONS(4871), + [anon_sym_GT_EQ] = ACTIONS(4871), + [anon_sym_BANGin] = ACTIONS(4871), + [anon_sym_is] = ACTIONS(4869), + [anon_sym_BANGis] = ACTIONS(4871), + [anon_sym_PLUS] = ACTIONS(4869), + [anon_sym_DASH] = ACTIONS(4869), + [anon_sym_SLASH] = ACTIONS(4869), + [anon_sym_PERCENT] = ACTIONS(4869), + [anon_sym_as_QMARK] = ACTIONS(4871), + [anon_sym_PLUS_PLUS] = ACTIONS(4871), + [anon_sym_DASH_DASH] = ACTIONS(4871), + [anon_sym_BANG] = ACTIONS(4869), + [anon_sym_BANG_BANG] = ACTIONS(4871), + [anon_sym_data] = ACTIONS(4869), + [anon_sym_inner] = ACTIONS(4869), + [anon_sym_expect] = ACTIONS(4869), + [anon_sym_actual] = ACTIONS(4869), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4871), + [anon_sym_continue_AT] = ACTIONS(4871), + [anon_sym_break_AT] = ACTIONS(4871), + [sym_real_literal] = ACTIONS(4871), + [sym_integer_literal] = ACTIONS(4869), + [sym_hex_literal] = ACTIONS(4871), + [sym_bin_literal] = ACTIONS(4871), + [anon_sym_true] = ACTIONS(4869), + [anon_sym_false] = ACTIONS(4869), + [anon_sym_SQUOTE] = ACTIONS(4871), + [sym__backtick_identifier] = ACTIONS(4871), + [sym__automatic_semicolon] = ACTIONS(4871), + [sym_safe_nav] = ACTIONS(4871), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4871), }, - [3272] = { - [sym__alpha_identifier] = ACTIONS(4769), - [anon_sym_AT] = ACTIONS(4771), - [anon_sym_LBRACK] = ACTIONS(4771), - [anon_sym_as] = ACTIONS(4769), - [anon_sym_EQ] = ACTIONS(4769), - [anon_sym_LBRACE] = ACTIONS(4771), - [anon_sym_RBRACE] = ACTIONS(4771), - [anon_sym_LPAREN] = ACTIONS(4771), - [anon_sym_COMMA] = ACTIONS(4771), - [anon_sym_LT] = ACTIONS(4769), - [anon_sym_GT] = ACTIONS(4769), - [anon_sym_where] = ACTIONS(4769), - [anon_sym_object] = ACTIONS(4769), - [anon_sym_fun] = ACTIONS(4769), - [anon_sym_DOT] = ACTIONS(4769), - [anon_sym_SEMI] = ACTIONS(4771), - [anon_sym_get] = ACTIONS(4769), - [anon_sym_set] = ACTIONS(4769), - [anon_sym_this] = ACTIONS(4769), - [anon_sym_super] = ACTIONS(4769), - [anon_sym_STAR] = ACTIONS(4769), - [sym_label] = ACTIONS(4769), - [anon_sym_in] = ACTIONS(4769), - [anon_sym_DOT_DOT] = ACTIONS(4771), - [anon_sym_QMARK_COLON] = ACTIONS(4771), - [anon_sym_AMP_AMP] = ACTIONS(4771), - [anon_sym_PIPE_PIPE] = ACTIONS(4771), - [anon_sym_null] = ACTIONS(4769), - [anon_sym_if] = ACTIONS(4769), - [anon_sym_else] = ACTIONS(4769), - [anon_sym_when] = ACTIONS(4769), - [anon_sym_try] = ACTIONS(4769), - [anon_sym_throw] = ACTIONS(4769), - [anon_sym_return] = ACTIONS(4769), - [anon_sym_continue] = ACTIONS(4769), - [anon_sym_break] = ACTIONS(4769), - [anon_sym_COLON_COLON] = ACTIONS(4771), - [anon_sym_PLUS_EQ] = ACTIONS(4771), - [anon_sym_DASH_EQ] = ACTIONS(4771), - [anon_sym_STAR_EQ] = ACTIONS(4771), - [anon_sym_SLASH_EQ] = ACTIONS(4771), - [anon_sym_PERCENT_EQ] = ACTIONS(4771), - [anon_sym_BANG_EQ] = ACTIONS(4769), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4771), - [anon_sym_EQ_EQ] = ACTIONS(4769), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4771), - [anon_sym_LT_EQ] = ACTIONS(4771), - [anon_sym_GT_EQ] = ACTIONS(4771), - [anon_sym_BANGin] = ACTIONS(4771), - [anon_sym_is] = ACTIONS(4769), - [anon_sym_BANGis] = ACTIONS(4771), - [anon_sym_PLUS] = ACTIONS(4769), - [anon_sym_DASH] = ACTIONS(4769), - [anon_sym_SLASH] = ACTIONS(4769), - [anon_sym_PERCENT] = ACTIONS(4769), - [anon_sym_as_QMARK] = ACTIONS(4771), - [anon_sym_PLUS_PLUS] = ACTIONS(4771), - [anon_sym_DASH_DASH] = ACTIONS(4771), - [anon_sym_BANG] = ACTIONS(4769), - [anon_sym_BANG_BANG] = ACTIONS(4771), - [anon_sym_data] = ACTIONS(4769), - [anon_sym_inner] = ACTIONS(4769), - [anon_sym_expect] = ACTIONS(4769), - [anon_sym_actual] = ACTIONS(4769), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4771), - [anon_sym_continue_AT] = ACTIONS(4771), - [anon_sym_break_AT] = ACTIONS(4771), - [sym_real_literal] = ACTIONS(4771), - [sym_integer_literal] = ACTIONS(4769), - [sym_hex_literal] = ACTIONS(4771), - [sym_bin_literal] = ACTIONS(4771), - [anon_sym_true] = ACTIONS(4769), - [anon_sym_false] = ACTIONS(4769), - [anon_sym_SQUOTE] = ACTIONS(4771), - [sym__backtick_identifier] = ACTIONS(4771), - [sym__automatic_semicolon] = ACTIONS(4771), - [sym_safe_nav] = ACTIONS(4771), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4771), + [3250] = { + [sym__alpha_identifier] = ACTIONS(5077), + [anon_sym_AT] = ACTIONS(5079), + [anon_sym_LBRACK] = ACTIONS(5079), + [anon_sym_as] = ACTIONS(5077), + [anon_sym_EQ] = ACTIONS(5077), + [anon_sym_LBRACE] = ACTIONS(5079), + [anon_sym_RBRACE] = ACTIONS(5079), + [anon_sym_LPAREN] = ACTIONS(5079), + [anon_sym_COMMA] = ACTIONS(5079), + [anon_sym_LT] = ACTIONS(5077), + [anon_sym_GT] = ACTIONS(5077), + [anon_sym_where] = ACTIONS(5077), + [anon_sym_object] = ACTIONS(5077), + [anon_sym_fun] = ACTIONS(5077), + [anon_sym_DOT] = ACTIONS(5077), + [anon_sym_SEMI] = ACTIONS(5079), + [anon_sym_get] = ACTIONS(5077), + [anon_sym_set] = ACTIONS(5077), + [anon_sym_this] = ACTIONS(5077), + [anon_sym_super] = ACTIONS(5077), + [anon_sym_STAR] = ACTIONS(5077), + [sym_label] = ACTIONS(5077), + [anon_sym_in] = ACTIONS(5077), + [anon_sym_DOT_DOT] = ACTIONS(5079), + [anon_sym_QMARK_COLON] = ACTIONS(5079), + [anon_sym_AMP_AMP] = ACTIONS(5079), + [anon_sym_PIPE_PIPE] = ACTIONS(5079), + [anon_sym_null] = ACTIONS(5077), + [anon_sym_if] = ACTIONS(5077), + [anon_sym_else] = ACTIONS(5077), + [anon_sym_when] = ACTIONS(5077), + [anon_sym_try] = ACTIONS(5077), + [anon_sym_throw] = ACTIONS(5077), + [anon_sym_return] = ACTIONS(5077), + [anon_sym_continue] = ACTIONS(5077), + [anon_sym_break] = ACTIONS(5077), + [anon_sym_COLON_COLON] = ACTIONS(5079), + [anon_sym_PLUS_EQ] = ACTIONS(5079), + [anon_sym_DASH_EQ] = ACTIONS(5079), + [anon_sym_STAR_EQ] = ACTIONS(5079), + [anon_sym_SLASH_EQ] = ACTIONS(5079), + [anon_sym_PERCENT_EQ] = ACTIONS(5079), + [anon_sym_BANG_EQ] = ACTIONS(5077), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5079), + [anon_sym_EQ_EQ] = ACTIONS(5077), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5079), + [anon_sym_LT_EQ] = ACTIONS(5079), + [anon_sym_GT_EQ] = ACTIONS(5079), + [anon_sym_BANGin] = ACTIONS(5079), + [anon_sym_is] = ACTIONS(5077), + [anon_sym_BANGis] = ACTIONS(5079), + [anon_sym_PLUS] = ACTIONS(5077), + [anon_sym_DASH] = ACTIONS(5077), + [anon_sym_SLASH] = ACTIONS(5077), + [anon_sym_PERCENT] = ACTIONS(5077), + [anon_sym_as_QMARK] = ACTIONS(5079), + [anon_sym_PLUS_PLUS] = ACTIONS(5079), + [anon_sym_DASH_DASH] = ACTIONS(5079), + [anon_sym_BANG] = ACTIONS(5077), + [anon_sym_BANG_BANG] = ACTIONS(5079), + [anon_sym_data] = ACTIONS(5077), + [anon_sym_inner] = ACTIONS(5077), + [anon_sym_expect] = ACTIONS(5077), + [anon_sym_actual] = ACTIONS(5077), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5079), + [anon_sym_continue_AT] = ACTIONS(5079), + [anon_sym_break_AT] = ACTIONS(5079), + [sym_real_literal] = ACTIONS(5079), + [sym_integer_literal] = ACTIONS(5077), + [sym_hex_literal] = ACTIONS(5079), + [sym_bin_literal] = ACTIONS(5079), + [anon_sym_true] = ACTIONS(5077), + [anon_sym_false] = ACTIONS(5077), + [anon_sym_SQUOTE] = ACTIONS(5079), + [sym__backtick_identifier] = ACTIONS(5079), + [sym__automatic_semicolon] = ACTIONS(5079), + [sym_safe_nav] = ACTIONS(5079), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5079), }, - [3273] = { - [sym__alpha_identifier] = ACTIONS(4595), - [anon_sym_AT] = ACTIONS(4597), - [anon_sym_LBRACK] = ACTIONS(4597), - [anon_sym_as] = ACTIONS(4595), - [anon_sym_EQ] = ACTIONS(4595), - [anon_sym_LBRACE] = ACTIONS(4597), - [anon_sym_RBRACE] = ACTIONS(4597), - [anon_sym_LPAREN] = ACTIONS(4597), - [anon_sym_COMMA] = ACTIONS(4597), - [anon_sym_LT] = ACTIONS(4595), - [anon_sym_GT] = ACTIONS(4595), - [anon_sym_where] = ACTIONS(4595), - [anon_sym_object] = ACTIONS(4595), - [anon_sym_fun] = ACTIONS(4595), - [anon_sym_DOT] = ACTIONS(4595), - [anon_sym_SEMI] = ACTIONS(4597), - [anon_sym_get] = ACTIONS(4595), - [anon_sym_set] = ACTIONS(4595), - [anon_sym_this] = ACTIONS(4595), - [anon_sym_super] = ACTIONS(4595), - [anon_sym_STAR] = ACTIONS(4595), - [sym_label] = ACTIONS(4595), - [anon_sym_in] = ACTIONS(4595), - [anon_sym_DOT_DOT] = ACTIONS(4597), - [anon_sym_QMARK_COLON] = ACTIONS(4597), - [anon_sym_AMP_AMP] = ACTIONS(4597), - [anon_sym_PIPE_PIPE] = ACTIONS(4597), - [anon_sym_null] = ACTIONS(4595), - [anon_sym_if] = ACTIONS(4595), - [anon_sym_else] = ACTIONS(4595), - [anon_sym_when] = ACTIONS(4595), - [anon_sym_try] = ACTIONS(4595), - [anon_sym_throw] = ACTIONS(4595), - [anon_sym_return] = ACTIONS(4595), - [anon_sym_continue] = ACTIONS(4595), - [anon_sym_break] = ACTIONS(4595), - [anon_sym_COLON_COLON] = ACTIONS(4597), - [anon_sym_PLUS_EQ] = ACTIONS(4597), - [anon_sym_DASH_EQ] = ACTIONS(4597), - [anon_sym_STAR_EQ] = ACTIONS(4597), - [anon_sym_SLASH_EQ] = ACTIONS(4597), - [anon_sym_PERCENT_EQ] = ACTIONS(4597), - [anon_sym_BANG_EQ] = ACTIONS(4595), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4597), - [anon_sym_EQ_EQ] = ACTIONS(4595), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4597), - [anon_sym_LT_EQ] = ACTIONS(4597), - [anon_sym_GT_EQ] = ACTIONS(4597), - [anon_sym_BANGin] = ACTIONS(4597), - [anon_sym_is] = ACTIONS(4595), - [anon_sym_BANGis] = ACTIONS(4597), - [anon_sym_PLUS] = ACTIONS(4595), - [anon_sym_DASH] = ACTIONS(4595), - [anon_sym_SLASH] = ACTIONS(4595), - [anon_sym_PERCENT] = ACTIONS(4595), - [anon_sym_as_QMARK] = ACTIONS(4597), - [anon_sym_PLUS_PLUS] = ACTIONS(4597), - [anon_sym_DASH_DASH] = ACTIONS(4597), - [anon_sym_BANG] = ACTIONS(4595), - [anon_sym_BANG_BANG] = ACTIONS(4597), - [anon_sym_data] = ACTIONS(4595), - [anon_sym_inner] = ACTIONS(4595), - [anon_sym_expect] = ACTIONS(4595), - [anon_sym_actual] = ACTIONS(4595), + [3251] = { + [sym__alpha_identifier] = ACTIONS(4933), + [anon_sym_AT] = ACTIONS(4935), + [anon_sym_LBRACK] = ACTIONS(4935), + [anon_sym_as] = ACTIONS(4933), + [anon_sym_EQ] = ACTIONS(4933), + [anon_sym_LBRACE] = ACTIONS(4935), + [anon_sym_RBRACE] = ACTIONS(4935), + [anon_sym_LPAREN] = ACTIONS(4935), + [anon_sym_COMMA] = ACTIONS(4935), + [anon_sym_LT] = ACTIONS(4933), + [anon_sym_GT] = ACTIONS(4933), + [anon_sym_where] = ACTIONS(4933), + [anon_sym_object] = ACTIONS(4933), + [anon_sym_fun] = ACTIONS(4933), + [anon_sym_DOT] = ACTIONS(4933), + [anon_sym_SEMI] = ACTIONS(4935), + [anon_sym_get] = ACTIONS(4933), + [anon_sym_set] = ACTIONS(4933), + [anon_sym_this] = ACTIONS(4933), + [anon_sym_super] = ACTIONS(4933), + [anon_sym_STAR] = ACTIONS(4933), + [sym_label] = ACTIONS(4933), + [anon_sym_in] = ACTIONS(4933), + [anon_sym_DOT_DOT] = ACTIONS(4935), + [anon_sym_QMARK_COLON] = ACTIONS(4935), + [anon_sym_AMP_AMP] = ACTIONS(4935), + [anon_sym_PIPE_PIPE] = ACTIONS(4935), + [anon_sym_null] = ACTIONS(4933), + [anon_sym_if] = ACTIONS(4933), + [anon_sym_else] = ACTIONS(4933), + [anon_sym_when] = ACTIONS(4933), + [anon_sym_try] = ACTIONS(4933), + [anon_sym_throw] = ACTIONS(4933), + [anon_sym_return] = ACTIONS(4933), + [anon_sym_continue] = ACTIONS(4933), + [anon_sym_break] = ACTIONS(4933), + [anon_sym_COLON_COLON] = ACTIONS(4935), + [anon_sym_PLUS_EQ] = ACTIONS(4935), + [anon_sym_DASH_EQ] = ACTIONS(4935), + [anon_sym_STAR_EQ] = ACTIONS(4935), + [anon_sym_SLASH_EQ] = ACTIONS(4935), + [anon_sym_PERCENT_EQ] = ACTIONS(4935), + [anon_sym_BANG_EQ] = ACTIONS(4933), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4935), + [anon_sym_EQ_EQ] = ACTIONS(4933), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4935), + [anon_sym_LT_EQ] = ACTIONS(4935), + [anon_sym_GT_EQ] = ACTIONS(4935), + [anon_sym_BANGin] = ACTIONS(4935), + [anon_sym_is] = ACTIONS(4933), + [anon_sym_BANGis] = ACTIONS(4935), + [anon_sym_PLUS] = ACTIONS(4933), + [anon_sym_DASH] = ACTIONS(4933), + [anon_sym_SLASH] = ACTIONS(4933), + [anon_sym_PERCENT] = ACTIONS(4933), + [anon_sym_as_QMARK] = ACTIONS(4935), + [anon_sym_PLUS_PLUS] = ACTIONS(4935), + [anon_sym_DASH_DASH] = ACTIONS(4935), + [anon_sym_BANG] = ACTIONS(4933), + [anon_sym_BANG_BANG] = ACTIONS(4935), + [anon_sym_data] = ACTIONS(4933), + [anon_sym_inner] = ACTIONS(4933), + [anon_sym_expect] = ACTIONS(4933), + [anon_sym_actual] = ACTIONS(4933), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4935), + [anon_sym_continue_AT] = ACTIONS(4935), + [anon_sym_break_AT] = ACTIONS(4935), + [sym_real_literal] = ACTIONS(4935), + [sym_integer_literal] = ACTIONS(4933), + [sym_hex_literal] = ACTIONS(4935), + [sym_bin_literal] = ACTIONS(4935), + [anon_sym_true] = ACTIONS(4933), + [anon_sym_false] = ACTIONS(4933), + [anon_sym_SQUOTE] = ACTIONS(4935), + [sym__backtick_identifier] = ACTIONS(4935), + [sym__automatic_semicolon] = ACTIONS(4935), + [sym_safe_nav] = ACTIONS(4935), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4935), + }, + [3252] = { + [sym_type_constraints] = STATE(3827), + [sym_function_body] = STATE(3872), + [sym__block] = STATE(3738), + [sym__alpha_identifier] = ACTIONS(4085), + [anon_sym_AT] = ACTIONS(4087), + [anon_sym_COLON] = ACTIONS(6533), + [anon_sym_LBRACK] = ACTIONS(4087), + [anon_sym_as] = ACTIONS(4085), + [anon_sym_EQ] = ACTIONS(6527), + [anon_sym_LBRACE] = ACTIONS(6461), + [anon_sym_RBRACE] = ACTIONS(4087), + [anon_sym_LPAREN] = ACTIONS(4087), + [anon_sym_LT] = ACTIONS(4085), + [anon_sym_GT] = ACTIONS(4085), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(4085), + [anon_sym_SEMI] = ACTIONS(4087), + [anon_sym_get] = ACTIONS(4085), + [anon_sym_set] = ACTIONS(4085), + [anon_sym_STAR] = ACTIONS(4085), + [sym_label] = ACTIONS(4087), + [anon_sym_in] = ACTIONS(4085), + [anon_sym_DOT_DOT] = ACTIONS(4087), + [anon_sym_QMARK_COLON] = ACTIONS(4087), + [anon_sym_AMP_AMP] = ACTIONS(4087), + [anon_sym_PIPE_PIPE] = ACTIONS(4087), + [anon_sym_else] = ACTIONS(4085), + [anon_sym_COLON_COLON] = ACTIONS(4087), + [anon_sym_PLUS_EQ] = ACTIONS(4087), + [anon_sym_DASH_EQ] = ACTIONS(4087), + [anon_sym_STAR_EQ] = ACTIONS(4087), + [anon_sym_SLASH_EQ] = ACTIONS(4087), + [anon_sym_PERCENT_EQ] = ACTIONS(4087), + [anon_sym_BANG_EQ] = ACTIONS(4085), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4087), + [anon_sym_EQ_EQ] = ACTIONS(4085), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4087), + [anon_sym_LT_EQ] = ACTIONS(4087), + [anon_sym_GT_EQ] = ACTIONS(4087), + [anon_sym_BANGin] = ACTIONS(4087), + [anon_sym_is] = ACTIONS(4085), + [anon_sym_BANGis] = ACTIONS(4087), + [anon_sym_PLUS] = ACTIONS(4085), + [anon_sym_DASH] = ACTIONS(4085), + [anon_sym_SLASH] = ACTIONS(4085), + [anon_sym_PERCENT] = ACTIONS(4085), + [anon_sym_as_QMARK] = ACTIONS(4087), + [anon_sym_PLUS_PLUS] = ACTIONS(4087), + [anon_sym_DASH_DASH] = ACTIONS(4087), + [anon_sym_BANG_BANG] = ACTIONS(4087), + [anon_sym_suspend] = ACTIONS(4085), + [anon_sym_sealed] = ACTIONS(4085), + [anon_sym_annotation] = ACTIONS(4085), + [anon_sym_data] = ACTIONS(4085), + [anon_sym_inner] = ACTIONS(4085), + [anon_sym_override] = ACTIONS(4085), + [anon_sym_lateinit] = ACTIONS(4085), + [anon_sym_public] = ACTIONS(4085), + [anon_sym_private] = ACTIONS(4085), + [anon_sym_internal] = ACTIONS(4085), + [anon_sym_protected] = ACTIONS(4085), + [anon_sym_tailrec] = ACTIONS(4085), + [anon_sym_operator] = ACTIONS(4085), + [anon_sym_infix] = ACTIONS(4085), + [anon_sym_inline] = ACTIONS(4085), + [anon_sym_external] = ACTIONS(4085), + [sym_property_modifier] = ACTIONS(4085), + [anon_sym_abstract] = ACTIONS(4085), + [anon_sym_final] = ACTIONS(4085), + [anon_sym_open] = ACTIONS(4085), + [anon_sym_vararg] = ACTIONS(4085), + [anon_sym_noinline] = ACTIONS(4085), + [anon_sym_crossinline] = ACTIONS(4085), + [anon_sym_expect] = ACTIONS(4085), + [anon_sym_actual] = ACTIONS(4085), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4087), + [sym__automatic_semicolon] = ACTIONS(4087), + [sym_safe_nav] = ACTIONS(4087), + [sym_multiline_comment] = ACTIONS(3), + }, + [3253] = { + [sym__alpha_identifier] = ACTIONS(5087), + [anon_sym_AT] = ACTIONS(5089), + [anon_sym_LBRACK] = ACTIONS(5089), + [anon_sym_RBRACK] = ACTIONS(5089), + [anon_sym_as] = ACTIONS(5087), + [anon_sym_EQ] = ACTIONS(5087), + [anon_sym_LBRACE] = ACTIONS(5089), + [anon_sym_RBRACE] = ACTIONS(5089), + [anon_sym_LPAREN] = ACTIONS(5089), + [anon_sym_COMMA] = ACTIONS(5089), + [anon_sym_RPAREN] = ACTIONS(5089), + [anon_sym_LT] = ACTIONS(5087), + [anon_sym_GT] = ACTIONS(5087), + [anon_sym_where] = ACTIONS(5087), + [anon_sym_DOT] = ACTIONS(5087), + [anon_sym_SEMI] = ACTIONS(5089), + [anon_sym_get] = ACTIONS(5087), + [anon_sym_set] = ACTIONS(5087), + [anon_sym_STAR] = ACTIONS(5087), + [anon_sym_DASH_GT] = ACTIONS(5089), + [sym_label] = ACTIONS(5089), + [anon_sym_in] = ACTIONS(5087), + [anon_sym_while] = ACTIONS(5087), + [anon_sym_DOT_DOT] = ACTIONS(5089), + [anon_sym_QMARK_COLON] = ACTIONS(5089), + [anon_sym_AMP_AMP] = ACTIONS(5089), + [anon_sym_PIPE_PIPE] = ACTIONS(5089), + [anon_sym_else] = ACTIONS(5087), + [anon_sym_COLON_COLON] = ACTIONS(5089), + [anon_sym_PLUS_EQ] = ACTIONS(5089), + [anon_sym_DASH_EQ] = ACTIONS(5089), + [anon_sym_STAR_EQ] = ACTIONS(5089), + [anon_sym_SLASH_EQ] = ACTIONS(5089), + [anon_sym_PERCENT_EQ] = ACTIONS(5089), + [anon_sym_BANG_EQ] = ACTIONS(5087), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5089), + [anon_sym_EQ_EQ] = ACTIONS(5087), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5089), + [anon_sym_LT_EQ] = ACTIONS(5089), + [anon_sym_GT_EQ] = ACTIONS(5089), + [anon_sym_BANGin] = ACTIONS(5089), + [anon_sym_is] = ACTIONS(5087), + [anon_sym_BANGis] = ACTIONS(5089), + [anon_sym_PLUS] = ACTIONS(5087), + [anon_sym_DASH] = ACTIONS(5087), + [anon_sym_SLASH] = ACTIONS(5087), + [anon_sym_PERCENT] = ACTIONS(5087), + [anon_sym_as_QMARK] = ACTIONS(5089), + [anon_sym_PLUS_PLUS] = ACTIONS(5089), + [anon_sym_DASH_DASH] = ACTIONS(5089), + [anon_sym_BANG_BANG] = ACTIONS(5089), + [anon_sym_suspend] = ACTIONS(5087), + [anon_sym_sealed] = ACTIONS(5087), + [anon_sym_annotation] = ACTIONS(5087), + [anon_sym_data] = ACTIONS(5087), + [anon_sym_inner] = ACTIONS(5087), + [anon_sym_override] = ACTIONS(5087), + [anon_sym_lateinit] = ACTIONS(5087), + [anon_sym_public] = ACTIONS(5087), + [anon_sym_private] = ACTIONS(5087), + [anon_sym_internal] = ACTIONS(5087), + [anon_sym_protected] = ACTIONS(5087), + [anon_sym_tailrec] = ACTIONS(5087), + [anon_sym_operator] = ACTIONS(5087), + [anon_sym_infix] = ACTIONS(5087), + [anon_sym_inline] = ACTIONS(5087), + [anon_sym_external] = ACTIONS(5087), + [sym_property_modifier] = ACTIONS(5087), + [anon_sym_abstract] = ACTIONS(5087), + [anon_sym_final] = ACTIONS(5087), + [anon_sym_open] = ACTIONS(5087), + [anon_sym_vararg] = ACTIONS(5087), + [anon_sym_noinline] = ACTIONS(5087), + [anon_sym_crossinline] = ACTIONS(5087), + [anon_sym_expect] = ACTIONS(5087), + [anon_sym_actual] = ACTIONS(5087), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4597), - [anon_sym_continue_AT] = ACTIONS(4597), - [anon_sym_break_AT] = ACTIONS(4597), - [sym_real_literal] = ACTIONS(4597), - [sym_integer_literal] = ACTIONS(4595), - [sym_hex_literal] = ACTIONS(4597), - [sym_bin_literal] = ACTIONS(4597), - [anon_sym_true] = ACTIONS(4595), - [anon_sym_false] = ACTIONS(4595), - [anon_sym_SQUOTE] = ACTIONS(4597), - [sym__backtick_identifier] = ACTIONS(4597), - [sym__automatic_semicolon] = ACTIONS(4597), - [sym_safe_nav] = ACTIONS(4597), + [sym__backtick_identifier] = ACTIONS(5089), + [sym_safe_nav] = ACTIONS(5089), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4597), }, - [3274] = { + [3254] = { + [sym__alpha_identifier] = ACTIONS(4627), + [anon_sym_AT] = ACTIONS(4629), + [anon_sym_LBRACK] = ACTIONS(4629), + [anon_sym_RBRACK] = ACTIONS(4629), + [anon_sym_as] = ACTIONS(4627), + [anon_sym_EQ] = ACTIONS(4627), + [anon_sym_LBRACE] = ACTIONS(4629), + [anon_sym_RBRACE] = ACTIONS(4629), + [anon_sym_LPAREN] = ACTIONS(4629), + [anon_sym_COMMA] = ACTIONS(4629), + [anon_sym_RPAREN] = ACTIONS(4629), + [anon_sym_LT] = ACTIONS(4627), + [anon_sym_GT] = ACTIONS(4627), + [anon_sym_where] = ACTIONS(4627), + [anon_sym_DOT] = ACTIONS(4627), + [anon_sym_SEMI] = ACTIONS(4629), + [anon_sym_get] = ACTIONS(4627), + [anon_sym_set] = ACTIONS(4627), + [anon_sym_STAR] = ACTIONS(4627), + [anon_sym_DASH_GT] = ACTIONS(4629), + [sym_label] = ACTIONS(4629), + [anon_sym_in] = ACTIONS(4627), + [anon_sym_while] = ACTIONS(4627), + [anon_sym_DOT_DOT] = ACTIONS(4629), + [anon_sym_QMARK_COLON] = ACTIONS(4629), + [anon_sym_AMP_AMP] = ACTIONS(4629), + [anon_sym_PIPE_PIPE] = ACTIONS(4629), + [anon_sym_else] = ACTIONS(4627), + [anon_sym_COLON_COLON] = ACTIONS(4629), + [anon_sym_PLUS_EQ] = ACTIONS(4629), + [anon_sym_DASH_EQ] = ACTIONS(4629), + [anon_sym_STAR_EQ] = ACTIONS(4629), + [anon_sym_SLASH_EQ] = ACTIONS(4629), + [anon_sym_PERCENT_EQ] = ACTIONS(4629), + [anon_sym_BANG_EQ] = ACTIONS(4627), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4629), + [anon_sym_EQ_EQ] = ACTIONS(4627), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4629), + [anon_sym_LT_EQ] = ACTIONS(4629), + [anon_sym_GT_EQ] = ACTIONS(4629), + [anon_sym_BANGin] = ACTIONS(4629), + [anon_sym_is] = ACTIONS(4627), + [anon_sym_BANGis] = ACTIONS(4629), + [anon_sym_PLUS] = ACTIONS(4627), + [anon_sym_DASH] = ACTIONS(4627), + [anon_sym_SLASH] = ACTIONS(4627), + [anon_sym_PERCENT] = ACTIONS(4627), + [anon_sym_as_QMARK] = ACTIONS(4629), + [anon_sym_PLUS_PLUS] = ACTIONS(4629), + [anon_sym_DASH_DASH] = ACTIONS(4629), + [anon_sym_BANG_BANG] = ACTIONS(4629), + [anon_sym_suspend] = ACTIONS(4627), + [anon_sym_sealed] = ACTIONS(4627), + [anon_sym_annotation] = ACTIONS(4627), + [anon_sym_data] = ACTIONS(4627), + [anon_sym_inner] = ACTIONS(4627), + [anon_sym_override] = ACTIONS(4627), + [anon_sym_lateinit] = ACTIONS(4627), + [anon_sym_public] = ACTIONS(4627), + [anon_sym_private] = ACTIONS(4627), + [anon_sym_internal] = ACTIONS(4627), + [anon_sym_protected] = ACTIONS(4627), + [anon_sym_tailrec] = ACTIONS(4627), + [anon_sym_operator] = ACTIONS(4627), + [anon_sym_infix] = ACTIONS(4627), + [anon_sym_inline] = ACTIONS(4627), + [anon_sym_external] = ACTIONS(4627), + [sym_property_modifier] = ACTIONS(4627), + [anon_sym_abstract] = ACTIONS(4627), + [anon_sym_final] = ACTIONS(4627), + [anon_sym_open] = ACTIONS(4627), + [anon_sym_vararg] = ACTIONS(4627), + [anon_sym_noinline] = ACTIONS(4627), + [anon_sym_crossinline] = ACTIONS(4627), + [anon_sym_expect] = ACTIONS(4627), + [anon_sym_actual] = ACTIONS(4627), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4629), + [sym_safe_nav] = ACTIONS(4629), + [sym_multiline_comment] = ACTIONS(3), + }, + [3255] = { + [sym__alpha_identifier] = ACTIONS(1694), + [anon_sym_AT] = ACTIONS(1696), + [anon_sym_LBRACK] = ACTIONS(1696), + [anon_sym_RBRACK] = ACTIONS(1696), + [anon_sym_as] = ACTIONS(1694), + [anon_sym_EQ] = ACTIONS(1694), + [anon_sym_LBRACE] = ACTIONS(1696), + [anon_sym_RBRACE] = ACTIONS(1696), + [anon_sym_LPAREN] = ACTIONS(1696), + [anon_sym_COMMA] = ACTIONS(1696), + [anon_sym_RPAREN] = ACTIONS(1696), + [anon_sym_LT] = ACTIONS(1694), + [anon_sym_GT] = ACTIONS(1694), + [anon_sym_where] = ACTIONS(1694), + [anon_sym_DOT] = ACTIONS(1694), + [anon_sym_SEMI] = ACTIONS(1696), + [anon_sym_get] = ACTIONS(1694), + [anon_sym_set] = ACTIONS(1694), + [anon_sym_STAR] = ACTIONS(1694), + [anon_sym_DASH_GT] = ACTIONS(1696), + [sym_label] = ACTIONS(1696), + [anon_sym_in] = ACTIONS(1694), + [anon_sym_while] = ACTIONS(1694), + [anon_sym_DOT_DOT] = ACTIONS(1696), + [anon_sym_QMARK_COLON] = ACTIONS(1696), + [anon_sym_AMP_AMP] = ACTIONS(1696), + [anon_sym_PIPE_PIPE] = ACTIONS(1696), + [anon_sym_else] = ACTIONS(1694), + [anon_sym_COLON_COLON] = ACTIONS(1696), + [anon_sym_PLUS_EQ] = ACTIONS(1696), + [anon_sym_DASH_EQ] = ACTIONS(1696), + [anon_sym_STAR_EQ] = ACTIONS(1696), + [anon_sym_SLASH_EQ] = ACTIONS(1696), + [anon_sym_PERCENT_EQ] = ACTIONS(1696), + [anon_sym_BANG_EQ] = ACTIONS(1694), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), + [anon_sym_EQ_EQ] = ACTIONS(1694), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), + [anon_sym_LT_EQ] = ACTIONS(1696), + [anon_sym_GT_EQ] = ACTIONS(1696), + [anon_sym_BANGin] = ACTIONS(1696), + [anon_sym_is] = ACTIONS(1694), + [anon_sym_BANGis] = ACTIONS(1696), + [anon_sym_PLUS] = ACTIONS(1694), + [anon_sym_DASH] = ACTIONS(1694), + [anon_sym_SLASH] = ACTIONS(1694), + [anon_sym_PERCENT] = ACTIONS(1694), + [anon_sym_as_QMARK] = ACTIONS(1696), + [anon_sym_PLUS_PLUS] = ACTIONS(1696), + [anon_sym_DASH_DASH] = ACTIONS(1696), + [anon_sym_BANG_BANG] = ACTIONS(1696), + [anon_sym_suspend] = ACTIONS(1694), + [anon_sym_sealed] = ACTIONS(1694), + [anon_sym_annotation] = ACTIONS(1694), + [anon_sym_data] = ACTIONS(1694), + [anon_sym_inner] = ACTIONS(1694), + [anon_sym_override] = ACTIONS(1694), + [anon_sym_lateinit] = ACTIONS(1694), + [anon_sym_public] = ACTIONS(1694), + [anon_sym_private] = ACTIONS(1694), + [anon_sym_internal] = ACTIONS(1694), + [anon_sym_protected] = ACTIONS(1694), + [anon_sym_tailrec] = ACTIONS(1694), + [anon_sym_operator] = ACTIONS(1694), + [anon_sym_infix] = ACTIONS(1694), + [anon_sym_inline] = ACTIONS(1694), + [anon_sym_external] = ACTIONS(1694), + [sym_property_modifier] = ACTIONS(1694), + [anon_sym_abstract] = ACTIONS(1694), + [anon_sym_final] = ACTIONS(1694), + [anon_sym_open] = ACTIONS(1694), + [anon_sym_vararg] = ACTIONS(1694), + [anon_sym_noinline] = ACTIONS(1694), + [anon_sym_crossinline] = ACTIONS(1694), + [anon_sym_expect] = ACTIONS(1694), + [anon_sym_actual] = ACTIONS(1694), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1696), + [sym_safe_nav] = ACTIONS(1696), + [sym_multiline_comment] = ACTIONS(3), + }, + [3256] = { [sym__alpha_identifier] = ACTIONS(5015), [anon_sym_AT] = ACTIONS(5017), [anon_sym_LBRACK] = ACTIONS(5017), @@ -364355,6157 +363029,6403 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_safe_nav] = ACTIONS(5017), [sym_multiline_comment] = ACTIONS(3), }, - [3275] = { - [sym__alpha_identifier] = ACTIONS(4929), - [anon_sym_AT] = ACTIONS(4931), - [anon_sym_LBRACK] = ACTIONS(4931), - [anon_sym_RBRACK] = ACTIONS(4931), - [anon_sym_as] = ACTIONS(4929), - [anon_sym_EQ] = ACTIONS(4929), - [anon_sym_LBRACE] = ACTIONS(4931), - [anon_sym_RBRACE] = ACTIONS(4931), - [anon_sym_LPAREN] = ACTIONS(6522), - [anon_sym_COMMA] = ACTIONS(4931), - [anon_sym_RPAREN] = ACTIONS(4931), - [anon_sym_LT] = ACTIONS(4929), - [anon_sym_GT] = ACTIONS(4929), - [anon_sym_where] = ACTIONS(4929), - [anon_sym_DOT] = ACTIONS(4929), - [anon_sym_SEMI] = ACTIONS(4931), - [anon_sym_get] = ACTIONS(4929), - [anon_sym_set] = ACTIONS(4929), - [anon_sym_STAR] = ACTIONS(4929), - [anon_sym_DASH_GT] = ACTIONS(4931), - [sym_label] = ACTIONS(4931), - [anon_sym_in] = ACTIONS(4929), - [anon_sym_while] = ACTIONS(4929), - [anon_sym_DOT_DOT] = ACTIONS(4931), - [anon_sym_QMARK_COLON] = ACTIONS(4931), - [anon_sym_AMP_AMP] = ACTIONS(4931), - [anon_sym_PIPE_PIPE] = ACTIONS(4931), - [anon_sym_else] = ACTIONS(4929), - [anon_sym_COLON_COLON] = ACTIONS(4931), - [anon_sym_PLUS_EQ] = ACTIONS(4931), - [anon_sym_DASH_EQ] = ACTIONS(4931), - [anon_sym_STAR_EQ] = ACTIONS(4931), - [anon_sym_SLASH_EQ] = ACTIONS(4931), - [anon_sym_PERCENT_EQ] = ACTIONS(4931), - [anon_sym_BANG_EQ] = ACTIONS(4929), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4931), - [anon_sym_EQ_EQ] = ACTIONS(4929), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4931), - [anon_sym_LT_EQ] = ACTIONS(4931), - [anon_sym_GT_EQ] = ACTIONS(4931), - [anon_sym_BANGin] = ACTIONS(4931), - [anon_sym_is] = ACTIONS(4929), - [anon_sym_BANGis] = ACTIONS(4931), - [anon_sym_PLUS] = ACTIONS(4929), - [anon_sym_DASH] = ACTIONS(4929), - [anon_sym_SLASH] = ACTIONS(4929), - [anon_sym_PERCENT] = ACTIONS(4929), - [anon_sym_as_QMARK] = ACTIONS(4931), - [anon_sym_PLUS_PLUS] = ACTIONS(4931), - [anon_sym_DASH_DASH] = ACTIONS(4931), - [anon_sym_BANG_BANG] = ACTIONS(4931), - [anon_sym_suspend] = ACTIONS(4929), - [anon_sym_sealed] = ACTIONS(4929), - [anon_sym_annotation] = ACTIONS(4929), - [anon_sym_data] = ACTIONS(4929), - [anon_sym_inner] = ACTIONS(4929), - [anon_sym_override] = ACTIONS(4929), - [anon_sym_lateinit] = ACTIONS(4929), - [anon_sym_public] = ACTIONS(4929), - [anon_sym_private] = ACTIONS(4929), - [anon_sym_internal] = ACTIONS(4929), - [anon_sym_protected] = ACTIONS(4929), - [anon_sym_tailrec] = ACTIONS(4929), - [anon_sym_operator] = ACTIONS(4929), - [anon_sym_infix] = ACTIONS(4929), - [anon_sym_inline] = ACTIONS(4929), - [anon_sym_external] = ACTIONS(4929), - [sym_property_modifier] = ACTIONS(4929), - [anon_sym_abstract] = ACTIONS(4929), - [anon_sym_final] = ACTIONS(4929), - [anon_sym_open] = ACTIONS(4929), - [anon_sym_vararg] = ACTIONS(4929), - [anon_sym_noinline] = ACTIONS(4929), - [anon_sym_crossinline] = ACTIONS(4929), - [anon_sym_expect] = ACTIONS(4929), - [anon_sym_actual] = ACTIONS(4929), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4931), - [sym_safe_nav] = ACTIONS(4931), + [3257] = { + [sym__alpha_identifier] = ACTIONS(4865), + [anon_sym_AT] = ACTIONS(4867), + [anon_sym_LBRACK] = ACTIONS(4867), + [anon_sym_RBRACK] = ACTIONS(4867), + [anon_sym_as] = ACTIONS(4865), + [anon_sym_EQ] = ACTIONS(4865), + [anon_sym_LBRACE] = ACTIONS(4867), + [anon_sym_RBRACE] = ACTIONS(4867), + [anon_sym_LPAREN] = ACTIONS(4867), + [anon_sym_COMMA] = ACTIONS(4867), + [anon_sym_RPAREN] = ACTIONS(4867), + [anon_sym_LT] = ACTIONS(4865), + [anon_sym_GT] = ACTIONS(4865), + [anon_sym_where] = ACTIONS(4865), + [anon_sym_DOT] = ACTIONS(4865), + [anon_sym_SEMI] = ACTIONS(4867), + [anon_sym_get] = ACTIONS(4865), + [anon_sym_set] = ACTIONS(4865), + [anon_sym_STAR] = ACTIONS(4865), + [anon_sym_DASH_GT] = ACTIONS(4867), + [sym_label] = ACTIONS(4867), + [anon_sym_in] = ACTIONS(4865), + [anon_sym_while] = ACTIONS(4865), + [anon_sym_DOT_DOT] = ACTIONS(4867), + [anon_sym_QMARK_COLON] = ACTIONS(4867), + [anon_sym_AMP_AMP] = ACTIONS(4867), + [anon_sym_PIPE_PIPE] = ACTIONS(4867), + [anon_sym_else] = ACTIONS(4865), + [anon_sym_COLON_COLON] = ACTIONS(4867), + [anon_sym_PLUS_EQ] = ACTIONS(4867), + [anon_sym_DASH_EQ] = ACTIONS(4867), + [anon_sym_STAR_EQ] = ACTIONS(4867), + [anon_sym_SLASH_EQ] = ACTIONS(4867), + [anon_sym_PERCENT_EQ] = ACTIONS(4867), + [anon_sym_BANG_EQ] = ACTIONS(4865), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4867), + [anon_sym_EQ_EQ] = ACTIONS(4865), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4867), + [anon_sym_LT_EQ] = ACTIONS(4867), + [anon_sym_GT_EQ] = ACTIONS(4867), + [anon_sym_BANGin] = ACTIONS(4867), + [anon_sym_is] = ACTIONS(4865), + [anon_sym_BANGis] = ACTIONS(4867), + [anon_sym_PLUS] = ACTIONS(4865), + [anon_sym_DASH] = ACTIONS(4865), + [anon_sym_SLASH] = ACTIONS(4865), + [anon_sym_PERCENT] = ACTIONS(4865), + [anon_sym_as_QMARK] = ACTIONS(4867), + [anon_sym_PLUS_PLUS] = ACTIONS(4867), + [anon_sym_DASH_DASH] = ACTIONS(4867), + [anon_sym_BANG_BANG] = ACTIONS(4867), + [anon_sym_suspend] = ACTIONS(4865), + [anon_sym_sealed] = ACTIONS(4865), + [anon_sym_annotation] = ACTIONS(4865), + [anon_sym_data] = ACTIONS(4865), + [anon_sym_inner] = ACTIONS(4865), + [anon_sym_override] = ACTIONS(4865), + [anon_sym_lateinit] = ACTIONS(4865), + [anon_sym_public] = ACTIONS(4865), + [anon_sym_private] = ACTIONS(4865), + [anon_sym_internal] = ACTIONS(4865), + [anon_sym_protected] = ACTIONS(4865), + [anon_sym_tailrec] = ACTIONS(4865), + [anon_sym_operator] = ACTIONS(4865), + [anon_sym_infix] = ACTIONS(4865), + [anon_sym_inline] = ACTIONS(4865), + [anon_sym_external] = ACTIONS(4865), + [sym_property_modifier] = ACTIONS(4865), + [anon_sym_abstract] = ACTIONS(4865), + [anon_sym_final] = ACTIONS(4865), + [anon_sym_open] = ACTIONS(4865), + [anon_sym_vararg] = ACTIONS(4865), + [anon_sym_noinline] = ACTIONS(4865), + [anon_sym_crossinline] = ACTIONS(4865), + [anon_sym_expect] = ACTIONS(4865), + [anon_sym_actual] = ACTIONS(4865), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4867), + [sym_safe_nav] = ACTIONS(4867), [sym_multiline_comment] = ACTIONS(3), }, - [3276] = { - [sym__alpha_identifier] = ACTIONS(4923), - [anon_sym_AT] = ACTIONS(4925), - [anon_sym_LBRACK] = ACTIONS(4925), - [anon_sym_RBRACK] = ACTIONS(4925), - [anon_sym_as] = ACTIONS(4923), - [anon_sym_EQ] = ACTIONS(4923), - [anon_sym_LBRACE] = ACTIONS(4925), - [anon_sym_RBRACE] = ACTIONS(4925), - [anon_sym_LPAREN] = ACTIONS(6524), - [anon_sym_COMMA] = ACTIONS(4925), - [anon_sym_RPAREN] = ACTIONS(4925), - [anon_sym_LT] = ACTIONS(4923), - [anon_sym_GT] = ACTIONS(4923), - [anon_sym_where] = ACTIONS(4923), - [anon_sym_DOT] = ACTIONS(4923), - [anon_sym_SEMI] = ACTIONS(4925), - [anon_sym_get] = ACTIONS(4923), - [anon_sym_set] = ACTIONS(4923), - [anon_sym_STAR] = ACTIONS(4923), - [anon_sym_DASH_GT] = ACTIONS(4925), - [sym_label] = ACTIONS(4925), - [anon_sym_in] = ACTIONS(4923), - [anon_sym_while] = ACTIONS(4923), - [anon_sym_DOT_DOT] = ACTIONS(4925), - [anon_sym_QMARK_COLON] = ACTIONS(4925), - [anon_sym_AMP_AMP] = ACTIONS(4925), - [anon_sym_PIPE_PIPE] = ACTIONS(4925), - [anon_sym_else] = ACTIONS(4923), - [anon_sym_COLON_COLON] = ACTIONS(4925), - [anon_sym_PLUS_EQ] = ACTIONS(4925), - [anon_sym_DASH_EQ] = ACTIONS(4925), - [anon_sym_STAR_EQ] = ACTIONS(4925), - [anon_sym_SLASH_EQ] = ACTIONS(4925), - [anon_sym_PERCENT_EQ] = ACTIONS(4925), - [anon_sym_BANG_EQ] = ACTIONS(4923), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4925), - [anon_sym_EQ_EQ] = ACTIONS(4923), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4925), - [anon_sym_LT_EQ] = ACTIONS(4925), - [anon_sym_GT_EQ] = ACTIONS(4925), - [anon_sym_BANGin] = ACTIONS(4925), - [anon_sym_is] = ACTIONS(4923), - [anon_sym_BANGis] = ACTIONS(4925), - [anon_sym_PLUS] = ACTIONS(4923), - [anon_sym_DASH] = ACTIONS(4923), - [anon_sym_SLASH] = ACTIONS(4923), - [anon_sym_PERCENT] = ACTIONS(4923), - [anon_sym_as_QMARK] = ACTIONS(4925), - [anon_sym_PLUS_PLUS] = ACTIONS(4925), - [anon_sym_DASH_DASH] = ACTIONS(4925), - [anon_sym_BANG_BANG] = ACTIONS(4925), - [anon_sym_suspend] = ACTIONS(4923), - [anon_sym_sealed] = ACTIONS(4923), - [anon_sym_annotation] = ACTIONS(4923), - [anon_sym_data] = ACTIONS(4923), - [anon_sym_inner] = ACTIONS(4923), - [anon_sym_override] = ACTIONS(4923), - [anon_sym_lateinit] = ACTIONS(4923), - [anon_sym_public] = ACTIONS(4923), - [anon_sym_private] = ACTIONS(4923), - [anon_sym_internal] = ACTIONS(4923), - [anon_sym_protected] = ACTIONS(4923), - [anon_sym_tailrec] = ACTIONS(4923), - [anon_sym_operator] = ACTIONS(4923), - [anon_sym_infix] = ACTIONS(4923), - [anon_sym_inline] = ACTIONS(4923), - [anon_sym_external] = ACTIONS(4923), - [sym_property_modifier] = ACTIONS(4923), - [anon_sym_abstract] = ACTIONS(4923), - [anon_sym_final] = ACTIONS(4923), - [anon_sym_open] = ACTIONS(4923), - [anon_sym_vararg] = ACTIONS(4923), - [anon_sym_noinline] = ACTIONS(4923), - [anon_sym_crossinline] = ACTIONS(4923), - [anon_sym_expect] = ACTIONS(4923), - [anon_sym_actual] = ACTIONS(4923), + [3258] = { + [sym__alpha_identifier] = ACTIONS(5083), + [anon_sym_AT] = ACTIONS(5085), + [anon_sym_LBRACK] = ACTIONS(5085), + [anon_sym_as] = ACTIONS(5083), + [anon_sym_EQ] = ACTIONS(5083), + [anon_sym_LBRACE] = ACTIONS(5085), + [anon_sym_RBRACE] = ACTIONS(5085), + [anon_sym_LPAREN] = ACTIONS(5085), + [anon_sym_COMMA] = ACTIONS(5085), + [anon_sym_LT] = ACTIONS(5083), + [anon_sym_GT] = ACTIONS(5083), + [anon_sym_where] = ACTIONS(5083), + [anon_sym_object] = ACTIONS(5083), + [anon_sym_fun] = ACTIONS(5083), + [anon_sym_DOT] = ACTIONS(5083), + [anon_sym_SEMI] = ACTIONS(5085), + [anon_sym_get] = ACTIONS(5083), + [anon_sym_set] = ACTIONS(5083), + [anon_sym_this] = ACTIONS(5083), + [anon_sym_super] = ACTIONS(5083), + [anon_sym_STAR] = ACTIONS(5083), + [sym_label] = ACTIONS(5083), + [anon_sym_in] = ACTIONS(5083), + [anon_sym_DOT_DOT] = ACTIONS(5085), + [anon_sym_QMARK_COLON] = ACTIONS(5085), + [anon_sym_AMP_AMP] = ACTIONS(5085), + [anon_sym_PIPE_PIPE] = ACTIONS(5085), + [anon_sym_null] = ACTIONS(5083), + [anon_sym_if] = ACTIONS(5083), + [anon_sym_else] = ACTIONS(5083), + [anon_sym_when] = ACTIONS(5083), + [anon_sym_try] = ACTIONS(5083), + [anon_sym_throw] = ACTIONS(5083), + [anon_sym_return] = ACTIONS(5083), + [anon_sym_continue] = ACTIONS(5083), + [anon_sym_break] = ACTIONS(5083), + [anon_sym_COLON_COLON] = ACTIONS(5085), + [anon_sym_PLUS_EQ] = ACTIONS(5085), + [anon_sym_DASH_EQ] = ACTIONS(5085), + [anon_sym_STAR_EQ] = ACTIONS(5085), + [anon_sym_SLASH_EQ] = ACTIONS(5085), + [anon_sym_PERCENT_EQ] = ACTIONS(5085), + [anon_sym_BANG_EQ] = ACTIONS(5083), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5085), + [anon_sym_EQ_EQ] = ACTIONS(5083), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5085), + [anon_sym_LT_EQ] = ACTIONS(5085), + [anon_sym_GT_EQ] = ACTIONS(5085), + [anon_sym_BANGin] = ACTIONS(5085), + [anon_sym_is] = ACTIONS(5083), + [anon_sym_BANGis] = ACTIONS(5085), + [anon_sym_PLUS] = ACTIONS(5083), + [anon_sym_DASH] = ACTIONS(5083), + [anon_sym_SLASH] = ACTIONS(5083), + [anon_sym_PERCENT] = ACTIONS(5083), + [anon_sym_as_QMARK] = ACTIONS(5085), + [anon_sym_PLUS_PLUS] = ACTIONS(5085), + [anon_sym_DASH_DASH] = ACTIONS(5085), + [anon_sym_BANG] = ACTIONS(5083), + [anon_sym_BANG_BANG] = ACTIONS(5085), + [anon_sym_data] = ACTIONS(5083), + [anon_sym_inner] = ACTIONS(5083), + [anon_sym_expect] = ACTIONS(5083), + [anon_sym_actual] = ACTIONS(5083), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5085), + [anon_sym_continue_AT] = ACTIONS(5085), + [anon_sym_break_AT] = ACTIONS(5085), + [sym_real_literal] = ACTIONS(5085), + [sym_integer_literal] = ACTIONS(5083), + [sym_hex_literal] = ACTIONS(5085), + [sym_bin_literal] = ACTIONS(5085), + [anon_sym_true] = ACTIONS(5083), + [anon_sym_false] = ACTIONS(5083), + [anon_sym_SQUOTE] = ACTIONS(5085), + [sym__backtick_identifier] = ACTIONS(5085), + [sym__automatic_semicolon] = ACTIONS(5085), + [sym_safe_nav] = ACTIONS(5085), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5085), + }, + [3259] = { + [sym__alpha_identifier] = ACTIONS(4198), + [anon_sym_AT] = ACTIONS(4200), + [anon_sym_LBRACK] = ACTIONS(4200), + [anon_sym_as] = ACTIONS(4198), + [anon_sym_EQ] = ACTIONS(4198), + [anon_sym_LBRACE] = ACTIONS(4200), + [anon_sym_RBRACE] = ACTIONS(4200), + [anon_sym_LPAREN] = ACTIONS(4200), + [anon_sym_COMMA] = ACTIONS(4200), + [anon_sym_LT] = ACTIONS(4198), + [anon_sym_GT] = ACTIONS(4198), + [anon_sym_where] = ACTIONS(4198), + [anon_sym_object] = ACTIONS(4198), + [anon_sym_fun] = ACTIONS(4198), + [anon_sym_DOT] = ACTIONS(4198), + [anon_sym_SEMI] = ACTIONS(4200), + [anon_sym_get] = ACTIONS(4198), + [anon_sym_set] = ACTIONS(4198), + [anon_sym_this] = ACTIONS(4198), + [anon_sym_super] = ACTIONS(4198), + [anon_sym_STAR] = ACTIONS(4198), + [sym_label] = ACTIONS(4198), + [anon_sym_in] = ACTIONS(4198), + [anon_sym_DOT_DOT] = ACTIONS(4200), + [anon_sym_QMARK_COLON] = ACTIONS(4200), + [anon_sym_AMP_AMP] = ACTIONS(4200), + [anon_sym_PIPE_PIPE] = ACTIONS(4200), + [anon_sym_null] = ACTIONS(4198), + [anon_sym_if] = ACTIONS(4198), + [anon_sym_else] = ACTIONS(4198), + [anon_sym_when] = ACTIONS(4198), + [anon_sym_try] = ACTIONS(4198), + [anon_sym_throw] = ACTIONS(4198), + [anon_sym_return] = ACTIONS(4198), + [anon_sym_continue] = ACTIONS(4198), + [anon_sym_break] = ACTIONS(4198), + [anon_sym_COLON_COLON] = ACTIONS(4200), + [anon_sym_PLUS_EQ] = ACTIONS(4200), + [anon_sym_DASH_EQ] = ACTIONS(4200), + [anon_sym_STAR_EQ] = ACTIONS(4200), + [anon_sym_SLASH_EQ] = ACTIONS(4200), + [anon_sym_PERCENT_EQ] = ACTIONS(4200), + [anon_sym_BANG_EQ] = ACTIONS(4198), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4200), + [anon_sym_EQ_EQ] = ACTIONS(4198), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4200), + [anon_sym_LT_EQ] = ACTIONS(4200), + [anon_sym_GT_EQ] = ACTIONS(4200), + [anon_sym_BANGin] = ACTIONS(4200), + [anon_sym_is] = ACTIONS(4198), + [anon_sym_BANGis] = ACTIONS(4200), + [anon_sym_PLUS] = ACTIONS(4198), + [anon_sym_DASH] = ACTIONS(4198), + [anon_sym_SLASH] = ACTIONS(4198), + [anon_sym_PERCENT] = ACTIONS(4198), + [anon_sym_as_QMARK] = ACTIONS(4200), + [anon_sym_PLUS_PLUS] = ACTIONS(4200), + [anon_sym_DASH_DASH] = ACTIONS(4200), + [anon_sym_BANG] = ACTIONS(4198), + [anon_sym_BANG_BANG] = ACTIONS(4200), + [anon_sym_data] = ACTIONS(4198), + [anon_sym_inner] = ACTIONS(4198), + [anon_sym_expect] = ACTIONS(4198), + [anon_sym_actual] = ACTIONS(4198), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4200), + [anon_sym_continue_AT] = ACTIONS(4200), + [anon_sym_break_AT] = ACTIONS(4200), + [sym_real_literal] = ACTIONS(4200), + [sym_integer_literal] = ACTIONS(4198), + [sym_hex_literal] = ACTIONS(4200), + [sym_bin_literal] = ACTIONS(4200), + [anon_sym_true] = ACTIONS(4198), + [anon_sym_false] = ACTIONS(4198), + [anon_sym_SQUOTE] = ACTIONS(4200), + [sym__backtick_identifier] = ACTIONS(4200), + [sym__automatic_semicolon] = ACTIONS(4200), + [sym_safe_nav] = ACTIONS(4200), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4200), + }, + [3260] = { + [sym__alpha_identifier] = ACTIONS(4903), + [anon_sym_AT] = ACTIONS(4905), + [anon_sym_LBRACK] = ACTIONS(4905), + [anon_sym_RBRACK] = ACTIONS(4905), + [anon_sym_as] = ACTIONS(4903), + [anon_sym_EQ] = ACTIONS(4903), + [anon_sym_LBRACE] = ACTIONS(4905), + [anon_sym_RBRACE] = ACTIONS(4905), + [anon_sym_LPAREN] = ACTIONS(4905), + [anon_sym_COMMA] = ACTIONS(4905), + [anon_sym_RPAREN] = ACTIONS(4905), + [anon_sym_LT] = ACTIONS(4903), + [anon_sym_GT] = ACTIONS(4903), + [anon_sym_where] = ACTIONS(4903), + [anon_sym_DOT] = ACTIONS(4903), + [anon_sym_SEMI] = ACTIONS(4905), + [anon_sym_get] = ACTIONS(4903), + [anon_sym_set] = ACTIONS(4903), + [anon_sym_STAR] = ACTIONS(4903), + [anon_sym_DASH_GT] = ACTIONS(4905), + [sym_label] = ACTIONS(4905), + [anon_sym_in] = ACTIONS(4903), + [anon_sym_while] = ACTIONS(4903), + [anon_sym_DOT_DOT] = ACTIONS(4905), + [anon_sym_QMARK_COLON] = ACTIONS(4905), + [anon_sym_AMP_AMP] = ACTIONS(4905), + [anon_sym_PIPE_PIPE] = ACTIONS(4905), + [anon_sym_else] = ACTIONS(4903), + [anon_sym_COLON_COLON] = ACTIONS(4905), + [anon_sym_PLUS_EQ] = ACTIONS(4905), + [anon_sym_DASH_EQ] = ACTIONS(4905), + [anon_sym_STAR_EQ] = ACTIONS(4905), + [anon_sym_SLASH_EQ] = ACTIONS(4905), + [anon_sym_PERCENT_EQ] = ACTIONS(4905), + [anon_sym_BANG_EQ] = ACTIONS(4903), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4905), + [anon_sym_EQ_EQ] = ACTIONS(4903), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4905), + [anon_sym_LT_EQ] = ACTIONS(4905), + [anon_sym_GT_EQ] = ACTIONS(4905), + [anon_sym_BANGin] = ACTIONS(4905), + [anon_sym_is] = ACTIONS(4903), + [anon_sym_BANGis] = ACTIONS(4905), + [anon_sym_PLUS] = ACTIONS(4903), + [anon_sym_DASH] = ACTIONS(4903), + [anon_sym_SLASH] = ACTIONS(4903), + [anon_sym_PERCENT] = ACTIONS(4903), + [anon_sym_as_QMARK] = ACTIONS(4905), + [anon_sym_PLUS_PLUS] = ACTIONS(4905), + [anon_sym_DASH_DASH] = ACTIONS(4905), + [anon_sym_BANG_BANG] = ACTIONS(4905), + [anon_sym_suspend] = ACTIONS(4903), + [anon_sym_sealed] = ACTIONS(4903), + [anon_sym_annotation] = ACTIONS(4903), + [anon_sym_data] = ACTIONS(4903), + [anon_sym_inner] = ACTIONS(4903), + [anon_sym_override] = ACTIONS(4903), + [anon_sym_lateinit] = ACTIONS(4903), + [anon_sym_public] = ACTIONS(4903), + [anon_sym_private] = ACTIONS(4903), + [anon_sym_internal] = ACTIONS(4903), + [anon_sym_protected] = ACTIONS(4903), + [anon_sym_tailrec] = ACTIONS(4903), + [anon_sym_operator] = ACTIONS(4903), + [anon_sym_infix] = ACTIONS(4903), + [anon_sym_inline] = ACTIONS(4903), + [anon_sym_external] = ACTIONS(4903), + [sym_property_modifier] = ACTIONS(4903), + [anon_sym_abstract] = ACTIONS(4903), + [anon_sym_final] = ACTIONS(4903), + [anon_sym_open] = ACTIONS(4903), + [anon_sym_vararg] = ACTIONS(4903), + [anon_sym_noinline] = ACTIONS(4903), + [anon_sym_crossinline] = ACTIONS(4903), + [anon_sym_expect] = ACTIONS(4903), + [anon_sym_actual] = ACTIONS(4903), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4925), - [sym_safe_nav] = ACTIONS(4925), + [sym__backtick_identifier] = ACTIONS(4905), + [sym_safe_nav] = ACTIONS(4905), [sym_multiline_comment] = ACTIONS(3), }, - [3277] = { - [sym__alpha_identifier] = ACTIONS(4257), - [anon_sym_AT] = ACTIONS(4255), - [anon_sym_LBRACK] = ACTIONS(4255), - [anon_sym_RBRACK] = ACTIONS(4255), - [anon_sym_as] = ACTIONS(4257), - [anon_sym_EQ] = ACTIONS(4257), - [anon_sym_LBRACE] = ACTIONS(4255), - [anon_sym_RBRACE] = ACTIONS(4255), - [anon_sym_LPAREN] = ACTIONS(6526), - [anon_sym_COMMA] = ACTIONS(4255), - [anon_sym_RPAREN] = ACTIONS(4255), - [anon_sym_LT] = ACTIONS(4257), - [anon_sym_GT] = ACTIONS(4257), - [anon_sym_where] = ACTIONS(4257), - [anon_sym_DOT] = ACTIONS(4257), - [anon_sym_SEMI] = ACTIONS(4255), - [anon_sym_get] = ACTIONS(4257), - [anon_sym_set] = ACTIONS(4257), - [anon_sym_STAR] = ACTIONS(4257), - [anon_sym_DASH_GT] = ACTIONS(4255), - [sym_label] = ACTIONS(4255), - [anon_sym_in] = ACTIONS(4257), - [anon_sym_while] = ACTIONS(4257), - [anon_sym_DOT_DOT] = ACTIONS(4255), - [anon_sym_QMARK_COLON] = ACTIONS(4255), - [anon_sym_AMP_AMP] = ACTIONS(4255), - [anon_sym_PIPE_PIPE] = ACTIONS(4255), - [anon_sym_else] = ACTIONS(4257), - [anon_sym_COLON_COLON] = ACTIONS(4255), - [anon_sym_PLUS_EQ] = ACTIONS(4255), - [anon_sym_DASH_EQ] = ACTIONS(4255), - [anon_sym_STAR_EQ] = ACTIONS(4255), - [anon_sym_SLASH_EQ] = ACTIONS(4255), - [anon_sym_PERCENT_EQ] = ACTIONS(4255), - [anon_sym_BANG_EQ] = ACTIONS(4257), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4255), - [anon_sym_EQ_EQ] = ACTIONS(4257), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4255), - [anon_sym_LT_EQ] = ACTIONS(4255), - [anon_sym_GT_EQ] = ACTIONS(4255), - [anon_sym_BANGin] = ACTIONS(4255), - [anon_sym_is] = ACTIONS(4257), - [anon_sym_BANGis] = ACTIONS(4255), - [anon_sym_PLUS] = ACTIONS(4257), - [anon_sym_DASH] = ACTIONS(4257), - [anon_sym_SLASH] = ACTIONS(4257), - [anon_sym_PERCENT] = ACTIONS(4257), - [anon_sym_as_QMARK] = ACTIONS(4255), - [anon_sym_PLUS_PLUS] = ACTIONS(4255), - [anon_sym_DASH_DASH] = ACTIONS(4255), - [anon_sym_BANG_BANG] = ACTIONS(4255), - [anon_sym_suspend] = ACTIONS(4257), - [anon_sym_sealed] = ACTIONS(4257), - [anon_sym_annotation] = ACTIONS(4257), - [anon_sym_data] = ACTIONS(4257), - [anon_sym_inner] = ACTIONS(4257), - [anon_sym_override] = ACTIONS(4257), - [anon_sym_lateinit] = ACTIONS(4257), - [anon_sym_public] = ACTIONS(4257), - [anon_sym_private] = ACTIONS(4257), - [anon_sym_internal] = ACTIONS(4257), - [anon_sym_protected] = ACTIONS(4257), - [anon_sym_tailrec] = ACTIONS(4257), - [anon_sym_operator] = ACTIONS(4257), - [anon_sym_infix] = ACTIONS(4257), - [anon_sym_inline] = ACTIONS(4257), - [anon_sym_external] = ACTIONS(4257), - [sym_property_modifier] = ACTIONS(4257), - [anon_sym_abstract] = ACTIONS(4257), - [anon_sym_final] = ACTIONS(4257), - [anon_sym_open] = ACTIONS(4257), - [anon_sym_vararg] = ACTIONS(4257), - [anon_sym_noinline] = ACTIONS(4257), - [anon_sym_crossinline] = ACTIONS(4257), - [anon_sym_expect] = ACTIONS(4257), - [anon_sym_actual] = ACTIONS(4257), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4255), - [sym_safe_nav] = ACTIONS(4255), + [3261] = { + [sym__alpha_identifier] = ACTIONS(4188), + [anon_sym_AT] = ACTIONS(4190), + [anon_sym_LBRACK] = ACTIONS(4190), + [anon_sym_RBRACK] = ACTIONS(4190), + [anon_sym_as] = ACTIONS(4188), + [anon_sym_EQ] = ACTIONS(4188), + [anon_sym_LBRACE] = ACTIONS(4190), + [anon_sym_RBRACE] = ACTIONS(4190), + [anon_sym_LPAREN] = ACTIONS(4190), + [anon_sym_COMMA] = ACTIONS(4190), + [anon_sym_RPAREN] = ACTIONS(4190), + [anon_sym_LT] = ACTIONS(4188), + [anon_sym_GT] = ACTIONS(4188), + [anon_sym_where] = ACTIONS(4188), + [anon_sym_DOT] = ACTIONS(4188), + [anon_sym_SEMI] = ACTIONS(4190), + [anon_sym_get] = ACTIONS(4188), + [anon_sym_set] = ACTIONS(4188), + [anon_sym_STAR] = ACTIONS(4188), + [anon_sym_DASH_GT] = ACTIONS(4190), + [sym_label] = ACTIONS(4190), + [anon_sym_in] = ACTIONS(4188), + [anon_sym_while] = ACTIONS(4188), + [anon_sym_DOT_DOT] = ACTIONS(4190), + [anon_sym_QMARK_COLON] = ACTIONS(4190), + [anon_sym_AMP_AMP] = ACTIONS(4190), + [anon_sym_PIPE_PIPE] = ACTIONS(4190), + [anon_sym_else] = ACTIONS(4188), + [anon_sym_COLON_COLON] = ACTIONS(4190), + [anon_sym_PLUS_EQ] = ACTIONS(4190), + [anon_sym_DASH_EQ] = ACTIONS(4190), + [anon_sym_STAR_EQ] = ACTIONS(4190), + [anon_sym_SLASH_EQ] = ACTIONS(4190), + [anon_sym_PERCENT_EQ] = ACTIONS(4190), + [anon_sym_BANG_EQ] = ACTIONS(4188), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4190), + [anon_sym_EQ_EQ] = ACTIONS(4188), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4190), + [anon_sym_LT_EQ] = ACTIONS(4190), + [anon_sym_GT_EQ] = ACTIONS(4190), + [anon_sym_BANGin] = ACTIONS(4190), + [anon_sym_is] = ACTIONS(4188), + [anon_sym_BANGis] = ACTIONS(4190), + [anon_sym_PLUS] = ACTIONS(4188), + [anon_sym_DASH] = ACTIONS(4188), + [anon_sym_SLASH] = ACTIONS(4188), + [anon_sym_PERCENT] = ACTIONS(4188), + [anon_sym_as_QMARK] = ACTIONS(4190), + [anon_sym_PLUS_PLUS] = ACTIONS(4190), + [anon_sym_DASH_DASH] = ACTIONS(4190), + [anon_sym_BANG_BANG] = ACTIONS(4190), + [anon_sym_suspend] = ACTIONS(4188), + [anon_sym_sealed] = ACTIONS(4188), + [anon_sym_annotation] = ACTIONS(4188), + [anon_sym_data] = ACTIONS(4188), + [anon_sym_inner] = ACTIONS(4188), + [anon_sym_override] = ACTIONS(4188), + [anon_sym_lateinit] = ACTIONS(4188), + [anon_sym_public] = ACTIONS(4188), + [anon_sym_private] = ACTIONS(4188), + [anon_sym_internal] = ACTIONS(4188), + [anon_sym_protected] = ACTIONS(4188), + [anon_sym_tailrec] = ACTIONS(4188), + [anon_sym_operator] = ACTIONS(4188), + [anon_sym_infix] = ACTIONS(4188), + [anon_sym_inline] = ACTIONS(4188), + [anon_sym_external] = ACTIONS(4188), + [sym_property_modifier] = ACTIONS(4188), + [anon_sym_abstract] = ACTIONS(4188), + [anon_sym_final] = ACTIONS(4188), + [anon_sym_open] = ACTIONS(4188), + [anon_sym_vararg] = ACTIONS(4188), + [anon_sym_noinline] = ACTIONS(4188), + [anon_sym_crossinline] = ACTIONS(4188), + [anon_sym_expect] = ACTIONS(4188), + [anon_sym_actual] = ACTIONS(4188), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4190), + [sym_safe_nav] = ACTIONS(4190), [sym_multiline_comment] = ACTIONS(3), }, - [3278] = { - [sym__alpha_identifier] = ACTIONS(4241), + [3262] = { + [sym_class_body] = STATE(3261), + [sym_type_constraints] = STATE(3076), + [sym__alpha_identifier] = ACTIONS(3186), + [anon_sym_AT] = ACTIONS(3190), + [anon_sym_COLON] = ACTIONS(5593), + [anon_sym_LBRACK] = ACTIONS(3190), + [anon_sym_as] = ACTIONS(3186), + [anon_sym_EQ] = ACTIONS(3186), + [anon_sym_LBRACE] = ACTIONS(5179), + [anon_sym_RBRACE] = ACTIONS(3190), + [anon_sym_LPAREN] = ACTIONS(3190), + [anon_sym_RPAREN] = ACTIONS(3190), + [anon_sym_LT] = ACTIONS(3186), + [anon_sym_GT] = ACTIONS(3186), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(3186), + [anon_sym_SEMI] = ACTIONS(3190), + [anon_sym_get] = ACTIONS(3186), + [anon_sym_set] = ACTIONS(3186), + [anon_sym_STAR] = ACTIONS(3186), + [sym_label] = ACTIONS(3190), + [anon_sym_in] = ACTIONS(3186), + [anon_sym_while] = ACTIONS(3186), + [anon_sym_DOT_DOT] = ACTIONS(3190), + [anon_sym_QMARK_COLON] = ACTIONS(3190), + [anon_sym_AMP_AMP] = ACTIONS(3190), + [anon_sym_PIPE_PIPE] = ACTIONS(3190), + [anon_sym_else] = ACTIONS(3186), + [anon_sym_COLON_COLON] = ACTIONS(3190), + [anon_sym_PLUS_EQ] = ACTIONS(3190), + [anon_sym_DASH_EQ] = ACTIONS(3190), + [anon_sym_STAR_EQ] = ACTIONS(3190), + [anon_sym_SLASH_EQ] = ACTIONS(3190), + [anon_sym_PERCENT_EQ] = ACTIONS(3190), + [anon_sym_BANG_EQ] = ACTIONS(3186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3190), + [anon_sym_EQ_EQ] = ACTIONS(3186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3190), + [anon_sym_LT_EQ] = ACTIONS(3190), + [anon_sym_GT_EQ] = ACTIONS(3190), + [anon_sym_BANGin] = ACTIONS(3190), + [anon_sym_is] = ACTIONS(3186), + [anon_sym_BANGis] = ACTIONS(3190), + [anon_sym_PLUS] = ACTIONS(3186), + [anon_sym_DASH] = ACTIONS(3186), + [anon_sym_SLASH] = ACTIONS(3186), + [anon_sym_PERCENT] = ACTIONS(3186), + [anon_sym_as_QMARK] = ACTIONS(3190), + [anon_sym_PLUS_PLUS] = ACTIONS(3190), + [anon_sym_DASH_DASH] = ACTIONS(3190), + [anon_sym_BANG_BANG] = ACTIONS(3190), + [anon_sym_suspend] = ACTIONS(3186), + [anon_sym_sealed] = ACTIONS(3186), + [anon_sym_annotation] = ACTIONS(3186), + [anon_sym_data] = ACTIONS(3186), + [anon_sym_inner] = ACTIONS(3186), + [anon_sym_override] = ACTIONS(3186), + [anon_sym_lateinit] = ACTIONS(3186), + [anon_sym_public] = ACTIONS(3186), + [anon_sym_private] = ACTIONS(3186), + [anon_sym_internal] = ACTIONS(3186), + [anon_sym_protected] = ACTIONS(3186), + [anon_sym_tailrec] = ACTIONS(3186), + [anon_sym_operator] = ACTIONS(3186), + [anon_sym_infix] = ACTIONS(3186), + [anon_sym_inline] = ACTIONS(3186), + [anon_sym_external] = ACTIONS(3186), + [sym_property_modifier] = ACTIONS(3186), + [anon_sym_abstract] = ACTIONS(3186), + [anon_sym_final] = ACTIONS(3186), + [anon_sym_open] = ACTIONS(3186), + [anon_sym_vararg] = ACTIONS(3186), + [anon_sym_noinline] = ACTIONS(3186), + [anon_sym_crossinline] = ACTIONS(3186), + [anon_sym_expect] = ACTIONS(3186), + [anon_sym_actual] = ACTIONS(3186), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3190), + [sym_safe_nav] = ACTIONS(3190), + [sym_multiline_comment] = ACTIONS(3), + }, + [3263] = { + [sym__alpha_identifier] = ACTIONS(5099), + [anon_sym_AT] = ACTIONS(5101), + [anon_sym_LBRACK] = ACTIONS(5101), + [anon_sym_as] = ACTIONS(5099), + [anon_sym_EQ] = ACTIONS(5099), + [anon_sym_LBRACE] = ACTIONS(5101), + [anon_sym_RBRACE] = ACTIONS(5101), + [anon_sym_LPAREN] = ACTIONS(5101), + [anon_sym_COMMA] = ACTIONS(5101), + [anon_sym_LT] = ACTIONS(5099), + [anon_sym_GT] = ACTIONS(5099), + [anon_sym_where] = ACTIONS(5099), + [anon_sym_object] = ACTIONS(5099), + [anon_sym_fun] = ACTIONS(5099), + [anon_sym_DOT] = ACTIONS(5099), + [anon_sym_SEMI] = ACTIONS(5101), + [anon_sym_get] = ACTIONS(5099), + [anon_sym_set] = ACTIONS(5099), + [anon_sym_this] = ACTIONS(5099), + [anon_sym_super] = ACTIONS(5099), + [anon_sym_STAR] = ACTIONS(5099), + [sym_label] = ACTIONS(5099), + [anon_sym_in] = ACTIONS(5099), + [anon_sym_DOT_DOT] = ACTIONS(5101), + [anon_sym_QMARK_COLON] = ACTIONS(5101), + [anon_sym_AMP_AMP] = ACTIONS(5101), + [anon_sym_PIPE_PIPE] = ACTIONS(5101), + [anon_sym_null] = ACTIONS(5099), + [anon_sym_if] = ACTIONS(5099), + [anon_sym_else] = ACTIONS(5099), + [anon_sym_when] = ACTIONS(5099), + [anon_sym_try] = ACTIONS(5099), + [anon_sym_throw] = ACTIONS(5099), + [anon_sym_return] = ACTIONS(5099), + [anon_sym_continue] = ACTIONS(5099), + [anon_sym_break] = ACTIONS(5099), + [anon_sym_COLON_COLON] = ACTIONS(5101), + [anon_sym_PLUS_EQ] = ACTIONS(5101), + [anon_sym_DASH_EQ] = ACTIONS(5101), + [anon_sym_STAR_EQ] = ACTIONS(5101), + [anon_sym_SLASH_EQ] = ACTIONS(5101), + [anon_sym_PERCENT_EQ] = ACTIONS(5101), + [anon_sym_BANG_EQ] = ACTIONS(5099), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5101), + [anon_sym_EQ_EQ] = ACTIONS(5099), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5101), + [anon_sym_LT_EQ] = ACTIONS(5101), + [anon_sym_GT_EQ] = ACTIONS(5101), + [anon_sym_BANGin] = ACTIONS(5101), + [anon_sym_is] = ACTIONS(5099), + [anon_sym_BANGis] = ACTIONS(5101), + [anon_sym_PLUS] = ACTIONS(5099), + [anon_sym_DASH] = ACTIONS(5099), + [anon_sym_SLASH] = ACTIONS(5099), + [anon_sym_PERCENT] = ACTIONS(5099), + [anon_sym_as_QMARK] = ACTIONS(5101), + [anon_sym_PLUS_PLUS] = ACTIONS(5101), + [anon_sym_DASH_DASH] = ACTIONS(5101), + [anon_sym_BANG] = ACTIONS(5099), + [anon_sym_BANG_BANG] = ACTIONS(5101), + [anon_sym_data] = ACTIONS(5099), + [anon_sym_inner] = ACTIONS(5099), + [anon_sym_expect] = ACTIONS(5099), + [anon_sym_actual] = ACTIONS(5099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5101), + [anon_sym_continue_AT] = ACTIONS(5101), + [anon_sym_break_AT] = ACTIONS(5101), + [sym_real_literal] = ACTIONS(5101), + [sym_integer_literal] = ACTIONS(5099), + [sym_hex_literal] = ACTIONS(5101), + [sym_bin_literal] = ACTIONS(5101), + [anon_sym_true] = ACTIONS(5099), + [anon_sym_false] = ACTIONS(5099), + [anon_sym_SQUOTE] = ACTIONS(5101), + [sym__backtick_identifier] = ACTIONS(5101), + [sym__automatic_semicolon] = ACTIONS(5101), + [sym_safe_nav] = ACTIONS(5101), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5101), + }, + [3264] = { + [sym_type_constraints] = STATE(3818), + [sym_function_body] = STATE(3837), + [sym__block] = STATE(3738), + [sym__alpha_identifier] = ACTIONS(4047), + [anon_sym_AT] = ACTIONS(4049), + [anon_sym_COLON] = ACTIONS(6535), + [anon_sym_LBRACK] = ACTIONS(4049), + [anon_sym_as] = ACTIONS(4047), + [anon_sym_EQ] = ACTIONS(6527), + [anon_sym_LBRACE] = ACTIONS(6461), + [anon_sym_RBRACE] = ACTIONS(4049), + [anon_sym_LPAREN] = ACTIONS(4049), + [anon_sym_LT] = ACTIONS(4047), + [anon_sym_GT] = ACTIONS(4047), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(4047), + [anon_sym_SEMI] = ACTIONS(4049), + [anon_sym_get] = ACTIONS(4047), + [anon_sym_set] = ACTIONS(4047), + [anon_sym_STAR] = ACTIONS(4047), + [sym_label] = ACTIONS(4049), + [anon_sym_in] = ACTIONS(4047), + [anon_sym_DOT_DOT] = ACTIONS(4049), + [anon_sym_QMARK_COLON] = ACTIONS(4049), + [anon_sym_AMP_AMP] = ACTIONS(4049), + [anon_sym_PIPE_PIPE] = ACTIONS(4049), + [anon_sym_else] = ACTIONS(4047), + [anon_sym_COLON_COLON] = ACTIONS(4049), + [anon_sym_PLUS_EQ] = ACTIONS(4049), + [anon_sym_DASH_EQ] = ACTIONS(4049), + [anon_sym_STAR_EQ] = ACTIONS(4049), + [anon_sym_SLASH_EQ] = ACTIONS(4049), + [anon_sym_PERCENT_EQ] = ACTIONS(4049), + [anon_sym_BANG_EQ] = ACTIONS(4047), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4049), + [anon_sym_EQ_EQ] = ACTIONS(4047), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4049), + [anon_sym_LT_EQ] = ACTIONS(4049), + [anon_sym_GT_EQ] = ACTIONS(4049), + [anon_sym_BANGin] = ACTIONS(4049), + [anon_sym_is] = ACTIONS(4047), + [anon_sym_BANGis] = ACTIONS(4049), + [anon_sym_PLUS] = ACTIONS(4047), + [anon_sym_DASH] = ACTIONS(4047), + [anon_sym_SLASH] = ACTIONS(4047), + [anon_sym_PERCENT] = ACTIONS(4047), + [anon_sym_as_QMARK] = ACTIONS(4049), + [anon_sym_PLUS_PLUS] = ACTIONS(4049), + [anon_sym_DASH_DASH] = ACTIONS(4049), + [anon_sym_BANG_BANG] = ACTIONS(4049), + [anon_sym_suspend] = ACTIONS(4047), + [anon_sym_sealed] = ACTIONS(4047), + [anon_sym_annotation] = ACTIONS(4047), + [anon_sym_data] = ACTIONS(4047), + [anon_sym_inner] = ACTIONS(4047), + [anon_sym_override] = ACTIONS(4047), + [anon_sym_lateinit] = ACTIONS(4047), + [anon_sym_public] = ACTIONS(4047), + [anon_sym_private] = ACTIONS(4047), + [anon_sym_internal] = ACTIONS(4047), + [anon_sym_protected] = ACTIONS(4047), + [anon_sym_tailrec] = ACTIONS(4047), + [anon_sym_operator] = ACTIONS(4047), + [anon_sym_infix] = ACTIONS(4047), + [anon_sym_inline] = ACTIONS(4047), + [anon_sym_external] = ACTIONS(4047), + [sym_property_modifier] = ACTIONS(4047), + [anon_sym_abstract] = ACTIONS(4047), + [anon_sym_final] = ACTIONS(4047), + [anon_sym_open] = ACTIONS(4047), + [anon_sym_vararg] = ACTIONS(4047), + [anon_sym_noinline] = ACTIONS(4047), + [anon_sym_crossinline] = ACTIONS(4047), + [anon_sym_expect] = ACTIONS(4047), + [anon_sym_actual] = ACTIONS(4047), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4049), + [sym__automatic_semicolon] = ACTIONS(4049), + [sym_safe_nav] = ACTIONS(4049), + [sym_multiline_comment] = ACTIONS(3), + }, + [3265] = { + [sym__alpha_identifier] = ACTIONS(5039), + [anon_sym_AT] = ACTIONS(5041), + [anon_sym_LBRACK] = ACTIONS(5041), + [anon_sym_RBRACK] = ACTIONS(5041), + [anon_sym_as] = ACTIONS(5039), + [anon_sym_EQ] = ACTIONS(5039), + [anon_sym_LBRACE] = ACTIONS(5041), + [anon_sym_RBRACE] = ACTIONS(5041), + [anon_sym_LPAREN] = ACTIONS(5041), + [anon_sym_COMMA] = ACTIONS(5041), + [anon_sym_RPAREN] = ACTIONS(5041), + [anon_sym_LT] = ACTIONS(5039), + [anon_sym_GT] = ACTIONS(5039), + [anon_sym_where] = ACTIONS(5039), + [anon_sym_DOT] = ACTIONS(5039), + [anon_sym_SEMI] = ACTIONS(5041), + [anon_sym_get] = ACTIONS(5039), + [anon_sym_set] = ACTIONS(5039), + [anon_sym_STAR] = ACTIONS(5039), + [anon_sym_DASH_GT] = ACTIONS(5041), + [sym_label] = ACTIONS(5041), + [anon_sym_in] = ACTIONS(5039), + [anon_sym_while] = ACTIONS(5039), + [anon_sym_DOT_DOT] = ACTIONS(5041), + [anon_sym_QMARK_COLON] = ACTIONS(5041), + [anon_sym_AMP_AMP] = ACTIONS(5041), + [anon_sym_PIPE_PIPE] = ACTIONS(5041), + [anon_sym_else] = ACTIONS(5039), + [anon_sym_COLON_COLON] = ACTIONS(5041), + [anon_sym_PLUS_EQ] = ACTIONS(5041), + [anon_sym_DASH_EQ] = ACTIONS(5041), + [anon_sym_STAR_EQ] = ACTIONS(5041), + [anon_sym_SLASH_EQ] = ACTIONS(5041), + [anon_sym_PERCENT_EQ] = ACTIONS(5041), + [anon_sym_BANG_EQ] = ACTIONS(5039), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5041), + [anon_sym_EQ_EQ] = ACTIONS(5039), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5041), + [anon_sym_LT_EQ] = ACTIONS(5041), + [anon_sym_GT_EQ] = ACTIONS(5041), + [anon_sym_BANGin] = ACTIONS(5041), + [anon_sym_is] = ACTIONS(5039), + [anon_sym_BANGis] = ACTIONS(5041), + [anon_sym_PLUS] = ACTIONS(5039), + [anon_sym_DASH] = ACTIONS(5039), + [anon_sym_SLASH] = ACTIONS(5039), + [anon_sym_PERCENT] = ACTIONS(5039), + [anon_sym_as_QMARK] = ACTIONS(5041), + [anon_sym_PLUS_PLUS] = ACTIONS(5041), + [anon_sym_DASH_DASH] = ACTIONS(5041), + [anon_sym_BANG_BANG] = ACTIONS(5041), + [anon_sym_suspend] = ACTIONS(5039), + [anon_sym_sealed] = ACTIONS(5039), + [anon_sym_annotation] = ACTIONS(5039), + [anon_sym_data] = ACTIONS(5039), + [anon_sym_inner] = ACTIONS(5039), + [anon_sym_override] = ACTIONS(5039), + [anon_sym_lateinit] = ACTIONS(5039), + [anon_sym_public] = ACTIONS(5039), + [anon_sym_private] = ACTIONS(5039), + [anon_sym_internal] = ACTIONS(5039), + [anon_sym_protected] = ACTIONS(5039), + [anon_sym_tailrec] = ACTIONS(5039), + [anon_sym_operator] = ACTIONS(5039), + [anon_sym_infix] = ACTIONS(5039), + [anon_sym_inline] = ACTIONS(5039), + [anon_sym_external] = ACTIONS(5039), + [sym_property_modifier] = ACTIONS(5039), + [anon_sym_abstract] = ACTIONS(5039), + [anon_sym_final] = ACTIONS(5039), + [anon_sym_open] = ACTIONS(5039), + [anon_sym_vararg] = ACTIONS(5039), + [anon_sym_noinline] = ACTIONS(5039), + [anon_sym_crossinline] = ACTIONS(5039), + [anon_sym_expect] = ACTIONS(5039), + [anon_sym_actual] = ACTIONS(5039), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5041), + [sym_safe_nav] = ACTIONS(5041), + [sym_multiline_comment] = ACTIONS(3), + }, + [3266] = { + [sym__alpha_identifier] = ACTIONS(4264), + [anon_sym_AT] = ACTIONS(4266), + [anon_sym_LBRACK] = ACTIONS(4266), + [anon_sym_EQ] = ACTIONS(4266), + [anon_sym_LBRACE] = ACTIONS(4266), + [anon_sym_RBRACE] = ACTIONS(4266), + [anon_sym_LPAREN] = ACTIONS(4266), + [anon_sym_COMMA] = ACTIONS(4266), + [anon_sym_by] = ACTIONS(4264), + [anon_sym_where] = ACTIONS(4264), + [anon_sym_object] = ACTIONS(4264), + [anon_sym_fun] = ACTIONS(4264), + [anon_sym_SEMI] = ACTIONS(4266), + [anon_sym_get] = ACTIONS(4264), + [anon_sym_set] = ACTIONS(4264), + [anon_sym_this] = ACTIONS(4264), + [anon_sym_super] = ACTIONS(4264), + [sym__quest] = ACTIONS(4266), + [anon_sym_STAR] = ACTIONS(4266), + [anon_sym_DASH_GT] = ACTIONS(4268), + [sym_label] = ACTIONS(4264), + [anon_sym_in] = ACTIONS(4264), + [anon_sym_null] = ACTIONS(4264), + [anon_sym_if] = ACTIONS(4264), + [anon_sym_else] = ACTIONS(4264), + [anon_sym_when] = ACTIONS(4264), + [anon_sym_try] = ACTIONS(4264), + [anon_sym_throw] = ACTIONS(4264), + [anon_sym_return] = ACTIONS(4264), + [anon_sym_continue] = ACTIONS(4264), + [anon_sym_break] = ACTIONS(4264), + [anon_sym_COLON_COLON] = ACTIONS(4266), + [anon_sym_BANGin] = ACTIONS(4266), + [anon_sym_is] = ACTIONS(4264), + [anon_sym_BANGis] = ACTIONS(4266), + [anon_sym_PLUS] = ACTIONS(4264), + [anon_sym_DASH] = ACTIONS(4264), + [anon_sym_PLUS_PLUS] = ACTIONS(4266), + [anon_sym_DASH_DASH] = ACTIONS(4266), + [anon_sym_BANG] = ACTIONS(4264), + [anon_sym_suspend] = ACTIONS(4264), + [anon_sym_sealed] = ACTIONS(4264), + [anon_sym_annotation] = ACTIONS(4264), + [anon_sym_data] = ACTIONS(4264), + [anon_sym_inner] = ACTIONS(4264), + [anon_sym_override] = ACTIONS(4264), + [anon_sym_lateinit] = ACTIONS(4264), + [anon_sym_public] = ACTIONS(4264), + [anon_sym_private] = ACTIONS(4264), + [anon_sym_internal] = ACTIONS(4264), + [anon_sym_protected] = ACTIONS(4264), + [anon_sym_tailrec] = ACTIONS(4264), + [anon_sym_operator] = ACTIONS(4264), + [anon_sym_infix] = ACTIONS(4264), + [anon_sym_inline] = ACTIONS(4264), + [anon_sym_external] = ACTIONS(4264), + [sym_property_modifier] = ACTIONS(4264), + [anon_sym_abstract] = ACTIONS(4264), + [anon_sym_final] = ACTIONS(4264), + [anon_sym_open] = ACTIONS(4264), + [anon_sym_vararg] = ACTIONS(4264), + [anon_sym_noinline] = ACTIONS(4264), + [anon_sym_crossinline] = ACTIONS(4264), + [anon_sym_expect] = ACTIONS(4264), + [anon_sym_actual] = ACTIONS(4264), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4266), + [anon_sym_continue_AT] = ACTIONS(4266), + [anon_sym_break_AT] = ACTIONS(4266), + [sym_real_literal] = ACTIONS(4266), + [sym_integer_literal] = ACTIONS(4264), + [sym_hex_literal] = ACTIONS(4266), + [sym_bin_literal] = ACTIONS(4266), + [anon_sym_true] = ACTIONS(4264), + [anon_sym_false] = ACTIONS(4264), + [anon_sym_SQUOTE] = ACTIONS(4266), + [sym__backtick_identifier] = ACTIONS(4266), + [sym__automatic_semicolon] = ACTIONS(4266), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4266), + }, + [3267] = { + [sym__alpha_identifier] = ACTIONS(4256), + [anon_sym_AT] = ACTIONS(4258), + [anon_sym_LBRACK] = ACTIONS(4258), + [anon_sym_RBRACK] = ACTIONS(4258), + [anon_sym_as] = ACTIONS(4256), + [anon_sym_EQ] = ACTIONS(4256), + [anon_sym_LBRACE] = ACTIONS(4258), + [anon_sym_RBRACE] = ACTIONS(4258), + [anon_sym_LPAREN] = ACTIONS(4258), + [anon_sym_COMMA] = ACTIONS(4258), + [anon_sym_RPAREN] = ACTIONS(4258), + [anon_sym_LT] = ACTIONS(4256), + [anon_sym_GT] = ACTIONS(4256), + [anon_sym_where] = ACTIONS(4256), + [anon_sym_DOT] = ACTIONS(4256), + [anon_sym_SEMI] = ACTIONS(4258), + [anon_sym_get] = ACTIONS(4256), + [anon_sym_set] = ACTIONS(4256), + [anon_sym_STAR] = ACTIONS(4256), + [anon_sym_DASH_GT] = ACTIONS(4258), + [sym_label] = ACTIONS(4258), + [anon_sym_in] = ACTIONS(4256), + [anon_sym_while] = ACTIONS(4256), + [anon_sym_DOT_DOT] = ACTIONS(4258), + [anon_sym_QMARK_COLON] = ACTIONS(4258), + [anon_sym_AMP_AMP] = ACTIONS(4258), + [anon_sym_PIPE_PIPE] = ACTIONS(4258), + [anon_sym_else] = ACTIONS(4256), + [anon_sym_COLON_COLON] = ACTIONS(4258), + [anon_sym_PLUS_EQ] = ACTIONS(4258), + [anon_sym_DASH_EQ] = ACTIONS(4258), + [anon_sym_STAR_EQ] = ACTIONS(4258), + [anon_sym_SLASH_EQ] = ACTIONS(4258), + [anon_sym_PERCENT_EQ] = ACTIONS(4258), + [anon_sym_BANG_EQ] = ACTIONS(4256), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4258), + [anon_sym_EQ_EQ] = ACTIONS(4256), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4258), + [anon_sym_LT_EQ] = ACTIONS(4258), + [anon_sym_GT_EQ] = ACTIONS(4258), + [anon_sym_BANGin] = ACTIONS(4258), + [anon_sym_is] = ACTIONS(4256), + [anon_sym_BANGis] = ACTIONS(4258), + [anon_sym_PLUS] = ACTIONS(4256), + [anon_sym_DASH] = ACTIONS(4256), + [anon_sym_SLASH] = ACTIONS(4256), + [anon_sym_PERCENT] = ACTIONS(4256), + [anon_sym_as_QMARK] = ACTIONS(4258), + [anon_sym_PLUS_PLUS] = ACTIONS(4258), + [anon_sym_DASH_DASH] = ACTIONS(4258), + [anon_sym_BANG_BANG] = ACTIONS(4258), + [anon_sym_suspend] = ACTIONS(4256), + [anon_sym_sealed] = ACTIONS(4256), + [anon_sym_annotation] = ACTIONS(4256), + [anon_sym_data] = ACTIONS(4256), + [anon_sym_inner] = ACTIONS(4256), + [anon_sym_override] = ACTIONS(4256), + [anon_sym_lateinit] = ACTIONS(4256), + [anon_sym_public] = ACTIONS(4256), + [anon_sym_private] = ACTIONS(4256), + [anon_sym_internal] = ACTIONS(4256), + [anon_sym_protected] = ACTIONS(4256), + [anon_sym_tailrec] = ACTIONS(4256), + [anon_sym_operator] = ACTIONS(4256), + [anon_sym_infix] = ACTIONS(4256), + [anon_sym_inline] = ACTIONS(4256), + [anon_sym_external] = ACTIONS(4256), + [sym_property_modifier] = ACTIONS(4256), + [anon_sym_abstract] = ACTIONS(4256), + [anon_sym_final] = ACTIONS(4256), + [anon_sym_open] = ACTIONS(4256), + [anon_sym_vararg] = ACTIONS(4256), + [anon_sym_noinline] = ACTIONS(4256), + [anon_sym_crossinline] = ACTIONS(4256), + [anon_sym_expect] = ACTIONS(4256), + [anon_sym_actual] = ACTIONS(4256), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4258), + [sym_safe_nav] = ACTIONS(4258), + [sym_multiline_comment] = ACTIONS(3), + }, + [3268] = { + [sym__alpha_identifier] = ACTIONS(4085), + [anon_sym_AT] = ACTIONS(4087), + [anon_sym_LBRACK] = ACTIONS(4087), + [anon_sym_as] = ACTIONS(4085), + [anon_sym_EQ] = ACTIONS(4085), + [anon_sym_LBRACE] = ACTIONS(4087), + [anon_sym_RBRACE] = ACTIONS(4087), + [anon_sym_LPAREN] = ACTIONS(4087), + [anon_sym_COMMA] = ACTIONS(4087), + [anon_sym_LT] = ACTIONS(4085), + [anon_sym_GT] = ACTIONS(4085), + [anon_sym_where] = ACTIONS(4085), + [anon_sym_object] = ACTIONS(4085), + [anon_sym_fun] = ACTIONS(4085), + [anon_sym_DOT] = ACTIONS(4085), + [anon_sym_SEMI] = ACTIONS(4087), + [anon_sym_get] = ACTIONS(4085), + [anon_sym_set] = ACTIONS(4085), + [anon_sym_this] = ACTIONS(4085), + [anon_sym_super] = ACTIONS(4085), + [anon_sym_STAR] = ACTIONS(4085), + [sym_label] = ACTIONS(4085), + [anon_sym_in] = ACTIONS(4085), + [anon_sym_DOT_DOT] = ACTIONS(4087), + [anon_sym_QMARK_COLON] = ACTIONS(4087), + [anon_sym_AMP_AMP] = ACTIONS(4087), + [anon_sym_PIPE_PIPE] = ACTIONS(4087), + [anon_sym_null] = ACTIONS(4085), + [anon_sym_if] = ACTIONS(4085), + [anon_sym_else] = ACTIONS(4085), + [anon_sym_when] = ACTIONS(4085), + [anon_sym_try] = ACTIONS(4085), + [anon_sym_throw] = ACTIONS(4085), + [anon_sym_return] = ACTIONS(4085), + [anon_sym_continue] = ACTIONS(4085), + [anon_sym_break] = ACTIONS(4085), + [anon_sym_COLON_COLON] = ACTIONS(4087), + [anon_sym_PLUS_EQ] = ACTIONS(4087), + [anon_sym_DASH_EQ] = ACTIONS(4087), + [anon_sym_STAR_EQ] = ACTIONS(4087), + [anon_sym_SLASH_EQ] = ACTIONS(4087), + [anon_sym_PERCENT_EQ] = ACTIONS(4087), + [anon_sym_BANG_EQ] = ACTIONS(4085), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4087), + [anon_sym_EQ_EQ] = ACTIONS(4085), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4087), + [anon_sym_LT_EQ] = ACTIONS(4087), + [anon_sym_GT_EQ] = ACTIONS(4087), + [anon_sym_BANGin] = ACTIONS(4087), + [anon_sym_is] = ACTIONS(4085), + [anon_sym_BANGis] = ACTIONS(4087), + [anon_sym_PLUS] = ACTIONS(4085), + [anon_sym_DASH] = ACTIONS(4085), + [anon_sym_SLASH] = ACTIONS(4085), + [anon_sym_PERCENT] = ACTIONS(4085), + [anon_sym_as_QMARK] = ACTIONS(4087), + [anon_sym_PLUS_PLUS] = ACTIONS(4087), + [anon_sym_DASH_DASH] = ACTIONS(4087), + [anon_sym_BANG] = ACTIONS(4085), + [anon_sym_BANG_BANG] = ACTIONS(4087), + [anon_sym_data] = ACTIONS(4085), + [anon_sym_inner] = ACTIONS(4085), + [anon_sym_expect] = ACTIONS(4085), + [anon_sym_actual] = ACTIONS(4085), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4087), + [anon_sym_continue_AT] = ACTIONS(4087), + [anon_sym_break_AT] = ACTIONS(4087), + [sym_real_literal] = ACTIONS(4087), + [sym_integer_literal] = ACTIONS(4085), + [sym_hex_literal] = ACTIONS(4087), + [sym_bin_literal] = ACTIONS(4087), + [anon_sym_true] = ACTIONS(4085), + [anon_sym_false] = ACTIONS(4085), + [anon_sym_SQUOTE] = ACTIONS(4087), + [sym__backtick_identifier] = ACTIONS(4087), + [sym__automatic_semicolon] = ACTIONS(4087), + [sym_safe_nav] = ACTIONS(4087), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4087), + }, + [3269] = { + [sym_function_body] = STATE(3168), + [sym__block] = STATE(3334), + [sym__alpha_identifier] = ACTIONS(4085), + [anon_sym_AT] = ACTIONS(4087), + [anon_sym_LBRACK] = ACTIONS(4087), + [anon_sym_as] = ACTIONS(4085), + [anon_sym_EQ] = ACTIONS(6262), + [anon_sym_LBRACE] = ACTIONS(6244), + [anon_sym_RBRACE] = ACTIONS(4087), + [anon_sym_LPAREN] = ACTIONS(4087), + [anon_sym_LT] = ACTIONS(4085), + [anon_sym_GT] = ACTIONS(4085), + [anon_sym_object] = ACTIONS(4085), + [anon_sym_fun] = ACTIONS(4085), + [anon_sym_DOT] = ACTIONS(4085), + [anon_sym_SEMI] = ACTIONS(4087), + [anon_sym_get] = ACTIONS(4085), + [anon_sym_set] = ACTIONS(4085), + [anon_sym_this] = ACTIONS(4085), + [anon_sym_super] = ACTIONS(4085), + [anon_sym_STAR] = ACTIONS(4085), + [sym_label] = ACTIONS(4085), + [anon_sym_in] = ACTIONS(4085), + [anon_sym_DOT_DOT] = ACTIONS(4087), + [anon_sym_QMARK_COLON] = ACTIONS(4087), + [anon_sym_AMP_AMP] = ACTIONS(4087), + [anon_sym_PIPE_PIPE] = ACTIONS(4087), + [anon_sym_null] = ACTIONS(4085), + [anon_sym_if] = ACTIONS(4085), + [anon_sym_else] = ACTIONS(4085), + [anon_sym_when] = ACTIONS(4085), + [anon_sym_try] = ACTIONS(4085), + [anon_sym_throw] = ACTIONS(4085), + [anon_sym_return] = ACTIONS(4085), + [anon_sym_continue] = ACTIONS(4085), + [anon_sym_break] = ACTIONS(4085), + [anon_sym_COLON_COLON] = ACTIONS(4087), + [anon_sym_PLUS_EQ] = ACTIONS(4087), + [anon_sym_DASH_EQ] = ACTIONS(4087), + [anon_sym_STAR_EQ] = ACTIONS(4087), + [anon_sym_SLASH_EQ] = ACTIONS(4087), + [anon_sym_PERCENT_EQ] = ACTIONS(4087), + [anon_sym_BANG_EQ] = ACTIONS(4085), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4087), + [anon_sym_EQ_EQ] = ACTIONS(4085), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4087), + [anon_sym_LT_EQ] = ACTIONS(4087), + [anon_sym_GT_EQ] = ACTIONS(4087), + [anon_sym_BANGin] = ACTIONS(4087), + [anon_sym_is] = ACTIONS(4085), + [anon_sym_BANGis] = ACTIONS(4087), + [anon_sym_PLUS] = ACTIONS(4085), + [anon_sym_DASH] = ACTIONS(4085), + [anon_sym_SLASH] = ACTIONS(4085), + [anon_sym_PERCENT] = ACTIONS(4085), + [anon_sym_as_QMARK] = ACTIONS(4087), + [anon_sym_PLUS_PLUS] = ACTIONS(4087), + [anon_sym_DASH_DASH] = ACTIONS(4087), + [anon_sym_BANG] = ACTIONS(4085), + [anon_sym_BANG_BANG] = ACTIONS(4087), + [anon_sym_data] = ACTIONS(4085), + [anon_sym_inner] = ACTIONS(4085), + [anon_sym_expect] = ACTIONS(4085), + [anon_sym_actual] = ACTIONS(4085), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4087), + [anon_sym_continue_AT] = ACTIONS(4087), + [anon_sym_break_AT] = ACTIONS(4087), + [sym_real_literal] = ACTIONS(4087), + [sym_integer_literal] = ACTIONS(4085), + [sym_hex_literal] = ACTIONS(4087), + [sym_bin_literal] = ACTIONS(4087), + [anon_sym_true] = ACTIONS(4085), + [anon_sym_false] = ACTIONS(4085), + [anon_sym_SQUOTE] = ACTIONS(4087), + [sym__backtick_identifier] = ACTIONS(4087), + [sym__automatic_semicolon] = ACTIONS(4087), + [sym_safe_nav] = ACTIONS(4087), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4087), + }, + [3270] = { + [sym__alpha_identifier] = ACTIONS(4402), + [anon_sym_AT] = ACTIONS(4404), + [anon_sym_LBRACK] = ACTIONS(4404), + [anon_sym_RBRACK] = ACTIONS(4404), + [anon_sym_as] = ACTIONS(4402), + [anon_sym_EQ] = ACTIONS(4402), + [anon_sym_LBRACE] = ACTIONS(4404), + [anon_sym_RBRACE] = ACTIONS(4404), + [anon_sym_LPAREN] = ACTIONS(4404), + [anon_sym_COMMA] = ACTIONS(4404), + [anon_sym_RPAREN] = ACTIONS(4404), + [anon_sym_LT] = ACTIONS(4402), + [anon_sym_GT] = ACTIONS(4402), + [anon_sym_where] = ACTIONS(4402), + [anon_sym_DOT] = ACTIONS(4402), + [anon_sym_SEMI] = ACTIONS(4404), + [anon_sym_get] = ACTIONS(4402), + [anon_sym_set] = ACTIONS(4402), + [anon_sym_STAR] = ACTIONS(4402), + [anon_sym_DASH_GT] = ACTIONS(4404), + [sym_label] = ACTIONS(4404), + [anon_sym_in] = ACTIONS(4402), + [anon_sym_while] = ACTIONS(4402), + [anon_sym_DOT_DOT] = ACTIONS(4404), + [anon_sym_QMARK_COLON] = ACTIONS(4404), + [anon_sym_AMP_AMP] = ACTIONS(4404), + [anon_sym_PIPE_PIPE] = ACTIONS(4404), + [anon_sym_else] = ACTIONS(4402), + [anon_sym_COLON_COLON] = ACTIONS(4404), + [anon_sym_PLUS_EQ] = ACTIONS(4404), + [anon_sym_DASH_EQ] = ACTIONS(4404), + [anon_sym_STAR_EQ] = ACTIONS(4404), + [anon_sym_SLASH_EQ] = ACTIONS(4404), + [anon_sym_PERCENT_EQ] = ACTIONS(4404), + [anon_sym_BANG_EQ] = ACTIONS(4402), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4404), + [anon_sym_EQ_EQ] = ACTIONS(4402), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4404), + [anon_sym_LT_EQ] = ACTIONS(4404), + [anon_sym_GT_EQ] = ACTIONS(4404), + [anon_sym_BANGin] = ACTIONS(4404), + [anon_sym_is] = ACTIONS(4402), + [anon_sym_BANGis] = ACTIONS(4404), + [anon_sym_PLUS] = ACTIONS(4402), + [anon_sym_DASH] = ACTIONS(4402), + [anon_sym_SLASH] = ACTIONS(4402), + [anon_sym_PERCENT] = ACTIONS(4402), + [anon_sym_as_QMARK] = ACTIONS(4404), + [anon_sym_PLUS_PLUS] = ACTIONS(4404), + [anon_sym_DASH_DASH] = ACTIONS(4404), + [anon_sym_BANG_BANG] = ACTIONS(4404), + [anon_sym_suspend] = ACTIONS(4402), + [anon_sym_sealed] = ACTIONS(4402), + [anon_sym_annotation] = ACTIONS(4402), + [anon_sym_data] = ACTIONS(4402), + [anon_sym_inner] = ACTIONS(4402), + [anon_sym_override] = ACTIONS(4402), + [anon_sym_lateinit] = ACTIONS(4402), + [anon_sym_public] = ACTIONS(4402), + [anon_sym_private] = ACTIONS(4402), + [anon_sym_internal] = ACTIONS(4402), + [anon_sym_protected] = ACTIONS(4402), + [anon_sym_tailrec] = ACTIONS(4402), + [anon_sym_operator] = ACTIONS(4402), + [anon_sym_infix] = ACTIONS(4402), + [anon_sym_inline] = ACTIONS(4402), + [anon_sym_external] = ACTIONS(4402), + [sym_property_modifier] = ACTIONS(4402), + [anon_sym_abstract] = ACTIONS(4402), + [anon_sym_final] = ACTIONS(4402), + [anon_sym_open] = ACTIONS(4402), + [anon_sym_vararg] = ACTIONS(4402), + [anon_sym_noinline] = ACTIONS(4402), + [anon_sym_crossinline] = ACTIONS(4402), + [anon_sym_expect] = ACTIONS(4402), + [anon_sym_actual] = ACTIONS(4402), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4404), + [sym_safe_nav] = ACTIONS(4404), + [sym_multiline_comment] = ACTIONS(3), + }, + [3271] = { + [sym__alpha_identifier] = ACTIONS(5031), + [anon_sym_AT] = ACTIONS(5033), + [anon_sym_LBRACK] = ACTIONS(5033), + [anon_sym_RBRACK] = ACTIONS(5033), + [anon_sym_as] = ACTIONS(5031), + [anon_sym_EQ] = ACTIONS(5031), + [anon_sym_LBRACE] = ACTIONS(5033), + [anon_sym_RBRACE] = ACTIONS(5033), + [anon_sym_LPAREN] = ACTIONS(5033), + [anon_sym_COMMA] = ACTIONS(5033), + [anon_sym_RPAREN] = ACTIONS(5033), + [anon_sym_LT] = ACTIONS(5031), + [anon_sym_GT] = ACTIONS(5031), + [anon_sym_where] = ACTIONS(5031), + [anon_sym_DOT] = ACTIONS(5031), + [anon_sym_SEMI] = ACTIONS(5033), + [anon_sym_get] = ACTIONS(5031), + [anon_sym_set] = ACTIONS(5031), + [anon_sym_STAR] = ACTIONS(5031), + [anon_sym_DASH_GT] = ACTIONS(5033), + [sym_label] = ACTIONS(5033), + [anon_sym_in] = ACTIONS(5031), + [anon_sym_while] = ACTIONS(5031), + [anon_sym_DOT_DOT] = ACTIONS(5033), + [anon_sym_QMARK_COLON] = ACTIONS(5033), + [anon_sym_AMP_AMP] = ACTIONS(5033), + [anon_sym_PIPE_PIPE] = ACTIONS(5033), + [anon_sym_else] = ACTIONS(5031), + [anon_sym_COLON_COLON] = ACTIONS(5033), + [anon_sym_PLUS_EQ] = ACTIONS(5033), + [anon_sym_DASH_EQ] = ACTIONS(5033), + [anon_sym_STAR_EQ] = ACTIONS(5033), + [anon_sym_SLASH_EQ] = ACTIONS(5033), + [anon_sym_PERCENT_EQ] = ACTIONS(5033), + [anon_sym_BANG_EQ] = ACTIONS(5031), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5033), + [anon_sym_EQ_EQ] = ACTIONS(5031), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5033), + [anon_sym_LT_EQ] = ACTIONS(5033), + [anon_sym_GT_EQ] = ACTIONS(5033), + [anon_sym_BANGin] = ACTIONS(5033), + [anon_sym_is] = ACTIONS(5031), + [anon_sym_BANGis] = ACTIONS(5033), + [anon_sym_PLUS] = ACTIONS(5031), + [anon_sym_DASH] = ACTIONS(5031), + [anon_sym_SLASH] = ACTIONS(5031), + [anon_sym_PERCENT] = ACTIONS(5031), + [anon_sym_as_QMARK] = ACTIONS(5033), + [anon_sym_PLUS_PLUS] = ACTIONS(5033), + [anon_sym_DASH_DASH] = ACTIONS(5033), + [anon_sym_BANG_BANG] = ACTIONS(5033), + [anon_sym_suspend] = ACTIONS(5031), + [anon_sym_sealed] = ACTIONS(5031), + [anon_sym_annotation] = ACTIONS(5031), + [anon_sym_data] = ACTIONS(5031), + [anon_sym_inner] = ACTIONS(5031), + [anon_sym_override] = ACTIONS(5031), + [anon_sym_lateinit] = ACTIONS(5031), + [anon_sym_public] = ACTIONS(5031), + [anon_sym_private] = ACTIONS(5031), + [anon_sym_internal] = ACTIONS(5031), + [anon_sym_protected] = ACTIONS(5031), + [anon_sym_tailrec] = ACTIONS(5031), + [anon_sym_operator] = ACTIONS(5031), + [anon_sym_infix] = ACTIONS(5031), + [anon_sym_inline] = ACTIONS(5031), + [anon_sym_external] = ACTIONS(5031), + [sym_property_modifier] = ACTIONS(5031), + [anon_sym_abstract] = ACTIONS(5031), + [anon_sym_final] = ACTIONS(5031), + [anon_sym_open] = ACTIONS(5031), + [anon_sym_vararg] = ACTIONS(5031), + [anon_sym_noinline] = ACTIONS(5031), + [anon_sym_crossinline] = ACTIONS(5031), + [anon_sym_expect] = ACTIONS(5031), + [anon_sym_actual] = ACTIONS(5031), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5033), + [sym_safe_nav] = ACTIONS(5033), + [sym_multiline_comment] = ACTIONS(3), + }, + [3272] = { + [sym__alpha_identifier] = ACTIONS(5027), + [anon_sym_AT] = ACTIONS(5029), + [anon_sym_LBRACK] = ACTIONS(5029), + [anon_sym_RBRACK] = ACTIONS(5029), + [anon_sym_as] = ACTIONS(5027), + [anon_sym_EQ] = ACTIONS(5027), + [anon_sym_LBRACE] = ACTIONS(5029), + [anon_sym_RBRACE] = ACTIONS(5029), + [anon_sym_LPAREN] = ACTIONS(5029), + [anon_sym_COMMA] = ACTIONS(5029), + [anon_sym_RPAREN] = ACTIONS(5029), + [anon_sym_LT] = ACTIONS(5027), + [anon_sym_GT] = ACTIONS(5027), + [anon_sym_where] = ACTIONS(5027), + [anon_sym_DOT] = ACTIONS(5027), + [anon_sym_SEMI] = ACTIONS(5029), + [anon_sym_get] = ACTIONS(5027), + [anon_sym_set] = ACTIONS(5027), + [anon_sym_STAR] = ACTIONS(5027), + [anon_sym_DASH_GT] = ACTIONS(5029), + [sym_label] = ACTIONS(5029), + [anon_sym_in] = ACTIONS(5027), + [anon_sym_while] = ACTIONS(5027), + [anon_sym_DOT_DOT] = ACTIONS(5029), + [anon_sym_QMARK_COLON] = ACTIONS(5029), + [anon_sym_AMP_AMP] = ACTIONS(5029), + [anon_sym_PIPE_PIPE] = ACTIONS(5029), + [anon_sym_else] = ACTIONS(5027), + [anon_sym_COLON_COLON] = ACTIONS(5029), + [anon_sym_PLUS_EQ] = ACTIONS(5029), + [anon_sym_DASH_EQ] = ACTIONS(5029), + [anon_sym_STAR_EQ] = ACTIONS(5029), + [anon_sym_SLASH_EQ] = ACTIONS(5029), + [anon_sym_PERCENT_EQ] = ACTIONS(5029), + [anon_sym_BANG_EQ] = ACTIONS(5027), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5029), + [anon_sym_EQ_EQ] = ACTIONS(5027), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5029), + [anon_sym_LT_EQ] = ACTIONS(5029), + [anon_sym_GT_EQ] = ACTIONS(5029), + [anon_sym_BANGin] = ACTIONS(5029), + [anon_sym_is] = ACTIONS(5027), + [anon_sym_BANGis] = ACTIONS(5029), + [anon_sym_PLUS] = ACTIONS(5027), + [anon_sym_DASH] = ACTIONS(5027), + [anon_sym_SLASH] = ACTIONS(5027), + [anon_sym_PERCENT] = ACTIONS(5027), + [anon_sym_as_QMARK] = ACTIONS(5029), + [anon_sym_PLUS_PLUS] = ACTIONS(5029), + [anon_sym_DASH_DASH] = ACTIONS(5029), + [anon_sym_BANG_BANG] = ACTIONS(5029), + [anon_sym_suspend] = ACTIONS(5027), + [anon_sym_sealed] = ACTIONS(5027), + [anon_sym_annotation] = ACTIONS(5027), + [anon_sym_data] = ACTIONS(5027), + [anon_sym_inner] = ACTIONS(5027), + [anon_sym_override] = ACTIONS(5027), + [anon_sym_lateinit] = ACTIONS(5027), + [anon_sym_public] = ACTIONS(5027), + [anon_sym_private] = ACTIONS(5027), + [anon_sym_internal] = ACTIONS(5027), + [anon_sym_protected] = ACTIONS(5027), + [anon_sym_tailrec] = ACTIONS(5027), + [anon_sym_operator] = ACTIONS(5027), + [anon_sym_infix] = ACTIONS(5027), + [anon_sym_inline] = ACTIONS(5027), + [anon_sym_external] = ACTIONS(5027), + [sym_property_modifier] = ACTIONS(5027), + [anon_sym_abstract] = ACTIONS(5027), + [anon_sym_final] = ACTIONS(5027), + [anon_sym_open] = ACTIONS(5027), + [anon_sym_vararg] = ACTIONS(5027), + [anon_sym_noinline] = ACTIONS(5027), + [anon_sym_crossinline] = ACTIONS(5027), + [anon_sym_expect] = ACTIONS(5027), + [anon_sym_actual] = ACTIONS(5027), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5029), + [sym_safe_nav] = ACTIONS(5029), + [sym_multiline_comment] = ACTIONS(3), + }, + [3273] = { + [sym__alpha_identifier] = ACTIONS(4672), + [anon_sym_AT] = ACTIONS(4674), + [anon_sym_LBRACK] = ACTIONS(4674), + [anon_sym_RBRACK] = ACTIONS(4674), + [anon_sym_as] = ACTIONS(4672), + [anon_sym_EQ] = ACTIONS(4672), + [anon_sym_LBRACE] = ACTIONS(4674), + [anon_sym_RBRACE] = ACTIONS(4674), + [anon_sym_LPAREN] = ACTIONS(4674), + [anon_sym_COMMA] = ACTIONS(4674), + [anon_sym_RPAREN] = ACTIONS(4674), + [anon_sym_LT] = ACTIONS(4672), + [anon_sym_GT] = ACTIONS(4672), + [anon_sym_where] = ACTIONS(4672), + [anon_sym_DOT] = ACTIONS(4672), + [anon_sym_SEMI] = ACTIONS(4674), + [anon_sym_get] = ACTIONS(4672), + [anon_sym_set] = ACTIONS(4672), + [anon_sym_STAR] = ACTIONS(4672), + [anon_sym_DASH_GT] = ACTIONS(4674), + [sym_label] = ACTIONS(4674), + [anon_sym_in] = ACTIONS(4672), + [anon_sym_while] = ACTIONS(4672), + [anon_sym_DOT_DOT] = ACTIONS(4674), + [anon_sym_QMARK_COLON] = ACTIONS(4674), + [anon_sym_AMP_AMP] = ACTIONS(4674), + [anon_sym_PIPE_PIPE] = ACTIONS(4674), + [anon_sym_else] = ACTIONS(4672), + [anon_sym_COLON_COLON] = ACTIONS(4674), + [anon_sym_PLUS_EQ] = ACTIONS(4674), + [anon_sym_DASH_EQ] = ACTIONS(4674), + [anon_sym_STAR_EQ] = ACTIONS(4674), + [anon_sym_SLASH_EQ] = ACTIONS(4674), + [anon_sym_PERCENT_EQ] = ACTIONS(4674), + [anon_sym_BANG_EQ] = ACTIONS(4672), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4674), + [anon_sym_EQ_EQ] = ACTIONS(4672), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4674), + [anon_sym_LT_EQ] = ACTIONS(4674), + [anon_sym_GT_EQ] = ACTIONS(4674), + [anon_sym_BANGin] = ACTIONS(4674), + [anon_sym_is] = ACTIONS(4672), + [anon_sym_BANGis] = ACTIONS(4674), + [anon_sym_PLUS] = ACTIONS(4672), + [anon_sym_DASH] = ACTIONS(4672), + [anon_sym_SLASH] = ACTIONS(4672), + [anon_sym_PERCENT] = ACTIONS(4672), + [anon_sym_as_QMARK] = ACTIONS(4674), + [anon_sym_PLUS_PLUS] = ACTIONS(4674), + [anon_sym_DASH_DASH] = ACTIONS(4674), + [anon_sym_BANG_BANG] = ACTIONS(4674), + [anon_sym_suspend] = ACTIONS(4672), + [anon_sym_sealed] = ACTIONS(4672), + [anon_sym_annotation] = ACTIONS(4672), + [anon_sym_data] = ACTIONS(4672), + [anon_sym_inner] = ACTIONS(4672), + [anon_sym_override] = ACTIONS(4672), + [anon_sym_lateinit] = ACTIONS(4672), + [anon_sym_public] = ACTIONS(4672), + [anon_sym_private] = ACTIONS(4672), + [anon_sym_internal] = ACTIONS(4672), + [anon_sym_protected] = ACTIONS(4672), + [anon_sym_tailrec] = ACTIONS(4672), + [anon_sym_operator] = ACTIONS(4672), + [anon_sym_infix] = ACTIONS(4672), + [anon_sym_inline] = ACTIONS(4672), + [anon_sym_external] = ACTIONS(4672), + [sym_property_modifier] = ACTIONS(4672), + [anon_sym_abstract] = ACTIONS(4672), + [anon_sym_final] = ACTIONS(4672), + [anon_sym_open] = ACTIONS(4672), + [anon_sym_vararg] = ACTIONS(4672), + [anon_sym_noinline] = ACTIONS(4672), + [anon_sym_crossinline] = ACTIONS(4672), + [anon_sym_expect] = ACTIONS(4672), + [anon_sym_actual] = ACTIONS(4672), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4674), + [sym_safe_nav] = ACTIONS(4674), + [sym_multiline_comment] = ACTIONS(3), + }, + [3274] = { + [sym__alpha_identifier] = ACTIONS(4264), + [anon_sym_AT] = ACTIONS(4266), + [anon_sym_LBRACK] = ACTIONS(4266), + [anon_sym_as] = ACTIONS(4264), + [anon_sym_EQ] = ACTIONS(4264), + [anon_sym_LBRACE] = ACTIONS(4266), + [anon_sym_RBRACE] = ACTIONS(4266), + [anon_sym_LPAREN] = ACTIONS(4266), + [anon_sym_COMMA] = ACTIONS(4266), + [anon_sym_by] = ACTIONS(4264), + [anon_sym_LT] = ACTIONS(4264), + [anon_sym_GT] = ACTIONS(4264), + [anon_sym_where] = ACTIONS(4264), + [anon_sym_DOT] = ACTIONS(4264), + [anon_sym_SEMI] = ACTIONS(4266), + [anon_sym_get] = ACTIONS(4264), + [anon_sym_set] = ACTIONS(4264), + [sym__quest] = ACTIONS(4264), + [anon_sym_STAR] = ACTIONS(4264), + [anon_sym_DASH_GT] = ACTIONS(4268), + [sym_label] = ACTIONS(4266), + [anon_sym_in] = ACTIONS(4264), + [anon_sym_DOT_DOT] = ACTIONS(4266), + [anon_sym_QMARK_COLON] = ACTIONS(4266), + [anon_sym_AMP_AMP] = ACTIONS(4266), + [anon_sym_PIPE_PIPE] = ACTIONS(4266), + [anon_sym_else] = ACTIONS(4264), + [anon_sym_COLON_COLON] = ACTIONS(4266), + [anon_sym_PLUS_EQ] = ACTIONS(4266), + [anon_sym_DASH_EQ] = ACTIONS(4266), + [anon_sym_STAR_EQ] = ACTIONS(4266), + [anon_sym_SLASH_EQ] = ACTIONS(4266), + [anon_sym_PERCENT_EQ] = ACTIONS(4266), + [anon_sym_BANG_EQ] = ACTIONS(4264), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4266), + [anon_sym_EQ_EQ] = ACTIONS(4264), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4266), + [anon_sym_LT_EQ] = ACTIONS(4266), + [anon_sym_GT_EQ] = ACTIONS(4266), + [anon_sym_BANGin] = ACTIONS(4266), + [anon_sym_is] = ACTIONS(4264), + [anon_sym_BANGis] = ACTIONS(4266), + [anon_sym_PLUS] = ACTIONS(4264), + [anon_sym_DASH] = ACTIONS(4264), + [anon_sym_SLASH] = ACTIONS(4264), + [anon_sym_PERCENT] = ACTIONS(4264), + [anon_sym_as_QMARK] = ACTIONS(4266), + [anon_sym_PLUS_PLUS] = ACTIONS(4266), + [anon_sym_DASH_DASH] = ACTIONS(4266), + [anon_sym_BANG_BANG] = ACTIONS(4266), + [anon_sym_suspend] = ACTIONS(4264), + [anon_sym_sealed] = ACTIONS(4264), + [anon_sym_annotation] = ACTIONS(4264), + [anon_sym_data] = ACTIONS(4264), + [anon_sym_inner] = ACTIONS(4264), + [anon_sym_override] = ACTIONS(4264), + [anon_sym_lateinit] = ACTIONS(4264), + [anon_sym_public] = ACTIONS(4264), + [anon_sym_private] = ACTIONS(4264), + [anon_sym_internal] = ACTIONS(4264), + [anon_sym_protected] = ACTIONS(4264), + [anon_sym_tailrec] = ACTIONS(4264), + [anon_sym_operator] = ACTIONS(4264), + [anon_sym_infix] = ACTIONS(4264), + [anon_sym_inline] = ACTIONS(4264), + [anon_sym_external] = ACTIONS(4264), + [sym_property_modifier] = ACTIONS(4264), + [anon_sym_abstract] = ACTIONS(4264), + [anon_sym_final] = ACTIONS(4264), + [anon_sym_open] = ACTIONS(4264), + [anon_sym_vararg] = ACTIONS(4264), + [anon_sym_noinline] = ACTIONS(4264), + [anon_sym_crossinline] = ACTIONS(4264), + [anon_sym_expect] = ACTIONS(4264), + [anon_sym_actual] = ACTIONS(4264), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4266), + [sym__automatic_semicolon] = ACTIONS(4266), + [sym_safe_nav] = ACTIONS(4266), + [sym_multiline_comment] = ACTIONS(3), + }, + [3275] = { + [sym__alpha_identifier] = ACTIONS(4903), + [anon_sym_AT] = ACTIONS(4905), + [anon_sym_LBRACK] = ACTIONS(4905), + [anon_sym_as] = ACTIONS(4903), + [anon_sym_EQ] = ACTIONS(4903), + [anon_sym_LBRACE] = ACTIONS(4905), + [anon_sym_RBRACE] = ACTIONS(4905), + [anon_sym_LPAREN] = ACTIONS(4905), + [anon_sym_COMMA] = ACTIONS(4905), + [anon_sym_LT] = ACTIONS(4903), + [anon_sym_GT] = ACTIONS(4903), + [anon_sym_where] = ACTIONS(4903), + [anon_sym_object] = ACTIONS(4903), + [anon_sym_fun] = ACTIONS(4903), + [anon_sym_DOT] = ACTIONS(4903), + [anon_sym_SEMI] = ACTIONS(4905), + [anon_sym_get] = ACTIONS(4903), + [anon_sym_set] = ACTIONS(4903), + [anon_sym_this] = ACTIONS(4903), + [anon_sym_super] = ACTIONS(4903), + [anon_sym_STAR] = ACTIONS(4903), + [sym_label] = ACTIONS(4903), + [anon_sym_in] = ACTIONS(4903), + [anon_sym_DOT_DOT] = ACTIONS(4905), + [anon_sym_QMARK_COLON] = ACTIONS(4905), + [anon_sym_AMP_AMP] = ACTIONS(4905), + [anon_sym_PIPE_PIPE] = ACTIONS(4905), + [anon_sym_null] = ACTIONS(4903), + [anon_sym_if] = ACTIONS(4903), + [anon_sym_else] = ACTIONS(4903), + [anon_sym_when] = ACTIONS(4903), + [anon_sym_try] = ACTIONS(4903), + [anon_sym_throw] = ACTIONS(4903), + [anon_sym_return] = ACTIONS(4903), + [anon_sym_continue] = ACTIONS(4903), + [anon_sym_break] = ACTIONS(4903), + [anon_sym_COLON_COLON] = ACTIONS(4905), + [anon_sym_PLUS_EQ] = ACTIONS(4905), + [anon_sym_DASH_EQ] = ACTIONS(4905), + [anon_sym_STAR_EQ] = ACTIONS(4905), + [anon_sym_SLASH_EQ] = ACTIONS(4905), + [anon_sym_PERCENT_EQ] = ACTIONS(4905), + [anon_sym_BANG_EQ] = ACTIONS(4903), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4905), + [anon_sym_EQ_EQ] = ACTIONS(4903), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4905), + [anon_sym_LT_EQ] = ACTIONS(4905), + [anon_sym_GT_EQ] = ACTIONS(4905), + [anon_sym_BANGin] = ACTIONS(4905), + [anon_sym_is] = ACTIONS(4903), + [anon_sym_BANGis] = ACTIONS(4905), + [anon_sym_PLUS] = ACTIONS(4903), + [anon_sym_DASH] = ACTIONS(4903), + [anon_sym_SLASH] = ACTIONS(4903), + [anon_sym_PERCENT] = ACTIONS(4903), + [anon_sym_as_QMARK] = ACTIONS(4905), + [anon_sym_PLUS_PLUS] = ACTIONS(4905), + [anon_sym_DASH_DASH] = ACTIONS(4905), + [anon_sym_BANG] = ACTIONS(4903), + [anon_sym_BANG_BANG] = ACTIONS(4905), + [anon_sym_data] = ACTIONS(4903), + [anon_sym_inner] = ACTIONS(4903), + [anon_sym_expect] = ACTIONS(4903), + [anon_sym_actual] = ACTIONS(4903), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4905), + [anon_sym_continue_AT] = ACTIONS(4905), + [anon_sym_break_AT] = ACTIONS(4905), + [sym_real_literal] = ACTIONS(4905), + [sym_integer_literal] = ACTIONS(4903), + [sym_hex_literal] = ACTIONS(4905), + [sym_bin_literal] = ACTIONS(4905), + [anon_sym_true] = ACTIONS(4903), + [anon_sym_false] = ACTIONS(4903), + [anon_sym_SQUOTE] = ACTIONS(4905), + [sym__backtick_identifier] = ACTIONS(4905), + [sym__automatic_semicolon] = ACTIONS(4905), + [sym_safe_nav] = ACTIONS(4905), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4905), + }, + [3276] = { + [sym__alpha_identifier] = ACTIONS(4927), + [anon_sym_AT] = ACTIONS(4929), + [anon_sym_LBRACK] = ACTIONS(4929), + [anon_sym_as] = ACTIONS(4927), + [anon_sym_EQ] = ACTIONS(4927), + [anon_sym_LBRACE] = ACTIONS(4929), + [anon_sym_RBRACE] = ACTIONS(4929), + [anon_sym_LPAREN] = ACTIONS(4929), + [anon_sym_COMMA] = ACTIONS(4929), + [anon_sym_LT] = ACTIONS(4927), + [anon_sym_GT] = ACTIONS(4927), + [anon_sym_where] = ACTIONS(4927), + [anon_sym_object] = ACTIONS(4927), + [anon_sym_fun] = ACTIONS(4927), + [anon_sym_DOT] = ACTIONS(4927), + [anon_sym_SEMI] = ACTIONS(4929), + [anon_sym_get] = ACTIONS(4927), + [anon_sym_set] = ACTIONS(4927), + [anon_sym_this] = ACTIONS(4927), + [anon_sym_super] = ACTIONS(4927), + [anon_sym_STAR] = ACTIONS(4927), + [sym_label] = ACTIONS(4927), + [anon_sym_in] = ACTIONS(4927), + [anon_sym_DOT_DOT] = ACTIONS(4929), + [anon_sym_QMARK_COLON] = ACTIONS(4929), + [anon_sym_AMP_AMP] = ACTIONS(4929), + [anon_sym_PIPE_PIPE] = ACTIONS(4929), + [anon_sym_null] = ACTIONS(4927), + [anon_sym_if] = ACTIONS(4927), + [anon_sym_else] = ACTIONS(4927), + [anon_sym_when] = ACTIONS(4927), + [anon_sym_try] = ACTIONS(4927), + [anon_sym_throw] = ACTIONS(4927), + [anon_sym_return] = ACTIONS(4927), + [anon_sym_continue] = ACTIONS(4927), + [anon_sym_break] = ACTIONS(4927), + [anon_sym_COLON_COLON] = ACTIONS(4929), + [anon_sym_PLUS_EQ] = ACTIONS(4929), + [anon_sym_DASH_EQ] = ACTIONS(4929), + [anon_sym_STAR_EQ] = ACTIONS(4929), + [anon_sym_SLASH_EQ] = ACTIONS(4929), + [anon_sym_PERCENT_EQ] = ACTIONS(4929), + [anon_sym_BANG_EQ] = ACTIONS(4927), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4929), + [anon_sym_EQ_EQ] = ACTIONS(4927), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4929), + [anon_sym_LT_EQ] = ACTIONS(4929), + [anon_sym_GT_EQ] = ACTIONS(4929), + [anon_sym_BANGin] = ACTIONS(4929), + [anon_sym_is] = ACTIONS(4927), + [anon_sym_BANGis] = ACTIONS(4929), + [anon_sym_PLUS] = ACTIONS(4927), + [anon_sym_DASH] = ACTIONS(4927), + [anon_sym_SLASH] = ACTIONS(4927), + [anon_sym_PERCENT] = ACTIONS(4927), + [anon_sym_as_QMARK] = ACTIONS(4929), + [anon_sym_PLUS_PLUS] = ACTIONS(4929), + [anon_sym_DASH_DASH] = ACTIONS(4929), + [anon_sym_BANG] = ACTIONS(4927), + [anon_sym_BANG_BANG] = ACTIONS(4929), + [anon_sym_data] = ACTIONS(4927), + [anon_sym_inner] = ACTIONS(4927), + [anon_sym_expect] = ACTIONS(4927), + [anon_sym_actual] = ACTIONS(4927), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4929), + [anon_sym_continue_AT] = ACTIONS(4929), + [anon_sym_break_AT] = ACTIONS(4929), + [sym_real_literal] = ACTIONS(4929), + [sym_integer_literal] = ACTIONS(4927), + [sym_hex_literal] = ACTIONS(4929), + [sym_bin_literal] = ACTIONS(4929), + [anon_sym_true] = ACTIONS(4927), + [anon_sym_false] = ACTIONS(4927), + [anon_sym_SQUOTE] = ACTIONS(4929), + [sym__backtick_identifier] = ACTIONS(4929), + [sym__automatic_semicolon] = ACTIONS(4929), + [sym_safe_nav] = ACTIONS(4929), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4929), + }, + [3277] = { + [aux_sym_nullable_type_repeat1] = STATE(3277), + [sym__alpha_identifier] = ACTIONS(4237), [anon_sym_AT] = ACTIONS(4239), [anon_sym_LBRACK] = ACTIONS(4239), - [anon_sym_RBRACK] = ACTIONS(4239), - [anon_sym_as] = ACTIONS(4241), - [anon_sym_EQ] = ACTIONS(4241), + [anon_sym_as] = ACTIONS(4237), + [anon_sym_EQ] = ACTIONS(4237), [anon_sym_LBRACE] = ACTIONS(4239), [anon_sym_RBRACE] = ACTIONS(4239), - [anon_sym_LPAREN] = ACTIONS(6528), + [anon_sym_LPAREN] = ACTIONS(4239), [anon_sym_COMMA] = ACTIONS(4239), - [anon_sym_RPAREN] = ACTIONS(4239), - [anon_sym_LT] = ACTIONS(4241), - [anon_sym_GT] = ACTIONS(4241), - [anon_sym_where] = ACTIONS(4241), - [anon_sym_DOT] = ACTIONS(4241), + [anon_sym_by] = ACTIONS(4237), + [anon_sym_LT] = ACTIONS(4237), + [anon_sym_GT] = ACTIONS(4237), + [anon_sym_where] = ACTIONS(4237), + [anon_sym_DOT] = ACTIONS(4237), [anon_sym_SEMI] = ACTIONS(4239), - [anon_sym_get] = ACTIONS(4241), - [anon_sym_set] = ACTIONS(4241), - [anon_sym_STAR] = ACTIONS(4241), - [anon_sym_DASH_GT] = ACTIONS(4239), + [anon_sym_get] = ACTIONS(4237), + [anon_sym_set] = ACTIONS(4237), + [sym__quest] = ACTIONS(6537), + [anon_sym_STAR] = ACTIONS(4237), [sym_label] = ACTIONS(4239), - [anon_sym_in] = ACTIONS(4241), - [anon_sym_while] = ACTIONS(4241), + [anon_sym_in] = ACTIONS(4237), [anon_sym_DOT_DOT] = ACTIONS(4239), [anon_sym_QMARK_COLON] = ACTIONS(4239), [anon_sym_AMP_AMP] = ACTIONS(4239), [anon_sym_PIPE_PIPE] = ACTIONS(4239), - [anon_sym_else] = ACTIONS(4241), + [anon_sym_else] = ACTIONS(4237), [anon_sym_COLON_COLON] = ACTIONS(4239), [anon_sym_PLUS_EQ] = ACTIONS(4239), [anon_sym_DASH_EQ] = ACTIONS(4239), [anon_sym_STAR_EQ] = ACTIONS(4239), [anon_sym_SLASH_EQ] = ACTIONS(4239), [anon_sym_PERCENT_EQ] = ACTIONS(4239), - [anon_sym_BANG_EQ] = ACTIONS(4241), + [anon_sym_BANG_EQ] = ACTIONS(4237), [anon_sym_BANG_EQ_EQ] = ACTIONS(4239), - [anon_sym_EQ_EQ] = ACTIONS(4241), + [anon_sym_EQ_EQ] = ACTIONS(4237), [anon_sym_EQ_EQ_EQ] = ACTIONS(4239), [anon_sym_LT_EQ] = ACTIONS(4239), [anon_sym_GT_EQ] = ACTIONS(4239), [anon_sym_BANGin] = ACTIONS(4239), - [anon_sym_is] = ACTIONS(4241), + [anon_sym_is] = ACTIONS(4237), [anon_sym_BANGis] = ACTIONS(4239), - [anon_sym_PLUS] = ACTIONS(4241), - [anon_sym_DASH] = ACTIONS(4241), - [anon_sym_SLASH] = ACTIONS(4241), - [anon_sym_PERCENT] = ACTIONS(4241), + [anon_sym_PLUS] = ACTIONS(4237), + [anon_sym_DASH] = ACTIONS(4237), + [anon_sym_SLASH] = ACTIONS(4237), + [anon_sym_PERCENT] = ACTIONS(4237), [anon_sym_as_QMARK] = ACTIONS(4239), [anon_sym_PLUS_PLUS] = ACTIONS(4239), [anon_sym_DASH_DASH] = ACTIONS(4239), [anon_sym_BANG_BANG] = ACTIONS(4239), - [anon_sym_suspend] = ACTIONS(4241), - [anon_sym_sealed] = ACTIONS(4241), - [anon_sym_annotation] = ACTIONS(4241), - [anon_sym_data] = ACTIONS(4241), - [anon_sym_inner] = ACTIONS(4241), - [anon_sym_override] = ACTIONS(4241), - [anon_sym_lateinit] = ACTIONS(4241), - [anon_sym_public] = ACTIONS(4241), - [anon_sym_private] = ACTIONS(4241), - [anon_sym_internal] = ACTIONS(4241), - [anon_sym_protected] = ACTIONS(4241), - [anon_sym_tailrec] = ACTIONS(4241), - [anon_sym_operator] = ACTIONS(4241), - [anon_sym_infix] = ACTIONS(4241), - [anon_sym_inline] = ACTIONS(4241), - [anon_sym_external] = ACTIONS(4241), - [sym_property_modifier] = ACTIONS(4241), - [anon_sym_abstract] = ACTIONS(4241), - [anon_sym_final] = ACTIONS(4241), - [anon_sym_open] = ACTIONS(4241), - [anon_sym_vararg] = ACTIONS(4241), - [anon_sym_noinline] = ACTIONS(4241), - [anon_sym_crossinline] = ACTIONS(4241), - [anon_sym_expect] = ACTIONS(4241), - [anon_sym_actual] = ACTIONS(4241), + [anon_sym_suspend] = ACTIONS(4237), + [anon_sym_sealed] = ACTIONS(4237), + [anon_sym_annotation] = ACTIONS(4237), + [anon_sym_data] = ACTIONS(4237), + [anon_sym_inner] = ACTIONS(4237), + [anon_sym_override] = ACTIONS(4237), + [anon_sym_lateinit] = ACTIONS(4237), + [anon_sym_public] = ACTIONS(4237), + [anon_sym_private] = ACTIONS(4237), + [anon_sym_internal] = ACTIONS(4237), + [anon_sym_protected] = ACTIONS(4237), + [anon_sym_tailrec] = ACTIONS(4237), + [anon_sym_operator] = ACTIONS(4237), + [anon_sym_infix] = ACTIONS(4237), + [anon_sym_inline] = ACTIONS(4237), + [anon_sym_external] = ACTIONS(4237), + [sym_property_modifier] = ACTIONS(4237), + [anon_sym_abstract] = ACTIONS(4237), + [anon_sym_final] = ACTIONS(4237), + [anon_sym_open] = ACTIONS(4237), + [anon_sym_vararg] = ACTIONS(4237), + [anon_sym_noinline] = ACTIONS(4237), + [anon_sym_crossinline] = ACTIONS(4237), + [anon_sym_expect] = ACTIONS(4237), + [anon_sym_actual] = ACTIONS(4237), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(4239), + [sym__automatic_semicolon] = ACTIONS(4239), [sym_safe_nav] = ACTIONS(4239), [sym_multiline_comment] = ACTIONS(3), }, + [3278] = { + [sym_type_constraints] = STATE(3515), + [sym_function_body] = STATE(3709), + [sym__block] = STATE(3738), + [sym__alpha_identifier] = ACTIONS(4256), + [anon_sym_AT] = ACTIONS(4258), + [anon_sym_LBRACK] = ACTIONS(4258), + [anon_sym_as] = ACTIONS(4256), + [anon_sym_EQ] = ACTIONS(6459), + [anon_sym_LBRACE] = ACTIONS(6461), + [anon_sym_RBRACE] = ACTIONS(4258), + [anon_sym_LPAREN] = ACTIONS(4258), + [anon_sym_COMMA] = ACTIONS(4258), + [anon_sym_LT] = ACTIONS(4256), + [anon_sym_GT] = ACTIONS(4256), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(4256), + [anon_sym_SEMI] = ACTIONS(4258), + [anon_sym_get] = ACTIONS(4256), + [anon_sym_set] = ACTIONS(4256), + [anon_sym_STAR] = ACTIONS(4256), + [sym_label] = ACTIONS(4258), + [anon_sym_in] = ACTIONS(4256), + [anon_sym_DOT_DOT] = ACTIONS(4258), + [anon_sym_QMARK_COLON] = ACTIONS(4258), + [anon_sym_AMP_AMP] = ACTIONS(4258), + [anon_sym_PIPE_PIPE] = ACTIONS(4258), + [anon_sym_else] = ACTIONS(4256), + [anon_sym_COLON_COLON] = ACTIONS(4258), + [anon_sym_PLUS_EQ] = ACTIONS(4258), + [anon_sym_DASH_EQ] = ACTIONS(4258), + [anon_sym_STAR_EQ] = ACTIONS(4258), + [anon_sym_SLASH_EQ] = ACTIONS(4258), + [anon_sym_PERCENT_EQ] = ACTIONS(4258), + [anon_sym_BANG_EQ] = ACTIONS(4256), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4258), + [anon_sym_EQ_EQ] = ACTIONS(4256), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4258), + [anon_sym_LT_EQ] = ACTIONS(4258), + [anon_sym_GT_EQ] = ACTIONS(4258), + [anon_sym_BANGin] = ACTIONS(4258), + [anon_sym_is] = ACTIONS(4256), + [anon_sym_BANGis] = ACTIONS(4258), + [anon_sym_PLUS] = ACTIONS(4256), + [anon_sym_DASH] = ACTIONS(4256), + [anon_sym_SLASH] = ACTIONS(4256), + [anon_sym_PERCENT] = ACTIONS(4256), + [anon_sym_as_QMARK] = ACTIONS(4258), + [anon_sym_PLUS_PLUS] = ACTIONS(4258), + [anon_sym_DASH_DASH] = ACTIONS(4258), + [anon_sym_BANG_BANG] = ACTIONS(4258), + [anon_sym_suspend] = ACTIONS(4256), + [anon_sym_sealed] = ACTIONS(4256), + [anon_sym_annotation] = ACTIONS(4256), + [anon_sym_data] = ACTIONS(4256), + [anon_sym_inner] = ACTIONS(4256), + [anon_sym_override] = ACTIONS(4256), + [anon_sym_lateinit] = ACTIONS(4256), + [anon_sym_public] = ACTIONS(4256), + [anon_sym_private] = ACTIONS(4256), + [anon_sym_internal] = ACTIONS(4256), + [anon_sym_protected] = ACTIONS(4256), + [anon_sym_tailrec] = ACTIONS(4256), + [anon_sym_operator] = ACTIONS(4256), + [anon_sym_infix] = ACTIONS(4256), + [anon_sym_inline] = ACTIONS(4256), + [anon_sym_external] = ACTIONS(4256), + [sym_property_modifier] = ACTIONS(4256), + [anon_sym_abstract] = ACTIONS(4256), + [anon_sym_final] = ACTIONS(4256), + [anon_sym_open] = ACTIONS(4256), + [anon_sym_vararg] = ACTIONS(4256), + [anon_sym_noinline] = ACTIONS(4256), + [anon_sym_crossinline] = ACTIONS(4256), + [anon_sym_expect] = ACTIONS(4256), + [anon_sym_actual] = ACTIONS(4256), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4258), + [sym__automatic_semicolon] = ACTIONS(4258), + [sym_safe_nav] = ACTIONS(4258), + [sym_multiline_comment] = ACTIONS(3), + }, [3279] = { - [sym__alpha_identifier] = ACTIONS(4773), - [anon_sym_AT] = ACTIONS(4775), - [anon_sym_LBRACK] = ACTIONS(4775), - [anon_sym_as] = ACTIONS(4773), - [anon_sym_EQ] = ACTIONS(4773), - [anon_sym_LBRACE] = ACTIONS(4775), - [anon_sym_RBRACE] = ACTIONS(4775), - [anon_sym_LPAREN] = ACTIONS(4775), - [anon_sym_COMMA] = ACTIONS(4775), - [anon_sym_LT] = ACTIONS(4773), - [anon_sym_GT] = ACTIONS(4773), - [anon_sym_where] = ACTIONS(4773), - [anon_sym_object] = ACTIONS(4773), - [anon_sym_fun] = ACTIONS(4773), - [anon_sym_DOT] = ACTIONS(4773), - [anon_sym_SEMI] = ACTIONS(4775), - [anon_sym_get] = ACTIONS(4773), - [anon_sym_set] = ACTIONS(4773), - [anon_sym_this] = ACTIONS(4773), - [anon_sym_super] = ACTIONS(4773), - [anon_sym_STAR] = ACTIONS(4773), - [sym_label] = ACTIONS(4773), - [anon_sym_in] = ACTIONS(4773), - [anon_sym_DOT_DOT] = ACTIONS(4775), - [anon_sym_QMARK_COLON] = ACTIONS(4775), - [anon_sym_AMP_AMP] = ACTIONS(4775), - [anon_sym_PIPE_PIPE] = ACTIONS(4775), - [anon_sym_null] = ACTIONS(4773), - [anon_sym_if] = ACTIONS(4773), - [anon_sym_else] = ACTIONS(4773), - [anon_sym_when] = ACTIONS(4773), - [anon_sym_try] = ACTIONS(4773), - [anon_sym_throw] = ACTIONS(4773), - [anon_sym_return] = ACTIONS(4773), - [anon_sym_continue] = ACTIONS(4773), - [anon_sym_break] = ACTIONS(4773), - [anon_sym_COLON_COLON] = ACTIONS(4775), - [anon_sym_PLUS_EQ] = ACTIONS(4775), - [anon_sym_DASH_EQ] = ACTIONS(4775), - [anon_sym_STAR_EQ] = ACTIONS(4775), - [anon_sym_SLASH_EQ] = ACTIONS(4775), - [anon_sym_PERCENT_EQ] = ACTIONS(4775), - [anon_sym_BANG_EQ] = ACTIONS(4773), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4775), - [anon_sym_EQ_EQ] = ACTIONS(4773), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4775), - [anon_sym_LT_EQ] = ACTIONS(4775), - [anon_sym_GT_EQ] = ACTIONS(4775), - [anon_sym_BANGin] = ACTIONS(4775), - [anon_sym_is] = ACTIONS(4773), - [anon_sym_BANGis] = ACTIONS(4775), - [anon_sym_PLUS] = ACTIONS(4773), - [anon_sym_DASH] = ACTIONS(4773), - [anon_sym_SLASH] = ACTIONS(4773), - [anon_sym_PERCENT] = ACTIONS(4773), - [anon_sym_as_QMARK] = ACTIONS(4775), - [anon_sym_PLUS_PLUS] = ACTIONS(4775), - [anon_sym_DASH_DASH] = ACTIONS(4775), - [anon_sym_BANG] = ACTIONS(4773), - [anon_sym_BANG_BANG] = ACTIONS(4775), - [anon_sym_data] = ACTIONS(4773), - [anon_sym_inner] = ACTIONS(4773), - [anon_sym_expect] = ACTIONS(4773), - [anon_sym_actual] = ACTIONS(4773), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4775), - [anon_sym_continue_AT] = ACTIONS(4775), - [anon_sym_break_AT] = ACTIONS(4775), - [sym_real_literal] = ACTIONS(4775), - [sym_integer_literal] = ACTIONS(4773), - [sym_hex_literal] = ACTIONS(4775), - [sym_bin_literal] = ACTIONS(4775), - [anon_sym_true] = ACTIONS(4773), - [anon_sym_false] = ACTIONS(4773), - [anon_sym_SQUOTE] = ACTIONS(4775), - [sym__backtick_identifier] = ACTIONS(4775), - [sym__automatic_semicolon] = ACTIONS(4775), - [sym_safe_nav] = ACTIONS(4775), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4775), + [sym__alpha_identifier] = ACTIONS(4842), + [anon_sym_AT] = ACTIONS(4844), + [anon_sym_LBRACK] = ACTIONS(4844), + [anon_sym_as] = ACTIONS(4842), + [anon_sym_EQ] = ACTIONS(4877), + [anon_sym_LBRACE] = ACTIONS(4844), + [anon_sym_RBRACE] = ACTIONS(4844), + [anon_sym_LPAREN] = ACTIONS(4844), + [anon_sym_COMMA] = ACTIONS(4844), + [anon_sym_LT] = ACTIONS(4842), + [anon_sym_GT] = ACTIONS(4842), + [anon_sym_where] = ACTIONS(4842), + [anon_sym_object] = ACTIONS(4842), + [anon_sym_fun] = ACTIONS(4842), + [anon_sym_DOT] = ACTIONS(4842), + [anon_sym_SEMI] = ACTIONS(4844), + [anon_sym_get] = ACTIONS(4842), + [anon_sym_set] = ACTIONS(4842), + [anon_sym_this] = ACTIONS(4842), + [anon_sym_super] = ACTIONS(4842), + [anon_sym_STAR] = ACTIONS(4842), + [sym_label] = ACTIONS(4842), + [anon_sym_in] = ACTIONS(4842), + [anon_sym_DOT_DOT] = ACTIONS(4844), + [anon_sym_QMARK_COLON] = ACTIONS(4844), + [anon_sym_AMP_AMP] = ACTIONS(4844), + [anon_sym_PIPE_PIPE] = ACTIONS(4844), + [anon_sym_null] = ACTIONS(4842), + [anon_sym_if] = ACTIONS(4842), + [anon_sym_else] = ACTIONS(4842), + [anon_sym_when] = ACTIONS(4842), + [anon_sym_try] = ACTIONS(4842), + [anon_sym_throw] = ACTIONS(4842), + [anon_sym_return] = ACTIONS(4842), + [anon_sym_continue] = ACTIONS(4842), + [anon_sym_break] = ACTIONS(4842), + [anon_sym_COLON_COLON] = ACTIONS(6540), + [anon_sym_PLUS_EQ] = ACTIONS(4879), + [anon_sym_DASH_EQ] = ACTIONS(4879), + [anon_sym_STAR_EQ] = ACTIONS(4879), + [anon_sym_SLASH_EQ] = ACTIONS(4879), + [anon_sym_PERCENT_EQ] = ACTIONS(4879), + [anon_sym_BANG_EQ] = ACTIONS(4842), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4844), + [anon_sym_EQ_EQ] = ACTIONS(4842), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4844), + [anon_sym_LT_EQ] = ACTIONS(4844), + [anon_sym_GT_EQ] = ACTIONS(4844), + [anon_sym_BANGin] = ACTIONS(4844), + [anon_sym_is] = ACTIONS(4842), + [anon_sym_BANGis] = ACTIONS(4844), + [anon_sym_PLUS] = ACTIONS(4842), + [anon_sym_DASH] = ACTIONS(4842), + [anon_sym_SLASH] = ACTIONS(4842), + [anon_sym_PERCENT] = ACTIONS(4842), + [anon_sym_as_QMARK] = ACTIONS(4844), + [anon_sym_PLUS_PLUS] = ACTIONS(4844), + [anon_sym_DASH_DASH] = ACTIONS(4844), + [anon_sym_BANG] = ACTIONS(4842), + [anon_sym_BANG_BANG] = ACTIONS(4844), + [anon_sym_data] = ACTIONS(4842), + [anon_sym_inner] = ACTIONS(4842), + [anon_sym_expect] = ACTIONS(4842), + [anon_sym_actual] = ACTIONS(4842), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4844), + [anon_sym_continue_AT] = ACTIONS(4844), + [anon_sym_break_AT] = ACTIONS(4844), + [sym_real_literal] = ACTIONS(4844), + [sym_integer_literal] = ACTIONS(4842), + [sym_hex_literal] = ACTIONS(4844), + [sym_bin_literal] = ACTIONS(4844), + [anon_sym_true] = ACTIONS(4842), + [anon_sym_false] = ACTIONS(4842), + [anon_sym_SQUOTE] = ACTIONS(4844), + [sym__backtick_identifier] = ACTIONS(4844), + [sym__automatic_semicolon] = ACTIONS(4844), + [sym_safe_nav] = ACTIONS(4844), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4844), }, [3280] = { - [sym__alpha_identifier] = ACTIONS(4929), - [anon_sym_AT] = ACTIONS(4931), - [anon_sym_LBRACK] = ACTIONS(4931), - [anon_sym_as] = ACTIONS(4929), - [anon_sym_EQ] = ACTIONS(4929), - [anon_sym_LBRACE] = ACTIONS(4931), - [anon_sym_RBRACE] = ACTIONS(4931), - [anon_sym_LPAREN] = ACTIONS(6530), - [anon_sym_COMMA] = ACTIONS(4931), - [anon_sym_LT] = ACTIONS(4929), - [anon_sym_GT] = ACTIONS(4929), - [anon_sym_where] = ACTIONS(4929), - [anon_sym_object] = ACTIONS(4929), - [anon_sym_fun] = ACTIONS(4929), - [anon_sym_DOT] = ACTIONS(4929), - [anon_sym_SEMI] = ACTIONS(4931), - [anon_sym_get] = ACTIONS(4929), - [anon_sym_set] = ACTIONS(4929), - [anon_sym_this] = ACTIONS(4929), - [anon_sym_super] = ACTIONS(4929), - [anon_sym_STAR] = ACTIONS(4929), - [sym_label] = ACTIONS(4929), - [anon_sym_in] = ACTIONS(4929), - [anon_sym_DOT_DOT] = ACTIONS(4931), - [anon_sym_QMARK_COLON] = ACTIONS(4931), - [anon_sym_AMP_AMP] = ACTIONS(4931), - [anon_sym_PIPE_PIPE] = ACTIONS(4931), - [anon_sym_null] = ACTIONS(4929), - [anon_sym_if] = ACTIONS(4929), - [anon_sym_else] = ACTIONS(4929), - [anon_sym_when] = ACTIONS(4929), - [anon_sym_try] = ACTIONS(4929), - [anon_sym_throw] = ACTIONS(4929), - [anon_sym_return] = ACTIONS(4929), - [anon_sym_continue] = ACTIONS(4929), - [anon_sym_break] = ACTIONS(4929), - [anon_sym_COLON_COLON] = ACTIONS(4931), - [anon_sym_PLUS_EQ] = ACTIONS(4931), - [anon_sym_DASH_EQ] = ACTIONS(4931), - [anon_sym_STAR_EQ] = ACTIONS(4931), - [anon_sym_SLASH_EQ] = ACTIONS(4931), - [anon_sym_PERCENT_EQ] = ACTIONS(4931), - [anon_sym_BANG_EQ] = ACTIONS(4929), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4931), - [anon_sym_EQ_EQ] = ACTIONS(4929), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4931), - [anon_sym_LT_EQ] = ACTIONS(4931), - [anon_sym_GT_EQ] = ACTIONS(4931), - [anon_sym_BANGin] = ACTIONS(4931), - [anon_sym_is] = ACTIONS(4929), - [anon_sym_BANGis] = ACTIONS(4931), - [anon_sym_PLUS] = ACTIONS(4929), - [anon_sym_DASH] = ACTIONS(4929), - [anon_sym_SLASH] = ACTIONS(4929), - [anon_sym_PERCENT] = ACTIONS(4929), - [anon_sym_as_QMARK] = ACTIONS(4931), - [anon_sym_PLUS_PLUS] = ACTIONS(4931), - [anon_sym_DASH_DASH] = ACTIONS(4931), - [anon_sym_BANG] = ACTIONS(4929), - [anon_sym_BANG_BANG] = ACTIONS(4931), - [anon_sym_data] = ACTIONS(4929), - [anon_sym_inner] = ACTIONS(4929), - [anon_sym_expect] = ACTIONS(4929), - [anon_sym_actual] = ACTIONS(4929), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4931), - [anon_sym_continue_AT] = ACTIONS(4931), - [anon_sym_break_AT] = ACTIONS(4931), - [sym_real_literal] = ACTIONS(4931), - [sym_integer_literal] = ACTIONS(4929), - [sym_hex_literal] = ACTIONS(4931), - [sym_bin_literal] = ACTIONS(4931), - [anon_sym_true] = ACTIONS(4929), - [anon_sym_false] = ACTIONS(4929), - [anon_sym_SQUOTE] = ACTIONS(4931), - [sym__backtick_identifier] = ACTIONS(4931), - [sym__automatic_semicolon] = ACTIONS(4931), - [sym_safe_nav] = ACTIONS(4931), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4931), + [sym__alpha_identifier] = ACTIONS(5019), + [anon_sym_AT] = ACTIONS(5021), + [anon_sym_LBRACK] = ACTIONS(5021), + [anon_sym_RBRACK] = ACTIONS(5021), + [anon_sym_as] = ACTIONS(5019), + [anon_sym_EQ] = ACTIONS(5019), + [anon_sym_LBRACE] = ACTIONS(5021), + [anon_sym_RBRACE] = ACTIONS(5021), + [anon_sym_LPAREN] = ACTIONS(5021), + [anon_sym_COMMA] = ACTIONS(5021), + [anon_sym_RPAREN] = ACTIONS(5021), + [anon_sym_LT] = ACTIONS(5019), + [anon_sym_GT] = ACTIONS(5019), + [anon_sym_where] = ACTIONS(5019), + [anon_sym_DOT] = ACTIONS(5019), + [anon_sym_SEMI] = ACTIONS(5021), + [anon_sym_get] = ACTIONS(5019), + [anon_sym_set] = ACTIONS(5019), + [anon_sym_STAR] = ACTIONS(5019), + [anon_sym_DASH_GT] = ACTIONS(5021), + [sym_label] = ACTIONS(5021), + [anon_sym_in] = ACTIONS(5019), + [anon_sym_while] = ACTIONS(5019), + [anon_sym_DOT_DOT] = ACTIONS(5021), + [anon_sym_QMARK_COLON] = ACTIONS(5021), + [anon_sym_AMP_AMP] = ACTIONS(5021), + [anon_sym_PIPE_PIPE] = ACTIONS(5021), + [anon_sym_else] = ACTIONS(5019), + [anon_sym_COLON_COLON] = ACTIONS(5021), + [anon_sym_PLUS_EQ] = ACTIONS(5021), + [anon_sym_DASH_EQ] = ACTIONS(5021), + [anon_sym_STAR_EQ] = ACTIONS(5021), + [anon_sym_SLASH_EQ] = ACTIONS(5021), + [anon_sym_PERCENT_EQ] = ACTIONS(5021), + [anon_sym_BANG_EQ] = ACTIONS(5019), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5021), + [anon_sym_EQ_EQ] = ACTIONS(5019), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5021), + [anon_sym_LT_EQ] = ACTIONS(5021), + [anon_sym_GT_EQ] = ACTIONS(5021), + [anon_sym_BANGin] = ACTIONS(5021), + [anon_sym_is] = ACTIONS(5019), + [anon_sym_BANGis] = ACTIONS(5021), + [anon_sym_PLUS] = ACTIONS(5019), + [anon_sym_DASH] = ACTIONS(5019), + [anon_sym_SLASH] = ACTIONS(5019), + [anon_sym_PERCENT] = ACTIONS(5019), + [anon_sym_as_QMARK] = ACTIONS(5021), + [anon_sym_PLUS_PLUS] = ACTIONS(5021), + [anon_sym_DASH_DASH] = ACTIONS(5021), + [anon_sym_BANG_BANG] = ACTIONS(5021), + [anon_sym_suspend] = ACTIONS(5019), + [anon_sym_sealed] = ACTIONS(5019), + [anon_sym_annotation] = ACTIONS(5019), + [anon_sym_data] = ACTIONS(5019), + [anon_sym_inner] = ACTIONS(5019), + [anon_sym_override] = ACTIONS(5019), + [anon_sym_lateinit] = ACTIONS(5019), + [anon_sym_public] = ACTIONS(5019), + [anon_sym_private] = ACTIONS(5019), + [anon_sym_internal] = ACTIONS(5019), + [anon_sym_protected] = ACTIONS(5019), + [anon_sym_tailrec] = ACTIONS(5019), + [anon_sym_operator] = ACTIONS(5019), + [anon_sym_infix] = ACTIONS(5019), + [anon_sym_inline] = ACTIONS(5019), + [anon_sym_external] = ACTIONS(5019), + [sym_property_modifier] = ACTIONS(5019), + [anon_sym_abstract] = ACTIONS(5019), + [anon_sym_final] = ACTIONS(5019), + [anon_sym_open] = ACTIONS(5019), + [anon_sym_vararg] = ACTIONS(5019), + [anon_sym_noinline] = ACTIONS(5019), + [anon_sym_crossinline] = ACTIONS(5019), + [anon_sym_expect] = ACTIONS(5019), + [anon_sym_actual] = ACTIONS(5019), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5021), + [sym_safe_nav] = ACTIONS(5021), + [sym_multiline_comment] = ACTIONS(3), }, [3281] = { - [sym__alpha_identifier] = ACTIONS(4999), - [anon_sym_AT] = ACTIONS(5001), - [anon_sym_LBRACK] = ACTIONS(5001), - [anon_sym_as] = ACTIONS(4999), - [anon_sym_EQ] = ACTIONS(4999), - [anon_sym_LBRACE] = ACTIONS(5001), - [anon_sym_RBRACE] = ACTIONS(5001), - [anon_sym_LPAREN] = ACTIONS(5001), - [anon_sym_COMMA] = ACTIONS(5001), - [anon_sym_LT] = ACTIONS(4999), - [anon_sym_GT] = ACTIONS(4999), - [anon_sym_where] = ACTIONS(4999), - [anon_sym_object] = ACTIONS(4999), - [anon_sym_fun] = ACTIONS(4999), - [anon_sym_DOT] = ACTIONS(4999), - [anon_sym_SEMI] = ACTIONS(5001), - [anon_sym_get] = ACTIONS(4999), - [anon_sym_set] = ACTIONS(4999), - [anon_sym_this] = ACTIONS(4999), - [anon_sym_super] = ACTIONS(4999), - [anon_sym_STAR] = ACTIONS(4999), - [sym_label] = ACTIONS(4999), - [anon_sym_in] = ACTIONS(4999), - [anon_sym_DOT_DOT] = ACTIONS(5001), - [anon_sym_QMARK_COLON] = ACTIONS(5001), - [anon_sym_AMP_AMP] = ACTIONS(5001), - [anon_sym_PIPE_PIPE] = ACTIONS(5001), - [anon_sym_null] = ACTIONS(4999), - [anon_sym_if] = ACTIONS(4999), - [anon_sym_else] = ACTIONS(4999), - [anon_sym_when] = ACTIONS(4999), - [anon_sym_try] = ACTIONS(4999), - [anon_sym_throw] = ACTIONS(4999), - [anon_sym_return] = ACTIONS(4999), - [anon_sym_continue] = ACTIONS(4999), - [anon_sym_break] = ACTIONS(4999), - [anon_sym_COLON_COLON] = ACTIONS(5001), - [anon_sym_PLUS_EQ] = ACTIONS(5001), - [anon_sym_DASH_EQ] = ACTIONS(5001), - [anon_sym_STAR_EQ] = ACTIONS(5001), - [anon_sym_SLASH_EQ] = ACTIONS(5001), - [anon_sym_PERCENT_EQ] = ACTIONS(5001), - [anon_sym_BANG_EQ] = ACTIONS(4999), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5001), - [anon_sym_EQ_EQ] = ACTIONS(4999), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5001), - [anon_sym_LT_EQ] = ACTIONS(5001), - [anon_sym_GT_EQ] = ACTIONS(5001), - [anon_sym_BANGin] = ACTIONS(5001), - [anon_sym_is] = ACTIONS(4999), - [anon_sym_BANGis] = ACTIONS(5001), - [anon_sym_PLUS] = ACTIONS(4999), - [anon_sym_DASH] = ACTIONS(4999), - [anon_sym_SLASH] = ACTIONS(4999), - [anon_sym_PERCENT] = ACTIONS(4999), - [anon_sym_as_QMARK] = ACTIONS(5001), - [anon_sym_PLUS_PLUS] = ACTIONS(5001), - [anon_sym_DASH_DASH] = ACTIONS(5001), - [anon_sym_BANG] = ACTIONS(4999), - [anon_sym_BANG_BANG] = ACTIONS(5001), - [anon_sym_data] = ACTIONS(4999), - [anon_sym_inner] = ACTIONS(4999), - [anon_sym_expect] = ACTIONS(4999), - [anon_sym_actual] = ACTIONS(4999), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5001), - [anon_sym_continue_AT] = ACTIONS(5001), - [anon_sym_break_AT] = ACTIONS(5001), - [sym_real_literal] = ACTIONS(5001), - [sym_integer_literal] = ACTIONS(4999), - [sym_hex_literal] = ACTIONS(5001), - [sym_bin_literal] = ACTIONS(5001), - [anon_sym_true] = ACTIONS(4999), - [anon_sym_false] = ACTIONS(4999), - [anon_sym_SQUOTE] = ACTIONS(5001), - [sym__backtick_identifier] = ACTIONS(5001), - [sym__automatic_semicolon] = ACTIONS(5001), - [sym_safe_nav] = ACTIONS(5001), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5001), + [sym__alpha_identifier] = ACTIONS(4047), + [anon_sym_AT] = ACTIONS(4049), + [anon_sym_LBRACK] = ACTIONS(4049), + [anon_sym_RBRACK] = ACTIONS(4049), + [anon_sym_as] = ACTIONS(4047), + [anon_sym_EQ] = ACTIONS(4047), + [anon_sym_LBRACE] = ACTIONS(4049), + [anon_sym_RBRACE] = ACTIONS(4049), + [anon_sym_LPAREN] = ACTIONS(4049), + [anon_sym_COMMA] = ACTIONS(4049), + [anon_sym_RPAREN] = ACTIONS(4049), + [anon_sym_LT] = ACTIONS(4047), + [anon_sym_GT] = ACTIONS(4047), + [anon_sym_where] = ACTIONS(4047), + [anon_sym_DOT] = ACTIONS(4047), + [anon_sym_SEMI] = ACTIONS(4049), + [anon_sym_get] = ACTIONS(4047), + [anon_sym_set] = ACTIONS(4047), + [anon_sym_STAR] = ACTIONS(4047), + [anon_sym_DASH_GT] = ACTIONS(4049), + [sym_label] = ACTIONS(4049), + [anon_sym_in] = ACTIONS(4047), + [anon_sym_while] = ACTIONS(4047), + [anon_sym_DOT_DOT] = ACTIONS(4049), + [anon_sym_QMARK_COLON] = ACTIONS(4049), + [anon_sym_AMP_AMP] = ACTIONS(4049), + [anon_sym_PIPE_PIPE] = ACTIONS(4049), + [anon_sym_else] = ACTIONS(4047), + [anon_sym_COLON_COLON] = ACTIONS(4049), + [anon_sym_PLUS_EQ] = ACTIONS(4049), + [anon_sym_DASH_EQ] = ACTIONS(4049), + [anon_sym_STAR_EQ] = ACTIONS(4049), + [anon_sym_SLASH_EQ] = ACTIONS(4049), + [anon_sym_PERCENT_EQ] = ACTIONS(4049), + [anon_sym_BANG_EQ] = ACTIONS(4047), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4049), + [anon_sym_EQ_EQ] = ACTIONS(4047), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4049), + [anon_sym_LT_EQ] = ACTIONS(4049), + [anon_sym_GT_EQ] = ACTIONS(4049), + [anon_sym_BANGin] = ACTIONS(4049), + [anon_sym_is] = ACTIONS(4047), + [anon_sym_BANGis] = ACTIONS(4049), + [anon_sym_PLUS] = ACTIONS(4047), + [anon_sym_DASH] = ACTIONS(4047), + [anon_sym_SLASH] = ACTIONS(4047), + [anon_sym_PERCENT] = ACTIONS(4047), + [anon_sym_as_QMARK] = ACTIONS(4049), + [anon_sym_PLUS_PLUS] = ACTIONS(4049), + [anon_sym_DASH_DASH] = ACTIONS(4049), + [anon_sym_BANG_BANG] = ACTIONS(4049), + [anon_sym_suspend] = ACTIONS(4047), + [anon_sym_sealed] = ACTIONS(4047), + [anon_sym_annotation] = ACTIONS(4047), + [anon_sym_data] = ACTIONS(4047), + [anon_sym_inner] = ACTIONS(4047), + [anon_sym_override] = ACTIONS(4047), + [anon_sym_lateinit] = ACTIONS(4047), + [anon_sym_public] = ACTIONS(4047), + [anon_sym_private] = ACTIONS(4047), + [anon_sym_internal] = ACTIONS(4047), + [anon_sym_protected] = ACTIONS(4047), + [anon_sym_tailrec] = ACTIONS(4047), + [anon_sym_operator] = ACTIONS(4047), + [anon_sym_infix] = ACTIONS(4047), + [anon_sym_inline] = ACTIONS(4047), + [anon_sym_external] = ACTIONS(4047), + [sym_property_modifier] = ACTIONS(4047), + [anon_sym_abstract] = ACTIONS(4047), + [anon_sym_final] = ACTIONS(4047), + [anon_sym_open] = ACTIONS(4047), + [anon_sym_vararg] = ACTIONS(4047), + [anon_sym_noinline] = ACTIONS(4047), + [anon_sym_crossinline] = ACTIONS(4047), + [anon_sym_expect] = ACTIONS(4047), + [anon_sym_actual] = ACTIONS(4047), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4049), + [sym_safe_nav] = ACTIONS(4049), + [sym_multiline_comment] = ACTIONS(3), }, [3282] = { - [sym__alpha_identifier] = ACTIONS(4923), - [anon_sym_AT] = ACTIONS(4925), - [anon_sym_LBRACK] = ACTIONS(4925), - [anon_sym_as] = ACTIONS(4923), - [anon_sym_EQ] = ACTIONS(4923), - [anon_sym_LBRACE] = ACTIONS(4925), - [anon_sym_RBRACE] = ACTIONS(4925), - [anon_sym_LPAREN] = ACTIONS(6532), - [anon_sym_COMMA] = ACTIONS(4925), - [anon_sym_LT] = ACTIONS(4923), - [anon_sym_GT] = ACTIONS(4923), - [anon_sym_where] = ACTIONS(4923), - [anon_sym_object] = ACTIONS(4923), - [anon_sym_fun] = ACTIONS(4923), - [anon_sym_DOT] = ACTIONS(4923), - [anon_sym_SEMI] = ACTIONS(4925), - [anon_sym_get] = ACTIONS(4923), - [anon_sym_set] = ACTIONS(4923), - [anon_sym_this] = ACTIONS(4923), - [anon_sym_super] = ACTIONS(4923), - [anon_sym_STAR] = ACTIONS(4923), - [sym_label] = ACTIONS(4923), - [anon_sym_in] = ACTIONS(4923), - [anon_sym_DOT_DOT] = ACTIONS(4925), - [anon_sym_QMARK_COLON] = ACTIONS(4925), - [anon_sym_AMP_AMP] = ACTIONS(4925), - [anon_sym_PIPE_PIPE] = ACTIONS(4925), - [anon_sym_null] = ACTIONS(4923), - [anon_sym_if] = ACTIONS(4923), - [anon_sym_else] = ACTIONS(4923), - [anon_sym_when] = ACTIONS(4923), - [anon_sym_try] = ACTIONS(4923), - [anon_sym_throw] = ACTIONS(4923), - [anon_sym_return] = ACTIONS(4923), - [anon_sym_continue] = ACTIONS(4923), - [anon_sym_break] = ACTIONS(4923), - [anon_sym_COLON_COLON] = ACTIONS(4925), - [anon_sym_PLUS_EQ] = ACTIONS(4925), - [anon_sym_DASH_EQ] = ACTIONS(4925), - [anon_sym_STAR_EQ] = ACTIONS(4925), - [anon_sym_SLASH_EQ] = ACTIONS(4925), - [anon_sym_PERCENT_EQ] = ACTIONS(4925), - [anon_sym_BANG_EQ] = ACTIONS(4923), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4925), - [anon_sym_EQ_EQ] = ACTIONS(4923), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4925), - [anon_sym_LT_EQ] = ACTIONS(4925), - [anon_sym_GT_EQ] = ACTIONS(4925), - [anon_sym_BANGin] = ACTIONS(4925), - [anon_sym_is] = ACTIONS(4923), - [anon_sym_BANGis] = ACTIONS(4925), - [anon_sym_PLUS] = ACTIONS(4923), - [anon_sym_DASH] = ACTIONS(4923), - [anon_sym_SLASH] = ACTIONS(4923), - [anon_sym_PERCENT] = ACTIONS(4923), - [anon_sym_as_QMARK] = ACTIONS(4925), - [anon_sym_PLUS_PLUS] = ACTIONS(4925), - [anon_sym_DASH_DASH] = ACTIONS(4925), - [anon_sym_BANG] = ACTIONS(4923), - [anon_sym_BANG_BANG] = ACTIONS(4925), - [anon_sym_data] = ACTIONS(4923), - [anon_sym_inner] = ACTIONS(4923), - [anon_sym_expect] = ACTIONS(4923), - [anon_sym_actual] = ACTIONS(4923), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4925), - [anon_sym_continue_AT] = ACTIONS(4925), - [anon_sym_break_AT] = ACTIONS(4925), - [sym_real_literal] = ACTIONS(4925), - [sym_integer_literal] = ACTIONS(4923), - [sym_hex_literal] = ACTIONS(4925), - [sym_bin_literal] = ACTIONS(4925), - [anon_sym_true] = ACTIONS(4923), - [anon_sym_false] = ACTIONS(4923), - [anon_sym_SQUOTE] = ACTIONS(4925), - [sym__backtick_identifier] = ACTIONS(4925), - [sym__automatic_semicolon] = ACTIONS(4925), - [sym_safe_nav] = ACTIONS(4925), + [sym__alpha_identifier] = ACTIONS(5011), + [anon_sym_AT] = ACTIONS(5013), + [anon_sym_LBRACK] = ACTIONS(5013), + [anon_sym_RBRACK] = ACTIONS(5013), + [anon_sym_as] = ACTIONS(5011), + [anon_sym_EQ] = ACTIONS(5011), + [anon_sym_LBRACE] = ACTIONS(5013), + [anon_sym_RBRACE] = ACTIONS(5013), + [anon_sym_LPAREN] = ACTIONS(5013), + [anon_sym_COMMA] = ACTIONS(5013), + [anon_sym_RPAREN] = ACTIONS(5013), + [anon_sym_LT] = ACTIONS(5011), + [anon_sym_GT] = ACTIONS(5011), + [anon_sym_where] = ACTIONS(5011), + [anon_sym_DOT] = ACTIONS(5011), + [anon_sym_SEMI] = ACTIONS(5013), + [anon_sym_get] = ACTIONS(5011), + [anon_sym_set] = ACTIONS(5011), + [anon_sym_STAR] = ACTIONS(5011), + [anon_sym_DASH_GT] = ACTIONS(5013), + [sym_label] = ACTIONS(5013), + [anon_sym_in] = ACTIONS(5011), + [anon_sym_while] = ACTIONS(5011), + [anon_sym_DOT_DOT] = ACTIONS(5013), + [anon_sym_QMARK_COLON] = ACTIONS(5013), + [anon_sym_AMP_AMP] = ACTIONS(5013), + [anon_sym_PIPE_PIPE] = ACTIONS(5013), + [anon_sym_else] = ACTIONS(5011), + [anon_sym_COLON_COLON] = ACTIONS(5013), + [anon_sym_PLUS_EQ] = ACTIONS(5013), + [anon_sym_DASH_EQ] = ACTIONS(5013), + [anon_sym_STAR_EQ] = ACTIONS(5013), + [anon_sym_SLASH_EQ] = ACTIONS(5013), + [anon_sym_PERCENT_EQ] = ACTIONS(5013), + [anon_sym_BANG_EQ] = ACTIONS(5011), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5013), + [anon_sym_EQ_EQ] = ACTIONS(5011), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5013), + [anon_sym_LT_EQ] = ACTIONS(5013), + [anon_sym_GT_EQ] = ACTIONS(5013), + [anon_sym_BANGin] = ACTIONS(5013), + [anon_sym_is] = ACTIONS(5011), + [anon_sym_BANGis] = ACTIONS(5013), + [anon_sym_PLUS] = ACTIONS(5011), + [anon_sym_DASH] = ACTIONS(5011), + [anon_sym_SLASH] = ACTIONS(5011), + [anon_sym_PERCENT] = ACTIONS(5011), + [anon_sym_as_QMARK] = ACTIONS(5013), + [anon_sym_PLUS_PLUS] = ACTIONS(5013), + [anon_sym_DASH_DASH] = ACTIONS(5013), + [anon_sym_BANG_BANG] = ACTIONS(5013), + [anon_sym_suspend] = ACTIONS(5011), + [anon_sym_sealed] = ACTIONS(5011), + [anon_sym_annotation] = ACTIONS(5011), + [anon_sym_data] = ACTIONS(5011), + [anon_sym_inner] = ACTIONS(5011), + [anon_sym_override] = ACTIONS(5011), + [anon_sym_lateinit] = ACTIONS(5011), + [anon_sym_public] = ACTIONS(5011), + [anon_sym_private] = ACTIONS(5011), + [anon_sym_internal] = ACTIONS(5011), + [anon_sym_protected] = ACTIONS(5011), + [anon_sym_tailrec] = ACTIONS(5011), + [anon_sym_operator] = ACTIONS(5011), + [anon_sym_infix] = ACTIONS(5011), + [anon_sym_inline] = ACTIONS(5011), + [anon_sym_external] = ACTIONS(5011), + [sym_property_modifier] = ACTIONS(5011), + [anon_sym_abstract] = ACTIONS(5011), + [anon_sym_final] = ACTIONS(5011), + [anon_sym_open] = ACTIONS(5011), + [anon_sym_vararg] = ACTIONS(5011), + [anon_sym_noinline] = ACTIONS(5011), + [anon_sym_crossinline] = ACTIONS(5011), + [anon_sym_expect] = ACTIONS(5011), + [anon_sym_actual] = ACTIONS(5011), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5013), + [sym_safe_nav] = ACTIONS(5013), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4925), }, [3283] = { - [sym_type_constraints] = STATE(3617), - [sym_function_body] = STATE(3174), - [sym__block] = STATE(3367), - [sym__alpha_identifier] = ACTIONS(4089), - [anon_sym_AT] = ACTIONS(4091), - [anon_sym_LBRACK] = ACTIONS(4091), - [anon_sym_as] = ACTIONS(4089), - [anon_sym_EQ] = ACTIONS(6462), - [anon_sym_LBRACE] = ACTIONS(6236), - [anon_sym_RBRACE] = ACTIONS(4091), - [anon_sym_LPAREN] = ACTIONS(4091), - [anon_sym_RPAREN] = ACTIONS(4091), - [anon_sym_LT] = ACTIONS(4089), - [anon_sym_GT] = ACTIONS(4089), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(4089), - [anon_sym_SEMI] = ACTIONS(4091), - [anon_sym_get] = ACTIONS(4089), - [anon_sym_set] = ACTIONS(4089), - [anon_sym_STAR] = ACTIONS(4089), - [sym_label] = ACTIONS(4091), - [anon_sym_in] = ACTIONS(4089), - [anon_sym_while] = ACTIONS(4089), - [anon_sym_DOT_DOT] = ACTIONS(4091), - [anon_sym_QMARK_COLON] = ACTIONS(4091), - [anon_sym_AMP_AMP] = ACTIONS(4091), - [anon_sym_PIPE_PIPE] = ACTIONS(4091), - [anon_sym_else] = ACTIONS(4089), - [anon_sym_COLON_COLON] = ACTIONS(4091), - [anon_sym_PLUS_EQ] = ACTIONS(4091), - [anon_sym_DASH_EQ] = ACTIONS(4091), - [anon_sym_STAR_EQ] = ACTIONS(4091), - [anon_sym_SLASH_EQ] = ACTIONS(4091), - [anon_sym_PERCENT_EQ] = ACTIONS(4091), - [anon_sym_BANG_EQ] = ACTIONS(4089), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4091), - [anon_sym_EQ_EQ] = ACTIONS(4089), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4091), - [anon_sym_LT_EQ] = ACTIONS(4091), - [anon_sym_GT_EQ] = ACTIONS(4091), - [anon_sym_BANGin] = ACTIONS(4091), - [anon_sym_is] = ACTIONS(4089), - [anon_sym_BANGis] = ACTIONS(4091), - [anon_sym_PLUS] = ACTIONS(4089), - [anon_sym_DASH] = ACTIONS(4089), - [anon_sym_SLASH] = ACTIONS(4089), - [anon_sym_PERCENT] = ACTIONS(4089), - [anon_sym_as_QMARK] = ACTIONS(4091), - [anon_sym_PLUS_PLUS] = ACTIONS(4091), - [anon_sym_DASH_DASH] = ACTIONS(4091), - [anon_sym_BANG_BANG] = ACTIONS(4091), - [anon_sym_suspend] = ACTIONS(4089), - [anon_sym_sealed] = ACTIONS(4089), - [anon_sym_annotation] = ACTIONS(4089), - [anon_sym_data] = ACTIONS(4089), - [anon_sym_inner] = ACTIONS(4089), - [anon_sym_override] = ACTIONS(4089), - [anon_sym_lateinit] = ACTIONS(4089), - [anon_sym_public] = ACTIONS(4089), - [anon_sym_private] = ACTIONS(4089), - [anon_sym_internal] = ACTIONS(4089), - [anon_sym_protected] = ACTIONS(4089), - [anon_sym_tailrec] = ACTIONS(4089), - [anon_sym_operator] = ACTIONS(4089), - [anon_sym_infix] = ACTIONS(4089), - [anon_sym_inline] = ACTIONS(4089), - [anon_sym_external] = ACTIONS(4089), - [sym_property_modifier] = ACTIONS(4089), - [anon_sym_abstract] = ACTIONS(4089), - [anon_sym_final] = ACTIONS(4089), - [anon_sym_open] = ACTIONS(4089), - [anon_sym_vararg] = ACTIONS(4089), - [anon_sym_noinline] = ACTIONS(4089), - [anon_sym_crossinline] = ACTIONS(4089), - [anon_sym_expect] = ACTIONS(4089), - [anon_sym_actual] = ACTIONS(4089), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4091), - [sym_safe_nav] = ACTIONS(4091), - [sym_multiline_comment] = ACTIONS(3), + [sym__alpha_identifier] = ACTIONS(4865), + [anon_sym_AT] = ACTIONS(4867), + [anon_sym_LBRACK] = ACTIONS(4867), + [anon_sym_as] = ACTIONS(4865), + [anon_sym_EQ] = ACTIONS(4865), + [anon_sym_LBRACE] = ACTIONS(4867), + [anon_sym_RBRACE] = ACTIONS(4867), + [anon_sym_LPAREN] = ACTIONS(4867), + [anon_sym_COMMA] = ACTIONS(4867), + [anon_sym_LT] = ACTIONS(4865), + [anon_sym_GT] = ACTIONS(4865), + [anon_sym_where] = ACTIONS(4865), + [anon_sym_object] = ACTIONS(4865), + [anon_sym_fun] = ACTIONS(4865), + [anon_sym_DOT] = ACTIONS(4865), + [anon_sym_SEMI] = ACTIONS(4867), + [anon_sym_get] = ACTIONS(4865), + [anon_sym_set] = ACTIONS(4865), + [anon_sym_this] = ACTIONS(4865), + [anon_sym_super] = ACTIONS(4865), + [anon_sym_STAR] = ACTIONS(4865), + [sym_label] = ACTIONS(4865), + [anon_sym_in] = ACTIONS(4865), + [anon_sym_DOT_DOT] = ACTIONS(4867), + [anon_sym_QMARK_COLON] = ACTIONS(4867), + [anon_sym_AMP_AMP] = ACTIONS(4867), + [anon_sym_PIPE_PIPE] = ACTIONS(4867), + [anon_sym_null] = ACTIONS(4865), + [anon_sym_if] = ACTIONS(4865), + [anon_sym_else] = ACTIONS(4865), + [anon_sym_when] = ACTIONS(4865), + [anon_sym_try] = ACTIONS(4865), + [anon_sym_throw] = ACTIONS(4865), + [anon_sym_return] = ACTIONS(4865), + [anon_sym_continue] = ACTIONS(4865), + [anon_sym_break] = ACTIONS(4865), + [anon_sym_COLON_COLON] = ACTIONS(4867), + [anon_sym_PLUS_EQ] = ACTIONS(4867), + [anon_sym_DASH_EQ] = ACTIONS(4867), + [anon_sym_STAR_EQ] = ACTIONS(4867), + [anon_sym_SLASH_EQ] = ACTIONS(4867), + [anon_sym_PERCENT_EQ] = ACTIONS(4867), + [anon_sym_BANG_EQ] = ACTIONS(4865), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4867), + [anon_sym_EQ_EQ] = ACTIONS(4865), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4867), + [anon_sym_LT_EQ] = ACTIONS(4867), + [anon_sym_GT_EQ] = ACTIONS(4867), + [anon_sym_BANGin] = ACTIONS(4867), + [anon_sym_is] = ACTIONS(4865), + [anon_sym_BANGis] = ACTIONS(4867), + [anon_sym_PLUS] = ACTIONS(4865), + [anon_sym_DASH] = ACTIONS(4865), + [anon_sym_SLASH] = ACTIONS(4865), + [anon_sym_PERCENT] = ACTIONS(4865), + [anon_sym_as_QMARK] = ACTIONS(4867), + [anon_sym_PLUS_PLUS] = ACTIONS(4867), + [anon_sym_DASH_DASH] = ACTIONS(4867), + [anon_sym_BANG] = ACTIONS(4865), + [anon_sym_BANG_BANG] = ACTIONS(4867), + [anon_sym_data] = ACTIONS(4865), + [anon_sym_inner] = ACTIONS(4865), + [anon_sym_expect] = ACTIONS(4865), + [anon_sym_actual] = ACTIONS(4865), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4867), + [anon_sym_continue_AT] = ACTIONS(4867), + [anon_sym_break_AT] = ACTIONS(4867), + [sym_real_literal] = ACTIONS(4867), + [sym_integer_literal] = ACTIONS(4865), + [sym_hex_literal] = ACTIONS(4867), + [sym_bin_literal] = ACTIONS(4867), + [anon_sym_true] = ACTIONS(4865), + [anon_sym_false] = ACTIONS(4865), + [anon_sym_SQUOTE] = ACTIONS(4867), + [sym__backtick_identifier] = ACTIONS(4867), + [sym__automatic_semicolon] = ACTIONS(4867), + [sym_safe_nav] = ACTIONS(4867), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4867), }, [3284] = { - [sym__alpha_identifier] = ACTIONS(4851), - [anon_sym_AT] = ACTIONS(4853), - [anon_sym_LBRACK] = ACTIONS(4853), - [anon_sym_as] = ACTIONS(4851), - [anon_sym_EQ] = ACTIONS(4851), - [anon_sym_LBRACE] = ACTIONS(4853), - [anon_sym_RBRACE] = ACTIONS(4853), - [anon_sym_LPAREN] = ACTIONS(4853), - [anon_sym_COMMA] = ACTIONS(4853), - [anon_sym_LT] = ACTIONS(4851), - [anon_sym_GT] = ACTIONS(4851), - [anon_sym_where] = ACTIONS(4851), - [anon_sym_object] = ACTIONS(4851), - [anon_sym_fun] = ACTIONS(4851), - [anon_sym_DOT] = ACTIONS(4851), - [anon_sym_SEMI] = ACTIONS(4853), - [anon_sym_get] = ACTIONS(4851), - [anon_sym_set] = ACTIONS(4851), - [anon_sym_this] = ACTIONS(4851), - [anon_sym_super] = ACTIONS(4851), - [anon_sym_STAR] = ACTIONS(4851), - [sym_label] = ACTIONS(4851), - [anon_sym_in] = ACTIONS(4851), - [anon_sym_DOT_DOT] = ACTIONS(4853), - [anon_sym_QMARK_COLON] = ACTIONS(4853), - [anon_sym_AMP_AMP] = ACTIONS(4853), - [anon_sym_PIPE_PIPE] = ACTIONS(4853), - [anon_sym_null] = ACTIONS(4851), - [anon_sym_if] = ACTIONS(4851), - [anon_sym_else] = ACTIONS(4851), - [anon_sym_when] = ACTIONS(4851), - [anon_sym_try] = ACTIONS(4851), - [anon_sym_throw] = ACTIONS(4851), - [anon_sym_return] = ACTIONS(4851), - [anon_sym_continue] = ACTIONS(4851), - [anon_sym_break] = ACTIONS(4851), - [anon_sym_COLON_COLON] = ACTIONS(4853), - [anon_sym_PLUS_EQ] = ACTIONS(4853), - [anon_sym_DASH_EQ] = ACTIONS(4853), - [anon_sym_STAR_EQ] = ACTIONS(4853), - [anon_sym_SLASH_EQ] = ACTIONS(4853), - [anon_sym_PERCENT_EQ] = ACTIONS(4853), - [anon_sym_BANG_EQ] = ACTIONS(4851), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4853), - [anon_sym_EQ_EQ] = ACTIONS(4851), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4853), - [anon_sym_LT_EQ] = ACTIONS(4853), - [anon_sym_GT_EQ] = ACTIONS(4853), - [anon_sym_BANGin] = ACTIONS(4853), - [anon_sym_is] = ACTIONS(4851), - [anon_sym_BANGis] = ACTIONS(4853), - [anon_sym_PLUS] = ACTIONS(4851), - [anon_sym_DASH] = ACTIONS(4851), - [anon_sym_SLASH] = ACTIONS(4851), - [anon_sym_PERCENT] = ACTIONS(4851), - [anon_sym_as_QMARK] = ACTIONS(4853), - [anon_sym_PLUS_PLUS] = ACTIONS(4853), - [anon_sym_DASH_DASH] = ACTIONS(4853), - [anon_sym_BANG] = ACTIONS(4851), - [anon_sym_BANG_BANG] = ACTIONS(4853), - [anon_sym_data] = ACTIONS(4851), - [anon_sym_inner] = ACTIONS(4851), - [anon_sym_expect] = ACTIONS(4851), - [anon_sym_actual] = ACTIONS(4851), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4853), - [anon_sym_continue_AT] = ACTIONS(4853), - [anon_sym_break_AT] = ACTIONS(4853), - [sym_real_literal] = ACTIONS(4853), - [sym_integer_literal] = ACTIONS(4851), - [sym_hex_literal] = ACTIONS(4853), - [sym_bin_literal] = ACTIONS(4853), - [anon_sym_true] = ACTIONS(4851), - [anon_sym_false] = ACTIONS(4851), - [anon_sym_SQUOTE] = ACTIONS(4853), - [sym__backtick_identifier] = ACTIONS(4853), - [sym__automatic_semicolon] = ACTIONS(4853), - [sym_safe_nav] = ACTIONS(4853), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4853), + [sym_type_constraints] = STATE(3514), + [sym_function_body] = STATE(3707), + [sym__block] = STATE(3738), + [sym__alpha_identifier] = ACTIONS(4260), + [anon_sym_AT] = ACTIONS(4262), + [anon_sym_LBRACK] = ACTIONS(4262), + [anon_sym_as] = ACTIONS(4260), + [anon_sym_EQ] = ACTIONS(6459), + [anon_sym_LBRACE] = ACTIONS(6461), + [anon_sym_RBRACE] = ACTIONS(4262), + [anon_sym_LPAREN] = ACTIONS(4262), + [anon_sym_COMMA] = ACTIONS(4262), + [anon_sym_LT] = ACTIONS(4260), + [anon_sym_GT] = ACTIONS(4260), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(4260), + [anon_sym_SEMI] = ACTIONS(4262), + [anon_sym_get] = ACTIONS(4260), + [anon_sym_set] = ACTIONS(4260), + [anon_sym_STAR] = ACTIONS(4260), + [sym_label] = ACTIONS(4262), + [anon_sym_in] = ACTIONS(4260), + [anon_sym_DOT_DOT] = ACTIONS(4262), + [anon_sym_QMARK_COLON] = ACTIONS(4262), + [anon_sym_AMP_AMP] = ACTIONS(4262), + [anon_sym_PIPE_PIPE] = ACTIONS(4262), + [anon_sym_else] = ACTIONS(4260), + [anon_sym_COLON_COLON] = ACTIONS(4262), + [anon_sym_PLUS_EQ] = ACTIONS(4262), + [anon_sym_DASH_EQ] = ACTIONS(4262), + [anon_sym_STAR_EQ] = ACTIONS(4262), + [anon_sym_SLASH_EQ] = ACTIONS(4262), + [anon_sym_PERCENT_EQ] = ACTIONS(4262), + [anon_sym_BANG_EQ] = ACTIONS(4260), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4262), + [anon_sym_EQ_EQ] = ACTIONS(4260), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4262), + [anon_sym_LT_EQ] = ACTIONS(4262), + [anon_sym_GT_EQ] = ACTIONS(4262), + [anon_sym_BANGin] = ACTIONS(4262), + [anon_sym_is] = ACTIONS(4260), + [anon_sym_BANGis] = ACTIONS(4262), + [anon_sym_PLUS] = ACTIONS(4260), + [anon_sym_DASH] = ACTIONS(4260), + [anon_sym_SLASH] = ACTIONS(4260), + [anon_sym_PERCENT] = ACTIONS(4260), + [anon_sym_as_QMARK] = ACTIONS(4262), + [anon_sym_PLUS_PLUS] = ACTIONS(4262), + [anon_sym_DASH_DASH] = ACTIONS(4262), + [anon_sym_BANG_BANG] = ACTIONS(4262), + [anon_sym_suspend] = ACTIONS(4260), + [anon_sym_sealed] = ACTIONS(4260), + [anon_sym_annotation] = ACTIONS(4260), + [anon_sym_data] = ACTIONS(4260), + [anon_sym_inner] = ACTIONS(4260), + [anon_sym_override] = ACTIONS(4260), + [anon_sym_lateinit] = ACTIONS(4260), + [anon_sym_public] = ACTIONS(4260), + [anon_sym_private] = ACTIONS(4260), + [anon_sym_internal] = ACTIONS(4260), + [anon_sym_protected] = ACTIONS(4260), + [anon_sym_tailrec] = ACTIONS(4260), + [anon_sym_operator] = ACTIONS(4260), + [anon_sym_infix] = ACTIONS(4260), + [anon_sym_inline] = ACTIONS(4260), + [anon_sym_external] = ACTIONS(4260), + [sym_property_modifier] = ACTIONS(4260), + [anon_sym_abstract] = ACTIONS(4260), + [anon_sym_final] = ACTIONS(4260), + [anon_sym_open] = ACTIONS(4260), + [anon_sym_vararg] = ACTIONS(4260), + [anon_sym_noinline] = ACTIONS(4260), + [anon_sym_crossinline] = ACTIONS(4260), + [anon_sym_expect] = ACTIONS(4260), + [anon_sym_actual] = ACTIONS(4260), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4262), + [sym__automatic_semicolon] = ACTIONS(4262), + [sym_safe_nav] = ACTIONS(4262), + [sym_multiline_comment] = ACTIONS(3), }, [3285] = { - [sym__alpha_identifier] = ACTIONS(4863), - [anon_sym_AT] = ACTIONS(4865), - [anon_sym_LBRACK] = ACTIONS(4865), - [anon_sym_as] = ACTIONS(4863), - [anon_sym_EQ] = ACTIONS(4863), - [anon_sym_LBRACE] = ACTIONS(4865), - [anon_sym_RBRACE] = ACTIONS(4865), - [anon_sym_LPAREN] = ACTIONS(4865), - [anon_sym_COMMA] = ACTIONS(4865), - [anon_sym_LT] = ACTIONS(4863), - [anon_sym_GT] = ACTIONS(4863), - [anon_sym_where] = ACTIONS(4863), - [anon_sym_object] = ACTIONS(4863), - [anon_sym_fun] = ACTIONS(4863), - [anon_sym_DOT] = ACTIONS(4863), - [anon_sym_SEMI] = ACTIONS(4865), - [anon_sym_get] = ACTIONS(4863), - [anon_sym_set] = ACTIONS(4863), - [anon_sym_this] = ACTIONS(4863), - [anon_sym_super] = ACTIONS(4863), - [anon_sym_STAR] = ACTIONS(4863), - [sym_label] = ACTIONS(4863), - [anon_sym_in] = ACTIONS(4863), - [anon_sym_DOT_DOT] = ACTIONS(4865), - [anon_sym_QMARK_COLON] = ACTIONS(4865), - [anon_sym_AMP_AMP] = ACTIONS(4865), - [anon_sym_PIPE_PIPE] = ACTIONS(4865), - [anon_sym_null] = ACTIONS(4863), - [anon_sym_if] = ACTIONS(4863), - [anon_sym_else] = ACTIONS(4863), - [anon_sym_when] = ACTIONS(4863), - [anon_sym_try] = ACTIONS(4863), - [anon_sym_throw] = ACTIONS(4863), - [anon_sym_return] = ACTIONS(4863), - [anon_sym_continue] = ACTIONS(4863), - [anon_sym_break] = ACTIONS(4863), - [anon_sym_COLON_COLON] = ACTIONS(4865), - [anon_sym_PLUS_EQ] = ACTIONS(4865), - [anon_sym_DASH_EQ] = ACTIONS(4865), - [anon_sym_STAR_EQ] = ACTIONS(4865), - [anon_sym_SLASH_EQ] = ACTIONS(4865), - [anon_sym_PERCENT_EQ] = ACTIONS(4865), - [anon_sym_BANG_EQ] = ACTIONS(4863), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4865), - [anon_sym_EQ_EQ] = ACTIONS(4863), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4865), - [anon_sym_LT_EQ] = ACTIONS(4865), - [anon_sym_GT_EQ] = ACTIONS(4865), - [anon_sym_BANGin] = ACTIONS(4865), - [anon_sym_is] = ACTIONS(4863), - [anon_sym_BANGis] = ACTIONS(4865), - [anon_sym_PLUS] = ACTIONS(4863), - [anon_sym_DASH] = ACTIONS(4863), - [anon_sym_SLASH] = ACTIONS(4863), - [anon_sym_PERCENT] = ACTIONS(4863), - [anon_sym_as_QMARK] = ACTIONS(4865), - [anon_sym_PLUS_PLUS] = ACTIONS(4865), - [anon_sym_DASH_DASH] = ACTIONS(4865), - [anon_sym_BANG] = ACTIONS(4863), - [anon_sym_BANG_BANG] = ACTIONS(4865), - [anon_sym_data] = ACTIONS(4863), - [anon_sym_inner] = ACTIONS(4863), - [anon_sym_expect] = ACTIONS(4863), - [anon_sym_actual] = ACTIONS(4863), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4865), - [anon_sym_continue_AT] = ACTIONS(4865), - [anon_sym_break_AT] = ACTIONS(4865), - [sym_real_literal] = ACTIONS(4865), - [sym_integer_literal] = ACTIONS(4863), - [sym_hex_literal] = ACTIONS(4865), - [sym_bin_literal] = ACTIONS(4865), - [anon_sym_true] = ACTIONS(4863), - [anon_sym_false] = ACTIONS(4863), - [anon_sym_SQUOTE] = ACTIONS(4865), - [sym__backtick_identifier] = ACTIONS(4865), - [sym__automatic_semicolon] = ACTIONS(4865), - [sym_safe_nav] = ACTIONS(4865), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4865), + [sym__alpha_identifier] = ACTIONS(4047), + [anon_sym_AT] = ACTIONS(4049), + [anon_sym_LBRACK] = ACTIONS(4049), + [anon_sym_as] = ACTIONS(4047), + [anon_sym_EQ] = ACTIONS(4047), + [anon_sym_LBRACE] = ACTIONS(4049), + [anon_sym_RBRACE] = ACTIONS(4049), + [anon_sym_LPAREN] = ACTIONS(4049), + [anon_sym_COMMA] = ACTIONS(4049), + [anon_sym_LT] = ACTIONS(4047), + [anon_sym_GT] = ACTIONS(4047), + [anon_sym_where] = ACTIONS(4047), + [anon_sym_object] = ACTIONS(4047), + [anon_sym_fun] = ACTIONS(4047), + [anon_sym_DOT] = ACTIONS(4047), + [anon_sym_SEMI] = ACTIONS(4049), + [anon_sym_get] = ACTIONS(4047), + [anon_sym_set] = ACTIONS(4047), + [anon_sym_this] = ACTIONS(4047), + [anon_sym_super] = ACTIONS(4047), + [anon_sym_STAR] = ACTIONS(4047), + [sym_label] = ACTIONS(4047), + [anon_sym_in] = ACTIONS(4047), + [anon_sym_DOT_DOT] = ACTIONS(4049), + [anon_sym_QMARK_COLON] = ACTIONS(4049), + [anon_sym_AMP_AMP] = ACTIONS(4049), + [anon_sym_PIPE_PIPE] = ACTIONS(4049), + [anon_sym_null] = ACTIONS(4047), + [anon_sym_if] = ACTIONS(4047), + [anon_sym_else] = ACTIONS(4047), + [anon_sym_when] = ACTIONS(4047), + [anon_sym_try] = ACTIONS(4047), + [anon_sym_throw] = ACTIONS(4047), + [anon_sym_return] = ACTIONS(4047), + [anon_sym_continue] = ACTIONS(4047), + [anon_sym_break] = ACTIONS(4047), + [anon_sym_COLON_COLON] = ACTIONS(4049), + [anon_sym_PLUS_EQ] = ACTIONS(4049), + [anon_sym_DASH_EQ] = ACTIONS(4049), + [anon_sym_STAR_EQ] = ACTIONS(4049), + [anon_sym_SLASH_EQ] = ACTIONS(4049), + [anon_sym_PERCENT_EQ] = ACTIONS(4049), + [anon_sym_BANG_EQ] = ACTIONS(4047), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4049), + [anon_sym_EQ_EQ] = ACTIONS(4047), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4049), + [anon_sym_LT_EQ] = ACTIONS(4049), + [anon_sym_GT_EQ] = ACTIONS(4049), + [anon_sym_BANGin] = ACTIONS(4049), + [anon_sym_is] = ACTIONS(4047), + [anon_sym_BANGis] = ACTIONS(4049), + [anon_sym_PLUS] = ACTIONS(4047), + [anon_sym_DASH] = ACTIONS(4047), + [anon_sym_SLASH] = ACTIONS(4047), + [anon_sym_PERCENT] = ACTIONS(4047), + [anon_sym_as_QMARK] = ACTIONS(4049), + [anon_sym_PLUS_PLUS] = ACTIONS(4049), + [anon_sym_DASH_DASH] = ACTIONS(4049), + [anon_sym_BANG] = ACTIONS(4047), + [anon_sym_BANG_BANG] = ACTIONS(4049), + [anon_sym_data] = ACTIONS(4047), + [anon_sym_inner] = ACTIONS(4047), + [anon_sym_expect] = ACTIONS(4047), + [anon_sym_actual] = ACTIONS(4047), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4049), + [anon_sym_continue_AT] = ACTIONS(4049), + [anon_sym_break_AT] = ACTIONS(4049), + [sym_real_literal] = ACTIONS(4049), + [sym_integer_literal] = ACTIONS(4047), + [sym_hex_literal] = ACTIONS(4049), + [sym_bin_literal] = ACTIONS(4049), + [anon_sym_true] = ACTIONS(4047), + [anon_sym_false] = ACTIONS(4047), + [anon_sym_SQUOTE] = ACTIONS(4049), + [sym__backtick_identifier] = ACTIONS(4049), + [sym__automatic_semicolon] = ACTIONS(4049), + [sym_safe_nav] = ACTIONS(4049), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4049), }, [3286] = { - [sym__alpha_identifier] = ACTIONS(4867), - [anon_sym_AT] = ACTIONS(4869), - [anon_sym_LBRACK] = ACTIONS(4869), - [anon_sym_as] = ACTIONS(4867), - [anon_sym_EQ] = ACTIONS(4867), - [anon_sym_LBRACE] = ACTIONS(4869), - [anon_sym_RBRACE] = ACTIONS(4869), - [anon_sym_LPAREN] = ACTIONS(4869), - [anon_sym_COMMA] = ACTIONS(4869), - [anon_sym_LT] = ACTIONS(4867), - [anon_sym_GT] = ACTIONS(4867), - [anon_sym_where] = ACTIONS(4867), - [anon_sym_object] = ACTIONS(4867), - [anon_sym_fun] = ACTIONS(4867), - [anon_sym_DOT] = ACTIONS(4867), - [anon_sym_SEMI] = ACTIONS(4869), - [anon_sym_get] = ACTIONS(4867), - [anon_sym_set] = ACTIONS(4867), - [anon_sym_this] = ACTIONS(4867), - [anon_sym_super] = ACTIONS(4867), - [anon_sym_STAR] = ACTIONS(4867), - [sym_label] = ACTIONS(4867), - [anon_sym_in] = ACTIONS(4867), - [anon_sym_DOT_DOT] = ACTIONS(4869), - [anon_sym_QMARK_COLON] = ACTIONS(4869), - [anon_sym_AMP_AMP] = ACTIONS(4869), - [anon_sym_PIPE_PIPE] = ACTIONS(4869), - [anon_sym_null] = ACTIONS(4867), - [anon_sym_if] = ACTIONS(4867), - [anon_sym_else] = ACTIONS(4867), - [anon_sym_when] = ACTIONS(4867), - [anon_sym_try] = ACTIONS(4867), - [anon_sym_throw] = ACTIONS(4867), - [anon_sym_return] = ACTIONS(4867), - [anon_sym_continue] = ACTIONS(4867), - [anon_sym_break] = ACTIONS(4867), - [anon_sym_COLON_COLON] = ACTIONS(4869), - [anon_sym_PLUS_EQ] = ACTIONS(4869), - [anon_sym_DASH_EQ] = ACTIONS(4869), - [anon_sym_STAR_EQ] = ACTIONS(4869), - [anon_sym_SLASH_EQ] = ACTIONS(4869), - [anon_sym_PERCENT_EQ] = ACTIONS(4869), - [anon_sym_BANG_EQ] = ACTIONS(4867), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4869), - [anon_sym_EQ_EQ] = ACTIONS(4867), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4869), - [anon_sym_LT_EQ] = ACTIONS(4869), - [anon_sym_GT_EQ] = ACTIONS(4869), - [anon_sym_BANGin] = ACTIONS(4869), - [anon_sym_is] = ACTIONS(4867), - [anon_sym_BANGis] = ACTIONS(4869), - [anon_sym_PLUS] = ACTIONS(4867), - [anon_sym_DASH] = ACTIONS(4867), - [anon_sym_SLASH] = ACTIONS(4867), - [anon_sym_PERCENT] = ACTIONS(4867), - [anon_sym_as_QMARK] = ACTIONS(4869), - [anon_sym_PLUS_PLUS] = ACTIONS(4869), - [anon_sym_DASH_DASH] = ACTIONS(4869), - [anon_sym_BANG] = ACTIONS(4867), - [anon_sym_BANG_BANG] = ACTIONS(4869), - [anon_sym_data] = ACTIONS(4867), - [anon_sym_inner] = ACTIONS(4867), - [anon_sym_expect] = ACTIONS(4867), - [anon_sym_actual] = ACTIONS(4867), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4869), - [anon_sym_continue_AT] = ACTIONS(4869), - [anon_sym_break_AT] = ACTIONS(4869), - [sym_real_literal] = ACTIONS(4869), - [sym_integer_literal] = ACTIONS(4867), - [sym_hex_literal] = ACTIONS(4869), - [sym_bin_literal] = ACTIONS(4869), - [anon_sym_true] = ACTIONS(4867), - [anon_sym_false] = ACTIONS(4867), - [anon_sym_SQUOTE] = ACTIONS(4869), - [sym__backtick_identifier] = ACTIONS(4869), - [sym__automatic_semicolon] = ACTIONS(4869), - [sym_safe_nav] = ACTIONS(4869), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4869), + [sym__alpha_identifier] = ACTIONS(4627), + [anon_sym_AT] = ACTIONS(4629), + [anon_sym_LBRACK] = ACTIONS(4629), + [anon_sym_as] = ACTIONS(4627), + [anon_sym_EQ] = ACTIONS(4627), + [anon_sym_LBRACE] = ACTIONS(4629), + [anon_sym_RBRACE] = ACTIONS(4629), + [anon_sym_LPAREN] = ACTIONS(4629), + [anon_sym_COMMA] = ACTIONS(4629), + [anon_sym_LT] = ACTIONS(4627), + [anon_sym_GT] = ACTIONS(4627), + [anon_sym_where] = ACTIONS(4627), + [anon_sym_object] = ACTIONS(4627), + [anon_sym_fun] = ACTIONS(4627), + [anon_sym_DOT] = ACTIONS(4627), + [anon_sym_SEMI] = ACTIONS(4629), + [anon_sym_get] = ACTIONS(4627), + [anon_sym_set] = ACTIONS(4627), + [anon_sym_this] = ACTIONS(4627), + [anon_sym_super] = ACTIONS(4627), + [anon_sym_STAR] = ACTIONS(4627), + [sym_label] = ACTIONS(4627), + [anon_sym_in] = ACTIONS(4627), + [anon_sym_DOT_DOT] = ACTIONS(4629), + [anon_sym_QMARK_COLON] = ACTIONS(4629), + [anon_sym_AMP_AMP] = ACTIONS(4629), + [anon_sym_PIPE_PIPE] = ACTIONS(4629), + [anon_sym_null] = ACTIONS(4627), + [anon_sym_if] = ACTIONS(4627), + [anon_sym_else] = ACTIONS(4627), + [anon_sym_when] = ACTIONS(4627), + [anon_sym_try] = ACTIONS(4627), + [anon_sym_throw] = ACTIONS(4627), + [anon_sym_return] = ACTIONS(4627), + [anon_sym_continue] = ACTIONS(4627), + [anon_sym_break] = ACTIONS(4627), + [anon_sym_COLON_COLON] = ACTIONS(4629), + [anon_sym_PLUS_EQ] = ACTIONS(4629), + [anon_sym_DASH_EQ] = ACTIONS(4629), + [anon_sym_STAR_EQ] = ACTIONS(4629), + [anon_sym_SLASH_EQ] = ACTIONS(4629), + [anon_sym_PERCENT_EQ] = ACTIONS(4629), + [anon_sym_BANG_EQ] = ACTIONS(4627), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4629), + [anon_sym_EQ_EQ] = ACTIONS(4627), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4629), + [anon_sym_LT_EQ] = ACTIONS(4629), + [anon_sym_GT_EQ] = ACTIONS(4629), + [anon_sym_BANGin] = ACTIONS(4629), + [anon_sym_is] = ACTIONS(4627), + [anon_sym_BANGis] = ACTIONS(4629), + [anon_sym_PLUS] = ACTIONS(4627), + [anon_sym_DASH] = ACTIONS(4627), + [anon_sym_SLASH] = ACTIONS(4627), + [anon_sym_PERCENT] = ACTIONS(4627), + [anon_sym_as_QMARK] = ACTIONS(4629), + [anon_sym_PLUS_PLUS] = ACTIONS(4629), + [anon_sym_DASH_DASH] = ACTIONS(4629), + [anon_sym_BANG] = ACTIONS(4627), + [anon_sym_BANG_BANG] = ACTIONS(4629), + [anon_sym_data] = ACTIONS(4627), + [anon_sym_inner] = ACTIONS(4627), + [anon_sym_expect] = ACTIONS(4627), + [anon_sym_actual] = ACTIONS(4627), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4629), + [anon_sym_continue_AT] = ACTIONS(4629), + [anon_sym_break_AT] = ACTIONS(4629), + [sym_real_literal] = ACTIONS(4629), + [sym_integer_literal] = ACTIONS(4627), + [sym_hex_literal] = ACTIONS(4629), + [sym_bin_literal] = ACTIONS(4629), + [anon_sym_true] = ACTIONS(4627), + [anon_sym_false] = ACTIONS(4627), + [anon_sym_SQUOTE] = ACTIONS(4629), + [sym__backtick_identifier] = ACTIONS(4629), + [sym__automatic_semicolon] = ACTIONS(4629), + [sym_safe_nav] = ACTIONS(4629), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4629), }, [3287] = { - [sym__alpha_identifier] = ACTIONS(4023), - [anon_sym_AT] = ACTIONS(4025), - [anon_sym_LBRACK] = ACTIONS(4025), - [anon_sym_as] = ACTIONS(4023), - [anon_sym_EQ] = ACTIONS(4023), - [anon_sym_LBRACE] = ACTIONS(4025), - [anon_sym_RBRACE] = ACTIONS(4025), - [anon_sym_LPAREN] = ACTIONS(4025), - [anon_sym_COMMA] = ACTIONS(4025), - [anon_sym_LT] = ACTIONS(4023), - [anon_sym_GT] = ACTIONS(4023), - [anon_sym_where] = ACTIONS(4023), - [anon_sym_object] = ACTIONS(4023), - [anon_sym_fun] = ACTIONS(4023), - [anon_sym_DOT] = ACTIONS(4023), - [anon_sym_SEMI] = ACTIONS(4025), - [anon_sym_get] = ACTIONS(4023), - [anon_sym_set] = ACTIONS(4023), - [anon_sym_this] = ACTIONS(4023), - [anon_sym_super] = ACTIONS(4023), - [anon_sym_STAR] = ACTIONS(4023), - [sym_label] = ACTIONS(4023), - [anon_sym_in] = ACTIONS(4023), - [anon_sym_DOT_DOT] = ACTIONS(4025), - [anon_sym_QMARK_COLON] = ACTIONS(4025), - [anon_sym_AMP_AMP] = ACTIONS(4025), - [anon_sym_PIPE_PIPE] = ACTIONS(4025), - [anon_sym_null] = ACTIONS(4023), - [anon_sym_if] = ACTIONS(4023), - [anon_sym_else] = ACTIONS(4023), - [anon_sym_when] = ACTIONS(4023), - [anon_sym_try] = ACTIONS(4023), - [anon_sym_throw] = ACTIONS(4023), - [anon_sym_return] = ACTIONS(4023), - [anon_sym_continue] = ACTIONS(4023), - [anon_sym_break] = ACTIONS(4023), - [anon_sym_COLON_COLON] = ACTIONS(4025), - [anon_sym_PLUS_EQ] = ACTIONS(4025), - [anon_sym_DASH_EQ] = ACTIONS(4025), - [anon_sym_STAR_EQ] = ACTIONS(4025), - [anon_sym_SLASH_EQ] = ACTIONS(4025), - [anon_sym_PERCENT_EQ] = ACTIONS(4025), - [anon_sym_BANG_EQ] = ACTIONS(4023), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4025), - [anon_sym_EQ_EQ] = ACTIONS(4023), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4025), - [anon_sym_LT_EQ] = ACTIONS(4025), - [anon_sym_GT_EQ] = ACTIONS(4025), - [anon_sym_BANGin] = ACTIONS(4025), - [anon_sym_is] = ACTIONS(4023), - [anon_sym_BANGis] = ACTIONS(4025), - [anon_sym_PLUS] = ACTIONS(4023), - [anon_sym_DASH] = ACTIONS(4023), - [anon_sym_SLASH] = ACTIONS(4023), - [anon_sym_PERCENT] = ACTIONS(4023), - [anon_sym_as_QMARK] = ACTIONS(4025), - [anon_sym_PLUS_PLUS] = ACTIONS(4025), - [anon_sym_DASH_DASH] = ACTIONS(4025), - [anon_sym_BANG] = ACTIONS(4023), - [anon_sym_BANG_BANG] = ACTIONS(4025), - [anon_sym_data] = ACTIONS(4023), - [anon_sym_inner] = ACTIONS(4023), - [anon_sym_expect] = ACTIONS(4023), - [anon_sym_actual] = ACTIONS(4023), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4025), - [anon_sym_continue_AT] = ACTIONS(4025), - [anon_sym_break_AT] = ACTIONS(4025), - [sym_real_literal] = ACTIONS(4025), - [sym_integer_literal] = ACTIONS(4023), - [sym_hex_literal] = ACTIONS(4025), - [sym_bin_literal] = ACTIONS(4025), - [anon_sym_true] = ACTIONS(4023), - [anon_sym_false] = ACTIONS(4023), - [anon_sym_SQUOTE] = ACTIONS(4025), - [sym__backtick_identifier] = ACTIONS(4025), - [sym__automatic_semicolon] = ACTIONS(4025), - [sym_safe_nav] = ACTIONS(4025), + [sym__alpha_identifier] = ACTIONS(4716), + [anon_sym_AT] = ACTIONS(4718), + [anon_sym_LBRACK] = ACTIONS(4718), + [anon_sym_RBRACK] = ACTIONS(4718), + [anon_sym_as] = ACTIONS(4716), + [anon_sym_EQ] = ACTIONS(4716), + [anon_sym_LBRACE] = ACTIONS(4718), + [anon_sym_RBRACE] = ACTIONS(4718), + [anon_sym_LPAREN] = ACTIONS(4718), + [anon_sym_COMMA] = ACTIONS(4718), + [anon_sym_RPAREN] = ACTIONS(4718), + [anon_sym_LT] = ACTIONS(4716), + [anon_sym_GT] = ACTIONS(4716), + [anon_sym_where] = ACTIONS(4716), + [anon_sym_DOT] = ACTIONS(4716), + [anon_sym_SEMI] = ACTIONS(4718), + [anon_sym_get] = ACTIONS(4716), + [anon_sym_set] = ACTIONS(4716), + [anon_sym_STAR] = ACTIONS(4716), + [anon_sym_DASH_GT] = ACTIONS(4718), + [sym_label] = ACTIONS(4718), + [anon_sym_in] = ACTIONS(4716), + [anon_sym_while] = ACTIONS(4716), + [anon_sym_DOT_DOT] = ACTIONS(4718), + [anon_sym_QMARK_COLON] = ACTIONS(4718), + [anon_sym_AMP_AMP] = ACTIONS(4718), + [anon_sym_PIPE_PIPE] = ACTIONS(4718), + [anon_sym_else] = ACTIONS(4716), + [anon_sym_COLON_COLON] = ACTIONS(4718), + [anon_sym_PLUS_EQ] = ACTIONS(4718), + [anon_sym_DASH_EQ] = ACTIONS(4718), + [anon_sym_STAR_EQ] = ACTIONS(4718), + [anon_sym_SLASH_EQ] = ACTIONS(4718), + [anon_sym_PERCENT_EQ] = ACTIONS(4718), + [anon_sym_BANG_EQ] = ACTIONS(4716), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4718), + [anon_sym_EQ_EQ] = ACTIONS(4716), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4718), + [anon_sym_LT_EQ] = ACTIONS(4718), + [anon_sym_GT_EQ] = ACTIONS(4718), + [anon_sym_BANGin] = ACTIONS(4718), + [anon_sym_is] = ACTIONS(4716), + [anon_sym_BANGis] = ACTIONS(4718), + [anon_sym_PLUS] = ACTIONS(4716), + [anon_sym_DASH] = ACTIONS(4716), + [anon_sym_SLASH] = ACTIONS(4716), + [anon_sym_PERCENT] = ACTIONS(4716), + [anon_sym_as_QMARK] = ACTIONS(4718), + [anon_sym_PLUS_PLUS] = ACTIONS(4718), + [anon_sym_DASH_DASH] = ACTIONS(4718), + [anon_sym_BANG_BANG] = ACTIONS(4718), + [anon_sym_suspend] = ACTIONS(4716), + [anon_sym_sealed] = ACTIONS(4716), + [anon_sym_annotation] = ACTIONS(4716), + [anon_sym_data] = ACTIONS(4716), + [anon_sym_inner] = ACTIONS(4716), + [anon_sym_override] = ACTIONS(4716), + [anon_sym_lateinit] = ACTIONS(4716), + [anon_sym_public] = ACTIONS(4716), + [anon_sym_private] = ACTIONS(4716), + [anon_sym_internal] = ACTIONS(4716), + [anon_sym_protected] = ACTIONS(4716), + [anon_sym_tailrec] = ACTIONS(4716), + [anon_sym_operator] = ACTIONS(4716), + [anon_sym_infix] = ACTIONS(4716), + [anon_sym_inline] = ACTIONS(4716), + [anon_sym_external] = ACTIONS(4716), + [sym_property_modifier] = ACTIONS(4716), + [anon_sym_abstract] = ACTIONS(4716), + [anon_sym_final] = ACTIONS(4716), + [anon_sym_open] = ACTIONS(4716), + [anon_sym_vararg] = ACTIONS(4716), + [anon_sym_noinline] = ACTIONS(4716), + [anon_sym_crossinline] = ACTIONS(4716), + [anon_sym_expect] = ACTIONS(4716), + [anon_sym_actual] = ACTIONS(4716), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4718), + [sym_safe_nav] = ACTIONS(4718), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4025), }, [3288] = { - [sym__alpha_identifier] = ACTIONS(4089), - [anon_sym_AT] = ACTIONS(4091), - [anon_sym_LBRACK] = ACTIONS(4091), - [anon_sym_as] = ACTIONS(4089), - [anon_sym_EQ] = ACTIONS(4089), - [anon_sym_LBRACE] = ACTIONS(4091), - [anon_sym_RBRACE] = ACTIONS(4091), - [anon_sym_LPAREN] = ACTIONS(4091), - [anon_sym_COMMA] = ACTIONS(4091), - [anon_sym_LT] = ACTIONS(4089), - [anon_sym_GT] = ACTIONS(4089), - [anon_sym_where] = ACTIONS(4089), - [anon_sym_object] = ACTIONS(4089), - [anon_sym_fun] = ACTIONS(4089), - [anon_sym_DOT] = ACTIONS(4089), - [anon_sym_SEMI] = ACTIONS(4091), - [anon_sym_get] = ACTIONS(4089), - [anon_sym_set] = ACTIONS(4089), - [anon_sym_this] = ACTIONS(4089), - [anon_sym_super] = ACTIONS(4089), - [anon_sym_STAR] = ACTIONS(4089), - [sym_label] = ACTIONS(4089), - [anon_sym_in] = ACTIONS(4089), - [anon_sym_DOT_DOT] = ACTIONS(4091), - [anon_sym_QMARK_COLON] = ACTIONS(4091), - [anon_sym_AMP_AMP] = ACTIONS(4091), - [anon_sym_PIPE_PIPE] = ACTIONS(4091), - [anon_sym_null] = ACTIONS(4089), - [anon_sym_if] = ACTIONS(4089), - [anon_sym_else] = ACTIONS(4089), - [anon_sym_when] = ACTIONS(4089), - [anon_sym_try] = ACTIONS(4089), - [anon_sym_throw] = ACTIONS(4089), - [anon_sym_return] = ACTIONS(4089), - [anon_sym_continue] = ACTIONS(4089), - [anon_sym_break] = ACTIONS(4089), - [anon_sym_COLON_COLON] = ACTIONS(4091), - [anon_sym_PLUS_EQ] = ACTIONS(4091), - [anon_sym_DASH_EQ] = ACTIONS(4091), - [anon_sym_STAR_EQ] = ACTIONS(4091), - [anon_sym_SLASH_EQ] = ACTIONS(4091), - [anon_sym_PERCENT_EQ] = ACTIONS(4091), - [anon_sym_BANG_EQ] = ACTIONS(4089), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4091), - [anon_sym_EQ_EQ] = ACTIONS(4089), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4091), - [anon_sym_LT_EQ] = ACTIONS(4091), - [anon_sym_GT_EQ] = ACTIONS(4091), - [anon_sym_BANGin] = ACTIONS(4091), - [anon_sym_is] = ACTIONS(4089), - [anon_sym_BANGis] = ACTIONS(4091), - [anon_sym_PLUS] = ACTIONS(4089), - [anon_sym_DASH] = ACTIONS(4089), - [anon_sym_SLASH] = ACTIONS(4089), - [anon_sym_PERCENT] = ACTIONS(4089), - [anon_sym_as_QMARK] = ACTIONS(4091), - [anon_sym_PLUS_PLUS] = ACTIONS(4091), - [anon_sym_DASH_DASH] = ACTIONS(4091), - [anon_sym_BANG] = ACTIONS(4089), - [anon_sym_BANG_BANG] = ACTIONS(4091), - [anon_sym_data] = ACTIONS(4089), - [anon_sym_inner] = ACTIONS(4089), - [anon_sym_expect] = ACTIONS(4089), - [anon_sym_actual] = ACTIONS(4089), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4091), - [anon_sym_continue_AT] = ACTIONS(4091), - [anon_sym_break_AT] = ACTIONS(4091), - [sym_real_literal] = ACTIONS(4091), - [sym_integer_literal] = ACTIONS(4089), - [sym_hex_literal] = ACTIONS(4091), - [sym_bin_literal] = ACTIONS(4091), - [anon_sym_true] = ACTIONS(4089), - [anon_sym_false] = ACTIONS(4089), - [anon_sym_SQUOTE] = ACTIONS(4091), - [sym__backtick_identifier] = ACTIONS(4091), - [sym__automatic_semicolon] = ACTIONS(4091), - [sym_safe_nav] = ACTIONS(4091), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4091), + [sym__alpha_identifier] = ACTIONS(1694), + [anon_sym_AT] = ACTIONS(1696), + [anon_sym_LBRACK] = ACTIONS(1696), + [anon_sym_as] = ACTIONS(1694), + [anon_sym_EQ] = ACTIONS(1694), + [anon_sym_LBRACE] = ACTIONS(1696), + [anon_sym_RBRACE] = ACTIONS(1696), + [anon_sym_LPAREN] = ACTIONS(1696), + [anon_sym_COMMA] = ACTIONS(1696), + [anon_sym_LT] = ACTIONS(1694), + [anon_sym_GT] = ACTIONS(1694), + [anon_sym_where] = ACTIONS(1694), + [anon_sym_object] = ACTIONS(1694), + [anon_sym_fun] = ACTIONS(1694), + [anon_sym_DOT] = ACTIONS(1694), + [anon_sym_SEMI] = ACTIONS(1696), + [anon_sym_get] = ACTIONS(1694), + [anon_sym_set] = ACTIONS(1694), + [anon_sym_this] = ACTIONS(1694), + [anon_sym_super] = ACTIONS(1694), + [anon_sym_STAR] = ACTIONS(1694), + [sym_label] = ACTIONS(1694), + [anon_sym_in] = ACTIONS(1694), + [anon_sym_DOT_DOT] = ACTIONS(1696), + [anon_sym_QMARK_COLON] = ACTIONS(1696), + [anon_sym_AMP_AMP] = ACTIONS(1696), + [anon_sym_PIPE_PIPE] = ACTIONS(1696), + [anon_sym_null] = ACTIONS(1694), + [anon_sym_if] = ACTIONS(1694), + [anon_sym_else] = ACTIONS(1694), + [anon_sym_when] = ACTIONS(1694), + [anon_sym_try] = ACTIONS(1694), + [anon_sym_throw] = ACTIONS(1694), + [anon_sym_return] = ACTIONS(1694), + [anon_sym_continue] = ACTIONS(1694), + [anon_sym_break] = ACTIONS(1694), + [anon_sym_COLON_COLON] = ACTIONS(1696), + [anon_sym_PLUS_EQ] = ACTIONS(1696), + [anon_sym_DASH_EQ] = ACTIONS(1696), + [anon_sym_STAR_EQ] = ACTIONS(1696), + [anon_sym_SLASH_EQ] = ACTIONS(1696), + [anon_sym_PERCENT_EQ] = ACTIONS(1696), + [anon_sym_BANG_EQ] = ACTIONS(1694), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), + [anon_sym_EQ_EQ] = ACTIONS(1694), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), + [anon_sym_LT_EQ] = ACTIONS(1696), + [anon_sym_GT_EQ] = ACTIONS(1696), + [anon_sym_BANGin] = ACTIONS(1696), + [anon_sym_is] = ACTIONS(1694), + [anon_sym_BANGis] = ACTIONS(1696), + [anon_sym_PLUS] = ACTIONS(1694), + [anon_sym_DASH] = ACTIONS(1694), + [anon_sym_SLASH] = ACTIONS(1694), + [anon_sym_PERCENT] = ACTIONS(1694), + [anon_sym_as_QMARK] = ACTIONS(1696), + [anon_sym_PLUS_PLUS] = ACTIONS(1696), + [anon_sym_DASH_DASH] = ACTIONS(1696), + [anon_sym_BANG] = ACTIONS(1694), + [anon_sym_BANG_BANG] = ACTIONS(1696), + [anon_sym_data] = ACTIONS(1694), + [anon_sym_inner] = ACTIONS(1694), + [anon_sym_expect] = ACTIONS(1694), + [anon_sym_actual] = ACTIONS(1694), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1696), + [anon_sym_continue_AT] = ACTIONS(1696), + [anon_sym_break_AT] = ACTIONS(1696), + [sym_real_literal] = ACTIONS(1696), + [sym_integer_literal] = ACTIONS(1694), + [sym_hex_literal] = ACTIONS(1696), + [sym_bin_literal] = ACTIONS(1696), + [anon_sym_true] = ACTIONS(1694), + [anon_sym_false] = ACTIONS(1694), + [anon_sym_SQUOTE] = ACTIONS(1696), + [sym__backtick_identifier] = ACTIONS(1696), + [sym__automatic_semicolon] = ACTIONS(1696), + [sym_safe_nav] = ACTIONS(1696), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1696), }, [3289] = { - [sym__alpha_identifier] = ACTIONS(4257), - [anon_sym_AT] = ACTIONS(4255), - [anon_sym_LBRACK] = ACTIONS(4255), - [anon_sym_as] = ACTIONS(4257), - [anon_sym_EQ] = ACTIONS(4257), - [anon_sym_LBRACE] = ACTIONS(4255), - [anon_sym_RBRACE] = ACTIONS(4255), - [anon_sym_LPAREN] = ACTIONS(6534), - [anon_sym_COMMA] = ACTIONS(4255), - [anon_sym_LT] = ACTIONS(4257), - [anon_sym_GT] = ACTIONS(4257), - [anon_sym_where] = ACTIONS(4257), - [anon_sym_object] = ACTIONS(4257), - [anon_sym_fun] = ACTIONS(4257), - [anon_sym_DOT] = ACTIONS(4257), - [anon_sym_SEMI] = ACTIONS(4255), - [anon_sym_get] = ACTIONS(4257), - [anon_sym_set] = ACTIONS(4257), - [anon_sym_this] = ACTIONS(4257), - [anon_sym_super] = ACTIONS(4257), - [anon_sym_STAR] = ACTIONS(4257), - [sym_label] = ACTIONS(4257), - [anon_sym_in] = ACTIONS(4257), - [anon_sym_DOT_DOT] = ACTIONS(4255), - [anon_sym_QMARK_COLON] = ACTIONS(4255), - [anon_sym_AMP_AMP] = ACTIONS(4255), - [anon_sym_PIPE_PIPE] = ACTIONS(4255), - [anon_sym_null] = ACTIONS(4257), - [anon_sym_if] = ACTIONS(4257), - [anon_sym_else] = ACTIONS(4257), - [anon_sym_when] = ACTIONS(4257), - [anon_sym_try] = ACTIONS(4257), - [anon_sym_throw] = ACTIONS(4257), - [anon_sym_return] = ACTIONS(4257), - [anon_sym_continue] = ACTIONS(4257), - [anon_sym_break] = ACTIONS(4257), - [anon_sym_COLON_COLON] = ACTIONS(4255), - [anon_sym_PLUS_EQ] = ACTIONS(4255), - [anon_sym_DASH_EQ] = ACTIONS(4255), - [anon_sym_STAR_EQ] = ACTIONS(4255), - [anon_sym_SLASH_EQ] = ACTIONS(4255), - [anon_sym_PERCENT_EQ] = ACTIONS(4255), - [anon_sym_BANG_EQ] = ACTIONS(4257), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4255), - [anon_sym_EQ_EQ] = ACTIONS(4257), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4255), - [anon_sym_LT_EQ] = ACTIONS(4255), - [anon_sym_GT_EQ] = ACTIONS(4255), - [anon_sym_BANGin] = ACTIONS(4255), - [anon_sym_is] = ACTIONS(4257), - [anon_sym_BANGis] = ACTIONS(4255), - [anon_sym_PLUS] = ACTIONS(4257), - [anon_sym_DASH] = ACTIONS(4257), - [anon_sym_SLASH] = ACTIONS(4257), - [anon_sym_PERCENT] = ACTIONS(4257), - [anon_sym_as_QMARK] = ACTIONS(4255), - [anon_sym_PLUS_PLUS] = ACTIONS(4255), - [anon_sym_DASH_DASH] = ACTIONS(4255), - [anon_sym_BANG] = ACTIONS(4257), - [anon_sym_BANG_BANG] = ACTIONS(4255), - [anon_sym_data] = ACTIONS(4257), - [anon_sym_inner] = ACTIONS(4257), - [anon_sym_expect] = ACTIONS(4257), - [anon_sym_actual] = ACTIONS(4257), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4255), - [anon_sym_continue_AT] = ACTIONS(4255), - [anon_sym_break_AT] = ACTIONS(4255), - [sym_real_literal] = ACTIONS(4255), - [sym_integer_literal] = ACTIONS(4257), - [sym_hex_literal] = ACTIONS(4255), - [sym_bin_literal] = ACTIONS(4255), - [anon_sym_true] = ACTIONS(4257), - [anon_sym_false] = ACTIONS(4257), - [anon_sym_SQUOTE] = ACTIONS(4255), - [sym__backtick_identifier] = ACTIONS(4255), - [sym__automatic_semicolon] = ACTIONS(4255), - [sym_safe_nav] = ACTIONS(4255), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4255), + [sym__alpha_identifier] = ACTIONS(4285), + [anon_sym_AT] = ACTIONS(4288), + [anon_sym_LBRACK] = ACTIONS(4288), + [anon_sym_as] = ACTIONS(4293), + [anon_sym_EQ] = ACTIONS(4293), + [anon_sym_LBRACE] = ACTIONS(4288), + [anon_sym_RBRACE] = ACTIONS(4291), + [anon_sym_LPAREN] = ACTIONS(6543), + [anon_sym_COMMA] = ACTIONS(4291), + [anon_sym_LT] = ACTIONS(4293), + [anon_sym_GT] = ACTIONS(4293), + [anon_sym_where] = ACTIONS(4293), + [anon_sym_object] = ACTIONS(4285), + [anon_sym_fun] = ACTIONS(4285), + [anon_sym_DOT] = ACTIONS(4293), + [anon_sym_SEMI] = ACTIONS(4291), + [anon_sym_get] = ACTIONS(4285), + [anon_sym_set] = ACTIONS(4285), + [anon_sym_this] = ACTIONS(4285), + [anon_sym_super] = ACTIONS(4285), + [anon_sym_STAR] = ACTIONS(4285), + [sym_label] = ACTIONS(4285), + [anon_sym_in] = ACTIONS(4293), + [anon_sym_DOT_DOT] = ACTIONS(4291), + [anon_sym_QMARK_COLON] = ACTIONS(4291), + [anon_sym_AMP_AMP] = ACTIONS(4291), + [anon_sym_PIPE_PIPE] = ACTIONS(4291), + [anon_sym_null] = ACTIONS(4285), + [anon_sym_if] = ACTIONS(4285), + [anon_sym_else] = ACTIONS(4293), + [anon_sym_when] = ACTIONS(4285), + [anon_sym_try] = ACTIONS(4285), + [anon_sym_throw] = ACTIONS(4285), + [anon_sym_return] = ACTIONS(4285), + [anon_sym_continue] = ACTIONS(4285), + [anon_sym_break] = ACTIONS(4285), + [anon_sym_COLON_COLON] = ACTIONS(4288), + [anon_sym_PLUS_EQ] = ACTIONS(4291), + [anon_sym_DASH_EQ] = ACTIONS(4291), + [anon_sym_STAR_EQ] = ACTIONS(4291), + [anon_sym_SLASH_EQ] = ACTIONS(4291), + [anon_sym_PERCENT_EQ] = ACTIONS(4291), + [anon_sym_BANG_EQ] = ACTIONS(4293), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4291), + [anon_sym_EQ_EQ] = ACTIONS(4293), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4291), + [anon_sym_LT_EQ] = ACTIONS(4291), + [anon_sym_GT_EQ] = ACTIONS(4291), + [anon_sym_BANGin] = ACTIONS(4291), + [anon_sym_is] = ACTIONS(4293), + [anon_sym_BANGis] = ACTIONS(4291), + [anon_sym_PLUS] = ACTIONS(4285), + [anon_sym_DASH] = ACTIONS(4285), + [anon_sym_SLASH] = ACTIONS(4293), + [anon_sym_PERCENT] = ACTIONS(4293), + [anon_sym_as_QMARK] = ACTIONS(4291), + [anon_sym_PLUS_PLUS] = ACTIONS(4288), + [anon_sym_DASH_DASH] = ACTIONS(4288), + [anon_sym_BANG] = ACTIONS(4285), + [anon_sym_BANG_BANG] = ACTIONS(4291), + [anon_sym_data] = ACTIONS(4285), + [anon_sym_inner] = ACTIONS(4285), + [anon_sym_expect] = ACTIONS(4285), + [anon_sym_actual] = ACTIONS(4285), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4288), + [anon_sym_continue_AT] = ACTIONS(4288), + [anon_sym_break_AT] = ACTIONS(4288), + [sym_real_literal] = ACTIONS(4288), + [sym_integer_literal] = ACTIONS(4285), + [sym_hex_literal] = ACTIONS(4288), + [sym_bin_literal] = ACTIONS(4288), + [anon_sym_true] = ACTIONS(4285), + [anon_sym_false] = ACTIONS(4285), + [anon_sym_SQUOTE] = ACTIONS(4288), + [sym__backtick_identifier] = ACTIONS(4288), + [sym__automatic_semicolon] = ACTIONS(4291), + [sym_safe_nav] = ACTIONS(4291), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4288), }, [3290] = { - [sym__alpha_identifier] = ACTIONS(4875), - [anon_sym_AT] = ACTIONS(4877), - [anon_sym_LBRACK] = ACTIONS(4877), - [anon_sym_as] = ACTIONS(4875), - [anon_sym_EQ] = ACTIONS(4875), - [anon_sym_LBRACE] = ACTIONS(4877), - [anon_sym_RBRACE] = ACTIONS(4877), - [anon_sym_LPAREN] = ACTIONS(4877), - [anon_sym_COMMA] = ACTIONS(4877), - [anon_sym_LT] = ACTIONS(4875), - [anon_sym_GT] = ACTIONS(4875), - [anon_sym_where] = ACTIONS(4875), - [anon_sym_object] = ACTIONS(4875), - [anon_sym_fun] = ACTIONS(4875), - [anon_sym_DOT] = ACTIONS(4875), - [anon_sym_SEMI] = ACTIONS(4877), - [anon_sym_get] = ACTIONS(4875), - [anon_sym_set] = ACTIONS(4875), - [anon_sym_this] = ACTIONS(4875), - [anon_sym_super] = ACTIONS(4875), - [anon_sym_STAR] = ACTIONS(4875), - [sym_label] = ACTIONS(4875), - [anon_sym_in] = ACTIONS(4875), - [anon_sym_DOT_DOT] = ACTIONS(4877), - [anon_sym_QMARK_COLON] = ACTIONS(4877), - [anon_sym_AMP_AMP] = ACTIONS(4877), - [anon_sym_PIPE_PIPE] = ACTIONS(4877), - [anon_sym_null] = ACTIONS(4875), - [anon_sym_if] = ACTIONS(4875), - [anon_sym_else] = ACTIONS(4875), - [anon_sym_when] = ACTIONS(4875), - [anon_sym_try] = ACTIONS(4875), - [anon_sym_throw] = ACTIONS(4875), - [anon_sym_return] = ACTIONS(4875), - [anon_sym_continue] = ACTIONS(4875), - [anon_sym_break] = ACTIONS(4875), - [anon_sym_COLON_COLON] = ACTIONS(4877), - [anon_sym_PLUS_EQ] = ACTIONS(4877), - [anon_sym_DASH_EQ] = ACTIONS(4877), - [anon_sym_STAR_EQ] = ACTIONS(4877), - [anon_sym_SLASH_EQ] = ACTIONS(4877), - [anon_sym_PERCENT_EQ] = ACTIONS(4877), - [anon_sym_BANG_EQ] = ACTIONS(4875), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4877), - [anon_sym_EQ_EQ] = ACTIONS(4875), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4877), - [anon_sym_LT_EQ] = ACTIONS(4877), - [anon_sym_GT_EQ] = ACTIONS(4877), - [anon_sym_BANGin] = ACTIONS(4877), - [anon_sym_is] = ACTIONS(4875), - [anon_sym_BANGis] = ACTIONS(4877), - [anon_sym_PLUS] = ACTIONS(4875), - [anon_sym_DASH] = ACTIONS(4875), - [anon_sym_SLASH] = ACTIONS(4875), - [anon_sym_PERCENT] = ACTIONS(4875), - [anon_sym_as_QMARK] = ACTIONS(4877), - [anon_sym_PLUS_PLUS] = ACTIONS(4877), - [anon_sym_DASH_DASH] = ACTIONS(4877), - [anon_sym_BANG] = ACTIONS(4875), - [anon_sym_BANG_BANG] = ACTIONS(4877), - [anon_sym_data] = ACTIONS(4875), - [anon_sym_inner] = ACTIONS(4875), - [anon_sym_expect] = ACTIONS(4875), - [anon_sym_actual] = ACTIONS(4875), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4877), - [anon_sym_continue_AT] = ACTIONS(4877), - [anon_sym_break_AT] = ACTIONS(4877), - [sym_real_literal] = ACTIONS(4877), - [sym_integer_literal] = ACTIONS(4875), - [sym_hex_literal] = ACTIONS(4877), - [sym_bin_literal] = ACTIONS(4877), - [anon_sym_true] = ACTIONS(4875), - [anon_sym_false] = ACTIONS(4875), - [anon_sym_SQUOTE] = ACTIONS(4877), - [sym__backtick_identifier] = ACTIONS(4877), - [sym__automatic_semicolon] = ACTIONS(4877), - [sym_safe_nav] = ACTIONS(4877), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4877), + [sym__alpha_identifier] = ACTIONS(4142), + [anon_sym_AT] = ACTIONS(4145), + [anon_sym_LBRACK] = ACTIONS(4145), + [anon_sym_as] = ACTIONS(4150), + [anon_sym_EQ] = ACTIONS(4150), + [anon_sym_LBRACE] = ACTIONS(4145), + [anon_sym_RBRACE] = ACTIONS(4148), + [anon_sym_LPAREN] = ACTIONS(6547), + [anon_sym_COMMA] = ACTIONS(4148), + [anon_sym_LT] = ACTIONS(4150), + [anon_sym_GT] = ACTIONS(4150), + [anon_sym_where] = ACTIONS(4150), + [anon_sym_object] = ACTIONS(4142), + [anon_sym_fun] = ACTIONS(4142), + [anon_sym_DOT] = ACTIONS(4150), + [anon_sym_SEMI] = ACTIONS(4148), + [anon_sym_get] = ACTIONS(4142), + [anon_sym_set] = ACTIONS(4142), + [anon_sym_this] = ACTIONS(4142), + [anon_sym_super] = ACTIONS(4142), + [anon_sym_STAR] = ACTIONS(4142), + [sym_label] = ACTIONS(4142), + [anon_sym_in] = ACTIONS(4150), + [anon_sym_DOT_DOT] = ACTIONS(4148), + [anon_sym_QMARK_COLON] = ACTIONS(4148), + [anon_sym_AMP_AMP] = ACTIONS(4148), + [anon_sym_PIPE_PIPE] = ACTIONS(4148), + [anon_sym_null] = ACTIONS(4142), + [anon_sym_if] = ACTIONS(4142), + [anon_sym_else] = ACTIONS(4150), + [anon_sym_when] = ACTIONS(4142), + [anon_sym_try] = ACTIONS(4142), + [anon_sym_throw] = ACTIONS(4142), + [anon_sym_return] = ACTIONS(4142), + [anon_sym_continue] = ACTIONS(4142), + [anon_sym_break] = ACTIONS(4142), + [anon_sym_COLON_COLON] = ACTIONS(4145), + [anon_sym_PLUS_EQ] = ACTIONS(4148), + [anon_sym_DASH_EQ] = ACTIONS(4148), + [anon_sym_STAR_EQ] = ACTIONS(4148), + [anon_sym_SLASH_EQ] = ACTIONS(4148), + [anon_sym_PERCENT_EQ] = ACTIONS(4148), + [anon_sym_BANG_EQ] = ACTIONS(4150), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4148), + [anon_sym_EQ_EQ] = ACTIONS(4150), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4148), + [anon_sym_LT_EQ] = ACTIONS(4148), + [anon_sym_GT_EQ] = ACTIONS(4148), + [anon_sym_BANGin] = ACTIONS(4148), + [anon_sym_is] = ACTIONS(4150), + [anon_sym_BANGis] = ACTIONS(4148), + [anon_sym_PLUS] = ACTIONS(4142), + [anon_sym_DASH] = ACTIONS(4142), + [anon_sym_SLASH] = ACTIONS(4150), + [anon_sym_PERCENT] = ACTIONS(4150), + [anon_sym_as_QMARK] = ACTIONS(4148), + [anon_sym_PLUS_PLUS] = ACTIONS(4145), + [anon_sym_DASH_DASH] = ACTIONS(4145), + [anon_sym_BANG] = ACTIONS(4142), + [anon_sym_BANG_BANG] = ACTIONS(4148), + [anon_sym_data] = ACTIONS(4142), + [anon_sym_inner] = ACTIONS(4142), + [anon_sym_expect] = ACTIONS(4142), + [anon_sym_actual] = ACTIONS(4142), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4145), + [anon_sym_continue_AT] = ACTIONS(4145), + [anon_sym_break_AT] = ACTIONS(4145), + [sym_real_literal] = ACTIONS(4145), + [sym_integer_literal] = ACTIONS(4142), + [sym_hex_literal] = ACTIONS(4145), + [sym_bin_literal] = ACTIONS(4145), + [anon_sym_true] = ACTIONS(4142), + [anon_sym_false] = ACTIONS(4142), + [anon_sym_SQUOTE] = ACTIONS(4145), + [sym__backtick_identifier] = ACTIONS(4145), + [sym__automatic_semicolon] = ACTIONS(4148), + [sym_safe_nav] = ACTIONS(4148), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4145), }, [3291] = { - [sym__alpha_identifier] = ACTIONS(4879), - [anon_sym_AT] = ACTIONS(4881), - [anon_sym_LBRACK] = ACTIONS(4881), - [anon_sym_as] = ACTIONS(4879), - [anon_sym_EQ] = ACTIONS(4879), - [anon_sym_LBRACE] = ACTIONS(4881), - [anon_sym_RBRACE] = ACTIONS(4881), - [anon_sym_LPAREN] = ACTIONS(4881), - [anon_sym_COMMA] = ACTIONS(4881), - [anon_sym_LT] = ACTIONS(4879), - [anon_sym_GT] = ACTIONS(4879), - [anon_sym_where] = ACTIONS(4879), - [anon_sym_object] = ACTIONS(4879), - [anon_sym_fun] = ACTIONS(4879), - [anon_sym_DOT] = ACTIONS(4879), - [anon_sym_SEMI] = ACTIONS(4881), - [anon_sym_get] = ACTIONS(4879), - [anon_sym_set] = ACTIONS(4879), - [anon_sym_this] = ACTIONS(4879), - [anon_sym_super] = ACTIONS(4879), - [anon_sym_STAR] = ACTIONS(4879), - [sym_label] = ACTIONS(4879), - [anon_sym_in] = ACTIONS(4879), - [anon_sym_DOT_DOT] = ACTIONS(4881), - [anon_sym_QMARK_COLON] = ACTIONS(4881), - [anon_sym_AMP_AMP] = ACTIONS(4881), - [anon_sym_PIPE_PIPE] = ACTIONS(4881), - [anon_sym_null] = ACTIONS(4879), - [anon_sym_if] = ACTIONS(4879), - [anon_sym_else] = ACTIONS(4879), - [anon_sym_when] = ACTIONS(4879), - [anon_sym_try] = ACTIONS(4879), - [anon_sym_throw] = ACTIONS(4879), - [anon_sym_return] = ACTIONS(4879), - [anon_sym_continue] = ACTIONS(4879), - [anon_sym_break] = ACTIONS(4879), - [anon_sym_COLON_COLON] = ACTIONS(4881), - [anon_sym_PLUS_EQ] = ACTIONS(4881), - [anon_sym_DASH_EQ] = ACTIONS(4881), - [anon_sym_STAR_EQ] = ACTIONS(4881), - [anon_sym_SLASH_EQ] = ACTIONS(4881), - [anon_sym_PERCENT_EQ] = ACTIONS(4881), - [anon_sym_BANG_EQ] = ACTIONS(4879), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4881), - [anon_sym_EQ_EQ] = ACTIONS(4879), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4881), - [anon_sym_LT_EQ] = ACTIONS(4881), - [anon_sym_GT_EQ] = ACTIONS(4881), - [anon_sym_BANGin] = ACTIONS(4881), - [anon_sym_is] = ACTIONS(4879), - [anon_sym_BANGis] = ACTIONS(4881), - [anon_sym_PLUS] = ACTIONS(4879), - [anon_sym_DASH] = ACTIONS(4879), - [anon_sym_SLASH] = ACTIONS(4879), - [anon_sym_PERCENT] = ACTIONS(4879), - [anon_sym_as_QMARK] = ACTIONS(4881), - [anon_sym_PLUS_PLUS] = ACTIONS(4881), - [anon_sym_DASH_DASH] = ACTIONS(4881), - [anon_sym_BANG] = ACTIONS(4879), - [anon_sym_BANG_BANG] = ACTIONS(4881), - [anon_sym_data] = ACTIONS(4879), - [anon_sym_inner] = ACTIONS(4879), - [anon_sym_expect] = ACTIONS(4879), - [anon_sym_actual] = ACTIONS(4879), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4881), - [anon_sym_continue_AT] = ACTIONS(4881), - [anon_sym_break_AT] = ACTIONS(4881), - [sym_real_literal] = ACTIONS(4881), - [sym_integer_literal] = ACTIONS(4879), - [sym_hex_literal] = ACTIONS(4881), - [sym_bin_literal] = ACTIONS(4881), - [anon_sym_true] = ACTIONS(4879), - [anon_sym_false] = ACTIONS(4879), - [anon_sym_SQUOTE] = ACTIONS(4881), - [sym__backtick_identifier] = ACTIONS(4881), - [sym__automatic_semicolon] = ACTIONS(4881), - [sym_safe_nav] = ACTIONS(4881), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4881), + [sym__alpha_identifier] = ACTIONS(1784), + [anon_sym_AT] = ACTIONS(1786), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_RBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_EQ] = ACTIONS(1784), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_COMMA] = ACTIONS(1786), + [anon_sym_RPAREN] = ACTIONS(1786), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_where] = ACTIONS(1784), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(1786), + [anon_sym_get] = ACTIONS(1784), + [anon_sym_set] = ACTIONS(1784), + [anon_sym_STAR] = ACTIONS(1784), + [anon_sym_DASH_GT] = ACTIONS(1786), + [sym_label] = ACTIONS(1786), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_while] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_PLUS_EQ] = ACTIONS(1786), + [anon_sym_DASH_EQ] = ACTIONS(1786), + [anon_sym_STAR_EQ] = ACTIONS(1786), + [anon_sym_SLASH_EQ] = ACTIONS(1786), + [anon_sym_PERCENT_EQ] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1784), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG_BANG] = ACTIONS(1786), + [anon_sym_suspend] = ACTIONS(1784), + [anon_sym_sealed] = ACTIONS(1784), + [anon_sym_annotation] = ACTIONS(1784), + [anon_sym_data] = ACTIONS(1784), + [anon_sym_inner] = ACTIONS(1784), + [anon_sym_override] = ACTIONS(1784), + [anon_sym_lateinit] = ACTIONS(1784), + [anon_sym_public] = ACTIONS(1784), + [anon_sym_private] = ACTIONS(1784), + [anon_sym_internal] = ACTIONS(1784), + [anon_sym_protected] = ACTIONS(1784), + [anon_sym_tailrec] = ACTIONS(1784), + [anon_sym_operator] = ACTIONS(1784), + [anon_sym_infix] = ACTIONS(1784), + [anon_sym_inline] = ACTIONS(1784), + [anon_sym_external] = ACTIONS(1784), + [sym_property_modifier] = ACTIONS(1784), + [anon_sym_abstract] = ACTIONS(1784), + [anon_sym_final] = ACTIONS(1784), + [anon_sym_open] = ACTIONS(1784), + [anon_sym_vararg] = ACTIONS(1784), + [anon_sym_noinline] = ACTIONS(1784), + [anon_sym_crossinline] = ACTIONS(1784), + [anon_sym_expect] = ACTIONS(1784), + [anon_sym_actual] = ACTIONS(1784), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), + [sym_multiline_comment] = ACTIONS(3), }, [3292] = { - [sym__alpha_identifier] = ACTIONS(4883), - [anon_sym_AT] = ACTIONS(4885), - [anon_sym_LBRACK] = ACTIONS(4885), - [anon_sym_as] = ACTIONS(4883), - [anon_sym_EQ] = ACTIONS(4883), - [anon_sym_LBRACE] = ACTIONS(4885), - [anon_sym_RBRACE] = ACTIONS(4885), - [anon_sym_LPAREN] = ACTIONS(4885), - [anon_sym_COMMA] = ACTIONS(4885), - [anon_sym_LT] = ACTIONS(4883), - [anon_sym_GT] = ACTIONS(4883), - [anon_sym_where] = ACTIONS(4883), - [anon_sym_object] = ACTIONS(4883), - [anon_sym_fun] = ACTIONS(4883), - [anon_sym_DOT] = ACTIONS(4883), - [anon_sym_SEMI] = ACTIONS(4885), - [anon_sym_get] = ACTIONS(4883), - [anon_sym_set] = ACTIONS(4883), - [anon_sym_this] = ACTIONS(4883), - [anon_sym_super] = ACTIONS(4883), - [anon_sym_STAR] = ACTIONS(4883), - [sym_label] = ACTIONS(4883), - [anon_sym_in] = ACTIONS(4883), - [anon_sym_DOT_DOT] = ACTIONS(4885), - [anon_sym_QMARK_COLON] = ACTIONS(4885), - [anon_sym_AMP_AMP] = ACTIONS(4885), - [anon_sym_PIPE_PIPE] = ACTIONS(4885), - [anon_sym_null] = ACTIONS(4883), - [anon_sym_if] = ACTIONS(4883), - [anon_sym_else] = ACTIONS(4883), - [anon_sym_when] = ACTIONS(4883), - [anon_sym_try] = ACTIONS(4883), - [anon_sym_throw] = ACTIONS(4883), - [anon_sym_return] = ACTIONS(4883), - [anon_sym_continue] = ACTIONS(4883), - [anon_sym_break] = ACTIONS(4883), - [anon_sym_COLON_COLON] = ACTIONS(4885), - [anon_sym_PLUS_EQ] = ACTIONS(4885), - [anon_sym_DASH_EQ] = ACTIONS(4885), - [anon_sym_STAR_EQ] = ACTIONS(4885), - [anon_sym_SLASH_EQ] = ACTIONS(4885), - [anon_sym_PERCENT_EQ] = ACTIONS(4885), - [anon_sym_BANG_EQ] = ACTIONS(4883), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4885), - [anon_sym_EQ_EQ] = ACTIONS(4883), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4885), - [anon_sym_LT_EQ] = ACTIONS(4885), - [anon_sym_GT_EQ] = ACTIONS(4885), - [anon_sym_BANGin] = ACTIONS(4885), - [anon_sym_is] = ACTIONS(4883), - [anon_sym_BANGis] = ACTIONS(4885), - [anon_sym_PLUS] = ACTIONS(4883), - [anon_sym_DASH] = ACTIONS(4883), - [anon_sym_SLASH] = ACTIONS(4883), - [anon_sym_PERCENT] = ACTIONS(4883), - [anon_sym_as_QMARK] = ACTIONS(4885), - [anon_sym_PLUS_PLUS] = ACTIONS(4885), - [anon_sym_DASH_DASH] = ACTIONS(4885), - [anon_sym_BANG] = ACTIONS(4883), - [anon_sym_BANG_BANG] = ACTIONS(4885), - [anon_sym_data] = ACTIONS(4883), - [anon_sym_inner] = ACTIONS(4883), - [anon_sym_expect] = ACTIONS(4883), - [anon_sym_actual] = ACTIONS(4883), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4885), - [anon_sym_continue_AT] = ACTIONS(4885), - [anon_sym_break_AT] = ACTIONS(4885), - [sym_real_literal] = ACTIONS(4885), - [sym_integer_literal] = ACTIONS(4883), - [sym_hex_literal] = ACTIONS(4885), - [sym_bin_literal] = ACTIONS(4885), - [anon_sym_true] = ACTIONS(4883), - [anon_sym_false] = ACTIONS(4883), - [anon_sym_SQUOTE] = ACTIONS(4885), - [sym__backtick_identifier] = ACTIONS(4885), - [sym__automatic_semicolon] = ACTIONS(4885), - [sym_safe_nav] = ACTIONS(4885), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4885), - }, - [3293] = { - [sym__alpha_identifier] = ACTIONS(4460), - [anon_sym_AT] = ACTIONS(4462), - [anon_sym_LBRACK] = ACTIONS(4462), - [anon_sym_RBRACK] = ACTIONS(4462), - [anon_sym_as] = ACTIONS(4460), - [anon_sym_EQ] = ACTIONS(4460), - [anon_sym_LBRACE] = ACTIONS(4462), - [anon_sym_RBRACE] = ACTIONS(4462), - [anon_sym_LPAREN] = ACTIONS(4462), - [anon_sym_COMMA] = ACTIONS(4462), - [anon_sym_RPAREN] = ACTIONS(4462), - [anon_sym_LT] = ACTIONS(4460), - [anon_sym_GT] = ACTIONS(4460), - [anon_sym_where] = ACTIONS(4460), - [anon_sym_DOT] = ACTIONS(4460), - [anon_sym_SEMI] = ACTIONS(4462), - [anon_sym_get] = ACTIONS(4460), - [anon_sym_set] = ACTIONS(4460), - [anon_sym_STAR] = ACTIONS(4460), - [anon_sym_DASH_GT] = ACTIONS(4462), - [sym_label] = ACTIONS(4462), - [anon_sym_in] = ACTIONS(4460), - [anon_sym_while] = ACTIONS(4460), - [anon_sym_DOT_DOT] = ACTIONS(4462), - [anon_sym_QMARK_COLON] = ACTIONS(4462), - [anon_sym_AMP_AMP] = ACTIONS(4462), - [anon_sym_PIPE_PIPE] = ACTIONS(4462), - [anon_sym_else] = ACTIONS(4460), - [anon_sym_COLON_COLON] = ACTIONS(4462), - [anon_sym_PLUS_EQ] = ACTIONS(4462), - [anon_sym_DASH_EQ] = ACTIONS(4462), - [anon_sym_STAR_EQ] = ACTIONS(4462), - [anon_sym_SLASH_EQ] = ACTIONS(4462), - [anon_sym_PERCENT_EQ] = ACTIONS(4462), - [anon_sym_BANG_EQ] = ACTIONS(4460), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4462), - [anon_sym_EQ_EQ] = ACTIONS(4460), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4462), - [anon_sym_LT_EQ] = ACTIONS(4462), - [anon_sym_GT_EQ] = ACTIONS(4462), - [anon_sym_BANGin] = ACTIONS(4462), - [anon_sym_is] = ACTIONS(4460), - [anon_sym_BANGis] = ACTIONS(4462), - [anon_sym_PLUS] = ACTIONS(4460), - [anon_sym_DASH] = ACTIONS(4460), - [anon_sym_SLASH] = ACTIONS(4460), - [anon_sym_PERCENT] = ACTIONS(4460), - [anon_sym_as_QMARK] = ACTIONS(4462), - [anon_sym_PLUS_PLUS] = ACTIONS(4462), - [anon_sym_DASH_DASH] = ACTIONS(4462), - [anon_sym_BANG_BANG] = ACTIONS(4462), - [anon_sym_suspend] = ACTIONS(4460), - [anon_sym_sealed] = ACTIONS(4460), - [anon_sym_annotation] = ACTIONS(4460), - [anon_sym_data] = ACTIONS(4460), - [anon_sym_inner] = ACTIONS(4460), - [anon_sym_override] = ACTIONS(4460), - [anon_sym_lateinit] = ACTIONS(4460), - [anon_sym_public] = ACTIONS(4460), - [anon_sym_private] = ACTIONS(4460), - [anon_sym_internal] = ACTIONS(4460), - [anon_sym_protected] = ACTIONS(4460), - [anon_sym_tailrec] = ACTIONS(4460), - [anon_sym_operator] = ACTIONS(4460), - [anon_sym_infix] = ACTIONS(4460), - [anon_sym_inline] = ACTIONS(4460), - [anon_sym_external] = ACTIONS(4460), - [sym_property_modifier] = ACTIONS(4460), - [anon_sym_abstract] = ACTIONS(4460), - [anon_sym_final] = ACTIONS(4460), - [anon_sym_open] = ACTIONS(4460), - [anon_sym_vararg] = ACTIONS(4460), - [anon_sym_noinline] = ACTIONS(4460), - [anon_sym_crossinline] = ACTIONS(4460), - [anon_sym_expect] = ACTIONS(4460), - [anon_sym_actual] = ACTIONS(4460), + [sym__alpha_identifier] = ACTIONS(5005), + [anon_sym_AT] = ACTIONS(5007), + [anon_sym_LBRACK] = ACTIONS(5007), + [anon_sym_RBRACK] = ACTIONS(5007), + [anon_sym_as] = ACTIONS(5005), + [anon_sym_EQ] = ACTIONS(5005), + [anon_sym_LBRACE] = ACTIONS(5007), + [anon_sym_RBRACE] = ACTIONS(5007), + [anon_sym_LPAREN] = ACTIONS(5007), + [anon_sym_COMMA] = ACTIONS(5007), + [anon_sym_RPAREN] = ACTIONS(5007), + [anon_sym_LT] = ACTIONS(5005), + [anon_sym_GT] = ACTIONS(5005), + [anon_sym_where] = ACTIONS(5005), + [anon_sym_DOT] = ACTIONS(5005), + [anon_sym_SEMI] = ACTIONS(5007), + [anon_sym_get] = ACTIONS(5005), + [anon_sym_set] = ACTIONS(5005), + [anon_sym_STAR] = ACTIONS(5005), + [anon_sym_DASH_GT] = ACTIONS(5007), + [sym_label] = ACTIONS(5007), + [anon_sym_in] = ACTIONS(5005), + [anon_sym_while] = ACTIONS(5005), + [anon_sym_DOT_DOT] = ACTIONS(5007), + [anon_sym_QMARK_COLON] = ACTIONS(5007), + [anon_sym_AMP_AMP] = ACTIONS(5007), + [anon_sym_PIPE_PIPE] = ACTIONS(5007), + [anon_sym_else] = ACTIONS(5005), + [anon_sym_COLON_COLON] = ACTIONS(5007), + [anon_sym_PLUS_EQ] = ACTIONS(5007), + [anon_sym_DASH_EQ] = ACTIONS(5007), + [anon_sym_STAR_EQ] = ACTIONS(5007), + [anon_sym_SLASH_EQ] = ACTIONS(5007), + [anon_sym_PERCENT_EQ] = ACTIONS(5007), + [anon_sym_BANG_EQ] = ACTIONS(5005), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5007), + [anon_sym_EQ_EQ] = ACTIONS(5005), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5007), + [anon_sym_LT_EQ] = ACTIONS(5007), + [anon_sym_GT_EQ] = ACTIONS(5007), + [anon_sym_BANGin] = ACTIONS(5007), + [anon_sym_is] = ACTIONS(5005), + [anon_sym_BANGis] = ACTIONS(5007), + [anon_sym_PLUS] = ACTIONS(5005), + [anon_sym_DASH] = ACTIONS(5005), + [anon_sym_SLASH] = ACTIONS(5005), + [anon_sym_PERCENT] = ACTIONS(5005), + [anon_sym_as_QMARK] = ACTIONS(5007), + [anon_sym_PLUS_PLUS] = ACTIONS(5007), + [anon_sym_DASH_DASH] = ACTIONS(5007), + [anon_sym_BANG_BANG] = ACTIONS(5007), + [anon_sym_suspend] = ACTIONS(5005), + [anon_sym_sealed] = ACTIONS(5005), + [anon_sym_annotation] = ACTIONS(5005), + [anon_sym_data] = ACTIONS(5005), + [anon_sym_inner] = ACTIONS(5005), + [anon_sym_override] = ACTIONS(5005), + [anon_sym_lateinit] = ACTIONS(5005), + [anon_sym_public] = ACTIONS(5005), + [anon_sym_private] = ACTIONS(5005), + [anon_sym_internal] = ACTIONS(5005), + [anon_sym_protected] = ACTIONS(5005), + [anon_sym_tailrec] = ACTIONS(5005), + [anon_sym_operator] = ACTIONS(5005), + [anon_sym_infix] = ACTIONS(5005), + [anon_sym_inline] = ACTIONS(5005), + [anon_sym_external] = ACTIONS(5005), + [sym_property_modifier] = ACTIONS(5005), + [anon_sym_abstract] = ACTIONS(5005), + [anon_sym_final] = ACTIONS(5005), + [anon_sym_open] = ACTIONS(5005), + [anon_sym_vararg] = ACTIONS(5005), + [anon_sym_noinline] = ACTIONS(5005), + [anon_sym_crossinline] = ACTIONS(5005), + [anon_sym_expect] = ACTIONS(5005), + [anon_sym_actual] = ACTIONS(5005), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4462), - [sym_safe_nav] = ACTIONS(4462), - [sym_multiline_comment] = ACTIONS(3), - }, - [3294] = { - [sym__alpha_identifier] = ACTIONS(3840), - [anon_sym_AT] = ACTIONS(3842), - [anon_sym_LBRACK] = ACTIONS(3842), - [anon_sym_as] = ACTIONS(3840), - [anon_sym_EQ] = ACTIONS(3840), - [anon_sym_LBRACE] = ACTIONS(3842), - [anon_sym_RBRACE] = ACTIONS(3842), - [anon_sym_LPAREN] = ACTIONS(3842), - [anon_sym_COMMA] = ACTIONS(3842), - [anon_sym_LT] = ACTIONS(3840), - [anon_sym_GT] = ACTIONS(3840), - [anon_sym_where] = ACTIONS(3840), - [anon_sym_object] = ACTIONS(3840), - [anon_sym_fun] = ACTIONS(3840), - [anon_sym_DOT] = ACTIONS(3840), - [anon_sym_SEMI] = ACTIONS(3842), - [anon_sym_get] = ACTIONS(3840), - [anon_sym_set] = ACTIONS(3840), - [anon_sym_this] = ACTIONS(3840), - [anon_sym_super] = ACTIONS(3840), - [anon_sym_STAR] = ACTIONS(3840), - [sym_label] = ACTIONS(3840), - [anon_sym_in] = ACTIONS(3840), - [anon_sym_DOT_DOT] = ACTIONS(3842), - [anon_sym_QMARK_COLON] = ACTIONS(3842), - [anon_sym_AMP_AMP] = ACTIONS(3842), - [anon_sym_PIPE_PIPE] = ACTIONS(3842), - [anon_sym_null] = ACTIONS(3840), - [anon_sym_if] = ACTIONS(3840), - [anon_sym_else] = ACTIONS(3840), - [anon_sym_when] = ACTIONS(3840), - [anon_sym_try] = ACTIONS(3840), - [anon_sym_throw] = ACTIONS(3840), - [anon_sym_return] = ACTIONS(3840), - [anon_sym_continue] = ACTIONS(3840), - [anon_sym_break] = ACTIONS(3840), - [anon_sym_COLON_COLON] = ACTIONS(3842), - [anon_sym_PLUS_EQ] = ACTIONS(3842), - [anon_sym_DASH_EQ] = ACTIONS(3842), - [anon_sym_STAR_EQ] = ACTIONS(3842), - [anon_sym_SLASH_EQ] = ACTIONS(3842), - [anon_sym_PERCENT_EQ] = ACTIONS(3842), - [anon_sym_BANG_EQ] = ACTIONS(3840), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3842), - [anon_sym_EQ_EQ] = ACTIONS(3840), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3842), - [anon_sym_LT_EQ] = ACTIONS(3842), - [anon_sym_GT_EQ] = ACTIONS(3842), - [anon_sym_BANGin] = ACTIONS(3842), - [anon_sym_is] = ACTIONS(3840), - [anon_sym_BANGis] = ACTIONS(3842), - [anon_sym_PLUS] = ACTIONS(3840), - [anon_sym_DASH] = ACTIONS(3840), - [anon_sym_SLASH] = ACTIONS(3840), - [anon_sym_PERCENT] = ACTIONS(3840), - [anon_sym_as_QMARK] = ACTIONS(3842), - [anon_sym_PLUS_PLUS] = ACTIONS(3842), - [anon_sym_DASH_DASH] = ACTIONS(3842), - [anon_sym_BANG] = ACTIONS(3840), - [anon_sym_BANG_BANG] = ACTIONS(3842), - [anon_sym_data] = ACTIONS(3840), - [anon_sym_inner] = ACTIONS(3840), - [anon_sym_expect] = ACTIONS(3840), - [anon_sym_actual] = ACTIONS(3840), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3842), - [anon_sym_continue_AT] = ACTIONS(3842), - [anon_sym_break_AT] = ACTIONS(3842), - [sym_real_literal] = ACTIONS(3842), - [sym_integer_literal] = ACTIONS(3840), - [sym_hex_literal] = ACTIONS(3842), - [sym_bin_literal] = ACTIONS(3842), - [anon_sym_true] = ACTIONS(3840), - [anon_sym_false] = ACTIONS(3840), - [anon_sym_SQUOTE] = ACTIONS(3842), - [sym__backtick_identifier] = ACTIONS(3842), - [sym__automatic_semicolon] = ACTIONS(3842), - [sym_safe_nav] = ACTIONS(3842), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3842), - }, - [3295] = { - [sym_type_constraints] = STATE(3662), - [sym_function_body] = STATE(3145), - [sym__block] = STATE(3367), - [sym__alpha_identifier] = ACTIONS(4095), - [anon_sym_AT] = ACTIONS(4097), - [anon_sym_LBRACK] = ACTIONS(4097), - [anon_sym_as] = ACTIONS(4095), - [anon_sym_EQ] = ACTIONS(6462), - [anon_sym_LBRACE] = ACTIONS(6236), - [anon_sym_RBRACE] = ACTIONS(4097), - [anon_sym_LPAREN] = ACTIONS(4097), - [anon_sym_RPAREN] = ACTIONS(4097), - [anon_sym_LT] = ACTIONS(4095), - [anon_sym_GT] = ACTIONS(4095), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(4095), - [anon_sym_SEMI] = ACTIONS(4097), - [anon_sym_get] = ACTIONS(4095), - [anon_sym_set] = ACTIONS(4095), - [anon_sym_STAR] = ACTIONS(4095), - [sym_label] = ACTIONS(4097), - [anon_sym_in] = ACTIONS(4095), - [anon_sym_while] = ACTIONS(4095), - [anon_sym_DOT_DOT] = ACTIONS(4097), - [anon_sym_QMARK_COLON] = ACTIONS(4097), - [anon_sym_AMP_AMP] = ACTIONS(4097), - [anon_sym_PIPE_PIPE] = ACTIONS(4097), - [anon_sym_else] = ACTIONS(4095), - [anon_sym_COLON_COLON] = ACTIONS(4097), - [anon_sym_PLUS_EQ] = ACTIONS(4097), - [anon_sym_DASH_EQ] = ACTIONS(4097), - [anon_sym_STAR_EQ] = ACTIONS(4097), - [anon_sym_SLASH_EQ] = ACTIONS(4097), - [anon_sym_PERCENT_EQ] = ACTIONS(4097), - [anon_sym_BANG_EQ] = ACTIONS(4095), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4097), - [anon_sym_EQ_EQ] = ACTIONS(4095), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4097), - [anon_sym_LT_EQ] = ACTIONS(4097), - [anon_sym_GT_EQ] = ACTIONS(4097), - [anon_sym_BANGin] = ACTIONS(4097), - [anon_sym_is] = ACTIONS(4095), - [anon_sym_BANGis] = ACTIONS(4097), - [anon_sym_PLUS] = ACTIONS(4095), - [anon_sym_DASH] = ACTIONS(4095), - [anon_sym_SLASH] = ACTIONS(4095), - [anon_sym_PERCENT] = ACTIONS(4095), - [anon_sym_as_QMARK] = ACTIONS(4097), - [anon_sym_PLUS_PLUS] = ACTIONS(4097), - [anon_sym_DASH_DASH] = ACTIONS(4097), - [anon_sym_BANG_BANG] = ACTIONS(4097), - [anon_sym_suspend] = ACTIONS(4095), - [anon_sym_sealed] = ACTIONS(4095), - [anon_sym_annotation] = ACTIONS(4095), - [anon_sym_data] = ACTIONS(4095), - [anon_sym_inner] = ACTIONS(4095), - [anon_sym_override] = ACTIONS(4095), - [anon_sym_lateinit] = ACTIONS(4095), - [anon_sym_public] = ACTIONS(4095), - [anon_sym_private] = ACTIONS(4095), - [anon_sym_internal] = ACTIONS(4095), - [anon_sym_protected] = ACTIONS(4095), - [anon_sym_tailrec] = ACTIONS(4095), - [anon_sym_operator] = ACTIONS(4095), - [anon_sym_infix] = ACTIONS(4095), - [anon_sym_inline] = ACTIONS(4095), - [anon_sym_external] = ACTIONS(4095), - [sym_property_modifier] = ACTIONS(4095), - [anon_sym_abstract] = ACTIONS(4095), - [anon_sym_final] = ACTIONS(4095), - [anon_sym_open] = ACTIONS(4095), - [anon_sym_vararg] = ACTIONS(4095), - [anon_sym_noinline] = ACTIONS(4095), - [anon_sym_crossinline] = ACTIONS(4095), - [anon_sym_expect] = ACTIONS(4095), - [anon_sym_actual] = ACTIONS(4095), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4097), - [sym_safe_nav] = ACTIONS(4097), + [sym__backtick_identifier] = ACTIONS(5007), + [sym_safe_nav] = ACTIONS(5007), [sym_multiline_comment] = ACTIONS(3), }, - [3296] = { - [sym__alpha_identifier] = ACTIONS(4249), - [anon_sym_AT] = ACTIONS(4252), - [anon_sym_LBRACK] = ACTIONS(4252), - [anon_sym_as] = ACTIONS(4257), - [anon_sym_EQ] = ACTIONS(4257), - [anon_sym_LBRACE] = ACTIONS(4252), - [anon_sym_RBRACE] = ACTIONS(4255), - [anon_sym_LPAREN] = ACTIONS(6536), - [anon_sym_COMMA] = ACTIONS(4255), - [anon_sym_LT] = ACTIONS(4257), - [anon_sym_GT] = ACTIONS(4257), - [anon_sym_where] = ACTIONS(4257), - [anon_sym_object] = ACTIONS(4249), - [anon_sym_fun] = ACTIONS(4249), - [anon_sym_DOT] = ACTIONS(4257), - [anon_sym_SEMI] = ACTIONS(4255), - [anon_sym_get] = ACTIONS(4249), - [anon_sym_set] = ACTIONS(4249), - [anon_sym_this] = ACTIONS(4249), - [anon_sym_super] = ACTIONS(4249), - [anon_sym_STAR] = ACTIONS(4249), - [sym_label] = ACTIONS(4249), - [anon_sym_in] = ACTIONS(4257), - [anon_sym_DOT_DOT] = ACTIONS(4255), - [anon_sym_QMARK_COLON] = ACTIONS(4255), - [anon_sym_AMP_AMP] = ACTIONS(4255), - [anon_sym_PIPE_PIPE] = ACTIONS(4255), - [anon_sym_null] = ACTIONS(4249), - [anon_sym_if] = ACTIONS(4249), - [anon_sym_else] = ACTIONS(4257), - [anon_sym_when] = ACTIONS(4249), - [anon_sym_try] = ACTIONS(4249), - [anon_sym_throw] = ACTIONS(4249), - [anon_sym_return] = ACTIONS(4249), - [anon_sym_continue] = ACTIONS(4249), - [anon_sym_break] = ACTIONS(4249), - [anon_sym_COLON_COLON] = ACTIONS(4252), - [anon_sym_PLUS_EQ] = ACTIONS(4255), - [anon_sym_DASH_EQ] = ACTIONS(4255), - [anon_sym_STAR_EQ] = ACTIONS(4255), - [anon_sym_SLASH_EQ] = ACTIONS(4255), - [anon_sym_PERCENT_EQ] = ACTIONS(4255), - [anon_sym_BANG_EQ] = ACTIONS(4257), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4255), - [anon_sym_EQ_EQ] = ACTIONS(4257), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4255), - [anon_sym_LT_EQ] = ACTIONS(4255), - [anon_sym_GT_EQ] = ACTIONS(4255), - [anon_sym_BANGin] = ACTIONS(4255), - [anon_sym_is] = ACTIONS(4257), - [anon_sym_BANGis] = ACTIONS(4255), - [anon_sym_PLUS] = ACTIONS(4249), - [anon_sym_DASH] = ACTIONS(4249), - [anon_sym_SLASH] = ACTIONS(4257), - [anon_sym_PERCENT] = ACTIONS(4257), - [anon_sym_as_QMARK] = ACTIONS(4255), - [anon_sym_PLUS_PLUS] = ACTIONS(4252), - [anon_sym_DASH_DASH] = ACTIONS(4252), - [anon_sym_BANG] = ACTIONS(4249), - [anon_sym_BANG_BANG] = ACTIONS(4255), - [anon_sym_data] = ACTIONS(4249), - [anon_sym_inner] = ACTIONS(4249), - [anon_sym_expect] = ACTIONS(4249), - [anon_sym_actual] = ACTIONS(4249), + [3293] = { + [sym__alpha_identifier] = ACTIONS(4426), + [anon_sym_AT] = ACTIONS(4428), + [anon_sym_LBRACK] = ACTIONS(4428), + [anon_sym_as] = ACTIONS(4426), + [anon_sym_EQ] = ACTIONS(4426), + [anon_sym_LBRACE] = ACTIONS(4428), + [anon_sym_RBRACE] = ACTIONS(4428), + [anon_sym_LPAREN] = ACTIONS(4428), + [anon_sym_COMMA] = ACTIONS(4428), + [anon_sym_LT] = ACTIONS(4426), + [anon_sym_GT] = ACTIONS(4426), + [anon_sym_where] = ACTIONS(4426), + [anon_sym_object] = ACTIONS(4426), + [anon_sym_fun] = ACTIONS(4426), + [anon_sym_DOT] = ACTIONS(4426), + [anon_sym_SEMI] = ACTIONS(4428), + [anon_sym_get] = ACTIONS(4426), + [anon_sym_set] = ACTIONS(4426), + [anon_sym_this] = ACTIONS(4426), + [anon_sym_super] = ACTIONS(4426), + [anon_sym_STAR] = ACTIONS(4426), + [sym_label] = ACTIONS(4426), + [anon_sym_in] = ACTIONS(4426), + [anon_sym_DOT_DOT] = ACTIONS(4428), + [anon_sym_QMARK_COLON] = ACTIONS(4428), + [anon_sym_AMP_AMP] = ACTIONS(4428), + [anon_sym_PIPE_PIPE] = ACTIONS(4428), + [anon_sym_null] = ACTIONS(4426), + [anon_sym_if] = ACTIONS(4426), + [anon_sym_else] = ACTIONS(4426), + [anon_sym_when] = ACTIONS(4426), + [anon_sym_try] = ACTIONS(4426), + [anon_sym_throw] = ACTIONS(4426), + [anon_sym_return] = ACTIONS(4426), + [anon_sym_continue] = ACTIONS(4426), + [anon_sym_break] = ACTIONS(4426), + [anon_sym_COLON_COLON] = ACTIONS(4428), + [anon_sym_PLUS_EQ] = ACTIONS(4428), + [anon_sym_DASH_EQ] = ACTIONS(4428), + [anon_sym_STAR_EQ] = ACTIONS(4428), + [anon_sym_SLASH_EQ] = ACTIONS(4428), + [anon_sym_PERCENT_EQ] = ACTIONS(4428), + [anon_sym_BANG_EQ] = ACTIONS(4426), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4428), + [anon_sym_EQ_EQ] = ACTIONS(4426), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4428), + [anon_sym_LT_EQ] = ACTIONS(4428), + [anon_sym_GT_EQ] = ACTIONS(4428), + [anon_sym_BANGin] = ACTIONS(4428), + [anon_sym_is] = ACTIONS(4426), + [anon_sym_BANGis] = ACTIONS(4428), + [anon_sym_PLUS] = ACTIONS(4426), + [anon_sym_DASH] = ACTIONS(4426), + [anon_sym_SLASH] = ACTIONS(4426), + [anon_sym_PERCENT] = ACTIONS(4426), + [anon_sym_as_QMARK] = ACTIONS(4428), + [anon_sym_PLUS_PLUS] = ACTIONS(4428), + [anon_sym_DASH_DASH] = ACTIONS(4428), + [anon_sym_BANG] = ACTIONS(4426), + [anon_sym_BANG_BANG] = ACTIONS(4428), + [anon_sym_data] = ACTIONS(4426), + [anon_sym_inner] = ACTIONS(4426), + [anon_sym_expect] = ACTIONS(4426), + [anon_sym_actual] = ACTIONS(4426), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4252), - [anon_sym_continue_AT] = ACTIONS(4252), - [anon_sym_break_AT] = ACTIONS(4252), - [sym_real_literal] = ACTIONS(4252), - [sym_integer_literal] = ACTIONS(4249), - [sym_hex_literal] = ACTIONS(4252), - [sym_bin_literal] = ACTIONS(4252), - [anon_sym_true] = ACTIONS(4249), - [anon_sym_false] = ACTIONS(4249), - [anon_sym_SQUOTE] = ACTIONS(4252), - [sym__backtick_identifier] = ACTIONS(4252), - [sym__automatic_semicolon] = ACTIONS(4255), - [sym_safe_nav] = ACTIONS(4255), + [anon_sym_return_AT] = ACTIONS(4428), + [anon_sym_continue_AT] = ACTIONS(4428), + [anon_sym_break_AT] = ACTIONS(4428), + [sym_real_literal] = ACTIONS(4428), + [sym_integer_literal] = ACTIONS(4426), + [sym_hex_literal] = ACTIONS(4428), + [sym_bin_literal] = ACTIONS(4428), + [anon_sym_true] = ACTIONS(4426), + [anon_sym_false] = ACTIONS(4426), + [anon_sym_SQUOTE] = ACTIONS(4428), + [sym__backtick_identifier] = ACTIONS(4428), + [sym__automatic_semicolon] = ACTIONS(4428), + [sym_safe_nav] = ACTIONS(4428), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4252), + [sym__string_start] = ACTIONS(4428), + }, + [3294] = { + [sym__alpha_identifier] = ACTIONS(4756), + [anon_sym_AT] = ACTIONS(4758), + [anon_sym_LBRACK] = ACTIONS(4758), + [anon_sym_RBRACK] = ACTIONS(4758), + [anon_sym_as] = ACTIONS(4756), + [anon_sym_EQ] = ACTIONS(4756), + [anon_sym_LBRACE] = ACTIONS(4758), + [anon_sym_RBRACE] = ACTIONS(4758), + [anon_sym_LPAREN] = ACTIONS(4758), + [anon_sym_COMMA] = ACTIONS(4758), + [anon_sym_RPAREN] = ACTIONS(4758), + [anon_sym_LT] = ACTIONS(4756), + [anon_sym_GT] = ACTIONS(4756), + [anon_sym_where] = ACTIONS(4756), + [anon_sym_DOT] = ACTIONS(4756), + [anon_sym_SEMI] = ACTIONS(4758), + [anon_sym_get] = ACTIONS(4756), + [anon_sym_set] = ACTIONS(4756), + [anon_sym_STAR] = ACTIONS(4756), + [anon_sym_DASH_GT] = ACTIONS(4758), + [sym_label] = ACTIONS(4758), + [anon_sym_in] = ACTIONS(4756), + [anon_sym_while] = ACTIONS(4756), + [anon_sym_DOT_DOT] = ACTIONS(4758), + [anon_sym_QMARK_COLON] = ACTIONS(4758), + [anon_sym_AMP_AMP] = ACTIONS(4758), + [anon_sym_PIPE_PIPE] = ACTIONS(4758), + [anon_sym_else] = ACTIONS(4756), + [anon_sym_COLON_COLON] = ACTIONS(4758), + [anon_sym_PLUS_EQ] = ACTIONS(4758), + [anon_sym_DASH_EQ] = ACTIONS(4758), + [anon_sym_STAR_EQ] = ACTIONS(4758), + [anon_sym_SLASH_EQ] = ACTIONS(4758), + [anon_sym_PERCENT_EQ] = ACTIONS(4758), + [anon_sym_BANG_EQ] = ACTIONS(4756), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4758), + [anon_sym_EQ_EQ] = ACTIONS(4756), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4758), + [anon_sym_LT_EQ] = ACTIONS(4758), + [anon_sym_GT_EQ] = ACTIONS(4758), + [anon_sym_BANGin] = ACTIONS(4758), + [anon_sym_is] = ACTIONS(4756), + [anon_sym_BANGis] = ACTIONS(4758), + [anon_sym_PLUS] = ACTIONS(4756), + [anon_sym_DASH] = ACTIONS(4756), + [anon_sym_SLASH] = ACTIONS(4756), + [anon_sym_PERCENT] = ACTIONS(4756), + [anon_sym_as_QMARK] = ACTIONS(4758), + [anon_sym_PLUS_PLUS] = ACTIONS(4758), + [anon_sym_DASH_DASH] = ACTIONS(4758), + [anon_sym_BANG_BANG] = ACTIONS(4758), + [anon_sym_suspend] = ACTIONS(4756), + [anon_sym_sealed] = ACTIONS(4756), + [anon_sym_annotation] = ACTIONS(4756), + [anon_sym_data] = ACTIONS(4756), + [anon_sym_inner] = ACTIONS(4756), + [anon_sym_override] = ACTIONS(4756), + [anon_sym_lateinit] = ACTIONS(4756), + [anon_sym_public] = ACTIONS(4756), + [anon_sym_private] = ACTIONS(4756), + [anon_sym_internal] = ACTIONS(4756), + [anon_sym_protected] = ACTIONS(4756), + [anon_sym_tailrec] = ACTIONS(4756), + [anon_sym_operator] = ACTIONS(4756), + [anon_sym_infix] = ACTIONS(4756), + [anon_sym_inline] = ACTIONS(4756), + [anon_sym_external] = ACTIONS(4756), + [sym_property_modifier] = ACTIONS(4756), + [anon_sym_abstract] = ACTIONS(4756), + [anon_sym_final] = ACTIONS(4756), + [anon_sym_open] = ACTIONS(4756), + [anon_sym_vararg] = ACTIONS(4756), + [anon_sym_noinline] = ACTIONS(4756), + [anon_sym_crossinline] = ACTIONS(4756), + [anon_sym_expect] = ACTIONS(4756), + [anon_sym_actual] = ACTIONS(4756), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4758), + [sym_safe_nav] = ACTIONS(4758), + [sym_multiline_comment] = ACTIONS(3), + }, + [3295] = { + [sym__alpha_identifier] = ACTIONS(4873), + [anon_sym_AT] = ACTIONS(4875), + [anon_sym_LBRACK] = ACTIONS(4875), + [anon_sym_as] = ACTIONS(4873), + [anon_sym_EQ] = ACTIONS(4873), + [anon_sym_LBRACE] = ACTIONS(4875), + [anon_sym_RBRACE] = ACTIONS(4875), + [anon_sym_LPAREN] = ACTIONS(4875), + [anon_sym_COMMA] = ACTIONS(4875), + [anon_sym_LT] = ACTIONS(4873), + [anon_sym_GT] = ACTIONS(4873), + [anon_sym_where] = ACTIONS(4873), + [anon_sym_object] = ACTIONS(4873), + [anon_sym_fun] = ACTIONS(4873), + [anon_sym_DOT] = ACTIONS(4873), + [anon_sym_SEMI] = ACTIONS(4875), + [anon_sym_get] = ACTIONS(4873), + [anon_sym_set] = ACTIONS(4873), + [anon_sym_this] = ACTIONS(4873), + [anon_sym_super] = ACTIONS(4873), + [anon_sym_STAR] = ACTIONS(4873), + [sym_label] = ACTIONS(4873), + [anon_sym_in] = ACTIONS(4873), + [anon_sym_DOT_DOT] = ACTIONS(4875), + [anon_sym_QMARK_COLON] = ACTIONS(4875), + [anon_sym_AMP_AMP] = ACTIONS(4875), + [anon_sym_PIPE_PIPE] = ACTIONS(4875), + [anon_sym_null] = ACTIONS(4873), + [anon_sym_if] = ACTIONS(4873), + [anon_sym_else] = ACTIONS(4873), + [anon_sym_when] = ACTIONS(4873), + [anon_sym_try] = ACTIONS(4873), + [anon_sym_throw] = ACTIONS(4873), + [anon_sym_return] = ACTIONS(4873), + [anon_sym_continue] = ACTIONS(4873), + [anon_sym_break] = ACTIONS(4873), + [anon_sym_COLON_COLON] = ACTIONS(4875), + [anon_sym_PLUS_EQ] = ACTIONS(4875), + [anon_sym_DASH_EQ] = ACTIONS(4875), + [anon_sym_STAR_EQ] = ACTIONS(4875), + [anon_sym_SLASH_EQ] = ACTIONS(4875), + [anon_sym_PERCENT_EQ] = ACTIONS(4875), + [anon_sym_BANG_EQ] = ACTIONS(4873), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4875), + [anon_sym_EQ_EQ] = ACTIONS(4873), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4875), + [anon_sym_LT_EQ] = ACTIONS(4875), + [anon_sym_GT_EQ] = ACTIONS(4875), + [anon_sym_BANGin] = ACTIONS(4875), + [anon_sym_is] = ACTIONS(4873), + [anon_sym_BANGis] = ACTIONS(4875), + [anon_sym_PLUS] = ACTIONS(4873), + [anon_sym_DASH] = ACTIONS(4873), + [anon_sym_SLASH] = ACTIONS(4873), + [anon_sym_PERCENT] = ACTIONS(4873), + [anon_sym_as_QMARK] = ACTIONS(4875), + [anon_sym_PLUS_PLUS] = ACTIONS(4875), + [anon_sym_DASH_DASH] = ACTIONS(4875), + [anon_sym_BANG] = ACTIONS(4873), + [anon_sym_BANG_BANG] = ACTIONS(4875), + [anon_sym_data] = ACTIONS(4873), + [anon_sym_inner] = ACTIONS(4873), + [anon_sym_expect] = ACTIONS(4873), + [anon_sym_actual] = ACTIONS(4873), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4875), + [anon_sym_continue_AT] = ACTIONS(4875), + [anon_sym_break_AT] = ACTIONS(4875), + [sym_real_literal] = ACTIONS(4875), + [sym_integer_literal] = ACTIONS(4873), + [sym_hex_literal] = ACTIONS(4875), + [sym_bin_literal] = ACTIONS(4875), + [anon_sym_true] = ACTIONS(4873), + [anon_sym_false] = ACTIONS(4873), + [anon_sym_SQUOTE] = ACTIONS(4875), + [sym__backtick_identifier] = ACTIONS(4875), + [sym__automatic_semicolon] = ACTIONS(4875), + [sym_safe_nav] = ACTIONS(4875), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4875), + }, + [3296] = { + [sym__alpha_identifier] = ACTIONS(4464), + [anon_sym_AT] = ACTIONS(4466), + [anon_sym_LBRACK] = ACTIONS(4466), + [anon_sym_as] = ACTIONS(4464), + [anon_sym_EQ] = ACTIONS(4464), + [anon_sym_LBRACE] = ACTIONS(4466), + [anon_sym_RBRACE] = ACTIONS(4466), + [anon_sym_LPAREN] = ACTIONS(4466), + [anon_sym_COMMA] = ACTIONS(4466), + [anon_sym_LT] = ACTIONS(4464), + [anon_sym_GT] = ACTIONS(4464), + [anon_sym_where] = ACTIONS(4464), + [anon_sym_object] = ACTIONS(4464), + [anon_sym_fun] = ACTIONS(4464), + [anon_sym_DOT] = ACTIONS(4464), + [anon_sym_SEMI] = ACTIONS(4466), + [anon_sym_get] = ACTIONS(4464), + [anon_sym_set] = ACTIONS(4464), + [anon_sym_this] = ACTIONS(4464), + [anon_sym_super] = ACTIONS(4464), + [anon_sym_STAR] = ACTIONS(4464), + [sym_label] = ACTIONS(4464), + [anon_sym_in] = ACTIONS(4464), + [anon_sym_DOT_DOT] = ACTIONS(4466), + [anon_sym_QMARK_COLON] = ACTIONS(4466), + [anon_sym_AMP_AMP] = ACTIONS(4466), + [anon_sym_PIPE_PIPE] = ACTIONS(4466), + [anon_sym_null] = ACTIONS(4464), + [anon_sym_if] = ACTIONS(4464), + [anon_sym_else] = ACTIONS(4464), + [anon_sym_when] = ACTIONS(4464), + [anon_sym_try] = ACTIONS(4464), + [anon_sym_throw] = ACTIONS(4464), + [anon_sym_return] = ACTIONS(4464), + [anon_sym_continue] = ACTIONS(4464), + [anon_sym_break] = ACTIONS(4464), + [anon_sym_COLON_COLON] = ACTIONS(4466), + [anon_sym_PLUS_EQ] = ACTIONS(4466), + [anon_sym_DASH_EQ] = ACTIONS(4466), + [anon_sym_STAR_EQ] = ACTIONS(4466), + [anon_sym_SLASH_EQ] = ACTIONS(4466), + [anon_sym_PERCENT_EQ] = ACTIONS(4466), + [anon_sym_BANG_EQ] = ACTIONS(4464), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4466), + [anon_sym_EQ_EQ] = ACTIONS(4464), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4466), + [anon_sym_LT_EQ] = ACTIONS(4466), + [anon_sym_GT_EQ] = ACTIONS(4466), + [anon_sym_BANGin] = ACTIONS(4466), + [anon_sym_is] = ACTIONS(4464), + [anon_sym_BANGis] = ACTIONS(4466), + [anon_sym_PLUS] = ACTIONS(4464), + [anon_sym_DASH] = ACTIONS(4464), + [anon_sym_SLASH] = ACTIONS(4464), + [anon_sym_PERCENT] = ACTIONS(4464), + [anon_sym_as_QMARK] = ACTIONS(4466), + [anon_sym_PLUS_PLUS] = ACTIONS(4466), + [anon_sym_DASH_DASH] = ACTIONS(4466), + [anon_sym_BANG] = ACTIONS(4464), + [anon_sym_BANG_BANG] = ACTIONS(4466), + [anon_sym_data] = ACTIONS(4464), + [anon_sym_inner] = ACTIONS(4464), + [anon_sym_expect] = ACTIONS(4464), + [anon_sym_actual] = ACTIONS(4464), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4466), + [anon_sym_continue_AT] = ACTIONS(4466), + [anon_sym_break_AT] = ACTIONS(4466), + [sym_real_literal] = ACTIONS(4466), + [sym_integer_literal] = ACTIONS(4464), + [sym_hex_literal] = ACTIONS(4466), + [sym_bin_literal] = ACTIONS(4466), + [anon_sym_true] = ACTIONS(4464), + [anon_sym_false] = ACTIONS(4464), + [anon_sym_SQUOTE] = ACTIONS(4466), + [sym__backtick_identifier] = ACTIONS(4466), + [sym__automatic_semicolon] = ACTIONS(4466), + [sym_safe_nav] = ACTIONS(4466), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4466), }, [3297] = { - [sym__alpha_identifier] = ACTIONS(3027), - [anon_sym_AT] = ACTIONS(3029), - [anon_sym_LBRACK] = ACTIONS(3029), - [anon_sym_as] = ACTIONS(3027), - [anon_sym_EQ] = ACTIONS(3027), - [anon_sym_LBRACE] = ACTIONS(3029), - [anon_sym_RBRACE] = ACTIONS(3029), - [anon_sym_LPAREN] = ACTIONS(3029), - [anon_sym_COMMA] = ACTIONS(3029), - [anon_sym_LT] = ACTIONS(3027), - [anon_sym_GT] = ACTIONS(3027), - [anon_sym_where] = ACTIONS(3027), - [anon_sym_object] = ACTIONS(3027), - [anon_sym_fun] = ACTIONS(3027), - [anon_sym_DOT] = ACTIONS(3027), - [anon_sym_SEMI] = ACTIONS(3029), - [anon_sym_get] = ACTIONS(3027), - [anon_sym_set] = ACTIONS(3027), - [anon_sym_this] = ACTIONS(3027), - [anon_sym_super] = ACTIONS(3027), - [anon_sym_STAR] = ACTIONS(3027), - [sym_label] = ACTIONS(3027), - [anon_sym_in] = ACTIONS(3027), - [anon_sym_DOT_DOT] = ACTIONS(3029), - [anon_sym_QMARK_COLON] = ACTIONS(3029), - [anon_sym_AMP_AMP] = ACTIONS(3029), - [anon_sym_PIPE_PIPE] = ACTIONS(3029), - [anon_sym_null] = ACTIONS(3027), - [anon_sym_if] = ACTIONS(3027), - [anon_sym_else] = ACTIONS(3027), - [anon_sym_when] = ACTIONS(3027), - [anon_sym_try] = ACTIONS(3027), - [anon_sym_throw] = ACTIONS(3027), - [anon_sym_return] = ACTIONS(3027), - [anon_sym_continue] = ACTIONS(3027), - [anon_sym_break] = ACTIONS(3027), - [anon_sym_COLON_COLON] = ACTIONS(3029), - [anon_sym_PLUS_EQ] = ACTIONS(3029), - [anon_sym_DASH_EQ] = ACTIONS(3029), - [anon_sym_STAR_EQ] = ACTIONS(3029), - [anon_sym_SLASH_EQ] = ACTIONS(3029), - [anon_sym_PERCENT_EQ] = ACTIONS(3029), - [anon_sym_BANG_EQ] = ACTIONS(3027), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3029), - [anon_sym_EQ_EQ] = ACTIONS(3027), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3029), - [anon_sym_LT_EQ] = ACTIONS(3029), - [anon_sym_GT_EQ] = ACTIONS(3029), - [anon_sym_BANGin] = ACTIONS(3029), - [anon_sym_is] = ACTIONS(3027), - [anon_sym_BANGis] = ACTIONS(3029), - [anon_sym_PLUS] = ACTIONS(3027), - [anon_sym_DASH] = ACTIONS(3027), - [anon_sym_SLASH] = ACTIONS(3027), - [anon_sym_PERCENT] = ACTIONS(3027), - [anon_sym_as_QMARK] = ACTIONS(3029), - [anon_sym_PLUS_PLUS] = ACTIONS(3029), - [anon_sym_DASH_DASH] = ACTIONS(3029), - [anon_sym_BANG] = ACTIONS(3027), - [anon_sym_BANG_BANG] = ACTIONS(3029), - [anon_sym_data] = ACTIONS(3027), - [anon_sym_inner] = ACTIONS(3027), - [anon_sym_expect] = ACTIONS(3027), - [anon_sym_actual] = ACTIONS(3027), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3029), - [anon_sym_continue_AT] = ACTIONS(3029), - [anon_sym_break_AT] = ACTIONS(3029), - [sym_real_literal] = ACTIONS(3029), - [sym_integer_literal] = ACTIONS(3027), - [sym_hex_literal] = ACTIONS(3029), - [sym_bin_literal] = ACTIONS(3029), - [anon_sym_true] = ACTIONS(3027), - [anon_sym_false] = ACTIONS(3027), - [anon_sym_SQUOTE] = ACTIONS(3029), - [sym__backtick_identifier] = ACTIONS(3029), - [sym__automatic_semicolon] = ACTIONS(3029), - [sym_safe_nav] = ACTIONS(3029), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3029), + [sym_function_body] = STATE(3308), + [sym__block] = STATE(3334), + [sym__alpha_identifier] = ACTIONS(4426), + [anon_sym_AT] = ACTIONS(4428), + [anon_sym_LBRACK] = ACTIONS(4428), + [anon_sym_as] = ACTIONS(4426), + [anon_sym_EQ] = ACTIONS(6262), + [anon_sym_LBRACE] = ACTIONS(6244), + [anon_sym_RBRACE] = ACTIONS(4428), + [anon_sym_LPAREN] = ACTIONS(4428), + [anon_sym_LT] = ACTIONS(4426), + [anon_sym_GT] = ACTIONS(4426), + [anon_sym_object] = ACTIONS(4426), + [anon_sym_fun] = ACTIONS(4426), + [anon_sym_DOT] = ACTIONS(4426), + [anon_sym_SEMI] = ACTIONS(4428), + [anon_sym_get] = ACTIONS(4426), + [anon_sym_set] = ACTIONS(4426), + [anon_sym_this] = ACTIONS(4426), + [anon_sym_super] = ACTIONS(4426), + [anon_sym_STAR] = ACTIONS(4426), + [sym_label] = ACTIONS(4426), + [anon_sym_in] = ACTIONS(4426), + [anon_sym_DOT_DOT] = ACTIONS(4428), + [anon_sym_QMARK_COLON] = ACTIONS(4428), + [anon_sym_AMP_AMP] = ACTIONS(4428), + [anon_sym_PIPE_PIPE] = ACTIONS(4428), + [anon_sym_null] = ACTIONS(4426), + [anon_sym_if] = ACTIONS(4426), + [anon_sym_else] = ACTIONS(4426), + [anon_sym_when] = ACTIONS(4426), + [anon_sym_try] = ACTIONS(4426), + [anon_sym_throw] = ACTIONS(4426), + [anon_sym_return] = ACTIONS(4426), + [anon_sym_continue] = ACTIONS(4426), + [anon_sym_break] = ACTIONS(4426), + [anon_sym_COLON_COLON] = ACTIONS(4428), + [anon_sym_PLUS_EQ] = ACTIONS(4428), + [anon_sym_DASH_EQ] = ACTIONS(4428), + [anon_sym_STAR_EQ] = ACTIONS(4428), + [anon_sym_SLASH_EQ] = ACTIONS(4428), + [anon_sym_PERCENT_EQ] = ACTIONS(4428), + [anon_sym_BANG_EQ] = ACTIONS(4426), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4428), + [anon_sym_EQ_EQ] = ACTIONS(4426), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4428), + [anon_sym_LT_EQ] = ACTIONS(4428), + [anon_sym_GT_EQ] = ACTIONS(4428), + [anon_sym_BANGin] = ACTIONS(4428), + [anon_sym_is] = ACTIONS(4426), + [anon_sym_BANGis] = ACTIONS(4428), + [anon_sym_PLUS] = ACTIONS(4426), + [anon_sym_DASH] = ACTIONS(4426), + [anon_sym_SLASH] = ACTIONS(4426), + [anon_sym_PERCENT] = ACTIONS(4426), + [anon_sym_as_QMARK] = ACTIONS(4428), + [anon_sym_PLUS_PLUS] = ACTIONS(4428), + [anon_sym_DASH_DASH] = ACTIONS(4428), + [anon_sym_BANG] = ACTIONS(4426), + [anon_sym_BANG_BANG] = ACTIONS(4428), + [anon_sym_data] = ACTIONS(4426), + [anon_sym_inner] = ACTIONS(4426), + [anon_sym_expect] = ACTIONS(4426), + [anon_sym_actual] = ACTIONS(4426), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4428), + [anon_sym_continue_AT] = ACTIONS(4428), + [anon_sym_break_AT] = ACTIONS(4428), + [sym_real_literal] = ACTIONS(4428), + [sym_integer_literal] = ACTIONS(4426), + [sym_hex_literal] = ACTIONS(4428), + [sym_bin_literal] = ACTIONS(4428), + [anon_sym_true] = ACTIONS(4426), + [anon_sym_false] = ACTIONS(4426), + [anon_sym_SQUOTE] = ACTIONS(4428), + [sym__backtick_identifier] = ACTIONS(4428), + [sym__automatic_semicolon] = ACTIONS(4428), + [sym_safe_nav] = ACTIONS(4428), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4428), }, [3298] = { - [sym__alpha_identifier] = ACTIONS(4233), - [anon_sym_AT] = ACTIONS(4236), - [anon_sym_LBRACK] = ACTIONS(4236), - [anon_sym_as] = ACTIONS(4241), - [anon_sym_EQ] = ACTIONS(4241), - [anon_sym_LBRACE] = ACTIONS(4236), - [anon_sym_RBRACE] = ACTIONS(4239), - [anon_sym_LPAREN] = ACTIONS(6540), - [anon_sym_COMMA] = ACTIONS(4239), - [anon_sym_LT] = ACTIONS(4241), - [anon_sym_GT] = ACTIONS(4241), - [anon_sym_where] = ACTIONS(4241), - [anon_sym_object] = ACTIONS(4233), - [anon_sym_fun] = ACTIONS(4233), - [anon_sym_DOT] = ACTIONS(4241), - [anon_sym_SEMI] = ACTIONS(4239), - [anon_sym_get] = ACTIONS(4233), - [anon_sym_set] = ACTIONS(4233), - [anon_sym_this] = ACTIONS(4233), - [anon_sym_super] = ACTIONS(4233), - [anon_sym_STAR] = ACTIONS(4233), - [sym_label] = ACTIONS(4233), - [anon_sym_in] = ACTIONS(4241), - [anon_sym_DOT_DOT] = ACTIONS(4239), - [anon_sym_QMARK_COLON] = ACTIONS(4239), - [anon_sym_AMP_AMP] = ACTIONS(4239), - [anon_sym_PIPE_PIPE] = ACTIONS(4239), - [anon_sym_null] = ACTIONS(4233), - [anon_sym_if] = ACTIONS(4233), - [anon_sym_else] = ACTIONS(4241), - [anon_sym_when] = ACTIONS(4233), - [anon_sym_try] = ACTIONS(4233), - [anon_sym_throw] = ACTIONS(4233), - [anon_sym_return] = ACTIONS(4233), - [anon_sym_continue] = ACTIONS(4233), - [anon_sym_break] = ACTIONS(4233), - [anon_sym_COLON_COLON] = ACTIONS(4236), - [anon_sym_PLUS_EQ] = ACTIONS(4239), - [anon_sym_DASH_EQ] = ACTIONS(4239), - [anon_sym_STAR_EQ] = ACTIONS(4239), - [anon_sym_SLASH_EQ] = ACTIONS(4239), - [anon_sym_PERCENT_EQ] = ACTIONS(4239), - [anon_sym_BANG_EQ] = ACTIONS(4241), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4239), - [anon_sym_EQ_EQ] = ACTIONS(4241), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4239), - [anon_sym_LT_EQ] = ACTIONS(4239), - [anon_sym_GT_EQ] = ACTIONS(4239), - [anon_sym_BANGin] = ACTIONS(4239), - [anon_sym_is] = ACTIONS(4241), - [anon_sym_BANGis] = ACTIONS(4239), - [anon_sym_PLUS] = ACTIONS(4233), - [anon_sym_DASH] = ACTIONS(4233), - [anon_sym_SLASH] = ACTIONS(4241), - [anon_sym_PERCENT] = ACTIONS(4241), - [anon_sym_as_QMARK] = ACTIONS(4239), - [anon_sym_PLUS_PLUS] = ACTIONS(4236), - [anon_sym_DASH_DASH] = ACTIONS(4236), - [anon_sym_BANG] = ACTIONS(4233), - [anon_sym_BANG_BANG] = ACTIONS(4239), - [anon_sym_data] = ACTIONS(4233), - [anon_sym_inner] = ACTIONS(4233), - [anon_sym_expect] = ACTIONS(4233), - [anon_sym_actual] = ACTIONS(4233), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4236), - [anon_sym_continue_AT] = ACTIONS(4236), - [anon_sym_break_AT] = ACTIONS(4236), - [sym_real_literal] = ACTIONS(4236), - [sym_integer_literal] = ACTIONS(4233), - [sym_hex_literal] = ACTIONS(4236), - [sym_bin_literal] = ACTIONS(4236), - [anon_sym_true] = ACTIONS(4233), - [anon_sym_false] = ACTIONS(4233), - [anon_sym_SQUOTE] = ACTIONS(4236), - [sym__backtick_identifier] = ACTIONS(4236), - [sym__automatic_semicolon] = ACTIONS(4239), - [sym_safe_nav] = ACTIONS(4239), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4236), + [sym__alpha_identifier] = ACTIONS(4636), + [anon_sym_AT] = ACTIONS(4638), + [anon_sym_LBRACK] = ACTIONS(4638), + [anon_sym_as] = ACTIONS(4636), + [anon_sym_EQ] = ACTIONS(4636), + [anon_sym_LBRACE] = ACTIONS(4638), + [anon_sym_RBRACE] = ACTIONS(4638), + [anon_sym_LPAREN] = ACTIONS(4638), + [anon_sym_COMMA] = ACTIONS(4638), + [anon_sym_LT] = ACTIONS(4636), + [anon_sym_GT] = ACTIONS(4636), + [anon_sym_where] = ACTIONS(4636), + [anon_sym_object] = ACTIONS(4636), + [anon_sym_fun] = ACTIONS(4636), + [anon_sym_DOT] = ACTIONS(4636), + [anon_sym_SEMI] = ACTIONS(4638), + [anon_sym_get] = ACTIONS(4636), + [anon_sym_set] = ACTIONS(4636), + [anon_sym_this] = ACTIONS(4636), + [anon_sym_super] = ACTIONS(4636), + [anon_sym_STAR] = ACTIONS(4636), + [sym_label] = ACTIONS(4636), + [anon_sym_in] = ACTIONS(4636), + [anon_sym_DOT_DOT] = ACTIONS(4638), + [anon_sym_QMARK_COLON] = ACTIONS(4638), + [anon_sym_AMP_AMP] = ACTIONS(4638), + [anon_sym_PIPE_PIPE] = ACTIONS(4638), + [anon_sym_null] = ACTIONS(4636), + [anon_sym_if] = ACTIONS(4636), + [anon_sym_else] = ACTIONS(4636), + [anon_sym_when] = ACTIONS(4636), + [anon_sym_try] = ACTIONS(4636), + [anon_sym_throw] = ACTIONS(4636), + [anon_sym_return] = ACTIONS(4636), + [anon_sym_continue] = ACTIONS(4636), + [anon_sym_break] = ACTIONS(4636), + [anon_sym_COLON_COLON] = ACTIONS(4638), + [anon_sym_PLUS_EQ] = ACTIONS(4638), + [anon_sym_DASH_EQ] = ACTIONS(4638), + [anon_sym_STAR_EQ] = ACTIONS(4638), + [anon_sym_SLASH_EQ] = ACTIONS(4638), + [anon_sym_PERCENT_EQ] = ACTIONS(4638), + [anon_sym_BANG_EQ] = ACTIONS(4636), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4638), + [anon_sym_EQ_EQ] = ACTIONS(4636), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4638), + [anon_sym_LT_EQ] = ACTIONS(4638), + [anon_sym_GT_EQ] = ACTIONS(4638), + [anon_sym_BANGin] = ACTIONS(4638), + [anon_sym_is] = ACTIONS(4636), + [anon_sym_BANGis] = ACTIONS(4638), + [anon_sym_PLUS] = ACTIONS(4636), + [anon_sym_DASH] = ACTIONS(4636), + [anon_sym_SLASH] = ACTIONS(4636), + [anon_sym_PERCENT] = ACTIONS(4636), + [anon_sym_as_QMARK] = ACTIONS(4638), + [anon_sym_PLUS_PLUS] = ACTIONS(4638), + [anon_sym_DASH_DASH] = ACTIONS(4638), + [anon_sym_BANG] = ACTIONS(4636), + [anon_sym_BANG_BANG] = ACTIONS(4638), + [anon_sym_data] = ACTIONS(4636), + [anon_sym_inner] = ACTIONS(4636), + [anon_sym_expect] = ACTIONS(4636), + [anon_sym_actual] = ACTIONS(4636), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4638), + [anon_sym_continue_AT] = ACTIONS(4638), + [anon_sym_break_AT] = ACTIONS(4638), + [sym_real_literal] = ACTIONS(4638), + [sym_integer_literal] = ACTIONS(4636), + [sym_hex_literal] = ACTIONS(4638), + [sym_bin_literal] = ACTIONS(4638), + [anon_sym_true] = ACTIONS(4636), + [anon_sym_false] = ACTIONS(4636), + [anon_sym_SQUOTE] = ACTIONS(4638), + [sym__backtick_identifier] = ACTIONS(4638), + [sym__automatic_semicolon] = ACTIONS(4638), + [sym_safe_nav] = ACTIONS(4638), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4638), }, [3299] = { - [sym_function_body] = STATE(3216), - [sym__block] = STATE(3245), - [sym__alpha_identifier] = ACTIONS(4089), - [anon_sym_AT] = ACTIONS(4091), - [anon_sym_LBRACK] = ACTIONS(4091), - [anon_sym_as] = ACTIONS(4089), - [anon_sym_EQ] = ACTIONS(6265), - [anon_sym_LBRACE] = ACTIONS(6220), - [anon_sym_RBRACE] = ACTIONS(4091), - [anon_sym_LPAREN] = ACTIONS(4091), - [anon_sym_LT] = ACTIONS(4089), - [anon_sym_GT] = ACTIONS(4089), - [anon_sym_object] = ACTIONS(4089), - [anon_sym_fun] = ACTIONS(4089), - [anon_sym_DOT] = ACTIONS(4089), - [anon_sym_SEMI] = ACTIONS(4091), - [anon_sym_get] = ACTIONS(4089), - [anon_sym_set] = ACTIONS(4089), - [anon_sym_this] = ACTIONS(4089), - [anon_sym_super] = ACTIONS(4089), - [anon_sym_STAR] = ACTIONS(4089), - [sym_label] = ACTIONS(4089), - [anon_sym_in] = ACTIONS(4089), - [anon_sym_DOT_DOT] = ACTIONS(4091), - [anon_sym_QMARK_COLON] = ACTIONS(4091), - [anon_sym_AMP_AMP] = ACTIONS(4091), - [anon_sym_PIPE_PIPE] = ACTIONS(4091), - [anon_sym_null] = ACTIONS(4089), - [anon_sym_if] = ACTIONS(4089), - [anon_sym_else] = ACTIONS(4089), - [anon_sym_when] = ACTIONS(4089), - [anon_sym_try] = ACTIONS(4089), - [anon_sym_throw] = ACTIONS(4089), - [anon_sym_return] = ACTIONS(4089), - [anon_sym_continue] = ACTIONS(4089), - [anon_sym_break] = ACTIONS(4089), - [anon_sym_COLON_COLON] = ACTIONS(4091), - [anon_sym_PLUS_EQ] = ACTIONS(4091), - [anon_sym_DASH_EQ] = ACTIONS(4091), - [anon_sym_STAR_EQ] = ACTIONS(4091), - [anon_sym_SLASH_EQ] = ACTIONS(4091), - [anon_sym_PERCENT_EQ] = ACTIONS(4091), - [anon_sym_BANG_EQ] = ACTIONS(4089), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4091), - [anon_sym_EQ_EQ] = ACTIONS(4089), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4091), - [anon_sym_LT_EQ] = ACTIONS(4091), - [anon_sym_GT_EQ] = ACTIONS(4091), - [anon_sym_BANGin] = ACTIONS(4091), - [anon_sym_is] = ACTIONS(4089), - [anon_sym_BANGis] = ACTIONS(4091), - [anon_sym_PLUS] = ACTIONS(4089), - [anon_sym_DASH] = ACTIONS(4089), - [anon_sym_SLASH] = ACTIONS(4089), - [anon_sym_PERCENT] = ACTIONS(4089), - [anon_sym_as_QMARK] = ACTIONS(4091), - [anon_sym_PLUS_PLUS] = ACTIONS(4091), - [anon_sym_DASH_DASH] = ACTIONS(4091), - [anon_sym_BANG] = ACTIONS(4089), - [anon_sym_BANG_BANG] = ACTIONS(4091), - [anon_sym_data] = ACTIONS(4089), - [anon_sym_inner] = ACTIONS(4089), - [anon_sym_expect] = ACTIONS(4089), - [anon_sym_actual] = ACTIONS(4089), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4091), - [anon_sym_continue_AT] = ACTIONS(4091), - [anon_sym_break_AT] = ACTIONS(4091), - [sym_real_literal] = ACTIONS(4091), - [sym_integer_literal] = ACTIONS(4089), - [sym_hex_literal] = ACTIONS(4091), - [sym_bin_literal] = ACTIONS(4091), - [anon_sym_true] = ACTIONS(4089), - [anon_sym_false] = ACTIONS(4089), - [anon_sym_SQUOTE] = ACTIONS(4091), - [sym__backtick_identifier] = ACTIONS(4091), - [sym__automatic_semicolon] = ACTIONS(4091), - [sym_safe_nav] = ACTIONS(4091), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4091), + [sym__alpha_identifier] = ACTIONS(4853), + [anon_sym_AT] = ACTIONS(4855), + [anon_sym_LBRACK] = ACTIONS(4855), + [anon_sym_as] = ACTIONS(4853), + [anon_sym_EQ] = ACTIONS(4853), + [anon_sym_LBRACE] = ACTIONS(4855), + [anon_sym_RBRACE] = ACTIONS(4855), + [anon_sym_LPAREN] = ACTIONS(4855), + [anon_sym_COMMA] = ACTIONS(4855), + [anon_sym_LT] = ACTIONS(4853), + [anon_sym_GT] = ACTIONS(4853), + [anon_sym_where] = ACTIONS(4853), + [anon_sym_object] = ACTIONS(4853), + [anon_sym_fun] = ACTIONS(4853), + [anon_sym_DOT] = ACTIONS(4853), + [anon_sym_SEMI] = ACTIONS(4855), + [anon_sym_get] = ACTIONS(4853), + [anon_sym_set] = ACTIONS(4853), + [anon_sym_this] = ACTIONS(4853), + [anon_sym_super] = ACTIONS(4853), + [anon_sym_STAR] = ACTIONS(4853), + [sym_label] = ACTIONS(4853), + [anon_sym_in] = ACTIONS(4853), + [anon_sym_DOT_DOT] = ACTIONS(4855), + [anon_sym_QMARK_COLON] = ACTIONS(4855), + [anon_sym_AMP_AMP] = ACTIONS(4855), + [anon_sym_PIPE_PIPE] = ACTIONS(4855), + [anon_sym_null] = ACTIONS(4853), + [anon_sym_if] = ACTIONS(4853), + [anon_sym_else] = ACTIONS(4853), + [anon_sym_when] = ACTIONS(4853), + [anon_sym_try] = ACTIONS(4853), + [anon_sym_throw] = ACTIONS(4853), + [anon_sym_return] = ACTIONS(4853), + [anon_sym_continue] = ACTIONS(4853), + [anon_sym_break] = ACTIONS(4853), + [anon_sym_COLON_COLON] = ACTIONS(4855), + [anon_sym_PLUS_EQ] = ACTIONS(4855), + [anon_sym_DASH_EQ] = ACTIONS(4855), + [anon_sym_STAR_EQ] = ACTIONS(4855), + [anon_sym_SLASH_EQ] = ACTIONS(4855), + [anon_sym_PERCENT_EQ] = ACTIONS(4855), + [anon_sym_BANG_EQ] = ACTIONS(4853), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4855), + [anon_sym_EQ_EQ] = ACTIONS(4853), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4855), + [anon_sym_LT_EQ] = ACTIONS(4855), + [anon_sym_GT_EQ] = ACTIONS(4855), + [anon_sym_BANGin] = ACTIONS(4855), + [anon_sym_is] = ACTIONS(4853), + [anon_sym_BANGis] = ACTIONS(4855), + [anon_sym_PLUS] = ACTIONS(4853), + [anon_sym_DASH] = ACTIONS(4853), + [anon_sym_SLASH] = ACTIONS(4853), + [anon_sym_PERCENT] = ACTIONS(4853), + [anon_sym_as_QMARK] = ACTIONS(4855), + [anon_sym_PLUS_PLUS] = ACTIONS(4855), + [anon_sym_DASH_DASH] = ACTIONS(4855), + [anon_sym_BANG] = ACTIONS(4853), + [anon_sym_BANG_BANG] = ACTIONS(4855), + [anon_sym_data] = ACTIONS(4853), + [anon_sym_inner] = ACTIONS(4853), + [anon_sym_expect] = ACTIONS(4853), + [anon_sym_actual] = ACTIONS(4853), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4855), + [anon_sym_continue_AT] = ACTIONS(4855), + [anon_sym_break_AT] = ACTIONS(4855), + [sym_real_literal] = ACTIONS(4855), + [sym_integer_literal] = ACTIONS(4853), + [sym_hex_literal] = ACTIONS(4855), + [sym_bin_literal] = ACTIONS(4855), + [anon_sym_true] = ACTIONS(4853), + [anon_sym_false] = ACTIONS(4853), + [anon_sym_SQUOTE] = ACTIONS(4855), + [sym__backtick_identifier] = ACTIONS(4855), + [sym__automatic_semicolon] = ACTIONS(4855), + [sym_safe_nav] = ACTIONS(4855), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4855), }, [3300] = { - [sym_file_annotation] = STATE(3300), - [aux_sym_source_file_repeat1] = STATE(3300), - [ts_builtin_sym_end] = ACTIONS(6544), - [sym__alpha_identifier] = ACTIONS(6546), - [anon_sym_AT] = ACTIONS(6548), - [anon_sym_LBRACK] = ACTIONS(6544), - [anon_sym_package] = ACTIONS(6546), - [anon_sym_import] = ACTIONS(6546), - [anon_sym_typealias] = ACTIONS(6546), - [anon_sym_class] = ACTIONS(6546), - [anon_sym_interface] = ACTIONS(6546), - [anon_sym_enum] = ACTIONS(6546), - [anon_sym_LBRACE] = ACTIONS(6544), - [anon_sym_LPAREN] = ACTIONS(6544), - [anon_sym_val] = ACTIONS(6546), - [anon_sym_var] = ACTIONS(6546), - [anon_sym_object] = ACTIONS(6546), - [anon_sym_fun] = ACTIONS(6546), - [anon_sym_get] = ACTIONS(6546), - [anon_sym_set] = ACTIONS(6546), - [anon_sym_this] = ACTIONS(6546), - [anon_sym_super] = ACTIONS(6546), - [anon_sym_STAR] = ACTIONS(6544), - [sym_label] = ACTIONS(6546), - [anon_sym_for] = ACTIONS(6546), - [anon_sym_while] = ACTIONS(6546), - [anon_sym_do] = ACTIONS(6546), - [anon_sym_null] = ACTIONS(6546), - [anon_sym_if] = ACTIONS(6546), - [anon_sym_when] = ACTIONS(6546), - [anon_sym_try] = ACTIONS(6546), - [anon_sym_throw] = ACTIONS(6546), - [anon_sym_return] = ACTIONS(6546), - [anon_sym_continue] = ACTIONS(6546), - [anon_sym_break] = ACTIONS(6546), - [anon_sym_COLON_COLON] = ACTIONS(6544), - [anon_sym_PLUS] = ACTIONS(6546), - [anon_sym_DASH] = ACTIONS(6546), - [anon_sym_PLUS_PLUS] = ACTIONS(6544), - [anon_sym_DASH_DASH] = ACTIONS(6544), - [anon_sym_BANG] = ACTIONS(6544), - [anon_sym_suspend] = ACTIONS(6546), - [anon_sym_sealed] = ACTIONS(6546), - [anon_sym_annotation] = ACTIONS(6546), - [anon_sym_data] = ACTIONS(6546), - [anon_sym_inner] = ACTIONS(6546), - [anon_sym_override] = ACTIONS(6546), - [anon_sym_lateinit] = ACTIONS(6546), - [anon_sym_public] = ACTIONS(6546), - [anon_sym_private] = ACTIONS(6546), - [anon_sym_internal] = ACTIONS(6546), - [anon_sym_protected] = ACTIONS(6546), - [anon_sym_tailrec] = ACTIONS(6546), - [anon_sym_operator] = ACTIONS(6546), - [anon_sym_infix] = ACTIONS(6546), - [anon_sym_inline] = ACTIONS(6546), - [anon_sym_external] = ACTIONS(6546), - [sym_property_modifier] = ACTIONS(6546), - [anon_sym_abstract] = ACTIONS(6546), - [anon_sym_final] = ACTIONS(6546), - [anon_sym_open] = ACTIONS(6546), - [anon_sym_vararg] = ACTIONS(6546), - [anon_sym_noinline] = ACTIONS(6546), - [anon_sym_crossinline] = ACTIONS(6546), - [anon_sym_expect] = ACTIONS(6546), - [anon_sym_actual] = ACTIONS(6546), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(6544), - [anon_sym_continue_AT] = ACTIONS(6544), - [anon_sym_break_AT] = ACTIONS(6544), - [sym_real_literal] = ACTIONS(6544), - [sym_integer_literal] = ACTIONS(6546), - [sym_hex_literal] = ACTIONS(6544), - [sym_bin_literal] = ACTIONS(6544), - [anon_sym_true] = ACTIONS(6546), - [anon_sym_false] = ACTIONS(6546), - [anon_sym_SQUOTE] = ACTIONS(6544), - [sym__backtick_identifier] = ACTIONS(6544), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(6544), + [sym__alpha_identifier] = ACTIONS(4828), + [anon_sym_AT] = ACTIONS(4830), + [anon_sym_LBRACK] = ACTIONS(4830), + [anon_sym_RBRACK] = ACTIONS(4830), + [anon_sym_as] = ACTIONS(4828), + [anon_sym_EQ] = ACTIONS(4828), + [anon_sym_LBRACE] = ACTIONS(4830), + [anon_sym_RBRACE] = ACTIONS(4830), + [anon_sym_LPAREN] = ACTIONS(4830), + [anon_sym_COMMA] = ACTIONS(4830), + [anon_sym_RPAREN] = ACTIONS(4830), + [anon_sym_LT] = ACTIONS(4828), + [anon_sym_GT] = ACTIONS(4828), + [anon_sym_where] = ACTIONS(4828), + [anon_sym_DOT] = ACTIONS(4828), + [anon_sym_SEMI] = ACTIONS(4830), + [anon_sym_get] = ACTIONS(4828), + [anon_sym_set] = ACTIONS(4828), + [anon_sym_STAR] = ACTIONS(4828), + [anon_sym_DASH_GT] = ACTIONS(4830), + [sym_label] = ACTIONS(4830), + [anon_sym_in] = ACTIONS(4828), + [anon_sym_while] = ACTIONS(4828), + [anon_sym_DOT_DOT] = ACTIONS(4830), + [anon_sym_QMARK_COLON] = ACTIONS(4830), + [anon_sym_AMP_AMP] = ACTIONS(4830), + [anon_sym_PIPE_PIPE] = ACTIONS(4830), + [anon_sym_else] = ACTIONS(4828), + [anon_sym_COLON_COLON] = ACTIONS(4830), + [anon_sym_PLUS_EQ] = ACTIONS(4830), + [anon_sym_DASH_EQ] = ACTIONS(4830), + [anon_sym_STAR_EQ] = ACTIONS(4830), + [anon_sym_SLASH_EQ] = ACTIONS(4830), + [anon_sym_PERCENT_EQ] = ACTIONS(4830), + [anon_sym_BANG_EQ] = ACTIONS(4828), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4830), + [anon_sym_EQ_EQ] = ACTIONS(4828), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4830), + [anon_sym_LT_EQ] = ACTIONS(4830), + [anon_sym_GT_EQ] = ACTIONS(4830), + [anon_sym_BANGin] = ACTIONS(4830), + [anon_sym_is] = ACTIONS(4828), + [anon_sym_BANGis] = ACTIONS(4830), + [anon_sym_PLUS] = ACTIONS(4828), + [anon_sym_DASH] = ACTIONS(4828), + [anon_sym_SLASH] = ACTIONS(4828), + [anon_sym_PERCENT] = ACTIONS(4828), + [anon_sym_as_QMARK] = ACTIONS(4830), + [anon_sym_PLUS_PLUS] = ACTIONS(4830), + [anon_sym_DASH_DASH] = ACTIONS(4830), + [anon_sym_BANG_BANG] = ACTIONS(4830), + [anon_sym_suspend] = ACTIONS(4828), + [anon_sym_sealed] = ACTIONS(4828), + [anon_sym_annotation] = ACTIONS(4828), + [anon_sym_data] = ACTIONS(4828), + [anon_sym_inner] = ACTIONS(4828), + [anon_sym_override] = ACTIONS(4828), + [anon_sym_lateinit] = ACTIONS(4828), + [anon_sym_public] = ACTIONS(4828), + [anon_sym_private] = ACTIONS(4828), + [anon_sym_internal] = ACTIONS(4828), + [anon_sym_protected] = ACTIONS(4828), + [anon_sym_tailrec] = ACTIONS(4828), + [anon_sym_operator] = ACTIONS(4828), + [anon_sym_infix] = ACTIONS(4828), + [anon_sym_inline] = ACTIONS(4828), + [anon_sym_external] = ACTIONS(4828), + [sym_property_modifier] = ACTIONS(4828), + [anon_sym_abstract] = ACTIONS(4828), + [anon_sym_final] = ACTIONS(4828), + [anon_sym_open] = ACTIONS(4828), + [anon_sym_vararg] = ACTIONS(4828), + [anon_sym_noinline] = ACTIONS(4828), + [anon_sym_crossinline] = ACTIONS(4828), + [anon_sym_expect] = ACTIONS(4828), + [anon_sym_actual] = ACTIONS(4828), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4830), + [sym_safe_nav] = ACTIONS(4830), + [sym_multiline_comment] = ACTIONS(3), }, [3301] = { - [sym__alpha_identifier] = ACTIONS(4951), - [anon_sym_AT] = ACTIONS(4953), - [anon_sym_LBRACK] = ACTIONS(4953), - [anon_sym_as] = ACTIONS(4951), - [anon_sym_EQ] = ACTIONS(4951), - [anon_sym_LBRACE] = ACTIONS(4953), - [anon_sym_RBRACE] = ACTIONS(4953), - [anon_sym_LPAREN] = ACTIONS(4953), - [anon_sym_COMMA] = ACTIONS(4953), - [anon_sym_LT] = ACTIONS(4951), - [anon_sym_GT] = ACTIONS(4951), - [anon_sym_where] = ACTIONS(4951), - [anon_sym_object] = ACTIONS(4951), - [anon_sym_fun] = ACTIONS(4951), - [anon_sym_DOT] = ACTIONS(4951), - [anon_sym_SEMI] = ACTIONS(4953), - [anon_sym_get] = ACTIONS(4951), - [anon_sym_set] = ACTIONS(4951), - [anon_sym_this] = ACTIONS(4951), - [anon_sym_super] = ACTIONS(4951), - [anon_sym_STAR] = ACTIONS(4951), - [sym_label] = ACTIONS(4951), - [anon_sym_in] = ACTIONS(4951), - [anon_sym_DOT_DOT] = ACTIONS(4953), - [anon_sym_QMARK_COLON] = ACTIONS(4953), - [anon_sym_AMP_AMP] = ACTIONS(4953), - [anon_sym_PIPE_PIPE] = ACTIONS(4953), - [anon_sym_null] = ACTIONS(4951), - [anon_sym_if] = ACTIONS(4951), - [anon_sym_else] = ACTIONS(4951), - [anon_sym_when] = ACTIONS(4951), - [anon_sym_try] = ACTIONS(4951), - [anon_sym_throw] = ACTIONS(4951), - [anon_sym_return] = ACTIONS(4951), - [anon_sym_continue] = ACTIONS(4951), - [anon_sym_break] = ACTIONS(4951), - [anon_sym_COLON_COLON] = ACTIONS(4953), - [anon_sym_PLUS_EQ] = ACTIONS(4953), - [anon_sym_DASH_EQ] = ACTIONS(4953), - [anon_sym_STAR_EQ] = ACTIONS(4953), - [anon_sym_SLASH_EQ] = ACTIONS(4953), - [anon_sym_PERCENT_EQ] = ACTIONS(4953), - [anon_sym_BANG_EQ] = ACTIONS(4951), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4953), - [anon_sym_EQ_EQ] = ACTIONS(4951), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4953), - [anon_sym_LT_EQ] = ACTIONS(4953), - [anon_sym_GT_EQ] = ACTIONS(4953), - [anon_sym_BANGin] = ACTIONS(4953), - [anon_sym_is] = ACTIONS(4951), - [anon_sym_BANGis] = ACTIONS(4953), - [anon_sym_PLUS] = ACTIONS(4951), - [anon_sym_DASH] = ACTIONS(4951), - [anon_sym_SLASH] = ACTIONS(4951), - [anon_sym_PERCENT] = ACTIONS(4951), - [anon_sym_as_QMARK] = ACTIONS(4953), - [anon_sym_PLUS_PLUS] = ACTIONS(4953), - [anon_sym_DASH_DASH] = ACTIONS(4953), - [anon_sym_BANG] = ACTIONS(4951), - [anon_sym_BANG_BANG] = ACTIONS(4953), - [anon_sym_data] = ACTIONS(4951), - [anon_sym_inner] = ACTIONS(4951), - [anon_sym_expect] = ACTIONS(4951), - [anon_sym_actual] = ACTIONS(4951), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4953), - [anon_sym_continue_AT] = ACTIONS(4953), - [anon_sym_break_AT] = ACTIONS(4953), - [sym_real_literal] = ACTIONS(4953), - [sym_integer_literal] = ACTIONS(4951), - [sym_hex_literal] = ACTIONS(4953), - [sym_bin_literal] = ACTIONS(4953), - [anon_sym_true] = ACTIONS(4951), - [anon_sym_false] = ACTIONS(4951), - [anon_sym_SQUOTE] = ACTIONS(4953), - [sym__backtick_identifier] = ACTIONS(4953), - [sym__automatic_semicolon] = ACTIONS(4953), - [sym_safe_nav] = ACTIONS(4953), + [sym_type_constraints] = STATE(3513), + [sym_function_body] = STATE(3788), + [sym__block] = STATE(3738), + [sym__alpha_identifier] = ACTIONS(4099), + [anon_sym_AT] = ACTIONS(4101), + [anon_sym_LBRACK] = ACTIONS(4101), + [anon_sym_as] = ACTIONS(4099), + [anon_sym_EQ] = ACTIONS(6459), + [anon_sym_LBRACE] = ACTIONS(6461), + [anon_sym_RBRACE] = ACTIONS(4101), + [anon_sym_LPAREN] = ACTIONS(4101), + [anon_sym_COMMA] = ACTIONS(4101), + [anon_sym_LT] = ACTIONS(4099), + [anon_sym_GT] = ACTIONS(4099), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(4099), + [anon_sym_SEMI] = ACTIONS(4101), + [anon_sym_get] = ACTIONS(4099), + [anon_sym_set] = ACTIONS(4099), + [anon_sym_STAR] = ACTIONS(4099), + [sym_label] = ACTIONS(4101), + [anon_sym_in] = ACTIONS(4099), + [anon_sym_DOT_DOT] = ACTIONS(4101), + [anon_sym_QMARK_COLON] = ACTIONS(4101), + [anon_sym_AMP_AMP] = ACTIONS(4101), + [anon_sym_PIPE_PIPE] = ACTIONS(4101), + [anon_sym_else] = ACTIONS(4099), + [anon_sym_COLON_COLON] = ACTIONS(4101), + [anon_sym_PLUS_EQ] = ACTIONS(4101), + [anon_sym_DASH_EQ] = ACTIONS(4101), + [anon_sym_STAR_EQ] = ACTIONS(4101), + [anon_sym_SLASH_EQ] = ACTIONS(4101), + [anon_sym_PERCENT_EQ] = ACTIONS(4101), + [anon_sym_BANG_EQ] = ACTIONS(4099), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4101), + [anon_sym_EQ_EQ] = ACTIONS(4099), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4101), + [anon_sym_LT_EQ] = ACTIONS(4101), + [anon_sym_GT_EQ] = ACTIONS(4101), + [anon_sym_BANGin] = ACTIONS(4101), + [anon_sym_is] = ACTIONS(4099), + [anon_sym_BANGis] = ACTIONS(4101), + [anon_sym_PLUS] = ACTIONS(4099), + [anon_sym_DASH] = ACTIONS(4099), + [anon_sym_SLASH] = ACTIONS(4099), + [anon_sym_PERCENT] = ACTIONS(4099), + [anon_sym_as_QMARK] = ACTIONS(4101), + [anon_sym_PLUS_PLUS] = ACTIONS(4101), + [anon_sym_DASH_DASH] = ACTIONS(4101), + [anon_sym_BANG_BANG] = ACTIONS(4101), + [anon_sym_suspend] = ACTIONS(4099), + [anon_sym_sealed] = ACTIONS(4099), + [anon_sym_annotation] = ACTIONS(4099), + [anon_sym_data] = ACTIONS(4099), + [anon_sym_inner] = ACTIONS(4099), + [anon_sym_override] = ACTIONS(4099), + [anon_sym_lateinit] = ACTIONS(4099), + [anon_sym_public] = ACTIONS(4099), + [anon_sym_private] = ACTIONS(4099), + [anon_sym_internal] = ACTIONS(4099), + [anon_sym_protected] = ACTIONS(4099), + [anon_sym_tailrec] = ACTIONS(4099), + [anon_sym_operator] = ACTIONS(4099), + [anon_sym_infix] = ACTIONS(4099), + [anon_sym_inline] = ACTIONS(4099), + [anon_sym_external] = ACTIONS(4099), + [sym_property_modifier] = ACTIONS(4099), + [anon_sym_abstract] = ACTIONS(4099), + [anon_sym_final] = ACTIONS(4099), + [anon_sym_open] = ACTIONS(4099), + [anon_sym_vararg] = ACTIONS(4099), + [anon_sym_noinline] = ACTIONS(4099), + [anon_sym_crossinline] = ACTIONS(4099), + [anon_sym_expect] = ACTIONS(4099), + [anon_sym_actual] = ACTIONS(4099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4101), + [sym__automatic_semicolon] = ACTIONS(4101), + [sym_safe_nav] = ACTIONS(4101), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4953), }, [3302] = { - [sym__alpha_identifier] = ACTIONS(4336), - [anon_sym_AT] = ACTIONS(4338), - [anon_sym_LBRACK] = ACTIONS(4338), - [anon_sym_RBRACK] = ACTIONS(4338), - [anon_sym_as] = ACTIONS(4336), - [anon_sym_EQ] = ACTIONS(4336), - [anon_sym_LBRACE] = ACTIONS(4338), - [anon_sym_RBRACE] = ACTIONS(4338), - [anon_sym_LPAREN] = ACTIONS(4338), - [anon_sym_COMMA] = ACTIONS(4338), - [anon_sym_RPAREN] = ACTIONS(4338), - [anon_sym_LT] = ACTIONS(4336), - [anon_sym_GT] = ACTIONS(4336), - [anon_sym_where] = ACTIONS(4336), - [anon_sym_DOT] = ACTIONS(4336), - [anon_sym_SEMI] = ACTIONS(4338), - [anon_sym_get] = ACTIONS(4336), - [anon_sym_set] = ACTIONS(4336), - [anon_sym_STAR] = ACTIONS(4336), - [anon_sym_DASH_GT] = ACTIONS(4338), - [sym_label] = ACTIONS(4338), - [anon_sym_in] = ACTIONS(4336), - [anon_sym_while] = ACTIONS(4336), - [anon_sym_DOT_DOT] = ACTIONS(4338), - [anon_sym_QMARK_COLON] = ACTIONS(4338), - [anon_sym_AMP_AMP] = ACTIONS(4338), - [anon_sym_PIPE_PIPE] = ACTIONS(4338), - [anon_sym_else] = ACTIONS(4336), - [anon_sym_COLON_COLON] = ACTIONS(4338), - [anon_sym_PLUS_EQ] = ACTIONS(4338), - [anon_sym_DASH_EQ] = ACTIONS(4338), - [anon_sym_STAR_EQ] = ACTIONS(4338), - [anon_sym_SLASH_EQ] = ACTIONS(4338), - [anon_sym_PERCENT_EQ] = ACTIONS(4338), - [anon_sym_BANG_EQ] = ACTIONS(4336), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4338), - [anon_sym_EQ_EQ] = ACTIONS(4336), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4338), - [anon_sym_LT_EQ] = ACTIONS(4338), - [anon_sym_GT_EQ] = ACTIONS(4338), - [anon_sym_BANGin] = ACTIONS(4338), - [anon_sym_is] = ACTIONS(4336), - [anon_sym_BANGis] = ACTIONS(4338), - [anon_sym_PLUS] = ACTIONS(4336), - [anon_sym_DASH] = ACTIONS(4336), - [anon_sym_SLASH] = ACTIONS(4336), - [anon_sym_PERCENT] = ACTIONS(4336), - [anon_sym_as_QMARK] = ACTIONS(4338), - [anon_sym_PLUS_PLUS] = ACTIONS(4338), - [anon_sym_DASH_DASH] = ACTIONS(4338), - [anon_sym_BANG_BANG] = ACTIONS(4338), - [anon_sym_suspend] = ACTIONS(4336), - [anon_sym_sealed] = ACTIONS(4336), - [anon_sym_annotation] = ACTIONS(4336), - [anon_sym_data] = ACTIONS(4336), - [anon_sym_inner] = ACTIONS(4336), - [anon_sym_override] = ACTIONS(4336), - [anon_sym_lateinit] = ACTIONS(4336), - [anon_sym_public] = ACTIONS(4336), - [anon_sym_private] = ACTIONS(4336), - [anon_sym_internal] = ACTIONS(4336), - [anon_sym_protected] = ACTIONS(4336), - [anon_sym_tailrec] = ACTIONS(4336), - [anon_sym_operator] = ACTIONS(4336), - [anon_sym_infix] = ACTIONS(4336), - [anon_sym_inline] = ACTIONS(4336), - [anon_sym_external] = ACTIONS(4336), - [sym_property_modifier] = ACTIONS(4336), - [anon_sym_abstract] = ACTIONS(4336), - [anon_sym_final] = ACTIONS(4336), - [anon_sym_open] = ACTIONS(4336), - [anon_sym_vararg] = ACTIONS(4336), - [anon_sym_noinline] = ACTIONS(4336), - [anon_sym_crossinline] = ACTIONS(4336), - [anon_sym_expect] = ACTIONS(4336), - [anon_sym_actual] = ACTIONS(4336), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4338), - [sym_safe_nav] = ACTIONS(4338), + [sym__alpha_identifier] = ACTIONS(3186), + [anon_sym_AT] = ACTIONS(3190), + [anon_sym_LBRACK] = ACTIONS(3190), + [anon_sym_RBRACK] = ACTIONS(3190), + [anon_sym_as] = ACTIONS(3186), + [anon_sym_EQ] = ACTIONS(3186), + [anon_sym_LBRACE] = ACTIONS(3190), + [anon_sym_RBRACE] = ACTIONS(3190), + [anon_sym_LPAREN] = ACTIONS(3190), + [anon_sym_COMMA] = ACTIONS(3190), + [anon_sym_RPAREN] = ACTIONS(3190), + [anon_sym_LT] = ACTIONS(3186), + [anon_sym_GT] = ACTIONS(3186), + [anon_sym_where] = ACTIONS(3186), + [anon_sym_DOT] = ACTIONS(3186), + [anon_sym_SEMI] = ACTIONS(3190), + [anon_sym_get] = ACTIONS(3186), + [anon_sym_set] = ACTIONS(3186), + [anon_sym_STAR] = ACTIONS(3186), + [anon_sym_DASH_GT] = ACTIONS(3190), + [sym_label] = ACTIONS(3190), + [anon_sym_in] = ACTIONS(3186), + [anon_sym_while] = ACTIONS(3186), + [anon_sym_DOT_DOT] = ACTIONS(3190), + [anon_sym_QMARK_COLON] = ACTIONS(3190), + [anon_sym_AMP_AMP] = ACTIONS(3190), + [anon_sym_PIPE_PIPE] = ACTIONS(3190), + [anon_sym_else] = ACTIONS(3186), + [anon_sym_COLON_COLON] = ACTIONS(3190), + [anon_sym_PLUS_EQ] = ACTIONS(3190), + [anon_sym_DASH_EQ] = ACTIONS(3190), + [anon_sym_STAR_EQ] = ACTIONS(3190), + [anon_sym_SLASH_EQ] = ACTIONS(3190), + [anon_sym_PERCENT_EQ] = ACTIONS(3190), + [anon_sym_BANG_EQ] = ACTIONS(3186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3190), + [anon_sym_EQ_EQ] = ACTIONS(3186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3190), + [anon_sym_LT_EQ] = ACTIONS(3190), + [anon_sym_GT_EQ] = ACTIONS(3190), + [anon_sym_BANGin] = ACTIONS(3190), + [anon_sym_is] = ACTIONS(3186), + [anon_sym_BANGis] = ACTIONS(3190), + [anon_sym_PLUS] = ACTIONS(3186), + [anon_sym_DASH] = ACTIONS(3186), + [anon_sym_SLASH] = ACTIONS(3186), + [anon_sym_PERCENT] = ACTIONS(3186), + [anon_sym_as_QMARK] = ACTIONS(3190), + [anon_sym_PLUS_PLUS] = ACTIONS(3190), + [anon_sym_DASH_DASH] = ACTIONS(3190), + [anon_sym_BANG_BANG] = ACTIONS(3190), + [anon_sym_suspend] = ACTIONS(3186), + [anon_sym_sealed] = ACTIONS(3186), + [anon_sym_annotation] = ACTIONS(3186), + [anon_sym_data] = ACTIONS(3186), + [anon_sym_inner] = ACTIONS(3186), + [anon_sym_override] = ACTIONS(3186), + [anon_sym_lateinit] = ACTIONS(3186), + [anon_sym_public] = ACTIONS(3186), + [anon_sym_private] = ACTIONS(3186), + [anon_sym_internal] = ACTIONS(3186), + [anon_sym_protected] = ACTIONS(3186), + [anon_sym_tailrec] = ACTIONS(3186), + [anon_sym_operator] = ACTIONS(3186), + [anon_sym_infix] = ACTIONS(3186), + [anon_sym_inline] = ACTIONS(3186), + [anon_sym_external] = ACTIONS(3186), + [sym_property_modifier] = ACTIONS(3186), + [anon_sym_abstract] = ACTIONS(3186), + [anon_sym_final] = ACTIONS(3186), + [anon_sym_open] = ACTIONS(3186), + [anon_sym_vararg] = ACTIONS(3186), + [anon_sym_noinline] = ACTIONS(3186), + [anon_sym_crossinline] = ACTIONS(3186), + [anon_sym_expect] = ACTIONS(3186), + [anon_sym_actual] = ACTIONS(3186), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3190), + [sym_safe_nav] = ACTIONS(3190), [sym_multiline_comment] = ACTIONS(3), }, [3303] = { - [sym_type_constraints] = STATE(3608), - [sym_function_body] = STATE(3167), - [sym__block] = STATE(3367), - [sym__alpha_identifier] = ACTIONS(4101), - [anon_sym_AT] = ACTIONS(4103), - [anon_sym_LBRACK] = ACTIONS(4103), - [anon_sym_as] = ACTIONS(4101), - [anon_sym_EQ] = ACTIONS(6462), - [anon_sym_LBRACE] = ACTIONS(6236), - [anon_sym_RBRACE] = ACTIONS(4103), - [anon_sym_LPAREN] = ACTIONS(4103), - [anon_sym_RPAREN] = ACTIONS(4103), - [anon_sym_LT] = ACTIONS(4101), - [anon_sym_GT] = ACTIONS(4101), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(4101), - [anon_sym_SEMI] = ACTIONS(4103), - [anon_sym_get] = ACTIONS(4101), - [anon_sym_set] = ACTIONS(4101), - [anon_sym_STAR] = ACTIONS(4101), - [sym_label] = ACTIONS(4103), - [anon_sym_in] = ACTIONS(4101), - [anon_sym_while] = ACTIONS(4101), - [anon_sym_DOT_DOT] = ACTIONS(4103), - [anon_sym_QMARK_COLON] = ACTIONS(4103), - [anon_sym_AMP_AMP] = ACTIONS(4103), - [anon_sym_PIPE_PIPE] = ACTIONS(4103), - [anon_sym_else] = ACTIONS(4101), - [anon_sym_COLON_COLON] = ACTIONS(4103), - [anon_sym_PLUS_EQ] = ACTIONS(4103), - [anon_sym_DASH_EQ] = ACTIONS(4103), - [anon_sym_STAR_EQ] = ACTIONS(4103), - [anon_sym_SLASH_EQ] = ACTIONS(4103), - [anon_sym_PERCENT_EQ] = ACTIONS(4103), - [anon_sym_BANG_EQ] = ACTIONS(4101), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4103), - [anon_sym_EQ_EQ] = ACTIONS(4101), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4103), - [anon_sym_LT_EQ] = ACTIONS(4103), - [anon_sym_GT_EQ] = ACTIONS(4103), - [anon_sym_BANGin] = ACTIONS(4103), - [anon_sym_is] = ACTIONS(4101), - [anon_sym_BANGis] = ACTIONS(4103), - [anon_sym_PLUS] = ACTIONS(4101), - [anon_sym_DASH] = ACTIONS(4101), - [anon_sym_SLASH] = ACTIONS(4101), - [anon_sym_PERCENT] = ACTIONS(4101), - [anon_sym_as_QMARK] = ACTIONS(4103), - [anon_sym_PLUS_PLUS] = ACTIONS(4103), - [anon_sym_DASH_DASH] = ACTIONS(4103), - [anon_sym_BANG_BANG] = ACTIONS(4103), - [anon_sym_suspend] = ACTIONS(4101), - [anon_sym_sealed] = ACTIONS(4101), - [anon_sym_annotation] = ACTIONS(4101), - [anon_sym_data] = ACTIONS(4101), - [anon_sym_inner] = ACTIONS(4101), - [anon_sym_override] = ACTIONS(4101), - [anon_sym_lateinit] = ACTIONS(4101), - [anon_sym_public] = ACTIONS(4101), - [anon_sym_private] = ACTIONS(4101), - [anon_sym_internal] = ACTIONS(4101), - [anon_sym_protected] = ACTIONS(4101), - [anon_sym_tailrec] = ACTIONS(4101), - [anon_sym_operator] = ACTIONS(4101), - [anon_sym_infix] = ACTIONS(4101), - [anon_sym_inline] = ACTIONS(4101), - [anon_sym_external] = ACTIONS(4101), - [sym_property_modifier] = ACTIONS(4101), - [anon_sym_abstract] = ACTIONS(4101), - [anon_sym_final] = ACTIONS(4101), - [anon_sym_open] = ACTIONS(4101), - [anon_sym_vararg] = ACTIONS(4101), - [anon_sym_noinline] = ACTIONS(4101), - [anon_sym_crossinline] = ACTIONS(4101), - [anon_sym_expect] = ACTIONS(4101), - [anon_sym_actual] = ACTIONS(4101), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4103), - [sym_safe_nav] = ACTIONS(4103), - [sym_multiline_comment] = ACTIONS(3), + [sym__alpha_identifier] = ACTIONS(4849), + [anon_sym_AT] = ACTIONS(4851), + [anon_sym_LBRACK] = ACTIONS(4851), + [anon_sym_as] = ACTIONS(4849), + [anon_sym_EQ] = ACTIONS(4849), + [anon_sym_LBRACE] = ACTIONS(4851), + [anon_sym_RBRACE] = ACTIONS(4851), + [anon_sym_LPAREN] = ACTIONS(4851), + [anon_sym_COMMA] = ACTIONS(4851), + [anon_sym_LT] = ACTIONS(4849), + [anon_sym_GT] = ACTIONS(4849), + [anon_sym_where] = ACTIONS(4849), + [anon_sym_object] = ACTIONS(4849), + [anon_sym_fun] = ACTIONS(4849), + [anon_sym_DOT] = ACTIONS(4849), + [anon_sym_SEMI] = ACTIONS(4851), + [anon_sym_get] = ACTIONS(4849), + [anon_sym_set] = ACTIONS(4849), + [anon_sym_this] = ACTIONS(4849), + [anon_sym_super] = ACTIONS(4849), + [anon_sym_STAR] = ACTIONS(4849), + [sym_label] = ACTIONS(4849), + [anon_sym_in] = ACTIONS(4849), + [anon_sym_DOT_DOT] = ACTIONS(4851), + [anon_sym_QMARK_COLON] = ACTIONS(4851), + [anon_sym_AMP_AMP] = ACTIONS(4851), + [anon_sym_PIPE_PIPE] = ACTIONS(4851), + [anon_sym_null] = ACTIONS(4849), + [anon_sym_if] = ACTIONS(4849), + [anon_sym_else] = ACTIONS(4849), + [anon_sym_when] = ACTIONS(4849), + [anon_sym_try] = ACTIONS(4849), + [anon_sym_throw] = ACTIONS(4849), + [anon_sym_return] = ACTIONS(4849), + [anon_sym_continue] = ACTIONS(4849), + [anon_sym_break] = ACTIONS(4849), + [anon_sym_COLON_COLON] = ACTIONS(4851), + [anon_sym_PLUS_EQ] = ACTIONS(4851), + [anon_sym_DASH_EQ] = ACTIONS(4851), + [anon_sym_STAR_EQ] = ACTIONS(4851), + [anon_sym_SLASH_EQ] = ACTIONS(4851), + [anon_sym_PERCENT_EQ] = ACTIONS(4851), + [anon_sym_BANG_EQ] = ACTIONS(4849), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4851), + [anon_sym_EQ_EQ] = ACTIONS(4849), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4851), + [anon_sym_LT_EQ] = ACTIONS(4851), + [anon_sym_GT_EQ] = ACTIONS(4851), + [anon_sym_BANGin] = ACTIONS(4851), + [anon_sym_is] = ACTIONS(4849), + [anon_sym_BANGis] = ACTIONS(4851), + [anon_sym_PLUS] = ACTIONS(4849), + [anon_sym_DASH] = ACTIONS(4849), + [anon_sym_SLASH] = ACTIONS(4849), + [anon_sym_PERCENT] = ACTIONS(4849), + [anon_sym_as_QMARK] = ACTIONS(4851), + [anon_sym_PLUS_PLUS] = ACTIONS(4851), + [anon_sym_DASH_DASH] = ACTIONS(4851), + [anon_sym_BANG] = ACTIONS(4849), + [anon_sym_BANG_BANG] = ACTIONS(4851), + [anon_sym_data] = ACTIONS(4849), + [anon_sym_inner] = ACTIONS(4849), + [anon_sym_expect] = ACTIONS(4849), + [anon_sym_actual] = ACTIONS(4849), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4851), + [anon_sym_continue_AT] = ACTIONS(4851), + [anon_sym_break_AT] = ACTIONS(4851), + [sym_real_literal] = ACTIONS(4851), + [sym_integer_literal] = ACTIONS(4849), + [sym_hex_literal] = ACTIONS(4851), + [sym_bin_literal] = ACTIONS(4851), + [anon_sym_true] = ACTIONS(4849), + [anon_sym_false] = ACTIONS(4849), + [anon_sym_SQUOTE] = ACTIONS(4851), + [sym__backtick_identifier] = ACTIONS(4851), + [sym__automatic_semicolon] = ACTIONS(4851), + [sym_safe_nav] = ACTIONS(4851), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4851), }, [3304] = { - [sym__alpha_identifier] = ACTIONS(4599), - [anon_sym_AT] = ACTIONS(4601), - [anon_sym_LBRACK] = ACTIONS(4601), - [anon_sym_as] = ACTIONS(4599), - [anon_sym_EQ] = ACTIONS(4599), - [anon_sym_LBRACE] = ACTIONS(4601), - [anon_sym_RBRACE] = ACTIONS(4601), - [anon_sym_LPAREN] = ACTIONS(4601), - [anon_sym_COMMA] = ACTIONS(4601), - [anon_sym_LT] = ACTIONS(4599), - [anon_sym_GT] = ACTIONS(4599), - [anon_sym_where] = ACTIONS(4599), - [anon_sym_object] = ACTIONS(4599), - [anon_sym_fun] = ACTIONS(4599), - [anon_sym_DOT] = ACTIONS(4599), - [anon_sym_SEMI] = ACTIONS(4601), - [anon_sym_get] = ACTIONS(4599), - [anon_sym_set] = ACTIONS(4599), - [anon_sym_this] = ACTIONS(4599), - [anon_sym_super] = ACTIONS(4599), - [anon_sym_STAR] = ACTIONS(4599), - [sym_label] = ACTIONS(4599), - [anon_sym_in] = ACTIONS(4599), - [anon_sym_DOT_DOT] = ACTIONS(4601), - [anon_sym_QMARK_COLON] = ACTIONS(4601), - [anon_sym_AMP_AMP] = ACTIONS(4601), - [anon_sym_PIPE_PIPE] = ACTIONS(4601), - [anon_sym_null] = ACTIONS(4599), - [anon_sym_if] = ACTIONS(4599), - [anon_sym_else] = ACTIONS(4599), - [anon_sym_when] = ACTIONS(4599), - [anon_sym_try] = ACTIONS(4599), - [anon_sym_throw] = ACTIONS(4599), - [anon_sym_return] = ACTIONS(4599), - [anon_sym_continue] = ACTIONS(4599), - [anon_sym_break] = ACTIONS(4599), - [anon_sym_COLON_COLON] = ACTIONS(4601), - [anon_sym_PLUS_EQ] = ACTIONS(4601), - [anon_sym_DASH_EQ] = ACTIONS(4601), - [anon_sym_STAR_EQ] = ACTIONS(4601), - [anon_sym_SLASH_EQ] = ACTIONS(4601), - [anon_sym_PERCENT_EQ] = ACTIONS(4601), - [anon_sym_BANG_EQ] = ACTIONS(4599), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4601), - [anon_sym_EQ_EQ] = ACTIONS(4599), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4601), - [anon_sym_LT_EQ] = ACTIONS(4601), - [anon_sym_GT_EQ] = ACTIONS(4601), - [anon_sym_BANGin] = ACTIONS(4601), - [anon_sym_is] = ACTIONS(4599), - [anon_sym_BANGis] = ACTIONS(4601), - [anon_sym_PLUS] = ACTIONS(4599), - [anon_sym_DASH] = ACTIONS(4599), - [anon_sym_SLASH] = ACTIONS(4599), - [anon_sym_PERCENT] = ACTIONS(4599), - [anon_sym_as_QMARK] = ACTIONS(4601), - [anon_sym_PLUS_PLUS] = ACTIONS(4601), - [anon_sym_DASH_DASH] = ACTIONS(4601), - [anon_sym_BANG] = ACTIONS(4599), - [anon_sym_BANG_BANG] = ACTIONS(4601), - [anon_sym_data] = ACTIONS(4599), - [anon_sym_inner] = ACTIONS(4599), - [anon_sym_expect] = ACTIONS(4599), - [anon_sym_actual] = ACTIONS(4599), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4601), - [anon_sym_continue_AT] = ACTIONS(4601), - [anon_sym_break_AT] = ACTIONS(4601), - [sym_real_literal] = ACTIONS(4601), - [sym_integer_literal] = ACTIONS(4599), - [sym_hex_literal] = ACTIONS(4601), - [sym_bin_literal] = ACTIONS(4601), - [anon_sym_true] = ACTIONS(4599), - [anon_sym_false] = ACTIONS(4599), - [anon_sym_SQUOTE] = ACTIONS(4601), - [sym__backtick_identifier] = ACTIONS(4601), - [sym__automatic_semicolon] = ACTIONS(4601), - [sym_safe_nav] = ACTIONS(4601), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4601), + [sym__alpha_identifier] = ACTIONS(4832), + [anon_sym_AT] = ACTIONS(4834), + [anon_sym_LBRACK] = ACTIONS(4834), + [anon_sym_as] = ACTIONS(4832), + [anon_sym_EQ] = ACTIONS(4832), + [anon_sym_LBRACE] = ACTIONS(4834), + [anon_sym_RBRACE] = ACTIONS(4834), + [anon_sym_LPAREN] = ACTIONS(4834), + [anon_sym_COMMA] = ACTIONS(4834), + [anon_sym_LT] = ACTIONS(4832), + [anon_sym_GT] = ACTIONS(4832), + [anon_sym_where] = ACTIONS(4832), + [anon_sym_object] = ACTIONS(4832), + [anon_sym_fun] = ACTIONS(4832), + [anon_sym_DOT] = ACTIONS(4832), + [anon_sym_SEMI] = ACTIONS(4834), + [anon_sym_get] = ACTIONS(4832), + [anon_sym_set] = ACTIONS(4832), + [anon_sym_this] = ACTIONS(4832), + [anon_sym_super] = ACTIONS(4832), + [anon_sym_STAR] = ACTIONS(4832), + [sym_label] = ACTIONS(4832), + [anon_sym_in] = ACTIONS(4832), + [anon_sym_DOT_DOT] = ACTIONS(4834), + [anon_sym_QMARK_COLON] = ACTIONS(4834), + [anon_sym_AMP_AMP] = ACTIONS(4834), + [anon_sym_PIPE_PIPE] = ACTIONS(4834), + [anon_sym_null] = ACTIONS(4832), + [anon_sym_if] = ACTIONS(4832), + [anon_sym_else] = ACTIONS(4832), + [anon_sym_when] = ACTIONS(4832), + [anon_sym_try] = ACTIONS(4832), + [anon_sym_throw] = ACTIONS(4832), + [anon_sym_return] = ACTIONS(4832), + [anon_sym_continue] = ACTIONS(4832), + [anon_sym_break] = ACTIONS(4832), + [anon_sym_COLON_COLON] = ACTIONS(4834), + [anon_sym_PLUS_EQ] = ACTIONS(4834), + [anon_sym_DASH_EQ] = ACTIONS(4834), + [anon_sym_STAR_EQ] = ACTIONS(4834), + [anon_sym_SLASH_EQ] = ACTIONS(4834), + [anon_sym_PERCENT_EQ] = ACTIONS(4834), + [anon_sym_BANG_EQ] = ACTIONS(4832), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4834), + [anon_sym_EQ_EQ] = ACTIONS(4832), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4834), + [anon_sym_LT_EQ] = ACTIONS(4834), + [anon_sym_GT_EQ] = ACTIONS(4834), + [anon_sym_BANGin] = ACTIONS(4834), + [anon_sym_is] = ACTIONS(4832), + [anon_sym_BANGis] = ACTIONS(4834), + [anon_sym_PLUS] = ACTIONS(4832), + [anon_sym_DASH] = ACTIONS(4832), + [anon_sym_SLASH] = ACTIONS(4832), + [anon_sym_PERCENT] = ACTIONS(4832), + [anon_sym_as_QMARK] = ACTIONS(4834), + [anon_sym_PLUS_PLUS] = ACTIONS(4834), + [anon_sym_DASH_DASH] = ACTIONS(4834), + [anon_sym_BANG] = ACTIONS(4832), + [anon_sym_BANG_BANG] = ACTIONS(4834), + [anon_sym_data] = ACTIONS(4832), + [anon_sym_inner] = ACTIONS(4832), + [anon_sym_expect] = ACTIONS(4832), + [anon_sym_actual] = ACTIONS(4832), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4834), + [anon_sym_continue_AT] = ACTIONS(4834), + [anon_sym_break_AT] = ACTIONS(4834), + [sym_real_literal] = ACTIONS(4834), + [sym_integer_literal] = ACTIONS(4832), + [sym_hex_literal] = ACTIONS(4834), + [sym_bin_literal] = ACTIONS(4834), + [anon_sym_true] = ACTIONS(4832), + [anon_sym_false] = ACTIONS(4832), + [anon_sym_SQUOTE] = ACTIONS(4834), + [sym__backtick_identifier] = ACTIONS(4834), + [sym__automatic_semicolon] = ACTIONS(4834), + [sym_safe_nav] = ACTIONS(4834), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4834), }, [3305] = { - [sym__alpha_identifier] = ACTIONS(4757), - [anon_sym_AT] = ACTIONS(4759), - [anon_sym_LBRACK] = ACTIONS(4759), - [anon_sym_as] = ACTIONS(4757), - [anon_sym_EQ] = ACTIONS(4757), - [anon_sym_LBRACE] = ACTIONS(4759), - [anon_sym_RBRACE] = ACTIONS(4759), - [anon_sym_LPAREN] = ACTIONS(4759), - [anon_sym_COMMA] = ACTIONS(4759), - [anon_sym_LT] = ACTIONS(4757), - [anon_sym_GT] = ACTIONS(4757), - [anon_sym_where] = ACTIONS(4757), - [anon_sym_object] = ACTIONS(4757), - [anon_sym_fun] = ACTIONS(4757), - [anon_sym_DOT] = ACTIONS(4757), - [anon_sym_SEMI] = ACTIONS(4759), - [anon_sym_get] = ACTIONS(4757), - [anon_sym_set] = ACTIONS(4757), - [anon_sym_this] = ACTIONS(4757), - [anon_sym_super] = ACTIONS(4757), - [anon_sym_STAR] = ACTIONS(4757), - [sym_label] = ACTIONS(4757), - [anon_sym_in] = ACTIONS(4757), - [anon_sym_DOT_DOT] = ACTIONS(4759), - [anon_sym_QMARK_COLON] = ACTIONS(4759), - [anon_sym_AMP_AMP] = ACTIONS(4759), - [anon_sym_PIPE_PIPE] = ACTIONS(4759), - [anon_sym_null] = ACTIONS(4757), - [anon_sym_if] = ACTIONS(4757), - [anon_sym_else] = ACTIONS(4757), - [anon_sym_when] = ACTIONS(4757), - [anon_sym_try] = ACTIONS(4757), - [anon_sym_throw] = ACTIONS(4757), - [anon_sym_return] = ACTIONS(4757), - [anon_sym_continue] = ACTIONS(4757), - [anon_sym_break] = ACTIONS(4757), - [anon_sym_COLON_COLON] = ACTIONS(4759), - [anon_sym_PLUS_EQ] = ACTIONS(4759), - [anon_sym_DASH_EQ] = ACTIONS(4759), - [anon_sym_STAR_EQ] = ACTIONS(4759), - [anon_sym_SLASH_EQ] = ACTIONS(4759), - [anon_sym_PERCENT_EQ] = ACTIONS(4759), - [anon_sym_BANG_EQ] = ACTIONS(4757), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4759), - [anon_sym_EQ_EQ] = ACTIONS(4757), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4759), - [anon_sym_LT_EQ] = ACTIONS(4759), - [anon_sym_GT_EQ] = ACTIONS(4759), - [anon_sym_BANGin] = ACTIONS(4759), - [anon_sym_is] = ACTIONS(4757), - [anon_sym_BANGis] = ACTIONS(4759), - [anon_sym_PLUS] = ACTIONS(4757), - [anon_sym_DASH] = ACTIONS(4757), - [anon_sym_SLASH] = ACTIONS(4757), - [anon_sym_PERCENT] = ACTIONS(4757), - [anon_sym_as_QMARK] = ACTIONS(4759), - [anon_sym_PLUS_PLUS] = ACTIONS(4759), - [anon_sym_DASH_DASH] = ACTIONS(4759), - [anon_sym_BANG] = ACTIONS(4757), - [anon_sym_BANG_BANG] = ACTIONS(4759), - [anon_sym_data] = ACTIONS(4757), - [anon_sym_inner] = ACTIONS(4757), - [anon_sym_expect] = ACTIONS(4757), - [anon_sym_actual] = ACTIONS(4757), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4759), - [anon_sym_continue_AT] = ACTIONS(4759), - [anon_sym_break_AT] = ACTIONS(4759), - [sym_real_literal] = ACTIONS(4759), - [sym_integer_literal] = ACTIONS(4757), - [sym_hex_literal] = ACTIONS(4759), - [sym_bin_literal] = ACTIONS(4759), - [anon_sym_true] = ACTIONS(4757), - [anon_sym_false] = ACTIONS(4757), - [anon_sym_SQUOTE] = ACTIONS(4759), - [sym__backtick_identifier] = ACTIONS(4759), - [sym__automatic_semicolon] = ACTIONS(4759), - [sym_safe_nav] = ACTIONS(4759), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4759), + [sym__alpha_identifier] = ACTIONS(4198), + [anon_sym_AT] = ACTIONS(4200), + [anon_sym_LBRACK] = ACTIONS(4200), + [anon_sym_RBRACK] = ACTIONS(4200), + [anon_sym_as] = ACTIONS(4198), + [anon_sym_EQ] = ACTIONS(4198), + [anon_sym_LBRACE] = ACTIONS(4200), + [anon_sym_RBRACE] = ACTIONS(4200), + [anon_sym_LPAREN] = ACTIONS(4200), + [anon_sym_COMMA] = ACTIONS(4200), + [anon_sym_RPAREN] = ACTIONS(4200), + [anon_sym_LT] = ACTIONS(4198), + [anon_sym_GT] = ACTIONS(4198), + [anon_sym_where] = ACTIONS(4198), + [anon_sym_DOT] = ACTIONS(4198), + [anon_sym_SEMI] = ACTIONS(4200), + [anon_sym_get] = ACTIONS(4198), + [anon_sym_set] = ACTIONS(4198), + [anon_sym_STAR] = ACTIONS(4198), + [anon_sym_DASH_GT] = ACTIONS(4200), + [sym_label] = ACTIONS(4200), + [anon_sym_in] = ACTIONS(4198), + [anon_sym_while] = ACTIONS(4198), + [anon_sym_DOT_DOT] = ACTIONS(4200), + [anon_sym_QMARK_COLON] = ACTIONS(4200), + [anon_sym_AMP_AMP] = ACTIONS(4200), + [anon_sym_PIPE_PIPE] = ACTIONS(4200), + [anon_sym_else] = ACTIONS(4198), + [anon_sym_COLON_COLON] = ACTIONS(4200), + [anon_sym_PLUS_EQ] = ACTIONS(4200), + [anon_sym_DASH_EQ] = ACTIONS(4200), + [anon_sym_STAR_EQ] = ACTIONS(4200), + [anon_sym_SLASH_EQ] = ACTIONS(4200), + [anon_sym_PERCENT_EQ] = ACTIONS(4200), + [anon_sym_BANG_EQ] = ACTIONS(4198), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4200), + [anon_sym_EQ_EQ] = ACTIONS(4198), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4200), + [anon_sym_LT_EQ] = ACTIONS(4200), + [anon_sym_GT_EQ] = ACTIONS(4200), + [anon_sym_BANGin] = ACTIONS(4200), + [anon_sym_is] = ACTIONS(4198), + [anon_sym_BANGis] = ACTIONS(4200), + [anon_sym_PLUS] = ACTIONS(4198), + [anon_sym_DASH] = ACTIONS(4198), + [anon_sym_SLASH] = ACTIONS(4198), + [anon_sym_PERCENT] = ACTIONS(4198), + [anon_sym_as_QMARK] = ACTIONS(4200), + [anon_sym_PLUS_PLUS] = ACTIONS(4200), + [anon_sym_DASH_DASH] = ACTIONS(4200), + [anon_sym_BANG_BANG] = ACTIONS(4200), + [anon_sym_suspend] = ACTIONS(4198), + [anon_sym_sealed] = ACTIONS(4198), + [anon_sym_annotation] = ACTIONS(4198), + [anon_sym_data] = ACTIONS(4198), + [anon_sym_inner] = ACTIONS(4198), + [anon_sym_override] = ACTIONS(4198), + [anon_sym_lateinit] = ACTIONS(4198), + [anon_sym_public] = ACTIONS(4198), + [anon_sym_private] = ACTIONS(4198), + [anon_sym_internal] = ACTIONS(4198), + [anon_sym_protected] = ACTIONS(4198), + [anon_sym_tailrec] = ACTIONS(4198), + [anon_sym_operator] = ACTIONS(4198), + [anon_sym_infix] = ACTIONS(4198), + [anon_sym_inline] = ACTIONS(4198), + [anon_sym_external] = ACTIONS(4198), + [sym_property_modifier] = ACTIONS(4198), + [anon_sym_abstract] = ACTIONS(4198), + [anon_sym_final] = ACTIONS(4198), + [anon_sym_open] = ACTIONS(4198), + [anon_sym_vararg] = ACTIONS(4198), + [anon_sym_noinline] = ACTIONS(4198), + [anon_sym_crossinline] = ACTIONS(4198), + [anon_sym_expect] = ACTIONS(4198), + [anon_sym_actual] = ACTIONS(4198), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4200), + [sym_safe_nav] = ACTIONS(4200), + [sym_multiline_comment] = ACTIONS(3), }, [3306] = { - [sym_type_constraints] = STATE(3598), - [sym_function_body] = STATE(3222), - [sym__block] = STATE(3367), - [sym__alpha_identifier] = ACTIONS(4300), - [anon_sym_AT] = ACTIONS(4302), - [anon_sym_LBRACK] = ACTIONS(4302), - [anon_sym_as] = ACTIONS(4300), - [anon_sym_EQ] = ACTIONS(6462), - [anon_sym_LBRACE] = ACTIONS(6236), - [anon_sym_RBRACE] = ACTIONS(4302), - [anon_sym_LPAREN] = ACTIONS(4302), - [anon_sym_RPAREN] = ACTIONS(4302), - [anon_sym_LT] = ACTIONS(4300), - [anon_sym_GT] = ACTIONS(4300), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(4300), - [anon_sym_SEMI] = ACTIONS(4302), - [anon_sym_get] = ACTIONS(4300), - [anon_sym_set] = ACTIONS(4300), - [anon_sym_STAR] = ACTIONS(4300), - [sym_label] = ACTIONS(4302), - [anon_sym_in] = ACTIONS(4300), - [anon_sym_while] = ACTIONS(4300), - [anon_sym_DOT_DOT] = ACTIONS(4302), - [anon_sym_QMARK_COLON] = ACTIONS(4302), - [anon_sym_AMP_AMP] = ACTIONS(4302), - [anon_sym_PIPE_PIPE] = ACTIONS(4302), - [anon_sym_else] = ACTIONS(4300), - [anon_sym_COLON_COLON] = ACTIONS(4302), - [anon_sym_PLUS_EQ] = ACTIONS(4302), - [anon_sym_DASH_EQ] = ACTIONS(4302), - [anon_sym_STAR_EQ] = ACTIONS(4302), - [anon_sym_SLASH_EQ] = ACTIONS(4302), - [anon_sym_PERCENT_EQ] = ACTIONS(4302), - [anon_sym_BANG_EQ] = ACTIONS(4300), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4302), - [anon_sym_EQ_EQ] = ACTIONS(4300), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4302), - [anon_sym_LT_EQ] = ACTIONS(4302), - [anon_sym_GT_EQ] = ACTIONS(4302), - [anon_sym_BANGin] = ACTIONS(4302), - [anon_sym_is] = ACTIONS(4300), - [anon_sym_BANGis] = ACTIONS(4302), - [anon_sym_PLUS] = ACTIONS(4300), - [anon_sym_DASH] = ACTIONS(4300), - [anon_sym_SLASH] = ACTIONS(4300), - [anon_sym_PERCENT] = ACTIONS(4300), - [anon_sym_as_QMARK] = ACTIONS(4302), - [anon_sym_PLUS_PLUS] = ACTIONS(4302), - [anon_sym_DASH_DASH] = ACTIONS(4302), - [anon_sym_BANG_BANG] = ACTIONS(4302), - [anon_sym_suspend] = ACTIONS(4300), - [anon_sym_sealed] = ACTIONS(4300), - [anon_sym_annotation] = ACTIONS(4300), - [anon_sym_data] = ACTIONS(4300), - [anon_sym_inner] = ACTIONS(4300), - [anon_sym_override] = ACTIONS(4300), - [anon_sym_lateinit] = ACTIONS(4300), - [anon_sym_public] = ACTIONS(4300), - [anon_sym_private] = ACTIONS(4300), - [anon_sym_internal] = ACTIONS(4300), - [anon_sym_protected] = ACTIONS(4300), - [anon_sym_tailrec] = ACTIONS(4300), - [anon_sym_operator] = ACTIONS(4300), - [anon_sym_infix] = ACTIONS(4300), - [anon_sym_inline] = ACTIONS(4300), - [anon_sym_external] = ACTIONS(4300), - [sym_property_modifier] = ACTIONS(4300), - [anon_sym_abstract] = ACTIONS(4300), - [anon_sym_final] = ACTIONS(4300), - [anon_sym_open] = ACTIONS(4300), - [anon_sym_vararg] = ACTIONS(4300), - [anon_sym_noinline] = ACTIONS(4300), - [anon_sym_crossinline] = ACTIONS(4300), - [anon_sym_expect] = ACTIONS(4300), - [anon_sym_actual] = ACTIONS(4300), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4302), - [sym_safe_nav] = ACTIONS(4302), + [sym__alpha_identifier] = ACTIONS(4519), + [anon_sym_AT] = ACTIONS(4521), + [anon_sym_LBRACK] = ACTIONS(4521), + [anon_sym_RBRACK] = ACTIONS(4521), + [anon_sym_as] = ACTIONS(4519), + [anon_sym_EQ] = ACTIONS(4519), + [anon_sym_LBRACE] = ACTIONS(4521), + [anon_sym_RBRACE] = ACTIONS(4521), + [anon_sym_LPAREN] = ACTIONS(4521), + [anon_sym_COMMA] = ACTIONS(4521), + [anon_sym_RPAREN] = ACTIONS(4521), + [anon_sym_LT] = ACTIONS(4519), + [anon_sym_GT] = ACTIONS(4519), + [anon_sym_where] = ACTIONS(4519), + [anon_sym_DOT] = ACTIONS(4519), + [anon_sym_SEMI] = ACTIONS(4521), + [anon_sym_get] = ACTIONS(4519), + [anon_sym_set] = ACTIONS(4519), + [anon_sym_STAR] = ACTIONS(4519), + [anon_sym_DASH_GT] = ACTIONS(4521), + [sym_label] = ACTIONS(4521), + [anon_sym_in] = ACTIONS(4519), + [anon_sym_while] = ACTIONS(4519), + [anon_sym_DOT_DOT] = ACTIONS(4521), + [anon_sym_QMARK_COLON] = ACTIONS(4521), + [anon_sym_AMP_AMP] = ACTIONS(4521), + [anon_sym_PIPE_PIPE] = ACTIONS(4521), + [anon_sym_else] = ACTIONS(4519), + [anon_sym_COLON_COLON] = ACTIONS(4521), + [anon_sym_PLUS_EQ] = ACTIONS(4521), + [anon_sym_DASH_EQ] = ACTIONS(4521), + [anon_sym_STAR_EQ] = ACTIONS(4521), + [anon_sym_SLASH_EQ] = ACTIONS(4521), + [anon_sym_PERCENT_EQ] = ACTIONS(4521), + [anon_sym_BANG_EQ] = ACTIONS(4519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4521), + [anon_sym_EQ_EQ] = ACTIONS(4519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4521), + [anon_sym_LT_EQ] = ACTIONS(4521), + [anon_sym_GT_EQ] = ACTIONS(4521), + [anon_sym_BANGin] = ACTIONS(4521), + [anon_sym_is] = ACTIONS(4519), + [anon_sym_BANGis] = ACTIONS(4521), + [anon_sym_PLUS] = ACTIONS(4519), + [anon_sym_DASH] = ACTIONS(4519), + [anon_sym_SLASH] = ACTIONS(4519), + [anon_sym_PERCENT] = ACTIONS(4519), + [anon_sym_as_QMARK] = ACTIONS(4521), + [anon_sym_PLUS_PLUS] = ACTIONS(4521), + [anon_sym_DASH_DASH] = ACTIONS(4521), + [anon_sym_BANG_BANG] = ACTIONS(4521), + [anon_sym_suspend] = ACTIONS(4519), + [anon_sym_sealed] = ACTIONS(4519), + [anon_sym_annotation] = ACTIONS(4519), + [anon_sym_data] = ACTIONS(4519), + [anon_sym_inner] = ACTIONS(4519), + [anon_sym_override] = ACTIONS(4519), + [anon_sym_lateinit] = ACTIONS(4519), + [anon_sym_public] = ACTIONS(4519), + [anon_sym_private] = ACTIONS(4519), + [anon_sym_internal] = ACTIONS(4519), + [anon_sym_protected] = ACTIONS(4519), + [anon_sym_tailrec] = ACTIONS(4519), + [anon_sym_operator] = ACTIONS(4519), + [anon_sym_infix] = ACTIONS(4519), + [anon_sym_inline] = ACTIONS(4519), + [anon_sym_external] = ACTIONS(4519), + [sym_property_modifier] = ACTIONS(4519), + [anon_sym_abstract] = ACTIONS(4519), + [anon_sym_final] = ACTIONS(4519), + [anon_sym_open] = ACTIONS(4519), + [anon_sym_vararg] = ACTIONS(4519), + [anon_sym_noinline] = ACTIONS(4519), + [anon_sym_crossinline] = ACTIONS(4519), + [anon_sym_expect] = ACTIONS(4519), + [anon_sym_actual] = ACTIONS(4519), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4521), + [sym_safe_nav] = ACTIONS(4521), [sym_multiline_comment] = ACTIONS(3), }, [3307] = { - [sym_type_constraints] = STATE(3595), - [sym_function_body] = STATE(3234), - [sym__block] = STATE(3367), - [sym__alpha_identifier] = ACTIONS(4181), - [anon_sym_AT] = ACTIONS(4183), - [anon_sym_LBRACK] = ACTIONS(4183), - [anon_sym_as] = ACTIONS(4181), - [anon_sym_EQ] = ACTIONS(6462), - [anon_sym_LBRACE] = ACTIONS(6236), - [anon_sym_RBRACE] = ACTIONS(4183), - [anon_sym_LPAREN] = ACTIONS(4183), - [anon_sym_RPAREN] = ACTIONS(4183), - [anon_sym_LT] = ACTIONS(4181), - [anon_sym_GT] = ACTIONS(4181), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(4181), - [anon_sym_SEMI] = ACTIONS(4183), - [anon_sym_get] = ACTIONS(4181), - [anon_sym_set] = ACTIONS(4181), - [anon_sym_STAR] = ACTIONS(4181), - [sym_label] = ACTIONS(4183), - [anon_sym_in] = ACTIONS(4181), - [anon_sym_while] = ACTIONS(4181), - [anon_sym_DOT_DOT] = ACTIONS(4183), - [anon_sym_QMARK_COLON] = ACTIONS(4183), - [anon_sym_AMP_AMP] = ACTIONS(4183), - [anon_sym_PIPE_PIPE] = ACTIONS(4183), - [anon_sym_else] = ACTIONS(4181), - [anon_sym_COLON_COLON] = ACTIONS(4183), - [anon_sym_PLUS_EQ] = ACTIONS(4183), - [anon_sym_DASH_EQ] = ACTIONS(4183), - [anon_sym_STAR_EQ] = ACTIONS(4183), - [anon_sym_SLASH_EQ] = ACTIONS(4183), - [anon_sym_PERCENT_EQ] = ACTIONS(4183), - [anon_sym_BANG_EQ] = ACTIONS(4181), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4183), - [anon_sym_EQ_EQ] = ACTIONS(4181), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4183), - [anon_sym_LT_EQ] = ACTIONS(4183), - [anon_sym_GT_EQ] = ACTIONS(4183), - [anon_sym_BANGin] = ACTIONS(4183), - [anon_sym_is] = ACTIONS(4181), - [anon_sym_BANGis] = ACTIONS(4183), - [anon_sym_PLUS] = ACTIONS(4181), - [anon_sym_DASH] = ACTIONS(4181), - [anon_sym_SLASH] = ACTIONS(4181), - [anon_sym_PERCENT] = ACTIONS(4181), - [anon_sym_as_QMARK] = ACTIONS(4183), - [anon_sym_PLUS_PLUS] = ACTIONS(4183), - [anon_sym_DASH_DASH] = ACTIONS(4183), - [anon_sym_BANG_BANG] = ACTIONS(4183), - [anon_sym_suspend] = ACTIONS(4181), - [anon_sym_sealed] = ACTIONS(4181), - [anon_sym_annotation] = ACTIONS(4181), - [anon_sym_data] = ACTIONS(4181), - [anon_sym_inner] = ACTIONS(4181), - [anon_sym_override] = ACTIONS(4181), - [anon_sym_lateinit] = ACTIONS(4181), - [anon_sym_public] = ACTIONS(4181), - [anon_sym_private] = ACTIONS(4181), - [anon_sym_internal] = ACTIONS(4181), - [anon_sym_protected] = ACTIONS(4181), - [anon_sym_tailrec] = ACTIONS(4181), - [anon_sym_operator] = ACTIONS(4181), - [anon_sym_infix] = ACTIONS(4181), - [anon_sym_inline] = ACTIONS(4181), - [anon_sym_external] = ACTIONS(4181), - [sym_property_modifier] = ACTIONS(4181), - [anon_sym_abstract] = ACTIONS(4181), - [anon_sym_final] = ACTIONS(4181), - [anon_sym_open] = ACTIONS(4181), - [anon_sym_vararg] = ACTIONS(4181), - [anon_sym_noinline] = ACTIONS(4181), - [anon_sym_crossinline] = ACTIONS(4181), - [anon_sym_expect] = ACTIONS(4181), - [anon_sym_actual] = ACTIONS(4181), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4183), - [sym_safe_nav] = ACTIONS(4183), - [sym_multiline_comment] = ACTIONS(3), + [sym__alpha_identifier] = ACTIONS(4784), + [anon_sym_AT] = ACTIONS(4786), + [anon_sym_LBRACK] = ACTIONS(4786), + [anon_sym_as] = ACTIONS(4784), + [anon_sym_EQ] = ACTIONS(4784), + [anon_sym_LBRACE] = ACTIONS(4786), + [anon_sym_RBRACE] = ACTIONS(4786), + [anon_sym_LPAREN] = ACTIONS(4786), + [anon_sym_COMMA] = ACTIONS(4786), + [anon_sym_LT] = ACTIONS(4784), + [anon_sym_GT] = ACTIONS(4784), + [anon_sym_where] = ACTIONS(4784), + [anon_sym_object] = ACTIONS(4784), + [anon_sym_fun] = ACTIONS(4784), + [anon_sym_DOT] = ACTIONS(4784), + [anon_sym_SEMI] = ACTIONS(4786), + [anon_sym_get] = ACTIONS(4784), + [anon_sym_set] = ACTIONS(4784), + [anon_sym_this] = ACTIONS(4784), + [anon_sym_super] = ACTIONS(4784), + [anon_sym_STAR] = ACTIONS(4784), + [sym_label] = ACTIONS(4784), + [anon_sym_in] = ACTIONS(4784), + [anon_sym_DOT_DOT] = ACTIONS(4786), + [anon_sym_QMARK_COLON] = ACTIONS(4786), + [anon_sym_AMP_AMP] = ACTIONS(4786), + [anon_sym_PIPE_PIPE] = ACTIONS(4786), + [anon_sym_null] = ACTIONS(4784), + [anon_sym_if] = ACTIONS(4784), + [anon_sym_else] = ACTIONS(4784), + [anon_sym_when] = ACTIONS(4784), + [anon_sym_try] = ACTIONS(4784), + [anon_sym_throw] = ACTIONS(4784), + [anon_sym_return] = ACTIONS(4784), + [anon_sym_continue] = ACTIONS(4784), + [anon_sym_break] = ACTIONS(4784), + [anon_sym_COLON_COLON] = ACTIONS(4786), + [anon_sym_PLUS_EQ] = ACTIONS(4786), + [anon_sym_DASH_EQ] = ACTIONS(4786), + [anon_sym_STAR_EQ] = ACTIONS(4786), + [anon_sym_SLASH_EQ] = ACTIONS(4786), + [anon_sym_PERCENT_EQ] = ACTIONS(4786), + [anon_sym_BANG_EQ] = ACTIONS(4784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4786), + [anon_sym_EQ_EQ] = ACTIONS(4784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4786), + [anon_sym_LT_EQ] = ACTIONS(4786), + [anon_sym_GT_EQ] = ACTIONS(4786), + [anon_sym_BANGin] = ACTIONS(4786), + [anon_sym_is] = ACTIONS(4784), + [anon_sym_BANGis] = ACTIONS(4786), + [anon_sym_PLUS] = ACTIONS(4784), + [anon_sym_DASH] = ACTIONS(4784), + [anon_sym_SLASH] = ACTIONS(4784), + [anon_sym_PERCENT] = ACTIONS(4784), + [anon_sym_as_QMARK] = ACTIONS(4786), + [anon_sym_PLUS_PLUS] = ACTIONS(4786), + [anon_sym_DASH_DASH] = ACTIONS(4786), + [anon_sym_BANG] = ACTIONS(4784), + [anon_sym_BANG_BANG] = ACTIONS(4786), + [anon_sym_data] = ACTIONS(4784), + [anon_sym_inner] = ACTIONS(4784), + [anon_sym_expect] = ACTIONS(4784), + [anon_sym_actual] = ACTIONS(4784), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4786), + [anon_sym_continue_AT] = ACTIONS(4786), + [anon_sym_break_AT] = ACTIONS(4786), + [sym_real_literal] = ACTIONS(4786), + [sym_integer_literal] = ACTIONS(4784), + [sym_hex_literal] = ACTIONS(4786), + [sym_bin_literal] = ACTIONS(4786), + [anon_sym_true] = ACTIONS(4784), + [anon_sym_false] = ACTIONS(4784), + [anon_sym_SQUOTE] = ACTIONS(4786), + [sym__backtick_identifier] = ACTIONS(4786), + [sym__automatic_semicolon] = ACTIONS(4786), + [sym_safe_nav] = ACTIONS(4786), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4786), }, [3308] = { - [sym__alpha_identifier] = ACTIONS(4955), - [anon_sym_AT] = ACTIONS(4957), - [anon_sym_LBRACK] = ACTIONS(4957), - [anon_sym_as] = ACTIONS(4955), - [anon_sym_EQ] = ACTIONS(4955), - [anon_sym_LBRACE] = ACTIONS(4957), - [anon_sym_RBRACE] = ACTIONS(4957), - [anon_sym_LPAREN] = ACTIONS(4957), - [anon_sym_COMMA] = ACTIONS(4957), - [anon_sym_LT] = ACTIONS(4955), - [anon_sym_GT] = ACTIONS(4955), - [anon_sym_where] = ACTIONS(4955), - [anon_sym_object] = ACTIONS(4955), - [anon_sym_fun] = ACTIONS(4955), - [anon_sym_DOT] = ACTIONS(4955), - [anon_sym_SEMI] = ACTIONS(4957), - [anon_sym_get] = ACTIONS(4955), - [anon_sym_set] = ACTIONS(4955), - [anon_sym_this] = ACTIONS(4955), - [anon_sym_super] = ACTIONS(4955), - [anon_sym_STAR] = ACTIONS(4955), - [sym_label] = ACTIONS(4955), - [anon_sym_in] = ACTIONS(4955), - [anon_sym_DOT_DOT] = ACTIONS(4957), - [anon_sym_QMARK_COLON] = ACTIONS(4957), - [anon_sym_AMP_AMP] = ACTIONS(4957), - [anon_sym_PIPE_PIPE] = ACTIONS(4957), - [anon_sym_null] = ACTIONS(4955), - [anon_sym_if] = ACTIONS(4955), - [anon_sym_else] = ACTIONS(4955), - [anon_sym_when] = ACTIONS(4955), - [anon_sym_try] = ACTIONS(4955), - [anon_sym_throw] = ACTIONS(4955), - [anon_sym_return] = ACTIONS(4955), - [anon_sym_continue] = ACTIONS(4955), - [anon_sym_break] = ACTIONS(4955), - [anon_sym_COLON_COLON] = ACTIONS(4957), - [anon_sym_PLUS_EQ] = ACTIONS(4957), - [anon_sym_DASH_EQ] = ACTIONS(4957), - [anon_sym_STAR_EQ] = ACTIONS(4957), - [anon_sym_SLASH_EQ] = ACTIONS(4957), - [anon_sym_PERCENT_EQ] = ACTIONS(4957), - [anon_sym_BANG_EQ] = ACTIONS(4955), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4957), - [anon_sym_EQ_EQ] = ACTIONS(4955), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4957), - [anon_sym_LT_EQ] = ACTIONS(4957), - [anon_sym_GT_EQ] = ACTIONS(4957), - [anon_sym_BANGin] = ACTIONS(4957), - [anon_sym_is] = ACTIONS(4955), - [anon_sym_BANGis] = ACTIONS(4957), - [anon_sym_PLUS] = ACTIONS(4955), - [anon_sym_DASH] = ACTIONS(4955), - [anon_sym_SLASH] = ACTIONS(4955), - [anon_sym_PERCENT] = ACTIONS(4955), - [anon_sym_as_QMARK] = ACTIONS(4957), - [anon_sym_PLUS_PLUS] = ACTIONS(4957), - [anon_sym_DASH_DASH] = ACTIONS(4957), - [anon_sym_BANG] = ACTIONS(4955), - [anon_sym_BANG_BANG] = ACTIONS(4957), - [anon_sym_data] = ACTIONS(4955), - [anon_sym_inner] = ACTIONS(4955), - [anon_sym_expect] = ACTIONS(4955), - [anon_sym_actual] = ACTIONS(4955), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4957), - [anon_sym_continue_AT] = ACTIONS(4957), - [anon_sym_break_AT] = ACTIONS(4957), - [sym_real_literal] = ACTIONS(4957), - [sym_integer_literal] = ACTIONS(4955), - [sym_hex_literal] = ACTIONS(4957), - [sym_bin_literal] = ACTIONS(4957), - [anon_sym_true] = ACTIONS(4955), - [anon_sym_false] = ACTIONS(4955), - [anon_sym_SQUOTE] = ACTIONS(4957), - [sym__backtick_identifier] = ACTIONS(4957), - [sym__automatic_semicolon] = ACTIONS(4957), - [sym_safe_nav] = ACTIONS(4957), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4957), + [sym__alpha_identifier] = ACTIONS(5053), + [anon_sym_AT] = ACTIONS(5055), + [anon_sym_LBRACK] = ACTIONS(5055), + [anon_sym_as] = ACTIONS(5053), + [anon_sym_EQ] = ACTIONS(5053), + [anon_sym_LBRACE] = ACTIONS(5055), + [anon_sym_RBRACE] = ACTIONS(5055), + [anon_sym_LPAREN] = ACTIONS(5055), + [anon_sym_COMMA] = ACTIONS(5055), + [anon_sym_LT] = ACTIONS(5053), + [anon_sym_GT] = ACTIONS(5053), + [anon_sym_where] = ACTIONS(5053), + [anon_sym_object] = ACTIONS(5053), + [anon_sym_fun] = ACTIONS(5053), + [anon_sym_DOT] = ACTIONS(5053), + [anon_sym_SEMI] = ACTIONS(5055), + [anon_sym_get] = ACTIONS(5053), + [anon_sym_set] = ACTIONS(5053), + [anon_sym_this] = ACTIONS(5053), + [anon_sym_super] = ACTIONS(5053), + [anon_sym_STAR] = ACTIONS(5053), + [sym_label] = ACTIONS(5053), + [anon_sym_in] = ACTIONS(5053), + [anon_sym_DOT_DOT] = ACTIONS(5055), + [anon_sym_QMARK_COLON] = ACTIONS(5055), + [anon_sym_AMP_AMP] = ACTIONS(5055), + [anon_sym_PIPE_PIPE] = ACTIONS(5055), + [anon_sym_null] = ACTIONS(5053), + [anon_sym_if] = ACTIONS(5053), + [anon_sym_else] = ACTIONS(5053), + [anon_sym_when] = ACTIONS(5053), + [anon_sym_try] = ACTIONS(5053), + [anon_sym_throw] = ACTIONS(5053), + [anon_sym_return] = ACTIONS(5053), + [anon_sym_continue] = ACTIONS(5053), + [anon_sym_break] = ACTIONS(5053), + [anon_sym_COLON_COLON] = ACTIONS(5055), + [anon_sym_PLUS_EQ] = ACTIONS(5055), + [anon_sym_DASH_EQ] = ACTIONS(5055), + [anon_sym_STAR_EQ] = ACTIONS(5055), + [anon_sym_SLASH_EQ] = ACTIONS(5055), + [anon_sym_PERCENT_EQ] = ACTIONS(5055), + [anon_sym_BANG_EQ] = ACTIONS(5053), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5055), + [anon_sym_EQ_EQ] = ACTIONS(5053), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5055), + [anon_sym_LT_EQ] = ACTIONS(5055), + [anon_sym_GT_EQ] = ACTIONS(5055), + [anon_sym_BANGin] = ACTIONS(5055), + [anon_sym_is] = ACTIONS(5053), + [anon_sym_BANGis] = ACTIONS(5055), + [anon_sym_PLUS] = ACTIONS(5053), + [anon_sym_DASH] = ACTIONS(5053), + [anon_sym_SLASH] = ACTIONS(5053), + [anon_sym_PERCENT] = ACTIONS(5053), + [anon_sym_as_QMARK] = ACTIONS(5055), + [anon_sym_PLUS_PLUS] = ACTIONS(5055), + [anon_sym_DASH_DASH] = ACTIONS(5055), + [anon_sym_BANG] = ACTIONS(5053), + [anon_sym_BANG_BANG] = ACTIONS(5055), + [anon_sym_data] = ACTIONS(5053), + [anon_sym_inner] = ACTIONS(5053), + [anon_sym_expect] = ACTIONS(5053), + [anon_sym_actual] = ACTIONS(5053), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5055), + [anon_sym_continue_AT] = ACTIONS(5055), + [anon_sym_break_AT] = ACTIONS(5055), + [sym_real_literal] = ACTIONS(5055), + [sym_integer_literal] = ACTIONS(5053), + [sym_hex_literal] = ACTIONS(5055), + [sym_bin_literal] = ACTIONS(5055), + [anon_sym_true] = ACTIONS(5053), + [anon_sym_false] = ACTIONS(5053), + [anon_sym_SQUOTE] = ACTIONS(5055), + [sym__backtick_identifier] = ACTIONS(5055), + [sym__automatic_semicolon] = ACTIONS(5055), + [sym_safe_nav] = ACTIONS(5055), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5055), }, [3309] = { - [sym__alpha_identifier] = ACTIONS(4959), - [anon_sym_AT] = ACTIONS(4961), - [anon_sym_LBRACK] = ACTIONS(4961), - [anon_sym_as] = ACTIONS(4959), - [anon_sym_EQ] = ACTIONS(4959), - [anon_sym_LBRACE] = ACTIONS(4961), - [anon_sym_RBRACE] = ACTIONS(4961), - [anon_sym_LPAREN] = ACTIONS(4961), - [anon_sym_COMMA] = ACTIONS(4961), - [anon_sym_LT] = ACTIONS(4959), - [anon_sym_GT] = ACTIONS(4959), - [anon_sym_where] = ACTIONS(4959), - [anon_sym_object] = ACTIONS(4959), - [anon_sym_fun] = ACTIONS(4959), - [anon_sym_DOT] = ACTIONS(4959), - [anon_sym_SEMI] = ACTIONS(4961), - [anon_sym_get] = ACTIONS(4959), - [anon_sym_set] = ACTIONS(4959), - [anon_sym_this] = ACTIONS(4959), - [anon_sym_super] = ACTIONS(4959), - [anon_sym_STAR] = ACTIONS(4959), - [sym_label] = ACTIONS(4959), - [anon_sym_in] = ACTIONS(4959), - [anon_sym_DOT_DOT] = ACTIONS(4961), - [anon_sym_QMARK_COLON] = ACTIONS(4961), - [anon_sym_AMP_AMP] = ACTIONS(4961), - [anon_sym_PIPE_PIPE] = ACTIONS(4961), - [anon_sym_null] = ACTIONS(4959), - [anon_sym_if] = ACTIONS(4959), - [anon_sym_else] = ACTIONS(4959), - [anon_sym_when] = ACTIONS(4959), - [anon_sym_try] = ACTIONS(4959), - [anon_sym_throw] = ACTIONS(4959), - [anon_sym_return] = ACTIONS(4959), - [anon_sym_continue] = ACTIONS(4959), - [anon_sym_break] = ACTIONS(4959), - [anon_sym_COLON_COLON] = ACTIONS(4961), - [anon_sym_PLUS_EQ] = ACTIONS(4961), - [anon_sym_DASH_EQ] = ACTIONS(4961), - [anon_sym_STAR_EQ] = ACTIONS(4961), - [anon_sym_SLASH_EQ] = ACTIONS(4961), - [anon_sym_PERCENT_EQ] = ACTIONS(4961), - [anon_sym_BANG_EQ] = ACTIONS(4959), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4961), - [anon_sym_EQ_EQ] = ACTIONS(4959), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4961), - [anon_sym_LT_EQ] = ACTIONS(4961), - [anon_sym_GT_EQ] = ACTIONS(4961), - [anon_sym_BANGin] = ACTIONS(4961), - [anon_sym_is] = ACTIONS(4959), - [anon_sym_BANGis] = ACTIONS(4961), - [anon_sym_PLUS] = ACTIONS(4959), - [anon_sym_DASH] = ACTIONS(4959), - [anon_sym_SLASH] = ACTIONS(4959), - [anon_sym_PERCENT] = ACTIONS(4959), - [anon_sym_as_QMARK] = ACTIONS(4961), - [anon_sym_PLUS_PLUS] = ACTIONS(4961), - [anon_sym_DASH_DASH] = ACTIONS(4961), - [anon_sym_BANG] = ACTIONS(4959), - [anon_sym_BANG_BANG] = ACTIONS(4961), - [anon_sym_data] = ACTIONS(4959), - [anon_sym_inner] = ACTIONS(4959), - [anon_sym_expect] = ACTIONS(4959), - [anon_sym_actual] = ACTIONS(4959), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4961), - [anon_sym_continue_AT] = ACTIONS(4961), - [anon_sym_break_AT] = ACTIONS(4961), - [sym_real_literal] = ACTIONS(4961), - [sym_integer_literal] = ACTIONS(4959), - [sym_hex_literal] = ACTIONS(4961), - [sym_bin_literal] = ACTIONS(4961), - [anon_sym_true] = ACTIONS(4959), - [anon_sym_false] = ACTIONS(4959), - [anon_sym_SQUOTE] = ACTIONS(4961), - [sym__backtick_identifier] = ACTIONS(4961), - [sym__automatic_semicolon] = ACTIONS(4961), - [sym_safe_nav] = ACTIONS(4961), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4961), + [sym__alpha_identifier] = ACTIONS(4005), + [anon_sym_AT] = ACTIONS(4007), + [anon_sym_LBRACK] = ACTIONS(4007), + [anon_sym_RBRACK] = ACTIONS(4007), + [anon_sym_as] = ACTIONS(4005), + [anon_sym_EQ] = ACTIONS(4005), + [anon_sym_LBRACE] = ACTIONS(4007), + [anon_sym_RBRACE] = ACTIONS(4007), + [anon_sym_LPAREN] = ACTIONS(4007), + [anon_sym_COMMA] = ACTIONS(4007), + [anon_sym_RPAREN] = ACTIONS(4007), + [anon_sym_LT] = ACTIONS(4005), + [anon_sym_GT] = ACTIONS(4005), + [anon_sym_where] = ACTIONS(4005), + [anon_sym_DOT] = ACTIONS(4005), + [anon_sym_SEMI] = ACTIONS(4007), + [anon_sym_get] = ACTIONS(4005), + [anon_sym_set] = ACTIONS(4005), + [anon_sym_STAR] = ACTIONS(4005), + [anon_sym_DASH_GT] = ACTIONS(4007), + [sym_label] = ACTIONS(4007), + [anon_sym_in] = ACTIONS(4005), + [anon_sym_while] = ACTIONS(4005), + [anon_sym_DOT_DOT] = ACTIONS(4007), + [anon_sym_QMARK_COLON] = ACTIONS(4007), + [anon_sym_AMP_AMP] = ACTIONS(4007), + [anon_sym_PIPE_PIPE] = ACTIONS(4007), + [anon_sym_else] = ACTIONS(4005), + [anon_sym_COLON_COLON] = ACTIONS(4007), + [anon_sym_PLUS_EQ] = ACTIONS(4007), + [anon_sym_DASH_EQ] = ACTIONS(4007), + [anon_sym_STAR_EQ] = ACTIONS(4007), + [anon_sym_SLASH_EQ] = ACTIONS(4007), + [anon_sym_PERCENT_EQ] = ACTIONS(4007), + [anon_sym_BANG_EQ] = ACTIONS(4005), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4007), + [anon_sym_EQ_EQ] = ACTIONS(4005), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4007), + [anon_sym_LT_EQ] = ACTIONS(4007), + [anon_sym_GT_EQ] = ACTIONS(4007), + [anon_sym_BANGin] = ACTIONS(4007), + [anon_sym_is] = ACTIONS(4005), + [anon_sym_BANGis] = ACTIONS(4007), + [anon_sym_PLUS] = ACTIONS(4005), + [anon_sym_DASH] = ACTIONS(4005), + [anon_sym_SLASH] = ACTIONS(4005), + [anon_sym_PERCENT] = ACTIONS(4005), + [anon_sym_as_QMARK] = ACTIONS(4007), + [anon_sym_PLUS_PLUS] = ACTIONS(4007), + [anon_sym_DASH_DASH] = ACTIONS(4007), + [anon_sym_BANG_BANG] = ACTIONS(4007), + [anon_sym_suspend] = ACTIONS(4005), + [anon_sym_sealed] = ACTIONS(4005), + [anon_sym_annotation] = ACTIONS(4005), + [anon_sym_data] = ACTIONS(4005), + [anon_sym_inner] = ACTIONS(4005), + [anon_sym_override] = ACTIONS(4005), + [anon_sym_lateinit] = ACTIONS(4005), + [anon_sym_public] = ACTIONS(4005), + [anon_sym_private] = ACTIONS(4005), + [anon_sym_internal] = ACTIONS(4005), + [anon_sym_protected] = ACTIONS(4005), + [anon_sym_tailrec] = ACTIONS(4005), + [anon_sym_operator] = ACTIONS(4005), + [anon_sym_infix] = ACTIONS(4005), + [anon_sym_inline] = ACTIONS(4005), + [anon_sym_external] = ACTIONS(4005), + [sym_property_modifier] = ACTIONS(4005), + [anon_sym_abstract] = ACTIONS(4005), + [anon_sym_final] = ACTIONS(4005), + [anon_sym_open] = ACTIONS(4005), + [anon_sym_vararg] = ACTIONS(4005), + [anon_sym_noinline] = ACTIONS(4005), + [anon_sym_crossinline] = ACTIONS(4005), + [anon_sym_expect] = ACTIONS(4005), + [anon_sym_actual] = ACTIONS(4005), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4007), + [sym_safe_nav] = ACTIONS(4007), + [sym_multiline_comment] = ACTIONS(3), }, [3310] = { - [sym__alpha_identifier] = ACTIONS(5009), - [anon_sym_AT] = ACTIONS(5011), - [anon_sym_LBRACK] = ACTIONS(5011), - [anon_sym_RBRACK] = ACTIONS(5011), - [anon_sym_as] = ACTIONS(5009), - [anon_sym_EQ] = ACTIONS(5009), - [anon_sym_LBRACE] = ACTIONS(5011), - [anon_sym_RBRACE] = ACTIONS(5011), - [anon_sym_LPAREN] = ACTIONS(5011), - [anon_sym_COMMA] = ACTIONS(5011), - [anon_sym_RPAREN] = ACTIONS(5011), - [anon_sym_LT] = ACTIONS(5009), - [anon_sym_GT] = ACTIONS(5009), - [anon_sym_where] = ACTIONS(5009), - [anon_sym_DOT] = ACTIONS(5009), - [anon_sym_SEMI] = ACTIONS(5011), - [anon_sym_get] = ACTIONS(5009), - [anon_sym_set] = ACTIONS(5009), - [anon_sym_STAR] = ACTIONS(5009), - [anon_sym_DASH_GT] = ACTIONS(5011), - [sym_label] = ACTIONS(5011), - [anon_sym_in] = ACTIONS(5009), - [anon_sym_while] = ACTIONS(5009), - [anon_sym_DOT_DOT] = ACTIONS(5011), - [anon_sym_QMARK_COLON] = ACTIONS(5011), - [anon_sym_AMP_AMP] = ACTIONS(5011), - [anon_sym_PIPE_PIPE] = ACTIONS(5011), - [anon_sym_else] = ACTIONS(5009), - [anon_sym_COLON_COLON] = ACTIONS(5011), - [anon_sym_PLUS_EQ] = ACTIONS(5011), - [anon_sym_DASH_EQ] = ACTIONS(5011), - [anon_sym_STAR_EQ] = ACTIONS(5011), - [anon_sym_SLASH_EQ] = ACTIONS(5011), - [anon_sym_PERCENT_EQ] = ACTIONS(5011), - [anon_sym_BANG_EQ] = ACTIONS(5009), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5011), - [anon_sym_EQ_EQ] = ACTIONS(5009), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5011), - [anon_sym_LT_EQ] = ACTIONS(5011), - [anon_sym_GT_EQ] = ACTIONS(5011), - [anon_sym_BANGin] = ACTIONS(5011), - [anon_sym_is] = ACTIONS(5009), - [anon_sym_BANGis] = ACTIONS(5011), - [anon_sym_PLUS] = ACTIONS(5009), - [anon_sym_DASH] = ACTIONS(5009), - [anon_sym_SLASH] = ACTIONS(5009), - [anon_sym_PERCENT] = ACTIONS(5009), - [anon_sym_as_QMARK] = ACTIONS(5011), - [anon_sym_PLUS_PLUS] = ACTIONS(5011), - [anon_sym_DASH_DASH] = ACTIONS(5011), - [anon_sym_BANG_BANG] = ACTIONS(5011), - [anon_sym_suspend] = ACTIONS(5009), - [anon_sym_sealed] = ACTIONS(5009), - [anon_sym_annotation] = ACTIONS(5009), - [anon_sym_data] = ACTIONS(5009), - [anon_sym_inner] = ACTIONS(5009), - [anon_sym_override] = ACTIONS(5009), - [anon_sym_lateinit] = ACTIONS(5009), - [anon_sym_public] = ACTIONS(5009), - [anon_sym_private] = ACTIONS(5009), - [anon_sym_internal] = ACTIONS(5009), - [anon_sym_protected] = ACTIONS(5009), - [anon_sym_tailrec] = ACTIONS(5009), - [anon_sym_operator] = ACTIONS(5009), - [anon_sym_infix] = ACTIONS(5009), - [anon_sym_inline] = ACTIONS(5009), - [anon_sym_external] = ACTIONS(5009), - [sym_property_modifier] = ACTIONS(5009), - [anon_sym_abstract] = ACTIONS(5009), - [anon_sym_final] = ACTIONS(5009), - [anon_sym_open] = ACTIONS(5009), - [anon_sym_vararg] = ACTIONS(5009), - [anon_sym_noinline] = ACTIONS(5009), - [anon_sym_crossinline] = ACTIONS(5009), - [anon_sym_expect] = ACTIONS(5009), - [anon_sym_actual] = ACTIONS(5009), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5011), - [sym_safe_nav] = ACTIONS(5011), + [sym_type_constraints] = STATE(3808), + [sym_function_body] = STATE(3891), + [sym__block] = STATE(3738), + [sym__alpha_identifier] = ACTIONS(4041), + [anon_sym_AT] = ACTIONS(4043), + [anon_sym_COLON] = ACTIONS(6551), + [anon_sym_LBRACK] = ACTIONS(4043), + [anon_sym_as] = ACTIONS(4041), + [anon_sym_EQ] = ACTIONS(6527), + [anon_sym_LBRACE] = ACTIONS(6461), + [anon_sym_RBRACE] = ACTIONS(4043), + [anon_sym_LPAREN] = ACTIONS(4043), + [anon_sym_LT] = ACTIONS(4041), + [anon_sym_GT] = ACTIONS(4041), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(4041), + [anon_sym_SEMI] = ACTIONS(4043), + [anon_sym_get] = ACTIONS(4041), + [anon_sym_set] = ACTIONS(4041), + [anon_sym_STAR] = ACTIONS(4041), + [sym_label] = ACTIONS(4043), + [anon_sym_in] = ACTIONS(4041), + [anon_sym_DOT_DOT] = ACTIONS(4043), + [anon_sym_QMARK_COLON] = ACTIONS(4043), + [anon_sym_AMP_AMP] = ACTIONS(4043), + [anon_sym_PIPE_PIPE] = ACTIONS(4043), + [anon_sym_else] = ACTIONS(4041), + [anon_sym_COLON_COLON] = ACTIONS(4043), + [anon_sym_PLUS_EQ] = ACTIONS(4043), + [anon_sym_DASH_EQ] = ACTIONS(4043), + [anon_sym_STAR_EQ] = ACTIONS(4043), + [anon_sym_SLASH_EQ] = ACTIONS(4043), + [anon_sym_PERCENT_EQ] = ACTIONS(4043), + [anon_sym_BANG_EQ] = ACTIONS(4041), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4043), + [anon_sym_EQ_EQ] = ACTIONS(4041), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4043), + [anon_sym_LT_EQ] = ACTIONS(4043), + [anon_sym_GT_EQ] = ACTIONS(4043), + [anon_sym_BANGin] = ACTIONS(4043), + [anon_sym_is] = ACTIONS(4041), + [anon_sym_BANGis] = ACTIONS(4043), + [anon_sym_PLUS] = ACTIONS(4041), + [anon_sym_DASH] = ACTIONS(4041), + [anon_sym_SLASH] = ACTIONS(4041), + [anon_sym_PERCENT] = ACTIONS(4041), + [anon_sym_as_QMARK] = ACTIONS(4043), + [anon_sym_PLUS_PLUS] = ACTIONS(4043), + [anon_sym_DASH_DASH] = ACTIONS(4043), + [anon_sym_BANG_BANG] = ACTIONS(4043), + [anon_sym_suspend] = ACTIONS(4041), + [anon_sym_sealed] = ACTIONS(4041), + [anon_sym_annotation] = ACTIONS(4041), + [anon_sym_data] = ACTIONS(4041), + [anon_sym_inner] = ACTIONS(4041), + [anon_sym_override] = ACTIONS(4041), + [anon_sym_lateinit] = ACTIONS(4041), + [anon_sym_public] = ACTIONS(4041), + [anon_sym_private] = ACTIONS(4041), + [anon_sym_internal] = ACTIONS(4041), + [anon_sym_protected] = ACTIONS(4041), + [anon_sym_tailrec] = ACTIONS(4041), + [anon_sym_operator] = ACTIONS(4041), + [anon_sym_infix] = ACTIONS(4041), + [anon_sym_inline] = ACTIONS(4041), + [anon_sym_external] = ACTIONS(4041), + [sym_property_modifier] = ACTIONS(4041), + [anon_sym_abstract] = ACTIONS(4041), + [anon_sym_final] = ACTIONS(4041), + [anon_sym_open] = ACTIONS(4041), + [anon_sym_vararg] = ACTIONS(4041), + [anon_sym_noinline] = ACTIONS(4041), + [anon_sym_crossinline] = ACTIONS(4041), + [anon_sym_expect] = ACTIONS(4041), + [anon_sym_actual] = ACTIONS(4041), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4043), + [sym__automatic_semicolon] = ACTIONS(4043), + [sym_safe_nav] = ACTIONS(4043), [sym_multiline_comment] = ACTIONS(3), }, [3311] = { - [sym__alpha_identifier] = ACTIONS(4746), - [anon_sym_AT] = ACTIONS(4748), - [anon_sym_LBRACK] = ACTIONS(4748), - [anon_sym_as] = ACTIONS(4746), - [anon_sym_EQ] = ACTIONS(4746), - [anon_sym_LBRACE] = ACTIONS(4748), - [anon_sym_RBRACE] = ACTIONS(4748), - [anon_sym_LPAREN] = ACTIONS(4748), - [anon_sym_COMMA] = ACTIONS(4748), - [anon_sym_LT] = ACTIONS(4746), - [anon_sym_GT] = ACTIONS(4746), - [anon_sym_where] = ACTIONS(4746), - [anon_sym_object] = ACTIONS(4746), - [anon_sym_fun] = ACTIONS(4746), - [anon_sym_DOT] = ACTIONS(4746), - [anon_sym_SEMI] = ACTIONS(4748), - [anon_sym_get] = ACTIONS(4746), - [anon_sym_set] = ACTIONS(4746), - [anon_sym_this] = ACTIONS(4746), - [anon_sym_super] = ACTIONS(4746), - [anon_sym_STAR] = ACTIONS(4746), - [sym_label] = ACTIONS(4746), - [anon_sym_in] = ACTIONS(4746), - [anon_sym_DOT_DOT] = ACTIONS(4748), - [anon_sym_QMARK_COLON] = ACTIONS(4748), - [anon_sym_AMP_AMP] = ACTIONS(4748), - [anon_sym_PIPE_PIPE] = ACTIONS(4748), - [anon_sym_null] = ACTIONS(4746), - [anon_sym_if] = ACTIONS(4746), - [anon_sym_else] = ACTIONS(4746), - [anon_sym_when] = ACTIONS(4746), - [anon_sym_try] = ACTIONS(4746), - [anon_sym_throw] = ACTIONS(4746), - [anon_sym_return] = ACTIONS(4746), - [anon_sym_continue] = ACTIONS(4746), - [anon_sym_break] = ACTIONS(4746), - [anon_sym_COLON_COLON] = ACTIONS(6551), - [anon_sym_PLUS_EQ] = ACTIONS(4748), - [anon_sym_DASH_EQ] = ACTIONS(4748), - [anon_sym_STAR_EQ] = ACTIONS(4748), - [anon_sym_SLASH_EQ] = ACTIONS(4748), - [anon_sym_PERCENT_EQ] = ACTIONS(4748), - [anon_sym_BANG_EQ] = ACTIONS(4746), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4748), - [anon_sym_EQ_EQ] = ACTIONS(4746), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4748), - [anon_sym_LT_EQ] = ACTIONS(4748), - [anon_sym_GT_EQ] = ACTIONS(4748), - [anon_sym_BANGin] = ACTIONS(4748), - [anon_sym_is] = ACTIONS(4746), - [anon_sym_BANGis] = ACTIONS(4748), - [anon_sym_PLUS] = ACTIONS(4746), - [anon_sym_DASH] = ACTIONS(4746), - [anon_sym_SLASH] = ACTIONS(4746), - [anon_sym_PERCENT] = ACTIONS(4746), - [anon_sym_as_QMARK] = ACTIONS(4748), - [anon_sym_PLUS_PLUS] = ACTIONS(4748), - [anon_sym_DASH_DASH] = ACTIONS(4748), - [anon_sym_BANG] = ACTIONS(4746), - [anon_sym_BANG_BANG] = ACTIONS(4748), - [anon_sym_data] = ACTIONS(4746), - [anon_sym_inner] = ACTIONS(4746), - [anon_sym_expect] = ACTIONS(4746), - [anon_sym_actual] = ACTIONS(4746), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4748), - [anon_sym_continue_AT] = ACTIONS(4748), - [anon_sym_break_AT] = ACTIONS(4748), - [sym_real_literal] = ACTIONS(4748), - [sym_integer_literal] = ACTIONS(4746), - [sym_hex_literal] = ACTIONS(4748), - [sym_bin_literal] = ACTIONS(4748), - [anon_sym_true] = ACTIONS(4746), - [anon_sym_false] = ACTIONS(4746), - [anon_sym_SQUOTE] = ACTIONS(4748), - [sym__backtick_identifier] = ACTIONS(4748), - [sym__automatic_semicolon] = ACTIONS(4748), - [sym_safe_nav] = ACTIONS(4748), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4748), + [sym__alpha_identifier] = ACTIONS(4933), + [anon_sym_AT] = ACTIONS(4935), + [anon_sym_LBRACK] = ACTIONS(4935), + [anon_sym_RBRACK] = ACTIONS(4935), + [anon_sym_as] = ACTIONS(4933), + [anon_sym_EQ] = ACTIONS(4933), + [anon_sym_LBRACE] = ACTIONS(4935), + [anon_sym_RBRACE] = ACTIONS(4935), + [anon_sym_LPAREN] = ACTIONS(4935), + [anon_sym_COMMA] = ACTIONS(4935), + [anon_sym_RPAREN] = ACTIONS(4935), + [anon_sym_LT] = ACTIONS(4933), + [anon_sym_GT] = ACTIONS(4933), + [anon_sym_where] = ACTIONS(4933), + [anon_sym_DOT] = ACTIONS(4933), + [anon_sym_SEMI] = ACTIONS(4935), + [anon_sym_get] = ACTIONS(4933), + [anon_sym_set] = ACTIONS(4933), + [anon_sym_STAR] = ACTIONS(4933), + [anon_sym_DASH_GT] = ACTIONS(4935), + [sym_label] = ACTIONS(4935), + [anon_sym_in] = ACTIONS(4933), + [anon_sym_while] = ACTIONS(4933), + [anon_sym_DOT_DOT] = ACTIONS(4935), + [anon_sym_QMARK_COLON] = ACTIONS(4935), + [anon_sym_AMP_AMP] = ACTIONS(4935), + [anon_sym_PIPE_PIPE] = ACTIONS(4935), + [anon_sym_else] = ACTIONS(4933), + [anon_sym_COLON_COLON] = ACTIONS(4935), + [anon_sym_PLUS_EQ] = ACTIONS(4935), + [anon_sym_DASH_EQ] = ACTIONS(4935), + [anon_sym_STAR_EQ] = ACTIONS(4935), + [anon_sym_SLASH_EQ] = ACTIONS(4935), + [anon_sym_PERCENT_EQ] = ACTIONS(4935), + [anon_sym_BANG_EQ] = ACTIONS(4933), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4935), + [anon_sym_EQ_EQ] = ACTIONS(4933), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4935), + [anon_sym_LT_EQ] = ACTIONS(4935), + [anon_sym_GT_EQ] = ACTIONS(4935), + [anon_sym_BANGin] = ACTIONS(4935), + [anon_sym_is] = ACTIONS(4933), + [anon_sym_BANGis] = ACTIONS(4935), + [anon_sym_PLUS] = ACTIONS(4933), + [anon_sym_DASH] = ACTIONS(4933), + [anon_sym_SLASH] = ACTIONS(4933), + [anon_sym_PERCENT] = ACTIONS(4933), + [anon_sym_as_QMARK] = ACTIONS(4935), + [anon_sym_PLUS_PLUS] = ACTIONS(4935), + [anon_sym_DASH_DASH] = ACTIONS(4935), + [anon_sym_BANG_BANG] = ACTIONS(4935), + [anon_sym_suspend] = ACTIONS(4933), + [anon_sym_sealed] = ACTIONS(4933), + [anon_sym_annotation] = ACTIONS(4933), + [anon_sym_data] = ACTIONS(4933), + [anon_sym_inner] = ACTIONS(4933), + [anon_sym_override] = ACTIONS(4933), + [anon_sym_lateinit] = ACTIONS(4933), + [anon_sym_public] = ACTIONS(4933), + [anon_sym_private] = ACTIONS(4933), + [anon_sym_internal] = ACTIONS(4933), + [anon_sym_protected] = ACTIONS(4933), + [anon_sym_tailrec] = ACTIONS(4933), + [anon_sym_operator] = ACTIONS(4933), + [anon_sym_infix] = ACTIONS(4933), + [anon_sym_inline] = ACTIONS(4933), + [anon_sym_external] = ACTIONS(4933), + [sym_property_modifier] = ACTIONS(4933), + [anon_sym_abstract] = ACTIONS(4933), + [anon_sym_final] = ACTIONS(4933), + [anon_sym_open] = ACTIONS(4933), + [anon_sym_vararg] = ACTIONS(4933), + [anon_sym_noinline] = ACTIONS(4933), + [anon_sym_crossinline] = ACTIONS(4933), + [anon_sym_expect] = ACTIONS(4933), + [anon_sym_actual] = ACTIONS(4933), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4935), + [sym_safe_nav] = ACTIONS(4935), + [sym_multiline_comment] = ACTIONS(3), }, [3312] = { - [sym__alpha_identifier] = ACTIONS(4847), - [anon_sym_AT] = ACTIONS(4849), - [anon_sym_LBRACK] = ACTIONS(4849), - [anon_sym_RBRACK] = ACTIONS(4849), - [anon_sym_as] = ACTIONS(4847), - [anon_sym_EQ] = ACTIONS(4847), - [anon_sym_LBRACE] = ACTIONS(4849), - [anon_sym_RBRACE] = ACTIONS(4849), - [anon_sym_LPAREN] = ACTIONS(4849), - [anon_sym_COMMA] = ACTIONS(4849), - [anon_sym_RPAREN] = ACTIONS(4849), - [anon_sym_LT] = ACTIONS(4847), - [anon_sym_GT] = ACTIONS(4847), - [anon_sym_where] = ACTIONS(4847), - [anon_sym_DOT] = ACTIONS(4847), - [anon_sym_SEMI] = ACTIONS(4849), - [anon_sym_get] = ACTIONS(4847), - [anon_sym_set] = ACTIONS(4847), - [anon_sym_STAR] = ACTIONS(4847), - [anon_sym_DASH_GT] = ACTIONS(4849), - [sym_label] = ACTIONS(4849), - [anon_sym_in] = ACTIONS(4847), - [anon_sym_while] = ACTIONS(4847), - [anon_sym_DOT_DOT] = ACTIONS(4849), - [anon_sym_QMARK_COLON] = ACTIONS(4849), - [anon_sym_AMP_AMP] = ACTIONS(4849), - [anon_sym_PIPE_PIPE] = ACTIONS(4849), - [anon_sym_else] = ACTIONS(4847), - [anon_sym_COLON_COLON] = ACTIONS(4849), - [anon_sym_PLUS_EQ] = ACTIONS(4849), - [anon_sym_DASH_EQ] = ACTIONS(4849), - [anon_sym_STAR_EQ] = ACTIONS(4849), - [anon_sym_SLASH_EQ] = ACTIONS(4849), - [anon_sym_PERCENT_EQ] = ACTIONS(4849), - [anon_sym_BANG_EQ] = ACTIONS(4847), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4849), - [anon_sym_EQ_EQ] = ACTIONS(4847), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4849), - [anon_sym_LT_EQ] = ACTIONS(4849), - [anon_sym_GT_EQ] = ACTIONS(4849), - [anon_sym_BANGin] = ACTIONS(4849), - [anon_sym_is] = ACTIONS(4847), - [anon_sym_BANGis] = ACTIONS(4849), - [anon_sym_PLUS] = ACTIONS(4847), - [anon_sym_DASH] = ACTIONS(4847), - [anon_sym_SLASH] = ACTIONS(4847), - [anon_sym_PERCENT] = ACTIONS(4847), - [anon_sym_as_QMARK] = ACTIONS(4849), - [anon_sym_PLUS_PLUS] = ACTIONS(4849), - [anon_sym_DASH_DASH] = ACTIONS(4849), - [anon_sym_BANG_BANG] = ACTIONS(4849), - [anon_sym_suspend] = ACTIONS(4847), - [anon_sym_sealed] = ACTIONS(4847), - [anon_sym_annotation] = ACTIONS(4847), - [anon_sym_data] = ACTIONS(4847), - [anon_sym_inner] = ACTIONS(4847), - [anon_sym_override] = ACTIONS(4847), - [anon_sym_lateinit] = ACTIONS(4847), - [anon_sym_public] = ACTIONS(4847), - [anon_sym_private] = ACTIONS(4847), - [anon_sym_internal] = ACTIONS(4847), - [anon_sym_protected] = ACTIONS(4847), - [anon_sym_tailrec] = ACTIONS(4847), - [anon_sym_operator] = ACTIONS(4847), - [anon_sym_infix] = ACTIONS(4847), - [anon_sym_inline] = ACTIONS(4847), - [anon_sym_external] = ACTIONS(4847), - [sym_property_modifier] = ACTIONS(4847), - [anon_sym_abstract] = ACTIONS(4847), - [anon_sym_final] = ACTIONS(4847), - [anon_sym_open] = ACTIONS(4847), - [anon_sym_vararg] = ACTIONS(4847), - [anon_sym_noinline] = ACTIONS(4847), - [anon_sym_crossinline] = ACTIONS(4847), - [anon_sym_expect] = ACTIONS(4847), - [anon_sym_actual] = ACTIONS(4847), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4849), - [sym_safe_nav] = ACTIONS(4849), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3340), + [anon_sym_LBRACK] = ACTIONS(3340), + [anon_sym_RBRACK] = ACTIONS(3340), + [anon_sym_as] = ACTIONS(3338), + [anon_sym_EQ] = ACTIONS(3338), + [anon_sym_LBRACE] = ACTIONS(3340), + [anon_sym_RBRACE] = ACTIONS(3340), + [anon_sym_LPAREN] = ACTIONS(3340), + [anon_sym_COMMA] = ACTIONS(3340), + [anon_sym_RPAREN] = ACTIONS(3340), + [anon_sym_LT] = ACTIONS(3338), + [anon_sym_GT] = ACTIONS(3338), + [anon_sym_where] = ACTIONS(3338), + [anon_sym_DOT] = ACTIONS(3338), + [anon_sym_SEMI] = ACTIONS(3340), + [anon_sym_get] = ACTIONS(3338), + [anon_sym_set] = ACTIONS(3338), + [anon_sym_STAR] = ACTIONS(3338), + [anon_sym_DASH_GT] = ACTIONS(3340), + [sym_label] = ACTIONS(3340), + [anon_sym_in] = ACTIONS(3338), + [anon_sym_while] = ACTIONS(3338), + [anon_sym_DOT_DOT] = ACTIONS(3340), + [anon_sym_QMARK_COLON] = ACTIONS(3340), + [anon_sym_AMP_AMP] = ACTIONS(3340), + [anon_sym_PIPE_PIPE] = ACTIONS(3340), + [anon_sym_else] = ACTIONS(3338), + [anon_sym_COLON_COLON] = ACTIONS(3340), + [anon_sym_PLUS_EQ] = ACTIONS(3340), + [anon_sym_DASH_EQ] = ACTIONS(3340), + [anon_sym_STAR_EQ] = ACTIONS(3340), + [anon_sym_SLASH_EQ] = ACTIONS(3340), + [anon_sym_PERCENT_EQ] = ACTIONS(3340), + [anon_sym_BANG_EQ] = ACTIONS(3338), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3340), + [anon_sym_EQ_EQ] = ACTIONS(3338), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3340), + [anon_sym_LT_EQ] = ACTIONS(3340), + [anon_sym_GT_EQ] = ACTIONS(3340), + [anon_sym_BANGin] = ACTIONS(3340), + [anon_sym_is] = ACTIONS(3338), + [anon_sym_BANGis] = ACTIONS(3340), + [anon_sym_PLUS] = ACTIONS(3338), + [anon_sym_DASH] = ACTIONS(3338), + [anon_sym_SLASH] = ACTIONS(3338), + [anon_sym_PERCENT] = ACTIONS(3338), + [anon_sym_as_QMARK] = ACTIONS(3340), + [anon_sym_PLUS_PLUS] = ACTIONS(3340), + [anon_sym_DASH_DASH] = ACTIONS(3340), + [anon_sym_BANG_BANG] = ACTIONS(3340), + [anon_sym_suspend] = ACTIONS(3338), + [anon_sym_sealed] = ACTIONS(3338), + [anon_sym_annotation] = ACTIONS(3338), + [anon_sym_data] = ACTIONS(3338), + [anon_sym_inner] = ACTIONS(3338), + [anon_sym_override] = ACTIONS(3338), + [anon_sym_lateinit] = ACTIONS(3338), + [anon_sym_public] = ACTIONS(3338), + [anon_sym_private] = ACTIONS(3338), + [anon_sym_internal] = ACTIONS(3338), + [anon_sym_protected] = ACTIONS(3338), + [anon_sym_tailrec] = ACTIONS(3338), + [anon_sym_operator] = ACTIONS(3338), + [anon_sym_infix] = ACTIONS(3338), + [anon_sym_inline] = ACTIONS(3338), + [anon_sym_external] = ACTIONS(3338), + [sym_property_modifier] = ACTIONS(3338), + [anon_sym_abstract] = ACTIONS(3338), + [anon_sym_final] = ACTIONS(3338), + [anon_sym_open] = ACTIONS(3338), + [anon_sym_vararg] = ACTIONS(3338), + [anon_sym_noinline] = ACTIONS(3338), + [anon_sym_crossinline] = ACTIONS(3338), + [anon_sym_expect] = ACTIONS(3338), + [anon_sym_actual] = ACTIONS(3338), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3340), + [sym_safe_nav] = ACTIONS(3340), [sym_multiline_comment] = ACTIONS(3), }, [3313] = { - [sym__alpha_identifier] = ACTIONS(5005), - [anon_sym_AT] = ACTIONS(5007), - [anon_sym_LBRACK] = ACTIONS(5007), - [anon_sym_RBRACK] = ACTIONS(5007), - [anon_sym_as] = ACTIONS(5005), - [anon_sym_EQ] = ACTIONS(5005), - [anon_sym_LBRACE] = ACTIONS(5007), - [anon_sym_RBRACE] = ACTIONS(5007), - [anon_sym_LPAREN] = ACTIONS(5007), - [anon_sym_COMMA] = ACTIONS(5007), - [anon_sym_RPAREN] = ACTIONS(5007), - [anon_sym_LT] = ACTIONS(5005), - [anon_sym_GT] = ACTIONS(5005), - [anon_sym_where] = ACTIONS(5005), - [anon_sym_DOT] = ACTIONS(5005), - [anon_sym_SEMI] = ACTIONS(5007), - [anon_sym_get] = ACTIONS(5005), - [anon_sym_set] = ACTIONS(5005), - [anon_sym_STAR] = ACTIONS(5005), - [anon_sym_DASH_GT] = ACTIONS(5007), - [sym_label] = ACTIONS(5007), - [anon_sym_in] = ACTIONS(5005), - [anon_sym_while] = ACTIONS(5005), - [anon_sym_DOT_DOT] = ACTIONS(5007), - [anon_sym_QMARK_COLON] = ACTIONS(5007), - [anon_sym_AMP_AMP] = ACTIONS(5007), - [anon_sym_PIPE_PIPE] = ACTIONS(5007), - [anon_sym_else] = ACTIONS(5005), - [anon_sym_COLON_COLON] = ACTIONS(5007), - [anon_sym_PLUS_EQ] = ACTIONS(5007), - [anon_sym_DASH_EQ] = ACTIONS(5007), - [anon_sym_STAR_EQ] = ACTIONS(5007), - [anon_sym_SLASH_EQ] = ACTIONS(5007), - [anon_sym_PERCENT_EQ] = ACTIONS(5007), - [anon_sym_BANG_EQ] = ACTIONS(5005), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5007), - [anon_sym_EQ_EQ] = ACTIONS(5005), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5007), - [anon_sym_LT_EQ] = ACTIONS(5007), - [anon_sym_GT_EQ] = ACTIONS(5007), - [anon_sym_BANGin] = ACTIONS(5007), - [anon_sym_is] = ACTIONS(5005), - [anon_sym_BANGis] = ACTIONS(5007), - [anon_sym_PLUS] = ACTIONS(5005), - [anon_sym_DASH] = ACTIONS(5005), - [anon_sym_SLASH] = ACTIONS(5005), - [anon_sym_PERCENT] = ACTIONS(5005), - [anon_sym_as_QMARK] = ACTIONS(5007), - [anon_sym_PLUS_PLUS] = ACTIONS(5007), - [anon_sym_DASH_DASH] = ACTIONS(5007), - [anon_sym_BANG_BANG] = ACTIONS(5007), - [anon_sym_suspend] = ACTIONS(5005), - [anon_sym_sealed] = ACTIONS(5005), - [anon_sym_annotation] = ACTIONS(5005), - [anon_sym_data] = ACTIONS(5005), - [anon_sym_inner] = ACTIONS(5005), - [anon_sym_override] = ACTIONS(5005), - [anon_sym_lateinit] = ACTIONS(5005), - [anon_sym_public] = ACTIONS(5005), - [anon_sym_private] = ACTIONS(5005), - [anon_sym_internal] = ACTIONS(5005), - [anon_sym_protected] = ACTIONS(5005), - [anon_sym_tailrec] = ACTIONS(5005), - [anon_sym_operator] = ACTIONS(5005), - [anon_sym_infix] = ACTIONS(5005), - [anon_sym_inline] = ACTIONS(5005), - [anon_sym_external] = ACTIONS(5005), - [sym_property_modifier] = ACTIONS(5005), - [anon_sym_abstract] = ACTIONS(5005), - [anon_sym_final] = ACTIONS(5005), - [anon_sym_open] = ACTIONS(5005), - [anon_sym_vararg] = ACTIONS(5005), - [anon_sym_noinline] = ACTIONS(5005), - [anon_sym_crossinline] = ACTIONS(5005), - [anon_sym_expect] = ACTIONS(5005), - [anon_sym_actual] = ACTIONS(5005), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5007), - [sym_safe_nav] = ACTIONS(5007), - [sym_multiline_comment] = ACTIONS(3), + [sym_function_body] = STATE(3259), + [sym__block] = STATE(3334), + [sym__alpha_identifier] = ACTIONS(4210), + [anon_sym_AT] = ACTIONS(4212), + [anon_sym_LBRACK] = ACTIONS(4212), + [anon_sym_as] = ACTIONS(4210), + [anon_sym_EQ] = ACTIONS(6262), + [anon_sym_LBRACE] = ACTIONS(6244), + [anon_sym_RBRACE] = ACTIONS(4212), + [anon_sym_LPAREN] = ACTIONS(4212), + [anon_sym_LT] = ACTIONS(4210), + [anon_sym_GT] = ACTIONS(4210), + [anon_sym_object] = ACTIONS(4210), + [anon_sym_fun] = ACTIONS(4210), + [anon_sym_DOT] = ACTIONS(4210), + [anon_sym_SEMI] = ACTIONS(4212), + [anon_sym_get] = ACTIONS(4210), + [anon_sym_set] = ACTIONS(4210), + [anon_sym_this] = ACTIONS(4210), + [anon_sym_super] = ACTIONS(4210), + [anon_sym_STAR] = ACTIONS(4210), + [sym_label] = ACTIONS(4210), + [anon_sym_in] = ACTIONS(4210), + [anon_sym_DOT_DOT] = ACTIONS(4212), + [anon_sym_QMARK_COLON] = ACTIONS(4212), + [anon_sym_AMP_AMP] = ACTIONS(4212), + [anon_sym_PIPE_PIPE] = ACTIONS(4212), + [anon_sym_null] = ACTIONS(4210), + [anon_sym_if] = ACTIONS(4210), + [anon_sym_else] = ACTIONS(4210), + [anon_sym_when] = ACTIONS(4210), + [anon_sym_try] = ACTIONS(4210), + [anon_sym_throw] = ACTIONS(4210), + [anon_sym_return] = ACTIONS(4210), + [anon_sym_continue] = ACTIONS(4210), + [anon_sym_break] = ACTIONS(4210), + [anon_sym_COLON_COLON] = ACTIONS(4212), + [anon_sym_PLUS_EQ] = ACTIONS(4212), + [anon_sym_DASH_EQ] = ACTIONS(4212), + [anon_sym_STAR_EQ] = ACTIONS(4212), + [anon_sym_SLASH_EQ] = ACTIONS(4212), + [anon_sym_PERCENT_EQ] = ACTIONS(4212), + [anon_sym_BANG_EQ] = ACTIONS(4210), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4212), + [anon_sym_EQ_EQ] = ACTIONS(4210), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4212), + [anon_sym_LT_EQ] = ACTIONS(4212), + [anon_sym_GT_EQ] = ACTIONS(4212), + [anon_sym_BANGin] = ACTIONS(4212), + [anon_sym_is] = ACTIONS(4210), + [anon_sym_BANGis] = ACTIONS(4212), + [anon_sym_PLUS] = ACTIONS(4210), + [anon_sym_DASH] = ACTIONS(4210), + [anon_sym_SLASH] = ACTIONS(4210), + [anon_sym_PERCENT] = ACTIONS(4210), + [anon_sym_as_QMARK] = ACTIONS(4212), + [anon_sym_PLUS_PLUS] = ACTIONS(4212), + [anon_sym_DASH_DASH] = ACTIONS(4212), + [anon_sym_BANG] = ACTIONS(4210), + [anon_sym_BANG_BANG] = ACTIONS(4212), + [anon_sym_data] = ACTIONS(4210), + [anon_sym_inner] = ACTIONS(4210), + [anon_sym_expect] = ACTIONS(4210), + [anon_sym_actual] = ACTIONS(4210), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4212), + [anon_sym_continue_AT] = ACTIONS(4212), + [anon_sym_break_AT] = ACTIONS(4212), + [sym_real_literal] = ACTIONS(4212), + [sym_integer_literal] = ACTIONS(4210), + [sym_hex_literal] = ACTIONS(4212), + [sym_bin_literal] = ACTIONS(4212), + [anon_sym_true] = ACTIONS(4210), + [anon_sym_false] = ACTIONS(4210), + [anon_sym_SQUOTE] = ACTIONS(4212), + [sym__backtick_identifier] = ACTIONS(4212), + [sym__automatic_semicolon] = ACTIONS(4212), + [sym_safe_nav] = ACTIONS(4212), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4212), }, [3314] = { - [sym__alpha_identifier] = ACTIONS(4995), - [anon_sym_AT] = ACTIONS(4997), - [anon_sym_LBRACK] = ACTIONS(4997), - [anon_sym_RBRACK] = ACTIONS(4997), - [anon_sym_as] = ACTIONS(4995), - [anon_sym_EQ] = ACTIONS(4995), - [anon_sym_LBRACE] = ACTIONS(4997), - [anon_sym_RBRACE] = ACTIONS(4997), - [anon_sym_LPAREN] = ACTIONS(4997), - [anon_sym_COMMA] = ACTIONS(4997), - [anon_sym_RPAREN] = ACTIONS(4997), - [anon_sym_LT] = ACTIONS(4995), - [anon_sym_GT] = ACTIONS(4995), - [anon_sym_where] = ACTIONS(4995), - [anon_sym_DOT] = ACTIONS(4995), - [anon_sym_SEMI] = ACTIONS(4997), - [anon_sym_get] = ACTIONS(4995), - [anon_sym_set] = ACTIONS(4995), - [anon_sym_STAR] = ACTIONS(4995), - [anon_sym_DASH_GT] = ACTIONS(4997), - [sym_label] = ACTIONS(4997), - [anon_sym_in] = ACTIONS(4995), - [anon_sym_while] = ACTIONS(4995), - [anon_sym_DOT_DOT] = ACTIONS(4997), - [anon_sym_QMARK_COLON] = ACTIONS(4997), - [anon_sym_AMP_AMP] = ACTIONS(4997), - [anon_sym_PIPE_PIPE] = ACTIONS(4997), - [anon_sym_else] = ACTIONS(4995), - [anon_sym_COLON_COLON] = ACTIONS(4997), - [anon_sym_PLUS_EQ] = ACTIONS(4997), - [anon_sym_DASH_EQ] = ACTIONS(4997), - [anon_sym_STAR_EQ] = ACTIONS(4997), - [anon_sym_SLASH_EQ] = ACTIONS(4997), - [anon_sym_PERCENT_EQ] = ACTIONS(4997), - [anon_sym_BANG_EQ] = ACTIONS(4995), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4997), - [anon_sym_EQ_EQ] = ACTIONS(4995), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4997), - [anon_sym_LT_EQ] = ACTIONS(4997), - [anon_sym_GT_EQ] = ACTIONS(4997), - [anon_sym_BANGin] = ACTIONS(4997), - [anon_sym_is] = ACTIONS(4995), - [anon_sym_BANGis] = ACTIONS(4997), - [anon_sym_PLUS] = ACTIONS(4995), - [anon_sym_DASH] = ACTIONS(4995), - [anon_sym_SLASH] = ACTIONS(4995), - [anon_sym_PERCENT] = ACTIONS(4995), - [anon_sym_as_QMARK] = ACTIONS(4997), - [anon_sym_PLUS_PLUS] = ACTIONS(4997), - [anon_sym_DASH_DASH] = ACTIONS(4997), - [anon_sym_BANG_BANG] = ACTIONS(4997), - [anon_sym_suspend] = ACTIONS(4995), - [anon_sym_sealed] = ACTIONS(4995), - [anon_sym_annotation] = ACTIONS(4995), - [anon_sym_data] = ACTIONS(4995), - [anon_sym_inner] = ACTIONS(4995), - [anon_sym_override] = ACTIONS(4995), - [anon_sym_lateinit] = ACTIONS(4995), - [anon_sym_public] = ACTIONS(4995), - [anon_sym_private] = ACTIONS(4995), - [anon_sym_internal] = ACTIONS(4995), - [anon_sym_protected] = ACTIONS(4995), - [anon_sym_tailrec] = ACTIONS(4995), - [anon_sym_operator] = ACTIONS(4995), - [anon_sym_infix] = ACTIONS(4995), - [anon_sym_inline] = ACTIONS(4995), - [anon_sym_external] = ACTIONS(4995), - [sym_property_modifier] = ACTIONS(4995), - [anon_sym_abstract] = ACTIONS(4995), - [anon_sym_final] = ACTIONS(4995), - [anon_sym_open] = ACTIONS(4995), - [anon_sym_vararg] = ACTIONS(4995), - [anon_sym_noinline] = ACTIONS(4995), - [anon_sym_crossinline] = ACTIONS(4995), - [anon_sym_expect] = ACTIONS(4995), - [anon_sym_actual] = ACTIONS(4995), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4997), - [sym_safe_nav] = ACTIONS(4997), + [sym__alpha_identifier] = ACTIONS(5023), + [anon_sym_AT] = ACTIONS(5025), + [anon_sym_LBRACK] = ACTIONS(5025), + [anon_sym_as] = ACTIONS(5023), + [anon_sym_EQ] = ACTIONS(5023), + [anon_sym_LBRACE] = ACTIONS(5025), + [anon_sym_RBRACE] = ACTIONS(5025), + [anon_sym_LPAREN] = ACTIONS(5025), + [anon_sym_COMMA] = ACTIONS(5025), + [anon_sym_LT] = ACTIONS(5023), + [anon_sym_GT] = ACTIONS(5023), + [anon_sym_where] = ACTIONS(5023), + [anon_sym_object] = ACTIONS(5023), + [anon_sym_fun] = ACTIONS(5023), + [anon_sym_DOT] = ACTIONS(5023), + [anon_sym_SEMI] = ACTIONS(5025), + [anon_sym_get] = ACTIONS(5023), + [anon_sym_set] = ACTIONS(5023), + [anon_sym_this] = ACTIONS(5023), + [anon_sym_super] = ACTIONS(5023), + [anon_sym_STAR] = ACTIONS(5023), + [sym_label] = ACTIONS(5023), + [anon_sym_in] = ACTIONS(5023), + [anon_sym_DOT_DOT] = ACTIONS(5025), + [anon_sym_QMARK_COLON] = ACTIONS(5025), + [anon_sym_AMP_AMP] = ACTIONS(5025), + [anon_sym_PIPE_PIPE] = ACTIONS(5025), + [anon_sym_null] = ACTIONS(5023), + [anon_sym_if] = ACTIONS(5023), + [anon_sym_else] = ACTIONS(5023), + [anon_sym_when] = ACTIONS(5023), + [anon_sym_try] = ACTIONS(5023), + [anon_sym_throw] = ACTIONS(5023), + [anon_sym_return] = ACTIONS(5023), + [anon_sym_continue] = ACTIONS(5023), + [anon_sym_break] = ACTIONS(5023), + [anon_sym_COLON_COLON] = ACTIONS(5025), + [anon_sym_PLUS_EQ] = ACTIONS(5025), + [anon_sym_DASH_EQ] = ACTIONS(5025), + [anon_sym_STAR_EQ] = ACTIONS(5025), + [anon_sym_SLASH_EQ] = ACTIONS(5025), + [anon_sym_PERCENT_EQ] = ACTIONS(5025), + [anon_sym_BANG_EQ] = ACTIONS(5023), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5025), + [anon_sym_EQ_EQ] = ACTIONS(5023), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5025), + [anon_sym_LT_EQ] = ACTIONS(5025), + [anon_sym_GT_EQ] = ACTIONS(5025), + [anon_sym_BANGin] = ACTIONS(5025), + [anon_sym_is] = ACTIONS(5023), + [anon_sym_BANGis] = ACTIONS(5025), + [anon_sym_PLUS] = ACTIONS(5023), + [anon_sym_DASH] = ACTIONS(5023), + [anon_sym_SLASH] = ACTIONS(5023), + [anon_sym_PERCENT] = ACTIONS(5023), + [anon_sym_as_QMARK] = ACTIONS(5025), + [anon_sym_PLUS_PLUS] = ACTIONS(5025), + [anon_sym_DASH_DASH] = ACTIONS(5025), + [anon_sym_BANG] = ACTIONS(5023), + [anon_sym_BANG_BANG] = ACTIONS(5025), + [anon_sym_data] = ACTIONS(5023), + [anon_sym_inner] = ACTIONS(5023), + [anon_sym_expect] = ACTIONS(5023), + [anon_sym_actual] = ACTIONS(5023), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5025), + [anon_sym_continue_AT] = ACTIONS(5025), + [anon_sym_break_AT] = ACTIONS(5025), + [sym_real_literal] = ACTIONS(5025), + [sym_integer_literal] = ACTIONS(5023), + [sym_hex_literal] = ACTIONS(5025), + [sym_bin_literal] = ACTIONS(5025), + [anon_sym_true] = ACTIONS(5023), + [anon_sym_false] = ACTIONS(5023), + [anon_sym_SQUOTE] = ACTIONS(5025), + [sym__backtick_identifier] = ACTIONS(5025), + [sym__automatic_semicolon] = ACTIONS(5025), + [sym_safe_nav] = ACTIONS(5025), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5025), }, [3315] = { - [sym__alpha_identifier] = ACTIONS(4967), - [anon_sym_AT] = ACTIONS(4969), - [anon_sym_LBRACK] = ACTIONS(4969), - [anon_sym_as] = ACTIONS(4967), - [anon_sym_EQ] = ACTIONS(4967), - [anon_sym_LBRACE] = ACTIONS(4969), - [anon_sym_RBRACE] = ACTIONS(4969), - [anon_sym_LPAREN] = ACTIONS(4969), - [anon_sym_COMMA] = ACTIONS(4969), - [anon_sym_LT] = ACTIONS(4967), - [anon_sym_GT] = ACTIONS(4967), - [anon_sym_where] = ACTIONS(4967), - [anon_sym_object] = ACTIONS(4967), - [anon_sym_fun] = ACTIONS(4967), - [anon_sym_DOT] = ACTIONS(4967), - [anon_sym_SEMI] = ACTIONS(4969), - [anon_sym_get] = ACTIONS(4967), - [anon_sym_set] = ACTIONS(4967), - [anon_sym_this] = ACTIONS(4967), - [anon_sym_super] = ACTIONS(4967), - [anon_sym_STAR] = ACTIONS(4967), - [sym_label] = ACTIONS(4967), - [anon_sym_in] = ACTIONS(4967), - [anon_sym_DOT_DOT] = ACTIONS(4969), - [anon_sym_QMARK_COLON] = ACTIONS(4969), - [anon_sym_AMP_AMP] = ACTIONS(4969), - [anon_sym_PIPE_PIPE] = ACTIONS(4969), - [anon_sym_null] = ACTIONS(4967), - [anon_sym_if] = ACTIONS(4967), - [anon_sym_else] = ACTIONS(4967), - [anon_sym_when] = ACTIONS(4967), - [anon_sym_try] = ACTIONS(4967), - [anon_sym_throw] = ACTIONS(4967), - [anon_sym_return] = ACTIONS(4967), - [anon_sym_continue] = ACTIONS(4967), - [anon_sym_break] = ACTIONS(4967), - [anon_sym_COLON_COLON] = ACTIONS(4969), - [anon_sym_PLUS_EQ] = ACTIONS(4969), - [anon_sym_DASH_EQ] = ACTIONS(4969), - [anon_sym_STAR_EQ] = ACTIONS(4969), - [anon_sym_SLASH_EQ] = ACTIONS(4969), - [anon_sym_PERCENT_EQ] = ACTIONS(4969), - [anon_sym_BANG_EQ] = ACTIONS(4967), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4969), - [anon_sym_EQ_EQ] = ACTIONS(4967), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4969), - [anon_sym_LT_EQ] = ACTIONS(4969), - [anon_sym_GT_EQ] = ACTIONS(4969), - [anon_sym_BANGin] = ACTIONS(4969), - [anon_sym_is] = ACTIONS(4967), - [anon_sym_BANGis] = ACTIONS(4969), - [anon_sym_PLUS] = ACTIONS(4967), - [anon_sym_DASH] = ACTIONS(4967), - [anon_sym_SLASH] = ACTIONS(4967), - [anon_sym_PERCENT] = ACTIONS(4967), - [anon_sym_as_QMARK] = ACTIONS(4969), - [anon_sym_PLUS_PLUS] = ACTIONS(4969), - [anon_sym_DASH_DASH] = ACTIONS(4969), - [anon_sym_BANG] = ACTIONS(4967), - [anon_sym_BANG_BANG] = ACTIONS(4969), - [anon_sym_data] = ACTIONS(4967), - [anon_sym_inner] = ACTIONS(4967), - [anon_sym_expect] = ACTIONS(4967), - [anon_sym_actual] = ACTIONS(4967), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4969), - [anon_sym_continue_AT] = ACTIONS(4969), - [anon_sym_break_AT] = ACTIONS(4969), - [sym_real_literal] = ACTIONS(4969), - [sym_integer_literal] = ACTIONS(4967), - [sym_hex_literal] = ACTIONS(4969), - [sym_bin_literal] = ACTIONS(4969), - [anon_sym_true] = ACTIONS(4967), - [anon_sym_false] = ACTIONS(4967), - [anon_sym_SQUOTE] = ACTIONS(4969), - [sym__backtick_identifier] = ACTIONS(4969), - [sym__automatic_semicolon] = ACTIONS(4969), - [sym_safe_nav] = ACTIONS(4969), + [sym_type_constraints] = STATE(3509), + [sym_function_body] = STATE(3705), + [sym__block] = STATE(3738), + [sym__alpha_identifier] = ACTIONS(4031), + [anon_sym_AT] = ACTIONS(4033), + [anon_sym_LBRACK] = ACTIONS(4033), + [anon_sym_as] = ACTIONS(4031), + [anon_sym_EQ] = ACTIONS(6459), + [anon_sym_LBRACE] = ACTIONS(6461), + [anon_sym_RBRACE] = ACTIONS(4033), + [anon_sym_LPAREN] = ACTIONS(4033), + [anon_sym_COMMA] = ACTIONS(4033), + [anon_sym_LT] = ACTIONS(4031), + [anon_sym_GT] = ACTIONS(4031), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(4031), + [anon_sym_SEMI] = ACTIONS(4033), + [anon_sym_get] = ACTIONS(4031), + [anon_sym_set] = ACTIONS(4031), + [anon_sym_STAR] = ACTIONS(4031), + [sym_label] = ACTIONS(4033), + [anon_sym_in] = ACTIONS(4031), + [anon_sym_DOT_DOT] = ACTIONS(4033), + [anon_sym_QMARK_COLON] = ACTIONS(4033), + [anon_sym_AMP_AMP] = ACTIONS(4033), + [anon_sym_PIPE_PIPE] = ACTIONS(4033), + [anon_sym_else] = ACTIONS(4031), + [anon_sym_COLON_COLON] = ACTIONS(4033), + [anon_sym_PLUS_EQ] = ACTIONS(4033), + [anon_sym_DASH_EQ] = ACTIONS(4033), + [anon_sym_STAR_EQ] = ACTIONS(4033), + [anon_sym_SLASH_EQ] = ACTIONS(4033), + [anon_sym_PERCENT_EQ] = ACTIONS(4033), + [anon_sym_BANG_EQ] = ACTIONS(4031), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4033), + [anon_sym_EQ_EQ] = ACTIONS(4031), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4033), + [anon_sym_LT_EQ] = ACTIONS(4033), + [anon_sym_GT_EQ] = ACTIONS(4033), + [anon_sym_BANGin] = ACTIONS(4033), + [anon_sym_is] = ACTIONS(4031), + [anon_sym_BANGis] = ACTIONS(4033), + [anon_sym_PLUS] = ACTIONS(4031), + [anon_sym_DASH] = ACTIONS(4031), + [anon_sym_SLASH] = ACTIONS(4031), + [anon_sym_PERCENT] = ACTIONS(4031), + [anon_sym_as_QMARK] = ACTIONS(4033), + [anon_sym_PLUS_PLUS] = ACTIONS(4033), + [anon_sym_DASH_DASH] = ACTIONS(4033), + [anon_sym_BANG_BANG] = ACTIONS(4033), + [anon_sym_suspend] = ACTIONS(4031), + [anon_sym_sealed] = ACTIONS(4031), + [anon_sym_annotation] = ACTIONS(4031), + [anon_sym_data] = ACTIONS(4031), + [anon_sym_inner] = ACTIONS(4031), + [anon_sym_override] = ACTIONS(4031), + [anon_sym_lateinit] = ACTIONS(4031), + [anon_sym_public] = ACTIONS(4031), + [anon_sym_private] = ACTIONS(4031), + [anon_sym_internal] = ACTIONS(4031), + [anon_sym_protected] = ACTIONS(4031), + [anon_sym_tailrec] = ACTIONS(4031), + [anon_sym_operator] = ACTIONS(4031), + [anon_sym_infix] = ACTIONS(4031), + [anon_sym_inline] = ACTIONS(4031), + [anon_sym_external] = ACTIONS(4031), + [sym_property_modifier] = ACTIONS(4031), + [anon_sym_abstract] = ACTIONS(4031), + [anon_sym_final] = ACTIONS(4031), + [anon_sym_open] = ACTIONS(4031), + [anon_sym_vararg] = ACTIONS(4031), + [anon_sym_noinline] = ACTIONS(4031), + [anon_sym_crossinline] = ACTIONS(4031), + [anon_sym_expect] = ACTIONS(4031), + [anon_sym_actual] = ACTIONS(4031), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4033), + [sym__automatic_semicolon] = ACTIONS(4033), + [sym_safe_nav] = ACTIONS(4033), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4969), }, [3316] = { - [sym__alpha_identifier] = ACTIONS(4793), - [anon_sym_AT] = ACTIONS(4795), - [anon_sym_LBRACK] = ACTIONS(4795), - [anon_sym_as] = ACTIONS(4793), - [anon_sym_EQ] = ACTIONS(4793), - [anon_sym_LBRACE] = ACTIONS(4795), - [anon_sym_RBRACE] = ACTIONS(4795), - [anon_sym_LPAREN] = ACTIONS(4795), - [anon_sym_COMMA] = ACTIONS(4795), - [anon_sym_LT] = ACTIONS(4793), - [anon_sym_GT] = ACTIONS(4793), - [anon_sym_where] = ACTIONS(4793), - [anon_sym_object] = ACTIONS(4793), - [anon_sym_fun] = ACTIONS(4793), - [anon_sym_DOT] = ACTIONS(4793), - [anon_sym_SEMI] = ACTIONS(4795), - [anon_sym_get] = ACTIONS(4793), - [anon_sym_set] = ACTIONS(4793), - [anon_sym_this] = ACTIONS(4793), - [anon_sym_super] = ACTIONS(4793), - [anon_sym_STAR] = ACTIONS(4793), - [sym_label] = ACTIONS(4793), - [anon_sym_in] = ACTIONS(4793), - [anon_sym_DOT_DOT] = ACTIONS(4795), - [anon_sym_QMARK_COLON] = ACTIONS(4795), - [anon_sym_AMP_AMP] = ACTIONS(4795), - [anon_sym_PIPE_PIPE] = ACTIONS(4795), - [anon_sym_null] = ACTIONS(4793), - [anon_sym_if] = ACTIONS(4793), - [anon_sym_else] = ACTIONS(4793), - [anon_sym_when] = ACTIONS(4793), - [anon_sym_try] = ACTIONS(4793), - [anon_sym_throw] = ACTIONS(4793), - [anon_sym_return] = ACTIONS(4793), - [anon_sym_continue] = ACTIONS(4793), - [anon_sym_break] = ACTIONS(4793), - [anon_sym_COLON_COLON] = ACTIONS(4795), - [anon_sym_PLUS_EQ] = ACTIONS(4795), - [anon_sym_DASH_EQ] = ACTIONS(4795), - [anon_sym_STAR_EQ] = ACTIONS(4795), - [anon_sym_SLASH_EQ] = ACTIONS(4795), - [anon_sym_PERCENT_EQ] = ACTIONS(4795), - [anon_sym_BANG_EQ] = ACTIONS(4793), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4795), - [anon_sym_EQ_EQ] = ACTIONS(4793), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4795), - [anon_sym_LT_EQ] = ACTIONS(4795), - [anon_sym_GT_EQ] = ACTIONS(4795), - [anon_sym_BANGin] = ACTIONS(4795), - [anon_sym_is] = ACTIONS(4793), - [anon_sym_BANGis] = ACTIONS(4795), - [anon_sym_PLUS] = ACTIONS(4793), - [anon_sym_DASH] = ACTIONS(4793), - [anon_sym_SLASH] = ACTIONS(4793), - [anon_sym_PERCENT] = ACTIONS(4793), - [anon_sym_as_QMARK] = ACTIONS(4795), - [anon_sym_PLUS_PLUS] = ACTIONS(4795), - [anon_sym_DASH_DASH] = ACTIONS(4795), - [anon_sym_BANG] = ACTIONS(4793), - [anon_sym_BANG_BANG] = ACTIONS(4795), - [anon_sym_data] = ACTIONS(4793), - [anon_sym_inner] = ACTIONS(4793), - [anon_sym_expect] = ACTIONS(4793), - [anon_sym_actual] = ACTIONS(4793), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4795), - [anon_sym_continue_AT] = ACTIONS(4795), - [anon_sym_break_AT] = ACTIONS(4795), - [sym_real_literal] = ACTIONS(4795), - [sym_integer_literal] = ACTIONS(4793), - [sym_hex_literal] = ACTIONS(4795), - [sym_bin_literal] = ACTIONS(4795), - [anon_sym_true] = ACTIONS(4793), - [anon_sym_false] = ACTIONS(4793), - [anon_sym_SQUOTE] = ACTIONS(4795), - [sym__backtick_identifier] = ACTIONS(4795), - [sym__automatic_semicolon] = ACTIONS(4795), - [sym_safe_nav] = ACTIONS(4795), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4795), + [sym__alpha_identifier] = ACTIONS(4748), + [anon_sym_AT] = ACTIONS(4750), + [anon_sym_LBRACK] = ACTIONS(4750), + [anon_sym_RBRACK] = ACTIONS(4750), + [anon_sym_as] = ACTIONS(4748), + [anon_sym_EQ] = ACTIONS(4748), + [anon_sym_LBRACE] = ACTIONS(4750), + [anon_sym_RBRACE] = ACTIONS(4750), + [anon_sym_LPAREN] = ACTIONS(4750), + [anon_sym_COMMA] = ACTIONS(4750), + [anon_sym_RPAREN] = ACTIONS(4750), + [anon_sym_LT] = ACTIONS(4748), + [anon_sym_GT] = ACTIONS(4748), + [anon_sym_where] = ACTIONS(4748), + [anon_sym_DOT] = ACTIONS(4748), + [anon_sym_SEMI] = ACTIONS(4750), + [anon_sym_get] = ACTIONS(4748), + [anon_sym_set] = ACTIONS(4748), + [anon_sym_STAR] = ACTIONS(4748), + [anon_sym_DASH_GT] = ACTIONS(4750), + [sym_label] = ACTIONS(4750), + [anon_sym_in] = ACTIONS(4748), + [anon_sym_while] = ACTIONS(4748), + [anon_sym_DOT_DOT] = ACTIONS(4750), + [anon_sym_QMARK_COLON] = ACTIONS(4750), + [anon_sym_AMP_AMP] = ACTIONS(4750), + [anon_sym_PIPE_PIPE] = ACTIONS(4750), + [anon_sym_else] = ACTIONS(4748), + [anon_sym_COLON_COLON] = ACTIONS(4750), + [anon_sym_PLUS_EQ] = ACTIONS(4750), + [anon_sym_DASH_EQ] = ACTIONS(4750), + [anon_sym_STAR_EQ] = ACTIONS(4750), + [anon_sym_SLASH_EQ] = ACTIONS(4750), + [anon_sym_PERCENT_EQ] = ACTIONS(4750), + [anon_sym_BANG_EQ] = ACTIONS(4748), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4750), + [anon_sym_EQ_EQ] = ACTIONS(4748), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4750), + [anon_sym_LT_EQ] = ACTIONS(4750), + [anon_sym_GT_EQ] = ACTIONS(4750), + [anon_sym_BANGin] = ACTIONS(4750), + [anon_sym_is] = ACTIONS(4748), + [anon_sym_BANGis] = ACTIONS(4750), + [anon_sym_PLUS] = ACTIONS(4748), + [anon_sym_DASH] = ACTIONS(4748), + [anon_sym_SLASH] = ACTIONS(4748), + [anon_sym_PERCENT] = ACTIONS(4748), + [anon_sym_as_QMARK] = ACTIONS(4750), + [anon_sym_PLUS_PLUS] = ACTIONS(4750), + [anon_sym_DASH_DASH] = ACTIONS(4750), + [anon_sym_BANG_BANG] = ACTIONS(4750), + [anon_sym_suspend] = ACTIONS(4748), + [anon_sym_sealed] = ACTIONS(4748), + [anon_sym_annotation] = ACTIONS(4748), + [anon_sym_data] = ACTIONS(4748), + [anon_sym_inner] = ACTIONS(4748), + [anon_sym_override] = ACTIONS(4748), + [anon_sym_lateinit] = ACTIONS(4748), + [anon_sym_public] = ACTIONS(4748), + [anon_sym_private] = ACTIONS(4748), + [anon_sym_internal] = ACTIONS(4748), + [anon_sym_protected] = ACTIONS(4748), + [anon_sym_tailrec] = ACTIONS(4748), + [anon_sym_operator] = ACTIONS(4748), + [anon_sym_infix] = ACTIONS(4748), + [anon_sym_inline] = ACTIONS(4748), + [anon_sym_external] = ACTIONS(4748), + [sym_property_modifier] = ACTIONS(4748), + [anon_sym_abstract] = ACTIONS(4748), + [anon_sym_final] = ACTIONS(4748), + [anon_sym_open] = ACTIONS(4748), + [anon_sym_vararg] = ACTIONS(4748), + [anon_sym_noinline] = ACTIONS(4748), + [anon_sym_crossinline] = ACTIONS(4748), + [anon_sym_expect] = ACTIONS(4748), + [anon_sym_actual] = ACTIONS(4748), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4750), + [sym_safe_nav] = ACTIONS(4750), + [sym_multiline_comment] = ACTIONS(3), }, [3317] = { - [sym__alpha_identifier] = ACTIONS(4722), - [anon_sym_AT] = ACTIONS(4724), - [anon_sym_LBRACK] = ACTIONS(4724), - [anon_sym_as] = ACTIONS(4722), - [anon_sym_EQ] = ACTIONS(4722), - [anon_sym_LBRACE] = ACTIONS(4724), - [anon_sym_RBRACE] = ACTIONS(4724), - [anon_sym_LPAREN] = ACTIONS(4724), - [anon_sym_COMMA] = ACTIONS(4724), - [anon_sym_LT] = ACTIONS(4722), - [anon_sym_GT] = ACTIONS(4722), - [anon_sym_where] = ACTIONS(4722), - [anon_sym_object] = ACTIONS(4722), - [anon_sym_fun] = ACTIONS(4722), - [anon_sym_DOT] = ACTIONS(4722), - [anon_sym_SEMI] = ACTIONS(4724), - [anon_sym_get] = ACTIONS(4722), - [anon_sym_set] = ACTIONS(4722), - [anon_sym_this] = ACTIONS(4722), - [anon_sym_super] = ACTIONS(4722), - [anon_sym_STAR] = ACTIONS(4722), - [sym_label] = ACTIONS(4722), - [anon_sym_in] = ACTIONS(4722), - [anon_sym_DOT_DOT] = ACTIONS(4724), - [anon_sym_QMARK_COLON] = ACTIONS(4724), - [anon_sym_AMP_AMP] = ACTIONS(4724), - [anon_sym_PIPE_PIPE] = ACTIONS(4724), - [anon_sym_null] = ACTIONS(4722), - [anon_sym_if] = ACTIONS(4722), - [anon_sym_else] = ACTIONS(4722), - [anon_sym_when] = ACTIONS(4722), - [anon_sym_try] = ACTIONS(4722), - [anon_sym_throw] = ACTIONS(4722), - [anon_sym_return] = ACTIONS(4722), - [anon_sym_continue] = ACTIONS(4722), - [anon_sym_break] = ACTIONS(4722), - [anon_sym_COLON_COLON] = ACTIONS(4724), - [anon_sym_PLUS_EQ] = ACTIONS(4724), - [anon_sym_DASH_EQ] = ACTIONS(4724), - [anon_sym_STAR_EQ] = ACTIONS(4724), - [anon_sym_SLASH_EQ] = ACTIONS(4724), - [anon_sym_PERCENT_EQ] = ACTIONS(4724), - [anon_sym_BANG_EQ] = ACTIONS(4722), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4724), - [anon_sym_EQ_EQ] = ACTIONS(4722), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4724), - [anon_sym_LT_EQ] = ACTIONS(4724), - [anon_sym_GT_EQ] = ACTIONS(4724), - [anon_sym_BANGin] = ACTIONS(4724), - [anon_sym_is] = ACTIONS(4722), - [anon_sym_BANGis] = ACTIONS(4724), - [anon_sym_PLUS] = ACTIONS(4722), - [anon_sym_DASH] = ACTIONS(4722), - [anon_sym_SLASH] = ACTIONS(4722), - [anon_sym_PERCENT] = ACTIONS(4722), - [anon_sym_as_QMARK] = ACTIONS(4724), - [anon_sym_PLUS_PLUS] = ACTIONS(4724), - [anon_sym_DASH_DASH] = ACTIONS(4724), - [anon_sym_BANG] = ACTIONS(4722), - [anon_sym_BANG_BANG] = ACTIONS(4724), - [anon_sym_data] = ACTIONS(4722), - [anon_sym_inner] = ACTIONS(4722), - [anon_sym_expect] = ACTIONS(4722), - [anon_sym_actual] = ACTIONS(4722), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4724), - [anon_sym_continue_AT] = ACTIONS(4724), - [anon_sym_break_AT] = ACTIONS(4724), - [sym_real_literal] = ACTIONS(4724), - [sym_integer_literal] = ACTIONS(4722), - [sym_hex_literal] = ACTIONS(4724), - [sym_bin_literal] = ACTIONS(4724), - [anon_sym_true] = ACTIONS(4722), - [anon_sym_false] = ACTIONS(4722), - [anon_sym_SQUOTE] = ACTIONS(4724), - [sym__backtick_identifier] = ACTIONS(4724), - [sym__automatic_semicolon] = ACTIONS(4724), - [sym_safe_nav] = ACTIONS(4724), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4724), + [sym__alpha_identifier] = ACTIONS(4487), + [anon_sym_AT] = ACTIONS(4489), + [anon_sym_LBRACK] = ACTIONS(4489), + [anon_sym_RBRACK] = ACTIONS(4489), + [anon_sym_as] = ACTIONS(4487), + [anon_sym_EQ] = ACTIONS(4487), + [anon_sym_LBRACE] = ACTIONS(4489), + [anon_sym_RBRACE] = ACTIONS(4489), + [anon_sym_LPAREN] = ACTIONS(4489), + [anon_sym_COMMA] = ACTIONS(4489), + [anon_sym_RPAREN] = ACTIONS(4489), + [anon_sym_LT] = ACTIONS(4487), + [anon_sym_GT] = ACTIONS(4487), + [anon_sym_where] = ACTIONS(4487), + [anon_sym_DOT] = ACTIONS(4487), + [anon_sym_SEMI] = ACTIONS(4489), + [anon_sym_get] = ACTIONS(4487), + [anon_sym_set] = ACTIONS(4487), + [anon_sym_STAR] = ACTIONS(4487), + [anon_sym_DASH_GT] = ACTIONS(4489), + [sym_label] = ACTIONS(4489), + [anon_sym_in] = ACTIONS(4487), + [anon_sym_while] = ACTIONS(4487), + [anon_sym_DOT_DOT] = ACTIONS(4489), + [anon_sym_QMARK_COLON] = ACTIONS(4489), + [anon_sym_AMP_AMP] = ACTIONS(4489), + [anon_sym_PIPE_PIPE] = ACTIONS(4489), + [anon_sym_else] = ACTIONS(4487), + [anon_sym_COLON_COLON] = ACTIONS(4489), + [anon_sym_PLUS_EQ] = ACTIONS(4489), + [anon_sym_DASH_EQ] = ACTIONS(4489), + [anon_sym_STAR_EQ] = ACTIONS(4489), + [anon_sym_SLASH_EQ] = ACTIONS(4489), + [anon_sym_PERCENT_EQ] = ACTIONS(4489), + [anon_sym_BANG_EQ] = ACTIONS(4487), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4489), + [anon_sym_EQ_EQ] = ACTIONS(4487), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4489), + [anon_sym_LT_EQ] = ACTIONS(4489), + [anon_sym_GT_EQ] = ACTIONS(4489), + [anon_sym_BANGin] = ACTIONS(4489), + [anon_sym_is] = ACTIONS(4487), + [anon_sym_BANGis] = ACTIONS(4489), + [anon_sym_PLUS] = ACTIONS(4487), + [anon_sym_DASH] = ACTIONS(4487), + [anon_sym_SLASH] = ACTIONS(4487), + [anon_sym_PERCENT] = ACTIONS(4487), + [anon_sym_as_QMARK] = ACTIONS(4489), + [anon_sym_PLUS_PLUS] = ACTIONS(4489), + [anon_sym_DASH_DASH] = ACTIONS(4489), + [anon_sym_BANG_BANG] = ACTIONS(4489), + [anon_sym_suspend] = ACTIONS(4487), + [anon_sym_sealed] = ACTIONS(4487), + [anon_sym_annotation] = ACTIONS(4487), + [anon_sym_data] = ACTIONS(4487), + [anon_sym_inner] = ACTIONS(4487), + [anon_sym_override] = ACTIONS(4487), + [anon_sym_lateinit] = ACTIONS(4487), + [anon_sym_public] = ACTIONS(4487), + [anon_sym_private] = ACTIONS(4487), + [anon_sym_internal] = ACTIONS(4487), + [anon_sym_protected] = ACTIONS(4487), + [anon_sym_tailrec] = ACTIONS(4487), + [anon_sym_operator] = ACTIONS(4487), + [anon_sym_infix] = ACTIONS(4487), + [anon_sym_inline] = ACTIONS(4487), + [anon_sym_external] = ACTIONS(4487), + [sym_property_modifier] = ACTIONS(4487), + [anon_sym_abstract] = ACTIONS(4487), + [anon_sym_final] = ACTIONS(4487), + [anon_sym_open] = ACTIONS(4487), + [anon_sym_vararg] = ACTIONS(4487), + [anon_sym_noinline] = ACTIONS(4487), + [anon_sym_crossinline] = ACTIONS(4487), + [anon_sym_expect] = ACTIONS(4487), + [anon_sym_actual] = ACTIONS(4487), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4489), + [sym_safe_nav] = ACTIONS(4489), + [sym_multiline_comment] = ACTIONS(3), }, [3318] = { - [sym__alpha_identifier] = ACTIONS(4663), - [anon_sym_AT] = ACTIONS(4665), - [anon_sym_LBRACK] = ACTIONS(4665), - [anon_sym_as] = ACTIONS(4663), - [anon_sym_EQ] = ACTIONS(4663), - [anon_sym_LBRACE] = ACTIONS(4665), - [anon_sym_RBRACE] = ACTIONS(4665), - [anon_sym_LPAREN] = ACTIONS(4665), - [anon_sym_COMMA] = ACTIONS(4665), - [anon_sym_LT] = ACTIONS(4663), - [anon_sym_GT] = ACTIONS(4663), - [anon_sym_where] = ACTIONS(4663), - [anon_sym_object] = ACTIONS(4663), - [anon_sym_fun] = ACTIONS(4663), - [anon_sym_DOT] = ACTIONS(4663), - [anon_sym_SEMI] = ACTIONS(4665), - [anon_sym_get] = ACTIONS(4663), - [anon_sym_set] = ACTIONS(4663), - [anon_sym_this] = ACTIONS(4663), - [anon_sym_super] = ACTIONS(4663), - [anon_sym_STAR] = ACTIONS(4663), - [sym_label] = ACTIONS(4663), - [anon_sym_in] = ACTIONS(4663), - [anon_sym_DOT_DOT] = ACTIONS(4665), - [anon_sym_QMARK_COLON] = ACTIONS(4665), - [anon_sym_AMP_AMP] = ACTIONS(4665), - [anon_sym_PIPE_PIPE] = ACTIONS(4665), - [anon_sym_null] = ACTIONS(4663), - [anon_sym_if] = ACTIONS(4663), - [anon_sym_else] = ACTIONS(4663), - [anon_sym_when] = ACTIONS(4663), - [anon_sym_try] = ACTIONS(4663), - [anon_sym_throw] = ACTIONS(4663), - [anon_sym_return] = ACTIONS(4663), - [anon_sym_continue] = ACTIONS(4663), - [anon_sym_break] = ACTIONS(4663), - [anon_sym_COLON_COLON] = ACTIONS(4665), - [anon_sym_PLUS_EQ] = ACTIONS(4665), - [anon_sym_DASH_EQ] = ACTIONS(4665), - [anon_sym_STAR_EQ] = ACTIONS(4665), - [anon_sym_SLASH_EQ] = ACTIONS(4665), - [anon_sym_PERCENT_EQ] = ACTIONS(4665), - [anon_sym_BANG_EQ] = ACTIONS(4663), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4665), - [anon_sym_EQ_EQ] = ACTIONS(4663), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4665), - [anon_sym_LT_EQ] = ACTIONS(4665), - [anon_sym_GT_EQ] = ACTIONS(4665), - [anon_sym_BANGin] = ACTIONS(4665), - [anon_sym_is] = ACTIONS(4663), - [anon_sym_BANGis] = ACTIONS(4665), - [anon_sym_PLUS] = ACTIONS(4663), - [anon_sym_DASH] = ACTIONS(4663), - [anon_sym_SLASH] = ACTIONS(4663), - [anon_sym_PERCENT] = ACTIONS(4663), - [anon_sym_as_QMARK] = ACTIONS(4665), - [anon_sym_PLUS_PLUS] = ACTIONS(4665), - [anon_sym_DASH_DASH] = ACTIONS(4665), - [anon_sym_BANG] = ACTIONS(4663), - [anon_sym_BANG_BANG] = ACTIONS(4665), - [anon_sym_data] = ACTIONS(4663), - [anon_sym_inner] = ACTIONS(4663), - [anon_sym_expect] = ACTIONS(4663), - [anon_sym_actual] = ACTIONS(4663), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4665), - [anon_sym_continue_AT] = ACTIONS(4665), - [anon_sym_break_AT] = ACTIONS(4665), - [sym_real_literal] = ACTIONS(4665), - [sym_integer_literal] = ACTIONS(4663), - [sym_hex_literal] = ACTIONS(4665), - [sym_bin_literal] = ACTIONS(4665), - [anon_sym_true] = ACTIONS(4663), - [anon_sym_false] = ACTIONS(4663), - [anon_sym_SQUOTE] = ACTIONS(4665), - [sym__backtick_identifier] = ACTIONS(4665), - [sym__automatic_semicolon] = ACTIONS(4665), - [sym_safe_nav] = ACTIONS(4665), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4665), + [sym__alpha_identifier] = ACTIONS(4861), + [anon_sym_AT] = ACTIONS(4863), + [anon_sym_LBRACK] = ACTIONS(4863), + [anon_sym_as] = ACTIONS(4861), + [anon_sym_EQ] = ACTIONS(4861), + [anon_sym_LBRACE] = ACTIONS(4863), + [anon_sym_RBRACE] = ACTIONS(4863), + [anon_sym_LPAREN] = ACTIONS(4863), + [anon_sym_COMMA] = ACTIONS(4863), + [anon_sym_LT] = ACTIONS(4861), + [anon_sym_GT] = ACTIONS(4861), + [anon_sym_where] = ACTIONS(4861), + [anon_sym_object] = ACTIONS(4861), + [anon_sym_fun] = ACTIONS(4861), + [anon_sym_DOT] = ACTIONS(4861), + [anon_sym_SEMI] = ACTIONS(4863), + [anon_sym_get] = ACTIONS(4861), + [anon_sym_set] = ACTIONS(4861), + [anon_sym_this] = ACTIONS(4861), + [anon_sym_super] = ACTIONS(4861), + [anon_sym_STAR] = ACTIONS(4861), + [sym_label] = ACTIONS(4861), + [anon_sym_in] = ACTIONS(4861), + [anon_sym_DOT_DOT] = ACTIONS(4863), + [anon_sym_QMARK_COLON] = ACTIONS(4863), + [anon_sym_AMP_AMP] = ACTIONS(4863), + [anon_sym_PIPE_PIPE] = ACTIONS(4863), + [anon_sym_null] = ACTIONS(4861), + [anon_sym_if] = ACTIONS(4861), + [anon_sym_else] = ACTIONS(4861), + [anon_sym_when] = ACTIONS(4861), + [anon_sym_try] = ACTIONS(4861), + [anon_sym_throw] = ACTIONS(4861), + [anon_sym_return] = ACTIONS(4861), + [anon_sym_continue] = ACTIONS(4861), + [anon_sym_break] = ACTIONS(4861), + [anon_sym_COLON_COLON] = ACTIONS(4863), + [anon_sym_PLUS_EQ] = ACTIONS(4863), + [anon_sym_DASH_EQ] = ACTIONS(4863), + [anon_sym_STAR_EQ] = ACTIONS(4863), + [anon_sym_SLASH_EQ] = ACTIONS(4863), + [anon_sym_PERCENT_EQ] = ACTIONS(4863), + [anon_sym_BANG_EQ] = ACTIONS(4861), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4863), + [anon_sym_EQ_EQ] = ACTIONS(4861), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4863), + [anon_sym_LT_EQ] = ACTIONS(4863), + [anon_sym_GT_EQ] = ACTIONS(4863), + [anon_sym_BANGin] = ACTIONS(4863), + [anon_sym_is] = ACTIONS(4861), + [anon_sym_BANGis] = ACTIONS(4863), + [anon_sym_PLUS] = ACTIONS(4861), + [anon_sym_DASH] = ACTIONS(4861), + [anon_sym_SLASH] = ACTIONS(4861), + [anon_sym_PERCENT] = ACTIONS(4861), + [anon_sym_as_QMARK] = ACTIONS(4863), + [anon_sym_PLUS_PLUS] = ACTIONS(4863), + [anon_sym_DASH_DASH] = ACTIONS(4863), + [anon_sym_BANG] = ACTIONS(4861), + [anon_sym_BANG_BANG] = ACTIONS(4863), + [anon_sym_data] = ACTIONS(4861), + [anon_sym_inner] = ACTIONS(4861), + [anon_sym_expect] = ACTIONS(4861), + [anon_sym_actual] = ACTIONS(4861), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4863), + [anon_sym_continue_AT] = ACTIONS(4863), + [anon_sym_break_AT] = ACTIONS(4863), + [sym_real_literal] = ACTIONS(4863), + [sym_integer_literal] = ACTIONS(4861), + [sym_hex_literal] = ACTIONS(4863), + [sym_bin_literal] = ACTIONS(4863), + [anon_sym_true] = ACTIONS(4861), + [anon_sym_false] = ACTIONS(4861), + [anon_sym_SQUOTE] = ACTIONS(4863), + [sym__backtick_identifier] = ACTIONS(4863), + [sym__automatic_semicolon] = ACTIONS(4863), + [sym_safe_nav] = ACTIONS(4863), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4863), }, [3319] = { - [sym__alpha_identifier] = ACTIONS(4989), - [anon_sym_AT] = ACTIONS(4991), - [anon_sym_LBRACK] = ACTIONS(4991), - [anon_sym_RBRACK] = ACTIONS(4991), - [anon_sym_as] = ACTIONS(4989), - [anon_sym_EQ] = ACTIONS(4989), - [anon_sym_LBRACE] = ACTIONS(4991), - [anon_sym_RBRACE] = ACTIONS(4991), - [anon_sym_LPAREN] = ACTIONS(4991), - [anon_sym_COMMA] = ACTIONS(4991), - [anon_sym_RPAREN] = ACTIONS(4991), - [anon_sym_LT] = ACTIONS(4989), - [anon_sym_GT] = ACTIONS(4989), - [anon_sym_where] = ACTIONS(4989), - [anon_sym_DOT] = ACTIONS(4989), - [anon_sym_SEMI] = ACTIONS(4991), - [anon_sym_get] = ACTIONS(4989), - [anon_sym_set] = ACTIONS(4989), - [anon_sym_STAR] = ACTIONS(4989), - [anon_sym_DASH_GT] = ACTIONS(4991), - [sym_label] = ACTIONS(4991), - [anon_sym_in] = ACTIONS(4989), - [anon_sym_while] = ACTIONS(4989), - [anon_sym_DOT_DOT] = ACTIONS(4991), - [anon_sym_QMARK_COLON] = ACTIONS(4991), - [anon_sym_AMP_AMP] = ACTIONS(4991), - [anon_sym_PIPE_PIPE] = ACTIONS(4991), - [anon_sym_else] = ACTIONS(4989), - [anon_sym_COLON_COLON] = ACTIONS(4991), - [anon_sym_PLUS_EQ] = ACTIONS(4991), - [anon_sym_DASH_EQ] = ACTIONS(4991), - [anon_sym_STAR_EQ] = ACTIONS(4991), - [anon_sym_SLASH_EQ] = ACTIONS(4991), - [anon_sym_PERCENT_EQ] = ACTIONS(4991), - [anon_sym_BANG_EQ] = ACTIONS(4989), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4991), - [anon_sym_EQ_EQ] = ACTIONS(4989), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4991), - [anon_sym_LT_EQ] = ACTIONS(4991), - [anon_sym_GT_EQ] = ACTIONS(4991), - [anon_sym_BANGin] = ACTIONS(4991), - [anon_sym_is] = ACTIONS(4989), - [anon_sym_BANGis] = ACTIONS(4991), - [anon_sym_PLUS] = ACTIONS(4989), - [anon_sym_DASH] = ACTIONS(4989), - [anon_sym_SLASH] = ACTIONS(4989), - [anon_sym_PERCENT] = ACTIONS(4989), - [anon_sym_as_QMARK] = ACTIONS(4991), - [anon_sym_PLUS_PLUS] = ACTIONS(4991), - [anon_sym_DASH_DASH] = ACTIONS(4991), - [anon_sym_BANG_BANG] = ACTIONS(4991), - [anon_sym_suspend] = ACTIONS(4989), - [anon_sym_sealed] = ACTIONS(4989), - [anon_sym_annotation] = ACTIONS(4989), - [anon_sym_data] = ACTIONS(4989), - [anon_sym_inner] = ACTIONS(4989), - [anon_sym_override] = ACTIONS(4989), - [anon_sym_lateinit] = ACTIONS(4989), - [anon_sym_public] = ACTIONS(4989), - [anon_sym_private] = ACTIONS(4989), - [anon_sym_internal] = ACTIONS(4989), - [anon_sym_protected] = ACTIONS(4989), - [anon_sym_tailrec] = ACTIONS(4989), - [anon_sym_operator] = ACTIONS(4989), - [anon_sym_infix] = ACTIONS(4989), - [anon_sym_inline] = ACTIONS(4989), - [anon_sym_external] = ACTIONS(4989), - [sym_property_modifier] = ACTIONS(4989), - [anon_sym_abstract] = ACTIONS(4989), - [anon_sym_final] = ACTIONS(4989), - [anon_sym_open] = ACTIONS(4989), - [anon_sym_vararg] = ACTIONS(4989), - [anon_sym_noinline] = ACTIONS(4989), - [anon_sym_crossinline] = ACTIONS(4989), - [anon_sym_expect] = ACTIONS(4989), - [anon_sym_actual] = ACTIONS(4989), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4991), - [sym_safe_nav] = ACTIONS(4991), + [sym__alpha_identifier] = ACTIONS(4303), + [anon_sym_AT] = ACTIONS(4305), + [anon_sym_LBRACK] = ACTIONS(4305), + [anon_sym_RBRACK] = ACTIONS(4305), + [anon_sym_as] = ACTIONS(4303), + [anon_sym_EQ] = ACTIONS(4303), + [anon_sym_LBRACE] = ACTIONS(4305), + [anon_sym_RBRACE] = ACTIONS(4305), + [anon_sym_LPAREN] = ACTIONS(4305), + [anon_sym_COMMA] = ACTIONS(4305), + [anon_sym_RPAREN] = ACTIONS(4305), + [anon_sym_LT] = ACTIONS(4303), + [anon_sym_GT] = ACTIONS(4303), + [anon_sym_where] = ACTIONS(4303), + [anon_sym_DOT] = ACTIONS(4303), + [anon_sym_SEMI] = ACTIONS(4305), + [anon_sym_get] = ACTIONS(4303), + [anon_sym_set] = ACTIONS(4303), + [anon_sym_STAR] = ACTIONS(4303), + [anon_sym_DASH_GT] = ACTIONS(4305), + [sym_label] = ACTIONS(4305), + [anon_sym_in] = ACTIONS(4303), + [anon_sym_while] = ACTIONS(4303), + [anon_sym_DOT_DOT] = ACTIONS(4305), + [anon_sym_QMARK_COLON] = ACTIONS(4305), + [anon_sym_AMP_AMP] = ACTIONS(4305), + [anon_sym_PIPE_PIPE] = ACTIONS(4305), + [anon_sym_else] = ACTIONS(4303), + [anon_sym_COLON_COLON] = ACTIONS(4305), + [anon_sym_PLUS_EQ] = ACTIONS(4305), + [anon_sym_DASH_EQ] = ACTIONS(4305), + [anon_sym_STAR_EQ] = ACTIONS(4305), + [anon_sym_SLASH_EQ] = ACTIONS(4305), + [anon_sym_PERCENT_EQ] = ACTIONS(4305), + [anon_sym_BANG_EQ] = ACTIONS(4303), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4305), + [anon_sym_EQ_EQ] = ACTIONS(4303), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4305), + [anon_sym_LT_EQ] = ACTIONS(4305), + [anon_sym_GT_EQ] = ACTIONS(4305), + [anon_sym_BANGin] = ACTIONS(4305), + [anon_sym_is] = ACTIONS(4303), + [anon_sym_BANGis] = ACTIONS(4305), + [anon_sym_PLUS] = ACTIONS(4303), + [anon_sym_DASH] = ACTIONS(4303), + [anon_sym_SLASH] = ACTIONS(4303), + [anon_sym_PERCENT] = ACTIONS(4303), + [anon_sym_as_QMARK] = ACTIONS(4305), + [anon_sym_PLUS_PLUS] = ACTIONS(4305), + [anon_sym_DASH_DASH] = ACTIONS(4305), + [anon_sym_BANG_BANG] = ACTIONS(4305), + [anon_sym_suspend] = ACTIONS(4303), + [anon_sym_sealed] = ACTIONS(4303), + [anon_sym_annotation] = ACTIONS(4303), + [anon_sym_data] = ACTIONS(4303), + [anon_sym_inner] = ACTIONS(4303), + [anon_sym_override] = ACTIONS(4303), + [anon_sym_lateinit] = ACTIONS(4303), + [anon_sym_public] = ACTIONS(4303), + [anon_sym_private] = ACTIONS(4303), + [anon_sym_internal] = ACTIONS(4303), + [anon_sym_protected] = ACTIONS(4303), + [anon_sym_tailrec] = ACTIONS(4303), + [anon_sym_operator] = ACTIONS(4303), + [anon_sym_infix] = ACTIONS(4303), + [anon_sym_inline] = ACTIONS(4303), + [anon_sym_external] = ACTIONS(4303), + [sym_property_modifier] = ACTIONS(4303), + [anon_sym_abstract] = ACTIONS(4303), + [anon_sym_final] = ACTIONS(4303), + [anon_sym_open] = ACTIONS(4303), + [anon_sym_vararg] = ACTIONS(4303), + [anon_sym_noinline] = ACTIONS(4303), + [anon_sym_crossinline] = ACTIONS(4303), + [anon_sym_expect] = ACTIONS(4303), + [anon_sym_actual] = ACTIONS(4303), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4305), + [sym_safe_nav] = ACTIONS(4305), [sym_multiline_comment] = ACTIONS(3), }, [3320] = { - [sym__alpha_identifier] = ACTIONS(4985), - [anon_sym_AT] = ACTIONS(4987), - [anon_sym_LBRACK] = ACTIONS(4987), - [anon_sym_RBRACK] = ACTIONS(4987), - [anon_sym_as] = ACTIONS(4985), - [anon_sym_EQ] = ACTIONS(4985), - [anon_sym_LBRACE] = ACTIONS(4987), - [anon_sym_RBRACE] = ACTIONS(4987), - [anon_sym_LPAREN] = ACTIONS(4987), - [anon_sym_COMMA] = ACTIONS(4987), - [anon_sym_RPAREN] = ACTIONS(4987), - [anon_sym_LT] = ACTIONS(4985), - [anon_sym_GT] = ACTIONS(4985), - [anon_sym_where] = ACTIONS(4985), - [anon_sym_DOT] = ACTIONS(4985), - [anon_sym_SEMI] = ACTIONS(4987), - [anon_sym_get] = ACTIONS(4985), - [anon_sym_set] = ACTIONS(4985), - [anon_sym_STAR] = ACTIONS(4985), - [anon_sym_DASH_GT] = ACTIONS(4987), - [sym_label] = ACTIONS(4987), - [anon_sym_in] = ACTIONS(4985), - [anon_sym_while] = ACTIONS(4985), - [anon_sym_DOT_DOT] = ACTIONS(4987), - [anon_sym_QMARK_COLON] = ACTIONS(4987), - [anon_sym_AMP_AMP] = ACTIONS(4987), - [anon_sym_PIPE_PIPE] = ACTIONS(4987), - [anon_sym_else] = ACTIONS(4985), - [anon_sym_COLON_COLON] = ACTIONS(4987), - [anon_sym_PLUS_EQ] = ACTIONS(4987), - [anon_sym_DASH_EQ] = ACTIONS(4987), - [anon_sym_STAR_EQ] = ACTIONS(4987), - [anon_sym_SLASH_EQ] = ACTIONS(4987), - [anon_sym_PERCENT_EQ] = ACTIONS(4987), - [anon_sym_BANG_EQ] = ACTIONS(4985), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4987), - [anon_sym_EQ_EQ] = ACTIONS(4985), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4987), - [anon_sym_LT_EQ] = ACTIONS(4987), - [anon_sym_GT_EQ] = ACTIONS(4987), - [anon_sym_BANGin] = ACTIONS(4987), - [anon_sym_is] = ACTIONS(4985), - [anon_sym_BANGis] = ACTIONS(4987), - [anon_sym_PLUS] = ACTIONS(4985), - [anon_sym_DASH] = ACTIONS(4985), - [anon_sym_SLASH] = ACTIONS(4985), - [anon_sym_PERCENT] = ACTIONS(4985), - [anon_sym_as_QMARK] = ACTIONS(4987), - [anon_sym_PLUS_PLUS] = ACTIONS(4987), - [anon_sym_DASH_DASH] = ACTIONS(4987), - [anon_sym_BANG_BANG] = ACTIONS(4987), - [anon_sym_suspend] = ACTIONS(4985), - [anon_sym_sealed] = ACTIONS(4985), - [anon_sym_annotation] = ACTIONS(4985), - [anon_sym_data] = ACTIONS(4985), - [anon_sym_inner] = ACTIONS(4985), - [anon_sym_override] = ACTIONS(4985), - [anon_sym_lateinit] = ACTIONS(4985), - [anon_sym_public] = ACTIONS(4985), - [anon_sym_private] = ACTIONS(4985), - [anon_sym_internal] = ACTIONS(4985), - [anon_sym_protected] = ACTIONS(4985), - [anon_sym_tailrec] = ACTIONS(4985), - [anon_sym_operator] = ACTIONS(4985), - [anon_sym_infix] = ACTIONS(4985), - [anon_sym_inline] = ACTIONS(4985), - [anon_sym_external] = ACTIONS(4985), - [sym_property_modifier] = ACTIONS(4985), - [anon_sym_abstract] = ACTIONS(4985), - [anon_sym_final] = ACTIONS(4985), - [anon_sym_open] = ACTIONS(4985), - [anon_sym_vararg] = ACTIONS(4985), - [anon_sym_noinline] = ACTIONS(4985), - [anon_sym_crossinline] = ACTIONS(4985), - [anon_sym_expect] = ACTIONS(4985), - [anon_sym_actual] = ACTIONS(4985), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4987), - [sym_safe_nav] = ACTIONS(4987), - [sym_multiline_comment] = ACTIONS(3), + [sym__alpha_identifier] = ACTIONS(4724), + [anon_sym_AT] = ACTIONS(4726), + [anon_sym_LBRACK] = ACTIONS(4726), + [anon_sym_as] = ACTIONS(4724), + [anon_sym_EQ] = ACTIONS(4724), + [anon_sym_LBRACE] = ACTIONS(4726), + [anon_sym_RBRACE] = ACTIONS(4726), + [anon_sym_LPAREN] = ACTIONS(4726), + [anon_sym_COMMA] = ACTIONS(4726), + [anon_sym_LT] = ACTIONS(4724), + [anon_sym_GT] = ACTIONS(4724), + [anon_sym_where] = ACTIONS(4724), + [anon_sym_object] = ACTIONS(4724), + [anon_sym_fun] = ACTIONS(4724), + [anon_sym_DOT] = ACTIONS(4724), + [anon_sym_SEMI] = ACTIONS(4726), + [anon_sym_get] = ACTIONS(4724), + [anon_sym_set] = ACTIONS(4724), + [anon_sym_this] = ACTIONS(4724), + [anon_sym_super] = ACTIONS(4724), + [anon_sym_STAR] = ACTIONS(4724), + [sym_label] = ACTIONS(4724), + [anon_sym_in] = ACTIONS(4724), + [anon_sym_DOT_DOT] = ACTIONS(4726), + [anon_sym_QMARK_COLON] = ACTIONS(4726), + [anon_sym_AMP_AMP] = ACTIONS(4726), + [anon_sym_PIPE_PIPE] = ACTIONS(4726), + [anon_sym_null] = ACTIONS(4724), + [anon_sym_if] = ACTIONS(4724), + [anon_sym_else] = ACTIONS(4724), + [anon_sym_when] = ACTIONS(4724), + [anon_sym_try] = ACTIONS(4724), + [anon_sym_throw] = ACTIONS(4724), + [anon_sym_return] = ACTIONS(4724), + [anon_sym_continue] = ACTIONS(4724), + [anon_sym_break] = ACTIONS(4724), + [anon_sym_COLON_COLON] = ACTIONS(4726), + [anon_sym_PLUS_EQ] = ACTIONS(4726), + [anon_sym_DASH_EQ] = ACTIONS(4726), + [anon_sym_STAR_EQ] = ACTIONS(4726), + [anon_sym_SLASH_EQ] = ACTIONS(4726), + [anon_sym_PERCENT_EQ] = ACTIONS(4726), + [anon_sym_BANG_EQ] = ACTIONS(4724), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4726), + [anon_sym_EQ_EQ] = ACTIONS(4724), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4726), + [anon_sym_LT_EQ] = ACTIONS(4726), + [anon_sym_GT_EQ] = ACTIONS(4726), + [anon_sym_BANGin] = ACTIONS(4726), + [anon_sym_is] = ACTIONS(4724), + [anon_sym_BANGis] = ACTIONS(4726), + [anon_sym_PLUS] = ACTIONS(4724), + [anon_sym_DASH] = ACTIONS(4724), + [anon_sym_SLASH] = ACTIONS(4724), + [anon_sym_PERCENT] = ACTIONS(4724), + [anon_sym_as_QMARK] = ACTIONS(4726), + [anon_sym_PLUS_PLUS] = ACTIONS(4726), + [anon_sym_DASH_DASH] = ACTIONS(4726), + [anon_sym_BANG] = ACTIONS(4724), + [anon_sym_BANG_BANG] = ACTIONS(4726), + [anon_sym_data] = ACTIONS(4724), + [anon_sym_inner] = ACTIONS(4724), + [anon_sym_expect] = ACTIONS(4724), + [anon_sym_actual] = ACTIONS(4724), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4726), + [anon_sym_continue_AT] = ACTIONS(4726), + [anon_sym_break_AT] = ACTIONS(4726), + [sym_real_literal] = ACTIONS(4726), + [sym_integer_literal] = ACTIONS(4724), + [sym_hex_literal] = ACTIONS(4726), + [sym_bin_literal] = ACTIONS(4726), + [anon_sym_true] = ACTIONS(4724), + [anon_sym_false] = ACTIONS(4724), + [anon_sym_SQUOTE] = ACTIONS(4726), + [sym__backtick_identifier] = ACTIONS(4726), + [sym__automatic_semicolon] = ACTIONS(4726), + [sym_safe_nav] = ACTIONS(4726), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4726), }, [3321] = { - [sym__alpha_identifier] = ACTIONS(4981), - [anon_sym_AT] = ACTIONS(4983), - [anon_sym_LBRACK] = ACTIONS(4983), - [anon_sym_RBRACK] = ACTIONS(4983), - [anon_sym_as] = ACTIONS(4981), - [anon_sym_EQ] = ACTIONS(4981), - [anon_sym_LBRACE] = ACTIONS(4983), - [anon_sym_RBRACE] = ACTIONS(4983), - [anon_sym_LPAREN] = ACTIONS(4983), - [anon_sym_COMMA] = ACTIONS(4983), - [anon_sym_RPAREN] = ACTIONS(4983), - [anon_sym_LT] = ACTIONS(4981), - [anon_sym_GT] = ACTIONS(4981), - [anon_sym_where] = ACTIONS(4981), - [anon_sym_DOT] = ACTIONS(4981), - [anon_sym_SEMI] = ACTIONS(4983), - [anon_sym_get] = ACTIONS(4981), - [anon_sym_set] = ACTIONS(4981), - [anon_sym_STAR] = ACTIONS(4981), - [anon_sym_DASH_GT] = ACTIONS(4983), - [sym_label] = ACTIONS(4983), - [anon_sym_in] = ACTIONS(4981), - [anon_sym_while] = ACTIONS(4981), - [anon_sym_DOT_DOT] = ACTIONS(4983), - [anon_sym_QMARK_COLON] = ACTIONS(4983), - [anon_sym_AMP_AMP] = ACTIONS(4983), - [anon_sym_PIPE_PIPE] = ACTIONS(4983), - [anon_sym_else] = ACTIONS(4981), - [anon_sym_COLON_COLON] = ACTIONS(4983), - [anon_sym_PLUS_EQ] = ACTIONS(4983), - [anon_sym_DASH_EQ] = ACTIONS(4983), - [anon_sym_STAR_EQ] = ACTIONS(4983), - [anon_sym_SLASH_EQ] = ACTIONS(4983), - [anon_sym_PERCENT_EQ] = ACTIONS(4983), - [anon_sym_BANG_EQ] = ACTIONS(4981), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4983), - [anon_sym_EQ_EQ] = ACTIONS(4981), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4983), - [anon_sym_LT_EQ] = ACTIONS(4983), - [anon_sym_GT_EQ] = ACTIONS(4983), - [anon_sym_BANGin] = ACTIONS(4983), - [anon_sym_is] = ACTIONS(4981), - [anon_sym_BANGis] = ACTIONS(4983), - [anon_sym_PLUS] = ACTIONS(4981), - [anon_sym_DASH] = ACTIONS(4981), - [anon_sym_SLASH] = ACTIONS(4981), - [anon_sym_PERCENT] = ACTIONS(4981), - [anon_sym_as_QMARK] = ACTIONS(4983), - [anon_sym_PLUS_PLUS] = ACTIONS(4983), - [anon_sym_DASH_DASH] = ACTIONS(4983), - [anon_sym_BANG_BANG] = ACTIONS(4983), - [anon_sym_suspend] = ACTIONS(4981), - [anon_sym_sealed] = ACTIONS(4981), - [anon_sym_annotation] = ACTIONS(4981), - [anon_sym_data] = ACTIONS(4981), - [anon_sym_inner] = ACTIONS(4981), - [anon_sym_override] = ACTIONS(4981), - [anon_sym_lateinit] = ACTIONS(4981), - [anon_sym_public] = ACTIONS(4981), - [anon_sym_private] = ACTIONS(4981), - [anon_sym_internal] = ACTIONS(4981), - [anon_sym_protected] = ACTIONS(4981), - [anon_sym_tailrec] = ACTIONS(4981), - [anon_sym_operator] = ACTIONS(4981), - [anon_sym_infix] = ACTIONS(4981), - [anon_sym_inline] = ACTIONS(4981), - [anon_sym_external] = ACTIONS(4981), - [sym_property_modifier] = ACTIONS(4981), - [anon_sym_abstract] = ACTIONS(4981), - [anon_sym_final] = ACTIONS(4981), - [anon_sym_open] = ACTIONS(4981), - [anon_sym_vararg] = ACTIONS(4981), - [anon_sym_noinline] = ACTIONS(4981), - [anon_sym_crossinline] = ACTIONS(4981), - [anon_sym_expect] = ACTIONS(4981), - [anon_sym_actual] = ACTIONS(4981), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4983), - [sym_safe_nav] = ACTIONS(4983), + [sym__alpha_identifier] = ACTIONS(4885), + [anon_sym_AT] = ACTIONS(4887), + [anon_sym_LBRACK] = ACTIONS(4887), + [anon_sym_RBRACK] = ACTIONS(4887), + [anon_sym_as] = ACTIONS(4885), + [anon_sym_EQ] = ACTIONS(4885), + [anon_sym_LBRACE] = ACTIONS(4887), + [anon_sym_RBRACE] = ACTIONS(4887), + [anon_sym_LPAREN] = ACTIONS(4887), + [anon_sym_COMMA] = ACTIONS(4887), + [anon_sym_RPAREN] = ACTIONS(4887), + [anon_sym_LT] = ACTIONS(4885), + [anon_sym_GT] = ACTIONS(4885), + [anon_sym_where] = ACTIONS(4885), + [anon_sym_DOT] = ACTIONS(4885), + [anon_sym_SEMI] = ACTIONS(4887), + [anon_sym_get] = ACTIONS(4885), + [anon_sym_set] = ACTIONS(4885), + [anon_sym_STAR] = ACTIONS(4885), + [anon_sym_DASH_GT] = ACTIONS(4887), + [sym_label] = ACTIONS(4887), + [anon_sym_in] = ACTIONS(4885), + [anon_sym_while] = ACTIONS(4885), + [anon_sym_DOT_DOT] = ACTIONS(4887), + [anon_sym_QMARK_COLON] = ACTIONS(4887), + [anon_sym_AMP_AMP] = ACTIONS(4887), + [anon_sym_PIPE_PIPE] = ACTIONS(4887), + [anon_sym_else] = ACTIONS(4885), + [anon_sym_COLON_COLON] = ACTIONS(4887), + [anon_sym_PLUS_EQ] = ACTIONS(4887), + [anon_sym_DASH_EQ] = ACTIONS(4887), + [anon_sym_STAR_EQ] = ACTIONS(4887), + [anon_sym_SLASH_EQ] = ACTIONS(4887), + [anon_sym_PERCENT_EQ] = ACTIONS(4887), + [anon_sym_BANG_EQ] = ACTIONS(4885), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4887), + [anon_sym_EQ_EQ] = ACTIONS(4885), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4887), + [anon_sym_LT_EQ] = ACTIONS(4887), + [anon_sym_GT_EQ] = ACTIONS(4887), + [anon_sym_BANGin] = ACTIONS(4887), + [anon_sym_is] = ACTIONS(4885), + [anon_sym_BANGis] = ACTIONS(4887), + [anon_sym_PLUS] = ACTIONS(4885), + [anon_sym_DASH] = ACTIONS(4885), + [anon_sym_SLASH] = ACTIONS(4885), + [anon_sym_PERCENT] = ACTIONS(4885), + [anon_sym_as_QMARK] = ACTIONS(4887), + [anon_sym_PLUS_PLUS] = ACTIONS(4887), + [anon_sym_DASH_DASH] = ACTIONS(4887), + [anon_sym_BANG_BANG] = ACTIONS(4887), + [anon_sym_suspend] = ACTIONS(4885), + [anon_sym_sealed] = ACTIONS(4885), + [anon_sym_annotation] = ACTIONS(4885), + [anon_sym_data] = ACTIONS(4885), + [anon_sym_inner] = ACTIONS(4885), + [anon_sym_override] = ACTIONS(4885), + [anon_sym_lateinit] = ACTIONS(4885), + [anon_sym_public] = ACTIONS(4885), + [anon_sym_private] = ACTIONS(4885), + [anon_sym_internal] = ACTIONS(4885), + [anon_sym_protected] = ACTIONS(4885), + [anon_sym_tailrec] = ACTIONS(4885), + [anon_sym_operator] = ACTIONS(4885), + [anon_sym_infix] = ACTIONS(4885), + [anon_sym_inline] = ACTIONS(4885), + [anon_sym_external] = ACTIONS(4885), + [sym_property_modifier] = ACTIONS(4885), + [anon_sym_abstract] = ACTIONS(4885), + [anon_sym_final] = ACTIONS(4885), + [anon_sym_open] = ACTIONS(4885), + [anon_sym_vararg] = ACTIONS(4885), + [anon_sym_noinline] = ACTIONS(4885), + [anon_sym_crossinline] = ACTIONS(4885), + [anon_sym_expect] = ACTIONS(4885), + [anon_sym_actual] = ACTIONS(4885), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4887), + [sym_safe_nav] = ACTIONS(4887), [sym_multiline_comment] = ACTIONS(3), }, [3322] = { - [sym__alpha_identifier] = ACTIONS(4975), - [anon_sym_AT] = ACTIONS(4977), - [anon_sym_LBRACK] = ACTIONS(4977), - [anon_sym_RBRACK] = ACTIONS(4977), - [anon_sym_as] = ACTIONS(4975), - [anon_sym_EQ] = ACTIONS(4975), - [anon_sym_LBRACE] = ACTIONS(4977), - [anon_sym_RBRACE] = ACTIONS(4977), - [anon_sym_LPAREN] = ACTIONS(4977), - [anon_sym_COMMA] = ACTIONS(4977), - [anon_sym_RPAREN] = ACTIONS(4977), - [anon_sym_LT] = ACTIONS(4975), - [anon_sym_GT] = ACTIONS(4975), - [anon_sym_where] = ACTIONS(4975), - [anon_sym_DOT] = ACTIONS(4975), - [anon_sym_SEMI] = ACTIONS(4977), - [anon_sym_get] = ACTIONS(4975), - [anon_sym_set] = ACTIONS(4975), - [anon_sym_STAR] = ACTIONS(4975), - [anon_sym_DASH_GT] = ACTIONS(4977), - [sym_label] = ACTIONS(4977), - [anon_sym_in] = ACTIONS(4975), - [anon_sym_while] = ACTIONS(4975), - [anon_sym_DOT_DOT] = ACTIONS(4977), - [anon_sym_QMARK_COLON] = ACTIONS(4977), - [anon_sym_AMP_AMP] = ACTIONS(4977), - [anon_sym_PIPE_PIPE] = ACTIONS(4977), - [anon_sym_else] = ACTIONS(4975), - [anon_sym_COLON_COLON] = ACTIONS(4977), - [anon_sym_PLUS_EQ] = ACTIONS(4977), - [anon_sym_DASH_EQ] = ACTIONS(4977), - [anon_sym_STAR_EQ] = ACTIONS(4977), - [anon_sym_SLASH_EQ] = ACTIONS(4977), - [anon_sym_PERCENT_EQ] = ACTIONS(4977), - [anon_sym_BANG_EQ] = ACTIONS(4975), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4977), - [anon_sym_EQ_EQ] = ACTIONS(4975), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4977), - [anon_sym_LT_EQ] = ACTIONS(4977), - [anon_sym_GT_EQ] = ACTIONS(4977), - [anon_sym_BANGin] = ACTIONS(4977), - [anon_sym_is] = ACTIONS(4975), - [anon_sym_BANGis] = ACTIONS(4977), - [anon_sym_PLUS] = ACTIONS(4975), - [anon_sym_DASH] = ACTIONS(4975), - [anon_sym_SLASH] = ACTIONS(4975), - [anon_sym_PERCENT] = ACTIONS(4975), - [anon_sym_as_QMARK] = ACTIONS(4977), - [anon_sym_PLUS_PLUS] = ACTIONS(4977), - [anon_sym_DASH_DASH] = ACTIONS(4977), - [anon_sym_BANG_BANG] = ACTIONS(4977), - [anon_sym_suspend] = ACTIONS(4975), - [anon_sym_sealed] = ACTIONS(4975), - [anon_sym_annotation] = ACTIONS(4975), - [anon_sym_data] = ACTIONS(4975), - [anon_sym_inner] = ACTIONS(4975), - [anon_sym_override] = ACTIONS(4975), - [anon_sym_lateinit] = ACTIONS(4975), - [anon_sym_public] = ACTIONS(4975), - [anon_sym_private] = ACTIONS(4975), - [anon_sym_internal] = ACTIONS(4975), - [anon_sym_protected] = ACTIONS(4975), - [anon_sym_tailrec] = ACTIONS(4975), - [anon_sym_operator] = ACTIONS(4975), - [anon_sym_infix] = ACTIONS(4975), - [anon_sym_inline] = ACTIONS(4975), - [anon_sym_external] = ACTIONS(4975), - [sym_property_modifier] = ACTIONS(4975), - [anon_sym_abstract] = ACTIONS(4975), - [anon_sym_final] = ACTIONS(4975), - [anon_sym_open] = ACTIONS(4975), - [anon_sym_vararg] = ACTIONS(4975), - [anon_sym_noinline] = ACTIONS(4975), - [anon_sym_crossinline] = ACTIONS(4975), - [anon_sym_expect] = ACTIONS(4975), - [anon_sym_actual] = ACTIONS(4975), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4977), - [sym_safe_nav] = ACTIONS(4977), - [sym_multiline_comment] = ACTIONS(3), + [sym__alpha_identifier] = ACTIONS(4188), + [anon_sym_AT] = ACTIONS(4190), + [anon_sym_LBRACK] = ACTIONS(4190), + [anon_sym_as] = ACTIONS(4188), + [anon_sym_EQ] = ACTIONS(4188), + [anon_sym_LBRACE] = ACTIONS(4190), + [anon_sym_RBRACE] = ACTIONS(4190), + [anon_sym_LPAREN] = ACTIONS(4190), + [anon_sym_COMMA] = ACTIONS(4190), + [anon_sym_LT] = ACTIONS(4188), + [anon_sym_GT] = ACTIONS(4188), + [anon_sym_where] = ACTIONS(4188), + [anon_sym_object] = ACTIONS(4188), + [anon_sym_fun] = ACTIONS(4188), + [anon_sym_DOT] = ACTIONS(4188), + [anon_sym_SEMI] = ACTIONS(4190), + [anon_sym_get] = ACTIONS(4188), + [anon_sym_set] = ACTIONS(4188), + [anon_sym_this] = ACTIONS(4188), + [anon_sym_super] = ACTIONS(4188), + [anon_sym_STAR] = ACTIONS(4188), + [sym_label] = ACTIONS(4188), + [anon_sym_in] = ACTIONS(4188), + [anon_sym_DOT_DOT] = ACTIONS(4190), + [anon_sym_QMARK_COLON] = ACTIONS(4190), + [anon_sym_AMP_AMP] = ACTIONS(4190), + [anon_sym_PIPE_PIPE] = ACTIONS(4190), + [anon_sym_null] = ACTIONS(4188), + [anon_sym_if] = ACTIONS(4188), + [anon_sym_else] = ACTIONS(4188), + [anon_sym_when] = ACTIONS(4188), + [anon_sym_try] = ACTIONS(4188), + [anon_sym_throw] = ACTIONS(4188), + [anon_sym_return] = ACTIONS(4188), + [anon_sym_continue] = ACTIONS(4188), + [anon_sym_break] = ACTIONS(4188), + [anon_sym_COLON_COLON] = ACTIONS(4190), + [anon_sym_PLUS_EQ] = ACTIONS(4190), + [anon_sym_DASH_EQ] = ACTIONS(4190), + [anon_sym_STAR_EQ] = ACTIONS(4190), + [anon_sym_SLASH_EQ] = ACTIONS(4190), + [anon_sym_PERCENT_EQ] = ACTIONS(4190), + [anon_sym_BANG_EQ] = ACTIONS(4188), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4190), + [anon_sym_EQ_EQ] = ACTIONS(4188), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4190), + [anon_sym_LT_EQ] = ACTIONS(4190), + [anon_sym_GT_EQ] = ACTIONS(4190), + [anon_sym_BANGin] = ACTIONS(4190), + [anon_sym_is] = ACTIONS(4188), + [anon_sym_BANGis] = ACTIONS(4190), + [anon_sym_PLUS] = ACTIONS(4188), + [anon_sym_DASH] = ACTIONS(4188), + [anon_sym_SLASH] = ACTIONS(4188), + [anon_sym_PERCENT] = ACTIONS(4188), + [anon_sym_as_QMARK] = ACTIONS(4190), + [anon_sym_PLUS_PLUS] = ACTIONS(4190), + [anon_sym_DASH_DASH] = ACTIONS(4190), + [anon_sym_BANG] = ACTIONS(4188), + [anon_sym_BANG_BANG] = ACTIONS(4190), + [anon_sym_data] = ACTIONS(4188), + [anon_sym_inner] = ACTIONS(4188), + [anon_sym_expect] = ACTIONS(4188), + [anon_sym_actual] = ACTIONS(4188), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4190), + [anon_sym_continue_AT] = ACTIONS(4190), + [anon_sym_break_AT] = ACTIONS(4190), + [sym_real_literal] = ACTIONS(4190), + [sym_integer_literal] = ACTIONS(4188), + [sym_hex_literal] = ACTIONS(4190), + [sym_bin_literal] = ACTIONS(4190), + [anon_sym_true] = ACTIONS(4188), + [anon_sym_false] = ACTIONS(4188), + [anon_sym_SQUOTE] = ACTIONS(4190), + [sym__backtick_identifier] = ACTIONS(4190), + [sym__automatic_semicolon] = ACTIONS(4190), + [sym_safe_nav] = ACTIONS(4190), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4190), }, [3323] = { - [sym__alpha_identifier] = ACTIONS(4967), - [anon_sym_AT] = ACTIONS(4969), - [anon_sym_LBRACK] = ACTIONS(4969), - [anon_sym_RBRACK] = ACTIONS(4969), - [anon_sym_as] = ACTIONS(4967), - [anon_sym_EQ] = ACTIONS(4967), - [anon_sym_LBRACE] = ACTIONS(4969), - [anon_sym_RBRACE] = ACTIONS(4969), - [anon_sym_LPAREN] = ACTIONS(4969), - [anon_sym_COMMA] = ACTIONS(4969), - [anon_sym_RPAREN] = ACTIONS(4969), - [anon_sym_LT] = ACTIONS(4967), - [anon_sym_GT] = ACTIONS(4967), - [anon_sym_where] = ACTIONS(4967), - [anon_sym_DOT] = ACTIONS(4967), - [anon_sym_SEMI] = ACTIONS(4969), - [anon_sym_get] = ACTIONS(4967), - [anon_sym_set] = ACTIONS(4967), - [anon_sym_STAR] = ACTIONS(4967), - [anon_sym_DASH_GT] = ACTIONS(4969), - [sym_label] = ACTIONS(4969), - [anon_sym_in] = ACTIONS(4967), - [anon_sym_while] = ACTIONS(4967), - [anon_sym_DOT_DOT] = ACTIONS(4969), - [anon_sym_QMARK_COLON] = ACTIONS(4969), - [anon_sym_AMP_AMP] = ACTIONS(4969), - [anon_sym_PIPE_PIPE] = ACTIONS(4969), - [anon_sym_else] = ACTIONS(4967), - [anon_sym_COLON_COLON] = ACTIONS(4969), - [anon_sym_PLUS_EQ] = ACTIONS(4969), - [anon_sym_DASH_EQ] = ACTIONS(4969), - [anon_sym_STAR_EQ] = ACTIONS(4969), - [anon_sym_SLASH_EQ] = ACTIONS(4969), - [anon_sym_PERCENT_EQ] = ACTIONS(4969), - [anon_sym_BANG_EQ] = ACTIONS(4967), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4969), - [anon_sym_EQ_EQ] = ACTIONS(4967), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4969), - [anon_sym_LT_EQ] = ACTIONS(4969), - [anon_sym_GT_EQ] = ACTIONS(4969), - [anon_sym_BANGin] = ACTIONS(4969), - [anon_sym_is] = ACTIONS(4967), - [anon_sym_BANGis] = ACTIONS(4969), - [anon_sym_PLUS] = ACTIONS(4967), - [anon_sym_DASH] = ACTIONS(4967), - [anon_sym_SLASH] = ACTIONS(4967), - [anon_sym_PERCENT] = ACTIONS(4967), - [anon_sym_as_QMARK] = ACTIONS(4969), - [anon_sym_PLUS_PLUS] = ACTIONS(4969), - [anon_sym_DASH_DASH] = ACTIONS(4969), - [anon_sym_BANG_BANG] = ACTIONS(4969), - [anon_sym_suspend] = ACTIONS(4967), - [anon_sym_sealed] = ACTIONS(4967), - [anon_sym_annotation] = ACTIONS(4967), - [anon_sym_data] = ACTIONS(4967), - [anon_sym_inner] = ACTIONS(4967), - [anon_sym_override] = ACTIONS(4967), - [anon_sym_lateinit] = ACTIONS(4967), - [anon_sym_public] = ACTIONS(4967), - [anon_sym_private] = ACTIONS(4967), - [anon_sym_internal] = ACTIONS(4967), - [anon_sym_protected] = ACTIONS(4967), - [anon_sym_tailrec] = ACTIONS(4967), - [anon_sym_operator] = ACTIONS(4967), - [anon_sym_infix] = ACTIONS(4967), - [anon_sym_inline] = ACTIONS(4967), - [anon_sym_external] = ACTIONS(4967), - [sym_property_modifier] = ACTIONS(4967), - [anon_sym_abstract] = ACTIONS(4967), - [anon_sym_final] = ACTIONS(4967), - [anon_sym_open] = ACTIONS(4967), - [anon_sym_vararg] = ACTIONS(4967), - [anon_sym_noinline] = ACTIONS(4967), - [anon_sym_crossinline] = ACTIONS(4967), - [anon_sym_expect] = ACTIONS(4967), - [anon_sym_actual] = ACTIONS(4967), + [sym__alpha_identifier] = ACTIONS(5039), + [anon_sym_AT] = ACTIONS(5041), + [anon_sym_LBRACK] = ACTIONS(5041), + [anon_sym_as] = ACTIONS(5039), + [anon_sym_EQ] = ACTIONS(5039), + [anon_sym_LBRACE] = ACTIONS(5041), + [anon_sym_RBRACE] = ACTIONS(5041), + [anon_sym_LPAREN] = ACTIONS(5041), + [anon_sym_COMMA] = ACTIONS(5041), + [anon_sym_LT] = ACTIONS(5039), + [anon_sym_GT] = ACTIONS(5039), + [anon_sym_where] = ACTIONS(5039), + [anon_sym_object] = ACTIONS(5039), + [anon_sym_fun] = ACTIONS(5039), + [anon_sym_DOT] = ACTIONS(5039), + [anon_sym_SEMI] = ACTIONS(5041), + [anon_sym_get] = ACTIONS(5039), + [anon_sym_set] = ACTIONS(5039), + [anon_sym_this] = ACTIONS(5039), + [anon_sym_super] = ACTIONS(5039), + [anon_sym_STAR] = ACTIONS(5039), + [sym_label] = ACTIONS(5039), + [anon_sym_in] = ACTIONS(5039), + [anon_sym_DOT_DOT] = ACTIONS(5041), + [anon_sym_QMARK_COLON] = ACTIONS(5041), + [anon_sym_AMP_AMP] = ACTIONS(5041), + [anon_sym_PIPE_PIPE] = ACTIONS(5041), + [anon_sym_null] = ACTIONS(5039), + [anon_sym_if] = ACTIONS(5039), + [anon_sym_else] = ACTIONS(5039), + [anon_sym_when] = ACTIONS(5039), + [anon_sym_try] = ACTIONS(5039), + [anon_sym_throw] = ACTIONS(5039), + [anon_sym_return] = ACTIONS(5039), + [anon_sym_continue] = ACTIONS(5039), + [anon_sym_break] = ACTIONS(5039), + [anon_sym_COLON_COLON] = ACTIONS(5041), + [anon_sym_PLUS_EQ] = ACTIONS(5041), + [anon_sym_DASH_EQ] = ACTIONS(5041), + [anon_sym_STAR_EQ] = ACTIONS(5041), + [anon_sym_SLASH_EQ] = ACTIONS(5041), + [anon_sym_PERCENT_EQ] = ACTIONS(5041), + [anon_sym_BANG_EQ] = ACTIONS(5039), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5041), + [anon_sym_EQ_EQ] = ACTIONS(5039), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5041), + [anon_sym_LT_EQ] = ACTIONS(5041), + [anon_sym_GT_EQ] = ACTIONS(5041), + [anon_sym_BANGin] = ACTIONS(5041), + [anon_sym_is] = ACTIONS(5039), + [anon_sym_BANGis] = ACTIONS(5041), + [anon_sym_PLUS] = ACTIONS(5039), + [anon_sym_DASH] = ACTIONS(5039), + [anon_sym_SLASH] = ACTIONS(5039), + [anon_sym_PERCENT] = ACTIONS(5039), + [anon_sym_as_QMARK] = ACTIONS(5041), + [anon_sym_PLUS_PLUS] = ACTIONS(5041), + [anon_sym_DASH_DASH] = ACTIONS(5041), + [anon_sym_BANG] = ACTIONS(5039), + [anon_sym_BANG_BANG] = ACTIONS(5041), + [anon_sym_data] = ACTIONS(5039), + [anon_sym_inner] = ACTIONS(5039), + [anon_sym_expect] = ACTIONS(5039), + [anon_sym_actual] = ACTIONS(5039), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4969), - [sym_safe_nav] = ACTIONS(4969), + [anon_sym_return_AT] = ACTIONS(5041), + [anon_sym_continue_AT] = ACTIONS(5041), + [anon_sym_break_AT] = ACTIONS(5041), + [sym_real_literal] = ACTIONS(5041), + [sym_integer_literal] = ACTIONS(5039), + [sym_hex_literal] = ACTIONS(5041), + [sym_bin_literal] = ACTIONS(5041), + [anon_sym_true] = ACTIONS(5039), + [anon_sym_false] = ACTIONS(5039), + [anon_sym_SQUOTE] = ACTIONS(5041), + [sym__backtick_identifier] = ACTIONS(5041), + [sym__automatic_semicolon] = ACTIONS(5041), + [sym_safe_nav] = ACTIONS(5041), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5041), }, [3324] = { - [sym__alpha_identifier] = ACTIONS(4959), - [anon_sym_AT] = ACTIONS(4961), - [anon_sym_LBRACK] = ACTIONS(4961), - [anon_sym_RBRACK] = ACTIONS(4961), - [anon_sym_as] = ACTIONS(4959), - [anon_sym_EQ] = ACTIONS(4959), - [anon_sym_LBRACE] = ACTIONS(4961), - [anon_sym_RBRACE] = ACTIONS(4961), - [anon_sym_LPAREN] = ACTIONS(4961), - [anon_sym_COMMA] = ACTIONS(4961), - [anon_sym_RPAREN] = ACTIONS(4961), - [anon_sym_LT] = ACTIONS(4959), - [anon_sym_GT] = ACTIONS(4959), - [anon_sym_where] = ACTIONS(4959), - [anon_sym_DOT] = ACTIONS(4959), - [anon_sym_SEMI] = ACTIONS(4961), - [anon_sym_get] = ACTIONS(4959), - [anon_sym_set] = ACTIONS(4959), - [anon_sym_STAR] = ACTIONS(4959), - [anon_sym_DASH_GT] = ACTIONS(4961), - [sym_label] = ACTIONS(4961), - [anon_sym_in] = ACTIONS(4959), - [anon_sym_while] = ACTIONS(4959), - [anon_sym_DOT_DOT] = ACTIONS(4961), - [anon_sym_QMARK_COLON] = ACTIONS(4961), - [anon_sym_AMP_AMP] = ACTIONS(4961), - [anon_sym_PIPE_PIPE] = ACTIONS(4961), - [anon_sym_else] = ACTIONS(4959), - [anon_sym_COLON_COLON] = ACTIONS(4961), - [anon_sym_PLUS_EQ] = ACTIONS(4961), - [anon_sym_DASH_EQ] = ACTIONS(4961), - [anon_sym_STAR_EQ] = ACTIONS(4961), - [anon_sym_SLASH_EQ] = ACTIONS(4961), - [anon_sym_PERCENT_EQ] = ACTIONS(4961), - [anon_sym_BANG_EQ] = ACTIONS(4959), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4961), - [anon_sym_EQ_EQ] = ACTIONS(4959), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4961), - [anon_sym_LT_EQ] = ACTIONS(4961), - [anon_sym_GT_EQ] = ACTIONS(4961), - [anon_sym_BANGin] = ACTIONS(4961), - [anon_sym_is] = ACTIONS(4959), - [anon_sym_BANGis] = ACTIONS(4961), - [anon_sym_PLUS] = ACTIONS(4959), - [anon_sym_DASH] = ACTIONS(4959), - [anon_sym_SLASH] = ACTIONS(4959), - [anon_sym_PERCENT] = ACTIONS(4959), - [anon_sym_as_QMARK] = ACTIONS(4961), - [anon_sym_PLUS_PLUS] = ACTIONS(4961), - [anon_sym_DASH_DASH] = ACTIONS(4961), - [anon_sym_BANG_BANG] = ACTIONS(4961), - [anon_sym_suspend] = ACTIONS(4959), - [anon_sym_sealed] = ACTIONS(4959), - [anon_sym_annotation] = ACTIONS(4959), - [anon_sym_data] = ACTIONS(4959), - [anon_sym_inner] = ACTIONS(4959), - [anon_sym_override] = ACTIONS(4959), - [anon_sym_lateinit] = ACTIONS(4959), - [anon_sym_public] = ACTIONS(4959), - [anon_sym_private] = ACTIONS(4959), - [anon_sym_internal] = ACTIONS(4959), - [anon_sym_protected] = ACTIONS(4959), - [anon_sym_tailrec] = ACTIONS(4959), - [anon_sym_operator] = ACTIONS(4959), - [anon_sym_infix] = ACTIONS(4959), - [anon_sym_inline] = ACTIONS(4959), - [anon_sym_external] = ACTIONS(4959), - [sym_property_modifier] = ACTIONS(4959), - [anon_sym_abstract] = ACTIONS(4959), - [anon_sym_final] = ACTIONS(4959), - [anon_sym_open] = ACTIONS(4959), - [anon_sym_vararg] = ACTIONS(4959), - [anon_sym_noinline] = ACTIONS(4959), - [anon_sym_crossinline] = ACTIONS(4959), - [anon_sym_expect] = ACTIONS(4959), - [anon_sym_actual] = ACTIONS(4959), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4961), - [sym_safe_nav] = ACTIONS(4961), + [sym__alpha_identifier] = ACTIONS(4907), + [anon_sym_AT] = ACTIONS(4909), + [anon_sym_LBRACK] = ACTIONS(4909), + [anon_sym_RBRACK] = ACTIONS(4909), + [anon_sym_as] = ACTIONS(4907), + [anon_sym_EQ] = ACTIONS(4907), + [anon_sym_LBRACE] = ACTIONS(4909), + [anon_sym_RBRACE] = ACTIONS(4909), + [anon_sym_LPAREN] = ACTIONS(4909), + [anon_sym_COMMA] = ACTIONS(4909), + [anon_sym_RPAREN] = ACTIONS(4909), + [anon_sym_LT] = ACTIONS(4907), + [anon_sym_GT] = ACTIONS(4907), + [anon_sym_where] = ACTIONS(4907), + [anon_sym_DOT] = ACTIONS(4907), + [anon_sym_SEMI] = ACTIONS(4909), + [anon_sym_get] = ACTIONS(4907), + [anon_sym_set] = ACTIONS(4907), + [anon_sym_STAR] = ACTIONS(4907), + [anon_sym_DASH_GT] = ACTIONS(4909), + [sym_label] = ACTIONS(4909), + [anon_sym_in] = ACTIONS(4907), + [anon_sym_while] = ACTIONS(4907), + [anon_sym_DOT_DOT] = ACTIONS(4909), + [anon_sym_QMARK_COLON] = ACTIONS(4909), + [anon_sym_AMP_AMP] = ACTIONS(4909), + [anon_sym_PIPE_PIPE] = ACTIONS(4909), + [anon_sym_else] = ACTIONS(4907), + [anon_sym_COLON_COLON] = ACTIONS(4909), + [anon_sym_PLUS_EQ] = ACTIONS(4909), + [anon_sym_DASH_EQ] = ACTIONS(4909), + [anon_sym_STAR_EQ] = ACTIONS(4909), + [anon_sym_SLASH_EQ] = ACTIONS(4909), + [anon_sym_PERCENT_EQ] = ACTIONS(4909), + [anon_sym_BANG_EQ] = ACTIONS(4907), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4909), + [anon_sym_EQ_EQ] = ACTIONS(4907), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4909), + [anon_sym_LT_EQ] = ACTIONS(4909), + [anon_sym_GT_EQ] = ACTIONS(4909), + [anon_sym_BANGin] = ACTIONS(4909), + [anon_sym_is] = ACTIONS(4907), + [anon_sym_BANGis] = ACTIONS(4909), + [anon_sym_PLUS] = ACTIONS(4907), + [anon_sym_DASH] = ACTIONS(4907), + [anon_sym_SLASH] = ACTIONS(4907), + [anon_sym_PERCENT] = ACTIONS(4907), + [anon_sym_as_QMARK] = ACTIONS(4909), + [anon_sym_PLUS_PLUS] = ACTIONS(4909), + [anon_sym_DASH_DASH] = ACTIONS(4909), + [anon_sym_BANG_BANG] = ACTIONS(4909), + [anon_sym_suspend] = ACTIONS(4907), + [anon_sym_sealed] = ACTIONS(4907), + [anon_sym_annotation] = ACTIONS(4907), + [anon_sym_data] = ACTIONS(4907), + [anon_sym_inner] = ACTIONS(4907), + [anon_sym_override] = ACTIONS(4907), + [anon_sym_lateinit] = ACTIONS(4907), + [anon_sym_public] = ACTIONS(4907), + [anon_sym_private] = ACTIONS(4907), + [anon_sym_internal] = ACTIONS(4907), + [anon_sym_protected] = ACTIONS(4907), + [anon_sym_tailrec] = ACTIONS(4907), + [anon_sym_operator] = ACTIONS(4907), + [anon_sym_infix] = ACTIONS(4907), + [anon_sym_inline] = ACTIONS(4907), + [anon_sym_external] = ACTIONS(4907), + [sym_property_modifier] = ACTIONS(4907), + [anon_sym_abstract] = ACTIONS(4907), + [anon_sym_final] = ACTIONS(4907), + [anon_sym_open] = ACTIONS(4907), + [anon_sym_vararg] = ACTIONS(4907), + [anon_sym_noinline] = ACTIONS(4907), + [anon_sym_crossinline] = ACTIONS(4907), + [anon_sym_expect] = ACTIONS(4907), + [anon_sym_actual] = ACTIONS(4907), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4909), + [sym_safe_nav] = ACTIONS(4909), [sym_multiline_comment] = ACTIONS(3), }, [3325] = { - [sym__alpha_identifier] = ACTIONS(4955), - [anon_sym_AT] = ACTIONS(4957), - [anon_sym_LBRACK] = ACTIONS(4957), - [anon_sym_RBRACK] = ACTIONS(4957), - [anon_sym_as] = ACTIONS(4955), - [anon_sym_EQ] = ACTIONS(4955), - [anon_sym_LBRACE] = ACTIONS(4957), - [anon_sym_RBRACE] = ACTIONS(4957), - [anon_sym_LPAREN] = ACTIONS(4957), - [anon_sym_COMMA] = ACTIONS(4957), - [anon_sym_RPAREN] = ACTIONS(4957), - [anon_sym_LT] = ACTIONS(4955), - [anon_sym_GT] = ACTIONS(4955), - [anon_sym_where] = ACTIONS(4955), - [anon_sym_DOT] = ACTIONS(4955), - [anon_sym_SEMI] = ACTIONS(4957), - [anon_sym_get] = ACTIONS(4955), - [anon_sym_set] = ACTIONS(4955), - [anon_sym_STAR] = ACTIONS(4955), - [anon_sym_DASH_GT] = ACTIONS(4957), - [sym_label] = ACTIONS(4957), - [anon_sym_in] = ACTIONS(4955), - [anon_sym_while] = ACTIONS(4955), - [anon_sym_DOT_DOT] = ACTIONS(4957), - [anon_sym_QMARK_COLON] = ACTIONS(4957), - [anon_sym_AMP_AMP] = ACTIONS(4957), - [anon_sym_PIPE_PIPE] = ACTIONS(4957), - [anon_sym_else] = ACTIONS(4955), - [anon_sym_COLON_COLON] = ACTIONS(4957), - [anon_sym_PLUS_EQ] = ACTIONS(4957), - [anon_sym_DASH_EQ] = ACTIONS(4957), - [anon_sym_STAR_EQ] = ACTIONS(4957), - [anon_sym_SLASH_EQ] = ACTIONS(4957), - [anon_sym_PERCENT_EQ] = ACTIONS(4957), - [anon_sym_BANG_EQ] = ACTIONS(4955), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4957), - [anon_sym_EQ_EQ] = ACTIONS(4955), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4957), - [anon_sym_LT_EQ] = ACTIONS(4957), - [anon_sym_GT_EQ] = ACTIONS(4957), - [anon_sym_BANGin] = ACTIONS(4957), - [anon_sym_is] = ACTIONS(4955), - [anon_sym_BANGis] = ACTIONS(4957), - [anon_sym_PLUS] = ACTIONS(4955), - [anon_sym_DASH] = ACTIONS(4955), - [anon_sym_SLASH] = ACTIONS(4955), - [anon_sym_PERCENT] = ACTIONS(4955), - [anon_sym_as_QMARK] = ACTIONS(4957), - [anon_sym_PLUS_PLUS] = ACTIONS(4957), - [anon_sym_DASH_DASH] = ACTIONS(4957), - [anon_sym_BANG_BANG] = ACTIONS(4957), - [anon_sym_suspend] = ACTIONS(4955), - [anon_sym_sealed] = ACTIONS(4955), - [anon_sym_annotation] = ACTIONS(4955), - [anon_sym_data] = ACTIONS(4955), - [anon_sym_inner] = ACTIONS(4955), - [anon_sym_override] = ACTIONS(4955), - [anon_sym_lateinit] = ACTIONS(4955), - [anon_sym_public] = ACTIONS(4955), - [anon_sym_private] = ACTIONS(4955), - [anon_sym_internal] = ACTIONS(4955), - [anon_sym_protected] = ACTIONS(4955), - [anon_sym_tailrec] = ACTIONS(4955), - [anon_sym_operator] = ACTIONS(4955), - [anon_sym_infix] = ACTIONS(4955), - [anon_sym_inline] = ACTIONS(4955), - [anon_sym_external] = ACTIONS(4955), - [sym_property_modifier] = ACTIONS(4955), - [anon_sym_abstract] = ACTIONS(4955), - [anon_sym_final] = ACTIONS(4955), - [anon_sym_open] = ACTIONS(4955), - [anon_sym_vararg] = ACTIONS(4955), - [anon_sym_noinline] = ACTIONS(4955), - [anon_sym_crossinline] = ACTIONS(4955), - [anon_sym_expect] = ACTIONS(4955), - [anon_sym_actual] = ACTIONS(4955), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4957), - [sym_safe_nav] = ACTIONS(4957), - [sym_multiline_comment] = ACTIONS(3), - }, - [3326] = { - [sym_type_constraints] = STATE(3519), - [sym_function_body] = STATE(3723), - [sym__block] = STATE(3725), - [sym__alpha_identifier] = ACTIONS(4181), - [anon_sym_AT] = ACTIONS(4183), - [anon_sym_LBRACK] = ACTIONS(4183), - [anon_sym_as] = ACTIONS(4181), - [anon_sym_EQ] = ACTIONS(6432), - [anon_sym_LBRACE] = ACTIONS(6434), - [anon_sym_RBRACE] = ACTIONS(4183), - [anon_sym_LPAREN] = ACTIONS(4183), - [anon_sym_COMMA] = ACTIONS(4183), - [anon_sym_LT] = ACTIONS(4181), - [anon_sym_GT] = ACTIONS(4181), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(4181), - [anon_sym_SEMI] = ACTIONS(4183), - [anon_sym_get] = ACTIONS(4181), - [anon_sym_set] = ACTIONS(4181), - [anon_sym_STAR] = ACTIONS(4181), - [sym_label] = ACTIONS(4183), - [anon_sym_in] = ACTIONS(4181), - [anon_sym_DOT_DOT] = ACTIONS(4183), - [anon_sym_QMARK_COLON] = ACTIONS(4183), - [anon_sym_AMP_AMP] = ACTIONS(4183), - [anon_sym_PIPE_PIPE] = ACTIONS(4183), - [anon_sym_else] = ACTIONS(4181), - [anon_sym_COLON_COLON] = ACTIONS(4183), - [anon_sym_PLUS_EQ] = ACTIONS(4183), - [anon_sym_DASH_EQ] = ACTIONS(4183), - [anon_sym_STAR_EQ] = ACTIONS(4183), - [anon_sym_SLASH_EQ] = ACTIONS(4183), - [anon_sym_PERCENT_EQ] = ACTIONS(4183), - [anon_sym_BANG_EQ] = ACTIONS(4181), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4183), - [anon_sym_EQ_EQ] = ACTIONS(4181), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4183), - [anon_sym_LT_EQ] = ACTIONS(4183), - [anon_sym_GT_EQ] = ACTIONS(4183), - [anon_sym_BANGin] = ACTIONS(4183), - [anon_sym_is] = ACTIONS(4181), - [anon_sym_BANGis] = ACTIONS(4183), - [anon_sym_PLUS] = ACTIONS(4181), - [anon_sym_DASH] = ACTIONS(4181), - [anon_sym_SLASH] = ACTIONS(4181), - [anon_sym_PERCENT] = ACTIONS(4181), - [anon_sym_as_QMARK] = ACTIONS(4183), - [anon_sym_PLUS_PLUS] = ACTIONS(4183), - [anon_sym_DASH_DASH] = ACTIONS(4183), - [anon_sym_BANG_BANG] = ACTIONS(4183), - [anon_sym_suspend] = ACTIONS(4181), - [anon_sym_sealed] = ACTIONS(4181), - [anon_sym_annotation] = ACTIONS(4181), - [anon_sym_data] = ACTIONS(4181), - [anon_sym_inner] = ACTIONS(4181), - [anon_sym_override] = ACTIONS(4181), - [anon_sym_lateinit] = ACTIONS(4181), - [anon_sym_public] = ACTIONS(4181), - [anon_sym_private] = ACTIONS(4181), - [anon_sym_internal] = ACTIONS(4181), - [anon_sym_protected] = ACTIONS(4181), - [anon_sym_tailrec] = ACTIONS(4181), - [anon_sym_operator] = ACTIONS(4181), - [anon_sym_infix] = ACTIONS(4181), - [anon_sym_inline] = ACTIONS(4181), - [anon_sym_external] = ACTIONS(4181), - [sym_property_modifier] = ACTIONS(4181), - [anon_sym_abstract] = ACTIONS(4181), - [anon_sym_final] = ACTIONS(4181), - [anon_sym_open] = ACTIONS(4181), - [anon_sym_vararg] = ACTIONS(4181), - [anon_sym_noinline] = ACTIONS(4181), - [anon_sym_crossinline] = ACTIONS(4181), - [anon_sym_expect] = ACTIONS(4181), - [anon_sym_actual] = ACTIONS(4181), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4183), - [sym__automatic_semicolon] = ACTIONS(4183), - [sym_safe_nav] = ACTIONS(4183), - [sym_multiline_comment] = ACTIONS(3), - }, - [3327] = { - [sym__alpha_identifier] = ACTIONS(4726), - [anon_sym_AT] = ACTIONS(4728), - [anon_sym_LBRACK] = ACTIONS(4728), - [anon_sym_as] = ACTIONS(4726), - [anon_sym_EQ] = ACTIONS(4726), - [anon_sym_LBRACE] = ACTIONS(4728), - [anon_sym_RBRACE] = ACTIONS(4728), - [anon_sym_LPAREN] = ACTIONS(4728), - [anon_sym_COMMA] = ACTIONS(4728), - [anon_sym_LT] = ACTIONS(4726), - [anon_sym_GT] = ACTIONS(4726), - [anon_sym_where] = ACTIONS(4726), - [anon_sym_object] = ACTIONS(4726), - [anon_sym_fun] = ACTIONS(4726), - [anon_sym_DOT] = ACTIONS(4726), - [anon_sym_SEMI] = ACTIONS(4728), - [anon_sym_get] = ACTIONS(4726), - [anon_sym_set] = ACTIONS(4726), - [anon_sym_this] = ACTIONS(4726), - [anon_sym_super] = ACTIONS(4726), - [anon_sym_STAR] = ACTIONS(4726), - [sym_label] = ACTIONS(4726), - [anon_sym_in] = ACTIONS(4726), - [anon_sym_DOT_DOT] = ACTIONS(4728), - [anon_sym_QMARK_COLON] = ACTIONS(4728), - [anon_sym_AMP_AMP] = ACTIONS(4728), - [anon_sym_PIPE_PIPE] = ACTIONS(4728), - [anon_sym_null] = ACTIONS(4726), - [anon_sym_if] = ACTIONS(4726), - [anon_sym_else] = ACTIONS(4726), - [anon_sym_when] = ACTIONS(4726), - [anon_sym_try] = ACTIONS(4726), - [anon_sym_throw] = ACTIONS(4726), - [anon_sym_return] = ACTIONS(4726), - [anon_sym_continue] = ACTIONS(4726), - [anon_sym_break] = ACTIONS(4726), - [anon_sym_COLON_COLON] = ACTIONS(4728), - [anon_sym_PLUS_EQ] = ACTIONS(4728), - [anon_sym_DASH_EQ] = ACTIONS(4728), - [anon_sym_STAR_EQ] = ACTIONS(4728), - [anon_sym_SLASH_EQ] = ACTIONS(4728), - [anon_sym_PERCENT_EQ] = ACTIONS(4728), - [anon_sym_BANG_EQ] = ACTIONS(4726), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4728), - [anon_sym_EQ_EQ] = ACTIONS(4726), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4728), - [anon_sym_LT_EQ] = ACTIONS(4728), - [anon_sym_GT_EQ] = ACTIONS(4728), - [anon_sym_BANGin] = ACTIONS(4728), - [anon_sym_is] = ACTIONS(4726), - [anon_sym_BANGis] = ACTIONS(4728), - [anon_sym_PLUS] = ACTIONS(4726), - [anon_sym_DASH] = ACTIONS(4726), - [anon_sym_SLASH] = ACTIONS(4726), - [anon_sym_PERCENT] = ACTIONS(4726), - [anon_sym_as_QMARK] = ACTIONS(4728), - [anon_sym_PLUS_PLUS] = ACTIONS(4728), - [anon_sym_DASH_DASH] = ACTIONS(4728), - [anon_sym_BANG] = ACTIONS(4726), - [anon_sym_BANG_BANG] = ACTIONS(4728), - [anon_sym_data] = ACTIONS(4726), - [anon_sym_inner] = ACTIONS(4726), - [anon_sym_expect] = ACTIONS(4726), - [anon_sym_actual] = ACTIONS(4726), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4728), - [anon_sym_continue_AT] = ACTIONS(4728), - [anon_sym_break_AT] = ACTIONS(4728), - [sym_real_literal] = ACTIONS(4728), - [sym_integer_literal] = ACTIONS(4726), - [sym_hex_literal] = ACTIONS(4728), - [sym_bin_literal] = ACTIONS(4728), - [anon_sym_true] = ACTIONS(4726), - [anon_sym_false] = ACTIONS(4726), - [anon_sym_SQUOTE] = ACTIONS(4728), - [sym__backtick_identifier] = ACTIONS(4728), - [sym__automatic_semicolon] = ACTIONS(4728), - [sym_safe_nav] = ACTIONS(4728), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4728), - }, - [3328] = { - [sym__alpha_identifier] = ACTIONS(4951), - [anon_sym_AT] = ACTIONS(4953), - [anon_sym_LBRACK] = ACTIONS(4953), - [anon_sym_RBRACK] = ACTIONS(4953), - [anon_sym_as] = ACTIONS(4951), - [anon_sym_EQ] = ACTIONS(4951), - [anon_sym_LBRACE] = ACTIONS(4953), - [anon_sym_RBRACE] = ACTIONS(4953), - [anon_sym_LPAREN] = ACTIONS(4953), - [anon_sym_COMMA] = ACTIONS(4953), - [anon_sym_RPAREN] = ACTIONS(4953), - [anon_sym_LT] = ACTIONS(4951), - [anon_sym_GT] = ACTIONS(4951), - [anon_sym_where] = ACTIONS(4951), - [anon_sym_DOT] = ACTIONS(4951), - [anon_sym_SEMI] = ACTIONS(4953), - [anon_sym_get] = ACTIONS(4951), - [anon_sym_set] = ACTIONS(4951), - [anon_sym_STAR] = ACTIONS(4951), - [anon_sym_DASH_GT] = ACTIONS(4953), - [sym_label] = ACTIONS(4953), - [anon_sym_in] = ACTIONS(4951), - [anon_sym_while] = ACTIONS(4951), - [anon_sym_DOT_DOT] = ACTIONS(4953), - [anon_sym_QMARK_COLON] = ACTIONS(4953), - [anon_sym_AMP_AMP] = ACTIONS(4953), - [anon_sym_PIPE_PIPE] = ACTIONS(4953), - [anon_sym_else] = ACTIONS(4951), - [anon_sym_COLON_COLON] = ACTIONS(4953), - [anon_sym_PLUS_EQ] = ACTIONS(4953), - [anon_sym_DASH_EQ] = ACTIONS(4953), - [anon_sym_STAR_EQ] = ACTIONS(4953), - [anon_sym_SLASH_EQ] = ACTIONS(4953), - [anon_sym_PERCENT_EQ] = ACTIONS(4953), - [anon_sym_BANG_EQ] = ACTIONS(4951), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4953), - [anon_sym_EQ_EQ] = ACTIONS(4951), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4953), - [anon_sym_LT_EQ] = ACTIONS(4953), - [anon_sym_GT_EQ] = ACTIONS(4953), - [anon_sym_BANGin] = ACTIONS(4953), - [anon_sym_is] = ACTIONS(4951), - [anon_sym_BANGis] = ACTIONS(4953), - [anon_sym_PLUS] = ACTIONS(4951), - [anon_sym_DASH] = ACTIONS(4951), - [anon_sym_SLASH] = ACTIONS(4951), - [anon_sym_PERCENT] = ACTIONS(4951), - [anon_sym_as_QMARK] = ACTIONS(4953), - [anon_sym_PLUS_PLUS] = ACTIONS(4953), - [anon_sym_DASH_DASH] = ACTIONS(4953), - [anon_sym_BANG_BANG] = ACTIONS(4953), - [anon_sym_suspend] = ACTIONS(4951), - [anon_sym_sealed] = ACTIONS(4951), - [anon_sym_annotation] = ACTIONS(4951), - [anon_sym_data] = ACTIONS(4951), - [anon_sym_inner] = ACTIONS(4951), - [anon_sym_override] = ACTIONS(4951), - [anon_sym_lateinit] = ACTIONS(4951), - [anon_sym_public] = ACTIONS(4951), - [anon_sym_private] = ACTIONS(4951), - [anon_sym_internal] = ACTIONS(4951), - [anon_sym_protected] = ACTIONS(4951), - [anon_sym_tailrec] = ACTIONS(4951), - [anon_sym_operator] = ACTIONS(4951), - [anon_sym_infix] = ACTIONS(4951), - [anon_sym_inline] = ACTIONS(4951), - [anon_sym_external] = ACTIONS(4951), - [sym_property_modifier] = ACTIONS(4951), - [anon_sym_abstract] = ACTIONS(4951), - [anon_sym_final] = ACTIONS(4951), - [anon_sym_open] = ACTIONS(4951), - [anon_sym_vararg] = ACTIONS(4951), - [anon_sym_noinline] = ACTIONS(4951), - [anon_sym_crossinline] = ACTIONS(4951), - [anon_sym_expect] = ACTIONS(4951), - [anon_sym_actual] = ACTIONS(4951), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4953), - [sym_safe_nav] = ACTIONS(4953), - [sym_multiline_comment] = ACTIONS(3), - }, - [3329] = { - [sym_type_constraints] = STATE(3518), - [sym_function_body] = STATE(3750), - [sym__block] = STATE(3725), - [sym__alpha_identifier] = ACTIONS(4300), - [anon_sym_AT] = ACTIONS(4302), - [anon_sym_LBRACK] = ACTIONS(4302), - [anon_sym_as] = ACTIONS(4300), - [anon_sym_EQ] = ACTIONS(6432), - [anon_sym_LBRACE] = ACTIONS(6434), - [anon_sym_RBRACE] = ACTIONS(4302), - [anon_sym_LPAREN] = ACTIONS(4302), - [anon_sym_COMMA] = ACTIONS(4302), - [anon_sym_LT] = ACTIONS(4300), - [anon_sym_GT] = ACTIONS(4300), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(4300), - [anon_sym_SEMI] = ACTIONS(4302), - [anon_sym_get] = ACTIONS(4300), - [anon_sym_set] = ACTIONS(4300), - [anon_sym_STAR] = ACTIONS(4300), - [sym_label] = ACTIONS(4302), - [anon_sym_in] = ACTIONS(4300), - [anon_sym_DOT_DOT] = ACTIONS(4302), - [anon_sym_QMARK_COLON] = ACTIONS(4302), - [anon_sym_AMP_AMP] = ACTIONS(4302), - [anon_sym_PIPE_PIPE] = ACTIONS(4302), - [anon_sym_else] = ACTIONS(4300), - [anon_sym_COLON_COLON] = ACTIONS(4302), - [anon_sym_PLUS_EQ] = ACTIONS(4302), - [anon_sym_DASH_EQ] = ACTIONS(4302), - [anon_sym_STAR_EQ] = ACTIONS(4302), - [anon_sym_SLASH_EQ] = ACTIONS(4302), - [anon_sym_PERCENT_EQ] = ACTIONS(4302), - [anon_sym_BANG_EQ] = ACTIONS(4300), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4302), - [anon_sym_EQ_EQ] = ACTIONS(4300), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4302), - [anon_sym_LT_EQ] = ACTIONS(4302), - [anon_sym_GT_EQ] = ACTIONS(4302), - [anon_sym_BANGin] = ACTIONS(4302), - [anon_sym_is] = ACTIONS(4300), - [anon_sym_BANGis] = ACTIONS(4302), - [anon_sym_PLUS] = ACTIONS(4300), - [anon_sym_DASH] = ACTIONS(4300), - [anon_sym_SLASH] = ACTIONS(4300), - [anon_sym_PERCENT] = ACTIONS(4300), - [anon_sym_as_QMARK] = ACTIONS(4302), - [anon_sym_PLUS_PLUS] = ACTIONS(4302), - [anon_sym_DASH_DASH] = ACTIONS(4302), - [anon_sym_BANG_BANG] = ACTIONS(4302), - [anon_sym_suspend] = ACTIONS(4300), - [anon_sym_sealed] = ACTIONS(4300), - [anon_sym_annotation] = ACTIONS(4300), - [anon_sym_data] = ACTIONS(4300), - [anon_sym_inner] = ACTIONS(4300), - [anon_sym_override] = ACTIONS(4300), - [anon_sym_lateinit] = ACTIONS(4300), - [anon_sym_public] = ACTIONS(4300), - [anon_sym_private] = ACTIONS(4300), - [anon_sym_internal] = ACTIONS(4300), - [anon_sym_protected] = ACTIONS(4300), - [anon_sym_tailrec] = ACTIONS(4300), - [anon_sym_operator] = ACTIONS(4300), - [anon_sym_infix] = ACTIONS(4300), - [anon_sym_inline] = ACTIONS(4300), - [anon_sym_external] = ACTIONS(4300), - [sym_property_modifier] = ACTIONS(4300), - [anon_sym_abstract] = ACTIONS(4300), - [anon_sym_final] = ACTIONS(4300), - [anon_sym_open] = ACTIONS(4300), - [anon_sym_vararg] = ACTIONS(4300), - [anon_sym_noinline] = ACTIONS(4300), - [anon_sym_crossinline] = ACTIONS(4300), - [anon_sym_expect] = ACTIONS(4300), - [anon_sym_actual] = ACTIONS(4300), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4302), - [sym__automatic_semicolon] = ACTIONS(4302), - [sym_safe_nav] = ACTIONS(4302), - [sym_multiline_comment] = ACTIONS(3), - }, - [3330] = { - [sym__alpha_identifier] = ACTIONS(3027), - [anon_sym_AT] = ACTIONS(3029), - [anon_sym_LBRACK] = ACTIONS(3029), - [anon_sym_RBRACK] = ACTIONS(3029), - [anon_sym_as] = ACTIONS(3027), - [anon_sym_EQ] = ACTIONS(3027), - [anon_sym_LBRACE] = ACTIONS(3029), - [anon_sym_RBRACE] = ACTIONS(3029), - [anon_sym_LPAREN] = ACTIONS(3029), - [anon_sym_COMMA] = ACTIONS(3029), - [anon_sym_RPAREN] = ACTIONS(3029), - [anon_sym_LT] = ACTIONS(3027), - [anon_sym_GT] = ACTIONS(3027), - [anon_sym_where] = ACTIONS(3027), - [anon_sym_DOT] = ACTIONS(3027), - [anon_sym_SEMI] = ACTIONS(3029), - [anon_sym_get] = ACTIONS(3027), - [anon_sym_set] = ACTIONS(3027), - [anon_sym_STAR] = ACTIONS(3027), - [anon_sym_DASH_GT] = ACTIONS(3029), - [sym_label] = ACTIONS(3029), - [anon_sym_in] = ACTIONS(3027), - [anon_sym_while] = ACTIONS(3027), - [anon_sym_DOT_DOT] = ACTIONS(3029), - [anon_sym_QMARK_COLON] = ACTIONS(3029), - [anon_sym_AMP_AMP] = ACTIONS(3029), - [anon_sym_PIPE_PIPE] = ACTIONS(3029), - [anon_sym_else] = ACTIONS(3027), - [anon_sym_COLON_COLON] = ACTIONS(3029), - [anon_sym_PLUS_EQ] = ACTIONS(3029), - [anon_sym_DASH_EQ] = ACTIONS(3029), - [anon_sym_STAR_EQ] = ACTIONS(3029), - [anon_sym_SLASH_EQ] = ACTIONS(3029), - [anon_sym_PERCENT_EQ] = ACTIONS(3029), - [anon_sym_BANG_EQ] = ACTIONS(3027), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3029), - [anon_sym_EQ_EQ] = ACTIONS(3027), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3029), - [anon_sym_LT_EQ] = ACTIONS(3029), - [anon_sym_GT_EQ] = ACTIONS(3029), - [anon_sym_BANGin] = ACTIONS(3029), - [anon_sym_is] = ACTIONS(3027), - [anon_sym_BANGis] = ACTIONS(3029), - [anon_sym_PLUS] = ACTIONS(3027), - [anon_sym_DASH] = ACTIONS(3027), - [anon_sym_SLASH] = ACTIONS(3027), - [anon_sym_PERCENT] = ACTIONS(3027), - [anon_sym_as_QMARK] = ACTIONS(3029), - [anon_sym_PLUS_PLUS] = ACTIONS(3029), - [anon_sym_DASH_DASH] = ACTIONS(3029), - [anon_sym_BANG_BANG] = ACTIONS(3029), - [anon_sym_suspend] = ACTIONS(3027), - [anon_sym_sealed] = ACTIONS(3027), - [anon_sym_annotation] = ACTIONS(3027), - [anon_sym_data] = ACTIONS(3027), - [anon_sym_inner] = ACTIONS(3027), - [anon_sym_override] = ACTIONS(3027), - [anon_sym_lateinit] = ACTIONS(3027), - [anon_sym_public] = ACTIONS(3027), - [anon_sym_private] = ACTIONS(3027), - [anon_sym_internal] = ACTIONS(3027), - [anon_sym_protected] = ACTIONS(3027), - [anon_sym_tailrec] = ACTIONS(3027), - [anon_sym_operator] = ACTIONS(3027), - [anon_sym_infix] = ACTIONS(3027), - [anon_sym_inline] = ACTIONS(3027), - [anon_sym_external] = ACTIONS(3027), - [sym_property_modifier] = ACTIONS(3027), - [anon_sym_abstract] = ACTIONS(3027), - [anon_sym_final] = ACTIONS(3027), - [anon_sym_open] = ACTIONS(3027), - [anon_sym_vararg] = ACTIONS(3027), - [anon_sym_noinline] = ACTIONS(3027), - [anon_sym_crossinline] = ACTIONS(3027), - [anon_sym_expect] = ACTIONS(3027), - [anon_sym_actual] = ACTIONS(3027), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3029), - [sym_safe_nav] = ACTIONS(3029), - [sym_multiline_comment] = ACTIONS(3), - }, - [3331] = { - [sym__alpha_identifier] = ACTIONS(3840), - [anon_sym_AT] = ACTIONS(3842), - [anon_sym_LBRACK] = ACTIONS(3842), - [anon_sym_RBRACK] = ACTIONS(3842), - [anon_sym_as] = ACTIONS(3840), - [anon_sym_EQ] = ACTIONS(3840), - [anon_sym_LBRACE] = ACTIONS(3842), - [anon_sym_RBRACE] = ACTIONS(3842), - [anon_sym_LPAREN] = ACTIONS(3842), - [anon_sym_COMMA] = ACTIONS(3842), - [anon_sym_RPAREN] = ACTIONS(3842), - [anon_sym_LT] = ACTIONS(3840), - [anon_sym_GT] = ACTIONS(3840), - [anon_sym_where] = ACTIONS(3840), - [anon_sym_DOT] = ACTIONS(3840), - [anon_sym_SEMI] = ACTIONS(3842), - [anon_sym_get] = ACTIONS(3840), - [anon_sym_set] = ACTIONS(3840), - [anon_sym_STAR] = ACTIONS(3840), - [anon_sym_DASH_GT] = ACTIONS(3842), - [sym_label] = ACTIONS(3842), - [anon_sym_in] = ACTIONS(3840), - [anon_sym_while] = ACTIONS(3840), - [anon_sym_DOT_DOT] = ACTIONS(3842), - [anon_sym_QMARK_COLON] = ACTIONS(3842), - [anon_sym_AMP_AMP] = ACTIONS(3842), - [anon_sym_PIPE_PIPE] = ACTIONS(3842), - [anon_sym_else] = ACTIONS(3840), - [anon_sym_COLON_COLON] = ACTIONS(3842), - [anon_sym_PLUS_EQ] = ACTIONS(3842), - [anon_sym_DASH_EQ] = ACTIONS(3842), - [anon_sym_STAR_EQ] = ACTIONS(3842), - [anon_sym_SLASH_EQ] = ACTIONS(3842), - [anon_sym_PERCENT_EQ] = ACTIONS(3842), - [anon_sym_BANG_EQ] = ACTIONS(3840), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3842), - [anon_sym_EQ_EQ] = ACTIONS(3840), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3842), - [anon_sym_LT_EQ] = ACTIONS(3842), - [anon_sym_GT_EQ] = ACTIONS(3842), - [anon_sym_BANGin] = ACTIONS(3842), - [anon_sym_is] = ACTIONS(3840), - [anon_sym_BANGis] = ACTIONS(3842), - [anon_sym_PLUS] = ACTIONS(3840), - [anon_sym_DASH] = ACTIONS(3840), - [anon_sym_SLASH] = ACTIONS(3840), - [anon_sym_PERCENT] = ACTIONS(3840), - [anon_sym_as_QMARK] = ACTIONS(3842), - [anon_sym_PLUS_PLUS] = ACTIONS(3842), - [anon_sym_DASH_DASH] = ACTIONS(3842), - [anon_sym_BANG_BANG] = ACTIONS(3842), - [anon_sym_suspend] = ACTIONS(3840), - [anon_sym_sealed] = ACTIONS(3840), - [anon_sym_annotation] = ACTIONS(3840), - [anon_sym_data] = ACTIONS(3840), - [anon_sym_inner] = ACTIONS(3840), - [anon_sym_override] = ACTIONS(3840), - [anon_sym_lateinit] = ACTIONS(3840), - [anon_sym_public] = ACTIONS(3840), - [anon_sym_private] = ACTIONS(3840), - [anon_sym_internal] = ACTIONS(3840), - [anon_sym_protected] = ACTIONS(3840), - [anon_sym_tailrec] = ACTIONS(3840), - [anon_sym_operator] = ACTIONS(3840), - [anon_sym_infix] = ACTIONS(3840), - [anon_sym_inline] = ACTIONS(3840), - [anon_sym_external] = ACTIONS(3840), - [sym_property_modifier] = ACTIONS(3840), - [anon_sym_abstract] = ACTIONS(3840), - [anon_sym_final] = ACTIONS(3840), - [anon_sym_open] = ACTIONS(3840), - [anon_sym_vararg] = ACTIONS(3840), - [anon_sym_noinline] = ACTIONS(3840), - [anon_sym_crossinline] = ACTIONS(3840), - [anon_sym_expect] = ACTIONS(3840), - [anon_sym_actual] = ACTIONS(3840), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3842), - [sym_safe_nav] = ACTIONS(3842), - [sym_multiline_comment] = ACTIONS(3), - }, - [3332] = { - [sym_function_body] = STATE(3428), - [sym__block] = STATE(3245), - [sym__alpha_identifier] = ACTIONS(4326), - [anon_sym_AT] = ACTIONS(4328), - [anon_sym_LBRACK] = ACTIONS(4328), - [anon_sym_as] = ACTIONS(4326), - [anon_sym_EQ] = ACTIONS(6265), - [anon_sym_LBRACE] = ACTIONS(6220), - [anon_sym_RBRACE] = ACTIONS(4328), - [anon_sym_LPAREN] = ACTIONS(4328), - [anon_sym_LT] = ACTIONS(4326), - [anon_sym_GT] = ACTIONS(4326), - [anon_sym_object] = ACTIONS(4326), - [anon_sym_fun] = ACTIONS(4326), - [anon_sym_DOT] = ACTIONS(4326), - [anon_sym_SEMI] = ACTIONS(4328), - [anon_sym_get] = ACTIONS(4326), - [anon_sym_set] = ACTIONS(4326), - [anon_sym_this] = ACTIONS(4326), - [anon_sym_super] = ACTIONS(4326), - [anon_sym_STAR] = ACTIONS(4326), - [sym_label] = ACTIONS(4326), - [anon_sym_in] = ACTIONS(4326), - [anon_sym_DOT_DOT] = ACTIONS(4328), - [anon_sym_QMARK_COLON] = ACTIONS(4328), - [anon_sym_AMP_AMP] = ACTIONS(4328), - [anon_sym_PIPE_PIPE] = ACTIONS(4328), - [anon_sym_null] = ACTIONS(4326), - [anon_sym_if] = ACTIONS(4326), - [anon_sym_else] = ACTIONS(4326), - [anon_sym_when] = ACTIONS(4326), - [anon_sym_try] = ACTIONS(4326), - [anon_sym_throw] = ACTIONS(4326), - [anon_sym_return] = ACTIONS(4326), - [anon_sym_continue] = ACTIONS(4326), - [anon_sym_break] = ACTIONS(4326), - [anon_sym_COLON_COLON] = ACTIONS(4328), - [anon_sym_PLUS_EQ] = ACTIONS(4328), - [anon_sym_DASH_EQ] = ACTIONS(4328), - [anon_sym_STAR_EQ] = ACTIONS(4328), - [anon_sym_SLASH_EQ] = ACTIONS(4328), - [anon_sym_PERCENT_EQ] = ACTIONS(4328), - [anon_sym_BANG_EQ] = ACTIONS(4326), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4328), - [anon_sym_EQ_EQ] = ACTIONS(4326), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4328), - [anon_sym_LT_EQ] = ACTIONS(4328), - [anon_sym_GT_EQ] = ACTIONS(4328), - [anon_sym_BANGin] = ACTIONS(4328), - [anon_sym_is] = ACTIONS(4326), - [anon_sym_BANGis] = ACTIONS(4328), - [anon_sym_PLUS] = ACTIONS(4326), - [anon_sym_DASH] = ACTIONS(4326), - [anon_sym_SLASH] = ACTIONS(4326), - [anon_sym_PERCENT] = ACTIONS(4326), - [anon_sym_as_QMARK] = ACTIONS(4328), - [anon_sym_PLUS_PLUS] = ACTIONS(4328), - [anon_sym_DASH_DASH] = ACTIONS(4328), - [anon_sym_BANG] = ACTIONS(4326), - [anon_sym_BANG_BANG] = ACTIONS(4328), - [anon_sym_data] = ACTIONS(4326), - [anon_sym_inner] = ACTIONS(4326), - [anon_sym_expect] = ACTIONS(4326), - [anon_sym_actual] = ACTIONS(4326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4328), - [anon_sym_continue_AT] = ACTIONS(4328), - [anon_sym_break_AT] = ACTIONS(4328), - [sym_real_literal] = ACTIONS(4328), - [sym_integer_literal] = ACTIONS(4326), - [sym_hex_literal] = ACTIONS(4328), - [sym_bin_literal] = ACTIONS(4328), - [anon_sym_true] = ACTIONS(4326), - [anon_sym_false] = ACTIONS(4326), - [anon_sym_SQUOTE] = ACTIONS(4328), - [sym__backtick_identifier] = ACTIONS(4328), - [sym__automatic_semicolon] = ACTIONS(4328), - [sym_safe_nav] = ACTIONS(4328), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4328), - }, - [3333] = { - [sym__alpha_identifier] = ACTIONS(4883), - [anon_sym_AT] = ACTIONS(4885), - [anon_sym_LBRACK] = ACTIONS(4885), - [anon_sym_RBRACK] = ACTIONS(4885), - [anon_sym_as] = ACTIONS(4883), - [anon_sym_EQ] = ACTIONS(4883), - [anon_sym_LBRACE] = ACTIONS(4885), - [anon_sym_RBRACE] = ACTIONS(4885), - [anon_sym_LPAREN] = ACTIONS(4885), - [anon_sym_COMMA] = ACTIONS(4885), - [anon_sym_RPAREN] = ACTIONS(4885), - [anon_sym_LT] = ACTIONS(4883), - [anon_sym_GT] = ACTIONS(4883), - [anon_sym_where] = ACTIONS(4883), - [anon_sym_DOT] = ACTIONS(4883), - [anon_sym_SEMI] = ACTIONS(4885), - [anon_sym_get] = ACTIONS(4883), - [anon_sym_set] = ACTIONS(4883), - [anon_sym_STAR] = ACTIONS(4883), - [anon_sym_DASH_GT] = ACTIONS(4885), - [sym_label] = ACTIONS(4885), - [anon_sym_in] = ACTIONS(4883), - [anon_sym_while] = ACTIONS(4883), - [anon_sym_DOT_DOT] = ACTIONS(4885), - [anon_sym_QMARK_COLON] = ACTIONS(4885), - [anon_sym_AMP_AMP] = ACTIONS(4885), - [anon_sym_PIPE_PIPE] = ACTIONS(4885), - [anon_sym_else] = ACTIONS(4883), - [anon_sym_COLON_COLON] = ACTIONS(4885), - [anon_sym_PLUS_EQ] = ACTIONS(4885), - [anon_sym_DASH_EQ] = ACTIONS(4885), - [anon_sym_STAR_EQ] = ACTIONS(4885), - [anon_sym_SLASH_EQ] = ACTIONS(4885), - [anon_sym_PERCENT_EQ] = ACTIONS(4885), - [anon_sym_BANG_EQ] = ACTIONS(4883), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4885), - [anon_sym_EQ_EQ] = ACTIONS(4883), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4885), - [anon_sym_LT_EQ] = ACTIONS(4885), - [anon_sym_GT_EQ] = ACTIONS(4885), - [anon_sym_BANGin] = ACTIONS(4885), - [anon_sym_is] = ACTIONS(4883), - [anon_sym_BANGis] = ACTIONS(4885), - [anon_sym_PLUS] = ACTIONS(4883), - [anon_sym_DASH] = ACTIONS(4883), - [anon_sym_SLASH] = ACTIONS(4883), - [anon_sym_PERCENT] = ACTIONS(4883), - [anon_sym_as_QMARK] = ACTIONS(4885), - [anon_sym_PLUS_PLUS] = ACTIONS(4885), - [anon_sym_DASH_DASH] = ACTIONS(4885), - [anon_sym_BANG_BANG] = ACTIONS(4885), - [anon_sym_suspend] = ACTIONS(4883), - [anon_sym_sealed] = ACTIONS(4883), - [anon_sym_annotation] = ACTIONS(4883), - [anon_sym_data] = ACTIONS(4883), - [anon_sym_inner] = ACTIONS(4883), - [anon_sym_override] = ACTIONS(4883), - [anon_sym_lateinit] = ACTIONS(4883), - [anon_sym_public] = ACTIONS(4883), - [anon_sym_private] = ACTIONS(4883), - [anon_sym_internal] = ACTIONS(4883), - [anon_sym_protected] = ACTIONS(4883), - [anon_sym_tailrec] = ACTIONS(4883), - [anon_sym_operator] = ACTIONS(4883), - [anon_sym_infix] = ACTIONS(4883), - [anon_sym_inline] = ACTIONS(4883), - [anon_sym_external] = ACTIONS(4883), - [sym_property_modifier] = ACTIONS(4883), - [anon_sym_abstract] = ACTIONS(4883), - [anon_sym_final] = ACTIONS(4883), - [anon_sym_open] = ACTIONS(4883), - [anon_sym_vararg] = ACTIONS(4883), - [anon_sym_noinline] = ACTIONS(4883), - [anon_sym_crossinline] = ACTIONS(4883), - [anon_sym_expect] = ACTIONS(4883), - [anon_sym_actual] = ACTIONS(4883), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4885), - [sym_safe_nav] = ACTIONS(4885), - [sym_multiline_comment] = ACTIONS(3), - }, - [3334] = { - [sym__alpha_identifier] = ACTIONS(1764), - [anon_sym_AT] = ACTIONS(1766), - [anon_sym_LBRACK] = ACTIONS(1766), - [anon_sym_as] = ACTIONS(1764), - [anon_sym_EQ] = ACTIONS(1764), - [anon_sym_LBRACE] = ACTIONS(1766), - [anon_sym_RBRACE] = ACTIONS(1766), - [anon_sym_LPAREN] = ACTIONS(1766), - [anon_sym_COMMA] = ACTIONS(1766), - [anon_sym_LT] = ACTIONS(1764), - [anon_sym_GT] = ACTIONS(1764), - [anon_sym_where] = ACTIONS(1764), - [anon_sym_object] = ACTIONS(1764), - [anon_sym_fun] = ACTIONS(1764), - [anon_sym_DOT] = ACTIONS(1764), - [anon_sym_SEMI] = ACTIONS(1766), - [anon_sym_get] = ACTIONS(1764), - [anon_sym_set] = ACTIONS(1764), - [anon_sym_this] = ACTIONS(1764), - [anon_sym_super] = ACTIONS(1764), - [anon_sym_STAR] = ACTIONS(1764), - [sym_label] = ACTIONS(1764), - [anon_sym_in] = ACTIONS(1764), - [anon_sym_DOT_DOT] = ACTIONS(1766), - [anon_sym_QMARK_COLON] = ACTIONS(1766), - [anon_sym_AMP_AMP] = ACTIONS(1766), - [anon_sym_PIPE_PIPE] = ACTIONS(1766), - [anon_sym_null] = ACTIONS(1764), - [anon_sym_if] = ACTIONS(1764), - [anon_sym_else] = ACTIONS(1764), - [anon_sym_when] = ACTIONS(1764), - [anon_sym_try] = ACTIONS(1764), - [anon_sym_throw] = ACTIONS(1764), - [anon_sym_return] = ACTIONS(1764), - [anon_sym_continue] = ACTIONS(1764), - [anon_sym_break] = ACTIONS(1764), - [anon_sym_COLON_COLON] = ACTIONS(1766), - [anon_sym_PLUS_EQ] = ACTIONS(1766), - [anon_sym_DASH_EQ] = ACTIONS(1766), - [anon_sym_STAR_EQ] = ACTIONS(1766), - [anon_sym_SLASH_EQ] = ACTIONS(1766), - [anon_sym_PERCENT_EQ] = ACTIONS(1766), - [anon_sym_BANG_EQ] = ACTIONS(1764), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1766), - [anon_sym_EQ_EQ] = ACTIONS(1764), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1766), - [anon_sym_LT_EQ] = ACTIONS(1766), - [anon_sym_GT_EQ] = ACTIONS(1766), - [anon_sym_BANGin] = ACTIONS(1766), - [anon_sym_is] = ACTIONS(1764), - [anon_sym_BANGis] = ACTIONS(1766), - [anon_sym_PLUS] = ACTIONS(1764), - [anon_sym_DASH] = ACTIONS(1764), - [anon_sym_SLASH] = ACTIONS(1764), - [anon_sym_PERCENT] = ACTIONS(1764), - [anon_sym_as_QMARK] = ACTIONS(1766), - [anon_sym_PLUS_PLUS] = ACTIONS(1766), - [anon_sym_DASH_DASH] = ACTIONS(1766), - [anon_sym_BANG] = ACTIONS(1764), - [anon_sym_BANG_BANG] = ACTIONS(1766), - [anon_sym_data] = ACTIONS(1764), - [anon_sym_inner] = ACTIONS(1764), - [anon_sym_expect] = ACTIONS(1764), - [anon_sym_actual] = ACTIONS(1764), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1766), - [anon_sym_continue_AT] = ACTIONS(1766), - [anon_sym_break_AT] = ACTIONS(1766), - [sym_real_literal] = ACTIONS(1766), - [sym_integer_literal] = ACTIONS(1764), - [sym_hex_literal] = ACTIONS(1766), - [sym_bin_literal] = ACTIONS(1766), - [anon_sym_true] = ACTIONS(1764), - [anon_sym_false] = ACTIONS(1764), - [anon_sym_SQUOTE] = ACTIONS(1766), - [sym__backtick_identifier] = ACTIONS(1766), - [sym__automatic_semicolon] = ACTIONS(1766), - [sym_safe_nav] = ACTIONS(1766), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1766), - }, - [3335] = { - [sym__alpha_identifier] = ACTIONS(3061), - [anon_sym_AT] = ACTIONS(3063), - [anon_sym_LBRACK] = ACTIONS(3063), - [anon_sym_as] = ACTIONS(3061), - [anon_sym_EQ] = ACTIONS(3061), - [anon_sym_LBRACE] = ACTIONS(3063), - [anon_sym_RBRACE] = ACTIONS(3063), - [anon_sym_LPAREN] = ACTIONS(3063), - [anon_sym_COMMA] = ACTIONS(3063), - [anon_sym_LT] = ACTIONS(3061), - [anon_sym_GT] = ACTIONS(3061), - [anon_sym_where] = ACTIONS(3061), - [anon_sym_object] = ACTIONS(3061), - [anon_sym_fun] = ACTIONS(3061), - [anon_sym_DOT] = ACTIONS(3061), - [anon_sym_SEMI] = ACTIONS(3063), - [anon_sym_get] = ACTIONS(3061), - [anon_sym_set] = ACTIONS(3061), - [anon_sym_this] = ACTIONS(3061), - [anon_sym_super] = ACTIONS(3061), - [anon_sym_STAR] = ACTIONS(3061), - [sym_label] = ACTIONS(3061), - [anon_sym_in] = ACTIONS(3061), - [anon_sym_DOT_DOT] = ACTIONS(3063), - [anon_sym_QMARK_COLON] = ACTIONS(3063), - [anon_sym_AMP_AMP] = ACTIONS(3063), - [anon_sym_PIPE_PIPE] = ACTIONS(3063), - [anon_sym_null] = ACTIONS(3061), - [anon_sym_if] = ACTIONS(3061), - [anon_sym_else] = ACTIONS(3061), - [anon_sym_when] = ACTIONS(3061), - [anon_sym_try] = ACTIONS(3061), - [anon_sym_throw] = ACTIONS(3061), - [anon_sym_return] = ACTIONS(3061), - [anon_sym_continue] = ACTIONS(3061), - [anon_sym_break] = ACTIONS(3061), - [anon_sym_COLON_COLON] = ACTIONS(3063), - [anon_sym_PLUS_EQ] = ACTIONS(3063), - [anon_sym_DASH_EQ] = ACTIONS(3063), - [anon_sym_STAR_EQ] = ACTIONS(3063), - [anon_sym_SLASH_EQ] = ACTIONS(3063), - [anon_sym_PERCENT_EQ] = ACTIONS(3063), - [anon_sym_BANG_EQ] = ACTIONS(3061), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3063), - [anon_sym_EQ_EQ] = ACTIONS(3061), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3063), - [anon_sym_LT_EQ] = ACTIONS(3063), - [anon_sym_GT_EQ] = ACTIONS(3063), - [anon_sym_BANGin] = ACTIONS(3063), - [anon_sym_is] = ACTIONS(3061), - [anon_sym_BANGis] = ACTIONS(3063), - [anon_sym_PLUS] = ACTIONS(3061), - [anon_sym_DASH] = ACTIONS(3061), - [anon_sym_SLASH] = ACTIONS(3061), - [anon_sym_PERCENT] = ACTIONS(3061), - [anon_sym_as_QMARK] = ACTIONS(3063), - [anon_sym_PLUS_PLUS] = ACTIONS(3063), - [anon_sym_DASH_DASH] = ACTIONS(3063), - [anon_sym_BANG] = ACTIONS(3061), - [anon_sym_BANG_BANG] = ACTIONS(3063), - [anon_sym_data] = ACTIONS(3061), - [anon_sym_inner] = ACTIONS(3061), - [anon_sym_expect] = ACTIONS(3061), - [anon_sym_actual] = ACTIONS(3061), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3063), - [anon_sym_continue_AT] = ACTIONS(3063), - [anon_sym_break_AT] = ACTIONS(3063), - [sym_real_literal] = ACTIONS(3063), - [sym_integer_literal] = ACTIONS(3061), - [sym_hex_literal] = ACTIONS(3063), - [sym_bin_literal] = ACTIONS(3063), - [anon_sym_true] = ACTIONS(3061), - [anon_sym_false] = ACTIONS(3061), - [anon_sym_SQUOTE] = ACTIONS(3063), - [sym__backtick_identifier] = ACTIONS(3063), - [sym__automatic_semicolon] = ACTIONS(3063), - [sym_safe_nav] = ACTIONS(3063), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3063), - }, - [3336] = { - [sym__alpha_identifier] = ACTIONS(4879), - [anon_sym_AT] = ACTIONS(4881), - [anon_sym_LBRACK] = ACTIONS(4881), - [anon_sym_RBRACK] = ACTIONS(4881), - [anon_sym_as] = ACTIONS(4879), - [anon_sym_EQ] = ACTIONS(4879), - [anon_sym_LBRACE] = ACTIONS(4881), - [anon_sym_RBRACE] = ACTIONS(4881), - [anon_sym_LPAREN] = ACTIONS(4881), - [anon_sym_COMMA] = ACTIONS(4881), - [anon_sym_RPAREN] = ACTIONS(4881), - [anon_sym_LT] = ACTIONS(4879), - [anon_sym_GT] = ACTIONS(4879), - [anon_sym_where] = ACTIONS(4879), - [anon_sym_DOT] = ACTIONS(4879), - [anon_sym_SEMI] = ACTIONS(4881), - [anon_sym_get] = ACTIONS(4879), - [anon_sym_set] = ACTIONS(4879), - [anon_sym_STAR] = ACTIONS(4879), - [anon_sym_DASH_GT] = ACTIONS(4881), - [sym_label] = ACTIONS(4881), - [anon_sym_in] = ACTIONS(4879), - [anon_sym_while] = ACTIONS(4879), - [anon_sym_DOT_DOT] = ACTIONS(4881), - [anon_sym_QMARK_COLON] = ACTIONS(4881), - [anon_sym_AMP_AMP] = ACTIONS(4881), - [anon_sym_PIPE_PIPE] = ACTIONS(4881), - [anon_sym_else] = ACTIONS(4879), - [anon_sym_COLON_COLON] = ACTIONS(4881), - [anon_sym_PLUS_EQ] = ACTIONS(4881), - [anon_sym_DASH_EQ] = ACTIONS(4881), - [anon_sym_STAR_EQ] = ACTIONS(4881), - [anon_sym_SLASH_EQ] = ACTIONS(4881), - [anon_sym_PERCENT_EQ] = ACTIONS(4881), - [anon_sym_BANG_EQ] = ACTIONS(4879), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4881), - [anon_sym_EQ_EQ] = ACTIONS(4879), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4881), - [anon_sym_LT_EQ] = ACTIONS(4881), - [anon_sym_GT_EQ] = ACTIONS(4881), - [anon_sym_BANGin] = ACTIONS(4881), - [anon_sym_is] = ACTIONS(4879), - [anon_sym_BANGis] = ACTIONS(4881), - [anon_sym_PLUS] = ACTIONS(4879), - [anon_sym_DASH] = ACTIONS(4879), - [anon_sym_SLASH] = ACTIONS(4879), - [anon_sym_PERCENT] = ACTIONS(4879), - [anon_sym_as_QMARK] = ACTIONS(4881), - [anon_sym_PLUS_PLUS] = ACTIONS(4881), - [anon_sym_DASH_DASH] = ACTIONS(4881), - [anon_sym_BANG_BANG] = ACTIONS(4881), - [anon_sym_suspend] = ACTIONS(4879), - [anon_sym_sealed] = ACTIONS(4879), - [anon_sym_annotation] = ACTIONS(4879), - [anon_sym_data] = ACTIONS(4879), - [anon_sym_inner] = ACTIONS(4879), - [anon_sym_override] = ACTIONS(4879), - [anon_sym_lateinit] = ACTIONS(4879), - [anon_sym_public] = ACTIONS(4879), - [anon_sym_private] = ACTIONS(4879), - [anon_sym_internal] = ACTIONS(4879), - [anon_sym_protected] = ACTIONS(4879), - [anon_sym_tailrec] = ACTIONS(4879), - [anon_sym_operator] = ACTIONS(4879), - [anon_sym_infix] = ACTIONS(4879), - [anon_sym_inline] = ACTIONS(4879), - [anon_sym_external] = ACTIONS(4879), - [sym_property_modifier] = ACTIONS(4879), - [anon_sym_abstract] = ACTIONS(4879), - [anon_sym_final] = ACTIONS(4879), - [anon_sym_open] = ACTIONS(4879), - [anon_sym_vararg] = ACTIONS(4879), - [anon_sym_noinline] = ACTIONS(4879), - [anon_sym_crossinline] = ACTIONS(4879), - [anon_sym_expect] = ACTIONS(4879), - [anon_sym_actual] = ACTIONS(4879), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4881), - [sym_safe_nav] = ACTIONS(4881), - [sym_multiline_comment] = ACTIONS(3), - }, - [3337] = { - [sym__alpha_identifier] = ACTIONS(4023), - [anon_sym_AT] = ACTIONS(4025), - [anon_sym_LBRACK] = ACTIONS(4025), - [anon_sym_RBRACK] = ACTIONS(4025), - [anon_sym_as] = ACTIONS(4023), - [anon_sym_EQ] = ACTIONS(4023), - [anon_sym_LBRACE] = ACTIONS(4025), - [anon_sym_RBRACE] = ACTIONS(4025), - [anon_sym_LPAREN] = ACTIONS(4025), - [anon_sym_COMMA] = ACTIONS(4025), - [anon_sym_RPAREN] = ACTIONS(4025), - [anon_sym_LT] = ACTIONS(4023), - [anon_sym_GT] = ACTIONS(4023), - [anon_sym_where] = ACTIONS(4023), - [anon_sym_DOT] = ACTIONS(4023), - [anon_sym_SEMI] = ACTIONS(4025), - [anon_sym_get] = ACTIONS(4023), - [anon_sym_set] = ACTIONS(4023), - [anon_sym_STAR] = ACTIONS(4023), - [anon_sym_DASH_GT] = ACTIONS(4025), - [sym_label] = ACTIONS(4025), - [anon_sym_in] = ACTIONS(4023), - [anon_sym_while] = ACTIONS(4023), - [anon_sym_DOT_DOT] = ACTIONS(4025), - [anon_sym_QMARK_COLON] = ACTIONS(4025), - [anon_sym_AMP_AMP] = ACTIONS(4025), - [anon_sym_PIPE_PIPE] = ACTIONS(4025), - [anon_sym_else] = ACTIONS(4023), - [anon_sym_COLON_COLON] = ACTIONS(4025), - [anon_sym_PLUS_EQ] = ACTIONS(4025), - [anon_sym_DASH_EQ] = ACTIONS(4025), - [anon_sym_STAR_EQ] = ACTIONS(4025), - [anon_sym_SLASH_EQ] = ACTIONS(4025), - [anon_sym_PERCENT_EQ] = ACTIONS(4025), - [anon_sym_BANG_EQ] = ACTIONS(4023), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4025), - [anon_sym_EQ_EQ] = ACTIONS(4023), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4025), - [anon_sym_LT_EQ] = ACTIONS(4025), - [anon_sym_GT_EQ] = ACTIONS(4025), - [anon_sym_BANGin] = ACTIONS(4025), - [anon_sym_is] = ACTIONS(4023), - [anon_sym_BANGis] = ACTIONS(4025), - [anon_sym_PLUS] = ACTIONS(4023), - [anon_sym_DASH] = ACTIONS(4023), - [anon_sym_SLASH] = ACTIONS(4023), - [anon_sym_PERCENT] = ACTIONS(4023), - [anon_sym_as_QMARK] = ACTIONS(4025), - [anon_sym_PLUS_PLUS] = ACTIONS(4025), - [anon_sym_DASH_DASH] = ACTIONS(4025), - [anon_sym_BANG_BANG] = ACTIONS(4025), - [anon_sym_suspend] = ACTIONS(4023), - [anon_sym_sealed] = ACTIONS(4023), - [anon_sym_annotation] = ACTIONS(4023), - [anon_sym_data] = ACTIONS(4023), - [anon_sym_inner] = ACTIONS(4023), - [anon_sym_override] = ACTIONS(4023), - [anon_sym_lateinit] = ACTIONS(4023), - [anon_sym_public] = ACTIONS(4023), - [anon_sym_private] = ACTIONS(4023), - [anon_sym_internal] = ACTIONS(4023), - [anon_sym_protected] = ACTIONS(4023), - [anon_sym_tailrec] = ACTIONS(4023), - [anon_sym_operator] = ACTIONS(4023), - [anon_sym_infix] = ACTIONS(4023), - [anon_sym_inline] = ACTIONS(4023), - [anon_sym_external] = ACTIONS(4023), - [sym_property_modifier] = ACTIONS(4023), - [anon_sym_abstract] = ACTIONS(4023), - [anon_sym_final] = ACTIONS(4023), - [anon_sym_open] = ACTIONS(4023), - [anon_sym_vararg] = ACTIONS(4023), - [anon_sym_noinline] = ACTIONS(4023), - [anon_sym_crossinline] = ACTIONS(4023), - [anon_sym_expect] = ACTIONS(4023), - [anon_sym_actual] = ACTIONS(4023), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4025), - [sym_safe_nav] = ACTIONS(4025), - [sym_multiline_comment] = ACTIONS(3), - }, - [3338] = { - [sym__alpha_identifier] = ACTIONS(4981), - [anon_sym_AT] = ACTIONS(4983), - [anon_sym_LBRACK] = ACTIONS(4983), - [anon_sym_as] = ACTIONS(4981), - [anon_sym_EQ] = ACTIONS(4981), - [anon_sym_LBRACE] = ACTIONS(4983), - [anon_sym_RBRACE] = ACTIONS(4983), - [anon_sym_LPAREN] = ACTIONS(4983), - [anon_sym_COMMA] = ACTIONS(4983), - [anon_sym_LT] = ACTIONS(4981), - [anon_sym_GT] = ACTIONS(4981), - [anon_sym_where] = ACTIONS(4981), - [anon_sym_object] = ACTIONS(4981), - [anon_sym_fun] = ACTIONS(4981), - [anon_sym_DOT] = ACTIONS(4981), - [anon_sym_SEMI] = ACTIONS(4983), - [anon_sym_get] = ACTIONS(4981), - [anon_sym_set] = ACTIONS(4981), - [anon_sym_this] = ACTIONS(4981), - [anon_sym_super] = ACTIONS(4981), - [anon_sym_STAR] = ACTIONS(4981), - [sym_label] = ACTIONS(4981), - [anon_sym_in] = ACTIONS(4981), - [anon_sym_DOT_DOT] = ACTIONS(4983), - [anon_sym_QMARK_COLON] = ACTIONS(4983), - [anon_sym_AMP_AMP] = ACTIONS(4983), - [anon_sym_PIPE_PIPE] = ACTIONS(4983), - [anon_sym_null] = ACTIONS(4981), - [anon_sym_if] = ACTIONS(4981), - [anon_sym_else] = ACTIONS(4981), - [anon_sym_when] = ACTIONS(4981), - [anon_sym_try] = ACTIONS(4981), - [anon_sym_throw] = ACTIONS(4981), - [anon_sym_return] = ACTIONS(4981), - [anon_sym_continue] = ACTIONS(4981), - [anon_sym_break] = ACTIONS(4981), - [anon_sym_COLON_COLON] = ACTIONS(4983), - [anon_sym_PLUS_EQ] = ACTIONS(4983), - [anon_sym_DASH_EQ] = ACTIONS(4983), - [anon_sym_STAR_EQ] = ACTIONS(4983), - [anon_sym_SLASH_EQ] = ACTIONS(4983), - [anon_sym_PERCENT_EQ] = ACTIONS(4983), - [anon_sym_BANG_EQ] = ACTIONS(4981), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4983), - [anon_sym_EQ_EQ] = ACTIONS(4981), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4983), - [anon_sym_LT_EQ] = ACTIONS(4983), - [anon_sym_GT_EQ] = ACTIONS(4983), - [anon_sym_BANGin] = ACTIONS(4983), - [anon_sym_is] = ACTIONS(4981), - [anon_sym_BANGis] = ACTIONS(4983), - [anon_sym_PLUS] = ACTIONS(4981), - [anon_sym_DASH] = ACTIONS(4981), - [anon_sym_SLASH] = ACTIONS(4981), - [anon_sym_PERCENT] = ACTIONS(4981), - [anon_sym_as_QMARK] = ACTIONS(4983), - [anon_sym_PLUS_PLUS] = ACTIONS(4983), - [anon_sym_DASH_DASH] = ACTIONS(4983), - [anon_sym_BANG] = ACTIONS(4981), - [anon_sym_BANG_BANG] = ACTIONS(4983), - [anon_sym_data] = ACTIONS(4981), - [anon_sym_inner] = ACTIONS(4981), - [anon_sym_expect] = ACTIONS(4981), - [anon_sym_actual] = ACTIONS(4981), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4983), - [anon_sym_continue_AT] = ACTIONS(4983), - [anon_sym_break_AT] = ACTIONS(4983), - [sym_real_literal] = ACTIONS(4983), - [sym_integer_literal] = ACTIONS(4981), - [sym_hex_literal] = ACTIONS(4983), - [sym_bin_literal] = ACTIONS(4983), - [anon_sym_true] = ACTIONS(4981), - [anon_sym_false] = ACTIONS(4981), - [anon_sym_SQUOTE] = ACTIONS(4983), - [sym__backtick_identifier] = ACTIONS(4983), - [sym__automatic_semicolon] = ACTIONS(4983), - [sym_safe_nav] = ACTIONS(4983), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4983), - }, - [3339] = { - [sym__alpha_identifier] = ACTIONS(4809), - [anon_sym_AT] = ACTIONS(4811), - [anon_sym_LBRACK] = ACTIONS(4811), - [anon_sym_as] = ACTIONS(4809), - [anon_sym_EQ] = ACTIONS(4809), - [anon_sym_LBRACE] = ACTIONS(4811), - [anon_sym_RBRACE] = ACTIONS(4811), - [anon_sym_LPAREN] = ACTIONS(4811), - [anon_sym_COMMA] = ACTIONS(4811), - [anon_sym_LT] = ACTIONS(4809), - [anon_sym_GT] = ACTIONS(4809), - [anon_sym_where] = ACTIONS(4809), - [anon_sym_object] = ACTIONS(4809), - [anon_sym_fun] = ACTIONS(4809), - [anon_sym_DOT] = ACTIONS(4809), - [anon_sym_SEMI] = ACTIONS(4811), - [anon_sym_get] = ACTIONS(4809), - [anon_sym_set] = ACTIONS(4809), - [anon_sym_this] = ACTIONS(4809), - [anon_sym_super] = ACTIONS(4809), - [anon_sym_STAR] = ACTIONS(4809), - [sym_label] = ACTIONS(4809), - [anon_sym_in] = ACTIONS(4809), - [anon_sym_DOT_DOT] = ACTIONS(4811), - [anon_sym_QMARK_COLON] = ACTIONS(4811), - [anon_sym_AMP_AMP] = ACTIONS(4811), - [anon_sym_PIPE_PIPE] = ACTIONS(4811), - [anon_sym_null] = ACTIONS(4809), - [anon_sym_if] = ACTIONS(4809), - [anon_sym_else] = ACTIONS(4809), - [anon_sym_when] = ACTIONS(4809), - [anon_sym_try] = ACTIONS(4809), - [anon_sym_throw] = ACTIONS(4809), - [anon_sym_return] = ACTIONS(4809), - [anon_sym_continue] = ACTIONS(4809), - [anon_sym_break] = ACTIONS(4809), - [anon_sym_COLON_COLON] = ACTIONS(4811), - [anon_sym_PLUS_EQ] = ACTIONS(4811), - [anon_sym_DASH_EQ] = ACTIONS(4811), - [anon_sym_STAR_EQ] = ACTIONS(4811), - [anon_sym_SLASH_EQ] = ACTIONS(4811), - [anon_sym_PERCENT_EQ] = ACTIONS(4811), - [anon_sym_BANG_EQ] = ACTIONS(4809), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4811), - [anon_sym_EQ_EQ] = ACTIONS(4809), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4811), - [anon_sym_LT_EQ] = ACTIONS(4811), - [anon_sym_GT_EQ] = ACTIONS(4811), - [anon_sym_BANGin] = ACTIONS(4811), - [anon_sym_is] = ACTIONS(4809), - [anon_sym_BANGis] = ACTIONS(4811), - [anon_sym_PLUS] = ACTIONS(4809), - [anon_sym_DASH] = ACTIONS(4809), - [anon_sym_SLASH] = ACTIONS(4809), - [anon_sym_PERCENT] = ACTIONS(4809), - [anon_sym_as_QMARK] = ACTIONS(4811), - [anon_sym_PLUS_PLUS] = ACTIONS(4811), - [anon_sym_DASH_DASH] = ACTIONS(4811), - [anon_sym_BANG] = ACTIONS(4809), - [anon_sym_BANG_BANG] = ACTIONS(4811), - [anon_sym_data] = ACTIONS(4809), - [anon_sym_inner] = ACTIONS(4809), - [anon_sym_expect] = ACTIONS(4809), - [anon_sym_actual] = ACTIONS(4809), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4811), - [anon_sym_continue_AT] = ACTIONS(4811), - [anon_sym_break_AT] = ACTIONS(4811), - [sym_real_literal] = ACTIONS(4811), - [sym_integer_literal] = ACTIONS(4809), - [sym_hex_literal] = ACTIONS(4811), - [sym_bin_literal] = ACTIONS(4811), - [anon_sym_true] = ACTIONS(4809), - [anon_sym_false] = ACTIONS(4809), - [anon_sym_SQUOTE] = ACTIONS(4811), - [sym__backtick_identifier] = ACTIONS(4811), - [sym__automatic_semicolon] = ACTIONS(4811), - [sym_safe_nav] = ACTIONS(4811), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4811), - }, - [3340] = { - [sym__alpha_identifier] = ACTIONS(4985), - [anon_sym_AT] = ACTIONS(4987), - [anon_sym_LBRACK] = ACTIONS(4987), - [anon_sym_as] = ACTIONS(4985), - [anon_sym_EQ] = ACTIONS(4985), - [anon_sym_LBRACE] = ACTIONS(4987), - [anon_sym_RBRACE] = ACTIONS(4987), - [anon_sym_LPAREN] = ACTIONS(4987), - [anon_sym_COMMA] = ACTIONS(4987), - [anon_sym_LT] = ACTIONS(4985), - [anon_sym_GT] = ACTIONS(4985), - [anon_sym_where] = ACTIONS(4985), - [anon_sym_object] = ACTIONS(4985), - [anon_sym_fun] = ACTIONS(4985), - [anon_sym_DOT] = ACTIONS(4985), - [anon_sym_SEMI] = ACTIONS(4987), - [anon_sym_get] = ACTIONS(4985), - [anon_sym_set] = ACTIONS(4985), - [anon_sym_this] = ACTIONS(4985), - [anon_sym_super] = ACTIONS(4985), - [anon_sym_STAR] = ACTIONS(4985), - [sym_label] = ACTIONS(4985), - [anon_sym_in] = ACTIONS(4985), - [anon_sym_DOT_DOT] = ACTIONS(4987), - [anon_sym_QMARK_COLON] = ACTIONS(4987), - [anon_sym_AMP_AMP] = ACTIONS(4987), - [anon_sym_PIPE_PIPE] = ACTIONS(4987), - [anon_sym_null] = ACTIONS(4985), - [anon_sym_if] = ACTIONS(4985), - [anon_sym_else] = ACTIONS(4985), - [anon_sym_when] = ACTIONS(4985), - [anon_sym_try] = ACTIONS(4985), - [anon_sym_throw] = ACTIONS(4985), - [anon_sym_return] = ACTIONS(4985), - [anon_sym_continue] = ACTIONS(4985), - [anon_sym_break] = ACTIONS(4985), - [anon_sym_COLON_COLON] = ACTIONS(4987), - [anon_sym_PLUS_EQ] = ACTIONS(4987), - [anon_sym_DASH_EQ] = ACTIONS(4987), - [anon_sym_STAR_EQ] = ACTIONS(4987), - [anon_sym_SLASH_EQ] = ACTIONS(4987), - [anon_sym_PERCENT_EQ] = ACTIONS(4987), - [anon_sym_BANG_EQ] = ACTIONS(4985), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4987), - [anon_sym_EQ_EQ] = ACTIONS(4985), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4987), - [anon_sym_LT_EQ] = ACTIONS(4987), - [anon_sym_GT_EQ] = ACTIONS(4987), - [anon_sym_BANGin] = ACTIONS(4987), - [anon_sym_is] = ACTIONS(4985), - [anon_sym_BANGis] = ACTIONS(4987), - [anon_sym_PLUS] = ACTIONS(4985), - [anon_sym_DASH] = ACTIONS(4985), - [anon_sym_SLASH] = ACTIONS(4985), - [anon_sym_PERCENT] = ACTIONS(4985), - [anon_sym_as_QMARK] = ACTIONS(4987), - [anon_sym_PLUS_PLUS] = ACTIONS(4987), - [anon_sym_DASH_DASH] = ACTIONS(4987), - [anon_sym_BANG] = ACTIONS(4985), - [anon_sym_BANG_BANG] = ACTIONS(4987), - [anon_sym_data] = ACTIONS(4985), - [anon_sym_inner] = ACTIONS(4985), - [anon_sym_expect] = ACTIONS(4985), - [anon_sym_actual] = ACTIONS(4985), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4987), - [anon_sym_continue_AT] = ACTIONS(4987), - [anon_sym_break_AT] = ACTIONS(4987), - [sym_real_literal] = ACTIONS(4987), - [sym_integer_literal] = ACTIONS(4985), - [sym_hex_literal] = ACTIONS(4987), - [sym_bin_literal] = ACTIONS(4987), - [anon_sym_true] = ACTIONS(4985), - [anon_sym_false] = ACTIONS(4985), - [anon_sym_SQUOTE] = ACTIONS(4987), - [sym__backtick_identifier] = ACTIONS(4987), - [sym__automatic_semicolon] = ACTIONS(4987), - [sym_safe_nav] = ACTIONS(4987), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4987), - }, - [3341] = { - [sym__alpha_identifier] = ACTIONS(4989), - [anon_sym_AT] = ACTIONS(4991), - [anon_sym_LBRACK] = ACTIONS(4991), - [anon_sym_as] = ACTIONS(4989), - [anon_sym_EQ] = ACTIONS(4989), - [anon_sym_LBRACE] = ACTIONS(4991), - [anon_sym_RBRACE] = ACTIONS(4991), - [anon_sym_LPAREN] = ACTIONS(4991), - [anon_sym_COMMA] = ACTIONS(4991), - [anon_sym_LT] = ACTIONS(4989), - [anon_sym_GT] = ACTIONS(4989), - [anon_sym_where] = ACTIONS(4989), - [anon_sym_object] = ACTIONS(4989), - [anon_sym_fun] = ACTIONS(4989), - [anon_sym_DOT] = ACTIONS(4989), - [anon_sym_SEMI] = ACTIONS(4991), - [anon_sym_get] = ACTIONS(4989), - [anon_sym_set] = ACTIONS(4989), - [anon_sym_this] = ACTIONS(4989), - [anon_sym_super] = ACTIONS(4989), - [anon_sym_STAR] = ACTIONS(4989), - [sym_label] = ACTIONS(4989), - [anon_sym_in] = ACTIONS(4989), - [anon_sym_DOT_DOT] = ACTIONS(4991), - [anon_sym_QMARK_COLON] = ACTIONS(4991), - [anon_sym_AMP_AMP] = ACTIONS(4991), - [anon_sym_PIPE_PIPE] = ACTIONS(4991), - [anon_sym_null] = ACTIONS(4989), - [anon_sym_if] = ACTIONS(4989), - [anon_sym_else] = ACTIONS(4989), - [anon_sym_when] = ACTIONS(4989), - [anon_sym_try] = ACTIONS(4989), - [anon_sym_throw] = ACTIONS(4989), - [anon_sym_return] = ACTIONS(4989), - [anon_sym_continue] = ACTIONS(4989), - [anon_sym_break] = ACTIONS(4989), - [anon_sym_COLON_COLON] = ACTIONS(4991), - [anon_sym_PLUS_EQ] = ACTIONS(4991), - [anon_sym_DASH_EQ] = ACTIONS(4991), - [anon_sym_STAR_EQ] = ACTIONS(4991), - [anon_sym_SLASH_EQ] = ACTIONS(4991), - [anon_sym_PERCENT_EQ] = ACTIONS(4991), - [anon_sym_BANG_EQ] = ACTIONS(4989), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4991), - [anon_sym_EQ_EQ] = ACTIONS(4989), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4991), - [anon_sym_LT_EQ] = ACTIONS(4991), - [anon_sym_GT_EQ] = ACTIONS(4991), - [anon_sym_BANGin] = ACTIONS(4991), - [anon_sym_is] = ACTIONS(4989), - [anon_sym_BANGis] = ACTIONS(4991), - [anon_sym_PLUS] = ACTIONS(4989), - [anon_sym_DASH] = ACTIONS(4989), - [anon_sym_SLASH] = ACTIONS(4989), - [anon_sym_PERCENT] = ACTIONS(4989), - [anon_sym_as_QMARK] = ACTIONS(4991), - [anon_sym_PLUS_PLUS] = ACTIONS(4991), - [anon_sym_DASH_DASH] = ACTIONS(4991), - [anon_sym_BANG] = ACTIONS(4989), - [anon_sym_BANG_BANG] = ACTIONS(4991), - [anon_sym_data] = ACTIONS(4989), - [anon_sym_inner] = ACTIONS(4989), - [anon_sym_expect] = ACTIONS(4989), - [anon_sym_actual] = ACTIONS(4989), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4991), - [anon_sym_continue_AT] = ACTIONS(4991), - [anon_sym_break_AT] = ACTIONS(4991), - [sym_real_literal] = ACTIONS(4991), - [sym_integer_literal] = ACTIONS(4989), - [sym_hex_literal] = ACTIONS(4991), - [sym_bin_literal] = ACTIONS(4991), - [anon_sym_true] = ACTIONS(4989), - [anon_sym_false] = ACTIONS(4989), - [anon_sym_SQUOTE] = ACTIONS(4991), - [sym__backtick_identifier] = ACTIONS(4991), - [sym__automatic_semicolon] = ACTIONS(4991), - [sym_safe_nav] = ACTIONS(4991), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4991), - }, - [3342] = { - [sym__alpha_identifier] = ACTIONS(4867), - [anon_sym_AT] = ACTIONS(4869), - [anon_sym_LBRACK] = ACTIONS(4869), - [anon_sym_RBRACK] = ACTIONS(4869), - [anon_sym_as] = ACTIONS(4867), - [anon_sym_EQ] = ACTIONS(4867), - [anon_sym_LBRACE] = ACTIONS(4869), - [anon_sym_RBRACE] = ACTIONS(4869), - [anon_sym_LPAREN] = ACTIONS(4869), - [anon_sym_COMMA] = ACTIONS(4869), - [anon_sym_RPAREN] = ACTIONS(4869), - [anon_sym_LT] = ACTIONS(4867), - [anon_sym_GT] = ACTIONS(4867), - [anon_sym_where] = ACTIONS(4867), - [anon_sym_DOT] = ACTIONS(4867), - [anon_sym_SEMI] = ACTIONS(4869), - [anon_sym_get] = ACTIONS(4867), - [anon_sym_set] = ACTIONS(4867), - [anon_sym_STAR] = ACTIONS(4867), - [anon_sym_DASH_GT] = ACTIONS(4869), - [sym_label] = ACTIONS(4869), - [anon_sym_in] = ACTIONS(4867), - [anon_sym_while] = ACTIONS(4867), - [anon_sym_DOT_DOT] = ACTIONS(4869), - [anon_sym_QMARK_COLON] = ACTIONS(4869), - [anon_sym_AMP_AMP] = ACTIONS(4869), - [anon_sym_PIPE_PIPE] = ACTIONS(4869), - [anon_sym_else] = ACTIONS(4867), - [anon_sym_COLON_COLON] = ACTIONS(4869), - [anon_sym_PLUS_EQ] = ACTIONS(4869), - [anon_sym_DASH_EQ] = ACTIONS(4869), - [anon_sym_STAR_EQ] = ACTIONS(4869), - [anon_sym_SLASH_EQ] = ACTIONS(4869), - [anon_sym_PERCENT_EQ] = ACTIONS(4869), - [anon_sym_BANG_EQ] = ACTIONS(4867), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4869), - [anon_sym_EQ_EQ] = ACTIONS(4867), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4869), - [anon_sym_LT_EQ] = ACTIONS(4869), - [anon_sym_GT_EQ] = ACTIONS(4869), - [anon_sym_BANGin] = ACTIONS(4869), - [anon_sym_is] = ACTIONS(4867), - [anon_sym_BANGis] = ACTIONS(4869), - [anon_sym_PLUS] = ACTIONS(4867), - [anon_sym_DASH] = ACTIONS(4867), - [anon_sym_SLASH] = ACTIONS(4867), - [anon_sym_PERCENT] = ACTIONS(4867), - [anon_sym_as_QMARK] = ACTIONS(4869), - [anon_sym_PLUS_PLUS] = ACTIONS(4869), - [anon_sym_DASH_DASH] = ACTIONS(4869), - [anon_sym_BANG_BANG] = ACTIONS(4869), - [anon_sym_suspend] = ACTIONS(4867), - [anon_sym_sealed] = ACTIONS(4867), - [anon_sym_annotation] = ACTIONS(4867), - [anon_sym_data] = ACTIONS(4867), - [anon_sym_inner] = ACTIONS(4867), - [anon_sym_override] = ACTIONS(4867), - [anon_sym_lateinit] = ACTIONS(4867), - [anon_sym_public] = ACTIONS(4867), - [anon_sym_private] = ACTIONS(4867), - [anon_sym_internal] = ACTIONS(4867), - [anon_sym_protected] = ACTIONS(4867), - [anon_sym_tailrec] = ACTIONS(4867), - [anon_sym_operator] = ACTIONS(4867), - [anon_sym_infix] = ACTIONS(4867), - [anon_sym_inline] = ACTIONS(4867), - [anon_sym_external] = ACTIONS(4867), - [sym_property_modifier] = ACTIONS(4867), - [anon_sym_abstract] = ACTIONS(4867), - [anon_sym_final] = ACTIONS(4867), - [anon_sym_open] = ACTIONS(4867), - [anon_sym_vararg] = ACTIONS(4867), - [anon_sym_noinline] = ACTIONS(4867), - [anon_sym_crossinline] = ACTIONS(4867), - [anon_sym_expect] = ACTIONS(4867), - [anon_sym_actual] = ACTIONS(4867), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4869), - [sym_safe_nav] = ACTIONS(4869), - [sym_multiline_comment] = ACTIONS(3), - }, - [3343] = { - [sym__alpha_identifier] = ACTIONS(4863), - [anon_sym_AT] = ACTIONS(4865), - [anon_sym_LBRACK] = ACTIONS(4865), - [anon_sym_RBRACK] = ACTIONS(4865), - [anon_sym_as] = ACTIONS(4863), - [anon_sym_EQ] = ACTIONS(4863), - [anon_sym_LBRACE] = ACTIONS(4865), - [anon_sym_RBRACE] = ACTIONS(4865), - [anon_sym_LPAREN] = ACTIONS(4865), - [anon_sym_COMMA] = ACTIONS(4865), - [anon_sym_RPAREN] = ACTIONS(4865), - [anon_sym_LT] = ACTIONS(4863), - [anon_sym_GT] = ACTIONS(4863), - [anon_sym_where] = ACTIONS(4863), - [anon_sym_DOT] = ACTIONS(4863), - [anon_sym_SEMI] = ACTIONS(4865), - [anon_sym_get] = ACTIONS(4863), - [anon_sym_set] = ACTIONS(4863), - [anon_sym_STAR] = ACTIONS(4863), - [anon_sym_DASH_GT] = ACTIONS(4865), - [sym_label] = ACTIONS(4865), - [anon_sym_in] = ACTIONS(4863), - [anon_sym_while] = ACTIONS(4863), - [anon_sym_DOT_DOT] = ACTIONS(4865), - [anon_sym_QMARK_COLON] = ACTIONS(4865), - [anon_sym_AMP_AMP] = ACTIONS(4865), - [anon_sym_PIPE_PIPE] = ACTIONS(4865), - [anon_sym_else] = ACTIONS(4863), - [anon_sym_COLON_COLON] = ACTIONS(4865), - [anon_sym_PLUS_EQ] = ACTIONS(4865), - [anon_sym_DASH_EQ] = ACTIONS(4865), - [anon_sym_STAR_EQ] = ACTIONS(4865), - [anon_sym_SLASH_EQ] = ACTIONS(4865), - [anon_sym_PERCENT_EQ] = ACTIONS(4865), - [anon_sym_BANG_EQ] = ACTIONS(4863), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4865), - [anon_sym_EQ_EQ] = ACTIONS(4863), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4865), - [anon_sym_LT_EQ] = ACTIONS(4865), - [anon_sym_GT_EQ] = ACTIONS(4865), - [anon_sym_BANGin] = ACTIONS(4865), - [anon_sym_is] = ACTIONS(4863), - [anon_sym_BANGis] = ACTIONS(4865), - [anon_sym_PLUS] = ACTIONS(4863), - [anon_sym_DASH] = ACTIONS(4863), - [anon_sym_SLASH] = ACTIONS(4863), - [anon_sym_PERCENT] = ACTIONS(4863), - [anon_sym_as_QMARK] = ACTIONS(4865), - [anon_sym_PLUS_PLUS] = ACTIONS(4865), - [anon_sym_DASH_DASH] = ACTIONS(4865), - [anon_sym_BANG_BANG] = ACTIONS(4865), - [anon_sym_suspend] = ACTIONS(4863), - [anon_sym_sealed] = ACTIONS(4863), - [anon_sym_annotation] = ACTIONS(4863), - [anon_sym_data] = ACTIONS(4863), - [anon_sym_inner] = ACTIONS(4863), - [anon_sym_override] = ACTIONS(4863), - [anon_sym_lateinit] = ACTIONS(4863), - [anon_sym_public] = ACTIONS(4863), - [anon_sym_private] = ACTIONS(4863), - [anon_sym_internal] = ACTIONS(4863), - [anon_sym_protected] = ACTIONS(4863), - [anon_sym_tailrec] = ACTIONS(4863), - [anon_sym_operator] = ACTIONS(4863), - [anon_sym_infix] = ACTIONS(4863), - [anon_sym_inline] = ACTIONS(4863), - [anon_sym_external] = ACTIONS(4863), - [sym_property_modifier] = ACTIONS(4863), - [anon_sym_abstract] = ACTIONS(4863), - [anon_sym_final] = ACTIONS(4863), - [anon_sym_open] = ACTIONS(4863), - [anon_sym_vararg] = ACTIONS(4863), - [anon_sym_noinline] = ACTIONS(4863), - [anon_sym_crossinline] = ACTIONS(4863), - [anon_sym_expect] = ACTIONS(4863), - [anon_sym_actual] = ACTIONS(4863), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4865), - [sym_safe_nav] = ACTIONS(4865), - [sym_multiline_comment] = ACTIONS(3), - }, - [3344] = { - [sym_function_body] = STATE(3761), - [sym__block] = STATE(3725), - [sym__alpha_identifier] = ACTIONS(4336), - [anon_sym_AT] = ACTIONS(4338), - [anon_sym_COLON] = ACTIONS(6554), - [anon_sym_LBRACK] = ACTIONS(4338), - [anon_sym_as] = ACTIONS(4336), - [anon_sym_EQ] = ACTIONS(6432), - [anon_sym_LBRACE] = ACTIONS(6434), - [anon_sym_RBRACE] = ACTIONS(4338), - [anon_sym_LPAREN] = ACTIONS(4338), - [anon_sym_COMMA] = ACTIONS(4338), - [anon_sym_LT] = ACTIONS(4336), - [anon_sym_GT] = ACTIONS(4336), - [anon_sym_where] = ACTIONS(4336), - [anon_sym_DOT] = ACTIONS(4336), - [anon_sym_SEMI] = ACTIONS(4338), - [anon_sym_get] = ACTIONS(4336), - [anon_sym_set] = ACTIONS(4336), - [anon_sym_STAR] = ACTIONS(4336), - [sym_label] = ACTIONS(4338), - [anon_sym_in] = ACTIONS(4336), - [anon_sym_DOT_DOT] = ACTIONS(4338), - [anon_sym_QMARK_COLON] = ACTIONS(4338), - [anon_sym_AMP_AMP] = ACTIONS(4338), - [anon_sym_PIPE_PIPE] = ACTIONS(4338), - [anon_sym_else] = ACTIONS(4336), - [anon_sym_COLON_COLON] = ACTIONS(4338), - [anon_sym_PLUS_EQ] = ACTIONS(4338), - [anon_sym_DASH_EQ] = ACTIONS(4338), - [anon_sym_STAR_EQ] = ACTIONS(4338), - [anon_sym_SLASH_EQ] = ACTIONS(4338), - [anon_sym_PERCENT_EQ] = ACTIONS(4338), - [anon_sym_BANG_EQ] = ACTIONS(4336), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4338), - [anon_sym_EQ_EQ] = ACTIONS(4336), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4338), - [anon_sym_LT_EQ] = ACTIONS(4338), - [anon_sym_GT_EQ] = ACTIONS(4338), - [anon_sym_BANGin] = ACTIONS(4338), - [anon_sym_is] = ACTIONS(4336), - [anon_sym_BANGis] = ACTIONS(4338), - [anon_sym_PLUS] = ACTIONS(4336), - [anon_sym_DASH] = ACTIONS(4336), - [anon_sym_SLASH] = ACTIONS(4336), - [anon_sym_PERCENT] = ACTIONS(4336), - [anon_sym_as_QMARK] = ACTIONS(4338), - [anon_sym_PLUS_PLUS] = ACTIONS(4338), - [anon_sym_DASH_DASH] = ACTIONS(4338), - [anon_sym_BANG_BANG] = ACTIONS(4338), - [anon_sym_suspend] = ACTIONS(4336), - [anon_sym_sealed] = ACTIONS(4336), - [anon_sym_annotation] = ACTIONS(4336), - [anon_sym_data] = ACTIONS(4336), - [anon_sym_inner] = ACTIONS(4336), - [anon_sym_override] = ACTIONS(4336), - [anon_sym_lateinit] = ACTIONS(4336), - [anon_sym_public] = ACTIONS(4336), - [anon_sym_private] = ACTIONS(4336), - [anon_sym_internal] = ACTIONS(4336), - [anon_sym_protected] = ACTIONS(4336), - [anon_sym_tailrec] = ACTIONS(4336), - [anon_sym_operator] = ACTIONS(4336), - [anon_sym_infix] = ACTIONS(4336), - [anon_sym_inline] = ACTIONS(4336), - [anon_sym_external] = ACTIONS(4336), - [sym_property_modifier] = ACTIONS(4336), - [anon_sym_abstract] = ACTIONS(4336), - [anon_sym_final] = ACTIONS(4336), - [anon_sym_open] = ACTIONS(4336), - [anon_sym_vararg] = ACTIONS(4336), - [anon_sym_noinline] = ACTIONS(4336), - [anon_sym_crossinline] = ACTIONS(4336), - [anon_sym_expect] = ACTIONS(4336), - [anon_sym_actual] = ACTIONS(4336), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4338), - [sym__automatic_semicolon] = ACTIONS(4338), - [sym_safe_nav] = ACTIONS(4338), - [sym_multiline_comment] = ACTIONS(3), - }, - [3345] = { - [sym_function_body] = STATE(3785), - [sym__block] = STATE(3725), - [sym__alpha_identifier] = ACTIONS(4326), - [anon_sym_AT] = ACTIONS(4328), - [anon_sym_COLON] = ACTIONS(6556), - [anon_sym_LBRACK] = ACTIONS(4328), - [anon_sym_as] = ACTIONS(4326), - [anon_sym_EQ] = ACTIONS(6432), - [anon_sym_LBRACE] = ACTIONS(6434), - [anon_sym_RBRACE] = ACTIONS(4328), - [anon_sym_LPAREN] = ACTIONS(4328), - [anon_sym_COMMA] = ACTIONS(4328), - [anon_sym_LT] = ACTIONS(4326), - [anon_sym_GT] = ACTIONS(4326), - [anon_sym_where] = ACTIONS(4326), - [anon_sym_DOT] = ACTIONS(4326), - [anon_sym_SEMI] = ACTIONS(4328), - [anon_sym_get] = ACTIONS(4326), - [anon_sym_set] = ACTIONS(4326), - [anon_sym_STAR] = ACTIONS(4326), - [sym_label] = ACTIONS(4328), - [anon_sym_in] = ACTIONS(4326), - [anon_sym_DOT_DOT] = ACTIONS(4328), - [anon_sym_QMARK_COLON] = ACTIONS(4328), - [anon_sym_AMP_AMP] = ACTIONS(4328), - [anon_sym_PIPE_PIPE] = ACTIONS(4328), - [anon_sym_else] = ACTIONS(4326), - [anon_sym_COLON_COLON] = ACTIONS(4328), - [anon_sym_PLUS_EQ] = ACTIONS(4328), - [anon_sym_DASH_EQ] = ACTIONS(4328), - [anon_sym_STAR_EQ] = ACTIONS(4328), - [anon_sym_SLASH_EQ] = ACTIONS(4328), - [anon_sym_PERCENT_EQ] = ACTIONS(4328), - [anon_sym_BANG_EQ] = ACTIONS(4326), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4328), - [anon_sym_EQ_EQ] = ACTIONS(4326), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4328), - [anon_sym_LT_EQ] = ACTIONS(4328), - [anon_sym_GT_EQ] = ACTIONS(4328), - [anon_sym_BANGin] = ACTIONS(4328), - [anon_sym_is] = ACTIONS(4326), - [anon_sym_BANGis] = ACTIONS(4328), - [anon_sym_PLUS] = ACTIONS(4326), - [anon_sym_DASH] = ACTIONS(4326), - [anon_sym_SLASH] = ACTIONS(4326), - [anon_sym_PERCENT] = ACTIONS(4326), - [anon_sym_as_QMARK] = ACTIONS(4328), - [anon_sym_PLUS_PLUS] = ACTIONS(4328), - [anon_sym_DASH_DASH] = ACTIONS(4328), - [anon_sym_BANG_BANG] = ACTIONS(4328), - [anon_sym_suspend] = ACTIONS(4326), - [anon_sym_sealed] = ACTIONS(4326), - [anon_sym_annotation] = ACTIONS(4326), - [anon_sym_data] = ACTIONS(4326), - [anon_sym_inner] = ACTIONS(4326), - [anon_sym_override] = ACTIONS(4326), - [anon_sym_lateinit] = ACTIONS(4326), - [anon_sym_public] = ACTIONS(4326), - [anon_sym_private] = ACTIONS(4326), - [anon_sym_internal] = ACTIONS(4326), - [anon_sym_protected] = ACTIONS(4326), - [anon_sym_tailrec] = ACTIONS(4326), - [anon_sym_operator] = ACTIONS(4326), - [anon_sym_infix] = ACTIONS(4326), - [anon_sym_inline] = ACTIONS(4326), - [anon_sym_external] = ACTIONS(4326), - [sym_property_modifier] = ACTIONS(4326), - [anon_sym_abstract] = ACTIONS(4326), - [anon_sym_final] = ACTIONS(4326), - [anon_sym_open] = ACTIONS(4326), - [anon_sym_vararg] = ACTIONS(4326), - [anon_sym_noinline] = ACTIONS(4326), - [anon_sym_crossinline] = ACTIONS(4326), - [anon_sym_expect] = ACTIONS(4326), - [anon_sym_actual] = ACTIONS(4326), + [sym__alpha_identifier] = ACTIONS(4923), + [anon_sym_AT] = ACTIONS(4925), + [anon_sym_LBRACK] = ACTIONS(4925), + [anon_sym_RBRACK] = ACTIONS(4925), + [anon_sym_as] = ACTIONS(4923), + [anon_sym_EQ] = ACTIONS(4923), + [anon_sym_LBRACE] = ACTIONS(4925), + [anon_sym_RBRACE] = ACTIONS(4925), + [anon_sym_LPAREN] = ACTIONS(4925), + [anon_sym_COMMA] = ACTIONS(4925), + [anon_sym_RPAREN] = ACTIONS(4925), + [anon_sym_LT] = ACTIONS(4923), + [anon_sym_GT] = ACTIONS(4923), + [anon_sym_where] = ACTIONS(4923), + [anon_sym_DOT] = ACTIONS(4923), + [anon_sym_SEMI] = ACTIONS(4925), + [anon_sym_get] = ACTIONS(4923), + [anon_sym_set] = ACTIONS(4923), + [anon_sym_STAR] = ACTIONS(4923), + [anon_sym_DASH_GT] = ACTIONS(4925), + [sym_label] = ACTIONS(4925), + [anon_sym_in] = ACTIONS(4923), + [anon_sym_while] = ACTIONS(4923), + [anon_sym_DOT_DOT] = ACTIONS(4925), + [anon_sym_QMARK_COLON] = ACTIONS(4925), + [anon_sym_AMP_AMP] = ACTIONS(4925), + [anon_sym_PIPE_PIPE] = ACTIONS(4925), + [anon_sym_else] = ACTIONS(4923), + [anon_sym_COLON_COLON] = ACTIONS(4925), + [anon_sym_PLUS_EQ] = ACTIONS(4925), + [anon_sym_DASH_EQ] = ACTIONS(4925), + [anon_sym_STAR_EQ] = ACTIONS(4925), + [anon_sym_SLASH_EQ] = ACTIONS(4925), + [anon_sym_PERCENT_EQ] = ACTIONS(4925), + [anon_sym_BANG_EQ] = ACTIONS(4923), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4925), + [anon_sym_EQ_EQ] = ACTIONS(4923), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4925), + [anon_sym_LT_EQ] = ACTIONS(4925), + [anon_sym_GT_EQ] = ACTIONS(4925), + [anon_sym_BANGin] = ACTIONS(4925), + [anon_sym_is] = ACTIONS(4923), + [anon_sym_BANGis] = ACTIONS(4925), + [anon_sym_PLUS] = ACTIONS(4923), + [anon_sym_DASH] = ACTIONS(4923), + [anon_sym_SLASH] = ACTIONS(4923), + [anon_sym_PERCENT] = ACTIONS(4923), + [anon_sym_as_QMARK] = ACTIONS(4925), + [anon_sym_PLUS_PLUS] = ACTIONS(4925), + [anon_sym_DASH_DASH] = ACTIONS(4925), + [anon_sym_BANG_BANG] = ACTIONS(4925), + [anon_sym_suspend] = ACTIONS(4923), + [anon_sym_sealed] = ACTIONS(4923), + [anon_sym_annotation] = ACTIONS(4923), + [anon_sym_data] = ACTIONS(4923), + [anon_sym_inner] = ACTIONS(4923), + [anon_sym_override] = ACTIONS(4923), + [anon_sym_lateinit] = ACTIONS(4923), + [anon_sym_public] = ACTIONS(4923), + [anon_sym_private] = ACTIONS(4923), + [anon_sym_internal] = ACTIONS(4923), + [anon_sym_protected] = ACTIONS(4923), + [anon_sym_tailrec] = ACTIONS(4923), + [anon_sym_operator] = ACTIONS(4923), + [anon_sym_infix] = ACTIONS(4923), + [anon_sym_inline] = ACTIONS(4923), + [anon_sym_external] = ACTIONS(4923), + [sym_property_modifier] = ACTIONS(4923), + [anon_sym_abstract] = ACTIONS(4923), + [anon_sym_final] = ACTIONS(4923), + [anon_sym_open] = ACTIONS(4923), + [anon_sym_vararg] = ACTIONS(4923), + [anon_sym_noinline] = ACTIONS(4923), + [anon_sym_crossinline] = ACTIONS(4923), + [anon_sym_expect] = ACTIONS(4923), + [anon_sym_actual] = ACTIONS(4923), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4328), - [sym__automatic_semicolon] = ACTIONS(4328), - [sym_safe_nav] = ACTIONS(4328), + [sym__backtick_identifier] = ACTIONS(4925), + [sym_safe_nav] = ACTIONS(4925), [sym_multiline_comment] = ACTIONS(3), }, - [3346] = { - [sym__alpha_identifier] = ACTIONS(4859), - [anon_sym_AT] = ACTIONS(4861), - [anon_sym_LBRACK] = ACTIONS(4861), - [anon_sym_RBRACK] = ACTIONS(4861), - [anon_sym_as] = ACTIONS(4859), - [anon_sym_EQ] = ACTIONS(4859), - [anon_sym_LBRACE] = ACTIONS(4861), - [anon_sym_RBRACE] = ACTIONS(4861), - [anon_sym_LPAREN] = ACTIONS(4861), - [anon_sym_COMMA] = ACTIONS(4861), - [anon_sym_RPAREN] = ACTIONS(4861), - [anon_sym_LT] = ACTIONS(4859), - [anon_sym_GT] = ACTIONS(4859), - [anon_sym_where] = ACTIONS(4859), - [anon_sym_DOT] = ACTIONS(4859), - [anon_sym_SEMI] = ACTIONS(4861), - [anon_sym_get] = ACTIONS(4859), - [anon_sym_set] = ACTIONS(4859), - [anon_sym_STAR] = ACTIONS(4859), - [anon_sym_DASH_GT] = ACTIONS(4861), - [sym_label] = ACTIONS(4861), - [anon_sym_in] = ACTIONS(4859), - [anon_sym_while] = ACTIONS(4859), - [anon_sym_DOT_DOT] = ACTIONS(4861), - [anon_sym_QMARK_COLON] = ACTIONS(4861), - [anon_sym_AMP_AMP] = ACTIONS(4861), - [anon_sym_PIPE_PIPE] = ACTIONS(4861), - [anon_sym_else] = ACTIONS(4859), - [anon_sym_COLON_COLON] = ACTIONS(4861), - [anon_sym_PLUS_EQ] = ACTIONS(4861), - [anon_sym_DASH_EQ] = ACTIONS(4861), - [anon_sym_STAR_EQ] = ACTIONS(4861), - [anon_sym_SLASH_EQ] = ACTIONS(4861), - [anon_sym_PERCENT_EQ] = ACTIONS(4861), - [anon_sym_BANG_EQ] = ACTIONS(4859), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4861), - [anon_sym_EQ_EQ] = ACTIONS(4859), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4861), - [anon_sym_LT_EQ] = ACTIONS(4861), - [anon_sym_GT_EQ] = ACTIONS(4861), - [anon_sym_BANGin] = ACTIONS(4861), - [anon_sym_is] = ACTIONS(4859), - [anon_sym_BANGis] = ACTIONS(4861), - [anon_sym_PLUS] = ACTIONS(4859), - [anon_sym_DASH] = ACTIONS(4859), - [anon_sym_SLASH] = ACTIONS(4859), - [anon_sym_PERCENT] = ACTIONS(4859), - [anon_sym_as_QMARK] = ACTIONS(4861), - [anon_sym_PLUS_PLUS] = ACTIONS(4861), - [anon_sym_DASH_DASH] = ACTIONS(4861), - [anon_sym_BANG_BANG] = ACTIONS(4861), - [anon_sym_suspend] = ACTIONS(4859), - [anon_sym_sealed] = ACTIONS(4859), - [anon_sym_annotation] = ACTIONS(4859), - [anon_sym_data] = ACTIONS(4859), - [anon_sym_inner] = ACTIONS(4859), - [anon_sym_override] = ACTIONS(4859), - [anon_sym_lateinit] = ACTIONS(4859), - [anon_sym_public] = ACTIONS(4859), - [anon_sym_private] = ACTIONS(4859), - [anon_sym_internal] = ACTIONS(4859), - [anon_sym_protected] = ACTIONS(4859), - [anon_sym_tailrec] = ACTIONS(4859), - [anon_sym_operator] = ACTIONS(4859), - [anon_sym_infix] = ACTIONS(4859), - [anon_sym_inline] = ACTIONS(4859), - [anon_sym_external] = ACTIONS(4859), - [sym_property_modifier] = ACTIONS(4859), - [anon_sym_abstract] = ACTIONS(4859), - [anon_sym_final] = ACTIONS(4859), - [anon_sym_open] = ACTIONS(4859), - [anon_sym_vararg] = ACTIONS(4859), - [anon_sym_noinline] = ACTIONS(4859), - [anon_sym_crossinline] = ACTIONS(4859), - [anon_sym_expect] = ACTIONS(4859), - [anon_sym_actual] = ACTIONS(4859), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4861), - [sym_safe_nav] = ACTIONS(4861), + [3326] = { + [sym__alpha_identifier] = ACTIONS(4732), + [anon_sym_AT] = ACTIONS(4734), + [anon_sym_LBRACK] = ACTIONS(4734), + [anon_sym_RBRACK] = ACTIONS(4734), + [anon_sym_as] = ACTIONS(4732), + [anon_sym_EQ] = ACTIONS(4732), + [anon_sym_LBRACE] = ACTIONS(4734), + [anon_sym_RBRACE] = ACTIONS(4734), + [anon_sym_LPAREN] = ACTIONS(4734), + [anon_sym_COMMA] = ACTIONS(4734), + [anon_sym_RPAREN] = ACTIONS(4734), + [anon_sym_LT] = ACTIONS(4732), + [anon_sym_GT] = ACTIONS(4732), + [anon_sym_where] = ACTIONS(4732), + [anon_sym_DOT] = ACTIONS(4732), + [anon_sym_SEMI] = ACTIONS(4734), + [anon_sym_get] = ACTIONS(4732), + [anon_sym_set] = ACTIONS(4732), + [anon_sym_STAR] = ACTIONS(4732), + [anon_sym_DASH_GT] = ACTIONS(4734), + [sym_label] = ACTIONS(4734), + [anon_sym_in] = ACTIONS(4732), + [anon_sym_while] = ACTIONS(4732), + [anon_sym_DOT_DOT] = ACTIONS(4734), + [anon_sym_QMARK_COLON] = ACTIONS(4734), + [anon_sym_AMP_AMP] = ACTIONS(4734), + [anon_sym_PIPE_PIPE] = ACTIONS(4734), + [anon_sym_else] = ACTIONS(4732), + [anon_sym_COLON_COLON] = ACTIONS(4734), + [anon_sym_PLUS_EQ] = ACTIONS(4734), + [anon_sym_DASH_EQ] = ACTIONS(4734), + [anon_sym_STAR_EQ] = ACTIONS(4734), + [anon_sym_SLASH_EQ] = ACTIONS(4734), + [anon_sym_PERCENT_EQ] = ACTIONS(4734), + [anon_sym_BANG_EQ] = ACTIONS(4732), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4734), + [anon_sym_EQ_EQ] = ACTIONS(4732), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4734), + [anon_sym_LT_EQ] = ACTIONS(4734), + [anon_sym_GT_EQ] = ACTIONS(4734), + [anon_sym_BANGin] = ACTIONS(4734), + [anon_sym_is] = ACTIONS(4732), + [anon_sym_BANGis] = ACTIONS(4734), + [anon_sym_PLUS] = ACTIONS(4732), + [anon_sym_DASH] = ACTIONS(4732), + [anon_sym_SLASH] = ACTIONS(4732), + [anon_sym_PERCENT] = ACTIONS(4732), + [anon_sym_as_QMARK] = ACTIONS(4734), + [anon_sym_PLUS_PLUS] = ACTIONS(4734), + [anon_sym_DASH_DASH] = ACTIONS(4734), + [anon_sym_BANG_BANG] = ACTIONS(4734), + [anon_sym_suspend] = ACTIONS(4732), + [anon_sym_sealed] = ACTIONS(4732), + [anon_sym_annotation] = ACTIONS(4732), + [anon_sym_data] = ACTIONS(4732), + [anon_sym_inner] = ACTIONS(4732), + [anon_sym_override] = ACTIONS(4732), + [anon_sym_lateinit] = ACTIONS(4732), + [anon_sym_public] = ACTIONS(4732), + [anon_sym_private] = ACTIONS(4732), + [anon_sym_internal] = ACTIONS(4732), + [anon_sym_protected] = ACTIONS(4732), + [anon_sym_tailrec] = ACTIONS(4732), + [anon_sym_operator] = ACTIONS(4732), + [anon_sym_infix] = ACTIONS(4732), + [anon_sym_inline] = ACTIONS(4732), + [anon_sym_external] = ACTIONS(4732), + [sym_property_modifier] = ACTIONS(4732), + [anon_sym_abstract] = ACTIONS(4732), + [anon_sym_final] = ACTIONS(4732), + [anon_sym_open] = ACTIONS(4732), + [anon_sym_vararg] = ACTIONS(4732), + [anon_sym_noinline] = ACTIONS(4732), + [anon_sym_crossinline] = ACTIONS(4732), + [anon_sym_expect] = ACTIONS(4732), + [anon_sym_actual] = ACTIONS(4732), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4734), + [sym_safe_nav] = ACTIONS(4734), [sym_multiline_comment] = ACTIONS(3), }, - [3347] = { - [sym__alpha_identifier] = ACTIONS(4851), - [anon_sym_AT] = ACTIONS(4853), - [anon_sym_LBRACK] = ACTIONS(4853), - [anon_sym_RBRACK] = ACTIONS(4853), - [anon_sym_as] = ACTIONS(4851), - [anon_sym_EQ] = ACTIONS(4851), - [anon_sym_LBRACE] = ACTIONS(4853), - [anon_sym_RBRACE] = ACTIONS(4853), - [anon_sym_LPAREN] = ACTIONS(4853), - [anon_sym_COMMA] = ACTIONS(4853), - [anon_sym_RPAREN] = ACTIONS(4853), - [anon_sym_LT] = ACTIONS(4851), - [anon_sym_GT] = ACTIONS(4851), - [anon_sym_where] = ACTIONS(4851), - [anon_sym_DOT] = ACTIONS(4851), - [anon_sym_SEMI] = ACTIONS(4853), - [anon_sym_get] = ACTIONS(4851), - [anon_sym_set] = ACTIONS(4851), - [anon_sym_STAR] = ACTIONS(4851), - [anon_sym_DASH_GT] = ACTIONS(4853), - [sym_label] = ACTIONS(4853), - [anon_sym_in] = ACTIONS(4851), - [anon_sym_while] = ACTIONS(4851), - [anon_sym_DOT_DOT] = ACTIONS(4853), - [anon_sym_QMARK_COLON] = ACTIONS(4853), - [anon_sym_AMP_AMP] = ACTIONS(4853), - [anon_sym_PIPE_PIPE] = ACTIONS(4853), - [anon_sym_else] = ACTIONS(4851), - [anon_sym_COLON_COLON] = ACTIONS(4853), - [anon_sym_PLUS_EQ] = ACTIONS(4853), - [anon_sym_DASH_EQ] = ACTIONS(4853), - [anon_sym_STAR_EQ] = ACTIONS(4853), - [anon_sym_SLASH_EQ] = ACTIONS(4853), - [anon_sym_PERCENT_EQ] = ACTIONS(4853), - [anon_sym_BANG_EQ] = ACTIONS(4851), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4853), - [anon_sym_EQ_EQ] = ACTIONS(4851), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4853), - [anon_sym_LT_EQ] = ACTIONS(4853), - [anon_sym_GT_EQ] = ACTIONS(4853), - [anon_sym_BANGin] = ACTIONS(4853), - [anon_sym_is] = ACTIONS(4851), - [anon_sym_BANGis] = ACTIONS(4853), - [anon_sym_PLUS] = ACTIONS(4851), - [anon_sym_DASH] = ACTIONS(4851), - [anon_sym_SLASH] = ACTIONS(4851), - [anon_sym_PERCENT] = ACTIONS(4851), - [anon_sym_as_QMARK] = ACTIONS(4853), - [anon_sym_PLUS_PLUS] = ACTIONS(4853), - [anon_sym_DASH_DASH] = ACTIONS(4853), - [anon_sym_BANG_BANG] = ACTIONS(4853), - [anon_sym_suspend] = ACTIONS(4851), - [anon_sym_sealed] = ACTIONS(4851), - [anon_sym_annotation] = ACTIONS(4851), - [anon_sym_data] = ACTIONS(4851), - [anon_sym_inner] = ACTIONS(4851), - [anon_sym_override] = ACTIONS(4851), - [anon_sym_lateinit] = ACTIONS(4851), - [anon_sym_public] = ACTIONS(4851), - [anon_sym_private] = ACTIONS(4851), - [anon_sym_internal] = ACTIONS(4851), - [anon_sym_protected] = ACTIONS(4851), - [anon_sym_tailrec] = ACTIONS(4851), - [anon_sym_operator] = ACTIONS(4851), - [anon_sym_infix] = ACTIONS(4851), - [anon_sym_inline] = ACTIONS(4851), - [anon_sym_external] = ACTIONS(4851), - [sym_property_modifier] = ACTIONS(4851), - [anon_sym_abstract] = ACTIONS(4851), - [anon_sym_final] = ACTIONS(4851), - [anon_sym_open] = ACTIONS(4851), - [anon_sym_vararg] = ACTIONS(4851), - [anon_sym_noinline] = ACTIONS(4851), - [anon_sym_crossinline] = ACTIONS(4851), - [anon_sym_expect] = ACTIONS(4851), - [anon_sym_actual] = ACTIONS(4851), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4853), - [sym_safe_nav] = ACTIONS(4853), + [3327] = { + [sym_type_constraints] = STATE(3542), + [sym_function_body] = STATE(3872), + [sym__block] = STATE(3738), + [sym__alpha_identifier] = ACTIONS(4085), + [anon_sym_AT] = ACTIONS(4087), + [anon_sym_LBRACK] = ACTIONS(4087), + [anon_sym_as] = ACTIONS(4085), + [anon_sym_EQ] = ACTIONS(6459), + [anon_sym_LBRACE] = ACTIONS(6461), + [anon_sym_RBRACE] = ACTIONS(4087), + [anon_sym_LPAREN] = ACTIONS(4087), + [anon_sym_COMMA] = ACTIONS(4087), + [anon_sym_LT] = ACTIONS(4085), + [anon_sym_GT] = ACTIONS(4085), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(4085), + [anon_sym_SEMI] = ACTIONS(4087), + [anon_sym_get] = ACTIONS(4085), + [anon_sym_set] = ACTIONS(4085), + [anon_sym_STAR] = ACTIONS(4085), + [sym_label] = ACTIONS(4087), + [anon_sym_in] = ACTIONS(4085), + [anon_sym_DOT_DOT] = ACTIONS(4087), + [anon_sym_QMARK_COLON] = ACTIONS(4087), + [anon_sym_AMP_AMP] = ACTIONS(4087), + [anon_sym_PIPE_PIPE] = ACTIONS(4087), + [anon_sym_else] = ACTIONS(4085), + [anon_sym_COLON_COLON] = ACTIONS(4087), + [anon_sym_PLUS_EQ] = ACTIONS(4087), + [anon_sym_DASH_EQ] = ACTIONS(4087), + [anon_sym_STAR_EQ] = ACTIONS(4087), + [anon_sym_SLASH_EQ] = ACTIONS(4087), + [anon_sym_PERCENT_EQ] = ACTIONS(4087), + [anon_sym_BANG_EQ] = ACTIONS(4085), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4087), + [anon_sym_EQ_EQ] = ACTIONS(4085), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4087), + [anon_sym_LT_EQ] = ACTIONS(4087), + [anon_sym_GT_EQ] = ACTIONS(4087), + [anon_sym_BANGin] = ACTIONS(4087), + [anon_sym_is] = ACTIONS(4085), + [anon_sym_BANGis] = ACTIONS(4087), + [anon_sym_PLUS] = ACTIONS(4085), + [anon_sym_DASH] = ACTIONS(4085), + [anon_sym_SLASH] = ACTIONS(4085), + [anon_sym_PERCENT] = ACTIONS(4085), + [anon_sym_as_QMARK] = ACTIONS(4087), + [anon_sym_PLUS_PLUS] = ACTIONS(4087), + [anon_sym_DASH_DASH] = ACTIONS(4087), + [anon_sym_BANG_BANG] = ACTIONS(4087), + [anon_sym_suspend] = ACTIONS(4085), + [anon_sym_sealed] = ACTIONS(4085), + [anon_sym_annotation] = ACTIONS(4085), + [anon_sym_data] = ACTIONS(4085), + [anon_sym_inner] = ACTIONS(4085), + [anon_sym_override] = ACTIONS(4085), + [anon_sym_lateinit] = ACTIONS(4085), + [anon_sym_public] = ACTIONS(4085), + [anon_sym_private] = ACTIONS(4085), + [anon_sym_internal] = ACTIONS(4085), + [anon_sym_protected] = ACTIONS(4085), + [anon_sym_tailrec] = ACTIONS(4085), + [anon_sym_operator] = ACTIONS(4085), + [anon_sym_infix] = ACTIONS(4085), + [anon_sym_inline] = ACTIONS(4085), + [anon_sym_external] = ACTIONS(4085), + [sym_property_modifier] = ACTIONS(4085), + [anon_sym_abstract] = ACTIONS(4085), + [anon_sym_final] = ACTIONS(4085), + [anon_sym_open] = ACTIONS(4085), + [anon_sym_vararg] = ACTIONS(4085), + [anon_sym_noinline] = ACTIONS(4085), + [anon_sym_crossinline] = ACTIONS(4085), + [anon_sym_expect] = ACTIONS(4085), + [anon_sym_actual] = ACTIONS(4085), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4087), + [sym__automatic_semicolon] = ACTIONS(4087), + [sym_safe_nav] = ACTIONS(4087), [sym_multiline_comment] = ACTIONS(3), }, - [3348] = { - [sym__alpha_identifier] = ACTIONS(4839), - [anon_sym_AT] = ACTIONS(4841), - [anon_sym_LBRACK] = ACTIONS(4841), - [anon_sym_RBRACK] = ACTIONS(4841), - [anon_sym_as] = ACTIONS(4839), - [anon_sym_EQ] = ACTIONS(4839), - [anon_sym_LBRACE] = ACTIONS(4841), - [anon_sym_RBRACE] = ACTIONS(4841), - [anon_sym_LPAREN] = ACTIONS(4841), - [anon_sym_COMMA] = ACTIONS(4841), - [anon_sym_RPAREN] = ACTIONS(4841), - [anon_sym_LT] = ACTIONS(4839), - [anon_sym_GT] = ACTIONS(4839), - [anon_sym_where] = ACTIONS(4839), - [anon_sym_DOT] = ACTIONS(4839), - [anon_sym_SEMI] = ACTIONS(4841), - [anon_sym_get] = ACTIONS(4839), - [anon_sym_set] = ACTIONS(4839), - [anon_sym_STAR] = ACTIONS(4839), - [anon_sym_DASH_GT] = ACTIONS(4841), - [sym_label] = ACTIONS(4841), - [anon_sym_in] = ACTIONS(4839), - [anon_sym_while] = ACTIONS(4839), - [anon_sym_DOT_DOT] = ACTIONS(4841), - [anon_sym_QMARK_COLON] = ACTIONS(4841), - [anon_sym_AMP_AMP] = ACTIONS(4841), - [anon_sym_PIPE_PIPE] = ACTIONS(4841), - [anon_sym_else] = ACTIONS(4839), - [anon_sym_COLON_COLON] = ACTIONS(4841), - [anon_sym_PLUS_EQ] = ACTIONS(4841), - [anon_sym_DASH_EQ] = ACTIONS(4841), - [anon_sym_STAR_EQ] = ACTIONS(4841), - [anon_sym_SLASH_EQ] = ACTIONS(4841), - [anon_sym_PERCENT_EQ] = ACTIONS(4841), - [anon_sym_BANG_EQ] = ACTIONS(4839), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4841), - [anon_sym_EQ_EQ] = ACTIONS(4839), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4841), - [anon_sym_LT_EQ] = ACTIONS(4841), - [anon_sym_GT_EQ] = ACTIONS(4841), - [anon_sym_BANGin] = ACTIONS(4841), - [anon_sym_is] = ACTIONS(4839), - [anon_sym_BANGis] = ACTIONS(4841), - [anon_sym_PLUS] = ACTIONS(4839), - [anon_sym_DASH] = ACTIONS(4839), - [anon_sym_SLASH] = ACTIONS(4839), - [anon_sym_PERCENT] = ACTIONS(4839), - [anon_sym_as_QMARK] = ACTIONS(4841), - [anon_sym_PLUS_PLUS] = ACTIONS(4841), - [anon_sym_DASH_DASH] = ACTIONS(4841), - [anon_sym_BANG_BANG] = ACTIONS(4841), - [anon_sym_suspend] = ACTIONS(4839), - [anon_sym_sealed] = ACTIONS(4839), - [anon_sym_annotation] = ACTIONS(4839), - [anon_sym_data] = ACTIONS(4839), - [anon_sym_inner] = ACTIONS(4839), - [anon_sym_override] = ACTIONS(4839), - [anon_sym_lateinit] = ACTIONS(4839), - [anon_sym_public] = ACTIONS(4839), - [anon_sym_private] = ACTIONS(4839), - [anon_sym_internal] = ACTIONS(4839), - [anon_sym_protected] = ACTIONS(4839), - [anon_sym_tailrec] = ACTIONS(4839), - [anon_sym_operator] = ACTIONS(4839), - [anon_sym_infix] = ACTIONS(4839), - [anon_sym_inline] = ACTIONS(4839), - [anon_sym_external] = ACTIONS(4839), - [sym_property_modifier] = ACTIONS(4839), - [anon_sym_abstract] = ACTIONS(4839), - [anon_sym_final] = ACTIONS(4839), - [anon_sym_open] = ACTIONS(4839), - [anon_sym_vararg] = ACTIONS(4839), - [anon_sym_noinline] = ACTIONS(4839), - [anon_sym_crossinline] = ACTIONS(4839), - [anon_sym_expect] = ACTIONS(4839), - [anon_sym_actual] = ACTIONS(4839), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4841), - [sym_safe_nav] = ACTIONS(4841), + [3328] = { + [sym_class_body] = STATE(3344), + [sym__alpha_identifier] = ACTIONS(4410), + [anon_sym_AT] = ACTIONS(4412), + [anon_sym_COLON] = ACTIONS(6553), + [anon_sym_LBRACK] = ACTIONS(4412), + [anon_sym_as] = ACTIONS(4410), + [anon_sym_EQ] = ACTIONS(4410), + [anon_sym_LBRACE] = ACTIONS(3144), + [anon_sym_RBRACE] = ACTIONS(4412), + [anon_sym_LPAREN] = ACTIONS(4412), + [anon_sym_LT] = ACTIONS(4410), + [anon_sym_GT] = ACTIONS(4410), + [anon_sym_object] = ACTIONS(4410), + [anon_sym_fun] = ACTIONS(4410), + [anon_sym_DOT] = ACTIONS(4410), + [anon_sym_SEMI] = ACTIONS(4412), + [anon_sym_get] = ACTIONS(4410), + [anon_sym_set] = ACTIONS(4410), + [anon_sym_this] = ACTIONS(4410), + [anon_sym_super] = ACTIONS(4410), + [anon_sym_STAR] = ACTIONS(4410), + [sym_label] = ACTIONS(4410), + [anon_sym_in] = ACTIONS(4410), + [anon_sym_DOT_DOT] = ACTIONS(4412), + [anon_sym_QMARK_COLON] = ACTIONS(4412), + [anon_sym_AMP_AMP] = ACTIONS(4412), + [anon_sym_PIPE_PIPE] = ACTIONS(4412), + [anon_sym_null] = ACTIONS(4410), + [anon_sym_if] = ACTIONS(4410), + [anon_sym_else] = ACTIONS(4410), + [anon_sym_when] = ACTIONS(4410), + [anon_sym_try] = ACTIONS(4410), + [anon_sym_throw] = ACTIONS(4410), + [anon_sym_return] = ACTIONS(4410), + [anon_sym_continue] = ACTIONS(4410), + [anon_sym_break] = ACTIONS(4410), + [anon_sym_COLON_COLON] = ACTIONS(4412), + [anon_sym_PLUS_EQ] = ACTIONS(4412), + [anon_sym_DASH_EQ] = ACTIONS(4412), + [anon_sym_STAR_EQ] = ACTIONS(4412), + [anon_sym_SLASH_EQ] = ACTIONS(4412), + [anon_sym_PERCENT_EQ] = ACTIONS(4412), + [anon_sym_BANG_EQ] = ACTIONS(4410), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4412), + [anon_sym_EQ_EQ] = ACTIONS(4410), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4412), + [anon_sym_LT_EQ] = ACTIONS(4412), + [anon_sym_GT_EQ] = ACTIONS(4412), + [anon_sym_BANGin] = ACTIONS(4412), + [anon_sym_is] = ACTIONS(4410), + [anon_sym_BANGis] = ACTIONS(4412), + [anon_sym_PLUS] = ACTIONS(4410), + [anon_sym_DASH] = ACTIONS(4410), + [anon_sym_SLASH] = ACTIONS(4410), + [anon_sym_PERCENT] = ACTIONS(4410), + [anon_sym_as_QMARK] = ACTIONS(4412), + [anon_sym_PLUS_PLUS] = ACTIONS(4412), + [anon_sym_DASH_DASH] = ACTIONS(4412), + [anon_sym_BANG] = ACTIONS(4410), + [anon_sym_BANG_BANG] = ACTIONS(4412), + [anon_sym_data] = ACTIONS(4410), + [anon_sym_inner] = ACTIONS(4410), + [anon_sym_expect] = ACTIONS(4410), + [anon_sym_actual] = ACTIONS(4410), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4412), + [anon_sym_continue_AT] = ACTIONS(4412), + [anon_sym_break_AT] = ACTIONS(4412), + [sym_real_literal] = ACTIONS(4412), + [sym_integer_literal] = ACTIONS(4410), + [sym_hex_literal] = ACTIONS(4412), + [sym_bin_literal] = ACTIONS(4412), + [anon_sym_true] = ACTIONS(4410), + [anon_sym_false] = ACTIONS(4410), + [anon_sym_SQUOTE] = ACTIONS(4412), + [sym__backtick_identifier] = ACTIONS(4412), + [sym__automatic_semicolon] = ACTIONS(4412), + [sym_safe_nav] = ACTIONS(4412), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4412), + }, + [3329] = { + [sym__alpha_identifier] = ACTIONS(4915), + [anon_sym_AT] = ACTIONS(4917), + [anon_sym_LBRACK] = ACTIONS(4917), + [anon_sym_RBRACK] = ACTIONS(4917), + [anon_sym_as] = ACTIONS(4915), + [anon_sym_EQ] = ACTIONS(4915), + [anon_sym_LBRACE] = ACTIONS(4917), + [anon_sym_RBRACE] = ACTIONS(4917), + [anon_sym_LPAREN] = ACTIONS(4917), + [anon_sym_COMMA] = ACTIONS(4917), + [anon_sym_RPAREN] = ACTIONS(4917), + [anon_sym_LT] = ACTIONS(4915), + [anon_sym_GT] = ACTIONS(4915), + [anon_sym_where] = ACTIONS(4915), + [anon_sym_DOT] = ACTIONS(4915), + [anon_sym_SEMI] = ACTIONS(4917), + [anon_sym_get] = ACTIONS(4915), + [anon_sym_set] = ACTIONS(4915), + [anon_sym_STAR] = ACTIONS(4915), + [anon_sym_DASH_GT] = ACTIONS(4917), + [sym_label] = ACTIONS(4917), + [anon_sym_in] = ACTIONS(4915), + [anon_sym_while] = ACTIONS(4915), + [anon_sym_DOT_DOT] = ACTIONS(4917), + [anon_sym_QMARK_COLON] = ACTIONS(4917), + [anon_sym_AMP_AMP] = ACTIONS(4917), + [anon_sym_PIPE_PIPE] = ACTIONS(4917), + [anon_sym_else] = ACTIONS(4915), + [anon_sym_COLON_COLON] = ACTIONS(4917), + [anon_sym_PLUS_EQ] = ACTIONS(4917), + [anon_sym_DASH_EQ] = ACTIONS(4917), + [anon_sym_STAR_EQ] = ACTIONS(4917), + [anon_sym_SLASH_EQ] = ACTIONS(4917), + [anon_sym_PERCENT_EQ] = ACTIONS(4917), + [anon_sym_BANG_EQ] = ACTIONS(4915), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4917), + [anon_sym_EQ_EQ] = ACTIONS(4915), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4917), + [anon_sym_LT_EQ] = ACTIONS(4917), + [anon_sym_GT_EQ] = ACTIONS(4917), + [anon_sym_BANGin] = ACTIONS(4917), + [anon_sym_is] = ACTIONS(4915), + [anon_sym_BANGis] = ACTIONS(4917), + [anon_sym_PLUS] = ACTIONS(4915), + [anon_sym_DASH] = ACTIONS(4915), + [anon_sym_SLASH] = ACTIONS(4915), + [anon_sym_PERCENT] = ACTIONS(4915), + [anon_sym_as_QMARK] = ACTIONS(4917), + [anon_sym_PLUS_PLUS] = ACTIONS(4917), + [anon_sym_DASH_DASH] = ACTIONS(4917), + [anon_sym_BANG_BANG] = ACTIONS(4917), + [anon_sym_suspend] = ACTIONS(4915), + [anon_sym_sealed] = ACTIONS(4915), + [anon_sym_annotation] = ACTIONS(4915), + [anon_sym_data] = ACTIONS(4915), + [anon_sym_inner] = ACTIONS(4915), + [anon_sym_override] = ACTIONS(4915), + [anon_sym_lateinit] = ACTIONS(4915), + [anon_sym_public] = ACTIONS(4915), + [anon_sym_private] = ACTIONS(4915), + [anon_sym_internal] = ACTIONS(4915), + [anon_sym_protected] = ACTIONS(4915), + [anon_sym_tailrec] = ACTIONS(4915), + [anon_sym_operator] = ACTIONS(4915), + [anon_sym_infix] = ACTIONS(4915), + [anon_sym_inline] = ACTIONS(4915), + [anon_sym_external] = ACTIONS(4915), + [sym_property_modifier] = ACTIONS(4915), + [anon_sym_abstract] = ACTIONS(4915), + [anon_sym_final] = ACTIONS(4915), + [anon_sym_open] = ACTIONS(4915), + [anon_sym_vararg] = ACTIONS(4915), + [anon_sym_noinline] = ACTIONS(4915), + [anon_sym_crossinline] = ACTIONS(4915), + [anon_sym_expect] = ACTIONS(4915), + [anon_sym_actual] = ACTIONS(4915), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4917), + [sym_safe_nav] = ACTIONS(4917), [sym_multiline_comment] = ACTIONS(3), }, - [3349] = { - [sym__alpha_identifier] = ACTIONS(5067), - [anon_sym_AT] = ACTIONS(5069), - [anon_sym_LBRACK] = ACTIONS(5069), - [anon_sym_as] = ACTIONS(5067), - [anon_sym_EQ] = ACTIONS(5067), - [anon_sym_LBRACE] = ACTIONS(5069), - [anon_sym_RBRACE] = ACTIONS(5069), - [anon_sym_LPAREN] = ACTIONS(5069), - [anon_sym_COMMA] = ACTIONS(5069), - [anon_sym_LT] = ACTIONS(5067), - [anon_sym_GT] = ACTIONS(5067), - [anon_sym_where] = ACTIONS(5067), - [anon_sym_object] = ACTIONS(5067), - [anon_sym_fun] = ACTIONS(5067), - [anon_sym_DOT] = ACTIONS(5067), - [anon_sym_SEMI] = ACTIONS(5069), - [anon_sym_get] = ACTIONS(5067), - [anon_sym_set] = ACTIONS(5067), - [anon_sym_this] = ACTIONS(5067), - [anon_sym_super] = ACTIONS(5067), - [anon_sym_STAR] = ACTIONS(5067), - [sym_label] = ACTIONS(5067), - [anon_sym_in] = ACTIONS(5067), - [anon_sym_DOT_DOT] = ACTIONS(5069), - [anon_sym_QMARK_COLON] = ACTIONS(5069), - [anon_sym_AMP_AMP] = ACTIONS(5069), - [anon_sym_PIPE_PIPE] = ACTIONS(5069), - [anon_sym_null] = ACTIONS(5067), - [anon_sym_if] = ACTIONS(5067), - [anon_sym_else] = ACTIONS(6558), - [anon_sym_when] = ACTIONS(5067), - [anon_sym_try] = ACTIONS(5067), - [anon_sym_throw] = ACTIONS(5067), - [anon_sym_return] = ACTIONS(5067), - [anon_sym_continue] = ACTIONS(5067), - [anon_sym_break] = ACTIONS(5067), - [anon_sym_COLON_COLON] = ACTIONS(5069), - [anon_sym_PLUS_EQ] = ACTIONS(5069), - [anon_sym_DASH_EQ] = ACTIONS(5069), - [anon_sym_STAR_EQ] = ACTIONS(5069), - [anon_sym_SLASH_EQ] = ACTIONS(5069), - [anon_sym_PERCENT_EQ] = ACTIONS(5069), - [anon_sym_BANG_EQ] = ACTIONS(5067), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5069), - [anon_sym_EQ_EQ] = ACTIONS(5067), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5069), - [anon_sym_LT_EQ] = ACTIONS(5069), - [anon_sym_GT_EQ] = ACTIONS(5069), - [anon_sym_BANGin] = ACTIONS(5069), - [anon_sym_is] = ACTIONS(5067), - [anon_sym_BANGis] = ACTIONS(5069), - [anon_sym_PLUS] = ACTIONS(5067), - [anon_sym_DASH] = ACTIONS(5067), - [anon_sym_SLASH] = ACTIONS(5067), - [anon_sym_PERCENT] = ACTIONS(5067), - [anon_sym_as_QMARK] = ACTIONS(5069), - [anon_sym_PLUS_PLUS] = ACTIONS(5069), - [anon_sym_DASH_DASH] = ACTIONS(5069), - [anon_sym_BANG] = ACTIONS(5067), - [anon_sym_BANG_BANG] = ACTIONS(5069), - [anon_sym_data] = ACTIONS(5067), - [anon_sym_inner] = ACTIONS(5067), - [anon_sym_expect] = ACTIONS(5067), - [anon_sym_actual] = ACTIONS(5067), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5069), - [anon_sym_continue_AT] = ACTIONS(5069), - [anon_sym_break_AT] = ACTIONS(5069), - [sym_real_literal] = ACTIONS(5069), - [sym_integer_literal] = ACTIONS(5067), - [sym_hex_literal] = ACTIONS(5069), - [sym_bin_literal] = ACTIONS(5069), - [anon_sym_true] = ACTIONS(5067), - [anon_sym_false] = ACTIONS(5067), - [anon_sym_SQUOTE] = ACTIONS(5069), - [sym__backtick_identifier] = ACTIONS(5069), - [sym__automatic_semicolon] = ACTIONS(5069), - [sym_safe_nav] = ACTIONS(5069), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5069), + [3330] = { + [sym__alpha_identifier] = ACTIONS(4527), + [anon_sym_AT] = ACTIONS(4529), + [anon_sym_LBRACK] = ACTIONS(4529), + [anon_sym_as] = ACTIONS(4527), + [anon_sym_EQ] = ACTIONS(4527), + [anon_sym_LBRACE] = ACTIONS(4529), + [anon_sym_RBRACE] = ACTIONS(4529), + [anon_sym_LPAREN] = ACTIONS(4529), + [anon_sym_COMMA] = ACTIONS(4529), + [anon_sym_LT] = ACTIONS(4527), + [anon_sym_GT] = ACTIONS(4527), + [anon_sym_where] = ACTIONS(4527), + [anon_sym_object] = ACTIONS(4527), + [anon_sym_fun] = ACTIONS(4527), + [anon_sym_DOT] = ACTIONS(4527), + [anon_sym_SEMI] = ACTIONS(4529), + [anon_sym_get] = ACTIONS(4527), + [anon_sym_set] = ACTIONS(4527), + [anon_sym_this] = ACTIONS(4527), + [anon_sym_super] = ACTIONS(4527), + [anon_sym_STAR] = ACTIONS(4527), + [sym_label] = ACTIONS(4527), + [anon_sym_in] = ACTIONS(4527), + [anon_sym_DOT_DOT] = ACTIONS(4529), + [anon_sym_QMARK_COLON] = ACTIONS(4529), + [anon_sym_AMP_AMP] = ACTIONS(4529), + [anon_sym_PIPE_PIPE] = ACTIONS(4529), + [anon_sym_null] = ACTIONS(4527), + [anon_sym_if] = ACTIONS(4527), + [anon_sym_else] = ACTIONS(4527), + [anon_sym_when] = ACTIONS(4527), + [anon_sym_try] = ACTIONS(4527), + [anon_sym_throw] = ACTIONS(4527), + [anon_sym_return] = ACTIONS(4527), + [anon_sym_continue] = ACTIONS(4527), + [anon_sym_break] = ACTIONS(4527), + [anon_sym_COLON_COLON] = ACTIONS(4529), + [anon_sym_PLUS_EQ] = ACTIONS(4529), + [anon_sym_DASH_EQ] = ACTIONS(4529), + [anon_sym_STAR_EQ] = ACTIONS(4529), + [anon_sym_SLASH_EQ] = ACTIONS(4529), + [anon_sym_PERCENT_EQ] = ACTIONS(4529), + [anon_sym_BANG_EQ] = ACTIONS(4527), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4529), + [anon_sym_EQ_EQ] = ACTIONS(4527), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4529), + [anon_sym_LT_EQ] = ACTIONS(4529), + [anon_sym_GT_EQ] = ACTIONS(4529), + [anon_sym_BANGin] = ACTIONS(4529), + [anon_sym_is] = ACTIONS(4527), + [anon_sym_BANGis] = ACTIONS(4529), + [anon_sym_PLUS] = ACTIONS(4527), + [anon_sym_DASH] = ACTIONS(4527), + [anon_sym_SLASH] = ACTIONS(4527), + [anon_sym_PERCENT] = ACTIONS(4527), + [anon_sym_as_QMARK] = ACTIONS(4529), + [anon_sym_PLUS_PLUS] = ACTIONS(4529), + [anon_sym_DASH_DASH] = ACTIONS(4529), + [anon_sym_BANG] = ACTIONS(4527), + [anon_sym_BANG_BANG] = ACTIONS(4529), + [anon_sym_data] = ACTIONS(4527), + [anon_sym_inner] = ACTIONS(4527), + [anon_sym_expect] = ACTIONS(4527), + [anon_sym_actual] = ACTIONS(4527), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4529), + [anon_sym_continue_AT] = ACTIONS(4529), + [anon_sym_break_AT] = ACTIONS(4529), + [sym_real_literal] = ACTIONS(4529), + [sym_integer_literal] = ACTIONS(4527), + [sym_hex_literal] = ACTIONS(4529), + [sym_bin_literal] = ACTIONS(4529), + [anon_sym_true] = ACTIONS(4527), + [anon_sym_false] = ACTIONS(4527), + [anon_sym_SQUOTE] = ACTIONS(4529), + [sym__backtick_identifier] = ACTIONS(4529), + [sym__automatic_semicolon] = ACTIONS(4529), + [sym_safe_nav] = ACTIONS(4529), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4529), }, - [3350] = { + [3331] = { + [sym__alpha_identifier] = ACTIONS(4748), + [anon_sym_AT] = ACTIONS(4750), + [anon_sym_LBRACK] = ACTIONS(4750), + [anon_sym_as] = ACTIONS(4748), + [anon_sym_EQ] = ACTIONS(4748), + [anon_sym_LBRACE] = ACTIONS(4750), + [anon_sym_RBRACE] = ACTIONS(4750), + [anon_sym_LPAREN] = ACTIONS(4750), + [anon_sym_COMMA] = ACTIONS(4750), + [anon_sym_LT] = ACTIONS(4748), + [anon_sym_GT] = ACTIONS(4748), + [anon_sym_where] = ACTIONS(4748), + [anon_sym_object] = ACTIONS(4748), + [anon_sym_fun] = ACTIONS(4748), + [anon_sym_DOT] = ACTIONS(4748), + [anon_sym_SEMI] = ACTIONS(4750), + [anon_sym_get] = ACTIONS(4748), + [anon_sym_set] = ACTIONS(4748), + [anon_sym_this] = ACTIONS(4748), + [anon_sym_super] = ACTIONS(4748), + [anon_sym_STAR] = ACTIONS(4748), + [sym_label] = ACTIONS(4748), + [anon_sym_in] = ACTIONS(4748), + [anon_sym_DOT_DOT] = ACTIONS(4750), + [anon_sym_QMARK_COLON] = ACTIONS(4750), + [anon_sym_AMP_AMP] = ACTIONS(4750), + [anon_sym_PIPE_PIPE] = ACTIONS(4750), + [anon_sym_null] = ACTIONS(4748), + [anon_sym_if] = ACTIONS(4748), + [anon_sym_else] = ACTIONS(4748), + [anon_sym_when] = ACTIONS(4748), + [anon_sym_try] = ACTIONS(4748), + [anon_sym_throw] = ACTIONS(4748), + [anon_sym_return] = ACTIONS(4748), + [anon_sym_continue] = ACTIONS(4748), + [anon_sym_break] = ACTIONS(4748), + [anon_sym_COLON_COLON] = ACTIONS(4750), + [anon_sym_PLUS_EQ] = ACTIONS(4750), + [anon_sym_DASH_EQ] = ACTIONS(4750), + [anon_sym_STAR_EQ] = ACTIONS(4750), + [anon_sym_SLASH_EQ] = ACTIONS(4750), + [anon_sym_PERCENT_EQ] = ACTIONS(4750), + [anon_sym_BANG_EQ] = ACTIONS(4748), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4750), + [anon_sym_EQ_EQ] = ACTIONS(4748), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4750), + [anon_sym_LT_EQ] = ACTIONS(4750), + [anon_sym_GT_EQ] = ACTIONS(4750), + [anon_sym_BANGin] = ACTIONS(4750), + [anon_sym_is] = ACTIONS(4748), + [anon_sym_BANGis] = ACTIONS(4750), + [anon_sym_PLUS] = ACTIONS(4748), + [anon_sym_DASH] = ACTIONS(4748), + [anon_sym_SLASH] = ACTIONS(4748), + [anon_sym_PERCENT] = ACTIONS(4748), + [anon_sym_as_QMARK] = ACTIONS(4750), + [anon_sym_PLUS_PLUS] = ACTIONS(4750), + [anon_sym_DASH_DASH] = ACTIONS(4750), + [anon_sym_BANG] = ACTIONS(4748), + [anon_sym_BANG_BANG] = ACTIONS(4750), + [anon_sym_data] = ACTIONS(4748), + [anon_sym_inner] = ACTIONS(4748), + [anon_sym_expect] = ACTIONS(4748), + [anon_sym_actual] = ACTIONS(4748), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4750), + [anon_sym_continue_AT] = ACTIONS(4750), + [anon_sym_break_AT] = ACTIONS(4750), + [sym_real_literal] = ACTIONS(4750), + [sym_integer_literal] = ACTIONS(4748), + [sym_hex_literal] = ACTIONS(4750), + [sym_bin_literal] = ACTIONS(4750), + [anon_sym_true] = ACTIONS(4748), + [anon_sym_false] = ACTIONS(4748), + [anon_sym_SQUOTE] = ACTIONS(4750), + [sym__backtick_identifier] = ACTIONS(4750), + [sym__automatic_semicolon] = ACTIONS(4750), + [sym_safe_nav] = ACTIONS(4750), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4750), + }, + [3332] = { + [sym__alpha_identifier] = ACTIONS(4911), + [anon_sym_AT] = ACTIONS(4913), + [anon_sym_LBRACK] = ACTIONS(4913), + [anon_sym_RBRACK] = ACTIONS(4913), + [anon_sym_as] = ACTIONS(4911), + [anon_sym_EQ] = ACTIONS(4911), + [anon_sym_LBRACE] = ACTIONS(4913), + [anon_sym_RBRACE] = ACTIONS(4913), + [anon_sym_LPAREN] = ACTIONS(4913), + [anon_sym_COMMA] = ACTIONS(4913), + [anon_sym_RPAREN] = ACTIONS(4913), + [anon_sym_LT] = ACTIONS(4911), + [anon_sym_GT] = ACTIONS(4911), + [anon_sym_where] = ACTIONS(4911), + [anon_sym_DOT] = ACTIONS(4911), + [anon_sym_SEMI] = ACTIONS(4913), + [anon_sym_get] = ACTIONS(4911), + [anon_sym_set] = ACTIONS(4911), + [anon_sym_STAR] = ACTIONS(4911), + [anon_sym_DASH_GT] = ACTIONS(4913), + [sym_label] = ACTIONS(4913), + [anon_sym_in] = ACTIONS(4911), + [anon_sym_while] = ACTIONS(4911), + [anon_sym_DOT_DOT] = ACTIONS(4913), + [anon_sym_QMARK_COLON] = ACTIONS(4913), + [anon_sym_AMP_AMP] = ACTIONS(4913), + [anon_sym_PIPE_PIPE] = ACTIONS(4913), + [anon_sym_else] = ACTIONS(4911), + [anon_sym_COLON_COLON] = ACTIONS(4913), + [anon_sym_PLUS_EQ] = ACTIONS(4913), + [anon_sym_DASH_EQ] = ACTIONS(4913), + [anon_sym_STAR_EQ] = ACTIONS(4913), + [anon_sym_SLASH_EQ] = ACTIONS(4913), + [anon_sym_PERCENT_EQ] = ACTIONS(4913), + [anon_sym_BANG_EQ] = ACTIONS(4911), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4913), + [anon_sym_EQ_EQ] = ACTIONS(4911), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4913), + [anon_sym_LT_EQ] = ACTIONS(4913), + [anon_sym_GT_EQ] = ACTIONS(4913), + [anon_sym_BANGin] = ACTIONS(4913), + [anon_sym_is] = ACTIONS(4911), + [anon_sym_BANGis] = ACTIONS(4913), + [anon_sym_PLUS] = ACTIONS(4911), + [anon_sym_DASH] = ACTIONS(4911), + [anon_sym_SLASH] = ACTIONS(4911), + [anon_sym_PERCENT] = ACTIONS(4911), + [anon_sym_as_QMARK] = ACTIONS(4913), + [anon_sym_PLUS_PLUS] = ACTIONS(4913), + [anon_sym_DASH_DASH] = ACTIONS(4913), + [anon_sym_BANG_BANG] = ACTIONS(4913), + [anon_sym_suspend] = ACTIONS(4911), + [anon_sym_sealed] = ACTIONS(4911), + [anon_sym_annotation] = ACTIONS(4911), + [anon_sym_data] = ACTIONS(4911), + [anon_sym_inner] = ACTIONS(4911), + [anon_sym_override] = ACTIONS(4911), + [anon_sym_lateinit] = ACTIONS(4911), + [anon_sym_public] = ACTIONS(4911), + [anon_sym_private] = ACTIONS(4911), + [anon_sym_internal] = ACTIONS(4911), + [anon_sym_protected] = ACTIONS(4911), + [anon_sym_tailrec] = ACTIONS(4911), + [anon_sym_operator] = ACTIONS(4911), + [anon_sym_infix] = ACTIONS(4911), + [anon_sym_inline] = ACTIONS(4911), + [anon_sym_external] = ACTIONS(4911), + [sym_property_modifier] = ACTIONS(4911), + [anon_sym_abstract] = ACTIONS(4911), + [anon_sym_final] = ACTIONS(4911), + [anon_sym_open] = ACTIONS(4911), + [anon_sym_vararg] = ACTIONS(4911), + [anon_sym_noinline] = ACTIONS(4911), + [anon_sym_crossinline] = ACTIONS(4911), + [anon_sym_expect] = ACTIONS(4911), + [anon_sym_actual] = ACTIONS(4911), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4913), + [sym_safe_nav] = ACTIONS(4913), + [sym_multiline_comment] = ACTIONS(3), + }, + [3333] = { + [sym__alpha_identifier] = ACTIONS(4997), + [anon_sym_AT] = ACTIONS(4999), + [anon_sym_LBRACK] = ACTIONS(4999), + [anon_sym_as] = ACTIONS(4997), + [anon_sym_EQ] = ACTIONS(4997), + [anon_sym_LBRACE] = ACTIONS(4999), + [anon_sym_RBRACE] = ACTIONS(4999), + [anon_sym_LPAREN] = ACTIONS(4999), + [anon_sym_COMMA] = ACTIONS(4999), + [anon_sym_LT] = ACTIONS(4997), + [anon_sym_GT] = ACTIONS(4997), + [anon_sym_where] = ACTIONS(4997), + [anon_sym_object] = ACTIONS(4997), + [anon_sym_fun] = ACTIONS(4997), + [anon_sym_DOT] = ACTIONS(4997), + [anon_sym_SEMI] = ACTIONS(4999), + [anon_sym_get] = ACTIONS(4997), + [anon_sym_set] = ACTIONS(4997), + [anon_sym_this] = ACTIONS(4997), + [anon_sym_super] = ACTIONS(4997), + [anon_sym_STAR] = ACTIONS(4997), + [sym_label] = ACTIONS(4997), + [anon_sym_in] = ACTIONS(4997), + [anon_sym_DOT_DOT] = ACTIONS(4999), + [anon_sym_QMARK_COLON] = ACTIONS(4999), + [anon_sym_AMP_AMP] = ACTIONS(4999), + [anon_sym_PIPE_PIPE] = ACTIONS(4999), + [anon_sym_null] = ACTIONS(4997), + [anon_sym_if] = ACTIONS(4997), + [anon_sym_else] = ACTIONS(4997), + [anon_sym_when] = ACTIONS(4997), + [anon_sym_try] = ACTIONS(4997), + [anon_sym_throw] = ACTIONS(4997), + [anon_sym_return] = ACTIONS(4997), + [anon_sym_continue] = ACTIONS(4997), + [anon_sym_break] = ACTIONS(4997), + [anon_sym_COLON_COLON] = ACTIONS(4999), + [anon_sym_PLUS_EQ] = ACTIONS(4999), + [anon_sym_DASH_EQ] = ACTIONS(4999), + [anon_sym_STAR_EQ] = ACTIONS(4999), + [anon_sym_SLASH_EQ] = ACTIONS(4999), + [anon_sym_PERCENT_EQ] = ACTIONS(4999), + [anon_sym_BANG_EQ] = ACTIONS(4997), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4999), + [anon_sym_EQ_EQ] = ACTIONS(4997), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4999), + [anon_sym_LT_EQ] = ACTIONS(4999), + [anon_sym_GT_EQ] = ACTIONS(4999), + [anon_sym_BANGin] = ACTIONS(4999), + [anon_sym_is] = ACTIONS(4997), + [anon_sym_BANGis] = ACTIONS(4999), + [anon_sym_PLUS] = ACTIONS(4997), + [anon_sym_DASH] = ACTIONS(4997), + [anon_sym_SLASH] = ACTIONS(4997), + [anon_sym_PERCENT] = ACTIONS(4997), + [anon_sym_as_QMARK] = ACTIONS(4999), + [anon_sym_PLUS_PLUS] = ACTIONS(4999), + [anon_sym_DASH_DASH] = ACTIONS(4999), + [anon_sym_BANG] = ACTIONS(4997), + [anon_sym_BANG_BANG] = ACTIONS(4999), + [anon_sym_data] = ACTIONS(4997), + [anon_sym_inner] = ACTIONS(4997), + [anon_sym_expect] = ACTIONS(4997), + [anon_sym_actual] = ACTIONS(4997), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4999), + [anon_sym_continue_AT] = ACTIONS(4999), + [anon_sym_break_AT] = ACTIONS(4999), + [sym_real_literal] = ACTIONS(4999), + [sym_integer_literal] = ACTIONS(4997), + [sym_hex_literal] = ACTIONS(4999), + [sym_bin_literal] = ACTIONS(4999), + [anon_sym_true] = ACTIONS(4997), + [anon_sym_false] = ACTIONS(4997), + [anon_sym_SQUOTE] = ACTIONS(4999), + [sym__backtick_identifier] = ACTIONS(4999), + [sym__automatic_semicolon] = ACTIONS(4999), + [sym_safe_nav] = ACTIONS(4999), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4999), + }, + [3334] = { + [sym__alpha_identifier] = ACTIONS(4824), + [anon_sym_AT] = ACTIONS(4826), + [anon_sym_LBRACK] = ACTIONS(4826), + [anon_sym_as] = ACTIONS(4824), + [anon_sym_EQ] = ACTIONS(4824), + [anon_sym_LBRACE] = ACTIONS(4826), + [anon_sym_RBRACE] = ACTIONS(4826), + [anon_sym_LPAREN] = ACTIONS(4826), + [anon_sym_COMMA] = ACTIONS(4826), + [anon_sym_LT] = ACTIONS(4824), + [anon_sym_GT] = ACTIONS(4824), + [anon_sym_where] = ACTIONS(4824), + [anon_sym_object] = ACTIONS(4824), + [anon_sym_fun] = ACTIONS(4824), + [anon_sym_DOT] = ACTIONS(4824), + [anon_sym_SEMI] = ACTIONS(4826), + [anon_sym_get] = ACTIONS(4824), + [anon_sym_set] = ACTIONS(4824), + [anon_sym_this] = ACTIONS(4824), + [anon_sym_super] = ACTIONS(4824), + [anon_sym_STAR] = ACTIONS(4824), + [sym_label] = ACTIONS(4824), + [anon_sym_in] = ACTIONS(4824), + [anon_sym_DOT_DOT] = ACTIONS(4826), + [anon_sym_QMARK_COLON] = ACTIONS(4826), + [anon_sym_AMP_AMP] = ACTIONS(4826), + [anon_sym_PIPE_PIPE] = ACTIONS(4826), + [anon_sym_null] = ACTIONS(4824), + [anon_sym_if] = ACTIONS(4824), + [anon_sym_else] = ACTIONS(4824), + [anon_sym_when] = ACTIONS(4824), + [anon_sym_try] = ACTIONS(4824), + [anon_sym_throw] = ACTIONS(4824), + [anon_sym_return] = ACTIONS(4824), + [anon_sym_continue] = ACTIONS(4824), + [anon_sym_break] = ACTIONS(4824), + [anon_sym_COLON_COLON] = ACTIONS(4826), + [anon_sym_PLUS_EQ] = ACTIONS(4826), + [anon_sym_DASH_EQ] = ACTIONS(4826), + [anon_sym_STAR_EQ] = ACTIONS(4826), + [anon_sym_SLASH_EQ] = ACTIONS(4826), + [anon_sym_PERCENT_EQ] = ACTIONS(4826), + [anon_sym_BANG_EQ] = ACTIONS(4824), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4826), + [anon_sym_EQ_EQ] = ACTIONS(4824), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4826), + [anon_sym_LT_EQ] = ACTIONS(4826), + [anon_sym_GT_EQ] = ACTIONS(4826), + [anon_sym_BANGin] = ACTIONS(4826), + [anon_sym_is] = ACTIONS(4824), + [anon_sym_BANGis] = ACTIONS(4826), + [anon_sym_PLUS] = ACTIONS(4824), + [anon_sym_DASH] = ACTIONS(4824), + [anon_sym_SLASH] = ACTIONS(4824), + [anon_sym_PERCENT] = ACTIONS(4824), + [anon_sym_as_QMARK] = ACTIONS(4826), + [anon_sym_PLUS_PLUS] = ACTIONS(4826), + [anon_sym_DASH_DASH] = ACTIONS(4826), + [anon_sym_BANG] = ACTIONS(4824), + [anon_sym_BANG_BANG] = ACTIONS(4826), + [anon_sym_data] = ACTIONS(4824), + [anon_sym_inner] = ACTIONS(4824), + [anon_sym_expect] = ACTIONS(4824), + [anon_sym_actual] = ACTIONS(4824), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4826), + [anon_sym_continue_AT] = ACTIONS(4826), + [anon_sym_break_AT] = ACTIONS(4826), + [sym_real_literal] = ACTIONS(4826), + [sym_integer_literal] = ACTIONS(4824), + [sym_hex_literal] = ACTIONS(4826), + [sym_bin_literal] = ACTIONS(4826), + [anon_sym_true] = ACTIONS(4824), + [anon_sym_false] = ACTIONS(4824), + [anon_sym_SQUOTE] = ACTIONS(4826), + [sym__backtick_identifier] = ACTIONS(4826), + [sym__automatic_semicolon] = ACTIONS(4826), + [sym_safe_nav] = ACTIONS(4826), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4826), + }, + [3335] = { [sym__alpha_identifier] = ACTIONS(5031), [anon_sym_AT] = ACTIONS(5033), [anon_sym_LBRACK] = ACTIONS(5033), @@ -370587,6021 +369507,699 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(5033), }, - [3351] = { - [sym__alpha_identifier] = ACTIONS(4829), - [anon_sym_AT] = ACTIONS(4831), - [anon_sym_LBRACK] = ACTIONS(4831), - [anon_sym_RBRACK] = ACTIONS(4831), - [anon_sym_as] = ACTIONS(4829), - [anon_sym_EQ] = ACTIONS(4829), - [anon_sym_LBRACE] = ACTIONS(4831), - [anon_sym_RBRACE] = ACTIONS(4831), - [anon_sym_LPAREN] = ACTIONS(4831), - [anon_sym_COMMA] = ACTIONS(4831), - [anon_sym_RPAREN] = ACTIONS(4831), - [anon_sym_LT] = ACTIONS(4829), - [anon_sym_GT] = ACTIONS(4829), - [anon_sym_where] = ACTIONS(4829), - [anon_sym_DOT] = ACTIONS(4829), - [anon_sym_SEMI] = ACTIONS(4831), - [anon_sym_get] = ACTIONS(4829), - [anon_sym_set] = ACTIONS(4829), - [anon_sym_STAR] = ACTIONS(4829), - [anon_sym_DASH_GT] = ACTIONS(4831), - [sym_label] = ACTIONS(4831), - [anon_sym_in] = ACTIONS(4829), - [anon_sym_while] = ACTIONS(4829), - [anon_sym_DOT_DOT] = ACTIONS(4831), - [anon_sym_QMARK_COLON] = ACTIONS(4831), - [anon_sym_AMP_AMP] = ACTIONS(4831), - [anon_sym_PIPE_PIPE] = ACTIONS(4831), - [anon_sym_else] = ACTIONS(4829), - [anon_sym_COLON_COLON] = ACTIONS(4831), - [anon_sym_PLUS_EQ] = ACTIONS(4831), - [anon_sym_DASH_EQ] = ACTIONS(4831), - [anon_sym_STAR_EQ] = ACTIONS(4831), - [anon_sym_SLASH_EQ] = ACTIONS(4831), - [anon_sym_PERCENT_EQ] = ACTIONS(4831), - [anon_sym_BANG_EQ] = ACTIONS(4829), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4831), - [anon_sym_EQ_EQ] = ACTIONS(4829), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4831), - [anon_sym_LT_EQ] = ACTIONS(4831), - [anon_sym_GT_EQ] = ACTIONS(4831), - [anon_sym_BANGin] = ACTIONS(4831), - [anon_sym_is] = ACTIONS(4829), - [anon_sym_BANGis] = ACTIONS(4831), - [anon_sym_PLUS] = ACTIONS(4829), - [anon_sym_DASH] = ACTIONS(4829), - [anon_sym_SLASH] = ACTIONS(4829), - [anon_sym_PERCENT] = ACTIONS(4829), - [anon_sym_as_QMARK] = ACTIONS(4831), - [anon_sym_PLUS_PLUS] = ACTIONS(4831), - [anon_sym_DASH_DASH] = ACTIONS(4831), - [anon_sym_BANG_BANG] = ACTIONS(4831), - [anon_sym_suspend] = ACTIONS(4829), - [anon_sym_sealed] = ACTIONS(4829), - [anon_sym_annotation] = ACTIONS(4829), - [anon_sym_data] = ACTIONS(4829), - [anon_sym_inner] = ACTIONS(4829), - [anon_sym_override] = ACTIONS(4829), - [anon_sym_lateinit] = ACTIONS(4829), - [anon_sym_public] = ACTIONS(4829), - [anon_sym_private] = ACTIONS(4829), - [anon_sym_internal] = ACTIONS(4829), - [anon_sym_protected] = ACTIONS(4829), - [anon_sym_tailrec] = ACTIONS(4829), - [anon_sym_operator] = ACTIONS(4829), - [anon_sym_infix] = ACTIONS(4829), - [anon_sym_inline] = ACTIONS(4829), - [anon_sym_external] = ACTIONS(4829), - [sym_property_modifier] = ACTIONS(4829), - [anon_sym_abstract] = ACTIONS(4829), - [anon_sym_final] = ACTIONS(4829), - [anon_sym_open] = ACTIONS(4829), - [anon_sym_vararg] = ACTIONS(4829), - [anon_sym_noinline] = ACTIONS(4829), - [anon_sym_crossinline] = ACTIONS(4829), - [anon_sym_expect] = ACTIONS(4829), - [anon_sym_actual] = ACTIONS(4829), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4831), - [sym_safe_nav] = ACTIONS(4831), - [sym_multiline_comment] = ACTIONS(3), - }, - [3352] = { - [sym__alpha_identifier] = ACTIONS(4825), - [anon_sym_AT] = ACTIONS(4827), - [anon_sym_LBRACK] = ACTIONS(4827), - [anon_sym_RBRACK] = ACTIONS(4827), - [anon_sym_as] = ACTIONS(4825), - [anon_sym_EQ] = ACTIONS(4825), - [anon_sym_LBRACE] = ACTIONS(4827), - [anon_sym_RBRACE] = ACTIONS(4827), - [anon_sym_LPAREN] = ACTIONS(4827), - [anon_sym_COMMA] = ACTIONS(4827), - [anon_sym_RPAREN] = ACTIONS(4827), - [anon_sym_LT] = ACTIONS(4825), - [anon_sym_GT] = ACTIONS(4825), - [anon_sym_where] = ACTIONS(4825), - [anon_sym_DOT] = ACTIONS(4825), - [anon_sym_SEMI] = ACTIONS(4827), - [anon_sym_get] = ACTIONS(4825), - [anon_sym_set] = ACTIONS(4825), - [anon_sym_STAR] = ACTIONS(4825), - [anon_sym_DASH_GT] = ACTIONS(4827), - [sym_label] = ACTIONS(4827), - [anon_sym_in] = ACTIONS(4825), - [anon_sym_while] = ACTIONS(4825), - [anon_sym_DOT_DOT] = ACTIONS(4827), - [anon_sym_QMARK_COLON] = ACTIONS(4827), - [anon_sym_AMP_AMP] = ACTIONS(4827), - [anon_sym_PIPE_PIPE] = ACTIONS(4827), - [anon_sym_else] = ACTIONS(4825), - [anon_sym_COLON_COLON] = ACTIONS(4827), - [anon_sym_PLUS_EQ] = ACTIONS(4827), - [anon_sym_DASH_EQ] = ACTIONS(4827), - [anon_sym_STAR_EQ] = ACTIONS(4827), - [anon_sym_SLASH_EQ] = ACTIONS(4827), - [anon_sym_PERCENT_EQ] = ACTIONS(4827), - [anon_sym_BANG_EQ] = ACTIONS(4825), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4827), - [anon_sym_EQ_EQ] = ACTIONS(4825), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4827), - [anon_sym_LT_EQ] = ACTIONS(4827), - [anon_sym_GT_EQ] = ACTIONS(4827), - [anon_sym_BANGin] = ACTIONS(4827), - [anon_sym_is] = ACTIONS(4825), - [anon_sym_BANGis] = ACTIONS(4827), - [anon_sym_PLUS] = ACTIONS(4825), - [anon_sym_DASH] = ACTIONS(4825), - [anon_sym_SLASH] = ACTIONS(4825), - [anon_sym_PERCENT] = ACTIONS(4825), - [anon_sym_as_QMARK] = ACTIONS(4827), - [anon_sym_PLUS_PLUS] = ACTIONS(4827), - [anon_sym_DASH_DASH] = ACTIONS(4827), - [anon_sym_BANG_BANG] = ACTIONS(4827), - [anon_sym_suspend] = ACTIONS(4825), - [anon_sym_sealed] = ACTIONS(4825), - [anon_sym_annotation] = ACTIONS(4825), - [anon_sym_data] = ACTIONS(4825), - [anon_sym_inner] = ACTIONS(4825), - [anon_sym_override] = ACTIONS(4825), - [anon_sym_lateinit] = ACTIONS(4825), - [anon_sym_public] = ACTIONS(4825), - [anon_sym_private] = ACTIONS(4825), - [anon_sym_internal] = ACTIONS(4825), - [anon_sym_protected] = ACTIONS(4825), - [anon_sym_tailrec] = ACTIONS(4825), - [anon_sym_operator] = ACTIONS(4825), - [anon_sym_infix] = ACTIONS(4825), - [anon_sym_inline] = ACTIONS(4825), - [anon_sym_external] = ACTIONS(4825), - [sym_property_modifier] = ACTIONS(4825), - [anon_sym_abstract] = ACTIONS(4825), - [anon_sym_final] = ACTIONS(4825), - [anon_sym_open] = ACTIONS(4825), - [anon_sym_vararg] = ACTIONS(4825), - [anon_sym_noinline] = ACTIONS(4825), - [anon_sym_crossinline] = ACTIONS(4825), - [anon_sym_expect] = ACTIONS(4825), - [anon_sym_actual] = ACTIONS(4825), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4827), - [sym_safe_nav] = ACTIONS(4827), - [sym_multiline_comment] = ACTIONS(3), - }, - [3353] = { - [sym__alpha_identifier] = ACTIONS(3854), - [anon_sym_AT] = ACTIONS(3856), - [anon_sym_LBRACK] = ACTIONS(3856), - [anon_sym_RBRACK] = ACTIONS(3856), - [anon_sym_as] = ACTIONS(3854), - [anon_sym_EQ] = ACTIONS(3854), - [anon_sym_LBRACE] = ACTIONS(3856), - [anon_sym_RBRACE] = ACTIONS(3856), - [anon_sym_LPAREN] = ACTIONS(3856), - [anon_sym_COMMA] = ACTIONS(3856), - [anon_sym_RPAREN] = ACTIONS(3856), - [anon_sym_LT] = ACTIONS(3854), - [anon_sym_GT] = ACTIONS(3854), - [anon_sym_where] = ACTIONS(3854), - [anon_sym_DOT] = ACTIONS(3854), - [anon_sym_SEMI] = ACTIONS(3856), - [anon_sym_get] = ACTIONS(3854), - [anon_sym_set] = ACTIONS(3854), - [anon_sym_STAR] = ACTIONS(3854), - [anon_sym_DASH_GT] = ACTIONS(3856), - [sym_label] = ACTIONS(3856), - [anon_sym_in] = ACTIONS(3854), - [anon_sym_while] = ACTIONS(3854), - [anon_sym_DOT_DOT] = ACTIONS(3856), - [anon_sym_QMARK_COLON] = ACTIONS(3856), - [anon_sym_AMP_AMP] = ACTIONS(3856), - [anon_sym_PIPE_PIPE] = ACTIONS(3856), - [anon_sym_else] = ACTIONS(3854), - [anon_sym_COLON_COLON] = ACTIONS(3856), - [anon_sym_PLUS_EQ] = ACTIONS(3856), - [anon_sym_DASH_EQ] = ACTIONS(3856), - [anon_sym_STAR_EQ] = ACTIONS(3856), - [anon_sym_SLASH_EQ] = ACTIONS(3856), - [anon_sym_PERCENT_EQ] = ACTIONS(3856), - [anon_sym_BANG_EQ] = ACTIONS(3854), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3856), - [anon_sym_EQ_EQ] = ACTIONS(3854), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3856), - [anon_sym_LT_EQ] = ACTIONS(3856), - [anon_sym_GT_EQ] = ACTIONS(3856), - [anon_sym_BANGin] = ACTIONS(3856), - [anon_sym_is] = ACTIONS(3854), - [anon_sym_BANGis] = ACTIONS(3856), - [anon_sym_PLUS] = ACTIONS(3854), - [anon_sym_DASH] = ACTIONS(3854), - [anon_sym_SLASH] = ACTIONS(3854), - [anon_sym_PERCENT] = ACTIONS(3854), - [anon_sym_as_QMARK] = ACTIONS(3856), - [anon_sym_PLUS_PLUS] = ACTIONS(3856), - [anon_sym_DASH_DASH] = ACTIONS(3856), - [anon_sym_BANG_BANG] = ACTIONS(3856), - [anon_sym_suspend] = ACTIONS(3854), - [anon_sym_sealed] = ACTIONS(3854), - [anon_sym_annotation] = ACTIONS(3854), - [anon_sym_data] = ACTIONS(3854), - [anon_sym_inner] = ACTIONS(3854), - [anon_sym_override] = ACTIONS(3854), - [anon_sym_lateinit] = ACTIONS(3854), - [anon_sym_public] = ACTIONS(3854), - [anon_sym_private] = ACTIONS(3854), - [anon_sym_internal] = ACTIONS(3854), - [anon_sym_protected] = ACTIONS(3854), - [anon_sym_tailrec] = ACTIONS(3854), - [anon_sym_operator] = ACTIONS(3854), - [anon_sym_infix] = ACTIONS(3854), - [anon_sym_inline] = ACTIONS(3854), - [anon_sym_external] = ACTIONS(3854), - [sym_property_modifier] = ACTIONS(3854), - [anon_sym_abstract] = ACTIONS(3854), - [anon_sym_final] = ACTIONS(3854), - [anon_sym_open] = ACTIONS(3854), - [anon_sym_vararg] = ACTIONS(3854), - [anon_sym_noinline] = ACTIONS(3854), - [anon_sym_crossinline] = ACTIONS(3854), - [anon_sym_expect] = ACTIONS(3854), - [anon_sym_actual] = ACTIONS(3854), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3856), - [sym_safe_nav] = ACTIONS(3856), - [sym_multiline_comment] = ACTIONS(3), - }, - [3354] = { - [sym__alpha_identifier] = ACTIONS(5067), - [anon_sym_AT] = ACTIONS(5069), - [anon_sym_LBRACK] = ACTIONS(5069), - [anon_sym_as] = ACTIONS(5067), - [anon_sym_EQ] = ACTIONS(5067), - [anon_sym_LBRACE] = ACTIONS(5069), - [anon_sym_RBRACE] = ACTIONS(5069), - [anon_sym_LPAREN] = ACTIONS(5069), - [anon_sym_COMMA] = ACTIONS(5069), - [anon_sym_LT] = ACTIONS(5067), - [anon_sym_GT] = ACTIONS(5067), - [anon_sym_where] = ACTIONS(5067), - [anon_sym_object] = ACTIONS(5067), - [anon_sym_fun] = ACTIONS(5067), - [anon_sym_DOT] = ACTIONS(5067), - [anon_sym_SEMI] = ACTIONS(6560), - [anon_sym_get] = ACTIONS(5067), - [anon_sym_set] = ACTIONS(5067), - [anon_sym_this] = ACTIONS(5067), - [anon_sym_super] = ACTIONS(5067), - [anon_sym_STAR] = ACTIONS(5067), - [sym_label] = ACTIONS(5067), - [anon_sym_in] = ACTIONS(5067), - [anon_sym_DOT_DOT] = ACTIONS(5069), - [anon_sym_QMARK_COLON] = ACTIONS(5069), - [anon_sym_AMP_AMP] = ACTIONS(5069), - [anon_sym_PIPE_PIPE] = ACTIONS(5069), - [anon_sym_null] = ACTIONS(5067), - [anon_sym_if] = ACTIONS(5067), - [anon_sym_else] = ACTIONS(6558), - [anon_sym_when] = ACTIONS(5067), - [anon_sym_try] = ACTIONS(5067), - [anon_sym_throw] = ACTIONS(5067), - [anon_sym_return] = ACTIONS(5067), - [anon_sym_continue] = ACTIONS(5067), - [anon_sym_break] = ACTIONS(5067), - [anon_sym_COLON_COLON] = ACTIONS(5069), - [anon_sym_PLUS_EQ] = ACTIONS(5069), - [anon_sym_DASH_EQ] = ACTIONS(5069), - [anon_sym_STAR_EQ] = ACTIONS(5069), - [anon_sym_SLASH_EQ] = ACTIONS(5069), - [anon_sym_PERCENT_EQ] = ACTIONS(5069), - [anon_sym_BANG_EQ] = ACTIONS(5067), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5069), - [anon_sym_EQ_EQ] = ACTIONS(5067), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5069), - [anon_sym_LT_EQ] = ACTIONS(5069), - [anon_sym_GT_EQ] = ACTIONS(5069), - [anon_sym_BANGin] = ACTIONS(5069), - [anon_sym_is] = ACTIONS(5067), - [anon_sym_BANGis] = ACTIONS(5069), - [anon_sym_PLUS] = ACTIONS(5067), - [anon_sym_DASH] = ACTIONS(5067), - [anon_sym_SLASH] = ACTIONS(5067), - [anon_sym_PERCENT] = ACTIONS(5067), - [anon_sym_as_QMARK] = ACTIONS(5069), - [anon_sym_PLUS_PLUS] = ACTIONS(5069), - [anon_sym_DASH_DASH] = ACTIONS(5069), - [anon_sym_BANG] = ACTIONS(5067), - [anon_sym_BANG_BANG] = ACTIONS(5069), - [anon_sym_data] = ACTIONS(5067), - [anon_sym_inner] = ACTIONS(5067), - [anon_sym_expect] = ACTIONS(5067), - [anon_sym_actual] = ACTIONS(5067), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5069), - [anon_sym_continue_AT] = ACTIONS(5069), - [anon_sym_break_AT] = ACTIONS(5069), - [sym_real_literal] = ACTIONS(5069), - [sym_integer_literal] = ACTIONS(5067), - [sym_hex_literal] = ACTIONS(5069), - [sym_bin_literal] = ACTIONS(5069), - [anon_sym_true] = ACTIONS(5067), - [anon_sym_false] = ACTIONS(5067), - [anon_sym_SQUOTE] = ACTIONS(5069), - [sym__backtick_identifier] = ACTIONS(5069), - [sym__automatic_semicolon] = ACTIONS(5069), - [sym_safe_nav] = ACTIONS(5069), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5069), - }, - [3355] = { - [sym__alpha_identifier] = ACTIONS(4817), - [anon_sym_AT] = ACTIONS(4819), - [anon_sym_LBRACK] = ACTIONS(4819), - [anon_sym_RBRACK] = ACTIONS(4819), - [anon_sym_as] = ACTIONS(4817), - [anon_sym_EQ] = ACTIONS(4817), - [anon_sym_LBRACE] = ACTIONS(4819), - [anon_sym_RBRACE] = ACTIONS(4819), - [anon_sym_LPAREN] = ACTIONS(4819), - [anon_sym_COMMA] = ACTIONS(4819), - [anon_sym_RPAREN] = ACTIONS(4819), - [anon_sym_LT] = ACTIONS(4817), - [anon_sym_GT] = ACTIONS(4817), - [anon_sym_where] = ACTIONS(4817), - [anon_sym_DOT] = ACTIONS(4817), - [anon_sym_SEMI] = ACTIONS(4819), - [anon_sym_get] = ACTIONS(4817), - [anon_sym_set] = ACTIONS(4817), - [anon_sym_STAR] = ACTIONS(4817), - [anon_sym_DASH_GT] = ACTIONS(4819), - [sym_label] = ACTIONS(4819), - [anon_sym_in] = ACTIONS(4817), - [anon_sym_while] = ACTIONS(4817), - [anon_sym_DOT_DOT] = ACTIONS(4819), - [anon_sym_QMARK_COLON] = ACTIONS(4819), - [anon_sym_AMP_AMP] = ACTIONS(4819), - [anon_sym_PIPE_PIPE] = ACTIONS(4819), - [anon_sym_else] = ACTIONS(4817), - [anon_sym_COLON_COLON] = ACTIONS(4819), - [anon_sym_PLUS_EQ] = ACTIONS(4819), - [anon_sym_DASH_EQ] = ACTIONS(4819), - [anon_sym_STAR_EQ] = ACTIONS(4819), - [anon_sym_SLASH_EQ] = ACTIONS(4819), - [anon_sym_PERCENT_EQ] = ACTIONS(4819), - [anon_sym_BANG_EQ] = ACTIONS(4817), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4819), - [anon_sym_EQ_EQ] = ACTIONS(4817), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4819), - [anon_sym_LT_EQ] = ACTIONS(4819), - [anon_sym_GT_EQ] = ACTIONS(4819), - [anon_sym_BANGin] = ACTIONS(4819), - [anon_sym_is] = ACTIONS(4817), - [anon_sym_BANGis] = ACTIONS(4819), - [anon_sym_PLUS] = ACTIONS(4817), - [anon_sym_DASH] = ACTIONS(4817), - [anon_sym_SLASH] = ACTIONS(4817), - [anon_sym_PERCENT] = ACTIONS(4817), - [anon_sym_as_QMARK] = ACTIONS(4819), - [anon_sym_PLUS_PLUS] = ACTIONS(4819), - [anon_sym_DASH_DASH] = ACTIONS(4819), - [anon_sym_BANG_BANG] = ACTIONS(4819), - [anon_sym_suspend] = ACTIONS(4817), - [anon_sym_sealed] = ACTIONS(4817), - [anon_sym_annotation] = ACTIONS(4817), - [anon_sym_data] = ACTIONS(4817), - [anon_sym_inner] = ACTIONS(4817), - [anon_sym_override] = ACTIONS(4817), - [anon_sym_lateinit] = ACTIONS(4817), - [anon_sym_public] = ACTIONS(4817), - [anon_sym_private] = ACTIONS(4817), - [anon_sym_internal] = ACTIONS(4817), - [anon_sym_protected] = ACTIONS(4817), - [anon_sym_tailrec] = ACTIONS(4817), - [anon_sym_operator] = ACTIONS(4817), - [anon_sym_infix] = ACTIONS(4817), - [anon_sym_inline] = ACTIONS(4817), - [anon_sym_external] = ACTIONS(4817), - [sym_property_modifier] = ACTIONS(4817), - [anon_sym_abstract] = ACTIONS(4817), - [anon_sym_final] = ACTIONS(4817), - [anon_sym_open] = ACTIONS(4817), - [anon_sym_vararg] = ACTIONS(4817), - [anon_sym_noinline] = ACTIONS(4817), - [anon_sym_crossinline] = ACTIONS(4817), - [anon_sym_expect] = ACTIONS(4817), - [anon_sym_actual] = ACTIONS(4817), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4819), - [sym_safe_nav] = ACTIONS(4819), - [sym_multiline_comment] = ACTIONS(3), - }, - [3356] = { - [sym__alpha_identifier] = ACTIONS(4813), - [anon_sym_AT] = ACTIONS(4815), - [anon_sym_LBRACK] = ACTIONS(4815), - [anon_sym_RBRACK] = ACTIONS(4815), - [anon_sym_as] = ACTIONS(4813), - [anon_sym_EQ] = ACTIONS(4813), - [anon_sym_LBRACE] = ACTIONS(4815), - [anon_sym_RBRACE] = ACTIONS(4815), - [anon_sym_LPAREN] = ACTIONS(4815), - [anon_sym_COMMA] = ACTIONS(4815), - [anon_sym_RPAREN] = ACTIONS(4815), - [anon_sym_LT] = ACTIONS(4813), - [anon_sym_GT] = ACTIONS(4813), - [anon_sym_where] = ACTIONS(4813), - [anon_sym_DOT] = ACTIONS(4813), - [anon_sym_SEMI] = ACTIONS(4815), - [anon_sym_get] = ACTIONS(4813), - [anon_sym_set] = ACTIONS(4813), - [anon_sym_STAR] = ACTIONS(4813), - [anon_sym_DASH_GT] = ACTIONS(4815), - [sym_label] = ACTIONS(4815), - [anon_sym_in] = ACTIONS(4813), - [anon_sym_while] = ACTIONS(4813), - [anon_sym_DOT_DOT] = ACTIONS(4815), - [anon_sym_QMARK_COLON] = ACTIONS(4815), - [anon_sym_AMP_AMP] = ACTIONS(4815), - [anon_sym_PIPE_PIPE] = ACTIONS(4815), - [anon_sym_else] = ACTIONS(4813), - [anon_sym_COLON_COLON] = ACTIONS(4815), - [anon_sym_PLUS_EQ] = ACTIONS(4815), - [anon_sym_DASH_EQ] = ACTIONS(4815), - [anon_sym_STAR_EQ] = ACTIONS(4815), - [anon_sym_SLASH_EQ] = ACTIONS(4815), - [anon_sym_PERCENT_EQ] = ACTIONS(4815), - [anon_sym_BANG_EQ] = ACTIONS(4813), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4815), - [anon_sym_EQ_EQ] = ACTIONS(4813), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4815), - [anon_sym_LT_EQ] = ACTIONS(4815), - [anon_sym_GT_EQ] = ACTIONS(4815), - [anon_sym_BANGin] = ACTIONS(4815), - [anon_sym_is] = ACTIONS(4813), - [anon_sym_BANGis] = ACTIONS(4815), - [anon_sym_PLUS] = ACTIONS(4813), - [anon_sym_DASH] = ACTIONS(4813), - [anon_sym_SLASH] = ACTIONS(4813), - [anon_sym_PERCENT] = ACTIONS(4813), - [anon_sym_as_QMARK] = ACTIONS(4815), - [anon_sym_PLUS_PLUS] = ACTIONS(4815), - [anon_sym_DASH_DASH] = ACTIONS(4815), - [anon_sym_BANG_BANG] = ACTIONS(4815), - [anon_sym_suspend] = ACTIONS(4813), - [anon_sym_sealed] = ACTIONS(4813), - [anon_sym_annotation] = ACTIONS(4813), - [anon_sym_data] = ACTIONS(4813), - [anon_sym_inner] = ACTIONS(4813), - [anon_sym_override] = ACTIONS(4813), - [anon_sym_lateinit] = ACTIONS(4813), - [anon_sym_public] = ACTIONS(4813), - [anon_sym_private] = ACTIONS(4813), - [anon_sym_internal] = ACTIONS(4813), - [anon_sym_protected] = ACTIONS(4813), - [anon_sym_tailrec] = ACTIONS(4813), - [anon_sym_operator] = ACTIONS(4813), - [anon_sym_infix] = ACTIONS(4813), - [anon_sym_inline] = ACTIONS(4813), - [anon_sym_external] = ACTIONS(4813), - [sym_property_modifier] = ACTIONS(4813), - [anon_sym_abstract] = ACTIONS(4813), - [anon_sym_final] = ACTIONS(4813), - [anon_sym_open] = ACTIONS(4813), - [anon_sym_vararg] = ACTIONS(4813), - [anon_sym_noinline] = ACTIONS(4813), - [anon_sym_crossinline] = ACTIONS(4813), - [anon_sym_expect] = ACTIONS(4813), - [anon_sym_actual] = ACTIONS(4813), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4815), - [sym_safe_nav] = ACTIONS(4815), - [sym_multiline_comment] = ACTIONS(3), - }, - [3357] = { - [sym__alpha_identifier] = ACTIONS(4809), - [anon_sym_AT] = ACTIONS(4811), - [anon_sym_LBRACK] = ACTIONS(4811), - [anon_sym_RBRACK] = ACTIONS(4811), - [anon_sym_as] = ACTIONS(4809), - [anon_sym_EQ] = ACTIONS(4809), - [anon_sym_LBRACE] = ACTIONS(4811), - [anon_sym_RBRACE] = ACTIONS(4811), - [anon_sym_LPAREN] = ACTIONS(4811), - [anon_sym_COMMA] = ACTIONS(4811), - [anon_sym_RPAREN] = ACTIONS(4811), - [anon_sym_LT] = ACTIONS(4809), - [anon_sym_GT] = ACTIONS(4809), - [anon_sym_where] = ACTIONS(4809), - [anon_sym_DOT] = ACTIONS(4809), - [anon_sym_SEMI] = ACTIONS(4811), - [anon_sym_get] = ACTIONS(4809), - [anon_sym_set] = ACTIONS(4809), - [anon_sym_STAR] = ACTIONS(4809), - [anon_sym_DASH_GT] = ACTIONS(4811), - [sym_label] = ACTIONS(4811), - [anon_sym_in] = ACTIONS(4809), - [anon_sym_while] = ACTIONS(4809), - [anon_sym_DOT_DOT] = ACTIONS(4811), - [anon_sym_QMARK_COLON] = ACTIONS(4811), - [anon_sym_AMP_AMP] = ACTIONS(4811), - [anon_sym_PIPE_PIPE] = ACTIONS(4811), - [anon_sym_else] = ACTIONS(4809), - [anon_sym_COLON_COLON] = ACTIONS(4811), - [anon_sym_PLUS_EQ] = ACTIONS(4811), - [anon_sym_DASH_EQ] = ACTIONS(4811), - [anon_sym_STAR_EQ] = ACTIONS(4811), - [anon_sym_SLASH_EQ] = ACTIONS(4811), - [anon_sym_PERCENT_EQ] = ACTIONS(4811), - [anon_sym_BANG_EQ] = ACTIONS(4809), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4811), - [anon_sym_EQ_EQ] = ACTIONS(4809), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4811), - [anon_sym_LT_EQ] = ACTIONS(4811), - [anon_sym_GT_EQ] = ACTIONS(4811), - [anon_sym_BANGin] = ACTIONS(4811), - [anon_sym_is] = ACTIONS(4809), - [anon_sym_BANGis] = ACTIONS(4811), - [anon_sym_PLUS] = ACTIONS(4809), - [anon_sym_DASH] = ACTIONS(4809), - [anon_sym_SLASH] = ACTIONS(4809), - [anon_sym_PERCENT] = ACTIONS(4809), - [anon_sym_as_QMARK] = ACTIONS(4811), - [anon_sym_PLUS_PLUS] = ACTIONS(4811), - [anon_sym_DASH_DASH] = ACTIONS(4811), - [anon_sym_BANG_BANG] = ACTIONS(4811), - [anon_sym_suspend] = ACTIONS(4809), - [anon_sym_sealed] = ACTIONS(4809), - [anon_sym_annotation] = ACTIONS(4809), - [anon_sym_data] = ACTIONS(4809), - [anon_sym_inner] = ACTIONS(4809), - [anon_sym_override] = ACTIONS(4809), - [anon_sym_lateinit] = ACTIONS(4809), - [anon_sym_public] = ACTIONS(4809), - [anon_sym_private] = ACTIONS(4809), - [anon_sym_internal] = ACTIONS(4809), - [anon_sym_protected] = ACTIONS(4809), - [anon_sym_tailrec] = ACTIONS(4809), - [anon_sym_operator] = ACTIONS(4809), - [anon_sym_infix] = ACTIONS(4809), - [anon_sym_inline] = ACTIONS(4809), - [anon_sym_external] = ACTIONS(4809), - [sym_property_modifier] = ACTIONS(4809), - [anon_sym_abstract] = ACTIONS(4809), - [anon_sym_final] = ACTIONS(4809), - [anon_sym_open] = ACTIONS(4809), - [anon_sym_vararg] = ACTIONS(4809), - [anon_sym_noinline] = ACTIONS(4809), - [anon_sym_crossinline] = ACTIONS(4809), - [anon_sym_expect] = ACTIONS(4809), - [anon_sym_actual] = ACTIONS(4809), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4811), - [sym_safe_nav] = ACTIONS(4811), - [sym_multiline_comment] = ACTIONS(3), - }, - [3358] = { - [sym__alpha_identifier] = ACTIONS(4995), - [anon_sym_AT] = ACTIONS(4997), - [anon_sym_LBRACK] = ACTIONS(4997), - [anon_sym_as] = ACTIONS(4995), - [anon_sym_EQ] = ACTIONS(4995), - [anon_sym_LBRACE] = ACTIONS(4997), - [anon_sym_RBRACE] = ACTIONS(4997), - [anon_sym_LPAREN] = ACTIONS(4997), - [anon_sym_COMMA] = ACTIONS(4997), - [anon_sym_LT] = ACTIONS(4995), - [anon_sym_GT] = ACTIONS(4995), - [anon_sym_where] = ACTIONS(4995), - [anon_sym_object] = ACTIONS(4995), - [anon_sym_fun] = ACTIONS(4995), - [anon_sym_DOT] = ACTIONS(4995), - [anon_sym_SEMI] = ACTIONS(4997), - [anon_sym_get] = ACTIONS(4995), - [anon_sym_set] = ACTIONS(4995), - [anon_sym_this] = ACTIONS(4995), - [anon_sym_super] = ACTIONS(4995), - [anon_sym_STAR] = ACTIONS(4995), - [sym_label] = ACTIONS(4995), - [anon_sym_in] = ACTIONS(4995), - [anon_sym_DOT_DOT] = ACTIONS(4997), - [anon_sym_QMARK_COLON] = ACTIONS(4997), - [anon_sym_AMP_AMP] = ACTIONS(4997), - [anon_sym_PIPE_PIPE] = ACTIONS(4997), - [anon_sym_null] = ACTIONS(4995), - [anon_sym_if] = ACTIONS(4995), - [anon_sym_else] = ACTIONS(4995), - [anon_sym_when] = ACTIONS(4995), - [anon_sym_try] = ACTIONS(4995), - [anon_sym_throw] = ACTIONS(4995), - [anon_sym_return] = ACTIONS(4995), - [anon_sym_continue] = ACTIONS(4995), - [anon_sym_break] = ACTIONS(4995), - [anon_sym_COLON_COLON] = ACTIONS(4997), - [anon_sym_PLUS_EQ] = ACTIONS(4997), - [anon_sym_DASH_EQ] = ACTIONS(4997), - [anon_sym_STAR_EQ] = ACTIONS(4997), - [anon_sym_SLASH_EQ] = ACTIONS(4997), - [anon_sym_PERCENT_EQ] = ACTIONS(4997), - [anon_sym_BANG_EQ] = ACTIONS(4995), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4997), - [anon_sym_EQ_EQ] = ACTIONS(4995), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4997), - [anon_sym_LT_EQ] = ACTIONS(4997), - [anon_sym_GT_EQ] = ACTIONS(4997), - [anon_sym_BANGin] = ACTIONS(4997), - [anon_sym_is] = ACTIONS(4995), - [anon_sym_BANGis] = ACTIONS(4997), - [anon_sym_PLUS] = ACTIONS(4995), - [anon_sym_DASH] = ACTIONS(4995), - [anon_sym_SLASH] = ACTIONS(4995), - [anon_sym_PERCENT] = ACTIONS(4995), - [anon_sym_as_QMARK] = ACTIONS(4997), - [anon_sym_PLUS_PLUS] = ACTIONS(4997), - [anon_sym_DASH_DASH] = ACTIONS(4997), - [anon_sym_BANG] = ACTIONS(4995), - [anon_sym_BANG_BANG] = ACTIONS(4997), - [anon_sym_data] = ACTIONS(4995), - [anon_sym_inner] = ACTIONS(4995), - [anon_sym_expect] = ACTIONS(4995), - [anon_sym_actual] = ACTIONS(4995), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4997), - [anon_sym_continue_AT] = ACTIONS(4997), - [anon_sym_break_AT] = ACTIONS(4997), - [sym_real_literal] = ACTIONS(4997), - [sym_integer_literal] = ACTIONS(4995), - [sym_hex_literal] = ACTIONS(4997), - [sym_bin_literal] = ACTIONS(4997), - [anon_sym_true] = ACTIONS(4995), - [anon_sym_false] = ACTIONS(4995), - [anon_sym_SQUOTE] = ACTIONS(4997), - [sym__backtick_identifier] = ACTIONS(4997), - [sym__automatic_semicolon] = ACTIONS(4997), - [sym_safe_nav] = ACTIONS(4997), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4997), - }, - [3359] = { - [sym__alpha_identifier] = ACTIONS(3214), - [anon_sym_AT] = ACTIONS(3218), - [anon_sym_LBRACK] = ACTIONS(3218), - [anon_sym_as] = ACTIONS(3214), - [anon_sym_EQ] = ACTIONS(3214), - [anon_sym_LBRACE] = ACTIONS(3218), - [anon_sym_RBRACE] = ACTIONS(3218), - [anon_sym_LPAREN] = ACTIONS(3218), - [anon_sym_COMMA] = ACTIONS(3218), - [anon_sym_LT] = ACTIONS(3214), - [anon_sym_GT] = ACTIONS(3214), - [anon_sym_where] = ACTIONS(3214), - [anon_sym_object] = ACTIONS(3214), - [anon_sym_fun] = ACTIONS(3214), - [anon_sym_DOT] = ACTIONS(3214), - [anon_sym_SEMI] = ACTIONS(3218), - [anon_sym_get] = ACTIONS(3214), - [anon_sym_set] = ACTIONS(3214), - [anon_sym_this] = ACTIONS(3214), - [anon_sym_super] = ACTIONS(3214), - [anon_sym_STAR] = ACTIONS(3214), - [sym_label] = ACTIONS(3214), - [anon_sym_in] = ACTIONS(3214), - [anon_sym_DOT_DOT] = ACTIONS(3218), - [anon_sym_QMARK_COLON] = ACTIONS(3218), - [anon_sym_AMP_AMP] = ACTIONS(3218), - [anon_sym_PIPE_PIPE] = ACTIONS(3218), - [anon_sym_null] = ACTIONS(3214), - [anon_sym_if] = ACTIONS(3214), - [anon_sym_else] = ACTIONS(3214), - [anon_sym_when] = ACTIONS(3214), - [anon_sym_try] = ACTIONS(3214), - [anon_sym_throw] = ACTIONS(3214), - [anon_sym_return] = ACTIONS(3214), - [anon_sym_continue] = ACTIONS(3214), - [anon_sym_break] = ACTIONS(3214), - [anon_sym_COLON_COLON] = ACTIONS(3218), - [anon_sym_PLUS_EQ] = ACTIONS(3218), - [anon_sym_DASH_EQ] = ACTIONS(3218), - [anon_sym_STAR_EQ] = ACTIONS(3218), - [anon_sym_SLASH_EQ] = ACTIONS(3218), - [anon_sym_PERCENT_EQ] = ACTIONS(3218), - [anon_sym_BANG_EQ] = ACTIONS(3214), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3218), - [anon_sym_EQ_EQ] = ACTIONS(3214), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3218), - [anon_sym_LT_EQ] = ACTIONS(3218), - [anon_sym_GT_EQ] = ACTIONS(3218), - [anon_sym_BANGin] = ACTIONS(3218), - [anon_sym_is] = ACTIONS(3214), - [anon_sym_BANGis] = ACTIONS(3218), - [anon_sym_PLUS] = ACTIONS(3214), - [anon_sym_DASH] = ACTIONS(3214), - [anon_sym_SLASH] = ACTIONS(3214), - [anon_sym_PERCENT] = ACTIONS(3214), - [anon_sym_as_QMARK] = ACTIONS(3218), - [anon_sym_PLUS_PLUS] = ACTIONS(3218), - [anon_sym_DASH_DASH] = ACTIONS(3218), - [anon_sym_BANG] = ACTIONS(3214), - [anon_sym_BANG_BANG] = ACTIONS(3218), - [anon_sym_data] = ACTIONS(3214), - [anon_sym_inner] = ACTIONS(3214), - [anon_sym_expect] = ACTIONS(3214), - [anon_sym_actual] = ACTIONS(3214), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3218), - [anon_sym_continue_AT] = ACTIONS(3218), - [anon_sym_break_AT] = ACTIONS(3218), - [sym_real_literal] = ACTIONS(3218), - [sym_integer_literal] = ACTIONS(3214), - [sym_hex_literal] = ACTIONS(3218), - [sym_bin_literal] = ACTIONS(3218), - [anon_sym_true] = ACTIONS(3214), - [anon_sym_false] = ACTIONS(3214), - [anon_sym_SQUOTE] = ACTIONS(3218), - [sym__backtick_identifier] = ACTIONS(3218), - [sym__automatic_semicolon] = ACTIONS(3218), - [sym_safe_nav] = ACTIONS(3218), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3218), - }, - [3360] = { - [sym__alpha_identifier] = ACTIONS(5005), - [anon_sym_AT] = ACTIONS(5007), - [anon_sym_LBRACK] = ACTIONS(5007), - [anon_sym_as] = ACTIONS(5005), - [anon_sym_EQ] = ACTIONS(5005), - [anon_sym_LBRACE] = ACTIONS(5007), - [anon_sym_RBRACE] = ACTIONS(5007), - [anon_sym_LPAREN] = ACTIONS(5007), - [anon_sym_COMMA] = ACTIONS(5007), - [anon_sym_LT] = ACTIONS(5005), - [anon_sym_GT] = ACTIONS(5005), - [anon_sym_where] = ACTIONS(5005), - [anon_sym_object] = ACTIONS(5005), - [anon_sym_fun] = ACTIONS(5005), - [anon_sym_DOT] = ACTIONS(5005), - [anon_sym_SEMI] = ACTIONS(5007), - [anon_sym_get] = ACTIONS(5005), - [anon_sym_set] = ACTIONS(5005), - [anon_sym_this] = ACTIONS(5005), - [anon_sym_super] = ACTIONS(5005), - [anon_sym_STAR] = ACTIONS(5005), - [sym_label] = ACTIONS(5005), - [anon_sym_in] = ACTIONS(5005), - [anon_sym_DOT_DOT] = ACTIONS(5007), - [anon_sym_QMARK_COLON] = ACTIONS(5007), - [anon_sym_AMP_AMP] = ACTIONS(5007), - [anon_sym_PIPE_PIPE] = ACTIONS(5007), - [anon_sym_null] = ACTIONS(5005), - [anon_sym_if] = ACTIONS(5005), - [anon_sym_else] = ACTIONS(5005), - [anon_sym_when] = ACTIONS(5005), - [anon_sym_try] = ACTIONS(5005), - [anon_sym_throw] = ACTIONS(5005), - [anon_sym_return] = ACTIONS(5005), - [anon_sym_continue] = ACTIONS(5005), - [anon_sym_break] = ACTIONS(5005), - [anon_sym_COLON_COLON] = ACTIONS(5007), - [anon_sym_PLUS_EQ] = ACTIONS(5007), - [anon_sym_DASH_EQ] = ACTIONS(5007), - [anon_sym_STAR_EQ] = ACTIONS(5007), - [anon_sym_SLASH_EQ] = ACTIONS(5007), - [anon_sym_PERCENT_EQ] = ACTIONS(5007), - [anon_sym_BANG_EQ] = ACTIONS(5005), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5007), - [anon_sym_EQ_EQ] = ACTIONS(5005), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5007), - [anon_sym_LT_EQ] = ACTIONS(5007), - [anon_sym_GT_EQ] = ACTIONS(5007), - [anon_sym_BANGin] = ACTIONS(5007), - [anon_sym_is] = ACTIONS(5005), - [anon_sym_BANGis] = ACTIONS(5007), - [anon_sym_PLUS] = ACTIONS(5005), - [anon_sym_DASH] = ACTIONS(5005), - [anon_sym_SLASH] = ACTIONS(5005), - [anon_sym_PERCENT] = ACTIONS(5005), - [anon_sym_as_QMARK] = ACTIONS(5007), - [anon_sym_PLUS_PLUS] = ACTIONS(5007), - [anon_sym_DASH_DASH] = ACTIONS(5007), - [anon_sym_BANG] = ACTIONS(5005), - [anon_sym_BANG_BANG] = ACTIONS(5007), - [anon_sym_data] = ACTIONS(5005), - [anon_sym_inner] = ACTIONS(5005), - [anon_sym_expect] = ACTIONS(5005), - [anon_sym_actual] = ACTIONS(5005), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5007), - [anon_sym_continue_AT] = ACTIONS(5007), - [anon_sym_break_AT] = ACTIONS(5007), - [sym_real_literal] = ACTIONS(5007), - [sym_integer_literal] = ACTIONS(5005), - [sym_hex_literal] = ACTIONS(5007), - [sym_bin_literal] = ACTIONS(5007), - [anon_sym_true] = ACTIONS(5005), - [anon_sym_false] = ACTIONS(5005), - [anon_sym_SQUOTE] = ACTIONS(5007), - [sym__backtick_identifier] = ACTIONS(5007), - [sym__automatic_semicolon] = ACTIONS(5007), - [sym_safe_nav] = ACTIONS(5007), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5007), - }, - [3361] = { - [sym__alpha_identifier] = ACTIONS(4781), - [anon_sym_AT] = ACTIONS(4783), - [anon_sym_LBRACK] = ACTIONS(4783), - [anon_sym_as] = ACTIONS(4781), - [anon_sym_EQ] = ACTIONS(4781), - [anon_sym_LBRACE] = ACTIONS(4783), - [anon_sym_RBRACE] = ACTIONS(4783), - [anon_sym_LPAREN] = ACTIONS(4783), - [anon_sym_COMMA] = ACTIONS(4783), - [anon_sym_LT] = ACTIONS(4781), - [anon_sym_GT] = ACTIONS(4781), - [anon_sym_where] = ACTIONS(4781), - [anon_sym_object] = ACTIONS(4781), - [anon_sym_fun] = ACTIONS(4781), - [anon_sym_DOT] = ACTIONS(4781), - [anon_sym_SEMI] = ACTIONS(4783), - [anon_sym_get] = ACTIONS(4781), - [anon_sym_set] = ACTIONS(4781), - [anon_sym_this] = ACTIONS(4781), - [anon_sym_super] = ACTIONS(4781), - [anon_sym_STAR] = ACTIONS(4781), - [sym_label] = ACTIONS(4781), - [anon_sym_in] = ACTIONS(4781), - [anon_sym_DOT_DOT] = ACTIONS(4783), - [anon_sym_QMARK_COLON] = ACTIONS(4783), - [anon_sym_AMP_AMP] = ACTIONS(4783), - [anon_sym_PIPE_PIPE] = ACTIONS(4783), - [anon_sym_null] = ACTIONS(4781), - [anon_sym_if] = ACTIONS(4781), - [anon_sym_else] = ACTIONS(4781), - [anon_sym_when] = ACTIONS(4781), - [anon_sym_try] = ACTIONS(4781), - [anon_sym_throw] = ACTIONS(4781), - [anon_sym_return] = ACTIONS(4781), - [anon_sym_continue] = ACTIONS(4781), - [anon_sym_break] = ACTIONS(4781), - [anon_sym_COLON_COLON] = ACTIONS(4783), - [anon_sym_PLUS_EQ] = ACTIONS(4783), - [anon_sym_DASH_EQ] = ACTIONS(4783), - [anon_sym_STAR_EQ] = ACTIONS(4783), - [anon_sym_SLASH_EQ] = ACTIONS(4783), - [anon_sym_PERCENT_EQ] = ACTIONS(4783), - [anon_sym_BANG_EQ] = ACTIONS(4781), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4783), - [anon_sym_EQ_EQ] = ACTIONS(4781), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4783), - [anon_sym_LT_EQ] = ACTIONS(4783), - [anon_sym_GT_EQ] = ACTIONS(4783), - [anon_sym_BANGin] = ACTIONS(4783), - [anon_sym_is] = ACTIONS(4781), - [anon_sym_BANGis] = ACTIONS(4783), - [anon_sym_PLUS] = ACTIONS(4781), - [anon_sym_DASH] = ACTIONS(4781), - [anon_sym_SLASH] = ACTIONS(4781), - [anon_sym_PERCENT] = ACTIONS(4781), - [anon_sym_as_QMARK] = ACTIONS(4783), - [anon_sym_PLUS_PLUS] = ACTIONS(4783), - [anon_sym_DASH_DASH] = ACTIONS(4783), - [anon_sym_BANG] = ACTIONS(4781), - [anon_sym_BANG_BANG] = ACTIONS(4783), - [anon_sym_data] = ACTIONS(4781), - [anon_sym_inner] = ACTIONS(4781), - [anon_sym_expect] = ACTIONS(4781), - [anon_sym_actual] = ACTIONS(4781), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4783), - [anon_sym_continue_AT] = ACTIONS(4783), - [anon_sym_break_AT] = ACTIONS(4783), - [sym_real_literal] = ACTIONS(4783), - [sym_integer_literal] = ACTIONS(4781), - [sym_hex_literal] = ACTIONS(4783), - [sym_bin_literal] = ACTIONS(4783), - [anon_sym_true] = ACTIONS(4781), - [anon_sym_false] = ACTIONS(4781), - [anon_sym_SQUOTE] = ACTIONS(4783), - [sym__backtick_identifier] = ACTIONS(4783), - [sym__automatic_semicolon] = ACTIONS(4783), - [sym_safe_nav] = ACTIONS(4783), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4783), - }, - [3362] = { - [sym__alpha_identifier] = ACTIONS(5009), - [anon_sym_AT] = ACTIONS(5011), - [anon_sym_LBRACK] = ACTIONS(5011), - [anon_sym_as] = ACTIONS(5009), - [anon_sym_EQ] = ACTIONS(5009), - [anon_sym_LBRACE] = ACTIONS(5011), - [anon_sym_RBRACE] = ACTIONS(5011), - [anon_sym_LPAREN] = ACTIONS(5011), - [anon_sym_COMMA] = ACTIONS(5011), - [anon_sym_LT] = ACTIONS(5009), - [anon_sym_GT] = ACTIONS(5009), - [anon_sym_where] = ACTIONS(5009), - [anon_sym_object] = ACTIONS(5009), - [anon_sym_fun] = ACTIONS(5009), - [anon_sym_DOT] = ACTIONS(5009), - [anon_sym_SEMI] = ACTIONS(5011), - [anon_sym_get] = ACTIONS(5009), - [anon_sym_set] = ACTIONS(5009), - [anon_sym_this] = ACTIONS(5009), - [anon_sym_super] = ACTIONS(5009), - [anon_sym_STAR] = ACTIONS(5009), - [sym_label] = ACTIONS(5009), - [anon_sym_in] = ACTIONS(5009), - [anon_sym_DOT_DOT] = ACTIONS(5011), - [anon_sym_QMARK_COLON] = ACTIONS(5011), - [anon_sym_AMP_AMP] = ACTIONS(5011), - [anon_sym_PIPE_PIPE] = ACTIONS(5011), - [anon_sym_null] = ACTIONS(5009), - [anon_sym_if] = ACTIONS(5009), - [anon_sym_else] = ACTIONS(5009), - [anon_sym_when] = ACTIONS(5009), - [anon_sym_try] = ACTIONS(5009), - [anon_sym_throw] = ACTIONS(5009), - [anon_sym_return] = ACTIONS(5009), - [anon_sym_continue] = ACTIONS(5009), - [anon_sym_break] = ACTIONS(5009), - [anon_sym_COLON_COLON] = ACTIONS(5011), - [anon_sym_PLUS_EQ] = ACTIONS(5011), - [anon_sym_DASH_EQ] = ACTIONS(5011), - [anon_sym_STAR_EQ] = ACTIONS(5011), - [anon_sym_SLASH_EQ] = ACTIONS(5011), - [anon_sym_PERCENT_EQ] = ACTIONS(5011), - [anon_sym_BANG_EQ] = ACTIONS(5009), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5011), - [anon_sym_EQ_EQ] = ACTIONS(5009), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5011), - [anon_sym_LT_EQ] = ACTIONS(5011), - [anon_sym_GT_EQ] = ACTIONS(5011), - [anon_sym_BANGin] = ACTIONS(5011), - [anon_sym_is] = ACTIONS(5009), - [anon_sym_BANGis] = ACTIONS(5011), - [anon_sym_PLUS] = ACTIONS(5009), - [anon_sym_DASH] = ACTIONS(5009), - [anon_sym_SLASH] = ACTIONS(5009), - [anon_sym_PERCENT] = ACTIONS(5009), - [anon_sym_as_QMARK] = ACTIONS(5011), - [anon_sym_PLUS_PLUS] = ACTIONS(5011), - [anon_sym_DASH_DASH] = ACTIONS(5011), - [anon_sym_BANG] = ACTIONS(5009), - [anon_sym_BANG_BANG] = ACTIONS(5011), - [anon_sym_data] = ACTIONS(5009), - [anon_sym_inner] = ACTIONS(5009), - [anon_sym_expect] = ACTIONS(5009), - [anon_sym_actual] = ACTIONS(5009), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5011), - [anon_sym_continue_AT] = ACTIONS(5011), - [anon_sym_break_AT] = ACTIONS(5011), - [sym_real_literal] = ACTIONS(5011), - [sym_integer_literal] = ACTIONS(5009), - [sym_hex_literal] = ACTIONS(5011), - [sym_bin_literal] = ACTIONS(5011), - [anon_sym_true] = ACTIONS(5009), - [anon_sym_false] = ACTIONS(5009), - [anon_sym_SQUOTE] = ACTIONS(5011), - [sym__backtick_identifier] = ACTIONS(5011), - [sym__automatic_semicolon] = ACTIONS(5011), - [sym_safe_nav] = ACTIONS(5011), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5011), - }, - [3363] = { - [sym__alpha_identifier] = ACTIONS(4219), - [anon_sym_AT] = ACTIONS(4221), - [anon_sym_LBRACK] = ACTIONS(4221), - [anon_sym_as] = ACTIONS(4219), - [anon_sym_EQ] = ACTIONS(4219), - [anon_sym_LBRACE] = ACTIONS(4221), - [anon_sym_RBRACE] = ACTIONS(4221), - [anon_sym_LPAREN] = ACTIONS(4221), - [anon_sym_COMMA] = ACTIONS(4221), - [anon_sym_by] = ACTIONS(4219), - [anon_sym_LT] = ACTIONS(4219), - [anon_sym_GT] = ACTIONS(4219), - [anon_sym_where] = ACTIONS(4219), - [anon_sym_DOT] = ACTIONS(4219), - [anon_sym_SEMI] = ACTIONS(4221), - [anon_sym_get] = ACTIONS(4219), - [anon_sym_set] = ACTIONS(4219), - [sym__quest] = ACTIONS(4219), - [anon_sym_STAR] = ACTIONS(4219), - [anon_sym_DASH_GT] = ACTIONS(4223), - [sym_label] = ACTIONS(4221), - [anon_sym_in] = ACTIONS(4219), - [anon_sym_DOT_DOT] = ACTIONS(4221), - [anon_sym_QMARK_COLON] = ACTIONS(4221), - [anon_sym_AMP_AMP] = ACTIONS(4221), - [anon_sym_PIPE_PIPE] = ACTIONS(4221), - [anon_sym_else] = ACTIONS(4219), - [anon_sym_COLON_COLON] = ACTIONS(4221), - [anon_sym_PLUS_EQ] = ACTIONS(4221), - [anon_sym_DASH_EQ] = ACTIONS(4221), - [anon_sym_STAR_EQ] = ACTIONS(4221), - [anon_sym_SLASH_EQ] = ACTIONS(4221), - [anon_sym_PERCENT_EQ] = ACTIONS(4221), - [anon_sym_BANG_EQ] = ACTIONS(4219), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4221), - [anon_sym_EQ_EQ] = ACTIONS(4219), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4221), - [anon_sym_LT_EQ] = ACTIONS(4221), - [anon_sym_GT_EQ] = ACTIONS(4221), - [anon_sym_BANGin] = ACTIONS(4221), - [anon_sym_is] = ACTIONS(4219), - [anon_sym_BANGis] = ACTIONS(4221), - [anon_sym_PLUS] = ACTIONS(4219), - [anon_sym_DASH] = ACTIONS(4219), - [anon_sym_SLASH] = ACTIONS(4219), - [anon_sym_PERCENT] = ACTIONS(4219), - [anon_sym_as_QMARK] = ACTIONS(4221), - [anon_sym_PLUS_PLUS] = ACTIONS(4221), - [anon_sym_DASH_DASH] = ACTIONS(4221), - [anon_sym_BANG_BANG] = ACTIONS(4221), - [anon_sym_suspend] = ACTIONS(4219), - [anon_sym_sealed] = ACTIONS(4219), - [anon_sym_annotation] = ACTIONS(4219), - [anon_sym_data] = ACTIONS(4219), - [anon_sym_inner] = ACTIONS(4219), - [anon_sym_override] = ACTIONS(4219), - [anon_sym_lateinit] = ACTIONS(4219), - [anon_sym_public] = ACTIONS(4219), - [anon_sym_private] = ACTIONS(4219), - [anon_sym_internal] = ACTIONS(4219), - [anon_sym_protected] = ACTIONS(4219), - [anon_sym_tailrec] = ACTIONS(4219), - [anon_sym_operator] = ACTIONS(4219), - [anon_sym_infix] = ACTIONS(4219), - [anon_sym_inline] = ACTIONS(4219), - [anon_sym_external] = ACTIONS(4219), - [sym_property_modifier] = ACTIONS(4219), - [anon_sym_abstract] = ACTIONS(4219), - [anon_sym_final] = ACTIONS(4219), - [anon_sym_open] = ACTIONS(4219), - [anon_sym_vararg] = ACTIONS(4219), - [anon_sym_noinline] = ACTIONS(4219), - [anon_sym_crossinline] = ACTIONS(4219), - [anon_sym_expect] = ACTIONS(4219), - [anon_sym_actual] = ACTIONS(4219), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4221), - [sym__automatic_semicolon] = ACTIONS(4221), - [sym_safe_nav] = ACTIONS(4221), - [sym_multiline_comment] = ACTIONS(3), - }, - [3364] = { - [sym__alpha_identifier] = ACTIONS(4718), - [anon_sym_AT] = ACTIONS(4720), - [anon_sym_LBRACK] = ACTIONS(4720), - [anon_sym_RBRACK] = ACTIONS(4720), - [anon_sym_as] = ACTIONS(4718), - [anon_sym_EQ] = ACTIONS(4718), - [anon_sym_LBRACE] = ACTIONS(4720), - [anon_sym_RBRACE] = ACTIONS(4720), - [anon_sym_LPAREN] = ACTIONS(4720), - [anon_sym_COMMA] = ACTIONS(4720), - [anon_sym_RPAREN] = ACTIONS(4720), - [anon_sym_LT] = ACTIONS(4718), - [anon_sym_GT] = ACTIONS(4718), - [anon_sym_where] = ACTIONS(4718), - [anon_sym_DOT] = ACTIONS(4718), - [anon_sym_SEMI] = ACTIONS(4720), - [anon_sym_get] = ACTIONS(4718), - [anon_sym_set] = ACTIONS(4718), - [anon_sym_STAR] = ACTIONS(4718), - [anon_sym_DASH_GT] = ACTIONS(4720), - [sym_label] = ACTIONS(4720), - [anon_sym_in] = ACTIONS(4718), - [anon_sym_while] = ACTIONS(4718), - [anon_sym_DOT_DOT] = ACTIONS(4720), - [anon_sym_QMARK_COLON] = ACTIONS(4720), - [anon_sym_AMP_AMP] = ACTIONS(4720), - [anon_sym_PIPE_PIPE] = ACTIONS(4720), - [anon_sym_else] = ACTIONS(4718), - [anon_sym_COLON_COLON] = ACTIONS(4720), - [anon_sym_PLUS_EQ] = ACTIONS(4720), - [anon_sym_DASH_EQ] = ACTIONS(4720), - [anon_sym_STAR_EQ] = ACTIONS(4720), - [anon_sym_SLASH_EQ] = ACTIONS(4720), - [anon_sym_PERCENT_EQ] = ACTIONS(4720), - [anon_sym_BANG_EQ] = ACTIONS(4718), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4720), - [anon_sym_EQ_EQ] = ACTIONS(4718), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4720), - [anon_sym_LT_EQ] = ACTIONS(4720), - [anon_sym_GT_EQ] = ACTIONS(4720), - [anon_sym_BANGin] = ACTIONS(4720), - [anon_sym_is] = ACTIONS(4718), - [anon_sym_BANGis] = ACTIONS(4720), - [anon_sym_PLUS] = ACTIONS(4718), - [anon_sym_DASH] = ACTIONS(4718), - [anon_sym_SLASH] = ACTIONS(4718), - [anon_sym_PERCENT] = ACTIONS(4718), - [anon_sym_as_QMARK] = ACTIONS(4720), - [anon_sym_PLUS_PLUS] = ACTIONS(4720), - [anon_sym_DASH_DASH] = ACTIONS(4720), - [anon_sym_BANG_BANG] = ACTIONS(4720), - [anon_sym_suspend] = ACTIONS(4718), - [anon_sym_sealed] = ACTIONS(4718), - [anon_sym_annotation] = ACTIONS(4718), - [anon_sym_data] = ACTIONS(4718), - [anon_sym_inner] = ACTIONS(4718), - [anon_sym_override] = ACTIONS(4718), - [anon_sym_lateinit] = ACTIONS(4718), - [anon_sym_public] = ACTIONS(4718), - [anon_sym_private] = ACTIONS(4718), - [anon_sym_internal] = ACTIONS(4718), - [anon_sym_protected] = ACTIONS(4718), - [anon_sym_tailrec] = ACTIONS(4718), - [anon_sym_operator] = ACTIONS(4718), - [anon_sym_infix] = ACTIONS(4718), - [anon_sym_inline] = ACTIONS(4718), - [anon_sym_external] = ACTIONS(4718), - [sym_property_modifier] = ACTIONS(4718), - [anon_sym_abstract] = ACTIONS(4718), - [anon_sym_final] = ACTIONS(4718), - [anon_sym_open] = ACTIONS(4718), - [anon_sym_vararg] = ACTIONS(4718), - [anon_sym_noinline] = ACTIONS(4718), - [anon_sym_crossinline] = ACTIONS(4718), - [anon_sym_expect] = ACTIONS(4718), - [anon_sym_actual] = ACTIONS(4718), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4720), - [sym_safe_nav] = ACTIONS(4720), - [sym_multiline_comment] = ACTIONS(3), - }, - [3365] = { - [sym__alpha_identifier] = ACTIONS(5051), - [anon_sym_AT] = ACTIONS(5053), - [anon_sym_LBRACK] = ACTIONS(5053), - [anon_sym_as] = ACTIONS(5051), - [anon_sym_EQ] = ACTIONS(5051), - [anon_sym_LBRACE] = ACTIONS(5053), - [anon_sym_RBRACE] = ACTIONS(5053), - [anon_sym_LPAREN] = ACTIONS(5053), - [anon_sym_COMMA] = ACTIONS(5053), - [anon_sym_LT] = ACTIONS(5051), - [anon_sym_GT] = ACTIONS(5051), - [anon_sym_where] = ACTIONS(5051), - [anon_sym_object] = ACTIONS(5051), - [anon_sym_fun] = ACTIONS(5051), - [anon_sym_DOT] = ACTIONS(5051), - [anon_sym_SEMI] = ACTIONS(5053), - [anon_sym_get] = ACTIONS(5051), - [anon_sym_set] = ACTIONS(5051), - [anon_sym_this] = ACTIONS(5051), - [anon_sym_super] = ACTIONS(5051), - [anon_sym_STAR] = ACTIONS(5051), - [sym_label] = ACTIONS(5051), - [anon_sym_in] = ACTIONS(5051), - [anon_sym_DOT_DOT] = ACTIONS(5053), - [anon_sym_QMARK_COLON] = ACTIONS(5053), - [anon_sym_AMP_AMP] = ACTIONS(5053), - [anon_sym_PIPE_PIPE] = ACTIONS(5053), - [anon_sym_null] = ACTIONS(5051), - [anon_sym_if] = ACTIONS(5051), - [anon_sym_else] = ACTIONS(5051), - [anon_sym_when] = ACTIONS(5051), - [anon_sym_try] = ACTIONS(5051), - [anon_sym_throw] = ACTIONS(5051), - [anon_sym_return] = ACTIONS(5051), - [anon_sym_continue] = ACTIONS(5051), - [anon_sym_break] = ACTIONS(5051), - [anon_sym_COLON_COLON] = ACTIONS(5053), - [anon_sym_PLUS_EQ] = ACTIONS(5053), - [anon_sym_DASH_EQ] = ACTIONS(5053), - [anon_sym_STAR_EQ] = ACTIONS(5053), - [anon_sym_SLASH_EQ] = ACTIONS(5053), - [anon_sym_PERCENT_EQ] = ACTIONS(5053), - [anon_sym_BANG_EQ] = ACTIONS(5051), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5053), - [anon_sym_EQ_EQ] = ACTIONS(5051), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5053), - [anon_sym_LT_EQ] = ACTIONS(5053), - [anon_sym_GT_EQ] = ACTIONS(5053), - [anon_sym_BANGin] = ACTIONS(5053), - [anon_sym_is] = ACTIONS(5051), - [anon_sym_BANGis] = ACTIONS(5053), - [anon_sym_PLUS] = ACTIONS(5051), - [anon_sym_DASH] = ACTIONS(5051), - [anon_sym_SLASH] = ACTIONS(5051), - [anon_sym_PERCENT] = ACTIONS(5051), - [anon_sym_as_QMARK] = ACTIONS(5053), - [anon_sym_PLUS_PLUS] = ACTIONS(5053), - [anon_sym_DASH_DASH] = ACTIONS(5053), - [anon_sym_BANG] = ACTIONS(5051), - [anon_sym_BANG_BANG] = ACTIONS(5053), - [anon_sym_data] = ACTIONS(5051), - [anon_sym_inner] = ACTIONS(5051), - [anon_sym_expect] = ACTIONS(5051), - [anon_sym_actual] = ACTIONS(5051), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5053), - [anon_sym_continue_AT] = ACTIONS(5053), - [anon_sym_break_AT] = ACTIONS(5053), - [sym_real_literal] = ACTIONS(5053), - [sym_integer_literal] = ACTIONS(5051), - [sym_hex_literal] = ACTIONS(5053), - [sym_bin_literal] = ACTIONS(5053), - [anon_sym_true] = ACTIONS(5051), - [anon_sym_false] = ACTIONS(5051), - [anon_sym_SQUOTE] = ACTIONS(5053), - [sym__backtick_identifier] = ACTIONS(5053), - [sym__automatic_semicolon] = ACTIONS(5053), - [sym_safe_nav] = ACTIONS(5053), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5053), - }, - [3366] = { - [sym__alpha_identifier] = ACTIONS(4197), - [anon_sym_AT] = ACTIONS(4199), - [anon_sym_LBRACK] = ACTIONS(4199), - [anon_sym_as] = ACTIONS(4197), - [anon_sym_EQ] = ACTIONS(4197), - [anon_sym_LBRACE] = ACTIONS(4199), - [anon_sym_RBRACE] = ACTIONS(4199), - [anon_sym_LPAREN] = ACTIONS(4199), - [anon_sym_COMMA] = ACTIONS(4199), - [anon_sym_LT] = ACTIONS(4197), - [anon_sym_GT] = ACTIONS(4197), - [anon_sym_where] = ACTIONS(4197), - [anon_sym_object] = ACTIONS(4197), - [anon_sym_fun] = ACTIONS(4197), - [anon_sym_DOT] = ACTIONS(4197), - [anon_sym_SEMI] = ACTIONS(4199), - [anon_sym_get] = ACTIONS(4197), - [anon_sym_set] = ACTIONS(4197), - [anon_sym_this] = ACTIONS(4197), - [anon_sym_super] = ACTIONS(4197), - [anon_sym_STAR] = ACTIONS(4197), - [sym_label] = ACTIONS(4197), - [anon_sym_in] = ACTIONS(4197), - [anon_sym_DOT_DOT] = ACTIONS(4199), - [anon_sym_QMARK_COLON] = ACTIONS(4199), - [anon_sym_AMP_AMP] = ACTIONS(4199), - [anon_sym_PIPE_PIPE] = ACTIONS(4199), - [anon_sym_null] = ACTIONS(4197), - [anon_sym_if] = ACTIONS(4197), - [anon_sym_else] = ACTIONS(4197), - [anon_sym_when] = ACTIONS(4197), - [anon_sym_try] = ACTIONS(4197), - [anon_sym_throw] = ACTIONS(4197), - [anon_sym_return] = ACTIONS(4197), - [anon_sym_continue] = ACTIONS(4197), - [anon_sym_break] = ACTIONS(4197), - [anon_sym_COLON_COLON] = ACTIONS(4199), - [anon_sym_PLUS_EQ] = ACTIONS(4199), - [anon_sym_DASH_EQ] = ACTIONS(4199), - [anon_sym_STAR_EQ] = ACTIONS(4199), - [anon_sym_SLASH_EQ] = ACTIONS(4199), - [anon_sym_PERCENT_EQ] = ACTIONS(4199), - [anon_sym_BANG_EQ] = ACTIONS(4197), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4199), - [anon_sym_EQ_EQ] = ACTIONS(4197), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4199), - [anon_sym_LT_EQ] = ACTIONS(4199), - [anon_sym_GT_EQ] = ACTIONS(4199), - [anon_sym_BANGin] = ACTIONS(4199), - [anon_sym_is] = ACTIONS(4197), - [anon_sym_BANGis] = ACTIONS(4199), - [anon_sym_PLUS] = ACTIONS(4197), - [anon_sym_DASH] = ACTIONS(4197), - [anon_sym_SLASH] = ACTIONS(4197), - [anon_sym_PERCENT] = ACTIONS(4197), - [anon_sym_as_QMARK] = ACTIONS(4199), - [anon_sym_PLUS_PLUS] = ACTIONS(4199), - [anon_sym_DASH_DASH] = ACTIONS(4199), - [anon_sym_BANG] = ACTIONS(4197), - [anon_sym_BANG_BANG] = ACTIONS(4199), - [anon_sym_data] = ACTIONS(4197), - [anon_sym_inner] = ACTIONS(4197), - [anon_sym_expect] = ACTIONS(4197), - [anon_sym_actual] = ACTIONS(4197), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4199), - [anon_sym_continue_AT] = ACTIONS(4199), - [anon_sym_break_AT] = ACTIONS(4199), - [sym_real_literal] = ACTIONS(4199), - [sym_integer_literal] = ACTIONS(4197), - [sym_hex_literal] = ACTIONS(4199), - [sym_bin_literal] = ACTIONS(4199), - [anon_sym_true] = ACTIONS(4197), - [anon_sym_false] = ACTIONS(4197), - [anon_sym_SQUOTE] = ACTIONS(4199), - [sym__backtick_identifier] = ACTIONS(4199), - [sym__automatic_semicolon] = ACTIONS(4199), - [sym_safe_nav] = ACTIONS(4199), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4199), - }, - [3367] = { - [sym__alpha_identifier] = ACTIONS(4935), - [anon_sym_AT] = ACTIONS(4937), - [anon_sym_LBRACK] = ACTIONS(4937), - [anon_sym_RBRACK] = ACTIONS(4937), - [anon_sym_as] = ACTIONS(4935), - [anon_sym_EQ] = ACTIONS(4935), - [anon_sym_LBRACE] = ACTIONS(4937), - [anon_sym_RBRACE] = ACTIONS(4937), - [anon_sym_LPAREN] = ACTIONS(4937), - [anon_sym_COMMA] = ACTIONS(4937), - [anon_sym_RPAREN] = ACTIONS(4937), - [anon_sym_LT] = ACTIONS(4935), - [anon_sym_GT] = ACTIONS(4935), - [anon_sym_where] = ACTIONS(4935), - [anon_sym_DOT] = ACTIONS(4935), - [anon_sym_SEMI] = ACTIONS(4937), - [anon_sym_get] = ACTIONS(4935), - [anon_sym_set] = ACTIONS(4935), - [anon_sym_STAR] = ACTIONS(4935), - [anon_sym_DASH_GT] = ACTIONS(4937), - [sym_label] = ACTIONS(4937), - [anon_sym_in] = ACTIONS(4935), - [anon_sym_while] = ACTIONS(4935), - [anon_sym_DOT_DOT] = ACTIONS(4937), - [anon_sym_QMARK_COLON] = ACTIONS(4937), - [anon_sym_AMP_AMP] = ACTIONS(4937), - [anon_sym_PIPE_PIPE] = ACTIONS(4937), - [anon_sym_else] = ACTIONS(4935), - [anon_sym_COLON_COLON] = ACTIONS(4937), - [anon_sym_PLUS_EQ] = ACTIONS(4937), - [anon_sym_DASH_EQ] = ACTIONS(4937), - [anon_sym_STAR_EQ] = ACTIONS(4937), - [anon_sym_SLASH_EQ] = ACTIONS(4937), - [anon_sym_PERCENT_EQ] = ACTIONS(4937), - [anon_sym_BANG_EQ] = ACTIONS(4935), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4937), - [anon_sym_EQ_EQ] = ACTIONS(4935), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4937), - [anon_sym_LT_EQ] = ACTIONS(4937), - [anon_sym_GT_EQ] = ACTIONS(4937), - [anon_sym_BANGin] = ACTIONS(4937), - [anon_sym_is] = ACTIONS(4935), - [anon_sym_BANGis] = ACTIONS(4937), - [anon_sym_PLUS] = ACTIONS(4935), - [anon_sym_DASH] = ACTIONS(4935), - [anon_sym_SLASH] = ACTIONS(4935), - [anon_sym_PERCENT] = ACTIONS(4935), - [anon_sym_as_QMARK] = ACTIONS(4937), - [anon_sym_PLUS_PLUS] = ACTIONS(4937), - [anon_sym_DASH_DASH] = ACTIONS(4937), - [anon_sym_BANG_BANG] = ACTIONS(4937), - [anon_sym_suspend] = ACTIONS(4935), - [anon_sym_sealed] = ACTIONS(4935), - [anon_sym_annotation] = ACTIONS(4935), - [anon_sym_data] = ACTIONS(4935), - [anon_sym_inner] = ACTIONS(4935), - [anon_sym_override] = ACTIONS(4935), - [anon_sym_lateinit] = ACTIONS(4935), - [anon_sym_public] = ACTIONS(4935), - [anon_sym_private] = ACTIONS(4935), - [anon_sym_internal] = ACTIONS(4935), - [anon_sym_protected] = ACTIONS(4935), - [anon_sym_tailrec] = ACTIONS(4935), - [anon_sym_operator] = ACTIONS(4935), - [anon_sym_infix] = ACTIONS(4935), - [anon_sym_inline] = ACTIONS(4935), - [anon_sym_external] = ACTIONS(4935), - [sym_property_modifier] = ACTIONS(4935), - [anon_sym_abstract] = ACTIONS(4935), - [anon_sym_final] = ACTIONS(4935), - [anon_sym_open] = ACTIONS(4935), - [anon_sym_vararg] = ACTIONS(4935), - [anon_sym_noinline] = ACTIONS(4935), - [anon_sym_crossinline] = ACTIONS(4935), - [anon_sym_expect] = ACTIONS(4935), - [anon_sym_actual] = ACTIONS(4935), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4937), - [sym_safe_nav] = ACTIONS(4937), - [sym_multiline_comment] = ACTIONS(3), - }, - [3368] = { - [sym__alpha_identifier] = ACTIONS(4801), - [anon_sym_AT] = ACTIONS(4803), - [anon_sym_LBRACK] = ACTIONS(4803), - [anon_sym_RBRACK] = ACTIONS(4803), - [anon_sym_as] = ACTIONS(4801), - [anon_sym_EQ] = ACTIONS(4801), - [anon_sym_LBRACE] = ACTIONS(4803), - [anon_sym_RBRACE] = ACTIONS(4803), - [anon_sym_LPAREN] = ACTIONS(4803), - [anon_sym_COMMA] = ACTIONS(4803), - [anon_sym_RPAREN] = ACTIONS(4803), - [anon_sym_LT] = ACTIONS(4801), - [anon_sym_GT] = ACTIONS(4801), - [anon_sym_where] = ACTIONS(4801), - [anon_sym_DOT] = ACTIONS(4801), - [anon_sym_SEMI] = ACTIONS(4803), - [anon_sym_get] = ACTIONS(4801), - [anon_sym_set] = ACTIONS(4801), - [anon_sym_STAR] = ACTIONS(4801), - [anon_sym_DASH_GT] = ACTIONS(4803), - [sym_label] = ACTIONS(4803), - [anon_sym_in] = ACTIONS(4801), - [anon_sym_while] = ACTIONS(4801), - [anon_sym_DOT_DOT] = ACTIONS(4803), - [anon_sym_QMARK_COLON] = ACTIONS(4803), - [anon_sym_AMP_AMP] = ACTIONS(4803), - [anon_sym_PIPE_PIPE] = ACTIONS(4803), - [anon_sym_else] = ACTIONS(4801), - [anon_sym_COLON_COLON] = ACTIONS(4803), - [anon_sym_PLUS_EQ] = ACTIONS(4803), - [anon_sym_DASH_EQ] = ACTIONS(4803), - [anon_sym_STAR_EQ] = ACTIONS(4803), - [anon_sym_SLASH_EQ] = ACTIONS(4803), - [anon_sym_PERCENT_EQ] = ACTIONS(4803), - [anon_sym_BANG_EQ] = ACTIONS(4801), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4803), - [anon_sym_EQ_EQ] = ACTIONS(4801), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4803), - [anon_sym_LT_EQ] = ACTIONS(4803), - [anon_sym_GT_EQ] = ACTIONS(4803), - [anon_sym_BANGin] = ACTIONS(4803), - [anon_sym_is] = ACTIONS(4801), - [anon_sym_BANGis] = ACTIONS(4803), - [anon_sym_PLUS] = ACTIONS(4801), - [anon_sym_DASH] = ACTIONS(4801), - [anon_sym_SLASH] = ACTIONS(4801), - [anon_sym_PERCENT] = ACTIONS(4801), - [anon_sym_as_QMARK] = ACTIONS(4803), - [anon_sym_PLUS_PLUS] = ACTIONS(4803), - [anon_sym_DASH_DASH] = ACTIONS(4803), - [anon_sym_BANG_BANG] = ACTIONS(4803), - [anon_sym_suspend] = ACTIONS(4801), - [anon_sym_sealed] = ACTIONS(4801), - [anon_sym_annotation] = ACTIONS(4801), - [anon_sym_data] = ACTIONS(4801), - [anon_sym_inner] = ACTIONS(4801), - [anon_sym_override] = ACTIONS(4801), - [anon_sym_lateinit] = ACTIONS(4801), - [anon_sym_public] = ACTIONS(4801), - [anon_sym_private] = ACTIONS(4801), - [anon_sym_internal] = ACTIONS(4801), - [anon_sym_protected] = ACTIONS(4801), - [anon_sym_tailrec] = ACTIONS(4801), - [anon_sym_operator] = ACTIONS(4801), - [anon_sym_infix] = ACTIONS(4801), - [anon_sym_inline] = ACTIONS(4801), - [anon_sym_external] = ACTIONS(4801), - [sym_property_modifier] = ACTIONS(4801), - [anon_sym_abstract] = ACTIONS(4801), - [anon_sym_final] = ACTIONS(4801), - [anon_sym_open] = ACTIONS(4801), - [anon_sym_vararg] = ACTIONS(4801), - [anon_sym_noinline] = ACTIONS(4801), - [anon_sym_crossinline] = ACTIONS(4801), - [anon_sym_expect] = ACTIONS(4801), - [anon_sym_actual] = ACTIONS(4801), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4803), - [sym_safe_nav] = ACTIONS(4803), - [sym_multiline_comment] = ACTIONS(3), - }, - [3369] = { - [sym__alpha_identifier] = ACTIONS(4406), - [anon_sym_AT] = ACTIONS(4408), - [anon_sym_LBRACK] = ACTIONS(4408), - [anon_sym_RBRACK] = ACTIONS(4408), - [anon_sym_as] = ACTIONS(4406), - [anon_sym_EQ] = ACTIONS(4406), - [anon_sym_LBRACE] = ACTIONS(4408), - [anon_sym_RBRACE] = ACTIONS(4408), - [anon_sym_LPAREN] = ACTIONS(4408), - [anon_sym_COMMA] = ACTIONS(4408), - [anon_sym_RPAREN] = ACTIONS(4408), - [anon_sym_LT] = ACTIONS(4406), - [anon_sym_GT] = ACTIONS(4406), - [anon_sym_where] = ACTIONS(4406), - [anon_sym_DOT] = ACTIONS(4406), - [anon_sym_SEMI] = ACTIONS(4408), - [anon_sym_get] = ACTIONS(4406), - [anon_sym_set] = ACTIONS(4406), - [anon_sym_STAR] = ACTIONS(4406), - [anon_sym_DASH_GT] = ACTIONS(4408), - [sym_label] = ACTIONS(4408), - [anon_sym_in] = ACTIONS(4406), - [anon_sym_while] = ACTIONS(4406), - [anon_sym_DOT_DOT] = ACTIONS(4408), - [anon_sym_QMARK_COLON] = ACTIONS(4408), - [anon_sym_AMP_AMP] = ACTIONS(4408), - [anon_sym_PIPE_PIPE] = ACTIONS(4408), - [anon_sym_else] = ACTIONS(4406), - [anon_sym_COLON_COLON] = ACTIONS(4408), - [anon_sym_PLUS_EQ] = ACTIONS(4408), - [anon_sym_DASH_EQ] = ACTIONS(4408), - [anon_sym_STAR_EQ] = ACTIONS(4408), - [anon_sym_SLASH_EQ] = ACTIONS(4408), - [anon_sym_PERCENT_EQ] = ACTIONS(4408), - [anon_sym_BANG_EQ] = ACTIONS(4406), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4408), - [anon_sym_EQ_EQ] = ACTIONS(4406), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4408), - [anon_sym_LT_EQ] = ACTIONS(4408), - [anon_sym_GT_EQ] = ACTIONS(4408), - [anon_sym_BANGin] = ACTIONS(4408), - [anon_sym_is] = ACTIONS(4406), - [anon_sym_BANGis] = ACTIONS(4408), - [anon_sym_PLUS] = ACTIONS(4406), - [anon_sym_DASH] = ACTIONS(4406), - [anon_sym_SLASH] = ACTIONS(4406), - [anon_sym_PERCENT] = ACTIONS(4406), - [anon_sym_as_QMARK] = ACTIONS(4408), - [anon_sym_PLUS_PLUS] = ACTIONS(4408), - [anon_sym_DASH_DASH] = ACTIONS(4408), - [anon_sym_BANG_BANG] = ACTIONS(4408), - [anon_sym_suspend] = ACTIONS(4406), - [anon_sym_sealed] = ACTIONS(4406), - [anon_sym_annotation] = ACTIONS(4406), - [anon_sym_data] = ACTIONS(4406), - [anon_sym_inner] = ACTIONS(4406), - [anon_sym_override] = ACTIONS(4406), - [anon_sym_lateinit] = ACTIONS(4406), - [anon_sym_public] = ACTIONS(4406), - [anon_sym_private] = ACTIONS(4406), - [anon_sym_internal] = ACTIONS(4406), - [anon_sym_protected] = ACTIONS(4406), - [anon_sym_tailrec] = ACTIONS(4406), - [anon_sym_operator] = ACTIONS(4406), - [anon_sym_infix] = ACTIONS(4406), - [anon_sym_inline] = ACTIONS(4406), - [anon_sym_external] = ACTIONS(4406), - [sym_property_modifier] = ACTIONS(4406), - [anon_sym_abstract] = ACTIONS(4406), - [anon_sym_final] = ACTIONS(4406), - [anon_sym_open] = ACTIONS(4406), - [anon_sym_vararg] = ACTIONS(4406), - [anon_sym_noinline] = ACTIONS(4406), - [anon_sym_crossinline] = ACTIONS(4406), - [anon_sym_expect] = ACTIONS(4406), - [anon_sym_actual] = ACTIONS(4406), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4408), - [sym_safe_nav] = ACTIONS(4408), - [sym_multiline_comment] = ACTIONS(3), - }, - [3370] = { - [sym__alpha_identifier] = ACTIONS(4821), - [anon_sym_AT] = ACTIONS(4823), - [anon_sym_LBRACK] = ACTIONS(4823), - [anon_sym_as] = ACTIONS(4821), - [anon_sym_EQ] = ACTIONS(4821), - [anon_sym_LBRACE] = ACTIONS(4823), - [anon_sym_RBRACE] = ACTIONS(4823), - [anon_sym_LPAREN] = ACTIONS(4823), - [anon_sym_COMMA] = ACTIONS(4823), - [anon_sym_LT] = ACTIONS(4821), - [anon_sym_GT] = ACTIONS(4821), - [anon_sym_where] = ACTIONS(4821), - [anon_sym_object] = ACTIONS(4821), - [anon_sym_fun] = ACTIONS(4821), - [anon_sym_DOT] = ACTIONS(4821), - [anon_sym_SEMI] = ACTIONS(4823), - [anon_sym_get] = ACTIONS(4821), - [anon_sym_set] = ACTIONS(4821), - [anon_sym_this] = ACTIONS(4821), - [anon_sym_super] = ACTIONS(4821), - [anon_sym_STAR] = ACTIONS(4821), - [sym_label] = ACTIONS(4821), - [anon_sym_in] = ACTIONS(4821), - [anon_sym_DOT_DOT] = ACTIONS(4823), - [anon_sym_QMARK_COLON] = ACTIONS(4823), - [anon_sym_AMP_AMP] = ACTIONS(4823), - [anon_sym_PIPE_PIPE] = ACTIONS(4823), - [anon_sym_null] = ACTIONS(4821), - [anon_sym_if] = ACTIONS(4821), - [anon_sym_else] = ACTIONS(4821), - [anon_sym_when] = ACTIONS(4821), - [anon_sym_try] = ACTIONS(4821), - [anon_sym_throw] = ACTIONS(4821), - [anon_sym_return] = ACTIONS(4821), - [anon_sym_continue] = ACTIONS(4821), - [anon_sym_break] = ACTIONS(4821), - [anon_sym_COLON_COLON] = ACTIONS(4823), - [anon_sym_PLUS_EQ] = ACTIONS(4823), - [anon_sym_DASH_EQ] = ACTIONS(4823), - [anon_sym_STAR_EQ] = ACTIONS(4823), - [anon_sym_SLASH_EQ] = ACTIONS(4823), - [anon_sym_PERCENT_EQ] = ACTIONS(4823), - [anon_sym_BANG_EQ] = ACTIONS(4821), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4823), - [anon_sym_EQ_EQ] = ACTIONS(4821), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4823), - [anon_sym_LT_EQ] = ACTIONS(4823), - [anon_sym_GT_EQ] = ACTIONS(4823), - [anon_sym_BANGin] = ACTIONS(4823), - [anon_sym_is] = ACTIONS(4821), - [anon_sym_BANGis] = ACTIONS(4823), - [anon_sym_PLUS] = ACTIONS(4821), - [anon_sym_DASH] = ACTIONS(4821), - [anon_sym_SLASH] = ACTIONS(4821), - [anon_sym_PERCENT] = ACTIONS(4821), - [anon_sym_as_QMARK] = ACTIONS(4823), - [anon_sym_PLUS_PLUS] = ACTIONS(4823), - [anon_sym_DASH_DASH] = ACTIONS(4823), - [anon_sym_BANG] = ACTIONS(4821), - [anon_sym_BANG_BANG] = ACTIONS(4823), - [anon_sym_data] = ACTIONS(4821), - [anon_sym_inner] = ACTIONS(4821), - [anon_sym_expect] = ACTIONS(4821), - [anon_sym_actual] = ACTIONS(4821), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4823), - [anon_sym_continue_AT] = ACTIONS(4823), - [anon_sym_break_AT] = ACTIONS(4823), - [sym_real_literal] = ACTIONS(4823), - [sym_integer_literal] = ACTIONS(4821), - [sym_hex_literal] = ACTIONS(4823), - [sym_bin_literal] = ACTIONS(4823), - [anon_sym_true] = ACTIONS(4821), - [anon_sym_false] = ACTIONS(4821), - [anon_sym_SQUOTE] = ACTIONS(4823), - [sym__backtick_identifier] = ACTIONS(4823), - [sym__automatic_semicolon] = ACTIONS(4823), - [sym_safe_nav] = ACTIONS(4823), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4823), - }, - [3371] = { - [aux_sym_nullable_type_repeat1] = STATE(3381), - [sym__alpha_identifier] = ACTIONS(4263), - [anon_sym_AT] = ACTIONS(4265), - [anon_sym_LBRACK] = ACTIONS(4265), - [anon_sym_EQ] = ACTIONS(4265), - [anon_sym_LBRACE] = ACTIONS(4265), - [anon_sym_RBRACE] = ACTIONS(4265), - [anon_sym_LPAREN] = ACTIONS(4265), - [anon_sym_COMMA] = ACTIONS(4265), - [anon_sym_by] = ACTIONS(4263), - [anon_sym_where] = ACTIONS(4263), - [anon_sym_object] = ACTIONS(4263), - [anon_sym_fun] = ACTIONS(4263), - [anon_sym_SEMI] = ACTIONS(4265), - [anon_sym_get] = ACTIONS(4263), - [anon_sym_set] = ACTIONS(4263), - [anon_sym_this] = ACTIONS(4263), - [anon_sym_super] = ACTIONS(4263), - [sym__quest] = ACTIONS(6562), - [anon_sym_STAR] = ACTIONS(4265), - [sym_label] = ACTIONS(4263), - [anon_sym_in] = ACTIONS(4263), - [anon_sym_null] = ACTIONS(4263), - [anon_sym_if] = ACTIONS(4263), - [anon_sym_else] = ACTIONS(4263), - [anon_sym_when] = ACTIONS(4263), - [anon_sym_try] = ACTIONS(4263), - [anon_sym_throw] = ACTIONS(4263), - [anon_sym_return] = ACTIONS(4263), - [anon_sym_continue] = ACTIONS(4263), - [anon_sym_break] = ACTIONS(4263), - [anon_sym_COLON_COLON] = ACTIONS(4265), - [anon_sym_BANGin] = ACTIONS(4265), - [anon_sym_is] = ACTIONS(4263), - [anon_sym_BANGis] = ACTIONS(4265), - [anon_sym_PLUS] = ACTIONS(4263), - [anon_sym_DASH] = ACTIONS(4263), - [anon_sym_PLUS_PLUS] = ACTIONS(4265), - [anon_sym_DASH_DASH] = ACTIONS(4265), - [anon_sym_BANG] = ACTIONS(4263), - [anon_sym_suspend] = ACTIONS(4263), - [anon_sym_sealed] = ACTIONS(4263), - [anon_sym_annotation] = ACTIONS(4263), - [anon_sym_data] = ACTIONS(4263), - [anon_sym_inner] = ACTIONS(4263), - [anon_sym_override] = ACTIONS(4263), - [anon_sym_lateinit] = ACTIONS(4263), - [anon_sym_public] = ACTIONS(4263), - [anon_sym_private] = ACTIONS(4263), - [anon_sym_internal] = ACTIONS(4263), - [anon_sym_protected] = ACTIONS(4263), - [anon_sym_tailrec] = ACTIONS(4263), - [anon_sym_operator] = ACTIONS(4263), - [anon_sym_infix] = ACTIONS(4263), - [anon_sym_inline] = ACTIONS(4263), - [anon_sym_external] = ACTIONS(4263), - [sym_property_modifier] = ACTIONS(4263), - [anon_sym_abstract] = ACTIONS(4263), - [anon_sym_final] = ACTIONS(4263), - [anon_sym_open] = ACTIONS(4263), - [anon_sym_vararg] = ACTIONS(4263), - [anon_sym_noinline] = ACTIONS(4263), - [anon_sym_crossinline] = ACTIONS(4263), - [anon_sym_expect] = ACTIONS(4263), - [anon_sym_actual] = ACTIONS(4263), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4265), - [anon_sym_continue_AT] = ACTIONS(4265), - [anon_sym_break_AT] = ACTIONS(4265), - [sym_real_literal] = ACTIONS(4265), - [sym_integer_literal] = ACTIONS(4263), - [sym_hex_literal] = ACTIONS(4265), - [sym_bin_literal] = ACTIONS(4265), - [anon_sym_true] = ACTIONS(4263), - [anon_sym_false] = ACTIONS(4263), - [anon_sym_SQUOTE] = ACTIONS(4265), - [sym__backtick_identifier] = ACTIONS(4265), - [sym__automatic_semicolon] = ACTIONS(4265), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4265), - }, - [3372] = { - [sym__alpha_identifier] = ACTIONS(4406), - [anon_sym_AT] = ACTIONS(4408), - [anon_sym_LBRACK] = ACTIONS(4408), - [anon_sym_as] = ACTIONS(4406), - [anon_sym_EQ] = ACTIONS(4406), - [anon_sym_LBRACE] = ACTIONS(4408), - [anon_sym_RBRACE] = ACTIONS(4408), - [anon_sym_LPAREN] = ACTIONS(4408), - [anon_sym_COMMA] = ACTIONS(4408), - [anon_sym_LT] = ACTIONS(4406), - [anon_sym_GT] = ACTIONS(4406), - [anon_sym_where] = ACTIONS(4406), - [anon_sym_object] = ACTIONS(4406), - [anon_sym_fun] = ACTIONS(4406), - [anon_sym_DOT] = ACTIONS(4406), - [anon_sym_SEMI] = ACTIONS(4408), - [anon_sym_get] = ACTIONS(4406), - [anon_sym_set] = ACTIONS(4406), - [anon_sym_this] = ACTIONS(4406), - [anon_sym_super] = ACTIONS(4406), - [anon_sym_STAR] = ACTIONS(4406), - [sym_label] = ACTIONS(4406), - [anon_sym_in] = ACTIONS(4406), - [anon_sym_DOT_DOT] = ACTIONS(4408), - [anon_sym_QMARK_COLON] = ACTIONS(4408), - [anon_sym_AMP_AMP] = ACTIONS(4408), - [anon_sym_PIPE_PIPE] = ACTIONS(4408), - [anon_sym_null] = ACTIONS(4406), - [anon_sym_if] = ACTIONS(4406), - [anon_sym_else] = ACTIONS(4406), - [anon_sym_when] = ACTIONS(4406), - [anon_sym_try] = ACTIONS(4406), - [anon_sym_throw] = ACTIONS(4406), - [anon_sym_return] = ACTIONS(4406), - [anon_sym_continue] = ACTIONS(4406), - [anon_sym_break] = ACTIONS(4406), - [anon_sym_COLON_COLON] = ACTIONS(4408), - [anon_sym_PLUS_EQ] = ACTIONS(4408), - [anon_sym_DASH_EQ] = ACTIONS(4408), - [anon_sym_STAR_EQ] = ACTIONS(4408), - [anon_sym_SLASH_EQ] = ACTIONS(4408), - [anon_sym_PERCENT_EQ] = ACTIONS(4408), - [anon_sym_BANG_EQ] = ACTIONS(4406), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4408), - [anon_sym_EQ_EQ] = ACTIONS(4406), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4408), - [anon_sym_LT_EQ] = ACTIONS(4408), - [anon_sym_GT_EQ] = ACTIONS(4408), - [anon_sym_BANGin] = ACTIONS(4408), - [anon_sym_is] = ACTIONS(4406), - [anon_sym_BANGis] = ACTIONS(4408), - [anon_sym_PLUS] = ACTIONS(4406), - [anon_sym_DASH] = ACTIONS(4406), - [anon_sym_SLASH] = ACTIONS(4406), - [anon_sym_PERCENT] = ACTIONS(4406), - [anon_sym_as_QMARK] = ACTIONS(4408), - [anon_sym_PLUS_PLUS] = ACTIONS(4408), - [anon_sym_DASH_DASH] = ACTIONS(4408), - [anon_sym_BANG] = ACTIONS(4406), - [anon_sym_BANG_BANG] = ACTIONS(4408), - [anon_sym_data] = ACTIONS(4406), - [anon_sym_inner] = ACTIONS(4406), - [anon_sym_expect] = ACTIONS(4406), - [anon_sym_actual] = ACTIONS(4406), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4408), - [anon_sym_continue_AT] = ACTIONS(4408), - [anon_sym_break_AT] = ACTIONS(4408), - [sym_real_literal] = ACTIONS(4408), - [sym_integer_literal] = ACTIONS(4406), - [sym_hex_literal] = ACTIONS(4408), - [sym_bin_literal] = ACTIONS(4408), - [anon_sym_true] = ACTIONS(4406), - [anon_sym_false] = ACTIONS(4406), - [anon_sym_SQUOTE] = ACTIONS(4408), - [sym__backtick_identifier] = ACTIONS(4408), - [sym__automatic_semicolon] = ACTIONS(4408), - [sym_safe_nav] = ACTIONS(4408), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4408), - }, - [3373] = { - [sym__alpha_identifier] = ACTIONS(4797), - [anon_sym_AT] = ACTIONS(4799), - [anon_sym_LBRACK] = ACTIONS(4799), - [anon_sym_RBRACK] = ACTIONS(4799), - [anon_sym_as] = ACTIONS(4797), - [anon_sym_EQ] = ACTIONS(4797), - [anon_sym_LBRACE] = ACTIONS(4799), - [anon_sym_RBRACE] = ACTIONS(4799), - [anon_sym_LPAREN] = ACTIONS(4799), - [anon_sym_COMMA] = ACTIONS(4799), - [anon_sym_RPAREN] = ACTIONS(4799), - [anon_sym_LT] = ACTIONS(4797), - [anon_sym_GT] = ACTIONS(4797), - [anon_sym_where] = ACTIONS(4797), - [anon_sym_DOT] = ACTIONS(4797), - [anon_sym_SEMI] = ACTIONS(4799), - [anon_sym_get] = ACTIONS(4797), - [anon_sym_set] = ACTIONS(4797), - [anon_sym_STAR] = ACTIONS(4797), - [anon_sym_DASH_GT] = ACTIONS(4799), - [sym_label] = ACTIONS(4799), - [anon_sym_in] = ACTIONS(4797), - [anon_sym_while] = ACTIONS(4797), - [anon_sym_DOT_DOT] = ACTIONS(4799), - [anon_sym_QMARK_COLON] = ACTIONS(4799), - [anon_sym_AMP_AMP] = ACTIONS(4799), - [anon_sym_PIPE_PIPE] = ACTIONS(4799), - [anon_sym_else] = ACTIONS(4797), - [anon_sym_COLON_COLON] = ACTIONS(4799), - [anon_sym_PLUS_EQ] = ACTIONS(4799), - [anon_sym_DASH_EQ] = ACTIONS(4799), - [anon_sym_STAR_EQ] = ACTIONS(4799), - [anon_sym_SLASH_EQ] = ACTIONS(4799), - [anon_sym_PERCENT_EQ] = ACTIONS(4799), - [anon_sym_BANG_EQ] = ACTIONS(4797), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4799), - [anon_sym_EQ_EQ] = ACTIONS(4797), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4799), - [anon_sym_LT_EQ] = ACTIONS(4799), - [anon_sym_GT_EQ] = ACTIONS(4799), - [anon_sym_BANGin] = ACTIONS(4799), - [anon_sym_is] = ACTIONS(4797), - [anon_sym_BANGis] = ACTIONS(4799), - [anon_sym_PLUS] = ACTIONS(4797), - [anon_sym_DASH] = ACTIONS(4797), - [anon_sym_SLASH] = ACTIONS(4797), - [anon_sym_PERCENT] = ACTIONS(4797), - [anon_sym_as_QMARK] = ACTIONS(4799), - [anon_sym_PLUS_PLUS] = ACTIONS(4799), - [anon_sym_DASH_DASH] = ACTIONS(4799), - [anon_sym_BANG_BANG] = ACTIONS(4799), - [anon_sym_suspend] = ACTIONS(4797), - [anon_sym_sealed] = ACTIONS(4797), - [anon_sym_annotation] = ACTIONS(4797), - [anon_sym_data] = ACTIONS(4797), - [anon_sym_inner] = ACTIONS(4797), - [anon_sym_override] = ACTIONS(4797), - [anon_sym_lateinit] = ACTIONS(4797), - [anon_sym_public] = ACTIONS(4797), - [anon_sym_private] = ACTIONS(4797), - [anon_sym_internal] = ACTIONS(4797), - [anon_sym_protected] = ACTIONS(4797), - [anon_sym_tailrec] = ACTIONS(4797), - [anon_sym_operator] = ACTIONS(4797), - [anon_sym_infix] = ACTIONS(4797), - [anon_sym_inline] = ACTIONS(4797), - [anon_sym_external] = ACTIONS(4797), - [sym_property_modifier] = ACTIONS(4797), - [anon_sym_abstract] = ACTIONS(4797), - [anon_sym_final] = ACTIONS(4797), - [anon_sym_open] = ACTIONS(4797), - [anon_sym_vararg] = ACTIONS(4797), - [anon_sym_noinline] = ACTIONS(4797), - [anon_sym_crossinline] = ACTIONS(4797), - [anon_sym_expect] = ACTIONS(4797), - [anon_sym_actual] = ACTIONS(4797), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4799), - [sym_safe_nav] = ACTIONS(4799), - [sym_multiline_comment] = ACTIONS(3), - }, - [3374] = { - [sym__alpha_identifier] = ACTIONS(4789), - [anon_sym_AT] = ACTIONS(4791), - [anon_sym_LBRACK] = ACTIONS(4791), - [anon_sym_RBRACK] = ACTIONS(4791), - [anon_sym_as] = ACTIONS(4789), - [anon_sym_EQ] = ACTIONS(4789), - [anon_sym_LBRACE] = ACTIONS(4791), - [anon_sym_RBRACE] = ACTIONS(4791), - [anon_sym_LPAREN] = ACTIONS(4791), - [anon_sym_COMMA] = ACTIONS(4791), - [anon_sym_RPAREN] = ACTIONS(4791), - [anon_sym_LT] = ACTIONS(4789), - [anon_sym_GT] = ACTIONS(4789), - [anon_sym_where] = ACTIONS(4789), - [anon_sym_DOT] = ACTIONS(4789), - [anon_sym_SEMI] = ACTIONS(4791), - [anon_sym_get] = ACTIONS(4789), - [anon_sym_set] = ACTIONS(4789), - [anon_sym_STAR] = ACTIONS(4789), - [anon_sym_DASH_GT] = ACTIONS(4791), - [sym_label] = ACTIONS(4791), - [anon_sym_in] = ACTIONS(4789), - [anon_sym_while] = ACTIONS(4789), - [anon_sym_DOT_DOT] = ACTIONS(4791), - [anon_sym_QMARK_COLON] = ACTIONS(4791), - [anon_sym_AMP_AMP] = ACTIONS(4791), - [anon_sym_PIPE_PIPE] = ACTIONS(4791), - [anon_sym_else] = ACTIONS(4789), - [anon_sym_COLON_COLON] = ACTIONS(4791), - [anon_sym_PLUS_EQ] = ACTIONS(4791), - [anon_sym_DASH_EQ] = ACTIONS(4791), - [anon_sym_STAR_EQ] = ACTIONS(4791), - [anon_sym_SLASH_EQ] = ACTIONS(4791), - [anon_sym_PERCENT_EQ] = ACTIONS(4791), - [anon_sym_BANG_EQ] = ACTIONS(4789), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4791), - [anon_sym_EQ_EQ] = ACTIONS(4789), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4791), - [anon_sym_LT_EQ] = ACTIONS(4791), - [anon_sym_GT_EQ] = ACTIONS(4791), - [anon_sym_BANGin] = ACTIONS(4791), - [anon_sym_is] = ACTIONS(4789), - [anon_sym_BANGis] = ACTIONS(4791), - [anon_sym_PLUS] = ACTIONS(4789), - [anon_sym_DASH] = ACTIONS(4789), - [anon_sym_SLASH] = ACTIONS(4789), - [anon_sym_PERCENT] = ACTIONS(4789), - [anon_sym_as_QMARK] = ACTIONS(4791), - [anon_sym_PLUS_PLUS] = ACTIONS(4791), - [anon_sym_DASH_DASH] = ACTIONS(4791), - [anon_sym_BANG_BANG] = ACTIONS(4791), - [anon_sym_suspend] = ACTIONS(4789), - [anon_sym_sealed] = ACTIONS(4789), - [anon_sym_annotation] = ACTIONS(4789), - [anon_sym_data] = ACTIONS(4789), - [anon_sym_inner] = ACTIONS(4789), - [anon_sym_override] = ACTIONS(4789), - [anon_sym_lateinit] = ACTIONS(4789), - [anon_sym_public] = ACTIONS(4789), - [anon_sym_private] = ACTIONS(4789), - [anon_sym_internal] = ACTIONS(4789), - [anon_sym_protected] = ACTIONS(4789), - [anon_sym_tailrec] = ACTIONS(4789), - [anon_sym_operator] = ACTIONS(4789), - [anon_sym_infix] = ACTIONS(4789), - [anon_sym_inline] = ACTIONS(4789), - [anon_sym_external] = ACTIONS(4789), - [sym_property_modifier] = ACTIONS(4789), - [anon_sym_abstract] = ACTIONS(4789), - [anon_sym_final] = ACTIONS(4789), - [anon_sym_open] = ACTIONS(4789), - [anon_sym_vararg] = ACTIONS(4789), - [anon_sym_noinline] = ACTIONS(4789), - [anon_sym_crossinline] = ACTIONS(4789), - [anon_sym_expect] = ACTIONS(4789), - [anon_sym_actual] = ACTIONS(4789), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4791), - [sym_safe_nav] = ACTIONS(4791), - [sym_multiline_comment] = ACTIONS(3), - }, - [3375] = { - [sym_type_constraints] = STATE(3502), - [sym_function_body] = STATE(3792), - [sym__block] = STATE(3725), - [sym__alpha_identifier] = ACTIONS(4101), - [anon_sym_AT] = ACTIONS(4103), - [anon_sym_LBRACK] = ACTIONS(4103), - [anon_sym_as] = ACTIONS(4101), - [anon_sym_EQ] = ACTIONS(6432), - [anon_sym_LBRACE] = ACTIONS(6434), - [anon_sym_RBRACE] = ACTIONS(4103), - [anon_sym_LPAREN] = ACTIONS(4103), - [anon_sym_COMMA] = ACTIONS(4103), - [anon_sym_LT] = ACTIONS(4101), - [anon_sym_GT] = ACTIONS(4101), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(4101), - [anon_sym_SEMI] = ACTIONS(4103), - [anon_sym_get] = ACTIONS(4101), - [anon_sym_set] = ACTIONS(4101), - [anon_sym_STAR] = ACTIONS(4101), - [sym_label] = ACTIONS(4103), - [anon_sym_in] = ACTIONS(4101), - [anon_sym_DOT_DOT] = ACTIONS(4103), - [anon_sym_QMARK_COLON] = ACTIONS(4103), - [anon_sym_AMP_AMP] = ACTIONS(4103), - [anon_sym_PIPE_PIPE] = ACTIONS(4103), - [anon_sym_else] = ACTIONS(4101), - [anon_sym_COLON_COLON] = ACTIONS(4103), - [anon_sym_PLUS_EQ] = ACTIONS(4103), - [anon_sym_DASH_EQ] = ACTIONS(4103), - [anon_sym_STAR_EQ] = ACTIONS(4103), - [anon_sym_SLASH_EQ] = ACTIONS(4103), - [anon_sym_PERCENT_EQ] = ACTIONS(4103), - [anon_sym_BANG_EQ] = ACTIONS(4101), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4103), - [anon_sym_EQ_EQ] = ACTIONS(4101), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4103), - [anon_sym_LT_EQ] = ACTIONS(4103), - [anon_sym_GT_EQ] = ACTIONS(4103), - [anon_sym_BANGin] = ACTIONS(4103), - [anon_sym_is] = ACTIONS(4101), - [anon_sym_BANGis] = ACTIONS(4103), - [anon_sym_PLUS] = ACTIONS(4101), - [anon_sym_DASH] = ACTIONS(4101), - [anon_sym_SLASH] = ACTIONS(4101), - [anon_sym_PERCENT] = ACTIONS(4101), - [anon_sym_as_QMARK] = ACTIONS(4103), - [anon_sym_PLUS_PLUS] = ACTIONS(4103), - [anon_sym_DASH_DASH] = ACTIONS(4103), - [anon_sym_BANG_BANG] = ACTIONS(4103), - [anon_sym_suspend] = ACTIONS(4101), - [anon_sym_sealed] = ACTIONS(4101), - [anon_sym_annotation] = ACTIONS(4101), - [anon_sym_data] = ACTIONS(4101), - [anon_sym_inner] = ACTIONS(4101), - [anon_sym_override] = ACTIONS(4101), - [anon_sym_lateinit] = ACTIONS(4101), - [anon_sym_public] = ACTIONS(4101), - [anon_sym_private] = ACTIONS(4101), - [anon_sym_internal] = ACTIONS(4101), - [anon_sym_protected] = ACTIONS(4101), - [anon_sym_tailrec] = ACTIONS(4101), - [anon_sym_operator] = ACTIONS(4101), - [anon_sym_infix] = ACTIONS(4101), - [anon_sym_inline] = ACTIONS(4101), - [anon_sym_external] = ACTIONS(4101), - [sym_property_modifier] = ACTIONS(4101), - [anon_sym_abstract] = ACTIONS(4101), - [anon_sym_final] = ACTIONS(4101), - [anon_sym_open] = ACTIONS(4101), - [anon_sym_vararg] = ACTIONS(4101), - [anon_sym_noinline] = ACTIONS(4101), - [anon_sym_crossinline] = ACTIONS(4101), - [anon_sym_expect] = ACTIONS(4101), - [anon_sym_actual] = ACTIONS(4101), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4103), - [sym__automatic_semicolon] = ACTIONS(4103), - [sym_safe_nav] = ACTIONS(4103), - [sym_multiline_comment] = ACTIONS(3), - }, - [3376] = { - [sym__alpha_identifier] = ACTIONS(4785), - [anon_sym_AT] = ACTIONS(4787), - [anon_sym_LBRACK] = ACTIONS(4787), - [anon_sym_RBRACK] = ACTIONS(4787), - [anon_sym_as] = ACTIONS(4785), - [anon_sym_EQ] = ACTIONS(4785), - [anon_sym_LBRACE] = ACTIONS(4787), - [anon_sym_RBRACE] = ACTIONS(4787), - [anon_sym_LPAREN] = ACTIONS(4787), - [anon_sym_COMMA] = ACTIONS(4787), - [anon_sym_RPAREN] = ACTIONS(4787), - [anon_sym_LT] = ACTIONS(4785), - [anon_sym_GT] = ACTIONS(4785), - [anon_sym_where] = ACTIONS(4785), - [anon_sym_DOT] = ACTIONS(4785), - [anon_sym_SEMI] = ACTIONS(4787), - [anon_sym_get] = ACTIONS(4785), - [anon_sym_set] = ACTIONS(4785), - [anon_sym_STAR] = ACTIONS(4785), - [anon_sym_DASH_GT] = ACTIONS(4787), - [sym_label] = ACTIONS(4787), - [anon_sym_in] = ACTIONS(4785), - [anon_sym_while] = ACTIONS(4785), - [anon_sym_DOT_DOT] = ACTIONS(4787), - [anon_sym_QMARK_COLON] = ACTIONS(4787), - [anon_sym_AMP_AMP] = ACTIONS(4787), - [anon_sym_PIPE_PIPE] = ACTIONS(4787), - [anon_sym_else] = ACTIONS(4785), - [anon_sym_COLON_COLON] = ACTIONS(4787), - [anon_sym_PLUS_EQ] = ACTIONS(4787), - [anon_sym_DASH_EQ] = ACTIONS(4787), - [anon_sym_STAR_EQ] = ACTIONS(4787), - [anon_sym_SLASH_EQ] = ACTIONS(4787), - [anon_sym_PERCENT_EQ] = ACTIONS(4787), - [anon_sym_BANG_EQ] = ACTIONS(4785), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4787), - [anon_sym_EQ_EQ] = ACTIONS(4785), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4787), - [anon_sym_LT_EQ] = ACTIONS(4787), - [anon_sym_GT_EQ] = ACTIONS(4787), - [anon_sym_BANGin] = ACTIONS(4787), - [anon_sym_is] = ACTIONS(4785), - [anon_sym_BANGis] = ACTIONS(4787), - [anon_sym_PLUS] = ACTIONS(4785), - [anon_sym_DASH] = ACTIONS(4785), - [anon_sym_SLASH] = ACTIONS(4785), - [anon_sym_PERCENT] = ACTIONS(4785), - [anon_sym_as_QMARK] = ACTIONS(4787), - [anon_sym_PLUS_PLUS] = ACTIONS(4787), - [anon_sym_DASH_DASH] = ACTIONS(4787), - [anon_sym_BANG_BANG] = ACTIONS(4787), - [anon_sym_suspend] = ACTIONS(4785), - [anon_sym_sealed] = ACTIONS(4785), - [anon_sym_annotation] = ACTIONS(4785), - [anon_sym_data] = ACTIONS(4785), - [anon_sym_inner] = ACTIONS(4785), - [anon_sym_override] = ACTIONS(4785), - [anon_sym_lateinit] = ACTIONS(4785), - [anon_sym_public] = ACTIONS(4785), - [anon_sym_private] = ACTIONS(4785), - [anon_sym_internal] = ACTIONS(4785), - [anon_sym_protected] = ACTIONS(4785), - [anon_sym_tailrec] = ACTIONS(4785), - [anon_sym_operator] = ACTIONS(4785), - [anon_sym_infix] = ACTIONS(4785), - [anon_sym_inline] = ACTIONS(4785), - [anon_sym_external] = ACTIONS(4785), - [sym_property_modifier] = ACTIONS(4785), - [anon_sym_abstract] = ACTIONS(4785), - [anon_sym_final] = ACTIONS(4785), - [anon_sym_open] = ACTIONS(4785), - [anon_sym_vararg] = ACTIONS(4785), - [anon_sym_noinline] = ACTIONS(4785), - [anon_sym_crossinline] = ACTIONS(4785), - [anon_sym_expect] = ACTIONS(4785), - [anon_sym_actual] = ACTIONS(4785), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4787), - [sym_safe_nav] = ACTIONS(4787), - [sym_multiline_comment] = ACTIONS(3), - }, - [3377] = { - [sym__alpha_identifier] = ACTIONS(4781), - [anon_sym_AT] = ACTIONS(4783), - [anon_sym_LBRACK] = ACTIONS(4783), - [anon_sym_RBRACK] = ACTIONS(4783), - [anon_sym_as] = ACTIONS(4781), - [anon_sym_EQ] = ACTIONS(4781), - [anon_sym_LBRACE] = ACTIONS(4783), - [anon_sym_RBRACE] = ACTIONS(4783), - [anon_sym_LPAREN] = ACTIONS(4783), - [anon_sym_COMMA] = ACTIONS(4783), - [anon_sym_RPAREN] = ACTIONS(4783), - [anon_sym_LT] = ACTIONS(4781), - [anon_sym_GT] = ACTIONS(4781), - [anon_sym_where] = ACTIONS(4781), - [anon_sym_DOT] = ACTIONS(4781), - [anon_sym_SEMI] = ACTIONS(4783), - [anon_sym_get] = ACTIONS(4781), - [anon_sym_set] = ACTIONS(4781), - [anon_sym_STAR] = ACTIONS(4781), - [anon_sym_DASH_GT] = ACTIONS(4783), - [sym_label] = ACTIONS(4783), - [anon_sym_in] = ACTIONS(4781), - [anon_sym_while] = ACTIONS(4781), - [anon_sym_DOT_DOT] = ACTIONS(4783), - [anon_sym_QMARK_COLON] = ACTIONS(4783), - [anon_sym_AMP_AMP] = ACTIONS(4783), - [anon_sym_PIPE_PIPE] = ACTIONS(4783), - [anon_sym_else] = ACTIONS(4781), - [anon_sym_COLON_COLON] = ACTIONS(4783), - [anon_sym_PLUS_EQ] = ACTIONS(4783), - [anon_sym_DASH_EQ] = ACTIONS(4783), - [anon_sym_STAR_EQ] = ACTIONS(4783), - [anon_sym_SLASH_EQ] = ACTIONS(4783), - [anon_sym_PERCENT_EQ] = ACTIONS(4783), - [anon_sym_BANG_EQ] = ACTIONS(4781), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4783), - [anon_sym_EQ_EQ] = ACTIONS(4781), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4783), - [anon_sym_LT_EQ] = ACTIONS(4783), - [anon_sym_GT_EQ] = ACTIONS(4783), - [anon_sym_BANGin] = ACTIONS(4783), - [anon_sym_is] = ACTIONS(4781), - [anon_sym_BANGis] = ACTIONS(4783), - [anon_sym_PLUS] = ACTIONS(4781), - [anon_sym_DASH] = ACTIONS(4781), - [anon_sym_SLASH] = ACTIONS(4781), - [anon_sym_PERCENT] = ACTIONS(4781), - [anon_sym_as_QMARK] = ACTIONS(4783), - [anon_sym_PLUS_PLUS] = ACTIONS(4783), - [anon_sym_DASH_DASH] = ACTIONS(4783), - [anon_sym_BANG_BANG] = ACTIONS(4783), - [anon_sym_suspend] = ACTIONS(4781), - [anon_sym_sealed] = ACTIONS(4781), - [anon_sym_annotation] = ACTIONS(4781), - [anon_sym_data] = ACTIONS(4781), - [anon_sym_inner] = ACTIONS(4781), - [anon_sym_override] = ACTIONS(4781), - [anon_sym_lateinit] = ACTIONS(4781), - [anon_sym_public] = ACTIONS(4781), - [anon_sym_private] = ACTIONS(4781), - [anon_sym_internal] = ACTIONS(4781), - [anon_sym_protected] = ACTIONS(4781), - [anon_sym_tailrec] = ACTIONS(4781), - [anon_sym_operator] = ACTIONS(4781), - [anon_sym_infix] = ACTIONS(4781), - [anon_sym_inline] = ACTIONS(4781), - [anon_sym_external] = ACTIONS(4781), - [sym_property_modifier] = ACTIONS(4781), - [anon_sym_abstract] = ACTIONS(4781), - [anon_sym_final] = ACTIONS(4781), - [anon_sym_open] = ACTIONS(4781), - [anon_sym_vararg] = ACTIONS(4781), - [anon_sym_noinline] = ACTIONS(4781), - [anon_sym_crossinline] = ACTIONS(4781), - [anon_sym_expect] = ACTIONS(4781), - [anon_sym_actual] = ACTIONS(4781), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4783), - [sym_safe_nav] = ACTIONS(4783), - [sym_multiline_comment] = ACTIONS(3), - }, - [3378] = { - [sym__alpha_identifier] = ACTIONS(4777), - [anon_sym_AT] = ACTIONS(4779), - [anon_sym_LBRACK] = ACTIONS(4779), - [anon_sym_RBRACK] = ACTIONS(4779), - [anon_sym_as] = ACTIONS(4777), - [anon_sym_EQ] = ACTIONS(4777), - [anon_sym_LBRACE] = ACTIONS(4779), - [anon_sym_RBRACE] = ACTIONS(4779), - [anon_sym_LPAREN] = ACTIONS(4779), - [anon_sym_COMMA] = ACTIONS(4779), - [anon_sym_RPAREN] = ACTIONS(4779), - [anon_sym_LT] = ACTIONS(4777), - [anon_sym_GT] = ACTIONS(4777), - [anon_sym_where] = ACTIONS(4777), - [anon_sym_DOT] = ACTIONS(4777), - [anon_sym_SEMI] = ACTIONS(4779), - [anon_sym_get] = ACTIONS(4777), - [anon_sym_set] = ACTIONS(4777), - [anon_sym_STAR] = ACTIONS(4777), - [anon_sym_DASH_GT] = ACTIONS(4779), - [sym_label] = ACTIONS(4779), - [anon_sym_in] = ACTIONS(4777), - [anon_sym_while] = ACTIONS(4777), - [anon_sym_DOT_DOT] = ACTIONS(4779), - [anon_sym_QMARK_COLON] = ACTIONS(4779), - [anon_sym_AMP_AMP] = ACTIONS(4779), - [anon_sym_PIPE_PIPE] = ACTIONS(4779), - [anon_sym_else] = ACTIONS(4777), - [anon_sym_COLON_COLON] = ACTIONS(4779), - [anon_sym_PLUS_EQ] = ACTIONS(4779), - [anon_sym_DASH_EQ] = ACTIONS(4779), - [anon_sym_STAR_EQ] = ACTIONS(4779), - [anon_sym_SLASH_EQ] = ACTIONS(4779), - [anon_sym_PERCENT_EQ] = ACTIONS(4779), - [anon_sym_BANG_EQ] = ACTIONS(4777), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4779), - [anon_sym_EQ_EQ] = ACTIONS(4777), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4779), - [anon_sym_LT_EQ] = ACTIONS(4779), - [anon_sym_GT_EQ] = ACTIONS(4779), - [anon_sym_BANGin] = ACTIONS(4779), - [anon_sym_is] = ACTIONS(4777), - [anon_sym_BANGis] = ACTIONS(4779), - [anon_sym_PLUS] = ACTIONS(4777), - [anon_sym_DASH] = ACTIONS(4777), - [anon_sym_SLASH] = ACTIONS(4777), - [anon_sym_PERCENT] = ACTIONS(4777), - [anon_sym_as_QMARK] = ACTIONS(4779), - [anon_sym_PLUS_PLUS] = ACTIONS(4779), - [anon_sym_DASH_DASH] = ACTIONS(4779), - [anon_sym_BANG_BANG] = ACTIONS(4779), - [anon_sym_suspend] = ACTIONS(4777), - [anon_sym_sealed] = ACTIONS(4777), - [anon_sym_annotation] = ACTIONS(4777), - [anon_sym_data] = ACTIONS(4777), - [anon_sym_inner] = ACTIONS(4777), - [anon_sym_override] = ACTIONS(4777), - [anon_sym_lateinit] = ACTIONS(4777), - [anon_sym_public] = ACTIONS(4777), - [anon_sym_private] = ACTIONS(4777), - [anon_sym_internal] = ACTIONS(4777), - [anon_sym_protected] = ACTIONS(4777), - [anon_sym_tailrec] = ACTIONS(4777), - [anon_sym_operator] = ACTIONS(4777), - [anon_sym_infix] = ACTIONS(4777), - [anon_sym_inline] = ACTIONS(4777), - [anon_sym_external] = ACTIONS(4777), - [sym_property_modifier] = ACTIONS(4777), - [anon_sym_abstract] = ACTIONS(4777), - [anon_sym_final] = ACTIONS(4777), - [anon_sym_open] = ACTIONS(4777), - [anon_sym_vararg] = ACTIONS(4777), - [anon_sym_noinline] = ACTIONS(4777), - [anon_sym_crossinline] = ACTIONS(4777), - [anon_sym_expect] = ACTIONS(4777), - [anon_sym_actual] = ACTIONS(4777), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4779), - [sym_safe_nav] = ACTIONS(4779), - [sym_multiline_comment] = ACTIONS(3), - }, - [3379] = { - [aux_sym_nullable_type_repeat1] = STATE(3371), - [sym__alpha_identifier] = ACTIONS(4294), - [anon_sym_AT] = ACTIONS(4296), - [anon_sym_LBRACK] = ACTIONS(4296), - [anon_sym_EQ] = ACTIONS(4296), - [anon_sym_LBRACE] = ACTIONS(4296), - [anon_sym_RBRACE] = ACTIONS(4296), - [anon_sym_LPAREN] = ACTIONS(4296), - [anon_sym_COMMA] = ACTIONS(4296), - [anon_sym_by] = ACTIONS(4294), - [anon_sym_where] = ACTIONS(4294), - [anon_sym_object] = ACTIONS(4294), - [anon_sym_fun] = ACTIONS(4294), - [anon_sym_SEMI] = ACTIONS(4296), - [anon_sym_get] = ACTIONS(4294), - [anon_sym_set] = ACTIONS(4294), - [anon_sym_this] = ACTIONS(4294), - [anon_sym_super] = ACTIONS(4294), - [sym__quest] = ACTIONS(6494), - [anon_sym_STAR] = ACTIONS(4296), - [sym_label] = ACTIONS(4294), - [anon_sym_in] = ACTIONS(4294), - [anon_sym_null] = ACTIONS(4294), - [anon_sym_if] = ACTIONS(4294), - [anon_sym_else] = ACTIONS(4294), - [anon_sym_when] = ACTIONS(4294), - [anon_sym_try] = ACTIONS(4294), - [anon_sym_throw] = ACTIONS(4294), - [anon_sym_return] = ACTIONS(4294), - [anon_sym_continue] = ACTIONS(4294), - [anon_sym_break] = ACTIONS(4294), - [anon_sym_COLON_COLON] = ACTIONS(4296), - [anon_sym_BANGin] = ACTIONS(4296), - [anon_sym_is] = ACTIONS(4294), - [anon_sym_BANGis] = ACTIONS(4296), - [anon_sym_PLUS] = ACTIONS(4294), - [anon_sym_DASH] = ACTIONS(4294), - [anon_sym_PLUS_PLUS] = ACTIONS(4296), - [anon_sym_DASH_DASH] = ACTIONS(4296), - [anon_sym_BANG] = ACTIONS(4294), - [anon_sym_suspend] = ACTIONS(4294), - [anon_sym_sealed] = ACTIONS(4294), - [anon_sym_annotation] = ACTIONS(4294), - [anon_sym_data] = ACTIONS(4294), - [anon_sym_inner] = ACTIONS(4294), - [anon_sym_override] = ACTIONS(4294), - [anon_sym_lateinit] = ACTIONS(4294), - [anon_sym_public] = ACTIONS(4294), - [anon_sym_private] = ACTIONS(4294), - [anon_sym_internal] = ACTIONS(4294), - [anon_sym_protected] = ACTIONS(4294), - [anon_sym_tailrec] = ACTIONS(4294), - [anon_sym_operator] = ACTIONS(4294), - [anon_sym_infix] = ACTIONS(4294), - [anon_sym_inline] = ACTIONS(4294), - [anon_sym_external] = ACTIONS(4294), - [sym_property_modifier] = ACTIONS(4294), - [anon_sym_abstract] = ACTIONS(4294), - [anon_sym_final] = ACTIONS(4294), - [anon_sym_open] = ACTIONS(4294), - [anon_sym_vararg] = ACTIONS(4294), - [anon_sym_noinline] = ACTIONS(4294), - [anon_sym_crossinline] = ACTIONS(4294), - [anon_sym_expect] = ACTIONS(4294), - [anon_sym_actual] = ACTIONS(4294), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4296), - [anon_sym_continue_AT] = ACTIONS(4296), - [anon_sym_break_AT] = ACTIONS(4296), - [sym_real_literal] = ACTIONS(4296), - [sym_integer_literal] = ACTIONS(4294), - [sym_hex_literal] = ACTIONS(4296), - [sym_bin_literal] = ACTIONS(4296), - [anon_sym_true] = ACTIONS(4294), - [anon_sym_false] = ACTIONS(4294), - [anon_sym_SQUOTE] = ACTIONS(4296), - [sym__backtick_identifier] = ACTIONS(4296), - [sym__automatic_semicolon] = ACTIONS(4296), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4296), - }, - [3380] = { - [sym_type_constraints] = STATE(3807), - [sym_function_body] = STATE(3776), - [sym__block] = STATE(3725), - [sym__alpha_identifier] = ACTIONS(4073), - [anon_sym_AT] = ACTIONS(4075), - [anon_sym_COLON] = ACTIONS(6564), - [anon_sym_LBRACK] = ACTIONS(4075), - [anon_sym_as] = ACTIONS(4073), - [anon_sym_EQ] = ACTIONS(6566), - [anon_sym_LBRACE] = ACTIONS(6434), - [anon_sym_RBRACE] = ACTIONS(4075), - [anon_sym_LPAREN] = ACTIONS(4075), - [anon_sym_LT] = ACTIONS(4073), - [anon_sym_GT] = ACTIONS(4073), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(4073), - [anon_sym_SEMI] = ACTIONS(4075), - [anon_sym_get] = ACTIONS(4073), - [anon_sym_set] = ACTIONS(4073), - [anon_sym_STAR] = ACTIONS(4073), - [sym_label] = ACTIONS(4075), - [anon_sym_in] = ACTIONS(4073), - [anon_sym_DOT_DOT] = ACTIONS(4075), - [anon_sym_QMARK_COLON] = ACTIONS(4075), - [anon_sym_AMP_AMP] = ACTIONS(4075), - [anon_sym_PIPE_PIPE] = ACTIONS(4075), - [anon_sym_else] = ACTIONS(4073), - [anon_sym_COLON_COLON] = ACTIONS(4075), - [anon_sym_PLUS_EQ] = ACTIONS(4075), - [anon_sym_DASH_EQ] = ACTIONS(4075), - [anon_sym_STAR_EQ] = ACTIONS(4075), - [anon_sym_SLASH_EQ] = ACTIONS(4075), - [anon_sym_PERCENT_EQ] = ACTIONS(4075), - [anon_sym_BANG_EQ] = ACTIONS(4073), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4075), - [anon_sym_EQ_EQ] = ACTIONS(4073), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4075), - [anon_sym_LT_EQ] = ACTIONS(4075), - [anon_sym_GT_EQ] = ACTIONS(4075), - [anon_sym_BANGin] = ACTIONS(4075), - [anon_sym_is] = ACTIONS(4073), - [anon_sym_BANGis] = ACTIONS(4075), - [anon_sym_PLUS] = ACTIONS(4073), - [anon_sym_DASH] = ACTIONS(4073), - [anon_sym_SLASH] = ACTIONS(4073), - [anon_sym_PERCENT] = ACTIONS(4073), - [anon_sym_as_QMARK] = ACTIONS(4075), - [anon_sym_PLUS_PLUS] = ACTIONS(4075), - [anon_sym_DASH_DASH] = ACTIONS(4075), - [anon_sym_BANG_BANG] = ACTIONS(4075), - [anon_sym_suspend] = ACTIONS(4073), - [anon_sym_sealed] = ACTIONS(4073), - [anon_sym_annotation] = ACTIONS(4073), - [anon_sym_data] = ACTIONS(4073), - [anon_sym_inner] = ACTIONS(4073), - [anon_sym_override] = ACTIONS(4073), - [anon_sym_lateinit] = ACTIONS(4073), - [anon_sym_public] = ACTIONS(4073), - [anon_sym_private] = ACTIONS(4073), - [anon_sym_internal] = ACTIONS(4073), - [anon_sym_protected] = ACTIONS(4073), - [anon_sym_tailrec] = ACTIONS(4073), - [anon_sym_operator] = ACTIONS(4073), - [anon_sym_infix] = ACTIONS(4073), - [anon_sym_inline] = ACTIONS(4073), - [anon_sym_external] = ACTIONS(4073), - [sym_property_modifier] = ACTIONS(4073), - [anon_sym_abstract] = ACTIONS(4073), - [anon_sym_final] = ACTIONS(4073), - [anon_sym_open] = ACTIONS(4073), - [anon_sym_vararg] = ACTIONS(4073), - [anon_sym_noinline] = ACTIONS(4073), - [anon_sym_crossinline] = ACTIONS(4073), - [anon_sym_expect] = ACTIONS(4073), - [anon_sym_actual] = ACTIONS(4073), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4075), - [sym__automatic_semicolon] = ACTIONS(4075), - [sym_safe_nav] = ACTIONS(4075), - [sym_multiline_comment] = ACTIONS(3), - }, - [3381] = { - [aux_sym_nullable_type_repeat1] = STATE(3381), - [sym__alpha_identifier] = ACTIONS(4311), - [anon_sym_AT] = ACTIONS(4313), - [anon_sym_LBRACK] = ACTIONS(4313), - [anon_sym_EQ] = ACTIONS(4313), - [anon_sym_LBRACE] = ACTIONS(4313), - [anon_sym_RBRACE] = ACTIONS(4313), - [anon_sym_LPAREN] = ACTIONS(4313), - [anon_sym_COMMA] = ACTIONS(4313), - [anon_sym_by] = ACTIONS(4311), - [anon_sym_where] = ACTIONS(4311), - [anon_sym_object] = ACTIONS(4311), - [anon_sym_fun] = ACTIONS(4311), - [anon_sym_SEMI] = ACTIONS(4313), - [anon_sym_get] = ACTIONS(4311), - [anon_sym_set] = ACTIONS(4311), - [anon_sym_this] = ACTIONS(4311), - [anon_sym_super] = ACTIONS(4311), - [sym__quest] = ACTIONS(6568), - [anon_sym_STAR] = ACTIONS(4313), - [sym_label] = ACTIONS(4311), - [anon_sym_in] = ACTIONS(4311), - [anon_sym_null] = ACTIONS(4311), - [anon_sym_if] = ACTIONS(4311), - [anon_sym_else] = ACTIONS(4311), - [anon_sym_when] = ACTIONS(4311), - [anon_sym_try] = ACTIONS(4311), - [anon_sym_throw] = ACTIONS(4311), - [anon_sym_return] = ACTIONS(4311), - [anon_sym_continue] = ACTIONS(4311), - [anon_sym_break] = ACTIONS(4311), - [anon_sym_COLON_COLON] = ACTIONS(4313), - [anon_sym_BANGin] = ACTIONS(4313), - [anon_sym_is] = ACTIONS(4311), - [anon_sym_BANGis] = ACTIONS(4313), - [anon_sym_PLUS] = ACTIONS(4311), - [anon_sym_DASH] = ACTIONS(4311), - [anon_sym_PLUS_PLUS] = ACTIONS(4313), - [anon_sym_DASH_DASH] = ACTIONS(4313), - [anon_sym_BANG] = ACTIONS(4311), - [anon_sym_suspend] = ACTIONS(4311), - [anon_sym_sealed] = ACTIONS(4311), - [anon_sym_annotation] = ACTIONS(4311), - [anon_sym_data] = ACTIONS(4311), - [anon_sym_inner] = ACTIONS(4311), - [anon_sym_override] = ACTIONS(4311), - [anon_sym_lateinit] = ACTIONS(4311), - [anon_sym_public] = ACTIONS(4311), - [anon_sym_private] = ACTIONS(4311), - [anon_sym_internal] = ACTIONS(4311), - [anon_sym_protected] = ACTIONS(4311), - [anon_sym_tailrec] = ACTIONS(4311), - [anon_sym_operator] = ACTIONS(4311), - [anon_sym_infix] = ACTIONS(4311), - [anon_sym_inline] = ACTIONS(4311), - [anon_sym_external] = ACTIONS(4311), - [sym_property_modifier] = ACTIONS(4311), - [anon_sym_abstract] = ACTIONS(4311), - [anon_sym_final] = ACTIONS(4311), - [anon_sym_open] = ACTIONS(4311), - [anon_sym_vararg] = ACTIONS(4311), - [anon_sym_noinline] = ACTIONS(4311), - [anon_sym_crossinline] = ACTIONS(4311), - [anon_sym_expect] = ACTIONS(4311), - [anon_sym_actual] = ACTIONS(4311), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4313), - [anon_sym_continue_AT] = ACTIONS(4313), - [anon_sym_break_AT] = ACTIONS(4313), - [sym_real_literal] = ACTIONS(4313), - [sym_integer_literal] = ACTIONS(4311), - [sym_hex_literal] = ACTIONS(4313), - [sym_bin_literal] = ACTIONS(4313), - [anon_sym_true] = ACTIONS(4311), - [anon_sym_false] = ACTIONS(4311), - [anon_sym_SQUOTE] = ACTIONS(4313), - [sym__backtick_identifier] = ACTIONS(4313), - [sym__automatic_semicolon] = ACTIONS(4313), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4313), - }, - [3382] = { - [sym__alpha_identifier] = ACTIONS(4785), - [anon_sym_AT] = ACTIONS(4787), - [anon_sym_LBRACK] = ACTIONS(4787), - [anon_sym_as] = ACTIONS(4785), - [anon_sym_EQ] = ACTIONS(4785), - [anon_sym_LBRACE] = ACTIONS(4787), - [anon_sym_RBRACE] = ACTIONS(4787), - [anon_sym_LPAREN] = ACTIONS(4787), - [anon_sym_COMMA] = ACTIONS(4787), - [anon_sym_LT] = ACTIONS(4785), - [anon_sym_GT] = ACTIONS(4785), - [anon_sym_where] = ACTIONS(4785), - [anon_sym_object] = ACTIONS(4785), - [anon_sym_fun] = ACTIONS(4785), - [anon_sym_DOT] = ACTIONS(4785), - [anon_sym_SEMI] = ACTIONS(4787), - [anon_sym_get] = ACTIONS(4785), - [anon_sym_set] = ACTIONS(4785), - [anon_sym_this] = ACTIONS(4785), - [anon_sym_super] = ACTIONS(4785), - [anon_sym_STAR] = ACTIONS(4785), - [sym_label] = ACTIONS(4785), - [anon_sym_in] = ACTIONS(4785), - [anon_sym_DOT_DOT] = ACTIONS(4787), - [anon_sym_QMARK_COLON] = ACTIONS(4787), - [anon_sym_AMP_AMP] = ACTIONS(4787), - [anon_sym_PIPE_PIPE] = ACTIONS(4787), - [anon_sym_null] = ACTIONS(4785), - [anon_sym_if] = ACTIONS(4785), - [anon_sym_else] = ACTIONS(4785), - [anon_sym_when] = ACTIONS(4785), - [anon_sym_try] = ACTIONS(4785), - [anon_sym_throw] = ACTIONS(4785), - [anon_sym_return] = ACTIONS(4785), - [anon_sym_continue] = ACTIONS(4785), - [anon_sym_break] = ACTIONS(4785), - [anon_sym_COLON_COLON] = ACTIONS(4787), - [anon_sym_PLUS_EQ] = ACTIONS(4787), - [anon_sym_DASH_EQ] = ACTIONS(4787), - [anon_sym_STAR_EQ] = ACTIONS(4787), - [anon_sym_SLASH_EQ] = ACTIONS(4787), - [anon_sym_PERCENT_EQ] = ACTIONS(4787), - [anon_sym_BANG_EQ] = ACTIONS(4785), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4787), - [anon_sym_EQ_EQ] = ACTIONS(4785), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4787), - [anon_sym_LT_EQ] = ACTIONS(4787), - [anon_sym_GT_EQ] = ACTIONS(4787), - [anon_sym_BANGin] = ACTIONS(4787), - [anon_sym_is] = ACTIONS(4785), - [anon_sym_BANGis] = ACTIONS(4787), - [anon_sym_PLUS] = ACTIONS(4785), - [anon_sym_DASH] = ACTIONS(4785), - [anon_sym_SLASH] = ACTIONS(4785), - [anon_sym_PERCENT] = ACTIONS(4785), - [anon_sym_as_QMARK] = ACTIONS(4787), - [anon_sym_PLUS_PLUS] = ACTIONS(4787), - [anon_sym_DASH_DASH] = ACTIONS(4787), - [anon_sym_BANG] = ACTIONS(4785), - [anon_sym_BANG_BANG] = ACTIONS(4787), - [anon_sym_data] = ACTIONS(4785), - [anon_sym_inner] = ACTIONS(4785), - [anon_sym_expect] = ACTIONS(4785), - [anon_sym_actual] = ACTIONS(4785), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4787), - [anon_sym_continue_AT] = ACTIONS(4787), - [anon_sym_break_AT] = ACTIONS(4787), - [sym_real_literal] = ACTIONS(4787), - [sym_integer_literal] = ACTIONS(4785), - [sym_hex_literal] = ACTIONS(4787), - [sym_bin_literal] = ACTIONS(4787), - [anon_sym_true] = ACTIONS(4785), - [anon_sym_false] = ACTIONS(4785), - [anon_sym_SQUOTE] = ACTIONS(4787), - [sym__backtick_identifier] = ACTIONS(4787), - [sym__automatic_semicolon] = ACTIONS(4787), - [sym_safe_nav] = ACTIONS(4787), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4787), - }, - [3383] = { - [sym__alpha_identifier] = ACTIONS(4396), - [anon_sym_AT] = ACTIONS(4398), - [anon_sym_LBRACK] = ACTIONS(4398), - [anon_sym_as] = ACTIONS(4396), - [anon_sym_EQ] = ACTIONS(4396), - [anon_sym_LBRACE] = ACTIONS(4398), - [anon_sym_RBRACE] = ACTIONS(4398), - [anon_sym_LPAREN] = ACTIONS(4398), - [anon_sym_COMMA] = ACTIONS(4398), - [anon_sym_LT] = ACTIONS(4396), - [anon_sym_GT] = ACTIONS(4396), - [anon_sym_where] = ACTIONS(4396), - [anon_sym_object] = ACTIONS(4396), - [anon_sym_fun] = ACTIONS(4396), - [anon_sym_DOT] = ACTIONS(4396), - [anon_sym_SEMI] = ACTIONS(4398), - [anon_sym_get] = ACTIONS(4396), - [anon_sym_set] = ACTIONS(4396), - [anon_sym_this] = ACTIONS(4396), - [anon_sym_super] = ACTIONS(4396), - [anon_sym_STAR] = ACTIONS(4396), - [sym_label] = ACTIONS(4396), - [anon_sym_in] = ACTIONS(4396), - [anon_sym_DOT_DOT] = ACTIONS(4398), - [anon_sym_QMARK_COLON] = ACTIONS(4398), - [anon_sym_AMP_AMP] = ACTIONS(4398), - [anon_sym_PIPE_PIPE] = ACTIONS(4398), - [anon_sym_null] = ACTIONS(4396), - [anon_sym_if] = ACTIONS(4396), - [anon_sym_else] = ACTIONS(4396), - [anon_sym_when] = ACTIONS(4396), - [anon_sym_try] = ACTIONS(4396), - [anon_sym_throw] = ACTIONS(4396), - [anon_sym_return] = ACTIONS(4396), - [anon_sym_continue] = ACTIONS(4396), - [anon_sym_break] = ACTIONS(4396), - [anon_sym_COLON_COLON] = ACTIONS(4398), - [anon_sym_PLUS_EQ] = ACTIONS(4398), - [anon_sym_DASH_EQ] = ACTIONS(4398), - [anon_sym_STAR_EQ] = ACTIONS(4398), - [anon_sym_SLASH_EQ] = ACTIONS(4398), - [anon_sym_PERCENT_EQ] = ACTIONS(4398), - [anon_sym_BANG_EQ] = ACTIONS(4396), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4398), - [anon_sym_EQ_EQ] = ACTIONS(4396), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4398), - [anon_sym_LT_EQ] = ACTIONS(4398), - [anon_sym_GT_EQ] = ACTIONS(4398), - [anon_sym_BANGin] = ACTIONS(4398), - [anon_sym_is] = ACTIONS(4396), - [anon_sym_BANGis] = ACTIONS(4398), - [anon_sym_PLUS] = ACTIONS(4396), - [anon_sym_DASH] = ACTIONS(4396), - [anon_sym_SLASH] = ACTIONS(4396), - [anon_sym_PERCENT] = ACTIONS(4396), - [anon_sym_as_QMARK] = ACTIONS(4398), - [anon_sym_PLUS_PLUS] = ACTIONS(4398), - [anon_sym_DASH_DASH] = ACTIONS(4398), - [anon_sym_BANG] = ACTIONS(4396), - [anon_sym_BANG_BANG] = ACTIONS(4398), - [anon_sym_data] = ACTIONS(4396), - [anon_sym_inner] = ACTIONS(4396), - [anon_sym_expect] = ACTIONS(4396), - [anon_sym_actual] = ACTIONS(4396), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4398), - [anon_sym_continue_AT] = ACTIONS(4398), - [anon_sym_break_AT] = ACTIONS(4398), - [sym_real_literal] = ACTIONS(4398), - [sym_integer_literal] = ACTIONS(4396), - [sym_hex_literal] = ACTIONS(4398), - [sym_bin_literal] = ACTIONS(4398), - [anon_sym_true] = ACTIONS(4396), - [anon_sym_false] = ACTIONS(4396), - [anon_sym_SQUOTE] = ACTIONS(4398), - [sym__backtick_identifier] = ACTIONS(4398), - [sym__automatic_semicolon] = ACTIONS(4398), - [sym_safe_nav] = ACTIONS(4398), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4398), - }, - [3384] = { - [sym__alpha_identifier] = ACTIONS(4746), - [anon_sym_AT] = ACTIONS(4748), - [anon_sym_LBRACK] = ACTIONS(4748), - [anon_sym_RBRACK] = ACTIONS(4748), - [anon_sym_as] = ACTIONS(4746), - [anon_sym_EQ] = ACTIONS(4746), - [anon_sym_LBRACE] = ACTIONS(4748), - [anon_sym_RBRACE] = ACTIONS(4748), - [anon_sym_LPAREN] = ACTIONS(4748), - [anon_sym_COMMA] = ACTIONS(4748), - [anon_sym_RPAREN] = ACTIONS(4748), - [anon_sym_LT] = ACTIONS(4746), - [anon_sym_GT] = ACTIONS(4746), - [anon_sym_where] = ACTIONS(4746), - [anon_sym_DOT] = ACTIONS(4746), - [anon_sym_SEMI] = ACTIONS(4748), - [anon_sym_get] = ACTIONS(4746), - [anon_sym_set] = ACTIONS(4746), - [anon_sym_STAR] = ACTIONS(4746), - [anon_sym_DASH_GT] = ACTIONS(4748), - [sym_label] = ACTIONS(4748), - [anon_sym_in] = ACTIONS(4746), - [anon_sym_while] = ACTIONS(4746), - [anon_sym_DOT_DOT] = ACTIONS(4748), - [anon_sym_QMARK_COLON] = ACTIONS(4748), - [anon_sym_AMP_AMP] = ACTIONS(4748), - [anon_sym_PIPE_PIPE] = ACTIONS(4748), - [anon_sym_else] = ACTIONS(4746), - [anon_sym_COLON_COLON] = ACTIONS(6505), - [anon_sym_PLUS_EQ] = ACTIONS(4748), - [anon_sym_DASH_EQ] = ACTIONS(4748), - [anon_sym_STAR_EQ] = ACTIONS(4748), - [anon_sym_SLASH_EQ] = ACTIONS(4748), - [anon_sym_PERCENT_EQ] = ACTIONS(4748), - [anon_sym_BANG_EQ] = ACTIONS(4746), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4748), - [anon_sym_EQ_EQ] = ACTIONS(4746), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4748), - [anon_sym_LT_EQ] = ACTIONS(4748), - [anon_sym_GT_EQ] = ACTIONS(4748), - [anon_sym_BANGin] = ACTIONS(4748), - [anon_sym_is] = ACTIONS(4746), - [anon_sym_BANGis] = ACTIONS(4748), - [anon_sym_PLUS] = ACTIONS(4746), - [anon_sym_DASH] = ACTIONS(4746), - [anon_sym_SLASH] = ACTIONS(4746), - [anon_sym_PERCENT] = ACTIONS(4746), - [anon_sym_as_QMARK] = ACTIONS(4748), - [anon_sym_PLUS_PLUS] = ACTIONS(4748), - [anon_sym_DASH_DASH] = ACTIONS(4748), - [anon_sym_BANG_BANG] = ACTIONS(4748), - [anon_sym_suspend] = ACTIONS(4746), - [anon_sym_sealed] = ACTIONS(4746), - [anon_sym_annotation] = ACTIONS(4746), - [anon_sym_data] = ACTIONS(4746), - [anon_sym_inner] = ACTIONS(4746), - [anon_sym_override] = ACTIONS(4746), - [anon_sym_lateinit] = ACTIONS(4746), - [anon_sym_public] = ACTIONS(4746), - [anon_sym_private] = ACTIONS(4746), - [anon_sym_internal] = ACTIONS(4746), - [anon_sym_protected] = ACTIONS(4746), - [anon_sym_tailrec] = ACTIONS(4746), - [anon_sym_operator] = ACTIONS(4746), - [anon_sym_infix] = ACTIONS(4746), - [anon_sym_inline] = ACTIONS(4746), - [anon_sym_external] = ACTIONS(4746), - [sym_property_modifier] = ACTIONS(4746), - [anon_sym_abstract] = ACTIONS(4746), - [anon_sym_final] = ACTIONS(4746), - [anon_sym_open] = ACTIONS(4746), - [anon_sym_vararg] = ACTIONS(4746), - [anon_sym_noinline] = ACTIONS(4746), - [anon_sym_crossinline] = ACTIONS(4746), - [anon_sym_expect] = ACTIONS(4746), - [anon_sym_actual] = ACTIONS(4746), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4748), - [sym_safe_nav] = ACTIONS(4748), - [sym_multiline_comment] = ACTIONS(3), - }, - [3385] = { - [sym_type_constraints] = STATE(3486), - [sym_function_body] = STATE(3878), - [sym__block] = STATE(3725), - [sym__alpha_identifier] = ACTIONS(4095), - [anon_sym_AT] = ACTIONS(4097), - [anon_sym_LBRACK] = ACTIONS(4097), - [anon_sym_as] = ACTIONS(4095), - [anon_sym_EQ] = ACTIONS(6432), - [anon_sym_LBRACE] = ACTIONS(6434), - [anon_sym_RBRACE] = ACTIONS(4097), - [anon_sym_LPAREN] = ACTIONS(4097), - [anon_sym_COMMA] = ACTIONS(4097), - [anon_sym_LT] = ACTIONS(4095), - [anon_sym_GT] = ACTIONS(4095), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(4095), - [anon_sym_SEMI] = ACTIONS(4097), - [anon_sym_get] = ACTIONS(4095), - [anon_sym_set] = ACTIONS(4095), - [anon_sym_STAR] = ACTIONS(4095), - [sym_label] = ACTIONS(4097), - [anon_sym_in] = ACTIONS(4095), - [anon_sym_DOT_DOT] = ACTIONS(4097), - [anon_sym_QMARK_COLON] = ACTIONS(4097), - [anon_sym_AMP_AMP] = ACTIONS(4097), - [anon_sym_PIPE_PIPE] = ACTIONS(4097), - [anon_sym_else] = ACTIONS(4095), - [anon_sym_COLON_COLON] = ACTIONS(4097), - [anon_sym_PLUS_EQ] = ACTIONS(4097), - [anon_sym_DASH_EQ] = ACTIONS(4097), - [anon_sym_STAR_EQ] = ACTIONS(4097), - [anon_sym_SLASH_EQ] = ACTIONS(4097), - [anon_sym_PERCENT_EQ] = ACTIONS(4097), - [anon_sym_BANG_EQ] = ACTIONS(4095), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4097), - [anon_sym_EQ_EQ] = ACTIONS(4095), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4097), - [anon_sym_LT_EQ] = ACTIONS(4097), - [anon_sym_GT_EQ] = ACTIONS(4097), - [anon_sym_BANGin] = ACTIONS(4097), - [anon_sym_is] = ACTIONS(4095), - [anon_sym_BANGis] = ACTIONS(4097), - [anon_sym_PLUS] = ACTIONS(4095), - [anon_sym_DASH] = ACTIONS(4095), - [anon_sym_SLASH] = ACTIONS(4095), - [anon_sym_PERCENT] = ACTIONS(4095), - [anon_sym_as_QMARK] = ACTIONS(4097), - [anon_sym_PLUS_PLUS] = ACTIONS(4097), - [anon_sym_DASH_DASH] = ACTIONS(4097), - [anon_sym_BANG_BANG] = ACTIONS(4097), - [anon_sym_suspend] = ACTIONS(4095), - [anon_sym_sealed] = ACTIONS(4095), - [anon_sym_annotation] = ACTIONS(4095), - [anon_sym_data] = ACTIONS(4095), - [anon_sym_inner] = ACTIONS(4095), - [anon_sym_override] = ACTIONS(4095), - [anon_sym_lateinit] = ACTIONS(4095), - [anon_sym_public] = ACTIONS(4095), - [anon_sym_private] = ACTIONS(4095), - [anon_sym_internal] = ACTIONS(4095), - [anon_sym_protected] = ACTIONS(4095), - [anon_sym_tailrec] = ACTIONS(4095), - [anon_sym_operator] = ACTIONS(4095), - [anon_sym_infix] = ACTIONS(4095), - [anon_sym_inline] = ACTIONS(4095), - [anon_sym_external] = ACTIONS(4095), - [sym_property_modifier] = ACTIONS(4095), - [anon_sym_abstract] = ACTIONS(4095), - [anon_sym_final] = ACTIONS(4095), - [anon_sym_open] = ACTIONS(4095), - [anon_sym_vararg] = ACTIONS(4095), - [anon_sym_noinline] = ACTIONS(4095), - [anon_sym_crossinline] = ACTIONS(4095), - [anon_sym_expect] = ACTIONS(4095), - [anon_sym_actual] = ACTIONS(4095), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4097), - [sym__automatic_semicolon] = ACTIONS(4097), - [sym_safe_nav] = ACTIONS(4097), - [sym_multiline_comment] = ACTIONS(3), - }, - [3386] = { - [sym__alpha_identifier] = ACTIONS(4757), - [anon_sym_AT] = ACTIONS(4759), - [anon_sym_LBRACK] = ACTIONS(4759), - [anon_sym_RBRACK] = ACTIONS(4759), - [anon_sym_as] = ACTIONS(4757), - [anon_sym_EQ] = ACTIONS(4757), - [anon_sym_LBRACE] = ACTIONS(4759), - [anon_sym_RBRACE] = ACTIONS(4759), - [anon_sym_LPAREN] = ACTIONS(4759), - [anon_sym_COMMA] = ACTIONS(4759), - [anon_sym_RPAREN] = ACTIONS(4759), - [anon_sym_LT] = ACTIONS(4757), - [anon_sym_GT] = ACTIONS(4757), - [anon_sym_where] = ACTIONS(4757), - [anon_sym_DOT] = ACTIONS(4757), - [anon_sym_SEMI] = ACTIONS(4759), - [anon_sym_get] = ACTIONS(4757), - [anon_sym_set] = ACTIONS(4757), - [anon_sym_STAR] = ACTIONS(4757), - [anon_sym_DASH_GT] = ACTIONS(4759), - [sym_label] = ACTIONS(4759), - [anon_sym_in] = ACTIONS(4757), - [anon_sym_while] = ACTIONS(4757), - [anon_sym_DOT_DOT] = ACTIONS(4759), - [anon_sym_QMARK_COLON] = ACTIONS(4759), - [anon_sym_AMP_AMP] = ACTIONS(4759), - [anon_sym_PIPE_PIPE] = ACTIONS(4759), - [anon_sym_else] = ACTIONS(4757), - [anon_sym_COLON_COLON] = ACTIONS(4759), - [anon_sym_PLUS_EQ] = ACTIONS(4759), - [anon_sym_DASH_EQ] = ACTIONS(4759), - [anon_sym_STAR_EQ] = ACTIONS(4759), - [anon_sym_SLASH_EQ] = ACTIONS(4759), - [anon_sym_PERCENT_EQ] = ACTIONS(4759), - [anon_sym_BANG_EQ] = ACTIONS(4757), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4759), - [anon_sym_EQ_EQ] = ACTIONS(4757), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4759), - [anon_sym_LT_EQ] = ACTIONS(4759), - [anon_sym_GT_EQ] = ACTIONS(4759), - [anon_sym_BANGin] = ACTIONS(4759), - [anon_sym_is] = ACTIONS(4757), - [anon_sym_BANGis] = ACTIONS(4759), - [anon_sym_PLUS] = ACTIONS(4757), - [anon_sym_DASH] = ACTIONS(4757), - [anon_sym_SLASH] = ACTIONS(4757), - [anon_sym_PERCENT] = ACTIONS(4757), - [anon_sym_as_QMARK] = ACTIONS(4759), - [anon_sym_PLUS_PLUS] = ACTIONS(4759), - [anon_sym_DASH_DASH] = ACTIONS(4759), - [anon_sym_BANG_BANG] = ACTIONS(4759), - [anon_sym_suspend] = ACTIONS(4757), - [anon_sym_sealed] = ACTIONS(4757), - [anon_sym_annotation] = ACTIONS(4757), - [anon_sym_data] = ACTIONS(4757), - [anon_sym_inner] = ACTIONS(4757), - [anon_sym_override] = ACTIONS(4757), - [anon_sym_lateinit] = ACTIONS(4757), - [anon_sym_public] = ACTIONS(4757), - [anon_sym_private] = ACTIONS(4757), - [anon_sym_internal] = ACTIONS(4757), - [anon_sym_protected] = ACTIONS(4757), - [anon_sym_tailrec] = ACTIONS(4757), - [anon_sym_operator] = ACTIONS(4757), - [anon_sym_infix] = ACTIONS(4757), - [anon_sym_inline] = ACTIONS(4757), - [anon_sym_external] = ACTIONS(4757), - [sym_property_modifier] = ACTIONS(4757), - [anon_sym_abstract] = ACTIONS(4757), - [anon_sym_final] = ACTIONS(4757), - [anon_sym_open] = ACTIONS(4757), - [anon_sym_vararg] = ACTIONS(4757), - [anon_sym_noinline] = ACTIONS(4757), - [anon_sym_crossinline] = ACTIONS(4757), - [anon_sym_expect] = ACTIONS(4757), - [anon_sym_actual] = ACTIONS(4757), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4759), - [sym_safe_nav] = ACTIONS(4759), - [sym_multiline_comment] = ACTIONS(3), - }, - [3387] = { - [sym__alpha_identifier] = ACTIONS(4322), - [anon_sym_AT] = ACTIONS(4324), - [anon_sym_LBRACK] = ACTIONS(4324), - [anon_sym_as] = ACTIONS(4322), - [anon_sym_EQ] = ACTIONS(4322), - [anon_sym_LBRACE] = ACTIONS(4324), - [anon_sym_RBRACE] = ACTIONS(4324), - [anon_sym_LPAREN] = ACTIONS(4324), - [anon_sym_COMMA] = ACTIONS(4324), - [anon_sym_LT] = ACTIONS(4322), - [anon_sym_GT] = ACTIONS(4322), - [anon_sym_where] = ACTIONS(4322), - [anon_sym_object] = ACTIONS(4322), - [anon_sym_fun] = ACTIONS(4322), - [anon_sym_DOT] = ACTIONS(4322), - [anon_sym_SEMI] = ACTIONS(4324), - [anon_sym_get] = ACTIONS(4322), - [anon_sym_set] = ACTIONS(4322), - [anon_sym_this] = ACTIONS(4322), - [anon_sym_super] = ACTIONS(4322), - [anon_sym_STAR] = ACTIONS(4322), - [sym_label] = ACTIONS(4322), - [anon_sym_in] = ACTIONS(4322), - [anon_sym_DOT_DOT] = ACTIONS(4324), - [anon_sym_QMARK_COLON] = ACTIONS(4324), - [anon_sym_AMP_AMP] = ACTIONS(4324), - [anon_sym_PIPE_PIPE] = ACTIONS(4324), - [anon_sym_null] = ACTIONS(4322), - [anon_sym_if] = ACTIONS(4322), - [anon_sym_else] = ACTIONS(4322), - [anon_sym_when] = ACTIONS(4322), - [anon_sym_try] = ACTIONS(4322), - [anon_sym_throw] = ACTIONS(4322), - [anon_sym_return] = ACTIONS(4322), - [anon_sym_continue] = ACTIONS(4322), - [anon_sym_break] = ACTIONS(4322), - [anon_sym_COLON_COLON] = ACTIONS(4324), - [anon_sym_PLUS_EQ] = ACTIONS(4324), - [anon_sym_DASH_EQ] = ACTIONS(4324), - [anon_sym_STAR_EQ] = ACTIONS(4324), - [anon_sym_SLASH_EQ] = ACTIONS(4324), - [anon_sym_PERCENT_EQ] = ACTIONS(4324), - [anon_sym_BANG_EQ] = ACTIONS(4322), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4324), - [anon_sym_EQ_EQ] = ACTIONS(4322), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4324), - [anon_sym_LT_EQ] = ACTIONS(4324), - [anon_sym_GT_EQ] = ACTIONS(4324), - [anon_sym_BANGin] = ACTIONS(4324), - [anon_sym_is] = ACTIONS(4322), - [anon_sym_BANGis] = ACTIONS(4324), - [anon_sym_PLUS] = ACTIONS(4322), - [anon_sym_DASH] = ACTIONS(4322), - [anon_sym_SLASH] = ACTIONS(4322), - [anon_sym_PERCENT] = ACTIONS(4322), - [anon_sym_as_QMARK] = ACTIONS(4324), - [anon_sym_PLUS_PLUS] = ACTIONS(4324), - [anon_sym_DASH_DASH] = ACTIONS(4324), - [anon_sym_BANG] = ACTIONS(4322), - [anon_sym_BANG_BANG] = ACTIONS(4324), - [anon_sym_data] = ACTIONS(4322), - [anon_sym_inner] = ACTIONS(4322), - [anon_sym_expect] = ACTIONS(4322), - [anon_sym_actual] = ACTIONS(4322), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4324), - [anon_sym_continue_AT] = ACTIONS(4324), - [anon_sym_break_AT] = ACTIONS(4324), - [sym_real_literal] = ACTIONS(4324), - [sym_integer_literal] = ACTIONS(4322), - [sym_hex_literal] = ACTIONS(4324), - [sym_bin_literal] = ACTIONS(4324), - [anon_sym_true] = ACTIONS(4322), - [anon_sym_false] = ACTIONS(4322), - [anon_sym_SQUOTE] = ACTIONS(4324), - [sym__backtick_identifier] = ACTIONS(4324), - [sym__automatic_semicolon] = ACTIONS(4324), - [sym_safe_nav] = ACTIONS(4324), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4324), - }, - [3388] = { - [sym__alpha_identifier] = ACTIONS(3254), - [anon_sym_AT] = ACTIONS(3256), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_EQ] = ACTIONS(3254), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_COMMA] = ACTIONS(3256), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_where] = ACTIONS(3254), - [anon_sym_object] = ACTIONS(3254), - [anon_sym_fun] = ACTIONS(3254), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(3256), - [anon_sym_get] = ACTIONS(3254), - [anon_sym_set] = ACTIONS(3254), - [anon_sym_this] = ACTIONS(3254), - [anon_sym_super] = ACTIONS(3254), - [anon_sym_STAR] = ACTIONS(3254), - [sym_label] = ACTIONS(3254), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_null] = ACTIONS(3254), - [anon_sym_if] = ACTIONS(3254), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_when] = ACTIONS(3254), - [anon_sym_try] = ACTIONS(3254), - [anon_sym_throw] = ACTIONS(3254), - [anon_sym_return] = ACTIONS(3254), - [anon_sym_continue] = ACTIONS(3254), - [anon_sym_break] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_PLUS_EQ] = ACTIONS(3256), - [anon_sym_DASH_EQ] = ACTIONS(3256), - [anon_sym_STAR_EQ] = ACTIONS(3256), - [anon_sym_SLASH_EQ] = ACTIONS(3256), - [anon_sym_PERCENT_EQ] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3254), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG] = ACTIONS(3254), - [anon_sym_BANG_BANG] = ACTIONS(3256), - [anon_sym_data] = ACTIONS(3254), - [anon_sym_inner] = ACTIONS(3254), - [anon_sym_expect] = ACTIONS(3254), - [anon_sym_actual] = ACTIONS(3254), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3256), - [anon_sym_continue_AT] = ACTIONS(3256), - [anon_sym_break_AT] = ACTIONS(3256), - [sym_real_literal] = ACTIONS(3256), - [sym_integer_literal] = ACTIONS(3254), - [sym_hex_literal] = ACTIONS(3256), - [sym_bin_literal] = ACTIONS(3256), - [anon_sym_true] = ACTIONS(3254), - [anon_sym_false] = ACTIONS(3254), - [anon_sym_SQUOTE] = ACTIONS(3256), - [sym__backtick_identifier] = ACTIONS(3256), - [sym__automatic_semicolon] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3256), - }, - [3389] = { - [sym_type_constraints] = STATE(2991), - [sym_enum_class_body] = STATE(3293), - [sym__alpha_identifier] = ACTIONS(4213), - [anon_sym_AT] = ACTIONS(4215), - [anon_sym_COLON] = ACTIONS(6571), - [anon_sym_LBRACK] = ACTIONS(4215), - [anon_sym_as] = ACTIONS(4213), - [anon_sym_EQ] = ACTIONS(4213), - [anon_sym_LBRACE] = ACTIONS(5155), - [anon_sym_RBRACE] = ACTIONS(4215), - [anon_sym_LPAREN] = ACTIONS(4215), - [anon_sym_RPAREN] = ACTIONS(4215), - [anon_sym_LT] = ACTIONS(4213), - [anon_sym_GT] = ACTIONS(4213), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(4213), - [anon_sym_SEMI] = ACTIONS(4215), - [anon_sym_get] = ACTIONS(4213), - [anon_sym_set] = ACTIONS(4213), - [anon_sym_STAR] = ACTIONS(4213), - [sym_label] = ACTIONS(4215), - [anon_sym_in] = ACTIONS(4213), - [anon_sym_while] = ACTIONS(4213), - [anon_sym_DOT_DOT] = ACTIONS(4215), - [anon_sym_QMARK_COLON] = ACTIONS(4215), - [anon_sym_AMP_AMP] = ACTIONS(4215), - [anon_sym_PIPE_PIPE] = ACTIONS(4215), - [anon_sym_else] = ACTIONS(4213), - [anon_sym_COLON_COLON] = ACTIONS(4215), - [anon_sym_PLUS_EQ] = ACTIONS(4215), - [anon_sym_DASH_EQ] = ACTIONS(4215), - [anon_sym_STAR_EQ] = ACTIONS(4215), - [anon_sym_SLASH_EQ] = ACTIONS(4215), - [anon_sym_PERCENT_EQ] = ACTIONS(4215), - [anon_sym_BANG_EQ] = ACTIONS(4213), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4215), - [anon_sym_EQ_EQ] = ACTIONS(4213), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4215), - [anon_sym_LT_EQ] = ACTIONS(4215), - [anon_sym_GT_EQ] = ACTIONS(4215), - [anon_sym_BANGin] = ACTIONS(4215), - [anon_sym_is] = ACTIONS(4213), - [anon_sym_BANGis] = ACTIONS(4215), - [anon_sym_PLUS] = ACTIONS(4213), - [anon_sym_DASH] = ACTIONS(4213), - [anon_sym_SLASH] = ACTIONS(4213), - [anon_sym_PERCENT] = ACTIONS(4213), - [anon_sym_as_QMARK] = ACTIONS(4215), - [anon_sym_PLUS_PLUS] = ACTIONS(4215), - [anon_sym_DASH_DASH] = ACTIONS(4215), - [anon_sym_BANG_BANG] = ACTIONS(4215), - [anon_sym_suspend] = ACTIONS(4213), - [anon_sym_sealed] = ACTIONS(4213), - [anon_sym_annotation] = ACTIONS(4213), - [anon_sym_data] = ACTIONS(4213), - [anon_sym_inner] = ACTIONS(4213), - [anon_sym_override] = ACTIONS(4213), - [anon_sym_lateinit] = ACTIONS(4213), - [anon_sym_public] = ACTIONS(4213), - [anon_sym_private] = ACTIONS(4213), - [anon_sym_internal] = ACTIONS(4213), - [anon_sym_protected] = ACTIONS(4213), - [anon_sym_tailrec] = ACTIONS(4213), - [anon_sym_operator] = ACTIONS(4213), - [anon_sym_infix] = ACTIONS(4213), - [anon_sym_inline] = ACTIONS(4213), - [anon_sym_external] = ACTIONS(4213), - [sym_property_modifier] = ACTIONS(4213), - [anon_sym_abstract] = ACTIONS(4213), - [anon_sym_final] = ACTIONS(4213), - [anon_sym_open] = ACTIONS(4213), - [anon_sym_vararg] = ACTIONS(4213), - [anon_sym_noinline] = ACTIONS(4213), - [anon_sym_crossinline] = ACTIONS(4213), - [anon_sym_expect] = ACTIONS(4213), - [anon_sym_actual] = ACTIONS(4213), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4215), - [sym_safe_nav] = ACTIONS(4215), - [sym_multiline_comment] = ACTIONS(3), - }, - [3390] = { - [sym__alpha_identifier] = ACTIONS(4789), - [anon_sym_AT] = ACTIONS(4791), - [anon_sym_LBRACK] = ACTIONS(4791), - [anon_sym_as] = ACTIONS(4789), - [anon_sym_EQ] = ACTIONS(4789), - [anon_sym_LBRACE] = ACTIONS(4791), - [anon_sym_RBRACE] = ACTIONS(4791), - [anon_sym_LPAREN] = ACTIONS(4791), - [anon_sym_COMMA] = ACTIONS(4791), - [anon_sym_LT] = ACTIONS(4789), - [anon_sym_GT] = ACTIONS(4789), - [anon_sym_where] = ACTIONS(4789), - [anon_sym_object] = ACTIONS(4789), - [anon_sym_fun] = ACTIONS(4789), - [anon_sym_DOT] = ACTIONS(4789), - [anon_sym_SEMI] = ACTIONS(4791), - [anon_sym_get] = ACTIONS(4789), - [anon_sym_set] = ACTIONS(4789), - [anon_sym_this] = ACTIONS(4789), - [anon_sym_super] = ACTIONS(4789), - [anon_sym_STAR] = ACTIONS(4789), - [sym_label] = ACTIONS(4789), - [anon_sym_in] = ACTIONS(4789), - [anon_sym_DOT_DOT] = ACTIONS(4791), - [anon_sym_QMARK_COLON] = ACTIONS(4791), - [anon_sym_AMP_AMP] = ACTIONS(4791), - [anon_sym_PIPE_PIPE] = ACTIONS(4791), - [anon_sym_null] = ACTIONS(4789), - [anon_sym_if] = ACTIONS(4789), - [anon_sym_else] = ACTIONS(4789), - [anon_sym_when] = ACTIONS(4789), - [anon_sym_try] = ACTIONS(4789), - [anon_sym_throw] = ACTIONS(4789), - [anon_sym_return] = ACTIONS(4789), - [anon_sym_continue] = ACTIONS(4789), - [anon_sym_break] = ACTIONS(4789), - [anon_sym_COLON_COLON] = ACTIONS(4791), - [anon_sym_PLUS_EQ] = ACTIONS(4791), - [anon_sym_DASH_EQ] = ACTIONS(4791), - [anon_sym_STAR_EQ] = ACTIONS(4791), - [anon_sym_SLASH_EQ] = ACTIONS(4791), - [anon_sym_PERCENT_EQ] = ACTIONS(4791), - [anon_sym_BANG_EQ] = ACTIONS(4789), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4791), - [anon_sym_EQ_EQ] = ACTIONS(4789), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4791), - [anon_sym_LT_EQ] = ACTIONS(4791), - [anon_sym_GT_EQ] = ACTIONS(4791), - [anon_sym_BANGin] = ACTIONS(4791), - [anon_sym_is] = ACTIONS(4789), - [anon_sym_BANGis] = ACTIONS(4791), - [anon_sym_PLUS] = ACTIONS(4789), - [anon_sym_DASH] = ACTIONS(4789), - [anon_sym_SLASH] = ACTIONS(4789), - [anon_sym_PERCENT] = ACTIONS(4789), - [anon_sym_as_QMARK] = ACTIONS(4791), - [anon_sym_PLUS_PLUS] = ACTIONS(4791), - [anon_sym_DASH_DASH] = ACTIONS(4791), - [anon_sym_BANG] = ACTIONS(4789), - [anon_sym_BANG_BANG] = ACTIONS(4791), - [anon_sym_data] = ACTIONS(4789), - [anon_sym_inner] = ACTIONS(4789), - [anon_sym_expect] = ACTIONS(4789), - [anon_sym_actual] = ACTIONS(4789), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4791), - [anon_sym_continue_AT] = ACTIONS(4791), - [anon_sym_break_AT] = ACTIONS(4791), - [sym_real_literal] = ACTIONS(4791), - [sym_integer_literal] = ACTIONS(4789), - [sym_hex_literal] = ACTIONS(4791), - [sym_bin_literal] = ACTIONS(4791), - [anon_sym_true] = ACTIONS(4789), - [anon_sym_false] = ACTIONS(4789), - [anon_sym_SQUOTE] = ACTIONS(4791), - [sym__backtick_identifier] = ACTIONS(4791), - [sym__automatic_semicolon] = ACTIONS(4791), - [sym_safe_nav] = ACTIONS(4791), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4791), - }, - [3391] = { - [sym__alpha_identifier] = ACTIONS(3874), - [anon_sym_AT] = ACTIONS(3876), - [anon_sym_LBRACK] = ACTIONS(3876), - [anon_sym_RBRACK] = ACTIONS(3876), - [anon_sym_as] = ACTIONS(3874), - [anon_sym_EQ] = ACTIONS(3874), - [anon_sym_LBRACE] = ACTIONS(3876), - [anon_sym_RBRACE] = ACTIONS(3876), - [anon_sym_LPAREN] = ACTIONS(3876), - [anon_sym_COMMA] = ACTIONS(3876), - [anon_sym_RPAREN] = ACTIONS(3876), - [anon_sym_LT] = ACTIONS(3874), - [anon_sym_GT] = ACTIONS(3874), - [anon_sym_where] = ACTIONS(3874), - [anon_sym_DOT] = ACTIONS(3874), - [anon_sym_SEMI] = ACTIONS(3876), - [anon_sym_get] = ACTIONS(3874), - [anon_sym_set] = ACTIONS(3874), - [anon_sym_STAR] = ACTIONS(3874), - [anon_sym_DASH_GT] = ACTIONS(3876), - [sym_label] = ACTIONS(3876), - [anon_sym_in] = ACTIONS(3874), - [anon_sym_while] = ACTIONS(3874), - [anon_sym_DOT_DOT] = ACTIONS(3876), - [anon_sym_QMARK_COLON] = ACTIONS(3876), - [anon_sym_AMP_AMP] = ACTIONS(3876), - [anon_sym_PIPE_PIPE] = ACTIONS(3876), - [anon_sym_else] = ACTIONS(3874), - [anon_sym_COLON_COLON] = ACTIONS(3876), - [anon_sym_PLUS_EQ] = ACTIONS(3876), - [anon_sym_DASH_EQ] = ACTIONS(3876), - [anon_sym_STAR_EQ] = ACTIONS(3876), - [anon_sym_SLASH_EQ] = ACTIONS(3876), - [anon_sym_PERCENT_EQ] = ACTIONS(3876), - [anon_sym_BANG_EQ] = ACTIONS(3874), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3876), - [anon_sym_EQ_EQ] = ACTIONS(3874), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3876), - [anon_sym_LT_EQ] = ACTIONS(3876), - [anon_sym_GT_EQ] = ACTIONS(3876), - [anon_sym_BANGin] = ACTIONS(3876), - [anon_sym_is] = ACTIONS(3874), - [anon_sym_BANGis] = ACTIONS(3876), - [anon_sym_PLUS] = ACTIONS(3874), - [anon_sym_DASH] = ACTIONS(3874), - [anon_sym_SLASH] = ACTIONS(3874), - [anon_sym_PERCENT] = ACTIONS(3874), - [anon_sym_as_QMARK] = ACTIONS(3876), - [anon_sym_PLUS_PLUS] = ACTIONS(3876), - [anon_sym_DASH_DASH] = ACTIONS(3876), - [anon_sym_BANG_BANG] = ACTIONS(3876), - [anon_sym_suspend] = ACTIONS(3874), - [anon_sym_sealed] = ACTIONS(3874), - [anon_sym_annotation] = ACTIONS(3874), - [anon_sym_data] = ACTIONS(3874), - [anon_sym_inner] = ACTIONS(3874), - [anon_sym_override] = ACTIONS(3874), - [anon_sym_lateinit] = ACTIONS(3874), - [anon_sym_public] = ACTIONS(3874), - [anon_sym_private] = ACTIONS(3874), - [anon_sym_internal] = ACTIONS(3874), - [anon_sym_protected] = ACTIONS(3874), - [anon_sym_tailrec] = ACTIONS(3874), - [anon_sym_operator] = ACTIONS(3874), - [anon_sym_infix] = ACTIONS(3874), - [anon_sym_inline] = ACTIONS(3874), - [anon_sym_external] = ACTIONS(3874), - [sym_property_modifier] = ACTIONS(3874), - [anon_sym_abstract] = ACTIONS(3874), - [anon_sym_final] = ACTIONS(3874), - [anon_sym_open] = ACTIONS(3874), - [anon_sym_vararg] = ACTIONS(3874), - [anon_sym_noinline] = ACTIONS(3874), - [anon_sym_crossinline] = ACTIONS(3874), - [anon_sym_expect] = ACTIONS(3874), - [anon_sym_actual] = ACTIONS(3874), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3876), - [sym_safe_nav] = ACTIONS(3876), - [sym_multiline_comment] = ACTIONS(3), - }, - [3392] = { - [sym__alpha_identifier] = ACTIONS(4742), - [anon_sym_AT] = ACTIONS(4744), - [anon_sym_LBRACK] = ACTIONS(4744), - [anon_sym_RBRACK] = ACTIONS(4744), - [anon_sym_as] = ACTIONS(4742), - [anon_sym_EQ] = ACTIONS(4742), - [anon_sym_LBRACE] = ACTIONS(4744), - [anon_sym_RBRACE] = ACTIONS(4744), - [anon_sym_LPAREN] = ACTIONS(4744), - [anon_sym_COMMA] = ACTIONS(4744), - [anon_sym_RPAREN] = ACTIONS(4744), - [anon_sym_LT] = ACTIONS(4742), - [anon_sym_GT] = ACTIONS(4742), - [anon_sym_where] = ACTIONS(4742), - [anon_sym_DOT] = ACTIONS(4742), - [anon_sym_SEMI] = ACTIONS(4744), - [anon_sym_get] = ACTIONS(4742), - [anon_sym_set] = ACTIONS(4742), - [anon_sym_STAR] = ACTIONS(4742), - [anon_sym_DASH_GT] = ACTIONS(4744), - [sym_label] = ACTIONS(4744), - [anon_sym_in] = ACTIONS(4742), - [anon_sym_while] = ACTIONS(4742), - [anon_sym_DOT_DOT] = ACTIONS(4744), - [anon_sym_QMARK_COLON] = ACTIONS(4744), - [anon_sym_AMP_AMP] = ACTIONS(4744), - [anon_sym_PIPE_PIPE] = ACTIONS(4744), - [anon_sym_else] = ACTIONS(4742), - [anon_sym_COLON_COLON] = ACTIONS(4744), - [anon_sym_PLUS_EQ] = ACTIONS(4744), - [anon_sym_DASH_EQ] = ACTIONS(4744), - [anon_sym_STAR_EQ] = ACTIONS(4744), - [anon_sym_SLASH_EQ] = ACTIONS(4744), - [anon_sym_PERCENT_EQ] = ACTIONS(4744), - [anon_sym_BANG_EQ] = ACTIONS(4742), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4744), - [anon_sym_EQ_EQ] = ACTIONS(4742), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4744), - [anon_sym_LT_EQ] = ACTIONS(4744), - [anon_sym_GT_EQ] = ACTIONS(4744), - [anon_sym_BANGin] = ACTIONS(4744), - [anon_sym_is] = ACTIONS(4742), - [anon_sym_BANGis] = ACTIONS(4744), - [anon_sym_PLUS] = ACTIONS(4742), - [anon_sym_DASH] = ACTIONS(4742), - [anon_sym_SLASH] = ACTIONS(4742), - [anon_sym_PERCENT] = ACTIONS(4742), - [anon_sym_as_QMARK] = ACTIONS(4744), - [anon_sym_PLUS_PLUS] = ACTIONS(4744), - [anon_sym_DASH_DASH] = ACTIONS(4744), - [anon_sym_BANG_BANG] = ACTIONS(4744), - [anon_sym_suspend] = ACTIONS(4742), - [anon_sym_sealed] = ACTIONS(4742), - [anon_sym_annotation] = ACTIONS(4742), - [anon_sym_data] = ACTIONS(4742), - [anon_sym_inner] = ACTIONS(4742), - [anon_sym_override] = ACTIONS(4742), - [anon_sym_lateinit] = ACTIONS(4742), - [anon_sym_public] = ACTIONS(4742), - [anon_sym_private] = ACTIONS(4742), - [anon_sym_internal] = ACTIONS(4742), - [anon_sym_protected] = ACTIONS(4742), - [anon_sym_tailrec] = ACTIONS(4742), - [anon_sym_operator] = ACTIONS(4742), - [anon_sym_infix] = ACTIONS(4742), - [anon_sym_inline] = ACTIONS(4742), - [anon_sym_external] = ACTIONS(4742), - [sym_property_modifier] = ACTIONS(4742), - [anon_sym_abstract] = ACTIONS(4742), - [anon_sym_final] = ACTIONS(4742), - [anon_sym_open] = ACTIONS(4742), - [anon_sym_vararg] = ACTIONS(4742), - [anon_sym_noinline] = ACTIONS(4742), - [anon_sym_crossinline] = ACTIONS(4742), - [anon_sym_expect] = ACTIONS(4742), - [anon_sym_actual] = ACTIONS(4742), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4744), - [sym_safe_nav] = ACTIONS(4744), - [sym_multiline_comment] = ACTIONS(3), - }, - [3393] = { - [sym__alpha_identifier] = ACTIONS(4434), - [anon_sym_AT] = ACTIONS(4436), - [anon_sym_LBRACK] = ACTIONS(4436), - [anon_sym_as] = ACTIONS(4434), - [anon_sym_EQ] = ACTIONS(4434), - [anon_sym_LBRACE] = ACTIONS(4436), - [anon_sym_RBRACE] = ACTIONS(4436), - [anon_sym_LPAREN] = ACTIONS(4436), - [anon_sym_COMMA] = ACTIONS(4436), - [anon_sym_LT] = ACTIONS(4434), - [anon_sym_GT] = ACTIONS(4434), - [anon_sym_where] = ACTIONS(4434), - [anon_sym_object] = ACTIONS(4434), - [anon_sym_fun] = ACTIONS(4434), - [anon_sym_DOT] = ACTIONS(4434), - [anon_sym_SEMI] = ACTIONS(4436), - [anon_sym_get] = ACTIONS(4434), - [anon_sym_set] = ACTIONS(4434), - [anon_sym_this] = ACTIONS(4434), - [anon_sym_super] = ACTIONS(4434), - [anon_sym_STAR] = ACTIONS(4434), - [sym_label] = ACTIONS(4434), - [anon_sym_in] = ACTIONS(4434), - [anon_sym_DOT_DOT] = ACTIONS(4436), - [anon_sym_QMARK_COLON] = ACTIONS(4436), - [anon_sym_AMP_AMP] = ACTIONS(4436), - [anon_sym_PIPE_PIPE] = ACTIONS(4436), - [anon_sym_null] = ACTIONS(4434), - [anon_sym_if] = ACTIONS(4434), - [anon_sym_else] = ACTIONS(4434), - [anon_sym_when] = ACTIONS(4434), - [anon_sym_try] = ACTIONS(4434), - [anon_sym_throw] = ACTIONS(4434), - [anon_sym_return] = ACTIONS(4434), - [anon_sym_continue] = ACTIONS(4434), - [anon_sym_break] = ACTIONS(4434), - [anon_sym_COLON_COLON] = ACTIONS(4436), - [anon_sym_PLUS_EQ] = ACTIONS(4436), - [anon_sym_DASH_EQ] = ACTIONS(4436), - [anon_sym_STAR_EQ] = ACTIONS(4436), - [anon_sym_SLASH_EQ] = ACTIONS(4436), - [anon_sym_PERCENT_EQ] = ACTIONS(4436), - [anon_sym_BANG_EQ] = ACTIONS(4434), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4436), - [anon_sym_EQ_EQ] = ACTIONS(4434), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4436), - [anon_sym_LT_EQ] = ACTIONS(4436), - [anon_sym_GT_EQ] = ACTIONS(4436), - [anon_sym_BANGin] = ACTIONS(4436), - [anon_sym_is] = ACTIONS(4434), - [anon_sym_BANGis] = ACTIONS(4436), - [anon_sym_PLUS] = ACTIONS(4434), - [anon_sym_DASH] = ACTIONS(4434), - [anon_sym_SLASH] = ACTIONS(4434), - [anon_sym_PERCENT] = ACTIONS(4434), - [anon_sym_as_QMARK] = ACTIONS(4436), - [anon_sym_PLUS_PLUS] = ACTIONS(4436), - [anon_sym_DASH_DASH] = ACTIONS(4436), - [anon_sym_BANG] = ACTIONS(4434), - [anon_sym_BANG_BANG] = ACTIONS(4436), - [anon_sym_data] = ACTIONS(4434), - [anon_sym_inner] = ACTIONS(4434), - [anon_sym_expect] = ACTIONS(4434), - [anon_sym_actual] = ACTIONS(4434), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4436), - [anon_sym_continue_AT] = ACTIONS(4436), - [anon_sym_break_AT] = ACTIONS(4436), - [sym_real_literal] = ACTIONS(4436), - [sym_integer_literal] = ACTIONS(4434), - [sym_hex_literal] = ACTIONS(4436), - [sym_bin_literal] = ACTIONS(4436), - [anon_sym_true] = ACTIONS(4434), - [anon_sym_false] = ACTIONS(4434), - [anon_sym_SQUOTE] = ACTIONS(4436), - [sym__backtick_identifier] = ACTIONS(4436), - [sym__automatic_semicolon] = ACTIONS(4436), - [sym_safe_nav] = ACTIONS(4436), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4436), - }, - [3394] = { - [sym__alpha_identifier] = ACTIONS(4386), - [anon_sym_AT] = ACTIONS(4388), - [anon_sym_LBRACK] = ACTIONS(4388), - [anon_sym_as] = ACTIONS(4386), - [anon_sym_EQ] = ACTIONS(4386), - [anon_sym_LBRACE] = ACTIONS(4388), - [anon_sym_RBRACE] = ACTIONS(4388), - [anon_sym_LPAREN] = ACTIONS(4388), - [anon_sym_COMMA] = ACTIONS(4388), - [anon_sym_LT] = ACTIONS(4386), - [anon_sym_GT] = ACTIONS(4386), - [anon_sym_where] = ACTIONS(4386), - [anon_sym_object] = ACTIONS(4386), - [anon_sym_fun] = ACTIONS(4386), - [anon_sym_DOT] = ACTIONS(4386), - [anon_sym_SEMI] = ACTIONS(4388), - [anon_sym_get] = ACTIONS(4386), - [anon_sym_set] = ACTIONS(4386), - [anon_sym_this] = ACTIONS(4386), - [anon_sym_super] = ACTIONS(4386), - [anon_sym_STAR] = ACTIONS(4386), - [sym_label] = ACTIONS(4386), - [anon_sym_in] = ACTIONS(4386), - [anon_sym_DOT_DOT] = ACTIONS(4388), - [anon_sym_QMARK_COLON] = ACTIONS(4388), - [anon_sym_AMP_AMP] = ACTIONS(4388), - [anon_sym_PIPE_PIPE] = ACTIONS(4388), - [anon_sym_null] = ACTIONS(4386), - [anon_sym_if] = ACTIONS(4386), - [anon_sym_else] = ACTIONS(4386), - [anon_sym_when] = ACTIONS(4386), - [anon_sym_try] = ACTIONS(4386), - [anon_sym_throw] = ACTIONS(4386), - [anon_sym_return] = ACTIONS(4386), - [anon_sym_continue] = ACTIONS(4386), - [anon_sym_break] = ACTIONS(4386), - [anon_sym_COLON_COLON] = ACTIONS(4388), - [anon_sym_PLUS_EQ] = ACTIONS(4388), - [anon_sym_DASH_EQ] = ACTIONS(4388), - [anon_sym_STAR_EQ] = ACTIONS(4388), - [anon_sym_SLASH_EQ] = ACTIONS(4388), - [anon_sym_PERCENT_EQ] = ACTIONS(4388), - [anon_sym_BANG_EQ] = ACTIONS(4386), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4388), - [anon_sym_EQ_EQ] = ACTIONS(4386), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4388), - [anon_sym_LT_EQ] = ACTIONS(4388), - [anon_sym_GT_EQ] = ACTIONS(4388), - [anon_sym_BANGin] = ACTIONS(4388), - [anon_sym_is] = ACTIONS(4386), - [anon_sym_BANGis] = ACTIONS(4388), - [anon_sym_PLUS] = ACTIONS(4386), - [anon_sym_DASH] = ACTIONS(4386), - [anon_sym_SLASH] = ACTIONS(4386), - [anon_sym_PERCENT] = ACTIONS(4386), - [anon_sym_as_QMARK] = ACTIONS(4388), - [anon_sym_PLUS_PLUS] = ACTIONS(4388), - [anon_sym_DASH_DASH] = ACTIONS(4388), - [anon_sym_BANG] = ACTIONS(4386), - [anon_sym_BANG_BANG] = ACTIONS(4388), - [anon_sym_data] = ACTIONS(4386), - [anon_sym_inner] = ACTIONS(4386), - [anon_sym_expect] = ACTIONS(4386), - [anon_sym_actual] = ACTIONS(4386), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4388), - [anon_sym_continue_AT] = ACTIONS(4388), - [anon_sym_break_AT] = ACTIONS(4388), - [sym_real_literal] = ACTIONS(4388), - [sym_integer_literal] = ACTIONS(4386), - [sym_hex_literal] = ACTIONS(4388), - [sym_bin_literal] = ACTIONS(4388), - [anon_sym_true] = ACTIONS(4386), - [anon_sym_false] = ACTIONS(4386), - [anon_sym_SQUOTE] = ACTIONS(4388), - [sym__backtick_identifier] = ACTIONS(4388), - [sym__automatic_semicolon] = ACTIONS(4388), - [sym_safe_nav] = ACTIONS(4388), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4388), - }, - [3395] = { - [sym_function_body] = STATE(3197), - [sym__block] = STATE(3245), - [sym__alpha_identifier] = ACTIONS(4386), - [anon_sym_AT] = ACTIONS(4388), - [anon_sym_LBRACK] = ACTIONS(4388), - [anon_sym_as] = ACTIONS(4386), - [anon_sym_EQ] = ACTIONS(6265), - [anon_sym_LBRACE] = ACTIONS(6220), - [anon_sym_RBRACE] = ACTIONS(4388), - [anon_sym_LPAREN] = ACTIONS(4388), - [anon_sym_LT] = ACTIONS(4386), - [anon_sym_GT] = ACTIONS(4386), - [anon_sym_object] = ACTIONS(4386), - [anon_sym_fun] = ACTIONS(4386), - [anon_sym_DOT] = ACTIONS(4386), - [anon_sym_SEMI] = ACTIONS(4388), - [anon_sym_get] = ACTIONS(4386), - [anon_sym_set] = ACTIONS(4386), - [anon_sym_this] = ACTIONS(4386), - [anon_sym_super] = ACTIONS(4386), - [anon_sym_STAR] = ACTIONS(4386), - [sym_label] = ACTIONS(4386), - [anon_sym_in] = ACTIONS(4386), - [anon_sym_DOT_DOT] = ACTIONS(4388), - [anon_sym_QMARK_COLON] = ACTIONS(4388), - [anon_sym_AMP_AMP] = ACTIONS(4388), - [anon_sym_PIPE_PIPE] = ACTIONS(4388), - [anon_sym_null] = ACTIONS(4386), - [anon_sym_if] = ACTIONS(4386), - [anon_sym_else] = ACTIONS(4386), - [anon_sym_when] = ACTIONS(4386), - [anon_sym_try] = ACTIONS(4386), - [anon_sym_throw] = ACTIONS(4386), - [anon_sym_return] = ACTIONS(4386), - [anon_sym_continue] = ACTIONS(4386), - [anon_sym_break] = ACTIONS(4386), - [anon_sym_COLON_COLON] = ACTIONS(4388), - [anon_sym_PLUS_EQ] = ACTIONS(4388), - [anon_sym_DASH_EQ] = ACTIONS(4388), - [anon_sym_STAR_EQ] = ACTIONS(4388), - [anon_sym_SLASH_EQ] = ACTIONS(4388), - [anon_sym_PERCENT_EQ] = ACTIONS(4388), - [anon_sym_BANG_EQ] = ACTIONS(4386), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4388), - [anon_sym_EQ_EQ] = ACTIONS(4386), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4388), - [anon_sym_LT_EQ] = ACTIONS(4388), - [anon_sym_GT_EQ] = ACTIONS(4388), - [anon_sym_BANGin] = ACTIONS(4388), - [anon_sym_is] = ACTIONS(4386), - [anon_sym_BANGis] = ACTIONS(4388), - [anon_sym_PLUS] = ACTIONS(4386), - [anon_sym_DASH] = ACTIONS(4386), - [anon_sym_SLASH] = ACTIONS(4386), - [anon_sym_PERCENT] = ACTIONS(4386), - [anon_sym_as_QMARK] = ACTIONS(4388), - [anon_sym_PLUS_PLUS] = ACTIONS(4388), - [anon_sym_DASH_DASH] = ACTIONS(4388), - [anon_sym_BANG] = ACTIONS(4386), - [anon_sym_BANG_BANG] = ACTIONS(4388), - [anon_sym_data] = ACTIONS(4386), - [anon_sym_inner] = ACTIONS(4386), - [anon_sym_expect] = ACTIONS(4386), - [anon_sym_actual] = ACTIONS(4386), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4388), - [anon_sym_continue_AT] = ACTIONS(4388), - [anon_sym_break_AT] = ACTIONS(4388), - [sym_real_literal] = ACTIONS(4388), - [sym_integer_literal] = ACTIONS(4386), - [sym_hex_literal] = ACTIONS(4388), - [sym_bin_literal] = ACTIONS(4388), - [anon_sym_true] = ACTIONS(4386), - [anon_sym_false] = ACTIONS(4386), - [anon_sym_SQUOTE] = ACTIONS(4388), - [sym__backtick_identifier] = ACTIONS(4388), - [sym__automatic_semicolon] = ACTIONS(4388), - [sym_safe_nav] = ACTIONS(4388), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4388), - }, - [3396] = { - [sym_type_constraints] = STATE(3470), - [sym_function_body] = STATE(3815), - [sym__block] = STATE(3725), - [sym__alpha_identifier] = ACTIONS(4089), - [anon_sym_AT] = ACTIONS(4091), - [anon_sym_LBRACK] = ACTIONS(4091), - [anon_sym_as] = ACTIONS(4089), - [anon_sym_EQ] = ACTIONS(6432), - [anon_sym_LBRACE] = ACTIONS(6434), - [anon_sym_RBRACE] = ACTIONS(4091), - [anon_sym_LPAREN] = ACTIONS(4091), - [anon_sym_COMMA] = ACTIONS(4091), - [anon_sym_LT] = ACTIONS(4089), - [anon_sym_GT] = ACTIONS(4089), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(4089), - [anon_sym_SEMI] = ACTIONS(4091), - [anon_sym_get] = ACTIONS(4089), - [anon_sym_set] = ACTIONS(4089), - [anon_sym_STAR] = ACTIONS(4089), - [sym_label] = ACTIONS(4091), - [anon_sym_in] = ACTIONS(4089), - [anon_sym_DOT_DOT] = ACTIONS(4091), - [anon_sym_QMARK_COLON] = ACTIONS(4091), - [anon_sym_AMP_AMP] = ACTIONS(4091), - [anon_sym_PIPE_PIPE] = ACTIONS(4091), - [anon_sym_else] = ACTIONS(4089), - [anon_sym_COLON_COLON] = ACTIONS(4091), - [anon_sym_PLUS_EQ] = ACTIONS(4091), - [anon_sym_DASH_EQ] = ACTIONS(4091), - [anon_sym_STAR_EQ] = ACTIONS(4091), - [anon_sym_SLASH_EQ] = ACTIONS(4091), - [anon_sym_PERCENT_EQ] = ACTIONS(4091), - [anon_sym_BANG_EQ] = ACTIONS(4089), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4091), - [anon_sym_EQ_EQ] = ACTIONS(4089), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4091), - [anon_sym_LT_EQ] = ACTIONS(4091), - [anon_sym_GT_EQ] = ACTIONS(4091), - [anon_sym_BANGin] = ACTIONS(4091), - [anon_sym_is] = ACTIONS(4089), - [anon_sym_BANGis] = ACTIONS(4091), - [anon_sym_PLUS] = ACTIONS(4089), - [anon_sym_DASH] = ACTIONS(4089), - [anon_sym_SLASH] = ACTIONS(4089), - [anon_sym_PERCENT] = ACTIONS(4089), - [anon_sym_as_QMARK] = ACTIONS(4091), - [anon_sym_PLUS_PLUS] = ACTIONS(4091), - [anon_sym_DASH_DASH] = ACTIONS(4091), - [anon_sym_BANG_BANG] = ACTIONS(4091), - [anon_sym_suspend] = ACTIONS(4089), - [anon_sym_sealed] = ACTIONS(4089), - [anon_sym_annotation] = ACTIONS(4089), - [anon_sym_data] = ACTIONS(4089), - [anon_sym_inner] = ACTIONS(4089), - [anon_sym_override] = ACTIONS(4089), - [anon_sym_lateinit] = ACTIONS(4089), - [anon_sym_public] = ACTIONS(4089), - [anon_sym_private] = ACTIONS(4089), - [anon_sym_internal] = ACTIONS(4089), - [anon_sym_protected] = ACTIONS(4089), - [anon_sym_tailrec] = ACTIONS(4089), - [anon_sym_operator] = ACTIONS(4089), - [anon_sym_infix] = ACTIONS(4089), - [anon_sym_inline] = ACTIONS(4089), - [anon_sym_external] = ACTIONS(4089), - [sym_property_modifier] = ACTIONS(4089), - [anon_sym_abstract] = ACTIONS(4089), - [anon_sym_final] = ACTIONS(4089), - [anon_sym_open] = ACTIONS(4089), - [anon_sym_vararg] = ACTIONS(4089), - [anon_sym_noinline] = ACTIONS(4089), - [anon_sym_crossinline] = ACTIONS(4089), - [anon_sym_expect] = ACTIONS(4089), - [anon_sym_actual] = ACTIONS(4089), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4091), - [sym__automatic_semicolon] = ACTIONS(4091), - [sym_safe_nav] = ACTIONS(4091), - [sym_multiline_comment] = ACTIONS(3), - }, - [3397] = { - [sym__alpha_identifier] = ACTIONS(4722), - [anon_sym_AT] = ACTIONS(4724), - [anon_sym_LBRACK] = ACTIONS(4724), - [anon_sym_RBRACK] = ACTIONS(4724), - [anon_sym_as] = ACTIONS(4722), - [anon_sym_EQ] = ACTIONS(4722), - [anon_sym_LBRACE] = ACTIONS(4724), - [anon_sym_RBRACE] = ACTIONS(4724), - [anon_sym_LPAREN] = ACTIONS(4724), - [anon_sym_COMMA] = ACTIONS(4724), - [anon_sym_RPAREN] = ACTIONS(4724), - [anon_sym_LT] = ACTIONS(4722), - [anon_sym_GT] = ACTIONS(4722), - [anon_sym_where] = ACTIONS(4722), - [anon_sym_DOT] = ACTIONS(4722), - [anon_sym_SEMI] = ACTIONS(4724), - [anon_sym_get] = ACTIONS(4722), - [anon_sym_set] = ACTIONS(4722), - [anon_sym_STAR] = ACTIONS(4722), - [anon_sym_DASH_GT] = ACTIONS(4724), - [sym_label] = ACTIONS(4724), - [anon_sym_in] = ACTIONS(4722), - [anon_sym_while] = ACTIONS(4722), - [anon_sym_DOT_DOT] = ACTIONS(4724), - [anon_sym_QMARK_COLON] = ACTIONS(4724), - [anon_sym_AMP_AMP] = ACTIONS(4724), - [anon_sym_PIPE_PIPE] = ACTIONS(4724), - [anon_sym_else] = ACTIONS(4722), - [anon_sym_COLON_COLON] = ACTIONS(4724), - [anon_sym_PLUS_EQ] = ACTIONS(4724), - [anon_sym_DASH_EQ] = ACTIONS(4724), - [anon_sym_STAR_EQ] = ACTIONS(4724), - [anon_sym_SLASH_EQ] = ACTIONS(4724), - [anon_sym_PERCENT_EQ] = ACTIONS(4724), - [anon_sym_BANG_EQ] = ACTIONS(4722), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4724), - [anon_sym_EQ_EQ] = ACTIONS(4722), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4724), - [anon_sym_LT_EQ] = ACTIONS(4724), - [anon_sym_GT_EQ] = ACTIONS(4724), - [anon_sym_BANGin] = ACTIONS(4724), - [anon_sym_is] = ACTIONS(4722), - [anon_sym_BANGis] = ACTIONS(4724), - [anon_sym_PLUS] = ACTIONS(4722), - [anon_sym_DASH] = ACTIONS(4722), - [anon_sym_SLASH] = ACTIONS(4722), - [anon_sym_PERCENT] = ACTIONS(4722), - [anon_sym_as_QMARK] = ACTIONS(4724), - [anon_sym_PLUS_PLUS] = ACTIONS(4724), - [anon_sym_DASH_DASH] = ACTIONS(4724), - [anon_sym_BANG_BANG] = ACTIONS(4724), - [anon_sym_suspend] = ACTIONS(4722), - [anon_sym_sealed] = ACTIONS(4722), - [anon_sym_annotation] = ACTIONS(4722), - [anon_sym_data] = ACTIONS(4722), - [anon_sym_inner] = ACTIONS(4722), - [anon_sym_override] = ACTIONS(4722), - [anon_sym_lateinit] = ACTIONS(4722), - [anon_sym_public] = ACTIONS(4722), - [anon_sym_private] = ACTIONS(4722), - [anon_sym_internal] = ACTIONS(4722), - [anon_sym_protected] = ACTIONS(4722), - [anon_sym_tailrec] = ACTIONS(4722), - [anon_sym_operator] = ACTIONS(4722), - [anon_sym_infix] = ACTIONS(4722), - [anon_sym_inline] = ACTIONS(4722), - [anon_sym_external] = ACTIONS(4722), - [sym_property_modifier] = ACTIONS(4722), - [anon_sym_abstract] = ACTIONS(4722), - [anon_sym_final] = ACTIONS(4722), - [anon_sym_open] = ACTIONS(4722), - [anon_sym_vararg] = ACTIONS(4722), - [anon_sym_noinline] = ACTIONS(4722), - [anon_sym_crossinline] = ACTIONS(4722), - [anon_sym_expect] = ACTIONS(4722), - [anon_sym_actual] = ACTIONS(4722), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4724), - [sym_safe_nav] = ACTIONS(4724), - [sym_multiline_comment] = ACTIONS(3), - }, - [3398] = { - [sym__alpha_identifier] = ACTIONS(4855), - [anon_sym_AT] = ACTIONS(4857), - [anon_sym_LBRACK] = ACTIONS(4857), - [anon_sym_as] = ACTIONS(4855), - [anon_sym_EQ] = ACTIONS(4855), - [anon_sym_LBRACE] = ACTIONS(4857), - [anon_sym_RBRACE] = ACTIONS(4857), - [anon_sym_LPAREN] = ACTIONS(4857), - [anon_sym_COMMA] = ACTIONS(4857), - [anon_sym_LT] = ACTIONS(4855), - [anon_sym_GT] = ACTIONS(4855), - [anon_sym_where] = ACTIONS(4855), - [anon_sym_object] = ACTIONS(4855), - [anon_sym_fun] = ACTIONS(4855), - [anon_sym_DOT] = ACTIONS(4855), - [anon_sym_SEMI] = ACTIONS(4857), - [anon_sym_get] = ACTIONS(4855), - [anon_sym_set] = ACTIONS(4855), - [anon_sym_this] = ACTIONS(4855), - [anon_sym_super] = ACTIONS(4855), - [anon_sym_STAR] = ACTIONS(4855), - [sym_label] = ACTIONS(4855), - [anon_sym_in] = ACTIONS(4855), - [anon_sym_DOT_DOT] = ACTIONS(4857), - [anon_sym_QMARK_COLON] = ACTIONS(4857), - [anon_sym_AMP_AMP] = ACTIONS(4857), - [anon_sym_PIPE_PIPE] = ACTIONS(4857), - [anon_sym_null] = ACTIONS(4855), - [anon_sym_if] = ACTIONS(4855), - [anon_sym_else] = ACTIONS(4855), - [anon_sym_when] = ACTIONS(4855), - [anon_sym_try] = ACTIONS(4855), - [anon_sym_throw] = ACTIONS(4855), - [anon_sym_return] = ACTIONS(4855), - [anon_sym_continue] = ACTIONS(4855), - [anon_sym_break] = ACTIONS(4855), - [anon_sym_COLON_COLON] = ACTIONS(4857), - [anon_sym_PLUS_EQ] = ACTIONS(4857), - [anon_sym_DASH_EQ] = ACTIONS(4857), - [anon_sym_STAR_EQ] = ACTIONS(4857), - [anon_sym_SLASH_EQ] = ACTIONS(4857), - [anon_sym_PERCENT_EQ] = ACTIONS(4857), - [anon_sym_BANG_EQ] = ACTIONS(4855), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4857), - [anon_sym_EQ_EQ] = ACTIONS(4855), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4857), - [anon_sym_LT_EQ] = ACTIONS(4857), - [anon_sym_GT_EQ] = ACTIONS(4857), - [anon_sym_BANGin] = ACTIONS(4857), - [anon_sym_is] = ACTIONS(4855), - [anon_sym_BANGis] = ACTIONS(4857), - [anon_sym_PLUS] = ACTIONS(4855), - [anon_sym_DASH] = ACTIONS(4855), - [anon_sym_SLASH] = ACTIONS(4855), - [anon_sym_PERCENT] = ACTIONS(4855), - [anon_sym_as_QMARK] = ACTIONS(4857), - [anon_sym_PLUS_PLUS] = ACTIONS(4857), - [anon_sym_DASH_DASH] = ACTIONS(4857), - [anon_sym_BANG] = ACTIONS(4855), - [anon_sym_BANG_BANG] = ACTIONS(4857), - [anon_sym_data] = ACTIONS(4855), - [anon_sym_inner] = ACTIONS(4855), - [anon_sym_expect] = ACTIONS(4855), - [anon_sym_actual] = ACTIONS(4855), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4857), - [anon_sym_continue_AT] = ACTIONS(4857), - [anon_sym_break_AT] = ACTIONS(4857), - [sym_real_literal] = ACTIONS(4857), - [sym_integer_literal] = ACTIONS(4855), - [sym_hex_literal] = ACTIONS(4857), - [sym_bin_literal] = ACTIONS(4857), - [anon_sym_true] = ACTIONS(4855), - [anon_sym_false] = ACTIONS(4855), - [anon_sym_SQUOTE] = ACTIONS(4857), - [sym__backtick_identifier] = ACTIONS(4857), - [sym__automatic_semicolon] = ACTIONS(4857), - [sym_safe_nav] = ACTIONS(4857), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4857), - }, - [3399] = { - [sym__alpha_identifier] = ACTIONS(4396), - [anon_sym_AT] = ACTIONS(4398), - [anon_sym_LBRACK] = ACTIONS(4398), - [anon_sym_RBRACK] = ACTIONS(4398), - [anon_sym_as] = ACTIONS(4396), - [anon_sym_EQ] = ACTIONS(4396), - [anon_sym_LBRACE] = ACTIONS(4398), - [anon_sym_RBRACE] = ACTIONS(4398), - [anon_sym_LPAREN] = ACTIONS(4398), - [anon_sym_COMMA] = ACTIONS(4398), - [anon_sym_RPAREN] = ACTIONS(4398), - [anon_sym_LT] = ACTIONS(4396), - [anon_sym_GT] = ACTIONS(4396), - [anon_sym_where] = ACTIONS(4396), - [anon_sym_DOT] = ACTIONS(4396), - [anon_sym_SEMI] = ACTIONS(4398), - [anon_sym_get] = ACTIONS(4396), - [anon_sym_set] = ACTIONS(4396), - [anon_sym_STAR] = ACTIONS(4396), - [anon_sym_DASH_GT] = ACTIONS(4398), - [sym_label] = ACTIONS(4398), - [anon_sym_in] = ACTIONS(4396), - [anon_sym_while] = ACTIONS(4396), - [anon_sym_DOT_DOT] = ACTIONS(4398), - [anon_sym_QMARK_COLON] = ACTIONS(4398), - [anon_sym_AMP_AMP] = ACTIONS(4398), - [anon_sym_PIPE_PIPE] = ACTIONS(4398), - [anon_sym_else] = ACTIONS(4396), - [anon_sym_COLON_COLON] = ACTIONS(4398), - [anon_sym_PLUS_EQ] = ACTIONS(4398), - [anon_sym_DASH_EQ] = ACTIONS(4398), - [anon_sym_STAR_EQ] = ACTIONS(4398), - [anon_sym_SLASH_EQ] = ACTIONS(4398), - [anon_sym_PERCENT_EQ] = ACTIONS(4398), - [anon_sym_BANG_EQ] = ACTIONS(4396), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4398), - [anon_sym_EQ_EQ] = ACTIONS(4396), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4398), - [anon_sym_LT_EQ] = ACTIONS(4398), - [anon_sym_GT_EQ] = ACTIONS(4398), - [anon_sym_BANGin] = ACTIONS(4398), - [anon_sym_is] = ACTIONS(4396), - [anon_sym_BANGis] = ACTIONS(4398), - [anon_sym_PLUS] = ACTIONS(4396), - [anon_sym_DASH] = ACTIONS(4396), - [anon_sym_SLASH] = ACTIONS(4396), - [anon_sym_PERCENT] = ACTIONS(4396), - [anon_sym_as_QMARK] = ACTIONS(4398), - [anon_sym_PLUS_PLUS] = ACTIONS(4398), - [anon_sym_DASH_DASH] = ACTIONS(4398), - [anon_sym_BANG_BANG] = ACTIONS(4398), - [anon_sym_suspend] = ACTIONS(4396), - [anon_sym_sealed] = ACTIONS(4396), - [anon_sym_annotation] = ACTIONS(4396), - [anon_sym_data] = ACTIONS(4396), - [anon_sym_inner] = ACTIONS(4396), - [anon_sym_override] = ACTIONS(4396), - [anon_sym_lateinit] = ACTIONS(4396), - [anon_sym_public] = ACTIONS(4396), - [anon_sym_private] = ACTIONS(4396), - [anon_sym_internal] = ACTIONS(4396), - [anon_sym_protected] = ACTIONS(4396), - [anon_sym_tailrec] = ACTIONS(4396), - [anon_sym_operator] = ACTIONS(4396), - [anon_sym_infix] = ACTIONS(4396), - [anon_sym_inline] = ACTIONS(4396), - [anon_sym_external] = ACTIONS(4396), - [sym_property_modifier] = ACTIONS(4396), - [anon_sym_abstract] = ACTIONS(4396), - [anon_sym_final] = ACTIONS(4396), - [anon_sym_open] = ACTIONS(4396), - [anon_sym_vararg] = ACTIONS(4396), - [anon_sym_noinline] = ACTIONS(4396), - [anon_sym_crossinline] = ACTIONS(4396), - [anon_sym_expect] = ACTIONS(4396), - [anon_sym_actual] = ACTIONS(4396), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4398), - [sym_safe_nav] = ACTIONS(4398), - [sym_multiline_comment] = ACTIONS(3), - }, - [3400] = { - [sym_class_body] = STATE(3238), - [sym_type_constraints] = STATE(3068), - [sym__alpha_identifier] = ACTIONS(3214), - [anon_sym_AT] = ACTIONS(3218), - [anon_sym_COLON] = ACTIONS(5573), - [anon_sym_LBRACK] = ACTIONS(3218), - [anon_sym_as] = ACTIONS(3214), - [anon_sym_EQ] = ACTIONS(3214), - [anon_sym_LBRACE] = ACTIONS(5147), - [anon_sym_RBRACE] = ACTIONS(3218), - [anon_sym_LPAREN] = ACTIONS(3218), - [anon_sym_RPAREN] = ACTIONS(3218), - [anon_sym_LT] = ACTIONS(3214), - [anon_sym_GT] = ACTIONS(3214), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(3214), - [anon_sym_SEMI] = ACTIONS(3218), - [anon_sym_get] = ACTIONS(3214), - [anon_sym_set] = ACTIONS(3214), - [anon_sym_STAR] = ACTIONS(3214), - [sym_label] = ACTIONS(3218), - [anon_sym_in] = ACTIONS(3214), - [anon_sym_while] = ACTIONS(3214), - [anon_sym_DOT_DOT] = ACTIONS(3218), - [anon_sym_QMARK_COLON] = ACTIONS(3218), - [anon_sym_AMP_AMP] = ACTIONS(3218), - [anon_sym_PIPE_PIPE] = ACTIONS(3218), - [anon_sym_else] = ACTIONS(3214), - [anon_sym_COLON_COLON] = ACTIONS(3218), - [anon_sym_PLUS_EQ] = ACTIONS(3218), - [anon_sym_DASH_EQ] = ACTIONS(3218), - [anon_sym_STAR_EQ] = ACTIONS(3218), - [anon_sym_SLASH_EQ] = ACTIONS(3218), - [anon_sym_PERCENT_EQ] = ACTIONS(3218), - [anon_sym_BANG_EQ] = ACTIONS(3214), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3218), - [anon_sym_EQ_EQ] = ACTIONS(3214), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3218), - [anon_sym_LT_EQ] = ACTIONS(3218), - [anon_sym_GT_EQ] = ACTIONS(3218), - [anon_sym_BANGin] = ACTIONS(3218), - [anon_sym_is] = ACTIONS(3214), - [anon_sym_BANGis] = ACTIONS(3218), - [anon_sym_PLUS] = ACTIONS(3214), - [anon_sym_DASH] = ACTIONS(3214), - [anon_sym_SLASH] = ACTIONS(3214), - [anon_sym_PERCENT] = ACTIONS(3214), - [anon_sym_as_QMARK] = ACTIONS(3218), - [anon_sym_PLUS_PLUS] = ACTIONS(3218), - [anon_sym_DASH_DASH] = ACTIONS(3218), - [anon_sym_BANG_BANG] = ACTIONS(3218), - [anon_sym_suspend] = ACTIONS(3214), - [anon_sym_sealed] = ACTIONS(3214), - [anon_sym_annotation] = ACTIONS(3214), - [anon_sym_data] = ACTIONS(3214), - [anon_sym_inner] = ACTIONS(3214), - [anon_sym_override] = ACTIONS(3214), - [anon_sym_lateinit] = ACTIONS(3214), - [anon_sym_public] = ACTIONS(3214), - [anon_sym_private] = ACTIONS(3214), - [anon_sym_internal] = ACTIONS(3214), - [anon_sym_protected] = ACTIONS(3214), - [anon_sym_tailrec] = ACTIONS(3214), - [anon_sym_operator] = ACTIONS(3214), - [anon_sym_infix] = ACTIONS(3214), - [anon_sym_inline] = ACTIONS(3214), - [anon_sym_external] = ACTIONS(3214), - [sym_property_modifier] = ACTIONS(3214), - [anon_sym_abstract] = ACTIONS(3214), - [anon_sym_final] = ACTIONS(3214), - [anon_sym_open] = ACTIONS(3214), - [anon_sym_vararg] = ACTIONS(3214), - [anon_sym_noinline] = ACTIONS(3214), - [anon_sym_crossinline] = ACTIONS(3214), - [anon_sym_expect] = ACTIONS(3214), - [anon_sym_actual] = ACTIONS(3214), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3218), - [sym_safe_nav] = ACTIONS(3218), - [sym_multiline_comment] = ACTIONS(3), - }, - [3401] = { - [sym_class_body] = STATE(3220), - [sym_type_constraints] = STATE(3078), - [sym__alpha_identifier] = ACTIONS(4284), - [anon_sym_AT] = ACTIONS(4286), - [anon_sym_COLON] = ACTIONS(6573), - [anon_sym_LBRACK] = ACTIONS(4286), - [anon_sym_as] = ACTIONS(4284), - [anon_sym_EQ] = ACTIONS(4284), - [anon_sym_LBRACE] = ACTIONS(5147), - [anon_sym_RBRACE] = ACTIONS(4286), - [anon_sym_LPAREN] = ACTIONS(4286), - [anon_sym_RPAREN] = ACTIONS(4286), - [anon_sym_LT] = ACTIONS(4284), - [anon_sym_GT] = ACTIONS(4284), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(4284), - [anon_sym_SEMI] = ACTIONS(4286), - [anon_sym_get] = ACTIONS(4284), - [anon_sym_set] = ACTIONS(4284), - [anon_sym_STAR] = ACTIONS(4284), - [sym_label] = ACTIONS(4286), - [anon_sym_in] = ACTIONS(4284), - [anon_sym_while] = ACTIONS(4284), - [anon_sym_DOT_DOT] = ACTIONS(4286), - [anon_sym_QMARK_COLON] = ACTIONS(4286), - [anon_sym_AMP_AMP] = ACTIONS(4286), - [anon_sym_PIPE_PIPE] = ACTIONS(4286), - [anon_sym_else] = ACTIONS(4284), - [anon_sym_COLON_COLON] = ACTIONS(4286), - [anon_sym_PLUS_EQ] = ACTIONS(4286), - [anon_sym_DASH_EQ] = ACTIONS(4286), - [anon_sym_STAR_EQ] = ACTIONS(4286), - [anon_sym_SLASH_EQ] = ACTIONS(4286), - [anon_sym_PERCENT_EQ] = ACTIONS(4286), - [anon_sym_BANG_EQ] = ACTIONS(4284), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4286), - [anon_sym_EQ_EQ] = ACTIONS(4284), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4286), - [anon_sym_LT_EQ] = ACTIONS(4286), - [anon_sym_GT_EQ] = ACTIONS(4286), - [anon_sym_BANGin] = ACTIONS(4286), - [anon_sym_is] = ACTIONS(4284), - [anon_sym_BANGis] = ACTIONS(4286), - [anon_sym_PLUS] = ACTIONS(4284), - [anon_sym_DASH] = ACTIONS(4284), - [anon_sym_SLASH] = ACTIONS(4284), - [anon_sym_PERCENT] = ACTIONS(4284), - [anon_sym_as_QMARK] = ACTIONS(4286), - [anon_sym_PLUS_PLUS] = ACTIONS(4286), - [anon_sym_DASH_DASH] = ACTIONS(4286), - [anon_sym_BANG_BANG] = ACTIONS(4286), - [anon_sym_suspend] = ACTIONS(4284), - [anon_sym_sealed] = ACTIONS(4284), - [anon_sym_annotation] = ACTIONS(4284), - [anon_sym_data] = ACTIONS(4284), - [anon_sym_inner] = ACTIONS(4284), - [anon_sym_override] = ACTIONS(4284), - [anon_sym_lateinit] = ACTIONS(4284), - [anon_sym_public] = ACTIONS(4284), - [anon_sym_private] = ACTIONS(4284), - [anon_sym_internal] = ACTIONS(4284), - [anon_sym_protected] = ACTIONS(4284), - [anon_sym_tailrec] = ACTIONS(4284), - [anon_sym_operator] = ACTIONS(4284), - [anon_sym_infix] = ACTIONS(4284), - [anon_sym_inline] = ACTIONS(4284), - [anon_sym_external] = ACTIONS(4284), - [sym_property_modifier] = ACTIONS(4284), - [anon_sym_abstract] = ACTIONS(4284), - [anon_sym_final] = ACTIONS(4284), - [anon_sym_open] = ACTIONS(4284), - [anon_sym_vararg] = ACTIONS(4284), - [anon_sym_noinline] = ACTIONS(4284), - [anon_sym_crossinline] = ACTIONS(4284), - [anon_sym_expect] = ACTIONS(4284), - [anon_sym_actual] = ACTIONS(4284), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4286), - [sym_safe_nav] = ACTIONS(4286), - [sym_multiline_comment] = ACTIONS(3), - }, - [3402] = { - [sym_type_constraints] = STATE(3083), - [sym_enum_class_body] = STATE(3211), - [sym__alpha_identifier] = ACTIONS(3190), - [anon_sym_AT] = ACTIONS(3194), - [anon_sym_COLON] = ACTIONS(5555), - [anon_sym_LBRACK] = ACTIONS(3194), - [anon_sym_as] = ACTIONS(3190), - [anon_sym_EQ] = ACTIONS(3190), - [anon_sym_LBRACE] = ACTIONS(5155), - [anon_sym_RBRACE] = ACTIONS(3194), - [anon_sym_LPAREN] = ACTIONS(3194), - [anon_sym_RPAREN] = ACTIONS(3194), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3190), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(3190), - [anon_sym_SEMI] = ACTIONS(3194), - [anon_sym_get] = ACTIONS(3190), - [anon_sym_set] = ACTIONS(3190), - [anon_sym_STAR] = ACTIONS(3190), - [sym_label] = ACTIONS(3194), - [anon_sym_in] = ACTIONS(3190), - [anon_sym_while] = ACTIONS(3190), - [anon_sym_DOT_DOT] = ACTIONS(3194), - [anon_sym_QMARK_COLON] = ACTIONS(3194), - [anon_sym_AMP_AMP] = ACTIONS(3194), - [anon_sym_PIPE_PIPE] = ACTIONS(3194), - [anon_sym_else] = ACTIONS(3190), - [anon_sym_COLON_COLON] = ACTIONS(3194), - [anon_sym_PLUS_EQ] = ACTIONS(3194), - [anon_sym_DASH_EQ] = ACTIONS(3194), - [anon_sym_STAR_EQ] = ACTIONS(3194), - [anon_sym_SLASH_EQ] = ACTIONS(3194), - [anon_sym_PERCENT_EQ] = ACTIONS(3194), - [anon_sym_BANG_EQ] = ACTIONS(3190), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3194), - [anon_sym_EQ_EQ] = ACTIONS(3190), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3194), - [anon_sym_LT_EQ] = ACTIONS(3194), - [anon_sym_GT_EQ] = ACTIONS(3194), - [anon_sym_BANGin] = ACTIONS(3194), - [anon_sym_is] = ACTIONS(3190), - [anon_sym_BANGis] = ACTIONS(3194), - [anon_sym_PLUS] = ACTIONS(3190), - [anon_sym_DASH] = ACTIONS(3190), - [anon_sym_SLASH] = ACTIONS(3190), - [anon_sym_PERCENT] = ACTIONS(3190), - [anon_sym_as_QMARK] = ACTIONS(3194), - [anon_sym_PLUS_PLUS] = ACTIONS(3194), - [anon_sym_DASH_DASH] = ACTIONS(3194), - [anon_sym_BANG_BANG] = ACTIONS(3194), - [anon_sym_suspend] = ACTIONS(3190), - [anon_sym_sealed] = ACTIONS(3190), - [anon_sym_annotation] = ACTIONS(3190), - [anon_sym_data] = ACTIONS(3190), - [anon_sym_inner] = ACTIONS(3190), - [anon_sym_override] = ACTIONS(3190), - [anon_sym_lateinit] = ACTIONS(3190), - [anon_sym_public] = ACTIONS(3190), - [anon_sym_private] = ACTIONS(3190), - [anon_sym_internal] = ACTIONS(3190), - [anon_sym_protected] = ACTIONS(3190), - [anon_sym_tailrec] = ACTIONS(3190), - [anon_sym_operator] = ACTIONS(3190), - [anon_sym_infix] = ACTIONS(3190), - [anon_sym_inline] = ACTIONS(3190), - [anon_sym_external] = ACTIONS(3190), - [sym_property_modifier] = ACTIONS(3190), - [anon_sym_abstract] = ACTIONS(3190), - [anon_sym_final] = ACTIONS(3190), - [anon_sym_open] = ACTIONS(3190), - [anon_sym_vararg] = ACTIONS(3190), - [anon_sym_noinline] = ACTIONS(3190), - [anon_sym_crossinline] = ACTIONS(3190), - [anon_sym_expect] = ACTIONS(3190), - [anon_sym_actual] = ACTIONS(3190), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3194), - [sym_safe_nav] = ACTIONS(3194), - [sym_multiline_comment] = ACTIONS(3), - }, - [3403] = { - [sym__alpha_identifier] = ACTIONS(1594), - [anon_sym_AT] = ACTIONS(1592), - [anon_sym_LBRACK] = ACTIONS(1592), - [anon_sym_RBRACK] = ACTIONS(1592), - [anon_sym_as] = ACTIONS(1594), - [anon_sym_EQ] = ACTIONS(1594), - [anon_sym_LBRACE] = ACTIONS(1592), - [anon_sym_RBRACE] = ACTIONS(1592), - [anon_sym_LPAREN] = ACTIONS(1592), - [anon_sym_COMMA] = ACTIONS(1592), - [anon_sym_RPAREN] = ACTIONS(1592), - [anon_sym_LT] = ACTIONS(1594), - [anon_sym_GT] = ACTIONS(1594), - [anon_sym_where] = ACTIONS(1594), - [anon_sym_DOT] = ACTIONS(1594), - [anon_sym_SEMI] = ACTIONS(1592), - [anon_sym_get] = ACTIONS(1594), - [anon_sym_set] = ACTIONS(1594), - [anon_sym_STAR] = ACTIONS(1594), - [anon_sym_DASH_GT] = ACTIONS(1592), - [sym_label] = ACTIONS(1592), - [anon_sym_in] = ACTIONS(1594), - [anon_sym_while] = ACTIONS(1594), - [anon_sym_DOT_DOT] = ACTIONS(1592), - [anon_sym_QMARK_COLON] = ACTIONS(1592), - [anon_sym_AMP_AMP] = ACTIONS(1592), - [anon_sym_PIPE_PIPE] = ACTIONS(1592), - [anon_sym_else] = ACTIONS(1594), - [anon_sym_COLON_COLON] = ACTIONS(1592), - [anon_sym_PLUS_EQ] = ACTIONS(1592), - [anon_sym_DASH_EQ] = ACTIONS(1592), - [anon_sym_STAR_EQ] = ACTIONS(1592), - [anon_sym_SLASH_EQ] = ACTIONS(1592), - [anon_sym_PERCENT_EQ] = ACTIONS(1592), - [anon_sym_BANG_EQ] = ACTIONS(1594), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1592), - [anon_sym_EQ_EQ] = ACTIONS(1594), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1592), - [anon_sym_LT_EQ] = ACTIONS(1592), - [anon_sym_GT_EQ] = ACTIONS(1592), - [anon_sym_BANGin] = ACTIONS(1592), - [anon_sym_is] = ACTIONS(1594), - [anon_sym_BANGis] = ACTIONS(1592), - [anon_sym_PLUS] = ACTIONS(1594), - [anon_sym_DASH] = ACTIONS(1594), - [anon_sym_SLASH] = ACTIONS(1594), - [anon_sym_PERCENT] = ACTIONS(1594), - [anon_sym_as_QMARK] = ACTIONS(1592), - [anon_sym_PLUS_PLUS] = ACTIONS(1592), - [anon_sym_DASH_DASH] = ACTIONS(1592), - [anon_sym_BANG_BANG] = ACTIONS(1592), - [anon_sym_suspend] = ACTIONS(1594), - [anon_sym_sealed] = ACTIONS(1594), - [anon_sym_annotation] = ACTIONS(1594), - [anon_sym_data] = ACTIONS(1594), - [anon_sym_inner] = ACTIONS(1594), - [anon_sym_override] = ACTIONS(1594), - [anon_sym_lateinit] = ACTIONS(1594), - [anon_sym_public] = ACTIONS(1594), - [anon_sym_private] = ACTIONS(1594), - [anon_sym_internal] = ACTIONS(1594), - [anon_sym_protected] = ACTIONS(1594), - [anon_sym_tailrec] = ACTIONS(1594), - [anon_sym_operator] = ACTIONS(1594), - [anon_sym_infix] = ACTIONS(1594), - [anon_sym_inline] = ACTIONS(1594), - [anon_sym_external] = ACTIONS(1594), - [sym_property_modifier] = ACTIONS(1594), - [anon_sym_abstract] = ACTIONS(1594), - [anon_sym_final] = ACTIONS(1594), - [anon_sym_open] = ACTIONS(1594), - [anon_sym_vararg] = ACTIONS(1594), - [anon_sym_noinline] = ACTIONS(1594), - [anon_sym_crossinline] = ACTIONS(1594), - [anon_sym_expect] = ACTIONS(1594), - [anon_sym_actual] = ACTIONS(1594), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1592), - [sym_safe_nav] = ACTIONS(1592), - [sym_multiline_comment] = ACTIONS(3), - }, - [3404] = { - [sym_class_body] = STATE(3211), - [sym_type_constraints] = STATE(3086), - [sym__alpha_identifier] = ACTIONS(3190), - [anon_sym_AT] = ACTIONS(3194), - [anon_sym_COLON] = ACTIONS(5549), - [anon_sym_LBRACK] = ACTIONS(3194), - [anon_sym_as] = ACTIONS(3190), - [anon_sym_EQ] = ACTIONS(3190), - [anon_sym_LBRACE] = ACTIONS(5147), - [anon_sym_RBRACE] = ACTIONS(3194), - [anon_sym_LPAREN] = ACTIONS(3194), - [anon_sym_RPAREN] = ACTIONS(3194), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3190), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(3190), - [anon_sym_SEMI] = ACTIONS(3194), - [anon_sym_get] = ACTIONS(3190), - [anon_sym_set] = ACTIONS(3190), - [anon_sym_STAR] = ACTIONS(3190), - [sym_label] = ACTIONS(3194), - [anon_sym_in] = ACTIONS(3190), - [anon_sym_while] = ACTIONS(3190), - [anon_sym_DOT_DOT] = ACTIONS(3194), - [anon_sym_QMARK_COLON] = ACTIONS(3194), - [anon_sym_AMP_AMP] = ACTIONS(3194), - [anon_sym_PIPE_PIPE] = ACTIONS(3194), - [anon_sym_else] = ACTIONS(3190), - [anon_sym_COLON_COLON] = ACTIONS(3194), - [anon_sym_PLUS_EQ] = ACTIONS(3194), - [anon_sym_DASH_EQ] = ACTIONS(3194), - [anon_sym_STAR_EQ] = ACTIONS(3194), - [anon_sym_SLASH_EQ] = ACTIONS(3194), - [anon_sym_PERCENT_EQ] = ACTIONS(3194), - [anon_sym_BANG_EQ] = ACTIONS(3190), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3194), - [anon_sym_EQ_EQ] = ACTIONS(3190), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3194), - [anon_sym_LT_EQ] = ACTIONS(3194), - [anon_sym_GT_EQ] = ACTIONS(3194), - [anon_sym_BANGin] = ACTIONS(3194), - [anon_sym_is] = ACTIONS(3190), - [anon_sym_BANGis] = ACTIONS(3194), - [anon_sym_PLUS] = ACTIONS(3190), - [anon_sym_DASH] = ACTIONS(3190), - [anon_sym_SLASH] = ACTIONS(3190), - [anon_sym_PERCENT] = ACTIONS(3190), - [anon_sym_as_QMARK] = ACTIONS(3194), - [anon_sym_PLUS_PLUS] = ACTIONS(3194), - [anon_sym_DASH_DASH] = ACTIONS(3194), - [anon_sym_BANG_BANG] = ACTIONS(3194), - [anon_sym_suspend] = ACTIONS(3190), - [anon_sym_sealed] = ACTIONS(3190), - [anon_sym_annotation] = ACTIONS(3190), - [anon_sym_data] = ACTIONS(3190), - [anon_sym_inner] = ACTIONS(3190), - [anon_sym_override] = ACTIONS(3190), - [anon_sym_lateinit] = ACTIONS(3190), - [anon_sym_public] = ACTIONS(3190), - [anon_sym_private] = ACTIONS(3190), - [anon_sym_internal] = ACTIONS(3190), - [anon_sym_protected] = ACTIONS(3190), - [anon_sym_tailrec] = ACTIONS(3190), - [anon_sym_operator] = ACTIONS(3190), - [anon_sym_infix] = ACTIONS(3190), - [anon_sym_inline] = ACTIONS(3190), - [anon_sym_external] = ACTIONS(3190), - [sym_property_modifier] = ACTIONS(3190), - [anon_sym_abstract] = ACTIONS(3190), - [anon_sym_final] = ACTIONS(3190), - [anon_sym_open] = ACTIONS(3190), - [anon_sym_vararg] = ACTIONS(3190), - [anon_sym_noinline] = ACTIONS(3190), - [anon_sym_crossinline] = ACTIONS(3190), - [anon_sym_expect] = ACTIONS(3190), - [anon_sym_actual] = ACTIONS(3190), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3194), - [sym_safe_nav] = ACTIONS(3194), - [sym_multiline_comment] = ACTIONS(3), - }, - [3405] = { - [sym_type_constraints] = STATE(3098), - [sym_enum_class_body] = STATE(3178), - [sym__alpha_identifier] = ACTIONS(4197), - [anon_sym_AT] = ACTIONS(4199), - [anon_sym_COLON] = ACTIONS(6575), - [anon_sym_LBRACK] = ACTIONS(4199), - [anon_sym_as] = ACTIONS(4197), - [anon_sym_EQ] = ACTIONS(4197), - [anon_sym_LBRACE] = ACTIONS(5155), - [anon_sym_RBRACE] = ACTIONS(4199), - [anon_sym_LPAREN] = ACTIONS(4199), - [anon_sym_RPAREN] = ACTIONS(4199), - [anon_sym_LT] = ACTIONS(4197), - [anon_sym_GT] = ACTIONS(4197), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(4197), - [anon_sym_SEMI] = ACTIONS(4199), - [anon_sym_get] = ACTIONS(4197), - [anon_sym_set] = ACTIONS(4197), - [anon_sym_STAR] = ACTIONS(4197), - [sym_label] = ACTIONS(4199), - [anon_sym_in] = ACTIONS(4197), - [anon_sym_while] = ACTIONS(4197), - [anon_sym_DOT_DOT] = ACTIONS(4199), - [anon_sym_QMARK_COLON] = ACTIONS(4199), - [anon_sym_AMP_AMP] = ACTIONS(4199), - [anon_sym_PIPE_PIPE] = ACTIONS(4199), - [anon_sym_else] = ACTIONS(4197), - [anon_sym_COLON_COLON] = ACTIONS(4199), - [anon_sym_PLUS_EQ] = ACTIONS(4199), - [anon_sym_DASH_EQ] = ACTIONS(4199), - [anon_sym_STAR_EQ] = ACTIONS(4199), - [anon_sym_SLASH_EQ] = ACTIONS(4199), - [anon_sym_PERCENT_EQ] = ACTIONS(4199), - [anon_sym_BANG_EQ] = ACTIONS(4197), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4199), - [anon_sym_EQ_EQ] = ACTIONS(4197), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4199), - [anon_sym_LT_EQ] = ACTIONS(4199), - [anon_sym_GT_EQ] = ACTIONS(4199), - [anon_sym_BANGin] = ACTIONS(4199), - [anon_sym_is] = ACTIONS(4197), - [anon_sym_BANGis] = ACTIONS(4199), - [anon_sym_PLUS] = ACTIONS(4197), - [anon_sym_DASH] = ACTIONS(4197), - [anon_sym_SLASH] = ACTIONS(4197), - [anon_sym_PERCENT] = ACTIONS(4197), - [anon_sym_as_QMARK] = ACTIONS(4199), - [anon_sym_PLUS_PLUS] = ACTIONS(4199), - [anon_sym_DASH_DASH] = ACTIONS(4199), - [anon_sym_BANG_BANG] = ACTIONS(4199), - [anon_sym_suspend] = ACTIONS(4197), - [anon_sym_sealed] = ACTIONS(4197), - [anon_sym_annotation] = ACTIONS(4197), - [anon_sym_data] = ACTIONS(4197), - [anon_sym_inner] = ACTIONS(4197), - [anon_sym_override] = ACTIONS(4197), - [anon_sym_lateinit] = ACTIONS(4197), - [anon_sym_public] = ACTIONS(4197), - [anon_sym_private] = ACTIONS(4197), - [anon_sym_internal] = ACTIONS(4197), - [anon_sym_protected] = ACTIONS(4197), - [anon_sym_tailrec] = ACTIONS(4197), - [anon_sym_operator] = ACTIONS(4197), - [anon_sym_infix] = ACTIONS(4197), - [anon_sym_inline] = ACTIONS(4197), - [anon_sym_external] = ACTIONS(4197), - [sym_property_modifier] = ACTIONS(4197), - [anon_sym_abstract] = ACTIONS(4197), - [anon_sym_final] = ACTIONS(4197), - [anon_sym_open] = ACTIONS(4197), - [anon_sym_vararg] = ACTIONS(4197), - [anon_sym_noinline] = ACTIONS(4197), - [anon_sym_crossinline] = ACTIONS(4197), - [anon_sym_expect] = ACTIONS(4197), - [anon_sym_actual] = ACTIONS(4197), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4199), - [sym_safe_nav] = ACTIONS(4199), - [sym_multiline_comment] = ACTIONS(3), - }, - [3406] = { - [sym__alpha_identifier] = ACTIONS(4734), - [anon_sym_AT] = ACTIONS(4736), - [anon_sym_LBRACK] = ACTIONS(4736), - [anon_sym_RBRACK] = ACTIONS(4736), - [anon_sym_as] = ACTIONS(4734), - [anon_sym_EQ] = ACTIONS(4734), - [anon_sym_LBRACE] = ACTIONS(4736), - [anon_sym_RBRACE] = ACTIONS(4736), - [anon_sym_LPAREN] = ACTIONS(4736), - [anon_sym_COMMA] = ACTIONS(4736), - [anon_sym_RPAREN] = ACTIONS(4736), - [anon_sym_LT] = ACTIONS(4734), - [anon_sym_GT] = ACTIONS(4734), - [anon_sym_where] = ACTIONS(4734), - [anon_sym_DOT] = ACTIONS(4734), - [anon_sym_SEMI] = ACTIONS(4736), - [anon_sym_get] = ACTIONS(4734), - [anon_sym_set] = ACTIONS(4734), - [anon_sym_STAR] = ACTIONS(4734), - [anon_sym_DASH_GT] = ACTIONS(4736), - [sym_label] = ACTIONS(4736), - [anon_sym_in] = ACTIONS(4734), - [anon_sym_while] = ACTIONS(4734), - [anon_sym_DOT_DOT] = ACTIONS(4736), - [anon_sym_QMARK_COLON] = ACTIONS(4736), - [anon_sym_AMP_AMP] = ACTIONS(4736), - [anon_sym_PIPE_PIPE] = ACTIONS(4736), - [anon_sym_else] = ACTIONS(4734), - [anon_sym_COLON_COLON] = ACTIONS(4736), - [anon_sym_PLUS_EQ] = ACTIONS(4736), - [anon_sym_DASH_EQ] = ACTIONS(4736), - [anon_sym_STAR_EQ] = ACTIONS(4736), - [anon_sym_SLASH_EQ] = ACTIONS(4736), - [anon_sym_PERCENT_EQ] = ACTIONS(4736), - [anon_sym_BANG_EQ] = ACTIONS(4734), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4736), - [anon_sym_EQ_EQ] = ACTIONS(4734), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4736), - [anon_sym_LT_EQ] = ACTIONS(4736), - [anon_sym_GT_EQ] = ACTIONS(4736), - [anon_sym_BANGin] = ACTIONS(4736), - [anon_sym_is] = ACTIONS(4734), - [anon_sym_BANGis] = ACTIONS(4736), - [anon_sym_PLUS] = ACTIONS(4734), - [anon_sym_DASH] = ACTIONS(4734), - [anon_sym_SLASH] = ACTIONS(4734), - [anon_sym_PERCENT] = ACTIONS(4734), - [anon_sym_as_QMARK] = ACTIONS(4736), - [anon_sym_PLUS_PLUS] = ACTIONS(4736), - [anon_sym_DASH_DASH] = ACTIONS(4736), - [anon_sym_BANG_BANG] = ACTIONS(4736), - [anon_sym_suspend] = ACTIONS(4734), - [anon_sym_sealed] = ACTIONS(4734), - [anon_sym_annotation] = ACTIONS(4734), - [anon_sym_data] = ACTIONS(4734), - [anon_sym_inner] = ACTIONS(4734), - [anon_sym_override] = ACTIONS(4734), - [anon_sym_lateinit] = ACTIONS(4734), - [anon_sym_public] = ACTIONS(4734), - [anon_sym_private] = ACTIONS(4734), - [anon_sym_internal] = ACTIONS(4734), - [anon_sym_protected] = ACTIONS(4734), - [anon_sym_tailrec] = ACTIONS(4734), - [anon_sym_operator] = ACTIONS(4734), - [anon_sym_infix] = ACTIONS(4734), - [anon_sym_inline] = ACTIONS(4734), - [anon_sym_external] = ACTIONS(4734), - [sym_property_modifier] = ACTIONS(4734), - [anon_sym_abstract] = ACTIONS(4734), - [anon_sym_final] = ACTIONS(4734), - [anon_sym_open] = ACTIONS(4734), - [anon_sym_vararg] = ACTIONS(4734), - [anon_sym_noinline] = ACTIONS(4734), - [anon_sym_crossinline] = ACTIONS(4734), - [anon_sym_expect] = ACTIONS(4734), - [anon_sym_actual] = ACTIONS(4734), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4736), - [sym_safe_nav] = ACTIONS(4736), - [sym_multiline_comment] = ACTIONS(3), - }, - [3407] = { - [sym__alpha_identifier] = ACTIONS(4454), - [anon_sym_AT] = ACTIONS(4456), - [anon_sym_LBRACK] = ACTIONS(4456), - [anon_sym_as] = ACTIONS(4454), - [anon_sym_EQ] = ACTIONS(4454), - [anon_sym_LBRACE] = ACTIONS(4456), - [anon_sym_RBRACE] = ACTIONS(4456), - [anon_sym_LPAREN] = ACTIONS(4456), - [anon_sym_COMMA] = ACTIONS(4456), - [anon_sym_LT] = ACTIONS(4454), - [anon_sym_GT] = ACTIONS(4454), - [anon_sym_where] = ACTIONS(4454), - [anon_sym_object] = ACTIONS(4454), - [anon_sym_fun] = ACTIONS(4454), - [anon_sym_DOT] = ACTIONS(4454), - [anon_sym_SEMI] = ACTIONS(4456), - [anon_sym_get] = ACTIONS(4454), - [anon_sym_set] = ACTIONS(4454), - [anon_sym_this] = ACTIONS(4454), - [anon_sym_super] = ACTIONS(4454), - [anon_sym_STAR] = ACTIONS(4454), - [sym_label] = ACTIONS(4454), - [anon_sym_in] = ACTIONS(4454), - [anon_sym_DOT_DOT] = ACTIONS(4456), - [anon_sym_QMARK_COLON] = ACTIONS(4456), - [anon_sym_AMP_AMP] = ACTIONS(4456), - [anon_sym_PIPE_PIPE] = ACTIONS(4456), - [anon_sym_null] = ACTIONS(4454), - [anon_sym_if] = ACTIONS(4454), - [anon_sym_else] = ACTIONS(4454), - [anon_sym_when] = ACTIONS(4454), - [anon_sym_try] = ACTIONS(4454), - [anon_sym_throw] = ACTIONS(4454), - [anon_sym_return] = ACTIONS(4454), - [anon_sym_continue] = ACTIONS(4454), - [anon_sym_break] = ACTIONS(4454), - [anon_sym_COLON_COLON] = ACTIONS(4456), - [anon_sym_PLUS_EQ] = ACTIONS(4456), - [anon_sym_DASH_EQ] = ACTIONS(4456), - [anon_sym_STAR_EQ] = ACTIONS(4456), - [anon_sym_SLASH_EQ] = ACTIONS(4456), - [anon_sym_PERCENT_EQ] = ACTIONS(4456), - [anon_sym_BANG_EQ] = ACTIONS(4454), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4456), - [anon_sym_EQ_EQ] = ACTIONS(4454), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4456), - [anon_sym_LT_EQ] = ACTIONS(4456), - [anon_sym_GT_EQ] = ACTIONS(4456), - [anon_sym_BANGin] = ACTIONS(4456), - [anon_sym_is] = ACTIONS(4454), - [anon_sym_BANGis] = ACTIONS(4456), - [anon_sym_PLUS] = ACTIONS(4454), - [anon_sym_DASH] = ACTIONS(4454), - [anon_sym_SLASH] = ACTIONS(4454), - [anon_sym_PERCENT] = ACTIONS(4454), - [anon_sym_as_QMARK] = ACTIONS(4456), - [anon_sym_PLUS_PLUS] = ACTIONS(4456), - [anon_sym_DASH_DASH] = ACTIONS(4456), - [anon_sym_BANG] = ACTIONS(4454), - [anon_sym_BANG_BANG] = ACTIONS(4456), - [anon_sym_data] = ACTIONS(4454), - [anon_sym_inner] = ACTIONS(4454), - [anon_sym_expect] = ACTIONS(4454), - [anon_sym_actual] = ACTIONS(4454), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4456), - [anon_sym_continue_AT] = ACTIONS(4456), - [anon_sym_break_AT] = ACTIONS(4456), - [sym_real_literal] = ACTIONS(4456), - [sym_integer_literal] = ACTIONS(4454), - [sym_hex_literal] = ACTIONS(4456), - [sym_bin_literal] = ACTIONS(4456), - [anon_sym_true] = ACTIONS(4454), - [anon_sym_false] = ACTIONS(4454), - [anon_sym_SQUOTE] = ACTIONS(4456), - [sym__backtick_identifier] = ACTIONS(4456), - [sym__automatic_semicolon] = ACTIONS(4456), - [sym_safe_nav] = ACTIONS(4456), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4456), - }, - [3408] = { - [sym_class_body] = STATE(3178), - [sym_type_constraints] = STATE(3103), - [sym__alpha_identifier] = ACTIONS(4197), - [anon_sym_AT] = ACTIONS(4199), - [anon_sym_COLON] = ACTIONS(6577), - [anon_sym_LBRACK] = ACTIONS(4199), - [anon_sym_as] = ACTIONS(4197), - [anon_sym_EQ] = ACTIONS(4197), - [anon_sym_LBRACE] = ACTIONS(5147), - [anon_sym_RBRACE] = ACTIONS(4199), - [anon_sym_LPAREN] = ACTIONS(4199), - [anon_sym_RPAREN] = ACTIONS(4199), - [anon_sym_LT] = ACTIONS(4197), - [anon_sym_GT] = ACTIONS(4197), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(4197), - [anon_sym_SEMI] = ACTIONS(4199), - [anon_sym_get] = ACTIONS(4197), - [anon_sym_set] = ACTIONS(4197), - [anon_sym_STAR] = ACTIONS(4197), - [sym_label] = ACTIONS(4199), - [anon_sym_in] = ACTIONS(4197), - [anon_sym_while] = ACTIONS(4197), - [anon_sym_DOT_DOT] = ACTIONS(4199), - [anon_sym_QMARK_COLON] = ACTIONS(4199), - [anon_sym_AMP_AMP] = ACTIONS(4199), - [anon_sym_PIPE_PIPE] = ACTIONS(4199), - [anon_sym_else] = ACTIONS(4197), - [anon_sym_COLON_COLON] = ACTIONS(4199), - [anon_sym_PLUS_EQ] = ACTIONS(4199), - [anon_sym_DASH_EQ] = ACTIONS(4199), - [anon_sym_STAR_EQ] = ACTIONS(4199), - [anon_sym_SLASH_EQ] = ACTIONS(4199), - [anon_sym_PERCENT_EQ] = ACTIONS(4199), - [anon_sym_BANG_EQ] = ACTIONS(4197), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4199), - [anon_sym_EQ_EQ] = ACTIONS(4197), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4199), - [anon_sym_LT_EQ] = ACTIONS(4199), - [anon_sym_GT_EQ] = ACTIONS(4199), - [anon_sym_BANGin] = ACTIONS(4199), - [anon_sym_is] = ACTIONS(4197), - [anon_sym_BANGis] = ACTIONS(4199), - [anon_sym_PLUS] = ACTIONS(4197), - [anon_sym_DASH] = ACTIONS(4197), - [anon_sym_SLASH] = ACTIONS(4197), - [anon_sym_PERCENT] = ACTIONS(4197), - [anon_sym_as_QMARK] = ACTIONS(4199), - [anon_sym_PLUS_PLUS] = ACTIONS(4199), - [anon_sym_DASH_DASH] = ACTIONS(4199), - [anon_sym_BANG_BANG] = ACTIONS(4199), - [anon_sym_suspend] = ACTIONS(4197), - [anon_sym_sealed] = ACTIONS(4197), - [anon_sym_annotation] = ACTIONS(4197), - [anon_sym_data] = ACTIONS(4197), - [anon_sym_inner] = ACTIONS(4197), - [anon_sym_override] = ACTIONS(4197), - [anon_sym_lateinit] = ACTIONS(4197), - [anon_sym_public] = ACTIONS(4197), - [anon_sym_private] = ACTIONS(4197), - [anon_sym_internal] = ACTIONS(4197), - [anon_sym_protected] = ACTIONS(4197), - [anon_sym_tailrec] = ACTIONS(4197), - [anon_sym_operator] = ACTIONS(4197), - [anon_sym_infix] = ACTIONS(4197), - [anon_sym_inline] = ACTIONS(4197), - [anon_sym_external] = ACTIONS(4197), - [sym_property_modifier] = ACTIONS(4197), - [anon_sym_abstract] = ACTIONS(4197), - [anon_sym_final] = ACTIONS(4197), - [anon_sym_open] = ACTIONS(4197), - [anon_sym_vararg] = ACTIONS(4197), - [anon_sym_noinline] = ACTIONS(4197), - [anon_sym_crossinline] = ACTIONS(4197), - [anon_sym_expect] = ACTIONS(4197), - [anon_sym_actual] = ACTIONS(4197), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4199), - [sym_safe_nav] = ACTIONS(4199), - [sym_multiline_comment] = ACTIONS(3), - }, - [3409] = { - [sym__alpha_identifier] = ACTIONS(5059), - [anon_sym_AT] = ACTIONS(5061), - [anon_sym_LBRACK] = ACTIONS(5061), - [anon_sym_RBRACK] = ACTIONS(5061), - [anon_sym_as] = ACTIONS(5059), - [anon_sym_EQ] = ACTIONS(5059), - [anon_sym_LBRACE] = ACTIONS(5061), - [anon_sym_RBRACE] = ACTIONS(5061), - [anon_sym_LPAREN] = ACTIONS(5061), - [anon_sym_COMMA] = ACTIONS(5061), - [anon_sym_RPAREN] = ACTIONS(5061), - [anon_sym_LT] = ACTIONS(5059), - [anon_sym_GT] = ACTIONS(5059), - [anon_sym_where] = ACTIONS(5059), - [anon_sym_DOT] = ACTIONS(5059), - [anon_sym_SEMI] = ACTIONS(5061), - [anon_sym_get] = ACTIONS(5059), - [anon_sym_set] = ACTIONS(5059), - [anon_sym_STAR] = ACTIONS(5059), - [anon_sym_DASH_GT] = ACTIONS(5061), - [sym_label] = ACTIONS(5061), - [anon_sym_in] = ACTIONS(5059), - [anon_sym_while] = ACTIONS(5059), - [anon_sym_DOT_DOT] = ACTIONS(5061), - [anon_sym_QMARK_COLON] = ACTIONS(5061), - [anon_sym_AMP_AMP] = ACTIONS(5061), - [anon_sym_PIPE_PIPE] = ACTIONS(5061), - [anon_sym_else] = ACTIONS(5059), - [anon_sym_COLON_COLON] = ACTIONS(5061), - [anon_sym_PLUS_EQ] = ACTIONS(5061), - [anon_sym_DASH_EQ] = ACTIONS(5061), - [anon_sym_STAR_EQ] = ACTIONS(5061), - [anon_sym_SLASH_EQ] = ACTIONS(5061), - [anon_sym_PERCENT_EQ] = ACTIONS(5061), - [anon_sym_BANG_EQ] = ACTIONS(5059), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5061), - [anon_sym_EQ_EQ] = ACTIONS(5059), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5061), - [anon_sym_LT_EQ] = ACTIONS(5061), - [anon_sym_GT_EQ] = ACTIONS(5061), - [anon_sym_BANGin] = ACTIONS(5061), - [anon_sym_is] = ACTIONS(5059), - [anon_sym_BANGis] = ACTIONS(5061), - [anon_sym_PLUS] = ACTIONS(5059), - [anon_sym_DASH] = ACTIONS(5059), - [anon_sym_SLASH] = ACTIONS(5059), - [anon_sym_PERCENT] = ACTIONS(5059), - [anon_sym_as_QMARK] = ACTIONS(5061), - [anon_sym_PLUS_PLUS] = ACTIONS(5061), - [anon_sym_DASH_DASH] = ACTIONS(5061), - [anon_sym_BANG_BANG] = ACTIONS(5061), - [anon_sym_suspend] = ACTIONS(5059), - [anon_sym_sealed] = ACTIONS(5059), - [anon_sym_annotation] = ACTIONS(5059), - [anon_sym_data] = ACTIONS(5059), - [anon_sym_inner] = ACTIONS(5059), - [anon_sym_override] = ACTIONS(5059), - [anon_sym_lateinit] = ACTIONS(5059), - [anon_sym_public] = ACTIONS(5059), - [anon_sym_private] = ACTIONS(5059), - [anon_sym_internal] = ACTIONS(5059), - [anon_sym_protected] = ACTIONS(5059), - [anon_sym_tailrec] = ACTIONS(5059), - [anon_sym_operator] = ACTIONS(5059), - [anon_sym_infix] = ACTIONS(5059), - [anon_sym_inline] = ACTIONS(5059), - [anon_sym_external] = ACTIONS(5059), - [sym_property_modifier] = ACTIONS(5059), - [anon_sym_abstract] = ACTIONS(5059), - [anon_sym_final] = ACTIONS(5059), - [anon_sym_open] = ACTIONS(5059), - [anon_sym_vararg] = ACTIONS(5059), - [anon_sym_noinline] = ACTIONS(5059), - [anon_sym_crossinline] = ACTIONS(5059), - [anon_sym_expect] = ACTIONS(5059), - [anon_sym_actual] = ACTIONS(5059), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5061), - [sym_safe_nav] = ACTIONS(5061), - [sym_multiline_comment] = ACTIONS(3), - }, - [3410] = { - [sym__alpha_identifier] = ACTIONS(4730), - [anon_sym_AT] = ACTIONS(4732), - [anon_sym_LBRACK] = ACTIONS(4732), - [anon_sym_RBRACK] = ACTIONS(4732), - [anon_sym_as] = ACTIONS(4730), - [anon_sym_EQ] = ACTIONS(4730), - [anon_sym_LBRACE] = ACTIONS(4732), - [anon_sym_RBRACE] = ACTIONS(4732), - [anon_sym_LPAREN] = ACTIONS(4732), - [anon_sym_COMMA] = ACTIONS(4732), - [anon_sym_RPAREN] = ACTIONS(4732), - [anon_sym_LT] = ACTIONS(4730), - [anon_sym_GT] = ACTIONS(4730), - [anon_sym_where] = ACTIONS(4730), - [anon_sym_DOT] = ACTIONS(4730), - [anon_sym_SEMI] = ACTIONS(4732), - [anon_sym_get] = ACTIONS(4730), - [anon_sym_set] = ACTIONS(4730), - [anon_sym_STAR] = ACTIONS(4730), - [anon_sym_DASH_GT] = ACTIONS(4732), - [sym_label] = ACTIONS(4732), - [anon_sym_in] = ACTIONS(4730), - [anon_sym_while] = ACTIONS(4730), - [anon_sym_DOT_DOT] = ACTIONS(4732), - [anon_sym_QMARK_COLON] = ACTIONS(4732), - [anon_sym_AMP_AMP] = ACTIONS(4732), - [anon_sym_PIPE_PIPE] = ACTIONS(4732), - [anon_sym_else] = ACTIONS(4730), - [anon_sym_COLON_COLON] = ACTIONS(4732), - [anon_sym_PLUS_EQ] = ACTIONS(4732), - [anon_sym_DASH_EQ] = ACTIONS(4732), - [anon_sym_STAR_EQ] = ACTIONS(4732), - [anon_sym_SLASH_EQ] = ACTIONS(4732), - [anon_sym_PERCENT_EQ] = ACTIONS(4732), - [anon_sym_BANG_EQ] = ACTIONS(4730), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4732), - [anon_sym_EQ_EQ] = ACTIONS(4730), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4732), - [anon_sym_LT_EQ] = ACTIONS(4732), - [anon_sym_GT_EQ] = ACTIONS(4732), - [anon_sym_BANGin] = ACTIONS(4732), - [anon_sym_is] = ACTIONS(4730), - [anon_sym_BANGis] = ACTIONS(4732), - [anon_sym_PLUS] = ACTIONS(4730), - [anon_sym_DASH] = ACTIONS(4730), - [anon_sym_SLASH] = ACTIONS(4730), - [anon_sym_PERCENT] = ACTIONS(4730), - [anon_sym_as_QMARK] = ACTIONS(4732), - [anon_sym_PLUS_PLUS] = ACTIONS(4732), - [anon_sym_DASH_DASH] = ACTIONS(4732), - [anon_sym_BANG_BANG] = ACTIONS(4732), - [anon_sym_suspend] = ACTIONS(4730), - [anon_sym_sealed] = ACTIONS(4730), - [anon_sym_annotation] = ACTIONS(4730), - [anon_sym_data] = ACTIONS(4730), - [anon_sym_inner] = ACTIONS(4730), - [anon_sym_override] = ACTIONS(4730), - [anon_sym_lateinit] = ACTIONS(4730), - [anon_sym_public] = ACTIONS(4730), - [anon_sym_private] = ACTIONS(4730), - [anon_sym_internal] = ACTIONS(4730), - [anon_sym_protected] = ACTIONS(4730), - [anon_sym_tailrec] = ACTIONS(4730), - [anon_sym_operator] = ACTIONS(4730), - [anon_sym_infix] = ACTIONS(4730), - [anon_sym_inline] = ACTIONS(4730), - [anon_sym_external] = ACTIONS(4730), - [sym_property_modifier] = ACTIONS(4730), - [anon_sym_abstract] = ACTIONS(4730), - [anon_sym_final] = ACTIONS(4730), - [anon_sym_open] = ACTIONS(4730), - [anon_sym_vararg] = ACTIONS(4730), - [anon_sym_noinline] = ACTIONS(4730), - [anon_sym_crossinline] = ACTIONS(4730), - [anon_sym_expect] = ACTIONS(4730), - [anon_sym_actual] = ACTIONS(4730), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4732), - [sym_safe_nav] = ACTIONS(4732), - [sym_multiline_comment] = ACTIONS(3), - }, - [3411] = { - [sym_type_constraints] = STATE(3808), - [sym_function_body] = STATE(3759), - [sym__block] = STATE(3725), - [sym__alpha_identifier] = ACTIONS(4083), - [anon_sym_AT] = ACTIONS(4085), - [anon_sym_COLON] = ACTIONS(6579), - [anon_sym_LBRACK] = ACTIONS(4085), - [anon_sym_as] = ACTIONS(4083), - [anon_sym_EQ] = ACTIONS(6566), - [anon_sym_LBRACE] = ACTIONS(6434), - [anon_sym_RBRACE] = ACTIONS(4085), - [anon_sym_LPAREN] = ACTIONS(4085), - [anon_sym_LT] = ACTIONS(4083), - [anon_sym_GT] = ACTIONS(4083), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(4083), - [anon_sym_SEMI] = ACTIONS(4085), - [anon_sym_get] = ACTIONS(4083), - [anon_sym_set] = ACTIONS(4083), - [anon_sym_STAR] = ACTIONS(4083), - [sym_label] = ACTIONS(4085), - [anon_sym_in] = ACTIONS(4083), - [anon_sym_DOT_DOT] = ACTIONS(4085), - [anon_sym_QMARK_COLON] = ACTIONS(4085), - [anon_sym_AMP_AMP] = ACTIONS(4085), - [anon_sym_PIPE_PIPE] = ACTIONS(4085), - [anon_sym_else] = ACTIONS(4083), - [anon_sym_COLON_COLON] = ACTIONS(4085), - [anon_sym_PLUS_EQ] = ACTIONS(4085), - [anon_sym_DASH_EQ] = ACTIONS(4085), - [anon_sym_STAR_EQ] = ACTIONS(4085), - [anon_sym_SLASH_EQ] = ACTIONS(4085), - [anon_sym_PERCENT_EQ] = ACTIONS(4085), - [anon_sym_BANG_EQ] = ACTIONS(4083), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4085), - [anon_sym_EQ_EQ] = ACTIONS(4083), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4085), - [anon_sym_LT_EQ] = ACTIONS(4085), - [anon_sym_GT_EQ] = ACTIONS(4085), - [anon_sym_BANGin] = ACTIONS(4085), - [anon_sym_is] = ACTIONS(4083), - [anon_sym_BANGis] = ACTIONS(4085), - [anon_sym_PLUS] = ACTIONS(4083), - [anon_sym_DASH] = ACTIONS(4083), - [anon_sym_SLASH] = ACTIONS(4083), - [anon_sym_PERCENT] = ACTIONS(4083), - [anon_sym_as_QMARK] = ACTIONS(4085), - [anon_sym_PLUS_PLUS] = ACTIONS(4085), - [anon_sym_DASH_DASH] = ACTIONS(4085), - [anon_sym_BANG_BANG] = ACTIONS(4085), - [anon_sym_suspend] = ACTIONS(4083), - [anon_sym_sealed] = ACTIONS(4083), - [anon_sym_annotation] = ACTIONS(4083), - [anon_sym_data] = ACTIONS(4083), - [anon_sym_inner] = ACTIONS(4083), - [anon_sym_override] = ACTIONS(4083), - [anon_sym_lateinit] = ACTIONS(4083), - [anon_sym_public] = ACTIONS(4083), - [anon_sym_private] = ACTIONS(4083), - [anon_sym_internal] = ACTIONS(4083), - [anon_sym_protected] = ACTIONS(4083), - [anon_sym_tailrec] = ACTIONS(4083), - [anon_sym_operator] = ACTIONS(4083), - [anon_sym_infix] = ACTIONS(4083), - [anon_sym_inline] = ACTIONS(4083), - [anon_sym_external] = ACTIONS(4083), - [sym_property_modifier] = ACTIONS(4083), - [anon_sym_abstract] = ACTIONS(4083), - [anon_sym_final] = ACTIONS(4083), - [anon_sym_open] = ACTIONS(4083), - [anon_sym_vararg] = ACTIONS(4083), - [anon_sym_noinline] = ACTIONS(4083), - [anon_sym_crossinline] = ACTIONS(4083), - [anon_sym_expect] = ACTIONS(4083), - [anon_sym_actual] = ACTIONS(4083), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4085), - [sym__automatic_semicolon] = ACTIONS(4085), - [sym_safe_nav] = ACTIONS(4085), - [sym_multiline_comment] = ACTIONS(3), - }, - [3412] = { - [sym__alpha_identifier] = ACTIONS(4406), - [anon_sym_AT] = ACTIONS(4408), - [anon_sym_LBRACK] = ACTIONS(4408), - [anon_sym_as] = ACTIONS(4406), - [anon_sym_EQ] = ACTIONS(4777), - [anon_sym_LBRACE] = ACTIONS(4408), - [anon_sym_RBRACE] = ACTIONS(4408), - [anon_sym_LPAREN] = ACTIONS(4408), - [anon_sym_COMMA] = ACTIONS(4408), - [anon_sym_LT] = ACTIONS(4406), - [anon_sym_GT] = ACTIONS(4406), - [anon_sym_where] = ACTIONS(4406), - [anon_sym_object] = ACTIONS(4406), - [anon_sym_fun] = ACTIONS(4406), - [anon_sym_DOT] = ACTIONS(4406), - [anon_sym_SEMI] = ACTIONS(4408), - [anon_sym_get] = ACTIONS(4406), - [anon_sym_set] = ACTIONS(4406), - [anon_sym_this] = ACTIONS(4406), - [anon_sym_super] = ACTIONS(4406), - [anon_sym_STAR] = ACTIONS(4406), - [sym_label] = ACTIONS(4406), - [anon_sym_in] = ACTIONS(4406), - [anon_sym_DOT_DOT] = ACTIONS(4408), - [anon_sym_QMARK_COLON] = ACTIONS(4408), - [anon_sym_AMP_AMP] = ACTIONS(4408), - [anon_sym_PIPE_PIPE] = ACTIONS(4408), - [anon_sym_null] = ACTIONS(4406), - [anon_sym_if] = ACTIONS(4406), - [anon_sym_else] = ACTIONS(4406), - [anon_sym_when] = ACTIONS(4406), - [anon_sym_try] = ACTIONS(4406), - [anon_sym_throw] = ACTIONS(4406), - [anon_sym_return] = ACTIONS(4406), - [anon_sym_continue] = ACTIONS(4406), - [anon_sym_break] = ACTIONS(4406), - [anon_sym_COLON_COLON] = ACTIONS(4408), - [anon_sym_PLUS_EQ] = ACTIONS(4779), - [anon_sym_DASH_EQ] = ACTIONS(4779), - [anon_sym_STAR_EQ] = ACTIONS(4779), - [anon_sym_SLASH_EQ] = ACTIONS(4779), - [anon_sym_PERCENT_EQ] = ACTIONS(4779), - [anon_sym_BANG_EQ] = ACTIONS(4406), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4408), - [anon_sym_EQ_EQ] = ACTIONS(4406), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4408), - [anon_sym_LT_EQ] = ACTIONS(4408), - [anon_sym_GT_EQ] = ACTIONS(4408), - [anon_sym_BANGin] = ACTIONS(4408), - [anon_sym_is] = ACTIONS(4406), - [anon_sym_BANGis] = ACTIONS(4408), - [anon_sym_PLUS] = ACTIONS(4406), - [anon_sym_DASH] = ACTIONS(4406), - [anon_sym_SLASH] = ACTIONS(4406), - [anon_sym_PERCENT] = ACTIONS(4406), - [anon_sym_as_QMARK] = ACTIONS(4408), - [anon_sym_PLUS_PLUS] = ACTIONS(4408), - [anon_sym_DASH_DASH] = ACTIONS(4408), - [anon_sym_BANG] = ACTIONS(4406), - [anon_sym_BANG_BANG] = ACTIONS(4408), - [anon_sym_data] = ACTIONS(4406), - [anon_sym_inner] = ACTIONS(4406), - [anon_sym_expect] = ACTIONS(4406), - [anon_sym_actual] = ACTIONS(4406), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4408), - [anon_sym_continue_AT] = ACTIONS(4408), - [anon_sym_break_AT] = ACTIONS(4408), - [sym_real_literal] = ACTIONS(4408), - [sym_integer_literal] = ACTIONS(4406), - [sym_hex_literal] = ACTIONS(4408), - [sym_bin_literal] = ACTIONS(4408), - [anon_sym_true] = ACTIONS(4406), - [anon_sym_false] = ACTIONS(4406), - [anon_sym_SQUOTE] = ACTIONS(4408), - [sym__backtick_identifier] = ACTIONS(4408), - [sym__automatic_semicolon] = ACTIONS(4408), - [sym_safe_nav] = ACTIONS(4408), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4408), - }, - [3413] = { - [sym__alpha_identifier] = ACTIONS(4895), - [anon_sym_AT] = ACTIONS(4897), - [anon_sym_LBRACK] = ACTIONS(4897), - [anon_sym_RBRACK] = ACTIONS(4897), - [anon_sym_as] = ACTIONS(4895), - [anon_sym_EQ] = ACTIONS(4895), - [anon_sym_LBRACE] = ACTIONS(4897), - [anon_sym_RBRACE] = ACTIONS(4897), - [anon_sym_LPAREN] = ACTIONS(4897), - [anon_sym_COMMA] = ACTIONS(4897), - [anon_sym_RPAREN] = ACTIONS(4897), - [anon_sym_LT] = ACTIONS(4895), - [anon_sym_GT] = ACTIONS(4895), - [anon_sym_where] = ACTIONS(4895), - [anon_sym_DOT] = ACTIONS(4895), - [anon_sym_SEMI] = ACTIONS(4897), - [anon_sym_get] = ACTIONS(4895), - [anon_sym_set] = ACTIONS(4895), - [anon_sym_STAR] = ACTIONS(4895), - [anon_sym_DASH_GT] = ACTIONS(4897), - [sym_label] = ACTIONS(4897), - [anon_sym_in] = ACTIONS(4895), - [anon_sym_while] = ACTIONS(4895), - [anon_sym_DOT_DOT] = ACTIONS(4897), - [anon_sym_QMARK_COLON] = ACTIONS(4897), - [anon_sym_AMP_AMP] = ACTIONS(4897), - [anon_sym_PIPE_PIPE] = ACTIONS(4897), - [anon_sym_else] = ACTIONS(4895), - [anon_sym_COLON_COLON] = ACTIONS(4897), - [anon_sym_PLUS_EQ] = ACTIONS(4897), - [anon_sym_DASH_EQ] = ACTIONS(4897), - [anon_sym_STAR_EQ] = ACTIONS(4897), - [anon_sym_SLASH_EQ] = ACTIONS(4897), - [anon_sym_PERCENT_EQ] = ACTIONS(4897), - [anon_sym_BANG_EQ] = ACTIONS(4895), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4897), - [anon_sym_EQ_EQ] = ACTIONS(4895), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4897), - [anon_sym_LT_EQ] = ACTIONS(4897), - [anon_sym_GT_EQ] = ACTIONS(4897), - [anon_sym_BANGin] = ACTIONS(4897), - [anon_sym_is] = ACTIONS(4895), - [anon_sym_BANGis] = ACTIONS(4897), - [anon_sym_PLUS] = ACTIONS(4895), - [anon_sym_DASH] = ACTIONS(4895), - [anon_sym_SLASH] = ACTIONS(4895), - [anon_sym_PERCENT] = ACTIONS(4895), - [anon_sym_as_QMARK] = ACTIONS(4897), - [anon_sym_PLUS_PLUS] = ACTIONS(4897), - [anon_sym_DASH_DASH] = ACTIONS(4897), - [anon_sym_BANG_BANG] = ACTIONS(4897), - [anon_sym_suspend] = ACTIONS(4895), - [anon_sym_sealed] = ACTIONS(4895), - [anon_sym_annotation] = ACTIONS(4895), - [anon_sym_data] = ACTIONS(4895), - [anon_sym_inner] = ACTIONS(4895), - [anon_sym_override] = ACTIONS(4895), - [anon_sym_lateinit] = ACTIONS(4895), - [anon_sym_public] = ACTIONS(4895), - [anon_sym_private] = ACTIONS(4895), - [anon_sym_internal] = ACTIONS(4895), - [anon_sym_protected] = ACTIONS(4895), - [anon_sym_tailrec] = ACTIONS(4895), - [anon_sym_operator] = ACTIONS(4895), - [anon_sym_infix] = ACTIONS(4895), - [anon_sym_inline] = ACTIONS(4895), - [anon_sym_external] = ACTIONS(4895), - [sym_property_modifier] = ACTIONS(4895), - [anon_sym_abstract] = ACTIONS(4895), - [anon_sym_final] = ACTIONS(4895), - [anon_sym_open] = ACTIONS(4895), - [anon_sym_vararg] = ACTIONS(4895), - [anon_sym_noinline] = ACTIONS(4895), - [anon_sym_crossinline] = ACTIONS(4895), - [anon_sym_expect] = ACTIONS(4895), - [anon_sym_actual] = ACTIONS(4895), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4897), - [sym_safe_nav] = ACTIONS(4897), - [sym_multiline_comment] = ACTIONS(3), - }, - [3414] = { - [sym__alpha_identifier] = ACTIONS(4797), - [anon_sym_AT] = ACTIONS(4799), - [anon_sym_LBRACK] = ACTIONS(4799), - [anon_sym_as] = ACTIONS(4797), - [anon_sym_EQ] = ACTIONS(4797), - [anon_sym_LBRACE] = ACTIONS(4799), - [anon_sym_RBRACE] = ACTIONS(4799), - [anon_sym_LPAREN] = ACTIONS(4799), - [anon_sym_COMMA] = ACTIONS(4799), - [anon_sym_LT] = ACTIONS(4797), - [anon_sym_GT] = ACTIONS(4797), - [anon_sym_where] = ACTIONS(4797), - [anon_sym_object] = ACTIONS(4797), - [anon_sym_fun] = ACTIONS(4797), - [anon_sym_DOT] = ACTIONS(4797), - [anon_sym_SEMI] = ACTIONS(4799), - [anon_sym_get] = ACTIONS(4797), - [anon_sym_set] = ACTIONS(4797), - [anon_sym_this] = ACTIONS(4797), - [anon_sym_super] = ACTIONS(4797), - [anon_sym_STAR] = ACTIONS(4797), - [sym_label] = ACTIONS(4797), - [anon_sym_in] = ACTIONS(4797), - [anon_sym_DOT_DOT] = ACTIONS(4799), - [anon_sym_QMARK_COLON] = ACTIONS(4799), - [anon_sym_AMP_AMP] = ACTIONS(4799), - [anon_sym_PIPE_PIPE] = ACTIONS(4799), - [anon_sym_null] = ACTIONS(4797), - [anon_sym_if] = ACTIONS(4797), - [anon_sym_else] = ACTIONS(4797), - [anon_sym_when] = ACTIONS(4797), - [anon_sym_try] = ACTIONS(4797), - [anon_sym_throw] = ACTIONS(4797), - [anon_sym_return] = ACTIONS(4797), - [anon_sym_continue] = ACTIONS(4797), - [anon_sym_break] = ACTIONS(4797), - [anon_sym_COLON_COLON] = ACTIONS(4799), - [anon_sym_PLUS_EQ] = ACTIONS(4799), - [anon_sym_DASH_EQ] = ACTIONS(4799), - [anon_sym_STAR_EQ] = ACTIONS(4799), - [anon_sym_SLASH_EQ] = ACTIONS(4799), - [anon_sym_PERCENT_EQ] = ACTIONS(4799), - [anon_sym_BANG_EQ] = ACTIONS(4797), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4799), - [anon_sym_EQ_EQ] = ACTIONS(4797), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4799), - [anon_sym_LT_EQ] = ACTIONS(4799), - [anon_sym_GT_EQ] = ACTIONS(4799), - [anon_sym_BANGin] = ACTIONS(4799), - [anon_sym_is] = ACTIONS(4797), - [anon_sym_BANGis] = ACTIONS(4799), - [anon_sym_PLUS] = ACTIONS(4797), - [anon_sym_DASH] = ACTIONS(4797), - [anon_sym_SLASH] = ACTIONS(4797), - [anon_sym_PERCENT] = ACTIONS(4797), - [anon_sym_as_QMARK] = ACTIONS(4799), - [anon_sym_PLUS_PLUS] = ACTIONS(4799), - [anon_sym_DASH_DASH] = ACTIONS(4799), - [anon_sym_BANG] = ACTIONS(4797), - [anon_sym_BANG_BANG] = ACTIONS(4799), - [anon_sym_data] = ACTIONS(4797), - [anon_sym_inner] = ACTIONS(4797), - [anon_sym_expect] = ACTIONS(4797), - [anon_sym_actual] = ACTIONS(4797), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4799), - [anon_sym_continue_AT] = ACTIONS(4799), - [anon_sym_break_AT] = ACTIONS(4799), - [sym_real_literal] = ACTIONS(4799), - [sym_integer_literal] = ACTIONS(4797), - [sym_hex_literal] = ACTIONS(4799), - [sym_bin_literal] = ACTIONS(4799), - [anon_sym_true] = ACTIONS(4797), - [anon_sym_false] = ACTIONS(4797), - [anon_sym_SQUOTE] = ACTIONS(4799), - [sym__backtick_identifier] = ACTIONS(4799), - [sym__automatic_semicolon] = ACTIONS(4799), - [sym_safe_nav] = ACTIONS(4799), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4799), - }, - [3415] = { - [aux_sym_nullable_type_repeat1] = STATE(3415), - [sym__alpha_identifier] = ACTIONS(4311), - [anon_sym_AT] = ACTIONS(4313), - [anon_sym_LBRACK] = ACTIONS(4313), - [anon_sym_as] = ACTIONS(4311), - [anon_sym_EQ] = ACTIONS(4311), - [anon_sym_LBRACE] = ACTIONS(4313), - [anon_sym_RBRACE] = ACTIONS(4313), - [anon_sym_LPAREN] = ACTIONS(4313), - [anon_sym_COMMA] = ACTIONS(4313), - [anon_sym_by] = ACTIONS(4311), - [anon_sym_LT] = ACTIONS(4311), - [anon_sym_GT] = ACTIONS(4311), - [anon_sym_where] = ACTIONS(4311), - [anon_sym_DOT] = ACTIONS(4311), - [anon_sym_SEMI] = ACTIONS(4313), - [anon_sym_get] = ACTIONS(4311), - [anon_sym_set] = ACTIONS(4311), - [sym__quest] = ACTIONS(6581), - [anon_sym_STAR] = ACTIONS(4311), - [sym_label] = ACTIONS(4313), - [anon_sym_in] = ACTIONS(4311), - [anon_sym_DOT_DOT] = ACTIONS(4313), - [anon_sym_QMARK_COLON] = ACTIONS(4313), - [anon_sym_AMP_AMP] = ACTIONS(4313), - [anon_sym_PIPE_PIPE] = ACTIONS(4313), - [anon_sym_else] = ACTIONS(4311), - [anon_sym_COLON_COLON] = ACTIONS(4313), - [anon_sym_PLUS_EQ] = ACTIONS(4313), - [anon_sym_DASH_EQ] = ACTIONS(4313), - [anon_sym_STAR_EQ] = ACTIONS(4313), - [anon_sym_SLASH_EQ] = ACTIONS(4313), - [anon_sym_PERCENT_EQ] = ACTIONS(4313), - [anon_sym_BANG_EQ] = ACTIONS(4311), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4313), - [anon_sym_EQ_EQ] = ACTIONS(4311), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4313), - [anon_sym_LT_EQ] = ACTIONS(4313), - [anon_sym_GT_EQ] = ACTIONS(4313), - [anon_sym_BANGin] = ACTIONS(4313), - [anon_sym_is] = ACTIONS(4311), - [anon_sym_BANGis] = ACTIONS(4313), - [anon_sym_PLUS] = ACTIONS(4311), - [anon_sym_DASH] = ACTIONS(4311), - [anon_sym_SLASH] = ACTIONS(4311), - [anon_sym_PERCENT] = ACTIONS(4311), - [anon_sym_as_QMARK] = ACTIONS(4313), - [anon_sym_PLUS_PLUS] = ACTIONS(4313), - [anon_sym_DASH_DASH] = ACTIONS(4313), - [anon_sym_BANG_BANG] = ACTIONS(4313), - [anon_sym_suspend] = ACTIONS(4311), - [anon_sym_sealed] = ACTIONS(4311), - [anon_sym_annotation] = ACTIONS(4311), - [anon_sym_data] = ACTIONS(4311), - [anon_sym_inner] = ACTIONS(4311), - [anon_sym_override] = ACTIONS(4311), - [anon_sym_lateinit] = ACTIONS(4311), - [anon_sym_public] = ACTIONS(4311), - [anon_sym_private] = ACTIONS(4311), - [anon_sym_internal] = ACTIONS(4311), - [anon_sym_protected] = ACTIONS(4311), - [anon_sym_tailrec] = ACTIONS(4311), - [anon_sym_operator] = ACTIONS(4311), - [anon_sym_infix] = ACTIONS(4311), - [anon_sym_inline] = ACTIONS(4311), - [anon_sym_external] = ACTIONS(4311), - [sym_property_modifier] = ACTIONS(4311), - [anon_sym_abstract] = ACTIONS(4311), - [anon_sym_final] = ACTIONS(4311), - [anon_sym_open] = ACTIONS(4311), - [anon_sym_vararg] = ACTIONS(4311), - [anon_sym_noinline] = ACTIONS(4311), - [anon_sym_crossinline] = ACTIONS(4311), - [anon_sym_expect] = ACTIONS(4311), - [anon_sym_actual] = ACTIONS(4311), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4313), - [sym__automatic_semicolon] = ACTIONS(4313), - [sym_safe_nav] = ACTIONS(4313), - [sym_multiline_comment] = ACTIONS(3), + [3336] = { + [sym__alpha_identifier] = ACTIONS(4820), + [anon_sym_AT] = ACTIONS(4822), + [anon_sym_LBRACK] = ACTIONS(4822), + [anon_sym_as] = ACTIONS(4820), + [anon_sym_EQ] = ACTIONS(4820), + [anon_sym_LBRACE] = ACTIONS(4822), + [anon_sym_RBRACE] = ACTIONS(4822), + [anon_sym_LPAREN] = ACTIONS(4822), + [anon_sym_COMMA] = ACTIONS(4822), + [anon_sym_LT] = ACTIONS(4820), + [anon_sym_GT] = ACTIONS(4820), + [anon_sym_where] = ACTIONS(4820), + [anon_sym_object] = ACTIONS(4820), + [anon_sym_fun] = ACTIONS(4820), + [anon_sym_DOT] = ACTIONS(4820), + [anon_sym_SEMI] = ACTIONS(4822), + [anon_sym_get] = ACTIONS(4820), + [anon_sym_set] = ACTIONS(4820), + [anon_sym_this] = ACTIONS(4820), + [anon_sym_super] = ACTIONS(4820), + [anon_sym_STAR] = ACTIONS(4820), + [sym_label] = ACTIONS(4820), + [anon_sym_in] = ACTIONS(4820), + [anon_sym_DOT_DOT] = ACTIONS(4822), + [anon_sym_QMARK_COLON] = ACTIONS(4822), + [anon_sym_AMP_AMP] = ACTIONS(4822), + [anon_sym_PIPE_PIPE] = ACTIONS(4822), + [anon_sym_null] = ACTIONS(4820), + [anon_sym_if] = ACTIONS(4820), + [anon_sym_else] = ACTIONS(4820), + [anon_sym_when] = ACTIONS(4820), + [anon_sym_try] = ACTIONS(4820), + [anon_sym_throw] = ACTIONS(4820), + [anon_sym_return] = ACTIONS(4820), + [anon_sym_continue] = ACTIONS(4820), + [anon_sym_break] = ACTIONS(4820), + [anon_sym_COLON_COLON] = ACTIONS(4822), + [anon_sym_PLUS_EQ] = ACTIONS(4822), + [anon_sym_DASH_EQ] = ACTIONS(4822), + [anon_sym_STAR_EQ] = ACTIONS(4822), + [anon_sym_SLASH_EQ] = ACTIONS(4822), + [anon_sym_PERCENT_EQ] = ACTIONS(4822), + [anon_sym_BANG_EQ] = ACTIONS(4820), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4822), + [anon_sym_EQ_EQ] = ACTIONS(4820), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4822), + [anon_sym_LT_EQ] = ACTIONS(4822), + [anon_sym_GT_EQ] = ACTIONS(4822), + [anon_sym_BANGin] = ACTIONS(4822), + [anon_sym_is] = ACTIONS(4820), + [anon_sym_BANGis] = ACTIONS(4822), + [anon_sym_PLUS] = ACTIONS(4820), + [anon_sym_DASH] = ACTIONS(4820), + [anon_sym_SLASH] = ACTIONS(4820), + [anon_sym_PERCENT] = ACTIONS(4820), + [anon_sym_as_QMARK] = ACTIONS(4822), + [anon_sym_PLUS_PLUS] = ACTIONS(4822), + [anon_sym_DASH_DASH] = ACTIONS(4822), + [anon_sym_BANG] = ACTIONS(4820), + [anon_sym_BANG_BANG] = ACTIONS(4822), + [anon_sym_data] = ACTIONS(4820), + [anon_sym_inner] = ACTIONS(4820), + [anon_sym_expect] = ACTIONS(4820), + [anon_sym_actual] = ACTIONS(4820), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4822), + [anon_sym_continue_AT] = ACTIONS(4822), + [anon_sym_break_AT] = ACTIONS(4822), + [sym_real_literal] = ACTIONS(4822), + [sym_integer_literal] = ACTIONS(4820), + [sym_hex_literal] = ACTIONS(4822), + [sym_bin_literal] = ACTIONS(4822), + [anon_sym_true] = ACTIONS(4820), + [anon_sym_false] = ACTIONS(4820), + [anon_sym_SQUOTE] = ACTIONS(4822), + [sym__backtick_identifier] = ACTIONS(4822), + [sym__automatic_semicolon] = ACTIONS(4822), + [sym_safe_nav] = ACTIONS(4822), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4822), }, - [3416] = { - [sym_type_constraints] = STATE(3104), - [sym_enum_class_body] = STATE(3165), - [sym__alpha_identifier] = ACTIONS(3204), - [anon_sym_AT] = ACTIONS(3208), - [anon_sym_COLON] = ACTIONS(5534), - [anon_sym_LBRACK] = ACTIONS(3208), - [anon_sym_as] = ACTIONS(3204), - [anon_sym_EQ] = ACTIONS(3204), - [anon_sym_LBRACE] = ACTIONS(5155), - [anon_sym_RBRACE] = ACTIONS(3208), - [anon_sym_LPAREN] = ACTIONS(3208), - [anon_sym_RPAREN] = ACTIONS(3208), - [anon_sym_LT] = ACTIONS(3204), - [anon_sym_GT] = ACTIONS(3204), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(3204), - [anon_sym_SEMI] = ACTIONS(3208), - [anon_sym_get] = ACTIONS(3204), - [anon_sym_set] = ACTIONS(3204), - [anon_sym_STAR] = ACTIONS(3204), - [sym_label] = ACTIONS(3208), - [anon_sym_in] = ACTIONS(3204), - [anon_sym_while] = ACTIONS(3204), - [anon_sym_DOT_DOT] = ACTIONS(3208), - [anon_sym_QMARK_COLON] = ACTIONS(3208), - [anon_sym_AMP_AMP] = ACTIONS(3208), - [anon_sym_PIPE_PIPE] = ACTIONS(3208), - [anon_sym_else] = ACTIONS(3204), - [anon_sym_COLON_COLON] = ACTIONS(3208), - [anon_sym_PLUS_EQ] = ACTIONS(3208), - [anon_sym_DASH_EQ] = ACTIONS(3208), - [anon_sym_STAR_EQ] = ACTIONS(3208), - [anon_sym_SLASH_EQ] = ACTIONS(3208), - [anon_sym_PERCENT_EQ] = ACTIONS(3208), - [anon_sym_BANG_EQ] = ACTIONS(3204), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3208), - [anon_sym_EQ_EQ] = ACTIONS(3204), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3208), - [anon_sym_LT_EQ] = ACTIONS(3208), - [anon_sym_GT_EQ] = ACTIONS(3208), - [anon_sym_BANGin] = ACTIONS(3208), - [anon_sym_is] = ACTIONS(3204), - [anon_sym_BANGis] = ACTIONS(3208), - [anon_sym_PLUS] = ACTIONS(3204), - [anon_sym_DASH] = ACTIONS(3204), - [anon_sym_SLASH] = ACTIONS(3204), - [anon_sym_PERCENT] = ACTIONS(3204), - [anon_sym_as_QMARK] = ACTIONS(3208), - [anon_sym_PLUS_PLUS] = ACTIONS(3208), - [anon_sym_DASH_DASH] = ACTIONS(3208), - [anon_sym_BANG_BANG] = ACTIONS(3208), - [anon_sym_suspend] = ACTIONS(3204), - [anon_sym_sealed] = ACTIONS(3204), - [anon_sym_annotation] = ACTIONS(3204), - [anon_sym_data] = ACTIONS(3204), - [anon_sym_inner] = ACTIONS(3204), - [anon_sym_override] = ACTIONS(3204), - [anon_sym_lateinit] = ACTIONS(3204), - [anon_sym_public] = ACTIONS(3204), - [anon_sym_private] = ACTIONS(3204), - [anon_sym_internal] = ACTIONS(3204), - [anon_sym_protected] = ACTIONS(3204), - [anon_sym_tailrec] = ACTIONS(3204), - [anon_sym_operator] = ACTIONS(3204), - [anon_sym_infix] = ACTIONS(3204), - [anon_sym_inline] = ACTIONS(3204), - [anon_sym_external] = ACTIONS(3204), - [sym_property_modifier] = ACTIONS(3204), - [anon_sym_abstract] = ACTIONS(3204), - [anon_sym_final] = ACTIONS(3204), - [anon_sym_open] = ACTIONS(3204), - [anon_sym_vararg] = ACTIONS(3204), - [anon_sym_noinline] = ACTIONS(3204), - [anon_sym_crossinline] = ACTIONS(3204), - [anon_sym_expect] = ACTIONS(3204), - [anon_sym_actual] = ACTIONS(3204), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3208), - [sym_safe_nav] = ACTIONS(3208), + [3337] = { + [sym__alpha_identifier] = ACTIONS(4812), + [anon_sym_AT] = ACTIONS(4814), + [anon_sym_LBRACK] = ACTIONS(4814), + [anon_sym_RBRACK] = ACTIONS(4814), + [anon_sym_as] = ACTIONS(4812), + [anon_sym_EQ] = ACTIONS(4812), + [anon_sym_LBRACE] = ACTIONS(4814), + [anon_sym_RBRACE] = ACTIONS(4814), + [anon_sym_LPAREN] = ACTIONS(4814), + [anon_sym_COMMA] = ACTIONS(4814), + [anon_sym_RPAREN] = ACTIONS(4814), + [anon_sym_LT] = ACTIONS(4812), + [anon_sym_GT] = ACTIONS(4812), + [anon_sym_where] = ACTIONS(4812), + [anon_sym_DOT] = ACTIONS(4812), + [anon_sym_SEMI] = ACTIONS(4814), + [anon_sym_get] = ACTIONS(4812), + [anon_sym_set] = ACTIONS(4812), + [anon_sym_STAR] = ACTIONS(4812), + [anon_sym_DASH_GT] = ACTIONS(4814), + [sym_label] = ACTIONS(4814), + [anon_sym_in] = ACTIONS(4812), + [anon_sym_while] = ACTIONS(4812), + [anon_sym_DOT_DOT] = ACTIONS(4814), + [anon_sym_QMARK_COLON] = ACTIONS(4814), + [anon_sym_AMP_AMP] = ACTIONS(4814), + [anon_sym_PIPE_PIPE] = ACTIONS(4814), + [anon_sym_else] = ACTIONS(4812), + [anon_sym_COLON_COLON] = ACTIONS(4814), + [anon_sym_PLUS_EQ] = ACTIONS(4814), + [anon_sym_DASH_EQ] = ACTIONS(4814), + [anon_sym_STAR_EQ] = ACTIONS(4814), + [anon_sym_SLASH_EQ] = ACTIONS(4814), + [anon_sym_PERCENT_EQ] = ACTIONS(4814), + [anon_sym_BANG_EQ] = ACTIONS(4812), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4814), + [anon_sym_EQ_EQ] = ACTIONS(4812), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4814), + [anon_sym_LT_EQ] = ACTIONS(4814), + [anon_sym_GT_EQ] = ACTIONS(4814), + [anon_sym_BANGin] = ACTIONS(4814), + [anon_sym_is] = ACTIONS(4812), + [anon_sym_BANGis] = ACTIONS(4814), + [anon_sym_PLUS] = ACTIONS(4812), + [anon_sym_DASH] = ACTIONS(4812), + [anon_sym_SLASH] = ACTIONS(4812), + [anon_sym_PERCENT] = ACTIONS(4812), + [anon_sym_as_QMARK] = ACTIONS(4814), + [anon_sym_PLUS_PLUS] = ACTIONS(4814), + [anon_sym_DASH_DASH] = ACTIONS(4814), + [anon_sym_BANG_BANG] = ACTIONS(4814), + [anon_sym_suspend] = ACTIONS(4812), + [anon_sym_sealed] = ACTIONS(4812), + [anon_sym_annotation] = ACTIONS(4812), + [anon_sym_data] = ACTIONS(4812), + [anon_sym_inner] = ACTIONS(4812), + [anon_sym_override] = ACTIONS(4812), + [anon_sym_lateinit] = ACTIONS(4812), + [anon_sym_public] = ACTIONS(4812), + [anon_sym_private] = ACTIONS(4812), + [anon_sym_internal] = ACTIONS(4812), + [anon_sym_protected] = ACTIONS(4812), + [anon_sym_tailrec] = ACTIONS(4812), + [anon_sym_operator] = ACTIONS(4812), + [anon_sym_infix] = ACTIONS(4812), + [anon_sym_inline] = ACTIONS(4812), + [anon_sym_external] = ACTIONS(4812), + [sym_property_modifier] = ACTIONS(4812), + [anon_sym_abstract] = ACTIONS(4812), + [anon_sym_final] = ACTIONS(4812), + [anon_sym_open] = ACTIONS(4812), + [anon_sym_vararg] = ACTIONS(4812), + [anon_sym_noinline] = ACTIONS(4812), + [anon_sym_crossinline] = ACTIONS(4812), + [anon_sym_expect] = ACTIONS(4812), + [anon_sym_actual] = ACTIONS(4812), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4814), + [sym_safe_nav] = ACTIONS(4814), [sym_multiline_comment] = ACTIONS(3), }, - [3417] = { - [sym__alpha_identifier] = ACTIONS(4943), - [anon_sym_AT] = ACTIONS(4945), - [anon_sym_LBRACK] = ACTIONS(4945), - [anon_sym_as] = ACTIONS(4943), - [anon_sym_EQ] = ACTIONS(4943), - [anon_sym_LBRACE] = ACTIONS(4945), - [anon_sym_RBRACE] = ACTIONS(4945), - [anon_sym_LPAREN] = ACTIONS(4945), - [anon_sym_COMMA] = ACTIONS(4945), - [anon_sym_LT] = ACTIONS(4943), - [anon_sym_GT] = ACTIONS(4943), - [anon_sym_where] = ACTIONS(4943), - [anon_sym_object] = ACTIONS(4943), - [anon_sym_fun] = ACTIONS(4943), - [anon_sym_DOT] = ACTIONS(4943), - [anon_sym_SEMI] = ACTIONS(4945), - [anon_sym_get] = ACTIONS(4943), - [anon_sym_set] = ACTIONS(4943), - [anon_sym_this] = ACTIONS(4943), - [anon_sym_super] = ACTIONS(4943), - [anon_sym_STAR] = ACTIONS(4943), - [sym_label] = ACTIONS(4943), - [anon_sym_in] = ACTIONS(4943), - [anon_sym_DOT_DOT] = ACTIONS(4945), - [anon_sym_QMARK_COLON] = ACTIONS(4945), - [anon_sym_AMP_AMP] = ACTIONS(4945), - [anon_sym_PIPE_PIPE] = ACTIONS(4945), - [anon_sym_null] = ACTIONS(4943), - [anon_sym_if] = ACTIONS(4943), - [anon_sym_else] = ACTIONS(4943), - [anon_sym_when] = ACTIONS(4943), - [anon_sym_try] = ACTIONS(4943), - [anon_sym_throw] = ACTIONS(4943), - [anon_sym_return] = ACTIONS(4943), - [anon_sym_continue] = ACTIONS(4943), - [anon_sym_break] = ACTIONS(4943), - [anon_sym_COLON_COLON] = ACTIONS(4945), - [anon_sym_PLUS_EQ] = ACTIONS(4945), - [anon_sym_DASH_EQ] = ACTIONS(4945), - [anon_sym_STAR_EQ] = ACTIONS(4945), - [anon_sym_SLASH_EQ] = ACTIONS(4945), - [anon_sym_PERCENT_EQ] = ACTIONS(4945), - [anon_sym_BANG_EQ] = ACTIONS(4943), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4945), - [anon_sym_EQ_EQ] = ACTIONS(4943), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4945), - [anon_sym_LT_EQ] = ACTIONS(4945), - [anon_sym_GT_EQ] = ACTIONS(4945), - [anon_sym_BANGin] = ACTIONS(4945), - [anon_sym_is] = ACTIONS(4943), - [anon_sym_BANGis] = ACTIONS(4945), - [anon_sym_PLUS] = ACTIONS(4943), - [anon_sym_DASH] = ACTIONS(4943), - [anon_sym_SLASH] = ACTIONS(4943), - [anon_sym_PERCENT] = ACTIONS(4943), - [anon_sym_as_QMARK] = ACTIONS(4945), - [anon_sym_PLUS_PLUS] = ACTIONS(4945), - [anon_sym_DASH_DASH] = ACTIONS(4945), - [anon_sym_BANG] = ACTIONS(4943), - [anon_sym_BANG_BANG] = ACTIONS(4945), - [anon_sym_data] = ACTIONS(4943), - [anon_sym_inner] = ACTIONS(4943), - [anon_sym_expect] = ACTIONS(4943), - [anon_sym_actual] = ACTIONS(4943), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4945), - [anon_sym_continue_AT] = ACTIONS(4945), - [anon_sym_break_AT] = ACTIONS(4945), - [sym_real_literal] = ACTIONS(4945), - [sym_integer_literal] = ACTIONS(4943), - [sym_hex_literal] = ACTIONS(4945), - [sym_bin_literal] = ACTIONS(4945), - [anon_sym_true] = ACTIONS(4943), - [anon_sym_false] = ACTIONS(4943), - [anon_sym_SQUOTE] = ACTIONS(4945), - [sym__backtick_identifier] = ACTIONS(4945), - [sym__automatic_semicolon] = ACTIONS(4945), - [sym_safe_nav] = ACTIONS(4945), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4945), - }, - [3418] = { - [aux_sym_nullable_type_repeat1] = STATE(3260), - [sym__alpha_identifier] = ACTIONS(4294), - [anon_sym_AT] = ACTIONS(4296), - [anon_sym_LBRACK] = ACTIONS(4296), - [anon_sym_as] = ACTIONS(4294), - [anon_sym_EQ] = ACTIONS(4294), - [anon_sym_LBRACE] = ACTIONS(4296), - [anon_sym_RBRACE] = ACTIONS(4296), - [anon_sym_LPAREN] = ACTIONS(4296), - [anon_sym_COMMA] = ACTIONS(4296), - [anon_sym_by] = ACTIONS(4294), - [anon_sym_LT] = ACTIONS(4294), - [anon_sym_GT] = ACTIONS(4294), - [anon_sym_where] = ACTIONS(4294), - [anon_sym_DOT] = ACTIONS(4294), - [anon_sym_SEMI] = ACTIONS(4296), - [anon_sym_get] = ACTIONS(4294), - [anon_sym_set] = ACTIONS(4294), - [sym__quest] = ACTIONS(6496), - [anon_sym_STAR] = ACTIONS(4294), - [sym_label] = ACTIONS(4296), - [anon_sym_in] = ACTIONS(4294), - [anon_sym_DOT_DOT] = ACTIONS(4296), - [anon_sym_QMARK_COLON] = ACTIONS(4296), - [anon_sym_AMP_AMP] = ACTIONS(4296), - [anon_sym_PIPE_PIPE] = ACTIONS(4296), - [anon_sym_else] = ACTIONS(4294), - [anon_sym_COLON_COLON] = ACTIONS(4296), - [anon_sym_PLUS_EQ] = ACTIONS(4296), - [anon_sym_DASH_EQ] = ACTIONS(4296), - [anon_sym_STAR_EQ] = ACTIONS(4296), - [anon_sym_SLASH_EQ] = ACTIONS(4296), - [anon_sym_PERCENT_EQ] = ACTIONS(4296), - [anon_sym_BANG_EQ] = ACTIONS(4294), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4296), - [anon_sym_EQ_EQ] = ACTIONS(4294), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4296), - [anon_sym_LT_EQ] = ACTIONS(4296), - [anon_sym_GT_EQ] = ACTIONS(4296), - [anon_sym_BANGin] = ACTIONS(4296), - [anon_sym_is] = ACTIONS(4294), - [anon_sym_BANGis] = ACTIONS(4296), - [anon_sym_PLUS] = ACTIONS(4294), - [anon_sym_DASH] = ACTIONS(4294), - [anon_sym_SLASH] = ACTIONS(4294), - [anon_sym_PERCENT] = ACTIONS(4294), - [anon_sym_as_QMARK] = ACTIONS(4296), - [anon_sym_PLUS_PLUS] = ACTIONS(4296), - [anon_sym_DASH_DASH] = ACTIONS(4296), - [anon_sym_BANG_BANG] = ACTIONS(4296), - [anon_sym_suspend] = ACTIONS(4294), - [anon_sym_sealed] = ACTIONS(4294), - [anon_sym_annotation] = ACTIONS(4294), - [anon_sym_data] = ACTIONS(4294), - [anon_sym_inner] = ACTIONS(4294), - [anon_sym_override] = ACTIONS(4294), - [anon_sym_lateinit] = ACTIONS(4294), - [anon_sym_public] = ACTIONS(4294), - [anon_sym_private] = ACTIONS(4294), - [anon_sym_internal] = ACTIONS(4294), - [anon_sym_protected] = ACTIONS(4294), - [anon_sym_tailrec] = ACTIONS(4294), - [anon_sym_operator] = ACTIONS(4294), - [anon_sym_infix] = ACTIONS(4294), - [anon_sym_inline] = ACTIONS(4294), - [anon_sym_external] = ACTIONS(4294), - [sym_property_modifier] = ACTIONS(4294), - [anon_sym_abstract] = ACTIONS(4294), - [anon_sym_final] = ACTIONS(4294), - [anon_sym_open] = ACTIONS(4294), - [anon_sym_vararg] = ACTIONS(4294), - [anon_sym_noinline] = ACTIONS(4294), - [anon_sym_crossinline] = ACTIONS(4294), - [anon_sym_expect] = ACTIONS(4294), - [anon_sym_actual] = ACTIONS(4294), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4296), - [sym__automatic_semicolon] = ACTIONS(4296), - [sym_safe_nav] = ACTIONS(4296), + [3338] = { + [sym__alpha_identifier] = ACTIONS(4511), + [anon_sym_AT] = ACTIONS(4513), + [anon_sym_LBRACK] = ACTIONS(4513), + [anon_sym_RBRACK] = ACTIONS(4513), + [anon_sym_as] = ACTIONS(4511), + [anon_sym_EQ] = ACTIONS(4511), + [anon_sym_LBRACE] = ACTIONS(4513), + [anon_sym_RBRACE] = ACTIONS(4513), + [anon_sym_LPAREN] = ACTIONS(4513), + [anon_sym_COMMA] = ACTIONS(4513), + [anon_sym_RPAREN] = ACTIONS(4513), + [anon_sym_LT] = ACTIONS(4511), + [anon_sym_GT] = ACTIONS(4511), + [anon_sym_where] = ACTIONS(4511), + [anon_sym_DOT] = ACTIONS(4511), + [anon_sym_SEMI] = ACTIONS(4513), + [anon_sym_get] = ACTIONS(4511), + [anon_sym_set] = ACTIONS(4511), + [anon_sym_STAR] = ACTIONS(4511), + [anon_sym_DASH_GT] = ACTIONS(4513), + [sym_label] = ACTIONS(4513), + [anon_sym_in] = ACTIONS(4511), + [anon_sym_while] = ACTIONS(4511), + [anon_sym_DOT_DOT] = ACTIONS(4513), + [anon_sym_QMARK_COLON] = ACTIONS(4513), + [anon_sym_AMP_AMP] = ACTIONS(4513), + [anon_sym_PIPE_PIPE] = ACTIONS(4513), + [anon_sym_else] = ACTIONS(4511), + [anon_sym_COLON_COLON] = ACTIONS(4513), + [anon_sym_PLUS_EQ] = ACTIONS(4513), + [anon_sym_DASH_EQ] = ACTIONS(4513), + [anon_sym_STAR_EQ] = ACTIONS(4513), + [anon_sym_SLASH_EQ] = ACTIONS(4513), + [anon_sym_PERCENT_EQ] = ACTIONS(4513), + [anon_sym_BANG_EQ] = ACTIONS(4511), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4513), + [anon_sym_EQ_EQ] = ACTIONS(4511), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4513), + [anon_sym_LT_EQ] = ACTIONS(4513), + [anon_sym_GT_EQ] = ACTIONS(4513), + [anon_sym_BANGin] = ACTIONS(4513), + [anon_sym_is] = ACTIONS(4511), + [anon_sym_BANGis] = ACTIONS(4513), + [anon_sym_PLUS] = ACTIONS(4511), + [anon_sym_DASH] = ACTIONS(4511), + [anon_sym_SLASH] = ACTIONS(4511), + [anon_sym_PERCENT] = ACTIONS(4511), + [anon_sym_as_QMARK] = ACTIONS(4513), + [anon_sym_PLUS_PLUS] = ACTIONS(4513), + [anon_sym_DASH_DASH] = ACTIONS(4513), + [anon_sym_BANG_BANG] = ACTIONS(4513), + [anon_sym_suspend] = ACTIONS(4511), + [anon_sym_sealed] = ACTIONS(4511), + [anon_sym_annotation] = ACTIONS(4511), + [anon_sym_data] = ACTIONS(4511), + [anon_sym_inner] = ACTIONS(4511), + [anon_sym_override] = ACTIONS(4511), + [anon_sym_lateinit] = ACTIONS(4511), + [anon_sym_public] = ACTIONS(4511), + [anon_sym_private] = ACTIONS(4511), + [anon_sym_internal] = ACTIONS(4511), + [anon_sym_protected] = ACTIONS(4511), + [anon_sym_tailrec] = ACTIONS(4511), + [anon_sym_operator] = ACTIONS(4511), + [anon_sym_infix] = ACTIONS(4511), + [anon_sym_inline] = ACTIONS(4511), + [anon_sym_external] = ACTIONS(4511), + [sym_property_modifier] = ACTIONS(4511), + [anon_sym_abstract] = ACTIONS(4511), + [anon_sym_final] = ACTIONS(4511), + [anon_sym_open] = ACTIONS(4511), + [anon_sym_vararg] = ACTIONS(4511), + [anon_sym_noinline] = ACTIONS(4511), + [anon_sym_crossinline] = ACTIONS(4511), + [anon_sym_expect] = ACTIONS(4511), + [anon_sym_actual] = ACTIONS(4511), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4513), + [sym_safe_nav] = ACTIONS(4513), [sym_multiline_comment] = ACTIONS(3), }, - [3419] = { - [sym__alpha_identifier] = ACTIONS(4947), - [anon_sym_AT] = ACTIONS(4949), - [anon_sym_LBRACK] = ACTIONS(4949), - [anon_sym_RBRACK] = ACTIONS(4949), - [anon_sym_as] = ACTIONS(4947), - [anon_sym_EQ] = ACTIONS(4947), - [anon_sym_LBRACE] = ACTIONS(4949), - [anon_sym_RBRACE] = ACTIONS(4949), - [anon_sym_LPAREN] = ACTIONS(4949), - [anon_sym_COMMA] = ACTIONS(4949), - [anon_sym_RPAREN] = ACTIONS(4949), - [anon_sym_LT] = ACTIONS(4947), - [anon_sym_GT] = ACTIONS(4947), - [anon_sym_where] = ACTIONS(4947), - [anon_sym_DOT] = ACTIONS(4947), - [anon_sym_SEMI] = ACTIONS(4949), - [anon_sym_get] = ACTIONS(4947), - [anon_sym_set] = ACTIONS(4947), - [anon_sym_STAR] = ACTIONS(4947), - [anon_sym_DASH_GT] = ACTIONS(4949), - [sym_label] = ACTIONS(4949), - [anon_sym_in] = ACTIONS(4947), - [anon_sym_while] = ACTIONS(4947), - [anon_sym_DOT_DOT] = ACTIONS(4949), - [anon_sym_QMARK_COLON] = ACTIONS(4949), - [anon_sym_AMP_AMP] = ACTIONS(4949), - [anon_sym_PIPE_PIPE] = ACTIONS(4949), - [anon_sym_else] = ACTIONS(4947), - [anon_sym_COLON_COLON] = ACTIONS(4949), - [anon_sym_PLUS_EQ] = ACTIONS(4949), - [anon_sym_DASH_EQ] = ACTIONS(4949), - [anon_sym_STAR_EQ] = ACTIONS(4949), - [anon_sym_SLASH_EQ] = ACTIONS(4949), - [anon_sym_PERCENT_EQ] = ACTIONS(4949), - [anon_sym_BANG_EQ] = ACTIONS(4947), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4949), - [anon_sym_EQ_EQ] = ACTIONS(4947), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4949), - [anon_sym_LT_EQ] = ACTIONS(4949), - [anon_sym_GT_EQ] = ACTIONS(4949), - [anon_sym_BANGin] = ACTIONS(4949), - [anon_sym_is] = ACTIONS(4947), - [anon_sym_BANGis] = ACTIONS(4949), - [anon_sym_PLUS] = ACTIONS(4947), - [anon_sym_DASH] = ACTIONS(4947), - [anon_sym_SLASH] = ACTIONS(4947), - [anon_sym_PERCENT] = ACTIONS(4947), - [anon_sym_as_QMARK] = ACTIONS(4949), - [anon_sym_PLUS_PLUS] = ACTIONS(4949), - [anon_sym_DASH_DASH] = ACTIONS(4949), - [anon_sym_BANG_BANG] = ACTIONS(4949), - [anon_sym_suspend] = ACTIONS(4947), - [anon_sym_sealed] = ACTIONS(4947), - [anon_sym_annotation] = ACTIONS(4947), - [anon_sym_data] = ACTIONS(4947), - [anon_sym_inner] = ACTIONS(4947), - [anon_sym_override] = ACTIONS(4947), - [anon_sym_lateinit] = ACTIONS(4947), - [anon_sym_public] = ACTIONS(4947), - [anon_sym_private] = ACTIONS(4947), - [anon_sym_internal] = ACTIONS(4947), - [anon_sym_protected] = ACTIONS(4947), - [anon_sym_tailrec] = ACTIONS(4947), - [anon_sym_operator] = ACTIONS(4947), - [anon_sym_infix] = ACTIONS(4947), - [anon_sym_inline] = ACTIONS(4947), - [anon_sym_external] = ACTIONS(4947), - [sym_property_modifier] = ACTIONS(4947), - [anon_sym_abstract] = ACTIONS(4947), - [anon_sym_final] = ACTIONS(4947), - [anon_sym_open] = ACTIONS(4947), - [anon_sym_vararg] = ACTIONS(4947), - [anon_sym_noinline] = ACTIONS(4947), - [anon_sym_crossinline] = ACTIONS(4947), - [anon_sym_expect] = ACTIONS(4947), - [anon_sym_actual] = ACTIONS(4947), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4949), - [sym_safe_nav] = ACTIONS(4949), - [sym_multiline_comment] = ACTIONS(3), + [3339] = { + [sym__alpha_identifier] = ACTIONS(4808), + [anon_sym_AT] = ACTIONS(4810), + [anon_sym_LBRACK] = ACTIONS(4810), + [anon_sym_as] = ACTIONS(4808), + [anon_sym_EQ] = ACTIONS(4808), + [anon_sym_LBRACE] = ACTIONS(4810), + [anon_sym_RBRACE] = ACTIONS(4810), + [anon_sym_LPAREN] = ACTIONS(4810), + [anon_sym_COMMA] = ACTIONS(4810), + [anon_sym_LT] = ACTIONS(4808), + [anon_sym_GT] = ACTIONS(4808), + [anon_sym_where] = ACTIONS(4808), + [anon_sym_object] = ACTIONS(4808), + [anon_sym_fun] = ACTIONS(4808), + [anon_sym_DOT] = ACTIONS(4808), + [anon_sym_SEMI] = ACTIONS(4810), + [anon_sym_get] = ACTIONS(4808), + [anon_sym_set] = ACTIONS(4808), + [anon_sym_this] = ACTIONS(4808), + [anon_sym_super] = ACTIONS(4808), + [anon_sym_STAR] = ACTIONS(4808), + [sym_label] = ACTIONS(4808), + [anon_sym_in] = ACTIONS(4808), + [anon_sym_DOT_DOT] = ACTIONS(4810), + [anon_sym_QMARK_COLON] = ACTIONS(4810), + [anon_sym_AMP_AMP] = ACTIONS(4810), + [anon_sym_PIPE_PIPE] = ACTIONS(4810), + [anon_sym_null] = ACTIONS(4808), + [anon_sym_if] = ACTIONS(4808), + [anon_sym_else] = ACTIONS(4808), + [anon_sym_when] = ACTIONS(4808), + [anon_sym_try] = ACTIONS(4808), + [anon_sym_throw] = ACTIONS(4808), + [anon_sym_return] = ACTIONS(4808), + [anon_sym_continue] = ACTIONS(4808), + [anon_sym_break] = ACTIONS(4808), + [anon_sym_COLON_COLON] = ACTIONS(4810), + [anon_sym_PLUS_EQ] = ACTIONS(4810), + [anon_sym_DASH_EQ] = ACTIONS(4810), + [anon_sym_STAR_EQ] = ACTIONS(4810), + [anon_sym_SLASH_EQ] = ACTIONS(4810), + [anon_sym_PERCENT_EQ] = ACTIONS(4810), + [anon_sym_BANG_EQ] = ACTIONS(4808), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4810), + [anon_sym_EQ_EQ] = ACTIONS(4808), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4810), + [anon_sym_LT_EQ] = ACTIONS(4810), + [anon_sym_GT_EQ] = ACTIONS(4810), + [anon_sym_BANGin] = ACTIONS(4810), + [anon_sym_is] = ACTIONS(4808), + [anon_sym_BANGis] = ACTIONS(4810), + [anon_sym_PLUS] = ACTIONS(4808), + [anon_sym_DASH] = ACTIONS(4808), + [anon_sym_SLASH] = ACTIONS(4808), + [anon_sym_PERCENT] = ACTIONS(4808), + [anon_sym_as_QMARK] = ACTIONS(4810), + [anon_sym_PLUS_PLUS] = ACTIONS(4810), + [anon_sym_DASH_DASH] = ACTIONS(4810), + [anon_sym_BANG] = ACTIONS(4808), + [anon_sym_BANG_BANG] = ACTIONS(4810), + [anon_sym_data] = ACTIONS(4808), + [anon_sym_inner] = ACTIONS(4808), + [anon_sym_expect] = ACTIONS(4808), + [anon_sym_actual] = ACTIONS(4808), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4810), + [anon_sym_continue_AT] = ACTIONS(4810), + [anon_sym_break_AT] = ACTIONS(4810), + [sym_real_literal] = ACTIONS(4810), + [sym_integer_literal] = ACTIONS(4808), + [sym_hex_literal] = ACTIONS(4810), + [sym_bin_literal] = ACTIONS(4810), + [anon_sym_true] = ACTIONS(4808), + [anon_sym_false] = ACTIONS(4808), + [anon_sym_SQUOTE] = ACTIONS(4810), + [sym__backtick_identifier] = ACTIONS(4810), + [sym__automatic_semicolon] = ACTIONS(4810), + [sym_safe_nav] = ACTIONS(4810), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4810), }, - [3420] = { - [sym__alpha_identifier] = ACTIONS(4871), - [anon_sym_AT] = ACTIONS(4873), - [anon_sym_LBRACK] = ACTIONS(4873), - [anon_sym_as] = ACTIONS(4871), - [anon_sym_EQ] = ACTIONS(4871), - [anon_sym_LBRACE] = ACTIONS(4873), - [anon_sym_RBRACE] = ACTIONS(4873), - [anon_sym_LPAREN] = ACTIONS(4873), - [anon_sym_COMMA] = ACTIONS(4873), - [anon_sym_LT] = ACTIONS(4871), - [anon_sym_GT] = ACTIONS(4871), - [anon_sym_where] = ACTIONS(4871), - [anon_sym_object] = ACTIONS(4871), - [anon_sym_fun] = ACTIONS(4871), - [anon_sym_DOT] = ACTIONS(4871), - [anon_sym_SEMI] = ACTIONS(4873), - [anon_sym_get] = ACTIONS(4871), - [anon_sym_set] = ACTIONS(4871), - [anon_sym_this] = ACTIONS(4871), - [anon_sym_super] = ACTIONS(4871), - [anon_sym_STAR] = ACTIONS(4871), - [sym_label] = ACTIONS(4871), - [anon_sym_in] = ACTIONS(4871), - [anon_sym_DOT_DOT] = ACTIONS(4873), - [anon_sym_QMARK_COLON] = ACTIONS(4873), - [anon_sym_AMP_AMP] = ACTIONS(4873), - [anon_sym_PIPE_PIPE] = ACTIONS(4873), - [anon_sym_null] = ACTIONS(4871), - [anon_sym_if] = ACTIONS(4871), - [anon_sym_else] = ACTIONS(4871), - [anon_sym_when] = ACTIONS(4871), - [anon_sym_try] = ACTIONS(4871), - [anon_sym_throw] = ACTIONS(4871), - [anon_sym_return] = ACTIONS(4871), - [anon_sym_continue] = ACTIONS(4871), - [anon_sym_break] = ACTIONS(4871), - [anon_sym_COLON_COLON] = ACTIONS(4873), - [anon_sym_PLUS_EQ] = ACTIONS(4873), - [anon_sym_DASH_EQ] = ACTIONS(4873), - [anon_sym_STAR_EQ] = ACTIONS(4873), - [anon_sym_SLASH_EQ] = ACTIONS(4873), - [anon_sym_PERCENT_EQ] = ACTIONS(4873), - [anon_sym_BANG_EQ] = ACTIONS(4871), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4873), - [anon_sym_EQ_EQ] = ACTIONS(4871), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4873), - [anon_sym_LT_EQ] = ACTIONS(4873), - [anon_sym_GT_EQ] = ACTIONS(4873), - [anon_sym_BANGin] = ACTIONS(4873), - [anon_sym_is] = ACTIONS(4871), - [anon_sym_BANGis] = ACTIONS(4873), - [anon_sym_PLUS] = ACTIONS(4871), - [anon_sym_DASH] = ACTIONS(4871), - [anon_sym_SLASH] = ACTIONS(4871), - [anon_sym_PERCENT] = ACTIONS(4871), - [anon_sym_as_QMARK] = ACTIONS(4873), - [anon_sym_PLUS_PLUS] = ACTIONS(4873), - [anon_sym_DASH_DASH] = ACTIONS(4873), - [anon_sym_BANG] = ACTIONS(4871), - [anon_sym_BANG_BANG] = ACTIONS(4873), - [anon_sym_data] = ACTIONS(4871), - [anon_sym_inner] = ACTIONS(4871), - [anon_sym_expect] = ACTIONS(4871), - [anon_sym_actual] = ACTIONS(4871), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4873), - [anon_sym_continue_AT] = ACTIONS(4873), - [anon_sym_break_AT] = ACTIONS(4873), - [sym_real_literal] = ACTIONS(4873), - [sym_integer_literal] = ACTIONS(4871), - [sym_hex_literal] = ACTIONS(4873), - [sym_bin_literal] = ACTIONS(4873), - [anon_sym_true] = ACTIONS(4871), - [anon_sym_false] = ACTIONS(4871), - [anon_sym_SQUOTE] = ACTIONS(4873), - [sym__backtick_identifier] = ACTIONS(4873), - [sym__automatic_semicolon] = ACTIONS(4873), - [sym_safe_nav] = ACTIONS(4873), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4873), + [3340] = { + [sym__alpha_identifier] = ACTIONS(4919), + [anon_sym_AT] = ACTIONS(4921), + [anon_sym_LBRACK] = ACTIONS(4921), + [anon_sym_as] = ACTIONS(4919), + [anon_sym_EQ] = ACTIONS(4919), + [anon_sym_LBRACE] = ACTIONS(4921), + [anon_sym_RBRACE] = ACTIONS(4921), + [anon_sym_LPAREN] = ACTIONS(4921), + [anon_sym_COMMA] = ACTIONS(4921), + [anon_sym_LT] = ACTIONS(4919), + [anon_sym_GT] = ACTIONS(4919), + [anon_sym_where] = ACTIONS(4919), + [anon_sym_object] = ACTIONS(4919), + [anon_sym_fun] = ACTIONS(4919), + [anon_sym_DOT] = ACTIONS(4919), + [anon_sym_SEMI] = ACTIONS(4921), + [anon_sym_get] = ACTIONS(4919), + [anon_sym_set] = ACTIONS(4919), + [anon_sym_this] = ACTIONS(4919), + [anon_sym_super] = ACTIONS(4919), + [anon_sym_STAR] = ACTIONS(4919), + [sym_label] = ACTIONS(4919), + [anon_sym_in] = ACTIONS(4919), + [anon_sym_DOT_DOT] = ACTIONS(4921), + [anon_sym_QMARK_COLON] = ACTIONS(4921), + [anon_sym_AMP_AMP] = ACTIONS(4921), + [anon_sym_PIPE_PIPE] = ACTIONS(4921), + [anon_sym_null] = ACTIONS(4919), + [anon_sym_if] = ACTIONS(4919), + [anon_sym_else] = ACTIONS(4919), + [anon_sym_when] = ACTIONS(4919), + [anon_sym_try] = ACTIONS(4919), + [anon_sym_throw] = ACTIONS(4919), + [anon_sym_return] = ACTIONS(4919), + [anon_sym_continue] = ACTIONS(4919), + [anon_sym_break] = ACTIONS(4919), + [anon_sym_COLON_COLON] = ACTIONS(4921), + [anon_sym_PLUS_EQ] = ACTIONS(4921), + [anon_sym_DASH_EQ] = ACTIONS(4921), + [anon_sym_STAR_EQ] = ACTIONS(4921), + [anon_sym_SLASH_EQ] = ACTIONS(4921), + [anon_sym_PERCENT_EQ] = ACTIONS(4921), + [anon_sym_BANG_EQ] = ACTIONS(4919), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4921), + [anon_sym_EQ_EQ] = ACTIONS(4919), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4921), + [anon_sym_LT_EQ] = ACTIONS(4921), + [anon_sym_GT_EQ] = ACTIONS(4921), + [anon_sym_BANGin] = ACTIONS(4921), + [anon_sym_is] = ACTIONS(4919), + [anon_sym_BANGis] = ACTIONS(4921), + [anon_sym_PLUS] = ACTIONS(4919), + [anon_sym_DASH] = ACTIONS(4919), + [anon_sym_SLASH] = ACTIONS(4919), + [anon_sym_PERCENT] = ACTIONS(4919), + [anon_sym_as_QMARK] = ACTIONS(4921), + [anon_sym_PLUS_PLUS] = ACTIONS(4921), + [anon_sym_DASH_DASH] = ACTIONS(4921), + [anon_sym_BANG] = ACTIONS(4919), + [anon_sym_BANG_BANG] = ACTIONS(4921), + [anon_sym_data] = ACTIONS(4919), + [anon_sym_inner] = ACTIONS(4919), + [anon_sym_expect] = ACTIONS(4919), + [anon_sym_actual] = ACTIONS(4919), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4921), + [anon_sym_continue_AT] = ACTIONS(4921), + [anon_sym_break_AT] = ACTIONS(4921), + [sym_real_literal] = ACTIONS(4921), + [sym_integer_literal] = ACTIONS(4919), + [sym_hex_literal] = ACTIONS(4921), + [sym_bin_literal] = ACTIONS(4921), + [anon_sym_true] = ACTIONS(4919), + [anon_sym_false] = ACTIONS(4919), + [anon_sym_SQUOTE] = ACTIONS(4921), + [sym__backtick_identifier] = ACTIONS(4921), + [sym__automatic_semicolon] = ACTIONS(4921), + [sym_safe_nav] = ACTIONS(4921), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4921), }, - [3421] = { - [sym__alpha_identifier] = ACTIONS(4083), - [anon_sym_AT] = ACTIONS(4085), - [anon_sym_LBRACK] = ACTIONS(4085), - [anon_sym_as] = ACTIONS(4083), - [anon_sym_EQ] = ACTIONS(4083), - [anon_sym_LBRACE] = ACTIONS(4085), - [anon_sym_RBRACE] = ACTIONS(4085), - [anon_sym_LPAREN] = ACTIONS(4085), - [anon_sym_COMMA] = ACTIONS(4085), - [anon_sym_LT] = ACTIONS(4083), - [anon_sym_GT] = ACTIONS(4083), - [anon_sym_where] = ACTIONS(4083), - [anon_sym_object] = ACTIONS(4083), - [anon_sym_fun] = ACTIONS(4083), - [anon_sym_DOT] = ACTIONS(4083), - [anon_sym_SEMI] = ACTIONS(4085), - [anon_sym_get] = ACTIONS(4083), - [anon_sym_set] = ACTIONS(4083), - [anon_sym_this] = ACTIONS(4083), - [anon_sym_super] = ACTIONS(4083), - [anon_sym_STAR] = ACTIONS(4083), - [sym_label] = ACTIONS(4083), - [anon_sym_in] = ACTIONS(4083), - [anon_sym_DOT_DOT] = ACTIONS(4085), - [anon_sym_QMARK_COLON] = ACTIONS(4085), - [anon_sym_AMP_AMP] = ACTIONS(4085), - [anon_sym_PIPE_PIPE] = ACTIONS(4085), - [anon_sym_null] = ACTIONS(4083), - [anon_sym_if] = ACTIONS(4083), - [anon_sym_else] = ACTIONS(4083), - [anon_sym_when] = ACTIONS(4083), - [anon_sym_try] = ACTIONS(4083), - [anon_sym_throw] = ACTIONS(4083), - [anon_sym_return] = ACTIONS(4083), - [anon_sym_continue] = ACTIONS(4083), - [anon_sym_break] = ACTIONS(4083), - [anon_sym_COLON_COLON] = ACTIONS(4085), - [anon_sym_PLUS_EQ] = ACTIONS(4085), - [anon_sym_DASH_EQ] = ACTIONS(4085), - [anon_sym_STAR_EQ] = ACTIONS(4085), - [anon_sym_SLASH_EQ] = ACTIONS(4085), - [anon_sym_PERCENT_EQ] = ACTIONS(4085), - [anon_sym_BANG_EQ] = ACTIONS(4083), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4085), - [anon_sym_EQ_EQ] = ACTIONS(4083), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4085), - [anon_sym_LT_EQ] = ACTIONS(4085), - [anon_sym_GT_EQ] = ACTIONS(4085), - [anon_sym_BANGin] = ACTIONS(4085), - [anon_sym_is] = ACTIONS(4083), - [anon_sym_BANGis] = ACTIONS(4085), - [anon_sym_PLUS] = ACTIONS(4083), - [anon_sym_DASH] = ACTIONS(4083), - [anon_sym_SLASH] = ACTIONS(4083), - [anon_sym_PERCENT] = ACTIONS(4083), - [anon_sym_as_QMARK] = ACTIONS(4085), - [anon_sym_PLUS_PLUS] = ACTIONS(4085), - [anon_sym_DASH_DASH] = ACTIONS(4085), - [anon_sym_BANG] = ACTIONS(4083), - [anon_sym_BANG_BANG] = ACTIONS(4085), - [anon_sym_data] = ACTIONS(4083), - [anon_sym_inner] = ACTIONS(4083), - [anon_sym_expect] = ACTIONS(4083), - [anon_sym_actual] = ACTIONS(4083), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4085), - [anon_sym_continue_AT] = ACTIONS(4085), - [anon_sym_break_AT] = ACTIONS(4085), - [sym_real_literal] = ACTIONS(4085), - [sym_integer_literal] = ACTIONS(4083), - [sym_hex_literal] = ACTIONS(4085), - [sym_bin_literal] = ACTIONS(4085), - [anon_sym_true] = ACTIONS(4083), - [anon_sym_false] = ACTIONS(4083), - [anon_sym_SQUOTE] = ACTIONS(4085), - [sym__backtick_identifier] = ACTIONS(4085), - [sym__automatic_semicolon] = ACTIONS(4085), - [sym_safe_nav] = ACTIONS(4085), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4085), + [3341] = { + [sym__alpha_identifier] = ACTIONS(4720), + [anon_sym_AT] = ACTIONS(4722), + [anon_sym_LBRACK] = ACTIONS(4722), + [anon_sym_RBRACK] = ACTIONS(4722), + [anon_sym_as] = ACTIONS(4720), + [anon_sym_EQ] = ACTIONS(4720), + [anon_sym_LBRACE] = ACTIONS(4722), + [anon_sym_RBRACE] = ACTIONS(4722), + [anon_sym_LPAREN] = ACTIONS(4722), + [anon_sym_COMMA] = ACTIONS(4722), + [anon_sym_RPAREN] = ACTIONS(4722), + [anon_sym_LT] = ACTIONS(4720), + [anon_sym_GT] = ACTIONS(4720), + [anon_sym_where] = ACTIONS(4720), + [anon_sym_DOT] = ACTIONS(4720), + [anon_sym_SEMI] = ACTIONS(4722), + [anon_sym_get] = ACTIONS(4720), + [anon_sym_set] = ACTIONS(4720), + [anon_sym_STAR] = ACTIONS(4720), + [anon_sym_DASH_GT] = ACTIONS(4722), + [sym_label] = ACTIONS(4722), + [anon_sym_in] = ACTIONS(4720), + [anon_sym_while] = ACTIONS(4720), + [anon_sym_DOT_DOT] = ACTIONS(4722), + [anon_sym_QMARK_COLON] = ACTIONS(4722), + [anon_sym_AMP_AMP] = ACTIONS(4722), + [anon_sym_PIPE_PIPE] = ACTIONS(4722), + [anon_sym_else] = ACTIONS(4720), + [anon_sym_COLON_COLON] = ACTIONS(4722), + [anon_sym_PLUS_EQ] = ACTIONS(4722), + [anon_sym_DASH_EQ] = ACTIONS(4722), + [anon_sym_STAR_EQ] = ACTIONS(4722), + [anon_sym_SLASH_EQ] = ACTIONS(4722), + [anon_sym_PERCENT_EQ] = ACTIONS(4722), + [anon_sym_BANG_EQ] = ACTIONS(4720), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4722), + [anon_sym_EQ_EQ] = ACTIONS(4720), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4722), + [anon_sym_LT_EQ] = ACTIONS(4722), + [anon_sym_GT_EQ] = ACTIONS(4722), + [anon_sym_BANGin] = ACTIONS(4722), + [anon_sym_is] = ACTIONS(4720), + [anon_sym_BANGis] = ACTIONS(4722), + [anon_sym_PLUS] = ACTIONS(4720), + [anon_sym_DASH] = ACTIONS(4720), + [anon_sym_SLASH] = ACTIONS(4720), + [anon_sym_PERCENT] = ACTIONS(4720), + [anon_sym_as_QMARK] = ACTIONS(4722), + [anon_sym_PLUS_PLUS] = ACTIONS(4722), + [anon_sym_DASH_DASH] = ACTIONS(4722), + [anon_sym_BANG_BANG] = ACTIONS(4722), + [anon_sym_suspend] = ACTIONS(4720), + [anon_sym_sealed] = ACTIONS(4720), + [anon_sym_annotation] = ACTIONS(4720), + [anon_sym_data] = ACTIONS(4720), + [anon_sym_inner] = ACTIONS(4720), + [anon_sym_override] = ACTIONS(4720), + [anon_sym_lateinit] = ACTIONS(4720), + [anon_sym_public] = ACTIONS(4720), + [anon_sym_private] = ACTIONS(4720), + [anon_sym_internal] = ACTIONS(4720), + [anon_sym_protected] = ACTIONS(4720), + [anon_sym_tailrec] = ACTIONS(4720), + [anon_sym_operator] = ACTIONS(4720), + [anon_sym_infix] = ACTIONS(4720), + [anon_sym_inline] = ACTIONS(4720), + [anon_sym_external] = ACTIONS(4720), + [sym_property_modifier] = ACTIONS(4720), + [anon_sym_abstract] = ACTIONS(4720), + [anon_sym_final] = ACTIONS(4720), + [anon_sym_open] = ACTIONS(4720), + [anon_sym_vararg] = ACTIONS(4720), + [anon_sym_noinline] = ACTIONS(4720), + [anon_sym_crossinline] = ACTIONS(4720), + [anon_sym_expect] = ACTIONS(4720), + [anon_sym_actual] = ACTIONS(4720), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4722), + [sym_safe_nav] = ACTIONS(4722), + [sym_multiline_comment] = ACTIONS(3), }, - [3422] = { - [sym__alpha_identifier] = ACTIONS(4396), - [anon_sym_AT] = ACTIONS(4398), - [anon_sym_LBRACK] = ACTIONS(4398), - [anon_sym_as] = ACTIONS(4396), - [anon_sym_EQ] = ACTIONS(4851), - [anon_sym_LBRACE] = ACTIONS(4398), - [anon_sym_RBRACE] = ACTIONS(4398), - [anon_sym_LPAREN] = ACTIONS(4398), - [anon_sym_COMMA] = ACTIONS(4398), - [anon_sym_LT] = ACTIONS(4396), - [anon_sym_GT] = ACTIONS(4396), - [anon_sym_where] = ACTIONS(4396), - [anon_sym_object] = ACTIONS(4396), - [anon_sym_fun] = ACTIONS(4396), - [anon_sym_DOT] = ACTIONS(4396), - [anon_sym_SEMI] = ACTIONS(4398), - [anon_sym_get] = ACTIONS(4396), - [anon_sym_set] = ACTIONS(4396), - [anon_sym_this] = ACTIONS(4396), - [anon_sym_super] = ACTIONS(4396), - [anon_sym_STAR] = ACTIONS(4396), - [sym_label] = ACTIONS(4396), - [anon_sym_in] = ACTIONS(4396), - [anon_sym_DOT_DOT] = ACTIONS(4398), - [anon_sym_QMARK_COLON] = ACTIONS(4398), - [anon_sym_AMP_AMP] = ACTIONS(4398), - [anon_sym_PIPE_PIPE] = ACTIONS(4398), - [anon_sym_null] = ACTIONS(4396), - [anon_sym_if] = ACTIONS(4396), - [anon_sym_else] = ACTIONS(4396), - [anon_sym_when] = ACTIONS(4396), - [anon_sym_try] = ACTIONS(4396), - [anon_sym_throw] = ACTIONS(4396), - [anon_sym_return] = ACTIONS(4396), - [anon_sym_continue] = ACTIONS(4396), - [anon_sym_break] = ACTIONS(4396), - [anon_sym_COLON_COLON] = ACTIONS(4398), - [anon_sym_PLUS_EQ] = ACTIONS(4853), - [anon_sym_DASH_EQ] = ACTIONS(4853), - [anon_sym_STAR_EQ] = ACTIONS(4853), - [anon_sym_SLASH_EQ] = ACTIONS(4853), - [anon_sym_PERCENT_EQ] = ACTIONS(4853), - [anon_sym_BANG_EQ] = ACTIONS(4396), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4398), - [anon_sym_EQ_EQ] = ACTIONS(4396), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4398), - [anon_sym_LT_EQ] = ACTIONS(4398), - [anon_sym_GT_EQ] = ACTIONS(4398), - [anon_sym_BANGin] = ACTIONS(4398), - [anon_sym_is] = ACTIONS(4396), - [anon_sym_BANGis] = ACTIONS(4398), - [anon_sym_PLUS] = ACTIONS(4396), - [anon_sym_DASH] = ACTIONS(4396), - [anon_sym_SLASH] = ACTIONS(4396), - [anon_sym_PERCENT] = ACTIONS(4396), - [anon_sym_as_QMARK] = ACTIONS(4398), - [anon_sym_PLUS_PLUS] = ACTIONS(4398), - [anon_sym_DASH_DASH] = ACTIONS(4398), - [anon_sym_BANG] = ACTIONS(4396), - [anon_sym_BANG_BANG] = ACTIONS(4398), - [anon_sym_data] = ACTIONS(4396), - [anon_sym_inner] = ACTIONS(4396), - [anon_sym_expect] = ACTIONS(4396), - [anon_sym_actual] = ACTIONS(4396), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4398), - [anon_sym_continue_AT] = ACTIONS(4398), - [anon_sym_break_AT] = ACTIONS(4398), - [sym_real_literal] = ACTIONS(4398), - [sym_integer_literal] = ACTIONS(4396), - [sym_hex_literal] = ACTIONS(4398), - [sym_bin_literal] = ACTIONS(4398), - [anon_sym_true] = ACTIONS(4396), - [anon_sym_false] = ACTIONS(4396), - [anon_sym_SQUOTE] = ACTIONS(4398), - [sym__backtick_identifier] = ACTIONS(4398), - [sym__automatic_semicolon] = ACTIONS(4398), - [sym_safe_nav] = ACTIONS(4398), + [3342] = { + [sym__alpha_identifier] = ACTIONS(4416), + [anon_sym_AT] = ACTIONS(4418), + [anon_sym_LBRACK] = ACTIONS(4418), + [anon_sym_RBRACK] = ACTIONS(4418), + [anon_sym_as] = ACTIONS(4416), + [anon_sym_EQ] = ACTIONS(4416), + [anon_sym_LBRACE] = ACTIONS(4418), + [anon_sym_RBRACE] = ACTIONS(4418), + [anon_sym_LPAREN] = ACTIONS(4418), + [anon_sym_COMMA] = ACTIONS(4418), + [anon_sym_RPAREN] = ACTIONS(4418), + [anon_sym_LT] = ACTIONS(4416), + [anon_sym_GT] = ACTIONS(4416), + [anon_sym_where] = ACTIONS(4416), + [anon_sym_DOT] = ACTIONS(4416), + [anon_sym_SEMI] = ACTIONS(4418), + [anon_sym_get] = ACTIONS(4416), + [anon_sym_set] = ACTIONS(4416), + [anon_sym_STAR] = ACTIONS(4416), + [anon_sym_DASH_GT] = ACTIONS(4418), + [sym_label] = ACTIONS(4418), + [anon_sym_in] = ACTIONS(4416), + [anon_sym_while] = ACTIONS(4416), + [anon_sym_DOT_DOT] = ACTIONS(4418), + [anon_sym_QMARK_COLON] = ACTIONS(4418), + [anon_sym_AMP_AMP] = ACTIONS(4418), + [anon_sym_PIPE_PIPE] = ACTIONS(4418), + [anon_sym_else] = ACTIONS(4416), + [anon_sym_COLON_COLON] = ACTIONS(4418), + [anon_sym_PLUS_EQ] = ACTIONS(4418), + [anon_sym_DASH_EQ] = ACTIONS(4418), + [anon_sym_STAR_EQ] = ACTIONS(4418), + [anon_sym_SLASH_EQ] = ACTIONS(4418), + [anon_sym_PERCENT_EQ] = ACTIONS(4418), + [anon_sym_BANG_EQ] = ACTIONS(4416), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4418), + [anon_sym_EQ_EQ] = ACTIONS(4416), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4418), + [anon_sym_LT_EQ] = ACTIONS(4418), + [anon_sym_GT_EQ] = ACTIONS(4418), + [anon_sym_BANGin] = ACTIONS(4418), + [anon_sym_is] = ACTIONS(4416), + [anon_sym_BANGis] = ACTIONS(4418), + [anon_sym_PLUS] = ACTIONS(4416), + [anon_sym_DASH] = ACTIONS(4416), + [anon_sym_SLASH] = ACTIONS(4416), + [anon_sym_PERCENT] = ACTIONS(4416), + [anon_sym_as_QMARK] = ACTIONS(4418), + [anon_sym_PLUS_PLUS] = ACTIONS(4418), + [anon_sym_DASH_DASH] = ACTIONS(4418), + [anon_sym_BANG_BANG] = ACTIONS(4418), + [anon_sym_suspend] = ACTIONS(4416), + [anon_sym_sealed] = ACTIONS(4416), + [anon_sym_annotation] = ACTIONS(4416), + [anon_sym_data] = ACTIONS(4416), + [anon_sym_inner] = ACTIONS(4416), + [anon_sym_override] = ACTIONS(4416), + [anon_sym_lateinit] = ACTIONS(4416), + [anon_sym_public] = ACTIONS(4416), + [anon_sym_private] = ACTIONS(4416), + [anon_sym_internal] = ACTIONS(4416), + [anon_sym_protected] = ACTIONS(4416), + [anon_sym_tailrec] = ACTIONS(4416), + [anon_sym_operator] = ACTIONS(4416), + [anon_sym_infix] = ACTIONS(4416), + [anon_sym_inline] = ACTIONS(4416), + [anon_sym_external] = ACTIONS(4416), + [sym_property_modifier] = ACTIONS(4416), + [anon_sym_abstract] = ACTIONS(4416), + [anon_sym_final] = ACTIONS(4416), + [anon_sym_open] = ACTIONS(4416), + [anon_sym_vararg] = ACTIONS(4416), + [anon_sym_noinline] = ACTIONS(4416), + [anon_sym_crossinline] = ACTIONS(4416), + [anon_sym_expect] = ACTIONS(4416), + [anon_sym_actual] = ACTIONS(4416), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4418), + [sym_safe_nav] = ACTIONS(4418), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4398), }, - [3423] = { - [sym_function_body] = STATE(3288), - [sym__block] = STATE(3245), - [sym__alpha_identifier] = ACTIONS(4083), - [anon_sym_AT] = ACTIONS(4085), - [anon_sym_LBRACK] = ACTIONS(4085), - [anon_sym_as] = ACTIONS(4083), - [anon_sym_EQ] = ACTIONS(6265), - [anon_sym_LBRACE] = ACTIONS(6220), - [anon_sym_RBRACE] = ACTIONS(4085), - [anon_sym_LPAREN] = ACTIONS(4085), - [anon_sym_LT] = ACTIONS(4083), - [anon_sym_GT] = ACTIONS(4083), - [anon_sym_object] = ACTIONS(4083), - [anon_sym_fun] = ACTIONS(4083), - [anon_sym_DOT] = ACTIONS(4083), - [anon_sym_SEMI] = ACTIONS(4085), - [anon_sym_get] = ACTIONS(4083), - [anon_sym_set] = ACTIONS(4083), - [anon_sym_this] = ACTIONS(4083), - [anon_sym_super] = ACTIONS(4083), - [anon_sym_STAR] = ACTIONS(4083), - [sym_label] = ACTIONS(4083), - [anon_sym_in] = ACTIONS(4083), - [anon_sym_DOT_DOT] = ACTIONS(4085), - [anon_sym_QMARK_COLON] = ACTIONS(4085), - [anon_sym_AMP_AMP] = ACTIONS(4085), - [anon_sym_PIPE_PIPE] = ACTIONS(4085), - [anon_sym_null] = ACTIONS(4083), - [anon_sym_if] = ACTIONS(4083), - [anon_sym_else] = ACTIONS(4083), - [anon_sym_when] = ACTIONS(4083), - [anon_sym_try] = ACTIONS(4083), - [anon_sym_throw] = ACTIONS(4083), - [anon_sym_return] = ACTIONS(4083), - [anon_sym_continue] = ACTIONS(4083), - [anon_sym_break] = ACTIONS(4083), - [anon_sym_COLON_COLON] = ACTIONS(4085), - [anon_sym_PLUS_EQ] = ACTIONS(4085), - [anon_sym_DASH_EQ] = ACTIONS(4085), - [anon_sym_STAR_EQ] = ACTIONS(4085), - [anon_sym_SLASH_EQ] = ACTIONS(4085), - [anon_sym_PERCENT_EQ] = ACTIONS(4085), - [anon_sym_BANG_EQ] = ACTIONS(4083), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4085), - [anon_sym_EQ_EQ] = ACTIONS(4083), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4085), - [anon_sym_LT_EQ] = ACTIONS(4085), - [anon_sym_GT_EQ] = ACTIONS(4085), - [anon_sym_BANGin] = ACTIONS(4085), - [anon_sym_is] = ACTIONS(4083), - [anon_sym_BANGis] = ACTIONS(4085), - [anon_sym_PLUS] = ACTIONS(4083), - [anon_sym_DASH] = ACTIONS(4083), - [anon_sym_SLASH] = ACTIONS(4083), - [anon_sym_PERCENT] = ACTIONS(4083), - [anon_sym_as_QMARK] = ACTIONS(4085), - [anon_sym_PLUS_PLUS] = ACTIONS(4085), - [anon_sym_DASH_DASH] = ACTIONS(4085), - [anon_sym_BANG] = ACTIONS(4083), - [anon_sym_BANG_BANG] = ACTIONS(4085), - [anon_sym_data] = ACTIONS(4083), - [anon_sym_inner] = ACTIONS(4083), - [anon_sym_expect] = ACTIONS(4083), - [anon_sym_actual] = ACTIONS(4083), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4085), - [anon_sym_continue_AT] = ACTIONS(4085), - [anon_sym_break_AT] = ACTIONS(4085), - [sym_real_literal] = ACTIONS(4085), - [sym_integer_literal] = ACTIONS(4083), - [sym_hex_literal] = ACTIONS(4085), - [sym_bin_literal] = ACTIONS(4085), - [anon_sym_true] = ACTIONS(4083), - [anon_sym_false] = ACTIONS(4083), - [anon_sym_SQUOTE] = ACTIONS(4085), - [sym__backtick_identifier] = ACTIONS(4085), - [sym__automatic_semicolon] = ACTIONS(4085), - [sym_safe_nav] = ACTIONS(4085), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4085), + [3343] = { + [sym__alpha_identifier] = ACTIONS(3278), + [anon_sym_AT] = ACTIONS(3280), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_RBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_EQ] = ACTIONS(3278), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_COMMA] = ACTIONS(3280), + [anon_sym_RPAREN] = ACTIONS(3280), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_where] = ACTIONS(3278), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(3280), + [anon_sym_get] = ACTIONS(3278), + [anon_sym_set] = ACTIONS(3278), + [anon_sym_STAR] = ACTIONS(3278), + [anon_sym_DASH_GT] = ACTIONS(3280), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_while] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_PLUS_EQ] = ACTIONS(3280), + [anon_sym_DASH_EQ] = ACTIONS(3280), + [anon_sym_STAR_EQ] = ACTIONS(3280), + [anon_sym_SLASH_EQ] = ACTIONS(3280), + [anon_sym_PERCENT_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3278), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3280), + [anon_sym_suspend] = ACTIONS(3278), + [anon_sym_sealed] = ACTIONS(3278), + [anon_sym_annotation] = ACTIONS(3278), + [anon_sym_data] = ACTIONS(3278), + [anon_sym_inner] = ACTIONS(3278), + [anon_sym_override] = ACTIONS(3278), + [anon_sym_lateinit] = ACTIONS(3278), + [anon_sym_public] = ACTIONS(3278), + [anon_sym_private] = ACTIONS(3278), + [anon_sym_internal] = ACTIONS(3278), + [anon_sym_protected] = ACTIONS(3278), + [anon_sym_tailrec] = ACTIONS(3278), + [anon_sym_operator] = ACTIONS(3278), + [anon_sym_infix] = ACTIONS(3278), + [anon_sym_inline] = ACTIONS(3278), + [anon_sym_external] = ACTIONS(3278), + [sym_property_modifier] = ACTIONS(3278), + [anon_sym_abstract] = ACTIONS(3278), + [anon_sym_final] = ACTIONS(3278), + [anon_sym_open] = ACTIONS(3278), + [anon_sym_vararg] = ACTIONS(3278), + [anon_sym_noinline] = ACTIONS(3278), + [anon_sym_crossinline] = ACTIONS(3278), + [anon_sym_expect] = ACTIONS(3278), + [anon_sym_actual] = ACTIONS(3278), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), + [sym_multiline_comment] = ACTIONS(3), }, - [3424] = { + [3344] = { [sym__alpha_identifier] = ACTIONS(5027), [anon_sym_AT] = ACTIONS(5029), [anon_sym_LBRACK] = ACTIONS(5029), - [anon_sym_RBRACK] = ACTIONS(5029), [anon_sym_as] = ACTIONS(5027), [anon_sym_EQ] = ACTIONS(5027), [anon_sym_LBRACE] = ACTIONS(5029), [anon_sym_RBRACE] = ACTIONS(5029), [anon_sym_LPAREN] = ACTIONS(5029), [anon_sym_COMMA] = ACTIONS(5029), - [anon_sym_RPAREN] = ACTIONS(5029), [anon_sym_LT] = ACTIONS(5027), [anon_sym_GT] = ACTIONS(5027), [anon_sym_where] = ACTIONS(5027), + [anon_sym_object] = ACTIONS(5027), + [anon_sym_fun] = ACTIONS(5027), [anon_sym_DOT] = ACTIONS(5027), [anon_sym_SEMI] = ACTIONS(5029), [anon_sym_get] = ACTIONS(5027), [anon_sym_set] = ACTIONS(5027), + [anon_sym_this] = ACTIONS(5027), + [anon_sym_super] = ACTIONS(5027), [anon_sym_STAR] = ACTIONS(5027), - [anon_sym_DASH_GT] = ACTIONS(5029), - [sym_label] = ACTIONS(5029), + [sym_label] = ACTIONS(5027), [anon_sym_in] = ACTIONS(5027), - [anon_sym_while] = ACTIONS(5027), [anon_sym_DOT_DOT] = ACTIONS(5029), [anon_sym_QMARK_COLON] = ACTIONS(5029), [anon_sym_AMP_AMP] = ACTIONS(5029), [anon_sym_PIPE_PIPE] = ACTIONS(5029), + [anon_sym_null] = ACTIONS(5027), + [anon_sym_if] = ACTIONS(5027), [anon_sym_else] = ACTIONS(5027), + [anon_sym_when] = ACTIONS(5027), + [anon_sym_try] = ACTIONS(5027), + [anon_sym_throw] = ACTIONS(5027), + [anon_sym_return] = ACTIONS(5027), + [anon_sym_continue] = ACTIONS(5027), + [anon_sym_break] = ACTIONS(5027), [anon_sym_COLON_COLON] = ACTIONS(5029), [anon_sym_PLUS_EQ] = ACTIONS(5029), [anon_sym_DASH_EQ] = ACTIONS(5029), @@ -376624,2170 +370222,850 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(5029), [anon_sym_PLUS_PLUS] = ACTIONS(5029), [anon_sym_DASH_DASH] = ACTIONS(5029), + [anon_sym_BANG] = ACTIONS(5027), [anon_sym_BANG_BANG] = ACTIONS(5029), - [anon_sym_suspend] = ACTIONS(5027), - [anon_sym_sealed] = ACTIONS(5027), - [anon_sym_annotation] = ACTIONS(5027), [anon_sym_data] = ACTIONS(5027), [anon_sym_inner] = ACTIONS(5027), - [anon_sym_override] = ACTIONS(5027), - [anon_sym_lateinit] = ACTIONS(5027), - [anon_sym_public] = ACTIONS(5027), - [anon_sym_private] = ACTIONS(5027), - [anon_sym_internal] = ACTIONS(5027), - [anon_sym_protected] = ACTIONS(5027), - [anon_sym_tailrec] = ACTIONS(5027), - [anon_sym_operator] = ACTIONS(5027), - [anon_sym_infix] = ACTIONS(5027), - [anon_sym_inline] = ACTIONS(5027), - [anon_sym_external] = ACTIONS(5027), - [sym_property_modifier] = ACTIONS(5027), - [anon_sym_abstract] = ACTIONS(5027), - [anon_sym_final] = ACTIONS(5027), - [anon_sym_open] = ACTIONS(5027), - [anon_sym_vararg] = ACTIONS(5027), - [anon_sym_noinline] = ACTIONS(5027), - [anon_sym_crossinline] = ACTIONS(5027), [anon_sym_expect] = ACTIONS(5027), [anon_sym_actual] = ACTIONS(5027), [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5029), + [anon_sym_continue_AT] = ACTIONS(5029), + [anon_sym_break_AT] = ACTIONS(5029), + [sym_real_literal] = ACTIONS(5029), + [sym_integer_literal] = ACTIONS(5027), + [sym_hex_literal] = ACTIONS(5029), + [sym_bin_literal] = ACTIONS(5029), + [anon_sym_true] = ACTIONS(5027), + [anon_sym_false] = ACTIONS(5027), + [anon_sym_SQUOTE] = ACTIONS(5029), [sym__backtick_identifier] = ACTIONS(5029), + [sym__automatic_semicolon] = ACTIONS(5029), [sym_safe_nav] = ACTIONS(5029), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5029), }, - [3425] = { - [sym__alpha_identifier] = ACTIONS(1694), - [anon_sym_AT] = ACTIONS(1696), - [anon_sym_LBRACK] = ACTIONS(1696), - [anon_sym_as] = ACTIONS(1694), - [anon_sym_EQ] = ACTIONS(1694), - [anon_sym_LBRACE] = ACTIONS(1696), - [anon_sym_RBRACE] = ACTIONS(1696), - [anon_sym_LPAREN] = ACTIONS(1696), - [anon_sym_COMMA] = ACTIONS(1696), - [anon_sym_LT] = ACTIONS(1694), - [anon_sym_GT] = ACTIONS(1694), - [anon_sym_where] = ACTIONS(1694), - [anon_sym_object] = ACTIONS(1694), - [anon_sym_fun] = ACTIONS(1694), - [anon_sym_DOT] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(1696), - [anon_sym_get] = ACTIONS(1694), - [anon_sym_set] = ACTIONS(1694), - [anon_sym_this] = ACTIONS(1694), - [anon_sym_super] = ACTIONS(1694), - [anon_sym_STAR] = ACTIONS(1694), - [sym_label] = ACTIONS(1694), - [anon_sym_in] = ACTIONS(1694), - [anon_sym_DOT_DOT] = ACTIONS(1696), - [anon_sym_QMARK_COLON] = ACTIONS(1696), - [anon_sym_AMP_AMP] = ACTIONS(1696), - [anon_sym_PIPE_PIPE] = ACTIONS(1696), - [anon_sym_null] = ACTIONS(1694), - [anon_sym_if] = ACTIONS(1694), - [anon_sym_else] = ACTIONS(1694), - [anon_sym_when] = ACTIONS(1694), - [anon_sym_try] = ACTIONS(1694), - [anon_sym_throw] = ACTIONS(1694), - [anon_sym_return] = ACTIONS(1694), - [anon_sym_continue] = ACTIONS(1694), - [anon_sym_break] = ACTIONS(1694), - [anon_sym_COLON_COLON] = ACTIONS(1696), - [anon_sym_PLUS_EQ] = ACTIONS(1696), - [anon_sym_DASH_EQ] = ACTIONS(1696), - [anon_sym_STAR_EQ] = ACTIONS(1696), - [anon_sym_SLASH_EQ] = ACTIONS(1696), - [anon_sym_PERCENT_EQ] = ACTIONS(1696), - [anon_sym_BANG_EQ] = ACTIONS(1694), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), - [anon_sym_EQ_EQ] = ACTIONS(1694), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), - [anon_sym_LT_EQ] = ACTIONS(1696), - [anon_sym_GT_EQ] = ACTIONS(1696), - [anon_sym_BANGin] = ACTIONS(1696), - [anon_sym_is] = ACTIONS(1694), - [anon_sym_BANGis] = ACTIONS(1696), - [anon_sym_PLUS] = ACTIONS(1694), - [anon_sym_DASH] = ACTIONS(1694), - [anon_sym_SLASH] = ACTIONS(1694), - [anon_sym_PERCENT] = ACTIONS(1694), - [anon_sym_as_QMARK] = ACTIONS(1696), - [anon_sym_PLUS_PLUS] = ACTIONS(1696), - [anon_sym_DASH_DASH] = ACTIONS(1696), - [anon_sym_BANG] = ACTIONS(1694), - [anon_sym_BANG_BANG] = ACTIONS(1696), - [anon_sym_data] = ACTIONS(1694), - [anon_sym_inner] = ACTIONS(1694), - [anon_sym_expect] = ACTIONS(1694), - [anon_sym_actual] = ACTIONS(1694), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1696), - [anon_sym_continue_AT] = ACTIONS(1696), - [anon_sym_break_AT] = ACTIONS(1696), - [sym_real_literal] = ACTIONS(1696), - [sym_integer_literal] = ACTIONS(1694), - [sym_hex_literal] = ACTIONS(1696), - [sym_bin_literal] = ACTIONS(1696), - [anon_sym_true] = ACTIONS(1694), - [anon_sym_false] = ACTIONS(1694), - [anon_sym_SQUOTE] = ACTIONS(1696), - [sym__backtick_identifier] = ACTIONS(1696), - [sym__automatic_semicolon] = ACTIONS(1696), - [sym_safe_nav] = ACTIONS(1696), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1696), - }, - [3426] = { - [sym__alpha_identifier] = ACTIONS(4829), - [anon_sym_AT] = ACTIONS(4831), - [anon_sym_LBRACK] = ACTIONS(4831), - [anon_sym_as] = ACTIONS(4829), - [anon_sym_EQ] = ACTIONS(4829), - [anon_sym_LBRACE] = ACTIONS(4831), - [anon_sym_RBRACE] = ACTIONS(4831), - [anon_sym_LPAREN] = ACTIONS(4831), - [anon_sym_COMMA] = ACTIONS(4831), - [anon_sym_LT] = ACTIONS(4829), - [anon_sym_GT] = ACTIONS(4829), - [anon_sym_where] = ACTIONS(4829), - [anon_sym_object] = ACTIONS(4829), - [anon_sym_fun] = ACTIONS(4829), - [anon_sym_DOT] = ACTIONS(4829), - [anon_sym_SEMI] = ACTIONS(4831), - [anon_sym_get] = ACTIONS(4829), - [anon_sym_set] = ACTIONS(4829), - [anon_sym_this] = ACTIONS(4829), - [anon_sym_super] = ACTIONS(4829), - [anon_sym_STAR] = ACTIONS(4829), - [sym_label] = ACTIONS(4829), - [anon_sym_in] = ACTIONS(4829), - [anon_sym_DOT_DOT] = ACTIONS(4831), - [anon_sym_QMARK_COLON] = ACTIONS(4831), - [anon_sym_AMP_AMP] = ACTIONS(4831), - [anon_sym_PIPE_PIPE] = ACTIONS(4831), - [anon_sym_null] = ACTIONS(4829), - [anon_sym_if] = ACTIONS(4829), - [anon_sym_else] = ACTIONS(4829), - [anon_sym_when] = ACTIONS(4829), - [anon_sym_try] = ACTIONS(4829), - [anon_sym_throw] = ACTIONS(4829), - [anon_sym_return] = ACTIONS(4829), - [anon_sym_continue] = ACTIONS(4829), - [anon_sym_break] = ACTIONS(4829), - [anon_sym_COLON_COLON] = ACTIONS(4831), - [anon_sym_PLUS_EQ] = ACTIONS(4831), - [anon_sym_DASH_EQ] = ACTIONS(4831), - [anon_sym_STAR_EQ] = ACTIONS(4831), - [anon_sym_SLASH_EQ] = ACTIONS(4831), - [anon_sym_PERCENT_EQ] = ACTIONS(4831), - [anon_sym_BANG_EQ] = ACTIONS(4829), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4831), - [anon_sym_EQ_EQ] = ACTIONS(4829), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4831), - [anon_sym_LT_EQ] = ACTIONS(4831), - [anon_sym_GT_EQ] = ACTIONS(4831), - [anon_sym_BANGin] = ACTIONS(4831), - [anon_sym_is] = ACTIONS(4829), - [anon_sym_BANGis] = ACTIONS(4831), - [anon_sym_PLUS] = ACTIONS(4829), - [anon_sym_DASH] = ACTIONS(4829), - [anon_sym_SLASH] = ACTIONS(4829), - [anon_sym_PERCENT] = ACTIONS(4829), - [anon_sym_as_QMARK] = ACTIONS(4831), - [anon_sym_PLUS_PLUS] = ACTIONS(4831), - [anon_sym_DASH_DASH] = ACTIONS(4831), - [anon_sym_BANG] = ACTIONS(4829), - [anon_sym_BANG_BANG] = ACTIONS(4831), - [anon_sym_data] = ACTIONS(4829), - [anon_sym_inner] = ACTIONS(4829), - [anon_sym_expect] = ACTIONS(4829), - [anon_sym_actual] = ACTIONS(4829), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4831), - [anon_sym_continue_AT] = ACTIONS(4831), - [anon_sym_break_AT] = ACTIONS(4831), - [sym_real_literal] = ACTIONS(4831), - [sym_integer_literal] = ACTIONS(4829), - [sym_hex_literal] = ACTIONS(4831), - [sym_bin_literal] = ACTIONS(4831), - [anon_sym_true] = ACTIONS(4829), - [anon_sym_false] = ACTIONS(4829), - [anon_sym_SQUOTE] = ACTIONS(4831), - [sym__backtick_identifier] = ACTIONS(4831), - [sym__automatic_semicolon] = ACTIONS(4831), - [sym_safe_nav] = ACTIONS(4831), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4831), - }, - [3427] = { - [sym__alpha_identifier] = ACTIONS(4825), - [anon_sym_AT] = ACTIONS(4827), - [anon_sym_LBRACK] = ACTIONS(4827), - [anon_sym_as] = ACTIONS(4825), - [anon_sym_EQ] = ACTIONS(4825), - [anon_sym_LBRACE] = ACTIONS(4827), - [anon_sym_RBRACE] = ACTIONS(4827), - [anon_sym_LPAREN] = ACTIONS(4827), - [anon_sym_COMMA] = ACTIONS(4827), - [anon_sym_LT] = ACTIONS(4825), - [anon_sym_GT] = ACTIONS(4825), - [anon_sym_where] = ACTIONS(4825), - [anon_sym_object] = ACTIONS(4825), - [anon_sym_fun] = ACTIONS(4825), - [anon_sym_DOT] = ACTIONS(4825), - [anon_sym_SEMI] = ACTIONS(4827), - [anon_sym_get] = ACTIONS(4825), - [anon_sym_set] = ACTIONS(4825), - [anon_sym_this] = ACTIONS(4825), - [anon_sym_super] = ACTIONS(4825), - [anon_sym_STAR] = ACTIONS(4825), - [sym_label] = ACTIONS(4825), - [anon_sym_in] = ACTIONS(4825), - [anon_sym_DOT_DOT] = ACTIONS(4827), - [anon_sym_QMARK_COLON] = ACTIONS(4827), - [anon_sym_AMP_AMP] = ACTIONS(4827), - [anon_sym_PIPE_PIPE] = ACTIONS(4827), - [anon_sym_null] = ACTIONS(4825), - [anon_sym_if] = ACTIONS(4825), - [anon_sym_else] = ACTIONS(4825), - [anon_sym_when] = ACTIONS(4825), - [anon_sym_try] = ACTIONS(4825), - [anon_sym_throw] = ACTIONS(4825), - [anon_sym_return] = ACTIONS(4825), - [anon_sym_continue] = ACTIONS(4825), - [anon_sym_break] = ACTIONS(4825), - [anon_sym_COLON_COLON] = ACTIONS(4827), - [anon_sym_PLUS_EQ] = ACTIONS(4827), - [anon_sym_DASH_EQ] = ACTIONS(4827), - [anon_sym_STAR_EQ] = ACTIONS(4827), - [anon_sym_SLASH_EQ] = ACTIONS(4827), - [anon_sym_PERCENT_EQ] = ACTIONS(4827), - [anon_sym_BANG_EQ] = ACTIONS(4825), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4827), - [anon_sym_EQ_EQ] = ACTIONS(4825), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4827), - [anon_sym_LT_EQ] = ACTIONS(4827), - [anon_sym_GT_EQ] = ACTIONS(4827), - [anon_sym_BANGin] = ACTIONS(4827), - [anon_sym_is] = ACTIONS(4825), - [anon_sym_BANGis] = ACTIONS(4827), - [anon_sym_PLUS] = ACTIONS(4825), - [anon_sym_DASH] = ACTIONS(4825), - [anon_sym_SLASH] = ACTIONS(4825), - [anon_sym_PERCENT] = ACTIONS(4825), - [anon_sym_as_QMARK] = ACTIONS(4827), - [anon_sym_PLUS_PLUS] = ACTIONS(4827), - [anon_sym_DASH_DASH] = ACTIONS(4827), - [anon_sym_BANG] = ACTIONS(4825), - [anon_sym_BANG_BANG] = ACTIONS(4827), - [anon_sym_data] = ACTIONS(4825), - [anon_sym_inner] = ACTIONS(4825), - [anon_sym_expect] = ACTIONS(4825), - [anon_sym_actual] = ACTIONS(4825), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4827), - [anon_sym_continue_AT] = ACTIONS(4827), - [anon_sym_break_AT] = ACTIONS(4827), - [sym_real_literal] = ACTIONS(4827), - [sym_integer_literal] = ACTIONS(4825), - [sym_hex_literal] = ACTIONS(4827), - [sym_bin_literal] = ACTIONS(4827), - [anon_sym_true] = ACTIONS(4825), - [anon_sym_false] = ACTIONS(4825), - [anon_sym_SQUOTE] = ACTIONS(4827), - [sym__backtick_identifier] = ACTIONS(4827), - [sym__automatic_semicolon] = ACTIONS(4827), - [sym_safe_nav] = ACTIONS(4827), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4827), - }, - [3428] = { - [sym__alpha_identifier] = ACTIONS(4336), - [anon_sym_AT] = ACTIONS(4338), - [anon_sym_LBRACK] = ACTIONS(4338), - [anon_sym_as] = ACTIONS(4336), - [anon_sym_EQ] = ACTIONS(4336), - [anon_sym_LBRACE] = ACTIONS(4338), - [anon_sym_RBRACE] = ACTIONS(4338), - [anon_sym_LPAREN] = ACTIONS(4338), - [anon_sym_COMMA] = ACTIONS(4338), - [anon_sym_LT] = ACTIONS(4336), - [anon_sym_GT] = ACTIONS(4336), - [anon_sym_where] = ACTIONS(4336), - [anon_sym_object] = ACTIONS(4336), - [anon_sym_fun] = ACTIONS(4336), - [anon_sym_DOT] = ACTIONS(4336), - [anon_sym_SEMI] = ACTIONS(4338), - [anon_sym_get] = ACTIONS(4336), - [anon_sym_set] = ACTIONS(4336), - [anon_sym_this] = ACTIONS(4336), - [anon_sym_super] = ACTIONS(4336), - [anon_sym_STAR] = ACTIONS(4336), - [sym_label] = ACTIONS(4336), - [anon_sym_in] = ACTIONS(4336), - [anon_sym_DOT_DOT] = ACTIONS(4338), - [anon_sym_QMARK_COLON] = ACTIONS(4338), - [anon_sym_AMP_AMP] = ACTIONS(4338), - [anon_sym_PIPE_PIPE] = ACTIONS(4338), - [anon_sym_null] = ACTIONS(4336), - [anon_sym_if] = ACTIONS(4336), - [anon_sym_else] = ACTIONS(4336), - [anon_sym_when] = ACTIONS(4336), - [anon_sym_try] = ACTIONS(4336), - [anon_sym_throw] = ACTIONS(4336), - [anon_sym_return] = ACTIONS(4336), - [anon_sym_continue] = ACTIONS(4336), - [anon_sym_break] = ACTIONS(4336), - [anon_sym_COLON_COLON] = ACTIONS(4338), - [anon_sym_PLUS_EQ] = ACTIONS(4338), - [anon_sym_DASH_EQ] = ACTIONS(4338), - [anon_sym_STAR_EQ] = ACTIONS(4338), - [anon_sym_SLASH_EQ] = ACTIONS(4338), - [anon_sym_PERCENT_EQ] = ACTIONS(4338), - [anon_sym_BANG_EQ] = ACTIONS(4336), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4338), - [anon_sym_EQ_EQ] = ACTIONS(4336), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4338), - [anon_sym_LT_EQ] = ACTIONS(4338), - [anon_sym_GT_EQ] = ACTIONS(4338), - [anon_sym_BANGin] = ACTIONS(4338), - [anon_sym_is] = ACTIONS(4336), - [anon_sym_BANGis] = ACTIONS(4338), - [anon_sym_PLUS] = ACTIONS(4336), - [anon_sym_DASH] = ACTIONS(4336), - [anon_sym_SLASH] = ACTIONS(4336), - [anon_sym_PERCENT] = ACTIONS(4336), - [anon_sym_as_QMARK] = ACTIONS(4338), - [anon_sym_PLUS_PLUS] = ACTIONS(4338), - [anon_sym_DASH_DASH] = ACTIONS(4338), - [anon_sym_BANG] = ACTIONS(4336), - [anon_sym_BANG_BANG] = ACTIONS(4338), - [anon_sym_data] = ACTIONS(4336), - [anon_sym_inner] = ACTIONS(4336), - [anon_sym_expect] = ACTIONS(4336), - [anon_sym_actual] = ACTIONS(4336), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4338), - [anon_sym_continue_AT] = ACTIONS(4338), - [anon_sym_break_AT] = ACTIONS(4338), - [sym_real_literal] = ACTIONS(4338), - [sym_integer_literal] = ACTIONS(4336), - [sym_hex_literal] = ACTIONS(4338), - [sym_bin_literal] = ACTIONS(4338), - [anon_sym_true] = ACTIONS(4336), - [anon_sym_false] = ACTIONS(4336), - [anon_sym_SQUOTE] = ACTIONS(4338), - [sym__backtick_identifier] = ACTIONS(4338), - [sym__automatic_semicolon] = ACTIONS(4338), - [sym_safe_nav] = ACTIONS(4338), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4338), - }, - [3429] = { - [sym__alpha_identifier] = ACTIONS(3854), - [anon_sym_AT] = ACTIONS(3856), - [anon_sym_LBRACK] = ACTIONS(3856), - [anon_sym_as] = ACTIONS(3854), - [anon_sym_EQ] = ACTIONS(3854), - [anon_sym_LBRACE] = ACTIONS(3856), - [anon_sym_RBRACE] = ACTIONS(3856), - [anon_sym_LPAREN] = ACTIONS(3856), - [anon_sym_COMMA] = ACTIONS(3856), - [anon_sym_LT] = ACTIONS(3854), - [anon_sym_GT] = ACTIONS(3854), - [anon_sym_where] = ACTIONS(3854), - [anon_sym_object] = ACTIONS(3854), - [anon_sym_fun] = ACTIONS(3854), - [anon_sym_DOT] = ACTIONS(3854), - [anon_sym_SEMI] = ACTIONS(3856), - [anon_sym_get] = ACTIONS(3854), - [anon_sym_set] = ACTIONS(3854), - [anon_sym_this] = ACTIONS(3854), - [anon_sym_super] = ACTIONS(3854), - [anon_sym_STAR] = ACTIONS(3854), - [sym_label] = ACTIONS(3854), - [anon_sym_in] = ACTIONS(3854), - [anon_sym_DOT_DOT] = ACTIONS(3856), - [anon_sym_QMARK_COLON] = ACTIONS(3856), - [anon_sym_AMP_AMP] = ACTIONS(3856), - [anon_sym_PIPE_PIPE] = ACTIONS(3856), - [anon_sym_null] = ACTIONS(3854), - [anon_sym_if] = ACTIONS(3854), - [anon_sym_else] = ACTIONS(3854), - [anon_sym_when] = ACTIONS(3854), - [anon_sym_try] = ACTIONS(3854), - [anon_sym_throw] = ACTIONS(3854), - [anon_sym_return] = ACTIONS(3854), - [anon_sym_continue] = ACTIONS(3854), - [anon_sym_break] = ACTIONS(3854), - [anon_sym_COLON_COLON] = ACTIONS(3856), - [anon_sym_PLUS_EQ] = ACTIONS(3856), - [anon_sym_DASH_EQ] = ACTIONS(3856), - [anon_sym_STAR_EQ] = ACTIONS(3856), - [anon_sym_SLASH_EQ] = ACTIONS(3856), - [anon_sym_PERCENT_EQ] = ACTIONS(3856), - [anon_sym_BANG_EQ] = ACTIONS(3854), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3856), - [anon_sym_EQ_EQ] = ACTIONS(3854), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3856), - [anon_sym_LT_EQ] = ACTIONS(3856), - [anon_sym_GT_EQ] = ACTIONS(3856), - [anon_sym_BANGin] = ACTIONS(3856), - [anon_sym_is] = ACTIONS(3854), - [anon_sym_BANGis] = ACTIONS(3856), - [anon_sym_PLUS] = ACTIONS(3854), - [anon_sym_DASH] = ACTIONS(3854), - [anon_sym_SLASH] = ACTIONS(3854), - [anon_sym_PERCENT] = ACTIONS(3854), - [anon_sym_as_QMARK] = ACTIONS(3856), - [anon_sym_PLUS_PLUS] = ACTIONS(3856), - [anon_sym_DASH_DASH] = ACTIONS(3856), - [anon_sym_BANG] = ACTIONS(3854), - [anon_sym_BANG_BANG] = ACTIONS(3856), - [anon_sym_data] = ACTIONS(3854), - [anon_sym_inner] = ACTIONS(3854), - [anon_sym_expect] = ACTIONS(3854), - [anon_sym_actual] = ACTIONS(3854), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3856), - [anon_sym_continue_AT] = ACTIONS(3856), - [anon_sym_break_AT] = ACTIONS(3856), - [sym_real_literal] = ACTIONS(3856), - [sym_integer_literal] = ACTIONS(3854), - [sym_hex_literal] = ACTIONS(3856), - [sym_bin_literal] = ACTIONS(3856), - [anon_sym_true] = ACTIONS(3854), - [anon_sym_false] = ACTIONS(3854), - [anon_sym_SQUOTE] = ACTIONS(3856), - [sym__backtick_identifier] = ACTIONS(3856), - [sym__automatic_semicolon] = ACTIONS(3856), - [sym_safe_nav] = ACTIONS(3856), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3856), - }, - [3430] = { - [sym__alpha_identifier] = ACTIONS(4249), - [anon_sym_AT] = ACTIONS(4252), - [anon_sym_LBRACK] = ACTIONS(4252), - [anon_sym_as] = ACTIONS(4257), - [anon_sym_EQ] = ACTIONS(4257), - [anon_sym_LBRACE] = ACTIONS(4252), - [anon_sym_RBRACE] = ACTIONS(4255), - [anon_sym_LPAREN] = ACTIONS(6584), - [anon_sym_COMMA] = ACTIONS(4255), - [anon_sym_LT] = ACTIONS(4257), - [anon_sym_GT] = ACTIONS(4257), - [anon_sym_where] = ACTIONS(4257), - [anon_sym_object] = ACTIONS(3828), - [anon_sym_fun] = ACTIONS(3828), - [anon_sym_DOT] = ACTIONS(4257), - [anon_sym_SEMI] = ACTIONS(4255), - [anon_sym_get] = ACTIONS(4249), - [anon_sym_set] = ACTIONS(4249), - [anon_sym_this] = ACTIONS(3828), - [anon_sym_super] = ACTIONS(3828), - [anon_sym_STAR] = ACTIONS(4249), - [sym_label] = ACTIONS(4249), - [anon_sym_in] = ACTIONS(4257), - [anon_sym_DOT_DOT] = ACTIONS(4255), - [anon_sym_QMARK_COLON] = ACTIONS(4255), - [anon_sym_AMP_AMP] = ACTIONS(4255), - [anon_sym_PIPE_PIPE] = ACTIONS(4255), - [anon_sym_null] = ACTIONS(3828), - [anon_sym_if] = ACTIONS(3828), - [anon_sym_else] = ACTIONS(4257), - [anon_sym_when] = ACTIONS(3828), - [anon_sym_try] = ACTIONS(3828), - [anon_sym_throw] = ACTIONS(3828), - [anon_sym_return] = ACTIONS(3828), - [anon_sym_continue] = ACTIONS(3828), - [anon_sym_break] = ACTIONS(3828), - [anon_sym_COLON_COLON] = ACTIONS(4252), - [anon_sym_PLUS_EQ] = ACTIONS(4255), - [anon_sym_DASH_EQ] = ACTIONS(4255), - [anon_sym_STAR_EQ] = ACTIONS(4255), - [anon_sym_SLASH_EQ] = ACTIONS(4255), - [anon_sym_PERCENT_EQ] = ACTIONS(4255), - [anon_sym_BANG_EQ] = ACTIONS(4257), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4255), - [anon_sym_EQ_EQ] = ACTIONS(4257), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4255), - [anon_sym_LT_EQ] = ACTIONS(4255), - [anon_sym_GT_EQ] = ACTIONS(4255), - [anon_sym_BANGin] = ACTIONS(4255), - [anon_sym_is] = ACTIONS(4257), - [anon_sym_BANGis] = ACTIONS(4255), - [anon_sym_PLUS] = ACTIONS(4249), - [anon_sym_DASH] = ACTIONS(4249), - [anon_sym_SLASH] = ACTIONS(4257), - [anon_sym_PERCENT] = ACTIONS(4257), - [anon_sym_as_QMARK] = ACTIONS(4255), - [anon_sym_PLUS_PLUS] = ACTIONS(4252), - [anon_sym_DASH_DASH] = ACTIONS(4252), - [anon_sym_BANG] = ACTIONS(3828), - [anon_sym_BANG_BANG] = ACTIONS(4255), - [anon_sym_data] = ACTIONS(4249), - [anon_sym_inner] = ACTIONS(4249), - [anon_sym_expect] = ACTIONS(4249), - [anon_sym_actual] = ACTIONS(4249), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3833), - [anon_sym_continue_AT] = ACTIONS(3833), - [anon_sym_break_AT] = ACTIONS(3833), - [sym_real_literal] = ACTIONS(3833), - [sym_integer_literal] = ACTIONS(3828), - [sym_hex_literal] = ACTIONS(3833), - [sym_bin_literal] = ACTIONS(3833), - [anon_sym_true] = ACTIONS(3828), - [anon_sym_false] = ACTIONS(3828), - [anon_sym_SQUOTE] = ACTIONS(3833), - [sym__backtick_identifier] = ACTIONS(4252), - [sym__automatic_semicolon] = ACTIONS(4255), - [sym_safe_nav] = ACTIONS(4255), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3833), - }, - [3431] = { - [sym__alpha_identifier] = ACTIONS(4233), - [anon_sym_AT] = ACTIONS(4236), - [anon_sym_LBRACK] = ACTIONS(4236), - [anon_sym_as] = ACTIONS(4241), - [anon_sym_EQ] = ACTIONS(4241), - [anon_sym_LBRACE] = ACTIONS(4236), - [anon_sym_RBRACE] = ACTIONS(4239), - [anon_sym_LPAREN] = ACTIONS(6588), - [anon_sym_COMMA] = ACTIONS(4239), - [anon_sym_LT] = ACTIONS(4241), - [anon_sym_GT] = ACTIONS(4241), - [anon_sym_where] = ACTIONS(4241), - [anon_sym_object] = ACTIONS(3828), - [anon_sym_fun] = ACTIONS(3828), - [anon_sym_DOT] = ACTIONS(4241), - [anon_sym_SEMI] = ACTIONS(4239), - [anon_sym_get] = ACTIONS(4233), - [anon_sym_set] = ACTIONS(4233), - [anon_sym_this] = ACTIONS(3828), - [anon_sym_super] = ACTIONS(3828), - [anon_sym_STAR] = ACTIONS(4233), - [sym_label] = ACTIONS(4233), - [anon_sym_in] = ACTIONS(4241), - [anon_sym_DOT_DOT] = ACTIONS(4239), - [anon_sym_QMARK_COLON] = ACTIONS(4239), - [anon_sym_AMP_AMP] = ACTIONS(4239), - [anon_sym_PIPE_PIPE] = ACTIONS(4239), - [anon_sym_null] = ACTIONS(3828), - [anon_sym_if] = ACTIONS(3828), - [anon_sym_else] = ACTIONS(4241), - [anon_sym_when] = ACTIONS(3828), - [anon_sym_try] = ACTIONS(3828), - [anon_sym_throw] = ACTIONS(3828), - [anon_sym_return] = ACTIONS(3828), - [anon_sym_continue] = ACTIONS(3828), - [anon_sym_break] = ACTIONS(3828), - [anon_sym_COLON_COLON] = ACTIONS(4236), - [anon_sym_PLUS_EQ] = ACTIONS(4239), - [anon_sym_DASH_EQ] = ACTIONS(4239), - [anon_sym_STAR_EQ] = ACTIONS(4239), - [anon_sym_SLASH_EQ] = ACTIONS(4239), - [anon_sym_PERCENT_EQ] = ACTIONS(4239), - [anon_sym_BANG_EQ] = ACTIONS(4241), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4239), - [anon_sym_EQ_EQ] = ACTIONS(4241), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4239), - [anon_sym_LT_EQ] = ACTIONS(4239), - [anon_sym_GT_EQ] = ACTIONS(4239), - [anon_sym_BANGin] = ACTIONS(4239), - [anon_sym_is] = ACTIONS(4241), - [anon_sym_BANGis] = ACTIONS(4239), - [anon_sym_PLUS] = ACTIONS(4233), - [anon_sym_DASH] = ACTIONS(4233), - [anon_sym_SLASH] = ACTIONS(4241), - [anon_sym_PERCENT] = ACTIONS(4241), - [anon_sym_as_QMARK] = ACTIONS(4239), - [anon_sym_PLUS_PLUS] = ACTIONS(4236), - [anon_sym_DASH_DASH] = ACTIONS(4236), - [anon_sym_BANG] = ACTIONS(3828), - [anon_sym_BANG_BANG] = ACTIONS(4239), - [anon_sym_data] = ACTIONS(4233), - [anon_sym_inner] = ACTIONS(4233), - [anon_sym_expect] = ACTIONS(4233), - [anon_sym_actual] = ACTIONS(4233), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3833), - [anon_sym_continue_AT] = ACTIONS(3833), - [anon_sym_break_AT] = ACTIONS(3833), - [sym_real_literal] = ACTIONS(3833), - [sym_integer_literal] = ACTIONS(3828), - [sym_hex_literal] = ACTIONS(3833), - [sym_bin_literal] = ACTIONS(3833), - [anon_sym_true] = ACTIONS(3828), - [anon_sym_false] = ACTIONS(3828), - [anon_sym_SQUOTE] = ACTIONS(3833), - [sym__backtick_identifier] = ACTIONS(4236), - [sym__automatic_semicolon] = ACTIONS(4239), - [sym_safe_nav] = ACTIONS(4239), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3833), - }, - [3432] = { - [sym__alpha_identifier] = ACTIONS(4817), - [anon_sym_AT] = ACTIONS(4819), - [anon_sym_LBRACK] = ACTIONS(4819), - [anon_sym_as] = ACTIONS(4817), - [anon_sym_EQ] = ACTIONS(4817), - [anon_sym_LBRACE] = ACTIONS(4819), - [anon_sym_RBRACE] = ACTIONS(4819), - [anon_sym_LPAREN] = ACTIONS(4819), - [anon_sym_COMMA] = ACTIONS(4819), - [anon_sym_LT] = ACTIONS(4817), - [anon_sym_GT] = ACTIONS(4817), - [anon_sym_where] = ACTIONS(4817), - [anon_sym_object] = ACTIONS(4817), - [anon_sym_fun] = ACTIONS(4817), - [anon_sym_DOT] = ACTIONS(4817), - [anon_sym_SEMI] = ACTIONS(4819), - [anon_sym_get] = ACTIONS(4817), - [anon_sym_set] = ACTIONS(4817), - [anon_sym_this] = ACTIONS(4817), - [anon_sym_super] = ACTIONS(4817), - [anon_sym_STAR] = ACTIONS(4817), - [sym_label] = ACTIONS(4817), - [anon_sym_in] = ACTIONS(4817), - [anon_sym_DOT_DOT] = ACTIONS(4819), - [anon_sym_QMARK_COLON] = ACTIONS(4819), - [anon_sym_AMP_AMP] = ACTIONS(4819), - [anon_sym_PIPE_PIPE] = ACTIONS(4819), - [anon_sym_null] = ACTIONS(4817), - [anon_sym_if] = ACTIONS(4817), - [anon_sym_else] = ACTIONS(4817), - [anon_sym_when] = ACTIONS(4817), - [anon_sym_try] = ACTIONS(4817), - [anon_sym_throw] = ACTIONS(4817), - [anon_sym_return] = ACTIONS(4817), - [anon_sym_continue] = ACTIONS(4817), - [anon_sym_break] = ACTIONS(4817), - [anon_sym_COLON_COLON] = ACTIONS(4819), - [anon_sym_PLUS_EQ] = ACTIONS(4819), - [anon_sym_DASH_EQ] = ACTIONS(4819), - [anon_sym_STAR_EQ] = ACTIONS(4819), - [anon_sym_SLASH_EQ] = ACTIONS(4819), - [anon_sym_PERCENT_EQ] = ACTIONS(4819), - [anon_sym_BANG_EQ] = ACTIONS(4817), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4819), - [anon_sym_EQ_EQ] = ACTIONS(4817), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4819), - [anon_sym_LT_EQ] = ACTIONS(4819), - [anon_sym_GT_EQ] = ACTIONS(4819), - [anon_sym_BANGin] = ACTIONS(4819), - [anon_sym_is] = ACTIONS(4817), - [anon_sym_BANGis] = ACTIONS(4819), - [anon_sym_PLUS] = ACTIONS(4817), - [anon_sym_DASH] = ACTIONS(4817), - [anon_sym_SLASH] = ACTIONS(4817), - [anon_sym_PERCENT] = ACTIONS(4817), - [anon_sym_as_QMARK] = ACTIONS(4819), - [anon_sym_PLUS_PLUS] = ACTIONS(4819), - [anon_sym_DASH_DASH] = ACTIONS(4819), - [anon_sym_BANG] = ACTIONS(4817), - [anon_sym_BANG_BANG] = ACTIONS(4819), - [anon_sym_data] = ACTIONS(4817), - [anon_sym_inner] = ACTIONS(4817), - [anon_sym_expect] = ACTIONS(4817), - [anon_sym_actual] = ACTIONS(4817), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4819), - [anon_sym_continue_AT] = ACTIONS(4819), - [anon_sym_break_AT] = ACTIONS(4819), - [sym_real_literal] = ACTIONS(4819), - [sym_integer_literal] = ACTIONS(4817), - [sym_hex_literal] = ACTIONS(4819), - [sym_bin_literal] = ACTIONS(4819), - [anon_sym_true] = ACTIONS(4817), - [anon_sym_false] = ACTIONS(4817), - [anon_sym_SQUOTE] = ACTIONS(4819), - [sym__backtick_identifier] = ACTIONS(4819), - [sym__automatic_semicolon] = ACTIONS(4819), - [sym_safe_nav] = ACTIONS(4819), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4819), - }, - [3433] = { - [sym_type_constraints] = STATE(3822), - [sym_function_body] = STATE(3815), - [sym__block] = STATE(3725), - [sym__alpha_identifier] = ACTIONS(4089), - [anon_sym_AT] = ACTIONS(4091), - [anon_sym_COLON] = ACTIONS(6592), - [anon_sym_LBRACK] = ACTIONS(4091), - [anon_sym_as] = ACTIONS(4089), - [anon_sym_EQ] = ACTIONS(6566), - [anon_sym_LBRACE] = ACTIONS(6434), - [anon_sym_RBRACE] = ACTIONS(4091), - [anon_sym_LPAREN] = ACTIONS(4091), - [anon_sym_LT] = ACTIONS(4089), - [anon_sym_GT] = ACTIONS(4089), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(4089), - [anon_sym_SEMI] = ACTIONS(4091), - [anon_sym_get] = ACTIONS(4089), - [anon_sym_set] = ACTIONS(4089), - [anon_sym_STAR] = ACTIONS(4089), - [sym_label] = ACTIONS(4091), - [anon_sym_in] = ACTIONS(4089), - [anon_sym_DOT_DOT] = ACTIONS(4091), - [anon_sym_QMARK_COLON] = ACTIONS(4091), - [anon_sym_AMP_AMP] = ACTIONS(4091), - [anon_sym_PIPE_PIPE] = ACTIONS(4091), - [anon_sym_else] = ACTIONS(4089), - [anon_sym_COLON_COLON] = ACTIONS(4091), - [anon_sym_PLUS_EQ] = ACTIONS(4091), - [anon_sym_DASH_EQ] = ACTIONS(4091), - [anon_sym_STAR_EQ] = ACTIONS(4091), - [anon_sym_SLASH_EQ] = ACTIONS(4091), - [anon_sym_PERCENT_EQ] = ACTIONS(4091), - [anon_sym_BANG_EQ] = ACTIONS(4089), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4091), - [anon_sym_EQ_EQ] = ACTIONS(4089), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4091), - [anon_sym_LT_EQ] = ACTIONS(4091), - [anon_sym_GT_EQ] = ACTIONS(4091), - [anon_sym_BANGin] = ACTIONS(4091), - [anon_sym_is] = ACTIONS(4089), - [anon_sym_BANGis] = ACTIONS(4091), - [anon_sym_PLUS] = ACTIONS(4089), - [anon_sym_DASH] = ACTIONS(4089), - [anon_sym_SLASH] = ACTIONS(4089), - [anon_sym_PERCENT] = ACTIONS(4089), - [anon_sym_as_QMARK] = ACTIONS(4091), - [anon_sym_PLUS_PLUS] = ACTIONS(4091), - [anon_sym_DASH_DASH] = ACTIONS(4091), - [anon_sym_BANG_BANG] = ACTIONS(4091), - [anon_sym_suspend] = ACTIONS(4089), - [anon_sym_sealed] = ACTIONS(4089), - [anon_sym_annotation] = ACTIONS(4089), - [anon_sym_data] = ACTIONS(4089), - [anon_sym_inner] = ACTIONS(4089), - [anon_sym_override] = ACTIONS(4089), - [anon_sym_lateinit] = ACTIONS(4089), - [anon_sym_public] = ACTIONS(4089), - [anon_sym_private] = ACTIONS(4089), - [anon_sym_internal] = ACTIONS(4089), - [anon_sym_protected] = ACTIONS(4089), - [anon_sym_tailrec] = ACTIONS(4089), - [anon_sym_operator] = ACTIONS(4089), - [anon_sym_infix] = ACTIONS(4089), - [anon_sym_inline] = ACTIONS(4089), - [anon_sym_external] = ACTIONS(4089), - [sym_property_modifier] = ACTIONS(4089), - [anon_sym_abstract] = ACTIONS(4089), - [anon_sym_final] = ACTIONS(4089), - [anon_sym_open] = ACTIONS(4089), - [anon_sym_vararg] = ACTIONS(4089), - [anon_sym_noinline] = ACTIONS(4089), - [anon_sym_crossinline] = ACTIONS(4089), - [anon_sym_expect] = ACTIONS(4089), - [anon_sym_actual] = ACTIONS(4089), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4091), - [sym__automatic_semicolon] = ACTIONS(4091), - [sym_safe_nav] = ACTIONS(4091), - [sym_multiline_comment] = ACTIONS(3), - }, - [3434] = { - [sym_type_constraints] = STATE(3594), - [sym_enum_class_body] = STATE(3857), - [sym__alpha_identifier] = ACTIONS(4213), - [anon_sym_AT] = ACTIONS(4215), - [anon_sym_COLON] = ACTIONS(6594), - [anon_sym_LBRACK] = ACTIONS(4215), - [anon_sym_as] = ACTIONS(4213), - [anon_sym_EQ] = ACTIONS(4213), - [anon_sym_LBRACE] = ACTIONS(5359), - [anon_sym_RBRACE] = ACTIONS(4215), - [anon_sym_LPAREN] = ACTIONS(4215), - [anon_sym_COMMA] = ACTIONS(4215), - [anon_sym_LT] = ACTIONS(4213), - [anon_sym_GT] = ACTIONS(4213), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(4213), - [anon_sym_SEMI] = ACTIONS(4215), - [anon_sym_get] = ACTIONS(4213), - [anon_sym_set] = ACTIONS(4213), - [anon_sym_STAR] = ACTIONS(4213), - [sym_label] = ACTIONS(4215), - [anon_sym_in] = ACTIONS(4213), - [anon_sym_DOT_DOT] = ACTIONS(4215), - [anon_sym_QMARK_COLON] = ACTIONS(4215), - [anon_sym_AMP_AMP] = ACTIONS(4215), - [anon_sym_PIPE_PIPE] = ACTIONS(4215), - [anon_sym_else] = ACTIONS(4213), - [anon_sym_COLON_COLON] = ACTIONS(4215), - [anon_sym_PLUS_EQ] = ACTIONS(4215), - [anon_sym_DASH_EQ] = ACTIONS(4215), - [anon_sym_STAR_EQ] = ACTIONS(4215), - [anon_sym_SLASH_EQ] = ACTIONS(4215), - [anon_sym_PERCENT_EQ] = ACTIONS(4215), - [anon_sym_BANG_EQ] = ACTIONS(4213), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4215), - [anon_sym_EQ_EQ] = ACTIONS(4213), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4215), - [anon_sym_LT_EQ] = ACTIONS(4215), - [anon_sym_GT_EQ] = ACTIONS(4215), - [anon_sym_BANGin] = ACTIONS(4215), - [anon_sym_is] = ACTIONS(4213), - [anon_sym_BANGis] = ACTIONS(4215), - [anon_sym_PLUS] = ACTIONS(4213), - [anon_sym_DASH] = ACTIONS(4213), - [anon_sym_SLASH] = ACTIONS(4213), - [anon_sym_PERCENT] = ACTIONS(4213), - [anon_sym_as_QMARK] = ACTIONS(4215), - [anon_sym_PLUS_PLUS] = ACTIONS(4215), - [anon_sym_DASH_DASH] = ACTIONS(4215), - [anon_sym_BANG_BANG] = ACTIONS(4215), - [anon_sym_suspend] = ACTIONS(4213), - [anon_sym_sealed] = ACTIONS(4213), - [anon_sym_annotation] = ACTIONS(4213), - [anon_sym_data] = ACTIONS(4213), - [anon_sym_inner] = ACTIONS(4213), - [anon_sym_override] = ACTIONS(4213), - [anon_sym_lateinit] = ACTIONS(4213), - [anon_sym_public] = ACTIONS(4213), - [anon_sym_private] = ACTIONS(4213), - [anon_sym_internal] = ACTIONS(4213), - [anon_sym_protected] = ACTIONS(4213), - [anon_sym_tailrec] = ACTIONS(4213), - [anon_sym_operator] = ACTIONS(4213), - [anon_sym_infix] = ACTIONS(4213), - [anon_sym_inline] = ACTIONS(4213), - [anon_sym_external] = ACTIONS(4213), - [sym_property_modifier] = ACTIONS(4213), - [anon_sym_abstract] = ACTIONS(4213), - [anon_sym_final] = ACTIONS(4213), - [anon_sym_open] = ACTIONS(4213), - [anon_sym_vararg] = ACTIONS(4213), - [anon_sym_noinline] = ACTIONS(4213), - [anon_sym_crossinline] = ACTIONS(4213), - [anon_sym_expect] = ACTIONS(4213), - [anon_sym_actual] = ACTIONS(4213), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4215), - [sym__automatic_semicolon] = ACTIONS(4215), - [sym_safe_nav] = ACTIONS(4215), - [sym_multiline_comment] = ACTIONS(3), - }, - [3435] = { - [sym__alpha_identifier] = ACTIONS(4813), - [anon_sym_AT] = ACTIONS(4815), - [anon_sym_LBRACK] = ACTIONS(4815), - [anon_sym_as] = ACTIONS(4813), - [anon_sym_EQ] = ACTIONS(4813), - [anon_sym_LBRACE] = ACTIONS(4815), - [anon_sym_RBRACE] = ACTIONS(4815), - [anon_sym_LPAREN] = ACTIONS(4815), - [anon_sym_COMMA] = ACTIONS(4815), - [anon_sym_LT] = ACTIONS(4813), - [anon_sym_GT] = ACTIONS(4813), - [anon_sym_where] = ACTIONS(4813), - [anon_sym_object] = ACTIONS(4813), - [anon_sym_fun] = ACTIONS(4813), - [anon_sym_DOT] = ACTIONS(4813), - [anon_sym_SEMI] = ACTIONS(4815), - [anon_sym_get] = ACTIONS(4813), - [anon_sym_set] = ACTIONS(4813), - [anon_sym_this] = ACTIONS(4813), - [anon_sym_super] = ACTIONS(4813), - [anon_sym_STAR] = ACTIONS(4813), - [sym_label] = ACTIONS(4813), - [anon_sym_in] = ACTIONS(4813), - [anon_sym_DOT_DOT] = ACTIONS(4815), - [anon_sym_QMARK_COLON] = ACTIONS(4815), - [anon_sym_AMP_AMP] = ACTIONS(4815), - [anon_sym_PIPE_PIPE] = ACTIONS(4815), - [anon_sym_null] = ACTIONS(4813), - [anon_sym_if] = ACTIONS(4813), - [anon_sym_else] = ACTIONS(4813), - [anon_sym_when] = ACTIONS(4813), - [anon_sym_try] = ACTIONS(4813), - [anon_sym_throw] = ACTIONS(4813), - [anon_sym_return] = ACTIONS(4813), - [anon_sym_continue] = ACTIONS(4813), - [anon_sym_break] = ACTIONS(4813), - [anon_sym_COLON_COLON] = ACTIONS(4815), - [anon_sym_PLUS_EQ] = ACTIONS(4815), - [anon_sym_DASH_EQ] = ACTIONS(4815), - [anon_sym_STAR_EQ] = ACTIONS(4815), - [anon_sym_SLASH_EQ] = ACTIONS(4815), - [anon_sym_PERCENT_EQ] = ACTIONS(4815), - [anon_sym_BANG_EQ] = ACTIONS(4813), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4815), - [anon_sym_EQ_EQ] = ACTIONS(4813), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4815), - [anon_sym_LT_EQ] = ACTIONS(4815), - [anon_sym_GT_EQ] = ACTIONS(4815), - [anon_sym_BANGin] = ACTIONS(4815), - [anon_sym_is] = ACTIONS(4813), - [anon_sym_BANGis] = ACTIONS(4815), - [anon_sym_PLUS] = ACTIONS(4813), - [anon_sym_DASH] = ACTIONS(4813), - [anon_sym_SLASH] = ACTIONS(4813), - [anon_sym_PERCENT] = ACTIONS(4813), - [anon_sym_as_QMARK] = ACTIONS(4815), - [anon_sym_PLUS_PLUS] = ACTIONS(4815), - [anon_sym_DASH_DASH] = ACTIONS(4815), - [anon_sym_BANG] = ACTIONS(4813), - [anon_sym_BANG_BANG] = ACTIONS(4815), - [anon_sym_data] = ACTIONS(4813), - [anon_sym_inner] = ACTIONS(4813), - [anon_sym_expect] = ACTIONS(4813), - [anon_sym_actual] = ACTIONS(4813), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4815), - [anon_sym_continue_AT] = ACTIONS(4815), - [anon_sym_break_AT] = ACTIONS(4815), - [sym_real_literal] = ACTIONS(4815), - [sym_integer_literal] = ACTIONS(4813), - [sym_hex_literal] = ACTIONS(4815), - [sym_bin_literal] = ACTIONS(4815), - [anon_sym_true] = ACTIONS(4813), - [anon_sym_false] = ACTIONS(4813), - [anon_sym_SQUOTE] = ACTIONS(4815), - [sym__backtick_identifier] = ACTIONS(4815), - [sym__automatic_semicolon] = ACTIONS(4815), - [sym_safe_nav] = ACTIONS(4815), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4815), - }, - [3436] = { - [sym__alpha_identifier] = ACTIONS(3190), - [anon_sym_AT] = ACTIONS(3194), - [anon_sym_LBRACK] = ACTIONS(3194), - [anon_sym_as] = ACTIONS(3190), - [anon_sym_EQ] = ACTIONS(3190), - [anon_sym_LBRACE] = ACTIONS(3194), - [anon_sym_RBRACE] = ACTIONS(3194), - [anon_sym_LPAREN] = ACTIONS(3194), - [anon_sym_COMMA] = ACTIONS(3194), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3190), - [anon_sym_where] = ACTIONS(3190), - [anon_sym_object] = ACTIONS(3190), - [anon_sym_fun] = ACTIONS(3190), - [anon_sym_DOT] = ACTIONS(3190), - [anon_sym_SEMI] = ACTIONS(3194), - [anon_sym_get] = ACTIONS(3190), - [anon_sym_set] = ACTIONS(3190), - [anon_sym_this] = ACTIONS(3190), - [anon_sym_super] = ACTIONS(3190), - [anon_sym_STAR] = ACTIONS(3190), - [sym_label] = ACTIONS(3190), - [anon_sym_in] = ACTIONS(3190), - [anon_sym_DOT_DOT] = ACTIONS(3194), - [anon_sym_QMARK_COLON] = ACTIONS(3194), - [anon_sym_AMP_AMP] = ACTIONS(3194), - [anon_sym_PIPE_PIPE] = ACTIONS(3194), - [anon_sym_null] = ACTIONS(3190), - [anon_sym_if] = ACTIONS(3190), - [anon_sym_else] = ACTIONS(3190), - [anon_sym_when] = ACTIONS(3190), - [anon_sym_try] = ACTIONS(3190), - [anon_sym_throw] = ACTIONS(3190), - [anon_sym_return] = ACTIONS(3190), - [anon_sym_continue] = ACTIONS(3190), - [anon_sym_break] = ACTIONS(3190), - [anon_sym_COLON_COLON] = ACTIONS(3194), - [anon_sym_PLUS_EQ] = ACTIONS(3194), - [anon_sym_DASH_EQ] = ACTIONS(3194), - [anon_sym_STAR_EQ] = ACTIONS(3194), - [anon_sym_SLASH_EQ] = ACTIONS(3194), - [anon_sym_PERCENT_EQ] = ACTIONS(3194), - [anon_sym_BANG_EQ] = ACTIONS(3190), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3194), - [anon_sym_EQ_EQ] = ACTIONS(3190), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3194), - [anon_sym_LT_EQ] = ACTIONS(3194), - [anon_sym_GT_EQ] = ACTIONS(3194), - [anon_sym_BANGin] = ACTIONS(3194), - [anon_sym_is] = ACTIONS(3190), - [anon_sym_BANGis] = ACTIONS(3194), - [anon_sym_PLUS] = ACTIONS(3190), - [anon_sym_DASH] = ACTIONS(3190), - [anon_sym_SLASH] = ACTIONS(3190), - [anon_sym_PERCENT] = ACTIONS(3190), - [anon_sym_as_QMARK] = ACTIONS(3194), - [anon_sym_PLUS_PLUS] = ACTIONS(3194), - [anon_sym_DASH_DASH] = ACTIONS(3194), - [anon_sym_BANG] = ACTIONS(3190), - [anon_sym_BANG_BANG] = ACTIONS(3194), - [anon_sym_data] = ACTIONS(3190), - [anon_sym_inner] = ACTIONS(3190), - [anon_sym_expect] = ACTIONS(3190), - [anon_sym_actual] = ACTIONS(3190), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3194), - [anon_sym_continue_AT] = ACTIONS(3194), - [anon_sym_break_AT] = ACTIONS(3194), - [sym_real_literal] = ACTIONS(3194), - [sym_integer_literal] = ACTIONS(3190), - [sym_hex_literal] = ACTIONS(3194), - [sym_bin_literal] = ACTIONS(3194), - [anon_sym_true] = ACTIONS(3190), - [anon_sym_false] = ACTIONS(3190), - [anon_sym_SQUOTE] = ACTIONS(3194), - [sym__backtick_identifier] = ACTIONS(3194), - [sym__automatic_semicolon] = ACTIONS(3194), - [sym_safe_nav] = ACTIONS(3194), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3194), - }, - [3437] = { - [sym__alpha_identifier] = ACTIONS(4284), - [anon_sym_AT] = ACTIONS(4286), - [anon_sym_LBRACK] = ACTIONS(4286), - [anon_sym_as] = ACTIONS(4284), - [anon_sym_EQ] = ACTIONS(4284), - [anon_sym_LBRACE] = ACTIONS(4286), - [anon_sym_RBRACE] = ACTIONS(4286), - [anon_sym_LPAREN] = ACTIONS(4286), - [anon_sym_COMMA] = ACTIONS(4286), - [anon_sym_LT] = ACTIONS(4284), - [anon_sym_GT] = ACTIONS(4284), - [anon_sym_where] = ACTIONS(4284), - [anon_sym_object] = ACTIONS(4284), - [anon_sym_fun] = ACTIONS(4284), - [anon_sym_DOT] = ACTIONS(4284), - [anon_sym_SEMI] = ACTIONS(4286), - [anon_sym_get] = ACTIONS(4284), - [anon_sym_set] = ACTIONS(4284), - [anon_sym_this] = ACTIONS(4284), - [anon_sym_super] = ACTIONS(4284), - [anon_sym_STAR] = ACTIONS(4284), - [sym_label] = ACTIONS(4284), - [anon_sym_in] = ACTIONS(4284), - [anon_sym_DOT_DOT] = ACTIONS(4286), - [anon_sym_QMARK_COLON] = ACTIONS(4286), - [anon_sym_AMP_AMP] = ACTIONS(4286), - [anon_sym_PIPE_PIPE] = ACTIONS(4286), - [anon_sym_null] = ACTIONS(4284), - [anon_sym_if] = ACTIONS(4284), - [anon_sym_else] = ACTIONS(4284), - [anon_sym_when] = ACTIONS(4284), - [anon_sym_try] = ACTIONS(4284), - [anon_sym_throw] = ACTIONS(4284), - [anon_sym_return] = ACTIONS(4284), - [anon_sym_continue] = ACTIONS(4284), - [anon_sym_break] = ACTIONS(4284), - [anon_sym_COLON_COLON] = ACTIONS(4286), - [anon_sym_PLUS_EQ] = ACTIONS(4286), - [anon_sym_DASH_EQ] = ACTIONS(4286), - [anon_sym_STAR_EQ] = ACTIONS(4286), - [anon_sym_SLASH_EQ] = ACTIONS(4286), - [anon_sym_PERCENT_EQ] = ACTIONS(4286), - [anon_sym_BANG_EQ] = ACTIONS(4284), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4286), - [anon_sym_EQ_EQ] = ACTIONS(4284), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4286), - [anon_sym_LT_EQ] = ACTIONS(4286), - [anon_sym_GT_EQ] = ACTIONS(4286), - [anon_sym_BANGin] = ACTIONS(4286), - [anon_sym_is] = ACTIONS(4284), - [anon_sym_BANGis] = ACTIONS(4286), - [anon_sym_PLUS] = ACTIONS(4284), - [anon_sym_DASH] = ACTIONS(4284), - [anon_sym_SLASH] = ACTIONS(4284), - [anon_sym_PERCENT] = ACTIONS(4284), - [anon_sym_as_QMARK] = ACTIONS(4286), - [anon_sym_PLUS_PLUS] = ACTIONS(4286), - [anon_sym_DASH_DASH] = ACTIONS(4286), - [anon_sym_BANG] = ACTIONS(4284), - [anon_sym_BANG_BANG] = ACTIONS(4286), - [anon_sym_data] = ACTIONS(4284), - [anon_sym_inner] = ACTIONS(4284), - [anon_sym_expect] = ACTIONS(4284), - [anon_sym_actual] = ACTIONS(4284), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4286), - [anon_sym_continue_AT] = ACTIONS(4286), - [anon_sym_break_AT] = ACTIONS(4286), - [sym_real_literal] = ACTIONS(4286), - [sym_integer_literal] = ACTIONS(4284), - [sym_hex_literal] = ACTIONS(4286), - [sym_bin_literal] = ACTIONS(4286), - [anon_sym_true] = ACTIONS(4284), - [anon_sym_false] = ACTIONS(4284), - [anon_sym_SQUOTE] = ACTIONS(4286), - [sym__backtick_identifier] = ACTIONS(4286), - [sym__automatic_semicolon] = ACTIONS(4286), - [sym_safe_nav] = ACTIONS(4286), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4286), - }, - [3438] = { - [sym_type_constraints] = STATE(3564), - [sym_enum_class_body] = STATE(3835), - [sym__alpha_identifier] = ACTIONS(3204), - [anon_sym_AT] = ACTIONS(3208), - [anon_sym_COLON] = ACTIONS(5540), - [anon_sym_LBRACK] = ACTIONS(3208), - [anon_sym_as] = ACTIONS(3204), - [anon_sym_EQ] = ACTIONS(3204), - [anon_sym_LBRACE] = ACTIONS(5359), - [anon_sym_RBRACE] = ACTIONS(3208), - [anon_sym_LPAREN] = ACTIONS(3208), - [anon_sym_COMMA] = ACTIONS(3208), - [anon_sym_LT] = ACTIONS(3204), - [anon_sym_GT] = ACTIONS(3204), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(3204), - [anon_sym_SEMI] = ACTIONS(3208), - [anon_sym_get] = ACTIONS(3204), - [anon_sym_set] = ACTIONS(3204), - [anon_sym_STAR] = ACTIONS(3204), - [sym_label] = ACTIONS(3208), - [anon_sym_in] = ACTIONS(3204), - [anon_sym_DOT_DOT] = ACTIONS(3208), - [anon_sym_QMARK_COLON] = ACTIONS(3208), - [anon_sym_AMP_AMP] = ACTIONS(3208), - [anon_sym_PIPE_PIPE] = ACTIONS(3208), - [anon_sym_else] = ACTIONS(3204), - [anon_sym_COLON_COLON] = ACTIONS(3208), - [anon_sym_PLUS_EQ] = ACTIONS(3208), - [anon_sym_DASH_EQ] = ACTIONS(3208), - [anon_sym_STAR_EQ] = ACTIONS(3208), - [anon_sym_SLASH_EQ] = ACTIONS(3208), - [anon_sym_PERCENT_EQ] = ACTIONS(3208), - [anon_sym_BANG_EQ] = ACTIONS(3204), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3208), - [anon_sym_EQ_EQ] = ACTIONS(3204), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3208), - [anon_sym_LT_EQ] = ACTIONS(3208), - [anon_sym_GT_EQ] = ACTIONS(3208), - [anon_sym_BANGin] = ACTIONS(3208), - [anon_sym_is] = ACTIONS(3204), - [anon_sym_BANGis] = ACTIONS(3208), - [anon_sym_PLUS] = ACTIONS(3204), - [anon_sym_DASH] = ACTIONS(3204), - [anon_sym_SLASH] = ACTIONS(3204), - [anon_sym_PERCENT] = ACTIONS(3204), - [anon_sym_as_QMARK] = ACTIONS(3208), - [anon_sym_PLUS_PLUS] = ACTIONS(3208), - [anon_sym_DASH_DASH] = ACTIONS(3208), - [anon_sym_BANG_BANG] = ACTIONS(3208), - [anon_sym_suspend] = ACTIONS(3204), - [anon_sym_sealed] = ACTIONS(3204), - [anon_sym_annotation] = ACTIONS(3204), - [anon_sym_data] = ACTIONS(3204), - [anon_sym_inner] = ACTIONS(3204), - [anon_sym_override] = ACTIONS(3204), - [anon_sym_lateinit] = ACTIONS(3204), - [anon_sym_public] = ACTIONS(3204), - [anon_sym_private] = ACTIONS(3204), - [anon_sym_internal] = ACTIONS(3204), - [anon_sym_protected] = ACTIONS(3204), - [anon_sym_tailrec] = ACTIONS(3204), - [anon_sym_operator] = ACTIONS(3204), - [anon_sym_infix] = ACTIONS(3204), - [anon_sym_inline] = ACTIONS(3204), - [anon_sym_external] = ACTIONS(3204), - [sym_property_modifier] = ACTIONS(3204), - [anon_sym_abstract] = ACTIONS(3204), - [anon_sym_final] = ACTIONS(3204), - [anon_sym_open] = ACTIONS(3204), - [anon_sym_vararg] = ACTIONS(3204), - [anon_sym_noinline] = ACTIONS(3204), - [anon_sym_crossinline] = ACTIONS(3204), - [anon_sym_expect] = ACTIONS(3204), - [anon_sym_actual] = ACTIONS(3204), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3208), - [sym__automatic_semicolon] = ACTIONS(3208), - [sym_safe_nav] = ACTIONS(3208), - [sym_multiline_comment] = ACTIONS(3), - }, - [3439] = { - [sym_class_body] = STATE(3820), - [sym_type_constraints] = STATE(3568), - [sym__alpha_identifier] = ACTIONS(4197), - [anon_sym_AT] = ACTIONS(4199), - [anon_sym_COLON] = ACTIONS(6596), - [anon_sym_LBRACK] = ACTIONS(4199), - [anon_sym_as] = ACTIONS(4197), - [anon_sym_EQ] = ACTIONS(4197), - [anon_sym_LBRACE] = ACTIONS(5421), - [anon_sym_RBRACE] = ACTIONS(4199), - [anon_sym_LPAREN] = ACTIONS(4199), - [anon_sym_COMMA] = ACTIONS(4199), - [anon_sym_LT] = ACTIONS(4197), - [anon_sym_GT] = ACTIONS(4197), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(4197), - [anon_sym_SEMI] = ACTIONS(4199), - [anon_sym_get] = ACTIONS(4197), - [anon_sym_set] = ACTIONS(4197), - [anon_sym_STAR] = ACTIONS(4197), - [sym_label] = ACTIONS(4199), - [anon_sym_in] = ACTIONS(4197), - [anon_sym_DOT_DOT] = ACTIONS(4199), - [anon_sym_QMARK_COLON] = ACTIONS(4199), - [anon_sym_AMP_AMP] = ACTIONS(4199), - [anon_sym_PIPE_PIPE] = ACTIONS(4199), - [anon_sym_else] = ACTIONS(4197), - [anon_sym_COLON_COLON] = ACTIONS(4199), - [anon_sym_PLUS_EQ] = ACTIONS(4199), - [anon_sym_DASH_EQ] = ACTIONS(4199), - [anon_sym_STAR_EQ] = ACTIONS(4199), - [anon_sym_SLASH_EQ] = ACTIONS(4199), - [anon_sym_PERCENT_EQ] = ACTIONS(4199), - [anon_sym_BANG_EQ] = ACTIONS(4197), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4199), - [anon_sym_EQ_EQ] = ACTIONS(4197), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4199), - [anon_sym_LT_EQ] = ACTIONS(4199), - [anon_sym_GT_EQ] = ACTIONS(4199), - [anon_sym_BANGin] = ACTIONS(4199), - [anon_sym_is] = ACTIONS(4197), - [anon_sym_BANGis] = ACTIONS(4199), - [anon_sym_PLUS] = ACTIONS(4197), - [anon_sym_DASH] = ACTIONS(4197), - [anon_sym_SLASH] = ACTIONS(4197), - [anon_sym_PERCENT] = ACTIONS(4197), - [anon_sym_as_QMARK] = ACTIONS(4199), - [anon_sym_PLUS_PLUS] = ACTIONS(4199), - [anon_sym_DASH_DASH] = ACTIONS(4199), - [anon_sym_BANG_BANG] = ACTIONS(4199), - [anon_sym_suspend] = ACTIONS(4197), - [anon_sym_sealed] = ACTIONS(4197), - [anon_sym_annotation] = ACTIONS(4197), - [anon_sym_data] = ACTIONS(4197), - [anon_sym_inner] = ACTIONS(4197), - [anon_sym_override] = ACTIONS(4197), - [anon_sym_lateinit] = ACTIONS(4197), - [anon_sym_public] = ACTIONS(4197), - [anon_sym_private] = ACTIONS(4197), - [anon_sym_internal] = ACTIONS(4197), - [anon_sym_protected] = ACTIONS(4197), - [anon_sym_tailrec] = ACTIONS(4197), - [anon_sym_operator] = ACTIONS(4197), - [anon_sym_infix] = ACTIONS(4197), - [anon_sym_inline] = ACTIONS(4197), - [anon_sym_external] = ACTIONS(4197), - [sym_property_modifier] = ACTIONS(4197), - [anon_sym_abstract] = ACTIONS(4197), - [anon_sym_final] = ACTIONS(4197), - [anon_sym_open] = ACTIONS(4197), - [anon_sym_vararg] = ACTIONS(4197), - [anon_sym_noinline] = ACTIONS(4197), - [anon_sym_crossinline] = ACTIONS(4197), - [anon_sym_expect] = ACTIONS(4197), - [anon_sym_actual] = ACTIONS(4197), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4199), - [sym__automatic_semicolon] = ACTIONS(4199), - [sym_safe_nav] = ACTIONS(4199), - [sym_multiline_comment] = ACTIONS(3), - }, - [3440] = { - [sym__alpha_identifier] = ACTIONS(4426), - [anon_sym_AT] = ACTIONS(4428), - [anon_sym_LBRACK] = ACTIONS(4428), - [anon_sym_EQ] = ACTIONS(4428), - [anon_sym_LBRACE] = ACTIONS(4428), - [anon_sym_RBRACE] = ACTIONS(4428), - [anon_sym_LPAREN] = ACTIONS(4428), - [anon_sym_COMMA] = ACTIONS(4428), - [anon_sym_by] = ACTIONS(4426), - [anon_sym_where] = ACTIONS(4426), - [anon_sym_object] = ACTIONS(4426), - [anon_sym_fun] = ACTIONS(4426), - [anon_sym_DOT] = ACTIONS(4426), - [anon_sym_SEMI] = ACTIONS(4428), - [anon_sym_get] = ACTIONS(4426), - [anon_sym_set] = ACTIONS(4426), - [anon_sym_this] = ACTIONS(4426), - [anon_sym_super] = ACTIONS(4426), - [sym__quest] = ACTIONS(4428), - [anon_sym_STAR] = ACTIONS(4428), - [sym_label] = ACTIONS(4426), - [anon_sym_in] = ACTIONS(4426), - [anon_sym_null] = ACTIONS(4426), - [anon_sym_if] = ACTIONS(4426), - [anon_sym_else] = ACTIONS(4426), - [anon_sym_when] = ACTIONS(4426), - [anon_sym_try] = ACTIONS(4426), - [anon_sym_throw] = ACTIONS(4426), - [anon_sym_return] = ACTIONS(4426), - [anon_sym_continue] = ACTIONS(4426), - [anon_sym_break] = ACTIONS(4426), - [anon_sym_COLON_COLON] = ACTIONS(4428), - [anon_sym_BANGin] = ACTIONS(4428), - [anon_sym_is] = ACTIONS(4426), - [anon_sym_BANGis] = ACTIONS(4428), - [anon_sym_PLUS] = ACTIONS(4426), - [anon_sym_DASH] = ACTIONS(4426), - [anon_sym_PLUS_PLUS] = ACTIONS(4428), - [anon_sym_DASH_DASH] = ACTIONS(4428), - [anon_sym_BANG] = ACTIONS(4426), - [anon_sym_suspend] = ACTIONS(4426), - [anon_sym_sealed] = ACTIONS(4426), - [anon_sym_annotation] = ACTIONS(4426), - [anon_sym_data] = ACTIONS(4426), - [anon_sym_inner] = ACTIONS(4426), - [anon_sym_override] = ACTIONS(4426), - [anon_sym_lateinit] = ACTIONS(4426), - [anon_sym_public] = ACTIONS(4426), - [anon_sym_private] = ACTIONS(4426), - [anon_sym_internal] = ACTIONS(4426), - [anon_sym_protected] = ACTIONS(4426), - [anon_sym_tailrec] = ACTIONS(4426), - [anon_sym_operator] = ACTIONS(4426), - [anon_sym_infix] = ACTIONS(4426), - [anon_sym_inline] = ACTIONS(4426), - [anon_sym_external] = ACTIONS(4426), - [sym_property_modifier] = ACTIONS(4426), - [anon_sym_abstract] = ACTIONS(4426), - [anon_sym_final] = ACTIONS(4426), - [anon_sym_open] = ACTIONS(4426), - [anon_sym_vararg] = ACTIONS(4426), - [anon_sym_noinline] = ACTIONS(4426), - [anon_sym_crossinline] = ACTIONS(4426), - [anon_sym_expect] = ACTIONS(4426), - [anon_sym_actual] = ACTIONS(4426), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4428), - [anon_sym_continue_AT] = ACTIONS(4428), - [anon_sym_break_AT] = ACTIONS(4428), - [sym_real_literal] = ACTIONS(4428), - [sym_integer_literal] = ACTIONS(4426), - [sym_hex_literal] = ACTIONS(4428), - [sym_bin_literal] = ACTIONS(4428), - [anon_sym_true] = ACTIONS(4426), - [anon_sym_false] = ACTIONS(4426), - [anon_sym_SQUOTE] = ACTIONS(4428), - [sym__backtick_identifier] = ACTIONS(4428), - [sym__automatic_semicolon] = ACTIONS(4428), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4428), - }, - [3441] = { - [sym_type_constraints] = STATE(3828), - [sym_function_body] = STATE(3878), - [sym__block] = STATE(3725), - [sym__alpha_identifier] = ACTIONS(4095), - [anon_sym_AT] = ACTIONS(4097), - [anon_sym_COLON] = ACTIONS(6598), - [anon_sym_LBRACK] = ACTIONS(4097), - [anon_sym_as] = ACTIONS(4095), - [anon_sym_EQ] = ACTIONS(6566), - [anon_sym_LBRACE] = ACTIONS(6434), - [anon_sym_RBRACE] = ACTIONS(4097), - [anon_sym_LPAREN] = ACTIONS(4097), - [anon_sym_LT] = ACTIONS(4095), - [anon_sym_GT] = ACTIONS(4095), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(4095), - [anon_sym_SEMI] = ACTIONS(4097), - [anon_sym_get] = ACTIONS(4095), - [anon_sym_set] = ACTIONS(4095), - [anon_sym_STAR] = ACTIONS(4095), - [sym_label] = ACTIONS(4097), - [anon_sym_in] = ACTIONS(4095), - [anon_sym_DOT_DOT] = ACTIONS(4097), - [anon_sym_QMARK_COLON] = ACTIONS(4097), - [anon_sym_AMP_AMP] = ACTIONS(4097), - [anon_sym_PIPE_PIPE] = ACTIONS(4097), - [anon_sym_else] = ACTIONS(4095), - [anon_sym_COLON_COLON] = ACTIONS(4097), - [anon_sym_PLUS_EQ] = ACTIONS(4097), - [anon_sym_DASH_EQ] = ACTIONS(4097), - [anon_sym_STAR_EQ] = ACTIONS(4097), - [anon_sym_SLASH_EQ] = ACTIONS(4097), - [anon_sym_PERCENT_EQ] = ACTIONS(4097), - [anon_sym_BANG_EQ] = ACTIONS(4095), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4097), - [anon_sym_EQ_EQ] = ACTIONS(4095), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4097), - [anon_sym_LT_EQ] = ACTIONS(4097), - [anon_sym_GT_EQ] = ACTIONS(4097), - [anon_sym_BANGin] = ACTIONS(4097), - [anon_sym_is] = ACTIONS(4095), - [anon_sym_BANGis] = ACTIONS(4097), - [anon_sym_PLUS] = ACTIONS(4095), - [anon_sym_DASH] = ACTIONS(4095), - [anon_sym_SLASH] = ACTIONS(4095), - [anon_sym_PERCENT] = ACTIONS(4095), - [anon_sym_as_QMARK] = ACTIONS(4097), - [anon_sym_PLUS_PLUS] = ACTIONS(4097), - [anon_sym_DASH_DASH] = ACTIONS(4097), - [anon_sym_BANG_BANG] = ACTIONS(4097), - [anon_sym_suspend] = ACTIONS(4095), - [anon_sym_sealed] = ACTIONS(4095), - [anon_sym_annotation] = ACTIONS(4095), - [anon_sym_data] = ACTIONS(4095), - [anon_sym_inner] = ACTIONS(4095), - [anon_sym_override] = ACTIONS(4095), - [anon_sym_lateinit] = ACTIONS(4095), - [anon_sym_public] = ACTIONS(4095), - [anon_sym_private] = ACTIONS(4095), - [anon_sym_internal] = ACTIONS(4095), - [anon_sym_protected] = ACTIONS(4095), - [anon_sym_tailrec] = ACTIONS(4095), - [anon_sym_operator] = ACTIONS(4095), - [anon_sym_infix] = ACTIONS(4095), - [anon_sym_inline] = ACTIONS(4095), - [anon_sym_external] = ACTIONS(4095), - [sym_property_modifier] = ACTIONS(4095), - [anon_sym_abstract] = ACTIONS(4095), - [anon_sym_final] = ACTIONS(4095), - [anon_sym_open] = ACTIONS(4095), - [anon_sym_vararg] = ACTIONS(4095), - [anon_sym_noinline] = ACTIONS(4095), - [anon_sym_crossinline] = ACTIONS(4095), - [anon_sym_expect] = ACTIONS(4095), - [anon_sym_actual] = ACTIONS(4095), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4097), - [sym__automatic_semicolon] = ACTIONS(4097), - [sym_safe_nav] = ACTIONS(4097), - [sym_multiline_comment] = ACTIONS(3), - }, - [3442] = { - [sym_type_constraints] = STATE(3591), - [sym_enum_class_body] = STATE(3820), - [sym__alpha_identifier] = ACTIONS(4197), - [anon_sym_AT] = ACTIONS(4199), - [anon_sym_COLON] = ACTIONS(6600), - [anon_sym_LBRACK] = ACTIONS(4199), - [anon_sym_as] = ACTIONS(4197), - [anon_sym_EQ] = ACTIONS(4197), - [anon_sym_LBRACE] = ACTIONS(5359), - [anon_sym_RBRACE] = ACTIONS(4199), - [anon_sym_LPAREN] = ACTIONS(4199), - [anon_sym_COMMA] = ACTIONS(4199), - [anon_sym_LT] = ACTIONS(4197), - [anon_sym_GT] = ACTIONS(4197), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(4197), - [anon_sym_SEMI] = ACTIONS(4199), - [anon_sym_get] = ACTIONS(4197), - [anon_sym_set] = ACTIONS(4197), - [anon_sym_STAR] = ACTIONS(4197), - [sym_label] = ACTIONS(4199), - [anon_sym_in] = ACTIONS(4197), - [anon_sym_DOT_DOT] = ACTIONS(4199), - [anon_sym_QMARK_COLON] = ACTIONS(4199), - [anon_sym_AMP_AMP] = ACTIONS(4199), - [anon_sym_PIPE_PIPE] = ACTIONS(4199), - [anon_sym_else] = ACTIONS(4197), - [anon_sym_COLON_COLON] = ACTIONS(4199), - [anon_sym_PLUS_EQ] = ACTIONS(4199), - [anon_sym_DASH_EQ] = ACTIONS(4199), - [anon_sym_STAR_EQ] = ACTIONS(4199), - [anon_sym_SLASH_EQ] = ACTIONS(4199), - [anon_sym_PERCENT_EQ] = ACTIONS(4199), - [anon_sym_BANG_EQ] = ACTIONS(4197), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4199), - [anon_sym_EQ_EQ] = ACTIONS(4197), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4199), - [anon_sym_LT_EQ] = ACTIONS(4199), - [anon_sym_GT_EQ] = ACTIONS(4199), - [anon_sym_BANGin] = ACTIONS(4199), - [anon_sym_is] = ACTIONS(4197), - [anon_sym_BANGis] = ACTIONS(4199), - [anon_sym_PLUS] = ACTIONS(4197), - [anon_sym_DASH] = ACTIONS(4197), - [anon_sym_SLASH] = ACTIONS(4197), - [anon_sym_PERCENT] = ACTIONS(4197), - [anon_sym_as_QMARK] = ACTIONS(4199), - [anon_sym_PLUS_PLUS] = ACTIONS(4199), - [anon_sym_DASH_DASH] = ACTIONS(4199), - [anon_sym_BANG_BANG] = ACTIONS(4199), - [anon_sym_suspend] = ACTIONS(4197), - [anon_sym_sealed] = ACTIONS(4197), - [anon_sym_annotation] = ACTIONS(4197), - [anon_sym_data] = ACTIONS(4197), - [anon_sym_inner] = ACTIONS(4197), - [anon_sym_override] = ACTIONS(4197), - [anon_sym_lateinit] = ACTIONS(4197), - [anon_sym_public] = ACTIONS(4197), - [anon_sym_private] = ACTIONS(4197), - [anon_sym_internal] = ACTIONS(4197), - [anon_sym_protected] = ACTIONS(4197), - [anon_sym_tailrec] = ACTIONS(4197), - [anon_sym_operator] = ACTIONS(4197), - [anon_sym_infix] = ACTIONS(4197), - [anon_sym_inline] = ACTIONS(4197), - [anon_sym_external] = ACTIONS(4197), - [sym_property_modifier] = ACTIONS(4197), - [anon_sym_abstract] = ACTIONS(4197), - [anon_sym_final] = ACTIONS(4197), - [anon_sym_open] = ACTIONS(4197), - [anon_sym_vararg] = ACTIONS(4197), - [anon_sym_noinline] = ACTIONS(4197), - [anon_sym_crossinline] = ACTIONS(4197), - [anon_sym_expect] = ACTIONS(4197), - [anon_sym_actual] = ACTIONS(4197), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4199), - [sym__automatic_semicolon] = ACTIONS(4199), - [sym_safe_nav] = ACTIONS(4199), - [sym_multiline_comment] = ACTIONS(3), + [3345] = { + [sym__alpha_identifier] = ACTIONS(4760), + [anon_sym_AT] = ACTIONS(4762), + [anon_sym_LBRACK] = ACTIONS(4762), + [anon_sym_as] = ACTIONS(4760), + [anon_sym_EQ] = ACTIONS(4760), + [anon_sym_LBRACE] = ACTIONS(4762), + [anon_sym_RBRACE] = ACTIONS(4762), + [anon_sym_LPAREN] = ACTIONS(4762), + [anon_sym_COMMA] = ACTIONS(4762), + [anon_sym_LT] = ACTIONS(4760), + [anon_sym_GT] = ACTIONS(4760), + [anon_sym_where] = ACTIONS(4760), + [anon_sym_object] = ACTIONS(4760), + [anon_sym_fun] = ACTIONS(4760), + [anon_sym_DOT] = ACTIONS(4760), + [anon_sym_SEMI] = ACTIONS(4762), + [anon_sym_get] = ACTIONS(4760), + [anon_sym_set] = ACTIONS(4760), + [anon_sym_this] = ACTIONS(4760), + [anon_sym_super] = ACTIONS(4760), + [anon_sym_STAR] = ACTIONS(4760), + [sym_label] = ACTIONS(4760), + [anon_sym_in] = ACTIONS(4760), + [anon_sym_DOT_DOT] = ACTIONS(4762), + [anon_sym_QMARK_COLON] = ACTIONS(4762), + [anon_sym_AMP_AMP] = ACTIONS(4762), + [anon_sym_PIPE_PIPE] = ACTIONS(4762), + [anon_sym_null] = ACTIONS(4760), + [anon_sym_if] = ACTIONS(4760), + [anon_sym_else] = ACTIONS(4760), + [anon_sym_when] = ACTIONS(4760), + [anon_sym_try] = ACTIONS(4760), + [anon_sym_throw] = ACTIONS(4760), + [anon_sym_return] = ACTIONS(4760), + [anon_sym_continue] = ACTIONS(4760), + [anon_sym_break] = ACTIONS(4760), + [anon_sym_COLON_COLON] = ACTIONS(4762), + [anon_sym_PLUS_EQ] = ACTIONS(4762), + [anon_sym_DASH_EQ] = ACTIONS(4762), + [anon_sym_STAR_EQ] = ACTIONS(4762), + [anon_sym_SLASH_EQ] = ACTIONS(4762), + [anon_sym_PERCENT_EQ] = ACTIONS(4762), + [anon_sym_BANG_EQ] = ACTIONS(4760), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4762), + [anon_sym_EQ_EQ] = ACTIONS(4760), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4762), + [anon_sym_LT_EQ] = ACTIONS(4762), + [anon_sym_GT_EQ] = ACTIONS(4762), + [anon_sym_BANGin] = ACTIONS(4762), + [anon_sym_is] = ACTIONS(4760), + [anon_sym_BANGis] = ACTIONS(4762), + [anon_sym_PLUS] = ACTIONS(4760), + [anon_sym_DASH] = ACTIONS(4760), + [anon_sym_SLASH] = ACTIONS(4760), + [anon_sym_PERCENT] = ACTIONS(4760), + [anon_sym_as_QMARK] = ACTIONS(4762), + [anon_sym_PLUS_PLUS] = ACTIONS(4762), + [anon_sym_DASH_DASH] = ACTIONS(4762), + [anon_sym_BANG] = ACTIONS(4760), + [anon_sym_BANG_BANG] = ACTIONS(4762), + [anon_sym_data] = ACTIONS(4760), + [anon_sym_inner] = ACTIONS(4760), + [anon_sym_expect] = ACTIONS(4760), + [anon_sym_actual] = ACTIONS(4760), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4762), + [anon_sym_continue_AT] = ACTIONS(4762), + [anon_sym_break_AT] = ACTIONS(4762), + [sym_real_literal] = ACTIONS(4762), + [sym_integer_literal] = ACTIONS(4760), + [sym_hex_literal] = ACTIONS(4762), + [sym_bin_literal] = ACTIONS(4762), + [anon_sym_true] = ACTIONS(4760), + [anon_sym_false] = ACTIONS(4760), + [anon_sym_SQUOTE] = ACTIONS(4762), + [sym__backtick_identifier] = ACTIONS(4762), + [sym__automatic_semicolon] = ACTIONS(4762), + [sym_safe_nav] = ACTIONS(4762), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4762), }, - [3443] = { - [sym__alpha_identifier] = ACTIONS(4975), - [anon_sym_AT] = ACTIONS(4977), - [anon_sym_LBRACK] = ACTIONS(4977), - [anon_sym_as] = ACTIONS(4975), - [anon_sym_EQ] = ACTIONS(4975), - [anon_sym_LBRACE] = ACTIONS(4977), - [anon_sym_RBRACE] = ACTIONS(4977), - [anon_sym_LPAREN] = ACTIONS(4977), - [anon_sym_COMMA] = ACTIONS(4977), - [anon_sym_LT] = ACTIONS(4975), - [anon_sym_GT] = ACTIONS(4975), - [anon_sym_where] = ACTIONS(4975), - [anon_sym_object] = ACTIONS(4975), - [anon_sym_fun] = ACTIONS(4975), - [anon_sym_DOT] = ACTIONS(4975), - [anon_sym_SEMI] = ACTIONS(4977), - [anon_sym_get] = ACTIONS(4975), - [anon_sym_set] = ACTIONS(4975), - [anon_sym_this] = ACTIONS(4975), - [anon_sym_super] = ACTIONS(4975), - [anon_sym_STAR] = ACTIONS(4975), - [sym_label] = ACTIONS(4975), - [anon_sym_in] = ACTIONS(4975), - [anon_sym_DOT_DOT] = ACTIONS(4977), - [anon_sym_QMARK_COLON] = ACTIONS(4977), - [anon_sym_AMP_AMP] = ACTIONS(4977), - [anon_sym_PIPE_PIPE] = ACTIONS(4977), - [anon_sym_null] = ACTIONS(4975), - [anon_sym_if] = ACTIONS(4975), - [anon_sym_else] = ACTIONS(4975), - [anon_sym_when] = ACTIONS(4975), - [anon_sym_try] = ACTIONS(4975), - [anon_sym_throw] = ACTIONS(4975), - [anon_sym_return] = ACTIONS(4975), - [anon_sym_continue] = ACTIONS(4975), - [anon_sym_break] = ACTIONS(4975), - [anon_sym_COLON_COLON] = ACTIONS(4977), - [anon_sym_PLUS_EQ] = ACTIONS(4977), - [anon_sym_DASH_EQ] = ACTIONS(4977), - [anon_sym_STAR_EQ] = ACTIONS(4977), - [anon_sym_SLASH_EQ] = ACTIONS(4977), - [anon_sym_PERCENT_EQ] = ACTIONS(4977), - [anon_sym_BANG_EQ] = ACTIONS(4975), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4977), - [anon_sym_EQ_EQ] = ACTIONS(4975), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4977), - [anon_sym_LT_EQ] = ACTIONS(4977), - [anon_sym_GT_EQ] = ACTIONS(4977), - [anon_sym_BANGin] = ACTIONS(4977), - [anon_sym_is] = ACTIONS(4975), - [anon_sym_BANGis] = ACTIONS(4977), - [anon_sym_PLUS] = ACTIONS(4975), - [anon_sym_DASH] = ACTIONS(4975), - [anon_sym_SLASH] = ACTIONS(4975), - [anon_sym_PERCENT] = ACTIONS(4975), - [anon_sym_as_QMARK] = ACTIONS(4977), - [anon_sym_PLUS_PLUS] = ACTIONS(4977), - [anon_sym_DASH_DASH] = ACTIONS(4977), - [anon_sym_BANG] = ACTIONS(4975), - [anon_sym_BANG_BANG] = ACTIONS(4977), - [anon_sym_data] = ACTIONS(4975), - [anon_sym_inner] = ACTIONS(4975), - [anon_sym_expect] = ACTIONS(4975), - [anon_sym_actual] = ACTIONS(4975), + [3346] = { + [sym__alpha_identifier] = ACTIONS(4951), + [anon_sym_AT] = ACTIONS(4953), + [anon_sym_LBRACK] = ACTIONS(4953), + [anon_sym_RBRACK] = ACTIONS(4953), + [anon_sym_as] = ACTIONS(4951), + [anon_sym_EQ] = ACTIONS(4951), + [anon_sym_LBRACE] = ACTIONS(4953), + [anon_sym_RBRACE] = ACTIONS(4953), + [anon_sym_LPAREN] = ACTIONS(4953), + [anon_sym_COMMA] = ACTIONS(4953), + [anon_sym_RPAREN] = ACTIONS(4953), + [anon_sym_LT] = ACTIONS(4951), + [anon_sym_GT] = ACTIONS(4951), + [anon_sym_where] = ACTIONS(4951), + [anon_sym_DOT] = ACTIONS(4951), + [anon_sym_SEMI] = ACTIONS(4953), + [anon_sym_get] = ACTIONS(4951), + [anon_sym_set] = ACTIONS(4951), + [anon_sym_STAR] = ACTIONS(4951), + [anon_sym_DASH_GT] = ACTIONS(4953), + [sym_label] = ACTIONS(4953), + [anon_sym_in] = ACTIONS(4951), + [anon_sym_while] = ACTIONS(4951), + [anon_sym_DOT_DOT] = ACTIONS(4953), + [anon_sym_QMARK_COLON] = ACTIONS(4953), + [anon_sym_AMP_AMP] = ACTIONS(4953), + [anon_sym_PIPE_PIPE] = ACTIONS(4953), + [anon_sym_else] = ACTIONS(4951), + [anon_sym_COLON_COLON] = ACTIONS(4953), + [anon_sym_PLUS_EQ] = ACTIONS(4953), + [anon_sym_DASH_EQ] = ACTIONS(4953), + [anon_sym_STAR_EQ] = ACTIONS(4953), + [anon_sym_SLASH_EQ] = ACTIONS(4953), + [anon_sym_PERCENT_EQ] = ACTIONS(4953), + [anon_sym_BANG_EQ] = ACTIONS(4951), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4953), + [anon_sym_EQ_EQ] = ACTIONS(4951), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4953), + [anon_sym_LT_EQ] = ACTIONS(4953), + [anon_sym_GT_EQ] = ACTIONS(4953), + [anon_sym_BANGin] = ACTIONS(4953), + [anon_sym_is] = ACTIONS(4951), + [anon_sym_BANGis] = ACTIONS(4953), + [anon_sym_PLUS] = ACTIONS(4951), + [anon_sym_DASH] = ACTIONS(4951), + [anon_sym_SLASH] = ACTIONS(4951), + [anon_sym_PERCENT] = ACTIONS(4951), + [anon_sym_as_QMARK] = ACTIONS(4953), + [anon_sym_PLUS_PLUS] = ACTIONS(4953), + [anon_sym_DASH_DASH] = ACTIONS(4953), + [anon_sym_BANG_BANG] = ACTIONS(4953), + [anon_sym_suspend] = ACTIONS(4951), + [anon_sym_sealed] = ACTIONS(4951), + [anon_sym_annotation] = ACTIONS(4951), + [anon_sym_data] = ACTIONS(4951), + [anon_sym_inner] = ACTIONS(4951), + [anon_sym_override] = ACTIONS(4951), + [anon_sym_lateinit] = ACTIONS(4951), + [anon_sym_public] = ACTIONS(4951), + [anon_sym_private] = ACTIONS(4951), + [anon_sym_internal] = ACTIONS(4951), + [anon_sym_protected] = ACTIONS(4951), + [anon_sym_tailrec] = ACTIONS(4951), + [anon_sym_operator] = ACTIONS(4951), + [anon_sym_infix] = ACTIONS(4951), + [anon_sym_inline] = ACTIONS(4951), + [anon_sym_external] = ACTIONS(4951), + [sym_property_modifier] = ACTIONS(4951), + [anon_sym_abstract] = ACTIONS(4951), + [anon_sym_final] = ACTIONS(4951), + [anon_sym_open] = ACTIONS(4951), + [anon_sym_vararg] = ACTIONS(4951), + [anon_sym_noinline] = ACTIONS(4951), + [anon_sym_crossinline] = ACTIONS(4951), + [anon_sym_expect] = ACTIONS(4951), + [anon_sym_actual] = ACTIONS(4951), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4977), - [anon_sym_continue_AT] = ACTIONS(4977), - [anon_sym_break_AT] = ACTIONS(4977), - [sym_real_literal] = ACTIONS(4977), - [sym_integer_literal] = ACTIONS(4975), - [sym_hex_literal] = ACTIONS(4977), - [sym_bin_literal] = ACTIONS(4977), - [anon_sym_true] = ACTIONS(4975), - [anon_sym_false] = ACTIONS(4975), - [anon_sym_SQUOTE] = ACTIONS(4977), - [sym__backtick_identifier] = ACTIONS(4977), - [sym__automatic_semicolon] = ACTIONS(4977), - [sym_safe_nav] = ACTIONS(4977), + [sym__backtick_identifier] = ACTIONS(4953), + [sym_safe_nav] = ACTIONS(4953), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4977), }, - [3444] = { - [sym_class_body] = STATE(3695), - [sym_type_constraints] = STATE(3607), - [sym__alpha_identifier] = ACTIONS(3190), - [anon_sym_AT] = ACTIONS(3194), - [anon_sym_COLON] = ACTIONS(5557), - [anon_sym_LBRACK] = ACTIONS(3194), - [anon_sym_as] = ACTIONS(3190), - [anon_sym_EQ] = ACTIONS(3190), - [anon_sym_LBRACE] = ACTIONS(5421), - [anon_sym_RBRACE] = ACTIONS(3194), - [anon_sym_LPAREN] = ACTIONS(3194), - [anon_sym_COMMA] = ACTIONS(3194), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3190), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(3190), - [anon_sym_SEMI] = ACTIONS(3194), - [anon_sym_get] = ACTIONS(3190), - [anon_sym_set] = ACTIONS(3190), - [anon_sym_STAR] = ACTIONS(3190), - [sym_label] = ACTIONS(3194), - [anon_sym_in] = ACTIONS(3190), - [anon_sym_DOT_DOT] = ACTIONS(3194), - [anon_sym_QMARK_COLON] = ACTIONS(3194), - [anon_sym_AMP_AMP] = ACTIONS(3194), - [anon_sym_PIPE_PIPE] = ACTIONS(3194), - [anon_sym_else] = ACTIONS(3190), - [anon_sym_COLON_COLON] = ACTIONS(3194), - [anon_sym_PLUS_EQ] = ACTIONS(3194), - [anon_sym_DASH_EQ] = ACTIONS(3194), - [anon_sym_STAR_EQ] = ACTIONS(3194), - [anon_sym_SLASH_EQ] = ACTIONS(3194), - [anon_sym_PERCENT_EQ] = ACTIONS(3194), - [anon_sym_BANG_EQ] = ACTIONS(3190), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3194), - [anon_sym_EQ_EQ] = ACTIONS(3190), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3194), - [anon_sym_LT_EQ] = ACTIONS(3194), - [anon_sym_GT_EQ] = ACTIONS(3194), - [anon_sym_BANGin] = ACTIONS(3194), - [anon_sym_is] = ACTIONS(3190), - [anon_sym_BANGis] = ACTIONS(3194), - [anon_sym_PLUS] = ACTIONS(3190), - [anon_sym_DASH] = ACTIONS(3190), - [anon_sym_SLASH] = ACTIONS(3190), - [anon_sym_PERCENT] = ACTIONS(3190), - [anon_sym_as_QMARK] = ACTIONS(3194), - [anon_sym_PLUS_PLUS] = ACTIONS(3194), - [anon_sym_DASH_DASH] = ACTIONS(3194), - [anon_sym_BANG_BANG] = ACTIONS(3194), - [anon_sym_suspend] = ACTIONS(3190), - [anon_sym_sealed] = ACTIONS(3190), - [anon_sym_annotation] = ACTIONS(3190), - [anon_sym_data] = ACTIONS(3190), - [anon_sym_inner] = ACTIONS(3190), - [anon_sym_override] = ACTIONS(3190), - [anon_sym_lateinit] = ACTIONS(3190), - [anon_sym_public] = ACTIONS(3190), - [anon_sym_private] = ACTIONS(3190), - [anon_sym_internal] = ACTIONS(3190), - [anon_sym_protected] = ACTIONS(3190), - [anon_sym_tailrec] = ACTIONS(3190), - [anon_sym_operator] = ACTIONS(3190), - [anon_sym_infix] = ACTIONS(3190), - [anon_sym_inline] = ACTIONS(3190), - [anon_sym_external] = ACTIONS(3190), - [sym_property_modifier] = ACTIONS(3190), - [anon_sym_abstract] = ACTIONS(3190), - [anon_sym_final] = ACTIONS(3190), - [anon_sym_open] = ACTIONS(3190), - [anon_sym_vararg] = ACTIONS(3190), - [anon_sym_noinline] = ACTIONS(3190), - [anon_sym_crossinline] = ACTIONS(3190), - [anon_sym_expect] = ACTIONS(3190), - [anon_sym_actual] = ACTIONS(3190), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3194), - [sym__automatic_semicolon] = ACTIONS(3194), - [sym_safe_nav] = ACTIONS(3194), - [sym_multiline_comment] = ACTIONS(3), + [3347] = { + [sym__alpha_identifier] = ACTIONS(4842), + [anon_sym_AT] = ACTIONS(4844), + [anon_sym_LBRACK] = ACTIONS(4844), + [anon_sym_as] = ACTIONS(4842), + [anon_sym_EQ] = ACTIONS(4842), + [anon_sym_LBRACE] = ACTIONS(4844), + [anon_sym_RBRACE] = ACTIONS(4844), + [anon_sym_LPAREN] = ACTIONS(4844), + [anon_sym_COMMA] = ACTIONS(4844), + [anon_sym_LT] = ACTIONS(4842), + [anon_sym_GT] = ACTIONS(4842), + [anon_sym_where] = ACTIONS(4842), + [anon_sym_object] = ACTIONS(4842), + [anon_sym_fun] = ACTIONS(4842), + [anon_sym_DOT] = ACTIONS(4842), + [anon_sym_SEMI] = ACTIONS(4844), + [anon_sym_get] = ACTIONS(4842), + [anon_sym_set] = ACTIONS(4842), + [anon_sym_this] = ACTIONS(4842), + [anon_sym_super] = ACTIONS(4842), + [anon_sym_STAR] = ACTIONS(4842), + [sym_label] = ACTIONS(4842), + [anon_sym_in] = ACTIONS(4842), + [anon_sym_DOT_DOT] = ACTIONS(4844), + [anon_sym_QMARK_COLON] = ACTIONS(4844), + [anon_sym_AMP_AMP] = ACTIONS(4844), + [anon_sym_PIPE_PIPE] = ACTIONS(4844), + [anon_sym_null] = ACTIONS(4842), + [anon_sym_if] = ACTIONS(4842), + [anon_sym_else] = ACTIONS(4842), + [anon_sym_when] = ACTIONS(4842), + [anon_sym_try] = ACTIONS(4842), + [anon_sym_throw] = ACTIONS(4842), + [anon_sym_return] = ACTIONS(4842), + [anon_sym_continue] = ACTIONS(4842), + [anon_sym_break] = ACTIONS(4842), + [anon_sym_COLON_COLON] = ACTIONS(6540), + [anon_sym_PLUS_EQ] = ACTIONS(4844), + [anon_sym_DASH_EQ] = ACTIONS(4844), + [anon_sym_STAR_EQ] = ACTIONS(4844), + [anon_sym_SLASH_EQ] = ACTIONS(4844), + [anon_sym_PERCENT_EQ] = ACTIONS(4844), + [anon_sym_BANG_EQ] = ACTIONS(4842), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4844), + [anon_sym_EQ_EQ] = ACTIONS(4842), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4844), + [anon_sym_LT_EQ] = ACTIONS(4844), + [anon_sym_GT_EQ] = ACTIONS(4844), + [anon_sym_BANGin] = ACTIONS(4844), + [anon_sym_is] = ACTIONS(4842), + [anon_sym_BANGis] = ACTIONS(4844), + [anon_sym_PLUS] = ACTIONS(4842), + [anon_sym_DASH] = ACTIONS(4842), + [anon_sym_SLASH] = ACTIONS(4842), + [anon_sym_PERCENT] = ACTIONS(4842), + [anon_sym_as_QMARK] = ACTIONS(4844), + [anon_sym_PLUS_PLUS] = ACTIONS(4844), + [anon_sym_DASH_DASH] = ACTIONS(4844), + [anon_sym_BANG] = ACTIONS(4842), + [anon_sym_BANG_BANG] = ACTIONS(4844), + [anon_sym_data] = ACTIONS(4842), + [anon_sym_inner] = ACTIONS(4842), + [anon_sym_expect] = ACTIONS(4842), + [anon_sym_actual] = ACTIONS(4842), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4844), + [anon_sym_continue_AT] = ACTIONS(4844), + [anon_sym_break_AT] = ACTIONS(4844), + [sym_real_literal] = ACTIONS(4844), + [sym_integer_literal] = ACTIONS(4842), + [sym_hex_literal] = ACTIONS(4844), + [sym_bin_literal] = ACTIONS(4844), + [anon_sym_true] = ACTIONS(4842), + [anon_sym_false] = ACTIONS(4842), + [anon_sym_SQUOTE] = ACTIONS(4844), + [sym__backtick_identifier] = ACTIONS(4844), + [sym__automatic_semicolon] = ACTIONS(4844), + [sym_safe_nav] = ACTIONS(4844), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4844), }, - [3445] = { - [sym__alpha_identifier] = ACTIONS(4304), - [anon_sym_AT] = ACTIONS(4306), - [anon_sym_LBRACK] = ACTIONS(4306), - [anon_sym_EQ] = ACTIONS(4306), - [anon_sym_LBRACE] = ACTIONS(4306), - [anon_sym_RBRACE] = ACTIONS(4306), - [anon_sym_LPAREN] = ACTIONS(4306), - [anon_sym_COMMA] = ACTIONS(4306), - [anon_sym_by] = ACTIONS(4304), - [anon_sym_where] = ACTIONS(4304), - [anon_sym_object] = ACTIONS(4304), - [anon_sym_fun] = ACTIONS(4304), - [anon_sym_DOT] = ACTIONS(4304), - [anon_sym_SEMI] = ACTIONS(4306), - [anon_sym_get] = ACTIONS(4304), - [anon_sym_set] = ACTIONS(4304), - [anon_sym_this] = ACTIONS(4304), - [anon_sym_super] = ACTIONS(4304), - [sym__quest] = ACTIONS(4306), - [anon_sym_STAR] = ACTIONS(4306), - [sym_label] = ACTIONS(4304), - [anon_sym_in] = ACTIONS(4304), - [anon_sym_null] = ACTIONS(4304), - [anon_sym_if] = ACTIONS(4304), - [anon_sym_else] = ACTIONS(4304), - [anon_sym_when] = ACTIONS(4304), - [anon_sym_try] = ACTIONS(4304), - [anon_sym_throw] = ACTIONS(4304), - [anon_sym_return] = ACTIONS(4304), - [anon_sym_continue] = ACTIONS(4304), - [anon_sym_break] = ACTIONS(4304), - [anon_sym_COLON_COLON] = ACTIONS(4306), - [anon_sym_BANGin] = ACTIONS(4306), - [anon_sym_is] = ACTIONS(4304), - [anon_sym_BANGis] = ACTIONS(4306), - [anon_sym_PLUS] = ACTIONS(4304), - [anon_sym_DASH] = ACTIONS(4304), - [anon_sym_PLUS_PLUS] = ACTIONS(4306), - [anon_sym_DASH_DASH] = ACTIONS(4306), - [anon_sym_BANG] = ACTIONS(4304), - [anon_sym_suspend] = ACTIONS(4304), - [anon_sym_sealed] = ACTIONS(4304), - [anon_sym_annotation] = ACTIONS(4304), - [anon_sym_data] = ACTIONS(4304), - [anon_sym_inner] = ACTIONS(4304), - [anon_sym_override] = ACTIONS(4304), - [anon_sym_lateinit] = ACTIONS(4304), - [anon_sym_public] = ACTIONS(4304), - [anon_sym_private] = ACTIONS(4304), - [anon_sym_internal] = ACTIONS(4304), - [anon_sym_protected] = ACTIONS(4304), - [anon_sym_tailrec] = ACTIONS(4304), - [anon_sym_operator] = ACTIONS(4304), - [anon_sym_infix] = ACTIONS(4304), - [anon_sym_inline] = ACTIONS(4304), - [anon_sym_external] = ACTIONS(4304), - [sym_property_modifier] = ACTIONS(4304), - [anon_sym_abstract] = ACTIONS(4304), - [anon_sym_final] = ACTIONS(4304), - [anon_sym_open] = ACTIONS(4304), - [anon_sym_vararg] = ACTIONS(4304), - [anon_sym_noinline] = ACTIONS(4304), - [anon_sym_crossinline] = ACTIONS(4304), - [anon_sym_expect] = ACTIONS(4304), - [anon_sym_actual] = ACTIONS(4304), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4306), - [anon_sym_continue_AT] = ACTIONS(4306), - [anon_sym_break_AT] = ACTIONS(4306), - [sym_real_literal] = ACTIONS(4306), - [sym_integer_literal] = ACTIONS(4304), - [sym_hex_literal] = ACTIONS(4306), - [sym_bin_literal] = ACTIONS(4306), - [anon_sym_true] = ACTIONS(4304), - [anon_sym_false] = ACTIONS(4304), - [anon_sym_SQUOTE] = ACTIONS(4306), - [sym__backtick_identifier] = ACTIONS(4306), - [sym__automatic_semicolon] = ACTIONS(4306), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4306), + [3348] = { + [sym__alpha_identifier] = ACTIONS(5057), + [anon_sym_AT] = ACTIONS(5059), + [anon_sym_LBRACK] = ACTIONS(5059), + [anon_sym_as] = ACTIONS(5057), + [anon_sym_EQ] = ACTIONS(5057), + [anon_sym_LBRACE] = ACTIONS(5059), + [anon_sym_RBRACE] = ACTIONS(5059), + [anon_sym_LPAREN] = ACTIONS(5059), + [anon_sym_COMMA] = ACTIONS(5059), + [anon_sym_LT] = ACTIONS(5057), + [anon_sym_GT] = ACTIONS(5057), + [anon_sym_where] = ACTIONS(5057), + [anon_sym_object] = ACTIONS(5057), + [anon_sym_fun] = ACTIONS(5057), + [anon_sym_DOT] = ACTIONS(5057), + [anon_sym_SEMI] = ACTIONS(5059), + [anon_sym_get] = ACTIONS(5057), + [anon_sym_set] = ACTIONS(5057), + [anon_sym_this] = ACTIONS(5057), + [anon_sym_super] = ACTIONS(5057), + [anon_sym_STAR] = ACTIONS(5057), + [sym_label] = ACTIONS(5057), + [anon_sym_in] = ACTIONS(5057), + [anon_sym_DOT_DOT] = ACTIONS(5059), + [anon_sym_QMARK_COLON] = ACTIONS(5059), + [anon_sym_AMP_AMP] = ACTIONS(5059), + [anon_sym_PIPE_PIPE] = ACTIONS(5059), + [anon_sym_null] = ACTIONS(5057), + [anon_sym_if] = ACTIONS(5057), + [anon_sym_else] = ACTIONS(5057), + [anon_sym_when] = ACTIONS(5057), + [anon_sym_try] = ACTIONS(5057), + [anon_sym_throw] = ACTIONS(5057), + [anon_sym_return] = ACTIONS(5057), + [anon_sym_continue] = ACTIONS(5057), + [anon_sym_break] = ACTIONS(5057), + [anon_sym_COLON_COLON] = ACTIONS(5059), + [anon_sym_PLUS_EQ] = ACTIONS(5059), + [anon_sym_DASH_EQ] = ACTIONS(5059), + [anon_sym_STAR_EQ] = ACTIONS(5059), + [anon_sym_SLASH_EQ] = ACTIONS(5059), + [anon_sym_PERCENT_EQ] = ACTIONS(5059), + [anon_sym_BANG_EQ] = ACTIONS(5057), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5059), + [anon_sym_EQ_EQ] = ACTIONS(5057), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5059), + [anon_sym_LT_EQ] = ACTIONS(5059), + [anon_sym_GT_EQ] = ACTIONS(5059), + [anon_sym_BANGin] = ACTIONS(5059), + [anon_sym_is] = ACTIONS(5057), + [anon_sym_BANGis] = ACTIONS(5059), + [anon_sym_PLUS] = ACTIONS(5057), + [anon_sym_DASH] = ACTIONS(5057), + [anon_sym_SLASH] = ACTIONS(5057), + [anon_sym_PERCENT] = ACTIONS(5057), + [anon_sym_as_QMARK] = ACTIONS(5059), + [anon_sym_PLUS_PLUS] = ACTIONS(5059), + [anon_sym_DASH_DASH] = ACTIONS(5059), + [anon_sym_BANG] = ACTIONS(5057), + [anon_sym_BANG_BANG] = ACTIONS(5059), + [anon_sym_data] = ACTIONS(5057), + [anon_sym_inner] = ACTIONS(5057), + [anon_sym_expect] = ACTIONS(5057), + [anon_sym_actual] = ACTIONS(5057), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5059), + [anon_sym_continue_AT] = ACTIONS(5059), + [anon_sym_break_AT] = ACTIONS(5059), + [sym_real_literal] = ACTIONS(5059), + [sym_integer_literal] = ACTIONS(5057), + [sym_hex_literal] = ACTIONS(5059), + [sym_bin_literal] = ACTIONS(5059), + [anon_sym_true] = ACTIONS(5057), + [anon_sym_false] = ACTIONS(5057), + [anon_sym_SQUOTE] = ACTIONS(5059), + [sym__backtick_identifier] = ACTIONS(5059), + [sym__automatic_semicolon] = ACTIONS(5059), + [sym_safe_nav] = ACTIONS(5059), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5059), }, - [3446] = { - [sym__alpha_identifier] = ACTIONS(4704), - [anon_sym_AT] = ACTIONS(4706), - [anon_sym_LBRACK] = ACTIONS(4706), - [anon_sym_as] = ACTIONS(4704), - [anon_sym_EQ] = ACTIONS(4704), - [anon_sym_LBRACE] = ACTIONS(4706), - [anon_sym_RBRACE] = ACTIONS(4706), - [anon_sym_LPAREN] = ACTIONS(4706), - [anon_sym_COMMA] = ACTIONS(4706), - [anon_sym_LT] = ACTIONS(4704), - [anon_sym_GT] = ACTIONS(4704), - [anon_sym_where] = ACTIONS(4704), - [anon_sym_object] = ACTIONS(4704), - [anon_sym_fun] = ACTIONS(4704), - [anon_sym_DOT] = ACTIONS(4704), - [anon_sym_SEMI] = ACTIONS(4706), - [anon_sym_get] = ACTIONS(4704), - [anon_sym_set] = ACTIONS(4704), - [anon_sym_this] = ACTIONS(4704), - [anon_sym_super] = ACTIONS(4704), - [anon_sym_STAR] = ACTIONS(4704), - [sym_label] = ACTIONS(4704), - [anon_sym_in] = ACTIONS(4704), - [anon_sym_DOT_DOT] = ACTIONS(4706), - [anon_sym_QMARK_COLON] = ACTIONS(4706), - [anon_sym_AMP_AMP] = ACTIONS(4706), - [anon_sym_PIPE_PIPE] = ACTIONS(4706), - [anon_sym_null] = ACTIONS(4704), - [anon_sym_if] = ACTIONS(4704), - [anon_sym_else] = ACTIONS(4704), - [anon_sym_when] = ACTIONS(4704), - [anon_sym_try] = ACTIONS(4704), - [anon_sym_throw] = ACTIONS(4704), - [anon_sym_return] = ACTIONS(4704), - [anon_sym_continue] = ACTIONS(4704), - [anon_sym_break] = ACTIONS(4704), - [anon_sym_COLON_COLON] = ACTIONS(4706), - [anon_sym_PLUS_EQ] = ACTIONS(4706), - [anon_sym_DASH_EQ] = ACTIONS(4706), - [anon_sym_STAR_EQ] = ACTIONS(4706), - [anon_sym_SLASH_EQ] = ACTIONS(4706), - [anon_sym_PERCENT_EQ] = ACTIONS(4706), - [anon_sym_BANG_EQ] = ACTIONS(4704), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4706), - [anon_sym_EQ_EQ] = ACTIONS(4704), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4706), - [anon_sym_LT_EQ] = ACTIONS(4706), - [anon_sym_GT_EQ] = ACTIONS(4706), - [anon_sym_BANGin] = ACTIONS(4706), - [anon_sym_is] = ACTIONS(4704), - [anon_sym_BANGis] = ACTIONS(4706), - [anon_sym_PLUS] = ACTIONS(4704), - [anon_sym_DASH] = ACTIONS(4704), - [anon_sym_SLASH] = ACTIONS(4704), - [anon_sym_PERCENT] = ACTIONS(4704), - [anon_sym_as_QMARK] = ACTIONS(4706), - [anon_sym_PLUS_PLUS] = ACTIONS(4706), - [anon_sym_DASH_DASH] = ACTIONS(4706), - [anon_sym_BANG] = ACTIONS(4704), - [anon_sym_BANG_BANG] = ACTIONS(4706), - [anon_sym_data] = ACTIONS(4704), - [anon_sym_inner] = ACTIONS(4704), - [anon_sym_expect] = ACTIONS(4704), - [anon_sym_actual] = ACTIONS(4704), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4706), - [anon_sym_continue_AT] = ACTIONS(4706), - [anon_sym_break_AT] = ACTIONS(4706), - [sym_real_literal] = ACTIONS(4706), - [sym_integer_literal] = ACTIONS(4704), - [sym_hex_literal] = ACTIONS(4706), - [sym_bin_literal] = ACTIONS(4706), - [anon_sym_true] = ACTIONS(4704), - [anon_sym_false] = ACTIONS(4704), - [anon_sym_SQUOTE] = ACTIONS(4706), - [sym__backtick_identifier] = ACTIONS(4706), - [sym__automatic_semicolon] = ACTIONS(4706), - [sym_safe_nav] = ACTIONS(4706), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4706), + [3349] = { + [sym__alpha_identifier] = ACTIONS(4889), + [anon_sym_AT] = ACTIONS(4891), + [anon_sym_LBRACK] = ACTIONS(4891), + [anon_sym_as] = ACTIONS(4889), + [anon_sym_EQ] = ACTIONS(4889), + [anon_sym_LBRACE] = ACTIONS(4891), + [anon_sym_RBRACE] = ACTIONS(4891), + [anon_sym_LPAREN] = ACTIONS(4891), + [anon_sym_COMMA] = ACTIONS(4891), + [anon_sym_LT] = ACTIONS(4889), + [anon_sym_GT] = ACTIONS(4889), + [anon_sym_where] = ACTIONS(4889), + [anon_sym_object] = ACTIONS(4889), + [anon_sym_fun] = ACTIONS(4889), + [anon_sym_DOT] = ACTIONS(4889), + [anon_sym_SEMI] = ACTIONS(4891), + [anon_sym_get] = ACTIONS(4889), + [anon_sym_set] = ACTIONS(4889), + [anon_sym_this] = ACTIONS(4889), + [anon_sym_super] = ACTIONS(4889), + [anon_sym_STAR] = ACTIONS(4889), + [sym_label] = ACTIONS(4889), + [anon_sym_in] = ACTIONS(4889), + [anon_sym_DOT_DOT] = ACTIONS(4891), + [anon_sym_QMARK_COLON] = ACTIONS(4891), + [anon_sym_AMP_AMP] = ACTIONS(4891), + [anon_sym_PIPE_PIPE] = ACTIONS(4891), + [anon_sym_null] = ACTIONS(4889), + [anon_sym_if] = ACTIONS(4889), + [anon_sym_else] = ACTIONS(4889), + [anon_sym_when] = ACTIONS(4889), + [anon_sym_try] = ACTIONS(4889), + [anon_sym_throw] = ACTIONS(4889), + [anon_sym_return] = ACTIONS(4889), + [anon_sym_continue] = ACTIONS(4889), + [anon_sym_break] = ACTIONS(4889), + [anon_sym_COLON_COLON] = ACTIONS(4891), + [anon_sym_PLUS_EQ] = ACTIONS(4891), + [anon_sym_DASH_EQ] = ACTIONS(4891), + [anon_sym_STAR_EQ] = ACTIONS(4891), + [anon_sym_SLASH_EQ] = ACTIONS(4891), + [anon_sym_PERCENT_EQ] = ACTIONS(4891), + [anon_sym_BANG_EQ] = ACTIONS(4889), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4891), + [anon_sym_EQ_EQ] = ACTIONS(4889), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4891), + [anon_sym_LT_EQ] = ACTIONS(4891), + [anon_sym_GT_EQ] = ACTIONS(4891), + [anon_sym_BANGin] = ACTIONS(4891), + [anon_sym_is] = ACTIONS(4889), + [anon_sym_BANGis] = ACTIONS(4891), + [anon_sym_PLUS] = ACTIONS(4889), + [anon_sym_DASH] = ACTIONS(4889), + [anon_sym_SLASH] = ACTIONS(4889), + [anon_sym_PERCENT] = ACTIONS(4889), + [anon_sym_as_QMARK] = ACTIONS(4891), + [anon_sym_PLUS_PLUS] = ACTIONS(4891), + [anon_sym_DASH_DASH] = ACTIONS(4891), + [anon_sym_BANG] = ACTIONS(4889), + [anon_sym_BANG_BANG] = ACTIONS(4891), + [anon_sym_data] = ACTIONS(4889), + [anon_sym_inner] = ACTIONS(4889), + [anon_sym_expect] = ACTIONS(4889), + [anon_sym_actual] = ACTIONS(4889), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4891), + [anon_sym_continue_AT] = ACTIONS(4891), + [anon_sym_break_AT] = ACTIONS(4891), + [sym_real_literal] = ACTIONS(4891), + [sym_integer_literal] = ACTIONS(4889), + [sym_hex_literal] = ACTIONS(4891), + [sym_bin_literal] = ACTIONS(4891), + [anon_sym_true] = ACTIONS(4889), + [anon_sym_false] = ACTIONS(4889), + [anon_sym_SQUOTE] = ACTIONS(4891), + [sym__backtick_identifier] = ACTIONS(4891), + [sym__automatic_semicolon] = ACTIONS(4891), + [sym_safe_nav] = ACTIONS(4891), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4891), }, - [3447] = { - [sym__alpha_identifier] = ACTIONS(4746), - [anon_sym_AT] = ACTIONS(4748), - [anon_sym_LBRACK] = ACTIONS(4748), - [anon_sym_as] = ACTIONS(4746), - [anon_sym_EQ] = ACTIONS(4750), - [anon_sym_LBRACE] = ACTIONS(4748), - [anon_sym_RBRACE] = ACTIONS(4748), - [anon_sym_LPAREN] = ACTIONS(4748), - [anon_sym_COMMA] = ACTIONS(4748), - [anon_sym_LT] = ACTIONS(4746), - [anon_sym_GT] = ACTIONS(4746), - [anon_sym_where] = ACTIONS(4746), - [anon_sym_object] = ACTIONS(4746), - [anon_sym_fun] = ACTIONS(4746), - [anon_sym_DOT] = ACTIONS(4746), - [anon_sym_SEMI] = ACTIONS(4748), - [anon_sym_get] = ACTIONS(4746), - [anon_sym_set] = ACTIONS(4746), - [anon_sym_this] = ACTIONS(4746), - [anon_sym_super] = ACTIONS(4746), - [anon_sym_STAR] = ACTIONS(4746), - [sym_label] = ACTIONS(4746), - [anon_sym_in] = ACTIONS(4746), - [anon_sym_DOT_DOT] = ACTIONS(4748), - [anon_sym_QMARK_COLON] = ACTIONS(4748), - [anon_sym_AMP_AMP] = ACTIONS(4748), - [anon_sym_PIPE_PIPE] = ACTIONS(4748), - [anon_sym_null] = ACTIONS(4746), - [anon_sym_if] = ACTIONS(4746), - [anon_sym_else] = ACTIONS(4746), - [anon_sym_when] = ACTIONS(4746), - [anon_sym_try] = ACTIONS(4746), - [anon_sym_throw] = ACTIONS(4746), - [anon_sym_return] = ACTIONS(4746), - [anon_sym_continue] = ACTIONS(4746), - [anon_sym_break] = ACTIONS(4746), - [anon_sym_COLON_COLON] = ACTIONS(6551), - [anon_sym_PLUS_EQ] = ACTIONS(4755), - [anon_sym_DASH_EQ] = ACTIONS(4755), - [anon_sym_STAR_EQ] = ACTIONS(4755), - [anon_sym_SLASH_EQ] = ACTIONS(4755), - [anon_sym_PERCENT_EQ] = ACTIONS(4755), - [anon_sym_BANG_EQ] = ACTIONS(4746), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4748), - [anon_sym_EQ_EQ] = ACTIONS(4746), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4748), - [anon_sym_LT_EQ] = ACTIONS(4748), - [anon_sym_GT_EQ] = ACTIONS(4748), - [anon_sym_BANGin] = ACTIONS(4748), - [anon_sym_is] = ACTIONS(4746), - [anon_sym_BANGis] = ACTIONS(4748), - [anon_sym_PLUS] = ACTIONS(4746), - [anon_sym_DASH] = ACTIONS(4746), - [anon_sym_SLASH] = ACTIONS(4746), - [anon_sym_PERCENT] = ACTIONS(4746), - [anon_sym_as_QMARK] = ACTIONS(4748), - [anon_sym_PLUS_PLUS] = ACTIONS(4748), - [anon_sym_DASH_DASH] = ACTIONS(4748), - [anon_sym_BANG] = ACTIONS(4746), - [anon_sym_BANG_BANG] = ACTIONS(4748), - [anon_sym_data] = ACTIONS(4746), - [anon_sym_inner] = ACTIONS(4746), - [anon_sym_expect] = ACTIONS(4746), - [anon_sym_actual] = ACTIONS(4746), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4748), - [anon_sym_continue_AT] = ACTIONS(4748), - [anon_sym_break_AT] = ACTIONS(4748), - [sym_real_literal] = ACTIONS(4748), - [sym_integer_literal] = ACTIONS(4746), - [sym_hex_literal] = ACTIONS(4748), - [sym_bin_literal] = ACTIONS(4748), - [anon_sym_true] = ACTIONS(4746), - [anon_sym_false] = ACTIONS(4746), - [anon_sym_SQUOTE] = ACTIONS(4748), - [sym__backtick_identifier] = ACTIONS(4748), - [sym__automatic_semicolon] = ACTIONS(4748), - [sym_safe_nav] = ACTIONS(4748), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4748), + [3350] = { + [sym__alpha_identifier] = ACTIONS(3029), + [anon_sym_AT] = ACTIONS(3031), + [anon_sym_LBRACK] = ACTIONS(3031), + [anon_sym_as] = ACTIONS(3029), + [anon_sym_EQ] = ACTIONS(3029), + [anon_sym_LBRACE] = ACTIONS(3031), + [anon_sym_RBRACE] = ACTIONS(3031), + [anon_sym_LPAREN] = ACTIONS(3031), + [anon_sym_COMMA] = ACTIONS(3031), + [anon_sym_LT] = ACTIONS(3029), + [anon_sym_GT] = ACTIONS(3029), + [anon_sym_where] = ACTIONS(3029), + [anon_sym_object] = ACTIONS(3029), + [anon_sym_fun] = ACTIONS(3029), + [anon_sym_DOT] = ACTIONS(3029), + [anon_sym_SEMI] = ACTIONS(3031), + [anon_sym_get] = ACTIONS(3029), + [anon_sym_set] = ACTIONS(3029), + [anon_sym_this] = ACTIONS(3029), + [anon_sym_super] = ACTIONS(3029), + [anon_sym_STAR] = ACTIONS(3029), + [sym_label] = ACTIONS(3029), + [anon_sym_in] = ACTIONS(3029), + [anon_sym_DOT_DOT] = ACTIONS(3031), + [anon_sym_QMARK_COLON] = ACTIONS(3031), + [anon_sym_AMP_AMP] = ACTIONS(3031), + [anon_sym_PIPE_PIPE] = ACTIONS(3031), + [anon_sym_null] = ACTIONS(3029), + [anon_sym_if] = ACTIONS(3029), + [anon_sym_else] = ACTIONS(3029), + [anon_sym_when] = ACTIONS(3029), + [anon_sym_try] = ACTIONS(3029), + [anon_sym_throw] = ACTIONS(3029), + [anon_sym_return] = ACTIONS(3029), + [anon_sym_continue] = ACTIONS(3029), + [anon_sym_break] = ACTIONS(3029), + [anon_sym_COLON_COLON] = ACTIONS(3031), + [anon_sym_PLUS_EQ] = ACTIONS(3031), + [anon_sym_DASH_EQ] = ACTIONS(3031), + [anon_sym_STAR_EQ] = ACTIONS(3031), + [anon_sym_SLASH_EQ] = ACTIONS(3031), + [anon_sym_PERCENT_EQ] = ACTIONS(3031), + [anon_sym_BANG_EQ] = ACTIONS(3029), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3031), + [anon_sym_EQ_EQ] = ACTIONS(3029), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3031), + [anon_sym_LT_EQ] = ACTIONS(3031), + [anon_sym_GT_EQ] = ACTIONS(3031), + [anon_sym_BANGin] = ACTIONS(3031), + [anon_sym_is] = ACTIONS(3029), + [anon_sym_BANGis] = ACTIONS(3031), + [anon_sym_PLUS] = ACTIONS(3029), + [anon_sym_DASH] = ACTIONS(3029), + [anon_sym_SLASH] = ACTIONS(3029), + [anon_sym_PERCENT] = ACTIONS(3029), + [anon_sym_as_QMARK] = ACTIONS(3031), + [anon_sym_PLUS_PLUS] = ACTIONS(3031), + [anon_sym_DASH_DASH] = ACTIONS(3031), + [anon_sym_BANG] = ACTIONS(3029), + [anon_sym_BANG_BANG] = ACTIONS(3031), + [anon_sym_data] = ACTIONS(3029), + [anon_sym_inner] = ACTIONS(3029), + [anon_sym_expect] = ACTIONS(3029), + [anon_sym_actual] = ACTIONS(3029), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3031), + [anon_sym_continue_AT] = ACTIONS(3031), + [anon_sym_break_AT] = ACTIONS(3031), + [sym_real_literal] = ACTIONS(3031), + [sym_integer_literal] = ACTIONS(3029), + [sym_hex_literal] = ACTIONS(3031), + [sym_bin_literal] = ACTIONS(3031), + [anon_sym_true] = ACTIONS(3029), + [anon_sym_false] = ACTIONS(3029), + [anon_sym_SQUOTE] = ACTIONS(3031), + [sym__backtick_identifier] = ACTIONS(3031), + [sym__automatic_semicolon] = ACTIONS(3031), + [sym_safe_nav] = ACTIONS(3031), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3031), }, - [3448] = { - [sym_type_constraints] = STATE(3833), - [sym_function_body] = STATE(3792), - [sym__block] = STATE(3725), - [sym__alpha_identifier] = ACTIONS(4101), - [anon_sym_AT] = ACTIONS(4103), - [anon_sym_COLON] = ACTIONS(6602), - [anon_sym_LBRACK] = ACTIONS(4103), - [anon_sym_as] = ACTIONS(4101), - [anon_sym_EQ] = ACTIONS(6566), - [anon_sym_LBRACE] = ACTIONS(6434), - [anon_sym_RBRACE] = ACTIONS(4103), - [anon_sym_LPAREN] = ACTIONS(4103), - [anon_sym_LT] = ACTIONS(4101), - [anon_sym_GT] = ACTIONS(4101), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(4101), - [anon_sym_SEMI] = ACTIONS(4103), - [anon_sym_get] = ACTIONS(4101), - [anon_sym_set] = ACTIONS(4101), - [anon_sym_STAR] = ACTIONS(4101), - [sym_label] = ACTIONS(4103), - [anon_sym_in] = ACTIONS(4101), - [anon_sym_DOT_DOT] = ACTIONS(4103), - [anon_sym_QMARK_COLON] = ACTIONS(4103), - [anon_sym_AMP_AMP] = ACTIONS(4103), - [anon_sym_PIPE_PIPE] = ACTIONS(4103), - [anon_sym_else] = ACTIONS(4101), - [anon_sym_COLON_COLON] = ACTIONS(4103), - [anon_sym_PLUS_EQ] = ACTIONS(4103), - [anon_sym_DASH_EQ] = ACTIONS(4103), - [anon_sym_STAR_EQ] = ACTIONS(4103), - [anon_sym_SLASH_EQ] = ACTIONS(4103), - [anon_sym_PERCENT_EQ] = ACTIONS(4103), - [anon_sym_BANG_EQ] = ACTIONS(4101), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4103), - [anon_sym_EQ_EQ] = ACTIONS(4101), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4103), - [anon_sym_LT_EQ] = ACTIONS(4103), - [anon_sym_GT_EQ] = ACTIONS(4103), - [anon_sym_BANGin] = ACTIONS(4103), - [anon_sym_is] = ACTIONS(4101), - [anon_sym_BANGis] = ACTIONS(4103), - [anon_sym_PLUS] = ACTIONS(4101), - [anon_sym_DASH] = ACTIONS(4101), - [anon_sym_SLASH] = ACTIONS(4101), - [anon_sym_PERCENT] = ACTIONS(4101), - [anon_sym_as_QMARK] = ACTIONS(4103), - [anon_sym_PLUS_PLUS] = ACTIONS(4103), - [anon_sym_DASH_DASH] = ACTIONS(4103), - [anon_sym_BANG_BANG] = ACTIONS(4103), - [anon_sym_suspend] = ACTIONS(4101), - [anon_sym_sealed] = ACTIONS(4101), - [anon_sym_annotation] = ACTIONS(4101), - [anon_sym_data] = ACTIONS(4101), - [anon_sym_inner] = ACTIONS(4101), - [anon_sym_override] = ACTIONS(4101), - [anon_sym_lateinit] = ACTIONS(4101), - [anon_sym_public] = ACTIONS(4101), - [anon_sym_private] = ACTIONS(4101), - [anon_sym_internal] = ACTIONS(4101), - [anon_sym_protected] = ACTIONS(4101), - [anon_sym_tailrec] = ACTIONS(4101), - [anon_sym_operator] = ACTIONS(4101), - [anon_sym_infix] = ACTIONS(4101), - [anon_sym_inline] = ACTIONS(4101), - [anon_sym_external] = ACTIONS(4101), - [sym_property_modifier] = ACTIONS(4101), - [anon_sym_abstract] = ACTIONS(4101), - [anon_sym_final] = ACTIONS(4101), - [anon_sym_open] = ACTIONS(4101), - [anon_sym_vararg] = ACTIONS(4101), - [anon_sym_noinline] = ACTIONS(4101), - [anon_sym_crossinline] = ACTIONS(4101), - [anon_sym_expect] = ACTIONS(4101), - [anon_sym_actual] = ACTIONS(4101), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4103), - [sym__automatic_semicolon] = ACTIONS(4103), - [sym_safe_nav] = ACTIONS(4103), + [3351] = { + [sym__alpha_identifier] = ACTIONS(4764), + [anon_sym_AT] = ACTIONS(4766), + [anon_sym_LBRACK] = ACTIONS(4766), + [anon_sym_RBRACK] = ACTIONS(4766), + [anon_sym_as] = ACTIONS(4764), + [anon_sym_EQ] = ACTIONS(4764), + [anon_sym_LBRACE] = ACTIONS(4766), + [anon_sym_RBRACE] = ACTIONS(4766), + [anon_sym_LPAREN] = ACTIONS(4766), + [anon_sym_COMMA] = ACTIONS(4766), + [anon_sym_RPAREN] = ACTIONS(4766), + [anon_sym_LT] = ACTIONS(4764), + [anon_sym_GT] = ACTIONS(4764), + [anon_sym_where] = ACTIONS(4764), + [anon_sym_DOT] = ACTIONS(4764), + [anon_sym_SEMI] = ACTIONS(4766), + [anon_sym_get] = ACTIONS(4764), + [anon_sym_set] = ACTIONS(4764), + [anon_sym_STAR] = ACTIONS(4764), + [anon_sym_DASH_GT] = ACTIONS(4766), + [sym_label] = ACTIONS(4766), + [anon_sym_in] = ACTIONS(4764), + [anon_sym_while] = ACTIONS(4764), + [anon_sym_DOT_DOT] = ACTIONS(4766), + [anon_sym_QMARK_COLON] = ACTIONS(4766), + [anon_sym_AMP_AMP] = ACTIONS(4766), + [anon_sym_PIPE_PIPE] = ACTIONS(4766), + [anon_sym_else] = ACTIONS(4764), + [anon_sym_COLON_COLON] = ACTIONS(4766), + [anon_sym_PLUS_EQ] = ACTIONS(4766), + [anon_sym_DASH_EQ] = ACTIONS(4766), + [anon_sym_STAR_EQ] = ACTIONS(4766), + [anon_sym_SLASH_EQ] = ACTIONS(4766), + [anon_sym_PERCENT_EQ] = ACTIONS(4766), + [anon_sym_BANG_EQ] = ACTIONS(4764), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4766), + [anon_sym_EQ_EQ] = ACTIONS(4764), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4766), + [anon_sym_LT_EQ] = ACTIONS(4766), + [anon_sym_GT_EQ] = ACTIONS(4766), + [anon_sym_BANGin] = ACTIONS(4766), + [anon_sym_is] = ACTIONS(4764), + [anon_sym_BANGis] = ACTIONS(4766), + [anon_sym_PLUS] = ACTIONS(4764), + [anon_sym_DASH] = ACTIONS(4764), + [anon_sym_SLASH] = ACTIONS(4764), + [anon_sym_PERCENT] = ACTIONS(4764), + [anon_sym_as_QMARK] = ACTIONS(4766), + [anon_sym_PLUS_PLUS] = ACTIONS(4766), + [anon_sym_DASH_DASH] = ACTIONS(4766), + [anon_sym_BANG_BANG] = ACTIONS(4766), + [anon_sym_suspend] = ACTIONS(4764), + [anon_sym_sealed] = ACTIONS(4764), + [anon_sym_annotation] = ACTIONS(4764), + [anon_sym_data] = ACTIONS(4764), + [anon_sym_inner] = ACTIONS(4764), + [anon_sym_override] = ACTIONS(4764), + [anon_sym_lateinit] = ACTIONS(4764), + [anon_sym_public] = ACTIONS(4764), + [anon_sym_private] = ACTIONS(4764), + [anon_sym_internal] = ACTIONS(4764), + [anon_sym_protected] = ACTIONS(4764), + [anon_sym_tailrec] = ACTIONS(4764), + [anon_sym_operator] = ACTIONS(4764), + [anon_sym_infix] = ACTIONS(4764), + [anon_sym_inline] = ACTIONS(4764), + [anon_sym_external] = ACTIONS(4764), + [sym_property_modifier] = ACTIONS(4764), + [anon_sym_abstract] = ACTIONS(4764), + [anon_sym_final] = ACTIONS(4764), + [anon_sym_open] = ACTIONS(4764), + [anon_sym_vararg] = ACTIONS(4764), + [anon_sym_noinline] = ACTIONS(4764), + [anon_sym_crossinline] = ACTIONS(4764), + [anon_sym_expect] = ACTIONS(4764), + [anon_sym_actual] = ACTIONS(4764), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4766), + [sym_safe_nav] = ACTIONS(4766), [sym_multiline_comment] = ACTIONS(3), }, - [3449] = { - [sym_type_constraints] = STATE(3628), - [sym_enum_class_body] = STATE(3695), - [sym__alpha_identifier] = ACTIONS(3190), - [anon_sym_AT] = ACTIONS(3194), - [anon_sym_COLON] = ACTIONS(5480), - [anon_sym_LBRACK] = ACTIONS(3194), - [anon_sym_as] = ACTIONS(3190), - [anon_sym_EQ] = ACTIONS(3190), - [anon_sym_LBRACE] = ACTIONS(5359), - [anon_sym_RBRACE] = ACTIONS(3194), - [anon_sym_LPAREN] = ACTIONS(3194), - [anon_sym_COMMA] = ACTIONS(3194), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3190), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(3190), - [anon_sym_SEMI] = ACTIONS(3194), - [anon_sym_get] = ACTIONS(3190), - [anon_sym_set] = ACTIONS(3190), - [anon_sym_STAR] = ACTIONS(3190), - [sym_label] = ACTIONS(3194), - [anon_sym_in] = ACTIONS(3190), - [anon_sym_DOT_DOT] = ACTIONS(3194), - [anon_sym_QMARK_COLON] = ACTIONS(3194), - [anon_sym_AMP_AMP] = ACTIONS(3194), - [anon_sym_PIPE_PIPE] = ACTIONS(3194), - [anon_sym_else] = ACTIONS(3190), - [anon_sym_COLON_COLON] = ACTIONS(3194), - [anon_sym_PLUS_EQ] = ACTIONS(3194), - [anon_sym_DASH_EQ] = ACTIONS(3194), - [anon_sym_STAR_EQ] = ACTIONS(3194), - [anon_sym_SLASH_EQ] = ACTIONS(3194), - [anon_sym_PERCENT_EQ] = ACTIONS(3194), - [anon_sym_BANG_EQ] = ACTIONS(3190), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3194), - [anon_sym_EQ_EQ] = ACTIONS(3190), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3194), - [anon_sym_LT_EQ] = ACTIONS(3194), - [anon_sym_GT_EQ] = ACTIONS(3194), - [anon_sym_BANGin] = ACTIONS(3194), - [anon_sym_is] = ACTIONS(3190), - [anon_sym_BANGis] = ACTIONS(3194), - [anon_sym_PLUS] = ACTIONS(3190), - [anon_sym_DASH] = ACTIONS(3190), - [anon_sym_SLASH] = ACTIONS(3190), - [anon_sym_PERCENT] = ACTIONS(3190), - [anon_sym_as_QMARK] = ACTIONS(3194), - [anon_sym_PLUS_PLUS] = ACTIONS(3194), - [anon_sym_DASH_DASH] = ACTIONS(3194), - [anon_sym_BANG_BANG] = ACTIONS(3194), - [anon_sym_suspend] = ACTIONS(3190), - [anon_sym_sealed] = ACTIONS(3190), - [anon_sym_annotation] = ACTIONS(3190), - [anon_sym_data] = ACTIONS(3190), - [anon_sym_inner] = ACTIONS(3190), - [anon_sym_override] = ACTIONS(3190), - [anon_sym_lateinit] = ACTIONS(3190), - [anon_sym_public] = ACTIONS(3190), - [anon_sym_private] = ACTIONS(3190), - [anon_sym_internal] = ACTIONS(3190), - [anon_sym_protected] = ACTIONS(3190), - [anon_sym_tailrec] = ACTIONS(3190), - [anon_sym_operator] = ACTIONS(3190), - [anon_sym_infix] = ACTIONS(3190), - [anon_sym_inline] = ACTIONS(3190), - [anon_sym_external] = ACTIONS(3190), - [sym_property_modifier] = ACTIONS(3190), - [anon_sym_abstract] = ACTIONS(3190), - [anon_sym_final] = ACTIONS(3190), - [anon_sym_open] = ACTIONS(3190), - [anon_sym_vararg] = ACTIONS(3190), - [anon_sym_noinline] = ACTIONS(3190), - [anon_sym_crossinline] = ACTIONS(3190), - [anon_sym_expect] = ACTIONS(3190), - [anon_sym_actual] = ACTIONS(3190), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3194), - [sym__automatic_semicolon] = ACTIONS(3194), - [sym_safe_nav] = ACTIONS(3194), + [3352] = { + [sym__alpha_identifier] = ACTIONS(4005), + [anon_sym_AT] = ACTIONS(4007), + [anon_sym_LBRACK] = ACTIONS(4007), + [anon_sym_as] = ACTIONS(4005), + [anon_sym_EQ] = ACTIONS(4005), + [anon_sym_LBRACE] = ACTIONS(4007), + [anon_sym_RBRACE] = ACTIONS(4007), + [anon_sym_LPAREN] = ACTIONS(4007), + [anon_sym_COMMA] = ACTIONS(4007), + [anon_sym_LT] = ACTIONS(4005), + [anon_sym_GT] = ACTIONS(4005), + [anon_sym_where] = ACTIONS(4005), + [anon_sym_object] = ACTIONS(4005), + [anon_sym_fun] = ACTIONS(4005), + [anon_sym_DOT] = ACTIONS(4005), + [anon_sym_SEMI] = ACTIONS(4007), + [anon_sym_get] = ACTIONS(4005), + [anon_sym_set] = ACTIONS(4005), + [anon_sym_this] = ACTIONS(4005), + [anon_sym_super] = ACTIONS(4005), + [anon_sym_STAR] = ACTIONS(4005), + [sym_label] = ACTIONS(4005), + [anon_sym_in] = ACTIONS(4005), + [anon_sym_DOT_DOT] = ACTIONS(4007), + [anon_sym_QMARK_COLON] = ACTIONS(4007), + [anon_sym_AMP_AMP] = ACTIONS(4007), + [anon_sym_PIPE_PIPE] = ACTIONS(4007), + [anon_sym_null] = ACTIONS(4005), + [anon_sym_if] = ACTIONS(4005), + [anon_sym_else] = ACTIONS(4005), + [anon_sym_when] = ACTIONS(4005), + [anon_sym_try] = ACTIONS(4005), + [anon_sym_throw] = ACTIONS(4005), + [anon_sym_return] = ACTIONS(4005), + [anon_sym_continue] = ACTIONS(4005), + [anon_sym_break] = ACTIONS(4005), + [anon_sym_COLON_COLON] = ACTIONS(4007), + [anon_sym_PLUS_EQ] = ACTIONS(4007), + [anon_sym_DASH_EQ] = ACTIONS(4007), + [anon_sym_STAR_EQ] = ACTIONS(4007), + [anon_sym_SLASH_EQ] = ACTIONS(4007), + [anon_sym_PERCENT_EQ] = ACTIONS(4007), + [anon_sym_BANG_EQ] = ACTIONS(4005), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4007), + [anon_sym_EQ_EQ] = ACTIONS(4005), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4007), + [anon_sym_LT_EQ] = ACTIONS(4007), + [anon_sym_GT_EQ] = ACTIONS(4007), + [anon_sym_BANGin] = ACTIONS(4007), + [anon_sym_is] = ACTIONS(4005), + [anon_sym_BANGis] = ACTIONS(4007), + [anon_sym_PLUS] = ACTIONS(4005), + [anon_sym_DASH] = ACTIONS(4005), + [anon_sym_SLASH] = ACTIONS(4005), + [anon_sym_PERCENT] = ACTIONS(4005), + [anon_sym_as_QMARK] = ACTIONS(4007), + [anon_sym_PLUS_PLUS] = ACTIONS(4007), + [anon_sym_DASH_DASH] = ACTIONS(4007), + [anon_sym_BANG] = ACTIONS(4005), + [anon_sym_BANG_BANG] = ACTIONS(4007), + [anon_sym_data] = ACTIONS(4005), + [anon_sym_inner] = ACTIONS(4005), + [anon_sym_expect] = ACTIONS(4005), + [anon_sym_actual] = ACTIONS(4005), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4007), + [anon_sym_continue_AT] = ACTIONS(4007), + [anon_sym_break_AT] = ACTIONS(4007), + [sym_real_literal] = ACTIONS(4007), + [sym_integer_literal] = ACTIONS(4005), + [sym_hex_literal] = ACTIONS(4007), + [sym_bin_literal] = ACTIONS(4007), + [anon_sym_true] = ACTIONS(4005), + [anon_sym_false] = ACTIONS(4005), + [anon_sym_SQUOTE] = ACTIONS(4007), + [sym__backtick_identifier] = ACTIONS(4007), + [sym__automatic_semicolon] = ACTIONS(4007), + [sym_safe_nav] = ACTIONS(4007), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4007), }, - [3450] = { - [sym_class_body] = STATE(3687), - [sym_type_constraints] = STATE(3654), - [sym__alpha_identifier] = ACTIONS(4284), - [anon_sym_AT] = ACTIONS(4286), - [anon_sym_COLON] = ACTIONS(6604), - [anon_sym_LBRACK] = ACTIONS(4286), - [anon_sym_as] = ACTIONS(4284), - [anon_sym_EQ] = ACTIONS(4284), - [anon_sym_LBRACE] = ACTIONS(5421), - [anon_sym_RBRACE] = ACTIONS(4286), - [anon_sym_LPAREN] = ACTIONS(4286), - [anon_sym_COMMA] = ACTIONS(4286), - [anon_sym_LT] = ACTIONS(4284), - [anon_sym_GT] = ACTIONS(4284), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(4284), - [anon_sym_SEMI] = ACTIONS(4286), - [anon_sym_get] = ACTIONS(4284), - [anon_sym_set] = ACTIONS(4284), - [anon_sym_STAR] = ACTIONS(4284), - [sym_label] = ACTIONS(4286), - [anon_sym_in] = ACTIONS(4284), - [anon_sym_DOT_DOT] = ACTIONS(4286), - [anon_sym_QMARK_COLON] = ACTIONS(4286), - [anon_sym_AMP_AMP] = ACTIONS(4286), - [anon_sym_PIPE_PIPE] = ACTIONS(4286), - [anon_sym_else] = ACTIONS(4284), - [anon_sym_COLON_COLON] = ACTIONS(4286), - [anon_sym_PLUS_EQ] = ACTIONS(4286), - [anon_sym_DASH_EQ] = ACTIONS(4286), - [anon_sym_STAR_EQ] = ACTIONS(4286), - [anon_sym_SLASH_EQ] = ACTIONS(4286), - [anon_sym_PERCENT_EQ] = ACTIONS(4286), - [anon_sym_BANG_EQ] = ACTIONS(4284), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4286), - [anon_sym_EQ_EQ] = ACTIONS(4284), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4286), - [anon_sym_LT_EQ] = ACTIONS(4286), - [anon_sym_GT_EQ] = ACTIONS(4286), - [anon_sym_BANGin] = ACTIONS(4286), - [anon_sym_is] = ACTIONS(4284), - [anon_sym_BANGis] = ACTIONS(4286), - [anon_sym_PLUS] = ACTIONS(4284), - [anon_sym_DASH] = ACTIONS(4284), - [anon_sym_SLASH] = ACTIONS(4284), - [anon_sym_PERCENT] = ACTIONS(4284), - [anon_sym_as_QMARK] = ACTIONS(4286), - [anon_sym_PLUS_PLUS] = ACTIONS(4286), - [anon_sym_DASH_DASH] = ACTIONS(4286), - [anon_sym_BANG_BANG] = ACTIONS(4286), - [anon_sym_suspend] = ACTIONS(4284), - [anon_sym_sealed] = ACTIONS(4284), - [anon_sym_annotation] = ACTIONS(4284), - [anon_sym_data] = ACTIONS(4284), - [anon_sym_inner] = ACTIONS(4284), - [anon_sym_override] = ACTIONS(4284), - [anon_sym_lateinit] = ACTIONS(4284), - [anon_sym_public] = ACTIONS(4284), - [anon_sym_private] = ACTIONS(4284), - [anon_sym_internal] = ACTIONS(4284), - [anon_sym_protected] = ACTIONS(4284), - [anon_sym_tailrec] = ACTIONS(4284), - [anon_sym_operator] = ACTIONS(4284), - [anon_sym_infix] = ACTIONS(4284), - [anon_sym_inline] = ACTIONS(4284), - [anon_sym_external] = ACTIONS(4284), - [sym_property_modifier] = ACTIONS(4284), - [anon_sym_abstract] = ACTIONS(4284), - [anon_sym_final] = ACTIONS(4284), - [anon_sym_open] = ACTIONS(4284), - [anon_sym_vararg] = ACTIONS(4284), - [anon_sym_noinline] = ACTIONS(4284), - [anon_sym_crossinline] = ACTIONS(4284), - [anon_sym_expect] = ACTIONS(4284), - [anon_sym_actual] = ACTIONS(4284), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4286), - [sym__automatic_semicolon] = ACTIONS(4286), - [sym_safe_nav] = ACTIONS(4286), + [3353] = { + [sym__alpha_identifier] = ACTIONS(5011), + [anon_sym_AT] = ACTIONS(5013), + [anon_sym_LBRACK] = ACTIONS(5013), + [anon_sym_as] = ACTIONS(5011), + [anon_sym_EQ] = ACTIONS(5011), + [anon_sym_LBRACE] = ACTIONS(5013), + [anon_sym_RBRACE] = ACTIONS(5013), + [anon_sym_LPAREN] = ACTIONS(5013), + [anon_sym_COMMA] = ACTIONS(5013), + [anon_sym_LT] = ACTIONS(5011), + [anon_sym_GT] = ACTIONS(5011), + [anon_sym_where] = ACTIONS(5011), + [anon_sym_object] = ACTIONS(5011), + [anon_sym_fun] = ACTIONS(5011), + [anon_sym_DOT] = ACTIONS(5011), + [anon_sym_SEMI] = ACTIONS(5013), + [anon_sym_get] = ACTIONS(5011), + [anon_sym_set] = ACTIONS(5011), + [anon_sym_this] = ACTIONS(5011), + [anon_sym_super] = ACTIONS(5011), + [anon_sym_STAR] = ACTIONS(5011), + [sym_label] = ACTIONS(5011), + [anon_sym_in] = ACTIONS(5011), + [anon_sym_DOT_DOT] = ACTIONS(5013), + [anon_sym_QMARK_COLON] = ACTIONS(5013), + [anon_sym_AMP_AMP] = ACTIONS(5013), + [anon_sym_PIPE_PIPE] = ACTIONS(5013), + [anon_sym_null] = ACTIONS(5011), + [anon_sym_if] = ACTIONS(5011), + [anon_sym_else] = ACTIONS(5011), + [anon_sym_when] = ACTIONS(5011), + [anon_sym_try] = ACTIONS(5011), + [anon_sym_throw] = ACTIONS(5011), + [anon_sym_return] = ACTIONS(5011), + [anon_sym_continue] = ACTIONS(5011), + [anon_sym_break] = ACTIONS(5011), + [anon_sym_COLON_COLON] = ACTIONS(5013), + [anon_sym_PLUS_EQ] = ACTIONS(5013), + [anon_sym_DASH_EQ] = ACTIONS(5013), + [anon_sym_STAR_EQ] = ACTIONS(5013), + [anon_sym_SLASH_EQ] = ACTIONS(5013), + [anon_sym_PERCENT_EQ] = ACTIONS(5013), + [anon_sym_BANG_EQ] = ACTIONS(5011), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5013), + [anon_sym_EQ_EQ] = ACTIONS(5011), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5013), + [anon_sym_LT_EQ] = ACTIONS(5013), + [anon_sym_GT_EQ] = ACTIONS(5013), + [anon_sym_BANGin] = ACTIONS(5013), + [anon_sym_is] = ACTIONS(5011), + [anon_sym_BANGis] = ACTIONS(5013), + [anon_sym_PLUS] = ACTIONS(5011), + [anon_sym_DASH] = ACTIONS(5011), + [anon_sym_SLASH] = ACTIONS(5011), + [anon_sym_PERCENT] = ACTIONS(5011), + [anon_sym_as_QMARK] = ACTIONS(5013), + [anon_sym_PLUS_PLUS] = ACTIONS(5013), + [anon_sym_DASH_DASH] = ACTIONS(5013), + [anon_sym_BANG] = ACTIONS(5011), + [anon_sym_BANG_BANG] = ACTIONS(5013), + [anon_sym_data] = ACTIONS(5011), + [anon_sym_inner] = ACTIONS(5011), + [anon_sym_expect] = ACTIONS(5011), + [anon_sym_actual] = ACTIONS(5011), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5013), + [anon_sym_continue_AT] = ACTIONS(5013), + [anon_sym_break_AT] = ACTIONS(5013), + [sym_real_literal] = ACTIONS(5013), + [sym_integer_literal] = ACTIONS(5011), + [sym_hex_literal] = ACTIONS(5013), + [sym_bin_literal] = ACTIONS(5013), + [anon_sym_true] = ACTIONS(5011), + [anon_sym_false] = ACTIONS(5011), + [anon_sym_SQUOTE] = ACTIONS(5013), + [sym__backtick_identifier] = ACTIONS(5013), + [sym__automatic_semicolon] = ACTIONS(5013), + [sym_safe_nav] = ACTIONS(5013), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5013), + }, + [3354] = { + [sym__alpha_identifier] = ACTIONS(4792), + [anon_sym_AT] = ACTIONS(4794), + [anon_sym_LBRACK] = ACTIONS(4794), + [anon_sym_RBRACK] = ACTIONS(4794), + [anon_sym_as] = ACTIONS(4792), + [anon_sym_EQ] = ACTIONS(4792), + [anon_sym_LBRACE] = ACTIONS(4794), + [anon_sym_RBRACE] = ACTIONS(4794), + [anon_sym_LPAREN] = ACTIONS(4794), + [anon_sym_COMMA] = ACTIONS(4794), + [anon_sym_RPAREN] = ACTIONS(4794), + [anon_sym_LT] = ACTIONS(4792), + [anon_sym_GT] = ACTIONS(4792), + [anon_sym_where] = ACTIONS(4792), + [anon_sym_DOT] = ACTIONS(4792), + [anon_sym_SEMI] = ACTIONS(6555), + [anon_sym_get] = ACTIONS(4792), + [anon_sym_set] = ACTIONS(4792), + [anon_sym_STAR] = ACTIONS(4792), + [anon_sym_DASH_GT] = ACTIONS(4794), + [sym_label] = ACTIONS(4794), + [anon_sym_in] = ACTIONS(4792), + [anon_sym_while] = ACTIONS(4792), + [anon_sym_DOT_DOT] = ACTIONS(4794), + [anon_sym_QMARK_COLON] = ACTIONS(4794), + [anon_sym_AMP_AMP] = ACTIONS(4794), + [anon_sym_PIPE_PIPE] = ACTIONS(4794), + [anon_sym_else] = ACTIONS(6557), + [anon_sym_COLON_COLON] = ACTIONS(4794), + [anon_sym_PLUS_EQ] = ACTIONS(4794), + [anon_sym_DASH_EQ] = ACTIONS(4794), + [anon_sym_STAR_EQ] = ACTIONS(4794), + [anon_sym_SLASH_EQ] = ACTIONS(4794), + [anon_sym_PERCENT_EQ] = ACTIONS(4794), + [anon_sym_BANG_EQ] = ACTIONS(4792), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4794), + [anon_sym_EQ_EQ] = ACTIONS(4792), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4794), + [anon_sym_LT_EQ] = ACTIONS(4794), + [anon_sym_GT_EQ] = ACTIONS(4794), + [anon_sym_BANGin] = ACTIONS(4794), + [anon_sym_is] = ACTIONS(4792), + [anon_sym_BANGis] = ACTIONS(4794), + [anon_sym_PLUS] = ACTIONS(4792), + [anon_sym_DASH] = ACTIONS(4792), + [anon_sym_SLASH] = ACTIONS(4792), + [anon_sym_PERCENT] = ACTIONS(4792), + [anon_sym_as_QMARK] = ACTIONS(4794), + [anon_sym_PLUS_PLUS] = ACTIONS(4794), + [anon_sym_DASH_DASH] = ACTIONS(4794), + [anon_sym_BANG_BANG] = ACTIONS(4794), + [anon_sym_suspend] = ACTIONS(4792), + [anon_sym_sealed] = ACTIONS(4792), + [anon_sym_annotation] = ACTIONS(4792), + [anon_sym_data] = ACTIONS(4792), + [anon_sym_inner] = ACTIONS(4792), + [anon_sym_override] = ACTIONS(4792), + [anon_sym_lateinit] = ACTIONS(4792), + [anon_sym_public] = ACTIONS(4792), + [anon_sym_private] = ACTIONS(4792), + [anon_sym_internal] = ACTIONS(4792), + [anon_sym_protected] = ACTIONS(4792), + [anon_sym_tailrec] = ACTIONS(4792), + [anon_sym_operator] = ACTIONS(4792), + [anon_sym_infix] = ACTIONS(4792), + [anon_sym_inline] = ACTIONS(4792), + [anon_sym_external] = ACTIONS(4792), + [sym_property_modifier] = ACTIONS(4792), + [anon_sym_abstract] = ACTIONS(4792), + [anon_sym_final] = ACTIONS(4792), + [anon_sym_open] = ACTIONS(4792), + [anon_sym_vararg] = ACTIONS(4792), + [anon_sym_noinline] = ACTIONS(4792), + [anon_sym_crossinline] = ACTIONS(4792), + [anon_sym_expect] = ACTIONS(4792), + [anon_sym_actual] = ACTIONS(4792), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4794), + [sym_safe_nav] = ACTIONS(4794), [sym_multiline_comment] = ACTIONS(3), }, - [3451] = { + [3355] = { [sym__alpha_identifier] = ACTIONS(5015), [anon_sym_AT] = ACTIONS(5017), [anon_sym_LBRACK] = ACTIONS(5017), @@ -378869,4654 +371147,4614 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(5017), }, - [3452] = { - [sym__alpha_identifier] = ACTIONS(4440), - [anon_sym_AT] = ACTIONS(4442), - [anon_sym_LBRACK] = ACTIONS(4442), - [anon_sym_EQ] = ACTIONS(4442), - [anon_sym_LBRACE] = ACTIONS(4442), - [anon_sym_RBRACE] = ACTIONS(4442), - [anon_sym_LPAREN] = ACTIONS(4442), - [anon_sym_COMMA] = ACTIONS(4442), - [anon_sym_by] = ACTIONS(4440), - [anon_sym_where] = ACTIONS(4440), - [anon_sym_object] = ACTIONS(4440), - [anon_sym_fun] = ACTIONS(4440), - [anon_sym_DOT] = ACTIONS(4440), - [anon_sym_SEMI] = ACTIONS(4442), - [anon_sym_get] = ACTIONS(4440), - [anon_sym_set] = ACTIONS(4440), - [anon_sym_this] = ACTIONS(4440), - [anon_sym_super] = ACTIONS(4440), - [sym__quest] = ACTIONS(4442), - [anon_sym_STAR] = ACTIONS(4442), - [sym_label] = ACTIONS(4440), - [anon_sym_in] = ACTIONS(4440), - [anon_sym_null] = ACTIONS(4440), - [anon_sym_if] = ACTIONS(4440), - [anon_sym_else] = ACTIONS(4440), - [anon_sym_when] = ACTIONS(4440), - [anon_sym_try] = ACTIONS(4440), - [anon_sym_throw] = ACTIONS(4440), - [anon_sym_return] = ACTIONS(4440), - [anon_sym_continue] = ACTIONS(4440), - [anon_sym_break] = ACTIONS(4440), - [anon_sym_COLON_COLON] = ACTIONS(4442), - [anon_sym_BANGin] = ACTIONS(4442), - [anon_sym_is] = ACTIONS(4440), - [anon_sym_BANGis] = ACTIONS(4442), - [anon_sym_PLUS] = ACTIONS(4440), - [anon_sym_DASH] = ACTIONS(4440), - [anon_sym_PLUS_PLUS] = ACTIONS(4442), - [anon_sym_DASH_DASH] = ACTIONS(4442), - [anon_sym_BANG] = ACTIONS(4440), - [anon_sym_suspend] = ACTIONS(4440), - [anon_sym_sealed] = ACTIONS(4440), - [anon_sym_annotation] = ACTIONS(4440), - [anon_sym_data] = ACTIONS(4440), - [anon_sym_inner] = ACTIONS(4440), - [anon_sym_override] = ACTIONS(4440), - [anon_sym_lateinit] = ACTIONS(4440), - [anon_sym_public] = ACTIONS(4440), - [anon_sym_private] = ACTIONS(4440), - [anon_sym_internal] = ACTIONS(4440), - [anon_sym_protected] = ACTIONS(4440), - [anon_sym_tailrec] = ACTIONS(4440), - [anon_sym_operator] = ACTIONS(4440), - [anon_sym_infix] = ACTIONS(4440), - [anon_sym_inline] = ACTIONS(4440), - [anon_sym_external] = ACTIONS(4440), - [sym_property_modifier] = ACTIONS(4440), - [anon_sym_abstract] = ACTIONS(4440), - [anon_sym_final] = ACTIONS(4440), - [anon_sym_open] = ACTIONS(4440), - [anon_sym_vararg] = ACTIONS(4440), - [anon_sym_noinline] = ACTIONS(4440), - [anon_sym_crossinline] = ACTIONS(4440), - [anon_sym_expect] = ACTIONS(4440), - [anon_sym_actual] = ACTIONS(4440), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4442), - [anon_sym_continue_AT] = ACTIONS(4442), - [anon_sym_break_AT] = ACTIONS(4442), - [sym_real_literal] = ACTIONS(4442), - [sym_integer_literal] = ACTIONS(4440), - [sym_hex_literal] = ACTIONS(4442), - [sym_bin_literal] = ACTIONS(4442), - [anon_sym_true] = ACTIONS(4440), - [anon_sym_false] = ACTIONS(4440), - [anon_sym_SQUOTE] = ACTIONS(4442), - [sym__backtick_identifier] = ACTIONS(4442), - [sym__automatic_semicolon] = ACTIONS(4442), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4442), - }, - [3453] = { - [sym_class_body] = STATE(3813), - [sym_type_constraints] = STATE(3582), - [sym__alpha_identifier] = ACTIONS(3214), - [anon_sym_AT] = ACTIONS(3218), - [anon_sym_COLON] = ACTIONS(5599), - [anon_sym_LBRACK] = ACTIONS(3218), - [anon_sym_as] = ACTIONS(3214), - [anon_sym_EQ] = ACTIONS(3214), - [anon_sym_LBRACE] = ACTIONS(5421), - [anon_sym_RBRACE] = ACTIONS(3218), - [anon_sym_LPAREN] = ACTIONS(3218), - [anon_sym_COMMA] = ACTIONS(3218), - [anon_sym_LT] = ACTIONS(3214), - [anon_sym_GT] = ACTIONS(3214), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(3214), - [anon_sym_SEMI] = ACTIONS(3218), - [anon_sym_get] = ACTIONS(3214), - [anon_sym_set] = ACTIONS(3214), - [anon_sym_STAR] = ACTIONS(3214), - [sym_label] = ACTIONS(3218), - [anon_sym_in] = ACTIONS(3214), - [anon_sym_DOT_DOT] = ACTIONS(3218), - [anon_sym_QMARK_COLON] = ACTIONS(3218), - [anon_sym_AMP_AMP] = ACTIONS(3218), - [anon_sym_PIPE_PIPE] = ACTIONS(3218), - [anon_sym_else] = ACTIONS(3214), - [anon_sym_COLON_COLON] = ACTIONS(3218), - [anon_sym_PLUS_EQ] = ACTIONS(3218), - [anon_sym_DASH_EQ] = ACTIONS(3218), - [anon_sym_STAR_EQ] = ACTIONS(3218), - [anon_sym_SLASH_EQ] = ACTIONS(3218), - [anon_sym_PERCENT_EQ] = ACTIONS(3218), - [anon_sym_BANG_EQ] = ACTIONS(3214), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3218), - [anon_sym_EQ_EQ] = ACTIONS(3214), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3218), - [anon_sym_LT_EQ] = ACTIONS(3218), - [anon_sym_GT_EQ] = ACTIONS(3218), - [anon_sym_BANGin] = ACTIONS(3218), - [anon_sym_is] = ACTIONS(3214), - [anon_sym_BANGis] = ACTIONS(3218), - [anon_sym_PLUS] = ACTIONS(3214), - [anon_sym_DASH] = ACTIONS(3214), - [anon_sym_SLASH] = ACTIONS(3214), - [anon_sym_PERCENT] = ACTIONS(3214), - [anon_sym_as_QMARK] = ACTIONS(3218), - [anon_sym_PLUS_PLUS] = ACTIONS(3218), - [anon_sym_DASH_DASH] = ACTIONS(3218), - [anon_sym_BANG_BANG] = ACTIONS(3218), - [anon_sym_suspend] = ACTIONS(3214), - [anon_sym_sealed] = ACTIONS(3214), - [anon_sym_annotation] = ACTIONS(3214), - [anon_sym_data] = ACTIONS(3214), - [anon_sym_inner] = ACTIONS(3214), - [anon_sym_override] = ACTIONS(3214), - [anon_sym_lateinit] = ACTIONS(3214), - [anon_sym_public] = ACTIONS(3214), - [anon_sym_private] = ACTIONS(3214), - [anon_sym_internal] = ACTIONS(3214), - [anon_sym_protected] = ACTIONS(3214), - [anon_sym_tailrec] = ACTIONS(3214), - [anon_sym_operator] = ACTIONS(3214), - [anon_sym_infix] = ACTIONS(3214), - [anon_sym_inline] = ACTIONS(3214), - [anon_sym_external] = ACTIONS(3214), - [sym_property_modifier] = ACTIONS(3214), - [anon_sym_abstract] = ACTIONS(3214), - [anon_sym_final] = ACTIONS(3214), - [anon_sym_open] = ACTIONS(3214), - [anon_sym_vararg] = ACTIONS(3214), - [anon_sym_noinline] = ACTIONS(3214), - [anon_sym_crossinline] = ACTIONS(3214), - [anon_sym_expect] = ACTIONS(3214), - [anon_sym_actual] = ACTIONS(3214), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3218), - [sym__automatic_semicolon] = ACTIONS(3218), - [sym_safe_nav] = ACTIONS(3218), - [sym_multiline_comment] = ACTIONS(3), - }, - [3454] = { - [sym__alpha_identifier] = ACTIONS(4444), - [anon_sym_AT] = ACTIONS(4446), - [anon_sym_LBRACK] = ACTIONS(4446), - [anon_sym_EQ] = ACTIONS(4446), - [anon_sym_LBRACE] = ACTIONS(4446), - [anon_sym_RBRACE] = ACTIONS(4446), - [anon_sym_LPAREN] = ACTIONS(4446), - [anon_sym_COMMA] = ACTIONS(4446), - [anon_sym_by] = ACTIONS(4444), - [anon_sym_where] = ACTIONS(4444), - [anon_sym_object] = ACTIONS(4444), - [anon_sym_fun] = ACTIONS(4444), - [anon_sym_DOT] = ACTIONS(4444), - [anon_sym_SEMI] = ACTIONS(4446), - [anon_sym_get] = ACTIONS(4444), - [anon_sym_set] = ACTIONS(4444), - [anon_sym_this] = ACTIONS(4444), - [anon_sym_super] = ACTIONS(4444), - [sym__quest] = ACTIONS(4446), - [anon_sym_STAR] = ACTIONS(4446), - [sym_label] = ACTIONS(4444), - [anon_sym_in] = ACTIONS(4444), - [anon_sym_null] = ACTIONS(4444), - [anon_sym_if] = ACTIONS(4444), - [anon_sym_else] = ACTIONS(4444), - [anon_sym_when] = ACTIONS(4444), - [anon_sym_try] = ACTIONS(4444), - [anon_sym_throw] = ACTIONS(4444), - [anon_sym_return] = ACTIONS(4444), - [anon_sym_continue] = ACTIONS(4444), - [anon_sym_break] = ACTIONS(4444), - [anon_sym_COLON_COLON] = ACTIONS(4446), - [anon_sym_BANGin] = ACTIONS(4446), - [anon_sym_is] = ACTIONS(4444), - [anon_sym_BANGis] = ACTIONS(4446), - [anon_sym_PLUS] = ACTIONS(4444), - [anon_sym_DASH] = ACTIONS(4444), - [anon_sym_PLUS_PLUS] = ACTIONS(4446), - [anon_sym_DASH_DASH] = ACTIONS(4446), - [anon_sym_BANG] = ACTIONS(4444), - [anon_sym_suspend] = ACTIONS(4444), - [anon_sym_sealed] = ACTIONS(4444), - [anon_sym_annotation] = ACTIONS(4444), - [anon_sym_data] = ACTIONS(4444), - [anon_sym_inner] = ACTIONS(4444), - [anon_sym_override] = ACTIONS(4444), - [anon_sym_lateinit] = ACTIONS(4444), - [anon_sym_public] = ACTIONS(4444), - [anon_sym_private] = ACTIONS(4444), - [anon_sym_internal] = ACTIONS(4444), - [anon_sym_protected] = ACTIONS(4444), - [anon_sym_tailrec] = ACTIONS(4444), - [anon_sym_operator] = ACTIONS(4444), - [anon_sym_infix] = ACTIONS(4444), - [anon_sym_inline] = ACTIONS(4444), - [anon_sym_external] = ACTIONS(4444), - [sym_property_modifier] = ACTIONS(4444), - [anon_sym_abstract] = ACTIONS(4444), - [anon_sym_final] = ACTIONS(4444), - [anon_sym_open] = ACTIONS(4444), - [anon_sym_vararg] = ACTIONS(4444), - [anon_sym_noinline] = ACTIONS(4444), - [anon_sym_crossinline] = ACTIONS(4444), - [anon_sym_expect] = ACTIONS(4444), - [anon_sym_actual] = ACTIONS(4444), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4446), - [anon_sym_continue_AT] = ACTIONS(4446), - [anon_sym_break_AT] = ACTIONS(4446), - [sym_real_literal] = ACTIONS(4446), - [sym_integer_literal] = ACTIONS(4444), - [sym_hex_literal] = ACTIONS(4446), - [sym_bin_literal] = ACTIONS(4446), - [anon_sym_true] = ACTIONS(4444), - [anon_sym_false] = ACTIONS(4444), - [anon_sym_SQUOTE] = ACTIONS(4446), - [sym__backtick_identifier] = ACTIONS(4446), - [sym__automatic_semicolon] = ACTIONS(4446), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4446), + [3356] = { + [sym__alpha_identifier] = ACTIONS(5065), + [anon_sym_AT] = ACTIONS(5067), + [anon_sym_LBRACK] = ACTIONS(5067), + [anon_sym_as] = ACTIONS(5065), + [anon_sym_EQ] = ACTIONS(5065), + [anon_sym_LBRACE] = ACTIONS(5067), + [anon_sym_RBRACE] = ACTIONS(5067), + [anon_sym_LPAREN] = ACTIONS(5067), + [anon_sym_COMMA] = ACTIONS(5067), + [anon_sym_LT] = ACTIONS(5065), + [anon_sym_GT] = ACTIONS(5065), + [anon_sym_where] = ACTIONS(5065), + [anon_sym_object] = ACTIONS(5065), + [anon_sym_fun] = ACTIONS(5065), + [anon_sym_DOT] = ACTIONS(5065), + [anon_sym_SEMI] = ACTIONS(5067), + [anon_sym_get] = ACTIONS(5065), + [anon_sym_set] = ACTIONS(5065), + [anon_sym_this] = ACTIONS(5065), + [anon_sym_super] = ACTIONS(5065), + [anon_sym_STAR] = ACTIONS(5065), + [sym_label] = ACTIONS(5065), + [anon_sym_in] = ACTIONS(5065), + [anon_sym_DOT_DOT] = ACTIONS(5067), + [anon_sym_QMARK_COLON] = ACTIONS(5067), + [anon_sym_AMP_AMP] = ACTIONS(5067), + [anon_sym_PIPE_PIPE] = ACTIONS(5067), + [anon_sym_null] = ACTIONS(5065), + [anon_sym_if] = ACTIONS(5065), + [anon_sym_else] = ACTIONS(5065), + [anon_sym_when] = ACTIONS(5065), + [anon_sym_try] = ACTIONS(5065), + [anon_sym_throw] = ACTIONS(5065), + [anon_sym_return] = ACTIONS(5065), + [anon_sym_continue] = ACTIONS(5065), + [anon_sym_break] = ACTIONS(5065), + [anon_sym_COLON_COLON] = ACTIONS(5067), + [anon_sym_PLUS_EQ] = ACTIONS(5067), + [anon_sym_DASH_EQ] = ACTIONS(5067), + [anon_sym_STAR_EQ] = ACTIONS(5067), + [anon_sym_SLASH_EQ] = ACTIONS(5067), + [anon_sym_PERCENT_EQ] = ACTIONS(5067), + [anon_sym_BANG_EQ] = ACTIONS(5065), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5067), + [anon_sym_EQ_EQ] = ACTIONS(5065), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5067), + [anon_sym_LT_EQ] = ACTIONS(5067), + [anon_sym_GT_EQ] = ACTIONS(5067), + [anon_sym_BANGin] = ACTIONS(5067), + [anon_sym_is] = ACTIONS(5065), + [anon_sym_BANGis] = ACTIONS(5067), + [anon_sym_PLUS] = ACTIONS(5065), + [anon_sym_DASH] = ACTIONS(5065), + [anon_sym_SLASH] = ACTIONS(5065), + [anon_sym_PERCENT] = ACTIONS(5065), + [anon_sym_as_QMARK] = ACTIONS(5067), + [anon_sym_PLUS_PLUS] = ACTIONS(5067), + [anon_sym_DASH_DASH] = ACTIONS(5067), + [anon_sym_BANG] = ACTIONS(5065), + [anon_sym_BANG_BANG] = ACTIONS(5067), + [anon_sym_data] = ACTIONS(5065), + [anon_sym_inner] = ACTIONS(5065), + [anon_sym_expect] = ACTIONS(5065), + [anon_sym_actual] = ACTIONS(5065), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5067), + [anon_sym_continue_AT] = ACTIONS(5067), + [anon_sym_break_AT] = ACTIONS(5067), + [sym_real_literal] = ACTIONS(5067), + [sym_integer_literal] = ACTIONS(5065), + [sym_hex_literal] = ACTIONS(5067), + [sym_bin_literal] = ACTIONS(5067), + [anon_sym_true] = ACTIONS(5065), + [anon_sym_false] = ACTIONS(5065), + [anon_sym_SQUOTE] = ACTIONS(5067), + [sym__backtick_identifier] = ACTIONS(5067), + [sym__automatic_semicolon] = ACTIONS(5067), + [sym_safe_nav] = ACTIONS(5067), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5067), }, - [3455] = { - [sym__alpha_identifier] = ACTIONS(4233), - [anon_sym_AT] = ACTIONS(4236), - [anon_sym_LBRACK] = ACTIONS(4236), - [anon_sym_RBRACK] = ACTIONS(4236), - [anon_sym_as] = ACTIONS(4233), - [anon_sym_EQ] = ACTIONS(4233), - [anon_sym_LBRACE] = ACTIONS(4236), - [anon_sym_RBRACE] = ACTIONS(4236), - [anon_sym_LPAREN] = ACTIONS(4243), - [anon_sym_COMMA] = ACTIONS(4236), - [anon_sym_RPAREN] = ACTIONS(4236), - [anon_sym_LT] = ACTIONS(4233), - [anon_sym_GT] = ACTIONS(4233), - [anon_sym_where] = ACTIONS(4233), - [anon_sym_DOT] = ACTIONS(4233), - [anon_sym_SEMI] = ACTIONS(4236), - [anon_sym_get] = ACTIONS(4233), - [anon_sym_set] = ACTIONS(4233), - [anon_sym_STAR] = ACTIONS(4233), - [anon_sym_DASH_GT] = ACTIONS(4236), - [sym_label] = ACTIONS(4236), - [anon_sym_in] = ACTIONS(4233), - [anon_sym_while] = ACTIONS(4233), - [anon_sym_DOT_DOT] = ACTIONS(4236), - [anon_sym_QMARK_COLON] = ACTIONS(4236), - [anon_sym_AMP_AMP] = ACTIONS(4236), - [anon_sym_PIPE_PIPE] = ACTIONS(4236), - [anon_sym_else] = ACTIONS(4233), - [anon_sym_COLON_COLON] = ACTIONS(4236), - [anon_sym_PLUS_EQ] = ACTIONS(4236), - [anon_sym_DASH_EQ] = ACTIONS(4236), - [anon_sym_STAR_EQ] = ACTIONS(4236), - [anon_sym_SLASH_EQ] = ACTIONS(4236), - [anon_sym_PERCENT_EQ] = ACTIONS(4236), - [anon_sym_BANG_EQ] = ACTIONS(4233), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4236), - [anon_sym_EQ_EQ] = ACTIONS(4233), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4236), - [anon_sym_LT_EQ] = ACTIONS(4236), - [anon_sym_GT_EQ] = ACTIONS(4236), - [anon_sym_BANGin] = ACTIONS(4236), - [anon_sym_is] = ACTIONS(4233), - [anon_sym_BANGis] = ACTIONS(4236), - [anon_sym_PLUS] = ACTIONS(4233), - [anon_sym_DASH] = ACTIONS(4233), - [anon_sym_SLASH] = ACTIONS(4233), - [anon_sym_PERCENT] = ACTIONS(4233), - [anon_sym_as_QMARK] = ACTIONS(4236), - [anon_sym_PLUS_PLUS] = ACTIONS(4236), - [anon_sym_DASH_DASH] = ACTIONS(4236), - [anon_sym_BANG_BANG] = ACTIONS(4236), - [anon_sym_suspend] = ACTIONS(4233), - [anon_sym_sealed] = ACTIONS(4233), - [anon_sym_annotation] = ACTIONS(4233), - [anon_sym_data] = ACTIONS(4233), - [anon_sym_inner] = ACTIONS(4233), - [anon_sym_override] = ACTIONS(4233), - [anon_sym_lateinit] = ACTIONS(4233), - [anon_sym_public] = ACTIONS(4233), - [anon_sym_private] = ACTIONS(4233), - [anon_sym_internal] = ACTIONS(4233), - [anon_sym_protected] = ACTIONS(4233), - [anon_sym_tailrec] = ACTIONS(4233), - [anon_sym_operator] = ACTIONS(4233), - [anon_sym_infix] = ACTIONS(4233), - [anon_sym_inline] = ACTIONS(4233), - [anon_sym_external] = ACTIONS(4233), - [sym_property_modifier] = ACTIONS(4233), - [anon_sym_abstract] = ACTIONS(4233), - [anon_sym_final] = ACTIONS(4233), - [anon_sym_open] = ACTIONS(4233), - [anon_sym_vararg] = ACTIONS(4233), - [anon_sym_noinline] = ACTIONS(4233), - [anon_sym_crossinline] = ACTIONS(4233), - [anon_sym_expect] = ACTIONS(4233), - [anon_sym_actual] = ACTIONS(4233), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4236), - [sym_safe_nav] = ACTIONS(4236), + [3357] = { + [sym__alpha_identifier] = ACTIONS(4869), + [anon_sym_AT] = ACTIONS(4871), + [anon_sym_LBRACK] = ACTIONS(4871), + [anon_sym_RBRACK] = ACTIONS(4871), + [anon_sym_as] = ACTIONS(4869), + [anon_sym_EQ] = ACTIONS(4869), + [anon_sym_LBRACE] = ACTIONS(4871), + [anon_sym_RBRACE] = ACTIONS(4871), + [anon_sym_LPAREN] = ACTIONS(4871), + [anon_sym_COMMA] = ACTIONS(4871), + [anon_sym_RPAREN] = ACTIONS(4871), + [anon_sym_LT] = ACTIONS(4869), + [anon_sym_GT] = ACTIONS(4869), + [anon_sym_where] = ACTIONS(4869), + [anon_sym_DOT] = ACTIONS(4869), + [anon_sym_SEMI] = ACTIONS(4871), + [anon_sym_get] = ACTIONS(4869), + [anon_sym_set] = ACTIONS(4869), + [anon_sym_STAR] = ACTIONS(4869), + [anon_sym_DASH_GT] = ACTIONS(4871), + [sym_label] = ACTIONS(4871), + [anon_sym_in] = ACTIONS(4869), + [anon_sym_while] = ACTIONS(4869), + [anon_sym_DOT_DOT] = ACTIONS(4871), + [anon_sym_QMARK_COLON] = ACTIONS(4871), + [anon_sym_AMP_AMP] = ACTIONS(4871), + [anon_sym_PIPE_PIPE] = ACTIONS(4871), + [anon_sym_else] = ACTIONS(4869), + [anon_sym_COLON_COLON] = ACTIONS(4871), + [anon_sym_PLUS_EQ] = ACTIONS(4871), + [anon_sym_DASH_EQ] = ACTIONS(4871), + [anon_sym_STAR_EQ] = ACTIONS(4871), + [anon_sym_SLASH_EQ] = ACTIONS(4871), + [anon_sym_PERCENT_EQ] = ACTIONS(4871), + [anon_sym_BANG_EQ] = ACTIONS(4869), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4871), + [anon_sym_EQ_EQ] = ACTIONS(4869), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4871), + [anon_sym_LT_EQ] = ACTIONS(4871), + [anon_sym_GT_EQ] = ACTIONS(4871), + [anon_sym_BANGin] = ACTIONS(4871), + [anon_sym_is] = ACTIONS(4869), + [anon_sym_BANGis] = ACTIONS(4871), + [anon_sym_PLUS] = ACTIONS(4869), + [anon_sym_DASH] = ACTIONS(4869), + [anon_sym_SLASH] = ACTIONS(4869), + [anon_sym_PERCENT] = ACTIONS(4869), + [anon_sym_as_QMARK] = ACTIONS(4871), + [anon_sym_PLUS_PLUS] = ACTIONS(4871), + [anon_sym_DASH_DASH] = ACTIONS(4871), + [anon_sym_BANG_BANG] = ACTIONS(4871), + [anon_sym_suspend] = ACTIONS(4869), + [anon_sym_sealed] = ACTIONS(4869), + [anon_sym_annotation] = ACTIONS(4869), + [anon_sym_data] = ACTIONS(4869), + [anon_sym_inner] = ACTIONS(4869), + [anon_sym_override] = ACTIONS(4869), + [anon_sym_lateinit] = ACTIONS(4869), + [anon_sym_public] = ACTIONS(4869), + [anon_sym_private] = ACTIONS(4869), + [anon_sym_internal] = ACTIONS(4869), + [anon_sym_protected] = ACTIONS(4869), + [anon_sym_tailrec] = ACTIONS(4869), + [anon_sym_operator] = ACTIONS(4869), + [anon_sym_infix] = ACTIONS(4869), + [anon_sym_inline] = ACTIONS(4869), + [anon_sym_external] = ACTIONS(4869), + [sym_property_modifier] = ACTIONS(4869), + [anon_sym_abstract] = ACTIONS(4869), + [anon_sym_final] = ACTIONS(4869), + [anon_sym_open] = ACTIONS(4869), + [anon_sym_vararg] = ACTIONS(4869), + [anon_sym_noinline] = ACTIONS(4869), + [anon_sym_crossinline] = ACTIONS(4869), + [anon_sym_expect] = ACTIONS(4869), + [anon_sym_actual] = ACTIONS(4869), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4871), + [sym_safe_nav] = ACTIONS(4871), [sym_multiline_comment] = ACTIONS(3), }, - [3456] = { - [sym__alpha_identifier] = ACTIONS(4406), - [anon_sym_AT] = ACTIONS(4408), - [anon_sym_LBRACK] = ACTIONS(4408), - [anon_sym_RBRACK] = ACTIONS(4408), - [anon_sym_as] = ACTIONS(4406), - [anon_sym_EQ] = ACTIONS(4406), - [anon_sym_LBRACE] = ACTIONS(4408), - [anon_sym_RBRACE] = ACTIONS(4408), - [anon_sym_LPAREN] = ACTIONS(4408), - [anon_sym_COMMA] = ACTIONS(4408), - [anon_sym_RPAREN] = ACTIONS(4408), - [anon_sym_LT] = ACTIONS(4406), - [anon_sym_GT] = ACTIONS(4406), - [anon_sym_where] = ACTIONS(4406), - [anon_sym_DOT] = ACTIONS(4406), - [anon_sym_SEMI] = ACTIONS(4408), - [anon_sym_get] = ACTIONS(4406), - [anon_sym_set] = ACTIONS(4406), - [anon_sym_STAR] = ACTIONS(4406), - [anon_sym_DASH_GT] = ACTIONS(4408), - [sym_label] = ACTIONS(4408), - [anon_sym_in] = ACTIONS(4406), - [anon_sym_while] = ACTIONS(4406), - [anon_sym_DOT_DOT] = ACTIONS(4408), - [anon_sym_QMARK_COLON] = ACTIONS(4408), - [anon_sym_AMP_AMP] = ACTIONS(4408), - [anon_sym_PIPE_PIPE] = ACTIONS(4408), - [anon_sym_else] = ACTIONS(4406), - [anon_sym_COLON_COLON] = ACTIONS(4408), - [anon_sym_PLUS_EQ] = ACTIONS(4408), - [anon_sym_DASH_EQ] = ACTIONS(4408), - [anon_sym_STAR_EQ] = ACTIONS(4408), - [anon_sym_SLASH_EQ] = ACTIONS(4408), - [anon_sym_PERCENT_EQ] = ACTIONS(4408), - [anon_sym_BANG_EQ] = ACTIONS(4406), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4408), - [anon_sym_EQ_EQ] = ACTIONS(4406), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4408), - [anon_sym_LT_EQ] = ACTIONS(4408), - [anon_sym_GT_EQ] = ACTIONS(4408), - [anon_sym_BANGin] = ACTIONS(4408), - [anon_sym_is] = ACTIONS(4406), - [anon_sym_BANGis] = ACTIONS(4408), - [anon_sym_PLUS] = ACTIONS(4406), - [anon_sym_DASH] = ACTIONS(4406), - [anon_sym_SLASH] = ACTIONS(4406), - [anon_sym_PERCENT] = ACTIONS(4406), - [anon_sym_as_QMARK] = ACTIONS(4408), - [anon_sym_PLUS_PLUS] = ACTIONS(4408), - [anon_sym_DASH_DASH] = ACTIONS(4408), - [anon_sym_BANG_BANG] = ACTIONS(4408), - [anon_sym_suspend] = ACTIONS(4406), - [anon_sym_sealed] = ACTIONS(4406), - [anon_sym_annotation] = ACTIONS(4406), - [anon_sym_data] = ACTIONS(4406), - [anon_sym_inner] = ACTIONS(4406), - [anon_sym_override] = ACTIONS(4406), - [anon_sym_lateinit] = ACTIONS(4406), - [anon_sym_public] = ACTIONS(4406), - [anon_sym_private] = ACTIONS(4406), - [anon_sym_internal] = ACTIONS(4406), - [anon_sym_protected] = ACTIONS(4406), - [anon_sym_tailrec] = ACTIONS(4406), - [anon_sym_operator] = ACTIONS(4406), - [anon_sym_infix] = ACTIONS(4406), - [anon_sym_inline] = ACTIONS(4406), - [anon_sym_external] = ACTIONS(4406), - [sym_property_modifier] = ACTIONS(4406), - [anon_sym_abstract] = ACTIONS(4406), - [anon_sym_final] = ACTIONS(4406), - [anon_sym_open] = ACTIONS(4406), - [anon_sym_vararg] = ACTIONS(4406), - [anon_sym_noinline] = ACTIONS(4406), - [anon_sym_crossinline] = ACTIONS(4406), - [anon_sym_expect] = ACTIONS(4406), - [anon_sym_actual] = ACTIONS(4406), + [3358] = { + [sym__alpha_identifier] = ACTIONS(4023), + [anon_sym_AT] = ACTIONS(4025), + [anon_sym_LBRACK] = ACTIONS(4025), + [anon_sym_as] = ACTIONS(4023), + [anon_sym_EQ] = ACTIONS(4023), + [anon_sym_LBRACE] = ACTIONS(4025), + [anon_sym_RBRACE] = ACTIONS(4025), + [anon_sym_LPAREN] = ACTIONS(4025), + [anon_sym_COMMA] = ACTIONS(4025), + [anon_sym_LT] = ACTIONS(4023), + [anon_sym_GT] = ACTIONS(4023), + [anon_sym_where] = ACTIONS(4023), + [anon_sym_object] = ACTIONS(4023), + [anon_sym_fun] = ACTIONS(4023), + [anon_sym_DOT] = ACTIONS(4023), + [anon_sym_SEMI] = ACTIONS(4025), + [anon_sym_get] = ACTIONS(4023), + [anon_sym_set] = ACTIONS(4023), + [anon_sym_this] = ACTIONS(4023), + [anon_sym_super] = ACTIONS(4023), + [anon_sym_STAR] = ACTIONS(4023), + [sym_label] = ACTIONS(4023), + [anon_sym_in] = ACTIONS(4023), + [anon_sym_DOT_DOT] = ACTIONS(4025), + [anon_sym_QMARK_COLON] = ACTIONS(4025), + [anon_sym_AMP_AMP] = ACTIONS(4025), + [anon_sym_PIPE_PIPE] = ACTIONS(4025), + [anon_sym_null] = ACTIONS(4023), + [anon_sym_if] = ACTIONS(4023), + [anon_sym_else] = ACTIONS(4023), + [anon_sym_when] = ACTIONS(4023), + [anon_sym_try] = ACTIONS(4023), + [anon_sym_throw] = ACTIONS(4023), + [anon_sym_return] = ACTIONS(4023), + [anon_sym_continue] = ACTIONS(4023), + [anon_sym_break] = ACTIONS(4023), + [anon_sym_COLON_COLON] = ACTIONS(4025), + [anon_sym_PLUS_EQ] = ACTIONS(4025), + [anon_sym_DASH_EQ] = ACTIONS(4025), + [anon_sym_STAR_EQ] = ACTIONS(4025), + [anon_sym_SLASH_EQ] = ACTIONS(4025), + [anon_sym_PERCENT_EQ] = ACTIONS(4025), + [anon_sym_BANG_EQ] = ACTIONS(4023), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4025), + [anon_sym_EQ_EQ] = ACTIONS(4023), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4025), + [anon_sym_LT_EQ] = ACTIONS(4025), + [anon_sym_GT_EQ] = ACTIONS(4025), + [anon_sym_BANGin] = ACTIONS(4025), + [anon_sym_is] = ACTIONS(4023), + [anon_sym_BANGis] = ACTIONS(4025), + [anon_sym_PLUS] = ACTIONS(4023), + [anon_sym_DASH] = ACTIONS(4023), + [anon_sym_SLASH] = ACTIONS(4023), + [anon_sym_PERCENT] = ACTIONS(4023), + [anon_sym_as_QMARK] = ACTIONS(4025), + [anon_sym_PLUS_PLUS] = ACTIONS(4025), + [anon_sym_DASH_DASH] = ACTIONS(4025), + [anon_sym_BANG] = ACTIONS(4023), + [anon_sym_BANG_BANG] = ACTIONS(4025), + [anon_sym_data] = ACTIONS(4023), + [anon_sym_inner] = ACTIONS(4023), + [anon_sym_expect] = ACTIONS(4023), + [anon_sym_actual] = ACTIONS(4023), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4408), - [sym_safe_nav] = ACTIONS(4408), + [anon_sym_return_AT] = ACTIONS(4025), + [anon_sym_continue_AT] = ACTIONS(4025), + [anon_sym_break_AT] = ACTIONS(4025), + [sym_real_literal] = ACTIONS(4025), + [sym_integer_literal] = ACTIONS(4023), + [sym_hex_literal] = ACTIONS(4025), + [sym_bin_literal] = ACTIONS(4025), + [anon_sym_true] = ACTIONS(4023), + [anon_sym_false] = ACTIONS(4023), + [anon_sym_SQUOTE] = ACTIONS(4025), + [sym__backtick_identifier] = ACTIONS(4025), + [sym__automatic_semicolon] = ACTIONS(4025), + [sym_safe_nav] = ACTIONS(4025), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4025), }, - [3457] = { - [sym__alpha_identifier] = ACTIONS(4249), - [anon_sym_AT] = ACTIONS(4252), - [anon_sym_LBRACK] = ACTIONS(4252), - [anon_sym_as] = ACTIONS(4249), - [anon_sym_EQ] = ACTIONS(4249), - [anon_sym_LBRACE] = ACTIONS(4252), - [anon_sym_RBRACE] = ACTIONS(4252), - [anon_sym_LPAREN] = ACTIONS(6536), - [anon_sym_COMMA] = ACTIONS(4252), - [anon_sym_LT] = ACTIONS(4249), - [anon_sym_GT] = ACTIONS(4249), - [anon_sym_where] = ACTIONS(4249), - [anon_sym_object] = ACTIONS(4249), - [anon_sym_fun] = ACTIONS(4249), - [anon_sym_DOT] = ACTIONS(4249), - [anon_sym_SEMI] = ACTIONS(4252), - [anon_sym_get] = ACTIONS(4249), - [anon_sym_set] = ACTIONS(4249), - [anon_sym_this] = ACTIONS(4249), - [anon_sym_super] = ACTIONS(4249), - [anon_sym_STAR] = ACTIONS(4249), - [sym_label] = ACTIONS(4249), - [anon_sym_in] = ACTIONS(4249), - [anon_sym_DOT_DOT] = ACTIONS(4252), - [anon_sym_QMARK_COLON] = ACTIONS(4252), - [anon_sym_AMP_AMP] = ACTIONS(4252), - [anon_sym_PIPE_PIPE] = ACTIONS(4252), - [anon_sym_null] = ACTIONS(4249), - [anon_sym_if] = ACTIONS(4249), - [anon_sym_else] = ACTIONS(4249), - [anon_sym_when] = ACTIONS(4249), - [anon_sym_try] = ACTIONS(4249), - [anon_sym_throw] = ACTIONS(4249), - [anon_sym_return] = ACTIONS(4249), - [anon_sym_continue] = ACTIONS(4249), - [anon_sym_break] = ACTIONS(4249), - [anon_sym_COLON_COLON] = ACTIONS(4252), - [anon_sym_PLUS_EQ] = ACTIONS(4252), - [anon_sym_DASH_EQ] = ACTIONS(4252), - [anon_sym_STAR_EQ] = ACTIONS(4252), - [anon_sym_SLASH_EQ] = ACTIONS(4252), - [anon_sym_PERCENT_EQ] = ACTIONS(4252), - [anon_sym_BANG_EQ] = ACTIONS(4249), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4252), - [anon_sym_EQ_EQ] = ACTIONS(4249), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4252), - [anon_sym_LT_EQ] = ACTIONS(4252), - [anon_sym_GT_EQ] = ACTIONS(4252), - [anon_sym_BANGin] = ACTIONS(4252), - [anon_sym_is] = ACTIONS(4249), - [anon_sym_BANGis] = ACTIONS(4252), - [anon_sym_PLUS] = ACTIONS(4249), - [anon_sym_DASH] = ACTIONS(4249), - [anon_sym_SLASH] = ACTIONS(4249), - [anon_sym_PERCENT] = ACTIONS(4249), - [anon_sym_as_QMARK] = ACTIONS(4252), - [anon_sym_PLUS_PLUS] = ACTIONS(4252), - [anon_sym_DASH_DASH] = ACTIONS(4252), - [anon_sym_BANG] = ACTIONS(4249), - [anon_sym_BANG_BANG] = ACTIONS(4252), - [anon_sym_data] = ACTIONS(4249), - [anon_sym_inner] = ACTIONS(4249), - [anon_sym_expect] = ACTIONS(4249), - [anon_sym_actual] = ACTIONS(4249), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4252), - [anon_sym_continue_AT] = ACTIONS(4252), - [anon_sym_break_AT] = ACTIONS(4252), - [sym_real_literal] = ACTIONS(4252), - [sym_integer_literal] = ACTIONS(4249), - [sym_hex_literal] = ACTIONS(4252), - [sym_bin_literal] = ACTIONS(4252), - [anon_sym_true] = ACTIONS(4249), - [anon_sym_false] = ACTIONS(4249), - [anon_sym_SQUOTE] = ACTIONS(4252), - [sym__backtick_identifier] = ACTIONS(4252), - [sym__automatic_semicolon] = ACTIONS(4252), - [sym_safe_nav] = ACTIONS(4252), + [3359] = { + [sym__alpha_identifier] = ACTIONS(3196), + [anon_sym_AT] = ACTIONS(3200), + [anon_sym_LBRACK] = ACTIONS(3200), + [anon_sym_RBRACK] = ACTIONS(3200), + [anon_sym_as] = ACTIONS(3196), + [anon_sym_EQ] = ACTIONS(3196), + [anon_sym_LBRACE] = ACTIONS(3200), + [anon_sym_RBRACE] = ACTIONS(3200), + [anon_sym_LPAREN] = ACTIONS(3200), + [anon_sym_COMMA] = ACTIONS(3200), + [anon_sym_RPAREN] = ACTIONS(3200), + [anon_sym_LT] = ACTIONS(3196), + [anon_sym_GT] = ACTIONS(3196), + [anon_sym_where] = ACTIONS(3196), + [anon_sym_DOT] = ACTIONS(3196), + [anon_sym_SEMI] = ACTIONS(3200), + [anon_sym_get] = ACTIONS(3196), + [anon_sym_set] = ACTIONS(3196), + [anon_sym_STAR] = ACTIONS(3196), + [anon_sym_DASH_GT] = ACTIONS(3200), + [sym_label] = ACTIONS(3200), + [anon_sym_in] = ACTIONS(3196), + [anon_sym_while] = ACTIONS(3196), + [anon_sym_DOT_DOT] = ACTIONS(3200), + [anon_sym_QMARK_COLON] = ACTIONS(3200), + [anon_sym_AMP_AMP] = ACTIONS(3200), + [anon_sym_PIPE_PIPE] = ACTIONS(3200), + [anon_sym_else] = ACTIONS(3196), + [anon_sym_COLON_COLON] = ACTIONS(3200), + [anon_sym_PLUS_EQ] = ACTIONS(3200), + [anon_sym_DASH_EQ] = ACTIONS(3200), + [anon_sym_STAR_EQ] = ACTIONS(3200), + [anon_sym_SLASH_EQ] = ACTIONS(3200), + [anon_sym_PERCENT_EQ] = ACTIONS(3200), + [anon_sym_BANG_EQ] = ACTIONS(3196), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3200), + [anon_sym_EQ_EQ] = ACTIONS(3196), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3200), + [anon_sym_LT_EQ] = ACTIONS(3200), + [anon_sym_GT_EQ] = ACTIONS(3200), + [anon_sym_BANGin] = ACTIONS(3200), + [anon_sym_is] = ACTIONS(3196), + [anon_sym_BANGis] = ACTIONS(3200), + [anon_sym_PLUS] = ACTIONS(3196), + [anon_sym_DASH] = ACTIONS(3196), + [anon_sym_SLASH] = ACTIONS(3196), + [anon_sym_PERCENT] = ACTIONS(3196), + [anon_sym_as_QMARK] = ACTIONS(3200), + [anon_sym_PLUS_PLUS] = ACTIONS(3200), + [anon_sym_DASH_DASH] = ACTIONS(3200), + [anon_sym_BANG_BANG] = ACTIONS(3200), + [anon_sym_suspend] = ACTIONS(3196), + [anon_sym_sealed] = ACTIONS(3196), + [anon_sym_annotation] = ACTIONS(3196), + [anon_sym_data] = ACTIONS(3196), + [anon_sym_inner] = ACTIONS(3196), + [anon_sym_override] = ACTIONS(3196), + [anon_sym_lateinit] = ACTIONS(3196), + [anon_sym_public] = ACTIONS(3196), + [anon_sym_private] = ACTIONS(3196), + [anon_sym_internal] = ACTIONS(3196), + [anon_sym_protected] = ACTIONS(3196), + [anon_sym_tailrec] = ACTIONS(3196), + [anon_sym_operator] = ACTIONS(3196), + [anon_sym_infix] = ACTIONS(3196), + [anon_sym_inline] = ACTIONS(3196), + [anon_sym_external] = ACTIONS(3196), + [sym_property_modifier] = ACTIONS(3196), + [anon_sym_abstract] = ACTIONS(3196), + [anon_sym_final] = ACTIONS(3196), + [anon_sym_open] = ACTIONS(3196), + [anon_sym_vararg] = ACTIONS(3196), + [anon_sym_noinline] = ACTIONS(3196), + [anon_sym_crossinline] = ACTIONS(3196), + [anon_sym_expect] = ACTIONS(3196), + [anon_sym_actual] = ACTIONS(3196), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3200), + [sym_safe_nav] = ACTIONS(3200), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4252), - }, - [3458] = { - [sym__alpha_identifier] = ACTIONS(4233), - [anon_sym_AT] = ACTIONS(4236), - [anon_sym_LBRACK] = ACTIONS(4236), - [anon_sym_as] = ACTIONS(4233), - [anon_sym_EQ] = ACTIONS(4233), - [anon_sym_LBRACE] = ACTIONS(4236), - [anon_sym_RBRACE] = ACTIONS(4236), - [anon_sym_LPAREN] = ACTIONS(6540), - [anon_sym_COMMA] = ACTIONS(4236), - [anon_sym_LT] = ACTIONS(4233), - [anon_sym_GT] = ACTIONS(4233), - [anon_sym_where] = ACTIONS(4233), - [anon_sym_object] = ACTIONS(4233), - [anon_sym_fun] = ACTIONS(4233), - [anon_sym_DOT] = ACTIONS(4233), - [anon_sym_SEMI] = ACTIONS(4236), - [anon_sym_get] = ACTIONS(4233), - [anon_sym_set] = ACTIONS(4233), - [anon_sym_this] = ACTIONS(4233), - [anon_sym_super] = ACTIONS(4233), - [anon_sym_STAR] = ACTIONS(4233), - [sym_label] = ACTIONS(4233), - [anon_sym_in] = ACTIONS(4233), - [anon_sym_DOT_DOT] = ACTIONS(4236), - [anon_sym_QMARK_COLON] = ACTIONS(4236), - [anon_sym_AMP_AMP] = ACTIONS(4236), - [anon_sym_PIPE_PIPE] = ACTIONS(4236), - [anon_sym_null] = ACTIONS(4233), - [anon_sym_if] = ACTIONS(4233), - [anon_sym_else] = ACTIONS(4233), - [anon_sym_when] = ACTIONS(4233), - [anon_sym_try] = ACTIONS(4233), - [anon_sym_throw] = ACTIONS(4233), - [anon_sym_return] = ACTIONS(4233), - [anon_sym_continue] = ACTIONS(4233), - [anon_sym_break] = ACTIONS(4233), - [anon_sym_COLON_COLON] = ACTIONS(4236), - [anon_sym_PLUS_EQ] = ACTIONS(4236), - [anon_sym_DASH_EQ] = ACTIONS(4236), - [anon_sym_STAR_EQ] = ACTIONS(4236), - [anon_sym_SLASH_EQ] = ACTIONS(4236), - [anon_sym_PERCENT_EQ] = ACTIONS(4236), - [anon_sym_BANG_EQ] = ACTIONS(4233), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4236), - [anon_sym_EQ_EQ] = ACTIONS(4233), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4236), - [anon_sym_LT_EQ] = ACTIONS(4236), - [anon_sym_GT_EQ] = ACTIONS(4236), - [anon_sym_BANGin] = ACTIONS(4236), - [anon_sym_is] = ACTIONS(4233), - [anon_sym_BANGis] = ACTIONS(4236), - [anon_sym_PLUS] = ACTIONS(4233), - [anon_sym_DASH] = ACTIONS(4233), - [anon_sym_SLASH] = ACTIONS(4233), - [anon_sym_PERCENT] = ACTIONS(4233), - [anon_sym_as_QMARK] = ACTIONS(4236), - [anon_sym_PLUS_PLUS] = ACTIONS(4236), - [anon_sym_DASH_DASH] = ACTIONS(4236), - [anon_sym_BANG] = ACTIONS(4233), - [anon_sym_BANG_BANG] = ACTIONS(4236), - [anon_sym_data] = ACTIONS(4233), - [anon_sym_inner] = ACTIONS(4233), - [anon_sym_expect] = ACTIONS(4233), - [anon_sym_actual] = ACTIONS(4233), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4236), - [anon_sym_continue_AT] = ACTIONS(4236), - [anon_sym_break_AT] = ACTIONS(4236), - [sym_real_literal] = ACTIONS(4236), - [sym_integer_literal] = ACTIONS(4233), - [sym_hex_literal] = ACTIONS(4236), - [sym_bin_literal] = ACTIONS(4236), - [anon_sym_true] = ACTIONS(4233), - [anon_sym_false] = ACTIONS(4233), - [anon_sym_SQUOTE] = ACTIONS(4236), - [sym__backtick_identifier] = ACTIONS(4236), - [sym__automatic_semicolon] = ACTIONS(4236), - [sym_safe_nav] = ACTIONS(4236), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4236), }, - [3459] = { - [sym__alpha_identifier] = ACTIONS(4726), - [anon_sym_AT] = ACTIONS(4728), - [anon_sym_LBRACK] = ACTIONS(4728), - [anon_sym_RBRACK] = ACTIONS(4728), - [anon_sym_as] = ACTIONS(4726), - [anon_sym_EQ] = ACTIONS(4726), - [anon_sym_LBRACE] = ACTIONS(4728), - [anon_sym_RBRACE] = ACTIONS(4728), - [anon_sym_LPAREN] = ACTIONS(4728), - [anon_sym_COMMA] = ACTIONS(4728), - [anon_sym_RPAREN] = ACTIONS(4728), - [anon_sym_LT] = ACTIONS(4726), - [anon_sym_GT] = ACTIONS(4726), - [anon_sym_where] = ACTIONS(4726), - [anon_sym_DOT] = ACTIONS(4726), - [anon_sym_SEMI] = ACTIONS(4728), - [anon_sym_get] = ACTIONS(4726), - [anon_sym_set] = ACTIONS(4726), - [anon_sym_STAR] = ACTIONS(4726), - [anon_sym_DASH_GT] = ACTIONS(4728), - [sym_label] = ACTIONS(4728), - [anon_sym_in] = ACTIONS(4726), - [anon_sym_while] = ACTIONS(4726), - [anon_sym_DOT_DOT] = ACTIONS(4728), - [anon_sym_QMARK_COLON] = ACTIONS(4728), - [anon_sym_AMP_AMP] = ACTIONS(4728), - [anon_sym_PIPE_PIPE] = ACTIONS(4728), - [anon_sym_else] = ACTIONS(4726), - [anon_sym_COLON_COLON] = ACTIONS(4728), - [anon_sym_PLUS_EQ] = ACTIONS(4728), - [anon_sym_DASH_EQ] = ACTIONS(4728), - [anon_sym_STAR_EQ] = ACTIONS(4728), - [anon_sym_SLASH_EQ] = ACTIONS(4728), - [anon_sym_PERCENT_EQ] = ACTIONS(4728), - [anon_sym_BANG_EQ] = ACTIONS(4726), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4728), - [anon_sym_EQ_EQ] = ACTIONS(4726), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4728), - [anon_sym_LT_EQ] = ACTIONS(4728), - [anon_sym_GT_EQ] = ACTIONS(4728), - [anon_sym_BANGin] = ACTIONS(4728), - [anon_sym_is] = ACTIONS(4726), - [anon_sym_BANGis] = ACTIONS(4728), - [anon_sym_PLUS] = ACTIONS(4726), - [anon_sym_DASH] = ACTIONS(4726), - [anon_sym_SLASH] = ACTIONS(4726), - [anon_sym_PERCENT] = ACTIONS(4726), - [anon_sym_as_QMARK] = ACTIONS(4728), - [anon_sym_PLUS_PLUS] = ACTIONS(4728), - [anon_sym_DASH_DASH] = ACTIONS(4728), - [anon_sym_BANG_BANG] = ACTIONS(4728), - [anon_sym_suspend] = ACTIONS(4726), - [anon_sym_sealed] = ACTIONS(4726), - [anon_sym_annotation] = ACTIONS(4726), - [anon_sym_data] = ACTIONS(4726), - [anon_sym_inner] = ACTIONS(4726), - [anon_sym_override] = ACTIONS(4726), - [anon_sym_lateinit] = ACTIONS(4726), - [anon_sym_public] = ACTIONS(4726), - [anon_sym_private] = ACTIONS(4726), - [anon_sym_internal] = ACTIONS(4726), - [anon_sym_protected] = ACTIONS(4726), - [anon_sym_tailrec] = ACTIONS(4726), - [anon_sym_operator] = ACTIONS(4726), - [anon_sym_infix] = ACTIONS(4726), - [anon_sym_inline] = ACTIONS(4726), - [anon_sym_external] = ACTIONS(4726), - [sym_property_modifier] = ACTIONS(4726), - [anon_sym_abstract] = ACTIONS(4726), - [anon_sym_final] = ACTIONS(4726), - [anon_sym_open] = ACTIONS(4726), - [anon_sym_vararg] = ACTIONS(4726), - [anon_sym_noinline] = ACTIONS(4726), - [anon_sym_crossinline] = ACTIONS(4726), - [anon_sym_expect] = ACTIONS(4726), - [anon_sym_actual] = ACTIONS(4726), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4728), - [sym_safe_nav] = ACTIONS(4728), - [sym_multiline_comment] = ACTIONS(3), + [3360] = { + [sym__alpha_identifier] = ACTIONS(4881), + [anon_sym_AT] = ACTIONS(4883), + [anon_sym_LBRACK] = ACTIONS(4883), + [anon_sym_as] = ACTIONS(4881), + [anon_sym_EQ] = ACTIONS(4881), + [anon_sym_LBRACE] = ACTIONS(4883), + [anon_sym_RBRACE] = ACTIONS(4883), + [anon_sym_LPAREN] = ACTIONS(4883), + [anon_sym_COMMA] = ACTIONS(4883), + [anon_sym_LT] = ACTIONS(4881), + [anon_sym_GT] = ACTIONS(4881), + [anon_sym_where] = ACTIONS(4881), + [anon_sym_object] = ACTIONS(4881), + [anon_sym_fun] = ACTIONS(4881), + [anon_sym_DOT] = ACTIONS(4881), + [anon_sym_SEMI] = ACTIONS(4883), + [anon_sym_get] = ACTIONS(4881), + [anon_sym_set] = ACTIONS(4881), + [anon_sym_this] = ACTIONS(4881), + [anon_sym_super] = ACTIONS(4881), + [anon_sym_STAR] = ACTIONS(4881), + [sym_label] = ACTIONS(4881), + [anon_sym_in] = ACTIONS(4881), + [anon_sym_DOT_DOT] = ACTIONS(4883), + [anon_sym_QMARK_COLON] = ACTIONS(4883), + [anon_sym_AMP_AMP] = ACTIONS(4883), + [anon_sym_PIPE_PIPE] = ACTIONS(4883), + [anon_sym_null] = ACTIONS(4881), + [anon_sym_if] = ACTIONS(4881), + [anon_sym_else] = ACTIONS(4881), + [anon_sym_when] = ACTIONS(4881), + [anon_sym_try] = ACTIONS(4881), + [anon_sym_throw] = ACTIONS(4881), + [anon_sym_return] = ACTIONS(4881), + [anon_sym_continue] = ACTIONS(4881), + [anon_sym_break] = ACTIONS(4881), + [anon_sym_COLON_COLON] = ACTIONS(4883), + [anon_sym_PLUS_EQ] = ACTIONS(4883), + [anon_sym_DASH_EQ] = ACTIONS(4883), + [anon_sym_STAR_EQ] = ACTIONS(4883), + [anon_sym_SLASH_EQ] = ACTIONS(4883), + [anon_sym_PERCENT_EQ] = ACTIONS(4883), + [anon_sym_BANG_EQ] = ACTIONS(4881), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4883), + [anon_sym_EQ_EQ] = ACTIONS(4881), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4883), + [anon_sym_LT_EQ] = ACTIONS(4883), + [anon_sym_GT_EQ] = ACTIONS(4883), + [anon_sym_BANGin] = ACTIONS(4883), + [anon_sym_is] = ACTIONS(4881), + [anon_sym_BANGis] = ACTIONS(4883), + [anon_sym_PLUS] = ACTIONS(4881), + [anon_sym_DASH] = ACTIONS(4881), + [anon_sym_SLASH] = ACTIONS(4881), + [anon_sym_PERCENT] = ACTIONS(4881), + [anon_sym_as_QMARK] = ACTIONS(4883), + [anon_sym_PLUS_PLUS] = ACTIONS(4883), + [anon_sym_DASH_DASH] = ACTIONS(4883), + [anon_sym_BANG] = ACTIONS(4881), + [anon_sym_BANG_BANG] = ACTIONS(4883), + [anon_sym_data] = ACTIONS(4881), + [anon_sym_inner] = ACTIONS(4881), + [anon_sym_expect] = ACTIONS(4881), + [anon_sym_actual] = ACTIONS(4881), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4883), + [anon_sym_continue_AT] = ACTIONS(4883), + [anon_sym_break_AT] = ACTIONS(4883), + [sym_real_literal] = ACTIONS(4883), + [sym_integer_literal] = ACTIONS(4881), + [sym_hex_literal] = ACTIONS(4883), + [sym_bin_literal] = ACTIONS(4883), + [anon_sym_true] = ACTIONS(4881), + [anon_sym_false] = ACTIONS(4881), + [anon_sym_SQUOTE] = ACTIONS(4883), + [sym__backtick_identifier] = ACTIONS(4883), + [sym__automatic_semicolon] = ACTIONS(4883), + [sym_safe_nav] = ACTIONS(4883), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4883), }, - [3460] = { - [sym__alpha_identifier] = ACTIONS(4249), - [anon_sym_AT] = ACTIONS(4252), - [anon_sym_LBRACK] = ACTIONS(4252), - [anon_sym_RBRACK] = ACTIONS(4252), - [anon_sym_as] = ACTIONS(4249), - [anon_sym_EQ] = ACTIONS(4249), - [anon_sym_LBRACE] = ACTIONS(4252), - [anon_sym_RBRACE] = ACTIONS(4252), - [anon_sym_LPAREN] = ACTIONS(4259), - [anon_sym_COMMA] = ACTIONS(4252), - [anon_sym_RPAREN] = ACTIONS(4252), - [anon_sym_LT] = ACTIONS(4249), - [anon_sym_GT] = ACTIONS(4249), - [anon_sym_where] = ACTIONS(4249), - [anon_sym_DOT] = ACTIONS(4249), - [anon_sym_SEMI] = ACTIONS(4252), - [anon_sym_get] = ACTIONS(4249), - [anon_sym_set] = ACTIONS(4249), - [anon_sym_STAR] = ACTIONS(4249), - [anon_sym_DASH_GT] = ACTIONS(4252), - [sym_label] = ACTIONS(4252), - [anon_sym_in] = ACTIONS(4249), - [anon_sym_while] = ACTIONS(4249), - [anon_sym_DOT_DOT] = ACTIONS(4252), - [anon_sym_QMARK_COLON] = ACTIONS(4252), - [anon_sym_AMP_AMP] = ACTIONS(4252), - [anon_sym_PIPE_PIPE] = ACTIONS(4252), - [anon_sym_else] = ACTIONS(4249), - [anon_sym_COLON_COLON] = ACTIONS(4252), - [anon_sym_PLUS_EQ] = ACTIONS(4252), - [anon_sym_DASH_EQ] = ACTIONS(4252), - [anon_sym_STAR_EQ] = ACTIONS(4252), - [anon_sym_SLASH_EQ] = ACTIONS(4252), - [anon_sym_PERCENT_EQ] = ACTIONS(4252), - [anon_sym_BANG_EQ] = ACTIONS(4249), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4252), - [anon_sym_EQ_EQ] = ACTIONS(4249), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4252), - [anon_sym_LT_EQ] = ACTIONS(4252), - [anon_sym_GT_EQ] = ACTIONS(4252), - [anon_sym_BANGin] = ACTIONS(4252), - [anon_sym_is] = ACTIONS(4249), - [anon_sym_BANGis] = ACTIONS(4252), - [anon_sym_PLUS] = ACTIONS(4249), - [anon_sym_DASH] = ACTIONS(4249), - [anon_sym_SLASH] = ACTIONS(4249), - [anon_sym_PERCENT] = ACTIONS(4249), - [anon_sym_as_QMARK] = ACTIONS(4252), - [anon_sym_PLUS_PLUS] = ACTIONS(4252), - [anon_sym_DASH_DASH] = ACTIONS(4252), - [anon_sym_BANG_BANG] = ACTIONS(4252), - [anon_sym_suspend] = ACTIONS(4249), - [anon_sym_sealed] = ACTIONS(4249), - [anon_sym_annotation] = ACTIONS(4249), - [anon_sym_data] = ACTIONS(4249), - [anon_sym_inner] = ACTIONS(4249), - [anon_sym_override] = ACTIONS(4249), - [anon_sym_lateinit] = ACTIONS(4249), - [anon_sym_public] = ACTIONS(4249), - [anon_sym_private] = ACTIONS(4249), - [anon_sym_internal] = ACTIONS(4249), - [anon_sym_protected] = ACTIONS(4249), - [anon_sym_tailrec] = ACTIONS(4249), - [anon_sym_operator] = ACTIONS(4249), - [anon_sym_infix] = ACTIONS(4249), - [anon_sym_inline] = ACTIONS(4249), - [anon_sym_external] = ACTIONS(4249), - [sym_property_modifier] = ACTIONS(4249), - [anon_sym_abstract] = ACTIONS(4249), - [anon_sym_final] = ACTIONS(4249), - [anon_sym_open] = ACTIONS(4249), - [anon_sym_vararg] = ACTIONS(4249), - [anon_sym_noinline] = ACTIONS(4249), - [anon_sym_crossinline] = ACTIONS(4249), - [anon_sym_expect] = ACTIONS(4249), - [anon_sym_actual] = ACTIONS(4249), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4252), - [sym_safe_nav] = ACTIONS(4252), + [3361] = { + [sym__alpha_identifier] = ACTIONS(4019), + [anon_sym_AT] = ACTIONS(4021), + [anon_sym_LBRACK] = ACTIONS(4021), + [anon_sym_RBRACK] = ACTIONS(4021), + [anon_sym_as] = ACTIONS(4019), + [anon_sym_EQ] = ACTIONS(4019), + [anon_sym_LBRACE] = ACTIONS(4021), + [anon_sym_RBRACE] = ACTIONS(4021), + [anon_sym_LPAREN] = ACTIONS(4021), + [anon_sym_COMMA] = ACTIONS(4021), + [anon_sym_RPAREN] = ACTIONS(4021), + [anon_sym_LT] = ACTIONS(4019), + [anon_sym_GT] = ACTIONS(4019), + [anon_sym_where] = ACTIONS(4019), + [anon_sym_DOT] = ACTIONS(4019), + [anon_sym_SEMI] = ACTIONS(4021), + [anon_sym_get] = ACTIONS(4019), + [anon_sym_set] = ACTIONS(4019), + [anon_sym_STAR] = ACTIONS(4019), + [anon_sym_DASH_GT] = ACTIONS(4021), + [sym_label] = ACTIONS(4021), + [anon_sym_in] = ACTIONS(4019), + [anon_sym_while] = ACTIONS(4019), + [anon_sym_DOT_DOT] = ACTIONS(4021), + [anon_sym_QMARK_COLON] = ACTIONS(4021), + [anon_sym_AMP_AMP] = ACTIONS(4021), + [anon_sym_PIPE_PIPE] = ACTIONS(4021), + [anon_sym_else] = ACTIONS(4019), + [anon_sym_COLON_COLON] = ACTIONS(4021), + [anon_sym_PLUS_EQ] = ACTIONS(4021), + [anon_sym_DASH_EQ] = ACTIONS(4021), + [anon_sym_STAR_EQ] = ACTIONS(4021), + [anon_sym_SLASH_EQ] = ACTIONS(4021), + [anon_sym_PERCENT_EQ] = ACTIONS(4021), + [anon_sym_BANG_EQ] = ACTIONS(4019), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4021), + [anon_sym_EQ_EQ] = ACTIONS(4019), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4021), + [anon_sym_LT_EQ] = ACTIONS(4021), + [anon_sym_GT_EQ] = ACTIONS(4021), + [anon_sym_BANGin] = ACTIONS(4021), + [anon_sym_is] = ACTIONS(4019), + [anon_sym_BANGis] = ACTIONS(4021), + [anon_sym_PLUS] = ACTIONS(4019), + [anon_sym_DASH] = ACTIONS(4019), + [anon_sym_SLASH] = ACTIONS(4019), + [anon_sym_PERCENT] = ACTIONS(4019), + [anon_sym_as_QMARK] = ACTIONS(4021), + [anon_sym_PLUS_PLUS] = ACTIONS(4021), + [anon_sym_DASH_DASH] = ACTIONS(4021), + [anon_sym_BANG_BANG] = ACTIONS(4021), + [anon_sym_suspend] = ACTIONS(4019), + [anon_sym_sealed] = ACTIONS(4019), + [anon_sym_annotation] = ACTIONS(4019), + [anon_sym_data] = ACTIONS(4019), + [anon_sym_inner] = ACTIONS(4019), + [anon_sym_override] = ACTIONS(4019), + [anon_sym_lateinit] = ACTIONS(4019), + [anon_sym_public] = ACTIONS(4019), + [anon_sym_private] = ACTIONS(4019), + [anon_sym_internal] = ACTIONS(4019), + [anon_sym_protected] = ACTIONS(4019), + [anon_sym_tailrec] = ACTIONS(4019), + [anon_sym_operator] = ACTIONS(4019), + [anon_sym_infix] = ACTIONS(4019), + [anon_sym_inline] = ACTIONS(4019), + [anon_sym_external] = ACTIONS(4019), + [sym_property_modifier] = ACTIONS(4019), + [anon_sym_abstract] = ACTIONS(4019), + [anon_sym_final] = ACTIONS(4019), + [anon_sym_open] = ACTIONS(4019), + [anon_sym_vararg] = ACTIONS(4019), + [anon_sym_noinline] = ACTIONS(4019), + [anon_sym_crossinline] = ACTIONS(4019), + [anon_sym_expect] = ACTIONS(4019), + [anon_sym_actual] = ACTIONS(4019), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4021), + [sym_safe_nav] = ACTIONS(4021), [sym_multiline_comment] = ACTIONS(3), }, - [3461] = { - [aux_sym_user_type_repeat1] = STATE(3461), - [sym__alpha_identifier] = ACTIONS(4304), - [anon_sym_AT] = ACTIONS(4306), - [anon_sym_LBRACK] = ACTIONS(4306), - [anon_sym_as] = ACTIONS(4304), - [anon_sym_EQ] = ACTIONS(4304), - [anon_sym_LBRACE] = ACTIONS(4306), - [anon_sym_RBRACE] = ACTIONS(4306), - [anon_sym_LPAREN] = ACTIONS(4306), - [anon_sym_COMMA] = ACTIONS(4306), - [anon_sym_by] = ACTIONS(4304), - [anon_sym_LT] = ACTIONS(4304), - [anon_sym_GT] = ACTIONS(4304), - [anon_sym_where] = ACTIONS(4304), - [anon_sym_DOT] = ACTIONS(6606), - [anon_sym_SEMI] = ACTIONS(4306), - [anon_sym_get] = ACTIONS(4304), - [anon_sym_set] = ACTIONS(4304), - [sym__quest] = ACTIONS(4304), - [anon_sym_STAR] = ACTIONS(4304), - [sym_label] = ACTIONS(4306), - [anon_sym_in] = ACTIONS(4304), - [anon_sym_DOT_DOT] = ACTIONS(4306), - [anon_sym_QMARK_COLON] = ACTIONS(4306), - [anon_sym_AMP_AMP] = ACTIONS(4306), - [anon_sym_PIPE_PIPE] = ACTIONS(4306), - [anon_sym_else] = ACTIONS(4304), - [anon_sym_COLON_COLON] = ACTIONS(4306), - [anon_sym_PLUS_EQ] = ACTIONS(4306), - [anon_sym_DASH_EQ] = ACTIONS(4306), - [anon_sym_STAR_EQ] = ACTIONS(4306), - [anon_sym_SLASH_EQ] = ACTIONS(4306), - [anon_sym_PERCENT_EQ] = ACTIONS(4306), - [anon_sym_BANG_EQ] = ACTIONS(4304), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4306), - [anon_sym_EQ_EQ] = ACTIONS(4304), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4306), - [anon_sym_LT_EQ] = ACTIONS(4306), - [anon_sym_GT_EQ] = ACTIONS(4306), - [anon_sym_BANGin] = ACTIONS(4306), - [anon_sym_is] = ACTIONS(4304), - [anon_sym_BANGis] = ACTIONS(4306), - [anon_sym_PLUS] = ACTIONS(4304), - [anon_sym_DASH] = ACTIONS(4304), - [anon_sym_SLASH] = ACTIONS(4304), - [anon_sym_PERCENT] = ACTIONS(4304), - [anon_sym_as_QMARK] = ACTIONS(4306), - [anon_sym_PLUS_PLUS] = ACTIONS(4306), - [anon_sym_DASH_DASH] = ACTIONS(4306), - [anon_sym_BANG_BANG] = ACTIONS(4306), - [anon_sym_suspend] = ACTIONS(4304), - [anon_sym_sealed] = ACTIONS(4304), - [anon_sym_annotation] = ACTIONS(4304), - [anon_sym_data] = ACTIONS(4304), - [anon_sym_inner] = ACTIONS(4304), - [anon_sym_override] = ACTIONS(4304), - [anon_sym_lateinit] = ACTIONS(4304), - [anon_sym_public] = ACTIONS(4304), - [anon_sym_private] = ACTIONS(4304), - [anon_sym_internal] = ACTIONS(4304), - [anon_sym_protected] = ACTIONS(4304), - [anon_sym_tailrec] = ACTIONS(4304), - [anon_sym_operator] = ACTIONS(4304), - [anon_sym_infix] = ACTIONS(4304), - [anon_sym_inline] = ACTIONS(4304), - [anon_sym_external] = ACTIONS(4304), - [sym_property_modifier] = ACTIONS(4304), - [anon_sym_abstract] = ACTIONS(4304), - [anon_sym_final] = ACTIONS(4304), - [anon_sym_open] = ACTIONS(4304), - [anon_sym_vararg] = ACTIONS(4304), - [anon_sym_noinline] = ACTIONS(4304), - [anon_sym_crossinline] = ACTIONS(4304), - [anon_sym_expect] = ACTIONS(4304), - [anon_sym_actual] = ACTIONS(4304), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4306), - [sym__automatic_semicolon] = ACTIONS(4306), - [sym_safe_nav] = ACTIONS(4306), + [3362] = { + [sym__alpha_identifier] = ACTIONS(4744), + [anon_sym_AT] = ACTIONS(4746), + [anon_sym_LBRACK] = ACTIONS(4746), + [anon_sym_RBRACK] = ACTIONS(4746), + [anon_sym_as] = ACTIONS(4744), + [anon_sym_EQ] = ACTIONS(4744), + [anon_sym_LBRACE] = ACTIONS(4746), + [anon_sym_RBRACE] = ACTIONS(4746), + [anon_sym_LPAREN] = ACTIONS(4746), + [anon_sym_COMMA] = ACTIONS(4746), + [anon_sym_RPAREN] = ACTIONS(4746), + [anon_sym_LT] = ACTIONS(4744), + [anon_sym_GT] = ACTIONS(4744), + [anon_sym_where] = ACTIONS(4744), + [anon_sym_DOT] = ACTIONS(4744), + [anon_sym_SEMI] = ACTIONS(4746), + [anon_sym_get] = ACTIONS(4744), + [anon_sym_set] = ACTIONS(4744), + [anon_sym_STAR] = ACTIONS(4744), + [anon_sym_DASH_GT] = ACTIONS(4746), + [sym_label] = ACTIONS(4746), + [anon_sym_in] = ACTIONS(4744), + [anon_sym_while] = ACTIONS(4744), + [anon_sym_DOT_DOT] = ACTIONS(4746), + [anon_sym_QMARK_COLON] = ACTIONS(4746), + [anon_sym_AMP_AMP] = ACTIONS(4746), + [anon_sym_PIPE_PIPE] = ACTIONS(4746), + [anon_sym_else] = ACTIONS(4744), + [anon_sym_COLON_COLON] = ACTIONS(4746), + [anon_sym_PLUS_EQ] = ACTIONS(4746), + [anon_sym_DASH_EQ] = ACTIONS(4746), + [anon_sym_STAR_EQ] = ACTIONS(4746), + [anon_sym_SLASH_EQ] = ACTIONS(4746), + [anon_sym_PERCENT_EQ] = ACTIONS(4746), + [anon_sym_BANG_EQ] = ACTIONS(4744), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4746), + [anon_sym_EQ_EQ] = ACTIONS(4744), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4746), + [anon_sym_LT_EQ] = ACTIONS(4746), + [anon_sym_GT_EQ] = ACTIONS(4746), + [anon_sym_BANGin] = ACTIONS(4746), + [anon_sym_is] = ACTIONS(4744), + [anon_sym_BANGis] = ACTIONS(4746), + [anon_sym_PLUS] = ACTIONS(4744), + [anon_sym_DASH] = ACTIONS(4744), + [anon_sym_SLASH] = ACTIONS(4744), + [anon_sym_PERCENT] = ACTIONS(4744), + [anon_sym_as_QMARK] = ACTIONS(4746), + [anon_sym_PLUS_PLUS] = ACTIONS(4746), + [anon_sym_DASH_DASH] = ACTIONS(4746), + [anon_sym_BANG_BANG] = ACTIONS(4746), + [anon_sym_suspend] = ACTIONS(4744), + [anon_sym_sealed] = ACTIONS(4744), + [anon_sym_annotation] = ACTIONS(4744), + [anon_sym_data] = ACTIONS(4744), + [anon_sym_inner] = ACTIONS(4744), + [anon_sym_override] = ACTIONS(4744), + [anon_sym_lateinit] = ACTIONS(4744), + [anon_sym_public] = ACTIONS(4744), + [anon_sym_private] = ACTIONS(4744), + [anon_sym_internal] = ACTIONS(4744), + [anon_sym_protected] = ACTIONS(4744), + [anon_sym_tailrec] = ACTIONS(4744), + [anon_sym_operator] = ACTIONS(4744), + [anon_sym_infix] = ACTIONS(4744), + [anon_sym_inline] = ACTIONS(4744), + [anon_sym_external] = ACTIONS(4744), + [sym_property_modifier] = ACTIONS(4744), + [anon_sym_abstract] = ACTIONS(4744), + [anon_sym_final] = ACTIONS(4744), + [anon_sym_open] = ACTIONS(4744), + [anon_sym_vararg] = ACTIONS(4744), + [anon_sym_noinline] = ACTIONS(4744), + [anon_sym_crossinline] = ACTIONS(4744), + [anon_sym_expect] = ACTIONS(4744), + [anon_sym_actual] = ACTIONS(4744), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4746), + [sym_safe_nav] = ACTIONS(4746), [sym_multiline_comment] = ACTIONS(3), }, - [3462] = { - [sym_class_body] = STATE(3398), - [sym__alpha_identifier] = ACTIONS(4517), - [anon_sym_AT] = ACTIONS(4519), - [anon_sym_COLON] = ACTIONS(6609), - [anon_sym_LBRACK] = ACTIONS(4519), - [anon_sym_as] = ACTIONS(4517), - [anon_sym_EQ] = ACTIONS(4517), - [anon_sym_LBRACE] = ACTIONS(3112), - [anon_sym_RBRACE] = ACTIONS(4519), - [anon_sym_LPAREN] = ACTIONS(4519), - [anon_sym_LT] = ACTIONS(4517), - [anon_sym_GT] = ACTIONS(4517), - [anon_sym_object] = ACTIONS(4517), - [anon_sym_fun] = ACTIONS(4517), - [anon_sym_DOT] = ACTIONS(4517), - [anon_sym_SEMI] = ACTIONS(4519), - [anon_sym_get] = ACTIONS(4517), - [anon_sym_set] = ACTIONS(4517), - [anon_sym_this] = ACTIONS(4517), - [anon_sym_super] = ACTIONS(4517), - [anon_sym_STAR] = ACTIONS(4517), - [sym_label] = ACTIONS(4517), - [anon_sym_in] = ACTIONS(4517), - [anon_sym_DOT_DOT] = ACTIONS(4519), - [anon_sym_QMARK_COLON] = ACTIONS(4519), - [anon_sym_AMP_AMP] = ACTIONS(4519), - [anon_sym_PIPE_PIPE] = ACTIONS(4519), - [anon_sym_null] = ACTIONS(4517), - [anon_sym_if] = ACTIONS(4517), - [anon_sym_else] = ACTIONS(4517), - [anon_sym_when] = ACTIONS(4517), - [anon_sym_try] = ACTIONS(4517), - [anon_sym_throw] = ACTIONS(4517), - [anon_sym_return] = ACTIONS(4517), - [anon_sym_continue] = ACTIONS(4517), - [anon_sym_break] = ACTIONS(4517), - [anon_sym_COLON_COLON] = ACTIONS(4519), - [anon_sym_PLUS_EQ] = ACTIONS(4519), - [anon_sym_DASH_EQ] = ACTIONS(4519), - [anon_sym_STAR_EQ] = ACTIONS(4519), - [anon_sym_SLASH_EQ] = ACTIONS(4519), - [anon_sym_PERCENT_EQ] = ACTIONS(4519), - [anon_sym_BANG_EQ] = ACTIONS(4517), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4519), - [anon_sym_EQ_EQ] = ACTIONS(4517), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4519), - [anon_sym_LT_EQ] = ACTIONS(4519), - [anon_sym_GT_EQ] = ACTIONS(4519), - [anon_sym_BANGin] = ACTIONS(4519), - [anon_sym_is] = ACTIONS(4517), - [anon_sym_BANGis] = ACTIONS(4519), - [anon_sym_PLUS] = ACTIONS(4517), - [anon_sym_DASH] = ACTIONS(4517), - [anon_sym_SLASH] = ACTIONS(4517), - [anon_sym_PERCENT] = ACTIONS(4517), - [anon_sym_as_QMARK] = ACTIONS(4519), - [anon_sym_PLUS_PLUS] = ACTIONS(4519), - [anon_sym_DASH_DASH] = ACTIONS(4519), - [anon_sym_BANG] = ACTIONS(4517), - [anon_sym_BANG_BANG] = ACTIONS(4519), - [anon_sym_data] = ACTIONS(4517), - [anon_sym_inner] = ACTIONS(4517), - [anon_sym_expect] = ACTIONS(4517), - [anon_sym_actual] = ACTIONS(4517), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4519), - [anon_sym_continue_AT] = ACTIONS(4519), - [anon_sym_break_AT] = ACTIONS(4519), - [sym_real_literal] = ACTIONS(4519), - [sym_integer_literal] = ACTIONS(4517), - [sym_hex_literal] = ACTIONS(4519), - [sym_bin_literal] = ACTIONS(4519), - [anon_sym_true] = ACTIONS(4517), - [anon_sym_false] = ACTIONS(4517), - [anon_sym_SQUOTE] = ACTIONS(4519), - [sym__backtick_identifier] = ACTIONS(4519), - [sym__automatic_semicolon] = ACTIONS(4519), - [sym_safe_nav] = ACTIONS(4519), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4519), - }, - [3463] = { - [sym__alpha_identifier] = ACTIONS(4396), - [anon_sym_AT] = ACTIONS(4398), - [anon_sym_LBRACK] = ACTIONS(4398), - [anon_sym_RBRACK] = ACTIONS(4398), - [anon_sym_as] = ACTIONS(4396), - [anon_sym_EQ] = ACTIONS(4396), - [anon_sym_LBRACE] = ACTIONS(4398), - [anon_sym_RBRACE] = ACTIONS(4398), - [anon_sym_LPAREN] = ACTIONS(4398), - [anon_sym_COMMA] = ACTIONS(4398), - [anon_sym_RPAREN] = ACTIONS(4398), - [anon_sym_LT] = ACTIONS(4396), - [anon_sym_GT] = ACTIONS(4396), - [anon_sym_where] = ACTIONS(4396), - [anon_sym_DOT] = ACTIONS(4396), - [anon_sym_SEMI] = ACTIONS(4398), - [anon_sym_get] = ACTIONS(4396), - [anon_sym_set] = ACTIONS(4396), - [anon_sym_STAR] = ACTIONS(4396), - [anon_sym_DASH_GT] = ACTIONS(4398), - [sym_label] = ACTIONS(4398), - [anon_sym_in] = ACTIONS(4396), - [anon_sym_while] = ACTIONS(4396), - [anon_sym_DOT_DOT] = ACTIONS(4398), - [anon_sym_QMARK_COLON] = ACTIONS(4398), - [anon_sym_AMP_AMP] = ACTIONS(4398), - [anon_sym_PIPE_PIPE] = ACTIONS(4398), - [anon_sym_else] = ACTIONS(4396), - [anon_sym_COLON_COLON] = ACTIONS(4398), - [anon_sym_PLUS_EQ] = ACTIONS(4398), - [anon_sym_DASH_EQ] = ACTIONS(4398), - [anon_sym_STAR_EQ] = ACTIONS(4398), - [anon_sym_SLASH_EQ] = ACTIONS(4398), - [anon_sym_PERCENT_EQ] = ACTIONS(4398), - [anon_sym_BANG_EQ] = ACTIONS(4396), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4398), - [anon_sym_EQ_EQ] = ACTIONS(4396), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4398), - [anon_sym_LT_EQ] = ACTIONS(4398), - [anon_sym_GT_EQ] = ACTIONS(4398), - [anon_sym_BANGin] = ACTIONS(4398), - [anon_sym_is] = ACTIONS(4396), - [anon_sym_BANGis] = ACTIONS(4398), - [anon_sym_PLUS] = ACTIONS(4396), - [anon_sym_DASH] = ACTIONS(4396), - [anon_sym_SLASH] = ACTIONS(4396), - [anon_sym_PERCENT] = ACTIONS(4396), - [anon_sym_as_QMARK] = ACTIONS(4398), - [anon_sym_PLUS_PLUS] = ACTIONS(4398), - [anon_sym_DASH_DASH] = ACTIONS(4398), - [anon_sym_BANG_BANG] = ACTIONS(4398), - [anon_sym_suspend] = ACTIONS(4396), - [anon_sym_sealed] = ACTIONS(4396), - [anon_sym_annotation] = ACTIONS(4396), - [anon_sym_data] = ACTIONS(4396), - [anon_sym_inner] = ACTIONS(4396), - [anon_sym_override] = ACTIONS(4396), - [anon_sym_lateinit] = ACTIONS(4396), - [anon_sym_public] = ACTIONS(4396), - [anon_sym_private] = ACTIONS(4396), - [anon_sym_internal] = ACTIONS(4396), - [anon_sym_protected] = ACTIONS(4396), - [anon_sym_tailrec] = ACTIONS(4396), - [anon_sym_operator] = ACTIONS(4396), - [anon_sym_infix] = ACTIONS(4396), - [anon_sym_inline] = ACTIONS(4396), - [anon_sym_external] = ACTIONS(4396), - [sym_property_modifier] = ACTIONS(4396), - [anon_sym_abstract] = ACTIONS(4396), - [anon_sym_final] = ACTIONS(4396), - [anon_sym_open] = ACTIONS(4396), - [anon_sym_vararg] = ACTIONS(4396), - [anon_sym_noinline] = ACTIONS(4396), - [anon_sym_crossinline] = ACTIONS(4396), - [anon_sym_expect] = ACTIONS(4396), - [anon_sym_actual] = ACTIONS(4396), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4398), - [sym_safe_nav] = ACTIONS(4398), + [3363] = { + [sym__alpha_identifier] = ACTIONS(4740), + [anon_sym_AT] = ACTIONS(4742), + [anon_sym_LBRACK] = ACTIONS(4742), + [anon_sym_RBRACK] = ACTIONS(4742), + [anon_sym_as] = ACTIONS(4740), + [anon_sym_EQ] = ACTIONS(4740), + [anon_sym_LBRACE] = ACTIONS(4742), + [anon_sym_RBRACE] = ACTIONS(4742), + [anon_sym_LPAREN] = ACTIONS(4742), + [anon_sym_COMMA] = ACTIONS(4742), + [anon_sym_RPAREN] = ACTIONS(4742), + [anon_sym_LT] = ACTIONS(4740), + [anon_sym_GT] = ACTIONS(4740), + [anon_sym_where] = ACTIONS(4740), + [anon_sym_DOT] = ACTIONS(4740), + [anon_sym_SEMI] = ACTIONS(4742), + [anon_sym_get] = ACTIONS(4740), + [anon_sym_set] = ACTIONS(4740), + [anon_sym_STAR] = ACTIONS(4740), + [anon_sym_DASH_GT] = ACTIONS(4742), + [sym_label] = ACTIONS(4742), + [anon_sym_in] = ACTIONS(4740), + [anon_sym_while] = ACTIONS(4740), + [anon_sym_DOT_DOT] = ACTIONS(4742), + [anon_sym_QMARK_COLON] = ACTIONS(4742), + [anon_sym_AMP_AMP] = ACTIONS(4742), + [anon_sym_PIPE_PIPE] = ACTIONS(4742), + [anon_sym_else] = ACTIONS(4740), + [anon_sym_COLON_COLON] = ACTIONS(4742), + [anon_sym_PLUS_EQ] = ACTIONS(4742), + [anon_sym_DASH_EQ] = ACTIONS(4742), + [anon_sym_STAR_EQ] = ACTIONS(4742), + [anon_sym_SLASH_EQ] = ACTIONS(4742), + [anon_sym_PERCENT_EQ] = ACTIONS(4742), + [anon_sym_BANG_EQ] = ACTIONS(4740), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4742), + [anon_sym_EQ_EQ] = ACTIONS(4740), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4742), + [anon_sym_LT_EQ] = ACTIONS(4742), + [anon_sym_GT_EQ] = ACTIONS(4742), + [anon_sym_BANGin] = ACTIONS(4742), + [anon_sym_is] = ACTIONS(4740), + [anon_sym_BANGis] = ACTIONS(4742), + [anon_sym_PLUS] = ACTIONS(4740), + [anon_sym_DASH] = ACTIONS(4740), + [anon_sym_SLASH] = ACTIONS(4740), + [anon_sym_PERCENT] = ACTIONS(4740), + [anon_sym_as_QMARK] = ACTIONS(4742), + [anon_sym_PLUS_PLUS] = ACTIONS(4742), + [anon_sym_DASH_DASH] = ACTIONS(4742), + [anon_sym_BANG_BANG] = ACTIONS(4742), + [anon_sym_suspend] = ACTIONS(4740), + [anon_sym_sealed] = ACTIONS(4740), + [anon_sym_annotation] = ACTIONS(4740), + [anon_sym_data] = ACTIONS(4740), + [anon_sym_inner] = ACTIONS(4740), + [anon_sym_override] = ACTIONS(4740), + [anon_sym_lateinit] = ACTIONS(4740), + [anon_sym_public] = ACTIONS(4740), + [anon_sym_private] = ACTIONS(4740), + [anon_sym_internal] = ACTIONS(4740), + [anon_sym_protected] = ACTIONS(4740), + [anon_sym_tailrec] = ACTIONS(4740), + [anon_sym_operator] = ACTIONS(4740), + [anon_sym_infix] = ACTIONS(4740), + [anon_sym_inline] = ACTIONS(4740), + [anon_sym_external] = ACTIONS(4740), + [sym_property_modifier] = ACTIONS(4740), + [anon_sym_abstract] = ACTIONS(4740), + [anon_sym_final] = ACTIONS(4740), + [anon_sym_open] = ACTIONS(4740), + [anon_sym_vararg] = ACTIONS(4740), + [anon_sym_noinline] = ACTIONS(4740), + [anon_sym_crossinline] = ACTIONS(4740), + [anon_sym_expect] = ACTIONS(4740), + [anon_sym_actual] = ACTIONS(4740), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4742), + [sym_safe_nav] = ACTIONS(4742), [sym_multiline_comment] = ACTIONS(3), }, - [3464] = { - [sym__alpha_identifier] = ACTIONS(4249), - [anon_sym_AT] = ACTIONS(4252), - [anon_sym_LBRACK] = ACTIONS(4252), - [anon_sym_RBRACK] = ACTIONS(4252), - [anon_sym_as] = ACTIONS(4249), - [anon_sym_EQ] = ACTIONS(3828), - [anon_sym_LBRACE] = ACTIONS(4252), - [anon_sym_RBRACE] = ACTIONS(4252), - [anon_sym_LPAREN] = ACTIONS(5279), - [anon_sym_COMMA] = ACTIONS(4252), - [anon_sym_RPAREN] = ACTIONS(4252), - [anon_sym_LT] = ACTIONS(4249), - [anon_sym_GT] = ACTIONS(4249), - [anon_sym_where] = ACTIONS(4249), - [anon_sym_DOT] = ACTIONS(4249), - [anon_sym_SEMI] = ACTIONS(4252), - [anon_sym_get] = ACTIONS(4249), - [anon_sym_set] = ACTIONS(4249), - [anon_sym_STAR] = ACTIONS(4249), - [anon_sym_DASH_GT] = ACTIONS(4252), - [sym_label] = ACTIONS(4252), - [anon_sym_in] = ACTIONS(4249), - [anon_sym_while] = ACTIONS(4249), - [anon_sym_DOT_DOT] = ACTIONS(4252), - [anon_sym_QMARK_COLON] = ACTIONS(4252), - [anon_sym_AMP_AMP] = ACTIONS(4252), - [anon_sym_PIPE_PIPE] = ACTIONS(4252), - [anon_sym_else] = ACTIONS(4249), - [anon_sym_COLON_COLON] = ACTIONS(4252), - [anon_sym_PLUS_EQ] = ACTIONS(3833), - [anon_sym_DASH_EQ] = ACTIONS(3833), - [anon_sym_STAR_EQ] = ACTIONS(3833), - [anon_sym_SLASH_EQ] = ACTIONS(3833), - [anon_sym_PERCENT_EQ] = ACTIONS(3833), - [anon_sym_BANG_EQ] = ACTIONS(4249), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4252), - [anon_sym_EQ_EQ] = ACTIONS(4249), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4252), - [anon_sym_LT_EQ] = ACTIONS(4252), - [anon_sym_GT_EQ] = ACTIONS(4252), - [anon_sym_BANGin] = ACTIONS(4252), - [anon_sym_is] = ACTIONS(4249), - [anon_sym_BANGis] = ACTIONS(4252), - [anon_sym_PLUS] = ACTIONS(4249), - [anon_sym_DASH] = ACTIONS(4249), - [anon_sym_SLASH] = ACTIONS(4249), - [anon_sym_PERCENT] = ACTIONS(4249), - [anon_sym_as_QMARK] = ACTIONS(4252), - [anon_sym_PLUS_PLUS] = ACTIONS(4252), - [anon_sym_DASH_DASH] = ACTIONS(4252), - [anon_sym_BANG_BANG] = ACTIONS(4252), - [anon_sym_suspend] = ACTIONS(4249), - [anon_sym_sealed] = ACTIONS(4249), - [anon_sym_annotation] = ACTIONS(4249), - [anon_sym_data] = ACTIONS(4249), - [anon_sym_inner] = ACTIONS(4249), - [anon_sym_override] = ACTIONS(4249), - [anon_sym_lateinit] = ACTIONS(4249), - [anon_sym_public] = ACTIONS(4249), - [anon_sym_private] = ACTIONS(4249), - [anon_sym_internal] = ACTIONS(4249), - [anon_sym_protected] = ACTIONS(4249), - [anon_sym_tailrec] = ACTIONS(4249), - [anon_sym_operator] = ACTIONS(4249), - [anon_sym_infix] = ACTIONS(4249), - [anon_sym_inline] = ACTIONS(4249), - [anon_sym_external] = ACTIONS(4249), - [sym_property_modifier] = ACTIONS(4249), - [anon_sym_abstract] = ACTIONS(4249), - [anon_sym_final] = ACTIONS(4249), - [anon_sym_open] = ACTIONS(4249), - [anon_sym_vararg] = ACTIONS(4249), - [anon_sym_noinline] = ACTIONS(4249), - [anon_sym_crossinline] = ACTIONS(4249), - [anon_sym_expect] = ACTIONS(4249), - [anon_sym_actual] = ACTIONS(4249), + [3364] = { + [sym__alpha_identifier] = ACTIONS(5091), + [anon_sym_AT] = ACTIONS(5093), + [anon_sym_LBRACK] = ACTIONS(5093), + [anon_sym_as] = ACTIONS(5091), + [anon_sym_EQ] = ACTIONS(5091), + [anon_sym_LBRACE] = ACTIONS(5093), + [anon_sym_RBRACE] = ACTIONS(5093), + [anon_sym_LPAREN] = ACTIONS(5093), + [anon_sym_COMMA] = ACTIONS(5093), + [anon_sym_LT] = ACTIONS(5091), + [anon_sym_GT] = ACTIONS(5091), + [anon_sym_where] = ACTIONS(5091), + [anon_sym_object] = ACTIONS(5091), + [anon_sym_fun] = ACTIONS(5091), + [anon_sym_DOT] = ACTIONS(5091), + [anon_sym_SEMI] = ACTIONS(5093), + [anon_sym_get] = ACTIONS(5091), + [anon_sym_set] = ACTIONS(5091), + [anon_sym_this] = ACTIONS(5091), + [anon_sym_super] = ACTIONS(5091), + [anon_sym_STAR] = ACTIONS(5091), + [sym_label] = ACTIONS(5091), + [anon_sym_in] = ACTIONS(5091), + [anon_sym_DOT_DOT] = ACTIONS(5093), + [anon_sym_QMARK_COLON] = ACTIONS(5093), + [anon_sym_AMP_AMP] = ACTIONS(5093), + [anon_sym_PIPE_PIPE] = ACTIONS(5093), + [anon_sym_null] = ACTIONS(5091), + [anon_sym_if] = ACTIONS(5091), + [anon_sym_else] = ACTIONS(5091), + [anon_sym_when] = ACTIONS(5091), + [anon_sym_try] = ACTIONS(5091), + [anon_sym_throw] = ACTIONS(5091), + [anon_sym_return] = ACTIONS(5091), + [anon_sym_continue] = ACTIONS(5091), + [anon_sym_break] = ACTIONS(5091), + [anon_sym_COLON_COLON] = ACTIONS(5093), + [anon_sym_PLUS_EQ] = ACTIONS(5093), + [anon_sym_DASH_EQ] = ACTIONS(5093), + [anon_sym_STAR_EQ] = ACTIONS(5093), + [anon_sym_SLASH_EQ] = ACTIONS(5093), + [anon_sym_PERCENT_EQ] = ACTIONS(5093), + [anon_sym_BANG_EQ] = ACTIONS(5091), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5093), + [anon_sym_EQ_EQ] = ACTIONS(5091), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5093), + [anon_sym_LT_EQ] = ACTIONS(5093), + [anon_sym_GT_EQ] = ACTIONS(5093), + [anon_sym_BANGin] = ACTIONS(5093), + [anon_sym_is] = ACTIONS(5091), + [anon_sym_BANGis] = ACTIONS(5093), + [anon_sym_PLUS] = ACTIONS(5091), + [anon_sym_DASH] = ACTIONS(5091), + [anon_sym_SLASH] = ACTIONS(5091), + [anon_sym_PERCENT] = ACTIONS(5091), + [anon_sym_as_QMARK] = ACTIONS(5093), + [anon_sym_PLUS_PLUS] = ACTIONS(5093), + [anon_sym_DASH_DASH] = ACTIONS(5093), + [anon_sym_BANG] = ACTIONS(5091), + [anon_sym_BANG_BANG] = ACTIONS(5093), + [anon_sym_data] = ACTIONS(5091), + [anon_sym_inner] = ACTIONS(5091), + [anon_sym_expect] = ACTIONS(5091), + [anon_sym_actual] = ACTIONS(5091), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4252), - [sym_safe_nav] = ACTIONS(4252), + [anon_sym_return_AT] = ACTIONS(5093), + [anon_sym_continue_AT] = ACTIONS(5093), + [anon_sym_break_AT] = ACTIONS(5093), + [sym_real_literal] = ACTIONS(5093), + [sym_integer_literal] = ACTIONS(5091), + [sym_hex_literal] = ACTIONS(5093), + [sym_bin_literal] = ACTIONS(5093), + [anon_sym_true] = ACTIONS(5091), + [anon_sym_false] = ACTIONS(5091), + [anon_sym_SQUOTE] = ACTIONS(5093), + [sym__backtick_identifier] = ACTIONS(5093), + [sym__automatic_semicolon] = ACTIONS(5093), + [sym_safe_nav] = ACTIONS(5093), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5093), }, - [3465] = { - [sym__alpha_identifier] = ACTIONS(5055), - [anon_sym_AT] = ACTIONS(5057), - [anon_sym_LBRACK] = ACTIONS(5057), - [anon_sym_RBRACK] = ACTIONS(5057), - [anon_sym_as] = ACTIONS(5055), - [anon_sym_EQ] = ACTIONS(5055), - [anon_sym_LBRACE] = ACTIONS(5057), - [anon_sym_RBRACE] = ACTIONS(5057), - [anon_sym_LPAREN] = ACTIONS(5057), - [anon_sym_COMMA] = ACTIONS(5057), - [anon_sym_RPAREN] = ACTIONS(5057), - [anon_sym_LT] = ACTIONS(5055), - [anon_sym_GT] = ACTIONS(5055), - [anon_sym_where] = ACTIONS(5055), - [anon_sym_DOT] = ACTIONS(5055), - [anon_sym_SEMI] = ACTIONS(5057), - [anon_sym_get] = ACTIONS(5055), - [anon_sym_set] = ACTIONS(5055), - [anon_sym_STAR] = ACTIONS(5055), - [anon_sym_DASH_GT] = ACTIONS(5057), - [sym_label] = ACTIONS(5057), - [anon_sym_in] = ACTIONS(5055), - [anon_sym_while] = ACTIONS(5055), - [anon_sym_DOT_DOT] = ACTIONS(5057), - [anon_sym_QMARK_COLON] = ACTIONS(5057), - [anon_sym_AMP_AMP] = ACTIONS(5057), - [anon_sym_PIPE_PIPE] = ACTIONS(5057), - [anon_sym_else] = ACTIONS(5055), - [anon_sym_COLON_COLON] = ACTIONS(5057), - [anon_sym_PLUS_EQ] = ACTIONS(5057), - [anon_sym_DASH_EQ] = ACTIONS(5057), - [anon_sym_STAR_EQ] = ACTIONS(5057), - [anon_sym_SLASH_EQ] = ACTIONS(5057), - [anon_sym_PERCENT_EQ] = ACTIONS(5057), - [anon_sym_BANG_EQ] = ACTIONS(5055), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5057), - [anon_sym_EQ_EQ] = ACTIONS(5055), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5057), - [anon_sym_LT_EQ] = ACTIONS(5057), - [anon_sym_GT_EQ] = ACTIONS(5057), - [anon_sym_BANGin] = ACTIONS(5057), - [anon_sym_is] = ACTIONS(5055), - [anon_sym_BANGis] = ACTIONS(5057), - [anon_sym_PLUS] = ACTIONS(5055), - [anon_sym_DASH] = ACTIONS(5055), - [anon_sym_SLASH] = ACTIONS(5055), - [anon_sym_PERCENT] = ACTIONS(5055), - [anon_sym_as_QMARK] = ACTIONS(5057), - [anon_sym_PLUS_PLUS] = ACTIONS(5057), - [anon_sym_DASH_DASH] = ACTIONS(5057), - [anon_sym_BANG_BANG] = ACTIONS(5057), - [anon_sym_suspend] = ACTIONS(5055), - [anon_sym_sealed] = ACTIONS(5055), - [anon_sym_annotation] = ACTIONS(5055), - [anon_sym_data] = ACTIONS(5055), - [anon_sym_inner] = ACTIONS(5055), - [anon_sym_override] = ACTIONS(5055), - [anon_sym_lateinit] = ACTIONS(5055), - [anon_sym_public] = ACTIONS(5055), - [anon_sym_private] = ACTIONS(5055), - [anon_sym_internal] = ACTIONS(5055), - [anon_sym_protected] = ACTIONS(5055), - [anon_sym_tailrec] = ACTIONS(5055), - [anon_sym_operator] = ACTIONS(5055), - [anon_sym_infix] = ACTIONS(5055), - [anon_sym_inline] = ACTIONS(5055), - [anon_sym_external] = ACTIONS(5055), - [sym_property_modifier] = ACTIONS(5055), - [anon_sym_abstract] = ACTIONS(5055), - [anon_sym_final] = ACTIONS(5055), - [anon_sym_open] = ACTIONS(5055), - [anon_sym_vararg] = ACTIONS(5055), - [anon_sym_noinline] = ACTIONS(5055), - [anon_sym_crossinline] = ACTIONS(5055), - [anon_sym_expect] = ACTIONS(5055), - [anon_sym_actual] = ACTIONS(5055), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5057), - [sym_safe_nav] = ACTIONS(5057), + [3365] = { + [sym__alpha_identifier] = ACTIONS(4422), + [anon_sym_AT] = ACTIONS(4424), + [anon_sym_LBRACK] = ACTIONS(4424), + [anon_sym_RBRACK] = ACTIONS(4424), + [anon_sym_as] = ACTIONS(4422), + [anon_sym_EQ] = ACTIONS(4422), + [anon_sym_LBRACE] = ACTIONS(4424), + [anon_sym_RBRACE] = ACTIONS(4424), + [anon_sym_LPAREN] = ACTIONS(4424), + [anon_sym_COMMA] = ACTIONS(4424), + [anon_sym_RPAREN] = ACTIONS(4424), + [anon_sym_LT] = ACTIONS(4422), + [anon_sym_GT] = ACTIONS(4422), + [anon_sym_where] = ACTIONS(4422), + [anon_sym_DOT] = ACTIONS(4422), + [anon_sym_SEMI] = ACTIONS(4424), + [anon_sym_get] = ACTIONS(4422), + [anon_sym_set] = ACTIONS(4422), + [anon_sym_STAR] = ACTIONS(4422), + [anon_sym_DASH_GT] = ACTIONS(4424), + [sym_label] = ACTIONS(4424), + [anon_sym_in] = ACTIONS(4422), + [anon_sym_while] = ACTIONS(4422), + [anon_sym_DOT_DOT] = ACTIONS(4424), + [anon_sym_QMARK_COLON] = ACTIONS(4424), + [anon_sym_AMP_AMP] = ACTIONS(4424), + [anon_sym_PIPE_PIPE] = ACTIONS(4424), + [anon_sym_else] = ACTIONS(4422), + [anon_sym_COLON_COLON] = ACTIONS(4424), + [anon_sym_PLUS_EQ] = ACTIONS(4424), + [anon_sym_DASH_EQ] = ACTIONS(4424), + [anon_sym_STAR_EQ] = ACTIONS(4424), + [anon_sym_SLASH_EQ] = ACTIONS(4424), + [anon_sym_PERCENT_EQ] = ACTIONS(4424), + [anon_sym_BANG_EQ] = ACTIONS(4422), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4424), + [anon_sym_EQ_EQ] = ACTIONS(4422), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4424), + [anon_sym_LT_EQ] = ACTIONS(4424), + [anon_sym_GT_EQ] = ACTIONS(4424), + [anon_sym_BANGin] = ACTIONS(4424), + [anon_sym_is] = ACTIONS(4422), + [anon_sym_BANGis] = ACTIONS(4424), + [anon_sym_PLUS] = ACTIONS(4422), + [anon_sym_DASH] = ACTIONS(4422), + [anon_sym_SLASH] = ACTIONS(4422), + [anon_sym_PERCENT] = ACTIONS(4422), + [anon_sym_as_QMARK] = ACTIONS(4424), + [anon_sym_PLUS_PLUS] = ACTIONS(4424), + [anon_sym_DASH_DASH] = ACTIONS(4424), + [anon_sym_BANG_BANG] = ACTIONS(4424), + [anon_sym_suspend] = ACTIONS(4422), + [anon_sym_sealed] = ACTIONS(4422), + [anon_sym_annotation] = ACTIONS(4422), + [anon_sym_data] = ACTIONS(4422), + [anon_sym_inner] = ACTIONS(4422), + [anon_sym_override] = ACTIONS(4422), + [anon_sym_lateinit] = ACTIONS(4422), + [anon_sym_public] = ACTIONS(4422), + [anon_sym_private] = ACTIONS(4422), + [anon_sym_internal] = ACTIONS(4422), + [anon_sym_protected] = ACTIONS(4422), + [anon_sym_tailrec] = ACTIONS(4422), + [anon_sym_operator] = ACTIONS(4422), + [anon_sym_infix] = ACTIONS(4422), + [anon_sym_inline] = ACTIONS(4422), + [anon_sym_external] = ACTIONS(4422), + [sym_property_modifier] = ACTIONS(4422), + [anon_sym_abstract] = ACTIONS(4422), + [anon_sym_final] = ACTIONS(4422), + [anon_sym_open] = ACTIONS(4422), + [anon_sym_vararg] = ACTIONS(4422), + [anon_sym_noinline] = ACTIONS(4422), + [anon_sym_crossinline] = ACTIONS(4422), + [anon_sym_expect] = ACTIONS(4422), + [anon_sym_actual] = ACTIONS(4422), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4424), + [sym_safe_nav] = ACTIONS(4424), [sym_multiline_comment] = ACTIONS(3), }, - [3466] = { - [sym__alpha_identifier] = ACTIONS(4233), - [anon_sym_AT] = ACTIONS(4236), - [anon_sym_LBRACK] = ACTIONS(4236), - [anon_sym_RBRACK] = ACTIONS(4236), - [anon_sym_as] = ACTIONS(4233), - [anon_sym_EQ] = ACTIONS(3828), - [anon_sym_LBRACE] = ACTIONS(4236), - [anon_sym_RBRACE] = ACTIONS(4236), - [anon_sym_LPAREN] = ACTIONS(5283), - [anon_sym_COMMA] = ACTIONS(4236), - [anon_sym_RPAREN] = ACTIONS(4236), - [anon_sym_LT] = ACTIONS(4233), - [anon_sym_GT] = ACTIONS(4233), - [anon_sym_where] = ACTIONS(4233), - [anon_sym_DOT] = ACTIONS(4233), - [anon_sym_SEMI] = ACTIONS(4236), - [anon_sym_get] = ACTIONS(4233), - [anon_sym_set] = ACTIONS(4233), - [anon_sym_STAR] = ACTIONS(4233), - [anon_sym_DASH_GT] = ACTIONS(4236), - [sym_label] = ACTIONS(4236), - [anon_sym_in] = ACTIONS(4233), - [anon_sym_while] = ACTIONS(4233), - [anon_sym_DOT_DOT] = ACTIONS(4236), - [anon_sym_QMARK_COLON] = ACTIONS(4236), - [anon_sym_AMP_AMP] = ACTIONS(4236), - [anon_sym_PIPE_PIPE] = ACTIONS(4236), - [anon_sym_else] = ACTIONS(4233), - [anon_sym_COLON_COLON] = ACTIONS(4236), - [anon_sym_PLUS_EQ] = ACTIONS(3833), - [anon_sym_DASH_EQ] = ACTIONS(3833), - [anon_sym_STAR_EQ] = ACTIONS(3833), - [anon_sym_SLASH_EQ] = ACTIONS(3833), - [anon_sym_PERCENT_EQ] = ACTIONS(3833), - [anon_sym_BANG_EQ] = ACTIONS(4233), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4236), - [anon_sym_EQ_EQ] = ACTIONS(4233), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4236), - [anon_sym_LT_EQ] = ACTIONS(4236), - [anon_sym_GT_EQ] = ACTIONS(4236), - [anon_sym_BANGin] = ACTIONS(4236), - [anon_sym_is] = ACTIONS(4233), - [anon_sym_BANGis] = ACTIONS(4236), - [anon_sym_PLUS] = ACTIONS(4233), - [anon_sym_DASH] = ACTIONS(4233), - [anon_sym_SLASH] = ACTIONS(4233), - [anon_sym_PERCENT] = ACTIONS(4233), - [anon_sym_as_QMARK] = ACTIONS(4236), - [anon_sym_PLUS_PLUS] = ACTIONS(4236), - [anon_sym_DASH_DASH] = ACTIONS(4236), - [anon_sym_BANG_BANG] = ACTIONS(4236), - [anon_sym_suspend] = ACTIONS(4233), - [anon_sym_sealed] = ACTIONS(4233), - [anon_sym_annotation] = ACTIONS(4233), - [anon_sym_data] = ACTIONS(4233), - [anon_sym_inner] = ACTIONS(4233), - [anon_sym_override] = ACTIONS(4233), - [anon_sym_lateinit] = ACTIONS(4233), - [anon_sym_public] = ACTIONS(4233), - [anon_sym_private] = ACTIONS(4233), - [anon_sym_internal] = ACTIONS(4233), - [anon_sym_protected] = ACTIONS(4233), - [anon_sym_tailrec] = ACTIONS(4233), - [anon_sym_operator] = ACTIONS(4233), - [anon_sym_infix] = ACTIONS(4233), - [anon_sym_inline] = ACTIONS(4233), - [anon_sym_external] = ACTIONS(4233), - [sym_property_modifier] = ACTIONS(4233), - [anon_sym_abstract] = ACTIONS(4233), - [anon_sym_final] = ACTIONS(4233), - [anon_sym_open] = ACTIONS(4233), - [anon_sym_vararg] = ACTIONS(4233), - [anon_sym_noinline] = ACTIONS(4233), - [anon_sym_crossinline] = ACTIONS(4233), - [anon_sym_expect] = ACTIONS(4233), - [anon_sym_actual] = ACTIONS(4233), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4236), - [sym_safe_nav] = ACTIONS(4236), + [3366] = { + [sym__alpha_identifier] = ACTIONS(4792), + [anon_sym_AT] = ACTIONS(4794), + [anon_sym_LBRACK] = ACTIONS(4794), + [anon_sym_RBRACK] = ACTIONS(4794), + [anon_sym_as] = ACTIONS(4792), + [anon_sym_EQ] = ACTIONS(4792), + [anon_sym_LBRACE] = ACTIONS(4794), + [anon_sym_RBRACE] = ACTIONS(4794), + [anon_sym_LPAREN] = ACTIONS(4794), + [anon_sym_COMMA] = ACTIONS(4794), + [anon_sym_RPAREN] = ACTIONS(4794), + [anon_sym_LT] = ACTIONS(4792), + [anon_sym_GT] = ACTIONS(4792), + [anon_sym_where] = ACTIONS(4792), + [anon_sym_DOT] = ACTIONS(4792), + [anon_sym_SEMI] = ACTIONS(4794), + [anon_sym_get] = ACTIONS(4792), + [anon_sym_set] = ACTIONS(4792), + [anon_sym_STAR] = ACTIONS(4792), + [anon_sym_DASH_GT] = ACTIONS(4794), + [sym_label] = ACTIONS(4794), + [anon_sym_in] = ACTIONS(4792), + [anon_sym_while] = ACTIONS(4792), + [anon_sym_DOT_DOT] = ACTIONS(4794), + [anon_sym_QMARK_COLON] = ACTIONS(4794), + [anon_sym_AMP_AMP] = ACTIONS(4794), + [anon_sym_PIPE_PIPE] = ACTIONS(4794), + [anon_sym_else] = ACTIONS(6557), + [anon_sym_COLON_COLON] = ACTIONS(4794), + [anon_sym_PLUS_EQ] = ACTIONS(4794), + [anon_sym_DASH_EQ] = ACTIONS(4794), + [anon_sym_STAR_EQ] = ACTIONS(4794), + [anon_sym_SLASH_EQ] = ACTIONS(4794), + [anon_sym_PERCENT_EQ] = ACTIONS(4794), + [anon_sym_BANG_EQ] = ACTIONS(4792), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4794), + [anon_sym_EQ_EQ] = ACTIONS(4792), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4794), + [anon_sym_LT_EQ] = ACTIONS(4794), + [anon_sym_GT_EQ] = ACTIONS(4794), + [anon_sym_BANGin] = ACTIONS(4794), + [anon_sym_is] = ACTIONS(4792), + [anon_sym_BANGis] = ACTIONS(4794), + [anon_sym_PLUS] = ACTIONS(4792), + [anon_sym_DASH] = ACTIONS(4792), + [anon_sym_SLASH] = ACTIONS(4792), + [anon_sym_PERCENT] = ACTIONS(4792), + [anon_sym_as_QMARK] = ACTIONS(4794), + [anon_sym_PLUS_PLUS] = ACTIONS(4794), + [anon_sym_DASH_DASH] = ACTIONS(4794), + [anon_sym_BANG_BANG] = ACTIONS(4794), + [anon_sym_suspend] = ACTIONS(4792), + [anon_sym_sealed] = ACTIONS(4792), + [anon_sym_annotation] = ACTIONS(4792), + [anon_sym_data] = ACTIONS(4792), + [anon_sym_inner] = ACTIONS(4792), + [anon_sym_override] = ACTIONS(4792), + [anon_sym_lateinit] = ACTIONS(4792), + [anon_sym_public] = ACTIONS(4792), + [anon_sym_private] = ACTIONS(4792), + [anon_sym_internal] = ACTIONS(4792), + [anon_sym_protected] = ACTIONS(4792), + [anon_sym_tailrec] = ACTIONS(4792), + [anon_sym_operator] = ACTIONS(4792), + [anon_sym_infix] = ACTIONS(4792), + [anon_sym_inline] = ACTIONS(4792), + [anon_sym_external] = ACTIONS(4792), + [sym_property_modifier] = ACTIONS(4792), + [anon_sym_abstract] = ACTIONS(4792), + [anon_sym_final] = ACTIONS(4792), + [anon_sym_open] = ACTIONS(4792), + [anon_sym_vararg] = ACTIONS(4792), + [anon_sym_noinline] = ACTIONS(4792), + [anon_sym_crossinline] = ACTIONS(4792), + [anon_sym_expect] = ACTIONS(4792), + [anon_sym_actual] = ACTIONS(4792), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4794), + [sym_safe_nav] = ACTIONS(4794), [sym_multiline_comment] = ACTIONS(3), }, - [3467] = { - [sym__alpha_identifier] = ACTIONS(4249), - [anon_sym_AT] = ACTIONS(4252), - [anon_sym_LBRACK] = ACTIONS(4252), - [anon_sym_as] = ACTIONS(4249), - [anon_sym_EQ] = ACTIONS(3828), - [anon_sym_LBRACE] = ACTIONS(4252), - [anon_sym_RBRACE] = ACTIONS(4252), - [anon_sym_LPAREN] = ACTIONS(6611), - [anon_sym_COMMA] = ACTIONS(4252), - [anon_sym_LT] = ACTIONS(4249), - [anon_sym_GT] = ACTIONS(4249), - [anon_sym_where] = ACTIONS(4249), - [anon_sym_object] = ACTIONS(4249), - [anon_sym_fun] = ACTIONS(4249), - [anon_sym_DOT] = ACTIONS(4249), - [anon_sym_SEMI] = ACTIONS(4252), - [anon_sym_get] = ACTIONS(4249), - [anon_sym_set] = ACTIONS(4249), - [anon_sym_this] = ACTIONS(4249), - [anon_sym_super] = ACTIONS(4249), - [anon_sym_STAR] = ACTIONS(4249), - [sym_label] = ACTIONS(4249), - [anon_sym_in] = ACTIONS(4249), - [anon_sym_DOT_DOT] = ACTIONS(4252), - [anon_sym_QMARK_COLON] = ACTIONS(4252), - [anon_sym_AMP_AMP] = ACTIONS(4252), - [anon_sym_PIPE_PIPE] = ACTIONS(4252), - [anon_sym_null] = ACTIONS(4249), - [anon_sym_if] = ACTIONS(4249), - [anon_sym_else] = ACTIONS(4249), - [anon_sym_when] = ACTIONS(4249), - [anon_sym_try] = ACTIONS(4249), - [anon_sym_throw] = ACTIONS(4249), - [anon_sym_return] = ACTIONS(4249), - [anon_sym_continue] = ACTIONS(4249), - [anon_sym_break] = ACTIONS(4249), - [anon_sym_COLON_COLON] = ACTIONS(4252), - [anon_sym_PLUS_EQ] = ACTIONS(3833), - [anon_sym_DASH_EQ] = ACTIONS(3833), - [anon_sym_STAR_EQ] = ACTIONS(3833), - [anon_sym_SLASH_EQ] = ACTIONS(3833), - [anon_sym_PERCENT_EQ] = ACTIONS(3833), - [anon_sym_BANG_EQ] = ACTIONS(4249), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4252), - [anon_sym_EQ_EQ] = ACTIONS(4249), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4252), - [anon_sym_LT_EQ] = ACTIONS(4252), - [anon_sym_GT_EQ] = ACTIONS(4252), - [anon_sym_BANGin] = ACTIONS(4252), - [anon_sym_is] = ACTIONS(4249), - [anon_sym_BANGis] = ACTIONS(4252), - [anon_sym_PLUS] = ACTIONS(4249), - [anon_sym_DASH] = ACTIONS(4249), - [anon_sym_SLASH] = ACTIONS(4249), - [anon_sym_PERCENT] = ACTIONS(4249), - [anon_sym_as_QMARK] = ACTIONS(4252), - [anon_sym_PLUS_PLUS] = ACTIONS(4252), - [anon_sym_DASH_DASH] = ACTIONS(4252), - [anon_sym_BANG] = ACTIONS(4249), - [anon_sym_BANG_BANG] = ACTIONS(4252), - [anon_sym_data] = ACTIONS(4249), - [anon_sym_inner] = ACTIONS(4249), - [anon_sym_expect] = ACTIONS(4249), - [anon_sym_actual] = ACTIONS(4249), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4252), - [anon_sym_continue_AT] = ACTIONS(4252), - [anon_sym_break_AT] = ACTIONS(4252), - [sym_real_literal] = ACTIONS(4252), - [sym_integer_literal] = ACTIONS(4249), - [sym_hex_literal] = ACTIONS(4252), - [sym_bin_literal] = ACTIONS(4252), - [anon_sym_true] = ACTIONS(4249), - [anon_sym_false] = ACTIONS(4249), - [anon_sym_SQUOTE] = ACTIONS(4252), - [sym__backtick_identifier] = ACTIONS(4252), - [sym__automatic_semicolon] = ACTIONS(4252), - [sym_safe_nav] = ACTIONS(4252), + [3367] = { + [sym__alpha_identifier] = ACTIONS(5095), + [anon_sym_AT] = ACTIONS(5097), + [anon_sym_LBRACK] = ACTIONS(5097), + [anon_sym_RBRACK] = ACTIONS(5097), + [anon_sym_as] = ACTIONS(5095), + [anon_sym_EQ] = ACTIONS(5095), + [anon_sym_LBRACE] = ACTIONS(5097), + [anon_sym_RBRACE] = ACTIONS(5097), + [anon_sym_LPAREN] = ACTIONS(5097), + [anon_sym_COMMA] = ACTIONS(5097), + [anon_sym_RPAREN] = ACTIONS(5097), + [anon_sym_LT] = ACTIONS(5095), + [anon_sym_GT] = ACTIONS(5095), + [anon_sym_where] = ACTIONS(5095), + [anon_sym_DOT] = ACTIONS(5095), + [anon_sym_SEMI] = ACTIONS(5097), + [anon_sym_get] = ACTIONS(5095), + [anon_sym_set] = ACTIONS(5095), + [anon_sym_STAR] = ACTIONS(5095), + [anon_sym_DASH_GT] = ACTIONS(5097), + [sym_label] = ACTIONS(5097), + [anon_sym_in] = ACTIONS(5095), + [anon_sym_while] = ACTIONS(5095), + [anon_sym_DOT_DOT] = ACTIONS(5097), + [anon_sym_QMARK_COLON] = ACTIONS(5097), + [anon_sym_AMP_AMP] = ACTIONS(5097), + [anon_sym_PIPE_PIPE] = ACTIONS(5097), + [anon_sym_else] = ACTIONS(5095), + [anon_sym_COLON_COLON] = ACTIONS(5097), + [anon_sym_PLUS_EQ] = ACTIONS(5097), + [anon_sym_DASH_EQ] = ACTIONS(5097), + [anon_sym_STAR_EQ] = ACTIONS(5097), + [anon_sym_SLASH_EQ] = ACTIONS(5097), + [anon_sym_PERCENT_EQ] = ACTIONS(5097), + [anon_sym_BANG_EQ] = ACTIONS(5095), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5097), + [anon_sym_EQ_EQ] = ACTIONS(5095), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5097), + [anon_sym_LT_EQ] = ACTIONS(5097), + [anon_sym_GT_EQ] = ACTIONS(5097), + [anon_sym_BANGin] = ACTIONS(5097), + [anon_sym_is] = ACTIONS(5095), + [anon_sym_BANGis] = ACTIONS(5097), + [anon_sym_PLUS] = ACTIONS(5095), + [anon_sym_DASH] = ACTIONS(5095), + [anon_sym_SLASH] = ACTIONS(5095), + [anon_sym_PERCENT] = ACTIONS(5095), + [anon_sym_as_QMARK] = ACTIONS(5097), + [anon_sym_PLUS_PLUS] = ACTIONS(5097), + [anon_sym_DASH_DASH] = ACTIONS(5097), + [anon_sym_BANG_BANG] = ACTIONS(5097), + [anon_sym_suspend] = ACTIONS(5095), + [anon_sym_sealed] = ACTIONS(5095), + [anon_sym_annotation] = ACTIONS(5095), + [anon_sym_data] = ACTIONS(5095), + [anon_sym_inner] = ACTIONS(5095), + [anon_sym_override] = ACTIONS(5095), + [anon_sym_lateinit] = ACTIONS(5095), + [anon_sym_public] = ACTIONS(5095), + [anon_sym_private] = ACTIONS(5095), + [anon_sym_internal] = ACTIONS(5095), + [anon_sym_protected] = ACTIONS(5095), + [anon_sym_tailrec] = ACTIONS(5095), + [anon_sym_operator] = ACTIONS(5095), + [anon_sym_infix] = ACTIONS(5095), + [anon_sym_inline] = ACTIONS(5095), + [anon_sym_external] = ACTIONS(5095), + [sym_property_modifier] = ACTIONS(5095), + [anon_sym_abstract] = ACTIONS(5095), + [anon_sym_final] = ACTIONS(5095), + [anon_sym_open] = ACTIONS(5095), + [anon_sym_vararg] = ACTIONS(5095), + [anon_sym_noinline] = ACTIONS(5095), + [anon_sym_crossinline] = ACTIONS(5095), + [anon_sym_expect] = ACTIONS(5095), + [anon_sym_actual] = ACTIONS(5095), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5097), + [sym_safe_nav] = ACTIONS(5097), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4252), }, - [3468] = { - [sym__alpha_identifier] = ACTIONS(4233), - [anon_sym_AT] = ACTIONS(4236), - [anon_sym_LBRACK] = ACTIONS(4236), - [anon_sym_as] = ACTIONS(4241), - [anon_sym_EQ] = ACTIONS(4241), - [anon_sym_LBRACE] = ACTIONS(4236), - [anon_sym_RBRACE] = ACTIONS(4239), - [anon_sym_LPAREN] = ACTIONS(6615), - [anon_sym_RPAREN] = ACTIONS(4239), - [anon_sym_LT] = ACTIONS(4241), - [anon_sym_GT] = ACTIONS(4241), - [anon_sym_object] = ACTIONS(3828), - [anon_sym_fun] = ACTIONS(3828), - [anon_sym_DOT] = ACTIONS(4241), - [anon_sym_SEMI] = ACTIONS(4239), - [anon_sym_get] = ACTIONS(4233), - [anon_sym_set] = ACTIONS(4233), - [anon_sym_this] = ACTIONS(3828), - [anon_sym_super] = ACTIONS(3828), - [anon_sym_STAR] = ACTIONS(4233), - [sym_label] = ACTIONS(4233), - [anon_sym_in] = ACTIONS(4241), - [anon_sym_while] = ACTIONS(4241), - [anon_sym_DOT_DOT] = ACTIONS(4239), - [anon_sym_QMARK_COLON] = ACTIONS(4239), - [anon_sym_AMP_AMP] = ACTIONS(4239), - [anon_sym_PIPE_PIPE] = ACTIONS(4239), - [anon_sym_null] = ACTIONS(3828), - [anon_sym_if] = ACTIONS(3828), - [anon_sym_else] = ACTIONS(4241), - [anon_sym_when] = ACTIONS(3828), - [anon_sym_try] = ACTIONS(3828), - [anon_sym_throw] = ACTIONS(3828), - [anon_sym_return] = ACTIONS(3828), - [anon_sym_continue] = ACTIONS(3828), - [anon_sym_break] = ACTIONS(3828), - [anon_sym_COLON_COLON] = ACTIONS(4236), - [anon_sym_PLUS_EQ] = ACTIONS(4239), - [anon_sym_DASH_EQ] = ACTIONS(4239), - [anon_sym_STAR_EQ] = ACTIONS(4239), - [anon_sym_SLASH_EQ] = ACTIONS(4239), - [anon_sym_PERCENT_EQ] = ACTIONS(4239), - [anon_sym_BANG_EQ] = ACTIONS(4241), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4239), - [anon_sym_EQ_EQ] = ACTIONS(4241), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4239), - [anon_sym_LT_EQ] = ACTIONS(4239), - [anon_sym_GT_EQ] = ACTIONS(4239), - [anon_sym_BANGin] = ACTIONS(4239), - [anon_sym_is] = ACTIONS(4241), - [anon_sym_BANGis] = ACTIONS(4239), - [anon_sym_PLUS] = ACTIONS(4233), - [anon_sym_DASH] = ACTIONS(4233), - [anon_sym_SLASH] = ACTIONS(4241), - [anon_sym_PERCENT] = ACTIONS(4241), - [anon_sym_as_QMARK] = ACTIONS(4239), - [anon_sym_PLUS_PLUS] = ACTIONS(4236), - [anon_sym_DASH_DASH] = ACTIONS(4236), - [anon_sym_BANG] = ACTIONS(3828), - [anon_sym_BANG_BANG] = ACTIONS(4239), - [anon_sym_data] = ACTIONS(4233), - [anon_sym_inner] = ACTIONS(4233), - [anon_sym_expect] = ACTIONS(4233), - [anon_sym_actual] = ACTIONS(4233), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3833), - [anon_sym_continue_AT] = ACTIONS(3833), - [anon_sym_break_AT] = ACTIONS(3833), - [sym_real_literal] = ACTIONS(3833), - [sym_integer_literal] = ACTIONS(3828), - [sym_hex_literal] = ACTIONS(3833), - [sym_bin_literal] = ACTIONS(3833), - [anon_sym_true] = ACTIONS(3828), - [anon_sym_false] = ACTIONS(3828), - [anon_sym_SQUOTE] = ACTIONS(3833), - [sym__backtick_identifier] = ACTIONS(4236), - [sym_safe_nav] = ACTIONS(4239), + [3368] = { + [sym__alpha_identifier] = ACTIONS(3082), + [anon_sym_AT] = ACTIONS(3084), + [anon_sym_LBRACK] = ACTIONS(3084), + [anon_sym_RBRACK] = ACTIONS(3084), + [anon_sym_as] = ACTIONS(3082), + [anon_sym_EQ] = ACTIONS(3082), + [anon_sym_LBRACE] = ACTIONS(3084), + [anon_sym_RBRACE] = ACTIONS(3084), + [anon_sym_LPAREN] = ACTIONS(3084), + [anon_sym_COMMA] = ACTIONS(3084), + [anon_sym_RPAREN] = ACTIONS(3084), + [anon_sym_LT] = ACTIONS(3082), + [anon_sym_GT] = ACTIONS(3082), + [anon_sym_where] = ACTIONS(3082), + [anon_sym_DOT] = ACTIONS(3082), + [anon_sym_SEMI] = ACTIONS(3084), + [anon_sym_get] = ACTIONS(3082), + [anon_sym_set] = ACTIONS(3082), + [anon_sym_STAR] = ACTIONS(3082), + [anon_sym_DASH_GT] = ACTIONS(3084), + [sym_label] = ACTIONS(3084), + [anon_sym_in] = ACTIONS(3082), + [anon_sym_while] = ACTIONS(3082), + [anon_sym_DOT_DOT] = ACTIONS(3084), + [anon_sym_QMARK_COLON] = ACTIONS(3084), + [anon_sym_AMP_AMP] = ACTIONS(3084), + [anon_sym_PIPE_PIPE] = ACTIONS(3084), + [anon_sym_else] = ACTIONS(3082), + [anon_sym_COLON_COLON] = ACTIONS(3084), + [anon_sym_PLUS_EQ] = ACTIONS(3084), + [anon_sym_DASH_EQ] = ACTIONS(3084), + [anon_sym_STAR_EQ] = ACTIONS(3084), + [anon_sym_SLASH_EQ] = ACTIONS(3084), + [anon_sym_PERCENT_EQ] = ACTIONS(3084), + [anon_sym_BANG_EQ] = ACTIONS(3082), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3084), + [anon_sym_EQ_EQ] = ACTIONS(3082), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3084), + [anon_sym_LT_EQ] = ACTIONS(3084), + [anon_sym_GT_EQ] = ACTIONS(3084), + [anon_sym_BANGin] = ACTIONS(3084), + [anon_sym_is] = ACTIONS(3082), + [anon_sym_BANGis] = ACTIONS(3084), + [anon_sym_PLUS] = ACTIONS(3082), + [anon_sym_DASH] = ACTIONS(3082), + [anon_sym_SLASH] = ACTIONS(3082), + [anon_sym_PERCENT] = ACTIONS(3082), + [anon_sym_as_QMARK] = ACTIONS(3084), + [anon_sym_PLUS_PLUS] = ACTIONS(3084), + [anon_sym_DASH_DASH] = ACTIONS(3084), + [anon_sym_BANG_BANG] = ACTIONS(3084), + [anon_sym_suspend] = ACTIONS(3082), + [anon_sym_sealed] = ACTIONS(3082), + [anon_sym_annotation] = ACTIONS(3082), + [anon_sym_data] = ACTIONS(3082), + [anon_sym_inner] = ACTIONS(3082), + [anon_sym_override] = ACTIONS(3082), + [anon_sym_lateinit] = ACTIONS(3082), + [anon_sym_public] = ACTIONS(3082), + [anon_sym_private] = ACTIONS(3082), + [anon_sym_internal] = ACTIONS(3082), + [anon_sym_protected] = ACTIONS(3082), + [anon_sym_tailrec] = ACTIONS(3082), + [anon_sym_operator] = ACTIONS(3082), + [anon_sym_infix] = ACTIONS(3082), + [anon_sym_inline] = ACTIONS(3082), + [anon_sym_external] = ACTIONS(3082), + [sym_property_modifier] = ACTIONS(3082), + [anon_sym_abstract] = ACTIONS(3082), + [anon_sym_final] = ACTIONS(3082), + [anon_sym_open] = ACTIONS(3082), + [anon_sym_vararg] = ACTIONS(3082), + [anon_sym_noinline] = ACTIONS(3082), + [anon_sym_crossinline] = ACTIONS(3082), + [anon_sym_expect] = ACTIONS(3082), + [anon_sym_actual] = ACTIONS(3082), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3084), + [sym_safe_nav] = ACTIONS(3084), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3833), }, - [3469] = { - [sym_type_constraints] = STATE(3862), - [sym_function_body] = STATE(3227), - [sym__block] = STATE(3367), - [sym__alpha_identifier] = ACTIONS(4073), - [anon_sym_AT] = ACTIONS(4075), - [anon_sym_COLON] = ACTIONS(6619), - [anon_sym_LBRACK] = ACTIONS(4075), - [anon_sym_RBRACK] = ACTIONS(4075), - [anon_sym_as] = ACTIONS(4073), - [anon_sym_EQ] = ACTIONS(6621), - [anon_sym_LBRACE] = ACTIONS(6236), - [anon_sym_RBRACE] = ACTIONS(4075), - [anon_sym_LPAREN] = ACTIONS(4075), - [anon_sym_COMMA] = ACTIONS(4075), - [anon_sym_RPAREN] = ACTIONS(4075), - [anon_sym_LT] = ACTIONS(4073), - [anon_sym_GT] = ACTIONS(4073), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(4073), - [anon_sym_SEMI] = ACTIONS(4075), - [anon_sym_get] = ACTIONS(4073), - [anon_sym_set] = ACTIONS(4073), - [anon_sym_STAR] = ACTIONS(4075), - [anon_sym_DASH_GT] = ACTIONS(4075), - [sym_label] = ACTIONS(4075), - [anon_sym_in] = ACTIONS(4073), - [anon_sym_while] = ACTIONS(4073), - [anon_sym_DOT_DOT] = ACTIONS(4075), - [anon_sym_QMARK_COLON] = ACTIONS(4075), - [anon_sym_AMP_AMP] = ACTIONS(4075), - [anon_sym_PIPE_PIPE] = ACTIONS(4075), - [anon_sym_else] = ACTIONS(4073), - [anon_sym_COLON_COLON] = ACTIONS(4075), - [anon_sym_BANG_EQ] = ACTIONS(4073), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4075), - [anon_sym_EQ_EQ] = ACTIONS(4073), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4075), - [anon_sym_LT_EQ] = ACTIONS(4075), - [anon_sym_GT_EQ] = ACTIONS(4075), - [anon_sym_BANGin] = ACTIONS(4075), - [anon_sym_is] = ACTIONS(4073), - [anon_sym_BANGis] = ACTIONS(4075), - [anon_sym_PLUS] = ACTIONS(4073), - [anon_sym_DASH] = ACTIONS(4073), - [anon_sym_SLASH] = ACTIONS(4073), - [anon_sym_PERCENT] = ACTIONS(4075), - [anon_sym_as_QMARK] = ACTIONS(4075), - [anon_sym_PLUS_PLUS] = ACTIONS(4075), - [anon_sym_DASH_DASH] = ACTIONS(4075), - [anon_sym_BANG_BANG] = ACTIONS(4075), - [anon_sym_suspend] = ACTIONS(4073), - [anon_sym_sealed] = ACTIONS(4073), - [anon_sym_annotation] = ACTIONS(4073), - [anon_sym_data] = ACTIONS(4073), - [anon_sym_inner] = ACTIONS(4073), - [anon_sym_override] = ACTIONS(4073), - [anon_sym_lateinit] = ACTIONS(4073), - [anon_sym_public] = ACTIONS(4073), - [anon_sym_private] = ACTIONS(4073), - [anon_sym_internal] = ACTIONS(4073), - [anon_sym_protected] = ACTIONS(4073), - [anon_sym_tailrec] = ACTIONS(4073), - [anon_sym_operator] = ACTIONS(4073), - [anon_sym_infix] = ACTIONS(4073), - [anon_sym_inline] = ACTIONS(4073), - [anon_sym_external] = ACTIONS(4073), - [sym_property_modifier] = ACTIONS(4073), - [anon_sym_abstract] = ACTIONS(4073), - [anon_sym_final] = ACTIONS(4073), - [anon_sym_open] = ACTIONS(4073), - [anon_sym_vararg] = ACTIONS(4073), - [anon_sym_noinline] = ACTIONS(4073), - [anon_sym_crossinline] = ACTIONS(4073), - [anon_sym_expect] = ACTIONS(4073), - [anon_sym_actual] = ACTIONS(4073), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4075), - [sym_safe_nav] = ACTIONS(4075), + [3369] = { + [sym__alpha_identifier] = ACTIONS(4768), + [anon_sym_AT] = ACTIONS(4770), + [anon_sym_LBRACK] = ACTIONS(4770), + [anon_sym_RBRACK] = ACTIONS(4770), + [anon_sym_as] = ACTIONS(4768), + [anon_sym_EQ] = ACTIONS(4768), + [anon_sym_LBRACE] = ACTIONS(4770), + [anon_sym_RBRACE] = ACTIONS(4770), + [anon_sym_LPAREN] = ACTIONS(4770), + [anon_sym_COMMA] = ACTIONS(4770), + [anon_sym_RPAREN] = ACTIONS(4770), + [anon_sym_LT] = ACTIONS(4768), + [anon_sym_GT] = ACTIONS(4768), + [anon_sym_where] = ACTIONS(4768), + [anon_sym_DOT] = ACTIONS(4768), + [anon_sym_SEMI] = ACTIONS(4770), + [anon_sym_get] = ACTIONS(4768), + [anon_sym_set] = ACTIONS(4768), + [anon_sym_STAR] = ACTIONS(4768), + [anon_sym_DASH_GT] = ACTIONS(4770), + [sym_label] = ACTIONS(4770), + [anon_sym_in] = ACTIONS(4768), + [anon_sym_while] = ACTIONS(4768), + [anon_sym_DOT_DOT] = ACTIONS(4770), + [anon_sym_QMARK_COLON] = ACTIONS(4770), + [anon_sym_AMP_AMP] = ACTIONS(4770), + [anon_sym_PIPE_PIPE] = ACTIONS(4770), + [anon_sym_else] = ACTIONS(4768), + [anon_sym_COLON_COLON] = ACTIONS(4770), + [anon_sym_PLUS_EQ] = ACTIONS(4770), + [anon_sym_DASH_EQ] = ACTIONS(4770), + [anon_sym_STAR_EQ] = ACTIONS(4770), + [anon_sym_SLASH_EQ] = ACTIONS(4770), + [anon_sym_PERCENT_EQ] = ACTIONS(4770), + [anon_sym_BANG_EQ] = ACTIONS(4768), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4770), + [anon_sym_EQ_EQ] = ACTIONS(4768), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4770), + [anon_sym_LT_EQ] = ACTIONS(4770), + [anon_sym_GT_EQ] = ACTIONS(4770), + [anon_sym_BANGin] = ACTIONS(4770), + [anon_sym_is] = ACTIONS(4768), + [anon_sym_BANGis] = ACTIONS(4770), + [anon_sym_PLUS] = ACTIONS(4768), + [anon_sym_DASH] = ACTIONS(4768), + [anon_sym_SLASH] = ACTIONS(4768), + [anon_sym_PERCENT] = ACTIONS(4768), + [anon_sym_as_QMARK] = ACTIONS(4770), + [anon_sym_PLUS_PLUS] = ACTIONS(4770), + [anon_sym_DASH_DASH] = ACTIONS(4770), + [anon_sym_BANG_BANG] = ACTIONS(4770), + [anon_sym_suspend] = ACTIONS(4768), + [anon_sym_sealed] = ACTIONS(4768), + [anon_sym_annotation] = ACTIONS(4768), + [anon_sym_data] = ACTIONS(4768), + [anon_sym_inner] = ACTIONS(4768), + [anon_sym_override] = ACTIONS(4768), + [anon_sym_lateinit] = ACTIONS(4768), + [anon_sym_public] = ACTIONS(4768), + [anon_sym_private] = ACTIONS(4768), + [anon_sym_internal] = ACTIONS(4768), + [anon_sym_protected] = ACTIONS(4768), + [anon_sym_tailrec] = ACTIONS(4768), + [anon_sym_operator] = ACTIONS(4768), + [anon_sym_infix] = ACTIONS(4768), + [anon_sym_inline] = ACTIONS(4768), + [anon_sym_external] = ACTIONS(4768), + [sym_property_modifier] = ACTIONS(4768), + [anon_sym_abstract] = ACTIONS(4768), + [anon_sym_final] = ACTIONS(4768), + [anon_sym_open] = ACTIONS(4768), + [anon_sym_vararg] = ACTIONS(4768), + [anon_sym_noinline] = ACTIONS(4768), + [anon_sym_crossinline] = ACTIONS(4768), + [anon_sym_expect] = ACTIONS(4768), + [anon_sym_actual] = ACTIONS(4768), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4770), + [sym_safe_nav] = ACTIONS(4770), [sym_multiline_comment] = ACTIONS(3), }, - [3470] = { - [sym_function_body] = STATE(3878), - [sym__block] = STATE(3725), - [sym__alpha_identifier] = ACTIONS(4095), - [anon_sym_AT] = ACTIONS(4097), - [anon_sym_LBRACK] = ACTIONS(4097), - [anon_sym_as] = ACTIONS(4095), - [anon_sym_EQ] = ACTIONS(6432), - [anon_sym_LBRACE] = ACTIONS(6434), - [anon_sym_RBRACE] = ACTIONS(4097), - [anon_sym_LPAREN] = ACTIONS(4097), - [anon_sym_COMMA] = ACTIONS(4097), - [anon_sym_LT] = ACTIONS(4095), - [anon_sym_GT] = ACTIONS(4095), - [anon_sym_where] = ACTIONS(4095), - [anon_sym_DOT] = ACTIONS(4095), - [anon_sym_SEMI] = ACTIONS(4097), - [anon_sym_get] = ACTIONS(4095), - [anon_sym_set] = ACTIONS(4095), - [anon_sym_STAR] = ACTIONS(4095), - [sym_label] = ACTIONS(4097), - [anon_sym_in] = ACTIONS(4095), - [anon_sym_DOT_DOT] = ACTIONS(4097), - [anon_sym_QMARK_COLON] = ACTIONS(4097), - [anon_sym_AMP_AMP] = ACTIONS(4097), - [anon_sym_PIPE_PIPE] = ACTIONS(4097), - [anon_sym_else] = ACTIONS(4095), - [anon_sym_COLON_COLON] = ACTIONS(4097), - [anon_sym_PLUS_EQ] = ACTIONS(4097), - [anon_sym_DASH_EQ] = ACTIONS(4097), - [anon_sym_STAR_EQ] = ACTIONS(4097), - [anon_sym_SLASH_EQ] = ACTIONS(4097), - [anon_sym_PERCENT_EQ] = ACTIONS(4097), - [anon_sym_BANG_EQ] = ACTIONS(4095), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4097), - [anon_sym_EQ_EQ] = ACTIONS(4095), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4097), - [anon_sym_LT_EQ] = ACTIONS(4097), - [anon_sym_GT_EQ] = ACTIONS(4097), - [anon_sym_BANGin] = ACTIONS(4097), - [anon_sym_is] = ACTIONS(4095), - [anon_sym_BANGis] = ACTIONS(4097), - [anon_sym_PLUS] = ACTIONS(4095), - [anon_sym_DASH] = ACTIONS(4095), - [anon_sym_SLASH] = ACTIONS(4095), - [anon_sym_PERCENT] = ACTIONS(4095), - [anon_sym_as_QMARK] = ACTIONS(4097), - [anon_sym_PLUS_PLUS] = ACTIONS(4097), - [anon_sym_DASH_DASH] = ACTIONS(4097), - [anon_sym_BANG_BANG] = ACTIONS(4097), - [anon_sym_suspend] = ACTIONS(4095), - [anon_sym_sealed] = ACTIONS(4095), - [anon_sym_annotation] = ACTIONS(4095), - [anon_sym_data] = ACTIONS(4095), - [anon_sym_inner] = ACTIONS(4095), - [anon_sym_override] = ACTIONS(4095), - [anon_sym_lateinit] = ACTIONS(4095), - [anon_sym_public] = ACTIONS(4095), - [anon_sym_private] = ACTIONS(4095), - [anon_sym_internal] = ACTIONS(4095), - [anon_sym_protected] = ACTIONS(4095), - [anon_sym_tailrec] = ACTIONS(4095), - [anon_sym_operator] = ACTIONS(4095), - [anon_sym_infix] = ACTIONS(4095), - [anon_sym_inline] = ACTIONS(4095), - [anon_sym_external] = ACTIONS(4095), - [sym_property_modifier] = ACTIONS(4095), - [anon_sym_abstract] = ACTIONS(4095), - [anon_sym_final] = ACTIONS(4095), - [anon_sym_open] = ACTIONS(4095), - [anon_sym_vararg] = ACTIONS(4095), - [anon_sym_noinline] = ACTIONS(4095), - [anon_sym_crossinline] = ACTIONS(4095), - [anon_sym_expect] = ACTIONS(4095), - [anon_sym_actual] = ACTIONS(4095), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4097), - [sym__automatic_semicolon] = ACTIONS(4097), - [sym_safe_nav] = ACTIONS(4097), + [3370] = { + [sym__alpha_identifier] = ACTIONS(4519), + [anon_sym_AT] = ACTIONS(4521), + [anon_sym_LBRACK] = ACTIONS(4521), + [anon_sym_RBRACK] = ACTIONS(4521), + [anon_sym_as] = ACTIONS(4519), + [anon_sym_EQ] = ACTIONS(4519), + [anon_sym_LBRACE] = ACTIONS(4521), + [anon_sym_RBRACE] = ACTIONS(4521), + [anon_sym_LPAREN] = ACTIONS(4521), + [anon_sym_COMMA] = ACTIONS(4521), + [anon_sym_RPAREN] = ACTIONS(4521), + [anon_sym_LT] = ACTIONS(4519), + [anon_sym_GT] = ACTIONS(4519), + [anon_sym_where] = ACTIONS(4519), + [anon_sym_DOT] = ACTIONS(4519), + [anon_sym_SEMI] = ACTIONS(4521), + [anon_sym_get] = ACTIONS(4519), + [anon_sym_set] = ACTIONS(4519), + [anon_sym_STAR] = ACTIONS(4519), + [anon_sym_DASH_GT] = ACTIONS(4521), + [sym_label] = ACTIONS(4521), + [anon_sym_in] = ACTIONS(4519), + [anon_sym_while] = ACTIONS(4519), + [anon_sym_DOT_DOT] = ACTIONS(4521), + [anon_sym_QMARK_COLON] = ACTIONS(4521), + [anon_sym_AMP_AMP] = ACTIONS(4521), + [anon_sym_PIPE_PIPE] = ACTIONS(4521), + [anon_sym_else] = ACTIONS(4519), + [anon_sym_COLON_COLON] = ACTIONS(4521), + [anon_sym_PLUS_EQ] = ACTIONS(4521), + [anon_sym_DASH_EQ] = ACTIONS(4521), + [anon_sym_STAR_EQ] = ACTIONS(4521), + [anon_sym_SLASH_EQ] = ACTIONS(4521), + [anon_sym_PERCENT_EQ] = ACTIONS(4521), + [anon_sym_BANG_EQ] = ACTIONS(4519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4521), + [anon_sym_EQ_EQ] = ACTIONS(4519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4521), + [anon_sym_LT_EQ] = ACTIONS(4521), + [anon_sym_GT_EQ] = ACTIONS(4521), + [anon_sym_BANGin] = ACTIONS(4521), + [anon_sym_is] = ACTIONS(4519), + [anon_sym_BANGis] = ACTIONS(4521), + [anon_sym_PLUS] = ACTIONS(4519), + [anon_sym_DASH] = ACTIONS(4519), + [anon_sym_SLASH] = ACTIONS(4519), + [anon_sym_PERCENT] = ACTIONS(4519), + [anon_sym_as_QMARK] = ACTIONS(4521), + [anon_sym_PLUS_PLUS] = ACTIONS(4521), + [anon_sym_DASH_DASH] = ACTIONS(4521), + [anon_sym_BANG_BANG] = ACTIONS(4521), + [anon_sym_suspend] = ACTIONS(4519), + [anon_sym_sealed] = ACTIONS(4519), + [anon_sym_annotation] = ACTIONS(4519), + [anon_sym_data] = ACTIONS(4519), + [anon_sym_inner] = ACTIONS(4519), + [anon_sym_override] = ACTIONS(4519), + [anon_sym_lateinit] = ACTIONS(4519), + [anon_sym_public] = ACTIONS(4519), + [anon_sym_private] = ACTIONS(4519), + [anon_sym_internal] = ACTIONS(4519), + [anon_sym_protected] = ACTIONS(4519), + [anon_sym_tailrec] = ACTIONS(4519), + [anon_sym_operator] = ACTIONS(4519), + [anon_sym_infix] = ACTIONS(4519), + [anon_sym_inline] = ACTIONS(4519), + [anon_sym_external] = ACTIONS(4519), + [sym_property_modifier] = ACTIONS(4519), + [anon_sym_abstract] = ACTIONS(4519), + [anon_sym_final] = ACTIONS(4519), + [anon_sym_open] = ACTIONS(4519), + [anon_sym_vararg] = ACTIONS(4519), + [anon_sym_noinline] = ACTIONS(4519), + [anon_sym_crossinline] = ACTIONS(4519), + [anon_sym_expect] = ACTIONS(4519), + [anon_sym_actual] = ACTIONS(4519), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4521), + [sym_safe_nav] = ACTIONS(4521), [sym_multiline_comment] = ACTIONS(3), }, - [3471] = { - [sym_type_constraints] = STATE(3591), - [sym_enum_class_body] = STATE(3820), - [sym__alpha_identifier] = ACTIONS(4197), - [anon_sym_AT] = ACTIONS(4199), - [anon_sym_LBRACK] = ACTIONS(4199), - [anon_sym_as] = ACTIONS(4197), - [anon_sym_EQ] = ACTIONS(4197), - [anon_sym_LBRACE] = ACTIONS(5359), - [anon_sym_RBRACE] = ACTIONS(4199), - [anon_sym_LPAREN] = ACTIONS(4199), - [anon_sym_COMMA] = ACTIONS(4199), - [anon_sym_LT] = ACTIONS(4197), - [anon_sym_GT] = ACTIONS(4197), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(4197), - [anon_sym_SEMI] = ACTIONS(4199), - [anon_sym_get] = ACTIONS(4197), - [anon_sym_set] = ACTIONS(4197), - [anon_sym_STAR] = ACTIONS(4197), - [sym_label] = ACTIONS(4199), - [anon_sym_in] = ACTIONS(4197), - [anon_sym_DOT_DOT] = ACTIONS(4199), - [anon_sym_QMARK_COLON] = ACTIONS(4199), - [anon_sym_AMP_AMP] = ACTIONS(4199), - [anon_sym_PIPE_PIPE] = ACTIONS(4199), - [anon_sym_else] = ACTIONS(4197), - [anon_sym_COLON_COLON] = ACTIONS(4199), - [anon_sym_PLUS_EQ] = ACTIONS(4199), - [anon_sym_DASH_EQ] = ACTIONS(4199), - [anon_sym_STAR_EQ] = ACTIONS(4199), - [anon_sym_SLASH_EQ] = ACTIONS(4199), - [anon_sym_PERCENT_EQ] = ACTIONS(4199), - [anon_sym_BANG_EQ] = ACTIONS(4197), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4199), - [anon_sym_EQ_EQ] = ACTIONS(4197), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4199), - [anon_sym_LT_EQ] = ACTIONS(4199), - [anon_sym_GT_EQ] = ACTIONS(4199), - [anon_sym_BANGin] = ACTIONS(4199), - [anon_sym_is] = ACTIONS(4197), - [anon_sym_BANGis] = ACTIONS(4199), - [anon_sym_PLUS] = ACTIONS(4197), - [anon_sym_DASH] = ACTIONS(4197), - [anon_sym_SLASH] = ACTIONS(4197), - [anon_sym_PERCENT] = ACTIONS(4197), - [anon_sym_as_QMARK] = ACTIONS(4199), - [anon_sym_PLUS_PLUS] = ACTIONS(4199), - [anon_sym_DASH_DASH] = ACTIONS(4199), - [anon_sym_BANG_BANG] = ACTIONS(4199), - [anon_sym_suspend] = ACTIONS(4197), - [anon_sym_sealed] = ACTIONS(4197), - [anon_sym_annotation] = ACTIONS(4197), - [anon_sym_data] = ACTIONS(4197), - [anon_sym_inner] = ACTIONS(4197), - [anon_sym_override] = ACTIONS(4197), - [anon_sym_lateinit] = ACTIONS(4197), - [anon_sym_public] = ACTIONS(4197), - [anon_sym_private] = ACTIONS(4197), - [anon_sym_internal] = ACTIONS(4197), - [anon_sym_protected] = ACTIONS(4197), - [anon_sym_tailrec] = ACTIONS(4197), - [anon_sym_operator] = ACTIONS(4197), - [anon_sym_infix] = ACTIONS(4197), - [anon_sym_inline] = ACTIONS(4197), - [anon_sym_external] = ACTIONS(4197), - [sym_property_modifier] = ACTIONS(4197), - [anon_sym_abstract] = ACTIONS(4197), - [anon_sym_final] = ACTIONS(4197), - [anon_sym_open] = ACTIONS(4197), - [anon_sym_vararg] = ACTIONS(4197), - [anon_sym_noinline] = ACTIONS(4197), - [anon_sym_crossinline] = ACTIONS(4197), - [anon_sym_expect] = ACTIONS(4197), - [anon_sym_actual] = ACTIONS(4197), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4199), - [sym__automatic_semicolon] = ACTIONS(4199), - [sym_safe_nav] = ACTIONS(4199), + [3371] = { + [sym__alpha_identifier] = ACTIONS(4752), + [anon_sym_AT] = ACTIONS(4754), + [anon_sym_LBRACK] = ACTIONS(4754), + [anon_sym_RBRACK] = ACTIONS(4754), + [anon_sym_as] = ACTIONS(4752), + [anon_sym_EQ] = ACTIONS(4752), + [anon_sym_LBRACE] = ACTIONS(4754), + [anon_sym_RBRACE] = ACTIONS(4754), + [anon_sym_LPAREN] = ACTIONS(4754), + [anon_sym_COMMA] = ACTIONS(4754), + [anon_sym_RPAREN] = ACTIONS(4754), + [anon_sym_LT] = ACTIONS(4752), + [anon_sym_GT] = ACTIONS(4752), + [anon_sym_where] = ACTIONS(4752), + [anon_sym_DOT] = ACTIONS(4752), + [anon_sym_SEMI] = ACTIONS(4754), + [anon_sym_get] = ACTIONS(4752), + [anon_sym_set] = ACTIONS(4752), + [anon_sym_STAR] = ACTIONS(4752), + [anon_sym_DASH_GT] = ACTIONS(4754), + [sym_label] = ACTIONS(4754), + [anon_sym_in] = ACTIONS(4752), + [anon_sym_while] = ACTIONS(4752), + [anon_sym_DOT_DOT] = ACTIONS(4754), + [anon_sym_QMARK_COLON] = ACTIONS(4754), + [anon_sym_AMP_AMP] = ACTIONS(4754), + [anon_sym_PIPE_PIPE] = ACTIONS(4754), + [anon_sym_else] = ACTIONS(4752), + [anon_sym_COLON_COLON] = ACTIONS(4754), + [anon_sym_PLUS_EQ] = ACTIONS(4754), + [anon_sym_DASH_EQ] = ACTIONS(4754), + [anon_sym_STAR_EQ] = ACTIONS(4754), + [anon_sym_SLASH_EQ] = ACTIONS(4754), + [anon_sym_PERCENT_EQ] = ACTIONS(4754), + [anon_sym_BANG_EQ] = ACTIONS(4752), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4754), + [anon_sym_EQ_EQ] = ACTIONS(4752), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4754), + [anon_sym_LT_EQ] = ACTIONS(4754), + [anon_sym_GT_EQ] = ACTIONS(4754), + [anon_sym_BANGin] = ACTIONS(4754), + [anon_sym_is] = ACTIONS(4752), + [anon_sym_BANGis] = ACTIONS(4754), + [anon_sym_PLUS] = ACTIONS(4752), + [anon_sym_DASH] = ACTIONS(4752), + [anon_sym_SLASH] = ACTIONS(4752), + [anon_sym_PERCENT] = ACTIONS(4752), + [anon_sym_as_QMARK] = ACTIONS(4754), + [anon_sym_PLUS_PLUS] = ACTIONS(4754), + [anon_sym_DASH_DASH] = ACTIONS(4754), + [anon_sym_BANG_BANG] = ACTIONS(4754), + [anon_sym_suspend] = ACTIONS(4752), + [anon_sym_sealed] = ACTIONS(4752), + [anon_sym_annotation] = ACTIONS(4752), + [anon_sym_data] = ACTIONS(4752), + [anon_sym_inner] = ACTIONS(4752), + [anon_sym_override] = ACTIONS(4752), + [anon_sym_lateinit] = ACTIONS(4752), + [anon_sym_public] = ACTIONS(4752), + [anon_sym_private] = ACTIONS(4752), + [anon_sym_internal] = ACTIONS(4752), + [anon_sym_protected] = ACTIONS(4752), + [anon_sym_tailrec] = ACTIONS(4752), + [anon_sym_operator] = ACTIONS(4752), + [anon_sym_infix] = ACTIONS(4752), + [anon_sym_inline] = ACTIONS(4752), + [anon_sym_external] = ACTIONS(4752), + [sym_property_modifier] = ACTIONS(4752), + [anon_sym_abstract] = ACTIONS(4752), + [anon_sym_final] = ACTIONS(4752), + [anon_sym_open] = ACTIONS(4752), + [anon_sym_vararg] = ACTIONS(4752), + [anon_sym_noinline] = ACTIONS(4752), + [anon_sym_crossinline] = ACTIONS(4752), + [anon_sym_expect] = ACTIONS(4752), + [anon_sym_actual] = ACTIONS(4752), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4754), + [sym_safe_nav] = ACTIONS(4754), [sym_multiline_comment] = ACTIONS(3), }, - [3472] = { - [sym_class_body] = STATE(3786), - [sym_type_constraints] = STATE(3596), - [sym__alpha_identifier] = ACTIONS(4434), - [anon_sym_AT] = ACTIONS(4436), - [anon_sym_LBRACK] = ACTIONS(4436), - [anon_sym_as] = ACTIONS(4434), - [anon_sym_EQ] = ACTIONS(4434), - [anon_sym_LBRACE] = ACTIONS(5421), - [anon_sym_RBRACE] = ACTIONS(4436), - [anon_sym_LPAREN] = ACTIONS(4436), - [anon_sym_COMMA] = ACTIONS(4436), - [anon_sym_LT] = ACTIONS(4434), - [anon_sym_GT] = ACTIONS(4434), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(4434), - [anon_sym_SEMI] = ACTIONS(4436), - [anon_sym_get] = ACTIONS(4434), - [anon_sym_set] = ACTIONS(4434), - [anon_sym_STAR] = ACTIONS(4434), - [sym_label] = ACTIONS(4436), - [anon_sym_in] = ACTIONS(4434), - [anon_sym_DOT_DOT] = ACTIONS(4436), - [anon_sym_QMARK_COLON] = ACTIONS(4436), - [anon_sym_AMP_AMP] = ACTIONS(4436), - [anon_sym_PIPE_PIPE] = ACTIONS(4436), - [anon_sym_else] = ACTIONS(4434), - [anon_sym_COLON_COLON] = ACTIONS(4436), - [anon_sym_PLUS_EQ] = ACTIONS(4436), - [anon_sym_DASH_EQ] = ACTIONS(4436), - [anon_sym_STAR_EQ] = ACTIONS(4436), - [anon_sym_SLASH_EQ] = ACTIONS(4436), - [anon_sym_PERCENT_EQ] = ACTIONS(4436), - [anon_sym_BANG_EQ] = ACTIONS(4434), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4436), - [anon_sym_EQ_EQ] = ACTIONS(4434), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4436), - [anon_sym_LT_EQ] = ACTIONS(4436), - [anon_sym_GT_EQ] = ACTIONS(4436), - [anon_sym_BANGin] = ACTIONS(4436), - [anon_sym_is] = ACTIONS(4434), - [anon_sym_BANGis] = ACTIONS(4436), - [anon_sym_PLUS] = ACTIONS(4434), - [anon_sym_DASH] = ACTIONS(4434), - [anon_sym_SLASH] = ACTIONS(4434), - [anon_sym_PERCENT] = ACTIONS(4434), - [anon_sym_as_QMARK] = ACTIONS(4436), - [anon_sym_PLUS_PLUS] = ACTIONS(4436), - [anon_sym_DASH_DASH] = ACTIONS(4436), - [anon_sym_BANG_BANG] = ACTIONS(4436), - [anon_sym_suspend] = ACTIONS(4434), - [anon_sym_sealed] = ACTIONS(4434), - [anon_sym_annotation] = ACTIONS(4434), - [anon_sym_data] = ACTIONS(4434), - [anon_sym_inner] = ACTIONS(4434), - [anon_sym_override] = ACTIONS(4434), - [anon_sym_lateinit] = ACTIONS(4434), - [anon_sym_public] = ACTIONS(4434), - [anon_sym_private] = ACTIONS(4434), - [anon_sym_internal] = ACTIONS(4434), - [anon_sym_protected] = ACTIONS(4434), - [anon_sym_tailrec] = ACTIONS(4434), - [anon_sym_operator] = ACTIONS(4434), - [anon_sym_infix] = ACTIONS(4434), - [anon_sym_inline] = ACTIONS(4434), - [anon_sym_external] = ACTIONS(4434), - [sym_property_modifier] = ACTIONS(4434), - [anon_sym_abstract] = ACTIONS(4434), - [anon_sym_final] = ACTIONS(4434), - [anon_sym_open] = ACTIONS(4434), - [anon_sym_vararg] = ACTIONS(4434), - [anon_sym_noinline] = ACTIONS(4434), - [anon_sym_crossinline] = ACTIONS(4434), - [anon_sym_expect] = ACTIONS(4434), - [anon_sym_actual] = ACTIONS(4434), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4436), - [sym__automatic_semicolon] = ACTIONS(4436), - [sym_safe_nav] = ACTIONS(4436), + [3372] = { + [sym__alpha_identifier] = ACTIONS(4804), + [anon_sym_AT] = ACTIONS(4806), + [anon_sym_LBRACK] = ACTIONS(4806), + [anon_sym_RBRACK] = ACTIONS(4806), + [anon_sym_as] = ACTIONS(4804), + [anon_sym_EQ] = ACTIONS(4804), + [anon_sym_LBRACE] = ACTIONS(4806), + [anon_sym_RBRACE] = ACTIONS(4806), + [anon_sym_LPAREN] = ACTIONS(4806), + [anon_sym_COMMA] = ACTIONS(4806), + [anon_sym_RPAREN] = ACTIONS(4806), + [anon_sym_LT] = ACTIONS(4804), + [anon_sym_GT] = ACTIONS(4804), + [anon_sym_where] = ACTIONS(4804), + [anon_sym_DOT] = ACTIONS(4804), + [anon_sym_SEMI] = ACTIONS(4806), + [anon_sym_get] = ACTIONS(4804), + [anon_sym_set] = ACTIONS(4804), + [anon_sym_STAR] = ACTIONS(4804), + [anon_sym_DASH_GT] = ACTIONS(4806), + [sym_label] = ACTIONS(4806), + [anon_sym_in] = ACTIONS(4804), + [anon_sym_while] = ACTIONS(4804), + [anon_sym_DOT_DOT] = ACTIONS(4806), + [anon_sym_QMARK_COLON] = ACTIONS(4806), + [anon_sym_AMP_AMP] = ACTIONS(4806), + [anon_sym_PIPE_PIPE] = ACTIONS(4806), + [anon_sym_else] = ACTIONS(4804), + [anon_sym_COLON_COLON] = ACTIONS(4806), + [anon_sym_PLUS_EQ] = ACTIONS(4806), + [anon_sym_DASH_EQ] = ACTIONS(4806), + [anon_sym_STAR_EQ] = ACTIONS(4806), + [anon_sym_SLASH_EQ] = ACTIONS(4806), + [anon_sym_PERCENT_EQ] = ACTIONS(4806), + [anon_sym_BANG_EQ] = ACTIONS(4804), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4806), + [anon_sym_EQ_EQ] = ACTIONS(4804), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4806), + [anon_sym_LT_EQ] = ACTIONS(4806), + [anon_sym_GT_EQ] = ACTIONS(4806), + [anon_sym_BANGin] = ACTIONS(4806), + [anon_sym_is] = ACTIONS(4804), + [anon_sym_BANGis] = ACTIONS(4806), + [anon_sym_PLUS] = ACTIONS(4804), + [anon_sym_DASH] = ACTIONS(4804), + [anon_sym_SLASH] = ACTIONS(4804), + [anon_sym_PERCENT] = ACTIONS(4804), + [anon_sym_as_QMARK] = ACTIONS(4806), + [anon_sym_PLUS_PLUS] = ACTIONS(4806), + [anon_sym_DASH_DASH] = ACTIONS(4806), + [anon_sym_BANG_BANG] = ACTIONS(4806), + [anon_sym_suspend] = ACTIONS(4804), + [anon_sym_sealed] = ACTIONS(4804), + [anon_sym_annotation] = ACTIONS(4804), + [anon_sym_data] = ACTIONS(4804), + [anon_sym_inner] = ACTIONS(4804), + [anon_sym_override] = ACTIONS(4804), + [anon_sym_lateinit] = ACTIONS(4804), + [anon_sym_public] = ACTIONS(4804), + [anon_sym_private] = ACTIONS(4804), + [anon_sym_internal] = ACTIONS(4804), + [anon_sym_protected] = ACTIONS(4804), + [anon_sym_tailrec] = ACTIONS(4804), + [anon_sym_operator] = ACTIONS(4804), + [anon_sym_infix] = ACTIONS(4804), + [anon_sym_inline] = ACTIONS(4804), + [anon_sym_external] = ACTIONS(4804), + [sym_property_modifier] = ACTIONS(4804), + [anon_sym_abstract] = ACTIONS(4804), + [anon_sym_final] = ACTIONS(4804), + [anon_sym_open] = ACTIONS(4804), + [anon_sym_vararg] = ACTIONS(4804), + [anon_sym_noinline] = ACTIONS(4804), + [anon_sym_crossinline] = ACTIONS(4804), + [anon_sym_expect] = ACTIONS(4804), + [anon_sym_actual] = ACTIONS(4804), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4806), + [sym_safe_nav] = ACTIONS(4806), [sym_multiline_comment] = ACTIONS(3), }, - [3473] = { - [aux_sym_type_constraints_repeat1] = STATE(3473), - [sym__alpha_identifier] = ACTIONS(4466), - [anon_sym_AT] = ACTIONS(4468), - [anon_sym_LBRACK] = ACTIONS(4468), - [anon_sym_as] = ACTIONS(4466), - [anon_sym_EQ] = ACTIONS(4466), - [anon_sym_LBRACE] = ACTIONS(4468), - [anon_sym_RBRACE] = ACTIONS(4468), - [anon_sym_LPAREN] = ACTIONS(4468), - [anon_sym_COMMA] = ACTIONS(6623), - [anon_sym_by] = ACTIONS(4466), - [anon_sym_LT] = ACTIONS(4466), - [anon_sym_GT] = ACTIONS(4466), - [anon_sym_where] = ACTIONS(4466), - [anon_sym_DOT] = ACTIONS(4466), - [anon_sym_SEMI] = ACTIONS(4468), - [anon_sym_get] = ACTIONS(4466), - [anon_sym_set] = ACTIONS(4466), - [anon_sym_STAR] = ACTIONS(4466), - [sym_label] = ACTIONS(4468), - [anon_sym_in] = ACTIONS(4466), - [anon_sym_DOT_DOT] = ACTIONS(4468), - [anon_sym_QMARK_COLON] = ACTIONS(4468), - [anon_sym_AMP_AMP] = ACTIONS(4468), - [anon_sym_PIPE_PIPE] = ACTIONS(4468), - [anon_sym_else] = ACTIONS(4466), - [anon_sym_COLON_COLON] = ACTIONS(4468), - [anon_sym_PLUS_EQ] = ACTIONS(4468), - [anon_sym_DASH_EQ] = ACTIONS(4468), - [anon_sym_STAR_EQ] = ACTIONS(4468), - [anon_sym_SLASH_EQ] = ACTIONS(4468), - [anon_sym_PERCENT_EQ] = ACTIONS(4468), - [anon_sym_BANG_EQ] = ACTIONS(4466), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4468), - [anon_sym_EQ_EQ] = ACTIONS(4466), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4468), - [anon_sym_LT_EQ] = ACTIONS(4468), - [anon_sym_GT_EQ] = ACTIONS(4468), - [anon_sym_BANGin] = ACTIONS(4468), - [anon_sym_is] = ACTIONS(4466), - [anon_sym_BANGis] = ACTIONS(4468), - [anon_sym_PLUS] = ACTIONS(4466), - [anon_sym_DASH] = ACTIONS(4466), - [anon_sym_SLASH] = ACTIONS(4466), - [anon_sym_PERCENT] = ACTIONS(4466), - [anon_sym_as_QMARK] = ACTIONS(4468), - [anon_sym_PLUS_PLUS] = ACTIONS(4468), - [anon_sym_DASH_DASH] = ACTIONS(4468), - [anon_sym_BANG_BANG] = ACTIONS(4468), - [anon_sym_suspend] = ACTIONS(4466), - [anon_sym_sealed] = ACTIONS(4466), - [anon_sym_annotation] = ACTIONS(4466), - [anon_sym_data] = ACTIONS(4466), - [anon_sym_inner] = ACTIONS(4466), - [anon_sym_override] = ACTIONS(4466), - [anon_sym_lateinit] = ACTIONS(4466), - [anon_sym_public] = ACTIONS(4466), - [anon_sym_private] = ACTIONS(4466), - [anon_sym_internal] = ACTIONS(4466), - [anon_sym_protected] = ACTIONS(4466), - [anon_sym_tailrec] = ACTIONS(4466), - [anon_sym_operator] = ACTIONS(4466), - [anon_sym_infix] = ACTIONS(4466), - [anon_sym_inline] = ACTIONS(4466), - [anon_sym_external] = ACTIONS(4466), - [sym_property_modifier] = ACTIONS(4466), - [anon_sym_abstract] = ACTIONS(4466), - [anon_sym_final] = ACTIONS(4466), - [anon_sym_open] = ACTIONS(4466), - [anon_sym_vararg] = ACTIONS(4466), - [anon_sym_noinline] = ACTIONS(4466), - [anon_sym_crossinline] = ACTIONS(4466), - [anon_sym_expect] = ACTIONS(4466), - [anon_sym_actual] = ACTIONS(4466), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4468), - [sym__automatic_semicolon] = ACTIONS(4468), - [sym_safe_nav] = ACTIONS(4468), + [3373] = { + [sym__alpha_identifier] = ACTIONS(4772), + [anon_sym_AT] = ACTIONS(4774), + [anon_sym_LBRACK] = ACTIONS(4774), + [anon_sym_RBRACK] = ACTIONS(4774), + [anon_sym_as] = ACTIONS(4772), + [anon_sym_EQ] = ACTIONS(4772), + [anon_sym_LBRACE] = ACTIONS(4774), + [anon_sym_RBRACE] = ACTIONS(4774), + [anon_sym_LPAREN] = ACTIONS(4774), + [anon_sym_COMMA] = ACTIONS(4774), + [anon_sym_RPAREN] = ACTIONS(4774), + [anon_sym_LT] = ACTIONS(4772), + [anon_sym_GT] = ACTIONS(4772), + [anon_sym_where] = ACTIONS(4772), + [anon_sym_DOT] = ACTIONS(4772), + [anon_sym_SEMI] = ACTIONS(4774), + [anon_sym_get] = ACTIONS(4772), + [anon_sym_set] = ACTIONS(4772), + [anon_sym_STAR] = ACTIONS(4772), + [anon_sym_DASH_GT] = ACTIONS(4774), + [sym_label] = ACTIONS(4774), + [anon_sym_in] = ACTIONS(4772), + [anon_sym_while] = ACTIONS(4772), + [anon_sym_DOT_DOT] = ACTIONS(4774), + [anon_sym_QMARK_COLON] = ACTIONS(4774), + [anon_sym_AMP_AMP] = ACTIONS(4774), + [anon_sym_PIPE_PIPE] = ACTIONS(4774), + [anon_sym_else] = ACTIONS(4772), + [anon_sym_COLON_COLON] = ACTIONS(4774), + [anon_sym_PLUS_EQ] = ACTIONS(4774), + [anon_sym_DASH_EQ] = ACTIONS(4774), + [anon_sym_STAR_EQ] = ACTIONS(4774), + [anon_sym_SLASH_EQ] = ACTIONS(4774), + [anon_sym_PERCENT_EQ] = ACTIONS(4774), + [anon_sym_BANG_EQ] = ACTIONS(4772), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4774), + [anon_sym_EQ_EQ] = ACTIONS(4772), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4774), + [anon_sym_LT_EQ] = ACTIONS(4774), + [anon_sym_GT_EQ] = ACTIONS(4774), + [anon_sym_BANGin] = ACTIONS(4774), + [anon_sym_is] = ACTIONS(4772), + [anon_sym_BANGis] = ACTIONS(4774), + [anon_sym_PLUS] = ACTIONS(4772), + [anon_sym_DASH] = ACTIONS(4772), + [anon_sym_SLASH] = ACTIONS(4772), + [anon_sym_PERCENT] = ACTIONS(4772), + [anon_sym_as_QMARK] = ACTIONS(4774), + [anon_sym_PLUS_PLUS] = ACTIONS(4774), + [anon_sym_DASH_DASH] = ACTIONS(4774), + [anon_sym_BANG_BANG] = ACTIONS(4774), + [anon_sym_suspend] = ACTIONS(4772), + [anon_sym_sealed] = ACTIONS(4772), + [anon_sym_annotation] = ACTIONS(4772), + [anon_sym_data] = ACTIONS(4772), + [anon_sym_inner] = ACTIONS(4772), + [anon_sym_override] = ACTIONS(4772), + [anon_sym_lateinit] = ACTIONS(4772), + [anon_sym_public] = ACTIONS(4772), + [anon_sym_private] = ACTIONS(4772), + [anon_sym_internal] = ACTIONS(4772), + [anon_sym_protected] = ACTIONS(4772), + [anon_sym_tailrec] = ACTIONS(4772), + [anon_sym_operator] = ACTIONS(4772), + [anon_sym_infix] = ACTIONS(4772), + [anon_sym_inline] = ACTIONS(4772), + [anon_sym_external] = ACTIONS(4772), + [sym_property_modifier] = ACTIONS(4772), + [anon_sym_abstract] = ACTIONS(4772), + [anon_sym_final] = ACTIONS(4772), + [anon_sym_open] = ACTIONS(4772), + [anon_sym_vararg] = ACTIONS(4772), + [anon_sym_noinline] = ACTIONS(4772), + [anon_sym_crossinline] = ACTIONS(4772), + [anon_sym_expect] = ACTIONS(4772), + [anon_sym_actual] = ACTIONS(4772), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4774), + [sym_safe_nav] = ACTIONS(4774), [sym_multiline_comment] = ACTIONS(3), }, - [3474] = { - [sym_type_constraints] = STATE(3594), - [sym_enum_class_body] = STATE(3857), - [sym__alpha_identifier] = ACTIONS(4213), - [anon_sym_AT] = ACTIONS(4215), - [anon_sym_COLON] = ACTIONS(6626), - [anon_sym_LBRACK] = ACTIONS(4215), - [anon_sym_as] = ACTIONS(4213), - [anon_sym_EQ] = ACTIONS(4213), - [anon_sym_LBRACE] = ACTIONS(5359), - [anon_sym_RBRACE] = ACTIONS(4215), - [anon_sym_LPAREN] = ACTIONS(4215), - [anon_sym_LT] = ACTIONS(4213), - [anon_sym_GT] = ACTIONS(4213), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(4213), - [anon_sym_SEMI] = ACTIONS(4215), - [anon_sym_get] = ACTIONS(4213), - [anon_sym_set] = ACTIONS(4213), - [anon_sym_STAR] = ACTIONS(4213), - [sym_label] = ACTIONS(4215), - [anon_sym_in] = ACTIONS(4213), - [anon_sym_DOT_DOT] = ACTIONS(4215), - [anon_sym_QMARK_COLON] = ACTIONS(4215), - [anon_sym_AMP_AMP] = ACTIONS(4215), - [anon_sym_PIPE_PIPE] = ACTIONS(4215), - [anon_sym_else] = ACTIONS(4213), - [anon_sym_COLON_COLON] = ACTIONS(4215), - [anon_sym_PLUS_EQ] = ACTIONS(4215), - [anon_sym_DASH_EQ] = ACTIONS(4215), - [anon_sym_STAR_EQ] = ACTIONS(4215), - [anon_sym_SLASH_EQ] = ACTIONS(4215), - [anon_sym_PERCENT_EQ] = ACTIONS(4215), - [anon_sym_BANG_EQ] = ACTIONS(4213), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4215), - [anon_sym_EQ_EQ] = ACTIONS(4213), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4215), - [anon_sym_LT_EQ] = ACTIONS(4215), - [anon_sym_GT_EQ] = ACTIONS(4215), - [anon_sym_BANGin] = ACTIONS(4215), - [anon_sym_is] = ACTIONS(4213), - [anon_sym_BANGis] = ACTIONS(4215), - [anon_sym_PLUS] = ACTIONS(4213), - [anon_sym_DASH] = ACTIONS(4213), - [anon_sym_SLASH] = ACTIONS(4213), - [anon_sym_PERCENT] = ACTIONS(4213), - [anon_sym_as_QMARK] = ACTIONS(4215), - [anon_sym_PLUS_PLUS] = ACTIONS(4215), - [anon_sym_DASH_DASH] = ACTIONS(4215), - [anon_sym_BANG_BANG] = ACTIONS(4215), - [anon_sym_suspend] = ACTIONS(4213), - [anon_sym_sealed] = ACTIONS(4213), - [anon_sym_annotation] = ACTIONS(4213), - [anon_sym_data] = ACTIONS(4213), - [anon_sym_inner] = ACTIONS(4213), - [anon_sym_override] = ACTIONS(4213), - [anon_sym_lateinit] = ACTIONS(4213), - [anon_sym_public] = ACTIONS(4213), - [anon_sym_private] = ACTIONS(4213), - [anon_sym_internal] = ACTIONS(4213), - [anon_sym_protected] = ACTIONS(4213), - [anon_sym_tailrec] = ACTIONS(4213), - [anon_sym_operator] = ACTIONS(4213), - [anon_sym_infix] = ACTIONS(4213), - [anon_sym_inline] = ACTIONS(4213), - [anon_sym_external] = ACTIONS(4213), - [sym_property_modifier] = ACTIONS(4213), - [anon_sym_abstract] = ACTIONS(4213), - [anon_sym_final] = ACTIONS(4213), - [anon_sym_open] = ACTIONS(4213), - [anon_sym_vararg] = ACTIONS(4213), - [anon_sym_noinline] = ACTIONS(4213), - [anon_sym_crossinline] = ACTIONS(4213), - [anon_sym_expect] = ACTIONS(4213), - [anon_sym_actual] = ACTIONS(4213), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4215), - [sym__automatic_semicolon] = ACTIONS(4215), - [sym_safe_nav] = ACTIONS(4215), + [3374] = { + [sym__alpha_identifier] = ACTIONS(5069), + [anon_sym_AT] = ACTIONS(5071), + [anon_sym_LBRACK] = ACTIONS(5071), + [anon_sym_RBRACK] = ACTIONS(5071), + [anon_sym_as] = ACTIONS(5069), + [anon_sym_EQ] = ACTIONS(5069), + [anon_sym_LBRACE] = ACTIONS(5071), + [anon_sym_RBRACE] = ACTIONS(5071), + [anon_sym_LPAREN] = ACTIONS(5071), + [anon_sym_COMMA] = ACTIONS(5071), + [anon_sym_RPAREN] = ACTIONS(5071), + [anon_sym_LT] = ACTIONS(5069), + [anon_sym_GT] = ACTIONS(5069), + [anon_sym_where] = ACTIONS(5069), + [anon_sym_DOT] = ACTIONS(5069), + [anon_sym_SEMI] = ACTIONS(5071), + [anon_sym_get] = ACTIONS(5069), + [anon_sym_set] = ACTIONS(5069), + [anon_sym_STAR] = ACTIONS(5069), + [anon_sym_DASH_GT] = ACTIONS(5071), + [sym_label] = ACTIONS(5071), + [anon_sym_in] = ACTIONS(5069), + [anon_sym_while] = ACTIONS(5069), + [anon_sym_DOT_DOT] = ACTIONS(5071), + [anon_sym_QMARK_COLON] = ACTIONS(5071), + [anon_sym_AMP_AMP] = ACTIONS(5071), + [anon_sym_PIPE_PIPE] = ACTIONS(5071), + [anon_sym_else] = ACTIONS(5069), + [anon_sym_COLON_COLON] = ACTIONS(5071), + [anon_sym_PLUS_EQ] = ACTIONS(5071), + [anon_sym_DASH_EQ] = ACTIONS(5071), + [anon_sym_STAR_EQ] = ACTIONS(5071), + [anon_sym_SLASH_EQ] = ACTIONS(5071), + [anon_sym_PERCENT_EQ] = ACTIONS(5071), + [anon_sym_BANG_EQ] = ACTIONS(5069), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5071), + [anon_sym_EQ_EQ] = ACTIONS(5069), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5071), + [anon_sym_LT_EQ] = ACTIONS(5071), + [anon_sym_GT_EQ] = ACTIONS(5071), + [anon_sym_BANGin] = ACTIONS(5071), + [anon_sym_is] = ACTIONS(5069), + [anon_sym_BANGis] = ACTIONS(5071), + [anon_sym_PLUS] = ACTIONS(5069), + [anon_sym_DASH] = ACTIONS(5069), + [anon_sym_SLASH] = ACTIONS(5069), + [anon_sym_PERCENT] = ACTIONS(5069), + [anon_sym_as_QMARK] = ACTIONS(5071), + [anon_sym_PLUS_PLUS] = ACTIONS(5071), + [anon_sym_DASH_DASH] = ACTIONS(5071), + [anon_sym_BANG_BANG] = ACTIONS(5071), + [anon_sym_suspend] = ACTIONS(5069), + [anon_sym_sealed] = ACTIONS(5069), + [anon_sym_annotation] = ACTIONS(5069), + [anon_sym_data] = ACTIONS(5069), + [anon_sym_inner] = ACTIONS(5069), + [anon_sym_override] = ACTIONS(5069), + [anon_sym_lateinit] = ACTIONS(5069), + [anon_sym_public] = ACTIONS(5069), + [anon_sym_private] = ACTIONS(5069), + [anon_sym_internal] = ACTIONS(5069), + [anon_sym_protected] = ACTIONS(5069), + [anon_sym_tailrec] = ACTIONS(5069), + [anon_sym_operator] = ACTIONS(5069), + [anon_sym_infix] = ACTIONS(5069), + [anon_sym_inline] = ACTIONS(5069), + [anon_sym_external] = ACTIONS(5069), + [sym_property_modifier] = ACTIONS(5069), + [anon_sym_abstract] = ACTIONS(5069), + [anon_sym_final] = ACTIONS(5069), + [anon_sym_open] = ACTIONS(5069), + [anon_sym_vararg] = ACTIONS(5069), + [anon_sym_noinline] = ACTIONS(5069), + [anon_sym_crossinline] = ACTIONS(5069), + [anon_sym_expect] = ACTIONS(5069), + [anon_sym_actual] = ACTIONS(5069), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5071), + [sym_safe_nav] = ACTIONS(5071), [sym_multiline_comment] = ACTIONS(3), }, - [3475] = { - [sym_function_body] = STATE(3815), - [sym__block] = STATE(3725), - [sym__alpha_identifier] = ACTIONS(4089), - [anon_sym_AT] = ACTIONS(4091), - [anon_sym_LBRACK] = ACTIONS(4091), - [anon_sym_as] = ACTIONS(4089), - [anon_sym_EQ] = ACTIONS(6432), - [anon_sym_LBRACE] = ACTIONS(6434), - [anon_sym_RBRACE] = ACTIONS(4091), - [anon_sym_LPAREN] = ACTIONS(4091), - [anon_sym_COMMA] = ACTIONS(4091), - [anon_sym_LT] = ACTIONS(4089), - [anon_sym_GT] = ACTIONS(4089), - [anon_sym_where] = ACTIONS(4089), - [anon_sym_DOT] = ACTIONS(4089), - [anon_sym_SEMI] = ACTIONS(4091), - [anon_sym_get] = ACTIONS(4089), - [anon_sym_set] = ACTIONS(4089), - [anon_sym_STAR] = ACTIONS(4089), - [sym_label] = ACTIONS(4091), - [anon_sym_in] = ACTIONS(4089), - [anon_sym_DOT_DOT] = ACTIONS(4091), - [anon_sym_QMARK_COLON] = ACTIONS(4091), - [anon_sym_AMP_AMP] = ACTIONS(4091), - [anon_sym_PIPE_PIPE] = ACTIONS(4091), - [anon_sym_else] = ACTIONS(4089), - [anon_sym_COLON_COLON] = ACTIONS(4091), - [anon_sym_PLUS_EQ] = ACTIONS(4091), - [anon_sym_DASH_EQ] = ACTIONS(4091), - [anon_sym_STAR_EQ] = ACTIONS(4091), - [anon_sym_SLASH_EQ] = ACTIONS(4091), - [anon_sym_PERCENT_EQ] = ACTIONS(4091), - [anon_sym_BANG_EQ] = ACTIONS(4089), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4091), - [anon_sym_EQ_EQ] = ACTIONS(4089), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4091), - [anon_sym_LT_EQ] = ACTIONS(4091), - [anon_sym_GT_EQ] = ACTIONS(4091), - [anon_sym_BANGin] = ACTIONS(4091), - [anon_sym_is] = ACTIONS(4089), - [anon_sym_BANGis] = ACTIONS(4091), - [anon_sym_PLUS] = ACTIONS(4089), - [anon_sym_DASH] = ACTIONS(4089), - [anon_sym_SLASH] = ACTIONS(4089), - [anon_sym_PERCENT] = ACTIONS(4089), - [anon_sym_as_QMARK] = ACTIONS(4091), - [anon_sym_PLUS_PLUS] = ACTIONS(4091), - [anon_sym_DASH_DASH] = ACTIONS(4091), - [anon_sym_BANG_BANG] = ACTIONS(4091), - [anon_sym_suspend] = ACTIONS(4089), - [anon_sym_sealed] = ACTIONS(4089), - [anon_sym_annotation] = ACTIONS(4089), - [anon_sym_data] = ACTIONS(4089), - [anon_sym_inner] = ACTIONS(4089), - [anon_sym_override] = ACTIONS(4089), - [anon_sym_lateinit] = ACTIONS(4089), - [anon_sym_public] = ACTIONS(4089), - [anon_sym_private] = ACTIONS(4089), - [anon_sym_internal] = ACTIONS(4089), - [anon_sym_protected] = ACTIONS(4089), - [anon_sym_tailrec] = ACTIONS(4089), - [anon_sym_operator] = ACTIONS(4089), - [anon_sym_infix] = ACTIONS(4089), - [anon_sym_inline] = ACTIONS(4089), - [anon_sym_external] = ACTIONS(4089), - [sym_property_modifier] = ACTIONS(4089), - [anon_sym_abstract] = ACTIONS(4089), - [anon_sym_final] = ACTIONS(4089), - [anon_sym_open] = ACTIONS(4089), - [anon_sym_vararg] = ACTIONS(4089), - [anon_sym_noinline] = ACTIONS(4089), - [anon_sym_crossinline] = ACTIONS(4089), - [anon_sym_expect] = ACTIONS(4089), - [anon_sym_actual] = ACTIONS(4089), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4091), - [sym__automatic_semicolon] = ACTIONS(4091), - [sym_safe_nav] = ACTIONS(4091), + [3375] = { + [sym__alpha_identifier] = ACTIONS(4780), + [anon_sym_AT] = ACTIONS(4782), + [anon_sym_LBRACK] = ACTIONS(4782), + [anon_sym_RBRACK] = ACTIONS(4782), + [anon_sym_as] = ACTIONS(4780), + [anon_sym_EQ] = ACTIONS(4780), + [anon_sym_LBRACE] = ACTIONS(4782), + [anon_sym_RBRACE] = ACTIONS(4782), + [anon_sym_LPAREN] = ACTIONS(4782), + [anon_sym_COMMA] = ACTIONS(4782), + [anon_sym_RPAREN] = ACTIONS(4782), + [anon_sym_LT] = ACTIONS(4780), + [anon_sym_GT] = ACTIONS(4780), + [anon_sym_where] = ACTIONS(4780), + [anon_sym_DOT] = ACTIONS(4780), + [anon_sym_SEMI] = ACTIONS(4782), + [anon_sym_get] = ACTIONS(4780), + [anon_sym_set] = ACTIONS(4780), + [anon_sym_STAR] = ACTIONS(4780), + [anon_sym_DASH_GT] = ACTIONS(4782), + [sym_label] = ACTIONS(4782), + [anon_sym_in] = ACTIONS(4780), + [anon_sym_while] = ACTIONS(4780), + [anon_sym_DOT_DOT] = ACTIONS(4782), + [anon_sym_QMARK_COLON] = ACTIONS(4782), + [anon_sym_AMP_AMP] = ACTIONS(4782), + [anon_sym_PIPE_PIPE] = ACTIONS(4782), + [anon_sym_else] = ACTIONS(4780), + [anon_sym_COLON_COLON] = ACTIONS(4782), + [anon_sym_PLUS_EQ] = ACTIONS(4782), + [anon_sym_DASH_EQ] = ACTIONS(4782), + [anon_sym_STAR_EQ] = ACTIONS(4782), + [anon_sym_SLASH_EQ] = ACTIONS(4782), + [anon_sym_PERCENT_EQ] = ACTIONS(4782), + [anon_sym_BANG_EQ] = ACTIONS(4780), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4782), + [anon_sym_EQ_EQ] = ACTIONS(4780), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4782), + [anon_sym_LT_EQ] = ACTIONS(4782), + [anon_sym_GT_EQ] = ACTIONS(4782), + [anon_sym_BANGin] = ACTIONS(4782), + [anon_sym_is] = ACTIONS(4780), + [anon_sym_BANGis] = ACTIONS(4782), + [anon_sym_PLUS] = ACTIONS(4780), + [anon_sym_DASH] = ACTIONS(4780), + [anon_sym_SLASH] = ACTIONS(4780), + [anon_sym_PERCENT] = ACTIONS(4780), + [anon_sym_as_QMARK] = ACTIONS(4782), + [anon_sym_PLUS_PLUS] = ACTIONS(4782), + [anon_sym_DASH_DASH] = ACTIONS(4782), + [anon_sym_BANG_BANG] = ACTIONS(4782), + [anon_sym_suspend] = ACTIONS(4780), + [anon_sym_sealed] = ACTIONS(4780), + [anon_sym_annotation] = ACTIONS(4780), + [anon_sym_data] = ACTIONS(4780), + [anon_sym_inner] = ACTIONS(4780), + [anon_sym_override] = ACTIONS(4780), + [anon_sym_lateinit] = ACTIONS(4780), + [anon_sym_public] = ACTIONS(4780), + [anon_sym_private] = ACTIONS(4780), + [anon_sym_internal] = ACTIONS(4780), + [anon_sym_protected] = ACTIONS(4780), + [anon_sym_tailrec] = ACTIONS(4780), + [anon_sym_operator] = ACTIONS(4780), + [anon_sym_infix] = ACTIONS(4780), + [anon_sym_inline] = ACTIONS(4780), + [anon_sym_external] = ACTIONS(4780), + [sym_property_modifier] = ACTIONS(4780), + [anon_sym_abstract] = ACTIONS(4780), + [anon_sym_final] = ACTIONS(4780), + [anon_sym_open] = ACTIONS(4780), + [anon_sym_vararg] = ACTIONS(4780), + [anon_sym_noinline] = ACTIONS(4780), + [anon_sym_crossinline] = ACTIONS(4780), + [anon_sym_expect] = ACTIONS(4780), + [anon_sym_actual] = ACTIONS(4780), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4782), + [sym_safe_nav] = ACTIONS(4782), [sym_multiline_comment] = ACTIONS(3), }, - [3476] = { - [sym_class_body] = STATE(3695), - [sym_type_constraints] = STATE(3607), - [sym__alpha_identifier] = ACTIONS(3190), - [anon_sym_AT] = ACTIONS(3194), - [anon_sym_COLON] = ACTIONS(5768), - [anon_sym_LBRACK] = ACTIONS(3194), - [anon_sym_as] = ACTIONS(3190), - [anon_sym_EQ] = ACTIONS(3190), - [anon_sym_LBRACE] = ACTIONS(5421), - [anon_sym_RBRACE] = ACTIONS(3194), - [anon_sym_LPAREN] = ACTIONS(3194), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3190), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(3190), - [anon_sym_SEMI] = ACTIONS(3194), - [anon_sym_get] = ACTIONS(3190), - [anon_sym_set] = ACTIONS(3190), - [anon_sym_STAR] = ACTIONS(3190), - [sym_label] = ACTIONS(3194), - [anon_sym_in] = ACTIONS(3190), - [anon_sym_DOT_DOT] = ACTIONS(3194), - [anon_sym_QMARK_COLON] = ACTIONS(3194), - [anon_sym_AMP_AMP] = ACTIONS(3194), - [anon_sym_PIPE_PIPE] = ACTIONS(3194), - [anon_sym_else] = ACTIONS(3190), - [anon_sym_COLON_COLON] = ACTIONS(3194), - [anon_sym_PLUS_EQ] = ACTIONS(3194), - [anon_sym_DASH_EQ] = ACTIONS(3194), - [anon_sym_STAR_EQ] = ACTIONS(3194), - [anon_sym_SLASH_EQ] = ACTIONS(3194), - [anon_sym_PERCENT_EQ] = ACTIONS(3194), - [anon_sym_BANG_EQ] = ACTIONS(3190), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3194), - [anon_sym_EQ_EQ] = ACTIONS(3190), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3194), - [anon_sym_LT_EQ] = ACTIONS(3194), - [anon_sym_GT_EQ] = ACTIONS(3194), - [anon_sym_BANGin] = ACTIONS(3194), - [anon_sym_is] = ACTIONS(3190), - [anon_sym_BANGis] = ACTIONS(3194), - [anon_sym_PLUS] = ACTIONS(3190), - [anon_sym_DASH] = ACTIONS(3190), - [anon_sym_SLASH] = ACTIONS(3190), - [anon_sym_PERCENT] = ACTIONS(3190), - [anon_sym_as_QMARK] = ACTIONS(3194), - [anon_sym_PLUS_PLUS] = ACTIONS(3194), - [anon_sym_DASH_DASH] = ACTIONS(3194), - [anon_sym_BANG_BANG] = ACTIONS(3194), - [anon_sym_suspend] = ACTIONS(3190), - [anon_sym_sealed] = ACTIONS(3190), - [anon_sym_annotation] = ACTIONS(3190), - [anon_sym_data] = ACTIONS(3190), - [anon_sym_inner] = ACTIONS(3190), - [anon_sym_override] = ACTIONS(3190), - [anon_sym_lateinit] = ACTIONS(3190), - [anon_sym_public] = ACTIONS(3190), - [anon_sym_private] = ACTIONS(3190), - [anon_sym_internal] = ACTIONS(3190), - [anon_sym_protected] = ACTIONS(3190), - [anon_sym_tailrec] = ACTIONS(3190), - [anon_sym_operator] = ACTIONS(3190), - [anon_sym_infix] = ACTIONS(3190), - [anon_sym_inline] = ACTIONS(3190), - [anon_sym_external] = ACTIONS(3190), - [sym_property_modifier] = ACTIONS(3190), - [anon_sym_abstract] = ACTIONS(3190), - [anon_sym_final] = ACTIONS(3190), - [anon_sym_open] = ACTIONS(3190), - [anon_sym_vararg] = ACTIONS(3190), - [anon_sym_noinline] = ACTIONS(3190), - [anon_sym_crossinline] = ACTIONS(3190), - [anon_sym_expect] = ACTIONS(3190), - [anon_sym_actual] = ACTIONS(3190), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3194), - [sym__automatic_semicolon] = ACTIONS(3194), - [sym_safe_nav] = ACTIONS(3194), - [sym_multiline_comment] = ACTIONS(3), + [3376] = { + [sym__alpha_identifier] = ACTIONS(1401), + [anon_sym_AT] = ACTIONS(1399), + [anon_sym_LBRACK] = ACTIONS(1399), + [anon_sym_as] = ACTIONS(1401), + [anon_sym_EQ] = ACTIONS(1401), + [anon_sym_LBRACE] = ACTIONS(1399), + [anon_sym_RBRACE] = ACTIONS(1399), + [anon_sym_LPAREN] = ACTIONS(1399), + [anon_sym_COMMA] = ACTIONS(1399), + [anon_sym_LT] = ACTIONS(1401), + [anon_sym_GT] = ACTIONS(1401), + [anon_sym_where] = ACTIONS(1401), + [anon_sym_object] = ACTIONS(1401), + [anon_sym_fun] = ACTIONS(1401), + [anon_sym_DOT] = ACTIONS(1401), + [anon_sym_SEMI] = ACTIONS(1399), + [anon_sym_get] = ACTIONS(1401), + [anon_sym_set] = ACTIONS(1401), + [anon_sym_this] = ACTIONS(1401), + [anon_sym_super] = ACTIONS(1401), + [anon_sym_STAR] = ACTIONS(1401), + [sym_label] = ACTIONS(1401), + [anon_sym_in] = ACTIONS(1401), + [anon_sym_DOT_DOT] = ACTIONS(1399), + [anon_sym_QMARK_COLON] = ACTIONS(1399), + [anon_sym_AMP_AMP] = ACTIONS(1399), + [anon_sym_PIPE_PIPE] = ACTIONS(1399), + [anon_sym_null] = ACTIONS(1401), + [anon_sym_if] = ACTIONS(1401), + [anon_sym_else] = ACTIONS(1401), + [anon_sym_when] = ACTIONS(1401), + [anon_sym_try] = ACTIONS(1401), + [anon_sym_throw] = ACTIONS(1401), + [anon_sym_return] = ACTIONS(1401), + [anon_sym_continue] = ACTIONS(1401), + [anon_sym_break] = ACTIONS(1401), + [anon_sym_COLON_COLON] = ACTIONS(1399), + [anon_sym_PLUS_EQ] = ACTIONS(1399), + [anon_sym_DASH_EQ] = ACTIONS(1399), + [anon_sym_STAR_EQ] = ACTIONS(1399), + [anon_sym_SLASH_EQ] = ACTIONS(1399), + [anon_sym_PERCENT_EQ] = ACTIONS(1399), + [anon_sym_BANG_EQ] = ACTIONS(1401), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1399), + [anon_sym_EQ_EQ] = ACTIONS(1401), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1399), + [anon_sym_LT_EQ] = ACTIONS(1399), + [anon_sym_GT_EQ] = ACTIONS(1399), + [anon_sym_BANGin] = ACTIONS(1399), + [anon_sym_is] = ACTIONS(1401), + [anon_sym_BANGis] = ACTIONS(1399), + [anon_sym_PLUS] = ACTIONS(1401), + [anon_sym_DASH] = ACTIONS(1401), + [anon_sym_SLASH] = ACTIONS(1401), + [anon_sym_PERCENT] = ACTIONS(1401), + [anon_sym_as_QMARK] = ACTIONS(1399), + [anon_sym_PLUS_PLUS] = ACTIONS(1399), + [anon_sym_DASH_DASH] = ACTIONS(1399), + [anon_sym_BANG] = ACTIONS(1401), + [anon_sym_BANG_BANG] = ACTIONS(1399), + [anon_sym_data] = ACTIONS(1401), + [anon_sym_inner] = ACTIONS(1401), + [anon_sym_expect] = ACTIONS(1401), + [anon_sym_actual] = ACTIONS(1401), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1399), + [anon_sym_continue_AT] = ACTIONS(1399), + [anon_sym_break_AT] = ACTIONS(1399), + [sym_real_literal] = ACTIONS(1399), + [sym_integer_literal] = ACTIONS(1401), + [sym_hex_literal] = ACTIONS(1399), + [sym_bin_literal] = ACTIONS(1399), + [anon_sym_true] = ACTIONS(1401), + [anon_sym_false] = ACTIONS(1401), + [anon_sym_SQUOTE] = ACTIONS(1399), + [sym__backtick_identifier] = ACTIONS(1399), + [sym__automatic_semicolon] = ACTIONS(1399), + [sym_safe_nav] = ACTIONS(1399), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1399), }, - [3477] = { - [sym_value_arguments] = STATE(3893), - [sym__alpha_identifier] = ACTIONS(4454), - [anon_sym_AT] = ACTIONS(4456), - [anon_sym_LBRACK] = ACTIONS(4456), - [anon_sym_as] = ACTIONS(4454), - [anon_sym_EQ] = ACTIONS(4454), - [anon_sym_LBRACE] = ACTIONS(4456), - [anon_sym_RBRACE] = ACTIONS(4456), - [anon_sym_LPAREN] = ACTIONS(4456), - [anon_sym_COMMA] = ACTIONS(4456), - [anon_sym_by] = ACTIONS(6628), - [anon_sym_LT] = ACTIONS(4454), - [anon_sym_GT] = ACTIONS(4454), - [anon_sym_where] = ACTIONS(4454), - [anon_sym_DOT] = ACTIONS(4454), - [anon_sym_SEMI] = ACTIONS(4456), - [anon_sym_get] = ACTIONS(4454), - [anon_sym_set] = ACTIONS(4454), - [anon_sym_STAR] = ACTIONS(4454), - [sym_label] = ACTIONS(4456), - [anon_sym_in] = ACTIONS(4454), - [anon_sym_DOT_DOT] = ACTIONS(4456), - [anon_sym_QMARK_COLON] = ACTIONS(4456), - [anon_sym_AMP_AMP] = ACTIONS(4456), - [anon_sym_PIPE_PIPE] = ACTIONS(4456), - [anon_sym_else] = ACTIONS(4454), - [anon_sym_COLON_COLON] = ACTIONS(4456), - [anon_sym_PLUS_EQ] = ACTIONS(4456), - [anon_sym_DASH_EQ] = ACTIONS(4456), - [anon_sym_STAR_EQ] = ACTIONS(4456), - [anon_sym_SLASH_EQ] = ACTIONS(4456), - [anon_sym_PERCENT_EQ] = ACTIONS(4456), - [anon_sym_BANG_EQ] = ACTIONS(4454), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4456), - [anon_sym_EQ_EQ] = ACTIONS(4454), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4456), - [anon_sym_LT_EQ] = ACTIONS(4456), - [anon_sym_GT_EQ] = ACTIONS(4456), - [anon_sym_BANGin] = ACTIONS(4456), - [anon_sym_is] = ACTIONS(4454), - [anon_sym_BANGis] = ACTIONS(4456), - [anon_sym_PLUS] = ACTIONS(4454), - [anon_sym_DASH] = ACTIONS(4454), - [anon_sym_SLASH] = ACTIONS(4454), - [anon_sym_PERCENT] = ACTIONS(4454), - [anon_sym_as_QMARK] = ACTIONS(4456), - [anon_sym_PLUS_PLUS] = ACTIONS(4456), - [anon_sym_DASH_DASH] = ACTIONS(4456), - [anon_sym_BANG_BANG] = ACTIONS(4456), - [anon_sym_suspend] = ACTIONS(4454), - [anon_sym_sealed] = ACTIONS(4454), - [anon_sym_annotation] = ACTIONS(4454), - [anon_sym_data] = ACTIONS(4454), - [anon_sym_inner] = ACTIONS(4454), - [anon_sym_override] = ACTIONS(4454), - [anon_sym_lateinit] = ACTIONS(4454), - [anon_sym_public] = ACTIONS(4454), - [anon_sym_private] = ACTIONS(4454), - [anon_sym_internal] = ACTIONS(4454), - [anon_sym_protected] = ACTIONS(4454), - [anon_sym_tailrec] = ACTIONS(4454), - [anon_sym_operator] = ACTIONS(4454), - [anon_sym_infix] = ACTIONS(4454), - [anon_sym_inline] = ACTIONS(4454), - [anon_sym_external] = ACTIONS(4454), - [sym_property_modifier] = ACTIONS(4454), - [anon_sym_abstract] = ACTIONS(4454), - [anon_sym_final] = ACTIONS(4454), - [anon_sym_open] = ACTIONS(4454), - [anon_sym_vararg] = ACTIONS(4454), - [anon_sym_noinline] = ACTIONS(4454), - [anon_sym_crossinline] = ACTIONS(4454), - [anon_sym_expect] = ACTIONS(4454), - [anon_sym_actual] = ACTIONS(4454), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4456), - [sym__automatic_semicolon] = ACTIONS(4456), - [sym_safe_nav] = ACTIONS(4456), + [3377] = { + [aux_sym_user_type_repeat1] = STATE(3188), + [sym__alpha_identifier] = ACTIONS(4309), + [anon_sym_AT] = ACTIONS(4311), + [anon_sym_LBRACK] = ACTIONS(4311), + [anon_sym_as] = ACTIONS(4309), + [anon_sym_EQ] = ACTIONS(4309), + [anon_sym_LBRACE] = ACTIONS(4311), + [anon_sym_RBRACE] = ACTIONS(4311), + [anon_sym_LPAREN] = ACTIONS(4311), + [anon_sym_COMMA] = ACTIONS(4311), + [anon_sym_by] = ACTIONS(4309), + [anon_sym_LT] = ACTIONS(4309), + [anon_sym_GT] = ACTIONS(4309), + [anon_sym_where] = ACTIONS(4309), + [anon_sym_DOT] = ACTIONS(6559), + [anon_sym_SEMI] = ACTIONS(4311), + [anon_sym_get] = ACTIONS(4309), + [anon_sym_set] = ACTIONS(4309), + [sym__quest] = ACTIONS(4309), + [anon_sym_STAR] = ACTIONS(4309), + [sym_label] = ACTIONS(4311), + [anon_sym_in] = ACTIONS(4309), + [anon_sym_DOT_DOT] = ACTIONS(4311), + [anon_sym_QMARK_COLON] = ACTIONS(4311), + [anon_sym_AMP_AMP] = ACTIONS(4311), + [anon_sym_PIPE_PIPE] = ACTIONS(4311), + [anon_sym_else] = ACTIONS(4309), + [anon_sym_COLON_COLON] = ACTIONS(4311), + [anon_sym_PLUS_EQ] = ACTIONS(4311), + [anon_sym_DASH_EQ] = ACTIONS(4311), + [anon_sym_STAR_EQ] = ACTIONS(4311), + [anon_sym_SLASH_EQ] = ACTIONS(4311), + [anon_sym_PERCENT_EQ] = ACTIONS(4311), + [anon_sym_BANG_EQ] = ACTIONS(4309), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4311), + [anon_sym_EQ_EQ] = ACTIONS(4309), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4311), + [anon_sym_LT_EQ] = ACTIONS(4311), + [anon_sym_GT_EQ] = ACTIONS(4311), + [anon_sym_BANGin] = ACTIONS(4311), + [anon_sym_is] = ACTIONS(4309), + [anon_sym_BANGis] = ACTIONS(4311), + [anon_sym_PLUS] = ACTIONS(4309), + [anon_sym_DASH] = ACTIONS(4309), + [anon_sym_SLASH] = ACTIONS(4309), + [anon_sym_PERCENT] = ACTIONS(4309), + [anon_sym_as_QMARK] = ACTIONS(4311), + [anon_sym_PLUS_PLUS] = ACTIONS(4311), + [anon_sym_DASH_DASH] = ACTIONS(4311), + [anon_sym_BANG_BANG] = ACTIONS(4311), + [anon_sym_suspend] = ACTIONS(4309), + [anon_sym_sealed] = ACTIONS(4309), + [anon_sym_annotation] = ACTIONS(4309), + [anon_sym_data] = ACTIONS(4309), + [anon_sym_inner] = ACTIONS(4309), + [anon_sym_override] = ACTIONS(4309), + [anon_sym_lateinit] = ACTIONS(4309), + [anon_sym_public] = ACTIONS(4309), + [anon_sym_private] = ACTIONS(4309), + [anon_sym_internal] = ACTIONS(4309), + [anon_sym_protected] = ACTIONS(4309), + [anon_sym_tailrec] = ACTIONS(4309), + [anon_sym_operator] = ACTIONS(4309), + [anon_sym_infix] = ACTIONS(4309), + [anon_sym_inline] = ACTIONS(4309), + [anon_sym_external] = ACTIONS(4309), + [sym_property_modifier] = ACTIONS(4309), + [anon_sym_abstract] = ACTIONS(4309), + [anon_sym_final] = ACTIONS(4309), + [anon_sym_open] = ACTIONS(4309), + [anon_sym_vararg] = ACTIONS(4309), + [anon_sym_noinline] = ACTIONS(4309), + [anon_sym_crossinline] = ACTIONS(4309), + [anon_sym_expect] = ACTIONS(4309), + [anon_sym_actual] = ACTIONS(4309), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4311), + [sym__automatic_semicolon] = ACTIONS(4311), + [sym_safe_nav] = ACTIONS(4311), [sym_multiline_comment] = ACTIONS(3), }, - [3478] = { - [sym_type_constraints] = STATE(3591), - [sym_enum_class_body] = STATE(3820), - [sym__alpha_identifier] = ACTIONS(4197), - [anon_sym_AT] = ACTIONS(4199), - [anon_sym_COLON] = ACTIONS(6630), - [anon_sym_LBRACK] = ACTIONS(4199), - [anon_sym_as] = ACTIONS(4197), - [anon_sym_EQ] = ACTIONS(4197), - [anon_sym_LBRACE] = ACTIONS(5359), - [anon_sym_RBRACE] = ACTIONS(4199), - [anon_sym_LPAREN] = ACTIONS(4199), - [anon_sym_LT] = ACTIONS(4197), - [anon_sym_GT] = ACTIONS(4197), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(4197), - [anon_sym_SEMI] = ACTIONS(4199), - [anon_sym_get] = ACTIONS(4197), - [anon_sym_set] = ACTIONS(4197), - [anon_sym_STAR] = ACTIONS(4197), - [sym_label] = ACTIONS(4199), - [anon_sym_in] = ACTIONS(4197), - [anon_sym_DOT_DOT] = ACTIONS(4199), - [anon_sym_QMARK_COLON] = ACTIONS(4199), - [anon_sym_AMP_AMP] = ACTIONS(4199), - [anon_sym_PIPE_PIPE] = ACTIONS(4199), - [anon_sym_else] = ACTIONS(4197), - [anon_sym_COLON_COLON] = ACTIONS(4199), - [anon_sym_PLUS_EQ] = ACTIONS(4199), - [anon_sym_DASH_EQ] = ACTIONS(4199), - [anon_sym_STAR_EQ] = ACTIONS(4199), - [anon_sym_SLASH_EQ] = ACTIONS(4199), - [anon_sym_PERCENT_EQ] = ACTIONS(4199), - [anon_sym_BANG_EQ] = ACTIONS(4197), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4199), - [anon_sym_EQ_EQ] = ACTIONS(4197), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4199), - [anon_sym_LT_EQ] = ACTIONS(4199), - [anon_sym_GT_EQ] = ACTIONS(4199), - [anon_sym_BANGin] = ACTIONS(4199), - [anon_sym_is] = ACTIONS(4197), - [anon_sym_BANGis] = ACTIONS(4199), - [anon_sym_PLUS] = ACTIONS(4197), - [anon_sym_DASH] = ACTIONS(4197), - [anon_sym_SLASH] = ACTIONS(4197), - [anon_sym_PERCENT] = ACTIONS(4197), - [anon_sym_as_QMARK] = ACTIONS(4199), - [anon_sym_PLUS_PLUS] = ACTIONS(4199), - [anon_sym_DASH_DASH] = ACTIONS(4199), - [anon_sym_BANG_BANG] = ACTIONS(4199), - [anon_sym_suspend] = ACTIONS(4197), - [anon_sym_sealed] = ACTIONS(4197), - [anon_sym_annotation] = ACTIONS(4197), - [anon_sym_data] = ACTIONS(4197), - [anon_sym_inner] = ACTIONS(4197), - [anon_sym_override] = ACTIONS(4197), - [anon_sym_lateinit] = ACTIONS(4197), - [anon_sym_public] = ACTIONS(4197), - [anon_sym_private] = ACTIONS(4197), - [anon_sym_internal] = ACTIONS(4197), - [anon_sym_protected] = ACTIONS(4197), - [anon_sym_tailrec] = ACTIONS(4197), - [anon_sym_operator] = ACTIONS(4197), - [anon_sym_infix] = ACTIONS(4197), - [anon_sym_inline] = ACTIONS(4197), - [anon_sym_external] = ACTIONS(4197), - [sym_property_modifier] = ACTIONS(4197), - [anon_sym_abstract] = ACTIONS(4197), - [anon_sym_final] = ACTIONS(4197), - [anon_sym_open] = ACTIONS(4197), - [anon_sym_vararg] = ACTIONS(4197), - [anon_sym_noinline] = ACTIONS(4197), - [anon_sym_crossinline] = ACTIONS(4197), - [anon_sym_expect] = ACTIONS(4197), - [anon_sym_actual] = ACTIONS(4197), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4199), - [sym__automatic_semicolon] = ACTIONS(4199), - [sym_safe_nav] = ACTIONS(4199), + [3378] = { + [aux_sym_nullable_type_repeat1] = STATE(3201), + [sym__alpha_identifier] = ACTIONS(4322), + [anon_sym_AT] = ACTIONS(4324), + [anon_sym_LBRACK] = ACTIONS(4324), + [anon_sym_as] = ACTIONS(4322), + [anon_sym_EQ] = ACTIONS(4322), + [anon_sym_LBRACE] = ACTIONS(4324), + [anon_sym_RBRACE] = ACTIONS(4324), + [anon_sym_LPAREN] = ACTIONS(4324), + [anon_sym_COMMA] = ACTIONS(4324), + [anon_sym_by] = ACTIONS(4322), + [anon_sym_LT] = ACTIONS(4322), + [anon_sym_GT] = ACTIONS(4322), + [anon_sym_where] = ACTIONS(4322), + [anon_sym_DOT] = ACTIONS(4322), + [anon_sym_SEMI] = ACTIONS(4324), + [anon_sym_get] = ACTIONS(4322), + [anon_sym_set] = ACTIONS(4322), + [sym__quest] = ACTIONS(6531), + [anon_sym_STAR] = ACTIONS(4322), + [sym_label] = ACTIONS(4324), + [anon_sym_in] = ACTIONS(4322), + [anon_sym_DOT_DOT] = ACTIONS(4324), + [anon_sym_QMARK_COLON] = ACTIONS(4324), + [anon_sym_AMP_AMP] = ACTIONS(4324), + [anon_sym_PIPE_PIPE] = ACTIONS(4324), + [anon_sym_else] = ACTIONS(4322), + [anon_sym_COLON_COLON] = ACTIONS(4324), + [anon_sym_PLUS_EQ] = ACTIONS(4324), + [anon_sym_DASH_EQ] = ACTIONS(4324), + [anon_sym_STAR_EQ] = ACTIONS(4324), + [anon_sym_SLASH_EQ] = ACTIONS(4324), + [anon_sym_PERCENT_EQ] = ACTIONS(4324), + [anon_sym_BANG_EQ] = ACTIONS(4322), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4324), + [anon_sym_EQ_EQ] = ACTIONS(4322), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4324), + [anon_sym_LT_EQ] = ACTIONS(4324), + [anon_sym_GT_EQ] = ACTIONS(4324), + [anon_sym_BANGin] = ACTIONS(4324), + [anon_sym_is] = ACTIONS(4322), + [anon_sym_BANGis] = ACTIONS(4324), + [anon_sym_PLUS] = ACTIONS(4322), + [anon_sym_DASH] = ACTIONS(4322), + [anon_sym_SLASH] = ACTIONS(4322), + [anon_sym_PERCENT] = ACTIONS(4322), + [anon_sym_as_QMARK] = ACTIONS(4324), + [anon_sym_PLUS_PLUS] = ACTIONS(4324), + [anon_sym_DASH_DASH] = ACTIONS(4324), + [anon_sym_BANG_BANG] = ACTIONS(4324), + [anon_sym_suspend] = ACTIONS(4322), + [anon_sym_sealed] = ACTIONS(4322), + [anon_sym_annotation] = ACTIONS(4322), + [anon_sym_data] = ACTIONS(4322), + [anon_sym_inner] = ACTIONS(4322), + [anon_sym_override] = ACTIONS(4322), + [anon_sym_lateinit] = ACTIONS(4322), + [anon_sym_public] = ACTIONS(4322), + [anon_sym_private] = ACTIONS(4322), + [anon_sym_internal] = ACTIONS(4322), + [anon_sym_protected] = ACTIONS(4322), + [anon_sym_tailrec] = ACTIONS(4322), + [anon_sym_operator] = ACTIONS(4322), + [anon_sym_infix] = ACTIONS(4322), + [anon_sym_inline] = ACTIONS(4322), + [anon_sym_external] = ACTIONS(4322), + [sym_property_modifier] = ACTIONS(4322), + [anon_sym_abstract] = ACTIONS(4322), + [anon_sym_final] = ACTIONS(4322), + [anon_sym_open] = ACTIONS(4322), + [anon_sym_vararg] = ACTIONS(4322), + [anon_sym_noinline] = ACTIONS(4322), + [anon_sym_crossinline] = ACTIONS(4322), + [anon_sym_expect] = ACTIONS(4322), + [anon_sym_actual] = ACTIONS(4322), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4324), + [sym__automatic_semicolon] = ACTIONS(4324), + [sym_safe_nav] = ACTIONS(4324), [sym_multiline_comment] = ACTIONS(3), }, - [3479] = { - [sym_class_body] = STATE(3687), - [sym_type_constraints] = STATE(3654), - [sym__alpha_identifier] = ACTIONS(4284), - [anon_sym_AT] = ACTIONS(4286), - [anon_sym_COLON] = ACTIONS(6632), - [anon_sym_LBRACK] = ACTIONS(4286), - [anon_sym_as] = ACTIONS(4284), - [anon_sym_EQ] = ACTIONS(4284), - [anon_sym_LBRACE] = ACTIONS(5421), - [anon_sym_RBRACE] = ACTIONS(4286), - [anon_sym_LPAREN] = ACTIONS(4286), - [anon_sym_LT] = ACTIONS(4284), - [anon_sym_GT] = ACTIONS(4284), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(4284), - [anon_sym_SEMI] = ACTIONS(4286), - [anon_sym_get] = ACTIONS(4284), - [anon_sym_set] = ACTIONS(4284), - [anon_sym_STAR] = ACTIONS(4284), - [sym_label] = ACTIONS(4286), - [anon_sym_in] = ACTIONS(4284), - [anon_sym_DOT_DOT] = ACTIONS(4286), - [anon_sym_QMARK_COLON] = ACTIONS(4286), - [anon_sym_AMP_AMP] = ACTIONS(4286), - [anon_sym_PIPE_PIPE] = ACTIONS(4286), - [anon_sym_else] = ACTIONS(4284), - [anon_sym_COLON_COLON] = ACTIONS(4286), - [anon_sym_PLUS_EQ] = ACTIONS(4286), - [anon_sym_DASH_EQ] = ACTIONS(4286), - [anon_sym_STAR_EQ] = ACTIONS(4286), - [anon_sym_SLASH_EQ] = ACTIONS(4286), - [anon_sym_PERCENT_EQ] = ACTIONS(4286), - [anon_sym_BANG_EQ] = ACTIONS(4284), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4286), - [anon_sym_EQ_EQ] = ACTIONS(4284), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4286), - [anon_sym_LT_EQ] = ACTIONS(4286), - [anon_sym_GT_EQ] = ACTIONS(4286), - [anon_sym_BANGin] = ACTIONS(4286), - [anon_sym_is] = ACTIONS(4284), - [anon_sym_BANGis] = ACTIONS(4286), - [anon_sym_PLUS] = ACTIONS(4284), - [anon_sym_DASH] = ACTIONS(4284), - [anon_sym_SLASH] = ACTIONS(4284), - [anon_sym_PERCENT] = ACTIONS(4284), - [anon_sym_as_QMARK] = ACTIONS(4286), - [anon_sym_PLUS_PLUS] = ACTIONS(4286), - [anon_sym_DASH_DASH] = ACTIONS(4286), - [anon_sym_BANG_BANG] = ACTIONS(4286), - [anon_sym_suspend] = ACTIONS(4284), - [anon_sym_sealed] = ACTIONS(4284), - [anon_sym_annotation] = ACTIONS(4284), - [anon_sym_data] = ACTIONS(4284), - [anon_sym_inner] = ACTIONS(4284), - [anon_sym_override] = ACTIONS(4284), - [anon_sym_lateinit] = ACTIONS(4284), - [anon_sym_public] = ACTIONS(4284), - [anon_sym_private] = ACTIONS(4284), - [anon_sym_internal] = ACTIONS(4284), - [anon_sym_protected] = ACTIONS(4284), - [anon_sym_tailrec] = ACTIONS(4284), - [anon_sym_operator] = ACTIONS(4284), - [anon_sym_infix] = ACTIONS(4284), - [anon_sym_inline] = ACTIONS(4284), - [anon_sym_external] = ACTIONS(4284), - [sym_property_modifier] = ACTIONS(4284), - [anon_sym_abstract] = ACTIONS(4284), - [anon_sym_final] = ACTIONS(4284), - [anon_sym_open] = ACTIONS(4284), - [anon_sym_vararg] = ACTIONS(4284), - [anon_sym_noinline] = ACTIONS(4284), - [anon_sym_crossinline] = ACTIONS(4284), - [anon_sym_expect] = ACTIONS(4284), - [anon_sym_actual] = ACTIONS(4284), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4286), - [sym__automatic_semicolon] = ACTIONS(4286), - [sym_safe_nav] = ACTIONS(4286), - [sym_multiline_comment] = ACTIONS(3), + [3379] = { + [sym__alpha_identifier] = ACTIONS(4756), + [anon_sym_AT] = ACTIONS(4758), + [anon_sym_LBRACK] = ACTIONS(4758), + [anon_sym_as] = ACTIONS(4756), + [anon_sym_EQ] = ACTIONS(4756), + [anon_sym_LBRACE] = ACTIONS(4758), + [anon_sym_RBRACE] = ACTIONS(4758), + [anon_sym_LPAREN] = ACTIONS(4758), + [anon_sym_COMMA] = ACTIONS(4758), + [anon_sym_LT] = ACTIONS(4756), + [anon_sym_GT] = ACTIONS(4756), + [anon_sym_where] = ACTIONS(4756), + [anon_sym_object] = ACTIONS(4756), + [anon_sym_fun] = ACTIONS(4756), + [anon_sym_DOT] = ACTIONS(4756), + [anon_sym_SEMI] = ACTIONS(4758), + [anon_sym_get] = ACTIONS(4756), + [anon_sym_set] = ACTIONS(4756), + [anon_sym_this] = ACTIONS(4756), + [anon_sym_super] = ACTIONS(4756), + [anon_sym_STAR] = ACTIONS(4756), + [sym_label] = ACTIONS(4756), + [anon_sym_in] = ACTIONS(4756), + [anon_sym_DOT_DOT] = ACTIONS(4758), + [anon_sym_QMARK_COLON] = ACTIONS(4758), + [anon_sym_AMP_AMP] = ACTIONS(4758), + [anon_sym_PIPE_PIPE] = ACTIONS(4758), + [anon_sym_null] = ACTIONS(4756), + [anon_sym_if] = ACTIONS(4756), + [anon_sym_else] = ACTIONS(4756), + [anon_sym_when] = ACTIONS(4756), + [anon_sym_try] = ACTIONS(4756), + [anon_sym_throw] = ACTIONS(4756), + [anon_sym_return] = ACTIONS(4756), + [anon_sym_continue] = ACTIONS(4756), + [anon_sym_break] = ACTIONS(4756), + [anon_sym_COLON_COLON] = ACTIONS(4758), + [anon_sym_PLUS_EQ] = ACTIONS(4758), + [anon_sym_DASH_EQ] = ACTIONS(4758), + [anon_sym_STAR_EQ] = ACTIONS(4758), + [anon_sym_SLASH_EQ] = ACTIONS(4758), + [anon_sym_PERCENT_EQ] = ACTIONS(4758), + [anon_sym_BANG_EQ] = ACTIONS(4756), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4758), + [anon_sym_EQ_EQ] = ACTIONS(4756), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4758), + [anon_sym_LT_EQ] = ACTIONS(4758), + [anon_sym_GT_EQ] = ACTIONS(4758), + [anon_sym_BANGin] = ACTIONS(4758), + [anon_sym_is] = ACTIONS(4756), + [anon_sym_BANGis] = ACTIONS(4758), + [anon_sym_PLUS] = ACTIONS(4756), + [anon_sym_DASH] = ACTIONS(4756), + [anon_sym_SLASH] = ACTIONS(4756), + [anon_sym_PERCENT] = ACTIONS(4756), + [anon_sym_as_QMARK] = ACTIONS(4758), + [anon_sym_PLUS_PLUS] = ACTIONS(4758), + [anon_sym_DASH_DASH] = ACTIONS(4758), + [anon_sym_BANG] = ACTIONS(4756), + [anon_sym_BANG_BANG] = ACTIONS(4758), + [anon_sym_data] = ACTIONS(4756), + [anon_sym_inner] = ACTIONS(4756), + [anon_sym_expect] = ACTIONS(4756), + [anon_sym_actual] = ACTIONS(4756), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4758), + [anon_sym_continue_AT] = ACTIONS(4758), + [anon_sym_break_AT] = ACTIONS(4758), + [sym_real_literal] = ACTIONS(4758), + [sym_integer_literal] = ACTIONS(4756), + [sym_hex_literal] = ACTIONS(4758), + [sym_bin_literal] = ACTIONS(4758), + [anon_sym_true] = ACTIONS(4756), + [anon_sym_false] = ACTIONS(4756), + [anon_sym_SQUOTE] = ACTIONS(4758), + [sym__backtick_identifier] = ACTIONS(4758), + [sym__automatic_semicolon] = ACTIONS(4758), + [sym_safe_nav] = ACTIONS(4758), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4758), }, - [3480] = { - [sym_class_body] = STATE(3687), - [sym_type_constraints] = STATE(3654), - [sym__alpha_identifier] = ACTIONS(4284), - [anon_sym_AT] = ACTIONS(4286), - [anon_sym_LBRACK] = ACTIONS(4286), - [anon_sym_as] = ACTIONS(4284), - [anon_sym_EQ] = ACTIONS(4284), - [anon_sym_LBRACE] = ACTIONS(5421), - [anon_sym_RBRACE] = ACTIONS(4286), - [anon_sym_LPAREN] = ACTIONS(4286), - [anon_sym_COMMA] = ACTIONS(4286), - [anon_sym_LT] = ACTIONS(4284), - [anon_sym_GT] = ACTIONS(4284), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(4284), - [anon_sym_SEMI] = ACTIONS(4286), - [anon_sym_get] = ACTIONS(4284), - [anon_sym_set] = ACTIONS(4284), - [anon_sym_STAR] = ACTIONS(4284), - [sym_label] = ACTIONS(4286), - [anon_sym_in] = ACTIONS(4284), - [anon_sym_DOT_DOT] = ACTIONS(4286), - [anon_sym_QMARK_COLON] = ACTIONS(4286), - [anon_sym_AMP_AMP] = ACTIONS(4286), - [anon_sym_PIPE_PIPE] = ACTIONS(4286), - [anon_sym_else] = ACTIONS(4284), - [anon_sym_COLON_COLON] = ACTIONS(4286), - [anon_sym_PLUS_EQ] = ACTIONS(4286), - [anon_sym_DASH_EQ] = ACTIONS(4286), - [anon_sym_STAR_EQ] = ACTIONS(4286), - [anon_sym_SLASH_EQ] = ACTIONS(4286), - [anon_sym_PERCENT_EQ] = ACTIONS(4286), - [anon_sym_BANG_EQ] = ACTIONS(4284), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4286), - [anon_sym_EQ_EQ] = ACTIONS(4284), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4286), - [anon_sym_LT_EQ] = ACTIONS(4286), - [anon_sym_GT_EQ] = ACTIONS(4286), - [anon_sym_BANGin] = ACTIONS(4286), - [anon_sym_is] = ACTIONS(4284), - [anon_sym_BANGis] = ACTIONS(4286), - [anon_sym_PLUS] = ACTIONS(4284), - [anon_sym_DASH] = ACTIONS(4284), - [anon_sym_SLASH] = ACTIONS(4284), - [anon_sym_PERCENT] = ACTIONS(4284), - [anon_sym_as_QMARK] = ACTIONS(4286), - [anon_sym_PLUS_PLUS] = ACTIONS(4286), - [anon_sym_DASH_DASH] = ACTIONS(4286), - [anon_sym_BANG_BANG] = ACTIONS(4286), - [anon_sym_suspend] = ACTIONS(4284), - [anon_sym_sealed] = ACTIONS(4284), - [anon_sym_annotation] = ACTIONS(4284), - [anon_sym_data] = ACTIONS(4284), - [anon_sym_inner] = ACTIONS(4284), - [anon_sym_override] = ACTIONS(4284), - [anon_sym_lateinit] = ACTIONS(4284), - [anon_sym_public] = ACTIONS(4284), - [anon_sym_private] = ACTIONS(4284), - [anon_sym_internal] = ACTIONS(4284), - [anon_sym_protected] = ACTIONS(4284), - [anon_sym_tailrec] = ACTIONS(4284), - [anon_sym_operator] = ACTIONS(4284), - [anon_sym_infix] = ACTIONS(4284), - [anon_sym_inline] = ACTIONS(4284), - [anon_sym_external] = ACTIONS(4284), - [sym_property_modifier] = ACTIONS(4284), - [anon_sym_abstract] = ACTIONS(4284), - [anon_sym_final] = ACTIONS(4284), - [anon_sym_open] = ACTIONS(4284), - [anon_sym_vararg] = ACTIONS(4284), - [anon_sym_noinline] = ACTIONS(4284), - [anon_sym_crossinline] = ACTIONS(4284), - [anon_sym_expect] = ACTIONS(4284), - [anon_sym_actual] = ACTIONS(4284), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4286), - [sym__automatic_semicolon] = ACTIONS(4286), - [sym_safe_nav] = ACTIONS(4286), - [sym_multiline_comment] = ACTIONS(3), + [3380] = { + [sym__alpha_identifier] = ACTIONS(4828), + [anon_sym_AT] = ACTIONS(4830), + [anon_sym_LBRACK] = ACTIONS(4830), + [anon_sym_as] = ACTIONS(4828), + [anon_sym_EQ] = ACTIONS(4828), + [anon_sym_LBRACE] = ACTIONS(4830), + [anon_sym_RBRACE] = ACTIONS(4830), + [anon_sym_LPAREN] = ACTIONS(4830), + [anon_sym_COMMA] = ACTIONS(4830), + [anon_sym_LT] = ACTIONS(4828), + [anon_sym_GT] = ACTIONS(4828), + [anon_sym_where] = ACTIONS(4828), + [anon_sym_object] = ACTIONS(4828), + [anon_sym_fun] = ACTIONS(4828), + [anon_sym_DOT] = ACTIONS(4828), + [anon_sym_SEMI] = ACTIONS(4830), + [anon_sym_get] = ACTIONS(4828), + [anon_sym_set] = ACTIONS(4828), + [anon_sym_this] = ACTIONS(4828), + [anon_sym_super] = ACTIONS(4828), + [anon_sym_STAR] = ACTIONS(4828), + [sym_label] = ACTIONS(4828), + [anon_sym_in] = ACTIONS(4828), + [anon_sym_DOT_DOT] = ACTIONS(4830), + [anon_sym_QMARK_COLON] = ACTIONS(4830), + [anon_sym_AMP_AMP] = ACTIONS(4830), + [anon_sym_PIPE_PIPE] = ACTIONS(4830), + [anon_sym_null] = ACTIONS(4828), + [anon_sym_if] = ACTIONS(4828), + [anon_sym_else] = ACTIONS(4828), + [anon_sym_when] = ACTIONS(4828), + [anon_sym_try] = ACTIONS(4828), + [anon_sym_throw] = ACTIONS(4828), + [anon_sym_return] = ACTIONS(4828), + [anon_sym_continue] = ACTIONS(4828), + [anon_sym_break] = ACTIONS(4828), + [anon_sym_COLON_COLON] = ACTIONS(4830), + [anon_sym_PLUS_EQ] = ACTIONS(4830), + [anon_sym_DASH_EQ] = ACTIONS(4830), + [anon_sym_STAR_EQ] = ACTIONS(4830), + [anon_sym_SLASH_EQ] = ACTIONS(4830), + [anon_sym_PERCENT_EQ] = ACTIONS(4830), + [anon_sym_BANG_EQ] = ACTIONS(4828), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4830), + [anon_sym_EQ_EQ] = ACTIONS(4828), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4830), + [anon_sym_LT_EQ] = ACTIONS(4830), + [anon_sym_GT_EQ] = ACTIONS(4830), + [anon_sym_BANGin] = ACTIONS(4830), + [anon_sym_is] = ACTIONS(4828), + [anon_sym_BANGis] = ACTIONS(4830), + [anon_sym_PLUS] = ACTIONS(4828), + [anon_sym_DASH] = ACTIONS(4828), + [anon_sym_SLASH] = ACTIONS(4828), + [anon_sym_PERCENT] = ACTIONS(4828), + [anon_sym_as_QMARK] = ACTIONS(4830), + [anon_sym_PLUS_PLUS] = ACTIONS(4830), + [anon_sym_DASH_DASH] = ACTIONS(4830), + [anon_sym_BANG] = ACTIONS(4828), + [anon_sym_BANG_BANG] = ACTIONS(4830), + [anon_sym_data] = ACTIONS(4828), + [anon_sym_inner] = ACTIONS(4828), + [anon_sym_expect] = ACTIONS(4828), + [anon_sym_actual] = ACTIONS(4828), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4830), + [anon_sym_continue_AT] = ACTIONS(4830), + [anon_sym_break_AT] = ACTIONS(4830), + [sym_real_literal] = ACTIONS(4830), + [sym_integer_literal] = ACTIONS(4828), + [sym_hex_literal] = ACTIONS(4830), + [sym_bin_literal] = ACTIONS(4830), + [anon_sym_true] = ACTIONS(4828), + [anon_sym_false] = ACTIONS(4828), + [anon_sym_SQUOTE] = ACTIONS(4830), + [sym__backtick_identifier] = ACTIONS(4830), + [sym__automatic_semicolon] = ACTIONS(4830), + [sym_safe_nav] = ACTIONS(4830), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4830), }, - [3481] = { - [sym_class_body] = STATE(3820), - [sym_type_constraints] = STATE(3568), - [sym__alpha_identifier] = ACTIONS(4197), - [anon_sym_AT] = ACTIONS(4199), - [anon_sym_COLON] = ACTIONS(6634), - [anon_sym_LBRACK] = ACTIONS(4199), - [anon_sym_as] = ACTIONS(4197), - [anon_sym_EQ] = ACTIONS(4197), - [anon_sym_LBRACE] = ACTIONS(5421), - [anon_sym_RBRACE] = ACTIONS(4199), - [anon_sym_LPAREN] = ACTIONS(4199), - [anon_sym_LT] = ACTIONS(4197), - [anon_sym_GT] = ACTIONS(4197), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(4197), - [anon_sym_SEMI] = ACTIONS(4199), - [anon_sym_get] = ACTIONS(4197), - [anon_sym_set] = ACTIONS(4197), - [anon_sym_STAR] = ACTIONS(4197), - [sym_label] = ACTIONS(4199), - [anon_sym_in] = ACTIONS(4197), - [anon_sym_DOT_DOT] = ACTIONS(4199), - [anon_sym_QMARK_COLON] = ACTIONS(4199), - [anon_sym_AMP_AMP] = ACTIONS(4199), - [anon_sym_PIPE_PIPE] = ACTIONS(4199), - [anon_sym_else] = ACTIONS(4197), - [anon_sym_COLON_COLON] = ACTIONS(4199), - [anon_sym_PLUS_EQ] = ACTIONS(4199), - [anon_sym_DASH_EQ] = ACTIONS(4199), - [anon_sym_STAR_EQ] = ACTIONS(4199), - [anon_sym_SLASH_EQ] = ACTIONS(4199), - [anon_sym_PERCENT_EQ] = ACTIONS(4199), - [anon_sym_BANG_EQ] = ACTIONS(4197), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4199), - [anon_sym_EQ_EQ] = ACTIONS(4197), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4199), - [anon_sym_LT_EQ] = ACTIONS(4199), - [anon_sym_GT_EQ] = ACTIONS(4199), - [anon_sym_BANGin] = ACTIONS(4199), - [anon_sym_is] = ACTIONS(4197), - [anon_sym_BANGis] = ACTIONS(4199), - [anon_sym_PLUS] = ACTIONS(4197), - [anon_sym_DASH] = ACTIONS(4197), - [anon_sym_SLASH] = ACTIONS(4197), - [anon_sym_PERCENT] = ACTIONS(4197), - [anon_sym_as_QMARK] = ACTIONS(4199), - [anon_sym_PLUS_PLUS] = ACTIONS(4199), - [anon_sym_DASH_DASH] = ACTIONS(4199), - [anon_sym_BANG_BANG] = ACTIONS(4199), - [anon_sym_suspend] = ACTIONS(4197), - [anon_sym_sealed] = ACTIONS(4197), - [anon_sym_annotation] = ACTIONS(4197), - [anon_sym_data] = ACTIONS(4197), - [anon_sym_inner] = ACTIONS(4197), - [anon_sym_override] = ACTIONS(4197), - [anon_sym_lateinit] = ACTIONS(4197), - [anon_sym_public] = ACTIONS(4197), - [anon_sym_private] = ACTIONS(4197), - [anon_sym_internal] = ACTIONS(4197), - [anon_sym_protected] = ACTIONS(4197), - [anon_sym_tailrec] = ACTIONS(4197), - [anon_sym_operator] = ACTIONS(4197), - [anon_sym_infix] = ACTIONS(4197), - [anon_sym_inline] = ACTIONS(4197), - [anon_sym_external] = ACTIONS(4197), - [sym_property_modifier] = ACTIONS(4197), - [anon_sym_abstract] = ACTIONS(4197), - [anon_sym_final] = ACTIONS(4197), - [anon_sym_open] = ACTIONS(4197), - [anon_sym_vararg] = ACTIONS(4197), - [anon_sym_noinline] = ACTIONS(4197), - [anon_sym_crossinline] = ACTIONS(4197), - [anon_sym_expect] = ACTIONS(4197), - [anon_sym_actual] = ACTIONS(4197), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4199), - [sym__automatic_semicolon] = ACTIONS(4199), - [sym_safe_nav] = ACTIONS(4199), + [3381] = { + [sym__alpha_identifier] = ACTIONS(4788), + [anon_sym_AT] = ACTIONS(4790), + [anon_sym_LBRACK] = ACTIONS(4790), + [anon_sym_RBRACK] = ACTIONS(4790), + [anon_sym_as] = ACTIONS(4788), + [anon_sym_EQ] = ACTIONS(4788), + [anon_sym_LBRACE] = ACTIONS(4790), + [anon_sym_RBRACE] = ACTIONS(4790), + [anon_sym_LPAREN] = ACTIONS(4790), + [anon_sym_COMMA] = ACTIONS(4790), + [anon_sym_RPAREN] = ACTIONS(4790), + [anon_sym_LT] = ACTIONS(4788), + [anon_sym_GT] = ACTIONS(4788), + [anon_sym_where] = ACTIONS(4788), + [anon_sym_DOT] = ACTIONS(4788), + [anon_sym_SEMI] = ACTIONS(4790), + [anon_sym_get] = ACTIONS(4788), + [anon_sym_set] = ACTIONS(4788), + [anon_sym_STAR] = ACTIONS(4788), + [anon_sym_DASH_GT] = ACTIONS(4790), + [sym_label] = ACTIONS(4790), + [anon_sym_in] = ACTIONS(4788), + [anon_sym_while] = ACTIONS(4788), + [anon_sym_DOT_DOT] = ACTIONS(4790), + [anon_sym_QMARK_COLON] = ACTIONS(4790), + [anon_sym_AMP_AMP] = ACTIONS(4790), + [anon_sym_PIPE_PIPE] = ACTIONS(4790), + [anon_sym_else] = ACTIONS(4788), + [anon_sym_COLON_COLON] = ACTIONS(4790), + [anon_sym_PLUS_EQ] = ACTIONS(4790), + [anon_sym_DASH_EQ] = ACTIONS(4790), + [anon_sym_STAR_EQ] = ACTIONS(4790), + [anon_sym_SLASH_EQ] = ACTIONS(4790), + [anon_sym_PERCENT_EQ] = ACTIONS(4790), + [anon_sym_BANG_EQ] = ACTIONS(4788), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4790), + [anon_sym_EQ_EQ] = ACTIONS(4788), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4790), + [anon_sym_LT_EQ] = ACTIONS(4790), + [anon_sym_GT_EQ] = ACTIONS(4790), + [anon_sym_BANGin] = ACTIONS(4790), + [anon_sym_is] = ACTIONS(4788), + [anon_sym_BANGis] = ACTIONS(4790), + [anon_sym_PLUS] = ACTIONS(4788), + [anon_sym_DASH] = ACTIONS(4788), + [anon_sym_SLASH] = ACTIONS(4788), + [anon_sym_PERCENT] = ACTIONS(4788), + [anon_sym_as_QMARK] = ACTIONS(4790), + [anon_sym_PLUS_PLUS] = ACTIONS(4790), + [anon_sym_DASH_DASH] = ACTIONS(4790), + [anon_sym_BANG_BANG] = ACTIONS(4790), + [anon_sym_suspend] = ACTIONS(4788), + [anon_sym_sealed] = ACTIONS(4788), + [anon_sym_annotation] = ACTIONS(4788), + [anon_sym_data] = ACTIONS(4788), + [anon_sym_inner] = ACTIONS(4788), + [anon_sym_override] = ACTIONS(4788), + [anon_sym_lateinit] = ACTIONS(4788), + [anon_sym_public] = ACTIONS(4788), + [anon_sym_private] = ACTIONS(4788), + [anon_sym_internal] = ACTIONS(4788), + [anon_sym_protected] = ACTIONS(4788), + [anon_sym_tailrec] = ACTIONS(4788), + [anon_sym_operator] = ACTIONS(4788), + [anon_sym_infix] = ACTIONS(4788), + [anon_sym_inline] = ACTIONS(4788), + [anon_sym_external] = ACTIONS(4788), + [sym_property_modifier] = ACTIONS(4788), + [anon_sym_abstract] = ACTIONS(4788), + [anon_sym_final] = ACTIONS(4788), + [anon_sym_open] = ACTIONS(4788), + [anon_sym_vararg] = ACTIONS(4788), + [anon_sym_noinline] = ACTIONS(4788), + [anon_sym_crossinline] = ACTIONS(4788), + [anon_sym_expect] = ACTIONS(4788), + [anon_sym_actual] = ACTIONS(4788), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4790), + [sym_safe_nav] = ACTIONS(4790), [sym_multiline_comment] = ACTIONS(3), }, - [3482] = { - [sym_type_constraints] = STATE(3564), - [sym_enum_class_body] = STATE(3835), - [sym__alpha_identifier] = ACTIONS(3204), - [anon_sym_AT] = ACTIONS(3208), - [anon_sym_COLON] = ACTIONS(5766), - [anon_sym_LBRACK] = ACTIONS(3208), - [anon_sym_as] = ACTIONS(3204), - [anon_sym_EQ] = ACTIONS(3204), - [anon_sym_LBRACE] = ACTIONS(5359), - [anon_sym_RBRACE] = ACTIONS(3208), - [anon_sym_LPAREN] = ACTIONS(3208), - [anon_sym_LT] = ACTIONS(3204), - [anon_sym_GT] = ACTIONS(3204), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(3204), - [anon_sym_SEMI] = ACTIONS(3208), - [anon_sym_get] = ACTIONS(3204), - [anon_sym_set] = ACTIONS(3204), - [anon_sym_STAR] = ACTIONS(3204), - [sym_label] = ACTIONS(3208), - [anon_sym_in] = ACTIONS(3204), - [anon_sym_DOT_DOT] = ACTIONS(3208), - [anon_sym_QMARK_COLON] = ACTIONS(3208), - [anon_sym_AMP_AMP] = ACTIONS(3208), - [anon_sym_PIPE_PIPE] = ACTIONS(3208), - [anon_sym_else] = ACTIONS(3204), - [anon_sym_COLON_COLON] = ACTIONS(3208), - [anon_sym_PLUS_EQ] = ACTIONS(3208), - [anon_sym_DASH_EQ] = ACTIONS(3208), - [anon_sym_STAR_EQ] = ACTIONS(3208), - [anon_sym_SLASH_EQ] = ACTIONS(3208), - [anon_sym_PERCENT_EQ] = ACTIONS(3208), - [anon_sym_BANG_EQ] = ACTIONS(3204), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3208), - [anon_sym_EQ_EQ] = ACTIONS(3204), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3208), - [anon_sym_LT_EQ] = ACTIONS(3208), - [anon_sym_GT_EQ] = ACTIONS(3208), - [anon_sym_BANGin] = ACTIONS(3208), - [anon_sym_is] = ACTIONS(3204), - [anon_sym_BANGis] = ACTIONS(3208), - [anon_sym_PLUS] = ACTIONS(3204), - [anon_sym_DASH] = ACTIONS(3204), - [anon_sym_SLASH] = ACTIONS(3204), - [anon_sym_PERCENT] = ACTIONS(3204), - [anon_sym_as_QMARK] = ACTIONS(3208), - [anon_sym_PLUS_PLUS] = ACTIONS(3208), - [anon_sym_DASH_DASH] = ACTIONS(3208), - [anon_sym_BANG_BANG] = ACTIONS(3208), - [anon_sym_suspend] = ACTIONS(3204), - [anon_sym_sealed] = ACTIONS(3204), - [anon_sym_annotation] = ACTIONS(3204), - [anon_sym_data] = ACTIONS(3204), - [anon_sym_inner] = ACTIONS(3204), - [anon_sym_override] = ACTIONS(3204), - [anon_sym_lateinit] = ACTIONS(3204), - [anon_sym_public] = ACTIONS(3204), - [anon_sym_private] = ACTIONS(3204), - [anon_sym_internal] = ACTIONS(3204), - [anon_sym_protected] = ACTIONS(3204), - [anon_sym_tailrec] = ACTIONS(3204), - [anon_sym_operator] = ACTIONS(3204), - [anon_sym_infix] = ACTIONS(3204), - [anon_sym_inline] = ACTIONS(3204), - [anon_sym_external] = ACTIONS(3204), - [sym_property_modifier] = ACTIONS(3204), - [anon_sym_abstract] = ACTIONS(3204), - [anon_sym_final] = ACTIONS(3204), - [anon_sym_open] = ACTIONS(3204), - [anon_sym_vararg] = ACTIONS(3204), - [anon_sym_noinline] = ACTIONS(3204), - [anon_sym_crossinline] = ACTIONS(3204), - [anon_sym_expect] = ACTIONS(3204), - [anon_sym_actual] = ACTIONS(3204), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3208), - [sym__automatic_semicolon] = ACTIONS(3208), - [sym_safe_nav] = ACTIONS(3208), + [3382] = { + [sym__alpha_identifier] = ACTIONS(3943), + [anon_sym_AT] = ACTIONS(3948), + [anon_sym_COLON] = ACTIONS(3943), + [anon_sym_LBRACK] = ACTIONS(3948), + [anon_sym_as] = ACTIONS(3943), + [anon_sym_EQ] = ACTIONS(3943), + [anon_sym_LBRACE] = ACTIONS(3948), + [anon_sym_RBRACE] = ACTIONS(3948), + [anon_sym_LPAREN] = ACTIONS(3948), + [anon_sym_COMMA] = ACTIONS(3948), + [anon_sym_by] = ACTIONS(3943), + [anon_sym_LT] = ACTIONS(3943), + [anon_sym_GT] = ACTIONS(3943), + [anon_sym_where] = ACTIONS(3943), + [anon_sym_DOT] = ACTIONS(3943), + [anon_sym_SEMI] = ACTIONS(3948), + [anon_sym_get] = ACTIONS(3943), + [anon_sym_set] = ACTIONS(3943), + [sym__quest] = ACTIONS(3943), + [anon_sym_STAR] = ACTIONS(3943), + [sym_label] = ACTIONS(3948), + [anon_sym_in] = ACTIONS(3943), + [anon_sym_DOT_DOT] = ACTIONS(3948), + [anon_sym_QMARK_COLON] = ACTIONS(3948), + [anon_sym_AMP_AMP] = ACTIONS(3948), + [anon_sym_PIPE_PIPE] = ACTIONS(3948), + [anon_sym_else] = ACTIONS(3943), + [anon_sym_COLON_COLON] = ACTIONS(3948), + [anon_sym_PLUS_EQ] = ACTIONS(3948), + [anon_sym_DASH_EQ] = ACTIONS(3948), + [anon_sym_STAR_EQ] = ACTIONS(3948), + [anon_sym_SLASH_EQ] = ACTIONS(3948), + [anon_sym_PERCENT_EQ] = ACTIONS(3948), + [anon_sym_BANG_EQ] = ACTIONS(3943), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3948), + [anon_sym_EQ_EQ] = ACTIONS(3943), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3948), + [anon_sym_LT_EQ] = ACTIONS(3948), + [anon_sym_GT_EQ] = ACTIONS(3948), + [anon_sym_BANGin] = ACTIONS(3948), + [anon_sym_is] = ACTIONS(3943), + [anon_sym_BANGis] = ACTIONS(3948), + [anon_sym_PLUS] = ACTIONS(3943), + [anon_sym_DASH] = ACTIONS(3943), + [anon_sym_SLASH] = ACTIONS(3943), + [anon_sym_PERCENT] = ACTIONS(3943), + [anon_sym_as_QMARK] = ACTIONS(3948), + [anon_sym_PLUS_PLUS] = ACTIONS(3948), + [anon_sym_DASH_DASH] = ACTIONS(3948), + [anon_sym_BANG_BANG] = ACTIONS(3948), + [anon_sym_suspend] = ACTIONS(3943), + [anon_sym_sealed] = ACTIONS(3943), + [anon_sym_annotation] = ACTIONS(3943), + [anon_sym_data] = ACTIONS(3943), + [anon_sym_inner] = ACTIONS(3943), + [anon_sym_override] = ACTIONS(3943), + [anon_sym_lateinit] = ACTIONS(3943), + [anon_sym_public] = ACTIONS(3943), + [anon_sym_private] = ACTIONS(3943), + [anon_sym_internal] = ACTIONS(3943), + [anon_sym_protected] = ACTIONS(3943), + [anon_sym_tailrec] = ACTIONS(3943), + [anon_sym_operator] = ACTIONS(3943), + [anon_sym_infix] = ACTIONS(3943), + [anon_sym_inline] = ACTIONS(3943), + [anon_sym_external] = ACTIONS(3943), + [sym_property_modifier] = ACTIONS(3943), + [anon_sym_abstract] = ACTIONS(3943), + [anon_sym_final] = ACTIONS(3943), + [anon_sym_open] = ACTIONS(3943), + [anon_sym_vararg] = ACTIONS(3943), + [anon_sym_noinline] = ACTIONS(3943), + [anon_sym_crossinline] = ACTIONS(3943), + [anon_sym_expect] = ACTIONS(3943), + [anon_sym_actual] = ACTIONS(3943), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3948), + [sym__automatic_semicolon] = ACTIONS(3948), + [sym_safe_nav] = ACTIONS(3948), [sym_multiline_comment] = ACTIONS(3), }, - [3483] = { - [sym_type_constraints] = STATE(3640), - [sym_enum_class_body] = STATE(3745), - [sym__alpha_identifier] = ACTIONS(4495), - [anon_sym_AT] = ACTIONS(4497), - [anon_sym_LBRACK] = ACTIONS(4497), - [anon_sym_as] = ACTIONS(4495), - [anon_sym_EQ] = ACTIONS(4495), - [anon_sym_LBRACE] = ACTIONS(5359), - [anon_sym_RBRACE] = ACTIONS(4497), - [anon_sym_LPAREN] = ACTIONS(4497), - [anon_sym_COMMA] = ACTIONS(4497), - [anon_sym_LT] = ACTIONS(4495), - [anon_sym_GT] = ACTIONS(4495), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(4495), - [anon_sym_SEMI] = ACTIONS(4497), - [anon_sym_get] = ACTIONS(4495), - [anon_sym_set] = ACTIONS(4495), - [anon_sym_STAR] = ACTIONS(4495), - [sym_label] = ACTIONS(4497), - [anon_sym_in] = ACTIONS(4495), - [anon_sym_DOT_DOT] = ACTIONS(4497), - [anon_sym_QMARK_COLON] = ACTIONS(4497), - [anon_sym_AMP_AMP] = ACTIONS(4497), - [anon_sym_PIPE_PIPE] = ACTIONS(4497), - [anon_sym_else] = ACTIONS(4495), - [anon_sym_COLON_COLON] = ACTIONS(4497), - [anon_sym_PLUS_EQ] = ACTIONS(4497), - [anon_sym_DASH_EQ] = ACTIONS(4497), - [anon_sym_STAR_EQ] = ACTIONS(4497), - [anon_sym_SLASH_EQ] = ACTIONS(4497), - [anon_sym_PERCENT_EQ] = ACTIONS(4497), - [anon_sym_BANG_EQ] = ACTIONS(4495), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4497), - [anon_sym_EQ_EQ] = ACTIONS(4495), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4497), - [anon_sym_LT_EQ] = ACTIONS(4497), - [anon_sym_GT_EQ] = ACTIONS(4497), - [anon_sym_BANGin] = ACTIONS(4497), - [anon_sym_is] = ACTIONS(4495), - [anon_sym_BANGis] = ACTIONS(4497), - [anon_sym_PLUS] = ACTIONS(4495), - [anon_sym_DASH] = ACTIONS(4495), - [anon_sym_SLASH] = ACTIONS(4495), - [anon_sym_PERCENT] = ACTIONS(4495), - [anon_sym_as_QMARK] = ACTIONS(4497), - [anon_sym_PLUS_PLUS] = ACTIONS(4497), - [anon_sym_DASH_DASH] = ACTIONS(4497), - [anon_sym_BANG_BANG] = ACTIONS(4497), - [anon_sym_suspend] = ACTIONS(4495), - [anon_sym_sealed] = ACTIONS(4495), - [anon_sym_annotation] = ACTIONS(4495), - [anon_sym_data] = ACTIONS(4495), - [anon_sym_inner] = ACTIONS(4495), - [anon_sym_override] = ACTIONS(4495), - [anon_sym_lateinit] = ACTIONS(4495), - [anon_sym_public] = ACTIONS(4495), - [anon_sym_private] = ACTIONS(4495), - [anon_sym_internal] = ACTIONS(4495), - [anon_sym_protected] = ACTIONS(4495), - [anon_sym_tailrec] = ACTIONS(4495), - [anon_sym_operator] = ACTIONS(4495), - [anon_sym_infix] = ACTIONS(4495), - [anon_sym_inline] = ACTIONS(4495), - [anon_sym_external] = ACTIONS(4495), - [sym_property_modifier] = ACTIONS(4495), - [anon_sym_abstract] = ACTIONS(4495), - [anon_sym_final] = ACTIONS(4495), - [anon_sym_open] = ACTIONS(4495), - [anon_sym_vararg] = ACTIONS(4495), - [anon_sym_noinline] = ACTIONS(4495), - [anon_sym_crossinline] = ACTIONS(4495), - [anon_sym_expect] = ACTIONS(4495), - [anon_sym_actual] = ACTIONS(4495), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4497), - [sym__automatic_semicolon] = ACTIONS(4497), - [sym_safe_nav] = ACTIONS(4497), - [sym_multiline_comment] = ACTIONS(3), + [3383] = { + [sym__alpha_identifier] = ACTIONS(4293), + [anon_sym_AT] = ACTIONS(4291), + [anon_sym_LBRACK] = ACTIONS(4291), + [anon_sym_as] = ACTIONS(4293), + [anon_sym_EQ] = ACTIONS(4293), + [anon_sym_LBRACE] = ACTIONS(4291), + [anon_sym_RBRACE] = ACTIONS(4291), + [anon_sym_LPAREN] = ACTIONS(6562), + [anon_sym_COMMA] = ACTIONS(4291), + [anon_sym_LT] = ACTIONS(4293), + [anon_sym_GT] = ACTIONS(4293), + [anon_sym_where] = ACTIONS(4293), + [anon_sym_object] = ACTIONS(4293), + [anon_sym_fun] = ACTIONS(4293), + [anon_sym_DOT] = ACTIONS(4293), + [anon_sym_SEMI] = ACTIONS(4291), + [anon_sym_get] = ACTIONS(4293), + [anon_sym_set] = ACTIONS(4293), + [anon_sym_this] = ACTIONS(4293), + [anon_sym_super] = ACTIONS(4293), + [anon_sym_STAR] = ACTIONS(4293), + [sym_label] = ACTIONS(4293), + [anon_sym_in] = ACTIONS(4293), + [anon_sym_DOT_DOT] = ACTIONS(4291), + [anon_sym_QMARK_COLON] = ACTIONS(4291), + [anon_sym_AMP_AMP] = ACTIONS(4291), + [anon_sym_PIPE_PIPE] = ACTIONS(4291), + [anon_sym_null] = ACTIONS(4293), + [anon_sym_if] = ACTIONS(4293), + [anon_sym_else] = ACTIONS(4293), + [anon_sym_when] = ACTIONS(4293), + [anon_sym_try] = ACTIONS(4293), + [anon_sym_throw] = ACTIONS(4293), + [anon_sym_return] = ACTIONS(4293), + [anon_sym_continue] = ACTIONS(4293), + [anon_sym_break] = ACTIONS(4293), + [anon_sym_COLON_COLON] = ACTIONS(4291), + [anon_sym_PLUS_EQ] = ACTIONS(4291), + [anon_sym_DASH_EQ] = ACTIONS(4291), + [anon_sym_STAR_EQ] = ACTIONS(4291), + [anon_sym_SLASH_EQ] = ACTIONS(4291), + [anon_sym_PERCENT_EQ] = ACTIONS(4291), + [anon_sym_BANG_EQ] = ACTIONS(4293), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4291), + [anon_sym_EQ_EQ] = ACTIONS(4293), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4291), + [anon_sym_LT_EQ] = ACTIONS(4291), + [anon_sym_GT_EQ] = ACTIONS(4291), + [anon_sym_BANGin] = ACTIONS(4291), + [anon_sym_is] = ACTIONS(4293), + [anon_sym_BANGis] = ACTIONS(4291), + [anon_sym_PLUS] = ACTIONS(4293), + [anon_sym_DASH] = ACTIONS(4293), + [anon_sym_SLASH] = ACTIONS(4293), + [anon_sym_PERCENT] = ACTIONS(4293), + [anon_sym_as_QMARK] = ACTIONS(4291), + [anon_sym_PLUS_PLUS] = ACTIONS(4291), + [anon_sym_DASH_DASH] = ACTIONS(4291), + [anon_sym_BANG] = ACTIONS(4293), + [anon_sym_BANG_BANG] = ACTIONS(4291), + [anon_sym_data] = ACTIONS(4293), + [anon_sym_inner] = ACTIONS(4293), + [anon_sym_expect] = ACTIONS(4293), + [anon_sym_actual] = ACTIONS(4293), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4291), + [anon_sym_continue_AT] = ACTIONS(4291), + [anon_sym_break_AT] = ACTIONS(4291), + [sym_real_literal] = ACTIONS(4291), + [sym_integer_literal] = ACTIONS(4293), + [sym_hex_literal] = ACTIONS(4291), + [sym_bin_literal] = ACTIONS(4291), + [anon_sym_true] = ACTIONS(4293), + [anon_sym_false] = ACTIONS(4293), + [anon_sym_SQUOTE] = ACTIONS(4291), + [sym__backtick_identifier] = ACTIONS(4291), + [sym__automatic_semicolon] = ACTIONS(4291), + [sym_safe_nav] = ACTIONS(4291), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4291), }, - [3484] = { - [sym_class_body] = STATE(3813), - [sym_type_constraints] = STATE(3582), - [sym__alpha_identifier] = ACTIONS(3214), - [anon_sym_AT] = ACTIONS(3218), - [anon_sym_COLON] = ACTIONS(5764), - [anon_sym_LBRACK] = ACTIONS(3218), - [anon_sym_as] = ACTIONS(3214), - [anon_sym_EQ] = ACTIONS(3214), - [anon_sym_LBRACE] = ACTIONS(5421), - [anon_sym_RBRACE] = ACTIONS(3218), - [anon_sym_LPAREN] = ACTIONS(3218), - [anon_sym_LT] = ACTIONS(3214), - [anon_sym_GT] = ACTIONS(3214), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(3214), - [anon_sym_SEMI] = ACTIONS(3218), - [anon_sym_get] = ACTIONS(3214), - [anon_sym_set] = ACTIONS(3214), - [anon_sym_STAR] = ACTIONS(3214), - [sym_label] = ACTIONS(3218), - [anon_sym_in] = ACTIONS(3214), - [anon_sym_DOT_DOT] = ACTIONS(3218), - [anon_sym_QMARK_COLON] = ACTIONS(3218), - [anon_sym_AMP_AMP] = ACTIONS(3218), - [anon_sym_PIPE_PIPE] = ACTIONS(3218), - [anon_sym_else] = ACTIONS(3214), - [anon_sym_COLON_COLON] = ACTIONS(3218), - [anon_sym_PLUS_EQ] = ACTIONS(3218), - [anon_sym_DASH_EQ] = ACTIONS(3218), - [anon_sym_STAR_EQ] = ACTIONS(3218), - [anon_sym_SLASH_EQ] = ACTIONS(3218), - [anon_sym_PERCENT_EQ] = ACTIONS(3218), - [anon_sym_BANG_EQ] = ACTIONS(3214), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3218), - [anon_sym_EQ_EQ] = ACTIONS(3214), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3218), - [anon_sym_LT_EQ] = ACTIONS(3218), - [anon_sym_GT_EQ] = ACTIONS(3218), - [anon_sym_BANGin] = ACTIONS(3218), - [anon_sym_is] = ACTIONS(3214), - [anon_sym_BANGis] = ACTIONS(3218), - [anon_sym_PLUS] = ACTIONS(3214), - [anon_sym_DASH] = ACTIONS(3214), - [anon_sym_SLASH] = ACTIONS(3214), - [anon_sym_PERCENT] = ACTIONS(3214), - [anon_sym_as_QMARK] = ACTIONS(3218), - [anon_sym_PLUS_PLUS] = ACTIONS(3218), - [anon_sym_DASH_DASH] = ACTIONS(3218), - [anon_sym_BANG_BANG] = ACTIONS(3218), - [anon_sym_suspend] = ACTIONS(3214), - [anon_sym_sealed] = ACTIONS(3214), - [anon_sym_annotation] = ACTIONS(3214), - [anon_sym_data] = ACTIONS(3214), - [anon_sym_inner] = ACTIONS(3214), - [anon_sym_override] = ACTIONS(3214), - [anon_sym_lateinit] = ACTIONS(3214), - [anon_sym_public] = ACTIONS(3214), - [anon_sym_private] = ACTIONS(3214), - [anon_sym_internal] = ACTIONS(3214), - [anon_sym_protected] = ACTIONS(3214), - [anon_sym_tailrec] = ACTIONS(3214), - [anon_sym_operator] = ACTIONS(3214), - [anon_sym_infix] = ACTIONS(3214), - [anon_sym_inline] = ACTIONS(3214), - [anon_sym_external] = ACTIONS(3214), - [sym_property_modifier] = ACTIONS(3214), - [anon_sym_abstract] = ACTIONS(3214), - [anon_sym_final] = ACTIONS(3214), - [anon_sym_open] = ACTIONS(3214), - [anon_sym_vararg] = ACTIONS(3214), - [anon_sym_noinline] = ACTIONS(3214), - [anon_sym_crossinline] = ACTIONS(3214), - [anon_sym_expect] = ACTIONS(3214), - [anon_sym_actual] = ACTIONS(3214), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3218), - [sym__automatic_semicolon] = ACTIONS(3218), - [sym_safe_nav] = ACTIONS(3218), - [sym_multiline_comment] = ACTIONS(3), + [3384] = { + [sym__alpha_identifier] = ACTIONS(4150), + [anon_sym_AT] = ACTIONS(4148), + [anon_sym_LBRACK] = ACTIONS(4148), + [anon_sym_as] = ACTIONS(4150), + [anon_sym_EQ] = ACTIONS(4150), + [anon_sym_LBRACE] = ACTIONS(4148), + [anon_sym_RBRACE] = ACTIONS(4148), + [anon_sym_LPAREN] = ACTIONS(6564), + [anon_sym_COMMA] = ACTIONS(4148), + [anon_sym_LT] = ACTIONS(4150), + [anon_sym_GT] = ACTIONS(4150), + [anon_sym_where] = ACTIONS(4150), + [anon_sym_object] = ACTIONS(4150), + [anon_sym_fun] = ACTIONS(4150), + [anon_sym_DOT] = ACTIONS(4150), + [anon_sym_SEMI] = ACTIONS(4148), + [anon_sym_get] = ACTIONS(4150), + [anon_sym_set] = ACTIONS(4150), + [anon_sym_this] = ACTIONS(4150), + [anon_sym_super] = ACTIONS(4150), + [anon_sym_STAR] = ACTIONS(4150), + [sym_label] = ACTIONS(4150), + [anon_sym_in] = ACTIONS(4150), + [anon_sym_DOT_DOT] = ACTIONS(4148), + [anon_sym_QMARK_COLON] = ACTIONS(4148), + [anon_sym_AMP_AMP] = ACTIONS(4148), + [anon_sym_PIPE_PIPE] = ACTIONS(4148), + [anon_sym_null] = ACTIONS(4150), + [anon_sym_if] = ACTIONS(4150), + [anon_sym_else] = ACTIONS(4150), + [anon_sym_when] = ACTIONS(4150), + [anon_sym_try] = ACTIONS(4150), + [anon_sym_throw] = ACTIONS(4150), + [anon_sym_return] = ACTIONS(4150), + [anon_sym_continue] = ACTIONS(4150), + [anon_sym_break] = ACTIONS(4150), + [anon_sym_COLON_COLON] = ACTIONS(4148), + [anon_sym_PLUS_EQ] = ACTIONS(4148), + [anon_sym_DASH_EQ] = ACTIONS(4148), + [anon_sym_STAR_EQ] = ACTIONS(4148), + [anon_sym_SLASH_EQ] = ACTIONS(4148), + [anon_sym_PERCENT_EQ] = ACTIONS(4148), + [anon_sym_BANG_EQ] = ACTIONS(4150), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4148), + [anon_sym_EQ_EQ] = ACTIONS(4150), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4148), + [anon_sym_LT_EQ] = ACTIONS(4148), + [anon_sym_GT_EQ] = ACTIONS(4148), + [anon_sym_BANGin] = ACTIONS(4148), + [anon_sym_is] = ACTIONS(4150), + [anon_sym_BANGis] = ACTIONS(4148), + [anon_sym_PLUS] = ACTIONS(4150), + [anon_sym_DASH] = ACTIONS(4150), + [anon_sym_SLASH] = ACTIONS(4150), + [anon_sym_PERCENT] = ACTIONS(4150), + [anon_sym_as_QMARK] = ACTIONS(4148), + [anon_sym_PLUS_PLUS] = ACTIONS(4148), + [anon_sym_DASH_DASH] = ACTIONS(4148), + [anon_sym_BANG] = ACTIONS(4150), + [anon_sym_BANG_BANG] = ACTIONS(4148), + [anon_sym_data] = ACTIONS(4150), + [anon_sym_inner] = ACTIONS(4150), + [anon_sym_expect] = ACTIONS(4150), + [anon_sym_actual] = ACTIONS(4150), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4148), + [anon_sym_continue_AT] = ACTIONS(4148), + [anon_sym_break_AT] = ACTIONS(4148), + [sym_real_literal] = ACTIONS(4148), + [sym_integer_literal] = ACTIONS(4150), + [sym_hex_literal] = ACTIONS(4148), + [sym_bin_literal] = ACTIONS(4148), + [anon_sym_true] = ACTIONS(4150), + [anon_sym_false] = ACTIONS(4150), + [anon_sym_SQUOTE] = ACTIONS(4148), + [sym__backtick_identifier] = ACTIONS(4148), + [sym__automatic_semicolon] = ACTIONS(4148), + [sym_safe_nav] = ACTIONS(4148), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4148), }, - [3485] = { - [sym_function_body] = STATE(3759), - [sym__block] = STATE(3725), - [sym__alpha_identifier] = ACTIONS(4083), - [anon_sym_AT] = ACTIONS(4085), - [anon_sym_LBRACK] = ACTIONS(4085), - [anon_sym_as] = ACTIONS(4083), - [anon_sym_EQ] = ACTIONS(6432), - [anon_sym_LBRACE] = ACTIONS(6434), - [anon_sym_RBRACE] = ACTIONS(4085), - [anon_sym_LPAREN] = ACTIONS(4085), - [anon_sym_COMMA] = ACTIONS(4085), - [anon_sym_LT] = ACTIONS(4083), - [anon_sym_GT] = ACTIONS(4083), - [anon_sym_where] = ACTIONS(4083), - [anon_sym_DOT] = ACTIONS(4083), - [anon_sym_SEMI] = ACTIONS(4085), - [anon_sym_get] = ACTIONS(4083), - [anon_sym_set] = ACTIONS(4083), - [anon_sym_STAR] = ACTIONS(4083), - [sym_label] = ACTIONS(4085), - [anon_sym_in] = ACTIONS(4083), - [anon_sym_DOT_DOT] = ACTIONS(4085), - [anon_sym_QMARK_COLON] = ACTIONS(4085), - [anon_sym_AMP_AMP] = ACTIONS(4085), - [anon_sym_PIPE_PIPE] = ACTIONS(4085), - [anon_sym_else] = ACTIONS(4083), - [anon_sym_COLON_COLON] = ACTIONS(4085), - [anon_sym_PLUS_EQ] = ACTIONS(4085), - [anon_sym_DASH_EQ] = ACTIONS(4085), - [anon_sym_STAR_EQ] = ACTIONS(4085), - [anon_sym_SLASH_EQ] = ACTIONS(4085), - [anon_sym_PERCENT_EQ] = ACTIONS(4085), - [anon_sym_BANG_EQ] = ACTIONS(4083), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4085), - [anon_sym_EQ_EQ] = ACTIONS(4083), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4085), - [anon_sym_LT_EQ] = ACTIONS(4085), - [anon_sym_GT_EQ] = ACTIONS(4085), - [anon_sym_BANGin] = ACTIONS(4085), - [anon_sym_is] = ACTIONS(4083), - [anon_sym_BANGis] = ACTIONS(4085), - [anon_sym_PLUS] = ACTIONS(4083), - [anon_sym_DASH] = ACTIONS(4083), - [anon_sym_SLASH] = ACTIONS(4083), - [anon_sym_PERCENT] = ACTIONS(4083), - [anon_sym_as_QMARK] = ACTIONS(4085), - [anon_sym_PLUS_PLUS] = ACTIONS(4085), - [anon_sym_DASH_DASH] = ACTIONS(4085), - [anon_sym_BANG_BANG] = ACTIONS(4085), - [anon_sym_suspend] = ACTIONS(4083), - [anon_sym_sealed] = ACTIONS(4083), - [anon_sym_annotation] = ACTIONS(4083), - [anon_sym_data] = ACTIONS(4083), - [anon_sym_inner] = ACTIONS(4083), - [anon_sym_override] = ACTIONS(4083), - [anon_sym_lateinit] = ACTIONS(4083), - [anon_sym_public] = ACTIONS(4083), - [anon_sym_private] = ACTIONS(4083), - [anon_sym_internal] = ACTIONS(4083), - [anon_sym_protected] = ACTIONS(4083), - [anon_sym_tailrec] = ACTIONS(4083), - [anon_sym_operator] = ACTIONS(4083), - [anon_sym_infix] = ACTIONS(4083), - [anon_sym_inline] = ACTIONS(4083), - [anon_sym_external] = ACTIONS(4083), - [sym_property_modifier] = ACTIONS(4083), - [anon_sym_abstract] = ACTIONS(4083), - [anon_sym_final] = ACTIONS(4083), - [anon_sym_open] = ACTIONS(4083), - [anon_sym_vararg] = ACTIONS(4083), - [anon_sym_noinline] = ACTIONS(4083), - [anon_sym_crossinline] = ACTIONS(4083), - [anon_sym_expect] = ACTIONS(4083), - [anon_sym_actual] = ACTIONS(4083), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4085), - [sym__automatic_semicolon] = ACTIONS(4085), - [sym_safe_nav] = ACTIONS(4085), - [sym_multiline_comment] = ACTIONS(3), + [3385] = { + [sym__alpha_identifier] = ACTIONS(4732), + [anon_sym_AT] = ACTIONS(4734), + [anon_sym_LBRACK] = ACTIONS(4734), + [anon_sym_as] = ACTIONS(4732), + [anon_sym_EQ] = ACTIONS(4732), + [anon_sym_LBRACE] = ACTIONS(4734), + [anon_sym_RBRACE] = ACTIONS(4734), + [anon_sym_LPAREN] = ACTIONS(4734), + [anon_sym_COMMA] = ACTIONS(4734), + [anon_sym_LT] = ACTIONS(4732), + [anon_sym_GT] = ACTIONS(4732), + [anon_sym_where] = ACTIONS(4732), + [anon_sym_object] = ACTIONS(4732), + [anon_sym_fun] = ACTIONS(4732), + [anon_sym_DOT] = ACTIONS(4732), + [anon_sym_SEMI] = ACTIONS(4734), + [anon_sym_get] = ACTIONS(4732), + [anon_sym_set] = ACTIONS(4732), + [anon_sym_this] = ACTIONS(4732), + [anon_sym_super] = ACTIONS(4732), + [anon_sym_STAR] = ACTIONS(4732), + [sym_label] = ACTIONS(4732), + [anon_sym_in] = ACTIONS(4732), + [anon_sym_DOT_DOT] = ACTIONS(4734), + [anon_sym_QMARK_COLON] = ACTIONS(4734), + [anon_sym_AMP_AMP] = ACTIONS(4734), + [anon_sym_PIPE_PIPE] = ACTIONS(4734), + [anon_sym_null] = ACTIONS(4732), + [anon_sym_if] = ACTIONS(4732), + [anon_sym_else] = ACTIONS(4732), + [anon_sym_when] = ACTIONS(4732), + [anon_sym_try] = ACTIONS(4732), + [anon_sym_throw] = ACTIONS(4732), + [anon_sym_return] = ACTIONS(4732), + [anon_sym_continue] = ACTIONS(4732), + [anon_sym_break] = ACTIONS(4732), + [anon_sym_COLON_COLON] = ACTIONS(4734), + [anon_sym_PLUS_EQ] = ACTIONS(4734), + [anon_sym_DASH_EQ] = ACTIONS(4734), + [anon_sym_STAR_EQ] = ACTIONS(4734), + [anon_sym_SLASH_EQ] = ACTIONS(4734), + [anon_sym_PERCENT_EQ] = ACTIONS(4734), + [anon_sym_BANG_EQ] = ACTIONS(4732), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4734), + [anon_sym_EQ_EQ] = ACTIONS(4732), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4734), + [anon_sym_LT_EQ] = ACTIONS(4734), + [anon_sym_GT_EQ] = ACTIONS(4734), + [anon_sym_BANGin] = ACTIONS(4734), + [anon_sym_is] = ACTIONS(4732), + [anon_sym_BANGis] = ACTIONS(4734), + [anon_sym_PLUS] = ACTIONS(4732), + [anon_sym_DASH] = ACTIONS(4732), + [anon_sym_SLASH] = ACTIONS(4732), + [anon_sym_PERCENT] = ACTIONS(4732), + [anon_sym_as_QMARK] = ACTIONS(4734), + [anon_sym_PLUS_PLUS] = ACTIONS(4734), + [anon_sym_DASH_DASH] = ACTIONS(4734), + [anon_sym_BANG] = ACTIONS(4732), + [anon_sym_BANG_BANG] = ACTIONS(4734), + [anon_sym_data] = ACTIONS(4732), + [anon_sym_inner] = ACTIONS(4732), + [anon_sym_expect] = ACTIONS(4732), + [anon_sym_actual] = ACTIONS(4732), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4734), + [anon_sym_continue_AT] = ACTIONS(4734), + [anon_sym_break_AT] = ACTIONS(4734), + [sym_real_literal] = ACTIONS(4734), + [sym_integer_literal] = ACTIONS(4732), + [sym_hex_literal] = ACTIONS(4734), + [sym_bin_literal] = ACTIONS(4734), + [anon_sym_true] = ACTIONS(4732), + [anon_sym_false] = ACTIONS(4732), + [anon_sym_SQUOTE] = ACTIONS(4734), + [sym__backtick_identifier] = ACTIONS(4734), + [sym__automatic_semicolon] = ACTIONS(4734), + [sym_safe_nav] = ACTIONS(4734), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4734), }, - [3486] = { - [sym_function_body] = STATE(3792), - [sym__block] = STATE(3725), - [sym__alpha_identifier] = ACTIONS(4101), - [anon_sym_AT] = ACTIONS(4103), - [anon_sym_LBRACK] = ACTIONS(4103), - [anon_sym_as] = ACTIONS(4101), - [anon_sym_EQ] = ACTIONS(6432), - [anon_sym_LBRACE] = ACTIONS(6434), - [anon_sym_RBRACE] = ACTIONS(4103), - [anon_sym_LPAREN] = ACTIONS(4103), - [anon_sym_COMMA] = ACTIONS(4103), - [anon_sym_LT] = ACTIONS(4101), - [anon_sym_GT] = ACTIONS(4101), - [anon_sym_where] = ACTIONS(4101), - [anon_sym_DOT] = ACTIONS(4101), - [anon_sym_SEMI] = ACTIONS(4103), - [anon_sym_get] = ACTIONS(4101), - [anon_sym_set] = ACTIONS(4101), - [anon_sym_STAR] = ACTIONS(4101), - [sym_label] = ACTIONS(4103), - [anon_sym_in] = ACTIONS(4101), - [anon_sym_DOT_DOT] = ACTIONS(4103), - [anon_sym_QMARK_COLON] = ACTIONS(4103), - [anon_sym_AMP_AMP] = ACTIONS(4103), - [anon_sym_PIPE_PIPE] = ACTIONS(4103), - [anon_sym_else] = ACTIONS(4101), - [anon_sym_COLON_COLON] = ACTIONS(4103), - [anon_sym_PLUS_EQ] = ACTIONS(4103), - [anon_sym_DASH_EQ] = ACTIONS(4103), - [anon_sym_STAR_EQ] = ACTIONS(4103), - [anon_sym_SLASH_EQ] = ACTIONS(4103), - [anon_sym_PERCENT_EQ] = ACTIONS(4103), - [anon_sym_BANG_EQ] = ACTIONS(4101), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4103), - [anon_sym_EQ_EQ] = ACTIONS(4101), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4103), - [anon_sym_LT_EQ] = ACTIONS(4103), - [anon_sym_GT_EQ] = ACTIONS(4103), - [anon_sym_BANGin] = ACTIONS(4103), - [anon_sym_is] = ACTIONS(4101), - [anon_sym_BANGis] = ACTIONS(4103), - [anon_sym_PLUS] = ACTIONS(4101), - [anon_sym_DASH] = ACTIONS(4101), - [anon_sym_SLASH] = ACTIONS(4101), - [anon_sym_PERCENT] = ACTIONS(4101), - [anon_sym_as_QMARK] = ACTIONS(4103), - [anon_sym_PLUS_PLUS] = ACTIONS(4103), - [anon_sym_DASH_DASH] = ACTIONS(4103), - [anon_sym_BANG_BANG] = ACTIONS(4103), - [anon_sym_suspend] = ACTIONS(4101), - [anon_sym_sealed] = ACTIONS(4101), - [anon_sym_annotation] = ACTIONS(4101), - [anon_sym_data] = ACTIONS(4101), - [anon_sym_inner] = ACTIONS(4101), - [anon_sym_override] = ACTIONS(4101), - [anon_sym_lateinit] = ACTIONS(4101), - [anon_sym_public] = ACTIONS(4101), - [anon_sym_private] = ACTIONS(4101), - [anon_sym_internal] = ACTIONS(4101), - [anon_sym_protected] = ACTIONS(4101), - [anon_sym_tailrec] = ACTIONS(4101), - [anon_sym_operator] = ACTIONS(4101), - [anon_sym_infix] = ACTIONS(4101), - [anon_sym_inline] = ACTIONS(4101), - [anon_sym_external] = ACTIONS(4101), - [sym_property_modifier] = ACTIONS(4101), - [anon_sym_abstract] = ACTIONS(4101), - [anon_sym_final] = ACTIONS(4101), - [anon_sym_open] = ACTIONS(4101), - [anon_sym_vararg] = ACTIONS(4101), - [anon_sym_noinline] = ACTIONS(4101), - [anon_sym_crossinline] = ACTIONS(4101), - [anon_sym_expect] = ACTIONS(4101), - [anon_sym_actual] = ACTIONS(4101), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4103), - [sym__automatic_semicolon] = ACTIONS(4103), - [sym_safe_nav] = ACTIONS(4103), + [3386] = { + [sym__alpha_identifier] = ACTIONS(4816), + [anon_sym_AT] = ACTIONS(4818), + [anon_sym_LBRACK] = ACTIONS(4818), + [anon_sym_RBRACK] = ACTIONS(4818), + [anon_sym_as] = ACTIONS(4816), + [anon_sym_EQ] = ACTIONS(4816), + [anon_sym_LBRACE] = ACTIONS(4818), + [anon_sym_RBRACE] = ACTIONS(4818), + [anon_sym_LPAREN] = ACTIONS(4818), + [anon_sym_COMMA] = ACTIONS(4818), + [anon_sym_RPAREN] = ACTIONS(4818), + [anon_sym_LT] = ACTIONS(4816), + [anon_sym_GT] = ACTIONS(4816), + [anon_sym_where] = ACTIONS(4816), + [anon_sym_DOT] = ACTIONS(4816), + [anon_sym_SEMI] = ACTIONS(4818), + [anon_sym_get] = ACTIONS(4816), + [anon_sym_set] = ACTIONS(4816), + [anon_sym_STAR] = ACTIONS(4816), + [anon_sym_DASH_GT] = ACTIONS(4818), + [sym_label] = ACTIONS(4818), + [anon_sym_in] = ACTIONS(4816), + [anon_sym_while] = ACTIONS(4816), + [anon_sym_DOT_DOT] = ACTIONS(4818), + [anon_sym_QMARK_COLON] = ACTIONS(4818), + [anon_sym_AMP_AMP] = ACTIONS(4818), + [anon_sym_PIPE_PIPE] = ACTIONS(4818), + [anon_sym_else] = ACTIONS(4816), + [anon_sym_COLON_COLON] = ACTIONS(4818), + [anon_sym_PLUS_EQ] = ACTIONS(4818), + [anon_sym_DASH_EQ] = ACTIONS(4818), + [anon_sym_STAR_EQ] = ACTIONS(4818), + [anon_sym_SLASH_EQ] = ACTIONS(4818), + [anon_sym_PERCENT_EQ] = ACTIONS(4818), + [anon_sym_BANG_EQ] = ACTIONS(4816), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4818), + [anon_sym_EQ_EQ] = ACTIONS(4816), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4818), + [anon_sym_LT_EQ] = ACTIONS(4818), + [anon_sym_GT_EQ] = ACTIONS(4818), + [anon_sym_BANGin] = ACTIONS(4818), + [anon_sym_is] = ACTIONS(4816), + [anon_sym_BANGis] = ACTIONS(4818), + [anon_sym_PLUS] = ACTIONS(4816), + [anon_sym_DASH] = ACTIONS(4816), + [anon_sym_SLASH] = ACTIONS(4816), + [anon_sym_PERCENT] = ACTIONS(4816), + [anon_sym_as_QMARK] = ACTIONS(4818), + [anon_sym_PLUS_PLUS] = ACTIONS(4818), + [anon_sym_DASH_DASH] = ACTIONS(4818), + [anon_sym_BANG_BANG] = ACTIONS(4818), + [anon_sym_suspend] = ACTIONS(4816), + [anon_sym_sealed] = ACTIONS(4816), + [anon_sym_annotation] = ACTIONS(4816), + [anon_sym_data] = ACTIONS(4816), + [anon_sym_inner] = ACTIONS(4816), + [anon_sym_override] = ACTIONS(4816), + [anon_sym_lateinit] = ACTIONS(4816), + [anon_sym_public] = ACTIONS(4816), + [anon_sym_private] = ACTIONS(4816), + [anon_sym_internal] = ACTIONS(4816), + [anon_sym_protected] = ACTIONS(4816), + [anon_sym_tailrec] = ACTIONS(4816), + [anon_sym_operator] = ACTIONS(4816), + [anon_sym_infix] = ACTIONS(4816), + [anon_sym_inline] = ACTIONS(4816), + [anon_sym_external] = ACTIONS(4816), + [sym_property_modifier] = ACTIONS(4816), + [anon_sym_abstract] = ACTIONS(4816), + [anon_sym_final] = ACTIONS(4816), + [anon_sym_open] = ACTIONS(4816), + [anon_sym_vararg] = ACTIONS(4816), + [anon_sym_noinline] = ACTIONS(4816), + [anon_sym_crossinline] = ACTIONS(4816), + [anon_sym_expect] = ACTIONS(4816), + [anon_sym_actual] = ACTIONS(4816), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4818), + [sym_safe_nav] = ACTIONS(4818), [sym_multiline_comment] = ACTIONS(3), }, - [3487] = { - [sym__alpha_identifier] = ACTIONS(3828), - [anon_sym_AT] = ACTIONS(3833), - [anon_sym_COLON] = ACTIONS(3828), - [anon_sym_LBRACK] = ACTIONS(3833), - [anon_sym_as] = ACTIONS(3828), - [anon_sym_EQ] = ACTIONS(3828), - [anon_sym_constructor] = ACTIONS(3828), - [anon_sym_LBRACE] = ACTIONS(3833), - [anon_sym_RBRACE] = ACTIONS(3833), - [anon_sym_LPAREN] = ACTIONS(3833), - [anon_sym_COMMA] = ACTIONS(3833), - [anon_sym_LT] = ACTIONS(3828), - [anon_sym_GT] = ACTIONS(3828), - [anon_sym_where] = ACTIONS(3828), - [anon_sym_DOT] = ACTIONS(3828), - [anon_sym_SEMI] = ACTIONS(3833), - [anon_sym_get] = ACTIONS(3828), - [anon_sym_set] = ACTIONS(3828), - [anon_sym_STAR] = ACTIONS(3828), - [sym_label] = ACTIONS(3833), - [anon_sym_in] = ACTIONS(3828), - [anon_sym_DOT_DOT] = ACTIONS(3833), - [anon_sym_QMARK_COLON] = ACTIONS(3833), - [anon_sym_AMP_AMP] = ACTIONS(3833), - [anon_sym_PIPE_PIPE] = ACTIONS(3833), - [anon_sym_else] = ACTIONS(3828), - [anon_sym_COLON_COLON] = ACTIONS(3833), - [anon_sym_PLUS_EQ] = ACTIONS(3833), - [anon_sym_DASH_EQ] = ACTIONS(3833), - [anon_sym_STAR_EQ] = ACTIONS(3833), - [anon_sym_SLASH_EQ] = ACTIONS(3833), - [anon_sym_PERCENT_EQ] = ACTIONS(3833), - [anon_sym_BANG_EQ] = ACTIONS(3828), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3833), - [anon_sym_EQ_EQ] = ACTIONS(3828), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3833), - [anon_sym_LT_EQ] = ACTIONS(3833), - [anon_sym_GT_EQ] = ACTIONS(3833), - [anon_sym_BANGin] = ACTIONS(3833), - [anon_sym_is] = ACTIONS(3828), - [anon_sym_BANGis] = ACTIONS(3833), - [anon_sym_PLUS] = ACTIONS(3828), - [anon_sym_DASH] = ACTIONS(3828), - [anon_sym_SLASH] = ACTIONS(3828), - [anon_sym_PERCENT] = ACTIONS(3828), - [anon_sym_as_QMARK] = ACTIONS(3833), - [anon_sym_PLUS_PLUS] = ACTIONS(3833), - [anon_sym_DASH_DASH] = ACTIONS(3833), - [anon_sym_BANG_BANG] = ACTIONS(3833), - [anon_sym_suspend] = ACTIONS(3828), - [anon_sym_sealed] = ACTIONS(3828), - [anon_sym_annotation] = ACTIONS(3828), - [anon_sym_data] = ACTIONS(3828), - [anon_sym_inner] = ACTIONS(3828), - [anon_sym_override] = ACTIONS(3828), - [anon_sym_lateinit] = ACTIONS(3828), - [anon_sym_public] = ACTIONS(3828), - [anon_sym_private] = ACTIONS(3828), - [anon_sym_internal] = ACTIONS(3828), - [anon_sym_protected] = ACTIONS(3828), - [anon_sym_tailrec] = ACTIONS(3828), - [anon_sym_operator] = ACTIONS(3828), - [anon_sym_infix] = ACTIONS(3828), - [anon_sym_inline] = ACTIONS(3828), - [anon_sym_external] = ACTIONS(3828), - [sym_property_modifier] = ACTIONS(3828), - [anon_sym_abstract] = ACTIONS(3828), - [anon_sym_final] = ACTIONS(3828), - [anon_sym_open] = ACTIONS(3828), - [anon_sym_vararg] = ACTIONS(3828), - [anon_sym_noinline] = ACTIONS(3828), - [anon_sym_crossinline] = ACTIONS(3828), - [anon_sym_expect] = ACTIONS(3828), - [anon_sym_actual] = ACTIONS(3828), + [3387] = { + [sym__alpha_identifier] = ACTIONS(4426), + [anon_sym_AT] = ACTIONS(4428), + [anon_sym_LBRACK] = ACTIONS(4428), + [anon_sym_RBRACK] = ACTIONS(4428), + [anon_sym_as] = ACTIONS(4426), + [anon_sym_EQ] = ACTIONS(4426), + [anon_sym_LBRACE] = ACTIONS(4428), + [anon_sym_RBRACE] = ACTIONS(4428), + [anon_sym_LPAREN] = ACTIONS(4428), + [anon_sym_COMMA] = ACTIONS(4428), + [anon_sym_RPAREN] = ACTIONS(4428), + [anon_sym_LT] = ACTIONS(4426), + [anon_sym_GT] = ACTIONS(4426), + [anon_sym_where] = ACTIONS(4426), + [anon_sym_DOT] = ACTIONS(4426), + [anon_sym_SEMI] = ACTIONS(4428), + [anon_sym_get] = ACTIONS(4426), + [anon_sym_set] = ACTIONS(4426), + [anon_sym_STAR] = ACTIONS(4426), + [anon_sym_DASH_GT] = ACTIONS(4428), + [sym_label] = ACTIONS(4428), + [anon_sym_in] = ACTIONS(4426), + [anon_sym_while] = ACTIONS(4426), + [anon_sym_DOT_DOT] = ACTIONS(4428), + [anon_sym_QMARK_COLON] = ACTIONS(4428), + [anon_sym_AMP_AMP] = ACTIONS(4428), + [anon_sym_PIPE_PIPE] = ACTIONS(4428), + [anon_sym_else] = ACTIONS(4426), + [anon_sym_COLON_COLON] = ACTIONS(4428), + [anon_sym_PLUS_EQ] = ACTIONS(4428), + [anon_sym_DASH_EQ] = ACTIONS(4428), + [anon_sym_STAR_EQ] = ACTIONS(4428), + [anon_sym_SLASH_EQ] = ACTIONS(4428), + [anon_sym_PERCENT_EQ] = ACTIONS(4428), + [anon_sym_BANG_EQ] = ACTIONS(4426), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4428), + [anon_sym_EQ_EQ] = ACTIONS(4426), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4428), + [anon_sym_LT_EQ] = ACTIONS(4428), + [anon_sym_GT_EQ] = ACTIONS(4428), + [anon_sym_BANGin] = ACTIONS(4428), + [anon_sym_is] = ACTIONS(4426), + [anon_sym_BANGis] = ACTIONS(4428), + [anon_sym_PLUS] = ACTIONS(4426), + [anon_sym_DASH] = ACTIONS(4426), + [anon_sym_SLASH] = ACTIONS(4426), + [anon_sym_PERCENT] = ACTIONS(4426), + [anon_sym_as_QMARK] = ACTIONS(4428), + [anon_sym_PLUS_PLUS] = ACTIONS(4428), + [anon_sym_DASH_DASH] = ACTIONS(4428), + [anon_sym_BANG_BANG] = ACTIONS(4428), + [anon_sym_suspend] = ACTIONS(4426), + [anon_sym_sealed] = ACTIONS(4426), + [anon_sym_annotation] = ACTIONS(4426), + [anon_sym_data] = ACTIONS(4426), + [anon_sym_inner] = ACTIONS(4426), + [anon_sym_override] = ACTIONS(4426), + [anon_sym_lateinit] = ACTIONS(4426), + [anon_sym_public] = ACTIONS(4426), + [anon_sym_private] = ACTIONS(4426), + [anon_sym_internal] = ACTIONS(4426), + [anon_sym_protected] = ACTIONS(4426), + [anon_sym_tailrec] = ACTIONS(4426), + [anon_sym_operator] = ACTIONS(4426), + [anon_sym_infix] = ACTIONS(4426), + [anon_sym_inline] = ACTIONS(4426), + [anon_sym_external] = ACTIONS(4426), + [sym_property_modifier] = ACTIONS(4426), + [anon_sym_abstract] = ACTIONS(4426), + [anon_sym_final] = ACTIONS(4426), + [anon_sym_open] = ACTIONS(4426), + [anon_sym_vararg] = ACTIONS(4426), + [anon_sym_noinline] = ACTIONS(4426), + [anon_sym_crossinline] = ACTIONS(4426), + [anon_sym_expect] = ACTIONS(4426), + [anon_sym_actual] = ACTIONS(4426), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3833), - [sym__automatic_semicolon] = ACTIONS(3833), - [sym_safe_nav] = ACTIONS(3833), + [sym__backtick_identifier] = ACTIONS(4428), + [sym_safe_nav] = ACTIONS(4428), [sym_multiline_comment] = ACTIONS(3), }, - [3488] = { - [sym__alpha_identifier] = ACTIONS(4406), - [anon_sym_AT] = ACTIONS(4408), - [anon_sym_LBRACK] = ACTIONS(4408), - [anon_sym_as] = ACTIONS(4406), - [anon_sym_EQ] = ACTIONS(4406), - [anon_sym_LBRACE] = ACTIONS(4408), - [anon_sym_RBRACE] = ACTIONS(4408), - [anon_sym_LPAREN] = ACTIONS(4408), - [anon_sym_COMMA] = ACTIONS(4408), - [anon_sym_LT] = ACTIONS(4406), - [anon_sym_GT] = ACTIONS(4406), - [anon_sym_where] = ACTIONS(4406), - [anon_sym_DOT] = ACTIONS(4406), - [anon_sym_SEMI] = ACTIONS(4408), - [anon_sym_get] = ACTIONS(4406), - [anon_sym_set] = ACTIONS(4406), - [anon_sym_STAR] = ACTIONS(4406), - [sym_label] = ACTIONS(4408), - [anon_sym_in] = ACTIONS(4406), - [anon_sym_DOT_DOT] = ACTIONS(4408), - [anon_sym_QMARK_COLON] = ACTIONS(4408), - [anon_sym_AMP_AMP] = ACTIONS(4408), - [anon_sym_PIPE_PIPE] = ACTIONS(4408), - [anon_sym_else] = ACTIONS(4406), - [anon_sym_catch] = ACTIONS(4406), - [anon_sym_finally] = ACTIONS(4406), - [anon_sym_COLON_COLON] = ACTIONS(4408), - [anon_sym_PLUS_EQ] = ACTIONS(4408), - [anon_sym_DASH_EQ] = ACTIONS(4408), - [anon_sym_STAR_EQ] = ACTIONS(4408), - [anon_sym_SLASH_EQ] = ACTIONS(4408), - [anon_sym_PERCENT_EQ] = ACTIONS(4408), - [anon_sym_BANG_EQ] = ACTIONS(4406), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4408), - [anon_sym_EQ_EQ] = ACTIONS(4406), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4408), - [anon_sym_LT_EQ] = ACTIONS(4408), - [anon_sym_GT_EQ] = ACTIONS(4408), - [anon_sym_BANGin] = ACTIONS(4408), - [anon_sym_is] = ACTIONS(4406), - [anon_sym_BANGis] = ACTIONS(4408), - [anon_sym_PLUS] = ACTIONS(4406), - [anon_sym_DASH] = ACTIONS(4406), - [anon_sym_SLASH] = ACTIONS(4406), - [anon_sym_PERCENT] = ACTIONS(4406), - [anon_sym_as_QMARK] = ACTIONS(4408), - [anon_sym_PLUS_PLUS] = ACTIONS(4408), - [anon_sym_DASH_DASH] = ACTIONS(4408), - [anon_sym_BANG_BANG] = ACTIONS(4408), - [anon_sym_suspend] = ACTIONS(4406), - [anon_sym_sealed] = ACTIONS(4406), - [anon_sym_annotation] = ACTIONS(4406), - [anon_sym_data] = ACTIONS(4406), - [anon_sym_inner] = ACTIONS(4406), - [anon_sym_override] = ACTIONS(4406), - [anon_sym_lateinit] = ACTIONS(4406), - [anon_sym_public] = ACTIONS(4406), - [anon_sym_private] = ACTIONS(4406), - [anon_sym_internal] = ACTIONS(4406), - [anon_sym_protected] = ACTIONS(4406), - [anon_sym_tailrec] = ACTIONS(4406), - [anon_sym_operator] = ACTIONS(4406), - [anon_sym_infix] = ACTIONS(4406), - [anon_sym_inline] = ACTIONS(4406), - [anon_sym_external] = ACTIONS(4406), - [sym_property_modifier] = ACTIONS(4406), - [anon_sym_abstract] = ACTIONS(4406), - [anon_sym_final] = ACTIONS(4406), - [anon_sym_open] = ACTIONS(4406), - [anon_sym_vararg] = ACTIONS(4406), - [anon_sym_noinline] = ACTIONS(4406), - [anon_sym_crossinline] = ACTIONS(4406), - [anon_sym_expect] = ACTIONS(4406), - [anon_sym_actual] = ACTIONS(4406), + [3388] = { + [sym__alpha_identifier] = ACTIONS(4955), + [anon_sym_AT] = ACTIONS(4957), + [anon_sym_LBRACK] = ACTIONS(4957), + [anon_sym_as] = ACTIONS(4955), + [anon_sym_EQ] = ACTIONS(4955), + [anon_sym_LBRACE] = ACTIONS(4957), + [anon_sym_RBRACE] = ACTIONS(4957), + [anon_sym_LPAREN] = ACTIONS(6566), + [anon_sym_COMMA] = ACTIONS(4957), + [anon_sym_LT] = ACTIONS(4955), + [anon_sym_GT] = ACTIONS(4955), + [anon_sym_where] = ACTIONS(4955), + [anon_sym_object] = ACTIONS(4955), + [anon_sym_fun] = ACTIONS(4955), + [anon_sym_DOT] = ACTIONS(4955), + [anon_sym_SEMI] = ACTIONS(4957), + [anon_sym_get] = ACTIONS(4955), + [anon_sym_set] = ACTIONS(4955), + [anon_sym_this] = ACTIONS(4955), + [anon_sym_super] = ACTIONS(4955), + [anon_sym_STAR] = ACTIONS(4955), + [sym_label] = ACTIONS(4955), + [anon_sym_in] = ACTIONS(4955), + [anon_sym_DOT_DOT] = ACTIONS(4957), + [anon_sym_QMARK_COLON] = ACTIONS(4957), + [anon_sym_AMP_AMP] = ACTIONS(4957), + [anon_sym_PIPE_PIPE] = ACTIONS(4957), + [anon_sym_null] = ACTIONS(4955), + [anon_sym_if] = ACTIONS(4955), + [anon_sym_else] = ACTIONS(4955), + [anon_sym_when] = ACTIONS(4955), + [anon_sym_try] = ACTIONS(4955), + [anon_sym_throw] = ACTIONS(4955), + [anon_sym_return] = ACTIONS(4955), + [anon_sym_continue] = ACTIONS(4955), + [anon_sym_break] = ACTIONS(4955), + [anon_sym_COLON_COLON] = ACTIONS(4957), + [anon_sym_PLUS_EQ] = ACTIONS(4957), + [anon_sym_DASH_EQ] = ACTIONS(4957), + [anon_sym_STAR_EQ] = ACTIONS(4957), + [anon_sym_SLASH_EQ] = ACTIONS(4957), + [anon_sym_PERCENT_EQ] = ACTIONS(4957), + [anon_sym_BANG_EQ] = ACTIONS(4955), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4957), + [anon_sym_EQ_EQ] = ACTIONS(4955), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4957), + [anon_sym_LT_EQ] = ACTIONS(4957), + [anon_sym_GT_EQ] = ACTIONS(4957), + [anon_sym_BANGin] = ACTIONS(4957), + [anon_sym_is] = ACTIONS(4955), + [anon_sym_BANGis] = ACTIONS(4957), + [anon_sym_PLUS] = ACTIONS(4955), + [anon_sym_DASH] = ACTIONS(4955), + [anon_sym_SLASH] = ACTIONS(4955), + [anon_sym_PERCENT] = ACTIONS(4955), + [anon_sym_as_QMARK] = ACTIONS(4957), + [anon_sym_PLUS_PLUS] = ACTIONS(4957), + [anon_sym_DASH_DASH] = ACTIONS(4957), + [anon_sym_BANG] = ACTIONS(4955), + [anon_sym_BANG_BANG] = ACTIONS(4957), + [anon_sym_data] = ACTIONS(4955), + [anon_sym_inner] = ACTIONS(4955), + [anon_sym_expect] = ACTIONS(4955), + [anon_sym_actual] = ACTIONS(4955), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4408), - [sym__automatic_semicolon] = ACTIONS(4408), - [sym_safe_nav] = ACTIONS(4408), - [sym_multiline_comment] = ACTIONS(3), - }, - [3489] = { - [sym_class_body] = STATE(3820), - [sym_type_constraints] = STATE(3568), - [sym__alpha_identifier] = ACTIONS(4197), - [anon_sym_AT] = ACTIONS(4199), - [anon_sym_LBRACK] = ACTIONS(4199), - [anon_sym_as] = ACTIONS(4197), - [anon_sym_EQ] = ACTIONS(4197), - [anon_sym_LBRACE] = ACTIONS(5421), - [anon_sym_RBRACE] = ACTIONS(4199), - [anon_sym_LPAREN] = ACTIONS(4199), - [anon_sym_COMMA] = ACTIONS(4199), - [anon_sym_LT] = ACTIONS(4197), - [anon_sym_GT] = ACTIONS(4197), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(4197), - [anon_sym_SEMI] = ACTIONS(4199), - [anon_sym_get] = ACTIONS(4197), - [anon_sym_set] = ACTIONS(4197), - [anon_sym_STAR] = ACTIONS(4197), - [sym_label] = ACTIONS(4199), - [anon_sym_in] = ACTIONS(4197), - [anon_sym_DOT_DOT] = ACTIONS(4199), - [anon_sym_QMARK_COLON] = ACTIONS(4199), - [anon_sym_AMP_AMP] = ACTIONS(4199), - [anon_sym_PIPE_PIPE] = ACTIONS(4199), - [anon_sym_else] = ACTIONS(4197), - [anon_sym_COLON_COLON] = ACTIONS(4199), - [anon_sym_PLUS_EQ] = ACTIONS(4199), - [anon_sym_DASH_EQ] = ACTIONS(4199), - [anon_sym_STAR_EQ] = ACTIONS(4199), - [anon_sym_SLASH_EQ] = ACTIONS(4199), - [anon_sym_PERCENT_EQ] = ACTIONS(4199), - [anon_sym_BANG_EQ] = ACTIONS(4197), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4199), - [anon_sym_EQ_EQ] = ACTIONS(4197), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4199), - [anon_sym_LT_EQ] = ACTIONS(4199), - [anon_sym_GT_EQ] = ACTIONS(4199), - [anon_sym_BANGin] = ACTIONS(4199), - [anon_sym_is] = ACTIONS(4197), - [anon_sym_BANGis] = ACTIONS(4199), - [anon_sym_PLUS] = ACTIONS(4197), - [anon_sym_DASH] = ACTIONS(4197), - [anon_sym_SLASH] = ACTIONS(4197), - [anon_sym_PERCENT] = ACTIONS(4197), - [anon_sym_as_QMARK] = ACTIONS(4199), - [anon_sym_PLUS_PLUS] = ACTIONS(4199), - [anon_sym_DASH_DASH] = ACTIONS(4199), - [anon_sym_BANG_BANG] = ACTIONS(4199), - [anon_sym_suspend] = ACTIONS(4197), - [anon_sym_sealed] = ACTIONS(4197), - [anon_sym_annotation] = ACTIONS(4197), - [anon_sym_data] = ACTIONS(4197), - [anon_sym_inner] = ACTIONS(4197), - [anon_sym_override] = ACTIONS(4197), - [anon_sym_lateinit] = ACTIONS(4197), - [anon_sym_public] = ACTIONS(4197), - [anon_sym_private] = ACTIONS(4197), - [anon_sym_internal] = ACTIONS(4197), - [anon_sym_protected] = ACTIONS(4197), - [anon_sym_tailrec] = ACTIONS(4197), - [anon_sym_operator] = ACTIONS(4197), - [anon_sym_infix] = ACTIONS(4197), - [anon_sym_inline] = ACTIONS(4197), - [anon_sym_external] = ACTIONS(4197), - [sym_property_modifier] = ACTIONS(4197), - [anon_sym_abstract] = ACTIONS(4197), - [anon_sym_final] = ACTIONS(4197), - [anon_sym_open] = ACTIONS(4197), - [anon_sym_vararg] = ACTIONS(4197), - [anon_sym_noinline] = ACTIONS(4197), - [anon_sym_crossinline] = ACTIONS(4197), - [anon_sym_expect] = ACTIONS(4197), - [anon_sym_actual] = ACTIONS(4197), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4199), - [sym__automatic_semicolon] = ACTIONS(4199), - [sym_safe_nav] = ACTIONS(4199), + [anon_sym_return_AT] = ACTIONS(4957), + [anon_sym_continue_AT] = ACTIONS(4957), + [anon_sym_break_AT] = ACTIONS(4957), + [sym_real_literal] = ACTIONS(4957), + [sym_integer_literal] = ACTIONS(4955), + [sym_hex_literal] = ACTIONS(4957), + [sym_bin_literal] = ACTIONS(4957), + [anon_sym_true] = ACTIONS(4955), + [anon_sym_false] = ACTIONS(4955), + [anon_sym_SQUOTE] = ACTIONS(4957), + [sym__backtick_identifier] = ACTIONS(4957), + [sym__automatic_semicolon] = ACTIONS(4957), + [sym_safe_nav] = ACTIONS(4957), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4957), }, - [3490] = { - [sym__alpha_identifier] = ACTIONS(4249), - [anon_sym_AT] = ACTIONS(4252), - [anon_sym_LBRACK] = ACTIONS(4252), - [anon_sym_as] = ACTIONS(4257), - [anon_sym_EQ] = ACTIONS(4257), - [anon_sym_LBRACE] = ACTIONS(4252), - [anon_sym_RBRACE] = ACTIONS(4255), - [anon_sym_LPAREN] = ACTIONS(6636), - [anon_sym_RPAREN] = ACTIONS(4255), - [anon_sym_LT] = ACTIONS(4257), - [anon_sym_GT] = ACTIONS(4257), - [anon_sym_object] = ACTIONS(3828), - [anon_sym_fun] = ACTIONS(3828), - [anon_sym_DOT] = ACTIONS(4257), - [anon_sym_SEMI] = ACTIONS(4255), - [anon_sym_get] = ACTIONS(4249), - [anon_sym_set] = ACTIONS(4249), - [anon_sym_this] = ACTIONS(3828), - [anon_sym_super] = ACTIONS(3828), - [anon_sym_STAR] = ACTIONS(4249), - [sym_label] = ACTIONS(4249), - [anon_sym_in] = ACTIONS(4257), - [anon_sym_while] = ACTIONS(4257), - [anon_sym_DOT_DOT] = ACTIONS(4255), - [anon_sym_QMARK_COLON] = ACTIONS(4255), - [anon_sym_AMP_AMP] = ACTIONS(4255), - [anon_sym_PIPE_PIPE] = ACTIONS(4255), - [anon_sym_null] = ACTIONS(3828), - [anon_sym_if] = ACTIONS(3828), - [anon_sym_else] = ACTIONS(4257), - [anon_sym_when] = ACTIONS(3828), - [anon_sym_try] = ACTIONS(3828), - [anon_sym_throw] = ACTIONS(3828), - [anon_sym_return] = ACTIONS(3828), - [anon_sym_continue] = ACTIONS(3828), - [anon_sym_break] = ACTIONS(3828), - [anon_sym_COLON_COLON] = ACTIONS(4252), - [anon_sym_PLUS_EQ] = ACTIONS(4255), - [anon_sym_DASH_EQ] = ACTIONS(4255), - [anon_sym_STAR_EQ] = ACTIONS(4255), - [anon_sym_SLASH_EQ] = ACTIONS(4255), - [anon_sym_PERCENT_EQ] = ACTIONS(4255), - [anon_sym_BANG_EQ] = ACTIONS(4257), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4255), - [anon_sym_EQ_EQ] = ACTIONS(4257), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4255), - [anon_sym_LT_EQ] = ACTIONS(4255), - [anon_sym_GT_EQ] = ACTIONS(4255), - [anon_sym_BANGin] = ACTIONS(4255), - [anon_sym_is] = ACTIONS(4257), - [anon_sym_BANGis] = ACTIONS(4255), - [anon_sym_PLUS] = ACTIONS(4249), - [anon_sym_DASH] = ACTIONS(4249), - [anon_sym_SLASH] = ACTIONS(4257), - [anon_sym_PERCENT] = ACTIONS(4257), - [anon_sym_as_QMARK] = ACTIONS(4255), - [anon_sym_PLUS_PLUS] = ACTIONS(4252), - [anon_sym_DASH_DASH] = ACTIONS(4252), - [anon_sym_BANG] = ACTIONS(3828), - [anon_sym_BANG_BANG] = ACTIONS(4255), - [anon_sym_data] = ACTIONS(4249), - [anon_sym_inner] = ACTIONS(4249), - [anon_sym_expect] = ACTIONS(4249), - [anon_sym_actual] = ACTIONS(4249), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3833), - [anon_sym_continue_AT] = ACTIONS(3833), - [anon_sym_break_AT] = ACTIONS(3833), - [sym_real_literal] = ACTIONS(3833), - [sym_integer_literal] = ACTIONS(3828), - [sym_hex_literal] = ACTIONS(3833), - [sym_bin_literal] = ACTIONS(3833), - [anon_sym_true] = ACTIONS(3828), - [anon_sym_false] = ACTIONS(3828), - [anon_sym_SQUOTE] = ACTIONS(3833), - [sym__backtick_identifier] = ACTIONS(4252), - [sym_safe_nav] = ACTIONS(4255), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3833), + [3389] = { + [sym__alpha_identifier] = ACTIONS(4897), + [anon_sym_AT] = ACTIONS(4899), + [anon_sym_LBRACK] = ACTIONS(4899), + [anon_sym_as] = ACTIONS(4897), + [anon_sym_EQ] = ACTIONS(4897), + [anon_sym_LBRACE] = ACTIONS(4899), + [anon_sym_RBRACE] = ACTIONS(4899), + [anon_sym_LPAREN] = ACTIONS(4899), + [anon_sym_COMMA] = ACTIONS(4899), + [anon_sym_LT] = ACTIONS(4897), + [anon_sym_GT] = ACTIONS(4897), + [anon_sym_where] = ACTIONS(4897), + [anon_sym_object] = ACTIONS(4897), + [anon_sym_fun] = ACTIONS(4897), + [anon_sym_DOT] = ACTIONS(4897), + [anon_sym_SEMI] = ACTIONS(4899), + [anon_sym_get] = ACTIONS(4897), + [anon_sym_set] = ACTIONS(4897), + [anon_sym_this] = ACTIONS(4897), + [anon_sym_super] = ACTIONS(4897), + [anon_sym_STAR] = ACTIONS(4897), + [sym_label] = ACTIONS(4897), + [anon_sym_in] = ACTIONS(4897), + [anon_sym_DOT_DOT] = ACTIONS(4899), + [anon_sym_QMARK_COLON] = ACTIONS(4899), + [anon_sym_AMP_AMP] = ACTIONS(4899), + [anon_sym_PIPE_PIPE] = ACTIONS(4899), + [anon_sym_null] = ACTIONS(4897), + [anon_sym_if] = ACTIONS(4897), + [anon_sym_else] = ACTIONS(4897), + [anon_sym_when] = ACTIONS(4897), + [anon_sym_try] = ACTIONS(4897), + [anon_sym_throw] = ACTIONS(4897), + [anon_sym_return] = ACTIONS(4897), + [anon_sym_continue] = ACTIONS(4897), + [anon_sym_break] = ACTIONS(4897), + [anon_sym_COLON_COLON] = ACTIONS(4899), + [anon_sym_PLUS_EQ] = ACTIONS(4899), + [anon_sym_DASH_EQ] = ACTIONS(4899), + [anon_sym_STAR_EQ] = ACTIONS(4899), + [anon_sym_SLASH_EQ] = ACTIONS(4899), + [anon_sym_PERCENT_EQ] = ACTIONS(4899), + [anon_sym_BANG_EQ] = ACTIONS(4897), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4899), + [anon_sym_EQ_EQ] = ACTIONS(4897), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4899), + [anon_sym_LT_EQ] = ACTIONS(4899), + [anon_sym_GT_EQ] = ACTIONS(4899), + [anon_sym_BANGin] = ACTIONS(4899), + [anon_sym_is] = ACTIONS(4897), + [anon_sym_BANGis] = ACTIONS(4899), + [anon_sym_PLUS] = ACTIONS(4897), + [anon_sym_DASH] = ACTIONS(4897), + [anon_sym_SLASH] = ACTIONS(4897), + [anon_sym_PERCENT] = ACTIONS(4897), + [anon_sym_as_QMARK] = ACTIONS(4899), + [anon_sym_PLUS_PLUS] = ACTIONS(4899), + [anon_sym_DASH_DASH] = ACTIONS(4899), + [anon_sym_BANG] = ACTIONS(4897), + [anon_sym_BANG_BANG] = ACTIONS(4899), + [anon_sym_data] = ACTIONS(4897), + [anon_sym_inner] = ACTIONS(4897), + [anon_sym_expect] = ACTIONS(4897), + [anon_sym_actual] = ACTIONS(4897), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4899), + [anon_sym_continue_AT] = ACTIONS(4899), + [anon_sym_break_AT] = ACTIONS(4899), + [sym_real_literal] = ACTIONS(4899), + [sym_integer_literal] = ACTIONS(4897), + [sym_hex_literal] = ACTIONS(4899), + [sym_bin_literal] = ACTIONS(4899), + [anon_sym_true] = ACTIONS(4897), + [anon_sym_false] = ACTIONS(4897), + [anon_sym_SQUOTE] = ACTIONS(4899), + [sym__backtick_identifier] = ACTIONS(4899), + [sym__automatic_semicolon] = ACTIONS(4899), + [sym_safe_nav] = ACTIONS(4899), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4899), }, - [3491] = { - [sym__alpha_identifier] = ACTIONS(4396), - [anon_sym_AT] = ACTIONS(4398), - [anon_sym_LBRACK] = ACTIONS(4398), - [anon_sym_as] = ACTIONS(4396), - [anon_sym_EQ] = ACTIONS(4396), - [anon_sym_LBRACE] = ACTIONS(4398), - [anon_sym_RBRACE] = ACTIONS(4398), - [anon_sym_LPAREN] = ACTIONS(4398), - [anon_sym_COMMA] = ACTIONS(4398), - [anon_sym_LT] = ACTIONS(4396), - [anon_sym_GT] = ACTIONS(4396), - [anon_sym_where] = ACTIONS(4396), - [anon_sym_DOT] = ACTIONS(4396), - [anon_sym_SEMI] = ACTIONS(4398), - [anon_sym_get] = ACTIONS(4396), - [anon_sym_set] = ACTIONS(4396), - [anon_sym_STAR] = ACTIONS(4396), - [sym_label] = ACTIONS(4398), - [anon_sym_in] = ACTIONS(4396), - [anon_sym_DOT_DOT] = ACTIONS(4398), - [anon_sym_QMARK_COLON] = ACTIONS(4398), - [anon_sym_AMP_AMP] = ACTIONS(4398), - [anon_sym_PIPE_PIPE] = ACTIONS(4398), - [anon_sym_else] = ACTIONS(4396), - [anon_sym_catch] = ACTIONS(4396), - [anon_sym_finally] = ACTIONS(4396), - [anon_sym_COLON_COLON] = ACTIONS(4398), - [anon_sym_PLUS_EQ] = ACTIONS(4398), - [anon_sym_DASH_EQ] = ACTIONS(4398), - [anon_sym_STAR_EQ] = ACTIONS(4398), - [anon_sym_SLASH_EQ] = ACTIONS(4398), - [anon_sym_PERCENT_EQ] = ACTIONS(4398), - [anon_sym_BANG_EQ] = ACTIONS(4396), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4398), - [anon_sym_EQ_EQ] = ACTIONS(4396), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4398), - [anon_sym_LT_EQ] = ACTIONS(4398), - [anon_sym_GT_EQ] = ACTIONS(4398), - [anon_sym_BANGin] = ACTIONS(4398), - [anon_sym_is] = ACTIONS(4396), - [anon_sym_BANGis] = ACTIONS(4398), - [anon_sym_PLUS] = ACTIONS(4396), - [anon_sym_DASH] = ACTIONS(4396), - [anon_sym_SLASH] = ACTIONS(4396), - [anon_sym_PERCENT] = ACTIONS(4396), - [anon_sym_as_QMARK] = ACTIONS(4398), - [anon_sym_PLUS_PLUS] = ACTIONS(4398), - [anon_sym_DASH_DASH] = ACTIONS(4398), - [anon_sym_BANG_BANG] = ACTIONS(4398), - [anon_sym_suspend] = ACTIONS(4396), - [anon_sym_sealed] = ACTIONS(4396), - [anon_sym_annotation] = ACTIONS(4396), - [anon_sym_data] = ACTIONS(4396), - [anon_sym_inner] = ACTIONS(4396), - [anon_sym_override] = ACTIONS(4396), - [anon_sym_lateinit] = ACTIONS(4396), - [anon_sym_public] = ACTIONS(4396), - [anon_sym_private] = ACTIONS(4396), - [anon_sym_internal] = ACTIONS(4396), - [anon_sym_protected] = ACTIONS(4396), - [anon_sym_tailrec] = ACTIONS(4396), - [anon_sym_operator] = ACTIONS(4396), - [anon_sym_infix] = ACTIONS(4396), - [anon_sym_inline] = ACTIONS(4396), - [anon_sym_external] = ACTIONS(4396), - [sym_property_modifier] = ACTIONS(4396), - [anon_sym_abstract] = ACTIONS(4396), - [anon_sym_final] = ACTIONS(4396), - [anon_sym_open] = ACTIONS(4396), - [anon_sym_vararg] = ACTIONS(4396), - [anon_sym_noinline] = ACTIONS(4396), - [anon_sym_crossinline] = ACTIONS(4396), - [anon_sym_expect] = ACTIONS(4396), - [anon_sym_actual] = ACTIONS(4396), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4398), - [sym__automatic_semicolon] = ACTIONS(4398), - [sym_safe_nav] = ACTIONS(4398), + [3390] = { + [sym__alpha_identifier] = ACTIONS(4842), + [anon_sym_AT] = ACTIONS(4844), + [anon_sym_LBRACK] = ACTIONS(4844), + [anon_sym_RBRACK] = ACTIONS(4844), + [anon_sym_as] = ACTIONS(4842), + [anon_sym_EQ] = ACTIONS(4842), + [anon_sym_LBRACE] = ACTIONS(4844), + [anon_sym_RBRACE] = ACTIONS(4844), + [anon_sym_LPAREN] = ACTIONS(4844), + [anon_sym_COMMA] = ACTIONS(4844), + [anon_sym_RPAREN] = ACTIONS(4844), + [anon_sym_LT] = ACTIONS(4842), + [anon_sym_GT] = ACTIONS(4842), + [anon_sym_where] = ACTIONS(4842), + [anon_sym_DOT] = ACTIONS(4842), + [anon_sym_SEMI] = ACTIONS(4844), + [anon_sym_get] = ACTIONS(4842), + [anon_sym_set] = ACTIONS(4842), + [anon_sym_STAR] = ACTIONS(4842), + [anon_sym_DASH_GT] = ACTIONS(4844), + [sym_label] = ACTIONS(4844), + [anon_sym_in] = ACTIONS(4842), + [anon_sym_while] = ACTIONS(4842), + [anon_sym_DOT_DOT] = ACTIONS(4844), + [anon_sym_QMARK_COLON] = ACTIONS(4844), + [anon_sym_AMP_AMP] = ACTIONS(4844), + [anon_sym_PIPE_PIPE] = ACTIONS(4844), + [anon_sym_else] = ACTIONS(4842), + [anon_sym_COLON_COLON] = ACTIONS(6568), + [anon_sym_PLUS_EQ] = ACTIONS(4844), + [anon_sym_DASH_EQ] = ACTIONS(4844), + [anon_sym_STAR_EQ] = ACTIONS(4844), + [anon_sym_SLASH_EQ] = ACTIONS(4844), + [anon_sym_PERCENT_EQ] = ACTIONS(4844), + [anon_sym_BANG_EQ] = ACTIONS(4842), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4844), + [anon_sym_EQ_EQ] = ACTIONS(4842), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4844), + [anon_sym_LT_EQ] = ACTIONS(4844), + [anon_sym_GT_EQ] = ACTIONS(4844), + [anon_sym_BANGin] = ACTIONS(4844), + [anon_sym_is] = ACTIONS(4842), + [anon_sym_BANGis] = ACTIONS(4844), + [anon_sym_PLUS] = ACTIONS(4842), + [anon_sym_DASH] = ACTIONS(4842), + [anon_sym_SLASH] = ACTIONS(4842), + [anon_sym_PERCENT] = ACTIONS(4842), + [anon_sym_as_QMARK] = ACTIONS(4844), + [anon_sym_PLUS_PLUS] = ACTIONS(4844), + [anon_sym_DASH_DASH] = ACTIONS(4844), + [anon_sym_BANG_BANG] = ACTIONS(4844), + [anon_sym_suspend] = ACTIONS(4842), + [anon_sym_sealed] = ACTIONS(4842), + [anon_sym_annotation] = ACTIONS(4842), + [anon_sym_data] = ACTIONS(4842), + [anon_sym_inner] = ACTIONS(4842), + [anon_sym_override] = ACTIONS(4842), + [anon_sym_lateinit] = ACTIONS(4842), + [anon_sym_public] = ACTIONS(4842), + [anon_sym_private] = ACTIONS(4842), + [anon_sym_internal] = ACTIONS(4842), + [anon_sym_protected] = ACTIONS(4842), + [anon_sym_tailrec] = ACTIONS(4842), + [anon_sym_operator] = ACTIONS(4842), + [anon_sym_infix] = ACTIONS(4842), + [anon_sym_inline] = ACTIONS(4842), + [anon_sym_external] = ACTIONS(4842), + [sym_property_modifier] = ACTIONS(4842), + [anon_sym_abstract] = ACTIONS(4842), + [anon_sym_final] = ACTIONS(4842), + [anon_sym_open] = ACTIONS(4842), + [anon_sym_vararg] = ACTIONS(4842), + [anon_sym_noinline] = ACTIONS(4842), + [anon_sym_crossinline] = ACTIONS(4842), + [anon_sym_expect] = ACTIONS(4842), + [anon_sym_actual] = ACTIONS(4842), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4844), + [sym_safe_nav] = ACTIONS(4844), [sym_multiline_comment] = ACTIONS(3), }, - [3492] = { - [sym_type_constraints] = STATE(3886), - [sym_function_body] = STATE(3129), - [sym__block] = STATE(3245), - [sym__alpha_identifier] = ACTIONS(4101), - [anon_sym_AT] = ACTIONS(4103), - [anon_sym_COLON] = ACTIONS(6640), - [anon_sym_LBRACK] = ACTIONS(4103), - [anon_sym_as] = ACTIONS(4101), - [anon_sym_EQ] = ACTIONS(6642), - [anon_sym_LBRACE] = ACTIONS(6220), - [anon_sym_RBRACE] = ACTIONS(4103), - [anon_sym_LPAREN] = ACTIONS(4103), - [anon_sym_COMMA] = ACTIONS(4103), - [anon_sym_LT] = ACTIONS(4101), - [anon_sym_GT] = ACTIONS(4101), - [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(4101), - [anon_sym_fun] = ACTIONS(4101), - [anon_sym_DOT] = ACTIONS(4101), - [anon_sym_SEMI] = ACTIONS(4103), - [anon_sym_get] = ACTIONS(4101), - [anon_sym_set] = ACTIONS(4101), - [anon_sym_this] = ACTIONS(4101), - [anon_sym_super] = ACTIONS(4101), - [anon_sym_STAR] = ACTIONS(4103), - [sym_label] = ACTIONS(4101), - [anon_sym_in] = ACTIONS(4101), - [anon_sym_DOT_DOT] = ACTIONS(4103), - [anon_sym_QMARK_COLON] = ACTIONS(4103), - [anon_sym_AMP_AMP] = ACTIONS(4103), - [anon_sym_PIPE_PIPE] = ACTIONS(4103), - [anon_sym_null] = ACTIONS(4101), - [anon_sym_if] = ACTIONS(4101), - [anon_sym_else] = ACTIONS(4101), - [anon_sym_when] = ACTIONS(4101), - [anon_sym_try] = ACTIONS(4101), - [anon_sym_throw] = ACTIONS(4101), - [anon_sym_return] = ACTIONS(4101), - [anon_sym_continue] = ACTIONS(4101), - [anon_sym_break] = ACTIONS(4101), - [anon_sym_COLON_COLON] = ACTIONS(4103), - [anon_sym_BANG_EQ] = ACTIONS(4101), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4103), - [anon_sym_EQ_EQ] = ACTIONS(4101), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4103), - [anon_sym_LT_EQ] = ACTIONS(4103), - [anon_sym_GT_EQ] = ACTIONS(4103), - [anon_sym_BANGin] = ACTIONS(4103), - [anon_sym_is] = ACTIONS(4101), - [anon_sym_BANGis] = ACTIONS(4103), - [anon_sym_PLUS] = ACTIONS(4101), - [anon_sym_DASH] = ACTIONS(4101), - [anon_sym_SLASH] = ACTIONS(4101), - [anon_sym_PERCENT] = ACTIONS(4103), - [anon_sym_as_QMARK] = ACTIONS(4103), - [anon_sym_PLUS_PLUS] = ACTIONS(4103), - [anon_sym_DASH_DASH] = ACTIONS(4103), - [anon_sym_BANG] = ACTIONS(4101), - [anon_sym_BANG_BANG] = ACTIONS(4103), - [anon_sym_data] = ACTIONS(4101), - [anon_sym_inner] = ACTIONS(4101), - [anon_sym_expect] = ACTIONS(4101), - [anon_sym_actual] = ACTIONS(4101), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4103), - [anon_sym_continue_AT] = ACTIONS(4103), - [anon_sym_break_AT] = ACTIONS(4103), - [sym_real_literal] = ACTIONS(4103), - [sym_integer_literal] = ACTIONS(4101), - [sym_hex_literal] = ACTIONS(4103), - [sym_bin_literal] = ACTIONS(4103), - [anon_sym_true] = ACTIONS(4101), - [anon_sym_false] = ACTIONS(4101), - [anon_sym_SQUOTE] = ACTIONS(4103), - [sym__backtick_identifier] = ACTIONS(4103), - [sym__automatic_semicolon] = ACTIONS(4103), - [sym_safe_nav] = ACTIONS(4103), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4103), + [3391] = { + [sym__alpha_identifier] = ACTIONS(4893), + [anon_sym_AT] = ACTIONS(4895), + [anon_sym_LBRACK] = ACTIONS(4895), + [anon_sym_as] = ACTIONS(4893), + [anon_sym_EQ] = ACTIONS(4893), + [anon_sym_LBRACE] = ACTIONS(4895), + [anon_sym_RBRACE] = ACTIONS(4895), + [anon_sym_LPAREN] = ACTIONS(4895), + [anon_sym_COMMA] = ACTIONS(4895), + [anon_sym_LT] = ACTIONS(4893), + [anon_sym_GT] = ACTIONS(4893), + [anon_sym_where] = ACTIONS(4893), + [anon_sym_object] = ACTIONS(4893), + [anon_sym_fun] = ACTIONS(4893), + [anon_sym_DOT] = ACTIONS(4893), + [anon_sym_SEMI] = ACTIONS(4895), + [anon_sym_get] = ACTIONS(4893), + [anon_sym_set] = ACTIONS(4893), + [anon_sym_this] = ACTIONS(4893), + [anon_sym_super] = ACTIONS(4893), + [anon_sym_STAR] = ACTIONS(4893), + [sym_label] = ACTIONS(4893), + [anon_sym_in] = ACTIONS(4893), + [anon_sym_DOT_DOT] = ACTIONS(4895), + [anon_sym_QMARK_COLON] = ACTIONS(4895), + [anon_sym_AMP_AMP] = ACTIONS(4895), + [anon_sym_PIPE_PIPE] = ACTIONS(4895), + [anon_sym_null] = ACTIONS(4893), + [anon_sym_if] = ACTIONS(4893), + [anon_sym_else] = ACTIONS(4893), + [anon_sym_when] = ACTIONS(4893), + [anon_sym_try] = ACTIONS(4893), + [anon_sym_throw] = ACTIONS(4893), + [anon_sym_return] = ACTIONS(4893), + [anon_sym_continue] = ACTIONS(4893), + [anon_sym_break] = ACTIONS(4893), + [anon_sym_COLON_COLON] = ACTIONS(4895), + [anon_sym_PLUS_EQ] = ACTIONS(4895), + [anon_sym_DASH_EQ] = ACTIONS(4895), + [anon_sym_STAR_EQ] = ACTIONS(4895), + [anon_sym_SLASH_EQ] = ACTIONS(4895), + [anon_sym_PERCENT_EQ] = ACTIONS(4895), + [anon_sym_BANG_EQ] = ACTIONS(4893), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4895), + [anon_sym_EQ_EQ] = ACTIONS(4893), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4895), + [anon_sym_LT_EQ] = ACTIONS(4895), + [anon_sym_GT_EQ] = ACTIONS(4895), + [anon_sym_BANGin] = ACTIONS(4895), + [anon_sym_is] = ACTIONS(4893), + [anon_sym_BANGis] = ACTIONS(4895), + [anon_sym_PLUS] = ACTIONS(4893), + [anon_sym_DASH] = ACTIONS(4893), + [anon_sym_SLASH] = ACTIONS(4893), + [anon_sym_PERCENT] = ACTIONS(4893), + [anon_sym_as_QMARK] = ACTIONS(4895), + [anon_sym_PLUS_PLUS] = ACTIONS(4895), + [anon_sym_DASH_DASH] = ACTIONS(4895), + [anon_sym_BANG] = ACTIONS(4893), + [anon_sym_BANG_BANG] = ACTIONS(4895), + [anon_sym_data] = ACTIONS(4893), + [anon_sym_inner] = ACTIONS(4893), + [anon_sym_expect] = ACTIONS(4893), + [anon_sym_actual] = ACTIONS(4893), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4895), + [anon_sym_continue_AT] = ACTIONS(4895), + [anon_sym_break_AT] = ACTIONS(4895), + [sym_real_literal] = ACTIONS(4895), + [sym_integer_literal] = ACTIONS(4893), + [sym_hex_literal] = ACTIONS(4895), + [sym_bin_literal] = ACTIONS(4895), + [anon_sym_true] = ACTIONS(4893), + [anon_sym_false] = ACTIONS(4893), + [anon_sym_SQUOTE] = ACTIONS(4895), + [sym__backtick_identifier] = ACTIONS(4895), + [sym__automatic_semicolon] = ACTIONS(4895), + [sym_safe_nav] = ACTIONS(4895), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4895), }, - [3493] = { - [sym__alpha_identifier] = ACTIONS(4430), - [anon_sym_AT] = ACTIONS(4432), - [anon_sym_COLON] = ACTIONS(4430), - [anon_sym_LBRACK] = ACTIONS(4432), - [anon_sym_as] = ACTIONS(4430), - [anon_sym_EQ] = ACTIONS(4430), - [anon_sym_constructor] = ACTIONS(4430), - [anon_sym_LBRACE] = ACTIONS(4432), - [anon_sym_RBRACE] = ACTIONS(4432), - [anon_sym_LPAREN] = ACTIONS(4432), - [anon_sym_COMMA] = ACTIONS(4432), - [anon_sym_LT] = ACTIONS(4430), - [anon_sym_GT] = ACTIONS(4430), - [anon_sym_where] = ACTIONS(4430), - [anon_sym_DOT] = ACTIONS(4430), - [anon_sym_SEMI] = ACTIONS(4432), - [anon_sym_get] = ACTIONS(4430), - [anon_sym_set] = ACTIONS(4430), - [anon_sym_STAR] = ACTIONS(4430), - [sym_label] = ACTIONS(4432), - [anon_sym_in] = ACTIONS(4430), - [anon_sym_DOT_DOT] = ACTIONS(4432), - [anon_sym_QMARK_COLON] = ACTIONS(4432), - [anon_sym_AMP_AMP] = ACTIONS(4432), - [anon_sym_PIPE_PIPE] = ACTIONS(4432), - [anon_sym_else] = ACTIONS(4430), - [anon_sym_COLON_COLON] = ACTIONS(4432), - [anon_sym_PLUS_EQ] = ACTIONS(4432), - [anon_sym_DASH_EQ] = ACTIONS(4432), - [anon_sym_STAR_EQ] = ACTIONS(4432), - [anon_sym_SLASH_EQ] = ACTIONS(4432), - [anon_sym_PERCENT_EQ] = ACTIONS(4432), - [anon_sym_BANG_EQ] = ACTIONS(4430), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4432), - [anon_sym_EQ_EQ] = ACTIONS(4430), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4432), - [anon_sym_LT_EQ] = ACTIONS(4432), - [anon_sym_GT_EQ] = ACTIONS(4432), - [anon_sym_BANGin] = ACTIONS(4432), - [anon_sym_is] = ACTIONS(4430), - [anon_sym_BANGis] = ACTIONS(4432), - [anon_sym_PLUS] = ACTIONS(4430), - [anon_sym_DASH] = ACTIONS(4430), - [anon_sym_SLASH] = ACTIONS(4430), - [anon_sym_PERCENT] = ACTIONS(4430), - [anon_sym_as_QMARK] = ACTIONS(4432), - [anon_sym_PLUS_PLUS] = ACTIONS(4432), - [anon_sym_DASH_DASH] = ACTIONS(4432), - [anon_sym_BANG_BANG] = ACTIONS(4432), - [anon_sym_suspend] = ACTIONS(4430), - [anon_sym_sealed] = ACTIONS(4430), - [anon_sym_annotation] = ACTIONS(4430), - [anon_sym_data] = ACTIONS(4430), - [anon_sym_inner] = ACTIONS(4430), - [anon_sym_override] = ACTIONS(4430), - [anon_sym_lateinit] = ACTIONS(4430), - [anon_sym_public] = ACTIONS(4430), - [anon_sym_private] = ACTIONS(4430), - [anon_sym_internal] = ACTIONS(4430), - [anon_sym_protected] = ACTIONS(4430), - [anon_sym_tailrec] = ACTIONS(4430), - [anon_sym_operator] = ACTIONS(4430), - [anon_sym_infix] = ACTIONS(4430), - [anon_sym_inline] = ACTIONS(4430), - [anon_sym_external] = ACTIONS(4430), - [sym_property_modifier] = ACTIONS(4430), - [anon_sym_abstract] = ACTIONS(4430), - [anon_sym_final] = ACTIONS(4430), - [anon_sym_open] = ACTIONS(4430), - [anon_sym_vararg] = ACTIONS(4430), - [anon_sym_noinline] = ACTIONS(4430), - [anon_sym_crossinline] = ACTIONS(4430), - [anon_sym_expect] = ACTIONS(4430), - [anon_sym_actual] = ACTIONS(4430), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4432), - [sym__automatic_semicolon] = ACTIONS(4432), - [sym_safe_nav] = ACTIONS(4432), + [3392] = { + [sym__alpha_identifier] = ACTIONS(4857), + [anon_sym_AT] = ACTIONS(4859), + [anon_sym_LBRACK] = ACTIONS(4859), + [anon_sym_RBRACK] = ACTIONS(4859), + [anon_sym_as] = ACTIONS(4857), + [anon_sym_EQ] = ACTIONS(4857), + [anon_sym_LBRACE] = ACTIONS(4859), + [anon_sym_RBRACE] = ACTIONS(4859), + [anon_sym_LPAREN] = ACTIONS(4859), + [anon_sym_COMMA] = ACTIONS(4859), + [anon_sym_RPAREN] = ACTIONS(4859), + [anon_sym_LT] = ACTIONS(4857), + [anon_sym_GT] = ACTIONS(4857), + [anon_sym_where] = ACTIONS(4857), + [anon_sym_DOT] = ACTIONS(4857), + [anon_sym_SEMI] = ACTIONS(4859), + [anon_sym_get] = ACTIONS(4857), + [anon_sym_set] = ACTIONS(4857), + [anon_sym_STAR] = ACTIONS(4857), + [anon_sym_DASH_GT] = ACTIONS(4859), + [sym_label] = ACTIONS(4859), + [anon_sym_in] = ACTIONS(4857), + [anon_sym_while] = ACTIONS(4857), + [anon_sym_DOT_DOT] = ACTIONS(4859), + [anon_sym_QMARK_COLON] = ACTIONS(4859), + [anon_sym_AMP_AMP] = ACTIONS(4859), + [anon_sym_PIPE_PIPE] = ACTIONS(4859), + [anon_sym_else] = ACTIONS(4857), + [anon_sym_COLON_COLON] = ACTIONS(4859), + [anon_sym_PLUS_EQ] = ACTIONS(4859), + [anon_sym_DASH_EQ] = ACTIONS(4859), + [anon_sym_STAR_EQ] = ACTIONS(4859), + [anon_sym_SLASH_EQ] = ACTIONS(4859), + [anon_sym_PERCENT_EQ] = ACTIONS(4859), + [anon_sym_BANG_EQ] = ACTIONS(4857), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4859), + [anon_sym_EQ_EQ] = ACTIONS(4857), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4859), + [anon_sym_LT_EQ] = ACTIONS(4859), + [anon_sym_GT_EQ] = ACTIONS(4859), + [anon_sym_BANGin] = ACTIONS(4859), + [anon_sym_is] = ACTIONS(4857), + [anon_sym_BANGis] = ACTIONS(4859), + [anon_sym_PLUS] = ACTIONS(4857), + [anon_sym_DASH] = ACTIONS(4857), + [anon_sym_SLASH] = ACTIONS(4857), + [anon_sym_PERCENT] = ACTIONS(4857), + [anon_sym_as_QMARK] = ACTIONS(4859), + [anon_sym_PLUS_PLUS] = ACTIONS(4859), + [anon_sym_DASH_DASH] = ACTIONS(4859), + [anon_sym_BANG_BANG] = ACTIONS(4859), + [anon_sym_suspend] = ACTIONS(4857), + [anon_sym_sealed] = ACTIONS(4857), + [anon_sym_annotation] = ACTIONS(4857), + [anon_sym_data] = ACTIONS(4857), + [anon_sym_inner] = ACTIONS(4857), + [anon_sym_override] = ACTIONS(4857), + [anon_sym_lateinit] = ACTIONS(4857), + [anon_sym_public] = ACTIONS(4857), + [anon_sym_private] = ACTIONS(4857), + [anon_sym_internal] = ACTIONS(4857), + [anon_sym_protected] = ACTIONS(4857), + [anon_sym_tailrec] = ACTIONS(4857), + [anon_sym_operator] = ACTIONS(4857), + [anon_sym_infix] = ACTIONS(4857), + [anon_sym_inline] = ACTIONS(4857), + [anon_sym_external] = ACTIONS(4857), + [sym_property_modifier] = ACTIONS(4857), + [anon_sym_abstract] = ACTIONS(4857), + [anon_sym_final] = ACTIONS(4857), + [anon_sym_open] = ACTIONS(4857), + [anon_sym_vararg] = ACTIONS(4857), + [anon_sym_noinline] = ACTIONS(4857), + [anon_sym_crossinline] = ACTIONS(4857), + [anon_sym_expect] = ACTIONS(4857), + [anon_sym_actual] = ACTIONS(4857), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4859), + [sym_safe_nav] = ACTIONS(4859), [sym_multiline_comment] = ACTIONS(3), }, - [3494] = { - [sym__alpha_identifier] = ACTIONS(4378), - [anon_sym_AT] = ACTIONS(4380), - [anon_sym_LBRACK] = ACTIONS(4380), - [anon_sym_as] = ACTIONS(4378), - [anon_sym_EQ] = ACTIONS(4378), - [anon_sym_LBRACE] = ACTIONS(4380), - [anon_sym_RBRACE] = ACTIONS(4380), - [anon_sym_LPAREN] = ACTIONS(4380), - [anon_sym_COMMA] = ACTIONS(4380), - [anon_sym_LT] = ACTIONS(4378), - [anon_sym_GT] = ACTIONS(4378), - [anon_sym_where] = ACTIONS(4378), - [anon_sym_DOT] = ACTIONS(4378), - [anon_sym_SEMI] = ACTIONS(4380), - [anon_sym_get] = ACTIONS(4378), - [anon_sym_set] = ACTIONS(4378), - [anon_sym_STAR] = ACTIONS(4378), - [sym_label] = ACTIONS(4380), - [anon_sym_in] = ACTIONS(4378), - [anon_sym_DOT_DOT] = ACTIONS(4380), - [anon_sym_QMARK_COLON] = ACTIONS(4380), - [anon_sym_AMP_AMP] = ACTIONS(4380), - [anon_sym_PIPE_PIPE] = ACTIONS(4380), - [anon_sym_else] = ACTIONS(4378), - [anon_sym_catch] = ACTIONS(4378), - [anon_sym_finally] = ACTIONS(4378), - [anon_sym_COLON_COLON] = ACTIONS(4380), - [anon_sym_PLUS_EQ] = ACTIONS(4380), - [anon_sym_DASH_EQ] = ACTIONS(4380), - [anon_sym_STAR_EQ] = ACTIONS(4380), - [anon_sym_SLASH_EQ] = ACTIONS(4380), - [anon_sym_PERCENT_EQ] = ACTIONS(4380), - [anon_sym_BANG_EQ] = ACTIONS(4378), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4380), - [anon_sym_EQ_EQ] = ACTIONS(4378), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4380), - [anon_sym_LT_EQ] = ACTIONS(4380), - [anon_sym_GT_EQ] = ACTIONS(4380), - [anon_sym_BANGin] = ACTIONS(4380), - [anon_sym_is] = ACTIONS(4378), - [anon_sym_BANGis] = ACTIONS(4380), - [anon_sym_PLUS] = ACTIONS(4378), - [anon_sym_DASH] = ACTIONS(4378), - [anon_sym_SLASH] = ACTIONS(4378), - [anon_sym_PERCENT] = ACTIONS(4378), - [anon_sym_as_QMARK] = ACTIONS(4380), - [anon_sym_PLUS_PLUS] = ACTIONS(4380), - [anon_sym_DASH_DASH] = ACTIONS(4380), - [anon_sym_BANG_BANG] = ACTIONS(4380), - [anon_sym_suspend] = ACTIONS(4378), - [anon_sym_sealed] = ACTIONS(4378), - [anon_sym_annotation] = ACTIONS(4378), - [anon_sym_data] = ACTIONS(4378), - [anon_sym_inner] = ACTIONS(4378), - [anon_sym_override] = ACTIONS(4378), - [anon_sym_lateinit] = ACTIONS(4378), - [anon_sym_public] = ACTIONS(4378), - [anon_sym_private] = ACTIONS(4378), - [anon_sym_internal] = ACTIONS(4378), - [anon_sym_protected] = ACTIONS(4378), - [anon_sym_tailrec] = ACTIONS(4378), - [anon_sym_operator] = ACTIONS(4378), - [anon_sym_infix] = ACTIONS(4378), - [anon_sym_inline] = ACTIONS(4378), - [anon_sym_external] = ACTIONS(4378), - [sym_property_modifier] = ACTIONS(4378), - [anon_sym_abstract] = ACTIONS(4378), - [anon_sym_final] = ACTIONS(4378), - [anon_sym_open] = ACTIONS(4378), - [anon_sym_vararg] = ACTIONS(4378), - [anon_sym_noinline] = ACTIONS(4378), - [anon_sym_crossinline] = ACTIONS(4378), - [anon_sym_expect] = ACTIONS(4378), - [anon_sym_actual] = ACTIONS(4378), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4380), - [sym__automatic_semicolon] = ACTIONS(4380), - [sym_safe_nav] = ACTIONS(4380), + [3393] = { + [sym__alpha_identifier] = ACTIONS(3969), + [anon_sym_AT] = ACTIONS(3971), + [anon_sym_LBRACK] = ACTIONS(3971), + [anon_sym_RBRACK] = ACTIONS(3971), + [anon_sym_as] = ACTIONS(3969), + [anon_sym_EQ] = ACTIONS(3969), + [anon_sym_LBRACE] = ACTIONS(3971), + [anon_sym_RBRACE] = ACTIONS(3971), + [anon_sym_LPAREN] = ACTIONS(3971), + [anon_sym_COMMA] = ACTIONS(3971), + [anon_sym_RPAREN] = ACTIONS(3971), + [anon_sym_LT] = ACTIONS(3969), + [anon_sym_GT] = ACTIONS(3969), + [anon_sym_where] = ACTIONS(3969), + [anon_sym_DOT] = ACTIONS(3969), + [anon_sym_SEMI] = ACTIONS(3971), + [anon_sym_get] = ACTIONS(3969), + [anon_sym_set] = ACTIONS(3969), + [anon_sym_STAR] = ACTIONS(3969), + [anon_sym_DASH_GT] = ACTIONS(3971), + [sym_label] = ACTIONS(3971), + [anon_sym_in] = ACTIONS(3969), + [anon_sym_while] = ACTIONS(3969), + [anon_sym_DOT_DOT] = ACTIONS(3971), + [anon_sym_QMARK_COLON] = ACTIONS(3971), + [anon_sym_AMP_AMP] = ACTIONS(3971), + [anon_sym_PIPE_PIPE] = ACTIONS(3971), + [anon_sym_else] = ACTIONS(3969), + [anon_sym_COLON_COLON] = ACTIONS(3971), + [anon_sym_PLUS_EQ] = ACTIONS(3971), + [anon_sym_DASH_EQ] = ACTIONS(3971), + [anon_sym_STAR_EQ] = ACTIONS(3971), + [anon_sym_SLASH_EQ] = ACTIONS(3971), + [anon_sym_PERCENT_EQ] = ACTIONS(3971), + [anon_sym_BANG_EQ] = ACTIONS(3969), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3971), + [anon_sym_EQ_EQ] = ACTIONS(3969), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3971), + [anon_sym_LT_EQ] = ACTIONS(3971), + [anon_sym_GT_EQ] = ACTIONS(3971), + [anon_sym_BANGin] = ACTIONS(3971), + [anon_sym_is] = ACTIONS(3969), + [anon_sym_BANGis] = ACTIONS(3971), + [anon_sym_PLUS] = ACTIONS(3969), + [anon_sym_DASH] = ACTIONS(3969), + [anon_sym_SLASH] = ACTIONS(3969), + [anon_sym_PERCENT] = ACTIONS(3969), + [anon_sym_as_QMARK] = ACTIONS(3971), + [anon_sym_PLUS_PLUS] = ACTIONS(3971), + [anon_sym_DASH_DASH] = ACTIONS(3971), + [anon_sym_BANG_BANG] = ACTIONS(3971), + [anon_sym_suspend] = ACTIONS(3969), + [anon_sym_sealed] = ACTIONS(3969), + [anon_sym_annotation] = ACTIONS(3969), + [anon_sym_data] = ACTIONS(3969), + [anon_sym_inner] = ACTIONS(3969), + [anon_sym_override] = ACTIONS(3969), + [anon_sym_lateinit] = ACTIONS(3969), + [anon_sym_public] = ACTIONS(3969), + [anon_sym_private] = ACTIONS(3969), + [anon_sym_internal] = ACTIONS(3969), + [anon_sym_protected] = ACTIONS(3969), + [anon_sym_tailrec] = ACTIONS(3969), + [anon_sym_operator] = ACTIONS(3969), + [anon_sym_infix] = ACTIONS(3969), + [anon_sym_inline] = ACTIONS(3969), + [anon_sym_external] = ACTIONS(3969), + [sym_property_modifier] = ACTIONS(3969), + [anon_sym_abstract] = ACTIONS(3969), + [anon_sym_final] = ACTIONS(3969), + [anon_sym_open] = ACTIONS(3969), + [anon_sym_vararg] = ACTIONS(3969), + [anon_sym_noinline] = ACTIONS(3969), + [anon_sym_crossinline] = ACTIONS(3969), + [anon_sym_expect] = ACTIONS(3969), + [anon_sym_actual] = ACTIONS(3969), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3971), + [sym_safe_nav] = ACTIONS(3971), [sym_multiline_comment] = ACTIONS(3), }, - [3495] = { - [sym__alpha_identifier] = ACTIONS(4374), - [anon_sym_AT] = ACTIONS(4376), - [anon_sym_LBRACK] = ACTIONS(4376), - [anon_sym_as] = ACTIONS(4374), - [anon_sym_EQ] = ACTIONS(4374), - [anon_sym_LBRACE] = ACTIONS(4376), - [anon_sym_RBRACE] = ACTIONS(4376), - [anon_sym_LPAREN] = ACTIONS(4376), - [anon_sym_COMMA] = ACTIONS(4376), - [anon_sym_LT] = ACTIONS(4374), - [anon_sym_GT] = ACTIONS(4374), - [anon_sym_where] = ACTIONS(4374), - [anon_sym_DOT] = ACTIONS(4374), - [anon_sym_SEMI] = ACTIONS(4376), - [anon_sym_get] = ACTIONS(4374), - [anon_sym_set] = ACTIONS(4374), - [anon_sym_STAR] = ACTIONS(4374), - [sym_label] = ACTIONS(4376), - [anon_sym_in] = ACTIONS(4374), - [anon_sym_DOT_DOT] = ACTIONS(4376), - [anon_sym_QMARK_COLON] = ACTIONS(4376), - [anon_sym_AMP_AMP] = ACTIONS(4376), - [anon_sym_PIPE_PIPE] = ACTIONS(4376), - [anon_sym_else] = ACTIONS(4374), - [anon_sym_catch] = ACTIONS(4374), - [anon_sym_finally] = ACTIONS(4374), - [anon_sym_COLON_COLON] = ACTIONS(4376), - [anon_sym_PLUS_EQ] = ACTIONS(4376), - [anon_sym_DASH_EQ] = ACTIONS(4376), - [anon_sym_STAR_EQ] = ACTIONS(4376), - [anon_sym_SLASH_EQ] = ACTIONS(4376), - [anon_sym_PERCENT_EQ] = ACTIONS(4376), - [anon_sym_BANG_EQ] = ACTIONS(4374), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4376), - [anon_sym_EQ_EQ] = ACTIONS(4374), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4376), - [anon_sym_LT_EQ] = ACTIONS(4376), - [anon_sym_GT_EQ] = ACTIONS(4376), - [anon_sym_BANGin] = ACTIONS(4376), - [anon_sym_is] = ACTIONS(4374), - [anon_sym_BANGis] = ACTIONS(4376), - [anon_sym_PLUS] = ACTIONS(4374), - [anon_sym_DASH] = ACTIONS(4374), - [anon_sym_SLASH] = ACTIONS(4374), - [anon_sym_PERCENT] = ACTIONS(4374), - [anon_sym_as_QMARK] = ACTIONS(4376), - [anon_sym_PLUS_PLUS] = ACTIONS(4376), - [anon_sym_DASH_DASH] = ACTIONS(4376), - [anon_sym_BANG_BANG] = ACTIONS(4376), - [anon_sym_suspend] = ACTIONS(4374), - [anon_sym_sealed] = ACTIONS(4374), - [anon_sym_annotation] = ACTIONS(4374), - [anon_sym_data] = ACTIONS(4374), - [anon_sym_inner] = ACTIONS(4374), - [anon_sym_override] = ACTIONS(4374), - [anon_sym_lateinit] = ACTIONS(4374), - [anon_sym_public] = ACTIONS(4374), - [anon_sym_private] = ACTIONS(4374), - [anon_sym_internal] = ACTIONS(4374), - [anon_sym_protected] = ACTIONS(4374), - [anon_sym_tailrec] = ACTIONS(4374), - [anon_sym_operator] = ACTIONS(4374), - [anon_sym_infix] = ACTIONS(4374), - [anon_sym_inline] = ACTIONS(4374), - [anon_sym_external] = ACTIONS(4374), - [sym_property_modifier] = ACTIONS(4374), - [anon_sym_abstract] = ACTIONS(4374), - [anon_sym_final] = ACTIONS(4374), - [anon_sym_open] = ACTIONS(4374), - [anon_sym_vararg] = ACTIONS(4374), - [anon_sym_noinline] = ACTIONS(4374), - [anon_sym_crossinline] = ACTIONS(4374), - [anon_sym_expect] = ACTIONS(4374), - [anon_sym_actual] = ACTIONS(4374), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4376), - [sym__automatic_semicolon] = ACTIONS(4376), - [sym_safe_nav] = ACTIONS(4376), + [3394] = { + [sym__alpha_identifier] = ACTIONS(4983), + [anon_sym_AT] = ACTIONS(4985), + [anon_sym_LBRACK] = ACTIONS(4985), + [anon_sym_RBRACK] = ACTIONS(4985), + [anon_sym_as] = ACTIONS(4983), + [anon_sym_EQ] = ACTIONS(4983), + [anon_sym_LBRACE] = ACTIONS(4985), + [anon_sym_RBRACE] = ACTIONS(4985), + [anon_sym_LPAREN] = ACTIONS(4985), + [anon_sym_COMMA] = ACTIONS(4985), + [anon_sym_RPAREN] = ACTIONS(4985), + [anon_sym_LT] = ACTIONS(4983), + [anon_sym_GT] = ACTIONS(4983), + [anon_sym_where] = ACTIONS(4983), + [anon_sym_DOT] = ACTIONS(4983), + [anon_sym_SEMI] = ACTIONS(4985), + [anon_sym_get] = ACTIONS(4983), + [anon_sym_set] = ACTIONS(4983), + [anon_sym_STAR] = ACTIONS(4983), + [anon_sym_DASH_GT] = ACTIONS(4985), + [sym_label] = ACTIONS(4985), + [anon_sym_in] = ACTIONS(4983), + [anon_sym_while] = ACTIONS(4983), + [anon_sym_DOT_DOT] = ACTIONS(4985), + [anon_sym_QMARK_COLON] = ACTIONS(4985), + [anon_sym_AMP_AMP] = ACTIONS(4985), + [anon_sym_PIPE_PIPE] = ACTIONS(4985), + [anon_sym_else] = ACTIONS(4983), + [anon_sym_COLON_COLON] = ACTIONS(4985), + [anon_sym_PLUS_EQ] = ACTIONS(4985), + [anon_sym_DASH_EQ] = ACTIONS(4985), + [anon_sym_STAR_EQ] = ACTIONS(4985), + [anon_sym_SLASH_EQ] = ACTIONS(4985), + [anon_sym_PERCENT_EQ] = ACTIONS(4985), + [anon_sym_BANG_EQ] = ACTIONS(4983), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4985), + [anon_sym_EQ_EQ] = ACTIONS(4983), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4985), + [anon_sym_LT_EQ] = ACTIONS(4985), + [anon_sym_GT_EQ] = ACTIONS(4985), + [anon_sym_BANGin] = ACTIONS(4985), + [anon_sym_is] = ACTIONS(4983), + [anon_sym_BANGis] = ACTIONS(4985), + [anon_sym_PLUS] = ACTIONS(4983), + [anon_sym_DASH] = ACTIONS(4983), + [anon_sym_SLASH] = ACTIONS(4983), + [anon_sym_PERCENT] = ACTIONS(4983), + [anon_sym_as_QMARK] = ACTIONS(4985), + [anon_sym_PLUS_PLUS] = ACTIONS(4985), + [anon_sym_DASH_DASH] = ACTIONS(4985), + [anon_sym_BANG_BANG] = ACTIONS(4985), + [anon_sym_suspend] = ACTIONS(4983), + [anon_sym_sealed] = ACTIONS(4983), + [anon_sym_annotation] = ACTIONS(4983), + [anon_sym_data] = ACTIONS(4983), + [anon_sym_inner] = ACTIONS(4983), + [anon_sym_override] = ACTIONS(4983), + [anon_sym_lateinit] = ACTIONS(4983), + [anon_sym_public] = ACTIONS(4983), + [anon_sym_private] = ACTIONS(4983), + [anon_sym_internal] = ACTIONS(4983), + [anon_sym_protected] = ACTIONS(4983), + [anon_sym_tailrec] = ACTIONS(4983), + [anon_sym_operator] = ACTIONS(4983), + [anon_sym_infix] = ACTIONS(4983), + [anon_sym_inline] = ACTIONS(4983), + [anon_sym_external] = ACTIONS(4983), + [sym_property_modifier] = ACTIONS(4983), + [anon_sym_abstract] = ACTIONS(4983), + [anon_sym_final] = ACTIONS(4983), + [anon_sym_open] = ACTIONS(4983), + [anon_sym_vararg] = ACTIONS(4983), + [anon_sym_noinline] = ACTIONS(4983), + [anon_sym_crossinline] = ACTIONS(4983), + [anon_sym_expect] = ACTIONS(4983), + [anon_sym_actual] = ACTIONS(4983), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4985), + [sym_safe_nav] = ACTIONS(4985), [sym_multiline_comment] = ACTIONS(3), }, - [3496] = { - [sym__alpha_identifier] = ACTIONS(4136), - [anon_sym_AT] = ACTIONS(4132), - [anon_sym_COLON] = ACTIONS(6453), - [anon_sym_LBRACK] = ACTIONS(4132), - [anon_sym_as] = ACTIONS(4136), - [anon_sym_EQ] = ACTIONS(4136), - [anon_sym_LBRACE] = ACTIONS(4132), - [anon_sym_RBRACE] = ACTIONS(4132), - [anon_sym_LPAREN] = ACTIONS(4132), - [anon_sym_COMMA] = ACTIONS(4132), - [anon_sym_by] = ACTIONS(4136), - [anon_sym_LT] = ACTIONS(4136), - [anon_sym_GT] = ACTIONS(4136), - [anon_sym_where] = ACTIONS(4136), - [anon_sym_DOT] = ACTIONS(4136), - [anon_sym_SEMI] = ACTIONS(4132), - [anon_sym_get] = ACTIONS(4136), - [anon_sym_set] = ACTIONS(4136), - [anon_sym_STAR] = ACTIONS(4136), - [sym_label] = ACTIONS(4132), - [anon_sym_in] = ACTIONS(4136), - [anon_sym_DOT_DOT] = ACTIONS(4132), - [anon_sym_QMARK_COLON] = ACTIONS(4132), - [anon_sym_AMP_AMP] = ACTIONS(4132), - [anon_sym_PIPE_PIPE] = ACTIONS(4132), - [anon_sym_else] = ACTIONS(4136), - [anon_sym_COLON_COLON] = ACTIONS(4132), - [anon_sym_PLUS_EQ] = ACTIONS(4132), - [anon_sym_DASH_EQ] = ACTIONS(4132), - [anon_sym_STAR_EQ] = ACTIONS(4132), - [anon_sym_SLASH_EQ] = ACTIONS(4132), - [anon_sym_PERCENT_EQ] = ACTIONS(4132), - [anon_sym_BANG_EQ] = ACTIONS(4136), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4132), - [anon_sym_EQ_EQ] = ACTIONS(4136), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4132), - [anon_sym_LT_EQ] = ACTIONS(4132), - [anon_sym_GT_EQ] = ACTIONS(4132), - [anon_sym_BANGin] = ACTIONS(4132), - [anon_sym_is] = ACTIONS(4136), - [anon_sym_BANGis] = ACTIONS(4132), - [anon_sym_PLUS] = ACTIONS(4136), - [anon_sym_DASH] = ACTIONS(4136), - [anon_sym_SLASH] = ACTIONS(4136), - [anon_sym_PERCENT] = ACTIONS(4136), - [anon_sym_as_QMARK] = ACTIONS(4132), - [anon_sym_PLUS_PLUS] = ACTIONS(4132), - [anon_sym_DASH_DASH] = ACTIONS(4132), - [anon_sym_BANG_BANG] = ACTIONS(4132), - [anon_sym_suspend] = ACTIONS(4136), - [anon_sym_sealed] = ACTIONS(4136), - [anon_sym_annotation] = ACTIONS(4136), - [anon_sym_data] = ACTIONS(4136), - [anon_sym_inner] = ACTIONS(4136), - [anon_sym_override] = ACTIONS(4136), - [anon_sym_lateinit] = ACTIONS(4136), - [anon_sym_public] = ACTIONS(4136), - [anon_sym_private] = ACTIONS(4136), - [anon_sym_internal] = ACTIONS(4136), - [anon_sym_protected] = ACTIONS(4136), - [anon_sym_tailrec] = ACTIONS(4136), - [anon_sym_operator] = ACTIONS(4136), - [anon_sym_infix] = ACTIONS(4136), - [anon_sym_inline] = ACTIONS(4136), - [anon_sym_external] = ACTIONS(4136), - [sym_property_modifier] = ACTIONS(4136), - [anon_sym_abstract] = ACTIONS(4136), - [anon_sym_final] = ACTIONS(4136), - [anon_sym_open] = ACTIONS(4136), - [anon_sym_vararg] = ACTIONS(4136), - [anon_sym_noinline] = ACTIONS(4136), - [anon_sym_crossinline] = ACTIONS(4136), - [anon_sym_expect] = ACTIONS(4136), - [anon_sym_actual] = ACTIONS(4136), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4132), - [sym__automatic_semicolon] = ACTIONS(4132), - [sym_safe_nav] = ACTIONS(4132), + [3395] = { + [sym__alpha_identifier] = ACTIONS(5019), + [anon_sym_AT] = ACTIONS(5021), + [anon_sym_LBRACK] = ACTIONS(5021), + [anon_sym_as] = ACTIONS(5019), + [anon_sym_EQ] = ACTIONS(5019), + [anon_sym_LBRACE] = ACTIONS(5021), + [anon_sym_RBRACE] = ACTIONS(5021), + [anon_sym_LPAREN] = ACTIONS(5021), + [anon_sym_COMMA] = ACTIONS(5021), + [anon_sym_LT] = ACTIONS(5019), + [anon_sym_GT] = ACTIONS(5019), + [anon_sym_where] = ACTIONS(5019), + [anon_sym_object] = ACTIONS(5019), + [anon_sym_fun] = ACTIONS(5019), + [anon_sym_DOT] = ACTIONS(5019), + [anon_sym_SEMI] = ACTIONS(5021), + [anon_sym_get] = ACTIONS(5019), + [anon_sym_set] = ACTIONS(5019), + [anon_sym_this] = ACTIONS(5019), + [anon_sym_super] = ACTIONS(5019), + [anon_sym_STAR] = ACTIONS(5019), + [sym_label] = ACTIONS(5019), + [anon_sym_in] = ACTIONS(5019), + [anon_sym_DOT_DOT] = ACTIONS(5021), + [anon_sym_QMARK_COLON] = ACTIONS(5021), + [anon_sym_AMP_AMP] = ACTIONS(5021), + [anon_sym_PIPE_PIPE] = ACTIONS(5021), + [anon_sym_null] = ACTIONS(5019), + [anon_sym_if] = ACTIONS(5019), + [anon_sym_else] = ACTIONS(5019), + [anon_sym_when] = ACTIONS(5019), + [anon_sym_try] = ACTIONS(5019), + [anon_sym_throw] = ACTIONS(5019), + [anon_sym_return] = ACTIONS(5019), + [anon_sym_continue] = ACTIONS(5019), + [anon_sym_break] = ACTIONS(5019), + [anon_sym_COLON_COLON] = ACTIONS(5021), + [anon_sym_PLUS_EQ] = ACTIONS(5021), + [anon_sym_DASH_EQ] = ACTIONS(5021), + [anon_sym_STAR_EQ] = ACTIONS(5021), + [anon_sym_SLASH_EQ] = ACTIONS(5021), + [anon_sym_PERCENT_EQ] = ACTIONS(5021), + [anon_sym_BANG_EQ] = ACTIONS(5019), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5021), + [anon_sym_EQ_EQ] = ACTIONS(5019), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5021), + [anon_sym_LT_EQ] = ACTIONS(5021), + [anon_sym_GT_EQ] = ACTIONS(5021), + [anon_sym_BANGin] = ACTIONS(5021), + [anon_sym_is] = ACTIONS(5019), + [anon_sym_BANGis] = ACTIONS(5021), + [anon_sym_PLUS] = ACTIONS(5019), + [anon_sym_DASH] = ACTIONS(5019), + [anon_sym_SLASH] = ACTIONS(5019), + [anon_sym_PERCENT] = ACTIONS(5019), + [anon_sym_as_QMARK] = ACTIONS(5021), + [anon_sym_PLUS_PLUS] = ACTIONS(5021), + [anon_sym_DASH_DASH] = ACTIONS(5021), + [anon_sym_BANG] = ACTIONS(5019), + [anon_sym_BANG_BANG] = ACTIONS(5021), + [anon_sym_data] = ACTIONS(5019), + [anon_sym_inner] = ACTIONS(5019), + [anon_sym_expect] = ACTIONS(5019), + [anon_sym_actual] = ACTIONS(5019), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5021), + [anon_sym_continue_AT] = ACTIONS(5021), + [anon_sym_break_AT] = ACTIONS(5021), + [sym_real_literal] = ACTIONS(5021), + [sym_integer_literal] = ACTIONS(5019), + [sym_hex_literal] = ACTIONS(5021), + [sym_bin_literal] = ACTIONS(5021), + [anon_sym_true] = ACTIONS(5019), + [anon_sym_false] = ACTIONS(5019), + [anon_sym_SQUOTE] = ACTIONS(5021), + [sym__backtick_identifier] = ACTIONS(5021), + [sym__automatic_semicolon] = ACTIONS(5021), + [sym_safe_nav] = ACTIONS(5021), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5021), }, - [3497] = { - [sym__alpha_identifier] = ACTIONS(4473), - [anon_sym_AT] = ACTIONS(4475), - [anon_sym_LBRACK] = ACTIONS(4475), - [anon_sym_as] = ACTIONS(4473), - [anon_sym_EQ] = ACTIONS(4473), - [anon_sym_LBRACE] = ACTIONS(4475), - [anon_sym_RBRACE] = ACTIONS(4475), - [anon_sym_LPAREN] = ACTIONS(4475), - [anon_sym_COMMA] = ACTIONS(4475), - [anon_sym_LT] = ACTIONS(4473), - [anon_sym_GT] = ACTIONS(4473), - [anon_sym_where] = ACTIONS(4473), - [anon_sym_DOT] = ACTIONS(4473), - [anon_sym_SEMI] = ACTIONS(4475), - [anon_sym_get] = ACTIONS(4473), - [anon_sym_set] = ACTIONS(4473), - [anon_sym_STAR] = ACTIONS(4473), - [sym_label] = ACTIONS(4475), - [anon_sym_in] = ACTIONS(4473), - [anon_sym_DOT_DOT] = ACTIONS(4475), - [anon_sym_QMARK_COLON] = ACTIONS(4475), - [anon_sym_AMP_AMP] = ACTIONS(4475), - [anon_sym_PIPE_PIPE] = ACTIONS(4475), - [anon_sym_else] = ACTIONS(4473), - [anon_sym_COLON_COLON] = ACTIONS(4475), - [anon_sym_PLUS_EQ] = ACTIONS(4475), - [anon_sym_DASH_EQ] = ACTIONS(4475), - [anon_sym_STAR_EQ] = ACTIONS(4475), - [anon_sym_SLASH_EQ] = ACTIONS(4475), - [anon_sym_PERCENT_EQ] = ACTIONS(4475), - [anon_sym_BANG_EQ] = ACTIONS(4473), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4475), - [anon_sym_EQ_EQ] = ACTIONS(4473), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4475), - [anon_sym_LT_EQ] = ACTIONS(4475), - [anon_sym_GT_EQ] = ACTIONS(4475), - [anon_sym_BANGin] = ACTIONS(4475), - [anon_sym_is] = ACTIONS(4473), - [anon_sym_BANGis] = ACTIONS(4475), - [anon_sym_PLUS] = ACTIONS(4473), - [anon_sym_DASH] = ACTIONS(4473), - [anon_sym_SLASH] = ACTIONS(4473), - [anon_sym_PERCENT] = ACTIONS(4473), - [anon_sym_as_QMARK] = ACTIONS(4475), - [anon_sym_PLUS_PLUS] = ACTIONS(4475), - [anon_sym_DASH_DASH] = ACTIONS(4475), - [anon_sym_BANG_BANG] = ACTIONS(4475), - [anon_sym_suspend] = ACTIONS(4473), - [anon_sym_sealed] = ACTIONS(4473), - [anon_sym_annotation] = ACTIONS(4473), - [anon_sym_data] = ACTIONS(4473), - [anon_sym_inner] = ACTIONS(4473), - [anon_sym_override] = ACTIONS(4473), - [anon_sym_lateinit] = ACTIONS(4473), - [anon_sym_public] = ACTIONS(4473), - [anon_sym_private] = ACTIONS(4473), - [anon_sym_internal] = ACTIONS(4473), - [anon_sym_protected] = ACTIONS(4473), - [anon_sym_tailrec] = ACTIONS(4473), - [anon_sym_operator] = ACTIONS(4473), - [anon_sym_infix] = ACTIONS(4473), - [anon_sym_inline] = ACTIONS(4473), - [anon_sym_external] = ACTIONS(4473), - [sym_property_modifier] = ACTIONS(4473), - [anon_sym_abstract] = ACTIONS(4473), - [anon_sym_final] = ACTIONS(4473), - [anon_sym_open] = ACTIONS(4473), - [anon_sym_vararg] = ACTIONS(4473), - [anon_sym_noinline] = ACTIONS(4473), - [anon_sym_crossinline] = ACTIONS(4473), - [anon_sym_expect] = ACTIONS(4473), - [anon_sym_actual] = ACTIONS(4473), - [sym_line_comment] = ACTIONS(3), - [aux_sym_unsigned_literal_token1] = ACTIONS(6644), - [anon_sym_L] = ACTIONS(6646), - [sym__backtick_identifier] = ACTIONS(4475), - [sym__automatic_semicolon] = ACTIONS(4475), - [sym_safe_nav] = ACTIONS(4475), - [sym_multiline_comment] = ACTIONS(3), + [3396] = { + [sym__alpha_identifier] = ACTIONS(4720), + [anon_sym_AT] = ACTIONS(4722), + [anon_sym_LBRACK] = ACTIONS(4722), + [anon_sym_as] = ACTIONS(4720), + [anon_sym_EQ] = ACTIONS(4720), + [anon_sym_LBRACE] = ACTIONS(4722), + [anon_sym_RBRACE] = ACTIONS(4722), + [anon_sym_LPAREN] = ACTIONS(4722), + [anon_sym_COMMA] = ACTIONS(4722), + [anon_sym_LT] = ACTIONS(4720), + [anon_sym_GT] = ACTIONS(4720), + [anon_sym_where] = ACTIONS(4720), + [anon_sym_object] = ACTIONS(4720), + [anon_sym_fun] = ACTIONS(4720), + [anon_sym_DOT] = ACTIONS(4720), + [anon_sym_SEMI] = ACTIONS(4722), + [anon_sym_get] = ACTIONS(4720), + [anon_sym_set] = ACTIONS(4720), + [anon_sym_this] = ACTIONS(4720), + [anon_sym_super] = ACTIONS(4720), + [anon_sym_STAR] = ACTIONS(4720), + [sym_label] = ACTIONS(4720), + [anon_sym_in] = ACTIONS(4720), + [anon_sym_DOT_DOT] = ACTIONS(4722), + [anon_sym_QMARK_COLON] = ACTIONS(4722), + [anon_sym_AMP_AMP] = ACTIONS(4722), + [anon_sym_PIPE_PIPE] = ACTIONS(4722), + [anon_sym_null] = ACTIONS(4720), + [anon_sym_if] = ACTIONS(4720), + [anon_sym_else] = ACTIONS(4720), + [anon_sym_when] = ACTIONS(4720), + [anon_sym_try] = ACTIONS(4720), + [anon_sym_throw] = ACTIONS(4720), + [anon_sym_return] = ACTIONS(4720), + [anon_sym_continue] = ACTIONS(4720), + [anon_sym_break] = ACTIONS(4720), + [anon_sym_COLON_COLON] = ACTIONS(4722), + [anon_sym_PLUS_EQ] = ACTIONS(4722), + [anon_sym_DASH_EQ] = ACTIONS(4722), + [anon_sym_STAR_EQ] = ACTIONS(4722), + [anon_sym_SLASH_EQ] = ACTIONS(4722), + [anon_sym_PERCENT_EQ] = ACTIONS(4722), + [anon_sym_BANG_EQ] = ACTIONS(4720), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4722), + [anon_sym_EQ_EQ] = ACTIONS(4720), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4722), + [anon_sym_LT_EQ] = ACTIONS(4722), + [anon_sym_GT_EQ] = ACTIONS(4722), + [anon_sym_BANGin] = ACTIONS(4722), + [anon_sym_is] = ACTIONS(4720), + [anon_sym_BANGis] = ACTIONS(4722), + [anon_sym_PLUS] = ACTIONS(4720), + [anon_sym_DASH] = ACTIONS(4720), + [anon_sym_SLASH] = ACTIONS(4720), + [anon_sym_PERCENT] = ACTIONS(4720), + [anon_sym_as_QMARK] = ACTIONS(4722), + [anon_sym_PLUS_PLUS] = ACTIONS(4722), + [anon_sym_DASH_DASH] = ACTIONS(4722), + [anon_sym_BANG] = ACTIONS(4720), + [anon_sym_BANG_BANG] = ACTIONS(4722), + [anon_sym_data] = ACTIONS(4720), + [anon_sym_inner] = ACTIONS(4720), + [anon_sym_expect] = ACTIONS(4720), + [anon_sym_actual] = ACTIONS(4720), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4722), + [anon_sym_continue_AT] = ACTIONS(4722), + [anon_sym_break_AT] = ACTIONS(4722), + [sym_real_literal] = ACTIONS(4722), + [sym_integer_literal] = ACTIONS(4720), + [sym_hex_literal] = ACTIONS(4722), + [sym_bin_literal] = ACTIONS(4722), + [anon_sym_true] = ACTIONS(4720), + [anon_sym_false] = ACTIONS(4720), + [anon_sym_SQUOTE] = ACTIONS(4722), + [sym__backtick_identifier] = ACTIONS(4722), + [sym__automatic_semicolon] = ACTIONS(4722), + [sym_safe_nav] = ACTIONS(4722), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4722), }, - [3498] = { - [sym_type_constraints] = STATE(3619), - [sym_enum_class_body] = STATE(3774), - [sym__alpha_identifier] = ACTIONS(4460), - [anon_sym_AT] = ACTIONS(4462), - [anon_sym_LBRACK] = ACTIONS(4462), - [anon_sym_as] = ACTIONS(4460), - [anon_sym_EQ] = ACTIONS(4460), - [anon_sym_LBRACE] = ACTIONS(5359), - [anon_sym_RBRACE] = ACTIONS(4462), - [anon_sym_LPAREN] = ACTIONS(4462), - [anon_sym_COMMA] = ACTIONS(4462), - [anon_sym_LT] = ACTIONS(4460), - [anon_sym_GT] = ACTIONS(4460), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(4460), - [anon_sym_SEMI] = ACTIONS(4462), - [anon_sym_get] = ACTIONS(4460), - [anon_sym_set] = ACTIONS(4460), - [anon_sym_STAR] = ACTIONS(4460), - [sym_label] = ACTIONS(4462), - [anon_sym_in] = ACTIONS(4460), - [anon_sym_DOT_DOT] = ACTIONS(4462), - [anon_sym_QMARK_COLON] = ACTIONS(4462), - [anon_sym_AMP_AMP] = ACTIONS(4462), - [anon_sym_PIPE_PIPE] = ACTIONS(4462), - [anon_sym_else] = ACTIONS(4460), - [anon_sym_COLON_COLON] = ACTIONS(4462), - [anon_sym_PLUS_EQ] = ACTIONS(4462), - [anon_sym_DASH_EQ] = ACTIONS(4462), - [anon_sym_STAR_EQ] = ACTIONS(4462), - [anon_sym_SLASH_EQ] = ACTIONS(4462), - [anon_sym_PERCENT_EQ] = ACTIONS(4462), - [anon_sym_BANG_EQ] = ACTIONS(4460), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4462), - [anon_sym_EQ_EQ] = ACTIONS(4460), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4462), - [anon_sym_LT_EQ] = ACTIONS(4462), - [anon_sym_GT_EQ] = ACTIONS(4462), - [anon_sym_BANGin] = ACTIONS(4462), - [anon_sym_is] = ACTIONS(4460), - [anon_sym_BANGis] = ACTIONS(4462), - [anon_sym_PLUS] = ACTIONS(4460), - [anon_sym_DASH] = ACTIONS(4460), - [anon_sym_SLASH] = ACTIONS(4460), - [anon_sym_PERCENT] = ACTIONS(4460), - [anon_sym_as_QMARK] = ACTIONS(4462), - [anon_sym_PLUS_PLUS] = ACTIONS(4462), - [anon_sym_DASH_DASH] = ACTIONS(4462), - [anon_sym_BANG_BANG] = ACTIONS(4462), - [anon_sym_suspend] = ACTIONS(4460), - [anon_sym_sealed] = ACTIONS(4460), - [anon_sym_annotation] = ACTIONS(4460), - [anon_sym_data] = ACTIONS(4460), - [anon_sym_inner] = ACTIONS(4460), - [anon_sym_override] = ACTIONS(4460), - [anon_sym_lateinit] = ACTIONS(4460), - [anon_sym_public] = ACTIONS(4460), - [anon_sym_private] = ACTIONS(4460), - [anon_sym_internal] = ACTIONS(4460), - [anon_sym_protected] = ACTIONS(4460), - [anon_sym_tailrec] = ACTIONS(4460), - [anon_sym_operator] = ACTIONS(4460), - [anon_sym_infix] = ACTIONS(4460), - [anon_sym_inline] = ACTIONS(4460), - [anon_sym_external] = ACTIONS(4460), - [sym_property_modifier] = ACTIONS(4460), - [anon_sym_abstract] = ACTIONS(4460), - [anon_sym_final] = ACTIONS(4460), - [anon_sym_open] = ACTIONS(4460), - [anon_sym_vararg] = ACTIONS(4460), - [anon_sym_noinline] = ACTIONS(4460), - [anon_sym_crossinline] = ACTIONS(4460), - [anon_sym_expect] = ACTIONS(4460), - [anon_sym_actual] = ACTIONS(4460), + [3397] = { + [aux_sym_nullable_type_repeat1] = STATE(3407), + [sym__alpha_identifier] = ACTIONS(4250), + [anon_sym_AT] = ACTIONS(4252), + [anon_sym_LBRACK] = ACTIONS(4252), + [anon_sym_EQ] = ACTIONS(4252), + [anon_sym_LBRACE] = ACTIONS(4252), + [anon_sym_RBRACE] = ACTIONS(4252), + [anon_sym_LPAREN] = ACTIONS(4252), + [anon_sym_COMMA] = ACTIONS(4252), + [anon_sym_by] = ACTIONS(4250), + [anon_sym_where] = ACTIONS(4250), + [anon_sym_object] = ACTIONS(4250), + [anon_sym_fun] = ACTIONS(4250), + [anon_sym_SEMI] = ACTIONS(4252), + [anon_sym_get] = ACTIONS(4250), + [anon_sym_set] = ACTIONS(4250), + [anon_sym_this] = ACTIONS(4250), + [anon_sym_super] = ACTIONS(4250), + [sym__quest] = ACTIONS(6571), + [anon_sym_STAR] = ACTIONS(4252), + [sym_label] = ACTIONS(4250), + [anon_sym_in] = ACTIONS(4250), + [anon_sym_null] = ACTIONS(4250), + [anon_sym_if] = ACTIONS(4250), + [anon_sym_else] = ACTIONS(4250), + [anon_sym_when] = ACTIONS(4250), + [anon_sym_try] = ACTIONS(4250), + [anon_sym_throw] = ACTIONS(4250), + [anon_sym_return] = ACTIONS(4250), + [anon_sym_continue] = ACTIONS(4250), + [anon_sym_break] = ACTIONS(4250), + [anon_sym_COLON_COLON] = ACTIONS(4252), + [anon_sym_BANGin] = ACTIONS(4252), + [anon_sym_is] = ACTIONS(4250), + [anon_sym_BANGis] = ACTIONS(4252), + [anon_sym_PLUS] = ACTIONS(4250), + [anon_sym_DASH] = ACTIONS(4250), + [anon_sym_PLUS_PLUS] = ACTIONS(4252), + [anon_sym_DASH_DASH] = ACTIONS(4252), + [anon_sym_BANG] = ACTIONS(4250), + [anon_sym_suspend] = ACTIONS(4250), + [anon_sym_sealed] = ACTIONS(4250), + [anon_sym_annotation] = ACTIONS(4250), + [anon_sym_data] = ACTIONS(4250), + [anon_sym_inner] = ACTIONS(4250), + [anon_sym_override] = ACTIONS(4250), + [anon_sym_lateinit] = ACTIONS(4250), + [anon_sym_public] = ACTIONS(4250), + [anon_sym_private] = ACTIONS(4250), + [anon_sym_internal] = ACTIONS(4250), + [anon_sym_protected] = ACTIONS(4250), + [anon_sym_tailrec] = ACTIONS(4250), + [anon_sym_operator] = ACTIONS(4250), + [anon_sym_infix] = ACTIONS(4250), + [anon_sym_inline] = ACTIONS(4250), + [anon_sym_external] = ACTIONS(4250), + [sym_property_modifier] = ACTIONS(4250), + [anon_sym_abstract] = ACTIONS(4250), + [anon_sym_final] = ACTIONS(4250), + [anon_sym_open] = ACTIONS(4250), + [anon_sym_vararg] = ACTIONS(4250), + [anon_sym_noinline] = ACTIONS(4250), + [anon_sym_crossinline] = ACTIONS(4250), + [anon_sym_expect] = ACTIONS(4250), + [anon_sym_actual] = ACTIONS(4250), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4462), - [sym__automatic_semicolon] = ACTIONS(4462), - [sym_safe_nav] = ACTIONS(4462), + [anon_sym_return_AT] = ACTIONS(4252), + [anon_sym_continue_AT] = ACTIONS(4252), + [anon_sym_break_AT] = ACTIONS(4252), + [sym_real_literal] = ACTIONS(4252), + [sym_integer_literal] = ACTIONS(4250), + [sym_hex_literal] = ACTIONS(4252), + [sym_bin_literal] = ACTIONS(4252), + [anon_sym_true] = ACTIONS(4250), + [anon_sym_false] = ACTIONS(4250), + [anon_sym_SQUOTE] = ACTIONS(4252), + [sym__backtick_identifier] = ACTIONS(4252), + [sym__automatic_semicolon] = ACTIONS(4252), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4252), }, - [3499] = { - [sym_function_body] = STATE(3785), - [sym__block] = STATE(3725), - [sym__alpha_identifier] = ACTIONS(4326), - [anon_sym_AT] = ACTIONS(4328), - [anon_sym_LBRACK] = ACTIONS(4328), - [anon_sym_as] = ACTIONS(4326), - [anon_sym_EQ] = ACTIONS(6432), - [anon_sym_LBRACE] = ACTIONS(6434), - [anon_sym_RBRACE] = ACTIONS(4328), - [anon_sym_LPAREN] = ACTIONS(4328), - [anon_sym_COMMA] = ACTIONS(4328), - [anon_sym_LT] = ACTIONS(4326), - [anon_sym_GT] = ACTIONS(4326), - [anon_sym_where] = ACTIONS(4326), - [anon_sym_DOT] = ACTIONS(4326), - [anon_sym_SEMI] = ACTIONS(4328), - [anon_sym_get] = ACTIONS(4326), - [anon_sym_set] = ACTIONS(4326), - [anon_sym_STAR] = ACTIONS(4326), - [sym_label] = ACTIONS(4328), - [anon_sym_in] = ACTIONS(4326), - [anon_sym_DOT_DOT] = ACTIONS(4328), - [anon_sym_QMARK_COLON] = ACTIONS(4328), - [anon_sym_AMP_AMP] = ACTIONS(4328), - [anon_sym_PIPE_PIPE] = ACTIONS(4328), - [anon_sym_else] = ACTIONS(4326), - [anon_sym_COLON_COLON] = ACTIONS(4328), - [anon_sym_PLUS_EQ] = ACTIONS(4328), - [anon_sym_DASH_EQ] = ACTIONS(4328), - [anon_sym_STAR_EQ] = ACTIONS(4328), - [anon_sym_SLASH_EQ] = ACTIONS(4328), - [anon_sym_PERCENT_EQ] = ACTIONS(4328), - [anon_sym_BANG_EQ] = ACTIONS(4326), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4328), - [anon_sym_EQ_EQ] = ACTIONS(4326), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4328), - [anon_sym_LT_EQ] = ACTIONS(4328), - [anon_sym_GT_EQ] = ACTIONS(4328), - [anon_sym_BANGin] = ACTIONS(4328), - [anon_sym_is] = ACTIONS(4326), - [anon_sym_BANGis] = ACTIONS(4328), - [anon_sym_PLUS] = ACTIONS(4326), - [anon_sym_DASH] = ACTIONS(4326), - [anon_sym_SLASH] = ACTIONS(4326), - [anon_sym_PERCENT] = ACTIONS(4326), - [anon_sym_as_QMARK] = ACTIONS(4328), - [anon_sym_PLUS_PLUS] = ACTIONS(4328), - [anon_sym_DASH_DASH] = ACTIONS(4328), - [anon_sym_BANG_BANG] = ACTIONS(4328), - [anon_sym_suspend] = ACTIONS(4326), - [anon_sym_sealed] = ACTIONS(4326), - [anon_sym_annotation] = ACTIONS(4326), - [anon_sym_data] = ACTIONS(4326), - [anon_sym_inner] = ACTIONS(4326), - [anon_sym_override] = ACTIONS(4326), - [anon_sym_lateinit] = ACTIONS(4326), - [anon_sym_public] = ACTIONS(4326), - [anon_sym_private] = ACTIONS(4326), - [anon_sym_internal] = ACTIONS(4326), - [anon_sym_protected] = ACTIONS(4326), - [anon_sym_tailrec] = ACTIONS(4326), - [anon_sym_operator] = ACTIONS(4326), - [anon_sym_infix] = ACTIONS(4326), - [anon_sym_inline] = ACTIONS(4326), - [anon_sym_external] = ACTIONS(4326), - [sym_property_modifier] = ACTIONS(4326), - [anon_sym_abstract] = ACTIONS(4326), - [anon_sym_final] = ACTIONS(4326), - [anon_sym_open] = ACTIONS(4326), - [anon_sym_vararg] = ACTIONS(4326), - [anon_sym_noinline] = ACTIONS(4326), - [anon_sym_crossinline] = ACTIONS(4326), - [anon_sym_expect] = ACTIONS(4326), - [anon_sym_actual] = ACTIONS(4326), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4328), - [sym__automatic_semicolon] = ACTIONS(4328), - [sym_safe_nav] = ACTIONS(4328), + [3398] = { + [sym__alpha_identifier] = ACTIONS(4511), + [anon_sym_AT] = ACTIONS(4513), + [anon_sym_LBRACK] = ACTIONS(4513), + [anon_sym_as] = ACTIONS(4511), + [anon_sym_EQ] = ACTIONS(4511), + [anon_sym_LBRACE] = ACTIONS(4513), + [anon_sym_RBRACE] = ACTIONS(4513), + [anon_sym_LPAREN] = ACTIONS(4513), + [anon_sym_COMMA] = ACTIONS(4513), + [anon_sym_LT] = ACTIONS(4511), + [anon_sym_GT] = ACTIONS(4511), + [anon_sym_where] = ACTIONS(4511), + [anon_sym_object] = ACTIONS(4511), + [anon_sym_fun] = ACTIONS(4511), + [anon_sym_DOT] = ACTIONS(4511), + [anon_sym_SEMI] = ACTIONS(4513), + [anon_sym_get] = ACTIONS(4511), + [anon_sym_set] = ACTIONS(4511), + [anon_sym_this] = ACTIONS(4511), + [anon_sym_super] = ACTIONS(4511), + [anon_sym_STAR] = ACTIONS(4511), + [sym_label] = ACTIONS(4511), + [anon_sym_in] = ACTIONS(4511), + [anon_sym_DOT_DOT] = ACTIONS(4513), + [anon_sym_QMARK_COLON] = ACTIONS(4513), + [anon_sym_AMP_AMP] = ACTIONS(4513), + [anon_sym_PIPE_PIPE] = ACTIONS(4513), + [anon_sym_null] = ACTIONS(4511), + [anon_sym_if] = ACTIONS(4511), + [anon_sym_else] = ACTIONS(4511), + [anon_sym_when] = ACTIONS(4511), + [anon_sym_try] = ACTIONS(4511), + [anon_sym_throw] = ACTIONS(4511), + [anon_sym_return] = ACTIONS(4511), + [anon_sym_continue] = ACTIONS(4511), + [anon_sym_break] = ACTIONS(4511), + [anon_sym_COLON_COLON] = ACTIONS(4513), + [anon_sym_PLUS_EQ] = ACTIONS(4513), + [anon_sym_DASH_EQ] = ACTIONS(4513), + [anon_sym_STAR_EQ] = ACTIONS(4513), + [anon_sym_SLASH_EQ] = ACTIONS(4513), + [anon_sym_PERCENT_EQ] = ACTIONS(4513), + [anon_sym_BANG_EQ] = ACTIONS(4511), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4513), + [anon_sym_EQ_EQ] = ACTIONS(4511), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4513), + [anon_sym_LT_EQ] = ACTIONS(4513), + [anon_sym_GT_EQ] = ACTIONS(4513), + [anon_sym_BANGin] = ACTIONS(4513), + [anon_sym_is] = ACTIONS(4511), + [anon_sym_BANGis] = ACTIONS(4513), + [anon_sym_PLUS] = ACTIONS(4511), + [anon_sym_DASH] = ACTIONS(4511), + [anon_sym_SLASH] = ACTIONS(4511), + [anon_sym_PERCENT] = ACTIONS(4511), + [anon_sym_as_QMARK] = ACTIONS(4513), + [anon_sym_PLUS_PLUS] = ACTIONS(4513), + [anon_sym_DASH_DASH] = ACTIONS(4513), + [anon_sym_BANG] = ACTIONS(4511), + [anon_sym_BANG_BANG] = ACTIONS(4513), + [anon_sym_data] = ACTIONS(4511), + [anon_sym_inner] = ACTIONS(4511), + [anon_sym_expect] = ACTIONS(4511), + [anon_sym_actual] = ACTIONS(4511), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4513), + [anon_sym_continue_AT] = ACTIONS(4513), + [anon_sym_break_AT] = ACTIONS(4513), + [sym_real_literal] = ACTIONS(4513), + [sym_integer_literal] = ACTIONS(4511), + [sym_hex_literal] = ACTIONS(4513), + [sym_bin_literal] = ACTIONS(4513), + [anon_sym_true] = ACTIONS(4511), + [anon_sym_false] = ACTIONS(4511), + [anon_sym_SQUOTE] = ACTIONS(4513), + [sym__backtick_identifier] = ACTIONS(4513), + [sym__automatic_semicolon] = ACTIONS(4513), + [sym_safe_nav] = ACTIONS(4513), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4513), + }, + [3399] = { + [sym__alpha_identifier] = ACTIONS(3969), + [anon_sym_AT] = ACTIONS(3971), + [anon_sym_LBRACK] = ACTIONS(3971), + [anon_sym_as] = ACTIONS(3969), + [anon_sym_EQ] = ACTIONS(3969), + [anon_sym_LBRACE] = ACTIONS(3971), + [anon_sym_RBRACE] = ACTIONS(3971), + [anon_sym_LPAREN] = ACTIONS(3971), + [anon_sym_COMMA] = ACTIONS(3971), + [anon_sym_LT] = ACTIONS(3969), + [anon_sym_GT] = ACTIONS(3969), + [anon_sym_where] = ACTIONS(3969), + [anon_sym_object] = ACTIONS(3969), + [anon_sym_fun] = ACTIONS(3969), + [anon_sym_DOT] = ACTIONS(3969), + [anon_sym_SEMI] = ACTIONS(3971), + [anon_sym_get] = ACTIONS(3969), + [anon_sym_set] = ACTIONS(3969), + [anon_sym_this] = ACTIONS(3969), + [anon_sym_super] = ACTIONS(3969), + [anon_sym_STAR] = ACTIONS(3969), + [sym_label] = ACTIONS(3969), + [anon_sym_in] = ACTIONS(3969), + [anon_sym_DOT_DOT] = ACTIONS(3971), + [anon_sym_QMARK_COLON] = ACTIONS(3971), + [anon_sym_AMP_AMP] = ACTIONS(3971), + [anon_sym_PIPE_PIPE] = ACTIONS(3971), + [anon_sym_null] = ACTIONS(3969), + [anon_sym_if] = ACTIONS(3969), + [anon_sym_else] = ACTIONS(3969), + [anon_sym_when] = ACTIONS(3969), + [anon_sym_try] = ACTIONS(3969), + [anon_sym_throw] = ACTIONS(3969), + [anon_sym_return] = ACTIONS(3969), + [anon_sym_continue] = ACTIONS(3969), + [anon_sym_break] = ACTIONS(3969), + [anon_sym_COLON_COLON] = ACTIONS(3971), + [anon_sym_PLUS_EQ] = ACTIONS(3971), + [anon_sym_DASH_EQ] = ACTIONS(3971), + [anon_sym_STAR_EQ] = ACTIONS(3971), + [anon_sym_SLASH_EQ] = ACTIONS(3971), + [anon_sym_PERCENT_EQ] = ACTIONS(3971), + [anon_sym_BANG_EQ] = ACTIONS(3969), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3971), + [anon_sym_EQ_EQ] = ACTIONS(3969), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3971), + [anon_sym_LT_EQ] = ACTIONS(3971), + [anon_sym_GT_EQ] = ACTIONS(3971), + [anon_sym_BANGin] = ACTIONS(3971), + [anon_sym_is] = ACTIONS(3969), + [anon_sym_BANGis] = ACTIONS(3971), + [anon_sym_PLUS] = ACTIONS(3969), + [anon_sym_DASH] = ACTIONS(3969), + [anon_sym_SLASH] = ACTIONS(3969), + [anon_sym_PERCENT] = ACTIONS(3969), + [anon_sym_as_QMARK] = ACTIONS(3971), + [anon_sym_PLUS_PLUS] = ACTIONS(3971), + [anon_sym_DASH_DASH] = ACTIONS(3971), + [anon_sym_BANG] = ACTIONS(3969), + [anon_sym_BANG_BANG] = ACTIONS(3971), + [anon_sym_data] = ACTIONS(3969), + [anon_sym_inner] = ACTIONS(3969), + [anon_sym_expect] = ACTIONS(3969), + [anon_sym_actual] = ACTIONS(3969), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3971), + [anon_sym_continue_AT] = ACTIONS(3971), + [anon_sym_break_AT] = ACTIONS(3971), + [sym_real_literal] = ACTIONS(3971), + [sym_integer_literal] = ACTIONS(3969), + [sym_hex_literal] = ACTIONS(3971), + [sym_bin_literal] = ACTIONS(3971), + [anon_sym_true] = ACTIONS(3969), + [anon_sym_false] = ACTIONS(3969), + [anon_sym_SQUOTE] = ACTIONS(3971), + [sym__backtick_identifier] = ACTIONS(3971), + [sym__automatic_semicolon] = ACTIONS(3971), + [sym_safe_nav] = ACTIONS(3971), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3971), + }, + [3400] = { + [sym__alpha_identifier] = ACTIONS(4897), + [anon_sym_AT] = ACTIONS(4899), + [anon_sym_LBRACK] = ACTIONS(4899), + [anon_sym_RBRACK] = ACTIONS(4899), + [anon_sym_as] = ACTIONS(4897), + [anon_sym_EQ] = ACTIONS(4897), + [anon_sym_LBRACE] = ACTIONS(4899), + [anon_sym_RBRACE] = ACTIONS(4899), + [anon_sym_LPAREN] = ACTIONS(4899), + [anon_sym_COMMA] = ACTIONS(4899), + [anon_sym_RPAREN] = ACTIONS(4899), + [anon_sym_LT] = ACTIONS(4897), + [anon_sym_GT] = ACTIONS(4897), + [anon_sym_where] = ACTIONS(4897), + [anon_sym_DOT] = ACTIONS(4897), + [anon_sym_SEMI] = ACTIONS(4899), + [anon_sym_get] = ACTIONS(4897), + [anon_sym_set] = ACTIONS(4897), + [anon_sym_STAR] = ACTIONS(4897), + [anon_sym_DASH_GT] = ACTIONS(4899), + [sym_label] = ACTIONS(4899), + [anon_sym_in] = ACTIONS(4897), + [anon_sym_while] = ACTIONS(4897), + [anon_sym_DOT_DOT] = ACTIONS(4899), + [anon_sym_QMARK_COLON] = ACTIONS(4899), + [anon_sym_AMP_AMP] = ACTIONS(4899), + [anon_sym_PIPE_PIPE] = ACTIONS(4899), + [anon_sym_else] = ACTIONS(4897), + [anon_sym_COLON_COLON] = ACTIONS(4899), + [anon_sym_PLUS_EQ] = ACTIONS(4899), + [anon_sym_DASH_EQ] = ACTIONS(4899), + [anon_sym_STAR_EQ] = ACTIONS(4899), + [anon_sym_SLASH_EQ] = ACTIONS(4899), + [anon_sym_PERCENT_EQ] = ACTIONS(4899), + [anon_sym_BANG_EQ] = ACTIONS(4897), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4899), + [anon_sym_EQ_EQ] = ACTIONS(4897), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4899), + [anon_sym_LT_EQ] = ACTIONS(4899), + [anon_sym_GT_EQ] = ACTIONS(4899), + [anon_sym_BANGin] = ACTIONS(4899), + [anon_sym_is] = ACTIONS(4897), + [anon_sym_BANGis] = ACTIONS(4899), + [anon_sym_PLUS] = ACTIONS(4897), + [anon_sym_DASH] = ACTIONS(4897), + [anon_sym_SLASH] = ACTIONS(4897), + [anon_sym_PERCENT] = ACTIONS(4897), + [anon_sym_as_QMARK] = ACTIONS(4899), + [anon_sym_PLUS_PLUS] = ACTIONS(4899), + [anon_sym_DASH_DASH] = ACTIONS(4899), + [anon_sym_BANG_BANG] = ACTIONS(4899), + [anon_sym_suspend] = ACTIONS(4897), + [anon_sym_sealed] = ACTIONS(4897), + [anon_sym_annotation] = ACTIONS(4897), + [anon_sym_data] = ACTIONS(4897), + [anon_sym_inner] = ACTIONS(4897), + [anon_sym_override] = ACTIONS(4897), + [anon_sym_lateinit] = ACTIONS(4897), + [anon_sym_public] = ACTIONS(4897), + [anon_sym_private] = ACTIONS(4897), + [anon_sym_internal] = ACTIONS(4897), + [anon_sym_protected] = ACTIONS(4897), + [anon_sym_tailrec] = ACTIONS(4897), + [anon_sym_operator] = ACTIONS(4897), + [anon_sym_infix] = ACTIONS(4897), + [anon_sym_inline] = ACTIONS(4897), + [anon_sym_external] = ACTIONS(4897), + [sym_property_modifier] = ACTIONS(4897), + [anon_sym_abstract] = ACTIONS(4897), + [anon_sym_final] = ACTIONS(4897), + [anon_sym_open] = ACTIONS(4897), + [anon_sym_vararg] = ACTIONS(4897), + [anon_sym_noinline] = ACTIONS(4897), + [anon_sym_crossinline] = ACTIONS(4897), + [anon_sym_expect] = ACTIONS(4897), + [anon_sym_actual] = ACTIONS(4897), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4899), + [sym_safe_nav] = ACTIONS(4899), [sym_multiline_comment] = ACTIONS(3), }, - [3500] = { - [sym_class_body] = STATE(3864), - [sym_type_constraints] = STATE(3559), - [sym__alpha_identifier] = ACTIONS(4481), - [anon_sym_AT] = ACTIONS(4483), - [anon_sym_LBRACK] = ACTIONS(4483), - [anon_sym_as] = ACTIONS(4481), - [anon_sym_EQ] = ACTIONS(4481), - [anon_sym_LBRACE] = ACTIONS(5421), - [anon_sym_RBRACE] = ACTIONS(4483), - [anon_sym_LPAREN] = ACTIONS(4483), - [anon_sym_COMMA] = ACTIONS(4483), - [anon_sym_LT] = ACTIONS(4481), - [anon_sym_GT] = ACTIONS(4481), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(4481), - [anon_sym_SEMI] = ACTIONS(4483), - [anon_sym_get] = ACTIONS(4481), - [anon_sym_set] = ACTIONS(4481), - [anon_sym_STAR] = ACTIONS(4481), - [sym_label] = ACTIONS(4483), - [anon_sym_in] = ACTIONS(4481), - [anon_sym_DOT_DOT] = ACTIONS(4483), - [anon_sym_QMARK_COLON] = ACTIONS(4483), - [anon_sym_AMP_AMP] = ACTIONS(4483), - [anon_sym_PIPE_PIPE] = ACTIONS(4483), - [anon_sym_else] = ACTIONS(4481), - [anon_sym_COLON_COLON] = ACTIONS(4483), - [anon_sym_PLUS_EQ] = ACTIONS(4483), - [anon_sym_DASH_EQ] = ACTIONS(4483), - [anon_sym_STAR_EQ] = ACTIONS(4483), - [anon_sym_SLASH_EQ] = ACTIONS(4483), - [anon_sym_PERCENT_EQ] = ACTIONS(4483), - [anon_sym_BANG_EQ] = ACTIONS(4481), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4483), - [anon_sym_EQ_EQ] = ACTIONS(4481), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4483), - [anon_sym_LT_EQ] = ACTIONS(4483), - [anon_sym_GT_EQ] = ACTIONS(4483), - [anon_sym_BANGin] = ACTIONS(4483), - [anon_sym_is] = ACTIONS(4481), - [anon_sym_BANGis] = ACTIONS(4483), - [anon_sym_PLUS] = ACTIONS(4481), - [anon_sym_DASH] = ACTIONS(4481), - [anon_sym_SLASH] = ACTIONS(4481), - [anon_sym_PERCENT] = ACTIONS(4481), - [anon_sym_as_QMARK] = ACTIONS(4483), - [anon_sym_PLUS_PLUS] = ACTIONS(4483), - [anon_sym_DASH_DASH] = ACTIONS(4483), - [anon_sym_BANG_BANG] = ACTIONS(4483), - [anon_sym_suspend] = ACTIONS(4481), - [anon_sym_sealed] = ACTIONS(4481), - [anon_sym_annotation] = ACTIONS(4481), - [anon_sym_data] = ACTIONS(4481), - [anon_sym_inner] = ACTIONS(4481), - [anon_sym_override] = ACTIONS(4481), - [anon_sym_lateinit] = ACTIONS(4481), - [anon_sym_public] = ACTIONS(4481), - [anon_sym_private] = ACTIONS(4481), - [anon_sym_internal] = ACTIONS(4481), - [anon_sym_protected] = ACTIONS(4481), - [anon_sym_tailrec] = ACTIONS(4481), - [anon_sym_operator] = ACTIONS(4481), - [anon_sym_infix] = ACTIONS(4481), - [anon_sym_inline] = ACTIONS(4481), - [anon_sym_external] = ACTIONS(4481), - [sym_property_modifier] = ACTIONS(4481), - [anon_sym_abstract] = ACTIONS(4481), - [anon_sym_final] = ACTIONS(4481), - [anon_sym_open] = ACTIONS(4481), - [anon_sym_vararg] = ACTIONS(4481), - [anon_sym_noinline] = ACTIONS(4481), - [anon_sym_crossinline] = ACTIONS(4481), - [anon_sym_expect] = ACTIONS(4481), - [anon_sym_actual] = ACTIONS(4481), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4483), - [sym__automatic_semicolon] = ACTIONS(4483), - [sym_safe_nav] = ACTIONS(4483), + [3401] = { + [sym__alpha_identifier] = ACTIONS(1401), + [anon_sym_AT] = ACTIONS(1399), + [anon_sym_LBRACK] = ACTIONS(1399), + [anon_sym_RBRACK] = ACTIONS(1399), + [anon_sym_as] = ACTIONS(1401), + [anon_sym_EQ] = ACTIONS(1401), + [anon_sym_LBRACE] = ACTIONS(1399), + [anon_sym_RBRACE] = ACTIONS(1399), + [anon_sym_LPAREN] = ACTIONS(1399), + [anon_sym_COMMA] = ACTIONS(1399), + [anon_sym_RPAREN] = ACTIONS(1399), + [anon_sym_LT] = ACTIONS(1401), + [anon_sym_GT] = ACTIONS(1401), + [anon_sym_where] = ACTIONS(1401), + [anon_sym_DOT] = ACTIONS(1401), + [anon_sym_SEMI] = ACTIONS(1399), + [anon_sym_get] = ACTIONS(1401), + [anon_sym_set] = ACTIONS(1401), + [anon_sym_STAR] = ACTIONS(1401), + [anon_sym_DASH_GT] = ACTIONS(1399), + [sym_label] = ACTIONS(1399), + [anon_sym_in] = ACTIONS(1401), + [anon_sym_while] = ACTIONS(1401), + [anon_sym_DOT_DOT] = ACTIONS(1399), + [anon_sym_QMARK_COLON] = ACTIONS(1399), + [anon_sym_AMP_AMP] = ACTIONS(1399), + [anon_sym_PIPE_PIPE] = ACTIONS(1399), + [anon_sym_else] = ACTIONS(1401), + [anon_sym_COLON_COLON] = ACTIONS(1399), + [anon_sym_PLUS_EQ] = ACTIONS(1399), + [anon_sym_DASH_EQ] = ACTIONS(1399), + [anon_sym_STAR_EQ] = ACTIONS(1399), + [anon_sym_SLASH_EQ] = ACTIONS(1399), + [anon_sym_PERCENT_EQ] = ACTIONS(1399), + [anon_sym_BANG_EQ] = ACTIONS(1401), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1399), + [anon_sym_EQ_EQ] = ACTIONS(1401), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1399), + [anon_sym_LT_EQ] = ACTIONS(1399), + [anon_sym_GT_EQ] = ACTIONS(1399), + [anon_sym_BANGin] = ACTIONS(1399), + [anon_sym_is] = ACTIONS(1401), + [anon_sym_BANGis] = ACTIONS(1399), + [anon_sym_PLUS] = ACTIONS(1401), + [anon_sym_DASH] = ACTIONS(1401), + [anon_sym_SLASH] = ACTIONS(1401), + [anon_sym_PERCENT] = ACTIONS(1401), + [anon_sym_as_QMARK] = ACTIONS(1399), + [anon_sym_PLUS_PLUS] = ACTIONS(1399), + [anon_sym_DASH_DASH] = ACTIONS(1399), + [anon_sym_BANG_BANG] = ACTIONS(1399), + [anon_sym_suspend] = ACTIONS(1401), + [anon_sym_sealed] = ACTIONS(1401), + [anon_sym_annotation] = ACTIONS(1401), + [anon_sym_data] = ACTIONS(1401), + [anon_sym_inner] = ACTIONS(1401), + [anon_sym_override] = ACTIONS(1401), + [anon_sym_lateinit] = ACTIONS(1401), + [anon_sym_public] = ACTIONS(1401), + [anon_sym_private] = ACTIONS(1401), + [anon_sym_internal] = ACTIONS(1401), + [anon_sym_protected] = ACTIONS(1401), + [anon_sym_tailrec] = ACTIONS(1401), + [anon_sym_operator] = ACTIONS(1401), + [anon_sym_infix] = ACTIONS(1401), + [anon_sym_inline] = ACTIONS(1401), + [anon_sym_external] = ACTIONS(1401), + [sym_property_modifier] = ACTIONS(1401), + [anon_sym_abstract] = ACTIONS(1401), + [anon_sym_final] = ACTIONS(1401), + [anon_sym_open] = ACTIONS(1401), + [anon_sym_vararg] = ACTIONS(1401), + [anon_sym_noinline] = ACTIONS(1401), + [anon_sym_crossinline] = ACTIONS(1401), + [anon_sym_expect] = ACTIONS(1401), + [anon_sym_actual] = ACTIONS(1401), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1399), + [sym_safe_nav] = ACTIONS(1399), [sym_multiline_comment] = ACTIONS(3), }, - [3501] = { - [sym_function_body] = STATE(3343), - [sym__block] = STATE(3367), - [sym__alpha_identifier] = ACTIONS(4191), - [anon_sym_AT] = ACTIONS(4193), - [anon_sym_COLON] = ACTIONS(6648), - [anon_sym_LBRACK] = ACTIONS(4193), - [anon_sym_as] = ACTIONS(4191), - [anon_sym_EQ] = ACTIONS(6462), - [anon_sym_LBRACE] = ACTIONS(6236), - [anon_sym_RBRACE] = ACTIONS(4193), - [anon_sym_LPAREN] = ACTIONS(4193), - [anon_sym_RPAREN] = ACTIONS(4193), - [anon_sym_LT] = ACTIONS(4191), - [anon_sym_GT] = ACTIONS(4191), - [anon_sym_DOT] = ACTIONS(4191), - [anon_sym_SEMI] = ACTIONS(4193), - [anon_sym_get] = ACTIONS(4191), - [anon_sym_set] = ACTIONS(4191), - [anon_sym_STAR] = ACTIONS(4191), - [sym_label] = ACTIONS(4193), - [anon_sym_in] = ACTIONS(4191), - [anon_sym_while] = ACTIONS(4191), - [anon_sym_DOT_DOT] = ACTIONS(4193), - [anon_sym_QMARK_COLON] = ACTIONS(4193), - [anon_sym_AMP_AMP] = ACTIONS(4193), - [anon_sym_PIPE_PIPE] = ACTIONS(4193), - [anon_sym_else] = ACTIONS(4191), - [anon_sym_COLON_COLON] = ACTIONS(4193), - [anon_sym_PLUS_EQ] = ACTIONS(4193), - [anon_sym_DASH_EQ] = ACTIONS(4193), - [anon_sym_STAR_EQ] = ACTIONS(4193), - [anon_sym_SLASH_EQ] = ACTIONS(4193), - [anon_sym_PERCENT_EQ] = ACTIONS(4193), - [anon_sym_BANG_EQ] = ACTIONS(4191), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4193), - [anon_sym_EQ_EQ] = ACTIONS(4191), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4193), - [anon_sym_LT_EQ] = ACTIONS(4193), - [anon_sym_GT_EQ] = ACTIONS(4193), - [anon_sym_BANGin] = ACTIONS(4193), - [anon_sym_is] = ACTIONS(4191), - [anon_sym_BANGis] = ACTIONS(4193), - [anon_sym_PLUS] = ACTIONS(4191), - [anon_sym_DASH] = ACTIONS(4191), - [anon_sym_SLASH] = ACTIONS(4191), - [anon_sym_PERCENT] = ACTIONS(4191), - [anon_sym_as_QMARK] = ACTIONS(4193), - [anon_sym_PLUS_PLUS] = ACTIONS(4193), - [anon_sym_DASH_DASH] = ACTIONS(4193), - [anon_sym_BANG_BANG] = ACTIONS(4193), - [anon_sym_suspend] = ACTIONS(4191), - [anon_sym_sealed] = ACTIONS(4191), - [anon_sym_annotation] = ACTIONS(4191), - [anon_sym_data] = ACTIONS(4191), - [anon_sym_inner] = ACTIONS(4191), - [anon_sym_override] = ACTIONS(4191), - [anon_sym_lateinit] = ACTIONS(4191), - [anon_sym_public] = ACTIONS(4191), - [anon_sym_private] = ACTIONS(4191), - [anon_sym_internal] = ACTIONS(4191), - [anon_sym_protected] = ACTIONS(4191), - [anon_sym_tailrec] = ACTIONS(4191), - [anon_sym_operator] = ACTIONS(4191), - [anon_sym_infix] = ACTIONS(4191), - [anon_sym_inline] = ACTIONS(4191), - [anon_sym_external] = ACTIONS(4191), - [sym_property_modifier] = ACTIONS(4191), - [anon_sym_abstract] = ACTIONS(4191), - [anon_sym_final] = ACTIONS(4191), - [anon_sym_open] = ACTIONS(4191), - [anon_sym_vararg] = ACTIONS(4191), - [anon_sym_noinline] = ACTIONS(4191), - [anon_sym_crossinline] = ACTIONS(4191), - [anon_sym_expect] = ACTIONS(4191), - [anon_sym_actual] = ACTIONS(4191), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4193), - [sym_safe_nav] = ACTIONS(4193), + [3402] = { + [sym__alpha_identifier] = ACTIONS(4919), + [anon_sym_AT] = ACTIONS(4921), + [anon_sym_LBRACK] = ACTIONS(4921), + [anon_sym_RBRACK] = ACTIONS(4921), + [anon_sym_as] = ACTIONS(4919), + [anon_sym_EQ] = ACTIONS(4919), + [anon_sym_LBRACE] = ACTIONS(4921), + [anon_sym_RBRACE] = ACTIONS(4921), + [anon_sym_LPAREN] = ACTIONS(4921), + [anon_sym_COMMA] = ACTIONS(4921), + [anon_sym_RPAREN] = ACTIONS(4921), + [anon_sym_LT] = ACTIONS(4919), + [anon_sym_GT] = ACTIONS(4919), + [anon_sym_where] = ACTIONS(4919), + [anon_sym_DOT] = ACTIONS(4919), + [anon_sym_SEMI] = ACTIONS(4921), + [anon_sym_get] = ACTIONS(4919), + [anon_sym_set] = ACTIONS(4919), + [anon_sym_STAR] = ACTIONS(4919), + [anon_sym_DASH_GT] = ACTIONS(4921), + [sym_label] = ACTIONS(4921), + [anon_sym_in] = ACTIONS(4919), + [anon_sym_while] = ACTIONS(4919), + [anon_sym_DOT_DOT] = ACTIONS(4921), + [anon_sym_QMARK_COLON] = ACTIONS(4921), + [anon_sym_AMP_AMP] = ACTIONS(4921), + [anon_sym_PIPE_PIPE] = ACTIONS(4921), + [anon_sym_else] = ACTIONS(4919), + [anon_sym_COLON_COLON] = ACTIONS(4921), + [anon_sym_PLUS_EQ] = ACTIONS(4921), + [anon_sym_DASH_EQ] = ACTIONS(4921), + [anon_sym_STAR_EQ] = ACTIONS(4921), + [anon_sym_SLASH_EQ] = ACTIONS(4921), + [anon_sym_PERCENT_EQ] = ACTIONS(4921), + [anon_sym_BANG_EQ] = ACTIONS(4919), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4921), + [anon_sym_EQ_EQ] = ACTIONS(4919), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4921), + [anon_sym_LT_EQ] = ACTIONS(4921), + [anon_sym_GT_EQ] = ACTIONS(4921), + [anon_sym_BANGin] = ACTIONS(4921), + [anon_sym_is] = ACTIONS(4919), + [anon_sym_BANGis] = ACTIONS(4921), + [anon_sym_PLUS] = ACTIONS(4919), + [anon_sym_DASH] = ACTIONS(4919), + [anon_sym_SLASH] = ACTIONS(4919), + [anon_sym_PERCENT] = ACTIONS(4919), + [anon_sym_as_QMARK] = ACTIONS(4921), + [anon_sym_PLUS_PLUS] = ACTIONS(4921), + [anon_sym_DASH_DASH] = ACTIONS(4921), + [anon_sym_BANG_BANG] = ACTIONS(4921), + [anon_sym_suspend] = ACTIONS(4919), + [anon_sym_sealed] = ACTIONS(4919), + [anon_sym_annotation] = ACTIONS(4919), + [anon_sym_data] = ACTIONS(4919), + [anon_sym_inner] = ACTIONS(4919), + [anon_sym_override] = ACTIONS(4919), + [anon_sym_lateinit] = ACTIONS(4919), + [anon_sym_public] = ACTIONS(4919), + [anon_sym_private] = ACTIONS(4919), + [anon_sym_internal] = ACTIONS(4919), + [anon_sym_protected] = ACTIONS(4919), + [anon_sym_tailrec] = ACTIONS(4919), + [anon_sym_operator] = ACTIONS(4919), + [anon_sym_infix] = ACTIONS(4919), + [anon_sym_inline] = ACTIONS(4919), + [anon_sym_external] = ACTIONS(4919), + [sym_property_modifier] = ACTIONS(4919), + [anon_sym_abstract] = ACTIONS(4919), + [anon_sym_final] = ACTIONS(4919), + [anon_sym_open] = ACTIONS(4919), + [anon_sym_vararg] = ACTIONS(4919), + [anon_sym_noinline] = ACTIONS(4919), + [anon_sym_crossinline] = ACTIONS(4919), + [anon_sym_expect] = ACTIONS(4919), + [anon_sym_actual] = ACTIONS(4919), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4921), + [sym_safe_nav] = ACTIONS(4921), [sym_multiline_comment] = ACTIONS(3), }, - [3502] = { - [sym_function_body] = STATE(3750), - [sym__block] = STATE(3725), - [sym__alpha_identifier] = ACTIONS(4300), - [anon_sym_AT] = ACTIONS(4302), - [anon_sym_LBRACK] = ACTIONS(4302), - [anon_sym_as] = ACTIONS(4300), - [anon_sym_EQ] = ACTIONS(6432), - [anon_sym_LBRACE] = ACTIONS(6434), - [anon_sym_RBRACE] = ACTIONS(4302), - [anon_sym_LPAREN] = ACTIONS(4302), - [anon_sym_COMMA] = ACTIONS(4302), - [anon_sym_LT] = ACTIONS(4300), - [anon_sym_GT] = ACTIONS(4300), - [anon_sym_where] = ACTIONS(4300), - [anon_sym_DOT] = ACTIONS(4300), - [anon_sym_SEMI] = ACTIONS(4302), - [anon_sym_get] = ACTIONS(4300), - [anon_sym_set] = ACTIONS(4300), - [anon_sym_STAR] = ACTIONS(4300), - [sym_label] = ACTIONS(4302), - [anon_sym_in] = ACTIONS(4300), - [anon_sym_DOT_DOT] = ACTIONS(4302), - [anon_sym_QMARK_COLON] = ACTIONS(4302), - [anon_sym_AMP_AMP] = ACTIONS(4302), - [anon_sym_PIPE_PIPE] = ACTIONS(4302), - [anon_sym_else] = ACTIONS(4300), - [anon_sym_COLON_COLON] = ACTIONS(4302), - [anon_sym_PLUS_EQ] = ACTIONS(4302), - [anon_sym_DASH_EQ] = ACTIONS(4302), - [anon_sym_STAR_EQ] = ACTIONS(4302), - [anon_sym_SLASH_EQ] = ACTIONS(4302), - [anon_sym_PERCENT_EQ] = ACTIONS(4302), - [anon_sym_BANG_EQ] = ACTIONS(4300), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4302), - [anon_sym_EQ_EQ] = ACTIONS(4300), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4302), - [anon_sym_LT_EQ] = ACTIONS(4302), - [anon_sym_GT_EQ] = ACTIONS(4302), - [anon_sym_BANGin] = ACTIONS(4302), - [anon_sym_is] = ACTIONS(4300), - [anon_sym_BANGis] = ACTIONS(4302), - [anon_sym_PLUS] = ACTIONS(4300), - [anon_sym_DASH] = ACTIONS(4300), - [anon_sym_SLASH] = ACTIONS(4300), - [anon_sym_PERCENT] = ACTIONS(4300), - [anon_sym_as_QMARK] = ACTIONS(4302), - [anon_sym_PLUS_PLUS] = ACTIONS(4302), - [anon_sym_DASH_DASH] = ACTIONS(4302), - [anon_sym_BANG_BANG] = ACTIONS(4302), - [anon_sym_suspend] = ACTIONS(4300), - [anon_sym_sealed] = ACTIONS(4300), - [anon_sym_annotation] = ACTIONS(4300), - [anon_sym_data] = ACTIONS(4300), - [anon_sym_inner] = ACTIONS(4300), - [anon_sym_override] = ACTIONS(4300), - [anon_sym_lateinit] = ACTIONS(4300), - [anon_sym_public] = ACTIONS(4300), - [anon_sym_private] = ACTIONS(4300), - [anon_sym_internal] = ACTIONS(4300), - [anon_sym_protected] = ACTIONS(4300), - [anon_sym_tailrec] = ACTIONS(4300), - [anon_sym_operator] = ACTIONS(4300), - [anon_sym_infix] = ACTIONS(4300), - [anon_sym_inline] = ACTIONS(4300), - [anon_sym_external] = ACTIONS(4300), - [sym_property_modifier] = ACTIONS(4300), - [anon_sym_abstract] = ACTIONS(4300), - [anon_sym_final] = ACTIONS(4300), - [anon_sym_open] = ACTIONS(4300), - [anon_sym_vararg] = ACTIONS(4300), - [anon_sym_noinline] = ACTIONS(4300), - [anon_sym_crossinline] = ACTIONS(4300), - [anon_sym_expect] = ACTIONS(4300), - [anon_sym_actual] = ACTIONS(4300), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4302), - [sym__automatic_semicolon] = ACTIONS(4302), - [sym_safe_nav] = ACTIONS(4302), + [3403] = { + [sym__alpha_identifier] = ACTIONS(4927), + [anon_sym_AT] = ACTIONS(4929), + [anon_sym_LBRACK] = ACTIONS(4929), + [anon_sym_RBRACK] = ACTIONS(4929), + [anon_sym_as] = ACTIONS(4927), + [anon_sym_EQ] = ACTIONS(4927), + [anon_sym_LBRACE] = ACTIONS(4929), + [anon_sym_RBRACE] = ACTIONS(4929), + [anon_sym_LPAREN] = ACTIONS(4929), + [anon_sym_COMMA] = ACTIONS(4929), + [anon_sym_RPAREN] = ACTIONS(4929), + [anon_sym_LT] = ACTIONS(4927), + [anon_sym_GT] = ACTIONS(4927), + [anon_sym_where] = ACTIONS(4927), + [anon_sym_DOT] = ACTIONS(4927), + [anon_sym_SEMI] = ACTIONS(4929), + [anon_sym_get] = ACTIONS(4927), + [anon_sym_set] = ACTIONS(4927), + [anon_sym_STAR] = ACTIONS(4927), + [anon_sym_DASH_GT] = ACTIONS(4929), + [sym_label] = ACTIONS(4929), + [anon_sym_in] = ACTIONS(4927), + [anon_sym_while] = ACTIONS(4927), + [anon_sym_DOT_DOT] = ACTIONS(4929), + [anon_sym_QMARK_COLON] = ACTIONS(4929), + [anon_sym_AMP_AMP] = ACTIONS(4929), + [anon_sym_PIPE_PIPE] = ACTIONS(4929), + [anon_sym_else] = ACTIONS(4927), + [anon_sym_COLON_COLON] = ACTIONS(4929), + [anon_sym_PLUS_EQ] = ACTIONS(4929), + [anon_sym_DASH_EQ] = ACTIONS(4929), + [anon_sym_STAR_EQ] = ACTIONS(4929), + [anon_sym_SLASH_EQ] = ACTIONS(4929), + [anon_sym_PERCENT_EQ] = ACTIONS(4929), + [anon_sym_BANG_EQ] = ACTIONS(4927), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4929), + [anon_sym_EQ_EQ] = ACTIONS(4927), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4929), + [anon_sym_LT_EQ] = ACTIONS(4929), + [anon_sym_GT_EQ] = ACTIONS(4929), + [anon_sym_BANGin] = ACTIONS(4929), + [anon_sym_is] = ACTIONS(4927), + [anon_sym_BANGis] = ACTIONS(4929), + [anon_sym_PLUS] = ACTIONS(4927), + [anon_sym_DASH] = ACTIONS(4927), + [anon_sym_SLASH] = ACTIONS(4927), + [anon_sym_PERCENT] = ACTIONS(4927), + [anon_sym_as_QMARK] = ACTIONS(4929), + [anon_sym_PLUS_PLUS] = ACTIONS(4929), + [anon_sym_DASH_DASH] = ACTIONS(4929), + [anon_sym_BANG_BANG] = ACTIONS(4929), + [anon_sym_suspend] = ACTIONS(4927), + [anon_sym_sealed] = ACTIONS(4927), + [anon_sym_annotation] = ACTIONS(4927), + [anon_sym_data] = ACTIONS(4927), + [anon_sym_inner] = ACTIONS(4927), + [anon_sym_override] = ACTIONS(4927), + [anon_sym_lateinit] = ACTIONS(4927), + [anon_sym_public] = ACTIONS(4927), + [anon_sym_private] = ACTIONS(4927), + [anon_sym_internal] = ACTIONS(4927), + [anon_sym_protected] = ACTIONS(4927), + [anon_sym_tailrec] = ACTIONS(4927), + [anon_sym_operator] = ACTIONS(4927), + [anon_sym_infix] = ACTIONS(4927), + [anon_sym_inline] = ACTIONS(4927), + [anon_sym_external] = ACTIONS(4927), + [sym_property_modifier] = ACTIONS(4927), + [anon_sym_abstract] = ACTIONS(4927), + [anon_sym_final] = ACTIONS(4927), + [anon_sym_open] = ACTIONS(4927), + [anon_sym_vararg] = ACTIONS(4927), + [anon_sym_noinline] = ACTIONS(4927), + [anon_sym_crossinline] = ACTIONS(4927), + [anon_sym_expect] = ACTIONS(4927), + [anon_sym_actual] = ACTIONS(4927), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4929), + [sym_safe_nav] = ACTIONS(4929), [sym_multiline_comment] = ACTIONS(3), }, - [3503] = { - [sym_function_body] = STATE(3688), - [sym__block] = STATE(3725), - [sym__alpha_identifier] = ACTIONS(4386), - [anon_sym_AT] = ACTIONS(4388), - [anon_sym_LBRACK] = ACTIONS(4388), - [anon_sym_as] = ACTIONS(4386), - [anon_sym_EQ] = ACTIONS(6432), - [anon_sym_LBRACE] = ACTIONS(6434), - [anon_sym_RBRACE] = ACTIONS(4388), - [anon_sym_LPAREN] = ACTIONS(4388), - [anon_sym_COMMA] = ACTIONS(4388), - [anon_sym_LT] = ACTIONS(4386), - [anon_sym_GT] = ACTIONS(4386), - [anon_sym_where] = ACTIONS(4386), - [anon_sym_DOT] = ACTIONS(4386), - [anon_sym_SEMI] = ACTIONS(4388), - [anon_sym_get] = ACTIONS(4386), - [anon_sym_set] = ACTIONS(4386), - [anon_sym_STAR] = ACTIONS(4386), - [sym_label] = ACTIONS(4388), - [anon_sym_in] = ACTIONS(4386), - [anon_sym_DOT_DOT] = ACTIONS(4388), - [anon_sym_QMARK_COLON] = ACTIONS(4388), - [anon_sym_AMP_AMP] = ACTIONS(4388), - [anon_sym_PIPE_PIPE] = ACTIONS(4388), - [anon_sym_else] = ACTIONS(4386), - [anon_sym_COLON_COLON] = ACTIONS(4388), - [anon_sym_PLUS_EQ] = ACTIONS(4388), - [anon_sym_DASH_EQ] = ACTIONS(4388), - [anon_sym_STAR_EQ] = ACTIONS(4388), - [anon_sym_SLASH_EQ] = ACTIONS(4388), - [anon_sym_PERCENT_EQ] = ACTIONS(4388), - [anon_sym_BANG_EQ] = ACTIONS(4386), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4388), - [anon_sym_EQ_EQ] = ACTIONS(4386), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4388), - [anon_sym_LT_EQ] = ACTIONS(4388), - [anon_sym_GT_EQ] = ACTIONS(4388), - [anon_sym_BANGin] = ACTIONS(4388), - [anon_sym_is] = ACTIONS(4386), - [anon_sym_BANGis] = ACTIONS(4388), - [anon_sym_PLUS] = ACTIONS(4386), - [anon_sym_DASH] = ACTIONS(4386), - [anon_sym_SLASH] = ACTIONS(4386), - [anon_sym_PERCENT] = ACTIONS(4386), - [anon_sym_as_QMARK] = ACTIONS(4388), - [anon_sym_PLUS_PLUS] = ACTIONS(4388), - [anon_sym_DASH_DASH] = ACTIONS(4388), - [anon_sym_BANG_BANG] = ACTIONS(4388), - [anon_sym_suspend] = ACTIONS(4386), - [anon_sym_sealed] = ACTIONS(4386), - [anon_sym_annotation] = ACTIONS(4386), - [anon_sym_data] = ACTIONS(4386), - [anon_sym_inner] = ACTIONS(4386), - [anon_sym_override] = ACTIONS(4386), - [anon_sym_lateinit] = ACTIONS(4386), - [anon_sym_public] = ACTIONS(4386), - [anon_sym_private] = ACTIONS(4386), - [anon_sym_internal] = ACTIONS(4386), - [anon_sym_protected] = ACTIONS(4386), - [anon_sym_tailrec] = ACTIONS(4386), - [anon_sym_operator] = ACTIONS(4386), - [anon_sym_infix] = ACTIONS(4386), - [anon_sym_inline] = ACTIONS(4386), - [anon_sym_external] = ACTIONS(4386), - [sym_property_modifier] = ACTIONS(4386), - [anon_sym_abstract] = ACTIONS(4386), - [anon_sym_final] = ACTIONS(4386), - [anon_sym_open] = ACTIONS(4386), - [anon_sym_vararg] = ACTIONS(4386), - [anon_sym_noinline] = ACTIONS(4386), - [anon_sym_crossinline] = ACTIONS(4386), - [anon_sym_expect] = ACTIONS(4386), - [anon_sym_actual] = ACTIONS(4386), + [3404] = { + [sym__alpha_identifier] = ACTIONS(4142), + [anon_sym_AT] = ACTIONS(4145), + [anon_sym_LBRACK] = ACTIONS(4145), + [anon_sym_RBRACK] = ACTIONS(4145), + [anon_sym_as] = ACTIONS(4142), + [anon_sym_EQ] = ACTIONS(3943), + [anon_sym_LBRACE] = ACTIONS(4145), + [anon_sym_RBRACE] = ACTIONS(4145), + [anon_sym_LPAREN] = ACTIONS(5283), + [anon_sym_COMMA] = ACTIONS(4145), + [anon_sym_RPAREN] = ACTIONS(4145), + [anon_sym_LT] = ACTIONS(4142), + [anon_sym_GT] = ACTIONS(4142), + [anon_sym_where] = ACTIONS(4142), + [anon_sym_DOT] = ACTIONS(4142), + [anon_sym_SEMI] = ACTIONS(4145), + [anon_sym_get] = ACTIONS(4142), + [anon_sym_set] = ACTIONS(4142), + [anon_sym_STAR] = ACTIONS(4142), + [anon_sym_DASH_GT] = ACTIONS(4145), + [sym_label] = ACTIONS(4145), + [anon_sym_in] = ACTIONS(4142), + [anon_sym_while] = ACTIONS(4142), + [anon_sym_DOT_DOT] = ACTIONS(4145), + [anon_sym_QMARK_COLON] = ACTIONS(4145), + [anon_sym_AMP_AMP] = ACTIONS(4145), + [anon_sym_PIPE_PIPE] = ACTIONS(4145), + [anon_sym_else] = ACTIONS(4142), + [anon_sym_COLON_COLON] = ACTIONS(4145), + [anon_sym_PLUS_EQ] = ACTIONS(3948), + [anon_sym_DASH_EQ] = ACTIONS(3948), + [anon_sym_STAR_EQ] = ACTIONS(3948), + [anon_sym_SLASH_EQ] = ACTIONS(3948), + [anon_sym_PERCENT_EQ] = ACTIONS(3948), + [anon_sym_BANG_EQ] = ACTIONS(4142), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4145), + [anon_sym_EQ_EQ] = ACTIONS(4142), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4145), + [anon_sym_LT_EQ] = ACTIONS(4145), + [anon_sym_GT_EQ] = ACTIONS(4145), + [anon_sym_BANGin] = ACTIONS(4145), + [anon_sym_is] = ACTIONS(4142), + [anon_sym_BANGis] = ACTIONS(4145), + [anon_sym_PLUS] = ACTIONS(4142), + [anon_sym_DASH] = ACTIONS(4142), + [anon_sym_SLASH] = ACTIONS(4142), + [anon_sym_PERCENT] = ACTIONS(4142), + [anon_sym_as_QMARK] = ACTIONS(4145), + [anon_sym_PLUS_PLUS] = ACTIONS(4145), + [anon_sym_DASH_DASH] = ACTIONS(4145), + [anon_sym_BANG_BANG] = ACTIONS(4145), + [anon_sym_suspend] = ACTIONS(4142), + [anon_sym_sealed] = ACTIONS(4142), + [anon_sym_annotation] = ACTIONS(4142), + [anon_sym_data] = ACTIONS(4142), + [anon_sym_inner] = ACTIONS(4142), + [anon_sym_override] = ACTIONS(4142), + [anon_sym_lateinit] = ACTIONS(4142), + [anon_sym_public] = ACTIONS(4142), + [anon_sym_private] = ACTIONS(4142), + [anon_sym_internal] = ACTIONS(4142), + [anon_sym_protected] = ACTIONS(4142), + [anon_sym_tailrec] = ACTIONS(4142), + [anon_sym_operator] = ACTIONS(4142), + [anon_sym_infix] = ACTIONS(4142), + [anon_sym_inline] = ACTIONS(4142), + [anon_sym_external] = ACTIONS(4142), + [sym_property_modifier] = ACTIONS(4142), + [anon_sym_abstract] = ACTIONS(4142), + [anon_sym_final] = ACTIONS(4142), + [anon_sym_open] = ACTIONS(4142), + [anon_sym_vararg] = ACTIONS(4142), + [anon_sym_noinline] = ACTIONS(4142), + [anon_sym_crossinline] = ACTIONS(4142), + [anon_sym_expect] = ACTIONS(4142), + [anon_sym_actual] = ACTIONS(4142), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4388), - [sym__automatic_semicolon] = ACTIONS(4388), - [sym_safe_nav] = ACTIONS(4388), + [sym__backtick_identifier] = ACTIONS(4145), + [sym_safe_nav] = ACTIONS(4145), [sym_multiline_comment] = ACTIONS(3), }, - [3504] = { - [sym_function_body] = STATE(3798), - [sym__block] = STATE(3725), - [sym__alpha_identifier] = ACTIONS(4382), - [anon_sym_AT] = ACTIONS(4384), - [anon_sym_LBRACK] = ACTIONS(4384), - [anon_sym_as] = ACTIONS(4382), - [anon_sym_EQ] = ACTIONS(6432), - [anon_sym_LBRACE] = ACTIONS(6434), - [anon_sym_RBRACE] = ACTIONS(4384), - [anon_sym_LPAREN] = ACTIONS(4384), - [anon_sym_COMMA] = ACTIONS(4384), - [anon_sym_LT] = ACTIONS(4382), - [anon_sym_GT] = ACTIONS(4382), - [anon_sym_where] = ACTIONS(4382), - [anon_sym_DOT] = ACTIONS(4382), - [anon_sym_SEMI] = ACTIONS(4384), - [anon_sym_get] = ACTIONS(4382), - [anon_sym_set] = ACTIONS(4382), - [anon_sym_STAR] = ACTIONS(4382), - [sym_label] = ACTIONS(4384), - [anon_sym_in] = ACTIONS(4382), - [anon_sym_DOT_DOT] = ACTIONS(4384), - [anon_sym_QMARK_COLON] = ACTIONS(4384), - [anon_sym_AMP_AMP] = ACTIONS(4384), - [anon_sym_PIPE_PIPE] = ACTIONS(4384), - [anon_sym_else] = ACTIONS(4382), - [anon_sym_COLON_COLON] = ACTIONS(4384), - [anon_sym_PLUS_EQ] = ACTIONS(4384), - [anon_sym_DASH_EQ] = ACTIONS(4384), - [anon_sym_STAR_EQ] = ACTIONS(4384), - [anon_sym_SLASH_EQ] = ACTIONS(4384), - [anon_sym_PERCENT_EQ] = ACTIONS(4384), - [anon_sym_BANG_EQ] = ACTIONS(4382), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4384), - [anon_sym_EQ_EQ] = ACTIONS(4382), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4384), - [anon_sym_LT_EQ] = ACTIONS(4384), - [anon_sym_GT_EQ] = ACTIONS(4384), - [anon_sym_BANGin] = ACTIONS(4384), - [anon_sym_is] = ACTIONS(4382), - [anon_sym_BANGis] = ACTIONS(4384), - [anon_sym_PLUS] = ACTIONS(4382), - [anon_sym_DASH] = ACTIONS(4382), - [anon_sym_SLASH] = ACTIONS(4382), - [anon_sym_PERCENT] = ACTIONS(4382), - [anon_sym_as_QMARK] = ACTIONS(4384), - [anon_sym_PLUS_PLUS] = ACTIONS(4384), - [anon_sym_DASH_DASH] = ACTIONS(4384), - [anon_sym_BANG_BANG] = ACTIONS(4384), - [anon_sym_suspend] = ACTIONS(4382), - [anon_sym_sealed] = ACTIONS(4382), - [anon_sym_annotation] = ACTIONS(4382), - [anon_sym_data] = ACTIONS(4382), - [anon_sym_inner] = ACTIONS(4382), - [anon_sym_override] = ACTIONS(4382), - [anon_sym_lateinit] = ACTIONS(4382), - [anon_sym_public] = ACTIONS(4382), - [anon_sym_private] = ACTIONS(4382), - [anon_sym_internal] = ACTIONS(4382), - [anon_sym_protected] = ACTIONS(4382), - [anon_sym_tailrec] = ACTIONS(4382), - [anon_sym_operator] = ACTIONS(4382), - [anon_sym_infix] = ACTIONS(4382), - [anon_sym_inline] = ACTIONS(4382), - [anon_sym_external] = ACTIONS(4382), - [sym_property_modifier] = ACTIONS(4382), - [anon_sym_abstract] = ACTIONS(4382), - [anon_sym_final] = ACTIONS(4382), - [anon_sym_open] = ACTIONS(4382), - [anon_sym_vararg] = ACTIONS(4382), - [anon_sym_noinline] = ACTIONS(4382), - [anon_sym_crossinline] = ACTIONS(4382), - [anon_sym_expect] = ACTIONS(4382), - [anon_sym_actual] = ACTIONS(4382), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4384), - [sym__automatic_semicolon] = ACTIONS(4384), - [sym_safe_nav] = ACTIONS(4384), + [3405] = { + [aux_sym_nullable_type_repeat1] = STATE(3397), + [sym__alpha_identifier] = ACTIONS(4244), + [anon_sym_AT] = ACTIONS(4246), + [anon_sym_LBRACK] = ACTIONS(4246), + [anon_sym_EQ] = ACTIONS(4246), + [anon_sym_LBRACE] = ACTIONS(4246), + [anon_sym_RBRACE] = ACTIONS(4246), + [anon_sym_LPAREN] = ACTIONS(4246), + [anon_sym_COMMA] = ACTIONS(4246), + [anon_sym_by] = ACTIONS(4244), + [anon_sym_where] = ACTIONS(4244), + [anon_sym_object] = ACTIONS(4244), + [anon_sym_fun] = ACTIONS(4244), + [anon_sym_SEMI] = ACTIONS(4246), + [anon_sym_get] = ACTIONS(4244), + [anon_sym_set] = ACTIONS(4244), + [anon_sym_this] = ACTIONS(4244), + [anon_sym_super] = ACTIONS(4244), + [sym__quest] = ACTIONS(6512), + [anon_sym_STAR] = ACTIONS(4246), + [sym_label] = ACTIONS(4244), + [anon_sym_in] = ACTIONS(4244), + [anon_sym_null] = ACTIONS(4244), + [anon_sym_if] = ACTIONS(4244), + [anon_sym_else] = ACTIONS(4244), + [anon_sym_when] = ACTIONS(4244), + [anon_sym_try] = ACTIONS(4244), + [anon_sym_throw] = ACTIONS(4244), + [anon_sym_return] = ACTIONS(4244), + [anon_sym_continue] = ACTIONS(4244), + [anon_sym_break] = ACTIONS(4244), + [anon_sym_COLON_COLON] = ACTIONS(4246), + [anon_sym_BANGin] = ACTIONS(4246), + [anon_sym_is] = ACTIONS(4244), + [anon_sym_BANGis] = ACTIONS(4246), + [anon_sym_PLUS] = ACTIONS(4244), + [anon_sym_DASH] = ACTIONS(4244), + [anon_sym_PLUS_PLUS] = ACTIONS(4246), + [anon_sym_DASH_DASH] = ACTIONS(4246), + [anon_sym_BANG] = ACTIONS(4244), + [anon_sym_suspend] = ACTIONS(4244), + [anon_sym_sealed] = ACTIONS(4244), + [anon_sym_annotation] = ACTIONS(4244), + [anon_sym_data] = ACTIONS(4244), + [anon_sym_inner] = ACTIONS(4244), + [anon_sym_override] = ACTIONS(4244), + [anon_sym_lateinit] = ACTIONS(4244), + [anon_sym_public] = ACTIONS(4244), + [anon_sym_private] = ACTIONS(4244), + [anon_sym_internal] = ACTIONS(4244), + [anon_sym_protected] = ACTIONS(4244), + [anon_sym_tailrec] = ACTIONS(4244), + [anon_sym_operator] = ACTIONS(4244), + [anon_sym_infix] = ACTIONS(4244), + [anon_sym_inline] = ACTIONS(4244), + [anon_sym_external] = ACTIONS(4244), + [sym_property_modifier] = ACTIONS(4244), + [anon_sym_abstract] = ACTIONS(4244), + [anon_sym_final] = ACTIONS(4244), + [anon_sym_open] = ACTIONS(4244), + [anon_sym_vararg] = ACTIONS(4244), + [anon_sym_noinline] = ACTIONS(4244), + [anon_sym_crossinline] = ACTIONS(4244), + [anon_sym_expect] = ACTIONS(4244), + [anon_sym_actual] = ACTIONS(4244), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4246), + [anon_sym_continue_AT] = ACTIONS(4246), + [anon_sym_break_AT] = ACTIONS(4246), + [sym_real_literal] = ACTIONS(4246), + [sym_integer_literal] = ACTIONS(4244), + [sym_hex_literal] = ACTIONS(4246), + [sym_bin_literal] = ACTIONS(4246), + [anon_sym_true] = ACTIONS(4244), + [anon_sym_false] = ACTIONS(4244), + [anon_sym_SQUOTE] = ACTIONS(4246), + [sym__backtick_identifier] = ACTIONS(4246), + [sym__automatic_semicolon] = ACTIONS(4246), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4246), + }, + [3406] = { + [sym__alpha_identifier] = ACTIONS(4285), + [anon_sym_AT] = ACTIONS(4288), + [anon_sym_LBRACK] = ACTIONS(4288), + [anon_sym_RBRACK] = ACTIONS(4288), + [anon_sym_as] = ACTIONS(4285), + [anon_sym_EQ] = ACTIONS(3943), + [anon_sym_LBRACE] = ACTIONS(4288), + [anon_sym_RBRACE] = ACTIONS(4288), + [anon_sym_LPAREN] = ACTIONS(5291), + [anon_sym_COMMA] = ACTIONS(4288), + [anon_sym_RPAREN] = ACTIONS(4288), + [anon_sym_LT] = ACTIONS(4285), + [anon_sym_GT] = ACTIONS(4285), + [anon_sym_where] = ACTIONS(4285), + [anon_sym_DOT] = ACTIONS(4285), + [anon_sym_SEMI] = ACTIONS(4288), + [anon_sym_get] = ACTIONS(4285), + [anon_sym_set] = ACTIONS(4285), + [anon_sym_STAR] = ACTIONS(4285), + [anon_sym_DASH_GT] = ACTIONS(4288), + [sym_label] = ACTIONS(4288), + [anon_sym_in] = ACTIONS(4285), + [anon_sym_while] = ACTIONS(4285), + [anon_sym_DOT_DOT] = ACTIONS(4288), + [anon_sym_QMARK_COLON] = ACTIONS(4288), + [anon_sym_AMP_AMP] = ACTIONS(4288), + [anon_sym_PIPE_PIPE] = ACTIONS(4288), + [anon_sym_else] = ACTIONS(4285), + [anon_sym_COLON_COLON] = ACTIONS(4288), + [anon_sym_PLUS_EQ] = ACTIONS(3948), + [anon_sym_DASH_EQ] = ACTIONS(3948), + [anon_sym_STAR_EQ] = ACTIONS(3948), + [anon_sym_SLASH_EQ] = ACTIONS(3948), + [anon_sym_PERCENT_EQ] = ACTIONS(3948), + [anon_sym_BANG_EQ] = ACTIONS(4285), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4288), + [anon_sym_EQ_EQ] = ACTIONS(4285), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4288), + [anon_sym_LT_EQ] = ACTIONS(4288), + [anon_sym_GT_EQ] = ACTIONS(4288), + [anon_sym_BANGin] = ACTIONS(4288), + [anon_sym_is] = ACTIONS(4285), + [anon_sym_BANGis] = ACTIONS(4288), + [anon_sym_PLUS] = ACTIONS(4285), + [anon_sym_DASH] = ACTIONS(4285), + [anon_sym_SLASH] = ACTIONS(4285), + [anon_sym_PERCENT] = ACTIONS(4285), + [anon_sym_as_QMARK] = ACTIONS(4288), + [anon_sym_PLUS_PLUS] = ACTIONS(4288), + [anon_sym_DASH_DASH] = ACTIONS(4288), + [anon_sym_BANG_BANG] = ACTIONS(4288), + [anon_sym_suspend] = ACTIONS(4285), + [anon_sym_sealed] = ACTIONS(4285), + [anon_sym_annotation] = ACTIONS(4285), + [anon_sym_data] = ACTIONS(4285), + [anon_sym_inner] = ACTIONS(4285), + [anon_sym_override] = ACTIONS(4285), + [anon_sym_lateinit] = ACTIONS(4285), + [anon_sym_public] = ACTIONS(4285), + [anon_sym_private] = ACTIONS(4285), + [anon_sym_internal] = ACTIONS(4285), + [anon_sym_protected] = ACTIONS(4285), + [anon_sym_tailrec] = ACTIONS(4285), + [anon_sym_operator] = ACTIONS(4285), + [anon_sym_infix] = ACTIONS(4285), + [anon_sym_inline] = ACTIONS(4285), + [anon_sym_external] = ACTIONS(4285), + [sym_property_modifier] = ACTIONS(4285), + [anon_sym_abstract] = ACTIONS(4285), + [anon_sym_final] = ACTIONS(4285), + [anon_sym_open] = ACTIONS(4285), + [anon_sym_vararg] = ACTIONS(4285), + [anon_sym_noinline] = ACTIONS(4285), + [anon_sym_crossinline] = ACTIONS(4285), + [anon_sym_expect] = ACTIONS(4285), + [anon_sym_actual] = ACTIONS(4285), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4288), + [sym_safe_nav] = ACTIONS(4288), [sym_multiline_comment] = ACTIONS(3), }, - [3505] = { - [sym_type_constraints] = STATE(3887), - [sym_function_body] = STATE(3421), - [sym__block] = STATE(3245), - [sym__alpha_identifier] = ACTIONS(4073), - [anon_sym_AT] = ACTIONS(4075), - [anon_sym_COLON] = ACTIONS(6650), - [anon_sym_LBRACK] = ACTIONS(4075), - [anon_sym_as] = ACTIONS(4073), - [anon_sym_EQ] = ACTIONS(6642), - [anon_sym_LBRACE] = ACTIONS(6220), - [anon_sym_RBRACE] = ACTIONS(4075), - [anon_sym_LPAREN] = ACTIONS(4075), - [anon_sym_COMMA] = ACTIONS(4075), - [anon_sym_LT] = ACTIONS(4073), - [anon_sym_GT] = ACTIONS(4073), - [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(4073), - [anon_sym_fun] = ACTIONS(4073), - [anon_sym_DOT] = ACTIONS(4073), - [anon_sym_SEMI] = ACTIONS(4075), - [anon_sym_get] = ACTIONS(4073), - [anon_sym_set] = ACTIONS(4073), - [anon_sym_this] = ACTIONS(4073), - [anon_sym_super] = ACTIONS(4073), - [anon_sym_STAR] = ACTIONS(4075), - [sym_label] = ACTIONS(4073), - [anon_sym_in] = ACTIONS(4073), - [anon_sym_DOT_DOT] = ACTIONS(4075), - [anon_sym_QMARK_COLON] = ACTIONS(4075), - [anon_sym_AMP_AMP] = ACTIONS(4075), - [anon_sym_PIPE_PIPE] = ACTIONS(4075), - [anon_sym_null] = ACTIONS(4073), - [anon_sym_if] = ACTIONS(4073), - [anon_sym_else] = ACTIONS(4073), - [anon_sym_when] = ACTIONS(4073), - [anon_sym_try] = ACTIONS(4073), - [anon_sym_throw] = ACTIONS(4073), - [anon_sym_return] = ACTIONS(4073), - [anon_sym_continue] = ACTIONS(4073), - [anon_sym_break] = ACTIONS(4073), - [anon_sym_COLON_COLON] = ACTIONS(4075), - [anon_sym_BANG_EQ] = ACTIONS(4073), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4075), - [anon_sym_EQ_EQ] = ACTIONS(4073), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4075), - [anon_sym_LT_EQ] = ACTIONS(4075), - [anon_sym_GT_EQ] = ACTIONS(4075), - [anon_sym_BANGin] = ACTIONS(4075), - [anon_sym_is] = ACTIONS(4073), - [anon_sym_BANGis] = ACTIONS(4075), - [anon_sym_PLUS] = ACTIONS(4073), - [anon_sym_DASH] = ACTIONS(4073), - [anon_sym_SLASH] = ACTIONS(4073), - [anon_sym_PERCENT] = ACTIONS(4075), - [anon_sym_as_QMARK] = ACTIONS(4075), - [anon_sym_PLUS_PLUS] = ACTIONS(4075), - [anon_sym_DASH_DASH] = ACTIONS(4075), - [anon_sym_BANG] = ACTIONS(4073), - [anon_sym_BANG_BANG] = ACTIONS(4075), - [anon_sym_data] = ACTIONS(4073), - [anon_sym_inner] = ACTIONS(4073), - [anon_sym_expect] = ACTIONS(4073), - [anon_sym_actual] = ACTIONS(4073), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4075), - [anon_sym_continue_AT] = ACTIONS(4075), - [anon_sym_break_AT] = ACTIONS(4075), - [sym_real_literal] = ACTIONS(4075), - [sym_integer_literal] = ACTIONS(4073), - [sym_hex_literal] = ACTIONS(4075), - [sym_bin_literal] = ACTIONS(4075), - [anon_sym_true] = ACTIONS(4073), - [anon_sym_false] = ACTIONS(4073), - [anon_sym_SQUOTE] = ACTIONS(4075), - [sym__backtick_identifier] = ACTIONS(4075), - [sym__automatic_semicolon] = ACTIONS(4075), - [sym_safe_nav] = ACTIONS(4075), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4075), + [3407] = { + [aux_sym_nullable_type_repeat1] = STATE(3407), + [sym__alpha_identifier] = ACTIONS(4237), + [anon_sym_AT] = ACTIONS(4239), + [anon_sym_LBRACK] = ACTIONS(4239), + [anon_sym_EQ] = ACTIONS(4239), + [anon_sym_LBRACE] = ACTIONS(4239), + [anon_sym_RBRACE] = ACTIONS(4239), + [anon_sym_LPAREN] = ACTIONS(4239), + [anon_sym_COMMA] = ACTIONS(4239), + [anon_sym_by] = ACTIONS(4237), + [anon_sym_where] = ACTIONS(4237), + [anon_sym_object] = ACTIONS(4237), + [anon_sym_fun] = ACTIONS(4237), + [anon_sym_SEMI] = ACTIONS(4239), + [anon_sym_get] = ACTIONS(4237), + [anon_sym_set] = ACTIONS(4237), + [anon_sym_this] = ACTIONS(4237), + [anon_sym_super] = ACTIONS(4237), + [sym__quest] = ACTIONS(6573), + [anon_sym_STAR] = ACTIONS(4239), + [sym_label] = ACTIONS(4237), + [anon_sym_in] = ACTIONS(4237), + [anon_sym_null] = ACTIONS(4237), + [anon_sym_if] = ACTIONS(4237), + [anon_sym_else] = ACTIONS(4237), + [anon_sym_when] = ACTIONS(4237), + [anon_sym_try] = ACTIONS(4237), + [anon_sym_throw] = ACTIONS(4237), + [anon_sym_return] = ACTIONS(4237), + [anon_sym_continue] = ACTIONS(4237), + [anon_sym_break] = ACTIONS(4237), + [anon_sym_COLON_COLON] = ACTIONS(4239), + [anon_sym_BANGin] = ACTIONS(4239), + [anon_sym_is] = ACTIONS(4237), + [anon_sym_BANGis] = ACTIONS(4239), + [anon_sym_PLUS] = ACTIONS(4237), + [anon_sym_DASH] = ACTIONS(4237), + [anon_sym_PLUS_PLUS] = ACTIONS(4239), + [anon_sym_DASH_DASH] = ACTIONS(4239), + [anon_sym_BANG] = ACTIONS(4237), + [anon_sym_suspend] = ACTIONS(4237), + [anon_sym_sealed] = ACTIONS(4237), + [anon_sym_annotation] = ACTIONS(4237), + [anon_sym_data] = ACTIONS(4237), + [anon_sym_inner] = ACTIONS(4237), + [anon_sym_override] = ACTIONS(4237), + [anon_sym_lateinit] = ACTIONS(4237), + [anon_sym_public] = ACTIONS(4237), + [anon_sym_private] = ACTIONS(4237), + [anon_sym_internal] = ACTIONS(4237), + [anon_sym_protected] = ACTIONS(4237), + [anon_sym_tailrec] = ACTIONS(4237), + [anon_sym_operator] = ACTIONS(4237), + [anon_sym_infix] = ACTIONS(4237), + [anon_sym_inline] = ACTIONS(4237), + [anon_sym_external] = ACTIONS(4237), + [sym_property_modifier] = ACTIONS(4237), + [anon_sym_abstract] = ACTIONS(4237), + [anon_sym_final] = ACTIONS(4237), + [anon_sym_open] = ACTIONS(4237), + [anon_sym_vararg] = ACTIONS(4237), + [anon_sym_noinline] = ACTIONS(4237), + [anon_sym_crossinline] = ACTIONS(4237), + [anon_sym_expect] = ACTIONS(4237), + [anon_sym_actual] = ACTIONS(4237), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4239), + [anon_sym_continue_AT] = ACTIONS(4239), + [anon_sym_break_AT] = ACTIONS(4239), + [sym_real_literal] = ACTIONS(4239), + [sym_integer_literal] = ACTIONS(4237), + [sym_hex_literal] = ACTIONS(4239), + [sym_bin_literal] = ACTIONS(4239), + [anon_sym_true] = ACTIONS(4237), + [anon_sym_false] = ACTIONS(4237), + [anon_sym_SQUOTE] = ACTIONS(4239), + [sym__backtick_identifier] = ACTIONS(4239), + [sym__automatic_semicolon] = ACTIONS(4239), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4239), }, - [3506] = { - [sym_type_constraints] = STATE(3888), - [sym_function_body] = STATE(3288), - [sym__block] = STATE(3245), - [sym__alpha_identifier] = ACTIONS(4083), - [anon_sym_AT] = ACTIONS(4085), - [anon_sym_COLON] = ACTIONS(6652), - [anon_sym_LBRACK] = ACTIONS(4085), - [anon_sym_as] = ACTIONS(4083), - [anon_sym_EQ] = ACTIONS(6642), - [anon_sym_LBRACE] = ACTIONS(6220), - [anon_sym_RBRACE] = ACTIONS(4085), - [anon_sym_LPAREN] = ACTIONS(4085), - [anon_sym_COMMA] = ACTIONS(4085), - [anon_sym_LT] = ACTIONS(4083), - [anon_sym_GT] = ACTIONS(4083), - [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(4083), - [anon_sym_fun] = ACTIONS(4083), - [anon_sym_DOT] = ACTIONS(4083), - [anon_sym_SEMI] = ACTIONS(4085), - [anon_sym_get] = ACTIONS(4083), - [anon_sym_set] = ACTIONS(4083), - [anon_sym_this] = ACTIONS(4083), - [anon_sym_super] = ACTIONS(4083), - [anon_sym_STAR] = ACTIONS(4085), - [sym_label] = ACTIONS(4083), - [anon_sym_in] = ACTIONS(4083), - [anon_sym_DOT_DOT] = ACTIONS(4085), - [anon_sym_QMARK_COLON] = ACTIONS(4085), - [anon_sym_AMP_AMP] = ACTIONS(4085), - [anon_sym_PIPE_PIPE] = ACTIONS(4085), - [anon_sym_null] = ACTIONS(4083), - [anon_sym_if] = ACTIONS(4083), - [anon_sym_else] = ACTIONS(4083), - [anon_sym_when] = ACTIONS(4083), - [anon_sym_try] = ACTIONS(4083), - [anon_sym_throw] = ACTIONS(4083), - [anon_sym_return] = ACTIONS(4083), - [anon_sym_continue] = ACTIONS(4083), - [anon_sym_break] = ACTIONS(4083), - [anon_sym_COLON_COLON] = ACTIONS(4085), - [anon_sym_BANG_EQ] = ACTIONS(4083), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4085), - [anon_sym_EQ_EQ] = ACTIONS(4083), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4085), - [anon_sym_LT_EQ] = ACTIONS(4085), - [anon_sym_GT_EQ] = ACTIONS(4085), - [anon_sym_BANGin] = ACTIONS(4085), - [anon_sym_is] = ACTIONS(4083), - [anon_sym_BANGis] = ACTIONS(4085), - [anon_sym_PLUS] = ACTIONS(4083), - [anon_sym_DASH] = ACTIONS(4083), - [anon_sym_SLASH] = ACTIONS(4083), - [anon_sym_PERCENT] = ACTIONS(4085), - [anon_sym_as_QMARK] = ACTIONS(4085), - [anon_sym_PLUS_PLUS] = ACTIONS(4085), - [anon_sym_DASH_DASH] = ACTIONS(4085), - [anon_sym_BANG] = ACTIONS(4083), - [anon_sym_BANG_BANG] = ACTIONS(4085), - [anon_sym_data] = ACTIONS(4083), - [anon_sym_inner] = ACTIONS(4083), - [anon_sym_expect] = ACTIONS(4083), - [anon_sym_actual] = ACTIONS(4083), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4085), - [anon_sym_continue_AT] = ACTIONS(4085), - [anon_sym_break_AT] = ACTIONS(4085), - [sym_real_literal] = ACTIONS(4085), - [sym_integer_literal] = ACTIONS(4083), - [sym_hex_literal] = ACTIONS(4085), - [sym_bin_literal] = ACTIONS(4085), - [anon_sym_true] = ACTIONS(4083), - [anon_sym_false] = ACTIONS(4083), - [anon_sym_SQUOTE] = ACTIONS(4085), - [sym__backtick_identifier] = ACTIONS(4085), - [sym__automatic_semicolon] = ACTIONS(4085), - [sym_safe_nav] = ACTIONS(4085), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4085), + [3408] = { + [sym__alpha_identifier] = ACTIONS(4293), + [anon_sym_AT] = ACTIONS(4291), + [anon_sym_LBRACK] = ACTIONS(4291), + [anon_sym_RBRACK] = ACTIONS(4291), + [anon_sym_as] = ACTIONS(4293), + [anon_sym_EQ] = ACTIONS(4293), + [anon_sym_LBRACE] = ACTIONS(4291), + [anon_sym_RBRACE] = ACTIONS(4291), + [anon_sym_LPAREN] = ACTIONS(6576), + [anon_sym_COMMA] = ACTIONS(4291), + [anon_sym_RPAREN] = ACTIONS(4291), + [anon_sym_LT] = ACTIONS(4293), + [anon_sym_GT] = ACTIONS(4293), + [anon_sym_where] = ACTIONS(4293), + [anon_sym_DOT] = ACTIONS(4293), + [anon_sym_SEMI] = ACTIONS(4291), + [anon_sym_get] = ACTIONS(4293), + [anon_sym_set] = ACTIONS(4293), + [anon_sym_STAR] = ACTIONS(4293), + [anon_sym_DASH_GT] = ACTIONS(4291), + [sym_label] = ACTIONS(4291), + [anon_sym_in] = ACTIONS(4293), + [anon_sym_while] = ACTIONS(4293), + [anon_sym_DOT_DOT] = ACTIONS(4291), + [anon_sym_QMARK_COLON] = ACTIONS(4291), + [anon_sym_AMP_AMP] = ACTIONS(4291), + [anon_sym_PIPE_PIPE] = ACTIONS(4291), + [anon_sym_else] = ACTIONS(4293), + [anon_sym_COLON_COLON] = ACTIONS(4291), + [anon_sym_PLUS_EQ] = ACTIONS(4291), + [anon_sym_DASH_EQ] = ACTIONS(4291), + [anon_sym_STAR_EQ] = ACTIONS(4291), + [anon_sym_SLASH_EQ] = ACTIONS(4291), + [anon_sym_PERCENT_EQ] = ACTIONS(4291), + [anon_sym_BANG_EQ] = ACTIONS(4293), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4291), + [anon_sym_EQ_EQ] = ACTIONS(4293), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4291), + [anon_sym_LT_EQ] = ACTIONS(4291), + [anon_sym_GT_EQ] = ACTIONS(4291), + [anon_sym_BANGin] = ACTIONS(4291), + [anon_sym_is] = ACTIONS(4293), + [anon_sym_BANGis] = ACTIONS(4291), + [anon_sym_PLUS] = ACTIONS(4293), + [anon_sym_DASH] = ACTIONS(4293), + [anon_sym_SLASH] = ACTIONS(4293), + [anon_sym_PERCENT] = ACTIONS(4293), + [anon_sym_as_QMARK] = ACTIONS(4291), + [anon_sym_PLUS_PLUS] = ACTIONS(4291), + [anon_sym_DASH_DASH] = ACTIONS(4291), + [anon_sym_BANG_BANG] = ACTIONS(4291), + [anon_sym_suspend] = ACTIONS(4293), + [anon_sym_sealed] = ACTIONS(4293), + [anon_sym_annotation] = ACTIONS(4293), + [anon_sym_data] = ACTIONS(4293), + [anon_sym_inner] = ACTIONS(4293), + [anon_sym_override] = ACTIONS(4293), + [anon_sym_lateinit] = ACTIONS(4293), + [anon_sym_public] = ACTIONS(4293), + [anon_sym_private] = ACTIONS(4293), + [anon_sym_internal] = ACTIONS(4293), + [anon_sym_protected] = ACTIONS(4293), + [anon_sym_tailrec] = ACTIONS(4293), + [anon_sym_operator] = ACTIONS(4293), + [anon_sym_infix] = ACTIONS(4293), + [anon_sym_inline] = ACTIONS(4293), + [anon_sym_external] = ACTIONS(4293), + [sym_property_modifier] = ACTIONS(4293), + [anon_sym_abstract] = ACTIONS(4293), + [anon_sym_final] = ACTIONS(4293), + [anon_sym_open] = ACTIONS(4293), + [anon_sym_vararg] = ACTIONS(4293), + [anon_sym_noinline] = ACTIONS(4293), + [anon_sym_crossinline] = ACTIONS(4293), + [anon_sym_expect] = ACTIONS(4293), + [anon_sym_actual] = ACTIONS(4293), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4291), + [sym_safe_nav] = ACTIONS(4291), + [sym_multiline_comment] = ACTIONS(3), }, - [3507] = { - [sym_class_body] = STATE(3823), - [sym_type_constraints] = STATE(3612), - [sym__alpha_identifier] = ACTIONS(4448), - [anon_sym_AT] = ACTIONS(4450), - [anon_sym_LBRACK] = ACTIONS(4450), - [anon_sym_as] = ACTIONS(4448), - [anon_sym_EQ] = ACTIONS(4448), - [anon_sym_LBRACE] = ACTIONS(5421), - [anon_sym_RBRACE] = ACTIONS(4450), - [anon_sym_LPAREN] = ACTIONS(4450), - [anon_sym_COMMA] = ACTIONS(4450), - [anon_sym_LT] = ACTIONS(4448), - [anon_sym_GT] = ACTIONS(4448), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(4448), - [anon_sym_SEMI] = ACTIONS(4450), - [anon_sym_get] = ACTIONS(4448), - [anon_sym_set] = ACTIONS(4448), - [anon_sym_STAR] = ACTIONS(4448), - [sym_label] = ACTIONS(4450), - [anon_sym_in] = ACTIONS(4448), - [anon_sym_DOT_DOT] = ACTIONS(4450), - [anon_sym_QMARK_COLON] = ACTIONS(4450), - [anon_sym_AMP_AMP] = ACTIONS(4450), - [anon_sym_PIPE_PIPE] = ACTIONS(4450), - [anon_sym_else] = ACTIONS(4448), - [anon_sym_COLON_COLON] = ACTIONS(4450), - [anon_sym_PLUS_EQ] = ACTIONS(4450), - [anon_sym_DASH_EQ] = ACTIONS(4450), - [anon_sym_STAR_EQ] = ACTIONS(4450), - [anon_sym_SLASH_EQ] = ACTIONS(4450), - [anon_sym_PERCENT_EQ] = ACTIONS(4450), - [anon_sym_BANG_EQ] = ACTIONS(4448), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4450), - [anon_sym_EQ_EQ] = ACTIONS(4448), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4450), - [anon_sym_LT_EQ] = ACTIONS(4450), - [anon_sym_GT_EQ] = ACTIONS(4450), - [anon_sym_BANGin] = ACTIONS(4450), - [anon_sym_is] = ACTIONS(4448), - [anon_sym_BANGis] = ACTIONS(4450), - [anon_sym_PLUS] = ACTIONS(4448), - [anon_sym_DASH] = ACTIONS(4448), - [anon_sym_SLASH] = ACTIONS(4448), - [anon_sym_PERCENT] = ACTIONS(4448), - [anon_sym_as_QMARK] = ACTIONS(4450), - [anon_sym_PLUS_PLUS] = ACTIONS(4450), - [anon_sym_DASH_DASH] = ACTIONS(4450), - [anon_sym_BANG_BANG] = ACTIONS(4450), - [anon_sym_suspend] = ACTIONS(4448), - [anon_sym_sealed] = ACTIONS(4448), - [anon_sym_annotation] = ACTIONS(4448), - [anon_sym_data] = ACTIONS(4448), - [anon_sym_inner] = ACTIONS(4448), - [anon_sym_override] = ACTIONS(4448), - [anon_sym_lateinit] = ACTIONS(4448), - [anon_sym_public] = ACTIONS(4448), - [anon_sym_private] = ACTIONS(4448), - [anon_sym_internal] = ACTIONS(4448), - [anon_sym_protected] = ACTIONS(4448), - [anon_sym_tailrec] = ACTIONS(4448), - [anon_sym_operator] = ACTIONS(4448), - [anon_sym_infix] = ACTIONS(4448), - [anon_sym_inline] = ACTIONS(4448), - [anon_sym_external] = ACTIONS(4448), - [sym_property_modifier] = ACTIONS(4448), - [anon_sym_abstract] = ACTIONS(4448), - [anon_sym_final] = ACTIONS(4448), - [anon_sym_open] = ACTIONS(4448), - [anon_sym_vararg] = ACTIONS(4448), - [anon_sym_noinline] = ACTIONS(4448), - [anon_sym_crossinline] = ACTIONS(4448), - [anon_sym_expect] = ACTIONS(4448), - [anon_sym_actual] = ACTIONS(4448), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4450), - [sym__automatic_semicolon] = ACTIONS(4450), - [sym_safe_nav] = ACTIONS(4450), + [3409] = { + [sym__alpha_identifier] = ACTIONS(4519), + [anon_sym_AT] = ACTIONS(4521), + [anon_sym_LBRACK] = ACTIONS(4521), + [anon_sym_as] = ACTIONS(4519), + [anon_sym_EQ] = ACTIONS(4519), + [anon_sym_LBRACE] = ACTIONS(4521), + [anon_sym_RBRACE] = ACTIONS(4521), + [anon_sym_LPAREN] = ACTIONS(4521), + [anon_sym_COMMA] = ACTIONS(4521), + [anon_sym_LT] = ACTIONS(4519), + [anon_sym_GT] = ACTIONS(4519), + [anon_sym_where] = ACTIONS(4519), + [anon_sym_object] = ACTIONS(4519), + [anon_sym_fun] = ACTIONS(4519), + [anon_sym_DOT] = ACTIONS(4519), + [anon_sym_SEMI] = ACTIONS(4521), + [anon_sym_get] = ACTIONS(4519), + [anon_sym_set] = ACTIONS(4519), + [anon_sym_this] = ACTIONS(4519), + [anon_sym_super] = ACTIONS(4519), + [anon_sym_STAR] = ACTIONS(4519), + [sym_label] = ACTIONS(4519), + [anon_sym_in] = ACTIONS(4519), + [anon_sym_DOT_DOT] = ACTIONS(4521), + [anon_sym_QMARK_COLON] = ACTIONS(4521), + [anon_sym_AMP_AMP] = ACTIONS(4521), + [anon_sym_PIPE_PIPE] = ACTIONS(4521), + [anon_sym_null] = ACTIONS(4519), + [anon_sym_if] = ACTIONS(4519), + [anon_sym_else] = ACTIONS(4519), + [anon_sym_when] = ACTIONS(4519), + [anon_sym_try] = ACTIONS(4519), + [anon_sym_throw] = ACTIONS(4519), + [anon_sym_return] = ACTIONS(4519), + [anon_sym_continue] = ACTIONS(4519), + [anon_sym_break] = ACTIONS(4519), + [anon_sym_COLON_COLON] = ACTIONS(4521), + [anon_sym_PLUS_EQ] = ACTIONS(4521), + [anon_sym_DASH_EQ] = ACTIONS(4521), + [anon_sym_STAR_EQ] = ACTIONS(4521), + [anon_sym_SLASH_EQ] = ACTIONS(4521), + [anon_sym_PERCENT_EQ] = ACTIONS(4521), + [anon_sym_BANG_EQ] = ACTIONS(4519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4521), + [anon_sym_EQ_EQ] = ACTIONS(4519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4521), + [anon_sym_LT_EQ] = ACTIONS(4521), + [anon_sym_GT_EQ] = ACTIONS(4521), + [anon_sym_BANGin] = ACTIONS(4521), + [anon_sym_is] = ACTIONS(4519), + [anon_sym_BANGis] = ACTIONS(4521), + [anon_sym_PLUS] = ACTIONS(4519), + [anon_sym_DASH] = ACTIONS(4519), + [anon_sym_SLASH] = ACTIONS(4519), + [anon_sym_PERCENT] = ACTIONS(4519), + [anon_sym_as_QMARK] = ACTIONS(4521), + [anon_sym_PLUS_PLUS] = ACTIONS(4521), + [anon_sym_DASH_DASH] = ACTIONS(4521), + [anon_sym_BANG] = ACTIONS(4519), + [anon_sym_BANG_BANG] = ACTIONS(4521), + [anon_sym_data] = ACTIONS(4519), + [anon_sym_inner] = ACTIONS(4519), + [anon_sym_expect] = ACTIONS(4519), + [anon_sym_actual] = ACTIONS(4519), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4521), + [anon_sym_continue_AT] = ACTIONS(4521), + [anon_sym_break_AT] = ACTIONS(4521), + [sym_real_literal] = ACTIONS(4521), + [sym_integer_literal] = ACTIONS(4519), + [sym_hex_literal] = ACTIONS(4521), + [sym_bin_literal] = ACTIONS(4521), + [anon_sym_true] = ACTIONS(4519), + [anon_sym_false] = ACTIONS(4519), + [anon_sym_SQUOTE] = ACTIONS(4521), + [sym__backtick_identifier] = ACTIONS(4521), + [sym__automatic_semicolon] = ACTIONS(4521), + [sym_safe_nav] = ACTIONS(4521), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4521), + }, + [3410] = { + [sym__alpha_identifier] = ACTIONS(4842), + [anon_sym_AT] = ACTIONS(4844), + [anon_sym_LBRACK] = ACTIONS(4844), + [anon_sym_RBRACK] = ACTIONS(4844), + [anon_sym_as] = ACTIONS(4842), + [anon_sym_EQ] = ACTIONS(4877), + [anon_sym_LBRACE] = ACTIONS(4844), + [anon_sym_RBRACE] = ACTIONS(4844), + [anon_sym_LPAREN] = ACTIONS(4844), + [anon_sym_COMMA] = ACTIONS(4844), + [anon_sym_RPAREN] = ACTIONS(4844), + [anon_sym_LT] = ACTIONS(4842), + [anon_sym_GT] = ACTIONS(4842), + [anon_sym_where] = ACTIONS(4842), + [anon_sym_DOT] = ACTIONS(4842), + [anon_sym_SEMI] = ACTIONS(4844), + [anon_sym_get] = ACTIONS(4842), + [anon_sym_set] = ACTIONS(4842), + [anon_sym_STAR] = ACTIONS(4842), + [anon_sym_DASH_GT] = ACTIONS(4844), + [sym_label] = ACTIONS(4844), + [anon_sym_in] = ACTIONS(4842), + [anon_sym_while] = ACTIONS(4842), + [anon_sym_DOT_DOT] = ACTIONS(4844), + [anon_sym_QMARK_COLON] = ACTIONS(4844), + [anon_sym_AMP_AMP] = ACTIONS(4844), + [anon_sym_PIPE_PIPE] = ACTIONS(4844), + [anon_sym_else] = ACTIONS(4842), + [anon_sym_COLON_COLON] = ACTIONS(6568), + [anon_sym_PLUS_EQ] = ACTIONS(4879), + [anon_sym_DASH_EQ] = ACTIONS(4879), + [anon_sym_STAR_EQ] = ACTIONS(4879), + [anon_sym_SLASH_EQ] = ACTIONS(4879), + [anon_sym_PERCENT_EQ] = ACTIONS(4879), + [anon_sym_BANG_EQ] = ACTIONS(4842), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4844), + [anon_sym_EQ_EQ] = ACTIONS(4842), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4844), + [anon_sym_LT_EQ] = ACTIONS(4844), + [anon_sym_GT_EQ] = ACTIONS(4844), + [anon_sym_BANGin] = ACTIONS(4844), + [anon_sym_is] = ACTIONS(4842), + [anon_sym_BANGis] = ACTIONS(4844), + [anon_sym_PLUS] = ACTIONS(4842), + [anon_sym_DASH] = ACTIONS(4842), + [anon_sym_SLASH] = ACTIONS(4842), + [anon_sym_PERCENT] = ACTIONS(4842), + [anon_sym_as_QMARK] = ACTIONS(4844), + [anon_sym_PLUS_PLUS] = ACTIONS(4844), + [anon_sym_DASH_DASH] = ACTIONS(4844), + [anon_sym_BANG_BANG] = ACTIONS(4844), + [anon_sym_suspend] = ACTIONS(4842), + [anon_sym_sealed] = ACTIONS(4842), + [anon_sym_annotation] = ACTIONS(4842), + [anon_sym_data] = ACTIONS(4842), + [anon_sym_inner] = ACTIONS(4842), + [anon_sym_override] = ACTIONS(4842), + [anon_sym_lateinit] = ACTIONS(4842), + [anon_sym_public] = ACTIONS(4842), + [anon_sym_private] = ACTIONS(4842), + [anon_sym_internal] = ACTIONS(4842), + [anon_sym_protected] = ACTIONS(4842), + [anon_sym_tailrec] = ACTIONS(4842), + [anon_sym_operator] = ACTIONS(4842), + [anon_sym_infix] = ACTIONS(4842), + [anon_sym_inline] = ACTIONS(4842), + [anon_sym_external] = ACTIONS(4842), + [sym_property_modifier] = ACTIONS(4842), + [anon_sym_abstract] = ACTIONS(4842), + [anon_sym_final] = ACTIONS(4842), + [anon_sym_open] = ACTIONS(4842), + [anon_sym_vararg] = ACTIONS(4842), + [anon_sym_noinline] = ACTIONS(4842), + [anon_sym_crossinline] = ACTIONS(4842), + [anon_sym_expect] = ACTIONS(4842), + [anon_sym_actual] = ACTIONS(4842), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4844), + [sym_safe_nav] = ACTIONS(4844), [sym_multiline_comment] = ACTIONS(3), }, - [3508] = { - [sym_type_constraints] = STATE(3890), - [sym_function_body] = STATE(3216), - [sym__block] = STATE(3245), - [sym__alpha_identifier] = ACTIONS(4089), - [anon_sym_AT] = ACTIONS(4091), - [anon_sym_COLON] = ACTIONS(6654), - [anon_sym_LBRACK] = ACTIONS(4091), - [anon_sym_as] = ACTIONS(4089), - [anon_sym_EQ] = ACTIONS(6642), - [anon_sym_LBRACE] = ACTIONS(6220), - [anon_sym_RBRACE] = ACTIONS(4091), - [anon_sym_LPAREN] = ACTIONS(4091), - [anon_sym_COMMA] = ACTIONS(4091), - [anon_sym_LT] = ACTIONS(4089), - [anon_sym_GT] = ACTIONS(4089), - [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(4089), - [anon_sym_fun] = ACTIONS(4089), - [anon_sym_DOT] = ACTIONS(4089), - [anon_sym_SEMI] = ACTIONS(4091), - [anon_sym_get] = ACTIONS(4089), - [anon_sym_set] = ACTIONS(4089), - [anon_sym_this] = ACTIONS(4089), - [anon_sym_super] = ACTIONS(4089), - [anon_sym_STAR] = ACTIONS(4091), - [sym_label] = ACTIONS(4089), - [anon_sym_in] = ACTIONS(4089), - [anon_sym_DOT_DOT] = ACTIONS(4091), - [anon_sym_QMARK_COLON] = ACTIONS(4091), - [anon_sym_AMP_AMP] = ACTIONS(4091), - [anon_sym_PIPE_PIPE] = ACTIONS(4091), - [anon_sym_null] = ACTIONS(4089), - [anon_sym_if] = ACTIONS(4089), - [anon_sym_else] = ACTIONS(4089), - [anon_sym_when] = ACTIONS(4089), - [anon_sym_try] = ACTIONS(4089), - [anon_sym_throw] = ACTIONS(4089), - [anon_sym_return] = ACTIONS(4089), - [anon_sym_continue] = ACTIONS(4089), - [anon_sym_break] = ACTIONS(4089), - [anon_sym_COLON_COLON] = ACTIONS(4091), - [anon_sym_BANG_EQ] = ACTIONS(4089), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4091), - [anon_sym_EQ_EQ] = ACTIONS(4089), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4091), - [anon_sym_LT_EQ] = ACTIONS(4091), - [anon_sym_GT_EQ] = ACTIONS(4091), - [anon_sym_BANGin] = ACTIONS(4091), - [anon_sym_is] = ACTIONS(4089), - [anon_sym_BANGis] = ACTIONS(4091), - [anon_sym_PLUS] = ACTIONS(4089), - [anon_sym_DASH] = ACTIONS(4089), - [anon_sym_SLASH] = ACTIONS(4089), - [anon_sym_PERCENT] = ACTIONS(4091), - [anon_sym_as_QMARK] = ACTIONS(4091), - [anon_sym_PLUS_PLUS] = ACTIONS(4091), - [anon_sym_DASH_DASH] = ACTIONS(4091), - [anon_sym_BANG] = ACTIONS(4089), - [anon_sym_BANG_BANG] = ACTIONS(4091), - [anon_sym_data] = ACTIONS(4089), - [anon_sym_inner] = ACTIONS(4089), - [anon_sym_expect] = ACTIONS(4089), - [anon_sym_actual] = ACTIONS(4089), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4091), - [anon_sym_continue_AT] = ACTIONS(4091), - [anon_sym_break_AT] = ACTIONS(4091), - [sym_real_literal] = ACTIONS(4091), - [sym_integer_literal] = ACTIONS(4089), - [sym_hex_literal] = ACTIONS(4091), - [sym_bin_literal] = ACTIONS(4091), - [anon_sym_true] = ACTIONS(4089), - [anon_sym_false] = ACTIONS(4089), - [anon_sym_SQUOTE] = ACTIONS(4091), - [sym__backtick_identifier] = ACTIONS(4091), - [sym__automatic_semicolon] = ACTIONS(4091), - [sym_safe_nav] = ACTIONS(4091), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4091), + [3411] = { + [sym__alpha_identifier] = ACTIONS(4150), + [anon_sym_AT] = ACTIONS(4148), + [anon_sym_LBRACK] = ACTIONS(4148), + [anon_sym_RBRACK] = ACTIONS(4148), + [anon_sym_as] = ACTIONS(4150), + [anon_sym_EQ] = ACTIONS(4150), + [anon_sym_LBRACE] = ACTIONS(4148), + [anon_sym_RBRACE] = ACTIONS(4148), + [anon_sym_LPAREN] = ACTIONS(6578), + [anon_sym_COMMA] = ACTIONS(4148), + [anon_sym_RPAREN] = ACTIONS(4148), + [anon_sym_LT] = ACTIONS(4150), + [anon_sym_GT] = ACTIONS(4150), + [anon_sym_where] = ACTIONS(4150), + [anon_sym_DOT] = ACTIONS(4150), + [anon_sym_SEMI] = ACTIONS(4148), + [anon_sym_get] = ACTIONS(4150), + [anon_sym_set] = ACTIONS(4150), + [anon_sym_STAR] = ACTIONS(4150), + [anon_sym_DASH_GT] = ACTIONS(4148), + [sym_label] = ACTIONS(4148), + [anon_sym_in] = ACTIONS(4150), + [anon_sym_while] = ACTIONS(4150), + [anon_sym_DOT_DOT] = ACTIONS(4148), + [anon_sym_QMARK_COLON] = ACTIONS(4148), + [anon_sym_AMP_AMP] = ACTIONS(4148), + [anon_sym_PIPE_PIPE] = ACTIONS(4148), + [anon_sym_else] = ACTIONS(4150), + [anon_sym_COLON_COLON] = ACTIONS(4148), + [anon_sym_PLUS_EQ] = ACTIONS(4148), + [anon_sym_DASH_EQ] = ACTIONS(4148), + [anon_sym_STAR_EQ] = ACTIONS(4148), + [anon_sym_SLASH_EQ] = ACTIONS(4148), + [anon_sym_PERCENT_EQ] = ACTIONS(4148), + [anon_sym_BANG_EQ] = ACTIONS(4150), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4148), + [anon_sym_EQ_EQ] = ACTIONS(4150), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4148), + [anon_sym_LT_EQ] = ACTIONS(4148), + [anon_sym_GT_EQ] = ACTIONS(4148), + [anon_sym_BANGin] = ACTIONS(4148), + [anon_sym_is] = ACTIONS(4150), + [anon_sym_BANGis] = ACTIONS(4148), + [anon_sym_PLUS] = ACTIONS(4150), + [anon_sym_DASH] = ACTIONS(4150), + [anon_sym_SLASH] = ACTIONS(4150), + [anon_sym_PERCENT] = ACTIONS(4150), + [anon_sym_as_QMARK] = ACTIONS(4148), + [anon_sym_PLUS_PLUS] = ACTIONS(4148), + [anon_sym_DASH_DASH] = ACTIONS(4148), + [anon_sym_BANG_BANG] = ACTIONS(4148), + [anon_sym_suspend] = ACTIONS(4150), + [anon_sym_sealed] = ACTIONS(4150), + [anon_sym_annotation] = ACTIONS(4150), + [anon_sym_data] = ACTIONS(4150), + [anon_sym_inner] = ACTIONS(4150), + [anon_sym_override] = ACTIONS(4150), + [anon_sym_lateinit] = ACTIONS(4150), + [anon_sym_public] = ACTIONS(4150), + [anon_sym_private] = ACTIONS(4150), + [anon_sym_internal] = ACTIONS(4150), + [anon_sym_protected] = ACTIONS(4150), + [anon_sym_tailrec] = ACTIONS(4150), + [anon_sym_operator] = ACTIONS(4150), + [anon_sym_infix] = ACTIONS(4150), + [anon_sym_inline] = ACTIONS(4150), + [anon_sym_external] = ACTIONS(4150), + [sym_property_modifier] = ACTIONS(4150), + [anon_sym_abstract] = ACTIONS(4150), + [anon_sym_final] = ACTIONS(4150), + [anon_sym_open] = ACTIONS(4150), + [anon_sym_vararg] = ACTIONS(4150), + [anon_sym_noinline] = ACTIONS(4150), + [anon_sym_crossinline] = ACTIONS(4150), + [anon_sym_expect] = ACTIONS(4150), + [anon_sym_actual] = ACTIONS(4150), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4148), + [sym_safe_nav] = ACTIONS(4148), + [sym_multiline_comment] = ACTIONS(3), }, - [3509] = { - [sym_function_body] = STATE(3302), - [sym__block] = STATE(3367), + [3412] = { + [sym_function_body] = STATE(3794), + [sym__block] = STATE(3738), [sym__alpha_identifier] = ACTIONS(4326), [anon_sym_AT] = ACTIONS(4328), - [anon_sym_COLON] = ACTIONS(6656), + [anon_sym_COLON] = ACTIONS(6580), [anon_sym_LBRACK] = ACTIONS(4328), [anon_sym_as] = ACTIONS(4326), - [anon_sym_EQ] = ACTIONS(6462), - [anon_sym_LBRACE] = ACTIONS(6236), + [anon_sym_EQ] = ACTIONS(6459), + [anon_sym_LBRACE] = ACTIONS(6461), [anon_sym_RBRACE] = ACTIONS(4328), [anon_sym_LPAREN] = ACTIONS(4328), - [anon_sym_RPAREN] = ACTIONS(4328), + [anon_sym_COMMA] = ACTIONS(4328), [anon_sym_LT] = ACTIONS(4326), [anon_sym_GT] = ACTIONS(4326), + [anon_sym_where] = ACTIONS(4326), [anon_sym_DOT] = ACTIONS(4326), [anon_sym_SEMI] = ACTIONS(4328), [anon_sym_get] = ACTIONS(4326), @@ -383524,7 +375762,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(4326), [sym_label] = ACTIONS(4328), [anon_sym_in] = ACTIONS(4326), - [anon_sym_while] = ACTIONS(4326), [anon_sym_DOT_DOT] = ACTIONS(4328), [anon_sym_QMARK_COLON] = ACTIONS(4328), [anon_sym_AMP_AMP] = ACTIONS(4328), @@ -383580,5105 +375817,3163 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(4326), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(4328), + [sym__automatic_semicolon] = ACTIONS(4328), [sym_safe_nav] = ACTIONS(4328), [sym_multiline_comment] = ACTIONS(3), }, - [3510] = { - [sym_type_constraints] = STATE(3892), - [sym_function_body] = STATE(3157), - [sym__block] = STATE(3245), - [sym__alpha_identifier] = ACTIONS(4095), - [anon_sym_AT] = ACTIONS(4097), - [anon_sym_COLON] = ACTIONS(6658), - [anon_sym_LBRACK] = ACTIONS(4097), - [anon_sym_as] = ACTIONS(4095), - [anon_sym_EQ] = ACTIONS(6642), - [anon_sym_LBRACE] = ACTIONS(6220), - [anon_sym_RBRACE] = ACTIONS(4097), - [anon_sym_LPAREN] = ACTIONS(4097), - [anon_sym_COMMA] = ACTIONS(4097), - [anon_sym_LT] = ACTIONS(4095), - [anon_sym_GT] = ACTIONS(4095), - [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(4095), - [anon_sym_fun] = ACTIONS(4095), - [anon_sym_DOT] = ACTIONS(4095), - [anon_sym_SEMI] = ACTIONS(4097), - [anon_sym_get] = ACTIONS(4095), - [anon_sym_set] = ACTIONS(4095), - [anon_sym_this] = ACTIONS(4095), - [anon_sym_super] = ACTIONS(4095), - [anon_sym_STAR] = ACTIONS(4097), - [sym_label] = ACTIONS(4095), - [anon_sym_in] = ACTIONS(4095), - [anon_sym_DOT_DOT] = ACTIONS(4097), - [anon_sym_QMARK_COLON] = ACTIONS(4097), - [anon_sym_AMP_AMP] = ACTIONS(4097), - [anon_sym_PIPE_PIPE] = ACTIONS(4097), - [anon_sym_null] = ACTIONS(4095), - [anon_sym_if] = ACTIONS(4095), - [anon_sym_else] = ACTIONS(4095), - [anon_sym_when] = ACTIONS(4095), - [anon_sym_try] = ACTIONS(4095), - [anon_sym_throw] = ACTIONS(4095), - [anon_sym_return] = ACTIONS(4095), - [anon_sym_continue] = ACTIONS(4095), - [anon_sym_break] = ACTIONS(4095), - [anon_sym_COLON_COLON] = ACTIONS(4097), - [anon_sym_BANG_EQ] = ACTIONS(4095), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4097), - [anon_sym_EQ_EQ] = ACTIONS(4095), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4097), - [anon_sym_LT_EQ] = ACTIONS(4097), - [anon_sym_GT_EQ] = ACTIONS(4097), - [anon_sym_BANGin] = ACTIONS(4097), - [anon_sym_is] = ACTIONS(4095), - [anon_sym_BANGis] = ACTIONS(4097), - [anon_sym_PLUS] = ACTIONS(4095), - [anon_sym_DASH] = ACTIONS(4095), - [anon_sym_SLASH] = ACTIONS(4095), - [anon_sym_PERCENT] = ACTIONS(4097), - [anon_sym_as_QMARK] = ACTIONS(4097), - [anon_sym_PLUS_PLUS] = ACTIONS(4097), - [anon_sym_DASH_DASH] = ACTIONS(4097), - [anon_sym_BANG] = ACTIONS(4095), - [anon_sym_BANG_BANG] = ACTIONS(4097), - [anon_sym_data] = ACTIONS(4095), - [anon_sym_inner] = ACTIONS(4095), - [anon_sym_expect] = ACTIONS(4095), - [anon_sym_actual] = ACTIONS(4095), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4097), - [anon_sym_continue_AT] = ACTIONS(4097), - [anon_sym_break_AT] = ACTIONS(4097), - [sym_real_literal] = ACTIONS(4097), - [sym_integer_literal] = ACTIONS(4095), - [sym_hex_literal] = ACTIONS(4097), - [sym_bin_literal] = ACTIONS(4097), - [anon_sym_true] = ACTIONS(4095), - [anon_sym_false] = ACTIONS(4095), - [anon_sym_SQUOTE] = ACTIONS(4097), - [sym__backtick_identifier] = ACTIONS(4097), - [sym__automatic_semicolon] = ACTIONS(4097), - [sym_safe_nav] = ACTIONS(4097), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4097), - }, - [3511] = { - [sym_class_body] = STATE(3809), - [sym__alpha_identifier] = ACTIONS(4509), - [anon_sym_AT] = ACTIONS(4511), - [anon_sym_COLON] = ACTIONS(6660), - [anon_sym_LBRACK] = ACTIONS(4511), - [anon_sym_as] = ACTIONS(4509), - [anon_sym_EQ] = ACTIONS(4509), - [anon_sym_LBRACE] = ACTIONS(5421), - [anon_sym_RBRACE] = ACTIONS(4511), - [anon_sym_LPAREN] = ACTIONS(4511), - [anon_sym_COMMA] = ACTIONS(4511), - [anon_sym_LT] = ACTIONS(4509), - [anon_sym_GT] = ACTIONS(4509), - [anon_sym_where] = ACTIONS(4509), - [anon_sym_DOT] = ACTIONS(4509), - [anon_sym_SEMI] = ACTIONS(4511), - [anon_sym_get] = ACTIONS(4509), - [anon_sym_set] = ACTIONS(4509), - [anon_sym_STAR] = ACTIONS(4509), - [sym_label] = ACTIONS(4511), - [anon_sym_in] = ACTIONS(4509), - [anon_sym_DOT_DOT] = ACTIONS(4511), - [anon_sym_QMARK_COLON] = ACTIONS(4511), - [anon_sym_AMP_AMP] = ACTIONS(4511), - [anon_sym_PIPE_PIPE] = ACTIONS(4511), - [anon_sym_else] = ACTIONS(4509), - [anon_sym_COLON_COLON] = ACTIONS(4511), - [anon_sym_PLUS_EQ] = ACTIONS(4511), - [anon_sym_DASH_EQ] = ACTIONS(4511), - [anon_sym_STAR_EQ] = ACTIONS(4511), - [anon_sym_SLASH_EQ] = ACTIONS(4511), - [anon_sym_PERCENT_EQ] = ACTIONS(4511), - [anon_sym_BANG_EQ] = ACTIONS(4509), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4511), - [anon_sym_EQ_EQ] = ACTIONS(4509), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4511), - [anon_sym_LT_EQ] = ACTIONS(4511), - [anon_sym_GT_EQ] = ACTIONS(4511), - [anon_sym_BANGin] = ACTIONS(4511), - [anon_sym_is] = ACTIONS(4509), - [anon_sym_BANGis] = ACTIONS(4511), - [anon_sym_PLUS] = ACTIONS(4509), - [anon_sym_DASH] = ACTIONS(4509), - [anon_sym_SLASH] = ACTIONS(4509), - [anon_sym_PERCENT] = ACTIONS(4509), - [anon_sym_as_QMARK] = ACTIONS(4511), - [anon_sym_PLUS_PLUS] = ACTIONS(4511), - [anon_sym_DASH_DASH] = ACTIONS(4511), - [anon_sym_BANG_BANG] = ACTIONS(4511), - [anon_sym_suspend] = ACTIONS(4509), - [anon_sym_sealed] = ACTIONS(4509), - [anon_sym_annotation] = ACTIONS(4509), - [anon_sym_data] = ACTIONS(4509), - [anon_sym_inner] = ACTIONS(4509), - [anon_sym_override] = ACTIONS(4509), - [anon_sym_lateinit] = ACTIONS(4509), - [anon_sym_public] = ACTIONS(4509), - [anon_sym_private] = ACTIONS(4509), - [anon_sym_internal] = ACTIONS(4509), - [anon_sym_protected] = ACTIONS(4509), - [anon_sym_tailrec] = ACTIONS(4509), - [anon_sym_operator] = ACTIONS(4509), - [anon_sym_infix] = ACTIONS(4509), - [anon_sym_inline] = ACTIONS(4509), - [anon_sym_external] = ACTIONS(4509), - [sym_property_modifier] = ACTIONS(4509), - [anon_sym_abstract] = ACTIONS(4509), - [anon_sym_final] = ACTIONS(4509), - [anon_sym_open] = ACTIONS(4509), - [anon_sym_vararg] = ACTIONS(4509), - [anon_sym_noinline] = ACTIONS(4509), - [anon_sym_crossinline] = ACTIONS(4509), - [anon_sym_expect] = ACTIONS(4509), - [anon_sym_actual] = ACTIONS(4509), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4511), - [sym__automatic_semicolon] = ACTIONS(4511), - [sym_safe_nav] = ACTIONS(4511), - [sym_multiline_comment] = ACTIONS(3), - }, - [3512] = { - [sym_type_constraints] = STATE(3554), - [sym_enum_class_body] = STATE(3871), - [sym__alpha_identifier] = ACTIONS(4422), - [anon_sym_AT] = ACTIONS(4424), - [anon_sym_LBRACK] = ACTIONS(4424), - [anon_sym_as] = ACTIONS(4422), - [anon_sym_EQ] = ACTIONS(4422), - [anon_sym_LBRACE] = ACTIONS(5359), - [anon_sym_RBRACE] = ACTIONS(4424), - [anon_sym_LPAREN] = ACTIONS(4424), - [anon_sym_COMMA] = ACTIONS(4424), - [anon_sym_LT] = ACTIONS(4422), - [anon_sym_GT] = ACTIONS(4422), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(4422), - [anon_sym_SEMI] = ACTIONS(4424), - [anon_sym_get] = ACTIONS(4422), - [anon_sym_set] = ACTIONS(4422), - [anon_sym_STAR] = ACTIONS(4422), - [sym_label] = ACTIONS(4424), - [anon_sym_in] = ACTIONS(4422), - [anon_sym_DOT_DOT] = ACTIONS(4424), - [anon_sym_QMARK_COLON] = ACTIONS(4424), - [anon_sym_AMP_AMP] = ACTIONS(4424), - [anon_sym_PIPE_PIPE] = ACTIONS(4424), - [anon_sym_else] = ACTIONS(4422), - [anon_sym_COLON_COLON] = ACTIONS(4424), - [anon_sym_PLUS_EQ] = ACTIONS(4424), - [anon_sym_DASH_EQ] = ACTIONS(4424), - [anon_sym_STAR_EQ] = ACTIONS(4424), - [anon_sym_SLASH_EQ] = ACTIONS(4424), - [anon_sym_PERCENT_EQ] = ACTIONS(4424), - [anon_sym_BANG_EQ] = ACTIONS(4422), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4424), - [anon_sym_EQ_EQ] = ACTIONS(4422), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4424), - [anon_sym_LT_EQ] = ACTIONS(4424), - [anon_sym_GT_EQ] = ACTIONS(4424), - [anon_sym_BANGin] = ACTIONS(4424), - [anon_sym_is] = ACTIONS(4422), - [anon_sym_BANGis] = ACTIONS(4424), - [anon_sym_PLUS] = ACTIONS(4422), - [anon_sym_DASH] = ACTIONS(4422), - [anon_sym_SLASH] = ACTIONS(4422), - [anon_sym_PERCENT] = ACTIONS(4422), - [anon_sym_as_QMARK] = ACTIONS(4424), - [anon_sym_PLUS_PLUS] = ACTIONS(4424), - [anon_sym_DASH_DASH] = ACTIONS(4424), - [anon_sym_BANG_BANG] = ACTIONS(4424), - [anon_sym_suspend] = ACTIONS(4422), - [anon_sym_sealed] = ACTIONS(4422), - [anon_sym_annotation] = ACTIONS(4422), - [anon_sym_data] = ACTIONS(4422), - [anon_sym_inner] = ACTIONS(4422), - [anon_sym_override] = ACTIONS(4422), - [anon_sym_lateinit] = ACTIONS(4422), - [anon_sym_public] = ACTIONS(4422), - [anon_sym_private] = ACTIONS(4422), - [anon_sym_internal] = ACTIONS(4422), - [anon_sym_protected] = ACTIONS(4422), - [anon_sym_tailrec] = ACTIONS(4422), - [anon_sym_operator] = ACTIONS(4422), - [anon_sym_infix] = ACTIONS(4422), - [anon_sym_inline] = ACTIONS(4422), - [anon_sym_external] = ACTIONS(4422), - [sym_property_modifier] = ACTIONS(4422), - [anon_sym_abstract] = ACTIONS(4422), - [anon_sym_final] = ACTIONS(4422), - [anon_sym_open] = ACTIONS(4422), - [anon_sym_vararg] = ACTIONS(4422), - [anon_sym_noinline] = ACTIONS(4422), - [anon_sym_crossinline] = ACTIONS(4422), - [anon_sym_expect] = ACTIONS(4422), - [anon_sym_actual] = ACTIONS(4422), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4424), - [sym__automatic_semicolon] = ACTIONS(4424), - [sym_safe_nav] = ACTIONS(4424), - [sym_multiline_comment] = ACTIONS(3), - }, - [3513] = { - [sym_function_body] = STATE(3244), - [sym__block] = STATE(3367), - [sym__alpha_identifier] = ACTIONS(4336), - [anon_sym_AT] = ACTIONS(4338), - [anon_sym_COLON] = ACTIONS(6662), - [anon_sym_LBRACK] = ACTIONS(4338), - [anon_sym_as] = ACTIONS(4336), - [anon_sym_EQ] = ACTIONS(6462), - [anon_sym_LBRACE] = ACTIONS(6236), - [anon_sym_RBRACE] = ACTIONS(4338), - [anon_sym_LPAREN] = ACTIONS(4338), - [anon_sym_RPAREN] = ACTIONS(4338), - [anon_sym_LT] = ACTIONS(4336), - [anon_sym_GT] = ACTIONS(4336), - [anon_sym_DOT] = ACTIONS(4336), - [anon_sym_SEMI] = ACTIONS(4338), - [anon_sym_get] = ACTIONS(4336), - [anon_sym_set] = ACTIONS(4336), - [anon_sym_STAR] = ACTIONS(4336), - [sym_label] = ACTIONS(4338), - [anon_sym_in] = ACTIONS(4336), - [anon_sym_while] = ACTIONS(4336), - [anon_sym_DOT_DOT] = ACTIONS(4338), - [anon_sym_QMARK_COLON] = ACTIONS(4338), - [anon_sym_AMP_AMP] = ACTIONS(4338), - [anon_sym_PIPE_PIPE] = ACTIONS(4338), - [anon_sym_else] = ACTIONS(4336), - [anon_sym_COLON_COLON] = ACTIONS(4338), - [anon_sym_PLUS_EQ] = ACTIONS(4338), - [anon_sym_DASH_EQ] = ACTIONS(4338), - [anon_sym_STAR_EQ] = ACTIONS(4338), - [anon_sym_SLASH_EQ] = ACTIONS(4338), - [anon_sym_PERCENT_EQ] = ACTIONS(4338), - [anon_sym_BANG_EQ] = ACTIONS(4336), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4338), - [anon_sym_EQ_EQ] = ACTIONS(4336), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4338), - [anon_sym_LT_EQ] = ACTIONS(4338), - [anon_sym_GT_EQ] = ACTIONS(4338), - [anon_sym_BANGin] = ACTIONS(4338), - [anon_sym_is] = ACTIONS(4336), - [anon_sym_BANGis] = ACTIONS(4338), - [anon_sym_PLUS] = ACTIONS(4336), - [anon_sym_DASH] = ACTIONS(4336), - [anon_sym_SLASH] = ACTIONS(4336), - [anon_sym_PERCENT] = ACTIONS(4336), - [anon_sym_as_QMARK] = ACTIONS(4338), - [anon_sym_PLUS_PLUS] = ACTIONS(4338), - [anon_sym_DASH_DASH] = ACTIONS(4338), - [anon_sym_BANG_BANG] = ACTIONS(4338), - [anon_sym_suspend] = ACTIONS(4336), - [anon_sym_sealed] = ACTIONS(4336), - [anon_sym_annotation] = ACTIONS(4336), - [anon_sym_data] = ACTIONS(4336), - [anon_sym_inner] = ACTIONS(4336), - [anon_sym_override] = ACTIONS(4336), - [anon_sym_lateinit] = ACTIONS(4336), - [anon_sym_public] = ACTIONS(4336), - [anon_sym_private] = ACTIONS(4336), - [anon_sym_internal] = ACTIONS(4336), - [anon_sym_protected] = ACTIONS(4336), - [anon_sym_tailrec] = ACTIONS(4336), - [anon_sym_operator] = ACTIONS(4336), - [anon_sym_infix] = ACTIONS(4336), - [anon_sym_inline] = ACTIONS(4336), - [anon_sym_external] = ACTIONS(4336), - [sym_property_modifier] = ACTIONS(4336), - [anon_sym_abstract] = ACTIONS(4336), - [anon_sym_final] = ACTIONS(4336), - [anon_sym_open] = ACTIONS(4336), - [anon_sym_vararg] = ACTIONS(4336), - [anon_sym_noinline] = ACTIONS(4336), - [anon_sym_crossinline] = ACTIONS(4336), - [anon_sym_expect] = ACTIONS(4336), - [anon_sym_actual] = ACTIONS(4336), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4338), - [sym_safe_nav] = ACTIONS(4338), - [sym_multiline_comment] = ACTIONS(3), - }, - [3514] = { - [aux_sym_type_constraints_repeat1] = STATE(3473), - [sym__alpha_identifier] = ACTIONS(4485), - [anon_sym_AT] = ACTIONS(4487), - [anon_sym_LBRACK] = ACTIONS(4487), - [anon_sym_as] = ACTIONS(4485), - [anon_sym_EQ] = ACTIONS(4485), - [anon_sym_LBRACE] = ACTIONS(4487), - [anon_sym_RBRACE] = ACTIONS(4487), - [anon_sym_LPAREN] = ACTIONS(4487), - [anon_sym_COMMA] = ACTIONS(6664), - [anon_sym_by] = ACTIONS(4485), - [anon_sym_LT] = ACTIONS(4485), - [anon_sym_GT] = ACTIONS(4485), - [anon_sym_where] = ACTIONS(4485), - [anon_sym_DOT] = ACTIONS(4485), - [anon_sym_SEMI] = ACTIONS(4487), - [anon_sym_get] = ACTIONS(4485), - [anon_sym_set] = ACTIONS(4485), - [anon_sym_STAR] = ACTIONS(4485), - [sym_label] = ACTIONS(4487), - [anon_sym_in] = ACTIONS(4485), - [anon_sym_DOT_DOT] = ACTIONS(4487), - [anon_sym_QMARK_COLON] = ACTIONS(4487), - [anon_sym_AMP_AMP] = ACTIONS(4487), - [anon_sym_PIPE_PIPE] = ACTIONS(4487), - [anon_sym_else] = ACTIONS(4485), - [anon_sym_COLON_COLON] = ACTIONS(4487), - [anon_sym_PLUS_EQ] = ACTIONS(4487), - [anon_sym_DASH_EQ] = ACTIONS(4487), - [anon_sym_STAR_EQ] = ACTIONS(4487), - [anon_sym_SLASH_EQ] = ACTIONS(4487), - [anon_sym_PERCENT_EQ] = ACTIONS(4487), - [anon_sym_BANG_EQ] = ACTIONS(4485), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4487), - [anon_sym_EQ_EQ] = ACTIONS(4485), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4487), - [anon_sym_LT_EQ] = ACTIONS(4487), - [anon_sym_GT_EQ] = ACTIONS(4487), - [anon_sym_BANGin] = ACTIONS(4487), - [anon_sym_is] = ACTIONS(4485), - [anon_sym_BANGis] = ACTIONS(4487), - [anon_sym_PLUS] = ACTIONS(4485), - [anon_sym_DASH] = ACTIONS(4485), - [anon_sym_SLASH] = ACTIONS(4485), - [anon_sym_PERCENT] = ACTIONS(4485), - [anon_sym_as_QMARK] = ACTIONS(4487), - [anon_sym_PLUS_PLUS] = ACTIONS(4487), - [anon_sym_DASH_DASH] = ACTIONS(4487), - [anon_sym_BANG_BANG] = ACTIONS(4487), - [anon_sym_suspend] = ACTIONS(4485), - [anon_sym_sealed] = ACTIONS(4485), - [anon_sym_annotation] = ACTIONS(4485), - [anon_sym_data] = ACTIONS(4485), - [anon_sym_inner] = ACTIONS(4485), - [anon_sym_override] = ACTIONS(4485), - [anon_sym_lateinit] = ACTIONS(4485), - [anon_sym_public] = ACTIONS(4485), - [anon_sym_private] = ACTIONS(4485), - [anon_sym_internal] = ACTIONS(4485), - [anon_sym_protected] = ACTIONS(4485), - [anon_sym_tailrec] = ACTIONS(4485), - [anon_sym_operator] = ACTIONS(4485), - [anon_sym_infix] = ACTIONS(4485), - [anon_sym_inline] = ACTIONS(4485), - [anon_sym_external] = ACTIONS(4485), - [sym_property_modifier] = ACTIONS(4485), - [anon_sym_abstract] = ACTIONS(4485), - [anon_sym_final] = ACTIONS(4485), - [anon_sym_open] = ACTIONS(4485), - [anon_sym_vararg] = ACTIONS(4485), - [anon_sym_noinline] = ACTIONS(4485), - [anon_sym_crossinline] = ACTIONS(4485), - [anon_sym_expect] = ACTIONS(4485), - [anon_sym_actual] = ACTIONS(4485), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4487), - [sym__automatic_semicolon] = ACTIONS(4487), - [sym_safe_nav] = ACTIONS(4487), - [sym_multiline_comment] = ACTIONS(3), - }, - [3515] = { - [sym_type_constraints] = STATE(3822), - [sym_function_body] = STATE(3815), - [sym__block] = STATE(3725), - [sym__alpha_identifier] = ACTIONS(4089), - [anon_sym_AT] = ACTIONS(4091), - [anon_sym_LBRACK] = ACTIONS(4091), - [anon_sym_as] = ACTIONS(4089), - [anon_sym_EQ] = ACTIONS(6566), - [anon_sym_LBRACE] = ACTIONS(6434), - [anon_sym_RBRACE] = ACTIONS(4091), - [anon_sym_LPAREN] = ACTIONS(4091), - [anon_sym_LT] = ACTIONS(4089), - [anon_sym_GT] = ACTIONS(4089), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(4089), - [anon_sym_SEMI] = ACTIONS(4091), - [anon_sym_get] = ACTIONS(4089), - [anon_sym_set] = ACTIONS(4089), - [anon_sym_STAR] = ACTIONS(4089), - [sym_label] = ACTIONS(4091), - [anon_sym_in] = ACTIONS(4089), - [anon_sym_DOT_DOT] = ACTIONS(4091), - [anon_sym_QMARK_COLON] = ACTIONS(4091), - [anon_sym_AMP_AMP] = ACTIONS(4091), - [anon_sym_PIPE_PIPE] = ACTIONS(4091), - [anon_sym_else] = ACTIONS(4089), - [anon_sym_COLON_COLON] = ACTIONS(4091), - [anon_sym_PLUS_EQ] = ACTIONS(4091), - [anon_sym_DASH_EQ] = ACTIONS(4091), - [anon_sym_STAR_EQ] = ACTIONS(4091), - [anon_sym_SLASH_EQ] = ACTIONS(4091), - [anon_sym_PERCENT_EQ] = ACTIONS(4091), - [anon_sym_BANG_EQ] = ACTIONS(4089), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4091), - [anon_sym_EQ_EQ] = ACTIONS(4089), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4091), - [anon_sym_LT_EQ] = ACTIONS(4091), - [anon_sym_GT_EQ] = ACTIONS(4091), - [anon_sym_BANGin] = ACTIONS(4091), - [anon_sym_is] = ACTIONS(4089), - [anon_sym_BANGis] = ACTIONS(4091), - [anon_sym_PLUS] = ACTIONS(4089), - [anon_sym_DASH] = ACTIONS(4089), - [anon_sym_SLASH] = ACTIONS(4089), - [anon_sym_PERCENT] = ACTIONS(4089), - [anon_sym_as_QMARK] = ACTIONS(4091), - [anon_sym_PLUS_PLUS] = ACTIONS(4091), - [anon_sym_DASH_DASH] = ACTIONS(4091), - [anon_sym_BANG_BANG] = ACTIONS(4091), - [anon_sym_suspend] = ACTIONS(4089), - [anon_sym_sealed] = ACTIONS(4089), - [anon_sym_annotation] = ACTIONS(4089), - [anon_sym_data] = ACTIONS(4089), - [anon_sym_inner] = ACTIONS(4089), - [anon_sym_override] = ACTIONS(4089), - [anon_sym_lateinit] = ACTIONS(4089), - [anon_sym_public] = ACTIONS(4089), - [anon_sym_private] = ACTIONS(4089), - [anon_sym_internal] = ACTIONS(4089), - [anon_sym_protected] = ACTIONS(4089), - [anon_sym_tailrec] = ACTIONS(4089), - [anon_sym_operator] = ACTIONS(4089), - [anon_sym_infix] = ACTIONS(4089), - [anon_sym_inline] = ACTIONS(4089), - [anon_sym_external] = ACTIONS(4089), - [sym_property_modifier] = ACTIONS(4089), - [anon_sym_abstract] = ACTIONS(4089), - [anon_sym_final] = ACTIONS(4089), - [anon_sym_open] = ACTIONS(4089), - [anon_sym_vararg] = ACTIONS(4089), - [anon_sym_noinline] = ACTIONS(4089), - [anon_sym_crossinline] = ACTIONS(4089), - [anon_sym_expect] = ACTIONS(4089), - [anon_sym_actual] = ACTIONS(4089), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4091), - [sym__automatic_semicolon] = ACTIONS(4091), - [sym_safe_nav] = ACTIONS(4091), - [sym_multiline_comment] = ACTIONS(3), - }, - [3516] = { - [aux_sym__delegation_specifiers_repeat1] = STATE(3531), - [sym__alpha_identifier] = ACTIONS(4678), - [anon_sym_AT] = ACTIONS(4680), - [anon_sym_LBRACK] = ACTIONS(4680), - [anon_sym_as] = ACTIONS(4678), - [anon_sym_EQ] = ACTIONS(4678), - [anon_sym_LBRACE] = ACTIONS(4680), - [anon_sym_RBRACE] = ACTIONS(4680), - [anon_sym_LPAREN] = ACTIONS(4680), - [anon_sym_COMMA] = ACTIONS(6666), - [anon_sym_RPAREN] = ACTIONS(4680), - [anon_sym_LT] = ACTIONS(4678), - [anon_sym_GT] = ACTIONS(4678), - [anon_sym_where] = ACTIONS(4678), - [anon_sym_DOT] = ACTIONS(4678), - [anon_sym_SEMI] = ACTIONS(4680), - [anon_sym_get] = ACTIONS(4678), - [anon_sym_set] = ACTIONS(4678), - [anon_sym_STAR] = ACTIONS(4678), - [sym_label] = ACTIONS(4680), - [anon_sym_in] = ACTIONS(4678), - [anon_sym_while] = ACTIONS(4678), - [anon_sym_DOT_DOT] = ACTIONS(4680), - [anon_sym_QMARK_COLON] = ACTIONS(4680), - [anon_sym_AMP_AMP] = ACTIONS(4680), - [anon_sym_PIPE_PIPE] = ACTIONS(4680), - [anon_sym_else] = ACTIONS(4678), - [anon_sym_COLON_COLON] = ACTIONS(4680), - [anon_sym_PLUS_EQ] = ACTIONS(4680), - [anon_sym_DASH_EQ] = ACTIONS(4680), - [anon_sym_STAR_EQ] = ACTIONS(4680), - [anon_sym_SLASH_EQ] = ACTIONS(4680), - [anon_sym_PERCENT_EQ] = ACTIONS(4680), - [anon_sym_BANG_EQ] = ACTIONS(4678), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4680), - [anon_sym_EQ_EQ] = ACTIONS(4678), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4680), - [anon_sym_LT_EQ] = ACTIONS(4680), - [anon_sym_GT_EQ] = ACTIONS(4680), - [anon_sym_BANGin] = ACTIONS(4680), - [anon_sym_is] = ACTIONS(4678), - [anon_sym_BANGis] = ACTIONS(4680), - [anon_sym_PLUS] = ACTIONS(4678), - [anon_sym_DASH] = ACTIONS(4678), - [anon_sym_SLASH] = ACTIONS(4678), - [anon_sym_PERCENT] = ACTIONS(4678), - [anon_sym_as_QMARK] = ACTIONS(4680), - [anon_sym_PLUS_PLUS] = ACTIONS(4680), - [anon_sym_DASH_DASH] = ACTIONS(4680), - [anon_sym_BANG_BANG] = ACTIONS(4680), - [anon_sym_suspend] = ACTIONS(4678), - [anon_sym_sealed] = ACTIONS(4678), - [anon_sym_annotation] = ACTIONS(4678), - [anon_sym_data] = ACTIONS(4678), - [anon_sym_inner] = ACTIONS(4678), - [anon_sym_override] = ACTIONS(4678), - [anon_sym_lateinit] = ACTIONS(4678), - [anon_sym_public] = ACTIONS(4678), - [anon_sym_private] = ACTIONS(4678), - [anon_sym_internal] = ACTIONS(4678), - [anon_sym_protected] = ACTIONS(4678), - [anon_sym_tailrec] = ACTIONS(4678), - [anon_sym_operator] = ACTIONS(4678), - [anon_sym_infix] = ACTIONS(4678), - [anon_sym_inline] = ACTIONS(4678), - [anon_sym_external] = ACTIONS(4678), - [sym_property_modifier] = ACTIONS(4678), - [anon_sym_abstract] = ACTIONS(4678), - [anon_sym_final] = ACTIONS(4678), - [anon_sym_open] = ACTIONS(4678), - [anon_sym_vararg] = ACTIONS(4678), - [anon_sym_noinline] = ACTIONS(4678), - [anon_sym_crossinline] = ACTIONS(4678), - [anon_sym_expect] = ACTIONS(4678), - [anon_sym_actual] = ACTIONS(4678), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4680), - [sym_safe_nav] = ACTIONS(4680), - [sym_multiline_comment] = ACTIONS(3), - }, - [3517] = { - [sym__alpha_identifier] = ACTIONS(4426), - [anon_sym_AT] = ACTIONS(4428), - [anon_sym_LBRACK] = ACTIONS(4428), - [anon_sym_as] = ACTIONS(4426), - [anon_sym_EQ] = ACTIONS(4426), - [anon_sym_LBRACE] = ACTIONS(4428), - [anon_sym_RBRACE] = ACTIONS(4428), - [anon_sym_LPAREN] = ACTIONS(4428), - [anon_sym_COMMA] = ACTIONS(4428), - [anon_sym_by] = ACTIONS(4426), - [anon_sym_LT] = ACTIONS(4426), - [anon_sym_GT] = ACTIONS(4426), - [anon_sym_where] = ACTIONS(4426), - [anon_sym_DOT] = ACTIONS(4426), - [anon_sym_SEMI] = ACTIONS(4428), - [anon_sym_get] = ACTIONS(4426), - [anon_sym_set] = ACTIONS(4426), - [sym__quest] = ACTIONS(4426), - [anon_sym_STAR] = ACTIONS(4426), - [sym_label] = ACTIONS(4428), - [anon_sym_in] = ACTIONS(4426), - [anon_sym_DOT_DOT] = ACTIONS(4428), - [anon_sym_QMARK_COLON] = ACTIONS(4428), - [anon_sym_AMP_AMP] = ACTIONS(4428), - [anon_sym_PIPE_PIPE] = ACTIONS(4428), - [anon_sym_else] = ACTIONS(4426), - [anon_sym_COLON_COLON] = ACTIONS(4428), - [anon_sym_PLUS_EQ] = ACTIONS(4428), - [anon_sym_DASH_EQ] = ACTIONS(4428), - [anon_sym_STAR_EQ] = ACTIONS(4428), - [anon_sym_SLASH_EQ] = ACTIONS(4428), - [anon_sym_PERCENT_EQ] = ACTIONS(4428), - [anon_sym_BANG_EQ] = ACTIONS(4426), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4428), - [anon_sym_EQ_EQ] = ACTIONS(4426), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4428), - [anon_sym_LT_EQ] = ACTIONS(4428), - [anon_sym_GT_EQ] = ACTIONS(4428), - [anon_sym_BANGin] = ACTIONS(4428), - [anon_sym_is] = ACTIONS(4426), - [anon_sym_BANGis] = ACTIONS(4428), - [anon_sym_PLUS] = ACTIONS(4426), - [anon_sym_DASH] = ACTIONS(4426), - [anon_sym_SLASH] = ACTIONS(4426), - [anon_sym_PERCENT] = ACTIONS(4426), - [anon_sym_as_QMARK] = ACTIONS(4428), - [anon_sym_PLUS_PLUS] = ACTIONS(4428), - [anon_sym_DASH_DASH] = ACTIONS(4428), - [anon_sym_BANG_BANG] = ACTIONS(4428), - [anon_sym_suspend] = ACTIONS(4426), - [anon_sym_sealed] = ACTIONS(4426), - [anon_sym_annotation] = ACTIONS(4426), - [anon_sym_data] = ACTIONS(4426), - [anon_sym_inner] = ACTIONS(4426), - [anon_sym_override] = ACTIONS(4426), - [anon_sym_lateinit] = ACTIONS(4426), - [anon_sym_public] = ACTIONS(4426), - [anon_sym_private] = ACTIONS(4426), - [anon_sym_internal] = ACTIONS(4426), - [anon_sym_protected] = ACTIONS(4426), - [anon_sym_tailrec] = ACTIONS(4426), - [anon_sym_operator] = ACTIONS(4426), - [anon_sym_infix] = ACTIONS(4426), - [anon_sym_inline] = ACTIONS(4426), - [anon_sym_external] = ACTIONS(4426), - [sym_property_modifier] = ACTIONS(4426), - [anon_sym_abstract] = ACTIONS(4426), - [anon_sym_final] = ACTIONS(4426), - [anon_sym_open] = ACTIONS(4426), - [anon_sym_vararg] = ACTIONS(4426), - [anon_sym_noinline] = ACTIONS(4426), - [anon_sym_crossinline] = ACTIONS(4426), - [anon_sym_expect] = ACTIONS(4426), - [anon_sym_actual] = ACTIONS(4426), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4428), - [sym__automatic_semicolon] = ACTIONS(4428), - [sym_safe_nav] = ACTIONS(4428), - [sym_multiline_comment] = ACTIONS(3), - }, - [3518] = { - [sym_function_body] = STATE(3723), - [sym__block] = STATE(3725), - [sym__alpha_identifier] = ACTIONS(4181), - [anon_sym_AT] = ACTIONS(4183), - [anon_sym_LBRACK] = ACTIONS(4183), - [anon_sym_as] = ACTIONS(4181), - [anon_sym_EQ] = ACTIONS(6432), - [anon_sym_LBRACE] = ACTIONS(6434), - [anon_sym_RBRACE] = ACTIONS(4183), - [anon_sym_LPAREN] = ACTIONS(4183), - [anon_sym_COMMA] = ACTIONS(4183), - [anon_sym_LT] = ACTIONS(4181), - [anon_sym_GT] = ACTIONS(4181), - [anon_sym_where] = ACTIONS(4181), - [anon_sym_DOT] = ACTIONS(4181), - [anon_sym_SEMI] = ACTIONS(4183), - [anon_sym_get] = ACTIONS(4181), - [anon_sym_set] = ACTIONS(4181), - [anon_sym_STAR] = ACTIONS(4181), - [sym_label] = ACTIONS(4183), - [anon_sym_in] = ACTIONS(4181), - [anon_sym_DOT_DOT] = ACTIONS(4183), - [anon_sym_QMARK_COLON] = ACTIONS(4183), - [anon_sym_AMP_AMP] = ACTIONS(4183), - [anon_sym_PIPE_PIPE] = ACTIONS(4183), - [anon_sym_else] = ACTIONS(4181), - [anon_sym_COLON_COLON] = ACTIONS(4183), - [anon_sym_PLUS_EQ] = ACTIONS(4183), - [anon_sym_DASH_EQ] = ACTIONS(4183), - [anon_sym_STAR_EQ] = ACTIONS(4183), - [anon_sym_SLASH_EQ] = ACTIONS(4183), - [anon_sym_PERCENT_EQ] = ACTIONS(4183), - [anon_sym_BANG_EQ] = ACTIONS(4181), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4183), - [anon_sym_EQ_EQ] = ACTIONS(4181), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4183), - [anon_sym_LT_EQ] = ACTIONS(4183), - [anon_sym_GT_EQ] = ACTIONS(4183), - [anon_sym_BANGin] = ACTIONS(4183), - [anon_sym_is] = ACTIONS(4181), - [anon_sym_BANGis] = ACTIONS(4183), - [anon_sym_PLUS] = ACTIONS(4181), - [anon_sym_DASH] = ACTIONS(4181), - [anon_sym_SLASH] = ACTIONS(4181), - [anon_sym_PERCENT] = ACTIONS(4181), - [anon_sym_as_QMARK] = ACTIONS(4183), - [anon_sym_PLUS_PLUS] = ACTIONS(4183), - [anon_sym_DASH_DASH] = ACTIONS(4183), - [anon_sym_BANG_BANG] = ACTIONS(4183), - [anon_sym_suspend] = ACTIONS(4181), - [anon_sym_sealed] = ACTIONS(4181), - [anon_sym_annotation] = ACTIONS(4181), - [anon_sym_data] = ACTIONS(4181), - [anon_sym_inner] = ACTIONS(4181), - [anon_sym_override] = ACTIONS(4181), - [anon_sym_lateinit] = ACTIONS(4181), - [anon_sym_public] = ACTIONS(4181), - [anon_sym_private] = ACTIONS(4181), - [anon_sym_internal] = ACTIONS(4181), - [anon_sym_protected] = ACTIONS(4181), - [anon_sym_tailrec] = ACTIONS(4181), - [anon_sym_operator] = ACTIONS(4181), - [anon_sym_infix] = ACTIONS(4181), - [anon_sym_inline] = ACTIONS(4181), - [anon_sym_external] = ACTIONS(4181), - [sym_property_modifier] = ACTIONS(4181), - [anon_sym_abstract] = ACTIONS(4181), - [anon_sym_final] = ACTIONS(4181), - [anon_sym_open] = ACTIONS(4181), - [anon_sym_vararg] = ACTIONS(4181), - [anon_sym_noinline] = ACTIONS(4181), - [anon_sym_crossinline] = ACTIONS(4181), - [anon_sym_expect] = ACTIONS(4181), - [anon_sym_actual] = ACTIONS(4181), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4183), - [sym__automatic_semicolon] = ACTIONS(4183), - [sym_safe_nav] = ACTIONS(4183), - [sym_multiline_comment] = ACTIONS(3), - }, - [3519] = { - [sym_function_body] = STATE(3680), - [sym__block] = STATE(3725), - [sym__alpha_identifier] = ACTIONS(4503), - [anon_sym_AT] = ACTIONS(4505), - [anon_sym_LBRACK] = ACTIONS(4505), - [anon_sym_as] = ACTIONS(4503), - [anon_sym_EQ] = ACTIONS(6432), - [anon_sym_LBRACE] = ACTIONS(6434), - [anon_sym_RBRACE] = ACTIONS(4505), - [anon_sym_LPAREN] = ACTIONS(4505), - [anon_sym_COMMA] = ACTIONS(4505), - [anon_sym_LT] = ACTIONS(4503), - [anon_sym_GT] = ACTIONS(4503), - [anon_sym_where] = ACTIONS(4503), - [anon_sym_DOT] = ACTIONS(4503), - [anon_sym_SEMI] = ACTIONS(4505), - [anon_sym_get] = ACTIONS(4503), - [anon_sym_set] = ACTIONS(4503), - [anon_sym_STAR] = ACTIONS(4503), - [sym_label] = ACTIONS(4505), - [anon_sym_in] = ACTIONS(4503), - [anon_sym_DOT_DOT] = ACTIONS(4505), - [anon_sym_QMARK_COLON] = ACTIONS(4505), - [anon_sym_AMP_AMP] = ACTIONS(4505), - [anon_sym_PIPE_PIPE] = ACTIONS(4505), - [anon_sym_else] = ACTIONS(4503), - [anon_sym_COLON_COLON] = ACTIONS(4505), - [anon_sym_PLUS_EQ] = ACTIONS(4505), - [anon_sym_DASH_EQ] = ACTIONS(4505), - [anon_sym_STAR_EQ] = ACTIONS(4505), - [anon_sym_SLASH_EQ] = ACTIONS(4505), - [anon_sym_PERCENT_EQ] = ACTIONS(4505), - [anon_sym_BANG_EQ] = ACTIONS(4503), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4505), - [anon_sym_EQ_EQ] = ACTIONS(4503), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4505), - [anon_sym_LT_EQ] = ACTIONS(4505), - [anon_sym_GT_EQ] = ACTIONS(4505), - [anon_sym_BANGin] = ACTIONS(4505), - [anon_sym_is] = ACTIONS(4503), - [anon_sym_BANGis] = ACTIONS(4505), - [anon_sym_PLUS] = ACTIONS(4503), - [anon_sym_DASH] = ACTIONS(4503), - [anon_sym_SLASH] = ACTIONS(4503), - [anon_sym_PERCENT] = ACTIONS(4503), - [anon_sym_as_QMARK] = ACTIONS(4505), - [anon_sym_PLUS_PLUS] = ACTIONS(4505), - [anon_sym_DASH_DASH] = ACTIONS(4505), - [anon_sym_BANG_BANG] = ACTIONS(4505), - [anon_sym_suspend] = ACTIONS(4503), - [anon_sym_sealed] = ACTIONS(4503), - [anon_sym_annotation] = ACTIONS(4503), - [anon_sym_data] = ACTIONS(4503), - [anon_sym_inner] = ACTIONS(4503), - [anon_sym_override] = ACTIONS(4503), - [anon_sym_lateinit] = ACTIONS(4503), - [anon_sym_public] = ACTIONS(4503), - [anon_sym_private] = ACTIONS(4503), - [anon_sym_internal] = ACTIONS(4503), - [anon_sym_protected] = ACTIONS(4503), - [anon_sym_tailrec] = ACTIONS(4503), - [anon_sym_operator] = ACTIONS(4503), - [anon_sym_infix] = ACTIONS(4503), - [anon_sym_inline] = ACTIONS(4503), - [anon_sym_external] = ACTIONS(4503), - [sym_property_modifier] = ACTIONS(4503), - [anon_sym_abstract] = ACTIONS(4503), - [anon_sym_final] = ACTIONS(4503), - [anon_sym_open] = ACTIONS(4503), - [anon_sym_vararg] = ACTIONS(4503), - [anon_sym_noinline] = ACTIONS(4503), - [anon_sym_crossinline] = ACTIONS(4503), - [anon_sym_expect] = ACTIONS(4503), - [anon_sym_actual] = ACTIONS(4503), + [3413] = { + [sym__alpha_identifier] = ACTIONS(4955), + [anon_sym_AT] = ACTIONS(4957), + [anon_sym_LBRACK] = ACTIONS(4957), + [anon_sym_RBRACK] = ACTIONS(4957), + [anon_sym_as] = ACTIONS(4955), + [anon_sym_EQ] = ACTIONS(4955), + [anon_sym_LBRACE] = ACTIONS(4957), + [anon_sym_RBRACE] = ACTIONS(4957), + [anon_sym_LPAREN] = ACTIONS(6582), + [anon_sym_COMMA] = ACTIONS(4957), + [anon_sym_RPAREN] = ACTIONS(4957), + [anon_sym_LT] = ACTIONS(4955), + [anon_sym_GT] = ACTIONS(4955), + [anon_sym_where] = ACTIONS(4955), + [anon_sym_DOT] = ACTIONS(4955), + [anon_sym_SEMI] = ACTIONS(4957), + [anon_sym_get] = ACTIONS(4955), + [anon_sym_set] = ACTIONS(4955), + [anon_sym_STAR] = ACTIONS(4955), + [anon_sym_DASH_GT] = ACTIONS(4957), + [sym_label] = ACTIONS(4957), + [anon_sym_in] = ACTIONS(4955), + [anon_sym_while] = ACTIONS(4955), + [anon_sym_DOT_DOT] = ACTIONS(4957), + [anon_sym_QMARK_COLON] = ACTIONS(4957), + [anon_sym_AMP_AMP] = ACTIONS(4957), + [anon_sym_PIPE_PIPE] = ACTIONS(4957), + [anon_sym_else] = ACTIONS(4955), + [anon_sym_COLON_COLON] = ACTIONS(4957), + [anon_sym_PLUS_EQ] = ACTIONS(4957), + [anon_sym_DASH_EQ] = ACTIONS(4957), + [anon_sym_STAR_EQ] = ACTIONS(4957), + [anon_sym_SLASH_EQ] = ACTIONS(4957), + [anon_sym_PERCENT_EQ] = ACTIONS(4957), + [anon_sym_BANG_EQ] = ACTIONS(4955), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4957), + [anon_sym_EQ_EQ] = ACTIONS(4955), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4957), + [anon_sym_LT_EQ] = ACTIONS(4957), + [anon_sym_GT_EQ] = ACTIONS(4957), + [anon_sym_BANGin] = ACTIONS(4957), + [anon_sym_is] = ACTIONS(4955), + [anon_sym_BANGis] = ACTIONS(4957), + [anon_sym_PLUS] = ACTIONS(4955), + [anon_sym_DASH] = ACTIONS(4955), + [anon_sym_SLASH] = ACTIONS(4955), + [anon_sym_PERCENT] = ACTIONS(4955), + [anon_sym_as_QMARK] = ACTIONS(4957), + [anon_sym_PLUS_PLUS] = ACTIONS(4957), + [anon_sym_DASH_DASH] = ACTIONS(4957), + [anon_sym_BANG_BANG] = ACTIONS(4957), + [anon_sym_suspend] = ACTIONS(4955), + [anon_sym_sealed] = ACTIONS(4955), + [anon_sym_annotation] = ACTIONS(4955), + [anon_sym_data] = ACTIONS(4955), + [anon_sym_inner] = ACTIONS(4955), + [anon_sym_override] = ACTIONS(4955), + [anon_sym_lateinit] = ACTIONS(4955), + [anon_sym_public] = ACTIONS(4955), + [anon_sym_private] = ACTIONS(4955), + [anon_sym_internal] = ACTIONS(4955), + [anon_sym_protected] = ACTIONS(4955), + [anon_sym_tailrec] = ACTIONS(4955), + [anon_sym_operator] = ACTIONS(4955), + [anon_sym_infix] = ACTIONS(4955), + [anon_sym_inline] = ACTIONS(4955), + [anon_sym_external] = ACTIONS(4955), + [sym_property_modifier] = ACTIONS(4955), + [anon_sym_abstract] = ACTIONS(4955), + [anon_sym_final] = ACTIONS(4955), + [anon_sym_open] = ACTIONS(4955), + [anon_sym_vararg] = ACTIONS(4955), + [anon_sym_noinline] = ACTIONS(4955), + [anon_sym_crossinline] = ACTIONS(4955), + [anon_sym_expect] = ACTIONS(4955), + [anon_sym_actual] = ACTIONS(4955), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4505), - [sym__automatic_semicolon] = ACTIONS(4505), - [sym_safe_nav] = ACTIONS(4505), - [sym_multiline_comment] = ACTIONS(3), - }, - [3520] = { - [sym_type_constraints] = STATE(3828), - [sym_function_body] = STATE(3878), - [sym__block] = STATE(3725), - [sym__alpha_identifier] = ACTIONS(4095), - [anon_sym_AT] = ACTIONS(4097), - [anon_sym_LBRACK] = ACTIONS(4097), - [anon_sym_as] = ACTIONS(4095), - [anon_sym_EQ] = ACTIONS(6566), - [anon_sym_LBRACE] = ACTIONS(6434), - [anon_sym_RBRACE] = ACTIONS(4097), - [anon_sym_LPAREN] = ACTIONS(4097), - [anon_sym_LT] = ACTIONS(4095), - [anon_sym_GT] = ACTIONS(4095), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(4095), - [anon_sym_SEMI] = ACTIONS(4097), - [anon_sym_get] = ACTIONS(4095), - [anon_sym_set] = ACTIONS(4095), - [anon_sym_STAR] = ACTIONS(4095), - [sym_label] = ACTIONS(4097), - [anon_sym_in] = ACTIONS(4095), - [anon_sym_DOT_DOT] = ACTIONS(4097), - [anon_sym_QMARK_COLON] = ACTIONS(4097), - [anon_sym_AMP_AMP] = ACTIONS(4097), - [anon_sym_PIPE_PIPE] = ACTIONS(4097), - [anon_sym_else] = ACTIONS(4095), - [anon_sym_COLON_COLON] = ACTIONS(4097), - [anon_sym_PLUS_EQ] = ACTIONS(4097), - [anon_sym_DASH_EQ] = ACTIONS(4097), - [anon_sym_STAR_EQ] = ACTIONS(4097), - [anon_sym_SLASH_EQ] = ACTIONS(4097), - [anon_sym_PERCENT_EQ] = ACTIONS(4097), - [anon_sym_BANG_EQ] = ACTIONS(4095), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4097), - [anon_sym_EQ_EQ] = ACTIONS(4095), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4097), - [anon_sym_LT_EQ] = ACTIONS(4097), - [anon_sym_GT_EQ] = ACTIONS(4097), - [anon_sym_BANGin] = ACTIONS(4097), - [anon_sym_is] = ACTIONS(4095), - [anon_sym_BANGis] = ACTIONS(4097), - [anon_sym_PLUS] = ACTIONS(4095), - [anon_sym_DASH] = ACTIONS(4095), - [anon_sym_SLASH] = ACTIONS(4095), - [anon_sym_PERCENT] = ACTIONS(4095), - [anon_sym_as_QMARK] = ACTIONS(4097), - [anon_sym_PLUS_PLUS] = ACTIONS(4097), - [anon_sym_DASH_DASH] = ACTIONS(4097), - [anon_sym_BANG_BANG] = ACTIONS(4097), - [anon_sym_suspend] = ACTIONS(4095), - [anon_sym_sealed] = ACTIONS(4095), - [anon_sym_annotation] = ACTIONS(4095), - [anon_sym_data] = ACTIONS(4095), - [anon_sym_inner] = ACTIONS(4095), - [anon_sym_override] = ACTIONS(4095), - [anon_sym_lateinit] = ACTIONS(4095), - [anon_sym_public] = ACTIONS(4095), - [anon_sym_private] = ACTIONS(4095), - [anon_sym_internal] = ACTIONS(4095), - [anon_sym_protected] = ACTIONS(4095), - [anon_sym_tailrec] = ACTIONS(4095), - [anon_sym_operator] = ACTIONS(4095), - [anon_sym_infix] = ACTIONS(4095), - [anon_sym_inline] = ACTIONS(4095), - [anon_sym_external] = ACTIONS(4095), - [sym_property_modifier] = ACTIONS(4095), - [anon_sym_abstract] = ACTIONS(4095), - [anon_sym_final] = ACTIONS(4095), - [anon_sym_open] = ACTIONS(4095), - [anon_sym_vararg] = ACTIONS(4095), - [anon_sym_noinline] = ACTIONS(4095), - [anon_sym_crossinline] = ACTIONS(4095), - [anon_sym_expect] = ACTIONS(4095), - [anon_sym_actual] = ACTIONS(4095), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4097), - [sym__automatic_semicolon] = ACTIONS(4097), - [sym_safe_nav] = ACTIONS(4097), - [sym_multiline_comment] = ACTIONS(3), - }, - [3521] = { - [sym_type_constraints] = STATE(3628), - [sym_enum_class_body] = STATE(3695), - [sym__alpha_identifier] = ACTIONS(3190), - [anon_sym_AT] = ACTIONS(3194), - [anon_sym_COLON] = ACTIONS(5770), - [anon_sym_LBRACK] = ACTIONS(3194), - [anon_sym_as] = ACTIONS(3190), - [anon_sym_EQ] = ACTIONS(3190), - [anon_sym_LBRACE] = ACTIONS(5359), - [anon_sym_RBRACE] = ACTIONS(3194), - [anon_sym_LPAREN] = ACTIONS(3194), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3190), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(3190), - [anon_sym_SEMI] = ACTIONS(3194), - [anon_sym_get] = ACTIONS(3190), - [anon_sym_set] = ACTIONS(3190), - [anon_sym_STAR] = ACTIONS(3190), - [sym_label] = ACTIONS(3194), - [anon_sym_in] = ACTIONS(3190), - [anon_sym_DOT_DOT] = ACTIONS(3194), - [anon_sym_QMARK_COLON] = ACTIONS(3194), - [anon_sym_AMP_AMP] = ACTIONS(3194), - [anon_sym_PIPE_PIPE] = ACTIONS(3194), - [anon_sym_else] = ACTIONS(3190), - [anon_sym_COLON_COLON] = ACTIONS(3194), - [anon_sym_PLUS_EQ] = ACTIONS(3194), - [anon_sym_DASH_EQ] = ACTIONS(3194), - [anon_sym_STAR_EQ] = ACTIONS(3194), - [anon_sym_SLASH_EQ] = ACTIONS(3194), - [anon_sym_PERCENT_EQ] = ACTIONS(3194), - [anon_sym_BANG_EQ] = ACTIONS(3190), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3194), - [anon_sym_EQ_EQ] = ACTIONS(3190), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3194), - [anon_sym_LT_EQ] = ACTIONS(3194), - [anon_sym_GT_EQ] = ACTIONS(3194), - [anon_sym_BANGin] = ACTIONS(3194), - [anon_sym_is] = ACTIONS(3190), - [anon_sym_BANGis] = ACTIONS(3194), - [anon_sym_PLUS] = ACTIONS(3190), - [anon_sym_DASH] = ACTIONS(3190), - [anon_sym_SLASH] = ACTIONS(3190), - [anon_sym_PERCENT] = ACTIONS(3190), - [anon_sym_as_QMARK] = ACTIONS(3194), - [anon_sym_PLUS_PLUS] = ACTIONS(3194), - [anon_sym_DASH_DASH] = ACTIONS(3194), - [anon_sym_BANG_BANG] = ACTIONS(3194), - [anon_sym_suspend] = ACTIONS(3190), - [anon_sym_sealed] = ACTIONS(3190), - [anon_sym_annotation] = ACTIONS(3190), - [anon_sym_data] = ACTIONS(3190), - [anon_sym_inner] = ACTIONS(3190), - [anon_sym_override] = ACTIONS(3190), - [anon_sym_lateinit] = ACTIONS(3190), - [anon_sym_public] = ACTIONS(3190), - [anon_sym_private] = ACTIONS(3190), - [anon_sym_internal] = ACTIONS(3190), - [anon_sym_protected] = ACTIONS(3190), - [anon_sym_tailrec] = ACTIONS(3190), - [anon_sym_operator] = ACTIONS(3190), - [anon_sym_infix] = ACTIONS(3190), - [anon_sym_inline] = ACTIONS(3190), - [anon_sym_external] = ACTIONS(3190), - [sym_property_modifier] = ACTIONS(3190), - [anon_sym_abstract] = ACTIONS(3190), - [anon_sym_final] = ACTIONS(3190), - [anon_sym_open] = ACTIONS(3190), - [anon_sym_vararg] = ACTIONS(3190), - [anon_sym_noinline] = ACTIONS(3190), - [anon_sym_crossinline] = ACTIONS(3190), - [anon_sym_expect] = ACTIONS(3190), - [anon_sym_actual] = ACTIONS(3190), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3194), - [sym__automatic_semicolon] = ACTIONS(3194), - [sym_safe_nav] = ACTIONS(3194), - [sym_multiline_comment] = ACTIONS(3), - }, - [3522] = { - [sym_type_constraints] = STATE(3833), - [sym_function_body] = STATE(3792), - [sym__block] = STATE(3725), - [sym__alpha_identifier] = ACTIONS(4101), - [anon_sym_AT] = ACTIONS(4103), - [anon_sym_LBRACK] = ACTIONS(4103), - [anon_sym_as] = ACTIONS(4101), - [anon_sym_EQ] = ACTIONS(6566), - [anon_sym_LBRACE] = ACTIONS(6434), - [anon_sym_RBRACE] = ACTIONS(4103), - [anon_sym_LPAREN] = ACTIONS(4103), - [anon_sym_LT] = ACTIONS(4101), - [anon_sym_GT] = ACTIONS(4101), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(4101), - [anon_sym_SEMI] = ACTIONS(4103), - [anon_sym_get] = ACTIONS(4101), - [anon_sym_set] = ACTIONS(4101), - [anon_sym_STAR] = ACTIONS(4101), - [sym_label] = ACTIONS(4103), - [anon_sym_in] = ACTIONS(4101), - [anon_sym_DOT_DOT] = ACTIONS(4103), - [anon_sym_QMARK_COLON] = ACTIONS(4103), - [anon_sym_AMP_AMP] = ACTIONS(4103), - [anon_sym_PIPE_PIPE] = ACTIONS(4103), - [anon_sym_else] = ACTIONS(4101), - [anon_sym_COLON_COLON] = ACTIONS(4103), - [anon_sym_PLUS_EQ] = ACTIONS(4103), - [anon_sym_DASH_EQ] = ACTIONS(4103), - [anon_sym_STAR_EQ] = ACTIONS(4103), - [anon_sym_SLASH_EQ] = ACTIONS(4103), - [anon_sym_PERCENT_EQ] = ACTIONS(4103), - [anon_sym_BANG_EQ] = ACTIONS(4101), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4103), - [anon_sym_EQ_EQ] = ACTIONS(4101), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4103), - [anon_sym_LT_EQ] = ACTIONS(4103), - [anon_sym_GT_EQ] = ACTIONS(4103), - [anon_sym_BANGin] = ACTIONS(4103), - [anon_sym_is] = ACTIONS(4101), - [anon_sym_BANGis] = ACTIONS(4103), - [anon_sym_PLUS] = ACTIONS(4101), - [anon_sym_DASH] = ACTIONS(4101), - [anon_sym_SLASH] = ACTIONS(4101), - [anon_sym_PERCENT] = ACTIONS(4101), - [anon_sym_as_QMARK] = ACTIONS(4103), - [anon_sym_PLUS_PLUS] = ACTIONS(4103), - [anon_sym_DASH_DASH] = ACTIONS(4103), - [anon_sym_BANG_BANG] = ACTIONS(4103), - [anon_sym_suspend] = ACTIONS(4101), - [anon_sym_sealed] = ACTIONS(4101), - [anon_sym_annotation] = ACTIONS(4101), - [anon_sym_data] = ACTIONS(4101), - [anon_sym_inner] = ACTIONS(4101), - [anon_sym_override] = ACTIONS(4101), - [anon_sym_lateinit] = ACTIONS(4101), - [anon_sym_public] = ACTIONS(4101), - [anon_sym_private] = ACTIONS(4101), - [anon_sym_internal] = ACTIONS(4101), - [anon_sym_protected] = ACTIONS(4101), - [anon_sym_tailrec] = ACTIONS(4101), - [anon_sym_operator] = ACTIONS(4101), - [anon_sym_infix] = ACTIONS(4101), - [anon_sym_inline] = ACTIONS(4101), - [anon_sym_external] = ACTIONS(4101), - [sym_property_modifier] = ACTIONS(4101), - [anon_sym_abstract] = ACTIONS(4101), - [anon_sym_final] = ACTIONS(4101), - [anon_sym_open] = ACTIONS(4101), - [anon_sym_vararg] = ACTIONS(4101), - [anon_sym_noinline] = ACTIONS(4101), - [anon_sym_crossinline] = ACTIONS(4101), - [anon_sym_expect] = ACTIONS(4101), - [anon_sym_actual] = ACTIONS(4101), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4103), - [sym__automatic_semicolon] = ACTIONS(4103), - [sym_safe_nav] = ACTIONS(4103), - [sym_multiline_comment] = ACTIONS(3), - }, - [3523] = { - [sym_type_constraints] = STATE(3841), - [sym_function_body] = STATE(3750), - [sym__block] = STATE(3725), - [sym__alpha_identifier] = ACTIONS(4300), - [anon_sym_AT] = ACTIONS(4302), - [anon_sym_LBRACK] = ACTIONS(4302), - [anon_sym_as] = ACTIONS(4300), - [anon_sym_EQ] = ACTIONS(6566), - [anon_sym_LBRACE] = ACTIONS(6434), - [anon_sym_RBRACE] = ACTIONS(4302), - [anon_sym_LPAREN] = ACTIONS(4302), - [anon_sym_LT] = ACTIONS(4300), - [anon_sym_GT] = ACTIONS(4300), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(4300), - [anon_sym_SEMI] = ACTIONS(4302), - [anon_sym_get] = ACTIONS(4300), - [anon_sym_set] = ACTIONS(4300), - [anon_sym_STAR] = ACTIONS(4300), - [sym_label] = ACTIONS(4302), - [anon_sym_in] = ACTIONS(4300), - [anon_sym_DOT_DOT] = ACTIONS(4302), - [anon_sym_QMARK_COLON] = ACTIONS(4302), - [anon_sym_AMP_AMP] = ACTIONS(4302), - [anon_sym_PIPE_PIPE] = ACTIONS(4302), - [anon_sym_else] = ACTIONS(4300), - [anon_sym_COLON_COLON] = ACTIONS(4302), - [anon_sym_PLUS_EQ] = ACTIONS(4302), - [anon_sym_DASH_EQ] = ACTIONS(4302), - [anon_sym_STAR_EQ] = ACTIONS(4302), - [anon_sym_SLASH_EQ] = ACTIONS(4302), - [anon_sym_PERCENT_EQ] = ACTIONS(4302), - [anon_sym_BANG_EQ] = ACTIONS(4300), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4302), - [anon_sym_EQ_EQ] = ACTIONS(4300), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4302), - [anon_sym_LT_EQ] = ACTIONS(4302), - [anon_sym_GT_EQ] = ACTIONS(4302), - [anon_sym_BANGin] = ACTIONS(4302), - [anon_sym_is] = ACTIONS(4300), - [anon_sym_BANGis] = ACTIONS(4302), - [anon_sym_PLUS] = ACTIONS(4300), - [anon_sym_DASH] = ACTIONS(4300), - [anon_sym_SLASH] = ACTIONS(4300), - [anon_sym_PERCENT] = ACTIONS(4300), - [anon_sym_as_QMARK] = ACTIONS(4302), - [anon_sym_PLUS_PLUS] = ACTIONS(4302), - [anon_sym_DASH_DASH] = ACTIONS(4302), - [anon_sym_BANG_BANG] = ACTIONS(4302), - [anon_sym_suspend] = ACTIONS(4300), - [anon_sym_sealed] = ACTIONS(4300), - [anon_sym_annotation] = ACTIONS(4300), - [anon_sym_data] = ACTIONS(4300), - [anon_sym_inner] = ACTIONS(4300), - [anon_sym_override] = ACTIONS(4300), - [anon_sym_lateinit] = ACTIONS(4300), - [anon_sym_public] = ACTIONS(4300), - [anon_sym_private] = ACTIONS(4300), - [anon_sym_internal] = ACTIONS(4300), - [anon_sym_protected] = ACTIONS(4300), - [anon_sym_tailrec] = ACTIONS(4300), - [anon_sym_operator] = ACTIONS(4300), - [anon_sym_infix] = ACTIONS(4300), - [anon_sym_inline] = ACTIONS(4300), - [anon_sym_external] = ACTIONS(4300), - [sym_property_modifier] = ACTIONS(4300), - [anon_sym_abstract] = ACTIONS(4300), - [anon_sym_final] = ACTIONS(4300), - [anon_sym_open] = ACTIONS(4300), - [anon_sym_vararg] = ACTIONS(4300), - [anon_sym_noinline] = ACTIONS(4300), - [anon_sym_crossinline] = ACTIONS(4300), - [anon_sym_expect] = ACTIONS(4300), - [anon_sym_actual] = ACTIONS(4300), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4302), - [sym__automatic_semicolon] = ACTIONS(4302), - [sym_safe_nav] = ACTIONS(4302), - [sym_multiline_comment] = ACTIONS(3), - }, - [3524] = { - [sym__alpha_identifier] = ACTIONS(4440), - [anon_sym_AT] = ACTIONS(4442), - [anon_sym_LBRACK] = ACTIONS(4442), - [anon_sym_as] = ACTIONS(4440), - [anon_sym_EQ] = ACTIONS(4440), - [anon_sym_LBRACE] = ACTIONS(4442), - [anon_sym_RBRACE] = ACTIONS(4442), - [anon_sym_LPAREN] = ACTIONS(4442), - [anon_sym_COMMA] = ACTIONS(4442), - [anon_sym_by] = ACTIONS(4440), - [anon_sym_LT] = ACTIONS(4440), - [anon_sym_GT] = ACTIONS(4440), - [anon_sym_where] = ACTIONS(4440), - [anon_sym_DOT] = ACTIONS(4440), - [anon_sym_SEMI] = ACTIONS(4442), - [anon_sym_get] = ACTIONS(4440), - [anon_sym_set] = ACTIONS(4440), - [sym__quest] = ACTIONS(4440), - [anon_sym_STAR] = ACTIONS(4440), - [sym_label] = ACTIONS(4442), - [anon_sym_in] = ACTIONS(4440), - [anon_sym_DOT_DOT] = ACTIONS(4442), - [anon_sym_QMARK_COLON] = ACTIONS(4442), - [anon_sym_AMP_AMP] = ACTIONS(4442), - [anon_sym_PIPE_PIPE] = ACTIONS(4442), - [anon_sym_else] = ACTIONS(4440), - [anon_sym_COLON_COLON] = ACTIONS(4442), - [anon_sym_PLUS_EQ] = ACTIONS(4442), - [anon_sym_DASH_EQ] = ACTIONS(4442), - [anon_sym_STAR_EQ] = ACTIONS(4442), - [anon_sym_SLASH_EQ] = ACTIONS(4442), - [anon_sym_PERCENT_EQ] = ACTIONS(4442), - [anon_sym_BANG_EQ] = ACTIONS(4440), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4442), - [anon_sym_EQ_EQ] = ACTIONS(4440), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4442), - [anon_sym_LT_EQ] = ACTIONS(4442), - [anon_sym_GT_EQ] = ACTIONS(4442), - [anon_sym_BANGin] = ACTIONS(4442), - [anon_sym_is] = ACTIONS(4440), - [anon_sym_BANGis] = ACTIONS(4442), - [anon_sym_PLUS] = ACTIONS(4440), - [anon_sym_DASH] = ACTIONS(4440), - [anon_sym_SLASH] = ACTIONS(4440), - [anon_sym_PERCENT] = ACTIONS(4440), - [anon_sym_as_QMARK] = ACTIONS(4442), - [anon_sym_PLUS_PLUS] = ACTIONS(4442), - [anon_sym_DASH_DASH] = ACTIONS(4442), - [anon_sym_BANG_BANG] = ACTIONS(4442), - [anon_sym_suspend] = ACTIONS(4440), - [anon_sym_sealed] = ACTIONS(4440), - [anon_sym_annotation] = ACTIONS(4440), - [anon_sym_data] = ACTIONS(4440), - [anon_sym_inner] = ACTIONS(4440), - [anon_sym_override] = ACTIONS(4440), - [anon_sym_lateinit] = ACTIONS(4440), - [anon_sym_public] = ACTIONS(4440), - [anon_sym_private] = ACTIONS(4440), - [anon_sym_internal] = ACTIONS(4440), - [anon_sym_protected] = ACTIONS(4440), - [anon_sym_tailrec] = ACTIONS(4440), - [anon_sym_operator] = ACTIONS(4440), - [anon_sym_infix] = ACTIONS(4440), - [anon_sym_inline] = ACTIONS(4440), - [anon_sym_external] = ACTIONS(4440), - [sym_property_modifier] = ACTIONS(4440), - [anon_sym_abstract] = ACTIONS(4440), - [anon_sym_final] = ACTIONS(4440), - [anon_sym_open] = ACTIONS(4440), - [anon_sym_vararg] = ACTIONS(4440), - [anon_sym_noinline] = ACTIONS(4440), - [anon_sym_crossinline] = ACTIONS(4440), - [anon_sym_expect] = ACTIONS(4440), - [anon_sym_actual] = ACTIONS(4440), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4442), - [sym__automatic_semicolon] = ACTIONS(4442), - [sym_safe_nav] = ACTIONS(4442), - [sym_multiline_comment] = ACTIONS(3), - }, - [3525] = { - [sym_class_body] = STATE(3685), - [sym__alpha_identifier] = ACTIONS(4517), - [anon_sym_AT] = ACTIONS(4519), - [anon_sym_COLON] = ACTIONS(6668), - [anon_sym_LBRACK] = ACTIONS(4519), - [anon_sym_as] = ACTIONS(4517), - [anon_sym_EQ] = ACTIONS(4517), - [anon_sym_LBRACE] = ACTIONS(5421), - [anon_sym_RBRACE] = ACTIONS(4519), - [anon_sym_LPAREN] = ACTIONS(4519), - [anon_sym_COMMA] = ACTIONS(4519), - [anon_sym_LT] = ACTIONS(4517), - [anon_sym_GT] = ACTIONS(4517), - [anon_sym_where] = ACTIONS(4517), - [anon_sym_DOT] = ACTIONS(4517), - [anon_sym_SEMI] = ACTIONS(4519), - [anon_sym_get] = ACTIONS(4517), - [anon_sym_set] = ACTIONS(4517), - [anon_sym_STAR] = ACTIONS(4517), - [sym_label] = ACTIONS(4519), - [anon_sym_in] = ACTIONS(4517), - [anon_sym_DOT_DOT] = ACTIONS(4519), - [anon_sym_QMARK_COLON] = ACTIONS(4519), - [anon_sym_AMP_AMP] = ACTIONS(4519), - [anon_sym_PIPE_PIPE] = ACTIONS(4519), - [anon_sym_else] = ACTIONS(4517), - [anon_sym_COLON_COLON] = ACTIONS(4519), - [anon_sym_PLUS_EQ] = ACTIONS(4519), - [anon_sym_DASH_EQ] = ACTIONS(4519), - [anon_sym_STAR_EQ] = ACTIONS(4519), - [anon_sym_SLASH_EQ] = ACTIONS(4519), - [anon_sym_PERCENT_EQ] = ACTIONS(4519), - [anon_sym_BANG_EQ] = ACTIONS(4517), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4519), - [anon_sym_EQ_EQ] = ACTIONS(4517), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4519), - [anon_sym_LT_EQ] = ACTIONS(4519), - [anon_sym_GT_EQ] = ACTIONS(4519), - [anon_sym_BANGin] = ACTIONS(4519), - [anon_sym_is] = ACTIONS(4517), - [anon_sym_BANGis] = ACTIONS(4519), - [anon_sym_PLUS] = ACTIONS(4517), - [anon_sym_DASH] = ACTIONS(4517), - [anon_sym_SLASH] = ACTIONS(4517), - [anon_sym_PERCENT] = ACTIONS(4517), - [anon_sym_as_QMARK] = ACTIONS(4519), - [anon_sym_PLUS_PLUS] = ACTIONS(4519), - [anon_sym_DASH_DASH] = ACTIONS(4519), - [anon_sym_BANG_BANG] = ACTIONS(4519), - [anon_sym_suspend] = ACTIONS(4517), - [anon_sym_sealed] = ACTIONS(4517), - [anon_sym_annotation] = ACTIONS(4517), - [anon_sym_data] = ACTIONS(4517), - [anon_sym_inner] = ACTIONS(4517), - [anon_sym_override] = ACTIONS(4517), - [anon_sym_lateinit] = ACTIONS(4517), - [anon_sym_public] = ACTIONS(4517), - [anon_sym_private] = ACTIONS(4517), - [anon_sym_internal] = ACTIONS(4517), - [anon_sym_protected] = ACTIONS(4517), - [anon_sym_tailrec] = ACTIONS(4517), - [anon_sym_operator] = ACTIONS(4517), - [anon_sym_infix] = ACTIONS(4517), - [anon_sym_inline] = ACTIONS(4517), - [anon_sym_external] = ACTIONS(4517), - [sym_property_modifier] = ACTIONS(4517), - [anon_sym_abstract] = ACTIONS(4517), - [anon_sym_final] = ACTIONS(4517), - [anon_sym_open] = ACTIONS(4517), - [anon_sym_vararg] = ACTIONS(4517), - [anon_sym_noinline] = ACTIONS(4517), - [anon_sym_crossinline] = ACTIONS(4517), - [anon_sym_expect] = ACTIONS(4517), - [anon_sym_actual] = ACTIONS(4517), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4519), - [sym__automatic_semicolon] = ACTIONS(4519), - [sym_safe_nav] = ACTIONS(4519), - [sym_multiline_comment] = ACTIONS(3), - }, - [3526] = { - [sym__alpha_identifier] = ACTIONS(4444), - [anon_sym_AT] = ACTIONS(4446), - [anon_sym_LBRACK] = ACTIONS(4446), - [anon_sym_as] = ACTIONS(4444), - [anon_sym_EQ] = ACTIONS(4444), - [anon_sym_LBRACE] = ACTIONS(4446), - [anon_sym_RBRACE] = ACTIONS(4446), - [anon_sym_LPAREN] = ACTIONS(4446), - [anon_sym_COMMA] = ACTIONS(4446), - [anon_sym_by] = ACTIONS(4444), - [anon_sym_LT] = ACTIONS(4444), - [anon_sym_GT] = ACTIONS(4444), - [anon_sym_where] = ACTIONS(4444), - [anon_sym_DOT] = ACTIONS(4444), - [anon_sym_SEMI] = ACTIONS(4446), - [anon_sym_get] = ACTIONS(4444), - [anon_sym_set] = ACTIONS(4444), - [sym__quest] = ACTIONS(4444), - [anon_sym_STAR] = ACTIONS(4444), - [sym_label] = ACTIONS(4446), - [anon_sym_in] = ACTIONS(4444), - [anon_sym_DOT_DOT] = ACTIONS(4446), - [anon_sym_QMARK_COLON] = ACTIONS(4446), - [anon_sym_AMP_AMP] = ACTIONS(4446), - [anon_sym_PIPE_PIPE] = ACTIONS(4446), - [anon_sym_else] = ACTIONS(4444), - [anon_sym_COLON_COLON] = ACTIONS(4446), - [anon_sym_PLUS_EQ] = ACTIONS(4446), - [anon_sym_DASH_EQ] = ACTIONS(4446), - [anon_sym_STAR_EQ] = ACTIONS(4446), - [anon_sym_SLASH_EQ] = ACTIONS(4446), - [anon_sym_PERCENT_EQ] = ACTIONS(4446), - [anon_sym_BANG_EQ] = ACTIONS(4444), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4446), - [anon_sym_EQ_EQ] = ACTIONS(4444), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4446), - [anon_sym_LT_EQ] = ACTIONS(4446), - [anon_sym_GT_EQ] = ACTIONS(4446), - [anon_sym_BANGin] = ACTIONS(4446), - [anon_sym_is] = ACTIONS(4444), - [anon_sym_BANGis] = ACTIONS(4446), - [anon_sym_PLUS] = ACTIONS(4444), - [anon_sym_DASH] = ACTIONS(4444), - [anon_sym_SLASH] = ACTIONS(4444), - [anon_sym_PERCENT] = ACTIONS(4444), - [anon_sym_as_QMARK] = ACTIONS(4446), - [anon_sym_PLUS_PLUS] = ACTIONS(4446), - [anon_sym_DASH_DASH] = ACTIONS(4446), - [anon_sym_BANG_BANG] = ACTIONS(4446), - [anon_sym_suspend] = ACTIONS(4444), - [anon_sym_sealed] = ACTIONS(4444), - [anon_sym_annotation] = ACTIONS(4444), - [anon_sym_data] = ACTIONS(4444), - [anon_sym_inner] = ACTIONS(4444), - [anon_sym_override] = ACTIONS(4444), - [anon_sym_lateinit] = ACTIONS(4444), - [anon_sym_public] = ACTIONS(4444), - [anon_sym_private] = ACTIONS(4444), - [anon_sym_internal] = ACTIONS(4444), - [anon_sym_protected] = ACTIONS(4444), - [anon_sym_tailrec] = ACTIONS(4444), - [anon_sym_operator] = ACTIONS(4444), - [anon_sym_infix] = ACTIONS(4444), - [anon_sym_inline] = ACTIONS(4444), - [anon_sym_external] = ACTIONS(4444), - [sym_property_modifier] = ACTIONS(4444), - [anon_sym_abstract] = ACTIONS(4444), - [anon_sym_final] = ACTIONS(4444), - [anon_sym_open] = ACTIONS(4444), - [anon_sym_vararg] = ACTIONS(4444), - [anon_sym_noinline] = ACTIONS(4444), - [anon_sym_crossinline] = ACTIONS(4444), - [anon_sym_expect] = ACTIONS(4444), - [anon_sym_actual] = ACTIONS(4444), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4446), - [sym__automatic_semicolon] = ACTIONS(4446), - [sym_safe_nav] = ACTIONS(4446), - [sym_multiline_comment] = ACTIONS(3), - }, - [3527] = { - [sym_type_constraints] = STATE(3594), - [sym_enum_class_body] = STATE(3857), - [sym__alpha_identifier] = ACTIONS(4213), - [anon_sym_AT] = ACTIONS(4215), - [anon_sym_LBRACK] = ACTIONS(4215), - [anon_sym_as] = ACTIONS(4213), - [anon_sym_EQ] = ACTIONS(4213), - [anon_sym_LBRACE] = ACTIONS(5359), - [anon_sym_RBRACE] = ACTIONS(4215), - [anon_sym_LPAREN] = ACTIONS(4215), - [anon_sym_COMMA] = ACTIONS(4215), - [anon_sym_LT] = ACTIONS(4213), - [anon_sym_GT] = ACTIONS(4213), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(4213), - [anon_sym_SEMI] = ACTIONS(4215), - [anon_sym_get] = ACTIONS(4213), - [anon_sym_set] = ACTIONS(4213), - [anon_sym_STAR] = ACTIONS(4213), - [sym_label] = ACTIONS(4215), - [anon_sym_in] = ACTIONS(4213), - [anon_sym_DOT_DOT] = ACTIONS(4215), - [anon_sym_QMARK_COLON] = ACTIONS(4215), - [anon_sym_AMP_AMP] = ACTIONS(4215), - [anon_sym_PIPE_PIPE] = ACTIONS(4215), - [anon_sym_else] = ACTIONS(4213), - [anon_sym_COLON_COLON] = ACTIONS(4215), - [anon_sym_PLUS_EQ] = ACTIONS(4215), - [anon_sym_DASH_EQ] = ACTIONS(4215), - [anon_sym_STAR_EQ] = ACTIONS(4215), - [anon_sym_SLASH_EQ] = ACTIONS(4215), - [anon_sym_PERCENT_EQ] = ACTIONS(4215), - [anon_sym_BANG_EQ] = ACTIONS(4213), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4215), - [anon_sym_EQ_EQ] = ACTIONS(4213), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4215), - [anon_sym_LT_EQ] = ACTIONS(4215), - [anon_sym_GT_EQ] = ACTIONS(4215), - [anon_sym_BANGin] = ACTIONS(4215), - [anon_sym_is] = ACTIONS(4213), - [anon_sym_BANGis] = ACTIONS(4215), - [anon_sym_PLUS] = ACTIONS(4213), - [anon_sym_DASH] = ACTIONS(4213), - [anon_sym_SLASH] = ACTIONS(4213), - [anon_sym_PERCENT] = ACTIONS(4213), - [anon_sym_as_QMARK] = ACTIONS(4215), - [anon_sym_PLUS_PLUS] = ACTIONS(4215), - [anon_sym_DASH_DASH] = ACTIONS(4215), - [anon_sym_BANG_BANG] = ACTIONS(4215), - [anon_sym_suspend] = ACTIONS(4213), - [anon_sym_sealed] = ACTIONS(4213), - [anon_sym_annotation] = ACTIONS(4213), - [anon_sym_data] = ACTIONS(4213), - [anon_sym_inner] = ACTIONS(4213), - [anon_sym_override] = ACTIONS(4213), - [anon_sym_lateinit] = ACTIONS(4213), - [anon_sym_public] = ACTIONS(4213), - [anon_sym_private] = ACTIONS(4213), - [anon_sym_internal] = ACTIONS(4213), - [anon_sym_protected] = ACTIONS(4213), - [anon_sym_tailrec] = ACTIONS(4213), - [anon_sym_operator] = ACTIONS(4213), - [anon_sym_infix] = ACTIONS(4213), - [anon_sym_inline] = ACTIONS(4213), - [anon_sym_external] = ACTIONS(4213), - [sym_property_modifier] = ACTIONS(4213), - [anon_sym_abstract] = ACTIONS(4213), - [anon_sym_final] = ACTIONS(4213), - [anon_sym_open] = ACTIONS(4213), - [anon_sym_vararg] = ACTIONS(4213), - [anon_sym_noinline] = ACTIONS(4213), - [anon_sym_crossinline] = ACTIONS(4213), - [anon_sym_expect] = ACTIONS(4213), - [anon_sym_actual] = ACTIONS(4213), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4215), - [sym__automatic_semicolon] = ACTIONS(4215), - [sym_safe_nav] = ACTIONS(4215), - [sym_multiline_comment] = ACTIONS(3), - }, - [3528] = { - [sym_type_constraints] = STATE(3875), - [sym_function_body] = STATE(3145), - [sym__block] = STATE(3367), - [sym__alpha_identifier] = ACTIONS(4095), - [anon_sym_AT] = ACTIONS(4097), - [anon_sym_COLON] = ACTIONS(6670), - [anon_sym_LBRACK] = ACTIONS(4097), - [anon_sym_RBRACK] = ACTIONS(4097), - [anon_sym_as] = ACTIONS(4095), - [anon_sym_EQ] = ACTIONS(6621), - [anon_sym_LBRACE] = ACTIONS(6236), - [anon_sym_RBRACE] = ACTIONS(4097), - [anon_sym_LPAREN] = ACTIONS(4097), - [anon_sym_COMMA] = ACTIONS(4097), - [anon_sym_RPAREN] = ACTIONS(4097), - [anon_sym_LT] = ACTIONS(4095), - [anon_sym_GT] = ACTIONS(4095), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(4095), - [anon_sym_SEMI] = ACTIONS(4097), - [anon_sym_get] = ACTIONS(4095), - [anon_sym_set] = ACTIONS(4095), - [anon_sym_STAR] = ACTIONS(4097), - [anon_sym_DASH_GT] = ACTIONS(4097), - [sym_label] = ACTIONS(4097), - [anon_sym_in] = ACTIONS(4095), - [anon_sym_while] = ACTIONS(4095), - [anon_sym_DOT_DOT] = ACTIONS(4097), - [anon_sym_QMARK_COLON] = ACTIONS(4097), - [anon_sym_AMP_AMP] = ACTIONS(4097), - [anon_sym_PIPE_PIPE] = ACTIONS(4097), - [anon_sym_else] = ACTIONS(4095), - [anon_sym_COLON_COLON] = ACTIONS(4097), - [anon_sym_BANG_EQ] = ACTIONS(4095), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4097), - [anon_sym_EQ_EQ] = ACTIONS(4095), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4097), - [anon_sym_LT_EQ] = ACTIONS(4097), - [anon_sym_GT_EQ] = ACTIONS(4097), - [anon_sym_BANGin] = ACTIONS(4097), - [anon_sym_is] = ACTIONS(4095), - [anon_sym_BANGis] = ACTIONS(4097), - [anon_sym_PLUS] = ACTIONS(4095), - [anon_sym_DASH] = ACTIONS(4095), - [anon_sym_SLASH] = ACTIONS(4095), - [anon_sym_PERCENT] = ACTIONS(4097), - [anon_sym_as_QMARK] = ACTIONS(4097), - [anon_sym_PLUS_PLUS] = ACTIONS(4097), - [anon_sym_DASH_DASH] = ACTIONS(4097), - [anon_sym_BANG_BANG] = ACTIONS(4097), - [anon_sym_suspend] = ACTIONS(4095), - [anon_sym_sealed] = ACTIONS(4095), - [anon_sym_annotation] = ACTIONS(4095), - [anon_sym_data] = ACTIONS(4095), - [anon_sym_inner] = ACTIONS(4095), - [anon_sym_override] = ACTIONS(4095), - [anon_sym_lateinit] = ACTIONS(4095), - [anon_sym_public] = ACTIONS(4095), - [anon_sym_private] = ACTIONS(4095), - [anon_sym_internal] = ACTIONS(4095), - [anon_sym_protected] = ACTIONS(4095), - [anon_sym_tailrec] = ACTIONS(4095), - [anon_sym_operator] = ACTIONS(4095), - [anon_sym_infix] = ACTIONS(4095), - [anon_sym_inline] = ACTIONS(4095), - [anon_sym_external] = ACTIONS(4095), - [sym_property_modifier] = ACTIONS(4095), - [anon_sym_abstract] = ACTIONS(4095), - [anon_sym_final] = ACTIONS(4095), - [anon_sym_open] = ACTIONS(4095), - [anon_sym_vararg] = ACTIONS(4095), - [anon_sym_noinline] = ACTIONS(4095), - [anon_sym_crossinline] = ACTIONS(4095), - [anon_sym_expect] = ACTIONS(4095), - [anon_sym_actual] = ACTIONS(4095), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4097), - [sym_safe_nav] = ACTIONS(4097), - [sym_multiline_comment] = ACTIONS(3), - }, - [3529] = { - [sym_type_constraints] = STATE(3853), - [sym_function_body] = STATE(3723), - [sym__block] = STATE(3725), - [sym__alpha_identifier] = ACTIONS(4181), - [anon_sym_AT] = ACTIONS(4183), - [anon_sym_LBRACK] = ACTIONS(4183), - [anon_sym_as] = ACTIONS(4181), - [anon_sym_EQ] = ACTIONS(6566), - [anon_sym_LBRACE] = ACTIONS(6434), - [anon_sym_RBRACE] = ACTIONS(4183), - [anon_sym_LPAREN] = ACTIONS(4183), - [anon_sym_LT] = ACTIONS(4181), - [anon_sym_GT] = ACTIONS(4181), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(4181), - [anon_sym_SEMI] = ACTIONS(4183), - [anon_sym_get] = ACTIONS(4181), - [anon_sym_set] = ACTIONS(4181), - [anon_sym_STAR] = ACTIONS(4181), - [sym_label] = ACTIONS(4183), - [anon_sym_in] = ACTIONS(4181), - [anon_sym_DOT_DOT] = ACTIONS(4183), - [anon_sym_QMARK_COLON] = ACTIONS(4183), - [anon_sym_AMP_AMP] = ACTIONS(4183), - [anon_sym_PIPE_PIPE] = ACTIONS(4183), - [anon_sym_else] = ACTIONS(4181), - [anon_sym_COLON_COLON] = ACTIONS(4183), - [anon_sym_PLUS_EQ] = ACTIONS(4183), - [anon_sym_DASH_EQ] = ACTIONS(4183), - [anon_sym_STAR_EQ] = ACTIONS(4183), - [anon_sym_SLASH_EQ] = ACTIONS(4183), - [anon_sym_PERCENT_EQ] = ACTIONS(4183), - [anon_sym_BANG_EQ] = ACTIONS(4181), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4183), - [anon_sym_EQ_EQ] = ACTIONS(4181), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4183), - [anon_sym_LT_EQ] = ACTIONS(4183), - [anon_sym_GT_EQ] = ACTIONS(4183), - [anon_sym_BANGin] = ACTIONS(4183), - [anon_sym_is] = ACTIONS(4181), - [anon_sym_BANGis] = ACTIONS(4183), - [anon_sym_PLUS] = ACTIONS(4181), - [anon_sym_DASH] = ACTIONS(4181), - [anon_sym_SLASH] = ACTIONS(4181), - [anon_sym_PERCENT] = ACTIONS(4181), - [anon_sym_as_QMARK] = ACTIONS(4183), - [anon_sym_PLUS_PLUS] = ACTIONS(4183), - [anon_sym_DASH_DASH] = ACTIONS(4183), - [anon_sym_BANG_BANG] = ACTIONS(4183), - [anon_sym_suspend] = ACTIONS(4181), - [anon_sym_sealed] = ACTIONS(4181), - [anon_sym_annotation] = ACTIONS(4181), - [anon_sym_data] = ACTIONS(4181), - [anon_sym_inner] = ACTIONS(4181), - [anon_sym_override] = ACTIONS(4181), - [anon_sym_lateinit] = ACTIONS(4181), - [anon_sym_public] = ACTIONS(4181), - [anon_sym_private] = ACTIONS(4181), - [anon_sym_internal] = ACTIONS(4181), - [anon_sym_protected] = ACTIONS(4181), - [anon_sym_tailrec] = ACTIONS(4181), - [anon_sym_operator] = ACTIONS(4181), - [anon_sym_infix] = ACTIONS(4181), - [anon_sym_inline] = ACTIONS(4181), - [anon_sym_external] = ACTIONS(4181), - [sym_property_modifier] = ACTIONS(4181), - [anon_sym_abstract] = ACTIONS(4181), - [anon_sym_final] = ACTIONS(4181), - [anon_sym_open] = ACTIONS(4181), - [anon_sym_vararg] = ACTIONS(4181), - [anon_sym_noinline] = ACTIONS(4181), - [anon_sym_crossinline] = ACTIONS(4181), - [anon_sym_expect] = ACTIONS(4181), - [anon_sym_actual] = ACTIONS(4181), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4183), - [sym__automatic_semicolon] = ACTIONS(4183), - [sym_safe_nav] = ACTIONS(4183), + [sym__backtick_identifier] = ACTIONS(4957), + [sym_safe_nav] = ACTIONS(4957), [sym_multiline_comment] = ACTIONS(3), }, - [3530] = { - [sym_class_body] = STATE(3871), - [sym_type_constraints] = STATE(3541), - [sym__alpha_identifier] = ACTIONS(4422), - [anon_sym_AT] = ACTIONS(4424), - [anon_sym_LBRACK] = ACTIONS(4424), - [anon_sym_as] = ACTIONS(4422), - [anon_sym_EQ] = ACTIONS(4422), - [anon_sym_LBRACE] = ACTIONS(5421), - [anon_sym_RBRACE] = ACTIONS(4424), - [anon_sym_LPAREN] = ACTIONS(4424), - [anon_sym_COMMA] = ACTIONS(4424), - [anon_sym_LT] = ACTIONS(4422), - [anon_sym_GT] = ACTIONS(4422), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(4422), - [anon_sym_SEMI] = ACTIONS(4424), - [anon_sym_get] = ACTIONS(4422), - [anon_sym_set] = ACTIONS(4422), - [anon_sym_STAR] = ACTIONS(4422), - [sym_label] = ACTIONS(4424), - [anon_sym_in] = ACTIONS(4422), - [anon_sym_DOT_DOT] = ACTIONS(4424), - [anon_sym_QMARK_COLON] = ACTIONS(4424), - [anon_sym_AMP_AMP] = ACTIONS(4424), - [anon_sym_PIPE_PIPE] = ACTIONS(4424), - [anon_sym_else] = ACTIONS(4422), - [anon_sym_COLON_COLON] = ACTIONS(4424), - [anon_sym_PLUS_EQ] = ACTIONS(4424), - [anon_sym_DASH_EQ] = ACTIONS(4424), - [anon_sym_STAR_EQ] = ACTIONS(4424), - [anon_sym_SLASH_EQ] = ACTIONS(4424), - [anon_sym_PERCENT_EQ] = ACTIONS(4424), - [anon_sym_BANG_EQ] = ACTIONS(4422), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4424), - [anon_sym_EQ_EQ] = ACTIONS(4422), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4424), - [anon_sym_LT_EQ] = ACTIONS(4424), - [anon_sym_GT_EQ] = ACTIONS(4424), - [anon_sym_BANGin] = ACTIONS(4424), - [anon_sym_is] = ACTIONS(4422), - [anon_sym_BANGis] = ACTIONS(4424), - [anon_sym_PLUS] = ACTIONS(4422), - [anon_sym_DASH] = ACTIONS(4422), - [anon_sym_SLASH] = ACTIONS(4422), - [anon_sym_PERCENT] = ACTIONS(4422), - [anon_sym_as_QMARK] = ACTIONS(4424), - [anon_sym_PLUS_PLUS] = ACTIONS(4424), - [anon_sym_DASH_DASH] = ACTIONS(4424), - [anon_sym_BANG_BANG] = ACTIONS(4424), - [anon_sym_suspend] = ACTIONS(4422), - [anon_sym_sealed] = ACTIONS(4422), - [anon_sym_annotation] = ACTIONS(4422), - [anon_sym_data] = ACTIONS(4422), - [anon_sym_inner] = ACTIONS(4422), - [anon_sym_override] = ACTIONS(4422), - [anon_sym_lateinit] = ACTIONS(4422), - [anon_sym_public] = ACTIONS(4422), - [anon_sym_private] = ACTIONS(4422), - [anon_sym_internal] = ACTIONS(4422), - [anon_sym_protected] = ACTIONS(4422), - [anon_sym_tailrec] = ACTIONS(4422), - [anon_sym_operator] = ACTIONS(4422), - [anon_sym_infix] = ACTIONS(4422), - [anon_sym_inline] = ACTIONS(4422), - [anon_sym_external] = ACTIONS(4422), - [sym_property_modifier] = ACTIONS(4422), - [anon_sym_abstract] = ACTIONS(4422), - [anon_sym_final] = ACTIONS(4422), - [anon_sym_open] = ACTIONS(4422), - [anon_sym_vararg] = ACTIONS(4422), - [anon_sym_noinline] = ACTIONS(4422), - [anon_sym_crossinline] = ACTIONS(4422), - [anon_sym_expect] = ACTIONS(4422), - [anon_sym_actual] = ACTIONS(4422), + [3414] = { + [sym__alpha_identifier] = ACTIONS(4951), + [anon_sym_AT] = ACTIONS(4953), + [anon_sym_LBRACK] = ACTIONS(4953), + [anon_sym_as] = ACTIONS(4951), + [anon_sym_EQ] = ACTIONS(4951), + [anon_sym_LBRACE] = ACTIONS(4953), + [anon_sym_RBRACE] = ACTIONS(4953), + [anon_sym_LPAREN] = ACTIONS(4953), + [anon_sym_COMMA] = ACTIONS(4953), + [anon_sym_LT] = ACTIONS(4951), + [anon_sym_GT] = ACTIONS(4951), + [anon_sym_where] = ACTIONS(4951), + [anon_sym_object] = ACTIONS(4951), + [anon_sym_fun] = ACTIONS(4951), + [anon_sym_DOT] = ACTIONS(4951), + [anon_sym_SEMI] = ACTIONS(4953), + [anon_sym_get] = ACTIONS(4951), + [anon_sym_set] = ACTIONS(4951), + [anon_sym_this] = ACTIONS(4951), + [anon_sym_super] = ACTIONS(4951), + [anon_sym_STAR] = ACTIONS(4951), + [sym_label] = ACTIONS(4951), + [anon_sym_in] = ACTIONS(4951), + [anon_sym_DOT_DOT] = ACTIONS(4953), + [anon_sym_QMARK_COLON] = ACTIONS(4953), + [anon_sym_AMP_AMP] = ACTIONS(4953), + [anon_sym_PIPE_PIPE] = ACTIONS(4953), + [anon_sym_null] = ACTIONS(4951), + [anon_sym_if] = ACTIONS(4951), + [anon_sym_else] = ACTIONS(4951), + [anon_sym_when] = ACTIONS(4951), + [anon_sym_try] = ACTIONS(4951), + [anon_sym_throw] = ACTIONS(4951), + [anon_sym_return] = ACTIONS(4951), + [anon_sym_continue] = ACTIONS(4951), + [anon_sym_break] = ACTIONS(4951), + [anon_sym_COLON_COLON] = ACTIONS(4953), + [anon_sym_PLUS_EQ] = ACTIONS(4953), + [anon_sym_DASH_EQ] = ACTIONS(4953), + [anon_sym_STAR_EQ] = ACTIONS(4953), + [anon_sym_SLASH_EQ] = ACTIONS(4953), + [anon_sym_PERCENT_EQ] = ACTIONS(4953), + [anon_sym_BANG_EQ] = ACTIONS(4951), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4953), + [anon_sym_EQ_EQ] = ACTIONS(4951), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4953), + [anon_sym_LT_EQ] = ACTIONS(4953), + [anon_sym_GT_EQ] = ACTIONS(4953), + [anon_sym_BANGin] = ACTIONS(4953), + [anon_sym_is] = ACTIONS(4951), + [anon_sym_BANGis] = ACTIONS(4953), + [anon_sym_PLUS] = ACTIONS(4951), + [anon_sym_DASH] = ACTIONS(4951), + [anon_sym_SLASH] = ACTIONS(4951), + [anon_sym_PERCENT] = ACTIONS(4951), + [anon_sym_as_QMARK] = ACTIONS(4953), + [anon_sym_PLUS_PLUS] = ACTIONS(4953), + [anon_sym_DASH_DASH] = ACTIONS(4953), + [anon_sym_BANG] = ACTIONS(4951), + [anon_sym_BANG_BANG] = ACTIONS(4953), + [anon_sym_data] = ACTIONS(4951), + [anon_sym_inner] = ACTIONS(4951), + [anon_sym_expect] = ACTIONS(4951), + [anon_sym_actual] = ACTIONS(4951), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4424), - [sym__automatic_semicolon] = ACTIONS(4424), - [sym_safe_nav] = ACTIONS(4424), - [sym_multiline_comment] = ACTIONS(3), - }, - [3531] = { - [aux_sym__delegation_specifiers_repeat1] = STATE(3018), - [sym__alpha_identifier] = ACTIONS(4684), - [anon_sym_AT] = ACTIONS(4686), - [anon_sym_LBRACK] = ACTIONS(4686), - [anon_sym_as] = ACTIONS(4684), - [anon_sym_EQ] = ACTIONS(4684), - [anon_sym_LBRACE] = ACTIONS(4686), - [anon_sym_RBRACE] = ACTIONS(4686), - [anon_sym_LPAREN] = ACTIONS(4686), - [anon_sym_COMMA] = ACTIONS(6666), - [anon_sym_RPAREN] = ACTIONS(4686), - [anon_sym_LT] = ACTIONS(4684), - [anon_sym_GT] = ACTIONS(4684), - [anon_sym_where] = ACTIONS(4684), - [anon_sym_DOT] = ACTIONS(4684), - [anon_sym_SEMI] = ACTIONS(4686), - [anon_sym_get] = ACTIONS(4684), - [anon_sym_set] = ACTIONS(4684), - [anon_sym_STAR] = ACTIONS(4684), - [sym_label] = ACTIONS(4686), - [anon_sym_in] = ACTIONS(4684), - [anon_sym_while] = ACTIONS(4684), - [anon_sym_DOT_DOT] = ACTIONS(4686), - [anon_sym_QMARK_COLON] = ACTIONS(4686), - [anon_sym_AMP_AMP] = ACTIONS(4686), - [anon_sym_PIPE_PIPE] = ACTIONS(4686), - [anon_sym_else] = ACTIONS(4684), - [anon_sym_COLON_COLON] = ACTIONS(4686), - [anon_sym_PLUS_EQ] = ACTIONS(4686), - [anon_sym_DASH_EQ] = ACTIONS(4686), - [anon_sym_STAR_EQ] = ACTIONS(4686), - [anon_sym_SLASH_EQ] = ACTIONS(4686), - [anon_sym_PERCENT_EQ] = ACTIONS(4686), - [anon_sym_BANG_EQ] = ACTIONS(4684), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4686), - [anon_sym_EQ_EQ] = ACTIONS(4684), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4686), - [anon_sym_LT_EQ] = ACTIONS(4686), - [anon_sym_GT_EQ] = ACTIONS(4686), - [anon_sym_BANGin] = ACTIONS(4686), - [anon_sym_is] = ACTIONS(4684), - [anon_sym_BANGis] = ACTIONS(4686), - [anon_sym_PLUS] = ACTIONS(4684), - [anon_sym_DASH] = ACTIONS(4684), - [anon_sym_SLASH] = ACTIONS(4684), - [anon_sym_PERCENT] = ACTIONS(4684), - [anon_sym_as_QMARK] = ACTIONS(4686), - [anon_sym_PLUS_PLUS] = ACTIONS(4686), - [anon_sym_DASH_DASH] = ACTIONS(4686), - [anon_sym_BANG_BANG] = ACTIONS(4686), - [anon_sym_suspend] = ACTIONS(4684), - [anon_sym_sealed] = ACTIONS(4684), - [anon_sym_annotation] = ACTIONS(4684), - [anon_sym_data] = ACTIONS(4684), - [anon_sym_inner] = ACTIONS(4684), - [anon_sym_override] = ACTIONS(4684), - [anon_sym_lateinit] = ACTIONS(4684), - [anon_sym_public] = ACTIONS(4684), - [anon_sym_private] = ACTIONS(4684), - [anon_sym_internal] = ACTIONS(4684), - [anon_sym_protected] = ACTIONS(4684), - [anon_sym_tailrec] = ACTIONS(4684), - [anon_sym_operator] = ACTIONS(4684), - [anon_sym_infix] = ACTIONS(4684), - [anon_sym_inline] = ACTIONS(4684), - [anon_sym_external] = ACTIONS(4684), - [sym_property_modifier] = ACTIONS(4684), - [anon_sym_abstract] = ACTIONS(4684), - [anon_sym_final] = ACTIONS(4684), - [anon_sym_open] = ACTIONS(4684), - [anon_sym_vararg] = ACTIONS(4684), - [anon_sym_noinline] = ACTIONS(4684), - [anon_sym_crossinline] = ACTIONS(4684), - [anon_sym_expect] = ACTIONS(4684), - [anon_sym_actual] = ACTIONS(4684), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4686), - [sym_safe_nav] = ACTIONS(4686), - [sym_multiline_comment] = ACTIONS(3), - }, - [3532] = { - [sym__alpha_identifier] = ACTIONS(4304), - [anon_sym_AT] = ACTIONS(4306), - [anon_sym_LBRACK] = ACTIONS(4306), - [anon_sym_as] = ACTIONS(4304), - [anon_sym_EQ] = ACTIONS(4304), - [anon_sym_LBRACE] = ACTIONS(4306), - [anon_sym_RBRACE] = ACTIONS(4306), - [anon_sym_LPAREN] = ACTIONS(4306), - [anon_sym_COMMA] = ACTIONS(4306), - [anon_sym_by] = ACTIONS(4304), - [anon_sym_LT] = ACTIONS(4304), - [anon_sym_GT] = ACTIONS(4304), - [anon_sym_where] = ACTIONS(4304), - [anon_sym_DOT] = ACTIONS(4304), - [anon_sym_SEMI] = ACTIONS(4306), - [anon_sym_get] = ACTIONS(4304), - [anon_sym_set] = ACTIONS(4304), - [sym__quest] = ACTIONS(4304), - [anon_sym_STAR] = ACTIONS(4304), - [sym_label] = ACTIONS(4306), - [anon_sym_in] = ACTIONS(4304), - [anon_sym_DOT_DOT] = ACTIONS(4306), - [anon_sym_QMARK_COLON] = ACTIONS(4306), - [anon_sym_AMP_AMP] = ACTIONS(4306), - [anon_sym_PIPE_PIPE] = ACTIONS(4306), - [anon_sym_else] = ACTIONS(4304), - [anon_sym_COLON_COLON] = ACTIONS(4306), - [anon_sym_PLUS_EQ] = ACTIONS(4306), - [anon_sym_DASH_EQ] = ACTIONS(4306), - [anon_sym_STAR_EQ] = ACTIONS(4306), - [anon_sym_SLASH_EQ] = ACTIONS(4306), - [anon_sym_PERCENT_EQ] = ACTIONS(4306), - [anon_sym_BANG_EQ] = ACTIONS(4304), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4306), - [anon_sym_EQ_EQ] = ACTIONS(4304), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4306), - [anon_sym_LT_EQ] = ACTIONS(4306), - [anon_sym_GT_EQ] = ACTIONS(4306), - [anon_sym_BANGin] = ACTIONS(4306), - [anon_sym_is] = ACTIONS(4304), - [anon_sym_BANGis] = ACTIONS(4306), - [anon_sym_PLUS] = ACTIONS(4304), - [anon_sym_DASH] = ACTIONS(4304), - [anon_sym_SLASH] = ACTIONS(4304), - [anon_sym_PERCENT] = ACTIONS(4304), - [anon_sym_as_QMARK] = ACTIONS(4306), - [anon_sym_PLUS_PLUS] = ACTIONS(4306), - [anon_sym_DASH_DASH] = ACTIONS(4306), - [anon_sym_BANG_BANG] = ACTIONS(4306), - [anon_sym_suspend] = ACTIONS(4304), - [anon_sym_sealed] = ACTIONS(4304), - [anon_sym_annotation] = ACTIONS(4304), - [anon_sym_data] = ACTIONS(4304), - [anon_sym_inner] = ACTIONS(4304), - [anon_sym_override] = ACTIONS(4304), - [anon_sym_lateinit] = ACTIONS(4304), - [anon_sym_public] = ACTIONS(4304), - [anon_sym_private] = ACTIONS(4304), - [anon_sym_internal] = ACTIONS(4304), - [anon_sym_protected] = ACTIONS(4304), - [anon_sym_tailrec] = ACTIONS(4304), - [anon_sym_operator] = ACTIONS(4304), - [anon_sym_infix] = ACTIONS(4304), - [anon_sym_inline] = ACTIONS(4304), - [anon_sym_external] = ACTIONS(4304), - [sym_property_modifier] = ACTIONS(4304), - [anon_sym_abstract] = ACTIONS(4304), - [anon_sym_final] = ACTIONS(4304), - [anon_sym_open] = ACTIONS(4304), - [anon_sym_vararg] = ACTIONS(4304), - [anon_sym_noinline] = ACTIONS(4304), - [anon_sym_crossinline] = ACTIONS(4304), - [anon_sym_expect] = ACTIONS(4304), - [anon_sym_actual] = ACTIONS(4304), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4306), - [sym__automatic_semicolon] = ACTIONS(4306), - [sym_safe_nav] = ACTIONS(4306), - [sym_multiline_comment] = ACTIONS(3), - }, - [3533] = { - [sym_type_constraints] = STATE(3874), - [sym_function_body] = STATE(3174), - [sym__block] = STATE(3367), - [sym__alpha_identifier] = ACTIONS(4089), - [anon_sym_AT] = ACTIONS(4091), - [anon_sym_COLON] = ACTIONS(6672), - [anon_sym_LBRACK] = ACTIONS(4091), - [anon_sym_RBRACK] = ACTIONS(4091), - [anon_sym_as] = ACTIONS(4089), - [anon_sym_EQ] = ACTIONS(6621), - [anon_sym_LBRACE] = ACTIONS(6236), - [anon_sym_RBRACE] = ACTIONS(4091), - [anon_sym_LPAREN] = ACTIONS(4091), - [anon_sym_COMMA] = ACTIONS(4091), - [anon_sym_RPAREN] = ACTIONS(4091), - [anon_sym_LT] = ACTIONS(4089), - [anon_sym_GT] = ACTIONS(4089), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(4089), - [anon_sym_SEMI] = ACTIONS(4091), - [anon_sym_get] = ACTIONS(4089), - [anon_sym_set] = ACTIONS(4089), - [anon_sym_STAR] = ACTIONS(4091), - [anon_sym_DASH_GT] = ACTIONS(4091), - [sym_label] = ACTIONS(4091), - [anon_sym_in] = ACTIONS(4089), - [anon_sym_while] = ACTIONS(4089), - [anon_sym_DOT_DOT] = ACTIONS(4091), - [anon_sym_QMARK_COLON] = ACTIONS(4091), - [anon_sym_AMP_AMP] = ACTIONS(4091), - [anon_sym_PIPE_PIPE] = ACTIONS(4091), - [anon_sym_else] = ACTIONS(4089), - [anon_sym_COLON_COLON] = ACTIONS(4091), - [anon_sym_BANG_EQ] = ACTIONS(4089), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4091), - [anon_sym_EQ_EQ] = ACTIONS(4089), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4091), - [anon_sym_LT_EQ] = ACTIONS(4091), - [anon_sym_GT_EQ] = ACTIONS(4091), - [anon_sym_BANGin] = ACTIONS(4091), - [anon_sym_is] = ACTIONS(4089), - [anon_sym_BANGis] = ACTIONS(4091), - [anon_sym_PLUS] = ACTIONS(4089), - [anon_sym_DASH] = ACTIONS(4089), - [anon_sym_SLASH] = ACTIONS(4089), - [anon_sym_PERCENT] = ACTIONS(4091), - [anon_sym_as_QMARK] = ACTIONS(4091), - [anon_sym_PLUS_PLUS] = ACTIONS(4091), - [anon_sym_DASH_DASH] = ACTIONS(4091), - [anon_sym_BANG_BANG] = ACTIONS(4091), - [anon_sym_suspend] = ACTIONS(4089), - [anon_sym_sealed] = ACTIONS(4089), - [anon_sym_annotation] = ACTIONS(4089), - [anon_sym_data] = ACTIONS(4089), - [anon_sym_inner] = ACTIONS(4089), - [anon_sym_override] = ACTIONS(4089), - [anon_sym_lateinit] = ACTIONS(4089), - [anon_sym_public] = ACTIONS(4089), - [anon_sym_private] = ACTIONS(4089), - [anon_sym_internal] = ACTIONS(4089), - [anon_sym_protected] = ACTIONS(4089), - [anon_sym_tailrec] = ACTIONS(4089), - [anon_sym_operator] = ACTIONS(4089), - [anon_sym_infix] = ACTIONS(4089), - [anon_sym_inline] = ACTIONS(4089), - [anon_sym_external] = ACTIONS(4089), - [sym_property_modifier] = ACTIONS(4089), - [anon_sym_abstract] = ACTIONS(4089), - [anon_sym_final] = ACTIONS(4089), - [anon_sym_open] = ACTIONS(4089), - [anon_sym_vararg] = ACTIONS(4089), - [anon_sym_noinline] = ACTIONS(4089), - [anon_sym_crossinline] = ACTIONS(4089), - [anon_sym_expect] = ACTIONS(4089), - [anon_sym_actual] = ACTIONS(4089), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4091), - [sym_safe_nav] = ACTIONS(4091), + [anon_sym_return_AT] = ACTIONS(4953), + [anon_sym_continue_AT] = ACTIONS(4953), + [anon_sym_break_AT] = ACTIONS(4953), + [sym_real_literal] = ACTIONS(4953), + [sym_integer_literal] = ACTIONS(4951), + [sym_hex_literal] = ACTIONS(4953), + [sym_bin_literal] = ACTIONS(4953), + [anon_sym_true] = ACTIONS(4951), + [anon_sym_false] = ACTIONS(4951), + [anon_sym_SQUOTE] = ACTIONS(4953), + [sym__backtick_identifier] = ACTIONS(4953), + [sym__automatic_semicolon] = ACTIONS(4953), + [sym_safe_nav] = ACTIONS(4953), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4953), }, - [3534] = { - [sym_type_constraints] = STATE(3566), - [sym_enum_class_body] = STATE(3823), - [sym__alpha_identifier] = ACTIONS(4448), - [anon_sym_AT] = ACTIONS(4450), - [anon_sym_LBRACK] = ACTIONS(4450), - [anon_sym_as] = ACTIONS(4448), - [anon_sym_EQ] = ACTIONS(4448), - [anon_sym_LBRACE] = ACTIONS(5359), - [anon_sym_RBRACE] = ACTIONS(4450), - [anon_sym_LPAREN] = ACTIONS(4450), - [anon_sym_COMMA] = ACTIONS(4450), - [anon_sym_LT] = ACTIONS(4448), - [anon_sym_GT] = ACTIONS(4448), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(4448), - [anon_sym_SEMI] = ACTIONS(4450), - [anon_sym_get] = ACTIONS(4448), - [anon_sym_set] = ACTIONS(4448), - [anon_sym_STAR] = ACTIONS(4448), - [sym_label] = ACTIONS(4450), - [anon_sym_in] = ACTIONS(4448), - [anon_sym_DOT_DOT] = ACTIONS(4450), - [anon_sym_QMARK_COLON] = ACTIONS(4450), - [anon_sym_AMP_AMP] = ACTIONS(4450), - [anon_sym_PIPE_PIPE] = ACTIONS(4450), - [anon_sym_else] = ACTIONS(4448), - [anon_sym_COLON_COLON] = ACTIONS(4450), - [anon_sym_PLUS_EQ] = ACTIONS(4450), - [anon_sym_DASH_EQ] = ACTIONS(4450), - [anon_sym_STAR_EQ] = ACTIONS(4450), - [anon_sym_SLASH_EQ] = ACTIONS(4450), - [anon_sym_PERCENT_EQ] = ACTIONS(4450), - [anon_sym_BANG_EQ] = ACTIONS(4448), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4450), - [anon_sym_EQ_EQ] = ACTIONS(4448), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4450), - [anon_sym_LT_EQ] = ACTIONS(4450), - [anon_sym_GT_EQ] = ACTIONS(4450), - [anon_sym_BANGin] = ACTIONS(4450), - [anon_sym_is] = ACTIONS(4448), - [anon_sym_BANGis] = ACTIONS(4450), - [anon_sym_PLUS] = ACTIONS(4448), - [anon_sym_DASH] = ACTIONS(4448), - [anon_sym_SLASH] = ACTIONS(4448), - [anon_sym_PERCENT] = ACTIONS(4448), - [anon_sym_as_QMARK] = ACTIONS(4450), - [anon_sym_PLUS_PLUS] = ACTIONS(4450), - [anon_sym_DASH_DASH] = ACTIONS(4450), - [anon_sym_BANG_BANG] = ACTIONS(4450), - [anon_sym_suspend] = ACTIONS(4448), - [anon_sym_sealed] = ACTIONS(4448), - [anon_sym_annotation] = ACTIONS(4448), - [anon_sym_data] = ACTIONS(4448), - [anon_sym_inner] = ACTIONS(4448), - [anon_sym_override] = ACTIONS(4448), - [anon_sym_lateinit] = ACTIONS(4448), - [anon_sym_public] = ACTIONS(4448), - [anon_sym_private] = ACTIONS(4448), - [anon_sym_internal] = ACTIONS(4448), - [anon_sym_protected] = ACTIONS(4448), - [anon_sym_tailrec] = ACTIONS(4448), - [anon_sym_operator] = ACTIONS(4448), - [anon_sym_infix] = ACTIONS(4448), - [anon_sym_inline] = ACTIONS(4448), - [anon_sym_external] = ACTIONS(4448), - [sym_property_modifier] = ACTIONS(4448), - [anon_sym_abstract] = ACTIONS(4448), - [anon_sym_final] = ACTIONS(4448), - [anon_sym_open] = ACTIONS(4448), - [anon_sym_vararg] = ACTIONS(4448), - [anon_sym_noinline] = ACTIONS(4448), - [anon_sym_crossinline] = ACTIONS(4448), - [anon_sym_expect] = ACTIONS(4448), - [anon_sym_actual] = ACTIONS(4448), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4450), - [sym__automatic_semicolon] = ACTIONS(4450), - [sym_safe_nav] = ACTIONS(4450), - [sym_multiline_comment] = ACTIONS(3), + [3415] = { + [sym__alpha_identifier] = ACTIONS(4764), + [anon_sym_AT] = ACTIONS(4766), + [anon_sym_LBRACK] = ACTIONS(4766), + [anon_sym_as] = ACTIONS(4764), + [anon_sym_EQ] = ACTIONS(4764), + [anon_sym_LBRACE] = ACTIONS(4766), + [anon_sym_RBRACE] = ACTIONS(4766), + [anon_sym_LPAREN] = ACTIONS(4766), + [anon_sym_COMMA] = ACTIONS(4766), + [anon_sym_LT] = ACTIONS(4764), + [anon_sym_GT] = ACTIONS(4764), + [anon_sym_where] = ACTIONS(4764), + [anon_sym_object] = ACTIONS(4764), + [anon_sym_fun] = ACTIONS(4764), + [anon_sym_DOT] = ACTIONS(4764), + [anon_sym_SEMI] = ACTIONS(4766), + [anon_sym_get] = ACTIONS(4764), + [anon_sym_set] = ACTIONS(4764), + [anon_sym_this] = ACTIONS(4764), + [anon_sym_super] = ACTIONS(4764), + [anon_sym_STAR] = ACTIONS(4764), + [sym_label] = ACTIONS(4764), + [anon_sym_in] = ACTIONS(4764), + [anon_sym_DOT_DOT] = ACTIONS(4766), + [anon_sym_QMARK_COLON] = ACTIONS(4766), + [anon_sym_AMP_AMP] = ACTIONS(4766), + [anon_sym_PIPE_PIPE] = ACTIONS(4766), + [anon_sym_null] = ACTIONS(4764), + [anon_sym_if] = ACTIONS(4764), + [anon_sym_else] = ACTIONS(4764), + [anon_sym_when] = ACTIONS(4764), + [anon_sym_try] = ACTIONS(4764), + [anon_sym_throw] = ACTIONS(4764), + [anon_sym_return] = ACTIONS(4764), + [anon_sym_continue] = ACTIONS(4764), + [anon_sym_break] = ACTIONS(4764), + [anon_sym_COLON_COLON] = ACTIONS(4766), + [anon_sym_PLUS_EQ] = ACTIONS(4766), + [anon_sym_DASH_EQ] = ACTIONS(4766), + [anon_sym_STAR_EQ] = ACTIONS(4766), + [anon_sym_SLASH_EQ] = ACTIONS(4766), + [anon_sym_PERCENT_EQ] = ACTIONS(4766), + [anon_sym_BANG_EQ] = ACTIONS(4764), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4766), + [anon_sym_EQ_EQ] = ACTIONS(4764), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4766), + [anon_sym_LT_EQ] = ACTIONS(4766), + [anon_sym_GT_EQ] = ACTIONS(4766), + [anon_sym_BANGin] = ACTIONS(4766), + [anon_sym_is] = ACTIONS(4764), + [anon_sym_BANGis] = ACTIONS(4766), + [anon_sym_PLUS] = ACTIONS(4764), + [anon_sym_DASH] = ACTIONS(4764), + [anon_sym_SLASH] = ACTIONS(4764), + [anon_sym_PERCENT] = ACTIONS(4764), + [anon_sym_as_QMARK] = ACTIONS(4766), + [anon_sym_PLUS_PLUS] = ACTIONS(4766), + [anon_sym_DASH_DASH] = ACTIONS(4766), + [anon_sym_BANG] = ACTIONS(4764), + [anon_sym_BANG_BANG] = ACTIONS(4766), + [anon_sym_data] = ACTIONS(4764), + [anon_sym_inner] = ACTIONS(4764), + [anon_sym_expect] = ACTIONS(4764), + [anon_sym_actual] = ACTIONS(4764), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4766), + [anon_sym_continue_AT] = ACTIONS(4766), + [anon_sym_break_AT] = ACTIONS(4766), + [sym_real_literal] = ACTIONS(4766), + [sym_integer_literal] = ACTIONS(4764), + [sym_hex_literal] = ACTIONS(4766), + [sym_bin_literal] = ACTIONS(4766), + [anon_sym_true] = ACTIONS(4764), + [anon_sym_false] = ACTIONS(4764), + [anon_sym_SQUOTE] = ACTIONS(4766), + [sym__backtick_identifier] = ACTIONS(4766), + [sym__automatic_semicolon] = ACTIONS(4766), + [sym_safe_nav] = ACTIONS(4766), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4766), }, - [3535] = { - [aux_sym_type_constraints_repeat1] = STATE(3514), - [sym__alpha_identifier] = ACTIONS(4491), - [anon_sym_AT] = ACTIONS(4493), - [anon_sym_LBRACK] = ACTIONS(4493), - [anon_sym_as] = ACTIONS(4491), - [anon_sym_EQ] = ACTIONS(4491), - [anon_sym_LBRACE] = ACTIONS(4493), - [anon_sym_RBRACE] = ACTIONS(4493), - [anon_sym_LPAREN] = ACTIONS(4493), - [anon_sym_COMMA] = ACTIONS(6664), - [anon_sym_by] = ACTIONS(4491), - [anon_sym_LT] = ACTIONS(4491), - [anon_sym_GT] = ACTIONS(4491), - [anon_sym_where] = ACTIONS(4491), - [anon_sym_DOT] = ACTIONS(4491), - [anon_sym_SEMI] = ACTIONS(4493), - [anon_sym_get] = ACTIONS(4491), - [anon_sym_set] = ACTIONS(4491), - [anon_sym_STAR] = ACTIONS(4491), - [sym_label] = ACTIONS(4493), - [anon_sym_in] = ACTIONS(4491), - [anon_sym_DOT_DOT] = ACTIONS(4493), - [anon_sym_QMARK_COLON] = ACTIONS(4493), - [anon_sym_AMP_AMP] = ACTIONS(4493), - [anon_sym_PIPE_PIPE] = ACTIONS(4493), - [anon_sym_else] = ACTIONS(4491), - [anon_sym_COLON_COLON] = ACTIONS(4493), - [anon_sym_PLUS_EQ] = ACTIONS(4493), - [anon_sym_DASH_EQ] = ACTIONS(4493), - [anon_sym_STAR_EQ] = ACTIONS(4493), - [anon_sym_SLASH_EQ] = ACTIONS(4493), - [anon_sym_PERCENT_EQ] = ACTIONS(4493), - [anon_sym_BANG_EQ] = ACTIONS(4491), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4493), - [anon_sym_EQ_EQ] = ACTIONS(4491), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4493), - [anon_sym_LT_EQ] = ACTIONS(4493), - [anon_sym_GT_EQ] = ACTIONS(4493), - [anon_sym_BANGin] = ACTIONS(4493), - [anon_sym_is] = ACTIONS(4491), - [anon_sym_BANGis] = ACTIONS(4493), - [anon_sym_PLUS] = ACTIONS(4491), - [anon_sym_DASH] = ACTIONS(4491), - [anon_sym_SLASH] = ACTIONS(4491), - [anon_sym_PERCENT] = ACTIONS(4491), - [anon_sym_as_QMARK] = ACTIONS(4493), - [anon_sym_PLUS_PLUS] = ACTIONS(4493), - [anon_sym_DASH_DASH] = ACTIONS(4493), - [anon_sym_BANG_BANG] = ACTIONS(4493), - [anon_sym_suspend] = ACTIONS(4491), - [anon_sym_sealed] = ACTIONS(4491), - [anon_sym_annotation] = ACTIONS(4491), - [anon_sym_data] = ACTIONS(4491), - [anon_sym_inner] = ACTIONS(4491), - [anon_sym_override] = ACTIONS(4491), - [anon_sym_lateinit] = ACTIONS(4491), - [anon_sym_public] = ACTIONS(4491), - [anon_sym_private] = ACTIONS(4491), - [anon_sym_internal] = ACTIONS(4491), - [anon_sym_protected] = ACTIONS(4491), - [anon_sym_tailrec] = ACTIONS(4491), - [anon_sym_operator] = ACTIONS(4491), - [anon_sym_infix] = ACTIONS(4491), - [anon_sym_inline] = ACTIONS(4491), - [anon_sym_external] = ACTIONS(4491), - [sym_property_modifier] = ACTIONS(4491), - [anon_sym_abstract] = ACTIONS(4491), - [anon_sym_final] = ACTIONS(4491), - [anon_sym_open] = ACTIONS(4491), - [anon_sym_vararg] = ACTIONS(4491), - [anon_sym_noinline] = ACTIONS(4491), - [anon_sym_crossinline] = ACTIONS(4491), - [anon_sym_expect] = ACTIONS(4491), - [anon_sym_actual] = ACTIONS(4491), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4493), - [sym__automatic_semicolon] = ACTIONS(4493), - [sym_safe_nav] = ACTIONS(4493), - [sym_multiline_comment] = ACTIONS(3), + [3416] = { + [sym__alpha_identifier] = ACTIONS(4857), + [anon_sym_AT] = ACTIONS(4859), + [anon_sym_LBRACK] = ACTIONS(4859), + [anon_sym_as] = ACTIONS(4857), + [anon_sym_EQ] = ACTIONS(4857), + [anon_sym_LBRACE] = ACTIONS(4859), + [anon_sym_RBRACE] = ACTIONS(4859), + [anon_sym_LPAREN] = ACTIONS(4859), + [anon_sym_COMMA] = ACTIONS(4859), + [anon_sym_LT] = ACTIONS(4857), + [anon_sym_GT] = ACTIONS(4857), + [anon_sym_where] = ACTIONS(4857), + [anon_sym_object] = ACTIONS(4857), + [anon_sym_fun] = ACTIONS(4857), + [anon_sym_DOT] = ACTIONS(4857), + [anon_sym_SEMI] = ACTIONS(4859), + [anon_sym_get] = ACTIONS(4857), + [anon_sym_set] = ACTIONS(4857), + [anon_sym_this] = ACTIONS(4857), + [anon_sym_super] = ACTIONS(4857), + [anon_sym_STAR] = ACTIONS(4857), + [sym_label] = ACTIONS(4857), + [anon_sym_in] = ACTIONS(4857), + [anon_sym_DOT_DOT] = ACTIONS(4859), + [anon_sym_QMARK_COLON] = ACTIONS(4859), + [anon_sym_AMP_AMP] = ACTIONS(4859), + [anon_sym_PIPE_PIPE] = ACTIONS(4859), + [anon_sym_null] = ACTIONS(4857), + [anon_sym_if] = ACTIONS(4857), + [anon_sym_else] = ACTIONS(4857), + [anon_sym_when] = ACTIONS(4857), + [anon_sym_try] = ACTIONS(4857), + [anon_sym_throw] = ACTIONS(4857), + [anon_sym_return] = ACTIONS(4857), + [anon_sym_continue] = ACTIONS(4857), + [anon_sym_break] = ACTIONS(4857), + [anon_sym_COLON_COLON] = ACTIONS(4859), + [anon_sym_PLUS_EQ] = ACTIONS(4859), + [anon_sym_DASH_EQ] = ACTIONS(4859), + [anon_sym_STAR_EQ] = ACTIONS(4859), + [anon_sym_SLASH_EQ] = ACTIONS(4859), + [anon_sym_PERCENT_EQ] = ACTIONS(4859), + [anon_sym_BANG_EQ] = ACTIONS(4857), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4859), + [anon_sym_EQ_EQ] = ACTIONS(4857), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4859), + [anon_sym_LT_EQ] = ACTIONS(4859), + [anon_sym_GT_EQ] = ACTIONS(4859), + [anon_sym_BANGin] = ACTIONS(4859), + [anon_sym_is] = ACTIONS(4857), + [anon_sym_BANGis] = ACTIONS(4859), + [anon_sym_PLUS] = ACTIONS(4857), + [anon_sym_DASH] = ACTIONS(4857), + [anon_sym_SLASH] = ACTIONS(4857), + [anon_sym_PERCENT] = ACTIONS(4857), + [anon_sym_as_QMARK] = ACTIONS(4859), + [anon_sym_PLUS_PLUS] = ACTIONS(4859), + [anon_sym_DASH_DASH] = ACTIONS(4859), + [anon_sym_BANG] = ACTIONS(4857), + [anon_sym_BANG_BANG] = ACTIONS(4859), + [anon_sym_data] = ACTIONS(4857), + [anon_sym_inner] = ACTIONS(4857), + [anon_sym_expect] = ACTIONS(4857), + [anon_sym_actual] = ACTIONS(4857), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4859), + [anon_sym_continue_AT] = ACTIONS(4859), + [anon_sym_break_AT] = ACTIONS(4859), + [sym_real_literal] = ACTIONS(4859), + [sym_integer_literal] = ACTIONS(4857), + [sym_hex_literal] = ACTIONS(4859), + [sym_bin_literal] = ACTIONS(4859), + [anon_sym_true] = ACTIONS(4857), + [anon_sym_false] = ACTIONS(4857), + [anon_sym_SQUOTE] = ACTIONS(4859), + [sym__backtick_identifier] = ACTIONS(4859), + [sym__automatic_semicolon] = ACTIONS(4859), + [sym_safe_nav] = ACTIONS(4859), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4859), }, - [3536] = { - [sym__alpha_identifier] = ACTIONS(4392), - [anon_sym_AT] = ACTIONS(4394), - [anon_sym_COLON] = ACTIONS(4392), - [anon_sym_LBRACK] = ACTIONS(4394), - [anon_sym_as] = ACTIONS(4392), - [anon_sym_EQ] = ACTIONS(4392), - [anon_sym_constructor] = ACTIONS(4392), - [anon_sym_LBRACE] = ACTIONS(4394), - [anon_sym_RBRACE] = ACTIONS(4394), - [anon_sym_LPAREN] = ACTIONS(4394), - [anon_sym_COMMA] = ACTIONS(4394), - [anon_sym_LT] = ACTIONS(4392), - [anon_sym_GT] = ACTIONS(4392), - [anon_sym_where] = ACTIONS(4392), - [anon_sym_DOT] = ACTIONS(4392), - [anon_sym_SEMI] = ACTIONS(4394), - [anon_sym_get] = ACTIONS(4392), - [anon_sym_set] = ACTIONS(4392), - [anon_sym_STAR] = ACTIONS(4392), - [sym_label] = ACTIONS(4394), - [anon_sym_in] = ACTIONS(4392), - [anon_sym_DOT_DOT] = ACTIONS(4394), - [anon_sym_QMARK_COLON] = ACTIONS(4394), - [anon_sym_AMP_AMP] = ACTIONS(4394), - [anon_sym_PIPE_PIPE] = ACTIONS(4394), - [anon_sym_else] = ACTIONS(4392), - [anon_sym_COLON_COLON] = ACTIONS(4394), - [anon_sym_PLUS_EQ] = ACTIONS(4394), - [anon_sym_DASH_EQ] = ACTIONS(4394), - [anon_sym_STAR_EQ] = ACTIONS(4394), - [anon_sym_SLASH_EQ] = ACTIONS(4394), - [anon_sym_PERCENT_EQ] = ACTIONS(4394), - [anon_sym_BANG_EQ] = ACTIONS(4392), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4394), - [anon_sym_EQ_EQ] = ACTIONS(4392), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4394), - [anon_sym_LT_EQ] = ACTIONS(4394), - [anon_sym_GT_EQ] = ACTIONS(4394), - [anon_sym_BANGin] = ACTIONS(4394), - [anon_sym_is] = ACTIONS(4392), - [anon_sym_BANGis] = ACTIONS(4394), - [anon_sym_PLUS] = ACTIONS(4392), - [anon_sym_DASH] = ACTIONS(4392), - [anon_sym_SLASH] = ACTIONS(4392), - [anon_sym_PERCENT] = ACTIONS(4392), - [anon_sym_as_QMARK] = ACTIONS(4394), - [anon_sym_PLUS_PLUS] = ACTIONS(4394), - [anon_sym_DASH_DASH] = ACTIONS(4394), - [anon_sym_BANG_BANG] = ACTIONS(4394), - [anon_sym_suspend] = ACTIONS(4392), - [anon_sym_sealed] = ACTIONS(4392), - [anon_sym_annotation] = ACTIONS(4392), - [anon_sym_data] = ACTIONS(4392), - [anon_sym_inner] = ACTIONS(4392), - [anon_sym_override] = ACTIONS(4392), - [anon_sym_lateinit] = ACTIONS(4392), - [anon_sym_public] = ACTIONS(4392), - [anon_sym_private] = ACTIONS(4392), - [anon_sym_internal] = ACTIONS(4392), - [anon_sym_protected] = ACTIONS(4392), - [anon_sym_tailrec] = ACTIONS(4392), - [anon_sym_operator] = ACTIONS(4392), - [anon_sym_infix] = ACTIONS(4392), - [anon_sym_inline] = ACTIONS(4392), - [anon_sym_external] = ACTIONS(4392), - [sym_property_modifier] = ACTIONS(4392), - [anon_sym_abstract] = ACTIONS(4392), - [anon_sym_final] = ACTIONS(4392), - [anon_sym_open] = ACTIONS(4392), - [anon_sym_vararg] = ACTIONS(4392), - [anon_sym_noinline] = ACTIONS(4392), - [anon_sym_crossinline] = ACTIONS(4392), - [anon_sym_expect] = ACTIONS(4392), - [anon_sym_actual] = ACTIONS(4392), + [3417] = { + [sym__alpha_identifier] = ACTIONS(4142), + [anon_sym_AT] = ACTIONS(4145), + [anon_sym_LBRACK] = ACTIONS(4145), + [anon_sym_as] = ACTIONS(4150), + [anon_sym_EQ] = ACTIONS(4150), + [anon_sym_LBRACE] = ACTIONS(4145), + [anon_sym_RBRACE] = ACTIONS(4148), + [anon_sym_LPAREN] = ACTIONS(6584), + [anon_sym_COMMA] = ACTIONS(4148), + [anon_sym_LT] = ACTIONS(4150), + [anon_sym_GT] = ACTIONS(4150), + [anon_sym_where] = ACTIONS(4150), + [anon_sym_object] = ACTIONS(3943), + [anon_sym_fun] = ACTIONS(3943), + [anon_sym_DOT] = ACTIONS(4150), + [anon_sym_SEMI] = ACTIONS(4148), + [anon_sym_get] = ACTIONS(4142), + [anon_sym_set] = ACTIONS(4142), + [anon_sym_this] = ACTIONS(3943), + [anon_sym_super] = ACTIONS(3943), + [anon_sym_STAR] = ACTIONS(4142), + [sym_label] = ACTIONS(4142), + [anon_sym_in] = ACTIONS(4150), + [anon_sym_DOT_DOT] = ACTIONS(4148), + [anon_sym_QMARK_COLON] = ACTIONS(4148), + [anon_sym_AMP_AMP] = ACTIONS(4148), + [anon_sym_PIPE_PIPE] = ACTIONS(4148), + [anon_sym_null] = ACTIONS(3943), + [anon_sym_if] = ACTIONS(3943), + [anon_sym_else] = ACTIONS(4150), + [anon_sym_when] = ACTIONS(3943), + [anon_sym_try] = ACTIONS(3943), + [anon_sym_throw] = ACTIONS(3943), + [anon_sym_return] = ACTIONS(3943), + [anon_sym_continue] = ACTIONS(3943), + [anon_sym_break] = ACTIONS(3943), + [anon_sym_COLON_COLON] = ACTIONS(4145), + [anon_sym_PLUS_EQ] = ACTIONS(4148), + [anon_sym_DASH_EQ] = ACTIONS(4148), + [anon_sym_STAR_EQ] = ACTIONS(4148), + [anon_sym_SLASH_EQ] = ACTIONS(4148), + [anon_sym_PERCENT_EQ] = ACTIONS(4148), + [anon_sym_BANG_EQ] = ACTIONS(4150), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4148), + [anon_sym_EQ_EQ] = ACTIONS(4150), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4148), + [anon_sym_LT_EQ] = ACTIONS(4148), + [anon_sym_GT_EQ] = ACTIONS(4148), + [anon_sym_BANGin] = ACTIONS(4148), + [anon_sym_is] = ACTIONS(4150), + [anon_sym_BANGis] = ACTIONS(4148), + [anon_sym_PLUS] = ACTIONS(4142), + [anon_sym_DASH] = ACTIONS(4142), + [anon_sym_SLASH] = ACTIONS(4150), + [anon_sym_PERCENT] = ACTIONS(4150), + [anon_sym_as_QMARK] = ACTIONS(4148), + [anon_sym_PLUS_PLUS] = ACTIONS(4145), + [anon_sym_DASH_DASH] = ACTIONS(4145), + [anon_sym_BANG] = ACTIONS(3943), + [anon_sym_BANG_BANG] = ACTIONS(4148), + [anon_sym_data] = ACTIONS(4142), + [anon_sym_inner] = ACTIONS(4142), + [anon_sym_expect] = ACTIONS(4142), + [anon_sym_actual] = ACTIONS(4142), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4394), - [sym__automatic_semicolon] = ACTIONS(4394), - [sym_safe_nav] = ACTIONS(4394), - [sym_multiline_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3948), + [anon_sym_continue_AT] = ACTIONS(3948), + [anon_sym_break_AT] = ACTIONS(3948), + [sym_real_literal] = ACTIONS(3948), + [sym_integer_literal] = ACTIONS(3943), + [sym_hex_literal] = ACTIONS(3948), + [sym_bin_literal] = ACTIONS(3948), + [anon_sym_true] = ACTIONS(3943), + [anon_sym_false] = ACTIONS(3943), + [anon_sym_SQUOTE] = ACTIONS(3948), + [sym__backtick_identifier] = ACTIONS(4145), + [sym__automatic_semicolon] = ACTIONS(4148), + [sym_safe_nav] = ACTIONS(4148), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3948), }, - [3537] = { - [sym_type_constraints] = STATE(3876), - [sym_function_body] = STATE(3167), - [sym__block] = STATE(3367), - [sym__alpha_identifier] = ACTIONS(4101), - [anon_sym_AT] = ACTIONS(4103), - [anon_sym_COLON] = ACTIONS(6674), - [anon_sym_LBRACK] = ACTIONS(4103), - [anon_sym_RBRACK] = ACTIONS(4103), - [anon_sym_as] = ACTIONS(4101), - [anon_sym_EQ] = ACTIONS(6621), - [anon_sym_LBRACE] = ACTIONS(6236), - [anon_sym_RBRACE] = ACTIONS(4103), - [anon_sym_LPAREN] = ACTIONS(4103), - [anon_sym_COMMA] = ACTIONS(4103), - [anon_sym_RPAREN] = ACTIONS(4103), - [anon_sym_LT] = ACTIONS(4101), - [anon_sym_GT] = ACTIONS(4101), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(4101), - [anon_sym_SEMI] = ACTIONS(4103), - [anon_sym_get] = ACTIONS(4101), - [anon_sym_set] = ACTIONS(4101), - [anon_sym_STAR] = ACTIONS(4103), - [anon_sym_DASH_GT] = ACTIONS(4103), - [sym_label] = ACTIONS(4103), - [anon_sym_in] = ACTIONS(4101), - [anon_sym_while] = ACTIONS(4101), - [anon_sym_DOT_DOT] = ACTIONS(4103), - [anon_sym_QMARK_COLON] = ACTIONS(4103), - [anon_sym_AMP_AMP] = ACTIONS(4103), - [anon_sym_PIPE_PIPE] = ACTIONS(4103), - [anon_sym_else] = ACTIONS(4101), - [anon_sym_COLON_COLON] = ACTIONS(4103), - [anon_sym_BANG_EQ] = ACTIONS(4101), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4103), - [anon_sym_EQ_EQ] = ACTIONS(4101), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4103), - [anon_sym_LT_EQ] = ACTIONS(4103), - [anon_sym_GT_EQ] = ACTIONS(4103), - [anon_sym_BANGin] = ACTIONS(4103), - [anon_sym_is] = ACTIONS(4101), - [anon_sym_BANGis] = ACTIONS(4103), - [anon_sym_PLUS] = ACTIONS(4101), - [anon_sym_DASH] = ACTIONS(4101), - [anon_sym_SLASH] = ACTIONS(4101), - [anon_sym_PERCENT] = ACTIONS(4103), - [anon_sym_as_QMARK] = ACTIONS(4103), - [anon_sym_PLUS_PLUS] = ACTIONS(4103), - [anon_sym_DASH_DASH] = ACTIONS(4103), - [anon_sym_BANG_BANG] = ACTIONS(4103), - [anon_sym_suspend] = ACTIONS(4101), - [anon_sym_sealed] = ACTIONS(4101), - [anon_sym_annotation] = ACTIONS(4101), - [anon_sym_data] = ACTIONS(4101), - [anon_sym_inner] = ACTIONS(4101), - [anon_sym_override] = ACTIONS(4101), - [anon_sym_lateinit] = ACTIONS(4101), - [anon_sym_public] = ACTIONS(4101), - [anon_sym_private] = ACTIONS(4101), - [anon_sym_internal] = ACTIONS(4101), - [anon_sym_protected] = ACTIONS(4101), - [anon_sym_tailrec] = ACTIONS(4101), - [anon_sym_operator] = ACTIONS(4101), - [anon_sym_infix] = ACTIONS(4101), - [anon_sym_inline] = ACTIONS(4101), - [anon_sym_external] = ACTIONS(4101), - [sym_property_modifier] = ACTIONS(4101), - [anon_sym_abstract] = ACTIONS(4101), - [anon_sym_final] = ACTIONS(4101), - [anon_sym_open] = ACTIONS(4101), - [anon_sym_vararg] = ACTIONS(4101), - [anon_sym_noinline] = ACTIONS(4101), - [anon_sym_crossinline] = ACTIONS(4101), - [anon_sym_expect] = ACTIONS(4101), - [anon_sym_actual] = ACTIONS(4101), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4103), - [sym_safe_nav] = ACTIONS(4103), + [3418] = { + [sym__alpha_identifier] = ACTIONS(5053), + [anon_sym_AT] = ACTIONS(5055), + [anon_sym_LBRACK] = ACTIONS(5055), + [anon_sym_RBRACK] = ACTIONS(5055), + [anon_sym_as] = ACTIONS(5053), + [anon_sym_EQ] = ACTIONS(5053), + [anon_sym_LBRACE] = ACTIONS(5055), + [anon_sym_RBRACE] = ACTIONS(5055), + [anon_sym_LPAREN] = ACTIONS(5055), + [anon_sym_COMMA] = ACTIONS(5055), + [anon_sym_RPAREN] = ACTIONS(5055), + [anon_sym_LT] = ACTIONS(5053), + [anon_sym_GT] = ACTIONS(5053), + [anon_sym_where] = ACTIONS(5053), + [anon_sym_DOT] = ACTIONS(5053), + [anon_sym_SEMI] = ACTIONS(5055), + [anon_sym_get] = ACTIONS(5053), + [anon_sym_set] = ACTIONS(5053), + [anon_sym_STAR] = ACTIONS(5053), + [anon_sym_DASH_GT] = ACTIONS(5055), + [sym_label] = ACTIONS(5055), + [anon_sym_in] = ACTIONS(5053), + [anon_sym_while] = ACTIONS(5053), + [anon_sym_DOT_DOT] = ACTIONS(5055), + [anon_sym_QMARK_COLON] = ACTIONS(5055), + [anon_sym_AMP_AMP] = ACTIONS(5055), + [anon_sym_PIPE_PIPE] = ACTIONS(5055), + [anon_sym_else] = ACTIONS(5053), + [anon_sym_COLON_COLON] = ACTIONS(5055), + [anon_sym_PLUS_EQ] = ACTIONS(5055), + [anon_sym_DASH_EQ] = ACTIONS(5055), + [anon_sym_STAR_EQ] = ACTIONS(5055), + [anon_sym_SLASH_EQ] = ACTIONS(5055), + [anon_sym_PERCENT_EQ] = ACTIONS(5055), + [anon_sym_BANG_EQ] = ACTIONS(5053), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5055), + [anon_sym_EQ_EQ] = ACTIONS(5053), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5055), + [anon_sym_LT_EQ] = ACTIONS(5055), + [anon_sym_GT_EQ] = ACTIONS(5055), + [anon_sym_BANGin] = ACTIONS(5055), + [anon_sym_is] = ACTIONS(5053), + [anon_sym_BANGis] = ACTIONS(5055), + [anon_sym_PLUS] = ACTIONS(5053), + [anon_sym_DASH] = ACTIONS(5053), + [anon_sym_SLASH] = ACTIONS(5053), + [anon_sym_PERCENT] = ACTIONS(5053), + [anon_sym_as_QMARK] = ACTIONS(5055), + [anon_sym_PLUS_PLUS] = ACTIONS(5055), + [anon_sym_DASH_DASH] = ACTIONS(5055), + [anon_sym_BANG_BANG] = ACTIONS(5055), + [anon_sym_suspend] = ACTIONS(5053), + [anon_sym_sealed] = ACTIONS(5053), + [anon_sym_annotation] = ACTIONS(5053), + [anon_sym_data] = ACTIONS(5053), + [anon_sym_inner] = ACTIONS(5053), + [anon_sym_override] = ACTIONS(5053), + [anon_sym_lateinit] = ACTIONS(5053), + [anon_sym_public] = ACTIONS(5053), + [anon_sym_private] = ACTIONS(5053), + [anon_sym_internal] = ACTIONS(5053), + [anon_sym_protected] = ACTIONS(5053), + [anon_sym_tailrec] = ACTIONS(5053), + [anon_sym_operator] = ACTIONS(5053), + [anon_sym_infix] = ACTIONS(5053), + [anon_sym_inline] = ACTIONS(5053), + [anon_sym_external] = ACTIONS(5053), + [sym_property_modifier] = ACTIONS(5053), + [anon_sym_abstract] = ACTIONS(5053), + [anon_sym_final] = ACTIONS(5053), + [anon_sym_open] = ACTIONS(5053), + [anon_sym_vararg] = ACTIONS(5053), + [anon_sym_noinline] = ACTIONS(5053), + [anon_sym_crossinline] = ACTIONS(5053), + [anon_sym_expect] = ACTIONS(5053), + [anon_sym_actual] = ACTIONS(5053), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5055), + [sym_safe_nav] = ACTIONS(5055), [sym_multiline_comment] = ACTIONS(3), }, - [3538] = { - [sym_type_constraints] = STATE(3867), - [sym_function_body] = STATE(3202), - [sym__block] = STATE(3367), - [sym__alpha_identifier] = ACTIONS(4083), - [anon_sym_AT] = ACTIONS(4085), - [anon_sym_COLON] = ACTIONS(6676), - [anon_sym_LBRACK] = ACTIONS(4085), - [anon_sym_RBRACK] = ACTIONS(4085), - [anon_sym_as] = ACTIONS(4083), - [anon_sym_EQ] = ACTIONS(6621), - [anon_sym_LBRACE] = ACTIONS(6236), - [anon_sym_RBRACE] = ACTIONS(4085), - [anon_sym_LPAREN] = ACTIONS(4085), - [anon_sym_COMMA] = ACTIONS(4085), - [anon_sym_RPAREN] = ACTIONS(4085), - [anon_sym_LT] = ACTIONS(4083), - [anon_sym_GT] = ACTIONS(4083), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(4083), - [anon_sym_SEMI] = ACTIONS(4085), - [anon_sym_get] = ACTIONS(4083), - [anon_sym_set] = ACTIONS(4083), - [anon_sym_STAR] = ACTIONS(4085), - [anon_sym_DASH_GT] = ACTIONS(4085), - [sym_label] = ACTIONS(4085), - [anon_sym_in] = ACTIONS(4083), - [anon_sym_while] = ACTIONS(4083), - [anon_sym_DOT_DOT] = ACTIONS(4085), - [anon_sym_QMARK_COLON] = ACTIONS(4085), - [anon_sym_AMP_AMP] = ACTIONS(4085), - [anon_sym_PIPE_PIPE] = ACTIONS(4085), - [anon_sym_else] = ACTIONS(4083), - [anon_sym_COLON_COLON] = ACTIONS(4085), - [anon_sym_BANG_EQ] = ACTIONS(4083), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4085), - [anon_sym_EQ_EQ] = ACTIONS(4083), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4085), - [anon_sym_LT_EQ] = ACTIONS(4085), - [anon_sym_GT_EQ] = ACTIONS(4085), - [anon_sym_BANGin] = ACTIONS(4085), - [anon_sym_is] = ACTIONS(4083), - [anon_sym_BANGis] = ACTIONS(4085), - [anon_sym_PLUS] = ACTIONS(4083), - [anon_sym_DASH] = ACTIONS(4083), - [anon_sym_SLASH] = ACTIONS(4083), - [anon_sym_PERCENT] = ACTIONS(4085), - [anon_sym_as_QMARK] = ACTIONS(4085), - [anon_sym_PLUS_PLUS] = ACTIONS(4085), - [anon_sym_DASH_DASH] = ACTIONS(4085), - [anon_sym_BANG_BANG] = ACTIONS(4085), - [anon_sym_suspend] = ACTIONS(4083), - [anon_sym_sealed] = ACTIONS(4083), - [anon_sym_annotation] = ACTIONS(4083), - [anon_sym_data] = ACTIONS(4083), - [anon_sym_inner] = ACTIONS(4083), - [anon_sym_override] = ACTIONS(4083), - [anon_sym_lateinit] = ACTIONS(4083), - [anon_sym_public] = ACTIONS(4083), - [anon_sym_private] = ACTIONS(4083), - [anon_sym_internal] = ACTIONS(4083), - [anon_sym_protected] = ACTIONS(4083), - [anon_sym_tailrec] = ACTIONS(4083), - [anon_sym_operator] = ACTIONS(4083), - [anon_sym_infix] = ACTIONS(4083), - [anon_sym_inline] = ACTIONS(4083), - [anon_sym_external] = ACTIONS(4083), - [sym_property_modifier] = ACTIONS(4083), - [anon_sym_abstract] = ACTIONS(4083), - [anon_sym_final] = ACTIONS(4083), - [anon_sym_open] = ACTIONS(4083), - [anon_sym_vararg] = ACTIONS(4083), - [anon_sym_noinline] = ACTIONS(4083), - [anon_sym_crossinline] = ACTIONS(4083), - [anon_sym_expect] = ACTIONS(4083), - [anon_sym_actual] = ACTIONS(4083), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4085), - [sym_safe_nav] = ACTIONS(4085), - [sym_multiline_comment] = ACTIONS(3), + [3419] = { + [sym__alpha_identifier] = ACTIONS(4019), + [anon_sym_AT] = ACTIONS(4021), + [anon_sym_LBRACK] = ACTIONS(4021), + [anon_sym_as] = ACTIONS(4019), + [anon_sym_EQ] = ACTIONS(4019), + [anon_sym_LBRACE] = ACTIONS(4021), + [anon_sym_RBRACE] = ACTIONS(4021), + [anon_sym_LPAREN] = ACTIONS(4021), + [anon_sym_COMMA] = ACTIONS(4021), + [anon_sym_LT] = ACTIONS(4019), + [anon_sym_GT] = ACTIONS(4019), + [anon_sym_where] = ACTIONS(4019), + [anon_sym_object] = ACTIONS(4019), + [anon_sym_fun] = ACTIONS(4019), + [anon_sym_DOT] = ACTIONS(4019), + [anon_sym_SEMI] = ACTIONS(4021), + [anon_sym_get] = ACTIONS(4019), + [anon_sym_set] = ACTIONS(4019), + [anon_sym_this] = ACTIONS(4019), + [anon_sym_super] = ACTIONS(4019), + [anon_sym_STAR] = ACTIONS(4019), + [sym_label] = ACTIONS(4019), + [anon_sym_in] = ACTIONS(4019), + [anon_sym_DOT_DOT] = ACTIONS(4021), + [anon_sym_QMARK_COLON] = ACTIONS(4021), + [anon_sym_AMP_AMP] = ACTIONS(4021), + [anon_sym_PIPE_PIPE] = ACTIONS(4021), + [anon_sym_null] = ACTIONS(4019), + [anon_sym_if] = ACTIONS(4019), + [anon_sym_else] = ACTIONS(4019), + [anon_sym_when] = ACTIONS(4019), + [anon_sym_try] = ACTIONS(4019), + [anon_sym_throw] = ACTIONS(4019), + [anon_sym_return] = ACTIONS(4019), + [anon_sym_continue] = ACTIONS(4019), + [anon_sym_break] = ACTIONS(4019), + [anon_sym_COLON_COLON] = ACTIONS(4021), + [anon_sym_PLUS_EQ] = ACTIONS(4021), + [anon_sym_DASH_EQ] = ACTIONS(4021), + [anon_sym_STAR_EQ] = ACTIONS(4021), + [anon_sym_SLASH_EQ] = ACTIONS(4021), + [anon_sym_PERCENT_EQ] = ACTIONS(4021), + [anon_sym_BANG_EQ] = ACTIONS(4019), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4021), + [anon_sym_EQ_EQ] = ACTIONS(4019), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4021), + [anon_sym_LT_EQ] = ACTIONS(4021), + [anon_sym_GT_EQ] = ACTIONS(4021), + [anon_sym_BANGin] = ACTIONS(4021), + [anon_sym_is] = ACTIONS(4019), + [anon_sym_BANGis] = ACTIONS(4021), + [anon_sym_PLUS] = ACTIONS(4019), + [anon_sym_DASH] = ACTIONS(4019), + [anon_sym_SLASH] = ACTIONS(4019), + [anon_sym_PERCENT] = ACTIONS(4019), + [anon_sym_as_QMARK] = ACTIONS(4021), + [anon_sym_PLUS_PLUS] = ACTIONS(4021), + [anon_sym_DASH_DASH] = ACTIONS(4021), + [anon_sym_BANG] = ACTIONS(4019), + [anon_sym_BANG_BANG] = ACTIONS(4021), + [anon_sym_data] = ACTIONS(4019), + [anon_sym_inner] = ACTIONS(4019), + [anon_sym_expect] = ACTIONS(4019), + [anon_sym_actual] = ACTIONS(4019), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4021), + [anon_sym_continue_AT] = ACTIONS(4021), + [anon_sym_break_AT] = ACTIONS(4021), + [sym_real_literal] = ACTIONS(4021), + [sym_integer_literal] = ACTIONS(4019), + [sym_hex_literal] = ACTIONS(4021), + [sym_bin_literal] = ACTIONS(4021), + [anon_sym_true] = ACTIONS(4019), + [anon_sym_false] = ACTIONS(4019), + [anon_sym_SQUOTE] = ACTIONS(4021), + [sym__backtick_identifier] = ACTIONS(4021), + [sym__automatic_semicolon] = ACTIONS(4021), + [sym_safe_nav] = ACTIONS(4021), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4021), }, - [3539] = { - [sym__alpha_identifier] = ACTIONS(4619), - [anon_sym_AT] = ACTIONS(4621), - [anon_sym_LBRACK] = ACTIONS(4621), - [anon_sym_as] = ACTIONS(4619), - [anon_sym_EQ] = ACTIONS(4619), - [anon_sym_LBRACE] = ACTIONS(4621), - [anon_sym_RBRACE] = ACTIONS(4621), - [anon_sym_LPAREN] = ACTIONS(4621), - [anon_sym_COMMA] = ACTIONS(4621), - [anon_sym_by] = ACTIONS(4619), - [anon_sym_LT] = ACTIONS(4619), - [anon_sym_GT] = ACTIONS(4619), - [anon_sym_where] = ACTIONS(4619), - [anon_sym_DOT] = ACTIONS(4619), - [anon_sym_SEMI] = ACTIONS(4621), - [anon_sym_get] = ACTIONS(4619), - [anon_sym_set] = ACTIONS(4619), - [anon_sym_STAR] = ACTIONS(4619), - [sym_label] = ACTIONS(4621), - [anon_sym_in] = ACTIONS(4619), - [anon_sym_DOT_DOT] = ACTIONS(4621), - [anon_sym_QMARK_COLON] = ACTIONS(4621), - [anon_sym_AMP_AMP] = ACTIONS(4621), - [anon_sym_PIPE_PIPE] = ACTIONS(4621), - [anon_sym_else] = ACTIONS(4619), - [anon_sym_COLON_COLON] = ACTIONS(4621), - [anon_sym_PLUS_EQ] = ACTIONS(4621), - [anon_sym_DASH_EQ] = ACTIONS(4621), - [anon_sym_STAR_EQ] = ACTIONS(4621), - [anon_sym_SLASH_EQ] = ACTIONS(4621), - [anon_sym_PERCENT_EQ] = ACTIONS(4621), - [anon_sym_BANG_EQ] = ACTIONS(4619), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4621), - [anon_sym_EQ_EQ] = ACTIONS(4619), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4621), - [anon_sym_LT_EQ] = ACTIONS(4621), - [anon_sym_GT_EQ] = ACTIONS(4621), - [anon_sym_BANGin] = ACTIONS(4621), - [anon_sym_is] = ACTIONS(4619), - [anon_sym_BANGis] = ACTIONS(4621), - [anon_sym_PLUS] = ACTIONS(4619), - [anon_sym_DASH] = ACTIONS(4619), - [anon_sym_SLASH] = ACTIONS(4619), - [anon_sym_PERCENT] = ACTIONS(4619), - [anon_sym_as_QMARK] = ACTIONS(4621), - [anon_sym_PLUS_PLUS] = ACTIONS(4621), - [anon_sym_DASH_DASH] = ACTIONS(4621), - [anon_sym_BANG_BANG] = ACTIONS(4621), - [anon_sym_suspend] = ACTIONS(4619), - [anon_sym_sealed] = ACTIONS(4619), - [anon_sym_annotation] = ACTIONS(4619), - [anon_sym_data] = ACTIONS(4619), - [anon_sym_inner] = ACTIONS(4619), - [anon_sym_override] = ACTIONS(4619), - [anon_sym_lateinit] = ACTIONS(4619), - [anon_sym_public] = ACTIONS(4619), - [anon_sym_private] = ACTIONS(4619), - [anon_sym_internal] = ACTIONS(4619), - [anon_sym_protected] = ACTIONS(4619), - [anon_sym_tailrec] = ACTIONS(4619), - [anon_sym_operator] = ACTIONS(4619), - [anon_sym_infix] = ACTIONS(4619), - [anon_sym_inline] = ACTIONS(4619), - [anon_sym_external] = ACTIONS(4619), - [sym_property_modifier] = ACTIONS(4619), - [anon_sym_abstract] = ACTIONS(4619), - [anon_sym_final] = ACTIONS(4619), - [anon_sym_open] = ACTIONS(4619), - [anon_sym_vararg] = ACTIONS(4619), - [anon_sym_noinline] = ACTIONS(4619), - [anon_sym_crossinline] = ACTIONS(4619), - [anon_sym_expect] = ACTIONS(4619), - [anon_sym_actual] = ACTIONS(4619), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4621), - [sym__automatic_semicolon] = ACTIONS(4621), - [sym_safe_nav] = ACTIONS(4621), - [sym_multiline_comment] = ACTIONS(3), + [3420] = { + [sym__alpha_identifier] = ACTIONS(4744), + [anon_sym_AT] = ACTIONS(4746), + [anon_sym_LBRACK] = ACTIONS(4746), + [anon_sym_as] = ACTIONS(4744), + [anon_sym_EQ] = ACTIONS(4744), + [anon_sym_LBRACE] = ACTIONS(4746), + [anon_sym_RBRACE] = ACTIONS(4746), + [anon_sym_LPAREN] = ACTIONS(4746), + [anon_sym_COMMA] = ACTIONS(4746), + [anon_sym_LT] = ACTIONS(4744), + [anon_sym_GT] = ACTIONS(4744), + [anon_sym_where] = ACTIONS(4744), + [anon_sym_object] = ACTIONS(4744), + [anon_sym_fun] = ACTIONS(4744), + [anon_sym_DOT] = ACTIONS(4744), + [anon_sym_SEMI] = ACTIONS(4746), + [anon_sym_get] = ACTIONS(4744), + [anon_sym_set] = ACTIONS(4744), + [anon_sym_this] = ACTIONS(4744), + [anon_sym_super] = ACTIONS(4744), + [anon_sym_STAR] = ACTIONS(4744), + [sym_label] = ACTIONS(4744), + [anon_sym_in] = ACTIONS(4744), + [anon_sym_DOT_DOT] = ACTIONS(4746), + [anon_sym_QMARK_COLON] = ACTIONS(4746), + [anon_sym_AMP_AMP] = ACTIONS(4746), + [anon_sym_PIPE_PIPE] = ACTIONS(4746), + [anon_sym_null] = ACTIONS(4744), + [anon_sym_if] = ACTIONS(4744), + [anon_sym_else] = ACTIONS(4744), + [anon_sym_when] = ACTIONS(4744), + [anon_sym_try] = ACTIONS(4744), + [anon_sym_throw] = ACTIONS(4744), + [anon_sym_return] = ACTIONS(4744), + [anon_sym_continue] = ACTIONS(4744), + [anon_sym_break] = ACTIONS(4744), + [anon_sym_COLON_COLON] = ACTIONS(4746), + [anon_sym_PLUS_EQ] = ACTIONS(4746), + [anon_sym_DASH_EQ] = ACTIONS(4746), + [anon_sym_STAR_EQ] = ACTIONS(4746), + [anon_sym_SLASH_EQ] = ACTIONS(4746), + [anon_sym_PERCENT_EQ] = ACTIONS(4746), + [anon_sym_BANG_EQ] = ACTIONS(4744), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4746), + [anon_sym_EQ_EQ] = ACTIONS(4744), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4746), + [anon_sym_LT_EQ] = ACTIONS(4746), + [anon_sym_GT_EQ] = ACTIONS(4746), + [anon_sym_BANGin] = ACTIONS(4746), + [anon_sym_is] = ACTIONS(4744), + [anon_sym_BANGis] = ACTIONS(4746), + [anon_sym_PLUS] = ACTIONS(4744), + [anon_sym_DASH] = ACTIONS(4744), + [anon_sym_SLASH] = ACTIONS(4744), + [anon_sym_PERCENT] = ACTIONS(4744), + [anon_sym_as_QMARK] = ACTIONS(4746), + [anon_sym_PLUS_PLUS] = ACTIONS(4746), + [anon_sym_DASH_DASH] = ACTIONS(4746), + [anon_sym_BANG] = ACTIONS(4744), + [anon_sym_BANG_BANG] = ACTIONS(4746), + [anon_sym_data] = ACTIONS(4744), + [anon_sym_inner] = ACTIONS(4744), + [anon_sym_expect] = ACTIONS(4744), + [anon_sym_actual] = ACTIONS(4744), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4746), + [anon_sym_continue_AT] = ACTIONS(4746), + [anon_sym_break_AT] = ACTIONS(4746), + [sym_real_literal] = ACTIONS(4746), + [sym_integer_literal] = ACTIONS(4744), + [sym_hex_literal] = ACTIONS(4746), + [sym_bin_literal] = ACTIONS(4746), + [anon_sym_true] = ACTIONS(4744), + [anon_sym_false] = ACTIONS(4744), + [anon_sym_SQUOTE] = ACTIONS(4746), + [sym__backtick_identifier] = ACTIONS(4746), + [sym__automatic_semicolon] = ACTIONS(4746), + [sym_safe_nav] = ACTIONS(4746), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4746), }, - [3540] = { - [sym__alpha_identifier] = ACTIONS(4294), - [anon_sym_AT] = ACTIONS(4296), - [anon_sym_LBRACK] = ACTIONS(4296), - [anon_sym_EQ] = ACTIONS(4296), - [anon_sym_LBRACE] = ACTIONS(4296), - [anon_sym_RBRACE] = ACTIONS(4296), - [anon_sym_LPAREN] = ACTIONS(4296), - [anon_sym_COMMA] = ACTIONS(4296), - [anon_sym_by] = ACTIONS(4294), - [anon_sym_where] = ACTIONS(4294), - [anon_sym_object] = ACTIONS(4294), - [anon_sym_fun] = ACTIONS(4294), - [anon_sym_SEMI] = ACTIONS(4296), - [anon_sym_get] = ACTIONS(4294), - [anon_sym_set] = ACTIONS(4294), - [anon_sym_this] = ACTIONS(4294), - [anon_sym_super] = ACTIONS(4294), - [anon_sym_STAR] = ACTIONS(4296), - [sym_label] = ACTIONS(4294), - [anon_sym_in] = ACTIONS(4294), - [anon_sym_null] = ACTIONS(4294), - [anon_sym_if] = ACTIONS(4294), - [anon_sym_else] = ACTIONS(4294), - [anon_sym_when] = ACTIONS(4294), - [anon_sym_try] = ACTIONS(4294), - [anon_sym_throw] = ACTIONS(4294), - [anon_sym_return] = ACTIONS(4294), - [anon_sym_continue] = ACTIONS(4294), - [anon_sym_break] = ACTIONS(4294), - [anon_sym_COLON_COLON] = ACTIONS(4296), - [anon_sym_BANGin] = ACTIONS(4296), - [anon_sym_is] = ACTIONS(4294), - [anon_sym_BANGis] = ACTIONS(4296), - [anon_sym_PLUS] = ACTIONS(4294), - [anon_sym_DASH] = ACTIONS(4294), - [anon_sym_PLUS_PLUS] = ACTIONS(4296), - [anon_sym_DASH_DASH] = ACTIONS(4296), - [anon_sym_BANG] = ACTIONS(4294), - [anon_sym_suspend] = ACTIONS(4294), - [anon_sym_sealed] = ACTIONS(4294), - [anon_sym_annotation] = ACTIONS(4294), - [anon_sym_data] = ACTIONS(4294), - [anon_sym_inner] = ACTIONS(4294), - [anon_sym_override] = ACTIONS(4294), - [anon_sym_lateinit] = ACTIONS(4294), - [anon_sym_public] = ACTIONS(4294), - [anon_sym_private] = ACTIONS(4294), - [anon_sym_internal] = ACTIONS(4294), - [anon_sym_protected] = ACTIONS(4294), - [anon_sym_tailrec] = ACTIONS(4294), - [anon_sym_operator] = ACTIONS(4294), - [anon_sym_infix] = ACTIONS(4294), - [anon_sym_inline] = ACTIONS(4294), - [anon_sym_external] = ACTIONS(4294), - [sym_property_modifier] = ACTIONS(4294), - [anon_sym_abstract] = ACTIONS(4294), - [anon_sym_final] = ACTIONS(4294), - [anon_sym_open] = ACTIONS(4294), - [anon_sym_vararg] = ACTIONS(4294), - [anon_sym_noinline] = ACTIONS(4294), - [anon_sym_crossinline] = ACTIONS(4294), - [anon_sym_expect] = ACTIONS(4294), - [anon_sym_actual] = ACTIONS(4294), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4296), - [anon_sym_continue_AT] = ACTIONS(4296), - [anon_sym_break_AT] = ACTIONS(4296), - [sym_real_literal] = ACTIONS(4296), - [sym_integer_literal] = ACTIONS(4294), - [sym_hex_literal] = ACTIONS(4296), - [sym_bin_literal] = ACTIONS(4296), - [anon_sym_true] = ACTIONS(4294), - [anon_sym_false] = ACTIONS(4294), - [anon_sym_SQUOTE] = ACTIONS(4296), - [sym__backtick_identifier] = ACTIONS(4296), - [sym__automatic_semicolon] = ACTIONS(4296), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4296), + [3421] = { + [sym_function_body] = STATE(3268), + [sym__block] = STATE(3334), + [sym__alpha_identifier] = ACTIONS(4047), + [anon_sym_AT] = ACTIONS(4049), + [anon_sym_LBRACK] = ACTIONS(4049), + [anon_sym_as] = ACTIONS(4047), + [anon_sym_EQ] = ACTIONS(6262), + [anon_sym_LBRACE] = ACTIONS(6244), + [anon_sym_RBRACE] = ACTIONS(4049), + [anon_sym_LPAREN] = ACTIONS(4049), + [anon_sym_LT] = ACTIONS(4047), + [anon_sym_GT] = ACTIONS(4047), + [anon_sym_object] = ACTIONS(4047), + [anon_sym_fun] = ACTIONS(4047), + [anon_sym_DOT] = ACTIONS(4047), + [anon_sym_SEMI] = ACTIONS(4049), + [anon_sym_get] = ACTIONS(4047), + [anon_sym_set] = ACTIONS(4047), + [anon_sym_this] = ACTIONS(4047), + [anon_sym_super] = ACTIONS(4047), + [anon_sym_STAR] = ACTIONS(4047), + [sym_label] = ACTIONS(4047), + [anon_sym_in] = ACTIONS(4047), + [anon_sym_DOT_DOT] = ACTIONS(4049), + [anon_sym_QMARK_COLON] = ACTIONS(4049), + [anon_sym_AMP_AMP] = ACTIONS(4049), + [anon_sym_PIPE_PIPE] = ACTIONS(4049), + [anon_sym_null] = ACTIONS(4047), + [anon_sym_if] = ACTIONS(4047), + [anon_sym_else] = ACTIONS(4047), + [anon_sym_when] = ACTIONS(4047), + [anon_sym_try] = ACTIONS(4047), + [anon_sym_throw] = ACTIONS(4047), + [anon_sym_return] = ACTIONS(4047), + [anon_sym_continue] = ACTIONS(4047), + [anon_sym_break] = ACTIONS(4047), + [anon_sym_COLON_COLON] = ACTIONS(4049), + [anon_sym_PLUS_EQ] = ACTIONS(4049), + [anon_sym_DASH_EQ] = ACTIONS(4049), + [anon_sym_STAR_EQ] = ACTIONS(4049), + [anon_sym_SLASH_EQ] = ACTIONS(4049), + [anon_sym_PERCENT_EQ] = ACTIONS(4049), + [anon_sym_BANG_EQ] = ACTIONS(4047), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4049), + [anon_sym_EQ_EQ] = ACTIONS(4047), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4049), + [anon_sym_LT_EQ] = ACTIONS(4049), + [anon_sym_GT_EQ] = ACTIONS(4049), + [anon_sym_BANGin] = ACTIONS(4049), + [anon_sym_is] = ACTIONS(4047), + [anon_sym_BANGis] = ACTIONS(4049), + [anon_sym_PLUS] = ACTIONS(4047), + [anon_sym_DASH] = ACTIONS(4047), + [anon_sym_SLASH] = ACTIONS(4047), + [anon_sym_PERCENT] = ACTIONS(4047), + [anon_sym_as_QMARK] = ACTIONS(4049), + [anon_sym_PLUS_PLUS] = ACTIONS(4049), + [anon_sym_DASH_DASH] = ACTIONS(4049), + [anon_sym_BANG] = ACTIONS(4047), + [anon_sym_BANG_BANG] = ACTIONS(4049), + [anon_sym_data] = ACTIONS(4047), + [anon_sym_inner] = ACTIONS(4047), + [anon_sym_expect] = ACTIONS(4047), + [anon_sym_actual] = ACTIONS(4047), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4049), + [anon_sym_continue_AT] = ACTIONS(4049), + [anon_sym_break_AT] = ACTIONS(4049), + [sym_real_literal] = ACTIONS(4049), + [sym_integer_literal] = ACTIONS(4047), + [sym_hex_literal] = ACTIONS(4049), + [sym_bin_literal] = ACTIONS(4049), + [anon_sym_true] = ACTIONS(4047), + [anon_sym_false] = ACTIONS(4047), + [anon_sym_SQUOTE] = ACTIONS(4049), + [sym__backtick_identifier] = ACTIONS(4049), + [sym__automatic_semicolon] = ACTIONS(4049), + [sym_safe_nav] = ACTIONS(4049), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4049), }, - [3541] = { - [sym_class_body] = STATE(3823), - [sym__alpha_identifier] = ACTIONS(4448), - [anon_sym_AT] = ACTIONS(4450), - [anon_sym_LBRACK] = ACTIONS(4450), - [anon_sym_as] = ACTIONS(4448), - [anon_sym_EQ] = ACTIONS(4448), - [anon_sym_LBRACE] = ACTIONS(5421), - [anon_sym_RBRACE] = ACTIONS(4450), - [anon_sym_LPAREN] = ACTIONS(4450), - [anon_sym_COMMA] = ACTIONS(4450), - [anon_sym_LT] = ACTIONS(4448), - [anon_sym_GT] = ACTIONS(4448), - [anon_sym_where] = ACTIONS(4448), - [anon_sym_DOT] = ACTIONS(4448), - [anon_sym_SEMI] = ACTIONS(4450), - [anon_sym_get] = ACTIONS(4448), - [anon_sym_set] = ACTIONS(4448), - [anon_sym_STAR] = ACTIONS(4448), - [sym_label] = ACTIONS(4450), - [anon_sym_in] = ACTIONS(4448), - [anon_sym_DOT_DOT] = ACTIONS(4450), - [anon_sym_QMARK_COLON] = ACTIONS(4450), - [anon_sym_AMP_AMP] = ACTIONS(4450), - [anon_sym_PIPE_PIPE] = ACTIONS(4450), - [anon_sym_else] = ACTIONS(4448), - [anon_sym_COLON_COLON] = ACTIONS(4450), - [anon_sym_PLUS_EQ] = ACTIONS(4450), - [anon_sym_DASH_EQ] = ACTIONS(4450), - [anon_sym_STAR_EQ] = ACTIONS(4450), - [anon_sym_SLASH_EQ] = ACTIONS(4450), - [anon_sym_PERCENT_EQ] = ACTIONS(4450), - [anon_sym_BANG_EQ] = ACTIONS(4448), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4450), - [anon_sym_EQ_EQ] = ACTIONS(4448), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4450), - [anon_sym_LT_EQ] = ACTIONS(4450), - [anon_sym_GT_EQ] = ACTIONS(4450), - [anon_sym_BANGin] = ACTIONS(4450), - [anon_sym_is] = ACTIONS(4448), - [anon_sym_BANGis] = ACTIONS(4450), - [anon_sym_PLUS] = ACTIONS(4448), - [anon_sym_DASH] = ACTIONS(4448), - [anon_sym_SLASH] = ACTIONS(4448), - [anon_sym_PERCENT] = ACTIONS(4448), - [anon_sym_as_QMARK] = ACTIONS(4450), - [anon_sym_PLUS_PLUS] = ACTIONS(4450), - [anon_sym_DASH_DASH] = ACTIONS(4450), - [anon_sym_BANG_BANG] = ACTIONS(4450), - [anon_sym_suspend] = ACTIONS(4448), - [anon_sym_sealed] = ACTIONS(4448), - [anon_sym_annotation] = ACTIONS(4448), - [anon_sym_data] = ACTIONS(4448), - [anon_sym_inner] = ACTIONS(4448), - [anon_sym_override] = ACTIONS(4448), - [anon_sym_lateinit] = ACTIONS(4448), - [anon_sym_public] = ACTIONS(4448), - [anon_sym_private] = ACTIONS(4448), - [anon_sym_internal] = ACTIONS(4448), - [anon_sym_protected] = ACTIONS(4448), - [anon_sym_tailrec] = ACTIONS(4448), - [anon_sym_operator] = ACTIONS(4448), - [anon_sym_infix] = ACTIONS(4448), - [anon_sym_inline] = ACTIONS(4448), - [anon_sym_external] = ACTIONS(4448), - [sym_property_modifier] = ACTIONS(4448), - [anon_sym_abstract] = ACTIONS(4448), - [anon_sym_final] = ACTIONS(4448), - [anon_sym_open] = ACTIONS(4448), - [anon_sym_vararg] = ACTIONS(4448), - [anon_sym_noinline] = ACTIONS(4448), - [anon_sym_crossinline] = ACTIONS(4448), - [anon_sym_expect] = ACTIONS(4448), - [anon_sym_actual] = ACTIONS(4448), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4450), - [sym__automatic_semicolon] = ACTIONS(4450), - [sym_safe_nav] = ACTIONS(4450), + [3422] = { + [aux_sym_user_type_repeat1] = STATE(3422), + [sym__alpha_identifier] = ACTIONS(4272), + [anon_sym_AT] = ACTIONS(4274), + [anon_sym_LBRACK] = ACTIONS(4274), + [anon_sym_as] = ACTIONS(4272), + [anon_sym_EQ] = ACTIONS(4272), + [anon_sym_LBRACE] = ACTIONS(4274), + [anon_sym_RBRACE] = ACTIONS(4274), + [anon_sym_LPAREN] = ACTIONS(4274), + [anon_sym_COMMA] = ACTIONS(4274), + [anon_sym_by] = ACTIONS(4272), + [anon_sym_LT] = ACTIONS(4272), + [anon_sym_GT] = ACTIONS(4272), + [anon_sym_where] = ACTIONS(4272), + [anon_sym_DOT] = ACTIONS(6588), + [anon_sym_SEMI] = ACTIONS(4274), + [anon_sym_get] = ACTIONS(4272), + [anon_sym_set] = ACTIONS(4272), + [sym__quest] = ACTIONS(4272), + [anon_sym_STAR] = ACTIONS(4272), + [sym_label] = ACTIONS(4274), + [anon_sym_in] = ACTIONS(4272), + [anon_sym_DOT_DOT] = ACTIONS(4274), + [anon_sym_QMARK_COLON] = ACTIONS(4274), + [anon_sym_AMP_AMP] = ACTIONS(4274), + [anon_sym_PIPE_PIPE] = ACTIONS(4274), + [anon_sym_else] = ACTIONS(4272), + [anon_sym_COLON_COLON] = ACTIONS(4274), + [anon_sym_PLUS_EQ] = ACTIONS(4274), + [anon_sym_DASH_EQ] = ACTIONS(4274), + [anon_sym_STAR_EQ] = ACTIONS(4274), + [anon_sym_SLASH_EQ] = ACTIONS(4274), + [anon_sym_PERCENT_EQ] = ACTIONS(4274), + [anon_sym_BANG_EQ] = ACTIONS(4272), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4274), + [anon_sym_EQ_EQ] = ACTIONS(4272), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4274), + [anon_sym_LT_EQ] = ACTIONS(4274), + [anon_sym_GT_EQ] = ACTIONS(4274), + [anon_sym_BANGin] = ACTIONS(4274), + [anon_sym_is] = ACTIONS(4272), + [anon_sym_BANGis] = ACTIONS(4274), + [anon_sym_PLUS] = ACTIONS(4272), + [anon_sym_DASH] = ACTIONS(4272), + [anon_sym_SLASH] = ACTIONS(4272), + [anon_sym_PERCENT] = ACTIONS(4272), + [anon_sym_as_QMARK] = ACTIONS(4274), + [anon_sym_PLUS_PLUS] = ACTIONS(4274), + [anon_sym_DASH_DASH] = ACTIONS(4274), + [anon_sym_BANG_BANG] = ACTIONS(4274), + [anon_sym_suspend] = ACTIONS(4272), + [anon_sym_sealed] = ACTIONS(4272), + [anon_sym_annotation] = ACTIONS(4272), + [anon_sym_data] = ACTIONS(4272), + [anon_sym_inner] = ACTIONS(4272), + [anon_sym_override] = ACTIONS(4272), + [anon_sym_lateinit] = ACTIONS(4272), + [anon_sym_public] = ACTIONS(4272), + [anon_sym_private] = ACTIONS(4272), + [anon_sym_internal] = ACTIONS(4272), + [anon_sym_protected] = ACTIONS(4272), + [anon_sym_tailrec] = ACTIONS(4272), + [anon_sym_operator] = ACTIONS(4272), + [anon_sym_infix] = ACTIONS(4272), + [anon_sym_inline] = ACTIONS(4272), + [anon_sym_external] = ACTIONS(4272), + [sym_property_modifier] = ACTIONS(4272), + [anon_sym_abstract] = ACTIONS(4272), + [anon_sym_final] = ACTIONS(4272), + [anon_sym_open] = ACTIONS(4272), + [anon_sym_vararg] = ACTIONS(4272), + [anon_sym_noinline] = ACTIONS(4272), + [anon_sym_crossinline] = ACTIONS(4272), + [anon_sym_expect] = ACTIONS(4272), + [anon_sym_actual] = ACTIONS(4272), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4274), + [sym__automatic_semicolon] = ACTIONS(4274), + [sym_safe_nav] = ACTIONS(4274), [sym_multiline_comment] = ACTIONS(3), }, - [3542] = { - [sym__alpha_identifier] = ACTIONS(4241), - [anon_sym_AT] = ACTIONS(4239), - [anon_sym_LBRACK] = ACTIONS(4239), - [anon_sym_as] = ACTIONS(4241), - [anon_sym_EQ] = ACTIONS(4241), - [anon_sym_LBRACE] = ACTIONS(4239), - [anon_sym_RBRACE] = ACTIONS(4239), - [anon_sym_LPAREN] = ACTIONS(6678), - [anon_sym_LT] = ACTIONS(4241), - [anon_sym_GT] = ACTIONS(4241), - [anon_sym_object] = ACTIONS(4241), - [anon_sym_fun] = ACTIONS(4241), - [anon_sym_DOT] = ACTIONS(4241), - [anon_sym_SEMI] = ACTIONS(4239), - [anon_sym_get] = ACTIONS(4241), - [anon_sym_set] = ACTIONS(4241), - [anon_sym_this] = ACTIONS(4241), - [anon_sym_super] = ACTIONS(4241), - [anon_sym_STAR] = ACTIONS(4241), - [sym_label] = ACTIONS(4241), - [anon_sym_in] = ACTIONS(4241), - [anon_sym_DOT_DOT] = ACTIONS(4239), - [anon_sym_QMARK_COLON] = ACTIONS(4239), - [anon_sym_AMP_AMP] = ACTIONS(4239), - [anon_sym_PIPE_PIPE] = ACTIONS(4239), - [anon_sym_null] = ACTIONS(4241), - [anon_sym_if] = ACTIONS(4241), - [anon_sym_else] = ACTIONS(4241), - [anon_sym_when] = ACTIONS(4241), - [anon_sym_try] = ACTIONS(4241), - [anon_sym_throw] = ACTIONS(4241), - [anon_sym_return] = ACTIONS(4241), - [anon_sym_continue] = ACTIONS(4241), - [anon_sym_break] = ACTIONS(4241), - [anon_sym_COLON_COLON] = ACTIONS(4239), - [anon_sym_PLUS_EQ] = ACTIONS(4239), - [anon_sym_DASH_EQ] = ACTIONS(4239), - [anon_sym_STAR_EQ] = ACTIONS(4239), - [anon_sym_SLASH_EQ] = ACTIONS(4239), - [anon_sym_PERCENT_EQ] = ACTIONS(4239), - [anon_sym_BANG_EQ] = ACTIONS(4241), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4239), - [anon_sym_EQ_EQ] = ACTIONS(4241), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4239), - [anon_sym_LT_EQ] = ACTIONS(4239), - [anon_sym_GT_EQ] = ACTIONS(4239), - [anon_sym_BANGin] = ACTIONS(4239), - [anon_sym_is] = ACTIONS(4241), - [anon_sym_BANGis] = ACTIONS(4239), - [anon_sym_PLUS] = ACTIONS(4241), - [anon_sym_DASH] = ACTIONS(4241), - [anon_sym_SLASH] = ACTIONS(4241), - [anon_sym_PERCENT] = ACTIONS(4241), - [anon_sym_as_QMARK] = ACTIONS(4239), - [anon_sym_PLUS_PLUS] = ACTIONS(4239), - [anon_sym_DASH_DASH] = ACTIONS(4239), - [anon_sym_BANG] = ACTIONS(4241), - [anon_sym_BANG_BANG] = ACTIONS(4239), - [anon_sym_data] = ACTIONS(4241), - [anon_sym_inner] = ACTIONS(4241), - [anon_sym_expect] = ACTIONS(4241), - [anon_sym_actual] = ACTIONS(4241), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4239), - [anon_sym_continue_AT] = ACTIONS(4239), - [anon_sym_break_AT] = ACTIONS(4239), - [sym_real_literal] = ACTIONS(4239), - [sym_integer_literal] = ACTIONS(4241), - [sym_hex_literal] = ACTIONS(4239), - [sym_bin_literal] = ACTIONS(4239), - [anon_sym_true] = ACTIONS(4241), - [anon_sym_false] = ACTIONS(4241), - [anon_sym_SQUOTE] = ACTIONS(4239), - [sym__backtick_identifier] = ACTIONS(4239), - [sym__automatic_semicolon] = ACTIONS(4239), - [sym_safe_nav] = ACTIONS(4239), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4239), + [3423] = { + [sym__alpha_identifier] = ACTIONS(4740), + [anon_sym_AT] = ACTIONS(4742), + [anon_sym_LBRACK] = ACTIONS(4742), + [anon_sym_as] = ACTIONS(4740), + [anon_sym_EQ] = ACTIONS(4740), + [anon_sym_LBRACE] = ACTIONS(4742), + [anon_sym_RBRACE] = ACTIONS(4742), + [anon_sym_LPAREN] = ACTIONS(4742), + [anon_sym_COMMA] = ACTIONS(4742), + [anon_sym_LT] = ACTIONS(4740), + [anon_sym_GT] = ACTIONS(4740), + [anon_sym_where] = ACTIONS(4740), + [anon_sym_object] = ACTIONS(4740), + [anon_sym_fun] = ACTIONS(4740), + [anon_sym_DOT] = ACTIONS(4740), + [anon_sym_SEMI] = ACTIONS(4742), + [anon_sym_get] = ACTIONS(4740), + [anon_sym_set] = ACTIONS(4740), + [anon_sym_this] = ACTIONS(4740), + [anon_sym_super] = ACTIONS(4740), + [anon_sym_STAR] = ACTIONS(4740), + [sym_label] = ACTIONS(4740), + [anon_sym_in] = ACTIONS(4740), + [anon_sym_DOT_DOT] = ACTIONS(4742), + [anon_sym_QMARK_COLON] = ACTIONS(4742), + [anon_sym_AMP_AMP] = ACTIONS(4742), + [anon_sym_PIPE_PIPE] = ACTIONS(4742), + [anon_sym_null] = ACTIONS(4740), + [anon_sym_if] = ACTIONS(4740), + [anon_sym_else] = ACTIONS(4740), + [anon_sym_when] = ACTIONS(4740), + [anon_sym_try] = ACTIONS(4740), + [anon_sym_throw] = ACTIONS(4740), + [anon_sym_return] = ACTIONS(4740), + [anon_sym_continue] = ACTIONS(4740), + [anon_sym_break] = ACTIONS(4740), + [anon_sym_COLON_COLON] = ACTIONS(4742), + [anon_sym_PLUS_EQ] = ACTIONS(4742), + [anon_sym_DASH_EQ] = ACTIONS(4742), + [anon_sym_STAR_EQ] = ACTIONS(4742), + [anon_sym_SLASH_EQ] = ACTIONS(4742), + [anon_sym_PERCENT_EQ] = ACTIONS(4742), + [anon_sym_BANG_EQ] = ACTIONS(4740), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4742), + [anon_sym_EQ_EQ] = ACTIONS(4740), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4742), + [anon_sym_LT_EQ] = ACTIONS(4742), + [anon_sym_GT_EQ] = ACTIONS(4742), + [anon_sym_BANGin] = ACTIONS(4742), + [anon_sym_is] = ACTIONS(4740), + [anon_sym_BANGis] = ACTIONS(4742), + [anon_sym_PLUS] = ACTIONS(4740), + [anon_sym_DASH] = ACTIONS(4740), + [anon_sym_SLASH] = ACTIONS(4740), + [anon_sym_PERCENT] = ACTIONS(4740), + [anon_sym_as_QMARK] = ACTIONS(4742), + [anon_sym_PLUS_PLUS] = ACTIONS(4742), + [anon_sym_DASH_DASH] = ACTIONS(4742), + [anon_sym_BANG] = ACTIONS(4740), + [anon_sym_BANG_BANG] = ACTIONS(4742), + [anon_sym_data] = ACTIONS(4740), + [anon_sym_inner] = ACTIONS(4740), + [anon_sym_expect] = ACTIONS(4740), + [anon_sym_actual] = ACTIONS(4740), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4742), + [anon_sym_continue_AT] = ACTIONS(4742), + [anon_sym_break_AT] = ACTIONS(4742), + [sym_real_literal] = ACTIONS(4742), + [sym_integer_literal] = ACTIONS(4740), + [sym_hex_literal] = ACTIONS(4742), + [sym_bin_literal] = ACTIONS(4742), + [anon_sym_true] = ACTIONS(4740), + [anon_sym_false] = ACTIONS(4740), + [anon_sym_SQUOTE] = ACTIONS(4742), + [sym__backtick_identifier] = ACTIONS(4742), + [sym__automatic_semicolon] = ACTIONS(4742), + [sym_safe_nav] = ACTIONS(4742), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4742), }, - [3543] = { - [sym_type_constraints] = STATE(3962), - [sym_function_body] = STATE(3216), - [sym__block] = STATE(3245), - [sym__alpha_identifier] = ACTIONS(4089), - [anon_sym_AT] = ACTIONS(4091), - [anon_sym_COLON] = ACTIONS(6680), - [anon_sym_LBRACK] = ACTIONS(4091), - [anon_sym_as] = ACTIONS(4089), - [anon_sym_EQ] = ACTIONS(6682), - [anon_sym_LBRACE] = ACTIONS(6220), - [anon_sym_RBRACE] = ACTIONS(4091), - [anon_sym_LPAREN] = ACTIONS(4091), - [anon_sym_LT] = ACTIONS(4089), - [anon_sym_GT] = ACTIONS(4089), - [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(4089), - [anon_sym_fun] = ACTIONS(4089), - [anon_sym_DOT] = ACTIONS(4089), - [anon_sym_SEMI] = ACTIONS(4091), - [anon_sym_get] = ACTIONS(4089), - [anon_sym_set] = ACTIONS(4089), - [anon_sym_this] = ACTIONS(4089), - [anon_sym_super] = ACTIONS(4089), - [anon_sym_STAR] = ACTIONS(4091), - [sym_label] = ACTIONS(4089), - [anon_sym_in] = ACTIONS(4089), - [anon_sym_DOT_DOT] = ACTIONS(4091), - [anon_sym_QMARK_COLON] = ACTIONS(4091), - [anon_sym_AMP_AMP] = ACTIONS(4091), - [anon_sym_PIPE_PIPE] = ACTIONS(4091), - [anon_sym_null] = ACTIONS(4089), - [anon_sym_if] = ACTIONS(4089), - [anon_sym_else] = ACTIONS(4089), - [anon_sym_when] = ACTIONS(4089), - [anon_sym_try] = ACTIONS(4089), - [anon_sym_throw] = ACTIONS(4089), - [anon_sym_return] = ACTIONS(4089), - [anon_sym_continue] = ACTIONS(4089), - [anon_sym_break] = ACTIONS(4089), - [anon_sym_COLON_COLON] = ACTIONS(4091), - [anon_sym_BANG_EQ] = ACTIONS(4089), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4091), - [anon_sym_EQ_EQ] = ACTIONS(4089), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4091), - [anon_sym_LT_EQ] = ACTIONS(4091), - [anon_sym_GT_EQ] = ACTIONS(4091), - [anon_sym_BANGin] = ACTIONS(4091), - [anon_sym_is] = ACTIONS(4089), - [anon_sym_BANGis] = ACTIONS(4091), - [anon_sym_PLUS] = ACTIONS(4089), - [anon_sym_DASH] = ACTIONS(4089), - [anon_sym_SLASH] = ACTIONS(4089), - [anon_sym_PERCENT] = ACTIONS(4091), - [anon_sym_as_QMARK] = ACTIONS(4091), - [anon_sym_PLUS_PLUS] = ACTIONS(4091), - [anon_sym_DASH_DASH] = ACTIONS(4091), - [anon_sym_BANG] = ACTIONS(4089), - [anon_sym_BANG_BANG] = ACTIONS(4091), - [anon_sym_data] = ACTIONS(4089), - [anon_sym_inner] = ACTIONS(4089), - [anon_sym_expect] = ACTIONS(4089), - [anon_sym_actual] = ACTIONS(4089), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4091), - [anon_sym_continue_AT] = ACTIONS(4091), - [anon_sym_break_AT] = ACTIONS(4091), - [sym_real_literal] = ACTIONS(4091), - [sym_integer_literal] = ACTIONS(4089), - [sym_hex_literal] = ACTIONS(4091), - [sym_bin_literal] = ACTIONS(4091), - [anon_sym_true] = ACTIONS(4089), - [anon_sym_false] = ACTIONS(4089), - [anon_sym_SQUOTE] = ACTIONS(4091), - [sym__backtick_identifier] = ACTIONS(4091), - [sym__automatic_semicolon] = ACTIONS(4091), - [sym_safe_nav] = ACTIONS(4091), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4091), + [3424] = { + [sym__alpha_identifier] = ACTIONS(4716), + [anon_sym_AT] = ACTIONS(4718), + [anon_sym_LBRACK] = ACTIONS(4718), + [anon_sym_as] = ACTIONS(4716), + [anon_sym_EQ] = ACTIONS(4716), + [anon_sym_LBRACE] = ACTIONS(4718), + [anon_sym_RBRACE] = ACTIONS(4718), + [anon_sym_LPAREN] = ACTIONS(4718), + [anon_sym_COMMA] = ACTIONS(4718), + [anon_sym_LT] = ACTIONS(4716), + [anon_sym_GT] = ACTIONS(4716), + [anon_sym_where] = ACTIONS(4716), + [anon_sym_object] = ACTIONS(4716), + [anon_sym_fun] = ACTIONS(4716), + [anon_sym_DOT] = ACTIONS(4716), + [anon_sym_SEMI] = ACTIONS(4718), + [anon_sym_get] = ACTIONS(4716), + [anon_sym_set] = ACTIONS(4716), + [anon_sym_this] = ACTIONS(4716), + [anon_sym_super] = ACTIONS(4716), + [anon_sym_STAR] = ACTIONS(4716), + [sym_label] = ACTIONS(4716), + [anon_sym_in] = ACTIONS(4716), + [anon_sym_DOT_DOT] = ACTIONS(4718), + [anon_sym_QMARK_COLON] = ACTIONS(4718), + [anon_sym_AMP_AMP] = ACTIONS(4718), + [anon_sym_PIPE_PIPE] = ACTIONS(4718), + [anon_sym_null] = ACTIONS(4716), + [anon_sym_if] = ACTIONS(4716), + [anon_sym_else] = ACTIONS(4716), + [anon_sym_when] = ACTIONS(4716), + [anon_sym_try] = ACTIONS(4716), + [anon_sym_throw] = ACTIONS(4716), + [anon_sym_return] = ACTIONS(4716), + [anon_sym_continue] = ACTIONS(4716), + [anon_sym_break] = ACTIONS(4716), + [anon_sym_COLON_COLON] = ACTIONS(4718), + [anon_sym_PLUS_EQ] = ACTIONS(4718), + [anon_sym_DASH_EQ] = ACTIONS(4718), + [anon_sym_STAR_EQ] = ACTIONS(4718), + [anon_sym_SLASH_EQ] = ACTIONS(4718), + [anon_sym_PERCENT_EQ] = ACTIONS(4718), + [anon_sym_BANG_EQ] = ACTIONS(4716), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4718), + [anon_sym_EQ_EQ] = ACTIONS(4716), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4718), + [anon_sym_LT_EQ] = ACTIONS(4718), + [anon_sym_GT_EQ] = ACTIONS(4718), + [anon_sym_BANGin] = ACTIONS(4718), + [anon_sym_is] = ACTIONS(4716), + [anon_sym_BANGis] = ACTIONS(4718), + [anon_sym_PLUS] = ACTIONS(4716), + [anon_sym_DASH] = ACTIONS(4716), + [anon_sym_SLASH] = ACTIONS(4716), + [anon_sym_PERCENT] = ACTIONS(4716), + [anon_sym_as_QMARK] = ACTIONS(4718), + [anon_sym_PLUS_PLUS] = ACTIONS(4718), + [anon_sym_DASH_DASH] = ACTIONS(4718), + [anon_sym_BANG] = ACTIONS(4716), + [anon_sym_BANG_BANG] = ACTIONS(4718), + [anon_sym_data] = ACTIONS(4716), + [anon_sym_inner] = ACTIONS(4716), + [anon_sym_expect] = ACTIONS(4716), + [anon_sym_actual] = ACTIONS(4716), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4718), + [anon_sym_continue_AT] = ACTIONS(4718), + [anon_sym_break_AT] = ACTIONS(4718), + [sym_real_literal] = ACTIONS(4718), + [sym_integer_literal] = ACTIONS(4716), + [sym_hex_literal] = ACTIONS(4718), + [sym_bin_literal] = ACTIONS(4718), + [anon_sym_true] = ACTIONS(4716), + [anon_sym_false] = ACTIONS(4716), + [anon_sym_SQUOTE] = ACTIONS(4718), + [sym__backtick_identifier] = ACTIONS(4718), + [sym__automatic_semicolon] = ACTIONS(4718), + [sym_safe_nav] = ACTIONS(4718), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4718), }, - [3544] = { - [sym_type_constraints] = STATE(3884), - [sym_function_body] = STATE(3142), - [sym__block] = STATE(3245), - [sym__alpha_identifier] = ACTIONS(4300), - [anon_sym_AT] = ACTIONS(4302), - [anon_sym_LBRACK] = ACTIONS(4302), - [anon_sym_as] = ACTIONS(4300), - [anon_sym_EQ] = ACTIONS(6642), - [anon_sym_LBRACE] = ACTIONS(6220), - [anon_sym_RBRACE] = ACTIONS(4302), - [anon_sym_LPAREN] = ACTIONS(4302), - [anon_sym_COMMA] = ACTIONS(4302), - [anon_sym_LT] = ACTIONS(4300), - [anon_sym_GT] = ACTIONS(4300), - [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(4300), - [anon_sym_fun] = ACTIONS(4300), - [anon_sym_DOT] = ACTIONS(4300), - [anon_sym_SEMI] = ACTIONS(4302), - [anon_sym_get] = ACTIONS(4300), - [anon_sym_set] = ACTIONS(4300), - [anon_sym_this] = ACTIONS(4300), - [anon_sym_super] = ACTIONS(4300), - [anon_sym_STAR] = ACTIONS(4302), - [sym_label] = ACTIONS(4300), - [anon_sym_in] = ACTIONS(4300), - [anon_sym_DOT_DOT] = ACTIONS(4302), - [anon_sym_QMARK_COLON] = ACTIONS(4302), - [anon_sym_AMP_AMP] = ACTIONS(4302), - [anon_sym_PIPE_PIPE] = ACTIONS(4302), - [anon_sym_null] = ACTIONS(4300), - [anon_sym_if] = ACTIONS(4300), - [anon_sym_else] = ACTIONS(4300), - [anon_sym_when] = ACTIONS(4300), - [anon_sym_try] = ACTIONS(4300), - [anon_sym_throw] = ACTIONS(4300), - [anon_sym_return] = ACTIONS(4300), - [anon_sym_continue] = ACTIONS(4300), - [anon_sym_break] = ACTIONS(4300), - [anon_sym_COLON_COLON] = ACTIONS(4302), - [anon_sym_BANG_EQ] = ACTIONS(4300), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4302), - [anon_sym_EQ_EQ] = ACTIONS(4300), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4302), - [anon_sym_LT_EQ] = ACTIONS(4302), - [anon_sym_GT_EQ] = ACTIONS(4302), - [anon_sym_BANGin] = ACTIONS(4302), - [anon_sym_is] = ACTIONS(4300), - [anon_sym_BANGis] = ACTIONS(4302), - [anon_sym_PLUS] = ACTIONS(4300), - [anon_sym_DASH] = ACTIONS(4300), - [anon_sym_SLASH] = ACTIONS(4300), - [anon_sym_PERCENT] = ACTIONS(4302), - [anon_sym_as_QMARK] = ACTIONS(4302), - [anon_sym_PLUS_PLUS] = ACTIONS(4302), - [anon_sym_DASH_DASH] = ACTIONS(4302), - [anon_sym_BANG] = ACTIONS(4300), - [anon_sym_BANG_BANG] = ACTIONS(4302), - [anon_sym_data] = ACTIONS(4300), - [anon_sym_inner] = ACTIONS(4300), - [anon_sym_expect] = ACTIONS(4300), - [anon_sym_actual] = ACTIONS(4300), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4302), - [anon_sym_continue_AT] = ACTIONS(4302), - [anon_sym_break_AT] = ACTIONS(4302), - [sym_real_literal] = ACTIONS(4302), - [sym_integer_literal] = ACTIONS(4300), - [sym_hex_literal] = ACTIONS(4302), - [sym_bin_literal] = ACTIONS(4302), - [anon_sym_true] = ACTIONS(4300), - [anon_sym_false] = ACTIONS(4300), - [anon_sym_SQUOTE] = ACTIONS(4302), - [sym__backtick_identifier] = ACTIONS(4302), - [sym__automatic_semicolon] = ACTIONS(4302), - [sym_safe_nav] = ACTIONS(4302), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4302), + [3425] = { + [sym__alpha_identifier] = ACTIONS(4907), + [anon_sym_AT] = ACTIONS(4909), + [anon_sym_LBRACK] = ACTIONS(4909), + [anon_sym_as] = ACTIONS(4907), + [anon_sym_EQ] = ACTIONS(4907), + [anon_sym_LBRACE] = ACTIONS(4909), + [anon_sym_RBRACE] = ACTIONS(4909), + [anon_sym_LPAREN] = ACTIONS(4909), + [anon_sym_COMMA] = ACTIONS(4909), + [anon_sym_LT] = ACTIONS(4907), + [anon_sym_GT] = ACTIONS(4907), + [anon_sym_where] = ACTIONS(4907), + [anon_sym_object] = ACTIONS(4907), + [anon_sym_fun] = ACTIONS(4907), + [anon_sym_DOT] = ACTIONS(4907), + [anon_sym_SEMI] = ACTIONS(4909), + [anon_sym_get] = ACTIONS(4907), + [anon_sym_set] = ACTIONS(4907), + [anon_sym_this] = ACTIONS(4907), + [anon_sym_super] = ACTIONS(4907), + [anon_sym_STAR] = ACTIONS(4907), + [sym_label] = ACTIONS(4907), + [anon_sym_in] = ACTIONS(4907), + [anon_sym_DOT_DOT] = ACTIONS(4909), + [anon_sym_QMARK_COLON] = ACTIONS(4909), + [anon_sym_AMP_AMP] = ACTIONS(4909), + [anon_sym_PIPE_PIPE] = ACTIONS(4909), + [anon_sym_null] = ACTIONS(4907), + [anon_sym_if] = ACTIONS(4907), + [anon_sym_else] = ACTIONS(4907), + [anon_sym_when] = ACTIONS(4907), + [anon_sym_try] = ACTIONS(4907), + [anon_sym_throw] = ACTIONS(4907), + [anon_sym_return] = ACTIONS(4907), + [anon_sym_continue] = ACTIONS(4907), + [anon_sym_break] = ACTIONS(4907), + [anon_sym_COLON_COLON] = ACTIONS(4909), + [anon_sym_PLUS_EQ] = ACTIONS(4909), + [anon_sym_DASH_EQ] = ACTIONS(4909), + [anon_sym_STAR_EQ] = ACTIONS(4909), + [anon_sym_SLASH_EQ] = ACTIONS(4909), + [anon_sym_PERCENT_EQ] = ACTIONS(4909), + [anon_sym_BANG_EQ] = ACTIONS(4907), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4909), + [anon_sym_EQ_EQ] = ACTIONS(4907), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4909), + [anon_sym_LT_EQ] = ACTIONS(4909), + [anon_sym_GT_EQ] = ACTIONS(4909), + [anon_sym_BANGin] = ACTIONS(4909), + [anon_sym_is] = ACTIONS(4907), + [anon_sym_BANGis] = ACTIONS(4909), + [anon_sym_PLUS] = ACTIONS(4907), + [anon_sym_DASH] = ACTIONS(4907), + [anon_sym_SLASH] = ACTIONS(4907), + [anon_sym_PERCENT] = ACTIONS(4907), + [anon_sym_as_QMARK] = ACTIONS(4909), + [anon_sym_PLUS_PLUS] = ACTIONS(4909), + [anon_sym_DASH_DASH] = ACTIONS(4909), + [anon_sym_BANG] = ACTIONS(4907), + [anon_sym_BANG_BANG] = ACTIONS(4909), + [anon_sym_data] = ACTIONS(4907), + [anon_sym_inner] = ACTIONS(4907), + [anon_sym_expect] = ACTIONS(4907), + [anon_sym_actual] = ACTIONS(4907), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4909), + [anon_sym_continue_AT] = ACTIONS(4909), + [anon_sym_break_AT] = ACTIONS(4909), + [sym_real_literal] = ACTIONS(4909), + [sym_integer_literal] = ACTIONS(4907), + [sym_hex_literal] = ACTIONS(4909), + [sym_bin_literal] = ACTIONS(4909), + [anon_sym_true] = ACTIONS(4907), + [anon_sym_false] = ACTIONS(4907), + [anon_sym_SQUOTE] = ACTIONS(4909), + [sym__backtick_identifier] = ACTIONS(4909), + [sym__automatic_semicolon] = ACTIONS(4909), + [sym_safe_nav] = ACTIONS(4909), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4909), }, - [3545] = { - [sym__alpha_identifier] = ACTIONS(4587), - [anon_sym_AT] = ACTIONS(4589), - [anon_sym_COLON] = ACTIONS(4587), - [anon_sym_LBRACK] = ACTIONS(4589), - [anon_sym_as] = ACTIONS(4587), - [anon_sym_EQ] = ACTIONS(4587), - [anon_sym_LBRACE] = ACTIONS(4589), - [anon_sym_RBRACE] = ACTIONS(4589), - [anon_sym_LPAREN] = ACTIONS(4589), - [anon_sym_COMMA] = ACTIONS(4589), - [anon_sym_LT] = ACTIONS(4587), - [anon_sym_GT] = ACTIONS(4587), - [anon_sym_where] = ACTIONS(4587), - [anon_sym_DOT] = ACTIONS(4587), - [anon_sym_SEMI] = ACTIONS(4589), - [anon_sym_get] = ACTIONS(4587), - [anon_sym_set] = ACTIONS(4587), - [anon_sym_STAR] = ACTIONS(4587), - [sym_label] = ACTIONS(4589), - [anon_sym_in] = ACTIONS(4587), - [anon_sym_DOT_DOT] = ACTIONS(4589), - [anon_sym_QMARK_COLON] = ACTIONS(4589), - [anon_sym_AMP_AMP] = ACTIONS(4589), - [anon_sym_PIPE_PIPE] = ACTIONS(4589), - [anon_sym_else] = ACTIONS(4587), - [anon_sym_COLON_COLON] = ACTIONS(4589), - [anon_sym_PLUS_EQ] = ACTIONS(4589), - [anon_sym_DASH_EQ] = ACTIONS(4589), - [anon_sym_STAR_EQ] = ACTIONS(4589), - [anon_sym_SLASH_EQ] = ACTIONS(4589), - [anon_sym_PERCENT_EQ] = ACTIONS(4589), - [anon_sym_BANG_EQ] = ACTIONS(4587), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4589), - [anon_sym_EQ_EQ] = ACTIONS(4587), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4589), - [anon_sym_LT_EQ] = ACTIONS(4589), - [anon_sym_GT_EQ] = ACTIONS(4589), - [anon_sym_BANGin] = ACTIONS(4589), - [anon_sym_is] = ACTIONS(4587), - [anon_sym_BANGis] = ACTIONS(4589), - [anon_sym_PLUS] = ACTIONS(4587), - [anon_sym_DASH] = ACTIONS(4587), - [anon_sym_SLASH] = ACTIONS(4587), - [anon_sym_PERCENT] = ACTIONS(4587), - [anon_sym_as_QMARK] = ACTIONS(4589), - [anon_sym_PLUS_PLUS] = ACTIONS(4589), - [anon_sym_DASH_DASH] = ACTIONS(4589), - [anon_sym_BANG_BANG] = ACTIONS(4589), - [anon_sym_suspend] = ACTIONS(4587), - [anon_sym_sealed] = ACTIONS(4587), - [anon_sym_annotation] = ACTIONS(4587), - [anon_sym_data] = ACTIONS(4587), - [anon_sym_inner] = ACTIONS(4587), - [anon_sym_override] = ACTIONS(4587), - [anon_sym_lateinit] = ACTIONS(4587), - [anon_sym_public] = ACTIONS(4587), - [anon_sym_private] = ACTIONS(4587), - [anon_sym_internal] = ACTIONS(4587), - [anon_sym_protected] = ACTIONS(4587), - [anon_sym_tailrec] = ACTIONS(4587), - [anon_sym_operator] = ACTIONS(4587), - [anon_sym_infix] = ACTIONS(4587), - [anon_sym_inline] = ACTIONS(4587), - [anon_sym_external] = ACTIONS(4587), - [sym_property_modifier] = ACTIONS(4587), - [anon_sym_abstract] = ACTIONS(4587), - [anon_sym_final] = ACTIONS(4587), - [anon_sym_open] = ACTIONS(4587), - [anon_sym_vararg] = ACTIONS(4587), - [anon_sym_noinline] = ACTIONS(4587), - [anon_sym_crossinline] = ACTIONS(4587), - [anon_sym_expect] = ACTIONS(4587), - [anon_sym_actual] = ACTIONS(4587), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4589), - [sym__automatic_semicolon] = ACTIONS(4589), - [sym_safe_nav] = ACTIONS(4589), + [3426] = { + [sym__alpha_identifier] = ACTIONS(4142), + [anon_sym_AT] = ACTIONS(4145), + [anon_sym_LBRACK] = ACTIONS(4145), + [anon_sym_as] = ACTIONS(4142), + [anon_sym_EQ] = ACTIONS(4142), + [anon_sym_LBRACE] = ACTIONS(4145), + [anon_sym_RBRACE] = ACTIONS(4145), + [anon_sym_LPAREN] = ACTIONS(6547), + [anon_sym_COMMA] = ACTIONS(4145), + [anon_sym_LT] = ACTIONS(4142), + [anon_sym_GT] = ACTIONS(4142), + [anon_sym_where] = ACTIONS(4142), + [anon_sym_object] = ACTIONS(4142), + [anon_sym_fun] = ACTIONS(4142), + [anon_sym_DOT] = ACTIONS(4142), + [anon_sym_SEMI] = ACTIONS(4145), + [anon_sym_get] = ACTIONS(4142), + [anon_sym_set] = ACTIONS(4142), + [anon_sym_this] = ACTIONS(4142), + [anon_sym_super] = ACTIONS(4142), + [anon_sym_STAR] = ACTIONS(4142), + [sym_label] = ACTIONS(4142), + [anon_sym_in] = ACTIONS(4142), + [anon_sym_DOT_DOT] = ACTIONS(4145), + [anon_sym_QMARK_COLON] = ACTIONS(4145), + [anon_sym_AMP_AMP] = ACTIONS(4145), + [anon_sym_PIPE_PIPE] = ACTIONS(4145), + [anon_sym_null] = ACTIONS(4142), + [anon_sym_if] = ACTIONS(4142), + [anon_sym_else] = ACTIONS(4142), + [anon_sym_when] = ACTIONS(4142), + [anon_sym_try] = ACTIONS(4142), + [anon_sym_throw] = ACTIONS(4142), + [anon_sym_return] = ACTIONS(4142), + [anon_sym_continue] = ACTIONS(4142), + [anon_sym_break] = ACTIONS(4142), + [anon_sym_COLON_COLON] = ACTIONS(4145), + [anon_sym_PLUS_EQ] = ACTIONS(4145), + [anon_sym_DASH_EQ] = ACTIONS(4145), + [anon_sym_STAR_EQ] = ACTIONS(4145), + [anon_sym_SLASH_EQ] = ACTIONS(4145), + [anon_sym_PERCENT_EQ] = ACTIONS(4145), + [anon_sym_BANG_EQ] = ACTIONS(4142), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4145), + [anon_sym_EQ_EQ] = ACTIONS(4142), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4145), + [anon_sym_LT_EQ] = ACTIONS(4145), + [anon_sym_GT_EQ] = ACTIONS(4145), + [anon_sym_BANGin] = ACTIONS(4145), + [anon_sym_is] = ACTIONS(4142), + [anon_sym_BANGis] = ACTIONS(4145), + [anon_sym_PLUS] = ACTIONS(4142), + [anon_sym_DASH] = ACTIONS(4142), + [anon_sym_SLASH] = ACTIONS(4142), + [anon_sym_PERCENT] = ACTIONS(4142), + [anon_sym_as_QMARK] = ACTIONS(4145), + [anon_sym_PLUS_PLUS] = ACTIONS(4145), + [anon_sym_DASH_DASH] = ACTIONS(4145), + [anon_sym_BANG] = ACTIONS(4142), + [anon_sym_BANG_BANG] = ACTIONS(4145), + [anon_sym_data] = ACTIONS(4142), + [anon_sym_inner] = ACTIONS(4142), + [anon_sym_expect] = ACTIONS(4142), + [anon_sym_actual] = ACTIONS(4142), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4145), + [anon_sym_continue_AT] = ACTIONS(4145), + [anon_sym_break_AT] = ACTIONS(4145), + [sym_real_literal] = ACTIONS(4145), + [sym_integer_literal] = ACTIONS(4142), + [sym_hex_literal] = ACTIONS(4145), + [sym_bin_literal] = ACTIONS(4145), + [anon_sym_true] = ACTIONS(4142), + [anon_sym_false] = ACTIONS(4142), + [anon_sym_SQUOTE] = ACTIONS(4145), + [sym__backtick_identifier] = ACTIONS(4145), + [sym__automatic_semicolon] = ACTIONS(4145), + [sym_safe_nav] = ACTIONS(4145), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4145), }, - [3546] = { - [sym_type_constraints] = STATE(4020), - [sym_function_body] = STATE(3288), - [sym__block] = STATE(3245), - [sym__alpha_identifier] = ACTIONS(4083), - [anon_sym_AT] = ACTIONS(4085), - [anon_sym_COLON] = ACTIONS(6684), - [anon_sym_LBRACK] = ACTIONS(4085), - [anon_sym_as] = ACTIONS(4083), - [anon_sym_EQ] = ACTIONS(6682), - [anon_sym_LBRACE] = ACTIONS(6220), - [anon_sym_RBRACE] = ACTIONS(4085), - [anon_sym_LPAREN] = ACTIONS(4085), - [anon_sym_LT] = ACTIONS(4083), - [anon_sym_GT] = ACTIONS(4083), - [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(4083), - [anon_sym_fun] = ACTIONS(4083), - [anon_sym_DOT] = ACTIONS(4083), - [anon_sym_SEMI] = ACTIONS(4085), - [anon_sym_get] = ACTIONS(4083), - [anon_sym_set] = ACTIONS(4083), - [anon_sym_this] = ACTIONS(4083), - [anon_sym_super] = ACTIONS(4083), - [anon_sym_STAR] = ACTIONS(4085), - [sym_label] = ACTIONS(4083), - [anon_sym_in] = ACTIONS(4083), - [anon_sym_DOT_DOT] = ACTIONS(4085), - [anon_sym_QMARK_COLON] = ACTIONS(4085), - [anon_sym_AMP_AMP] = ACTIONS(4085), - [anon_sym_PIPE_PIPE] = ACTIONS(4085), - [anon_sym_null] = ACTIONS(4083), - [anon_sym_if] = ACTIONS(4083), - [anon_sym_else] = ACTIONS(4083), - [anon_sym_when] = ACTIONS(4083), - [anon_sym_try] = ACTIONS(4083), - [anon_sym_throw] = ACTIONS(4083), - [anon_sym_return] = ACTIONS(4083), - [anon_sym_continue] = ACTIONS(4083), - [anon_sym_break] = ACTIONS(4083), - [anon_sym_COLON_COLON] = ACTIONS(4085), - [anon_sym_BANG_EQ] = ACTIONS(4083), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4085), - [anon_sym_EQ_EQ] = ACTIONS(4083), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4085), - [anon_sym_LT_EQ] = ACTIONS(4085), - [anon_sym_GT_EQ] = ACTIONS(4085), - [anon_sym_BANGin] = ACTIONS(4085), - [anon_sym_is] = ACTIONS(4083), - [anon_sym_BANGis] = ACTIONS(4085), - [anon_sym_PLUS] = ACTIONS(4083), - [anon_sym_DASH] = ACTIONS(4083), - [anon_sym_SLASH] = ACTIONS(4083), - [anon_sym_PERCENT] = ACTIONS(4085), - [anon_sym_as_QMARK] = ACTIONS(4085), - [anon_sym_PLUS_PLUS] = ACTIONS(4085), - [anon_sym_DASH_DASH] = ACTIONS(4085), - [anon_sym_BANG] = ACTIONS(4083), - [anon_sym_BANG_BANG] = ACTIONS(4085), - [anon_sym_data] = ACTIONS(4083), - [anon_sym_inner] = ACTIONS(4083), - [anon_sym_expect] = ACTIONS(4083), - [anon_sym_actual] = ACTIONS(4083), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4085), - [anon_sym_continue_AT] = ACTIONS(4085), - [anon_sym_break_AT] = ACTIONS(4085), - [sym_real_literal] = ACTIONS(4085), - [sym_integer_literal] = ACTIONS(4083), - [sym_hex_literal] = ACTIONS(4085), - [sym_bin_literal] = ACTIONS(4085), - [anon_sym_true] = ACTIONS(4083), - [anon_sym_false] = ACTIONS(4083), - [anon_sym_SQUOTE] = ACTIONS(4085), - [sym__backtick_identifier] = ACTIONS(4085), - [sym__automatic_semicolon] = ACTIONS(4085), - [sym_safe_nav] = ACTIONS(4085), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4085), - }, - [3547] = { - [sym_type_constraints] = STATE(4015), - [sym_function_body] = STATE(3421), - [sym__block] = STATE(3245), - [sym__alpha_identifier] = ACTIONS(4073), - [anon_sym_AT] = ACTIONS(4075), - [anon_sym_COLON] = ACTIONS(6686), - [anon_sym_LBRACK] = ACTIONS(4075), - [anon_sym_as] = ACTIONS(4073), - [anon_sym_EQ] = ACTIONS(6682), - [anon_sym_LBRACE] = ACTIONS(6220), - [anon_sym_RBRACE] = ACTIONS(4075), - [anon_sym_LPAREN] = ACTIONS(4075), - [anon_sym_LT] = ACTIONS(4073), - [anon_sym_GT] = ACTIONS(4073), - [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(4073), - [anon_sym_fun] = ACTIONS(4073), - [anon_sym_DOT] = ACTIONS(4073), - [anon_sym_SEMI] = ACTIONS(4075), - [anon_sym_get] = ACTIONS(4073), - [anon_sym_set] = ACTIONS(4073), - [anon_sym_this] = ACTIONS(4073), - [anon_sym_super] = ACTIONS(4073), - [anon_sym_STAR] = ACTIONS(4075), - [sym_label] = ACTIONS(4073), - [anon_sym_in] = ACTIONS(4073), - [anon_sym_DOT_DOT] = ACTIONS(4075), - [anon_sym_QMARK_COLON] = ACTIONS(4075), - [anon_sym_AMP_AMP] = ACTIONS(4075), - [anon_sym_PIPE_PIPE] = ACTIONS(4075), - [anon_sym_null] = ACTIONS(4073), - [anon_sym_if] = ACTIONS(4073), - [anon_sym_else] = ACTIONS(4073), - [anon_sym_when] = ACTIONS(4073), - [anon_sym_try] = ACTIONS(4073), - [anon_sym_throw] = ACTIONS(4073), - [anon_sym_return] = ACTIONS(4073), - [anon_sym_continue] = ACTIONS(4073), - [anon_sym_break] = ACTIONS(4073), - [anon_sym_COLON_COLON] = ACTIONS(4075), - [anon_sym_BANG_EQ] = ACTIONS(4073), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4075), - [anon_sym_EQ_EQ] = ACTIONS(4073), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4075), - [anon_sym_LT_EQ] = ACTIONS(4075), - [anon_sym_GT_EQ] = ACTIONS(4075), - [anon_sym_BANGin] = ACTIONS(4075), - [anon_sym_is] = ACTIONS(4073), - [anon_sym_BANGis] = ACTIONS(4075), - [anon_sym_PLUS] = ACTIONS(4073), - [anon_sym_DASH] = ACTIONS(4073), - [anon_sym_SLASH] = ACTIONS(4073), - [anon_sym_PERCENT] = ACTIONS(4075), - [anon_sym_as_QMARK] = ACTIONS(4075), - [anon_sym_PLUS_PLUS] = ACTIONS(4075), - [anon_sym_DASH_DASH] = ACTIONS(4075), - [anon_sym_BANG] = ACTIONS(4073), - [anon_sym_BANG_BANG] = ACTIONS(4075), - [anon_sym_data] = ACTIONS(4073), - [anon_sym_inner] = ACTIONS(4073), - [anon_sym_expect] = ACTIONS(4073), - [anon_sym_actual] = ACTIONS(4073), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4075), - [anon_sym_continue_AT] = ACTIONS(4075), - [anon_sym_break_AT] = ACTIONS(4075), - [sym_real_literal] = ACTIONS(4075), - [sym_integer_literal] = ACTIONS(4073), - [sym_hex_literal] = ACTIONS(4075), - [sym_bin_literal] = ACTIONS(4075), - [anon_sym_true] = ACTIONS(4073), - [anon_sym_false] = ACTIONS(4073), - [anon_sym_SQUOTE] = ACTIONS(4075), - [sym__backtick_identifier] = ACTIONS(4075), - [sym__automatic_semicolon] = ACTIONS(4075), - [sym_safe_nav] = ACTIONS(4075), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4075), + [3427] = { + [sym_function_body] = STATE(3679), + [sym__block] = STATE(3738), + [sym__alpha_identifier] = ACTIONS(4198), + [anon_sym_AT] = ACTIONS(4200), + [anon_sym_COLON] = ACTIONS(6591), + [anon_sym_LBRACK] = ACTIONS(4200), + [anon_sym_as] = ACTIONS(4198), + [anon_sym_EQ] = ACTIONS(6459), + [anon_sym_LBRACE] = ACTIONS(6461), + [anon_sym_RBRACE] = ACTIONS(4200), + [anon_sym_LPAREN] = ACTIONS(4200), + [anon_sym_COMMA] = ACTIONS(4200), + [anon_sym_LT] = ACTIONS(4198), + [anon_sym_GT] = ACTIONS(4198), + [anon_sym_where] = ACTIONS(4198), + [anon_sym_DOT] = ACTIONS(4198), + [anon_sym_SEMI] = ACTIONS(4200), + [anon_sym_get] = ACTIONS(4198), + [anon_sym_set] = ACTIONS(4198), + [anon_sym_STAR] = ACTIONS(4198), + [sym_label] = ACTIONS(4200), + [anon_sym_in] = ACTIONS(4198), + [anon_sym_DOT_DOT] = ACTIONS(4200), + [anon_sym_QMARK_COLON] = ACTIONS(4200), + [anon_sym_AMP_AMP] = ACTIONS(4200), + [anon_sym_PIPE_PIPE] = ACTIONS(4200), + [anon_sym_else] = ACTIONS(4198), + [anon_sym_COLON_COLON] = ACTIONS(4200), + [anon_sym_PLUS_EQ] = ACTIONS(4200), + [anon_sym_DASH_EQ] = ACTIONS(4200), + [anon_sym_STAR_EQ] = ACTIONS(4200), + [anon_sym_SLASH_EQ] = ACTIONS(4200), + [anon_sym_PERCENT_EQ] = ACTIONS(4200), + [anon_sym_BANG_EQ] = ACTIONS(4198), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4200), + [anon_sym_EQ_EQ] = ACTIONS(4198), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4200), + [anon_sym_LT_EQ] = ACTIONS(4200), + [anon_sym_GT_EQ] = ACTIONS(4200), + [anon_sym_BANGin] = ACTIONS(4200), + [anon_sym_is] = ACTIONS(4198), + [anon_sym_BANGis] = ACTIONS(4200), + [anon_sym_PLUS] = ACTIONS(4198), + [anon_sym_DASH] = ACTIONS(4198), + [anon_sym_SLASH] = ACTIONS(4198), + [anon_sym_PERCENT] = ACTIONS(4198), + [anon_sym_as_QMARK] = ACTIONS(4200), + [anon_sym_PLUS_PLUS] = ACTIONS(4200), + [anon_sym_DASH_DASH] = ACTIONS(4200), + [anon_sym_BANG_BANG] = ACTIONS(4200), + [anon_sym_suspend] = ACTIONS(4198), + [anon_sym_sealed] = ACTIONS(4198), + [anon_sym_annotation] = ACTIONS(4198), + [anon_sym_data] = ACTIONS(4198), + [anon_sym_inner] = ACTIONS(4198), + [anon_sym_override] = ACTIONS(4198), + [anon_sym_lateinit] = ACTIONS(4198), + [anon_sym_public] = ACTIONS(4198), + [anon_sym_private] = ACTIONS(4198), + [anon_sym_internal] = ACTIONS(4198), + [anon_sym_protected] = ACTIONS(4198), + [anon_sym_tailrec] = ACTIONS(4198), + [anon_sym_operator] = ACTIONS(4198), + [anon_sym_infix] = ACTIONS(4198), + [anon_sym_inline] = ACTIONS(4198), + [anon_sym_external] = ACTIONS(4198), + [sym_property_modifier] = ACTIONS(4198), + [anon_sym_abstract] = ACTIONS(4198), + [anon_sym_final] = ACTIONS(4198), + [anon_sym_open] = ACTIONS(4198), + [anon_sym_vararg] = ACTIONS(4198), + [anon_sym_noinline] = ACTIONS(4198), + [anon_sym_crossinline] = ACTIONS(4198), + [anon_sym_expect] = ACTIONS(4198), + [anon_sym_actual] = ACTIONS(4198), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4200), + [sym__automatic_semicolon] = ACTIONS(4200), + [sym_safe_nav] = ACTIONS(4200), + [sym_multiline_comment] = ACTIONS(3), }, - [3548] = { - [sym_type_constraints] = STATE(3881), - [sym_function_body] = STATE(3147), - [sym__block] = STATE(3245), - [sym__alpha_identifier] = ACTIONS(4181), - [anon_sym_AT] = ACTIONS(4183), - [anon_sym_LBRACK] = ACTIONS(4183), - [anon_sym_as] = ACTIONS(4181), - [anon_sym_EQ] = ACTIONS(6642), - [anon_sym_LBRACE] = ACTIONS(6220), - [anon_sym_RBRACE] = ACTIONS(4183), - [anon_sym_LPAREN] = ACTIONS(4183), - [anon_sym_COMMA] = ACTIONS(4183), - [anon_sym_LT] = ACTIONS(4181), - [anon_sym_GT] = ACTIONS(4181), - [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(4181), - [anon_sym_fun] = ACTIONS(4181), - [anon_sym_DOT] = ACTIONS(4181), - [anon_sym_SEMI] = ACTIONS(4183), - [anon_sym_get] = ACTIONS(4181), - [anon_sym_set] = ACTIONS(4181), - [anon_sym_this] = ACTIONS(4181), - [anon_sym_super] = ACTIONS(4181), - [anon_sym_STAR] = ACTIONS(4183), - [sym_label] = ACTIONS(4181), - [anon_sym_in] = ACTIONS(4181), - [anon_sym_DOT_DOT] = ACTIONS(4183), - [anon_sym_QMARK_COLON] = ACTIONS(4183), - [anon_sym_AMP_AMP] = ACTIONS(4183), - [anon_sym_PIPE_PIPE] = ACTIONS(4183), - [anon_sym_null] = ACTIONS(4181), - [anon_sym_if] = ACTIONS(4181), - [anon_sym_else] = ACTIONS(4181), - [anon_sym_when] = ACTIONS(4181), - [anon_sym_try] = ACTIONS(4181), - [anon_sym_throw] = ACTIONS(4181), - [anon_sym_return] = ACTIONS(4181), - [anon_sym_continue] = ACTIONS(4181), - [anon_sym_break] = ACTIONS(4181), - [anon_sym_COLON_COLON] = ACTIONS(4183), - [anon_sym_BANG_EQ] = ACTIONS(4181), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4183), - [anon_sym_EQ_EQ] = ACTIONS(4181), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4183), - [anon_sym_LT_EQ] = ACTIONS(4183), - [anon_sym_GT_EQ] = ACTIONS(4183), - [anon_sym_BANGin] = ACTIONS(4183), - [anon_sym_is] = ACTIONS(4181), - [anon_sym_BANGis] = ACTIONS(4183), - [anon_sym_PLUS] = ACTIONS(4181), - [anon_sym_DASH] = ACTIONS(4181), - [anon_sym_SLASH] = ACTIONS(4181), - [anon_sym_PERCENT] = ACTIONS(4183), - [anon_sym_as_QMARK] = ACTIONS(4183), - [anon_sym_PLUS_PLUS] = ACTIONS(4183), - [anon_sym_DASH_DASH] = ACTIONS(4183), - [anon_sym_BANG] = ACTIONS(4181), - [anon_sym_BANG_BANG] = ACTIONS(4183), - [anon_sym_data] = ACTIONS(4181), - [anon_sym_inner] = ACTIONS(4181), - [anon_sym_expect] = ACTIONS(4181), - [anon_sym_actual] = ACTIONS(4181), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4183), - [anon_sym_continue_AT] = ACTIONS(4183), - [anon_sym_break_AT] = ACTIONS(4183), - [sym_real_literal] = ACTIONS(4183), - [sym_integer_literal] = ACTIONS(4181), - [sym_hex_literal] = ACTIONS(4183), - [sym_bin_literal] = ACTIONS(4183), - [anon_sym_true] = ACTIONS(4181), - [anon_sym_false] = ACTIONS(4181), - [anon_sym_SQUOTE] = ACTIONS(4183), - [sym__backtick_identifier] = ACTIONS(4183), - [sym__automatic_semicolon] = ACTIONS(4183), - [sym_safe_nav] = ACTIONS(4183), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4183), + [3428] = { + [sym__alpha_identifier] = ACTIONS(4285), + [anon_sym_AT] = ACTIONS(4288), + [anon_sym_LBRACK] = ACTIONS(4288), + [anon_sym_as] = ACTIONS(4285), + [anon_sym_EQ] = ACTIONS(4285), + [anon_sym_LBRACE] = ACTIONS(4288), + [anon_sym_RBRACE] = ACTIONS(4288), + [anon_sym_LPAREN] = ACTIONS(6543), + [anon_sym_COMMA] = ACTIONS(4288), + [anon_sym_LT] = ACTIONS(4285), + [anon_sym_GT] = ACTIONS(4285), + [anon_sym_where] = ACTIONS(4285), + [anon_sym_object] = ACTIONS(4285), + [anon_sym_fun] = ACTIONS(4285), + [anon_sym_DOT] = ACTIONS(4285), + [anon_sym_SEMI] = ACTIONS(4288), + [anon_sym_get] = ACTIONS(4285), + [anon_sym_set] = ACTIONS(4285), + [anon_sym_this] = ACTIONS(4285), + [anon_sym_super] = ACTIONS(4285), + [anon_sym_STAR] = ACTIONS(4285), + [sym_label] = ACTIONS(4285), + [anon_sym_in] = ACTIONS(4285), + [anon_sym_DOT_DOT] = ACTIONS(4288), + [anon_sym_QMARK_COLON] = ACTIONS(4288), + [anon_sym_AMP_AMP] = ACTIONS(4288), + [anon_sym_PIPE_PIPE] = ACTIONS(4288), + [anon_sym_null] = ACTIONS(4285), + [anon_sym_if] = ACTIONS(4285), + [anon_sym_else] = ACTIONS(4285), + [anon_sym_when] = ACTIONS(4285), + [anon_sym_try] = ACTIONS(4285), + [anon_sym_throw] = ACTIONS(4285), + [anon_sym_return] = ACTIONS(4285), + [anon_sym_continue] = ACTIONS(4285), + [anon_sym_break] = ACTIONS(4285), + [anon_sym_COLON_COLON] = ACTIONS(4288), + [anon_sym_PLUS_EQ] = ACTIONS(4288), + [anon_sym_DASH_EQ] = ACTIONS(4288), + [anon_sym_STAR_EQ] = ACTIONS(4288), + [anon_sym_SLASH_EQ] = ACTIONS(4288), + [anon_sym_PERCENT_EQ] = ACTIONS(4288), + [anon_sym_BANG_EQ] = ACTIONS(4285), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4288), + [anon_sym_EQ_EQ] = ACTIONS(4285), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4288), + [anon_sym_LT_EQ] = ACTIONS(4288), + [anon_sym_GT_EQ] = ACTIONS(4288), + [anon_sym_BANGin] = ACTIONS(4288), + [anon_sym_is] = ACTIONS(4285), + [anon_sym_BANGis] = ACTIONS(4288), + [anon_sym_PLUS] = ACTIONS(4285), + [anon_sym_DASH] = ACTIONS(4285), + [anon_sym_SLASH] = ACTIONS(4285), + [anon_sym_PERCENT] = ACTIONS(4285), + [anon_sym_as_QMARK] = ACTIONS(4288), + [anon_sym_PLUS_PLUS] = ACTIONS(4288), + [anon_sym_DASH_DASH] = ACTIONS(4288), + [anon_sym_BANG] = ACTIONS(4285), + [anon_sym_BANG_BANG] = ACTIONS(4288), + [anon_sym_data] = ACTIONS(4285), + [anon_sym_inner] = ACTIONS(4285), + [anon_sym_expect] = ACTIONS(4285), + [anon_sym_actual] = ACTIONS(4285), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4288), + [anon_sym_continue_AT] = ACTIONS(4288), + [anon_sym_break_AT] = ACTIONS(4288), + [sym_real_literal] = ACTIONS(4288), + [sym_integer_literal] = ACTIONS(4285), + [sym_hex_literal] = ACTIONS(4288), + [sym_bin_literal] = ACTIONS(4288), + [anon_sym_true] = ACTIONS(4285), + [anon_sym_false] = ACTIONS(4285), + [anon_sym_SQUOTE] = ACTIONS(4288), + [sym__backtick_identifier] = ACTIONS(4288), + [sym__automatic_semicolon] = ACTIONS(4288), + [sym_safe_nav] = ACTIONS(4288), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4288), }, - [3549] = { - [sym_type_constraints] = STATE(3885), - [sym_function_body] = STATE(3234), - [sym__block] = STATE(3367), - [sym__alpha_identifier] = ACTIONS(4181), - [anon_sym_AT] = ACTIONS(4183), - [anon_sym_LBRACK] = ACTIONS(4183), - [anon_sym_RBRACK] = ACTIONS(4183), - [anon_sym_as] = ACTIONS(4181), - [anon_sym_EQ] = ACTIONS(6621), - [anon_sym_LBRACE] = ACTIONS(6236), - [anon_sym_RBRACE] = ACTIONS(4183), - [anon_sym_LPAREN] = ACTIONS(4183), - [anon_sym_COMMA] = ACTIONS(4183), - [anon_sym_RPAREN] = ACTIONS(4183), - [anon_sym_LT] = ACTIONS(4181), - [anon_sym_GT] = ACTIONS(4181), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(4181), - [anon_sym_SEMI] = ACTIONS(4183), - [anon_sym_get] = ACTIONS(4181), - [anon_sym_set] = ACTIONS(4181), - [anon_sym_STAR] = ACTIONS(4183), - [anon_sym_DASH_GT] = ACTIONS(4183), - [sym_label] = ACTIONS(4183), - [anon_sym_in] = ACTIONS(4181), - [anon_sym_while] = ACTIONS(4181), - [anon_sym_DOT_DOT] = ACTIONS(4183), - [anon_sym_QMARK_COLON] = ACTIONS(4183), - [anon_sym_AMP_AMP] = ACTIONS(4183), - [anon_sym_PIPE_PIPE] = ACTIONS(4183), - [anon_sym_else] = ACTIONS(4181), - [anon_sym_COLON_COLON] = ACTIONS(4183), - [anon_sym_BANG_EQ] = ACTIONS(4181), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4183), - [anon_sym_EQ_EQ] = ACTIONS(4181), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4183), - [anon_sym_LT_EQ] = ACTIONS(4183), - [anon_sym_GT_EQ] = ACTIONS(4183), - [anon_sym_BANGin] = ACTIONS(4183), - [anon_sym_is] = ACTIONS(4181), - [anon_sym_BANGis] = ACTIONS(4183), - [anon_sym_PLUS] = ACTIONS(4181), - [anon_sym_DASH] = ACTIONS(4181), - [anon_sym_SLASH] = ACTIONS(4181), - [anon_sym_PERCENT] = ACTIONS(4183), - [anon_sym_as_QMARK] = ACTIONS(4183), - [anon_sym_PLUS_PLUS] = ACTIONS(4183), - [anon_sym_DASH_DASH] = ACTIONS(4183), - [anon_sym_BANG_BANG] = ACTIONS(4183), - [anon_sym_suspend] = ACTIONS(4181), - [anon_sym_sealed] = ACTIONS(4181), - [anon_sym_annotation] = ACTIONS(4181), - [anon_sym_data] = ACTIONS(4181), - [anon_sym_inner] = ACTIONS(4181), - [anon_sym_override] = ACTIONS(4181), - [anon_sym_lateinit] = ACTIONS(4181), - [anon_sym_public] = ACTIONS(4181), - [anon_sym_private] = ACTIONS(4181), - [anon_sym_internal] = ACTIONS(4181), - [anon_sym_protected] = ACTIONS(4181), - [anon_sym_tailrec] = ACTIONS(4181), - [anon_sym_operator] = ACTIONS(4181), - [anon_sym_infix] = ACTIONS(4181), - [anon_sym_inline] = ACTIONS(4181), - [anon_sym_external] = ACTIONS(4181), - [sym_property_modifier] = ACTIONS(4181), - [anon_sym_abstract] = ACTIONS(4181), - [anon_sym_final] = ACTIONS(4181), - [anon_sym_open] = ACTIONS(4181), - [anon_sym_vararg] = ACTIONS(4181), - [anon_sym_noinline] = ACTIONS(4181), - [anon_sym_crossinline] = ACTIONS(4181), - [anon_sym_expect] = ACTIONS(4181), - [anon_sym_actual] = ACTIONS(4181), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4183), - [sym_safe_nav] = ACTIONS(4183), + [3429] = { + [sym__alpha_identifier] = ACTIONS(4961), + [anon_sym_AT] = ACTIONS(4963), + [anon_sym_LBRACK] = ACTIONS(4963), + [anon_sym_RBRACK] = ACTIONS(4963), + [anon_sym_as] = ACTIONS(4961), + [anon_sym_EQ] = ACTIONS(4961), + [anon_sym_LBRACE] = ACTIONS(4963), + [anon_sym_RBRACE] = ACTIONS(4963), + [anon_sym_LPAREN] = ACTIONS(6593), + [anon_sym_COMMA] = ACTIONS(4963), + [anon_sym_RPAREN] = ACTIONS(4963), + [anon_sym_LT] = ACTIONS(4961), + [anon_sym_GT] = ACTIONS(4961), + [anon_sym_where] = ACTIONS(4961), + [anon_sym_DOT] = ACTIONS(4961), + [anon_sym_SEMI] = ACTIONS(4963), + [anon_sym_get] = ACTIONS(4961), + [anon_sym_set] = ACTIONS(4961), + [anon_sym_STAR] = ACTIONS(4961), + [anon_sym_DASH_GT] = ACTIONS(4963), + [sym_label] = ACTIONS(4963), + [anon_sym_in] = ACTIONS(4961), + [anon_sym_while] = ACTIONS(4961), + [anon_sym_DOT_DOT] = ACTIONS(4963), + [anon_sym_QMARK_COLON] = ACTIONS(4963), + [anon_sym_AMP_AMP] = ACTIONS(4963), + [anon_sym_PIPE_PIPE] = ACTIONS(4963), + [anon_sym_else] = ACTIONS(4961), + [anon_sym_COLON_COLON] = ACTIONS(4963), + [anon_sym_PLUS_EQ] = ACTIONS(4963), + [anon_sym_DASH_EQ] = ACTIONS(4963), + [anon_sym_STAR_EQ] = ACTIONS(4963), + [anon_sym_SLASH_EQ] = ACTIONS(4963), + [anon_sym_PERCENT_EQ] = ACTIONS(4963), + [anon_sym_BANG_EQ] = ACTIONS(4961), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4963), + [anon_sym_EQ_EQ] = ACTIONS(4961), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4963), + [anon_sym_LT_EQ] = ACTIONS(4963), + [anon_sym_GT_EQ] = ACTIONS(4963), + [anon_sym_BANGin] = ACTIONS(4963), + [anon_sym_is] = ACTIONS(4961), + [anon_sym_BANGis] = ACTIONS(4963), + [anon_sym_PLUS] = ACTIONS(4961), + [anon_sym_DASH] = ACTIONS(4961), + [anon_sym_SLASH] = ACTIONS(4961), + [anon_sym_PERCENT] = ACTIONS(4961), + [anon_sym_as_QMARK] = ACTIONS(4963), + [anon_sym_PLUS_PLUS] = ACTIONS(4963), + [anon_sym_DASH_DASH] = ACTIONS(4963), + [anon_sym_BANG_BANG] = ACTIONS(4963), + [anon_sym_suspend] = ACTIONS(4961), + [anon_sym_sealed] = ACTIONS(4961), + [anon_sym_annotation] = ACTIONS(4961), + [anon_sym_data] = ACTIONS(4961), + [anon_sym_inner] = ACTIONS(4961), + [anon_sym_override] = ACTIONS(4961), + [anon_sym_lateinit] = ACTIONS(4961), + [anon_sym_public] = ACTIONS(4961), + [anon_sym_private] = ACTIONS(4961), + [anon_sym_internal] = ACTIONS(4961), + [anon_sym_protected] = ACTIONS(4961), + [anon_sym_tailrec] = ACTIONS(4961), + [anon_sym_operator] = ACTIONS(4961), + [anon_sym_infix] = ACTIONS(4961), + [anon_sym_inline] = ACTIONS(4961), + [anon_sym_external] = ACTIONS(4961), + [sym_property_modifier] = ACTIONS(4961), + [anon_sym_abstract] = ACTIONS(4961), + [anon_sym_final] = ACTIONS(4961), + [anon_sym_open] = ACTIONS(4961), + [anon_sym_vararg] = ACTIONS(4961), + [anon_sym_noinline] = ACTIONS(4961), + [anon_sym_crossinline] = ACTIONS(4961), + [anon_sym_expect] = ACTIONS(4961), + [anon_sym_actual] = ACTIONS(4961), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4963), + [sym_safe_nav] = ACTIONS(4963), [sym_multiline_comment] = ACTIONS(3), }, - [3550] = { - [sym_indexing_suffix] = STATE(4909), - [sym_navigation_suffix] = STATE(4889), - [sym_call_suffix] = STATE(4891), - [sym_annotated_lambda] = STATE(4893), - [sym_type_arguments] = STATE(7557), - [sym_value_arguments] = STATE(4442), - [sym_lambda_literal] = STATE(4899), - [sym__equality_operator] = STATE(2209), - [sym__comparison_operator] = STATE(2208), - [sym__in_operator] = STATE(2206), - [sym__is_operator] = STATE(6028), - [sym__additive_operator] = STATE(2205), - [sym__multiplicative_operator] = STATE(2203), - [sym__as_operator] = STATE(6024), - [sym__postfix_unary_operator] = STATE(4912), - [sym__member_access_operator] = STATE(7341), - [sym_annotation] = STATE(7855), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2266), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7855), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6688), - [anon_sym_as] = ACTIONS(6690), - [anon_sym_EQ] = ACTIONS(3049), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3051), - [anon_sym_LPAREN] = ACTIONS(6692), - [anon_sym_COMMA] = ACTIONS(3051), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(6694), - [anon_sym_where] = ACTIONS(3049), - [anon_sym_DOT] = ACTIONS(6696), - [anon_sym_SEMI] = ACTIONS(3051), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(6698), - [sym_label] = ACTIONS(6700), - [anon_sym_in] = ACTIONS(6702), - [anon_sym_DOT_DOT] = ACTIONS(6704), - [anon_sym_QMARK_COLON] = ACTIONS(6706), - [anon_sym_AMP_AMP] = ACTIONS(6708), - [anon_sym_PIPE_PIPE] = ACTIONS(6710), - [anon_sym_else] = ACTIONS(3049), - [anon_sym_COLON_COLON] = ACTIONS(6712), - [anon_sym_PLUS_EQ] = ACTIONS(3051), - [anon_sym_DASH_EQ] = ACTIONS(3051), - [anon_sym_STAR_EQ] = ACTIONS(3051), - [anon_sym_SLASH_EQ] = ACTIONS(3051), - [anon_sym_PERCENT_EQ] = ACTIONS(3051), - [anon_sym_BANG_EQ] = ACTIONS(6714), - [anon_sym_BANG_EQ_EQ] = ACTIONS(6716), - [anon_sym_EQ_EQ] = ACTIONS(6714), - [anon_sym_EQ_EQ_EQ] = ACTIONS(6716), - [anon_sym_LT_EQ] = ACTIONS(6718), - [anon_sym_GT_EQ] = ACTIONS(6718), - [anon_sym_BANGin] = ACTIONS(6720), - [anon_sym_is] = ACTIONS(6722), - [anon_sym_BANGis] = ACTIONS(6724), - [anon_sym_PLUS] = ACTIONS(6726), - [anon_sym_DASH] = ACTIONS(6726), - [anon_sym_SLASH] = ACTIONS(6698), - [anon_sym_PERCENT] = ACTIONS(6698), - [anon_sym_as_QMARK] = ACTIONS(6728), - [anon_sym_PLUS_PLUS] = ACTIONS(6730), - [anon_sym_DASH_DASH] = ACTIONS(6730), - [anon_sym_BANG_BANG] = ACTIONS(6730), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3051), - [sym_safe_nav] = ACTIONS(6712), - [sym_multiline_comment] = ACTIONS(3), + [3430] = { + [sym__alpha_identifier] = ACTIONS(4768), + [anon_sym_AT] = ACTIONS(4770), + [anon_sym_LBRACK] = ACTIONS(4770), + [anon_sym_as] = ACTIONS(4768), + [anon_sym_EQ] = ACTIONS(4768), + [anon_sym_LBRACE] = ACTIONS(4770), + [anon_sym_RBRACE] = ACTIONS(4770), + [anon_sym_LPAREN] = ACTIONS(4770), + [anon_sym_COMMA] = ACTIONS(4770), + [anon_sym_LT] = ACTIONS(4768), + [anon_sym_GT] = ACTIONS(4768), + [anon_sym_where] = ACTIONS(4768), + [anon_sym_object] = ACTIONS(4768), + [anon_sym_fun] = ACTIONS(4768), + [anon_sym_DOT] = ACTIONS(4768), + [anon_sym_SEMI] = ACTIONS(4770), + [anon_sym_get] = ACTIONS(4768), + [anon_sym_set] = ACTIONS(4768), + [anon_sym_this] = ACTIONS(4768), + [anon_sym_super] = ACTIONS(4768), + [anon_sym_STAR] = ACTIONS(4768), + [sym_label] = ACTIONS(4768), + [anon_sym_in] = ACTIONS(4768), + [anon_sym_DOT_DOT] = ACTIONS(4770), + [anon_sym_QMARK_COLON] = ACTIONS(4770), + [anon_sym_AMP_AMP] = ACTIONS(4770), + [anon_sym_PIPE_PIPE] = ACTIONS(4770), + [anon_sym_null] = ACTIONS(4768), + [anon_sym_if] = ACTIONS(4768), + [anon_sym_else] = ACTIONS(4768), + [anon_sym_when] = ACTIONS(4768), + [anon_sym_try] = ACTIONS(4768), + [anon_sym_throw] = ACTIONS(4768), + [anon_sym_return] = ACTIONS(4768), + [anon_sym_continue] = ACTIONS(4768), + [anon_sym_break] = ACTIONS(4768), + [anon_sym_COLON_COLON] = ACTIONS(4770), + [anon_sym_PLUS_EQ] = ACTIONS(4770), + [anon_sym_DASH_EQ] = ACTIONS(4770), + [anon_sym_STAR_EQ] = ACTIONS(4770), + [anon_sym_SLASH_EQ] = ACTIONS(4770), + [anon_sym_PERCENT_EQ] = ACTIONS(4770), + [anon_sym_BANG_EQ] = ACTIONS(4768), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4770), + [anon_sym_EQ_EQ] = ACTIONS(4768), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4770), + [anon_sym_LT_EQ] = ACTIONS(4770), + [anon_sym_GT_EQ] = ACTIONS(4770), + [anon_sym_BANGin] = ACTIONS(4770), + [anon_sym_is] = ACTIONS(4768), + [anon_sym_BANGis] = ACTIONS(4770), + [anon_sym_PLUS] = ACTIONS(4768), + [anon_sym_DASH] = ACTIONS(4768), + [anon_sym_SLASH] = ACTIONS(4768), + [anon_sym_PERCENT] = ACTIONS(4768), + [anon_sym_as_QMARK] = ACTIONS(4770), + [anon_sym_PLUS_PLUS] = ACTIONS(4770), + [anon_sym_DASH_DASH] = ACTIONS(4770), + [anon_sym_BANG] = ACTIONS(4768), + [anon_sym_BANG_BANG] = ACTIONS(4770), + [anon_sym_data] = ACTIONS(4768), + [anon_sym_inner] = ACTIONS(4768), + [anon_sym_expect] = ACTIONS(4768), + [anon_sym_actual] = ACTIONS(4768), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4770), + [anon_sym_continue_AT] = ACTIONS(4770), + [anon_sym_break_AT] = ACTIONS(4770), + [sym_real_literal] = ACTIONS(4770), + [sym_integer_literal] = ACTIONS(4768), + [sym_hex_literal] = ACTIONS(4770), + [sym_bin_literal] = ACTIONS(4770), + [anon_sym_true] = ACTIONS(4768), + [anon_sym_false] = ACTIONS(4768), + [anon_sym_SQUOTE] = ACTIONS(4770), + [sym__backtick_identifier] = ACTIONS(4770), + [sym__automatic_semicolon] = ACTIONS(4770), + [sym_safe_nav] = ACTIONS(4770), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4770), }, - [3551] = { - [sym_type_constraints] = STATE(3882), - [sym_function_body] = STATE(3222), - [sym__block] = STATE(3367), - [sym__alpha_identifier] = ACTIONS(4300), - [anon_sym_AT] = ACTIONS(4302), - [anon_sym_LBRACK] = ACTIONS(4302), - [anon_sym_RBRACK] = ACTIONS(4302), - [anon_sym_as] = ACTIONS(4300), - [anon_sym_EQ] = ACTIONS(6621), - [anon_sym_LBRACE] = ACTIONS(6236), - [anon_sym_RBRACE] = ACTIONS(4302), - [anon_sym_LPAREN] = ACTIONS(4302), - [anon_sym_COMMA] = ACTIONS(4302), - [anon_sym_RPAREN] = ACTIONS(4302), - [anon_sym_LT] = ACTIONS(4300), - [anon_sym_GT] = ACTIONS(4300), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(4300), - [anon_sym_SEMI] = ACTIONS(4302), - [anon_sym_get] = ACTIONS(4300), - [anon_sym_set] = ACTIONS(4300), - [anon_sym_STAR] = ACTIONS(4302), - [anon_sym_DASH_GT] = ACTIONS(4302), - [sym_label] = ACTIONS(4302), - [anon_sym_in] = ACTIONS(4300), - [anon_sym_while] = ACTIONS(4300), - [anon_sym_DOT_DOT] = ACTIONS(4302), - [anon_sym_QMARK_COLON] = ACTIONS(4302), - [anon_sym_AMP_AMP] = ACTIONS(4302), - [anon_sym_PIPE_PIPE] = ACTIONS(4302), - [anon_sym_else] = ACTIONS(4300), - [anon_sym_COLON_COLON] = ACTIONS(4302), - [anon_sym_BANG_EQ] = ACTIONS(4300), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4302), - [anon_sym_EQ_EQ] = ACTIONS(4300), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4302), - [anon_sym_LT_EQ] = ACTIONS(4302), - [anon_sym_GT_EQ] = ACTIONS(4302), - [anon_sym_BANGin] = ACTIONS(4302), - [anon_sym_is] = ACTIONS(4300), - [anon_sym_BANGis] = ACTIONS(4302), - [anon_sym_PLUS] = ACTIONS(4300), - [anon_sym_DASH] = ACTIONS(4300), - [anon_sym_SLASH] = ACTIONS(4300), - [anon_sym_PERCENT] = ACTIONS(4302), - [anon_sym_as_QMARK] = ACTIONS(4302), - [anon_sym_PLUS_PLUS] = ACTIONS(4302), - [anon_sym_DASH_DASH] = ACTIONS(4302), - [anon_sym_BANG_BANG] = ACTIONS(4302), - [anon_sym_suspend] = ACTIONS(4300), - [anon_sym_sealed] = ACTIONS(4300), - [anon_sym_annotation] = ACTIONS(4300), - [anon_sym_data] = ACTIONS(4300), - [anon_sym_inner] = ACTIONS(4300), - [anon_sym_override] = ACTIONS(4300), - [anon_sym_lateinit] = ACTIONS(4300), - [anon_sym_public] = ACTIONS(4300), - [anon_sym_private] = ACTIONS(4300), - [anon_sym_internal] = ACTIONS(4300), - [anon_sym_protected] = ACTIONS(4300), - [anon_sym_tailrec] = ACTIONS(4300), - [anon_sym_operator] = ACTIONS(4300), - [anon_sym_infix] = ACTIONS(4300), - [anon_sym_inline] = ACTIONS(4300), - [anon_sym_external] = ACTIONS(4300), - [sym_property_modifier] = ACTIONS(4300), - [anon_sym_abstract] = ACTIONS(4300), - [anon_sym_final] = ACTIONS(4300), - [anon_sym_open] = ACTIONS(4300), - [anon_sym_vararg] = ACTIONS(4300), - [anon_sym_noinline] = ACTIONS(4300), - [anon_sym_crossinline] = ACTIONS(4300), - [anon_sym_expect] = ACTIONS(4300), - [anon_sym_actual] = ACTIONS(4300), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4302), - [sym_safe_nav] = ACTIONS(4302), + [3431] = { + [sym__alpha_identifier] = ACTIONS(4471), + [anon_sym_AT] = ACTIONS(4473), + [anon_sym_LBRACK] = ACTIONS(4473), + [anon_sym_EQ] = ACTIONS(4473), + [anon_sym_LBRACE] = ACTIONS(4473), + [anon_sym_RBRACE] = ACTIONS(4473), + [anon_sym_LPAREN] = ACTIONS(4473), + [anon_sym_COMMA] = ACTIONS(4473), + [anon_sym_by] = ACTIONS(4471), + [anon_sym_where] = ACTIONS(4471), + [anon_sym_object] = ACTIONS(4471), + [anon_sym_fun] = ACTIONS(4471), + [anon_sym_DOT] = ACTIONS(4471), + [anon_sym_SEMI] = ACTIONS(4473), + [anon_sym_get] = ACTIONS(4471), + [anon_sym_set] = ACTIONS(4471), + [anon_sym_this] = ACTIONS(4471), + [anon_sym_super] = ACTIONS(4471), + [sym__quest] = ACTIONS(4473), + [anon_sym_STAR] = ACTIONS(4473), + [sym_label] = ACTIONS(4471), + [anon_sym_in] = ACTIONS(4471), + [anon_sym_null] = ACTIONS(4471), + [anon_sym_if] = ACTIONS(4471), + [anon_sym_else] = ACTIONS(4471), + [anon_sym_when] = ACTIONS(4471), + [anon_sym_try] = ACTIONS(4471), + [anon_sym_throw] = ACTIONS(4471), + [anon_sym_return] = ACTIONS(4471), + [anon_sym_continue] = ACTIONS(4471), + [anon_sym_break] = ACTIONS(4471), + [anon_sym_COLON_COLON] = ACTIONS(4473), + [anon_sym_BANGin] = ACTIONS(4473), + [anon_sym_is] = ACTIONS(4471), + [anon_sym_BANGis] = ACTIONS(4473), + [anon_sym_PLUS] = ACTIONS(4471), + [anon_sym_DASH] = ACTIONS(4471), + [anon_sym_PLUS_PLUS] = ACTIONS(4473), + [anon_sym_DASH_DASH] = ACTIONS(4473), + [anon_sym_BANG] = ACTIONS(4471), + [anon_sym_suspend] = ACTIONS(4471), + [anon_sym_sealed] = ACTIONS(4471), + [anon_sym_annotation] = ACTIONS(4471), + [anon_sym_data] = ACTIONS(4471), + [anon_sym_inner] = ACTIONS(4471), + [anon_sym_override] = ACTIONS(4471), + [anon_sym_lateinit] = ACTIONS(4471), + [anon_sym_public] = ACTIONS(4471), + [anon_sym_private] = ACTIONS(4471), + [anon_sym_internal] = ACTIONS(4471), + [anon_sym_protected] = ACTIONS(4471), + [anon_sym_tailrec] = ACTIONS(4471), + [anon_sym_operator] = ACTIONS(4471), + [anon_sym_infix] = ACTIONS(4471), + [anon_sym_inline] = ACTIONS(4471), + [anon_sym_external] = ACTIONS(4471), + [sym_property_modifier] = ACTIONS(4471), + [anon_sym_abstract] = ACTIONS(4471), + [anon_sym_final] = ACTIONS(4471), + [anon_sym_open] = ACTIONS(4471), + [anon_sym_vararg] = ACTIONS(4471), + [anon_sym_noinline] = ACTIONS(4471), + [anon_sym_crossinline] = ACTIONS(4471), + [anon_sym_expect] = ACTIONS(4471), + [anon_sym_actual] = ACTIONS(4471), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4473), + [anon_sym_continue_AT] = ACTIONS(4473), + [anon_sym_break_AT] = ACTIONS(4473), + [sym_real_literal] = ACTIONS(4473), + [sym_integer_literal] = ACTIONS(4471), + [sym_hex_literal] = ACTIONS(4473), + [sym_bin_literal] = ACTIONS(4473), + [anon_sym_true] = ACTIONS(4471), + [anon_sym_false] = ACTIONS(4471), + [anon_sym_SQUOTE] = ACTIONS(4473), + [sym__backtick_identifier] = ACTIONS(4473), + [sym__automatic_semicolon] = ACTIONS(4473), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4473), + }, + [3432] = { + [sym_function_body] = STATE(3793), + [sym__block] = STATE(3738), + [sym__alpha_identifier] = ACTIONS(4210), + [anon_sym_AT] = ACTIONS(4212), + [anon_sym_COLON] = ACTIONS(6595), + [anon_sym_LBRACK] = ACTIONS(4212), + [anon_sym_as] = ACTIONS(4210), + [anon_sym_EQ] = ACTIONS(6459), + [anon_sym_LBRACE] = ACTIONS(6461), + [anon_sym_RBRACE] = ACTIONS(4212), + [anon_sym_LPAREN] = ACTIONS(4212), + [anon_sym_COMMA] = ACTIONS(4212), + [anon_sym_LT] = ACTIONS(4210), + [anon_sym_GT] = ACTIONS(4210), + [anon_sym_where] = ACTIONS(4210), + [anon_sym_DOT] = ACTIONS(4210), + [anon_sym_SEMI] = ACTIONS(4212), + [anon_sym_get] = ACTIONS(4210), + [anon_sym_set] = ACTIONS(4210), + [anon_sym_STAR] = ACTIONS(4210), + [sym_label] = ACTIONS(4212), + [anon_sym_in] = ACTIONS(4210), + [anon_sym_DOT_DOT] = ACTIONS(4212), + [anon_sym_QMARK_COLON] = ACTIONS(4212), + [anon_sym_AMP_AMP] = ACTIONS(4212), + [anon_sym_PIPE_PIPE] = ACTIONS(4212), + [anon_sym_else] = ACTIONS(4210), + [anon_sym_COLON_COLON] = ACTIONS(4212), + [anon_sym_PLUS_EQ] = ACTIONS(4212), + [anon_sym_DASH_EQ] = ACTIONS(4212), + [anon_sym_STAR_EQ] = ACTIONS(4212), + [anon_sym_SLASH_EQ] = ACTIONS(4212), + [anon_sym_PERCENT_EQ] = ACTIONS(4212), + [anon_sym_BANG_EQ] = ACTIONS(4210), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4212), + [anon_sym_EQ_EQ] = ACTIONS(4210), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4212), + [anon_sym_LT_EQ] = ACTIONS(4212), + [anon_sym_GT_EQ] = ACTIONS(4212), + [anon_sym_BANGin] = ACTIONS(4212), + [anon_sym_is] = ACTIONS(4210), + [anon_sym_BANGis] = ACTIONS(4212), + [anon_sym_PLUS] = ACTIONS(4210), + [anon_sym_DASH] = ACTIONS(4210), + [anon_sym_SLASH] = ACTIONS(4210), + [anon_sym_PERCENT] = ACTIONS(4210), + [anon_sym_as_QMARK] = ACTIONS(4212), + [anon_sym_PLUS_PLUS] = ACTIONS(4212), + [anon_sym_DASH_DASH] = ACTIONS(4212), + [anon_sym_BANG_BANG] = ACTIONS(4212), + [anon_sym_suspend] = ACTIONS(4210), + [anon_sym_sealed] = ACTIONS(4210), + [anon_sym_annotation] = ACTIONS(4210), + [anon_sym_data] = ACTIONS(4210), + [anon_sym_inner] = ACTIONS(4210), + [anon_sym_override] = ACTIONS(4210), + [anon_sym_lateinit] = ACTIONS(4210), + [anon_sym_public] = ACTIONS(4210), + [anon_sym_private] = ACTIONS(4210), + [anon_sym_internal] = ACTIONS(4210), + [anon_sym_protected] = ACTIONS(4210), + [anon_sym_tailrec] = ACTIONS(4210), + [anon_sym_operator] = ACTIONS(4210), + [anon_sym_infix] = ACTIONS(4210), + [anon_sym_inline] = ACTIONS(4210), + [anon_sym_external] = ACTIONS(4210), + [sym_property_modifier] = ACTIONS(4210), + [anon_sym_abstract] = ACTIONS(4210), + [anon_sym_final] = ACTIONS(4210), + [anon_sym_open] = ACTIONS(4210), + [anon_sym_vararg] = ACTIONS(4210), + [anon_sym_noinline] = ACTIONS(4210), + [anon_sym_crossinline] = ACTIONS(4210), + [anon_sym_expect] = ACTIONS(4210), + [anon_sym_actual] = ACTIONS(4210), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4212), + [sym__automatic_semicolon] = ACTIONS(4212), + [sym_safe_nav] = ACTIONS(4212), [sym_multiline_comment] = ACTIONS(3), }, - [3552] = { - [sym__alpha_identifier] = ACTIONS(5067), - [anon_sym_AT] = ACTIONS(5069), - [anon_sym_LBRACK] = ACTIONS(5069), - [anon_sym_as] = ACTIONS(5067), - [anon_sym_EQ] = ACTIONS(5067), - [anon_sym_LBRACE] = ACTIONS(5069), - [anon_sym_RBRACE] = ACTIONS(5069), - [anon_sym_LPAREN] = ACTIONS(5069), - [anon_sym_LT] = ACTIONS(5067), - [anon_sym_GT] = ACTIONS(5067), - [anon_sym_object] = ACTIONS(5067), - [anon_sym_fun] = ACTIONS(5067), - [anon_sym_DOT] = ACTIONS(5067), - [anon_sym_SEMI] = ACTIONS(5069), - [anon_sym_get] = ACTIONS(5067), - [anon_sym_set] = ACTIONS(5067), - [anon_sym_this] = ACTIONS(5067), - [anon_sym_super] = ACTIONS(5067), - [anon_sym_STAR] = ACTIONS(5067), - [sym_label] = ACTIONS(5067), - [anon_sym_in] = ACTIONS(5067), - [anon_sym_DOT_DOT] = ACTIONS(5069), - [anon_sym_QMARK_COLON] = ACTIONS(5069), - [anon_sym_AMP_AMP] = ACTIONS(5069), - [anon_sym_PIPE_PIPE] = ACTIONS(5069), - [anon_sym_null] = ACTIONS(5067), - [anon_sym_if] = ACTIONS(5067), - [anon_sym_else] = ACTIONS(6732), - [anon_sym_when] = ACTIONS(5067), - [anon_sym_try] = ACTIONS(5067), - [anon_sym_throw] = ACTIONS(5067), - [anon_sym_return] = ACTIONS(5067), - [anon_sym_continue] = ACTIONS(5067), - [anon_sym_break] = ACTIONS(5067), - [anon_sym_COLON_COLON] = ACTIONS(5069), - [anon_sym_PLUS_EQ] = ACTIONS(5069), - [anon_sym_DASH_EQ] = ACTIONS(5069), - [anon_sym_STAR_EQ] = ACTIONS(5069), - [anon_sym_SLASH_EQ] = ACTIONS(5069), - [anon_sym_PERCENT_EQ] = ACTIONS(5069), - [anon_sym_BANG_EQ] = ACTIONS(5067), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5069), - [anon_sym_EQ_EQ] = ACTIONS(5067), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5069), - [anon_sym_LT_EQ] = ACTIONS(5069), - [anon_sym_GT_EQ] = ACTIONS(5069), - [anon_sym_BANGin] = ACTIONS(5069), - [anon_sym_is] = ACTIONS(5067), - [anon_sym_BANGis] = ACTIONS(5069), - [anon_sym_PLUS] = ACTIONS(5067), - [anon_sym_DASH] = ACTIONS(5067), - [anon_sym_SLASH] = ACTIONS(5067), - [anon_sym_PERCENT] = ACTIONS(5067), - [anon_sym_as_QMARK] = ACTIONS(5069), - [anon_sym_PLUS_PLUS] = ACTIONS(5069), - [anon_sym_DASH_DASH] = ACTIONS(5069), - [anon_sym_BANG] = ACTIONS(5067), - [anon_sym_BANG_BANG] = ACTIONS(5069), - [anon_sym_data] = ACTIONS(5067), - [anon_sym_inner] = ACTIONS(5067), - [anon_sym_expect] = ACTIONS(5067), - [anon_sym_actual] = ACTIONS(5067), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5069), - [anon_sym_continue_AT] = ACTIONS(5069), - [anon_sym_break_AT] = ACTIONS(5069), - [sym_real_literal] = ACTIONS(5069), - [sym_integer_literal] = ACTIONS(5067), - [sym_hex_literal] = ACTIONS(5069), - [sym_bin_literal] = ACTIONS(5069), - [anon_sym_true] = ACTIONS(5067), - [anon_sym_false] = ACTIONS(5067), - [anon_sym_SQUOTE] = ACTIONS(5069), - [sym__backtick_identifier] = ACTIONS(5069), - [sym__automatic_semicolon] = ACTIONS(5069), - [sym_safe_nav] = ACTIONS(5069), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5069), + [3433] = { + [sym__alpha_identifier] = ACTIONS(4961), + [anon_sym_AT] = ACTIONS(4963), + [anon_sym_LBRACK] = ACTIONS(4963), + [anon_sym_as] = ACTIONS(4961), + [anon_sym_EQ] = ACTIONS(4961), + [anon_sym_LBRACE] = ACTIONS(4963), + [anon_sym_RBRACE] = ACTIONS(4963), + [anon_sym_LPAREN] = ACTIONS(6597), + [anon_sym_COMMA] = ACTIONS(4963), + [anon_sym_LT] = ACTIONS(4961), + [anon_sym_GT] = ACTIONS(4961), + [anon_sym_where] = ACTIONS(4961), + [anon_sym_object] = ACTIONS(4961), + [anon_sym_fun] = ACTIONS(4961), + [anon_sym_DOT] = ACTIONS(4961), + [anon_sym_SEMI] = ACTIONS(4963), + [anon_sym_get] = ACTIONS(4961), + [anon_sym_set] = ACTIONS(4961), + [anon_sym_this] = ACTIONS(4961), + [anon_sym_super] = ACTIONS(4961), + [anon_sym_STAR] = ACTIONS(4961), + [sym_label] = ACTIONS(4961), + [anon_sym_in] = ACTIONS(4961), + [anon_sym_DOT_DOT] = ACTIONS(4963), + [anon_sym_QMARK_COLON] = ACTIONS(4963), + [anon_sym_AMP_AMP] = ACTIONS(4963), + [anon_sym_PIPE_PIPE] = ACTIONS(4963), + [anon_sym_null] = ACTIONS(4961), + [anon_sym_if] = ACTIONS(4961), + [anon_sym_else] = ACTIONS(4961), + [anon_sym_when] = ACTIONS(4961), + [anon_sym_try] = ACTIONS(4961), + [anon_sym_throw] = ACTIONS(4961), + [anon_sym_return] = ACTIONS(4961), + [anon_sym_continue] = ACTIONS(4961), + [anon_sym_break] = ACTIONS(4961), + [anon_sym_COLON_COLON] = ACTIONS(4963), + [anon_sym_PLUS_EQ] = ACTIONS(4963), + [anon_sym_DASH_EQ] = ACTIONS(4963), + [anon_sym_STAR_EQ] = ACTIONS(4963), + [anon_sym_SLASH_EQ] = ACTIONS(4963), + [anon_sym_PERCENT_EQ] = ACTIONS(4963), + [anon_sym_BANG_EQ] = ACTIONS(4961), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4963), + [anon_sym_EQ_EQ] = ACTIONS(4961), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4963), + [anon_sym_LT_EQ] = ACTIONS(4963), + [anon_sym_GT_EQ] = ACTIONS(4963), + [anon_sym_BANGin] = ACTIONS(4963), + [anon_sym_is] = ACTIONS(4961), + [anon_sym_BANGis] = ACTIONS(4963), + [anon_sym_PLUS] = ACTIONS(4961), + [anon_sym_DASH] = ACTIONS(4961), + [anon_sym_SLASH] = ACTIONS(4961), + [anon_sym_PERCENT] = ACTIONS(4961), + [anon_sym_as_QMARK] = ACTIONS(4963), + [anon_sym_PLUS_PLUS] = ACTIONS(4963), + [anon_sym_DASH_DASH] = ACTIONS(4963), + [anon_sym_BANG] = ACTIONS(4961), + [anon_sym_BANG_BANG] = ACTIONS(4963), + [anon_sym_data] = ACTIONS(4961), + [anon_sym_inner] = ACTIONS(4961), + [anon_sym_expect] = ACTIONS(4961), + [anon_sym_actual] = ACTIONS(4961), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4963), + [anon_sym_continue_AT] = ACTIONS(4963), + [anon_sym_break_AT] = ACTIONS(4963), + [sym_real_literal] = ACTIONS(4963), + [sym_integer_literal] = ACTIONS(4961), + [sym_hex_literal] = ACTIONS(4963), + [sym_bin_literal] = ACTIONS(4963), + [anon_sym_true] = ACTIONS(4961), + [anon_sym_false] = ACTIONS(4961), + [anon_sym_SQUOTE] = ACTIONS(4963), + [sym__backtick_identifier] = ACTIONS(4963), + [sym__automatic_semicolon] = ACTIONS(4963), + [sym_safe_nav] = ACTIONS(4963), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4963), }, - [3553] = { - [sym_type_constraints] = STATE(3876), - [sym_function_body] = STATE(3167), - [sym__block] = STATE(3367), - [sym__alpha_identifier] = ACTIONS(4101), - [anon_sym_AT] = ACTIONS(4103), - [anon_sym_LBRACK] = ACTIONS(4103), - [anon_sym_RBRACK] = ACTIONS(4103), - [anon_sym_as] = ACTIONS(4101), - [anon_sym_EQ] = ACTIONS(6621), - [anon_sym_LBRACE] = ACTIONS(6236), - [anon_sym_RBRACE] = ACTIONS(4103), - [anon_sym_LPAREN] = ACTIONS(4103), - [anon_sym_COMMA] = ACTIONS(4103), - [anon_sym_RPAREN] = ACTIONS(4103), - [anon_sym_LT] = ACTIONS(4101), - [anon_sym_GT] = ACTIONS(4101), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(4101), - [anon_sym_SEMI] = ACTIONS(4103), - [anon_sym_get] = ACTIONS(4101), - [anon_sym_set] = ACTIONS(4101), - [anon_sym_STAR] = ACTIONS(4103), - [anon_sym_DASH_GT] = ACTIONS(4103), - [sym_label] = ACTIONS(4103), - [anon_sym_in] = ACTIONS(4101), - [anon_sym_while] = ACTIONS(4101), - [anon_sym_DOT_DOT] = ACTIONS(4103), - [anon_sym_QMARK_COLON] = ACTIONS(4103), - [anon_sym_AMP_AMP] = ACTIONS(4103), - [anon_sym_PIPE_PIPE] = ACTIONS(4103), - [anon_sym_else] = ACTIONS(4101), - [anon_sym_COLON_COLON] = ACTIONS(4103), - [anon_sym_BANG_EQ] = ACTIONS(4101), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4103), - [anon_sym_EQ_EQ] = ACTIONS(4101), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4103), - [anon_sym_LT_EQ] = ACTIONS(4103), - [anon_sym_GT_EQ] = ACTIONS(4103), - [anon_sym_BANGin] = ACTIONS(4103), - [anon_sym_is] = ACTIONS(4101), - [anon_sym_BANGis] = ACTIONS(4103), - [anon_sym_PLUS] = ACTIONS(4101), - [anon_sym_DASH] = ACTIONS(4101), - [anon_sym_SLASH] = ACTIONS(4101), - [anon_sym_PERCENT] = ACTIONS(4103), - [anon_sym_as_QMARK] = ACTIONS(4103), - [anon_sym_PLUS_PLUS] = ACTIONS(4103), - [anon_sym_DASH_DASH] = ACTIONS(4103), - [anon_sym_BANG_BANG] = ACTIONS(4103), - [anon_sym_suspend] = ACTIONS(4101), - [anon_sym_sealed] = ACTIONS(4101), - [anon_sym_annotation] = ACTIONS(4101), - [anon_sym_data] = ACTIONS(4101), - [anon_sym_inner] = ACTIONS(4101), - [anon_sym_override] = ACTIONS(4101), - [anon_sym_lateinit] = ACTIONS(4101), - [anon_sym_public] = ACTIONS(4101), - [anon_sym_private] = ACTIONS(4101), - [anon_sym_internal] = ACTIONS(4101), - [anon_sym_protected] = ACTIONS(4101), - [anon_sym_tailrec] = ACTIONS(4101), - [anon_sym_operator] = ACTIONS(4101), - [anon_sym_infix] = ACTIONS(4101), - [anon_sym_inline] = ACTIONS(4101), - [anon_sym_external] = ACTIONS(4101), - [sym_property_modifier] = ACTIONS(4101), - [anon_sym_abstract] = ACTIONS(4101), - [anon_sym_final] = ACTIONS(4101), - [anon_sym_open] = ACTIONS(4101), - [anon_sym_vararg] = ACTIONS(4101), - [anon_sym_noinline] = ACTIONS(4101), - [anon_sym_crossinline] = ACTIONS(4101), - [anon_sym_expect] = ACTIONS(4101), - [anon_sym_actual] = ACTIONS(4101), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4103), - [sym_safe_nav] = ACTIONS(4103), + [3434] = { + [sym_type_constraints] = STATE(3664), + [sym_enum_class_body] = STATE(3727), + [sym__alpha_identifier] = ACTIONS(4231), + [anon_sym_AT] = ACTIONS(4233), + [anon_sym_COLON] = ACTIONS(6599), + [anon_sym_LBRACK] = ACTIONS(4233), + [anon_sym_as] = ACTIONS(4231), + [anon_sym_EQ] = ACTIONS(4231), + [anon_sym_LBRACE] = ACTIONS(5415), + [anon_sym_RBRACE] = ACTIONS(4233), + [anon_sym_LPAREN] = ACTIONS(4233), + [anon_sym_COMMA] = ACTIONS(4233), + [anon_sym_LT] = ACTIONS(4231), + [anon_sym_GT] = ACTIONS(4231), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(4231), + [anon_sym_SEMI] = ACTIONS(4233), + [anon_sym_get] = ACTIONS(4231), + [anon_sym_set] = ACTIONS(4231), + [anon_sym_STAR] = ACTIONS(4231), + [sym_label] = ACTIONS(4233), + [anon_sym_in] = ACTIONS(4231), + [anon_sym_DOT_DOT] = ACTIONS(4233), + [anon_sym_QMARK_COLON] = ACTIONS(4233), + [anon_sym_AMP_AMP] = ACTIONS(4233), + [anon_sym_PIPE_PIPE] = ACTIONS(4233), + [anon_sym_else] = ACTIONS(4231), + [anon_sym_COLON_COLON] = ACTIONS(4233), + [anon_sym_PLUS_EQ] = ACTIONS(4233), + [anon_sym_DASH_EQ] = ACTIONS(4233), + [anon_sym_STAR_EQ] = ACTIONS(4233), + [anon_sym_SLASH_EQ] = ACTIONS(4233), + [anon_sym_PERCENT_EQ] = ACTIONS(4233), + [anon_sym_BANG_EQ] = ACTIONS(4231), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4233), + [anon_sym_EQ_EQ] = ACTIONS(4231), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4233), + [anon_sym_LT_EQ] = ACTIONS(4233), + [anon_sym_GT_EQ] = ACTIONS(4233), + [anon_sym_BANGin] = ACTIONS(4233), + [anon_sym_is] = ACTIONS(4231), + [anon_sym_BANGis] = ACTIONS(4233), + [anon_sym_PLUS] = ACTIONS(4231), + [anon_sym_DASH] = ACTIONS(4231), + [anon_sym_SLASH] = ACTIONS(4231), + [anon_sym_PERCENT] = ACTIONS(4231), + [anon_sym_as_QMARK] = ACTIONS(4233), + [anon_sym_PLUS_PLUS] = ACTIONS(4233), + [anon_sym_DASH_DASH] = ACTIONS(4233), + [anon_sym_BANG_BANG] = ACTIONS(4233), + [anon_sym_suspend] = ACTIONS(4231), + [anon_sym_sealed] = ACTIONS(4231), + [anon_sym_annotation] = ACTIONS(4231), + [anon_sym_data] = ACTIONS(4231), + [anon_sym_inner] = ACTIONS(4231), + [anon_sym_override] = ACTIONS(4231), + [anon_sym_lateinit] = ACTIONS(4231), + [anon_sym_public] = ACTIONS(4231), + [anon_sym_private] = ACTIONS(4231), + [anon_sym_internal] = ACTIONS(4231), + [anon_sym_protected] = ACTIONS(4231), + [anon_sym_tailrec] = ACTIONS(4231), + [anon_sym_operator] = ACTIONS(4231), + [anon_sym_infix] = ACTIONS(4231), + [anon_sym_inline] = ACTIONS(4231), + [anon_sym_external] = ACTIONS(4231), + [sym_property_modifier] = ACTIONS(4231), + [anon_sym_abstract] = ACTIONS(4231), + [anon_sym_final] = ACTIONS(4231), + [anon_sym_open] = ACTIONS(4231), + [anon_sym_vararg] = ACTIONS(4231), + [anon_sym_noinline] = ACTIONS(4231), + [anon_sym_crossinline] = ACTIONS(4231), + [anon_sym_expect] = ACTIONS(4231), + [anon_sym_actual] = ACTIONS(4231), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4233), + [sym__automatic_semicolon] = ACTIONS(4233), + [sym_safe_nav] = ACTIONS(4233), [sym_multiline_comment] = ACTIONS(3), }, - [3554] = { - [sym_enum_class_body] = STATE(3823), - [sym__alpha_identifier] = ACTIONS(4448), - [anon_sym_AT] = ACTIONS(4450), - [anon_sym_LBRACK] = ACTIONS(4450), - [anon_sym_as] = ACTIONS(4448), - [anon_sym_EQ] = ACTIONS(4448), - [anon_sym_LBRACE] = ACTIONS(5359), - [anon_sym_RBRACE] = ACTIONS(4450), - [anon_sym_LPAREN] = ACTIONS(4450), - [anon_sym_COMMA] = ACTIONS(4450), - [anon_sym_LT] = ACTIONS(4448), - [anon_sym_GT] = ACTIONS(4448), - [anon_sym_where] = ACTIONS(4448), - [anon_sym_DOT] = ACTIONS(4448), - [anon_sym_SEMI] = ACTIONS(4450), - [anon_sym_get] = ACTIONS(4448), - [anon_sym_set] = ACTIONS(4448), - [anon_sym_STAR] = ACTIONS(4448), - [sym_label] = ACTIONS(4450), - [anon_sym_in] = ACTIONS(4448), - [anon_sym_DOT_DOT] = ACTIONS(4450), - [anon_sym_QMARK_COLON] = ACTIONS(4450), - [anon_sym_AMP_AMP] = ACTIONS(4450), - [anon_sym_PIPE_PIPE] = ACTIONS(4450), - [anon_sym_else] = ACTIONS(4448), - [anon_sym_COLON_COLON] = ACTIONS(4450), - [anon_sym_PLUS_EQ] = ACTIONS(4450), - [anon_sym_DASH_EQ] = ACTIONS(4450), - [anon_sym_STAR_EQ] = ACTIONS(4450), - [anon_sym_SLASH_EQ] = ACTIONS(4450), - [anon_sym_PERCENT_EQ] = ACTIONS(4450), - [anon_sym_BANG_EQ] = ACTIONS(4448), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4450), - [anon_sym_EQ_EQ] = ACTIONS(4448), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4450), - [anon_sym_LT_EQ] = ACTIONS(4450), - [anon_sym_GT_EQ] = ACTIONS(4450), - [anon_sym_BANGin] = ACTIONS(4450), - [anon_sym_is] = ACTIONS(4448), - [anon_sym_BANGis] = ACTIONS(4450), - [anon_sym_PLUS] = ACTIONS(4448), - [anon_sym_DASH] = ACTIONS(4448), - [anon_sym_SLASH] = ACTIONS(4448), - [anon_sym_PERCENT] = ACTIONS(4448), - [anon_sym_as_QMARK] = ACTIONS(4450), - [anon_sym_PLUS_PLUS] = ACTIONS(4450), - [anon_sym_DASH_DASH] = ACTIONS(4450), - [anon_sym_BANG_BANG] = ACTIONS(4450), - [anon_sym_suspend] = ACTIONS(4448), - [anon_sym_sealed] = ACTIONS(4448), - [anon_sym_annotation] = ACTIONS(4448), - [anon_sym_data] = ACTIONS(4448), - [anon_sym_inner] = ACTIONS(4448), - [anon_sym_override] = ACTIONS(4448), - [anon_sym_lateinit] = ACTIONS(4448), - [anon_sym_public] = ACTIONS(4448), - [anon_sym_private] = ACTIONS(4448), - [anon_sym_internal] = ACTIONS(4448), - [anon_sym_protected] = ACTIONS(4448), - [anon_sym_tailrec] = ACTIONS(4448), - [anon_sym_operator] = ACTIONS(4448), - [anon_sym_infix] = ACTIONS(4448), - [anon_sym_inline] = ACTIONS(4448), - [anon_sym_external] = ACTIONS(4448), - [sym_property_modifier] = ACTIONS(4448), - [anon_sym_abstract] = ACTIONS(4448), - [anon_sym_final] = ACTIONS(4448), - [anon_sym_open] = ACTIONS(4448), - [anon_sym_vararg] = ACTIONS(4448), - [anon_sym_noinline] = ACTIONS(4448), - [anon_sym_crossinline] = ACTIONS(4448), - [anon_sym_expect] = ACTIONS(4448), - [anon_sym_actual] = ACTIONS(4448), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4450), - [sym__automatic_semicolon] = ACTIONS(4450), - [sym_safe_nav] = ACTIONS(4450), + [3435] = { + [sym_type_constraints] = STATE(3656), + [sym_enum_class_body] = STATE(3752), + [sym__alpha_identifier] = ACTIONS(3212), + [anon_sym_AT] = ACTIONS(3216), + [anon_sym_COLON] = ACTIONS(5540), + [anon_sym_LBRACK] = ACTIONS(3216), + [anon_sym_as] = ACTIONS(3212), + [anon_sym_EQ] = ACTIONS(3212), + [anon_sym_LBRACE] = ACTIONS(5415), + [anon_sym_RBRACE] = ACTIONS(3216), + [anon_sym_LPAREN] = ACTIONS(3216), + [anon_sym_COMMA] = ACTIONS(3216), + [anon_sym_LT] = ACTIONS(3212), + [anon_sym_GT] = ACTIONS(3212), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(3212), + [anon_sym_SEMI] = ACTIONS(3216), + [anon_sym_get] = ACTIONS(3212), + [anon_sym_set] = ACTIONS(3212), + [anon_sym_STAR] = ACTIONS(3212), + [sym_label] = ACTIONS(3216), + [anon_sym_in] = ACTIONS(3212), + [anon_sym_DOT_DOT] = ACTIONS(3216), + [anon_sym_QMARK_COLON] = ACTIONS(3216), + [anon_sym_AMP_AMP] = ACTIONS(3216), + [anon_sym_PIPE_PIPE] = ACTIONS(3216), + [anon_sym_else] = ACTIONS(3212), + [anon_sym_COLON_COLON] = ACTIONS(3216), + [anon_sym_PLUS_EQ] = ACTIONS(3216), + [anon_sym_DASH_EQ] = ACTIONS(3216), + [anon_sym_STAR_EQ] = ACTIONS(3216), + [anon_sym_SLASH_EQ] = ACTIONS(3216), + [anon_sym_PERCENT_EQ] = ACTIONS(3216), + [anon_sym_BANG_EQ] = ACTIONS(3212), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3216), + [anon_sym_EQ_EQ] = ACTIONS(3212), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3216), + [anon_sym_LT_EQ] = ACTIONS(3216), + [anon_sym_GT_EQ] = ACTIONS(3216), + [anon_sym_BANGin] = ACTIONS(3216), + [anon_sym_is] = ACTIONS(3212), + [anon_sym_BANGis] = ACTIONS(3216), + [anon_sym_PLUS] = ACTIONS(3212), + [anon_sym_DASH] = ACTIONS(3212), + [anon_sym_SLASH] = ACTIONS(3212), + [anon_sym_PERCENT] = ACTIONS(3212), + [anon_sym_as_QMARK] = ACTIONS(3216), + [anon_sym_PLUS_PLUS] = ACTIONS(3216), + [anon_sym_DASH_DASH] = ACTIONS(3216), + [anon_sym_BANG_BANG] = ACTIONS(3216), + [anon_sym_suspend] = ACTIONS(3212), + [anon_sym_sealed] = ACTIONS(3212), + [anon_sym_annotation] = ACTIONS(3212), + [anon_sym_data] = ACTIONS(3212), + [anon_sym_inner] = ACTIONS(3212), + [anon_sym_override] = ACTIONS(3212), + [anon_sym_lateinit] = ACTIONS(3212), + [anon_sym_public] = ACTIONS(3212), + [anon_sym_private] = ACTIONS(3212), + [anon_sym_internal] = ACTIONS(3212), + [anon_sym_protected] = ACTIONS(3212), + [anon_sym_tailrec] = ACTIONS(3212), + [anon_sym_operator] = ACTIONS(3212), + [anon_sym_infix] = ACTIONS(3212), + [anon_sym_inline] = ACTIONS(3212), + [anon_sym_external] = ACTIONS(3212), + [sym_property_modifier] = ACTIONS(3212), + [anon_sym_abstract] = ACTIONS(3212), + [anon_sym_final] = ACTIONS(3212), + [anon_sym_open] = ACTIONS(3212), + [anon_sym_vararg] = ACTIONS(3212), + [anon_sym_noinline] = ACTIONS(3212), + [anon_sym_crossinline] = ACTIONS(3212), + [anon_sym_expect] = ACTIONS(3212), + [anon_sym_actual] = ACTIONS(3212), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3216), + [sym__automatic_semicolon] = ACTIONS(3216), + [sym_safe_nav] = ACTIONS(3216), [sym_multiline_comment] = ACTIONS(3), }, - [3555] = { - [sym_type_constraints] = STATE(3875), - [sym_function_body] = STATE(3145), - [sym__block] = STATE(3367), - [sym__alpha_identifier] = ACTIONS(4095), - [anon_sym_AT] = ACTIONS(4097), - [anon_sym_LBRACK] = ACTIONS(4097), - [anon_sym_RBRACK] = ACTIONS(4097), - [anon_sym_as] = ACTIONS(4095), - [anon_sym_EQ] = ACTIONS(6621), - [anon_sym_LBRACE] = ACTIONS(6236), - [anon_sym_RBRACE] = ACTIONS(4097), - [anon_sym_LPAREN] = ACTIONS(4097), - [anon_sym_COMMA] = ACTIONS(4097), - [anon_sym_RPAREN] = ACTIONS(4097), - [anon_sym_LT] = ACTIONS(4095), - [anon_sym_GT] = ACTIONS(4095), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(4095), - [anon_sym_SEMI] = ACTIONS(4097), - [anon_sym_get] = ACTIONS(4095), - [anon_sym_set] = ACTIONS(4095), - [anon_sym_STAR] = ACTIONS(4097), - [anon_sym_DASH_GT] = ACTIONS(4097), - [sym_label] = ACTIONS(4097), - [anon_sym_in] = ACTIONS(4095), - [anon_sym_while] = ACTIONS(4095), - [anon_sym_DOT_DOT] = ACTIONS(4097), - [anon_sym_QMARK_COLON] = ACTIONS(4097), - [anon_sym_AMP_AMP] = ACTIONS(4097), - [anon_sym_PIPE_PIPE] = ACTIONS(4097), - [anon_sym_else] = ACTIONS(4095), - [anon_sym_COLON_COLON] = ACTIONS(4097), - [anon_sym_BANG_EQ] = ACTIONS(4095), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4097), - [anon_sym_EQ_EQ] = ACTIONS(4095), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4097), - [anon_sym_LT_EQ] = ACTIONS(4097), - [anon_sym_GT_EQ] = ACTIONS(4097), - [anon_sym_BANGin] = ACTIONS(4097), - [anon_sym_is] = ACTIONS(4095), - [anon_sym_BANGis] = ACTIONS(4097), - [anon_sym_PLUS] = ACTIONS(4095), - [anon_sym_DASH] = ACTIONS(4095), - [anon_sym_SLASH] = ACTIONS(4095), - [anon_sym_PERCENT] = ACTIONS(4097), - [anon_sym_as_QMARK] = ACTIONS(4097), - [anon_sym_PLUS_PLUS] = ACTIONS(4097), - [anon_sym_DASH_DASH] = ACTIONS(4097), - [anon_sym_BANG_BANG] = ACTIONS(4097), - [anon_sym_suspend] = ACTIONS(4095), - [anon_sym_sealed] = ACTIONS(4095), - [anon_sym_annotation] = ACTIONS(4095), - [anon_sym_data] = ACTIONS(4095), - [anon_sym_inner] = ACTIONS(4095), - [anon_sym_override] = ACTIONS(4095), - [anon_sym_lateinit] = ACTIONS(4095), - [anon_sym_public] = ACTIONS(4095), - [anon_sym_private] = ACTIONS(4095), - [anon_sym_internal] = ACTIONS(4095), - [anon_sym_protected] = ACTIONS(4095), - [anon_sym_tailrec] = ACTIONS(4095), - [anon_sym_operator] = ACTIONS(4095), - [anon_sym_infix] = ACTIONS(4095), - [anon_sym_inline] = ACTIONS(4095), - [anon_sym_external] = ACTIONS(4095), - [sym_property_modifier] = ACTIONS(4095), - [anon_sym_abstract] = ACTIONS(4095), - [anon_sym_final] = ACTIONS(4095), - [anon_sym_open] = ACTIONS(4095), - [anon_sym_vararg] = ACTIONS(4095), - [anon_sym_noinline] = ACTIONS(4095), - [anon_sym_crossinline] = ACTIONS(4095), - [anon_sym_expect] = ACTIONS(4095), - [anon_sym_actual] = ACTIONS(4095), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4097), - [sym_safe_nav] = ACTIONS(4097), + [3436] = { + [sym__alpha_identifier] = ACTIONS(4342), + [anon_sym_AT] = ACTIONS(4344), + [anon_sym_LBRACK] = ACTIONS(4344), + [anon_sym_RBRACK] = ACTIONS(4344), + [anon_sym_as] = ACTIONS(4342), + [anon_sym_EQ] = ACTIONS(4342), + [anon_sym_LBRACE] = ACTIONS(4344), + [anon_sym_RBRACE] = ACTIONS(4344), + [anon_sym_LPAREN] = ACTIONS(4344), + [anon_sym_COMMA] = ACTIONS(4344), + [anon_sym_RPAREN] = ACTIONS(4344), + [anon_sym_LT] = ACTIONS(4342), + [anon_sym_GT] = ACTIONS(4342), + [anon_sym_where] = ACTIONS(4342), + [anon_sym_DOT] = ACTIONS(4342), + [anon_sym_SEMI] = ACTIONS(4344), + [anon_sym_get] = ACTIONS(4342), + [anon_sym_set] = ACTIONS(4342), + [anon_sym_STAR] = ACTIONS(4342), + [anon_sym_DASH_GT] = ACTIONS(4344), + [sym_label] = ACTIONS(4344), + [anon_sym_in] = ACTIONS(4342), + [anon_sym_while] = ACTIONS(4342), + [anon_sym_DOT_DOT] = ACTIONS(4344), + [anon_sym_QMARK_COLON] = ACTIONS(4344), + [anon_sym_AMP_AMP] = ACTIONS(4344), + [anon_sym_PIPE_PIPE] = ACTIONS(4344), + [anon_sym_else] = ACTIONS(4342), + [anon_sym_COLON_COLON] = ACTIONS(4344), + [anon_sym_PLUS_EQ] = ACTIONS(4344), + [anon_sym_DASH_EQ] = ACTIONS(4344), + [anon_sym_STAR_EQ] = ACTIONS(4344), + [anon_sym_SLASH_EQ] = ACTIONS(4344), + [anon_sym_PERCENT_EQ] = ACTIONS(4344), + [anon_sym_BANG_EQ] = ACTIONS(4342), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4344), + [anon_sym_EQ_EQ] = ACTIONS(4342), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4344), + [anon_sym_LT_EQ] = ACTIONS(4344), + [anon_sym_GT_EQ] = ACTIONS(4344), + [anon_sym_BANGin] = ACTIONS(4344), + [anon_sym_is] = ACTIONS(4342), + [anon_sym_BANGis] = ACTIONS(4344), + [anon_sym_PLUS] = ACTIONS(4342), + [anon_sym_DASH] = ACTIONS(4342), + [anon_sym_SLASH] = ACTIONS(4342), + [anon_sym_PERCENT] = ACTIONS(4342), + [anon_sym_as_QMARK] = ACTIONS(4344), + [anon_sym_PLUS_PLUS] = ACTIONS(4344), + [anon_sym_DASH_DASH] = ACTIONS(4344), + [anon_sym_BANG_BANG] = ACTIONS(4344), + [anon_sym_suspend] = ACTIONS(4342), + [anon_sym_sealed] = ACTIONS(4342), + [anon_sym_annotation] = ACTIONS(4342), + [anon_sym_data] = ACTIONS(4342), + [anon_sym_inner] = ACTIONS(4342), + [anon_sym_override] = ACTIONS(4342), + [anon_sym_lateinit] = ACTIONS(4342), + [anon_sym_public] = ACTIONS(4342), + [anon_sym_private] = ACTIONS(4342), + [anon_sym_internal] = ACTIONS(4342), + [anon_sym_protected] = ACTIONS(4342), + [anon_sym_tailrec] = ACTIONS(4342), + [anon_sym_operator] = ACTIONS(4342), + [anon_sym_infix] = ACTIONS(4342), + [anon_sym_inline] = ACTIONS(4342), + [anon_sym_external] = ACTIONS(4342), + [sym_property_modifier] = ACTIONS(4342), + [anon_sym_abstract] = ACTIONS(4342), + [anon_sym_final] = ACTIONS(4342), + [anon_sym_open] = ACTIONS(4342), + [anon_sym_vararg] = ACTIONS(4342), + [anon_sym_noinline] = ACTIONS(4342), + [anon_sym_crossinline] = ACTIONS(4342), + [anon_sym_expect] = ACTIONS(4342), + [anon_sym_actual] = ACTIONS(4342), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4344), + [sym_safe_nav] = ACTIONS(4344), [sym_multiline_comment] = ACTIONS(3), }, - [3556] = { - [sym_indexing_suffix] = STATE(4909), - [sym_navigation_suffix] = STATE(4889), - [sym_call_suffix] = STATE(4891), - [sym_annotated_lambda] = STATE(4893), - [sym_type_arguments] = STATE(7557), - [sym_value_arguments] = STATE(4442), - [sym_lambda_literal] = STATE(4899), - [sym__equality_operator] = STATE(2209), - [sym__comparison_operator] = STATE(2208), - [sym__in_operator] = STATE(2206), - [sym__is_operator] = STATE(6028), - [sym__additive_operator] = STATE(2205), - [sym__multiplicative_operator] = STATE(2203), - [sym__as_operator] = STATE(6024), - [sym__postfix_unary_operator] = STATE(4912), - [sym__member_access_operator] = STATE(7341), - [sym_annotation] = STATE(7855), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2266), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7855), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6688), - [anon_sym_as] = ACTIONS(6690), - [anon_sym_EQ] = ACTIONS(3015), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3017), - [anon_sym_LPAREN] = ACTIONS(6692), - [anon_sym_COMMA] = ACTIONS(3017), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(6694), - [anon_sym_where] = ACTIONS(3015), - [anon_sym_DOT] = ACTIONS(6696), - [anon_sym_SEMI] = ACTIONS(3017), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(6698), - [sym_label] = ACTIONS(6700), - [anon_sym_in] = ACTIONS(6702), - [anon_sym_DOT_DOT] = ACTIONS(6704), - [anon_sym_QMARK_COLON] = ACTIONS(6706), - [anon_sym_AMP_AMP] = ACTIONS(6708), - [anon_sym_PIPE_PIPE] = ACTIONS(6710), - [anon_sym_else] = ACTIONS(3015), - [anon_sym_COLON_COLON] = ACTIONS(6712), - [anon_sym_PLUS_EQ] = ACTIONS(3017), - [anon_sym_DASH_EQ] = ACTIONS(3017), - [anon_sym_STAR_EQ] = ACTIONS(3017), - [anon_sym_SLASH_EQ] = ACTIONS(3017), - [anon_sym_PERCENT_EQ] = ACTIONS(3017), - [anon_sym_BANG_EQ] = ACTIONS(6714), - [anon_sym_BANG_EQ_EQ] = ACTIONS(6716), - [anon_sym_EQ_EQ] = ACTIONS(6714), - [anon_sym_EQ_EQ_EQ] = ACTIONS(6716), - [anon_sym_LT_EQ] = ACTIONS(6718), - [anon_sym_GT_EQ] = ACTIONS(6718), - [anon_sym_BANGin] = ACTIONS(6720), - [anon_sym_is] = ACTIONS(6722), - [anon_sym_BANGis] = ACTIONS(6724), - [anon_sym_PLUS] = ACTIONS(6726), - [anon_sym_DASH] = ACTIONS(6726), - [anon_sym_SLASH] = ACTIONS(6698), - [anon_sym_PERCENT] = ACTIONS(6698), - [anon_sym_as_QMARK] = ACTIONS(6728), - [anon_sym_PLUS_PLUS] = ACTIONS(6730), - [anon_sym_DASH_DASH] = ACTIONS(6730), - [anon_sym_BANG_BANG] = ACTIONS(6730), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3017), - [sym_safe_nav] = ACTIONS(6712), - [sym_multiline_comment] = ACTIONS(3), + [3437] = { + [sym__alpha_identifier] = ACTIONS(4804), + [anon_sym_AT] = ACTIONS(4806), + [anon_sym_LBRACK] = ACTIONS(4806), + [anon_sym_as] = ACTIONS(4804), + [anon_sym_EQ] = ACTIONS(4804), + [anon_sym_LBRACE] = ACTIONS(4806), + [anon_sym_RBRACE] = ACTIONS(4806), + [anon_sym_LPAREN] = ACTIONS(4806), + [anon_sym_COMMA] = ACTIONS(4806), + [anon_sym_LT] = ACTIONS(4804), + [anon_sym_GT] = ACTIONS(4804), + [anon_sym_where] = ACTIONS(4804), + [anon_sym_object] = ACTIONS(4804), + [anon_sym_fun] = ACTIONS(4804), + [anon_sym_DOT] = ACTIONS(4804), + [anon_sym_SEMI] = ACTIONS(4806), + [anon_sym_get] = ACTIONS(4804), + [anon_sym_set] = ACTIONS(4804), + [anon_sym_this] = ACTIONS(4804), + [anon_sym_super] = ACTIONS(4804), + [anon_sym_STAR] = ACTIONS(4804), + [sym_label] = ACTIONS(4804), + [anon_sym_in] = ACTIONS(4804), + [anon_sym_DOT_DOT] = ACTIONS(4806), + [anon_sym_QMARK_COLON] = ACTIONS(4806), + [anon_sym_AMP_AMP] = ACTIONS(4806), + [anon_sym_PIPE_PIPE] = ACTIONS(4806), + [anon_sym_null] = ACTIONS(4804), + [anon_sym_if] = ACTIONS(4804), + [anon_sym_else] = ACTIONS(4804), + [anon_sym_when] = ACTIONS(4804), + [anon_sym_try] = ACTIONS(4804), + [anon_sym_throw] = ACTIONS(4804), + [anon_sym_return] = ACTIONS(4804), + [anon_sym_continue] = ACTIONS(4804), + [anon_sym_break] = ACTIONS(4804), + [anon_sym_COLON_COLON] = ACTIONS(4806), + [anon_sym_PLUS_EQ] = ACTIONS(4806), + [anon_sym_DASH_EQ] = ACTIONS(4806), + [anon_sym_STAR_EQ] = ACTIONS(4806), + [anon_sym_SLASH_EQ] = ACTIONS(4806), + [anon_sym_PERCENT_EQ] = ACTIONS(4806), + [anon_sym_BANG_EQ] = ACTIONS(4804), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4806), + [anon_sym_EQ_EQ] = ACTIONS(4804), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4806), + [anon_sym_LT_EQ] = ACTIONS(4806), + [anon_sym_GT_EQ] = ACTIONS(4806), + [anon_sym_BANGin] = ACTIONS(4806), + [anon_sym_is] = ACTIONS(4804), + [anon_sym_BANGis] = ACTIONS(4806), + [anon_sym_PLUS] = ACTIONS(4804), + [anon_sym_DASH] = ACTIONS(4804), + [anon_sym_SLASH] = ACTIONS(4804), + [anon_sym_PERCENT] = ACTIONS(4804), + [anon_sym_as_QMARK] = ACTIONS(4806), + [anon_sym_PLUS_PLUS] = ACTIONS(4806), + [anon_sym_DASH_DASH] = ACTIONS(4806), + [anon_sym_BANG] = ACTIONS(4804), + [anon_sym_BANG_BANG] = ACTIONS(4806), + [anon_sym_data] = ACTIONS(4804), + [anon_sym_inner] = ACTIONS(4804), + [anon_sym_expect] = ACTIONS(4804), + [anon_sym_actual] = ACTIONS(4804), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4806), + [anon_sym_continue_AT] = ACTIONS(4806), + [anon_sym_break_AT] = ACTIONS(4806), + [sym_real_literal] = ACTIONS(4806), + [sym_integer_literal] = ACTIONS(4804), + [sym_hex_literal] = ACTIONS(4806), + [sym_bin_literal] = ACTIONS(4806), + [anon_sym_true] = ACTIONS(4804), + [anon_sym_false] = ACTIONS(4804), + [anon_sym_SQUOTE] = ACTIONS(4806), + [sym__backtick_identifier] = ACTIONS(4806), + [sym__automatic_semicolon] = ACTIONS(4806), + [sym_safe_nav] = ACTIONS(4806), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4806), }, - [3557] = { - [sym__alpha_identifier] = ACTIONS(3828), - [anon_sym_AT] = ACTIONS(3833), - [anon_sym_COLON] = ACTIONS(6734), - [anon_sym_LBRACK] = ACTIONS(3833), - [anon_sym_typealias] = ACTIONS(3828), - [anon_sym_class] = ACTIONS(3828), - [anon_sym_interface] = ACTIONS(3828), - [anon_sym_enum] = ACTIONS(3828), - [anon_sym_LBRACE] = ACTIONS(3833), - [anon_sym_LPAREN] = ACTIONS(3833), - [anon_sym_val] = ACTIONS(3828), - [anon_sym_var] = ACTIONS(3828), - [anon_sym_LT] = ACTIONS(3833), - [anon_sym_object] = ACTIONS(3828), - [anon_sym_fun] = ACTIONS(3828), - [anon_sym_DOT] = ACTIONS(3828), - [anon_sym_get] = ACTIONS(3828), - [anon_sym_set] = ACTIONS(3828), - [anon_sym_this] = ACTIONS(3828), - [anon_sym_super] = ACTIONS(3828), - [anon_sym_STAR] = ACTIONS(3833), - [sym_label] = ACTIONS(3828), - [anon_sym_for] = ACTIONS(3828), - [anon_sym_while] = ACTIONS(3828), - [anon_sym_do] = ACTIONS(3828), - [anon_sym_null] = ACTIONS(3828), - [anon_sym_if] = ACTIONS(3828), - [anon_sym_when] = ACTIONS(3828), - [anon_sym_try] = ACTIONS(3828), - [anon_sym_throw] = ACTIONS(3828), - [anon_sym_return] = ACTIONS(3828), - [anon_sym_continue] = ACTIONS(3828), - [anon_sym_break] = ACTIONS(3828), - [anon_sym_COLON_COLON] = ACTIONS(3833), - [anon_sym_PLUS] = ACTIONS(3828), - [anon_sym_DASH] = ACTIONS(3828), - [anon_sym_PLUS_PLUS] = ACTIONS(3833), - [anon_sym_DASH_DASH] = ACTIONS(3833), - [anon_sym_BANG] = ACTIONS(3833), - [anon_sym_suspend] = ACTIONS(3828), - [anon_sym_sealed] = ACTIONS(3828), - [anon_sym_annotation] = ACTIONS(3828), - [anon_sym_data] = ACTIONS(3828), - [anon_sym_inner] = ACTIONS(3828), - [anon_sym_override] = ACTIONS(3828), - [anon_sym_lateinit] = ACTIONS(3828), - [anon_sym_public] = ACTIONS(3828), - [anon_sym_private] = ACTIONS(3828), - [anon_sym_internal] = ACTIONS(3828), - [anon_sym_protected] = ACTIONS(3828), - [anon_sym_tailrec] = ACTIONS(3828), - [anon_sym_operator] = ACTIONS(3828), - [anon_sym_infix] = ACTIONS(3828), - [anon_sym_inline] = ACTIONS(3828), - [anon_sym_external] = ACTIONS(3828), - [sym_property_modifier] = ACTIONS(3828), - [anon_sym_abstract] = ACTIONS(3828), - [anon_sym_final] = ACTIONS(3828), - [anon_sym_open] = ACTIONS(3828), - [anon_sym_vararg] = ACTIONS(3828), - [anon_sym_noinline] = ACTIONS(3828), - [anon_sym_crossinline] = ACTIONS(3828), - [anon_sym_expect] = ACTIONS(3828), - [anon_sym_actual] = ACTIONS(3828), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3833), - [anon_sym_continue_AT] = ACTIONS(3833), - [anon_sym_break_AT] = ACTIONS(3833), - [sym_real_literal] = ACTIONS(3833), - [sym_integer_literal] = ACTIONS(3828), - [sym_hex_literal] = ACTIONS(3833), - [sym_bin_literal] = ACTIONS(3833), - [anon_sym_true] = ACTIONS(3828), - [anon_sym_false] = ACTIONS(3828), - [anon_sym_SQUOTE] = ACTIONS(3833), - [sym__backtick_identifier] = ACTIONS(3833), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3833), + [3438] = { + [sym__alpha_identifier] = ACTIONS(4511), + [anon_sym_AT] = ACTIONS(4513), + [anon_sym_LBRACK] = ACTIONS(4513), + [anon_sym_as] = ACTIONS(4511), + [anon_sym_EQ] = ACTIONS(4816), + [anon_sym_LBRACE] = ACTIONS(4513), + [anon_sym_RBRACE] = ACTIONS(4513), + [anon_sym_LPAREN] = ACTIONS(4513), + [anon_sym_COMMA] = ACTIONS(4513), + [anon_sym_LT] = ACTIONS(4511), + [anon_sym_GT] = ACTIONS(4511), + [anon_sym_where] = ACTIONS(4511), + [anon_sym_object] = ACTIONS(4511), + [anon_sym_fun] = ACTIONS(4511), + [anon_sym_DOT] = ACTIONS(4511), + [anon_sym_SEMI] = ACTIONS(4513), + [anon_sym_get] = ACTIONS(4511), + [anon_sym_set] = ACTIONS(4511), + [anon_sym_this] = ACTIONS(4511), + [anon_sym_super] = ACTIONS(4511), + [anon_sym_STAR] = ACTIONS(4511), + [sym_label] = ACTIONS(4511), + [anon_sym_in] = ACTIONS(4511), + [anon_sym_DOT_DOT] = ACTIONS(4513), + [anon_sym_QMARK_COLON] = ACTIONS(4513), + [anon_sym_AMP_AMP] = ACTIONS(4513), + [anon_sym_PIPE_PIPE] = ACTIONS(4513), + [anon_sym_null] = ACTIONS(4511), + [anon_sym_if] = ACTIONS(4511), + [anon_sym_else] = ACTIONS(4511), + [anon_sym_when] = ACTIONS(4511), + [anon_sym_try] = ACTIONS(4511), + [anon_sym_throw] = ACTIONS(4511), + [anon_sym_return] = ACTIONS(4511), + [anon_sym_continue] = ACTIONS(4511), + [anon_sym_break] = ACTIONS(4511), + [anon_sym_COLON_COLON] = ACTIONS(4513), + [anon_sym_PLUS_EQ] = ACTIONS(4818), + [anon_sym_DASH_EQ] = ACTIONS(4818), + [anon_sym_STAR_EQ] = ACTIONS(4818), + [anon_sym_SLASH_EQ] = ACTIONS(4818), + [anon_sym_PERCENT_EQ] = ACTIONS(4818), + [anon_sym_BANG_EQ] = ACTIONS(4511), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4513), + [anon_sym_EQ_EQ] = ACTIONS(4511), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4513), + [anon_sym_LT_EQ] = ACTIONS(4513), + [anon_sym_GT_EQ] = ACTIONS(4513), + [anon_sym_BANGin] = ACTIONS(4513), + [anon_sym_is] = ACTIONS(4511), + [anon_sym_BANGis] = ACTIONS(4513), + [anon_sym_PLUS] = ACTIONS(4511), + [anon_sym_DASH] = ACTIONS(4511), + [anon_sym_SLASH] = ACTIONS(4511), + [anon_sym_PERCENT] = ACTIONS(4511), + [anon_sym_as_QMARK] = ACTIONS(4513), + [anon_sym_PLUS_PLUS] = ACTIONS(4513), + [anon_sym_DASH_DASH] = ACTIONS(4513), + [anon_sym_BANG] = ACTIONS(4511), + [anon_sym_BANG_BANG] = ACTIONS(4513), + [anon_sym_data] = ACTIONS(4511), + [anon_sym_inner] = ACTIONS(4511), + [anon_sym_expect] = ACTIONS(4511), + [anon_sym_actual] = ACTIONS(4511), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4513), + [anon_sym_continue_AT] = ACTIONS(4513), + [anon_sym_break_AT] = ACTIONS(4513), + [sym_real_literal] = ACTIONS(4513), + [sym_integer_literal] = ACTIONS(4511), + [sym_hex_literal] = ACTIONS(4513), + [sym_bin_literal] = ACTIONS(4513), + [anon_sym_true] = ACTIONS(4511), + [anon_sym_false] = ACTIONS(4511), + [anon_sym_SQUOTE] = ACTIONS(4513), + [sym__backtick_identifier] = ACTIONS(4513), + [sym__automatic_semicolon] = ACTIONS(4513), + [sym_safe_nav] = ACTIONS(4513), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4513), }, - [3558] = { - [sym_type_constraints] = STATE(3874), - [sym_function_body] = STATE(3174), - [sym__block] = STATE(3367), - [sym__alpha_identifier] = ACTIONS(4089), - [anon_sym_AT] = ACTIONS(4091), - [anon_sym_LBRACK] = ACTIONS(4091), - [anon_sym_RBRACK] = ACTIONS(4091), - [anon_sym_as] = ACTIONS(4089), - [anon_sym_EQ] = ACTIONS(6621), - [anon_sym_LBRACE] = ACTIONS(6236), - [anon_sym_RBRACE] = ACTIONS(4091), - [anon_sym_LPAREN] = ACTIONS(4091), - [anon_sym_COMMA] = ACTIONS(4091), - [anon_sym_RPAREN] = ACTIONS(4091), - [anon_sym_LT] = ACTIONS(4089), - [anon_sym_GT] = ACTIONS(4089), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(4089), - [anon_sym_SEMI] = ACTIONS(4091), - [anon_sym_get] = ACTIONS(4089), - [anon_sym_set] = ACTIONS(4089), - [anon_sym_STAR] = ACTIONS(4091), - [anon_sym_DASH_GT] = ACTIONS(4091), - [sym_label] = ACTIONS(4091), - [anon_sym_in] = ACTIONS(4089), - [anon_sym_while] = ACTIONS(4089), - [anon_sym_DOT_DOT] = ACTIONS(4091), - [anon_sym_QMARK_COLON] = ACTIONS(4091), - [anon_sym_AMP_AMP] = ACTIONS(4091), - [anon_sym_PIPE_PIPE] = ACTIONS(4091), - [anon_sym_else] = ACTIONS(4089), - [anon_sym_COLON_COLON] = ACTIONS(4091), - [anon_sym_BANG_EQ] = ACTIONS(4089), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4091), - [anon_sym_EQ_EQ] = ACTIONS(4089), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4091), - [anon_sym_LT_EQ] = ACTIONS(4091), - [anon_sym_GT_EQ] = ACTIONS(4091), - [anon_sym_BANGin] = ACTIONS(4091), - [anon_sym_is] = ACTIONS(4089), - [anon_sym_BANGis] = ACTIONS(4091), - [anon_sym_PLUS] = ACTIONS(4089), - [anon_sym_DASH] = ACTIONS(4089), - [anon_sym_SLASH] = ACTIONS(4089), - [anon_sym_PERCENT] = ACTIONS(4091), - [anon_sym_as_QMARK] = ACTIONS(4091), - [anon_sym_PLUS_PLUS] = ACTIONS(4091), - [anon_sym_DASH_DASH] = ACTIONS(4091), - [anon_sym_BANG_BANG] = ACTIONS(4091), - [anon_sym_suspend] = ACTIONS(4089), - [anon_sym_sealed] = ACTIONS(4089), - [anon_sym_annotation] = ACTIONS(4089), - [anon_sym_data] = ACTIONS(4089), - [anon_sym_inner] = ACTIONS(4089), - [anon_sym_override] = ACTIONS(4089), - [anon_sym_lateinit] = ACTIONS(4089), - [anon_sym_public] = ACTIONS(4089), - [anon_sym_private] = ACTIONS(4089), - [anon_sym_internal] = ACTIONS(4089), - [anon_sym_protected] = ACTIONS(4089), - [anon_sym_tailrec] = ACTIONS(4089), - [anon_sym_operator] = ACTIONS(4089), - [anon_sym_infix] = ACTIONS(4089), - [anon_sym_inline] = ACTIONS(4089), - [anon_sym_external] = ACTIONS(4089), - [sym_property_modifier] = ACTIONS(4089), - [anon_sym_abstract] = ACTIONS(4089), - [anon_sym_final] = ACTIONS(4089), - [anon_sym_open] = ACTIONS(4089), - [anon_sym_vararg] = ACTIONS(4089), - [anon_sym_noinline] = ACTIONS(4089), - [anon_sym_crossinline] = ACTIONS(4089), - [anon_sym_expect] = ACTIONS(4089), - [anon_sym_actual] = ACTIONS(4089), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4091), - [sym_safe_nav] = ACTIONS(4091), + [3439] = { + [sym_class_body] = STATE(3833), + [sym_type_constraints] = STATE(3654), + [sym__alpha_identifier] = ACTIONS(4188), + [anon_sym_AT] = ACTIONS(4190), + [anon_sym_COLON] = ACTIONS(6601), + [anon_sym_LBRACK] = ACTIONS(4190), + [anon_sym_as] = ACTIONS(4188), + [anon_sym_EQ] = ACTIONS(4188), + [anon_sym_LBRACE] = ACTIONS(5360), + [anon_sym_RBRACE] = ACTIONS(4190), + [anon_sym_LPAREN] = ACTIONS(4190), + [anon_sym_COMMA] = ACTIONS(4190), + [anon_sym_LT] = ACTIONS(4188), + [anon_sym_GT] = ACTIONS(4188), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(4188), + [anon_sym_SEMI] = ACTIONS(4190), + [anon_sym_get] = ACTIONS(4188), + [anon_sym_set] = ACTIONS(4188), + [anon_sym_STAR] = ACTIONS(4188), + [sym_label] = ACTIONS(4190), + [anon_sym_in] = ACTIONS(4188), + [anon_sym_DOT_DOT] = ACTIONS(4190), + [anon_sym_QMARK_COLON] = ACTIONS(4190), + [anon_sym_AMP_AMP] = ACTIONS(4190), + [anon_sym_PIPE_PIPE] = ACTIONS(4190), + [anon_sym_else] = ACTIONS(4188), + [anon_sym_COLON_COLON] = ACTIONS(4190), + [anon_sym_PLUS_EQ] = ACTIONS(4190), + [anon_sym_DASH_EQ] = ACTIONS(4190), + [anon_sym_STAR_EQ] = ACTIONS(4190), + [anon_sym_SLASH_EQ] = ACTIONS(4190), + [anon_sym_PERCENT_EQ] = ACTIONS(4190), + [anon_sym_BANG_EQ] = ACTIONS(4188), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4190), + [anon_sym_EQ_EQ] = ACTIONS(4188), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4190), + [anon_sym_LT_EQ] = ACTIONS(4190), + [anon_sym_GT_EQ] = ACTIONS(4190), + [anon_sym_BANGin] = ACTIONS(4190), + [anon_sym_is] = ACTIONS(4188), + [anon_sym_BANGis] = ACTIONS(4190), + [anon_sym_PLUS] = ACTIONS(4188), + [anon_sym_DASH] = ACTIONS(4188), + [anon_sym_SLASH] = ACTIONS(4188), + [anon_sym_PERCENT] = ACTIONS(4188), + [anon_sym_as_QMARK] = ACTIONS(4190), + [anon_sym_PLUS_PLUS] = ACTIONS(4190), + [anon_sym_DASH_DASH] = ACTIONS(4190), + [anon_sym_BANG_BANG] = ACTIONS(4190), + [anon_sym_suspend] = ACTIONS(4188), + [anon_sym_sealed] = ACTIONS(4188), + [anon_sym_annotation] = ACTIONS(4188), + [anon_sym_data] = ACTIONS(4188), + [anon_sym_inner] = ACTIONS(4188), + [anon_sym_override] = ACTIONS(4188), + [anon_sym_lateinit] = ACTIONS(4188), + [anon_sym_public] = ACTIONS(4188), + [anon_sym_private] = ACTIONS(4188), + [anon_sym_internal] = ACTIONS(4188), + [anon_sym_protected] = ACTIONS(4188), + [anon_sym_tailrec] = ACTIONS(4188), + [anon_sym_operator] = ACTIONS(4188), + [anon_sym_infix] = ACTIONS(4188), + [anon_sym_inline] = ACTIONS(4188), + [anon_sym_external] = ACTIONS(4188), + [sym_property_modifier] = ACTIONS(4188), + [anon_sym_abstract] = ACTIONS(4188), + [anon_sym_final] = ACTIONS(4188), + [anon_sym_open] = ACTIONS(4188), + [anon_sym_vararg] = ACTIONS(4188), + [anon_sym_noinline] = ACTIONS(4188), + [anon_sym_crossinline] = ACTIONS(4188), + [anon_sym_expect] = ACTIONS(4188), + [anon_sym_actual] = ACTIONS(4188), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4190), + [sym__automatic_semicolon] = ACTIONS(4190), + [sym_safe_nav] = ACTIONS(4190), [sym_multiline_comment] = ACTIONS(3), }, - [3559] = { - [sym_class_body] = STATE(3831), - [sym__alpha_identifier] = ACTIONS(4643), - [anon_sym_AT] = ACTIONS(4645), - [anon_sym_LBRACK] = ACTIONS(4645), - [anon_sym_as] = ACTIONS(4643), - [anon_sym_EQ] = ACTIONS(4643), - [anon_sym_LBRACE] = ACTIONS(5421), - [anon_sym_RBRACE] = ACTIONS(4645), - [anon_sym_LPAREN] = ACTIONS(4645), - [anon_sym_COMMA] = ACTIONS(4645), - [anon_sym_LT] = ACTIONS(4643), - [anon_sym_GT] = ACTIONS(4643), - [anon_sym_where] = ACTIONS(4643), - [anon_sym_DOT] = ACTIONS(4643), - [anon_sym_SEMI] = ACTIONS(4645), - [anon_sym_get] = ACTIONS(4643), - [anon_sym_set] = ACTIONS(4643), - [anon_sym_STAR] = ACTIONS(4643), - [sym_label] = ACTIONS(4645), - [anon_sym_in] = ACTIONS(4643), - [anon_sym_DOT_DOT] = ACTIONS(4645), - [anon_sym_QMARK_COLON] = ACTIONS(4645), - [anon_sym_AMP_AMP] = ACTIONS(4645), - [anon_sym_PIPE_PIPE] = ACTIONS(4645), - [anon_sym_else] = ACTIONS(4643), - [anon_sym_COLON_COLON] = ACTIONS(4645), - [anon_sym_PLUS_EQ] = ACTIONS(4645), - [anon_sym_DASH_EQ] = ACTIONS(4645), - [anon_sym_STAR_EQ] = ACTIONS(4645), - [anon_sym_SLASH_EQ] = ACTIONS(4645), - [anon_sym_PERCENT_EQ] = ACTIONS(4645), - [anon_sym_BANG_EQ] = ACTIONS(4643), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4645), - [anon_sym_EQ_EQ] = ACTIONS(4643), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4645), - [anon_sym_LT_EQ] = ACTIONS(4645), - [anon_sym_GT_EQ] = ACTIONS(4645), - [anon_sym_BANGin] = ACTIONS(4645), - [anon_sym_is] = ACTIONS(4643), - [anon_sym_BANGis] = ACTIONS(4645), - [anon_sym_PLUS] = ACTIONS(4643), - [anon_sym_DASH] = ACTIONS(4643), - [anon_sym_SLASH] = ACTIONS(4643), - [anon_sym_PERCENT] = ACTIONS(4643), - [anon_sym_as_QMARK] = ACTIONS(4645), - [anon_sym_PLUS_PLUS] = ACTIONS(4645), - [anon_sym_DASH_DASH] = ACTIONS(4645), - [anon_sym_BANG_BANG] = ACTIONS(4645), - [anon_sym_suspend] = ACTIONS(4643), - [anon_sym_sealed] = ACTIONS(4643), - [anon_sym_annotation] = ACTIONS(4643), - [anon_sym_data] = ACTIONS(4643), - [anon_sym_inner] = ACTIONS(4643), - [anon_sym_override] = ACTIONS(4643), - [anon_sym_lateinit] = ACTIONS(4643), - [anon_sym_public] = ACTIONS(4643), - [anon_sym_private] = ACTIONS(4643), - [anon_sym_internal] = ACTIONS(4643), - [anon_sym_protected] = ACTIONS(4643), - [anon_sym_tailrec] = ACTIONS(4643), - [anon_sym_operator] = ACTIONS(4643), - [anon_sym_infix] = ACTIONS(4643), - [anon_sym_inline] = ACTIONS(4643), - [anon_sym_external] = ACTIONS(4643), - [sym_property_modifier] = ACTIONS(4643), - [anon_sym_abstract] = ACTIONS(4643), - [anon_sym_final] = ACTIONS(4643), - [anon_sym_open] = ACTIONS(4643), - [anon_sym_vararg] = ACTIONS(4643), - [anon_sym_noinline] = ACTIONS(4643), - [anon_sym_crossinline] = ACTIONS(4643), - [anon_sym_expect] = ACTIONS(4643), - [anon_sym_actual] = ACTIONS(4643), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4645), - [sym__automatic_semicolon] = ACTIONS(4645), - [sym_safe_nav] = ACTIONS(4645), - [sym_multiline_comment] = ACTIONS(3), + [3440] = { + [sym__alpha_identifier] = ACTIONS(4772), + [anon_sym_AT] = ACTIONS(4774), + [anon_sym_LBRACK] = ACTIONS(4774), + [anon_sym_as] = ACTIONS(4772), + [anon_sym_EQ] = ACTIONS(4772), + [anon_sym_LBRACE] = ACTIONS(4774), + [anon_sym_RBRACE] = ACTIONS(4774), + [anon_sym_LPAREN] = ACTIONS(4774), + [anon_sym_COMMA] = ACTIONS(4774), + [anon_sym_LT] = ACTIONS(4772), + [anon_sym_GT] = ACTIONS(4772), + [anon_sym_where] = ACTIONS(4772), + [anon_sym_object] = ACTIONS(4772), + [anon_sym_fun] = ACTIONS(4772), + [anon_sym_DOT] = ACTIONS(4772), + [anon_sym_SEMI] = ACTIONS(4774), + [anon_sym_get] = ACTIONS(4772), + [anon_sym_set] = ACTIONS(4772), + [anon_sym_this] = ACTIONS(4772), + [anon_sym_super] = ACTIONS(4772), + [anon_sym_STAR] = ACTIONS(4772), + [sym_label] = ACTIONS(4772), + [anon_sym_in] = ACTIONS(4772), + [anon_sym_DOT_DOT] = ACTIONS(4774), + [anon_sym_QMARK_COLON] = ACTIONS(4774), + [anon_sym_AMP_AMP] = ACTIONS(4774), + [anon_sym_PIPE_PIPE] = ACTIONS(4774), + [anon_sym_null] = ACTIONS(4772), + [anon_sym_if] = ACTIONS(4772), + [anon_sym_else] = ACTIONS(4772), + [anon_sym_when] = ACTIONS(4772), + [anon_sym_try] = ACTIONS(4772), + [anon_sym_throw] = ACTIONS(4772), + [anon_sym_return] = ACTIONS(4772), + [anon_sym_continue] = ACTIONS(4772), + [anon_sym_break] = ACTIONS(4772), + [anon_sym_COLON_COLON] = ACTIONS(4774), + [anon_sym_PLUS_EQ] = ACTIONS(4774), + [anon_sym_DASH_EQ] = ACTIONS(4774), + [anon_sym_STAR_EQ] = ACTIONS(4774), + [anon_sym_SLASH_EQ] = ACTIONS(4774), + [anon_sym_PERCENT_EQ] = ACTIONS(4774), + [anon_sym_BANG_EQ] = ACTIONS(4772), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4774), + [anon_sym_EQ_EQ] = ACTIONS(4772), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4774), + [anon_sym_LT_EQ] = ACTIONS(4774), + [anon_sym_GT_EQ] = ACTIONS(4774), + [anon_sym_BANGin] = ACTIONS(4774), + [anon_sym_is] = ACTIONS(4772), + [anon_sym_BANGis] = ACTIONS(4774), + [anon_sym_PLUS] = ACTIONS(4772), + [anon_sym_DASH] = ACTIONS(4772), + [anon_sym_SLASH] = ACTIONS(4772), + [anon_sym_PERCENT] = ACTIONS(4772), + [anon_sym_as_QMARK] = ACTIONS(4774), + [anon_sym_PLUS_PLUS] = ACTIONS(4774), + [anon_sym_DASH_DASH] = ACTIONS(4774), + [anon_sym_BANG] = ACTIONS(4772), + [anon_sym_BANG_BANG] = ACTIONS(4774), + [anon_sym_data] = ACTIONS(4772), + [anon_sym_inner] = ACTIONS(4772), + [anon_sym_expect] = ACTIONS(4772), + [anon_sym_actual] = ACTIONS(4772), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4774), + [anon_sym_continue_AT] = ACTIONS(4774), + [anon_sym_break_AT] = ACTIONS(4774), + [sym_real_literal] = ACTIONS(4774), + [sym_integer_literal] = ACTIONS(4772), + [sym_hex_literal] = ACTIONS(4774), + [sym_bin_literal] = ACTIONS(4774), + [anon_sym_true] = ACTIONS(4772), + [anon_sym_false] = ACTIONS(4772), + [anon_sym_SQUOTE] = ACTIONS(4774), + [sym__backtick_identifier] = ACTIONS(4774), + [sym__automatic_semicolon] = ACTIONS(4774), + [sym_safe_nav] = ACTIONS(4774), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4774), }, - [3560] = { - [sym__alpha_identifier] = ACTIONS(4670), - [anon_sym_AT] = ACTIONS(4672), - [anon_sym_LBRACK] = ACTIONS(4672), - [anon_sym_as] = ACTIONS(4670), - [anon_sym_EQ] = ACTIONS(4670), - [anon_sym_LBRACE] = ACTIONS(4672), - [anon_sym_RBRACE] = ACTIONS(4672), - [anon_sym_LPAREN] = ACTIONS(4672), - [anon_sym_COMMA] = ACTIONS(4672), - [anon_sym_by] = ACTIONS(4670), - [anon_sym_LT] = ACTIONS(4670), - [anon_sym_GT] = ACTIONS(4670), - [anon_sym_where] = ACTIONS(4670), - [anon_sym_DOT] = ACTIONS(4670), - [anon_sym_SEMI] = ACTIONS(4672), - [anon_sym_get] = ACTIONS(4670), - [anon_sym_set] = ACTIONS(4670), - [anon_sym_STAR] = ACTIONS(4670), - [sym_label] = ACTIONS(4672), - [anon_sym_in] = ACTIONS(4670), - [anon_sym_DOT_DOT] = ACTIONS(4672), - [anon_sym_QMARK_COLON] = ACTIONS(4672), - [anon_sym_AMP_AMP] = ACTIONS(4672), - [anon_sym_PIPE_PIPE] = ACTIONS(4672), - [anon_sym_else] = ACTIONS(4670), - [anon_sym_COLON_COLON] = ACTIONS(4672), - [anon_sym_PLUS_EQ] = ACTIONS(4672), - [anon_sym_DASH_EQ] = ACTIONS(4672), - [anon_sym_STAR_EQ] = ACTIONS(4672), - [anon_sym_SLASH_EQ] = ACTIONS(4672), - [anon_sym_PERCENT_EQ] = ACTIONS(4672), - [anon_sym_BANG_EQ] = ACTIONS(4670), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4672), - [anon_sym_EQ_EQ] = ACTIONS(4670), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4672), - [anon_sym_LT_EQ] = ACTIONS(4672), - [anon_sym_GT_EQ] = ACTIONS(4672), - [anon_sym_BANGin] = ACTIONS(4672), - [anon_sym_is] = ACTIONS(4670), - [anon_sym_BANGis] = ACTIONS(4672), - [anon_sym_PLUS] = ACTIONS(4670), - [anon_sym_DASH] = ACTIONS(4670), - [anon_sym_SLASH] = ACTIONS(4670), - [anon_sym_PERCENT] = ACTIONS(4670), - [anon_sym_as_QMARK] = ACTIONS(4672), - [anon_sym_PLUS_PLUS] = ACTIONS(4672), - [anon_sym_DASH_DASH] = ACTIONS(4672), - [anon_sym_BANG_BANG] = ACTIONS(4672), - [anon_sym_suspend] = ACTIONS(4670), - [anon_sym_sealed] = ACTIONS(4670), - [anon_sym_annotation] = ACTIONS(4670), - [anon_sym_data] = ACTIONS(4670), - [anon_sym_inner] = ACTIONS(4670), - [anon_sym_override] = ACTIONS(4670), - [anon_sym_lateinit] = ACTIONS(4670), - [anon_sym_public] = ACTIONS(4670), - [anon_sym_private] = ACTIONS(4670), - [anon_sym_internal] = ACTIONS(4670), - [anon_sym_protected] = ACTIONS(4670), - [anon_sym_tailrec] = ACTIONS(4670), - [anon_sym_operator] = ACTIONS(4670), - [anon_sym_infix] = ACTIONS(4670), - [anon_sym_inline] = ACTIONS(4670), - [anon_sym_external] = ACTIONS(4670), - [sym_property_modifier] = ACTIONS(4670), - [anon_sym_abstract] = ACTIONS(4670), - [anon_sym_final] = ACTIONS(4670), - [anon_sym_open] = ACTIONS(4670), - [anon_sym_vararg] = ACTIONS(4670), - [anon_sym_noinline] = ACTIONS(4670), - [anon_sym_crossinline] = ACTIONS(4670), - [anon_sym_expect] = ACTIONS(4670), - [anon_sym_actual] = ACTIONS(4670), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4672), - [sym__automatic_semicolon] = ACTIONS(4672), - [sym_safe_nav] = ACTIONS(4672), + [3441] = { + [sym__alpha_identifier] = ACTIONS(4760), + [anon_sym_AT] = ACTIONS(4762), + [anon_sym_LBRACK] = ACTIONS(4762), + [anon_sym_RBRACK] = ACTIONS(4762), + [anon_sym_as] = ACTIONS(4760), + [anon_sym_EQ] = ACTIONS(4760), + [anon_sym_LBRACE] = ACTIONS(4762), + [anon_sym_RBRACE] = ACTIONS(4762), + [anon_sym_LPAREN] = ACTIONS(4762), + [anon_sym_COMMA] = ACTIONS(4762), + [anon_sym_RPAREN] = ACTIONS(4762), + [anon_sym_LT] = ACTIONS(4760), + [anon_sym_GT] = ACTIONS(4760), + [anon_sym_where] = ACTIONS(4760), + [anon_sym_DOT] = ACTIONS(4760), + [anon_sym_SEMI] = ACTIONS(4762), + [anon_sym_get] = ACTIONS(4760), + [anon_sym_set] = ACTIONS(4760), + [anon_sym_STAR] = ACTIONS(4760), + [anon_sym_DASH_GT] = ACTIONS(4762), + [sym_label] = ACTIONS(4762), + [anon_sym_in] = ACTIONS(4760), + [anon_sym_while] = ACTIONS(4760), + [anon_sym_DOT_DOT] = ACTIONS(4762), + [anon_sym_QMARK_COLON] = ACTIONS(4762), + [anon_sym_AMP_AMP] = ACTIONS(4762), + [anon_sym_PIPE_PIPE] = ACTIONS(4762), + [anon_sym_else] = ACTIONS(4760), + [anon_sym_COLON_COLON] = ACTIONS(4762), + [anon_sym_PLUS_EQ] = ACTIONS(4762), + [anon_sym_DASH_EQ] = ACTIONS(4762), + [anon_sym_STAR_EQ] = ACTIONS(4762), + [anon_sym_SLASH_EQ] = ACTIONS(4762), + [anon_sym_PERCENT_EQ] = ACTIONS(4762), + [anon_sym_BANG_EQ] = ACTIONS(4760), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4762), + [anon_sym_EQ_EQ] = ACTIONS(4760), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4762), + [anon_sym_LT_EQ] = ACTIONS(4762), + [anon_sym_GT_EQ] = ACTIONS(4762), + [anon_sym_BANGin] = ACTIONS(4762), + [anon_sym_is] = ACTIONS(4760), + [anon_sym_BANGis] = ACTIONS(4762), + [anon_sym_PLUS] = ACTIONS(4760), + [anon_sym_DASH] = ACTIONS(4760), + [anon_sym_SLASH] = ACTIONS(4760), + [anon_sym_PERCENT] = ACTIONS(4760), + [anon_sym_as_QMARK] = ACTIONS(4762), + [anon_sym_PLUS_PLUS] = ACTIONS(4762), + [anon_sym_DASH_DASH] = ACTIONS(4762), + [anon_sym_BANG_BANG] = ACTIONS(4762), + [anon_sym_suspend] = ACTIONS(4760), + [anon_sym_sealed] = ACTIONS(4760), + [anon_sym_annotation] = ACTIONS(4760), + [anon_sym_data] = ACTIONS(4760), + [anon_sym_inner] = ACTIONS(4760), + [anon_sym_override] = ACTIONS(4760), + [anon_sym_lateinit] = ACTIONS(4760), + [anon_sym_public] = ACTIONS(4760), + [anon_sym_private] = ACTIONS(4760), + [anon_sym_internal] = ACTIONS(4760), + [anon_sym_protected] = ACTIONS(4760), + [anon_sym_tailrec] = ACTIONS(4760), + [anon_sym_operator] = ACTIONS(4760), + [anon_sym_infix] = ACTIONS(4760), + [anon_sym_inline] = ACTIONS(4760), + [anon_sym_external] = ACTIONS(4760), + [sym_property_modifier] = ACTIONS(4760), + [anon_sym_abstract] = ACTIONS(4760), + [anon_sym_final] = ACTIONS(4760), + [anon_sym_open] = ACTIONS(4760), + [anon_sym_vararg] = ACTIONS(4760), + [anon_sym_noinline] = ACTIONS(4760), + [anon_sym_crossinline] = ACTIONS(4760), + [anon_sym_expect] = ACTIONS(4760), + [anon_sym_actual] = ACTIONS(4760), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4762), + [sym_safe_nav] = ACTIONS(4762), [sym_multiline_comment] = ACTIONS(3), }, - [3561] = { - [sym_indexing_suffix] = STATE(4909), - [sym_navigation_suffix] = STATE(4889), - [sym_call_suffix] = STATE(4891), - [sym_annotated_lambda] = STATE(4893), - [sym_type_arguments] = STATE(7557), - [sym_value_arguments] = STATE(4442), - [sym_lambda_literal] = STATE(4899), - [sym__equality_operator] = STATE(2209), - [sym__comparison_operator] = STATE(2208), - [sym__in_operator] = STATE(2206), - [sym__is_operator] = STATE(6028), - [sym__additive_operator] = STATE(2205), - [sym__multiplicative_operator] = STATE(2203), - [sym__as_operator] = STATE(6024), - [sym__postfix_unary_operator] = STATE(4912), - [sym__member_access_operator] = STATE(7341), - [sym_annotation] = STATE(7855), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2266), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7855), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6688), - [anon_sym_as] = ACTIONS(6690), - [anon_sym_EQ] = ACTIONS(3019), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3021), - [anon_sym_LPAREN] = ACTIONS(6692), - [anon_sym_COMMA] = ACTIONS(3021), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(6694), - [anon_sym_where] = ACTIONS(3019), - [anon_sym_DOT] = ACTIONS(6696), - [anon_sym_SEMI] = ACTIONS(3021), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(6698), - [sym_label] = ACTIONS(6700), - [anon_sym_in] = ACTIONS(6702), - [anon_sym_DOT_DOT] = ACTIONS(6704), - [anon_sym_QMARK_COLON] = ACTIONS(6706), - [anon_sym_AMP_AMP] = ACTIONS(6708), - [anon_sym_PIPE_PIPE] = ACTIONS(6710), - [anon_sym_else] = ACTIONS(3019), - [anon_sym_COLON_COLON] = ACTIONS(6712), - [anon_sym_PLUS_EQ] = ACTIONS(3021), - [anon_sym_DASH_EQ] = ACTIONS(3021), - [anon_sym_STAR_EQ] = ACTIONS(3021), - [anon_sym_SLASH_EQ] = ACTIONS(3021), - [anon_sym_PERCENT_EQ] = ACTIONS(3021), - [anon_sym_BANG_EQ] = ACTIONS(6714), - [anon_sym_BANG_EQ_EQ] = ACTIONS(6716), - [anon_sym_EQ_EQ] = ACTIONS(6714), - [anon_sym_EQ_EQ_EQ] = ACTIONS(6716), - [anon_sym_LT_EQ] = ACTIONS(6718), - [anon_sym_GT_EQ] = ACTIONS(6718), - [anon_sym_BANGin] = ACTIONS(6720), - [anon_sym_is] = ACTIONS(6722), - [anon_sym_BANGis] = ACTIONS(6724), - [anon_sym_PLUS] = ACTIONS(6726), - [anon_sym_DASH] = ACTIONS(6726), - [anon_sym_SLASH] = ACTIONS(6698), - [anon_sym_PERCENT] = ACTIONS(6698), - [anon_sym_as_QMARK] = ACTIONS(6728), - [anon_sym_PLUS_PLUS] = ACTIONS(6730), - [anon_sym_DASH_DASH] = ACTIONS(6730), - [anon_sym_BANG_BANG] = ACTIONS(6730), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), + [3442] = { + [sym__alpha_identifier] = ACTIONS(4491), + [anon_sym_AT] = ACTIONS(4493), + [anon_sym_LBRACK] = ACTIONS(4493), + [anon_sym_EQ] = ACTIONS(4493), + [anon_sym_LBRACE] = ACTIONS(4493), + [anon_sym_RBRACE] = ACTIONS(4493), + [anon_sym_LPAREN] = ACTIONS(4493), + [anon_sym_COMMA] = ACTIONS(4493), + [anon_sym_by] = ACTIONS(4491), + [anon_sym_where] = ACTIONS(4491), + [anon_sym_object] = ACTIONS(4491), + [anon_sym_fun] = ACTIONS(4491), + [anon_sym_DOT] = ACTIONS(4491), + [anon_sym_SEMI] = ACTIONS(4493), + [anon_sym_get] = ACTIONS(4491), + [anon_sym_set] = ACTIONS(4491), + [anon_sym_this] = ACTIONS(4491), + [anon_sym_super] = ACTIONS(4491), + [sym__quest] = ACTIONS(4493), + [anon_sym_STAR] = ACTIONS(4493), + [sym_label] = ACTIONS(4491), + [anon_sym_in] = ACTIONS(4491), + [anon_sym_null] = ACTIONS(4491), + [anon_sym_if] = ACTIONS(4491), + [anon_sym_else] = ACTIONS(4491), + [anon_sym_when] = ACTIONS(4491), + [anon_sym_try] = ACTIONS(4491), + [anon_sym_throw] = ACTIONS(4491), + [anon_sym_return] = ACTIONS(4491), + [anon_sym_continue] = ACTIONS(4491), + [anon_sym_break] = ACTIONS(4491), + [anon_sym_COLON_COLON] = ACTIONS(4493), + [anon_sym_BANGin] = ACTIONS(4493), + [anon_sym_is] = ACTIONS(4491), + [anon_sym_BANGis] = ACTIONS(4493), + [anon_sym_PLUS] = ACTIONS(4491), + [anon_sym_DASH] = ACTIONS(4491), + [anon_sym_PLUS_PLUS] = ACTIONS(4493), + [anon_sym_DASH_DASH] = ACTIONS(4493), + [anon_sym_BANG] = ACTIONS(4491), + [anon_sym_suspend] = ACTIONS(4491), + [anon_sym_sealed] = ACTIONS(4491), + [anon_sym_annotation] = ACTIONS(4491), + [anon_sym_data] = ACTIONS(4491), + [anon_sym_inner] = ACTIONS(4491), + [anon_sym_override] = ACTIONS(4491), + [anon_sym_lateinit] = ACTIONS(4491), + [anon_sym_public] = ACTIONS(4491), + [anon_sym_private] = ACTIONS(4491), + [anon_sym_internal] = ACTIONS(4491), + [anon_sym_protected] = ACTIONS(4491), + [anon_sym_tailrec] = ACTIONS(4491), + [anon_sym_operator] = ACTIONS(4491), + [anon_sym_infix] = ACTIONS(4491), + [anon_sym_inline] = ACTIONS(4491), + [anon_sym_external] = ACTIONS(4491), + [sym_property_modifier] = ACTIONS(4491), + [anon_sym_abstract] = ACTIONS(4491), + [anon_sym_final] = ACTIONS(4491), + [anon_sym_open] = ACTIONS(4491), + [anon_sym_vararg] = ACTIONS(4491), + [anon_sym_noinline] = ACTIONS(4491), + [anon_sym_crossinline] = ACTIONS(4491), + [anon_sym_expect] = ACTIONS(4491), + [anon_sym_actual] = ACTIONS(4491), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3021), - [sym_safe_nav] = ACTIONS(6712), - [sym_multiline_comment] = ACTIONS(3), - }, - [3562] = { - [sym__alpha_identifier] = ACTIONS(4647), - [anon_sym_AT] = ACTIONS(4649), - [anon_sym_COLON] = ACTIONS(4647), - [anon_sym_LBRACK] = ACTIONS(4649), - [anon_sym_as] = ACTIONS(4647), - [anon_sym_EQ] = ACTIONS(4647), - [anon_sym_LBRACE] = ACTIONS(4649), - [anon_sym_RBRACE] = ACTIONS(4649), - [anon_sym_LPAREN] = ACTIONS(4649), - [anon_sym_COMMA] = ACTIONS(4649), - [anon_sym_LT] = ACTIONS(4647), - [anon_sym_GT] = ACTIONS(4647), - [anon_sym_where] = ACTIONS(4647), - [anon_sym_DOT] = ACTIONS(4647), - [anon_sym_SEMI] = ACTIONS(4649), - [anon_sym_get] = ACTIONS(4647), - [anon_sym_set] = ACTIONS(4647), - [anon_sym_STAR] = ACTIONS(4647), - [sym_label] = ACTIONS(4649), - [anon_sym_in] = ACTIONS(4647), - [anon_sym_DOT_DOT] = ACTIONS(4649), - [anon_sym_QMARK_COLON] = ACTIONS(4649), - [anon_sym_AMP_AMP] = ACTIONS(4649), - [anon_sym_PIPE_PIPE] = ACTIONS(4649), - [anon_sym_else] = ACTIONS(4647), - [anon_sym_COLON_COLON] = ACTIONS(4649), - [anon_sym_PLUS_EQ] = ACTIONS(4649), - [anon_sym_DASH_EQ] = ACTIONS(4649), - [anon_sym_STAR_EQ] = ACTIONS(4649), - [anon_sym_SLASH_EQ] = ACTIONS(4649), - [anon_sym_PERCENT_EQ] = ACTIONS(4649), - [anon_sym_BANG_EQ] = ACTIONS(4647), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4649), - [anon_sym_EQ_EQ] = ACTIONS(4647), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4649), - [anon_sym_LT_EQ] = ACTIONS(4649), - [anon_sym_GT_EQ] = ACTIONS(4649), - [anon_sym_BANGin] = ACTIONS(4649), - [anon_sym_is] = ACTIONS(4647), - [anon_sym_BANGis] = ACTIONS(4649), - [anon_sym_PLUS] = ACTIONS(4647), - [anon_sym_DASH] = ACTIONS(4647), - [anon_sym_SLASH] = ACTIONS(4647), - [anon_sym_PERCENT] = ACTIONS(4647), - [anon_sym_as_QMARK] = ACTIONS(4649), - [anon_sym_PLUS_PLUS] = ACTIONS(4649), - [anon_sym_DASH_DASH] = ACTIONS(4649), - [anon_sym_BANG_BANG] = ACTIONS(4649), - [anon_sym_suspend] = ACTIONS(4647), - [anon_sym_sealed] = ACTIONS(4647), - [anon_sym_annotation] = ACTIONS(4647), - [anon_sym_data] = ACTIONS(4647), - [anon_sym_inner] = ACTIONS(4647), - [anon_sym_override] = ACTIONS(4647), - [anon_sym_lateinit] = ACTIONS(4647), - [anon_sym_public] = ACTIONS(4647), - [anon_sym_private] = ACTIONS(4647), - [anon_sym_internal] = ACTIONS(4647), - [anon_sym_protected] = ACTIONS(4647), - [anon_sym_tailrec] = ACTIONS(4647), - [anon_sym_operator] = ACTIONS(4647), - [anon_sym_infix] = ACTIONS(4647), - [anon_sym_inline] = ACTIONS(4647), - [anon_sym_external] = ACTIONS(4647), - [sym_property_modifier] = ACTIONS(4647), - [anon_sym_abstract] = ACTIONS(4647), - [anon_sym_final] = ACTIONS(4647), - [anon_sym_open] = ACTIONS(4647), - [anon_sym_vararg] = ACTIONS(4647), - [anon_sym_noinline] = ACTIONS(4647), - [anon_sym_crossinline] = ACTIONS(4647), - [anon_sym_expect] = ACTIONS(4647), - [anon_sym_actual] = ACTIONS(4647), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4649), - [sym__automatic_semicolon] = ACTIONS(4649), - [sym_safe_nav] = ACTIONS(4649), + [anon_sym_return_AT] = ACTIONS(4493), + [anon_sym_continue_AT] = ACTIONS(4493), + [anon_sym_break_AT] = ACTIONS(4493), + [sym_real_literal] = ACTIONS(4493), + [sym_integer_literal] = ACTIONS(4491), + [sym_hex_literal] = ACTIONS(4493), + [sym_bin_literal] = ACTIONS(4493), + [anon_sym_true] = ACTIONS(4491), + [anon_sym_false] = ACTIONS(4491), + [anon_sym_SQUOTE] = ACTIONS(4493), + [sym__backtick_identifier] = ACTIONS(4493), + [sym__automatic_semicolon] = ACTIONS(4493), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4493), }, - [3563] = { - [sym__alpha_identifier] = ACTIONS(5067), - [anon_sym_AT] = ACTIONS(5069), - [anon_sym_LBRACK] = ACTIONS(5069), - [anon_sym_as] = ACTIONS(5067), - [anon_sym_EQ] = ACTIONS(5067), - [anon_sym_LBRACE] = ACTIONS(5069), - [anon_sym_RBRACE] = ACTIONS(5069), - [anon_sym_LPAREN] = ACTIONS(5069), - [anon_sym_LT] = ACTIONS(5067), - [anon_sym_GT] = ACTIONS(5067), - [anon_sym_object] = ACTIONS(5067), - [anon_sym_fun] = ACTIONS(5067), - [anon_sym_DOT] = ACTIONS(5067), - [anon_sym_SEMI] = ACTIONS(6736), - [anon_sym_get] = ACTIONS(5067), - [anon_sym_set] = ACTIONS(5067), - [anon_sym_this] = ACTIONS(5067), - [anon_sym_super] = ACTIONS(5067), - [anon_sym_STAR] = ACTIONS(5067), - [sym_label] = ACTIONS(5067), - [anon_sym_in] = ACTIONS(5067), - [anon_sym_DOT_DOT] = ACTIONS(5069), - [anon_sym_QMARK_COLON] = ACTIONS(5069), - [anon_sym_AMP_AMP] = ACTIONS(5069), - [anon_sym_PIPE_PIPE] = ACTIONS(5069), - [anon_sym_null] = ACTIONS(5067), - [anon_sym_if] = ACTIONS(5067), - [anon_sym_else] = ACTIONS(6732), - [anon_sym_when] = ACTIONS(5067), - [anon_sym_try] = ACTIONS(5067), - [anon_sym_throw] = ACTIONS(5067), - [anon_sym_return] = ACTIONS(5067), - [anon_sym_continue] = ACTIONS(5067), - [anon_sym_break] = ACTIONS(5067), - [anon_sym_COLON_COLON] = ACTIONS(5069), - [anon_sym_PLUS_EQ] = ACTIONS(5069), - [anon_sym_DASH_EQ] = ACTIONS(5069), - [anon_sym_STAR_EQ] = ACTIONS(5069), - [anon_sym_SLASH_EQ] = ACTIONS(5069), - [anon_sym_PERCENT_EQ] = ACTIONS(5069), - [anon_sym_BANG_EQ] = ACTIONS(5067), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5069), - [anon_sym_EQ_EQ] = ACTIONS(5067), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5069), - [anon_sym_LT_EQ] = ACTIONS(5069), - [anon_sym_GT_EQ] = ACTIONS(5069), - [anon_sym_BANGin] = ACTIONS(5069), - [anon_sym_is] = ACTIONS(5067), - [anon_sym_BANGis] = ACTIONS(5069), - [anon_sym_PLUS] = ACTIONS(5067), - [anon_sym_DASH] = ACTIONS(5067), - [anon_sym_SLASH] = ACTIONS(5067), - [anon_sym_PERCENT] = ACTIONS(5067), - [anon_sym_as_QMARK] = ACTIONS(5069), - [anon_sym_PLUS_PLUS] = ACTIONS(5069), - [anon_sym_DASH_DASH] = ACTIONS(5069), - [anon_sym_BANG] = ACTIONS(5067), - [anon_sym_BANG_BANG] = ACTIONS(5069), - [anon_sym_data] = ACTIONS(5067), - [anon_sym_inner] = ACTIONS(5067), - [anon_sym_expect] = ACTIONS(5067), - [anon_sym_actual] = ACTIONS(5067), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5069), - [anon_sym_continue_AT] = ACTIONS(5069), - [anon_sym_break_AT] = ACTIONS(5069), - [sym_real_literal] = ACTIONS(5069), - [sym_integer_literal] = ACTIONS(5067), - [sym_hex_literal] = ACTIONS(5069), - [sym_bin_literal] = ACTIONS(5069), - [anon_sym_true] = ACTIONS(5067), - [anon_sym_false] = ACTIONS(5067), - [anon_sym_SQUOTE] = ACTIONS(5069), - [sym__backtick_identifier] = ACTIONS(5069), - [sym__automatic_semicolon] = ACTIONS(5069), - [sym_safe_nav] = ACTIONS(5069), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5069), - }, - [3564] = { - [sym_enum_class_body] = STATE(3857), - [sym__alpha_identifier] = ACTIONS(4213), - [anon_sym_AT] = ACTIONS(4215), - [anon_sym_LBRACK] = ACTIONS(4215), - [anon_sym_as] = ACTIONS(4213), - [anon_sym_EQ] = ACTIONS(4213), - [anon_sym_LBRACE] = ACTIONS(5359), - [anon_sym_RBRACE] = ACTIONS(4215), - [anon_sym_LPAREN] = ACTIONS(4215), - [anon_sym_COMMA] = ACTIONS(4215), - [anon_sym_LT] = ACTIONS(4213), - [anon_sym_GT] = ACTIONS(4213), - [anon_sym_where] = ACTIONS(4213), - [anon_sym_DOT] = ACTIONS(4213), - [anon_sym_SEMI] = ACTIONS(4215), - [anon_sym_get] = ACTIONS(4213), - [anon_sym_set] = ACTIONS(4213), - [anon_sym_STAR] = ACTIONS(4213), - [sym_label] = ACTIONS(4215), - [anon_sym_in] = ACTIONS(4213), - [anon_sym_DOT_DOT] = ACTIONS(4215), - [anon_sym_QMARK_COLON] = ACTIONS(4215), - [anon_sym_AMP_AMP] = ACTIONS(4215), - [anon_sym_PIPE_PIPE] = ACTIONS(4215), - [anon_sym_else] = ACTIONS(4213), - [anon_sym_COLON_COLON] = ACTIONS(4215), - [anon_sym_PLUS_EQ] = ACTIONS(4215), - [anon_sym_DASH_EQ] = ACTIONS(4215), - [anon_sym_STAR_EQ] = ACTIONS(4215), - [anon_sym_SLASH_EQ] = ACTIONS(4215), - [anon_sym_PERCENT_EQ] = ACTIONS(4215), - [anon_sym_BANG_EQ] = ACTIONS(4213), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4215), - [anon_sym_EQ_EQ] = ACTIONS(4213), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4215), - [anon_sym_LT_EQ] = ACTIONS(4215), - [anon_sym_GT_EQ] = ACTIONS(4215), - [anon_sym_BANGin] = ACTIONS(4215), - [anon_sym_is] = ACTIONS(4213), - [anon_sym_BANGis] = ACTIONS(4215), - [anon_sym_PLUS] = ACTIONS(4213), - [anon_sym_DASH] = ACTIONS(4213), - [anon_sym_SLASH] = ACTIONS(4213), - [anon_sym_PERCENT] = ACTIONS(4213), - [anon_sym_as_QMARK] = ACTIONS(4215), - [anon_sym_PLUS_PLUS] = ACTIONS(4215), - [anon_sym_DASH_DASH] = ACTIONS(4215), - [anon_sym_BANG_BANG] = ACTIONS(4215), - [anon_sym_suspend] = ACTIONS(4213), - [anon_sym_sealed] = ACTIONS(4213), - [anon_sym_annotation] = ACTIONS(4213), - [anon_sym_data] = ACTIONS(4213), - [anon_sym_inner] = ACTIONS(4213), - [anon_sym_override] = ACTIONS(4213), - [anon_sym_lateinit] = ACTIONS(4213), - [anon_sym_public] = ACTIONS(4213), - [anon_sym_private] = ACTIONS(4213), - [anon_sym_internal] = ACTIONS(4213), - [anon_sym_protected] = ACTIONS(4213), - [anon_sym_tailrec] = ACTIONS(4213), - [anon_sym_operator] = ACTIONS(4213), - [anon_sym_infix] = ACTIONS(4213), - [anon_sym_inline] = ACTIONS(4213), - [anon_sym_external] = ACTIONS(4213), - [sym_property_modifier] = ACTIONS(4213), - [anon_sym_abstract] = ACTIONS(4213), - [anon_sym_final] = ACTIONS(4213), - [anon_sym_open] = ACTIONS(4213), - [anon_sym_vararg] = ACTIONS(4213), - [anon_sym_noinline] = ACTIONS(4213), - [anon_sym_crossinline] = ACTIONS(4213), - [anon_sym_expect] = ACTIONS(4213), - [anon_sym_actual] = ACTIONS(4213), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4215), - [sym__automatic_semicolon] = ACTIONS(4215), - [sym_safe_nav] = ACTIONS(4215), + [3443] = { + [sym_type_constraints] = STATE(3629), + [sym_enum_class_body] = STATE(3833), + [sym__alpha_identifier] = ACTIONS(4188), + [anon_sym_AT] = ACTIONS(4190), + [anon_sym_COLON] = ACTIONS(6603), + [anon_sym_LBRACK] = ACTIONS(4190), + [anon_sym_as] = ACTIONS(4188), + [anon_sym_EQ] = ACTIONS(4188), + [anon_sym_LBRACE] = ACTIONS(5415), + [anon_sym_RBRACE] = ACTIONS(4190), + [anon_sym_LPAREN] = ACTIONS(4190), + [anon_sym_COMMA] = ACTIONS(4190), + [anon_sym_LT] = ACTIONS(4188), + [anon_sym_GT] = ACTIONS(4188), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(4188), + [anon_sym_SEMI] = ACTIONS(4190), + [anon_sym_get] = ACTIONS(4188), + [anon_sym_set] = ACTIONS(4188), + [anon_sym_STAR] = ACTIONS(4188), + [sym_label] = ACTIONS(4190), + [anon_sym_in] = ACTIONS(4188), + [anon_sym_DOT_DOT] = ACTIONS(4190), + [anon_sym_QMARK_COLON] = ACTIONS(4190), + [anon_sym_AMP_AMP] = ACTIONS(4190), + [anon_sym_PIPE_PIPE] = ACTIONS(4190), + [anon_sym_else] = ACTIONS(4188), + [anon_sym_COLON_COLON] = ACTIONS(4190), + [anon_sym_PLUS_EQ] = ACTIONS(4190), + [anon_sym_DASH_EQ] = ACTIONS(4190), + [anon_sym_STAR_EQ] = ACTIONS(4190), + [anon_sym_SLASH_EQ] = ACTIONS(4190), + [anon_sym_PERCENT_EQ] = ACTIONS(4190), + [anon_sym_BANG_EQ] = ACTIONS(4188), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4190), + [anon_sym_EQ_EQ] = ACTIONS(4188), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4190), + [anon_sym_LT_EQ] = ACTIONS(4190), + [anon_sym_GT_EQ] = ACTIONS(4190), + [anon_sym_BANGin] = ACTIONS(4190), + [anon_sym_is] = ACTIONS(4188), + [anon_sym_BANGis] = ACTIONS(4190), + [anon_sym_PLUS] = ACTIONS(4188), + [anon_sym_DASH] = ACTIONS(4188), + [anon_sym_SLASH] = ACTIONS(4188), + [anon_sym_PERCENT] = ACTIONS(4188), + [anon_sym_as_QMARK] = ACTIONS(4190), + [anon_sym_PLUS_PLUS] = ACTIONS(4190), + [anon_sym_DASH_DASH] = ACTIONS(4190), + [anon_sym_BANG_BANG] = ACTIONS(4190), + [anon_sym_suspend] = ACTIONS(4188), + [anon_sym_sealed] = ACTIONS(4188), + [anon_sym_annotation] = ACTIONS(4188), + [anon_sym_data] = ACTIONS(4188), + [anon_sym_inner] = ACTIONS(4188), + [anon_sym_override] = ACTIONS(4188), + [anon_sym_lateinit] = ACTIONS(4188), + [anon_sym_public] = ACTIONS(4188), + [anon_sym_private] = ACTIONS(4188), + [anon_sym_internal] = ACTIONS(4188), + [anon_sym_protected] = ACTIONS(4188), + [anon_sym_tailrec] = ACTIONS(4188), + [anon_sym_operator] = ACTIONS(4188), + [anon_sym_infix] = ACTIONS(4188), + [anon_sym_inline] = ACTIONS(4188), + [anon_sym_external] = ACTIONS(4188), + [sym_property_modifier] = ACTIONS(4188), + [anon_sym_abstract] = ACTIONS(4188), + [anon_sym_final] = ACTIONS(4188), + [anon_sym_open] = ACTIONS(4188), + [anon_sym_vararg] = ACTIONS(4188), + [anon_sym_noinline] = ACTIONS(4188), + [anon_sym_crossinline] = ACTIONS(4188), + [anon_sym_expect] = ACTIONS(4188), + [anon_sym_actual] = ACTIONS(4188), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4190), + [sym__automatic_semicolon] = ACTIONS(4190), + [sym_safe_nav] = ACTIONS(4190), [sym_multiline_comment] = ACTIONS(3), }, - [3565] = { - [ts_builtin_sym_end] = ACTIONS(6738), - [sym__alpha_identifier] = ACTIONS(6740), - [anon_sym_AT] = ACTIONS(6738), - [anon_sym_LBRACK] = ACTIONS(6738), - [anon_sym_package] = ACTIONS(6740), - [anon_sym_import] = ACTIONS(6740), - [anon_sym_typealias] = ACTIONS(6740), - [anon_sym_class] = ACTIONS(6740), - [anon_sym_interface] = ACTIONS(6740), - [anon_sym_enum] = ACTIONS(6740), - [anon_sym_LBRACE] = ACTIONS(6738), - [anon_sym_LPAREN] = ACTIONS(6738), - [anon_sym_val] = ACTIONS(6740), - [anon_sym_var] = ACTIONS(6740), - [anon_sym_object] = ACTIONS(6740), - [anon_sym_fun] = ACTIONS(6740), - [anon_sym_get] = ACTIONS(6740), - [anon_sym_set] = ACTIONS(6740), - [anon_sym_this] = ACTIONS(6740), - [anon_sym_super] = ACTIONS(6740), - [anon_sym_STAR] = ACTIONS(6738), - [sym_label] = ACTIONS(6740), - [anon_sym_for] = ACTIONS(6740), - [anon_sym_while] = ACTIONS(6740), - [anon_sym_do] = ACTIONS(6740), - [anon_sym_null] = ACTIONS(6740), - [anon_sym_if] = ACTIONS(6740), - [anon_sym_when] = ACTIONS(6740), - [anon_sym_try] = ACTIONS(6740), - [anon_sym_throw] = ACTIONS(6740), - [anon_sym_return] = ACTIONS(6740), - [anon_sym_continue] = ACTIONS(6740), - [anon_sym_break] = ACTIONS(6740), - [anon_sym_COLON_COLON] = ACTIONS(6738), - [anon_sym_PLUS] = ACTIONS(6740), - [anon_sym_DASH] = ACTIONS(6740), - [anon_sym_PLUS_PLUS] = ACTIONS(6738), - [anon_sym_DASH_DASH] = ACTIONS(6738), - [anon_sym_BANG] = ACTIONS(6738), - [anon_sym_suspend] = ACTIONS(6740), - [anon_sym_sealed] = ACTIONS(6740), - [anon_sym_annotation] = ACTIONS(6740), - [anon_sym_data] = ACTIONS(6740), - [anon_sym_inner] = ACTIONS(6740), - [anon_sym_override] = ACTIONS(6740), - [anon_sym_lateinit] = ACTIONS(6740), - [anon_sym_public] = ACTIONS(6740), - [anon_sym_private] = ACTIONS(6740), - [anon_sym_internal] = ACTIONS(6740), - [anon_sym_protected] = ACTIONS(6740), - [anon_sym_tailrec] = ACTIONS(6740), - [anon_sym_operator] = ACTIONS(6740), - [anon_sym_infix] = ACTIONS(6740), - [anon_sym_inline] = ACTIONS(6740), - [anon_sym_external] = ACTIONS(6740), - [sym_property_modifier] = ACTIONS(6740), - [anon_sym_abstract] = ACTIONS(6740), - [anon_sym_final] = ACTIONS(6740), - [anon_sym_open] = ACTIONS(6740), - [anon_sym_vararg] = ACTIONS(6740), - [anon_sym_noinline] = ACTIONS(6740), - [anon_sym_crossinline] = ACTIONS(6740), - [anon_sym_expect] = ACTIONS(6740), - [anon_sym_actual] = ACTIONS(6740), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(6738), - [anon_sym_continue_AT] = ACTIONS(6738), - [anon_sym_break_AT] = ACTIONS(6738), - [sym_real_literal] = ACTIONS(6738), - [sym_integer_literal] = ACTIONS(6740), - [sym_hex_literal] = ACTIONS(6738), - [sym_bin_literal] = ACTIONS(6738), - [anon_sym_true] = ACTIONS(6740), - [anon_sym_false] = ACTIONS(6740), - [anon_sym_SQUOTE] = ACTIONS(6738), - [sym__backtick_identifier] = ACTIONS(6738), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(6738), + [3444] = { + [sym__alpha_identifier] = ACTIONS(4780), + [anon_sym_AT] = ACTIONS(4782), + [anon_sym_LBRACK] = ACTIONS(4782), + [anon_sym_as] = ACTIONS(4780), + [anon_sym_EQ] = ACTIONS(4780), + [anon_sym_LBRACE] = ACTIONS(4782), + [anon_sym_RBRACE] = ACTIONS(4782), + [anon_sym_LPAREN] = ACTIONS(4782), + [anon_sym_COMMA] = ACTIONS(4782), + [anon_sym_LT] = ACTIONS(4780), + [anon_sym_GT] = ACTIONS(4780), + [anon_sym_where] = ACTIONS(4780), + [anon_sym_object] = ACTIONS(4780), + [anon_sym_fun] = ACTIONS(4780), + [anon_sym_DOT] = ACTIONS(4780), + [anon_sym_SEMI] = ACTIONS(4782), + [anon_sym_get] = ACTIONS(4780), + [anon_sym_set] = ACTIONS(4780), + [anon_sym_this] = ACTIONS(4780), + [anon_sym_super] = ACTIONS(4780), + [anon_sym_STAR] = ACTIONS(4780), + [sym_label] = ACTIONS(4780), + [anon_sym_in] = ACTIONS(4780), + [anon_sym_DOT_DOT] = ACTIONS(4782), + [anon_sym_QMARK_COLON] = ACTIONS(4782), + [anon_sym_AMP_AMP] = ACTIONS(4782), + [anon_sym_PIPE_PIPE] = ACTIONS(4782), + [anon_sym_null] = ACTIONS(4780), + [anon_sym_if] = ACTIONS(4780), + [anon_sym_else] = ACTIONS(4780), + [anon_sym_when] = ACTIONS(4780), + [anon_sym_try] = ACTIONS(4780), + [anon_sym_throw] = ACTIONS(4780), + [anon_sym_return] = ACTIONS(4780), + [anon_sym_continue] = ACTIONS(4780), + [anon_sym_break] = ACTIONS(4780), + [anon_sym_COLON_COLON] = ACTIONS(4782), + [anon_sym_PLUS_EQ] = ACTIONS(4782), + [anon_sym_DASH_EQ] = ACTIONS(4782), + [anon_sym_STAR_EQ] = ACTIONS(4782), + [anon_sym_SLASH_EQ] = ACTIONS(4782), + [anon_sym_PERCENT_EQ] = ACTIONS(4782), + [anon_sym_BANG_EQ] = ACTIONS(4780), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4782), + [anon_sym_EQ_EQ] = ACTIONS(4780), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4782), + [anon_sym_LT_EQ] = ACTIONS(4782), + [anon_sym_GT_EQ] = ACTIONS(4782), + [anon_sym_BANGin] = ACTIONS(4782), + [anon_sym_is] = ACTIONS(4780), + [anon_sym_BANGis] = ACTIONS(4782), + [anon_sym_PLUS] = ACTIONS(4780), + [anon_sym_DASH] = ACTIONS(4780), + [anon_sym_SLASH] = ACTIONS(4780), + [anon_sym_PERCENT] = ACTIONS(4780), + [anon_sym_as_QMARK] = ACTIONS(4782), + [anon_sym_PLUS_PLUS] = ACTIONS(4782), + [anon_sym_DASH_DASH] = ACTIONS(4782), + [anon_sym_BANG] = ACTIONS(4780), + [anon_sym_BANG_BANG] = ACTIONS(4782), + [anon_sym_data] = ACTIONS(4780), + [anon_sym_inner] = ACTIONS(4780), + [anon_sym_expect] = ACTIONS(4780), + [anon_sym_actual] = ACTIONS(4780), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4782), + [anon_sym_continue_AT] = ACTIONS(4782), + [anon_sym_break_AT] = ACTIONS(4782), + [sym_real_literal] = ACTIONS(4782), + [sym_integer_literal] = ACTIONS(4780), + [sym_hex_literal] = ACTIONS(4782), + [sym_bin_literal] = ACTIONS(4782), + [anon_sym_true] = ACTIONS(4780), + [anon_sym_false] = ACTIONS(4780), + [anon_sym_SQUOTE] = ACTIONS(4782), + [sym__backtick_identifier] = ACTIONS(4782), + [sym__automatic_semicolon] = ACTIONS(4782), + [sym_safe_nav] = ACTIONS(4782), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4782), }, - [3566] = { - [sym_enum_class_body] = STATE(3758), - [sym__alpha_identifier] = ACTIONS(4583), - [anon_sym_AT] = ACTIONS(4585), - [anon_sym_LBRACK] = ACTIONS(4585), - [anon_sym_as] = ACTIONS(4583), - [anon_sym_EQ] = ACTIONS(4583), - [anon_sym_LBRACE] = ACTIONS(5359), - [anon_sym_RBRACE] = ACTIONS(4585), - [anon_sym_LPAREN] = ACTIONS(4585), - [anon_sym_COMMA] = ACTIONS(4585), - [anon_sym_LT] = ACTIONS(4583), - [anon_sym_GT] = ACTIONS(4583), - [anon_sym_where] = ACTIONS(4583), - [anon_sym_DOT] = ACTIONS(4583), - [anon_sym_SEMI] = ACTIONS(4585), - [anon_sym_get] = ACTIONS(4583), - [anon_sym_set] = ACTIONS(4583), - [anon_sym_STAR] = ACTIONS(4583), - [sym_label] = ACTIONS(4585), - [anon_sym_in] = ACTIONS(4583), - [anon_sym_DOT_DOT] = ACTIONS(4585), - [anon_sym_QMARK_COLON] = ACTIONS(4585), - [anon_sym_AMP_AMP] = ACTIONS(4585), - [anon_sym_PIPE_PIPE] = ACTIONS(4585), - [anon_sym_else] = ACTIONS(4583), - [anon_sym_COLON_COLON] = ACTIONS(4585), - [anon_sym_PLUS_EQ] = ACTIONS(4585), - [anon_sym_DASH_EQ] = ACTIONS(4585), - [anon_sym_STAR_EQ] = ACTIONS(4585), - [anon_sym_SLASH_EQ] = ACTIONS(4585), - [anon_sym_PERCENT_EQ] = ACTIONS(4585), - [anon_sym_BANG_EQ] = ACTIONS(4583), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4585), - [anon_sym_EQ_EQ] = ACTIONS(4583), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4585), - [anon_sym_LT_EQ] = ACTIONS(4585), - [anon_sym_GT_EQ] = ACTIONS(4585), - [anon_sym_BANGin] = ACTIONS(4585), - [anon_sym_is] = ACTIONS(4583), - [anon_sym_BANGis] = ACTIONS(4585), - [anon_sym_PLUS] = ACTIONS(4583), - [anon_sym_DASH] = ACTIONS(4583), - [anon_sym_SLASH] = ACTIONS(4583), - [anon_sym_PERCENT] = ACTIONS(4583), - [anon_sym_as_QMARK] = ACTIONS(4585), - [anon_sym_PLUS_PLUS] = ACTIONS(4585), - [anon_sym_DASH_DASH] = ACTIONS(4585), - [anon_sym_BANG_BANG] = ACTIONS(4585), - [anon_sym_suspend] = ACTIONS(4583), - [anon_sym_sealed] = ACTIONS(4583), - [anon_sym_annotation] = ACTIONS(4583), - [anon_sym_data] = ACTIONS(4583), - [anon_sym_inner] = ACTIONS(4583), - [anon_sym_override] = ACTIONS(4583), - [anon_sym_lateinit] = ACTIONS(4583), - [anon_sym_public] = ACTIONS(4583), - [anon_sym_private] = ACTIONS(4583), - [anon_sym_internal] = ACTIONS(4583), - [anon_sym_protected] = ACTIONS(4583), - [anon_sym_tailrec] = ACTIONS(4583), - [anon_sym_operator] = ACTIONS(4583), - [anon_sym_infix] = ACTIONS(4583), - [anon_sym_inline] = ACTIONS(4583), - [anon_sym_external] = ACTIONS(4583), - [sym_property_modifier] = ACTIONS(4583), - [anon_sym_abstract] = ACTIONS(4583), - [anon_sym_final] = ACTIONS(4583), - [anon_sym_open] = ACTIONS(4583), - [anon_sym_vararg] = ACTIONS(4583), - [anon_sym_noinline] = ACTIONS(4583), - [anon_sym_crossinline] = ACTIONS(4583), - [anon_sym_expect] = ACTIONS(4583), - [anon_sym_actual] = ACTIONS(4583), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4585), - [sym__automatic_semicolon] = ACTIONS(4585), - [sym_safe_nav] = ACTIONS(4585), + [3445] = { + [sym__alpha_identifier] = ACTIONS(4820), + [anon_sym_AT] = ACTIONS(4822), + [anon_sym_LBRACK] = ACTIONS(4822), + [anon_sym_RBRACK] = ACTIONS(4822), + [anon_sym_as] = ACTIONS(4820), + [anon_sym_EQ] = ACTIONS(4820), + [anon_sym_LBRACE] = ACTIONS(4822), + [anon_sym_RBRACE] = ACTIONS(4822), + [anon_sym_LPAREN] = ACTIONS(4822), + [anon_sym_COMMA] = ACTIONS(4822), + [anon_sym_RPAREN] = ACTIONS(4822), + [anon_sym_LT] = ACTIONS(4820), + [anon_sym_GT] = ACTIONS(4820), + [anon_sym_where] = ACTIONS(4820), + [anon_sym_DOT] = ACTIONS(4820), + [anon_sym_SEMI] = ACTIONS(4822), + [anon_sym_get] = ACTIONS(4820), + [anon_sym_set] = ACTIONS(4820), + [anon_sym_STAR] = ACTIONS(4820), + [anon_sym_DASH_GT] = ACTIONS(4822), + [sym_label] = ACTIONS(4822), + [anon_sym_in] = ACTIONS(4820), + [anon_sym_while] = ACTIONS(4820), + [anon_sym_DOT_DOT] = ACTIONS(4822), + [anon_sym_QMARK_COLON] = ACTIONS(4822), + [anon_sym_AMP_AMP] = ACTIONS(4822), + [anon_sym_PIPE_PIPE] = ACTIONS(4822), + [anon_sym_else] = ACTIONS(4820), + [anon_sym_COLON_COLON] = ACTIONS(4822), + [anon_sym_PLUS_EQ] = ACTIONS(4822), + [anon_sym_DASH_EQ] = ACTIONS(4822), + [anon_sym_STAR_EQ] = ACTIONS(4822), + [anon_sym_SLASH_EQ] = ACTIONS(4822), + [anon_sym_PERCENT_EQ] = ACTIONS(4822), + [anon_sym_BANG_EQ] = ACTIONS(4820), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4822), + [anon_sym_EQ_EQ] = ACTIONS(4820), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4822), + [anon_sym_LT_EQ] = ACTIONS(4822), + [anon_sym_GT_EQ] = ACTIONS(4822), + [anon_sym_BANGin] = ACTIONS(4822), + [anon_sym_is] = ACTIONS(4820), + [anon_sym_BANGis] = ACTIONS(4822), + [anon_sym_PLUS] = ACTIONS(4820), + [anon_sym_DASH] = ACTIONS(4820), + [anon_sym_SLASH] = ACTIONS(4820), + [anon_sym_PERCENT] = ACTIONS(4820), + [anon_sym_as_QMARK] = ACTIONS(4822), + [anon_sym_PLUS_PLUS] = ACTIONS(4822), + [anon_sym_DASH_DASH] = ACTIONS(4822), + [anon_sym_BANG_BANG] = ACTIONS(4822), + [anon_sym_suspend] = ACTIONS(4820), + [anon_sym_sealed] = ACTIONS(4820), + [anon_sym_annotation] = ACTIONS(4820), + [anon_sym_data] = ACTIONS(4820), + [anon_sym_inner] = ACTIONS(4820), + [anon_sym_override] = ACTIONS(4820), + [anon_sym_lateinit] = ACTIONS(4820), + [anon_sym_public] = ACTIONS(4820), + [anon_sym_private] = ACTIONS(4820), + [anon_sym_internal] = ACTIONS(4820), + [anon_sym_protected] = ACTIONS(4820), + [anon_sym_tailrec] = ACTIONS(4820), + [anon_sym_operator] = ACTIONS(4820), + [anon_sym_infix] = ACTIONS(4820), + [anon_sym_inline] = ACTIONS(4820), + [anon_sym_external] = ACTIONS(4820), + [sym_property_modifier] = ACTIONS(4820), + [anon_sym_abstract] = ACTIONS(4820), + [anon_sym_final] = ACTIONS(4820), + [anon_sym_open] = ACTIONS(4820), + [anon_sym_vararg] = ACTIONS(4820), + [anon_sym_noinline] = ACTIONS(4820), + [anon_sym_crossinline] = ACTIONS(4820), + [anon_sym_expect] = ACTIONS(4820), + [anon_sym_actual] = ACTIONS(4820), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4822), + [sym_safe_nav] = ACTIONS(4822), [sym_multiline_comment] = ACTIONS(3), }, - [3567] = { - [ts_builtin_sym_end] = ACTIONS(6742), - [sym__alpha_identifier] = ACTIONS(6744), - [anon_sym_AT] = ACTIONS(6742), - [anon_sym_LBRACK] = ACTIONS(6742), - [anon_sym_package] = ACTIONS(6744), - [anon_sym_import] = ACTIONS(6744), - [anon_sym_typealias] = ACTIONS(6744), - [anon_sym_class] = ACTIONS(6744), - [anon_sym_interface] = ACTIONS(6744), - [anon_sym_enum] = ACTIONS(6744), - [anon_sym_LBRACE] = ACTIONS(6742), - [anon_sym_LPAREN] = ACTIONS(6742), - [anon_sym_val] = ACTIONS(6744), - [anon_sym_var] = ACTIONS(6744), - [anon_sym_object] = ACTIONS(6744), - [anon_sym_fun] = ACTIONS(6744), - [anon_sym_get] = ACTIONS(6744), - [anon_sym_set] = ACTIONS(6744), - [anon_sym_this] = ACTIONS(6744), - [anon_sym_super] = ACTIONS(6744), - [anon_sym_STAR] = ACTIONS(6742), - [sym_label] = ACTIONS(6744), - [anon_sym_for] = ACTIONS(6744), - [anon_sym_while] = ACTIONS(6744), - [anon_sym_do] = ACTIONS(6744), - [anon_sym_null] = ACTIONS(6744), - [anon_sym_if] = ACTIONS(6744), - [anon_sym_when] = ACTIONS(6744), - [anon_sym_try] = ACTIONS(6744), - [anon_sym_throw] = ACTIONS(6744), - [anon_sym_return] = ACTIONS(6744), - [anon_sym_continue] = ACTIONS(6744), - [anon_sym_break] = ACTIONS(6744), - [anon_sym_COLON_COLON] = ACTIONS(6742), - [anon_sym_PLUS] = ACTIONS(6744), - [anon_sym_DASH] = ACTIONS(6744), - [anon_sym_PLUS_PLUS] = ACTIONS(6742), - [anon_sym_DASH_DASH] = ACTIONS(6742), - [anon_sym_BANG] = ACTIONS(6742), - [anon_sym_suspend] = ACTIONS(6744), - [anon_sym_sealed] = ACTIONS(6744), - [anon_sym_annotation] = ACTIONS(6744), - [anon_sym_data] = ACTIONS(6744), - [anon_sym_inner] = ACTIONS(6744), - [anon_sym_override] = ACTIONS(6744), - [anon_sym_lateinit] = ACTIONS(6744), - [anon_sym_public] = ACTIONS(6744), - [anon_sym_private] = ACTIONS(6744), - [anon_sym_internal] = ACTIONS(6744), - [anon_sym_protected] = ACTIONS(6744), - [anon_sym_tailrec] = ACTIONS(6744), - [anon_sym_operator] = ACTIONS(6744), - [anon_sym_infix] = ACTIONS(6744), - [anon_sym_inline] = ACTIONS(6744), - [anon_sym_external] = ACTIONS(6744), - [sym_property_modifier] = ACTIONS(6744), - [anon_sym_abstract] = ACTIONS(6744), - [anon_sym_final] = ACTIONS(6744), - [anon_sym_open] = ACTIONS(6744), - [anon_sym_vararg] = ACTIONS(6744), - [anon_sym_noinline] = ACTIONS(6744), - [anon_sym_crossinline] = ACTIONS(6744), - [anon_sym_expect] = ACTIONS(6744), - [anon_sym_actual] = ACTIONS(6744), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(6742), - [anon_sym_continue_AT] = ACTIONS(6742), - [anon_sym_break_AT] = ACTIONS(6742), - [sym_real_literal] = ACTIONS(6742), - [sym_integer_literal] = ACTIONS(6744), - [sym_hex_literal] = ACTIONS(6742), - [sym_bin_literal] = ACTIONS(6742), - [anon_sym_true] = ACTIONS(6744), - [anon_sym_false] = ACTIONS(6744), - [anon_sym_SQUOTE] = ACTIONS(6742), - [sym__backtick_identifier] = ACTIONS(6742), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(6742), - }, - [3568] = { - [sym_class_body] = STATE(3871), - [sym__alpha_identifier] = ACTIONS(4422), - [anon_sym_AT] = ACTIONS(4424), - [anon_sym_LBRACK] = ACTIONS(4424), - [anon_sym_as] = ACTIONS(4422), - [anon_sym_EQ] = ACTIONS(4422), - [anon_sym_LBRACE] = ACTIONS(5421), - [anon_sym_RBRACE] = ACTIONS(4424), - [anon_sym_LPAREN] = ACTIONS(4424), - [anon_sym_COMMA] = ACTIONS(4424), - [anon_sym_LT] = ACTIONS(4422), - [anon_sym_GT] = ACTIONS(4422), - [anon_sym_where] = ACTIONS(4422), - [anon_sym_DOT] = ACTIONS(4422), - [anon_sym_SEMI] = ACTIONS(4424), - [anon_sym_get] = ACTIONS(4422), - [anon_sym_set] = ACTIONS(4422), - [anon_sym_STAR] = ACTIONS(4422), - [sym_label] = ACTIONS(4424), - [anon_sym_in] = ACTIONS(4422), - [anon_sym_DOT_DOT] = ACTIONS(4424), - [anon_sym_QMARK_COLON] = ACTIONS(4424), - [anon_sym_AMP_AMP] = ACTIONS(4424), - [anon_sym_PIPE_PIPE] = ACTIONS(4424), - [anon_sym_else] = ACTIONS(4422), - [anon_sym_COLON_COLON] = ACTIONS(4424), - [anon_sym_PLUS_EQ] = ACTIONS(4424), - [anon_sym_DASH_EQ] = ACTIONS(4424), - [anon_sym_STAR_EQ] = ACTIONS(4424), - [anon_sym_SLASH_EQ] = ACTIONS(4424), - [anon_sym_PERCENT_EQ] = ACTIONS(4424), - [anon_sym_BANG_EQ] = ACTIONS(4422), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4424), - [anon_sym_EQ_EQ] = ACTIONS(4422), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4424), - [anon_sym_LT_EQ] = ACTIONS(4424), - [anon_sym_GT_EQ] = ACTIONS(4424), - [anon_sym_BANGin] = ACTIONS(4424), - [anon_sym_is] = ACTIONS(4422), - [anon_sym_BANGis] = ACTIONS(4424), - [anon_sym_PLUS] = ACTIONS(4422), - [anon_sym_DASH] = ACTIONS(4422), - [anon_sym_SLASH] = ACTIONS(4422), - [anon_sym_PERCENT] = ACTIONS(4422), - [anon_sym_as_QMARK] = ACTIONS(4424), - [anon_sym_PLUS_PLUS] = ACTIONS(4424), - [anon_sym_DASH_DASH] = ACTIONS(4424), - [anon_sym_BANG_BANG] = ACTIONS(4424), - [anon_sym_suspend] = ACTIONS(4422), - [anon_sym_sealed] = ACTIONS(4422), - [anon_sym_annotation] = ACTIONS(4422), - [anon_sym_data] = ACTIONS(4422), - [anon_sym_inner] = ACTIONS(4422), - [anon_sym_override] = ACTIONS(4422), - [anon_sym_lateinit] = ACTIONS(4422), - [anon_sym_public] = ACTIONS(4422), - [anon_sym_private] = ACTIONS(4422), - [anon_sym_internal] = ACTIONS(4422), - [anon_sym_protected] = ACTIONS(4422), - [anon_sym_tailrec] = ACTIONS(4422), - [anon_sym_operator] = ACTIONS(4422), - [anon_sym_infix] = ACTIONS(4422), - [anon_sym_inline] = ACTIONS(4422), - [anon_sym_external] = ACTIONS(4422), - [sym_property_modifier] = ACTIONS(4422), - [anon_sym_abstract] = ACTIONS(4422), - [anon_sym_final] = ACTIONS(4422), - [anon_sym_open] = ACTIONS(4422), - [anon_sym_vararg] = ACTIONS(4422), - [anon_sym_noinline] = ACTIONS(4422), - [anon_sym_crossinline] = ACTIONS(4422), - [anon_sym_expect] = ACTIONS(4422), - [anon_sym_actual] = ACTIONS(4422), + [3446] = { + [sym_type_arguments] = STATE(3479), + [sym__alpha_identifier] = ACTIONS(4107), + [anon_sym_AT] = ACTIONS(4115), + [anon_sym_LBRACK] = ACTIONS(4115), + [anon_sym_as] = ACTIONS(4107), + [anon_sym_EQ] = ACTIONS(4107), + [anon_sym_LBRACE] = ACTIONS(4115), + [anon_sym_RBRACE] = ACTIONS(4115), + [anon_sym_LPAREN] = ACTIONS(4115), + [anon_sym_COMMA] = ACTIONS(4115), + [anon_sym_by] = ACTIONS(4107), + [anon_sym_LT] = ACTIONS(6605), + [anon_sym_GT] = ACTIONS(4107), + [anon_sym_where] = ACTIONS(4107), + [anon_sym_DOT] = ACTIONS(4107), + [anon_sym_SEMI] = ACTIONS(4115), + [anon_sym_get] = ACTIONS(4107), + [anon_sym_set] = ACTIONS(4107), + [sym__quest] = ACTIONS(4107), + [anon_sym_STAR] = ACTIONS(4107), + [sym_label] = ACTIONS(4115), + [anon_sym_in] = ACTIONS(4107), + [anon_sym_DOT_DOT] = ACTIONS(4115), + [anon_sym_QMARK_COLON] = ACTIONS(4115), + [anon_sym_AMP_AMP] = ACTIONS(4115), + [anon_sym_PIPE_PIPE] = ACTIONS(4115), + [anon_sym_else] = ACTIONS(4107), + [anon_sym_COLON_COLON] = ACTIONS(4115), + [anon_sym_PLUS_EQ] = ACTIONS(4115), + [anon_sym_DASH_EQ] = ACTIONS(4115), + [anon_sym_STAR_EQ] = ACTIONS(4115), + [anon_sym_SLASH_EQ] = ACTIONS(4115), + [anon_sym_PERCENT_EQ] = ACTIONS(4115), + [anon_sym_BANG_EQ] = ACTIONS(4107), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4115), + [anon_sym_EQ_EQ] = ACTIONS(4107), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4115), + [anon_sym_LT_EQ] = ACTIONS(4115), + [anon_sym_GT_EQ] = ACTIONS(4115), + [anon_sym_BANGin] = ACTIONS(4115), + [anon_sym_is] = ACTIONS(4107), + [anon_sym_BANGis] = ACTIONS(4115), + [anon_sym_PLUS] = ACTIONS(4107), + [anon_sym_DASH] = ACTIONS(4107), + [anon_sym_SLASH] = ACTIONS(4107), + [anon_sym_PERCENT] = ACTIONS(4107), + [anon_sym_as_QMARK] = ACTIONS(4115), + [anon_sym_PLUS_PLUS] = ACTIONS(4115), + [anon_sym_DASH_DASH] = ACTIONS(4115), + [anon_sym_BANG_BANG] = ACTIONS(4115), + [anon_sym_suspend] = ACTIONS(4107), + [anon_sym_sealed] = ACTIONS(4107), + [anon_sym_annotation] = ACTIONS(4107), + [anon_sym_data] = ACTIONS(4107), + [anon_sym_inner] = ACTIONS(4107), + [anon_sym_override] = ACTIONS(4107), + [anon_sym_lateinit] = ACTIONS(4107), + [anon_sym_public] = ACTIONS(4107), + [anon_sym_private] = ACTIONS(4107), + [anon_sym_internal] = ACTIONS(4107), + [anon_sym_protected] = ACTIONS(4107), + [anon_sym_tailrec] = ACTIONS(4107), + [anon_sym_operator] = ACTIONS(4107), + [anon_sym_infix] = ACTIONS(4107), + [anon_sym_inline] = ACTIONS(4107), + [anon_sym_external] = ACTIONS(4107), + [sym_property_modifier] = ACTIONS(4107), + [anon_sym_abstract] = ACTIONS(4107), + [anon_sym_final] = ACTIONS(4107), + [anon_sym_open] = ACTIONS(4107), + [anon_sym_vararg] = ACTIONS(4107), + [anon_sym_noinline] = ACTIONS(4107), + [anon_sym_crossinline] = ACTIONS(4107), + [anon_sym_expect] = ACTIONS(4107), + [anon_sym_actual] = ACTIONS(4107), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4424), - [sym__automatic_semicolon] = ACTIONS(4424), - [sym_safe_nav] = ACTIONS(4424), + [sym__backtick_identifier] = ACTIONS(4115), + [sym__automatic_semicolon] = ACTIONS(4115), + [sym_safe_nav] = ACTIONS(4115), [sym_multiline_comment] = ACTIONS(3), }, - [3569] = { - [sym_type_arguments] = STATE(3949), - [sym__alpha_identifier] = ACTIONS(4130), - [anon_sym_AT] = ACTIONS(4138), - [anon_sym_LBRACK] = ACTIONS(4138), - [anon_sym_typealias] = ACTIONS(4130), - [anon_sym_class] = ACTIONS(4130), - [anon_sym_interface] = ACTIONS(4130), - [anon_sym_enum] = ACTIONS(4130), - [anon_sym_LBRACE] = ACTIONS(4138), - [anon_sym_LPAREN] = ACTIONS(4138), - [anon_sym_val] = ACTIONS(4130), - [anon_sym_var] = ACTIONS(4130), - [anon_sym_LT] = ACTIONS(6746), - [anon_sym_object] = ACTIONS(4130), - [anon_sym_fun] = ACTIONS(4130), - [anon_sym_DOT] = ACTIONS(4130), - [anon_sym_get] = ACTIONS(4130), - [anon_sym_set] = ACTIONS(4130), - [anon_sym_this] = ACTIONS(4130), - [anon_sym_super] = ACTIONS(4130), - [anon_sym_STAR] = ACTIONS(4138), - [sym_label] = ACTIONS(4130), - [anon_sym_for] = ACTIONS(4130), - [anon_sym_while] = ACTIONS(4130), - [anon_sym_do] = ACTIONS(4130), - [anon_sym_null] = ACTIONS(4130), - [anon_sym_if] = ACTIONS(4130), - [anon_sym_when] = ACTIONS(4130), - [anon_sym_try] = ACTIONS(4130), - [anon_sym_throw] = ACTIONS(4130), - [anon_sym_return] = ACTIONS(4130), - [anon_sym_continue] = ACTIONS(4130), - [anon_sym_break] = ACTIONS(4130), - [anon_sym_COLON_COLON] = ACTIONS(4138), - [anon_sym_PLUS] = ACTIONS(4130), - [anon_sym_DASH] = ACTIONS(4130), - [anon_sym_PLUS_PLUS] = ACTIONS(4138), - [anon_sym_DASH_DASH] = ACTIONS(4138), - [anon_sym_BANG] = ACTIONS(4138), - [anon_sym_suspend] = ACTIONS(4130), - [anon_sym_sealed] = ACTIONS(4130), - [anon_sym_annotation] = ACTIONS(4130), - [anon_sym_data] = ACTIONS(4130), - [anon_sym_inner] = ACTIONS(4130), - [anon_sym_override] = ACTIONS(4130), - [anon_sym_lateinit] = ACTIONS(4130), - [anon_sym_public] = ACTIONS(4130), - [anon_sym_private] = ACTIONS(4130), - [anon_sym_internal] = ACTIONS(4130), - [anon_sym_protected] = ACTIONS(4130), - [anon_sym_tailrec] = ACTIONS(4130), - [anon_sym_operator] = ACTIONS(4130), - [anon_sym_infix] = ACTIONS(4130), - [anon_sym_inline] = ACTIONS(4130), - [anon_sym_external] = ACTIONS(4130), - [sym_property_modifier] = ACTIONS(4130), - [anon_sym_abstract] = ACTIONS(4130), - [anon_sym_final] = ACTIONS(4130), - [anon_sym_open] = ACTIONS(4130), - [anon_sym_vararg] = ACTIONS(4130), - [anon_sym_noinline] = ACTIONS(4130), - [anon_sym_crossinline] = ACTIONS(4130), - [anon_sym_expect] = ACTIONS(4130), - [anon_sym_actual] = ACTIONS(4130), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4138), - [anon_sym_continue_AT] = ACTIONS(4138), - [anon_sym_break_AT] = ACTIONS(4138), - [sym_real_literal] = ACTIONS(4138), - [sym_integer_literal] = ACTIONS(4130), - [sym_hex_literal] = ACTIONS(4138), - [sym_bin_literal] = ACTIONS(4138), - [anon_sym_true] = ACTIONS(4130), - [anon_sym_false] = ACTIONS(4130), - [anon_sym_SQUOTE] = ACTIONS(4138), - [sym__backtick_identifier] = ACTIONS(4138), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4138), + [3447] = { + [sym__alpha_identifier] = ACTIONS(1784), + [anon_sym_AT] = ACTIONS(1786), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_EQ] = ACTIONS(1784), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_COMMA] = ACTIONS(1786), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_where] = ACTIONS(1784), + [anon_sym_object] = ACTIONS(1784), + [anon_sym_fun] = ACTIONS(1784), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(1786), + [anon_sym_get] = ACTIONS(1784), + [anon_sym_set] = ACTIONS(1784), + [anon_sym_this] = ACTIONS(1784), + [anon_sym_super] = ACTIONS(1784), + [anon_sym_STAR] = ACTIONS(1784), + [sym_label] = ACTIONS(1784), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_null] = ACTIONS(1784), + [anon_sym_if] = ACTIONS(1784), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_when] = ACTIONS(1784), + [anon_sym_try] = ACTIONS(1784), + [anon_sym_throw] = ACTIONS(1784), + [anon_sym_return] = ACTIONS(1784), + [anon_sym_continue] = ACTIONS(1784), + [anon_sym_break] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_PLUS_EQ] = ACTIONS(1786), + [anon_sym_DASH_EQ] = ACTIONS(1786), + [anon_sym_STAR_EQ] = ACTIONS(1786), + [anon_sym_SLASH_EQ] = ACTIONS(1786), + [anon_sym_PERCENT_EQ] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1784), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG] = ACTIONS(1784), + [anon_sym_BANG_BANG] = ACTIONS(1786), + [anon_sym_data] = ACTIONS(1784), + [anon_sym_inner] = ACTIONS(1784), + [anon_sym_expect] = ACTIONS(1784), + [anon_sym_actual] = ACTIONS(1784), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1786), + [anon_sym_continue_AT] = ACTIONS(1786), + [anon_sym_break_AT] = ACTIONS(1786), + [sym_real_literal] = ACTIONS(1786), + [sym_integer_literal] = ACTIONS(1784), + [sym_hex_literal] = ACTIONS(1786), + [sym_bin_literal] = ACTIONS(1786), + [anon_sym_true] = ACTIONS(1784), + [anon_sym_false] = ACTIONS(1784), + [anon_sym_SQUOTE] = ACTIONS(1786), + [sym__backtick_identifier] = ACTIONS(1786), + [sym__automatic_semicolon] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1786), }, - [3570] = { - [sym__alpha_identifier] = ACTIONS(4233), - [anon_sym_AT] = ACTIONS(4236), - [anon_sym_LBRACK] = ACTIONS(4236), - [anon_sym_as] = ACTIONS(4241), - [anon_sym_EQ] = ACTIONS(4241), - [anon_sym_LBRACE] = ACTIONS(4236), - [anon_sym_RBRACE] = ACTIONS(4239), - [anon_sym_LPAREN] = ACTIONS(6748), - [anon_sym_LT] = ACTIONS(4241), - [anon_sym_GT] = ACTIONS(4241), - [anon_sym_object] = ACTIONS(4233), - [anon_sym_fun] = ACTIONS(4233), - [anon_sym_DOT] = ACTIONS(4241), - [anon_sym_SEMI] = ACTIONS(4239), - [anon_sym_get] = ACTIONS(4233), - [anon_sym_set] = ACTIONS(4233), - [anon_sym_this] = ACTIONS(4233), - [anon_sym_super] = ACTIONS(4233), - [anon_sym_STAR] = ACTIONS(4233), - [sym_label] = ACTIONS(4233), - [anon_sym_in] = ACTIONS(4241), - [anon_sym_DOT_DOT] = ACTIONS(4239), - [anon_sym_QMARK_COLON] = ACTIONS(4239), - [anon_sym_AMP_AMP] = ACTIONS(4239), - [anon_sym_PIPE_PIPE] = ACTIONS(4239), - [anon_sym_null] = ACTIONS(4233), - [anon_sym_if] = ACTIONS(4233), - [anon_sym_else] = ACTIONS(4241), - [anon_sym_when] = ACTIONS(4233), - [anon_sym_try] = ACTIONS(4233), - [anon_sym_throw] = ACTIONS(4233), - [anon_sym_return] = ACTIONS(4233), - [anon_sym_continue] = ACTIONS(4233), - [anon_sym_break] = ACTIONS(4233), - [anon_sym_COLON_COLON] = ACTIONS(4236), - [anon_sym_PLUS_EQ] = ACTIONS(4239), - [anon_sym_DASH_EQ] = ACTIONS(4239), - [anon_sym_STAR_EQ] = ACTIONS(4239), - [anon_sym_SLASH_EQ] = ACTIONS(4239), - [anon_sym_PERCENT_EQ] = ACTIONS(4239), - [anon_sym_BANG_EQ] = ACTIONS(4241), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4239), - [anon_sym_EQ_EQ] = ACTIONS(4241), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4239), - [anon_sym_LT_EQ] = ACTIONS(4239), - [anon_sym_GT_EQ] = ACTIONS(4239), - [anon_sym_BANGin] = ACTIONS(4239), - [anon_sym_is] = ACTIONS(4241), - [anon_sym_BANGis] = ACTIONS(4239), - [anon_sym_PLUS] = ACTIONS(4233), - [anon_sym_DASH] = ACTIONS(4233), - [anon_sym_SLASH] = ACTIONS(4241), - [anon_sym_PERCENT] = ACTIONS(4241), - [anon_sym_as_QMARK] = ACTIONS(4239), - [anon_sym_PLUS_PLUS] = ACTIONS(4236), - [anon_sym_DASH_DASH] = ACTIONS(4236), - [anon_sym_BANG] = ACTIONS(4233), - [anon_sym_BANG_BANG] = ACTIONS(4239), - [anon_sym_data] = ACTIONS(4233), - [anon_sym_inner] = ACTIONS(4233), - [anon_sym_expect] = ACTIONS(4233), - [anon_sym_actual] = ACTIONS(4233), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4236), - [anon_sym_continue_AT] = ACTIONS(4236), - [anon_sym_break_AT] = ACTIONS(4236), - [sym_real_literal] = ACTIONS(4236), - [sym_integer_literal] = ACTIONS(4233), - [sym_hex_literal] = ACTIONS(4236), - [sym_bin_literal] = ACTIONS(4236), - [anon_sym_true] = ACTIONS(4233), - [anon_sym_false] = ACTIONS(4233), - [anon_sym_SQUOTE] = ACTIONS(4236), - [sym__backtick_identifier] = ACTIONS(4236), - [sym__automatic_semicolon] = ACTIONS(4239), - [sym_safe_nav] = ACTIONS(4239), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4236), + [3448] = { + [sym__alpha_identifier] = ACTIONS(4519), + [anon_sym_AT] = ACTIONS(4521), + [anon_sym_LBRACK] = ACTIONS(4521), + [anon_sym_as] = ACTIONS(4519), + [anon_sym_EQ] = ACTIONS(4828), + [anon_sym_LBRACE] = ACTIONS(4521), + [anon_sym_RBRACE] = ACTIONS(4521), + [anon_sym_LPAREN] = ACTIONS(4521), + [anon_sym_COMMA] = ACTIONS(4521), + [anon_sym_LT] = ACTIONS(4519), + [anon_sym_GT] = ACTIONS(4519), + [anon_sym_where] = ACTIONS(4519), + [anon_sym_object] = ACTIONS(4519), + [anon_sym_fun] = ACTIONS(4519), + [anon_sym_DOT] = ACTIONS(4519), + [anon_sym_SEMI] = ACTIONS(4521), + [anon_sym_get] = ACTIONS(4519), + [anon_sym_set] = ACTIONS(4519), + [anon_sym_this] = ACTIONS(4519), + [anon_sym_super] = ACTIONS(4519), + [anon_sym_STAR] = ACTIONS(4519), + [sym_label] = ACTIONS(4519), + [anon_sym_in] = ACTIONS(4519), + [anon_sym_DOT_DOT] = ACTIONS(4521), + [anon_sym_QMARK_COLON] = ACTIONS(4521), + [anon_sym_AMP_AMP] = ACTIONS(4521), + [anon_sym_PIPE_PIPE] = ACTIONS(4521), + [anon_sym_null] = ACTIONS(4519), + [anon_sym_if] = ACTIONS(4519), + [anon_sym_else] = ACTIONS(4519), + [anon_sym_when] = ACTIONS(4519), + [anon_sym_try] = ACTIONS(4519), + [anon_sym_throw] = ACTIONS(4519), + [anon_sym_return] = ACTIONS(4519), + [anon_sym_continue] = ACTIONS(4519), + [anon_sym_break] = ACTIONS(4519), + [anon_sym_COLON_COLON] = ACTIONS(4521), + [anon_sym_PLUS_EQ] = ACTIONS(4830), + [anon_sym_DASH_EQ] = ACTIONS(4830), + [anon_sym_STAR_EQ] = ACTIONS(4830), + [anon_sym_SLASH_EQ] = ACTIONS(4830), + [anon_sym_PERCENT_EQ] = ACTIONS(4830), + [anon_sym_BANG_EQ] = ACTIONS(4519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4521), + [anon_sym_EQ_EQ] = ACTIONS(4519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4521), + [anon_sym_LT_EQ] = ACTIONS(4521), + [anon_sym_GT_EQ] = ACTIONS(4521), + [anon_sym_BANGin] = ACTIONS(4521), + [anon_sym_is] = ACTIONS(4519), + [anon_sym_BANGis] = ACTIONS(4521), + [anon_sym_PLUS] = ACTIONS(4519), + [anon_sym_DASH] = ACTIONS(4519), + [anon_sym_SLASH] = ACTIONS(4519), + [anon_sym_PERCENT] = ACTIONS(4519), + [anon_sym_as_QMARK] = ACTIONS(4521), + [anon_sym_PLUS_PLUS] = ACTIONS(4521), + [anon_sym_DASH_DASH] = ACTIONS(4521), + [anon_sym_BANG] = ACTIONS(4519), + [anon_sym_BANG_BANG] = ACTIONS(4521), + [anon_sym_data] = ACTIONS(4519), + [anon_sym_inner] = ACTIONS(4519), + [anon_sym_expect] = ACTIONS(4519), + [anon_sym_actual] = ACTIONS(4519), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4521), + [anon_sym_continue_AT] = ACTIONS(4521), + [anon_sym_break_AT] = ACTIONS(4521), + [sym_real_literal] = ACTIONS(4521), + [sym_integer_literal] = ACTIONS(4519), + [sym_hex_literal] = ACTIONS(4521), + [sym_bin_literal] = ACTIONS(4521), + [anon_sym_true] = ACTIONS(4519), + [anon_sym_false] = ACTIONS(4519), + [anon_sym_SQUOTE] = ACTIONS(4521), + [sym__backtick_identifier] = ACTIONS(4521), + [sym__automatic_semicolon] = ACTIONS(4521), + [sym_safe_nav] = ACTIONS(4521), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4521), }, - [3571] = { - [sym__alpha_identifier] = ACTIONS(4249), - [anon_sym_AT] = ACTIONS(4252), - [anon_sym_LBRACK] = ACTIONS(4252), - [anon_sym_as] = ACTIONS(4257), - [anon_sym_EQ] = ACTIONS(4257), - [anon_sym_LBRACE] = ACTIONS(4252), - [anon_sym_RBRACE] = ACTIONS(4255), - [anon_sym_LPAREN] = ACTIONS(6752), - [anon_sym_LT] = ACTIONS(4257), - [anon_sym_GT] = ACTIONS(4257), - [anon_sym_object] = ACTIONS(4249), - [anon_sym_fun] = ACTIONS(4249), - [anon_sym_DOT] = ACTIONS(4257), - [anon_sym_SEMI] = ACTIONS(4255), - [anon_sym_get] = ACTIONS(4249), - [anon_sym_set] = ACTIONS(4249), - [anon_sym_this] = ACTIONS(4249), - [anon_sym_super] = ACTIONS(4249), - [anon_sym_STAR] = ACTIONS(4249), - [sym_label] = ACTIONS(4249), - [anon_sym_in] = ACTIONS(4257), - [anon_sym_DOT_DOT] = ACTIONS(4255), - [anon_sym_QMARK_COLON] = ACTIONS(4255), - [anon_sym_AMP_AMP] = ACTIONS(4255), - [anon_sym_PIPE_PIPE] = ACTIONS(4255), - [anon_sym_null] = ACTIONS(4249), - [anon_sym_if] = ACTIONS(4249), - [anon_sym_else] = ACTIONS(4257), - [anon_sym_when] = ACTIONS(4249), - [anon_sym_try] = ACTIONS(4249), - [anon_sym_throw] = ACTIONS(4249), - [anon_sym_return] = ACTIONS(4249), - [anon_sym_continue] = ACTIONS(4249), - [anon_sym_break] = ACTIONS(4249), - [anon_sym_COLON_COLON] = ACTIONS(4252), - [anon_sym_PLUS_EQ] = ACTIONS(4255), - [anon_sym_DASH_EQ] = ACTIONS(4255), - [anon_sym_STAR_EQ] = ACTIONS(4255), - [anon_sym_SLASH_EQ] = ACTIONS(4255), - [anon_sym_PERCENT_EQ] = ACTIONS(4255), - [anon_sym_BANG_EQ] = ACTIONS(4257), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4255), - [anon_sym_EQ_EQ] = ACTIONS(4257), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4255), - [anon_sym_LT_EQ] = ACTIONS(4255), - [anon_sym_GT_EQ] = ACTIONS(4255), - [anon_sym_BANGin] = ACTIONS(4255), - [anon_sym_is] = ACTIONS(4257), - [anon_sym_BANGis] = ACTIONS(4255), - [anon_sym_PLUS] = ACTIONS(4249), - [anon_sym_DASH] = ACTIONS(4249), - [anon_sym_SLASH] = ACTIONS(4257), - [anon_sym_PERCENT] = ACTIONS(4257), - [anon_sym_as_QMARK] = ACTIONS(4255), - [anon_sym_PLUS_PLUS] = ACTIONS(4252), - [anon_sym_DASH_DASH] = ACTIONS(4252), - [anon_sym_BANG] = ACTIONS(4249), - [anon_sym_BANG_BANG] = ACTIONS(4255), - [anon_sym_data] = ACTIONS(4249), - [anon_sym_inner] = ACTIONS(4249), - [anon_sym_expect] = ACTIONS(4249), - [anon_sym_actual] = ACTIONS(4249), + [3449] = { + [sym__alpha_identifier] = ACTIONS(4142), + [anon_sym_AT] = ACTIONS(4145), + [anon_sym_LBRACK] = ACTIONS(4145), + [anon_sym_as] = ACTIONS(4142), + [anon_sym_EQ] = ACTIONS(3943), + [anon_sym_LBRACE] = ACTIONS(4145), + [anon_sym_RBRACE] = ACTIONS(4145), + [anon_sym_LPAREN] = ACTIONS(6607), + [anon_sym_COMMA] = ACTIONS(4145), + [anon_sym_LT] = ACTIONS(4142), + [anon_sym_GT] = ACTIONS(4142), + [anon_sym_where] = ACTIONS(4142), + [anon_sym_object] = ACTIONS(4142), + [anon_sym_fun] = ACTIONS(4142), + [anon_sym_DOT] = ACTIONS(4142), + [anon_sym_SEMI] = ACTIONS(4145), + [anon_sym_get] = ACTIONS(4142), + [anon_sym_set] = ACTIONS(4142), + [anon_sym_this] = ACTIONS(4142), + [anon_sym_super] = ACTIONS(4142), + [anon_sym_STAR] = ACTIONS(4142), + [sym_label] = ACTIONS(4142), + [anon_sym_in] = ACTIONS(4142), + [anon_sym_DOT_DOT] = ACTIONS(4145), + [anon_sym_QMARK_COLON] = ACTIONS(4145), + [anon_sym_AMP_AMP] = ACTIONS(4145), + [anon_sym_PIPE_PIPE] = ACTIONS(4145), + [anon_sym_null] = ACTIONS(4142), + [anon_sym_if] = ACTIONS(4142), + [anon_sym_else] = ACTIONS(4142), + [anon_sym_when] = ACTIONS(4142), + [anon_sym_try] = ACTIONS(4142), + [anon_sym_throw] = ACTIONS(4142), + [anon_sym_return] = ACTIONS(4142), + [anon_sym_continue] = ACTIONS(4142), + [anon_sym_break] = ACTIONS(4142), + [anon_sym_COLON_COLON] = ACTIONS(4145), + [anon_sym_PLUS_EQ] = ACTIONS(3948), + [anon_sym_DASH_EQ] = ACTIONS(3948), + [anon_sym_STAR_EQ] = ACTIONS(3948), + [anon_sym_SLASH_EQ] = ACTIONS(3948), + [anon_sym_PERCENT_EQ] = ACTIONS(3948), + [anon_sym_BANG_EQ] = ACTIONS(4142), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4145), + [anon_sym_EQ_EQ] = ACTIONS(4142), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4145), + [anon_sym_LT_EQ] = ACTIONS(4145), + [anon_sym_GT_EQ] = ACTIONS(4145), + [anon_sym_BANGin] = ACTIONS(4145), + [anon_sym_is] = ACTIONS(4142), + [anon_sym_BANGis] = ACTIONS(4145), + [anon_sym_PLUS] = ACTIONS(4142), + [anon_sym_DASH] = ACTIONS(4142), + [anon_sym_SLASH] = ACTIONS(4142), + [anon_sym_PERCENT] = ACTIONS(4142), + [anon_sym_as_QMARK] = ACTIONS(4145), + [anon_sym_PLUS_PLUS] = ACTIONS(4145), + [anon_sym_DASH_DASH] = ACTIONS(4145), + [anon_sym_BANG] = ACTIONS(4142), + [anon_sym_BANG_BANG] = ACTIONS(4145), + [anon_sym_data] = ACTIONS(4142), + [anon_sym_inner] = ACTIONS(4142), + [anon_sym_expect] = ACTIONS(4142), + [anon_sym_actual] = ACTIONS(4142), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4252), - [anon_sym_continue_AT] = ACTIONS(4252), - [anon_sym_break_AT] = ACTIONS(4252), - [sym_real_literal] = ACTIONS(4252), - [sym_integer_literal] = ACTIONS(4249), - [sym_hex_literal] = ACTIONS(4252), - [sym_bin_literal] = ACTIONS(4252), - [anon_sym_true] = ACTIONS(4249), - [anon_sym_false] = ACTIONS(4249), - [anon_sym_SQUOTE] = ACTIONS(4252), - [sym__backtick_identifier] = ACTIONS(4252), - [sym__automatic_semicolon] = ACTIONS(4255), - [sym_safe_nav] = ACTIONS(4255), + [anon_sym_return_AT] = ACTIONS(4145), + [anon_sym_continue_AT] = ACTIONS(4145), + [anon_sym_break_AT] = ACTIONS(4145), + [sym_real_literal] = ACTIONS(4145), + [sym_integer_literal] = ACTIONS(4142), + [sym_hex_literal] = ACTIONS(4145), + [sym_bin_literal] = ACTIONS(4145), + [anon_sym_true] = ACTIONS(4142), + [anon_sym_false] = ACTIONS(4142), + [anon_sym_SQUOTE] = ACTIONS(4145), + [sym__backtick_identifier] = ACTIONS(4145), + [sym__automatic_semicolon] = ACTIONS(4145), + [sym_safe_nav] = ACTIONS(4145), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4252), + [sym__string_start] = ACTIONS(4145), }, - [3572] = { - [sym_function_body] = STATE(3203), - [sym__block] = STATE(3367), - [sym__alpha_identifier] = ACTIONS(4382), - [anon_sym_AT] = ACTIONS(4384), - [anon_sym_LBRACK] = ACTIONS(4384), - [anon_sym_as] = ACTIONS(4382), - [anon_sym_EQ] = ACTIONS(6462), - [anon_sym_LBRACE] = ACTIONS(6236), - [anon_sym_RBRACE] = ACTIONS(4384), - [anon_sym_LPAREN] = ACTIONS(4384), - [anon_sym_RPAREN] = ACTIONS(4384), - [anon_sym_LT] = ACTIONS(4382), - [anon_sym_GT] = ACTIONS(4382), - [anon_sym_DOT] = ACTIONS(4382), - [anon_sym_SEMI] = ACTIONS(4384), - [anon_sym_get] = ACTIONS(4382), - [anon_sym_set] = ACTIONS(4382), - [anon_sym_STAR] = ACTIONS(4382), - [sym_label] = ACTIONS(4384), - [anon_sym_in] = ACTIONS(4382), - [anon_sym_while] = ACTIONS(4382), - [anon_sym_DOT_DOT] = ACTIONS(4384), - [anon_sym_QMARK_COLON] = ACTIONS(4384), - [anon_sym_AMP_AMP] = ACTIONS(4384), - [anon_sym_PIPE_PIPE] = ACTIONS(4384), - [anon_sym_else] = ACTIONS(4382), - [anon_sym_COLON_COLON] = ACTIONS(4384), - [anon_sym_PLUS_EQ] = ACTIONS(4384), - [anon_sym_DASH_EQ] = ACTIONS(4384), - [anon_sym_STAR_EQ] = ACTIONS(4384), - [anon_sym_SLASH_EQ] = ACTIONS(4384), - [anon_sym_PERCENT_EQ] = ACTIONS(4384), - [anon_sym_BANG_EQ] = ACTIONS(4382), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4384), - [anon_sym_EQ_EQ] = ACTIONS(4382), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4384), - [anon_sym_LT_EQ] = ACTIONS(4384), - [anon_sym_GT_EQ] = ACTIONS(4384), - [anon_sym_BANGin] = ACTIONS(4384), - [anon_sym_is] = ACTIONS(4382), - [anon_sym_BANGis] = ACTIONS(4384), - [anon_sym_PLUS] = ACTIONS(4382), - [anon_sym_DASH] = ACTIONS(4382), - [anon_sym_SLASH] = ACTIONS(4382), - [anon_sym_PERCENT] = ACTIONS(4382), - [anon_sym_as_QMARK] = ACTIONS(4384), - [anon_sym_PLUS_PLUS] = ACTIONS(4384), - [anon_sym_DASH_DASH] = ACTIONS(4384), - [anon_sym_BANG_BANG] = ACTIONS(4384), - [anon_sym_suspend] = ACTIONS(4382), - [anon_sym_sealed] = ACTIONS(4382), - [anon_sym_annotation] = ACTIONS(4382), - [anon_sym_data] = ACTIONS(4382), - [anon_sym_inner] = ACTIONS(4382), - [anon_sym_override] = ACTIONS(4382), - [anon_sym_lateinit] = ACTIONS(4382), - [anon_sym_public] = ACTIONS(4382), - [anon_sym_private] = ACTIONS(4382), - [anon_sym_internal] = ACTIONS(4382), - [anon_sym_protected] = ACTIONS(4382), - [anon_sym_tailrec] = ACTIONS(4382), - [anon_sym_operator] = ACTIONS(4382), - [anon_sym_infix] = ACTIONS(4382), - [anon_sym_inline] = ACTIONS(4382), - [anon_sym_external] = ACTIONS(4382), - [sym_property_modifier] = ACTIONS(4382), - [anon_sym_abstract] = ACTIONS(4382), - [anon_sym_final] = ACTIONS(4382), - [anon_sym_open] = ACTIONS(4382), - [anon_sym_vararg] = ACTIONS(4382), - [anon_sym_noinline] = ACTIONS(4382), - [anon_sym_crossinline] = ACTIONS(4382), - [anon_sym_expect] = ACTIONS(4382), - [anon_sym_actual] = ACTIONS(4382), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4384), - [sym_safe_nav] = ACTIONS(4384), - [sym_multiline_comment] = ACTIONS(3), + [3450] = { + [sym__alpha_identifier] = ACTIONS(4983), + [anon_sym_AT] = ACTIONS(4985), + [anon_sym_LBRACK] = ACTIONS(4985), + [anon_sym_as] = ACTIONS(4983), + [anon_sym_EQ] = ACTIONS(4983), + [anon_sym_LBRACE] = ACTIONS(4985), + [anon_sym_RBRACE] = ACTIONS(4985), + [anon_sym_LPAREN] = ACTIONS(4985), + [anon_sym_COMMA] = ACTIONS(4985), + [anon_sym_LT] = ACTIONS(4983), + [anon_sym_GT] = ACTIONS(4983), + [anon_sym_where] = ACTIONS(4983), + [anon_sym_object] = ACTIONS(4983), + [anon_sym_fun] = ACTIONS(4983), + [anon_sym_DOT] = ACTIONS(4983), + [anon_sym_SEMI] = ACTIONS(4985), + [anon_sym_get] = ACTIONS(4983), + [anon_sym_set] = ACTIONS(4983), + [anon_sym_this] = ACTIONS(4983), + [anon_sym_super] = ACTIONS(4983), + [anon_sym_STAR] = ACTIONS(4983), + [sym_label] = ACTIONS(4983), + [anon_sym_in] = ACTIONS(4983), + [anon_sym_DOT_DOT] = ACTIONS(4985), + [anon_sym_QMARK_COLON] = ACTIONS(4985), + [anon_sym_AMP_AMP] = ACTIONS(4985), + [anon_sym_PIPE_PIPE] = ACTIONS(4985), + [anon_sym_null] = ACTIONS(4983), + [anon_sym_if] = ACTIONS(4983), + [anon_sym_else] = ACTIONS(4983), + [anon_sym_when] = ACTIONS(4983), + [anon_sym_try] = ACTIONS(4983), + [anon_sym_throw] = ACTIONS(4983), + [anon_sym_return] = ACTIONS(4983), + [anon_sym_continue] = ACTIONS(4983), + [anon_sym_break] = ACTIONS(4983), + [anon_sym_COLON_COLON] = ACTIONS(4985), + [anon_sym_PLUS_EQ] = ACTIONS(4985), + [anon_sym_DASH_EQ] = ACTIONS(4985), + [anon_sym_STAR_EQ] = ACTIONS(4985), + [anon_sym_SLASH_EQ] = ACTIONS(4985), + [anon_sym_PERCENT_EQ] = ACTIONS(4985), + [anon_sym_BANG_EQ] = ACTIONS(4983), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4985), + [anon_sym_EQ_EQ] = ACTIONS(4983), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4985), + [anon_sym_LT_EQ] = ACTIONS(4985), + [anon_sym_GT_EQ] = ACTIONS(4985), + [anon_sym_BANGin] = ACTIONS(4985), + [anon_sym_is] = ACTIONS(4983), + [anon_sym_BANGis] = ACTIONS(4985), + [anon_sym_PLUS] = ACTIONS(4983), + [anon_sym_DASH] = ACTIONS(4983), + [anon_sym_SLASH] = ACTIONS(4983), + [anon_sym_PERCENT] = ACTIONS(4983), + [anon_sym_as_QMARK] = ACTIONS(4985), + [anon_sym_PLUS_PLUS] = ACTIONS(4985), + [anon_sym_DASH_DASH] = ACTIONS(4985), + [anon_sym_BANG] = ACTIONS(4983), + [anon_sym_BANG_BANG] = ACTIONS(4985), + [anon_sym_data] = ACTIONS(4983), + [anon_sym_inner] = ACTIONS(4983), + [anon_sym_expect] = ACTIONS(4983), + [anon_sym_actual] = ACTIONS(4983), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4985), + [anon_sym_continue_AT] = ACTIONS(4985), + [anon_sym_break_AT] = ACTIONS(4985), + [sym_real_literal] = ACTIONS(4985), + [sym_integer_literal] = ACTIONS(4983), + [sym_hex_literal] = ACTIONS(4985), + [sym_bin_literal] = ACTIONS(4985), + [anon_sym_true] = ACTIONS(4983), + [anon_sym_false] = ACTIONS(4983), + [anon_sym_SQUOTE] = ACTIONS(4985), + [sym__backtick_identifier] = ACTIONS(4985), + [sym__automatic_semicolon] = ACTIONS(4985), + [sym_safe_nav] = ACTIONS(4985), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4985), }, - [3573] = { - [sym_function_body] = STATE(3224), - [sym__block] = STATE(3367), + [3451] = { + [sym_class_body] = STATE(3235), [sym__alpha_identifier] = ACTIONS(4386), [anon_sym_AT] = ACTIONS(4388), + [anon_sym_COLON] = ACTIONS(6611), [anon_sym_LBRACK] = ACTIONS(4388), [anon_sym_as] = ACTIONS(4386), - [anon_sym_EQ] = ACTIONS(6462), - [anon_sym_LBRACE] = ACTIONS(6236), + [anon_sym_EQ] = ACTIONS(4386), + [anon_sym_LBRACE] = ACTIONS(3144), [anon_sym_RBRACE] = ACTIONS(4388), [anon_sym_LPAREN] = ACTIONS(4388), - [anon_sym_RPAREN] = ACTIONS(4388), [anon_sym_LT] = ACTIONS(4386), [anon_sym_GT] = ACTIONS(4386), + [anon_sym_object] = ACTIONS(4386), + [anon_sym_fun] = ACTIONS(4386), [anon_sym_DOT] = ACTIONS(4386), [anon_sym_SEMI] = ACTIONS(4388), [anon_sym_get] = ACTIONS(4386), [anon_sym_set] = ACTIONS(4386), + [anon_sym_this] = ACTIONS(4386), + [anon_sym_super] = ACTIONS(4386), [anon_sym_STAR] = ACTIONS(4386), - [sym_label] = ACTIONS(4388), + [sym_label] = ACTIONS(4386), [anon_sym_in] = ACTIONS(4386), - [anon_sym_while] = ACTIONS(4386), [anon_sym_DOT_DOT] = ACTIONS(4388), [anon_sym_QMARK_COLON] = ACTIONS(4388), [anon_sym_AMP_AMP] = ACTIONS(4388), [anon_sym_PIPE_PIPE] = ACTIONS(4388), + [anon_sym_null] = ACTIONS(4386), + [anon_sym_if] = ACTIONS(4386), [anon_sym_else] = ACTIONS(4386), + [anon_sym_when] = ACTIONS(4386), + [anon_sym_try] = ACTIONS(4386), + [anon_sym_throw] = ACTIONS(4386), + [anon_sym_return] = ACTIONS(4386), + [anon_sym_continue] = ACTIONS(4386), + [anon_sym_break] = ACTIONS(4386), [anon_sym_COLON_COLON] = ACTIONS(4388), [anon_sym_PLUS_EQ] = ACTIONS(4388), [anon_sym_DASH_EQ] = ACTIONS(4388), @@ -388701,1405 +378996,2571 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(4388), [anon_sym_PLUS_PLUS] = ACTIONS(4388), [anon_sym_DASH_DASH] = ACTIONS(4388), + [anon_sym_BANG] = ACTIONS(4386), [anon_sym_BANG_BANG] = ACTIONS(4388), - [anon_sym_suspend] = ACTIONS(4386), - [anon_sym_sealed] = ACTIONS(4386), - [anon_sym_annotation] = ACTIONS(4386), [anon_sym_data] = ACTIONS(4386), [anon_sym_inner] = ACTIONS(4386), - [anon_sym_override] = ACTIONS(4386), - [anon_sym_lateinit] = ACTIONS(4386), - [anon_sym_public] = ACTIONS(4386), - [anon_sym_private] = ACTIONS(4386), - [anon_sym_internal] = ACTIONS(4386), - [anon_sym_protected] = ACTIONS(4386), - [anon_sym_tailrec] = ACTIONS(4386), - [anon_sym_operator] = ACTIONS(4386), - [anon_sym_infix] = ACTIONS(4386), - [anon_sym_inline] = ACTIONS(4386), - [anon_sym_external] = ACTIONS(4386), - [sym_property_modifier] = ACTIONS(4386), - [anon_sym_abstract] = ACTIONS(4386), - [anon_sym_final] = ACTIONS(4386), - [anon_sym_open] = ACTIONS(4386), - [anon_sym_vararg] = ACTIONS(4386), - [anon_sym_noinline] = ACTIONS(4386), - [anon_sym_crossinline] = ACTIONS(4386), [anon_sym_expect] = ACTIONS(4386), [anon_sym_actual] = ACTIONS(4386), [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4388), + [anon_sym_continue_AT] = ACTIONS(4388), + [anon_sym_break_AT] = ACTIONS(4388), + [sym_real_literal] = ACTIONS(4388), + [sym_integer_literal] = ACTIONS(4386), + [sym_hex_literal] = ACTIONS(4388), + [sym_bin_literal] = ACTIONS(4388), + [anon_sym_true] = ACTIONS(4386), + [anon_sym_false] = ACTIONS(4386), + [anon_sym_SQUOTE] = ACTIONS(4388), [sym__backtick_identifier] = ACTIONS(4388), + [sym__automatic_semicolon] = ACTIONS(4388), [sym_safe_nav] = ACTIONS(4388), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4388), }, - [3574] = { - [sym__alpha_identifier] = ACTIONS(4257), - [anon_sym_AT] = ACTIONS(4255), - [anon_sym_LBRACK] = ACTIONS(4255), - [anon_sym_as] = ACTIONS(4257), - [anon_sym_EQ] = ACTIONS(4257), - [anon_sym_LBRACE] = ACTIONS(4255), - [anon_sym_RBRACE] = ACTIONS(4255), - [anon_sym_LPAREN] = ACTIONS(6756), - [anon_sym_LT] = ACTIONS(4257), - [anon_sym_GT] = ACTIONS(4257), - [anon_sym_object] = ACTIONS(4257), - [anon_sym_fun] = ACTIONS(4257), - [anon_sym_DOT] = ACTIONS(4257), - [anon_sym_SEMI] = ACTIONS(4255), - [anon_sym_get] = ACTIONS(4257), - [anon_sym_set] = ACTIONS(4257), - [anon_sym_this] = ACTIONS(4257), - [anon_sym_super] = ACTIONS(4257), - [anon_sym_STAR] = ACTIONS(4257), - [sym_label] = ACTIONS(4257), - [anon_sym_in] = ACTIONS(4257), - [anon_sym_DOT_DOT] = ACTIONS(4255), - [anon_sym_QMARK_COLON] = ACTIONS(4255), - [anon_sym_AMP_AMP] = ACTIONS(4255), - [anon_sym_PIPE_PIPE] = ACTIONS(4255), - [anon_sym_null] = ACTIONS(4257), - [anon_sym_if] = ACTIONS(4257), - [anon_sym_else] = ACTIONS(4257), - [anon_sym_when] = ACTIONS(4257), - [anon_sym_try] = ACTIONS(4257), - [anon_sym_throw] = ACTIONS(4257), - [anon_sym_return] = ACTIONS(4257), - [anon_sym_continue] = ACTIONS(4257), - [anon_sym_break] = ACTIONS(4257), - [anon_sym_COLON_COLON] = ACTIONS(4255), - [anon_sym_PLUS_EQ] = ACTIONS(4255), - [anon_sym_DASH_EQ] = ACTIONS(4255), - [anon_sym_STAR_EQ] = ACTIONS(4255), - [anon_sym_SLASH_EQ] = ACTIONS(4255), - [anon_sym_PERCENT_EQ] = ACTIONS(4255), - [anon_sym_BANG_EQ] = ACTIONS(4257), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4255), - [anon_sym_EQ_EQ] = ACTIONS(4257), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4255), - [anon_sym_LT_EQ] = ACTIONS(4255), - [anon_sym_GT_EQ] = ACTIONS(4255), - [anon_sym_BANGin] = ACTIONS(4255), - [anon_sym_is] = ACTIONS(4257), - [anon_sym_BANGis] = ACTIONS(4255), - [anon_sym_PLUS] = ACTIONS(4257), - [anon_sym_DASH] = ACTIONS(4257), - [anon_sym_SLASH] = ACTIONS(4257), - [anon_sym_PERCENT] = ACTIONS(4257), - [anon_sym_as_QMARK] = ACTIONS(4255), - [anon_sym_PLUS_PLUS] = ACTIONS(4255), - [anon_sym_DASH_DASH] = ACTIONS(4255), - [anon_sym_BANG] = ACTIONS(4257), - [anon_sym_BANG_BANG] = ACTIONS(4255), - [anon_sym_data] = ACTIONS(4257), - [anon_sym_inner] = ACTIONS(4257), - [anon_sym_expect] = ACTIONS(4257), - [anon_sym_actual] = ACTIONS(4257), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4255), - [anon_sym_continue_AT] = ACTIONS(4255), - [anon_sym_break_AT] = ACTIONS(4255), - [sym_real_literal] = ACTIONS(4255), - [sym_integer_literal] = ACTIONS(4257), - [sym_hex_literal] = ACTIONS(4255), - [sym_bin_literal] = ACTIONS(4255), - [anon_sym_true] = ACTIONS(4257), - [anon_sym_false] = ACTIONS(4257), - [anon_sym_SQUOTE] = ACTIONS(4255), - [sym__backtick_identifier] = ACTIONS(4255), - [sym__automatic_semicolon] = ACTIONS(4255), - [sym_safe_nav] = ACTIONS(4255), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4255), + [3452] = { + [sym__alpha_identifier] = ACTIONS(4979), + [anon_sym_AT] = ACTIONS(4981), + [anon_sym_LBRACK] = ACTIONS(4981), + [anon_sym_as] = ACTIONS(4979), + [anon_sym_EQ] = ACTIONS(4979), + [anon_sym_LBRACE] = ACTIONS(4981), + [anon_sym_RBRACE] = ACTIONS(4981), + [anon_sym_LPAREN] = ACTIONS(4981), + [anon_sym_COMMA] = ACTIONS(4981), + [anon_sym_LT] = ACTIONS(4979), + [anon_sym_GT] = ACTIONS(4979), + [anon_sym_where] = ACTIONS(4979), + [anon_sym_object] = ACTIONS(4979), + [anon_sym_fun] = ACTIONS(4979), + [anon_sym_DOT] = ACTIONS(4979), + [anon_sym_SEMI] = ACTIONS(4981), + [anon_sym_get] = ACTIONS(4979), + [anon_sym_set] = ACTIONS(4979), + [anon_sym_this] = ACTIONS(4979), + [anon_sym_super] = ACTIONS(4979), + [anon_sym_STAR] = ACTIONS(4979), + [sym_label] = ACTIONS(4979), + [anon_sym_in] = ACTIONS(4979), + [anon_sym_DOT_DOT] = ACTIONS(4981), + [anon_sym_QMARK_COLON] = ACTIONS(4981), + [anon_sym_AMP_AMP] = ACTIONS(4981), + [anon_sym_PIPE_PIPE] = ACTIONS(4981), + [anon_sym_null] = ACTIONS(4979), + [anon_sym_if] = ACTIONS(4979), + [anon_sym_else] = ACTIONS(4979), + [anon_sym_when] = ACTIONS(4979), + [anon_sym_try] = ACTIONS(4979), + [anon_sym_throw] = ACTIONS(4979), + [anon_sym_return] = ACTIONS(4979), + [anon_sym_continue] = ACTIONS(4979), + [anon_sym_break] = ACTIONS(4979), + [anon_sym_COLON_COLON] = ACTIONS(4981), + [anon_sym_PLUS_EQ] = ACTIONS(4981), + [anon_sym_DASH_EQ] = ACTIONS(4981), + [anon_sym_STAR_EQ] = ACTIONS(4981), + [anon_sym_SLASH_EQ] = ACTIONS(4981), + [anon_sym_PERCENT_EQ] = ACTIONS(4981), + [anon_sym_BANG_EQ] = ACTIONS(4979), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4981), + [anon_sym_EQ_EQ] = ACTIONS(4979), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4981), + [anon_sym_LT_EQ] = ACTIONS(4981), + [anon_sym_GT_EQ] = ACTIONS(4981), + [anon_sym_BANGin] = ACTIONS(4981), + [anon_sym_is] = ACTIONS(4979), + [anon_sym_BANGis] = ACTIONS(4981), + [anon_sym_PLUS] = ACTIONS(4979), + [anon_sym_DASH] = ACTIONS(4979), + [anon_sym_SLASH] = ACTIONS(4979), + [anon_sym_PERCENT] = ACTIONS(4979), + [anon_sym_as_QMARK] = ACTIONS(4981), + [anon_sym_PLUS_PLUS] = ACTIONS(4981), + [anon_sym_DASH_DASH] = ACTIONS(4981), + [anon_sym_BANG] = ACTIONS(4979), + [anon_sym_BANG_BANG] = ACTIONS(4981), + [anon_sym_data] = ACTIONS(4979), + [anon_sym_inner] = ACTIONS(4979), + [anon_sym_expect] = ACTIONS(4979), + [anon_sym_actual] = ACTIONS(4979), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4981), + [anon_sym_continue_AT] = ACTIONS(4981), + [anon_sym_break_AT] = ACTIONS(4981), + [sym_real_literal] = ACTIONS(4981), + [sym_integer_literal] = ACTIONS(4979), + [sym_hex_literal] = ACTIONS(4981), + [sym_bin_literal] = ACTIONS(4981), + [anon_sym_true] = ACTIONS(4979), + [anon_sym_false] = ACTIONS(4979), + [anon_sym_SQUOTE] = ACTIONS(4981), + [sym__backtick_identifier] = ACTIONS(4981), + [sym__automatic_semicolon] = ACTIONS(4981), + [sym_safe_nav] = ACTIONS(4981), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4981), }, - [3575] = { - [sym_class_body] = STATE(3813), - [sym__alpha_identifier] = ACTIONS(3214), - [anon_sym_AT] = ACTIONS(3218), - [anon_sym_LBRACK] = ACTIONS(3218), - [anon_sym_as] = ACTIONS(3214), - [anon_sym_EQ] = ACTIONS(3214), - [anon_sym_LBRACE] = ACTIONS(5421), - [anon_sym_RBRACE] = ACTIONS(3218), - [anon_sym_LPAREN] = ACTIONS(3218), - [anon_sym_COMMA] = ACTIONS(3218), - [anon_sym_LT] = ACTIONS(3214), - [anon_sym_GT] = ACTIONS(3214), - [anon_sym_where] = ACTIONS(3214), - [anon_sym_DOT] = ACTIONS(3214), - [anon_sym_SEMI] = ACTIONS(3218), - [anon_sym_get] = ACTIONS(3214), - [anon_sym_set] = ACTIONS(3214), - [anon_sym_STAR] = ACTIONS(3214), - [sym_label] = ACTIONS(3218), - [anon_sym_in] = ACTIONS(3214), - [anon_sym_DOT_DOT] = ACTIONS(3218), - [anon_sym_QMARK_COLON] = ACTIONS(3218), - [anon_sym_AMP_AMP] = ACTIONS(3218), - [anon_sym_PIPE_PIPE] = ACTIONS(3218), - [anon_sym_else] = ACTIONS(3214), - [anon_sym_COLON_COLON] = ACTIONS(3218), - [anon_sym_PLUS_EQ] = ACTIONS(3218), - [anon_sym_DASH_EQ] = ACTIONS(3218), - [anon_sym_STAR_EQ] = ACTIONS(3218), - [anon_sym_SLASH_EQ] = ACTIONS(3218), - [anon_sym_PERCENT_EQ] = ACTIONS(3218), - [anon_sym_BANG_EQ] = ACTIONS(3214), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3218), - [anon_sym_EQ_EQ] = ACTIONS(3214), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3218), - [anon_sym_LT_EQ] = ACTIONS(3218), - [anon_sym_GT_EQ] = ACTIONS(3218), - [anon_sym_BANGin] = ACTIONS(3218), - [anon_sym_is] = ACTIONS(3214), - [anon_sym_BANGis] = ACTIONS(3218), - [anon_sym_PLUS] = ACTIONS(3214), - [anon_sym_DASH] = ACTIONS(3214), - [anon_sym_SLASH] = ACTIONS(3214), - [anon_sym_PERCENT] = ACTIONS(3214), - [anon_sym_as_QMARK] = ACTIONS(3218), - [anon_sym_PLUS_PLUS] = ACTIONS(3218), - [anon_sym_DASH_DASH] = ACTIONS(3218), - [anon_sym_BANG_BANG] = ACTIONS(3218), - [anon_sym_suspend] = ACTIONS(3214), - [anon_sym_sealed] = ACTIONS(3214), - [anon_sym_annotation] = ACTIONS(3214), - [anon_sym_data] = ACTIONS(3214), - [anon_sym_inner] = ACTIONS(3214), - [anon_sym_override] = ACTIONS(3214), - [anon_sym_lateinit] = ACTIONS(3214), - [anon_sym_public] = ACTIONS(3214), - [anon_sym_private] = ACTIONS(3214), - [anon_sym_internal] = ACTIONS(3214), - [anon_sym_protected] = ACTIONS(3214), - [anon_sym_tailrec] = ACTIONS(3214), - [anon_sym_operator] = ACTIONS(3214), - [anon_sym_infix] = ACTIONS(3214), - [anon_sym_inline] = ACTIONS(3214), - [anon_sym_external] = ACTIONS(3214), - [sym_property_modifier] = ACTIONS(3214), - [anon_sym_abstract] = ACTIONS(3214), - [anon_sym_final] = ACTIONS(3214), - [anon_sym_open] = ACTIONS(3214), - [anon_sym_vararg] = ACTIONS(3214), - [anon_sym_noinline] = ACTIONS(3214), - [anon_sym_crossinline] = ACTIONS(3214), - [anon_sym_expect] = ACTIONS(3214), - [anon_sym_actual] = ACTIONS(3214), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3218), - [sym__automatic_semicolon] = ACTIONS(3218), - [sym_safe_nav] = ACTIONS(3218), + [3453] = { + [sym__alpha_identifier] = ACTIONS(4889), + [anon_sym_AT] = ACTIONS(4891), + [anon_sym_LBRACK] = ACTIONS(4891), + [anon_sym_RBRACK] = ACTIONS(4891), + [anon_sym_as] = ACTIONS(4889), + [anon_sym_EQ] = ACTIONS(4889), + [anon_sym_LBRACE] = ACTIONS(4891), + [anon_sym_RBRACE] = ACTIONS(4891), + [anon_sym_LPAREN] = ACTIONS(4891), + [anon_sym_COMMA] = ACTIONS(4891), + [anon_sym_RPAREN] = ACTIONS(4891), + [anon_sym_LT] = ACTIONS(4889), + [anon_sym_GT] = ACTIONS(4889), + [anon_sym_where] = ACTIONS(4889), + [anon_sym_DOT] = ACTIONS(4889), + [anon_sym_SEMI] = ACTIONS(4891), + [anon_sym_get] = ACTIONS(4889), + [anon_sym_set] = ACTIONS(4889), + [anon_sym_STAR] = ACTIONS(4889), + [anon_sym_DASH_GT] = ACTIONS(4891), + [sym_label] = ACTIONS(4891), + [anon_sym_in] = ACTIONS(4889), + [anon_sym_while] = ACTIONS(4889), + [anon_sym_DOT_DOT] = ACTIONS(4891), + [anon_sym_QMARK_COLON] = ACTIONS(4891), + [anon_sym_AMP_AMP] = ACTIONS(4891), + [anon_sym_PIPE_PIPE] = ACTIONS(4891), + [anon_sym_else] = ACTIONS(4889), + [anon_sym_COLON_COLON] = ACTIONS(4891), + [anon_sym_PLUS_EQ] = ACTIONS(4891), + [anon_sym_DASH_EQ] = ACTIONS(4891), + [anon_sym_STAR_EQ] = ACTIONS(4891), + [anon_sym_SLASH_EQ] = ACTIONS(4891), + [anon_sym_PERCENT_EQ] = ACTIONS(4891), + [anon_sym_BANG_EQ] = ACTIONS(4889), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4891), + [anon_sym_EQ_EQ] = ACTIONS(4889), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4891), + [anon_sym_LT_EQ] = ACTIONS(4891), + [anon_sym_GT_EQ] = ACTIONS(4891), + [anon_sym_BANGin] = ACTIONS(4891), + [anon_sym_is] = ACTIONS(4889), + [anon_sym_BANGis] = ACTIONS(4891), + [anon_sym_PLUS] = ACTIONS(4889), + [anon_sym_DASH] = ACTIONS(4889), + [anon_sym_SLASH] = ACTIONS(4889), + [anon_sym_PERCENT] = ACTIONS(4889), + [anon_sym_as_QMARK] = ACTIONS(4891), + [anon_sym_PLUS_PLUS] = ACTIONS(4891), + [anon_sym_DASH_DASH] = ACTIONS(4891), + [anon_sym_BANG_BANG] = ACTIONS(4891), + [anon_sym_suspend] = ACTIONS(4889), + [anon_sym_sealed] = ACTIONS(4889), + [anon_sym_annotation] = ACTIONS(4889), + [anon_sym_data] = ACTIONS(4889), + [anon_sym_inner] = ACTIONS(4889), + [anon_sym_override] = ACTIONS(4889), + [anon_sym_lateinit] = ACTIONS(4889), + [anon_sym_public] = ACTIONS(4889), + [anon_sym_private] = ACTIONS(4889), + [anon_sym_internal] = ACTIONS(4889), + [anon_sym_protected] = ACTIONS(4889), + [anon_sym_tailrec] = ACTIONS(4889), + [anon_sym_operator] = ACTIONS(4889), + [anon_sym_infix] = ACTIONS(4889), + [anon_sym_inline] = ACTIONS(4889), + [anon_sym_external] = ACTIONS(4889), + [sym_property_modifier] = ACTIONS(4889), + [anon_sym_abstract] = ACTIONS(4889), + [anon_sym_final] = ACTIONS(4889), + [anon_sym_open] = ACTIONS(4889), + [anon_sym_vararg] = ACTIONS(4889), + [anon_sym_noinline] = ACTIONS(4889), + [anon_sym_crossinline] = ACTIONS(4889), + [anon_sym_expect] = ACTIONS(4889), + [anon_sym_actual] = ACTIONS(4889), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4891), + [sym_safe_nav] = ACTIONS(4891), [sym_multiline_comment] = ACTIONS(3), }, - [3576] = { - [sym_type_constraints] = STATE(4005), - [sym_function_body] = STATE(3157), - [sym__block] = STATE(3245), - [sym__alpha_identifier] = ACTIONS(4095), - [anon_sym_AT] = ACTIONS(4097), - [anon_sym_COLON] = ACTIONS(6758), - [anon_sym_LBRACK] = ACTIONS(4097), - [anon_sym_as] = ACTIONS(4095), - [anon_sym_EQ] = ACTIONS(6682), - [anon_sym_LBRACE] = ACTIONS(6220), - [anon_sym_RBRACE] = ACTIONS(4097), - [anon_sym_LPAREN] = ACTIONS(4097), - [anon_sym_LT] = ACTIONS(4095), - [anon_sym_GT] = ACTIONS(4095), - [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(4095), - [anon_sym_fun] = ACTIONS(4095), - [anon_sym_DOT] = ACTIONS(4095), - [anon_sym_SEMI] = ACTIONS(4097), - [anon_sym_get] = ACTIONS(4095), - [anon_sym_set] = ACTIONS(4095), - [anon_sym_this] = ACTIONS(4095), - [anon_sym_super] = ACTIONS(4095), - [anon_sym_STAR] = ACTIONS(4097), - [sym_label] = ACTIONS(4095), - [anon_sym_in] = ACTIONS(4095), - [anon_sym_DOT_DOT] = ACTIONS(4097), - [anon_sym_QMARK_COLON] = ACTIONS(4097), - [anon_sym_AMP_AMP] = ACTIONS(4097), - [anon_sym_PIPE_PIPE] = ACTIONS(4097), - [anon_sym_null] = ACTIONS(4095), - [anon_sym_if] = ACTIONS(4095), - [anon_sym_else] = ACTIONS(4095), - [anon_sym_when] = ACTIONS(4095), - [anon_sym_try] = ACTIONS(4095), - [anon_sym_throw] = ACTIONS(4095), - [anon_sym_return] = ACTIONS(4095), - [anon_sym_continue] = ACTIONS(4095), - [anon_sym_break] = ACTIONS(4095), - [anon_sym_COLON_COLON] = ACTIONS(4097), - [anon_sym_BANG_EQ] = ACTIONS(4095), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4097), - [anon_sym_EQ_EQ] = ACTIONS(4095), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4097), - [anon_sym_LT_EQ] = ACTIONS(4097), - [anon_sym_GT_EQ] = ACTIONS(4097), - [anon_sym_BANGin] = ACTIONS(4097), - [anon_sym_is] = ACTIONS(4095), - [anon_sym_BANGis] = ACTIONS(4097), - [anon_sym_PLUS] = ACTIONS(4095), - [anon_sym_DASH] = ACTIONS(4095), - [anon_sym_SLASH] = ACTIONS(4095), - [anon_sym_PERCENT] = ACTIONS(4097), - [anon_sym_as_QMARK] = ACTIONS(4097), - [anon_sym_PLUS_PLUS] = ACTIONS(4097), - [anon_sym_DASH_DASH] = ACTIONS(4097), - [anon_sym_BANG] = ACTIONS(4095), - [anon_sym_BANG_BANG] = ACTIONS(4097), - [anon_sym_data] = ACTIONS(4095), - [anon_sym_inner] = ACTIONS(4095), - [anon_sym_expect] = ACTIONS(4095), - [anon_sym_actual] = ACTIONS(4095), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4097), - [anon_sym_continue_AT] = ACTIONS(4097), - [anon_sym_break_AT] = ACTIONS(4097), - [sym_real_literal] = ACTIONS(4097), - [sym_integer_literal] = ACTIONS(4095), - [sym_hex_literal] = ACTIONS(4097), - [sym_bin_literal] = ACTIONS(4097), - [anon_sym_true] = ACTIONS(4095), - [anon_sym_false] = ACTIONS(4095), - [anon_sym_SQUOTE] = ACTIONS(4097), - [sym__backtick_identifier] = ACTIONS(4097), - [sym__automatic_semicolon] = ACTIONS(4097), - [sym_safe_nav] = ACTIONS(4097), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4097), + [3454] = { + [sym__alpha_identifier] = ACTIONS(4788), + [anon_sym_AT] = ACTIONS(4790), + [anon_sym_LBRACK] = ACTIONS(4790), + [anon_sym_as] = ACTIONS(4788), + [anon_sym_EQ] = ACTIONS(4788), + [anon_sym_LBRACE] = ACTIONS(4790), + [anon_sym_RBRACE] = ACTIONS(4790), + [anon_sym_LPAREN] = ACTIONS(4790), + [anon_sym_COMMA] = ACTIONS(4790), + [anon_sym_LT] = ACTIONS(4788), + [anon_sym_GT] = ACTIONS(4788), + [anon_sym_where] = ACTIONS(4788), + [anon_sym_object] = ACTIONS(4788), + [anon_sym_fun] = ACTIONS(4788), + [anon_sym_DOT] = ACTIONS(4788), + [anon_sym_SEMI] = ACTIONS(4790), + [anon_sym_get] = ACTIONS(4788), + [anon_sym_set] = ACTIONS(4788), + [anon_sym_this] = ACTIONS(4788), + [anon_sym_super] = ACTIONS(4788), + [anon_sym_STAR] = ACTIONS(4788), + [sym_label] = ACTIONS(4788), + [anon_sym_in] = ACTIONS(4788), + [anon_sym_DOT_DOT] = ACTIONS(4790), + [anon_sym_QMARK_COLON] = ACTIONS(4790), + [anon_sym_AMP_AMP] = ACTIONS(4790), + [anon_sym_PIPE_PIPE] = ACTIONS(4790), + [anon_sym_null] = ACTIONS(4788), + [anon_sym_if] = ACTIONS(4788), + [anon_sym_else] = ACTIONS(4788), + [anon_sym_when] = ACTIONS(4788), + [anon_sym_try] = ACTIONS(4788), + [anon_sym_throw] = ACTIONS(4788), + [anon_sym_return] = ACTIONS(4788), + [anon_sym_continue] = ACTIONS(4788), + [anon_sym_break] = ACTIONS(4788), + [anon_sym_COLON_COLON] = ACTIONS(4790), + [anon_sym_PLUS_EQ] = ACTIONS(4790), + [anon_sym_DASH_EQ] = ACTIONS(4790), + [anon_sym_STAR_EQ] = ACTIONS(4790), + [anon_sym_SLASH_EQ] = ACTIONS(4790), + [anon_sym_PERCENT_EQ] = ACTIONS(4790), + [anon_sym_BANG_EQ] = ACTIONS(4788), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4790), + [anon_sym_EQ_EQ] = ACTIONS(4788), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4790), + [anon_sym_LT_EQ] = ACTIONS(4790), + [anon_sym_GT_EQ] = ACTIONS(4790), + [anon_sym_BANGin] = ACTIONS(4790), + [anon_sym_is] = ACTIONS(4788), + [anon_sym_BANGis] = ACTIONS(4790), + [anon_sym_PLUS] = ACTIONS(4788), + [anon_sym_DASH] = ACTIONS(4788), + [anon_sym_SLASH] = ACTIONS(4788), + [anon_sym_PERCENT] = ACTIONS(4788), + [anon_sym_as_QMARK] = ACTIONS(4790), + [anon_sym_PLUS_PLUS] = ACTIONS(4790), + [anon_sym_DASH_DASH] = ACTIONS(4790), + [anon_sym_BANG] = ACTIONS(4788), + [anon_sym_BANG_BANG] = ACTIONS(4790), + [anon_sym_data] = ACTIONS(4788), + [anon_sym_inner] = ACTIONS(4788), + [anon_sym_expect] = ACTIONS(4788), + [anon_sym_actual] = ACTIONS(4788), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4790), + [anon_sym_continue_AT] = ACTIONS(4790), + [anon_sym_break_AT] = ACTIONS(4790), + [sym_real_literal] = ACTIONS(4790), + [sym_integer_literal] = ACTIONS(4788), + [sym_hex_literal] = ACTIONS(4790), + [sym_bin_literal] = ACTIONS(4790), + [anon_sym_true] = ACTIONS(4788), + [anon_sym_false] = ACTIONS(4788), + [anon_sym_SQUOTE] = ACTIONS(4790), + [sym__backtick_identifier] = ACTIONS(4790), + [sym__automatic_semicolon] = ACTIONS(4790), + [sym_safe_nav] = ACTIONS(4790), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4790), }, - [3577] = { - [sym__alpha_identifier] = ACTIONS(4923), - [anon_sym_AT] = ACTIONS(4925), - [anon_sym_LBRACK] = ACTIONS(4925), - [anon_sym_as] = ACTIONS(4923), - [anon_sym_EQ] = ACTIONS(4923), - [anon_sym_LBRACE] = ACTIONS(4925), - [anon_sym_RBRACE] = ACTIONS(4925), - [anon_sym_LPAREN] = ACTIONS(6760), - [anon_sym_LT] = ACTIONS(4923), - [anon_sym_GT] = ACTIONS(4923), - [anon_sym_object] = ACTIONS(4923), - [anon_sym_fun] = ACTIONS(4923), - [anon_sym_DOT] = ACTIONS(4923), - [anon_sym_SEMI] = ACTIONS(4925), - [anon_sym_get] = ACTIONS(4923), - [anon_sym_set] = ACTIONS(4923), - [anon_sym_this] = ACTIONS(4923), - [anon_sym_super] = ACTIONS(4923), - [anon_sym_STAR] = ACTIONS(4923), - [sym_label] = ACTIONS(4923), - [anon_sym_in] = ACTIONS(4923), - [anon_sym_DOT_DOT] = ACTIONS(4925), - [anon_sym_QMARK_COLON] = ACTIONS(4925), - [anon_sym_AMP_AMP] = ACTIONS(4925), - [anon_sym_PIPE_PIPE] = ACTIONS(4925), - [anon_sym_null] = ACTIONS(4923), - [anon_sym_if] = ACTIONS(4923), - [anon_sym_else] = ACTIONS(4923), - [anon_sym_when] = ACTIONS(4923), - [anon_sym_try] = ACTIONS(4923), - [anon_sym_throw] = ACTIONS(4923), - [anon_sym_return] = ACTIONS(4923), - [anon_sym_continue] = ACTIONS(4923), - [anon_sym_break] = ACTIONS(4923), - [anon_sym_COLON_COLON] = ACTIONS(4925), - [anon_sym_PLUS_EQ] = ACTIONS(4925), - [anon_sym_DASH_EQ] = ACTIONS(4925), - [anon_sym_STAR_EQ] = ACTIONS(4925), - [anon_sym_SLASH_EQ] = ACTIONS(4925), - [anon_sym_PERCENT_EQ] = ACTIONS(4925), - [anon_sym_BANG_EQ] = ACTIONS(4923), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4925), - [anon_sym_EQ_EQ] = ACTIONS(4923), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4925), - [anon_sym_LT_EQ] = ACTIONS(4925), - [anon_sym_GT_EQ] = ACTIONS(4925), - [anon_sym_BANGin] = ACTIONS(4925), - [anon_sym_is] = ACTIONS(4923), - [anon_sym_BANGis] = ACTIONS(4925), - [anon_sym_PLUS] = ACTIONS(4923), - [anon_sym_DASH] = ACTIONS(4923), - [anon_sym_SLASH] = ACTIONS(4923), - [anon_sym_PERCENT] = ACTIONS(4923), - [anon_sym_as_QMARK] = ACTIONS(4925), - [anon_sym_PLUS_PLUS] = ACTIONS(4925), - [anon_sym_DASH_DASH] = ACTIONS(4925), - [anon_sym_BANG] = ACTIONS(4923), - [anon_sym_BANG_BANG] = ACTIONS(4925), - [anon_sym_data] = ACTIONS(4923), - [anon_sym_inner] = ACTIONS(4923), - [anon_sym_expect] = ACTIONS(4923), - [anon_sym_actual] = ACTIONS(4923), + [3455] = { + [sym__alpha_identifier] = ACTIONS(3029), + [anon_sym_AT] = ACTIONS(3031), + [anon_sym_LBRACK] = ACTIONS(3031), + [anon_sym_RBRACK] = ACTIONS(3031), + [anon_sym_as] = ACTIONS(3029), + [anon_sym_EQ] = ACTIONS(3029), + [anon_sym_LBRACE] = ACTIONS(3031), + [anon_sym_RBRACE] = ACTIONS(3031), + [anon_sym_LPAREN] = ACTIONS(3031), + [anon_sym_COMMA] = ACTIONS(3031), + [anon_sym_RPAREN] = ACTIONS(3031), + [anon_sym_LT] = ACTIONS(3029), + [anon_sym_GT] = ACTIONS(3029), + [anon_sym_where] = ACTIONS(3029), + [anon_sym_DOT] = ACTIONS(3029), + [anon_sym_SEMI] = ACTIONS(3031), + [anon_sym_get] = ACTIONS(3029), + [anon_sym_set] = ACTIONS(3029), + [anon_sym_STAR] = ACTIONS(3029), + [anon_sym_DASH_GT] = ACTIONS(3031), + [sym_label] = ACTIONS(3031), + [anon_sym_in] = ACTIONS(3029), + [anon_sym_while] = ACTIONS(3029), + [anon_sym_DOT_DOT] = ACTIONS(3031), + [anon_sym_QMARK_COLON] = ACTIONS(3031), + [anon_sym_AMP_AMP] = ACTIONS(3031), + [anon_sym_PIPE_PIPE] = ACTIONS(3031), + [anon_sym_else] = ACTIONS(3029), + [anon_sym_COLON_COLON] = ACTIONS(3031), + [anon_sym_PLUS_EQ] = ACTIONS(3031), + [anon_sym_DASH_EQ] = ACTIONS(3031), + [anon_sym_STAR_EQ] = ACTIONS(3031), + [anon_sym_SLASH_EQ] = ACTIONS(3031), + [anon_sym_PERCENT_EQ] = ACTIONS(3031), + [anon_sym_BANG_EQ] = ACTIONS(3029), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3031), + [anon_sym_EQ_EQ] = ACTIONS(3029), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3031), + [anon_sym_LT_EQ] = ACTIONS(3031), + [anon_sym_GT_EQ] = ACTIONS(3031), + [anon_sym_BANGin] = ACTIONS(3031), + [anon_sym_is] = ACTIONS(3029), + [anon_sym_BANGis] = ACTIONS(3031), + [anon_sym_PLUS] = ACTIONS(3029), + [anon_sym_DASH] = ACTIONS(3029), + [anon_sym_SLASH] = ACTIONS(3029), + [anon_sym_PERCENT] = ACTIONS(3029), + [anon_sym_as_QMARK] = ACTIONS(3031), + [anon_sym_PLUS_PLUS] = ACTIONS(3031), + [anon_sym_DASH_DASH] = ACTIONS(3031), + [anon_sym_BANG_BANG] = ACTIONS(3031), + [anon_sym_suspend] = ACTIONS(3029), + [anon_sym_sealed] = ACTIONS(3029), + [anon_sym_annotation] = ACTIONS(3029), + [anon_sym_data] = ACTIONS(3029), + [anon_sym_inner] = ACTIONS(3029), + [anon_sym_override] = ACTIONS(3029), + [anon_sym_lateinit] = ACTIONS(3029), + [anon_sym_public] = ACTIONS(3029), + [anon_sym_private] = ACTIONS(3029), + [anon_sym_internal] = ACTIONS(3029), + [anon_sym_protected] = ACTIONS(3029), + [anon_sym_tailrec] = ACTIONS(3029), + [anon_sym_operator] = ACTIONS(3029), + [anon_sym_infix] = ACTIONS(3029), + [anon_sym_inline] = ACTIONS(3029), + [anon_sym_external] = ACTIONS(3029), + [sym_property_modifier] = ACTIONS(3029), + [anon_sym_abstract] = ACTIONS(3029), + [anon_sym_final] = ACTIONS(3029), + [anon_sym_open] = ACTIONS(3029), + [anon_sym_vararg] = ACTIONS(3029), + [anon_sym_noinline] = ACTIONS(3029), + [anon_sym_crossinline] = ACTIONS(3029), + [anon_sym_expect] = ACTIONS(3029), + [anon_sym_actual] = ACTIONS(3029), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3031), + [sym_safe_nav] = ACTIONS(3031), + [sym_multiline_comment] = ACTIONS(3), + }, + [3456] = { + [sym__alpha_identifier] = ACTIONS(4752), + [anon_sym_AT] = ACTIONS(4754), + [anon_sym_LBRACK] = ACTIONS(4754), + [anon_sym_as] = ACTIONS(4752), + [anon_sym_EQ] = ACTIONS(4752), + [anon_sym_LBRACE] = ACTIONS(4754), + [anon_sym_RBRACE] = ACTIONS(4754), + [anon_sym_LPAREN] = ACTIONS(4754), + [anon_sym_COMMA] = ACTIONS(4754), + [anon_sym_LT] = ACTIONS(4752), + [anon_sym_GT] = ACTIONS(4752), + [anon_sym_where] = ACTIONS(4752), + [anon_sym_object] = ACTIONS(4752), + [anon_sym_fun] = ACTIONS(4752), + [anon_sym_DOT] = ACTIONS(4752), + [anon_sym_SEMI] = ACTIONS(4754), + [anon_sym_get] = ACTIONS(4752), + [anon_sym_set] = ACTIONS(4752), + [anon_sym_this] = ACTIONS(4752), + [anon_sym_super] = ACTIONS(4752), + [anon_sym_STAR] = ACTIONS(4752), + [sym_label] = ACTIONS(4752), + [anon_sym_in] = ACTIONS(4752), + [anon_sym_DOT_DOT] = ACTIONS(4754), + [anon_sym_QMARK_COLON] = ACTIONS(4754), + [anon_sym_AMP_AMP] = ACTIONS(4754), + [anon_sym_PIPE_PIPE] = ACTIONS(4754), + [anon_sym_null] = ACTIONS(4752), + [anon_sym_if] = ACTIONS(4752), + [anon_sym_else] = ACTIONS(4752), + [anon_sym_when] = ACTIONS(4752), + [anon_sym_try] = ACTIONS(4752), + [anon_sym_throw] = ACTIONS(4752), + [anon_sym_return] = ACTIONS(4752), + [anon_sym_continue] = ACTIONS(4752), + [anon_sym_break] = ACTIONS(4752), + [anon_sym_COLON_COLON] = ACTIONS(4754), + [anon_sym_PLUS_EQ] = ACTIONS(4754), + [anon_sym_DASH_EQ] = ACTIONS(4754), + [anon_sym_STAR_EQ] = ACTIONS(4754), + [anon_sym_SLASH_EQ] = ACTIONS(4754), + [anon_sym_PERCENT_EQ] = ACTIONS(4754), + [anon_sym_BANG_EQ] = ACTIONS(4752), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4754), + [anon_sym_EQ_EQ] = ACTIONS(4752), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4754), + [anon_sym_LT_EQ] = ACTIONS(4754), + [anon_sym_GT_EQ] = ACTIONS(4754), + [anon_sym_BANGin] = ACTIONS(4754), + [anon_sym_is] = ACTIONS(4752), + [anon_sym_BANGis] = ACTIONS(4754), + [anon_sym_PLUS] = ACTIONS(4752), + [anon_sym_DASH] = ACTIONS(4752), + [anon_sym_SLASH] = ACTIONS(4752), + [anon_sym_PERCENT] = ACTIONS(4752), + [anon_sym_as_QMARK] = ACTIONS(4754), + [anon_sym_PLUS_PLUS] = ACTIONS(4754), + [anon_sym_DASH_DASH] = ACTIONS(4754), + [anon_sym_BANG] = ACTIONS(4752), + [anon_sym_BANG_BANG] = ACTIONS(4754), + [anon_sym_data] = ACTIONS(4752), + [anon_sym_inner] = ACTIONS(4752), + [anon_sym_expect] = ACTIONS(4752), + [anon_sym_actual] = ACTIONS(4752), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4754), + [anon_sym_continue_AT] = ACTIONS(4754), + [anon_sym_break_AT] = ACTIONS(4754), + [sym_real_literal] = ACTIONS(4754), + [sym_integer_literal] = ACTIONS(4752), + [sym_hex_literal] = ACTIONS(4754), + [sym_bin_literal] = ACTIONS(4754), + [anon_sym_true] = ACTIONS(4752), + [anon_sym_false] = ACTIONS(4752), + [anon_sym_SQUOTE] = ACTIONS(4754), + [sym__backtick_identifier] = ACTIONS(4754), + [sym__automatic_semicolon] = ACTIONS(4754), + [sym_safe_nav] = ACTIONS(4754), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4754), + }, + [3457] = { + [sym__alpha_identifier] = ACTIONS(3082), + [anon_sym_AT] = ACTIONS(3084), + [anon_sym_LBRACK] = ACTIONS(3084), + [anon_sym_as] = ACTIONS(3082), + [anon_sym_EQ] = ACTIONS(3082), + [anon_sym_LBRACE] = ACTIONS(3084), + [anon_sym_RBRACE] = ACTIONS(3084), + [anon_sym_LPAREN] = ACTIONS(3084), + [anon_sym_COMMA] = ACTIONS(3084), + [anon_sym_LT] = ACTIONS(3082), + [anon_sym_GT] = ACTIONS(3082), + [anon_sym_where] = ACTIONS(3082), + [anon_sym_object] = ACTIONS(3082), + [anon_sym_fun] = ACTIONS(3082), + [anon_sym_DOT] = ACTIONS(3082), + [anon_sym_SEMI] = ACTIONS(3084), + [anon_sym_get] = ACTIONS(3082), + [anon_sym_set] = ACTIONS(3082), + [anon_sym_this] = ACTIONS(3082), + [anon_sym_super] = ACTIONS(3082), + [anon_sym_STAR] = ACTIONS(3082), + [sym_label] = ACTIONS(3082), + [anon_sym_in] = ACTIONS(3082), + [anon_sym_DOT_DOT] = ACTIONS(3084), + [anon_sym_QMARK_COLON] = ACTIONS(3084), + [anon_sym_AMP_AMP] = ACTIONS(3084), + [anon_sym_PIPE_PIPE] = ACTIONS(3084), + [anon_sym_null] = ACTIONS(3082), + [anon_sym_if] = ACTIONS(3082), + [anon_sym_else] = ACTIONS(3082), + [anon_sym_when] = ACTIONS(3082), + [anon_sym_try] = ACTIONS(3082), + [anon_sym_throw] = ACTIONS(3082), + [anon_sym_return] = ACTIONS(3082), + [anon_sym_continue] = ACTIONS(3082), + [anon_sym_break] = ACTIONS(3082), + [anon_sym_COLON_COLON] = ACTIONS(3084), + [anon_sym_PLUS_EQ] = ACTIONS(3084), + [anon_sym_DASH_EQ] = ACTIONS(3084), + [anon_sym_STAR_EQ] = ACTIONS(3084), + [anon_sym_SLASH_EQ] = ACTIONS(3084), + [anon_sym_PERCENT_EQ] = ACTIONS(3084), + [anon_sym_BANG_EQ] = ACTIONS(3082), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3084), + [anon_sym_EQ_EQ] = ACTIONS(3082), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3084), + [anon_sym_LT_EQ] = ACTIONS(3084), + [anon_sym_GT_EQ] = ACTIONS(3084), + [anon_sym_BANGin] = ACTIONS(3084), + [anon_sym_is] = ACTIONS(3082), + [anon_sym_BANGis] = ACTIONS(3084), + [anon_sym_PLUS] = ACTIONS(3082), + [anon_sym_DASH] = ACTIONS(3082), + [anon_sym_SLASH] = ACTIONS(3082), + [anon_sym_PERCENT] = ACTIONS(3082), + [anon_sym_as_QMARK] = ACTIONS(3084), + [anon_sym_PLUS_PLUS] = ACTIONS(3084), + [anon_sym_DASH_DASH] = ACTIONS(3084), + [anon_sym_BANG] = ACTIONS(3082), + [anon_sym_BANG_BANG] = ACTIONS(3084), + [anon_sym_data] = ACTIONS(3082), + [anon_sym_inner] = ACTIONS(3082), + [anon_sym_expect] = ACTIONS(3082), + [anon_sym_actual] = ACTIONS(3082), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3084), + [anon_sym_continue_AT] = ACTIONS(3084), + [anon_sym_break_AT] = ACTIONS(3084), + [sym_real_literal] = ACTIONS(3084), + [sym_integer_literal] = ACTIONS(3082), + [sym_hex_literal] = ACTIONS(3084), + [sym_bin_literal] = ACTIONS(3084), + [anon_sym_true] = ACTIONS(3082), + [anon_sym_false] = ACTIONS(3082), + [anon_sym_SQUOTE] = ACTIONS(3084), + [sym__backtick_identifier] = ACTIONS(3084), + [sym__automatic_semicolon] = ACTIONS(3084), + [sym_safe_nav] = ACTIONS(3084), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3084), + }, + [3458] = { + [sym_class_body] = STATE(3796), + [sym_type_constraints] = STATE(3661), + [sym__alpha_identifier] = ACTIONS(3186), + [anon_sym_AT] = ACTIONS(3190), + [anon_sym_COLON] = ACTIONS(5532), + [anon_sym_LBRACK] = ACTIONS(3190), + [anon_sym_as] = ACTIONS(3186), + [anon_sym_EQ] = ACTIONS(3186), + [anon_sym_LBRACE] = ACTIONS(5360), + [anon_sym_RBRACE] = ACTIONS(3190), + [anon_sym_LPAREN] = ACTIONS(3190), + [anon_sym_COMMA] = ACTIONS(3190), + [anon_sym_LT] = ACTIONS(3186), + [anon_sym_GT] = ACTIONS(3186), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(3186), + [anon_sym_SEMI] = ACTIONS(3190), + [anon_sym_get] = ACTIONS(3186), + [anon_sym_set] = ACTIONS(3186), + [anon_sym_STAR] = ACTIONS(3186), + [sym_label] = ACTIONS(3190), + [anon_sym_in] = ACTIONS(3186), + [anon_sym_DOT_DOT] = ACTIONS(3190), + [anon_sym_QMARK_COLON] = ACTIONS(3190), + [anon_sym_AMP_AMP] = ACTIONS(3190), + [anon_sym_PIPE_PIPE] = ACTIONS(3190), + [anon_sym_else] = ACTIONS(3186), + [anon_sym_COLON_COLON] = ACTIONS(3190), + [anon_sym_PLUS_EQ] = ACTIONS(3190), + [anon_sym_DASH_EQ] = ACTIONS(3190), + [anon_sym_STAR_EQ] = ACTIONS(3190), + [anon_sym_SLASH_EQ] = ACTIONS(3190), + [anon_sym_PERCENT_EQ] = ACTIONS(3190), + [anon_sym_BANG_EQ] = ACTIONS(3186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3190), + [anon_sym_EQ_EQ] = ACTIONS(3186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3190), + [anon_sym_LT_EQ] = ACTIONS(3190), + [anon_sym_GT_EQ] = ACTIONS(3190), + [anon_sym_BANGin] = ACTIONS(3190), + [anon_sym_is] = ACTIONS(3186), + [anon_sym_BANGis] = ACTIONS(3190), + [anon_sym_PLUS] = ACTIONS(3186), + [anon_sym_DASH] = ACTIONS(3186), + [anon_sym_SLASH] = ACTIONS(3186), + [anon_sym_PERCENT] = ACTIONS(3186), + [anon_sym_as_QMARK] = ACTIONS(3190), + [anon_sym_PLUS_PLUS] = ACTIONS(3190), + [anon_sym_DASH_DASH] = ACTIONS(3190), + [anon_sym_BANG_BANG] = ACTIONS(3190), + [anon_sym_suspend] = ACTIONS(3186), + [anon_sym_sealed] = ACTIONS(3186), + [anon_sym_annotation] = ACTIONS(3186), + [anon_sym_data] = ACTIONS(3186), + [anon_sym_inner] = ACTIONS(3186), + [anon_sym_override] = ACTIONS(3186), + [anon_sym_lateinit] = ACTIONS(3186), + [anon_sym_public] = ACTIONS(3186), + [anon_sym_private] = ACTIONS(3186), + [anon_sym_internal] = ACTIONS(3186), + [anon_sym_protected] = ACTIONS(3186), + [anon_sym_tailrec] = ACTIONS(3186), + [anon_sym_operator] = ACTIONS(3186), + [anon_sym_infix] = ACTIONS(3186), + [anon_sym_inline] = ACTIONS(3186), + [anon_sym_external] = ACTIONS(3186), + [sym_property_modifier] = ACTIONS(3186), + [anon_sym_abstract] = ACTIONS(3186), + [anon_sym_final] = ACTIONS(3186), + [anon_sym_open] = ACTIONS(3186), + [anon_sym_vararg] = ACTIONS(3186), + [anon_sym_noinline] = ACTIONS(3186), + [anon_sym_crossinline] = ACTIONS(3186), + [anon_sym_expect] = ACTIONS(3186), + [anon_sym_actual] = ACTIONS(3186), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3190), + [sym__automatic_semicolon] = ACTIONS(3190), + [sym_safe_nav] = ACTIONS(3190), + [sym_multiline_comment] = ACTIONS(3), + }, + [3459] = { + [sym__alpha_identifier] = ACTIONS(3186), + [anon_sym_AT] = ACTIONS(3190), + [anon_sym_LBRACK] = ACTIONS(3190), + [anon_sym_as] = ACTIONS(3186), + [anon_sym_EQ] = ACTIONS(3186), + [anon_sym_LBRACE] = ACTIONS(3190), + [anon_sym_RBRACE] = ACTIONS(3190), + [anon_sym_LPAREN] = ACTIONS(3190), + [anon_sym_COMMA] = ACTIONS(3190), + [anon_sym_LT] = ACTIONS(3186), + [anon_sym_GT] = ACTIONS(3186), + [anon_sym_where] = ACTIONS(3186), + [anon_sym_object] = ACTIONS(3186), + [anon_sym_fun] = ACTIONS(3186), + [anon_sym_DOT] = ACTIONS(3186), + [anon_sym_SEMI] = ACTIONS(3190), + [anon_sym_get] = ACTIONS(3186), + [anon_sym_set] = ACTIONS(3186), + [anon_sym_this] = ACTIONS(3186), + [anon_sym_super] = ACTIONS(3186), + [anon_sym_STAR] = ACTIONS(3186), + [sym_label] = ACTIONS(3186), + [anon_sym_in] = ACTIONS(3186), + [anon_sym_DOT_DOT] = ACTIONS(3190), + [anon_sym_QMARK_COLON] = ACTIONS(3190), + [anon_sym_AMP_AMP] = ACTIONS(3190), + [anon_sym_PIPE_PIPE] = ACTIONS(3190), + [anon_sym_null] = ACTIONS(3186), + [anon_sym_if] = ACTIONS(3186), + [anon_sym_else] = ACTIONS(3186), + [anon_sym_when] = ACTIONS(3186), + [anon_sym_try] = ACTIONS(3186), + [anon_sym_throw] = ACTIONS(3186), + [anon_sym_return] = ACTIONS(3186), + [anon_sym_continue] = ACTIONS(3186), + [anon_sym_break] = ACTIONS(3186), + [anon_sym_COLON_COLON] = ACTIONS(3190), + [anon_sym_PLUS_EQ] = ACTIONS(3190), + [anon_sym_DASH_EQ] = ACTIONS(3190), + [anon_sym_STAR_EQ] = ACTIONS(3190), + [anon_sym_SLASH_EQ] = ACTIONS(3190), + [anon_sym_PERCENT_EQ] = ACTIONS(3190), + [anon_sym_BANG_EQ] = ACTIONS(3186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3190), + [anon_sym_EQ_EQ] = ACTIONS(3186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3190), + [anon_sym_LT_EQ] = ACTIONS(3190), + [anon_sym_GT_EQ] = ACTIONS(3190), + [anon_sym_BANGin] = ACTIONS(3190), + [anon_sym_is] = ACTIONS(3186), + [anon_sym_BANGis] = ACTIONS(3190), + [anon_sym_PLUS] = ACTIONS(3186), + [anon_sym_DASH] = ACTIONS(3186), + [anon_sym_SLASH] = ACTIONS(3186), + [anon_sym_PERCENT] = ACTIONS(3186), + [anon_sym_as_QMARK] = ACTIONS(3190), + [anon_sym_PLUS_PLUS] = ACTIONS(3190), + [anon_sym_DASH_DASH] = ACTIONS(3190), + [anon_sym_BANG] = ACTIONS(3186), + [anon_sym_BANG_BANG] = ACTIONS(3190), + [anon_sym_data] = ACTIONS(3186), + [anon_sym_inner] = ACTIONS(3186), + [anon_sym_expect] = ACTIONS(3186), + [anon_sym_actual] = ACTIONS(3186), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3190), + [anon_sym_continue_AT] = ACTIONS(3190), + [anon_sym_break_AT] = ACTIONS(3190), + [sym_real_literal] = ACTIONS(3190), + [sym_integer_literal] = ACTIONS(3186), + [sym_hex_literal] = ACTIONS(3190), + [sym_bin_literal] = ACTIONS(3190), + [anon_sym_true] = ACTIONS(3186), + [anon_sym_false] = ACTIONS(3186), + [anon_sym_SQUOTE] = ACTIONS(3190), + [sym__backtick_identifier] = ACTIONS(3190), + [sym__automatic_semicolon] = ACTIONS(3190), + [sym_safe_nav] = ACTIONS(3190), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3190), + }, + [3460] = { + [sym__alpha_identifier] = ACTIONS(4285), + [anon_sym_AT] = ACTIONS(4288), + [anon_sym_LBRACK] = ACTIONS(4288), + [anon_sym_as] = ACTIONS(4293), + [anon_sym_EQ] = ACTIONS(4293), + [anon_sym_LBRACE] = ACTIONS(4288), + [anon_sym_RBRACE] = ACTIONS(4291), + [anon_sym_LPAREN] = ACTIONS(6613), + [anon_sym_COMMA] = ACTIONS(4291), + [anon_sym_LT] = ACTIONS(4293), + [anon_sym_GT] = ACTIONS(4293), + [anon_sym_where] = ACTIONS(4293), + [anon_sym_object] = ACTIONS(3943), + [anon_sym_fun] = ACTIONS(3943), + [anon_sym_DOT] = ACTIONS(4293), + [anon_sym_SEMI] = ACTIONS(4291), + [anon_sym_get] = ACTIONS(4285), + [anon_sym_set] = ACTIONS(4285), + [anon_sym_this] = ACTIONS(3943), + [anon_sym_super] = ACTIONS(3943), + [anon_sym_STAR] = ACTIONS(4285), + [sym_label] = ACTIONS(4285), + [anon_sym_in] = ACTIONS(4293), + [anon_sym_DOT_DOT] = ACTIONS(4291), + [anon_sym_QMARK_COLON] = ACTIONS(4291), + [anon_sym_AMP_AMP] = ACTIONS(4291), + [anon_sym_PIPE_PIPE] = ACTIONS(4291), + [anon_sym_null] = ACTIONS(3943), + [anon_sym_if] = ACTIONS(3943), + [anon_sym_else] = ACTIONS(4293), + [anon_sym_when] = ACTIONS(3943), + [anon_sym_try] = ACTIONS(3943), + [anon_sym_throw] = ACTIONS(3943), + [anon_sym_return] = ACTIONS(3943), + [anon_sym_continue] = ACTIONS(3943), + [anon_sym_break] = ACTIONS(3943), + [anon_sym_COLON_COLON] = ACTIONS(4288), + [anon_sym_PLUS_EQ] = ACTIONS(4291), + [anon_sym_DASH_EQ] = ACTIONS(4291), + [anon_sym_STAR_EQ] = ACTIONS(4291), + [anon_sym_SLASH_EQ] = ACTIONS(4291), + [anon_sym_PERCENT_EQ] = ACTIONS(4291), + [anon_sym_BANG_EQ] = ACTIONS(4293), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4291), + [anon_sym_EQ_EQ] = ACTIONS(4293), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4291), + [anon_sym_LT_EQ] = ACTIONS(4291), + [anon_sym_GT_EQ] = ACTIONS(4291), + [anon_sym_BANGin] = ACTIONS(4291), + [anon_sym_is] = ACTIONS(4293), + [anon_sym_BANGis] = ACTIONS(4291), + [anon_sym_PLUS] = ACTIONS(4285), + [anon_sym_DASH] = ACTIONS(4285), + [anon_sym_SLASH] = ACTIONS(4293), + [anon_sym_PERCENT] = ACTIONS(4293), + [anon_sym_as_QMARK] = ACTIONS(4291), + [anon_sym_PLUS_PLUS] = ACTIONS(4288), + [anon_sym_DASH_DASH] = ACTIONS(4288), + [anon_sym_BANG] = ACTIONS(3943), + [anon_sym_BANG_BANG] = ACTIONS(4291), + [anon_sym_data] = ACTIONS(4285), + [anon_sym_inner] = ACTIONS(4285), + [anon_sym_expect] = ACTIONS(4285), + [anon_sym_actual] = ACTIONS(4285), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3948), + [anon_sym_continue_AT] = ACTIONS(3948), + [anon_sym_break_AT] = ACTIONS(3948), + [sym_real_literal] = ACTIONS(3948), + [sym_integer_literal] = ACTIONS(3943), + [sym_hex_literal] = ACTIONS(3948), + [sym_bin_literal] = ACTIONS(3948), + [anon_sym_true] = ACTIONS(3943), + [anon_sym_false] = ACTIONS(3943), + [anon_sym_SQUOTE] = ACTIONS(3948), + [sym__backtick_identifier] = ACTIONS(4288), + [sym__automatic_semicolon] = ACTIONS(4291), + [sym_safe_nav] = ACTIONS(4291), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3948), + }, + [3461] = { + [sym__alpha_identifier] = ACTIONS(4816), + [anon_sym_AT] = ACTIONS(4818), + [anon_sym_LBRACK] = ACTIONS(4818), + [anon_sym_as] = ACTIONS(4816), + [anon_sym_EQ] = ACTIONS(4816), + [anon_sym_LBRACE] = ACTIONS(4818), + [anon_sym_RBRACE] = ACTIONS(4818), + [anon_sym_LPAREN] = ACTIONS(4818), + [anon_sym_COMMA] = ACTIONS(4818), + [anon_sym_LT] = ACTIONS(4816), + [anon_sym_GT] = ACTIONS(4816), + [anon_sym_where] = ACTIONS(4816), + [anon_sym_object] = ACTIONS(4816), + [anon_sym_fun] = ACTIONS(4816), + [anon_sym_DOT] = ACTIONS(4816), + [anon_sym_SEMI] = ACTIONS(4818), + [anon_sym_get] = ACTIONS(4816), + [anon_sym_set] = ACTIONS(4816), + [anon_sym_this] = ACTIONS(4816), + [anon_sym_super] = ACTIONS(4816), + [anon_sym_STAR] = ACTIONS(4816), + [sym_label] = ACTIONS(4816), + [anon_sym_in] = ACTIONS(4816), + [anon_sym_DOT_DOT] = ACTIONS(4818), + [anon_sym_QMARK_COLON] = ACTIONS(4818), + [anon_sym_AMP_AMP] = ACTIONS(4818), + [anon_sym_PIPE_PIPE] = ACTIONS(4818), + [anon_sym_null] = ACTIONS(4816), + [anon_sym_if] = ACTIONS(4816), + [anon_sym_else] = ACTIONS(4816), + [anon_sym_when] = ACTIONS(4816), + [anon_sym_try] = ACTIONS(4816), + [anon_sym_throw] = ACTIONS(4816), + [anon_sym_return] = ACTIONS(4816), + [anon_sym_continue] = ACTIONS(4816), + [anon_sym_break] = ACTIONS(4816), + [anon_sym_COLON_COLON] = ACTIONS(4818), + [anon_sym_PLUS_EQ] = ACTIONS(4818), + [anon_sym_DASH_EQ] = ACTIONS(4818), + [anon_sym_STAR_EQ] = ACTIONS(4818), + [anon_sym_SLASH_EQ] = ACTIONS(4818), + [anon_sym_PERCENT_EQ] = ACTIONS(4818), + [anon_sym_BANG_EQ] = ACTIONS(4816), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4818), + [anon_sym_EQ_EQ] = ACTIONS(4816), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4818), + [anon_sym_LT_EQ] = ACTIONS(4818), + [anon_sym_GT_EQ] = ACTIONS(4818), + [anon_sym_BANGin] = ACTIONS(4818), + [anon_sym_is] = ACTIONS(4816), + [anon_sym_BANGis] = ACTIONS(4818), + [anon_sym_PLUS] = ACTIONS(4816), + [anon_sym_DASH] = ACTIONS(4816), + [anon_sym_SLASH] = ACTIONS(4816), + [anon_sym_PERCENT] = ACTIONS(4816), + [anon_sym_as_QMARK] = ACTIONS(4818), + [anon_sym_PLUS_PLUS] = ACTIONS(4818), + [anon_sym_DASH_DASH] = ACTIONS(4818), + [anon_sym_BANG] = ACTIONS(4816), + [anon_sym_BANG_BANG] = ACTIONS(4818), + [anon_sym_data] = ACTIONS(4816), + [anon_sym_inner] = ACTIONS(4816), + [anon_sym_expect] = ACTIONS(4816), + [anon_sym_actual] = ACTIONS(4816), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4818), + [anon_sym_continue_AT] = ACTIONS(4818), + [anon_sym_break_AT] = ACTIONS(4818), + [sym_real_literal] = ACTIONS(4818), + [sym_integer_literal] = ACTIONS(4816), + [sym_hex_literal] = ACTIONS(4818), + [sym_bin_literal] = ACTIONS(4818), + [anon_sym_true] = ACTIONS(4816), + [anon_sym_false] = ACTIONS(4816), + [anon_sym_SQUOTE] = ACTIONS(4818), + [sym__backtick_identifier] = ACTIONS(4818), + [sym__automatic_semicolon] = ACTIONS(4818), + [sym_safe_nav] = ACTIONS(4818), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4818), + }, + [3462] = { + [sym_type_constraints] = STATE(3570), + [sym_enum_class_body] = STATE(3796), + [sym__alpha_identifier] = ACTIONS(3186), + [anon_sym_AT] = ACTIONS(3190), + [anon_sym_COLON] = ACTIONS(5554), + [anon_sym_LBRACK] = ACTIONS(3190), + [anon_sym_as] = ACTIONS(3186), + [anon_sym_EQ] = ACTIONS(3186), + [anon_sym_LBRACE] = ACTIONS(5415), + [anon_sym_RBRACE] = ACTIONS(3190), + [anon_sym_LPAREN] = ACTIONS(3190), + [anon_sym_COMMA] = ACTIONS(3190), + [anon_sym_LT] = ACTIONS(3186), + [anon_sym_GT] = ACTIONS(3186), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(3186), + [anon_sym_SEMI] = ACTIONS(3190), + [anon_sym_get] = ACTIONS(3186), + [anon_sym_set] = ACTIONS(3186), + [anon_sym_STAR] = ACTIONS(3186), + [sym_label] = ACTIONS(3190), + [anon_sym_in] = ACTIONS(3186), + [anon_sym_DOT_DOT] = ACTIONS(3190), + [anon_sym_QMARK_COLON] = ACTIONS(3190), + [anon_sym_AMP_AMP] = ACTIONS(3190), + [anon_sym_PIPE_PIPE] = ACTIONS(3190), + [anon_sym_else] = ACTIONS(3186), + [anon_sym_COLON_COLON] = ACTIONS(3190), + [anon_sym_PLUS_EQ] = ACTIONS(3190), + [anon_sym_DASH_EQ] = ACTIONS(3190), + [anon_sym_STAR_EQ] = ACTIONS(3190), + [anon_sym_SLASH_EQ] = ACTIONS(3190), + [anon_sym_PERCENT_EQ] = ACTIONS(3190), + [anon_sym_BANG_EQ] = ACTIONS(3186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3190), + [anon_sym_EQ_EQ] = ACTIONS(3186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3190), + [anon_sym_LT_EQ] = ACTIONS(3190), + [anon_sym_GT_EQ] = ACTIONS(3190), + [anon_sym_BANGin] = ACTIONS(3190), + [anon_sym_is] = ACTIONS(3186), + [anon_sym_BANGis] = ACTIONS(3190), + [anon_sym_PLUS] = ACTIONS(3186), + [anon_sym_DASH] = ACTIONS(3186), + [anon_sym_SLASH] = ACTIONS(3186), + [anon_sym_PERCENT] = ACTIONS(3186), + [anon_sym_as_QMARK] = ACTIONS(3190), + [anon_sym_PLUS_PLUS] = ACTIONS(3190), + [anon_sym_DASH_DASH] = ACTIONS(3190), + [anon_sym_BANG_BANG] = ACTIONS(3190), + [anon_sym_suspend] = ACTIONS(3186), + [anon_sym_sealed] = ACTIONS(3186), + [anon_sym_annotation] = ACTIONS(3186), + [anon_sym_data] = ACTIONS(3186), + [anon_sym_inner] = ACTIONS(3186), + [anon_sym_override] = ACTIONS(3186), + [anon_sym_lateinit] = ACTIONS(3186), + [anon_sym_public] = ACTIONS(3186), + [anon_sym_private] = ACTIONS(3186), + [anon_sym_internal] = ACTIONS(3186), + [anon_sym_protected] = ACTIONS(3186), + [anon_sym_tailrec] = ACTIONS(3186), + [anon_sym_operator] = ACTIONS(3186), + [anon_sym_infix] = ACTIONS(3186), + [anon_sym_inline] = ACTIONS(3186), + [anon_sym_external] = ACTIONS(3186), + [sym_property_modifier] = ACTIONS(3186), + [anon_sym_abstract] = ACTIONS(3186), + [anon_sym_final] = ACTIONS(3186), + [anon_sym_open] = ACTIONS(3186), + [anon_sym_vararg] = ACTIONS(3186), + [anon_sym_noinline] = ACTIONS(3186), + [anon_sym_crossinline] = ACTIONS(3186), + [anon_sym_expect] = ACTIONS(3186), + [anon_sym_actual] = ACTIONS(3186), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3190), + [sym__automatic_semicolon] = ACTIONS(3190), + [sym_safe_nav] = ACTIONS(3190), + [sym_multiline_comment] = ACTIONS(3), + }, + [3463] = { + [sym_class_body] = STATE(3743), + [sym_type_constraints] = STATE(3553), + [sym__alpha_identifier] = ACTIONS(4303), + [anon_sym_AT] = ACTIONS(4305), + [anon_sym_COLON] = ACTIONS(6617), + [anon_sym_LBRACK] = ACTIONS(4305), + [anon_sym_as] = ACTIONS(4303), + [anon_sym_EQ] = ACTIONS(4303), + [anon_sym_LBRACE] = ACTIONS(5360), + [anon_sym_RBRACE] = ACTIONS(4305), + [anon_sym_LPAREN] = ACTIONS(4305), + [anon_sym_COMMA] = ACTIONS(4305), + [anon_sym_LT] = ACTIONS(4303), + [anon_sym_GT] = ACTIONS(4303), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(4303), + [anon_sym_SEMI] = ACTIONS(4305), + [anon_sym_get] = ACTIONS(4303), + [anon_sym_set] = ACTIONS(4303), + [anon_sym_STAR] = ACTIONS(4303), + [sym_label] = ACTIONS(4305), + [anon_sym_in] = ACTIONS(4303), + [anon_sym_DOT_DOT] = ACTIONS(4305), + [anon_sym_QMARK_COLON] = ACTIONS(4305), + [anon_sym_AMP_AMP] = ACTIONS(4305), + [anon_sym_PIPE_PIPE] = ACTIONS(4305), + [anon_sym_else] = ACTIONS(4303), + [anon_sym_COLON_COLON] = ACTIONS(4305), + [anon_sym_PLUS_EQ] = ACTIONS(4305), + [anon_sym_DASH_EQ] = ACTIONS(4305), + [anon_sym_STAR_EQ] = ACTIONS(4305), + [anon_sym_SLASH_EQ] = ACTIONS(4305), + [anon_sym_PERCENT_EQ] = ACTIONS(4305), + [anon_sym_BANG_EQ] = ACTIONS(4303), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4305), + [anon_sym_EQ_EQ] = ACTIONS(4303), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4305), + [anon_sym_LT_EQ] = ACTIONS(4305), + [anon_sym_GT_EQ] = ACTIONS(4305), + [anon_sym_BANGin] = ACTIONS(4305), + [anon_sym_is] = ACTIONS(4303), + [anon_sym_BANGis] = ACTIONS(4305), + [anon_sym_PLUS] = ACTIONS(4303), + [anon_sym_DASH] = ACTIONS(4303), + [anon_sym_SLASH] = ACTIONS(4303), + [anon_sym_PERCENT] = ACTIONS(4303), + [anon_sym_as_QMARK] = ACTIONS(4305), + [anon_sym_PLUS_PLUS] = ACTIONS(4305), + [anon_sym_DASH_DASH] = ACTIONS(4305), + [anon_sym_BANG_BANG] = ACTIONS(4305), + [anon_sym_suspend] = ACTIONS(4303), + [anon_sym_sealed] = ACTIONS(4303), + [anon_sym_annotation] = ACTIONS(4303), + [anon_sym_data] = ACTIONS(4303), + [anon_sym_inner] = ACTIONS(4303), + [anon_sym_override] = ACTIONS(4303), + [anon_sym_lateinit] = ACTIONS(4303), + [anon_sym_public] = ACTIONS(4303), + [anon_sym_private] = ACTIONS(4303), + [anon_sym_internal] = ACTIONS(4303), + [anon_sym_protected] = ACTIONS(4303), + [anon_sym_tailrec] = ACTIONS(4303), + [anon_sym_operator] = ACTIONS(4303), + [anon_sym_infix] = ACTIONS(4303), + [anon_sym_inline] = ACTIONS(4303), + [anon_sym_external] = ACTIONS(4303), + [sym_property_modifier] = ACTIONS(4303), + [anon_sym_abstract] = ACTIONS(4303), + [anon_sym_final] = ACTIONS(4303), + [anon_sym_open] = ACTIONS(4303), + [anon_sym_vararg] = ACTIONS(4303), + [anon_sym_noinline] = ACTIONS(4303), + [anon_sym_crossinline] = ACTIONS(4303), + [anon_sym_expect] = ACTIONS(4303), + [anon_sym_actual] = ACTIONS(4303), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4305), + [sym__automatic_semicolon] = ACTIONS(4305), + [sym_safe_nav] = ACTIONS(4305), + [sym_multiline_comment] = ACTIONS(3), + }, + [3464] = { + [sym__alpha_identifier] = ACTIONS(4824), + [anon_sym_AT] = ACTIONS(4826), + [anon_sym_LBRACK] = ACTIONS(4826), + [anon_sym_RBRACK] = ACTIONS(4826), + [anon_sym_as] = ACTIONS(4824), + [anon_sym_EQ] = ACTIONS(4824), + [anon_sym_LBRACE] = ACTIONS(4826), + [anon_sym_RBRACE] = ACTIONS(4826), + [anon_sym_LPAREN] = ACTIONS(4826), + [anon_sym_COMMA] = ACTIONS(4826), + [anon_sym_RPAREN] = ACTIONS(4826), + [anon_sym_LT] = ACTIONS(4824), + [anon_sym_GT] = ACTIONS(4824), + [anon_sym_where] = ACTIONS(4824), + [anon_sym_DOT] = ACTIONS(4824), + [anon_sym_SEMI] = ACTIONS(4826), + [anon_sym_get] = ACTIONS(4824), + [anon_sym_set] = ACTIONS(4824), + [anon_sym_STAR] = ACTIONS(4824), + [anon_sym_DASH_GT] = ACTIONS(4826), + [sym_label] = ACTIONS(4826), + [anon_sym_in] = ACTIONS(4824), + [anon_sym_while] = ACTIONS(4824), + [anon_sym_DOT_DOT] = ACTIONS(4826), + [anon_sym_QMARK_COLON] = ACTIONS(4826), + [anon_sym_AMP_AMP] = ACTIONS(4826), + [anon_sym_PIPE_PIPE] = ACTIONS(4826), + [anon_sym_else] = ACTIONS(4824), + [anon_sym_COLON_COLON] = ACTIONS(4826), + [anon_sym_PLUS_EQ] = ACTIONS(4826), + [anon_sym_DASH_EQ] = ACTIONS(4826), + [anon_sym_STAR_EQ] = ACTIONS(4826), + [anon_sym_SLASH_EQ] = ACTIONS(4826), + [anon_sym_PERCENT_EQ] = ACTIONS(4826), + [anon_sym_BANG_EQ] = ACTIONS(4824), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4826), + [anon_sym_EQ_EQ] = ACTIONS(4824), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4826), + [anon_sym_LT_EQ] = ACTIONS(4826), + [anon_sym_GT_EQ] = ACTIONS(4826), + [anon_sym_BANGin] = ACTIONS(4826), + [anon_sym_is] = ACTIONS(4824), + [anon_sym_BANGis] = ACTIONS(4826), + [anon_sym_PLUS] = ACTIONS(4824), + [anon_sym_DASH] = ACTIONS(4824), + [anon_sym_SLASH] = ACTIONS(4824), + [anon_sym_PERCENT] = ACTIONS(4824), + [anon_sym_as_QMARK] = ACTIONS(4826), + [anon_sym_PLUS_PLUS] = ACTIONS(4826), + [anon_sym_DASH_DASH] = ACTIONS(4826), + [anon_sym_BANG_BANG] = ACTIONS(4826), + [anon_sym_suspend] = ACTIONS(4824), + [anon_sym_sealed] = ACTIONS(4824), + [anon_sym_annotation] = ACTIONS(4824), + [anon_sym_data] = ACTIONS(4824), + [anon_sym_inner] = ACTIONS(4824), + [anon_sym_override] = ACTIONS(4824), + [anon_sym_lateinit] = ACTIONS(4824), + [anon_sym_public] = ACTIONS(4824), + [anon_sym_private] = ACTIONS(4824), + [anon_sym_internal] = ACTIONS(4824), + [anon_sym_protected] = ACTIONS(4824), + [anon_sym_tailrec] = ACTIONS(4824), + [anon_sym_operator] = ACTIONS(4824), + [anon_sym_infix] = ACTIONS(4824), + [anon_sym_inline] = ACTIONS(4824), + [anon_sym_external] = ACTIONS(4824), + [sym_property_modifier] = ACTIONS(4824), + [anon_sym_abstract] = ACTIONS(4824), + [anon_sym_final] = ACTIONS(4824), + [anon_sym_open] = ACTIONS(4824), + [anon_sym_vararg] = ACTIONS(4824), + [anon_sym_noinline] = ACTIONS(4824), + [anon_sym_crossinline] = ACTIONS(4824), + [anon_sym_expect] = ACTIONS(4824), + [anon_sym_actual] = ACTIONS(4824), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4826), + [sym_safe_nav] = ACTIONS(4826), + [sym_multiline_comment] = ACTIONS(3), + }, + [3465] = { + [sym__alpha_identifier] = ACTIONS(3196), + [anon_sym_AT] = ACTIONS(3200), + [anon_sym_LBRACK] = ACTIONS(3200), + [anon_sym_as] = ACTIONS(3196), + [anon_sym_EQ] = ACTIONS(3196), + [anon_sym_LBRACE] = ACTIONS(3200), + [anon_sym_RBRACE] = ACTIONS(3200), + [anon_sym_LPAREN] = ACTIONS(3200), + [anon_sym_COMMA] = ACTIONS(3200), + [anon_sym_LT] = ACTIONS(3196), + [anon_sym_GT] = ACTIONS(3196), + [anon_sym_where] = ACTIONS(3196), + [anon_sym_object] = ACTIONS(3196), + [anon_sym_fun] = ACTIONS(3196), + [anon_sym_DOT] = ACTIONS(3196), + [anon_sym_SEMI] = ACTIONS(3200), + [anon_sym_get] = ACTIONS(3196), + [anon_sym_set] = ACTIONS(3196), + [anon_sym_this] = ACTIONS(3196), + [anon_sym_super] = ACTIONS(3196), + [anon_sym_STAR] = ACTIONS(3196), + [sym_label] = ACTIONS(3196), + [anon_sym_in] = ACTIONS(3196), + [anon_sym_DOT_DOT] = ACTIONS(3200), + [anon_sym_QMARK_COLON] = ACTIONS(3200), + [anon_sym_AMP_AMP] = ACTIONS(3200), + [anon_sym_PIPE_PIPE] = ACTIONS(3200), + [anon_sym_null] = ACTIONS(3196), + [anon_sym_if] = ACTIONS(3196), + [anon_sym_else] = ACTIONS(3196), + [anon_sym_when] = ACTIONS(3196), + [anon_sym_try] = ACTIONS(3196), + [anon_sym_throw] = ACTIONS(3196), + [anon_sym_return] = ACTIONS(3196), + [anon_sym_continue] = ACTIONS(3196), + [anon_sym_break] = ACTIONS(3196), + [anon_sym_COLON_COLON] = ACTIONS(3200), + [anon_sym_PLUS_EQ] = ACTIONS(3200), + [anon_sym_DASH_EQ] = ACTIONS(3200), + [anon_sym_STAR_EQ] = ACTIONS(3200), + [anon_sym_SLASH_EQ] = ACTIONS(3200), + [anon_sym_PERCENT_EQ] = ACTIONS(3200), + [anon_sym_BANG_EQ] = ACTIONS(3196), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3200), + [anon_sym_EQ_EQ] = ACTIONS(3196), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3200), + [anon_sym_LT_EQ] = ACTIONS(3200), + [anon_sym_GT_EQ] = ACTIONS(3200), + [anon_sym_BANGin] = ACTIONS(3200), + [anon_sym_is] = ACTIONS(3196), + [anon_sym_BANGis] = ACTIONS(3200), + [anon_sym_PLUS] = ACTIONS(3196), + [anon_sym_DASH] = ACTIONS(3196), + [anon_sym_SLASH] = ACTIONS(3196), + [anon_sym_PERCENT] = ACTIONS(3196), + [anon_sym_as_QMARK] = ACTIONS(3200), + [anon_sym_PLUS_PLUS] = ACTIONS(3200), + [anon_sym_DASH_DASH] = ACTIONS(3200), + [anon_sym_BANG] = ACTIONS(3196), + [anon_sym_BANG_BANG] = ACTIONS(3200), + [anon_sym_data] = ACTIONS(3196), + [anon_sym_inner] = ACTIONS(3196), + [anon_sym_expect] = ACTIONS(3196), + [anon_sym_actual] = ACTIONS(3196), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3200), + [anon_sym_continue_AT] = ACTIONS(3200), + [anon_sym_break_AT] = ACTIONS(3200), + [sym_real_literal] = ACTIONS(3200), + [sym_integer_literal] = ACTIONS(3196), + [sym_hex_literal] = ACTIONS(3200), + [sym_bin_literal] = ACTIONS(3200), + [anon_sym_true] = ACTIONS(3196), + [anon_sym_false] = ACTIONS(3196), + [anon_sym_SQUOTE] = ACTIONS(3200), + [sym__backtick_identifier] = ACTIONS(3200), + [sym__automatic_semicolon] = ACTIONS(3200), + [sym_safe_nav] = ACTIONS(3200), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3200), + }, + [3466] = { + [sym__alpha_identifier] = ACTIONS(4515), + [anon_sym_AT] = ACTIONS(4517), + [anon_sym_LBRACK] = ACTIONS(4517), + [anon_sym_EQ] = ACTIONS(4517), + [anon_sym_LBRACE] = ACTIONS(4517), + [anon_sym_RBRACE] = ACTIONS(4517), + [anon_sym_LPAREN] = ACTIONS(4517), + [anon_sym_COMMA] = ACTIONS(4517), + [anon_sym_by] = ACTIONS(4515), + [anon_sym_where] = ACTIONS(4515), + [anon_sym_object] = ACTIONS(4515), + [anon_sym_fun] = ACTIONS(4515), + [anon_sym_DOT] = ACTIONS(4515), + [anon_sym_SEMI] = ACTIONS(4517), + [anon_sym_get] = ACTIONS(4515), + [anon_sym_set] = ACTIONS(4515), + [anon_sym_this] = ACTIONS(4515), + [anon_sym_super] = ACTIONS(4515), + [sym__quest] = ACTIONS(4517), + [anon_sym_STAR] = ACTIONS(4517), + [sym_label] = ACTIONS(4515), + [anon_sym_in] = ACTIONS(4515), + [anon_sym_null] = ACTIONS(4515), + [anon_sym_if] = ACTIONS(4515), + [anon_sym_else] = ACTIONS(4515), + [anon_sym_when] = ACTIONS(4515), + [anon_sym_try] = ACTIONS(4515), + [anon_sym_throw] = ACTIONS(4515), + [anon_sym_return] = ACTIONS(4515), + [anon_sym_continue] = ACTIONS(4515), + [anon_sym_break] = ACTIONS(4515), + [anon_sym_COLON_COLON] = ACTIONS(4517), + [anon_sym_BANGin] = ACTIONS(4517), + [anon_sym_is] = ACTIONS(4515), + [anon_sym_BANGis] = ACTIONS(4517), + [anon_sym_PLUS] = ACTIONS(4515), + [anon_sym_DASH] = ACTIONS(4515), + [anon_sym_PLUS_PLUS] = ACTIONS(4517), + [anon_sym_DASH_DASH] = ACTIONS(4517), + [anon_sym_BANG] = ACTIONS(4515), + [anon_sym_suspend] = ACTIONS(4515), + [anon_sym_sealed] = ACTIONS(4515), + [anon_sym_annotation] = ACTIONS(4515), + [anon_sym_data] = ACTIONS(4515), + [anon_sym_inner] = ACTIONS(4515), + [anon_sym_override] = ACTIONS(4515), + [anon_sym_lateinit] = ACTIONS(4515), + [anon_sym_public] = ACTIONS(4515), + [anon_sym_private] = ACTIONS(4515), + [anon_sym_internal] = ACTIONS(4515), + [anon_sym_protected] = ACTIONS(4515), + [anon_sym_tailrec] = ACTIONS(4515), + [anon_sym_operator] = ACTIONS(4515), + [anon_sym_infix] = ACTIONS(4515), + [anon_sym_inline] = ACTIONS(4515), + [anon_sym_external] = ACTIONS(4515), + [sym_property_modifier] = ACTIONS(4515), + [anon_sym_abstract] = ACTIONS(4515), + [anon_sym_final] = ACTIONS(4515), + [anon_sym_open] = ACTIONS(4515), + [anon_sym_vararg] = ACTIONS(4515), + [anon_sym_noinline] = ACTIONS(4515), + [anon_sym_crossinline] = ACTIONS(4515), + [anon_sym_expect] = ACTIONS(4515), + [anon_sym_actual] = ACTIONS(4515), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4517), + [anon_sym_continue_AT] = ACTIONS(4517), + [anon_sym_break_AT] = ACTIONS(4517), + [sym_real_literal] = ACTIONS(4517), + [sym_integer_literal] = ACTIONS(4515), + [sym_hex_literal] = ACTIONS(4517), + [sym_bin_literal] = ACTIONS(4517), + [anon_sym_true] = ACTIONS(4515), + [anon_sym_false] = ACTIONS(4515), + [anon_sym_SQUOTE] = ACTIONS(4517), + [sym__backtick_identifier] = ACTIONS(4517), + [sym__automatic_semicolon] = ACTIONS(4517), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4517), + }, + [3467] = { + [sym_class_body] = STATE(3786), + [sym_type_constraints] = STATE(3631), + [sym__alpha_identifier] = ACTIONS(3196), + [anon_sym_AT] = ACTIONS(3200), + [anon_sym_COLON] = ACTIONS(5552), + [anon_sym_LBRACK] = ACTIONS(3200), + [anon_sym_as] = ACTIONS(3196), + [anon_sym_EQ] = ACTIONS(3196), + [anon_sym_LBRACE] = ACTIONS(5360), + [anon_sym_RBRACE] = ACTIONS(3200), + [anon_sym_LPAREN] = ACTIONS(3200), + [anon_sym_COMMA] = ACTIONS(3200), + [anon_sym_LT] = ACTIONS(3196), + [anon_sym_GT] = ACTIONS(3196), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(3196), + [anon_sym_SEMI] = ACTIONS(3200), + [anon_sym_get] = ACTIONS(3196), + [anon_sym_set] = ACTIONS(3196), + [anon_sym_STAR] = ACTIONS(3196), + [sym_label] = ACTIONS(3200), + [anon_sym_in] = ACTIONS(3196), + [anon_sym_DOT_DOT] = ACTIONS(3200), + [anon_sym_QMARK_COLON] = ACTIONS(3200), + [anon_sym_AMP_AMP] = ACTIONS(3200), + [anon_sym_PIPE_PIPE] = ACTIONS(3200), + [anon_sym_else] = ACTIONS(3196), + [anon_sym_COLON_COLON] = ACTIONS(3200), + [anon_sym_PLUS_EQ] = ACTIONS(3200), + [anon_sym_DASH_EQ] = ACTIONS(3200), + [anon_sym_STAR_EQ] = ACTIONS(3200), + [anon_sym_SLASH_EQ] = ACTIONS(3200), + [anon_sym_PERCENT_EQ] = ACTIONS(3200), + [anon_sym_BANG_EQ] = ACTIONS(3196), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3200), + [anon_sym_EQ_EQ] = ACTIONS(3196), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3200), + [anon_sym_LT_EQ] = ACTIONS(3200), + [anon_sym_GT_EQ] = ACTIONS(3200), + [anon_sym_BANGin] = ACTIONS(3200), + [anon_sym_is] = ACTIONS(3196), + [anon_sym_BANGis] = ACTIONS(3200), + [anon_sym_PLUS] = ACTIONS(3196), + [anon_sym_DASH] = ACTIONS(3196), + [anon_sym_SLASH] = ACTIONS(3196), + [anon_sym_PERCENT] = ACTIONS(3196), + [anon_sym_as_QMARK] = ACTIONS(3200), + [anon_sym_PLUS_PLUS] = ACTIONS(3200), + [anon_sym_DASH_DASH] = ACTIONS(3200), + [anon_sym_BANG_BANG] = ACTIONS(3200), + [anon_sym_suspend] = ACTIONS(3196), + [anon_sym_sealed] = ACTIONS(3196), + [anon_sym_annotation] = ACTIONS(3196), + [anon_sym_data] = ACTIONS(3196), + [anon_sym_inner] = ACTIONS(3196), + [anon_sym_override] = ACTIONS(3196), + [anon_sym_lateinit] = ACTIONS(3196), + [anon_sym_public] = ACTIONS(3196), + [anon_sym_private] = ACTIONS(3196), + [anon_sym_internal] = ACTIONS(3196), + [anon_sym_protected] = ACTIONS(3196), + [anon_sym_tailrec] = ACTIONS(3196), + [anon_sym_operator] = ACTIONS(3196), + [anon_sym_infix] = ACTIONS(3196), + [anon_sym_inline] = ACTIONS(3196), + [anon_sym_external] = ACTIONS(3196), + [sym_property_modifier] = ACTIONS(3196), + [anon_sym_abstract] = ACTIONS(3196), + [anon_sym_final] = ACTIONS(3196), + [anon_sym_open] = ACTIONS(3196), + [anon_sym_vararg] = ACTIONS(3196), + [anon_sym_noinline] = ACTIONS(3196), + [anon_sym_crossinline] = ACTIONS(3196), + [anon_sym_expect] = ACTIONS(3196), + [anon_sym_actual] = ACTIONS(3196), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3200), + [sym__automatic_semicolon] = ACTIONS(3200), + [sym_safe_nav] = ACTIONS(3200), + [sym_multiline_comment] = ACTIONS(3), + }, + [3468] = { + [sym__alpha_identifier] = ACTIONS(5023), + [anon_sym_AT] = ACTIONS(5025), + [anon_sym_LBRACK] = ACTIONS(5025), + [anon_sym_RBRACK] = ACTIONS(5025), + [anon_sym_as] = ACTIONS(5023), + [anon_sym_EQ] = ACTIONS(5023), + [anon_sym_LBRACE] = ACTIONS(5025), + [anon_sym_RBRACE] = ACTIONS(5025), + [anon_sym_LPAREN] = ACTIONS(5025), + [anon_sym_COMMA] = ACTIONS(5025), + [anon_sym_RPAREN] = ACTIONS(5025), + [anon_sym_LT] = ACTIONS(5023), + [anon_sym_GT] = ACTIONS(5023), + [anon_sym_where] = ACTIONS(5023), + [anon_sym_DOT] = ACTIONS(5023), + [anon_sym_SEMI] = ACTIONS(5025), + [anon_sym_get] = ACTIONS(5023), + [anon_sym_set] = ACTIONS(5023), + [anon_sym_STAR] = ACTIONS(5023), + [anon_sym_DASH_GT] = ACTIONS(5025), + [sym_label] = ACTIONS(5025), + [anon_sym_in] = ACTIONS(5023), + [anon_sym_while] = ACTIONS(5023), + [anon_sym_DOT_DOT] = ACTIONS(5025), + [anon_sym_QMARK_COLON] = ACTIONS(5025), + [anon_sym_AMP_AMP] = ACTIONS(5025), + [anon_sym_PIPE_PIPE] = ACTIONS(5025), + [anon_sym_else] = ACTIONS(5023), + [anon_sym_COLON_COLON] = ACTIONS(5025), + [anon_sym_PLUS_EQ] = ACTIONS(5025), + [anon_sym_DASH_EQ] = ACTIONS(5025), + [anon_sym_STAR_EQ] = ACTIONS(5025), + [anon_sym_SLASH_EQ] = ACTIONS(5025), + [anon_sym_PERCENT_EQ] = ACTIONS(5025), + [anon_sym_BANG_EQ] = ACTIONS(5023), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5025), + [anon_sym_EQ_EQ] = ACTIONS(5023), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5025), + [anon_sym_LT_EQ] = ACTIONS(5025), + [anon_sym_GT_EQ] = ACTIONS(5025), + [anon_sym_BANGin] = ACTIONS(5025), + [anon_sym_is] = ACTIONS(5023), + [anon_sym_BANGis] = ACTIONS(5025), + [anon_sym_PLUS] = ACTIONS(5023), + [anon_sym_DASH] = ACTIONS(5023), + [anon_sym_SLASH] = ACTIONS(5023), + [anon_sym_PERCENT] = ACTIONS(5023), + [anon_sym_as_QMARK] = ACTIONS(5025), + [anon_sym_PLUS_PLUS] = ACTIONS(5025), + [anon_sym_DASH_DASH] = ACTIONS(5025), + [anon_sym_BANG_BANG] = ACTIONS(5025), + [anon_sym_suspend] = ACTIONS(5023), + [anon_sym_sealed] = ACTIONS(5023), + [anon_sym_annotation] = ACTIONS(5023), + [anon_sym_data] = ACTIONS(5023), + [anon_sym_inner] = ACTIONS(5023), + [anon_sym_override] = ACTIONS(5023), + [anon_sym_lateinit] = ACTIONS(5023), + [anon_sym_public] = ACTIONS(5023), + [anon_sym_private] = ACTIONS(5023), + [anon_sym_internal] = ACTIONS(5023), + [anon_sym_protected] = ACTIONS(5023), + [anon_sym_tailrec] = ACTIONS(5023), + [anon_sym_operator] = ACTIONS(5023), + [anon_sym_infix] = ACTIONS(5023), + [anon_sym_inline] = ACTIONS(5023), + [anon_sym_external] = ACTIONS(5023), + [sym_property_modifier] = ACTIONS(5023), + [anon_sym_abstract] = ACTIONS(5023), + [anon_sym_final] = ACTIONS(5023), + [anon_sym_open] = ACTIONS(5023), + [anon_sym_vararg] = ACTIONS(5023), + [anon_sym_noinline] = ACTIONS(5023), + [anon_sym_crossinline] = ACTIONS(5023), + [anon_sym_expect] = ACTIONS(5023), + [anon_sym_actual] = ACTIONS(5023), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4925), - [anon_sym_continue_AT] = ACTIONS(4925), - [anon_sym_break_AT] = ACTIONS(4925), - [sym_real_literal] = ACTIONS(4925), - [sym_integer_literal] = ACTIONS(4923), - [sym_hex_literal] = ACTIONS(4925), - [sym_bin_literal] = ACTIONS(4925), - [anon_sym_true] = ACTIONS(4923), - [anon_sym_false] = ACTIONS(4923), - [anon_sym_SQUOTE] = ACTIONS(4925), - [sym__backtick_identifier] = ACTIONS(4925), - [sym__automatic_semicolon] = ACTIONS(4925), - [sym_safe_nav] = ACTIONS(4925), + [sym__backtick_identifier] = ACTIONS(5025), + [sym_safe_nav] = ACTIONS(5025), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4925), }, - [3578] = { - [sym_enum_class_body] = STATE(3695), - [sym__alpha_identifier] = ACTIONS(3190), - [anon_sym_AT] = ACTIONS(3194), - [anon_sym_LBRACK] = ACTIONS(3194), - [anon_sym_as] = ACTIONS(3190), - [anon_sym_EQ] = ACTIONS(3190), - [anon_sym_LBRACE] = ACTIONS(5359), - [anon_sym_RBRACE] = ACTIONS(3194), - [anon_sym_LPAREN] = ACTIONS(3194), - [anon_sym_COMMA] = ACTIONS(3194), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3190), - [anon_sym_where] = ACTIONS(3190), - [anon_sym_DOT] = ACTIONS(3190), - [anon_sym_SEMI] = ACTIONS(3194), - [anon_sym_get] = ACTIONS(3190), - [anon_sym_set] = ACTIONS(3190), - [anon_sym_STAR] = ACTIONS(3190), - [sym_label] = ACTIONS(3194), - [anon_sym_in] = ACTIONS(3190), - [anon_sym_DOT_DOT] = ACTIONS(3194), - [anon_sym_QMARK_COLON] = ACTIONS(3194), - [anon_sym_AMP_AMP] = ACTIONS(3194), - [anon_sym_PIPE_PIPE] = ACTIONS(3194), - [anon_sym_else] = ACTIONS(3190), - [anon_sym_COLON_COLON] = ACTIONS(3194), - [anon_sym_PLUS_EQ] = ACTIONS(3194), - [anon_sym_DASH_EQ] = ACTIONS(3194), - [anon_sym_STAR_EQ] = ACTIONS(3194), - [anon_sym_SLASH_EQ] = ACTIONS(3194), - [anon_sym_PERCENT_EQ] = ACTIONS(3194), - [anon_sym_BANG_EQ] = ACTIONS(3190), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3194), - [anon_sym_EQ_EQ] = ACTIONS(3190), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3194), - [anon_sym_LT_EQ] = ACTIONS(3194), - [anon_sym_GT_EQ] = ACTIONS(3194), - [anon_sym_BANGin] = ACTIONS(3194), - [anon_sym_is] = ACTIONS(3190), - [anon_sym_BANGis] = ACTIONS(3194), - [anon_sym_PLUS] = ACTIONS(3190), - [anon_sym_DASH] = ACTIONS(3190), - [anon_sym_SLASH] = ACTIONS(3190), - [anon_sym_PERCENT] = ACTIONS(3190), - [anon_sym_as_QMARK] = ACTIONS(3194), - [anon_sym_PLUS_PLUS] = ACTIONS(3194), - [anon_sym_DASH_DASH] = ACTIONS(3194), - [anon_sym_BANG_BANG] = ACTIONS(3194), - [anon_sym_suspend] = ACTIONS(3190), - [anon_sym_sealed] = ACTIONS(3190), - [anon_sym_annotation] = ACTIONS(3190), - [anon_sym_data] = ACTIONS(3190), - [anon_sym_inner] = ACTIONS(3190), - [anon_sym_override] = ACTIONS(3190), - [anon_sym_lateinit] = ACTIONS(3190), - [anon_sym_public] = ACTIONS(3190), - [anon_sym_private] = ACTIONS(3190), - [anon_sym_internal] = ACTIONS(3190), - [anon_sym_protected] = ACTIONS(3190), - [anon_sym_tailrec] = ACTIONS(3190), - [anon_sym_operator] = ACTIONS(3190), - [anon_sym_infix] = ACTIONS(3190), - [anon_sym_inline] = ACTIONS(3190), - [anon_sym_external] = ACTIONS(3190), - [sym_property_modifier] = ACTIONS(3190), - [anon_sym_abstract] = ACTIONS(3190), - [anon_sym_final] = ACTIONS(3190), - [anon_sym_open] = ACTIONS(3190), - [anon_sym_vararg] = ACTIONS(3190), - [anon_sym_noinline] = ACTIONS(3190), - [anon_sym_crossinline] = ACTIONS(3190), - [anon_sym_expect] = ACTIONS(3190), - [anon_sym_actual] = ACTIONS(3190), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3194), - [sym__automatic_semicolon] = ACTIONS(3194), - [sym_safe_nav] = ACTIONS(3194), + [3469] = { + [sym__alpha_identifier] = ACTIONS(4285), + [anon_sym_AT] = ACTIONS(4288), + [anon_sym_LBRACK] = ACTIONS(4288), + [anon_sym_as] = ACTIONS(4285), + [anon_sym_EQ] = ACTIONS(3943), + [anon_sym_LBRACE] = ACTIONS(4288), + [anon_sym_RBRACE] = ACTIONS(4288), + [anon_sym_LPAREN] = ACTIONS(6619), + [anon_sym_COMMA] = ACTIONS(4288), + [anon_sym_LT] = ACTIONS(4285), + [anon_sym_GT] = ACTIONS(4285), + [anon_sym_where] = ACTIONS(4285), + [anon_sym_object] = ACTIONS(4285), + [anon_sym_fun] = ACTIONS(4285), + [anon_sym_DOT] = ACTIONS(4285), + [anon_sym_SEMI] = ACTIONS(4288), + [anon_sym_get] = ACTIONS(4285), + [anon_sym_set] = ACTIONS(4285), + [anon_sym_this] = ACTIONS(4285), + [anon_sym_super] = ACTIONS(4285), + [anon_sym_STAR] = ACTIONS(4285), + [sym_label] = ACTIONS(4285), + [anon_sym_in] = ACTIONS(4285), + [anon_sym_DOT_DOT] = ACTIONS(4288), + [anon_sym_QMARK_COLON] = ACTIONS(4288), + [anon_sym_AMP_AMP] = ACTIONS(4288), + [anon_sym_PIPE_PIPE] = ACTIONS(4288), + [anon_sym_null] = ACTIONS(4285), + [anon_sym_if] = ACTIONS(4285), + [anon_sym_else] = ACTIONS(4285), + [anon_sym_when] = ACTIONS(4285), + [anon_sym_try] = ACTIONS(4285), + [anon_sym_throw] = ACTIONS(4285), + [anon_sym_return] = ACTIONS(4285), + [anon_sym_continue] = ACTIONS(4285), + [anon_sym_break] = ACTIONS(4285), + [anon_sym_COLON_COLON] = ACTIONS(4288), + [anon_sym_PLUS_EQ] = ACTIONS(3948), + [anon_sym_DASH_EQ] = ACTIONS(3948), + [anon_sym_STAR_EQ] = ACTIONS(3948), + [anon_sym_SLASH_EQ] = ACTIONS(3948), + [anon_sym_PERCENT_EQ] = ACTIONS(3948), + [anon_sym_BANG_EQ] = ACTIONS(4285), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4288), + [anon_sym_EQ_EQ] = ACTIONS(4285), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4288), + [anon_sym_LT_EQ] = ACTIONS(4288), + [anon_sym_GT_EQ] = ACTIONS(4288), + [anon_sym_BANGin] = ACTIONS(4288), + [anon_sym_is] = ACTIONS(4285), + [anon_sym_BANGis] = ACTIONS(4288), + [anon_sym_PLUS] = ACTIONS(4285), + [anon_sym_DASH] = ACTIONS(4285), + [anon_sym_SLASH] = ACTIONS(4285), + [anon_sym_PERCENT] = ACTIONS(4285), + [anon_sym_as_QMARK] = ACTIONS(4288), + [anon_sym_PLUS_PLUS] = ACTIONS(4288), + [anon_sym_DASH_DASH] = ACTIONS(4288), + [anon_sym_BANG] = ACTIONS(4285), + [anon_sym_BANG_BANG] = ACTIONS(4288), + [anon_sym_data] = ACTIONS(4285), + [anon_sym_inner] = ACTIONS(4285), + [anon_sym_expect] = ACTIONS(4285), + [anon_sym_actual] = ACTIONS(4285), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4288), + [anon_sym_continue_AT] = ACTIONS(4288), + [anon_sym_break_AT] = ACTIONS(4288), + [sym_real_literal] = ACTIONS(4288), + [sym_integer_literal] = ACTIONS(4285), + [sym_hex_literal] = ACTIONS(4288), + [sym_bin_literal] = ACTIONS(4288), + [anon_sym_true] = ACTIONS(4285), + [anon_sym_false] = ACTIONS(4285), + [anon_sym_SQUOTE] = ACTIONS(4288), + [sym__backtick_identifier] = ACTIONS(4288), + [sym__automatic_semicolon] = ACTIONS(4288), + [sym_safe_nav] = ACTIONS(4288), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4288), + }, + [3470] = { + [sym__alpha_identifier] = ACTIONS(4285), + [anon_sym_AT] = ACTIONS(4288), + [anon_sym_LBRACK] = ACTIONS(4288), + [anon_sym_RBRACK] = ACTIONS(4288), + [anon_sym_as] = ACTIONS(4285), + [anon_sym_EQ] = ACTIONS(4285), + [anon_sym_LBRACE] = ACTIONS(4288), + [anon_sym_RBRACE] = ACTIONS(4288), + [anon_sym_LPAREN] = ACTIONS(4295), + [anon_sym_COMMA] = ACTIONS(4288), + [anon_sym_RPAREN] = ACTIONS(4288), + [anon_sym_LT] = ACTIONS(4285), + [anon_sym_GT] = ACTIONS(4285), + [anon_sym_where] = ACTIONS(4285), + [anon_sym_DOT] = ACTIONS(4285), + [anon_sym_SEMI] = ACTIONS(4288), + [anon_sym_get] = ACTIONS(4285), + [anon_sym_set] = ACTIONS(4285), + [anon_sym_STAR] = ACTIONS(4285), + [anon_sym_DASH_GT] = ACTIONS(4288), + [sym_label] = ACTIONS(4288), + [anon_sym_in] = ACTIONS(4285), + [anon_sym_while] = ACTIONS(4285), + [anon_sym_DOT_DOT] = ACTIONS(4288), + [anon_sym_QMARK_COLON] = ACTIONS(4288), + [anon_sym_AMP_AMP] = ACTIONS(4288), + [anon_sym_PIPE_PIPE] = ACTIONS(4288), + [anon_sym_else] = ACTIONS(4285), + [anon_sym_COLON_COLON] = ACTIONS(4288), + [anon_sym_PLUS_EQ] = ACTIONS(4288), + [anon_sym_DASH_EQ] = ACTIONS(4288), + [anon_sym_STAR_EQ] = ACTIONS(4288), + [anon_sym_SLASH_EQ] = ACTIONS(4288), + [anon_sym_PERCENT_EQ] = ACTIONS(4288), + [anon_sym_BANG_EQ] = ACTIONS(4285), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4288), + [anon_sym_EQ_EQ] = ACTIONS(4285), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4288), + [anon_sym_LT_EQ] = ACTIONS(4288), + [anon_sym_GT_EQ] = ACTIONS(4288), + [anon_sym_BANGin] = ACTIONS(4288), + [anon_sym_is] = ACTIONS(4285), + [anon_sym_BANGis] = ACTIONS(4288), + [anon_sym_PLUS] = ACTIONS(4285), + [anon_sym_DASH] = ACTIONS(4285), + [anon_sym_SLASH] = ACTIONS(4285), + [anon_sym_PERCENT] = ACTIONS(4285), + [anon_sym_as_QMARK] = ACTIONS(4288), + [anon_sym_PLUS_PLUS] = ACTIONS(4288), + [anon_sym_DASH_DASH] = ACTIONS(4288), + [anon_sym_BANG_BANG] = ACTIONS(4288), + [anon_sym_suspend] = ACTIONS(4285), + [anon_sym_sealed] = ACTIONS(4285), + [anon_sym_annotation] = ACTIONS(4285), + [anon_sym_data] = ACTIONS(4285), + [anon_sym_inner] = ACTIONS(4285), + [anon_sym_override] = ACTIONS(4285), + [anon_sym_lateinit] = ACTIONS(4285), + [anon_sym_public] = ACTIONS(4285), + [anon_sym_private] = ACTIONS(4285), + [anon_sym_internal] = ACTIONS(4285), + [anon_sym_protected] = ACTIONS(4285), + [anon_sym_tailrec] = ACTIONS(4285), + [anon_sym_operator] = ACTIONS(4285), + [anon_sym_infix] = ACTIONS(4285), + [anon_sym_inline] = ACTIONS(4285), + [anon_sym_external] = ACTIONS(4285), + [sym_property_modifier] = ACTIONS(4285), + [anon_sym_abstract] = ACTIONS(4285), + [anon_sym_final] = ACTIONS(4285), + [anon_sym_open] = ACTIONS(4285), + [anon_sym_vararg] = ACTIONS(4285), + [anon_sym_noinline] = ACTIONS(4285), + [anon_sym_crossinline] = ACTIONS(4285), + [anon_sym_expect] = ACTIONS(4285), + [anon_sym_actual] = ACTIONS(4285), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4288), + [sym_safe_nav] = ACTIONS(4288), [sym_multiline_comment] = ACTIONS(3), }, - [3579] = { - [sym__alpha_identifier] = ACTIONS(4929), - [anon_sym_AT] = ACTIONS(4931), - [anon_sym_LBRACK] = ACTIONS(4931), - [anon_sym_as] = ACTIONS(4929), - [anon_sym_EQ] = ACTIONS(4929), - [anon_sym_LBRACE] = ACTIONS(4931), - [anon_sym_RBRACE] = ACTIONS(4931), - [anon_sym_LPAREN] = ACTIONS(6762), - [anon_sym_LT] = ACTIONS(4929), - [anon_sym_GT] = ACTIONS(4929), - [anon_sym_object] = ACTIONS(4929), - [anon_sym_fun] = ACTIONS(4929), - [anon_sym_DOT] = ACTIONS(4929), - [anon_sym_SEMI] = ACTIONS(4931), - [anon_sym_get] = ACTIONS(4929), - [anon_sym_set] = ACTIONS(4929), - [anon_sym_this] = ACTIONS(4929), - [anon_sym_super] = ACTIONS(4929), - [anon_sym_STAR] = ACTIONS(4929), - [sym_label] = ACTIONS(4929), - [anon_sym_in] = ACTIONS(4929), - [anon_sym_DOT_DOT] = ACTIONS(4931), - [anon_sym_QMARK_COLON] = ACTIONS(4931), - [anon_sym_AMP_AMP] = ACTIONS(4931), - [anon_sym_PIPE_PIPE] = ACTIONS(4931), - [anon_sym_null] = ACTIONS(4929), - [anon_sym_if] = ACTIONS(4929), - [anon_sym_else] = ACTIONS(4929), - [anon_sym_when] = ACTIONS(4929), - [anon_sym_try] = ACTIONS(4929), - [anon_sym_throw] = ACTIONS(4929), - [anon_sym_return] = ACTIONS(4929), - [anon_sym_continue] = ACTIONS(4929), - [anon_sym_break] = ACTIONS(4929), - [anon_sym_COLON_COLON] = ACTIONS(4931), - [anon_sym_PLUS_EQ] = ACTIONS(4931), - [anon_sym_DASH_EQ] = ACTIONS(4931), - [anon_sym_STAR_EQ] = ACTIONS(4931), - [anon_sym_SLASH_EQ] = ACTIONS(4931), - [anon_sym_PERCENT_EQ] = ACTIONS(4931), - [anon_sym_BANG_EQ] = ACTIONS(4929), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4931), - [anon_sym_EQ_EQ] = ACTIONS(4929), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4931), - [anon_sym_LT_EQ] = ACTIONS(4931), - [anon_sym_GT_EQ] = ACTIONS(4931), - [anon_sym_BANGin] = ACTIONS(4931), - [anon_sym_is] = ACTIONS(4929), - [anon_sym_BANGis] = ACTIONS(4931), - [anon_sym_PLUS] = ACTIONS(4929), - [anon_sym_DASH] = ACTIONS(4929), - [anon_sym_SLASH] = ACTIONS(4929), - [anon_sym_PERCENT] = ACTIONS(4929), - [anon_sym_as_QMARK] = ACTIONS(4931), - [anon_sym_PLUS_PLUS] = ACTIONS(4931), - [anon_sym_DASH_DASH] = ACTIONS(4931), - [anon_sym_BANG] = ACTIONS(4929), - [anon_sym_BANG_BANG] = ACTIONS(4931), - [anon_sym_data] = ACTIONS(4929), - [anon_sym_inner] = ACTIONS(4929), - [anon_sym_expect] = ACTIONS(4929), - [anon_sym_actual] = ACTIONS(4929), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4931), - [anon_sym_continue_AT] = ACTIONS(4931), - [anon_sym_break_AT] = ACTIONS(4931), - [sym_real_literal] = ACTIONS(4931), - [sym_integer_literal] = ACTIONS(4929), - [sym_hex_literal] = ACTIONS(4931), - [sym_bin_literal] = ACTIONS(4931), - [anon_sym_true] = ACTIONS(4929), - [anon_sym_false] = ACTIONS(4929), - [anon_sym_SQUOTE] = ACTIONS(4931), - [sym__backtick_identifier] = ACTIONS(4931), - [sym__automatic_semicolon] = ACTIONS(4931), - [sym_safe_nav] = ACTIONS(4931), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4931), + [3471] = { + [sym__alpha_identifier] = ACTIONS(4272), + [anon_sym_AT] = ACTIONS(4274), + [anon_sym_LBRACK] = ACTIONS(4274), + [anon_sym_EQ] = ACTIONS(4274), + [anon_sym_LBRACE] = ACTIONS(4274), + [anon_sym_RBRACE] = ACTIONS(4274), + [anon_sym_LPAREN] = ACTIONS(4274), + [anon_sym_COMMA] = ACTIONS(4274), + [anon_sym_by] = ACTIONS(4272), + [anon_sym_where] = ACTIONS(4272), + [anon_sym_object] = ACTIONS(4272), + [anon_sym_fun] = ACTIONS(4272), + [anon_sym_DOT] = ACTIONS(4272), + [anon_sym_SEMI] = ACTIONS(4274), + [anon_sym_get] = ACTIONS(4272), + [anon_sym_set] = ACTIONS(4272), + [anon_sym_this] = ACTIONS(4272), + [anon_sym_super] = ACTIONS(4272), + [sym__quest] = ACTIONS(4274), + [anon_sym_STAR] = ACTIONS(4274), + [sym_label] = ACTIONS(4272), + [anon_sym_in] = ACTIONS(4272), + [anon_sym_null] = ACTIONS(4272), + [anon_sym_if] = ACTIONS(4272), + [anon_sym_else] = ACTIONS(4272), + [anon_sym_when] = ACTIONS(4272), + [anon_sym_try] = ACTIONS(4272), + [anon_sym_throw] = ACTIONS(4272), + [anon_sym_return] = ACTIONS(4272), + [anon_sym_continue] = ACTIONS(4272), + [anon_sym_break] = ACTIONS(4272), + [anon_sym_COLON_COLON] = ACTIONS(4274), + [anon_sym_BANGin] = ACTIONS(4274), + [anon_sym_is] = ACTIONS(4272), + [anon_sym_BANGis] = ACTIONS(4274), + [anon_sym_PLUS] = ACTIONS(4272), + [anon_sym_DASH] = ACTIONS(4272), + [anon_sym_PLUS_PLUS] = ACTIONS(4274), + [anon_sym_DASH_DASH] = ACTIONS(4274), + [anon_sym_BANG] = ACTIONS(4272), + [anon_sym_suspend] = ACTIONS(4272), + [anon_sym_sealed] = ACTIONS(4272), + [anon_sym_annotation] = ACTIONS(4272), + [anon_sym_data] = ACTIONS(4272), + [anon_sym_inner] = ACTIONS(4272), + [anon_sym_override] = ACTIONS(4272), + [anon_sym_lateinit] = ACTIONS(4272), + [anon_sym_public] = ACTIONS(4272), + [anon_sym_private] = ACTIONS(4272), + [anon_sym_internal] = ACTIONS(4272), + [anon_sym_protected] = ACTIONS(4272), + [anon_sym_tailrec] = ACTIONS(4272), + [anon_sym_operator] = ACTIONS(4272), + [anon_sym_infix] = ACTIONS(4272), + [anon_sym_inline] = ACTIONS(4272), + [anon_sym_external] = ACTIONS(4272), + [sym_property_modifier] = ACTIONS(4272), + [anon_sym_abstract] = ACTIONS(4272), + [anon_sym_final] = ACTIONS(4272), + [anon_sym_open] = ACTIONS(4272), + [anon_sym_vararg] = ACTIONS(4272), + [anon_sym_noinline] = ACTIONS(4272), + [anon_sym_crossinline] = ACTIONS(4272), + [anon_sym_expect] = ACTIONS(4272), + [anon_sym_actual] = ACTIONS(4272), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4274), + [anon_sym_continue_AT] = ACTIONS(4274), + [anon_sym_break_AT] = ACTIONS(4274), + [sym_real_literal] = ACTIONS(4274), + [sym_integer_literal] = ACTIONS(4272), + [sym_hex_literal] = ACTIONS(4274), + [sym_bin_literal] = ACTIONS(4274), + [anon_sym_true] = ACTIONS(4272), + [anon_sym_false] = ACTIONS(4272), + [anon_sym_SQUOTE] = ACTIONS(4274), + [sym__backtick_identifier] = ACTIONS(4274), + [sym__automatic_semicolon] = ACTIONS(4274), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4274), }, - [3580] = { - [sym__alpha_identifier] = ACTIONS(4233), - [anon_sym_AT] = ACTIONS(4236), - [anon_sym_LBRACK] = ACTIONS(4236), - [anon_sym_as] = ACTIONS(4241), - [anon_sym_EQ] = ACTIONS(4241), - [anon_sym_LBRACE] = ACTIONS(4236), - [anon_sym_RBRACE] = ACTIONS(4239), - [anon_sym_LPAREN] = ACTIONS(6764), - [anon_sym_LT] = ACTIONS(4241), - [anon_sym_GT] = ACTIONS(4241), - [anon_sym_object] = ACTIONS(3828), - [anon_sym_fun] = ACTIONS(3828), - [anon_sym_DOT] = ACTIONS(4241), - [anon_sym_SEMI] = ACTIONS(4239), - [anon_sym_get] = ACTIONS(4233), - [anon_sym_set] = ACTIONS(4233), - [anon_sym_this] = ACTIONS(3828), - [anon_sym_super] = ACTIONS(3828), - [anon_sym_STAR] = ACTIONS(4233), - [sym_label] = ACTIONS(4233), - [anon_sym_in] = ACTIONS(4241), - [anon_sym_DOT_DOT] = ACTIONS(4239), - [anon_sym_QMARK_COLON] = ACTIONS(4239), - [anon_sym_AMP_AMP] = ACTIONS(4239), - [anon_sym_PIPE_PIPE] = ACTIONS(4239), - [anon_sym_null] = ACTIONS(3828), - [anon_sym_if] = ACTIONS(3828), - [anon_sym_else] = ACTIONS(4241), - [anon_sym_when] = ACTIONS(3828), - [anon_sym_try] = ACTIONS(3828), - [anon_sym_throw] = ACTIONS(3828), - [anon_sym_return] = ACTIONS(3828), - [anon_sym_continue] = ACTIONS(3828), - [anon_sym_break] = ACTIONS(3828), - [anon_sym_COLON_COLON] = ACTIONS(4236), - [anon_sym_PLUS_EQ] = ACTIONS(4239), - [anon_sym_DASH_EQ] = ACTIONS(4239), - [anon_sym_STAR_EQ] = ACTIONS(4239), - [anon_sym_SLASH_EQ] = ACTIONS(4239), - [anon_sym_PERCENT_EQ] = ACTIONS(4239), - [anon_sym_BANG_EQ] = ACTIONS(4241), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4239), - [anon_sym_EQ_EQ] = ACTIONS(4241), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4239), - [anon_sym_LT_EQ] = ACTIONS(4239), - [anon_sym_GT_EQ] = ACTIONS(4239), - [anon_sym_BANGin] = ACTIONS(4239), - [anon_sym_is] = ACTIONS(4241), - [anon_sym_BANGis] = ACTIONS(4239), - [anon_sym_PLUS] = ACTIONS(4233), - [anon_sym_DASH] = ACTIONS(4233), - [anon_sym_SLASH] = ACTIONS(4241), - [anon_sym_PERCENT] = ACTIONS(4241), - [anon_sym_as_QMARK] = ACTIONS(4239), - [anon_sym_PLUS_PLUS] = ACTIONS(4236), - [anon_sym_DASH_DASH] = ACTIONS(4236), - [anon_sym_BANG] = ACTIONS(3828), - [anon_sym_BANG_BANG] = ACTIONS(4239), - [anon_sym_data] = ACTIONS(4233), - [anon_sym_inner] = ACTIONS(4233), - [anon_sym_expect] = ACTIONS(4233), - [anon_sym_actual] = ACTIONS(4233), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3833), - [anon_sym_continue_AT] = ACTIONS(3833), - [anon_sym_break_AT] = ACTIONS(3833), - [sym_real_literal] = ACTIONS(3833), - [sym_integer_literal] = ACTIONS(3828), - [sym_hex_literal] = ACTIONS(3833), - [sym_bin_literal] = ACTIONS(3833), - [anon_sym_true] = ACTIONS(3828), - [anon_sym_false] = ACTIONS(3828), - [anon_sym_SQUOTE] = ACTIONS(3833), - [sym__backtick_identifier] = ACTIONS(4236), - [sym__automatic_semicolon] = ACTIONS(4239), - [sym_safe_nav] = ACTIONS(4239), + [3472] = { + [sym__alpha_identifier] = ACTIONS(4303), + [anon_sym_AT] = ACTIONS(4305), + [anon_sym_LBRACK] = ACTIONS(4305), + [anon_sym_as] = ACTIONS(4303), + [anon_sym_EQ] = ACTIONS(4303), + [anon_sym_LBRACE] = ACTIONS(4305), + [anon_sym_RBRACE] = ACTIONS(4305), + [anon_sym_LPAREN] = ACTIONS(4305), + [anon_sym_COMMA] = ACTIONS(4305), + [anon_sym_LT] = ACTIONS(4303), + [anon_sym_GT] = ACTIONS(4303), + [anon_sym_where] = ACTIONS(4303), + [anon_sym_object] = ACTIONS(4303), + [anon_sym_fun] = ACTIONS(4303), + [anon_sym_DOT] = ACTIONS(4303), + [anon_sym_SEMI] = ACTIONS(4305), + [anon_sym_get] = ACTIONS(4303), + [anon_sym_set] = ACTIONS(4303), + [anon_sym_this] = ACTIONS(4303), + [anon_sym_super] = ACTIONS(4303), + [anon_sym_STAR] = ACTIONS(4303), + [sym_label] = ACTIONS(4303), + [anon_sym_in] = ACTIONS(4303), + [anon_sym_DOT_DOT] = ACTIONS(4305), + [anon_sym_QMARK_COLON] = ACTIONS(4305), + [anon_sym_AMP_AMP] = ACTIONS(4305), + [anon_sym_PIPE_PIPE] = ACTIONS(4305), + [anon_sym_null] = ACTIONS(4303), + [anon_sym_if] = ACTIONS(4303), + [anon_sym_else] = ACTIONS(4303), + [anon_sym_when] = ACTIONS(4303), + [anon_sym_try] = ACTIONS(4303), + [anon_sym_throw] = ACTIONS(4303), + [anon_sym_return] = ACTIONS(4303), + [anon_sym_continue] = ACTIONS(4303), + [anon_sym_break] = ACTIONS(4303), + [anon_sym_COLON_COLON] = ACTIONS(4305), + [anon_sym_PLUS_EQ] = ACTIONS(4305), + [anon_sym_DASH_EQ] = ACTIONS(4305), + [anon_sym_STAR_EQ] = ACTIONS(4305), + [anon_sym_SLASH_EQ] = ACTIONS(4305), + [anon_sym_PERCENT_EQ] = ACTIONS(4305), + [anon_sym_BANG_EQ] = ACTIONS(4303), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4305), + [anon_sym_EQ_EQ] = ACTIONS(4303), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4305), + [anon_sym_LT_EQ] = ACTIONS(4305), + [anon_sym_GT_EQ] = ACTIONS(4305), + [anon_sym_BANGin] = ACTIONS(4305), + [anon_sym_is] = ACTIONS(4303), + [anon_sym_BANGis] = ACTIONS(4305), + [anon_sym_PLUS] = ACTIONS(4303), + [anon_sym_DASH] = ACTIONS(4303), + [anon_sym_SLASH] = ACTIONS(4303), + [anon_sym_PERCENT] = ACTIONS(4303), + [anon_sym_as_QMARK] = ACTIONS(4305), + [anon_sym_PLUS_PLUS] = ACTIONS(4305), + [anon_sym_DASH_DASH] = ACTIONS(4305), + [anon_sym_BANG] = ACTIONS(4303), + [anon_sym_BANG_BANG] = ACTIONS(4305), + [anon_sym_data] = ACTIONS(4303), + [anon_sym_inner] = ACTIONS(4303), + [anon_sym_expect] = ACTIONS(4303), + [anon_sym_actual] = ACTIONS(4303), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4305), + [anon_sym_continue_AT] = ACTIONS(4305), + [anon_sym_break_AT] = ACTIONS(4305), + [sym_real_literal] = ACTIONS(4305), + [sym_integer_literal] = ACTIONS(4303), + [sym_hex_literal] = ACTIONS(4305), + [sym_bin_literal] = ACTIONS(4305), + [anon_sym_true] = ACTIONS(4303), + [anon_sym_false] = ACTIONS(4303), + [anon_sym_SQUOTE] = ACTIONS(4305), + [sym__backtick_identifier] = ACTIONS(4305), + [sym__automatic_semicolon] = ACTIONS(4305), + [sym_safe_nav] = ACTIONS(4305), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4305), + }, + [3473] = { + [sym__alpha_identifier] = ACTIONS(4142), + [anon_sym_AT] = ACTIONS(4145), + [anon_sym_LBRACK] = ACTIONS(4145), + [anon_sym_RBRACK] = ACTIONS(4145), + [anon_sym_as] = ACTIONS(4142), + [anon_sym_EQ] = ACTIONS(4142), + [anon_sym_LBRACE] = ACTIONS(4145), + [anon_sym_RBRACE] = ACTIONS(4145), + [anon_sym_LPAREN] = ACTIONS(4152), + [anon_sym_COMMA] = ACTIONS(4145), + [anon_sym_RPAREN] = ACTIONS(4145), + [anon_sym_LT] = ACTIONS(4142), + [anon_sym_GT] = ACTIONS(4142), + [anon_sym_where] = ACTIONS(4142), + [anon_sym_DOT] = ACTIONS(4142), + [anon_sym_SEMI] = ACTIONS(4145), + [anon_sym_get] = ACTIONS(4142), + [anon_sym_set] = ACTIONS(4142), + [anon_sym_STAR] = ACTIONS(4142), + [anon_sym_DASH_GT] = ACTIONS(4145), + [sym_label] = ACTIONS(4145), + [anon_sym_in] = ACTIONS(4142), + [anon_sym_while] = ACTIONS(4142), + [anon_sym_DOT_DOT] = ACTIONS(4145), + [anon_sym_QMARK_COLON] = ACTIONS(4145), + [anon_sym_AMP_AMP] = ACTIONS(4145), + [anon_sym_PIPE_PIPE] = ACTIONS(4145), + [anon_sym_else] = ACTIONS(4142), + [anon_sym_COLON_COLON] = ACTIONS(4145), + [anon_sym_PLUS_EQ] = ACTIONS(4145), + [anon_sym_DASH_EQ] = ACTIONS(4145), + [anon_sym_STAR_EQ] = ACTIONS(4145), + [anon_sym_SLASH_EQ] = ACTIONS(4145), + [anon_sym_PERCENT_EQ] = ACTIONS(4145), + [anon_sym_BANG_EQ] = ACTIONS(4142), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4145), + [anon_sym_EQ_EQ] = ACTIONS(4142), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4145), + [anon_sym_LT_EQ] = ACTIONS(4145), + [anon_sym_GT_EQ] = ACTIONS(4145), + [anon_sym_BANGin] = ACTIONS(4145), + [anon_sym_is] = ACTIONS(4142), + [anon_sym_BANGis] = ACTIONS(4145), + [anon_sym_PLUS] = ACTIONS(4142), + [anon_sym_DASH] = ACTIONS(4142), + [anon_sym_SLASH] = ACTIONS(4142), + [anon_sym_PERCENT] = ACTIONS(4142), + [anon_sym_as_QMARK] = ACTIONS(4145), + [anon_sym_PLUS_PLUS] = ACTIONS(4145), + [anon_sym_DASH_DASH] = ACTIONS(4145), + [anon_sym_BANG_BANG] = ACTIONS(4145), + [anon_sym_suspend] = ACTIONS(4142), + [anon_sym_sealed] = ACTIONS(4142), + [anon_sym_annotation] = ACTIONS(4142), + [anon_sym_data] = ACTIONS(4142), + [anon_sym_inner] = ACTIONS(4142), + [anon_sym_override] = ACTIONS(4142), + [anon_sym_lateinit] = ACTIONS(4142), + [anon_sym_public] = ACTIONS(4142), + [anon_sym_private] = ACTIONS(4142), + [anon_sym_internal] = ACTIONS(4142), + [anon_sym_protected] = ACTIONS(4142), + [anon_sym_tailrec] = ACTIONS(4142), + [anon_sym_operator] = ACTIONS(4142), + [anon_sym_infix] = ACTIONS(4142), + [anon_sym_inline] = ACTIONS(4142), + [anon_sym_external] = ACTIONS(4142), + [sym_property_modifier] = ACTIONS(4142), + [anon_sym_abstract] = ACTIONS(4142), + [anon_sym_final] = ACTIONS(4142), + [anon_sym_open] = ACTIONS(4142), + [anon_sym_vararg] = ACTIONS(4142), + [anon_sym_noinline] = ACTIONS(4142), + [anon_sym_crossinline] = ACTIONS(4142), + [anon_sym_expect] = ACTIONS(4142), + [anon_sym_actual] = ACTIONS(4142), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4145), + [sym_safe_nav] = ACTIONS(4145), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3833), }, - [3581] = { - [sym__alpha_identifier] = ACTIONS(4249), - [anon_sym_AT] = ACTIONS(4252), - [anon_sym_LBRACK] = ACTIONS(4252), - [anon_sym_as] = ACTIONS(4257), - [anon_sym_EQ] = ACTIONS(4257), - [anon_sym_LBRACE] = ACTIONS(4252), - [anon_sym_RBRACE] = ACTIONS(4255), - [anon_sym_LPAREN] = ACTIONS(6768), - [anon_sym_LT] = ACTIONS(4257), - [anon_sym_GT] = ACTIONS(4257), - [anon_sym_object] = ACTIONS(3828), - [anon_sym_fun] = ACTIONS(3828), - [anon_sym_DOT] = ACTIONS(4257), - [anon_sym_SEMI] = ACTIONS(4255), - [anon_sym_get] = ACTIONS(4249), - [anon_sym_set] = ACTIONS(4249), - [anon_sym_this] = ACTIONS(3828), - [anon_sym_super] = ACTIONS(3828), - [anon_sym_STAR] = ACTIONS(4249), - [sym_label] = ACTIONS(4249), - [anon_sym_in] = ACTIONS(4257), - [anon_sym_DOT_DOT] = ACTIONS(4255), - [anon_sym_QMARK_COLON] = ACTIONS(4255), - [anon_sym_AMP_AMP] = ACTIONS(4255), - [anon_sym_PIPE_PIPE] = ACTIONS(4255), - [anon_sym_null] = ACTIONS(3828), - [anon_sym_if] = ACTIONS(3828), - [anon_sym_else] = ACTIONS(4257), - [anon_sym_when] = ACTIONS(3828), - [anon_sym_try] = ACTIONS(3828), - [anon_sym_throw] = ACTIONS(3828), - [anon_sym_return] = ACTIONS(3828), - [anon_sym_continue] = ACTIONS(3828), - [anon_sym_break] = ACTIONS(3828), - [anon_sym_COLON_COLON] = ACTIONS(4252), - [anon_sym_PLUS_EQ] = ACTIONS(4255), - [anon_sym_DASH_EQ] = ACTIONS(4255), - [anon_sym_STAR_EQ] = ACTIONS(4255), - [anon_sym_SLASH_EQ] = ACTIONS(4255), - [anon_sym_PERCENT_EQ] = ACTIONS(4255), - [anon_sym_BANG_EQ] = ACTIONS(4257), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4255), - [anon_sym_EQ_EQ] = ACTIONS(4257), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4255), - [anon_sym_LT_EQ] = ACTIONS(4255), - [anon_sym_GT_EQ] = ACTIONS(4255), - [anon_sym_BANGin] = ACTIONS(4255), - [anon_sym_is] = ACTIONS(4257), - [anon_sym_BANGis] = ACTIONS(4255), - [anon_sym_PLUS] = ACTIONS(4249), - [anon_sym_DASH] = ACTIONS(4249), - [anon_sym_SLASH] = ACTIONS(4257), - [anon_sym_PERCENT] = ACTIONS(4257), - [anon_sym_as_QMARK] = ACTIONS(4255), - [anon_sym_PLUS_PLUS] = ACTIONS(4252), - [anon_sym_DASH_DASH] = ACTIONS(4252), - [anon_sym_BANG] = ACTIONS(3828), - [anon_sym_BANG_BANG] = ACTIONS(4255), - [anon_sym_data] = ACTIONS(4249), - [anon_sym_inner] = ACTIONS(4249), - [anon_sym_expect] = ACTIONS(4249), - [anon_sym_actual] = ACTIONS(4249), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3833), - [anon_sym_continue_AT] = ACTIONS(3833), - [anon_sym_break_AT] = ACTIONS(3833), - [sym_real_literal] = ACTIONS(3833), - [sym_integer_literal] = ACTIONS(3828), - [sym_hex_literal] = ACTIONS(3833), - [sym_bin_literal] = ACTIONS(3833), - [anon_sym_true] = ACTIONS(3828), - [anon_sym_false] = ACTIONS(3828), - [anon_sym_SQUOTE] = ACTIONS(3833), - [sym__backtick_identifier] = ACTIONS(4252), - [sym__automatic_semicolon] = ACTIONS(4255), - [sym_safe_nav] = ACTIONS(4255), + [3474] = { + [sym_function_body] = STATE(3872), + [sym__block] = STATE(3738), + [sym__alpha_identifier] = ACTIONS(4085), + [anon_sym_AT] = ACTIONS(4087), + [anon_sym_LBRACK] = ACTIONS(4087), + [anon_sym_as] = ACTIONS(4085), + [anon_sym_EQ] = ACTIONS(6459), + [anon_sym_LBRACE] = ACTIONS(6461), + [anon_sym_RBRACE] = ACTIONS(4087), + [anon_sym_LPAREN] = ACTIONS(4087), + [anon_sym_COMMA] = ACTIONS(4087), + [anon_sym_LT] = ACTIONS(4085), + [anon_sym_GT] = ACTIONS(4085), + [anon_sym_where] = ACTIONS(4085), + [anon_sym_DOT] = ACTIONS(4085), + [anon_sym_SEMI] = ACTIONS(4087), + [anon_sym_get] = ACTIONS(4085), + [anon_sym_set] = ACTIONS(4085), + [anon_sym_STAR] = ACTIONS(4085), + [sym_label] = ACTIONS(4087), + [anon_sym_in] = ACTIONS(4085), + [anon_sym_DOT_DOT] = ACTIONS(4087), + [anon_sym_QMARK_COLON] = ACTIONS(4087), + [anon_sym_AMP_AMP] = ACTIONS(4087), + [anon_sym_PIPE_PIPE] = ACTIONS(4087), + [anon_sym_else] = ACTIONS(4085), + [anon_sym_COLON_COLON] = ACTIONS(4087), + [anon_sym_PLUS_EQ] = ACTIONS(4087), + [anon_sym_DASH_EQ] = ACTIONS(4087), + [anon_sym_STAR_EQ] = ACTIONS(4087), + [anon_sym_SLASH_EQ] = ACTIONS(4087), + [anon_sym_PERCENT_EQ] = ACTIONS(4087), + [anon_sym_BANG_EQ] = ACTIONS(4085), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4087), + [anon_sym_EQ_EQ] = ACTIONS(4085), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4087), + [anon_sym_LT_EQ] = ACTIONS(4087), + [anon_sym_GT_EQ] = ACTIONS(4087), + [anon_sym_BANGin] = ACTIONS(4087), + [anon_sym_is] = ACTIONS(4085), + [anon_sym_BANGis] = ACTIONS(4087), + [anon_sym_PLUS] = ACTIONS(4085), + [anon_sym_DASH] = ACTIONS(4085), + [anon_sym_SLASH] = ACTIONS(4085), + [anon_sym_PERCENT] = ACTIONS(4085), + [anon_sym_as_QMARK] = ACTIONS(4087), + [anon_sym_PLUS_PLUS] = ACTIONS(4087), + [anon_sym_DASH_DASH] = ACTIONS(4087), + [anon_sym_BANG_BANG] = ACTIONS(4087), + [anon_sym_suspend] = ACTIONS(4085), + [anon_sym_sealed] = ACTIONS(4085), + [anon_sym_annotation] = ACTIONS(4085), + [anon_sym_data] = ACTIONS(4085), + [anon_sym_inner] = ACTIONS(4085), + [anon_sym_override] = ACTIONS(4085), + [anon_sym_lateinit] = ACTIONS(4085), + [anon_sym_public] = ACTIONS(4085), + [anon_sym_private] = ACTIONS(4085), + [anon_sym_internal] = ACTIONS(4085), + [anon_sym_protected] = ACTIONS(4085), + [anon_sym_tailrec] = ACTIONS(4085), + [anon_sym_operator] = ACTIONS(4085), + [anon_sym_infix] = ACTIONS(4085), + [anon_sym_inline] = ACTIONS(4085), + [anon_sym_external] = ACTIONS(4085), + [sym_property_modifier] = ACTIONS(4085), + [anon_sym_abstract] = ACTIONS(4085), + [anon_sym_final] = ACTIONS(4085), + [anon_sym_open] = ACTIONS(4085), + [anon_sym_vararg] = ACTIONS(4085), + [anon_sym_noinline] = ACTIONS(4085), + [anon_sym_crossinline] = ACTIONS(4085), + [anon_sym_expect] = ACTIONS(4085), + [anon_sym_actual] = ACTIONS(4085), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4087), + [sym__automatic_semicolon] = ACTIONS(4087), + [sym_safe_nav] = ACTIONS(4087), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3833), }, - [3582] = { - [sym_class_body] = STATE(3687), - [sym__alpha_identifier] = ACTIONS(4284), - [anon_sym_AT] = ACTIONS(4286), - [anon_sym_LBRACK] = ACTIONS(4286), - [anon_sym_as] = ACTIONS(4284), - [anon_sym_EQ] = ACTIONS(4284), - [anon_sym_LBRACE] = ACTIONS(5421), - [anon_sym_RBRACE] = ACTIONS(4286), - [anon_sym_LPAREN] = ACTIONS(4286), - [anon_sym_COMMA] = ACTIONS(4286), - [anon_sym_LT] = ACTIONS(4284), - [anon_sym_GT] = ACTIONS(4284), - [anon_sym_where] = ACTIONS(4284), - [anon_sym_DOT] = ACTIONS(4284), - [anon_sym_SEMI] = ACTIONS(4286), - [anon_sym_get] = ACTIONS(4284), - [anon_sym_set] = ACTIONS(4284), - [anon_sym_STAR] = ACTIONS(4284), - [sym_label] = ACTIONS(4286), - [anon_sym_in] = ACTIONS(4284), - [anon_sym_DOT_DOT] = ACTIONS(4286), - [anon_sym_QMARK_COLON] = ACTIONS(4286), - [anon_sym_AMP_AMP] = ACTIONS(4286), - [anon_sym_PIPE_PIPE] = ACTIONS(4286), - [anon_sym_else] = ACTIONS(4284), - [anon_sym_COLON_COLON] = ACTIONS(4286), - [anon_sym_PLUS_EQ] = ACTIONS(4286), - [anon_sym_DASH_EQ] = ACTIONS(4286), - [anon_sym_STAR_EQ] = ACTIONS(4286), - [anon_sym_SLASH_EQ] = ACTIONS(4286), - [anon_sym_PERCENT_EQ] = ACTIONS(4286), - [anon_sym_BANG_EQ] = ACTIONS(4284), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4286), - [anon_sym_EQ_EQ] = ACTIONS(4284), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4286), - [anon_sym_LT_EQ] = ACTIONS(4286), - [anon_sym_GT_EQ] = ACTIONS(4286), - [anon_sym_BANGin] = ACTIONS(4286), - [anon_sym_is] = ACTIONS(4284), - [anon_sym_BANGis] = ACTIONS(4286), - [anon_sym_PLUS] = ACTIONS(4284), - [anon_sym_DASH] = ACTIONS(4284), - [anon_sym_SLASH] = ACTIONS(4284), - [anon_sym_PERCENT] = ACTIONS(4284), - [anon_sym_as_QMARK] = ACTIONS(4286), - [anon_sym_PLUS_PLUS] = ACTIONS(4286), - [anon_sym_DASH_DASH] = ACTIONS(4286), - [anon_sym_BANG_BANG] = ACTIONS(4286), - [anon_sym_suspend] = ACTIONS(4284), - [anon_sym_sealed] = ACTIONS(4284), - [anon_sym_annotation] = ACTIONS(4284), - [anon_sym_data] = ACTIONS(4284), - [anon_sym_inner] = ACTIONS(4284), - [anon_sym_override] = ACTIONS(4284), - [anon_sym_lateinit] = ACTIONS(4284), - [anon_sym_public] = ACTIONS(4284), - [anon_sym_private] = ACTIONS(4284), - [anon_sym_internal] = ACTIONS(4284), - [anon_sym_protected] = ACTIONS(4284), - [anon_sym_tailrec] = ACTIONS(4284), - [anon_sym_operator] = ACTIONS(4284), - [anon_sym_infix] = ACTIONS(4284), - [anon_sym_inline] = ACTIONS(4284), - [anon_sym_external] = ACTIONS(4284), - [sym_property_modifier] = ACTIONS(4284), - [anon_sym_abstract] = ACTIONS(4284), - [anon_sym_final] = ACTIONS(4284), - [anon_sym_open] = ACTIONS(4284), - [anon_sym_vararg] = ACTIONS(4284), - [anon_sym_noinline] = ACTIONS(4284), - [anon_sym_crossinline] = ACTIONS(4284), - [anon_sym_expect] = ACTIONS(4284), - [anon_sym_actual] = ACTIONS(4284), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4286), - [sym__automatic_semicolon] = ACTIONS(4286), - [sym_safe_nav] = ACTIONS(4286), + [3475] = { + [sym_type_constraints] = STATE(3861), + [sym_function_body] = STATE(3281), + [sym__block] = STATE(3464), + [sym__alpha_identifier] = ACTIONS(4041), + [anon_sym_AT] = ACTIONS(4043), + [anon_sym_COLON] = ACTIONS(6623), + [anon_sym_LBRACK] = ACTIONS(4043), + [anon_sym_RBRACK] = ACTIONS(4043), + [anon_sym_as] = ACTIONS(4041), + [anon_sym_EQ] = ACTIONS(6625), + [anon_sym_LBRACE] = ACTIONS(6233), + [anon_sym_RBRACE] = ACTIONS(4043), + [anon_sym_LPAREN] = ACTIONS(4043), + [anon_sym_COMMA] = ACTIONS(4043), + [anon_sym_RPAREN] = ACTIONS(4043), + [anon_sym_LT] = ACTIONS(4041), + [anon_sym_GT] = ACTIONS(4041), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(4041), + [anon_sym_SEMI] = ACTIONS(4043), + [anon_sym_get] = ACTIONS(4041), + [anon_sym_set] = ACTIONS(4041), + [anon_sym_STAR] = ACTIONS(4043), + [anon_sym_DASH_GT] = ACTIONS(4043), + [sym_label] = ACTIONS(4043), + [anon_sym_in] = ACTIONS(4041), + [anon_sym_while] = ACTIONS(4041), + [anon_sym_DOT_DOT] = ACTIONS(4043), + [anon_sym_QMARK_COLON] = ACTIONS(4043), + [anon_sym_AMP_AMP] = ACTIONS(4043), + [anon_sym_PIPE_PIPE] = ACTIONS(4043), + [anon_sym_else] = ACTIONS(4041), + [anon_sym_COLON_COLON] = ACTIONS(4043), + [anon_sym_BANG_EQ] = ACTIONS(4041), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4043), + [anon_sym_EQ_EQ] = ACTIONS(4041), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4043), + [anon_sym_LT_EQ] = ACTIONS(4043), + [anon_sym_GT_EQ] = ACTIONS(4043), + [anon_sym_BANGin] = ACTIONS(4043), + [anon_sym_is] = ACTIONS(4041), + [anon_sym_BANGis] = ACTIONS(4043), + [anon_sym_PLUS] = ACTIONS(4041), + [anon_sym_DASH] = ACTIONS(4041), + [anon_sym_SLASH] = ACTIONS(4041), + [anon_sym_PERCENT] = ACTIONS(4043), + [anon_sym_as_QMARK] = ACTIONS(4043), + [anon_sym_PLUS_PLUS] = ACTIONS(4043), + [anon_sym_DASH_DASH] = ACTIONS(4043), + [anon_sym_BANG_BANG] = ACTIONS(4043), + [anon_sym_suspend] = ACTIONS(4041), + [anon_sym_sealed] = ACTIONS(4041), + [anon_sym_annotation] = ACTIONS(4041), + [anon_sym_data] = ACTIONS(4041), + [anon_sym_inner] = ACTIONS(4041), + [anon_sym_override] = ACTIONS(4041), + [anon_sym_lateinit] = ACTIONS(4041), + [anon_sym_public] = ACTIONS(4041), + [anon_sym_private] = ACTIONS(4041), + [anon_sym_internal] = ACTIONS(4041), + [anon_sym_protected] = ACTIONS(4041), + [anon_sym_tailrec] = ACTIONS(4041), + [anon_sym_operator] = ACTIONS(4041), + [anon_sym_infix] = ACTIONS(4041), + [anon_sym_inline] = ACTIONS(4041), + [anon_sym_external] = ACTIONS(4041), + [sym_property_modifier] = ACTIONS(4041), + [anon_sym_abstract] = ACTIONS(4041), + [anon_sym_final] = ACTIONS(4041), + [anon_sym_open] = ACTIONS(4041), + [anon_sym_vararg] = ACTIONS(4041), + [anon_sym_noinline] = ACTIONS(4041), + [anon_sym_crossinline] = ACTIONS(4041), + [anon_sym_expect] = ACTIONS(4041), + [anon_sym_actual] = ACTIONS(4041), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4043), + [sym_safe_nav] = ACTIONS(4043), [sym_multiline_comment] = ACTIONS(3), }, - [3583] = { - [sym_type_constraints] = STATE(3892), - [sym_function_body] = STATE(3157), - [sym__block] = STATE(3245), - [sym__alpha_identifier] = ACTIONS(4095), - [anon_sym_AT] = ACTIONS(4097), - [anon_sym_LBRACK] = ACTIONS(4097), - [anon_sym_as] = ACTIONS(4095), - [anon_sym_EQ] = ACTIONS(6642), - [anon_sym_LBRACE] = ACTIONS(6220), - [anon_sym_RBRACE] = ACTIONS(4097), - [anon_sym_LPAREN] = ACTIONS(4097), - [anon_sym_COMMA] = ACTIONS(4097), - [anon_sym_LT] = ACTIONS(4095), - [anon_sym_GT] = ACTIONS(4095), - [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(4095), - [anon_sym_fun] = ACTIONS(4095), - [anon_sym_DOT] = ACTIONS(4095), - [anon_sym_SEMI] = ACTIONS(4097), - [anon_sym_get] = ACTIONS(4095), - [anon_sym_set] = ACTIONS(4095), - [anon_sym_this] = ACTIONS(4095), - [anon_sym_super] = ACTIONS(4095), - [anon_sym_STAR] = ACTIONS(4097), - [sym_label] = ACTIONS(4095), - [anon_sym_in] = ACTIONS(4095), - [anon_sym_DOT_DOT] = ACTIONS(4097), - [anon_sym_QMARK_COLON] = ACTIONS(4097), - [anon_sym_AMP_AMP] = ACTIONS(4097), - [anon_sym_PIPE_PIPE] = ACTIONS(4097), - [anon_sym_null] = ACTIONS(4095), - [anon_sym_if] = ACTIONS(4095), - [anon_sym_else] = ACTIONS(4095), - [anon_sym_when] = ACTIONS(4095), - [anon_sym_try] = ACTIONS(4095), - [anon_sym_throw] = ACTIONS(4095), - [anon_sym_return] = ACTIONS(4095), - [anon_sym_continue] = ACTIONS(4095), - [anon_sym_break] = ACTIONS(4095), - [anon_sym_COLON_COLON] = ACTIONS(4097), - [anon_sym_BANG_EQ] = ACTIONS(4095), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4097), - [anon_sym_EQ_EQ] = ACTIONS(4095), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4097), - [anon_sym_LT_EQ] = ACTIONS(4097), - [anon_sym_GT_EQ] = ACTIONS(4097), - [anon_sym_BANGin] = ACTIONS(4097), - [anon_sym_is] = ACTIONS(4095), - [anon_sym_BANGis] = ACTIONS(4097), - [anon_sym_PLUS] = ACTIONS(4095), - [anon_sym_DASH] = ACTIONS(4095), - [anon_sym_SLASH] = ACTIONS(4095), - [anon_sym_PERCENT] = ACTIONS(4097), - [anon_sym_as_QMARK] = ACTIONS(4097), - [anon_sym_PLUS_PLUS] = ACTIONS(4097), - [anon_sym_DASH_DASH] = ACTIONS(4097), - [anon_sym_BANG] = ACTIONS(4095), - [anon_sym_BANG_BANG] = ACTIONS(4097), - [anon_sym_data] = ACTIONS(4095), - [anon_sym_inner] = ACTIONS(4095), - [anon_sym_expect] = ACTIONS(4095), - [anon_sym_actual] = ACTIONS(4095), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4097), - [anon_sym_continue_AT] = ACTIONS(4097), - [anon_sym_break_AT] = ACTIONS(4097), - [sym_real_literal] = ACTIONS(4097), - [sym_integer_literal] = ACTIONS(4095), - [sym_hex_literal] = ACTIONS(4097), - [sym_bin_literal] = ACTIONS(4097), - [anon_sym_true] = ACTIONS(4095), - [anon_sym_false] = ACTIONS(4095), - [anon_sym_SQUOTE] = ACTIONS(4097), - [sym__backtick_identifier] = ACTIONS(4097), - [sym__automatic_semicolon] = ACTIONS(4097), - [sym_safe_nav] = ACTIONS(4097), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4097), + [3476] = { + [sym_class_body] = STATE(3751), + [sym__alpha_identifier] = ACTIONS(4410), + [anon_sym_AT] = ACTIONS(4412), + [anon_sym_COLON] = ACTIONS(6627), + [anon_sym_LBRACK] = ACTIONS(4412), + [anon_sym_as] = ACTIONS(4410), + [anon_sym_EQ] = ACTIONS(4410), + [anon_sym_LBRACE] = ACTIONS(5360), + [anon_sym_RBRACE] = ACTIONS(4412), + [anon_sym_LPAREN] = ACTIONS(4412), + [anon_sym_COMMA] = ACTIONS(4412), + [anon_sym_LT] = ACTIONS(4410), + [anon_sym_GT] = ACTIONS(4410), + [anon_sym_where] = ACTIONS(4410), + [anon_sym_DOT] = ACTIONS(4410), + [anon_sym_SEMI] = ACTIONS(4412), + [anon_sym_get] = ACTIONS(4410), + [anon_sym_set] = ACTIONS(4410), + [anon_sym_STAR] = ACTIONS(4410), + [sym_label] = ACTIONS(4412), + [anon_sym_in] = ACTIONS(4410), + [anon_sym_DOT_DOT] = ACTIONS(4412), + [anon_sym_QMARK_COLON] = ACTIONS(4412), + [anon_sym_AMP_AMP] = ACTIONS(4412), + [anon_sym_PIPE_PIPE] = ACTIONS(4412), + [anon_sym_else] = ACTIONS(4410), + [anon_sym_COLON_COLON] = ACTIONS(4412), + [anon_sym_PLUS_EQ] = ACTIONS(4412), + [anon_sym_DASH_EQ] = ACTIONS(4412), + [anon_sym_STAR_EQ] = ACTIONS(4412), + [anon_sym_SLASH_EQ] = ACTIONS(4412), + [anon_sym_PERCENT_EQ] = ACTIONS(4412), + [anon_sym_BANG_EQ] = ACTIONS(4410), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4412), + [anon_sym_EQ_EQ] = ACTIONS(4410), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4412), + [anon_sym_LT_EQ] = ACTIONS(4412), + [anon_sym_GT_EQ] = ACTIONS(4412), + [anon_sym_BANGin] = ACTIONS(4412), + [anon_sym_is] = ACTIONS(4410), + [anon_sym_BANGis] = ACTIONS(4412), + [anon_sym_PLUS] = ACTIONS(4410), + [anon_sym_DASH] = ACTIONS(4410), + [anon_sym_SLASH] = ACTIONS(4410), + [anon_sym_PERCENT] = ACTIONS(4410), + [anon_sym_as_QMARK] = ACTIONS(4412), + [anon_sym_PLUS_PLUS] = ACTIONS(4412), + [anon_sym_DASH_DASH] = ACTIONS(4412), + [anon_sym_BANG_BANG] = ACTIONS(4412), + [anon_sym_suspend] = ACTIONS(4410), + [anon_sym_sealed] = ACTIONS(4410), + [anon_sym_annotation] = ACTIONS(4410), + [anon_sym_data] = ACTIONS(4410), + [anon_sym_inner] = ACTIONS(4410), + [anon_sym_override] = ACTIONS(4410), + [anon_sym_lateinit] = ACTIONS(4410), + [anon_sym_public] = ACTIONS(4410), + [anon_sym_private] = ACTIONS(4410), + [anon_sym_internal] = ACTIONS(4410), + [anon_sym_protected] = ACTIONS(4410), + [anon_sym_tailrec] = ACTIONS(4410), + [anon_sym_operator] = ACTIONS(4410), + [anon_sym_infix] = ACTIONS(4410), + [anon_sym_inline] = ACTIONS(4410), + [anon_sym_external] = ACTIONS(4410), + [sym_property_modifier] = ACTIONS(4410), + [anon_sym_abstract] = ACTIONS(4410), + [anon_sym_final] = ACTIONS(4410), + [anon_sym_open] = ACTIONS(4410), + [anon_sym_vararg] = ACTIONS(4410), + [anon_sym_noinline] = ACTIONS(4410), + [anon_sym_crossinline] = ACTIONS(4410), + [anon_sym_expect] = ACTIONS(4410), + [anon_sym_actual] = ACTIONS(4410), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4412), + [sym__automatic_semicolon] = ACTIONS(4412), + [sym_safe_nav] = ACTIONS(4412), + [sym_multiline_comment] = ACTIONS(3), }, - [3584] = { - [sym_type_constraints] = STATE(3890), - [sym_function_body] = STATE(3216), - [sym__block] = STATE(3245), - [sym__alpha_identifier] = ACTIONS(4089), - [anon_sym_AT] = ACTIONS(4091), - [anon_sym_LBRACK] = ACTIONS(4091), - [anon_sym_as] = ACTIONS(4089), - [anon_sym_EQ] = ACTIONS(6642), - [anon_sym_LBRACE] = ACTIONS(6220), - [anon_sym_RBRACE] = ACTIONS(4091), - [anon_sym_LPAREN] = ACTIONS(4091), - [anon_sym_COMMA] = ACTIONS(4091), - [anon_sym_LT] = ACTIONS(4089), - [anon_sym_GT] = ACTIONS(4089), - [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(4089), - [anon_sym_fun] = ACTIONS(4089), - [anon_sym_DOT] = ACTIONS(4089), - [anon_sym_SEMI] = ACTIONS(4091), - [anon_sym_get] = ACTIONS(4089), - [anon_sym_set] = ACTIONS(4089), - [anon_sym_this] = ACTIONS(4089), - [anon_sym_super] = ACTIONS(4089), - [anon_sym_STAR] = ACTIONS(4091), - [sym_label] = ACTIONS(4089), - [anon_sym_in] = ACTIONS(4089), - [anon_sym_DOT_DOT] = ACTIONS(4091), - [anon_sym_QMARK_COLON] = ACTIONS(4091), - [anon_sym_AMP_AMP] = ACTIONS(4091), - [anon_sym_PIPE_PIPE] = ACTIONS(4091), - [anon_sym_null] = ACTIONS(4089), - [anon_sym_if] = ACTIONS(4089), - [anon_sym_else] = ACTIONS(4089), - [anon_sym_when] = ACTIONS(4089), - [anon_sym_try] = ACTIONS(4089), - [anon_sym_throw] = ACTIONS(4089), - [anon_sym_return] = ACTIONS(4089), - [anon_sym_continue] = ACTIONS(4089), - [anon_sym_break] = ACTIONS(4089), - [anon_sym_COLON_COLON] = ACTIONS(4091), - [anon_sym_BANG_EQ] = ACTIONS(4089), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4091), - [anon_sym_EQ_EQ] = ACTIONS(4089), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4091), - [anon_sym_LT_EQ] = ACTIONS(4091), - [anon_sym_GT_EQ] = ACTIONS(4091), - [anon_sym_BANGin] = ACTIONS(4091), - [anon_sym_is] = ACTIONS(4089), - [anon_sym_BANGis] = ACTIONS(4091), - [anon_sym_PLUS] = ACTIONS(4089), - [anon_sym_DASH] = ACTIONS(4089), - [anon_sym_SLASH] = ACTIONS(4089), - [anon_sym_PERCENT] = ACTIONS(4091), - [anon_sym_as_QMARK] = ACTIONS(4091), - [anon_sym_PLUS_PLUS] = ACTIONS(4091), - [anon_sym_DASH_DASH] = ACTIONS(4091), - [anon_sym_BANG] = ACTIONS(4089), - [anon_sym_BANG_BANG] = ACTIONS(4091), - [anon_sym_data] = ACTIONS(4089), - [anon_sym_inner] = ACTIONS(4089), - [anon_sym_expect] = ACTIONS(4089), - [anon_sym_actual] = ACTIONS(4089), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4091), - [anon_sym_continue_AT] = ACTIONS(4091), - [anon_sym_break_AT] = ACTIONS(4091), - [sym_real_literal] = ACTIONS(4091), - [sym_integer_literal] = ACTIONS(4089), - [sym_hex_literal] = ACTIONS(4091), - [sym_bin_literal] = ACTIONS(4091), - [anon_sym_true] = ACTIONS(4089), - [anon_sym_false] = ACTIONS(4089), - [anon_sym_SQUOTE] = ACTIONS(4091), - [sym__backtick_identifier] = ACTIONS(4091), - [sym__automatic_semicolon] = ACTIONS(4091), - [sym_safe_nav] = ACTIONS(4091), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4091), + [3477] = { + [sym_class_body] = STATE(3675), + [sym_type_constraints] = STATE(3546), + [sym__alpha_identifier] = ACTIONS(4406), + [anon_sym_AT] = ACTIONS(4408), + [anon_sym_LBRACK] = ACTIONS(4408), + [anon_sym_as] = ACTIONS(4406), + [anon_sym_EQ] = ACTIONS(4406), + [anon_sym_LBRACE] = ACTIONS(5360), + [anon_sym_RBRACE] = ACTIONS(4408), + [anon_sym_LPAREN] = ACTIONS(4408), + [anon_sym_COMMA] = ACTIONS(4408), + [anon_sym_LT] = ACTIONS(4406), + [anon_sym_GT] = ACTIONS(4406), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(4406), + [anon_sym_SEMI] = ACTIONS(4408), + [anon_sym_get] = ACTIONS(4406), + [anon_sym_set] = ACTIONS(4406), + [anon_sym_STAR] = ACTIONS(4406), + [sym_label] = ACTIONS(4408), + [anon_sym_in] = ACTIONS(4406), + [anon_sym_DOT_DOT] = ACTIONS(4408), + [anon_sym_QMARK_COLON] = ACTIONS(4408), + [anon_sym_AMP_AMP] = ACTIONS(4408), + [anon_sym_PIPE_PIPE] = ACTIONS(4408), + [anon_sym_else] = ACTIONS(4406), + [anon_sym_COLON_COLON] = ACTIONS(4408), + [anon_sym_PLUS_EQ] = ACTIONS(4408), + [anon_sym_DASH_EQ] = ACTIONS(4408), + [anon_sym_STAR_EQ] = ACTIONS(4408), + [anon_sym_SLASH_EQ] = ACTIONS(4408), + [anon_sym_PERCENT_EQ] = ACTIONS(4408), + [anon_sym_BANG_EQ] = ACTIONS(4406), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4408), + [anon_sym_EQ_EQ] = ACTIONS(4406), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4408), + [anon_sym_LT_EQ] = ACTIONS(4408), + [anon_sym_GT_EQ] = ACTIONS(4408), + [anon_sym_BANGin] = ACTIONS(4408), + [anon_sym_is] = ACTIONS(4406), + [anon_sym_BANGis] = ACTIONS(4408), + [anon_sym_PLUS] = ACTIONS(4406), + [anon_sym_DASH] = ACTIONS(4406), + [anon_sym_SLASH] = ACTIONS(4406), + [anon_sym_PERCENT] = ACTIONS(4406), + [anon_sym_as_QMARK] = ACTIONS(4408), + [anon_sym_PLUS_PLUS] = ACTIONS(4408), + [anon_sym_DASH_DASH] = ACTIONS(4408), + [anon_sym_BANG_BANG] = ACTIONS(4408), + [anon_sym_suspend] = ACTIONS(4406), + [anon_sym_sealed] = ACTIONS(4406), + [anon_sym_annotation] = ACTIONS(4406), + [anon_sym_data] = ACTIONS(4406), + [anon_sym_inner] = ACTIONS(4406), + [anon_sym_override] = ACTIONS(4406), + [anon_sym_lateinit] = ACTIONS(4406), + [anon_sym_public] = ACTIONS(4406), + [anon_sym_private] = ACTIONS(4406), + [anon_sym_internal] = ACTIONS(4406), + [anon_sym_protected] = ACTIONS(4406), + [anon_sym_tailrec] = ACTIONS(4406), + [anon_sym_operator] = ACTIONS(4406), + [anon_sym_infix] = ACTIONS(4406), + [anon_sym_inline] = ACTIONS(4406), + [anon_sym_external] = ACTIONS(4406), + [sym_property_modifier] = ACTIONS(4406), + [anon_sym_abstract] = ACTIONS(4406), + [anon_sym_final] = ACTIONS(4406), + [anon_sym_open] = ACTIONS(4406), + [anon_sym_vararg] = ACTIONS(4406), + [anon_sym_noinline] = ACTIONS(4406), + [anon_sym_crossinline] = ACTIONS(4406), + [anon_sym_expect] = ACTIONS(4406), + [anon_sym_actual] = ACTIONS(4406), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4408), + [sym__automatic_semicolon] = ACTIONS(4408), + [sym_safe_nav] = ACTIONS(4408), + [sym_multiline_comment] = ACTIONS(3), }, - [3585] = { - [ts_builtin_sym_end] = ACTIONS(6772), - [sym__alpha_identifier] = ACTIONS(6774), - [anon_sym_AT] = ACTIONS(6772), - [anon_sym_LBRACK] = ACTIONS(6772), - [anon_sym_package] = ACTIONS(6774), - [anon_sym_import] = ACTIONS(6774), - [anon_sym_typealias] = ACTIONS(6774), - [anon_sym_class] = ACTIONS(6774), - [anon_sym_interface] = ACTIONS(6774), - [anon_sym_enum] = ACTIONS(6774), - [anon_sym_LBRACE] = ACTIONS(6772), - [anon_sym_LPAREN] = ACTIONS(6772), - [anon_sym_val] = ACTIONS(6774), - [anon_sym_var] = ACTIONS(6774), - [anon_sym_object] = ACTIONS(6774), - [anon_sym_fun] = ACTIONS(6774), - [anon_sym_get] = ACTIONS(6774), - [anon_sym_set] = ACTIONS(6774), - [anon_sym_this] = ACTIONS(6774), - [anon_sym_super] = ACTIONS(6774), - [anon_sym_STAR] = ACTIONS(6772), - [sym_label] = ACTIONS(6774), - [anon_sym_for] = ACTIONS(6774), - [anon_sym_while] = ACTIONS(6774), - [anon_sym_do] = ACTIONS(6774), - [anon_sym_null] = ACTIONS(6774), - [anon_sym_if] = ACTIONS(6774), - [anon_sym_when] = ACTIONS(6774), - [anon_sym_try] = ACTIONS(6774), - [anon_sym_throw] = ACTIONS(6774), - [anon_sym_return] = ACTIONS(6774), - [anon_sym_continue] = ACTIONS(6774), - [anon_sym_break] = ACTIONS(6774), - [anon_sym_COLON_COLON] = ACTIONS(6772), - [anon_sym_PLUS] = ACTIONS(6774), - [anon_sym_DASH] = ACTIONS(6774), - [anon_sym_PLUS_PLUS] = ACTIONS(6772), - [anon_sym_DASH_DASH] = ACTIONS(6772), - [anon_sym_BANG] = ACTIONS(6772), - [anon_sym_suspend] = ACTIONS(6774), - [anon_sym_sealed] = ACTIONS(6774), - [anon_sym_annotation] = ACTIONS(6774), - [anon_sym_data] = ACTIONS(6774), - [anon_sym_inner] = ACTIONS(6774), - [anon_sym_override] = ACTIONS(6774), - [anon_sym_lateinit] = ACTIONS(6774), - [anon_sym_public] = ACTIONS(6774), - [anon_sym_private] = ACTIONS(6774), - [anon_sym_internal] = ACTIONS(6774), - [anon_sym_protected] = ACTIONS(6774), - [anon_sym_tailrec] = ACTIONS(6774), - [anon_sym_operator] = ACTIONS(6774), - [anon_sym_infix] = ACTIONS(6774), - [anon_sym_inline] = ACTIONS(6774), - [anon_sym_external] = ACTIONS(6774), - [sym_property_modifier] = ACTIONS(6774), - [anon_sym_abstract] = ACTIONS(6774), - [anon_sym_final] = ACTIONS(6774), - [anon_sym_open] = ACTIONS(6774), - [anon_sym_vararg] = ACTIONS(6774), - [anon_sym_noinline] = ACTIONS(6774), - [anon_sym_crossinline] = ACTIONS(6774), - [anon_sym_expect] = ACTIONS(6774), - [anon_sym_actual] = ACTIONS(6774), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(6772), - [anon_sym_continue_AT] = ACTIONS(6772), - [anon_sym_break_AT] = ACTIONS(6772), - [sym_real_literal] = ACTIONS(6772), - [sym_integer_literal] = ACTIONS(6774), - [sym_hex_literal] = ACTIONS(6772), - [sym_bin_literal] = ACTIONS(6772), - [anon_sym_true] = ACTIONS(6774), - [anon_sym_false] = ACTIONS(6774), - [anon_sym_SQUOTE] = ACTIONS(6772), - [sym__backtick_identifier] = ACTIONS(6772), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(6772), + [3478] = { + [sym_type_constraints] = STATE(3671), + [sym_enum_class_body] = STATE(3677), + [sym__alpha_identifier] = ACTIONS(4503), + [anon_sym_AT] = ACTIONS(4505), + [anon_sym_LBRACK] = ACTIONS(4505), + [anon_sym_as] = ACTIONS(4503), + [anon_sym_EQ] = ACTIONS(4503), + [anon_sym_LBRACE] = ACTIONS(5415), + [anon_sym_RBRACE] = ACTIONS(4505), + [anon_sym_LPAREN] = ACTIONS(4505), + [anon_sym_COMMA] = ACTIONS(4505), + [anon_sym_LT] = ACTIONS(4503), + [anon_sym_GT] = ACTIONS(4503), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(4503), + [anon_sym_SEMI] = ACTIONS(4505), + [anon_sym_get] = ACTIONS(4503), + [anon_sym_set] = ACTIONS(4503), + [anon_sym_STAR] = ACTIONS(4503), + [sym_label] = ACTIONS(4505), + [anon_sym_in] = ACTIONS(4503), + [anon_sym_DOT_DOT] = ACTIONS(4505), + [anon_sym_QMARK_COLON] = ACTIONS(4505), + [anon_sym_AMP_AMP] = ACTIONS(4505), + [anon_sym_PIPE_PIPE] = ACTIONS(4505), + [anon_sym_else] = ACTIONS(4503), + [anon_sym_COLON_COLON] = ACTIONS(4505), + [anon_sym_PLUS_EQ] = ACTIONS(4505), + [anon_sym_DASH_EQ] = ACTIONS(4505), + [anon_sym_STAR_EQ] = ACTIONS(4505), + [anon_sym_SLASH_EQ] = ACTIONS(4505), + [anon_sym_PERCENT_EQ] = ACTIONS(4505), + [anon_sym_BANG_EQ] = ACTIONS(4503), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4505), + [anon_sym_EQ_EQ] = ACTIONS(4503), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4505), + [anon_sym_LT_EQ] = ACTIONS(4505), + [anon_sym_GT_EQ] = ACTIONS(4505), + [anon_sym_BANGin] = ACTIONS(4505), + [anon_sym_is] = ACTIONS(4503), + [anon_sym_BANGis] = ACTIONS(4505), + [anon_sym_PLUS] = ACTIONS(4503), + [anon_sym_DASH] = ACTIONS(4503), + [anon_sym_SLASH] = ACTIONS(4503), + [anon_sym_PERCENT] = ACTIONS(4503), + [anon_sym_as_QMARK] = ACTIONS(4505), + [anon_sym_PLUS_PLUS] = ACTIONS(4505), + [anon_sym_DASH_DASH] = ACTIONS(4505), + [anon_sym_BANG_BANG] = ACTIONS(4505), + [anon_sym_suspend] = ACTIONS(4503), + [anon_sym_sealed] = ACTIONS(4503), + [anon_sym_annotation] = ACTIONS(4503), + [anon_sym_data] = ACTIONS(4503), + [anon_sym_inner] = ACTIONS(4503), + [anon_sym_override] = ACTIONS(4503), + [anon_sym_lateinit] = ACTIONS(4503), + [anon_sym_public] = ACTIONS(4503), + [anon_sym_private] = ACTIONS(4503), + [anon_sym_internal] = ACTIONS(4503), + [anon_sym_protected] = ACTIONS(4503), + [anon_sym_tailrec] = ACTIONS(4503), + [anon_sym_operator] = ACTIONS(4503), + [anon_sym_infix] = ACTIONS(4503), + [anon_sym_inline] = ACTIONS(4503), + [anon_sym_external] = ACTIONS(4503), + [sym_property_modifier] = ACTIONS(4503), + [anon_sym_abstract] = ACTIONS(4503), + [anon_sym_final] = ACTIONS(4503), + [anon_sym_open] = ACTIONS(4503), + [anon_sym_vararg] = ACTIONS(4503), + [anon_sym_noinline] = ACTIONS(4503), + [anon_sym_crossinline] = ACTIONS(4503), + [anon_sym_expect] = ACTIONS(4503), + [anon_sym_actual] = ACTIONS(4503), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4505), + [sym__automatic_semicolon] = ACTIONS(4505), + [sym_safe_nav] = ACTIONS(4505), + [sym_multiline_comment] = ACTIONS(3), }, - [3586] = { - [sym_function_body] = STATE(3285), - [sym__block] = STATE(3245), - [sym__alpha_identifier] = ACTIONS(4191), - [anon_sym_AT] = ACTIONS(4193), - [anon_sym_COLON] = ACTIONS(6776), - [anon_sym_LBRACK] = ACTIONS(4193), - [anon_sym_as] = ACTIONS(4191), - [anon_sym_EQ] = ACTIONS(6642), - [anon_sym_LBRACE] = ACTIONS(6220), - [anon_sym_RBRACE] = ACTIONS(4193), - [anon_sym_LPAREN] = ACTIONS(4193), - [anon_sym_COMMA] = ACTIONS(4193), - [anon_sym_LT] = ACTIONS(4191), - [anon_sym_GT] = ACTIONS(4191), - [anon_sym_where] = ACTIONS(4191), - [anon_sym_object] = ACTIONS(4191), - [anon_sym_fun] = ACTIONS(4191), - [anon_sym_DOT] = ACTIONS(4191), - [anon_sym_SEMI] = ACTIONS(4193), - [anon_sym_get] = ACTIONS(4191), - [anon_sym_set] = ACTIONS(4191), - [anon_sym_this] = ACTIONS(4191), - [anon_sym_super] = ACTIONS(4191), - [anon_sym_STAR] = ACTIONS(4193), - [sym_label] = ACTIONS(4191), - [anon_sym_in] = ACTIONS(4191), - [anon_sym_DOT_DOT] = ACTIONS(4193), - [anon_sym_QMARK_COLON] = ACTIONS(4193), - [anon_sym_AMP_AMP] = ACTIONS(4193), - [anon_sym_PIPE_PIPE] = ACTIONS(4193), - [anon_sym_null] = ACTIONS(4191), - [anon_sym_if] = ACTIONS(4191), - [anon_sym_else] = ACTIONS(4191), - [anon_sym_when] = ACTIONS(4191), - [anon_sym_try] = ACTIONS(4191), - [anon_sym_throw] = ACTIONS(4191), - [anon_sym_return] = ACTIONS(4191), - [anon_sym_continue] = ACTIONS(4191), - [anon_sym_break] = ACTIONS(4191), - [anon_sym_COLON_COLON] = ACTIONS(4193), - [anon_sym_BANG_EQ] = ACTIONS(4191), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4193), - [anon_sym_EQ_EQ] = ACTIONS(4191), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4193), - [anon_sym_LT_EQ] = ACTIONS(4193), - [anon_sym_GT_EQ] = ACTIONS(4193), - [anon_sym_BANGin] = ACTIONS(4193), - [anon_sym_is] = ACTIONS(4191), - [anon_sym_BANGis] = ACTIONS(4193), - [anon_sym_PLUS] = ACTIONS(4191), - [anon_sym_DASH] = ACTIONS(4191), - [anon_sym_SLASH] = ACTIONS(4191), - [anon_sym_PERCENT] = ACTIONS(4193), - [anon_sym_as_QMARK] = ACTIONS(4193), - [anon_sym_PLUS_PLUS] = ACTIONS(4193), - [anon_sym_DASH_DASH] = ACTIONS(4193), - [anon_sym_BANG] = ACTIONS(4191), - [anon_sym_BANG_BANG] = ACTIONS(4193), - [anon_sym_data] = ACTIONS(4191), - [anon_sym_inner] = ACTIONS(4191), - [anon_sym_expect] = ACTIONS(4191), - [anon_sym_actual] = ACTIONS(4191), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4193), - [anon_sym_continue_AT] = ACTIONS(4193), - [anon_sym_break_AT] = ACTIONS(4193), - [sym_real_literal] = ACTIONS(4193), - [sym_integer_literal] = ACTIONS(4191), - [sym_hex_literal] = ACTIONS(4193), - [sym_bin_literal] = ACTIONS(4193), - [anon_sym_true] = ACTIONS(4191), - [anon_sym_false] = ACTIONS(4191), - [anon_sym_SQUOTE] = ACTIONS(4193), - [sym__backtick_identifier] = ACTIONS(4193), - [sym__automatic_semicolon] = ACTIONS(4193), - [sym_safe_nav] = ACTIONS(4193), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4193), + [3479] = { + [sym__alpha_identifier] = ACTIONS(4515), + [anon_sym_AT] = ACTIONS(4517), + [anon_sym_LBRACK] = ACTIONS(4517), + [anon_sym_as] = ACTIONS(4515), + [anon_sym_EQ] = ACTIONS(4515), + [anon_sym_LBRACE] = ACTIONS(4517), + [anon_sym_RBRACE] = ACTIONS(4517), + [anon_sym_LPAREN] = ACTIONS(4517), + [anon_sym_COMMA] = ACTIONS(4517), + [anon_sym_by] = ACTIONS(4515), + [anon_sym_LT] = ACTIONS(4515), + [anon_sym_GT] = ACTIONS(4515), + [anon_sym_where] = ACTIONS(4515), + [anon_sym_DOT] = ACTIONS(4515), + [anon_sym_SEMI] = ACTIONS(4517), + [anon_sym_get] = ACTIONS(4515), + [anon_sym_set] = ACTIONS(4515), + [sym__quest] = ACTIONS(4515), + [anon_sym_STAR] = ACTIONS(4515), + [sym_label] = ACTIONS(4517), + [anon_sym_in] = ACTIONS(4515), + [anon_sym_DOT_DOT] = ACTIONS(4517), + [anon_sym_QMARK_COLON] = ACTIONS(4517), + [anon_sym_AMP_AMP] = ACTIONS(4517), + [anon_sym_PIPE_PIPE] = ACTIONS(4517), + [anon_sym_else] = ACTIONS(4515), + [anon_sym_COLON_COLON] = ACTIONS(4517), + [anon_sym_PLUS_EQ] = ACTIONS(4517), + [anon_sym_DASH_EQ] = ACTIONS(4517), + [anon_sym_STAR_EQ] = ACTIONS(4517), + [anon_sym_SLASH_EQ] = ACTIONS(4517), + [anon_sym_PERCENT_EQ] = ACTIONS(4517), + [anon_sym_BANG_EQ] = ACTIONS(4515), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4517), + [anon_sym_EQ_EQ] = ACTIONS(4515), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4517), + [anon_sym_LT_EQ] = ACTIONS(4517), + [anon_sym_GT_EQ] = ACTIONS(4517), + [anon_sym_BANGin] = ACTIONS(4517), + [anon_sym_is] = ACTIONS(4515), + [anon_sym_BANGis] = ACTIONS(4517), + [anon_sym_PLUS] = ACTIONS(4515), + [anon_sym_DASH] = ACTIONS(4515), + [anon_sym_SLASH] = ACTIONS(4515), + [anon_sym_PERCENT] = ACTIONS(4515), + [anon_sym_as_QMARK] = ACTIONS(4517), + [anon_sym_PLUS_PLUS] = ACTIONS(4517), + [anon_sym_DASH_DASH] = ACTIONS(4517), + [anon_sym_BANG_BANG] = ACTIONS(4517), + [anon_sym_suspend] = ACTIONS(4515), + [anon_sym_sealed] = ACTIONS(4515), + [anon_sym_annotation] = ACTIONS(4515), + [anon_sym_data] = ACTIONS(4515), + [anon_sym_inner] = ACTIONS(4515), + [anon_sym_override] = ACTIONS(4515), + [anon_sym_lateinit] = ACTIONS(4515), + [anon_sym_public] = ACTIONS(4515), + [anon_sym_private] = ACTIONS(4515), + [anon_sym_internal] = ACTIONS(4515), + [anon_sym_protected] = ACTIONS(4515), + [anon_sym_tailrec] = ACTIONS(4515), + [anon_sym_operator] = ACTIONS(4515), + [anon_sym_infix] = ACTIONS(4515), + [anon_sym_inline] = ACTIONS(4515), + [anon_sym_external] = ACTIONS(4515), + [sym_property_modifier] = ACTIONS(4515), + [anon_sym_abstract] = ACTIONS(4515), + [anon_sym_final] = ACTIONS(4515), + [anon_sym_open] = ACTIONS(4515), + [anon_sym_vararg] = ACTIONS(4515), + [anon_sym_noinline] = ACTIONS(4515), + [anon_sym_crossinline] = ACTIONS(4515), + [anon_sym_expect] = ACTIONS(4515), + [anon_sym_actual] = ACTIONS(4515), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4517), + [sym__automatic_semicolon] = ACTIONS(4517), + [sym_safe_nav] = ACTIONS(4517), + [sym_multiline_comment] = ACTIONS(3), }, - [3587] = { - [sym__alpha_identifier] = ACTIONS(4674), - [anon_sym_AT] = ACTIONS(4676), - [anon_sym_COLON] = ACTIONS(4674), - [anon_sym_LBRACK] = ACTIONS(4676), - [anon_sym_as] = ACTIONS(4674), - [anon_sym_EQ] = ACTIONS(4674), - [anon_sym_LBRACE] = ACTIONS(4676), - [anon_sym_RBRACE] = ACTIONS(4676), - [anon_sym_LPAREN] = ACTIONS(4676), - [anon_sym_COMMA] = ACTIONS(4676), - [anon_sym_LT] = ACTIONS(4674), - [anon_sym_GT] = ACTIONS(4674), - [anon_sym_where] = ACTIONS(4674), - [anon_sym_DOT] = ACTIONS(4674), - [anon_sym_SEMI] = ACTIONS(4676), - [anon_sym_get] = ACTIONS(4674), - [anon_sym_set] = ACTIONS(4674), - [anon_sym_STAR] = ACTIONS(4674), - [sym_label] = ACTIONS(4676), - [anon_sym_in] = ACTIONS(4674), - [anon_sym_DOT_DOT] = ACTIONS(4676), - [anon_sym_QMARK_COLON] = ACTIONS(4676), - [anon_sym_AMP_AMP] = ACTIONS(4676), - [anon_sym_PIPE_PIPE] = ACTIONS(4676), - [anon_sym_else] = ACTIONS(4674), - [anon_sym_COLON_COLON] = ACTIONS(4676), - [anon_sym_PLUS_EQ] = ACTIONS(4676), - [anon_sym_DASH_EQ] = ACTIONS(4676), - [anon_sym_STAR_EQ] = ACTIONS(4676), - [anon_sym_SLASH_EQ] = ACTIONS(4676), - [anon_sym_PERCENT_EQ] = ACTIONS(4676), - [anon_sym_BANG_EQ] = ACTIONS(4674), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4676), - [anon_sym_EQ_EQ] = ACTIONS(4674), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4676), - [anon_sym_LT_EQ] = ACTIONS(4676), - [anon_sym_GT_EQ] = ACTIONS(4676), - [anon_sym_BANGin] = ACTIONS(4676), - [anon_sym_is] = ACTIONS(4674), - [anon_sym_BANGis] = ACTIONS(4676), - [anon_sym_PLUS] = ACTIONS(4674), - [anon_sym_DASH] = ACTIONS(4674), - [anon_sym_SLASH] = ACTIONS(4674), - [anon_sym_PERCENT] = ACTIONS(4674), - [anon_sym_as_QMARK] = ACTIONS(4676), - [anon_sym_PLUS_PLUS] = ACTIONS(4676), - [anon_sym_DASH_DASH] = ACTIONS(4676), - [anon_sym_BANG_BANG] = ACTIONS(4676), - [anon_sym_suspend] = ACTIONS(4674), - [anon_sym_sealed] = ACTIONS(4674), - [anon_sym_annotation] = ACTIONS(4674), - [anon_sym_data] = ACTIONS(4674), - [anon_sym_inner] = ACTIONS(4674), - [anon_sym_override] = ACTIONS(4674), - [anon_sym_lateinit] = ACTIONS(4674), - [anon_sym_public] = ACTIONS(4674), - [anon_sym_private] = ACTIONS(4674), - [anon_sym_internal] = ACTIONS(4674), - [anon_sym_protected] = ACTIONS(4674), - [anon_sym_tailrec] = ACTIONS(4674), - [anon_sym_operator] = ACTIONS(4674), - [anon_sym_infix] = ACTIONS(4674), - [anon_sym_inline] = ACTIONS(4674), - [anon_sym_external] = ACTIONS(4674), - [sym_property_modifier] = ACTIONS(4674), - [anon_sym_abstract] = ACTIONS(4674), - [anon_sym_final] = ACTIONS(4674), - [anon_sym_open] = ACTIONS(4674), - [anon_sym_vararg] = ACTIONS(4674), - [anon_sym_noinline] = ACTIONS(4674), - [anon_sym_crossinline] = ACTIONS(4674), - [anon_sym_expect] = ACTIONS(4674), - [anon_sym_actual] = ACTIONS(4674), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4676), - [sym__automatic_semicolon] = ACTIONS(4676), - [sym_safe_nav] = ACTIONS(4676), + [3480] = { + [sym_class_body] = STATE(3677), + [sym_type_constraints] = STATE(3666), + [sym__alpha_identifier] = ACTIONS(4503), + [anon_sym_AT] = ACTIONS(4505), + [anon_sym_LBRACK] = ACTIONS(4505), + [anon_sym_as] = ACTIONS(4503), + [anon_sym_EQ] = ACTIONS(4503), + [anon_sym_LBRACE] = ACTIONS(5360), + [anon_sym_RBRACE] = ACTIONS(4505), + [anon_sym_LPAREN] = ACTIONS(4505), + [anon_sym_COMMA] = ACTIONS(4505), + [anon_sym_LT] = ACTIONS(4503), + [anon_sym_GT] = ACTIONS(4503), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(4503), + [anon_sym_SEMI] = ACTIONS(4505), + [anon_sym_get] = ACTIONS(4503), + [anon_sym_set] = ACTIONS(4503), + [anon_sym_STAR] = ACTIONS(4503), + [sym_label] = ACTIONS(4505), + [anon_sym_in] = ACTIONS(4503), + [anon_sym_DOT_DOT] = ACTIONS(4505), + [anon_sym_QMARK_COLON] = ACTIONS(4505), + [anon_sym_AMP_AMP] = ACTIONS(4505), + [anon_sym_PIPE_PIPE] = ACTIONS(4505), + [anon_sym_else] = ACTIONS(4503), + [anon_sym_COLON_COLON] = ACTIONS(4505), + [anon_sym_PLUS_EQ] = ACTIONS(4505), + [anon_sym_DASH_EQ] = ACTIONS(4505), + [anon_sym_STAR_EQ] = ACTIONS(4505), + [anon_sym_SLASH_EQ] = ACTIONS(4505), + [anon_sym_PERCENT_EQ] = ACTIONS(4505), + [anon_sym_BANG_EQ] = ACTIONS(4503), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4505), + [anon_sym_EQ_EQ] = ACTIONS(4503), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4505), + [anon_sym_LT_EQ] = ACTIONS(4505), + [anon_sym_GT_EQ] = ACTIONS(4505), + [anon_sym_BANGin] = ACTIONS(4505), + [anon_sym_is] = ACTIONS(4503), + [anon_sym_BANGis] = ACTIONS(4505), + [anon_sym_PLUS] = ACTIONS(4503), + [anon_sym_DASH] = ACTIONS(4503), + [anon_sym_SLASH] = ACTIONS(4503), + [anon_sym_PERCENT] = ACTIONS(4503), + [anon_sym_as_QMARK] = ACTIONS(4505), + [anon_sym_PLUS_PLUS] = ACTIONS(4505), + [anon_sym_DASH_DASH] = ACTIONS(4505), + [anon_sym_BANG_BANG] = ACTIONS(4505), + [anon_sym_suspend] = ACTIONS(4503), + [anon_sym_sealed] = ACTIONS(4503), + [anon_sym_annotation] = ACTIONS(4503), + [anon_sym_data] = ACTIONS(4503), + [anon_sym_inner] = ACTIONS(4503), + [anon_sym_override] = ACTIONS(4503), + [anon_sym_lateinit] = ACTIONS(4503), + [anon_sym_public] = ACTIONS(4503), + [anon_sym_private] = ACTIONS(4503), + [anon_sym_internal] = ACTIONS(4503), + [anon_sym_protected] = ACTIONS(4503), + [anon_sym_tailrec] = ACTIONS(4503), + [anon_sym_operator] = ACTIONS(4503), + [anon_sym_infix] = ACTIONS(4503), + [anon_sym_inline] = ACTIONS(4503), + [anon_sym_external] = ACTIONS(4503), + [sym_property_modifier] = ACTIONS(4503), + [anon_sym_abstract] = ACTIONS(4503), + [anon_sym_final] = ACTIONS(4503), + [anon_sym_open] = ACTIONS(4503), + [anon_sym_vararg] = ACTIONS(4503), + [anon_sym_noinline] = ACTIONS(4503), + [anon_sym_crossinline] = ACTIONS(4503), + [anon_sym_expect] = ACTIONS(4503), + [anon_sym_actual] = ACTIONS(4503), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4505), + [sym__automatic_semicolon] = ACTIONS(4505), + [sym_safe_nav] = ACTIONS(4505), [sym_multiline_comment] = ACTIONS(3), }, - [3588] = { - [sym__alpha_identifier] = ACTIONS(4700), - [anon_sym_AT] = ACTIONS(4702), - [anon_sym_COLON] = ACTIONS(4700), - [anon_sym_LBRACK] = ACTIONS(4702), - [anon_sym_as] = ACTIONS(4700), - [anon_sym_EQ] = ACTIONS(4700), - [anon_sym_LBRACE] = ACTIONS(4702), - [anon_sym_RBRACE] = ACTIONS(4702), - [anon_sym_LPAREN] = ACTIONS(4702), - [anon_sym_COMMA] = ACTIONS(4702), - [anon_sym_LT] = ACTIONS(4700), - [anon_sym_GT] = ACTIONS(4700), - [anon_sym_where] = ACTIONS(4700), - [anon_sym_DOT] = ACTIONS(4700), - [anon_sym_SEMI] = ACTIONS(4702), - [anon_sym_get] = ACTIONS(4700), - [anon_sym_set] = ACTIONS(4700), - [anon_sym_STAR] = ACTIONS(4700), - [sym_label] = ACTIONS(4702), - [anon_sym_in] = ACTIONS(4700), - [anon_sym_DOT_DOT] = ACTIONS(4702), - [anon_sym_QMARK_COLON] = ACTIONS(4702), - [anon_sym_AMP_AMP] = ACTIONS(4702), - [anon_sym_PIPE_PIPE] = ACTIONS(4702), - [anon_sym_else] = ACTIONS(4700), - [anon_sym_COLON_COLON] = ACTIONS(4702), - [anon_sym_PLUS_EQ] = ACTIONS(4702), - [anon_sym_DASH_EQ] = ACTIONS(4702), - [anon_sym_STAR_EQ] = ACTIONS(4702), - [anon_sym_SLASH_EQ] = ACTIONS(4702), - [anon_sym_PERCENT_EQ] = ACTIONS(4702), - [anon_sym_BANG_EQ] = ACTIONS(4700), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4702), - [anon_sym_EQ_EQ] = ACTIONS(4700), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4702), - [anon_sym_LT_EQ] = ACTIONS(4702), - [anon_sym_GT_EQ] = ACTIONS(4702), - [anon_sym_BANGin] = ACTIONS(4702), - [anon_sym_is] = ACTIONS(4700), - [anon_sym_BANGis] = ACTIONS(4702), - [anon_sym_PLUS] = ACTIONS(4700), - [anon_sym_DASH] = ACTIONS(4700), - [anon_sym_SLASH] = ACTIONS(4700), - [anon_sym_PERCENT] = ACTIONS(4700), - [anon_sym_as_QMARK] = ACTIONS(4702), - [anon_sym_PLUS_PLUS] = ACTIONS(4702), - [anon_sym_DASH_DASH] = ACTIONS(4702), - [anon_sym_BANG_BANG] = ACTIONS(4702), - [anon_sym_suspend] = ACTIONS(4700), - [anon_sym_sealed] = ACTIONS(4700), - [anon_sym_annotation] = ACTIONS(4700), - [anon_sym_data] = ACTIONS(4700), - [anon_sym_inner] = ACTIONS(4700), - [anon_sym_override] = ACTIONS(4700), - [anon_sym_lateinit] = ACTIONS(4700), - [anon_sym_public] = ACTIONS(4700), - [anon_sym_private] = ACTIONS(4700), - [anon_sym_internal] = ACTIONS(4700), - [anon_sym_protected] = ACTIONS(4700), - [anon_sym_tailrec] = ACTIONS(4700), - [anon_sym_operator] = ACTIONS(4700), - [anon_sym_infix] = ACTIONS(4700), - [anon_sym_inline] = ACTIONS(4700), - [anon_sym_external] = ACTIONS(4700), - [sym_property_modifier] = ACTIONS(4700), - [anon_sym_abstract] = ACTIONS(4700), - [anon_sym_final] = ACTIONS(4700), - [anon_sym_open] = ACTIONS(4700), - [anon_sym_vararg] = ACTIONS(4700), - [anon_sym_noinline] = ACTIONS(4700), - [anon_sym_crossinline] = ACTIONS(4700), - [anon_sym_expect] = ACTIONS(4700), - [anon_sym_actual] = ACTIONS(4700), + [3481] = { + [sym_class_body] = STATE(3813), + [sym__alpha_identifier] = ACTIONS(4386), + [anon_sym_AT] = ACTIONS(4388), + [anon_sym_COLON] = ACTIONS(6629), + [anon_sym_LBRACK] = ACTIONS(4388), + [anon_sym_as] = ACTIONS(4386), + [anon_sym_EQ] = ACTIONS(4386), + [anon_sym_LBRACE] = ACTIONS(5360), + [anon_sym_RBRACE] = ACTIONS(4388), + [anon_sym_LPAREN] = ACTIONS(4388), + [anon_sym_COMMA] = ACTIONS(4388), + [anon_sym_LT] = ACTIONS(4386), + [anon_sym_GT] = ACTIONS(4386), + [anon_sym_where] = ACTIONS(4386), + [anon_sym_DOT] = ACTIONS(4386), + [anon_sym_SEMI] = ACTIONS(4388), + [anon_sym_get] = ACTIONS(4386), + [anon_sym_set] = ACTIONS(4386), + [anon_sym_STAR] = ACTIONS(4386), + [sym_label] = ACTIONS(4388), + [anon_sym_in] = ACTIONS(4386), + [anon_sym_DOT_DOT] = ACTIONS(4388), + [anon_sym_QMARK_COLON] = ACTIONS(4388), + [anon_sym_AMP_AMP] = ACTIONS(4388), + [anon_sym_PIPE_PIPE] = ACTIONS(4388), + [anon_sym_else] = ACTIONS(4386), + [anon_sym_COLON_COLON] = ACTIONS(4388), + [anon_sym_PLUS_EQ] = ACTIONS(4388), + [anon_sym_DASH_EQ] = ACTIONS(4388), + [anon_sym_STAR_EQ] = ACTIONS(4388), + [anon_sym_SLASH_EQ] = ACTIONS(4388), + [anon_sym_PERCENT_EQ] = ACTIONS(4388), + [anon_sym_BANG_EQ] = ACTIONS(4386), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4388), + [anon_sym_EQ_EQ] = ACTIONS(4386), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4388), + [anon_sym_LT_EQ] = ACTIONS(4388), + [anon_sym_GT_EQ] = ACTIONS(4388), + [anon_sym_BANGin] = ACTIONS(4388), + [anon_sym_is] = ACTIONS(4386), + [anon_sym_BANGis] = ACTIONS(4388), + [anon_sym_PLUS] = ACTIONS(4386), + [anon_sym_DASH] = ACTIONS(4386), + [anon_sym_SLASH] = ACTIONS(4386), + [anon_sym_PERCENT] = ACTIONS(4386), + [anon_sym_as_QMARK] = ACTIONS(4388), + [anon_sym_PLUS_PLUS] = ACTIONS(4388), + [anon_sym_DASH_DASH] = ACTIONS(4388), + [anon_sym_BANG_BANG] = ACTIONS(4388), + [anon_sym_suspend] = ACTIONS(4386), + [anon_sym_sealed] = ACTIONS(4386), + [anon_sym_annotation] = ACTIONS(4386), + [anon_sym_data] = ACTIONS(4386), + [anon_sym_inner] = ACTIONS(4386), + [anon_sym_override] = ACTIONS(4386), + [anon_sym_lateinit] = ACTIONS(4386), + [anon_sym_public] = ACTIONS(4386), + [anon_sym_private] = ACTIONS(4386), + [anon_sym_internal] = ACTIONS(4386), + [anon_sym_protected] = ACTIONS(4386), + [anon_sym_tailrec] = ACTIONS(4386), + [anon_sym_operator] = ACTIONS(4386), + [anon_sym_infix] = ACTIONS(4386), + [anon_sym_inline] = ACTIONS(4386), + [anon_sym_external] = ACTIONS(4386), + [sym_property_modifier] = ACTIONS(4386), + [anon_sym_abstract] = ACTIONS(4386), + [anon_sym_final] = ACTIONS(4386), + [anon_sym_open] = ACTIONS(4386), + [anon_sym_vararg] = ACTIONS(4386), + [anon_sym_noinline] = ACTIONS(4386), + [anon_sym_crossinline] = ACTIONS(4386), + [anon_sym_expect] = ACTIONS(4386), + [anon_sym_actual] = ACTIONS(4386), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4702), - [sym__automatic_semicolon] = ACTIONS(4702), - [sym_safe_nav] = ACTIONS(4702), + [sym__backtick_identifier] = ACTIONS(4388), + [sym__automatic_semicolon] = ACTIONS(4388), + [sym_safe_nav] = ACTIONS(4388), [sym_multiline_comment] = ACTIONS(3), }, - [3589] = { - [sym__alpha_identifier] = ACTIONS(4233), - [anon_sym_AT] = ACTIONS(4236), - [anon_sym_LBRACK] = ACTIONS(4236), - [anon_sym_as] = ACTIONS(4233), - [anon_sym_EQ] = ACTIONS(3828), - [anon_sym_LBRACE] = ACTIONS(4236), - [anon_sym_RBRACE] = ACTIONS(4236), - [anon_sym_LPAREN] = ACTIONS(6778), - [anon_sym_LT] = ACTIONS(4233), - [anon_sym_GT] = ACTIONS(4233), - [anon_sym_object] = ACTIONS(4233), - [anon_sym_fun] = ACTIONS(4233), - [anon_sym_DOT] = ACTIONS(4233), - [anon_sym_SEMI] = ACTIONS(4236), - [anon_sym_get] = ACTIONS(4233), - [anon_sym_set] = ACTIONS(4233), - [anon_sym_this] = ACTIONS(4233), - [anon_sym_super] = ACTIONS(4233), - [anon_sym_STAR] = ACTIONS(4233), + [3482] = { + [sym_type_constraints] = STATE(3664), + [sym_enum_class_body] = STATE(3727), + [sym__alpha_identifier] = ACTIONS(4231), + [anon_sym_AT] = ACTIONS(4233), + [anon_sym_LBRACK] = ACTIONS(4233), + [anon_sym_as] = ACTIONS(4231), + [anon_sym_EQ] = ACTIONS(4231), + [anon_sym_LBRACE] = ACTIONS(5415), + [anon_sym_RBRACE] = ACTIONS(4233), + [anon_sym_LPAREN] = ACTIONS(4233), + [anon_sym_COMMA] = ACTIONS(4233), + [anon_sym_LT] = ACTIONS(4231), + [anon_sym_GT] = ACTIONS(4231), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(4231), + [anon_sym_SEMI] = ACTIONS(4233), + [anon_sym_get] = ACTIONS(4231), + [anon_sym_set] = ACTIONS(4231), + [anon_sym_STAR] = ACTIONS(4231), [sym_label] = ACTIONS(4233), - [anon_sym_in] = ACTIONS(4233), - [anon_sym_DOT_DOT] = ACTIONS(4236), - [anon_sym_QMARK_COLON] = ACTIONS(4236), - [anon_sym_AMP_AMP] = ACTIONS(4236), - [anon_sym_PIPE_PIPE] = ACTIONS(4236), - [anon_sym_null] = ACTIONS(4233), - [anon_sym_if] = ACTIONS(4233), - [anon_sym_else] = ACTIONS(4233), - [anon_sym_when] = ACTIONS(4233), - [anon_sym_try] = ACTIONS(4233), - [anon_sym_throw] = ACTIONS(4233), - [anon_sym_return] = ACTIONS(4233), - [anon_sym_continue] = ACTIONS(4233), - [anon_sym_break] = ACTIONS(4233), - [anon_sym_COLON_COLON] = ACTIONS(4236), - [anon_sym_PLUS_EQ] = ACTIONS(3833), - [anon_sym_DASH_EQ] = ACTIONS(3833), - [anon_sym_STAR_EQ] = ACTIONS(3833), - [anon_sym_SLASH_EQ] = ACTIONS(3833), - [anon_sym_PERCENT_EQ] = ACTIONS(3833), - [anon_sym_BANG_EQ] = ACTIONS(4233), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4236), - [anon_sym_EQ_EQ] = ACTIONS(4233), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4236), - [anon_sym_LT_EQ] = ACTIONS(4236), - [anon_sym_GT_EQ] = ACTIONS(4236), - [anon_sym_BANGin] = ACTIONS(4236), - [anon_sym_is] = ACTIONS(4233), - [anon_sym_BANGis] = ACTIONS(4236), - [anon_sym_PLUS] = ACTIONS(4233), - [anon_sym_DASH] = ACTIONS(4233), - [anon_sym_SLASH] = ACTIONS(4233), - [anon_sym_PERCENT] = ACTIONS(4233), - [anon_sym_as_QMARK] = ACTIONS(4236), - [anon_sym_PLUS_PLUS] = ACTIONS(4236), - [anon_sym_DASH_DASH] = ACTIONS(4236), - [anon_sym_BANG] = ACTIONS(4233), - [anon_sym_BANG_BANG] = ACTIONS(4236), - [anon_sym_data] = ACTIONS(4233), - [anon_sym_inner] = ACTIONS(4233), - [anon_sym_expect] = ACTIONS(4233), - [anon_sym_actual] = ACTIONS(4233), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4236), - [anon_sym_continue_AT] = ACTIONS(4236), - [anon_sym_break_AT] = ACTIONS(4236), - [sym_real_literal] = ACTIONS(4236), - [sym_integer_literal] = ACTIONS(4233), - [sym_hex_literal] = ACTIONS(4236), - [sym_bin_literal] = ACTIONS(4236), - [anon_sym_true] = ACTIONS(4233), - [anon_sym_false] = ACTIONS(4233), - [anon_sym_SQUOTE] = ACTIONS(4236), - [sym__backtick_identifier] = ACTIONS(4236), - [sym__automatic_semicolon] = ACTIONS(4236), - [sym_safe_nav] = ACTIONS(4236), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4236), - }, - [3590] = { - [sym_function_body] = STATE(3302), - [sym__block] = STATE(3367), - [sym__alpha_identifier] = ACTIONS(4326), - [anon_sym_AT] = ACTIONS(4328), - [anon_sym_LBRACK] = ACTIONS(4328), - [anon_sym_as] = ACTIONS(4326), - [anon_sym_EQ] = ACTIONS(6462), - [anon_sym_LBRACE] = ACTIONS(6236), - [anon_sym_RBRACE] = ACTIONS(4328), - [anon_sym_LPAREN] = ACTIONS(4328), - [anon_sym_RPAREN] = ACTIONS(4328), - [anon_sym_LT] = ACTIONS(4326), - [anon_sym_GT] = ACTIONS(4326), - [anon_sym_DOT] = ACTIONS(4326), - [anon_sym_SEMI] = ACTIONS(4328), - [anon_sym_get] = ACTIONS(4326), - [anon_sym_set] = ACTIONS(4326), - [anon_sym_STAR] = ACTIONS(4326), - [sym_label] = ACTIONS(4328), - [anon_sym_in] = ACTIONS(4326), - [anon_sym_while] = ACTIONS(4326), - [anon_sym_DOT_DOT] = ACTIONS(4328), - [anon_sym_QMARK_COLON] = ACTIONS(4328), - [anon_sym_AMP_AMP] = ACTIONS(4328), - [anon_sym_PIPE_PIPE] = ACTIONS(4328), - [anon_sym_else] = ACTIONS(4326), - [anon_sym_COLON_COLON] = ACTIONS(4328), - [anon_sym_PLUS_EQ] = ACTIONS(4328), - [anon_sym_DASH_EQ] = ACTIONS(4328), - [anon_sym_STAR_EQ] = ACTIONS(4328), - [anon_sym_SLASH_EQ] = ACTIONS(4328), - [anon_sym_PERCENT_EQ] = ACTIONS(4328), - [anon_sym_BANG_EQ] = ACTIONS(4326), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4328), - [anon_sym_EQ_EQ] = ACTIONS(4326), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4328), - [anon_sym_LT_EQ] = ACTIONS(4328), - [anon_sym_GT_EQ] = ACTIONS(4328), - [anon_sym_BANGin] = ACTIONS(4328), - [anon_sym_is] = ACTIONS(4326), - [anon_sym_BANGis] = ACTIONS(4328), - [anon_sym_PLUS] = ACTIONS(4326), - [anon_sym_DASH] = ACTIONS(4326), - [anon_sym_SLASH] = ACTIONS(4326), - [anon_sym_PERCENT] = ACTIONS(4326), - [anon_sym_as_QMARK] = ACTIONS(4328), - [anon_sym_PLUS_PLUS] = ACTIONS(4328), - [anon_sym_DASH_DASH] = ACTIONS(4328), - [anon_sym_BANG_BANG] = ACTIONS(4328), - [anon_sym_suspend] = ACTIONS(4326), - [anon_sym_sealed] = ACTIONS(4326), - [anon_sym_annotation] = ACTIONS(4326), - [anon_sym_data] = ACTIONS(4326), - [anon_sym_inner] = ACTIONS(4326), - [anon_sym_override] = ACTIONS(4326), - [anon_sym_lateinit] = ACTIONS(4326), - [anon_sym_public] = ACTIONS(4326), - [anon_sym_private] = ACTIONS(4326), - [anon_sym_internal] = ACTIONS(4326), - [anon_sym_protected] = ACTIONS(4326), - [anon_sym_tailrec] = ACTIONS(4326), - [anon_sym_operator] = ACTIONS(4326), - [anon_sym_infix] = ACTIONS(4326), - [anon_sym_inline] = ACTIONS(4326), - [anon_sym_external] = ACTIONS(4326), - [sym_property_modifier] = ACTIONS(4326), - [anon_sym_abstract] = ACTIONS(4326), - [anon_sym_final] = ACTIONS(4326), - [anon_sym_open] = ACTIONS(4326), - [anon_sym_vararg] = ACTIONS(4326), - [anon_sym_noinline] = ACTIONS(4326), - [anon_sym_crossinline] = ACTIONS(4326), - [anon_sym_expect] = ACTIONS(4326), - [anon_sym_actual] = ACTIONS(4326), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4328), - [sym_safe_nav] = ACTIONS(4328), + [anon_sym_in] = ACTIONS(4231), + [anon_sym_DOT_DOT] = ACTIONS(4233), + [anon_sym_QMARK_COLON] = ACTIONS(4233), + [anon_sym_AMP_AMP] = ACTIONS(4233), + [anon_sym_PIPE_PIPE] = ACTIONS(4233), + [anon_sym_else] = ACTIONS(4231), + [anon_sym_COLON_COLON] = ACTIONS(4233), + [anon_sym_PLUS_EQ] = ACTIONS(4233), + [anon_sym_DASH_EQ] = ACTIONS(4233), + [anon_sym_STAR_EQ] = ACTIONS(4233), + [anon_sym_SLASH_EQ] = ACTIONS(4233), + [anon_sym_PERCENT_EQ] = ACTIONS(4233), + [anon_sym_BANG_EQ] = ACTIONS(4231), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4233), + [anon_sym_EQ_EQ] = ACTIONS(4231), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4233), + [anon_sym_LT_EQ] = ACTIONS(4233), + [anon_sym_GT_EQ] = ACTIONS(4233), + [anon_sym_BANGin] = ACTIONS(4233), + [anon_sym_is] = ACTIONS(4231), + [anon_sym_BANGis] = ACTIONS(4233), + [anon_sym_PLUS] = ACTIONS(4231), + [anon_sym_DASH] = ACTIONS(4231), + [anon_sym_SLASH] = ACTIONS(4231), + [anon_sym_PERCENT] = ACTIONS(4231), + [anon_sym_as_QMARK] = ACTIONS(4233), + [anon_sym_PLUS_PLUS] = ACTIONS(4233), + [anon_sym_DASH_DASH] = ACTIONS(4233), + [anon_sym_BANG_BANG] = ACTIONS(4233), + [anon_sym_suspend] = ACTIONS(4231), + [anon_sym_sealed] = ACTIONS(4231), + [anon_sym_annotation] = ACTIONS(4231), + [anon_sym_data] = ACTIONS(4231), + [anon_sym_inner] = ACTIONS(4231), + [anon_sym_override] = ACTIONS(4231), + [anon_sym_lateinit] = ACTIONS(4231), + [anon_sym_public] = ACTIONS(4231), + [anon_sym_private] = ACTIONS(4231), + [anon_sym_internal] = ACTIONS(4231), + [anon_sym_protected] = ACTIONS(4231), + [anon_sym_tailrec] = ACTIONS(4231), + [anon_sym_operator] = ACTIONS(4231), + [anon_sym_infix] = ACTIONS(4231), + [anon_sym_inline] = ACTIONS(4231), + [anon_sym_external] = ACTIONS(4231), + [sym_property_modifier] = ACTIONS(4231), + [anon_sym_abstract] = ACTIONS(4231), + [anon_sym_final] = ACTIONS(4231), + [anon_sym_open] = ACTIONS(4231), + [anon_sym_vararg] = ACTIONS(4231), + [anon_sym_noinline] = ACTIONS(4231), + [anon_sym_crossinline] = ACTIONS(4231), + [anon_sym_expect] = ACTIONS(4231), + [anon_sym_actual] = ACTIONS(4231), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4233), + [sym__automatic_semicolon] = ACTIONS(4233), + [sym_safe_nav] = ACTIONS(4233), [sym_multiline_comment] = ACTIONS(3), }, - [3591] = { - [sym_enum_class_body] = STATE(3871), + [3483] = { + [sym_function_body] = STATE(3745), + [sym__block] = STATE(3738), [sym__alpha_identifier] = ACTIONS(4422), [anon_sym_AT] = ACTIONS(4424), [anon_sym_LBRACK] = ACTIONS(4424), [anon_sym_as] = ACTIONS(4422), - [anon_sym_EQ] = ACTIONS(4422), - [anon_sym_LBRACE] = ACTIONS(5359), + [anon_sym_EQ] = ACTIONS(6459), + [anon_sym_LBRACE] = ACTIONS(6461), [anon_sym_RBRACE] = ACTIONS(4424), [anon_sym_LPAREN] = ACTIONS(4424), [anon_sym_COMMA] = ACTIONS(4424), @@ -390172,1805 +381633,1676 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_safe_nav] = ACTIONS(4424), [sym_multiline_comment] = ACTIONS(3), }, - [3592] = { - [sym__alpha_identifier] = ACTIONS(4249), - [anon_sym_AT] = ACTIONS(4252), - [anon_sym_LBRACK] = ACTIONS(4252), - [anon_sym_as] = ACTIONS(4249), - [anon_sym_EQ] = ACTIONS(3828), - [anon_sym_LBRACE] = ACTIONS(4252), - [anon_sym_RBRACE] = ACTIONS(4252), - [anon_sym_LPAREN] = ACTIONS(6782), - [anon_sym_LT] = ACTIONS(4249), - [anon_sym_GT] = ACTIONS(4249), - [anon_sym_object] = ACTIONS(4249), - [anon_sym_fun] = ACTIONS(4249), - [anon_sym_DOT] = ACTIONS(4249), - [anon_sym_SEMI] = ACTIONS(4252), - [anon_sym_get] = ACTIONS(4249), - [anon_sym_set] = ACTIONS(4249), - [anon_sym_this] = ACTIONS(4249), - [anon_sym_super] = ACTIONS(4249), - [anon_sym_STAR] = ACTIONS(4249), - [sym_label] = ACTIONS(4249), - [anon_sym_in] = ACTIONS(4249), - [anon_sym_DOT_DOT] = ACTIONS(4252), - [anon_sym_QMARK_COLON] = ACTIONS(4252), - [anon_sym_AMP_AMP] = ACTIONS(4252), - [anon_sym_PIPE_PIPE] = ACTIONS(4252), - [anon_sym_null] = ACTIONS(4249), - [anon_sym_if] = ACTIONS(4249), - [anon_sym_else] = ACTIONS(4249), - [anon_sym_when] = ACTIONS(4249), - [anon_sym_try] = ACTIONS(4249), - [anon_sym_throw] = ACTIONS(4249), - [anon_sym_return] = ACTIONS(4249), - [anon_sym_continue] = ACTIONS(4249), - [anon_sym_break] = ACTIONS(4249), - [anon_sym_COLON_COLON] = ACTIONS(4252), - [anon_sym_PLUS_EQ] = ACTIONS(3833), - [anon_sym_DASH_EQ] = ACTIONS(3833), - [anon_sym_STAR_EQ] = ACTIONS(3833), - [anon_sym_SLASH_EQ] = ACTIONS(3833), - [anon_sym_PERCENT_EQ] = ACTIONS(3833), - [anon_sym_BANG_EQ] = ACTIONS(4249), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4252), - [anon_sym_EQ_EQ] = ACTIONS(4249), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4252), - [anon_sym_LT_EQ] = ACTIONS(4252), - [anon_sym_GT_EQ] = ACTIONS(4252), - [anon_sym_BANGin] = ACTIONS(4252), - [anon_sym_is] = ACTIONS(4249), - [anon_sym_BANGis] = ACTIONS(4252), - [anon_sym_PLUS] = ACTIONS(4249), - [anon_sym_DASH] = ACTIONS(4249), - [anon_sym_SLASH] = ACTIONS(4249), - [anon_sym_PERCENT] = ACTIONS(4249), - [anon_sym_as_QMARK] = ACTIONS(4252), - [anon_sym_PLUS_PLUS] = ACTIONS(4252), - [anon_sym_DASH_DASH] = ACTIONS(4252), - [anon_sym_BANG] = ACTIONS(4249), - [anon_sym_BANG_BANG] = ACTIONS(4252), - [anon_sym_data] = ACTIONS(4249), - [anon_sym_inner] = ACTIONS(4249), - [anon_sym_expect] = ACTIONS(4249), - [anon_sym_actual] = ACTIONS(4249), + [3484] = { + [sym_function_body] = STATE(3776), + [sym__block] = STATE(3738), + [sym__alpha_identifier] = ACTIONS(4426), + [anon_sym_AT] = ACTIONS(4428), + [anon_sym_LBRACK] = ACTIONS(4428), + [anon_sym_as] = ACTIONS(4426), + [anon_sym_EQ] = ACTIONS(6459), + [anon_sym_LBRACE] = ACTIONS(6461), + [anon_sym_RBRACE] = ACTIONS(4428), + [anon_sym_LPAREN] = ACTIONS(4428), + [anon_sym_COMMA] = ACTIONS(4428), + [anon_sym_LT] = ACTIONS(4426), + [anon_sym_GT] = ACTIONS(4426), + [anon_sym_where] = ACTIONS(4426), + [anon_sym_DOT] = ACTIONS(4426), + [anon_sym_SEMI] = ACTIONS(4428), + [anon_sym_get] = ACTIONS(4426), + [anon_sym_set] = ACTIONS(4426), + [anon_sym_STAR] = ACTIONS(4426), + [sym_label] = ACTIONS(4428), + [anon_sym_in] = ACTIONS(4426), + [anon_sym_DOT_DOT] = ACTIONS(4428), + [anon_sym_QMARK_COLON] = ACTIONS(4428), + [anon_sym_AMP_AMP] = ACTIONS(4428), + [anon_sym_PIPE_PIPE] = ACTIONS(4428), + [anon_sym_else] = ACTIONS(4426), + [anon_sym_COLON_COLON] = ACTIONS(4428), + [anon_sym_PLUS_EQ] = ACTIONS(4428), + [anon_sym_DASH_EQ] = ACTIONS(4428), + [anon_sym_STAR_EQ] = ACTIONS(4428), + [anon_sym_SLASH_EQ] = ACTIONS(4428), + [anon_sym_PERCENT_EQ] = ACTIONS(4428), + [anon_sym_BANG_EQ] = ACTIONS(4426), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4428), + [anon_sym_EQ_EQ] = ACTIONS(4426), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4428), + [anon_sym_LT_EQ] = ACTIONS(4428), + [anon_sym_GT_EQ] = ACTIONS(4428), + [anon_sym_BANGin] = ACTIONS(4428), + [anon_sym_is] = ACTIONS(4426), + [anon_sym_BANGis] = ACTIONS(4428), + [anon_sym_PLUS] = ACTIONS(4426), + [anon_sym_DASH] = ACTIONS(4426), + [anon_sym_SLASH] = ACTIONS(4426), + [anon_sym_PERCENT] = ACTIONS(4426), + [anon_sym_as_QMARK] = ACTIONS(4428), + [anon_sym_PLUS_PLUS] = ACTIONS(4428), + [anon_sym_DASH_DASH] = ACTIONS(4428), + [anon_sym_BANG_BANG] = ACTIONS(4428), + [anon_sym_suspend] = ACTIONS(4426), + [anon_sym_sealed] = ACTIONS(4426), + [anon_sym_annotation] = ACTIONS(4426), + [anon_sym_data] = ACTIONS(4426), + [anon_sym_inner] = ACTIONS(4426), + [anon_sym_override] = ACTIONS(4426), + [anon_sym_lateinit] = ACTIONS(4426), + [anon_sym_public] = ACTIONS(4426), + [anon_sym_private] = ACTIONS(4426), + [anon_sym_internal] = ACTIONS(4426), + [anon_sym_protected] = ACTIONS(4426), + [anon_sym_tailrec] = ACTIONS(4426), + [anon_sym_operator] = ACTIONS(4426), + [anon_sym_infix] = ACTIONS(4426), + [anon_sym_inline] = ACTIONS(4426), + [anon_sym_external] = ACTIONS(4426), + [sym_property_modifier] = ACTIONS(4426), + [anon_sym_abstract] = ACTIONS(4426), + [anon_sym_final] = ACTIONS(4426), + [anon_sym_open] = ACTIONS(4426), + [anon_sym_vararg] = ACTIONS(4426), + [anon_sym_noinline] = ACTIONS(4426), + [anon_sym_crossinline] = ACTIONS(4426), + [anon_sym_expect] = ACTIONS(4426), + [anon_sym_actual] = ACTIONS(4426), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4252), - [anon_sym_continue_AT] = ACTIONS(4252), - [anon_sym_break_AT] = ACTIONS(4252), - [sym_real_literal] = ACTIONS(4252), - [sym_integer_literal] = ACTIONS(4249), - [sym_hex_literal] = ACTIONS(4252), - [sym_bin_literal] = ACTIONS(4252), - [anon_sym_true] = ACTIONS(4249), - [anon_sym_false] = ACTIONS(4249), - [anon_sym_SQUOTE] = ACTIONS(4252), - [sym__backtick_identifier] = ACTIONS(4252), - [sym__automatic_semicolon] = ACTIONS(4252), - [sym_safe_nav] = ACTIONS(4252), + [sym__backtick_identifier] = ACTIONS(4428), + [sym__automatic_semicolon] = ACTIONS(4428), + [sym_safe_nav] = ACTIONS(4428), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4252), }, - [3593] = { - [sym_type_constraints] = STATE(4002), - [sym_function_body] = STATE(3129), - [sym__block] = STATE(3245), - [sym__alpha_identifier] = ACTIONS(4101), - [anon_sym_AT] = ACTIONS(4103), - [anon_sym_COLON] = ACTIONS(6786), - [anon_sym_LBRACK] = ACTIONS(4103), - [anon_sym_as] = ACTIONS(4101), - [anon_sym_EQ] = ACTIONS(6682), - [anon_sym_LBRACE] = ACTIONS(6220), - [anon_sym_RBRACE] = ACTIONS(4103), - [anon_sym_LPAREN] = ACTIONS(4103), - [anon_sym_LT] = ACTIONS(4101), - [anon_sym_GT] = ACTIONS(4101), - [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(4101), - [anon_sym_fun] = ACTIONS(4101), - [anon_sym_DOT] = ACTIONS(4101), - [anon_sym_SEMI] = ACTIONS(4103), - [anon_sym_get] = ACTIONS(4101), - [anon_sym_set] = ACTIONS(4101), - [anon_sym_this] = ACTIONS(4101), - [anon_sym_super] = ACTIONS(4101), - [anon_sym_STAR] = ACTIONS(4103), - [sym_label] = ACTIONS(4101), - [anon_sym_in] = ACTIONS(4101), - [anon_sym_DOT_DOT] = ACTIONS(4103), - [anon_sym_QMARK_COLON] = ACTIONS(4103), - [anon_sym_AMP_AMP] = ACTIONS(4103), - [anon_sym_PIPE_PIPE] = ACTIONS(4103), - [anon_sym_null] = ACTIONS(4101), - [anon_sym_if] = ACTIONS(4101), - [anon_sym_else] = ACTIONS(4101), - [anon_sym_when] = ACTIONS(4101), - [anon_sym_try] = ACTIONS(4101), - [anon_sym_throw] = ACTIONS(4101), - [anon_sym_return] = ACTIONS(4101), - [anon_sym_continue] = ACTIONS(4101), - [anon_sym_break] = ACTIONS(4101), - [anon_sym_COLON_COLON] = ACTIONS(4103), - [anon_sym_BANG_EQ] = ACTIONS(4101), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4103), - [anon_sym_EQ_EQ] = ACTIONS(4101), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4103), - [anon_sym_LT_EQ] = ACTIONS(4103), - [anon_sym_GT_EQ] = ACTIONS(4103), - [anon_sym_BANGin] = ACTIONS(4103), - [anon_sym_is] = ACTIONS(4101), - [anon_sym_BANGis] = ACTIONS(4103), - [anon_sym_PLUS] = ACTIONS(4101), - [anon_sym_DASH] = ACTIONS(4101), - [anon_sym_SLASH] = ACTIONS(4101), - [anon_sym_PERCENT] = ACTIONS(4103), - [anon_sym_as_QMARK] = ACTIONS(4103), - [anon_sym_PLUS_PLUS] = ACTIONS(4103), - [anon_sym_DASH_DASH] = ACTIONS(4103), - [anon_sym_BANG] = ACTIONS(4101), - [anon_sym_BANG_BANG] = ACTIONS(4103), - [anon_sym_data] = ACTIONS(4101), - [anon_sym_inner] = ACTIONS(4101), - [anon_sym_expect] = ACTIONS(4101), - [anon_sym_actual] = ACTIONS(4101), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4103), - [anon_sym_continue_AT] = ACTIONS(4103), - [anon_sym_break_AT] = ACTIONS(4103), - [sym_real_literal] = ACTIONS(4103), - [sym_integer_literal] = ACTIONS(4101), - [sym_hex_literal] = ACTIONS(4103), - [sym_bin_literal] = ACTIONS(4103), - [anon_sym_true] = ACTIONS(4101), - [anon_sym_false] = ACTIONS(4101), - [anon_sym_SQUOTE] = ACTIONS(4103), - [sym__backtick_identifier] = ACTIONS(4103), - [sym__automatic_semicolon] = ACTIONS(4103), - [sym_safe_nav] = ACTIONS(4103), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4103), - }, - [3594] = { - [sym_enum_class_body] = STATE(3774), - [sym__alpha_identifier] = ACTIONS(4460), - [anon_sym_AT] = ACTIONS(4462), - [anon_sym_LBRACK] = ACTIONS(4462), - [anon_sym_as] = ACTIONS(4460), - [anon_sym_EQ] = ACTIONS(4460), - [anon_sym_LBRACE] = ACTIONS(5359), - [anon_sym_RBRACE] = ACTIONS(4462), - [anon_sym_LPAREN] = ACTIONS(4462), - [anon_sym_COMMA] = ACTIONS(4462), - [anon_sym_LT] = ACTIONS(4460), - [anon_sym_GT] = ACTIONS(4460), - [anon_sym_where] = ACTIONS(4460), - [anon_sym_DOT] = ACTIONS(4460), - [anon_sym_SEMI] = ACTIONS(4462), - [anon_sym_get] = ACTIONS(4460), - [anon_sym_set] = ACTIONS(4460), - [anon_sym_STAR] = ACTIONS(4460), - [sym_label] = ACTIONS(4462), - [anon_sym_in] = ACTIONS(4460), - [anon_sym_DOT_DOT] = ACTIONS(4462), - [anon_sym_QMARK_COLON] = ACTIONS(4462), - [anon_sym_AMP_AMP] = ACTIONS(4462), - [anon_sym_PIPE_PIPE] = ACTIONS(4462), - [anon_sym_else] = ACTIONS(4460), - [anon_sym_COLON_COLON] = ACTIONS(4462), - [anon_sym_PLUS_EQ] = ACTIONS(4462), - [anon_sym_DASH_EQ] = ACTIONS(4462), - [anon_sym_STAR_EQ] = ACTIONS(4462), - [anon_sym_SLASH_EQ] = ACTIONS(4462), - [anon_sym_PERCENT_EQ] = ACTIONS(4462), - [anon_sym_BANG_EQ] = ACTIONS(4460), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4462), - [anon_sym_EQ_EQ] = ACTIONS(4460), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4462), - [anon_sym_LT_EQ] = ACTIONS(4462), - [anon_sym_GT_EQ] = ACTIONS(4462), - [anon_sym_BANGin] = ACTIONS(4462), - [anon_sym_is] = ACTIONS(4460), - [anon_sym_BANGis] = ACTIONS(4462), - [anon_sym_PLUS] = ACTIONS(4460), - [anon_sym_DASH] = ACTIONS(4460), - [anon_sym_SLASH] = ACTIONS(4460), - [anon_sym_PERCENT] = ACTIONS(4460), - [anon_sym_as_QMARK] = ACTIONS(4462), - [anon_sym_PLUS_PLUS] = ACTIONS(4462), - [anon_sym_DASH_DASH] = ACTIONS(4462), - [anon_sym_BANG_BANG] = ACTIONS(4462), - [anon_sym_suspend] = ACTIONS(4460), - [anon_sym_sealed] = ACTIONS(4460), - [anon_sym_annotation] = ACTIONS(4460), - [anon_sym_data] = ACTIONS(4460), - [anon_sym_inner] = ACTIONS(4460), - [anon_sym_override] = ACTIONS(4460), - [anon_sym_lateinit] = ACTIONS(4460), - [anon_sym_public] = ACTIONS(4460), - [anon_sym_private] = ACTIONS(4460), - [anon_sym_internal] = ACTIONS(4460), - [anon_sym_protected] = ACTIONS(4460), - [anon_sym_tailrec] = ACTIONS(4460), - [anon_sym_operator] = ACTIONS(4460), - [anon_sym_infix] = ACTIONS(4460), - [anon_sym_inline] = ACTIONS(4460), - [anon_sym_external] = ACTIONS(4460), - [sym_property_modifier] = ACTIONS(4460), - [anon_sym_abstract] = ACTIONS(4460), - [anon_sym_final] = ACTIONS(4460), - [anon_sym_open] = ACTIONS(4460), - [anon_sym_vararg] = ACTIONS(4460), - [anon_sym_noinline] = ACTIONS(4460), - [anon_sym_crossinline] = ACTIONS(4460), - [anon_sym_expect] = ACTIONS(4460), - [anon_sym_actual] = ACTIONS(4460), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4462), - [sym__automatic_semicolon] = ACTIONS(4462), - [sym_safe_nav] = ACTIONS(4462), + [3485] = { + [sym_function_body] = STATE(3305), + [sym__block] = STATE(3464), + [sym__alpha_identifier] = ACTIONS(4210), + [anon_sym_AT] = ACTIONS(4212), + [anon_sym_COLON] = ACTIONS(6631), + [anon_sym_LBRACK] = ACTIONS(4212), + [anon_sym_as] = ACTIONS(4210), + [anon_sym_EQ] = ACTIONS(6389), + [anon_sym_LBRACE] = ACTIONS(6233), + [anon_sym_RBRACE] = ACTIONS(4212), + [anon_sym_LPAREN] = ACTIONS(4212), + [anon_sym_RPAREN] = ACTIONS(4212), + [anon_sym_LT] = ACTIONS(4210), + [anon_sym_GT] = ACTIONS(4210), + [anon_sym_DOT] = ACTIONS(4210), + [anon_sym_SEMI] = ACTIONS(4212), + [anon_sym_get] = ACTIONS(4210), + [anon_sym_set] = ACTIONS(4210), + [anon_sym_STAR] = ACTIONS(4210), + [sym_label] = ACTIONS(4212), + [anon_sym_in] = ACTIONS(4210), + [anon_sym_while] = ACTIONS(4210), + [anon_sym_DOT_DOT] = ACTIONS(4212), + [anon_sym_QMARK_COLON] = ACTIONS(4212), + [anon_sym_AMP_AMP] = ACTIONS(4212), + [anon_sym_PIPE_PIPE] = ACTIONS(4212), + [anon_sym_else] = ACTIONS(4210), + [anon_sym_COLON_COLON] = ACTIONS(4212), + [anon_sym_PLUS_EQ] = ACTIONS(4212), + [anon_sym_DASH_EQ] = ACTIONS(4212), + [anon_sym_STAR_EQ] = ACTIONS(4212), + [anon_sym_SLASH_EQ] = ACTIONS(4212), + [anon_sym_PERCENT_EQ] = ACTIONS(4212), + [anon_sym_BANG_EQ] = ACTIONS(4210), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4212), + [anon_sym_EQ_EQ] = ACTIONS(4210), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4212), + [anon_sym_LT_EQ] = ACTIONS(4212), + [anon_sym_GT_EQ] = ACTIONS(4212), + [anon_sym_BANGin] = ACTIONS(4212), + [anon_sym_is] = ACTIONS(4210), + [anon_sym_BANGis] = ACTIONS(4212), + [anon_sym_PLUS] = ACTIONS(4210), + [anon_sym_DASH] = ACTIONS(4210), + [anon_sym_SLASH] = ACTIONS(4210), + [anon_sym_PERCENT] = ACTIONS(4210), + [anon_sym_as_QMARK] = ACTIONS(4212), + [anon_sym_PLUS_PLUS] = ACTIONS(4212), + [anon_sym_DASH_DASH] = ACTIONS(4212), + [anon_sym_BANG_BANG] = ACTIONS(4212), + [anon_sym_suspend] = ACTIONS(4210), + [anon_sym_sealed] = ACTIONS(4210), + [anon_sym_annotation] = ACTIONS(4210), + [anon_sym_data] = ACTIONS(4210), + [anon_sym_inner] = ACTIONS(4210), + [anon_sym_override] = ACTIONS(4210), + [anon_sym_lateinit] = ACTIONS(4210), + [anon_sym_public] = ACTIONS(4210), + [anon_sym_private] = ACTIONS(4210), + [anon_sym_internal] = ACTIONS(4210), + [anon_sym_protected] = ACTIONS(4210), + [anon_sym_tailrec] = ACTIONS(4210), + [anon_sym_operator] = ACTIONS(4210), + [anon_sym_infix] = ACTIONS(4210), + [anon_sym_inline] = ACTIONS(4210), + [anon_sym_external] = ACTIONS(4210), + [sym_property_modifier] = ACTIONS(4210), + [anon_sym_abstract] = ACTIONS(4210), + [anon_sym_final] = ACTIONS(4210), + [anon_sym_open] = ACTIONS(4210), + [anon_sym_vararg] = ACTIONS(4210), + [anon_sym_noinline] = ACTIONS(4210), + [anon_sym_crossinline] = ACTIONS(4210), + [anon_sym_expect] = ACTIONS(4210), + [anon_sym_actual] = ACTIONS(4210), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4212), + [sym_safe_nav] = ACTIONS(4212), [sym_multiline_comment] = ACTIONS(3), }, - [3595] = { - [sym_function_body] = STATE(3262), - [sym__block] = STATE(3367), - [sym__alpha_identifier] = ACTIONS(4503), - [anon_sym_AT] = ACTIONS(4505), - [anon_sym_LBRACK] = ACTIONS(4505), - [anon_sym_as] = ACTIONS(4503), - [anon_sym_EQ] = ACTIONS(6462), - [anon_sym_LBRACE] = ACTIONS(6236), - [anon_sym_RBRACE] = ACTIONS(4505), - [anon_sym_LPAREN] = ACTIONS(4505), - [anon_sym_RPAREN] = ACTIONS(4505), - [anon_sym_LT] = ACTIONS(4503), - [anon_sym_GT] = ACTIONS(4503), - [anon_sym_DOT] = ACTIONS(4503), - [anon_sym_SEMI] = ACTIONS(4505), - [anon_sym_get] = ACTIONS(4503), - [anon_sym_set] = ACTIONS(4503), - [anon_sym_STAR] = ACTIONS(4503), - [sym_label] = ACTIONS(4505), - [anon_sym_in] = ACTIONS(4503), - [anon_sym_while] = ACTIONS(4503), - [anon_sym_DOT_DOT] = ACTIONS(4505), - [anon_sym_QMARK_COLON] = ACTIONS(4505), - [anon_sym_AMP_AMP] = ACTIONS(4505), - [anon_sym_PIPE_PIPE] = ACTIONS(4505), - [anon_sym_else] = ACTIONS(4503), - [anon_sym_COLON_COLON] = ACTIONS(4505), - [anon_sym_PLUS_EQ] = ACTIONS(4505), - [anon_sym_DASH_EQ] = ACTIONS(4505), - [anon_sym_STAR_EQ] = ACTIONS(4505), - [anon_sym_SLASH_EQ] = ACTIONS(4505), - [anon_sym_PERCENT_EQ] = ACTIONS(4505), - [anon_sym_BANG_EQ] = ACTIONS(4503), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4505), - [anon_sym_EQ_EQ] = ACTIONS(4503), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4505), - [anon_sym_LT_EQ] = ACTIONS(4505), - [anon_sym_GT_EQ] = ACTIONS(4505), - [anon_sym_BANGin] = ACTIONS(4505), - [anon_sym_is] = ACTIONS(4503), - [anon_sym_BANGis] = ACTIONS(4505), - [anon_sym_PLUS] = ACTIONS(4503), - [anon_sym_DASH] = ACTIONS(4503), - [anon_sym_SLASH] = ACTIONS(4503), - [anon_sym_PERCENT] = ACTIONS(4503), - [anon_sym_as_QMARK] = ACTIONS(4505), - [anon_sym_PLUS_PLUS] = ACTIONS(4505), - [anon_sym_DASH_DASH] = ACTIONS(4505), - [anon_sym_BANG_BANG] = ACTIONS(4505), - [anon_sym_suspend] = ACTIONS(4503), - [anon_sym_sealed] = ACTIONS(4503), - [anon_sym_annotation] = ACTIONS(4503), - [anon_sym_data] = ACTIONS(4503), - [anon_sym_inner] = ACTIONS(4503), - [anon_sym_override] = ACTIONS(4503), - [anon_sym_lateinit] = ACTIONS(4503), - [anon_sym_public] = ACTIONS(4503), - [anon_sym_private] = ACTIONS(4503), - [anon_sym_internal] = ACTIONS(4503), - [anon_sym_protected] = ACTIONS(4503), - [anon_sym_tailrec] = ACTIONS(4503), - [anon_sym_operator] = ACTIONS(4503), - [anon_sym_infix] = ACTIONS(4503), - [anon_sym_inline] = ACTIONS(4503), - [anon_sym_external] = ACTIONS(4503), - [sym_property_modifier] = ACTIONS(4503), - [anon_sym_abstract] = ACTIONS(4503), - [anon_sym_final] = ACTIONS(4503), - [anon_sym_open] = ACTIONS(4503), - [anon_sym_vararg] = ACTIONS(4503), - [anon_sym_noinline] = ACTIONS(4503), - [anon_sym_crossinline] = ACTIONS(4503), - [anon_sym_expect] = ACTIONS(4503), - [anon_sym_actual] = ACTIONS(4503), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4505), - [sym_safe_nav] = ACTIONS(4505), + [3486] = { + [sym_type_constraints] = STATE(3629), + [sym_enum_class_body] = STATE(3833), + [sym__alpha_identifier] = ACTIONS(4188), + [anon_sym_AT] = ACTIONS(4190), + [anon_sym_LBRACK] = ACTIONS(4190), + [anon_sym_as] = ACTIONS(4188), + [anon_sym_EQ] = ACTIONS(4188), + [anon_sym_LBRACE] = ACTIONS(5415), + [anon_sym_RBRACE] = ACTIONS(4190), + [anon_sym_LPAREN] = ACTIONS(4190), + [anon_sym_COMMA] = ACTIONS(4190), + [anon_sym_LT] = ACTIONS(4188), + [anon_sym_GT] = ACTIONS(4188), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(4188), + [anon_sym_SEMI] = ACTIONS(4190), + [anon_sym_get] = ACTIONS(4188), + [anon_sym_set] = ACTIONS(4188), + [anon_sym_STAR] = ACTIONS(4188), + [sym_label] = ACTIONS(4190), + [anon_sym_in] = ACTIONS(4188), + [anon_sym_DOT_DOT] = ACTIONS(4190), + [anon_sym_QMARK_COLON] = ACTIONS(4190), + [anon_sym_AMP_AMP] = ACTIONS(4190), + [anon_sym_PIPE_PIPE] = ACTIONS(4190), + [anon_sym_else] = ACTIONS(4188), + [anon_sym_COLON_COLON] = ACTIONS(4190), + [anon_sym_PLUS_EQ] = ACTIONS(4190), + [anon_sym_DASH_EQ] = ACTIONS(4190), + [anon_sym_STAR_EQ] = ACTIONS(4190), + [anon_sym_SLASH_EQ] = ACTIONS(4190), + [anon_sym_PERCENT_EQ] = ACTIONS(4190), + [anon_sym_BANG_EQ] = ACTIONS(4188), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4190), + [anon_sym_EQ_EQ] = ACTIONS(4188), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4190), + [anon_sym_LT_EQ] = ACTIONS(4190), + [anon_sym_GT_EQ] = ACTIONS(4190), + [anon_sym_BANGin] = ACTIONS(4190), + [anon_sym_is] = ACTIONS(4188), + [anon_sym_BANGis] = ACTIONS(4190), + [anon_sym_PLUS] = ACTIONS(4188), + [anon_sym_DASH] = ACTIONS(4188), + [anon_sym_SLASH] = ACTIONS(4188), + [anon_sym_PERCENT] = ACTIONS(4188), + [anon_sym_as_QMARK] = ACTIONS(4190), + [anon_sym_PLUS_PLUS] = ACTIONS(4190), + [anon_sym_DASH_DASH] = ACTIONS(4190), + [anon_sym_BANG_BANG] = ACTIONS(4190), + [anon_sym_suspend] = ACTIONS(4188), + [anon_sym_sealed] = ACTIONS(4188), + [anon_sym_annotation] = ACTIONS(4188), + [anon_sym_data] = ACTIONS(4188), + [anon_sym_inner] = ACTIONS(4188), + [anon_sym_override] = ACTIONS(4188), + [anon_sym_lateinit] = ACTIONS(4188), + [anon_sym_public] = ACTIONS(4188), + [anon_sym_private] = ACTIONS(4188), + [anon_sym_internal] = ACTIONS(4188), + [anon_sym_protected] = ACTIONS(4188), + [anon_sym_tailrec] = ACTIONS(4188), + [anon_sym_operator] = ACTIONS(4188), + [anon_sym_infix] = ACTIONS(4188), + [anon_sym_inline] = ACTIONS(4188), + [anon_sym_external] = ACTIONS(4188), + [sym_property_modifier] = ACTIONS(4188), + [anon_sym_abstract] = ACTIONS(4188), + [anon_sym_final] = ACTIONS(4188), + [anon_sym_open] = ACTIONS(4188), + [anon_sym_vararg] = ACTIONS(4188), + [anon_sym_noinline] = ACTIONS(4188), + [anon_sym_crossinline] = ACTIONS(4188), + [anon_sym_expect] = ACTIONS(4188), + [anon_sym_actual] = ACTIONS(4188), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4190), + [sym__automatic_semicolon] = ACTIONS(4190), + [sym_safe_nav] = ACTIONS(4190), [sym_multiline_comment] = ACTIONS(3), }, - [3596] = { - [sym_class_body] = STATE(3864), - [sym__alpha_identifier] = ACTIONS(4481), - [anon_sym_AT] = ACTIONS(4483), - [anon_sym_LBRACK] = ACTIONS(4483), - [anon_sym_as] = ACTIONS(4481), - [anon_sym_EQ] = ACTIONS(4481), - [anon_sym_LBRACE] = ACTIONS(5421), - [anon_sym_RBRACE] = ACTIONS(4483), - [anon_sym_LPAREN] = ACTIONS(4483), - [anon_sym_COMMA] = ACTIONS(4483), - [anon_sym_LT] = ACTIONS(4481), - [anon_sym_GT] = ACTIONS(4481), - [anon_sym_where] = ACTIONS(4481), - [anon_sym_DOT] = ACTIONS(4481), - [anon_sym_SEMI] = ACTIONS(4483), - [anon_sym_get] = ACTIONS(4481), - [anon_sym_set] = ACTIONS(4481), - [anon_sym_STAR] = ACTIONS(4481), - [sym_label] = ACTIONS(4483), - [anon_sym_in] = ACTIONS(4481), - [anon_sym_DOT_DOT] = ACTIONS(4483), - [anon_sym_QMARK_COLON] = ACTIONS(4483), - [anon_sym_AMP_AMP] = ACTIONS(4483), - [anon_sym_PIPE_PIPE] = ACTIONS(4483), - [anon_sym_else] = ACTIONS(4481), - [anon_sym_COLON_COLON] = ACTIONS(4483), - [anon_sym_PLUS_EQ] = ACTIONS(4483), - [anon_sym_DASH_EQ] = ACTIONS(4483), - [anon_sym_STAR_EQ] = ACTIONS(4483), - [anon_sym_SLASH_EQ] = ACTIONS(4483), - [anon_sym_PERCENT_EQ] = ACTIONS(4483), - [anon_sym_BANG_EQ] = ACTIONS(4481), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4483), - [anon_sym_EQ_EQ] = ACTIONS(4481), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4483), - [anon_sym_LT_EQ] = ACTIONS(4483), - [anon_sym_GT_EQ] = ACTIONS(4483), - [anon_sym_BANGin] = ACTIONS(4483), - [anon_sym_is] = ACTIONS(4481), - [anon_sym_BANGis] = ACTIONS(4483), - [anon_sym_PLUS] = ACTIONS(4481), - [anon_sym_DASH] = ACTIONS(4481), - [anon_sym_SLASH] = ACTIONS(4481), - [anon_sym_PERCENT] = ACTIONS(4481), - [anon_sym_as_QMARK] = ACTIONS(4483), - [anon_sym_PLUS_PLUS] = ACTIONS(4483), - [anon_sym_DASH_DASH] = ACTIONS(4483), - [anon_sym_BANG_BANG] = ACTIONS(4483), - [anon_sym_suspend] = ACTIONS(4481), - [anon_sym_sealed] = ACTIONS(4481), - [anon_sym_annotation] = ACTIONS(4481), - [anon_sym_data] = ACTIONS(4481), - [anon_sym_inner] = ACTIONS(4481), - [anon_sym_override] = ACTIONS(4481), - [anon_sym_lateinit] = ACTIONS(4481), - [anon_sym_public] = ACTIONS(4481), - [anon_sym_private] = ACTIONS(4481), - [anon_sym_internal] = ACTIONS(4481), - [anon_sym_protected] = ACTIONS(4481), - [anon_sym_tailrec] = ACTIONS(4481), - [anon_sym_operator] = ACTIONS(4481), - [anon_sym_infix] = ACTIONS(4481), - [anon_sym_inline] = ACTIONS(4481), - [anon_sym_external] = ACTIONS(4481), - [sym_property_modifier] = ACTIONS(4481), - [anon_sym_abstract] = ACTIONS(4481), - [anon_sym_final] = ACTIONS(4481), - [anon_sym_open] = ACTIONS(4481), - [anon_sym_vararg] = ACTIONS(4481), - [anon_sym_noinline] = ACTIONS(4481), - [anon_sym_crossinline] = ACTIONS(4481), - [anon_sym_expect] = ACTIONS(4481), - [anon_sym_actual] = ACTIONS(4481), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4483), - [sym__automatic_semicolon] = ACTIONS(4483), - [sym_safe_nav] = ACTIONS(4483), + [3487] = { + [sym_function_body] = STATE(3365), + [sym__block] = STATE(3464), + [sym__alpha_identifier] = ACTIONS(4198), + [anon_sym_AT] = ACTIONS(4200), + [anon_sym_COLON] = ACTIONS(6633), + [anon_sym_LBRACK] = ACTIONS(4200), + [anon_sym_as] = ACTIONS(4198), + [anon_sym_EQ] = ACTIONS(6389), + [anon_sym_LBRACE] = ACTIONS(6233), + [anon_sym_RBRACE] = ACTIONS(4200), + [anon_sym_LPAREN] = ACTIONS(4200), + [anon_sym_RPAREN] = ACTIONS(4200), + [anon_sym_LT] = ACTIONS(4198), + [anon_sym_GT] = ACTIONS(4198), + [anon_sym_DOT] = ACTIONS(4198), + [anon_sym_SEMI] = ACTIONS(4200), + [anon_sym_get] = ACTIONS(4198), + [anon_sym_set] = ACTIONS(4198), + [anon_sym_STAR] = ACTIONS(4198), + [sym_label] = ACTIONS(4200), + [anon_sym_in] = ACTIONS(4198), + [anon_sym_while] = ACTIONS(4198), + [anon_sym_DOT_DOT] = ACTIONS(4200), + [anon_sym_QMARK_COLON] = ACTIONS(4200), + [anon_sym_AMP_AMP] = ACTIONS(4200), + [anon_sym_PIPE_PIPE] = ACTIONS(4200), + [anon_sym_else] = ACTIONS(4198), + [anon_sym_COLON_COLON] = ACTIONS(4200), + [anon_sym_PLUS_EQ] = ACTIONS(4200), + [anon_sym_DASH_EQ] = ACTIONS(4200), + [anon_sym_STAR_EQ] = ACTIONS(4200), + [anon_sym_SLASH_EQ] = ACTIONS(4200), + [anon_sym_PERCENT_EQ] = ACTIONS(4200), + [anon_sym_BANG_EQ] = ACTIONS(4198), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4200), + [anon_sym_EQ_EQ] = ACTIONS(4198), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4200), + [anon_sym_LT_EQ] = ACTIONS(4200), + [anon_sym_GT_EQ] = ACTIONS(4200), + [anon_sym_BANGin] = ACTIONS(4200), + [anon_sym_is] = ACTIONS(4198), + [anon_sym_BANGis] = ACTIONS(4200), + [anon_sym_PLUS] = ACTIONS(4198), + [anon_sym_DASH] = ACTIONS(4198), + [anon_sym_SLASH] = ACTIONS(4198), + [anon_sym_PERCENT] = ACTIONS(4198), + [anon_sym_as_QMARK] = ACTIONS(4200), + [anon_sym_PLUS_PLUS] = ACTIONS(4200), + [anon_sym_DASH_DASH] = ACTIONS(4200), + [anon_sym_BANG_BANG] = ACTIONS(4200), + [anon_sym_suspend] = ACTIONS(4198), + [anon_sym_sealed] = ACTIONS(4198), + [anon_sym_annotation] = ACTIONS(4198), + [anon_sym_data] = ACTIONS(4198), + [anon_sym_inner] = ACTIONS(4198), + [anon_sym_override] = ACTIONS(4198), + [anon_sym_lateinit] = ACTIONS(4198), + [anon_sym_public] = ACTIONS(4198), + [anon_sym_private] = ACTIONS(4198), + [anon_sym_internal] = ACTIONS(4198), + [anon_sym_protected] = ACTIONS(4198), + [anon_sym_tailrec] = ACTIONS(4198), + [anon_sym_operator] = ACTIONS(4198), + [anon_sym_infix] = ACTIONS(4198), + [anon_sym_inline] = ACTIONS(4198), + [anon_sym_external] = ACTIONS(4198), + [sym_property_modifier] = ACTIONS(4198), + [anon_sym_abstract] = ACTIONS(4198), + [anon_sym_final] = ACTIONS(4198), + [anon_sym_open] = ACTIONS(4198), + [anon_sym_vararg] = ACTIONS(4198), + [anon_sym_noinline] = ACTIONS(4198), + [anon_sym_crossinline] = ACTIONS(4198), + [anon_sym_expect] = ACTIONS(4198), + [anon_sym_actual] = ACTIONS(4198), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4200), + [sym_safe_nav] = ACTIONS(4200), [sym_multiline_comment] = ACTIONS(3), }, - [3597] = { - [aux_sym_type_constraints_repeat1] = STATE(3597), - [sym__alpha_identifier] = ACTIONS(4466), - [anon_sym_AT] = ACTIONS(4468), - [anon_sym_LBRACK] = ACTIONS(4468), - [anon_sym_EQ] = ACTIONS(4468), - [anon_sym_LBRACE] = ACTIONS(4468), - [anon_sym_RBRACE] = ACTIONS(4468), - [anon_sym_LPAREN] = ACTIONS(4468), - [anon_sym_COMMA] = ACTIONS(6788), - [anon_sym_by] = ACTIONS(4466), - [anon_sym_object] = ACTIONS(4466), - [anon_sym_fun] = ACTIONS(4466), - [anon_sym_SEMI] = ACTIONS(4468), - [anon_sym_get] = ACTIONS(4466), - [anon_sym_set] = ACTIONS(4466), - [anon_sym_this] = ACTIONS(4466), - [anon_sym_super] = ACTIONS(4466), - [anon_sym_STAR] = ACTIONS(4468), - [sym_label] = ACTIONS(4466), - [anon_sym_in] = ACTIONS(4466), - [anon_sym_null] = ACTIONS(4466), - [anon_sym_if] = ACTIONS(4466), - [anon_sym_else] = ACTIONS(4466), - [anon_sym_when] = ACTIONS(4466), - [anon_sym_try] = ACTIONS(4466), - [anon_sym_throw] = ACTIONS(4466), - [anon_sym_return] = ACTIONS(4466), - [anon_sym_continue] = ACTIONS(4466), - [anon_sym_break] = ACTIONS(4466), - [anon_sym_COLON_COLON] = ACTIONS(4468), - [anon_sym_BANGin] = ACTIONS(4468), - [anon_sym_is] = ACTIONS(4466), - [anon_sym_BANGis] = ACTIONS(4468), - [anon_sym_PLUS] = ACTIONS(4466), - [anon_sym_DASH] = ACTIONS(4466), - [anon_sym_PLUS_PLUS] = ACTIONS(4468), - [anon_sym_DASH_DASH] = ACTIONS(4468), - [anon_sym_BANG] = ACTIONS(4466), - [anon_sym_suspend] = ACTIONS(4466), - [anon_sym_sealed] = ACTIONS(4466), - [anon_sym_annotation] = ACTIONS(4466), - [anon_sym_data] = ACTIONS(4466), - [anon_sym_inner] = ACTIONS(4466), - [anon_sym_override] = ACTIONS(4466), - [anon_sym_lateinit] = ACTIONS(4466), - [anon_sym_public] = ACTIONS(4466), - [anon_sym_private] = ACTIONS(4466), - [anon_sym_internal] = ACTIONS(4466), - [anon_sym_protected] = ACTIONS(4466), - [anon_sym_tailrec] = ACTIONS(4466), - [anon_sym_operator] = ACTIONS(4466), - [anon_sym_infix] = ACTIONS(4466), - [anon_sym_inline] = ACTIONS(4466), - [anon_sym_external] = ACTIONS(4466), - [sym_property_modifier] = ACTIONS(4466), - [anon_sym_abstract] = ACTIONS(4466), - [anon_sym_final] = ACTIONS(4466), - [anon_sym_open] = ACTIONS(4466), - [anon_sym_vararg] = ACTIONS(4466), - [anon_sym_noinline] = ACTIONS(4466), - [anon_sym_crossinline] = ACTIONS(4466), - [anon_sym_expect] = ACTIONS(4466), - [anon_sym_actual] = ACTIONS(4466), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4468), - [anon_sym_continue_AT] = ACTIONS(4468), - [anon_sym_break_AT] = ACTIONS(4468), - [sym_real_literal] = ACTIONS(4468), - [sym_integer_literal] = ACTIONS(4466), - [sym_hex_literal] = ACTIONS(4468), - [sym_bin_literal] = ACTIONS(4468), - [anon_sym_true] = ACTIONS(4466), - [anon_sym_false] = ACTIONS(4466), - [anon_sym_SQUOTE] = ACTIONS(4468), - [sym__backtick_identifier] = ACTIONS(4468), - [sym__automatic_semicolon] = ACTIONS(4468), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4468), - }, - [3598] = { - [sym_function_body] = STATE(3234), - [sym__block] = STATE(3367), - [sym__alpha_identifier] = ACTIONS(4181), - [anon_sym_AT] = ACTIONS(4183), - [anon_sym_LBRACK] = ACTIONS(4183), - [anon_sym_as] = ACTIONS(4181), - [anon_sym_EQ] = ACTIONS(6462), - [anon_sym_LBRACE] = ACTIONS(6236), - [anon_sym_RBRACE] = ACTIONS(4183), - [anon_sym_LPAREN] = ACTIONS(4183), - [anon_sym_RPAREN] = ACTIONS(4183), - [anon_sym_LT] = ACTIONS(4181), - [anon_sym_GT] = ACTIONS(4181), - [anon_sym_DOT] = ACTIONS(4181), - [anon_sym_SEMI] = ACTIONS(4183), - [anon_sym_get] = ACTIONS(4181), - [anon_sym_set] = ACTIONS(4181), - [anon_sym_STAR] = ACTIONS(4181), - [sym_label] = ACTIONS(4183), - [anon_sym_in] = ACTIONS(4181), - [anon_sym_while] = ACTIONS(4181), - [anon_sym_DOT_DOT] = ACTIONS(4183), - [anon_sym_QMARK_COLON] = ACTIONS(4183), - [anon_sym_AMP_AMP] = ACTIONS(4183), - [anon_sym_PIPE_PIPE] = ACTIONS(4183), - [anon_sym_else] = ACTIONS(4181), - [anon_sym_COLON_COLON] = ACTIONS(4183), - [anon_sym_PLUS_EQ] = ACTIONS(4183), - [anon_sym_DASH_EQ] = ACTIONS(4183), - [anon_sym_STAR_EQ] = ACTIONS(4183), - [anon_sym_SLASH_EQ] = ACTIONS(4183), - [anon_sym_PERCENT_EQ] = ACTIONS(4183), - [anon_sym_BANG_EQ] = ACTIONS(4181), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4183), - [anon_sym_EQ_EQ] = ACTIONS(4181), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4183), - [anon_sym_LT_EQ] = ACTIONS(4183), - [anon_sym_GT_EQ] = ACTIONS(4183), - [anon_sym_BANGin] = ACTIONS(4183), - [anon_sym_is] = ACTIONS(4181), - [anon_sym_BANGis] = ACTIONS(4183), - [anon_sym_PLUS] = ACTIONS(4181), - [anon_sym_DASH] = ACTIONS(4181), - [anon_sym_SLASH] = ACTIONS(4181), - [anon_sym_PERCENT] = ACTIONS(4181), - [anon_sym_as_QMARK] = ACTIONS(4183), - [anon_sym_PLUS_PLUS] = ACTIONS(4183), - [anon_sym_DASH_DASH] = ACTIONS(4183), - [anon_sym_BANG_BANG] = ACTIONS(4183), - [anon_sym_suspend] = ACTIONS(4181), - [anon_sym_sealed] = ACTIONS(4181), - [anon_sym_annotation] = ACTIONS(4181), - [anon_sym_data] = ACTIONS(4181), - [anon_sym_inner] = ACTIONS(4181), - [anon_sym_override] = ACTIONS(4181), - [anon_sym_lateinit] = ACTIONS(4181), - [anon_sym_public] = ACTIONS(4181), - [anon_sym_private] = ACTIONS(4181), - [anon_sym_internal] = ACTIONS(4181), - [anon_sym_protected] = ACTIONS(4181), - [anon_sym_tailrec] = ACTIONS(4181), - [anon_sym_operator] = ACTIONS(4181), - [anon_sym_infix] = ACTIONS(4181), - [anon_sym_inline] = ACTIONS(4181), - [anon_sym_external] = ACTIONS(4181), - [sym_property_modifier] = ACTIONS(4181), - [anon_sym_abstract] = ACTIONS(4181), - [anon_sym_final] = ACTIONS(4181), - [anon_sym_open] = ACTIONS(4181), - [anon_sym_vararg] = ACTIONS(4181), - [anon_sym_noinline] = ACTIONS(4181), - [anon_sym_crossinline] = ACTIONS(4181), - [anon_sym_expect] = ACTIONS(4181), - [anon_sym_actual] = ACTIONS(4181), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4183), - [sym_safe_nav] = ACTIONS(4183), + [3488] = { + [sym_type_constraints] = STATE(3657), + [sym_enum_class_body] = STATE(3737), + [sym__alpha_identifier] = ACTIONS(4342), + [anon_sym_AT] = ACTIONS(4344), + [anon_sym_LBRACK] = ACTIONS(4344), + [anon_sym_as] = ACTIONS(4342), + [anon_sym_EQ] = ACTIONS(4342), + [anon_sym_LBRACE] = ACTIONS(5415), + [anon_sym_RBRACE] = ACTIONS(4344), + [anon_sym_LPAREN] = ACTIONS(4344), + [anon_sym_COMMA] = ACTIONS(4344), + [anon_sym_LT] = ACTIONS(4342), + [anon_sym_GT] = ACTIONS(4342), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(4342), + [anon_sym_SEMI] = ACTIONS(4344), + [anon_sym_get] = ACTIONS(4342), + [anon_sym_set] = ACTIONS(4342), + [anon_sym_STAR] = ACTIONS(4342), + [sym_label] = ACTIONS(4344), + [anon_sym_in] = ACTIONS(4342), + [anon_sym_DOT_DOT] = ACTIONS(4344), + [anon_sym_QMARK_COLON] = ACTIONS(4344), + [anon_sym_AMP_AMP] = ACTIONS(4344), + [anon_sym_PIPE_PIPE] = ACTIONS(4344), + [anon_sym_else] = ACTIONS(4342), + [anon_sym_COLON_COLON] = ACTIONS(4344), + [anon_sym_PLUS_EQ] = ACTIONS(4344), + [anon_sym_DASH_EQ] = ACTIONS(4344), + [anon_sym_STAR_EQ] = ACTIONS(4344), + [anon_sym_SLASH_EQ] = ACTIONS(4344), + [anon_sym_PERCENT_EQ] = ACTIONS(4344), + [anon_sym_BANG_EQ] = ACTIONS(4342), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4344), + [anon_sym_EQ_EQ] = ACTIONS(4342), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4344), + [anon_sym_LT_EQ] = ACTIONS(4344), + [anon_sym_GT_EQ] = ACTIONS(4344), + [anon_sym_BANGin] = ACTIONS(4344), + [anon_sym_is] = ACTIONS(4342), + [anon_sym_BANGis] = ACTIONS(4344), + [anon_sym_PLUS] = ACTIONS(4342), + [anon_sym_DASH] = ACTIONS(4342), + [anon_sym_SLASH] = ACTIONS(4342), + [anon_sym_PERCENT] = ACTIONS(4342), + [anon_sym_as_QMARK] = ACTIONS(4344), + [anon_sym_PLUS_PLUS] = ACTIONS(4344), + [anon_sym_DASH_DASH] = ACTIONS(4344), + [anon_sym_BANG_BANG] = ACTIONS(4344), + [anon_sym_suspend] = ACTIONS(4342), + [anon_sym_sealed] = ACTIONS(4342), + [anon_sym_annotation] = ACTIONS(4342), + [anon_sym_data] = ACTIONS(4342), + [anon_sym_inner] = ACTIONS(4342), + [anon_sym_override] = ACTIONS(4342), + [anon_sym_lateinit] = ACTIONS(4342), + [anon_sym_public] = ACTIONS(4342), + [anon_sym_private] = ACTIONS(4342), + [anon_sym_internal] = ACTIONS(4342), + [anon_sym_protected] = ACTIONS(4342), + [anon_sym_tailrec] = ACTIONS(4342), + [anon_sym_operator] = ACTIONS(4342), + [anon_sym_infix] = ACTIONS(4342), + [anon_sym_inline] = ACTIONS(4342), + [anon_sym_external] = ACTIONS(4342), + [sym_property_modifier] = ACTIONS(4342), + [anon_sym_abstract] = ACTIONS(4342), + [anon_sym_final] = ACTIONS(4342), + [anon_sym_open] = ACTIONS(4342), + [anon_sym_vararg] = ACTIONS(4342), + [anon_sym_noinline] = ACTIONS(4342), + [anon_sym_crossinline] = ACTIONS(4342), + [anon_sym_expect] = ACTIONS(4342), + [anon_sym_actual] = ACTIONS(4342), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4344), + [sym__automatic_semicolon] = ACTIONS(4344), + [sym_safe_nav] = ACTIONS(4344), [sym_multiline_comment] = ACTIONS(3), }, - [3599] = { - [sym__alpha_identifier] = ACTIONS(4690), - [anon_sym_AT] = ACTIONS(4692), - [anon_sym_COLON] = ACTIONS(4690), - [anon_sym_LBRACK] = ACTIONS(4692), - [anon_sym_as] = ACTIONS(4690), - [anon_sym_EQ] = ACTIONS(4690), - [anon_sym_LBRACE] = ACTIONS(4692), - [anon_sym_RBRACE] = ACTIONS(4692), - [anon_sym_LPAREN] = ACTIONS(4692), - [anon_sym_COMMA] = ACTIONS(4692), - [anon_sym_LT] = ACTIONS(4690), - [anon_sym_GT] = ACTIONS(4690), - [anon_sym_where] = ACTIONS(4690), - [anon_sym_DOT] = ACTIONS(4690), - [anon_sym_SEMI] = ACTIONS(4692), - [anon_sym_get] = ACTIONS(4690), - [anon_sym_set] = ACTIONS(4690), - [anon_sym_STAR] = ACTIONS(4690), - [sym_label] = ACTIONS(4692), - [anon_sym_in] = ACTIONS(4690), - [anon_sym_DOT_DOT] = ACTIONS(4692), - [anon_sym_QMARK_COLON] = ACTIONS(4692), - [anon_sym_AMP_AMP] = ACTIONS(4692), - [anon_sym_PIPE_PIPE] = ACTIONS(4692), - [anon_sym_else] = ACTIONS(4690), - [anon_sym_COLON_COLON] = ACTIONS(4692), - [anon_sym_PLUS_EQ] = ACTIONS(4692), - [anon_sym_DASH_EQ] = ACTIONS(4692), - [anon_sym_STAR_EQ] = ACTIONS(4692), - [anon_sym_SLASH_EQ] = ACTIONS(4692), - [anon_sym_PERCENT_EQ] = ACTIONS(4692), - [anon_sym_BANG_EQ] = ACTIONS(4690), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4692), - [anon_sym_EQ_EQ] = ACTIONS(4690), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4692), - [anon_sym_LT_EQ] = ACTIONS(4692), - [anon_sym_GT_EQ] = ACTIONS(4692), - [anon_sym_BANGin] = ACTIONS(4692), - [anon_sym_is] = ACTIONS(4690), - [anon_sym_BANGis] = ACTIONS(4692), - [anon_sym_PLUS] = ACTIONS(4690), - [anon_sym_DASH] = ACTIONS(4690), - [anon_sym_SLASH] = ACTIONS(4690), - [anon_sym_PERCENT] = ACTIONS(4690), - [anon_sym_as_QMARK] = ACTIONS(4692), - [anon_sym_PLUS_PLUS] = ACTIONS(4692), - [anon_sym_DASH_DASH] = ACTIONS(4692), - [anon_sym_BANG_BANG] = ACTIONS(4692), - [anon_sym_suspend] = ACTIONS(4690), - [anon_sym_sealed] = ACTIONS(4690), - [anon_sym_annotation] = ACTIONS(4690), - [anon_sym_data] = ACTIONS(4690), - [anon_sym_inner] = ACTIONS(4690), - [anon_sym_override] = ACTIONS(4690), - [anon_sym_lateinit] = ACTIONS(4690), - [anon_sym_public] = ACTIONS(4690), - [anon_sym_private] = ACTIONS(4690), - [anon_sym_internal] = ACTIONS(4690), - [anon_sym_protected] = ACTIONS(4690), - [anon_sym_tailrec] = ACTIONS(4690), - [anon_sym_operator] = ACTIONS(4690), - [anon_sym_infix] = ACTIONS(4690), - [anon_sym_inline] = ACTIONS(4690), - [anon_sym_external] = ACTIONS(4690), - [sym_property_modifier] = ACTIONS(4690), - [anon_sym_abstract] = ACTIONS(4690), - [anon_sym_final] = ACTIONS(4690), - [anon_sym_open] = ACTIONS(4690), - [anon_sym_vararg] = ACTIONS(4690), - [anon_sym_noinline] = ACTIONS(4690), - [anon_sym_crossinline] = ACTIONS(4690), - [anon_sym_expect] = ACTIONS(4690), - [anon_sym_actual] = ACTIONS(4690), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4692), - [sym__automatic_semicolon] = ACTIONS(4692), - [sym_safe_nav] = ACTIONS(4692), + [3489] = { + [sym_class_body] = STATE(3737), + [sym_type_constraints] = STATE(3607), + [sym__alpha_identifier] = ACTIONS(4342), + [anon_sym_AT] = ACTIONS(4344), + [anon_sym_LBRACK] = ACTIONS(4344), + [anon_sym_as] = ACTIONS(4342), + [anon_sym_EQ] = ACTIONS(4342), + [anon_sym_LBRACE] = ACTIONS(5360), + [anon_sym_RBRACE] = ACTIONS(4344), + [anon_sym_LPAREN] = ACTIONS(4344), + [anon_sym_COMMA] = ACTIONS(4344), + [anon_sym_LT] = ACTIONS(4342), + [anon_sym_GT] = ACTIONS(4342), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(4342), + [anon_sym_SEMI] = ACTIONS(4344), + [anon_sym_get] = ACTIONS(4342), + [anon_sym_set] = ACTIONS(4342), + [anon_sym_STAR] = ACTIONS(4342), + [sym_label] = ACTIONS(4344), + [anon_sym_in] = ACTIONS(4342), + [anon_sym_DOT_DOT] = ACTIONS(4344), + [anon_sym_QMARK_COLON] = ACTIONS(4344), + [anon_sym_AMP_AMP] = ACTIONS(4344), + [anon_sym_PIPE_PIPE] = ACTIONS(4344), + [anon_sym_else] = ACTIONS(4342), + [anon_sym_COLON_COLON] = ACTIONS(4344), + [anon_sym_PLUS_EQ] = ACTIONS(4344), + [anon_sym_DASH_EQ] = ACTIONS(4344), + [anon_sym_STAR_EQ] = ACTIONS(4344), + [anon_sym_SLASH_EQ] = ACTIONS(4344), + [anon_sym_PERCENT_EQ] = ACTIONS(4344), + [anon_sym_BANG_EQ] = ACTIONS(4342), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4344), + [anon_sym_EQ_EQ] = ACTIONS(4342), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4344), + [anon_sym_LT_EQ] = ACTIONS(4344), + [anon_sym_GT_EQ] = ACTIONS(4344), + [anon_sym_BANGin] = ACTIONS(4344), + [anon_sym_is] = ACTIONS(4342), + [anon_sym_BANGis] = ACTIONS(4344), + [anon_sym_PLUS] = ACTIONS(4342), + [anon_sym_DASH] = ACTIONS(4342), + [anon_sym_SLASH] = ACTIONS(4342), + [anon_sym_PERCENT] = ACTIONS(4342), + [anon_sym_as_QMARK] = ACTIONS(4344), + [anon_sym_PLUS_PLUS] = ACTIONS(4344), + [anon_sym_DASH_DASH] = ACTIONS(4344), + [anon_sym_BANG_BANG] = ACTIONS(4344), + [anon_sym_suspend] = ACTIONS(4342), + [anon_sym_sealed] = ACTIONS(4342), + [anon_sym_annotation] = ACTIONS(4342), + [anon_sym_data] = ACTIONS(4342), + [anon_sym_inner] = ACTIONS(4342), + [anon_sym_override] = ACTIONS(4342), + [anon_sym_lateinit] = ACTIONS(4342), + [anon_sym_public] = ACTIONS(4342), + [anon_sym_private] = ACTIONS(4342), + [anon_sym_internal] = ACTIONS(4342), + [anon_sym_protected] = ACTIONS(4342), + [anon_sym_tailrec] = ACTIONS(4342), + [anon_sym_operator] = ACTIONS(4342), + [anon_sym_infix] = ACTIONS(4342), + [anon_sym_inline] = ACTIONS(4342), + [anon_sym_external] = ACTIONS(4342), + [sym_property_modifier] = ACTIONS(4342), + [anon_sym_abstract] = ACTIONS(4342), + [anon_sym_final] = ACTIONS(4342), + [anon_sym_open] = ACTIONS(4342), + [anon_sym_vararg] = ACTIONS(4342), + [anon_sym_noinline] = ACTIONS(4342), + [anon_sym_crossinline] = ACTIONS(4342), + [anon_sym_expect] = ACTIONS(4342), + [anon_sym_actual] = ACTIONS(4342), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4344), + [sym__automatic_semicolon] = ACTIONS(4344), + [sym_safe_nav] = ACTIONS(4344), [sym_multiline_comment] = ACTIONS(3), }, - [3600] = { - [sym_class_body] = STATE(3842), - [sym__alpha_identifier] = ACTIONS(4694), - [anon_sym_AT] = ACTIONS(4696), - [anon_sym_LBRACK] = ACTIONS(4696), - [anon_sym_as] = ACTIONS(4694), - [anon_sym_EQ] = ACTIONS(4694), - [anon_sym_LBRACE] = ACTIONS(5421), - [anon_sym_RBRACE] = ACTIONS(4696), - [anon_sym_LPAREN] = ACTIONS(4696), - [anon_sym_COMMA] = ACTIONS(4696), - [anon_sym_LT] = ACTIONS(4694), - [anon_sym_GT] = ACTIONS(4694), - [anon_sym_where] = ACTIONS(4694), - [anon_sym_DOT] = ACTIONS(4694), - [anon_sym_SEMI] = ACTIONS(4696), - [anon_sym_get] = ACTIONS(4694), - [anon_sym_set] = ACTIONS(4694), - [anon_sym_STAR] = ACTIONS(4694), - [sym_label] = ACTIONS(4696), - [anon_sym_in] = ACTIONS(4694), - [anon_sym_DOT_DOT] = ACTIONS(4696), - [anon_sym_QMARK_COLON] = ACTIONS(4696), - [anon_sym_AMP_AMP] = ACTIONS(4696), - [anon_sym_PIPE_PIPE] = ACTIONS(4696), - [anon_sym_else] = ACTIONS(4694), - [anon_sym_COLON_COLON] = ACTIONS(4696), - [anon_sym_PLUS_EQ] = ACTIONS(4696), - [anon_sym_DASH_EQ] = ACTIONS(4696), - [anon_sym_STAR_EQ] = ACTIONS(4696), - [anon_sym_SLASH_EQ] = ACTIONS(4696), - [anon_sym_PERCENT_EQ] = ACTIONS(4696), - [anon_sym_BANG_EQ] = ACTIONS(4694), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4696), - [anon_sym_EQ_EQ] = ACTIONS(4694), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4696), - [anon_sym_LT_EQ] = ACTIONS(4696), - [anon_sym_GT_EQ] = ACTIONS(4696), - [anon_sym_BANGin] = ACTIONS(4696), - [anon_sym_is] = ACTIONS(4694), - [anon_sym_BANGis] = ACTIONS(4696), - [anon_sym_PLUS] = ACTIONS(4694), - [anon_sym_DASH] = ACTIONS(4694), - [anon_sym_SLASH] = ACTIONS(4694), - [anon_sym_PERCENT] = ACTIONS(4694), - [anon_sym_as_QMARK] = ACTIONS(4696), - [anon_sym_PLUS_PLUS] = ACTIONS(4696), - [anon_sym_DASH_DASH] = ACTIONS(4696), - [anon_sym_BANG_BANG] = ACTIONS(4696), - [anon_sym_suspend] = ACTIONS(4694), - [anon_sym_sealed] = ACTIONS(4694), - [anon_sym_annotation] = ACTIONS(4694), - [anon_sym_data] = ACTIONS(4694), - [anon_sym_inner] = ACTIONS(4694), - [anon_sym_override] = ACTIONS(4694), - [anon_sym_lateinit] = ACTIONS(4694), - [anon_sym_public] = ACTIONS(4694), - [anon_sym_private] = ACTIONS(4694), - [anon_sym_internal] = ACTIONS(4694), - [anon_sym_protected] = ACTIONS(4694), - [anon_sym_tailrec] = ACTIONS(4694), - [anon_sym_operator] = ACTIONS(4694), - [anon_sym_infix] = ACTIONS(4694), - [anon_sym_inline] = ACTIONS(4694), - [anon_sym_external] = ACTIONS(4694), - [sym_property_modifier] = ACTIONS(4694), - [anon_sym_abstract] = ACTIONS(4694), - [anon_sym_final] = ACTIONS(4694), - [anon_sym_open] = ACTIONS(4694), - [anon_sym_vararg] = ACTIONS(4694), - [anon_sym_noinline] = ACTIONS(4694), - [anon_sym_crossinline] = ACTIONS(4694), - [anon_sym_expect] = ACTIONS(4694), - [anon_sym_actual] = ACTIONS(4694), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4696), - [sym__automatic_semicolon] = ACTIONS(4696), - [sym_safe_nav] = ACTIONS(4696), + [3490] = { + [sym_class_body] = STATE(3833), + [sym_type_constraints] = STATE(3654), + [sym__alpha_identifier] = ACTIONS(4188), + [anon_sym_AT] = ACTIONS(4190), + [anon_sym_LBRACK] = ACTIONS(4190), + [anon_sym_as] = ACTIONS(4188), + [anon_sym_EQ] = ACTIONS(4188), + [anon_sym_LBRACE] = ACTIONS(5360), + [anon_sym_RBRACE] = ACTIONS(4190), + [anon_sym_LPAREN] = ACTIONS(4190), + [anon_sym_COMMA] = ACTIONS(4190), + [anon_sym_LT] = ACTIONS(4188), + [anon_sym_GT] = ACTIONS(4188), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(4188), + [anon_sym_SEMI] = ACTIONS(4190), + [anon_sym_get] = ACTIONS(4188), + [anon_sym_set] = ACTIONS(4188), + [anon_sym_STAR] = ACTIONS(4188), + [sym_label] = ACTIONS(4190), + [anon_sym_in] = ACTIONS(4188), + [anon_sym_DOT_DOT] = ACTIONS(4190), + [anon_sym_QMARK_COLON] = ACTIONS(4190), + [anon_sym_AMP_AMP] = ACTIONS(4190), + [anon_sym_PIPE_PIPE] = ACTIONS(4190), + [anon_sym_else] = ACTIONS(4188), + [anon_sym_COLON_COLON] = ACTIONS(4190), + [anon_sym_PLUS_EQ] = ACTIONS(4190), + [anon_sym_DASH_EQ] = ACTIONS(4190), + [anon_sym_STAR_EQ] = ACTIONS(4190), + [anon_sym_SLASH_EQ] = ACTIONS(4190), + [anon_sym_PERCENT_EQ] = ACTIONS(4190), + [anon_sym_BANG_EQ] = ACTIONS(4188), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4190), + [anon_sym_EQ_EQ] = ACTIONS(4188), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4190), + [anon_sym_LT_EQ] = ACTIONS(4190), + [anon_sym_GT_EQ] = ACTIONS(4190), + [anon_sym_BANGin] = ACTIONS(4190), + [anon_sym_is] = ACTIONS(4188), + [anon_sym_BANGis] = ACTIONS(4190), + [anon_sym_PLUS] = ACTIONS(4188), + [anon_sym_DASH] = ACTIONS(4188), + [anon_sym_SLASH] = ACTIONS(4188), + [anon_sym_PERCENT] = ACTIONS(4188), + [anon_sym_as_QMARK] = ACTIONS(4190), + [anon_sym_PLUS_PLUS] = ACTIONS(4190), + [anon_sym_DASH_DASH] = ACTIONS(4190), + [anon_sym_BANG_BANG] = ACTIONS(4190), + [anon_sym_suspend] = ACTIONS(4188), + [anon_sym_sealed] = ACTIONS(4188), + [anon_sym_annotation] = ACTIONS(4188), + [anon_sym_data] = ACTIONS(4188), + [anon_sym_inner] = ACTIONS(4188), + [anon_sym_override] = ACTIONS(4188), + [anon_sym_lateinit] = ACTIONS(4188), + [anon_sym_public] = ACTIONS(4188), + [anon_sym_private] = ACTIONS(4188), + [anon_sym_internal] = ACTIONS(4188), + [anon_sym_protected] = ACTIONS(4188), + [anon_sym_tailrec] = ACTIONS(4188), + [anon_sym_operator] = ACTIONS(4188), + [anon_sym_infix] = ACTIONS(4188), + [anon_sym_inline] = ACTIONS(4188), + [anon_sym_external] = ACTIONS(4188), + [sym_property_modifier] = ACTIONS(4188), + [anon_sym_abstract] = ACTIONS(4188), + [anon_sym_final] = ACTIONS(4188), + [anon_sym_open] = ACTIONS(4188), + [anon_sym_vararg] = ACTIONS(4188), + [anon_sym_noinline] = ACTIONS(4188), + [anon_sym_crossinline] = ACTIONS(4188), + [anon_sym_expect] = ACTIONS(4188), + [anon_sym_actual] = ACTIONS(4188), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4190), + [sym__automatic_semicolon] = ACTIONS(4190), + [sym_safe_nav] = ACTIONS(4190), [sym_multiline_comment] = ACTIONS(3), }, - [3601] = { - [sym__alpha_identifier] = ACTIONS(4631), - [anon_sym_AT] = ACTIONS(4633), - [anon_sym_LBRACK] = ACTIONS(4633), - [anon_sym_as] = ACTIONS(4631), - [anon_sym_EQ] = ACTIONS(4631), - [anon_sym_LBRACE] = ACTIONS(4633), - [anon_sym_RBRACE] = ACTIONS(4633), - [anon_sym_LPAREN] = ACTIONS(4633), - [anon_sym_COMMA] = ACTIONS(4633), - [anon_sym_by] = ACTIONS(4631), - [anon_sym_LT] = ACTIONS(4631), - [anon_sym_GT] = ACTIONS(4631), - [anon_sym_where] = ACTIONS(4631), - [anon_sym_DOT] = ACTIONS(4631), - [anon_sym_SEMI] = ACTIONS(4633), - [anon_sym_get] = ACTIONS(4631), - [anon_sym_set] = ACTIONS(4631), - [anon_sym_STAR] = ACTIONS(4631), - [sym_label] = ACTIONS(4633), - [anon_sym_in] = ACTIONS(4631), - [anon_sym_DOT_DOT] = ACTIONS(4633), - [anon_sym_QMARK_COLON] = ACTIONS(4633), - [anon_sym_AMP_AMP] = ACTIONS(4633), - [anon_sym_PIPE_PIPE] = ACTIONS(4633), - [anon_sym_else] = ACTIONS(4631), - [anon_sym_COLON_COLON] = ACTIONS(4633), - [anon_sym_PLUS_EQ] = ACTIONS(4633), - [anon_sym_DASH_EQ] = ACTIONS(4633), - [anon_sym_STAR_EQ] = ACTIONS(4633), - [anon_sym_SLASH_EQ] = ACTIONS(4633), - [anon_sym_PERCENT_EQ] = ACTIONS(4633), - [anon_sym_BANG_EQ] = ACTIONS(4631), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4633), - [anon_sym_EQ_EQ] = ACTIONS(4631), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4633), - [anon_sym_LT_EQ] = ACTIONS(4633), - [anon_sym_GT_EQ] = ACTIONS(4633), - [anon_sym_BANGin] = ACTIONS(4633), - [anon_sym_is] = ACTIONS(4631), - [anon_sym_BANGis] = ACTIONS(4633), - [anon_sym_PLUS] = ACTIONS(4631), - [anon_sym_DASH] = ACTIONS(4631), - [anon_sym_SLASH] = ACTIONS(4631), - [anon_sym_PERCENT] = ACTIONS(4631), - [anon_sym_as_QMARK] = ACTIONS(4633), - [anon_sym_PLUS_PLUS] = ACTIONS(4633), - [anon_sym_DASH_DASH] = ACTIONS(4633), - [anon_sym_BANG_BANG] = ACTIONS(4633), - [anon_sym_suspend] = ACTIONS(4631), - [anon_sym_sealed] = ACTIONS(4631), - [anon_sym_annotation] = ACTIONS(4631), - [anon_sym_data] = ACTIONS(4631), - [anon_sym_inner] = ACTIONS(4631), - [anon_sym_override] = ACTIONS(4631), - [anon_sym_lateinit] = ACTIONS(4631), - [anon_sym_public] = ACTIONS(4631), - [anon_sym_private] = ACTIONS(4631), - [anon_sym_internal] = ACTIONS(4631), - [anon_sym_protected] = ACTIONS(4631), - [anon_sym_tailrec] = ACTIONS(4631), - [anon_sym_operator] = ACTIONS(4631), - [anon_sym_infix] = ACTIONS(4631), - [anon_sym_inline] = ACTIONS(4631), - [anon_sym_external] = ACTIONS(4631), - [sym_property_modifier] = ACTIONS(4631), - [anon_sym_abstract] = ACTIONS(4631), - [anon_sym_final] = ACTIONS(4631), - [anon_sym_open] = ACTIONS(4631), - [anon_sym_vararg] = ACTIONS(4631), - [anon_sym_noinline] = ACTIONS(4631), - [anon_sym_crossinline] = ACTIONS(4631), - [anon_sym_expect] = ACTIONS(4631), - [anon_sym_actual] = ACTIONS(4631), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4633), - [sym__automatic_semicolon] = ACTIONS(4633), - [sym_safe_nav] = ACTIONS(4633), + [3491] = { + [sym_class_body] = STATE(3682), + [sym_type_constraints] = STATE(3636), + [sym__alpha_identifier] = ACTIONS(4402), + [anon_sym_AT] = ACTIONS(4404), + [anon_sym_LBRACK] = ACTIONS(4404), + [anon_sym_as] = ACTIONS(4402), + [anon_sym_EQ] = ACTIONS(4402), + [anon_sym_LBRACE] = ACTIONS(5360), + [anon_sym_RBRACE] = ACTIONS(4404), + [anon_sym_LPAREN] = ACTIONS(4404), + [anon_sym_COMMA] = ACTIONS(4404), + [anon_sym_LT] = ACTIONS(4402), + [anon_sym_GT] = ACTIONS(4402), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(4402), + [anon_sym_SEMI] = ACTIONS(4404), + [anon_sym_get] = ACTIONS(4402), + [anon_sym_set] = ACTIONS(4402), + [anon_sym_STAR] = ACTIONS(4402), + [sym_label] = ACTIONS(4404), + [anon_sym_in] = ACTIONS(4402), + [anon_sym_DOT_DOT] = ACTIONS(4404), + [anon_sym_QMARK_COLON] = ACTIONS(4404), + [anon_sym_AMP_AMP] = ACTIONS(4404), + [anon_sym_PIPE_PIPE] = ACTIONS(4404), + [anon_sym_else] = ACTIONS(4402), + [anon_sym_COLON_COLON] = ACTIONS(4404), + [anon_sym_PLUS_EQ] = ACTIONS(4404), + [anon_sym_DASH_EQ] = ACTIONS(4404), + [anon_sym_STAR_EQ] = ACTIONS(4404), + [anon_sym_SLASH_EQ] = ACTIONS(4404), + [anon_sym_PERCENT_EQ] = ACTIONS(4404), + [anon_sym_BANG_EQ] = ACTIONS(4402), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4404), + [anon_sym_EQ_EQ] = ACTIONS(4402), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4404), + [anon_sym_LT_EQ] = ACTIONS(4404), + [anon_sym_GT_EQ] = ACTIONS(4404), + [anon_sym_BANGin] = ACTIONS(4404), + [anon_sym_is] = ACTIONS(4402), + [anon_sym_BANGis] = ACTIONS(4404), + [anon_sym_PLUS] = ACTIONS(4402), + [anon_sym_DASH] = ACTIONS(4402), + [anon_sym_SLASH] = ACTIONS(4402), + [anon_sym_PERCENT] = ACTIONS(4402), + [anon_sym_as_QMARK] = ACTIONS(4404), + [anon_sym_PLUS_PLUS] = ACTIONS(4404), + [anon_sym_DASH_DASH] = ACTIONS(4404), + [anon_sym_BANG_BANG] = ACTIONS(4404), + [anon_sym_suspend] = ACTIONS(4402), + [anon_sym_sealed] = ACTIONS(4402), + [anon_sym_annotation] = ACTIONS(4402), + [anon_sym_data] = ACTIONS(4402), + [anon_sym_inner] = ACTIONS(4402), + [anon_sym_override] = ACTIONS(4402), + [anon_sym_lateinit] = ACTIONS(4402), + [anon_sym_public] = ACTIONS(4402), + [anon_sym_private] = ACTIONS(4402), + [anon_sym_internal] = ACTIONS(4402), + [anon_sym_protected] = ACTIONS(4402), + [anon_sym_tailrec] = ACTIONS(4402), + [anon_sym_operator] = ACTIONS(4402), + [anon_sym_infix] = ACTIONS(4402), + [anon_sym_inline] = ACTIONS(4402), + [anon_sym_external] = ACTIONS(4402), + [sym_property_modifier] = ACTIONS(4402), + [anon_sym_abstract] = ACTIONS(4402), + [anon_sym_final] = ACTIONS(4402), + [anon_sym_open] = ACTIONS(4402), + [anon_sym_vararg] = ACTIONS(4402), + [anon_sym_noinline] = ACTIONS(4402), + [anon_sym_crossinline] = ACTIONS(4402), + [anon_sym_expect] = ACTIONS(4402), + [anon_sym_actual] = ACTIONS(4402), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4404), + [sym__automatic_semicolon] = ACTIONS(4404), + [sym_safe_nav] = ACTIONS(4404), [sym_multiline_comment] = ACTIONS(3), }, - [3602] = { - [sym_type_constraints] = STATE(3886), - [sym_function_body] = STATE(3129), - [sym__block] = STATE(3245), - [sym__alpha_identifier] = ACTIONS(4101), - [anon_sym_AT] = ACTIONS(4103), - [anon_sym_LBRACK] = ACTIONS(4103), - [anon_sym_as] = ACTIONS(4101), - [anon_sym_EQ] = ACTIONS(6642), - [anon_sym_LBRACE] = ACTIONS(6220), - [anon_sym_RBRACE] = ACTIONS(4103), - [anon_sym_LPAREN] = ACTIONS(4103), - [anon_sym_COMMA] = ACTIONS(4103), - [anon_sym_LT] = ACTIONS(4101), - [anon_sym_GT] = ACTIONS(4101), - [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(4101), - [anon_sym_fun] = ACTIONS(4101), - [anon_sym_DOT] = ACTIONS(4101), - [anon_sym_SEMI] = ACTIONS(4103), - [anon_sym_get] = ACTIONS(4101), - [anon_sym_set] = ACTIONS(4101), - [anon_sym_this] = ACTIONS(4101), - [anon_sym_super] = ACTIONS(4101), - [anon_sym_STAR] = ACTIONS(4103), - [sym_label] = ACTIONS(4101), - [anon_sym_in] = ACTIONS(4101), - [anon_sym_DOT_DOT] = ACTIONS(4103), - [anon_sym_QMARK_COLON] = ACTIONS(4103), - [anon_sym_AMP_AMP] = ACTIONS(4103), - [anon_sym_PIPE_PIPE] = ACTIONS(4103), - [anon_sym_null] = ACTIONS(4101), - [anon_sym_if] = ACTIONS(4101), - [anon_sym_else] = ACTIONS(4101), - [anon_sym_when] = ACTIONS(4101), - [anon_sym_try] = ACTIONS(4101), - [anon_sym_throw] = ACTIONS(4101), - [anon_sym_return] = ACTIONS(4101), - [anon_sym_continue] = ACTIONS(4101), - [anon_sym_break] = ACTIONS(4101), - [anon_sym_COLON_COLON] = ACTIONS(4103), - [anon_sym_BANG_EQ] = ACTIONS(4101), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4103), - [anon_sym_EQ_EQ] = ACTIONS(4101), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4103), - [anon_sym_LT_EQ] = ACTIONS(4103), - [anon_sym_GT_EQ] = ACTIONS(4103), - [anon_sym_BANGin] = ACTIONS(4103), - [anon_sym_is] = ACTIONS(4101), - [anon_sym_BANGis] = ACTIONS(4103), - [anon_sym_PLUS] = ACTIONS(4101), - [anon_sym_DASH] = ACTIONS(4101), - [anon_sym_SLASH] = ACTIONS(4101), - [anon_sym_PERCENT] = ACTIONS(4103), - [anon_sym_as_QMARK] = ACTIONS(4103), - [anon_sym_PLUS_PLUS] = ACTIONS(4103), - [anon_sym_DASH_DASH] = ACTIONS(4103), - [anon_sym_BANG] = ACTIONS(4101), - [anon_sym_BANG_BANG] = ACTIONS(4103), - [anon_sym_data] = ACTIONS(4101), - [anon_sym_inner] = ACTIONS(4101), - [anon_sym_expect] = ACTIONS(4101), - [anon_sym_actual] = ACTIONS(4101), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4103), - [anon_sym_continue_AT] = ACTIONS(4103), - [anon_sym_break_AT] = ACTIONS(4103), - [sym_real_literal] = ACTIONS(4103), - [sym_integer_literal] = ACTIONS(4101), - [sym_hex_literal] = ACTIONS(4103), - [sym_bin_literal] = ACTIONS(4103), - [anon_sym_true] = ACTIONS(4101), - [anon_sym_false] = ACTIONS(4101), - [anon_sym_SQUOTE] = ACTIONS(4103), - [sym__backtick_identifier] = ACTIONS(4103), - [sym__automatic_semicolon] = ACTIONS(4103), - [sym_safe_nav] = ACTIONS(4103), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4103), + [3492] = { + [sym__alpha_identifier] = ACTIONS(4497), + [anon_sym_AT] = ACTIONS(4499), + [anon_sym_LBRACK] = ACTIONS(4499), + [anon_sym_as] = ACTIONS(4497), + [anon_sym_EQ] = ACTIONS(4497), + [anon_sym_LBRACE] = ACTIONS(4499), + [anon_sym_RBRACE] = ACTIONS(4499), + [anon_sym_LPAREN] = ACTIONS(4499), + [anon_sym_COMMA] = ACTIONS(4499), + [anon_sym_LT] = ACTIONS(4497), + [anon_sym_GT] = ACTIONS(4497), + [anon_sym_where] = ACTIONS(4497), + [anon_sym_DOT] = ACTIONS(4497), + [anon_sym_SEMI] = ACTIONS(4499), + [anon_sym_get] = ACTIONS(4497), + [anon_sym_set] = ACTIONS(4497), + [anon_sym_STAR] = ACTIONS(4497), + [sym_label] = ACTIONS(4499), + [anon_sym_in] = ACTIONS(4497), + [anon_sym_DOT_DOT] = ACTIONS(4499), + [anon_sym_QMARK_COLON] = ACTIONS(4499), + [anon_sym_AMP_AMP] = ACTIONS(4499), + [anon_sym_PIPE_PIPE] = ACTIONS(4499), + [anon_sym_else] = ACTIONS(4497), + [anon_sym_catch] = ACTIONS(4497), + [anon_sym_finally] = ACTIONS(4497), + [anon_sym_COLON_COLON] = ACTIONS(4499), + [anon_sym_PLUS_EQ] = ACTIONS(4499), + [anon_sym_DASH_EQ] = ACTIONS(4499), + [anon_sym_STAR_EQ] = ACTIONS(4499), + [anon_sym_SLASH_EQ] = ACTIONS(4499), + [anon_sym_PERCENT_EQ] = ACTIONS(4499), + [anon_sym_BANG_EQ] = ACTIONS(4497), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4499), + [anon_sym_EQ_EQ] = ACTIONS(4497), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4499), + [anon_sym_LT_EQ] = ACTIONS(4499), + [anon_sym_GT_EQ] = ACTIONS(4499), + [anon_sym_BANGin] = ACTIONS(4499), + [anon_sym_is] = ACTIONS(4497), + [anon_sym_BANGis] = ACTIONS(4499), + [anon_sym_PLUS] = ACTIONS(4497), + [anon_sym_DASH] = ACTIONS(4497), + [anon_sym_SLASH] = ACTIONS(4497), + [anon_sym_PERCENT] = ACTIONS(4497), + [anon_sym_as_QMARK] = ACTIONS(4499), + [anon_sym_PLUS_PLUS] = ACTIONS(4499), + [anon_sym_DASH_DASH] = ACTIONS(4499), + [anon_sym_BANG_BANG] = ACTIONS(4499), + [anon_sym_suspend] = ACTIONS(4497), + [anon_sym_sealed] = ACTIONS(4497), + [anon_sym_annotation] = ACTIONS(4497), + [anon_sym_data] = ACTIONS(4497), + [anon_sym_inner] = ACTIONS(4497), + [anon_sym_override] = ACTIONS(4497), + [anon_sym_lateinit] = ACTIONS(4497), + [anon_sym_public] = ACTIONS(4497), + [anon_sym_private] = ACTIONS(4497), + [anon_sym_internal] = ACTIONS(4497), + [anon_sym_protected] = ACTIONS(4497), + [anon_sym_tailrec] = ACTIONS(4497), + [anon_sym_operator] = ACTIONS(4497), + [anon_sym_infix] = ACTIONS(4497), + [anon_sym_inline] = ACTIONS(4497), + [anon_sym_external] = ACTIONS(4497), + [sym_property_modifier] = ACTIONS(4497), + [anon_sym_abstract] = ACTIONS(4497), + [anon_sym_final] = ACTIONS(4497), + [anon_sym_open] = ACTIONS(4497), + [anon_sym_vararg] = ACTIONS(4497), + [anon_sym_noinline] = ACTIONS(4497), + [anon_sym_crossinline] = ACTIONS(4497), + [anon_sym_expect] = ACTIONS(4497), + [anon_sym_actual] = ACTIONS(4497), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4499), + [sym__automatic_semicolon] = ACTIONS(4499), + [sym_safe_nav] = ACTIONS(4499), + [sym_multiline_comment] = ACTIONS(3), }, - [3603] = { - [sym__alpha_identifier] = ACTIONS(4136), - [anon_sym_AT] = ACTIONS(4132), - [anon_sym_COLON] = ACTIONS(6336), - [anon_sym_LBRACK] = ACTIONS(4132), - [anon_sym_EQ] = ACTIONS(4132), - [anon_sym_LBRACE] = ACTIONS(4132), - [anon_sym_RBRACE] = ACTIONS(4132), - [anon_sym_LPAREN] = ACTIONS(4132), - [anon_sym_by] = ACTIONS(4136), - [anon_sym_where] = ACTIONS(4136), - [anon_sym_object] = ACTIONS(4136), - [anon_sym_fun] = ACTIONS(4136), - [anon_sym_SEMI] = ACTIONS(4132), - [anon_sym_get] = ACTIONS(4136), - [anon_sym_set] = ACTIONS(4136), - [anon_sym_this] = ACTIONS(4136), - [anon_sym_super] = ACTIONS(4136), - [anon_sym_STAR] = ACTIONS(4132), - [sym_label] = ACTIONS(4136), - [anon_sym_in] = ACTIONS(4136), - [anon_sym_null] = ACTIONS(4136), - [anon_sym_if] = ACTIONS(4136), - [anon_sym_else] = ACTIONS(4136), - [anon_sym_when] = ACTIONS(4136), - [anon_sym_try] = ACTIONS(4136), - [anon_sym_throw] = ACTIONS(4136), - [anon_sym_return] = ACTIONS(4136), - [anon_sym_continue] = ACTIONS(4136), - [anon_sym_break] = ACTIONS(4136), - [anon_sym_COLON_COLON] = ACTIONS(4132), - [anon_sym_BANGin] = ACTIONS(4132), - [anon_sym_is] = ACTIONS(4136), - [anon_sym_BANGis] = ACTIONS(4132), - [anon_sym_PLUS] = ACTIONS(4136), - [anon_sym_DASH] = ACTIONS(4136), - [anon_sym_PLUS_PLUS] = ACTIONS(4132), - [anon_sym_DASH_DASH] = ACTIONS(4132), - [anon_sym_BANG] = ACTIONS(4136), - [anon_sym_suspend] = ACTIONS(4136), - [anon_sym_sealed] = ACTIONS(4136), - [anon_sym_annotation] = ACTIONS(4136), - [anon_sym_data] = ACTIONS(4136), - [anon_sym_inner] = ACTIONS(4136), - [anon_sym_override] = ACTIONS(4136), - [anon_sym_lateinit] = ACTIONS(4136), - [anon_sym_public] = ACTIONS(4136), - [anon_sym_private] = ACTIONS(4136), - [anon_sym_internal] = ACTIONS(4136), - [anon_sym_protected] = ACTIONS(4136), - [anon_sym_tailrec] = ACTIONS(4136), - [anon_sym_operator] = ACTIONS(4136), - [anon_sym_infix] = ACTIONS(4136), - [anon_sym_inline] = ACTIONS(4136), - [anon_sym_external] = ACTIONS(4136), - [sym_property_modifier] = ACTIONS(4136), - [anon_sym_abstract] = ACTIONS(4136), - [anon_sym_final] = ACTIONS(4136), - [anon_sym_open] = ACTIONS(4136), - [anon_sym_vararg] = ACTIONS(4136), - [anon_sym_noinline] = ACTIONS(4136), - [anon_sym_crossinline] = ACTIONS(4136), - [anon_sym_expect] = ACTIONS(4136), - [anon_sym_actual] = ACTIONS(4136), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4132), - [anon_sym_continue_AT] = ACTIONS(4132), - [anon_sym_break_AT] = ACTIONS(4132), - [sym_real_literal] = ACTIONS(4132), - [sym_integer_literal] = ACTIONS(4136), - [sym_hex_literal] = ACTIONS(4132), - [sym_bin_literal] = ACTIONS(4132), - [anon_sym_true] = ACTIONS(4136), - [anon_sym_false] = ACTIONS(4136), - [anon_sym_SQUOTE] = ACTIONS(4132), - [sym__backtick_identifier] = ACTIONS(4132), - [sym__automatic_semicolon] = ACTIONS(4132), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4132), + [3493] = { + [sym__alpha_identifier] = ACTIONS(4519), + [anon_sym_AT] = ACTIONS(4521), + [anon_sym_LBRACK] = ACTIONS(4521), + [anon_sym_as] = ACTIONS(4519), + [anon_sym_EQ] = ACTIONS(4519), + [anon_sym_LBRACE] = ACTIONS(4521), + [anon_sym_RBRACE] = ACTIONS(4521), + [anon_sym_LPAREN] = ACTIONS(4521), + [anon_sym_COMMA] = ACTIONS(4521), + [anon_sym_LT] = ACTIONS(4519), + [anon_sym_GT] = ACTIONS(4519), + [anon_sym_where] = ACTIONS(4519), + [anon_sym_DOT] = ACTIONS(4519), + [anon_sym_SEMI] = ACTIONS(4521), + [anon_sym_get] = ACTIONS(4519), + [anon_sym_set] = ACTIONS(4519), + [anon_sym_STAR] = ACTIONS(4519), + [sym_label] = ACTIONS(4521), + [anon_sym_in] = ACTIONS(4519), + [anon_sym_DOT_DOT] = ACTIONS(4521), + [anon_sym_QMARK_COLON] = ACTIONS(4521), + [anon_sym_AMP_AMP] = ACTIONS(4521), + [anon_sym_PIPE_PIPE] = ACTIONS(4521), + [anon_sym_else] = ACTIONS(4519), + [anon_sym_catch] = ACTIONS(4519), + [anon_sym_finally] = ACTIONS(4519), + [anon_sym_COLON_COLON] = ACTIONS(4521), + [anon_sym_PLUS_EQ] = ACTIONS(4521), + [anon_sym_DASH_EQ] = ACTIONS(4521), + [anon_sym_STAR_EQ] = ACTIONS(4521), + [anon_sym_SLASH_EQ] = ACTIONS(4521), + [anon_sym_PERCENT_EQ] = ACTIONS(4521), + [anon_sym_BANG_EQ] = ACTIONS(4519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4521), + [anon_sym_EQ_EQ] = ACTIONS(4519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4521), + [anon_sym_LT_EQ] = ACTIONS(4521), + [anon_sym_GT_EQ] = ACTIONS(4521), + [anon_sym_BANGin] = ACTIONS(4521), + [anon_sym_is] = ACTIONS(4519), + [anon_sym_BANGis] = ACTIONS(4521), + [anon_sym_PLUS] = ACTIONS(4519), + [anon_sym_DASH] = ACTIONS(4519), + [anon_sym_SLASH] = ACTIONS(4519), + [anon_sym_PERCENT] = ACTIONS(4519), + [anon_sym_as_QMARK] = ACTIONS(4521), + [anon_sym_PLUS_PLUS] = ACTIONS(4521), + [anon_sym_DASH_DASH] = ACTIONS(4521), + [anon_sym_BANG_BANG] = ACTIONS(4521), + [anon_sym_suspend] = ACTIONS(4519), + [anon_sym_sealed] = ACTIONS(4519), + [anon_sym_annotation] = ACTIONS(4519), + [anon_sym_data] = ACTIONS(4519), + [anon_sym_inner] = ACTIONS(4519), + [anon_sym_override] = ACTIONS(4519), + [anon_sym_lateinit] = ACTIONS(4519), + [anon_sym_public] = ACTIONS(4519), + [anon_sym_private] = ACTIONS(4519), + [anon_sym_internal] = ACTIONS(4519), + [anon_sym_protected] = ACTIONS(4519), + [anon_sym_tailrec] = ACTIONS(4519), + [anon_sym_operator] = ACTIONS(4519), + [anon_sym_infix] = ACTIONS(4519), + [anon_sym_inline] = ACTIONS(4519), + [anon_sym_external] = ACTIONS(4519), + [sym_property_modifier] = ACTIONS(4519), + [anon_sym_abstract] = ACTIONS(4519), + [anon_sym_final] = ACTIONS(4519), + [anon_sym_open] = ACTIONS(4519), + [anon_sym_vararg] = ACTIONS(4519), + [anon_sym_noinline] = ACTIONS(4519), + [anon_sym_crossinline] = ACTIONS(4519), + [anon_sym_expect] = ACTIONS(4519), + [anon_sym_actual] = ACTIONS(4519), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4521), + [sym__automatic_semicolon] = ACTIONS(4521), + [sym_safe_nav] = ACTIONS(4521), + [sym_multiline_comment] = ACTIONS(3), }, - [3604] = { - [sym_class_body] = STATE(3757), - [sym__alpha_identifier] = ACTIONS(4635), - [anon_sym_AT] = ACTIONS(4637), - [anon_sym_LBRACK] = ACTIONS(4637), - [anon_sym_as] = ACTIONS(4635), - [anon_sym_EQ] = ACTIONS(4635), - [anon_sym_LBRACE] = ACTIONS(5421), - [anon_sym_RBRACE] = ACTIONS(4637), - [anon_sym_LPAREN] = ACTIONS(4637), - [anon_sym_COMMA] = ACTIONS(4637), - [anon_sym_LT] = ACTIONS(4635), - [anon_sym_GT] = ACTIONS(4635), - [anon_sym_where] = ACTIONS(4635), - [anon_sym_DOT] = ACTIONS(4635), - [anon_sym_SEMI] = ACTIONS(4637), - [anon_sym_get] = ACTIONS(4635), - [anon_sym_set] = ACTIONS(4635), - [anon_sym_STAR] = ACTIONS(4635), - [sym_label] = ACTIONS(4637), - [anon_sym_in] = ACTIONS(4635), - [anon_sym_DOT_DOT] = ACTIONS(4637), - [anon_sym_QMARK_COLON] = ACTIONS(4637), - [anon_sym_AMP_AMP] = ACTIONS(4637), - [anon_sym_PIPE_PIPE] = ACTIONS(4637), - [anon_sym_else] = ACTIONS(4635), - [anon_sym_COLON_COLON] = ACTIONS(4637), - [anon_sym_PLUS_EQ] = ACTIONS(4637), - [anon_sym_DASH_EQ] = ACTIONS(4637), - [anon_sym_STAR_EQ] = ACTIONS(4637), - [anon_sym_SLASH_EQ] = ACTIONS(4637), - [anon_sym_PERCENT_EQ] = ACTIONS(4637), - [anon_sym_BANG_EQ] = ACTIONS(4635), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4637), - [anon_sym_EQ_EQ] = ACTIONS(4635), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4637), - [anon_sym_LT_EQ] = ACTIONS(4637), - [anon_sym_GT_EQ] = ACTIONS(4637), - [anon_sym_BANGin] = ACTIONS(4637), - [anon_sym_is] = ACTIONS(4635), - [anon_sym_BANGis] = ACTIONS(4637), - [anon_sym_PLUS] = ACTIONS(4635), - [anon_sym_DASH] = ACTIONS(4635), - [anon_sym_SLASH] = ACTIONS(4635), - [anon_sym_PERCENT] = ACTIONS(4635), - [anon_sym_as_QMARK] = ACTIONS(4637), - [anon_sym_PLUS_PLUS] = ACTIONS(4637), - [anon_sym_DASH_DASH] = ACTIONS(4637), - [anon_sym_BANG_BANG] = ACTIONS(4637), - [anon_sym_suspend] = ACTIONS(4635), - [anon_sym_sealed] = ACTIONS(4635), - [anon_sym_annotation] = ACTIONS(4635), - [anon_sym_data] = ACTIONS(4635), - [anon_sym_inner] = ACTIONS(4635), - [anon_sym_override] = ACTIONS(4635), - [anon_sym_lateinit] = ACTIONS(4635), - [anon_sym_public] = ACTIONS(4635), - [anon_sym_private] = ACTIONS(4635), - [anon_sym_internal] = ACTIONS(4635), - [anon_sym_protected] = ACTIONS(4635), - [anon_sym_tailrec] = ACTIONS(4635), - [anon_sym_operator] = ACTIONS(4635), - [anon_sym_infix] = ACTIONS(4635), - [anon_sym_inline] = ACTIONS(4635), - [anon_sym_external] = ACTIONS(4635), - [sym_property_modifier] = ACTIONS(4635), - [anon_sym_abstract] = ACTIONS(4635), - [anon_sym_final] = ACTIONS(4635), - [anon_sym_open] = ACTIONS(4635), - [anon_sym_vararg] = ACTIONS(4635), - [anon_sym_noinline] = ACTIONS(4635), - [anon_sym_crossinline] = ACTIONS(4635), - [anon_sym_expect] = ACTIONS(4635), - [anon_sym_actual] = ACTIONS(4635), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4637), - [sym__automatic_semicolon] = ACTIONS(4637), - [sym_safe_nav] = ACTIONS(4637), + [3494] = { + [sym__alpha_identifier] = ACTIONS(4396), + [anon_sym_AT] = ACTIONS(4398), + [anon_sym_COLON] = ACTIONS(4396), + [anon_sym_LBRACK] = ACTIONS(4398), + [anon_sym_as] = ACTIONS(4396), + [anon_sym_EQ] = ACTIONS(4396), + [anon_sym_constructor] = ACTIONS(4396), + [anon_sym_LBRACE] = ACTIONS(4398), + [anon_sym_RBRACE] = ACTIONS(4398), + [anon_sym_LPAREN] = ACTIONS(4398), + [anon_sym_COMMA] = ACTIONS(4398), + [anon_sym_LT] = ACTIONS(4396), + [anon_sym_GT] = ACTIONS(4396), + [anon_sym_where] = ACTIONS(4396), + [anon_sym_DOT] = ACTIONS(4396), + [anon_sym_SEMI] = ACTIONS(4398), + [anon_sym_get] = ACTIONS(4396), + [anon_sym_set] = ACTIONS(4396), + [anon_sym_STAR] = ACTIONS(4396), + [sym_label] = ACTIONS(4398), + [anon_sym_in] = ACTIONS(4396), + [anon_sym_DOT_DOT] = ACTIONS(4398), + [anon_sym_QMARK_COLON] = ACTIONS(4398), + [anon_sym_AMP_AMP] = ACTIONS(4398), + [anon_sym_PIPE_PIPE] = ACTIONS(4398), + [anon_sym_else] = ACTIONS(4396), + [anon_sym_COLON_COLON] = ACTIONS(4398), + [anon_sym_PLUS_EQ] = ACTIONS(4398), + [anon_sym_DASH_EQ] = ACTIONS(4398), + [anon_sym_STAR_EQ] = ACTIONS(4398), + [anon_sym_SLASH_EQ] = ACTIONS(4398), + [anon_sym_PERCENT_EQ] = ACTIONS(4398), + [anon_sym_BANG_EQ] = ACTIONS(4396), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4398), + [anon_sym_EQ_EQ] = ACTIONS(4396), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4398), + [anon_sym_LT_EQ] = ACTIONS(4398), + [anon_sym_GT_EQ] = ACTIONS(4398), + [anon_sym_BANGin] = ACTIONS(4398), + [anon_sym_is] = ACTIONS(4396), + [anon_sym_BANGis] = ACTIONS(4398), + [anon_sym_PLUS] = ACTIONS(4396), + [anon_sym_DASH] = ACTIONS(4396), + [anon_sym_SLASH] = ACTIONS(4396), + [anon_sym_PERCENT] = ACTIONS(4396), + [anon_sym_as_QMARK] = ACTIONS(4398), + [anon_sym_PLUS_PLUS] = ACTIONS(4398), + [anon_sym_DASH_DASH] = ACTIONS(4398), + [anon_sym_BANG_BANG] = ACTIONS(4398), + [anon_sym_suspend] = ACTIONS(4396), + [anon_sym_sealed] = ACTIONS(4396), + [anon_sym_annotation] = ACTIONS(4396), + [anon_sym_data] = ACTIONS(4396), + [anon_sym_inner] = ACTIONS(4396), + [anon_sym_override] = ACTIONS(4396), + [anon_sym_lateinit] = ACTIONS(4396), + [anon_sym_public] = ACTIONS(4396), + [anon_sym_private] = ACTIONS(4396), + [anon_sym_internal] = ACTIONS(4396), + [anon_sym_protected] = ACTIONS(4396), + [anon_sym_tailrec] = ACTIONS(4396), + [anon_sym_operator] = ACTIONS(4396), + [anon_sym_infix] = ACTIONS(4396), + [anon_sym_inline] = ACTIONS(4396), + [anon_sym_external] = ACTIONS(4396), + [sym_property_modifier] = ACTIONS(4396), + [anon_sym_abstract] = ACTIONS(4396), + [anon_sym_final] = ACTIONS(4396), + [anon_sym_open] = ACTIONS(4396), + [anon_sym_vararg] = ACTIONS(4396), + [anon_sym_noinline] = ACTIONS(4396), + [anon_sym_crossinline] = ACTIONS(4396), + [anon_sym_expect] = ACTIONS(4396), + [anon_sym_actual] = ACTIONS(4396), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4398), + [sym__automatic_semicolon] = ACTIONS(4398), + [sym_safe_nav] = ACTIONS(4398), [sym_multiline_comment] = ACTIONS(3), }, - [3605] = { - [sym_enum_class_body] = STATE(3835), - [sym__alpha_identifier] = ACTIONS(3204), - [anon_sym_AT] = ACTIONS(3208), - [anon_sym_LBRACK] = ACTIONS(3208), - [anon_sym_as] = ACTIONS(3204), - [anon_sym_EQ] = ACTIONS(3204), - [anon_sym_LBRACE] = ACTIONS(5359), - [anon_sym_RBRACE] = ACTIONS(3208), - [anon_sym_LPAREN] = ACTIONS(3208), - [anon_sym_COMMA] = ACTIONS(3208), - [anon_sym_LT] = ACTIONS(3204), - [anon_sym_GT] = ACTIONS(3204), - [anon_sym_where] = ACTIONS(3204), - [anon_sym_DOT] = ACTIONS(3204), - [anon_sym_SEMI] = ACTIONS(3208), - [anon_sym_get] = ACTIONS(3204), - [anon_sym_set] = ACTIONS(3204), - [anon_sym_STAR] = ACTIONS(3204), - [sym_label] = ACTIONS(3208), - [anon_sym_in] = ACTIONS(3204), - [anon_sym_DOT_DOT] = ACTIONS(3208), - [anon_sym_QMARK_COLON] = ACTIONS(3208), - [anon_sym_AMP_AMP] = ACTIONS(3208), - [anon_sym_PIPE_PIPE] = ACTIONS(3208), - [anon_sym_else] = ACTIONS(3204), - [anon_sym_COLON_COLON] = ACTIONS(3208), - [anon_sym_PLUS_EQ] = ACTIONS(3208), - [anon_sym_DASH_EQ] = ACTIONS(3208), - [anon_sym_STAR_EQ] = ACTIONS(3208), - [anon_sym_SLASH_EQ] = ACTIONS(3208), - [anon_sym_PERCENT_EQ] = ACTIONS(3208), - [anon_sym_BANG_EQ] = ACTIONS(3204), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3208), - [anon_sym_EQ_EQ] = ACTIONS(3204), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3208), - [anon_sym_LT_EQ] = ACTIONS(3208), - [anon_sym_GT_EQ] = ACTIONS(3208), - [anon_sym_BANGin] = ACTIONS(3208), - [anon_sym_is] = ACTIONS(3204), - [anon_sym_BANGis] = ACTIONS(3208), - [anon_sym_PLUS] = ACTIONS(3204), - [anon_sym_DASH] = ACTIONS(3204), - [anon_sym_SLASH] = ACTIONS(3204), - [anon_sym_PERCENT] = ACTIONS(3204), - [anon_sym_as_QMARK] = ACTIONS(3208), - [anon_sym_PLUS_PLUS] = ACTIONS(3208), - [anon_sym_DASH_DASH] = ACTIONS(3208), - [anon_sym_BANG_BANG] = ACTIONS(3208), - [anon_sym_suspend] = ACTIONS(3204), - [anon_sym_sealed] = ACTIONS(3204), - [anon_sym_annotation] = ACTIONS(3204), - [anon_sym_data] = ACTIONS(3204), - [anon_sym_inner] = ACTIONS(3204), - [anon_sym_override] = ACTIONS(3204), - [anon_sym_lateinit] = ACTIONS(3204), - [anon_sym_public] = ACTIONS(3204), - [anon_sym_private] = ACTIONS(3204), - [anon_sym_internal] = ACTIONS(3204), - [anon_sym_protected] = ACTIONS(3204), - [anon_sym_tailrec] = ACTIONS(3204), - [anon_sym_operator] = ACTIONS(3204), - [anon_sym_infix] = ACTIONS(3204), - [anon_sym_inline] = ACTIONS(3204), - [anon_sym_external] = ACTIONS(3204), - [sym_property_modifier] = ACTIONS(3204), - [anon_sym_abstract] = ACTIONS(3204), - [anon_sym_final] = ACTIONS(3204), - [anon_sym_open] = ACTIONS(3204), - [anon_sym_vararg] = ACTIONS(3204), - [anon_sym_noinline] = ACTIONS(3204), - [anon_sym_crossinline] = ACTIONS(3204), - [anon_sym_expect] = ACTIONS(3204), - [anon_sym_actual] = ACTIONS(3204), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3208), - [sym__automatic_semicolon] = ACTIONS(3208), - [sym_safe_nav] = ACTIONS(3208), + [3495] = { + [sym_type_constraints] = STATE(3552), + [sym_enum_class_body] = STATE(3687), + [sym__alpha_identifier] = ACTIONS(4392), + [anon_sym_AT] = ACTIONS(4394), + [anon_sym_LBRACK] = ACTIONS(4394), + [anon_sym_as] = ACTIONS(4392), + [anon_sym_EQ] = ACTIONS(4392), + [anon_sym_LBRACE] = ACTIONS(5415), + [anon_sym_RBRACE] = ACTIONS(4394), + [anon_sym_LPAREN] = ACTIONS(4394), + [anon_sym_COMMA] = ACTIONS(4394), + [anon_sym_LT] = ACTIONS(4392), + [anon_sym_GT] = ACTIONS(4392), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(4392), + [anon_sym_SEMI] = ACTIONS(4394), + [anon_sym_get] = ACTIONS(4392), + [anon_sym_set] = ACTIONS(4392), + [anon_sym_STAR] = ACTIONS(4392), + [sym_label] = ACTIONS(4394), + [anon_sym_in] = ACTIONS(4392), + [anon_sym_DOT_DOT] = ACTIONS(4394), + [anon_sym_QMARK_COLON] = ACTIONS(4394), + [anon_sym_AMP_AMP] = ACTIONS(4394), + [anon_sym_PIPE_PIPE] = ACTIONS(4394), + [anon_sym_else] = ACTIONS(4392), + [anon_sym_COLON_COLON] = ACTIONS(4394), + [anon_sym_PLUS_EQ] = ACTIONS(4394), + [anon_sym_DASH_EQ] = ACTIONS(4394), + [anon_sym_STAR_EQ] = ACTIONS(4394), + [anon_sym_SLASH_EQ] = ACTIONS(4394), + [anon_sym_PERCENT_EQ] = ACTIONS(4394), + [anon_sym_BANG_EQ] = ACTIONS(4392), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4394), + [anon_sym_EQ_EQ] = ACTIONS(4392), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4394), + [anon_sym_LT_EQ] = ACTIONS(4394), + [anon_sym_GT_EQ] = ACTIONS(4394), + [anon_sym_BANGin] = ACTIONS(4394), + [anon_sym_is] = ACTIONS(4392), + [anon_sym_BANGis] = ACTIONS(4394), + [anon_sym_PLUS] = ACTIONS(4392), + [anon_sym_DASH] = ACTIONS(4392), + [anon_sym_SLASH] = ACTIONS(4392), + [anon_sym_PERCENT] = ACTIONS(4392), + [anon_sym_as_QMARK] = ACTIONS(4394), + [anon_sym_PLUS_PLUS] = ACTIONS(4394), + [anon_sym_DASH_DASH] = ACTIONS(4394), + [anon_sym_BANG_BANG] = ACTIONS(4394), + [anon_sym_suspend] = ACTIONS(4392), + [anon_sym_sealed] = ACTIONS(4392), + [anon_sym_annotation] = ACTIONS(4392), + [anon_sym_data] = ACTIONS(4392), + [anon_sym_inner] = ACTIONS(4392), + [anon_sym_override] = ACTIONS(4392), + [anon_sym_lateinit] = ACTIONS(4392), + [anon_sym_public] = ACTIONS(4392), + [anon_sym_private] = ACTIONS(4392), + [anon_sym_internal] = ACTIONS(4392), + [anon_sym_protected] = ACTIONS(4392), + [anon_sym_tailrec] = ACTIONS(4392), + [anon_sym_operator] = ACTIONS(4392), + [anon_sym_infix] = ACTIONS(4392), + [anon_sym_inline] = ACTIONS(4392), + [anon_sym_external] = ACTIONS(4392), + [sym_property_modifier] = ACTIONS(4392), + [anon_sym_abstract] = ACTIONS(4392), + [anon_sym_final] = ACTIONS(4392), + [anon_sym_open] = ACTIONS(4392), + [anon_sym_vararg] = ACTIONS(4392), + [anon_sym_noinline] = ACTIONS(4392), + [anon_sym_crossinline] = ACTIONS(4392), + [anon_sym_expect] = ACTIONS(4392), + [anon_sym_actual] = ACTIONS(4392), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4394), + [sym__automatic_semicolon] = ACTIONS(4394), + [sym_safe_nav] = ACTIONS(4394), [sym_multiline_comment] = ACTIONS(3), }, - [3606] = { - [sym__alpha_identifier] = ACTIONS(4655), - [anon_sym_AT] = ACTIONS(4657), - [anon_sym_LBRACK] = ACTIONS(4657), - [anon_sym_as] = ACTIONS(4655), - [anon_sym_EQ] = ACTIONS(4655), - [anon_sym_LBRACE] = ACTIONS(4657), - [anon_sym_RBRACE] = ACTIONS(4657), - [anon_sym_LPAREN] = ACTIONS(4657), - [anon_sym_COMMA] = ACTIONS(4657), - [anon_sym_by] = ACTIONS(4655), - [anon_sym_LT] = ACTIONS(4655), - [anon_sym_GT] = ACTIONS(4655), - [anon_sym_where] = ACTIONS(4655), - [anon_sym_DOT] = ACTIONS(4655), - [anon_sym_SEMI] = ACTIONS(4657), - [anon_sym_get] = ACTIONS(4655), - [anon_sym_set] = ACTIONS(4655), - [anon_sym_STAR] = ACTIONS(4655), - [sym_label] = ACTIONS(4657), - [anon_sym_in] = ACTIONS(4655), - [anon_sym_DOT_DOT] = ACTIONS(4657), - [anon_sym_QMARK_COLON] = ACTIONS(4657), - [anon_sym_AMP_AMP] = ACTIONS(4657), - [anon_sym_PIPE_PIPE] = ACTIONS(4657), - [anon_sym_else] = ACTIONS(4655), - [anon_sym_COLON_COLON] = ACTIONS(4657), - [anon_sym_PLUS_EQ] = ACTIONS(4657), - [anon_sym_DASH_EQ] = ACTIONS(4657), - [anon_sym_STAR_EQ] = ACTIONS(4657), - [anon_sym_SLASH_EQ] = ACTIONS(4657), - [anon_sym_PERCENT_EQ] = ACTIONS(4657), - [anon_sym_BANG_EQ] = ACTIONS(4655), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4657), - [anon_sym_EQ_EQ] = ACTIONS(4655), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4657), - [anon_sym_LT_EQ] = ACTIONS(4657), - [anon_sym_GT_EQ] = ACTIONS(4657), - [anon_sym_BANGin] = ACTIONS(4657), - [anon_sym_is] = ACTIONS(4655), - [anon_sym_BANGis] = ACTIONS(4657), - [anon_sym_PLUS] = ACTIONS(4655), - [anon_sym_DASH] = ACTIONS(4655), - [anon_sym_SLASH] = ACTIONS(4655), - [anon_sym_PERCENT] = ACTIONS(4655), - [anon_sym_as_QMARK] = ACTIONS(4657), - [anon_sym_PLUS_PLUS] = ACTIONS(4657), - [anon_sym_DASH_DASH] = ACTIONS(4657), - [anon_sym_BANG_BANG] = ACTIONS(4657), - [anon_sym_suspend] = ACTIONS(4655), - [anon_sym_sealed] = ACTIONS(4655), - [anon_sym_annotation] = ACTIONS(4655), - [anon_sym_data] = ACTIONS(4655), - [anon_sym_inner] = ACTIONS(4655), - [anon_sym_override] = ACTIONS(4655), - [anon_sym_lateinit] = ACTIONS(4655), - [anon_sym_public] = ACTIONS(4655), - [anon_sym_private] = ACTIONS(4655), - [anon_sym_internal] = ACTIONS(4655), - [anon_sym_protected] = ACTIONS(4655), - [anon_sym_tailrec] = ACTIONS(4655), - [anon_sym_operator] = ACTIONS(4655), - [anon_sym_infix] = ACTIONS(4655), - [anon_sym_inline] = ACTIONS(4655), - [anon_sym_external] = ACTIONS(4655), - [sym_property_modifier] = ACTIONS(4655), - [anon_sym_abstract] = ACTIONS(4655), - [anon_sym_final] = ACTIONS(4655), - [anon_sym_open] = ACTIONS(4655), - [anon_sym_vararg] = ACTIONS(4655), - [anon_sym_noinline] = ACTIONS(4655), - [anon_sym_crossinline] = ACTIONS(4655), - [anon_sym_expect] = ACTIONS(4655), - [anon_sym_actual] = ACTIONS(4655), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4657), - [sym__automatic_semicolon] = ACTIONS(4657), - [sym_safe_nav] = ACTIONS(4657), + [3496] = { + [sym__alpha_identifier] = ACTIONS(4507), + [anon_sym_AT] = ACTIONS(4509), + [anon_sym_LBRACK] = ACTIONS(4509), + [anon_sym_as] = ACTIONS(4507), + [anon_sym_EQ] = ACTIONS(4507), + [anon_sym_LBRACE] = ACTIONS(4509), + [anon_sym_RBRACE] = ACTIONS(4509), + [anon_sym_LPAREN] = ACTIONS(4509), + [anon_sym_COMMA] = ACTIONS(4509), + [anon_sym_LT] = ACTIONS(4507), + [anon_sym_GT] = ACTIONS(4507), + [anon_sym_where] = ACTIONS(4507), + [anon_sym_DOT] = ACTIONS(4507), + [anon_sym_SEMI] = ACTIONS(4509), + [anon_sym_get] = ACTIONS(4507), + [anon_sym_set] = ACTIONS(4507), + [anon_sym_STAR] = ACTIONS(4507), + [sym_label] = ACTIONS(4509), + [anon_sym_in] = ACTIONS(4507), + [anon_sym_DOT_DOT] = ACTIONS(4509), + [anon_sym_QMARK_COLON] = ACTIONS(4509), + [anon_sym_AMP_AMP] = ACTIONS(4509), + [anon_sym_PIPE_PIPE] = ACTIONS(4509), + [anon_sym_else] = ACTIONS(4507), + [anon_sym_catch] = ACTIONS(4507), + [anon_sym_finally] = ACTIONS(4507), + [anon_sym_COLON_COLON] = ACTIONS(4509), + [anon_sym_PLUS_EQ] = ACTIONS(4509), + [anon_sym_DASH_EQ] = ACTIONS(4509), + [anon_sym_STAR_EQ] = ACTIONS(4509), + [anon_sym_SLASH_EQ] = ACTIONS(4509), + [anon_sym_PERCENT_EQ] = ACTIONS(4509), + [anon_sym_BANG_EQ] = ACTIONS(4507), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4509), + [anon_sym_EQ_EQ] = ACTIONS(4507), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4509), + [anon_sym_LT_EQ] = ACTIONS(4509), + [anon_sym_GT_EQ] = ACTIONS(4509), + [anon_sym_BANGin] = ACTIONS(4509), + [anon_sym_is] = ACTIONS(4507), + [anon_sym_BANGis] = ACTIONS(4509), + [anon_sym_PLUS] = ACTIONS(4507), + [anon_sym_DASH] = ACTIONS(4507), + [anon_sym_SLASH] = ACTIONS(4507), + [anon_sym_PERCENT] = ACTIONS(4507), + [anon_sym_as_QMARK] = ACTIONS(4509), + [anon_sym_PLUS_PLUS] = ACTIONS(4509), + [anon_sym_DASH_DASH] = ACTIONS(4509), + [anon_sym_BANG_BANG] = ACTIONS(4509), + [anon_sym_suspend] = ACTIONS(4507), + [anon_sym_sealed] = ACTIONS(4507), + [anon_sym_annotation] = ACTIONS(4507), + [anon_sym_data] = ACTIONS(4507), + [anon_sym_inner] = ACTIONS(4507), + [anon_sym_override] = ACTIONS(4507), + [anon_sym_lateinit] = ACTIONS(4507), + [anon_sym_public] = ACTIONS(4507), + [anon_sym_private] = ACTIONS(4507), + [anon_sym_internal] = ACTIONS(4507), + [anon_sym_protected] = ACTIONS(4507), + [anon_sym_tailrec] = ACTIONS(4507), + [anon_sym_operator] = ACTIONS(4507), + [anon_sym_infix] = ACTIONS(4507), + [anon_sym_inline] = ACTIONS(4507), + [anon_sym_external] = ACTIONS(4507), + [sym_property_modifier] = ACTIONS(4507), + [anon_sym_abstract] = ACTIONS(4507), + [anon_sym_final] = ACTIONS(4507), + [anon_sym_open] = ACTIONS(4507), + [anon_sym_vararg] = ACTIONS(4507), + [anon_sym_noinline] = ACTIONS(4507), + [anon_sym_crossinline] = ACTIONS(4507), + [anon_sym_expect] = ACTIONS(4507), + [anon_sym_actual] = ACTIONS(4507), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4509), + [sym__automatic_semicolon] = ACTIONS(4509), + [sym_safe_nav] = ACTIONS(4509), [sym_multiline_comment] = ACTIONS(3), }, - [3607] = { - [sym_class_body] = STATE(3820), - [sym__alpha_identifier] = ACTIONS(4197), - [anon_sym_AT] = ACTIONS(4199), - [anon_sym_LBRACK] = ACTIONS(4199), - [anon_sym_as] = ACTIONS(4197), - [anon_sym_EQ] = ACTIONS(4197), - [anon_sym_LBRACE] = ACTIONS(5421), - [anon_sym_RBRACE] = ACTIONS(4199), - [anon_sym_LPAREN] = ACTIONS(4199), - [anon_sym_COMMA] = ACTIONS(4199), - [anon_sym_LT] = ACTIONS(4197), - [anon_sym_GT] = ACTIONS(4197), - [anon_sym_where] = ACTIONS(4197), - [anon_sym_DOT] = ACTIONS(4197), - [anon_sym_SEMI] = ACTIONS(4199), - [anon_sym_get] = ACTIONS(4197), - [anon_sym_set] = ACTIONS(4197), - [anon_sym_STAR] = ACTIONS(4197), - [sym_label] = ACTIONS(4199), - [anon_sym_in] = ACTIONS(4197), - [anon_sym_DOT_DOT] = ACTIONS(4199), - [anon_sym_QMARK_COLON] = ACTIONS(4199), - [anon_sym_AMP_AMP] = ACTIONS(4199), - [anon_sym_PIPE_PIPE] = ACTIONS(4199), - [anon_sym_else] = ACTIONS(4197), - [anon_sym_COLON_COLON] = ACTIONS(4199), - [anon_sym_PLUS_EQ] = ACTIONS(4199), - [anon_sym_DASH_EQ] = ACTIONS(4199), - [anon_sym_STAR_EQ] = ACTIONS(4199), - [anon_sym_SLASH_EQ] = ACTIONS(4199), - [anon_sym_PERCENT_EQ] = ACTIONS(4199), - [anon_sym_BANG_EQ] = ACTIONS(4197), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4199), - [anon_sym_EQ_EQ] = ACTIONS(4197), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4199), - [anon_sym_LT_EQ] = ACTIONS(4199), - [anon_sym_GT_EQ] = ACTIONS(4199), - [anon_sym_BANGin] = ACTIONS(4199), - [anon_sym_is] = ACTIONS(4197), - [anon_sym_BANGis] = ACTIONS(4199), - [anon_sym_PLUS] = ACTIONS(4197), - [anon_sym_DASH] = ACTIONS(4197), - [anon_sym_SLASH] = ACTIONS(4197), - [anon_sym_PERCENT] = ACTIONS(4197), - [anon_sym_as_QMARK] = ACTIONS(4199), - [anon_sym_PLUS_PLUS] = ACTIONS(4199), - [anon_sym_DASH_DASH] = ACTIONS(4199), - [anon_sym_BANG_BANG] = ACTIONS(4199), - [anon_sym_suspend] = ACTIONS(4197), - [anon_sym_sealed] = ACTIONS(4197), - [anon_sym_annotation] = ACTIONS(4197), - [anon_sym_data] = ACTIONS(4197), - [anon_sym_inner] = ACTIONS(4197), - [anon_sym_override] = ACTIONS(4197), - [anon_sym_lateinit] = ACTIONS(4197), - [anon_sym_public] = ACTIONS(4197), - [anon_sym_private] = ACTIONS(4197), - [anon_sym_internal] = ACTIONS(4197), - [anon_sym_protected] = ACTIONS(4197), - [anon_sym_tailrec] = ACTIONS(4197), - [anon_sym_operator] = ACTIONS(4197), - [anon_sym_infix] = ACTIONS(4197), - [anon_sym_inline] = ACTIONS(4197), - [anon_sym_external] = ACTIONS(4197), - [sym_property_modifier] = ACTIONS(4197), - [anon_sym_abstract] = ACTIONS(4197), - [anon_sym_final] = ACTIONS(4197), - [anon_sym_open] = ACTIONS(4197), - [anon_sym_vararg] = ACTIONS(4197), - [anon_sym_noinline] = ACTIONS(4197), - [anon_sym_crossinline] = ACTIONS(4197), - [anon_sym_expect] = ACTIONS(4197), - [anon_sym_actual] = ACTIONS(4197), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4199), - [sym__automatic_semicolon] = ACTIONS(4199), - [sym_safe_nav] = ACTIONS(4199), + [3497] = { + [sym__alpha_identifier] = ACTIONS(4511), + [anon_sym_AT] = ACTIONS(4513), + [anon_sym_LBRACK] = ACTIONS(4513), + [anon_sym_as] = ACTIONS(4511), + [anon_sym_EQ] = ACTIONS(4511), + [anon_sym_LBRACE] = ACTIONS(4513), + [anon_sym_RBRACE] = ACTIONS(4513), + [anon_sym_LPAREN] = ACTIONS(4513), + [anon_sym_COMMA] = ACTIONS(4513), + [anon_sym_LT] = ACTIONS(4511), + [anon_sym_GT] = ACTIONS(4511), + [anon_sym_where] = ACTIONS(4511), + [anon_sym_DOT] = ACTIONS(4511), + [anon_sym_SEMI] = ACTIONS(4513), + [anon_sym_get] = ACTIONS(4511), + [anon_sym_set] = ACTIONS(4511), + [anon_sym_STAR] = ACTIONS(4511), + [sym_label] = ACTIONS(4513), + [anon_sym_in] = ACTIONS(4511), + [anon_sym_DOT_DOT] = ACTIONS(4513), + [anon_sym_QMARK_COLON] = ACTIONS(4513), + [anon_sym_AMP_AMP] = ACTIONS(4513), + [anon_sym_PIPE_PIPE] = ACTIONS(4513), + [anon_sym_else] = ACTIONS(4511), + [anon_sym_catch] = ACTIONS(4511), + [anon_sym_finally] = ACTIONS(4511), + [anon_sym_COLON_COLON] = ACTIONS(4513), + [anon_sym_PLUS_EQ] = ACTIONS(4513), + [anon_sym_DASH_EQ] = ACTIONS(4513), + [anon_sym_STAR_EQ] = ACTIONS(4513), + [anon_sym_SLASH_EQ] = ACTIONS(4513), + [anon_sym_PERCENT_EQ] = ACTIONS(4513), + [anon_sym_BANG_EQ] = ACTIONS(4511), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4513), + [anon_sym_EQ_EQ] = ACTIONS(4511), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4513), + [anon_sym_LT_EQ] = ACTIONS(4513), + [anon_sym_GT_EQ] = ACTIONS(4513), + [anon_sym_BANGin] = ACTIONS(4513), + [anon_sym_is] = ACTIONS(4511), + [anon_sym_BANGis] = ACTIONS(4513), + [anon_sym_PLUS] = ACTIONS(4511), + [anon_sym_DASH] = ACTIONS(4511), + [anon_sym_SLASH] = ACTIONS(4511), + [anon_sym_PERCENT] = ACTIONS(4511), + [anon_sym_as_QMARK] = ACTIONS(4513), + [anon_sym_PLUS_PLUS] = ACTIONS(4513), + [anon_sym_DASH_DASH] = ACTIONS(4513), + [anon_sym_BANG_BANG] = ACTIONS(4513), + [anon_sym_suspend] = ACTIONS(4511), + [anon_sym_sealed] = ACTIONS(4511), + [anon_sym_annotation] = ACTIONS(4511), + [anon_sym_data] = ACTIONS(4511), + [anon_sym_inner] = ACTIONS(4511), + [anon_sym_override] = ACTIONS(4511), + [anon_sym_lateinit] = ACTIONS(4511), + [anon_sym_public] = ACTIONS(4511), + [anon_sym_private] = ACTIONS(4511), + [anon_sym_internal] = ACTIONS(4511), + [anon_sym_protected] = ACTIONS(4511), + [anon_sym_tailrec] = ACTIONS(4511), + [anon_sym_operator] = ACTIONS(4511), + [anon_sym_infix] = ACTIONS(4511), + [anon_sym_inline] = ACTIONS(4511), + [anon_sym_external] = ACTIONS(4511), + [sym_property_modifier] = ACTIONS(4511), + [anon_sym_abstract] = ACTIONS(4511), + [anon_sym_final] = ACTIONS(4511), + [anon_sym_open] = ACTIONS(4511), + [anon_sym_vararg] = ACTIONS(4511), + [anon_sym_noinline] = ACTIONS(4511), + [anon_sym_crossinline] = ACTIONS(4511), + [anon_sym_expect] = ACTIONS(4511), + [anon_sym_actual] = ACTIONS(4511), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4513), + [sym__automatic_semicolon] = ACTIONS(4513), + [sym_safe_nav] = ACTIONS(4513), [sym_multiline_comment] = ACTIONS(3), }, - [3608] = { - [sym_function_body] = STATE(3222), - [sym__block] = STATE(3367), - [sym__alpha_identifier] = ACTIONS(4300), - [anon_sym_AT] = ACTIONS(4302), - [anon_sym_LBRACK] = ACTIONS(4302), - [anon_sym_as] = ACTIONS(4300), - [anon_sym_EQ] = ACTIONS(6462), - [anon_sym_LBRACE] = ACTIONS(6236), - [anon_sym_RBRACE] = ACTIONS(4302), - [anon_sym_LPAREN] = ACTIONS(4302), - [anon_sym_RPAREN] = ACTIONS(4302), - [anon_sym_LT] = ACTIONS(4300), - [anon_sym_GT] = ACTIONS(4300), - [anon_sym_DOT] = ACTIONS(4300), - [anon_sym_SEMI] = ACTIONS(4302), - [anon_sym_get] = ACTIONS(4300), - [anon_sym_set] = ACTIONS(4300), - [anon_sym_STAR] = ACTIONS(4300), - [sym_label] = ACTIONS(4302), - [anon_sym_in] = ACTIONS(4300), - [anon_sym_while] = ACTIONS(4300), - [anon_sym_DOT_DOT] = ACTIONS(4302), - [anon_sym_QMARK_COLON] = ACTIONS(4302), - [anon_sym_AMP_AMP] = ACTIONS(4302), - [anon_sym_PIPE_PIPE] = ACTIONS(4302), - [anon_sym_else] = ACTIONS(4300), - [anon_sym_COLON_COLON] = ACTIONS(4302), - [anon_sym_PLUS_EQ] = ACTIONS(4302), - [anon_sym_DASH_EQ] = ACTIONS(4302), - [anon_sym_STAR_EQ] = ACTIONS(4302), - [anon_sym_SLASH_EQ] = ACTIONS(4302), - [anon_sym_PERCENT_EQ] = ACTIONS(4302), - [anon_sym_BANG_EQ] = ACTIONS(4300), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4302), - [anon_sym_EQ_EQ] = ACTIONS(4300), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4302), - [anon_sym_LT_EQ] = ACTIONS(4302), - [anon_sym_GT_EQ] = ACTIONS(4302), - [anon_sym_BANGin] = ACTIONS(4302), - [anon_sym_is] = ACTIONS(4300), - [anon_sym_BANGis] = ACTIONS(4302), - [anon_sym_PLUS] = ACTIONS(4300), - [anon_sym_DASH] = ACTIONS(4300), - [anon_sym_SLASH] = ACTIONS(4300), - [anon_sym_PERCENT] = ACTIONS(4300), - [anon_sym_as_QMARK] = ACTIONS(4302), - [anon_sym_PLUS_PLUS] = ACTIONS(4302), - [anon_sym_DASH_DASH] = ACTIONS(4302), - [anon_sym_BANG_BANG] = ACTIONS(4302), - [anon_sym_suspend] = ACTIONS(4300), - [anon_sym_sealed] = ACTIONS(4300), - [anon_sym_annotation] = ACTIONS(4300), - [anon_sym_data] = ACTIONS(4300), - [anon_sym_inner] = ACTIONS(4300), - [anon_sym_override] = ACTIONS(4300), - [anon_sym_lateinit] = ACTIONS(4300), - [anon_sym_public] = ACTIONS(4300), - [anon_sym_private] = ACTIONS(4300), - [anon_sym_internal] = ACTIONS(4300), - [anon_sym_protected] = ACTIONS(4300), - [anon_sym_tailrec] = ACTIONS(4300), - [anon_sym_operator] = ACTIONS(4300), - [anon_sym_infix] = ACTIONS(4300), - [anon_sym_inline] = ACTIONS(4300), - [anon_sym_external] = ACTIONS(4300), - [sym_property_modifier] = ACTIONS(4300), - [anon_sym_abstract] = ACTIONS(4300), - [anon_sym_final] = ACTIONS(4300), - [anon_sym_open] = ACTIONS(4300), - [anon_sym_vararg] = ACTIONS(4300), - [anon_sym_noinline] = ACTIONS(4300), - [anon_sym_crossinline] = ACTIONS(4300), - [anon_sym_expect] = ACTIONS(4300), - [anon_sym_actual] = ACTIONS(4300), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4302), - [sym_safe_nav] = ACTIONS(4302), + [3498] = { + [sym__alpha_identifier] = ACTIONS(3943), + [anon_sym_AT] = ACTIONS(3948), + [anon_sym_COLON] = ACTIONS(3943), + [anon_sym_LBRACK] = ACTIONS(3948), + [anon_sym_as] = ACTIONS(3943), + [anon_sym_EQ] = ACTIONS(3943), + [anon_sym_constructor] = ACTIONS(3943), + [anon_sym_LBRACE] = ACTIONS(3948), + [anon_sym_RBRACE] = ACTIONS(3948), + [anon_sym_LPAREN] = ACTIONS(3948), + [anon_sym_COMMA] = ACTIONS(3948), + [anon_sym_LT] = ACTIONS(3943), + [anon_sym_GT] = ACTIONS(3943), + [anon_sym_where] = ACTIONS(3943), + [anon_sym_DOT] = ACTIONS(3943), + [anon_sym_SEMI] = ACTIONS(3948), + [anon_sym_get] = ACTIONS(3943), + [anon_sym_set] = ACTIONS(3943), + [anon_sym_STAR] = ACTIONS(3943), + [sym_label] = ACTIONS(3948), + [anon_sym_in] = ACTIONS(3943), + [anon_sym_DOT_DOT] = ACTIONS(3948), + [anon_sym_QMARK_COLON] = ACTIONS(3948), + [anon_sym_AMP_AMP] = ACTIONS(3948), + [anon_sym_PIPE_PIPE] = ACTIONS(3948), + [anon_sym_else] = ACTIONS(3943), + [anon_sym_COLON_COLON] = ACTIONS(3948), + [anon_sym_PLUS_EQ] = ACTIONS(3948), + [anon_sym_DASH_EQ] = ACTIONS(3948), + [anon_sym_STAR_EQ] = ACTIONS(3948), + [anon_sym_SLASH_EQ] = ACTIONS(3948), + [anon_sym_PERCENT_EQ] = ACTIONS(3948), + [anon_sym_BANG_EQ] = ACTIONS(3943), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3948), + [anon_sym_EQ_EQ] = ACTIONS(3943), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3948), + [anon_sym_LT_EQ] = ACTIONS(3948), + [anon_sym_GT_EQ] = ACTIONS(3948), + [anon_sym_BANGin] = ACTIONS(3948), + [anon_sym_is] = ACTIONS(3943), + [anon_sym_BANGis] = ACTIONS(3948), + [anon_sym_PLUS] = ACTIONS(3943), + [anon_sym_DASH] = ACTIONS(3943), + [anon_sym_SLASH] = ACTIONS(3943), + [anon_sym_PERCENT] = ACTIONS(3943), + [anon_sym_as_QMARK] = ACTIONS(3948), + [anon_sym_PLUS_PLUS] = ACTIONS(3948), + [anon_sym_DASH_DASH] = ACTIONS(3948), + [anon_sym_BANG_BANG] = ACTIONS(3948), + [anon_sym_suspend] = ACTIONS(3943), + [anon_sym_sealed] = ACTIONS(3943), + [anon_sym_annotation] = ACTIONS(3943), + [anon_sym_data] = ACTIONS(3943), + [anon_sym_inner] = ACTIONS(3943), + [anon_sym_override] = ACTIONS(3943), + [anon_sym_lateinit] = ACTIONS(3943), + [anon_sym_public] = ACTIONS(3943), + [anon_sym_private] = ACTIONS(3943), + [anon_sym_internal] = ACTIONS(3943), + [anon_sym_protected] = ACTIONS(3943), + [anon_sym_tailrec] = ACTIONS(3943), + [anon_sym_operator] = ACTIONS(3943), + [anon_sym_infix] = ACTIONS(3943), + [anon_sym_inline] = ACTIONS(3943), + [anon_sym_external] = ACTIONS(3943), + [sym_property_modifier] = ACTIONS(3943), + [anon_sym_abstract] = ACTIONS(3943), + [anon_sym_final] = ACTIONS(3943), + [anon_sym_open] = ACTIONS(3943), + [anon_sym_vararg] = ACTIONS(3943), + [anon_sym_noinline] = ACTIONS(3943), + [anon_sym_crossinline] = ACTIONS(3943), + [anon_sym_expect] = ACTIONS(3943), + [anon_sym_actual] = ACTIONS(3943), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3948), + [sym__automatic_semicolon] = ACTIONS(3948), + [sym_safe_nav] = ACTIONS(3948), [sym_multiline_comment] = ACTIONS(3), }, - [3609] = { - [sym_function_body] = STATE(3428), - [sym__block] = STATE(3245), - [sym__alpha_identifier] = ACTIONS(4326), - [anon_sym_AT] = ACTIONS(4328), - [anon_sym_COLON] = ACTIONS(6791), - [anon_sym_LBRACK] = ACTIONS(4328), - [anon_sym_as] = ACTIONS(4326), - [anon_sym_EQ] = ACTIONS(6642), - [anon_sym_LBRACE] = ACTIONS(6220), - [anon_sym_RBRACE] = ACTIONS(4328), - [anon_sym_LPAREN] = ACTIONS(4328), - [anon_sym_COMMA] = ACTIONS(4328), - [anon_sym_LT] = ACTIONS(4326), - [anon_sym_GT] = ACTIONS(4326), - [anon_sym_where] = ACTIONS(4326), - [anon_sym_object] = ACTIONS(4326), - [anon_sym_fun] = ACTIONS(4326), - [anon_sym_DOT] = ACTIONS(4326), - [anon_sym_SEMI] = ACTIONS(4328), - [anon_sym_get] = ACTIONS(4326), - [anon_sym_set] = ACTIONS(4326), - [anon_sym_this] = ACTIONS(4326), - [anon_sym_super] = ACTIONS(4326), - [anon_sym_STAR] = ACTIONS(4328), - [sym_label] = ACTIONS(4326), - [anon_sym_in] = ACTIONS(4326), - [anon_sym_DOT_DOT] = ACTIONS(4328), - [anon_sym_QMARK_COLON] = ACTIONS(4328), - [anon_sym_AMP_AMP] = ACTIONS(4328), - [anon_sym_PIPE_PIPE] = ACTIONS(4328), - [anon_sym_null] = ACTIONS(4326), - [anon_sym_if] = ACTIONS(4326), - [anon_sym_else] = ACTIONS(4326), - [anon_sym_when] = ACTIONS(4326), - [anon_sym_try] = ACTIONS(4326), - [anon_sym_throw] = ACTIONS(4326), - [anon_sym_return] = ACTIONS(4326), - [anon_sym_continue] = ACTIONS(4326), - [anon_sym_break] = ACTIONS(4326), - [anon_sym_COLON_COLON] = ACTIONS(4328), - [anon_sym_BANG_EQ] = ACTIONS(4326), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4328), - [anon_sym_EQ_EQ] = ACTIONS(4326), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4328), - [anon_sym_LT_EQ] = ACTIONS(4328), - [anon_sym_GT_EQ] = ACTIONS(4328), - [anon_sym_BANGin] = ACTIONS(4328), - [anon_sym_is] = ACTIONS(4326), - [anon_sym_BANGis] = ACTIONS(4328), - [anon_sym_PLUS] = ACTIONS(4326), - [anon_sym_DASH] = ACTIONS(4326), - [anon_sym_SLASH] = ACTIONS(4326), - [anon_sym_PERCENT] = ACTIONS(4328), - [anon_sym_as_QMARK] = ACTIONS(4328), - [anon_sym_PLUS_PLUS] = ACTIONS(4328), - [anon_sym_DASH_DASH] = ACTIONS(4328), - [anon_sym_BANG] = ACTIONS(4326), - [anon_sym_BANG_BANG] = ACTIONS(4328), - [anon_sym_data] = ACTIONS(4326), - [anon_sym_inner] = ACTIONS(4326), - [anon_sym_expect] = ACTIONS(4326), - [anon_sym_actual] = ACTIONS(4326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4328), - [anon_sym_continue_AT] = ACTIONS(4328), - [anon_sym_break_AT] = ACTIONS(4328), - [sym_real_literal] = ACTIONS(4328), - [sym_integer_literal] = ACTIONS(4326), - [sym_hex_literal] = ACTIONS(4328), - [sym_bin_literal] = ACTIONS(4328), - [anon_sym_true] = ACTIONS(4326), - [anon_sym_false] = ACTIONS(4326), - [anon_sym_SQUOTE] = ACTIONS(4328), - [sym__backtick_identifier] = ACTIONS(4328), - [sym__automatic_semicolon] = ACTIONS(4328), - [sym_safe_nav] = ACTIONS(4328), + [3499] = { + [sym__alpha_identifier] = ACTIONS(4477), + [anon_sym_AT] = ACTIONS(4479), + [anon_sym_LBRACK] = ACTIONS(4479), + [anon_sym_as] = ACTIONS(4477), + [anon_sym_EQ] = ACTIONS(4477), + [anon_sym_LBRACE] = ACTIONS(4479), + [anon_sym_RBRACE] = ACTIONS(4479), + [anon_sym_LPAREN] = ACTIONS(4479), + [anon_sym_COMMA] = ACTIONS(4479), + [anon_sym_LT] = ACTIONS(4477), + [anon_sym_GT] = ACTIONS(4477), + [anon_sym_where] = ACTIONS(4477), + [anon_sym_DOT] = ACTIONS(4477), + [anon_sym_SEMI] = ACTIONS(4479), + [anon_sym_get] = ACTIONS(4477), + [anon_sym_set] = ACTIONS(4477), + [anon_sym_STAR] = ACTIONS(4477), + [sym_label] = ACTIONS(4479), + [anon_sym_in] = ACTIONS(4477), + [anon_sym_DOT_DOT] = ACTIONS(4479), + [anon_sym_QMARK_COLON] = ACTIONS(4479), + [anon_sym_AMP_AMP] = ACTIONS(4479), + [anon_sym_PIPE_PIPE] = ACTIONS(4479), + [anon_sym_else] = ACTIONS(4477), + [anon_sym_COLON_COLON] = ACTIONS(4479), + [anon_sym_PLUS_EQ] = ACTIONS(4479), + [anon_sym_DASH_EQ] = ACTIONS(4479), + [anon_sym_STAR_EQ] = ACTIONS(4479), + [anon_sym_SLASH_EQ] = ACTIONS(4479), + [anon_sym_PERCENT_EQ] = ACTIONS(4479), + [anon_sym_BANG_EQ] = ACTIONS(4477), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4479), + [anon_sym_EQ_EQ] = ACTIONS(4477), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4479), + [anon_sym_LT_EQ] = ACTIONS(4479), + [anon_sym_GT_EQ] = ACTIONS(4479), + [anon_sym_BANGin] = ACTIONS(4479), + [anon_sym_is] = ACTIONS(4477), + [anon_sym_BANGis] = ACTIONS(4479), + [anon_sym_PLUS] = ACTIONS(4477), + [anon_sym_DASH] = ACTIONS(4477), + [anon_sym_SLASH] = ACTIONS(4477), + [anon_sym_PERCENT] = ACTIONS(4477), + [anon_sym_as_QMARK] = ACTIONS(4479), + [anon_sym_PLUS_PLUS] = ACTIONS(4479), + [anon_sym_DASH_DASH] = ACTIONS(4479), + [anon_sym_BANG_BANG] = ACTIONS(4479), + [anon_sym_suspend] = ACTIONS(4477), + [anon_sym_sealed] = ACTIONS(4477), + [anon_sym_annotation] = ACTIONS(4477), + [anon_sym_data] = ACTIONS(4477), + [anon_sym_inner] = ACTIONS(4477), + [anon_sym_override] = ACTIONS(4477), + [anon_sym_lateinit] = ACTIONS(4477), + [anon_sym_public] = ACTIONS(4477), + [anon_sym_private] = ACTIONS(4477), + [anon_sym_internal] = ACTIONS(4477), + [anon_sym_protected] = ACTIONS(4477), + [anon_sym_tailrec] = ACTIONS(4477), + [anon_sym_operator] = ACTIONS(4477), + [anon_sym_infix] = ACTIONS(4477), + [anon_sym_inline] = ACTIONS(4477), + [anon_sym_external] = ACTIONS(4477), + [sym_property_modifier] = ACTIONS(4477), + [anon_sym_abstract] = ACTIONS(4477), + [anon_sym_final] = ACTIONS(4477), + [anon_sym_open] = ACTIONS(4477), + [anon_sym_vararg] = ACTIONS(4477), + [anon_sym_noinline] = ACTIONS(4477), + [anon_sym_crossinline] = ACTIONS(4477), + [anon_sym_expect] = ACTIONS(4477), + [anon_sym_actual] = ACTIONS(4477), + [sym_line_comment] = ACTIONS(3), + [aux_sym_unsigned_literal_token1] = ACTIONS(6635), + [anon_sym_L] = ACTIONS(6637), + [sym__backtick_identifier] = ACTIONS(4479), + [sym__automatic_semicolon] = ACTIONS(4479), + [sym_safe_nav] = ACTIONS(4479), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4328), }, - [3610] = { - [sym_function_body] = STATE(3394), - [sym__block] = STATE(3245), - [sym__alpha_identifier] = ACTIONS(4336), - [anon_sym_AT] = ACTIONS(4338), - [anon_sym_COLON] = ACTIONS(6793), - [anon_sym_LBRACK] = ACTIONS(4338), - [anon_sym_as] = ACTIONS(4336), - [anon_sym_EQ] = ACTIONS(6642), - [anon_sym_LBRACE] = ACTIONS(6220), - [anon_sym_RBRACE] = ACTIONS(4338), - [anon_sym_LPAREN] = ACTIONS(4338), - [anon_sym_COMMA] = ACTIONS(4338), - [anon_sym_LT] = ACTIONS(4336), - [anon_sym_GT] = ACTIONS(4336), - [anon_sym_where] = ACTIONS(4336), - [anon_sym_object] = ACTIONS(4336), - [anon_sym_fun] = ACTIONS(4336), - [anon_sym_DOT] = ACTIONS(4336), - [anon_sym_SEMI] = ACTIONS(4338), - [anon_sym_get] = ACTIONS(4336), - [anon_sym_set] = ACTIONS(4336), - [anon_sym_this] = ACTIONS(4336), - [anon_sym_super] = ACTIONS(4336), - [anon_sym_STAR] = ACTIONS(4338), - [sym_label] = ACTIONS(4336), - [anon_sym_in] = ACTIONS(4336), - [anon_sym_DOT_DOT] = ACTIONS(4338), - [anon_sym_QMARK_COLON] = ACTIONS(4338), - [anon_sym_AMP_AMP] = ACTIONS(4338), - [anon_sym_PIPE_PIPE] = ACTIONS(4338), - [anon_sym_null] = ACTIONS(4336), - [anon_sym_if] = ACTIONS(4336), - [anon_sym_else] = ACTIONS(4336), - [anon_sym_when] = ACTIONS(4336), - [anon_sym_try] = ACTIONS(4336), - [anon_sym_throw] = ACTIONS(4336), - [anon_sym_return] = ACTIONS(4336), - [anon_sym_continue] = ACTIONS(4336), - [anon_sym_break] = ACTIONS(4336), - [anon_sym_COLON_COLON] = ACTIONS(4338), - [anon_sym_BANG_EQ] = ACTIONS(4336), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4338), - [anon_sym_EQ_EQ] = ACTIONS(4336), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4338), - [anon_sym_LT_EQ] = ACTIONS(4338), - [anon_sym_GT_EQ] = ACTIONS(4338), - [anon_sym_BANGin] = ACTIONS(4338), - [anon_sym_is] = ACTIONS(4336), - [anon_sym_BANGis] = ACTIONS(4338), - [anon_sym_PLUS] = ACTIONS(4336), - [anon_sym_DASH] = ACTIONS(4336), - [anon_sym_SLASH] = ACTIONS(4336), - [anon_sym_PERCENT] = ACTIONS(4338), - [anon_sym_as_QMARK] = ACTIONS(4338), - [anon_sym_PLUS_PLUS] = ACTIONS(4338), - [anon_sym_DASH_DASH] = ACTIONS(4338), - [anon_sym_BANG] = ACTIONS(4336), - [anon_sym_BANG_BANG] = ACTIONS(4338), - [anon_sym_data] = ACTIONS(4336), - [anon_sym_inner] = ACTIONS(4336), - [anon_sym_expect] = ACTIONS(4336), - [anon_sym_actual] = ACTIONS(4336), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4338), - [anon_sym_continue_AT] = ACTIONS(4338), - [anon_sym_break_AT] = ACTIONS(4338), - [sym_real_literal] = ACTIONS(4338), - [sym_integer_literal] = ACTIONS(4336), - [sym_hex_literal] = ACTIONS(4338), - [sym_bin_literal] = ACTIONS(4338), - [anon_sym_true] = ACTIONS(4336), - [anon_sym_false] = ACTIONS(4336), - [anon_sym_SQUOTE] = ACTIONS(4338), - [sym__backtick_identifier] = ACTIONS(4338), - [sym__automatic_semicolon] = ACTIONS(4338), - [sym_safe_nav] = ACTIONS(4338), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4338), + [3500] = { + [sym_type_constraints] = STATE(3892), + [sym_function_body] = STATE(3202), + [sym__block] = STATE(3464), + [sym__alpha_identifier] = ACTIONS(4099), + [anon_sym_AT] = ACTIONS(4101), + [anon_sym_COLON] = ACTIONS(6639), + [anon_sym_LBRACK] = ACTIONS(4101), + [anon_sym_RBRACK] = ACTIONS(4101), + [anon_sym_as] = ACTIONS(4099), + [anon_sym_EQ] = ACTIONS(6625), + [anon_sym_LBRACE] = ACTIONS(6233), + [anon_sym_RBRACE] = ACTIONS(4101), + [anon_sym_LPAREN] = ACTIONS(4101), + [anon_sym_COMMA] = ACTIONS(4101), + [anon_sym_RPAREN] = ACTIONS(4101), + [anon_sym_LT] = ACTIONS(4099), + [anon_sym_GT] = ACTIONS(4099), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(4099), + [anon_sym_SEMI] = ACTIONS(4101), + [anon_sym_get] = ACTIONS(4099), + [anon_sym_set] = ACTIONS(4099), + [anon_sym_STAR] = ACTIONS(4101), + [anon_sym_DASH_GT] = ACTIONS(4101), + [sym_label] = ACTIONS(4101), + [anon_sym_in] = ACTIONS(4099), + [anon_sym_while] = ACTIONS(4099), + [anon_sym_DOT_DOT] = ACTIONS(4101), + [anon_sym_QMARK_COLON] = ACTIONS(4101), + [anon_sym_AMP_AMP] = ACTIONS(4101), + [anon_sym_PIPE_PIPE] = ACTIONS(4101), + [anon_sym_else] = ACTIONS(4099), + [anon_sym_COLON_COLON] = ACTIONS(4101), + [anon_sym_BANG_EQ] = ACTIONS(4099), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4101), + [anon_sym_EQ_EQ] = ACTIONS(4099), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4101), + [anon_sym_LT_EQ] = ACTIONS(4101), + [anon_sym_GT_EQ] = ACTIONS(4101), + [anon_sym_BANGin] = ACTIONS(4101), + [anon_sym_is] = ACTIONS(4099), + [anon_sym_BANGis] = ACTIONS(4101), + [anon_sym_PLUS] = ACTIONS(4099), + [anon_sym_DASH] = ACTIONS(4099), + [anon_sym_SLASH] = ACTIONS(4099), + [anon_sym_PERCENT] = ACTIONS(4101), + [anon_sym_as_QMARK] = ACTIONS(4101), + [anon_sym_PLUS_PLUS] = ACTIONS(4101), + [anon_sym_DASH_DASH] = ACTIONS(4101), + [anon_sym_BANG_BANG] = ACTIONS(4101), + [anon_sym_suspend] = ACTIONS(4099), + [anon_sym_sealed] = ACTIONS(4099), + [anon_sym_annotation] = ACTIONS(4099), + [anon_sym_data] = ACTIONS(4099), + [anon_sym_inner] = ACTIONS(4099), + [anon_sym_override] = ACTIONS(4099), + [anon_sym_lateinit] = ACTIONS(4099), + [anon_sym_public] = ACTIONS(4099), + [anon_sym_private] = ACTIONS(4099), + [anon_sym_internal] = ACTIONS(4099), + [anon_sym_protected] = ACTIONS(4099), + [anon_sym_tailrec] = ACTIONS(4099), + [anon_sym_operator] = ACTIONS(4099), + [anon_sym_infix] = ACTIONS(4099), + [anon_sym_inline] = ACTIONS(4099), + [anon_sym_external] = ACTIONS(4099), + [sym_property_modifier] = ACTIONS(4099), + [anon_sym_abstract] = ACTIONS(4099), + [anon_sym_final] = ACTIONS(4099), + [anon_sym_open] = ACTIONS(4099), + [anon_sym_vararg] = ACTIONS(4099), + [anon_sym_noinline] = ACTIONS(4099), + [anon_sym_crossinline] = ACTIONS(4099), + [anon_sym_expect] = ACTIONS(4099), + [anon_sym_actual] = ACTIONS(4099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4101), + [sym_safe_nav] = ACTIONS(4101), + [sym_multiline_comment] = ACTIONS(3), }, - [3611] = { - [sym__alpha_identifier] = ACTIONS(4591), - [anon_sym_AT] = ACTIONS(4593), - [anon_sym_LBRACK] = ACTIONS(4593), - [anon_sym_as] = ACTIONS(4591), - [anon_sym_EQ] = ACTIONS(4591), - [anon_sym_LBRACE] = ACTIONS(4593), - [anon_sym_RBRACE] = ACTIONS(4593), - [anon_sym_LPAREN] = ACTIONS(4593), - [anon_sym_COMMA] = ACTIONS(4593), - [anon_sym_by] = ACTIONS(4591), - [anon_sym_LT] = ACTIONS(4591), - [anon_sym_GT] = ACTIONS(4591), - [anon_sym_where] = ACTIONS(4591), - [anon_sym_DOT] = ACTIONS(4591), - [anon_sym_SEMI] = ACTIONS(4593), - [anon_sym_get] = ACTIONS(4591), - [anon_sym_set] = ACTIONS(4591), - [anon_sym_STAR] = ACTIONS(4591), - [sym_label] = ACTIONS(4593), - [anon_sym_in] = ACTIONS(4591), - [anon_sym_DOT_DOT] = ACTIONS(4593), - [anon_sym_QMARK_COLON] = ACTIONS(4593), - [anon_sym_AMP_AMP] = ACTIONS(4593), - [anon_sym_PIPE_PIPE] = ACTIONS(4593), - [anon_sym_else] = ACTIONS(4591), - [anon_sym_COLON_COLON] = ACTIONS(4593), - [anon_sym_PLUS_EQ] = ACTIONS(4593), - [anon_sym_DASH_EQ] = ACTIONS(4593), - [anon_sym_STAR_EQ] = ACTIONS(4593), - [anon_sym_SLASH_EQ] = ACTIONS(4593), - [anon_sym_PERCENT_EQ] = ACTIONS(4593), - [anon_sym_BANG_EQ] = ACTIONS(4591), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4593), - [anon_sym_EQ_EQ] = ACTIONS(4591), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4593), - [anon_sym_LT_EQ] = ACTIONS(4593), - [anon_sym_GT_EQ] = ACTIONS(4593), - [anon_sym_BANGin] = ACTIONS(4593), - [anon_sym_is] = ACTIONS(4591), - [anon_sym_BANGis] = ACTIONS(4593), - [anon_sym_PLUS] = ACTIONS(4591), - [anon_sym_DASH] = ACTIONS(4591), - [anon_sym_SLASH] = ACTIONS(4591), - [anon_sym_PERCENT] = ACTIONS(4591), - [anon_sym_as_QMARK] = ACTIONS(4593), - [anon_sym_PLUS_PLUS] = ACTIONS(4593), - [anon_sym_DASH_DASH] = ACTIONS(4593), - [anon_sym_BANG_BANG] = ACTIONS(4593), - [anon_sym_suspend] = ACTIONS(4591), - [anon_sym_sealed] = ACTIONS(4591), - [anon_sym_annotation] = ACTIONS(4591), - [anon_sym_data] = ACTIONS(4591), - [anon_sym_inner] = ACTIONS(4591), - [anon_sym_override] = ACTIONS(4591), - [anon_sym_lateinit] = ACTIONS(4591), - [anon_sym_public] = ACTIONS(4591), - [anon_sym_private] = ACTIONS(4591), - [anon_sym_internal] = ACTIONS(4591), - [anon_sym_protected] = ACTIONS(4591), - [anon_sym_tailrec] = ACTIONS(4591), - [anon_sym_operator] = ACTIONS(4591), - [anon_sym_infix] = ACTIONS(4591), - [anon_sym_inline] = ACTIONS(4591), - [anon_sym_external] = ACTIONS(4591), - [sym_property_modifier] = ACTIONS(4591), - [anon_sym_abstract] = ACTIONS(4591), - [anon_sym_final] = ACTIONS(4591), - [anon_sym_open] = ACTIONS(4591), - [anon_sym_vararg] = ACTIONS(4591), - [anon_sym_noinline] = ACTIONS(4591), - [anon_sym_crossinline] = ACTIONS(4591), - [anon_sym_expect] = ACTIONS(4591), - [anon_sym_actual] = ACTIONS(4591), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4593), - [sym__automatic_semicolon] = ACTIONS(4593), - [sym_safe_nav] = ACTIONS(4593), + [3501] = { + [sym_value_arguments] = STATE(3821), + [sym__alpha_identifier] = ACTIONS(4416), + [anon_sym_AT] = ACTIONS(4418), + [anon_sym_LBRACK] = ACTIONS(4418), + [anon_sym_as] = ACTIONS(4416), + [anon_sym_EQ] = ACTIONS(4416), + [anon_sym_LBRACE] = ACTIONS(4418), + [anon_sym_RBRACE] = ACTIONS(4418), + [anon_sym_LPAREN] = ACTIONS(4418), + [anon_sym_COMMA] = ACTIONS(4418), + [anon_sym_by] = ACTIONS(6641), + [anon_sym_LT] = ACTIONS(4416), + [anon_sym_GT] = ACTIONS(4416), + [anon_sym_where] = ACTIONS(4416), + [anon_sym_DOT] = ACTIONS(4416), + [anon_sym_SEMI] = ACTIONS(4418), + [anon_sym_get] = ACTIONS(4416), + [anon_sym_set] = ACTIONS(4416), + [anon_sym_STAR] = ACTIONS(4416), + [sym_label] = ACTIONS(4418), + [anon_sym_in] = ACTIONS(4416), + [anon_sym_DOT_DOT] = ACTIONS(4418), + [anon_sym_QMARK_COLON] = ACTIONS(4418), + [anon_sym_AMP_AMP] = ACTIONS(4418), + [anon_sym_PIPE_PIPE] = ACTIONS(4418), + [anon_sym_else] = ACTIONS(4416), + [anon_sym_COLON_COLON] = ACTIONS(4418), + [anon_sym_PLUS_EQ] = ACTIONS(4418), + [anon_sym_DASH_EQ] = ACTIONS(4418), + [anon_sym_STAR_EQ] = ACTIONS(4418), + [anon_sym_SLASH_EQ] = ACTIONS(4418), + [anon_sym_PERCENT_EQ] = ACTIONS(4418), + [anon_sym_BANG_EQ] = ACTIONS(4416), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4418), + [anon_sym_EQ_EQ] = ACTIONS(4416), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4418), + [anon_sym_LT_EQ] = ACTIONS(4418), + [anon_sym_GT_EQ] = ACTIONS(4418), + [anon_sym_BANGin] = ACTIONS(4418), + [anon_sym_is] = ACTIONS(4416), + [anon_sym_BANGis] = ACTIONS(4418), + [anon_sym_PLUS] = ACTIONS(4416), + [anon_sym_DASH] = ACTIONS(4416), + [anon_sym_SLASH] = ACTIONS(4416), + [anon_sym_PERCENT] = ACTIONS(4416), + [anon_sym_as_QMARK] = ACTIONS(4418), + [anon_sym_PLUS_PLUS] = ACTIONS(4418), + [anon_sym_DASH_DASH] = ACTIONS(4418), + [anon_sym_BANG_BANG] = ACTIONS(4418), + [anon_sym_suspend] = ACTIONS(4416), + [anon_sym_sealed] = ACTIONS(4416), + [anon_sym_annotation] = ACTIONS(4416), + [anon_sym_data] = ACTIONS(4416), + [anon_sym_inner] = ACTIONS(4416), + [anon_sym_override] = ACTIONS(4416), + [anon_sym_lateinit] = ACTIONS(4416), + [anon_sym_public] = ACTIONS(4416), + [anon_sym_private] = ACTIONS(4416), + [anon_sym_internal] = ACTIONS(4416), + [anon_sym_protected] = ACTIONS(4416), + [anon_sym_tailrec] = ACTIONS(4416), + [anon_sym_operator] = ACTIONS(4416), + [anon_sym_infix] = ACTIONS(4416), + [anon_sym_inline] = ACTIONS(4416), + [anon_sym_external] = ACTIONS(4416), + [sym_property_modifier] = ACTIONS(4416), + [anon_sym_abstract] = ACTIONS(4416), + [anon_sym_final] = ACTIONS(4416), + [anon_sym_open] = ACTIONS(4416), + [anon_sym_vararg] = ACTIONS(4416), + [anon_sym_noinline] = ACTIONS(4416), + [anon_sym_crossinline] = ACTIONS(4416), + [anon_sym_expect] = ACTIONS(4416), + [anon_sym_actual] = ACTIONS(4416), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4418), + [sym__automatic_semicolon] = ACTIONS(4418), + [sym_safe_nav] = ACTIONS(4418), [sym_multiline_comment] = ACTIONS(3), }, - [3612] = { - [sym_class_body] = STATE(3758), - [sym__alpha_identifier] = ACTIONS(4583), - [anon_sym_AT] = ACTIONS(4585), - [anon_sym_LBRACK] = ACTIONS(4585), - [anon_sym_as] = ACTIONS(4583), - [anon_sym_EQ] = ACTIONS(4583), - [anon_sym_LBRACE] = ACTIONS(5421), - [anon_sym_RBRACE] = ACTIONS(4585), - [anon_sym_LPAREN] = ACTIONS(4585), - [anon_sym_COMMA] = ACTIONS(4585), - [anon_sym_LT] = ACTIONS(4583), - [anon_sym_GT] = ACTIONS(4583), - [anon_sym_where] = ACTIONS(4583), - [anon_sym_DOT] = ACTIONS(4583), - [anon_sym_SEMI] = ACTIONS(4585), - [anon_sym_get] = ACTIONS(4583), - [anon_sym_set] = ACTIONS(4583), - [anon_sym_STAR] = ACTIONS(4583), - [sym_label] = ACTIONS(4585), - [anon_sym_in] = ACTIONS(4583), - [anon_sym_DOT_DOT] = ACTIONS(4585), - [anon_sym_QMARK_COLON] = ACTIONS(4585), - [anon_sym_AMP_AMP] = ACTIONS(4585), - [anon_sym_PIPE_PIPE] = ACTIONS(4585), - [anon_sym_else] = ACTIONS(4583), - [anon_sym_COLON_COLON] = ACTIONS(4585), - [anon_sym_PLUS_EQ] = ACTIONS(4585), - [anon_sym_DASH_EQ] = ACTIONS(4585), - [anon_sym_STAR_EQ] = ACTIONS(4585), - [anon_sym_SLASH_EQ] = ACTIONS(4585), - [anon_sym_PERCENT_EQ] = ACTIONS(4585), - [anon_sym_BANG_EQ] = ACTIONS(4583), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4585), - [anon_sym_EQ_EQ] = ACTIONS(4583), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4585), - [anon_sym_LT_EQ] = ACTIONS(4585), - [anon_sym_GT_EQ] = ACTIONS(4585), - [anon_sym_BANGin] = ACTIONS(4585), - [anon_sym_is] = ACTIONS(4583), - [anon_sym_BANGis] = ACTIONS(4585), - [anon_sym_PLUS] = ACTIONS(4583), - [anon_sym_DASH] = ACTIONS(4583), - [anon_sym_SLASH] = ACTIONS(4583), - [anon_sym_PERCENT] = ACTIONS(4583), - [anon_sym_as_QMARK] = ACTIONS(4585), - [anon_sym_PLUS_PLUS] = ACTIONS(4585), - [anon_sym_DASH_DASH] = ACTIONS(4585), - [anon_sym_BANG_BANG] = ACTIONS(4585), - [anon_sym_suspend] = ACTIONS(4583), - [anon_sym_sealed] = ACTIONS(4583), - [anon_sym_annotation] = ACTIONS(4583), - [anon_sym_data] = ACTIONS(4583), - [anon_sym_inner] = ACTIONS(4583), - [anon_sym_override] = ACTIONS(4583), - [anon_sym_lateinit] = ACTIONS(4583), - [anon_sym_public] = ACTIONS(4583), - [anon_sym_private] = ACTIONS(4583), - [anon_sym_internal] = ACTIONS(4583), - [anon_sym_protected] = ACTIONS(4583), - [anon_sym_tailrec] = ACTIONS(4583), - [anon_sym_operator] = ACTIONS(4583), - [anon_sym_infix] = ACTIONS(4583), - [anon_sym_inline] = ACTIONS(4583), - [anon_sym_external] = ACTIONS(4583), - [sym_property_modifier] = ACTIONS(4583), - [anon_sym_abstract] = ACTIONS(4583), - [anon_sym_final] = ACTIONS(4583), - [anon_sym_open] = ACTIONS(4583), - [anon_sym_vararg] = ACTIONS(4583), - [anon_sym_noinline] = ACTIONS(4583), - [anon_sym_crossinline] = ACTIONS(4583), - [anon_sym_expect] = ACTIONS(4583), - [anon_sym_actual] = ACTIONS(4583), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4585), - [sym__automatic_semicolon] = ACTIONS(4585), - [sym_safe_nav] = ACTIONS(4585), + [3502] = { + [aux_sym_type_constraints_repeat1] = STATE(3525), + [sym__alpha_identifier] = ACTIONS(4442), + [anon_sym_AT] = ACTIONS(4444), + [anon_sym_LBRACK] = ACTIONS(4444), + [anon_sym_as] = ACTIONS(4442), + [anon_sym_EQ] = ACTIONS(4442), + [anon_sym_LBRACE] = ACTIONS(4444), + [anon_sym_RBRACE] = ACTIONS(4444), + [anon_sym_LPAREN] = ACTIONS(4444), + [anon_sym_COMMA] = ACTIONS(6643), + [anon_sym_by] = ACTIONS(4442), + [anon_sym_LT] = ACTIONS(4442), + [anon_sym_GT] = ACTIONS(4442), + [anon_sym_where] = ACTIONS(4442), + [anon_sym_DOT] = ACTIONS(4442), + [anon_sym_SEMI] = ACTIONS(4444), + [anon_sym_get] = ACTIONS(4442), + [anon_sym_set] = ACTIONS(4442), + [anon_sym_STAR] = ACTIONS(4442), + [sym_label] = ACTIONS(4444), + [anon_sym_in] = ACTIONS(4442), + [anon_sym_DOT_DOT] = ACTIONS(4444), + [anon_sym_QMARK_COLON] = ACTIONS(4444), + [anon_sym_AMP_AMP] = ACTIONS(4444), + [anon_sym_PIPE_PIPE] = ACTIONS(4444), + [anon_sym_else] = ACTIONS(4442), + [anon_sym_COLON_COLON] = ACTIONS(4444), + [anon_sym_PLUS_EQ] = ACTIONS(4444), + [anon_sym_DASH_EQ] = ACTIONS(4444), + [anon_sym_STAR_EQ] = ACTIONS(4444), + [anon_sym_SLASH_EQ] = ACTIONS(4444), + [anon_sym_PERCENT_EQ] = ACTIONS(4444), + [anon_sym_BANG_EQ] = ACTIONS(4442), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4444), + [anon_sym_EQ_EQ] = ACTIONS(4442), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4444), + [anon_sym_LT_EQ] = ACTIONS(4444), + [anon_sym_GT_EQ] = ACTIONS(4444), + [anon_sym_BANGin] = ACTIONS(4444), + [anon_sym_is] = ACTIONS(4442), + [anon_sym_BANGis] = ACTIONS(4444), + [anon_sym_PLUS] = ACTIONS(4442), + [anon_sym_DASH] = ACTIONS(4442), + [anon_sym_SLASH] = ACTIONS(4442), + [anon_sym_PERCENT] = ACTIONS(4442), + [anon_sym_as_QMARK] = ACTIONS(4444), + [anon_sym_PLUS_PLUS] = ACTIONS(4444), + [anon_sym_DASH_DASH] = ACTIONS(4444), + [anon_sym_BANG_BANG] = ACTIONS(4444), + [anon_sym_suspend] = ACTIONS(4442), + [anon_sym_sealed] = ACTIONS(4442), + [anon_sym_annotation] = ACTIONS(4442), + [anon_sym_data] = ACTIONS(4442), + [anon_sym_inner] = ACTIONS(4442), + [anon_sym_override] = ACTIONS(4442), + [anon_sym_lateinit] = ACTIONS(4442), + [anon_sym_public] = ACTIONS(4442), + [anon_sym_private] = ACTIONS(4442), + [anon_sym_internal] = ACTIONS(4442), + [anon_sym_protected] = ACTIONS(4442), + [anon_sym_tailrec] = ACTIONS(4442), + [anon_sym_operator] = ACTIONS(4442), + [anon_sym_infix] = ACTIONS(4442), + [anon_sym_inline] = ACTIONS(4442), + [anon_sym_external] = ACTIONS(4442), + [sym_property_modifier] = ACTIONS(4442), + [anon_sym_abstract] = ACTIONS(4442), + [anon_sym_final] = ACTIONS(4442), + [anon_sym_open] = ACTIONS(4442), + [anon_sym_vararg] = ACTIONS(4442), + [anon_sym_noinline] = ACTIONS(4442), + [anon_sym_crossinline] = ACTIONS(4442), + [anon_sym_expect] = ACTIONS(4442), + [anon_sym_actual] = ACTIONS(4442), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4444), + [sym__automatic_semicolon] = ACTIONS(4444), + [sym_safe_nav] = ACTIONS(4444), [sym_multiline_comment] = ACTIONS(3), }, - [3613] = { - [sym_function_body] = STATE(3838), - [sym__block] = STATE(3725), - [sym__alpha_identifier] = ACTIONS(4191), - [anon_sym_AT] = ACTIONS(4193), - [anon_sym_COLON] = ACTIONS(6795), - [anon_sym_LBRACK] = ACTIONS(4193), - [anon_sym_as] = ACTIONS(4191), - [anon_sym_EQ] = ACTIONS(6566), - [anon_sym_LBRACE] = ACTIONS(6434), - [anon_sym_RBRACE] = ACTIONS(4193), - [anon_sym_LPAREN] = ACTIONS(4193), - [anon_sym_LT] = ACTIONS(4191), - [anon_sym_GT] = ACTIONS(4191), - [anon_sym_DOT] = ACTIONS(4191), - [anon_sym_SEMI] = ACTIONS(4193), - [anon_sym_get] = ACTIONS(4191), - [anon_sym_set] = ACTIONS(4191), - [anon_sym_STAR] = ACTIONS(4191), - [sym_label] = ACTIONS(4193), - [anon_sym_in] = ACTIONS(4191), - [anon_sym_DOT_DOT] = ACTIONS(4193), - [anon_sym_QMARK_COLON] = ACTIONS(4193), - [anon_sym_AMP_AMP] = ACTIONS(4193), - [anon_sym_PIPE_PIPE] = ACTIONS(4193), - [anon_sym_else] = ACTIONS(4191), - [anon_sym_COLON_COLON] = ACTIONS(4193), - [anon_sym_PLUS_EQ] = ACTIONS(4193), - [anon_sym_DASH_EQ] = ACTIONS(4193), - [anon_sym_STAR_EQ] = ACTIONS(4193), - [anon_sym_SLASH_EQ] = ACTIONS(4193), - [anon_sym_PERCENT_EQ] = ACTIONS(4193), - [anon_sym_BANG_EQ] = ACTIONS(4191), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4193), - [anon_sym_EQ_EQ] = ACTIONS(4191), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4193), - [anon_sym_LT_EQ] = ACTIONS(4193), - [anon_sym_GT_EQ] = ACTIONS(4193), - [anon_sym_BANGin] = ACTIONS(4193), - [anon_sym_is] = ACTIONS(4191), - [anon_sym_BANGis] = ACTIONS(4193), - [anon_sym_PLUS] = ACTIONS(4191), - [anon_sym_DASH] = ACTIONS(4191), - [anon_sym_SLASH] = ACTIONS(4191), - [anon_sym_PERCENT] = ACTIONS(4191), - [anon_sym_as_QMARK] = ACTIONS(4193), - [anon_sym_PLUS_PLUS] = ACTIONS(4193), - [anon_sym_DASH_DASH] = ACTIONS(4193), - [anon_sym_BANG_BANG] = ACTIONS(4193), - [anon_sym_suspend] = ACTIONS(4191), - [anon_sym_sealed] = ACTIONS(4191), - [anon_sym_annotation] = ACTIONS(4191), - [anon_sym_data] = ACTIONS(4191), - [anon_sym_inner] = ACTIONS(4191), - [anon_sym_override] = ACTIONS(4191), - [anon_sym_lateinit] = ACTIONS(4191), - [anon_sym_public] = ACTIONS(4191), - [anon_sym_private] = ACTIONS(4191), - [anon_sym_internal] = ACTIONS(4191), - [anon_sym_protected] = ACTIONS(4191), - [anon_sym_tailrec] = ACTIONS(4191), - [anon_sym_operator] = ACTIONS(4191), - [anon_sym_infix] = ACTIONS(4191), - [anon_sym_inline] = ACTIONS(4191), - [anon_sym_external] = ACTIONS(4191), - [sym_property_modifier] = ACTIONS(4191), - [anon_sym_abstract] = ACTIONS(4191), - [anon_sym_final] = ACTIONS(4191), - [anon_sym_open] = ACTIONS(4191), - [anon_sym_vararg] = ACTIONS(4191), - [anon_sym_noinline] = ACTIONS(4191), - [anon_sym_crossinline] = ACTIONS(4191), - [anon_sym_expect] = ACTIONS(4191), - [anon_sym_actual] = ACTIONS(4191), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4193), - [sym__automatic_semicolon] = ACTIONS(4193), - [sym_safe_nav] = ACTIONS(4193), + [3503] = { + [sym_type_constraints] = STATE(3577), + [sym_enum_class_body] = STATE(3673), + [sym__alpha_identifier] = ACTIONS(4346), + [anon_sym_AT] = ACTIONS(4348), + [anon_sym_LBRACK] = ACTIONS(4348), + [anon_sym_as] = ACTIONS(4346), + [anon_sym_EQ] = ACTIONS(4346), + [anon_sym_LBRACE] = ACTIONS(5415), + [anon_sym_RBRACE] = ACTIONS(4348), + [anon_sym_LPAREN] = ACTIONS(4348), + [anon_sym_COMMA] = ACTIONS(4348), + [anon_sym_LT] = ACTIONS(4346), + [anon_sym_GT] = ACTIONS(4346), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(4346), + [anon_sym_SEMI] = ACTIONS(4348), + [anon_sym_get] = ACTIONS(4346), + [anon_sym_set] = ACTIONS(4346), + [anon_sym_STAR] = ACTIONS(4346), + [sym_label] = ACTIONS(4348), + [anon_sym_in] = ACTIONS(4346), + [anon_sym_DOT_DOT] = ACTIONS(4348), + [anon_sym_QMARK_COLON] = ACTIONS(4348), + [anon_sym_AMP_AMP] = ACTIONS(4348), + [anon_sym_PIPE_PIPE] = ACTIONS(4348), + [anon_sym_else] = ACTIONS(4346), + [anon_sym_COLON_COLON] = ACTIONS(4348), + [anon_sym_PLUS_EQ] = ACTIONS(4348), + [anon_sym_DASH_EQ] = ACTIONS(4348), + [anon_sym_STAR_EQ] = ACTIONS(4348), + [anon_sym_SLASH_EQ] = ACTIONS(4348), + [anon_sym_PERCENT_EQ] = ACTIONS(4348), + [anon_sym_BANG_EQ] = ACTIONS(4346), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4348), + [anon_sym_EQ_EQ] = ACTIONS(4346), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4348), + [anon_sym_LT_EQ] = ACTIONS(4348), + [anon_sym_GT_EQ] = ACTIONS(4348), + [anon_sym_BANGin] = ACTIONS(4348), + [anon_sym_is] = ACTIONS(4346), + [anon_sym_BANGis] = ACTIONS(4348), + [anon_sym_PLUS] = ACTIONS(4346), + [anon_sym_DASH] = ACTIONS(4346), + [anon_sym_SLASH] = ACTIONS(4346), + [anon_sym_PERCENT] = ACTIONS(4346), + [anon_sym_as_QMARK] = ACTIONS(4348), + [anon_sym_PLUS_PLUS] = ACTIONS(4348), + [anon_sym_DASH_DASH] = ACTIONS(4348), + [anon_sym_BANG_BANG] = ACTIONS(4348), + [anon_sym_suspend] = ACTIONS(4346), + [anon_sym_sealed] = ACTIONS(4346), + [anon_sym_annotation] = ACTIONS(4346), + [anon_sym_data] = ACTIONS(4346), + [anon_sym_inner] = ACTIONS(4346), + [anon_sym_override] = ACTIONS(4346), + [anon_sym_lateinit] = ACTIONS(4346), + [anon_sym_public] = ACTIONS(4346), + [anon_sym_private] = ACTIONS(4346), + [anon_sym_internal] = ACTIONS(4346), + [anon_sym_protected] = ACTIONS(4346), + [anon_sym_tailrec] = ACTIONS(4346), + [anon_sym_operator] = ACTIONS(4346), + [anon_sym_infix] = ACTIONS(4346), + [anon_sym_inline] = ACTIONS(4346), + [anon_sym_external] = ACTIONS(4346), + [sym_property_modifier] = ACTIONS(4346), + [anon_sym_abstract] = ACTIONS(4346), + [anon_sym_final] = ACTIONS(4346), + [anon_sym_open] = ACTIONS(4346), + [anon_sym_vararg] = ACTIONS(4346), + [anon_sym_noinline] = ACTIONS(4346), + [anon_sym_crossinline] = ACTIONS(4346), + [anon_sym_expect] = ACTIONS(4346), + [anon_sym_actual] = ACTIONS(4346), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4348), + [sym__automatic_semicolon] = ACTIONS(4348), + [sym_safe_nav] = ACTIONS(4348), [sym_multiline_comment] = ACTIONS(3), }, - [3614] = { - [aux_sym_type_constraints_repeat1] = STATE(3656), + [3504] = { [sym__alpha_identifier] = ACTIONS(4491), [anon_sym_AT] = ACTIONS(4493), [anon_sym_LBRACK] = ACTIONS(4493), - [anon_sym_EQ] = ACTIONS(4493), + [anon_sym_as] = ACTIONS(4491), + [anon_sym_EQ] = ACTIONS(4491), [anon_sym_LBRACE] = ACTIONS(4493), [anon_sym_RBRACE] = ACTIONS(4493), [anon_sym_LPAREN] = ACTIONS(4493), - [anon_sym_COMMA] = ACTIONS(6797), + [anon_sym_COMMA] = ACTIONS(4493), [anon_sym_by] = ACTIONS(4491), - [anon_sym_object] = ACTIONS(4491), - [anon_sym_fun] = ACTIONS(4491), + [anon_sym_LT] = ACTIONS(4491), + [anon_sym_GT] = ACTIONS(4491), + [anon_sym_where] = ACTIONS(4491), + [anon_sym_DOT] = ACTIONS(4491), [anon_sym_SEMI] = ACTIONS(4493), [anon_sym_get] = ACTIONS(4491), [anon_sym_set] = ACTIONS(4491), - [anon_sym_this] = ACTIONS(4491), - [anon_sym_super] = ACTIONS(4491), - [anon_sym_STAR] = ACTIONS(4493), - [sym_label] = ACTIONS(4491), + [sym__quest] = ACTIONS(4491), + [anon_sym_STAR] = ACTIONS(4491), + [sym_label] = ACTIONS(4493), [anon_sym_in] = ACTIONS(4491), - [anon_sym_null] = ACTIONS(4491), - [anon_sym_if] = ACTIONS(4491), + [anon_sym_DOT_DOT] = ACTIONS(4493), + [anon_sym_QMARK_COLON] = ACTIONS(4493), + [anon_sym_AMP_AMP] = ACTIONS(4493), + [anon_sym_PIPE_PIPE] = ACTIONS(4493), [anon_sym_else] = ACTIONS(4491), - [anon_sym_when] = ACTIONS(4491), - [anon_sym_try] = ACTIONS(4491), - [anon_sym_throw] = ACTIONS(4491), - [anon_sym_return] = ACTIONS(4491), - [anon_sym_continue] = ACTIONS(4491), - [anon_sym_break] = ACTIONS(4491), [anon_sym_COLON_COLON] = ACTIONS(4493), + [anon_sym_PLUS_EQ] = ACTIONS(4493), + [anon_sym_DASH_EQ] = ACTIONS(4493), + [anon_sym_STAR_EQ] = ACTIONS(4493), + [anon_sym_SLASH_EQ] = ACTIONS(4493), + [anon_sym_PERCENT_EQ] = ACTIONS(4493), + [anon_sym_BANG_EQ] = ACTIONS(4491), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4493), + [anon_sym_EQ_EQ] = ACTIONS(4491), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4493), + [anon_sym_LT_EQ] = ACTIONS(4493), + [anon_sym_GT_EQ] = ACTIONS(4493), [anon_sym_BANGin] = ACTIONS(4493), [anon_sym_is] = ACTIONS(4491), [anon_sym_BANGis] = ACTIONS(4493), [anon_sym_PLUS] = ACTIONS(4491), [anon_sym_DASH] = ACTIONS(4491), + [anon_sym_SLASH] = ACTIONS(4491), + [anon_sym_PERCENT] = ACTIONS(4491), + [anon_sym_as_QMARK] = ACTIONS(4493), [anon_sym_PLUS_PLUS] = ACTIONS(4493), [anon_sym_DASH_DASH] = ACTIONS(4493), - [anon_sym_BANG] = ACTIONS(4491), + [anon_sym_BANG_BANG] = ACTIONS(4493), [anon_sym_suspend] = ACTIONS(4491), [anon_sym_sealed] = ACTIONS(4491), [anon_sym_annotation] = ACTIONS(4491), @@ -391986,444 +383318,602 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_operator] = ACTIONS(4491), [anon_sym_infix] = ACTIONS(4491), [anon_sym_inline] = ACTIONS(4491), - [anon_sym_external] = ACTIONS(4491), - [sym_property_modifier] = ACTIONS(4491), - [anon_sym_abstract] = ACTIONS(4491), - [anon_sym_final] = ACTIONS(4491), - [anon_sym_open] = ACTIONS(4491), - [anon_sym_vararg] = ACTIONS(4491), - [anon_sym_noinline] = ACTIONS(4491), - [anon_sym_crossinline] = ACTIONS(4491), - [anon_sym_expect] = ACTIONS(4491), - [anon_sym_actual] = ACTIONS(4491), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4493), - [anon_sym_continue_AT] = ACTIONS(4493), - [anon_sym_break_AT] = ACTIONS(4493), - [sym_real_literal] = ACTIONS(4493), - [sym_integer_literal] = ACTIONS(4491), - [sym_hex_literal] = ACTIONS(4493), - [sym_bin_literal] = ACTIONS(4493), - [anon_sym_true] = ACTIONS(4491), - [anon_sym_false] = ACTIONS(4491), - [anon_sym_SQUOTE] = ACTIONS(4493), - [sym__backtick_identifier] = ACTIONS(4493), - [sym__automatic_semicolon] = ACTIONS(4493), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4493), - }, - [3615] = { - [sym__alpha_identifier] = ACTIONS(4591), - [anon_sym_AT] = ACTIONS(4593), - [anon_sym_LBRACK] = ACTIONS(4593), - [anon_sym_EQ] = ACTIONS(4593), - [anon_sym_LBRACE] = ACTIONS(4593), - [anon_sym_RBRACE] = ACTIONS(4593), - [anon_sym_LPAREN] = ACTIONS(4593), - [anon_sym_COMMA] = ACTIONS(4593), - [anon_sym_by] = ACTIONS(4591), - [anon_sym_where] = ACTIONS(4591), - [anon_sym_object] = ACTIONS(4591), - [anon_sym_fun] = ACTIONS(4591), - [anon_sym_SEMI] = ACTIONS(4593), - [anon_sym_get] = ACTIONS(4591), - [anon_sym_set] = ACTIONS(4591), - [anon_sym_this] = ACTIONS(4591), - [anon_sym_super] = ACTIONS(4591), - [anon_sym_STAR] = ACTIONS(4593), - [sym_label] = ACTIONS(4591), - [anon_sym_in] = ACTIONS(4591), - [anon_sym_null] = ACTIONS(4591), - [anon_sym_if] = ACTIONS(4591), - [anon_sym_else] = ACTIONS(4591), - [anon_sym_when] = ACTIONS(4591), - [anon_sym_try] = ACTIONS(4591), - [anon_sym_throw] = ACTIONS(4591), - [anon_sym_return] = ACTIONS(4591), - [anon_sym_continue] = ACTIONS(4591), - [anon_sym_break] = ACTIONS(4591), - [anon_sym_COLON_COLON] = ACTIONS(4593), - [anon_sym_BANGin] = ACTIONS(4593), - [anon_sym_is] = ACTIONS(4591), - [anon_sym_BANGis] = ACTIONS(4593), - [anon_sym_PLUS] = ACTIONS(4591), - [anon_sym_DASH] = ACTIONS(4591), - [anon_sym_PLUS_PLUS] = ACTIONS(4593), - [anon_sym_DASH_DASH] = ACTIONS(4593), - [anon_sym_BANG] = ACTIONS(4591), - [anon_sym_suspend] = ACTIONS(4591), - [anon_sym_sealed] = ACTIONS(4591), - [anon_sym_annotation] = ACTIONS(4591), - [anon_sym_data] = ACTIONS(4591), - [anon_sym_inner] = ACTIONS(4591), - [anon_sym_override] = ACTIONS(4591), - [anon_sym_lateinit] = ACTIONS(4591), - [anon_sym_public] = ACTIONS(4591), - [anon_sym_private] = ACTIONS(4591), - [anon_sym_internal] = ACTIONS(4591), - [anon_sym_protected] = ACTIONS(4591), - [anon_sym_tailrec] = ACTIONS(4591), - [anon_sym_operator] = ACTIONS(4591), - [anon_sym_infix] = ACTIONS(4591), - [anon_sym_inline] = ACTIONS(4591), - [anon_sym_external] = ACTIONS(4591), - [sym_property_modifier] = ACTIONS(4591), - [anon_sym_abstract] = ACTIONS(4591), - [anon_sym_final] = ACTIONS(4591), - [anon_sym_open] = ACTIONS(4591), - [anon_sym_vararg] = ACTIONS(4591), - [anon_sym_noinline] = ACTIONS(4591), - [anon_sym_crossinline] = ACTIONS(4591), - [anon_sym_expect] = ACTIONS(4591), - [anon_sym_actual] = ACTIONS(4591), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4593), - [anon_sym_continue_AT] = ACTIONS(4593), - [anon_sym_break_AT] = ACTIONS(4593), - [sym_real_literal] = ACTIONS(4593), - [sym_integer_literal] = ACTIONS(4591), - [sym_hex_literal] = ACTIONS(4593), - [sym_bin_literal] = ACTIONS(4593), - [anon_sym_true] = ACTIONS(4591), - [anon_sym_false] = ACTIONS(4591), - [anon_sym_SQUOTE] = ACTIONS(4593), - [sym__backtick_identifier] = ACTIONS(4593), - [sym__automatic_semicolon] = ACTIONS(4593), + [anon_sym_external] = ACTIONS(4491), + [sym_property_modifier] = ACTIONS(4491), + [anon_sym_abstract] = ACTIONS(4491), + [anon_sym_final] = ACTIONS(4491), + [anon_sym_open] = ACTIONS(4491), + [anon_sym_vararg] = ACTIONS(4491), + [anon_sym_noinline] = ACTIONS(4491), + [anon_sym_crossinline] = ACTIONS(4491), + [anon_sym_expect] = ACTIONS(4491), + [anon_sym_actual] = ACTIONS(4491), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4493), + [sym__automatic_semicolon] = ACTIONS(4493), + [sym_safe_nav] = ACTIONS(4493), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4593), }, - [3616] = { - [aux_sym__delegation_specifiers_repeat1] = STATE(3630), - [sym__alpha_identifier] = ACTIONS(4684), - [anon_sym_AT] = ACTIONS(4686), - [anon_sym_LBRACK] = ACTIONS(4686), - [anon_sym_as] = ACTIONS(4684), - [anon_sym_EQ] = ACTIONS(4684), - [anon_sym_LBRACE] = ACTIONS(4686), - [anon_sym_RBRACE] = ACTIONS(4686), - [anon_sym_LPAREN] = ACTIONS(4686), - [anon_sym_COMMA] = ACTIONS(6799), - [anon_sym_LT] = ACTIONS(4684), - [anon_sym_GT] = ACTIONS(4684), - [anon_sym_where] = ACTIONS(4684), - [anon_sym_DOT] = ACTIONS(4684), - [anon_sym_SEMI] = ACTIONS(4686), - [anon_sym_get] = ACTIONS(4684), - [anon_sym_set] = ACTIONS(4684), - [anon_sym_STAR] = ACTIONS(4684), - [sym_label] = ACTIONS(4686), - [anon_sym_in] = ACTIONS(4684), - [anon_sym_DOT_DOT] = ACTIONS(4686), - [anon_sym_QMARK_COLON] = ACTIONS(4686), - [anon_sym_AMP_AMP] = ACTIONS(4686), - [anon_sym_PIPE_PIPE] = ACTIONS(4686), - [anon_sym_else] = ACTIONS(4684), - [anon_sym_COLON_COLON] = ACTIONS(4686), - [anon_sym_PLUS_EQ] = ACTIONS(4686), - [anon_sym_DASH_EQ] = ACTIONS(4686), - [anon_sym_STAR_EQ] = ACTIONS(4686), - [anon_sym_SLASH_EQ] = ACTIONS(4686), - [anon_sym_PERCENT_EQ] = ACTIONS(4686), - [anon_sym_BANG_EQ] = ACTIONS(4684), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4686), - [anon_sym_EQ_EQ] = ACTIONS(4684), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4686), - [anon_sym_LT_EQ] = ACTIONS(4686), - [anon_sym_GT_EQ] = ACTIONS(4686), - [anon_sym_BANGin] = ACTIONS(4686), - [anon_sym_is] = ACTIONS(4684), - [anon_sym_BANGis] = ACTIONS(4686), - [anon_sym_PLUS] = ACTIONS(4684), - [anon_sym_DASH] = ACTIONS(4684), - [anon_sym_SLASH] = ACTIONS(4684), - [anon_sym_PERCENT] = ACTIONS(4684), - [anon_sym_as_QMARK] = ACTIONS(4686), - [anon_sym_PLUS_PLUS] = ACTIONS(4686), - [anon_sym_DASH_DASH] = ACTIONS(4686), - [anon_sym_BANG_BANG] = ACTIONS(4686), - [anon_sym_suspend] = ACTIONS(4684), - [anon_sym_sealed] = ACTIONS(4684), - [anon_sym_annotation] = ACTIONS(4684), - [anon_sym_data] = ACTIONS(4684), - [anon_sym_inner] = ACTIONS(4684), - [anon_sym_override] = ACTIONS(4684), - [anon_sym_lateinit] = ACTIONS(4684), - [anon_sym_public] = ACTIONS(4684), - [anon_sym_private] = ACTIONS(4684), - [anon_sym_internal] = ACTIONS(4684), - [anon_sym_protected] = ACTIONS(4684), - [anon_sym_tailrec] = ACTIONS(4684), - [anon_sym_operator] = ACTIONS(4684), - [anon_sym_infix] = ACTIONS(4684), - [anon_sym_inline] = ACTIONS(4684), - [anon_sym_external] = ACTIONS(4684), - [sym_property_modifier] = ACTIONS(4684), - [anon_sym_abstract] = ACTIONS(4684), - [anon_sym_final] = ACTIONS(4684), - [anon_sym_open] = ACTIONS(4684), - [anon_sym_vararg] = ACTIONS(4684), - [anon_sym_noinline] = ACTIONS(4684), - [anon_sym_crossinline] = ACTIONS(4684), - [anon_sym_expect] = ACTIONS(4684), - [anon_sym_actual] = ACTIONS(4684), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4686), - [sym__automatic_semicolon] = ACTIONS(4686), - [sym_safe_nav] = ACTIONS(4686), + [3505] = { + [sym_function_body] = STATE(3837), + [sym__block] = STATE(3738), + [sym__alpha_identifier] = ACTIONS(4047), + [anon_sym_AT] = ACTIONS(4049), + [anon_sym_LBRACK] = ACTIONS(4049), + [anon_sym_as] = ACTIONS(4047), + [anon_sym_EQ] = ACTIONS(6459), + [anon_sym_LBRACE] = ACTIONS(6461), + [anon_sym_RBRACE] = ACTIONS(4049), + [anon_sym_LPAREN] = ACTIONS(4049), + [anon_sym_COMMA] = ACTIONS(4049), + [anon_sym_LT] = ACTIONS(4047), + [anon_sym_GT] = ACTIONS(4047), + [anon_sym_where] = ACTIONS(4047), + [anon_sym_DOT] = ACTIONS(4047), + [anon_sym_SEMI] = ACTIONS(4049), + [anon_sym_get] = ACTIONS(4047), + [anon_sym_set] = ACTIONS(4047), + [anon_sym_STAR] = ACTIONS(4047), + [sym_label] = ACTIONS(4049), + [anon_sym_in] = ACTIONS(4047), + [anon_sym_DOT_DOT] = ACTIONS(4049), + [anon_sym_QMARK_COLON] = ACTIONS(4049), + [anon_sym_AMP_AMP] = ACTIONS(4049), + [anon_sym_PIPE_PIPE] = ACTIONS(4049), + [anon_sym_else] = ACTIONS(4047), + [anon_sym_COLON_COLON] = ACTIONS(4049), + [anon_sym_PLUS_EQ] = ACTIONS(4049), + [anon_sym_DASH_EQ] = ACTIONS(4049), + [anon_sym_STAR_EQ] = ACTIONS(4049), + [anon_sym_SLASH_EQ] = ACTIONS(4049), + [anon_sym_PERCENT_EQ] = ACTIONS(4049), + [anon_sym_BANG_EQ] = ACTIONS(4047), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4049), + [anon_sym_EQ_EQ] = ACTIONS(4047), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4049), + [anon_sym_LT_EQ] = ACTIONS(4049), + [anon_sym_GT_EQ] = ACTIONS(4049), + [anon_sym_BANGin] = ACTIONS(4049), + [anon_sym_is] = ACTIONS(4047), + [anon_sym_BANGis] = ACTIONS(4049), + [anon_sym_PLUS] = ACTIONS(4047), + [anon_sym_DASH] = ACTIONS(4047), + [anon_sym_SLASH] = ACTIONS(4047), + [anon_sym_PERCENT] = ACTIONS(4047), + [anon_sym_as_QMARK] = ACTIONS(4049), + [anon_sym_PLUS_PLUS] = ACTIONS(4049), + [anon_sym_DASH_DASH] = ACTIONS(4049), + [anon_sym_BANG_BANG] = ACTIONS(4049), + [anon_sym_suspend] = ACTIONS(4047), + [anon_sym_sealed] = ACTIONS(4047), + [anon_sym_annotation] = ACTIONS(4047), + [anon_sym_data] = ACTIONS(4047), + [anon_sym_inner] = ACTIONS(4047), + [anon_sym_override] = ACTIONS(4047), + [anon_sym_lateinit] = ACTIONS(4047), + [anon_sym_public] = ACTIONS(4047), + [anon_sym_private] = ACTIONS(4047), + [anon_sym_internal] = ACTIONS(4047), + [anon_sym_protected] = ACTIONS(4047), + [anon_sym_tailrec] = ACTIONS(4047), + [anon_sym_operator] = ACTIONS(4047), + [anon_sym_infix] = ACTIONS(4047), + [anon_sym_inline] = ACTIONS(4047), + [anon_sym_external] = ACTIONS(4047), + [sym_property_modifier] = ACTIONS(4047), + [anon_sym_abstract] = ACTIONS(4047), + [anon_sym_final] = ACTIONS(4047), + [anon_sym_open] = ACTIONS(4047), + [anon_sym_vararg] = ACTIONS(4047), + [anon_sym_noinline] = ACTIONS(4047), + [anon_sym_crossinline] = ACTIONS(4047), + [anon_sym_expect] = ACTIONS(4047), + [anon_sym_actual] = ACTIONS(4047), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4049), + [sym__automatic_semicolon] = ACTIONS(4049), + [sym_safe_nav] = ACTIONS(4049), [sym_multiline_comment] = ACTIONS(3), }, - [3617] = { - [sym_function_body] = STATE(3145), - [sym__block] = STATE(3367), - [sym__alpha_identifier] = ACTIONS(4095), - [anon_sym_AT] = ACTIONS(4097), - [anon_sym_LBRACK] = ACTIONS(4097), - [anon_sym_as] = ACTIONS(4095), - [anon_sym_EQ] = ACTIONS(6462), - [anon_sym_LBRACE] = ACTIONS(6236), - [anon_sym_RBRACE] = ACTIONS(4097), - [anon_sym_LPAREN] = ACTIONS(4097), - [anon_sym_RPAREN] = ACTIONS(4097), - [anon_sym_LT] = ACTIONS(4095), - [anon_sym_GT] = ACTIONS(4095), - [anon_sym_DOT] = ACTIONS(4095), - [anon_sym_SEMI] = ACTIONS(4097), - [anon_sym_get] = ACTIONS(4095), - [anon_sym_set] = ACTIONS(4095), - [anon_sym_STAR] = ACTIONS(4095), - [sym_label] = ACTIONS(4097), - [anon_sym_in] = ACTIONS(4095), - [anon_sym_while] = ACTIONS(4095), - [anon_sym_DOT_DOT] = ACTIONS(4097), - [anon_sym_QMARK_COLON] = ACTIONS(4097), - [anon_sym_AMP_AMP] = ACTIONS(4097), - [anon_sym_PIPE_PIPE] = ACTIONS(4097), - [anon_sym_else] = ACTIONS(4095), - [anon_sym_COLON_COLON] = ACTIONS(4097), - [anon_sym_PLUS_EQ] = ACTIONS(4097), - [anon_sym_DASH_EQ] = ACTIONS(4097), - [anon_sym_STAR_EQ] = ACTIONS(4097), - [anon_sym_SLASH_EQ] = ACTIONS(4097), - [anon_sym_PERCENT_EQ] = ACTIONS(4097), - [anon_sym_BANG_EQ] = ACTIONS(4095), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4097), - [anon_sym_EQ_EQ] = ACTIONS(4095), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4097), - [anon_sym_LT_EQ] = ACTIONS(4097), - [anon_sym_GT_EQ] = ACTIONS(4097), - [anon_sym_BANGin] = ACTIONS(4097), - [anon_sym_is] = ACTIONS(4095), - [anon_sym_BANGis] = ACTIONS(4097), - [anon_sym_PLUS] = ACTIONS(4095), - [anon_sym_DASH] = ACTIONS(4095), - [anon_sym_SLASH] = ACTIONS(4095), - [anon_sym_PERCENT] = ACTIONS(4095), - [anon_sym_as_QMARK] = ACTIONS(4097), - [anon_sym_PLUS_PLUS] = ACTIONS(4097), - [anon_sym_DASH_DASH] = ACTIONS(4097), - [anon_sym_BANG_BANG] = ACTIONS(4097), - [anon_sym_suspend] = ACTIONS(4095), - [anon_sym_sealed] = ACTIONS(4095), - [anon_sym_annotation] = ACTIONS(4095), - [anon_sym_data] = ACTIONS(4095), - [anon_sym_inner] = ACTIONS(4095), - [anon_sym_override] = ACTIONS(4095), - [anon_sym_lateinit] = ACTIONS(4095), - [anon_sym_public] = ACTIONS(4095), - [anon_sym_private] = ACTIONS(4095), - [anon_sym_internal] = ACTIONS(4095), - [anon_sym_protected] = ACTIONS(4095), - [anon_sym_tailrec] = ACTIONS(4095), - [anon_sym_operator] = ACTIONS(4095), - [anon_sym_infix] = ACTIONS(4095), - [anon_sym_inline] = ACTIONS(4095), - [anon_sym_external] = ACTIONS(4095), - [sym_property_modifier] = ACTIONS(4095), - [anon_sym_abstract] = ACTIONS(4095), - [anon_sym_final] = ACTIONS(4095), - [anon_sym_open] = ACTIONS(4095), - [anon_sym_vararg] = ACTIONS(4095), - [anon_sym_noinline] = ACTIONS(4095), - [anon_sym_crossinline] = ACTIONS(4095), - [anon_sym_expect] = ACTIONS(4095), - [anon_sym_actual] = ACTIONS(4095), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4097), - [sym_safe_nav] = ACTIONS(4097), + [3506] = { + [sym__alpha_identifier] = ACTIONS(4272), + [anon_sym_AT] = ACTIONS(4274), + [anon_sym_LBRACK] = ACTIONS(4274), + [anon_sym_as] = ACTIONS(4272), + [anon_sym_EQ] = ACTIONS(4272), + [anon_sym_LBRACE] = ACTIONS(4274), + [anon_sym_RBRACE] = ACTIONS(4274), + [anon_sym_LPAREN] = ACTIONS(4274), + [anon_sym_COMMA] = ACTIONS(4274), + [anon_sym_by] = ACTIONS(4272), + [anon_sym_LT] = ACTIONS(4272), + [anon_sym_GT] = ACTIONS(4272), + [anon_sym_where] = ACTIONS(4272), + [anon_sym_DOT] = ACTIONS(4272), + [anon_sym_SEMI] = ACTIONS(4274), + [anon_sym_get] = ACTIONS(4272), + [anon_sym_set] = ACTIONS(4272), + [sym__quest] = ACTIONS(4272), + [anon_sym_STAR] = ACTIONS(4272), + [sym_label] = ACTIONS(4274), + [anon_sym_in] = ACTIONS(4272), + [anon_sym_DOT_DOT] = ACTIONS(4274), + [anon_sym_QMARK_COLON] = ACTIONS(4274), + [anon_sym_AMP_AMP] = ACTIONS(4274), + [anon_sym_PIPE_PIPE] = ACTIONS(4274), + [anon_sym_else] = ACTIONS(4272), + [anon_sym_COLON_COLON] = ACTIONS(4274), + [anon_sym_PLUS_EQ] = ACTIONS(4274), + [anon_sym_DASH_EQ] = ACTIONS(4274), + [anon_sym_STAR_EQ] = ACTIONS(4274), + [anon_sym_SLASH_EQ] = ACTIONS(4274), + [anon_sym_PERCENT_EQ] = ACTIONS(4274), + [anon_sym_BANG_EQ] = ACTIONS(4272), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4274), + [anon_sym_EQ_EQ] = ACTIONS(4272), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4274), + [anon_sym_LT_EQ] = ACTIONS(4274), + [anon_sym_GT_EQ] = ACTIONS(4274), + [anon_sym_BANGin] = ACTIONS(4274), + [anon_sym_is] = ACTIONS(4272), + [anon_sym_BANGis] = ACTIONS(4274), + [anon_sym_PLUS] = ACTIONS(4272), + [anon_sym_DASH] = ACTIONS(4272), + [anon_sym_SLASH] = ACTIONS(4272), + [anon_sym_PERCENT] = ACTIONS(4272), + [anon_sym_as_QMARK] = ACTIONS(4274), + [anon_sym_PLUS_PLUS] = ACTIONS(4274), + [anon_sym_DASH_DASH] = ACTIONS(4274), + [anon_sym_BANG_BANG] = ACTIONS(4274), + [anon_sym_suspend] = ACTIONS(4272), + [anon_sym_sealed] = ACTIONS(4272), + [anon_sym_annotation] = ACTIONS(4272), + [anon_sym_data] = ACTIONS(4272), + [anon_sym_inner] = ACTIONS(4272), + [anon_sym_override] = ACTIONS(4272), + [anon_sym_lateinit] = ACTIONS(4272), + [anon_sym_public] = ACTIONS(4272), + [anon_sym_private] = ACTIONS(4272), + [anon_sym_internal] = ACTIONS(4272), + [anon_sym_protected] = ACTIONS(4272), + [anon_sym_tailrec] = ACTIONS(4272), + [anon_sym_operator] = ACTIONS(4272), + [anon_sym_infix] = ACTIONS(4272), + [anon_sym_inline] = ACTIONS(4272), + [anon_sym_external] = ACTIONS(4272), + [sym_property_modifier] = ACTIONS(4272), + [anon_sym_abstract] = ACTIONS(4272), + [anon_sym_final] = ACTIONS(4272), + [anon_sym_open] = ACTIONS(4272), + [anon_sym_vararg] = ACTIONS(4272), + [anon_sym_noinline] = ACTIONS(4272), + [anon_sym_crossinline] = ACTIONS(4272), + [anon_sym_expect] = ACTIONS(4272), + [anon_sym_actual] = ACTIONS(4272), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4274), + [sym__automatic_semicolon] = ACTIONS(4274), + [sym_safe_nav] = ACTIONS(4274), [sym_multiline_comment] = ACTIONS(3), }, - [3618] = { - [sym_function_body] = STATE(3343), - [sym__block] = STATE(3367), - [sym__alpha_identifier] = ACTIONS(4191), - [anon_sym_AT] = ACTIONS(4193), - [anon_sym_COLON] = ACTIONS(6801), - [anon_sym_LBRACK] = ACTIONS(4193), - [anon_sym_RBRACK] = ACTIONS(4193), - [anon_sym_as] = ACTIONS(4191), - [anon_sym_EQ] = ACTIONS(6621), - [anon_sym_LBRACE] = ACTIONS(6236), - [anon_sym_RBRACE] = ACTIONS(4193), - [anon_sym_LPAREN] = ACTIONS(4193), - [anon_sym_COMMA] = ACTIONS(4193), - [anon_sym_RPAREN] = ACTIONS(4193), - [anon_sym_LT] = ACTIONS(4191), - [anon_sym_GT] = ACTIONS(4191), - [anon_sym_where] = ACTIONS(4191), - [anon_sym_DOT] = ACTIONS(4191), - [anon_sym_SEMI] = ACTIONS(4193), - [anon_sym_get] = ACTIONS(4191), - [anon_sym_set] = ACTIONS(4191), - [anon_sym_STAR] = ACTIONS(4193), - [anon_sym_DASH_GT] = ACTIONS(4193), - [sym_label] = ACTIONS(4193), - [anon_sym_in] = ACTIONS(4191), - [anon_sym_while] = ACTIONS(4191), - [anon_sym_DOT_DOT] = ACTIONS(4193), - [anon_sym_QMARK_COLON] = ACTIONS(4193), - [anon_sym_AMP_AMP] = ACTIONS(4193), - [anon_sym_PIPE_PIPE] = ACTIONS(4193), - [anon_sym_else] = ACTIONS(4191), - [anon_sym_COLON_COLON] = ACTIONS(4193), - [anon_sym_BANG_EQ] = ACTIONS(4191), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4193), - [anon_sym_EQ_EQ] = ACTIONS(4191), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4193), - [anon_sym_LT_EQ] = ACTIONS(4193), - [anon_sym_GT_EQ] = ACTIONS(4193), - [anon_sym_BANGin] = ACTIONS(4193), - [anon_sym_is] = ACTIONS(4191), - [anon_sym_BANGis] = ACTIONS(4193), - [anon_sym_PLUS] = ACTIONS(4191), - [anon_sym_DASH] = ACTIONS(4191), - [anon_sym_SLASH] = ACTIONS(4191), - [anon_sym_PERCENT] = ACTIONS(4193), - [anon_sym_as_QMARK] = ACTIONS(4193), - [anon_sym_PLUS_PLUS] = ACTIONS(4193), - [anon_sym_DASH_DASH] = ACTIONS(4193), - [anon_sym_BANG_BANG] = ACTIONS(4193), - [anon_sym_suspend] = ACTIONS(4191), - [anon_sym_sealed] = ACTIONS(4191), - [anon_sym_annotation] = ACTIONS(4191), - [anon_sym_data] = ACTIONS(4191), - [anon_sym_inner] = ACTIONS(4191), - [anon_sym_override] = ACTIONS(4191), - [anon_sym_lateinit] = ACTIONS(4191), - [anon_sym_public] = ACTIONS(4191), - [anon_sym_private] = ACTIONS(4191), - [anon_sym_internal] = ACTIONS(4191), - [anon_sym_protected] = ACTIONS(4191), - [anon_sym_tailrec] = ACTIONS(4191), - [anon_sym_operator] = ACTIONS(4191), - [anon_sym_infix] = ACTIONS(4191), - [anon_sym_inline] = ACTIONS(4191), - [anon_sym_external] = ACTIONS(4191), - [sym_property_modifier] = ACTIONS(4191), - [anon_sym_abstract] = ACTIONS(4191), - [anon_sym_final] = ACTIONS(4191), - [anon_sym_open] = ACTIONS(4191), - [anon_sym_vararg] = ACTIONS(4191), - [anon_sym_noinline] = ACTIONS(4191), - [anon_sym_crossinline] = ACTIONS(4191), - [anon_sym_expect] = ACTIONS(4191), - [anon_sym_actual] = ACTIONS(4191), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4193), - [sym_safe_nav] = ACTIONS(4193), + [3507] = { + [aux_sym_type_constraints_repeat1] = STATE(3507), + [sym__alpha_identifier] = ACTIONS(4464), + [anon_sym_AT] = ACTIONS(4466), + [anon_sym_LBRACK] = ACTIONS(4466), + [anon_sym_as] = ACTIONS(4464), + [anon_sym_EQ] = ACTIONS(4464), + [anon_sym_LBRACE] = ACTIONS(4466), + [anon_sym_RBRACE] = ACTIONS(4466), + [anon_sym_LPAREN] = ACTIONS(4466), + [anon_sym_COMMA] = ACTIONS(6645), + [anon_sym_by] = ACTIONS(4464), + [anon_sym_LT] = ACTIONS(4464), + [anon_sym_GT] = ACTIONS(4464), + [anon_sym_where] = ACTIONS(4464), + [anon_sym_DOT] = ACTIONS(4464), + [anon_sym_SEMI] = ACTIONS(4466), + [anon_sym_get] = ACTIONS(4464), + [anon_sym_set] = ACTIONS(4464), + [anon_sym_STAR] = ACTIONS(4464), + [sym_label] = ACTIONS(4466), + [anon_sym_in] = ACTIONS(4464), + [anon_sym_DOT_DOT] = ACTIONS(4466), + [anon_sym_QMARK_COLON] = ACTIONS(4466), + [anon_sym_AMP_AMP] = ACTIONS(4466), + [anon_sym_PIPE_PIPE] = ACTIONS(4466), + [anon_sym_else] = ACTIONS(4464), + [anon_sym_COLON_COLON] = ACTIONS(4466), + [anon_sym_PLUS_EQ] = ACTIONS(4466), + [anon_sym_DASH_EQ] = ACTIONS(4466), + [anon_sym_STAR_EQ] = ACTIONS(4466), + [anon_sym_SLASH_EQ] = ACTIONS(4466), + [anon_sym_PERCENT_EQ] = ACTIONS(4466), + [anon_sym_BANG_EQ] = ACTIONS(4464), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4466), + [anon_sym_EQ_EQ] = ACTIONS(4464), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4466), + [anon_sym_LT_EQ] = ACTIONS(4466), + [anon_sym_GT_EQ] = ACTIONS(4466), + [anon_sym_BANGin] = ACTIONS(4466), + [anon_sym_is] = ACTIONS(4464), + [anon_sym_BANGis] = ACTIONS(4466), + [anon_sym_PLUS] = ACTIONS(4464), + [anon_sym_DASH] = ACTIONS(4464), + [anon_sym_SLASH] = ACTIONS(4464), + [anon_sym_PERCENT] = ACTIONS(4464), + [anon_sym_as_QMARK] = ACTIONS(4466), + [anon_sym_PLUS_PLUS] = ACTIONS(4466), + [anon_sym_DASH_DASH] = ACTIONS(4466), + [anon_sym_BANG_BANG] = ACTIONS(4466), + [anon_sym_suspend] = ACTIONS(4464), + [anon_sym_sealed] = ACTIONS(4464), + [anon_sym_annotation] = ACTIONS(4464), + [anon_sym_data] = ACTIONS(4464), + [anon_sym_inner] = ACTIONS(4464), + [anon_sym_override] = ACTIONS(4464), + [anon_sym_lateinit] = ACTIONS(4464), + [anon_sym_public] = ACTIONS(4464), + [anon_sym_private] = ACTIONS(4464), + [anon_sym_internal] = ACTIONS(4464), + [anon_sym_protected] = ACTIONS(4464), + [anon_sym_tailrec] = ACTIONS(4464), + [anon_sym_operator] = ACTIONS(4464), + [anon_sym_infix] = ACTIONS(4464), + [anon_sym_inline] = ACTIONS(4464), + [anon_sym_external] = ACTIONS(4464), + [sym_property_modifier] = ACTIONS(4464), + [anon_sym_abstract] = ACTIONS(4464), + [anon_sym_final] = ACTIONS(4464), + [anon_sym_open] = ACTIONS(4464), + [anon_sym_vararg] = ACTIONS(4464), + [anon_sym_noinline] = ACTIONS(4464), + [anon_sym_crossinline] = ACTIONS(4464), + [anon_sym_expect] = ACTIONS(4464), + [anon_sym_actual] = ACTIONS(4464), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4466), + [sym__automatic_semicolon] = ACTIONS(4466), + [sym_safe_nav] = ACTIONS(4466), [sym_multiline_comment] = ACTIONS(3), }, - [3619] = { - [sym_enum_class_body] = STATE(3745), - [sym__alpha_identifier] = ACTIONS(4495), - [anon_sym_AT] = ACTIONS(4497), - [anon_sym_LBRACK] = ACTIONS(4497), - [anon_sym_as] = ACTIONS(4495), - [anon_sym_EQ] = ACTIONS(4495), - [anon_sym_LBRACE] = ACTIONS(5359), - [anon_sym_RBRACE] = ACTIONS(4497), - [anon_sym_LPAREN] = ACTIONS(4497), - [anon_sym_COMMA] = ACTIONS(4497), - [anon_sym_LT] = ACTIONS(4495), - [anon_sym_GT] = ACTIONS(4495), - [anon_sym_where] = ACTIONS(4495), - [anon_sym_DOT] = ACTIONS(4495), - [anon_sym_SEMI] = ACTIONS(4497), - [anon_sym_get] = ACTIONS(4495), - [anon_sym_set] = ACTIONS(4495), - [anon_sym_STAR] = ACTIONS(4495), - [sym_label] = ACTIONS(4497), - [anon_sym_in] = ACTIONS(4495), - [anon_sym_DOT_DOT] = ACTIONS(4497), - [anon_sym_QMARK_COLON] = ACTIONS(4497), - [anon_sym_AMP_AMP] = ACTIONS(4497), - [anon_sym_PIPE_PIPE] = ACTIONS(4497), - [anon_sym_else] = ACTIONS(4495), - [anon_sym_COLON_COLON] = ACTIONS(4497), - [anon_sym_PLUS_EQ] = ACTIONS(4497), - [anon_sym_DASH_EQ] = ACTIONS(4497), - [anon_sym_STAR_EQ] = ACTIONS(4497), - [anon_sym_SLASH_EQ] = ACTIONS(4497), - [anon_sym_PERCENT_EQ] = ACTIONS(4497), - [anon_sym_BANG_EQ] = ACTIONS(4495), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4497), - [anon_sym_EQ_EQ] = ACTIONS(4495), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4497), - [anon_sym_LT_EQ] = ACTIONS(4497), - [anon_sym_GT_EQ] = ACTIONS(4497), - [anon_sym_BANGin] = ACTIONS(4497), - [anon_sym_is] = ACTIONS(4495), - [anon_sym_BANGis] = ACTIONS(4497), - [anon_sym_PLUS] = ACTIONS(4495), - [anon_sym_DASH] = ACTIONS(4495), - [anon_sym_SLASH] = ACTIONS(4495), - [anon_sym_PERCENT] = ACTIONS(4495), - [anon_sym_as_QMARK] = ACTIONS(4497), - [anon_sym_PLUS_PLUS] = ACTIONS(4497), - [anon_sym_DASH_DASH] = ACTIONS(4497), - [anon_sym_BANG_BANG] = ACTIONS(4497), - [anon_sym_suspend] = ACTIONS(4495), - [anon_sym_sealed] = ACTIONS(4495), - [anon_sym_annotation] = ACTIONS(4495), - [anon_sym_data] = ACTIONS(4495), - [anon_sym_inner] = ACTIONS(4495), - [anon_sym_override] = ACTIONS(4495), - [anon_sym_lateinit] = ACTIONS(4495), - [anon_sym_public] = ACTIONS(4495), - [anon_sym_private] = ACTIONS(4495), - [anon_sym_internal] = ACTIONS(4495), - [anon_sym_protected] = ACTIONS(4495), - [anon_sym_tailrec] = ACTIONS(4495), - [anon_sym_operator] = ACTIONS(4495), - [anon_sym_infix] = ACTIONS(4495), - [anon_sym_inline] = ACTIONS(4495), - [anon_sym_external] = ACTIONS(4495), - [sym_property_modifier] = ACTIONS(4495), - [anon_sym_abstract] = ACTIONS(4495), - [anon_sym_final] = ACTIONS(4495), - [anon_sym_open] = ACTIONS(4495), - [anon_sym_vararg] = ACTIONS(4495), - [anon_sym_noinline] = ACTIONS(4495), - [anon_sym_crossinline] = ACTIONS(4495), - [anon_sym_expect] = ACTIONS(4495), - [anon_sym_actual] = ACTIONS(4495), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4497), - [sym__automatic_semicolon] = ACTIONS(4497), - [sym_safe_nav] = ACTIONS(4497), + [3508] = { + [sym_function_body] = STATE(3793), + [sym__block] = STATE(3738), + [sym__alpha_identifier] = ACTIONS(4210), + [anon_sym_AT] = ACTIONS(4212), + [anon_sym_LBRACK] = ACTIONS(4212), + [anon_sym_as] = ACTIONS(4210), + [anon_sym_EQ] = ACTIONS(6459), + [anon_sym_LBRACE] = ACTIONS(6461), + [anon_sym_RBRACE] = ACTIONS(4212), + [anon_sym_LPAREN] = ACTIONS(4212), + [anon_sym_COMMA] = ACTIONS(4212), + [anon_sym_LT] = ACTIONS(4210), + [anon_sym_GT] = ACTIONS(4210), + [anon_sym_where] = ACTIONS(4210), + [anon_sym_DOT] = ACTIONS(4210), + [anon_sym_SEMI] = ACTIONS(4212), + [anon_sym_get] = ACTIONS(4210), + [anon_sym_set] = ACTIONS(4210), + [anon_sym_STAR] = ACTIONS(4210), + [sym_label] = ACTIONS(4212), + [anon_sym_in] = ACTIONS(4210), + [anon_sym_DOT_DOT] = ACTIONS(4212), + [anon_sym_QMARK_COLON] = ACTIONS(4212), + [anon_sym_AMP_AMP] = ACTIONS(4212), + [anon_sym_PIPE_PIPE] = ACTIONS(4212), + [anon_sym_else] = ACTIONS(4210), + [anon_sym_COLON_COLON] = ACTIONS(4212), + [anon_sym_PLUS_EQ] = ACTIONS(4212), + [anon_sym_DASH_EQ] = ACTIONS(4212), + [anon_sym_STAR_EQ] = ACTIONS(4212), + [anon_sym_SLASH_EQ] = ACTIONS(4212), + [anon_sym_PERCENT_EQ] = ACTIONS(4212), + [anon_sym_BANG_EQ] = ACTIONS(4210), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4212), + [anon_sym_EQ_EQ] = ACTIONS(4210), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4212), + [anon_sym_LT_EQ] = ACTIONS(4212), + [anon_sym_GT_EQ] = ACTIONS(4212), + [anon_sym_BANGin] = ACTIONS(4212), + [anon_sym_is] = ACTIONS(4210), + [anon_sym_BANGis] = ACTIONS(4212), + [anon_sym_PLUS] = ACTIONS(4210), + [anon_sym_DASH] = ACTIONS(4210), + [anon_sym_SLASH] = ACTIONS(4210), + [anon_sym_PERCENT] = ACTIONS(4210), + [anon_sym_as_QMARK] = ACTIONS(4212), + [anon_sym_PLUS_PLUS] = ACTIONS(4212), + [anon_sym_DASH_DASH] = ACTIONS(4212), + [anon_sym_BANG_BANG] = ACTIONS(4212), + [anon_sym_suspend] = ACTIONS(4210), + [anon_sym_sealed] = ACTIONS(4210), + [anon_sym_annotation] = ACTIONS(4210), + [anon_sym_data] = ACTIONS(4210), + [anon_sym_inner] = ACTIONS(4210), + [anon_sym_override] = ACTIONS(4210), + [anon_sym_lateinit] = ACTIONS(4210), + [anon_sym_public] = ACTIONS(4210), + [anon_sym_private] = ACTIONS(4210), + [anon_sym_internal] = ACTIONS(4210), + [anon_sym_protected] = ACTIONS(4210), + [anon_sym_tailrec] = ACTIONS(4210), + [anon_sym_operator] = ACTIONS(4210), + [anon_sym_infix] = ACTIONS(4210), + [anon_sym_inline] = ACTIONS(4210), + [anon_sym_external] = ACTIONS(4210), + [sym_property_modifier] = ACTIONS(4210), + [anon_sym_abstract] = ACTIONS(4210), + [anon_sym_final] = ACTIONS(4210), + [anon_sym_open] = ACTIONS(4210), + [anon_sym_vararg] = ACTIONS(4210), + [anon_sym_noinline] = ACTIONS(4210), + [anon_sym_crossinline] = ACTIONS(4210), + [anon_sym_expect] = ACTIONS(4210), + [anon_sym_actual] = ACTIONS(4210), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4212), + [sym__automatic_semicolon] = ACTIONS(4212), + [sym_safe_nav] = ACTIONS(4212), [sym_multiline_comment] = ACTIONS(3), }, - [3620] = { - [sym_function_body] = STATE(3785), - [sym__block] = STATE(3725), + [3509] = { + [sym_function_body] = STATE(3788), + [sym__block] = STATE(3738), + [sym__alpha_identifier] = ACTIONS(4099), + [anon_sym_AT] = ACTIONS(4101), + [anon_sym_LBRACK] = ACTIONS(4101), + [anon_sym_as] = ACTIONS(4099), + [anon_sym_EQ] = ACTIONS(6459), + [anon_sym_LBRACE] = ACTIONS(6461), + [anon_sym_RBRACE] = ACTIONS(4101), + [anon_sym_LPAREN] = ACTIONS(4101), + [anon_sym_COMMA] = ACTIONS(4101), + [anon_sym_LT] = ACTIONS(4099), + [anon_sym_GT] = ACTIONS(4099), + [anon_sym_where] = ACTIONS(4099), + [anon_sym_DOT] = ACTIONS(4099), + [anon_sym_SEMI] = ACTIONS(4101), + [anon_sym_get] = ACTIONS(4099), + [anon_sym_set] = ACTIONS(4099), + [anon_sym_STAR] = ACTIONS(4099), + [sym_label] = ACTIONS(4101), + [anon_sym_in] = ACTIONS(4099), + [anon_sym_DOT_DOT] = ACTIONS(4101), + [anon_sym_QMARK_COLON] = ACTIONS(4101), + [anon_sym_AMP_AMP] = ACTIONS(4101), + [anon_sym_PIPE_PIPE] = ACTIONS(4101), + [anon_sym_else] = ACTIONS(4099), + [anon_sym_COLON_COLON] = ACTIONS(4101), + [anon_sym_PLUS_EQ] = ACTIONS(4101), + [anon_sym_DASH_EQ] = ACTIONS(4101), + [anon_sym_STAR_EQ] = ACTIONS(4101), + [anon_sym_SLASH_EQ] = ACTIONS(4101), + [anon_sym_PERCENT_EQ] = ACTIONS(4101), + [anon_sym_BANG_EQ] = ACTIONS(4099), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4101), + [anon_sym_EQ_EQ] = ACTIONS(4099), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4101), + [anon_sym_LT_EQ] = ACTIONS(4101), + [anon_sym_GT_EQ] = ACTIONS(4101), + [anon_sym_BANGin] = ACTIONS(4101), + [anon_sym_is] = ACTIONS(4099), + [anon_sym_BANGis] = ACTIONS(4101), + [anon_sym_PLUS] = ACTIONS(4099), + [anon_sym_DASH] = ACTIONS(4099), + [anon_sym_SLASH] = ACTIONS(4099), + [anon_sym_PERCENT] = ACTIONS(4099), + [anon_sym_as_QMARK] = ACTIONS(4101), + [anon_sym_PLUS_PLUS] = ACTIONS(4101), + [anon_sym_DASH_DASH] = ACTIONS(4101), + [anon_sym_BANG_BANG] = ACTIONS(4101), + [anon_sym_suspend] = ACTIONS(4099), + [anon_sym_sealed] = ACTIONS(4099), + [anon_sym_annotation] = ACTIONS(4099), + [anon_sym_data] = ACTIONS(4099), + [anon_sym_inner] = ACTIONS(4099), + [anon_sym_override] = ACTIONS(4099), + [anon_sym_lateinit] = ACTIONS(4099), + [anon_sym_public] = ACTIONS(4099), + [anon_sym_private] = ACTIONS(4099), + [anon_sym_internal] = ACTIONS(4099), + [anon_sym_protected] = ACTIONS(4099), + [anon_sym_tailrec] = ACTIONS(4099), + [anon_sym_operator] = ACTIONS(4099), + [anon_sym_infix] = ACTIONS(4099), + [anon_sym_inline] = ACTIONS(4099), + [anon_sym_external] = ACTIONS(4099), + [sym_property_modifier] = ACTIONS(4099), + [anon_sym_abstract] = ACTIONS(4099), + [anon_sym_final] = ACTIONS(4099), + [anon_sym_open] = ACTIONS(4099), + [anon_sym_vararg] = ACTIONS(4099), + [anon_sym_noinline] = ACTIONS(4099), + [anon_sym_crossinline] = ACTIONS(4099), + [anon_sym_expect] = ACTIONS(4099), + [anon_sym_actual] = ACTIONS(4099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4101), + [sym__automatic_semicolon] = ACTIONS(4101), + [sym_safe_nav] = ACTIONS(4101), + [sym_multiline_comment] = ACTIONS(3), + }, + [3510] = { + [sym__alpha_identifier] = ACTIONS(4460), + [anon_sym_AT] = ACTIONS(4462), + [anon_sym_COLON] = ACTIONS(4460), + [anon_sym_LBRACK] = ACTIONS(4462), + [anon_sym_as] = ACTIONS(4460), + [anon_sym_EQ] = ACTIONS(4460), + [anon_sym_constructor] = ACTIONS(4460), + [anon_sym_LBRACE] = ACTIONS(4462), + [anon_sym_RBRACE] = ACTIONS(4462), + [anon_sym_LPAREN] = ACTIONS(4462), + [anon_sym_COMMA] = ACTIONS(4462), + [anon_sym_LT] = ACTIONS(4460), + [anon_sym_GT] = ACTIONS(4460), + [anon_sym_where] = ACTIONS(4460), + [anon_sym_DOT] = ACTIONS(4460), + [anon_sym_SEMI] = ACTIONS(4462), + [anon_sym_get] = ACTIONS(4460), + [anon_sym_set] = ACTIONS(4460), + [anon_sym_STAR] = ACTIONS(4460), + [sym_label] = ACTIONS(4462), + [anon_sym_in] = ACTIONS(4460), + [anon_sym_DOT_DOT] = ACTIONS(4462), + [anon_sym_QMARK_COLON] = ACTIONS(4462), + [anon_sym_AMP_AMP] = ACTIONS(4462), + [anon_sym_PIPE_PIPE] = ACTIONS(4462), + [anon_sym_else] = ACTIONS(4460), + [anon_sym_COLON_COLON] = ACTIONS(4462), + [anon_sym_PLUS_EQ] = ACTIONS(4462), + [anon_sym_DASH_EQ] = ACTIONS(4462), + [anon_sym_STAR_EQ] = ACTIONS(4462), + [anon_sym_SLASH_EQ] = ACTIONS(4462), + [anon_sym_PERCENT_EQ] = ACTIONS(4462), + [anon_sym_BANG_EQ] = ACTIONS(4460), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4462), + [anon_sym_EQ_EQ] = ACTIONS(4460), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4462), + [anon_sym_LT_EQ] = ACTIONS(4462), + [anon_sym_GT_EQ] = ACTIONS(4462), + [anon_sym_BANGin] = ACTIONS(4462), + [anon_sym_is] = ACTIONS(4460), + [anon_sym_BANGis] = ACTIONS(4462), + [anon_sym_PLUS] = ACTIONS(4460), + [anon_sym_DASH] = ACTIONS(4460), + [anon_sym_SLASH] = ACTIONS(4460), + [anon_sym_PERCENT] = ACTIONS(4460), + [anon_sym_as_QMARK] = ACTIONS(4462), + [anon_sym_PLUS_PLUS] = ACTIONS(4462), + [anon_sym_DASH_DASH] = ACTIONS(4462), + [anon_sym_BANG_BANG] = ACTIONS(4462), + [anon_sym_suspend] = ACTIONS(4460), + [anon_sym_sealed] = ACTIONS(4460), + [anon_sym_annotation] = ACTIONS(4460), + [anon_sym_data] = ACTIONS(4460), + [anon_sym_inner] = ACTIONS(4460), + [anon_sym_override] = ACTIONS(4460), + [anon_sym_lateinit] = ACTIONS(4460), + [anon_sym_public] = ACTIONS(4460), + [anon_sym_private] = ACTIONS(4460), + [anon_sym_internal] = ACTIONS(4460), + [anon_sym_protected] = ACTIONS(4460), + [anon_sym_tailrec] = ACTIONS(4460), + [anon_sym_operator] = ACTIONS(4460), + [anon_sym_infix] = ACTIONS(4460), + [anon_sym_inline] = ACTIONS(4460), + [anon_sym_external] = ACTIONS(4460), + [sym_property_modifier] = ACTIONS(4460), + [anon_sym_abstract] = ACTIONS(4460), + [anon_sym_final] = ACTIONS(4460), + [anon_sym_open] = ACTIONS(4460), + [anon_sym_vararg] = ACTIONS(4460), + [anon_sym_noinline] = ACTIONS(4460), + [anon_sym_crossinline] = ACTIONS(4460), + [anon_sym_expect] = ACTIONS(4460), + [anon_sym_actual] = ACTIONS(4460), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4462), + [sym__automatic_semicolon] = ACTIONS(4462), + [sym_safe_nav] = ACTIONS(4462), + [sym_multiline_comment] = ACTIONS(3), + }, + [3511] = { + [sym_type_constraints] = STATE(3884), + [sym_function_body] = STATE(3139), + [sym__block] = STATE(3464), + [sym__alpha_identifier] = ACTIONS(4031), + [anon_sym_AT] = ACTIONS(4033), + [anon_sym_COLON] = ACTIONS(6648), + [anon_sym_LBRACK] = ACTIONS(4033), + [anon_sym_RBRACK] = ACTIONS(4033), + [anon_sym_as] = ACTIONS(4031), + [anon_sym_EQ] = ACTIONS(6625), + [anon_sym_LBRACE] = ACTIONS(6233), + [anon_sym_RBRACE] = ACTIONS(4033), + [anon_sym_LPAREN] = ACTIONS(4033), + [anon_sym_COMMA] = ACTIONS(4033), + [anon_sym_RPAREN] = ACTIONS(4033), + [anon_sym_LT] = ACTIONS(4031), + [anon_sym_GT] = ACTIONS(4031), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(4031), + [anon_sym_SEMI] = ACTIONS(4033), + [anon_sym_get] = ACTIONS(4031), + [anon_sym_set] = ACTIONS(4031), + [anon_sym_STAR] = ACTIONS(4033), + [anon_sym_DASH_GT] = ACTIONS(4033), + [sym_label] = ACTIONS(4033), + [anon_sym_in] = ACTIONS(4031), + [anon_sym_while] = ACTIONS(4031), + [anon_sym_DOT_DOT] = ACTIONS(4033), + [anon_sym_QMARK_COLON] = ACTIONS(4033), + [anon_sym_AMP_AMP] = ACTIONS(4033), + [anon_sym_PIPE_PIPE] = ACTIONS(4033), + [anon_sym_else] = ACTIONS(4031), + [anon_sym_COLON_COLON] = ACTIONS(4033), + [anon_sym_BANG_EQ] = ACTIONS(4031), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4033), + [anon_sym_EQ_EQ] = ACTIONS(4031), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4033), + [anon_sym_LT_EQ] = ACTIONS(4033), + [anon_sym_GT_EQ] = ACTIONS(4033), + [anon_sym_BANGin] = ACTIONS(4033), + [anon_sym_is] = ACTIONS(4031), + [anon_sym_BANGis] = ACTIONS(4033), + [anon_sym_PLUS] = ACTIONS(4031), + [anon_sym_DASH] = ACTIONS(4031), + [anon_sym_SLASH] = ACTIONS(4031), + [anon_sym_PERCENT] = ACTIONS(4033), + [anon_sym_as_QMARK] = ACTIONS(4033), + [anon_sym_PLUS_PLUS] = ACTIONS(4033), + [anon_sym_DASH_DASH] = ACTIONS(4033), + [anon_sym_BANG_BANG] = ACTIONS(4033), + [anon_sym_suspend] = ACTIONS(4031), + [anon_sym_sealed] = ACTIONS(4031), + [anon_sym_annotation] = ACTIONS(4031), + [anon_sym_data] = ACTIONS(4031), + [anon_sym_inner] = ACTIONS(4031), + [anon_sym_override] = ACTIONS(4031), + [anon_sym_lateinit] = ACTIONS(4031), + [anon_sym_public] = ACTIONS(4031), + [anon_sym_private] = ACTIONS(4031), + [anon_sym_internal] = ACTIONS(4031), + [anon_sym_protected] = ACTIONS(4031), + [anon_sym_tailrec] = ACTIONS(4031), + [anon_sym_operator] = ACTIONS(4031), + [anon_sym_infix] = ACTIONS(4031), + [anon_sym_inline] = ACTIONS(4031), + [anon_sym_external] = ACTIONS(4031), + [sym_property_modifier] = ACTIONS(4031), + [anon_sym_abstract] = ACTIONS(4031), + [anon_sym_final] = ACTIONS(4031), + [anon_sym_open] = ACTIONS(4031), + [anon_sym_vararg] = ACTIONS(4031), + [anon_sym_noinline] = ACTIONS(4031), + [anon_sym_crossinline] = ACTIONS(4031), + [anon_sym_expect] = ACTIONS(4031), + [anon_sym_actual] = ACTIONS(4031), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4033), + [sym_safe_nav] = ACTIONS(4033), + [sym_multiline_comment] = ACTIONS(3), + }, + [3512] = { + [sym_function_body] = STATE(3193), + [sym__block] = STATE(3464), [sym__alpha_identifier] = ACTIONS(4326), [anon_sym_AT] = ACTIONS(4328), - [anon_sym_COLON] = ACTIONS(6803), + [anon_sym_COLON] = ACTIONS(6650), [anon_sym_LBRACK] = ACTIONS(4328), [anon_sym_as] = ACTIONS(4326), - [anon_sym_EQ] = ACTIONS(6566), - [anon_sym_LBRACE] = ACTIONS(6434), + [anon_sym_EQ] = ACTIONS(6389), + [anon_sym_LBRACE] = ACTIONS(6233), [anon_sym_RBRACE] = ACTIONS(4328), [anon_sym_LPAREN] = ACTIONS(4328), + [anon_sym_RPAREN] = ACTIONS(4328), [anon_sym_LT] = ACTIONS(4326), [anon_sym_GT] = ACTIONS(4326), [anon_sym_DOT] = ACTIONS(4326), @@ -392433,6 +383923,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(4326), [sym_label] = ACTIONS(4328), [anon_sym_in] = ACTIONS(4326), + [anon_sym_while] = ACTIONS(4326), [anon_sym_DOT_DOT] = ACTIONS(4328), [anon_sym_QMARK_COLON] = ACTIONS(4328), [anon_sym_AMP_AMP] = ACTIONS(4328), @@ -392488,2341 +383979,5732 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(4326), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(4328), - [sym__automatic_semicolon] = ACTIONS(4328), [sym_safe_nav] = ACTIONS(4328), [sym_multiline_comment] = ACTIONS(3), }, - [3621] = { - [sym_class_body] = STATE(3221), - [sym__alpha_identifier] = ACTIONS(4517), - [anon_sym_AT] = ACTIONS(4519), - [anon_sym_COLON] = ACTIONS(6805), - [anon_sym_LBRACK] = ACTIONS(4519), - [anon_sym_as] = ACTIONS(4517), - [anon_sym_EQ] = ACTIONS(4517), - [anon_sym_LBRACE] = ACTIONS(5147), - [anon_sym_RBRACE] = ACTIONS(4519), - [anon_sym_LPAREN] = ACTIONS(4519), - [anon_sym_RPAREN] = ACTIONS(4519), - [anon_sym_LT] = ACTIONS(4517), - [anon_sym_GT] = ACTIONS(4517), - [anon_sym_DOT] = ACTIONS(4517), - [anon_sym_SEMI] = ACTIONS(4519), - [anon_sym_get] = ACTIONS(4517), - [anon_sym_set] = ACTIONS(4517), - [anon_sym_STAR] = ACTIONS(4517), - [sym_label] = ACTIONS(4519), - [anon_sym_in] = ACTIONS(4517), - [anon_sym_while] = ACTIONS(4517), - [anon_sym_DOT_DOT] = ACTIONS(4519), - [anon_sym_QMARK_COLON] = ACTIONS(4519), - [anon_sym_AMP_AMP] = ACTIONS(4519), - [anon_sym_PIPE_PIPE] = ACTIONS(4519), - [anon_sym_else] = ACTIONS(4517), - [anon_sym_COLON_COLON] = ACTIONS(4519), - [anon_sym_PLUS_EQ] = ACTIONS(4519), - [anon_sym_DASH_EQ] = ACTIONS(4519), - [anon_sym_STAR_EQ] = ACTIONS(4519), - [anon_sym_SLASH_EQ] = ACTIONS(4519), - [anon_sym_PERCENT_EQ] = ACTIONS(4519), - [anon_sym_BANG_EQ] = ACTIONS(4517), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4519), - [anon_sym_EQ_EQ] = ACTIONS(4517), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4519), - [anon_sym_LT_EQ] = ACTIONS(4519), - [anon_sym_GT_EQ] = ACTIONS(4519), - [anon_sym_BANGin] = ACTIONS(4519), - [anon_sym_is] = ACTIONS(4517), - [anon_sym_BANGis] = ACTIONS(4519), - [anon_sym_PLUS] = ACTIONS(4517), - [anon_sym_DASH] = ACTIONS(4517), - [anon_sym_SLASH] = ACTIONS(4517), - [anon_sym_PERCENT] = ACTIONS(4517), - [anon_sym_as_QMARK] = ACTIONS(4519), - [anon_sym_PLUS_PLUS] = ACTIONS(4519), - [anon_sym_DASH_DASH] = ACTIONS(4519), - [anon_sym_BANG_BANG] = ACTIONS(4519), - [anon_sym_suspend] = ACTIONS(4517), - [anon_sym_sealed] = ACTIONS(4517), - [anon_sym_annotation] = ACTIONS(4517), - [anon_sym_data] = ACTIONS(4517), - [anon_sym_inner] = ACTIONS(4517), - [anon_sym_override] = ACTIONS(4517), - [anon_sym_lateinit] = ACTIONS(4517), - [anon_sym_public] = ACTIONS(4517), - [anon_sym_private] = ACTIONS(4517), - [anon_sym_internal] = ACTIONS(4517), - [anon_sym_protected] = ACTIONS(4517), - [anon_sym_tailrec] = ACTIONS(4517), - [anon_sym_operator] = ACTIONS(4517), - [anon_sym_infix] = ACTIONS(4517), - [anon_sym_inline] = ACTIONS(4517), - [anon_sym_external] = ACTIONS(4517), - [sym_property_modifier] = ACTIONS(4517), - [anon_sym_abstract] = ACTIONS(4517), - [anon_sym_final] = ACTIONS(4517), - [anon_sym_open] = ACTIONS(4517), - [anon_sym_vararg] = ACTIONS(4517), - [anon_sym_noinline] = ACTIONS(4517), - [anon_sym_crossinline] = ACTIONS(4517), - [anon_sym_expect] = ACTIONS(4517), - [anon_sym_actual] = ACTIONS(4517), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4519), - [sym_safe_nav] = ACTIONS(4519), + [3513] = { + [sym_function_body] = STATE(3707), + [sym__block] = STATE(3738), + [sym__alpha_identifier] = ACTIONS(4260), + [anon_sym_AT] = ACTIONS(4262), + [anon_sym_LBRACK] = ACTIONS(4262), + [anon_sym_as] = ACTIONS(4260), + [anon_sym_EQ] = ACTIONS(6459), + [anon_sym_LBRACE] = ACTIONS(6461), + [anon_sym_RBRACE] = ACTIONS(4262), + [anon_sym_LPAREN] = ACTIONS(4262), + [anon_sym_COMMA] = ACTIONS(4262), + [anon_sym_LT] = ACTIONS(4260), + [anon_sym_GT] = ACTIONS(4260), + [anon_sym_where] = ACTIONS(4260), + [anon_sym_DOT] = ACTIONS(4260), + [anon_sym_SEMI] = ACTIONS(4262), + [anon_sym_get] = ACTIONS(4260), + [anon_sym_set] = ACTIONS(4260), + [anon_sym_STAR] = ACTIONS(4260), + [sym_label] = ACTIONS(4262), + [anon_sym_in] = ACTIONS(4260), + [anon_sym_DOT_DOT] = ACTIONS(4262), + [anon_sym_QMARK_COLON] = ACTIONS(4262), + [anon_sym_AMP_AMP] = ACTIONS(4262), + [anon_sym_PIPE_PIPE] = ACTIONS(4262), + [anon_sym_else] = ACTIONS(4260), + [anon_sym_COLON_COLON] = ACTIONS(4262), + [anon_sym_PLUS_EQ] = ACTIONS(4262), + [anon_sym_DASH_EQ] = ACTIONS(4262), + [anon_sym_STAR_EQ] = ACTIONS(4262), + [anon_sym_SLASH_EQ] = ACTIONS(4262), + [anon_sym_PERCENT_EQ] = ACTIONS(4262), + [anon_sym_BANG_EQ] = ACTIONS(4260), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4262), + [anon_sym_EQ_EQ] = ACTIONS(4260), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4262), + [anon_sym_LT_EQ] = ACTIONS(4262), + [anon_sym_GT_EQ] = ACTIONS(4262), + [anon_sym_BANGin] = ACTIONS(4262), + [anon_sym_is] = ACTIONS(4260), + [anon_sym_BANGis] = ACTIONS(4262), + [anon_sym_PLUS] = ACTIONS(4260), + [anon_sym_DASH] = ACTIONS(4260), + [anon_sym_SLASH] = ACTIONS(4260), + [anon_sym_PERCENT] = ACTIONS(4260), + [anon_sym_as_QMARK] = ACTIONS(4262), + [anon_sym_PLUS_PLUS] = ACTIONS(4262), + [anon_sym_DASH_DASH] = ACTIONS(4262), + [anon_sym_BANG_BANG] = ACTIONS(4262), + [anon_sym_suspend] = ACTIONS(4260), + [anon_sym_sealed] = ACTIONS(4260), + [anon_sym_annotation] = ACTIONS(4260), + [anon_sym_data] = ACTIONS(4260), + [anon_sym_inner] = ACTIONS(4260), + [anon_sym_override] = ACTIONS(4260), + [anon_sym_lateinit] = ACTIONS(4260), + [anon_sym_public] = ACTIONS(4260), + [anon_sym_private] = ACTIONS(4260), + [anon_sym_internal] = ACTIONS(4260), + [anon_sym_protected] = ACTIONS(4260), + [anon_sym_tailrec] = ACTIONS(4260), + [anon_sym_operator] = ACTIONS(4260), + [anon_sym_infix] = ACTIONS(4260), + [anon_sym_inline] = ACTIONS(4260), + [anon_sym_external] = ACTIONS(4260), + [sym_property_modifier] = ACTIONS(4260), + [anon_sym_abstract] = ACTIONS(4260), + [anon_sym_final] = ACTIONS(4260), + [anon_sym_open] = ACTIONS(4260), + [anon_sym_vararg] = ACTIONS(4260), + [anon_sym_noinline] = ACTIONS(4260), + [anon_sym_crossinline] = ACTIONS(4260), + [anon_sym_expect] = ACTIONS(4260), + [anon_sym_actual] = ACTIONS(4260), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4262), + [sym__automatic_semicolon] = ACTIONS(4262), + [sym_safe_nav] = ACTIONS(4262), [sym_multiline_comment] = ACTIONS(3), }, - [3622] = { - [sym_function_body] = STATE(3761), - [sym__block] = STATE(3725), - [sym__alpha_identifier] = ACTIONS(4336), - [anon_sym_AT] = ACTIONS(4338), - [anon_sym_COLON] = ACTIONS(6807), - [anon_sym_LBRACK] = ACTIONS(4338), - [anon_sym_as] = ACTIONS(4336), - [anon_sym_EQ] = ACTIONS(6566), - [anon_sym_LBRACE] = ACTIONS(6434), - [anon_sym_RBRACE] = ACTIONS(4338), - [anon_sym_LPAREN] = ACTIONS(4338), - [anon_sym_LT] = ACTIONS(4336), - [anon_sym_GT] = ACTIONS(4336), - [anon_sym_DOT] = ACTIONS(4336), - [anon_sym_SEMI] = ACTIONS(4338), - [anon_sym_get] = ACTIONS(4336), - [anon_sym_set] = ACTIONS(4336), - [anon_sym_STAR] = ACTIONS(4336), - [sym_label] = ACTIONS(4338), - [anon_sym_in] = ACTIONS(4336), - [anon_sym_DOT_DOT] = ACTIONS(4338), - [anon_sym_QMARK_COLON] = ACTIONS(4338), - [anon_sym_AMP_AMP] = ACTIONS(4338), - [anon_sym_PIPE_PIPE] = ACTIONS(4338), - [anon_sym_else] = ACTIONS(4336), - [anon_sym_COLON_COLON] = ACTIONS(4338), - [anon_sym_PLUS_EQ] = ACTIONS(4338), - [anon_sym_DASH_EQ] = ACTIONS(4338), - [anon_sym_STAR_EQ] = ACTIONS(4338), - [anon_sym_SLASH_EQ] = ACTIONS(4338), - [anon_sym_PERCENT_EQ] = ACTIONS(4338), - [anon_sym_BANG_EQ] = ACTIONS(4336), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4338), - [anon_sym_EQ_EQ] = ACTIONS(4336), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4338), - [anon_sym_LT_EQ] = ACTIONS(4338), - [anon_sym_GT_EQ] = ACTIONS(4338), - [anon_sym_BANGin] = ACTIONS(4338), - [anon_sym_is] = ACTIONS(4336), - [anon_sym_BANGis] = ACTIONS(4338), - [anon_sym_PLUS] = ACTIONS(4336), - [anon_sym_DASH] = ACTIONS(4336), - [anon_sym_SLASH] = ACTIONS(4336), - [anon_sym_PERCENT] = ACTIONS(4336), - [anon_sym_as_QMARK] = ACTIONS(4338), - [anon_sym_PLUS_PLUS] = ACTIONS(4338), - [anon_sym_DASH_DASH] = ACTIONS(4338), - [anon_sym_BANG_BANG] = ACTIONS(4338), - [anon_sym_suspend] = ACTIONS(4336), - [anon_sym_sealed] = ACTIONS(4336), - [anon_sym_annotation] = ACTIONS(4336), - [anon_sym_data] = ACTIONS(4336), - [anon_sym_inner] = ACTIONS(4336), - [anon_sym_override] = ACTIONS(4336), - [anon_sym_lateinit] = ACTIONS(4336), - [anon_sym_public] = ACTIONS(4336), - [anon_sym_private] = ACTIONS(4336), - [anon_sym_internal] = ACTIONS(4336), - [anon_sym_protected] = ACTIONS(4336), - [anon_sym_tailrec] = ACTIONS(4336), - [anon_sym_operator] = ACTIONS(4336), - [anon_sym_infix] = ACTIONS(4336), - [anon_sym_inline] = ACTIONS(4336), - [anon_sym_external] = ACTIONS(4336), - [sym_property_modifier] = ACTIONS(4336), - [anon_sym_abstract] = ACTIONS(4336), - [anon_sym_final] = ACTIONS(4336), - [anon_sym_open] = ACTIONS(4336), - [anon_sym_vararg] = ACTIONS(4336), - [anon_sym_noinline] = ACTIONS(4336), - [anon_sym_crossinline] = ACTIONS(4336), - [anon_sym_expect] = ACTIONS(4336), - [anon_sym_actual] = ACTIONS(4336), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4338), - [sym__automatic_semicolon] = ACTIONS(4338), - [sym_safe_nav] = ACTIONS(4338), + [3514] = { + [sym_function_body] = STATE(3709), + [sym__block] = STATE(3738), + [sym__alpha_identifier] = ACTIONS(4256), + [anon_sym_AT] = ACTIONS(4258), + [anon_sym_LBRACK] = ACTIONS(4258), + [anon_sym_as] = ACTIONS(4256), + [anon_sym_EQ] = ACTIONS(6459), + [anon_sym_LBRACE] = ACTIONS(6461), + [anon_sym_RBRACE] = ACTIONS(4258), + [anon_sym_LPAREN] = ACTIONS(4258), + [anon_sym_COMMA] = ACTIONS(4258), + [anon_sym_LT] = ACTIONS(4256), + [anon_sym_GT] = ACTIONS(4256), + [anon_sym_where] = ACTIONS(4256), + [anon_sym_DOT] = ACTIONS(4256), + [anon_sym_SEMI] = ACTIONS(4258), + [anon_sym_get] = ACTIONS(4256), + [anon_sym_set] = ACTIONS(4256), + [anon_sym_STAR] = ACTIONS(4256), + [sym_label] = ACTIONS(4258), + [anon_sym_in] = ACTIONS(4256), + [anon_sym_DOT_DOT] = ACTIONS(4258), + [anon_sym_QMARK_COLON] = ACTIONS(4258), + [anon_sym_AMP_AMP] = ACTIONS(4258), + [anon_sym_PIPE_PIPE] = ACTIONS(4258), + [anon_sym_else] = ACTIONS(4256), + [anon_sym_COLON_COLON] = ACTIONS(4258), + [anon_sym_PLUS_EQ] = ACTIONS(4258), + [anon_sym_DASH_EQ] = ACTIONS(4258), + [anon_sym_STAR_EQ] = ACTIONS(4258), + [anon_sym_SLASH_EQ] = ACTIONS(4258), + [anon_sym_PERCENT_EQ] = ACTIONS(4258), + [anon_sym_BANG_EQ] = ACTIONS(4256), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4258), + [anon_sym_EQ_EQ] = ACTIONS(4256), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4258), + [anon_sym_LT_EQ] = ACTIONS(4258), + [anon_sym_GT_EQ] = ACTIONS(4258), + [anon_sym_BANGin] = ACTIONS(4258), + [anon_sym_is] = ACTIONS(4256), + [anon_sym_BANGis] = ACTIONS(4258), + [anon_sym_PLUS] = ACTIONS(4256), + [anon_sym_DASH] = ACTIONS(4256), + [anon_sym_SLASH] = ACTIONS(4256), + [anon_sym_PERCENT] = ACTIONS(4256), + [anon_sym_as_QMARK] = ACTIONS(4258), + [anon_sym_PLUS_PLUS] = ACTIONS(4258), + [anon_sym_DASH_DASH] = ACTIONS(4258), + [anon_sym_BANG_BANG] = ACTIONS(4258), + [anon_sym_suspend] = ACTIONS(4256), + [anon_sym_sealed] = ACTIONS(4256), + [anon_sym_annotation] = ACTIONS(4256), + [anon_sym_data] = ACTIONS(4256), + [anon_sym_inner] = ACTIONS(4256), + [anon_sym_override] = ACTIONS(4256), + [anon_sym_lateinit] = ACTIONS(4256), + [anon_sym_public] = ACTIONS(4256), + [anon_sym_private] = ACTIONS(4256), + [anon_sym_internal] = ACTIONS(4256), + [anon_sym_protected] = ACTIONS(4256), + [anon_sym_tailrec] = ACTIONS(4256), + [anon_sym_operator] = ACTIONS(4256), + [anon_sym_infix] = ACTIONS(4256), + [anon_sym_inline] = ACTIONS(4256), + [anon_sym_external] = ACTIONS(4256), + [sym_property_modifier] = ACTIONS(4256), + [anon_sym_abstract] = ACTIONS(4256), + [anon_sym_final] = ACTIONS(4256), + [anon_sym_open] = ACTIONS(4256), + [anon_sym_vararg] = ACTIONS(4256), + [anon_sym_noinline] = ACTIONS(4256), + [anon_sym_crossinline] = ACTIONS(4256), + [anon_sym_expect] = ACTIONS(4256), + [anon_sym_actual] = ACTIONS(4256), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4258), + [sym__automatic_semicolon] = ACTIONS(4258), + [sym_safe_nav] = ACTIONS(4258), [sym_multiline_comment] = ACTIONS(3), }, - [3623] = { - [aux_sym__delegation_specifiers_repeat1] = STATE(3616), - [sym__alpha_identifier] = ACTIONS(4678), - [anon_sym_AT] = ACTIONS(4680), - [anon_sym_LBRACK] = ACTIONS(4680), - [anon_sym_as] = ACTIONS(4678), - [anon_sym_EQ] = ACTIONS(4678), - [anon_sym_LBRACE] = ACTIONS(4680), - [anon_sym_RBRACE] = ACTIONS(4680), - [anon_sym_LPAREN] = ACTIONS(4680), - [anon_sym_COMMA] = ACTIONS(6799), - [anon_sym_LT] = ACTIONS(4678), - [anon_sym_GT] = ACTIONS(4678), - [anon_sym_where] = ACTIONS(4678), - [anon_sym_DOT] = ACTIONS(4678), - [anon_sym_SEMI] = ACTIONS(4680), - [anon_sym_get] = ACTIONS(4678), - [anon_sym_set] = ACTIONS(4678), - [anon_sym_STAR] = ACTIONS(4678), - [sym_label] = ACTIONS(4680), - [anon_sym_in] = ACTIONS(4678), - [anon_sym_DOT_DOT] = ACTIONS(4680), - [anon_sym_QMARK_COLON] = ACTIONS(4680), - [anon_sym_AMP_AMP] = ACTIONS(4680), - [anon_sym_PIPE_PIPE] = ACTIONS(4680), - [anon_sym_else] = ACTIONS(4678), - [anon_sym_COLON_COLON] = ACTIONS(4680), - [anon_sym_PLUS_EQ] = ACTIONS(4680), - [anon_sym_DASH_EQ] = ACTIONS(4680), - [anon_sym_STAR_EQ] = ACTIONS(4680), - [anon_sym_SLASH_EQ] = ACTIONS(4680), - [anon_sym_PERCENT_EQ] = ACTIONS(4680), - [anon_sym_BANG_EQ] = ACTIONS(4678), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4680), - [anon_sym_EQ_EQ] = ACTIONS(4678), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4680), - [anon_sym_LT_EQ] = ACTIONS(4680), - [anon_sym_GT_EQ] = ACTIONS(4680), - [anon_sym_BANGin] = ACTIONS(4680), - [anon_sym_is] = ACTIONS(4678), - [anon_sym_BANGis] = ACTIONS(4680), - [anon_sym_PLUS] = ACTIONS(4678), - [anon_sym_DASH] = ACTIONS(4678), - [anon_sym_SLASH] = ACTIONS(4678), - [anon_sym_PERCENT] = ACTIONS(4678), - [anon_sym_as_QMARK] = ACTIONS(4680), - [anon_sym_PLUS_PLUS] = ACTIONS(4680), - [anon_sym_DASH_DASH] = ACTIONS(4680), - [anon_sym_BANG_BANG] = ACTIONS(4680), - [anon_sym_suspend] = ACTIONS(4678), - [anon_sym_sealed] = ACTIONS(4678), - [anon_sym_annotation] = ACTIONS(4678), - [anon_sym_data] = ACTIONS(4678), - [anon_sym_inner] = ACTIONS(4678), - [anon_sym_override] = ACTIONS(4678), - [anon_sym_lateinit] = ACTIONS(4678), - [anon_sym_public] = ACTIONS(4678), - [anon_sym_private] = ACTIONS(4678), - [anon_sym_internal] = ACTIONS(4678), - [anon_sym_protected] = ACTIONS(4678), - [anon_sym_tailrec] = ACTIONS(4678), - [anon_sym_operator] = ACTIONS(4678), - [anon_sym_infix] = ACTIONS(4678), - [anon_sym_inline] = ACTIONS(4678), - [anon_sym_external] = ACTIONS(4678), - [sym_property_modifier] = ACTIONS(4678), - [anon_sym_abstract] = ACTIONS(4678), - [anon_sym_final] = ACTIONS(4678), - [anon_sym_open] = ACTIONS(4678), - [anon_sym_vararg] = ACTIONS(4678), - [anon_sym_noinline] = ACTIONS(4678), - [anon_sym_crossinline] = ACTIONS(4678), - [anon_sym_expect] = ACTIONS(4678), - [anon_sym_actual] = ACTIONS(4678), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4680), - [sym__automatic_semicolon] = ACTIONS(4680), - [sym_safe_nav] = ACTIONS(4680), + [3515] = { + [sym_function_body] = STATE(3730), + [sym__block] = STATE(3738), + [sym__alpha_identifier] = ACTIONS(4487), + [anon_sym_AT] = ACTIONS(4489), + [anon_sym_LBRACK] = ACTIONS(4489), + [anon_sym_as] = ACTIONS(4487), + [anon_sym_EQ] = ACTIONS(6459), + [anon_sym_LBRACE] = ACTIONS(6461), + [anon_sym_RBRACE] = ACTIONS(4489), + [anon_sym_LPAREN] = ACTIONS(4489), + [anon_sym_COMMA] = ACTIONS(4489), + [anon_sym_LT] = ACTIONS(4487), + [anon_sym_GT] = ACTIONS(4487), + [anon_sym_where] = ACTIONS(4487), + [anon_sym_DOT] = ACTIONS(4487), + [anon_sym_SEMI] = ACTIONS(4489), + [anon_sym_get] = ACTIONS(4487), + [anon_sym_set] = ACTIONS(4487), + [anon_sym_STAR] = ACTIONS(4487), + [sym_label] = ACTIONS(4489), + [anon_sym_in] = ACTIONS(4487), + [anon_sym_DOT_DOT] = ACTIONS(4489), + [anon_sym_QMARK_COLON] = ACTIONS(4489), + [anon_sym_AMP_AMP] = ACTIONS(4489), + [anon_sym_PIPE_PIPE] = ACTIONS(4489), + [anon_sym_else] = ACTIONS(4487), + [anon_sym_COLON_COLON] = ACTIONS(4489), + [anon_sym_PLUS_EQ] = ACTIONS(4489), + [anon_sym_DASH_EQ] = ACTIONS(4489), + [anon_sym_STAR_EQ] = ACTIONS(4489), + [anon_sym_SLASH_EQ] = ACTIONS(4489), + [anon_sym_PERCENT_EQ] = ACTIONS(4489), + [anon_sym_BANG_EQ] = ACTIONS(4487), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4489), + [anon_sym_EQ_EQ] = ACTIONS(4487), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4489), + [anon_sym_LT_EQ] = ACTIONS(4489), + [anon_sym_GT_EQ] = ACTIONS(4489), + [anon_sym_BANGin] = ACTIONS(4489), + [anon_sym_is] = ACTIONS(4487), + [anon_sym_BANGis] = ACTIONS(4489), + [anon_sym_PLUS] = ACTIONS(4487), + [anon_sym_DASH] = ACTIONS(4487), + [anon_sym_SLASH] = ACTIONS(4487), + [anon_sym_PERCENT] = ACTIONS(4487), + [anon_sym_as_QMARK] = ACTIONS(4489), + [anon_sym_PLUS_PLUS] = ACTIONS(4489), + [anon_sym_DASH_DASH] = ACTIONS(4489), + [anon_sym_BANG_BANG] = ACTIONS(4489), + [anon_sym_suspend] = ACTIONS(4487), + [anon_sym_sealed] = ACTIONS(4487), + [anon_sym_annotation] = ACTIONS(4487), + [anon_sym_data] = ACTIONS(4487), + [anon_sym_inner] = ACTIONS(4487), + [anon_sym_override] = ACTIONS(4487), + [anon_sym_lateinit] = ACTIONS(4487), + [anon_sym_public] = ACTIONS(4487), + [anon_sym_private] = ACTIONS(4487), + [anon_sym_internal] = ACTIONS(4487), + [anon_sym_protected] = ACTIONS(4487), + [anon_sym_tailrec] = ACTIONS(4487), + [anon_sym_operator] = ACTIONS(4487), + [anon_sym_infix] = ACTIONS(4487), + [anon_sym_inline] = ACTIONS(4487), + [anon_sym_external] = ACTIONS(4487), + [sym_property_modifier] = ACTIONS(4487), + [anon_sym_abstract] = ACTIONS(4487), + [anon_sym_final] = ACTIONS(4487), + [anon_sym_open] = ACTIONS(4487), + [anon_sym_vararg] = ACTIONS(4487), + [anon_sym_noinline] = ACTIONS(4487), + [anon_sym_crossinline] = ACTIONS(4487), + [anon_sym_expect] = ACTIONS(4487), + [anon_sym_actual] = ACTIONS(4487), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4489), + [sym__automatic_semicolon] = ACTIONS(4489), + [sym_safe_nav] = ACTIONS(4489), [sym_multiline_comment] = ACTIONS(3), }, - [3624] = { - [sym__alpha_identifier] = ACTIONS(4233), - [anon_sym_AT] = ACTIONS(4236), - [anon_sym_LBRACK] = ACTIONS(4236), - [anon_sym_as] = ACTIONS(4233), - [anon_sym_EQ] = ACTIONS(4233), - [anon_sym_LBRACE] = ACTIONS(4236), - [anon_sym_RBRACE] = ACTIONS(4236), - [anon_sym_LPAREN] = ACTIONS(6748), - [anon_sym_LT] = ACTIONS(4233), - [anon_sym_GT] = ACTIONS(4233), - [anon_sym_object] = ACTIONS(4233), - [anon_sym_fun] = ACTIONS(4233), - [anon_sym_DOT] = ACTIONS(4233), - [anon_sym_SEMI] = ACTIONS(4236), - [anon_sym_get] = ACTIONS(4233), - [anon_sym_set] = ACTIONS(4233), - [anon_sym_this] = ACTIONS(4233), - [anon_sym_super] = ACTIONS(4233), - [anon_sym_STAR] = ACTIONS(4233), + [3516] = { + [aux_sym__delegation_specifiers_repeat1] = STATE(3100), + [sym__alpha_identifier] = ACTIONS(4664), + [anon_sym_AT] = ACTIONS(4666), + [anon_sym_LBRACK] = ACTIONS(4666), + [anon_sym_as] = ACTIONS(4664), + [anon_sym_EQ] = ACTIONS(4664), + [anon_sym_LBRACE] = ACTIONS(4666), + [anon_sym_RBRACE] = ACTIONS(4666), + [anon_sym_LPAREN] = ACTIONS(4666), + [anon_sym_COMMA] = ACTIONS(6652), + [anon_sym_RPAREN] = ACTIONS(4666), + [anon_sym_LT] = ACTIONS(4664), + [anon_sym_GT] = ACTIONS(4664), + [anon_sym_where] = ACTIONS(4664), + [anon_sym_DOT] = ACTIONS(4664), + [anon_sym_SEMI] = ACTIONS(4666), + [anon_sym_get] = ACTIONS(4664), + [anon_sym_set] = ACTIONS(4664), + [anon_sym_STAR] = ACTIONS(4664), + [sym_label] = ACTIONS(4666), + [anon_sym_in] = ACTIONS(4664), + [anon_sym_while] = ACTIONS(4664), + [anon_sym_DOT_DOT] = ACTIONS(4666), + [anon_sym_QMARK_COLON] = ACTIONS(4666), + [anon_sym_AMP_AMP] = ACTIONS(4666), + [anon_sym_PIPE_PIPE] = ACTIONS(4666), + [anon_sym_else] = ACTIONS(4664), + [anon_sym_COLON_COLON] = ACTIONS(4666), + [anon_sym_PLUS_EQ] = ACTIONS(4666), + [anon_sym_DASH_EQ] = ACTIONS(4666), + [anon_sym_STAR_EQ] = ACTIONS(4666), + [anon_sym_SLASH_EQ] = ACTIONS(4666), + [anon_sym_PERCENT_EQ] = ACTIONS(4666), + [anon_sym_BANG_EQ] = ACTIONS(4664), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4666), + [anon_sym_EQ_EQ] = ACTIONS(4664), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4666), + [anon_sym_LT_EQ] = ACTIONS(4666), + [anon_sym_GT_EQ] = ACTIONS(4666), + [anon_sym_BANGin] = ACTIONS(4666), + [anon_sym_is] = ACTIONS(4664), + [anon_sym_BANGis] = ACTIONS(4666), + [anon_sym_PLUS] = ACTIONS(4664), + [anon_sym_DASH] = ACTIONS(4664), + [anon_sym_SLASH] = ACTIONS(4664), + [anon_sym_PERCENT] = ACTIONS(4664), + [anon_sym_as_QMARK] = ACTIONS(4666), + [anon_sym_PLUS_PLUS] = ACTIONS(4666), + [anon_sym_DASH_DASH] = ACTIONS(4666), + [anon_sym_BANG_BANG] = ACTIONS(4666), + [anon_sym_suspend] = ACTIONS(4664), + [anon_sym_sealed] = ACTIONS(4664), + [anon_sym_annotation] = ACTIONS(4664), + [anon_sym_data] = ACTIONS(4664), + [anon_sym_inner] = ACTIONS(4664), + [anon_sym_override] = ACTIONS(4664), + [anon_sym_lateinit] = ACTIONS(4664), + [anon_sym_public] = ACTIONS(4664), + [anon_sym_private] = ACTIONS(4664), + [anon_sym_internal] = ACTIONS(4664), + [anon_sym_protected] = ACTIONS(4664), + [anon_sym_tailrec] = ACTIONS(4664), + [anon_sym_operator] = ACTIONS(4664), + [anon_sym_infix] = ACTIONS(4664), + [anon_sym_inline] = ACTIONS(4664), + [anon_sym_external] = ACTIONS(4664), + [sym_property_modifier] = ACTIONS(4664), + [anon_sym_abstract] = ACTIONS(4664), + [anon_sym_final] = ACTIONS(4664), + [anon_sym_open] = ACTIONS(4664), + [anon_sym_vararg] = ACTIONS(4664), + [anon_sym_noinline] = ACTIONS(4664), + [anon_sym_crossinline] = ACTIONS(4664), + [anon_sym_expect] = ACTIONS(4664), + [anon_sym_actual] = ACTIONS(4664), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4666), + [sym_safe_nav] = ACTIONS(4666), + [sym_multiline_comment] = ACTIONS(3), + }, + [3517] = { + [sym_type_constraints] = STATE(3894), + [sym_function_body] = STATE(3153), + [sym__block] = STATE(3334), + [sym__alpha_identifier] = ACTIONS(4099), + [anon_sym_AT] = ACTIONS(4101), + [anon_sym_COLON] = ACTIONS(6654), + [anon_sym_LBRACK] = ACTIONS(4101), + [anon_sym_as] = ACTIONS(4099), + [anon_sym_EQ] = ACTIONS(6656), + [anon_sym_LBRACE] = ACTIONS(6244), + [anon_sym_RBRACE] = ACTIONS(4101), + [anon_sym_LPAREN] = ACTIONS(4101), + [anon_sym_COMMA] = ACTIONS(4101), + [anon_sym_LT] = ACTIONS(4099), + [anon_sym_GT] = ACTIONS(4099), + [anon_sym_where] = ACTIONS(3118), + [anon_sym_object] = ACTIONS(4099), + [anon_sym_fun] = ACTIONS(4099), + [anon_sym_DOT] = ACTIONS(4099), + [anon_sym_SEMI] = ACTIONS(4101), + [anon_sym_get] = ACTIONS(4099), + [anon_sym_set] = ACTIONS(4099), + [anon_sym_this] = ACTIONS(4099), + [anon_sym_super] = ACTIONS(4099), + [anon_sym_STAR] = ACTIONS(4101), + [sym_label] = ACTIONS(4099), + [anon_sym_in] = ACTIONS(4099), + [anon_sym_DOT_DOT] = ACTIONS(4101), + [anon_sym_QMARK_COLON] = ACTIONS(4101), + [anon_sym_AMP_AMP] = ACTIONS(4101), + [anon_sym_PIPE_PIPE] = ACTIONS(4101), + [anon_sym_null] = ACTIONS(4099), + [anon_sym_if] = ACTIONS(4099), + [anon_sym_else] = ACTIONS(4099), + [anon_sym_when] = ACTIONS(4099), + [anon_sym_try] = ACTIONS(4099), + [anon_sym_throw] = ACTIONS(4099), + [anon_sym_return] = ACTIONS(4099), + [anon_sym_continue] = ACTIONS(4099), + [anon_sym_break] = ACTIONS(4099), + [anon_sym_COLON_COLON] = ACTIONS(4101), + [anon_sym_BANG_EQ] = ACTIONS(4099), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4101), + [anon_sym_EQ_EQ] = ACTIONS(4099), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4101), + [anon_sym_LT_EQ] = ACTIONS(4101), + [anon_sym_GT_EQ] = ACTIONS(4101), + [anon_sym_BANGin] = ACTIONS(4101), + [anon_sym_is] = ACTIONS(4099), + [anon_sym_BANGis] = ACTIONS(4101), + [anon_sym_PLUS] = ACTIONS(4099), + [anon_sym_DASH] = ACTIONS(4099), + [anon_sym_SLASH] = ACTIONS(4099), + [anon_sym_PERCENT] = ACTIONS(4101), + [anon_sym_as_QMARK] = ACTIONS(4101), + [anon_sym_PLUS_PLUS] = ACTIONS(4101), + [anon_sym_DASH_DASH] = ACTIONS(4101), + [anon_sym_BANG] = ACTIONS(4099), + [anon_sym_BANG_BANG] = ACTIONS(4101), + [anon_sym_data] = ACTIONS(4099), + [anon_sym_inner] = ACTIONS(4099), + [anon_sym_expect] = ACTIONS(4099), + [anon_sym_actual] = ACTIONS(4099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4101), + [anon_sym_continue_AT] = ACTIONS(4101), + [anon_sym_break_AT] = ACTIONS(4101), + [sym_real_literal] = ACTIONS(4101), + [sym_integer_literal] = ACTIONS(4099), + [sym_hex_literal] = ACTIONS(4101), + [sym_bin_literal] = ACTIONS(4101), + [anon_sym_true] = ACTIONS(4099), + [anon_sym_false] = ACTIONS(4099), + [anon_sym_SQUOTE] = ACTIONS(4101), + [sym__backtick_identifier] = ACTIONS(4101), + [sym__automatic_semicolon] = ACTIONS(4101), + [sym_safe_nav] = ACTIONS(4101), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4101), + }, + [3518] = { + [sym_type_constraints] = STATE(3886), + [sym_function_body] = STATE(3133), + [sym__block] = STATE(3334), + [sym__alpha_identifier] = ACTIONS(4031), + [anon_sym_AT] = ACTIONS(4033), + [anon_sym_COLON] = ACTIONS(6658), + [anon_sym_LBRACK] = ACTIONS(4033), + [anon_sym_as] = ACTIONS(4031), + [anon_sym_EQ] = ACTIONS(6656), + [anon_sym_LBRACE] = ACTIONS(6244), + [anon_sym_RBRACE] = ACTIONS(4033), + [anon_sym_LPAREN] = ACTIONS(4033), + [anon_sym_COMMA] = ACTIONS(4033), + [anon_sym_LT] = ACTIONS(4031), + [anon_sym_GT] = ACTIONS(4031), + [anon_sym_where] = ACTIONS(3118), + [anon_sym_object] = ACTIONS(4031), + [anon_sym_fun] = ACTIONS(4031), + [anon_sym_DOT] = ACTIONS(4031), + [anon_sym_SEMI] = ACTIONS(4033), + [anon_sym_get] = ACTIONS(4031), + [anon_sym_set] = ACTIONS(4031), + [anon_sym_this] = ACTIONS(4031), + [anon_sym_super] = ACTIONS(4031), + [anon_sym_STAR] = ACTIONS(4033), + [sym_label] = ACTIONS(4031), + [anon_sym_in] = ACTIONS(4031), + [anon_sym_DOT_DOT] = ACTIONS(4033), + [anon_sym_QMARK_COLON] = ACTIONS(4033), + [anon_sym_AMP_AMP] = ACTIONS(4033), + [anon_sym_PIPE_PIPE] = ACTIONS(4033), + [anon_sym_null] = ACTIONS(4031), + [anon_sym_if] = ACTIONS(4031), + [anon_sym_else] = ACTIONS(4031), + [anon_sym_when] = ACTIONS(4031), + [anon_sym_try] = ACTIONS(4031), + [anon_sym_throw] = ACTIONS(4031), + [anon_sym_return] = ACTIONS(4031), + [anon_sym_continue] = ACTIONS(4031), + [anon_sym_break] = ACTIONS(4031), + [anon_sym_COLON_COLON] = ACTIONS(4033), + [anon_sym_BANG_EQ] = ACTIONS(4031), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4033), + [anon_sym_EQ_EQ] = ACTIONS(4031), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4033), + [anon_sym_LT_EQ] = ACTIONS(4033), + [anon_sym_GT_EQ] = ACTIONS(4033), + [anon_sym_BANGin] = ACTIONS(4033), + [anon_sym_is] = ACTIONS(4031), + [anon_sym_BANGis] = ACTIONS(4033), + [anon_sym_PLUS] = ACTIONS(4031), + [anon_sym_DASH] = ACTIONS(4031), + [anon_sym_SLASH] = ACTIONS(4031), + [anon_sym_PERCENT] = ACTIONS(4033), + [anon_sym_as_QMARK] = ACTIONS(4033), + [anon_sym_PLUS_PLUS] = ACTIONS(4033), + [anon_sym_DASH_DASH] = ACTIONS(4033), + [anon_sym_BANG] = ACTIONS(4031), + [anon_sym_BANG_BANG] = ACTIONS(4033), + [anon_sym_data] = ACTIONS(4031), + [anon_sym_inner] = ACTIONS(4031), + [anon_sym_expect] = ACTIONS(4031), + [anon_sym_actual] = ACTIONS(4031), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4033), + [anon_sym_continue_AT] = ACTIONS(4033), + [anon_sym_break_AT] = ACTIONS(4033), + [sym_real_literal] = ACTIONS(4033), + [sym_integer_literal] = ACTIONS(4031), + [sym_hex_literal] = ACTIONS(4033), + [sym_bin_literal] = ACTIONS(4033), + [anon_sym_true] = ACTIONS(4031), + [anon_sym_false] = ACTIONS(4031), + [anon_sym_SQUOTE] = ACTIONS(4033), + [sym__backtick_identifier] = ACTIONS(4033), + [sym__automatic_semicolon] = ACTIONS(4033), + [sym_safe_nav] = ACTIONS(4033), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4033), + }, + [3519] = { + [sym__alpha_identifier] = ACTIONS(4471), + [anon_sym_AT] = ACTIONS(4473), + [anon_sym_LBRACK] = ACTIONS(4473), + [anon_sym_as] = ACTIONS(4471), + [anon_sym_EQ] = ACTIONS(4471), + [anon_sym_LBRACE] = ACTIONS(4473), + [anon_sym_RBRACE] = ACTIONS(4473), + [anon_sym_LPAREN] = ACTIONS(4473), + [anon_sym_COMMA] = ACTIONS(4473), + [anon_sym_by] = ACTIONS(4471), + [anon_sym_LT] = ACTIONS(4471), + [anon_sym_GT] = ACTIONS(4471), + [anon_sym_where] = ACTIONS(4471), + [anon_sym_DOT] = ACTIONS(4471), + [anon_sym_SEMI] = ACTIONS(4473), + [anon_sym_get] = ACTIONS(4471), + [anon_sym_set] = ACTIONS(4471), + [sym__quest] = ACTIONS(4471), + [anon_sym_STAR] = ACTIONS(4471), + [sym_label] = ACTIONS(4473), + [anon_sym_in] = ACTIONS(4471), + [anon_sym_DOT_DOT] = ACTIONS(4473), + [anon_sym_QMARK_COLON] = ACTIONS(4473), + [anon_sym_AMP_AMP] = ACTIONS(4473), + [anon_sym_PIPE_PIPE] = ACTIONS(4473), + [anon_sym_else] = ACTIONS(4471), + [anon_sym_COLON_COLON] = ACTIONS(4473), + [anon_sym_PLUS_EQ] = ACTIONS(4473), + [anon_sym_DASH_EQ] = ACTIONS(4473), + [anon_sym_STAR_EQ] = ACTIONS(4473), + [anon_sym_SLASH_EQ] = ACTIONS(4473), + [anon_sym_PERCENT_EQ] = ACTIONS(4473), + [anon_sym_BANG_EQ] = ACTIONS(4471), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4473), + [anon_sym_EQ_EQ] = ACTIONS(4471), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4473), + [anon_sym_LT_EQ] = ACTIONS(4473), + [anon_sym_GT_EQ] = ACTIONS(4473), + [anon_sym_BANGin] = ACTIONS(4473), + [anon_sym_is] = ACTIONS(4471), + [anon_sym_BANGis] = ACTIONS(4473), + [anon_sym_PLUS] = ACTIONS(4471), + [anon_sym_DASH] = ACTIONS(4471), + [anon_sym_SLASH] = ACTIONS(4471), + [anon_sym_PERCENT] = ACTIONS(4471), + [anon_sym_as_QMARK] = ACTIONS(4473), + [anon_sym_PLUS_PLUS] = ACTIONS(4473), + [anon_sym_DASH_DASH] = ACTIONS(4473), + [anon_sym_BANG_BANG] = ACTIONS(4473), + [anon_sym_suspend] = ACTIONS(4471), + [anon_sym_sealed] = ACTIONS(4471), + [anon_sym_annotation] = ACTIONS(4471), + [anon_sym_data] = ACTIONS(4471), + [anon_sym_inner] = ACTIONS(4471), + [anon_sym_override] = ACTIONS(4471), + [anon_sym_lateinit] = ACTIONS(4471), + [anon_sym_public] = ACTIONS(4471), + [anon_sym_private] = ACTIONS(4471), + [anon_sym_internal] = ACTIONS(4471), + [anon_sym_protected] = ACTIONS(4471), + [anon_sym_tailrec] = ACTIONS(4471), + [anon_sym_operator] = ACTIONS(4471), + [anon_sym_infix] = ACTIONS(4471), + [anon_sym_inline] = ACTIONS(4471), + [anon_sym_external] = ACTIONS(4471), + [sym_property_modifier] = ACTIONS(4471), + [anon_sym_abstract] = ACTIONS(4471), + [anon_sym_final] = ACTIONS(4471), + [anon_sym_open] = ACTIONS(4471), + [anon_sym_vararg] = ACTIONS(4471), + [anon_sym_noinline] = ACTIONS(4471), + [anon_sym_crossinline] = ACTIONS(4471), + [anon_sym_expect] = ACTIONS(4471), + [anon_sym_actual] = ACTIONS(4471), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4473), + [sym__automatic_semicolon] = ACTIONS(4473), + [sym_safe_nav] = ACTIONS(4473), + [sym_multiline_comment] = ACTIONS(3), + }, + [3520] = { + [sym_class_body] = STATE(3786), + [sym_type_constraints] = STATE(3631), + [sym__alpha_identifier] = ACTIONS(3196), + [anon_sym_AT] = ACTIONS(3200), + [anon_sym_COLON] = ACTIONS(5772), + [anon_sym_LBRACK] = ACTIONS(3200), + [anon_sym_as] = ACTIONS(3196), + [anon_sym_EQ] = ACTIONS(3196), + [anon_sym_LBRACE] = ACTIONS(5360), + [anon_sym_RBRACE] = ACTIONS(3200), + [anon_sym_LPAREN] = ACTIONS(3200), + [anon_sym_LT] = ACTIONS(3196), + [anon_sym_GT] = ACTIONS(3196), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(3196), + [anon_sym_SEMI] = ACTIONS(3200), + [anon_sym_get] = ACTIONS(3196), + [anon_sym_set] = ACTIONS(3196), + [anon_sym_STAR] = ACTIONS(3196), + [sym_label] = ACTIONS(3200), + [anon_sym_in] = ACTIONS(3196), + [anon_sym_DOT_DOT] = ACTIONS(3200), + [anon_sym_QMARK_COLON] = ACTIONS(3200), + [anon_sym_AMP_AMP] = ACTIONS(3200), + [anon_sym_PIPE_PIPE] = ACTIONS(3200), + [anon_sym_else] = ACTIONS(3196), + [anon_sym_COLON_COLON] = ACTIONS(3200), + [anon_sym_PLUS_EQ] = ACTIONS(3200), + [anon_sym_DASH_EQ] = ACTIONS(3200), + [anon_sym_STAR_EQ] = ACTIONS(3200), + [anon_sym_SLASH_EQ] = ACTIONS(3200), + [anon_sym_PERCENT_EQ] = ACTIONS(3200), + [anon_sym_BANG_EQ] = ACTIONS(3196), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3200), + [anon_sym_EQ_EQ] = ACTIONS(3196), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3200), + [anon_sym_LT_EQ] = ACTIONS(3200), + [anon_sym_GT_EQ] = ACTIONS(3200), + [anon_sym_BANGin] = ACTIONS(3200), + [anon_sym_is] = ACTIONS(3196), + [anon_sym_BANGis] = ACTIONS(3200), + [anon_sym_PLUS] = ACTIONS(3196), + [anon_sym_DASH] = ACTIONS(3196), + [anon_sym_SLASH] = ACTIONS(3196), + [anon_sym_PERCENT] = ACTIONS(3196), + [anon_sym_as_QMARK] = ACTIONS(3200), + [anon_sym_PLUS_PLUS] = ACTIONS(3200), + [anon_sym_DASH_DASH] = ACTIONS(3200), + [anon_sym_BANG_BANG] = ACTIONS(3200), + [anon_sym_suspend] = ACTIONS(3196), + [anon_sym_sealed] = ACTIONS(3196), + [anon_sym_annotation] = ACTIONS(3196), + [anon_sym_data] = ACTIONS(3196), + [anon_sym_inner] = ACTIONS(3196), + [anon_sym_override] = ACTIONS(3196), + [anon_sym_lateinit] = ACTIONS(3196), + [anon_sym_public] = ACTIONS(3196), + [anon_sym_private] = ACTIONS(3196), + [anon_sym_internal] = ACTIONS(3196), + [anon_sym_protected] = ACTIONS(3196), + [anon_sym_tailrec] = ACTIONS(3196), + [anon_sym_operator] = ACTIONS(3196), + [anon_sym_infix] = ACTIONS(3196), + [anon_sym_inline] = ACTIONS(3196), + [anon_sym_external] = ACTIONS(3196), + [sym_property_modifier] = ACTIONS(3196), + [anon_sym_abstract] = ACTIONS(3196), + [anon_sym_final] = ACTIONS(3196), + [anon_sym_open] = ACTIONS(3196), + [anon_sym_vararg] = ACTIONS(3196), + [anon_sym_noinline] = ACTIONS(3196), + [anon_sym_crossinline] = ACTIONS(3196), + [anon_sym_expect] = ACTIONS(3196), + [anon_sym_actual] = ACTIONS(3196), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3200), + [sym__automatic_semicolon] = ACTIONS(3200), + [sym_safe_nav] = ACTIONS(3200), + [sym_multiline_comment] = ACTIONS(3), + }, + [3521] = { + [sym_type_constraints] = STATE(3883), + [sym_function_body] = STATE(3168), + [sym__block] = STATE(3334), + [sym__alpha_identifier] = ACTIONS(4085), + [anon_sym_AT] = ACTIONS(4087), + [anon_sym_COLON] = ACTIONS(6660), + [anon_sym_LBRACK] = ACTIONS(4087), + [anon_sym_as] = ACTIONS(4085), + [anon_sym_EQ] = ACTIONS(6656), + [anon_sym_LBRACE] = ACTIONS(6244), + [anon_sym_RBRACE] = ACTIONS(4087), + [anon_sym_LPAREN] = ACTIONS(4087), + [anon_sym_COMMA] = ACTIONS(4087), + [anon_sym_LT] = ACTIONS(4085), + [anon_sym_GT] = ACTIONS(4085), + [anon_sym_where] = ACTIONS(3118), + [anon_sym_object] = ACTIONS(4085), + [anon_sym_fun] = ACTIONS(4085), + [anon_sym_DOT] = ACTIONS(4085), + [anon_sym_SEMI] = ACTIONS(4087), + [anon_sym_get] = ACTIONS(4085), + [anon_sym_set] = ACTIONS(4085), + [anon_sym_this] = ACTIONS(4085), + [anon_sym_super] = ACTIONS(4085), + [anon_sym_STAR] = ACTIONS(4087), + [sym_label] = ACTIONS(4085), + [anon_sym_in] = ACTIONS(4085), + [anon_sym_DOT_DOT] = ACTIONS(4087), + [anon_sym_QMARK_COLON] = ACTIONS(4087), + [anon_sym_AMP_AMP] = ACTIONS(4087), + [anon_sym_PIPE_PIPE] = ACTIONS(4087), + [anon_sym_null] = ACTIONS(4085), + [anon_sym_if] = ACTIONS(4085), + [anon_sym_else] = ACTIONS(4085), + [anon_sym_when] = ACTIONS(4085), + [anon_sym_try] = ACTIONS(4085), + [anon_sym_throw] = ACTIONS(4085), + [anon_sym_return] = ACTIONS(4085), + [anon_sym_continue] = ACTIONS(4085), + [anon_sym_break] = ACTIONS(4085), + [anon_sym_COLON_COLON] = ACTIONS(4087), + [anon_sym_BANG_EQ] = ACTIONS(4085), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4087), + [anon_sym_EQ_EQ] = ACTIONS(4085), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4087), + [anon_sym_LT_EQ] = ACTIONS(4087), + [anon_sym_GT_EQ] = ACTIONS(4087), + [anon_sym_BANGin] = ACTIONS(4087), + [anon_sym_is] = ACTIONS(4085), + [anon_sym_BANGis] = ACTIONS(4087), + [anon_sym_PLUS] = ACTIONS(4085), + [anon_sym_DASH] = ACTIONS(4085), + [anon_sym_SLASH] = ACTIONS(4085), + [anon_sym_PERCENT] = ACTIONS(4087), + [anon_sym_as_QMARK] = ACTIONS(4087), + [anon_sym_PLUS_PLUS] = ACTIONS(4087), + [anon_sym_DASH_DASH] = ACTIONS(4087), + [anon_sym_BANG] = ACTIONS(4085), + [anon_sym_BANG_BANG] = ACTIONS(4087), + [anon_sym_data] = ACTIONS(4085), + [anon_sym_inner] = ACTIONS(4085), + [anon_sym_expect] = ACTIONS(4085), + [anon_sym_actual] = ACTIONS(4085), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4087), + [anon_sym_continue_AT] = ACTIONS(4087), + [anon_sym_break_AT] = ACTIONS(4087), + [sym_real_literal] = ACTIONS(4087), + [sym_integer_literal] = ACTIONS(4085), + [sym_hex_literal] = ACTIONS(4087), + [sym_bin_literal] = ACTIONS(4087), + [anon_sym_true] = ACTIONS(4085), + [anon_sym_false] = ACTIONS(4085), + [anon_sym_SQUOTE] = ACTIONS(4087), + [sym__backtick_identifier] = ACTIONS(4087), + [sym__automatic_semicolon] = ACTIONS(4087), + [sym_safe_nav] = ACTIONS(4087), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4087), + }, + [3522] = { + [sym_type_constraints] = STATE(3827), + [sym_function_body] = STATE(3872), + [sym__block] = STATE(3738), + [sym__alpha_identifier] = ACTIONS(4085), + [anon_sym_AT] = ACTIONS(4087), + [anon_sym_LBRACK] = ACTIONS(4087), + [anon_sym_as] = ACTIONS(4085), + [anon_sym_EQ] = ACTIONS(6527), + [anon_sym_LBRACE] = ACTIONS(6461), + [anon_sym_RBRACE] = ACTIONS(4087), + [anon_sym_LPAREN] = ACTIONS(4087), + [anon_sym_LT] = ACTIONS(4085), + [anon_sym_GT] = ACTIONS(4085), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(4085), + [anon_sym_SEMI] = ACTIONS(4087), + [anon_sym_get] = ACTIONS(4085), + [anon_sym_set] = ACTIONS(4085), + [anon_sym_STAR] = ACTIONS(4085), + [sym_label] = ACTIONS(4087), + [anon_sym_in] = ACTIONS(4085), + [anon_sym_DOT_DOT] = ACTIONS(4087), + [anon_sym_QMARK_COLON] = ACTIONS(4087), + [anon_sym_AMP_AMP] = ACTIONS(4087), + [anon_sym_PIPE_PIPE] = ACTIONS(4087), + [anon_sym_else] = ACTIONS(4085), + [anon_sym_COLON_COLON] = ACTIONS(4087), + [anon_sym_PLUS_EQ] = ACTIONS(4087), + [anon_sym_DASH_EQ] = ACTIONS(4087), + [anon_sym_STAR_EQ] = ACTIONS(4087), + [anon_sym_SLASH_EQ] = ACTIONS(4087), + [anon_sym_PERCENT_EQ] = ACTIONS(4087), + [anon_sym_BANG_EQ] = ACTIONS(4085), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4087), + [anon_sym_EQ_EQ] = ACTIONS(4085), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4087), + [anon_sym_LT_EQ] = ACTIONS(4087), + [anon_sym_GT_EQ] = ACTIONS(4087), + [anon_sym_BANGin] = ACTIONS(4087), + [anon_sym_is] = ACTIONS(4085), + [anon_sym_BANGis] = ACTIONS(4087), + [anon_sym_PLUS] = ACTIONS(4085), + [anon_sym_DASH] = ACTIONS(4085), + [anon_sym_SLASH] = ACTIONS(4085), + [anon_sym_PERCENT] = ACTIONS(4085), + [anon_sym_as_QMARK] = ACTIONS(4087), + [anon_sym_PLUS_PLUS] = ACTIONS(4087), + [anon_sym_DASH_DASH] = ACTIONS(4087), + [anon_sym_BANG_BANG] = ACTIONS(4087), + [anon_sym_suspend] = ACTIONS(4085), + [anon_sym_sealed] = ACTIONS(4085), + [anon_sym_annotation] = ACTIONS(4085), + [anon_sym_data] = ACTIONS(4085), + [anon_sym_inner] = ACTIONS(4085), + [anon_sym_override] = ACTIONS(4085), + [anon_sym_lateinit] = ACTIONS(4085), + [anon_sym_public] = ACTIONS(4085), + [anon_sym_private] = ACTIONS(4085), + [anon_sym_internal] = ACTIONS(4085), + [anon_sym_protected] = ACTIONS(4085), + [anon_sym_tailrec] = ACTIONS(4085), + [anon_sym_operator] = ACTIONS(4085), + [anon_sym_infix] = ACTIONS(4085), + [anon_sym_inline] = ACTIONS(4085), + [anon_sym_external] = ACTIONS(4085), + [sym_property_modifier] = ACTIONS(4085), + [anon_sym_abstract] = ACTIONS(4085), + [anon_sym_final] = ACTIONS(4085), + [anon_sym_open] = ACTIONS(4085), + [anon_sym_vararg] = ACTIONS(4085), + [anon_sym_noinline] = ACTIONS(4085), + [anon_sym_crossinline] = ACTIONS(4085), + [anon_sym_expect] = ACTIONS(4085), + [anon_sym_actual] = ACTIONS(4085), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4087), + [sym__automatic_semicolon] = ACTIONS(4087), + [sym_safe_nav] = ACTIONS(4087), + [sym_multiline_comment] = ACTIONS(3), + }, + [3523] = { + [sym_type_constraints] = STATE(3871), + [sym_function_body] = STATE(3268), + [sym__block] = STATE(3334), + [sym__alpha_identifier] = ACTIONS(4047), + [anon_sym_AT] = ACTIONS(4049), + [anon_sym_COLON] = ACTIONS(6662), + [anon_sym_LBRACK] = ACTIONS(4049), + [anon_sym_as] = ACTIONS(4047), + [anon_sym_EQ] = ACTIONS(6656), + [anon_sym_LBRACE] = ACTIONS(6244), + [anon_sym_RBRACE] = ACTIONS(4049), + [anon_sym_LPAREN] = ACTIONS(4049), + [anon_sym_COMMA] = ACTIONS(4049), + [anon_sym_LT] = ACTIONS(4047), + [anon_sym_GT] = ACTIONS(4047), + [anon_sym_where] = ACTIONS(3118), + [anon_sym_object] = ACTIONS(4047), + [anon_sym_fun] = ACTIONS(4047), + [anon_sym_DOT] = ACTIONS(4047), + [anon_sym_SEMI] = ACTIONS(4049), + [anon_sym_get] = ACTIONS(4047), + [anon_sym_set] = ACTIONS(4047), + [anon_sym_this] = ACTIONS(4047), + [anon_sym_super] = ACTIONS(4047), + [anon_sym_STAR] = ACTIONS(4049), + [sym_label] = ACTIONS(4047), + [anon_sym_in] = ACTIONS(4047), + [anon_sym_DOT_DOT] = ACTIONS(4049), + [anon_sym_QMARK_COLON] = ACTIONS(4049), + [anon_sym_AMP_AMP] = ACTIONS(4049), + [anon_sym_PIPE_PIPE] = ACTIONS(4049), + [anon_sym_null] = ACTIONS(4047), + [anon_sym_if] = ACTIONS(4047), + [anon_sym_else] = ACTIONS(4047), + [anon_sym_when] = ACTIONS(4047), + [anon_sym_try] = ACTIONS(4047), + [anon_sym_throw] = ACTIONS(4047), + [anon_sym_return] = ACTIONS(4047), + [anon_sym_continue] = ACTIONS(4047), + [anon_sym_break] = ACTIONS(4047), + [anon_sym_COLON_COLON] = ACTIONS(4049), + [anon_sym_BANG_EQ] = ACTIONS(4047), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4049), + [anon_sym_EQ_EQ] = ACTIONS(4047), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4049), + [anon_sym_LT_EQ] = ACTIONS(4049), + [anon_sym_GT_EQ] = ACTIONS(4049), + [anon_sym_BANGin] = ACTIONS(4049), + [anon_sym_is] = ACTIONS(4047), + [anon_sym_BANGis] = ACTIONS(4049), + [anon_sym_PLUS] = ACTIONS(4047), + [anon_sym_DASH] = ACTIONS(4047), + [anon_sym_SLASH] = ACTIONS(4047), + [anon_sym_PERCENT] = ACTIONS(4049), + [anon_sym_as_QMARK] = ACTIONS(4049), + [anon_sym_PLUS_PLUS] = ACTIONS(4049), + [anon_sym_DASH_DASH] = ACTIONS(4049), + [anon_sym_BANG] = ACTIONS(4047), + [anon_sym_BANG_BANG] = ACTIONS(4049), + [anon_sym_data] = ACTIONS(4047), + [anon_sym_inner] = ACTIONS(4047), + [anon_sym_expect] = ACTIONS(4047), + [anon_sym_actual] = ACTIONS(4047), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4049), + [anon_sym_continue_AT] = ACTIONS(4049), + [anon_sym_break_AT] = ACTIONS(4049), + [sym_real_literal] = ACTIONS(4049), + [sym_integer_literal] = ACTIONS(4047), + [sym_hex_literal] = ACTIONS(4049), + [sym_bin_literal] = ACTIONS(4049), + [anon_sym_true] = ACTIONS(4047), + [anon_sym_false] = ACTIONS(4047), + [anon_sym_SQUOTE] = ACTIONS(4049), + [sym__backtick_identifier] = ACTIONS(4049), + [sym__automatic_semicolon] = ACTIONS(4049), + [sym_safe_nav] = ACTIONS(4049), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4049), + }, + [3524] = { + [sym_type_constraints] = STATE(3858), + [sym_function_body] = STATE(3285), + [sym__block] = STATE(3334), + [sym__alpha_identifier] = ACTIONS(4041), + [anon_sym_AT] = ACTIONS(4043), + [anon_sym_COLON] = ACTIONS(6664), + [anon_sym_LBRACK] = ACTIONS(4043), + [anon_sym_as] = ACTIONS(4041), + [anon_sym_EQ] = ACTIONS(6656), + [anon_sym_LBRACE] = ACTIONS(6244), + [anon_sym_RBRACE] = ACTIONS(4043), + [anon_sym_LPAREN] = ACTIONS(4043), + [anon_sym_COMMA] = ACTIONS(4043), + [anon_sym_LT] = ACTIONS(4041), + [anon_sym_GT] = ACTIONS(4041), + [anon_sym_where] = ACTIONS(3118), + [anon_sym_object] = ACTIONS(4041), + [anon_sym_fun] = ACTIONS(4041), + [anon_sym_DOT] = ACTIONS(4041), + [anon_sym_SEMI] = ACTIONS(4043), + [anon_sym_get] = ACTIONS(4041), + [anon_sym_set] = ACTIONS(4041), + [anon_sym_this] = ACTIONS(4041), + [anon_sym_super] = ACTIONS(4041), + [anon_sym_STAR] = ACTIONS(4043), + [sym_label] = ACTIONS(4041), + [anon_sym_in] = ACTIONS(4041), + [anon_sym_DOT_DOT] = ACTIONS(4043), + [anon_sym_QMARK_COLON] = ACTIONS(4043), + [anon_sym_AMP_AMP] = ACTIONS(4043), + [anon_sym_PIPE_PIPE] = ACTIONS(4043), + [anon_sym_null] = ACTIONS(4041), + [anon_sym_if] = ACTIONS(4041), + [anon_sym_else] = ACTIONS(4041), + [anon_sym_when] = ACTIONS(4041), + [anon_sym_try] = ACTIONS(4041), + [anon_sym_throw] = ACTIONS(4041), + [anon_sym_return] = ACTIONS(4041), + [anon_sym_continue] = ACTIONS(4041), + [anon_sym_break] = ACTIONS(4041), + [anon_sym_COLON_COLON] = ACTIONS(4043), + [anon_sym_BANG_EQ] = ACTIONS(4041), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4043), + [anon_sym_EQ_EQ] = ACTIONS(4041), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4043), + [anon_sym_LT_EQ] = ACTIONS(4043), + [anon_sym_GT_EQ] = ACTIONS(4043), + [anon_sym_BANGin] = ACTIONS(4043), + [anon_sym_is] = ACTIONS(4041), + [anon_sym_BANGis] = ACTIONS(4043), + [anon_sym_PLUS] = ACTIONS(4041), + [anon_sym_DASH] = ACTIONS(4041), + [anon_sym_SLASH] = ACTIONS(4041), + [anon_sym_PERCENT] = ACTIONS(4043), + [anon_sym_as_QMARK] = ACTIONS(4043), + [anon_sym_PLUS_PLUS] = ACTIONS(4043), + [anon_sym_DASH_DASH] = ACTIONS(4043), + [anon_sym_BANG] = ACTIONS(4041), + [anon_sym_BANG_BANG] = ACTIONS(4043), + [anon_sym_data] = ACTIONS(4041), + [anon_sym_inner] = ACTIONS(4041), + [anon_sym_expect] = ACTIONS(4041), + [anon_sym_actual] = ACTIONS(4041), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4043), + [anon_sym_continue_AT] = ACTIONS(4043), + [anon_sym_break_AT] = ACTIONS(4043), + [sym_real_literal] = ACTIONS(4043), + [sym_integer_literal] = ACTIONS(4041), + [sym_hex_literal] = ACTIONS(4043), + [sym_bin_literal] = ACTIONS(4043), + [anon_sym_true] = ACTIONS(4041), + [anon_sym_false] = ACTIONS(4041), + [anon_sym_SQUOTE] = ACTIONS(4043), + [sym__backtick_identifier] = ACTIONS(4043), + [sym__automatic_semicolon] = ACTIONS(4043), + [sym_safe_nav] = ACTIONS(4043), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4043), + }, + [3525] = { + [aux_sym_type_constraints_repeat1] = STATE(3507), + [sym__alpha_identifier] = ACTIONS(4456), + [anon_sym_AT] = ACTIONS(4458), + [anon_sym_LBRACK] = ACTIONS(4458), + [anon_sym_as] = ACTIONS(4456), + [anon_sym_EQ] = ACTIONS(4456), + [anon_sym_LBRACE] = ACTIONS(4458), + [anon_sym_RBRACE] = ACTIONS(4458), + [anon_sym_LPAREN] = ACTIONS(4458), + [anon_sym_COMMA] = ACTIONS(6643), + [anon_sym_by] = ACTIONS(4456), + [anon_sym_LT] = ACTIONS(4456), + [anon_sym_GT] = ACTIONS(4456), + [anon_sym_where] = ACTIONS(4456), + [anon_sym_DOT] = ACTIONS(4456), + [anon_sym_SEMI] = ACTIONS(4458), + [anon_sym_get] = ACTIONS(4456), + [anon_sym_set] = ACTIONS(4456), + [anon_sym_STAR] = ACTIONS(4456), + [sym_label] = ACTIONS(4458), + [anon_sym_in] = ACTIONS(4456), + [anon_sym_DOT_DOT] = ACTIONS(4458), + [anon_sym_QMARK_COLON] = ACTIONS(4458), + [anon_sym_AMP_AMP] = ACTIONS(4458), + [anon_sym_PIPE_PIPE] = ACTIONS(4458), + [anon_sym_else] = ACTIONS(4456), + [anon_sym_COLON_COLON] = ACTIONS(4458), + [anon_sym_PLUS_EQ] = ACTIONS(4458), + [anon_sym_DASH_EQ] = ACTIONS(4458), + [anon_sym_STAR_EQ] = ACTIONS(4458), + [anon_sym_SLASH_EQ] = ACTIONS(4458), + [anon_sym_PERCENT_EQ] = ACTIONS(4458), + [anon_sym_BANG_EQ] = ACTIONS(4456), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4458), + [anon_sym_EQ_EQ] = ACTIONS(4456), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4458), + [anon_sym_LT_EQ] = ACTIONS(4458), + [anon_sym_GT_EQ] = ACTIONS(4458), + [anon_sym_BANGin] = ACTIONS(4458), + [anon_sym_is] = ACTIONS(4456), + [anon_sym_BANGis] = ACTIONS(4458), + [anon_sym_PLUS] = ACTIONS(4456), + [anon_sym_DASH] = ACTIONS(4456), + [anon_sym_SLASH] = ACTIONS(4456), + [anon_sym_PERCENT] = ACTIONS(4456), + [anon_sym_as_QMARK] = ACTIONS(4458), + [anon_sym_PLUS_PLUS] = ACTIONS(4458), + [anon_sym_DASH_DASH] = ACTIONS(4458), + [anon_sym_BANG_BANG] = ACTIONS(4458), + [anon_sym_suspend] = ACTIONS(4456), + [anon_sym_sealed] = ACTIONS(4456), + [anon_sym_annotation] = ACTIONS(4456), + [anon_sym_data] = ACTIONS(4456), + [anon_sym_inner] = ACTIONS(4456), + [anon_sym_override] = ACTIONS(4456), + [anon_sym_lateinit] = ACTIONS(4456), + [anon_sym_public] = ACTIONS(4456), + [anon_sym_private] = ACTIONS(4456), + [anon_sym_internal] = ACTIONS(4456), + [anon_sym_protected] = ACTIONS(4456), + [anon_sym_tailrec] = ACTIONS(4456), + [anon_sym_operator] = ACTIONS(4456), + [anon_sym_infix] = ACTIONS(4456), + [anon_sym_inline] = ACTIONS(4456), + [anon_sym_external] = ACTIONS(4456), + [sym_property_modifier] = ACTIONS(4456), + [anon_sym_abstract] = ACTIONS(4456), + [anon_sym_final] = ACTIONS(4456), + [anon_sym_open] = ACTIONS(4456), + [anon_sym_vararg] = ACTIONS(4456), + [anon_sym_noinline] = ACTIONS(4456), + [anon_sym_crossinline] = ACTIONS(4456), + [anon_sym_expect] = ACTIONS(4456), + [anon_sym_actual] = ACTIONS(4456), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4458), + [sym__automatic_semicolon] = ACTIONS(4458), + [sym_safe_nav] = ACTIONS(4458), + [sym_multiline_comment] = ACTIONS(3), + }, + [3526] = { + [sym_class_body] = STATE(3743), + [sym_type_constraints] = STATE(3553), + [sym__alpha_identifier] = ACTIONS(4303), + [anon_sym_AT] = ACTIONS(4305), + [anon_sym_COLON] = ACTIONS(6666), + [anon_sym_LBRACK] = ACTIONS(4305), + [anon_sym_as] = ACTIONS(4303), + [anon_sym_EQ] = ACTIONS(4303), + [anon_sym_LBRACE] = ACTIONS(5360), + [anon_sym_RBRACE] = ACTIONS(4305), + [anon_sym_LPAREN] = ACTIONS(4305), + [anon_sym_LT] = ACTIONS(4303), + [anon_sym_GT] = ACTIONS(4303), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(4303), + [anon_sym_SEMI] = ACTIONS(4305), + [anon_sym_get] = ACTIONS(4303), + [anon_sym_set] = ACTIONS(4303), + [anon_sym_STAR] = ACTIONS(4303), + [sym_label] = ACTIONS(4305), + [anon_sym_in] = ACTIONS(4303), + [anon_sym_DOT_DOT] = ACTIONS(4305), + [anon_sym_QMARK_COLON] = ACTIONS(4305), + [anon_sym_AMP_AMP] = ACTIONS(4305), + [anon_sym_PIPE_PIPE] = ACTIONS(4305), + [anon_sym_else] = ACTIONS(4303), + [anon_sym_COLON_COLON] = ACTIONS(4305), + [anon_sym_PLUS_EQ] = ACTIONS(4305), + [anon_sym_DASH_EQ] = ACTIONS(4305), + [anon_sym_STAR_EQ] = ACTIONS(4305), + [anon_sym_SLASH_EQ] = ACTIONS(4305), + [anon_sym_PERCENT_EQ] = ACTIONS(4305), + [anon_sym_BANG_EQ] = ACTIONS(4303), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4305), + [anon_sym_EQ_EQ] = ACTIONS(4303), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4305), + [anon_sym_LT_EQ] = ACTIONS(4305), + [anon_sym_GT_EQ] = ACTIONS(4305), + [anon_sym_BANGin] = ACTIONS(4305), + [anon_sym_is] = ACTIONS(4303), + [anon_sym_BANGis] = ACTIONS(4305), + [anon_sym_PLUS] = ACTIONS(4303), + [anon_sym_DASH] = ACTIONS(4303), + [anon_sym_SLASH] = ACTIONS(4303), + [anon_sym_PERCENT] = ACTIONS(4303), + [anon_sym_as_QMARK] = ACTIONS(4305), + [anon_sym_PLUS_PLUS] = ACTIONS(4305), + [anon_sym_DASH_DASH] = ACTIONS(4305), + [anon_sym_BANG_BANG] = ACTIONS(4305), + [anon_sym_suspend] = ACTIONS(4303), + [anon_sym_sealed] = ACTIONS(4303), + [anon_sym_annotation] = ACTIONS(4303), + [anon_sym_data] = ACTIONS(4303), + [anon_sym_inner] = ACTIONS(4303), + [anon_sym_override] = ACTIONS(4303), + [anon_sym_lateinit] = ACTIONS(4303), + [anon_sym_public] = ACTIONS(4303), + [anon_sym_private] = ACTIONS(4303), + [anon_sym_internal] = ACTIONS(4303), + [anon_sym_protected] = ACTIONS(4303), + [anon_sym_tailrec] = ACTIONS(4303), + [anon_sym_operator] = ACTIONS(4303), + [anon_sym_infix] = ACTIONS(4303), + [anon_sym_inline] = ACTIONS(4303), + [anon_sym_external] = ACTIONS(4303), + [sym_property_modifier] = ACTIONS(4303), + [anon_sym_abstract] = ACTIONS(4303), + [anon_sym_final] = ACTIONS(4303), + [anon_sym_open] = ACTIONS(4303), + [anon_sym_vararg] = ACTIONS(4303), + [anon_sym_noinline] = ACTIONS(4303), + [anon_sym_crossinline] = ACTIONS(4303), + [anon_sym_expect] = ACTIONS(4303), + [anon_sym_actual] = ACTIONS(4303), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4305), + [sym__automatic_semicolon] = ACTIONS(4305), + [sym_safe_nav] = ACTIONS(4305), + [sym_multiline_comment] = ACTIONS(3), + }, + [3527] = { + [sym_type_constraints] = STATE(3830), + [sym_function_body] = STATE(3705), + [sym__block] = STATE(3738), + [sym__alpha_identifier] = ACTIONS(4031), + [anon_sym_AT] = ACTIONS(4033), + [anon_sym_LBRACK] = ACTIONS(4033), + [anon_sym_as] = ACTIONS(4031), + [anon_sym_EQ] = ACTIONS(6527), + [anon_sym_LBRACE] = ACTIONS(6461), + [anon_sym_RBRACE] = ACTIONS(4033), + [anon_sym_LPAREN] = ACTIONS(4033), + [anon_sym_LT] = ACTIONS(4031), + [anon_sym_GT] = ACTIONS(4031), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(4031), + [anon_sym_SEMI] = ACTIONS(4033), + [anon_sym_get] = ACTIONS(4031), + [anon_sym_set] = ACTIONS(4031), + [anon_sym_STAR] = ACTIONS(4031), + [sym_label] = ACTIONS(4033), + [anon_sym_in] = ACTIONS(4031), + [anon_sym_DOT_DOT] = ACTIONS(4033), + [anon_sym_QMARK_COLON] = ACTIONS(4033), + [anon_sym_AMP_AMP] = ACTIONS(4033), + [anon_sym_PIPE_PIPE] = ACTIONS(4033), + [anon_sym_else] = ACTIONS(4031), + [anon_sym_COLON_COLON] = ACTIONS(4033), + [anon_sym_PLUS_EQ] = ACTIONS(4033), + [anon_sym_DASH_EQ] = ACTIONS(4033), + [anon_sym_STAR_EQ] = ACTIONS(4033), + [anon_sym_SLASH_EQ] = ACTIONS(4033), + [anon_sym_PERCENT_EQ] = ACTIONS(4033), + [anon_sym_BANG_EQ] = ACTIONS(4031), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4033), + [anon_sym_EQ_EQ] = ACTIONS(4031), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4033), + [anon_sym_LT_EQ] = ACTIONS(4033), + [anon_sym_GT_EQ] = ACTIONS(4033), + [anon_sym_BANGin] = ACTIONS(4033), + [anon_sym_is] = ACTIONS(4031), + [anon_sym_BANGis] = ACTIONS(4033), + [anon_sym_PLUS] = ACTIONS(4031), + [anon_sym_DASH] = ACTIONS(4031), + [anon_sym_SLASH] = ACTIONS(4031), + [anon_sym_PERCENT] = ACTIONS(4031), + [anon_sym_as_QMARK] = ACTIONS(4033), + [anon_sym_PLUS_PLUS] = ACTIONS(4033), + [anon_sym_DASH_DASH] = ACTIONS(4033), + [anon_sym_BANG_BANG] = ACTIONS(4033), + [anon_sym_suspend] = ACTIONS(4031), + [anon_sym_sealed] = ACTIONS(4031), + [anon_sym_annotation] = ACTIONS(4031), + [anon_sym_data] = ACTIONS(4031), + [anon_sym_inner] = ACTIONS(4031), + [anon_sym_override] = ACTIONS(4031), + [anon_sym_lateinit] = ACTIONS(4031), + [anon_sym_public] = ACTIONS(4031), + [anon_sym_private] = ACTIONS(4031), + [anon_sym_internal] = ACTIONS(4031), + [anon_sym_protected] = ACTIONS(4031), + [anon_sym_tailrec] = ACTIONS(4031), + [anon_sym_operator] = ACTIONS(4031), + [anon_sym_infix] = ACTIONS(4031), + [anon_sym_inline] = ACTIONS(4031), + [anon_sym_external] = ACTIONS(4031), + [sym_property_modifier] = ACTIONS(4031), + [anon_sym_abstract] = ACTIONS(4031), + [anon_sym_final] = ACTIONS(4031), + [anon_sym_open] = ACTIONS(4031), + [anon_sym_vararg] = ACTIONS(4031), + [anon_sym_noinline] = ACTIONS(4031), + [anon_sym_crossinline] = ACTIONS(4031), + [anon_sym_expect] = ACTIONS(4031), + [anon_sym_actual] = ACTIONS(4031), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4033), + [sym__automatic_semicolon] = ACTIONS(4033), + [sym_safe_nav] = ACTIONS(4033), + [sym_multiline_comment] = ACTIONS(3), + }, + [3528] = { + [sym_type_constraints] = STATE(3570), + [sym_enum_class_body] = STATE(3796), + [sym__alpha_identifier] = ACTIONS(3186), + [anon_sym_AT] = ACTIONS(3190), + [anon_sym_COLON] = ACTIONS(5756), + [anon_sym_LBRACK] = ACTIONS(3190), + [anon_sym_as] = ACTIONS(3186), + [anon_sym_EQ] = ACTIONS(3186), + [anon_sym_LBRACE] = ACTIONS(5415), + [anon_sym_RBRACE] = ACTIONS(3190), + [anon_sym_LPAREN] = ACTIONS(3190), + [anon_sym_LT] = ACTIONS(3186), + [anon_sym_GT] = ACTIONS(3186), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(3186), + [anon_sym_SEMI] = ACTIONS(3190), + [anon_sym_get] = ACTIONS(3186), + [anon_sym_set] = ACTIONS(3186), + [anon_sym_STAR] = ACTIONS(3186), + [sym_label] = ACTIONS(3190), + [anon_sym_in] = ACTIONS(3186), + [anon_sym_DOT_DOT] = ACTIONS(3190), + [anon_sym_QMARK_COLON] = ACTIONS(3190), + [anon_sym_AMP_AMP] = ACTIONS(3190), + [anon_sym_PIPE_PIPE] = ACTIONS(3190), + [anon_sym_else] = ACTIONS(3186), + [anon_sym_COLON_COLON] = ACTIONS(3190), + [anon_sym_PLUS_EQ] = ACTIONS(3190), + [anon_sym_DASH_EQ] = ACTIONS(3190), + [anon_sym_STAR_EQ] = ACTIONS(3190), + [anon_sym_SLASH_EQ] = ACTIONS(3190), + [anon_sym_PERCENT_EQ] = ACTIONS(3190), + [anon_sym_BANG_EQ] = ACTIONS(3186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3190), + [anon_sym_EQ_EQ] = ACTIONS(3186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3190), + [anon_sym_LT_EQ] = ACTIONS(3190), + [anon_sym_GT_EQ] = ACTIONS(3190), + [anon_sym_BANGin] = ACTIONS(3190), + [anon_sym_is] = ACTIONS(3186), + [anon_sym_BANGis] = ACTIONS(3190), + [anon_sym_PLUS] = ACTIONS(3186), + [anon_sym_DASH] = ACTIONS(3186), + [anon_sym_SLASH] = ACTIONS(3186), + [anon_sym_PERCENT] = ACTIONS(3186), + [anon_sym_as_QMARK] = ACTIONS(3190), + [anon_sym_PLUS_PLUS] = ACTIONS(3190), + [anon_sym_DASH_DASH] = ACTIONS(3190), + [anon_sym_BANG_BANG] = ACTIONS(3190), + [anon_sym_suspend] = ACTIONS(3186), + [anon_sym_sealed] = ACTIONS(3186), + [anon_sym_annotation] = ACTIONS(3186), + [anon_sym_data] = ACTIONS(3186), + [anon_sym_inner] = ACTIONS(3186), + [anon_sym_override] = ACTIONS(3186), + [anon_sym_lateinit] = ACTIONS(3186), + [anon_sym_public] = ACTIONS(3186), + [anon_sym_private] = ACTIONS(3186), + [anon_sym_internal] = ACTIONS(3186), + [anon_sym_protected] = ACTIONS(3186), + [anon_sym_tailrec] = ACTIONS(3186), + [anon_sym_operator] = ACTIONS(3186), + [anon_sym_infix] = ACTIONS(3186), + [anon_sym_inline] = ACTIONS(3186), + [anon_sym_external] = ACTIONS(3186), + [sym_property_modifier] = ACTIONS(3186), + [anon_sym_abstract] = ACTIONS(3186), + [anon_sym_final] = ACTIONS(3186), + [anon_sym_open] = ACTIONS(3186), + [anon_sym_vararg] = ACTIONS(3186), + [anon_sym_noinline] = ACTIONS(3186), + [anon_sym_crossinline] = ACTIONS(3186), + [anon_sym_expect] = ACTIONS(3186), + [anon_sym_actual] = ACTIONS(3186), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3190), + [sym__automatic_semicolon] = ACTIONS(3190), + [sym_safe_nav] = ACTIONS(3190), + [sym_multiline_comment] = ACTIONS(3), + }, + [3529] = { + [sym__alpha_identifier] = ACTIONS(4285), + [anon_sym_AT] = ACTIONS(4288), + [anon_sym_LBRACK] = ACTIONS(4288), + [anon_sym_as] = ACTIONS(4293), + [anon_sym_EQ] = ACTIONS(4293), + [anon_sym_LBRACE] = ACTIONS(4288), + [anon_sym_RBRACE] = ACTIONS(4291), + [anon_sym_LPAREN] = ACTIONS(6668), + [anon_sym_RPAREN] = ACTIONS(4291), + [anon_sym_LT] = ACTIONS(4293), + [anon_sym_GT] = ACTIONS(4293), + [anon_sym_object] = ACTIONS(3943), + [anon_sym_fun] = ACTIONS(3943), + [anon_sym_DOT] = ACTIONS(4293), + [anon_sym_SEMI] = ACTIONS(4291), + [anon_sym_get] = ACTIONS(4285), + [anon_sym_set] = ACTIONS(4285), + [anon_sym_this] = ACTIONS(3943), + [anon_sym_super] = ACTIONS(3943), + [anon_sym_STAR] = ACTIONS(4285), + [sym_label] = ACTIONS(4285), + [anon_sym_in] = ACTIONS(4293), + [anon_sym_while] = ACTIONS(4293), + [anon_sym_DOT_DOT] = ACTIONS(4291), + [anon_sym_QMARK_COLON] = ACTIONS(4291), + [anon_sym_AMP_AMP] = ACTIONS(4291), + [anon_sym_PIPE_PIPE] = ACTIONS(4291), + [anon_sym_null] = ACTIONS(3943), + [anon_sym_if] = ACTIONS(3943), + [anon_sym_else] = ACTIONS(4293), + [anon_sym_when] = ACTIONS(3943), + [anon_sym_try] = ACTIONS(3943), + [anon_sym_throw] = ACTIONS(3943), + [anon_sym_return] = ACTIONS(3943), + [anon_sym_continue] = ACTIONS(3943), + [anon_sym_break] = ACTIONS(3943), + [anon_sym_COLON_COLON] = ACTIONS(4288), + [anon_sym_PLUS_EQ] = ACTIONS(4291), + [anon_sym_DASH_EQ] = ACTIONS(4291), + [anon_sym_STAR_EQ] = ACTIONS(4291), + [anon_sym_SLASH_EQ] = ACTIONS(4291), + [anon_sym_PERCENT_EQ] = ACTIONS(4291), + [anon_sym_BANG_EQ] = ACTIONS(4293), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4291), + [anon_sym_EQ_EQ] = ACTIONS(4293), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4291), + [anon_sym_LT_EQ] = ACTIONS(4291), + [anon_sym_GT_EQ] = ACTIONS(4291), + [anon_sym_BANGin] = ACTIONS(4291), + [anon_sym_is] = ACTIONS(4293), + [anon_sym_BANGis] = ACTIONS(4291), + [anon_sym_PLUS] = ACTIONS(4285), + [anon_sym_DASH] = ACTIONS(4285), + [anon_sym_SLASH] = ACTIONS(4293), + [anon_sym_PERCENT] = ACTIONS(4293), + [anon_sym_as_QMARK] = ACTIONS(4291), + [anon_sym_PLUS_PLUS] = ACTIONS(4288), + [anon_sym_DASH_DASH] = ACTIONS(4288), + [anon_sym_BANG] = ACTIONS(3943), + [anon_sym_BANG_BANG] = ACTIONS(4291), + [anon_sym_data] = ACTIONS(4285), + [anon_sym_inner] = ACTIONS(4285), + [anon_sym_expect] = ACTIONS(4285), + [anon_sym_actual] = ACTIONS(4285), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3948), + [anon_sym_continue_AT] = ACTIONS(3948), + [anon_sym_break_AT] = ACTIONS(3948), + [sym_real_literal] = ACTIONS(3948), + [sym_integer_literal] = ACTIONS(3943), + [sym_hex_literal] = ACTIONS(3948), + [sym_bin_literal] = ACTIONS(3948), + [anon_sym_true] = ACTIONS(3943), + [anon_sym_false] = ACTIONS(3943), + [anon_sym_SQUOTE] = ACTIONS(3948), + [sym__backtick_identifier] = ACTIONS(4288), + [sym_safe_nav] = ACTIONS(4291), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3948), + }, + [3530] = { + [sym_class_body] = STATE(3796), + [sym_type_constraints] = STATE(3661), + [sym__alpha_identifier] = ACTIONS(3186), + [anon_sym_AT] = ACTIONS(3190), + [anon_sym_COLON] = ACTIONS(5754), + [anon_sym_LBRACK] = ACTIONS(3190), + [anon_sym_as] = ACTIONS(3186), + [anon_sym_EQ] = ACTIONS(3186), + [anon_sym_LBRACE] = ACTIONS(5360), + [anon_sym_RBRACE] = ACTIONS(3190), + [anon_sym_LPAREN] = ACTIONS(3190), + [anon_sym_LT] = ACTIONS(3186), + [anon_sym_GT] = ACTIONS(3186), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(3186), + [anon_sym_SEMI] = ACTIONS(3190), + [anon_sym_get] = ACTIONS(3186), + [anon_sym_set] = ACTIONS(3186), + [anon_sym_STAR] = ACTIONS(3186), + [sym_label] = ACTIONS(3190), + [anon_sym_in] = ACTIONS(3186), + [anon_sym_DOT_DOT] = ACTIONS(3190), + [anon_sym_QMARK_COLON] = ACTIONS(3190), + [anon_sym_AMP_AMP] = ACTIONS(3190), + [anon_sym_PIPE_PIPE] = ACTIONS(3190), + [anon_sym_else] = ACTIONS(3186), + [anon_sym_COLON_COLON] = ACTIONS(3190), + [anon_sym_PLUS_EQ] = ACTIONS(3190), + [anon_sym_DASH_EQ] = ACTIONS(3190), + [anon_sym_STAR_EQ] = ACTIONS(3190), + [anon_sym_SLASH_EQ] = ACTIONS(3190), + [anon_sym_PERCENT_EQ] = ACTIONS(3190), + [anon_sym_BANG_EQ] = ACTIONS(3186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3190), + [anon_sym_EQ_EQ] = ACTIONS(3186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3190), + [anon_sym_LT_EQ] = ACTIONS(3190), + [anon_sym_GT_EQ] = ACTIONS(3190), + [anon_sym_BANGin] = ACTIONS(3190), + [anon_sym_is] = ACTIONS(3186), + [anon_sym_BANGis] = ACTIONS(3190), + [anon_sym_PLUS] = ACTIONS(3186), + [anon_sym_DASH] = ACTIONS(3186), + [anon_sym_SLASH] = ACTIONS(3186), + [anon_sym_PERCENT] = ACTIONS(3186), + [anon_sym_as_QMARK] = ACTIONS(3190), + [anon_sym_PLUS_PLUS] = ACTIONS(3190), + [anon_sym_DASH_DASH] = ACTIONS(3190), + [anon_sym_BANG_BANG] = ACTIONS(3190), + [anon_sym_suspend] = ACTIONS(3186), + [anon_sym_sealed] = ACTIONS(3186), + [anon_sym_annotation] = ACTIONS(3186), + [anon_sym_data] = ACTIONS(3186), + [anon_sym_inner] = ACTIONS(3186), + [anon_sym_override] = ACTIONS(3186), + [anon_sym_lateinit] = ACTIONS(3186), + [anon_sym_public] = ACTIONS(3186), + [anon_sym_private] = ACTIONS(3186), + [anon_sym_internal] = ACTIONS(3186), + [anon_sym_protected] = ACTIONS(3186), + [anon_sym_tailrec] = ACTIONS(3186), + [anon_sym_operator] = ACTIONS(3186), + [anon_sym_infix] = ACTIONS(3186), + [anon_sym_inline] = ACTIONS(3186), + [anon_sym_external] = ACTIONS(3186), + [sym_property_modifier] = ACTIONS(3186), + [anon_sym_abstract] = ACTIONS(3186), + [anon_sym_final] = ACTIONS(3186), + [anon_sym_open] = ACTIONS(3186), + [anon_sym_vararg] = ACTIONS(3186), + [anon_sym_noinline] = ACTIONS(3186), + [anon_sym_crossinline] = ACTIONS(3186), + [anon_sym_expect] = ACTIONS(3186), + [anon_sym_actual] = ACTIONS(3186), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3190), + [sym__automatic_semicolon] = ACTIONS(3190), + [sym_safe_nav] = ACTIONS(3190), + [sym_multiline_comment] = ACTIONS(3), + }, + [3531] = { + [sym__alpha_identifier] = ACTIONS(4142), + [anon_sym_AT] = ACTIONS(4145), + [anon_sym_LBRACK] = ACTIONS(4145), + [anon_sym_as] = ACTIONS(4150), + [anon_sym_EQ] = ACTIONS(4150), + [anon_sym_LBRACE] = ACTIONS(4145), + [anon_sym_RBRACE] = ACTIONS(4148), + [anon_sym_LPAREN] = ACTIONS(6672), + [anon_sym_RPAREN] = ACTIONS(4148), + [anon_sym_LT] = ACTIONS(4150), + [anon_sym_GT] = ACTIONS(4150), + [anon_sym_object] = ACTIONS(3943), + [anon_sym_fun] = ACTIONS(3943), + [anon_sym_DOT] = ACTIONS(4150), + [anon_sym_SEMI] = ACTIONS(4148), + [anon_sym_get] = ACTIONS(4142), + [anon_sym_set] = ACTIONS(4142), + [anon_sym_this] = ACTIONS(3943), + [anon_sym_super] = ACTIONS(3943), + [anon_sym_STAR] = ACTIONS(4142), + [sym_label] = ACTIONS(4142), + [anon_sym_in] = ACTIONS(4150), + [anon_sym_while] = ACTIONS(4150), + [anon_sym_DOT_DOT] = ACTIONS(4148), + [anon_sym_QMARK_COLON] = ACTIONS(4148), + [anon_sym_AMP_AMP] = ACTIONS(4148), + [anon_sym_PIPE_PIPE] = ACTIONS(4148), + [anon_sym_null] = ACTIONS(3943), + [anon_sym_if] = ACTIONS(3943), + [anon_sym_else] = ACTIONS(4150), + [anon_sym_when] = ACTIONS(3943), + [anon_sym_try] = ACTIONS(3943), + [anon_sym_throw] = ACTIONS(3943), + [anon_sym_return] = ACTIONS(3943), + [anon_sym_continue] = ACTIONS(3943), + [anon_sym_break] = ACTIONS(3943), + [anon_sym_COLON_COLON] = ACTIONS(4145), + [anon_sym_PLUS_EQ] = ACTIONS(4148), + [anon_sym_DASH_EQ] = ACTIONS(4148), + [anon_sym_STAR_EQ] = ACTIONS(4148), + [anon_sym_SLASH_EQ] = ACTIONS(4148), + [anon_sym_PERCENT_EQ] = ACTIONS(4148), + [anon_sym_BANG_EQ] = ACTIONS(4150), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4148), + [anon_sym_EQ_EQ] = ACTIONS(4150), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4148), + [anon_sym_LT_EQ] = ACTIONS(4148), + [anon_sym_GT_EQ] = ACTIONS(4148), + [anon_sym_BANGin] = ACTIONS(4148), + [anon_sym_is] = ACTIONS(4150), + [anon_sym_BANGis] = ACTIONS(4148), + [anon_sym_PLUS] = ACTIONS(4142), + [anon_sym_DASH] = ACTIONS(4142), + [anon_sym_SLASH] = ACTIONS(4150), + [anon_sym_PERCENT] = ACTIONS(4150), + [anon_sym_as_QMARK] = ACTIONS(4148), + [anon_sym_PLUS_PLUS] = ACTIONS(4145), + [anon_sym_DASH_DASH] = ACTIONS(4145), + [anon_sym_BANG] = ACTIONS(3943), + [anon_sym_BANG_BANG] = ACTIONS(4148), + [anon_sym_data] = ACTIONS(4142), + [anon_sym_inner] = ACTIONS(4142), + [anon_sym_expect] = ACTIONS(4142), + [anon_sym_actual] = ACTIONS(4142), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3948), + [anon_sym_continue_AT] = ACTIONS(3948), + [anon_sym_break_AT] = ACTIONS(3948), + [sym_real_literal] = ACTIONS(3948), + [sym_integer_literal] = ACTIONS(3943), + [sym_hex_literal] = ACTIONS(3948), + [sym_bin_literal] = ACTIONS(3948), + [anon_sym_true] = ACTIONS(3943), + [anon_sym_false] = ACTIONS(3943), + [anon_sym_SQUOTE] = ACTIONS(3948), + [sym__backtick_identifier] = ACTIONS(4145), + [sym_safe_nav] = ACTIONS(4148), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3948), + }, + [3532] = { + [sym_type_constraints] = STATE(3834), + [sym_function_body] = STATE(3788), + [sym__block] = STATE(3738), + [sym__alpha_identifier] = ACTIONS(4099), + [anon_sym_AT] = ACTIONS(4101), + [anon_sym_LBRACK] = ACTIONS(4101), + [anon_sym_as] = ACTIONS(4099), + [anon_sym_EQ] = ACTIONS(6527), + [anon_sym_LBRACE] = ACTIONS(6461), + [anon_sym_RBRACE] = ACTIONS(4101), + [anon_sym_LPAREN] = ACTIONS(4101), + [anon_sym_LT] = ACTIONS(4099), + [anon_sym_GT] = ACTIONS(4099), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(4099), + [anon_sym_SEMI] = ACTIONS(4101), + [anon_sym_get] = ACTIONS(4099), + [anon_sym_set] = ACTIONS(4099), + [anon_sym_STAR] = ACTIONS(4099), + [sym_label] = ACTIONS(4101), + [anon_sym_in] = ACTIONS(4099), + [anon_sym_DOT_DOT] = ACTIONS(4101), + [anon_sym_QMARK_COLON] = ACTIONS(4101), + [anon_sym_AMP_AMP] = ACTIONS(4101), + [anon_sym_PIPE_PIPE] = ACTIONS(4101), + [anon_sym_else] = ACTIONS(4099), + [anon_sym_COLON_COLON] = ACTIONS(4101), + [anon_sym_PLUS_EQ] = ACTIONS(4101), + [anon_sym_DASH_EQ] = ACTIONS(4101), + [anon_sym_STAR_EQ] = ACTIONS(4101), + [anon_sym_SLASH_EQ] = ACTIONS(4101), + [anon_sym_PERCENT_EQ] = ACTIONS(4101), + [anon_sym_BANG_EQ] = ACTIONS(4099), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4101), + [anon_sym_EQ_EQ] = ACTIONS(4099), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4101), + [anon_sym_LT_EQ] = ACTIONS(4101), + [anon_sym_GT_EQ] = ACTIONS(4101), + [anon_sym_BANGin] = ACTIONS(4101), + [anon_sym_is] = ACTIONS(4099), + [anon_sym_BANGis] = ACTIONS(4101), + [anon_sym_PLUS] = ACTIONS(4099), + [anon_sym_DASH] = ACTIONS(4099), + [anon_sym_SLASH] = ACTIONS(4099), + [anon_sym_PERCENT] = ACTIONS(4099), + [anon_sym_as_QMARK] = ACTIONS(4101), + [anon_sym_PLUS_PLUS] = ACTIONS(4101), + [anon_sym_DASH_DASH] = ACTIONS(4101), + [anon_sym_BANG_BANG] = ACTIONS(4101), + [anon_sym_suspend] = ACTIONS(4099), + [anon_sym_sealed] = ACTIONS(4099), + [anon_sym_annotation] = ACTIONS(4099), + [anon_sym_data] = ACTIONS(4099), + [anon_sym_inner] = ACTIONS(4099), + [anon_sym_override] = ACTIONS(4099), + [anon_sym_lateinit] = ACTIONS(4099), + [anon_sym_public] = ACTIONS(4099), + [anon_sym_private] = ACTIONS(4099), + [anon_sym_internal] = ACTIONS(4099), + [anon_sym_protected] = ACTIONS(4099), + [anon_sym_tailrec] = ACTIONS(4099), + [anon_sym_operator] = ACTIONS(4099), + [anon_sym_infix] = ACTIONS(4099), + [anon_sym_inline] = ACTIONS(4099), + [anon_sym_external] = ACTIONS(4099), + [sym_property_modifier] = ACTIONS(4099), + [anon_sym_abstract] = ACTIONS(4099), + [anon_sym_final] = ACTIONS(4099), + [anon_sym_open] = ACTIONS(4099), + [anon_sym_vararg] = ACTIONS(4099), + [anon_sym_noinline] = ACTIONS(4099), + [anon_sym_crossinline] = ACTIONS(4099), + [anon_sym_expect] = ACTIONS(4099), + [anon_sym_actual] = ACTIONS(4099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4101), + [sym__automatic_semicolon] = ACTIONS(4101), + [sym_safe_nav] = ACTIONS(4101), + [sym_multiline_comment] = ACTIONS(3), + }, + [3533] = { + [sym_type_constraints] = STATE(3835), + [sym_function_body] = STATE(3707), + [sym__block] = STATE(3738), + [sym__alpha_identifier] = ACTIONS(4260), + [anon_sym_AT] = ACTIONS(4262), + [anon_sym_LBRACK] = ACTIONS(4262), + [anon_sym_as] = ACTIONS(4260), + [anon_sym_EQ] = ACTIONS(6527), + [anon_sym_LBRACE] = ACTIONS(6461), + [anon_sym_RBRACE] = ACTIONS(4262), + [anon_sym_LPAREN] = ACTIONS(4262), + [anon_sym_LT] = ACTIONS(4260), + [anon_sym_GT] = ACTIONS(4260), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(4260), + [anon_sym_SEMI] = ACTIONS(4262), + [anon_sym_get] = ACTIONS(4260), + [anon_sym_set] = ACTIONS(4260), + [anon_sym_STAR] = ACTIONS(4260), + [sym_label] = ACTIONS(4262), + [anon_sym_in] = ACTIONS(4260), + [anon_sym_DOT_DOT] = ACTIONS(4262), + [anon_sym_QMARK_COLON] = ACTIONS(4262), + [anon_sym_AMP_AMP] = ACTIONS(4262), + [anon_sym_PIPE_PIPE] = ACTIONS(4262), + [anon_sym_else] = ACTIONS(4260), + [anon_sym_COLON_COLON] = ACTIONS(4262), + [anon_sym_PLUS_EQ] = ACTIONS(4262), + [anon_sym_DASH_EQ] = ACTIONS(4262), + [anon_sym_STAR_EQ] = ACTIONS(4262), + [anon_sym_SLASH_EQ] = ACTIONS(4262), + [anon_sym_PERCENT_EQ] = ACTIONS(4262), + [anon_sym_BANG_EQ] = ACTIONS(4260), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4262), + [anon_sym_EQ_EQ] = ACTIONS(4260), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4262), + [anon_sym_LT_EQ] = ACTIONS(4262), + [anon_sym_GT_EQ] = ACTIONS(4262), + [anon_sym_BANGin] = ACTIONS(4262), + [anon_sym_is] = ACTIONS(4260), + [anon_sym_BANGis] = ACTIONS(4262), + [anon_sym_PLUS] = ACTIONS(4260), + [anon_sym_DASH] = ACTIONS(4260), + [anon_sym_SLASH] = ACTIONS(4260), + [anon_sym_PERCENT] = ACTIONS(4260), + [anon_sym_as_QMARK] = ACTIONS(4262), + [anon_sym_PLUS_PLUS] = ACTIONS(4262), + [anon_sym_DASH_DASH] = ACTIONS(4262), + [anon_sym_BANG_BANG] = ACTIONS(4262), + [anon_sym_suspend] = ACTIONS(4260), + [anon_sym_sealed] = ACTIONS(4260), + [anon_sym_annotation] = ACTIONS(4260), + [anon_sym_data] = ACTIONS(4260), + [anon_sym_inner] = ACTIONS(4260), + [anon_sym_override] = ACTIONS(4260), + [anon_sym_lateinit] = ACTIONS(4260), + [anon_sym_public] = ACTIONS(4260), + [anon_sym_private] = ACTIONS(4260), + [anon_sym_internal] = ACTIONS(4260), + [anon_sym_protected] = ACTIONS(4260), + [anon_sym_tailrec] = ACTIONS(4260), + [anon_sym_operator] = ACTIONS(4260), + [anon_sym_infix] = ACTIONS(4260), + [anon_sym_inline] = ACTIONS(4260), + [anon_sym_external] = ACTIONS(4260), + [sym_property_modifier] = ACTIONS(4260), + [anon_sym_abstract] = ACTIONS(4260), + [anon_sym_final] = ACTIONS(4260), + [anon_sym_open] = ACTIONS(4260), + [anon_sym_vararg] = ACTIONS(4260), + [anon_sym_noinline] = ACTIONS(4260), + [anon_sym_crossinline] = ACTIONS(4260), + [anon_sym_expect] = ACTIONS(4260), + [anon_sym_actual] = ACTIONS(4260), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4262), + [sym__automatic_semicolon] = ACTIONS(4262), + [sym_safe_nav] = ACTIONS(4262), + [sym_multiline_comment] = ACTIONS(3), + }, + [3534] = { + [sym_type_constraints] = STATE(3629), + [sym_enum_class_body] = STATE(3833), + [sym__alpha_identifier] = ACTIONS(4188), + [anon_sym_AT] = ACTIONS(4190), + [anon_sym_COLON] = ACTIONS(6676), + [anon_sym_LBRACK] = ACTIONS(4190), + [anon_sym_as] = ACTIONS(4188), + [anon_sym_EQ] = ACTIONS(4188), + [anon_sym_LBRACE] = ACTIONS(5415), + [anon_sym_RBRACE] = ACTIONS(4190), + [anon_sym_LPAREN] = ACTIONS(4190), + [anon_sym_LT] = ACTIONS(4188), + [anon_sym_GT] = ACTIONS(4188), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(4188), + [anon_sym_SEMI] = ACTIONS(4190), + [anon_sym_get] = ACTIONS(4188), + [anon_sym_set] = ACTIONS(4188), + [anon_sym_STAR] = ACTIONS(4188), + [sym_label] = ACTIONS(4190), + [anon_sym_in] = ACTIONS(4188), + [anon_sym_DOT_DOT] = ACTIONS(4190), + [anon_sym_QMARK_COLON] = ACTIONS(4190), + [anon_sym_AMP_AMP] = ACTIONS(4190), + [anon_sym_PIPE_PIPE] = ACTIONS(4190), + [anon_sym_else] = ACTIONS(4188), + [anon_sym_COLON_COLON] = ACTIONS(4190), + [anon_sym_PLUS_EQ] = ACTIONS(4190), + [anon_sym_DASH_EQ] = ACTIONS(4190), + [anon_sym_STAR_EQ] = ACTIONS(4190), + [anon_sym_SLASH_EQ] = ACTIONS(4190), + [anon_sym_PERCENT_EQ] = ACTIONS(4190), + [anon_sym_BANG_EQ] = ACTIONS(4188), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4190), + [anon_sym_EQ_EQ] = ACTIONS(4188), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4190), + [anon_sym_LT_EQ] = ACTIONS(4190), + [anon_sym_GT_EQ] = ACTIONS(4190), + [anon_sym_BANGin] = ACTIONS(4190), + [anon_sym_is] = ACTIONS(4188), + [anon_sym_BANGis] = ACTIONS(4190), + [anon_sym_PLUS] = ACTIONS(4188), + [anon_sym_DASH] = ACTIONS(4188), + [anon_sym_SLASH] = ACTIONS(4188), + [anon_sym_PERCENT] = ACTIONS(4188), + [anon_sym_as_QMARK] = ACTIONS(4190), + [anon_sym_PLUS_PLUS] = ACTIONS(4190), + [anon_sym_DASH_DASH] = ACTIONS(4190), + [anon_sym_BANG_BANG] = ACTIONS(4190), + [anon_sym_suspend] = ACTIONS(4188), + [anon_sym_sealed] = ACTIONS(4188), + [anon_sym_annotation] = ACTIONS(4188), + [anon_sym_data] = ACTIONS(4188), + [anon_sym_inner] = ACTIONS(4188), + [anon_sym_override] = ACTIONS(4188), + [anon_sym_lateinit] = ACTIONS(4188), + [anon_sym_public] = ACTIONS(4188), + [anon_sym_private] = ACTIONS(4188), + [anon_sym_internal] = ACTIONS(4188), + [anon_sym_protected] = ACTIONS(4188), + [anon_sym_tailrec] = ACTIONS(4188), + [anon_sym_operator] = ACTIONS(4188), + [anon_sym_infix] = ACTIONS(4188), + [anon_sym_inline] = ACTIONS(4188), + [anon_sym_external] = ACTIONS(4188), + [sym_property_modifier] = ACTIONS(4188), + [anon_sym_abstract] = ACTIONS(4188), + [anon_sym_final] = ACTIONS(4188), + [anon_sym_open] = ACTIONS(4188), + [anon_sym_vararg] = ACTIONS(4188), + [anon_sym_noinline] = ACTIONS(4188), + [anon_sym_crossinline] = ACTIONS(4188), + [anon_sym_expect] = ACTIONS(4188), + [anon_sym_actual] = ACTIONS(4188), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4190), + [sym__automatic_semicolon] = ACTIONS(4190), + [sym_safe_nav] = ACTIONS(4190), + [sym_multiline_comment] = ACTIONS(3), + }, + [3535] = { + [sym_class_body] = STATE(3743), + [sym_type_constraints] = STATE(3553), + [sym__alpha_identifier] = ACTIONS(4303), + [anon_sym_AT] = ACTIONS(4305), + [anon_sym_LBRACK] = ACTIONS(4305), + [anon_sym_as] = ACTIONS(4303), + [anon_sym_EQ] = ACTIONS(4303), + [anon_sym_LBRACE] = ACTIONS(5360), + [anon_sym_RBRACE] = ACTIONS(4305), + [anon_sym_LPAREN] = ACTIONS(4305), + [anon_sym_COMMA] = ACTIONS(4305), + [anon_sym_LT] = ACTIONS(4303), + [anon_sym_GT] = ACTIONS(4303), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(4303), + [anon_sym_SEMI] = ACTIONS(4305), + [anon_sym_get] = ACTIONS(4303), + [anon_sym_set] = ACTIONS(4303), + [anon_sym_STAR] = ACTIONS(4303), + [sym_label] = ACTIONS(4305), + [anon_sym_in] = ACTIONS(4303), + [anon_sym_DOT_DOT] = ACTIONS(4305), + [anon_sym_QMARK_COLON] = ACTIONS(4305), + [anon_sym_AMP_AMP] = ACTIONS(4305), + [anon_sym_PIPE_PIPE] = ACTIONS(4305), + [anon_sym_else] = ACTIONS(4303), + [anon_sym_COLON_COLON] = ACTIONS(4305), + [anon_sym_PLUS_EQ] = ACTIONS(4305), + [anon_sym_DASH_EQ] = ACTIONS(4305), + [anon_sym_STAR_EQ] = ACTIONS(4305), + [anon_sym_SLASH_EQ] = ACTIONS(4305), + [anon_sym_PERCENT_EQ] = ACTIONS(4305), + [anon_sym_BANG_EQ] = ACTIONS(4303), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4305), + [anon_sym_EQ_EQ] = ACTIONS(4303), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4305), + [anon_sym_LT_EQ] = ACTIONS(4305), + [anon_sym_GT_EQ] = ACTIONS(4305), + [anon_sym_BANGin] = ACTIONS(4305), + [anon_sym_is] = ACTIONS(4303), + [anon_sym_BANGis] = ACTIONS(4305), + [anon_sym_PLUS] = ACTIONS(4303), + [anon_sym_DASH] = ACTIONS(4303), + [anon_sym_SLASH] = ACTIONS(4303), + [anon_sym_PERCENT] = ACTIONS(4303), + [anon_sym_as_QMARK] = ACTIONS(4305), + [anon_sym_PLUS_PLUS] = ACTIONS(4305), + [anon_sym_DASH_DASH] = ACTIONS(4305), + [anon_sym_BANG_BANG] = ACTIONS(4305), + [anon_sym_suspend] = ACTIONS(4303), + [anon_sym_sealed] = ACTIONS(4303), + [anon_sym_annotation] = ACTIONS(4303), + [anon_sym_data] = ACTIONS(4303), + [anon_sym_inner] = ACTIONS(4303), + [anon_sym_override] = ACTIONS(4303), + [anon_sym_lateinit] = ACTIONS(4303), + [anon_sym_public] = ACTIONS(4303), + [anon_sym_private] = ACTIONS(4303), + [anon_sym_internal] = ACTIONS(4303), + [anon_sym_protected] = ACTIONS(4303), + [anon_sym_tailrec] = ACTIONS(4303), + [anon_sym_operator] = ACTIONS(4303), + [anon_sym_infix] = ACTIONS(4303), + [anon_sym_inline] = ACTIONS(4303), + [anon_sym_external] = ACTIONS(4303), + [sym_property_modifier] = ACTIONS(4303), + [anon_sym_abstract] = ACTIONS(4303), + [anon_sym_final] = ACTIONS(4303), + [anon_sym_open] = ACTIONS(4303), + [anon_sym_vararg] = ACTIONS(4303), + [anon_sym_noinline] = ACTIONS(4303), + [anon_sym_crossinline] = ACTIONS(4303), + [anon_sym_expect] = ACTIONS(4303), + [anon_sym_actual] = ACTIONS(4303), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4305), + [sym__automatic_semicolon] = ACTIONS(4305), + [sym_safe_nav] = ACTIONS(4305), + [sym_multiline_comment] = ACTIONS(3), + }, + [3536] = { + [sym_type_constraints] = STATE(3839), + [sym_function_body] = STATE(3709), + [sym__block] = STATE(3738), + [sym__alpha_identifier] = ACTIONS(4256), + [anon_sym_AT] = ACTIONS(4258), + [anon_sym_LBRACK] = ACTIONS(4258), + [anon_sym_as] = ACTIONS(4256), + [anon_sym_EQ] = ACTIONS(6527), + [anon_sym_LBRACE] = ACTIONS(6461), + [anon_sym_RBRACE] = ACTIONS(4258), + [anon_sym_LPAREN] = ACTIONS(4258), + [anon_sym_LT] = ACTIONS(4256), + [anon_sym_GT] = ACTIONS(4256), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(4256), + [anon_sym_SEMI] = ACTIONS(4258), + [anon_sym_get] = ACTIONS(4256), + [anon_sym_set] = ACTIONS(4256), + [anon_sym_STAR] = ACTIONS(4256), + [sym_label] = ACTIONS(4258), + [anon_sym_in] = ACTIONS(4256), + [anon_sym_DOT_DOT] = ACTIONS(4258), + [anon_sym_QMARK_COLON] = ACTIONS(4258), + [anon_sym_AMP_AMP] = ACTIONS(4258), + [anon_sym_PIPE_PIPE] = ACTIONS(4258), + [anon_sym_else] = ACTIONS(4256), + [anon_sym_COLON_COLON] = ACTIONS(4258), + [anon_sym_PLUS_EQ] = ACTIONS(4258), + [anon_sym_DASH_EQ] = ACTIONS(4258), + [anon_sym_STAR_EQ] = ACTIONS(4258), + [anon_sym_SLASH_EQ] = ACTIONS(4258), + [anon_sym_PERCENT_EQ] = ACTIONS(4258), + [anon_sym_BANG_EQ] = ACTIONS(4256), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4258), + [anon_sym_EQ_EQ] = ACTIONS(4256), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4258), + [anon_sym_LT_EQ] = ACTIONS(4258), + [anon_sym_GT_EQ] = ACTIONS(4258), + [anon_sym_BANGin] = ACTIONS(4258), + [anon_sym_is] = ACTIONS(4256), + [anon_sym_BANGis] = ACTIONS(4258), + [anon_sym_PLUS] = ACTIONS(4256), + [anon_sym_DASH] = ACTIONS(4256), + [anon_sym_SLASH] = ACTIONS(4256), + [anon_sym_PERCENT] = ACTIONS(4256), + [anon_sym_as_QMARK] = ACTIONS(4258), + [anon_sym_PLUS_PLUS] = ACTIONS(4258), + [anon_sym_DASH_DASH] = ACTIONS(4258), + [anon_sym_BANG_BANG] = ACTIONS(4258), + [anon_sym_suspend] = ACTIONS(4256), + [anon_sym_sealed] = ACTIONS(4256), + [anon_sym_annotation] = ACTIONS(4256), + [anon_sym_data] = ACTIONS(4256), + [anon_sym_inner] = ACTIONS(4256), + [anon_sym_override] = ACTIONS(4256), + [anon_sym_lateinit] = ACTIONS(4256), + [anon_sym_public] = ACTIONS(4256), + [anon_sym_private] = ACTIONS(4256), + [anon_sym_internal] = ACTIONS(4256), + [anon_sym_protected] = ACTIONS(4256), + [anon_sym_tailrec] = ACTIONS(4256), + [anon_sym_operator] = ACTIONS(4256), + [anon_sym_infix] = ACTIONS(4256), + [anon_sym_inline] = ACTIONS(4256), + [anon_sym_external] = ACTIONS(4256), + [sym_property_modifier] = ACTIONS(4256), + [anon_sym_abstract] = ACTIONS(4256), + [anon_sym_final] = ACTIONS(4256), + [anon_sym_open] = ACTIONS(4256), + [anon_sym_vararg] = ACTIONS(4256), + [anon_sym_noinline] = ACTIONS(4256), + [anon_sym_crossinline] = ACTIONS(4256), + [anon_sym_expect] = ACTIONS(4256), + [anon_sym_actual] = ACTIONS(4256), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4258), + [sym__automatic_semicolon] = ACTIONS(4258), + [sym_safe_nav] = ACTIONS(4258), + [sym_multiline_comment] = ACTIONS(3), + }, + [3537] = { + [sym_class_body] = STATE(3833), + [sym_type_constraints] = STATE(3654), + [sym__alpha_identifier] = ACTIONS(4188), + [anon_sym_AT] = ACTIONS(4190), + [anon_sym_COLON] = ACTIONS(6678), + [anon_sym_LBRACK] = ACTIONS(4190), + [anon_sym_as] = ACTIONS(4188), + [anon_sym_EQ] = ACTIONS(4188), + [anon_sym_LBRACE] = ACTIONS(5360), + [anon_sym_RBRACE] = ACTIONS(4190), + [anon_sym_LPAREN] = ACTIONS(4190), + [anon_sym_LT] = ACTIONS(4188), + [anon_sym_GT] = ACTIONS(4188), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(4188), + [anon_sym_SEMI] = ACTIONS(4190), + [anon_sym_get] = ACTIONS(4188), + [anon_sym_set] = ACTIONS(4188), + [anon_sym_STAR] = ACTIONS(4188), + [sym_label] = ACTIONS(4190), + [anon_sym_in] = ACTIONS(4188), + [anon_sym_DOT_DOT] = ACTIONS(4190), + [anon_sym_QMARK_COLON] = ACTIONS(4190), + [anon_sym_AMP_AMP] = ACTIONS(4190), + [anon_sym_PIPE_PIPE] = ACTIONS(4190), + [anon_sym_else] = ACTIONS(4188), + [anon_sym_COLON_COLON] = ACTIONS(4190), + [anon_sym_PLUS_EQ] = ACTIONS(4190), + [anon_sym_DASH_EQ] = ACTIONS(4190), + [anon_sym_STAR_EQ] = ACTIONS(4190), + [anon_sym_SLASH_EQ] = ACTIONS(4190), + [anon_sym_PERCENT_EQ] = ACTIONS(4190), + [anon_sym_BANG_EQ] = ACTIONS(4188), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4190), + [anon_sym_EQ_EQ] = ACTIONS(4188), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4190), + [anon_sym_LT_EQ] = ACTIONS(4190), + [anon_sym_GT_EQ] = ACTIONS(4190), + [anon_sym_BANGin] = ACTIONS(4190), + [anon_sym_is] = ACTIONS(4188), + [anon_sym_BANGis] = ACTIONS(4190), + [anon_sym_PLUS] = ACTIONS(4188), + [anon_sym_DASH] = ACTIONS(4188), + [anon_sym_SLASH] = ACTIONS(4188), + [anon_sym_PERCENT] = ACTIONS(4188), + [anon_sym_as_QMARK] = ACTIONS(4190), + [anon_sym_PLUS_PLUS] = ACTIONS(4190), + [anon_sym_DASH_DASH] = ACTIONS(4190), + [anon_sym_BANG_BANG] = ACTIONS(4190), + [anon_sym_suspend] = ACTIONS(4188), + [anon_sym_sealed] = ACTIONS(4188), + [anon_sym_annotation] = ACTIONS(4188), + [anon_sym_data] = ACTIONS(4188), + [anon_sym_inner] = ACTIONS(4188), + [anon_sym_override] = ACTIONS(4188), + [anon_sym_lateinit] = ACTIONS(4188), + [anon_sym_public] = ACTIONS(4188), + [anon_sym_private] = ACTIONS(4188), + [anon_sym_internal] = ACTIONS(4188), + [anon_sym_protected] = ACTIONS(4188), + [anon_sym_tailrec] = ACTIONS(4188), + [anon_sym_operator] = ACTIONS(4188), + [anon_sym_infix] = ACTIONS(4188), + [anon_sym_inline] = ACTIONS(4188), + [anon_sym_external] = ACTIONS(4188), + [sym_property_modifier] = ACTIONS(4188), + [anon_sym_abstract] = ACTIONS(4188), + [anon_sym_final] = ACTIONS(4188), + [anon_sym_open] = ACTIONS(4188), + [anon_sym_vararg] = ACTIONS(4188), + [anon_sym_noinline] = ACTIONS(4188), + [anon_sym_crossinline] = ACTIONS(4188), + [anon_sym_expect] = ACTIONS(4188), + [anon_sym_actual] = ACTIONS(4188), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4190), + [sym__automatic_semicolon] = ACTIONS(4190), + [sym_safe_nav] = ACTIONS(4190), + [sym_multiline_comment] = ACTIONS(3), + }, + [3538] = { + [sym_type_constraints] = STATE(3656), + [sym_enum_class_body] = STATE(3752), + [sym__alpha_identifier] = ACTIONS(3212), + [anon_sym_AT] = ACTIONS(3216), + [anon_sym_COLON] = ACTIONS(5701), + [anon_sym_LBRACK] = ACTIONS(3216), + [anon_sym_as] = ACTIONS(3212), + [anon_sym_EQ] = ACTIONS(3212), + [anon_sym_LBRACE] = ACTIONS(5415), + [anon_sym_RBRACE] = ACTIONS(3216), + [anon_sym_LPAREN] = ACTIONS(3216), + [anon_sym_LT] = ACTIONS(3212), + [anon_sym_GT] = ACTIONS(3212), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(3212), + [anon_sym_SEMI] = ACTIONS(3216), + [anon_sym_get] = ACTIONS(3212), + [anon_sym_set] = ACTIONS(3212), + [anon_sym_STAR] = ACTIONS(3212), + [sym_label] = ACTIONS(3216), + [anon_sym_in] = ACTIONS(3212), + [anon_sym_DOT_DOT] = ACTIONS(3216), + [anon_sym_QMARK_COLON] = ACTIONS(3216), + [anon_sym_AMP_AMP] = ACTIONS(3216), + [anon_sym_PIPE_PIPE] = ACTIONS(3216), + [anon_sym_else] = ACTIONS(3212), + [anon_sym_COLON_COLON] = ACTIONS(3216), + [anon_sym_PLUS_EQ] = ACTIONS(3216), + [anon_sym_DASH_EQ] = ACTIONS(3216), + [anon_sym_STAR_EQ] = ACTIONS(3216), + [anon_sym_SLASH_EQ] = ACTIONS(3216), + [anon_sym_PERCENT_EQ] = ACTIONS(3216), + [anon_sym_BANG_EQ] = ACTIONS(3212), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3216), + [anon_sym_EQ_EQ] = ACTIONS(3212), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3216), + [anon_sym_LT_EQ] = ACTIONS(3216), + [anon_sym_GT_EQ] = ACTIONS(3216), + [anon_sym_BANGin] = ACTIONS(3216), + [anon_sym_is] = ACTIONS(3212), + [anon_sym_BANGis] = ACTIONS(3216), + [anon_sym_PLUS] = ACTIONS(3212), + [anon_sym_DASH] = ACTIONS(3212), + [anon_sym_SLASH] = ACTIONS(3212), + [anon_sym_PERCENT] = ACTIONS(3212), + [anon_sym_as_QMARK] = ACTIONS(3216), + [anon_sym_PLUS_PLUS] = ACTIONS(3216), + [anon_sym_DASH_DASH] = ACTIONS(3216), + [anon_sym_BANG_BANG] = ACTIONS(3216), + [anon_sym_suspend] = ACTIONS(3212), + [anon_sym_sealed] = ACTIONS(3212), + [anon_sym_annotation] = ACTIONS(3212), + [anon_sym_data] = ACTIONS(3212), + [anon_sym_inner] = ACTIONS(3212), + [anon_sym_override] = ACTIONS(3212), + [anon_sym_lateinit] = ACTIONS(3212), + [anon_sym_public] = ACTIONS(3212), + [anon_sym_private] = ACTIONS(3212), + [anon_sym_internal] = ACTIONS(3212), + [anon_sym_protected] = ACTIONS(3212), + [anon_sym_tailrec] = ACTIONS(3212), + [anon_sym_operator] = ACTIONS(3212), + [anon_sym_infix] = ACTIONS(3212), + [anon_sym_inline] = ACTIONS(3212), + [anon_sym_external] = ACTIONS(3212), + [sym_property_modifier] = ACTIONS(3212), + [anon_sym_abstract] = ACTIONS(3212), + [anon_sym_final] = ACTIONS(3212), + [anon_sym_open] = ACTIONS(3212), + [anon_sym_vararg] = ACTIONS(3212), + [anon_sym_noinline] = ACTIONS(3212), + [anon_sym_crossinline] = ACTIONS(3212), + [anon_sym_expect] = ACTIONS(3212), + [anon_sym_actual] = ACTIONS(3212), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3216), + [sym__automatic_semicolon] = ACTIONS(3216), + [sym_safe_nav] = ACTIONS(3216), + [sym_multiline_comment] = ACTIONS(3), + }, + [3539] = { + [sym_type_constraints] = STATE(3664), + [sym_enum_class_body] = STATE(3727), + [sym__alpha_identifier] = ACTIONS(4231), + [anon_sym_AT] = ACTIONS(4233), + [anon_sym_COLON] = ACTIONS(6680), + [anon_sym_LBRACK] = ACTIONS(4233), + [anon_sym_as] = ACTIONS(4231), + [anon_sym_EQ] = ACTIONS(4231), + [anon_sym_LBRACE] = ACTIONS(5415), + [anon_sym_RBRACE] = ACTIONS(4233), + [anon_sym_LPAREN] = ACTIONS(4233), + [anon_sym_LT] = ACTIONS(4231), + [anon_sym_GT] = ACTIONS(4231), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(4231), + [anon_sym_SEMI] = ACTIONS(4233), + [anon_sym_get] = ACTIONS(4231), + [anon_sym_set] = ACTIONS(4231), + [anon_sym_STAR] = ACTIONS(4231), [sym_label] = ACTIONS(4233), - [anon_sym_in] = ACTIONS(4233), - [anon_sym_DOT_DOT] = ACTIONS(4236), - [anon_sym_QMARK_COLON] = ACTIONS(4236), - [anon_sym_AMP_AMP] = ACTIONS(4236), - [anon_sym_PIPE_PIPE] = ACTIONS(4236), - [anon_sym_null] = ACTIONS(4233), - [anon_sym_if] = ACTIONS(4233), - [anon_sym_else] = ACTIONS(4233), - [anon_sym_when] = ACTIONS(4233), - [anon_sym_try] = ACTIONS(4233), - [anon_sym_throw] = ACTIONS(4233), - [anon_sym_return] = ACTIONS(4233), - [anon_sym_continue] = ACTIONS(4233), - [anon_sym_break] = ACTIONS(4233), - [anon_sym_COLON_COLON] = ACTIONS(4236), - [anon_sym_PLUS_EQ] = ACTIONS(4236), - [anon_sym_DASH_EQ] = ACTIONS(4236), - [anon_sym_STAR_EQ] = ACTIONS(4236), - [anon_sym_SLASH_EQ] = ACTIONS(4236), - [anon_sym_PERCENT_EQ] = ACTIONS(4236), - [anon_sym_BANG_EQ] = ACTIONS(4233), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4236), - [anon_sym_EQ_EQ] = ACTIONS(4233), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4236), - [anon_sym_LT_EQ] = ACTIONS(4236), - [anon_sym_GT_EQ] = ACTIONS(4236), - [anon_sym_BANGin] = ACTIONS(4236), - [anon_sym_is] = ACTIONS(4233), - [anon_sym_BANGis] = ACTIONS(4236), - [anon_sym_PLUS] = ACTIONS(4233), - [anon_sym_DASH] = ACTIONS(4233), - [anon_sym_SLASH] = ACTIONS(4233), - [anon_sym_PERCENT] = ACTIONS(4233), - [anon_sym_as_QMARK] = ACTIONS(4236), - [anon_sym_PLUS_PLUS] = ACTIONS(4236), - [anon_sym_DASH_DASH] = ACTIONS(4236), - [anon_sym_BANG] = ACTIONS(4233), - [anon_sym_BANG_BANG] = ACTIONS(4236), - [anon_sym_data] = ACTIONS(4233), - [anon_sym_inner] = ACTIONS(4233), - [anon_sym_expect] = ACTIONS(4233), - [anon_sym_actual] = ACTIONS(4233), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4236), - [anon_sym_continue_AT] = ACTIONS(4236), - [anon_sym_break_AT] = ACTIONS(4236), - [sym_real_literal] = ACTIONS(4236), - [sym_integer_literal] = ACTIONS(4233), - [sym_hex_literal] = ACTIONS(4236), - [sym_bin_literal] = ACTIONS(4236), - [anon_sym_true] = ACTIONS(4233), - [anon_sym_false] = ACTIONS(4233), - [anon_sym_SQUOTE] = ACTIONS(4236), - [sym__backtick_identifier] = ACTIONS(4236), - [sym__automatic_semicolon] = ACTIONS(4236), - [sym_safe_nav] = ACTIONS(4236), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4236), + [anon_sym_in] = ACTIONS(4231), + [anon_sym_DOT_DOT] = ACTIONS(4233), + [anon_sym_QMARK_COLON] = ACTIONS(4233), + [anon_sym_AMP_AMP] = ACTIONS(4233), + [anon_sym_PIPE_PIPE] = ACTIONS(4233), + [anon_sym_else] = ACTIONS(4231), + [anon_sym_COLON_COLON] = ACTIONS(4233), + [anon_sym_PLUS_EQ] = ACTIONS(4233), + [anon_sym_DASH_EQ] = ACTIONS(4233), + [anon_sym_STAR_EQ] = ACTIONS(4233), + [anon_sym_SLASH_EQ] = ACTIONS(4233), + [anon_sym_PERCENT_EQ] = ACTIONS(4233), + [anon_sym_BANG_EQ] = ACTIONS(4231), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4233), + [anon_sym_EQ_EQ] = ACTIONS(4231), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4233), + [anon_sym_LT_EQ] = ACTIONS(4233), + [anon_sym_GT_EQ] = ACTIONS(4233), + [anon_sym_BANGin] = ACTIONS(4233), + [anon_sym_is] = ACTIONS(4231), + [anon_sym_BANGis] = ACTIONS(4233), + [anon_sym_PLUS] = ACTIONS(4231), + [anon_sym_DASH] = ACTIONS(4231), + [anon_sym_SLASH] = ACTIONS(4231), + [anon_sym_PERCENT] = ACTIONS(4231), + [anon_sym_as_QMARK] = ACTIONS(4233), + [anon_sym_PLUS_PLUS] = ACTIONS(4233), + [anon_sym_DASH_DASH] = ACTIONS(4233), + [anon_sym_BANG_BANG] = ACTIONS(4233), + [anon_sym_suspend] = ACTIONS(4231), + [anon_sym_sealed] = ACTIONS(4231), + [anon_sym_annotation] = ACTIONS(4231), + [anon_sym_data] = ACTIONS(4231), + [anon_sym_inner] = ACTIONS(4231), + [anon_sym_override] = ACTIONS(4231), + [anon_sym_lateinit] = ACTIONS(4231), + [anon_sym_public] = ACTIONS(4231), + [anon_sym_private] = ACTIONS(4231), + [anon_sym_internal] = ACTIONS(4231), + [anon_sym_protected] = ACTIONS(4231), + [anon_sym_tailrec] = ACTIONS(4231), + [anon_sym_operator] = ACTIONS(4231), + [anon_sym_infix] = ACTIONS(4231), + [anon_sym_inline] = ACTIONS(4231), + [anon_sym_external] = ACTIONS(4231), + [sym_property_modifier] = ACTIONS(4231), + [anon_sym_abstract] = ACTIONS(4231), + [anon_sym_final] = ACTIONS(4231), + [anon_sym_open] = ACTIONS(4231), + [anon_sym_vararg] = ACTIONS(4231), + [anon_sym_noinline] = ACTIONS(4231), + [anon_sym_crossinline] = ACTIONS(4231), + [anon_sym_expect] = ACTIONS(4231), + [anon_sym_actual] = ACTIONS(4231), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4233), + [sym__automatic_semicolon] = ACTIONS(4233), + [sym_safe_nav] = ACTIONS(4233), + [sym_multiline_comment] = ACTIONS(3), }, - [3625] = { - [sym__alpha_identifier] = ACTIONS(4294), - [anon_sym_AT] = ACTIONS(4296), - [anon_sym_LBRACK] = ACTIONS(4296), - [anon_sym_as] = ACTIONS(4294), - [anon_sym_EQ] = ACTIONS(4294), - [anon_sym_LBRACE] = ACTIONS(4296), - [anon_sym_RBRACE] = ACTIONS(4296), - [anon_sym_LPAREN] = ACTIONS(4296), - [anon_sym_COMMA] = ACTIONS(4296), - [anon_sym_by] = ACTIONS(4294), - [anon_sym_LT] = ACTIONS(4294), - [anon_sym_GT] = ACTIONS(4294), - [anon_sym_where] = ACTIONS(4294), - [anon_sym_DOT] = ACTIONS(4294), - [anon_sym_SEMI] = ACTIONS(4296), - [anon_sym_get] = ACTIONS(4294), - [anon_sym_set] = ACTIONS(4294), - [anon_sym_STAR] = ACTIONS(4294), - [sym_label] = ACTIONS(4296), - [anon_sym_in] = ACTIONS(4294), - [anon_sym_DOT_DOT] = ACTIONS(4296), - [anon_sym_QMARK_COLON] = ACTIONS(4296), - [anon_sym_AMP_AMP] = ACTIONS(4296), - [anon_sym_PIPE_PIPE] = ACTIONS(4296), - [anon_sym_else] = ACTIONS(4294), - [anon_sym_COLON_COLON] = ACTIONS(4296), - [anon_sym_PLUS_EQ] = ACTIONS(4296), - [anon_sym_DASH_EQ] = ACTIONS(4296), - [anon_sym_STAR_EQ] = ACTIONS(4296), - [anon_sym_SLASH_EQ] = ACTIONS(4296), - [anon_sym_PERCENT_EQ] = ACTIONS(4296), - [anon_sym_BANG_EQ] = ACTIONS(4294), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4296), - [anon_sym_EQ_EQ] = ACTIONS(4294), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4296), - [anon_sym_LT_EQ] = ACTIONS(4296), - [anon_sym_GT_EQ] = ACTIONS(4296), - [anon_sym_BANGin] = ACTIONS(4296), - [anon_sym_is] = ACTIONS(4294), - [anon_sym_BANGis] = ACTIONS(4296), - [anon_sym_PLUS] = ACTIONS(4294), - [anon_sym_DASH] = ACTIONS(4294), - [anon_sym_SLASH] = ACTIONS(4294), - [anon_sym_PERCENT] = ACTIONS(4294), - [anon_sym_as_QMARK] = ACTIONS(4296), - [anon_sym_PLUS_PLUS] = ACTIONS(4296), - [anon_sym_DASH_DASH] = ACTIONS(4296), - [anon_sym_BANG_BANG] = ACTIONS(4296), - [anon_sym_suspend] = ACTIONS(4294), - [anon_sym_sealed] = ACTIONS(4294), - [anon_sym_annotation] = ACTIONS(4294), - [anon_sym_data] = ACTIONS(4294), - [anon_sym_inner] = ACTIONS(4294), - [anon_sym_override] = ACTIONS(4294), - [anon_sym_lateinit] = ACTIONS(4294), - [anon_sym_public] = ACTIONS(4294), - [anon_sym_private] = ACTIONS(4294), - [anon_sym_internal] = ACTIONS(4294), - [anon_sym_protected] = ACTIONS(4294), - [anon_sym_tailrec] = ACTIONS(4294), - [anon_sym_operator] = ACTIONS(4294), - [anon_sym_infix] = ACTIONS(4294), - [anon_sym_inline] = ACTIONS(4294), - [anon_sym_external] = ACTIONS(4294), - [sym_property_modifier] = ACTIONS(4294), - [anon_sym_abstract] = ACTIONS(4294), - [anon_sym_final] = ACTIONS(4294), - [anon_sym_open] = ACTIONS(4294), - [anon_sym_vararg] = ACTIONS(4294), - [anon_sym_noinline] = ACTIONS(4294), - [anon_sym_crossinline] = ACTIONS(4294), - [anon_sym_expect] = ACTIONS(4294), - [anon_sym_actual] = ACTIONS(4294), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4296), - [sym__automatic_semicolon] = ACTIONS(4296), - [sym_safe_nav] = ACTIONS(4296), + [3540] = { + [sym__alpha_identifier] = ACTIONS(4113), + [anon_sym_AT] = ACTIONS(4109), + [anon_sym_COLON] = ACTIONS(6391), + [anon_sym_LBRACK] = ACTIONS(4109), + [anon_sym_as] = ACTIONS(4113), + [anon_sym_EQ] = ACTIONS(4113), + [anon_sym_LBRACE] = ACTIONS(4109), + [anon_sym_RBRACE] = ACTIONS(4109), + [anon_sym_LPAREN] = ACTIONS(4109), + [anon_sym_COMMA] = ACTIONS(4109), + [anon_sym_by] = ACTIONS(4113), + [anon_sym_LT] = ACTIONS(4113), + [anon_sym_GT] = ACTIONS(4113), + [anon_sym_where] = ACTIONS(4113), + [anon_sym_DOT] = ACTIONS(4113), + [anon_sym_SEMI] = ACTIONS(4109), + [anon_sym_get] = ACTIONS(4113), + [anon_sym_set] = ACTIONS(4113), + [anon_sym_STAR] = ACTIONS(4113), + [sym_label] = ACTIONS(4109), + [anon_sym_in] = ACTIONS(4113), + [anon_sym_DOT_DOT] = ACTIONS(4109), + [anon_sym_QMARK_COLON] = ACTIONS(4109), + [anon_sym_AMP_AMP] = ACTIONS(4109), + [anon_sym_PIPE_PIPE] = ACTIONS(4109), + [anon_sym_else] = ACTIONS(4113), + [anon_sym_COLON_COLON] = ACTIONS(4109), + [anon_sym_PLUS_EQ] = ACTIONS(4109), + [anon_sym_DASH_EQ] = ACTIONS(4109), + [anon_sym_STAR_EQ] = ACTIONS(4109), + [anon_sym_SLASH_EQ] = ACTIONS(4109), + [anon_sym_PERCENT_EQ] = ACTIONS(4109), + [anon_sym_BANG_EQ] = ACTIONS(4113), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4109), + [anon_sym_EQ_EQ] = ACTIONS(4113), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4109), + [anon_sym_LT_EQ] = ACTIONS(4109), + [anon_sym_GT_EQ] = ACTIONS(4109), + [anon_sym_BANGin] = ACTIONS(4109), + [anon_sym_is] = ACTIONS(4113), + [anon_sym_BANGis] = ACTIONS(4109), + [anon_sym_PLUS] = ACTIONS(4113), + [anon_sym_DASH] = ACTIONS(4113), + [anon_sym_SLASH] = ACTIONS(4113), + [anon_sym_PERCENT] = ACTIONS(4113), + [anon_sym_as_QMARK] = ACTIONS(4109), + [anon_sym_PLUS_PLUS] = ACTIONS(4109), + [anon_sym_DASH_DASH] = ACTIONS(4109), + [anon_sym_BANG_BANG] = ACTIONS(4109), + [anon_sym_suspend] = ACTIONS(4113), + [anon_sym_sealed] = ACTIONS(4113), + [anon_sym_annotation] = ACTIONS(4113), + [anon_sym_data] = ACTIONS(4113), + [anon_sym_inner] = ACTIONS(4113), + [anon_sym_override] = ACTIONS(4113), + [anon_sym_lateinit] = ACTIONS(4113), + [anon_sym_public] = ACTIONS(4113), + [anon_sym_private] = ACTIONS(4113), + [anon_sym_internal] = ACTIONS(4113), + [anon_sym_protected] = ACTIONS(4113), + [anon_sym_tailrec] = ACTIONS(4113), + [anon_sym_operator] = ACTIONS(4113), + [anon_sym_infix] = ACTIONS(4113), + [anon_sym_inline] = ACTIONS(4113), + [anon_sym_external] = ACTIONS(4113), + [sym_property_modifier] = ACTIONS(4113), + [anon_sym_abstract] = ACTIONS(4113), + [anon_sym_final] = ACTIONS(4113), + [anon_sym_open] = ACTIONS(4113), + [anon_sym_vararg] = ACTIONS(4113), + [anon_sym_noinline] = ACTIONS(4113), + [anon_sym_crossinline] = ACTIONS(4113), + [anon_sym_expect] = ACTIONS(4113), + [anon_sym_actual] = ACTIONS(4113), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4109), + [sym__automatic_semicolon] = ACTIONS(4109), + [sym_safe_nav] = ACTIONS(4109), [sym_multiline_comment] = ACTIONS(3), }, - [3626] = { - [sym__alpha_identifier] = ACTIONS(4249), - [anon_sym_AT] = ACTIONS(4252), - [anon_sym_LBRACK] = ACTIONS(4252), - [anon_sym_as] = ACTIONS(4249), - [anon_sym_EQ] = ACTIONS(4249), - [anon_sym_LBRACE] = ACTIONS(4252), - [anon_sym_RBRACE] = ACTIONS(4252), - [anon_sym_LPAREN] = ACTIONS(6752), - [anon_sym_LT] = ACTIONS(4249), - [anon_sym_GT] = ACTIONS(4249), - [anon_sym_object] = ACTIONS(4249), - [anon_sym_fun] = ACTIONS(4249), - [anon_sym_DOT] = ACTIONS(4249), - [anon_sym_SEMI] = ACTIONS(4252), - [anon_sym_get] = ACTIONS(4249), - [anon_sym_set] = ACTIONS(4249), - [anon_sym_this] = ACTIONS(4249), - [anon_sym_super] = ACTIONS(4249), - [anon_sym_STAR] = ACTIONS(4249), - [sym_label] = ACTIONS(4249), - [anon_sym_in] = ACTIONS(4249), - [anon_sym_DOT_DOT] = ACTIONS(4252), - [anon_sym_QMARK_COLON] = ACTIONS(4252), - [anon_sym_AMP_AMP] = ACTIONS(4252), - [anon_sym_PIPE_PIPE] = ACTIONS(4252), - [anon_sym_null] = ACTIONS(4249), - [anon_sym_if] = ACTIONS(4249), - [anon_sym_else] = ACTIONS(4249), - [anon_sym_when] = ACTIONS(4249), - [anon_sym_try] = ACTIONS(4249), - [anon_sym_throw] = ACTIONS(4249), - [anon_sym_return] = ACTIONS(4249), - [anon_sym_continue] = ACTIONS(4249), - [anon_sym_break] = ACTIONS(4249), - [anon_sym_COLON_COLON] = ACTIONS(4252), - [anon_sym_PLUS_EQ] = ACTIONS(4252), - [anon_sym_DASH_EQ] = ACTIONS(4252), - [anon_sym_STAR_EQ] = ACTIONS(4252), - [anon_sym_SLASH_EQ] = ACTIONS(4252), - [anon_sym_PERCENT_EQ] = ACTIONS(4252), - [anon_sym_BANG_EQ] = ACTIONS(4249), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4252), - [anon_sym_EQ_EQ] = ACTIONS(4249), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4252), - [anon_sym_LT_EQ] = ACTIONS(4252), - [anon_sym_GT_EQ] = ACTIONS(4252), - [anon_sym_BANGin] = ACTIONS(4252), - [anon_sym_is] = ACTIONS(4249), - [anon_sym_BANGis] = ACTIONS(4252), - [anon_sym_PLUS] = ACTIONS(4249), - [anon_sym_DASH] = ACTIONS(4249), - [anon_sym_SLASH] = ACTIONS(4249), - [anon_sym_PERCENT] = ACTIONS(4249), - [anon_sym_as_QMARK] = ACTIONS(4252), - [anon_sym_PLUS_PLUS] = ACTIONS(4252), - [anon_sym_DASH_DASH] = ACTIONS(4252), - [anon_sym_BANG] = ACTIONS(4249), - [anon_sym_BANG_BANG] = ACTIONS(4252), - [anon_sym_data] = ACTIONS(4249), - [anon_sym_inner] = ACTIONS(4249), - [anon_sym_expect] = ACTIONS(4249), - [anon_sym_actual] = ACTIONS(4249), + [3541] = { + [sym_type_constraints] = STATE(3881), + [sym_function_body] = STATE(3198), + [sym__block] = STATE(3464), + [sym__alpha_identifier] = ACTIONS(4085), + [anon_sym_AT] = ACTIONS(4087), + [anon_sym_COLON] = ACTIONS(6682), + [anon_sym_LBRACK] = ACTIONS(4087), + [anon_sym_RBRACK] = ACTIONS(4087), + [anon_sym_as] = ACTIONS(4085), + [anon_sym_EQ] = ACTIONS(6625), + [anon_sym_LBRACE] = ACTIONS(6233), + [anon_sym_RBRACE] = ACTIONS(4087), + [anon_sym_LPAREN] = ACTIONS(4087), + [anon_sym_COMMA] = ACTIONS(4087), + [anon_sym_RPAREN] = ACTIONS(4087), + [anon_sym_LT] = ACTIONS(4085), + [anon_sym_GT] = ACTIONS(4085), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(4085), + [anon_sym_SEMI] = ACTIONS(4087), + [anon_sym_get] = ACTIONS(4085), + [anon_sym_set] = ACTIONS(4085), + [anon_sym_STAR] = ACTIONS(4087), + [anon_sym_DASH_GT] = ACTIONS(4087), + [sym_label] = ACTIONS(4087), + [anon_sym_in] = ACTIONS(4085), + [anon_sym_while] = ACTIONS(4085), + [anon_sym_DOT_DOT] = ACTIONS(4087), + [anon_sym_QMARK_COLON] = ACTIONS(4087), + [anon_sym_AMP_AMP] = ACTIONS(4087), + [anon_sym_PIPE_PIPE] = ACTIONS(4087), + [anon_sym_else] = ACTIONS(4085), + [anon_sym_COLON_COLON] = ACTIONS(4087), + [anon_sym_BANG_EQ] = ACTIONS(4085), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4087), + [anon_sym_EQ_EQ] = ACTIONS(4085), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4087), + [anon_sym_LT_EQ] = ACTIONS(4087), + [anon_sym_GT_EQ] = ACTIONS(4087), + [anon_sym_BANGin] = ACTIONS(4087), + [anon_sym_is] = ACTIONS(4085), + [anon_sym_BANGis] = ACTIONS(4087), + [anon_sym_PLUS] = ACTIONS(4085), + [anon_sym_DASH] = ACTIONS(4085), + [anon_sym_SLASH] = ACTIONS(4085), + [anon_sym_PERCENT] = ACTIONS(4087), + [anon_sym_as_QMARK] = ACTIONS(4087), + [anon_sym_PLUS_PLUS] = ACTIONS(4087), + [anon_sym_DASH_DASH] = ACTIONS(4087), + [anon_sym_BANG_BANG] = ACTIONS(4087), + [anon_sym_suspend] = ACTIONS(4085), + [anon_sym_sealed] = ACTIONS(4085), + [anon_sym_annotation] = ACTIONS(4085), + [anon_sym_data] = ACTIONS(4085), + [anon_sym_inner] = ACTIONS(4085), + [anon_sym_override] = ACTIONS(4085), + [anon_sym_lateinit] = ACTIONS(4085), + [anon_sym_public] = ACTIONS(4085), + [anon_sym_private] = ACTIONS(4085), + [anon_sym_internal] = ACTIONS(4085), + [anon_sym_protected] = ACTIONS(4085), + [anon_sym_tailrec] = ACTIONS(4085), + [anon_sym_operator] = ACTIONS(4085), + [anon_sym_infix] = ACTIONS(4085), + [anon_sym_inline] = ACTIONS(4085), + [anon_sym_external] = ACTIONS(4085), + [sym_property_modifier] = ACTIONS(4085), + [anon_sym_abstract] = ACTIONS(4085), + [anon_sym_final] = ACTIONS(4085), + [anon_sym_open] = ACTIONS(4085), + [anon_sym_vararg] = ACTIONS(4085), + [anon_sym_noinline] = ACTIONS(4085), + [anon_sym_crossinline] = ACTIONS(4085), + [anon_sym_expect] = ACTIONS(4085), + [anon_sym_actual] = ACTIONS(4085), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4087), + [sym_safe_nav] = ACTIONS(4087), + [sym_multiline_comment] = ACTIONS(3), + }, + [3542] = { + [sym_function_body] = STATE(3705), + [sym__block] = STATE(3738), + [sym__alpha_identifier] = ACTIONS(4031), + [anon_sym_AT] = ACTIONS(4033), + [anon_sym_LBRACK] = ACTIONS(4033), + [anon_sym_as] = ACTIONS(4031), + [anon_sym_EQ] = ACTIONS(6459), + [anon_sym_LBRACE] = ACTIONS(6461), + [anon_sym_RBRACE] = ACTIONS(4033), + [anon_sym_LPAREN] = ACTIONS(4033), + [anon_sym_COMMA] = ACTIONS(4033), + [anon_sym_LT] = ACTIONS(4031), + [anon_sym_GT] = ACTIONS(4031), + [anon_sym_where] = ACTIONS(4031), + [anon_sym_DOT] = ACTIONS(4031), + [anon_sym_SEMI] = ACTIONS(4033), + [anon_sym_get] = ACTIONS(4031), + [anon_sym_set] = ACTIONS(4031), + [anon_sym_STAR] = ACTIONS(4031), + [sym_label] = ACTIONS(4033), + [anon_sym_in] = ACTIONS(4031), + [anon_sym_DOT_DOT] = ACTIONS(4033), + [anon_sym_QMARK_COLON] = ACTIONS(4033), + [anon_sym_AMP_AMP] = ACTIONS(4033), + [anon_sym_PIPE_PIPE] = ACTIONS(4033), + [anon_sym_else] = ACTIONS(4031), + [anon_sym_COLON_COLON] = ACTIONS(4033), + [anon_sym_PLUS_EQ] = ACTIONS(4033), + [anon_sym_DASH_EQ] = ACTIONS(4033), + [anon_sym_STAR_EQ] = ACTIONS(4033), + [anon_sym_SLASH_EQ] = ACTIONS(4033), + [anon_sym_PERCENT_EQ] = ACTIONS(4033), + [anon_sym_BANG_EQ] = ACTIONS(4031), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4033), + [anon_sym_EQ_EQ] = ACTIONS(4031), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4033), + [anon_sym_LT_EQ] = ACTIONS(4033), + [anon_sym_GT_EQ] = ACTIONS(4033), + [anon_sym_BANGin] = ACTIONS(4033), + [anon_sym_is] = ACTIONS(4031), + [anon_sym_BANGis] = ACTIONS(4033), + [anon_sym_PLUS] = ACTIONS(4031), + [anon_sym_DASH] = ACTIONS(4031), + [anon_sym_SLASH] = ACTIONS(4031), + [anon_sym_PERCENT] = ACTIONS(4031), + [anon_sym_as_QMARK] = ACTIONS(4033), + [anon_sym_PLUS_PLUS] = ACTIONS(4033), + [anon_sym_DASH_DASH] = ACTIONS(4033), + [anon_sym_BANG_BANG] = ACTIONS(4033), + [anon_sym_suspend] = ACTIONS(4031), + [anon_sym_sealed] = ACTIONS(4031), + [anon_sym_annotation] = ACTIONS(4031), + [anon_sym_data] = ACTIONS(4031), + [anon_sym_inner] = ACTIONS(4031), + [anon_sym_override] = ACTIONS(4031), + [anon_sym_lateinit] = ACTIONS(4031), + [anon_sym_public] = ACTIONS(4031), + [anon_sym_private] = ACTIONS(4031), + [anon_sym_internal] = ACTIONS(4031), + [anon_sym_protected] = ACTIONS(4031), + [anon_sym_tailrec] = ACTIONS(4031), + [anon_sym_operator] = ACTIONS(4031), + [anon_sym_infix] = ACTIONS(4031), + [anon_sym_inline] = ACTIONS(4031), + [anon_sym_external] = ACTIONS(4031), + [sym_property_modifier] = ACTIONS(4031), + [anon_sym_abstract] = ACTIONS(4031), + [anon_sym_final] = ACTIONS(4031), + [anon_sym_open] = ACTIONS(4031), + [anon_sym_vararg] = ACTIONS(4031), + [anon_sym_noinline] = ACTIONS(4031), + [anon_sym_crossinline] = ACTIONS(4031), + [anon_sym_expect] = ACTIONS(4031), + [anon_sym_actual] = ACTIONS(4031), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4033), + [sym__automatic_semicolon] = ACTIONS(4033), + [sym_safe_nav] = ACTIONS(4033), + [sym_multiline_comment] = ACTIONS(3), + }, + [3543] = { + [sym_type_constraints] = STATE(3868), + [sym_function_body] = STATE(3248), + [sym__block] = STATE(3464), + [sym__alpha_identifier] = ACTIONS(4047), + [anon_sym_AT] = ACTIONS(4049), + [anon_sym_COLON] = ACTIONS(6684), + [anon_sym_LBRACK] = ACTIONS(4049), + [anon_sym_RBRACK] = ACTIONS(4049), + [anon_sym_as] = ACTIONS(4047), + [anon_sym_EQ] = ACTIONS(6625), + [anon_sym_LBRACE] = ACTIONS(6233), + [anon_sym_RBRACE] = ACTIONS(4049), + [anon_sym_LPAREN] = ACTIONS(4049), + [anon_sym_COMMA] = ACTIONS(4049), + [anon_sym_RPAREN] = ACTIONS(4049), + [anon_sym_LT] = ACTIONS(4047), + [anon_sym_GT] = ACTIONS(4047), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(4047), + [anon_sym_SEMI] = ACTIONS(4049), + [anon_sym_get] = ACTIONS(4047), + [anon_sym_set] = ACTIONS(4047), + [anon_sym_STAR] = ACTIONS(4049), + [anon_sym_DASH_GT] = ACTIONS(4049), + [sym_label] = ACTIONS(4049), + [anon_sym_in] = ACTIONS(4047), + [anon_sym_while] = ACTIONS(4047), + [anon_sym_DOT_DOT] = ACTIONS(4049), + [anon_sym_QMARK_COLON] = ACTIONS(4049), + [anon_sym_AMP_AMP] = ACTIONS(4049), + [anon_sym_PIPE_PIPE] = ACTIONS(4049), + [anon_sym_else] = ACTIONS(4047), + [anon_sym_COLON_COLON] = ACTIONS(4049), + [anon_sym_BANG_EQ] = ACTIONS(4047), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4049), + [anon_sym_EQ_EQ] = ACTIONS(4047), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4049), + [anon_sym_LT_EQ] = ACTIONS(4049), + [anon_sym_GT_EQ] = ACTIONS(4049), + [anon_sym_BANGin] = ACTIONS(4049), + [anon_sym_is] = ACTIONS(4047), + [anon_sym_BANGis] = ACTIONS(4049), + [anon_sym_PLUS] = ACTIONS(4047), + [anon_sym_DASH] = ACTIONS(4047), + [anon_sym_SLASH] = ACTIONS(4047), + [anon_sym_PERCENT] = ACTIONS(4049), + [anon_sym_as_QMARK] = ACTIONS(4049), + [anon_sym_PLUS_PLUS] = ACTIONS(4049), + [anon_sym_DASH_DASH] = ACTIONS(4049), + [anon_sym_BANG_BANG] = ACTIONS(4049), + [anon_sym_suspend] = ACTIONS(4047), + [anon_sym_sealed] = ACTIONS(4047), + [anon_sym_annotation] = ACTIONS(4047), + [anon_sym_data] = ACTIONS(4047), + [anon_sym_inner] = ACTIONS(4047), + [anon_sym_override] = ACTIONS(4047), + [anon_sym_lateinit] = ACTIONS(4047), + [anon_sym_public] = ACTIONS(4047), + [anon_sym_private] = ACTIONS(4047), + [anon_sym_internal] = ACTIONS(4047), + [anon_sym_protected] = ACTIONS(4047), + [anon_sym_tailrec] = ACTIONS(4047), + [anon_sym_operator] = ACTIONS(4047), + [anon_sym_infix] = ACTIONS(4047), + [anon_sym_inline] = ACTIONS(4047), + [anon_sym_external] = ACTIONS(4047), + [sym_property_modifier] = ACTIONS(4047), + [anon_sym_abstract] = ACTIONS(4047), + [anon_sym_final] = ACTIONS(4047), + [anon_sym_open] = ACTIONS(4047), + [anon_sym_vararg] = ACTIONS(4047), + [anon_sym_noinline] = ACTIONS(4047), + [anon_sym_crossinline] = ACTIONS(4047), + [anon_sym_expect] = ACTIONS(4047), + [anon_sym_actual] = ACTIONS(4047), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4049), + [sym_safe_nav] = ACTIONS(4049), + [sym_multiline_comment] = ACTIONS(3), + }, + [3544] = { + [aux_sym__delegation_specifiers_repeat1] = STATE(3516), + [sym__alpha_identifier] = ACTIONS(4658), + [anon_sym_AT] = ACTIONS(4660), + [anon_sym_LBRACK] = ACTIONS(4660), + [anon_sym_as] = ACTIONS(4658), + [anon_sym_EQ] = ACTIONS(4658), + [anon_sym_LBRACE] = ACTIONS(4660), + [anon_sym_RBRACE] = ACTIONS(4660), + [anon_sym_LPAREN] = ACTIONS(4660), + [anon_sym_COMMA] = ACTIONS(6652), + [anon_sym_RPAREN] = ACTIONS(4660), + [anon_sym_LT] = ACTIONS(4658), + [anon_sym_GT] = ACTIONS(4658), + [anon_sym_where] = ACTIONS(4658), + [anon_sym_DOT] = ACTIONS(4658), + [anon_sym_SEMI] = ACTIONS(4660), + [anon_sym_get] = ACTIONS(4658), + [anon_sym_set] = ACTIONS(4658), + [anon_sym_STAR] = ACTIONS(4658), + [sym_label] = ACTIONS(4660), + [anon_sym_in] = ACTIONS(4658), + [anon_sym_while] = ACTIONS(4658), + [anon_sym_DOT_DOT] = ACTIONS(4660), + [anon_sym_QMARK_COLON] = ACTIONS(4660), + [anon_sym_AMP_AMP] = ACTIONS(4660), + [anon_sym_PIPE_PIPE] = ACTIONS(4660), + [anon_sym_else] = ACTIONS(4658), + [anon_sym_COLON_COLON] = ACTIONS(4660), + [anon_sym_PLUS_EQ] = ACTIONS(4660), + [anon_sym_DASH_EQ] = ACTIONS(4660), + [anon_sym_STAR_EQ] = ACTIONS(4660), + [anon_sym_SLASH_EQ] = ACTIONS(4660), + [anon_sym_PERCENT_EQ] = ACTIONS(4660), + [anon_sym_BANG_EQ] = ACTIONS(4658), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4660), + [anon_sym_EQ_EQ] = ACTIONS(4658), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4660), + [anon_sym_LT_EQ] = ACTIONS(4660), + [anon_sym_GT_EQ] = ACTIONS(4660), + [anon_sym_BANGin] = ACTIONS(4660), + [anon_sym_is] = ACTIONS(4658), + [anon_sym_BANGis] = ACTIONS(4660), + [anon_sym_PLUS] = ACTIONS(4658), + [anon_sym_DASH] = ACTIONS(4658), + [anon_sym_SLASH] = ACTIONS(4658), + [anon_sym_PERCENT] = ACTIONS(4658), + [anon_sym_as_QMARK] = ACTIONS(4660), + [anon_sym_PLUS_PLUS] = ACTIONS(4660), + [anon_sym_DASH_DASH] = ACTIONS(4660), + [anon_sym_BANG_BANG] = ACTIONS(4660), + [anon_sym_suspend] = ACTIONS(4658), + [anon_sym_sealed] = ACTIONS(4658), + [anon_sym_annotation] = ACTIONS(4658), + [anon_sym_data] = ACTIONS(4658), + [anon_sym_inner] = ACTIONS(4658), + [anon_sym_override] = ACTIONS(4658), + [anon_sym_lateinit] = ACTIONS(4658), + [anon_sym_public] = ACTIONS(4658), + [anon_sym_private] = ACTIONS(4658), + [anon_sym_internal] = ACTIONS(4658), + [anon_sym_protected] = ACTIONS(4658), + [anon_sym_tailrec] = ACTIONS(4658), + [anon_sym_operator] = ACTIONS(4658), + [anon_sym_infix] = ACTIONS(4658), + [anon_sym_inline] = ACTIONS(4658), + [anon_sym_external] = ACTIONS(4658), + [sym_property_modifier] = ACTIONS(4658), + [anon_sym_abstract] = ACTIONS(4658), + [anon_sym_final] = ACTIONS(4658), + [anon_sym_open] = ACTIONS(4658), + [anon_sym_vararg] = ACTIONS(4658), + [anon_sym_noinline] = ACTIONS(4658), + [anon_sym_crossinline] = ACTIONS(4658), + [anon_sym_expect] = ACTIONS(4658), + [anon_sym_actual] = ACTIONS(4658), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4660), + [sym_safe_nav] = ACTIONS(4660), + [sym_multiline_comment] = ACTIONS(3), + }, + [3545] = { + [sym__alpha_identifier] = ACTIONS(4142), + [anon_sym_AT] = ACTIONS(4145), + [anon_sym_LBRACK] = ACTIONS(4145), + [anon_sym_as] = ACTIONS(4142), + [anon_sym_EQ] = ACTIONS(4142), + [anon_sym_LBRACE] = ACTIONS(4145), + [anon_sym_RBRACE] = ACTIONS(4145), + [anon_sym_LPAREN] = ACTIONS(6686), + [anon_sym_LT] = ACTIONS(4142), + [anon_sym_GT] = ACTIONS(4142), + [anon_sym_object] = ACTIONS(4142), + [anon_sym_fun] = ACTIONS(4142), + [anon_sym_DOT] = ACTIONS(4142), + [anon_sym_SEMI] = ACTIONS(4145), + [anon_sym_get] = ACTIONS(4142), + [anon_sym_set] = ACTIONS(4142), + [anon_sym_this] = ACTIONS(4142), + [anon_sym_super] = ACTIONS(4142), + [anon_sym_STAR] = ACTIONS(4142), + [sym_label] = ACTIONS(4142), + [anon_sym_in] = ACTIONS(4142), + [anon_sym_DOT_DOT] = ACTIONS(4145), + [anon_sym_QMARK_COLON] = ACTIONS(4145), + [anon_sym_AMP_AMP] = ACTIONS(4145), + [anon_sym_PIPE_PIPE] = ACTIONS(4145), + [anon_sym_null] = ACTIONS(4142), + [anon_sym_if] = ACTIONS(4142), + [anon_sym_else] = ACTIONS(4142), + [anon_sym_when] = ACTIONS(4142), + [anon_sym_try] = ACTIONS(4142), + [anon_sym_throw] = ACTIONS(4142), + [anon_sym_return] = ACTIONS(4142), + [anon_sym_continue] = ACTIONS(4142), + [anon_sym_break] = ACTIONS(4142), + [anon_sym_COLON_COLON] = ACTIONS(4145), + [anon_sym_PLUS_EQ] = ACTIONS(4145), + [anon_sym_DASH_EQ] = ACTIONS(4145), + [anon_sym_STAR_EQ] = ACTIONS(4145), + [anon_sym_SLASH_EQ] = ACTIONS(4145), + [anon_sym_PERCENT_EQ] = ACTIONS(4145), + [anon_sym_BANG_EQ] = ACTIONS(4142), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4145), + [anon_sym_EQ_EQ] = ACTIONS(4142), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4145), + [anon_sym_LT_EQ] = ACTIONS(4145), + [anon_sym_GT_EQ] = ACTIONS(4145), + [anon_sym_BANGin] = ACTIONS(4145), + [anon_sym_is] = ACTIONS(4142), + [anon_sym_BANGis] = ACTIONS(4145), + [anon_sym_PLUS] = ACTIONS(4142), + [anon_sym_DASH] = ACTIONS(4142), + [anon_sym_SLASH] = ACTIONS(4142), + [anon_sym_PERCENT] = ACTIONS(4142), + [anon_sym_as_QMARK] = ACTIONS(4145), + [anon_sym_PLUS_PLUS] = ACTIONS(4145), + [anon_sym_DASH_DASH] = ACTIONS(4145), + [anon_sym_BANG] = ACTIONS(4142), + [anon_sym_BANG_BANG] = ACTIONS(4145), + [anon_sym_data] = ACTIONS(4142), + [anon_sym_inner] = ACTIONS(4142), + [anon_sym_expect] = ACTIONS(4142), + [anon_sym_actual] = ACTIONS(4142), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4252), - [anon_sym_continue_AT] = ACTIONS(4252), - [anon_sym_break_AT] = ACTIONS(4252), - [sym_real_literal] = ACTIONS(4252), - [sym_integer_literal] = ACTIONS(4249), - [sym_hex_literal] = ACTIONS(4252), - [sym_bin_literal] = ACTIONS(4252), - [anon_sym_true] = ACTIONS(4249), - [anon_sym_false] = ACTIONS(4249), - [anon_sym_SQUOTE] = ACTIONS(4252), - [sym__backtick_identifier] = ACTIONS(4252), - [sym__automatic_semicolon] = ACTIONS(4252), - [sym_safe_nav] = ACTIONS(4252), + [anon_sym_return_AT] = ACTIONS(4145), + [anon_sym_continue_AT] = ACTIONS(4145), + [anon_sym_break_AT] = ACTIONS(4145), + [sym_real_literal] = ACTIONS(4145), + [sym_integer_literal] = ACTIONS(4142), + [sym_hex_literal] = ACTIONS(4145), + [sym_bin_literal] = ACTIONS(4145), + [anon_sym_true] = ACTIONS(4142), + [anon_sym_false] = ACTIONS(4142), + [anon_sym_SQUOTE] = ACTIONS(4145), + [sym__backtick_identifier] = ACTIONS(4145), + [sym__automatic_semicolon] = ACTIONS(4145), + [sym_safe_nav] = ACTIONS(4145), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4252), + [sym__string_start] = ACTIONS(4145), }, - [3627] = { - [sym__alpha_identifier] = ACTIONS(4623), - [anon_sym_AT] = ACTIONS(4625), - [anon_sym_COLON] = ACTIONS(4623), - [anon_sym_LBRACK] = ACTIONS(4625), - [anon_sym_as] = ACTIONS(4623), - [anon_sym_EQ] = ACTIONS(4623), - [anon_sym_LBRACE] = ACTIONS(4625), - [anon_sym_RBRACE] = ACTIONS(4625), - [anon_sym_LPAREN] = ACTIONS(4625), - [anon_sym_COMMA] = ACTIONS(4625), - [anon_sym_LT] = ACTIONS(4623), - [anon_sym_GT] = ACTIONS(4623), - [anon_sym_where] = ACTIONS(4623), - [anon_sym_DOT] = ACTIONS(4623), - [anon_sym_SEMI] = ACTIONS(4625), - [anon_sym_get] = ACTIONS(4623), - [anon_sym_set] = ACTIONS(4623), - [anon_sym_STAR] = ACTIONS(4623), - [sym_label] = ACTIONS(4625), - [anon_sym_in] = ACTIONS(4623), - [anon_sym_DOT_DOT] = ACTIONS(4625), - [anon_sym_QMARK_COLON] = ACTIONS(4625), - [anon_sym_AMP_AMP] = ACTIONS(4625), - [anon_sym_PIPE_PIPE] = ACTIONS(4625), - [anon_sym_else] = ACTIONS(4623), - [anon_sym_COLON_COLON] = ACTIONS(4625), - [anon_sym_PLUS_EQ] = ACTIONS(4625), - [anon_sym_DASH_EQ] = ACTIONS(4625), - [anon_sym_STAR_EQ] = ACTIONS(4625), - [anon_sym_SLASH_EQ] = ACTIONS(4625), - [anon_sym_PERCENT_EQ] = ACTIONS(4625), - [anon_sym_BANG_EQ] = ACTIONS(4623), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4625), - [anon_sym_EQ_EQ] = ACTIONS(4623), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4625), - [anon_sym_LT_EQ] = ACTIONS(4625), - [anon_sym_GT_EQ] = ACTIONS(4625), - [anon_sym_BANGin] = ACTIONS(4625), - [anon_sym_is] = ACTIONS(4623), - [anon_sym_BANGis] = ACTIONS(4625), - [anon_sym_PLUS] = ACTIONS(4623), - [anon_sym_DASH] = ACTIONS(4623), - [anon_sym_SLASH] = ACTIONS(4623), - [anon_sym_PERCENT] = ACTIONS(4623), - [anon_sym_as_QMARK] = ACTIONS(4625), - [anon_sym_PLUS_PLUS] = ACTIONS(4625), - [anon_sym_DASH_DASH] = ACTIONS(4625), - [anon_sym_BANG_BANG] = ACTIONS(4625), - [anon_sym_suspend] = ACTIONS(4623), - [anon_sym_sealed] = ACTIONS(4623), - [anon_sym_annotation] = ACTIONS(4623), - [anon_sym_data] = ACTIONS(4623), - [anon_sym_inner] = ACTIONS(4623), - [anon_sym_override] = ACTIONS(4623), - [anon_sym_lateinit] = ACTIONS(4623), - [anon_sym_public] = ACTIONS(4623), - [anon_sym_private] = ACTIONS(4623), - [anon_sym_internal] = ACTIONS(4623), - [anon_sym_protected] = ACTIONS(4623), - [anon_sym_tailrec] = ACTIONS(4623), - [anon_sym_operator] = ACTIONS(4623), - [anon_sym_infix] = ACTIONS(4623), - [anon_sym_inline] = ACTIONS(4623), - [anon_sym_external] = ACTIONS(4623), - [sym_property_modifier] = ACTIONS(4623), - [anon_sym_abstract] = ACTIONS(4623), - [anon_sym_final] = ACTIONS(4623), - [anon_sym_open] = ACTIONS(4623), - [anon_sym_vararg] = ACTIONS(4623), - [anon_sym_noinline] = ACTIONS(4623), - [anon_sym_crossinline] = ACTIONS(4623), - [anon_sym_expect] = ACTIONS(4623), - [anon_sym_actual] = ACTIONS(4623), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4625), - [sym__automatic_semicolon] = ACTIONS(4625), - [sym_safe_nav] = ACTIONS(4625), + [3546] = { + [sym_class_body] = STATE(3735), + [sym__alpha_identifier] = ACTIONS(4595), + [anon_sym_AT] = ACTIONS(4597), + [anon_sym_LBRACK] = ACTIONS(4597), + [anon_sym_as] = ACTIONS(4595), + [anon_sym_EQ] = ACTIONS(4595), + [anon_sym_LBRACE] = ACTIONS(5360), + [anon_sym_RBRACE] = ACTIONS(4597), + [anon_sym_LPAREN] = ACTIONS(4597), + [anon_sym_COMMA] = ACTIONS(4597), + [anon_sym_LT] = ACTIONS(4595), + [anon_sym_GT] = ACTIONS(4595), + [anon_sym_where] = ACTIONS(4595), + [anon_sym_DOT] = ACTIONS(4595), + [anon_sym_SEMI] = ACTIONS(4597), + [anon_sym_get] = ACTIONS(4595), + [anon_sym_set] = ACTIONS(4595), + [anon_sym_STAR] = ACTIONS(4595), + [sym_label] = ACTIONS(4597), + [anon_sym_in] = ACTIONS(4595), + [anon_sym_DOT_DOT] = ACTIONS(4597), + [anon_sym_QMARK_COLON] = ACTIONS(4597), + [anon_sym_AMP_AMP] = ACTIONS(4597), + [anon_sym_PIPE_PIPE] = ACTIONS(4597), + [anon_sym_else] = ACTIONS(4595), + [anon_sym_COLON_COLON] = ACTIONS(4597), + [anon_sym_PLUS_EQ] = ACTIONS(4597), + [anon_sym_DASH_EQ] = ACTIONS(4597), + [anon_sym_STAR_EQ] = ACTIONS(4597), + [anon_sym_SLASH_EQ] = ACTIONS(4597), + [anon_sym_PERCENT_EQ] = ACTIONS(4597), + [anon_sym_BANG_EQ] = ACTIONS(4595), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4597), + [anon_sym_EQ_EQ] = ACTIONS(4595), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4597), + [anon_sym_LT_EQ] = ACTIONS(4597), + [anon_sym_GT_EQ] = ACTIONS(4597), + [anon_sym_BANGin] = ACTIONS(4597), + [anon_sym_is] = ACTIONS(4595), + [anon_sym_BANGis] = ACTIONS(4597), + [anon_sym_PLUS] = ACTIONS(4595), + [anon_sym_DASH] = ACTIONS(4595), + [anon_sym_SLASH] = ACTIONS(4595), + [anon_sym_PERCENT] = ACTIONS(4595), + [anon_sym_as_QMARK] = ACTIONS(4597), + [anon_sym_PLUS_PLUS] = ACTIONS(4597), + [anon_sym_DASH_DASH] = ACTIONS(4597), + [anon_sym_BANG_BANG] = ACTIONS(4597), + [anon_sym_suspend] = ACTIONS(4595), + [anon_sym_sealed] = ACTIONS(4595), + [anon_sym_annotation] = ACTIONS(4595), + [anon_sym_data] = ACTIONS(4595), + [anon_sym_inner] = ACTIONS(4595), + [anon_sym_override] = ACTIONS(4595), + [anon_sym_lateinit] = ACTIONS(4595), + [anon_sym_public] = ACTIONS(4595), + [anon_sym_private] = ACTIONS(4595), + [anon_sym_internal] = ACTIONS(4595), + [anon_sym_protected] = ACTIONS(4595), + [anon_sym_tailrec] = ACTIONS(4595), + [anon_sym_operator] = ACTIONS(4595), + [anon_sym_infix] = ACTIONS(4595), + [anon_sym_inline] = ACTIONS(4595), + [anon_sym_external] = ACTIONS(4595), + [sym_property_modifier] = ACTIONS(4595), + [anon_sym_abstract] = ACTIONS(4595), + [anon_sym_final] = ACTIONS(4595), + [anon_sym_open] = ACTIONS(4595), + [anon_sym_vararg] = ACTIONS(4595), + [anon_sym_noinline] = ACTIONS(4595), + [anon_sym_crossinline] = ACTIONS(4595), + [anon_sym_expect] = ACTIONS(4595), + [anon_sym_actual] = ACTIONS(4595), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4597), + [sym__automatic_semicolon] = ACTIONS(4597), + [sym_safe_nav] = ACTIONS(4597), [sym_multiline_comment] = ACTIONS(3), }, - [3628] = { - [sym_enum_class_body] = STATE(3820), - [sym__alpha_identifier] = ACTIONS(4197), - [anon_sym_AT] = ACTIONS(4199), - [anon_sym_LBRACK] = ACTIONS(4199), - [anon_sym_as] = ACTIONS(4197), - [anon_sym_EQ] = ACTIONS(4197), - [anon_sym_LBRACE] = ACTIONS(5359), - [anon_sym_RBRACE] = ACTIONS(4199), - [anon_sym_LPAREN] = ACTIONS(4199), - [anon_sym_COMMA] = ACTIONS(4199), - [anon_sym_LT] = ACTIONS(4197), - [anon_sym_GT] = ACTIONS(4197), - [anon_sym_where] = ACTIONS(4197), - [anon_sym_DOT] = ACTIONS(4197), - [anon_sym_SEMI] = ACTIONS(4199), - [anon_sym_get] = ACTIONS(4197), - [anon_sym_set] = ACTIONS(4197), - [anon_sym_STAR] = ACTIONS(4197), - [sym_label] = ACTIONS(4199), - [anon_sym_in] = ACTIONS(4197), - [anon_sym_DOT_DOT] = ACTIONS(4199), - [anon_sym_QMARK_COLON] = ACTIONS(4199), - [anon_sym_AMP_AMP] = ACTIONS(4199), - [anon_sym_PIPE_PIPE] = ACTIONS(4199), - [anon_sym_else] = ACTIONS(4197), - [anon_sym_COLON_COLON] = ACTIONS(4199), - [anon_sym_PLUS_EQ] = ACTIONS(4199), - [anon_sym_DASH_EQ] = ACTIONS(4199), - [anon_sym_STAR_EQ] = ACTIONS(4199), - [anon_sym_SLASH_EQ] = ACTIONS(4199), - [anon_sym_PERCENT_EQ] = ACTIONS(4199), - [anon_sym_BANG_EQ] = ACTIONS(4197), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4199), - [anon_sym_EQ_EQ] = ACTIONS(4197), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4199), - [anon_sym_LT_EQ] = ACTIONS(4199), - [anon_sym_GT_EQ] = ACTIONS(4199), - [anon_sym_BANGin] = ACTIONS(4199), - [anon_sym_is] = ACTIONS(4197), - [anon_sym_BANGis] = ACTIONS(4199), - [anon_sym_PLUS] = ACTIONS(4197), - [anon_sym_DASH] = ACTIONS(4197), - [anon_sym_SLASH] = ACTIONS(4197), - [anon_sym_PERCENT] = ACTIONS(4197), - [anon_sym_as_QMARK] = ACTIONS(4199), - [anon_sym_PLUS_PLUS] = ACTIONS(4199), - [anon_sym_DASH_DASH] = ACTIONS(4199), - [anon_sym_BANG_BANG] = ACTIONS(4199), - [anon_sym_suspend] = ACTIONS(4197), - [anon_sym_sealed] = ACTIONS(4197), - [anon_sym_annotation] = ACTIONS(4197), - [anon_sym_data] = ACTIONS(4197), - [anon_sym_inner] = ACTIONS(4197), - [anon_sym_override] = ACTIONS(4197), - [anon_sym_lateinit] = ACTIONS(4197), - [anon_sym_public] = ACTIONS(4197), - [anon_sym_private] = ACTIONS(4197), - [anon_sym_internal] = ACTIONS(4197), - [anon_sym_protected] = ACTIONS(4197), - [anon_sym_tailrec] = ACTIONS(4197), - [anon_sym_operator] = ACTIONS(4197), - [anon_sym_infix] = ACTIONS(4197), - [anon_sym_inline] = ACTIONS(4197), - [anon_sym_external] = ACTIONS(4197), - [sym_property_modifier] = ACTIONS(4197), - [anon_sym_abstract] = ACTIONS(4197), - [anon_sym_final] = ACTIONS(4197), - [anon_sym_open] = ACTIONS(4197), - [anon_sym_vararg] = ACTIONS(4197), - [anon_sym_noinline] = ACTIONS(4197), - [anon_sym_crossinline] = ACTIONS(4197), - [anon_sym_expect] = ACTIONS(4197), - [anon_sym_actual] = ACTIONS(4197), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4199), - [sym__automatic_semicolon] = ACTIONS(4199), - [sym_safe_nav] = ACTIONS(4199), + [3547] = { + [sym__alpha_identifier] = ACTIONS(4285), + [anon_sym_AT] = ACTIONS(4288), + [anon_sym_LBRACK] = ACTIONS(4288), + [anon_sym_as] = ACTIONS(4293), + [anon_sym_EQ] = ACTIONS(4293), + [anon_sym_LBRACE] = ACTIONS(4288), + [anon_sym_RBRACE] = ACTIONS(4291), + [anon_sym_LPAREN] = ACTIONS(6690), + [anon_sym_LT] = ACTIONS(4293), + [anon_sym_GT] = ACTIONS(4293), + [anon_sym_object] = ACTIONS(4285), + [anon_sym_fun] = ACTIONS(4285), + [anon_sym_DOT] = ACTIONS(4293), + [anon_sym_SEMI] = ACTIONS(4291), + [anon_sym_get] = ACTIONS(4285), + [anon_sym_set] = ACTIONS(4285), + [anon_sym_this] = ACTIONS(4285), + [anon_sym_super] = ACTIONS(4285), + [anon_sym_STAR] = ACTIONS(4285), + [sym_label] = ACTIONS(4285), + [anon_sym_in] = ACTIONS(4293), + [anon_sym_DOT_DOT] = ACTIONS(4291), + [anon_sym_QMARK_COLON] = ACTIONS(4291), + [anon_sym_AMP_AMP] = ACTIONS(4291), + [anon_sym_PIPE_PIPE] = ACTIONS(4291), + [anon_sym_null] = ACTIONS(4285), + [anon_sym_if] = ACTIONS(4285), + [anon_sym_else] = ACTIONS(4293), + [anon_sym_when] = ACTIONS(4285), + [anon_sym_try] = ACTIONS(4285), + [anon_sym_throw] = ACTIONS(4285), + [anon_sym_return] = ACTIONS(4285), + [anon_sym_continue] = ACTIONS(4285), + [anon_sym_break] = ACTIONS(4285), + [anon_sym_COLON_COLON] = ACTIONS(4288), + [anon_sym_PLUS_EQ] = ACTIONS(4291), + [anon_sym_DASH_EQ] = ACTIONS(4291), + [anon_sym_STAR_EQ] = ACTIONS(4291), + [anon_sym_SLASH_EQ] = ACTIONS(4291), + [anon_sym_PERCENT_EQ] = ACTIONS(4291), + [anon_sym_BANG_EQ] = ACTIONS(4293), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4291), + [anon_sym_EQ_EQ] = ACTIONS(4293), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4291), + [anon_sym_LT_EQ] = ACTIONS(4291), + [anon_sym_GT_EQ] = ACTIONS(4291), + [anon_sym_BANGin] = ACTIONS(4291), + [anon_sym_is] = ACTIONS(4293), + [anon_sym_BANGis] = ACTIONS(4291), + [anon_sym_PLUS] = ACTIONS(4285), + [anon_sym_DASH] = ACTIONS(4285), + [anon_sym_SLASH] = ACTIONS(4293), + [anon_sym_PERCENT] = ACTIONS(4293), + [anon_sym_as_QMARK] = ACTIONS(4291), + [anon_sym_PLUS_PLUS] = ACTIONS(4288), + [anon_sym_DASH_DASH] = ACTIONS(4288), + [anon_sym_BANG] = ACTIONS(4285), + [anon_sym_BANG_BANG] = ACTIONS(4291), + [anon_sym_data] = ACTIONS(4285), + [anon_sym_inner] = ACTIONS(4285), + [anon_sym_expect] = ACTIONS(4285), + [anon_sym_actual] = ACTIONS(4285), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4288), + [anon_sym_continue_AT] = ACTIONS(4288), + [anon_sym_break_AT] = ACTIONS(4288), + [sym_real_literal] = ACTIONS(4288), + [sym_integer_literal] = ACTIONS(4285), + [sym_hex_literal] = ACTIONS(4288), + [sym_bin_literal] = ACTIONS(4288), + [anon_sym_true] = ACTIONS(4285), + [anon_sym_false] = ACTIONS(4285), + [anon_sym_SQUOTE] = ACTIONS(4288), + [sym__backtick_identifier] = ACTIONS(4288), + [sym__automatic_semicolon] = ACTIONS(4291), + [sym_safe_nav] = ACTIONS(4291), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4288), + }, + [3548] = { + [sym_function_body] = STATE(3305), + [sym__block] = STATE(3464), + [sym__alpha_identifier] = ACTIONS(4210), + [anon_sym_AT] = ACTIONS(4212), + [anon_sym_COLON] = ACTIONS(6694), + [anon_sym_LBRACK] = ACTIONS(4212), + [anon_sym_RBRACK] = ACTIONS(4212), + [anon_sym_as] = ACTIONS(4210), + [anon_sym_EQ] = ACTIONS(6625), + [anon_sym_LBRACE] = ACTIONS(6233), + [anon_sym_RBRACE] = ACTIONS(4212), + [anon_sym_LPAREN] = ACTIONS(4212), + [anon_sym_COMMA] = ACTIONS(4212), + [anon_sym_RPAREN] = ACTIONS(4212), + [anon_sym_LT] = ACTIONS(4210), + [anon_sym_GT] = ACTIONS(4210), + [anon_sym_where] = ACTIONS(4210), + [anon_sym_DOT] = ACTIONS(4210), + [anon_sym_SEMI] = ACTIONS(4212), + [anon_sym_get] = ACTIONS(4210), + [anon_sym_set] = ACTIONS(4210), + [anon_sym_STAR] = ACTIONS(4212), + [anon_sym_DASH_GT] = ACTIONS(4212), + [sym_label] = ACTIONS(4212), + [anon_sym_in] = ACTIONS(4210), + [anon_sym_while] = ACTIONS(4210), + [anon_sym_DOT_DOT] = ACTIONS(4212), + [anon_sym_QMARK_COLON] = ACTIONS(4212), + [anon_sym_AMP_AMP] = ACTIONS(4212), + [anon_sym_PIPE_PIPE] = ACTIONS(4212), + [anon_sym_else] = ACTIONS(4210), + [anon_sym_COLON_COLON] = ACTIONS(4212), + [anon_sym_BANG_EQ] = ACTIONS(4210), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4212), + [anon_sym_EQ_EQ] = ACTIONS(4210), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4212), + [anon_sym_LT_EQ] = ACTIONS(4212), + [anon_sym_GT_EQ] = ACTIONS(4212), + [anon_sym_BANGin] = ACTIONS(4212), + [anon_sym_is] = ACTIONS(4210), + [anon_sym_BANGis] = ACTIONS(4212), + [anon_sym_PLUS] = ACTIONS(4210), + [anon_sym_DASH] = ACTIONS(4210), + [anon_sym_SLASH] = ACTIONS(4210), + [anon_sym_PERCENT] = ACTIONS(4212), + [anon_sym_as_QMARK] = ACTIONS(4212), + [anon_sym_PLUS_PLUS] = ACTIONS(4212), + [anon_sym_DASH_DASH] = ACTIONS(4212), + [anon_sym_BANG_BANG] = ACTIONS(4212), + [anon_sym_suspend] = ACTIONS(4210), + [anon_sym_sealed] = ACTIONS(4210), + [anon_sym_annotation] = ACTIONS(4210), + [anon_sym_data] = ACTIONS(4210), + [anon_sym_inner] = ACTIONS(4210), + [anon_sym_override] = ACTIONS(4210), + [anon_sym_lateinit] = ACTIONS(4210), + [anon_sym_public] = ACTIONS(4210), + [anon_sym_private] = ACTIONS(4210), + [anon_sym_internal] = ACTIONS(4210), + [anon_sym_protected] = ACTIONS(4210), + [anon_sym_tailrec] = ACTIONS(4210), + [anon_sym_operator] = ACTIONS(4210), + [anon_sym_infix] = ACTIONS(4210), + [anon_sym_inline] = ACTIONS(4210), + [anon_sym_external] = ACTIONS(4210), + [sym_property_modifier] = ACTIONS(4210), + [anon_sym_abstract] = ACTIONS(4210), + [anon_sym_final] = ACTIONS(4210), + [anon_sym_open] = ACTIONS(4210), + [anon_sym_vararg] = ACTIONS(4210), + [anon_sym_noinline] = ACTIONS(4210), + [anon_sym_crossinline] = ACTIONS(4210), + [anon_sym_expect] = ACTIONS(4210), + [anon_sym_actual] = ACTIONS(4210), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4212), + [sym_safe_nav] = ACTIONS(4212), [sym_multiline_comment] = ACTIONS(3), }, - [3629] = { - [sym__alpha_identifier] = ACTIONS(4615), - [anon_sym_AT] = ACTIONS(4617), - [anon_sym_COLON] = ACTIONS(4615), - [anon_sym_LBRACK] = ACTIONS(4617), - [anon_sym_as] = ACTIONS(4615), - [anon_sym_EQ] = ACTIONS(4615), - [anon_sym_LBRACE] = ACTIONS(4617), - [anon_sym_RBRACE] = ACTIONS(4617), - [anon_sym_LPAREN] = ACTIONS(4617), - [anon_sym_COMMA] = ACTIONS(4617), - [anon_sym_LT] = ACTIONS(4615), - [anon_sym_GT] = ACTIONS(4615), - [anon_sym_where] = ACTIONS(4615), - [anon_sym_DOT] = ACTIONS(4615), - [anon_sym_SEMI] = ACTIONS(4617), - [anon_sym_get] = ACTIONS(4615), - [anon_sym_set] = ACTIONS(4615), - [anon_sym_STAR] = ACTIONS(4615), - [sym_label] = ACTIONS(4617), - [anon_sym_in] = ACTIONS(4615), - [anon_sym_DOT_DOT] = ACTIONS(4617), - [anon_sym_QMARK_COLON] = ACTIONS(4617), - [anon_sym_AMP_AMP] = ACTIONS(4617), - [anon_sym_PIPE_PIPE] = ACTIONS(4617), - [anon_sym_else] = ACTIONS(4615), - [anon_sym_COLON_COLON] = ACTIONS(4617), - [anon_sym_PLUS_EQ] = ACTIONS(4617), - [anon_sym_DASH_EQ] = ACTIONS(4617), - [anon_sym_STAR_EQ] = ACTIONS(4617), - [anon_sym_SLASH_EQ] = ACTIONS(4617), - [anon_sym_PERCENT_EQ] = ACTIONS(4617), - [anon_sym_BANG_EQ] = ACTIONS(4615), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4617), - [anon_sym_EQ_EQ] = ACTIONS(4615), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4617), - [anon_sym_LT_EQ] = ACTIONS(4617), - [anon_sym_GT_EQ] = ACTIONS(4617), - [anon_sym_BANGin] = ACTIONS(4617), - [anon_sym_is] = ACTIONS(4615), - [anon_sym_BANGis] = ACTIONS(4617), - [anon_sym_PLUS] = ACTIONS(4615), - [anon_sym_DASH] = ACTIONS(4615), - [anon_sym_SLASH] = ACTIONS(4615), - [anon_sym_PERCENT] = ACTIONS(4615), - [anon_sym_as_QMARK] = ACTIONS(4617), - [anon_sym_PLUS_PLUS] = ACTIONS(4617), - [anon_sym_DASH_DASH] = ACTIONS(4617), - [anon_sym_BANG_BANG] = ACTIONS(4617), - [anon_sym_suspend] = ACTIONS(4615), - [anon_sym_sealed] = ACTIONS(4615), - [anon_sym_annotation] = ACTIONS(4615), - [anon_sym_data] = ACTIONS(4615), - [anon_sym_inner] = ACTIONS(4615), - [anon_sym_override] = ACTIONS(4615), - [anon_sym_lateinit] = ACTIONS(4615), - [anon_sym_public] = ACTIONS(4615), - [anon_sym_private] = ACTIONS(4615), - [anon_sym_internal] = ACTIONS(4615), - [anon_sym_protected] = ACTIONS(4615), - [anon_sym_tailrec] = ACTIONS(4615), - [anon_sym_operator] = ACTIONS(4615), - [anon_sym_infix] = ACTIONS(4615), - [anon_sym_inline] = ACTIONS(4615), - [anon_sym_external] = ACTIONS(4615), - [sym_property_modifier] = ACTIONS(4615), - [anon_sym_abstract] = ACTIONS(4615), - [anon_sym_final] = ACTIONS(4615), - [anon_sym_open] = ACTIONS(4615), - [anon_sym_vararg] = ACTIONS(4615), - [anon_sym_noinline] = ACTIONS(4615), - [anon_sym_crossinline] = ACTIONS(4615), - [anon_sym_expect] = ACTIONS(4615), - [anon_sym_actual] = ACTIONS(4615), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4617), - [sym__automatic_semicolon] = ACTIONS(4617), - [sym_safe_nav] = ACTIONS(4617), + [3549] = { + [sym__alpha_identifier] = ACTIONS(4142), + [anon_sym_AT] = ACTIONS(4145), + [anon_sym_LBRACK] = ACTIONS(4145), + [anon_sym_as] = ACTIONS(4142), + [anon_sym_EQ] = ACTIONS(3943), + [anon_sym_LBRACE] = ACTIONS(4145), + [anon_sym_RBRACE] = ACTIONS(4145), + [anon_sym_LPAREN] = ACTIONS(6696), + [anon_sym_LT] = ACTIONS(4142), + [anon_sym_GT] = ACTIONS(4142), + [anon_sym_object] = ACTIONS(4142), + [anon_sym_fun] = ACTIONS(4142), + [anon_sym_DOT] = ACTIONS(4142), + [anon_sym_SEMI] = ACTIONS(4145), + [anon_sym_get] = ACTIONS(4142), + [anon_sym_set] = ACTIONS(4142), + [anon_sym_this] = ACTIONS(4142), + [anon_sym_super] = ACTIONS(4142), + [anon_sym_STAR] = ACTIONS(4142), + [sym_label] = ACTIONS(4142), + [anon_sym_in] = ACTIONS(4142), + [anon_sym_DOT_DOT] = ACTIONS(4145), + [anon_sym_QMARK_COLON] = ACTIONS(4145), + [anon_sym_AMP_AMP] = ACTIONS(4145), + [anon_sym_PIPE_PIPE] = ACTIONS(4145), + [anon_sym_null] = ACTIONS(4142), + [anon_sym_if] = ACTIONS(4142), + [anon_sym_else] = ACTIONS(4142), + [anon_sym_when] = ACTIONS(4142), + [anon_sym_try] = ACTIONS(4142), + [anon_sym_throw] = ACTIONS(4142), + [anon_sym_return] = ACTIONS(4142), + [anon_sym_continue] = ACTIONS(4142), + [anon_sym_break] = ACTIONS(4142), + [anon_sym_COLON_COLON] = ACTIONS(4145), + [anon_sym_PLUS_EQ] = ACTIONS(3948), + [anon_sym_DASH_EQ] = ACTIONS(3948), + [anon_sym_STAR_EQ] = ACTIONS(3948), + [anon_sym_SLASH_EQ] = ACTIONS(3948), + [anon_sym_PERCENT_EQ] = ACTIONS(3948), + [anon_sym_BANG_EQ] = ACTIONS(4142), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4145), + [anon_sym_EQ_EQ] = ACTIONS(4142), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4145), + [anon_sym_LT_EQ] = ACTIONS(4145), + [anon_sym_GT_EQ] = ACTIONS(4145), + [anon_sym_BANGin] = ACTIONS(4145), + [anon_sym_is] = ACTIONS(4142), + [anon_sym_BANGis] = ACTIONS(4145), + [anon_sym_PLUS] = ACTIONS(4142), + [anon_sym_DASH] = ACTIONS(4142), + [anon_sym_SLASH] = ACTIONS(4142), + [anon_sym_PERCENT] = ACTIONS(4142), + [anon_sym_as_QMARK] = ACTIONS(4145), + [anon_sym_PLUS_PLUS] = ACTIONS(4145), + [anon_sym_DASH_DASH] = ACTIONS(4145), + [anon_sym_BANG] = ACTIONS(4142), + [anon_sym_BANG_BANG] = ACTIONS(4145), + [anon_sym_data] = ACTIONS(4142), + [anon_sym_inner] = ACTIONS(4142), + [anon_sym_expect] = ACTIONS(4142), + [anon_sym_actual] = ACTIONS(4142), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4145), + [anon_sym_continue_AT] = ACTIONS(4145), + [anon_sym_break_AT] = ACTIONS(4145), + [sym_real_literal] = ACTIONS(4145), + [sym_integer_literal] = ACTIONS(4142), + [sym_hex_literal] = ACTIONS(4145), + [sym_bin_literal] = ACTIONS(4145), + [anon_sym_true] = ACTIONS(4142), + [anon_sym_false] = ACTIONS(4142), + [anon_sym_SQUOTE] = ACTIONS(4145), + [sym__backtick_identifier] = ACTIONS(4145), + [sym__automatic_semicolon] = ACTIONS(4145), + [sym_safe_nav] = ACTIONS(4145), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4145), }, - [3630] = { - [aux_sym__delegation_specifiers_repeat1] = STATE(3630), - [sym__alpha_identifier] = ACTIONS(4663), - [anon_sym_AT] = ACTIONS(4665), - [anon_sym_LBRACK] = ACTIONS(4665), - [anon_sym_as] = ACTIONS(4663), - [anon_sym_EQ] = ACTIONS(4663), - [anon_sym_LBRACE] = ACTIONS(4665), - [anon_sym_RBRACE] = ACTIONS(4665), - [anon_sym_LPAREN] = ACTIONS(4665), - [anon_sym_COMMA] = ACTIONS(6809), - [anon_sym_LT] = ACTIONS(4663), - [anon_sym_GT] = ACTIONS(4663), - [anon_sym_where] = ACTIONS(4663), - [anon_sym_DOT] = ACTIONS(4663), - [anon_sym_SEMI] = ACTIONS(4665), - [anon_sym_get] = ACTIONS(4663), - [anon_sym_set] = ACTIONS(4663), - [anon_sym_STAR] = ACTIONS(4663), - [sym_label] = ACTIONS(4665), - [anon_sym_in] = ACTIONS(4663), - [anon_sym_DOT_DOT] = ACTIONS(4665), - [anon_sym_QMARK_COLON] = ACTIONS(4665), - [anon_sym_AMP_AMP] = ACTIONS(4665), - [anon_sym_PIPE_PIPE] = ACTIONS(4665), - [anon_sym_else] = ACTIONS(4663), - [anon_sym_COLON_COLON] = ACTIONS(4665), - [anon_sym_PLUS_EQ] = ACTIONS(4665), - [anon_sym_DASH_EQ] = ACTIONS(4665), - [anon_sym_STAR_EQ] = ACTIONS(4665), - [anon_sym_SLASH_EQ] = ACTIONS(4665), - [anon_sym_PERCENT_EQ] = ACTIONS(4665), - [anon_sym_BANG_EQ] = ACTIONS(4663), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4665), - [anon_sym_EQ_EQ] = ACTIONS(4663), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4665), - [anon_sym_LT_EQ] = ACTIONS(4665), - [anon_sym_GT_EQ] = ACTIONS(4665), - [anon_sym_BANGin] = ACTIONS(4665), - [anon_sym_is] = ACTIONS(4663), - [anon_sym_BANGis] = ACTIONS(4665), - [anon_sym_PLUS] = ACTIONS(4663), - [anon_sym_DASH] = ACTIONS(4663), - [anon_sym_SLASH] = ACTIONS(4663), - [anon_sym_PERCENT] = ACTIONS(4663), - [anon_sym_as_QMARK] = ACTIONS(4665), - [anon_sym_PLUS_PLUS] = ACTIONS(4665), - [anon_sym_DASH_DASH] = ACTIONS(4665), - [anon_sym_BANG_BANG] = ACTIONS(4665), - [anon_sym_suspend] = ACTIONS(4663), - [anon_sym_sealed] = ACTIONS(4663), - [anon_sym_annotation] = ACTIONS(4663), - [anon_sym_data] = ACTIONS(4663), - [anon_sym_inner] = ACTIONS(4663), - [anon_sym_override] = ACTIONS(4663), - [anon_sym_lateinit] = ACTIONS(4663), - [anon_sym_public] = ACTIONS(4663), - [anon_sym_private] = ACTIONS(4663), - [anon_sym_internal] = ACTIONS(4663), - [anon_sym_protected] = ACTIONS(4663), - [anon_sym_tailrec] = ACTIONS(4663), - [anon_sym_operator] = ACTIONS(4663), - [anon_sym_infix] = ACTIONS(4663), - [anon_sym_inline] = ACTIONS(4663), - [anon_sym_external] = ACTIONS(4663), - [sym_property_modifier] = ACTIONS(4663), - [anon_sym_abstract] = ACTIONS(4663), - [anon_sym_final] = ACTIONS(4663), - [anon_sym_open] = ACTIONS(4663), - [anon_sym_vararg] = ACTIONS(4663), - [anon_sym_noinline] = ACTIONS(4663), - [anon_sym_crossinline] = ACTIONS(4663), - [anon_sym_expect] = ACTIONS(4663), - [anon_sym_actual] = ACTIONS(4663), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4665), - [sym__automatic_semicolon] = ACTIONS(4665), - [sym_safe_nav] = ACTIONS(4665), + [3550] = { + [sym_function_body] = STATE(3365), + [sym__block] = STATE(3464), + [sym__alpha_identifier] = ACTIONS(4198), + [anon_sym_AT] = ACTIONS(4200), + [anon_sym_COLON] = ACTIONS(6700), + [anon_sym_LBRACK] = ACTIONS(4200), + [anon_sym_RBRACK] = ACTIONS(4200), + [anon_sym_as] = ACTIONS(4198), + [anon_sym_EQ] = ACTIONS(6625), + [anon_sym_LBRACE] = ACTIONS(6233), + [anon_sym_RBRACE] = ACTIONS(4200), + [anon_sym_LPAREN] = ACTIONS(4200), + [anon_sym_COMMA] = ACTIONS(4200), + [anon_sym_RPAREN] = ACTIONS(4200), + [anon_sym_LT] = ACTIONS(4198), + [anon_sym_GT] = ACTIONS(4198), + [anon_sym_where] = ACTIONS(4198), + [anon_sym_DOT] = ACTIONS(4198), + [anon_sym_SEMI] = ACTIONS(4200), + [anon_sym_get] = ACTIONS(4198), + [anon_sym_set] = ACTIONS(4198), + [anon_sym_STAR] = ACTIONS(4200), + [anon_sym_DASH_GT] = ACTIONS(4200), + [sym_label] = ACTIONS(4200), + [anon_sym_in] = ACTIONS(4198), + [anon_sym_while] = ACTIONS(4198), + [anon_sym_DOT_DOT] = ACTIONS(4200), + [anon_sym_QMARK_COLON] = ACTIONS(4200), + [anon_sym_AMP_AMP] = ACTIONS(4200), + [anon_sym_PIPE_PIPE] = ACTIONS(4200), + [anon_sym_else] = ACTIONS(4198), + [anon_sym_COLON_COLON] = ACTIONS(4200), + [anon_sym_BANG_EQ] = ACTIONS(4198), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4200), + [anon_sym_EQ_EQ] = ACTIONS(4198), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4200), + [anon_sym_LT_EQ] = ACTIONS(4200), + [anon_sym_GT_EQ] = ACTIONS(4200), + [anon_sym_BANGin] = ACTIONS(4200), + [anon_sym_is] = ACTIONS(4198), + [anon_sym_BANGis] = ACTIONS(4200), + [anon_sym_PLUS] = ACTIONS(4198), + [anon_sym_DASH] = ACTIONS(4198), + [anon_sym_SLASH] = ACTIONS(4198), + [anon_sym_PERCENT] = ACTIONS(4200), + [anon_sym_as_QMARK] = ACTIONS(4200), + [anon_sym_PLUS_PLUS] = ACTIONS(4200), + [anon_sym_DASH_DASH] = ACTIONS(4200), + [anon_sym_BANG_BANG] = ACTIONS(4200), + [anon_sym_suspend] = ACTIONS(4198), + [anon_sym_sealed] = ACTIONS(4198), + [anon_sym_annotation] = ACTIONS(4198), + [anon_sym_data] = ACTIONS(4198), + [anon_sym_inner] = ACTIONS(4198), + [anon_sym_override] = ACTIONS(4198), + [anon_sym_lateinit] = ACTIONS(4198), + [anon_sym_public] = ACTIONS(4198), + [anon_sym_private] = ACTIONS(4198), + [anon_sym_internal] = ACTIONS(4198), + [anon_sym_protected] = ACTIONS(4198), + [anon_sym_tailrec] = ACTIONS(4198), + [anon_sym_operator] = ACTIONS(4198), + [anon_sym_infix] = ACTIONS(4198), + [anon_sym_inline] = ACTIONS(4198), + [anon_sym_external] = ACTIONS(4198), + [sym_property_modifier] = ACTIONS(4198), + [anon_sym_abstract] = ACTIONS(4198), + [anon_sym_final] = ACTIONS(4198), + [anon_sym_open] = ACTIONS(4198), + [anon_sym_vararg] = ACTIONS(4198), + [anon_sym_noinline] = ACTIONS(4198), + [anon_sym_crossinline] = ACTIONS(4198), + [anon_sym_expect] = ACTIONS(4198), + [anon_sym_actual] = ACTIONS(4198), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4200), + [sym_safe_nav] = ACTIONS(4200), [sym_multiline_comment] = ACTIONS(3), }, - [3631] = { - [sym_indexing_suffix] = STATE(4909), - [sym_navigation_suffix] = STATE(4889), - [sym_call_suffix] = STATE(4891), - [sym_annotated_lambda] = STATE(4893), - [sym_type_arguments] = STATE(7557), - [sym_value_arguments] = STATE(4442), - [sym_lambda_literal] = STATE(4899), - [sym__equality_operator] = STATE(2209), - [sym__comparison_operator] = STATE(2208), - [sym__in_operator] = STATE(2206), - [sym__is_operator] = STATE(6028), - [sym__additive_operator] = STATE(2205), - [sym__multiplicative_operator] = STATE(2203), - [sym__as_operator] = STATE(6024), - [sym__postfix_unary_operator] = STATE(4912), - [sym__member_access_operator] = STATE(7341), - [sym_annotation] = STATE(7855), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2266), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7855), + [3551] = { + [sym__alpha_identifier] = ACTIONS(4650), + [anon_sym_AT] = ACTIONS(4652), + [anon_sym_COLON] = ACTIONS(4650), + [anon_sym_LBRACK] = ACTIONS(4652), + [anon_sym_as] = ACTIONS(4650), + [anon_sym_EQ] = ACTIONS(4650), + [anon_sym_LBRACE] = ACTIONS(4652), + [anon_sym_RBRACE] = ACTIONS(4652), + [anon_sym_LPAREN] = ACTIONS(4652), + [anon_sym_COMMA] = ACTIONS(4652), + [anon_sym_LT] = ACTIONS(4650), + [anon_sym_GT] = ACTIONS(4650), + [anon_sym_where] = ACTIONS(4650), + [anon_sym_DOT] = ACTIONS(4650), + [anon_sym_SEMI] = ACTIONS(4652), + [anon_sym_get] = ACTIONS(4650), + [anon_sym_set] = ACTIONS(4650), + [anon_sym_STAR] = ACTIONS(4650), + [sym_label] = ACTIONS(4652), + [anon_sym_in] = ACTIONS(4650), + [anon_sym_DOT_DOT] = ACTIONS(4652), + [anon_sym_QMARK_COLON] = ACTIONS(4652), + [anon_sym_AMP_AMP] = ACTIONS(4652), + [anon_sym_PIPE_PIPE] = ACTIONS(4652), + [anon_sym_else] = ACTIONS(4650), + [anon_sym_COLON_COLON] = ACTIONS(4652), + [anon_sym_PLUS_EQ] = ACTIONS(4652), + [anon_sym_DASH_EQ] = ACTIONS(4652), + [anon_sym_STAR_EQ] = ACTIONS(4652), + [anon_sym_SLASH_EQ] = ACTIONS(4652), + [anon_sym_PERCENT_EQ] = ACTIONS(4652), + [anon_sym_BANG_EQ] = ACTIONS(4650), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4652), + [anon_sym_EQ_EQ] = ACTIONS(4650), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4652), + [anon_sym_LT_EQ] = ACTIONS(4652), + [anon_sym_GT_EQ] = ACTIONS(4652), + [anon_sym_BANGin] = ACTIONS(4652), + [anon_sym_is] = ACTIONS(4650), + [anon_sym_BANGis] = ACTIONS(4652), + [anon_sym_PLUS] = ACTIONS(4650), + [anon_sym_DASH] = ACTIONS(4650), + [anon_sym_SLASH] = ACTIONS(4650), + [anon_sym_PERCENT] = ACTIONS(4650), + [anon_sym_as_QMARK] = ACTIONS(4652), + [anon_sym_PLUS_PLUS] = ACTIONS(4652), + [anon_sym_DASH_DASH] = ACTIONS(4652), + [anon_sym_BANG_BANG] = ACTIONS(4652), + [anon_sym_suspend] = ACTIONS(4650), + [anon_sym_sealed] = ACTIONS(4650), + [anon_sym_annotation] = ACTIONS(4650), + [anon_sym_data] = ACTIONS(4650), + [anon_sym_inner] = ACTIONS(4650), + [anon_sym_override] = ACTIONS(4650), + [anon_sym_lateinit] = ACTIONS(4650), + [anon_sym_public] = ACTIONS(4650), + [anon_sym_private] = ACTIONS(4650), + [anon_sym_internal] = ACTIONS(4650), + [anon_sym_protected] = ACTIONS(4650), + [anon_sym_tailrec] = ACTIONS(4650), + [anon_sym_operator] = ACTIONS(4650), + [anon_sym_infix] = ACTIONS(4650), + [anon_sym_inline] = ACTIONS(4650), + [anon_sym_external] = ACTIONS(4650), + [sym_property_modifier] = ACTIONS(4650), + [anon_sym_abstract] = ACTIONS(4650), + [anon_sym_final] = ACTIONS(4650), + [anon_sym_open] = ACTIONS(4650), + [anon_sym_vararg] = ACTIONS(4650), + [anon_sym_noinline] = ACTIONS(4650), + [anon_sym_crossinline] = ACTIONS(4650), + [anon_sym_expect] = ACTIONS(4650), + [anon_sym_actual] = ACTIONS(4650), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4652), + [sym__automatic_semicolon] = ACTIONS(4652), + [sym_safe_nav] = ACTIONS(4652), + [sym_multiline_comment] = ACTIONS(3), + }, + [3552] = { + [sym_enum_class_body] = STATE(3713), + [sym__alpha_identifier] = ACTIONS(4672), + [anon_sym_AT] = ACTIONS(4674), + [anon_sym_LBRACK] = ACTIONS(4674), + [anon_sym_as] = ACTIONS(4672), + [anon_sym_EQ] = ACTIONS(4672), + [anon_sym_LBRACE] = ACTIONS(5415), + [anon_sym_RBRACE] = ACTIONS(4674), + [anon_sym_LPAREN] = ACTIONS(4674), + [anon_sym_COMMA] = ACTIONS(4674), + [anon_sym_LT] = ACTIONS(4672), + [anon_sym_GT] = ACTIONS(4672), + [anon_sym_where] = ACTIONS(4672), + [anon_sym_DOT] = ACTIONS(4672), + [anon_sym_SEMI] = ACTIONS(4674), + [anon_sym_get] = ACTIONS(4672), + [anon_sym_set] = ACTIONS(4672), + [anon_sym_STAR] = ACTIONS(4672), + [sym_label] = ACTIONS(4674), + [anon_sym_in] = ACTIONS(4672), + [anon_sym_DOT_DOT] = ACTIONS(4674), + [anon_sym_QMARK_COLON] = ACTIONS(4674), + [anon_sym_AMP_AMP] = ACTIONS(4674), + [anon_sym_PIPE_PIPE] = ACTIONS(4674), + [anon_sym_else] = ACTIONS(4672), + [anon_sym_COLON_COLON] = ACTIONS(4674), + [anon_sym_PLUS_EQ] = ACTIONS(4674), + [anon_sym_DASH_EQ] = ACTIONS(4674), + [anon_sym_STAR_EQ] = ACTIONS(4674), + [anon_sym_SLASH_EQ] = ACTIONS(4674), + [anon_sym_PERCENT_EQ] = ACTIONS(4674), + [anon_sym_BANG_EQ] = ACTIONS(4672), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4674), + [anon_sym_EQ_EQ] = ACTIONS(4672), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4674), + [anon_sym_LT_EQ] = ACTIONS(4674), + [anon_sym_GT_EQ] = ACTIONS(4674), + [anon_sym_BANGin] = ACTIONS(4674), + [anon_sym_is] = ACTIONS(4672), + [anon_sym_BANGis] = ACTIONS(4674), + [anon_sym_PLUS] = ACTIONS(4672), + [anon_sym_DASH] = ACTIONS(4672), + [anon_sym_SLASH] = ACTIONS(4672), + [anon_sym_PERCENT] = ACTIONS(4672), + [anon_sym_as_QMARK] = ACTIONS(4674), + [anon_sym_PLUS_PLUS] = ACTIONS(4674), + [anon_sym_DASH_DASH] = ACTIONS(4674), + [anon_sym_BANG_BANG] = ACTIONS(4674), + [anon_sym_suspend] = ACTIONS(4672), + [anon_sym_sealed] = ACTIONS(4672), + [anon_sym_annotation] = ACTIONS(4672), + [anon_sym_data] = ACTIONS(4672), + [anon_sym_inner] = ACTIONS(4672), + [anon_sym_override] = ACTIONS(4672), + [anon_sym_lateinit] = ACTIONS(4672), + [anon_sym_public] = ACTIONS(4672), + [anon_sym_private] = ACTIONS(4672), + [anon_sym_internal] = ACTIONS(4672), + [anon_sym_protected] = ACTIONS(4672), + [anon_sym_tailrec] = ACTIONS(4672), + [anon_sym_operator] = ACTIONS(4672), + [anon_sym_infix] = ACTIONS(4672), + [anon_sym_inline] = ACTIONS(4672), + [anon_sym_external] = ACTIONS(4672), + [sym_property_modifier] = ACTIONS(4672), + [anon_sym_abstract] = ACTIONS(4672), + [anon_sym_final] = ACTIONS(4672), + [anon_sym_open] = ACTIONS(4672), + [anon_sym_vararg] = ACTIONS(4672), + [anon_sym_noinline] = ACTIONS(4672), + [anon_sym_crossinline] = ACTIONS(4672), + [anon_sym_expect] = ACTIONS(4672), + [anon_sym_actual] = ACTIONS(4672), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4674), + [sym__automatic_semicolon] = ACTIONS(4674), + [sym_safe_nav] = ACTIONS(4674), + [sym_multiline_comment] = ACTIONS(3), + }, + [3553] = { + [sym_class_body] = STATE(3682), + [sym__alpha_identifier] = ACTIONS(4402), + [anon_sym_AT] = ACTIONS(4404), + [anon_sym_LBRACK] = ACTIONS(4404), + [anon_sym_as] = ACTIONS(4402), + [anon_sym_EQ] = ACTIONS(4402), + [anon_sym_LBRACE] = ACTIONS(5360), + [anon_sym_RBRACE] = ACTIONS(4404), + [anon_sym_LPAREN] = ACTIONS(4404), + [anon_sym_COMMA] = ACTIONS(4404), + [anon_sym_LT] = ACTIONS(4402), + [anon_sym_GT] = ACTIONS(4402), + [anon_sym_where] = ACTIONS(4402), + [anon_sym_DOT] = ACTIONS(4402), + [anon_sym_SEMI] = ACTIONS(4404), + [anon_sym_get] = ACTIONS(4402), + [anon_sym_set] = ACTIONS(4402), + [anon_sym_STAR] = ACTIONS(4402), + [sym_label] = ACTIONS(4404), + [anon_sym_in] = ACTIONS(4402), + [anon_sym_DOT_DOT] = ACTIONS(4404), + [anon_sym_QMARK_COLON] = ACTIONS(4404), + [anon_sym_AMP_AMP] = ACTIONS(4404), + [anon_sym_PIPE_PIPE] = ACTIONS(4404), + [anon_sym_else] = ACTIONS(4402), + [anon_sym_COLON_COLON] = ACTIONS(4404), + [anon_sym_PLUS_EQ] = ACTIONS(4404), + [anon_sym_DASH_EQ] = ACTIONS(4404), + [anon_sym_STAR_EQ] = ACTIONS(4404), + [anon_sym_SLASH_EQ] = ACTIONS(4404), + [anon_sym_PERCENT_EQ] = ACTIONS(4404), + [anon_sym_BANG_EQ] = ACTIONS(4402), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4404), + [anon_sym_EQ_EQ] = ACTIONS(4402), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4404), + [anon_sym_LT_EQ] = ACTIONS(4404), + [anon_sym_GT_EQ] = ACTIONS(4404), + [anon_sym_BANGin] = ACTIONS(4404), + [anon_sym_is] = ACTIONS(4402), + [anon_sym_BANGis] = ACTIONS(4404), + [anon_sym_PLUS] = ACTIONS(4402), + [anon_sym_DASH] = ACTIONS(4402), + [anon_sym_SLASH] = ACTIONS(4402), + [anon_sym_PERCENT] = ACTIONS(4402), + [anon_sym_as_QMARK] = ACTIONS(4404), + [anon_sym_PLUS_PLUS] = ACTIONS(4404), + [anon_sym_DASH_DASH] = ACTIONS(4404), + [anon_sym_BANG_BANG] = ACTIONS(4404), + [anon_sym_suspend] = ACTIONS(4402), + [anon_sym_sealed] = ACTIONS(4402), + [anon_sym_annotation] = ACTIONS(4402), + [anon_sym_data] = ACTIONS(4402), + [anon_sym_inner] = ACTIONS(4402), + [anon_sym_override] = ACTIONS(4402), + [anon_sym_lateinit] = ACTIONS(4402), + [anon_sym_public] = ACTIONS(4402), + [anon_sym_private] = ACTIONS(4402), + [anon_sym_internal] = ACTIONS(4402), + [anon_sym_protected] = ACTIONS(4402), + [anon_sym_tailrec] = ACTIONS(4402), + [anon_sym_operator] = ACTIONS(4402), + [anon_sym_infix] = ACTIONS(4402), + [anon_sym_inline] = ACTIONS(4402), + [anon_sym_external] = ACTIONS(4402), + [sym_property_modifier] = ACTIONS(4402), + [anon_sym_abstract] = ACTIONS(4402), + [anon_sym_final] = ACTIONS(4402), + [anon_sym_open] = ACTIONS(4402), + [anon_sym_vararg] = ACTIONS(4402), + [anon_sym_noinline] = ACTIONS(4402), + [anon_sym_crossinline] = ACTIONS(4402), + [anon_sym_expect] = ACTIONS(4402), + [anon_sym_actual] = ACTIONS(4402), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4404), + [sym__automatic_semicolon] = ACTIONS(4404), + [sym_safe_nav] = ACTIONS(4404), + [sym_multiline_comment] = ACTIONS(3), + }, + [3554] = { + [sym_indexing_suffix] = STATE(4986), + [sym_navigation_suffix] = STATE(5006), + [sym_call_suffix] = STATE(5077), + [sym_annotated_lambda] = STATE(4993), + [sym_type_arguments] = STATE(7551), + [sym_value_arguments] = STATE(4451), + [sym_lambda_literal] = STATE(4995), + [sym__equality_operator] = STATE(1817), + [sym__comparison_operator] = STATE(1832), + [sym__in_operator] = STATE(1833), + [sym__is_operator] = STATE(5776), + [sym__additive_operator] = STATE(1834), + [sym__multiplicative_operator] = STATE(1835), + [sym__as_operator] = STATE(5777), + [sym__postfix_unary_operator] = STATE(5000), + [sym__member_access_operator] = STATE(7402), + [sym_annotation] = STATE(7890), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1836), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7890), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6688), - [anon_sym_as] = ACTIONS(6690), - [anon_sym_EQ] = ACTIONS(3061), + [anon_sym_LBRACK] = ACTIONS(6702), + [anon_sym_as] = ACTIONS(6704), + [anon_sym_EQ] = ACTIONS(3029), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3063), - [anon_sym_LPAREN] = ACTIONS(6692), - [anon_sym_COMMA] = ACTIONS(3063), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(6694), - [anon_sym_where] = ACTIONS(3061), - [anon_sym_DOT] = ACTIONS(6696), - [anon_sym_SEMI] = ACTIONS(3063), + [anon_sym_RBRACE] = ACTIONS(3031), + [anon_sym_LPAREN] = ACTIONS(6706), + [anon_sym_COMMA] = ACTIONS(3031), + [anon_sym_LT] = ACTIONS(3033), + [anon_sym_GT] = ACTIONS(3029), + [anon_sym_where] = ACTIONS(3029), + [anon_sym_DOT] = ACTIONS(6708), + [anon_sym_SEMI] = ACTIONS(3031), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(6698), - [sym_label] = ACTIONS(6700), - [anon_sym_in] = ACTIONS(6702), - [anon_sym_DOT_DOT] = ACTIONS(6704), - [anon_sym_QMARK_COLON] = ACTIONS(6706), - [anon_sym_AMP_AMP] = ACTIONS(6708), - [anon_sym_PIPE_PIPE] = ACTIONS(6710), - [anon_sym_else] = ACTIONS(3061), - [anon_sym_COLON_COLON] = ACTIONS(6712), - [anon_sym_PLUS_EQ] = ACTIONS(3063), - [anon_sym_DASH_EQ] = ACTIONS(3063), - [anon_sym_STAR_EQ] = ACTIONS(3063), - [anon_sym_SLASH_EQ] = ACTIONS(3063), - [anon_sym_PERCENT_EQ] = ACTIONS(3063), - [anon_sym_BANG_EQ] = ACTIONS(6714), - [anon_sym_BANG_EQ_EQ] = ACTIONS(6716), - [anon_sym_EQ_EQ] = ACTIONS(6714), - [anon_sym_EQ_EQ_EQ] = ACTIONS(6716), - [anon_sym_LT_EQ] = ACTIONS(6718), - [anon_sym_GT_EQ] = ACTIONS(6718), - [anon_sym_BANGin] = ACTIONS(6720), - [anon_sym_is] = ACTIONS(6722), - [anon_sym_BANGis] = ACTIONS(6724), - [anon_sym_PLUS] = ACTIONS(6726), - [anon_sym_DASH] = ACTIONS(6726), - [anon_sym_SLASH] = ACTIONS(6698), - [anon_sym_PERCENT] = ACTIONS(6698), - [anon_sym_as_QMARK] = ACTIONS(6728), - [anon_sym_PLUS_PLUS] = ACTIONS(6730), - [anon_sym_DASH_DASH] = ACTIONS(6730), - [anon_sym_BANG_BANG] = ACTIONS(6730), + [anon_sym_STAR] = ACTIONS(6710), + [sym_label] = ACTIONS(6712), + [anon_sym_in] = ACTIONS(3029), + [anon_sym_DOT_DOT] = ACTIONS(6714), + [anon_sym_QMARK_COLON] = ACTIONS(6716), + [anon_sym_AMP_AMP] = ACTIONS(3031), + [anon_sym_PIPE_PIPE] = ACTIONS(3031), + [anon_sym_else] = ACTIONS(3029), + [anon_sym_COLON_COLON] = ACTIONS(6718), + [anon_sym_PLUS_EQ] = ACTIONS(3031), + [anon_sym_DASH_EQ] = ACTIONS(3031), + [anon_sym_STAR_EQ] = ACTIONS(3031), + [anon_sym_SLASH_EQ] = ACTIONS(3031), + [anon_sym_PERCENT_EQ] = ACTIONS(3031), + [anon_sym_BANG_EQ] = ACTIONS(3029), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3031), + [anon_sym_EQ_EQ] = ACTIONS(3029), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3031), + [anon_sym_LT_EQ] = ACTIONS(3031), + [anon_sym_GT_EQ] = ACTIONS(3031), + [anon_sym_BANGin] = ACTIONS(3031), + [anon_sym_is] = ACTIONS(3029), + [anon_sym_BANGis] = ACTIONS(3031), + [anon_sym_PLUS] = ACTIONS(6720), + [anon_sym_DASH] = ACTIONS(6720), + [anon_sym_SLASH] = ACTIONS(6710), + [anon_sym_PERCENT] = ACTIONS(6710), + [anon_sym_as_QMARK] = ACTIONS(6722), + [anon_sym_PLUS_PLUS] = ACTIONS(6724), + [anon_sym_DASH_DASH] = ACTIONS(6724), + [anon_sym_BANG_BANG] = ACTIONS(6724), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3063), - [sym_safe_nav] = ACTIONS(6712), + [sym__automatic_semicolon] = ACTIONS(3031), + [sym_safe_nav] = ACTIONS(6718), [sym_multiline_comment] = ACTIONS(3), }, - [3632] = { - [sym_indexing_suffix] = STATE(4909), - [sym_navigation_suffix] = STATE(4889), - [sym_call_suffix] = STATE(4891), - [sym_annotated_lambda] = STATE(4893), - [sym_type_arguments] = STATE(7557), - [sym_value_arguments] = STATE(4442), - [sym_lambda_literal] = STATE(4899), - [sym__equality_operator] = STATE(2209), - [sym__comparison_operator] = STATE(2208), - [sym__in_operator] = STATE(2206), - [sym__is_operator] = STATE(6028), - [sym__additive_operator] = STATE(2205), - [sym__multiplicative_operator] = STATE(2203), - [sym__as_operator] = STATE(6024), - [sym__postfix_unary_operator] = STATE(4912), - [sym__member_access_operator] = STATE(7341), - [sym_annotation] = STATE(7855), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2266), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7855), - [sym__alpha_identifier] = ACTIONS(2984), + [3555] = { + [sym_indexing_suffix] = STATE(4986), + [sym_navigation_suffix] = STATE(5006), + [sym_call_suffix] = STATE(5077), + [sym_annotated_lambda] = STATE(4993), + [sym_type_arguments] = STATE(7551), + [sym_value_arguments] = STATE(4451), + [sym_lambda_literal] = STATE(4995), + [sym__equality_operator] = STATE(1817), + [sym__comparison_operator] = STATE(1832), + [sym__in_operator] = STATE(1833), + [sym__is_operator] = STATE(5776), + [sym__additive_operator] = STATE(1834), + [sym__multiplicative_operator] = STATE(1835), + [sym__as_operator] = STATE(5777), + [sym__postfix_unary_operator] = STATE(5000), + [sym__member_access_operator] = STATE(7402), + [sym_annotation] = STATE(7890), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1836), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7890), + [sym__alpha_identifier] = ACTIONS(3022), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6688), - [anon_sym_as] = ACTIONS(6690), - [anon_sym_EQ] = ACTIONS(2984), + [anon_sym_LBRACK] = ACTIONS(6702), + [anon_sym_as] = ACTIONS(6704), + [anon_sym_EQ] = ACTIONS(3022), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(2986), - [anon_sym_LPAREN] = ACTIONS(6692), - [anon_sym_COMMA] = ACTIONS(2986), - [anon_sym_LT] = ACTIONS(2988), - [anon_sym_GT] = ACTIONS(2984), - [anon_sym_where] = ACTIONS(2984), - [anon_sym_DOT] = ACTIONS(6696), - [anon_sym_SEMI] = ACTIONS(2986), - [anon_sym_get] = ACTIONS(2984), - [anon_sym_set] = ACTIONS(2984), - [anon_sym_STAR] = ACTIONS(6698), - [sym_label] = ACTIONS(6700), - [anon_sym_in] = ACTIONS(2984), - [anon_sym_DOT_DOT] = ACTIONS(2986), - [anon_sym_QMARK_COLON] = ACTIONS(2986), - [anon_sym_AMP_AMP] = ACTIONS(2986), - [anon_sym_PIPE_PIPE] = ACTIONS(2986), - [anon_sym_else] = ACTIONS(2984), - [anon_sym_COLON_COLON] = ACTIONS(6712), - [anon_sym_PLUS_EQ] = ACTIONS(2986), - [anon_sym_DASH_EQ] = ACTIONS(2986), - [anon_sym_STAR_EQ] = ACTIONS(2986), - [anon_sym_SLASH_EQ] = ACTIONS(2986), - [anon_sym_PERCENT_EQ] = ACTIONS(2986), - [anon_sym_BANG_EQ] = ACTIONS(2984), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2986), - [anon_sym_EQ_EQ] = ACTIONS(2984), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2986), - [anon_sym_LT_EQ] = ACTIONS(2986), - [anon_sym_GT_EQ] = ACTIONS(2986), - [anon_sym_BANGin] = ACTIONS(2986), - [anon_sym_is] = ACTIONS(2984), - [anon_sym_BANGis] = ACTIONS(2986), - [anon_sym_PLUS] = ACTIONS(6726), - [anon_sym_DASH] = ACTIONS(6726), - [anon_sym_SLASH] = ACTIONS(6698), - [anon_sym_PERCENT] = ACTIONS(6698), - [anon_sym_as_QMARK] = ACTIONS(6728), - [anon_sym_PLUS_PLUS] = ACTIONS(6730), - [anon_sym_DASH_DASH] = ACTIONS(6730), - [anon_sym_BANG_BANG] = ACTIONS(6730), - [anon_sym_data] = ACTIONS(2984), - [anon_sym_inner] = ACTIONS(2984), - [anon_sym_expect] = ACTIONS(2984), - [anon_sym_actual] = ACTIONS(2984), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(2986), - [sym__automatic_semicolon] = ACTIONS(2986), - [sym_safe_nav] = ACTIONS(6712), + [anon_sym_RBRACE] = ACTIONS(3024), + [anon_sym_LPAREN] = ACTIONS(6706), + [anon_sym_COMMA] = ACTIONS(3024), + [anon_sym_LT] = ACTIONS(3026), + [anon_sym_GT] = ACTIONS(3022), + [anon_sym_where] = ACTIONS(3022), + [anon_sym_DOT] = ACTIONS(6708), + [anon_sym_SEMI] = ACTIONS(3024), + [anon_sym_get] = ACTIONS(3022), + [anon_sym_set] = ACTIONS(3022), + [anon_sym_STAR] = ACTIONS(6710), + [sym_label] = ACTIONS(6712), + [anon_sym_in] = ACTIONS(3022), + [anon_sym_DOT_DOT] = ACTIONS(3024), + [anon_sym_QMARK_COLON] = ACTIONS(3024), + [anon_sym_AMP_AMP] = ACTIONS(3024), + [anon_sym_PIPE_PIPE] = ACTIONS(3024), + [anon_sym_else] = ACTIONS(3022), + [anon_sym_COLON_COLON] = ACTIONS(6718), + [anon_sym_PLUS_EQ] = ACTIONS(3024), + [anon_sym_DASH_EQ] = ACTIONS(3024), + [anon_sym_STAR_EQ] = ACTIONS(3024), + [anon_sym_SLASH_EQ] = ACTIONS(3024), + [anon_sym_PERCENT_EQ] = ACTIONS(3024), + [anon_sym_BANG_EQ] = ACTIONS(3022), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3024), + [anon_sym_EQ_EQ] = ACTIONS(3022), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3024), + [anon_sym_LT_EQ] = ACTIONS(3024), + [anon_sym_GT_EQ] = ACTIONS(3024), + [anon_sym_BANGin] = ACTIONS(3024), + [anon_sym_is] = ACTIONS(3022), + [anon_sym_BANGis] = ACTIONS(3024), + [anon_sym_PLUS] = ACTIONS(3022), + [anon_sym_DASH] = ACTIONS(3022), + [anon_sym_SLASH] = ACTIONS(6710), + [anon_sym_PERCENT] = ACTIONS(6710), + [anon_sym_as_QMARK] = ACTIONS(6722), + [anon_sym_PLUS_PLUS] = ACTIONS(6724), + [anon_sym_DASH_DASH] = ACTIONS(6724), + [anon_sym_BANG_BANG] = ACTIONS(6724), + [anon_sym_data] = ACTIONS(3022), + [anon_sym_inner] = ACTIONS(3022), + [anon_sym_expect] = ACTIONS(3022), + [anon_sym_actual] = ACTIONS(3022), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3024), + [sym__automatic_semicolon] = ACTIONS(3024), + [sym_safe_nav] = ACTIONS(6718), [sym_multiline_comment] = ACTIONS(3), }, - [3633] = { - [sym_indexing_suffix] = STATE(4909), - [sym_navigation_suffix] = STATE(4889), - [sym_call_suffix] = STATE(4891), - [sym_annotated_lambda] = STATE(4893), - [sym_type_arguments] = STATE(7557), - [sym_value_arguments] = STATE(4442), - [sym_lambda_literal] = STATE(4899), - [sym__equality_operator] = STATE(2209), - [sym__comparison_operator] = STATE(2208), - [sym__in_operator] = STATE(2206), - [sym__is_operator] = STATE(6028), - [sym__additive_operator] = STATE(2205), - [sym__multiplicative_operator] = STATE(2203), - [sym__as_operator] = STATE(6024), - [sym__postfix_unary_operator] = STATE(4912), - [sym__member_access_operator] = STATE(7341), - [sym_annotation] = STATE(7855), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2266), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7855), + [3556] = { + [sym_indexing_suffix] = STATE(4986), + [sym_navigation_suffix] = STATE(5006), + [sym_call_suffix] = STATE(5077), + [sym_annotated_lambda] = STATE(4993), + [sym_type_arguments] = STATE(7551), + [sym_value_arguments] = STATE(4451), + [sym_lambda_literal] = STATE(4995), + [sym__equality_operator] = STATE(1817), + [sym__comparison_operator] = STATE(1832), + [sym__in_operator] = STATE(1833), + [sym__is_operator] = STATE(5776), + [sym__additive_operator] = STATE(1834), + [sym__multiplicative_operator] = STATE(1835), + [sym__as_operator] = STATE(5777), + [sym__postfix_unary_operator] = STATE(5000), + [sym__member_access_operator] = STATE(7402), + [sym_annotation] = STATE(7890), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1836), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7890), + [sym__alpha_identifier] = ACTIONS(3011), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(6702), + [anon_sym_as] = ACTIONS(6704), + [anon_sym_EQ] = ACTIONS(3011), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_RBRACE] = ACTIONS(3013), + [anon_sym_LPAREN] = ACTIONS(6706), + [anon_sym_COMMA] = ACTIONS(3013), + [anon_sym_LT] = ACTIONS(3015), + [anon_sym_GT] = ACTIONS(3011), + [anon_sym_where] = ACTIONS(3011), + [anon_sym_DOT] = ACTIONS(6708), + [anon_sym_SEMI] = ACTIONS(3013), + [anon_sym_get] = ACTIONS(3011), + [anon_sym_set] = ACTIONS(3011), + [anon_sym_STAR] = ACTIONS(3011), + [sym_label] = ACTIONS(6712), + [anon_sym_in] = ACTIONS(3011), + [anon_sym_DOT_DOT] = ACTIONS(3013), + [anon_sym_QMARK_COLON] = ACTIONS(3013), + [anon_sym_AMP_AMP] = ACTIONS(3013), + [anon_sym_PIPE_PIPE] = ACTIONS(3013), + [anon_sym_else] = ACTIONS(3011), + [anon_sym_COLON_COLON] = ACTIONS(6718), + [anon_sym_PLUS_EQ] = ACTIONS(3013), + [anon_sym_DASH_EQ] = ACTIONS(3013), + [anon_sym_STAR_EQ] = ACTIONS(3013), + [anon_sym_SLASH_EQ] = ACTIONS(3013), + [anon_sym_PERCENT_EQ] = ACTIONS(3013), + [anon_sym_BANG_EQ] = ACTIONS(3011), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3013), + [anon_sym_EQ_EQ] = ACTIONS(3011), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3013), + [anon_sym_LT_EQ] = ACTIONS(3013), + [anon_sym_GT_EQ] = ACTIONS(3013), + [anon_sym_BANGin] = ACTIONS(3013), + [anon_sym_is] = ACTIONS(3011), + [anon_sym_BANGis] = ACTIONS(3013), + [anon_sym_PLUS] = ACTIONS(3011), + [anon_sym_DASH] = ACTIONS(3011), + [anon_sym_SLASH] = ACTIONS(3011), + [anon_sym_PERCENT] = ACTIONS(3011), + [anon_sym_as_QMARK] = ACTIONS(6722), + [anon_sym_PLUS_PLUS] = ACTIONS(6724), + [anon_sym_DASH_DASH] = ACTIONS(6724), + [anon_sym_BANG_BANG] = ACTIONS(6724), + [anon_sym_data] = ACTIONS(3011), + [anon_sym_inner] = ACTIONS(3011), + [anon_sym_expect] = ACTIONS(3011), + [anon_sym_actual] = ACTIONS(3011), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3013), + [sym__automatic_semicolon] = ACTIONS(3013), + [sym_safe_nav] = ACTIONS(6718), + [sym_multiline_comment] = ACTIONS(3), + }, + [3557] = { + [sym_indexing_suffix] = STATE(4986), + [sym_navigation_suffix] = STATE(5006), + [sym_call_suffix] = STATE(5077), + [sym_annotated_lambda] = STATE(4993), + [sym_type_arguments] = STATE(7551), + [sym_value_arguments] = STATE(4451), + [sym_lambda_literal] = STATE(4995), + [sym__equality_operator] = STATE(1817), + [sym__comparison_operator] = STATE(1832), + [sym__in_operator] = STATE(1833), + [sym__is_operator] = STATE(5776), + [sym__additive_operator] = STATE(1834), + [sym__multiplicative_operator] = STATE(1835), + [sym__as_operator] = STATE(5777), + [sym__postfix_unary_operator] = STATE(5000), + [sym__member_access_operator] = STATE(7402), + [sym_annotation] = STATE(7890), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1836), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7890), + [sym__alpha_identifier] = ACTIONS(2992), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(6702), + [anon_sym_as] = ACTIONS(6704), + [anon_sym_EQ] = ACTIONS(2992), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_RBRACE] = ACTIONS(2994), + [anon_sym_LPAREN] = ACTIONS(6706), + [anon_sym_COMMA] = ACTIONS(2994), + [anon_sym_LT] = ACTIONS(2996), + [anon_sym_GT] = ACTIONS(2992), + [anon_sym_where] = ACTIONS(2992), + [anon_sym_DOT] = ACTIONS(6708), + [anon_sym_SEMI] = ACTIONS(2994), + [anon_sym_get] = ACTIONS(2992), + [anon_sym_set] = ACTIONS(2992), + [anon_sym_STAR] = ACTIONS(6710), + [sym_label] = ACTIONS(6712), + [anon_sym_in] = ACTIONS(2992), + [anon_sym_DOT_DOT] = ACTIONS(6714), + [anon_sym_QMARK_COLON] = ACTIONS(2994), + [anon_sym_AMP_AMP] = ACTIONS(2994), + [anon_sym_PIPE_PIPE] = ACTIONS(2994), + [anon_sym_else] = ACTIONS(2992), + [anon_sym_COLON_COLON] = ACTIONS(6718), + [anon_sym_PLUS_EQ] = ACTIONS(2994), + [anon_sym_DASH_EQ] = ACTIONS(2994), + [anon_sym_STAR_EQ] = ACTIONS(2994), + [anon_sym_SLASH_EQ] = ACTIONS(2994), + [anon_sym_PERCENT_EQ] = ACTIONS(2994), + [anon_sym_BANG_EQ] = ACTIONS(2992), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2994), + [anon_sym_EQ_EQ] = ACTIONS(2992), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2994), + [anon_sym_LT_EQ] = ACTIONS(2994), + [anon_sym_GT_EQ] = ACTIONS(2994), + [anon_sym_BANGin] = ACTIONS(2994), + [anon_sym_is] = ACTIONS(2992), + [anon_sym_BANGis] = ACTIONS(2994), + [anon_sym_PLUS] = ACTIONS(6720), + [anon_sym_DASH] = ACTIONS(6720), + [anon_sym_SLASH] = ACTIONS(6710), + [anon_sym_PERCENT] = ACTIONS(6710), + [anon_sym_as_QMARK] = ACTIONS(6722), + [anon_sym_PLUS_PLUS] = ACTIONS(6724), + [anon_sym_DASH_DASH] = ACTIONS(6724), + [anon_sym_BANG_BANG] = ACTIONS(6724), + [anon_sym_data] = ACTIONS(2992), + [anon_sym_inner] = ACTIONS(2992), + [anon_sym_expect] = ACTIONS(2992), + [anon_sym_actual] = ACTIONS(2992), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(2994), + [sym__automatic_semicolon] = ACTIONS(2994), + [sym_safe_nav] = ACTIONS(6718), + [sym_multiline_comment] = ACTIONS(3), + }, + [3558] = { + [sym__alpha_identifier] = ACTIONS(4640), + [anon_sym_AT] = ACTIONS(4642), + [anon_sym_LBRACK] = ACTIONS(4642), + [anon_sym_as] = ACTIONS(4640), + [anon_sym_EQ] = ACTIONS(4640), + [anon_sym_LBRACE] = ACTIONS(4642), + [anon_sym_RBRACE] = ACTIONS(4642), + [anon_sym_LPAREN] = ACTIONS(4642), + [anon_sym_COMMA] = ACTIONS(4642), + [anon_sym_LT] = ACTIONS(4640), + [anon_sym_GT] = ACTIONS(4640), + [anon_sym_where] = ACTIONS(4640), + [anon_sym_DOT] = ACTIONS(4640), + [anon_sym_SEMI] = ACTIONS(4642), + [anon_sym_get] = ACTIONS(4640), + [anon_sym_set] = ACTIONS(4640), + [anon_sym_STAR] = ACTIONS(4640), + [sym_label] = ACTIONS(4642), + [anon_sym_in] = ACTIONS(4640), + [anon_sym_DOT_DOT] = ACTIONS(4642), + [anon_sym_QMARK_COLON] = ACTIONS(4642), + [anon_sym_AMP_AMP] = ACTIONS(4642), + [anon_sym_PIPE_PIPE] = ACTIONS(4642), + [anon_sym_else] = ACTIONS(4640), + [anon_sym_COLON_COLON] = ACTIONS(4642), + [anon_sym_PLUS_EQ] = ACTIONS(4642), + [anon_sym_DASH_EQ] = ACTIONS(4642), + [anon_sym_STAR_EQ] = ACTIONS(4642), + [anon_sym_SLASH_EQ] = ACTIONS(4642), + [anon_sym_PERCENT_EQ] = ACTIONS(4642), + [anon_sym_BANG_EQ] = ACTIONS(4640), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4642), + [anon_sym_EQ_EQ] = ACTIONS(4640), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4642), + [anon_sym_LT_EQ] = ACTIONS(4642), + [anon_sym_GT_EQ] = ACTIONS(4642), + [anon_sym_BANGin] = ACTIONS(4642), + [anon_sym_is] = ACTIONS(4640), + [anon_sym_BANGis] = ACTIONS(4642), + [anon_sym_PLUS] = ACTIONS(4640), + [anon_sym_DASH] = ACTIONS(4640), + [anon_sym_SLASH] = ACTIONS(4640), + [anon_sym_PERCENT] = ACTIONS(4640), + [anon_sym_as_QMARK] = ACTIONS(4642), + [anon_sym_PLUS_PLUS] = ACTIONS(4642), + [anon_sym_DASH_DASH] = ACTIONS(4642), + [anon_sym_BANG_BANG] = ACTIONS(4642), + [anon_sym_suspend] = ACTIONS(4640), + [anon_sym_sealed] = ACTIONS(4640), + [anon_sym_annotation] = ACTIONS(4640), + [anon_sym_data] = ACTIONS(4640), + [anon_sym_inner] = ACTIONS(4640), + [anon_sym_override] = ACTIONS(4640), + [anon_sym_lateinit] = ACTIONS(4640), + [anon_sym_public] = ACTIONS(4640), + [anon_sym_private] = ACTIONS(4640), + [anon_sym_internal] = ACTIONS(4640), + [anon_sym_protected] = ACTIONS(4640), + [anon_sym_tailrec] = ACTIONS(4640), + [anon_sym_operator] = ACTIONS(4640), + [anon_sym_infix] = ACTIONS(4640), + [anon_sym_inline] = ACTIONS(4640), + [anon_sym_external] = ACTIONS(4640), + [sym_property_modifier] = ACTIONS(4640), + [anon_sym_abstract] = ACTIONS(4640), + [anon_sym_final] = ACTIONS(4640), + [anon_sym_open] = ACTIONS(4640), + [anon_sym_vararg] = ACTIONS(4640), + [anon_sym_noinline] = ACTIONS(4640), + [anon_sym_crossinline] = ACTIONS(4640), + [anon_sym_expect] = ACTIONS(4640), + [anon_sym_actual] = ACTIONS(4640), + [sym_line_comment] = ACTIONS(3), + [anon_sym_L] = ACTIONS(6726), + [sym__backtick_identifier] = ACTIONS(4642), + [sym__automatic_semicolon] = ACTIONS(4642), + [sym_safe_nav] = ACTIONS(4642), + [sym_multiline_comment] = ACTIONS(3), + }, + [3559] = { + [sym_indexing_suffix] = STATE(4986), + [sym_navigation_suffix] = STATE(5006), + [sym_call_suffix] = STATE(5077), + [sym_annotated_lambda] = STATE(4993), + [sym_type_arguments] = STATE(7551), + [sym_value_arguments] = STATE(4451), + [sym_lambda_literal] = STATE(4995), + [sym__equality_operator] = STATE(1817), + [sym__comparison_operator] = STATE(1832), + [sym__in_operator] = STATE(1833), + [sym__is_operator] = STATE(5776), + [sym__additive_operator] = STATE(1834), + [sym__multiplicative_operator] = STATE(1835), + [sym__as_operator] = STATE(5777), + [sym__postfix_unary_operator] = STATE(5000), + [sym__member_access_operator] = STATE(7402), + [sym_annotation] = STATE(7890), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1836), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7890), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6688), - [anon_sym_as] = ACTIONS(6690), - [anon_sym_EQ] = ACTIONS(3083), + [anon_sym_LBRACK] = ACTIONS(6702), + [anon_sym_as] = ACTIONS(6704), + [anon_sym_EQ] = ACTIONS(3007), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3085), - [anon_sym_LPAREN] = ACTIONS(6692), - [anon_sym_COMMA] = ACTIONS(3085), - [anon_sym_LT] = ACTIONS(3087), - [anon_sym_GT] = ACTIONS(3083), - [anon_sym_where] = ACTIONS(3083), - [anon_sym_DOT] = ACTIONS(6696), - [anon_sym_SEMI] = ACTIONS(3085), + [anon_sym_RBRACE] = ACTIONS(3009), + [anon_sym_LPAREN] = ACTIONS(6706), + [anon_sym_COMMA] = ACTIONS(3009), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(6728), + [anon_sym_where] = ACTIONS(3007), + [anon_sym_DOT] = ACTIONS(6708), + [anon_sym_SEMI] = ACTIONS(3009), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(6698), - [sym_label] = ACTIONS(6700), - [anon_sym_in] = ACTIONS(3083), - [anon_sym_DOT_DOT] = ACTIONS(6704), - [anon_sym_QMARK_COLON] = ACTIONS(3085), - [anon_sym_AMP_AMP] = ACTIONS(3085), - [anon_sym_PIPE_PIPE] = ACTIONS(3085), - [anon_sym_else] = ACTIONS(3083), - [anon_sym_COLON_COLON] = ACTIONS(6712), - [anon_sym_PLUS_EQ] = ACTIONS(3085), - [anon_sym_DASH_EQ] = ACTIONS(3085), - [anon_sym_STAR_EQ] = ACTIONS(3085), - [anon_sym_SLASH_EQ] = ACTIONS(3085), - [anon_sym_PERCENT_EQ] = ACTIONS(3085), - [anon_sym_BANG_EQ] = ACTIONS(3083), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3085), - [anon_sym_EQ_EQ] = ACTIONS(3083), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3085), - [anon_sym_LT_EQ] = ACTIONS(3085), - [anon_sym_GT_EQ] = ACTIONS(3085), - [anon_sym_BANGin] = ACTIONS(3085), - [anon_sym_is] = ACTIONS(3083), - [anon_sym_BANGis] = ACTIONS(3085), - [anon_sym_PLUS] = ACTIONS(6726), - [anon_sym_DASH] = ACTIONS(6726), - [anon_sym_SLASH] = ACTIONS(6698), - [anon_sym_PERCENT] = ACTIONS(6698), - [anon_sym_as_QMARK] = ACTIONS(6728), - [anon_sym_PLUS_PLUS] = ACTIONS(6730), - [anon_sym_DASH_DASH] = ACTIONS(6730), - [anon_sym_BANG_BANG] = ACTIONS(6730), + [anon_sym_STAR] = ACTIONS(6710), + [sym_label] = ACTIONS(6712), + [anon_sym_in] = ACTIONS(6730), + [anon_sym_DOT_DOT] = ACTIONS(6714), + [anon_sym_QMARK_COLON] = ACTIONS(6716), + [anon_sym_AMP_AMP] = ACTIONS(6732), + [anon_sym_PIPE_PIPE] = ACTIONS(6734), + [anon_sym_else] = ACTIONS(3007), + [anon_sym_COLON_COLON] = ACTIONS(6718), + [anon_sym_PLUS_EQ] = ACTIONS(3009), + [anon_sym_DASH_EQ] = ACTIONS(3009), + [anon_sym_STAR_EQ] = ACTIONS(3009), + [anon_sym_SLASH_EQ] = ACTIONS(3009), + [anon_sym_PERCENT_EQ] = ACTIONS(3009), + [anon_sym_BANG_EQ] = ACTIONS(6736), + [anon_sym_BANG_EQ_EQ] = ACTIONS(6738), + [anon_sym_EQ_EQ] = ACTIONS(6736), + [anon_sym_EQ_EQ_EQ] = ACTIONS(6738), + [anon_sym_LT_EQ] = ACTIONS(6740), + [anon_sym_GT_EQ] = ACTIONS(6740), + [anon_sym_BANGin] = ACTIONS(6742), + [anon_sym_is] = ACTIONS(6744), + [anon_sym_BANGis] = ACTIONS(6746), + [anon_sym_PLUS] = ACTIONS(6720), + [anon_sym_DASH] = ACTIONS(6720), + [anon_sym_SLASH] = ACTIONS(6710), + [anon_sym_PERCENT] = ACTIONS(6710), + [anon_sym_as_QMARK] = ACTIONS(6722), + [anon_sym_PLUS_PLUS] = ACTIONS(6724), + [anon_sym_DASH_DASH] = ACTIONS(6724), + [anon_sym_BANG_BANG] = ACTIONS(6724), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3085), - [sym_safe_nav] = ACTIONS(6712), + [sym__automatic_semicolon] = ACTIONS(3009), + [sym_safe_nav] = ACTIONS(6718), [sym_multiline_comment] = ACTIONS(3), }, - [3634] = { - [sym_indexing_suffix] = STATE(4909), - [sym_navigation_suffix] = STATE(4889), - [sym_call_suffix] = STATE(4891), - [sym_annotated_lambda] = STATE(4893), - [sym_type_arguments] = STATE(7557), - [sym_value_arguments] = STATE(4442), - [sym_lambda_literal] = STATE(4899), - [sym__equality_operator] = STATE(2209), - [sym__comparison_operator] = STATE(2208), - [sym__in_operator] = STATE(2206), - [sym__is_operator] = STATE(6028), - [sym__additive_operator] = STATE(2205), - [sym__multiplicative_operator] = STATE(2203), - [sym__as_operator] = STATE(6024), - [sym__postfix_unary_operator] = STATE(4912), - [sym__member_access_operator] = STATE(7341), - [sym_annotation] = STATE(7855), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2266), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7855), + [3560] = { + [sym__alpha_identifier] = ACTIONS(4696), + [anon_sym_AT] = ACTIONS(4698), + [anon_sym_LBRACK] = ACTIONS(4698), + [anon_sym_as] = ACTIONS(4696), + [anon_sym_EQ] = ACTIONS(4696), + [anon_sym_LBRACE] = ACTIONS(4698), + [anon_sym_RBRACE] = ACTIONS(4698), + [anon_sym_LPAREN] = ACTIONS(4698), + [anon_sym_COMMA] = ACTIONS(4698), + [anon_sym_by] = ACTIONS(4696), + [anon_sym_LT] = ACTIONS(4696), + [anon_sym_GT] = ACTIONS(4696), + [anon_sym_where] = ACTIONS(4696), + [anon_sym_DOT] = ACTIONS(4696), + [anon_sym_SEMI] = ACTIONS(4698), + [anon_sym_get] = ACTIONS(4696), + [anon_sym_set] = ACTIONS(4696), + [anon_sym_STAR] = ACTIONS(4696), + [sym_label] = ACTIONS(4698), + [anon_sym_in] = ACTIONS(4696), + [anon_sym_DOT_DOT] = ACTIONS(4698), + [anon_sym_QMARK_COLON] = ACTIONS(4698), + [anon_sym_AMP_AMP] = ACTIONS(4698), + [anon_sym_PIPE_PIPE] = ACTIONS(4698), + [anon_sym_else] = ACTIONS(4696), + [anon_sym_COLON_COLON] = ACTIONS(4698), + [anon_sym_PLUS_EQ] = ACTIONS(4698), + [anon_sym_DASH_EQ] = ACTIONS(4698), + [anon_sym_STAR_EQ] = ACTIONS(4698), + [anon_sym_SLASH_EQ] = ACTIONS(4698), + [anon_sym_PERCENT_EQ] = ACTIONS(4698), + [anon_sym_BANG_EQ] = ACTIONS(4696), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4698), + [anon_sym_EQ_EQ] = ACTIONS(4696), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4698), + [anon_sym_LT_EQ] = ACTIONS(4698), + [anon_sym_GT_EQ] = ACTIONS(4698), + [anon_sym_BANGin] = ACTIONS(4698), + [anon_sym_is] = ACTIONS(4696), + [anon_sym_BANGis] = ACTIONS(4698), + [anon_sym_PLUS] = ACTIONS(4696), + [anon_sym_DASH] = ACTIONS(4696), + [anon_sym_SLASH] = ACTIONS(4696), + [anon_sym_PERCENT] = ACTIONS(4696), + [anon_sym_as_QMARK] = ACTIONS(4698), + [anon_sym_PLUS_PLUS] = ACTIONS(4698), + [anon_sym_DASH_DASH] = ACTIONS(4698), + [anon_sym_BANG_BANG] = ACTIONS(4698), + [anon_sym_suspend] = ACTIONS(4696), + [anon_sym_sealed] = ACTIONS(4696), + [anon_sym_annotation] = ACTIONS(4696), + [anon_sym_data] = ACTIONS(4696), + [anon_sym_inner] = ACTIONS(4696), + [anon_sym_override] = ACTIONS(4696), + [anon_sym_lateinit] = ACTIONS(4696), + [anon_sym_public] = ACTIONS(4696), + [anon_sym_private] = ACTIONS(4696), + [anon_sym_internal] = ACTIONS(4696), + [anon_sym_protected] = ACTIONS(4696), + [anon_sym_tailrec] = ACTIONS(4696), + [anon_sym_operator] = ACTIONS(4696), + [anon_sym_infix] = ACTIONS(4696), + [anon_sym_inline] = ACTIONS(4696), + [anon_sym_external] = ACTIONS(4696), + [sym_property_modifier] = ACTIONS(4696), + [anon_sym_abstract] = ACTIONS(4696), + [anon_sym_final] = ACTIONS(4696), + [anon_sym_open] = ACTIONS(4696), + [anon_sym_vararg] = ACTIONS(4696), + [anon_sym_noinline] = ACTIONS(4696), + [anon_sym_crossinline] = ACTIONS(4696), + [anon_sym_expect] = ACTIONS(4696), + [anon_sym_actual] = ACTIONS(4696), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4698), + [sym__automatic_semicolon] = ACTIONS(4698), + [sym_safe_nav] = ACTIONS(4698), + [sym_multiline_comment] = ACTIONS(3), + }, + [3561] = { + [sym__alpha_identifier] = ACTIONS(4700), + [anon_sym_AT] = ACTIONS(4702), + [anon_sym_LBRACK] = ACTIONS(4702), + [anon_sym_as] = ACTIONS(4700), + [anon_sym_EQ] = ACTIONS(4700), + [anon_sym_LBRACE] = ACTIONS(4702), + [anon_sym_RBRACE] = ACTIONS(4702), + [anon_sym_LPAREN] = ACTIONS(4702), + [anon_sym_COMMA] = ACTIONS(4702), + [anon_sym_by] = ACTIONS(4700), + [anon_sym_LT] = ACTIONS(4700), + [anon_sym_GT] = ACTIONS(4700), + [anon_sym_where] = ACTIONS(4700), + [anon_sym_DOT] = ACTIONS(4700), + [anon_sym_SEMI] = ACTIONS(4702), + [anon_sym_get] = ACTIONS(4700), + [anon_sym_set] = ACTIONS(4700), + [anon_sym_STAR] = ACTIONS(4700), + [sym_label] = ACTIONS(4702), + [anon_sym_in] = ACTIONS(4700), + [anon_sym_DOT_DOT] = ACTIONS(4702), + [anon_sym_QMARK_COLON] = ACTIONS(4702), + [anon_sym_AMP_AMP] = ACTIONS(4702), + [anon_sym_PIPE_PIPE] = ACTIONS(4702), + [anon_sym_else] = ACTIONS(4700), + [anon_sym_COLON_COLON] = ACTIONS(4702), + [anon_sym_PLUS_EQ] = ACTIONS(4702), + [anon_sym_DASH_EQ] = ACTIONS(4702), + [anon_sym_STAR_EQ] = ACTIONS(4702), + [anon_sym_SLASH_EQ] = ACTIONS(4702), + [anon_sym_PERCENT_EQ] = ACTIONS(4702), + [anon_sym_BANG_EQ] = ACTIONS(4700), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4702), + [anon_sym_EQ_EQ] = ACTIONS(4700), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4702), + [anon_sym_LT_EQ] = ACTIONS(4702), + [anon_sym_GT_EQ] = ACTIONS(4702), + [anon_sym_BANGin] = ACTIONS(4702), + [anon_sym_is] = ACTIONS(4700), + [anon_sym_BANGis] = ACTIONS(4702), + [anon_sym_PLUS] = ACTIONS(4700), + [anon_sym_DASH] = ACTIONS(4700), + [anon_sym_SLASH] = ACTIONS(4700), + [anon_sym_PERCENT] = ACTIONS(4700), + [anon_sym_as_QMARK] = ACTIONS(4702), + [anon_sym_PLUS_PLUS] = ACTIONS(4702), + [anon_sym_DASH_DASH] = ACTIONS(4702), + [anon_sym_BANG_BANG] = ACTIONS(4702), + [anon_sym_suspend] = ACTIONS(4700), + [anon_sym_sealed] = ACTIONS(4700), + [anon_sym_annotation] = ACTIONS(4700), + [anon_sym_data] = ACTIONS(4700), + [anon_sym_inner] = ACTIONS(4700), + [anon_sym_override] = ACTIONS(4700), + [anon_sym_lateinit] = ACTIONS(4700), + [anon_sym_public] = ACTIONS(4700), + [anon_sym_private] = ACTIONS(4700), + [anon_sym_internal] = ACTIONS(4700), + [anon_sym_protected] = ACTIONS(4700), + [anon_sym_tailrec] = ACTIONS(4700), + [anon_sym_operator] = ACTIONS(4700), + [anon_sym_infix] = ACTIONS(4700), + [anon_sym_inline] = ACTIONS(4700), + [anon_sym_external] = ACTIONS(4700), + [sym_property_modifier] = ACTIONS(4700), + [anon_sym_abstract] = ACTIONS(4700), + [anon_sym_final] = ACTIONS(4700), + [anon_sym_open] = ACTIONS(4700), + [anon_sym_vararg] = ACTIONS(4700), + [anon_sym_noinline] = ACTIONS(4700), + [anon_sym_crossinline] = ACTIONS(4700), + [anon_sym_expect] = ACTIONS(4700), + [anon_sym_actual] = ACTIONS(4700), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4702), + [sym__automatic_semicolon] = ACTIONS(4702), + [sym_safe_nav] = ACTIONS(4702), + [sym_multiline_comment] = ACTIONS(3), + }, + [3562] = { + [sym_indexing_suffix] = STATE(4986), + [sym_navigation_suffix] = STATE(5006), + [sym_call_suffix] = STATE(5077), + [sym_annotated_lambda] = STATE(4993), + [sym_type_arguments] = STATE(7551), + [sym_value_arguments] = STATE(4451), + [sym_lambda_literal] = STATE(4995), + [sym__equality_operator] = STATE(1817), + [sym__comparison_operator] = STATE(1832), + [sym__in_operator] = STATE(1833), + [sym__is_operator] = STATE(5776), + [sym__additive_operator] = STATE(1834), + [sym__multiplicative_operator] = STATE(1835), + [sym__as_operator] = STATE(5777), + [sym__postfix_unary_operator] = STATE(5000), + [sym__member_access_operator] = STATE(7402), + [sym_annotation] = STATE(7890), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1836), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7890), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6688), - [anon_sym_as] = ACTIONS(6690), - [anon_sym_EQ] = ACTIONS(2999), + [anon_sym_LBRACK] = ACTIONS(6702), + [anon_sym_as] = ACTIONS(6704), + [anon_sym_EQ] = ACTIONS(3059), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3001), - [anon_sym_LPAREN] = ACTIONS(6692), - [anon_sym_COMMA] = ACTIONS(3001), + [anon_sym_RBRACE] = ACTIONS(3061), + [anon_sym_LPAREN] = ACTIONS(6706), + [anon_sym_COMMA] = ACTIONS(3061), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(6694), - [anon_sym_where] = ACTIONS(2999), - [anon_sym_DOT] = ACTIONS(6696), - [anon_sym_SEMI] = ACTIONS(3001), + [anon_sym_GT] = ACTIONS(6728), + [anon_sym_where] = ACTIONS(3059), + [anon_sym_DOT] = ACTIONS(6708), + [anon_sym_SEMI] = ACTIONS(3061), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(6698), - [sym_label] = ACTIONS(6700), - [anon_sym_in] = ACTIONS(6702), - [anon_sym_DOT_DOT] = ACTIONS(6704), - [anon_sym_QMARK_COLON] = ACTIONS(6706), - [anon_sym_AMP_AMP] = ACTIONS(6708), - [anon_sym_PIPE_PIPE] = ACTIONS(6710), - [anon_sym_else] = ACTIONS(2999), - [anon_sym_COLON_COLON] = ACTIONS(6712), - [anon_sym_PLUS_EQ] = ACTIONS(3001), - [anon_sym_DASH_EQ] = ACTIONS(3001), - [anon_sym_STAR_EQ] = ACTIONS(3001), - [anon_sym_SLASH_EQ] = ACTIONS(3001), - [anon_sym_PERCENT_EQ] = ACTIONS(3001), - [anon_sym_BANG_EQ] = ACTIONS(6714), - [anon_sym_BANG_EQ_EQ] = ACTIONS(6716), - [anon_sym_EQ_EQ] = ACTIONS(6714), - [anon_sym_EQ_EQ_EQ] = ACTIONS(6716), - [anon_sym_LT_EQ] = ACTIONS(6718), - [anon_sym_GT_EQ] = ACTIONS(6718), - [anon_sym_BANGin] = ACTIONS(6720), - [anon_sym_is] = ACTIONS(6722), - [anon_sym_BANGis] = ACTIONS(6724), - [anon_sym_PLUS] = ACTIONS(6726), - [anon_sym_DASH] = ACTIONS(6726), - [anon_sym_SLASH] = ACTIONS(6698), - [anon_sym_PERCENT] = ACTIONS(6698), - [anon_sym_as_QMARK] = ACTIONS(6728), - [anon_sym_PLUS_PLUS] = ACTIONS(6730), - [anon_sym_DASH_DASH] = ACTIONS(6730), - [anon_sym_BANG_BANG] = ACTIONS(6730), + [anon_sym_STAR] = ACTIONS(6710), + [sym_label] = ACTIONS(6712), + [anon_sym_in] = ACTIONS(6730), + [anon_sym_DOT_DOT] = ACTIONS(6714), + [anon_sym_QMARK_COLON] = ACTIONS(6716), + [anon_sym_AMP_AMP] = ACTIONS(6732), + [anon_sym_PIPE_PIPE] = ACTIONS(6734), + [anon_sym_else] = ACTIONS(3059), + [anon_sym_COLON_COLON] = ACTIONS(6718), + [anon_sym_PLUS_EQ] = ACTIONS(3061), + [anon_sym_DASH_EQ] = ACTIONS(3061), + [anon_sym_STAR_EQ] = ACTIONS(3061), + [anon_sym_SLASH_EQ] = ACTIONS(3061), + [anon_sym_PERCENT_EQ] = ACTIONS(3061), + [anon_sym_BANG_EQ] = ACTIONS(6736), + [anon_sym_BANG_EQ_EQ] = ACTIONS(6738), + [anon_sym_EQ_EQ] = ACTIONS(6736), + [anon_sym_EQ_EQ_EQ] = ACTIONS(6738), + [anon_sym_LT_EQ] = ACTIONS(6740), + [anon_sym_GT_EQ] = ACTIONS(6740), + [anon_sym_BANGin] = ACTIONS(6742), + [anon_sym_is] = ACTIONS(6744), + [anon_sym_BANGis] = ACTIONS(6746), + [anon_sym_PLUS] = ACTIONS(6720), + [anon_sym_DASH] = ACTIONS(6720), + [anon_sym_SLASH] = ACTIONS(6710), + [anon_sym_PERCENT] = ACTIONS(6710), + [anon_sym_as_QMARK] = ACTIONS(6722), + [anon_sym_PLUS_PLUS] = ACTIONS(6724), + [anon_sym_DASH_DASH] = ACTIONS(6724), + [anon_sym_BANG_BANG] = ACTIONS(6724), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3001), - [sym_safe_nav] = ACTIONS(6712), + [sym__automatic_semicolon] = ACTIONS(3061), + [sym_safe_nav] = ACTIONS(6718), [sym_multiline_comment] = ACTIONS(3), }, - [3635] = { - [sym_indexing_suffix] = STATE(4909), - [sym_navigation_suffix] = STATE(4889), - [sym_call_suffix] = STATE(4891), - [sym_annotated_lambda] = STATE(4893), - [sym_type_arguments] = STATE(7557), - [sym_value_arguments] = STATE(4442), - [sym_lambda_literal] = STATE(4899), - [sym__equality_operator] = STATE(2209), - [sym__comparison_operator] = STATE(2208), - [sym__in_operator] = STATE(2206), - [sym__is_operator] = STATE(6028), - [sym__additive_operator] = STATE(2205), - [sym__multiplicative_operator] = STATE(2203), - [sym__as_operator] = STATE(6024), - [sym__postfix_unary_operator] = STATE(4912), - [sym__member_access_operator] = STATE(7341), - [sym_annotation] = STATE(7855), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2266), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7855), + [3563] = { + [sym_class_body] = STATE(3796), + [sym__alpha_identifier] = ACTIONS(3186), + [anon_sym_AT] = ACTIONS(3190), + [anon_sym_LBRACK] = ACTIONS(3190), + [anon_sym_as] = ACTIONS(3186), + [anon_sym_EQ] = ACTIONS(3186), + [anon_sym_LBRACE] = ACTIONS(5360), + [anon_sym_RBRACE] = ACTIONS(3190), + [anon_sym_LPAREN] = ACTIONS(3190), + [anon_sym_COMMA] = ACTIONS(3190), + [anon_sym_LT] = ACTIONS(3186), + [anon_sym_GT] = ACTIONS(3186), + [anon_sym_where] = ACTIONS(3186), + [anon_sym_DOT] = ACTIONS(3186), + [anon_sym_SEMI] = ACTIONS(3190), + [anon_sym_get] = ACTIONS(3186), + [anon_sym_set] = ACTIONS(3186), + [anon_sym_STAR] = ACTIONS(3186), + [sym_label] = ACTIONS(3190), + [anon_sym_in] = ACTIONS(3186), + [anon_sym_DOT_DOT] = ACTIONS(3190), + [anon_sym_QMARK_COLON] = ACTIONS(3190), + [anon_sym_AMP_AMP] = ACTIONS(3190), + [anon_sym_PIPE_PIPE] = ACTIONS(3190), + [anon_sym_else] = ACTIONS(3186), + [anon_sym_COLON_COLON] = ACTIONS(3190), + [anon_sym_PLUS_EQ] = ACTIONS(3190), + [anon_sym_DASH_EQ] = ACTIONS(3190), + [anon_sym_STAR_EQ] = ACTIONS(3190), + [anon_sym_SLASH_EQ] = ACTIONS(3190), + [anon_sym_PERCENT_EQ] = ACTIONS(3190), + [anon_sym_BANG_EQ] = ACTIONS(3186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3190), + [anon_sym_EQ_EQ] = ACTIONS(3186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3190), + [anon_sym_LT_EQ] = ACTIONS(3190), + [anon_sym_GT_EQ] = ACTIONS(3190), + [anon_sym_BANGin] = ACTIONS(3190), + [anon_sym_is] = ACTIONS(3186), + [anon_sym_BANGis] = ACTIONS(3190), + [anon_sym_PLUS] = ACTIONS(3186), + [anon_sym_DASH] = ACTIONS(3186), + [anon_sym_SLASH] = ACTIONS(3186), + [anon_sym_PERCENT] = ACTIONS(3186), + [anon_sym_as_QMARK] = ACTIONS(3190), + [anon_sym_PLUS_PLUS] = ACTIONS(3190), + [anon_sym_DASH_DASH] = ACTIONS(3190), + [anon_sym_BANG_BANG] = ACTIONS(3190), + [anon_sym_suspend] = ACTIONS(3186), + [anon_sym_sealed] = ACTIONS(3186), + [anon_sym_annotation] = ACTIONS(3186), + [anon_sym_data] = ACTIONS(3186), + [anon_sym_inner] = ACTIONS(3186), + [anon_sym_override] = ACTIONS(3186), + [anon_sym_lateinit] = ACTIONS(3186), + [anon_sym_public] = ACTIONS(3186), + [anon_sym_private] = ACTIONS(3186), + [anon_sym_internal] = ACTIONS(3186), + [anon_sym_protected] = ACTIONS(3186), + [anon_sym_tailrec] = ACTIONS(3186), + [anon_sym_operator] = ACTIONS(3186), + [anon_sym_infix] = ACTIONS(3186), + [anon_sym_inline] = ACTIONS(3186), + [anon_sym_external] = ACTIONS(3186), + [sym_property_modifier] = ACTIONS(3186), + [anon_sym_abstract] = ACTIONS(3186), + [anon_sym_final] = ACTIONS(3186), + [anon_sym_open] = ACTIONS(3186), + [anon_sym_vararg] = ACTIONS(3186), + [anon_sym_noinline] = ACTIONS(3186), + [anon_sym_crossinline] = ACTIONS(3186), + [anon_sym_expect] = ACTIONS(3186), + [anon_sym_actual] = ACTIONS(3186), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3190), + [sym__automatic_semicolon] = ACTIONS(3190), + [sym_safe_nav] = ACTIONS(3190), + [sym_multiline_comment] = ACTIONS(3), + }, + [3564] = { + [sym_indexing_suffix] = STATE(4986), + [sym_navigation_suffix] = STATE(5006), + [sym_call_suffix] = STATE(5077), + [sym_annotated_lambda] = STATE(4993), + [sym_type_arguments] = STATE(7551), + [sym_value_arguments] = STATE(4451), + [sym_lambda_literal] = STATE(4995), + [sym__equality_operator] = STATE(1817), + [sym__comparison_operator] = STATE(1832), + [sym__in_operator] = STATE(1833), + [sym__is_operator] = STATE(5776), + [sym__additive_operator] = STATE(1834), + [sym__multiplicative_operator] = STATE(1835), + [sym__as_operator] = STATE(5777), + [sym__postfix_unary_operator] = STATE(5000), + [sym__member_access_operator] = STATE(7402), + [sym_annotation] = STATE(7890), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1836), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7890), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6688), - [anon_sym_as] = ACTIONS(6690), - [anon_sym_EQ] = ACTIONS(3023), + [anon_sym_LBRACK] = ACTIONS(6702), + [anon_sym_as] = ACTIONS(6704), + [anon_sym_EQ] = ACTIONS(3063), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3025), - [anon_sym_LPAREN] = ACTIONS(6692), - [anon_sym_COMMA] = ACTIONS(3025), + [anon_sym_RBRACE] = ACTIONS(3065), + [anon_sym_LPAREN] = ACTIONS(6706), + [anon_sym_COMMA] = ACTIONS(3065), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3023), - [anon_sym_where] = ACTIONS(3023), - [anon_sym_DOT] = ACTIONS(6696), - [anon_sym_SEMI] = ACTIONS(3025), + [anon_sym_GT] = ACTIONS(6728), + [anon_sym_where] = ACTIONS(3063), + [anon_sym_DOT] = ACTIONS(6708), + [anon_sym_SEMI] = ACTIONS(3065), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(6698), - [sym_label] = ACTIONS(6700), - [anon_sym_in] = ACTIONS(6702), - [anon_sym_DOT_DOT] = ACTIONS(6704), - [anon_sym_QMARK_COLON] = ACTIONS(6706), - [anon_sym_AMP_AMP] = ACTIONS(3025), - [anon_sym_PIPE_PIPE] = ACTIONS(3025), - [anon_sym_else] = ACTIONS(3023), - [anon_sym_COLON_COLON] = ACTIONS(6712), - [anon_sym_PLUS_EQ] = ACTIONS(3025), - [anon_sym_DASH_EQ] = ACTIONS(3025), - [anon_sym_STAR_EQ] = ACTIONS(3025), - [anon_sym_SLASH_EQ] = ACTIONS(3025), - [anon_sym_PERCENT_EQ] = ACTIONS(3025), - [anon_sym_BANG_EQ] = ACTIONS(3023), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3025), - [anon_sym_EQ_EQ] = ACTIONS(3023), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3025), - [anon_sym_LT_EQ] = ACTIONS(3025), - [anon_sym_GT_EQ] = ACTIONS(3025), - [anon_sym_BANGin] = ACTIONS(6720), - [anon_sym_is] = ACTIONS(6722), - [anon_sym_BANGis] = ACTIONS(6724), - [anon_sym_PLUS] = ACTIONS(6726), - [anon_sym_DASH] = ACTIONS(6726), - [anon_sym_SLASH] = ACTIONS(6698), - [anon_sym_PERCENT] = ACTIONS(6698), - [anon_sym_as_QMARK] = ACTIONS(6728), - [anon_sym_PLUS_PLUS] = ACTIONS(6730), - [anon_sym_DASH_DASH] = ACTIONS(6730), - [anon_sym_BANG_BANG] = ACTIONS(6730), + [anon_sym_STAR] = ACTIONS(6710), + [sym_label] = ACTIONS(6712), + [anon_sym_in] = ACTIONS(6730), + [anon_sym_DOT_DOT] = ACTIONS(6714), + [anon_sym_QMARK_COLON] = ACTIONS(6716), + [anon_sym_AMP_AMP] = ACTIONS(6732), + [anon_sym_PIPE_PIPE] = ACTIONS(6734), + [anon_sym_else] = ACTIONS(3063), + [anon_sym_COLON_COLON] = ACTIONS(6718), + [anon_sym_PLUS_EQ] = ACTIONS(3065), + [anon_sym_DASH_EQ] = ACTIONS(3065), + [anon_sym_STAR_EQ] = ACTIONS(3065), + [anon_sym_SLASH_EQ] = ACTIONS(3065), + [anon_sym_PERCENT_EQ] = ACTIONS(3065), + [anon_sym_BANG_EQ] = ACTIONS(6736), + [anon_sym_BANG_EQ_EQ] = ACTIONS(6738), + [anon_sym_EQ_EQ] = ACTIONS(6736), + [anon_sym_EQ_EQ_EQ] = ACTIONS(6738), + [anon_sym_LT_EQ] = ACTIONS(6740), + [anon_sym_GT_EQ] = ACTIONS(6740), + [anon_sym_BANGin] = ACTIONS(6742), + [anon_sym_is] = ACTIONS(6744), + [anon_sym_BANGis] = ACTIONS(6746), + [anon_sym_PLUS] = ACTIONS(6720), + [anon_sym_DASH] = ACTIONS(6720), + [anon_sym_SLASH] = ACTIONS(6710), + [anon_sym_PERCENT] = ACTIONS(6710), + [anon_sym_as_QMARK] = ACTIONS(6722), + [anon_sym_PLUS_PLUS] = ACTIONS(6724), + [anon_sym_DASH_DASH] = ACTIONS(6724), + [anon_sym_BANG_BANG] = ACTIONS(6724), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3025), - [sym_safe_nav] = ACTIONS(6712), + [sym__automatic_semicolon] = ACTIONS(3065), + [sym_safe_nav] = ACTIONS(6718), [sym_multiline_comment] = ACTIONS(3), }, - [3636] = { - [sym_indexing_suffix] = STATE(4909), - [sym_navigation_suffix] = STATE(4889), - [sym_call_suffix] = STATE(4891), - [sym_annotated_lambda] = STATE(4893), - [sym_type_arguments] = STATE(7557), - [sym_value_arguments] = STATE(4442), - [sym_lambda_literal] = STATE(4899), - [sym__equality_operator] = STATE(2209), - [sym__comparison_operator] = STATE(2208), - [sym__in_operator] = STATE(2206), - [sym__is_operator] = STATE(6028), - [sym__additive_operator] = STATE(2205), - [sym__multiplicative_operator] = STATE(2203), - [sym__as_operator] = STATE(6024), - [sym__postfix_unary_operator] = STATE(4912), - [sym__member_access_operator] = STATE(7341), - [sym_annotation] = STATE(7855), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2266), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7855), + [3565] = { + [sym_indexing_suffix] = STATE(4986), + [sym_navigation_suffix] = STATE(5006), + [sym_call_suffix] = STATE(5077), + [sym_annotated_lambda] = STATE(4993), + [sym_type_arguments] = STATE(7551), + [sym_value_arguments] = STATE(4451), + [sym_lambda_literal] = STATE(4995), + [sym__equality_operator] = STATE(1817), + [sym__comparison_operator] = STATE(1832), + [sym__in_operator] = STATE(1833), + [sym__is_operator] = STATE(5776), + [sym__additive_operator] = STATE(1834), + [sym__multiplicative_operator] = STATE(1835), + [sym__as_operator] = STATE(5777), + [sym__postfix_unary_operator] = STATE(5000), + [sym__member_access_operator] = STATE(7402), + [sym_annotation] = STATE(7890), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1836), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7890), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6688), - [anon_sym_as] = ACTIONS(6690), - [anon_sym_EQ] = ACTIONS(3027), + [anon_sym_LBRACK] = ACTIONS(6702), + [anon_sym_as] = ACTIONS(6704), + [anon_sym_EQ] = ACTIONS(3067), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3029), - [anon_sym_LPAREN] = ACTIONS(6692), - [anon_sym_COMMA] = ACTIONS(3029), - [anon_sym_LT] = ACTIONS(3031), - [anon_sym_GT] = ACTIONS(3027), - [anon_sym_where] = ACTIONS(3027), - [anon_sym_DOT] = ACTIONS(6696), - [anon_sym_SEMI] = ACTIONS(3029), + [anon_sym_RBRACE] = ACTIONS(3069), + [anon_sym_LPAREN] = ACTIONS(6706), + [anon_sym_COMMA] = ACTIONS(3069), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(6728), + [anon_sym_where] = ACTIONS(3067), + [anon_sym_DOT] = ACTIONS(6708), + [anon_sym_SEMI] = ACTIONS(3069), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(6698), - [sym_label] = ACTIONS(6700), - [anon_sym_in] = ACTIONS(3027), - [anon_sym_DOT_DOT] = ACTIONS(6704), - [anon_sym_QMARK_COLON] = ACTIONS(6706), - [anon_sym_AMP_AMP] = ACTIONS(3029), - [anon_sym_PIPE_PIPE] = ACTIONS(3029), - [anon_sym_else] = ACTIONS(3027), - [anon_sym_COLON_COLON] = ACTIONS(6712), - [anon_sym_PLUS_EQ] = ACTIONS(3029), - [anon_sym_DASH_EQ] = ACTIONS(3029), - [anon_sym_STAR_EQ] = ACTIONS(3029), - [anon_sym_SLASH_EQ] = ACTIONS(3029), - [anon_sym_PERCENT_EQ] = ACTIONS(3029), - [anon_sym_BANG_EQ] = ACTIONS(3027), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3029), - [anon_sym_EQ_EQ] = ACTIONS(3027), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3029), - [anon_sym_LT_EQ] = ACTIONS(3029), - [anon_sym_GT_EQ] = ACTIONS(3029), - [anon_sym_BANGin] = ACTIONS(3029), - [anon_sym_is] = ACTIONS(3027), - [anon_sym_BANGis] = ACTIONS(3029), - [anon_sym_PLUS] = ACTIONS(6726), - [anon_sym_DASH] = ACTIONS(6726), - [anon_sym_SLASH] = ACTIONS(6698), - [anon_sym_PERCENT] = ACTIONS(6698), - [anon_sym_as_QMARK] = ACTIONS(6728), - [anon_sym_PLUS_PLUS] = ACTIONS(6730), - [anon_sym_DASH_DASH] = ACTIONS(6730), - [anon_sym_BANG_BANG] = ACTIONS(6730), + [anon_sym_STAR] = ACTIONS(6710), + [sym_label] = ACTIONS(6712), + [anon_sym_in] = ACTIONS(6730), + [anon_sym_DOT_DOT] = ACTIONS(6714), + [anon_sym_QMARK_COLON] = ACTIONS(6716), + [anon_sym_AMP_AMP] = ACTIONS(6732), + [anon_sym_PIPE_PIPE] = ACTIONS(6734), + [anon_sym_else] = ACTIONS(3067), + [anon_sym_COLON_COLON] = ACTIONS(6718), + [anon_sym_PLUS_EQ] = ACTIONS(3069), + [anon_sym_DASH_EQ] = ACTIONS(3069), + [anon_sym_STAR_EQ] = ACTIONS(3069), + [anon_sym_SLASH_EQ] = ACTIONS(3069), + [anon_sym_PERCENT_EQ] = ACTIONS(3069), + [anon_sym_BANG_EQ] = ACTIONS(6736), + [anon_sym_BANG_EQ_EQ] = ACTIONS(6738), + [anon_sym_EQ_EQ] = ACTIONS(6736), + [anon_sym_EQ_EQ_EQ] = ACTIONS(6738), + [anon_sym_LT_EQ] = ACTIONS(6740), + [anon_sym_GT_EQ] = ACTIONS(6740), + [anon_sym_BANGin] = ACTIONS(6742), + [anon_sym_is] = ACTIONS(6744), + [anon_sym_BANGis] = ACTIONS(6746), + [anon_sym_PLUS] = ACTIONS(6720), + [anon_sym_DASH] = ACTIONS(6720), + [anon_sym_SLASH] = ACTIONS(6710), + [anon_sym_PERCENT] = ACTIONS(6710), + [anon_sym_as_QMARK] = ACTIONS(6722), + [anon_sym_PLUS_PLUS] = ACTIONS(6724), + [anon_sym_DASH_DASH] = ACTIONS(6724), + [anon_sym_BANG_BANG] = ACTIONS(6724), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3029), - [sym_safe_nav] = ACTIONS(6712), - [sym_multiline_comment] = ACTIONS(3), - }, - [3637] = { - [sym__alpha_identifier] = ACTIONS(4619), - [anon_sym_AT] = ACTIONS(4621), - [anon_sym_LBRACK] = ACTIONS(4621), - [anon_sym_EQ] = ACTIONS(4621), - [anon_sym_LBRACE] = ACTIONS(4621), - [anon_sym_RBRACE] = ACTIONS(4621), - [anon_sym_LPAREN] = ACTIONS(4621), - [anon_sym_COMMA] = ACTIONS(4621), - [anon_sym_by] = ACTIONS(4619), - [anon_sym_where] = ACTIONS(4619), - [anon_sym_object] = ACTIONS(4619), - [anon_sym_fun] = ACTIONS(4619), - [anon_sym_SEMI] = ACTIONS(4621), - [anon_sym_get] = ACTIONS(4619), - [anon_sym_set] = ACTIONS(4619), - [anon_sym_this] = ACTIONS(4619), - [anon_sym_super] = ACTIONS(4619), - [anon_sym_STAR] = ACTIONS(4621), - [sym_label] = ACTIONS(4619), - [anon_sym_in] = ACTIONS(4619), - [anon_sym_null] = ACTIONS(4619), - [anon_sym_if] = ACTIONS(4619), - [anon_sym_else] = ACTIONS(4619), - [anon_sym_when] = ACTIONS(4619), - [anon_sym_try] = ACTIONS(4619), - [anon_sym_throw] = ACTIONS(4619), - [anon_sym_return] = ACTIONS(4619), - [anon_sym_continue] = ACTIONS(4619), - [anon_sym_break] = ACTIONS(4619), - [anon_sym_COLON_COLON] = ACTIONS(4621), - [anon_sym_BANGin] = ACTIONS(4621), - [anon_sym_is] = ACTIONS(4619), - [anon_sym_BANGis] = ACTIONS(4621), - [anon_sym_PLUS] = ACTIONS(4619), - [anon_sym_DASH] = ACTIONS(4619), - [anon_sym_PLUS_PLUS] = ACTIONS(4621), - [anon_sym_DASH_DASH] = ACTIONS(4621), - [anon_sym_BANG] = ACTIONS(4619), - [anon_sym_suspend] = ACTIONS(4619), - [anon_sym_sealed] = ACTIONS(4619), - [anon_sym_annotation] = ACTIONS(4619), - [anon_sym_data] = ACTIONS(4619), - [anon_sym_inner] = ACTIONS(4619), - [anon_sym_override] = ACTIONS(4619), - [anon_sym_lateinit] = ACTIONS(4619), - [anon_sym_public] = ACTIONS(4619), - [anon_sym_private] = ACTIONS(4619), - [anon_sym_internal] = ACTIONS(4619), - [anon_sym_protected] = ACTIONS(4619), - [anon_sym_tailrec] = ACTIONS(4619), - [anon_sym_operator] = ACTIONS(4619), - [anon_sym_infix] = ACTIONS(4619), - [anon_sym_inline] = ACTIONS(4619), - [anon_sym_external] = ACTIONS(4619), - [sym_property_modifier] = ACTIONS(4619), - [anon_sym_abstract] = ACTIONS(4619), - [anon_sym_final] = ACTIONS(4619), - [anon_sym_open] = ACTIONS(4619), - [anon_sym_vararg] = ACTIONS(4619), - [anon_sym_noinline] = ACTIONS(4619), - [anon_sym_crossinline] = ACTIONS(4619), - [anon_sym_expect] = ACTIONS(4619), - [anon_sym_actual] = ACTIONS(4619), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4621), - [anon_sym_continue_AT] = ACTIONS(4621), - [anon_sym_break_AT] = ACTIONS(4621), - [sym_real_literal] = ACTIONS(4621), - [sym_integer_literal] = ACTIONS(4619), - [sym_hex_literal] = ACTIONS(4621), - [sym_bin_literal] = ACTIONS(4621), - [anon_sym_true] = ACTIONS(4619), - [anon_sym_false] = ACTIONS(4619), - [anon_sym_SQUOTE] = ACTIONS(4621), - [sym__backtick_identifier] = ACTIONS(4621), - [sym__automatic_semicolon] = ACTIONS(4621), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4621), - }, - [3638] = { - [sym__alpha_identifier] = ACTIONS(4454), - [anon_sym_AT] = ACTIONS(4456), - [anon_sym_LBRACK] = ACTIONS(4456), - [anon_sym_as] = ACTIONS(4454), - [anon_sym_EQ] = ACTIONS(4454), - [anon_sym_LBRACE] = ACTIONS(4456), - [anon_sym_RBRACE] = ACTIONS(4456), - [anon_sym_LPAREN] = ACTIONS(4456), - [anon_sym_COMMA] = ACTIONS(4456), - [anon_sym_by] = ACTIONS(6628), - [anon_sym_LT] = ACTIONS(4454), - [anon_sym_GT] = ACTIONS(4454), - [anon_sym_where] = ACTIONS(4454), - [anon_sym_DOT] = ACTIONS(4454), - [anon_sym_SEMI] = ACTIONS(4456), - [anon_sym_get] = ACTIONS(4454), - [anon_sym_set] = ACTIONS(4454), - [anon_sym_STAR] = ACTIONS(4454), - [sym_label] = ACTIONS(4456), - [anon_sym_in] = ACTIONS(4454), - [anon_sym_DOT_DOT] = ACTIONS(4456), - [anon_sym_QMARK_COLON] = ACTIONS(4456), - [anon_sym_AMP_AMP] = ACTIONS(4456), - [anon_sym_PIPE_PIPE] = ACTIONS(4456), - [anon_sym_else] = ACTIONS(4454), - [anon_sym_COLON_COLON] = ACTIONS(4456), - [anon_sym_PLUS_EQ] = ACTIONS(4456), - [anon_sym_DASH_EQ] = ACTIONS(4456), - [anon_sym_STAR_EQ] = ACTIONS(4456), - [anon_sym_SLASH_EQ] = ACTIONS(4456), - [anon_sym_PERCENT_EQ] = ACTIONS(4456), - [anon_sym_BANG_EQ] = ACTIONS(4454), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4456), - [anon_sym_EQ_EQ] = ACTIONS(4454), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4456), - [anon_sym_LT_EQ] = ACTIONS(4456), - [anon_sym_GT_EQ] = ACTIONS(4456), - [anon_sym_BANGin] = ACTIONS(4456), - [anon_sym_is] = ACTIONS(4454), - [anon_sym_BANGis] = ACTIONS(4456), - [anon_sym_PLUS] = ACTIONS(4454), - [anon_sym_DASH] = ACTIONS(4454), - [anon_sym_SLASH] = ACTIONS(4454), - [anon_sym_PERCENT] = ACTIONS(4454), - [anon_sym_as_QMARK] = ACTIONS(4456), - [anon_sym_PLUS_PLUS] = ACTIONS(4456), - [anon_sym_DASH_DASH] = ACTIONS(4456), - [anon_sym_BANG_BANG] = ACTIONS(4456), - [anon_sym_suspend] = ACTIONS(4454), - [anon_sym_sealed] = ACTIONS(4454), - [anon_sym_annotation] = ACTIONS(4454), - [anon_sym_data] = ACTIONS(4454), - [anon_sym_inner] = ACTIONS(4454), - [anon_sym_override] = ACTIONS(4454), - [anon_sym_lateinit] = ACTIONS(4454), - [anon_sym_public] = ACTIONS(4454), - [anon_sym_private] = ACTIONS(4454), - [anon_sym_internal] = ACTIONS(4454), - [anon_sym_protected] = ACTIONS(4454), - [anon_sym_tailrec] = ACTIONS(4454), - [anon_sym_operator] = ACTIONS(4454), - [anon_sym_infix] = ACTIONS(4454), - [anon_sym_inline] = ACTIONS(4454), - [anon_sym_external] = ACTIONS(4454), - [sym_property_modifier] = ACTIONS(4454), - [anon_sym_abstract] = ACTIONS(4454), - [anon_sym_final] = ACTIONS(4454), - [anon_sym_open] = ACTIONS(4454), - [anon_sym_vararg] = ACTIONS(4454), - [anon_sym_noinline] = ACTIONS(4454), - [anon_sym_crossinline] = ACTIONS(4454), - [anon_sym_expect] = ACTIONS(4454), - [anon_sym_actual] = ACTIONS(4454), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4456), - [sym__automatic_semicolon] = ACTIONS(4456), - [sym_safe_nav] = ACTIONS(4456), + [sym__automatic_semicolon] = ACTIONS(3069), + [sym_safe_nav] = ACTIONS(6718), [sym_multiline_comment] = ACTIONS(3), }, - [3639] = { - [sym__alpha_identifier] = ACTIONS(4599), - [anon_sym_AT] = ACTIONS(4601), - [anon_sym_LBRACK] = ACTIONS(4601), - [anon_sym_as] = ACTIONS(4599), - [anon_sym_EQ] = ACTIONS(4599), - [anon_sym_LBRACE] = ACTIONS(4601), - [anon_sym_RBRACE] = ACTIONS(4601), - [anon_sym_LPAREN] = ACTIONS(4601), - [anon_sym_COMMA] = ACTIONS(4601), - [anon_sym_by] = ACTIONS(4599), - [anon_sym_LT] = ACTIONS(4599), - [anon_sym_GT] = ACTIONS(4599), - [anon_sym_where] = ACTIONS(4599), - [anon_sym_DOT] = ACTIONS(4599), - [anon_sym_SEMI] = ACTIONS(4601), - [anon_sym_get] = ACTIONS(4599), - [anon_sym_set] = ACTIONS(4599), - [anon_sym_STAR] = ACTIONS(4599), - [sym_label] = ACTIONS(4601), - [anon_sym_in] = ACTIONS(4599), - [anon_sym_DOT_DOT] = ACTIONS(4601), - [anon_sym_QMARK_COLON] = ACTIONS(4601), - [anon_sym_AMP_AMP] = ACTIONS(4601), - [anon_sym_PIPE_PIPE] = ACTIONS(4601), - [anon_sym_else] = ACTIONS(4599), - [anon_sym_COLON_COLON] = ACTIONS(4601), - [anon_sym_PLUS_EQ] = ACTIONS(4601), - [anon_sym_DASH_EQ] = ACTIONS(4601), - [anon_sym_STAR_EQ] = ACTIONS(4601), - [anon_sym_SLASH_EQ] = ACTIONS(4601), - [anon_sym_PERCENT_EQ] = ACTIONS(4601), - [anon_sym_BANG_EQ] = ACTIONS(4599), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4601), - [anon_sym_EQ_EQ] = ACTIONS(4599), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4601), - [anon_sym_LT_EQ] = ACTIONS(4601), - [anon_sym_GT_EQ] = ACTIONS(4601), - [anon_sym_BANGin] = ACTIONS(4601), - [anon_sym_is] = ACTIONS(4599), - [anon_sym_BANGis] = ACTIONS(4601), - [anon_sym_PLUS] = ACTIONS(4599), - [anon_sym_DASH] = ACTIONS(4599), - [anon_sym_SLASH] = ACTIONS(4599), - [anon_sym_PERCENT] = ACTIONS(4599), - [anon_sym_as_QMARK] = ACTIONS(4601), - [anon_sym_PLUS_PLUS] = ACTIONS(4601), - [anon_sym_DASH_DASH] = ACTIONS(4601), - [anon_sym_BANG_BANG] = ACTIONS(4601), - [anon_sym_suspend] = ACTIONS(4599), - [anon_sym_sealed] = ACTIONS(4599), - [anon_sym_annotation] = ACTIONS(4599), - [anon_sym_data] = ACTIONS(4599), - [anon_sym_inner] = ACTIONS(4599), - [anon_sym_override] = ACTIONS(4599), - [anon_sym_lateinit] = ACTIONS(4599), - [anon_sym_public] = ACTIONS(4599), - [anon_sym_private] = ACTIONS(4599), - [anon_sym_internal] = ACTIONS(4599), - [anon_sym_protected] = ACTIONS(4599), - [anon_sym_tailrec] = ACTIONS(4599), - [anon_sym_operator] = ACTIONS(4599), - [anon_sym_infix] = ACTIONS(4599), - [anon_sym_inline] = ACTIONS(4599), - [anon_sym_external] = ACTIONS(4599), - [sym_property_modifier] = ACTIONS(4599), - [anon_sym_abstract] = ACTIONS(4599), - [anon_sym_final] = ACTIONS(4599), - [anon_sym_open] = ACTIONS(4599), - [anon_sym_vararg] = ACTIONS(4599), - [anon_sym_noinline] = ACTIONS(4599), - [anon_sym_crossinline] = ACTIONS(4599), - [anon_sym_expect] = ACTIONS(4599), - [anon_sym_actual] = ACTIONS(4599), + [3566] = { + [sym_function_body] = STATE(3418), + [sym__block] = STATE(3464), + [sym__alpha_identifier] = ACTIONS(4426), + [anon_sym_AT] = ACTIONS(4428), + [anon_sym_LBRACK] = ACTIONS(4428), + [anon_sym_as] = ACTIONS(4426), + [anon_sym_EQ] = ACTIONS(6389), + [anon_sym_LBRACE] = ACTIONS(6233), + [anon_sym_RBRACE] = ACTIONS(4428), + [anon_sym_LPAREN] = ACTIONS(4428), + [anon_sym_RPAREN] = ACTIONS(4428), + [anon_sym_LT] = ACTIONS(4426), + [anon_sym_GT] = ACTIONS(4426), + [anon_sym_DOT] = ACTIONS(4426), + [anon_sym_SEMI] = ACTIONS(4428), + [anon_sym_get] = ACTIONS(4426), + [anon_sym_set] = ACTIONS(4426), + [anon_sym_STAR] = ACTIONS(4426), + [sym_label] = ACTIONS(4428), + [anon_sym_in] = ACTIONS(4426), + [anon_sym_while] = ACTIONS(4426), + [anon_sym_DOT_DOT] = ACTIONS(4428), + [anon_sym_QMARK_COLON] = ACTIONS(4428), + [anon_sym_AMP_AMP] = ACTIONS(4428), + [anon_sym_PIPE_PIPE] = ACTIONS(4428), + [anon_sym_else] = ACTIONS(4426), + [anon_sym_COLON_COLON] = ACTIONS(4428), + [anon_sym_PLUS_EQ] = ACTIONS(4428), + [anon_sym_DASH_EQ] = ACTIONS(4428), + [anon_sym_STAR_EQ] = ACTIONS(4428), + [anon_sym_SLASH_EQ] = ACTIONS(4428), + [anon_sym_PERCENT_EQ] = ACTIONS(4428), + [anon_sym_BANG_EQ] = ACTIONS(4426), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4428), + [anon_sym_EQ_EQ] = ACTIONS(4426), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4428), + [anon_sym_LT_EQ] = ACTIONS(4428), + [anon_sym_GT_EQ] = ACTIONS(4428), + [anon_sym_BANGin] = ACTIONS(4428), + [anon_sym_is] = ACTIONS(4426), + [anon_sym_BANGis] = ACTIONS(4428), + [anon_sym_PLUS] = ACTIONS(4426), + [anon_sym_DASH] = ACTIONS(4426), + [anon_sym_SLASH] = ACTIONS(4426), + [anon_sym_PERCENT] = ACTIONS(4426), + [anon_sym_as_QMARK] = ACTIONS(4428), + [anon_sym_PLUS_PLUS] = ACTIONS(4428), + [anon_sym_DASH_DASH] = ACTIONS(4428), + [anon_sym_BANG_BANG] = ACTIONS(4428), + [anon_sym_suspend] = ACTIONS(4426), + [anon_sym_sealed] = ACTIONS(4426), + [anon_sym_annotation] = ACTIONS(4426), + [anon_sym_data] = ACTIONS(4426), + [anon_sym_inner] = ACTIONS(4426), + [anon_sym_override] = ACTIONS(4426), + [anon_sym_lateinit] = ACTIONS(4426), + [anon_sym_public] = ACTIONS(4426), + [anon_sym_private] = ACTIONS(4426), + [anon_sym_internal] = ACTIONS(4426), + [anon_sym_protected] = ACTIONS(4426), + [anon_sym_tailrec] = ACTIONS(4426), + [anon_sym_operator] = ACTIONS(4426), + [anon_sym_infix] = ACTIONS(4426), + [anon_sym_inline] = ACTIONS(4426), + [anon_sym_external] = ACTIONS(4426), + [sym_property_modifier] = ACTIONS(4426), + [anon_sym_abstract] = ACTIONS(4426), + [anon_sym_final] = ACTIONS(4426), + [anon_sym_open] = ACTIONS(4426), + [anon_sym_vararg] = ACTIONS(4426), + [anon_sym_noinline] = ACTIONS(4426), + [anon_sym_crossinline] = ACTIONS(4426), + [anon_sym_expect] = ACTIONS(4426), + [anon_sym_actual] = ACTIONS(4426), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4601), - [sym__automatic_semicolon] = ACTIONS(4601), - [sym_safe_nav] = ACTIONS(4601), - [sym_multiline_comment] = ACTIONS(3), - }, - [3640] = { - [sym_enum_class_body] = STATE(3692), - [sym__alpha_identifier] = ACTIONS(4567), - [anon_sym_AT] = ACTIONS(4569), - [anon_sym_LBRACK] = ACTIONS(4569), - [anon_sym_as] = ACTIONS(4567), - [anon_sym_EQ] = ACTIONS(4567), - [anon_sym_LBRACE] = ACTIONS(5359), - [anon_sym_RBRACE] = ACTIONS(4569), - [anon_sym_LPAREN] = ACTIONS(4569), - [anon_sym_COMMA] = ACTIONS(4569), - [anon_sym_LT] = ACTIONS(4567), - [anon_sym_GT] = ACTIONS(4567), - [anon_sym_where] = ACTIONS(4567), - [anon_sym_DOT] = ACTIONS(4567), - [anon_sym_SEMI] = ACTIONS(4569), - [anon_sym_get] = ACTIONS(4567), - [anon_sym_set] = ACTIONS(4567), - [anon_sym_STAR] = ACTIONS(4567), - [sym_label] = ACTIONS(4569), - [anon_sym_in] = ACTIONS(4567), - [anon_sym_DOT_DOT] = ACTIONS(4569), - [anon_sym_QMARK_COLON] = ACTIONS(4569), - [anon_sym_AMP_AMP] = ACTIONS(4569), - [anon_sym_PIPE_PIPE] = ACTIONS(4569), - [anon_sym_else] = ACTIONS(4567), - [anon_sym_COLON_COLON] = ACTIONS(4569), - [anon_sym_PLUS_EQ] = ACTIONS(4569), - [anon_sym_DASH_EQ] = ACTIONS(4569), - [anon_sym_STAR_EQ] = ACTIONS(4569), - [anon_sym_SLASH_EQ] = ACTIONS(4569), - [anon_sym_PERCENT_EQ] = ACTIONS(4569), - [anon_sym_BANG_EQ] = ACTIONS(4567), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4569), - [anon_sym_EQ_EQ] = ACTIONS(4567), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4569), - [anon_sym_LT_EQ] = ACTIONS(4569), - [anon_sym_GT_EQ] = ACTIONS(4569), - [anon_sym_BANGin] = ACTIONS(4569), - [anon_sym_is] = ACTIONS(4567), - [anon_sym_BANGis] = ACTIONS(4569), - [anon_sym_PLUS] = ACTIONS(4567), - [anon_sym_DASH] = ACTIONS(4567), - [anon_sym_SLASH] = ACTIONS(4567), - [anon_sym_PERCENT] = ACTIONS(4567), - [anon_sym_as_QMARK] = ACTIONS(4569), - [anon_sym_PLUS_PLUS] = ACTIONS(4569), - [anon_sym_DASH_DASH] = ACTIONS(4569), - [anon_sym_BANG_BANG] = ACTIONS(4569), - [anon_sym_suspend] = ACTIONS(4567), - [anon_sym_sealed] = ACTIONS(4567), - [anon_sym_annotation] = ACTIONS(4567), - [anon_sym_data] = ACTIONS(4567), - [anon_sym_inner] = ACTIONS(4567), - [anon_sym_override] = ACTIONS(4567), - [anon_sym_lateinit] = ACTIONS(4567), - [anon_sym_public] = ACTIONS(4567), - [anon_sym_private] = ACTIONS(4567), - [anon_sym_internal] = ACTIONS(4567), - [anon_sym_protected] = ACTIONS(4567), - [anon_sym_tailrec] = ACTIONS(4567), - [anon_sym_operator] = ACTIONS(4567), - [anon_sym_infix] = ACTIONS(4567), - [anon_sym_inline] = ACTIONS(4567), - [anon_sym_external] = ACTIONS(4567), - [sym_property_modifier] = ACTIONS(4567), - [anon_sym_abstract] = ACTIONS(4567), - [anon_sym_final] = ACTIONS(4567), - [anon_sym_open] = ACTIONS(4567), - [anon_sym_vararg] = ACTIONS(4567), - [anon_sym_noinline] = ACTIONS(4567), - [anon_sym_crossinline] = ACTIONS(4567), - [anon_sym_expect] = ACTIONS(4567), - [anon_sym_actual] = ACTIONS(4567), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4569), - [sym__automatic_semicolon] = ACTIONS(4569), - [sym_safe_nav] = ACTIONS(4569), - [sym_multiline_comment] = ACTIONS(3), - }, - [3641] = { - [aux_sym__delegation_specifiers_repeat1] = STATE(3630), - [sym__alpha_identifier] = ACTIONS(4684), - [anon_sym_AT] = ACTIONS(4686), - [anon_sym_LBRACK] = ACTIONS(4686), - [anon_sym_as] = ACTIONS(4684), - [anon_sym_EQ] = ACTIONS(4684), - [anon_sym_LBRACE] = ACTIONS(4686), - [anon_sym_RBRACE] = ACTIONS(4686), - [anon_sym_LPAREN] = ACTIONS(4686), - [anon_sym_COMMA] = ACTIONS(4686), - [anon_sym_LT] = ACTIONS(4684), - [anon_sym_GT] = ACTIONS(4684), - [anon_sym_where] = ACTIONS(4684), - [anon_sym_DOT] = ACTIONS(4684), - [anon_sym_SEMI] = ACTIONS(4686), - [anon_sym_get] = ACTIONS(4684), - [anon_sym_set] = ACTIONS(4684), - [anon_sym_STAR] = ACTIONS(4684), - [sym_label] = ACTIONS(4686), - [anon_sym_in] = ACTIONS(4684), - [anon_sym_DOT_DOT] = ACTIONS(4686), - [anon_sym_QMARK_COLON] = ACTIONS(4686), - [anon_sym_AMP_AMP] = ACTIONS(4686), - [anon_sym_PIPE_PIPE] = ACTIONS(4686), - [anon_sym_else] = ACTIONS(4684), - [anon_sym_COLON_COLON] = ACTIONS(4686), - [anon_sym_PLUS_EQ] = ACTIONS(4686), - [anon_sym_DASH_EQ] = ACTIONS(4686), - [anon_sym_STAR_EQ] = ACTIONS(4686), - [anon_sym_SLASH_EQ] = ACTIONS(4686), - [anon_sym_PERCENT_EQ] = ACTIONS(4686), - [anon_sym_BANG_EQ] = ACTIONS(4684), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4686), - [anon_sym_EQ_EQ] = ACTIONS(4684), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4686), - [anon_sym_LT_EQ] = ACTIONS(4686), - [anon_sym_GT_EQ] = ACTIONS(4686), - [anon_sym_BANGin] = ACTIONS(4686), - [anon_sym_is] = ACTIONS(4684), - [anon_sym_BANGis] = ACTIONS(4686), - [anon_sym_PLUS] = ACTIONS(4684), - [anon_sym_DASH] = ACTIONS(4684), - [anon_sym_SLASH] = ACTIONS(4684), - [anon_sym_PERCENT] = ACTIONS(4684), - [anon_sym_as_QMARK] = ACTIONS(4686), - [anon_sym_PLUS_PLUS] = ACTIONS(4686), - [anon_sym_DASH_DASH] = ACTIONS(4686), - [anon_sym_BANG_BANG] = ACTIONS(4686), - [anon_sym_suspend] = ACTIONS(4684), - [anon_sym_sealed] = ACTIONS(4684), - [anon_sym_annotation] = ACTIONS(4684), - [anon_sym_data] = ACTIONS(4684), - [anon_sym_inner] = ACTIONS(4684), - [anon_sym_override] = ACTIONS(4684), - [anon_sym_lateinit] = ACTIONS(4684), - [anon_sym_public] = ACTIONS(4684), - [anon_sym_private] = ACTIONS(4684), - [anon_sym_internal] = ACTIONS(4684), - [anon_sym_protected] = ACTIONS(4684), - [anon_sym_tailrec] = ACTIONS(4684), - [anon_sym_operator] = ACTIONS(4684), - [anon_sym_infix] = ACTIONS(4684), - [anon_sym_inline] = ACTIONS(4684), - [anon_sym_external] = ACTIONS(4684), - [sym_property_modifier] = ACTIONS(4684), - [anon_sym_abstract] = ACTIONS(4684), - [anon_sym_final] = ACTIONS(4684), - [anon_sym_open] = ACTIONS(4684), - [anon_sym_vararg] = ACTIONS(4684), - [anon_sym_noinline] = ACTIONS(4684), - [anon_sym_crossinline] = ACTIONS(4684), - [anon_sym_expect] = ACTIONS(4684), - [anon_sym_actual] = ACTIONS(4684), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4686), - [sym__automatic_semicolon] = ACTIONS(4686), - [sym_safe_nav] = ACTIONS(4686), + [sym__backtick_identifier] = ACTIONS(4428), + [sym_safe_nav] = ACTIONS(4428), [sym_multiline_comment] = ACTIONS(3), }, - [3642] = { - [sym_function_body] = STATE(3174), - [sym__block] = STATE(3367), - [sym__alpha_identifier] = ACTIONS(4089), - [anon_sym_AT] = ACTIONS(4091), - [anon_sym_LBRACK] = ACTIONS(4091), - [anon_sym_as] = ACTIONS(4089), - [anon_sym_EQ] = ACTIONS(6462), - [anon_sym_LBRACE] = ACTIONS(6236), - [anon_sym_RBRACE] = ACTIONS(4091), - [anon_sym_LPAREN] = ACTIONS(4091), - [anon_sym_RPAREN] = ACTIONS(4091), - [anon_sym_LT] = ACTIONS(4089), - [anon_sym_GT] = ACTIONS(4089), - [anon_sym_DOT] = ACTIONS(4089), - [anon_sym_SEMI] = ACTIONS(4091), - [anon_sym_get] = ACTIONS(4089), - [anon_sym_set] = ACTIONS(4089), - [anon_sym_STAR] = ACTIONS(4089), - [sym_label] = ACTIONS(4091), - [anon_sym_in] = ACTIONS(4089), - [anon_sym_while] = ACTIONS(4089), - [anon_sym_DOT_DOT] = ACTIONS(4091), - [anon_sym_QMARK_COLON] = ACTIONS(4091), - [anon_sym_AMP_AMP] = ACTIONS(4091), - [anon_sym_PIPE_PIPE] = ACTIONS(4091), - [anon_sym_else] = ACTIONS(4089), - [anon_sym_COLON_COLON] = ACTIONS(4091), - [anon_sym_PLUS_EQ] = ACTIONS(4091), - [anon_sym_DASH_EQ] = ACTIONS(4091), - [anon_sym_STAR_EQ] = ACTIONS(4091), - [anon_sym_SLASH_EQ] = ACTIONS(4091), - [anon_sym_PERCENT_EQ] = ACTIONS(4091), - [anon_sym_BANG_EQ] = ACTIONS(4089), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4091), - [anon_sym_EQ_EQ] = ACTIONS(4089), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4091), - [anon_sym_LT_EQ] = ACTIONS(4091), - [anon_sym_GT_EQ] = ACTIONS(4091), - [anon_sym_BANGin] = ACTIONS(4091), - [anon_sym_is] = ACTIONS(4089), - [anon_sym_BANGis] = ACTIONS(4091), - [anon_sym_PLUS] = ACTIONS(4089), - [anon_sym_DASH] = ACTIONS(4089), - [anon_sym_SLASH] = ACTIONS(4089), - [anon_sym_PERCENT] = ACTIONS(4089), - [anon_sym_as_QMARK] = ACTIONS(4091), - [anon_sym_PLUS_PLUS] = ACTIONS(4091), - [anon_sym_DASH_DASH] = ACTIONS(4091), - [anon_sym_BANG_BANG] = ACTIONS(4091), - [anon_sym_suspend] = ACTIONS(4089), - [anon_sym_sealed] = ACTIONS(4089), - [anon_sym_annotation] = ACTIONS(4089), - [anon_sym_data] = ACTIONS(4089), - [anon_sym_inner] = ACTIONS(4089), - [anon_sym_override] = ACTIONS(4089), - [anon_sym_lateinit] = ACTIONS(4089), - [anon_sym_public] = ACTIONS(4089), - [anon_sym_private] = ACTIONS(4089), - [anon_sym_internal] = ACTIONS(4089), - [anon_sym_protected] = ACTIONS(4089), - [anon_sym_tailrec] = ACTIONS(4089), - [anon_sym_operator] = ACTIONS(4089), - [anon_sym_infix] = ACTIONS(4089), - [anon_sym_inline] = ACTIONS(4089), - [anon_sym_external] = ACTIONS(4089), - [sym_property_modifier] = ACTIONS(4089), - [anon_sym_abstract] = ACTIONS(4089), - [anon_sym_final] = ACTIONS(4089), - [anon_sym_open] = ACTIONS(4089), - [anon_sym_vararg] = ACTIONS(4089), - [anon_sym_noinline] = ACTIONS(4089), - [anon_sym_crossinline] = ACTIONS(4089), - [anon_sym_expect] = ACTIONS(4089), - [anon_sym_actual] = ACTIONS(4089), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4091), - [sym_safe_nav] = ACTIONS(4091), + [3567] = { + [sym__alpha_identifier] = ACTIONS(4688), + [anon_sym_AT] = ACTIONS(4690), + [anon_sym_COLON] = ACTIONS(4688), + [anon_sym_LBRACK] = ACTIONS(4690), + [anon_sym_as] = ACTIONS(4688), + [anon_sym_EQ] = ACTIONS(4688), + [anon_sym_LBRACE] = ACTIONS(4690), + [anon_sym_RBRACE] = ACTIONS(4690), + [anon_sym_LPAREN] = ACTIONS(4690), + [anon_sym_COMMA] = ACTIONS(4690), + [anon_sym_LT] = ACTIONS(4688), + [anon_sym_GT] = ACTIONS(4688), + [anon_sym_where] = ACTIONS(4688), + [anon_sym_DOT] = ACTIONS(4688), + [anon_sym_SEMI] = ACTIONS(4690), + [anon_sym_get] = ACTIONS(4688), + [anon_sym_set] = ACTIONS(4688), + [anon_sym_STAR] = ACTIONS(4688), + [sym_label] = ACTIONS(4690), + [anon_sym_in] = ACTIONS(4688), + [anon_sym_DOT_DOT] = ACTIONS(4690), + [anon_sym_QMARK_COLON] = ACTIONS(4690), + [anon_sym_AMP_AMP] = ACTIONS(4690), + [anon_sym_PIPE_PIPE] = ACTIONS(4690), + [anon_sym_else] = ACTIONS(4688), + [anon_sym_COLON_COLON] = ACTIONS(4690), + [anon_sym_PLUS_EQ] = ACTIONS(4690), + [anon_sym_DASH_EQ] = ACTIONS(4690), + [anon_sym_STAR_EQ] = ACTIONS(4690), + [anon_sym_SLASH_EQ] = ACTIONS(4690), + [anon_sym_PERCENT_EQ] = ACTIONS(4690), + [anon_sym_BANG_EQ] = ACTIONS(4688), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4690), + [anon_sym_EQ_EQ] = ACTIONS(4688), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4690), + [anon_sym_LT_EQ] = ACTIONS(4690), + [anon_sym_GT_EQ] = ACTIONS(4690), + [anon_sym_BANGin] = ACTIONS(4690), + [anon_sym_is] = ACTIONS(4688), + [anon_sym_BANGis] = ACTIONS(4690), + [anon_sym_PLUS] = ACTIONS(4688), + [anon_sym_DASH] = ACTIONS(4688), + [anon_sym_SLASH] = ACTIONS(4688), + [anon_sym_PERCENT] = ACTIONS(4688), + [anon_sym_as_QMARK] = ACTIONS(4690), + [anon_sym_PLUS_PLUS] = ACTIONS(4690), + [anon_sym_DASH_DASH] = ACTIONS(4690), + [anon_sym_BANG_BANG] = ACTIONS(4690), + [anon_sym_suspend] = ACTIONS(4688), + [anon_sym_sealed] = ACTIONS(4688), + [anon_sym_annotation] = ACTIONS(4688), + [anon_sym_data] = ACTIONS(4688), + [anon_sym_inner] = ACTIONS(4688), + [anon_sym_override] = ACTIONS(4688), + [anon_sym_lateinit] = ACTIONS(4688), + [anon_sym_public] = ACTIONS(4688), + [anon_sym_private] = ACTIONS(4688), + [anon_sym_internal] = ACTIONS(4688), + [anon_sym_protected] = ACTIONS(4688), + [anon_sym_tailrec] = ACTIONS(4688), + [anon_sym_operator] = ACTIONS(4688), + [anon_sym_infix] = ACTIONS(4688), + [anon_sym_inline] = ACTIONS(4688), + [anon_sym_external] = ACTIONS(4688), + [sym_property_modifier] = ACTIONS(4688), + [anon_sym_abstract] = ACTIONS(4688), + [anon_sym_final] = ACTIONS(4688), + [anon_sym_open] = ACTIONS(4688), + [anon_sym_vararg] = ACTIONS(4688), + [anon_sym_noinline] = ACTIONS(4688), + [anon_sym_crossinline] = ACTIONS(4688), + [anon_sym_expect] = ACTIONS(4688), + [anon_sym_actual] = ACTIONS(4688), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4690), + [sym__automatic_semicolon] = ACTIONS(4690), + [sym_safe_nav] = ACTIONS(4690), [sym_multiline_comment] = ACTIONS(3), }, - [3643] = { - [sym__alpha_identifier] = ACTIONS(4609), - [anon_sym_AT] = ACTIONS(4611), - [anon_sym_LBRACK] = ACTIONS(4611), - [anon_sym_as] = ACTIONS(4609), - [anon_sym_EQ] = ACTIONS(4609), - [anon_sym_LBRACE] = ACTIONS(4611), - [anon_sym_RBRACE] = ACTIONS(4611), - [anon_sym_LPAREN] = ACTIONS(4611), - [anon_sym_COMMA] = ACTIONS(4611), - [anon_sym_LT] = ACTIONS(4609), - [anon_sym_GT] = ACTIONS(4609), - [anon_sym_where] = ACTIONS(4609), - [anon_sym_DOT] = ACTIONS(4609), - [anon_sym_SEMI] = ACTIONS(4611), - [anon_sym_get] = ACTIONS(4609), - [anon_sym_set] = ACTIONS(4609), - [anon_sym_STAR] = ACTIONS(4609), - [sym_label] = ACTIONS(4611), - [anon_sym_in] = ACTIONS(4609), - [anon_sym_DOT_DOT] = ACTIONS(4611), - [anon_sym_QMARK_COLON] = ACTIONS(4611), - [anon_sym_AMP_AMP] = ACTIONS(4611), - [anon_sym_PIPE_PIPE] = ACTIONS(4611), - [anon_sym_else] = ACTIONS(4609), - [anon_sym_COLON_COLON] = ACTIONS(4611), - [anon_sym_PLUS_EQ] = ACTIONS(4611), - [anon_sym_DASH_EQ] = ACTIONS(4611), - [anon_sym_STAR_EQ] = ACTIONS(4611), - [anon_sym_SLASH_EQ] = ACTIONS(4611), - [anon_sym_PERCENT_EQ] = ACTIONS(4611), - [anon_sym_BANG_EQ] = ACTIONS(4609), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4611), - [anon_sym_EQ_EQ] = ACTIONS(4609), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4611), - [anon_sym_LT_EQ] = ACTIONS(4611), - [anon_sym_GT_EQ] = ACTIONS(4611), - [anon_sym_BANGin] = ACTIONS(4611), - [anon_sym_is] = ACTIONS(4609), - [anon_sym_BANGis] = ACTIONS(4611), - [anon_sym_PLUS] = ACTIONS(4609), - [anon_sym_DASH] = ACTIONS(4609), - [anon_sym_SLASH] = ACTIONS(4609), - [anon_sym_PERCENT] = ACTIONS(4609), - [anon_sym_as_QMARK] = ACTIONS(4611), - [anon_sym_PLUS_PLUS] = ACTIONS(4611), - [anon_sym_DASH_DASH] = ACTIONS(4611), - [anon_sym_BANG_BANG] = ACTIONS(4611), - [anon_sym_suspend] = ACTIONS(4609), - [anon_sym_sealed] = ACTIONS(4609), - [anon_sym_annotation] = ACTIONS(4609), - [anon_sym_data] = ACTIONS(4609), - [anon_sym_inner] = ACTIONS(4609), - [anon_sym_override] = ACTIONS(4609), - [anon_sym_lateinit] = ACTIONS(4609), - [anon_sym_public] = ACTIONS(4609), - [anon_sym_private] = ACTIONS(4609), - [anon_sym_internal] = ACTIONS(4609), - [anon_sym_protected] = ACTIONS(4609), - [anon_sym_tailrec] = ACTIONS(4609), - [anon_sym_operator] = ACTIONS(4609), - [anon_sym_infix] = ACTIONS(4609), - [anon_sym_inline] = ACTIONS(4609), - [anon_sym_external] = ACTIONS(4609), - [sym_property_modifier] = ACTIONS(4609), - [anon_sym_abstract] = ACTIONS(4609), - [anon_sym_final] = ACTIONS(4609), - [anon_sym_open] = ACTIONS(4609), - [anon_sym_vararg] = ACTIONS(4609), - [anon_sym_noinline] = ACTIONS(4609), - [anon_sym_crossinline] = ACTIONS(4609), - [anon_sym_expect] = ACTIONS(4609), - [anon_sym_actual] = ACTIONS(4609), - [sym_line_comment] = ACTIONS(3), - [anon_sym_L] = ACTIONS(6812), - [sym__backtick_identifier] = ACTIONS(4611), - [sym__automatic_semicolon] = ACTIONS(4611), - [sym_safe_nav] = ACTIONS(4611), + [3568] = { + [sym_function_body] = STATE(3387), + [sym__block] = STATE(3464), + [sym__alpha_identifier] = ACTIONS(4422), + [anon_sym_AT] = ACTIONS(4424), + [anon_sym_LBRACK] = ACTIONS(4424), + [anon_sym_as] = ACTIONS(4422), + [anon_sym_EQ] = ACTIONS(6389), + [anon_sym_LBRACE] = ACTIONS(6233), + [anon_sym_RBRACE] = ACTIONS(4424), + [anon_sym_LPAREN] = ACTIONS(4424), + [anon_sym_RPAREN] = ACTIONS(4424), + [anon_sym_LT] = ACTIONS(4422), + [anon_sym_GT] = ACTIONS(4422), + [anon_sym_DOT] = ACTIONS(4422), + [anon_sym_SEMI] = ACTIONS(4424), + [anon_sym_get] = ACTIONS(4422), + [anon_sym_set] = ACTIONS(4422), + [anon_sym_STAR] = ACTIONS(4422), + [sym_label] = ACTIONS(4424), + [anon_sym_in] = ACTIONS(4422), + [anon_sym_while] = ACTIONS(4422), + [anon_sym_DOT_DOT] = ACTIONS(4424), + [anon_sym_QMARK_COLON] = ACTIONS(4424), + [anon_sym_AMP_AMP] = ACTIONS(4424), + [anon_sym_PIPE_PIPE] = ACTIONS(4424), + [anon_sym_else] = ACTIONS(4422), + [anon_sym_COLON_COLON] = ACTIONS(4424), + [anon_sym_PLUS_EQ] = ACTIONS(4424), + [anon_sym_DASH_EQ] = ACTIONS(4424), + [anon_sym_STAR_EQ] = ACTIONS(4424), + [anon_sym_SLASH_EQ] = ACTIONS(4424), + [anon_sym_PERCENT_EQ] = ACTIONS(4424), + [anon_sym_BANG_EQ] = ACTIONS(4422), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4424), + [anon_sym_EQ_EQ] = ACTIONS(4422), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4424), + [anon_sym_LT_EQ] = ACTIONS(4424), + [anon_sym_GT_EQ] = ACTIONS(4424), + [anon_sym_BANGin] = ACTIONS(4424), + [anon_sym_is] = ACTIONS(4422), + [anon_sym_BANGis] = ACTIONS(4424), + [anon_sym_PLUS] = ACTIONS(4422), + [anon_sym_DASH] = ACTIONS(4422), + [anon_sym_SLASH] = ACTIONS(4422), + [anon_sym_PERCENT] = ACTIONS(4422), + [anon_sym_as_QMARK] = ACTIONS(4424), + [anon_sym_PLUS_PLUS] = ACTIONS(4424), + [anon_sym_DASH_DASH] = ACTIONS(4424), + [anon_sym_BANG_BANG] = ACTIONS(4424), + [anon_sym_suspend] = ACTIONS(4422), + [anon_sym_sealed] = ACTIONS(4422), + [anon_sym_annotation] = ACTIONS(4422), + [anon_sym_data] = ACTIONS(4422), + [anon_sym_inner] = ACTIONS(4422), + [anon_sym_override] = ACTIONS(4422), + [anon_sym_lateinit] = ACTIONS(4422), + [anon_sym_public] = ACTIONS(4422), + [anon_sym_private] = ACTIONS(4422), + [anon_sym_internal] = ACTIONS(4422), + [anon_sym_protected] = ACTIONS(4422), + [anon_sym_tailrec] = ACTIONS(4422), + [anon_sym_operator] = ACTIONS(4422), + [anon_sym_infix] = ACTIONS(4422), + [anon_sym_inline] = ACTIONS(4422), + [anon_sym_external] = ACTIONS(4422), + [sym_property_modifier] = ACTIONS(4422), + [anon_sym_abstract] = ACTIONS(4422), + [anon_sym_final] = ACTIONS(4422), + [anon_sym_open] = ACTIONS(4422), + [anon_sym_vararg] = ACTIONS(4422), + [anon_sym_noinline] = ACTIONS(4422), + [anon_sym_crossinline] = ACTIONS(4422), + [anon_sym_expect] = ACTIONS(4422), + [anon_sym_actual] = ACTIONS(4422), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4424), + [sym_safe_nav] = ACTIONS(4424), [sym_multiline_comment] = ACTIONS(3), }, - [3644] = { - [sym_indexing_suffix] = STATE(4909), - [sym_navigation_suffix] = STATE(4889), - [sym_call_suffix] = STATE(4891), - [sym_annotated_lambda] = STATE(4893), - [sym_type_arguments] = STATE(7557), - [sym_value_arguments] = STATE(4442), - [sym_lambda_literal] = STATE(4899), - [sym__equality_operator] = STATE(2209), - [sym__comparison_operator] = STATE(2208), - [sym__in_operator] = STATE(2206), - [sym__is_operator] = STATE(6028), - [sym__additive_operator] = STATE(2205), - [sym__multiplicative_operator] = STATE(2203), - [sym__as_operator] = STATE(6024), - [sym__postfix_unary_operator] = STATE(4912), - [sym__member_access_operator] = STATE(7341), - [sym_annotation] = STATE(7855), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2266), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7855), - [sym__alpha_identifier] = ACTIONS(3034), + [3569] = { + [sym_indexing_suffix] = STATE(4986), + [sym_navigation_suffix] = STATE(5006), + [sym_call_suffix] = STATE(5077), + [sym_annotated_lambda] = STATE(4993), + [sym_type_arguments] = STATE(7551), + [sym_value_arguments] = STATE(4451), + [sym_lambda_literal] = STATE(4995), + [sym__equality_operator] = STATE(1817), + [sym__comparison_operator] = STATE(1832), + [sym__in_operator] = STATE(1833), + [sym__is_operator] = STATE(5776), + [sym__additive_operator] = STATE(1834), + [sym__multiplicative_operator] = STATE(1835), + [sym__as_operator] = STATE(5777), + [sym__postfix_unary_operator] = STATE(5000), + [sym__member_access_operator] = STATE(7402), + [sym_annotation] = STATE(7890), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1836), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7890), + [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6688), - [anon_sym_as] = ACTIONS(6690), - [anon_sym_EQ] = ACTIONS(3034), + [anon_sym_LBRACK] = ACTIONS(6702), + [anon_sym_as] = ACTIONS(6704), + [anon_sym_EQ] = ACTIONS(3036), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3036), - [anon_sym_LPAREN] = ACTIONS(6692), - [anon_sym_COMMA] = ACTIONS(3036), - [anon_sym_LT] = ACTIONS(3038), - [anon_sym_GT] = ACTIONS(3034), - [anon_sym_where] = ACTIONS(3034), - [anon_sym_DOT] = ACTIONS(6696), - [anon_sym_SEMI] = ACTIONS(3036), - [anon_sym_get] = ACTIONS(3034), - [anon_sym_set] = ACTIONS(3034), - [anon_sym_STAR] = ACTIONS(6698), - [sym_label] = ACTIONS(6700), - [anon_sym_in] = ACTIONS(3034), - [anon_sym_DOT_DOT] = ACTIONS(3036), - [anon_sym_QMARK_COLON] = ACTIONS(3036), - [anon_sym_AMP_AMP] = ACTIONS(3036), - [anon_sym_PIPE_PIPE] = ACTIONS(3036), - [anon_sym_else] = ACTIONS(3034), - [anon_sym_COLON_COLON] = ACTIONS(6712), - [anon_sym_PLUS_EQ] = ACTIONS(3036), - [anon_sym_DASH_EQ] = ACTIONS(3036), - [anon_sym_STAR_EQ] = ACTIONS(3036), - [anon_sym_SLASH_EQ] = ACTIONS(3036), - [anon_sym_PERCENT_EQ] = ACTIONS(3036), - [anon_sym_BANG_EQ] = ACTIONS(3034), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3036), - [anon_sym_EQ_EQ] = ACTIONS(3034), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3036), - [anon_sym_LT_EQ] = ACTIONS(3036), - [anon_sym_GT_EQ] = ACTIONS(3036), - [anon_sym_BANGin] = ACTIONS(3036), - [anon_sym_is] = ACTIONS(3034), - [anon_sym_BANGis] = ACTIONS(3036), - [anon_sym_PLUS] = ACTIONS(3034), - [anon_sym_DASH] = ACTIONS(3034), - [anon_sym_SLASH] = ACTIONS(6698), - [anon_sym_PERCENT] = ACTIONS(6698), - [anon_sym_as_QMARK] = ACTIONS(6728), - [anon_sym_PLUS_PLUS] = ACTIONS(6730), - [anon_sym_DASH_DASH] = ACTIONS(6730), - [anon_sym_BANG_BANG] = ACTIONS(6730), - [anon_sym_data] = ACTIONS(3034), - [anon_sym_inner] = ACTIONS(3034), - [anon_sym_expect] = ACTIONS(3034), - [anon_sym_actual] = ACTIONS(3034), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3036), - [sym__automatic_semicolon] = ACTIONS(3036), - [sym_safe_nav] = ACTIONS(6712), + [anon_sym_RBRACE] = ACTIONS(3038), + [anon_sym_LPAREN] = ACTIONS(6706), + [anon_sym_COMMA] = ACTIONS(3038), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(3036), + [anon_sym_where] = ACTIONS(3036), + [anon_sym_DOT] = ACTIONS(6708), + [anon_sym_SEMI] = ACTIONS(3038), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(6710), + [sym_label] = ACTIONS(6712), + [anon_sym_in] = ACTIONS(6730), + [anon_sym_DOT_DOT] = ACTIONS(6714), + [anon_sym_QMARK_COLON] = ACTIONS(6716), + [anon_sym_AMP_AMP] = ACTIONS(3038), + [anon_sym_PIPE_PIPE] = ACTIONS(3038), + [anon_sym_else] = ACTIONS(3036), + [anon_sym_COLON_COLON] = ACTIONS(6718), + [anon_sym_PLUS_EQ] = ACTIONS(3038), + [anon_sym_DASH_EQ] = ACTIONS(3038), + [anon_sym_STAR_EQ] = ACTIONS(3038), + [anon_sym_SLASH_EQ] = ACTIONS(3038), + [anon_sym_PERCENT_EQ] = ACTIONS(3038), + [anon_sym_BANG_EQ] = ACTIONS(3036), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3038), + [anon_sym_EQ_EQ] = ACTIONS(3036), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3038), + [anon_sym_LT_EQ] = ACTIONS(3038), + [anon_sym_GT_EQ] = ACTIONS(3038), + [anon_sym_BANGin] = ACTIONS(6742), + [anon_sym_is] = ACTIONS(6744), + [anon_sym_BANGis] = ACTIONS(6746), + [anon_sym_PLUS] = ACTIONS(6720), + [anon_sym_DASH] = ACTIONS(6720), + [anon_sym_SLASH] = ACTIONS(6710), + [anon_sym_PERCENT] = ACTIONS(6710), + [anon_sym_as_QMARK] = ACTIONS(6722), + [anon_sym_PLUS_PLUS] = ACTIONS(6724), + [anon_sym_DASH_DASH] = ACTIONS(6724), + [anon_sym_BANG_BANG] = ACTIONS(6724), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(3038), + [sym_safe_nav] = ACTIONS(6718), [sym_multiline_comment] = ACTIONS(3), }, - [3645] = { - [sym_class_body] = STATE(3695), - [sym__alpha_identifier] = ACTIONS(3190), - [anon_sym_AT] = ACTIONS(3194), - [anon_sym_LBRACK] = ACTIONS(3194), - [anon_sym_as] = ACTIONS(3190), - [anon_sym_EQ] = ACTIONS(3190), - [anon_sym_LBRACE] = ACTIONS(5421), - [anon_sym_RBRACE] = ACTIONS(3194), - [anon_sym_LPAREN] = ACTIONS(3194), - [anon_sym_COMMA] = ACTIONS(3194), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3190), - [anon_sym_where] = ACTIONS(3190), - [anon_sym_DOT] = ACTIONS(3190), - [anon_sym_SEMI] = ACTIONS(3194), - [anon_sym_get] = ACTIONS(3190), - [anon_sym_set] = ACTIONS(3190), - [anon_sym_STAR] = ACTIONS(3190), - [sym_label] = ACTIONS(3194), - [anon_sym_in] = ACTIONS(3190), - [anon_sym_DOT_DOT] = ACTIONS(3194), - [anon_sym_QMARK_COLON] = ACTIONS(3194), - [anon_sym_AMP_AMP] = ACTIONS(3194), - [anon_sym_PIPE_PIPE] = ACTIONS(3194), - [anon_sym_else] = ACTIONS(3190), - [anon_sym_COLON_COLON] = ACTIONS(3194), - [anon_sym_PLUS_EQ] = ACTIONS(3194), - [anon_sym_DASH_EQ] = ACTIONS(3194), - [anon_sym_STAR_EQ] = ACTIONS(3194), - [anon_sym_SLASH_EQ] = ACTIONS(3194), - [anon_sym_PERCENT_EQ] = ACTIONS(3194), - [anon_sym_BANG_EQ] = ACTIONS(3190), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3194), - [anon_sym_EQ_EQ] = ACTIONS(3190), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3194), - [anon_sym_LT_EQ] = ACTIONS(3194), - [anon_sym_GT_EQ] = ACTIONS(3194), - [anon_sym_BANGin] = ACTIONS(3194), - [anon_sym_is] = ACTIONS(3190), - [anon_sym_BANGis] = ACTIONS(3194), - [anon_sym_PLUS] = ACTIONS(3190), - [anon_sym_DASH] = ACTIONS(3190), - [anon_sym_SLASH] = ACTIONS(3190), - [anon_sym_PERCENT] = ACTIONS(3190), - [anon_sym_as_QMARK] = ACTIONS(3194), - [anon_sym_PLUS_PLUS] = ACTIONS(3194), - [anon_sym_DASH_DASH] = ACTIONS(3194), - [anon_sym_BANG_BANG] = ACTIONS(3194), - [anon_sym_suspend] = ACTIONS(3190), - [anon_sym_sealed] = ACTIONS(3190), - [anon_sym_annotation] = ACTIONS(3190), - [anon_sym_data] = ACTIONS(3190), - [anon_sym_inner] = ACTIONS(3190), - [anon_sym_override] = ACTIONS(3190), - [anon_sym_lateinit] = ACTIONS(3190), - [anon_sym_public] = ACTIONS(3190), - [anon_sym_private] = ACTIONS(3190), - [anon_sym_internal] = ACTIONS(3190), - [anon_sym_protected] = ACTIONS(3190), - [anon_sym_tailrec] = ACTIONS(3190), - [anon_sym_operator] = ACTIONS(3190), - [anon_sym_infix] = ACTIONS(3190), - [anon_sym_inline] = ACTIONS(3190), - [anon_sym_external] = ACTIONS(3190), - [sym_property_modifier] = ACTIONS(3190), - [anon_sym_abstract] = ACTIONS(3190), - [anon_sym_final] = ACTIONS(3190), - [anon_sym_open] = ACTIONS(3190), - [anon_sym_vararg] = ACTIONS(3190), - [anon_sym_noinline] = ACTIONS(3190), - [anon_sym_crossinline] = ACTIONS(3190), - [anon_sym_expect] = ACTIONS(3190), - [anon_sym_actual] = ACTIONS(3190), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3194), - [sym__automatic_semicolon] = ACTIONS(3194), - [sym_safe_nav] = ACTIONS(3194), + [3570] = { + [sym_enum_class_body] = STATE(3833), + [sym__alpha_identifier] = ACTIONS(4188), + [anon_sym_AT] = ACTIONS(4190), + [anon_sym_LBRACK] = ACTIONS(4190), + [anon_sym_as] = ACTIONS(4188), + [anon_sym_EQ] = ACTIONS(4188), + [anon_sym_LBRACE] = ACTIONS(5415), + [anon_sym_RBRACE] = ACTIONS(4190), + [anon_sym_LPAREN] = ACTIONS(4190), + [anon_sym_COMMA] = ACTIONS(4190), + [anon_sym_LT] = ACTIONS(4188), + [anon_sym_GT] = ACTIONS(4188), + [anon_sym_where] = ACTIONS(4188), + [anon_sym_DOT] = ACTIONS(4188), + [anon_sym_SEMI] = ACTIONS(4190), + [anon_sym_get] = ACTIONS(4188), + [anon_sym_set] = ACTIONS(4188), + [anon_sym_STAR] = ACTIONS(4188), + [sym_label] = ACTIONS(4190), + [anon_sym_in] = ACTIONS(4188), + [anon_sym_DOT_DOT] = ACTIONS(4190), + [anon_sym_QMARK_COLON] = ACTIONS(4190), + [anon_sym_AMP_AMP] = ACTIONS(4190), + [anon_sym_PIPE_PIPE] = ACTIONS(4190), + [anon_sym_else] = ACTIONS(4188), + [anon_sym_COLON_COLON] = ACTIONS(4190), + [anon_sym_PLUS_EQ] = ACTIONS(4190), + [anon_sym_DASH_EQ] = ACTIONS(4190), + [anon_sym_STAR_EQ] = ACTIONS(4190), + [anon_sym_SLASH_EQ] = ACTIONS(4190), + [anon_sym_PERCENT_EQ] = ACTIONS(4190), + [anon_sym_BANG_EQ] = ACTIONS(4188), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4190), + [anon_sym_EQ_EQ] = ACTIONS(4188), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4190), + [anon_sym_LT_EQ] = ACTIONS(4190), + [anon_sym_GT_EQ] = ACTIONS(4190), + [anon_sym_BANGin] = ACTIONS(4190), + [anon_sym_is] = ACTIONS(4188), + [anon_sym_BANGis] = ACTIONS(4190), + [anon_sym_PLUS] = ACTIONS(4188), + [anon_sym_DASH] = ACTIONS(4188), + [anon_sym_SLASH] = ACTIONS(4188), + [anon_sym_PERCENT] = ACTIONS(4188), + [anon_sym_as_QMARK] = ACTIONS(4190), + [anon_sym_PLUS_PLUS] = ACTIONS(4190), + [anon_sym_DASH_DASH] = ACTIONS(4190), + [anon_sym_BANG_BANG] = ACTIONS(4190), + [anon_sym_suspend] = ACTIONS(4188), + [anon_sym_sealed] = ACTIONS(4188), + [anon_sym_annotation] = ACTIONS(4188), + [anon_sym_data] = ACTIONS(4188), + [anon_sym_inner] = ACTIONS(4188), + [anon_sym_override] = ACTIONS(4188), + [anon_sym_lateinit] = ACTIONS(4188), + [anon_sym_public] = ACTIONS(4188), + [anon_sym_private] = ACTIONS(4188), + [anon_sym_internal] = ACTIONS(4188), + [anon_sym_protected] = ACTIONS(4188), + [anon_sym_tailrec] = ACTIONS(4188), + [anon_sym_operator] = ACTIONS(4188), + [anon_sym_infix] = ACTIONS(4188), + [anon_sym_inline] = ACTIONS(4188), + [anon_sym_external] = ACTIONS(4188), + [sym_property_modifier] = ACTIONS(4188), + [anon_sym_abstract] = ACTIONS(4188), + [anon_sym_final] = ACTIONS(4188), + [anon_sym_open] = ACTIONS(4188), + [anon_sym_vararg] = ACTIONS(4188), + [anon_sym_noinline] = ACTIONS(4188), + [anon_sym_crossinline] = ACTIONS(4188), + [anon_sym_expect] = ACTIONS(4188), + [anon_sym_actual] = ACTIONS(4188), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4190), + [sym__automatic_semicolon] = ACTIONS(4190), + [sym_safe_nav] = ACTIONS(4190), [sym_multiline_comment] = ACTIONS(3), }, - [3646] = { - [sym_indexing_suffix] = STATE(4909), - [sym_navigation_suffix] = STATE(4889), - [sym_call_suffix] = STATE(4891), - [sym_annotated_lambda] = STATE(4893), - [sym_type_arguments] = STATE(7557), - [sym_value_arguments] = STATE(4442), - [sym_lambda_literal] = STATE(4899), - [sym__equality_operator] = STATE(2209), - [sym__comparison_operator] = STATE(2208), - [sym__in_operator] = STATE(2206), - [sym__is_operator] = STATE(6028), - [sym__additive_operator] = STATE(2205), - [sym__multiplicative_operator] = STATE(2203), - [sym__as_operator] = STATE(6024), - [sym__postfix_unary_operator] = STATE(4912), - [sym__member_access_operator] = STATE(7341), - [sym_annotation] = STATE(7855), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2266), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7855), + [3571] = { + [sym_indexing_suffix] = STATE(4986), + [sym_navigation_suffix] = STATE(5006), + [sym_call_suffix] = STATE(5077), + [sym_annotated_lambda] = STATE(4993), + [sym_type_arguments] = STATE(7551), + [sym_value_arguments] = STATE(4451), + [sym_lambda_literal] = STATE(4995), + [sym__equality_operator] = STATE(1817), + [sym__comparison_operator] = STATE(1832), + [sym__in_operator] = STATE(1833), + [sym__is_operator] = STATE(5776), + [sym__additive_operator] = STATE(1834), + [sym__multiplicative_operator] = STATE(1835), + [sym__as_operator] = STATE(5777), + [sym__postfix_unary_operator] = STATE(5000), + [sym__member_access_operator] = STATE(7402), + [sym_annotation] = STATE(7890), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1836), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7890), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6688), - [anon_sym_as] = ACTIONS(6690), - [anon_sym_EQ] = ACTIONS(3072), + [anon_sym_LBRACK] = ACTIONS(6702), + [anon_sym_as] = ACTIONS(6704), + [anon_sym_EQ] = ACTIONS(3040), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3074), - [anon_sym_LPAREN] = ACTIONS(6692), - [anon_sym_COMMA] = ACTIONS(3074), + [anon_sym_RBRACE] = ACTIONS(3042), + [anon_sym_LPAREN] = ACTIONS(6706), + [anon_sym_COMMA] = ACTIONS(3042), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(6694), - [anon_sym_where] = ACTIONS(3072), - [anon_sym_DOT] = ACTIONS(6696), - [anon_sym_SEMI] = ACTIONS(3074), + [anon_sym_GT] = ACTIONS(6728), + [anon_sym_where] = ACTIONS(3040), + [anon_sym_DOT] = ACTIONS(6708), + [anon_sym_SEMI] = ACTIONS(3042), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(6698), - [sym_label] = ACTIONS(6700), - [anon_sym_in] = ACTIONS(6702), - [anon_sym_DOT_DOT] = ACTIONS(6704), - [anon_sym_QMARK_COLON] = ACTIONS(6706), - [anon_sym_AMP_AMP] = ACTIONS(6708), - [anon_sym_PIPE_PIPE] = ACTIONS(6710), - [anon_sym_else] = ACTIONS(3072), - [anon_sym_COLON_COLON] = ACTIONS(6712), - [anon_sym_PLUS_EQ] = ACTIONS(3074), - [anon_sym_DASH_EQ] = ACTIONS(3074), - [anon_sym_STAR_EQ] = ACTIONS(3074), - [anon_sym_SLASH_EQ] = ACTIONS(3074), - [anon_sym_PERCENT_EQ] = ACTIONS(3074), - [anon_sym_BANG_EQ] = ACTIONS(6714), - [anon_sym_BANG_EQ_EQ] = ACTIONS(6716), - [anon_sym_EQ_EQ] = ACTIONS(6714), - [anon_sym_EQ_EQ_EQ] = ACTIONS(6716), - [anon_sym_LT_EQ] = ACTIONS(6718), - [anon_sym_GT_EQ] = ACTIONS(6718), - [anon_sym_BANGin] = ACTIONS(6720), - [anon_sym_is] = ACTIONS(6722), - [anon_sym_BANGis] = ACTIONS(6724), - [anon_sym_PLUS] = ACTIONS(6726), - [anon_sym_DASH] = ACTIONS(6726), - [anon_sym_SLASH] = ACTIONS(6698), - [anon_sym_PERCENT] = ACTIONS(6698), - [anon_sym_as_QMARK] = ACTIONS(6728), - [anon_sym_PLUS_PLUS] = ACTIONS(6730), - [anon_sym_DASH_DASH] = ACTIONS(6730), - [anon_sym_BANG_BANG] = ACTIONS(6730), + [anon_sym_STAR] = ACTIONS(6710), + [sym_label] = ACTIONS(6712), + [anon_sym_in] = ACTIONS(6730), + [anon_sym_DOT_DOT] = ACTIONS(6714), + [anon_sym_QMARK_COLON] = ACTIONS(6716), + [anon_sym_AMP_AMP] = ACTIONS(3042), + [anon_sym_PIPE_PIPE] = ACTIONS(3042), + [anon_sym_else] = ACTIONS(3040), + [anon_sym_COLON_COLON] = ACTIONS(6718), + [anon_sym_PLUS_EQ] = ACTIONS(3042), + [anon_sym_DASH_EQ] = ACTIONS(3042), + [anon_sym_STAR_EQ] = ACTIONS(3042), + [anon_sym_SLASH_EQ] = ACTIONS(3042), + [anon_sym_PERCENT_EQ] = ACTIONS(3042), + [anon_sym_BANG_EQ] = ACTIONS(3040), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3042), + [anon_sym_EQ_EQ] = ACTIONS(3040), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3042), + [anon_sym_LT_EQ] = ACTIONS(6740), + [anon_sym_GT_EQ] = ACTIONS(6740), + [anon_sym_BANGin] = ACTIONS(6742), + [anon_sym_is] = ACTIONS(6744), + [anon_sym_BANGis] = ACTIONS(6746), + [anon_sym_PLUS] = ACTIONS(6720), + [anon_sym_DASH] = ACTIONS(6720), + [anon_sym_SLASH] = ACTIONS(6710), + [anon_sym_PERCENT] = ACTIONS(6710), + [anon_sym_as_QMARK] = ACTIONS(6722), + [anon_sym_PLUS_PLUS] = ACTIONS(6724), + [anon_sym_DASH_DASH] = ACTIONS(6724), + [anon_sym_BANG_BANG] = ACTIONS(6724), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3074), - [sym_safe_nav] = ACTIONS(6712), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(3042), + [sym_safe_nav] = ACTIONS(6718), + [sym_multiline_comment] = ACTIONS(3), + }, + [3572] = { + [sym__alpha_identifier] = ACTIONS(4285), + [anon_sym_AT] = ACTIONS(4288), + [anon_sym_LBRACK] = ACTIONS(4288), + [anon_sym_as] = ACTIONS(4285), + [anon_sym_EQ] = ACTIONS(3943), + [anon_sym_LBRACE] = ACTIONS(4288), + [anon_sym_RBRACE] = ACTIONS(4288), + [anon_sym_LPAREN] = ACTIONS(6748), + [anon_sym_LT] = ACTIONS(4285), + [anon_sym_GT] = ACTIONS(4285), + [anon_sym_object] = ACTIONS(4285), + [anon_sym_fun] = ACTIONS(4285), + [anon_sym_DOT] = ACTIONS(4285), + [anon_sym_SEMI] = ACTIONS(4288), + [anon_sym_get] = ACTIONS(4285), + [anon_sym_set] = ACTIONS(4285), + [anon_sym_this] = ACTIONS(4285), + [anon_sym_super] = ACTIONS(4285), + [anon_sym_STAR] = ACTIONS(4285), + [sym_label] = ACTIONS(4285), + [anon_sym_in] = ACTIONS(4285), + [anon_sym_DOT_DOT] = ACTIONS(4288), + [anon_sym_QMARK_COLON] = ACTIONS(4288), + [anon_sym_AMP_AMP] = ACTIONS(4288), + [anon_sym_PIPE_PIPE] = ACTIONS(4288), + [anon_sym_null] = ACTIONS(4285), + [anon_sym_if] = ACTIONS(4285), + [anon_sym_else] = ACTIONS(4285), + [anon_sym_when] = ACTIONS(4285), + [anon_sym_try] = ACTIONS(4285), + [anon_sym_throw] = ACTIONS(4285), + [anon_sym_return] = ACTIONS(4285), + [anon_sym_continue] = ACTIONS(4285), + [anon_sym_break] = ACTIONS(4285), + [anon_sym_COLON_COLON] = ACTIONS(4288), + [anon_sym_PLUS_EQ] = ACTIONS(3948), + [anon_sym_DASH_EQ] = ACTIONS(3948), + [anon_sym_STAR_EQ] = ACTIONS(3948), + [anon_sym_SLASH_EQ] = ACTIONS(3948), + [anon_sym_PERCENT_EQ] = ACTIONS(3948), + [anon_sym_BANG_EQ] = ACTIONS(4285), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4288), + [anon_sym_EQ_EQ] = ACTIONS(4285), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4288), + [anon_sym_LT_EQ] = ACTIONS(4288), + [anon_sym_GT_EQ] = ACTIONS(4288), + [anon_sym_BANGin] = ACTIONS(4288), + [anon_sym_is] = ACTIONS(4285), + [anon_sym_BANGis] = ACTIONS(4288), + [anon_sym_PLUS] = ACTIONS(4285), + [anon_sym_DASH] = ACTIONS(4285), + [anon_sym_SLASH] = ACTIONS(4285), + [anon_sym_PERCENT] = ACTIONS(4285), + [anon_sym_as_QMARK] = ACTIONS(4288), + [anon_sym_PLUS_PLUS] = ACTIONS(4288), + [anon_sym_DASH_DASH] = ACTIONS(4288), + [anon_sym_BANG] = ACTIONS(4285), + [anon_sym_BANG_BANG] = ACTIONS(4288), + [anon_sym_data] = ACTIONS(4285), + [anon_sym_inner] = ACTIONS(4285), + [anon_sym_expect] = ACTIONS(4285), + [anon_sym_actual] = ACTIONS(4285), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4288), + [anon_sym_continue_AT] = ACTIONS(4288), + [anon_sym_break_AT] = ACTIONS(4288), + [sym_real_literal] = ACTIONS(4288), + [sym_integer_literal] = ACTIONS(4285), + [sym_hex_literal] = ACTIONS(4288), + [sym_bin_literal] = ACTIONS(4288), + [anon_sym_true] = ACTIONS(4285), + [anon_sym_false] = ACTIONS(4285), + [anon_sym_SQUOTE] = ACTIONS(4288), + [sym__backtick_identifier] = ACTIONS(4288), + [sym__automatic_semicolon] = ACTIONS(4288), + [sym_safe_nav] = ACTIONS(4288), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4288), + }, + [3573] = { + [aux_sym__delegation_specifiers_repeat1] = STATE(3616), + [sym__alpha_identifier] = ACTIONS(4664), + [anon_sym_AT] = ACTIONS(4666), + [anon_sym_LBRACK] = ACTIONS(4666), + [anon_sym_as] = ACTIONS(4664), + [anon_sym_EQ] = ACTIONS(4664), + [anon_sym_LBRACE] = ACTIONS(4666), + [anon_sym_RBRACE] = ACTIONS(4666), + [anon_sym_LPAREN] = ACTIONS(4666), + [anon_sym_COMMA] = ACTIONS(4666), + [anon_sym_LT] = ACTIONS(4664), + [anon_sym_GT] = ACTIONS(4664), + [anon_sym_where] = ACTIONS(4664), + [anon_sym_DOT] = ACTIONS(4664), + [anon_sym_SEMI] = ACTIONS(4666), + [anon_sym_get] = ACTIONS(4664), + [anon_sym_set] = ACTIONS(4664), + [anon_sym_STAR] = ACTIONS(4664), + [sym_label] = ACTIONS(4666), + [anon_sym_in] = ACTIONS(4664), + [anon_sym_DOT_DOT] = ACTIONS(4666), + [anon_sym_QMARK_COLON] = ACTIONS(4666), + [anon_sym_AMP_AMP] = ACTIONS(4666), + [anon_sym_PIPE_PIPE] = ACTIONS(4666), + [anon_sym_else] = ACTIONS(4664), + [anon_sym_COLON_COLON] = ACTIONS(4666), + [anon_sym_PLUS_EQ] = ACTIONS(4666), + [anon_sym_DASH_EQ] = ACTIONS(4666), + [anon_sym_STAR_EQ] = ACTIONS(4666), + [anon_sym_SLASH_EQ] = ACTIONS(4666), + [anon_sym_PERCENT_EQ] = ACTIONS(4666), + [anon_sym_BANG_EQ] = ACTIONS(4664), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4666), + [anon_sym_EQ_EQ] = ACTIONS(4664), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4666), + [anon_sym_LT_EQ] = ACTIONS(4666), + [anon_sym_GT_EQ] = ACTIONS(4666), + [anon_sym_BANGin] = ACTIONS(4666), + [anon_sym_is] = ACTIONS(4664), + [anon_sym_BANGis] = ACTIONS(4666), + [anon_sym_PLUS] = ACTIONS(4664), + [anon_sym_DASH] = ACTIONS(4664), + [anon_sym_SLASH] = ACTIONS(4664), + [anon_sym_PERCENT] = ACTIONS(4664), + [anon_sym_as_QMARK] = ACTIONS(4666), + [anon_sym_PLUS_PLUS] = ACTIONS(4666), + [anon_sym_DASH_DASH] = ACTIONS(4666), + [anon_sym_BANG_BANG] = ACTIONS(4666), + [anon_sym_suspend] = ACTIONS(4664), + [anon_sym_sealed] = ACTIONS(4664), + [anon_sym_annotation] = ACTIONS(4664), + [anon_sym_data] = ACTIONS(4664), + [anon_sym_inner] = ACTIONS(4664), + [anon_sym_override] = ACTIONS(4664), + [anon_sym_lateinit] = ACTIONS(4664), + [anon_sym_public] = ACTIONS(4664), + [anon_sym_private] = ACTIONS(4664), + [anon_sym_internal] = ACTIONS(4664), + [anon_sym_protected] = ACTIONS(4664), + [anon_sym_tailrec] = ACTIONS(4664), + [anon_sym_operator] = ACTIONS(4664), + [anon_sym_infix] = ACTIONS(4664), + [anon_sym_inline] = ACTIONS(4664), + [anon_sym_external] = ACTIONS(4664), + [sym_property_modifier] = ACTIONS(4664), + [anon_sym_abstract] = ACTIONS(4664), + [anon_sym_final] = ACTIONS(4664), + [anon_sym_open] = ACTIONS(4664), + [anon_sym_vararg] = ACTIONS(4664), + [anon_sym_noinline] = ACTIONS(4664), + [anon_sym_crossinline] = ACTIONS(4664), + [anon_sym_expect] = ACTIONS(4664), + [anon_sym_actual] = ACTIONS(4664), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4666), + [sym__automatic_semicolon] = ACTIONS(4666), + [sym_safe_nav] = ACTIONS(4666), + [sym_multiline_comment] = ACTIONS(3), + }, + [3574] = { + [sym_function_body] = STATE(3305), + [sym__block] = STATE(3464), + [sym__alpha_identifier] = ACTIONS(4210), + [anon_sym_AT] = ACTIONS(4212), + [anon_sym_LBRACK] = ACTIONS(4212), + [anon_sym_as] = ACTIONS(4210), + [anon_sym_EQ] = ACTIONS(6389), + [anon_sym_LBRACE] = ACTIONS(6233), + [anon_sym_RBRACE] = ACTIONS(4212), + [anon_sym_LPAREN] = ACTIONS(4212), + [anon_sym_RPAREN] = ACTIONS(4212), + [anon_sym_LT] = ACTIONS(4210), + [anon_sym_GT] = ACTIONS(4210), + [anon_sym_DOT] = ACTIONS(4210), + [anon_sym_SEMI] = ACTIONS(4212), + [anon_sym_get] = ACTIONS(4210), + [anon_sym_set] = ACTIONS(4210), + [anon_sym_STAR] = ACTIONS(4210), + [sym_label] = ACTIONS(4212), + [anon_sym_in] = ACTIONS(4210), + [anon_sym_while] = ACTIONS(4210), + [anon_sym_DOT_DOT] = ACTIONS(4212), + [anon_sym_QMARK_COLON] = ACTIONS(4212), + [anon_sym_AMP_AMP] = ACTIONS(4212), + [anon_sym_PIPE_PIPE] = ACTIONS(4212), + [anon_sym_else] = ACTIONS(4210), + [anon_sym_COLON_COLON] = ACTIONS(4212), + [anon_sym_PLUS_EQ] = ACTIONS(4212), + [anon_sym_DASH_EQ] = ACTIONS(4212), + [anon_sym_STAR_EQ] = ACTIONS(4212), + [anon_sym_SLASH_EQ] = ACTIONS(4212), + [anon_sym_PERCENT_EQ] = ACTIONS(4212), + [anon_sym_BANG_EQ] = ACTIONS(4210), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4212), + [anon_sym_EQ_EQ] = ACTIONS(4210), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4212), + [anon_sym_LT_EQ] = ACTIONS(4212), + [anon_sym_GT_EQ] = ACTIONS(4212), + [anon_sym_BANGin] = ACTIONS(4212), + [anon_sym_is] = ACTIONS(4210), + [anon_sym_BANGis] = ACTIONS(4212), + [anon_sym_PLUS] = ACTIONS(4210), + [anon_sym_DASH] = ACTIONS(4210), + [anon_sym_SLASH] = ACTIONS(4210), + [anon_sym_PERCENT] = ACTIONS(4210), + [anon_sym_as_QMARK] = ACTIONS(4212), + [anon_sym_PLUS_PLUS] = ACTIONS(4212), + [anon_sym_DASH_DASH] = ACTIONS(4212), + [anon_sym_BANG_BANG] = ACTIONS(4212), + [anon_sym_suspend] = ACTIONS(4210), + [anon_sym_sealed] = ACTIONS(4210), + [anon_sym_annotation] = ACTIONS(4210), + [anon_sym_data] = ACTIONS(4210), + [anon_sym_inner] = ACTIONS(4210), + [anon_sym_override] = ACTIONS(4210), + [anon_sym_lateinit] = ACTIONS(4210), + [anon_sym_public] = ACTIONS(4210), + [anon_sym_private] = ACTIONS(4210), + [anon_sym_internal] = ACTIONS(4210), + [anon_sym_protected] = ACTIONS(4210), + [anon_sym_tailrec] = ACTIONS(4210), + [anon_sym_operator] = ACTIONS(4210), + [anon_sym_infix] = ACTIONS(4210), + [anon_sym_inline] = ACTIONS(4210), + [anon_sym_external] = ACTIONS(4210), + [sym_property_modifier] = ACTIONS(4210), + [anon_sym_abstract] = ACTIONS(4210), + [anon_sym_final] = ACTIONS(4210), + [anon_sym_open] = ACTIONS(4210), + [anon_sym_vararg] = ACTIONS(4210), + [anon_sym_noinline] = ACTIONS(4210), + [anon_sym_crossinline] = ACTIONS(4210), + [anon_sym_expect] = ACTIONS(4210), + [anon_sym_actual] = ACTIONS(4210), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4212), + [sym_safe_nav] = ACTIONS(4212), + [sym_multiline_comment] = ACTIONS(3), + }, + [3575] = { + [sym_function_body] = STATE(3259), + [sym__block] = STATE(3334), + [sym__alpha_identifier] = ACTIONS(4210), + [anon_sym_AT] = ACTIONS(4212), + [anon_sym_COLON] = ACTIONS(6752), + [anon_sym_LBRACK] = ACTIONS(4212), + [anon_sym_as] = ACTIONS(4210), + [anon_sym_EQ] = ACTIONS(6656), + [anon_sym_LBRACE] = ACTIONS(6244), + [anon_sym_RBRACE] = ACTIONS(4212), + [anon_sym_LPAREN] = ACTIONS(4212), + [anon_sym_COMMA] = ACTIONS(4212), + [anon_sym_LT] = ACTIONS(4210), + [anon_sym_GT] = ACTIONS(4210), + [anon_sym_where] = ACTIONS(4210), + [anon_sym_object] = ACTIONS(4210), + [anon_sym_fun] = ACTIONS(4210), + [anon_sym_DOT] = ACTIONS(4210), + [anon_sym_SEMI] = ACTIONS(4212), + [anon_sym_get] = ACTIONS(4210), + [anon_sym_set] = ACTIONS(4210), + [anon_sym_this] = ACTIONS(4210), + [anon_sym_super] = ACTIONS(4210), + [anon_sym_STAR] = ACTIONS(4212), + [sym_label] = ACTIONS(4210), + [anon_sym_in] = ACTIONS(4210), + [anon_sym_DOT_DOT] = ACTIONS(4212), + [anon_sym_QMARK_COLON] = ACTIONS(4212), + [anon_sym_AMP_AMP] = ACTIONS(4212), + [anon_sym_PIPE_PIPE] = ACTIONS(4212), + [anon_sym_null] = ACTIONS(4210), + [anon_sym_if] = ACTIONS(4210), + [anon_sym_else] = ACTIONS(4210), + [anon_sym_when] = ACTIONS(4210), + [anon_sym_try] = ACTIONS(4210), + [anon_sym_throw] = ACTIONS(4210), + [anon_sym_return] = ACTIONS(4210), + [anon_sym_continue] = ACTIONS(4210), + [anon_sym_break] = ACTIONS(4210), + [anon_sym_COLON_COLON] = ACTIONS(4212), + [anon_sym_BANG_EQ] = ACTIONS(4210), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4212), + [anon_sym_EQ_EQ] = ACTIONS(4210), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4212), + [anon_sym_LT_EQ] = ACTIONS(4212), + [anon_sym_GT_EQ] = ACTIONS(4212), + [anon_sym_BANGin] = ACTIONS(4212), + [anon_sym_is] = ACTIONS(4210), + [anon_sym_BANGis] = ACTIONS(4212), + [anon_sym_PLUS] = ACTIONS(4210), + [anon_sym_DASH] = ACTIONS(4210), + [anon_sym_SLASH] = ACTIONS(4210), + [anon_sym_PERCENT] = ACTIONS(4212), + [anon_sym_as_QMARK] = ACTIONS(4212), + [anon_sym_PLUS_PLUS] = ACTIONS(4212), + [anon_sym_DASH_DASH] = ACTIONS(4212), + [anon_sym_BANG] = ACTIONS(4210), + [anon_sym_BANG_BANG] = ACTIONS(4212), + [anon_sym_data] = ACTIONS(4210), + [anon_sym_inner] = ACTIONS(4210), + [anon_sym_expect] = ACTIONS(4210), + [anon_sym_actual] = ACTIONS(4210), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4212), + [anon_sym_continue_AT] = ACTIONS(4212), + [anon_sym_break_AT] = ACTIONS(4212), + [sym_real_literal] = ACTIONS(4212), + [sym_integer_literal] = ACTIONS(4210), + [sym_hex_literal] = ACTIONS(4212), + [sym_bin_literal] = ACTIONS(4212), + [anon_sym_true] = ACTIONS(4210), + [anon_sym_false] = ACTIONS(4210), + [anon_sym_SQUOTE] = ACTIONS(4212), + [sym__backtick_identifier] = ACTIONS(4212), + [sym__automatic_semicolon] = ACTIONS(4212), + [sym_safe_nav] = ACTIONS(4212), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4212), + }, + [3576] = { + [sym_type_constraints] = STATE(3976), + [sym_function_body] = STATE(3153), + [sym__block] = STATE(3334), + [sym__alpha_identifier] = ACTIONS(4099), + [anon_sym_AT] = ACTIONS(4101), + [anon_sym_COLON] = ACTIONS(6754), + [anon_sym_LBRACK] = ACTIONS(4101), + [anon_sym_as] = ACTIONS(4099), + [anon_sym_EQ] = ACTIONS(6756), + [anon_sym_LBRACE] = ACTIONS(6244), + [anon_sym_RBRACE] = ACTIONS(4101), + [anon_sym_LPAREN] = ACTIONS(4101), + [anon_sym_LT] = ACTIONS(4099), + [anon_sym_GT] = ACTIONS(4099), + [anon_sym_where] = ACTIONS(3118), + [anon_sym_object] = ACTIONS(4099), + [anon_sym_fun] = ACTIONS(4099), + [anon_sym_DOT] = ACTIONS(4099), + [anon_sym_SEMI] = ACTIONS(4101), + [anon_sym_get] = ACTIONS(4099), + [anon_sym_set] = ACTIONS(4099), + [anon_sym_this] = ACTIONS(4099), + [anon_sym_super] = ACTIONS(4099), + [anon_sym_STAR] = ACTIONS(4101), + [sym_label] = ACTIONS(4099), + [anon_sym_in] = ACTIONS(4099), + [anon_sym_DOT_DOT] = ACTIONS(4101), + [anon_sym_QMARK_COLON] = ACTIONS(4101), + [anon_sym_AMP_AMP] = ACTIONS(4101), + [anon_sym_PIPE_PIPE] = ACTIONS(4101), + [anon_sym_null] = ACTIONS(4099), + [anon_sym_if] = ACTIONS(4099), + [anon_sym_else] = ACTIONS(4099), + [anon_sym_when] = ACTIONS(4099), + [anon_sym_try] = ACTIONS(4099), + [anon_sym_throw] = ACTIONS(4099), + [anon_sym_return] = ACTIONS(4099), + [anon_sym_continue] = ACTIONS(4099), + [anon_sym_break] = ACTIONS(4099), + [anon_sym_COLON_COLON] = ACTIONS(4101), + [anon_sym_BANG_EQ] = ACTIONS(4099), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4101), + [anon_sym_EQ_EQ] = ACTIONS(4099), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4101), + [anon_sym_LT_EQ] = ACTIONS(4101), + [anon_sym_GT_EQ] = ACTIONS(4101), + [anon_sym_BANGin] = ACTIONS(4101), + [anon_sym_is] = ACTIONS(4099), + [anon_sym_BANGis] = ACTIONS(4101), + [anon_sym_PLUS] = ACTIONS(4099), + [anon_sym_DASH] = ACTIONS(4099), + [anon_sym_SLASH] = ACTIONS(4099), + [anon_sym_PERCENT] = ACTIONS(4101), + [anon_sym_as_QMARK] = ACTIONS(4101), + [anon_sym_PLUS_PLUS] = ACTIONS(4101), + [anon_sym_DASH_DASH] = ACTIONS(4101), + [anon_sym_BANG] = ACTIONS(4099), + [anon_sym_BANG_BANG] = ACTIONS(4101), + [anon_sym_data] = ACTIONS(4099), + [anon_sym_inner] = ACTIONS(4099), + [anon_sym_expect] = ACTIONS(4099), + [anon_sym_actual] = ACTIONS(4099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4101), + [anon_sym_continue_AT] = ACTIONS(4101), + [anon_sym_break_AT] = ACTIONS(4101), + [sym_real_literal] = ACTIONS(4101), + [sym_integer_literal] = ACTIONS(4099), + [sym_hex_literal] = ACTIONS(4101), + [sym_bin_literal] = ACTIONS(4101), + [anon_sym_true] = ACTIONS(4099), + [anon_sym_false] = ACTIONS(4099), + [anon_sym_SQUOTE] = ACTIONS(4101), + [sym__backtick_identifier] = ACTIONS(4101), + [sym__automatic_semicolon] = ACTIONS(4101), + [sym_safe_nav] = ACTIONS(4101), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4101), + }, + [3577] = { + [sym_enum_class_body] = STATE(3687), + [sym__alpha_identifier] = ACTIONS(4392), + [anon_sym_AT] = ACTIONS(4394), + [anon_sym_LBRACK] = ACTIONS(4394), + [anon_sym_as] = ACTIONS(4392), + [anon_sym_EQ] = ACTIONS(4392), + [anon_sym_LBRACE] = ACTIONS(5415), + [anon_sym_RBRACE] = ACTIONS(4394), + [anon_sym_LPAREN] = ACTIONS(4394), + [anon_sym_COMMA] = ACTIONS(4394), + [anon_sym_LT] = ACTIONS(4392), + [anon_sym_GT] = ACTIONS(4392), + [anon_sym_where] = ACTIONS(4392), + [anon_sym_DOT] = ACTIONS(4392), + [anon_sym_SEMI] = ACTIONS(4394), + [anon_sym_get] = ACTIONS(4392), + [anon_sym_set] = ACTIONS(4392), + [anon_sym_STAR] = ACTIONS(4392), + [sym_label] = ACTIONS(4394), + [anon_sym_in] = ACTIONS(4392), + [anon_sym_DOT_DOT] = ACTIONS(4394), + [anon_sym_QMARK_COLON] = ACTIONS(4394), + [anon_sym_AMP_AMP] = ACTIONS(4394), + [anon_sym_PIPE_PIPE] = ACTIONS(4394), + [anon_sym_else] = ACTIONS(4392), + [anon_sym_COLON_COLON] = ACTIONS(4394), + [anon_sym_PLUS_EQ] = ACTIONS(4394), + [anon_sym_DASH_EQ] = ACTIONS(4394), + [anon_sym_STAR_EQ] = ACTIONS(4394), + [anon_sym_SLASH_EQ] = ACTIONS(4394), + [anon_sym_PERCENT_EQ] = ACTIONS(4394), + [anon_sym_BANG_EQ] = ACTIONS(4392), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4394), + [anon_sym_EQ_EQ] = ACTIONS(4392), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4394), + [anon_sym_LT_EQ] = ACTIONS(4394), + [anon_sym_GT_EQ] = ACTIONS(4394), + [anon_sym_BANGin] = ACTIONS(4394), + [anon_sym_is] = ACTIONS(4392), + [anon_sym_BANGis] = ACTIONS(4394), + [anon_sym_PLUS] = ACTIONS(4392), + [anon_sym_DASH] = ACTIONS(4392), + [anon_sym_SLASH] = ACTIONS(4392), + [anon_sym_PERCENT] = ACTIONS(4392), + [anon_sym_as_QMARK] = ACTIONS(4394), + [anon_sym_PLUS_PLUS] = ACTIONS(4394), + [anon_sym_DASH_DASH] = ACTIONS(4394), + [anon_sym_BANG_BANG] = ACTIONS(4394), + [anon_sym_suspend] = ACTIONS(4392), + [anon_sym_sealed] = ACTIONS(4392), + [anon_sym_annotation] = ACTIONS(4392), + [anon_sym_data] = ACTIONS(4392), + [anon_sym_inner] = ACTIONS(4392), + [anon_sym_override] = ACTIONS(4392), + [anon_sym_lateinit] = ACTIONS(4392), + [anon_sym_public] = ACTIONS(4392), + [anon_sym_private] = ACTIONS(4392), + [anon_sym_internal] = ACTIONS(4392), + [anon_sym_protected] = ACTIONS(4392), + [anon_sym_tailrec] = ACTIONS(4392), + [anon_sym_operator] = ACTIONS(4392), + [anon_sym_infix] = ACTIONS(4392), + [anon_sym_inline] = ACTIONS(4392), + [anon_sym_external] = ACTIONS(4392), + [sym_property_modifier] = ACTIONS(4392), + [anon_sym_abstract] = ACTIONS(4392), + [anon_sym_final] = ACTIONS(4392), + [anon_sym_open] = ACTIONS(4392), + [anon_sym_vararg] = ACTIONS(4392), + [anon_sym_noinline] = ACTIONS(4392), + [anon_sym_crossinline] = ACTIONS(4392), + [anon_sym_expect] = ACTIONS(4392), + [anon_sym_actual] = ACTIONS(4392), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4394), + [sym__automatic_semicolon] = ACTIONS(4394), + [sym_safe_nav] = ACTIONS(4394), [sym_multiline_comment] = ACTIONS(3), }, - [3647] = { - [sym_class_body] = STATE(3247), - [sym__alpha_identifier] = ACTIONS(4509), - [anon_sym_AT] = ACTIONS(4511), - [anon_sym_COLON] = ACTIONS(6814), - [anon_sym_LBRACK] = ACTIONS(4511), - [anon_sym_as] = ACTIONS(4509), - [anon_sym_EQ] = ACTIONS(4509), - [anon_sym_LBRACE] = ACTIONS(5147), - [anon_sym_RBRACE] = ACTIONS(4511), - [anon_sym_LPAREN] = ACTIONS(4511), - [anon_sym_RPAREN] = ACTIONS(4511), - [anon_sym_LT] = ACTIONS(4509), - [anon_sym_GT] = ACTIONS(4509), - [anon_sym_DOT] = ACTIONS(4509), - [anon_sym_SEMI] = ACTIONS(4511), - [anon_sym_get] = ACTIONS(4509), - [anon_sym_set] = ACTIONS(4509), - [anon_sym_STAR] = ACTIONS(4509), - [sym_label] = ACTIONS(4511), - [anon_sym_in] = ACTIONS(4509), - [anon_sym_while] = ACTIONS(4509), - [anon_sym_DOT_DOT] = ACTIONS(4511), - [anon_sym_QMARK_COLON] = ACTIONS(4511), - [anon_sym_AMP_AMP] = ACTIONS(4511), - [anon_sym_PIPE_PIPE] = ACTIONS(4511), - [anon_sym_else] = ACTIONS(4509), - [anon_sym_COLON_COLON] = ACTIONS(4511), - [anon_sym_PLUS_EQ] = ACTIONS(4511), - [anon_sym_DASH_EQ] = ACTIONS(4511), - [anon_sym_STAR_EQ] = ACTIONS(4511), - [anon_sym_SLASH_EQ] = ACTIONS(4511), - [anon_sym_PERCENT_EQ] = ACTIONS(4511), - [anon_sym_BANG_EQ] = ACTIONS(4509), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4511), - [anon_sym_EQ_EQ] = ACTIONS(4509), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4511), - [anon_sym_LT_EQ] = ACTIONS(4511), - [anon_sym_GT_EQ] = ACTIONS(4511), - [anon_sym_BANGin] = ACTIONS(4511), - [anon_sym_is] = ACTIONS(4509), - [anon_sym_BANGis] = ACTIONS(4511), - [anon_sym_PLUS] = ACTIONS(4509), - [anon_sym_DASH] = ACTIONS(4509), - [anon_sym_SLASH] = ACTIONS(4509), - [anon_sym_PERCENT] = ACTIONS(4509), - [anon_sym_as_QMARK] = ACTIONS(4511), - [anon_sym_PLUS_PLUS] = ACTIONS(4511), - [anon_sym_DASH_DASH] = ACTIONS(4511), - [anon_sym_BANG_BANG] = ACTIONS(4511), - [anon_sym_suspend] = ACTIONS(4509), - [anon_sym_sealed] = ACTIONS(4509), - [anon_sym_annotation] = ACTIONS(4509), - [anon_sym_data] = ACTIONS(4509), - [anon_sym_inner] = ACTIONS(4509), - [anon_sym_override] = ACTIONS(4509), - [anon_sym_lateinit] = ACTIONS(4509), - [anon_sym_public] = ACTIONS(4509), - [anon_sym_private] = ACTIONS(4509), - [anon_sym_internal] = ACTIONS(4509), - [anon_sym_protected] = ACTIONS(4509), - [anon_sym_tailrec] = ACTIONS(4509), - [anon_sym_operator] = ACTIONS(4509), - [anon_sym_infix] = ACTIONS(4509), - [anon_sym_inline] = ACTIONS(4509), - [anon_sym_external] = ACTIONS(4509), - [sym_property_modifier] = ACTIONS(4509), - [anon_sym_abstract] = ACTIONS(4509), - [anon_sym_final] = ACTIONS(4509), - [anon_sym_open] = ACTIONS(4509), - [anon_sym_vararg] = ACTIONS(4509), - [anon_sym_noinline] = ACTIONS(4509), - [anon_sym_crossinline] = ACTIONS(4509), - [anon_sym_expect] = ACTIONS(4509), - [anon_sym_actual] = ACTIONS(4509), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4511), - [sym_safe_nav] = ACTIONS(4511), + [3578] = { + [sym_class_body] = STATE(3869), + [sym__alpha_identifier] = ACTIONS(4535), + [anon_sym_AT] = ACTIONS(4537), + [anon_sym_LBRACK] = ACTIONS(4537), + [anon_sym_as] = ACTIONS(4535), + [anon_sym_EQ] = ACTIONS(4535), + [anon_sym_LBRACE] = ACTIONS(5360), + [anon_sym_RBRACE] = ACTIONS(4537), + [anon_sym_LPAREN] = ACTIONS(4537), + [anon_sym_COMMA] = ACTIONS(4537), + [anon_sym_LT] = ACTIONS(4535), + [anon_sym_GT] = ACTIONS(4535), + [anon_sym_where] = ACTIONS(4535), + [anon_sym_DOT] = ACTIONS(4535), + [anon_sym_SEMI] = ACTIONS(4537), + [anon_sym_get] = ACTIONS(4535), + [anon_sym_set] = ACTIONS(4535), + [anon_sym_STAR] = ACTIONS(4535), + [sym_label] = ACTIONS(4537), + [anon_sym_in] = ACTIONS(4535), + [anon_sym_DOT_DOT] = ACTIONS(4537), + [anon_sym_QMARK_COLON] = ACTIONS(4537), + [anon_sym_AMP_AMP] = ACTIONS(4537), + [anon_sym_PIPE_PIPE] = ACTIONS(4537), + [anon_sym_else] = ACTIONS(4535), + [anon_sym_COLON_COLON] = ACTIONS(4537), + [anon_sym_PLUS_EQ] = ACTIONS(4537), + [anon_sym_DASH_EQ] = ACTIONS(4537), + [anon_sym_STAR_EQ] = ACTIONS(4537), + [anon_sym_SLASH_EQ] = ACTIONS(4537), + [anon_sym_PERCENT_EQ] = ACTIONS(4537), + [anon_sym_BANG_EQ] = ACTIONS(4535), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4537), + [anon_sym_EQ_EQ] = ACTIONS(4535), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4537), + [anon_sym_LT_EQ] = ACTIONS(4537), + [anon_sym_GT_EQ] = ACTIONS(4537), + [anon_sym_BANGin] = ACTIONS(4537), + [anon_sym_is] = ACTIONS(4535), + [anon_sym_BANGis] = ACTIONS(4537), + [anon_sym_PLUS] = ACTIONS(4535), + [anon_sym_DASH] = ACTIONS(4535), + [anon_sym_SLASH] = ACTIONS(4535), + [anon_sym_PERCENT] = ACTIONS(4535), + [anon_sym_as_QMARK] = ACTIONS(4537), + [anon_sym_PLUS_PLUS] = ACTIONS(4537), + [anon_sym_DASH_DASH] = ACTIONS(4537), + [anon_sym_BANG_BANG] = ACTIONS(4537), + [anon_sym_suspend] = ACTIONS(4535), + [anon_sym_sealed] = ACTIONS(4535), + [anon_sym_annotation] = ACTIONS(4535), + [anon_sym_data] = ACTIONS(4535), + [anon_sym_inner] = ACTIONS(4535), + [anon_sym_override] = ACTIONS(4535), + [anon_sym_lateinit] = ACTIONS(4535), + [anon_sym_public] = ACTIONS(4535), + [anon_sym_private] = ACTIONS(4535), + [anon_sym_internal] = ACTIONS(4535), + [anon_sym_protected] = ACTIONS(4535), + [anon_sym_tailrec] = ACTIONS(4535), + [anon_sym_operator] = ACTIONS(4535), + [anon_sym_infix] = ACTIONS(4535), + [anon_sym_inline] = ACTIONS(4535), + [anon_sym_external] = ACTIONS(4535), + [sym_property_modifier] = ACTIONS(4535), + [anon_sym_abstract] = ACTIONS(4535), + [anon_sym_final] = ACTIONS(4535), + [anon_sym_open] = ACTIONS(4535), + [anon_sym_vararg] = ACTIONS(4535), + [anon_sym_noinline] = ACTIONS(4535), + [anon_sym_crossinline] = ACTIONS(4535), + [anon_sym_expect] = ACTIONS(4535), + [anon_sym_actual] = ACTIONS(4535), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4537), + [sym__automatic_semicolon] = ACTIONS(4537), + [sym_safe_nav] = ACTIONS(4537), [sym_multiline_comment] = ACTIONS(3), }, - [3648] = { - [sym_function_body] = STATE(3244), - [sym__block] = STATE(3367), - [sym__alpha_identifier] = ACTIONS(4336), - [anon_sym_AT] = ACTIONS(4338), - [anon_sym_COLON] = ACTIONS(6816), - [anon_sym_LBRACK] = ACTIONS(4338), - [anon_sym_RBRACK] = ACTIONS(4338), - [anon_sym_as] = ACTIONS(4336), - [anon_sym_EQ] = ACTIONS(6621), - [anon_sym_LBRACE] = ACTIONS(6236), - [anon_sym_RBRACE] = ACTIONS(4338), - [anon_sym_LPAREN] = ACTIONS(4338), - [anon_sym_COMMA] = ACTIONS(4338), - [anon_sym_RPAREN] = ACTIONS(4338), - [anon_sym_LT] = ACTIONS(4336), - [anon_sym_GT] = ACTIONS(4336), - [anon_sym_where] = ACTIONS(4336), - [anon_sym_DOT] = ACTIONS(4336), - [anon_sym_SEMI] = ACTIONS(4338), - [anon_sym_get] = ACTIONS(4336), - [anon_sym_set] = ACTIONS(4336), - [anon_sym_STAR] = ACTIONS(4338), - [anon_sym_DASH_GT] = ACTIONS(4338), - [sym_label] = ACTIONS(4338), - [anon_sym_in] = ACTIONS(4336), - [anon_sym_while] = ACTIONS(4336), - [anon_sym_DOT_DOT] = ACTIONS(4338), - [anon_sym_QMARK_COLON] = ACTIONS(4338), - [anon_sym_AMP_AMP] = ACTIONS(4338), - [anon_sym_PIPE_PIPE] = ACTIONS(4338), - [anon_sym_else] = ACTIONS(4336), - [anon_sym_COLON_COLON] = ACTIONS(4338), - [anon_sym_BANG_EQ] = ACTIONS(4336), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4338), - [anon_sym_EQ_EQ] = ACTIONS(4336), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4338), - [anon_sym_LT_EQ] = ACTIONS(4338), - [anon_sym_GT_EQ] = ACTIONS(4338), - [anon_sym_BANGin] = ACTIONS(4338), - [anon_sym_is] = ACTIONS(4336), - [anon_sym_BANGis] = ACTIONS(4338), - [anon_sym_PLUS] = ACTIONS(4336), - [anon_sym_DASH] = ACTIONS(4336), - [anon_sym_SLASH] = ACTIONS(4336), - [anon_sym_PERCENT] = ACTIONS(4338), - [anon_sym_as_QMARK] = ACTIONS(4338), - [anon_sym_PLUS_PLUS] = ACTIONS(4338), - [anon_sym_DASH_DASH] = ACTIONS(4338), - [anon_sym_BANG_BANG] = ACTIONS(4338), - [anon_sym_suspend] = ACTIONS(4336), - [anon_sym_sealed] = ACTIONS(4336), - [anon_sym_annotation] = ACTIONS(4336), - [anon_sym_data] = ACTIONS(4336), - [anon_sym_inner] = ACTIONS(4336), - [anon_sym_override] = ACTIONS(4336), - [anon_sym_lateinit] = ACTIONS(4336), - [anon_sym_public] = ACTIONS(4336), - [anon_sym_private] = ACTIONS(4336), - [anon_sym_internal] = ACTIONS(4336), - [anon_sym_protected] = ACTIONS(4336), - [anon_sym_tailrec] = ACTIONS(4336), - [anon_sym_operator] = ACTIONS(4336), - [anon_sym_infix] = ACTIONS(4336), - [anon_sym_inline] = ACTIONS(4336), - [anon_sym_external] = ACTIONS(4336), - [sym_property_modifier] = ACTIONS(4336), - [anon_sym_abstract] = ACTIONS(4336), - [anon_sym_final] = ACTIONS(4336), - [anon_sym_open] = ACTIONS(4336), - [anon_sym_vararg] = ACTIONS(4336), - [anon_sym_noinline] = ACTIONS(4336), - [anon_sym_crossinline] = ACTIONS(4336), - [anon_sym_expect] = ACTIONS(4336), - [anon_sym_actual] = ACTIONS(4336), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4338), - [sym_safe_nav] = ACTIONS(4338), + [3579] = { + [sym_function_body] = STATE(3205), + [sym__block] = STATE(3334), + [sym__alpha_identifier] = ACTIONS(4198), + [anon_sym_AT] = ACTIONS(4200), + [anon_sym_COLON] = ACTIONS(6758), + [anon_sym_LBRACK] = ACTIONS(4200), + [anon_sym_as] = ACTIONS(4198), + [anon_sym_EQ] = ACTIONS(6656), + [anon_sym_LBRACE] = ACTIONS(6244), + [anon_sym_RBRACE] = ACTIONS(4200), + [anon_sym_LPAREN] = ACTIONS(4200), + [anon_sym_COMMA] = ACTIONS(4200), + [anon_sym_LT] = ACTIONS(4198), + [anon_sym_GT] = ACTIONS(4198), + [anon_sym_where] = ACTIONS(4198), + [anon_sym_object] = ACTIONS(4198), + [anon_sym_fun] = ACTIONS(4198), + [anon_sym_DOT] = ACTIONS(4198), + [anon_sym_SEMI] = ACTIONS(4200), + [anon_sym_get] = ACTIONS(4198), + [anon_sym_set] = ACTIONS(4198), + [anon_sym_this] = ACTIONS(4198), + [anon_sym_super] = ACTIONS(4198), + [anon_sym_STAR] = ACTIONS(4200), + [sym_label] = ACTIONS(4198), + [anon_sym_in] = ACTIONS(4198), + [anon_sym_DOT_DOT] = ACTIONS(4200), + [anon_sym_QMARK_COLON] = ACTIONS(4200), + [anon_sym_AMP_AMP] = ACTIONS(4200), + [anon_sym_PIPE_PIPE] = ACTIONS(4200), + [anon_sym_null] = ACTIONS(4198), + [anon_sym_if] = ACTIONS(4198), + [anon_sym_else] = ACTIONS(4198), + [anon_sym_when] = ACTIONS(4198), + [anon_sym_try] = ACTIONS(4198), + [anon_sym_throw] = ACTIONS(4198), + [anon_sym_return] = ACTIONS(4198), + [anon_sym_continue] = ACTIONS(4198), + [anon_sym_break] = ACTIONS(4198), + [anon_sym_COLON_COLON] = ACTIONS(4200), + [anon_sym_BANG_EQ] = ACTIONS(4198), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4200), + [anon_sym_EQ_EQ] = ACTIONS(4198), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4200), + [anon_sym_LT_EQ] = ACTIONS(4200), + [anon_sym_GT_EQ] = ACTIONS(4200), + [anon_sym_BANGin] = ACTIONS(4200), + [anon_sym_is] = ACTIONS(4198), + [anon_sym_BANGis] = ACTIONS(4200), + [anon_sym_PLUS] = ACTIONS(4198), + [anon_sym_DASH] = ACTIONS(4198), + [anon_sym_SLASH] = ACTIONS(4198), + [anon_sym_PERCENT] = ACTIONS(4200), + [anon_sym_as_QMARK] = ACTIONS(4200), + [anon_sym_PLUS_PLUS] = ACTIONS(4200), + [anon_sym_DASH_DASH] = ACTIONS(4200), + [anon_sym_BANG] = ACTIONS(4198), + [anon_sym_BANG_BANG] = ACTIONS(4200), + [anon_sym_data] = ACTIONS(4198), + [anon_sym_inner] = ACTIONS(4198), + [anon_sym_expect] = ACTIONS(4198), + [anon_sym_actual] = ACTIONS(4198), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4200), + [anon_sym_continue_AT] = ACTIONS(4200), + [anon_sym_break_AT] = ACTIONS(4200), + [sym_real_literal] = ACTIONS(4200), + [sym_integer_literal] = ACTIONS(4198), + [sym_hex_literal] = ACTIONS(4200), + [sym_bin_literal] = ACTIONS(4200), + [anon_sym_true] = ACTIONS(4198), + [anon_sym_false] = ACTIONS(4198), + [anon_sym_SQUOTE] = ACTIONS(4200), + [sym__backtick_identifier] = ACTIONS(4200), + [sym__automatic_semicolon] = ACTIONS(4200), + [sym_safe_nav] = ACTIONS(4200), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4200), + }, + [3580] = { + [sym__alpha_identifier] = ACTIONS(4961), + [anon_sym_AT] = ACTIONS(4963), + [anon_sym_LBRACK] = ACTIONS(4963), + [anon_sym_as] = ACTIONS(4961), + [anon_sym_EQ] = ACTIONS(4961), + [anon_sym_LBRACE] = ACTIONS(4963), + [anon_sym_RBRACE] = ACTIONS(4963), + [anon_sym_LPAREN] = ACTIONS(6760), + [anon_sym_LT] = ACTIONS(4961), + [anon_sym_GT] = ACTIONS(4961), + [anon_sym_object] = ACTIONS(4961), + [anon_sym_fun] = ACTIONS(4961), + [anon_sym_DOT] = ACTIONS(4961), + [anon_sym_SEMI] = ACTIONS(4963), + [anon_sym_get] = ACTIONS(4961), + [anon_sym_set] = ACTIONS(4961), + [anon_sym_this] = ACTIONS(4961), + [anon_sym_super] = ACTIONS(4961), + [anon_sym_STAR] = ACTIONS(4961), + [sym_label] = ACTIONS(4961), + [anon_sym_in] = ACTIONS(4961), + [anon_sym_DOT_DOT] = ACTIONS(4963), + [anon_sym_QMARK_COLON] = ACTIONS(4963), + [anon_sym_AMP_AMP] = ACTIONS(4963), + [anon_sym_PIPE_PIPE] = ACTIONS(4963), + [anon_sym_null] = ACTIONS(4961), + [anon_sym_if] = ACTIONS(4961), + [anon_sym_else] = ACTIONS(4961), + [anon_sym_when] = ACTIONS(4961), + [anon_sym_try] = ACTIONS(4961), + [anon_sym_throw] = ACTIONS(4961), + [anon_sym_return] = ACTIONS(4961), + [anon_sym_continue] = ACTIONS(4961), + [anon_sym_break] = ACTIONS(4961), + [anon_sym_COLON_COLON] = ACTIONS(4963), + [anon_sym_PLUS_EQ] = ACTIONS(4963), + [anon_sym_DASH_EQ] = ACTIONS(4963), + [anon_sym_STAR_EQ] = ACTIONS(4963), + [anon_sym_SLASH_EQ] = ACTIONS(4963), + [anon_sym_PERCENT_EQ] = ACTIONS(4963), + [anon_sym_BANG_EQ] = ACTIONS(4961), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4963), + [anon_sym_EQ_EQ] = ACTIONS(4961), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4963), + [anon_sym_LT_EQ] = ACTIONS(4963), + [anon_sym_GT_EQ] = ACTIONS(4963), + [anon_sym_BANGin] = ACTIONS(4963), + [anon_sym_is] = ACTIONS(4961), + [anon_sym_BANGis] = ACTIONS(4963), + [anon_sym_PLUS] = ACTIONS(4961), + [anon_sym_DASH] = ACTIONS(4961), + [anon_sym_SLASH] = ACTIONS(4961), + [anon_sym_PERCENT] = ACTIONS(4961), + [anon_sym_as_QMARK] = ACTIONS(4963), + [anon_sym_PLUS_PLUS] = ACTIONS(4963), + [anon_sym_DASH_DASH] = ACTIONS(4963), + [anon_sym_BANG] = ACTIONS(4961), + [anon_sym_BANG_BANG] = ACTIONS(4963), + [anon_sym_data] = ACTIONS(4961), + [anon_sym_inner] = ACTIONS(4961), + [anon_sym_expect] = ACTIONS(4961), + [anon_sym_actual] = ACTIONS(4961), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4963), + [anon_sym_continue_AT] = ACTIONS(4963), + [anon_sym_break_AT] = ACTIONS(4963), + [sym_real_literal] = ACTIONS(4963), + [sym_integer_literal] = ACTIONS(4961), + [sym_hex_literal] = ACTIONS(4963), + [sym_bin_literal] = ACTIONS(4963), + [anon_sym_true] = ACTIONS(4961), + [anon_sym_false] = ACTIONS(4961), + [anon_sym_SQUOTE] = ACTIONS(4963), + [sym__backtick_identifier] = ACTIONS(4963), + [sym__automatic_semicolon] = ACTIONS(4963), + [sym_safe_nav] = ACTIONS(4963), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4963), + }, + [3581] = { + [sym__alpha_identifier] = ACTIONS(4955), + [anon_sym_AT] = ACTIONS(4957), + [anon_sym_LBRACK] = ACTIONS(4957), + [anon_sym_as] = ACTIONS(4955), + [anon_sym_EQ] = ACTIONS(4955), + [anon_sym_LBRACE] = ACTIONS(4957), + [anon_sym_RBRACE] = ACTIONS(4957), + [anon_sym_LPAREN] = ACTIONS(6762), + [anon_sym_LT] = ACTIONS(4955), + [anon_sym_GT] = ACTIONS(4955), + [anon_sym_object] = ACTIONS(4955), + [anon_sym_fun] = ACTIONS(4955), + [anon_sym_DOT] = ACTIONS(4955), + [anon_sym_SEMI] = ACTIONS(4957), + [anon_sym_get] = ACTIONS(4955), + [anon_sym_set] = ACTIONS(4955), + [anon_sym_this] = ACTIONS(4955), + [anon_sym_super] = ACTIONS(4955), + [anon_sym_STAR] = ACTIONS(4955), + [sym_label] = ACTIONS(4955), + [anon_sym_in] = ACTIONS(4955), + [anon_sym_DOT_DOT] = ACTIONS(4957), + [anon_sym_QMARK_COLON] = ACTIONS(4957), + [anon_sym_AMP_AMP] = ACTIONS(4957), + [anon_sym_PIPE_PIPE] = ACTIONS(4957), + [anon_sym_null] = ACTIONS(4955), + [anon_sym_if] = ACTIONS(4955), + [anon_sym_else] = ACTIONS(4955), + [anon_sym_when] = ACTIONS(4955), + [anon_sym_try] = ACTIONS(4955), + [anon_sym_throw] = ACTIONS(4955), + [anon_sym_return] = ACTIONS(4955), + [anon_sym_continue] = ACTIONS(4955), + [anon_sym_break] = ACTIONS(4955), + [anon_sym_COLON_COLON] = ACTIONS(4957), + [anon_sym_PLUS_EQ] = ACTIONS(4957), + [anon_sym_DASH_EQ] = ACTIONS(4957), + [anon_sym_STAR_EQ] = ACTIONS(4957), + [anon_sym_SLASH_EQ] = ACTIONS(4957), + [anon_sym_PERCENT_EQ] = ACTIONS(4957), + [anon_sym_BANG_EQ] = ACTIONS(4955), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4957), + [anon_sym_EQ_EQ] = ACTIONS(4955), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4957), + [anon_sym_LT_EQ] = ACTIONS(4957), + [anon_sym_GT_EQ] = ACTIONS(4957), + [anon_sym_BANGin] = ACTIONS(4957), + [anon_sym_is] = ACTIONS(4955), + [anon_sym_BANGis] = ACTIONS(4957), + [anon_sym_PLUS] = ACTIONS(4955), + [anon_sym_DASH] = ACTIONS(4955), + [anon_sym_SLASH] = ACTIONS(4955), + [anon_sym_PERCENT] = ACTIONS(4955), + [anon_sym_as_QMARK] = ACTIONS(4957), + [anon_sym_PLUS_PLUS] = ACTIONS(4957), + [anon_sym_DASH_DASH] = ACTIONS(4957), + [anon_sym_BANG] = ACTIONS(4955), + [anon_sym_BANG_BANG] = ACTIONS(4957), + [anon_sym_data] = ACTIONS(4955), + [anon_sym_inner] = ACTIONS(4955), + [anon_sym_expect] = ACTIONS(4955), + [anon_sym_actual] = ACTIONS(4955), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4957), + [anon_sym_continue_AT] = ACTIONS(4957), + [anon_sym_break_AT] = ACTIONS(4957), + [sym_real_literal] = ACTIONS(4957), + [sym_integer_literal] = ACTIONS(4955), + [sym_hex_literal] = ACTIONS(4957), + [sym_bin_literal] = ACTIONS(4957), + [anon_sym_true] = ACTIONS(4955), + [anon_sym_false] = ACTIONS(4955), + [anon_sym_SQUOTE] = ACTIONS(4957), + [sym__backtick_identifier] = ACTIONS(4957), + [sym__automatic_semicolon] = ACTIONS(4957), + [sym_safe_nav] = ACTIONS(4957), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4957), }, - [3649] = { - [sym_function_body] = STATE(3202), - [sym__block] = STATE(3367), - [sym__alpha_identifier] = ACTIONS(4083), - [anon_sym_AT] = ACTIONS(4085), - [anon_sym_LBRACK] = ACTIONS(4085), - [anon_sym_as] = ACTIONS(4083), - [anon_sym_EQ] = ACTIONS(6462), - [anon_sym_LBRACE] = ACTIONS(6236), - [anon_sym_RBRACE] = ACTIONS(4085), - [anon_sym_LPAREN] = ACTIONS(4085), - [anon_sym_RPAREN] = ACTIONS(4085), - [anon_sym_LT] = ACTIONS(4083), - [anon_sym_GT] = ACTIONS(4083), - [anon_sym_DOT] = ACTIONS(4083), - [anon_sym_SEMI] = ACTIONS(4085), - [anon_sym_get] = ACTIONS(4083), - [anon_sym_set] = ACTIONS(4083), - [anon_sym_STAR] = ACTIONS(4083), + [3582] = { + [sym_type_constraints] = STATE(3970), + [sym_function_body] = STATE(3133), + [sym__block] = STATE(3334), + [sym__alpha_identifier] = ACTIONS(4031), + [anon_sym_AT] = ACTIONS(4033), + [anon_sym_COLON] = ACTIONS(6764), + [anon_sym_LBRACK] = ACTIONS(4033), + [anon_sym_as] = ACTIONS(4031), + [anon_sym_EQ] = ACTIONS(6756), + [anon_sym_LBRACE] = ACTIONS(6244), + [anon_sym_RBRACE] = ACTIONS(4033), + [anon_sym_LPAREN] = ACTIONS(4033), + [anon_sym_LT] = ACTIONS(4031), + [anon_sym_GT] = ACTIONS(4031), + [anon_sym_where] = ACTIONS(3118), + [anon_sym_object] = ACTIONS(4031), + [anon_sym_fun] = ACTIONS(4031), + [anon_sym_DOT] = ACTIONS(4031), + [anon_sym_SEMI] = ACTIONS(4033), + [anon_sym_get] = ACTIONS(4031), + [anon_sym_set] = ACTIONS(4031), + [anon_sym_this] = ACTIONS(4031), + [anon_sym_super] = ACTIONS(4031), + [anon_sym_STAR] = ACTIONS(4033), + [sym_label] = ACTIONS(4031), + [anon_sym_in] = ACTIONS(4031), + [anon_sym_DOT_DOT] = ACTIONS(4033), + [anon_sym_QMARK_COLON] = ACTIONS(4033), + [anon_sym_AMP_AMP] = ACTIONS(4033), + [anon_sym_PIPE_PIPE] = ACTIONS(4033), + [anon_sym_null] = ACTIONS(4031), + [anon_sym_if] = ACTIONS(4031), + [anon_sym_else] = ACTIONS(4031), + [anon_sym_when] = ACTIONS(4031), + [anon_sym_try] = ACTIONS(4031), + [anon_sym_throw] = ACTIONS(4031), + [anon_sym_return] = ACTIONS(4031), + [anon_sym_continue] = ACTIONS(4031), + [anon_sym_break] = ACTIONS(4031), + [anon_sym_COLON_COLON] = ACTIONS(4033), + [anon_sym_BANG_EQ] = ACTIONS(4031), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4033), + [anon_sym_EQ_EQ] = ACTIONS(4031), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4033), + [anon_sym_LT_EQ] = ACTIONS(4033), + [anon_sym_GT_EQ] = ACTIONS(4033), + [anon_sym_BANGin] = ACTIONS(4033), + [anon_sym_is] = ACTIONS(4031), + [anon_sym_BANGis] = ACTIONS(4033), + [anon_sym_PLUS] = ACTIONS(4031), + [anon_sym_DASH] = ACTIONS(4031), + [anon_sym_SLASH] = ACTIONS(4031), + [anon_sym_PERCENT] = ACTIONS(4033), + [anon_sym_as_QMARK] = ACTIONS(4033), + [anon_sym_PLUS_PLUS] = ACTIONS(4033), + [anon_sym_DASH_DASH] = ACTIONS(4033), + [anon_sym_BANG] = ACTIONS(4031), + [anon_sym_BANG_BANG] = ACTIONS(4033), + [anon_sym_data] = ACTIONS(4031), + [anon_sym_inner] = ACTIONS(4031), + [anon_sym_expect] = ACTIONS(4031), + [anon_sym_actual] = ACTIONS(4031), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4033), + [anon_sym_continue_AT] = ACTIONS(4033), + [anon_sym_break_AT] = ACTIONS(4033), + [sym_real_literal] = ACTIONS(4033), + [sym_integer_literal] = ACTIONS(4031), + [sym_hex_literal] = ACTIONS(4033), + [sym_bin_literal] = ACTIONS(4033), + [anon_sym_true] = ACTIONS(4031), + [anon_sym_false] = ACTIONS(4031), + [anon_sym_SQUOTE] = ACTIONS(4033), + [sym__backtick_identifier] = ACTIONS(4033), + [sym__automatic_semicolon] = ACTIONS(4033), + [sym_safe_nav] = ACTIONS(4033), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4033), + }, + [3583] = { + [sym_type_constraints] = STATE(3984), + [sym_function_body] = STATE(3168), + [sym__block] = STATE(3334), + [sym__alpha_identifier] = ACTIONS(4085), + [anon_sym_AT] = ACTIONS(4087), + [anon_sym_COLON] = ACTIONS(6766), + [anon_sym_LBRACK] = ACTIONS(4087), + [anon_sym_as] = ACTIONS(4085), + [anon_sym_EQ] = ACTIONS(6756), + [anon_sym_LBRACE] = ACTIONS(6244), + [anon_sym_RBRACE] = ACTIONS(4087), + [anon_sym_LPAREN] = ACTIONS(4087), + [anon_sym_LT] = ACTIONS(4085), + [anon_sym_GT] = ACTIONS(4085), + [anon_sym_where] = ACTIONS(3118), + [anon_sym_object] = ACTIONS(4085), + [anon_sym_fun] = ACTIONS(4085), + [anon_sym_DOT] = ACTIONS(4085), + [anon_sym_SEMI] = ACTIONS(4087), + [anon_sym_get] = ACTIONS(4085), + [anon_sym_set] = ACTIONS(4085), + [anon_sym_this] = ACTIONS(4085), + [anon_sym_super] = ACTIONS(4085), + [anon_sym_STAR] = ACTIONS(4087), [sym_label] = ACTIONS(4085), - [anon_sym_in] = ACTIONS(4083), - [anon_sym_while] = ACTIONS(4083), - [anon_sym_DOT_DOT] = ACTIONS(4085), - [anon_sym_QMARK_COLON] = ACTIONS(4085), - [anon_sym_AMP_AMP] = ACTIONS(4085), - [anon_sym_PIPE_PIPE] = ACTIONS(4085), - [anon_sym_else] = ACTIONS(4083), - [anon_sym_COLON_COLON] = ACTIONS(4085), - [anon_sym_PLUS_EQ] = ACTIONS(4085), - [anon_sym_DASH_EQ] = ACTIONS(4085), - [anon_sym_STAR_EQ] = ACTIONS(4085), - [anon_sym_SLASH_EQ] = ACTIONS(4085), - [anon_sym_PERCENT_EQ] = ACTIONS(4085), - [anon_sym_BANG_EQ] = ACTIONS(4083), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4085), - [anon_sym_EQ_EQ] = ACTIONS(4083), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4085), - [anon_sym_LT_EQ] = ACTIONS(4085), - [anon_sym_GT_EQ] = ACTIONS(4085), - [anon_sym_BANGin] = ACTIONS(4085), - [anon_sym_is] = ACTIONS(4083), - [anon_sym_BANGis] = ACTIONS(4085), - [anon_sym_PLUS] = ACTIONS(4083), - [anon_sym_DASH] = ACTIONS(4083), - [anon_sym_SLASH] = ACTIONS(4083), - [anon_sym_PERCENT] = ACTIONS(4083), - [anon_sym_as_QMARK] = ACTIONS(4085), - [anon_sym_PLUS_PLUS] = ACTIONS(4085), - [anon_sym_DASH_DASH] = ACTIONS(4085), - [anon_sym_BANG_BANG] = ACTIONS(4085), - [anon_sym_suspend] = ACTIONS(4083), - [anon_sym_sealed] = ACTIONS(4083), - [anon_sym_annotation] = ACTIONS(4083), - [anon_sym_data] = ACTIONS(4083), - [anon_sym_inner] = ACTIONS(4083), - [anon_sym_override] = ACTIONS(4083), - [anon_sym_lateinit] = ACTIONS(4083), - [anon_sym_public] = ACTIONS(4083), - [anon_sym_private] = ACTIONS(4083), - [anon_sym_internal] = ACTIONS(4083), - [anon_sym_protected] = ACTIONS(4083), - [anon_sym_tailrec] = ACTIONS(4083), - [anon_sym_operator] = ACTIONS(4083), - [anon_sym_infix] = ACTIONS(4083), - [anon_sym_inline] = ACTIONS(4083), - [anon_sym_external] = ACTIONS(4083), - [sym_property_modifier] = ACTIONS(4083), - [anon_sym_abstract] = ACTIONS(4083), - [anon_sym_final] = ACTIONS(4083), - [anon_sym_open] = ACTIONS(4083), - [anon_sym_vararg] = ACTIONS(4083), - [anon_sym_noinline] = ACTIONS(4083), - [anon_sym_crossinline] = ACTIONS(4083), - [anon_sym_expect] = ACTIONS(4083), - [anon_sym_actual] = ACTIONS(4083), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4085), - [sym_safe_nav] = ACTIONS(4085), - [sym_multiline_comment] = ACTIONS(3), + [anon_sym_in] = ACTIONS(4085), + [anon_sym_DOT_DOT] = ACTIONS(4087), + [anon_sym_QMARK_COLON] = ACTIONS(4087), + [anon_sym_AMP_AMP] = ACTIONS(4087), + [anon_sym_PIPE_PIPE] = ACTIONS(4087), + [anon_sym_null] = ACTIONS(4085), + [anon_sym_if] = ACTIONS(4085), + [anon_sym_else] = ACTIONS(4085), + [anon_sym_when] = ACTIONS(4085), + [anon_sym_try] = ACTIONS(4085), + [anon_sym_throw] = ACTIONS(4085), + [anon_sym_return] = ACTIONS(4085), + [anon_sym_continue] = ACTIONS(4085), + [anon_sym_break] = ACTIONS(4085), + [anon_sym_COLON_COLON] = ACTIONS(4087), + [anon_sym_BANG_EQ] = ACTIONS(4085), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4087), + [anon_sym_EQ_EQ] = ACTIONS(4085), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4087), + [anon_sym_LT_EQ] = ACTIONS(4087), + [anon_sym_GT_EQ] = ACTIONS(4087), + [anon_sym_BANGin] = ACTIONS(4087), + [anon_sym_is] = ACTIONS(4085), + [anon_sym_BANGis] = ACTIONS(4087), + [anon_sym_PLUS] = ACTIONS(4085), + [anon_sym_DASH] = ACTIONS(4085), + [anon_sym_SLASH] = ACTIONS(4085), + [anon_sym_PERCENT] = ACTIONS(4087), + [anon_sym_as_QMARK] = ACTIONS(4087), + [anon_sym_PLUS_PLUS] = ACTIONS(4087), + [anon_sym_DASH_DASH] = ACTIONS(4087), + [anon_sym_BANG] = ACTIONS(4085), + [anon_sym_BANG_BANG] = ACTIONS(4087), + [anon_sym_data] = ACTIONS(4085), + [anon_sym_inner] = ACTIONS(4085), + [anon_sym_expect] = ACTIONS(4085), + [anon_sym_actual] = ACTIONS(4085), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4087), + [anon_sym_continue_AT] = ACTIONS(4087), + [anon_sym_break_AT] = ACTIONS(4087), + [sym_real_literal] = ACTIONS(4087), + [sym_integer_literal] = ACTIONS(4085), + [sym_hex_literal] = ACTIONS(4087), + [sym_bin_literal] = ACTIONS(4087), + [anon_sym_true] = ACTIONS(4085), + [anon_sym_false] = ACTIONS(4085), + [anon_sym_SQUOTE] = ACTIONS(4087), + [sym__backtick_identifier] = ACTIONS(4087), + [sym__automatic_semicolon] = ACTIONS(4087), + [sym_safe_nav] = ACTIONS(4087), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4087), }, - [3650] = { - [sym_function_body] = STATE(3302), - [sym__block] = STATE(3367), + [3584] = { + [sym_function_body] = STATE(3193), + [sym__block] = STATE(3464), [sym__alpha_identifier] = ACTIONS(4326), [anon_sym_AT] = ACTIONS(4328), - [anon_sym_COLON] = ACTIONS(6818), + [anon_sym_COLON] = ACTIONS(6768), [anon_sym_LBRACK] = ACTIONS(4328), [anon_sym_RBRACK] = ACTIONS(4328), [anon_sym_as] = ACTIONS(4326), - [anon_sym_EQ] = ACTIONS(6621), - [anon_sym_LBRACE] = ACTIONS(6236), + [anon_sym_EQ] = ACTIONS(6625), + [anon_sym_LBRACE] = ACTIONS(6233), [anon_sym_RBRACE] = ACTIONS(4328), [anon_sym_LPAREN] = ACTIONS(4328), [anon_sym_COMMA] = ACTIONS(4328), @@ -394892,4162 +389774,4838 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_safe_nav] = ACTIONS(4328), [sym_multiline_comment] = ACTIONS(3), }, - [3651] = { - [sym_indexing_suffix] = STATE(4909), - [sym_navigation_suffix] = STATE(4889), - [sym_call_suffix] = STATE(4891), - [sym_annotated_lambda] = STATE(4893), - [sym_type_arguments] = STATE(7557), - [sym_value_arguments] = STATE(4442), - [sym_lambda_literal] = STATE(4899), - [sym__equality_operator] = STATE(2209), - [sym__comparison_operator] = STATE(2208), - [sym__in_operator] = STATE(2206), - [sym__is_operator] = STATE(6028), - [sym__additive_operator] = STATE(2205), - [sym__multiplicative_operator] = STATE(2203), - [sym__as_operator] = STATE(6024), - [sym__postfix_unary_operator] = STATE(4912), - [sym__member_access_operator] = STATE(7341), - [sym_annotation] = STATE(7855), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2266), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7855), - [sym__alpha_identifier] = ACTIONS(3065), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6688), - [anon_sym_as] = ACTIONS(6690), - [anon_sym_EQ] = ACTIONS(3065), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3067), - [anon_sym_LPAREN] = ACTIONS(6692), - [anon_sym_COMMA] = ACTIONS(3067), - [anon_sym_LT] = ACTIONS(3069), - [anon_sym_GT] = ACTIONS(3065), - [anon_sym_where] = ACTIONS(3065), - [anon_sym_DOT] = ACTIONS(6696), - [anon_sym_SEMI] = ACTIONS(3067), - [anon_sym_get] = ACTIONS(3065), - [anon_sym_set] = ACTIONS(3065), - [anon_sym_STAR] = ACTIONS(3065), - [sym_label] = ACTIONS(6700), - [anon_sym_in] = ACTIONS(3065), - [anon_sym_DOT_DOT] = ACTIONS(3067), - [anon_sym_QMARK_COLON] = ACTIONS(3067), - [anon_sym_AMP_AMP] = ACTIONS(3067), - [anon_sym_PIPE_PIPE] = ACTIONS(3067), - [anon_sym_else] = ACTIONS(3065), - [anon_sym_COLON_COLON] = ACTIONS(6712), - [anon_sym_PLUS_EQ] = ACTIONS(3067), - [anon_sym_DASH_EQ] = ACTIONS(3067), - [anon_sym_STAR_EQ] = ACTIONS(3067), - [anon_sym_SLASH_EQ] = ACTIONS(3067), - [anon_sym_PERCENT_EQ] = ACTIONS(3067), - [anon_sym_BANG_EQ] = ACTIONS(3065), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3067), - [anon_sym_EQ_EQ] = ACTIONS(3065), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3067), - [anon_sym_LT_EQ] = ACTIONS(3067), - [anon_sym_GT_EQ] = ACTIONS(3067), - [anon_sym_BANGin] = ACTIONS(3067), - [anon_sym_is] = ACTIONS(3065), - [anon_sym_BANGis] = ACTIONS(3067), - [anon_sym_PLUS] = ACTIONS(3065), - [anon_sym_DASH] = ACTIONS(3065), - [anon_sym_SLASH] = ACTIONS(3065), - [anon_sym_PERCENT] = ACTIONS(3065), - [anon_sym_as_QMARK] = ACTIONS(6728), - [anon_sym_PLUS_PLUS] = ACTIONS(6730), - [anon_sym_DASH_DASH] = ACTIONS(6730), - [anon_sym_BANG_BANG] = ACTIONS(6730), - [anon_sym_data] = ACTIONS(3065), - [anon_sym_inner] = ACTIONS(3065), - [anon_sym_expect] = ACTIONS(3065), - [anon_sym_actual] = ACTIONS(3065), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3067), - [sym__automatic_semicolon] = ACTIONS(3067), - [sym_safe_nav] = ACTIONS(6712), - [sym_multiline_comment] = ACTIONS(3), + [3585] = { + [ts_builtin_sym_end] = ACTIONS(6770), + [sym__alpha_identifier] = ACTIONS(6772), + [anon_sym_AT] = ACTIONS(6770), + [anon_sym_LBRACK] = ACTIONS(6770), + [anon_sym_package] = ACTIONS(6772), + [anon_sym_import] = ACTIONS(6772), + [anon_sym_typealias] = ACTIONS(6772), + [anon_sym_class] = ACTIONS(6772), + [anon_sym_interface] = ACTIONS(6772), + [anon_sym_enum] = ACTIONS(6772), + [anon_sym_LBRACE] = ACTIONS(6770), + [anon_sym_LPAREN] = ACTIONS(6770), + [anon_sym_val] = ACTIONS(6772), + [anon_sym_var] = ACTIONS(6772), + [anon_sym_object] = ACTIONS(6772), + [anon_sym_fun] = ACTIONS(6772), + [anon_sym_get] = ACTIONS(6772), + [anon_sym_set] = ACTIONS(6772), + [anon_sym_this] = ACTIONS(6772), + [anon_sym_super] = ACTIONS(6772), + [anon_sym_STAR] = ACTIONS(6770), + [sym_label] = ACTIONS(6772), + [anon_sym_for] = ACTIONS(6772), + [anon_sym_while] = ACTIONS(6772), + [anon_sym_do] = ACTIONS(6772), + [anon_sym_null] = ACTIONS(6772), + [anon_sym_if] = ACTIONS(6772), + [anon_sym_when] = ACTIONS(6772), + [anon_sym_try] = ACTIONS(6772), + [anon_sym_throw] = ACTIONS(6772), + [anon_sym_return] = ACTIONS(6772), + [anon_sym_continue] = ACTIONS(6772), + [anon_sym_break] = ACTIONS(6772), + [anon_sym_COLON_COLON] = ACTIONS(6770), + [anon_sym_PLUS] = ACTIONS(6772), + [anon_sym_DASH] = ACTIONS(6772), + [anon_sym_PLUS_PLUS] = ACTIONS(6770), + [anon_sym_DASH_DASH] = ACTIONS(6770), + [anon_sym_BANG] = ACTIONS(6770), + [anon_sym_suspend] = ACTIONS(6772), + [anon_sym_sealed] = ACTIONS(6772), + [anon_sym_annotation] = ACTIONS(6772), + [anon_sym_data] = ACTIONS(6772), + [anon_sym_inner] = ACTIONS(6772), + [anon_sym_override] = ACTIONS(6772), + [anon_sym_lateinit] = ACTIONS(6772), + [anon_sym_public] = ACTIONS(6772), + [anon_sym_private] = ACTIONS(6772), + [anon_sym_internal] = ACTIONS(6772), + [anon_sym_protected] = ACTIONS(6772), + [anon_sym_tailrec] = ACTIONS(6772), + [anon_sym_operator] = ACTIONS(6772), + [anon_sym_infix] = ACTIONS(6772), + [anon_sym_inline] = ACTIONS(6772), + [anon_sym_external] = ACTIONS(6772), + [sym_property_modifier] = ACTIONS(6772), + [anon_sym_abstract] = ACTIONS(6772), + [anon_sym_final] = ACTIONS(6772), + [anon_sym_open] = ACTIONS(6772), + [anon_sym_vararg] = ACTIONS(6772), + [anon_sym_noinline] = ACTIONS(6772), + [anon_sym_crossinline] = ACTIONS(6772), + [anon_sym_expect] = ACTIONS(6772), + [anon_sym_actual] = ACTIONS(6772), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(6770), + [anon_sym_continue_AT] = ACTIONS(6770), + [anon_sym_break_AT] = ACTIONS(6770), + [sym_real_literal] = ACTIONS(6770), + [sym_integer_literal] = ACTIONS(6772), + [sym_hex_literal] = ACTIONS(6770), + [sym_bin_literal] = ACTIONS(6770), + [anon_sym_true] = ACTIONS(6772), + [anon_sym_false] = ACTIONS(6772), + [anon_sym_SQUOTE] = ACTIONS(6770), + [sym__backtick_identifier] = ACTIONS(6770), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(6770), }, - [3652] = { - [sym_indexing_suffix] = STATE(4909), - [sym_navigation_suffix] = STATE(4889), - [sym_call_suffix] = STATE(4891), - [sym_annotated_lambda] = STATE(4893), - [sym_type_arguments] = STATE(7557), - [sym_value_arguments] = STATE(4442), - [sym_lambda_literal] = STATE(4899), - [sym__equality_operator] = STATE(2209), - [sym__comparison_operator] = STATE(2208), - [sym__in_operator] = STATE(2206), - [sym__is_operator] = STATE(6028), - [sym__additive_operator] = STATE(2205), - [sym__multiplicative_operator] = STATE(2203), - [sym__as_operator] = STATE(6024), - [sym__postfix_unary_operator] = STATE(4912), - [sym__member_access_operator] = STATE(7341), - [sym_annotation] = STATE(7855), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2266), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7855), + [3586] = { + [sym_indexing_suffix] = STATE(4986), + [sym_navigation_suffix] = STATE(5006), + [sym_call_suffix] = STATE(5077), + [sym_annotated_lambda] = STATE(4993), + [sym_type_arguments] = STATE(7551), + [sym_value_arguments] = STATE(4451), + [sym_lambda_literal] = STATE(4995), + [sym__equality_operator] = STATE(1817), + [sym__comparison_operator] = STATE(1832), + [sym__in_operator] = STATE(1833), + [sym__is_operator] = STATE(5776), + [sym__additive_operator] = STATE(1834), + [sym__multiplicative_operator] = STATE(1835), + [sym__as_operator] = STATE(5777), + [sym__postfix_unary_operator] = STATE(5000), + [sym__member_access_operator] = STATE(7402), + [sym_annotation] = STATE(7890), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1836), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7890), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6688), - [anon_sym_as] = ACTIONS(6690), - [anon_sym_EQ] = ACTIONS(2991), + [anon_sym_LBRACK] = ACTIONS(6702), + [anon_sym_as] = ACTIONS(6704), + [anon_sym_EQ] = ACTIONS(3044), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(2993), - [anon_sym_LPAREN] = ACTIONS(6692), - [anon_sym_COMMA] = ACTIONS(2993), + [anon_sym_RBRACE] = ACTIONS(3046), + [anon_sym_LPAREN] = ACTIONS(6706), + [anon_sym_COMMA] = ACTIONS(3046), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(6694), - [anon_sym_where] = ACTIONS(2991), - [anon_sym_DOT] = ACTIONS(6696), - [anon_sym_SEMI] = ACTIONS(2993), + [anon_sym_GT] = ACTIONS(6728), + [anon_sym_where] = ACTIONS(3044), + [anon_sym_DOT] = ACTIONS(6708), + [anon_sym_SEMI] = ACTIONS(3046), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(6698), - [sym_label] = ACTIONS(6700), - [anon_sym_in] = ACTIONS(6702), - [anon_sym_DOT_DOT] = ACTIONS(6704), - [anon_sym_QMARK_COLON] = ACTIONS(6706), - [anon_sym_AMP_AMP] = ACTIONS(2993), - [anon_sym_PIPE_PIPE] = ACTIONS(2993), - [anon_sym_else] = ACTIONS(2991), - [anon_sym_COLON_COLON] = ACTIONS(6712), - [anon_sym_PLUS_EQ] = ACTIONS(2993), - [anon_sym_DASH_EQ] = ACTIONS(2993), - [anon_sym_STAR_EQ] = ACTIONS(2993), - [anon_sym_SLASH_EQ] = ACTIONS(2993), - [anon_sym_PERCENT_EQ] = ACTIONS(2993), - [anon_sym_BANG_EQ] = ACTIONS(6714), - [anon_sym_BANG_EQ_EQ] = ACTIONS(6716), - [anon_sym_EQ_EQ] = ACTIONS(6714), - [anon_sym_EQ_EQ_EQ] = ACTIONS(6716), - [anon_sym_LT_EQ] = ACTIONS(6718), - [anon_sym_GT_EQ] = ACTIONS(6718), - [anon_sym_BANGin] = ACTIONS(6720), - [anon_sym_is] = ACTIONS(6722), - [anon_sym_BANGis] = ACTIONS(6724), - [anon_sym_PLUS] = ACTIONS(6726), - [anon_sym_DASH] = ACTIONS(6726), - [anon_sym_SLASH] = ACTIONS(6698), - [anon_sym_PERCENT] = ACTIONS(6698), - [anon_sym_as_QMARK] = ACTIONS(6728), - [anon_sym_PLUS_PLUS] = ACTIONS(6730), - [anon_sym_DASH_DASH] = ACTIONS(6730), - [anon_sym_BANG_BANG] = ACTIONS(6730), + [anon_sym_STAR] = ACTIONS(6710), + [sym_label] = ACTIONS(6712), + [anon_sym_in] = ACTIONS(6730), + [anon_sym_DOT_DOT] = ACTIONS(6714), + [anon_sym_QMARK_COLON] = ACTIONS(6716), + [anon_sym_AMP_AMP] = ACTIONS(6732), + [anon_sym_PIPE_PIPE] = ACTIONS(3046), + [anon_sym_else] = ACTIONS(3044), + [anon_sym_COLON_COLON] = ACTIONS(6718), + [anon_sym_PLUS_EQ] = ACTIONS(3046), + [anon_sym_DASH_EQ] = ACTIONS(3046), + [anon_sym_STAR_EQ] = ACTIONS(3046), + [anon_sym_SLASH_EQ] = ACTIONS(3046), + [anon_sym_PERCENT_EQ] = ACTIONS(3046), + [anon_sym_BANG_EQ] = ACTIONS(6736), + [anon_sym_BANG_EQ_EQ] = ACTIONS(6738), + [anon_sym_EQ_EQ] = ACTIONS(6736), + [anon_sym_EQ_EQ_EQ] = ACTIONS(6738), + [anon_sym_LT_EQ] = ACTIONS(6740), + [anon_sym_GT_EQ] = ACTIONS(6740), + [anon_sym_BANGin] = ACTIONS(6742), + [anon_sym_is] = ACTIONS(6744), + [anon_sym_BANGis] = ACTIONS(6746), + [anon_sym_PLUS] = ACTIONS(6720), + [anon_sym_DASH] = ACTIONS(6720), + [anon_sym_SLASH] = ACTIONS(6710), + [anon_sym_PERCENT] = ACTIONS(6710), + [anon_sym_as_QMARK] = ACTIONS(6722), + [anon_sym_PLUS_PLUS] = ACTIONS(6724), + [anon_sym_DASH_DASH] = ACTIONS(6724), + [anon_sym_BANG_BANG] = ACTIONS(6724), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(2993), - [sym_safe_nav] = ACTIONS(6712), + [sym__automatic_semicolon] = ACTIONS(3046), + [sym_safe_nav] = ACTIONS(6718), [sym_multiline_comment] = ACTIONS(3), }, - [3653] = { - [sym_indexing_suffix] = STATE(4909), - [sym_navigation_suffix] = STATE(4889), - [sym_call_suffix] = STATE(4891), - [sym_annotated_lambda] = STATE(4893), - [sym_type_arguments] = STATE(7557), - [sym_value_arguments] = STATE(4442), - [sym_lambda_literal] = STATE(4899), - [sym__equality_operator] = STATE(2209), - [sym__comparison_operator] = STATE(2208), - [sym__in_operator] = STATE(2206), - [sym__is_operator] = STATE(6028), - [sym__additive_operator] = STATE(2205), - [sym__multiplicative_operator] = STATE(2203), - [sym__as_operator] = STATE(6024), - [sym__postfix_unary_operator] = STATE(4912), - [sym__member_access_operator] = STATE(7341), - [sym_annotation] = STATE(7855), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2266), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7855), + [3587] = { + [sym__alpha_identifier] = ACTIONS(4150), + [anon_sym_AT] = ACTIONS(4148), + [anon_sym_LBRACK] = ACTIONS(4148), + [anon_sym_as] = ACTIONS(4150), + [anon_sym_EQ] = ACTIONS(4150), + [anon_sym_LBRACE] = ACTIONS(4148), + [anon_sym_RBRACE] = ACTIONS(4148), + [anon_sym_LPAREN] = ACTIONS(6774), + [anon_sym_LT] = ACTIONS(4150), + [anon_sym_GT] = ACTIONS(4150), + [anon_sym_object] = ACTIONS(4150), + [anon_sym_fun] = ACTIONS(4150), + [anon_sym_DOT] = ACTIONS(4150), + [anon_sym_SEMI] = ACTIONS(4148), + [anon_sym_get] = ACTIONS(4150), + [anon_sym_set] = ACTIONS(4150), + [anon_sym_this] = ACTIONS(4150), + [anon_sym_super] = ACTIONS(4150), + [anon_sym_STAR] = ACTIONS(4150), + [sym_label] = ACTIONS(4150), + [anon_sym_in] = ACTIONS(4150), + [anon_sym_DOT_DOT] = ACTIONS(4148), + [anon_sym_QMARK_COLON] = ACTIONS(4148), + [anon_sym_AMP_AMP] = ACTIONS(4148), + [anon_sym_PIPE_PIPE] = ACTIONS(4148), + [anon_sym_null] = ACTIONS(4150), + [anon_sym_if] = ACTIONS(4150), + [anon_sym_else] = ACTIONS(4150), + [anon_sym_when] = ACTIONS(4150), + [anon_sym_try] = ACTIONS(4150), + [anon_sym_throw] = ACTIONS(4150), + [anon_sym_return] = ACTIONS(4150), + [anon_sym_continue] = ACTIONS(4150), + [anon_sym_break] = ACTIONS(4150), + [anon_sym_COLON_COLON] = ACTIONS(4148), + [anon_sym_PLUS_EQ] = ACTIONS(4148), + [anon_sym_DASH_EQ] = ACTIONS(4148), + [anon_sym_STAR_EQ] = ACTIONS(4148), + [anon_sym_SLASH_EQ] = ACTIONS(4148), + [anon_sym_PERCENT_EQ] = ACTIONS(4148), + [anon_sym_BANG_EQ] = ACTIONS(4150), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4148), + [anon_sym_EQ_EQ] = ACTIONS(4150), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4148), + [anon_sym_LT_EQ] = ACTIONS(4148), + [anon_sym_GT_EQ] = ACTIONS(4148), + [anon_sym_BANGin] = ACTIONS(4148), + [anon_sym_is] = ACTIONS(4150), + [anon_sym_BANGis] = ACTIONS(4148), + [anon_sym_PLUS] = ACTIONS(4150), + [anon_sym_DASH] = ACTIONS(4150), + [anon_sym_SLASH] = ACTIONS(4150), + [anon_sym_PERCENT] = ACTIONS(4150), + [anon_sym_as_QMARK] = ACTIONS(4148), + [anon_sym_PLUS_PLUS] = ACTIONS(4148), + [anon_sym_DASH_DASH] = ACTIONS(4148), + [anon_sym_BANG] = ACTIONS(4150), + [anon_sym_BANG_BANG] = ACTIONS(4148), + [anon_sym_data] = ACTIONS(4150), + [anon_sym_inner] = ACTIONS(4150), + [anon_sym_expect] = ACTIONS(4150), + [anon_sym_actual] = ACTIONS(4150), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4148), + [anon_sym_continue_AT] = ACTIONS(4148), + [anon_sym_break_AT] = ACTIONS(4148), + [sym_real_literal] = ACTIONS(4148), + [sym_integer_literal] = ACTIONS(4150), + [sym_hex_literal] = ACTIONS(4148), + [sym_bin_literal] = ACTIONS(4148), + [anon_sym_true] = ACTIONS(4150), + [anon_sym_false] = ACTIONS(4150), + [anon_sym_SQUOTE] = ACTIONS(4148), + [sym__backtick_identifier] = ACTIONS(4148), + [sym__automatic_semicolon] = ACTIONS(4148), + [sym_safe_nav] = ACTIONS(4148), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4148), + }, + [3588] = { + [sym__alpha_identifier] = ACTIONS(4293), + [anon_sym_AT] = ACTIONS(4291), + [anon_sym_LBRACK] = ACTIONS(4291), + [anon_sym_as] = ACTIONS(4293), + [anon_sym_EQ] = ACTIONS(4293), + [anon_sym_LBRACE] = ACTIONS(4291), + [anon_sym_RBRACE] = ACTIONS(4291), + [anon_sym_LPAREN] = ACTIONS(6776), + [anon_sym_LT] = ACTIONS(4293), + [anon_sym_GT] = ACTIONS(4293), + [anon_sym_object] = ACTIONS(4293), + [anon_sym_fun] = ACTIONS(4293), + [anon_sym_DOT] = ACTIONS(4293), + [anon_sym_SEMI] = ACTIONS(4291), + [anon_sym_get] = ACTIONS(4293), + [anon_sym_set] = ACTIONS(4293), + [anon_sym_this] = ACTIONS(4293), + [anon_sym_super] = ACTIONS(4293), + [anon_sym_STAR] = ACTIONS(4293), + [sym_label] = ACTIONS(4293), + [anon_sym_in] = ACTIONS(4293), + [anon_sym_DOT_DOT] = ACTIONS(4291), + [anon_sym_QMARK_COLON] = ACTIONS(4291), + [anon_sym_AMP_AMP] = ACTIONS(4291), + [anon_sym_PIPE_PIPE] = ACTIONS(4291), + [anon_sym_null] = ACTIONS(4293), + [anon_sym_if] = ACTIONS(4293), + [anon_sym_else] = ACTIONS(4293), + [anon_sym_when] = ACTIONS(4293), + [anon_sym_try] = ACTIONS(4293), + [anon_sym_throw] = ACTIONS(4293), + [anon_sym_return] = ACTIONS(4293), + [anon_sym_continue] = ACTIONS(4293), + [anon_sym_break] = ACTIONS(4293), + [anon_sym_COLON_COLON] = ACTIONS(4291), + [anon_sym_PLUS_EQ] = ACTIONS(4291), + [anon_sym_DASH_EQ] = ACTIONS(4291), + [anon_sym_STAR_EQ] = ACTIONS(4291), + [anon_sym_SLASH_EQ] = ACTIONS(4291), + [anon_sym_PERCENT_EQ] = ACTIONS(4291), + [anon_sym_BANG_EQ] = ACTIONS(4293), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4291), + [anon_sym_EQ_EQ] = ACTIONS(4293), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4291), + [anon_sym_LT_EQ] = ACTIONS(4291), + [anon_sym_GT_EQ] = ACTIONS(4291), + [anon_sym_BANGin] = ACTIONS(4291), + [anon_sym_is] = ACTIONS(4293), + [anon_sym_BANGis] = ACTIONS(4291), + [anon_sym_PLUS] = ACTIONS(4293), + [anon_sym_DASH] = ACTIONS(4293), + [anon_sym_SLASH] = ACTIONS(4293), + [anon_sym_PERCENT] = ACTIONS(4293), + [anon_sym_as_QMARK] = ACTIONS(4291), + [anon_sym_PLUS_PLUS] = ACTIONS(4291), + [anon_sym_DASH_DASH] = ACTIONS(4291), + [anon_sym_BANG] = ACTIONS(4293), + [anon_sym_BANG_BANG] = ACTIONS(4291), + [anon_sym_data] = ACTIONS(4293), + [anon_sym_inner] = ACTIONS(4293), + [anon_sym_expect] = ACTIONS(4293), + [anon_sym_actual] = ACTIONS(4293), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4291), + [anon_sym_continue_AT] = ACTIONS(4291), + [anon_sym_break_AT] = ACTIONS(4291), + [sym_real_literal] = ACTIONS(4291), + [sym_integer_literal] = ACTIONS(4293), + [sym_hex_literal] = ACTIONS(4291), + [sym_bin_literal] = ACTIONS(4291), + [anon_sym_true] = ACTIONS(4293), + [anon_sym_false] = ACTIONS(4293), + [anon_sym_SQUOTE] = ACTIONS(4291), + [sym__backtick_identifier] = ACTIONS(4291), + [sym__automatic_semicolon] = ACTIONS(4291), + [sym_safe_nav] = ACTIONS(4291), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4291), + }, + [3589] = { + [sym__alpha_identifier] = ACTIONS(3943), + [anon_sym_AT] = ACTIONS(3948), + [anon_sym_COLON] = ACTIONS(6778), + [anon_sym_LBRACK] = ACTIONS(3948), + [anon_sym_typealias] = ACTIONS(3943), + [anon_sym_class] = ACTIONS(3943), + [anon_sym_interface] = ACTIONS(3943), + [anon_sym_enum] = ACTIONS(3943), + [anon_sym_LBRACE] = ACTIONS(3948), + [anon_sym_LPAREN] = ACTIONS(3948), + [anon_sym_val] = ACTIONS(3943), + [anon_sym_var] = ACTIONS(3943), + [anon_sym_LT] = ACTIONS(3948), + [anon_sym_object] = ACTIONS(3943), + [anon_sym_fun] = ACTIONS(3943), + [anon_sym_DOT] = ACTIONS(3943), + [anon_sym_get] = ACTIONS(3943), + [anon_sym_set] = ACTIONS(3943), + [anon_sym_this] = ACTIONS(3943), + [anon_sym_super] = ACTIONS(3943), + [anon_sym_STAR] = ACTIONS(3948), + [sym_label] = ACTIONS(3943), + [anon_sym_for] = ACTIONS(3943), + [anon_sym_while] = ACTIONS(3943), + [anon_sym_do] = ACTIONS(3943), + [anon_sym_null] = ACTIONS(3943), + [anon_sym_if] = ACTIONS(3943), + [anon_sym_when] = ACTIONS(3943), + [anon_sym_try] = ACTIONS(3943), + [anon_sym_throw] = ACTIONS(3943), + [anon_sym_return] = ACTIONS(3943), + [anon_sym_continue] = ACTIONS(3943), + [anon_sym_break] = ACTIONS(3943), + [anon_sym_COLON_COLON] = ACTIONS(3948), + [anon_sym_PLUS] = ACTIONS(3943), + [anon_sym_DASH] = ACTIONS(3943), + [anon_sym_PLUS_PLUS] = ACTIONS(3948), + [anon_sym_DASH_DASH] = ACTIONS(3948), + [anon_sym_BANG] = ACTIONS(3948), + [anon_sym_suspend] = ACTIONS(3943), + [anon_sym_sealed] = ACTIONS(3943), + [anon_sym_annotation] = ACTIONS(3943), + [anon_sym_data] = ACTIONS(3943), + [anon_sym_inner] = ACTIONS(3943), + [anon_sym_override] = ACTIONS(3943), + [anon_sym_lateinit] = ACTIONS(3943), + [anon_sym_public] = ACTIONS(3943), + [anon_sym_private] = ACTIONS(3943), + [anon_sym_internal] = ACTIONS(3943), + [anon_sym_protected] = ACTIONS(3943), + [anon_sym_tailrec] = ACTIONS(3943), + [anon_sym_operator] = ACTIONS(3943), + [anon_sym_infix] = ACTIONS(3943), + [anon_sym_inline] = ACTIONS(3943), + [anon_sym_external] = ACTIONS(3943), + [sym_property_modifier] = ACTIONS(3943), + [anon_sym_abstract] = ACTIONS(3943), + [anon_sym_final] = ACTIONS(3943), + [anon_sym_open] = ACTIONS(3943), + [anon_sym_vararg] = ACTIONS(3943), + [anon_sym_noinline] = ACTIONS(3943), + [anon_sym_crossinline] = ACTIONS(3943), + [anon_sym_expect] = ACTIONS(3943), + [anon_sym_actual] = ACTIONS(3943), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3948), + [anon_sym_continue_AT] = ACTIONS(3948), + [anon_sym_break_AT] = ACTIONS(3948), + [sym_real_literal] = ACTIONS(3948), + [sym_integer_literal] = ACTIONS(3943), + [sym_hex_literal] = ACTIONS(3948), + [sym_bin_literal] = ACTIONS(3948), + [anon_sym_true] = ACTIONS(3943), + [anon_sym_false] = ACTIONS(3943), + [anon_sym_SQUOTE] = ACTIONS(3948), + [sym__backtick_identifier] = ACTIONS(3948), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3948), + }, + [3590] = { + [aux_sym_type_constraints_repeat1] = STATE(3650), + [sym__alpha_identifier] = ACTIONS(4456), + [anon_sym_AT] = ACTIONS(4458), + [anon_sym_LBRACK] = ACTIONS(4458), + [anon_sym_EQ] = ACTIONS(4458), + [anon_sym_LBRACE] = ACTIONS(4458), + [anon_sym_RBRACE] = ACTIONS(4458), + [anon_sym_LPAREN] = ACTIONS(4458), + [anon_sym_COMMA] = ACTIONS(6780), + [anon_sym_by] = ACTIONS(4456), + [anon_sym_object] = ACTIONS(4456), + [anon_sym_fun] = ACTIONS(4456), + [anon_sym_SEMI] = ACTIONS(4458), + [anon_sym_get] = ACTIONS(4456), + [anon_sym_set] = ACTIONS(4456), + [anon_sym_this] = ACTIONS(4456), + [anon_sym_super] = ACTIONS(4456), + [anon_sym_STAR] = ACTIONS(4458), + [sym_label] = ACTIONS(4456), + [anon_sym_in] = ACTIONS(4456), + [anon_sym_null] = ACTIONS(4456), + [anon_sym_if] = ACTIONS(4456), + [anon_sym_else] = ACTIONS(4456), + [anon_sym_when] = ACTIONS(4456), + [anon_sym_try] = ACTIONS(4456), + [anon_sym_throw] = ACTIONS(4456), + [anon_sym_return] = ACTIONS(4456), + [anon_sym_continue] = ACTIONS(4456), + [anon_sym_break] = ACTIONS(4456), + [anon_sym_COLON_COLON] = ACTIONS(4458), + [anon_sym_BANGin] = ACTIONS(4458), + [anon_sym_is] = ACTIONS(4456), + [anon_sym_BANGis] = ACTIONS(4458), + [anon_sym_PLUS] = ACTIONS(4456), + [anon_sym_DASH] = ACTIONS(4456), + [anon_sym_PLUS_PLUS] = ACTIONS(4458), + [anon_sym_DASH_DASH] = ACTIONS(4458), + [anon_sym_BANG] = ACTIONS(4456), + [anon_sym_suspend] = ACTIONS(4456), + [anon_sym_sealed] = ACTIONS(4456), + [anon_sym_annotation] = ACTIONS(4456), + [anon_sym_data] = ACTIONS(4456), + [anon_sym_inner] = ACTIONS(4456), + [anon_sym_override] = ACTIONS(4456), + [anon_sym_lateinit] = ACTIONS(4456), + [anon_sym_public] = ACTIONS(4456), + [anon_sym_private] = ACTIONS(4456), + [anon_sym_internal] = ACTIONS(4456), + [anon_sym_protected] = ACTIONS(4456), + [anon_sym_tailrec] = ACTIONS(4456), + [anon_sym_operator] = ACTIONS(4456), + [anon_sym_infix] = ACTIONS(4456), + [anon_sym_inline] = ACTIONS(4456), + [anon_sym_external] = ACTIONS(4456), + [sym_property_modifier] = ACTIONS(4456), + [anon_sym_abstract] = ACTIONS(4456), + [anon_sym_final] = ACTIONS(4456), + [anon_sym_open] = ACTIONS(4456), + [anon_sym_vararg] = ACTIONS(4456), + [anon_sym_noinline] = ACTIONS(4456), + [anon_sym_crossinline] = ACTIONS(4456), + [anon_sym_expect] = ACTIONS(4456), + [anon_sym_actual] = ACTIONS(4456), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4458), + [anon_sym_continue_AT] = ACTIONS(4458), + [anon_sym_break_AT] = ACTIONS(4458), + [sym_real_literal] = ACTIONS(4458), + [sym_integer_literal] = ACTIONS(4456), + [sym_hex_literal] = ACTIONS(4458), + [sym_bin_literal] = ACTIONS(4458), + [anon_sym_true] = ACTIONS(4456), + [anon_sym_false] = ACTIONS(4456), + [anon_sym_SQUOTE] = ACTIONS(4458), + [sym__backtick_identifier] = ACTIONS(4458), + [sym__automatic_semicolon] = ACTIONS(4458), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4458), + }, + [3591] = { + [sym_type_constraints] = STATE(3971), + [sym_function_body] = STATE(3268), + [sym__block] = STATE(3334), + [sym__alpha_identifier] = ACTIONS(4047), + [anon_sym_AT] = ACTIONS(4049), + [anon_sym_COLON] = ACTIONS(6782), + [anon_sym_LBRACK] = ACTIONS(4049), + [anon_sym_as] = ACTIONS(4047), + [anon_sym_EQ] = ACTIONS(6756), + [anon_sym_LBRACE] = ACTIONS(6244), + [anon_sym_RBRACE] = ACTIONS(4049), + [anon_sym_LPAREN] = ACTIONS(4049), + [anon_sym_LT] = ACTIONS(4047), + [anon_sym_GT] = ACTIONS(4047), + [anon_sym_where] = ACTIONS(3118), + [anon_sym_object] = ACTIONS(4047), + [anon_sym_fun] = ACTIONS(4047), + [anon_sym_DOT] = ACTIONS(4047), + [anon_sym_SEMI] = ACTIONS(4049), + [anon_sym_get] = ACTIONS(4047), + [anon_sym_set] = ACTIONS(4047), + [anon_sym_this] = ACTIONS(4047), + [anon_sym_super] = ACTIONS(4047), + [anon_sym_STAR] = ACTIONS(4049), + [sym_label] = ACTIONS(4047), + [anon_sym_in] = ACTIONS(4047), + [anon_sym_DOT_DOT] = ACTIONS(4049), + [anon_sym_QMARK_COLON] = ACTIONS(4049), + [anon_sym_AMP_AMP] = ACTIONS(4049), + [anon_sym_PIPE_PIPE] = ACTIONS(4049), + [anon_sym_null] = ACTIONS(4047), + [anon_sym_if] = ACTIONS(4047), + [anon_sym_else] = ACTIONS(4047), + [anon_sym_when] = ACTIONS(4047), + [anon_sym_try] = ACTIONS(4047), + [anon_sym_throw] = ACTIONS(4047), + [anon_sym_return] = ACTIONS(4047), + [anon_sym_continue] = ACTIONS(4047), + [anon_sym_break] = ACTIONS(4047), + [anon_sym_COLON_COLON] = ACTIONS(4049), + [anon_sym_BANG_EQ] = ACTIONS(4047), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4049), + [anon_sym_EQ_EQ] = ACTIONS(4047), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4049), + [anon_sym_LT_EQ] = ACTIONS(4049), + [anon_sym_GT_EQ] = ACTIONS(4049), + [anon_sym_BANGin] = ACTIONS(4049), + [anon_sym_is] = ACTIONS(4047), + [anon_sym_BANGis] = ACTIONS(4049), + [anon_sym_PLUS] = ACTIONS(4047), + [anon_sym_DASH] = ACTIONS(4047), + [anon_sym_SLASH] = ACTIONS(4047), + [anon_sym_PERCENT] = ACTIONS(4049), + [anon_sym_as_QMARK] = ACTIONS(4049), + [anon_sym_PLUS_PLUS] = ACTIONS(4049), + [anon_sym_DASH_DASH] = ACTIONS(4049), + [anon_sym_BANG] = ACTIONS(4047), + [anon_sym_BANG_BANG] = ACTIONS(4049), + [anon_sym_data] = ACTIONS(4047), + [anon_sym_inner] = ACTIONS(4047), + [anon_sym_expect] = ACTIONS(4047), + [anon_sym_actual] = ACTIONS(4047), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4049), + [anon_sym_continue_AT] = ACTIONS(4049), + [anon_sym_break_AT] = ACTIONS(4049), + [sym_real_literal] = ACTIONS(4049), + [sym_integer_literal] = ACTIONS(4047), + [sym_hex_literal] = ACTIONS(4049), + [sym_bin_literal] = ACTIONS(4049), + [anon_sym_true] = ACTIONS(4047), + [anon_sym_false] = ACTIONS(4047), + [anon_sym_SQUOTE] = ACTIONS(4049), + [sym__backtick_identifier] = ACTIONS(4049), + [sym__automatic_semicolon] = ACTIONS(4049), + [sym_safe_nav] = ACTIONS(4049), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4049), + }, + [3592] = { + [sym_type_constraints] = STATE(3966), + [sym_function_body] = STATE(3285), + [sym__block] = STATE(3334), + [sym__alpha_identifier] = ACTIONS(4041), + [anon_sym_AT] = ACTIONS(4043), + [anon_sym_COLON] = ACTIONS(6784), + [anon_sym_LBRACK] = ACTIONS(4043), + [anon_sym_as] = ACTIONS(4041), + [anon_sym_EQ] = ACTIONS(6756), + [anon_sym_LBRACE] = ACTIONS(6244), + [anon_sym_RBRACE] = ACTIONS(4043), + [anon_sym_LPAREN] = ACTIONS(4043), + [anon_sym_LT] = ACTIONS(4041), + [anon_sym_GT] = ACTIONS(4041), + [anon_sym_where] = ACTIONS(3118), + [anon_sym_object] = ACTIONS(4041), + [anon_sym_fun] = ACTIONS(4041), + [anon_sym_DOT] = ACTIONS(4041), + [anon_sym_SEMI] = ACTIONS(4043), + [anon_sym_get] = ACTIONS(4041), + [anon_sym_set] = ACTIONS(4041), + [anon_sym_this] = ACTIONS(4041), + [anon_sym_super] = ACTIONS(4041), + [anon_sym_STAR] = ACTIONS(4043), + [sym_label] = ACTIONS(4041), + [anon_sym_in] = ACTIONS(4041), + [anon_sym_DOT_DOT] = ACTIONS(4043), + [anon_sym_QMARK_COLON] = ACTIONS(4043), + [anon_sym_AMP_AMP] = ACTIONS(4043), + [anon_sym_PIPE_PIPE] = ACTIONS(4043), + [anon_sym_null] = ACTIONS(4041), + [anon_sym_if] = ACTIONS(4041), + [anon_sym_else] = ACTIONS(4041), + [anon_sym_when] = ACTIONS(4041), + [anon_sym_try] = ACTIONS(4041), + [anon_sym_throw] = ACTIONS(4041), + [anon_sym_return] = ACTIONS(4041), + [anon_sym_continue] = ACTIONS(4041), + [anon_sym_break] = ACTIONS(4041), + [anon_sym_COLON_COLON] = ACTIONS(4043), + [anon_sym_BANG_EQ] = ACTIONS(4041), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4043), + [anon_sym_EQ_EQ] = ACTIONS(4041), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4043), + [anon_sym_LT_EQ] = ACTIONS(4043), + [anon_sym_GT_EQ] = ACTIONS(4043), + [anon_sym_BANGin] = ACTIONS(4043), + [anon_sym_is] = ACTIONS(4041), + [anon_sym_BANGis] = ACTIONS(4043), + [anon_sym_PLUS] = ACTIONS(4041), + [anon_sym_DASH] = ACTIONS(4041), + [anon_sym_SLASH] = ACTIONS(4041), + [anon_sym_PERCENT] = ACTIONS(4043), + [anon_sym_as_QMARK] = ACTIONS(4043), + [anon_sym_PLUS_PLUS] = ACTIONS(4043), + [anon_sym_DASH_DASH] = ACTIONS(4043), + [anon_sym_BANG] = ACTIONS(4041), + [anon_sym_BANG_BANG] = ACTIONS(4043), + [anon_sym_data] = ACTIONS(4041), + [anon_sym_inner] = ACTIONS(4041), + [anon_sym_expect] = ACTIONS(4041), + [anon_sym_actual] = ACTIONS(4041), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4043), + [anon_sym_continue_AT] = ACTIONS(4043), + [anon_sym_break_AT] = ACTIONS(4043), + [sym_real_literal] = ACTIONS(4043), + [sym_integer_literal] = ACTIONS(4041), + [sym_hex_literal] = ACTIONS(4043), + [sym_bin_literal] = ACTIONS(4043), + [anon_sym_true] = ACTIONS(4041), + [anon_sym_false] = ACTIONS(4041), + [anon_sym_SQUOTE] = ACTIONS(4043), + [sym__backtick_identifier] = ACTIONS(4043), + [sym__automatic_semicolon] = ACTIONS(4043), + [sym_safe_nav] = ACTIONS(4043), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4043), + }, + [3593] = { + [sym_type_arguments] = STATE(3923), + [sym__alpha_identifier] = ACTIONS(4107), + [anon_sym_AT] = ACTIONS(4115), + [anon_sym_LBRACK] = ACTIONS(4115), + [anon_sym_typealias] = ACTIONS(4107), + [anon_sym_class] = ACTIONS(4107), + [anon_sym_interface] = ACTIONS(4107), + [anon_sym_enum] = ACTIONS(4107), + [anon_sym_LBRACE] = ACTIONS(4115), + [anon_sym_LPAREN] = ACTIONS(4115), + [anon_sym_val] = ACTIONS(4107), + [anon_sym_var] = ACTIONS(4107), + [anon_sym_LT] = ACTIONS(6786), + [anon_sym_object] = ACTIONS(4107), + [anon_sym_fun] = ACTIONS(4107), + [anon_sym_DOT] = ACTIONS(4107), + [anon_sym_get] = ACTIONS(4107), + [anon_sym_set] = ACTIONS(4107), + [anon_sym_this] = ACTIONS(4107), + [anon_sym_super] = ACTIONS(4107), + [anon_sym_STAR] = ACTIONS(4115), + [sym_label] = ACTIONS(4107), + [anon_sym_for] = ACTIONS(4107), + [anon_sym_while] = ACTIONS(4107), + [anon_sym_do] = ACTIONS(4107), + [anon_sym_null] = ACTIONS(4107), + [anon_sym_if] = ACTIONS(4107), + [anon_sym_when] = ACTIONS(4107), + [anon_sym_try] = ACTIONS(4107), + [anon_sym_throw] = ACTIONS(4107), + [anon_sym_return] = ACTIONS(4107), + [anon_sym_continue] = ACTIONS(4107), + [anon_sym_break] = ACTIONS(4107), + [anon_sym_COLON_COLON] = ACTIONS(4115), + [anon_sym_PLUS] = ACTIONS(4107), + [anon_sym_DASH] = ACTIONS(4107), + [anon_sym_PLUS_PLUS] = ACTIONS(4115), + [anon_sym_DASH_DASH] = ACTIONS(4115), + [anon_sym_BANG] = ACTIONS(4115), + [anon_sym_suspend] = ACTIONS(4107), + [anon_sym_sealed] = ACTIONS(4107), + [anon_sym_annotation] = ACTIONS(4107), + [anon_sym_data] = ACTIONS(4107), + [anon_sym_inner] = ACTIONS(4107), + [anon_sym_override] = ACTIONS(4107), + [anon_sym_lateinit] = ACTIONS(4107), + [anon_sym_public] = ACTIONS(4107), + [anon_sym_private] = ACTIONS(4107), + [anon_sym_internal] = ACTIONS(4107), + [anon_sym_protected] = ACTIONS(4107), + [anon_sym_tailrec] = ACTIONS(4107), + [anon_sym_operator] = ACTIONS(4107), + [anon_sym_infix] = ACTIONS(4107), + [anon_sym_inline] = ACTIONS(4107), + [anon_sym_external] = ACTIONS(4107), + [sym_property_modifier] = ACTIONS(4107), + [anon_sym_abstract] = ACTIONS(4107), + [anon_sym_final] = ACTIONS(4107), + [anon_sym_open] = ACTIONS(4107), + [anon_sym_vararg] = ACTIONS(4107), + [anon_sym_noinline] = ACTIONS(4107), + [anon_sym_crossinline] = ACTIONS(4107), + [anon_sym_expect] = ACTIONS(4107), + [anon_sym_actual] = ACTIONS(4107), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4115), + [anon_sym_continue_AT] = ACTIONS(4115), + [anon_sym_break_AT] = ACTIONS(4115), + [sym_real_literal] = ACTIONS(4115), + [sym_integer_literal] = ACTIONS(4107), + [sym_hex_literal] = ACTIONS(4115), + [sym_bin_literal] = ACTIONS(4115), + [anon_sym_true] = ACTIONS(4107), + [anon_sym_false] = ACTIONS(4107), + [anon_sym_SQUOTE] = ACTIONS(4115), + [sym__backtick_identifier] = ACTIONS(4115), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4115), + }, + [3594] = { + [ts_builtin_sym_end] = ACTIONS(6788), + [sym__alpha_identifier] = ACTIONS(6790), + [anon_sym_AT] = ACTIONS(6788), + [anon_sym_LBRACK] = ACTIONS(6788), + [anon_sym_package] = ACTIONS(6790), + [anon_sym_import] = ACTIONS(6790), + [anon_sym_typealias] = ACTIONS(6790), + [anon_sym_class] = ACTIONS(6790), + [anon_sym_interface] = ACTIONS(6790), + [anon_sym_enum] = ACTIONS(6790), + [anon_sym_LBRACE] = ACTIONS(6788), + [anon_sym_LPAREN] = ACTIONS(6788), + [anon_sym_val] = ACTIONS(6790), + [anon_sym_var] = ACTIONS(6790), + [anon_sym_object] = ACTIONS(6790), + [anon_sym_fun] = ACTIONS(6790), + [anon_sym_get] = ACTIONS(6790), + [anon_sym_set] = ACTIONS(6790), + [anon_sym_this] = ACTIONS(6790), + [anon_sym_super] = ACTIONS(6790), + [anon_sym_STAR] = ACTIONS(6788), + [sym_label] = ACTIONS(6790), + [anon_sym_for] = ACTIONS(6790), + [anon_sym_while] = ACTIONS(6790), + [anon_sym_do] = ACTIONS(6790), + [anon_sym_null] = ACTIONS(6790), + [anon_sym_if] = ACTIONS(6790), + [anon_sym_when] = ACTIONS(6790), + [anon_sym_try] = ACTIONS(6790), + [anon_sym_throw] = ACTIONS(6790), + [anon_sym_return] = ACTIONS(6790), + [anon_sym_continue] = ACTIONS(6790), + [anon_sym_break] = ACTIONS(6790), + [anon_sym_COLON_COLON] = ACTIONS(6788), + [anon_sym_PLUS] = ACTIONS(6790), + [anon_sym_DASH] = ACTIONS(6790), + [anon_sym_PLUS_PLUS] = ACTIONS(6788), + [anon_sym_DASH_DASH] = ACTIONS(6788), + [anon_sym_BANG] = ACTIONS(6788), + [anon_sym_suspend] = ACTIONS(6790), + [anon_sym_sealed] = ACTIONS(6790), + [anon_sym_annotation] = ACTIONS(6790), + [anon_sym_data] = ACTIONS(6790), + [anon_sym_inner] = ACTIONS(6790), + [anon_sym_override] = ACTIONS(6790), + [anon_sym_lateinit] = ACTIONS(6790), + [anon_sym_public] = ACTIONS(6790), + [anon_sym_private] = ACTIONS(6790), + [anon_sym_internal] = ACTIONS(6790), + [anon_sym_protected] = ACTIONS(6790), + [anon_sym_tailrec] = ACTIONS(6790), + [anon_sym_operator] = ACTIONS(6790), + [anon_sym_infix] = ACTIONS(6790), + [anon_sym_inline] = ACTIONS(6790), + [anon_sym_external] = ACTIONS(6790), + [sym_property_modifier] = ACTIONS(6790), + [anon_sym_abstract] = ACTIONS(6790), + [anon_sym_final] = ACTIONS(6790), + [anon_sym_open] = ACTIONS(6790), + [anon_sym_vararg] = ACTIONS(6790), + [anon_sym_noinline] = ACTIONS(6790), + [anon_sym_crossinline] = ACTIONS(6790), + [anon_sym_expect] = ACTIONS(6790), + [anon_sym_actual] = ACTIONS(6790), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(6788), + [anon_sym_continue_AT] = ACTIONS(6788), + [anon_sym_break_AT] = ACTIONS(6788), + [sym_real_literal] = ACTIONS(6788), + [sym_integer_literal] = ACTIONS(6790), + [sym_hex_literal] = ACTIONS(6788), + [sym_bin_literal] = ACTIONS(6788), + [anon_sym_true] = ACTIONS(6790), + [anon_sym_false] = ACTIONS(6790), + [anon_sym_SQUOTE] = ACTIONS(6788), + [sym__backtick_identifier] = ACTIONS(6788), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(6788), + }, + [3595] = { + [sym_type_constraints] = STATE(3876), + [sym_function_body] = STATE(3171), + [sym__block] = STATE(3334), + [sym__alpha_identifier] = ACTIONS(4256), + [anon_sym_AT] = ACTIONS(4258), + [anon_sym_LBRACK] = ACTIONS(4258), + [anon_sym_as] = ACTIONS(4256), + [anon_sym_EQ] = ACTIONS(6656), + [anon_sym_LBRACE] = ACTIONS(6244), + [anon_sym_RBRACE] = ACTIONS(4258), + [anon_sym_LPAREN] = ACTIONS(4258), + [anon_sym_COMMA] = ACTIONS(4258), + [anon_sym_LT] = ACTIONS(4256), + [anon_sym_GT] = ACTIONS(4256), + [anon_sym_where] = ACTIONS(3118), + [anon_sym_object] = ACTIONS(4256), + [anon_sym_fun] = ACTIONS(4256), + [anon_sym_DOT] = ACTIONS(4256), + [anon_sym_SEMI] = ACTIONS(4258), + [anon_sym_get] = ACTIONS(4256), + [anon_sym_set] = ACTIONS(4256), + [anon_sym_this] = ACTIONS(4256), + [anon_sym_super] = ACTIONS(4256), + [anon_sym_STAR] = ACTIONS(4258), + [sym_label] = ACTIONS(4256), + [anon_sym_in] = ACTIONS(4256), + [anon_sym_DOT_DOT] = ACTIONS(4258), + [anon_sym_QMARK_COLON] = ACTIONS(4258), + [anon_sym_AMP_AMP] = ACTIONS(4258), + [anon_sym_PIPE_PIPE] = ACTIONS(4258), + [anon_sym_null] = ACTIONS(4256), + [anon_sym_if] = ACTIONS(4256), + [anon_sym_else] = ACTIONS(4256), + [anon_sym_when] = ACTIONS(4256), + [anon_sym_try] = ACTIONS(4256), + [anon_sym_throw] = ACTIONS(4256), + [anon_sym_return] = ACTIONS(4256), + [anon_sym_continue] = ACTIONS(4256), + [anon_sym_break] = ACTIONS(4256), + [anon_sym_COLON_COLON] = ACTIONS(4258), + [anon_sym_BANG_EQ] = ACTIONS(4256), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4258), + [anon_sym_EQ_EQ] = ACTIONS(4256), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4258), + [anon_sym_LT_EQ] = ACTIONS(4258), + [anon_sym_GT_EQ] = ACTIONS(4258), + [anon_sym_BANGin] = ACTIONS(4258), + [anon_sym_is] = ACTIONS(4256), + [anon_sym_BANGis] = ACTIONS(4258), + [anon_sym_PLUS] = ACTIONS(4256), + [anon_sym_DASH] = ACTIONS(4256), + [anon_sym_SLASH] = ACTIONS(4256), + [anon_sym_PERCENT] = ACTIONS(4258), + [anon_sym_as_QMARK] = ACTIONS(4258), + [anon_sym_PLUS_PLUS] = ACTIONS(4258), + [anon_sym_DASH_DASH] = ACTIONS(4258), + [anon_sym_BANG] = ACTIONS(4256), + [anon_sym_BANG_BANG] = ACTIONS(4258), + [anon_sym_data] = ACTIONS(4256), + [anon_sym_inner] = ACTIONS(4256), + [anon_sym_expect] = ACTIONS(4256), + [anon_sym_actual] = ACTIONS(4256), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4258), + [anon_sym_continue_AT] = ACTIONS(4258), + [anon_sym_break_AT] = ACTIONS(4258), + [sym_real_literal] = ACTIONS(4258), + [sym_integer_literal] = ACTIONS(4256), + [sym_hex_literal] = ACTIONS(4258), + [sym_bin_literal] = ACTIONS(4258), + [anon_sym_true] = ACTIONS(4256), + [anon_sym_false] = ACTIONS(4256), + [anon_sym_SQUOTE] = ACTIONS(4258), + [sym__backtick_identifier] = ACTIONS(4258), + [sym__automatic_semicolon] = ACTIONS(4258), + [sym_safe_nav] = ACTIONS(4258), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4258), + }, + [3596] = { + [sym_indexing_suffix] = STATE(4986), + [sym_navigation_suffix] = STATE(5006), + [sym_call_suffix] = STATE(5077), + [sym_annotated_lambda] = STATE(4993), + [sym_type_arguments] = STATE(7551), + [sym_value_arguments] = STATE(4451), + [sym_lambda_literal] = STATE(4995), + [sym__equality_operator] = STATE(1817), + [sym__comparison_operator] = STATE(1832), + [sym__in_operator] = STATE(1833), + [sym__is_operator] = STATE(5776), + [sym__additive_operator] = STATE(1834), + [sym__multiplicative_operator] = STATE(1835), + [sym__as_operator] = STATE(5777), + [sym__postfix_unary_operator] = STATE(5000), + [sym__member_access_operator] = STATE(7402), + [sym_annotation] = STATE(7890), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1836), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7890), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6688), - [anon_sym_as] = ACTIONS(6690), - [anon_sym_EQ] = ACTIONS(3011), + [anon_sym_LBRACK] = ACTIONS(6702), + [anon_sym_as] = ACTIONS(6704), + [anon_sym_EQ] = ACTIONS(3048), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3013), - [anon_sym_LPAREN] = ACTIONS(6692), - [anon_sym_COMMA] = ACTIONS(3013), + [anon_sym_RBRACE] = ACTIONS(3050), + [anon_sym_LPAREN] = ACTIONS(6706), + [anon_sym_COMMA] = ACTIONS(3050), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(6694), - [anon_sym_where] = ACTIONS(3011), - [anon_sym_DOT] = ACTIONS(6696), - [anon_sym_SEMI] = ACTIONS(3013), + [anon_sym_GT] = ACTIONS(6728), + [anon_sym_where] = ACTIONS(3048), + [anon_sym_DOT] = ACTIONS(6708), + [anon_sym_SEMI] = ACTIONS(3050), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(6698), - [sym_label] = ACTIONS(6700), - [anon_sym_in] = ACTIONS(6702), - [anon_sym_DOT_DOT] = ACTIONS(6704), - [anon_sym_QMARK_COLON] = ACTIONS(6706), - [anon_sym_AMP_AMP] = ACTIONS(6708), - [anon_sym_PIPE_PIPE] = ACTIONS(3013), - [anon_sym_else] = ACTIONS(3011), - [anon_sym_COLON_COLON] = ACTIONS(6712), - [anon_sym_PLUS_EQ] = ACTIONS(3013), - [anon_sym_DASH_EQ] = ACTIONS(3013), - [anon_sym_STAR_EQ] = ACTIONS(3013), - [anon_sym_SLASH_EQ] = ACTIONS(3013), - [anon_sym_PERCENT_EQ] = ACTIONS(3013), - [anon_sym_BANG_EQ] = ACTIONS(6714), - [anon_sym_BANG_EQ_EQ] = ACTIONS(6716), - [anon_sym_EQ_EQ] = ACTIONS(6714), - [anon_sym_EQ_EQ_EQ] = ACTIONS(6716), - [anon_sym_LT_EQ] = ACTIONS(6718), - [anon_sym_GT_EQ] = ACTIONS(6718), - [anon_sym_BANGin] = ACTIONS(6720), - [anon_sym_is] = ACTIONS(6722), - [anon_sym_BANGis] = ACTIONS(6724), - [anon_sym_PLUS] = ACTIONS(6726), - [anon_sym_DASH] = ACTIONS(6726), - [anon_sym_SLASH] = ACTIONS(6698), - [anon_sym_PERCENT] = ACTIONS(6698), - [anon_sym_as_QMARK] = ACTIONS(6728), - [anon_sym_PLUS_PLUS] = ACTIONS(6730), - [anon_sym_DASH_DASH] = ACTIONS(6730), - [anon_sym_BANG_BANG] = ACTIONS(6730), + [anon_sym_STAR] = ACTIONS(6710), + [sym_label] = ACTIONS(6712), + [anon_sym_in] = ACTIONS(6730), + [anon_sym_DOT_DOT] = ACTIONS(6714), + [anon_sym_QMARK_COLON] = ACTIONS(6716), + [anon_sym_AMP_AMP] = ACTIONS(3050), + [anon_sym_PIPE_PIPE] = ACTIONS(3050), + [anon_sym_else] = ACTIONS(3048), + [anon_sym_COLON_COLON] = ACTIONS(6718), + [anon_sym_PLUS_EQ] = ACTIONS(3050), + [anon_sym_DASH_EQ] = ACTIONS(3050), + [anon_sym_STAR_EQ] = ACTIONS(3050), + [anon_sym_SLASH_EQ] = ACTIONS(3050), + [anon_sym_PERCENT_EQ] = ACTIONS(3050), + [anon_sym_BANG_EQ] = ACTIONS(6736), + [anon_sym_BANG_EQ_EQ] = ACTIONS(6738), + [anon_sym_EQ_EQ] = ACTIONS(6736), + [anon_sym_EQ_EQ_EQ] = ACTIONS(6738), + [anon_sym_LT_EQ] = ACTIONS(6740), + [anon_sym_GT_EQ] = ACTIONS(6740), + [anon_sym_BANGin] = ACTIONS(6742), + [anon_sym_is] = ACTIONS(6744), + [anon_sym_BANGis] = ACTIONS(6746), + [anon_sym_PLUS] = ACTIONS(6720), + [anon_sym_DASH] = ACTIONS(6720), + [anon_sym_SLASH] = ACTIONS(6710), + [anon_sym_PERCENT] = ACTIONS(6710), + [anon_sym_as_QMARK] = ACTIONS(6722), + [anon_sym_PLUS_PLUS] = ACTIONS(6724), + [anon_sym_DASH_DASH] = ACTIONS(6724), + [anon_sym_BANG_BANG] = ACTIONS(6724), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3013), - [sym_safe_nav] = ACTIONS(6712), + [sym__automatic_semicolon] = ACTIONS(3050), + [sym_safe_nav] = ACTIONS(6718), [sym_multiline_comment] = ACTIONS(3), }, - [3654] = { - [sym_class_body] = STATE(3786), - [sym__alpha_identifier] = ACTIONS(4434), - [anon_sym_AT] = ACTIONS(4436), - [anon_sym_LBRACK] = ACTIONS(4436), - [anon_sym_as] = ACTIONS(4434), - [anon_sym_EQ] = ACTIONS(4434), - [anon_sym_LBRACE] = ACTIONS(5421), - [anon_sym_RBRACE] = ACTIONS(4436), - [anon_sym_LPAREN] = ACTIONS(4436), - [anon_sym_COMMA] = ACTIONS(4436), - [anon_sym_LT] = ACTIONS(4434), - [anon_sym_GT] = ACTIONS(4434), - [anon_sym_where] = ACTIONS(4434), - [anon_sym_DOT] = ACTIONS(4434), - [anon_sym_SEMI] = ACTIONS(4436), - [anon_sym_get] = ACTIONS(4434), - [anon_sym_set] = ACTIONS(4434), - [anon_sym_STAR] = ACTIONS(4434), - [sym_label] = ACTIONS(4436), - [anon_sym_in] = ACTIONS(4434), - [anon_sym_DOT_DOT] = ACTIONS(4436), - [anon_sym_QMARK_COLON] = ACTIONS(4436), - [anon_sym_AMP_AMP] = ACTIONS(4436), - [anon_sym_PIPE_PIPE] = ACTIONS(4436), - [anon_sym_else] = ACTIONS(4434), - [anon_sym_COLON_COLON] = ACTIONS(4436), - [anon_sym_PLUS_EQ] = ACTIONS(4436), - [anon_sym_DASH_EQ] = ACTIONS(4436), - [anon_sym_STAR_EQ] = ACTIONS(4436), - [anon_sym_SLASH_EQ] = ACTIONS(4436), - [anon_sym_PERCENT_EQ] = ACTIONS(4436), - [anon_sym_BANG_EQ] = ACTIONS(4434), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4436), - [anon_sym_EQ_EQ] = ACTIONS(4434), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4436), - [anon_sym_LT_EQ] = ACTIONS(4436), - [anon_sym_GT_EQ] = ACTIONS(4436), - [anon_sym_BANGin] = ACTIONS(4436), - [anon_sym_is] = ACTIONS(4434), - [anon_sym_BANGis] = ACTIONS(4436), - [anon_sym_PLUS] = ACTIONS(4434), - [anon_sym_DASH] = ACTIONS(4434), - [anon_sym_SLASH] = ACTIONS(4434), - [anon_sym_PERCENT] = ACTIONS(4434), - [anon_sym_as_QMARK] = ACTIONS(4436), - [anon_sym_PLUS_PLUS] = ACTIONS(4436), - [anon_sym_DASH_DASH] = ACTIONS(4436), - [anon_sym_BANG_BANG] = ACTIONS(4436), - [anon_sym_suspend] = ACTIONS(4434), - [anon_sym_sealed] = ACTIONS(4434), - [anon_sym_annotation] = ACTIONS(4434), - [anon_sym_data] = ACTIONS(4434), - [anon_sym_inner] = ACTIONS(4434), - [anon_sym_override] = ACTIONS(4434), - [anon_sym_lateinit] = ACTIONS(4434), - [anon_sym_public] = ACTIONS(4434), - [anon_sym_private] = ACTIONS(4434), - [anon_sym_internal] = ACTIONS(4434), - [anon_sym_protected] = ACTIONS(4434), - [anon_sym_tailrec] = ACTIONS(4434), - [anon_sym_operator] = ACTIONS(4434), - [anon_sym_infix] = ACTIONS(4434), - [anon_sym_inline] = ACTIONS(4434), - [anon_sym_external] = ACTIONS(4434), - [sym_property_modifier] = ACTIONS(4434), - [anon_sym_abstract] = ACTIONS(4434), - [anon_sym_final] = ACTIONS(4434), - [anon_sym_open] = ACTIONS(4434), - [anon_sym_vararg] = ACTIONS(4434), - [anon_sym_noinline] = ACTIONS(4434), - [anon_sym_crossinline] = ACTIONS(4434), - [anon_sym_expect] = ACTIONS(4434), - [anon_sym_actual] = ACTIONS(4434), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4436), - [sym__automatic_semicolon] = ACTIONS(4436), - [sym_safe_nav] = ACTIONS(4436), - [sym_multiline_comment] = ACTIONS(3), + [3597] = { + [sym_type_constraints] = STATE(3889), + [sym_function_body] = STATE(3166), + [sym__block] = STATE(3334), + [sym__alpha_identifier] = ACTIONS(4260), + [anon_sym_AT] = ACTIONS(4262), + [anon_sym_LBRACK] = ACTIONS(4262), + [anon_sym_as] = ACTIONS(4260), + [anon_sym_EQ] = ACTIONS(6656), + [anon_sym_LBRACE] = ACTIONS(6244), + [anon_sym_RBRACE] = ACTIONS(4262), + [anon_sym_LPAREN] = ACTIONS(4262), + [anon_sym_COMMA] = ACTIONS(4262), + [anon_sym_LT] = ACTIONS(4260), + [anon_sym_GT] = ACTIONS(4260), + [anon_sym_where] = ACTIONS(3118), + [anon_sym_object] = ACTIONS(4260), + [anon_sym_fun] = ACTIONS(4260), + [anon_sym_DOT] = ACTIONS(4260), + [anon_sym_SEMI] = ACTIONS(4262), + [anon_sym_get] = ACTIONS(4260), + [anon_sym_set] = ACTIONS(4260), + [anon_sym_this] = ACTIONS(4260), + [anon_sym_super] = ACTIONS(4260), + [anon_sym_STAR] = ACTIONS(4262), + [sym_label] = ACTIONS(4260), + [anon_sym_in] = ACTIONS(4260), + [anon_sym_DOT_DOT] = ACTIONS(4262), + [anon_sym_QMARK_COLON] = ACTIONS(4262), + [anon_sym_AMP_AMP] = ACTIONS(4262), + [anon_sym_PIPE_PIPE] = ACTIONS(4262), + [anon_sym_null] = ACTIONS(4260), + [anon_sym_if] = ACTIONS(4260), + [anon_sym_else] = ACTIONS(4260), + [anon_sym_when] = ACTIONS(4260), + [anon_sym_try] = ACTIONS(4260), + [anon_sym_throw] = ACTIONS(4260), + [anon_sym_return] = ACTIONS(4260), + [anon_sym_continue] = ACTIONS(4260), + [anon_sym_break] = ACTIONS(4260), + [anon_sym_COLON_COLON] = ACTIONS(4262), + [anon_sym_BANG_EQ] = ACTIONS(4260), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4262), + [anon_sym_EQ_EQ] = ACTIONS(4260), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4262), + [anon_sym_LT_EQ] = ACTIONS(4262), + [anon_sym_GT_EQ] = ACTIONS(4262), + [anon_sym_BANGin] = ACTIONS(4262), + [anon_sym_is] = ACTIONS(4260), + [anon_sym_BANGis] = ACTIONS(4262), + [anon_sym_PLUS] = ACTIONS(4260), + [anon_sym_DASH] = ACTIONS(4260), + [anon_sym_SLASH] = ACTIONS(4260), + [anon_sym_PERCENT] = ACTIONS(4262), + [anon_sym_as_QMARK] = ACTIONS(4262), + [anon_sym_PLUS_PLUS] = ACTIONS(4262), + [anon_sym_DASH_DASH] = ACTIONS(4262), + [anon_sym_BANG] = ACTIONS(4260), + [anon_sym_BANG_BANG] = ACTIONS(4262), + [anon_sym_data] = ACTIONS(4260), + [anon_sym_inner] = ACTIONS(4260), + [anon_sym_expect] = ACTIONS(4260), + [anon_sym_actual] = ACTIONS(4260), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4262), + [anon_sym_continue_AT] = ACTIONS(4262), + [anon_sym_break_AT] = ACTIONS(4262), + [sym_real_literal] = ACTIONS(4262), + [sym_integer_literal] = ACTIONS(4260), + [sym_hex_literal] = ACTIONS(4262), + [sym_bin_literal] = ACTIONS(4262), + [anon_sym_true] = ACTIONS(4260), + [anon_sym_false] = ACTIONS(4260), + [anon_sym_SQUOTE] = ACTIONS(4262), + [sym__backtick_identifier] = ACTIONS(4262), + [sym__automatic_semicolon] = ACTIONS(4262), + [sym_safe_nav] = ACTIONS(4262), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4262), }, - [3655] = { - [sym__alpha_identifier] = ACTIONS(4651), - [anon_sym_AT] = ACTIONS(4653), - [anon_sym_COLON] = ACTIONS(4651), - [anon_sym_LBRACK] = ACTIONS(4653), - [anon_sym_as] = ACTIONS(4651), - [anon_sym_EQ] = ACTIONS(4651), - [anon_sym_LBRACE] = ACTIONS(4653), - [anon_sym_RBRACE] = ACTIONS(4653), - [anon_sym_LPAREN] = ACTIONS(4653), - [anon_sym_COMMA] = ACTIONS(4653), - [anon_sym_LT] = ACTIONS(4651), - [anon_sym_GT] = ACTIONS(4651), - [anon_sym_where] = ACTIONS(4651), - [anon_sym_DOT] = ACTIONS(4651), - [anon_sym_SEMI] = ACTIONS(4653), - [anon_sym_get] = ACTIONS(4651), - [anon_sym_set] = ACTIONS(4651), - [anon_sym_STAR] = ACTIONS(4651), - [sym_label] = ACTIONS(4653), - [anon_sym_in] = ACTIONS(4651), - [anon_sym_DOT_DOT] = ACTIONS(4653), - [anon_sym_QMARK_COLON] = ACTIONS(4653), - [anon_sym_AMP_AMP] = ACTIONS(4653), - [anon_sym_PIPE_PIPE] = ACTIONS(4653), - [anon_sym_else] = ACTIONS(4651), - [anon_sym_COLON_COLON] = ACTIONS(4653), - [anon_sym_PLUS_EQ] = ACTIONS(4653), - [anon_sym_DASH_EQ] = ACTIONS(4653), - [anon_sym_STAR_EQ] = ACTIONS(4653), - [anon_sym_SLASH_EQ] = ACTIONS(4653), - [anon_sym_PERCENT_EQ] = ACTIONS(4653), - [anon_sym_BANG_EQ] = ACTIONS(4651), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4653), - [anon_sym_EQ_EQ] = ACTIONS(4651), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4653), - [anon_sym_LT_EQ] = ACTIONS(4653), - [anon_sym_GT_EQ] = ACTIONS(4653), - [anon_sym_BANGin] = ACTIONS(4653), - [anon_sym_is] = ACTIONS(4651), - [anon_sym_BANGis] = ACTIONS(4653), - [anon_sym_PLUS] = ACTIONS(4651), - [anon_sym_DASH] = ACTIONS(4651), - [anon_sym_SLASH] = ACTIONS(4651), - [anon_sym_PERCENT] = ACTIONS(4651), - [anon_sym_as_QMARK] = ACTIONS(4653), - [anon_sym_PLUS_PLUS] = ACTIONS(4653), - [anon_sym_DASH_DASH] = ACTIONS(4653), - [anon_sym_BANG_BANG] = ACTIONS(4653), - [anon_sym_suspend] = ACTIONS(4651), - [anon_sym_sealed] = ACTIONS(4651), - [anon_sym_annotation] = ACTIONS(4651), - [anon_sym_data] = ACTIONS(4651), - [anon_sym_inner] = ACTIONS(4651), - [anon_sym_override] = ACTIONS(4651), - [anon_sym_lateinit] = ACTIONS(4651), - [anon_sym_public] = ACTIONS(4651), - [anon_sym_private] = ACTIONS(4651), - [anon_sym_internal] = ACTIONS(4651), - [anon_sym_protected] = ACTIONS(4651), - [anon_sym_tailrec] = ACTIONS(4651), - [anon_sym_operator] = ACTIONS(4651), - [anon_sym_infix] = ACTIONS(4651), - [anon_sym_inline] = ACTIONS(4651), - [anon_sym_external] = ACTIONS(4651), - [sym_property_modifier] = ACTIONS(4651), - [anon_sym_abstract] = ACTIONS(4651), - [anon_sym_final] = ACTIONS(4651), - [anon_sym_open] = ACTIONS(4651), - [anon_sym_vararg] = ACTIONS(4651), - [anon_sym_noinline] = ACTIONS(4651), - [anon_sym_crossinline] = ACTIONS(4651), - [anon_sym_expect] = ACTIONS(4651), - [anon_sym_actual] = ACTIONS(4651), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4653), - [sym__automatic_semicolon] = ACTIONS(4653), - [sym_safe_nav] = ACTIONS(4653), + [3598] = { + [sym_type_constraints] = STATE(3897), + [sym_function_body] = STATE(3317), + [sym__block] = STATE(3464), + [sym__alpha_identifier] = ACTIONS(4256), + [anon_sym_AT] = ACTIONS(4258), + [anon_sym_LBRACK] = ACTIONS(4258), + [anon_sym_RBRACK] = ACTIONS(4258), + [anon_sym_as] = ACTIONS(4256), + [anon_sym_EQ] = ACTIONS(6625), + [anon_sym_LBRACE] = ACTIONS(6233), + [anon_sym_RBRACE] = ACTIONS(4258), + [anon_sym_LPAREN] = ACTIONS(4258), + [anon_sym_COMMA] = ACTIONS(4258), + [anon_sym_RPAREN] = ACTIONS(4258), + [anon_sym_LT] = ACTIONS(4256), + [anon_sym_GT] = ACTIONS(4256), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(4256), + [anon_sym_SEMI] = ACTIONS(4258), + [anon_sym_get] = ACTIONS(4256), + [anon_sym_set] = ACTIONS(4256), + [anon_sym_STAR] = ACTIONS(4258), + [anon_sym_DASH_GT] = ACTIONS(4258), + [sym_label] = ACTIONS(4258), + [anon_sym_in] = ACTIONS(4256), + [anon_sym_while] = ACTIONS(4256), + [anon_sym_DOT_DOT] = ACTIONS(4258), + [anon_sym_QMARK_COLON] = ACTIONS(4258), + [anon_sym_AMP_AMP] = ACTIONS(4258), + [anon_sym_PIPE_PIPE] = ACTIONS(4258), + [anon_sym_else] = ACTIONS(4256), + [anon_sym_COLON_COLON] = ACTIONS(4258), + [anon_sym_BANG_EQ] = ACTIONS(4256), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4258), + [anon_sym_EQ_EQ] = ACTIONS(4256), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4258), + [anon_sym_LT_EQ] = ACTIONS(4258), + [anon_sym_GT_EQ] = ACTIONS(4258), + [anon_sym_BANGin] = ACTIONS(4258), + [anon_sym_is] = ACTIONS(4256), + [anon_sym_BANGis] = ACTIONS(4258), + [anon_sym_PLUS] = ACTIONS(4256), + [anon_sym_DASH] = ACTIONS(4256), + [anon_sym_SLASH] = ACTIONS(4256), + [anon_sym_PERCENT] = ACTIONS(4258), + [anon_sym_as_QMARK] = ACTIONS(4258), + [anon_sym_PLUS_PLUS] = ACTIONS(4258), + [anon_sym_DASH_DASH] = ACTIONS(4258), + [anon_sym_BANG_BANG] = ACTIONS(4258), + [anon_sym_suspend] = ACTIONS(4256), + [anon_sym_sealed] = ACTIONS(4256), + [anon_sym_annotation] = ACTIONS(4256), + [anon_sym_data] = ACTIONS(4256), + [anon_sym_inner] = ACTIONS(4256), + [anon_sym_override] = ACTIONS(4256), + [anon_sym_lateinit] = ACTIONS(4256), + [anon_sym_public] = ACTIONS(4256), + [anon_sym_private] = ACTIONS(4256), + [anon_sym_internal] = ACTIONS(4256), + [anon_sym_protected] = ACTIONS(4256), + [anon_sym_tailrec] = ACTIONS(4256), + [anon_sym_operator] = ACTIONS(4256), + [anon_sym_infix] = ACTIONS(4256), + [anon_sym_inline] = ACTIONS(4256), + [anon_sym_external] = ACTIONS(4256), + [sym_property_modifier] = ACTIONS(4256), + [anon_sym_abstract] = ACTIONS(4256), + [anon_sym_final] = ACTIONS(4256), + [anon_sym_open] = ACTIONS(4256), + [anon_sym_vararg] = ACTIONS(4256), + [anon_sym_noinline] = ACTIONS(4256), + [anon_sym_crossinline] = ACTIONS(4256), + [anon_sym_expect] = ACTIONS(4256), + [anon_sym_actual] = ACTIONS(4256), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4258), + [sym_safe_nav] = ACTIONS(4258), [sym_multiline_comment] = ACTIONS(3), }, - [3656] = { - [aux_sym_type_constraints_repeat1] = STATE(3597), - [sym__alpha_identifier] = ACTIONS(4485), - [anon_sym_AT] = ACTIONS(4487), - [anon_sym_LBRACK] = ACTIONS(4487), - [anon_sym_EQ] = ACTIONS(4487), - [anon_sym_LBRACE] = ACTIONS(4487), - [anon_sym_RBRACE] = ACTIONS(4487), - [anon_sym_LPAREN] = ACTIONS(4487), - [anon_sym_COMMA] = ACTIONS(6797), - [anon_sym_by] = ACTIONS(4485), - [anon_sym_object] = ACTIONS(4485), - [anon_sym_fun] = ACTIONS(4485), - [anon_sym_SEMI] = ACTIONS(4487), - [anon_sym_get] = ACTIONS(4485), - [anon_sym_set] = ACTIONS(4485), - [anon_sym_this] = ACTIONS(4485), - [anon_sym_super] = ACTIONS(4485), - [anon_sym_STAR] = ACTIONS(4487), - [sym_label] = ACTIONS(4485), - [anon_sym_in] = ACTIONS(4485), - [anon_sym_null] = ACTIONS(4485), - [anon_sym_if] = ACTIONS(4485), - [anon_sym_else] = ACTIONS(4485), - [anon_sym_when] = ACTIONS(4485), - [anon_sym_try] = ACTIONS(4485), - [anon_sym_throw] = ACTIONS(4485), - [anon_sym_return] = ACTIONS(4485), - [anon_sym_continue] = ACTIONS(4485), - [anon_sym_break] = ACTIONS(4485), - [anon_sym_COLON_COLON] = ACTIONS(4487), - [anon_sym_BANGin] = ACTIONS(4487), - [anon_sym_is] = ACTIONS(4485), - [anon_sym_BANGis] = ACTIONS(4487), - [anon_sym_PLUS] = ACTIONS(4485), - [anon_sym_DASH] = ACTIONS(4485), - [anon_sym_PLUS_PLUS] = ACTIONS(4487), - [anon_sym_DASH_DASH] = ACTIONS(4487), - [anon_sym_BANG] = ACTIONS(4485), - [anon_sym_suspend] = ACTIONS(4485), - [anon_sym_sealed] = ACTIONS(4485), - [anon_sym_annotation] = ACTIONS(4485), - [anon_sym_data] = ACTIONS(4485), - [anon_sym_inner] = ACTIONS(4485), - [anon_sym_override] = ACTIONS(4485), - [anon_sym_lateinit] = ACTIONS(4485), - [anon_sym_public] = ACTIONS(4485), - [anon_sym_private] = ACTIONS(4485), - [anon_sym_internal] = ACTIONS(4485), - [anon_sym_protected] = ACTIONS(4485), - [anon_sym_tailrec] = ACTIONS(4485), - [anon_sym_operator] = ACTIONS(4485), - [anon_sym_infix] = ACTIONS(4485), - [anon_sym_inline] = ACTIONS(4485), - [anon_sym_external] = ACTIONS(4485), - [sym_property_modifier] = ACTIONS(4485), - [anon_sym_abstract] = ACTIONS(4485), - [anon_sym_final] = ACTIONS(4485), - [anon_sym_open] = ACTIONS(4485), - [anon_sym_vararg] = ACTIONS(4485), - [anon_sym_noinline] = ACTIONS(4485), - [anon_sym_crossinline] = ACTIONS(4485), - [anon_sym_expect] = ACTIONS(4485), - [anon_sym_actual] = ACTIONS(4485), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4487), - [anon_sym_continue_AT] = ACTIONS(4487), - [anon_sym_break_AT] = ACTIONS(4487), - [sym_real_literal] = ACTIONS(4487), - [sym_integer_literal] = ACTIONS(4485), - [sym_hex_literal] = ACTIONS(4487), - [sym_bin_literal] = ACTIONS(4487), - [anon_sym_true] = ACTIONS(4485), - [anon_sym_false] = ACTIONS(4485), - [anon_sym_SQUOTE] = ACTIONS(4487), - [sym__backtick_identifier] = ACTIONS(4487), - [sym__automatic_semicolon] = ACTIONS(4487), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4487), + [3599] = { + [sym_type_constraints] = STATE(3894), + [sym_function_body] = STATE(3153), + [sym__block] = STATE(3334), + [sym__alpha_identifier] = ACTIONS(4099), + [anon_sym_AT] = ACTIONS(4101), + [anon_sym_LBRACK] = ACTIONS(4101), + [anon_sym_as] = ACTIONS(4099), + [anon_sym_EQ] = ACTIONS(6656), + [anon_sym_LBRACE] = ACTIONS(6244), + [anon_sym_RBRACE] = ACTIONS(4101), + [anon_sym_LPAREN] = ACTIONS(4101), + [anon_sym_COMMA] = ACTIONS(4101), + [anon_sym_LT] = ACTIONS(4099), + [anon_sym_GT] = ACTIONS(4099), + [anon_sym_where] = ACTIONS(3118), + [anon_sym_object] = ACTIONS(4099), + [anon_sym_fun] = ACTIONS(4099), + [anon_sym_DOT] = ACTIONS(4099), + [anon_sym_SEMI] = ACTIONS(4101), + [anon_sym_get] = ACTIONS(4099), + [anon_sym_set] = ACTIONS(4099), + [anon_sym_this] = ACTIONS(4099), + [anon_sym_super] = ACTIONS(4099), + [anon_sym_STAR] = ACTIONS(4101), + [sym_label] = ACTIONS(4099), + [anon_sym_in] = ACTIONS(4099), + [anon_sym_DOT_DOT] = ACTIONS(4101), + [anon_sym_QMARK_COLON] = ACTIONS(4101), + [anon_sym_AMP_AMP] = ACTIONS(4101), + [anon_sym_PIPE_PIPE] = ACTIONS(4101), + [anon_sym_null] = ACTIONS(4099), + [anon_sym_if] = ACTIONS(4099), + [anon_sym_else] = ACTIONS(4099), + [anon_sym_when] = ACTIONS(4099), + [anon_sym_try] = ACTIONS(4099), + [anon_sym_throw] = ACTIONS(4099), + [anon_sym_return] = ACTIONS(4099), + [anon_sym_continue] = ACTIONS(4099), + [anon_sym_break] = ACTIONS(4099), + [anon_sym_COLON_COLON] = ACTIONS(4101), + [anon_sym_BANG_EQ] = ACTIONS(4099), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4101), + [anon_sym_EQ_EQ] = ACTIONS(4099), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4101), + [anon_sym_LT_EQ] = ACTIONS(4101), + [anon_sym_GT_EQ] = ACTIONS(4101), + [anon_sym_BANGin] = ACTIONS(4101), + [anon_sym_is] = ACTIONS(4099), + [anon_sym_BANGis] = ACTIONS(4101), + [anon_sym_PLUS] = ACTIONS(4099), + [anon_sym_DASH] = ACTIONS(4099), + [anon_sym_SLASH] = ACTIONS(4099), + [anon_sym_PERCENT] = ACTIONS(4101), + [anon_sym_as_QMARK] = ACTIONS(4101), + [anon_sym_PLUS_PLUS] = ACTIONS(4101), + [anon_sym_DASH_DASH] = ACTIONS(4101), + [anon_sym_BANG] = ACTIONS(4099), + [anon_sym_BANG_BANG] = ACTIONS(4101), + [anon_sym_data] = ACTIONS(4099), + [anon_sym_inner] = ACTIONS(4099), + [anon_sym_expect] = ACTIONS(4099), + [anon_sym_actual] = ACTIONS(4099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4101), + [anon_sym_continue_AT] = ACTIONS(4101), + [anon_sym_break_AT] = ACTIONS(4101), + [sym_real_literal] = ACTIONS(4101), + [sym_integer_literal] = ACTIONS(4099), + [sym_hex_literal] = ACTIONS(4101), + [sym_bin_literal] = ACTIONS(4101), + [anon_sym_true] = ACTIONS(4099), + [anon_sym_false] = ACTIONS(4099), + [anon_sym_SQUOTE] = ACTIONS(4101), + [sym__backtick_identifier] = ACTIONS(4101), + [sym__automatic_semicolon] = ACTIONS(4101), + [sym_safe_nav] = ACTIONS(4101), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4101), }, - [3657] = { - [sym__alpha_identifier] = ACTIONS(4466), - [anon_sym_AT] = ACTIONS(4468), - [anon_sym_LBRACK] = ACTIONS(4468), - [anon_sym_as] = ACTIONS(4466), - [anon_sym_EQ] = ACTIONS(4466), - [anon_sym_LBRACE] = ACTIONS(4468), - [anon_sym_RBRACE] = ACTIONS(4468), - [anon_sym_LPAREN] = ACTIONS(4468), - [anon_sym_COMMA] = ACTIONS(4468), - [anon_sym_by] = ACTIONS(4466), - [anon_sym_LT] = ACTIONS(4466), - [anon_sym_GT] = ACTIONS(4466), - [anon_sym_where] = ACTIONS(4466), - [anon_sym_DOT] = ACTIONS(4466), - [anon_sym_SEMI] = ACTIONS(4468), - [anon_sym_get] = ACTIONS(4466), - [anon_sym_set] = ACTIONS(4466), - [anon_sym_STAR] = ACTIONS(4466), - [sym_label] = ACTIONS(4468), - [anon_sym_in] = ACTIONS(4466), - [anon_sym_DOT_DOT] = ACTIONS(4468), - [anon_sym_QMARK_COLON] = ACTIONS(4468), - [anon_sym_AMP_AMP] = ACTIONS(4468), - [anon_sym_PIPE_PIPE] = ACTIONS(4468), - [anon_sym_else] = ACTIONS(4466), - [anon_sym_COLON_COLON] = ACTIONS(4468), - [anon_sym_PLUS_EQ] = ACTIONS(4468), - [anon_sym_DASH_EQ] = ACTIONS(4468), - [anon_sym_STAR_EQ] = ACTIONS(4468), - [anon_sym_SLASH_EQ] = ACTIONS(4468), - [anon_sym_PERCENT_EQ] = ACTIONS(4468), - [anon_sym_BANG_EQ] = ACTIONS(4466), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4468), - [anon_sym_EQ_EQ] = ACTIONS(4466), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4468), - [anon_sym_LT_EQ] = ACTIONS(4468), - [anon_sym_GT_EQ] = ACTIONS(4468), - [anon_sym_BANGin] = ACTIONS(4468), - [anon_sym_is] = ACTIONS(4466), - [anon_sym_BANGis] = ACTIONS(4468), - [anon_sym_PLUS] = ACTIONS(4466), - [anon_sym_DASH] = ACTIONS(4466), - [anon_sym_SLASH] = ACTIONS(4466), - [anon_sym_PERCENT] = ACTIONS(4466), - [anon_sym_as_QMARK] = ACTIONS(4468), - [anon_sym_PLUS_PLUS] = ACTIONS(4468), - [anon_sym_DASH_DASH] = ACTIONS(4468), - [anon_sym_BANG_BANG] = ACTIONS(4468), - [anon_sym_suspend] = ACTIONS(4466), - [anon_sym_sealed] = ACTIONS(4466), - [anon_sym_annotation] = ACTIONS(4466), - [anon_sym_data] = ACTIONS(4466), - [anon_sym_inner] = ACTIONS(4466), - [anon_sym_override] = ACTIONS(4466), - [anon_sym_lateinit] = ACTIONS(4466), - [anon_sym_public] = ACTIONS(4466), - [anon_sym_private] = ACTIONS(4466), - [anon_sym_internal] = ACTIONS(4466), - [anon_sym_protected] = ACTIONS(4466), - [anon_sym_tailrec] = ACTIONS(4466), - [anon_sym_operator] = ACTIONS(4466), - [anon_sym_infix] = ACTIONS(4466), - [anon_sym_inline] = ACTIONS(4466), - [anon_sym_external] = ACTIONS(4466), - [sym_property_modifier] = ACTIONS(4466), - [anon_sym_abstract] = ACTIONS(4466), - [anon_sym_final] = ACTIONS(4466), - [anon_sym_open] = ACTIONS(4466), - [anon_sym_vararg] = ACTIONS(4466), - [anon_sym_noinline] = ACTIONS(4466), - [anon_sym_crossinline] = ACTIONS(4466), - [anon_sym_expect] = ACTIONS(4466), - [anon_sym_actual] = ACTIONS(4466), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4468), - [sym__automatic_semicolon] = ACTIONS(4468), - [sym_safe_nav] = ACTIONS(4468), + [3600] = { + [sym_type_constraints] = STATE(3895), + [sym_function_body] = STATE(3267), + [sym__block] = STATE(3464), + [sym__alpha_identifier] = ACTIONS(4260), + [anon_sym_AT] = ACTIONS(4262), + [anon_sym_LBRACK] = ACTIONS(4262), + [anon_sym_RBRACK] = ACTIONS(4262), + [anon_sym_as] = ACTIONS(4260), + [anon_sym_EQ] = ACTIONS(6625), + [anon_sym_LBRACE] = ACTIONS(6233), + [anon_sym_RBRACE] = ACTIONS(4262), + [anon_sym_LPAREN] = ACTIONS(4262), + [anon_sym_COMMA] = ACTIONS(4262), + [anon_sym_RPAREN] = ACTIONS(4262), + [anon_sym_LT] = ACTIONS(4260), + [anon_sym_GT] = ACTIONS(4260), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(4260), + [anon_sym_SEMI] = ACTIONS(4262), + [anon_sym_get] = ACTIONS(4260), + [anon_sym_set] = ACTIONS(4260), + [anon_sym_STAR] = ACTIONS(4262), + [anon_sym_DASH_GT] = ACTIONS(4262), + [sym_label] = ACTIONS(4262), + [anon_sym_in] = ACTIONS(4260), + [anon_sym_while] = ACTIONS(4260), + [anon_sym_DOT_DOT] = ACTIONS(4262), + [anon_sym_QMARK_COLON] = ACTIONS(4262), + [anon_sym_AMP_AMP] = ACTIONS(4262), + [anon_sym_PIPE_PIPE] = ACTIONS(4262), + [anon_sym_else] = ACTIONS(4260), + [anon_sym_COLON_COLON] = ACTIONS(4262), + [anon_sym_BANG_EQ] = ACTIONS(4260), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4262), + [anon_sym_EQ_EQ] = ACTIONS(4260), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4262), + [anon_sym_LT_EQ] = ACTIONS(4262), + [anon_sym_GT_EQ] = ACTIONS(4262), + [anon_sym_BANGin] = ACTIONS(4262), + [anon_sym_is] = ACTIONS(4260), + [anon_sym_BANGis] = ACTIONS(4262), + [anon_sym_PLUS] = ACTIONS(4260), + [anon_sym_DASH] = ACTIONS(4260), + [anon_sym_SLASH] = ACTIONS(4260), + [anon_sym_PERCENT] = ACTIONS(4262), + [anon_sym_as_QMARK] = ACTIONS(4262), + [anon_sym_PLUS_PLUS] = ACTIONS(4262), + [anon_sym_DASH_DASH] = ACTIONS(4262), + [anon_sym_BANG_BANG] = ACTIONS(4262), + [anon_sym_suspend] = ACTIONS(4260), + [anon_sym_sealed] = ACTIONS(4260), + [anon_sym_annotation] = ACTIONS(4260), + [anon_sym_data] = ACTIONS(4260), + [anon_sym_inner] = ACTIONS(4260), + [anon_sym_override] = ACTIONS(4260), + [anon_sym_lateinit] = ACTIONS(4260), + [anon_sym_public] = ACTIONS(4260), + [anon_sym_private] = ACTIONS(4260), + [anon_sym_internal] = ACTIONS(4260), + [anon_sym_protected] = ACTIONS(4260), + [anon_sym_tailrec] = ACTIONS(4260), + [anon_sym_operator] = ACTIONS(4260), + [anon_sym_infix] = ACTIONS(4260), + [anon_sym_inline] = ACTIONS(4260), + [anon_sym_external] = ACTIONS(4260), + [sym_property_modifier] = ACTIONS(4260), + [anon_sym_abstract] = ACTIONS(4260), + [anon_sym_final] = ACTIONS(4260), + [anon_sym_open] = ACTIONS(4260), + [anon_sym_vararg] = ACTIONS(4260), + [anon_sym_noinline] = ACTIONS(4260), + [anon_sym_crossinline] = ACTIONS(4260), + [anon_sym_expect] = ACTIONS(4260), + [anon_sym_actual] = ACTIONS(4260), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4262), + [sym_safe_nav] = ACTIONS(4262), [sym_multiline_comment] = ACTIONS(3), }, - [3658] = { - [sym__alpha_identifier] = ACTIONS(4639), - [anon_sym_AT] = ACTIONS(4641), - [anon_sym_COLON] = ACTIONS(4639), - [anon_sym_LBRACK] = ACTIONS(4641), - [anon_sym_as] = ACTIONS(4639), - [anon_sym_EQ] = ACTIONS(4639), - [anon_sym_LBRACE] = ACTIONS(4641), - [anon_sym_RBRACE] = ACTIONS(4641), - [anon_sym_LPAREN] = ACTIONS(4641), - [anon_sym_COMMA] = ACTIONS(4641), - [anon_sym_LT] = ACTIONS(4639), - [anon_sym_GT] = ACTIONS(4639), - [anon_sym_where] = ACTIONS(4639), - [anon_sym_DOT] = ACTIONS(4639), - [anon_sym_SEMI] = ACTIONS(4641), - [anon_sym_get] = ACTIONS(4639), - [anon_sym_set] = ACTIONS(4639), - [anon_sym_STAR] = ACTIONS(4639), - [sym_label] = ACTIONS(4641), - [anon_sym_in] = ACTIONS(4639), - [anon_sym_DOT_DOT] = ACTIONS(4641), - [anon_sym_QMARK_COLON] = ACTIONS(4641), - [anon_sym_AMP_AMP] = ACTIONS(4641), - [anon_sym_PIPE_PIPE] = ACTIONS(4641), - [anon_sym_else] = ACTIONS(4639), - [anon_sym_COLON_COLON] = ACTIONS(4641), - [anon_sym_PLUS_EQ] = ACTIONS(4641), - [anon_sym_DASH_EQ] = ACTIONS(4641), - [anon_sym_STAR_EQ] = ACTIONS(4641), - [anon_sym_SLASH_EQ] = ACTIONS(4641), - [anon_sym_PERCENT_EQ] = ACTIONS(4641), - [anon_sym_BANG_EQ] = ACTIONS(4639), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4641), - [anon_sym_EQ_EQ] = ACTIONS(4639), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4641), - [anon_sym_LT_EQ] = ACTIONS(4641), - [anon_sym_GT_EQ] = ACTIONS(4641), - [anon_sym_BANGin] = ACTIONS(4641), - [anon_sym_is] = ACTIONS(4639), - [anon_sym_BANGis] = ACTIONS(4641), - [anon_sym_PLUS] = ACTIONS(4639), - [anon_sym_DASH] = ACTIONS(4639), - [anon_sym_SLASH] = ACTIONS(4639), - [anon_sym_PERCENT] = ACTIONS(4639), - [anon_sym_as_QMARK] = ACTIONS(4641), - [anon_sym_PLUS_PLUS] = ACTIONS(4641), - [anon_sym_DASH_DASH] = ACTIONS(4641), - [anon_sym_BANG_BANG] = ACTIONS(4641), - [anon_sym_suspend] = ACTIONS(4639), - [anon_sym_sealed] = ACTIONS(4639), - [anon_sym_annotation] = ACTIONS(4639), - [anon_sym_data] = ACTIONS(4639), - [anon_sym_inner] = ACTIONS(4639), - [anon_sym_override] = ACTIONS(4639), - [anon_sym_lateinit] = ACTIONS(4639), - [anon_sym_public] = ACTIONS(4639), - [anon_sym_private] = ACTIONS(4639), - [anon_sym_internal] = ACTIONS(4639), - [anon_sym_protected] = ACTIONS(4639), - [anon_sym_tailrec] = ACTIONS(4639), - [anon_sym_operator] = ACTIONS(4639), - [anon_sym_infix] = ACTIONS(4639), - [anon_sym_inline] = ACTIONS(4639), - [anon_sym_external] = ACTIONS(4639), - [sym_property_modifier] = ACTIONS(4639), - [anon_sym_abstract] = ACTIONS(4639), - [anon_sym_final] = ACTIONS(4639), - [anon_sym_open] = ACTIONS(4639), - [anon_sym_vararg] = ACTIONS(4639), - [anon_sym_noinline] = ACTIONS(4639), - [anon_sym_crossinline] = ACTIONS(4639), - [anon_sym_expect] = ACTIONS(4639), - [anon_sym_actual] = ACTIONS(4639), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4641), - [sym__automatic_semicolon] = ACTIONS(4641), - [sym_safe_nav] = ACTIONS(4641), + [3601] = { + [sym__alpha_identifier] = ACTIONS(4285), + [anon_sym_AT] = ACTIONS(4288), + [anon_sym_LBRACK] = ACTIONS(4288), + [anon_sym_as] = ACTIONS(4285), + [anon_sym_EQ] = ACTIONS(4285), + [anon_sym_LBRACE] = ACTIONS(4288), + [anon_sym_RBRACE] = ACTIONS(4288), + [anon_sym_LPAREN] = ACTIONS(6690), + [anon_sym_LT] = ACTIONS(4285), + [anon_sym_GT] = ACTIONS(4285), + [anon_sym_object] = ACTIONS(4285), + [anon_sym_fun] = ACTIONS(4285), + [anon_sym_DOT] = ACTIONS(4285), + [anon_sym_SEMI] = ACTIONS(4288), + [anon_sym_get] = ACTIONS(4285), + [anon_sym_set] = ACTIONS(4285), + [anon_sym_this] = ACTIONS(4285), + [anon_sym_super] = ACTIONS(4285), + [anon_sym_STAR] = ACTIONS(4285), + [sym_label] = ACTIONS(4285), + [anon_sym_in] = ACTIONS(4285), + [anon_sym_DOT_DOT] = ACTIONS(4288), + [anon_sym_QMARK_COLON] = ACTIONS(4288), + [anon_sym_AMP_AMP] = ACTIONS(4288), + [anon_sym_PIPE_PIPE] = ACTIONS(4288), + [anon_sym_null] = ACTIONS(4285), + [anon_sym_if] = ACTIONS(4285), + [anon_sym_else] = ACTIONS(4285), + [anon_sym_when] = ACTIONS(4285), + [anon_sym_try] = ACTIONS(4285), + [anon_sym_throw] = ACTIONS(4285), + [anon_sym_return] = ACTIONS(4285), + [anon_sym_continue] = ACTIONS(4285), + [anon_sym_break] = ACTIONS(4285), + [anon_sym_COLON_COLON] = ACTIONS(4288), + [anon_sym_PLUS_EQ] = ACTIONS(4288), + [anon_sym_DASH_EQ] = ACTIONS(4288), + [anon_sym_STAR_EQ] = ACTIONS(4288), + [anon_sym_SLASH_EQ] = ACTIONS(4288), + [anon_sym_PERCENT_EQ] = ACTIONS(4288), + [anon_sym_BANG_EQ] = ACTIONS(4285), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4288), + [anon_sym_EQ_EQ] = ACTIONS(4285), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4288), + [anon_sym_LT_EQ] = ACTIONS(4288), + [anon_sym_GT_EQ] = ACTIONS(4288), + [anon_sym_BANGin] = ACTIONS(4288), + [anon_sym_is] = ACTIONS(4285), + [anon_sym_BANGis] = ACTIONS(4288), + [anon_sym_PLUS] = ACTIONS(4285), + [anon_sym_DASH] = ACTIONS(4285), + [anon_sym_SLASH] = ACTIONS(4285), + [anon_sym_PERCENT] = ACTIONS(4285), + [anon_sym_as_QMARK] = ACTIONS(4288), + [anon_sym_PLUS_PLUS] = ACTIONS(4288), + [anon_sym_DASH_DASH] = ACTIONS(4288), + [anon_sym_BANG] = ACTIONS(4285), + [anon_sym_BANG_BANG] = ACTIONS(4288), + [anon_sym_data] = ACTIONS(4285), + [anon_sym_inner] = ACTIONS(4285), + [anon_sym_expect] = ACTIONS(4285), + [anon_sym_actual] = ACTIONS(4285), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4288), + [anon_sym_continue_AT] = ACTIONS(4288), + [anon_sym_break_AT] = ACTIONS(4288), + [sym_real_literal] = ACTIONS(4288), + [sym_integer_literal] = ACTIONS(4285), + [sym_hex_literal] = ACTIONS(4288), + [sym_bin_literal] = ACTIONS(4288), + [anon_sym_true] = ACTIONS(4285), + [anon_sym_false] = ACTIONS(4285), + [anon_sym_SQUOTE] = ACTIONS(4288), + [sym__backtick_identifier] = ACTIONS(4288), + [sym__automatic_semicolon] = ACTIONS(4288), + [sym_safe_nav] = ACTIONS(4288), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4288), + }, + [3602] = { + [sym_type_constraints] = STATE(3892), + [sym_function_body] = STATE(3202), + [sym__block] = STATE(3464), + [sym__alpha_identifier] = ACTIONS(4099), + [anon_sym_AT] = ACTIONS(4101), + [anon_sym_LBRACK] = ACTIONS(4101), + [anon_sym_RBRACK] = ACTIONS(4101), + [anon_sym_as] = ACTIONS(4099), + [anon_sym_EQ] = ACTIONS(6625), + [anon_sym_LBRACE] = ACTIONS(6233), + [anon_sym_RBRACE] = ACTIONS(4101), + [anon_sym_LPAREN] = ACTIONS(4101), + [anon_sym_COMMA] = ACTIONS(4101), + [anon_sym_RPAREN] = ACTIONS(4101), + [anon_sym_LT] = ACTIONS(4099), + [anon_sym_GT] = ACTIONS(4099), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(4099), + [anon_sym_SEMI] = ACTIONS(4101), + [anon_sym_get] = ACTIONS(4099), + [anon_sym_set] = ACTIONS(4099), + [anon_sym_STAR] = ACTIONS(4101), + [anon_sym_DASH_GT] = ACTIONS(4101), + [sym_label] = ACTIONS(4101), + [anon_sym_in] = ACTIONS(4099), + [anon_sym_while] = ACTIONS(4099), + [anon_sym_DOT_DOT] = ACTIONS(4101), + [anon_sym_QMARK_COLON] = ACTIONS(4101), + [anon_sym_AMP_AMP] = ACTIONS(4101), + [anon_sym_PIPE_PIPE] = ACTIONS(4101), + [anon_sym_else] = ACTIONS(4099), + [anon_sym_COLON_COLON] = ACTIONS(4101), + [anon_sym_BANG_EQ] = ACTIONS(4099), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4101), + [anon_sym_EQ_EQ] = ACTIONS(4099), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4101), + [anon_sym_LT_EQ] = ACTIONS(4101), + [anon_sym_GT_EQ] = ACTIONS(4101), + [anon_sym_BANGin] = ACTIONS(4101), + [anon_sym_is] = ACTIONS(4099), + [anon_sym_BANGis] = ACTIONS(4101), + [anon_sym_PLUS] = ACTIONS(4099), + [anon_sym_DASH] = ACTIONS(4099), + [anon_sym_SLASH] = ACTIONS(4099), + [anon_sym_PERCENT] = ACTIONS(4101), + [anon_sym_as_QMARK] = ACTIONS(4101), + [anon_sym_PLUS_PLUS] = ACTIONS(4101), + [anon_sym_DASH_DASH] = ACTIONS(4101), + [anon_sym_BANG_BANG] = ACTIONS(4101), + [anon_sym_suspend] = ACTIONS(4099), + [anon_sym_sealed] = ACTIONS(4099), + [anon_sym_annotation] = ACTIONS(4099), + [anon_sym_data] = ACTIONS(4099), + [anon_sym_inner] = ACTIONS(4099), + [anon_sym_override] = ACTIONS(4099), + [anon_sym_lateinit] = ACTIONS(4099), + [anon_sym_public] = ACTIONS(4099), + [anon_sym_private] = ACTIONS(4099), + [anon_sym_internal] = ACTIONS(4099), + [anon_sym_protected] = ACTIONS(4099), + [anon_sym_tailrec] = ACTIONS(4099), + [anon_sym_operator] = ACTIONS(4099), + [anon_sym_infix] = ACTIONS(4099), + [anon_sym_inline] = ACTIONS(4099), + [anon_sym_external] = ACTIONS(4099), + [sym_property_modifier] = ACTIONS(4099), + [anon_sym_abstract] = ACTIONS(4099), + [anon_sym_final] = ACTIONS(4099), + [anon_sym_open] = ACTIONS(4099), + [anon_sym_vararg] = ACTIONS(4099), + [anon_sym_noinline] = ACTIONS(4099), + [anon_sym_crossinline] = ACTIONS(4099), + [anon_sym_expect] = ACTIONS(4099), + [anon_sym_actual] = ACTIONS(4099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4101), + [sym_safe_nav] = ACTIONS(4101), [sym_multiline_comment] = ACTIONS(3), }, - [3659] = { - [sym__alpha_identifier] = ACTIONS(4659), - [anon_sym_AT] = ACTIONS(4661), - [anon_sym_COLON] = ACTIONS(4659), - [anon_sym_LBRACK] = ACTIONS(4661), - [anon_sym_as] = ACTIONS(4659), - [anon_sym_EQ] = ACTIONS(4659), - [anon_sym_LBRACE] = ACTIONS(4661), - [anon_sym_RBRACE] = ACTIONS(4661), - [anon_sym_LPAREN] = ACTIONS(4661), - [anon_sym_COMMA] = ACTIONS(4661), - [anon_sym_LT] = ACTIONS(4659), - [anon_sym_GT] = ACTIONS(4659), - [anon_sym_where] = ACTIONS(4659), - [anon_sym_DOT] = ACTIONS(4659), - [anon_sym_SEMI] = ACTIONS(4661), - [anon_sym_get] = ACTIONS(4659), - [anon_sym_set] = ACTIONS(4659), - [anon_sym_STAR] = ACTIONS(4659), - [sym_label] = ACTIONS(4661), - [anon_sym_in] = ACTIONS(4659), - [anon_sym_DOT_DOT] = ACTIONS(4661), - [anon_sym_QMARK_COLON] = ACTIONS(4661), - [anon_sym_AMP_AMP] = ACTIONS(4661), - [anon_sym_PIPE_PIPE] = ACTIONS(4661), - [anon_sym_else] = ACTIONS(4659), - [anon_sym_COLON_COLON] = ACTIONS(4661), - [anon_sym_PLUS_EQ] = ACTIONS(4661), - [anon_sym_DASH_EQ] = ACTIONS(4661), - [anon_sym_STAR_EQ] = ACTIONS(4661), - [anon_sym_SLASH_EQ] = ACTIONS(4661), - [anon_sym_PERCENT_EQ] = ACTIONS(4661), - [anon_sym_BANG_EQ] = ACTIONS(4659), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4661), - [anon_sym_EQ_EQ] = ACTIONS(4659), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4661), - [anon_sym_LT_EQ] = ACTIONS(4661), - [anon_sym_GT_EQ] = ACTIONS(4661), - [anon_sym_BANGin] = ACTIONS(4661), - [anon_sym_is] = ACTIONS(4659), - [anon_sym_BANGis] = ACTIONS(4661), - [anon_sym_PLUS] = ACTIONS(4659), - [anon_sym_DASH] = ACTIONS(4659), - [anon_sym_SLASH] = ACTIONS(4659), - [anon_sym_PERCENT] = ACTIONS(4659), - [anon_sym_as_QMARK] = ACTIONS(4661), - [anon_sym_PLUS_PLUS] = ACTIONS(4661), - [anon_sym_DASH_DASH] = ACTIONS(4661), - [anon_sym_BANG_BANG] = ACTIONS(4661), - [anon_sym_suspend] = ACTIONS(4659), - [anon_sym_sealed] = ACTIONS(4659), - [anon_sym_annotation] = ACTIONS(4659), - [anon_sym_data] = ACTIONS(4659), - [anon_sym_inner] = ACTIONS(4659), - [anon_sym_override] = ACTIONS(4659), - [anon_sym_lateinit] = ACTIONS(4659), - [anon_sym_public] = ACTIONS(4659), - [anon_sym_private] = ACTIONS(4659), - [anon_sym_internal] = ACTIONS(4659), - [anon_sym_protected] = ACTIONS(4659), - [anon_sym_tailrec] = ACTIONS(4659), - [anon_sym_operator] = ACTIONS(4659), - [anon_sym_infix] = ACTIONS(4659), - [anon_sym_inline] = ACTIONS(4659), - [anon_sym_external] = ACTIONS(4659), - [sym_property_modifier] = ACTIONS(4659), - [anon_sym_abstract] = ACTIONS(4659), - [anon_sym_final] = ACTIONS(4659), - [anon_sym_open] = ACTIONS(4659), - [anon_sym_vararg] = ACTIONS(4659), - [anon_sym_noinline] = ACTIONS(4659), - [anon_sym_crossinline] = ACTIONS(4659), - [anon_sym_expect] = ACTIONS(4659), - [anon_sym_actual] = ACTIONS(4659), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4661), - [sym__automatic_semicolon] = ACTIONS(4661), - [sym_safe_nav] = ACTIONS(4661), + [3603] = { + [sym_type_constraints] = STATE(3886), + [sym_function_body] = STATE(3133), + [sym__block] = STATE(3334), + [sym__alpha_identifier] = ACTIONS(4031), + [anon_sym_AT] = ACTIONS(4033), + [anon_sym_LBRACK] = ACTIONS(4033), + [anon_sym_as] = ACTIONS(4031), + [anon_sym_EQ] = ACTIONS(6656), + [anon_sym_LBRACE] = ACTIONS(6244), + [anon_sym_RBRACE] = ACTIONS(4033), + [anon_sym_LPAREN] = ACTIONS(4033), + [anon_sym_COMMA] = ACTIONS(4033), + [anon_sym_LT] = ACTIONS(4031), + [anon_sym_GT] = ACTIONS(4031), + [anon_sym_where] = ACTIONS(3118), + [anon_sym_object] = ACTIONS(4031), + [anon_sym_fun] = ACTIONS(4031), + [anon_sym_DOT] = ACTIONS(4031), + [anon_sym_SEMI] = ACTIONS(4033), + [anon_sym_get] = ACTIONS(4031), + [anon_sym_set] = ACTIONS(4031), + [anon_sym_this] = ACTIONS(4031), + [anon_sym_super] = ACTIONS(4031), + [anon_sym_STAR] = ACTIONS(4033), + [sym_label] = ACTIONS(4031), + [anon_sym_in] = ACTIONS(4031), + [anon_sym_DOT_DOT] = ACTIONS(4033), + [anon_sym_QMARK_COLON] = ACTIONS(4033), + [anon_sym_AMP_AMP] = ACTIONS(4033), + [anon_sym_PIPE_PIPE] = ACTIONS(4033), + [anon_sym_null] = ACTIONS(4031), + [anon_sym_if] = ACTIONS(4031), + [anon_sym_else] = ACTIONS(4031), + [anon_sym_when] = ACTIONS(4031), + [anon_sym_try] = ACTIONS(4031), + [anon_sym_throw] = ACTIONS(4031), + [anon_sym_return] = ACTIONS(4031), + [anon_sym_continue] = ACTIONS(4031), + [anon_sym_break] = ACTIONS(4031), + [anon_sym_COLON_COLON] = ACTIONS(4033), + [anon_sym_BANG_EQ] = ACTIONS(4031), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4033), + [anon_sym_EQ_EQ] = ACTIONS(4031), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4033), + [anon_sym_LT_EQ] = ACTIONS(4033), + [anon_sym_GT_EQ] = ACTIONS(4033), + [anon_sym_BANGin] = ACTIONS(4033), + [anon_sym_is] = ACTIONS(4031), + [anon_sym_BANGis] = ACTIONS(4033), + [anon_sym_PLUS] = ACTIONS(4031), + [anon_sym_DASH] = ACTIONS(4031), + [anon_sym_SLASH] = ACTIONS(4031), + [anon_sym_PERCENT] = ACTIONS(4033), + [anon_sym_as_QMARK] = ACTIONS(4033), + [anon_sym_PLUS_PLUS] = ACTIONS(4033), + [anon_sym_DASH_DASH] = ACTIONS(4033), + [anon_sym_BANG] = ACTIONS(4031), + [anon_sym_BANG_BANG] = ACTIONS(4033), + [anon_sym_data] = ACTIONS(4031), + [anon_sym_inner] = ACTIONS(4031), + [anon_sym_expect] = ACTIONS(4031), + [anon_sym_actual] = ACTIONS(4031), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4033), + [anon_sym_continue_AT] = ACTIONS(4033), + [anon_sym_break_AT] = ACTIONS(4033), + [sym_real_literal] = ACTIONS(4033), + [sym_integer_literal] = ACTIONS(4031), + [sym_hex_literal] = ACTIONS(4033), + [sym_bin_literal] = ACTIONS(4033), + [anon_sym_true] = ACTIONS(4031), + [anon_sym_false] = ACTIONS(4031), + [anon_sym_SQUOTE] = ACTIONS(4033), + [sym__backtick_identifier] = ACTIONS(4033), + [sym__automatic_semicolon] = ACTIONS(4033), + [sym_safe_nav] = ACTIONS(4033), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4033), + }, + [3604] = { + [sym_type_constraints] = STATE(3884), + [sym_function_body] = STATE(3139), + [sym__block] = STATE(3464), + [sym__alpha_identifier] = ACTIONS(4031), + [anon_sym_AT] = ACTIONS(4033), + [anon_sym_LBRACK] = ACTIONS(4033), + [anon_sym_RBRACK] = ACTIONS(4033), + [anon_sym_as] = ACTIONS(4031), + [anon_sym_EQ] = ACTIONS(6625), + [anon_sym_LBRACE] = ACTIONS(6233), + [anon_sym_RBRACE] = ACTIONS(4033), + [anon_sym_LPAREN] = ACTIONS(4033), + [anon_sym_COMMA] = ACTIONS(4033), + [anon_sym_RPAREN] = ACTIONS(4033), + [anon_sym_LT] = ACTIONS(4031), + [anon_sym_GT] = ACTIONS(4031), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(4031), + [anon_sym_SEMI] = ACTIONS(4033), + [anon_sym_get] = ACTIONS(4031), + [anon_sym_set] = ACTIONS(4031), + [anon_sym_STAR] = ACTIONS(4033), + [anon_sym_DASH_GT] = ACTIONS(4033), + [sym_label] = ACTIONS(4033), + [anon_sym_in] = ACTIONS(4031), + [anon_sym_while] = ACTIONS(4031), + [anon_sym_DOT_DOT] = ACTIONS(4033), + [anon_sym_QMARK_COLON] = ACTIONS(4033), + [anon_sym_AMP_AMP] = ACTIONS(4033), + [anon_sym_PIPE_PIPE] = ACTIONS(4033), + [anon_sym_else] = ACTIONS(4031), + [anon_sym_COLON_COLON] = ACTIONS(4033), + [anon_sym_BANG_EQ] = ACTIONS(4031), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4033), + [anon_sym_EQ_EQ] = ACTIONS(4031), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4033), + [anon_sym_LT_EQ] = ACTIONS(4033), + [anon_sym_GT_EQ] = ACTIONS(4033), + [anon_sym_BANGin] = ACTIONS(4033), + [anon_sym_is] = ACTIONS(4031), + [anon_sym_BANGis] = ACTIONS(4033), + [anon_sym_PLUS] = ACTIONS(4031), + [anon_sym_DASH] = ACTIONS(4031), + [anon_sym_SLASH] = ACTIONS(4031), + [anon_sym_PERCENT] = ACTIONS(4033), + [anon_sym_as_QMARK] = ACTIONS(4033), + [anon_sym_PLUS_PLUS] = ACTIONS(4033), + [anon_sym_DASH_DASH] = ACTIONS(4033), + [anon_sym_BANG_BANG] = ACTIONS(4033), + [anon_sym_suspend] = ACTIONS(4031), + [anon_sym_sealed] = ACTIONS(4031), + [anon_sym_annotation] = ACTIONS(4031), + [anon_sym_data] = ACTIONS(4031), + [anon_sym_inner] = ACTIONS(4031), + [anon_sym_override] = ACTIONS(4031), + [anon_sym_lateinit] = ACTIONS(4031), + [anon_sym_public] = ACTIONS(4031), + [anon_sym_private] = ACTIONS(4031), + [anon_sym_internal] = ACTIONS(4031), + [anon_sym_protected] = ACTIONS(4031), + [anon_sym_tailrec] = ACTIONS(4031), + [anon_sym_operator] = ACTIONS(4031), + [anon_sym_infix] = ACTIONS(4031), + [anon_sym_inline] = ACTIONS(4031), + [anon_sym_external] = ACTIONS(4031), + [sym_property_modifier] = ACTIONS(4031), + [anon_sym_abstract] = ACTIONS(4031), + [anon_sym_final] = ACTIONS(4031), + [anon_sym_open] = ACTIONS(4031), + [anon_sym_vararg] = ACTIONS(4031), + [anon_sym_noinline] = ACTIONS(4031), + [anon_sym_crossinline] = ACTIONS(4031), + [anon_sym_expect] = ACTIONS(4031), + [anon_sym_actual] = ACTIONS(4031), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4033), + [sym_safe_nav] = ACTIONS(4033), [sym_multiline_comment] = ACTIONS(3), }, - [3660] = { - [sym_indexing_suffix] = STATE(4909), - [sym_navigation_suffix] = STATE(4889), - [sym_call_suffix] = STATE(4891), - [sym_annotated_lambda] = STATE(4893), - [sym_type_arguments] = STATE(7557), - [sym_value_arguments] = STATE(4442), - [sym_lambda_literal] = STATE(4899), - [sym__equality_operator] = STATE(2209), - [sym__comparison_operator] = STATE(2208), - [sym__in_operator] = STATE(2206), - [sym__is_operator] = STATE(6028), - [sym__additive_operator] = STATE(2205), - [sym__multiplicative_operator] = STATE(2203), - [sym__as_operator] = STATE(6024), - [sym__postfix_unary_operator] = STATE(4912), - [sym__member_access_operator] = STATE(7341), - [sym_annotation] = STATE(7855), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2266), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7855), - [sym__alpha_identifier] = ACTIONS(3076), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6688), - [anon_sym_as] = ACTIONS(6690), - [anon_sym_EQ] = ACTIONS(3076), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3078), - [anon_sym_LPAREN] = ACTIONS(6692), - [anon_sym_COMMA] = ACTIONS(3078), - [anon_sym_LT] = ACTIONS(3080), - [anon_sym_GT] = ACTIONS(3076), - [anon_sym_where] = ACTIONS(3076), - [anon_sym_DOT] = ACTIONS(6696), - [anon_sym_SEMI] = ACTIONS(3078), - [anon_sym_get] = ACTIONS(3076), - [anon_sym_set] = ACTIONS(3076), - [anon_sym_STAR] = ACTIONS(6698), - [sym_label] = ACTIONS(6700), - [anon_sym_in] = ACTIONS(3076), - [anon_sym_DOT_DOT] = ACTIONS(6704), - [anon_sym_QMARK_COLON] = ACTIONS(3078), - [anon_sym_AMP_AMP] = ACTIONS(3078), - [anon_sym_PIPE_PIPE] = ACTIONS(3078), - [anon_sym_else] = ACTIONS(3076), - [anon_sym_COLON_COLON] = ACTIONS(6712), - [anon_sym_PLUS_EQ] = ACTIONS(3078), - [anon_sym_DASH_EQ] = ACTIONS(3078), - [anon_sym_STAR_EQ] = ACTIONS(3078), - [anon_sym_SLASH_EQ] = ACTIONS(3078), - [anon_sym_PERCENT_EQ] = ACTIONS(3078), - [anon_sym_BANG_EQ] = ACTIONS(3076), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3078), - [anon_sym_EQ_EQ] = ACTIONS(3076), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3078), - [anon_sym_LT_EQ] = ACTIONS(3078), - [anon_sym_GT_EQ] = ACTIONS(3078), - [anon_sym_BANGin] = ACTIONS(3078), - [anon_sym_is] = ACTIONS(3076), - [anon_sym_BANGis] = ACTIONS(3078), - [anon_sym_PLUS] = ACTIONS(6726), - [anon_sym_DASH] = ACTIONS(6726), - [anon_sym_SLASH] = ACTIONS(6698), - [anon_sym_PERCENT] = ACTIONS(6698), - [anon_sym_as_QMARK] = ACTIONS(6728), - [anon_sym_PLUS_PLUS] = ACTIONS(6730), - [anon_sym_DASH_DASH] = ACTIONS(6730), - [anon_sym_BANG_BANG] = ACTIONS(6730), - [anon_sym_data] = ACTIONS(3076), - [anon_sym_inner] = ACTIONS(3076), - [anon_sym_expect] = ACTIONS(3076), - [anon_sym_actual] = ACTIONS(3076), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3078), - [sym__automatic_semicolon] = ACTIONS(3078), - [sym_safe_nav] = ACTIONS(6712), + [3605] = { + [sym_type_constraints] = STATE(3883), + [sym_function_body] = STATE(3168), + [sym__block] = STATE(3334), + [sym__alpha_identifier] = ACTIONS(4085), + [anon_sym_AT] = ACTIONS(4087), + [anon_sym_LBRACK] = ACTIONS(4087), + [anon_sym_as] = ACTIONS(4085), + [anon_sym_EQ] = ACTIONS(6656), + [anon_sym_LBRACE] = ACTIONS(6244), + [anon_sym_RBRACE] = ACTIONS(4087), + [anon_sym_LPAREN] = ACTIONS(4087), + [anon_sym_COMMA] = ACTIONS(4087), + [anon_sym_LT] = ACTIONS(4085), + [anon_sym_GT] = ACTIONS(4085), + [anon_sym_where] = ACTIONS(3118), + [anon_sym_object] = ACTIONS(4085), + [anon_sym_fun] = ACTIONS(4085), + [anon_sym_DOT] = ACTIONS(4085), + [anon_sym_SEMI] = ACTIONS(4087), + [anon_sym_get] = ACTIONS(4085), + [anon_sym_set] = ACTIONS(4085), + [anon_sym_this] = ACTIONS(4085), + [anon_sym_super] = ACTIONS(4085), + [anon_sym_STAR] = ACTIONS(4087), + [sym_label] = ACTIONS(4085), + [anon_sym_in] = ACTIONS(4085), + [anon_sym_DOT_DOT] = ACTIONS(4087), + [anon_sym_QMARK_COLON] = ACTIONS(4087), + [anon_sym_AMP_AMP] = ACTIONS(4087), + [anon_sym_PIPE_PIPE] = ACTIONS(4087), + [anon_sym_null] = ACTIONS(4085), + [anon_sym_if] = ACTIONS(4085), + [anon_sym_else] = ACTIONS(4085), + [anon_sym_when] = ACTIONS(4085), + [anon_sym_try] = ACTIONS(4085), + [anon_sym_throw] = ACTIONS(4085), + [anon_sym_return] = ACTIONS(4085), + [anon_sym_continue] = ACTIONS(4085), + [anon_sym_break] = ACTIONS(4085), + [anon_sym_COLON_COLON] = ACTIONS(4087), + [anon_sym_BANG_EQ] = ACTIONS(4085), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4087), + [anon_sym_EQ_EQ] = ACTIONS(4085), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4087), + [anon_sym_LT_EQ] = ACTIONS(4087), + [anon_sym_GT_EQ] = ACTIONS(4087), + [anon_sym_BANGin] = ACTIONS(4087), + [anon_sym_is] = ACTIONS(4085), + [anon_sym_BANGis] = ACTIONS(4087), + [anon_sym_PLUS] = ACTIONS(4085), + [anon_sym_DASH] = ACTIONS(4085), + [anon_sym_SLASH] = ACTIONS(4085), + [anon_sym_PERCENT] = ACTIONS(4087), + [anon_sym_as_QMARK] = ACTIONS(4087), + [anon_sym_PLUS_PLUS] = ACTIONS(4087), + [anon_sym_DASH_DASH] = ACTIONS(4087), + [anon_sym_BANG] = ACTIONS(4085), + [anon_sym_BANG_BANG] = ACTIONS(4087), + [anon_sym_data] = ACTIONS(4085), + [anon_sym_inner] = ACTIONS(4085), + [anon_sym_expect] = ACTIONS(4085), + [anon_sym_actual] = ACTIONS(4085), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4087), + [anon_sym_continue_AT] = ACTIONS(4087), + [anon_sym_break_AT] = ACTIONS(4087), + [sym_real_literal] = ACTIONS(4087), + [sym_integer_literal] = ACTIONS(4085), + [sym_hex_literal] = ACTIONS(4087), + [sym_bin_literal] = ACTIONS(4087), + [anon_sym_true] = ACTIONS(4085), + [anon_sym_false] = ACTIONS(4085), + [anon_sym_SQUOTE] = ACTIONS(4087), + [sym__backtick_identifier] = ACTIONS(4087), + [sym__automatic_semicolon] = ACTIONS(4087), + [sym_safe_nav] = ACTIONS(4087), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4087), + }, + [3606] = { + [sym_type_constraints] = STATE(3881), + [sym_function_body] = STATE(3198), + [sym__block] = STATE(3464), + [sym__alpha_identifier] = ACTIONS(4085), + [anon_sym_AT] = ACTIONS(4087), + [anon_sym_LBRACK] = ACTIONS(4087), + [anon_sym_RBRACK] = ACTIONS(4087), + [anon_sym_as] = ACTIONS(4085), + [anon_sym_EQ] = ACTIONS(6625), + [anon_sym_LBRACE] = ACTIONS(6233), + [anon_sym_RBRACE] = ACTIONS(4087), + [anon_sym_LPAREN] = ACTIONS(4087), + [anon_sym_COMMA] = ACTIONS(4087), + [anon_sym_RPAREN] = ACTIONS(4087), + [anon_sym_LT] = ACTIONS(4085), + [anon_sym_GT] = ACTIONS(4085), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(4085), + [anon_sym_SEMI] = ACTIONS(4087), + [anon_sym_get] = ACTIONS(4085), + [anon_sym_set] = ACTIONS(4085), + [anon_sym_STAR] = ACTIONS(4087), + [anon_sym_DASH_GT] = ACTIONS(4087), + [sym_label] = ACTIONS(4087), + [anon_sym_in] = ACTIONS(4085), + [anon_sym_while] = ACTIONS(4085), + [anon_sym_DOT_DOT] = ACTIONS(4087), + [anon_sym_QMARK_COLON] = ACTIONS(4087), + [anon_sym_AMP_AMP] = ACTIONS(4087), + [anon_sym_PIPE_PIPE] = ACTIONS(4087), + [anon_sym_else] = ACTIONS(4085), + [anon_sym_COLON_COLON] = ACTIONS(4087), + [anon_sym_BANG_EQ] = ACTIONS(4085), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4087), + [anon_sym_EQ_EQ] = ACTIONS(4085), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4087), + [anon_sym_LT_EQ] = ACTIONS(4087), + [anon_sym_GT_EQ] = ACTIONS(4087), + [anon_sym_BANGin] = ACTIONS(4087), + [anon_sym_is] = ACTIONS(4085), + [anon_sym_BANGis] = ACTIONS(4087), + [anon_sym_PLUS] = ACTIONS(4085), + [anon_sym_DASH] = ACTIONS(4085), + [anon_sym_SLASH] = ACTIONS(4085), + [anon_sym_PERCENT] = ACTIONS(4087), + [anon_sym_as_QMARK] = ACTIONS(4087), + [anon_sym_PLUS_PLUS] = ACTIONS(4087), + [anon_sym_DASH_DASH] = ACTIONS(4087), + [anon_sym_BANG_BANG] = ACTIONS(4087), + [anon_sym_suspend] = ACTIONS(4085), + [anon_sym_sealed] = ACTIONS(4085), + [anon_sym_annotation] = ACTIONS(4085), + [anon_sym_data] = ACTIONS(4085), + [anon_sym_inner] = ACTIONS(4085), + [anon_sym_override] = ACTIONS(4085), + [anon_sym_lateinit] = ACTIONS(4085), + [anon_sym_public] = ACTIONS(4085), + [anon_sym_private] = ACTIONS(4085), + [anon_sym_internal] = ACTIONS(4085), + [anon_sym_protected] = ACTIONS(4085), + [anon_sym_tailrec] = ACTIONS(4085), + [anon_sym_operator] = ACTIONS(4085), + [anon_sym_infix] = ACTIONS(4085), + [anon_sym_inline] = ACTIONS(4085), + [anon_sym_external] = ACTIONS(4085), + [sym_property_modifier] = ACTIONS(4085), + [anon_sym_abstract] = ACTIONS(4085), + [anon_sym_final] = ACTIONS(4085), + [anon_sym_open] = ACTIONS(4085), + [anon_sym_vararg] = ACTIONS(4085), + [anon_sym_noinline] = ACTIONS(4085), + [anon_sym_crossinline] = ACTIONS(4085), + [anon_sym_expect] = ACTIONS(4085), + [anon_sym_actual] = ACTIONS(4085), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4087), + [sym_safe_nav] = ACTIONS(4087), [sym_multiline_comment] = ACTIONS(3), }, - [3661] = { - [sym__alpha_identifier] = ACTIONS(4595), - [anon_sym_AT] = ACTIONS(4597), - [anon_sym_LBRACK] = ACTIONS(4597), - [anon_sym_as] = ACTIONS(4595), - [anon_sym_EQ] = ACTIONS(4595), - [anon_sym_LBRACE] = ACTIONS(4597), - [anon_sym_RBRACE] = ACTIONS(4597), - [anon_sym_LPAREN] = ACTIONS(4597), - [anon_sym_COMMA] = ACTIONS(4597), - [anon_sym_by] = ACTIONS(4595), - [anon_sym_LT] = ACTIONS(4595), - [anon_sym_GT] = ACTIONS(4595), - [anon_sym_where] = ACTIONS(4595), - [anon_sym_DOT] = ACTIONS(4595), - [anon_sym_SEMI] = ACTIONS(4597), - [anon_sym_get] = ACTIONS(4595), - [anon_sym_set] = ACTIONS(4595), - [anon_sym_STAR] = ACTIONS(4595), - [sym_label] = ACTIONS(4597), - [anon_sym_in] = ACTIONS(4595), - [anon_sym_DOT_DOT] = ACTIONS(4597), - [anon_sym_QMARK_COLON] = ACTIONS(4597), - [anon_sym_AMP_AMP] = ACTIONS(4597), - [anon_sym_PIPE_PIPE] = ACTIONS(4597), - [anon_sym_else] = ACTIONS(4595), - [anon_sym_COLON_COLON] = ACTIONS(4597), - [anon_sym_PLUS_EQ] = ACTIONS(4597), - [anon_sym_DASH_EQ] = ACTIONS(4597), - [anon_sym_STAR_EQ] = ACTIONS(4597), - [anon_sym_SLASH_EQ] = ACTIONS(4597), - [anon_sym_PERCENT_EQ] = ACTIONS(4597), - [anon_sym_BANG_EQ] = ACTIONS(4595), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4597), - [anon_sym_EQ_EQ] = ACTIONS(4595), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4597), - [anon_sym_LT_EQ] = ACTIONS(4597), - [anon_sym_GT_EQ] = ACTIONS(4597), - [anon_sym_BANGin] = ACTIONS(4597), - [anon_sym_is] = ACTIONS(4595), - [anon_sym_BANGis] = ACTIONS(4597), - [anon_sym_PLUS] = ACTIONS(4595), - [anon_sym_DASH] = ACTIONS(4595), - [anon_sym_SLASH] = ACTIONS(4595), - [anon_sym_PERCENT] = ACTIONS(4595), - [anon_sym_as_QMARK] = ACTIONS(4597), - [anon_sym_PLUS_PLUS] = ACTIONS(4597), - [anon_sym_DASH_DASH] = ACTIONS(4597), - [anon_sym_BANG_BANG] = ACTIONS(4597), - [anon_sym_suspend] = ACTIONS(4595), - [anon_sym_sealed] = ACTIONS(4595), - [anon_sym_annotation] = ACTIONS(4595), - [anon_sym_data] = ACTIONS(4595), - [anon_sym_inner] = ACTIONS(4595), - [anon_sym_override] = ACTIONS(4595), - [anon_sym_lateinit] = ACTIONS(4595), - [anon_sym_public] = ACTIONS(4595), - [anon_sym_private] = ACTIONS(4595), - [anon_sym_internal] = ACTIONS(4595), - [anon_sym_protected] = ACTIONS(4595), - [anon_sym_tailrec] = ACTIONS(4595), - [anon_sym_operator] = ACTIONS(4595), - [anon_sym_infix] = ACTIONS(4595), - [anon_sym_inline] = ACTIONS(4595), - [anon_sym_external] = ACTIONS(4595), - [sym_property_modifier] = ACTIONS(4595), - [anon_sym_abstract] = ACTIONS(4595), - [anon_sym_final] = ACTIONS(4595), - [anon_sym_open] = ACTIONS(4595), - [anon_sym_vararg] = ACTIONS(4595), - [anon_sym_noinline] = ACTIONS(4595), - [anon_sym_crossinline] = ACTIONS(4595), - [anon_sym_expect] = ACTIONS(4595), - [anon_sym_actual] = ACTIONS(4595), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4597), - [sym__automatic_semicolon] = ACTIONS(4597), - [sym_safe_nav] = ACTIONS(4597), + [3607] = { + [sym_class_body] = STATE(3803), + [sym__alpha_identifier] = ACTIONS(4654), + [anon_sym_AT] = ACTIONS(4656), + [anon_sym_LBRACK] = ACTIONS(4656), + [anon_sym_as] = ACTIONS(4654), + [anon_sym_EQ] = ACTIONS(4654), + [anon_sym_LBRACE] = ACTIONS(5360), + [anon_sym_RBRACE] = ACTIONS(4656), + [anon_sym_LPAREN] = ACTIONS(4656), + [anon_sym_COMMA] = ACTIONS(4656), + [anon_sym_LT] = ACTIONS(4654), + [anon_sym_GT] = ACTIONS(4654), + [anon_sym_where] = ACTIONS(4654), + [anon_sym_DOT] = ACTIONS(4654), + [anon_sym_SEMI] = ACTIONS(4656), + [anon_sym_get] = ACTIONS(4654), + [anon_sym_set] = ACTIONS(4654), + [anon_sym_STAR] = ACTIONS(4654), + [sym_label] = ACTIONS(4656), + [anon_sym_in] = ACTIONS(4654), + [anon_sym_DOT_DOT] = ACTIONS(4656), + [anon_sym_QMARK_COLON] = ACTIONS(4656), + [anon_sym_AMP_AMP] = ACTIONS(4656), + [anon_sym_PIPE_PIPE] = ACTIONS(4656), + [anon_sym_else] = ACTIONS(4654), + [anon_sym_COLON_COLON] = ACTIONS(4656), + [anon_sym_PLUS_EQ] = ACTIONS(4656), + [anon_sym_DASH_EQ] = ACTIONS(4656), + [anon_sym_STAR_EQ] = ACTIONS(4656), + [anon_sym_SLASH_EQ] = ACTIONS(4656), + [anon_sym_PERCENT_EQ] = ACTIONS(4656), + [anon_sym_BANG_EQ] = ACTIONS(4654), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4656), + [anon_sym_EQ_EQ] = ACTIONS(4654), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4656), + [anon_sym_LT_EQ] = ACTIONS(4656), + [anon_sym_GT_EQ] = ACTIONS(4656), + [anon_sym_BANGin] = ACTIONS(4656), + [anon_sym_is] = ACTIONS(4654), + [anon_sym_BANGis] = ACTIONS(4656), + [anon_sym_PLUS] = ACTIONS(4654), + [anon_sym_DASH] = ACTIONS(4654), + [anon_sym_SLASH] = ACTIONS(4654), + [anon_sym_PERCENT] = ACTIONS(4654), + [anon_sym_as_QMARK] = ACTIONS(4656), + [anon_sym_PLUS_PLUS] = ACTIONS(4656), + [anon_sym_DASH_DASH] = ACTIONS(4656), + [anon_sym_BANG_BANG] = ACTIONS(4656), + [anon_sym_suspend] = ACTIONS(4654), + [anon_sym_sealed] = ACTIONS(4654), + [anon_sym_annotation] = ACTIONS(4654), + [anon_sym_data] = ACTIONS(4654), + [anon_sym_inner] = ACTIONS(4654), + [anon_sym_override] = ACTIONS(4654), + [anon_sym_lateinit] = ACTIONS(4654), + [anon_sym_public] = ACTIONS(4654), + [anon_sym_private] = ACTIONS(4654), + [anon_sym_internal] = ACTIONS(4654), + [anon_sym_protected] = ACTIONS(4654), + [anon_sym_tailrec] = ACTIONS(4654), + [anon_sym_operator] = ACTIONS(4654), + [anon_sym_infix] = ACTIONS(4654), + [anon_sym_inline] = ACTIONS(4654), + [anon_sym_external] = ACTIONS(4654), + [sym_property_modifier] = ACTIONS(4654), + [anon_sym_abstract] = ACTIONS(4654), + [anon_sym_final] = ACTIONS(4654), + [anon_sym_open] = ACTIONS(4654), + [anon_sym_vararg] = ACTIONS(4654), + [anon_sym_noinline] = ACTIONS(4654), + [anon_sym_crossinline] = ACTIONS(4654), + [anon_sym_expect] = ACTIONS(4654), + [anon_sym_actual] = ACTIONS(4654), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4656), + [sym__automatic_semicolon] = ACTIONS(4656), + [sym_safe_nav] = ACTIONS(4656), [sym_multiline_comment] = ACTIONS(3), }, - [3662] = { - [sym_function_body] = STATE(3167), - [sym__block] = STATE(3367), - [sym__alpha_identifier] = ACTIONS(4101), - [anon_sym_AT] = ACTIONS(4103), - [anon_sym_LBRACK] = ACTIONS(4103), - [anon_sym_as] = ACTIONS(4101), - [anon_sym_EQ] = ACTIONS(6462), - [anon_sym_LBRACE] = ACTIONS(6236), - [anon_sym_RBRACE] = ACTIONS(4103), - [anon_sym_LPAREN] = ACTIONS(4103), - [anon_sym_RPAREN] = ACTIONS(4103), - [anon_sym_LT] = ACTIONS(4101), - [anon_sym_GT] = ACTIONS(4101), - [anon_sym_DOT] = ACTIONS(4101), - [anon_sym_SEMI] = ACTIONS(4103), - [anon_sym_get] = ACTIONS(4101), - [anon_sym_set] = ACTIONS(4101), - [anon_sym_STAR] = ACTIONS(4101), - [sym_label] = ACTIONS(4103), - [anon_sym_in] = ACTIONS(4101), - [anon_sym_while] = ACTIONS(4101), - [anon_sym_DOT_DOT] = ACTIONS(4103), - [anon_sym_QMARK_COLON] = ACTIONS(4103), - [anon_sym_AMP_AMP] = ACTIONS(4103), - [anon_sym_PIPE_PIPE] = ACTIONS(4103), - [anon_sym_else] = ACTIONS(4101), - [anon_sym_COLON_COLON] = ACTIONS(4103), - [anon_sym_PLUS_EQ] = ACTIONS(4103), - [anon_sym_DASH_EQ] = ACTIONS(4103), - [anon_sym_STAR_EQ] = ACTIONS(4103), - [anon_sym_SLASH_EQ] = ACTIONS(4103), - [anon_sym_PERCENT_EQ] = ACTIONS(4103), - [anon_sym_BANG_EQ] = ACTIONS(4101), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4103), - [anon_sym_EQ_EQ] = ACTIONS(4101), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4103), - [anon_sym_LT_EQ] = ACTIONS(4103), - [anon_sym_GT_EQ] = ACTIONS(4103), - [anon_sym_BANGin] = ACTIONS(4103), - [anon_sym_is] = ACTIONS(4101), - [anon_sym_BANGis] = ACTIONS(4103), - [anon_sym_PLUS] = ACTIONS(4101), - [anon_sym_DASH] = ACTIONS(4101), - [anon_sym_SLASH] = ACTIONS(4101), - [anon_sym_PERCENT] = ACTIONS(4101), - [anon_sym_as_QMARK] = ACTIONS(4103), - [anon_sym_PLUS_PLUS] = ACTIONS(4103), - [anon_sym_DASH_DASH] = ACTIONS(4103), - [anon_sym_BANG_BANG] = ACTIONS(4103), - [anon_sym_suspend] = ACTIONS(4101), - [anon_sym_sealed] = ACTIONS(4101), - [anon_sym_annotation] = ACTIONS(4101), - [anon_sym_data] = ACTIONS(4101), - [anon_sym_inner] = ACTIONS(4101), - [anon_sym_override] = ACTIONS(4101), - [anon_sym_lateinit] = ACTIONS(4101), - [anon_sym_public] = ACTIONS(4101), - [anon_sym_private] = ACTIONS(4101), - [anon_sym_internal] = ACTIONS(4101), - [anon_sym_protected] = ACTIONS(4101), - [anon_sym_tailrec] = ACTIONS(4101), - [anon_sym_operator] = ACTIONS(4101), - [anon_sym_infix] = ACTIONS(4101), - [anon_sym_inline] = ACTIONS(4101), - [anon_sym_external] = ACTIONS(4101), - [sym_property_modifier] = ACTIONS(4101), - [anon_sym_abstract] = ACTIONS(4101), - [anon_sym_final] = ACTIONS(4101), - [anon_sym_open] = ACTIONS(4101), - [anon_sym_vararg] = ACTIONS(4101), - [anon_sym_noinline] = ACTIONS(4101), - [anon_sym_crossinline] = ACTIONS(4101), - [anon_sym_expect] = ACTIONS(4101), - [anon_sym_actual] = ACTIONS(4101), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4103), - [sym_safe_nav] = ACTIONS(4103), + [3608] = { + [sym__alpha_identifier] = ACTIONS(4621), + [anon_sym_AT] = ACTIONS(4623), + [anon_sym_LBRACK] = ACTIONS(4623), + [anon_sym_as] = ACTIONS(4621), + [anon_sym_EQ] = ACTIONS(4621), + [anon_sym_LBRACE] = ACTIONS(4623), + [anon_sym_RBRACE] = ACTIONS(4623), + [anon_sym_LPAREN] = ACTIONS(4623), + [anon_sym_COMMA] = ACTIONS(4623), + [anon_sym_by] = ACTIONS(4621), + [anon_sym_LT] = ACTIONS(4621), + [anon_sym_GT] = ACTIONS(4621), + [anon_sym_where] = ACTIONS(4621), + [anon_sym_DOT] = ACTIONS(4621), + [anon_sym_SEMI] = ACTIONS(4623), + [anon_sym_get] = ACTIONS(4621), + [anon_sym_set] = ACTIONS(4621), + [anon_sym_STAR] = ACTIONS(4621), + [sym_label] = ACTIONS(4623), + [anon_sym_in] = ACTIONS(4621), + [anon_sym_DOT_DOT] = ACTIONS(4623), + [anon_sym_QMARK_COLON] = ACTIONS(4623), + [anon_sym_AMP_AMP] = ACTIONS(4623), + [anon_sym_PIPE_PIPE] = ACTIONS(4623), + [anon_sym_else] = ACTIONS(4621), + [anon_sym_COLON_COLON] = ACTIONS(4623), + [anon_sym_PLUS_EQ] = ACTIONS(4623), + [anon_sym_DASH_EQ] = ACTIONS(4623), + [anon_sym_STAR_EQ] = ACTIONS(4623), + [anon_sym_SLASH_EQ] = ACTIONS(4623), + [anon_sym_PERCENT_EQ] = ACTIONS(4623), + [anon_sym_BANG_EQ] = ACTIONS(4621), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4623), + [anon_sym_EQ_EQ] = ACTIONS(4621), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4623), + [anon_sym_LT_EQ] = ACTIONS(4623), + [anon_sym_GT_EQ] = ACTIONS(4623), + [anon_sym_BANGin] = ACTIONS(4623), + [anon_sym_is] = ACTIONS(4621), + [anon_sym_BANGis] = ACTIONS(4623), + [anon_sym_PLUS] = ACTIONS(4621), + [anon_sym_DASH] = ACTIONS(4621), + [anon_sym_SLASH] = ACTIONS(4621), + [anon_sym_PERCENT] = ACTIONS(4621), + [anon_sym_as_QMARK] = ACTIONS(4623), + [anon_sym_PLUS_PLUS] = ACTIONS(4623), + [anon_sym_DASH_DASH] = ACTIONS(4623), + [anon_sym_BANG_BANG] = ACTIONS(4623), + [anon_sym_suspend] = ACTIONS(4621), + [anon_sym_sealed] = ACTIONS(4621), + [anon_sym_annotation] = ACTIONS(4621), + [anon_sym_data] = ACTIONS(4621), + [anon_sym_inner] = ACTIONS(4621), + [anon_sym_override] = ACTIONS(4621), + [anon_sym_lateinit] = ACTIONS(4621), + [anon_sym_public] = ACTIONS(4621), + [anon_sym_private] = ACTIONS(4621), + [anon_sym_internal] = ACTIONS(4621), + [anon_sym_protected] = ACTIONS(4621), + [anon_sym_tailrec] = ACTIONS(4621), + [anon_sym_operator] = ACTIONS(4621), + [anon_sym_infix] = ACTIONS(4621), + [anon_sym_inline] = ACTIONS(4621), + [anon_sym_external] = ACTIONS(4621), + [sym_property_modifier] = ACTIONS(4621), + [anon_sym_abstract] = ACTIONS(4621), + [anon_sym_final] = ACTIONS(4621), + [anon_sym_open] = ACTIONS(4621), + [anon_sym_vararg] = ACTIONS(4621), + [anon_sym_noinline] = ACTIONS(4621), + [anon_sym_crossinline] = ACTIONS(4621), + [anon_sym_expect] = ACTIONS(4621), + [anon_sym_actual] = ACTIONS(4621), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4623), + [sym__automatic_semicolon] = ACTIONS(4623), + [sym_safe_nav] = ACTIONS(4623), [sym_multiline_comment] = ACTIONS(3), }, - [3663] = { - [sym__alpha_identifier] = ACTIONS(4605), - [anon_sym_AT] = ACTIONS(4607), - [anon_sym_COLON] = ACTIONS(4605), - [anon_sym_LBRACK] = ACTIONS(4607), - [anon_sym_as] = ACTIONS(4605), - [anon_sym_EQ] = ACTIONS(4605), - [anon_sym_LBRACE] = ACTIONS(4607), - [anon_sym_RBRACE] = ACTIONS(4607), - [anon_sym_LPAREN] = ACTIONS(4607), - [anon_sym_COMMA] = ACTIONS(4607), - [anon_sym_LT] = ACTIONS(4605), - [anon_sym_GT] = ACTIONS(4605), - [anon_sym_where] = ACTIONS(4605), - [anon_sym_DOT] = ACTIONS(4605), - [anon_sym_SEMI] = ACTIONS(4607), - [anon_sym_get] = ACTIONS(4605), - [anon_sym_set] = ACTIONS(4605), - [anon_sym_STAR] = ACTIONS(4605), - [sym_label] = ACTIONS(4607), - [anon_sym_in] = ACTIONS(4605), - [anon_sym_DOT_DOT] = ACTIONS(4607), - [anon_sym_QMARK_COLON] = ACTIONS(4607), - [anon_sym_AMP_AMP] = ACTIONS(4607), - [anon_sym_PIPE_PIPE] = ACTIONS(4607), - [anon_sym_else] = ACTIONS(4605), - [anon_sym_COLON_COLON] = ACTIONS(4607), - [anon_sym_PLUS_EQ] = ACTIONS(4607), - [anon_sym_DASH_EQ] = ACTIONS(4607), - [anon_sym_STAR_EQ] = ACTIONS(4607), - [anon_sym_SLASH_EQ] = ACTIONS(4607), - [anon_sym_PERCENT_EQ] = ACTIONS(4607), - [anon_sym_BANG_EQ] = ACTIONS(4605), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4607), - [anon_sym_EQ_EQ] = ACTIONS(4605), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4607), - [anon_sym_LT_EQ] = ACTIONS(4607), - [anon_sym_GT_EQ] = ACTIONS(4607), - [anon_sym_BANGin] = ACTIONS(4607), - [anon_sym_is] = ACTIONS(4605), - [anon_sym_BANGis] = ACTIONS(4607), - [anon_sym_PLUS] = ACTIONS(4605), - [anon_sym_DASH] = ACTIONS(4605), - [anon_sym_SLASH] = ACTIONS(4605), - [anon_sym_PERCENT] = ACTIONS(4605), - [anon_sym_as_QMARK] = ACTIONS(4607), - [anon_sym_PLUS_PLUS] = ACTIONS(4607), - [anon_sym_DASH_DASH] = ACTIONS(4607), - [anon_sym_BANG_BANG] = ACTIONS(4607), - [anon_sym_suspend] = ACTIONS(4605), - [anon_sym_sealed] = ACTIONS(4605), - [anon_sym_annotation] = ACTIONS(4605), - [anon_sym_data] = ACTIONS(4605), - [anon_sym_inner] = ACTIONS(4605), - [anon_sym_override] = ACTIONS(4605), - [anon_sym_lateinit] = ACTIONS(4605), - [anon_sym_public] = ACTIONS(4605), - [anon_sym_private] = ACTIONS(4605), - [anon_sym_internal] = ACTIONS(4605), - [anon_sym_protected] = ACTIONS(4605), - [anon_sym_tailrec] = ACTIONS(4605), - [anon_sym_operator] = ACTIONS(4605), - [anon_sym_infix] = ACTIONS(4605), - [anon_sym_inline] = ACTIONS(4605), - [anon_sym_external] = ACTIONS(4605), - [sym_property_modifier] = ACTIONS(4605), - [anon_sym_abstract] = ACTIONS(4605), - [anon_sym_final] = ACTIONS(4605), - [anon_sym_open] = ACTIONS(4605), - [anon_sym_vararg] = ACTIONS(4605), - [anon_sym_noinline] = ACTIONS(4605), - [anon_sym_crossinline] = ACTIONS(4605), - [anon_sym_expect] = ACTIONS(4605), - [anon_sym_actual] = ACTIONS(4605), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4607), - [sym__automatic_semicolon] = ACTIONS(4607), - [sym_safe_nav] = ACTIONS(4607), + [3609] = { + [aux_sym__delegation_specifiers_repeat1] = STATE(3616), + [sym__alpha_identifier] = ACTIONS(4664), + [anon_sym_AT] = ACTIONS(4666), + [anon_sym_LBRACK] = ACTIONS(4666), + [anon_sym_as] = ACTIONS(4664), + [anon_sym_EQ] = ACTIONS(4664), + [anon_sym_LBRACE] = ACTIONS(4666), + [anon_sym_RBRACE] = ACTIONS(4666), + [anon_sym_LPAREN] = ACTIONS(4666), + [anon_sym_COMMA] = ACTIONS(6792), + [anon_sym_LT] = ACTIONS(4664), + [anon_sym_GT] = ACTIONS(4664), + [anon_sym_where] = ACTIONS(4664), + [anon_sym_DOT] = ACTIONS(4664), + [anon_sym_SEMI] = ACTIONS(4666), + [anon_sym_get] = ACTIONS(4664), + [anon_sym_set] = ACTIONS(4664), + [anon_sym_STAR] = ACTIONS(4664), + [sym_label] = ACTIONS(4666), + [anon_sym_in] = ACTIONS(4664), + [anon_sym_DOT_DOT] = ACTIONS(4666), + [anon_sym_QMARK_COLON] = ACTIONS(4666), + [anon_sym_AMP_AMP] = ACTIONS(4666), + [anon_sym_PIPE_PIPE] = ACTIONS(4666), + [anon_sym_else] = ACTIONS(4664), + [anon_sym_COLON_COLON] = ACTIONS(4666), + [anon_sym_PLUS_EQ] = ACTIONS(4666), + [anon_sym_DASH_EQ] = ACTIONS(4666), + [anon_sym_STAR_EQ] = ACTIONS(4666), + [anon_sym_SLASH_EQ] = ACTIONS(4666), + [anon_sym_PERCENT_EQ] = ACTIONS(4666), + [anon_sym_BANG_EQ] = ACTIONS(4664), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4666), + [anon_sym_EQ_EQ] = ACTIONS(4664), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4666), + [anon_sym_LT_EQ] = ACTIONS(4666), + [anon_sym_GT_EQ] = ACTIONS(4666), + [anon_sym_BANGin] = ACTIONS(4666), + [anon_sym_is] = ACTIONS(4664), + [anon_sym_BANGis] = ACTIONS(4666), + [anon_sym_PLUS] = ACTIONS(4664), + [anon_sym_DASH] = ACTIONS(4664), + [anon_sym_SLASH] = ACTIONS(4664), + [anon_sym_PERCENT] = ACTIONS(4664), + [anon_sym_as_QMARK] = ACTIONS(4666), + [anon_sym_PLUS_PLUS] = ACTIONS(4666), + [anon_sym_DASH_DASH] = ACTIONS(4666), + [anon_sym_BANG_BANG] = ACTIONS(4666), + [anon_sym_suspend] = ACTIONS(4664), + [anon_sym_sealed] = ACTIONS(4664), + [anon_sym_annotation] = ACTIONS(4664), + [anon_sym_data] = ACTIONS(4664), + [anon_sym_inner] = ACTIONS(4664), + [anon_sym_override] = ACTIONS(4664), + [anon_sym_lateinit] = ACTIONS(4664), + [anon_sym_public] = ACTIONS(4664), + [anon_sym_private] = ACTIONS(4664), + [anon_sym_internal] = ACTIONS(4664), + [anon_sym_protected] = ACTIONS(4664), + [anon_sym_tailrec] = ACTIONS(4664), + [anon_sym_operator] = ACTIONS(4664), + [anon_sym_infix] = ACTIONS(4664), + [anon_sym_inline] = ACTIONS(4664), + [anon_sym_external] = ACTIONS(4664), + [sym_property_modifier] = ACTIONS(4664), + [anon_sym_abstract] = ACTIONS(4664), + [anon_sym_final] = ACTIONS(4664), + [anon_sym_open] = ACTIONS(4664), + [anon_sym_vararg] = ACTIONS(4664), + [anon_sym_noinline] = ACTIONS(4664), + [anon_sym_crossinline] = ACTIONS(4664), + [anon_sym_expect] = ACTIONS(4664), + [anon_sym_actual] = ACTIONS(4664), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4666), + [sym__automatic_semicolon] = ACTIONS(4666), + [sym_safe_nav] = ACTIONS(4666), [sym_multiline_comment] = ACTIONS(3), }, - [3664] = { - [sym_indexing_suffix] = STATE(4909), - [sym_navigation_suffix] = STATE(4889), - [sym_call_suffix] = STATE(4891), - [sym_annotated_lambda] = STATE(4893), - [sym_type_arguments] = STATE(7557), - [sym_value_arguments] = STATE(4442), - [sym_lambda_literal] = STATE(4899), - [sym__equality_operator] = STATE(2209), - [sym__comparison_operator] = STATE(2208), - [sym__in_operator] = STATE(2206), - [sym__is_operator] = STATE(6028), - [sym__additive_operator] = STATE(2205), - [sym__multiplicative_operator] = STATE(2203), - [sym__as_operator] = STATE(6024), - [sym__postfix_unary_operator] = STATE(4912), - [sym__member_access_operator] = STATE(7341), - [sym_annotation] = STATE(7855), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2266), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7855), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6688), - [anon_sym_as] = ACTIONS(6690), - [anon_sym_EQ] = ACTIONS(2995), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(2997), - [anon_sym_LPAREN] = ACTIONS(6692), - [anon_sym_COMMA] = ACTIONS(2997), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(6694), - [anon_sym_where] = ACTIONS(2995), - [anon_sym_DOT] = ACTIONS(6696), - [anon_sym_SEMI] = ACTIONS(2997), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(6698), - [sym_label] = ACTIONS(6700), - [anon_sym_in] = ACTIONS(6702), - [anon_sym_DOT_DOT] = ACTIONS(6704), - [anon_sym_QMARK_COLON] = ACTIONS(6706), - [anon_sym_AMP_AMP] = ACTIONS(2997), - [anon_sym_PIPE_PIPE] = ACTIONS(2997), - [anon_sym_else] = ACTIONS(2995), - [anon_sym_COLON_COLON] = ACTIONS(6712), - [anon_sym_PLUS_EQ] = ACTIONS(2997), - [anon_sym_DASH_EQ] = ACTIONS(2997), - [anon_sym_STAR_EQ] = ACTIONS(2997), - [anon_sym_SLASH_EQ] = ACTIONS(2997), - [anon_sym_PERCENT_EQ] = ACTIONS(2997), - [anon_sym_BANG_EQ] = ACTIONS(2995), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2997), - [anon_sym_EQ_EQ] = ACTIONS(2995), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2997), - [anon_sym_LT_EQ] = ACTIONS(6718), - [anon_sym_GT_EQ] = ACTIONS(6718), - [anon_sym_BANGin] = ACTIONS(6720), - [anon_sym_is] = ACTIONS(6722), - [anon_sym_BANGis] = ACTIONS(6724), - [anon_sym_PLUS] = ACTIONS(6726), - [anon_sym_DASH] = ACTIONS(6726), - [anon_sym_SLASH] = ACTIONS(6698), - [anon_sym_PERCENT] = ACTIONS(6698), - [anon_sym_as_QMARK] = ACTIONS(6728), - [anon_sym_PLUS_PLUS] = ACTIONS(6730), - [anon_sym_DASH_DASH] = ACTIONS(6730), - [anon_sym_BANG_BANG] = ACTIONS(6730), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(2997), - [sym_safe_nav] = ACTIONS(6712), + [3610] = { + [sym__alpha_identifier] = ACTIONS(4613), + [anon_sym_AT] = ACTIONS(4615), + [anon_sym_COLON] = ACTIONS(4613), + [anon_sym_LBRACK] = ACTIONS(4615), + [anon_sym_as] = ACTIONS(4613), + [anon_sym_EQ] = ACTIONS(4613), + [anon_sym_LBRACE] = ACTIONS(4615), + [anon_sym_RBRACE] = ACTIONS(4615), + [anon_sym_LPAREN] = ACTIONS(4615), + [anon_sym_COMMA] = ACTIONS(4615), + [anon_sym_LT] = ACTIONS(4613), + [anon_sym_GT] = ACTIONS(4613), + [anon_sym_where] = ACTIONS(4613), + [anon_sym_DOT] = ACTIONS(4613), + [anon_sym_SEMI] = ACTIONS(4615), + [anon_sym_get] = ACTIONS(4613), + [anon_sym_set] = ACTIONS(4613), + [anon_sym_STAR] = ACTIONS(4613), + [sym_label] = ACTIONS(4615), + [anon_sym_in] = ACTIONS(4613), + [anon_sym_DOT_DOT] = ACTIONS(4615), + [anon_sym_QMARK_COLON] = ACTIONS(4615), + [anon_sym_AMP_AMP] = ACTIONS(4615), + [anon_sym_PIPE_PIPE] = ACTIONS(4615), + [anon_sym_else] = ACTIONS(4613), + [anon_sym_COLON_COLON] = ACTIONS(4615), + [anon_sym_PLUS_EQ] = ACTIONS(4615), + [anon_sym_DASH_EQ] = ACTIONS(4615), + [anon_sym_STAR_EQ] = ACTIONS(4615), + [anon_sym_SLASH_EQ] = ACTIONS(4615), + [anon_sym_PERCENT_EQ] = ACTIONS(4615), + [anon_sym_BANG_EQ] = ACTIONS(4613), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4615), + [anon_sym_EQ_EQ] = ACTIONS(4613), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4615), + [anon_sym_LT_EQ] = ACTIONS(4615), + [anon_sym_GT_EQ] = ACTIONS(4615), + [anon_sym_BANGin] = ACTIONS(4615), + [anon_sym_is] = ACTIONS(4613), + [anon_sym_BANGis] = ACTIONS(4615), + [anon_sym_PLUS] = ACTIONS(4613), + [anon_sym_DASH] = ACTIONS(4613), + [anon_sym_SLASH] = ACTIONS(4613), + [anon_sym_PERCENT] = ACTIONS(4613), + [anon_sym_as_QMARK] = ACTIONS(4615), + [anon_sym_PLUS_PLUS] = ACTIONS(4615), + [anon_sym_DASH_DASH] = ACTIONS(4615), + [anon_sym_BANG_BANG] = ACTIONS(4615), + [anon_sym_suspend] = ACTIONS(4613), + [anon_sym_sealed] = ACTIONS(4613), + [anon_sym_annotation] = ACTIONS(4613), + [anon_sym_data] = ACTIONS(4613), + [anon_sym_inner] = ACTIONS(4613), + [anon_sym_override] = ACTIONS(4613), + [anon_sym_lateinit] = ACTIONS(4613), + [anon_sym_public] = ACTIONS(4613), + [anon_sym_private] = ACTIONS(4613), + [anon_sym_internal] = ACTIONS(4613), + [anon_sym_protected] = ACTIONS(4613), + [anon_sym_tailrec] = ACTIONS(4613), + [anon_sym_operator] = ACTIONS(4613), + [anon_sym_infix] = ACTIONS(4613), + [anon_sym_inline] = ACTIONS(4613), + [anon_sym_external] = ACTIONS(4613), + [sym_property_modifier] = ACTIONS(4613), + [anon_sym_abstract] = ACTIONS(4613), + [anon_sym_final] = ACTIONS(4613), + [anon_sym_open] = ACTIONS(4613), + [anon_sym_vararg] = ACTIONS(4613), + [anon_sym_noinline] = ACTIONS(4613), + [anon_sym_crossinline] = ACTIONS(4613), + [anon_sym_expect] = ACTIONS(4613), + [anon_sym_actual] = ACTIONS(4613), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4615), + [sym__automatic_semicolon] = ACTIONS(4615), + [sym_safe_nav] = ACTIONS(4615), [sym_multiline_comment] = ACTIONS(3), }, - [3665] = { - [sym_indexing_suffix] = STATE(4909), - [sym_navigation_suffix] = STATE(4889), - [sym_call_suffix] = STATE(4891), - [sym_annotated_lambda] = STATE(4893), - [sym_type_arguments] = STATE(7557), - [sym_value_arguments] = STATE(4442), - [sym_lambda_literal] = STATE(4899), - [sym__equality_operator] = STATE(2209), - [sym__comparison_operator] = STATE(2208), - [sym__in_operator] = STATE(2206), - [sym__is_operator] = STATE(6028), - [sym__additive_operator] = STATE(2205), - [sym__multiplicative_operator] = STATE(2203), - [sym__as_operator] = STATE(6024), - [sym__postfix_unary_operator] = STATE(4912), - [sym__member_access_operator] = STATE(7341), - [sym_annotation] = STATE(7855), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2266), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7855), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6688), - [anon_sym_as] = ACTIONS(6690), - [anon_sym_EQ] = ACTIONS(3053), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3055), - [anon_sym_LPAREN] = ACTIONS(6692), - [anon_sym_COMMA] = ACTIONS(3055), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(6694), - [anon_sym_where] = ACTIONS(3053), - [anon_sym_DOT] = ACTIONS(6696), - [anon_sym_SEMI] = ACTIONS(3055), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(6698), - [sym_label] = ACTIONS(6700), - [anon_sym_in] = ACTIONS(6702), - [anon_sym_DOT_DOT] = ACTIONS(6704), - [anon_sym_QMARK_COLON] = ACTIONS(6706), - [anon_sym_AMP_AMP] = ACTIONS(6708), - [anon_sym_PIPE_PIPE] = ACTIONS(6710), - [anon_sym_else] = ACTIONS(3053), - [anon_sym_COLON_COLON] = ACTIONS(6712), - [anon_sym_PLUS_EQ] = ACTIONS(3055), - [anon_sym_DASH_EQ] = ACTIONS(3055), - [anon_sym_STAR_EQ] = ACTIONS(3055), - [anon_sym_SLASH_EQ] = ACTIONS(3055), - [anon_sym_PERCENT_EQ] = ACTIONS(3055), - [anon_sym_BANG_EQ] = ACTIONS(6714), - [anon_sym_BANG_EQ_EQ] = ACTIONS(6716), - [anon_sym_EQ_EQ] = ACTIONS(6714), - [anon_sym_EQ_EQ_EQ] = ACTIONS(6716), - [anon_sym_LT_EQ] = ACTIONS(6718), - [anon_sym_GT_EQ] = ACTIONS(6718), - [anon_sym_BANGin] = ACTIONS(6720), - [anon_sym_is] = ACTIONS(6722), - [anon_sym_BANGis] = ACTIONS(6724), - [anon_sym_PLUS] = ACTIONS(6726), - [anon_sym_DASH] = ACTIONS(6726), - [anon_sym_SLASH] = ACTIONS(6698), - [anon_sym_PERCENT] = ACTIONS(6698), - [anon_sym_as_QMARK] = ACTIONS(6728), - [anon_sym_PLUS_PLUS] = ACTIONS(6730), - [anon_sym_DASH_DASH] = ACTIONS(6730), - [anon_sym_BANG_BANG] = ACTIONS(6730), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3055), - [sym_safe_nav] = ACTIONS(6712), + [3611] = { + [sym_class_body] = STATE(3272), + [sym__alpha_identifier] = ACTIONS(4410), + [anon_sym_AT] = ACTIONS(4412), + [anon_sym_COLON] = ACTIONS(6794), + [anon_sym_LBRACK] = ACTIONS(4412), + [anon_sym_as] = ACTIONS(4410), + [anon_sym_EQ] = ACTIONS(4410), + [anon_sym_LBRACE] = ACTIONS(5179), + [anon_sym_RBRACE] = ACTIONS(4412), + [anon_sym_LPAREN] = ACTIONS(4412), + [anon_sym_RPAREN] = ACTIONS(4412), + [anon_sym_LT] = ACTIONS(4410), + [anon_sym_GT] = ACTIONS(4410), + [anon_sym_DOT] = ACTIONS(4410), + [anon_sym_SEMI] = ACTIONS(4412), + [anon_sym_get] = ACTIONS(4410), + [anon_sym_set] = ACTIONS(4410), + [anon_sym_STAR] = ACTIONS(4410), + [sym_label] = ACTIONS(4412), + [anon_sym_in] = ACTIONS(4410), + [anon_sym_while] = ACTIONS(4410), + [anon_sym_DOT_DOT] = ACTIONS(4412), + [anon_sym_QMARK_COLON] = ACTIONS(4412), + [anon_sym_AMP_AMP] = ACTIONS(4412), + [anon_sym_PIPE_PIPE] = ACTIONS(4412), + [anon_sym_else] = ACTIONS(4410), + [anon_sym_COLON_COLON] = ACTIONS(4412), + [anon_sym_PLUS_EQ] = ACTIONS(4412), + [anon_sym_DASH_EQ] = ACTIONS(4412), + [anon_sym_STAR_EQ] = ACTIONS(4412), + [anon_sym_SLASH_EQ] = ACTIONS(4412), + [anon_sym_PERCENT_EQ] = ACTIONS(4412), + [anon_sym_BANG_EQ] = ACTIONS(4410), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4412), + [anon_sym_EQ_EQ] = ACTIONS(4410), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4412), + [anon_sym_LT_EQ] = ACTIONS(4412), + [anon_sym_GT_EQ] = ACTIONS(4412), + [anon_sym_BANGin] = ACTIONS(4412), + [anon_sym_is] = ACTIONS(4410), + [anon_sym_BANGis] = ACTIONS(4412), + [anon_sym_PLUS] = ACTIONS(4410), + [anon_sym_DASH] = ACTIONS(4410), + [anon_sym_SLASH] = ACTIONS(4410), + [anon_sym_PERCENT] = ACTIONS(4410), + [anon_sym_as_QMARK] = ACTIONS(4412), + [anon_sym_PLUS_PLUS] = ACTIONS(4412), + [anon_sym_DASH_DASH] = ACTIONS(4412), + [anon_sym_BANG_BANG] = ACTIONS(4412), + [anon_sym_suspend] = ACTIONS(4410), + [anon_sym_sealed] = ACTIONS(4410), + [anon_sym_annotation] = ACTIONS(4410), + [anon_sym_data] = ACTIONS(4410), + [anon_sym_inner] = ACTIONS(4410), + [anon_sym_override] = ACTIONS(4410), + [anon_sym_lateinit] = ACTIONS(4410), + [anon_sym_public] = ACTIONS(4410), + [anon_sym_private] = ACTIONS(4410), + [anon_sym_internal] = ACTIONS(4410), + [anon_sym_protected] = ACTIONS(4410), + [anon_sym_tailrec] = ACTIONS(4410), + [anon_sym_operator] = ACTIONS(4410), + [anon_sym_infix] = ACTIONS(4410), + [anon_sym_inline] = ACTIONS(4410), + [anon_sym_external] = ACTIONS(4410), + [sym_property_modifier] = ACTIONS(4410), + [anon_sym_abstract] = ACTIONS(4410), + [anon_sym_final] = ACTIONS(4410), + [anon_sym_open] = ACTIONS(4410), + [anon_sym_vararg] = ACTIONS(4410), + [anon_sym_noinline] = ACTIONS(4410), + [anon_sym_crossinline] = ACTIONS(4410), + [anon_sym_expect] = ACTIONS(4410), + [anon_sym_actual] = ACTIONS(4410), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4412), + [sym_safe_nav] = ACTIONS(4412), [sym_multiline_comment] = ACTIONS(3), }, - [3666] = { - [sym_indexing_suffix] = STATE(4909), - [sym_navigation_suffix] = STATE(4889), - [sym_call_suffix] = STATE(4891), - [sym_annotated_lambda] = STATE(4893), - [sym_type_arguments] = STATE(7557), - [sym_value_arguments] = STATE(4442), - [sym_lambda_literal] = STATE(4899), - [sym__equality_operator] = STATE(2209), - [sym__comparison_operator] = STATE(2208), - [sym__in_operator] = STATE(2206), - [sym__is_operator] = STATE(6028), - [sym__additive_operator] = STATE(2205), - [sym__multiplicative_operator] = STATE(2203), - [sym__as_operator] = STATE(6024), - [sym__postfix_unary_operator] = STATE(4912), - [sym__member_access_operator] = STATE(7341), - [sym_annotation] = STATE(7855), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2266), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7855), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6688), - [anon_sym_as] = ACTIONS(6690), - [anon_sym_EQ] = ACTIONS(3057), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3059), - [anon_sym_LPAREN] = ACTIONS(6692), - [anon_sym_COMMA] = ACTIONS(3059), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(6694), - [anon_sym_where] = ACTIONS(3057), - [anon_sym_DOT] = ACTIONS(6696), - [anon_sym_SEMI] = ACTIONS(3059), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(6698), - [sym_label] = ACTIONS(6700), - [anon_sym_in] = ACTIONS(6702), - [anon_sym_DOT_DOT] = ACTIONS(6704), - [anon_sym_QMARK_COLON] = ACTIONS(6706), - [anon_sym_AMP_AMP] = ACTIONS(6708), - [anon_sym_PIPE_PIPE] = ACTIONS(6710), - [anon_sym_else] = ACTIONS(3057), - [anon_sym_COLON_COLON] = ACTIONS(6712), - [anon_sym_PLUS_EQ] = ACTIONS(3059), - [anon_sym_DASH_EQ] = ACTIONS(3059), - [anon_sym_STAR_EQ] = ACTIONS(3059), - [anon_sym_SLASH_EQ] = ACTIONS(3059), - [anon_sym_PERCENT_EQ] = ACTIONS(3059), - [anon_sym_BANG_EQ] = ACTIONS(6714), - [anon_sym_BANG_EQ_EQ] = ACTIONS(6716), - [anon_sym_EQ_EQ] = ACTIONS(6714), - [anon_sym_EQ_EQ_EQ] = ACTIONS(6716), - [anon_sym_LT_EQ] = ACTIONS(6718), - [anon_sym_GT_EQ] = ACTIONS(6718), - [anon_sym_BANGin] = ACTIONS(6720), - [anon_sym_is] = ACTIONS(6722), - [anon_sym_BANGis] = ACTIONS(6724), - [anon_sym_PLUS] = ACTIONS(6726), - [anon_sym_DASH] = ACTIONS(6726), - [anon_sym_SLASH] = ACTIONS(6698), - [anon_sym_PERCENT] = ACTIONS(6698), - [anon_sym_as_QMARK] = ACTIONS(6728), - [anon_sym_PLUS_PLUS] = ACTIONS(6730), - [anon_sym_DASH_DASH] = ACTIONS(6730), - [anon_sym_BANG_BANG] = ACTIONS(6730), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3059), - [sym_safe_nav] = ACTIONS(6712), + [3612] = { + [sym_function_body] = STATE(3332), + [sym__block] = STATE(3464), + [sym__alpha_identifier] = ACTIONS(4487), + [anon_sym_AT] = ACTIONS(4489), + [anon_sym_LBRACK] = ACTIONS(4489), + [anon_sym_as] = ACTIONS(4487), + [anon_sym_EQ] = ACTIONS(6389), + [anon_sym_LBRACE] = ACTIONS(6233), + [anon_sym_RBRACE] = ACTIONS(4489), + [anon_sym_LPAREN] = ACTIONS(4489), + [anon_sym_RPAREN] = ACTIONS(4489), + [anon_sym_LT] = ACTIONS(4487), + [anon_sym_GT] = ACTIONS(4487), + [anon_sym_DOT] = ACTIONS(4487), + [anon_sym_SEMI] = ACTIONS(4489), + [anon_sym_get] = ACTIONS(4487), + [anon_sym_set] = ACTIONS(4487), + [anon_sym_STAR] = ACTIONS(4487), + [sym_label] = ACTIONS(4489), + [anon_sym_in] = ACTIONS(4487), + [anon_sym_while] = ACTIONS(4487), + [anon_sym_DOT_DOT] = ACTIONS(4489), + [anon_sym_QMARK_COLON] = ACTIONS(4489), + [anon_sym_AMP_AMP] = ACTIONS(4489), + [anon_sym_PIPE_PIPE] = ACTIONS(4489), + [anon_sym_else] = ACTIONS(4487), + [anon_sym_COLON_COLON] = ACTIONS(4489), + [anon_sym_PLUS_EQ] = ACTIONS(4489), + [anon_sym_DASH_EQ] = ACTIONS(4489), + [anon_sym_STAR_EQ] = ACTIONS(4489), + [anon_sym_SLASH_EQ] = ACTIONS(4489), + [anon_sym_PERCENT_EQ] = ACTIONS(4489), + [anon_sym_BANG_EQ] = ACTIONS(4487), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4489), + [anon_sym_EQ_EQ] = ACTIONS(4487), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4489), + [anon_sym_LT_EQ] = ACTIONS(4489), + [anon_sym_GT_EQ] = ACTIONS(4489), + [anon_sym_BANGin] = ACTIONS(4489), + [anon_sym_is] = ACTIONS(4487), + [anon_sym_BANGis] = ACTIONS(4489), + [anon_sym_PLUS] = ACTIONS(4487), + [anon_sym_DASH] = ACTIONS(4487), + [anon_sym_SLASH] = ACTIONS(4487), + [anon_sym_PERCENT] = ACTIONS(4487), + [anon_sym_as_QMARK] = ACTIONS(4489), + [anon_sym_PLUS_PLUS] = ACTIONS(4489), + [anon_sym_DASH_DASH] = ACTIONS(4489), + [anon_sym_BANG_BANG] = ACTIONS(4489), + [anon_sym_suspend] = ACTIONS(4487), + [anon_sym_sealed] = ACTIONS(4487), + [anon_sym_annotation] = ACTIONS(4487), + [anon_sym_data] = ACTIONS(4487), + [anon_sym_inner] = ACTIONS(4487), + [anon_sym_override] = ACTIONS(4487), + [anon_sym_lateinit] = ACTIONS(4487), + [anon_sym_public] = ACTIONS(4487), + [anon_sym_private] = ACTIONS(4487), + [anon_sym_internal] = ACTIONS(4487), + [anon_sym_protected] = ACTIONS(4487), + [anon_sym_tailrec] = ACTIONS(4487), + [anon_sym_operator] = ACTIONS(4487), + [anon_sym_infix] = ACTIONS(4487), + [anon_sym_inline] = ACTIONS(4487), + [anon_sym_external] = ACTIONS(4487), + [sym_property_modifier] = ACTIONS(4487), + [anon_sym_abstract] = ACTIONS(4487), + [anon_sym_final] = ACTIONS(4487), + [anon_sym_open] = ACTIONS(4487), + [anon_sym_vararg] = ACTIONS(4487), + [anon_sym_noinline] = ACTIONS(4487), + [anon_sym_crossinline] = ACTIONS(4487), + [anon_sym_expect] = ACTIONS(4487), + [anon_sym_actual] = ACTIONS(4487), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4489), + [sym_safe_nav] = ACTIONS(4489), [sym_multiline_comment] = ACTIONS(3), }, - [3667] = { - [sym__alpha_identifier] = ACTIONS(4875), - [anon_sym_AT] = ACTIONS(4877), - [anon_sym_LBRACK] = ACTIONS(4877), - [anon_sym_as] = ACTIONS(4875), - [anon_sym_EQ] = ACTIONS(4875), - [anon_sym_LBRACE] = ACTIONS(4877), - [anon_sym_RBRACE] = ACTIONS(4877), - [anon_sym_LPAREN] = ACTIONS(4877), - [anon_sym_COMMA] = ACTIONS(4877), - [anon_sym_LT] = ACTIONS(4875), - [anon_sym_GT] = ACTIONS(4875), - [anon_sym_where] = ACTIONS(4875), - [anon_sym_DOT] = ACTIONS(4875), - [anon_sym_SEMI] = ACTIONS(4877), - [anon_sym_get] = ACTIONS(4875), - [anon_sym_set] = ACTIONS(4875), - [anon_sym_STAR] = ACTIONS(4875), - [sym_label] = ACTIONS(4877), - [anon_sym_in] = ACTIONS(4875), - [anon_sym_DOT_DOT] = ACTIONS(4877), - [anon_sym_QMARK_COLON] = ACTIONS(4877), - [anon_sym_AMP_AMP] = ACTIONS(4877), - [anon_sym_PIPE_PIPE] = ACTIONS(4877), - [anon_sym_else] = ACTIONS(4875), - [anon_sym_COLON_COLON] = ACTIONS(4877), - [anon_sym_PLUS_EQ] = ACTIONS(4877), - [anon_sym_DASH_EQ] = ACTIONS(4877), - [anon_sym_STAR_EQ] = ACTIONS(4877), - [anon_sym_SLASH_EQ] = ACTIONS(4877), - [anon_sym_PERCENT_EQ] = ACTIONS(4877), - [anon_sym_BANG_EQ] = ACTIONS(4875), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4877), - [anon_sym_EQ_EQ] = ACTIONS(4875), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4877), - [anon_sym_LT_EQ] = ACTIONS(4877), - [anon_sym_GT_EQ] = ACTIONS(4877), - [anon_sym_BANGin] = ACTIONS(4877), - [anon_sym_is] = ACTIONS(4875), - [anon_sym_BANGis] = ACTIONS(4877), - [anon_sym_PLUS] = ACTIONS(4875), - [anon_sym_DASH] = ACTIONS(4875), - [anon_sym_SLASH] = ACTIONS(4875), - [anon_sym_PERCENT] = ACTIONS(4875), - [anon_sym_as_QMARK] = ACTIONS(4877), - [anon_sym_PLUS_PLUS] = ACTIONS(4877), - [anon_sym_DASH_DASH] = ACTIONS(4877), - [anon_sym_BANG_BANG] = ACTIONS(4877), - [anon_sym_suspend] = ACTIONS(4875), - [anon_sym_sealed] = ACTIONS(4875), - [anon_sym_annotation] = ACTIONS(4875), - [anon_sym_data] = ACTIONS(4875), - [anon_sym_inner] = ACTIONS(4875), - [anon_sym_override] = ACTIONS(4875), - [anon_sym_lateinit] = ACTIONS(4875), - [anon_sym_public] = ACTIONS(4875), - [anon_sym_private] = ACTIONS(4875), - [anon_sym_internal] = ACTIONS(4875), - [anon_sym_protected] = ACTIONS(4875), - [anon_sym_tailrec] = ACTIONS(4875), - [anon_sym_operator] = ACTIONS(4875), - [anon_sym_infix] = ACTIONS(4875), - [anon_sym_inline] = ACTIONS(4875), - [anon_sym_external] = ACTIONS(4875), - [sym_property_modifier] = ACTIONS(4875), - [anon_sym_abstract] = ACTIONS(4875), - [anon_sym_final] = ACTIONS(4875), - [anon_sym_open] = ACTIONS(4875), - [anon_sym_vararg] = ACTIONS(4875), - [anon_sym_noinline] = ACTIONS(4875), - [anon_sym_crossinline] = ACTIONS(4875), - [anon_sym_expect] = ACTIONS(4875), - [anon_sym_actual] = ACTIONS(4875), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4877), - [sym__automatic_semicolon] = ACTIONS(4877), - [sym_safe_nav] = ACTIONS(4877), + [3613] = { + [aux_sym__delegation_specifiers_repeat1] = STATE(3609), + [sym__alpha_identifier] = ACTIONS(4658), + [anon_sym_AT] = ACTIONS(4660), + [anon_sym_LBRACK] = ACTIONS(4660), + [anon_sym_as] = ACTIONS(4658), + [anon_sym_EQ] = ACTIONS(4658), + [anon_sym_LBRACE] = ACTIONS(4660), + [anon_sym_RBRACE] = ACTIONS(4660), + [anon_sym_LPAREN] = ACTIONS(4660), + [anon_sym_COMMA] = ACTIONS(6792), + [anon_sym_LT] = ACTIONS(4658), + [anon_sym_GT] = ACTIONS(4658), + [anon_sym_where] = ACTIONS(4658), + [anon_sym_DOT] = ACTIONS(4658), + [anon_sym_SEMI] = ACTIONS(4660), + [anon_sym_get] = ACTIONS(4658), + [anon_sym_set] = ACTIONS(4658), + [anon_sym_STAR] = ACTIONS(4658), + [sym_label] = ACTIONS(4660), + [anon_sym_in] = ACTIONS(4658), + [anon_sym_DOT_DOT] = ACTIONS(4660), + [anon_sym_QMARK_COLON] = ACTIONS(4660), + [anon_sym_AMP_AMP] = ACTIONS(4660), + [anon_sym_PIPE_PIPE] = ACTIONS(4660), + [anon_sym_else] = ACTIONS(4658), + [anon_sym_COLON_COLON] = ACTIONS(4660), + [anon_sym_PLUS_EQ] = ACTIONS(4660), + [anon_sym_DASH_EQ] = ACTIONS(4660), + [anon_sym_STAR_EQ] = ACTIONS(4660), + [anon_sym_SLASH_EQ] = ACTIONS(4660), + [anon_sym_PERCENT_EQ] = ACTIONS(4660), + [anon_sym_BANG_EQ] = ACTIONS(4658), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4660), + [anon_sym_EQ_EQ] = ACTIONS(4658), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4660), + [anon_sym_LT_EQ] = ACTIONS(4660), + [anon_sym_GT_EQ] = ACTIONS(4660), + [anon_sym_BANGin] = ACTIONS(4660), + [anon_sym_is] = ACTIONS(4658), + [anon_sym_BANGis] = ACTIONS(4660), + [anon_sym_PLUS] = ACTIONS(4658), + [anon_sym_DASH] = ACTIONS(4658), + [anon_sym_SLASH] = ACTIONS(4658), + [anon_sym_PERCENT] = ACTIONS(4658), + [anon_sym_as_QMARK] = ACTIONS(4660), + [anon_sym_PLUS_PLUS] = ACTIONS(4660), + [anon_sym_DASH_DASH] = ACTIONS(4660), + [anon_sym_BANG_BANG] = ACTIONS(4660), + [anon_sym_suspend] = ACTIONS(4658), + [anon_sym_sealed] = ACTIONS(4658), + [anon_sym_annotation] = ACTIONS(4658), + [anon_sym_data] = ACTIONS(4658), + [anon_sym_inner] = ACTIONS(4658), + [anon_sym_override] = ACTIONS(4658), + [anon_sym_lateinit] = ACTIONS(4658), + [anon_sym_public] = ACTIONS(4658), + [anon_sym_private] = ACTIONS(4658), + [anon_sym_internal] = ACTIONS(4658), + [anon_sym_protected] = ACTIONS(4658), + [anon_sym_tailrec] = ACTIONS(4658), + [anon_sym_operator] = ACTIONS(4658), + [anon_sym_infix] = ACTIONS(4658), + [anon_sym_inline] = ACTIONS(4658), + [anon_sym_external] = ACTIONS(4658), + [sym_property_modifier] = ACTIONS(4658), + [anon_sym_abstract] = ACTIONS(4658), + [anon_sym_final] = ACTIONS(4658), + [anon_sym_open] = ACTIONS(4658), + [anon_sym_vararg] = ACTIONS(4658), + [anon_sym_noinline] = ACTIONS(4658), + [anon_sym_crossinline] = ACTIONS(4658), + [anon_sym_expect] = ACTIONS(4658), + [anon_sym_actual] = ACTIONS(4658), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4660), + [sym__automatic_semicolon] = ACTIONS(4660), + [sym_safe_nav] = ACTIONS(4660), [sym_multiline_comment] = ACTIONS(3), }, - [3668] = { - [sym__alpha_identifier] = ACTIONS(4396), - [anon_sym_AT] = ACTIONS(4398), - [anon_sym_LBRACK] = ACTIONS(4398), - [anon_sym_as] = ACTIONS(4396), - [anon_sym_EQ] = ACTIONS(4851), - [anon_sym_LBRACE] = ACTIONS(4398), - [anon_sym_RBRACE] = ACTIONS(4398), - [anon_sym_LPAREN] = ACTIONS(4398), - [anon_sym_COMMA] = ACTIONS(4398), - [anon_sym_LT] = ACTIONS(4396), - [anon_sym_GT] = ACTIONS(4396), - [anon_sym_where] = ACTIONS(4396), - [anon_sym_DOT] = ACTIONS(4396), - [anon_sym_SEMI] = ACTIONS(4398), - [anon_sym_get] = ACTIONS(4396), - [anon_sym_set] = ACTIONS(4396), - [anon_sym_STAR] = ACTIONS(4396), - [sym_label] = ACTIONS(4398), - [anon_sym_in] = ACTIONS(4396), - [anon_sym_DOT_DOT] = ACTIONS(4398), - [anon_sym_QMARK_COLON] = ACTIONS(4398), - [anon_sym_AMP_AMP] = ACTIONS(4398), - [anon_sym_PIPE_PIPE] = ACTIONS(4398), - [anon_sym_else] = ACTIONS(4396), - [anon_sym_COLON_COLON] = ACTIONS(4398), - [anon_sym_PLUS_EQ] = ACTIONS(4853), - [anon_sym_DASH_EQ] = ACTIONS(4853), - [anon_sym_STAR_EQ] = ACTIONS(4853), - [anon_sym_SLASH_EQ] = ACTIONS(4853), - [anon_sym_PERCENT_EQ] = ACTIONS(4853), - [anon_sym_BANG_EQ] = ACTIONS(4396), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4398), - [anon_sym_EQ_EQ] = ACTIONS(4396), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4398), - [anon_sym_LT_EQ] = ACTIONS(4398), - [anon_sym_GT_EQ] = ACTIONS(4398), - [anon_sym_BANGin] = ACTIONS(4398), - [anon_sym_is] = ACTIONS(4396), - [anon_sym_BANGis] = ACTIONS(4398), - [anon_sym_PLUS] = ACTIONS(4396), - [anon_sym_DASH] = ACTIONS(4396), - [anon_sym_SLASH] = ACTIONS(4396), - [anon_sym_PERCENT] = ACTIONS(4396), - [anon_sym_as_QMARK] = ACTIONS(4398), - [anon_sym_PLUS_PLUS] = ACTIONS(4398), - [anon_sym_DASH_DASH] = ACTIONS(4398), - [anon_sym_BANG_BANG] = ACTIONS(4398), - [anon_sym_suspend] = ACTIONS(4396), - [anon_sym_sealed] = ACTIONS(4396), - [anon_sym_annotation] = ACTIONS(4396), - [anon_sym_data] = ACTIONS(4396), - [anon_sym_inner] = ACTIONS(4396), - [anon_sym_override] = ACTIONS(4396), - [anon_sym_lateinit] = ACTIONS(4396), - [anon_sym_public] = ACTIONS(4396), - [anon_sym_private] = ACTIONS(4396), - [anon_sym_internal] = ACTIONS(4396), - [anon_sym_protected] = ACTIONS(4396), - [anon_sym_tailrec] = ACTIONS(4396), - [anon_sym_operator] = ACTIONS(4396), - [anon_sym_infix] = ACTIONS(4396), - [anon_sym_inline] = ACTIONS(4396), - [anon_sym_external] = ACTIONS(4396), - [sym_property_modifier] = ACTIONS(4396), - [anon_sym_abstract] = ACTIONS(4396), - [anon_sym_final] = ACTIONS(4396), - [anon_sym_open] = ACTIONS(4396), - [anon_sym_vararg] = ACTIONS(4396), - [anon_sym_noinline] = ACTIONS(4396), - [anon_sym_crossinline] = ACTIONS(4396), - [anon_sym_expect] = ACTIONS(4396), - [anon_sym_actual] = ACTIONS(4396), + [3614] = { + [sym_class_body] = STATE(3337), + [sym__alpha_identifier] = ACTIONS(4386), + [anon_sym_AT] = ACTIONS(4388), + [anon_sym_COLON] = ACTIONS(6796), + [anon_sym_LBRACK] = ACTIONS(4388), + [anon_sym_as] = ACTIONS(4386), + [anon_sym_EQ] = ACTIONS(4386), + [anon_sym_LBRACE] = ACTIONS(5179), + [anon_sym_RBRACE] = ACTIONS(4388), + [anon_sym_LPAREN] = ACTIONS(4388), + [anon_sym_RPAREN] = ACTIONS(4388), + [anon_sym_LT] = ACTIONS(4386), + [anon_sym_GT] = ACTIONS(4386), + [anon_sym_DOT] = ACTIONS(4386), + [anon_sym_SEMI] = ACTIONS(4388), + [anon_sym_get] = ACTIONS(4386), + [anon_sym_set] = ACTIONS(4386), + [anon_sym_STAR] = ACTIONS(4386), + [sym_label] = ACTIONS(4388), + [anon_sym_in] = ACTIONS(4386), + [anon_sym_while] = ACTIONS(4386), + [anon_sym_DOT_DOT] = ACTIONS(4388), + [anon_sym_QMARK_COLON] = ACTIONS(4388), + [anon_sym_AMP_AMP] = ACTIONS(4388), + [anon_sym_PIPE_PIPE] = ACTIONS(4388), + [anon_sym_else] = ACTIONS(4386), + [anon_sym_COLON_COLON] = ACTIONS(4388), + [anon_sym_PLUS_EQ] = ACTIONS(4388), + [anon_sym_DASH_EQ] = ACTIONS(4388), + [anon_sym_STAR_EQ] = ACTIONS(4388), + [anon_sym_SLASH_EQ] = ACTIONS(4388), + [anon_sym_PERCENT_EQ] = ACTIONS(4388), + [anon_sym_BANG_EQ] = ACTIONS(4386), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4388), + [anon_sym_EQ_EQ] = ACTIONS(4386), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4388), + [anon_sym_LT_EQ] = ACTIONS(4388), + [anon_sym_GT_EQ] = ACTIONS(4388), + [anon_sym_BANGin] = ACTIONS(4388), + [anon_sym_is] = ACTIONS(4386), + [anon_sym_BANGis] = ACTIONS(4388), + [anon_sym_PLUS] = ACTIONS(4386), + [anon_sym_DASH] = ACTIONS(4386), + [anon_sym_SLASH] = ACTIONS(4386), + [anon_sym_PERCENT] = ACTIONS(4386), + [anon_sym_as_QMARK] = ACTIONS(4388), + [anon_sym_PLUS_PLUS] = ACTIONS(4388), + [anon_sym_DASH_DASH] = ACTIONS(4388), + [anon_sym_BANG_BANG] = ACTIONS(4388), + [anon_sym_suspend] = ACTIONS(4386), + [anon_sym_sealed] = ACTIONS(4386), + [anon_sym_annotation] = ACTIONS(4386), + [anon_sym_data] = ACTIONS(4386), + [anon_sym_inner] = ACTIONS(4386), + [anon_sym_override] = ACTIONS(4386), + [anon_sym_lateinit] = ACTIONS(4386), + [anon_sym_public] = ACTIONS(4386), + [anon_sym_private] = ACTIONS(4386), + [anon_sym_internal] = ACTIONS(4386), + [anon_sym_protected] = ACTIONS(4386), + [anon_sym_tailrec] = ACTIONS(4386), + [anon_sym_operator] = ACTIONS(4386), + [anon_sym_infix] = ACTIONS(4386), + [anon_sym_inline] = ACTIONS(4386), + [anon_sym_external] = ACTIONS(4386), + [sym_property_modifier] = ACTIONS(4386), + [anon_sym_abstract] = ACTIONS(4386), + [anon_sym_final] = ACTIONS(4386), + [anon_sym_open] = ACTIONS(4386), + [anon_sym_vararg] = ACTIONS(4386), + [anon_sym_noinline] = ACTIONS(4386), + [anon_sym_crossinline] = ACTIONS(4386), + [anon_sym_expect] = ACTIONS(4386), + [anon_sym_actual] = ACTIONS(4386), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4398), - [sym__automatic_semicolon] = ACTIONS(4398), - [sym_safe_nav] = ACTIONS(4398), + [sym__backtick_identifier] = ACTIONS(4388), + [sym_safe_nav] = ACTIONS(4388), [sym_multiline_comment] = ACTIONS(3), }, - [3669] = { - [sym__alpha_identifier] = ACTIONS(4777), - [anon_sym_AT] = ACTIONS(4779), - [anon_sym_LBRACK] = ACTIONS(4779), - [anon_sym_as] = ACTIONS(4777), - [anon_sym_EQ] = ACTIONS(4777), - [anon_sym_LBRACE] = ACTIONS(4779), - [anon_sym_RBRACE] = ACTIONS(4779), - [anon_sym_LPAREN] = ACTIONS(4779), - [anon_sym_COMMA] = ACTIONS(4779), - [anon_sym_LT] = ACTIONS(4777), - [anon_sym_GT] = ACTIONS(4777), - [anon_sym_where] = ACTIONS(4777), - [anon_sym_DOT] = ACTIONS(4777), - [anon_sym_SEMI] = ACTIONS(4779), - [anon_sym_get] = ACTIONS(4777), - [anon_sym_set] = ACTIONS(4777), - [anon_sym_STAR] = ACTIONS(4777), - [sym_label] = ACTIONS(4779), - [anon_sym_in] = ACTIONS(4777), - [anon_sym_DOT_DOT] = ACTIONS(4779), - [anon_sym_QMARK_COLON] = ACTIONS(4779), - [anon_sym_AMP_AMP] = ACTIONS(4779), - [anon_sym_PIPE_PIPE] = ACTIONS(4779), - [anon_sym_else] = ACTIONS(4777), - [anon_sym_COLON_COLON] = ACTIONS(4779), - [anon_sym_PLUS_EQ] = ACTIONS(4779), - [anon_sym_DASH_EQ] = ACTIONS(4779), - [anon_sym_STAR_EQ] = ACTIONS(4779), - [anon_sym_SLASH_EQ] = ACTIONS(4779), - [anon_sym_PERCENT_EQ] = ACTIONS(4779), - [anon_sym_BANG_EQ] = ACTIONS(4777), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4779), - [anon_sym_EQ_EQ] = ACTIONS(4777), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4779), - [anon_sym_LT_EQ] = ACTIONS(4779), - [anon_sym_GT_EQ] = ACTIONS(4779), - [anon_sym_BANGin] = ACTIONS(4779), - [anon_sym_is] = ACTIONS(4777), - [anon_sym_BANGis] = ACTIONS(4779), - [anon_sym_PLUS] = ACTIONS(4777), - [anon_sym_DASH] = ACTIONS(4777), - [anon_sym_SLASH] = ACTIONS(4777), - [anon_sym_PERCENT] = ACTIONS(4777), - [anon_sym_as_QMARK] = ACTIONS(4779), - [anon_sym_PLUS_PLUS] = ACTIONS(4779), - [anon_sym_DASH_DASH] = ACTIONS(4779), - [anon_sym_BANG_BANG] = ACTIONS(4779), - [anon_sym_suspend] = ACTIONS(4777), - [anon_sym_sealed] = ACTIONS(4777), - [anon_sym_annotation] = ACTIONS(4777), - [anon_sym_data] = ACTIONS(4777), - [anon_sym_inner] = ACTIONS(4777), - [anon_sym_override] = ACTIONS(4777), - [anon_sym_lateinit] = ACTIONS(4777), - [anon_sym_public] = ACTIONS(4777), - [anon_sym_private] = ACTIONS(4777), - [anon_sym_internal] = ACTIONS(4777), - [anon_sym_protected] = ACTIONS(4777), - [anon_sym_tailrec] = ACTIONS(4777), - [anon_sym_operator] = ACTIONS(4777), - [anon_sym_infix] = ACTIONS(4777), - [anon_sym_inline] = ACTIONS(4777), - [anon_sym_external] = ACTIONS(4777), - [sym_property_modifier] = ACTIONS(4777), - [anon_sym_abstract] = ACTIONS(4777), - [anon_sym_final] = ACTIONS(4777), - [anon_sym_open] = ACTIONS(4777), - [anon_sym_vararg] = ACTIONS(4777), - [anon_sym_noinline] = ACTIONS(4777), - [anon_sym_crossinline] = ACTIONS(4777), - [anon_sym_expect] = ACTIONS(4777), - [anon_sym_actual] = ACTIONS(4777), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4779), - [sym__automatic_semicolon] = ACTIONS(4779), - [sym_safe_nav] = ACTIONS(4779), + [3615] = { + [sym__alpha_identifier] = ACTIONS(4617), + [anon_sym_AT] = ACTIONS(4619), + [anon_sym_COLON] = ACTIONS(4617), + [anon_sym_LBRACK] = ACTIONS(4619), + [anon_sym_as] = ACTIONS(4617), + [anon_sym_EQ] = ACTIONS(4617), + [anon_sym_LBRACE] = ACTIONS(4619), + [anon_sym_RBRACE] = ACTIONS(4619), + [anon_sym_LPAREN] = ACTIONS(4619), + [anon_sym_COMMA] = ACTIONS(4619), + [anon_sym_LT] = ACTIONS(4617), + [anon_sym_GT] = ACTIONS(4617), + [anon_sym_where] = ACTIONS(4617), + [anon_sym_DOT] = ACTIONS(4617), + [anon_sym_SEMI] = ACTIONS(4619), + [anon_sym_get] = ACTIONS(4617), + [anon_sym_set] = ACTIONS(4617), + [anon_sym_STAR] = ACTIONS(4617), + [sym_label] = ACTIONS(4619), + [anon_sym_in] = ACTIONS(4617), + [anon_sym_DOT_DOT] = ACTIONS(4619), + [anon_sym_QMARK_COLON] = ACTIONS(4619), + [anon_sym_AMP_AMP] = ACTIONS(4619), + [anon_sym_PIPE_PIPE] = ACTIONS(4619), + [anon_sym_else] = ACTIONS(4617), + [anon_sym_COLON_COLON] = ACTIONS(4619), + [anon_sym_PLUS_EQ] = ACTIONS(4619), + [anon_sym_DASH_EQ] = ACTIONS(4619), + [anon_sym_STAR_EQ] = ACTIONS(4619), + [anon_sym_SLASH_EQ] = ACTIONS(4619), + [anon_sym_PERCENT_EQ] = ACTIONS(4619), + [anon_sym_BANG_EQ] = ACTIONS(4617), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4619), + [anon_sym_EQ_EQ] = ACTIONS(4617), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4619), + [anon_sym_LT_EQ] = ACTIONS(4619), + [anon_sym_GT_EQ] = ACTIONS(4619), + [anon_sym_BANGin] = ACTIONS(4619), + [anon_sym_is] = ACTIONS(4617), + [anon_sym_BANGis] = ACTIONS(4619), + [anon_sym_PLUS] = ACTIONS(4617), + [anon_sym_DASH] = ACTIONS(4617), + [anon_sym_SLASH] = ACTIONS(4617), + [anon_sym_PERCENT] = ACTIONS(4617), + [anon_sym_as_QMARK] = ACTIONS(4619), + [anon_sym_PLUS_PLUS] = ACTIONS(4619), + [anon_sym_DASH_DASH] = ACTIONS(4619), + [anon_sym_BANG_BANG] = ACTIONS(4619), + [anon_sym_suspend] = ACTIONS(4617), + [anon_sym_sealed] = ACTIONS(4617), + [anon_sym_annotation] = ACTIONS(4617), + [anon_sym_data] = ACTIONS(4617), + [anon_sym_inner] = ACTIONS(4617), + [anon_sym_override] = ACTIONS(4617), + [anon_sym_lateinit] = ACTIONS(4617), + [anon_sym_public] = ACTIONS(4617), + [anon_sym_private] = ACTIONS(4617), + [anon_sym_internal] = ACTIONS(4617), + [anon_sym_protected] = ACTIONS(4617), + [anon_sym_tailrec] = ACTIONS(4617), + [anon_sym_operator] = ACTIONS(4617), + [anon_sym_infix] = ACTIONS(4617), + [anon_sym_inline] = ACTIONS(4617), + [anon_sym_external] = ACTIONS(4617), + [sym_property_modifier] = ACTIONS(4617), + [anon_sym_abstract] = ACTIONS(4617), + [anon_sym_final] = ACTIONS(4617), + [anon_sym_open] = ACTIONS(4617), + [anon_sym_vararg] = ACTIONS(4617), + [anon_sym_noinline] = ACTIONS(4617), + [anon_sym_crossinline] = ACTIONS(4617), + [anon_sym_expect] = ACTIONS(4617), + [anon_sym_actual] = ACTIONS(4617), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4619), + [sym__automatic_semicolon] = ACTIONS(4619), + [sym_safe_nav] = ACTIONS(4619), [sym_multiline_comment] = ACTIONS(3), }, - [3670] = { - [sym__alpha_identifier] = ACTIONS(3254), - [anon_sym_AT] = ACTIONS(3256), - [anon_sym_LBRACK] = ACTIONS(3256), - [anon_sym_as] = ACTIONS(3254), - [anon_sym_EQ] = ACTIONS(3254), - [anon_sym_LBRACE] = ACTIONS(3256), - [anon_sym_RBRACE] = ACTIONS(3256), - [anon_sym_LPAREN] = ACTIONS(3256), - [anon_sym_COMMA] = ACTIONS(3256), - [anon_sym_LT] = ACTIONS(3254), - [anon_sym_GT] = ACTIONS(3254), - [anon_sym_where] = ACTIONS(3254), - [anon_sym_DOT] = ACTIONS(3254), - [anon_sym_SEMI] = ACTIONS(3256), - [anon_sym_get] = ACTIONS(3254), - [anon_sym_set] = ACTIONS(3254), - [anon_sym_STAR] = ACTIONS(3254), - [sym_label] = ACTIONS(3256), - [anon_sym_in] = ACTIONS(3254), - [anon_sym_DOT_DOT] = ACTIONS(3256), - [anon_sym_QMARK_COLON] = ACTIONS(3256), - [anon_sym_AMP_AMP] = ACTIONS(3256), - [anon_sym_PIPE_PIPE] = ACTIONS(3256), - [anon_sym_else] = ACTIONS(3254), - [anon_sym_COLON_COLON] = ACTIONS(3256), - [anon_sym_PLUS_EQ] = ACTIONS(3256), - [anon_sym_DASH_EQ] = ACTIONS(3256), - [anon_sym_STAR_EQ] = ACTIONS(3256), - [anon_sym_SLASH_EQ] = ACTIONS(3256), - [anon_sym_PERCENT_EQ] = ACTIONS(3256), - [anon_sym_BANG_EQ] = ACTIONS(3254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3256), - [anon_sym_EQ_EQ] = ACTIONS(3254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3256), - [anon_sym_LT_EQ] = ACTIONS(3256), - [anon_sym_GT_EQ] = ACTIONS(3256), - [anon_sym_BANGin] = ACTIONS(3256), - [anon_sym_is] = ACTIONS(3254), - [anon_sym_BANGis] = ACTIONS(3256), - [anon_sym_PLUS] = ACTIONS(3254), - [anon_sym_DASH] = ACTIONS(3254), - [anon_sym_SLASH] = ACTIONS(3254), - [anon_sym_PERCENT] = ACTIONS(3254), - [anon_sym_as_QMARK] = ACTIONS(3256), - [anon_sym_PLUS_PLUS] = ACTIONS(3256), - [anon_sym_DASH_DASH] = ACTIONS(3256), - [anon_sym_BANG_BANG] = ACTIONS(3256), - [anon_sym_suspend] = ACTIONS(3254), - [anon_sym_sealed] = ACTIONS(3254), - [anon_sym_annotation] = ACTIONS(3254), - [anon_sym_data] = ACTIONS(3254), - [anon_sym_inner] = ACTIONS(3254), - [anon_sym_override] = ACTIONS(3254), - [anon_sym_lateinit] = ACTIONS(3254), - [anon_sym_public] = ACTIONS(3254), - [anon_sym_private] = ACTIONS(3254), - [anon_sym_internal] = ACTIONS(3254), - [anon_sym_protected] = ACTIONS(3254), - [anon_sym_tailrec] = ACTIONS(3254), - [anon_sym_operator] = ACTIONS(3254), - [anon_sym_infix] = ACTIONS(3254), - [anon_sym_inline] = ACTIONS(3254), - [anon_sym_external] = ACTIONS(3254), - [sym_property_modifier] = ACTIONS(3254), - [anon_sym_abstract] = ACTIONS(3254), - [anon_sym_final] = ACTIONS(3254), - [anon_sym_open] = ACTIONS(3254), - [anon_sym_vararg] = ACTIONS(3254), - [anon_sym_noinline] = ACTIONS(3254), - [anon_sym_crossinline] = ACTIONS(3254), - [anon_sym_expect] = ACTIONS(3254), - [anon_sym_actual] = ACTIONS(3254), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3256), - [sym__automatic_semicolon] = ACTIONS(3256), - [sym_safe_nav] = ACTIONS(3256), + [3616] = { + [aux_sym__delegation_specifiers_repeat1] = STATE(3616), + [sym__alpha_identifier] = ACTIONS(4627), + [anon_sym_AT] = ACTIONS(4629), + [anon_sym_LBRACK] = ACTIONS(4629), + [anon_sym_as] = ACTIONS(4627), + [anon_sym_EQ] = ACTIONS(4627), + [anon_sym_LBRACE] = ACTIONS(4629), + [anon_sym_RBRACE] = ACTIONS(4629), + [anon_sym_LPAREN] = ACTIONS(4629), + [anon_sym_COMMA] = ACTIONS(6798), + [anon_sym_LT] = ACTIONS(4627), + [anon_sym_GT] = ACTIONS(4627), + [anon_sym_where] = ACTIONS(4627), + [anon_sym_DOT] = ACTIONS(4627), + [anon_sym_SEMI] = ACTIONS(4629), + [anon_sym_get] = ACTIONS(4627), + [anon_sym_set] = ACTIONS(4627), + [anon_sym_STAR] = ACTIONS(4627), + [sym_label] = ACTIONS(4629), + [anon_sym_in] = ACTIONS(4627), + [anon_sym_DOT_DOT] = ACTIONS(4629), + [anon_sym_QMARK_COLON] = ACTIONS(4629), + [anon_sym_AMP_AMP] = ACTIONS(4629), + [anon_sym_PIPE_PIPE] = ACTIONS(4629), + [anon_sym_else] = ACTIONS(4627), + [anon_sym_COLON_COLON] = ACTIONS(4629), + [anon_sym_PLUS_EQ] = ACTIONS(4629), + [anon_sym_DASH_EQ] = ACTIONS(4629), + [anon_sym_STAR_EQ] = ACTIONS(4629), + [anon_sym_SLASH_EQ] = ACTIONS(4629), + [anon_sym_PERCENT_EQ] = ACTIONS(4629), + [anon_sym_BANG_EQ] = ACTIONS(4627), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4629), + [anon_sym_EQ_EQ] = ACTIONS(4627), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4629), + [anon_sym_LT_EQ] = ACTIONS(4629), + [anon_sym_GT_EQ] = ACTIONS(4629), + [anon_sym_BANGin] = ACTIONS(4629), + [anon_sym_is] = ACTIONS(4627), + [anon_sym_BANGis] = ACTIONS(4629), + [anon_sym_PLUS] = ACTIONS(4627), + [anon_sym_DASH] = ACTIONS(4627), + [anon_sym_SLASH] = ACTIONS(4627), + [anon_sym_PERCENT] = ACTIONS(4627), + [anon_sym_as_QMARK] = ACTIONS(4629), + [anon_sym_PLUS_PLUS] = ACTIONS(4629), + [anon_sym_DASH_DASH] = ACTIONS(4629), + [anon_sym_BANG_BANG] = ACTIONS(4629), + [anon_sym_suspend] = ACTIONS(4627), + [anon_sym_sealed] = ACTIONS(4627), + [anon_sym_annotation] = ACTIONS(4627), + [anon_sym_data] = ACTIONS(4627), + [anon_sym_inner] = ACTIONS(4627), + [anon_sym_override] = ACTIONS(4627), + [anon_sym_lateinit] = ACTIONS(4627), + [anon_sym_public] = ACTIONS(4627), + [anon_sym_private] = ACTIONS(4627), + [anon_sym_internal] = ACTIONS(4627), + [anon_sym_protected] = ACTIONS(4627), + [anon_sym_tailrec] = ACTIONS(4627), + [anon_sym_operator] = ACTIONS(4627), + [anon_sym_infix] = ACTIONS(4627), + [anon_sym_inline] = ACTIONS(4627), + [anon_sym_external] = ACTIONS(4627), + [sym_property_modifier] = ACTIONS(4627), + [anon_sym_abstract] = ACTIONS(4627), + [anon_sym_final] = ACTIONS(4627), + [anon_sym_open] = ACTIONS(4627), + [anon_sym_vararg] = ACTIONS(4627), + [anon_sym_noinline] = ACTIONS(4627), + [anon_sym_crossinline] = ACTIONS(4627), + [anon_sym_expect] = ACTIONS(4627), + [anon_sym_actual] = ACTIONS(4627), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4629), + [sym__automatic_semicolon] = ACTIONS(4629), + [sym_safe_nav] = ACTIONS(4629), [sym_multiline_comment] = ACTIONS(3), }, - [3671] = { - [aux_sym_user_type_repeat1] = STATE(3671), - [sym__alpha_identifier] = ACTIONS(4304), - [anon_sym_AT] = ACTIONS(4306), - [anon_sym_LBRACK] = ACTIONS(4306), - [anon_sym_typealias] = ACTIONS(4304), - [anon_sym_class] = ACTIONS(4304), - [anon_sym_interface] = ACTIONS(4304), - [anon_sym_enum] = ACTIONS(4304), - [anon_sym_LBRACE] = ACTIONS(4306), - [anon_sym_LPAREN] = ACTIONS(4306), - [anon_sym_val] = ACTIONS(4304), - [anon_sym_var] = ACTIONS(4304), - [anon_sym_object] = ACTIONS(4304), - [anon_sym_fun] = ACTIONS(4304), - [anon_sym_DOT] = ACTIONS(6820), - [anon_sym_get] = ACTIONS(4304), - [anon_sym_set] = ACTIONS(4304), - [anon_sym_this] = ACTIONS(4304), - [anon_sym_super] = ACTIONS(4304), - [anon_sym_STAR] = ACTIONS(4306), - [sym_label] = ACTIONS(4304), - [anon_sym_for] = ACTIONS(4304), - [anon_sym_while] = ACTIONS(4304), - [anon_sym_do] = ACTIONS(4304), - [anon_sym_null] = ACTIONS(4304), - [anon_sym_if] = ACTIONS(4304), - [anon_sym_when] = ACTIONS(4304), - [anon_sym_try] = ACTIONS(4304), - [anon_sym_throw] = ACTIONS(4304), - [anon_sym_return] = ACTIONS(4304), - [anon_sym_continue] = ACTIONS(4304), - [anon_sym_break] = ACTIONS(4304), - [anon_sym_COLON_COLON] = ACTIONS(4306), - [anon_sym_PLUS] = ACTIONS(4304), - [anon_sym_DASH] = ACTIONS(4304), - [anon_sym_PLUS_PLUS] = ACTIONS(4306), - [anon_sym_DASH_DASH] = ACTIONS(4306), - [anon_sym_BANG] = ACTIONS(4306), - [anon_sym_suspend] = ACTIONS(4304), - [anon_sym_sealed] = ACTIONS(4304), - [anon_sym_annotation] = ACTIONS(4304), - [anon_sym_data] = ACTIONS(4304), - [anon_sym_inner] = ACTIONS(4304), - [anon_sym_override] = ACTIONS(4304), - [anon_sym_lateinit] = ACTIONS(4304), - [anon_sym_public] = ACTIONS(4304), - [anon_sym_private] = ACTIONS(4304), - [anon_sym_internal] = ACTIONS(4304), - [anon_sym_protected] = ACTIONS(4304), - [anon_sym_tailrec] = ACTIONS(4304), - [anon_sym_operator] = ACTIONS(4304), - [anon_sym_infix] = ACTIONS(4304), - [anon_sym_inline] = ACTIONS(4304), - [anon_sym_external] = ACTIONS(4304), - [sym_property_modifier] = ACTIONS(4304), - [anon_sym_abstract] = ACTIONS(4304), - [anon_sym_final] = ACTIONS(4304), - [anon_sym_open] = ACTIONS(4304), - [anon_sym_vararg] = ACTIONS(4304), - [anon_sym_noinline] = ACTIONS(4304), - [anon_sym_crossinline] = ACTIONS(4304), - [anon_sym_expect] = ACTIONS(4304), - [anon_sym_actual] = ACTIONS(4304), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4306), - [anon_sym_continue_AT] = ACTIONS(4306), - [anon_sym_break_AT] = ACTIONS(4306), - [sym_real_literal] = ACTIONS(4306), - [sym_integer_literal] = ACTIONS(4304), - [sym_hex_literal] = ACTIONS(4306), - [sym_bin_literal] = ACTIONS(4306), - [anon_sym_true] = ACTIONS(4304), - [anon_sym_false] = ACTIONS(4304), - [anon_sym_SQUOTE] = ACTIONS(4306), - [sym__backtick_identifier] = ACTIONS(4306), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4306), - }, - [3672] = { - [sym__alpha_identifier] = ACTIONS(4746), - [anon_sym_AT] = ACTIONS(4748), - [anon_sym_LBRACK] = ACTIONS(4748), - [anon_sym_as] = ACTIONS(4746), - [anon_sym_EQ] = ACTIONS(4746), - [anon_sym_LBRACE] = ACTIONS(4748), - [anon_sym_RBRACE] = ACTIONS(4748), - [anon_sym_LPAREN] = ACTIONS(4748), - [anon_sym_COMMA] = ACTIONS(4748), - [anon_sym_LT] = ACTIONS(4746), - [anon_sym_GT] = ACTIONS(4746), - [anon_sym_where] = ACTIONS(4746), - [anon_sym_DOT] = ACTIONS(4746), - [anon_sym_SEMI] = ACTIONS(4748), - [anon_sym_get] = ACTIONS(4746), - [anon_sym_set] = ACTIONS(4746), - [anon_sym_STAR] = ACTIONS(4746), - [sym_label] = ACTIONS(4748), - [anon_sym_in] = ACTIONS(4746), - [anon_sym_DOT_DOT] = ACTIONS(4748), - [anon_sym_QMARK_COLON] = ACTIONS(4748), - [anon_sym_AMP_AMP] = ACTIONS(4748), - [anon_sym_PIPE_PIPE] = ACTIONS(4748), - [anon_sym_else] = ACTIONS(4746), - [anon_sym_COLON_COLON] = ACTIONS(6823), - [anon_sym_PLUS_EQ] = ACTIONS(4748), - [anon_sym_DASH_EQ] = ACTIONS(4748), - [anon_sym_STAR_EQ] = ACTIONS(4748), - [anon_sym_SLASH_EQ] = ACTIONS(4748), - [anon_sym_PERCENT_EQ] = ACTIONS(4748), - [anon_sym_BANG_EQ] = ACTIONS(4746), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4748), - [anon_sym_EQ_EQ] = ACTIONS(4746), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4748), - [anon_sym_LT_EQ] = ACTIONS(4748), - [anon_sym_GT_EQ] = ACTIONS(4748), - [anon_sym_BANGin] = ACTIONS(4748), - [anon_sym_is] = ACTIONS(4746), - [anon_sym_BANGis] = ACTIONS(4748), - [anon_sym_PLUS] = ACTIONS(4746), - [anon_sym_DASH] = ACTIONS(4746), - [anon_sym_SLASH] = ACTIONS(4746), - [anon_sym_PERCENT] = ACTIONS(4746), - [anon_sym_as_QMARK] = ACTIONS(4748), - [anon_sym_PLUS_PLUS] = ACTIONS(4748), - [anon_sym_DASH_DASH] = ACTIONS(4748), - [anon_sym_BANG_BANG] = ACTIONS(4748), - [anon_sym_suspend] = ACTIONS(4746), - [anon_sym_sealed] = ACTIONS(4746), - [anon_sym_annotation] = ACTIONS(4746), - [anon_sym_data] = ACTIONS(4746), - [anon_sym_inner] = ACTIONS(4746), - [anon_sym_override] = ACTIONS(4746), - [anon_sym_lateinit] = ACTIONS(4746), - [anon_sym_public] = ACTIONS(4746), - [anon_sym_private] = ACTIONS(4746), - [anon_sym_internal] = ACTIONS(4746), - [anon_sym_protected] = ACTIONS(4746), - [anon_sym_tailrec] = ACTIONS(4746), - [anon_sym_operator] = ACTIONS(4746), - [anon_sym_infix] = ACTIONS(4746), - [anon_sym_inline] = ACTIONS(4746), - [anon_sym_external] = ACTIONS(4746), - [sym_property_modifier] = ACTIONS(4746), - [anon_sym_abstract] = ACTIONS(4746), - [anon_sym_final] = ACTIONS(4746), - [anon_sym_open] = ACTIONS(4746), - [anon_sym_vararg] = ACTIONS(4746), - [anon_sym_noinline] = ACTIONS(4746), - [anon_sym_crossinline] = ACTIONS(4746), - [anon_sym_expect] = ACTIONS(4746), - [anon_sym_actual] = ACTIONS(4746), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4748), - [sym__automatic_semicolon] = ACTIONS(4748), - [sym_safe_nav] = ACTIONS(4748), + [3617] = { + [sym_function_body] = STATE(3317), + [sym__block] = STATE(3464), + [sym__alpha_identifier] = ACTIONS(4256), + [anon_sym_AT] = ACTIONS(4258), + [anon_sym_LBRACK] = ACTIONS(4258), + [anon_sym_as] = ACTIONS(4256), + [anon_sym_EQ] = ACTIONS(6389), + [anon_sym_LBRACE] = ACTIONS(6233), + [anon_sym_RBRACE] = ACTIONS(4258), + [anon_sym_LPAREN] = ACTIONS(4258), + [anon_sym_RPAREN] = ACTIONS(4258), + [anon_sym_LT] = ACTIONS(4256), + [anon_sym_GT] = ACTIONS(4256), + [anon_sym_DOT] = ACTIONS(4256), + [anon_sym_SEMI] = ACTIONS(4258), + [anon_sym_get] = ACTIONS(4256), + [anon_sym_set] = ACTIONS(4256), + [anon_sym_STAR] = ACTIONS(4256), + [sym_label] = ACTIONS(4258), + [anon_sym_in] = ACTIONS(4256), + [anon_sym_while] = ACTIONS(4256), + [anon_sym_DOT_DOT] = ACTIONS(4258), + [anon_sym_QMARK_COLON] = ACTIONS(4258), + [anon_sym_AMP_AMP] = ACTIONS(4258), + [anon_sym_PIPE_PIPE] = ACTIONS(4258), + [anon_sym_else] = ACTIONS(4256), + [anon_sym_COLON_COLON] = ACTIONS(4258), + [anon_sym_PLUS_EQ] = ACTIONS(4258), + [anon_sym_DASH_EQ] = ACTIONS(4258), + [anon_sym_STAR_EQ] = ACTIONS(4258), + [anon_sym_SLASH_EQ] = ACTIONS(4258), + [anon_sym_PERCENT_EQ] = ACTIONS(4258), + [anon_sym_BANG_EQ] = ACTIONS(4256), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4258), + [anon_sym_EQ_EQ] = ACTIONS(4256), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4258), + [anon_sym_LT_EQ] = ACTIONS(4258), + [anon_sym_GT_EQ] = ACTIONS(4258), + [anon_sym_BANGin] = ACTIONS(4258), + [anon_sym_is] = ACTIONS(4256), + [anon_sym_BANGis] = ACTIONS(4258), + [anon_sym_PLUS] = ACTIONS(4256), + [anon_sym_DASH] = ACTIONS(4256), + [anon_sym_SLASH] = ACTIONS(4256), + [anon_sym_PERCENT] = ACTIONS(4256), + [anon_sym_as_QMARK] = ACTIONS(4258), + [anon_sym_PLUS_PLUS] = ACTIONS(4258), + [anon_sym_DASH_DASH] = ACTIONS(4258), + [anon_sym_BANG_BANG] = ACTIONS(4258), + [anon_sym_suspend] = ACTIONS(4256), + [anon_sym_sealed] = ACTIONS(4256), + [anon_sym_annotation] = ACTIONS(4256), + [anon_sym_data] = ACTIONS(4256), + [anon_sym_inner] = ACTIONS(4256), + [anon_sym_override] = ACTIONS(4256), + [anon_sym_lateinit] = ACTIONS(4256), + [anon_sym_public] = ACTIONS(4256), + [anon_sym_private] = ACTIONS(4256), + [anon_sym_internal] = ACTIONS(4256), + [anon_sym_protected] = ACTIONS(4256), + [anon_sym_tailrec] = ACTIONS(4256), + [anon_sym_operator] = ACTIONS(4256), + [anon_sym_infix] = ACTIONS(4256), + [anon_sym_inline] = ACTIONS(4256), + [anon_sym_external] = ACTIONS(4256), + [sym_property_modifier] = ACTIONS(4256), + [anon_sym_abstract] = ACTIONS(4256), + [anon_sym_final] = ACTIONS(4256), + [anon_sym_open] = ACTIONS(4256), + [anon_sym_vararg] = ACTIONS(4256), + [anon_sym_noinline] = ACTIONS(4256), + [anon_sym_crossinline] = ACTIONS(4256), + [anon_sym_expect] = ACTIONS(4256), + [anon_sym_actual] = ACTIONS(4256), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4258), + [sym_safe_nav] = ACTIONS(4258), [sym_multiline_comment] = ACTIONS(3), }, - [3673] = { - [sym__alpha_identifier] = ACTIONS(5067), - [anon_sym_AT] = ACTIONS(5069), - [anon_sym_LBRACK] = ACTIONS(5069), - [anon_sym_as] = ACTIONS(5067), - [anon_sym_EQ] = ACTIONS(5067), - [anon_sym_LBRACE] = ACTIONS(5069), - [anon_sym_RBRACE] = ACTIONS(5069), - [anon_sym_LPAREN] = ACTIONS(5069), - [anon_sym_COMMA] = ACTIONS(5069), - [anon_sym_LT] = ACTIONS(5067), - [anon_sym_GT] = ACTIONS(5067), - [anon_sym_where] = ACTIONS(5067), - [anon_sym_DOT] = ACTIONS(5067), - [anon_sym_SEMI] = ACTIONS(5069), - [anon_sym_get] = ACTIONS(5067), - [anon_sym_set] = ACTIONS(5067), - [anon_sym_STAR] = ACTIONS(5067), - [sym_label] = ACTIONS(5069), - [anon_sym_in] = ACTIONS(5067), - [anon_sym_DOT_DOT] = ACTIONS(5069), - [anon_sym_QMARK_COLON] = ACTIONS(5069), - [anon_sym_AMP_AMP] = ACTIONS(5069), - [anon_sym_PIPE_PIPE] = ACTIONS(5069), - [anon_sym_else] = ACTIONS(6826), - [anon_sym_COLON_COLON] = ACTIONS(5069), - [anon_sym_PLUS_EQ] = ACTIONS(5069), - [anon_sym_DASH_EQ] = ACTIONS(5069), - [anon_sym_STAR_EQ] = ACTIONS(5069), - [anon_sym_SLASH_EQ] = ACTIONS(5069), - [anon_sym_PERCENT_EQ] = ACTIONS(5069), - [anon_sym_BANG_EQ] = ACTIONS(5067), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5069), - [anon_sym_EQ_EQ] = ACTIONS(5067), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5069), - [anon_sym_LT_EQ] = ACTIONS(5069), - [anon_sym_GT_EQ] = ACTIONS(5069), - [anon_sym_BANGin] = ACTIONS(5069), - [anon_sym_is] = ACTIONS(5067), - [anon_sym_BANGis] = ACTIONS(5069), - [anon_sym_PLUS] = ACTIONS(5067), - [anon_sym_DASH] = ACTIONS(5067), - [anon_sym_SLASH] = ACTIONS(5067), - [anon_sym_PERCENT] = ACTIONS(5067), - [anon_sym_as_QMARK] = ACTIONS(5069), - [anon_sym_PLUS_PLUS] = ACTIONS(5069), - [anon_sym_DASH_DASH] = ACTIONS(5069), - [anon_sym_BANG_BANG] = ACTIONS(5069), - [anon_sym_suspend] = ACTIONS(5067), - [anon_sym_sealed] = ACTIONS(5067), - [anon_sym_annotation] = ACTIONS(5067), - [anon_sym_data] = ACTIONS(5067), - [anon_sym_inner] = ACTIONS(5067), - [anon_sym_override] = ACTIONS(5067), - [anon_sym_lateinit] = ACTIONS(5067), - [anon_sym_public] = ACTIONS(5067), - [anon_sym_private] = ACTIONS(5067), - [anon_sym_internal] = ACTIONS(5067), - [anon_sym_protected] = ACTIONS(5067), - [anon_sym_tailrec] = ACTIONS(5067), - [anon_sym_operator] = ACTIONS(5067), - [anon_sym_infix] = ACTIONS(5067), - [anon_sym_inline] = ACTIONS(5067), - [anon_sym_external] = ACTIONS(5067), - [sym_property_modifier] = ACTIONS(5067), - [anon_sym_abstract] = ACTIONS(5067), - [anon_sym_final] = ACTIONS(5067), - [anon_sym_open] = ACTIONS(5067), - [anon_sym_vararg] = ACTIONS(5067), - [anon_sym_noinline] = ACTIONS(5067), - [anon_sym_crossinline] = ACTIONS(5067), - [anon_sym_expect] = ACTIONS(5067), - [anon_sym_actual] = ACTIONS(5067), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5069), - [sym__automatic_semicolon] = ACTIONS(5069), - [sym_safe_nav] = ACTIONS(5069), + [3618] = { + [sym__alpha_identifier] = ACTIONS(4244), + [anon_sym_AT] = ACTIONS(4246), + [anon_sym_LBRACK] = ACTIONS(4246), + [anon_sym_EQ] = ACTIONS(4246), + [anon_sym_LBRACE] = ACTIONS(4246), + [anon_sym_RBRACE] = ACTIONS(4246), + [anon_sym_LPAREN] = ACTIONS(4246), + [anon_sym_COMMA] = ACTIONS(4246), + [anon_sym_by] = ACTIONS(4244), + [anon_sym_where] = ACTIONS(4244), + [anon_sym_object] = ACTIONS(4244), + [anon_sym_fun] = ACTIONS(4244), + [anon_sym_SEMI] = ACTIONS(4246), + [anon_sym_get] = ACTIONS(4244), + [anon_sym_set] = ACTIONS(4244), + [anon_sym_this] = ACTIONS(4244), + [anon_sym_super] = ACTIONS(4244), + [anon_sym_STAR] = ACTIONS(4246), + [sym_label] = ACTIONS(4244), + [anon_sym_in] = ACTIONS(4244), + [anon_sym_null] = ACTIONS(4244), + [anon_sym_if] = ACTIONS(4244), + [anon_sym_else] = ACTIONS(4244), + [anon_sym_when] = ACTIONS(4244), + [anon_sym_try] = ACTIONS(4244), + [anon_sym_throw] = ACTIONS(4244), + [anon_sym_return] = ACTIONS(4244), + [anon_sym_continue] = ACTIONS(4244), + [anon_sym_break] = ACTIONS(4244), + [anon_sym_COLON_COLON] = ACTIONS(4246), + [anon_sym_BANGin] = ACTIONS(4246), + [anon_sym_is] = ACTIONS(4244), + [anon_sym_BANGis] = ACTIONS(4246), + [anon_sym_PLUS] = ACTIONS(4244), + [anon_sym_DASH] = ACTIONS(4244), + [anon_sym_PLUS_PLUS] = ACTIONS(4246), + [anon_sym_DASH_DASH] = ACTIONS(4246), + [anon_sym_BANG] = ACTIONS(4244), + [anon_sym_suspend] = ACTIONS(4244), + [anon_sym_sealed] = ACTIONS(4244), + [anon_sym_annotation] = ACTIONS(4244), + [anon_sym_data] = ACTIONS(4244), + [anon_sym_inner] = ACTIONS(4244), + [anon_sym_override] = ACTIONS(4244), + [anon_sym_lateinit] = ACTIONS(4244), + [anon_sym_public] = ACTIONS(4244), + [anon_sym_private] = ACTIONS(4244), + [anon_sym_internal] = ACTIONS(4244), + [anon_sym_protected] = ACTIONS(4244), + [anon_sym_tailrec] = ACTIONS(4244), + [anon_sym_operator] = ACTIONS(4244), + [anon_sym_infix] = ACTIONS(4244), + [anon_sym_inline] = ACTIONS(4244), + [anon_sym_external] = ACTIONS(4244), + [sym_property_modifier] = ACTIONS(4244), + [anon_sym_abstract] = ACTIONS(4244), + [anon_sym_final] = ACTIONS(4244), + [anon_sym_open] = ACTIONS(4244), + [anon_sym_vararg] = ACTIONS(4244), + [anon_sym_noinline] = ACTIONS(4244), + [anon_sym_crossinline] = ACTIONS(4244), + [anon_sym_expect] = ACTIONS(4244), + [anon_sym_actual] = ACTIONS(4244), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4246), + [anon_sym_continue_AT] = ACTIONS(4246), + [anon_sym_break_AT] = ACTIONS(4246), + [sym_real_literal] = ACTIONS(4246), + [sym_integer_literal] = ACTIONS(4244), + [sym_hex_literal] = ACTIONS(4246), + [sym_bin_literal] = ACTIONS(4246), + [anon_sym_true] = ACTIONS(4244), + [anon_sym_false] = ACTIONS(4244), + [anon_sym_SQUOTE] = ACTIONS(4246), + [sym__backtick_identifier] = ACTIONS(4246), + [sym__automatic_semicolon] = ACTIONS(4246), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4246), + }, + [3619] = { + [sym_function_body] = STATE(3267), + [sym__block] = STATE(3464), + [sym__alpha_identifier] = ACTIONS(4260), + [anon_sym_AT] = ACTIONS(4262), + [anon_sym_LBRACK] = ACTIONS(4262), + [anon_sym_as] = ACTIONS(4260), + [anon_sym_EQ] = ACTIONS(6389), + [anon_sym_LBRACE] = ACTIONS(6233), + [anon_sym_RBRACE] = ACTIONS(4262), + [anon_sym_LPAREN] = ACTIONS(4262), + [anon_sym_RPAREN] = ACTIONS(4262), + [anon_sym_LT] = ACTIONS(4260), + [anon_sym_GT] = ACTIONS(4260), + [anon_sym_DOT] = ACTIONS(4260), + [anon_sym_SEMI] = ACTIONS(4262), + [anon_sym_get] = ACTIONS(4260), + [anon_sym_set] = ACTIONS(4260), + [anon_sym_STAR] = ACTIONS(4260), + [sym_label] = ACTIONS(4262), + [anon_sym_in] = ACTIONS(4260), + [anon_sym_while] = ACTIONS(4260), + [anon_sym_DOT_DOT] = ACTIONS(4262), + [anon_sym_QMARK_COLON] = ACTIONS(4262), + [anon_sym_AMP_AMP] = ACTIONS(4262), + [anon_sym_PIPE_PIPE] = ACTIONS(4262), + [anon_sym_else] = ACTIONS(4260), + [anon_sym_COLON_COLON] = ACTIONS(4262), + [anon_sym_PLUS_EQ] = ACTIONS(4262), + [anon_sym_DASH_EQ] = ACTIONS(4262), + [anon_sym_STAR_EQ] = ACTIONS(4262), + [anon_sym_SLASH_EQ] = ACTIONS(4262), + [anon_sym_PERCENT_EQ] = ACTIONS(4262), + [anon_sym_BANG_EQ] = ACTIONS(4260), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4262), + [anon_sym_EQ_EQ] = ACTIONS(4260), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4262), + [anon_sym_LT_EQ] = ACTIONS(4262), + [anon_sym_GT_EQ] = ACTIONS(4262), + [anon_sym_BANGin] = ACTIONS(4262), + [anon_sym_is] = ACTIONS(4260), + [anon_sym_BANGis] = ACTIONS(4262), + [anon_sym_PLUS] = ACTIONS(4260), + [anon_sym_DASH] = ACTIONS(4260), + [anon_sym_SLASH] = ACTIONS(4260), + [anon_sym_PERCENT] = ACTIONS(4260), + [anon_sym_as_QMARK] = ACTIONS(4262), + [anon_sym_PLUS_PLUS] = ACTIONS(4262), + [anon_sym_DASH_DASH] = ACTIONS(4262), + [anon_sym_BANG_BANG] = ACTIONS(4262), + [anon_sym_suspend] = ACTIONS(4260), + [anon_sym_sealed] = ACTIONS(4260), + [anon_sym_annotation] = ACTIONS(4260), + [anon_sym_data] = ACTIONS(4260), + [anon_sym_inner] = ACTIONS(4260), + [anon_sym_override] = ACTIONS(4260), + [anon_sym_lateinit] = ACTIONS(4260), + [anon_sym_public] = ACTIONS(4260), + [anon_sym_private] = ACTIONS(4260), + [anon_sym_internal] = ACTIONS(4260), + [anon_sym_protected] = ACTIONS(4260), + [anon_sym_tailrec] = ACTIONS(4260), + [anon_sym_operator] = ACTIONS(4260), + [anon_sym_infix] = ACTIONS(4260), + [anon_sym_inline] = ACTIONS(4260), + [anon_sym_external] = ACTIONS(4260), + [sym_property_modifier] = ACTIONS(4260), + [anon_sym_abstract] = ACTIONS(4260), + [anon_sym_final] = ACTIONS(4260), + [anon_sym_open] = ACTIONS(4260), + [anon_sym_vararg] = ACTIONS(4260), + [anon_sym_noinline] = ACTIONS(4260), + [anon_sym_crossinline] = ACTIONS(4260), + [anon_sym_expect] = ACTIONS(4260), + [anon_sym_actual] = ACTIONS(4260), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4262), + [sym_safe_nav] = ACTIONS(4262), [sym_multiline_comment] = ACTIONS(3), }, - [3674] = { - [sym__alpha_identifier] = ACTIONS(4797), - [anon_sym_AT] = ACTIONS(4799), - [anon_sym_LBRACK] = ACTIONS(4799), - [anon_sym_as] = ACTIONS(4797), - [anon_sym_EQ] = ACTIONS(4797), - [anon_sym_LBRACE] = ACTIONS(4799), - [anon_sym_RBRACE] = ACTIONS(4799), - [anon_sym_LPAREN] = ACTIONS(4799), - [anon_sym_COMMA] = ACTIONS(4799), - [anon_sym_LT] = ACTIONS(4797), - [anon_sym_GT] = ACTIONS(4797), - [anon_sym_where] = ACTIONS(4797), - [anon_sym_DOT] = ACTIONS(4797), - [anon_sym_SEMI] = ACTIONS(4799), - [anon_sym_get] = ACTIONS(4797), - [anon_sym_set] = ACTIONS(4797), - [anon_sym_STAR] = ACTIONS(4797), - [sym_label] = ACTIONS(4799), - [anon_sym_in] = ACTIONS(4797), - [anon_sym_DOT_DOT] = ACTIONS(4799), - [anon_sym_QMARK_COLON] = ACTIONS(4799), - [anon_sym_AMP_AMP] = ACTIONS(4799), - [anon_sym_PIPE_PIPE] = ACTIONS(4799), - [anon_sym_else] = ACTIONS(4797), - [anon_sym_COLON_COLON] = ACTIONS(4799), - [anon_sym_PLUS_EQ] = ACTIONS(4799), - [anon_sym_DASH_EQ] = ACTIONS(4799), - [anon_sym_STAR_EQ] = ACTIONS(4799), - [anon_sym_SLASH_EQ] = ACTIONS(4799), - [anon_sym_PERCENT_EQ] = ACTIONS(4799), - [anon_sym_BANG_EQ] = ACTIONS(4797), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4799), - [anon_sym_EQ_EQ] = ACTIONS(4797), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4799), - [anon_sym_LT_EQ] = ACTIONS(4799), - [anon_sym_GT_EQ] = ACTIONS(4799), - [anon_sym_BANGin] = ACTIONS(4799), - [anon_sym_is] = ACTIONS(4797), - [anon_sym_BANGis] = ACTIONS(4799), - [anon_sym_PLUS] = ACTIONS(4797), - [anon_sym_DASH] = ACTIONS(4797), - [anon_sym_SLASH] = ACTIONS(4797), - [anon_sym_PERCENT] = ACTIONS(4797), - [anon_sym_as_QMARK] = ACTIONS(4799), - [anon_sym_PLUS_PLUS] = ACTIONS(4799), - [anon_sym_DASH_DASH] = ACTIONS(4799), - [anon_sym_BANG_BANG] = ACTIONS(4799), - [anon_sym_suspend] = ACTIONS(4797), - [anon_sym_sealed] = ACTIONS(4797), - [anon_sym_annotation] = ACTIONS(4797), - [anon_sym_data] = ACTIONS(4797), - [anon_sym_inner] = ACTIONS(4797), - [anon_sym_override] = ACTIONS(4797), - [anon_sym_lateinit] = ACTIONS(4797), - [anon_sym_public] = ACTIONS(4797), - [anon_sym_private] = ACTIONS(4797), - [anon_sym_internal] = ACTIONS(4797), - [anon_sym_protected] = ACTIONS(4797), - [anon_sym_tailrec] = ACTIONS(4797), - [anon_sym_operator] = ACTIONS(4797), - [anon_sym_infix] = ACTIONS(4797), - [anon_sym_inline] = ACTIONS(4797), - [anon_sym_external] = ACTIONS(4797), - [sym_property_modifier] = ACTIONS(4797), - [anon_sym_abstract] = ACTIONS(4797), - [anon_sym_final] = ACTIONS(4797), - [anon_sym_open] = ACTIONS(4797), - [anon_sym_vararg] = ACTIONS(4797), - [anon_sym_noinline] = ACTIONS(4797), - [anon_sym_crossinline] = ACTIONS(4797), - [anon_sym_expect] = ACTIONS(4797), - [anon_sym_actual] = ACTIONS(4797), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4799), - [sym__automatic_semicolon] = ACTIONS(4799), - [sym_safe_nav] = ACTIONS(4799), + [3620] = { + [sym_enum_class_body] = STATE(3796), + [sym__alpha_identifier] = ACTIONS(3186), + [anon_sym_AT] = ACTIONS(3190), + [anon_sym_LBRACK] = ACTIONS(3190), + [anon_sym_as] = ACTIONS(3186), + [anon_sym_EQ] = ACTIONS(3186), + [anon_sym_LBRACE] = ACTIONS(5415), + [anon_sym_RBRACE] = ACTIONS(3190), + [anon_sym_LPAREN] = ACTIONS(3190), + [anon_sym_COMMA] = ACTIONS(3190), + [anon_sym_LT] = ACTIONS(3186), + [anon_sym_GT] = ACTIONS(3186), + [anon_sym_where] = ACTIONS(3186), + [anon_sym_DOT] = ACTIONS(3186), + [anon_sym_SEMI] = ACTIONS(3190), + [anon_sym_get] = ACTIONS(3186), + [anon_sym_set] = ACTIONS(3186), + [anon_sym_STAR] = ACTIONS(3186), + [sym_label] = ACTIONS(3190), + [anon_sym_in] = ACTIONS(3186), + [anon_sym_DOT_DOT] = ACTIONS(3190), + [anon_sym_QMARK_COLON] = ACTIONS(3190), + [anon_sym_AMP_AMP] = ACTIONS(3190), + [anon_sym_PIPE_PIPE] = ACTIONS(3190), + [anon_sym_else] = ACTIONS(3186), + [anon_sym_COLON_COLON] = ACTIONS(3190), + [anon_sym_PLUS_EQ] = ACTIONS(3190), + [anon_sym_DASH_EQ] = ACTIONS(3190), + [anon_sym_STAR_EQ] = ACTIONS(3190), + [anon_sym_SLASH_EQ] = ACTIONS(3190), + [anon_sym_PERCENT_EQ] = ACTIONS(3190), + [anon_sym_BANG_EQ] = ACTIONS(3186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3190), + [anon_sym_EQ_EQ] = ACTIONS(3186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3190), + [anon_sym_LT_EQ] = ACTIONS(3190), + [anon_sym_GT_EQ] = ACTIONS(3190), + [anon_sym_BANGin] = ACTIONS(3190), + [anon_sym_is] = ACTIONS(3186), + [anon_sym_BANGis] = ACTIONS(3190), + [anon_sym_PLUS] = ACTIONS(3186), + [anon_sym_DASH] = ACTIONS(3186), + [anon_sym_SLASH] = ACTIONS(3186), + [anon_sym_PERCENT] = ACTIONS(3186), + [anon_sym_as_QMARK] = ACTIONS(3190), + [anon_sym_PLUS_PLUS] = ACTIONS(3190), + [anon_sym_DASH_DASH] = ACTIONS(3190), + [anon_sym_BANG_BANG] = ACTIONS(3190), + [anon_sym_suspend] = ACTIONS(3186), + [anon_sym_sealed] = ACTIONS(3186), + [anon_sym_annotation] = ACTIONS(3186), + [anon_sym_data] = ACTIONS(3186), + [anon_sym_inner] = ACTIONS(3186), + [anon_sym_override] = ACTIONS(3186), + [anon_sym_lateinit] = ACTIONS(3186), + [anon_sym_public] = ACTIONS(3186), + [anon_sym_private] = ACTIONS(3186), + [anon_sym_internal] = ACTIONS(3186), + [anon_sym_protected] = ACTIONS(3186), + [anon_sym_tailrec] = ACTIONS(3186), + [anon_sym_operator] = ACTIONS(3186), + [anon_sym_infix] = ACTIONS(3186), + [anon_sym_inline] = ACTIONS(3186), + [anon_sym_external] = ACTIONS(3186), + [sym_property_modifier] = ACTIONS(3186), + [anon_sym_abstract] = ACTIONS(3186), + [anon_sym_final] = ACTIONS(3186), + [anon_sym_open] = ACTIONS(3186), + [anon_sym_vararg] = ACTIONS(3186), + [anon_sym_noinline] = ACTIONS(3186), + [anon_sym_crossinline] = ACTIONS(3186), + [anon_sym_expect] = ACTIONS(3186), + [anon_sym_actual] = ACTIONS(3186), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3190), + [sym__automatic_semicolon] = ACTIONS(3190), + [sym_safe_nav] = ACTIONS(3190), [sym_multiline_comment] = ACTIONS(3), }, - [3675] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2327), - [sym__comparison_operator] = STATE(2323), - [sym__in_operator] = STATE(2322), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2320), - [sym__multiplicative_operator] = STATE(2319), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2317), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [3621] = { + [sym__alpha_identifier] = ACTIONS(4792), + [anon_sym_AT] = ACTIONS(4794), + [anon_sym_LBRACK] = ACTIONS(4794), + [anon_sym_as] = ACTIONS(4792), + [anon_sym_EQ] = ACTIONS(4792), + [anon_sym_LBRACE] = ACTIONS(4794), + [anon_sym_RBRACE] = ACTIONS(4794), + [anon_sym_LPAREN] = ACTIONS(4794), + [anon_sym_LT] = ACTIONS(4792), + [anon_sym_GT] = ACTIONS(4792), + [anon_sym_object] = ACTIONS(4792), + [anon_sym_fun] = ACTIONS(4792), + [anon_sym_DOT] = ACTIONS(4792), + [anon_sym_SEMI] = ACTIONS(6801), + [anon_sym_get] = ACTIONS(4792), + [anon_sym_set] = ACTIONS(4792), + [anon_sym_this] = ACTIONS(4792), + [anon_sym_super] = ACTIONS(4792), + [anon_sym_STAR] = ACTIONS(4792), + [sym_label] = ACTIONS(4792), + [anon_sym_in] = ACTIONS(4792), + [anon_sym_DOT_DOT] = ACTIONS(4794), + [anon_sym_QMARK_COLON] = ACTIONS(4794), + [anon_sym_AMP_AMP] = ACTIONS(4794), + [anon_sym_PIPE_PIPE] = ACTIONS(4794), + [anon_sym_null] = ACTIONS(4792), + [anon_sym_if] = ACTIONS(4792), + [anon_sym_else] = ACTIONS(6803), + [anon_sym_when] = ACTIONS(4792), + [anon_sym_try] = ACTIONS(4792), + [anon_sym_throw] = ACTIONS(4792), + [anon_sym_return] = ACTIONS(4792), + [anon_sym_continue] = ACTIONS(4792), + [anon_sym_break] = ACTIONS(4792), + [anon_sym_COLON_COLON] = ACTIONS(4794), + [anon_sym_PLUS_EQ] = ACTIONS(4794), + [anon_sym_DASH_EQ] = ACTIONS(4794), + [anon_sym_STAR_EQ] = ACTIONS(4794), + [anon_sym_SLASH_EQ] = ACTIONS(4794), + [anon_sym_PERCENT_EQ] = ACTIONS(4794), + [anon_sym_BANG_EQ] = ACTIONS(4792), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4794), + [anon_sym_EQ_EQ] = ACTIONS(4792), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4794), + [anon_sym_LT_EQ] = ACTIONS(4794), + [anon_sym_GT_EQ] = ACTIONS(4794), + [anon_sym_BANGin] = ACTIONS(4794), + [anon_sym_is] = ACTIONS(4792), + [anon_sym_BANGis] = ACTIONS(4794), + [anon_sym_PLUS] = ACTIONS(4792), + [anon_sym_DASH] = ACTIONS(4792), + [anon_sym_SLASH] = ACTIONS(4792), + [anon_sym_PERCENT] = ACTIONS(4792), + [anon_sym_as_QMARK] = ACTIONS(4794), + [anon_sym_PLUS_PLUS] = ACTIONS(4794), + [anon_sym_DASH_DASH] = ACTIONS(4794), + [anon_sym_BANG] = ACTIONS(4792), + [anon_sym_BANG_BANG] = ACTIONS(4794), + [anon_sym_data] = ACTIONS(4792), + [anon_sym_inner] = ACTIONS(4792), + [anon_sym_expect] = ACTIONS(4792), + [anon_sym_actual] = ACTIONS(4792), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4794), + [anon_sym_continue_AT] = ACTIONS(4794), + [anon_sym_break_AT] = ACTIONS(4794), + [sym_real_literal] = ACTIONS(4794), + [sym_integer_literal] = ACTIONS(4792), + [sym_hex_literal] = ACTIONS(4794), + [sym_bin_literal] = ACTIONS(4794), + [anon_sym_true] = ACTIONS(4792), + [anon_sym_false] = ACTIONS(4792), + [anon_sym_SQUOTE] = ACTIONS(4794), + [sym__backtick_identifier] = ACTIONS(4794), + [sym__automatic_semicolon] = ACTIONS(4794), + [sym_safe_nav] = ACTIONS(4794), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4794), + }, + [3622] = { + [sym__alpha_identifier] = ACTIONS(4792), + [anon_sym_AT] = ACTIONS(4794), + [anon_sym_LBRACK] = ACTIONS(4794), + [anon_sym_as] = ACTIONS(4792), + [anon_sym_EQ] = ACTIONS(4792), + [anon_sym_LBRACE] = ACTIONS(4794), + [anon_sym_RBRACE] = ACTIONS(4794), + [anon_sym_LPAREN] = ACTIONS(4794), + [anon_sym_LT] = ACTIONS(4792), + [anon_sym_GT] = ACTIONS(4792), + [anon_sym_object] = ACTIONS(4792), + [anon_sym_fun] = ACTIONS(4792), + [anon_sym_DOT] = ACTIONS(4792), + [anon_sym_SEMI] = ACTIONS(4794), + [anon_sym_get] = ACTIONS(4792), + [anon_sym_set] = ACTIONS(4792), + [anon_sym_this] = ACTIONS(4792), + [anon_sym_super] = ACTIONS(4792), + [anon_sym_STAR] = ACTIONS(4792), + [sym_label] = ACTIONS(4792), + [anon_sym_in] = ACTIONS(4792), + [anon_sym_DOT_DOT] = ACTIONS(4794), + [anon_sym_QMARK_COLON] = ACTIONS(4794), + [anon_sym_AMP_AMP] = ACTIONS(4794), + [anon_sym_PIPE_PIPE] = ACTIONS(4794), + [anon_sym_null] = ACTIONS(4792), + [anon_sym_if] = ACTIONS(4792), + [anon_sym_else] = ACTIONS(6803), + [anon_sym_when] = ACTIONS(4792), + [anon_sym_try] = ACTIONS(4792), + [anon_sym_throw] = ACTIONS(4792), + [anon_sym_return] = ACTIONS(4792), + [anon_sym_continue] = ACTIONS(4792), + [anon_sym_break] = ACTIONS(4792), + [anon_sym_COLON_COLON] = ACTIONS(4794), + [anon_sym_PLUS_EQ] = ACTIONS(4794), + [anon_sym_DASH_EQ] = ACTIONS(4794), + [anon_sym_STAR_EQ] = ACTIONS(4794), + [anon_sym_SLASH_EQ] = ACTIONS(4794), + [anon_sym_PERCENT_EQ] = ACTIONS(4794), + [anon_sym_BANG_EQ] = ACTIONS(4792), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4794), + [anon_sym_EQ_EQ] = ACTIONS(4792), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4794), + [anon_sym_LT_EQ] = ACTIONS(4794), + [anon_sym_GT_EQ] = ACTIONS(4794), + [anon_sym_BANGin] = ACTIONS(4794), + [anon_sym_is] = ACTIONS(4792), + [anon_sym_BANGis] = ACTIONS(4794), + [anon_sym_PLUS] = ACTIONS(4792), + [anon_sym_DASH] = ACTIONS(4792), + [anon_sym_SLASH] = ACTIONS(4792), + [anon_sym_PERCENT] = ACTIONS(4792), + [anon_sym_as_QMARK] = ACTIONS(4794), + [anon_sym_PLUS_PLUS] = ACTIONS(4794), + [anon_sym_DASH_DASH] = ACTIONS(4794), + [anon_sym_BANG] = ACTIONS(4792), + [anon_sym_BANG_BANG] = ACTIONS(4794), + [anon_sym_data] = ACTIONS(4792), + [anon_sym_inner] = ACTIONS(4792), + [anon_sym_expect] = ACTIONS(4792), + [anon_sym_actual] = ACTIONS(4792), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4794), + [anon_sym_continue_AT] = ACTIONS(4794), + [anon_sym_break_AT] = ACTIONS(4794), + [sym_real_literal] = ACTIONS(4794), + [sym_integer_literal] = ACTIONS(4792), + [sym_hex_literal] = ACTIONS(4794), + [sym_bin_literal] = ACTIONS(4794), + [anon_sym_true] = ACTIONS(4792), + [anon_sym_false] = ACTIONS(4792), + [anon_sym_SQUOTE] = ACTIONS(4794), + [sym__backtick_identifier] = ACTIONS(4794), + [sym__automatic_semicolon] = ACTIONS(4794), + [sym_safe_nav] = ACTIONS(4794), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4794), + }, + [3623] = { + [sym_indexing_suffix] = STATE(4986), + [sym_navigation_suffix] = STATE(5006), + [sym_call_suffix] = STATE(5077), + [sym_annotated_lambda] = STATE(4993), + [sym_type_arguments] = STATE(7551), + [sym_value_arguments] = STATE(4451), + [sym_lambda_literal] = STATE(4995), + [sym__equality_operator] = STATE(1817), + [sym__comparison_operator] = STATE(1832), + [sym__in_operator] = STATE(1833), + [sym__is_operator] = STATE(5776), + [sym__additive_operator] = STATE(1834), + [sym__multiplicative_operator] = STATE(1835), + [sym__as_operator] = STATE(5777), + [sym__postfix_unary_operator] = STATE(5000), + [sym__member_access_operator] = STATE(7402), + [sym_annotation] = STATE(7890), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1836), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7890), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), - [anon_sym_EQ] = ACTIONS(2991), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(2993), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_RPAREN] = ACTIONS(2993), + [anon_sym_LBRACK] = ACTIONS(6702), + [anon_sym_as] = ACTIONS(6704), + [anon_sym_EQ] = ACTIONS(3003), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_RBRACE] = ACTIONS(3005), + [anon_sym_LPAREN] = ACTIONS(6706), + [anon_sym_COMMA] = ACTIONS(3005), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(6828), - [anon_sym_DOT] = ACTIONS(6387), - [anon_sym_SEMI] = ACTIONS(2993), + [anon_sym_GT] = ACTIONS(6728), + [anon_sym_where] = ACTIONS(3003), + [anon_sym_DOT] = ACTIONS(6708), + [anon_sym_SEMI] = ACTIONS(3005), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(6830), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(6832), - [anon_sym_while] = ACTIONS(2991), - [anon_sym_DOT_DOT] = ACTIONS(6834), - [anon_sym_QMARK_COLON] = ACTIONS(6836), - [anon_sym_AMP_AMP] = ACTIONS(2993), - [anon_sym_PIPE_PIPE] = ACTIONS(2993), - [anon_sym_else] = ACTIONS(2991), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_PLUS_EQ] = ACTIONS(2993), - [anon_sym_DASH_EQ] = ACTIONS(2993), - [anon_sym_STAR_EQ] = ACTIONS(2993), - [anon_sym_SLASH_EQ] = ACTIONS(2993), - [anon_sym_PERCENT_EQ] = ACTIONS(2993), - [anon_sym_BANG_EQ] = ACTIONS(6838), - [anon_sym_BANG_EQ_EQ] = ACTIONS(6840), - [anon_sym_EQ_EQ] = ACTIONS(6838), - [anon_sym_EQ_EQ_EQ] = ACTIONS(6840), - [anon_sym_LT_EQ] = ACTIONS(6842), - [anon_sym_GT_EQ] = ACTIONS(6842), - [anon_sym_BANGin] = ACTIONS(6844), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(6846), - [anon_sym_DASH] = ACTIONS(6846), - [anon_sym_SLASH] = ACTIONS(6830), - [anon_sym_PERCENT] = ACTIONS(6830), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(6710), + [sym_label] = ACTIONS(6712), + [anon_sym_in] = ACTIONS(6730), + [anon_sym_DOT_DOT] = ACTIONS(6714), + [anon_sym_QMARK_COLON] = ACTIONS(6716), + [anon_sym_AMP_AMP] = ACTIONS(6732), + [anon_sym_PIPE_PIPE] = ACTIONS(6734), + [anon_sym_else] = ACTIONS(3003), + [anon_sym_COLON_COLON] = ACTIONS(6718), + [anon_sym_PLUS_EQ] = ACTIONS(3005), + [anon_sym_DASH_EQ] = ACTIONS(3005), + [anon_sym_STAR_EQ] = ACTIONS(3005), + [anon_sym_SLASH_EQ] = ACTIONS(3005), + [anon_sym_PERCENT_EQ] = ACTIONS(3005), + [anon_sym_BANG_EQ] = ACTIONS(6736), + [anon_sym_BANG_EQ_EQ] = ACTIONS(6738), + [anon_sym_EQ_EQ] = ACTIONS(6736), + [anon_sym_EQ_EQ_EQ] = ACTIONS(6738), + [anon_sym_LT_EQ] = ACTIONS(6740), + [anon_sym_GT_EQ] = ACTIONS(6740), + [anon_sym_BANGin] = ACTIONS(6742), + [anon_sym_is] = ACTIONS(6744), + [anon_sym_BANGis] = ACTIONS(6746), + [anon_sym_PLUS] = ACTIONS(6720), + [anon_sym_DASH] = ACTIONS(6720), + [anon_sym_SLASH] = ACTIONS(6710), + [anon_sym_PERCENT] = ACTIONS(6710), + [anon_sym_as_QMARK] = ACTIONS(6722), + [anon_sym_PLUS_PLUS] = ACTIONS(6724), + [anon_sym_DASH_DASH] = ACTIONS(6724), + [anon_sym_BANG_BANG] = ACTIONS(6724), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), - [sym_multiline_comment] = ACTIONS(3), - }, - [3676] = { - [sym__alpha_identifier] = ACTIONS(3840), - [anon_sym_AT] = ACTIONS(3842), - [anon_sym_LBRACK] = ACTIONS(3842), - [anon_sym_as] = ACTIONS(3840), - [anon_sym_EQ] = ACTIONS(3840), - [anon_sym_LBRACE] = ACTIONS(3842), - [anon_sym_RBRACE] = ACTIONS(3842), - [anon_sym_LPAREN] = ACTIONS(3842), - [anon_sym_COMMA] = ACTIONS(3842), - [anon_sym_LT] = ACTIONS(3840), - [anon_sym_GT] = ACTIONS(3840), - [anon_sym_where] = ACTIONS(3840), - [anon_sym_DOT] = ACTIONS(3840), - [anon_sym_SEMI] = ACTIONS(3842), - [anon_sym_get] = ACTIONS(3840), - [anon_sym_set] = ACTIONS(3840), - [anon_sym_STAR] = ACTIONS(3840), - [sym_label] = ACTIONS(3842), - [anon_sym_in] = ACTIONS(3840), - [anon_sym_DOT_DOT] = ACTIONS(3842), - [anon_sym_QMARK_COLON] = ACTIONS(3842), - [anon_sym_AMP_AMP] = ACTIONS(3842), - [anon_sym_PIPE_PIPE] = ACTIONS(3842), - [anon_sym_else] = ACTIONS(3840), - [anon_sym_COLON_COLON] = ACTIONS(3842), - [anon_sym_PLUS_EQ] = ACTIONS(3842), - [anon_sym_DASH_EQ] = ACTIONS(3842), - [anon_sym_STAR_EQ] = ACTIONS(3842), - [anon_sym_SLASH_EQ] = ACTIONS(3842), - [anon_sym_PERCENT_EQ] = ACTIONS(3842), - [anon_sym_BANG_EQ] = ACTIONS(3840), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3842), - [anon_sym_EQ_EQ] = ACTIONS(3840), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3842), - [anon_sym_LT_EQ] = ACTIONS(3842), - [anon_sym_GT_EQ] = ACTIONS(3842), - [anon_sym_BANGin] = ACTIONS(3842), - [anon_sym_is] = ACTIONS(3840), - [anon_sym_BANGis] = ACTIONS(3842), - [anon_sym_PLUS] = ACTIONS(3840), - [anon_sym_DASH] = ACTIONS(3840), - [anon_sym_SLASH] = ACTIONS(3840), - [anon_sym_PERCENT] = ACTIONS(3840), - [anon_sym_as_QMARK] = ACTIONS(3842), - [anon_sym_PLUS_PLUS] = ACTIONS(3842), - [anon_sym_DASH_DASH] = ACTIONS(3842), - [anon_sym_BANG_BANG] = ACTIONS(3842), - [anon_sym_suspend] = ACTIONS(3840), - [anon_sym_sealed] = ACTIONS(3840), - [anon_sym_annotation] = ACTIONS(3840), - [anon_sym_data] = ACTIONS(3840), - [anon_sym_inner] = ACTIONS(3840), - [anon_sym_override] = ACTIONS(3840), - [anon_sym_lateinit] = ACTIONS(3840), - [anon_sym_public] = ACTIONS(3840), - [anon_sym_private] = ACTIONS(3840), - [anon_sym_internal] = ACTIONS(3840), - [anon_sym_protected] = ACTIONS(3840), - [anon_sym_tailrec] = ACTIONS(3840), - [anon_sym_operator] = ACTIONS(3840), - [anon_sym_infix] = ACTIONS(3840), - [anon_sym_inline] = ACTIONS(3840), - [anon_sym_external] = ACTIONS(3840), - [sym_property_modifier] = ACTIONS(3840), - [anon_sym_abstract] = ACTIONS(3840), - [anon_sym_final] = ACTIONS(3840), - [anon_sym_open] = ACTIONS(3840), - [anon_sym_vararg] = ACTIONS(3840), - [anon_sym_noinline] = ACTIONS(3840), - [anon_sym_crossinline] = ACTIONS(3840), - [anon_sym_expect] = ACTIONS(3840), - [anon_sym_actual] = ACTIONS(3840), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3842), - [sym__automatic_semicolon] = ACTIONS(3842), - [sym_safe_nav] = ACTIONS(3842), - [sym_multiline_comment] = ACTIONS(3), - }, - [3677] = { - [sym__alpha_identifier] = ACTIONS(4454), - [anon_sym_AT] = ACTIONS(4456), - [anon_sym_LBRACK] = ACTIONS(4456), - [anon_sym_as] = ACTIONS(4454), - [anon_sym_EQ] = ACTIONS(4454), - [anon_sym_LBRACE] = ACTIONS(4456), - [anon_sym_RBRACE] = ACTIONS(4456), - [anon_sym_LPAREN] = ACTIONS(4456), - [anon_sym_COMMA] = ACTIONS(4456), - [anon_sym_LT] = ACTIONS(4454), - [anon_sym_GT] = ACTIONS(4454), - [anon_sym_where] = ACTIONS(4454), - [anon_sym_DOT] = ACTIONS(4454), - [anon_sym_SEMI] = ACTIONS(4456), - [anon_sym_get] = ACTIONS(4454), - [anon_sym_set] = ACTIONS(4454), - [anon_sym_STAR] = ACTIONS(4454), - [sym_label] = ACTIONS(4456), - [anon_sym_in] = ACTIONS(4454), - [anon_sym_DOT_DOT] = ACTIONS(4456), - [anon_sym_QMARK_COLON] = ACTIONS(4456), - [anon_sym_AMP_AMP] = ACTIONS(4456), - [anon_sym_PIPE_PIPE] = ACTIONS(4456), - [anon_sym_else] = ACTIONS(4454), - [anon_sym_COLON_COLON] = ACTIONS(4456), - [anon_sym_PLUS_EQ] = ACTIONS(4456), - [anon_sym_DASH_EQ] = ACTIONS(4456), - [anon_sym_STAR_EQ] = ACTIONS(4456), - [anon_sym_SLASH_EQ] = ACTIONS(4456), - [anon_sym_PERCENT_EQ] = ACTIONS(4456), - [anon_sym_BANG_EQ] = ACTIONS(4454), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4456), - [anon_sym_EQ_EQ] = ACTIONS(4454), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4456), - [anon_sym_LT_EQ] = ACTIONS(4456), - [anon_sym_GT_EQ] = ACTIONS(4456), - [anon_sym_BANGin] = ACTIONS(4456), - [anon_sym_is] = ACTIONS(4454), - [anon_sym_BANGis] = ACTIONS(4456), - [anon_sym_PLUS] = ACTIONS(4454), - [anon_sym_DASH] = ACTIONS(4454), - [anon_sym_SLASH] = ACTIONS(4454), - [anon_sym_PERCENT] = ACTIONS(4454), - [anon_sym_as_QMARK] = ACTIONS(4456), - [anon_sym_PLUS_PLUS] = ACTIONS(4456), - [anon_sym_DASH_DASH] = ACTIONS(4456), - [anon_sym_BANG_BANG] = ACTIONS(4456), - [anon_sym_suspend] = ACTIONS(4454), - [anon_sym_sealed] = ACTIONS(4454), - [anon_sym_annotation] = ACTIONS(4454), - [anon_sym_data] = ACTIONS(4454), - [anon_sym_inner] = ACTIONS(4454), - [anon_sym_override] = ACTIONS(4454), - [anon_sym_lateinit] = ACTIONS(4454), - [anon_sym_public] = ACTIONS(4454), - [anon_sym_private] = ACTIONS(4454), - [anon_sym_internal] = ACTIONS(4454), - [anon_sym_protected] = ACTIONS(4454), - [anon_sym_tailrec] = ACTIONS(4454), - [anon_sym_operator] = ACTIONS(4454), - [anon_sym_infix] = ACTIONS(4454), - [anon_sym_inline] = ACTIONS(4454), - [anon_sym_external] = ACTIONS(4454), - [sym_property_modifier] = ACTIONS(4454), - [anon_sym_abstract] = ACTIONS(4454), - [anon_sym_final] = ACTIONS(4454), - [anon_sym_open] = ACTIONS(4454), - [anon_sym_vararg] = ACTIONS(4454), - [anon_sym_noinline] = ACTIONS(4454), - [anon_sym_crossinline] = ACTIONS(4454), - [anon_sym_expect] = ACTIONS(4454), - [anon_sym_actual] = ACTIONS(4454), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4456), - [sym__automatic_semicolon] = ACTIONS(4456), - [sym_safe_nav] = ACTIONS(4456), + [sym__automatic_semicolon] = ACTIONS(3005), + [sym_safe_nav] = ACTIONS(6718), [sym_multiline_comment] = ACTIONS(3), }, - [3678] = { - [sym__alpha_identifier] = ACTIONS(5067), - [anon_sym_AT] = ACTIONS(5069), - [anon_sym_LBRACK] = ACTIONS(5069), - [anon_sym_as] = ACTIONS(5067), - [anon_sym_EQ] = ACTIONS(5067), - [anon_sym_LBRACE] = ACTIONS(5069), - [anon_sym_RBRACE] = ACTIONS(5069), - [anon_sym_LPAREN] = ACTIONS(5069), - [anon_sym_COMMA] = ACTIONS(5069), - [anon_sym_LT] = ACTIONS(5067), - [anon_sym_GT] = ACTIONS(5067), - [anon_sym_where] = ACTIONS(5067), - [anon_sym_DOT] = ACTIONS(5067), - [anon_sym_SEMI] = ACTIONS(6848), - [anon_sym_get] = ACTIONS(5067), - [anon_sym_set] = ACTIONS(5067), - [anon_sym_STAR] = ACTIONS(5067), - [sym_label] = ACTIONS(5069), - [anon_sym_in] = ACTIONS(5067), - [anon_sym_DOT_DOT] = ACTIONS(5069), - [anon_sym_QMARK_COLON] = ACTIONS(5069), - [anon_sym_AMP_AMP] = ACTIONS(5069), - [anon_sym_PIPE_PIPE] = ACTIONS(5069), - [anon_sym_else] = ACTIONS(6826), - [anon_sym_COLON_COLON] = ACTIONS(5069), - [anon_sym_PLUS_EQ] = ACTIONS(5069), - [anon_sym_DASH_EQ] = ACTIONS(5069), - [anon_sym_STAR_EQ] = ACTIONS(5069), - [anon_sym_SLASH_EQ] = ACTIONS(5069), - [anon_sym_PERCENT_EQ] = ACTIONS(5069), - [anon_sym_BANG_EQ] = ACTIONS(5067), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5069), - [anon_sym_EQ_EQ] = ACTIONS(5067), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5069), - [anon_sym_LT_EQ] = ACTIONS(5069), - [anon_sym_GT_EQ] = ACTIONS(5069), - [anon_sym_BANGin] = ACTIONS(5069), - [anon_sym_is] = ACTIONS(5067), - [anon_sym_BANGis] = ACTIONS(5069), - [anon_sym_PLUS] = ACTIONS(5067), - [anon_sym_DASH] = ACTIONS(5067), - [anon_sym_SLASH] = ACTIONS(5067), - [anon_sym_PERCENT] = ACTIONS(5067), - [anon_sym_as_QMARK] = ACTIONS(5069), - [anon_sym_PLUS_PLUS] = ACTIONS(5069), - [anon_sym_DASH_DASH] = ACTIONS(5069), - [anon_sym_BANG_BANG] = ACTIONS(5069), - [anon_sym_suspend] = ACTIONS(5067), - [anon_sym_sealed] = ACTIONS(5067), - [anon_sym_annotation] = ACTIONS(5067), - [anon_sym_data] = ACTIONS(5067), - [anon_sym_inner] = ACTIONS(5067), - [anon_sym_override] = ACTIONS(5067), - [anon_sym_lateinit] = ACTIONS(5067), - [anon_sym_public] = ACTIONS(5067), - [anon_sym_private] = ACTIONS(5067), - [anon_sym_internal] = ACTIONS(5067), - [anon_sym_protected] = ACTIONS(5067), - [anon_sym_tailrec] = ACTIONS(5067), - [anon_sym_operator] = ACTIONS(5067), - [anon_sym_infix] = ACTIONS(5067), - [anon_sym_inline] = ACTIONS(5067), - [anon_sym_external] = ACTIONS(5067), - [sym_property_modifier] = ACTIONS(5067), - [anon_sym_abstract] = ACTIONS(5067), - [anon_sym_final] = ACTIONS(5067), - [anon_sym_open] = ACTIONS(5067), - [anon_sym_vararg] = ACTIONS(5067), - [anon_sym_noinline] = ACTIONS(5067), - [anon_sym_crossinline] = ACTIONS(5067), - [anon_sym_expect] = ACTIONS(5067), - [anon_sym_actual] = ACTIONS(5067), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5069), - [sym__automatic_semicolon] = ACTIONS(5069), - [sym_safe_nav] = ACTIONS(5069), - [sym_multiline_comment] = ACTIONS(3), - }, - [3679] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2327), - [sym__comparison_operator] = STATE(2323), - [sym__in_operator] = STATE(2322), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2320), - [sym__multiplicative_operator] = STATE(2319), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2317), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [3624] = { + [sym_indexing_suffix] = STATE(4986), + [sym_navigation_suffix] = STATE(5006), + [sym_call_suffix] = STATE(5077), + [sym_annotated_lambda] = STATE(4993), + [sym_type_arguments] = STATE(7551), + [sym_value_arguments] = STATE(4451), + [sym_lambda_literal] = STATE(4995), + [sym__equality_operator] = STATE(1817), + [sym__comparison_operator] = STATE(1832), + [sym__in_operator] = STATE(1833), + [sym__is_operator] = STATE(5776), + [sym__additive_operator] = STATE(1834), + [sym__multiplicative_operator] = STATE(1835), + [sym__as_operator] = STATE(5777), + [sym__postfix_unary_operator] = STATE(5000), + [sym__member_access_operator] = STATE(7402), + [sym_annotation] = STATE(7890), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1836), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7890), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), - [anon_sym_EQ] = ACTIONS(3083), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(3085), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_RPAREN] = ACTIONS(3085), - [anon_sym_LT] = ACTIONS(3087), - [anon_sym_GT] = ACTIONS(3083), - [anon_sym_DOT] = ACTIONS(6387), - [anon_sym_SEMI] = ACTIONS(3085), + [anon_sym_LBRACK] = ACTIONS(6702), + [anon_sym_as] = ACTIONS(6704), + [anon_sym_EQ] = ACTIONS(3071), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_RBRACE] = ACTIONS(3073), + [anon_sym_LPAREN] = ACTIONS(6706), + [anon_sym_COMMA] = ACTIONS(3073), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(6728), + [anon_sym_where] = ACTIONS(3071), + [anon_sym_DOT] = ACTIONS(6708), + [anon_sym_SEMI] = ACTIONS(3073), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(6830), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(3083), - [anon_sym_while] = ACTIONS(3083), - [anon_sym_DOT_DOT] = ACTIONS(6834), - [anon_sym_QMARK_COLON] = ACTIONS(3085), - [anon_sym_AMP_AMP] = ACTIONS(3085), - [anon_sym_PIPE_PIPE] = ACTIONS(3085), - [anon_sym_else] = ACTIONS(3083), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_PLUS_EQ] = ACTIONS(3085), - [anon_sym_DASH_EQ] = ACTIONS(3085), - [anon_sym_STAR_EQ] = ACTIONS(3085), - [anon_sym_SLASH_EQ] = ACTIONS(3085), - [anon_sym_PERCENT_EQ] = ACTIONS(3085), - [anon_sym_BANG_EQ] = ACTIONS(3083), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3085), - [anon_sym_EQ_EQ] = ACTIONS(3083), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3085), - [anon_sym_LT_EQ] = ACTIONS(3085), - [anon_sym_GT_EQ] = ACTIONS(3085), - [anon_sym_BANGin] = ACTIONS(3085), - [anon_sym_is] = ACTIONS(3083), - [anon_sym_BANGis] = ACTIONS(3085), - [anon_sym_PLUS] = ACTIONS(6846), - [anon_sym_DASH] = ACTIONS(6846), - [anon_sym_SLASH] = ACTIONS(6830), - [anon_sym_PERCENT] = ACTIONS(6830), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(6710), + [sym_label] = ACTIONS(6712), + [anon_sym_in] = ACTIONS(6730), + [anon_sym_DOT_DOT] = ACTIONS(6714), + [anon_sym_QMARK_COLON] = ACTIONS(6716), + [anon_sym_AMP_AMP] = ACTIONS(6732), + [anon_sym_PIPE_PIPE] = ACTIONS(6734), + [anon_sym_else] = ACTIONS(3071), + [anon_sym_COLON_COLON] = ACTIONS(6718), + [anon_sym_PLUS_EQ] = ACTIONS(3073), + [anon_sym_DASH_EQ] = ACTIONS(3073), + [anon_sym_STAR_EQ] = ACTIONS(3073), + [anon_sym_SLASH_EQ] = ACTIONS(3073), + [anon_sym_PERCENT_EQ] = ACTIONS(3073), + [anon_sym_BANG_EQ] = ACTIONS(6736), + [anon_sym_BANG_EQ_EQ] = ACTIONS(6738), + [anon_sym_EQ_EQ] = ACTIONS(6736), + [anon_sym_EQ_EQ_EQ] = ACTIONS(6738), + [anon_sym_LT_EQ] = ACTIONS(6740), + [anon_sym_GT_EQ] = ACTIONS(6740), + [anon_sym_BANGin] = ACTIONS(6742), + [anon_sym_is] = ACTIONS(6744), + [anon_sym_BANGis] = ACTIONS(6746), + [anon_sym_PLUS] = ACTIONS(6720), + [anon_sym_DASH] = ACTIONS(6720), + [anon_sym_SLASH] = ACTIONS(6710), + [anon_sym_PERCENT] = ACTIONS(6710), + [anon_sym_as_QMARK] = ACTIONS(6722), + [anon_sym_PLUS_PLUS] = ACTIONS(6724), + [anon_sym_DASH_DASH] = ACTIONS(6724), + [anon_sym_BANG_BANG] = ACTIONS(6724), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), - [sym_multiline_comment] = ACTIONS(3), - }, - [3680] = { - [sym__alpha_identifier] = ACTIONS(5047), - [anon_sym_AT] = ACTIONS(5049), - [anon_sym_LBRACK] = ACTIONS(5049), - [anon_sym_as] = ACTIONS(5047), - [anon_sym_EQ] = ACTIONS(5047), - [anon_sym_LBRACE] = ACTIONS(5049), - [anon_sym_RBRACE] = ACTIONS(5049), - [anon_sym_LPAREN] = ACTIONS(5049), - [anon_sym_COMMA] = ACTIONS(5049), - [anon_sym_LT] = ACTIONS(5047), - [anon_sym_GT] = ACTIONS(5047), - [anon_sym_where] = ACTIONS(5047), - [anon_sym_DOT] = ACTIONS(5047), - [anon_sym_SEMI] = ACTIONS(5049), - [anon_sym_get] = ACTIONS(5047), - [anon_sym_set] = ACTIONS(5047), - [anon_sym_STAR] = ACTIONS(5047), - [sym_label] = ACTIONS(5049), - [anon_sym_in] = ACTIONS(5047), - [anon_sym_DOT_DOT] = ACTIONS(5049), - [anon_sym_QMARK_COLON] = ACTIONS(5049), - [anon_sym_AMP_AMP] = ACTIONS(5049), - [anon_sym_PIPE_PIPE] = ACTIONS(5049), - [anon_sym_else] = ACTIONS(5047), - [anon_sym_COLON_COLON] = ACTIONS(5049), - [anon_sym_PLUS_EQ] = ACTIONS(5049), - [anon_sym_DASH_EQ] = ACTIONS(5049), - [anon_sym_STAR_EQ] = ACTIONS(5049), - [anon_sym_SLASH_EQ] = ACTIONS(5049), - [anon_sym_PERCENT_EQ] = ACTIONS(5049), - [anon_sym_BANG_EQ] = ACTIONS(5047), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5049), - [anon_sym_EQ_EQ] = ACTIONS(5047), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5049), - [anon_sym_LT_EQ] = ACTIONS(5049), - [anon_sym_GT_EQ] = ACTIONS(5049), - [anon_sym_BANGin] = ACTIONS(5049), - [anon_sym_is] = ACTIONS(5047), - [anon_sym_BANGis] = ACTIONS(5049), - [anon_sym_PLUS] = ACTIONS(5047), - [anon_sym_DASH] = ACTIONS(5047), - [anon_sym_SLASH] = ACTIONS(5047), - [anon_sym_PERCENT] = ACTIONS(5047), - [anon_sym_as_QMARK] = ACTIONS(5049), - [anon_sym_PLUS_PLUS] = ACTIONS(5049), - [anon_sym_DASH_DASH] = ACTIONS(5049), - [anon_sym_BANG_BANG] = ACTIONS(5049), - [anon_sym_suspend] = ACTIONS(5047), - [anon_sym_sealed] = ACTIONS(5047), - [anon_sym_annotation] = ACTIONS(5047), - [anon_sym_data] = ACTIONS(5047), - [anon_sym_inner] = ACTIONS(5047), - [anon_sym_override] = ACTIONS(5047), - [anon_sym_lateinit] = ACTIONS(5047), - [anon_sym_public] = ACTIONS(5047), - [anon_sym_private] = ACTIONS(5047), - [anon_sym_internal] = ACTIONS(5047), - [anon_sym_protected] = ACTIONS(5047), - [anon_sym_tailrec] = ACTIONS(5047), - [anon_sym_operator] = ACTIONS(5047), - [anon_sym_infix] = ACTIONS(5047), - [anon_sym_inline] = ACTIONS(5047), - [anon_sym_external] = ACTIONS(5047), - [sym_property_modifier] = ACTIONS(5047), - [anon_sym_abstract] = ACTIONS(5047), - [anon_sym_final] = ACTIONS(5047), - [anon_sym_open] = ACTIONS(5047), - [anon_sym_vararg] = ACTIONS(5047), - [anon_sym_noinline] = ACTIONS(5047), - [anon_sym_crossinline] = ACTIONS(5047), - [anon_sym_expect] = ACTIONS(5047), - [anon_sym_actual] = ACTIONS(5047), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5049), - [sym__automatic_semicolon] = ACTIONS(5049), - [sym_safe_nav] = ACTIONS(5049), - [sym_multiline_comment] = ACTIONS(3), - }, - [3681] = { - [sym__alpha_identifier] = ACTIONS(5043), - [anon_sym_AT] = ACTIONS(5045), - [anon_sym_LBRACK] = ACTIONS(5045), - [anon_sym_as] = ACTIONS(5043), - [anon_sym_EQ] = ACTIONS(5043), - [anon_sym_LBRACE] = ACTIONS(5045), - [anon_sym_RBRACE] = ACTIONS(5045), - [anon_sym_LPAREN] = ACTIONS(5045), - [anon_sym_COMMA] = ACTIONS(5045), - [anon_sym_LT] = ACTIONS(5043), - [anon_sym_GT] = ACTIONS(5043), - [anon_sym_where] = ACTIONS(5043), - [anon_sym_DOT] = ACTIONS(5043), - [anon_sym_SEMI] = ACTIONS(5045), - [anon_sym_get] = ACTIONS(5043), - [anon_sym_set] = ACTIONS(5043), - [anon_sym_STAR] = ACTIONS(5043), - [sym_label] = ACTIONS(5045), - [anon_sym_in] = ACTIONS(5043), - [anon_sym_DOT_DOT] = ACTIONS(5045), - [anon_sym_QMARK_COLON] = ACTIONS(5045), - [anon_sym_AMP_AMP] = ACTIONS(5045), - [anon_sym_PIPE_PIPE] = ACTIONS(5045), - [anon_sym_else] = ACTIONS(5043), - [anon_sym_COLON_COLON] = ACTIONS(5045), - [anon_sym_PLUS_EQ] = ACTIONS(5045), - [anon_sym_DASH_EQ] = ACTIONS(5045), - [anon_sym_STAR_EQ] = ACTIONS(5045), - [anon_sym_SLASH_EQ] = ACTIONS(5045), - [anon_sym_PERCENT_EQ] = ACTIONS(5045), - [anon_sym_BANG_EQ] = ACTIONS(5043), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5045), - [anon_sym_EQ_EQ] = ACTIONS(5043), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5045), - [anon_sym_LT_EQ] = ACTIONS(5045), - [anon_sym_GT_EQ] = ACTIONS(5045), - [anon_sym_BANGin] = ACTIONS(5045), - [anon_sym_is] = ACTIONS(5043), - [anon_sym_BANGis] = ACTIONS(5045), - [anon_sym_PLUS] = ACTIONS(5043), - [anon_sym_DASH] = ACTIONS(5043), - [anon_sym_SLASH] = ACTIONS(5043), - [anon_sym_PERCENT] = ACTIONS(5043), - [anon_sym_as_QMARK] = ACTIONS(5045), - [anon_sym_PLUS_PLUS] = ACTIONS(5045), - [anon_sym_DASH_DASH] = ACTIONS(5045), - [anon_sym_BANG_BANG] = ACTIONS(5045), - [anon_sym_suspend] = ACTIONS(5043), - [anon_sym_sealed] = ACTIONS(5043), - [anon_sym_annotation] = ACTIONS(5043), - [anon_sym_data] = ACTIONS(5043), - [anon_sym_inner] = ACTIONS(5043), - [anon_sym_override] = ACTIONS(5043), - [anon_sym_lateinit] = ACTIONS(5043), - [anon_sym_public] = ACTIONS(5043), - [anon_sym_private] = ACTIONS(5043), - [anon_sym_internal] = ACTIONS(5043), - [anon_sym_protected] = ACTIONS(5043), - [anon_sym_tailrec] = ACTIONS(5043), - [anon_sym_operator] = ACTIONS(5043), - [anon_sym_infix] = ACTIONS(5043), - [anon_sym_inline] = ACTIONS(5043), - [anon_sym_external] = ACTIONS(5043), - [sym_property_modifier] = ACTIONS(5043), - [anon_sym_abstract] = ACTIONS(5043), - [anon_sym_final] = ACTIONS(5043), - [anon_sym_open] = ACTIONS(5043), - [anon_sym_vararg] = ACTIONS(5043), - [anon_sym_noinline] = ACTIONS(5043), - [anon_sym_crossinline] = ACTIONS(5043), - [anon_sym_expect] = ACTIONS(5043), - [anon_sym_actual] = ACTIONS(5043), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5045), - [sym__automatic_semicolon] = ACTIONS(5045), - [sym_safe_nav] = ACTIONS(5045), - [sym_multiline_comment] = ACTIONS(3), - }, - [3682] = { - [sym__alpha_identifier] = ACTIONS(4757), - [anon_sym_AT] = ACTIONS(4759), - [anon_sym_LBRACK] = ACTIONS(4759), - [anon_sym_as] = ACTIONS(4757), - [anon_sym_EQ] = ACTIONS(4757), - [anon_sym_LBRACE] = ACTIONS(4759), - [anon_sym_RBRACE] = ACTIONS(4759), - [anon_sym_LPAREN] = ACTIONS(4759), - [anon_sym_COMMA] = ACTIONS(4759), - [anon_sym_LT] = ACTIONS(4757), - [anon_sym_GT] = ACTIONS(4757), - [anon_sym_where] = ACTIONS(4757), - [anon_sym_DOT] = ACTIONS(4757), - [anon_sym_SEMI] = ACTIONS(4759), - [anon_sym_get] = ACTIONS(4757), - [anon_sym_set] = ACTIONS(4757), - [anon_sym_STAR] = ACTIONS(4757), - [sym_label] = ACTIONS(4759), - [anon_sym_in] = ACTIONS(4757), - [anon_sym_DOT_DOT] = ACTIONS(4759), - [anon_sym_QMARK_COLON] = ACTIONS(4759), - [anon_sym_AMP_AMP] = ACTIONS(4759), - [anon_sym_PIPE_PIPE] = ACTIONS(4759), - [anon_sym_else] = ACTIONS(4757), - [anon_sym_COLON_COLON] = ACTIONS(4759), - [anon_sym_PLUS_EQ] = ACTIONS(4759), - [anon_sym_DASH_EQ] = ACTIONS(4759), - [anon_sym_STAR_EQ] = ACTIONS(4759), - [anon_sym_SLASH_EQ] = ACTIONS(4759), - [anon_sym_PERCENT_EQ] = ACTIONS(4759), - [anon_sym_BANG_EQ] = ACTIONS(4757), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4759), - [anon_sym_EQ_EQ] = ACTIONS(4757), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4759), - [anon_sym_LT_EQ] = ACTIONS(4759), - [anon_sym_GT_EQ] = ACTIONS(4759), - [anon_sym_BANGin] = ACTIONS(4759), - [anon_sym_is] = ACTIONS(4757), - [anon_sym_BANGis] = ACTIONS(4759), - [anon_sym_PLUS] = ACTIONS(4757), - [anon_sym_DASH] = ACTIONS(4757), - [anon_sym_SLASH] = ACTIONS(4757), - [anon_sym_PERCENT] = ACTIONS(4757), - [anon_sym_as_QMARK] = ACTIONS(4759), - [anon_sym_PLUS_PLUS] = ACTIONS(4759), - [anon_sym_DASH_DASH] = ACTIONS(4759), - [anon_sym_BANG_BANG] = ACTIONS(4759), - [anon_sym_suspend] = ACTIONS(4757), - [anon_sym_sealed] = ACTIONS(4757), - [anon_sym_annotation] = ACTIONS(4757), - [anon_sym_data] = ACTIONS(4757), - [anon_sym_inner] = ACTIONS(4757), - [anon_sym_override] = ACTIONS(4757), - [anon_sym_lateinit] = ACTIONS(4757), - [anon_sym_public] = ACTIONS(4757), - [anon_sym_private] = ACTIONS(4757), - [anon_sym_internal] = ACTIONS(4757), - [anon_sym_protected] = ACTIONS(4757), - [anon_sym_tailrec] = ACTIONS(4757), - [anon_sym_operator] = ACTIONS(4757), - [anon_sym_infix] = ACTIONS(4757), - [anon_sym_inline] = ACTIONS(4757), - [anon_sym_external] = ACTIONS(4757), - [sym_property_modifier] = ACTIONS(4757), - [anon_sym_abstract] = ACTIONS(4757), - [anon_sym_final] = ACTIONS(4757), - [anon_sym_open] = ACTIONS(4757), - [anon_sym_vararg] = ACTIONS(4757), - [anon_sym_noinline] = ACTIONS(4757), - [anon_sym_crossinline] = ACTIONS(4757), - [anon_sym_expect] = ACTIONS(4757), - [anon_sym_actual] = ACTIONS(4757), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4759), - [sym__automatic_semicolon] = ACTIONS(4759), - [sym_safe_nav] = ACTIONS(4759), - [sym_multiline_comment] = ACTIONS(3), - }, - [3683] = { - [sym__alpha_identifier] = ACTIONS(4801), - [anon_sym_AT] = ACTIONS(4803), - [anon_sym_LBRACK] = ACTIONS(4803), - [anon_sym_as] = ACTIONS(4801), - [anon_sym_EQ] = ACTIONS(4801), - [anon_sym_LBRACE] = ACTIONS(4803), - [anon_sym_RBRACE] = ACTIONS(4803), - [anon_sym_LPAREN] = ACTIONS(4803), - [anon_sym_COMMA] = ACTIONS(4803), - [anon_sym_LT] = ACTIONS(4801), - [anon_sym_GT] = ACTIONS(4801), - [anon_sym_where] = ACTIONS(4801), - [anon_sym_DOT] = ACTIONS(4801), - [anon_sym_SEMI] = ACTIONS(4803), - [anon_sym_get] = ACTIONS(4801), - [anon_sym_set] = ACTIONS(4801), - [anon_sym_STAR] = ACTIONS(4801), - [sym_label] = ACTIONS(4803), - [anon_sym_in] = ACTIONS(4801), - [anon_sym_DOT_DOT] = ACTIONS(4803), - [anon_sym_QMARK_COLON] = ACTIONS(4803), - [anon_sym_AMP_AMP] = ACTIONS(4803), - [anon_sym_PIPE_PIPE] = ACTIONS(4803), - [anon_sym_else] = ACTIONS(4801), - [anon_sym_COLON_COLON] = ACTIONS(4803), - [anon_sym_PLUS_EQ] = ACTIONS(4803), - [anon_sym_DASH_EQ] = ACTIONS(4803), - [anon_sym_STAR_EQ] = ACTIONS(4803), - [anon_sym_SLASH_EQ] = ACTIONS(4803), - [anon_sym_PERCENT_EQ] = ACTIONS(4803), - [anon_sym_BANG_EQ] = ACTIONS(4801), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4803), - [anon_sym_EQ_EQ] = ACTIONS(4801), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4803), - [anon_sym_LT_EQ] = ACTIONS(4803), - [anon_sym_GT_EQ] = ACTIONS(4803), - [anon_sym_BANGin] = ACTIONS(4803), - [anon_sym_is] = ACTIONS(4801), - [anon_sym_BANGis] = ACTIONS(4803), - [anon_sym_PLUS] = ACTIONS(4801), - [anon_sym_DASH] = ACTIONS(4801), - [anon_sym_SLASH] = ACTIONS(4801), - [anon_sym_PERCENT] = ACTIONS(4801), - [anon_sym_as_QMARK] = ACTIONS(4803), - [anon_sym_PLUS_PLUS] = ACTIONS(4803), - [anon_sym_DASH_DASH] = ACTIONS(4803), - [anon_sym_BANG_BANG] = ACTIONS(4803), - [anon_sym_suspend] = ACTIONS(4801), - [anon_sym_sealed] = ACTIONS(4801), - [anon_sym_annotation] = ACTIONS(4801), - [anon_sym_data] = ACTIONS(4801), - [anon_sym_inner] = ACTIONS(4801), - [anon_sym_override] = ACTIONS(4801), - [anon_sym_lateinit] = ACTIONS(4801), - [anon_sym_public] = ACTIONS(4801), - [anon_sym_private] = ACTIONS(4801), - [anon_sym_internal] = ACTIONS(4801), - [anon_sym_protected] = ACTIONS(4801), - [anon_sym_tailrec] = ACTIONS(4801), - [anon_sym_operator] = ACTIONS(4801), - [anon_sym_infix] = ACTIONS(4801), - [anon_sym_inline] = ACTIONS(4801), - [anon_sym_external] = ACTIONS(4801), - [sym_property_modifier] = ACTIONS(4801), - [anon_sym_abstract] = ACTIONS(4801), - [anon_sym_final] = ACTIONS(4801), - [anon_sym_open] = ACTIONS(4801), - [anon_sym_vararg] = ACTIONS(4801), - [anon_sym_noinline] = ACTIONS(4801), - [anon_sym_crossinline] = ACTIONS(4801), - [anon_sym_expect] = ACTIONS(4801), - [anon_sym_actual] = ACTIONS(4801), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4803), - [sym__automatic_semicolon] = ACTIONS(4803), - [sym_safe_nav] = ACTIONS(4803), - [sym_multiline_comment] = ACTIONS(3), - }, - [3684] = { - [sym__alpha_identifier] = ACTIONS(4396), - [anon_sym_AT] = ACTIONS(4398), - [anon_sym_LBRACK] = ACTIONS(4398), - [anon_sym_as] = ACTIONS(4396), - [anon_sym_EQ] = ACTIONS(4396), - [anon_sym_LBRACE] = ACTIONS(4398), - [anon_sym_RBRACE] = ACTIONS(4398), - [anon_sym_LPAREN] = ACTIONS(4398), - [anon_sym_COMMA] = ACTIONS(4398), - [anon_sym_LT] = ACTIONS(4396), - [anon_sym_GT] = ACTIONS(4396), - [anon_sym_where] = ACTIONS(4396), - [anon_sym_DOT] = ACTIONS(4396), - [anon_sym_SEMI] = ACTIONS(4398), - [anon_sym_get] = ACTIONS(4396), - [anon_sym_set] = ACTIONS(4396), - [anon_sym_STAR] = ACTIONS(4396), - [sym_label] = ACTIONS(4398), - [anon_sym_in] = ACTIONS(4396), - [anon_sym_DOT_DOT] = ACTIONS(4398), - [anon_sym_QMARK_COLON] = ACTIONS(4398), - [anon_sym_AMP_AMP] = ACTIONS(4398), - [anon_sym_PIPE_PIPE] = ACTIONS(4398), - [anon_sym_else] = ACTIONS(4396), - [anon_sym_COLON_COLON] = ACTIONS(4398), - [anon_sym_PLUS_EQ] = ACTIONS(4398), - [anon_sym_DASH_EQ] = ACTIONS(4398), - [anon_sym_STAR_EQ] = ACTIONS(4398), - [anon_sym_SLASH_EQ] = ACTIONS(4398), - [anon_sym_PERCENT_EQ] = ACTIONS(4398), - [anon_sym_BANG_EQ] = ACTIONS(4396), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4398), - [anon_sym_EQ_EQ] = ACTIONS(4396), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4398), - [anon_sym_LT_EQ] = ACTIONS(4398), - [anon_sym_GT_EQ] = ACTIONS(4398), - [anon_sym_BANGin] = ACTIONS(4398), - [anon_sym_is] = ACTIONS(4396), - [anon_sym_BANGis] = ACTIONS(4398), - [anon_sym_PLUS] = ACTIONS(4396), - [anon_sym_DASH] = ACTIONS(4396), - [anon_sym_SLASH] = ACTIONS(4396), - [anon_sym_PERCENT] = ACTIONS(4396), - [anon_sym_as_QMARK] = ACTIONS(4398), - [anon_sym_PLUS_PLUS] = ACTIONS(4398), - [anon_sym_DASH_DASH] = ACTIONS(4398), - [anon_sym_BANG_BANG] = ACTIONS(4398), - [anon_sym_suspend] = ACTIONS(4396), - [anon_sym_sealed] = ACTIONS(4396), - [anon_sym_annotation] = ACTIONS(4396), - [anon_sym_data] = ACTIONS(4396), - [anon_sym_inner] = ACTIONS(4396), - [anon_sym_override] = ACTIONS(4396), - [anon_sym_lateinit] = ACTIONS(4396), - [anon_sym_public] = ACTIONS(4396), - [anon_sym_private] = ACTIONS(4396), - [anon_sym_internal] = ACTIONS(4396), - [anon_sym_protected] = ACTIONS(4396), - [anon_sym_tailrec] = ACTIONS(4396), - [anon_sym_operator] = ACTIONS(4396), - [anon_sym_infix] = ACTIONS(4396), - [anon_sym_inline] = ACTIONS(4396), - [anon_sym_external] = ACTIONS(4396), - [sym_property_modifier] = ACTIONS(4396), - [anon_sym_abstract] = ACTIONS(4396), - [anon_sym_final] = ACTIONS(4396), - [anon_sym_open] = ACTIONS(4396), - [anon_sym_vararg] = ACTIONS(4396), - [anon_sym_noinline] = ACTIONS(4396), - [anon_sym_crossinline] = ACTIONS(4396), - [anon_sym_expect] = ACTIONS(4396), - [anon_sym_actual] = ACTIONS(4396), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4398), - [sym__automatic_semicolon] = ACTIONS(4398), - [sym_safe_nav] = ACTIONS(4398), - [sym_multiline_comment] = ACTIONS(3), - }, - [3685] = { - [sym__alpha_identifier] = ACTIONS(4855), - [anon_sym_AT] = ACTIONS(4857), - [anon_sym_LBRACK] = ACTIONS(4857), - [anon_sym_as] = ACTIONS(4855), - [anon_sym_EQ] = ACTIONS(4855), - [anon_sym_LBRACE] = ACTIONS(4857), - [anon_sym_RBRACE] = ACTIONS(4857), - [anon_sym_LPAREN] = ACTIONS(4857), - [anon_sym_COMMA] = ACTIONS(4857), - [anon_sym_LT] = ACTIONS(4855), - [anon_sym_GT] = ACTIONS(4855), - [anon_sym_where] = ACTIONS(4855), - [anon_sym_DOT] = ACTIONS(4855), - [anon_sym_SEMI] = ACTIONS(4857), - [anon_sym_get] = ACTIONS(4855), - [anon_sym_set] = ACTIONS(4855), - [anon_sym_STAR] = ACTIONS(4855), - [sym_label] = ACTIONS(4857), - [anon_sym_in] = ACTIONS(4855), - [anon_sym_DOT_DOT] = ACTIONS(4857), - [anon_sym_QMARK_COLON] = ACTIONS(4857), - [anon_sym_AMP_AMP] = ACTIONS(4857), - [anon_sym_PIPE_PIPE] = ACTIONS(4857), - [anon_sym_else] = ACTIONS(4855), - [anon_sym_COLON_COLON] = ACTIONS(4857), - [anon_sym_PLUS_EQ] = ACTIONS(4857), - [anon_sym_DASH_EQ] = ACTIONS(4857), - [anon_sym_STAR_EQ] = ACTIONS(4857), - [anon_sym_SLASH_EQ] = ACTIONS(4857), - [anon_sym_PERCENT_EQ] = ACTIONS(4857), - [anon_sym_BANG_EQ] = ACTIONS(4855), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4857), - [anon_sym_EQ_EQ] = ACTIONS(4855), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4857), - [anon_sym_LT_EQ] = ACTIONS(4857), - [anon_sym_GT_EQ] = ACTIONS(4857), - [anon_sym_BANGin] = ACTIONS(4857), - [anon_sym_is] = ACTIONS(4855), - [anon_sym_BANGis] = ACTIONS(4857), - [anon_sym_PLUS] = ACTIONS(4855), - [anon_sym_DASH] = ACTIONS(4855), - [anon_sym_SLASH] = ACTIONS(4855), - [anon_sym_PERCENT] = ACTIONS(4855), - [anon_sym_as_QMARK] = ACTIONS(4857), - [anon_sym_PLUS_PLUS] = ACTIONS(4857), - [anon_sym_DASH_DASH] = ACTIONS(4857), - [anon_sym_BANG_BANG] = ACTIONS(4857), - [anon_sym_suspend] = ACTIONS(4855), - [anon_sym_sealed] = ACTIONS(4855), - [anon_sym_annotation] = ACTIONS(4855), - [anon_sym_data] = ACTIONS(4855), - [anon_sym_inner] = ACTIONS(4855), - [anon_sym_override] = ACTIONS(4855), - [anon_sym_lateinit] = ACTIONS(4855), - [anon_sym_public] = ACTIONS(4855), - [anon_sym_private] = ACTIONS(4855), - [anon_sym_internal] = ACTIONS(4855), - [anon_sym_protected] = ACTIONS(4855), - [anon_sym_tailrec] = ACTIONS(4855), - [anon_sym_operator] = ACTIONS(4855), - [anon_sym_infix] = ACTIONS(4855), - [anon_sym_inline] = ACTIONS(4855), - [anon_sym_external] = ACTIONS(4855), - [sym_property_modifier] = ACTIONS(4855), - [anon_sym_abstract] = ACTIONS(4855), - [anon_sym_final] = ACTIONS(4855), - [anon_sym_open] = ACTIONS(4855), - [anon_sym_vararg] = ACTIONS(4855), - [anon_sym_noinline] = ACTIONS(4855), - [anon_sym_crossinline] = ACTIONS(4855), - [anon_sym_expect] = ACTIONS(4855), - [anon_sym_actual] = ACTIONS(4855), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4857), - [sym__automatic_semicolon] = ACTIONS(4857), - [sym_safe_nav] = ACTIONS(4857), + [sym__automatic_semicolon] = ACTIONS(3073), + [sym_safe_nav] = ACTIONS(6718), [sym_multiline_comment] = ACTIONS(3), }, - [3686] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2327), - [sym__comparison_operator] = STATE(2323), - [sym__in_operator] = STATE(2322), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2320), - [sym__multiplicative_operator] = STATE(2319), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2317), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), - [sym__alpha_identifier] = ACTIONS(2984), + [3625] = { + [sym_indexing_suffix] = STATE(4986), + [sym_navigation_suffix] = STATE(5006), + [sym_call_suffix] = STATE(5077), + [sym_annotated_lambda] = STATE(4993), + [sym_type_arguments] = STATE(7551), + [sym_value_arguments] = STATE(4451), + [sym_lambda_literal] = STATE(4995), + [sym__equality_operator] = STATE(1817), + [sym__comparison_operator] = STATE(1832), + [sym__in_operator] = STATE(1833), + [sym__is_operator] = STATE(5776), + [sym__additive_operator] = STATE(1834), + [sym__multiplicative_operator] = STATE(1835), + [sym__as_operator] = STATE(5777), + [sym__postfix_unary_operator] = STATE(5000), + [sym__member_access_operator] = STATE(7402), + [sym_annotation] = STATE(7890), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1836), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7890), + [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), - [anon_sym_EQ] = ACTIONS(2984), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(2986), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_RPAREN] = ACTIONS(2986), - [anon_sym_LT] = ACTIONS(2988), - [anon_sym_GT] = ACTIONS(2984), - [anon_sym_DOT] = ACTIONS(6387), - [anon_sym_SEMI] = ACTIONS(2986), - [anon_sym_get] = ACTIONS(2984), - [anon_sym_set] = ACTIONS(2984), - [anon_sym_STAR] = ACTIONS(6830), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(2984), - [anon_sym_while] = ACTIONS(2984), - [anon_sym_DOT_DOT] = ACTIONS(2986), - [anon_sym_QMARK_COLON] = ACTIONS(2986), - [anon_sym_AMP_AMP] = ACTIONS(2986), - [anon_sym_PIPE_PIPE] = ACTIONS(2986), - [anon_sym_else] = ACTIONS(2984), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_PLUS_EQ] = ACTIONS(2986), - [anon_sym_DASH_EQ] = ACTIONS(2986), - [anon_sym_STAR_EQ] = ACTIONS(2986), - [anon_sym_SLASH_EQ] = ACTIONS(2986), - [anon_sym_PERCENT_EQ] = ACTIONS(2986), - [anon_sym_BANG_EQ] = ACTIONS(2984), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2986), - [anon_sym_EQ_EQ] = ACTIONS(2984), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2986), - [anon_sym_LT_EQ] = ACTIONS(2986), - [anon_sym_GT_EQ] = ACTIONS(2986), - [anon_sym_BANGin] = ACTIONS(2986), - [anon_sym_is] = ACTIONS(2984), - [anon_sym_BANGis] = ACTIONS(2986), - [anon_sym_PLUS] = ACTIONS(6846), - [anon_sym_DASH] = ACTIONS(6846), - [anon_sym_SLASH] = ACTIONS(6830), - [anon_sym_PERCENT] = ACTIONS(6830), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), - [anon_sym_data] = ACTIONS(2984), - [anon_sym_inner] = ACTIONS(2984), - [anon_sym_expect] = ACTIONS(2984), - [anon_sym_actual] = ACTIONS(2984), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(2986), - [sym_safe_nav] = ACTIONS(6403), - [sym_multiline_comment] = ACTIONS(3), - }, - [3687] = { - [sym__alpha_identifier] = ACTIONS(4434), - [anon_sym_AT] = ACTIONS(4436), - [anon_sym_LBRACK] = ACTIONS(4436), - [anon_sym_as] = ACTIONS(4434), - [anon_sym_EQ] = ACTIONS(4434), - [anon_sym_LBRACE] = ACTIONS(4436), - [anon_sym_RBRACE] = ACTIONS(4436), - [anon_sym_LPAREN] = ACTIONS(4436), - [anon_sym_COMMA] = ACTIONS(4436), - [anon_sym_LT] = ACTIONS(4434), - [anon_sym_GT] = ACTIONS(4434), - [anon_sym_where] = ACTIONS(4434), - [anon_sym_DOT] = ACTIONS(4434), - [anon_sym_SEMI] = ACTIONS(4436), - [anon_sym_get] = ACTIONS(4434), - [anon_sym_set] = ACTIONS(4434), - [anon_sym_STAR] = ACTIONS(4434), - [sym_label] = ACTIONS(4436), - [anon_sym_in] = ACTIONS(4434), - [anon_sym_DOT_DOT] = ACTIONS(4436), - [anon_sym_QMARK_COLON] = ACTIONS(4436), - [anon_sym_AMP_AMP] = ACTIONS(4436), - [anon_sym_PIPE_PIPE] = ACTIONS(4436), - [anon_sym_else] = ACTIONS(4434), - [anon_sym_COLON_COLON] = ACTIONS(4436), - [anon_sym_PLUS_EQ] = ACTIONS(4436), - [anon_sym_DASH_EQ] = ACTIONS(4436), - [anon_sym_STAR_EQ] = ACTIONS(4436), - [anon_sym_SLASH_EQ] = ACTIONS(4436), - [anon_sym_PERCENT_EQ] = ACTIONS(4436), - [anon_sym_BANG_EQ] = ACTIONS(4434), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4436), - [anon_sym_EQ_EQ] = ACTIONS(4434), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4436), - [anon_sym_LT_EQ] = ACTIONS(4436), - [anon_sym_GT_EQ] = ACTIONS(4436), - [anon_sym_BANGin] = ACTIONS(4436), - [anon_sym_is] = ACTIONS(4434), - [anon_sym_BANGis] = ACTIONS(4436), - [anon_sym_PLUS] = ACTIONS(4434), - [anon_sym_DASH] = ACTIONS(4434), - [anon_sym_SLASH] = ACTIONS(4434), - [anon_sym_PERCENT] = ACTIONS(4434), - [anon_sym_as_QMARK] = ACTIONS(4436), - [anon_sym_PLUS_PLUS] = ACTIONS(4436), - [anon_sym_DASH_DASH] = ACTIONS(4436), - [anon_sym_BANG_BANG] = ACTIONS(4436), - [anon_sym_suspend] = ACTIONS(4434), - [anon_sym_sealed] = ACTIONS(4434), - [anon_sym_annotation] = ACTIONS(4434), - [anon_sym_data] = ACTIONS(4434), - [anon_sym_inner] = ACTIONS(4434), - [anon_sym_override] = ACTIONS(4434), - [anon_sym_lateinit] = ACTIONS(4434), - [anon_sym_public] = ACTIONS(4434), - [anon_sym_private] = ACTIONS(4434), - [anon_sym_internal] = ACTIONS(4434), - [anon_sym_protected] = ACTIONS(4434), - [anon_sym_tailrec] = ACTIONS(4434), - [anon_sym_operator] = ACTIONS(4434), - [anon_sym_infix] = ACTIONS(4434), - [anon_sym_inline] = ACTIONS(4434), - [anon_sym_external] = ACTIONS(4434), - [sym_property_modifier] = ACTIONS(4434), - [anon_sym_abstract] = ACTIONS(4434), - [anon_sym_final] = ACTIONS(4434), - [anon_sym_open] = ACTIONS(4434), - [anon_sym_vararg] = ACTIONS(4434), - [anon_sym_noinline] = ACTIONS(4434), - [anon_sym_crossinline] = ACTIONS(4434), - [anon_sym_expect] = ACTIONS(4434), - [anon_sym_actual] = ACTIONS(4434), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4436), - [sym__automatic_semicolon] = ACTIONS(4436), - [sym_safe_nav] = ACTIONS(4436), - [sym_multiline_comment] = ACTIONS(3), - }, - [3688] = { - [sym__alpha_identifier] = ACTIONS(4382), - [anon_sym_AT] = ACTIONS(4384), - [anon_sym_LBRACK] = ACTIONS(4384), - [anon_sym_as] = ACTIONS(4382), - [anon_sym_EQ] = ACTIONS(4382), - [anon_sym_LBRACE] = ACTIONS(4384), - [anon_sym_RBRACE] = ACTIONS(4384), - [anon_sym_LPAREN] = ACTIONS(4384), - [anon_sym_COMMA] = ACTIONS(4384), - [anon_sym_LT] = ACTIONS(4382), - [anon_sym_GT] = ACTIONS(4382), - [anon_sym_where] = ACTIONS(4382), - [anon_sym_DOT] = ACTIONS(4382), - [anon_sym_SEMI] = ACTIONS(4384), - [anon_sym_get] = ACTIONS(4382), - [anon_sym_set] = ACTIONS(4382), - [anon_sym_STAR] = ACTIONS(4382), - [sym_label] = ACTIONS(4384), - [anon_sym_in] = ACTIONS(4382), - [anon_sym_DOT_DOT] = ACTIONS(4384), - [anon_sym_QMARK_COLON] = ACTIONS(4384), - [anon_sym_AMP_AMP] = ACTIONS(4384), - [anon_sym_PIPE_PIPE] = ACTIONS(4384), - [anon_sym_else] = ACTIONS(4382), - [anon_sym_COLON_COLON] = ACTIONS(4384), - [anon_sym_PLUS_EQ] = ACTIONS(4384), - [anon_sym_DASH_EQ] = ACTIONS(4384), - [anon_sym_STAR_EQ] = ACTIONS(4384), - [anon_sym_SLASH_EQ] = ACTIONS(4384), - [anon_sym_PERCENT_EQ] = ACTIONS(4384), - [anon_sym_BANG_EQ] = ACTIONS(4382), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4384), - [anon_sym_EQ_EQ] = ACTIONS(4382), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4384), - [anon_sym_LT_EQ] = ACTIONS(4384), - [anon_sym_GT_EQ] = ACTIONS(4384), - [anon_sym_BANGin] = ACTIONS(4384), - [anon_sym_is] = ACTIONS(4382), - [anon_sym_BANGis] = ACTIONS(4384), - [anon_sym_PLUS] = ACTIONS(4382), - [anon_sym_DASH] = ACTIONS(4382), - [anon_sym_SLASH] = ACTIONS(4382), - [anon_sym_PERCENT] = ACTIONS(4382), - [anon_sym_as_QMARK] = ACTIONS(4384), - [anon_sym_PLUS_PLUS] = ACTIONS(4384), - [anon_sym_DASH_DASH] = ACTIONS(4384), - [anon_sym_BANG_BANG] = ACTIONS(4384), - [anon_sym_suspend] = ACTIONS(4382), - [anon_sym_sealed] = ACTIONS(4382), - [anon_sym_annotation] = ACTIONS(4382), - [anon_sym_data] = ACTIONS(4382), - [anon_sym_inner] = ACTIONS(4382), - [anon_sym_override] = ACTIONS(4382), - [anon_sym_lateinit] = ACTIONS(4382), - [anon_sym_public] = ACTIONS(4382), - [anon_sym_private] = ACTIONS(4382), - [anon_sym_internal] = ACTIONS(4382), - [anon_sym_protected] = ACTIONS(4382), - [anon_sym_tailrec] = ACTIONS(4382), - [anon_sym_operator] = ACTIONS(4382), - [anon_sym_infix] = ACTIONS(4382), - [anon_sym_inline] = ACTIONS(4382), - [anon_sym_external] = ACTIONS(4382), - [sym_property_modifier] = ACTIONS(4382), - [anon_sym_abstract] = ACTIONS(4382), - [anon_sym_final] = ACTIONS(4382), - [anon_sym_open] = ACTIONS(4382), - [anon_sym_vararg] = ACTIONS(4382), - [anon_sym_noinline] = ACTIONS(4382), - [anon_sym_crossinline] = ACTIONS(4382), - [anon_sym_expect] = ACTIONS(4382), - [anon_sym_actual] = ACTIONS(4382), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4384), - [sym__automatic_semicolon] = ACTIONS(4384), - [sym_safe_nav] = ACTIONS(4384), - [sym_multiline_comment] = ACTIONS(3), - }, - [3689] = { - [sym__alpha_identifier] = ACTIONS(4249), - [anon_sym_AT] = ACTIONS(4252), - [anon_sym_LBRACK] = ACTIONS(4252), - [anon_sym_as] = ACTIONS(4249), - [anon_sym_EQ] = ACTIONS(3828), - [anon_sym_LBRACE] = ACTIONS(4252), - [anon_sym_RBRACE] = ACTIONS(4252), - [anon_sym_LPAREN] = ACTIONS(5728), - [anon_sym_COMMA] = ACTIONS(4252), - [anon_sym_LT] = ACTIONS(4249), - [anon_sym_GT] = ACTIONS(4249), - [anon_sym_where] = ACTIONS(4249), - [anon_sym_DOT] = ACTIONS(4249), - [anon_sym_SEMI] = ACTIONS(4252), - [anon_sym_get] = ACTIONS(4249), - [anon_sym_set] = ACTIONS(4249), - [anon_sym_STAR] = ACTIONS(4249), - [sym_label] = ACTIONS(4252), - [anon_sym_in] = ACTIONS(4249), - [anon_sym_DOT_DOT] = ACTIONS(4252), - [anon_sym_QMARK_COLON] = ACTIONS(4252), - [anon_sym_AMP_AMP] = ACTIONS(4252), - [anon_sym_PIPE_PIPE] = ACTIONS(4252), - [anon_sym_else] = ACTIONS(4249), - [anon_sym_COLON_COLON] = ACTIONS(4252), - [anon_sym_PLUS_EQ] = ACTIONS(3833), - [anon_sym_DASH_EQ] = ACTIONS(3833), - [anon_sym_STAR_EQ] = ACTIONS(3833), - [anon_sym_SLASH_EQ] = ACTIONS(3833), - [anon_sym_PERCENT_EQ] = ACTIONS(3833), - [anon_sym_BANG_EQ] = ACTIONS(4249), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4252), - [anon_sym_EQ_EQ] = ACTIONS(4249), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4252), - [anon_sym_LT_EQ] = ACTIONS(4252), - [anon_sym_GT_EQ] = ACTIONS(4252), - [anon_sym_BANGin] = ACTIONS(4252), - [anon_sym_is] = ACTIONS(4249), - [anon_sym_BANGis] = ACTIONS(4252), - [anon_sym_PLUS] = ACTIONS(4249), - [anon_sym_DASH] = ACTIONS(4249), - [anon_sym_SLASH] = ACTIONS(4249), - [anon_sym_PERCENT] = ACTIONS(4249), - [anon_sym_as_QMARK] = ACTIONS(4252), - [anon_sym_PLUS_PLUS] = ACTIONS(4252), - [anon_sym_DASH_DASH] = ACTIONS(4252), - [anon_sym_BANG_BANG] = ACTIONS(4252), - [anon_sym_suspend] = ACTIONS(4249), - [anon_sym_sealed] = ACTIONS(4249), - [anon_sym_annotation] = ACTIONS(4249), - [anon_sym_data] = ACTIONS(4249), - [anon_sym_inner] = ACTIONS(4249), - [anon_sym_override] = ACTIONS(4249), - [anon_sym_lateinit] = ACTIONS(4249), - [anon_sym_public] = ACTIONS(4249), - [anon_sym_private] = ACTIONS(4249), - [anon_sym_internal] = ACTIONS(4249), - [anon_sym_protected] = ACTIONS(4249), - [anon_sym_tailrec] = ACTIONS(4249), - [anon_sym_operator] = ACTIONS(4249), - [anon_sym_infix] = ACTIONS(4249), - [anon_sym_inline] = ACTIONS(4249), - [anon_sym_external] = ACTIONS(4249), - [sym_property_modifier] = ACTIONS(4249), - [anon_sym_abstract] = ACTIONS(4249), - [anon_sym_final] = ACTIONS(4249), - [anon_sym_open] = ACTIONS(4249), - [anon_sym_vararg] = ACTIONS(4249), - [anon_sym_noinline] = ACTIONS(4249), - [anon_sym_crossinline] = ACTIONS(4249), - [anon_sym_expect] = ACTIONS(4249), - [anon_sym_actual] = ACTIONS(4249), + [anon_sym_LBRACK] = ACTIONS(6702), + [anon_sym_as] = ACTIONS(6704), + [anon_sym_EQ] = ACTIONS(3052), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_RBRACE] = ACTIONS(3054), + [anon_sym_LPAREN] = ACTIONS(6706), + [anon_sym_COMMA] = ACTIONS(3054), + [anon_sym_LT] = ACTIONS(3056), + [anon_sym_GT] = ACTIONS(3052), + [anon_sym_where] = ACTIONS(3052), + [anon_sym_DOT] = ACTIONS(6708), + [anon_sym_SEMI] = ACTIONS(3054), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(6710), + [sym_label] = ACTIONS(6712), + [anon_sym_in] = ACTIONS(3052), + [anon_sym_DOT_DOT] = ACTIONS(6714), + [anon_sym_QMARK_COLON] = ACTIONS(3054), + [anon_sym_AMP_AMP] = ACTIONS(3054), + [anon_sym_PIPE_PIPE] = ACTIONS(3054), + [anon_sym_else] = ACTIONS(3052), + [anon_sym_COLON_COLON] = ACTIONS(6718), + [anon_sym_PLUS_EQ] = ACTIONS(3054), + [anon_sym_DASH_EQ] = ACTIONS(3054), + [anon_sym_STAR_EQ] = ACTIONS(3054), + [anon_sym_SLASH_EQ] = ACTIONS(3054), + [anon_sym_PERCENT_EQ] = ACTIONS(3054), + [anon_sym_BANG_EQ] = ACTIONS(3052), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3054), + [anon_sym_EQ_EQ] = ACTIONS(3052), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3054), + [anon_sym_LT_EQ] = ACTIONS(3054), + [anon_sym_GT_EQ] = ACTIONS(3054), + [anon_sym_BANGin] = ACTIONS(3054), + [anon_sym_is] = ACTIONS(3052), + [anon_sym_BANGis] = ACTIONS(3054), + [anon_sym_PLUS] = ACTIONS(6720), + [anon_sym_DASH] = ACTIONS(6720), + [anon_sym_SLASH] = ACTIONS(6710), + [anon_sym_PERCENT] = ACTIONS(6710), + [anon_sym_as_QMARK] = ACTIONS(6722), + [anon_sym_PLUS_PLUS] = ACTIONS(6724), + [anon_sym_DASH_DASH] = ACTIONS(6724), + [anon_sym_BANG_BANG] = ACTIONS(6724), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4252), - [sym__automatic_semicolon] = ACTIONS(4252), - [sym_safe_nav] = ACTIONS(4252), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(3054), + [sym_safe_nav] = ACTIONS(6718), [sym_multiline_comment] = ACTIONS(3), }, - [3690] = { - [sym__alpha_identifier] = ACTIONS(4895), - [anon_sym_AT] = ACTIONS(4897), - [anon_sym_LBRACK] = ACTIONS(4897), - [anon_sym_as] = ACTIONS(4895), - [anon_sym_EQ] = ACTIONS(4895), - [anon_sym_LBRACE] = ACTIONS(4897), - [anon_sym_RBRACE] = ACTIONS(4897), - [anon_sym_LPAREN] = ACTIONS(4897), - [anon_sym_COMMA] = ACTIONS(4897), - [anon_sym_LT] = ACTIONS(4895), - [anon_sym_GT] = ACTIONS(4895), - [anon_sym_where] = ACTIONS(4895), - [anon_sym_DOT] = ACTIONS(4895), - [anon_sym_SEMI] = ACTIONS(4897), - [anon_sym_get] = ACTIONS(4895), - [anon_sym_set] = ACTIONS(4895), - [anon_sym_STAR] = ACTIONS(4895), - [sym_label] = ACTIONS(4897), - [anon_sym_in] = ACTIONS(4895), - [anon_sym_DOT_DOT] = ACTIONS(4897), - [anon_sym_QMARK_COLON] = ACTIONS(4897), - [anon_sym_AMP_AMP] = ACTIONS(4897), - [anon_sym_PIPE_PIPE] = ACTIONS(4897), - [anon_sym_else] = ACTIONS(4895), - [anon_sym_COLON_COLON] = ACTIONS(4897), - [anon_sym_PLUS_EQ] = ACTIONS(4897), - [anon_sym_DASH_EQ] = ACTIONS(4897), - [anon_sym_STAR_EQ] = ACTIONS(4897), - [anon_sym_SLASH_EQ] = ACTIONS(4897), - [anon_sym_PERCENT_EQ] = ACTIONS(4897), - [anon_sym_BANG_EQ] = ACTIONS(4895), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4897), - [anon_sym_EQ_EQ] = ACTIONS(4895), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4897), - [anon_sym_LT_EQ] = ACTIONS(4897), - [anon_sym_GT_EQ] = ACTIONS(4897), - [anon_sym_BANGin] = ACTIONS(4897), - [anon_sym_is] = ACTIONS(4895), - [anon_sym_BANGis] = ACTIONS(4897), - [anon_sym_PLUS] = ACTIONS(4895), - [anon_sym_DASH] = ACTIONS(4895), - [anon_sym_SLASH] = ACTIONS(4895), - [anon_sym_PERCENT] = ACTIONS(4895), - [anon_sym_as_QMARK] = ACTIONS(4897), - [anon_sym_PLUS_PLUS] = ACTIONS(4897), - [anon_sym_DASH_DASH] = ACTIONS(4897), - [anon_sym_BANG_BANG] = ACTIONS(4897), - [anon_sym_suspend] = ACTIONS(4895), - [anon_sym_sealed] = ACTIONS(4895), - [anon_sym_annotation] = ACTIONS(4895), - [anon_sym_data] = ACTIONS(4895), - [anon_sym_inner] = ACTIONS(4895), - [anon_sym_override] = ACTIONS(4895), - [anon_sym_lateinit] = ACTIONS(4895), - [anon_sym_public] = ACTIONS(4895), - [anon_sym_private] = ACTIONS(4895), - [anon_sym_internal] = ACTIONS(4895), - [anon_sym_protected] = ACTIONS(4895), - [anon_sym_tailrec] = ACTIONS(4895), - [anon_sym_operator] = ACTIONS(4895), - [anon_sym_infix] = ACTIONS(4895), - [anon_sym_inline] = ACTIONS(4895), - [anon_sym_external] = ACTIONS(4895), - [sym_property_modifier] = ACTIONS(4895), - [anon_sym_abstract] = ACTIONS(4895), - [anon_sym_final] = ACTIONS(4895), - [anon_sym_open] = ACTIONS(4895), - [anon_sym_vararg] = ACTIONS(4895), - [anon_sym_noinline] = ACTIONS(4895), - [anon_sym_crossinline] = ACTIONS(4895), - [anon_sym_expect] = ACTIONS(4895), - [anon_sym_actual] = ACTIONS(4895), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4897), - [sym__automatic_semicolon] = ACTIONS(4897), - [sym_safe_nav] = ACTIONS(4897), + [3626] = { + [sym__alpha_identifier] = ACTIONS(4668), + [anon_sym_AT] = ACTIONS(4670), + [anon_sym_COLON] = ACTIONS(4668), + [anon_sym_LBRACK] = ACTIONS(4670), + [anon_sym_as] = ACTIONS(4668), + [anon_sym_EQ] = ACTIONS(4668), + [anon_sym_LBRACE] = ACTIONS(4670), + [anon_sym_RBRACE] = ACTIONS(4670), + [anon_sym_LPAREN] = ACTIONS(4670), + [anon_sym_COMMA] = ACTIONS(4670), + [anon_sym_LT] = ACTIONS(4668), + [anon_sym_GT] = ACTIONS(4668), + [anon_sym_where] = ACTIONS(4668), + [anon_sym_DOT] = ACTIONS(4668), + [anon_sym_SEMI] = ACTIONS(4670), + [anon_sym_get] = ACTIONS(4668), + [anon_sym_set] = ACTIONS(4668), + [anon_sym_STAR] = ACTIONS(4668), + [sym_label] = ACTIONS(4670), + [anon_sym_in] = ACTIONS(4668), + [anon_sym_DOT_DOT] = ACTIONS(4670), + [anon_sym_QMARK_COLON] = ACTIONS(4670), + [anon_sym_AMP_AMP] = ACTIONS(4670), + [anon_sym_PIPE_PIPE] = ACTIONS(4670), + [anon_sym_else] = ACTIONS(4668), + [anon_sym_COLON_COLON] = ACTIONS(4670), + [anon_sym_PLUS_EQ] = ACTIONS(4670), + [anon_sym_DASH_EQ] = ACTIONS(4670), + [anon_sym_STAR_EQ] = ACTIONS(4670), + [anon_sym_SLASH_EQ] = ACTIONS(4670), + [anon_sym_PERCENT_EQ] = ACTIONS(4670), + [anon_sym_BANG_EQ] = ACTIONS(4668), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4670), + [anon_sym_EQ_EQ] = ACTIONS(4668), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4670), + [anon_sym_LT_EQ] = ACTIONS(4670), + [anon_sym_GT_EQ] = ACTIONS(4670), + [anon_sym_BANGin] = ACTIONS(4670), + [anon_sym_is] = ACTIONS(4668), + [anon_sym_BANGis] = ACTIONS(4670), + [anon_sym_PLUS] = ACTIONS(4668), + [anon_sym_DASH] = ACTIONS(4668), + [anon_sym_SLASH] = ACTIONS(4668), + [anon_sym_PERCENT] = ACTIONS(4668), + [anon_sym_as_QMARK] = ACTIONS(4670), + [anon_sym_PLUS_PLUS] = ACTIONS(4670), + [anon_sym_DASH_DASH] = ACTIONS(4670), + [anon_sym_BANG_BANG] = ACTIONS(4670), + [anon_sym_suspend] = ACTIONS(4668), + [anon_sym_sealed] = ACTIONS(4668), + [anon_sym_annotation] = ACTIONS(4668), + [anon_sym_data] = ACTIONS(4668), + [anon_sym_inner] = ACTIONS(4668), + [anon_sym_override] = ACTIONS(4668), + [anon_sym_lateinit] = ACTIONS(4668), + [anon_sym_public] = ACTIONS(4668), + [anon_sym_private] = ACTIONS(4668), + [anon_sym_internal] = ACTIONS(4668), + [anon_sym_protected] = ACTIONS(4668), + [anon_sym_tailrec] = ACTIONS(4668), + [anon_sym_operator] = ACTIONS(4668), + [anon_sym_infix] = ACTIONS(4668), + [anon_sym_inline] = ACTIONS(4668), + [anon_sym_external] = ACTIONS(4668), + [sym_property_modifier] = ACTIONS(4668), + [anon_sym_abstract] = ACTIONS(4668), + [anon_sym_final] = ACTIONS(4668), + [anon_sym_open] = ACTIONS(4668), + [anon_sym_vararg] = ACTIONS(4668), + [anon_sym_noinline] = ACTIONS(4668), + [anon_sym_crossinline] = ACTIONS(4668), + [anon_sym_expect] = ACTIONS(4668), + [anon_sym_actual] = ACTIONS(4668), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4670), + [sym__automatic_semicolon] = ACTIONS(4670), + [sym_safe_nav] = ACTIONS(4670), [sym_multiline_comment] = ACTIONS(3), }, - [3691] = { - [sym__alpha_identifier] = ACTIONS(3027), - [anon_sym_AT] = ACTIONS(3029), - [anon_sym_LBRACK] = ACTIONS(3029), - [anon_sym_as] = ACTIONS(3027), - [anon_sym_EQ] = ACTIONS(3027), - [anon_sym_LBRACE] = ACTIONS(3029), - [anon_sym_RBRACE] = ACTIONS(3029), - [anon_sym_LPAREN] = ACTIONS(3029), - [anon_sym_COMMA] = ACTIONS(3029), - [anon_sym_LT] = ACTIONS(3027), - [anon_sym_GT] = ACTIONS(3027), - [anon_sym_where] = ACTIONS(3027), - [anon_sym_DOT] = ACTIONS(3027), - [anon_sym_SEMI] = ACTIONS(3029), - [anon_sym_get] = ACTIONS(3027), - [anon_sym_set] = ACTIONS(3027), - [anon_sym_STAR] = ACTIONS(3027), - [sym_label] = ACTIONS(3029), - [anon_sym_in] = ACTIONS(3027), - [anon_sym_DOT_DOT] = ACTIONS(3029), - [anon_sym_QMARK_COLON] = ACTIONS(3029), - [anon_sym_AMP_AMP] = ACTIONS(3029), - [anon_sym_PIPE_PIPE] = ACTIONS(3029), - [anon_sym_else] = ACTIONS(3027), - [anon_sym_COLON_COLON] = ACTIONS(3029), - [anon_sym_PLUS_EQ] = ACTIONS(3029), - [anon_sym_DASH_EQ] = ACTIONS(3029), - [anon_sym_STAR_EQ] = ACTIONS(3029), - [anon_sym_SLASH_EQ] = ACTIONS(3029), - [anon_sym_PERCENT_EQ] = ACTIONS(3029), - [anon_sym_BANG_EQ] = ACTIONS(3027), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3029), - [anon_sym_EQ_EQ] = ACTIONS(3027), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3029), - [anon_sym_LT_EQ] = ACTIONS(3029), - [anon_sym_GT_EQ] = ACTIONS(3029), - [anon_sym_BANGin] = ACTIONS(3029), - [anon_sym_is] = ACTIONS(3027), - [anon_sym_BANGis] = ACTIONS(3029), - [anon_sym_PLUS] = ACTIONS(3027), - [anon_sym_DASH] = ACTIONS(3027), - [anon_sym_SLASH] = ACTIONS(3027), - [anon_sym_PERCENT] = ACTIONS(3027), - [anon_sym_as_QMARK] = ACTIONS(3029), - [anon_sym_PLUS_PLUS] = ACTIONS(3029), - [anon_sym_DASH_DASH] = ACTIONS(3029), - [anon_sym_BANG_BANG] = ACTIONS(3029), - [anon_sym_suspend] = ACTIONS(3027), - [anon_sym_sealed] = ACTIONS(3027), - [anon_sym_annotation] = ACTIONS(3027), - [anon_sym_data] = ACTIONS(3027), - [anon_sym_inner] = ACTIONS(3027), - [anon_sym_override] = ACTIONS(3027), - [anon_sym_lateinit] = ACTIONS(3027), - [anon_sym_public] = ACTIONS(3027), - [anon_sym_private] = ACTIONS(3027), - [anon_sym_internal] = ACTIONS(3027), - [anon_sym_protected] = ACTIONS(3027), - [anon_sym_tailrec] = ACTIONS(3027), - [anon_sym_operator] = ACTIONS(3027), - [anon_sym_infix] = ACTIONS(3027), - [anon_sym_inline] = ACTIONS(3027), - [anon_sym_external] = ACTIONS(3027), - [sym_property_modifier] = ACTIONS(3027), - [anon_sym_abstract] = ACTIONS(3027), - [anon_sym_final] = ACTIONS(3027), - [anon_sym_open] = ACTIONS(3027), - [anon_sym_vararg] = ACTIONS(3027), - [anon_sym_noinline] = ACTIONS(3027), - [anon_sym_crossinline] = ACTIONS(3027), - [anon_sym_expect] = ACTIONS(3027), - [anon_sym_actual] = ACTIONS(3027), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3029), - [sym__automatic_semicolon] = ACTIONS(3029), - [sym_safe_nav] = ACTIONS(3029), + [3627] = { + [sym_function_body] = STATE(3202), + [sym__block] = STATE(3464), + [sym__alpha_identifier] = ACTIONS(4099), + [anon_sym_AT] = ACTIONS(4101), + [anon_sym_LBRACK] = ACTIONS(4101), + [anon_sym_as] = ACTIONS(4099), + [anon_sym_EQ] = ACTIONS(6389), + [anon_sym_LBRACE] = ACTIONS(6233), + [anon_sym_RBRACE] = ACTIONS(4101), + [anon_sym_LPAREN] = ACTIONS(4101), + [anon_sym_RPAREN] = ACTIONS(4101), + [anon_sym_LT] = ACTIONS(4099), + [anon_sym_GT] = ACTIONS(4099), + [anon_sym_DOT] = ACTIONS(4099), + [anon_sym_SEMI] = ACTIONS(4101), + [anon_sym_get] = ACTIONS(4099), + [anon_sym_set] = ACTIONS(4099), + [anon_sym_STAR] = ACTIONS(4099), + [sym_label] = ACTIONS(4101), + [anon_sym_in] = ACTIONS(4099), + [anon_sym_while] = ACTIONS(4099), + [anon_sym_DOT_DOT] = ACTIONS(4101), + [anon_sym_QMARK_COLON] = ACTIONS(4101), + [anon_sym_AMP_AMP] = ACTIONS(4101), + [anon_sym_PIPE_PIPE] = ACTIONS(4101), + [anon_sym_else] = ACTIONS(4099), + [anon_sym_COLON_COLON] = ACTIONS(4101), + [anon_sym_PLUS_EQ] = ACTIONS(4101), + [anon_sym_DASH_EQ] = ACTIONS(4101), + [anon_sym_STAR_EQ] = ACTIONS(4101), + [anon_sym_SLASH_EQ] = ACTIONS(4101), + [anon_sym_PERCENT_EQ] = ACTIONS(4101), + [anon_sym_BANG_EQ] = ACTIONS(4099), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4101), + [anon_sym_EQ_EQ] = ACTIONS(4099), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4101), + [anon_sym_LT_EQ] = ACTIONS(4101), + [anon_sym_GT_EQ] = ACTIONS(4101), + [anon_sym_BANGin] = ACTIONS(4101), + [anon_sym_is] = ACTIONS(4099), + [anon_sym_BANGis] = ACTIONS(4101), + [anon_sym_PLUS] = ACTIONS(4099), + [anon_sym_DASH] = ACTIONS(4099), + [anon_sym_SLASH] = ACTIONS(4099), + [anon_sym_PERCENT] = ACTIONS(4099), + [anon_sym_as_QMARK] = ACTIONS(4101), + [anon_sym_PLUS_PLUS] = ACTIONS(4101), + [anon_sym_DASH_DASH] = ACTIONS(4101), + [anon_sym_BANG_BANG] = ACTIONS(4101), + [anon_sym_suspend] = ACTIONS(4099), + [anon_sym_sealed] = ACTIONS(4099), + [anon_sym_annotation] = ACTIONS(4099), + [anon_sym_data] = ACTIONS(4099), + [anon_sym_inner] = ACTIONS(4099), + [anon_sym_override] = ACTIONS(4099), + [anon_sym_lateinit] = ACTIONS(4099), + [anon_sym_public] = ACTIONS(4099), + [anon_sym_private] = ACTIONS(4099), + [anon_sym_internal] = ACTIONS(4099), + [anon_sym_protected] = ACTIONS(4099), + [anon_sym_tailrec] = ACTIONS(4099), + [anon_sym_operator] = ACTIONS(4099), + [anon_sym_infix] = ACTIONS(4099), + [anon_sym_inline] = ACTIONS(4099), + [anon_sym_external] = ACTIONS(4099), + [sym_property_modifier] = ACTIONS(4099), + [anon_sym_abstract] = ACTIONS(4099), + [anon_sym_final] = ACTIONS(4099), + [anon_sym_open] = ACTIONS(4099), + [anon_sym_vararg] = ACTIONS(4099), + [anon_sym_noinline] = ACTIONS(4099), + [anon_sym_crossinline] = ACTIONS(4099), + [anon_sym_expect] = ACTIONS(4099), + [anon_sym_actual] = ACTIONS(4099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4101), + [sym_safe_nav] = ACTIONS(4101), [sym_multiline_comment] = ACTIONS(3), }, - [3692] = { - [sym__alpha_identifier] = ACTIONS(5039), - [anon_sym_AT] = ACTIONS(5041), - [anon_sym_LBRACK] = ACTIONS(5041), - [anon_sym_as] = ACTIONS(5039), - [anon_sym_EQ] = ACTIONS(5039), - [anon_sym_LBRACE] = ACTIONS(5041), - [anon_sym_RBRACE] = ACTIONS(5041), - [anon_sym_LPAREN] = ACTIONS(5041), - [anon_sym_COMMA] = ACTIONS(5041), - [anon_sym_LT] = ACTIONS(5039), - [anon_sym_GT] = ACTIONS(5039), - [anon_sym_where] = ACTIONS(5039), - [anon_sym_DOT] = ACTIONS(5039), - [anon_sym_SEMI] = ACTIONS(5041), - [anon_sym_get] = ACTIONS(5039), - [anon_sym_set] = ACTIONS(5039), - [anon_sym_STAR] = ACTIONS(5039), - [sym_label] = ACTIONS(5041), - [anon_sym_in] = ACTIONS(5039), - [anon_sym_DOT_DOT] = ACTIONS(5041), - [anon_sym_QMARK_COLON] = ACTIONS(5041), - [anon_sym_AMP_AMP] = ACTIONS(5041), - [anon_sym_PIPE_PIPE] = ACTIONS(5041), - [anon_sym_else] = ACTIONS(5039), - [anon_sym_COLON_COLON] = ACTIONS(5041), - [anon_sym_PLUS_EQ] = ACTIONS(5041), - [anon_sym_DASH_EQ] = ACTIONS(5041), - [anon_sym_STAR_EQ] = ACTIONS(5041), - [anon_sym_SLASH_EQ] = ACTIONS(5041), - [anon_sym_PERCENT_EQ] = ACTIONS(5041), - [anon_sym_BANG_EQ] = ACTIONS(5039), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5041), - [anon_sym_EQ_EQ] = ACTIONS(5039), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5041), - [anon_sym_LT_EQ] = ACTIONS(5041), - [anon_sym_GT_EQ] = ACTIONS(5041), - [anon_sym_BANGin] = ACTIONS(5041), - [anon_sym_is] = ACTIONS(5039), - [anon_sym_BANGis] = ACTIONS(5041), - [anon_sym_PLUS] = ACTIONS(5039), - [anon_sym_DASH] = ACTIONS(5039), - [anon_sym_SLASH] = ACTIONS(5039), - [anon_sym_PERCENT] = ACTIONS(5039), - [anon_sym_as_QMARK] = ACTIONS(5041), - [anon_sym_PLUS_PLUS] = ACTIONS(5041), - [anon_sym_DASH_DASH] = ACTIONS(5041), - [anon_sym_BANG_BANG] = ACTIONS(5041), - [anon_sym_suspend] = ACTIONS(5039), - [anon_sym_sealed] = ACTIONS(5039), - [anon_sym_annotation] = ACTIONS(5039), - [anon_sym_data] = ACTIONS(5039), - [anon_sym_inner] = ACTIONS(5039), - [anon_sym_override] = ACTIONS(5039), - [anon_sym_lateinit] = ACTIONS(5039), - [anon_sym_public] = ACTIONS(5039), - [anon_sym_private] = ACTIONS(5039), - [anon_sym_internal] = ACTIONS(5039), - [anon_sym_protected] = ACTIONS(5039), - [anon_sym_tailrec] = ACTIONS(5039), - [anon_sym_operator] = ACTIONS(5039), - [anon_sym_infix] = ACTIONS(5039), - [anon_sym_inline] = ACTIONS(5039), - [anon_sym_external] = ACTIONS(5039), - [sym_property_modifier] = ACTIONS(5039), - [anon_sym_abstract] = ACTIONS(5039), - [anon_sym_final] = ACTIONS(5039), - [anon_sym_open] = ACTIONS(5039), - [anon_sym_vararg] = ACTIONS(5039), - [anon_sym_noinline] = ACTIONS(5039), - [anon_sym_crossinline] = ACTIONS(5039), - [anon_sym_expect] = ACTIONS(5039), - [anon_sym_actual] = ACTIONS(5039), + [3628] = { + [sym__alpha_identifier] = ACTIONS(4646), + [anon_sym_AT] = ACTIONS(4648), + [anon_sym_LBRACK] = ACTIONS(4648), + [anon_sym_EQ] = ACTIONS(4648), + [anon_sym_LBRACE] = ACTIONS(4648), + [anon_sym_RBRACE] = ACTIONS(4648), + [anon_sym_LPAREN] = ACTIONS(4648), + [anon_sym_COMMA] = ACTIONS(4648), + [anon_sym_by] = ACTIONS(4646), + [anon_sym_where] = ACTIONS(4646), + [anon_sym_object] = ACTIONS(4646), + [anon_sym_fun] = ACTIONS(4646), + [anon_sym_SEMI] = ACTIONS(4648), + [anon_sym_get] = ACTIONS(4646), + [anon_sym_set] = ACTIONS(4646), + [anon_sym_this] = ACTIONS(4646), + [anon_sym_super] = ACTIONS(4646), + [anon_sym_STAR] = ACTIONS(4648), + [sym_label] = ACTIONS(4646), + [anon_sym_in] = ACTIONS(4646), + [anon_sym_null] = ACTIONS(4646), + [anon_sym_if] = ACTIONS(4646), + [anon_sym_else] = ACTIONS(4646), + [anon_sym_when] = ACTIONS(4646), + [anon_sym_try] = ACTIONS(4646), + [anon_sym_throw] = ACTIONS(4646), + [anon_sym_return] = ACTIONS(4646), + [anon_sym_continue] = ACTIONS(4646), + [anon_sym_break] = ACTIONS(4646), + [anon_sym_COLON_COLON] = ACTIONS(4648), + [anon_sym_BANGin] = ACTIONS(4648), + [anon_sym_is] = ACTIONS(4646), + [anon_sym_BANGis] = ACTIONS(4648), + [anon_sym_PLUS] = ACTIONS(4646), + [anon_sym_DASH] = ACTIONS(4646), + [anon_sym_PLUS_PLUS] = ACTIONS(4648), + [anon_sym_DASH_DASH] = ACTIONS(4648), + [anon_sym_BANG] = ACTIONS(4646), + [anon_sym_suspend] = ACTIONS(4646), + [anon_sym_sealed] = ACTIONS(4646), + [anon_sym_annotation] = ACTIONS(4646), + [anon_sym_data] = ACTIONS(4646), + [anon_sym_inner] = ACTIONS(4646), + [anon_sym_override] = ACTIONS(4646), + [anon_sym_lateinit] = ACTIONS(4646), + [anon_sym_public] = ACTIONS(4646), + [anon_sym_private] = ACTIONS(4646), + [anon_sym_internal] = ACTIONS(4646), + [anon_sym_protected] = ACTIONS(4646), + [anon_sym_tailrec] = ACTIONS(4646), + [anon_sym_operator] = ACTIONS(4646), + [anon_sym_infix] = ACTIONS(4646), + [anon_sym_inline] = ACTIONS(4646), + [anon_sym_external] = ACTIONS(4646), + [sym_property_modifier] = ACTIONS(4646), + [anon_sym_abstract] = ACTIONS(4646), + [anon_sym_final] = ACTIONS(4646), + [anon_sym_open] = ACTIONS(4646), + [anon_sym_vararg] = ACTIONS(4646), + [anon_sym_noinline] = ACTIONS(4646), + [anon_sym_crossinline] = ACTIONS(4646), + [anon_sym_expect] = ACTIONS(4646), + [anon_sym_actual] = ACTIONS(4646), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4648), + [anon_sym_continue_AT] = ACTIONS(4648), + [anon_sym_break_AT] = ACTIONS(4648), + [sym_real_literal] = ACTIONS(4648), + [sym_integer_literal] = ACTIONS(4646), + [sym_hex_literal] = ACTIONS(4648), + [sym_bin_literal] = ACTIONS(4648), + [anon_sym_true] = ACTIONS(4646), + [anon_sym_false] = ACTIONS(4646), + [anon_sym_SQUOTE] = ACTIONS(4648), + [sym__backtick_identifier] = ACTIONS(4648), + [sym__automatic_semicolon] = ACTIONS(4648), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4648), + }, + [3629] = { + [sym_enum_class_body] = STATE(3677), + [sym__alpha_identifier] = ACTIONS(4503), + [anon_sym_AT] = ACTIONS(4505), + [anon_sym_LBRACK] = ACTIONS(4505), + [anon_sym_as] = ACTIONS(4503), + [anon_sym_EQ] = ACTIONS(4503), + [anon_sym_LBRACE] = ACTIONS(5415), + [anon_sym_RBRACE] = ACTIONS(4505), + [anon_sym_LPAREN] = ACTIONS(4505), + [anon_sym_COMMA] = ACTIONS(4505), + [anon_sym_LT] = ACTIONS(4503), + [anon_sym_GT] = ACTIONS(4503), + [anon_sym_where] = ACTIONS(4503), + [anon_sym_DOT] = ACTIONS(4503), + [anon_sym_SEMI] = ACTIONS(4505), + [anon_sym_get] = ACTIONS(4503), + [anon_sym_set] = ACTIONS(4503), + [anon_sym_STAR] = ACTIONS(4503), + [sym_label] = ACTIONS(4505), + [anon_sym_in] = ACTIONS(4503), + [anon_sym_DOT_DOT] = ACTIONS(4505), + [anon_sym_QMARK_COLON] = ACTIONS(4505), + [anon_sym_AMP_AMP] = ACTIONS(4505), + [anon_sym_PIPE_PIPE] = ACTIONS(4505), + [anon_sym_else] = ACTIONS(4503), + [anon_sym_COLON_COLON] = ACTIONS(4505), + [anon_sym_PLUS_EQ] = ACTIONS(4505), + [anon_sym_DASH_EQ] = ACTIONS(4505), + [anon_sym_STAR_EQ] = ACTIONS(4505), + [anon_sym_SLASH_EQ] = ACTIONS(4505), + [anon_sym_PERCENT_EQ] = ACTIONS(4505), + [anon_sym_BANG_EQ] = ACTIONS(4503), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4505), + [anon_sym_EQ_EQ] = ACTIONS(4503), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4505), + [anon_sym_LT_EQ] = ACTIONS(4505), + [anon_sym_GT_EQ] = ACTIONS(4505), + [anon_sym_BANGin] = ACTIONS(4505), + [anon_sym_is] = ACTIONS(4503), + [anon_sym_BANGis] = ACTIONS(4505), + [anon_sym_PLUS] = ACTIONS(4503), + [anon_sym_DASH] = ACTIONS(4503), + [anon_sym_SLASH] = ACTIONS(4503), + [anon_sym_PERCENT] = ACTIONS(4503), + [anon_sym_as_QMARK] = ACTIONS(4505), + [anon_sym_PLUS_PLUS] = ACTIONS(4505), + [anon_sym_DASH_DASH] = ACTIONS(4505), + [anon_sym_BANG_BANG] = ACTIONS(4505), + [anon_sym_suspend] = ACTIONS(4503), + [anon_sym_sealed] = ACTIONS(4503), + [anon_sym_annotation] = ACTIONS(4503), + [anon_sym_data] = ACTIONS(4503), + [anon_sym_inner] = ACTIONS(4503), + [anon_sym_override] = ACTIONS(4503), + [anon_sym_lateinit] = ACTIONS(4503), + [anon_sym_public] = ACTIONS(4503), + [anon_sym_private] = ACTIONS(4503), + [anon_sym_internal] = ACTIONS(4503), + [anon_sym_protected] = ACTIONS(4503), + [anon_sym_tailrec] = ACTIONS(4503), + [anon_sym_operator] = ACTIONS(4503), + [anon_sym_infix] = ACTIONS(4503), + [anon_sym_inline] = ACTIONS(4503), + [anon_sym_external] = ACTIONS(4503), + [sym_property_modifier] = ACTIONS(4503), + [anon_sym_abstract] = ACTIONS(4503), + [anon_sym_final] = ACTIONS(4503), + [anon_sym_open] = ACTIONS(4503), + [anon_sym_vararg] = ACTIONS(4503), + [anon_sym_noinline] = ACTIONS(4503), + [anon_sym_crossinline] = ACTIONS(4503), + [anon_sym_expect] = ACTIONS(4503), + [anon_sym_actual] = ACTIONS(4503), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5041), - [sym__automatic_semicolon] = ACTIONS(5041), - [sym_safe_nav] = ACTIONS(5041), + [sym__backtick_identifier] = ACTIONS(4505), + [sym__automatic_semicolon] = ACTIONS(4505), + [sym_safe_nav] = ACTIONS(4505), [sym_multiline_comment] = ACTIONS(3), }, - [3693] = { - [sym__alpha_identifier] = ACTIONS(5055), - [anon_sym_AT] = ACTIONS(5057), - [anon_sym_LBRACK] = ACTIONS(5057), - [anon_sym_as] = ACTIONS(5055), - [anon_sym_EQ] = ACTIONS(5055), - [anon_sym_LBRACE] = ACTIONS(5057), - [anon_sym_RBRACE] = ACTIONS(5057), - [anon_sym_LPAREN] = ACTIONS(5057), - [anon_sym_COMMA] = ACTIONS(5057), - [anon_sym_LT] = ACTIONS(5055), - [anon_sym_GT] = ACTIONS(5055), - [anon_sym_where] = ACTIONS(5055), - [anon_sym_DOT] = ACTIONS(5055), - [anon_sym_SEMI] = ACTIONS(5057), - [anon_sym_get] = ACTIONS(5055), - [anon_sym_set] = ACTIONS(5055), - [anon_sym_STAR] = ACTIONS(5055), - [sym_label] = ACTIONS(5057), - [anon_sym_in] = ACTIONS(5055), - [anon_sym_DOT_DOT] = ACTIONS(5057), - [anon_sym_QMARK_COLON] = ACTIONS(5057), - [anon_sym_AMP_AMP] = ACTIONS(5057), - [anon_sym_PIPE_PIPE] = ACTIONS(5057), - [anon_sym_else] = ACTIONS(5055), - [anon_sym_COLON_COLON] = ACTIONS(5057), - [anon_sym_PLUS_EQ] = ACTIONS(5057), - [anon_sym_DASH_EQ] = ACTIONS(5057), - [anon_sym_STAR_EQ] = ACTIONS(5057), - [anon_sym_SLASH_EQ] = ACTIONS(5057), - [anon_sym_PERCENT_EQ] = ACTIONS(5057), - [anon_sym_BANG_EQ] = ACTIONS(5055), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5057), - [anon_sym_EQ_EQ] = ACTIONS(5055), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5057), - [anon_sym_LT_EQ] = ACTIONS(5057), - [anon_sym_GT_EQ] = ACTIONS(5057), - [anon_sym_BANGin] = ACTIONS(5057), - [anon_sym_is] = ACTIONS(5055), - [anon_sym_BANGis] = ACTIONS(5057), - [anon_sym_PLUS] = ACTIONS(5055), - [anon_sym_DASH] = ACTIONS(5055), - [anon_sym_SLASH] = ACTIONS(5055), - [anon_sym_PERCENT] = ACTIONS(5055), - [anon_sym_as_QMARK] = ACTIONS(5057), - [anon_sym_PLUS_PLUS] = ACTIONS(5057), - [anon_sym_DASH_DASH] = ACTIONS(5057), - [anon_sym_BANG_BANG] = ACTIONS(5057), - [anon_sym_suspend] = ACTIONS(5055), - [anon_sym_sealed] = ACTIONS(5055), - [anon_sym_annotation] = ACTIONS(5055), - [anon_sym_data] = ACTIONS(5055), - [anon_sym_inner] = ACTIONS(5055), - [anon_sym_override] = ACTIONS(5055), - [anon_sym_lateinit] = ACTIONS(5055), - [anon_sym_public] = ACTIONS(5055), - [anon_sym_private] = ACTIONS(5055), - [anon_sym_internal] = ACTIONS(5055), - [anon_sym_protected] = ACTIONS(5055), - [anon_sym_tailrec] = ACTIONS(5055), - [anon_sym_operator] = ACTIONS(5055), - [anon_sym_infix] = ACTIONS(5055), - [anon_sym_inline] = ACTIONS(5055), - [anon_sym_external] = ACTIONS(5055), - [sym_property_modifier] = ACTIONS(5055), - [anon_sym_abstract] = ACTIONS(5055), - [anon_sym_final] = ACTIONS(5055), - [anon_sym_open] = ACTIONS(5055), - [anon_sym_vararg] = ACTIONS(5055), - [anon_sym_noinline] = ACTIONS(5055), - [anon_sym_crossinline] = ACTIONS(5055), - [anon_sym_expect] = ACTIONS(5055), - [anon_sym_actual] = ACTIONS(5055), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5057), - [sym__automatic_semicolon] = ACTIONS(5057), - [sym_safe_nav] = ACTIONS(5057), + [3630] = { + [sym__alpha_identifier] = ACTIONS(4646), + [anon_sym_AT] = ACTIONS(4648), + [anon_sym_LBRACK] = ACTIONS(4648), + [anon_sym_as] = ACTIONS(4646), + [anon_sym_EQ] = ACTIONS(4646), + [anon_sym_LBRACE] = ACTIONS(4648), + [anon_sym_RBRACE] = ACTIONS(4648), + [anon_sym_LPAREN] = ACTIONS(4648), + [anon_sym_COMMA] = ACTIONS(4648), + [anon_sym_by] = ACTIONS(4646), + [anon_sym_LT] = ACTIONS(4646), + [anon_sym_GT] = ACTIONS(4646), + [anon_sym_where] = ACTIONS(4646), + [anon_sym_DOT] = ACTIONS(4646), + [anon_sym_SEMI] = ACTIONS(4648), + [anon_sym_get] = ACTIONS(4646), + [anon_sym_set] = ACTIONS(4646), + [anon_sym_STAR] = ACTIONS(4646), + [sym_label] = ACTIONS(4648), + [anon_sym_in] = ACTIONS(4646), + [anon_sym_DOT_DOT] = ACTIONS(4648), + [anon_sym_QMARK_COLON] = ACTIONS(4648), + [anon_sym_AMP_AMP] = ACTIONS(4648), + [anon_sym_PIPE_PIPE] = ACTIONS(4648), + [anon_sym_else] = ACTIONS(4646), + [anon_sym_COLON_COLON] = ACTIONS(4648), + [anon_sym_PLUS_EQ] = ACTIONS(4648), + [anon_sym_DASH_EQ] = ACTIONS(4648), + [anon_sym_STAR_EQ] = ACTIONS(4648), + [anon_sym_SLASH_EQ] = ACTIONS(4648), + [anon_sym_PERCENT_EQ] = ACTIONS(4648), + [anon_sym_BANG_EQ] = ACTIONS(4646), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4648), + [anon_sym_EQ_EQ] = ACTIONS(4646), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4648), + [anon_sym_LT_EQ] = ACTIONS(4648), + [anon_sym_GT_EQ] = ACTIONS(4648), + [anon_sym_BANGin] = ACTIONS(4648), + [anon_sym_is] = ACTIONS(4646), + [anon_sym_BANGis] = ACTIONS(4648), + [anon_sym_PLUS] = ACTIONS(4646), + [anon_sym_DASH] = ACTIONS(4646), + [anon_sym_SLASH] = ACTIONS(4646), + [anon_sym_PERCENT] = ACTIONS(4646), + [anon_sym_as_QMARK] = ACTIONS(4648), + [anon_sym_PLUS_PLUS] = ACTIONS(4648), + [anon_sym_DASH_DASH] = ACTIONS(4648), + [anon_sym_BANG_BANG] = ACTIONS(4648), + [anon_sym_suspend] = ACTIONS(4646), + [anon_sym_sealed] = ACTIONS(4646), + [anon_sym_annotation] = ACTIONS(4646), + [anon_sym_data] = ACTIONS(4646), + [anon_sym_inner] = ACTIONS(4646), + [anon_sym_override] = ACTIONS(4646), + [anon_sym_lateinit] = ACTIONS(4646), + [anon_sym_public] = ACTIONS(4646), + [anon_sym_private] = ACTIONS(4646), + [anon_sym_internal] = ACTIONS(4646), + [anon_sym_protected] = ACTIONS(4646), + [anon_sym_tailrec] = ACTIONS(4646), + [anon_sym_operator] = ACTIONS(4646), + [anon_sym_infix] = ACTIONS(4646), + [anon_sym_inline] = ACTIONS(4646), + [anon_sym_external] = ACTIONS(4646), + [sym_property_modifier] = ACTIONS(4646), + [anon_sym_abstract] = ACTIONS(4646), + [anon_sym_final] = ACTIONS(4646), + [anon_sym_open] = ACTIONS(4646), + [anon_sym_vararg] = ACTIONS(4646), + [anon_sym_noinline] = ACTIONS(4646), + [anon_sym_crossinline] = ACTIONS(4646), + [anon_sym_expect] = ACTIONS(4646), + [anon_sym_actual] = ACTIONS(4646), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4648), + [sym__automatic_semicolon] = ACTIONS(4648), + [sym_safe_nav] = ACTIONS(4648), [sym_multiline_comment] = ACTIONS(3), }, - [3694] = { - [sym__alpha_identifier] = ACTIONS(4821), - [anon_sym_AT] = ACTIONS(4823), - [anon_sym_LBRACK] = ACTIONS(4823), - [anon_sym_as] = ACTIONS(4821), - [anon_sym_EQ] = ACTIONS(4821), - [anon_sym_LBRACE] = ACTIONS(4823), - [anon_sym_RBRACE] = ACTIONS(4823), - [anon_sym_LPAREN] = ACTIONS(4823), - [anon_sym_COMMA] = ACTIONS(4823), - [anon_sym_LT] = ACTIONS(4821), - [anon_sym_GT] = ACTIONS(4821), - [anon_sym_where] = ACTIONS(4821), - [anon_sym_DOT] = ACTIONS(4821), - [anon_sym_SEMI] = ACTIONS(4823), - [anon_sym_get] = ACTIONS(4821), - [anon_sym_set] = ACTIONS(4821), - [anon_sym_STAR] = ACTIONS(4821), - [sym_label] = ACTIONS(4823), - [anon_sym_in] = ACTIONS(4821), - [anon_sym_DOT_DOT] = ACTIONS(4823), - [anon_sym_QMARK_COLON] = ACTIONS(4823), - [anon_sym_AMP_AMP] = ACTIONS(4823), - [anon_sym_PIPE_PIPE] = ACTIONS(4823), - [anon_sym_else] = ACTIONS(4821), - [anon_sym_COLON_COLON] = ACTIONS(4823), - [anon_sym_PLUS_EQ] = ACTIONS(4823), - [anon_sym_DASH_EQ] = ACTIONS(4823), - [anon_sym_STAR_EQ] = ACTIONS(4823), - [anon_sym_SLASH_EQ] = ACTIONS(4823), - [anon_sym_PERCENT_EQ] = ACTIONS(4823), - [anon_sym_BANG_EQ] = ACTIONS(4821), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4823), - [anon_sym_EQ_EQ] = ACTIONS(4821), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4823), - [anon_sym_LT_EQ] = ACTIONS(4823), - [anon_sym_GT_EQ] = ACTIONS(4823), - [anon_sym_BANGin] = ACTIONS(4823), - [anon_sym_is] = ACTIONS(4821), - [anon_sym_BANGis] = ACTIONS(4823), - [anon_sym_PLUS] = ACTIONS(4821), - [anon_sym_DASH] = ACTIONS(4821), - [anon_sym_SLASH] = ACTIONS(4821), - [anon_sym_PERCENT] = ACTIONS(4821), - [anon_sym_as_QMARK] = ACTIONS(4823), - [anon_sym_PLUS_PLUS] = ACTIONS(4823), - [anon_sym_DASH_DASH] = ACTIONS(4823), - [anon_sym_BANG_BANG] = ACTIONS(4823), - [anon_sym_suspend] = ACTIONS(4821), - [anon_sym_sealed] = ACTIONS(4821), - [anon_sym_annotation] = ACTIONS(4821), - [anon_sym_data] = ACTIONS(4821), - [anon_sym_inner] = ACTIONS(4821), - [anon_sym_override] = ACTIONS(4821), - [anon_sym_lateinit] = ACTIONS(4821), - [anon_sym_public] = ACTIONS(4821), - [anon_sym_private] = ACTIONS(4821), - [anon_sym_internal] = ACTIONS(4821), - [anon_sym_protected] = ACTIONS(4821), - [anon_sym_tailrec] = ACTIONS(4821), - [anon_sym_operator] = ACTIONS(4821), - [anon_sym_infix] = ACTIONS(4821), - [anon_sym_inline] = ACTIONS(4821), - [anon_sym_external] = ACTIONS(4821), - [sym_property_modifier] = ACTIONS(4821), - [anon_sym_abstract] = ACTIONS(4821), - [anon_sym_final] = ACTIONS(4821), - [anon_sym_open] = ACTIONS(4821), - [anon_sym_vararg] = ACTIONS(4821), - [anon_sym_noinline] = ACTIONS(4821), - [anon_sym_crossinline] = ACTIONS(4821), - [anon_sym_expect] = ACTIONS(4821), - [anon_sym_actual] = ACTIONS(4821), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4823), - [sym__automatic_semicolon] = ACTIONS(4823), - [sym_safe_nav] = ACTIONS(4823), + [3631] = { + [sym_class_body] = STATE(3743), + [sym__alpha_identifier] = ACTIONS(4303), + [anon_sym_AT] = ACTIONS(4305), + [anon_sym_LBRACK] = ACTIONS(4305), + [anon_sym_as] = ACTIONS(4303), + [anon_sym_EQ] = ACTIONS(4303), + [anon_sym_LBRACE] = ACTIONS(5360), + [anon_sym_RBRACE] = ACTIONS(4305), + [anon_sym_LPAREN] = ACTIONS(4305), + [anon_sym_COMMA] = ACTIONS(4305), + [anon_sym_LT] = ACTIONS(4303), + [anon_sym_GT] = ACTIONS(4303), + [anon_sym_where] = ACTIONS(4303), + [anon_sym_DOT] = ACTIONS(4303), + [anon_sym_SEMI] = ACTIONS(4305), + [anon_sym_get] = ACTIONS(4303), + [anon_sym_set] = ACTIONS(4303), + [anon_sym_STAR] = ACTIONS(4303), + [sym_label] = ACTIONS(4305), + [anon_sym_in] = ACTIONS(4303), + [anon_sym_DOT_DOT] = ACTIONS(4305), + [anon_sym_QMARK_COLON] = ACTIONS(4305), + [anon_sym_AMP_AMP] = ACTIONS(4305), + [anon_sym_PIPE_PIPE] = ACTIONS(4305), + [anon_sym_else] = ACTIONS(4303), + [anon_sym_COLON_COLON] = ACTIONS(4305), + [anon_sym_PLUS_EQ] = ACTIONS(4305), + [anon_sym_DASH_EQ] = ACTIONS(4305), + [anon_sym_STAR_EQ] = ACTIONS(4305), + [anon_sym_SLASH_EQ] = ACTIONS(4305), + [anon_sym_PERCENT_EQ] = ACTIONS(4305), + [anon_sym_BANG_EQ] = ACTIONS(4303), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4305), + [anon_sym_EQ_EQ] = ACTIONS(4303), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4305), + [anon_sym_LT_EQ] = ACTIONS(4305), + [anon_sym_GT_EQ] = ACTIONS(4305), + [anon_sym_BANGin] = ACTIONS(4305), + [anon_sym_is] = ACTIONS(4303), + [anon_sym_BANGis] = ACTIONS(4305), + [anon_sym_PLUS] = ACTIONS(4303), + [anon_sym_DASH] = ACTIONS(4303), + [anon_sym_SLASH] = ACTIONS(4303), + [anon_sym_PERCENT] = ACTIONS(4303), + [anon_sym_as_QMARK] = ACTIONS(4305), + [anon_sym_PLUS_PLUS] = ACTIONS(4305), + [anon_sym_DASH_DASH] = ACTIONS(4305), + [anon_sym_BANG_BANG] = ACTIONS(4305), + [anon_sym_suspend] = ACTIONS(4303), + [anon_sym_sealed] = ACTIONS(4303), + [anon_sym_annotation] = ACTIONS(4303), + [anon_sym_data] = ACTIONS(4303), + [anon_sym_inner] = ACTIONS(4303), + [anon_sym_override] = ACTIONS(4303), + [anon_sym_lateinit] = ACTIONS(4303), + [anon_sym_public] = ACTIONS(4303), + [anon_sym_private] = ACTIONS(4303), + [anon_sym_internal] = ACTIONS(4303), + [anon_sym_protected] = ACTIONS(4303), + [anon_sym_tailrec] = ACTIONS(4303), + [anon_sym_operator] = ACTIONS(4303), + [anon_sym_infix] = ACTIONS(4303), + [anon_sym_inline] = ACTIONS(4303), + [anon_sym_external] = ACTIONS(4303), + [sym_property_modifier] = ACTIONS(4303), + [anon_sym_abstract] = ACTIONS(4303), + [anon_sym_final] = ACTIONS(4303), + [anon_sym_open] = ACTIONS(4303), + [anon_sym_vararg] = ACTIONS(4303), + [anon_sym_noinline] = ACTIONS(4303), + [anon_sym_crossinline] = ACTIONS(4303), + [anon_sym_expect] = ACTIONS(4303), + [anon_sym_actual] = ACTIONS(4303), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4305), + [sym__automatic_semicolon] = ACTIONS(4305), + [sym_safe_nav] = ACTIONS(4305), [sym_multiline_comment] = ACTIONS(3), }, - [3695] = { - [sym__alpha_identifier] = ACTIONS(4197), - [anon_sym_AT] = ACTIONS(4199), - [anon_sym_LBRACK] = ACTIONS(4199), - [anon_sym_as] = ACTIONS(4197), - [anon_sym_EQ] = ACTIONS(4197), - [anon_sym_LBRACE] = ACTIONS(4199), - [anon_sym_RBRACE] = ACTIONS(4199), - [anon_sym_LPAREN] = ACTIONS(4199), - [anon_sym_COMMA] = ACTIONS(4199), - [anon_sym_LT] = ACTIONS(4197), - [anon_sym_GT] = ACTIONS(4197), - [anon_sym_where] = ACTIONS(4197), - [anon_sym_DOT] = ACTIONS(4197), - [anon_sym_SEMI] = ACTIONS(4199), - [anon_sym_get] = ACTIONS(4197), - [anon_sym_set] = ACTIONS(4197), - [anon_sym_STAR] = ACTIONS(4197), - [sym_label] = ACTIONS(4199), - [anon_sym_in] = ACTIONS(4197), - [anon_sym_DOT_DOT] = ACTIONS(4199), - [anon_sym_QMARK_COLON] = ACTIONS(4199), - [anon_sym_AMP_AMP] = ACTIONS(4199), - [anon_sym_PIPE_PIPE] = ACTIONS(4199), - [anon_sym_else] = ACTIONS(4197), - [anon_sym_COLON_COLON] = ACTIONS(4199), - [anon_sym_PLUS_EQ] = ACTIONS(4199), - [anon_sym_DASH_EQ] = ACTIONS(4199), - [anon_sym_STAR_EQ] = ACTIONS(4199), - [anon_sym_SLASH_EQ] = ACTIONS(4199), - [anon_sym_PERCENT_EQ] = ACTIONS(4199), - [anon_sym_BANG_EQ] = ACTIONS(4197), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4199), - [anon_sym_EQ_EQ] = ACTIONS(4197), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4199), - [anon_sym_LT_EQ] = ACTIONS(4199), - [anon_sym_GT_EQ] = ACTIONS(4199), - [anon_sym_BANGin] = ACTIONS(4199), - [anon_sym_is] = ACTIONS(4197), - [anon_sym_BANGis] = ACTIONS(4199), - [anon_sym_PLUS] = ACTIONS(4197), - [anon_sym_DASH] = ACTIONS(4197), - [anon_sym_SLASH] = ACTIONS(4197), - [anon_sym_PERCENT] = ACTIONS(4197), - [anon_sym_as_QMARK] = ACTIONS(4199), - [anon_sym_PLUS_PLUS] = ACTIONS(4199), - [anon_sym_DASH_DASH] = ACTIONS(4199), - [anon_sym_BANG_BANG] = ACTIONS(4199), - [anon_sym_suspend] = ACTIONS(4197), - [anon_sym_sealed] = ACTIONS(4197), - [anon_sym_annotation] = ACTIONS(4197), - [anon_sym_data] = ACTIONS(4197), - [anon_sym_inner] = ACTIONS(4197), - [anon_sym_override] = ACTIONS(4197), - [anon_sym_lateinit] = ACTIONS(4197), - [anon_sym_public] = ACTIONS(4197), - [anon_sym_private] = ACTIONS(4197), - [anon_sym_internal] = ACTIONS(4197), - [anon_sym_protected] = ACTIONS(4197), - [anon_sym_tailrec] = ACTIONS(4197), - [anon_sym_operator] = ACTIONS(4197), - [anon_sym_infix] = ACTIONS(4197), - [anon_sym_inline] = ACTIONS(4197), - [anon_sym_external] = ACTIONS(4197), - [sym_property_modifier] = ACTIONS(4197), - [anon_sym_abstract] = ACTIONS(4197), - [anon_sym_final] = ACTIONS(4197), - [anon_sym_open] = ACTIONS(4197), - [anon_sym_vararg] = ACTIONS(4197), - [anon_sym_noinline] = ACTIONS(4197), - [anon_sym_crossinline] = ACTIONS(4197), - [anon_sym_expect] = ACTIONS(4197), - [anon_sym_actual] = ACTIONS(4197), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4199), - [sym__automatic_semicolon] = ACTIONS(4199), - [sym_safe_nav] = ACTIONS(4199), + [3632] = { + [sym__alpha_identifier] = ACTIONS(4285), + [anon_sym_AT] = ACTIONS(4288), + [anon_sym_LBRACK] = ACTIONS(4288), + [anon_sym_as] = ACTIONS(4293), + [anon_sym_EQ] = ACTIONS(4293), + [anon_sym_LBRACE] = ACTIONS(4288), + [anon_sym_RBRACE] = ACTIONS(4291), + [anon_sym_LPAREN] = ACTIONS(6805), + [anon_sym_LT] = ACTIONS(4293), + [anon_sym_GT] = ACTIONS(4293), + [anon_sym_object] = ACTIONS(3943), + [anon_sym_fun] = ACTIONS(3943), + [anon_sym_DOT] = ACTIONS(4293), + [anon_sym_SEMI] = ACTIONS(4291), + [anon_sym_get] = ACTIONS(4285), + [anon_sym_set] = ACTIONS(4285), + [anon_sym_this] = ACTIONS(3943), + [anon_sym_super] = ACTIONS(3943), + [anon_sym_STAR] = ACTIONS(4285), + [sym_label] = ACTIONS(4285), + [anon_sym_in] = ACTIONS(4293), + [anon_sym_DOT_DOT] = ACTIONS(4291), + [anon_sym_QMARK_COLON] = ACTIONS(4291), + [anon_sym_AMP_AMP] = ACTIONS(4291), + [anon_sym_PIPE_PIPE] = ACTIONS(4291), + [anon_sym_null] = ACTIONS(3943), + [anon_sym_if] = ACTIONS(3943), + [anon_sym_else] = ACTIONS(4293), + [anon_sym_when] = ACTIONS(3943), + [anon_sym_try] = ACTIONS(3943), + [anon_sym_throw] = ACTIONS(3943), + [anon_sym_return] = ACTIONS(3943), + [anon_sym_continue] = ACTIONS(3943), + [anon_sym_break] = ACTIONS(3943), + [anon_sym_COLON_COLON] = ACTIONS(4288), + [anon_sym_PLUS_EQ] = ACTIONS(4291), + [anon_sym_DASH_EQ] = ACTIONS(4291), + [anon_sym_STAR_EQ] = ACTIONS(4291), + [anon_sym_SLASH_EQ] = ACTIONS(4291), + [anon_sym_PERCENT_EQ] = ACTIONS(4291), + [anon_sym_BANG_EQ] = ACTIONS(4293), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4291), + [anon_sym_EQ_EQ] = ACTIONS(4293), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4291), + [anon_sym_LT_EQ] = ACTIONS(4291), + [anon_sym_GT_EQ] = ACTIONS(4291), + [anon_sym_BANGin] = ACTIONS(4291), + [anon_sym_is] = ACTIONS(4293), + [anon_sym_BANGis] = ACTIONS(4291), + [anon_sym_PLUS] = ACTIONS(4285), + [anon_sym_DASH] = ACTIONS(4285), + [anon_sym_SLASH] = ACTIONS(4293), + [anon_sym_PERCENT] = ACTIONS(4293), + [anon_sym_as_QMARK] = ACTIONS(4291), + [anon_sym_PLUS_PLUS] = ACTIONS(4288), + [anon_sym_DASH_DASH] = ACTIONS(4288), + [anon_sym_BANG] = ACTIONS(3943), + [anon_sym_BANG_BANG] = ACTIONS(4291), + [anon_sym_data] = ACTIONS(4285), + [anon_sym_inner] = ACTIONS(4285), + [anon_sym_expect] = ACTIONS(4285), + [anon_sym_actual] = ACTIONS(4285), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3948), + [anon_sym_continue_AT] = ACTIONS(3948), + [anon_sym_break_AT] = ACTIONS(3948), + [sym_real_literal] = ACTIONS(3948), + [sym_integer_literal] = ACTIONS(3943), + [sym_hex_literal] = ACTIONS(3948), + [sym_bin_literal] = ACTIONS(3948), + [anon_sym_true] = ACTIONS(3943), + [anon_sym_false] = ACTIONS(3943), + [anon_sym_SQUOTE] = ACTIONS(3948), + [sym__backtick_identifier] = ACTIONS(4288), + [sym__automatic_semicolon] = ACTIONS(4291), + [sym_safe_nav] = ACTIONS(4291), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3948), + }, + [3633] = { + [sym__alpha_identifier] = ACTIONS(4142), + [anon_sym_AT] = ACTIONS(4145), + [anon_sym_LBRACK] = ACTIONS(4145), + [anon_sym_as] = ACTIONS(4150), + [anon_sym_EQ] = ACTIONS(4150), + [anon_sym_LBRACE] = ACTIONS(4145), + [anon_sym_RBRACE] = ACTIONS(4148), + [anon_sym_LPAREN] = ACTIONS(6809), + [anon_sym_LT] = ACTIONS(4150), + [anon_sym_GT] = ACTIONS(4150), + [anon_sym_object] = ACTIONS(3943), + [anon_sym_fun] = ACTIONS(3943), + [anon_sym_DOT] = ACTIONS(4150), + [anon_sym_SEMI] = ACTIONS(4148), + [anon_sym_get] = ACTIONS(4142), + [anon_sym_set] = ACTIONS(4142), + [anon_sym_this] = ACTIONS(3943), + [anon_sym_super] = ACTIONS(3943), + [anon_sym_STAR] = ACTIONS(4142), + [sym_label] = ACTIONS(4142), + [anon_sym_in] = ACTIONS(4150), + [anon_sym_DOT_DOT] = ACTIONS(4148), + [anon_sym_QMARK_COLON] = ACTIONS(4148), + [anon_sym_AMP_AMP] = ACTIONS(4148), + [anon_sym_PIPE_PIPE] = ACTIONS(4148), + [anon_sym_null] = ACTIONS(3943), + [anon_sym_if] = ACTIONS(3943), + [anon_sym_else] = ACTIONS(4150), + [anon_sym_when] = ACTIONS(3943), + [anon_sym_try] = ACTIONS(3943), + [anon_sym_throw] = ACTIONS(3943), + [anon_sym_return] = ACTIONS(3943), + [anon_sym_continue] = ACTIONS(3943), + [anon_sym_break] = ACTIONS(3943), + [anon_sym_COLON_COLON] = ACTIONS(4145), + [anon_sym_PLUS_EQ] = ACTIONS(4148), + [anon_sym_DASH_EQ] = ACTIONS(4148), + [anon_sym_STAR_EQ] = ACTIONS(4148), + [anon_sym_SLASH_EQ] = ACTIONS(4148), + [anon_sym_PERCENT_EQ] = ACTIONS(4148), + [anon_sym_BANG_EQ] = ACTIONS(4150), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4148), + [anon_sym_EQ_EQ] = ACTIONS(4150), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4148), + [anon_sym_LT_EQ] = ACTIONS(4148), + [anon_sym_GT_EQ] = ACTIONS(4148), + [anon_sym_BANGin] = ACTIONS(4148), + [anon_sym_is] = ACTIONS(4150), + [anon_sym_BANGis] = ACTIONS(4148), + [anon_sym_PLUS] = ACTIONS(4142), + [anon_sym_DASH] = ACTIONS(4142), + [anon_sym_SLASH] = ACTIONS(4150), + [anon_sym_PERCENT] = ACTIONS(4150), + [anon_sym_as_QMARK] = ACTIONS(4148), + [anon_sym_PLUS_PLUS] = ACTIONS(4145), + [anon_sym_DASH_DASH] = ACTIONS(4145), + [anon_sym_BANG] = ACTIONS(3943), + [anon_sym_BANG_BANG] = ACTIONS(4148), + [anon_sym_data] = ACTIONS(4142), + [anon_sym_inner] = ACTIONS(4142), + [anon_sym_expect] = ACTIONS(4142), + [anon_sym_actual] = ACTIONS(4142), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3948), + [anon_sym_continue_AT] = ACTIONS(3948), + [anon_sym_break_AT] = ACTIONS(3948), + [sym_real_literal] = ACTIONS(3948), + [sym_integer_literal] = ACTIONS(3943), + [sym_hex_literal] = ACTIONS(3948), + [sym_bin_literal] = ACTIONS(3948), + [anon_sym_true] = ACTIONS(3943), + [anon_sym_false] = ACTIONS(3943), + [anon_sym_SQUOTE] = ACTIONS(3948), + [sym__backtick_identifier] = ACTIONS(4145), + [sym__automatic_semicolon] = ACTIONS(4148), + [sym_safe_nav] = ACTIONS(4148), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3948), + }, + [3634] = { + [sym_function_body] = STATE(3139), + [sym__block] = STATE(3464), + [sym__alpha_identifier] = ACTIONS(4031), + [anon_sym_AT] = ACTIONS(4033), + [anon_sym_LBRACK] = ACTIONS(4033), + [anon_sym_as] = ACTIONS(4031), + [anon_sym_EQ] = ACTIONS(6389), + [anon_sym_LBRACE] = ACTIONS(6233), + [anon_sym_RBRACE] = ACTIONS(4033), + [anon_sym_LPAREN] = ACTIONS(4033), + [anon_sym_RPAREN] = ACTIONS(4033), + [anon_sym_LT] = ACTIONS(4031), + [anon_sym_GT] = ACTIONS(4031), + [anon_sym_DOT] = ACTIONS(4031), + [anon_sym_SEMI] = ACTIONS(4033), + [anon_sym_get] = ACTIONS(4031), + [anon_sym_set] = ACTIONS(4031), + [anon_sym_STAR] = ACTIONS(4031), + [sym_label] = ACTIONS(4033), + [anon_sym_in] = ACTIONS(4031), + [anon_sym_while] = ACTIONS(4031), + [anon_sym_DOT_DOT] = ACTIONS(4033), + [anon_sym_QMARK_COLON] = ACTIONS(4033), + [anon_sym_AMP_AMP] = ACTIONS(4033), + [anon_sym_PIPE_PIPE] = ACTIONS(4033), + [anon_sym_else] = ACTIONS(4031), + [anon_sym_COLON_COLON] = ACTIONS(4033), + [anon_sym_PLUS_EQ] = ACTIONS(4033), + [anon_sym_DASH_EQ] = ACTIONS(4033), + [anon_sym_STAR_EQ] = ACTIONS(4033), + [anon_sym_SLASH_EQ] = ACTIONS(4033), + [anon_sym_PERCENT_EQ] = ACTIONS(4033), + [anon_sym_BANG_EQ] = ACTIONS(4031), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4033), + [anon_sym_EQ_EQ] = ACTIONS(4031), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4033), + [anon_sym_LT_EQ] = ACTIONS(4033), + [anon_sym_GT_EQ] = ACTIONS(4033), + [anon_sym_BANGin] = ACTIONS(4033), + [anon_sym_is] = ACTIONS(4031), + [anon_sym_BANGis] = ACTIONS(4033), + [anon_sym_PLUS] = ACTIONS(4031), + [anon_sym_DASH] = ACTIONS(4031), + [anon_sym_SLASH] = ACTIONS(4031), + [anon_sym_PERCENT] = ACTIONS(4031), + [anon_sym_as_QMARK] = ACTIONS(4033), + [anon_sym_PLUS_PLUS] = ACTIONS(4033), + [anon_sym_DASH_DASH] = ACTIONS(4033), + [anon_sym_BANG_BANG] = ACTIONS(4033), + [anon_sym_suspend] = ACTIONS(4031), + [anon_sym_sealed] = ACTIONS(4031), + [anon_sym_annotation] = ACTIONS(4031), + [anon_sym_data] = ACTIONS(4031), + [anon_sym_inner] = ACTIONS(4031), + [anon_sym_override] = ACTIONS(4031), + [anon_sym_lateinit] = ACTIONS(4031), + [anon_sym_public] = ACTIONS(4031), + [anon_sym_private] = ACTIONS(4031), + [anon_sym_internal] = ACTIONS(4031), + [anon_sym_protected] = ACTIONS(4031), + [anon_sym_tailrec] = ACTIONS(4031), + [anon_sym_operator] = ACTIONS(4031), + [anon_sym_infix] = ACTIONS(4031), + [anon_sym_inline] = ACTIONS(4031), + [anon_sym_external] = ACTIONS(4031), + [sym_property_modifier] = ACTIONS(4031), + [anon_sym_abstract] = ACTIONS(4031), + [anon_sym_final] = ACTIONS(4031), + [anon_sym_open] = ACTIONS(4031), + [anon_sym_vararg] = ACTIONS(4031), + [anon_sym_noinline] = ACTIONS(4031), + [anon_sym_crossinline] = ACTIONS(4031), + [anon_sym_expect] = ACTIONS(4031), + [anon_sym_actual] = ACTIONS(4031), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4033), + [sym_safe_nav] = ACTIONS(4033), [sym_multiline_comment] = ACTIONS(3), }, - [3696] = { - [sym__alpha_identifier] = ACTIONS(4929), - [anon_sym_AT] = ACTIONS(4931), - [anon_sym_LBRACK] = ACTIONS(4931), - [anon_sym_as] = ACTIONS(4929), - [anon_sym_EQ] = ACTIONS(4929), - [anon_sym_LBRACE] = ACTIONS(4931), - [anon_sym_RBRACE] = ACTIONS(4931), - [anon_sym_LPAREN] = ACTIONS(6850), - [anon_sym_COMMA] = ACTIONS(4931), - [anon_sym_LT] = ACTIONS(4929), - [anon_sym_GT] = ACTIONS(4929), - [anon_sym_where] = ACTIONS(4929), - [anon_sym_DOT] = ACTIONS(4929), - [anon_sym_SEMI] = ACTIONS(4931), - [anon_sym_get] = ACTIONS(4929), - [anon_sym_set] = ACTIONS(4929), - [anon_sym_STAR] = ACTIONS(4929), - [sym_label] = ACTIONS(4931), - [anon_sym_in] = ACTIONS(4929), - [anon_sym_DOT_DOT] = ACTIONS(4931), - [anon_sym_QMARK_COLON] = ACTIONS(4931), - [anon_sym_AMP_AMP] = ACTIONS(4931), - [anon_sym_PIPE_PIPE] = ACTIONS(4931), - [anon_sym_else] = ACTIONS(4929), - [anon_sym_COLON_COLON] = ACTIONS(4931), - [anon_sym_PLUS_EQ] = ACTIONS(4931), - [anon_sym_DASH_EQ] = ACTIONS(4931), - [anon_sym_STAR_EQ] = ACTIONS(4931), - [anon_sym_SLASH_EQ] = ACTIONS(4931), - [anon_sym_PERCENT_EQ] = ACTIONS(4931), - [anon_sym_BANG_EQ] = ACTIONS(4929), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4931), - [anon_sym_EQ_EQ] = ACTIONS(4929), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4931), - [anon_sym_LT_EQ] = ACTIONS(4931), - [anon_sym_GT_EQ] = ACTIONS(4931), - [anon_sym_BANGin] = ACTIONS(4931), - [anon_sym_is] = ACTIONS(4929), - [anon_sym_BANGis] = ACTIONS(4931), - [anon_sym_PLUS] = ACTIONS(4929), - [anon_sym_DASH] = ACTIONS(4929), - [anon_sym_SLASH] = ACTIONS(4929), - [anon_sym_PERCENT] = ACTIONS(4929), - [anon_sym_as_QMARK] = ACTIONS(4931), - [anon_sym_PLUS_PLUS] = ACTIONS(4931), - [anon_sym_DASH_DASH] = ACTIONS(4931), - [anon_sym_BANG_BANG] = ACTIONS(4931), - [anon_sym_suspend] = ACTIONS(4929), - [anon_sym_sealed] = ACTIONS(4929), - [anon_sym_annotation] = ACTIONS(4929), - [anon_sym_data] = ACTIONS(4929), - [anon_sym_inner] = ACTIONS(4929), - [anon_sym_override] = ACTIONS(4929), - [anon_sym_lateinit] = ACTIONS(4929), - [anon_sym_public] = ACTIONS(4929), - [anon_sym_private] = ACTIONS(4929), - [anon_sym_internal] = ACTIONS(4929), - [anon_sym_protected] = ACTIONS(4929), - [anon_sym_tailrec] = ACTIONS(4929), - [anon_sym_operator] = ACTIONS(4929), - [anon_sym_infix] = ACTIONS(4929), - [anon_sym_inline] = ACTIONS(4929), - [anon_sym_external] = ACTIONS(4929), - [sym_property_modifier] = ACTIONS(4929), - [anon_sym_abstract] = ACTIONS(4929), - [anon_sym_final] = ACTIONS(4929), - [anon_sym_open] = ACTIONS(4929), - [anon_sym_vararg] = ACTIONS(4929), - [anon_sym_noinline] = ACTIONS(4929), - [anon_sym_crossinline] = ACTIONS(4929), - [anon_sym_expect] = ACTIONS(4929), - [anon_sym_actual] = ACTIONS(4929), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4931), - [sym__automatic_semicolon] = ACTIONS(4931), - [sym_safe_nav] = ACTIONS(4931), + [3635] = { + [sym__alpha_identifier] = ACTIONS(4142), + [anon_sym_AT] = ACTIONS(4145), + [anon_sym_LBRACK] = ACTIONS(4145), + [anon_sym_as] = ACTIONS(4150), + [anon_sym_EQ] = ACTIONS(4150), + [anon_sym_LBRACE] = ACTIONS(4145), + [anon_sym_RBRACE] = ACTIONS(4148), + [anon_sym_LPAREN] = ACTIONS(6686), + [anon_sym_LT] = ACTIONS(4150), + [anon_sym_GT] = ACTIONS(4150), + [anon_sym_object] = ACTIONS(4142), + [anon_sym_fun] = ACTIONS(4142), + [anon_sym_DOT] = ACTIONS(4150), + [anon_sym_SEMI] = ACTIONS(4148), + [anon_sym_get] = ACTIONS(4142), + [anon_sym_set] = ACTIONS(4142), + [anon_sym_this] = ACTIONS(4142), + [anon_sym_super] = ACTIONS(4142), + [anon_sym_STAR] = ACTIONS(4142), + [sym_label] = ACTIONS(4142), + [anon_sym_in] = ACTIONS(4150), + [anon_sym_DOT_DOT] = ACTIONS(4148), + [anon_sym_QMARK_COLON] = ACTIONS(4148), + [anon_sym_AMP_AMP] = ACTIONS(4148), + [anon_sym_PIPE_PIPE] = ACTIONS(4148), + [anon_sym_null] = ACTIONS(4142), + [anon_sym_if] = ACTIONS(4142), + [anon_sym_else] = ACTIONS(4150), + [anon_sym_when] = ACTIONS(4142), + [anon_sym_try] = ACTIONS(4142), + [anon_sym_throw] = ACTIONS(4142), + [anon_sym_return] = ACTIONS(4142), + [anon_sym_continue] = ACTIONS(4142), + [anon_sym_break] = ACTIONS(4142), + [anon_sym_COLON_COLON] = ACTIONS(4145), + [anon_sym_PLUS_EQ] = ACTIONS(4148), + [anon_sym_DASH_EQ] = ACTIONS(4148), + [anon_sym_STAR_EQ] = ACTIONS(4148), + [anon_sym_SLASH_EQ] = ACTIONS(4148), + [anon_sym_PERCENT_EQ] = ACTIONS(4148), + [anon_sym_BANG_EQ] = ACTIONS(4150), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4148), + [anon_sym_EQ_EQ] = ACTIONS(4150), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4148), + [anon_sym_LT_EQ] = ACTIONS(4148), + [anon_sym_GT_EQ] = ACTIONS(4148), + [anon_sym_BANGin] = ACTIONS(4148), + [anon_sym_is] = ACTIONS(4150), + [anon_sym_BANGis] = ACTIONS(4148), + [anon_sym_PLUS] = ACTIONS(4142), + [anon_sym_DASH] = ACTIONS(4142), + [anon_sym_SLASH] = ACTIONS(4150), + [anon_sym_PERCENT] = ACTIONS(4150), + [anon_sym_as_QMARK] = ACTIONS(4148), + [anon_sym_PLUS_PLUS] = ACTIONS(4145), + [anon_sym_DASH_DASH] = ACTIONS(4145), + [anon_sym_BANG] = ACTIONS(4142), + [anon_sym_BANG_BANG] = ACTIONS(4148), + [anon_sym_data] = ACTIONS(4142), + [anon_sym_inner] = ACTIONS(4142), + [anon_sym_expect] = ACTIONS(4142), + [anon_sym_actual] = ACTIONS(4142), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4145), + [anon_sym_continue_AT] = ACTIONS(4145), + [anon_sym_break_AT] = ACTIONS(4145), + [sym_real_literal] = ACTIONS(4145), + [sym_integer_literal] = ACTIONS(4142), + [sym_hex_literal] = ACTIONS(4145), + [sym_bin_literal] = ACTIONS(4145), + [anon_sym_true] = ACTIONS(4142), + [anon_sym_false] = ACTIONS(4142), + [anon_sym_SQUOTE] = ACTIONS(4145), + [sym__backtick_identifier] = ACTIONS(4145), + [sym__automatic_semicolon] = ACTIONS(4148), + [sym_safe_nav] = ACTIONS(4148), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4145), }, - [3697] = { - [sym_class_body] = STATE(3238), - [sym_type_constraints] = STATE(3068), - [sym__alpha_identifier] = ACTIONS(3214), - [anon_sym_AT] = ACTIONS(3218), - [anon_sym_COLON] = ACTIONS(5898), - [anon_sym_LBRACK] = ACTIONS(3218), - [anon_sym_RBRACK] = ACTIONS(3218), - [anon_sym_as] = ACTIONS(3214), - [anon_sym_LBRACE] = ACTIONS(5147), - [anon_sym_RBRACE] = ACTIONS(3218), - [anon_sym_LPAREN] = ACTIONS(3218), - [anon_sym_COMMA] = ACTIONS(3218), - [anon_sym_RPAREN] = ACTIONS(3218), - [anon_sym_LT] = ACTIONS(3214), - [anon_sym_GT] = ACTIONS(3214), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(3214), - [anon_sym_SEMI] = ACTIONS(3218), - [anon_sym_get] = ACTIONS(3214), - [anon_sym_set] = ACTIONS(3214), - [anon_sym_STAR] = ACTIONS(3218), - [anon_sym_DASH_GT] = ACTIONS(3218), - [sym_label] = ACTIONS(3218), - [anon_sym_in] = ACTIONS(3214), - [anon_sym_while] = ACTIONS(3214), - [anon_sym_DOT_DOT] = ACTIONS(3218), - [anon_sym_QMARK_COLON] = ACTIONS(3218), - [anon_sym_AMP_AMP] = ACTIONS(3218), - [anon_sym_PIPE_PIPE] = ACTIONS(3218), - [anon_sym_else] = ACTIONS(3214), - [anon_sym_COLON_COLON] = ACTIONS(3218), - [anon_sym_BANG_EQ] = ACTIONS(3214), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3218), - [anon_sym_EQ_EQ] = ACTIONS(3214), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3218), - [anon_sym_LT_EQ] = ACTIONS(3218), - [anon_sym_GT_EQ] = ACTIONS(3218), - [anon_sym_BANGin] = ACTIONS(3218), - [anon_sym_is] = ACTIONS(3214), - [anon_sym_BANGis] = ACTIONS(3218), - [anon_sym_PLUS] = ACTIONS(3214), - [anon_sym_DASH] = ACTIONS(3214), - [anon_sym_SLASH] = ACTIONS(3214), - [anon_sym_PERCENT] = ACTIONS(3218), - [anon_sym_as_QMARK] = ACTIONS(3218), - [anon_sym_PLUS_PLUS] = ACTIONS(3218), - [anon_sym_DASH_DASH] = ACTIONS(3218), - [anon_sym_BANG_BANG] = ACTIONS(3218), - [anon_sym_suspend] = ACTIONS(3214), - [anon_sym_sealed] = ACTIONS(3214), - [anon_sym_annotation] = ACTIONS(3214), - [anon_sym_data] = ACTIONS(3214), - [anon_sym_inner] = ACTIONS(3214), - [anon_sym_override] = ACTIONS(3214), - [anon_sym_lateinit] = ACTIONS(3214), - [anon_sym_public] = ACTIONS(3214), - [anon_sym_private] = ACTIONS(3214), - [anon_sym_internal] = ACTIONS(3214), - [anon_sym_protected] = ACTIONS(3214), - [anon_sym_tailrec] = ACTIONS(3214), - [anon_sym_operator] = ACTIONS(3214), - [anon_sym_infix] = ACTIONS(3214), - [anon_sym_inline] = ACTIONS(3214), - [anon_sym_external] = ACTIONS(3214), - [sym_property_modifier] = ACTIONS(3214), - [anon_sym_abstract] = ACTIONS(3214), - [anon_sym_final] = ACTIONS(3214), - [anon_sym_open] = ACTIONS(3214), - [anon_sym_vararg] = ACTIONS(3214), - [anon_sym_noinline] = ACTIONS(3214), - [anon_sym_crossinline] = ACTIONS(3214), - [anon_sym_expect] = ACTIONS(3214), - [anon_sym_actual] = ACTIONS(3214), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3218), - [sym_safe_nav] = ACTIONS(3218), + [3636] = { + [sym_class_body] = STATE(3675), + [sym__alpha_identifier] = ACTIONS(4406), + [anon_sym_AT] = ACTIONS(4408), + [anon_sym_LBRACK] = ACTIONS(4408), + [anon_sym_as] = ACTIONS(4406), + [anon_sym_EQ] = ACTIONS(4406), + [anon_sym_LBRACE] = ACTIONS(5360), + [anon_sym_RBRACE] = ACTIONS(4408), + [anon_sym_LPAREN] = ACTIONS(4408), + [anon_sym_COMMA] = ACTIONS(4408), + [anon_sym_LT] = ACTIONS(4406), + [anon_sym_GT] = ACTIONS(4406), + [anon_sym_where] = ACTIONS(4406), + [anon_sym_DOT] = ACTIONS(4406), + [anon_sym_SEMI] = ACTIONS(4408), + [anon_sym_get] = ACTIONS(4406), + [anon_sym_set] = ACTIONS(4406), + [anon_sym_STAR] = ACTIONS(4406), + [sym_label] = ACTIONS(4408), + [anon_sym_in] = ACTIONS(4406), + [anon_sym_DOT_DOT] = ACTIONS(4408), + [anon_sym_QMARK_COLON] = ACTIONS(4408), + [anon_sym_AMP_AMP] = ACTIONS(4408), + [anon_sym_PIPE_PIPE] = ACTIONS(4408), + [anon_sym_else] = ACTIONS(4406), + [anon_sym_COLON_COLON] = ACTIONS(4408), + [anon_sym_PLUS_EQ] = ACTIONS(4408), + [anon_sym_DASH_EQ] = ACTIONS(4408), + [anon_sym_STAR_EQ] = ACTIONS(4408), + [anon_sym_SLASH_EQ] = ACTIONS(4408), + [anon_sym_PERCENT_EQ] = ACTIONS(4408), + [anon_sym_BANG_EQ] = ACTIONS(4406), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4408), + [anon_sym_EQ_EQ] = ACTIONS(4406), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4408), + [anon_sym_LT_EQ] = ACTIONS(4408), + [anon_sym_GT_EQ] = ACTIONS(4408), + [anon_sym_BANGin] = ACTIONS(4408), + [anon_sym_is] = ACTIONS(4406), + [anon_sym_BANGis] = ACTIONS(4408), + [anon_sym_PLUS] = ACTIONS(4406), + [anon_sym_DASH] = ACTIONS(4406), + [anon_sym_SLASH] = ACTIONS(4406), + [anon_sym_PERCENT] = ACTIONS(4406), + [anon_sym_as_QMARK] = ACTIONS(4408), + [anon_sym_PLUS_PLUS] = ACTIONS(4408), + [anon_sym_DASH_DASH] = ACTIONS(4408), + [anon_sym_BANG_BANG] = ACTIONS(4408), + [anon_sym_suspend] = ACTIONS(4406), + [anon_sym_sealed] = ACTIONS(4406), + [anon_sym_annotation] = ACTIONS(4406), + [anon_sym_data] = ACTIONS(4406), + [anon_sym_inner] = ACTIONS(4406), + [anon_sym_override] = ACTIONS(4406), + [anon_sym_lateinit] = ACTIONS(4406), + [anon_sym_public] = ACTIONS(4406), + [anon_sym_private] = ACTIONS(4406), + [anon_sym_internal] = ACTIONS(4406), + [anon_sym_protected] = ACTIONS(4406), + [anon_sym_tailrec] = ACTIONS(4406), + [anon_sym_operator] = ACTIONS(4406), + [anon_sym_infix] = ACTIONS(4406), + [anon_sym_inline] = ACTIONS(4406), + [anon_sym_external] = ACTIONS(4406), + [sym_property_modifier] = ACTIONS(4406), + [anon_sym_abstract] = ACTIONS(4406), + [anon_sym_final] = ACTIONS(4406), + [anon_sym_open] = ACTIONS(4406), + [anon_sym_vararg] = ACTIONS(4406), + [anon_sym_noinline] = ACTIONS(4406), + [anon_sym_crossinline] = ACTIONS(4406), + [anon_sym_expect] = ACTIONS(4406), + [anon_sym_actual] = ACTIONS(4406), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4408), + [sym__automatic_semicolon] = ACTIONS(4408), + [sym_safe_nav] = ACTIONS(4408), [sym_multiline_comment] = ACTIONS(3), }, - [3698] = { - [sym_function_body] = STATE(3203), - [sym__block] = STATE(3367), - [sym__alpha_identifier] = ACTIONS(4382), - [anon_sym_AT] = ACTIONS(4384), - [anon_sym_LBRACK] = ACTIONS(4384), - [anon_sym_RBRACK] = ACTIONS(4384), - [anon_sym_as] = ACTIONS(4382), - [anon_sym_EQ] = ACTIONS(6621), - [anon_sym_LBRACE] = ACTIONS(6236), - [anon_sym_RBRACE] = ACTIONS(4384), - [anon_sym_LPAREN] = ACTIONS(4384), - [anon_sym_COMMA] = ACTIONS(4384), - [anon_sym_RPAREN] = ACTIONS(4384), - [anon_sym_LT] = ACTIONS(4382), - [anon_sym_GT] = ACTIONS(4382), - [anon_sym_where] = ACTIONS(4382), - [anon_sym_DOT] = ACTIONS(4382), - [anon_sym_SEMI] = ACTIONS(4384), - [anon_sym_get] = ACTIONS(4382), - [anon_sym_set] = ACTIONS(4382), - [anon_sym_STAR] = ACTIONS(4384), - [anon_sym_DASH_GT] = ACTIONS(4384), - [sym_label] = ACTIONS(4384), - [anon_sym_in] = ACTIONS(4382), - [anon_sym_while] = ACTIONS(4382), - [anon_sym_DOT_DOT] = ACTIONS(4384), - [anon_sym_QMARK_COLON] = ACTIONS(4384), - [anon_sym_AMP_AMP] = ACTIONS(4384), - [anon_sym_PIPE_PIPE] = ACTIONS(4384), - [anon_sym_else] = ACTIONS(4382), - [anon_sym_COLON_COLON] = ACTIONS(4384), - [anon_sym_BANG_EQ] = ACTIONS(4382), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4384), - [anon_sym_EQ_EQ] = ACTIONS(4382), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4384), - [anon_sym_LT_EQ] = ACTIONS(4384), - [anon_sym_GT_EQ] = ACTIONS(4384), - [anon_sym_BANGin] = ACTIONS(4384), - [anon_sym_is] = ACTIONS(4382), - [anon_sym_BANGis] = ACTIONS(4384), - [anon_sym_PLUS] = ACTIONS(4382), - [anon_sym_DASH] = ACTIONS(4382), - [anon_sym_SLASH] = ACTIONS(4382), - [anon_sym_PERCENT] = ACTIONS(4384), - [anon_sym_as_QMARK] = ACTIONS(4384), - [anon_sym_PLUS_PLUS] = ACTIONS(4384), - [anon_sym_DASH_DASH] = ACTIONS(4384), - [anon_sym_BANG_BANG] = ACTIONS(4384), - [anon_sym_suspend] = ACTIONS(4382), - [anon_sym_sealed] = ACTIONS(4382), - [anon_sym_annotation] = ACTIONS(4382), - [anon_sym_data] = ACTIONS(4382), - [anon_sym_inner] = ACTIONS(4382), - [anon_sym_override] = ACTIONS(4382), - [anon_sym_lateinit] = ACTIONS(4382), - [anon_sym_public] = ACTIONS(4382), - [anon_sym_private] = ACTIONS(4382), - [anon_sym_internal] = ACTIONS(4382), - [anon_sym_protected] = ACTIONS(4382), - [anon_sym_tailrec] = ACTIONS(4382), - [anon_sym_operator] = ACTIONS(4382), - [anon_sym_infix] = ACTIONS(4382), - [anon_sym_inline] = ACTIONS(4382), - [anon_sym_external] = ACTIONS(4382), - [sym_property_modifier] = ACTIONS(4382), - [anon_sym_abstract] = ACTIONS(4382), - [anon_sym_final] = ACTIONS(4382), - [anon_sym_open] = ACTIONS(4382), - [anon_sym_vararg] = ACTIONS(4382), - [anon_sym_noinline] = ACTIONS(4382), - [anon_sym_crossinline] = ACTIONS(4382), - [anon_sym_expect] = ACTIONS(4382), - [anon_sym_actual] = ACTIONS(4382), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4384), - [sym_safe_nav] = ACTIONS(4384), + [3637] = { + [sym_function_body] = STATE(3679), + [sym__block] = STATE(3738), + [sym__alpha_identifier] = ACTIONS(4198), + [anon_sym_AT] = ACTIONS(4200), + [anon_sym_COLON] = ACTIONS(6813), + [anon_sym_LBRACK] = ACTIONS(4200), + [anon_sym_as] = ACTIONS(4198), + [anon_sym_EQ] = ACTIONS(6527), + [anon_sym_LBRACE] = ACTIONS(6461), + [anon_sym_RBRACE] = ACTIONS(4200), + [anon_sym_LPAREN] = ACTIONS(4200), + [anon_sym_LT] = ACTIONS(4198), + [anon_sym_GT] = ACTIONS(4198), + [anon_sym_DOT] = ACTIONS(4198), + [anon_sym_SEMI] = ACTIONS(4200), + [anon_sym_get] = ACTIONS(4198), + [anon_sym_set] = ACTIONS(4198), + [anon_sym_STAR] = ACTIONS(4198), + [sym_label] = ACTIONS(4200), + [anon_sym_in] = ACTIONS(4198), + [anon_sym_DOT_DOT] = ACTIONS(4200), + [anon_sym_QMARK_COLON] = ACTIONS(4200), + [anon_sym_AMP_AMP] = ACTIONS(4200), + [anon_sym_PIPE_PIPE] = ACTIONS(4200), + [anon_sym_else] = ACTIONS(4198), + [anon_sym_COLON_COLON] = ACTIONS(4200), + [anon_sym_PLUS_EQ] = ACTIONS(4200), + [anon_sym_DASH_EQ] = ACTIONS(4200), + [anon_sym_STAR_EQ] = ACTIONS(4200), + [anon_sym_SLASH_EQ] = ACTIONS(4200), + [anon_sym_PERCENT_EQ] = ACTIONS(4200), + [anon_sym_BANG_EQ] = ACTIONS(4198), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4200), + [anon_sym_EQ_EQ] = ACTIONS(4198), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4200), + [anon_sym_LT_EQ] = ACTIONS(4200), + [anon_sym_GT_EQ] = ACTIONS(4200), + [anon_sym_BANGin] = ACTIONS(4200), + [anon_sym_is] = ACTIONS(4198), + [anon_sym_BANGis] = ACTIONS(4200), + [anon_sym_PLUS] = ACTIONS(4198), + [anon_sym_DASH] = ACTIONS(4198), + [anon_sym_SLASH] = ACTIONS(4198), + [anon_sym_PERCENT] = ACTIONS(4198), + [anon_sym_as_QMARK] = ACTIONS(4200), + [anon_sym_PLUS_PLUS] = ACTIONS(4200), + [anon_sym_DASH_DASH] = ACTIONS(4200), + [anon_sym_BANG_BANG] = ACTIONS(4200), + [anon_sym_suspend] = ACTIONS(4198), + [anon_sym_sealed] = ACTIONS(4198), + [anon_sym_annotation] = ACTIONS(4198), + [anon_sym_data] = ACTIONS(4198), + [anon_sym_inner] = ACTIONS(4198), + [anon_sym_override] = ACTIONS(4198), + [anon_sym_lateinit] = ACTIONS(4198), + [anon_sym_public] = ACTIONS(4198), + [anon_sym_private] = ACTIONS(4198), + [anon_sym_internal] = ACTIONS(4198), + [anon_sym_protected] = ACTIONS(4198), + [anon_sym_tailrec] = ACTIONS(4198), + [anon_sym_operator] = ACTIONS(4198), + [anon_sym_infix] = ACTIONS(4198), + [anon_sym_inline] = ACTIONS(4198), + [anon_sym_external] = ACTIONS(4198), + [sym_property_modifier] = ACTIONS(4198), + [anon_sym_abstract] = ACTIONS(4198), + [anon_sym_final] = ACTIONS(4198), + [anon_sym_open] = ACTIONS(4198), + [anon_sym_vararg] = ACTIONS(4198), + [anon_sym_noinline] = ACTIONS(4198), + [anon_sym_crossinline] = ACTIONS(4198), + [anon_sym_expect] = ACTIONS(4198), + [anon_sym_actual] = ACTIONS(4198), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4200), + [sym__automatic_semicolon] = ACTIONS(4200), + [sym_safe_nav] = ACTIONS(4200), [sym_multiline_comment] = ACTIONS(3), }, - [3699] = { - [sym_function_body] = STATE(3224), - [sym__block] = STATE(3367), - [sym__alpha_identifier] = ACTIONS(4386), - [anon_sym_AT] = ACTIONS(4388), - [anon_sym_LBRACK] = ACTIONS(4388), - [anon_sym_RBRACK] = ACTIONS(4388), - [anon_sym_as] = ACTIONS(4386), - [anon_sym_EQ] = ACTIONS(6621), - [anon_sym_LBRACE] = ACTIONS(6236), - [anon_sym_RBRACE] = ACTIONS(4388), - [anon_sym_LPAREN] = ACTIONS(4388), - [anon_sym_COMMA] = ACTIONS(4388), - [anon_sym_RPAREN] = ACTIONS(4388), - [anon_sym_LT] = ACTIONS(4386), - [anon_sym_GT] = ACTIONS(4386), - [anon_sym_where] = ACTIONS(4386), - [anon_sym_DOT] = ACTIONS(4386), - [anon_sym_SEMI] = ACTIONS(4388), - [anon_sym_get] = ACTIONS(4386), - [anon_sym_set] = ACTIONS(4386), - [anon_sym_STAR] = ACTIONS(4388), - [anon_sym_DASH_GT] = ACTIONS(4388), - [sym_label] = ACTIONS(4388), - [anon_sym_in] = ACTIONS(4386), - [anon_sym_while] = ACTIONS(4386), - [anon_sym_DOT_DOT] = ACTIONS(4388), - [anon_sym_QMARK_COLON] = ACTIONS(4388), - [anon_sym_AMP_AMP] = ACTIONS(4388), - [anon_sym_PIPE_PIPE] = ACTIONS(4388), - [anon_sym_else] = ACTIONS(4386), - [anon_sym_COLON_COLON] = ACTIONS(4388), - [anon_sym_BANG_EQ] = ACTIONS(4386), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4388), - [anon_sym_EQ_EQ] = ACTIONS(4386), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4388), - [anon_sym_LT_EQ] = ACTIONS(4388), - [anon_sym_GT_EQ] = ACTIONS(4388), - [anon_sym_BANGin] = ACTIONS(4388), - [anon_sym_is] = ACTIONS(4386), - [anon_sym_BANGis] = ACTIONS(4388), - [anon_sym_PLUS] = ACTIONS(4386), - [anon_sym_DASH] = ACTIONS(4386), - [anon_sym_SLASH] = ACTIONS(4386), - [anon_sym_PERCENT] = ACTIONS(4388), - [anon_sym_as_QMARK] = ACTIONS(4388), - [anon_sym_PLUS_PLUS] = ACTIONS(4388), - [anon_sym_DASH_DASH] = ACTIONS(4388), - [anon_sym_BANG_BANG] = ACTIONS(4388), - [anon_sym_suspend] = ACTIONS(4386), - [anon_sym_sealed] = ACTIONS(4386), - [anon_sym_annotation] = ACTIONS(4386), - [anon_sym_data] = ACTIONS(4386), - [anon_sym_inner] = ACTIONS(4386), - [anon_sym_override] = ACTIONS(4386), - [anon_sym_lateinit] = ACTIONS(4386), - [anon_sym_public] = ACTIONS(4386), - [anon_sym_private] = ACTIONS(4386), - [anon_sym_internal] = ACTIONS(4386), - [anon_sym_protected] = ACTIONS(4386), - [anon_sym_tailrec] = ACTIONS(4386), - [anon_sym_operator] = ACTIONS(4386), - [anon_sym_infix] = ACTIONS(4386), - [anon_sym_inline] = ACTIONS(4386), - [anon_sym_external] = ACTIONS(4386), - [sym_property_modifier] = ACTIONS(4386), - [anon_sym_abstract] = ACTIONS(4386), - [anon_sym_final] = ACTIONS(4386), - [anon_sym_open] = ACTIONS(4386), - [anon_sym_vararg] = ACTIONS(4386), - [anon_sym_noinline] = ACTIONS(4386), - [anon_sym_crossinline] = ACTIONS(4386), - [anon_sym_expect] = ACTIONS(4386), - [anon_sym_actual] = ACTIONS(4386), + [3638] = { + [sym_function_body] = STATE(3364), + [sym__block] = STATE(3334), + [sym__alpha_identifier] = ACTIONS(4326), + [anon_sym_AT] = ACTIONS(4328), + [anon_sym_COLON] = ACTIONS(6815), + [anon_sym_LBRACK] = ACTIONS(4328), + [anon_sym_as] = ACTIONS(4326), + [anon_sym_EQ] = ACTIONS(6656), + [anon_sym_LBRACE] = ACTIONS(6244), + [anon_sym_RBRACE] = ACTIONS(4328), + [anon_sym_LPAREN] = ACTIONS(4328), + [anon_sym_COMMA] = ACTIONS(4328), + [anon_sym_LT] = ACTIONS(4326), + [anon_sym_GT] = ACTIONS(4326), + [anon_sym_where] = ACTIONS(4326), + [anon_sym_object] = ACTIONS(4326), + [anon_sym_fun] = ACTIONS(4326), + [anon_sym_DOT] = ACTIONS(4326), + [anon_sym_SEMI] = ACTIONS(4328), + [anon_sym_get] = ACTIONS(4326), + [anon_sym_set] = ACTIONS(4326), + [anon_sym_this] = ACTIONS(4326), + [anon_sym_super] = ACTIONS(4326), + [anon_sym_STAR] = ACTIONS(4328), + [sym_label] = ACTIONS(4326), + [anon_sym_in] = ACTIONS(4326), + [anon_sym_DOT_DOT] = ACTIONS(4328), + [anon_sym_QMARK_COLON] = ACTIONS(4328), + [anon_sym_AMP_AMP] = ACTIONS(4328), + [anon_sym_PIPE_PIPE] = ACTIONS(4328), + [anon_sym_null] = ACTIONS(4326), + [anon_sym_if] = ACTIONS(4326), + [anon_sym_else] = ACTIONS(4326), + [anon_sym_when] = ACTIONS(4326), + [anon_sym_try] = ACTIONS(4326), + [anon_sym_throw] = ACTIONS(4326), + [anon_sym_return] = ACTIONS(4326), + [anon_sym_continue] = ACTIONS(4326), + [anon_sym_break] = ACTIONS(4326), + [anon_sym_COLON_COLON] = ACTIONS(4328), + [anon_sym_BANG_EQ] = ACTIONS(4326), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4328), + [anon_sym_EQ_EQ] = ACTIONS(4326), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4328), + [anon_sym_LT_EQ] = ACTIONS(4328), + [anon_sym_GT_EQ] = ACTIONS(4328), + [anon_sym_BANGin] = ACTIONS(4328), + [anon_sym_is] = ACTIONS(4326), + [anon_sym_BANGis] = ACTIONS(4328), + [anon_sym_PLUS] = ACTIONS(4326), + [anon_sym_DASH] = ACTIONS(4326), + [anon_sym_SLASH] = ACTIONS(4326), + [anon_sym_PERCENT] = ACTIONS(4328), + [anon_sym_as_QMARK] = ACTIONS(4328), + [anon_sym_PLUS_PLUS] = ACTIONS(4328), + [anon_sym_DASH_DASH] = ACTIONS(4328), + [anon_sym_BANG] = ACTIONS(4326), + [anon_sym_BANG_BANG] = ACTIONS(4328), + [anon_sym_data] = ACTIONS(4326), + [anon_sym_inner] = ACTIONS(4326), + [anon_sym_expect] = ACTIONS(4326), + [anon_sym_actual] = ACTIONS(4326), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4388), - [sym_safe_nav] = ACTIONS(4388), + [anon_sym_return_AT] = ACTIONS(4328), + [anon_sym_continue_AT] = ACTIONS(4328), + [anon_sym_break_AT] = ACTIONS(4328), + [sym_real_literal] = ACTIONS(4328), + [sym_integer_literal] = ACTIONS(4326), + [sym_hex_literal] = ACTIONS(4328), + [sym_bin_literal] = ACTIONS(4328), + [anon_sym_true] = ACTIONS(4326), + [anon_sym_false] = ACTIONS(4326), + [anon_sym_SQUOTE] = ACTIONS(4328), + [sym__backtick_identifier] = ACTIONS(4328), + [sym__automatic_semicolon] = ACTIONS(4328), + [sym_safe_nav] = ACTIONS(4328), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4328), }, - [3700] = { - [sym__alpha_identifier] = ACTIONS(4923), - [anon_sym_AT] = ACTIONS(4925), - [anon_sym_LBRACK] = ACTIONS(4925), - [anon_sym_as] = ACTIONS(4923), - [anon_sym_EQ] = ACTIONS(4923), - [anon_sym_LBRACE] = ACTIONS(4925), - [anon_sym_RBRACE] = ACTIONS(4925), - [anon_sym_LPAREN] = ACTIONS(6852), - [anon_sym_COMMA] = ACTIONS(4925), - [anon_sym_LT] = ACTIONS(4923), - [anon_sym_GT] = ACTIONS(4923), - [anon_sym_where] = ACTIONS(4923), - [anon_sym_DOT] = ACTIONS(4923), - [anon_sym_SEMI] = ACTIONS(4925), - [anon_sym_get] = ACTIONS(4923), - [anon_sym_set] = ACTIONS(4923), - [anon_sym_STAR] = ACTIONS(4923), - [sym_label] = ACTIONS(4925), - [anon_sym_in] = ACTIONS(4923), - [anon_sym_DOT_DOT] = ACTIONS(4925), - [anon_sym_QMARK_COLON] = ACTIONS(4925), - [anon_sym_AMP_AMP] = ACTIONS(4925), - [anon_sym_PIPE_PIPE] = ACTIONS(4925), - [anon_sym_else] = ACTIONS(4923), - [anon_sym_COLON_COLON] = ACTIONS(4925), - [anon_sym_PLUS_EQ] = ACTIONS(4925), - [anon_sym_DASH_EQ] = ACTIONS(4925), - [anon_sym_STAR_EQ] = ACTIONS(4925), - [anon_sym_SLASH_EQ] = ACTIONS(4925), - [anon_sym_PERCENT_EQ] = ACTIONS(4925), - [anon_sym_BANG_EQ] = ACTIONS(4923), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4925), - [anon_sym_EQ_EQ] = ACTIONS(4923), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4925), - [anon_sym_LT_EQ] = ACTIONS(4925), - [anon_sym_GT_EQ] = ACTIONS(4925), - [anon_sym_BANGin] = ACTIONS(4925), - [anon_sym_is] = ACTIONS(4923), - [anon_sym_BANGis] = ACTIONS(4925), - [anon_sym_PLUS] = ACTIONS(4923), - [anon_sym_DASH] = ACTIONS(4923), - [anon_sym_SLASH] = ACTIONS(4923), - [anon_sym_PERCENT] = ACTIONS(4923), - [anon_sym_as_QMARK] = ACTIONS(4925), - [anon_sym_PLUS_PLUS] = ACTIONS(4925), - [anon_sym_DASH_DASH] = ACTIONS(4925), - [anon_sym_BANG_BANG] = ACTIONS(4925), - [anon_sym_suspend] = ACTIONS(4923), - [anon_sym_sealed] = ACTIONS(4923), - [anon_sym_annotation] = ACTIONS(4923), - [anon_sym_data] = ACTIONS(4923), - [anon_sym_inner] = ACTIONS(4923), - [anon_sym_override] = ACTIONS(4923), - [anon_sym_lateinit] = ACTIONS(4923), - [anon_sym_public] = ACTIONS(4923), - [anon_sym_private] = ACTIONS(4923), - [anon_sym_internal] = ACTIONS(4923), - [anon_sym_protected] = ACTIONS(4923), - [anon_sym_tailrec] = ACTIONS(4923), - [anon_sym_operator] = ACTIONS(4923), - [anon_sym_infix] = ACTIONS(4923), - [anon_sym_inline] = ACTIONS(4923), - [anon_sym_external] = ACTIONS(4923), - [sym_property_modifier] = ACTIONS(4923), - [anon_sym_abstract] = ACTIONS(4923), - [anon_sym_final] = ACTIONS(4923), - [anon_sym_open] = ACTIONS(4923), - [anon_sym_vararg] = ACTIONS(4923), - [anon_sym_noinline] = ACTIONS(4923), - [anon_sym_crossinline] = ACTIONS(4923), - [anon_sym_expect] = ACTIONS(4923), - [anon_sym_actual] = ACTIONS(4923), + [3639] = { + [sym_function_body] = STATE(3793), + [sym__block] = STATE(3738), + [sym__alpha_identifier] = ACTIONS(4210), + [anon_sym_AT] = ACTIONS(4212), + [anon_sym_COLON] = ACTIONS(6817), + [anon_sym_LBRACK] = ACTIONS(4212), + [anon_sym_as] = ACTIONS(4210), + [anon_sym_EQ] = ACTIONS(6527), + [anon_sym_LBRACE] = ACTIONS(6461), + [anon_sym_RBRACE] = ACTIONS(4212), + [anon_sym_LPAREN] = ACTIONS(4212), + [anon_sym_LT] = ACTIONS(4210), + [anon_sym_GT] = ACTIONS(4210), + [anon_sym_DOT] = ACTIONS(4210), + [anon_sym_SEMI] = ACTIONS(4212), + [anon_sym_get] = ACTIONS(4210), + [anon_sym_set] = ACTIONS(4210), + [anon_sym_STAR] = ACTIONS(4210), + [sym_label] = ACTIONS(4212), + [anon_sym_in] = ACTIONS(4210), + [anon_sym_DOT_DOT] = ACTIONS(4212), + [anon_sym_QMARK_COLON] = ACTIONS(4212), + [anon_sym_AMP_AMP] = ACTIONS(4212), + [anon_sym_PIPE_PIPE] = ACTIONS(4212), + [anon_sym_else] = ACTIONS(4210), + [anon_sym_COLON_COLON] = ACTIONS(4212), + [anon_sym_PLUS_EQ] = ACTIONS(4212), + [anon_sym_DASH_EQ] = ACTIONS(4212), + [anon_sym_STAR_EQ] = ACTIONS(4212), + [anon_sym_SLASH_EQ] = ACTIONS(4212), + [anon_sym_PERCENT_EQ] = ACTIONS(4212), + [anon_sym_BANG_EQ] = ACTIONS(4210), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4212), + [anon_sym_EQ_EQ] = ACTIONS(4210), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4212), + [anon_sym_LT_EQ] = ACTIONS(4212), + [anon_sym_GT_EQ] = ACTIONS(4212), + [anon_sym_BANGin] = ACTIONS(4212), + [anon_sym_is] = ACTIONS(4210), + [anon_sym_BANGis] = ACTIONS(4212), + [anon_sym_PLUS] = ACTIONS(4210), + [anon_sym_DASH] = ACTIONS(4210), + [anon_sym_SLASH] = ACTIONS(4210), + [anon_sym_PERCENT] = ACTIONS(4210), + [anon_sym_as_QMARK] = ACTIONS(4212), + [anon_sym_PLUS_PLUS] = ACTIONS(4212), + [anon_sym_DASH_DASH] = ACTIONS(4212), + [anon_sym_BANG_BANG] = ACTIONS(4212), + [anon_sym_suspend] = ACTIONS(4210), + [anon_sym_sealed] = ACTIONS(4210), + [anon_sym_annotation] = ACTIONS(4210), + [anon_sym_data] = ACTIONS(4210), + [anon_sym_inner] = ACTIONS(4210), + [anon_sym_override] = ACTIONS(4210), + [anon_sym_lateinit] = ACTIONS(4210), + [anon_sym_public] = ACTIONS(4210), + [anon_sym_private] = ACTIONS(4210), + [anon_sym_internal] = ACTIONS(4210), + [anon_sym_protected] = ACTIONS(4210), + [anon_sym_tailrec] = ACTIONS(4210), + [anon_sym_operator] = ACTIONS(4210), + [anon_sym_infix] = ACTIONS(4210), + [anon_sym_inline] = ACTIONS(4210), + [anon_sym_external] = ACTIONS(4210), + [sym_property_modifier] = ACTIONS(4210), + [anon_sym_abstract] = ACTIONS(4210), + [anon_sym_final] = ACTIONS(4210), + [anon_sym_open] = ACTIONS(4210), + [anon_sym_vararg] = ACTIONS(4210), + [anon_sym_noinline] = ACTIONS(4210), + [anon_sym_crossinline] = ACTIONS(4210), + [anon_sym_expect] = ACTIONS(4210), + [anon_sym_actual] = ACTIONS(4210), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4212), + [sym__automatic_semicolon] = ACTIONS(4212), + [sym_safe_nav] = ACTIONS(4212), + [sym_multiline_comment] = ACTIONS(3), + }, + [3640] = { + [aux_sym_type_constraints_repeat1] = STATE(3590), + [sym__alpha_identifier] = ACTIONS(4442), + [anon_sym_AT] = ACTIONS(4444), + [anon_sym_LBRACK] = ACTIONS(4444), + [anon_sym_EQ] = ACTIONS(4444), + [anon_sym_LBRACE] = ACTIONS(4444), + [anon_sym_RBRACE] = ACTIONS(4444), + [anon_sym_LPAREN] = ACTIONS(4444), + [anon_sym_COMMA] = ACTIONS(6780), + [anon_sym_by] = ACTIONS(4442), + [anon_sym_object] = ACTIONS(4442), + [anon_sym_fun] = ACTIONS(4442), + [anon_sym_SEMI] = ACTIONS(4444), + [anon_sym_get] = ACTIONS(4442), + [anon_sym_set] = ACTIONS(4442), + [anon_sym_this] = ACTIONS(4442), + [anon_sym_super] = ACTIONS(4442), + [anon_sym_STAR] = ACTIONS(4444), + [sym_label] = ACTIONS(4442), + [anon_sym_in] = ACTIONS(4442), + [anon_sym_null] = ACTIONS(4442), + [anon_sym_if] = ACTIONS(4442), + [anon_sym_else] = ACTIONS(4442), + [anon_sym_when] = ACTIONS(4442), + [anon_sym_try] = ACTIONS(4442), + [anon_sym_throw] = ACTIONS(4442), + [anon_sym_return] = ACTIONS(4442), + [anon_sym_continue] = ACTIONS(4442), + [anon_sym_break] = ACTIONS(4442), + [anon_sym_COLON_COLON] = ACTIONS(4444), + [anon_sym_BANGin] = ACTIONS(4444), + [anon_sym_is] = ACTIONS(4442), + [anon_sym_BANGis] = ACTIONS(4444), + [anon_sym_PLUS] = ACTIONS(4442), + [anon_sym_DASH] = ACTIONS(4442), + [anon_sym_PLUS_PLUS] = ACTIONS(4444), + [anon_sym_DASH_DASH] = ACTIONS(4444), + [anon_sym_BANG] = ACTIONS(4442), + [anon_sym_suspend] = ACTIONS(4442), + [anon_sym_sealed] = ACTIONS(4442), + [anon_sym_annotation] = ACTIONS(4442), + [anon_sym_data] = ACTIONS(4442), + [anon_sym_inner] = ACTIONS(4442), + [anon_sym_override] = ACTIONS(4442), + [anon_sym_lateinit] = ACTIONS(4442), + [anon_sym_public] = ACTIONS(4442), + [anon_sym_private] = ACTIONS(4442), + [anon_sym_internal] = ACTIONS(4442), + [anon_sym_protected] = ACTIONS(4442), + [anon_sym_tailrec] = ACTIONS(4442), + [anon_sym_operator] = ACTIONS(4442), + [anon_sym_infix] = ACTIONS(4442), + [anon_sym_inline] = ACTIONS(4442), + [anon_sym_external] = ACTIONS(4442), + [sym_property_modifier] = ACTIONS(4442), + [anon_sym_abstract] = ACTIONS(4442), + [anon_sym_final] = ACTIONS(4442), + [anon_sym_open] = ACTIONS(4442), + [anon_sym_vararg] = ACTIONS(4442), + [anon_sym_noinline] = ACTIONS(4442), + [anon_sym_crossinline] = ACTIONS(4442), + [anon_sym_expect] = ACTIONS(4442), + [anon_sym_actual] = ACTIONS(4442), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4444), + [anon_sym_continue_AT] = ACTIONS(4444), + [anon_sym_break_AT] = ACTIONS(4444), + [sym_real_literal] = ACTIONS(4444), + [sym_integer_literal] = ACTIONS(4442), + [sym_hex_literal] = ACTIONS(4444), + [sym_bin_literal] = ACTIONS(4444), + [anon_sym_true] = ACTIONS(4442), + [anon_sym_false] = ACTIONS(4442), + [anon_sym_SQUOTE] = ACTIONS(4444), + [sym__backtick_identifier] = ACTIONS(4444), + [sym__automatic_semicolon] = ACTIONS(4444), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4444), + }, + [3641] = { + [sym_function_body] = STATE(3198), + [sym__block] = STATE(3464), + [sym__alpha_identifier] = ACTIONS(4085), + [anon_sym_AT] = ACTIONS(4087), + [anon_sym_LBRACK] = ACTIONS(4087), + [anon_sym_as] = ACTIONS(4085), + [anon_sym_EQ] = ACTIONS(6389), + [anon_sym_LBRACE] = ACTIONS(6233), + [anon_sym_RBRACE] = ACTIONS(4087), + [anon_sym_LPAREN] = ACTIONS(4087), + [anon_sym_RPAREN] = ACTIONS(4087), + [anon_sym_LT] = ACTIONS(4085), + [anon_sym_GT] = ACTIONS(4085), + [anon_sym_DOT] = ACTIONS(4085), + [anon_sym_SEMI] = ACTIONS(4087), + [anon_sym_get] = ACTIONS(4085), + [anon_sym_set] = ACTIONS(4085), + [anon_sym_STAR] = ACTIONS(4085), + [sym_label] = ACTIONS(4087), + [anon_sym_in] = ACTIONS(4085), + [anon_sym_while] = ACTIONS(4085), + [anon_sym_DOT_DOT] = ACTIONS(4087), + [anon_sym_QMARK_COLON] = ACTIONS(4087), + [anon_sym_AMP_AMP] = ACTIONS(4087), + [anon_sym_PIPE_PIPE] = ACTIONS(4087), + [anon_sym_else] = ACTIONS(4085), + [anon_sym_COLON_COLON] = ACTIONS(4087), + [anon_sym_PLUS_EQ] = ACTIONS(4087), + [anon_sym_DASH_EQ] = ACTIONS(4087), + [anon_sym_STAR_EQ] = ACTIONS(4087), + [anon_sym_SLASH_EQ] = ACTIONS(4087), + [anon_sym_PERCENT_EQ] = ACTIONS(4087), + [anon_sym_BANG_EQ] = ACTIONS(4085), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4087), + [anon_sym_EQ_EQ] = ACTIONS(4085), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4087), + [anon_sym_LT_EQ] = ACTIONS(4087), + [anon_sym_GT_EQ] = ACTIONS(4087), + [anon_sym_BANGin] = ACTIONS(4087), + [anon_sym_is] = ACTIONS(4085), + [anon_sym_BANGis] = ACTIONS(4087), + [anon_sym_PLUS] = ACTIONS(4085), + [anon_sym_DASH] = ACTIONS(4085), + [anon_sym_SLASH] = ACTIONS(4085), + [anon_sym_PERCENT] = ACTIONS(4085), + [anon_sym_as_QMARK] = ACTIONS(4087), + [anon_sym_PLUS_PLUS] = ACTIONS(4087), + [anon_sym_DASH_DASH] = ACTIONS(4087), + [anon_sym_BANG_BANG] = ACTIONS(4087), + [anon_sym_suspend] = ACTIONS(4085), + [anon_sym_sealed] = ACTIONS(4085), + [anon_sym_annotation] = ACTIONS(4085), + [anon_sym_data] = ACTIONS(4085), + [anon_sym_inner] = ACTIONS(4085), + [anon_sym_override] = ACTIONS(4085), + [anon_sym_lateinit] = ACTIONS(4085), + [anon_sym_public] = ACTIONS(4085), + [anon_sym_private] = ACTIONS(4085), + [anon_sym_internal] = ACTIONS(4085), + [anon_sym_protected] = ACTIONS(4085), + [anon_sym_tailrec] = ACTIONS(4085), + [anon_sym_operator] = ACTIONS(4085), + [anon_sym_infix] = ACTIONS(4085), + [anon_sym_inline] = ACTIONS(4085), + [anon_sym_external] = ACTIONS(4085), + [sym_property_modifier] = ACTIONS(4085), + [anon_sym_abstract] = ACTIONS(4085), + [anon_sym_final] = ACTIONS(4085), + [anon_sym_open] = ACTIONS(4085), + [anon_sym_vararg] = ACTIONS(4085), + [anon_sym_noinline] = ACTIONS(4085), + [anon_sym_crossinline] = ACTIONS(4085), + [anon_sym_expect] = ACTIONS(4085), + [anon_sym_actual] = ACTIONS(4085), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4087), + [sym_safe_nav] = ACTIONS(4087), + [sym_multiline_comment] = ACTIONS(3), + }, + [3642] = { + [sym__alpha_identifier] = ACTIONS(4587), + [anon_sym_AT] = ACTIONS(4589), + [anon_sym_COLON] = ACTIONS(4587), + [anon_sym_LBRACK] = ACTIONS(4589), + [anon_sym_as] = ACTIONS(4587), + [anon_sym_EQ] = ACTIONS(4587), + [anon_sym_LBRACE] = ACTIONS(4589), + [anon_sym_RBRACE] = ACTIONS(4589), + [anon_sym_LPAREN] = ACTIONS(4589), + [anon_sym_COMMA] = ACTIONS(4589), + [anon_sym_LT] = ACTIONS(4587), + [anon_sym_GT] = ACTIONS(4587), + [anon_sym_where] = ACTIONS(4587), + [anon_sym_DOT] = ACTIONS(4587), + [anon_sym_SEMI] = ACTIONS(4589), + [anon_sym_get] = ACTIONS(4587), + [anon_sym_set] = ACTIONS(4587), + [anon_sym_STAR] = ACTIONS(4587), + [sym_label] = ACTIONS(4589), + [anon_sym_in] = ACTIONS(4587), + [anon_sym_DOT_DOT] = ACTIONS(4589), + [anon_sym_QMARK_COLON] = ACTIONS(4589), + [anon_sym_AMP_AMP] = ACTIONS(4589), + [anon_sym_PIPE_PIPE] = ACTIONS(4589), + [anon_sym_else] = ACTIONS(4587), + [anon_sym_COLON_COLON] = ACTIONS(4589), + [anon_sym_PLUS_EQ] = ACTIONS(4589), + [anon_sym_DASH_EQ] = ACTIONS(4589), + [anon_sym_STAR_EQ] = ACTIONS(4589), + [anon_sym_SLASH_EQ] = ACTIONS(4589), + [anon_sym_PERCENT_EQ] = ACTIONS(4589), + [anon_sym_BANG_EQ] = ACTIONS(4587), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4589), + [anon_sym_EQ_EQ] = ACTIONS(4587), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4589), + [anon_sym_LT_EQ] = ACTIONS(4589), + [anon_sym_GT_EQ] = ACTIONS(4589), + [anon_sym_BANGin] = ACTIONS(4589), + [anon_sym_is] = ACTIONS(4587), + [anon_sym_BANGis] = ACTIONS(4589), + [anon_sym_PLUS] = ACTIONS(4587), + [anon_sym_DASH] = ACTIONS(4587), + [anon_sym_SLASH] = ACTIONS(4587), + [anon_sym_PERCENT] = ACTIONS(4587), + [anon_sym_as_QMARK] = ACTIONS(4589), + [anon_sym_PLUS_PLUS] = ACTIONS(4589), + [anon_sym_DASH_DASH] = ACTIONS(4589), + [anon_sym_BANG_BANG] = ACTIONS(4589), + [anon_sym_suspend] = ACTIONS(4587), + [anon_sym_sealed] = ACTIONS(4587), + [anon_sym_annotation] = ACTIONS(4587), + [anon_sym_data] = ACTIONS(4587), + [anon_sym_inner] = ACTIONS(4587), + [anon_sym_override] = ACTIONS(4587), + [anon_sym_lateinit] = ACTIONS(4587), + [anon_sym_public] = ACTIONS(4587), + [anon_sym_private] = ACTIONS(4587), + [anon_sym_internal] = ACTIONS(4587), + [anon_sym_protected] = ACTIONS(4587), + [anon_sym_tailrec] = ACTIONS(4587), + [anon_sym_operator] = ACTIONS(4587), + [anon_sym_infix] = ACTIONS(4587), + [anon_sym_inline] = ACTIONS(4587), + [anon_sym_external] = ACTIONS(4587), + [sym_property_modifier] = ACTIONS(4587), + [anon_sym_abstract] = ACTIONS(4587), + [anon_sym_final] = ACTIONS(4587), + [anon_sym_open] = ACTIONS(4587), + [anon_sym_vararg] = ACTIONS(4587), + [anon_sym_noinline] = ACTIONS(4587), + [anon_sym_crossinline] = ACTIONS(4587), + [anon_sym_expect] = ACTIONS(4587), + [anon_sym_actual] = ACTIONS(4587), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4925), - [sym__automatic_semicolon] = ACTIONS(4925), - [sym_safe_nav] = ACTIONS(4925), + [sym__backtick_identifier] = ACTIONS(4589), + [sym__automatic_semicolon] = ACTIONS(4589), + [sym_safe_nav] = ACTIONS(4589), [sym_multiline_comment] = ACTIONS(3), }, - [3701] = { - [sym_class_body] = STATE(3220), - [sym_type_constraints] = STATE(3078), - [sym__alpha_identifier] = ACTIONS(4284), - [anon_sym_AT] = ACTIONS(4286), - [anon_sym_COLON] = ACTIONS(6854), - [anon_sym_LBRACK] = ACTIONS(4286), - [anon_sym_RBRACK] = ACTIONS(4286), - [anon_sym_as] = ACTIONS(4284), - [anon_sym_LBRACE] = ACTIONS(5147), - [anon_sym_RBRACE] = ACTIONS(4286), - [anon_sym_LPAREN] = ACTIONS(4286), - [anon_sym_COMMA] = ACTIONS(4286), - [anon_sym_RPAREN] = ACTIONS(4286), - [anon_sym_LT] = ACTIONS(4284), - [anon_sym_GT] = ACTIONS(4284), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(4284), - [anon_sym_SEMI] = ACTIONS(4286), - [anon_sym_get] = ACTIONS(4284), - [anon_sym_set] = ACTIONS(4284), - [anon_sym_STAR] = ACTIONS(4286), - [anon_sym_DASH_GT] = ACTIONS(4286), - [sym_label] = ACTIONS(4286), - [anon_sym_in] = ACTIONS(4284), - [anon_sym_while] = ACTIONS(4284), - [anon_sym_DOT_DOT] = ACTIONS(4286), - [anon_sym_QMARK_COLON] = ACTIONS(4286), - [anon_sym_AMP_AMP] = ACTIONS(4286), - [anon_sym_PIPE_PIPE] = ACTIONS(4286), - [anon_sym_else] = ACTIONS(4284), - [anon_sym_COLON_COLON] = ACTIONS(4286), - [anon_sym_BANG_EQ] = ACTIONS(4284), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4286), - [anon_sym_EQ_EQ] = ACTIONS(4284), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4286), - [anon_sym_LT_EQ] = ACTIONS(4286), - [anon_sym_GT_EQ] = ACTIONS(4286), - [anon_sym_BANGin] = ACTIONS(4286), - [anon_sym_is] = ACTIONS(4284), - [anon_sym_BANGis] = ACTIONS(4286), - [anon_sym_PLUS] = ACTIONS(4284), - [anon_sym_DASH] = ACTIONS(4284), - [anon_sym_SLASH] = ACTIONS(4284), - [anon_sym_PERCENT] = ACTIONS(4286), - [anon_sym_as_QMARK] = ACTIONS(4286), - [anon_sym_PLUS_PLUS] = ACTIONS(4286), - [anon_sym_DASH_DASH] = ACTIONS(4286), - [anon_sym_BANG_BANG] = ACTIONS(4286), - [anon_sym_suspend] = ACTIONS(4284), - [anon_sym_sealed] = ACTIONS(4284), - [anon_sym_annotation] = ACTIONS(4284), - [anon_sym_data] = ACTIONS(4284), - [anon_sym_inner] = ACTIONS(4284), - [anon_sym_override] = ACTIONS(4284), - [anon_sym_lateinit] = ACTIONS(4284), - [anon_sym_public] = ACTIONS(4284), - [anon_sym_private] = ACTIONS(4284), - [anon_sym_internal] = ACTIONS(4284), - [anon_sym_protected] = ACTIONS(4284), - [anon_sym_tailrec] = ACTIONS(4284), - [anon_sym_operator] = ACTIONS(4284), - [anon_sym_infix] = ACTIONS(4284), - [anon_sym_inline] = ACTIONS(4284), - [anon_sym_external] = ACTIONS(4284), - [sym_property_modifier] = ACTIONS(4284), - [anon_sym_abstract] = ACTIONS(4284), - [anon_sym_final] = ACTIONS(4284), - [anon_sym_open] = ACTIONS(4284), - [anon_sym_vararg] = ACTIONS(4284), - [anon_sym_noinline] = ACTIONS(4284), - [anon_sym_crossinline] = ACTIONS(4284), - [anon_sym_expect] = ACTIONS(4284), - [anon_sym_actual] = ACTIONS(4284), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4286), - [sym_safe_nav] = ACTIONS(4286), + [3643] = { + [sym_indexing_suffix] = STATE(4986), + [sym_navigation_suffix] = STATE(5006), + [sym_call_suffix] = STATE(5077), + [sym_annotated_lambda] = STATE(4993), + [sym_type_arguments] = STATE(7551), + [sym_value_arguments] = STATE(4451), + [sym_lambda_literal] = STATE(4995), + [sym__equality_operator] = STATE(1817), + [sym__comparison_operator] = STATE(1832), + [sym__in_operator] = STATE(1833), + [sym__is_operator] = STATE(5776), + [sym__additive_operator] = STATE(1834), + [sym__multiplicative_operator] = STATE(1835), + [sym__as_operator] = STATE(5777), + [sym__postfix_unary_operator] = STATE(5000), + [sym__member_access_operator] = STATE(7402), + [sym_annotation] = STATE(7890), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1836), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7890), + [sym__alpha_identifier] = ACTIONS(3075), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(6702), + [anon_sym_as] = ACTIONS(6704), + [anon_sym_EQ] = ACTIONS(3075), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_RBRACE] = ACTIONS(3077), + [anon_sym_LPAREN] = ACTIONS(6706), + [anon_sym_COMMA] = ACTIONS(3077), + [anon_sym_LT] = ACTIONS(3079), + [anon_sym_GT] = ACTIONS(3075), + [anon_sym_where] = ACTIONS(3075), + [anon_sym_DOT] = ACTIONS(6708), + [anon_sym_SEMI] = ACTIONS(3077), + [anon_sym_get] = ACTIONS(3075), + [anon_sym_set] = ACTIONS(3075), + [anon_sym_STAR] = ACTIONS(6710), + [sym_label] = ACTIONS(6712), + [anon_sym_in] = ACTIONS(3075), + [anon_sym_DOT_DOT] = ACTIONS(3077), + [anon_sym_QMARK_COLON] = ACTIONS(3077), + [anon_sym_AMP_AMP] = ACTIONS(3077), + [anon_sym_PIPE_PIPE] = ACTIONS(3077), + [anon_sym_else] = ACTIONS(3075), + [anon_sym_COLON_COLON] = ACTIONS(6718), + [anon_sym_PLUS_EQ] = ACTIONS(3077), + [anon_sym_DASH_EQ] = ACTIONS(3077), + [anon_sym_STAR_EQ] = ACTIONS(3077), + [anon_sym_SLASH_EQ] = ACTIONS(3077), + [anon_sym_PERCENT_EQ] = ACTIONS(3077), + [anon_sym_BANG_EQ] = ACTIONS(3075), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3077), + [anon_sym_EQ_EQ] = ACTIONS(3075), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3077), + [anon_sym_LT_EQ] = ACTIONS(3077), + [anon_sym_GT_EQ] = ACTIONS(3077), + [anon_sym_BANGin] = ACTIONS(3077), + [anon_sym_is] = ACTIONS(3075), + [anon_sym_BANGis] = ACTIONS(3077), + [anon_sym_PLUS] = ACTIONS(6720), + [anon_sym_DASH] = ACTIONS(6720), + [anon_sym_SLASH] = ACTIONS(6710), + [anon_sym_PERCENT] = ACTIONS(6710), + [anon_sym_as_QMARK] = ACTIONS(6722), + [anon_sym_PLUS_PLUS] = ACTIONS(6724), + [anon_sym_DASH_DASH] = ACTIONS(6724), + [anon_sym_BANG_BANG] = ACTIONS(6724), + [anon_sym_data] = ACTIONS(3075), + [anon_sym_inner] = ACTIONS(3075), + [anon_sym_expect] = ACTIONS(3075), + [anon_sym_actual] = ACTIONS(3075), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3077), + [sym__automatic_semicolon] = ACTIONS(3077), + [sym_safe_nav] = ACTIONS(6718), [sym_multiline_comment] = ACTIONS(3), }, - [3702] = { - [sym_type_constraints] = STATE(3083), - [sym_enum_class_body] = STATE(3211), - [sym__alpha_identifier] = ACTIONS(3190), - [anon_sym_AT] = ACTIONS(3194), - [anon_sym_COLON] = ACTIONS(5900), - [anon_sym_LBRACK] = ACTIONS(3194), - [anon_sym_RBRACK] = ACTIONS(3194), - [anon_sym_as] = ACTIONS(3190), - [anon_sym_LBRACE] = ACTIONS(5155), - [anon_sym_RBRACE] = ACTIONS(3194), - [anon_sym_LPAREN] = ACTIONS(3194), - [anon_sym_COMMA] = ACTIONS(3194), - [anon_sym_RPAREN] = ACTIONS(3194), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3190), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(3190), - [anon_sym_SEMI] = ACTIONS(3194), - [anon_sym_get] = ACTIONS(3190), - [anon_sym_set] = ACTIONS(3190), - [anon_sym_STAR] = ACTIONS(3194), - [anon_sym_DASH_GT] = ACTIONS(3194), - [sym_label] = ACTIONS(3194), - [anon_sym_in] = ACTIONS(3190), - [anon_sym_while] = ACTIONS(3190), - [anon_sym_DOT_DOT] = ACTIONS(3194), - [anon_sym_QMARK_COLON] = ACTIONS(3194), - [anon_sym_AMP_AMP] = ACTIONS(3194), - [anon_sym_PIPE_PIPE] = ACTIONS(3194), - [anon_sym_else] = ACTIONS(3190), - [anon_sym_COLON_COLON] = ACTIONS(3194), - [anon_sym_BANG_EQ] = ACTIONS(3190), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3194), - [anon_sym_EQ_EQ] = ACTIONS(3190), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3194), - [anon_sym_LT_EQ] = ACTIONS(3194), - [anon_sym_GT_EQ] = ACTIONS(3194), - [anon_sym_BANGin] = ACTIONS(3194), - [anon_sym_is] = ACTIONS(3190), - [anon_sym_BANGis] = ACTIONS(3194), - [anon_sym_PLUS] = ACTIONS(3190), - [anon_sym_DASH] = ACTIONS(3190), - [anon_sym_SLASH] = ACTIONS(3190), - [anon_sym_PERCENT] = ACTIONS(3194), - [anon_sym_as_QMARK] = ACTIONS(3194), - [anon_sym_PLUS_PLUS] = ACTIONS(3194), - [anon_sym_DASH_DASH] = ACTIONS(3194), - [anon_sym_BANG_BANG] = ACTIONS(3194), - [anon_sym_suspend] = ACTIONS(3190), - [anon_sym_sealed] = ACTIONS(3190), - [anon_sym_annotation] = ACTIONS(3190), - [anon_sym_data] = ACTIONS(3190), - [anon_sym_inner] = ACTIONS(3190), - [anon_sym_override] = ACTIONS(3190), - [anon_sym_lateinit] = ACTIONS(3190), - [anon_sym_public] = ACTIONS(3190), - [anon_sym_private] = ACTIONS(3190), - [anon_sym_internal] = ACTIONS(3190), - [anon_sym_protected] = ACTIONS(3190), - [anon_sym_tailrec] = ACTIONS(3190), - [anon_sym_operator] = ACTIONS(3190), - [anon_sym_infix] = ACTIONS(3190), - [anon_sym_inline] = ACTIONS(3190), - [anon_sym_external] = ACTIONS(3190), - [sym_property_modifier] = ACTIONS(3190), - [anon_sym_abstract] = ACTIONS(3190), - [anon_sym_final] = ACTIONS(3190), - [anon_sym_open] = ACTIONS(3190), - [anon_sym_vararg] = ACTIONS(3190), - [anon_sym_noinline] = ACTIONS(3190), - [anon_sym_crossinline] = ACTIONS(3190), - [anon_sym_expect] = ACTIONS(3190), - [anon_sym_actual] = ACTIONS(3190), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3194), - [sym_safe_nav] = ACTIONS(3194), + [3644] = { + [sym_function_body] = STATE(3248), + [sym__block] = STATE(3464), + [sym__alpha_identifier] = ACTIONS(4047), + [anon_sym_AT] = ACTIONS(4049), + [anon_sym_LBRACK] = ACTIONS(4049), + [anon_sym_as] = ACTIONS(4047), + [anon_sym_EQ] = ACTIONS(6389), + [anon_sym_LBRACE] = ACTIONS(6233), + [anon_sym_RBRACE] = ACTIONS(4049), + [anon_sym_LPAREN] = ACTIONS(4049), + [anon_sym_RPAREN] = ACTIONS(4049), + [anon_sym_LT] = ACTIONS(4047), + [anon_sym_GT] = ACTIONS(4047), + [anon_sym_DOT] = ACTIONS(4047), + [anon_sym_SEMI] = ACTIONS(4049), + [anon_sym_get] = ACTIONS(4047), + [anon_sym_set] = ACTIONS(4047), + [anon_sym_STAR] = ACTIONS(4047), + [sym_label] = ACTIONS(4049), + [anon_sym_in] = ACTIONS(4047), + [anon_sym_while] = ACTIONS(4047), + [anon_sym_DOT_DOT] = ACTIONS(4049), + [anon_sym_QMARK_COLON] = ACTIONS(4049), + [anon_sym_AMP_AMP] = ACTIONS(4049), + [anon_sym_PIPE_PIPE] = ACTIONS(4049), + [anon_sym_else] = ACTIONS(4047), + [anon_sym_COLON_COLON] = ACTIONS(4049), + [anon_sym_PLUS_EQ] = ACTIONS(4049), + [anon_sym_DASH_EQ] = ACTIONS(4049), + [anon_sym_STAR_EQ] = ACTIONS(4049), + [anon_sym_SLASH_EQ] = ACTIONS(4049), + [anon_sym_PERCENT_EQ] = ACTIONS(4049), + [anon_sym_BANG_EQ] = ACTIONS(4047), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4049), + [anon_sym_EQ_EQ] = ACTIONS(4047), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4049), + [anon_sym_LT_EQ] = ACTIONS(4049), + [anon_sym_GT_EQ] = ACTIONS(4049), + [anon_sym_BANGin] = ACTIONS(4049), + [anon_sym_is] = ACTIONS(4047), + [anon_sym_BANGis] = ACTIONS(4049), + [anon_sym_PLUS] = ACTIONS(4047), + [anon_sym_DASH] = ACTIONS(4047), + [anon_sym_SLASH] = ACTIONS(4047), + [anon_sym_PERCENT] = ACTIONS(4047), + [anon_sym_as_QMARK] = ACTIONS(4049), + [anon_sym_PLUS_PLUS] = ACTIONS(4049), + [anon_sym_DASH_DASH] = ACTIONS(4049), + [anon_sym_BANG_BANG] = ACTIONS(4049), + [anon_sym_suspend] = ACTIONS(4047), + [anon_sym_sealed] = ACTIONS(4047), + [anon_sym_annotation] = ACTIONS(4047), + [anon_sym_data] = ACTIONS(4047), + [anon_sym_inner] = ACTIONS(4047), + [anon_sym_override] = ACTIONS(4047), + [anon_sym_lateinit] = ACTIONS(4047), + [anon_sym_public] = ACTIONS(4047), + [anon_sym_private] = ACTIONS(4047), + [anon_sym_internal] = ACTIONS(4047), + [anon_sym_protected] = ACTIONS(4047), + [anon_sym_tailrec] = ACTIONS(4047), + [anon_sym_operator] = ACTIONS(4047), + [anon_sym_infix] = ACTIONS(4047), + [anon_sym_inline] = ACTIONS(4047), + [anon_sym_external] = ACTIONS(4047), + [sym_property_modifier] = ACTIONS(4047), + [anon_sym_abstract] = ACTIONS(4047), + [anon_sym_final] = ACTIONS(4047), + [anon_sym_open] = ACTIONS(4047), + [anon_sym_vararg] = ACTIONS(4047), + [anon_sym_noinline] = ACTIONS(4047), + [anon_sym_crossinline] = ACTIONS(4047), + [anon_sym_expect] = ACTIONS(4047), + [anon_sym_actual] = ACTIONS(4047), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4049), + [sym_safe_nav] = ACTIONS(4049), [sym_multiline_comment] = ACTIONS(3), }, - [3703] = { - [sym_function_body] = STATE(3302), - [sym__block] = STATE(3367), + [3645] = { + [sym_function_body] = STATE(3794), + [sym__block] = STATE(3738), [sym__alpha_identifier] = ACTIONS(4326), [anon_sym_AT] = ACTIONS(4328), + [anon_sym_COLON] = ACTIONS(6819), [anon_sym_LBRACK] = ACTIONS(4328), - [anon_sym_RBRACK] = ACTIONS(4328), [anon_sym_as] = ACTIONS(4326), - [anon_sym_EQ] = ACTIONS(6621), - [anon_sym_LBRACE] = ACTIONS(6236), + [anon_sym_EQ] = ACTIONS(6527), + [anon_sym_LBRACE] = ACTIONS(6461), [anon_sym_RBRACE] = ACTIONS(4328), [anon_sym_LPAREN] = ACTIONS(4328), - [anon_sym_COMMA] = ACTIONS(4328), - [anon_sym_RPAREN] = ACTIONS(4328), [anon_sym_LT] = ACTIONS(4326), [anon_sym_GT] = ACTIONS(4326), - [anon_sym_where] = ACTIONS(4326), [anon_sym_DOT] = ACTIONS(4326), [anon_sym_SEMI] = ACTIONS(4328), [anon_sym_get] = ACTIONS(4326), [anon_sym_set] = ACTIONS(4326), - [anon_sym_STAR] = ACTIONS(4328), - [anon_sym_DASH_GT] = ACTIONS(4328), + [anon_sym_STAR] = ACTIONS(4326), [sym_label] = ACTIONS(4328), [anon_sym_in] = ACTIONS(4326), - [anon_sym_while] = ACTIONS(4326), [anon_sym_DOT_DOT] = ACTIONS(4328), [anon_sym_QMARK_COLON] = ACTIONS(4328), [anon_sym_AMP_AMP] = ACTIONS(4328), [anon_sym_PIPE_PIPE] = ACTIONS(4328), [anon_sym_else] = ACTIONS(4326), [anon_sym_COLON_COLON] = ACTIONS(4328), + [anon_sym_PLUS_EQ] = ACTIONS(4328), + [anon_sym_DASH_EQ] = ACTIONS(4328), + [anon_sym_STAR_EQ] = ACTIONS(4328), + [anon_sym_SLASH_EQ] = ACTIONS(4328), + [anon_sym_PERCENT_EQ] = ACTIONS(4328), [anon_sym_BANG_EQ] = ACTIONS(4326), [anon_sym_BANG_EQ_EQ] = ACTIONS(4328), [anon_sym_EQ_EQ] = ACTIONS(4326), @@ -399060,7 +394618,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(4326), [anon_sym_DASH] = ACTIONS(4326), [anon_sym_SLASH] = ACTIONS(4326), - [anon_sym_PERCENT] = ACTIONS(4328), + [anon_sym_PERCENT] = ACTIONS(4326), [anon_sym_as_QMARK] = ACTIONS(4328), [anon_sym_PLUS_PLUS] = ACTIONS(4328), [anon_sym_DASH_DASH] = ACTIONS(4328), @@ -399091,1433 +394649,2883 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(4326), [anon_sym_actual] = ACTIONS(4326), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4328), - [sym_safe_nav] = ACTIONS(4328), - [sym_multiline_comment] = ACTIONS(3), - }, - [3704] = { - [sym_class_body] = STATE(3211), - [sym_type_constraints] = STATE(3086), - [sym__alpha_identifier] = ACTIONS(3190), - [anon_sym_AT] = ACTIONS(3194), - [anon_sym_COLON] = ACTIONS(5916), - [anon_sym_LBRACK] = ACTIONS(3194), - [anon_sym_RBRACK] = ACTIONS(3194), - [anon_sym_as] = ACTIONS(3190), - [anon_sym_LBRACE] = ACTIONS(5147), - [anon_sym_RBRACE] = ACTIONS(3194), - [anon_sym_LPAREN] = ACTIONS(3194), - [anon_sym_COMMA] = ACTIONS(3194), - [anon_sym_RPAREN] = ACTIONS(3194), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3190), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(3190), - [anon_sym_SEMI] = ACTIONS(3194), - [anon_sym_get] = ACTIONS(3190), - [anon_sym_set] = ACTIONS(3190), - [anon_sym_STAR] = ACTIONS(3194), - [anon_sym_DASH_GT] = ACTIONS(3194), - [sym_label] = ACTIONS(3194), - [anon_sym_in] = ACTIONS(3190), - [anon_sym_while] = ACTIONS(3190), - [anon_sym_DOT_DOT] = ACTIONS(3194), - [anon_sym_QMARK_COLON] = ACTIONS(3194), - [anon_sym_AMP_AMP] = ACTIONS(3194), - [anon_sym_PIPE_PIPE] = ACTIONS(3194), - [anon_sym_else] = ACTIONS(3190), - [anon_sym_COLON_COLON] = ACTIONS(3194), - [anon_sym_BANG_EQ] = ACTIONS(3190), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3194), - [anon_sym_EQ_EQ] = ACTIONS(3190), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3194), - [anon_sym_LT_EQ] = ACTIONS(3194), - [anon_sym_GT_EQ] = ACTIONS(3194), - [anon_sym_BANGin] = ACTIONS(3194), - [anon_sym_is] = ACTIONS(3190), - [anon_sym_BANGis] = ACTIONS(3194), - [anon_sym_PLUS] = ACTIONS(3190), - [anon_sym_DASH] = ACTIONS(3190), - [anon_sym_SLASH] = ACTIONS(3190), - [anon_sym_PERCENT] = ACTIONS(3194), - [anon_sym_as_QMARK] = ACTIONS(3194), - [anon_sym_PLUS_PLUS] = ACTIONS(3194), - [anon_sym_DASH_DASH] = ACTIONS(3194), - [anon_sym_BANG_BANG] = ACTIONS(3194), - [anon_sym_suspend] = ACTIONS(3190), - [anon_sym_sealed] = ACTIONS(3190), - [anon_sym_annotation] = ACTIONS(3190), - [anon_sym_data] = ACTIONS(3190), - [anon_sym_inner] = ACTIONS(3190), - [anon_sym_override] = ACTIONS(3190), - [anon_sym_lateinit] = ACTIONS(3190), - [anon_sym_public] = ACTIONS(3190), - [anon_sym_private] = ACTIONS(3190), - [anon_sym_internal] = ACTIONS(3190), - [anon_sym_protected] = ACTIONS(3190), - [anon_sym_tailrec] = ACTIONS(3190), - [anon_sym_operator] = ACTIONS(3190), - [anon_sym_infix] = ACTIONS(3190), - [anon_sym_inline] = ACTIONS(3190), - [anon_sym_external] = ACTIONS(3190), - [sym_property_modifier] = ACTIONS(3190), - [anon_sym_abstract] = ACTIONS(3190), - [anon_sym_final] = ACTIONS(3190), - [anon_sym_open] = ACTIONS(3190), - [anon_sym_vararg] = ACTIONS(3190), - [anon_sym_noinline] = ACTIONS(3190), - [anon_sym_crossinline] = ACTIONS(3190), - [anon_sym_expect] = ACTIONS(3190), - [anon_sym_actual] = ACTIONS(3190), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3194), - [sym_safe_nav] = ACTIONS(3194), - [sym_multiline_comment] = ACTIONS(3), - }, - [3705] = { - [sym_type_constraints] = STATE(3098), - [sym_enum_class_body] = STATE(3178), - [sym__alpha_identifier] = ACTIONS(4197), - [anon_sym_AT] = ACTIONS(4199), - [anon_sym_COLON] = ACTIONS(6856), - [anon_sym_LBRACK] = ACTIONS(4199), - [anon_sym_RBRACK] = ACTIONS(4199), - [anon_sym_as] = ACTIONS(4197), - [anon_sym_LBRACE] = ACTIONS(5155), - [anon_sym_RBRACE] = ACTIONS(4199), - [anon_sym_LPAREN] = ACTIONS(4199), - [anon_sym_COMMA] = ACTIONS(4199), - [anon_sym_RPAREN] = ACTIONS(4199), - [anon_sym_LT] = ACTIONS(4197), - [anon_sym_GT] = ACTIONS(4197), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(4197), - [anon_sym_SEMI] = ACTIONS(4199), - [anon_sym_get] = ACTIONS(4197), - [anon_sym_set] = ACTIONS(4197), - [anon_sym_STAR] = ACTIONS(4199), - [anon_sym_DASH_GT] = ACTIONS(4199), - [sym_label] = ACTIONS(4199), - [anon_sym_in] = ACTIONS(4197), - [anon_sym_while] = ACTIONS(4197), - [anon_sym_DOT_DOT] = ACTIONS(4199), - [anon_sym_QMARK_COLON] = ACTIONS(4199), - [anon_sym_AMP_AMP] = ACTIONS(4199), - [anon_sym_PIPE_PIPE] = ACTIONS(4199), - [anon_sym_else] = ACTIONS(4197), - [anon_sym_COLON_COLON] = ACTIONS(4199), - [anon_sym_BANG_EQ] = ACTIONS(4197), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4199), - [anon_sym_EQ_EQ] = ACTIONS(4197), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4199), - [anon_sym_LT_EQ] = ACTIONS(4199), - [anon_sym_GT_EQ] = ACTIONS(4199), - [anon_sym_BANGin] = ACTIONS(4199), - [anon_sym_is] = ACTIONS(4197), - [anon_sym_BANGis] = ACTIONS(4199), - [anon_sym_PLUS] = ACTIONS(4197), - [anon_sym_DASH] = ACTIONS(4197), - [anon_sym_SLASH] = ACTIONS(4197), - [anon_sym_PERCENT] = ACTIONS(4199), - [anon_sym_as_QMARK] = ACTIONS(4199), - [anon_sym_PLUS_PLUS] = ACTIONS(4199), - [anon_sym_DASH_DASH] = ACTIONS(4199), - [anon_sym_BANG_BANG] = ACTIONS(4199), - [anon_sym_suspend] = ACTIONS(4197), - [anon_sym_sealed] = ACTIONS(4197), - [anon_sym_annotation] = ACTIONS(4197), - [anon_sym_data] = ACTIONS(4197), - [anon_sym_inner] = ACTIONS(4197), - [anon_sym_override] = ACTIONS(4197), - [anon_sym_lateinit] = ACTIONS(4197), - [anon_sym_public] = ACTIONS(4197), - [anon_sym_private] = ACTIONS(4197), - [anon_sym_internal] = ACTIONS(4197), - [anon_sym_protected] = ACTIONS(4197), - [anon_sym_tailrec] = ACTIONS(4197), - [anon_sym_operator] = ACTIONS(4197), - [anon_sym_infix] = ACTIONS(4197), - [anon_sym_inline] = ACTIONS(4197), - [anon_sym_external] = ACTIONS(4197), - [sym_property_modifier] = ACTIONS(4197), - [anon_sym_abstract] = ACTIONS(4197), - [anon_sym_final] = ACTIONS(4197), - [anon_sym_open] = ACTIONS(4197), - [anon_sym_vararg] = ACTIONS(4197), - [anon_sym_noinline] = ACTIONS(4197), - [anon_sym_crossinline] = ACTIONS(4197), - [anon_sym_expect] = ACTIONS(4197), - [anon_sym_actual] = ACTIONS(4197), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4199), - [sym_safe_nav] = ACTIONS(4199), - [sym_multiline_comment] = ACTIONS(3), - }, - [3706] = { - [sym_class_body] = STATE(3178), - [sym_type_constraints] = STATE(3103), - [sym__alpha_identifier] = ACTIONS(4197), - [anon_sym_AT] = ACTIONS(4199), - [anon_sym_COLON] = ACTIONS(6858), - [anon_sym_LBRACK] = ACTIONS(4199), - [anon_sym_RBRACK] = ACTIONS(4199), - [anon_sym_as] = ACTIONS(4197), - [anon_sym_LBRACE] = ACTIONS(5147), - [anon_sym_RBRACE] = ACTIONS(4199), - [anon_sym_LPAREN] = ACTIONS(4199), - [anon_sym_COMMA] = ACTIONS(4199), - [anon_sym_RPAREN] = ACTIONS(4199), - [anon_sym_LT] = ACTIONS(4197), - [anon_sym_GT] = ACTIONS(4197), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(4197), - [anon_sym_SEMI] = ACTIONS(4199), - [anon_sym_get] = ACTIONS(4197), - [anon_sym_set] = ACTIONS(4197), - [anon_sym_STAR] = ACTIONS(4199), - [anon_sym_DASH_GT] = ACTIONS(4199), - [sym_label] = ACTIONS(4199), - [anon_sym_in] = ACTIONS(4197), - [anon_sym_while] = ACTIONS(4197), - [anon_sym_DOT_DOT] = ACTIONS(4199), - [anon_sym_QMARK_COLON] = ACTIONS(4199), - [anon_sym_AMP_AMP] = ACTIONS(4199), - [anon_sym_PIPE_PIPE] = ACTIONS(4199), - [anon_sym_else] = ACTIONS(4197), - [anon_sym_COLON_COLON] = ACTIONS(4199), - [anon_sym_BANG_EQ] = ACTIONS(4197), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4199), - [anon_sym_EQ_EQ] = ACTIONS(4197), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4199), - [anon_sym_LT_EQ] = ACTIONS(4199), - [anon_sym_GT_EQ] = ACTIONS(4199), - [anon_sym_BANGin] = ACTIONS(4199), - [anon_sym_is] = ACTIONS(4197), - [anon_sym_BANGis] = ACTIONS(4199), - [anon_sym_PLUS] = ACTIONS(4197), - [anon_sym_DASH] = ACTIONS(4197), - [anon_sym_SLASH] = ACTIONS(4197), - [anon_sym_PERCENT] = ACTIONS(4199), - [anon_sym_as_QMARK] = ACTIONS(4199), - [anon_sym_PLUS_PLUS] = ACTIONS(4199), - [anon_sym_DASH_DASH] = ACTIONS(4199), - [anon_sym_BANG_BANG] = ACTIONS(4199), - [anon_sym_suspend] = ACTIONS(4197), - [anon_sym_sealed] = ACTIONS(4197), - [anon_sym_annotation] = ACTIONS(4197), - [anon_sym_data] = ACTIONS(4197), - [anon_sym_inner] = ACTIONS(4197), - [anon_sym_override] = ACTIONS(4197), - [anon_sym_lateinit] = ACTIONS(4197), - [anon_sym_public] = ACTIONS(4197), - [anon_sym_private] = ACTIONS(4197), - [anon_sym_internal] = ACTIONS(4197), - [anon_sym_protected] = ACTIONS(4197), - [anon_sym_tailrec] = ACTIONS(4197), - [anon_sym_operator] = ACTIONS(4197), - [anon_sym_infix] = ACTIONS(4197), - [anon_sym_inline] = ACTIONS(4197), - [anon_sym_external] = ACTIONS(4197), - [sym_property_modifier] = ACTIONS(4197), - [anon_sym_abstract] = ACTIONS(4197), - [anon_sym_final] = ACTIONS(4197), - [anon_sym_open] = ACTIONS(4197), - [anon_sym_vararg] = ACTIONS(4197), - [anon_sym_noinline] = ACTIONS(4197), - [anon_sym_crossinline] = ACTIONS(4197), - [anon_sym_expect] = ACTIONS(4197), - [anon_sym_actual] = ACTIONS(4197), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4199), - [sym_safe_nav] = ACTIONS(4199), - [sym_multiline_comment] = ACTIONS(3), - }, - [3707] = { - [sym_type_constraints] = STATE(3104), - [sym_enum_class_body] = STATE(3165), - [sym__alpha_identifier] = ACTIONS(3204), - [anon_sym_AT] = ACTIONS(3208), - [anon_sym_COLON] = ACTIONS(5920), - [anon_sym_LBRACK] = ACTIONS(3208), - [anon_sym_RBRACK] = ACTIONS(3208), - [anon_sym_as] = ACTIONS(3204), - [anon_sym_LBRACE] = ACTIONS(5155), - [anon_sym_RBRACE] = ACTIONS(3208), - [anon_sym_LPAREN] = ACTIONS(3208), - [anon_sym_COMMA] = ACTIONS(3208), - [anon_sym_RPAREN] = ACTIONS(3208), - [anon_sym_LT] = ACTIONS(3204), - [anon_sym_GT] = ACTIONS(3204), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(3204), - [anon_sym_SEMI] = ACTIONS(3208), - [anon_sym_get] = ACTIONS(3204), - [anon_sym_set] = ACTIONS(3204), - [anon_sym_STAR] = ACTIONS(3208), - [anon_sym_DASH_GT] = ACTIONS(3208), - [sym_label] = ACTIONS(3208), - [anon_sym_in] = ACTIONS(3204), - [anon_sym_while] = ACTIONS(3204), - [anon_sym_DOT_DOT] = ACTIONS(3208), - [anon_sym_QMARK_COLON] = ACTIONS(3208), - [anon_sym_AMP_AMP] = ACTIONS(3208), - [anon_sym_PIPE_PIPE] = ACTIONS(3208), - [anon_sym_else] = ACTIONS(3204), - [anon_sym_COLON_COLON] = ACTIONS(3208), - [anon_sym_BANG_EQ] = ACTIONS(3204), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3208), - [anon_sym_EQ_EQ] = ACTIONS(3204), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3208), - [anon_sym_LT_EQ] = ACTIONS(3208), - [anon_sym_GT_EQ] = ACTIONS(3208), - [anon_sym_BANGin] = ACTIONS(3208), - [anon_sym_is] = ACTIONS(3204), - [anon_sym_BANGis] = ACTIONS(3208), - [anon_sym_PLUS] = ACTIONS(3204), - [anon_sym_DASH] = ACTIONS(3204), - [anon_sym_SLASH] = ACTIONS(3204), - [anon_sym_PERCENT] = ACTIONS(3208), - [anon_sym_as_QMARK] = ACTIONS(3208), - [anon_sym_PLUS_PLUS] = ACTIONS(3208), - [anon_sym_DASH_DASH] = ACTIONS(3208), - [anon_sym_BANG_BANG] = ACTIONS(3208), - [anon_sym_suspend] = ACTIONS(3204), - [anon_sym_sealed] = ACTIONS(3204), - [anon_sym_annotation] = ACTIONS(3204), - [anon_sym_data] = ACTIONS(3204), - [anon_sym_inner] = ACTIONS(3204), - [anon_sym_override] = ACTIONS(3204), - [anon_sym_lateinit] = ACTIONS(3204), - [anon_sym_public] = ACTIONS(3204), - [anon_sym_private] = ACTIONS(3204), - [anon_sym_internal] = ACTIONS(3204), - [anon_sym_protected] = ACTIONS(3204), - [anon_sym_tailrec] = ACTIONS(3204), - [anon_sym_operator] = ACTIONS(3204), - [anon_sym_infix] = ACTIONS(3204), - [anon_sym_inline] = ACTIONS(3204), - [anon_sym_external] = ACTIONS(3204), - [sym_property_modifier] = ACTIONS(3204), - [anon_sym_abstract] = ACTIONS(3204), - [anon_sym_final] = ACTIONS(3204), - [anon_sym_open] = ACTIONS(3204), - [anon_sym_vararg] = ACTIONS(3204), - [anon_sym_noinline] = ACTIONS(3204), - [anon_sym_crossinline] = ACTIONS(3204), - [anon_sym_expect] = ACTIONS(3204), - [anon_sym_actual] = ACTIONS(3204), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3208), - [sym_safe_nav] = ACTIONS(3208), - [sym_multiline_comment] = ACTIONS(3), - }, - [3708] = { - [sym_class_body] = STATE(3685), - [sym__alpha_identifier] = ACTIONS(4517), - [anon_sym_AT] = ACTIONS(4519), - [anon_sym_COLON] = ACTIONS(6860), - [anon_sym_LBRACK] = ACTIONS(4519), - [anon_sym_as] = ACTIONS(4517), - [anon_sym_EQ] = ACTIONS(4517), - [anon_sym_LBRACE] = ACTIONS(5421), - [anon_sym_RBRACE] = ACTIONS(4519), - [anon_sym_LPAREN] = ACTIONS(4519), - [anon_sym_LT] = ACTIONS(4517), - [anon_sym_GT] = ACTIONS(4517), - [anon_sym_DOT] = ACTIONS(4517), - [anon_sym_SEMI] = ACTIONS(4519), - [anon_sym_get] = ACTIONS(4517), - [anon_sym_set] = ACTIONS(4517), - [anon_sym_STAR] = ACTIONS(4517), - [sym_label] = ACTIONS(4519), - [anon_sym_in] = ACTIONS(4517), - [anon_sym_DOT_DOT] = ACTIONS(4519), - [anon_sym_QMARK_COLON] = ACTIONS(4519), - [anon_sym_AMP_AMP] = ACTIONS(4519), - [anon_sym_PIPE_PIPE] = ACTIONS(4519), - [anon_sym_else] = ACTIONS(4517), - [anon_sym_COLON_COLON] = ACTIONS(4519), - [anon_sym_PLUS_EQ] = ACTIONS(4519), - [anon_sym_DASH_EQ] = ACTIONS(4519), - [anon_sym_STAR_EQ] = ACTIONS(4519), - [anon_sym_SLASH_EQ] = ACTIONS(4519), - [anon_sym_PERCENT_EQ] = ACTIONS(4519), - [anon_sym_BANG_EQ] = ACTIONS(4517), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4519), - [anon_sym_EQ_EQ] = ACTIONS(4517), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4519), - [anon_sym_LT_EQ] = ACTIONS(4519), - [anon_sym_GT_EQ] = ACTIONS(4519), - [anon_sym_BANGin] = ACTIONS(4519), - [anon_sym_is] = ACTIONS(4517), - [anon_sym_BANGis] = ACTIONS(4519), - [anon_sym_PLUS] = ACTIONS(4517), - [anon_sym_DASH] = ACTIONS(4517), - [anon_sym_SLASH] = ACTIONS(4517), - [anon_sym_PERCENT] = ACTIONS(4517), - [anon_sym_as_QMARK] = ACTIONS(4519), - [anon_sym_PLUS_PLUS] = ACTIONS(4519), - [anon_sym_DASH_DASH] = ACTIONS(4519), - [anon_sym_BANG_BANG] = ACTIONS(4519), - [anon_sym_suspend] = ACTIONS(4517), - [anon_sym_sealed] = ACTIONS(4517), - [anon_sym_annotation] = ACTIONS(4517), - [anon_sym_data] = ACTIONS(4517), - [anon_sym_inner] = ACTIONS(4517), - [anon_sym_override] = ACTIONS(4517), - [anon_sym_lateinit] = ACTIONS(4517), - [anon_sym_public] = ACTIONS(4517), - [anon_sym_private] = ACTIONS(4517), - [anon_sym_internal] = ACTIONS(4517), - [anon_sym_protected] = ACTIONS(4517), - [anon_sym_tailrec] = ACTIONS(4517), - [anon_sym_operator] = ACTIONS(4517), - [anon_sym_infix] = ACTIONS(4517), - [anon_sym_inline] = ACTIONS(4517), - [anon_sym_external] = ACTIONS(4517), - [sym_property_modifier] = ACTIONS(4517), - [anon_sym_abstract] = ACTIONS(4517), - [anon_sym_final] = ACTIONS(4517), - [anon_sym_open] = ACTIONS(4517), - [anon_sym_vararg] = ACTIONS(4517), - [anon_sym_noinline] = ACTIONS(4517), - [anon_sym_crossinline] = ACTIONS(4517), - [anon_sym_expect] = ACTIONS(4517), - [anon_sym_actual] = ACTIONS(4517), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4519), - [sym__automatic_semicolon] = ACTIONS(4519), - [sym_safe_nav] = ACTIONS(4519), - [sym_multiline_comment] = ACTIONS(3), - }, - [3709] = { - [sym_type_constraints] = STATE(2991), - [sym_enum_class_body] = STATE(3293), - [sym__alpha_identifier] = ACTIONS(4213), - [anon_sym_AT] = ACTIONS(4215), - [anon_sym_COLON] = ACTIONS(6862), - [anon_sym_LBRACK] = ACTIONS(4215), - [anon_sym_RBRACK] = ACTIONS(4215), - [anon_sym_as] = ACTIONS(4213), - [anon_sym_LBRACE] = ACTIONS(5155), - [anon_sym_RBRACE] = ACTIONS(4215), - [anon_sym_LPAREN] = ACTIONS(4215), - [anon_sym_COMMA] = ACTIONS(4215), - [anon_sym_RPAREN] = ACTIONS(4215), - [anon_sym_LT] = ACTIONS(4213), - [anon_sym_GT] = ACTIONS(4213), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(4213), - [anon_sym_SEMI] = ACTIONS(4215), - [anon_sym_get] = ACTIONS(4213), - [anon_sym_set] = ACTIONS(4213), - [anon_sym_STAR] = ACTIONS(4215), - [anon_sym_DASH_GT] = ACTIONS(4215), - [sym_label] = ACTIONS(4215), - [anon_sym_in] = ACTIONS(4213), - [anon_sym_while] = ACTIONS(4213), - [anon_sym_DOT_DOT] = ACTIONS(4215), - [anon_sym_QMARK_COLON] = ACTIONS(4215), - [anon_sym_AMP_AMP] = ACTIONS(4215), - [anon_sym_PIPE_PIPE] = ACTIONS(4215), - [anon_sym_else] = ACTIONS(4213), - [anon_sym_COLON_COLON] = ACTIONS(4215), - [anon_sym_BANG_EQ] = ACTIONS(4213), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4215), - [anon_sym_EQ_EQ] = ACTIONS(4213), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4215), - [anon_sym_LT_EQ] = ACTIONS(4215), - [anon_sym_GT_EQ] = ACTIONS(4215), - [anon_sym_BANGin] = ACTIONS(4215), - [anon_sym_is] = ACTIONS(4213), - [anon_sym_BANGis] = ACTIONS(4215), - [anon_sym_PLUS] = ACTIONS(4213), - [anon_sym_DASH] = ACTIONS(4213), - [anon_sym_SLASH] = ACTIONS(4213), - [anon_sym_PERCENT] = ACTIONS(4215), - [anon_sym_as_QMARK] = ACTIONS(4215), - [anon_sym_PLUS_PLUS] = ACTIONS(4215), - [anon_sym_DASH_DASH] = ACTIONS(4215), - [anon_sym_BANG_BANG] = ACTIONS(4215), - [anon_sym_suspend] = ACTIONS(4213), - [anon_sym_sealed] = ACTIONS(4213), - [anon_sym_annotation] = ACTIONS(4213), - [anon_sym_data] = ACTIONS(4213), - [anon_sym_inner] = ACTIONS(4213), - [anon_sym_override] = ACTIONS(4213), - [anon_sym_lateinit] = ACTIONS(4213), - [anon_sym_public] = ACTIONS(4213), - [anon_sym_private] = ACTIONS(4213), - [anon_sym_internal] = ACTIONS(4213), - [anon_sym_protected] = ACTIONS(4213), - [anon_sym_tailrec] = ACTIONS(4213), - [anon_sym_operator] = ACTIONS(4213), - [anon_sym_infix] = ACTIONS(4213), - [anon_sym_inline] = ACTIONS(4213), - [anon_sym_external] = ACTIONS(4213), - [sym_property_modifier] = ACTIONS(4213), - [anon_sym_abstract] = ACTIONS(4213), - [anon_sym_final] = ACTIONS(4213), - [anon_sym_open] = ACTIONS(4213), - [anon_sym_vararg] = ACTIONS(4213), - [anon_sym_noinline] = ACTIONS(4213), - [anon_sym_crossinline] = ACTIONS(4213), - [anon_sym_expect] = ACTIONS(4213), - [anon_sym_actual] = ACTIONS(4213), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4215), - [sym_safe_nav] = ACTIONS(4215), + [sym__backtick_identifier] = ACTIONS(4328), + [sym__automatic_semicolon] = ACTIONS(4328), + [sym_safe_nav] = ACTIONS(4328), + [sym_multiline_comment] = ACTIONS(3), + }, + [3646] = { + [sym__alpha_identifier] = ACTIONS(4531), + [anon_sym_AT] = ACTIONS(4533), + [anon_sym_COLON] = ACTIONS(4531), + [anon_sym_LBRACK] = ACTIONS(4533), + [anon_sym_as] = ACTIONS(4531), + [anon_sym_EQ] = ACTIONS(4531), + [anon_sym_LBRACE] = ACTIONS(4533), + [anon_sym_RBRACE] = ACTIONS(4533), + [anon_sym_LPAREN] = ACTIONS(4533), + [anon_sym_COMMA] = ACTIONS(4533), + [anon_sym_LT] = ACTIONS(4531), + [anon_sym_GT] = ACTIONS(4531), + [anon_sym_where] = ACTIONS(4531), + [anon_sym_DOT] = ACTIONS(4531), + [anon_sym_SEMI] = ACTIONS(4533), + [anon_sym_get] = ACTIONS(4531), + [anon_sym_set] = ACTIONS(4531), + [anon_sym_STAR] = ACTIONS(4531), + [sym_label] = ACTIONS(4533), + [anon_sym_in] = ACTIONS(4531), + [anon_sym_DOT_DOT] = ACTIONS(4533), + [anon_sym_QMARK_COLON] = ACTIONS(4533), + [anon_sym_AMP_AMP] = ACTIONS(4533), + [anon_sym_PIPE_PIPE] = ACTIONS(4533), + [anon_sym_else] = ACTIONS(4531), + [anon_sym_COLON_COLON] = ACTIONS(4533), + [anon_sym_PLUS_EQ] = ACTIONS(4533), + [anon_sym_DASH_EQ] = ACTIONS(4533), + [anon_sym_STAR_EQ] = ACTIONS(4533), + [anon_sym_SLASH_EQ] = ACTIONS(4533), + [anon_sym_PERCENT_EQ] = ACTIONS(4533), + [anon_sym_BANG_EQ] = ACTIONS(4531), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4533), + [anon_sym_EQ_EQ] = ACTIONS(4531), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4533), + [anon_sym_LT_EQ] = ACTIONS(4533), + [anon_sym_GT_EQ] = ACTIONS(4533), + [anon_sym_BANGin] = ACTIONS(4533), + [anon_sym_is] = ACTIONS(4531), + [anon_sym_BANGis] = ACTIONS(4533), + [anon_sym_PLUS] = ACTIONS(4531), + [anon_sym_DASH] = ACTIONS(4531), + [anon_sym_SLASH] = ACTIONS(4531), + [anon_sym_PERCENT] = ACTIONS(4531), + [anon_sym_as_QMARK] = ACTIONS(4533), + [anon_sym_PLUS_PLUS] = ACTIONS(4533), + [anon_sym_DASH_DASH] = ACTIONS(4533), + [anon_sym_BANG_BANG] = ACTIONS(4533), + [anon_sym_suspend] = ACTIONS(4531), + [anon_sym_sealed] = ACTIONS(4531), + [anon_sym_annotation] = ACTIONS(4531), + [anon_sym_data] = ACTIONS(4531), + [anon_sym_inner] = ACTIONS(4531), + [anon_sym_override] = ACTIONS(4531), + [anon_sym_lateinit] = ACTIONS(4531), + [anon_sym_public] = ACTIONS(4531), + [anon_sym_private] = ACTIONS(4531), + [anon_sym_internal] = ACTIONS(4531), + [anon_sym_protected] = ACTIONS(4531), + [anon_sym_tailrec] = ACTIONS(4531), + [anon_sym_operator] = ACTIONS(4531), + [anon_sym_infix] = ACTIONS(4531), + [anon_sym_inline] = ACTIONS(4531), + [anon_sym_external] = ACTIONS(4531), + [sym_property_modifier] = ACTIONS(4531), + [anon_sym_abstract] = ACTIONS(4531), + [anon_sym_final] = ACTIONS(4531), + [anon_sym_open] = ACTIONS(4531), + [anon_sym_vararg] = ACTIONS(4531), + [anon_sym_noinline] = ACTIONS(4531), + [anon_sym_crossinline] = ACTIONS(4531), + [anon_sym_expect] = ACTIONS(4531), + [anon_sym_actual] = ACTIONS(4531), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4533), + [sym__automatic_semicolon] = ACTIONS(4533), + [sym_safe_nav] = ACTIONS(4533), + [sym_multiline_comment] = ACTIONS(3), + }, + [3647] = { + [ts_builtin_sym_end] = ACTIONS(6821), + [sym__alpha_identifier] = ACTIONS(6823), + [anon_sym_AT] = ACTIONS(6821), + [anon_sym_LBRACK] = ACTIONS(6821), + [anon_sym_package] = ACTIONS(6823), + [anon_sym_import] = ACTIONS(6823), + [anon_sym_typealias] = ACTIONS(6823), + [anon_sym_class] = ACTIONS(6823), + [anon_sym_interface] = ACTIONS(6823), + [anon_sym_enum] = ACTIONS(6823), + [anon_sym_LBRACE] = ACTIONS(6821), + [anon_sym_LPAREN] = ACTIONS(6821), + [anon_sym_val] = ACTIONS(6823), + [anon_sym_var] = ACTIONS(6823), + [anon_sym_object] = ACTIONS(6823), + [anon_sym_fun] = ACTIONS(6823), + [anon_sym_get] = ACTIONS(6823), + [anon_sym_set] = ACTIONS(6823), + [anon_sym_this] = ACTIONS(6823), + [anon_sym_super] = ACTIONS(6823), + [anon_sym_STAR] = ACTIONS(6821), + [sym_label] = ACTIONS(6823), + [anon_sym_for] = ACTIONS(6823), + [anon_sym_while] = ACTIONS(6823), + [anon_sym_do] = ACTIONS(6823), + [anon_sym_null] = ACTIONS(6823), + [anon_sym_if] = ACTIONS(6823), + [anon_sym_when] = ACTIONS(6823), + [anon_sym_try] = ACTIONS(6823), + [anon_sym_throw] = ACTIONS(6823), + [anon_sym_return] = ACTIONS(6823), + [anon_sym_continue] = ACTIONS(6823), + [anon_sym_break] = ACTIONS(6823), + [anon_sym_COLON_COLON] = ACTIONS(6821), + [anon_sym_PLUS] = ACTIONS(6823), + [anon_sym_DASH] = ACTIONS(6823), + [anon_sym_PLUS_PLUS] = ACTIONS(6821), + [anon_sym_DASH_DASH] = ACTIONS(6821), + [anon_sym_BANG] = ACTIONS(6821), + [anon_sym_suspend] = ACTIONS(6823), + [anon_sym_sealed] = ACTIONS(6823), + [anon_sym_annotation] = ACTIONS(6823), + [anon_sym_data] = ACTIONS(6823), + [anon_sym_inner] = ACTIONS(6823), + [anon_sym_override] = ACTIONS(6823), + [anon_sym_lateinit] = ACTIONS(6823), + [anon_sym_public] = ACTIONS(6823), + [anon_sym_private] = ACTIONS(6823), + [anon_sym_internal] = ACTIONS(6823), + [anon_sym_protected] = ACTIONS(6823), + [anon_sym_tailrec] = ACTIONS(6823), + [anon_sym_operator] = ACTIONS(6823), + [anon_sym_infix] = ACTIONS(6823), + [anon_sym_inline] = ACTIONS(6823), + [anon_sym_external] = ACTIONS(6823), + [sym_property_modifier] = ACTIONS(6823), + [anon_sym_abstract] = ACTIONS(6823), + [anon_sym_final] = ACTIONS(6823), + [anon_sym_open] = ACTIONS(6823), + [anon_sym_vararg] = ACTIONS(6823), + [anon_sym_noinline] = ACTIONS(6823), + [anon_sym_crossinline] = ACTIONS(6823), + [anon_sym_expect] = ACTIONS(6823), + [anon_sym_actual] = ACTIONS(6823), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(6821), + [anon_sym_continue_AT] = ACTIONS(6821), + [anon_sym_break_AT] = ACTIONS(6821), + [sym_real_literal] = ACTIONS(6821), + [sym_integer_literal] = ACTIONS(6823), + [sym_hex_literal] = ACTIONS(6821), + [sym_bin_literal] = ACTIONS(6821), + [anon_sym_true] = ACTIONS(6823), + [anon_sym_false] = ACTIONS(6823), + [anon_sym_SQUOTE] = ACTIONS(6821), + [sym__backtick_identifier] = ACTIONS(6821), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(6821), + }, + [3648] = { + [sym_indexing_suffix] = STATE(4986), + [sym_navigation_suffix] = STATE(5006), + [sym_call_suffix] = STATE(5077), + [sym_annotated_lambda] = STATE(4993), + [sym_type_arguments] = STATE(7551), + [sym_value_arguments] = STATE(4451), + [sym_lambda_literal] = STATE(4995), + [sym__equality_operator] = STATE(1817), + [sym__comparison_operator] = STATE(1832), + [sym__in_operator] = STATE(1833), + [sym__is_operator] = STATE(5776), + [sym__additive_operator] = STATE(1834), + [sym__multiplicative_operator] = STATE(1835), + [sym__as_operator] = STATE(5777), + [sym__postfix_unary_operator] = STATE(5000), + [sym__member_access_operator] = STATE(7402), + [sym_annotation] = STATE(7890), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1836), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7890), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(6702), + [anon_sym_as] = ACTIONS(6704), + [anon_sym_EQ] = ACTIONS(3082), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_RBRACE] = ACTIONS(3084), + [anon_sym_LPAREN] = ACTIONS(6706), + [anon_sym_COMMA] = ACTIONS(3084), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(6728), + [anon_sym_where] = ACTIONS(3082), + [anon_sym_DOT] = ACTIONS(6708), + [anon_sym_SEMI] = ACTIONS(3084), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(6710), + [sym_label] = ACTIONS(6712), + [anon_sym_in] = ACTIONS(6730), + [anon_sym_DOT_DOT] = ACTIONS(6714), + [anon_sym_QMARK_COLON] = ACTIONS(6716), + [anon_sym_AMP_AMP] = ACTIONS(6732), + [anon_sym_PIPE_PIPE] = ACTIONS(6734), + [anon_sym_else] = ACTIONS(3082), + [anon_sym_COLON_COLON] = ACTIONS(6718), + [anon_sym_PLUS_EQ] = ACTIONS(3084), + [anon_sym_DASH_EQ] = ACTIONS(3084), + [anon_sym_STAR_EQ] = ACTIONS(3084), + [anon_sym_SLASH_EQ] = ACTIONS(3084), + [anon_sym_PERCENT_EQ] = ACTIONS(3084), + [anon_sym_BANG_EQ] = ACTIONS(6736), + [anon_sym_BANG_EQ_EQ] = ACTIONS(6738), + [anon_sym_EQ_EQ] = ACTIONS(6736), + [anon_sym_EQ_EQ_EQ] = ACTIONS(6738), + [anon_sym_LT_EQ] = ACTIONS(6740), + [anon_sym_GT_EQ] = ACTIONS(6740), + [anon_sym_BANGin] = ACTIONS(6742), + [anon_sym_is] = ACTIONS(6744), + [anon_sym_BANGis] = ACTIONS(6746), + [anon_sym_PLUS] = ACTIONS(6720), + [anon_sym_DASH] = ACTIONS(6720), + [anon_sym_SLASH] = ACTIONS(6710), + [anon_sym_PERCENT] = ACTIONS(6710), + [anon_sym_as_QMARK] = ACTIONS(6722), + [anon_sym_PLUS_PLUS] = ACTIONS(6724), + [anon_sym_DASH_DASH] = ACTIONS(6724), + [anon_sym_BANG_BANG] = ACTIONS(6724), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(3084), + [sym_safe_nav] = ACTIONS(6718), + [sym_multiline_comment] = ACTIONS(3), + }, + [3649] = { + [sym__alpha_identifier] = ACTIONS(4244), + [anon_sym_AT] = ACTIONS(4246), + [anon_sym_LBRACK] = ACTIONS(4246), + [anon_sym_as] = ACTIONS(4244), + [anon_sym_EQ] = ACTIONS(4244), + [anon_sym_LBRACE] = ACTIONS(4246), + [anon_sym_RBRACE] = ACTIONS(4246), + [anon_sym_LPAREN] = ACTIONS(4246), + [anon_sym_COMMA] = ACTIONS(4246), + [anon_sym_by] = ACTIONS(4244), + [anon_sym_LT] = ACTIONS(4244), + [anon_sym_GT] = ACTIONS(4244), + [anon_sym_where] = ACTIONS(4244), + [anon_sym_DOT] = ACTIONS(4244), + [anon_sym_SEMI] = ACTIONS(4246), + [anon_sym_get] = ACTIONS(4244), + [anon_sym_set] = ACTIONS(4244), + [anon_sym_STAR] = ACTIONS(4244), + [sym_label] = ACTIONS(4246), + [anon_sym_in] = ACTIONS(4244), + [anon_sym_DOT_DOT] = ACTIONS(4246), + [anon_sym_QMARK_COLON] = ACTIONS(4246), + [anon_sym_AMP_AMP] = ACTIONS(4246), + [anon_sym_PIPE_PIPE] = ACTIONS(4246), + [anon_sym_else] = ACTIONS(4244), + [anon_sym_COLON_COLON] = ACTIONS(4246), + [anon_sym_PLUS_EQ] = ACTIONS(4246), + [anon_sym_DASH_EQ] = ACTIONS(4246), + [anon_sym_STAR_EQ] = ACTIONS(4246), + [anon_sym_SLASH_EQ] = ACTIONS(4246), + [anon_sym_PERCENT_EQ] = ACTIONS(4246), + [anon_sym_BANG_EQ] = ACTIONS(4244), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4246), + [anon_sym_EQ_EQ] = ACTIONS(4244), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4246), + [anon_sym_LT_EQ] = ACTIONS(4246), + [anon_sym_GT_EQ] = ACTIONS(4246), + [anon_sym_BANGin] = ACTIONS(4246), + [anon_sym_is] = ACTIONS(4244), + [anon_sym_BANGis] = ACTIONS(4246), + [anon_sym_PLUS] = ACTIONS(4244), + [anon_sym_DASH] = ACTIONS(4244), + [anon_sym_SLASH] = ACTIONS(4244), + [anon_sym_PERCENT] = ACTIONS(4244), + [anon_sym_as_QMARK] = ACTIONS(4246), + [anon_sym_PLUS_PLUS] = ACTIONS(4246), + [anon_sym_DASH_DASH] = ACTIONS(4246), + [anon_sym_BANG_BANG] = ACTIONS(4246), + [anon_sym_suspend] = ACTIONS(4244), + [anon_sym_sealed] = ACTIONS(4244), + [anon_sym_annotation] = ACTIONS(4244), + [anon_sym_data] = ACTIONS(4244), + [anon_sym_inner] = ACTIONS(4244), + [anon_sym_override] = ACTIONS(4244), + [anon_sym_lateinit] = ACTIONS(4244), + [anon_sym_public] = ACTIONS(4244), + [anon_sym_private] = ACTIONS(4244), + [anon_sym_internal] = ACTIONS(4244), + [anon_sym_protected] = ACTIONS(4244), + [anon_sym_tailrec] = ACTIONS(4244), + [anon_sym_operator] = ACTIONS(4244), + [anon_sym_infix] = ACTIONS(4244), + [anon_sym_inline] = ACTIONS(4244), + [anon_sym_external] = ACTIONS(4244), + [sym_property_modifier] = ACTIONS(4244), + [anon_sym_abstract] = ACTIONS(4244), + [anon_sym_final] = ACTIONS(4244), + [anon_sym_open] = ACTIONS(4244), + [anon_sym_vararg] = ACTIONS(4244), + [anon_sym_noinline] = ACTIONS(4244), + [anon_sym_crossinline] = ACTIONS(4244), + [anon_sym_expect] = ACTIONS(4244), + [anon_sym_actual] = ACTIONS(4244), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4246), + [sym__automatic_semicolon] = ACTIONS(4246), + [sym_safe_nav] = ACTIONS(4246), + [sym_multiline_comment] = ACTIONS(3), + }, + [3650] = { + [aux_sym_type_constraints_repeat1] = STATE(3650), + [sym__alpha_identifier] = ACTIONS(4464), + [anon_sym_AT] = ACTIONS(4466), + [anon_sym_LBRACK] = ACTIONS(4466), + [anon_sym_EQ] = ACTIONS(4466), + [anon_sym_LBRACE] = ACTIONS(4466), + [anon_sym_RBRACE] = ACTIONS(4466), + [anon_sym_LPAREN] = ACTIONS(4466), + [anon_sym_COMMA] = ACTIONS(6825), + [anon_sym_by] = ACTIONS(4464), + [anon_sym_object] = ACTIONS(4464), + [anon_sym_fun] = ACTIONS(4464), + [anon_sym_SEMI] = ACTIONS(4466), + [anon_sym_get] = ACTIONS(4464), + [anon_sym_set] = ACTIONS(4464), + [anon_sym_this] = ACTIONS(4464), + [anon_sym_super] = ACTIONS(4464), + [anon_sym_STAR] = ACTIONS(4466), + [sym_label] = ACTIONS(4464), + [anon_sym_in] = ACTIONS(4464), + [anon_sym_null] = ACTIONS(4464), + [anon_sym_if] = ACTIONS(4464), + [anon_sym_else] = ACTIONS(4464), + [anon_sym_when] = ACTIONS(4464), + [anon_sym_try] = ACTIONS(4464), + [anon_sym_throw] = ACTIONS(4464), + [anon_sym_return] = ACTIONS(4464), + [anon_sym_continue] = ACTIONS(4464), + [anon_sym_break] = ACTIONS(4464), + [anon_sym_COLON_COLON] = ACTIONS(4466), + [anon_sym_BANGin] = ACTIONS(4466), + [anon_sym_is] = ACTIONS(4464), + [anon_sym_BANGis] = ACTIONS(4466), + [anon_sym_PLUS] = ACTIONS(4464), + [anon_sym_DASH] = ACTIONS(4464), + [anon_sym_PLUS_PLUS] = ACTIONS(4466), + [anon_sym_DASH_DASH] = ACTIONS(4466), + [anon_sym_BANG] = ACTIONS(4464), + [anon_sym_suspend] = ACTIONS(4464), + [anon_sym_sealed] = ACTIONS(4464), + [anon_sym_annotation] = ACTIONS(4464), + [anon_sym_data] = ACTIONS(4464), + [anon_sym_inner] = ACTIONS(4464), + [anon_sym_override] = ACTIONS(4464), + [anon_sym_lateinit] = ACTIONS(4464), + [anon_sym_public] = ACTIONS(4464), + [anon_sym_private] = ACTIONS(4464), + [anon_sym_internal] = ACTIONS(4464), + [anon_sym_protected] = ACTIONS(4464), + [anon_sym_tailrec] = ACTIONS(4464), + [anon_sym_operator] = ACTIONS(4464), + [anon_sym_infix] = ACTIONS(4464), + [anon_sym_inline] = ACTIONS(4464), + [anon_sym_external] = ACTIONS(4464), + [sym_property_modifier] = ACTIONS(4464), + [anon_sym_abstract] = ACTIONS(4464), + [anon_sym_final] = ACTIONS(4464), + [anon_sym_open] = ACTIONS(4464), + [anon_sym_vararg] = ACTIONS(4464), + [anon_sym_noinline] = ACTIONS(4464), + [anon_sym_crossinline] = ACTIONS(4464), + [anon_sym_expect] = ACTIONS(4464), + [anon_sym_actual] = ACTIONS(4464), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4466), + [anon_sym_continue_AT] = ACTIONS(4466), + [anon_sym_break_AT] = ACTIONS(4466), + [sym_real_literal] = ACTIONS(4466), + [sym_integer_literal] = ACTIONS(4464), + [sym_hex_literal] = ACTIONS(4466), + [sym_bin_literal] = ACTIONS(4466), + [anon_sym_true] = ACTIONS(4464), + [anon_sym_false] = ACTIONS(4464), + [anon_sym_SQUOTE] = ACTIONS(4466), + [sym__backtick_identifier] = ACTIONS(4466), + [sym__automatic_semicolon] = ACTIONS(4466), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4466), + }, + [3651] = { + [sym__alpha_identifier] = ACTIONS(4621), + [anon_sym_AT] = ACTIONS(4623), + [anon_sym_LBRACK] = ACTIONS(4623), + [anon_sym_EQ] = ACTIONS(4623), + [anon_sym_LBRACE] = ACTIONS(4623), + [anon_sym_RBRACE] = ACTIONS(4623), + [anon_sym_LPAREN] = ACTIONS(4623), + [anon_sym_COMMA] = ACTIONS(4623), + [anon_sym_by] = ACTIONS(4621), + [anon_sym_where] = ACTIONS(4621), + [anon_sym_object] = ACTIONS(4621), + [anon_sym_fun] = ACTIONS(4621), + [anon_sym_SEMI] = ACTIONS(4623), + [anon_sym_get] = ACTIONS(4621), + [anon_sym_set] = ACTIONS(4621), + [anon_sym_this] = ACTIONS(4621), + [anon_sym_super] = ACTIONS(4621), + [anon_sym_STAR] = ACTIONS(4623), + [sym_label] = ACTIONS(4621), + [anon_sym_in] = ACTIONS(4621), + [anon_sym_null] = ACTIONS(4621), + [anon_sym_if] = ACTIONS(4621), + [anon_sym_else] = ACTIONS(4621), + [anon_sym_when] = ACTIONS(4621), + [anon_sym_try] = ACTIONS(4621), + [anon_sym_throw] = ACTIONS(4621), + [anon_sym_return] = ACTIONS(4621), + [anon_sym_continue] = ACTIONS(4621), + [anon_sym_break] = ACTIONS(4621), + [anon_sym_COLON_COLON] = ACTIONS(4623), + [anon_sym_BANGin] = ACTIONS(4623), + [anon_sym_is] = ACTIONS(4621), + [anon_sym_BANGis] = ACTIONS(4623), + [anon_sym_PLUS] = ACTIONS(4621), + [anon_sym_DASH] = ACTIONS(4621), + [anon_sym_PLUS_PLUS] = ACTIONS(4623), + [anon_sym_DASH_DASH] = ACTIONS(4623), + [anon_sym_BANG] = ACTIONS(4621), + [anon_sym_suspend] = ACTIONS(4621), + [anon_sym_sealed] = ACTIONS(4621), + [anon_sym_annotation] = ACTIONS(4621), + [anon_sym_data] = ACTIONS(4621), + [anon_sym_inner] = ACTIONS(4621), + [anon_sym_override] = ACTIONS(4621), + [anon_sym_lateinit] = ACTIONS(4621), + [anon_sym_public] = ACTIONS(4621), + [anon_sym_private] = ACTIONS(4621), + [anon_sym_internal] = ACTIONS(4621), + [anon_sym_protected] = ACTIONS(4621), + [anon_sym_tailrec] = ACTIONS(4621), + [anon_sym_operator] = ACTIONS(4621), + [anon_sym_infix] = ACTIONS(4621), + [anon_sym_inline] = ACTIONS(4621), + [anon_sym_external] = ACTIONS(4621), + [sym_property_modifier] = ACTIONS(4621), + [anon_sym_abstract] = ACTIONS(4621), + [anon_sym_final] = ACTIONS(4621), + [anon_sym_open] = ACTIONS(4621), + [anon_sym_vararg] = ACTIONS(4621), + [anon_sym_noinline] = ACTIONS(4621), + [anon_sym_crossinline] = ACTIONS(4621), + [anon_sym_expect] = ACTIONS(4621), + [anon_sym_actual] = ACTIONS(4621), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4623), + [anon_sym_continue_AT] = ACTIONS(4623), + [anon_sym_break_AT] = ACTIONS(4623), + [sym_real_literal] = ACTIONS(4623), + [sym_integer_literal] = ACTIONS(4621), + [sym_hex_literal] = ACTIONS(4623), + [sym_bin_literal] = ACTIONS(4623), + [anon_sym_true] = ACTIONS(4621), + [anon_sym_false] = ACTIONS(4621), + [anon_sym_SQUOTE] = ACTIONS(4623), + [sym__backtick_identifier] = ACTIONS(4623), + [sym__automatic_semicolon] = ACTIONS(4623), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4623), + }, + [3652] = { + [sym__alpha_identifier] = ACTIONS(4464), + [anon_sym_AT] = ACTIONS(4466), + [anon_sym_LBRACK] = ACTIONS(4466), + [anon_sym_as] = ACTIONS(4464), + [anon_sym_EQ] = ACTIONS(4464), + [anon_sym_LBRACE] = ACTIONS(4466), + [anon_sym_RBRACE] = ACTIONS(4466), + [anon_sym_LPAREN] = ACTIONS(4466), + [anon_sym_COMMA] = ACTIONS(4466), + [anon_sym_by] = ACTIONS(4464), + [anon_sym_LT] = ACTIONS(4464), + [anon_sym_GT] = ACTIONS(4464), + [anon_sym_where] = ACTIONS(4464), + [anon_sym_DOT] = ACTIONS(4464), + [anon_sym_SEMI] = ACTIONS(4466), + [anon_sym_get] = ACTIONS(4464), + [anon_sym_set] = ACTIONS(4464), + [anon_sym_STAR] = ACTIONS(4464), + [sym_label] = ACTIONS(4466), + [anon_sym_in] = ACTIONS(4464), + [anon_sym_DOT_DOT] = ACTIONS(4466), + [anon_sym_QMARK_COLON] = ACTIONS(4466), + [anon_sym_AMP_AMP] = ACTIONS(4466), + [anon_sym_PIPE_PIPE] = ACTIONS(4466), + [anon_sym_else] = ACTIONS(4464), + [anon_sym_COLON_COLON] = ACTIONS(4466), + [anon_sym_PLUS_EQ] = ACTIONS(4466), + [anon_sym_DASH_EQ] = ACTIONS(4466), + [anon_sym_STAR_EQ] = ACTIONS(4466), + [anon_sym_SLASH_EQ] = ACTIONS(4466), + [anon_sym_PERCENT_EQ] = ACTIONS(4466), + [anon_sym_BANG_EQ] = ACTIONS(4464), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4466), + [anon_sym_EQ_EQ] = ACTIONS(4464), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4466), + [anon_sym_LT_EQ] = ACTIONS(4466), + [anon_sym_GT_EQ] = ACTIONS(4466), + [anon_sym_BANGin] = ACTIONS(4466), + [anon_sym_is] = ACTIONS(4464), + [anon_sym_BANGis] = ACTIONS(4466), + [anon_sym_PLUS] = ACTIONS(4464), + [anon_sym_DASH] = ACTIONS(4464), + [anon_sym_SLASH] = ACTIONS(4464), + [anon_sym_PERCENT] = ACTIONS(4464), + [anon_sym_as_QMARK] = ACTIONS(4466), + [anon_sym_PLUS_PLUS] = ACTIONS(4466), + [anon_sym_DASH_DASH] = ACTIONS(4466), + [anon_sym_BANG_BANG] = ACTIONS(4466), + [anon_sym_suspend] = ACTIONS(4464), + [anon_sym_sealed] = ACTIONS(4464), + [anon_sym_annotation] = ACTIONS(4464), + [anon_sym_data] = ACTIONS(4464), + [anon_sym_inner] = ACTIONS(4464), + [anon_sym_override] = ACTIONS(4464), + [anon_sym_lateinit] = ACTIONS(4464), + [anon_sym_public] = ACTIONS(4464), + [anon_sym_private] = ACTIONS(4464), + [anon_sym_internal] = ACTIONS(4464), + [anon_sym_protected] = ACTIONS(4464), + [anon_sym_tailrec] = ACTIONS(4464), + [anon_sym_operator] = ACTIONS(4464), + [anon_sym_infix] = ACTIONS(4464), + [anon_sym_inline] = ACTIONS(4464), + [anon_sym_external] = ACTIONS(4464), + [sym_property_modifier] = ACTIONS(4464), + [anon_sym_abstract] = ACTIONS(4464), + [anon_sym_final] = ACTIONS(4464), + [anon_sym_open] = ACTIONS(4464), + [anon_sym_vararg] = ACTIONS(4464), + [anon_sym_noinline] = ACTIONS(4464), + [anon_sym_crossinline] = ACTIONS(4464), + [anon_sym_expect] = ACTIONS(4464), + [anon_sym_actual] = ACTIONS(4464), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4466), + [sym__automatic_semicolon] = ACTIONS(4466), + [sym_safe_nav] = ACTIONS(4466), + [sym_multiline_comment] = ACTIONS(3), + }, + [3653] = { + [sym__alpha_identifier] = ACTIONS(4523), + [anon_sym_AT] = ACTIONS(4525), + [anon_sym_COLON] = ACTIONS(4523), + [anon_sym_LBRACK] = ACTIONS(4525), + [anon_sym_as] = ACTIONS(4523), + [anon_sym_EQ] = ACTIONS(4523), + [anon_sym_LBRACE] = ACTIONS(4525), + [anon_sym_RBRACE] = ACTIONS(4525), + [anon_sym_LPAREN] = ACTIONS(4525), + [anon_sym_COMMA] = ACTIONS(4525), + [anon_sym_LT] = ACTIONS(4523), + [anon_sym_GT] = ACTIONS(4523), + [anon_sym_where] = ACTIONS(4523), + [anon_sym_DOT] = ACTIONS(4523), + [anon_sym_SEMI] = ACTIONS(4525), + [anon_sym_get] = ACTIONS(4523), + [anon_sym_set] = ACTIONS(4523), + [anon_sym_STAR] = ACTIONS(4523), + [sym_label] = ACTIONS(4525), + [anon_sym_in] = ACTIONS(4523), + [anon_sym_DOT_DOT] = ACTIONS(4525), + [anon_sym_QMARK_COLON] = ACTIONS(4525), + [anon_sym_AMP_AMP] = ACTIONS(4525), + [anon_sym_PIPE_PIPE] = ACTIONS(4525), + [anon_sym_else] = ACTIONS(4523), + [anon_sym_COLON_COLON] = ACTIONS(4525), + [anon_sym_PLUS_EQ] = ACTIONS(4525), + [anon_sym_DASH_EQ] = ACTIONS(4525), + [anon_sym_STAR_EQ] = ACTIONS(4525), + [anon_sym_SLASH_EQ] = ACTIONS(4525), + [anon_sym_PERCENT_EQ] = ACTIONS(4525), + [anon_sym_BANG_EQ] = ACTIONS(4523), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4525), + [anon_sym_EQ_EQ] = ACTIONS(4523), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4525), + [anon_sym_LT_EQ] = ACTIONS(4525), + [anon_sym_GT_EQ] = ACTIONS(4525), + [anon_sym_BANGin] = ACTIONS(4525), + [anon_sym_is] = ACTIONS(4523), + [anon_sym_BANGis] = ACTIONS(4525), + [anon_sym_PLUS] = ACTIONS(4523), + [anon_sym_DASH] = ACTIONS(4523), + [anon_sym_SLASH] = ACTIONS(4523), + [anon_sym_PERCENT] = ACTIONS(4523), + [anon_sym_as_QMARK] = ACTIONS(4525), + [anon_sym_PLUS_PLUS] = ACTIONS(4525), + [anon_sym_DASH_DASH] = ACTIONS(4525), + [anon_sym_BANG_BANG] = ACTIONS(4525), + [anon_sym_suspend] = ACTIONS(4523), + [anon_sym_sealed] = ACTIONS(4523), + [anon_sym_annotation] = ACTIONS(4523), + [anon_sym_data] = ACTIONS(4523), + [anon_sym_inner] = ACTIONS(4523), + [anon_sym_override] = ACTIONS(4523), + [anon_sym_lateinit] = ACTIONS(4523), + [anon_sym_public] = ACTIONS(4523), + [anon_sym_private] = ACTIONS(4523), + [anon_sym_internal] = ACTIONS(4523), + [anon_sym_protected] = ACTIONS(4523), + [anon_sym_tailrec] = ACTIONS(4523), + [anon_sym_operator] = ACTIONS(4523), + [anon_sym_infix] = ACTIONS(4523), + [anon_sym_inline] = ACTIONS(4523), + [anon_sym_external] = ACTIONS(4523), + [sym_property_modifier] = ACTIONS(4523), + [anon_sym_abstract] = ACTIONS(4523), + [anon_sym_final] = ACTIONS(4523), + [anon_sym_open] = ACTIONS(4523), + [anon_sym_vararg] = ACTIONS(4523), + [anon_sym_noinline] = ACTIONS(4523), + [anon_sym_crossinline] = ACTIONS(4523), + [anon_sym_expect] = ACTIONS(4523), + [anon_sym_actual] = ACTIONS(4523), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4525), + [sym__automatic_semicolon] = ACTIONS(4525), + [sym_safe_nav] = ACTIONS(4525), + [sym_multiline_comment] = ACTIONS(3), + }, + [3654] = { + [sym_class_body] = STATE(3677), + [sym__alpha_identifier] = ACTIONS(4503), + [anon_sym_AT] = ACTIONS(4505), + [anon_sym_LBRACK] = ACTIONS(4505), + [anon_sym_as] = ACTIONS(4503), + [anon_sym_EQ] = ACTIONS(4503), + [anon_sym_LBRACE] = ACTIONS(5360), + [anon_sym_RBRACE] = ACTIONS(4505), + [anon_sym_LPAREN] = ACTIONS(4505), + [anon_sym_COMMA] = ACTIONS(4505), + [anon_sym_LT] = ACTIONS(4503), + [anon_sym_GT] = ACTIONS(4503), + [anon_sym_where] = ACTIONS(4503), + [anon_sym_DOT] = ACTIONS(4503), + [anon_sym_SEMI] = ACTIONS(4505), + [anon_sym_get] = ACTIONS(4503), + [anon_sym_set] = ACTIONS(4503), + [anon_sym_STAR] = ACTIONS(4503), + [sym_label] = ACTIONS(4505), + [anon_sym_in] = ACTIONS(4503), + [anon_sym_DOT_DOT] = ACTIONS(4505), + [anon_sym_QMARK_COLON] = ACTIONS(4505), + [anon_sym_AMP_AMP] = ACTIONS(4505), + [anon_sym_PIPE_PIPE] = ACTIONS(4505), + [anon_sym_else] = ACTIONS(4503), + [anon_sym_COLON_COLON] = ACTIONS(4505), + [anon_sym_PLUS_EQ] = ACTIONS(4505), + [anon_sym_DASH_EQ] = ACTIONS(4505), + [anon_sym_STAR_EQ] = ACTIONS(4505), + [anon_sym_SLASH_EQ] = ACTIONS(4505), + [anon_sym_PERCENT_EQ] = ACTIONS(4505), + [anon_sym_BANG_EQ] = ACTIONS(4503), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4505), + [anon_sym_EQ_EQ] = ACTIONS(4503), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4505), + [anon_sym_LT_EQ] = ACTIONS(4505), + [anon_sym_GT_EQ] = ACTIONS(4505), + [anon_sym_BANGin] = ACTIONS(4505), + [anon_sym_is] = ACTIONS(4503), + [anon_sym_BANGis] = ACTIONS(4505), + [anon_sym_PLUS] = ACTIONS(4503), + [anon_sym_DASH] = ACTIONS(4503), + [anon_sym_SLASH] = ACTIONS(4503), + [anon_sym_PERCENT] = ACTIONS(4503), + [anon_sym_as_QMARK] = ACTIONS(4505), + [anon_sym_PLUS_PLUS] = ACTIONS(4505), + [anon_sym_DASH_DASH] = ACTIONS(4505), + [anon_sym_BANG_BANG] = ACTIONS(4505), + [anon_sym_suspend] = ACTIONS(4503), + [anon_sym_sealed] = ACTIONS(4503), + [anon_sym_annotation] = ACTIONS(4503), + [anon_sym_data] = ACTIONS(4503), + [anon_sym_inner] = ACTIONS(4503), + [anon_sym_override] = ACTIONS(4503), + [anon_sym_lateinit] = ACTIONS(4503), + [anon_sym_public] = ACTIONS(4503), + [anon_sym_private] = ACTIONS(4503), + [anon_sym_internal] = ACTIONS(4503), + [anon_sym_protected] = ACTIONS(4503), + [anon_sym_tailrec] = ACTIONS(4503), + [anon_sym_operator] = ACTIONS(4503), + [anon_sym_infix] = ACTIONS(4503), + [anon_sym_inline] = ACTIONS(4503), + [anon_sym_external] = ACTIONS(4503), + [sym_property_modifier] = ACTIONS(4503), + [anon_sym_abstract] = ACTIONS(4503), + [anon_sym_final] = ACTIONS(4503), + [anon_sym_open] = ACTIONS(4503), + [anon_sym_vararg] = ACTIONS(4503), + [anon_sym_noinline] = ACTIONS(4503), + [anon_sym_crossinline] = ACTIONS(4503), + [anon_sym_expect] = ACTIONS(4503), + [anon_sym_actual] = ACTIONS(4503), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4505), + [sym__automatic_semicolon] = ACTIONS(4505), + [sym_safe_nav] = ACTIONS(4505), + [sym_multiline_comment] = ACTIONS(3), + }, + [3655] = { + [sym__alpha_identifier] = ACTIONS(4636), + [anon_sym_AT] = ACTIONS(4638), + [anon_sym_LBRACK] = ACTIONS(4638), + [anon_sym_as] = ACTIONS(4636), + [anon_sym_EQ] = ACTIONS(4636), + [anon_sym_LBRACE] = ACTIONS(4638), + [anon_sym_RBRACE] = ACTIONS(4638), + [anon_sym_LPAREN] = ACTIONS(4638), + [anon_sym_COMMA] = ACTIONS(4638), + [anon_sym_by] = ACTIONS(4636), + [anon_sym_LT] = ACTIONS(4636), + [anon_sym_GT] = ACTIONS(4636), + [anon_sym_where] = ACTIONS(4636), + [anon_sym_DOT] = ACTIONS(4636), + [anon_sym_SEMI] = ACTIONS(4638), + [anon_sym_get] = ACTIONS(4636), + [anon_sym_set] = ACTIONS(4636), + [anon_sym_STAR] = ACTIONS(4636), + [sym_label] = ACTIONS(4638), + [anon_sym_in] = ACTIONS(4636), + [anon_sym_DOT_DOT] = ACTIONS(4638), + [anon_sym_QMARK_COLON] = ACTIONS(4638), + [anon_sym_AMP_AMP] = ACTIONS(4638), + [anon_sym_PIPE_PIPE] = ACTIONS(4638), + [anon_sym_else] = ACTIONS(4636), + [anon_sym_COLON_COLON] = ACTIONS(4638), + [anon_sym_PLUS_EQ] = ACTIONS(4638), + [anon_sym_DASH_EQ] = ACTIONS(4638), + [anon_sym_STAR_EQ] = ACTIONS(4638), + [anon_sym_SLASH_EQ] = ACTIONS(4638), + [anon_sym_PERCENT_EQ] = ACTIONS(4638), + [anon_sym_BANG_EQ] = ACTIONS(4636), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4638), + [anon_sym_EQ_EQ] = ACTIONS(4636), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4638), + [anon_sym_LT_EQ] = ACTIONS(4638), + [anon_sym_GT_EQ] = ACTIONS(4638), + [anon_sym_BANGin] = ACTIONS(4638), + [anon_sym_is] = ACTIONS(4636), + [anon_sym_BANGis] = ACTIONS(4638), + [anon_sym_PLUS] = ACTIONS(4636), + [anon_sym_DASH] = ACTIONS(4636), + [anon_sym_SLASH] = ACTIONS(4636), + [anon_sym_PERCENT] = ACTIONS(4636), + [anon_sym_as_QMARK] = ACTIONS(4638), + [anon_sym_PLUS_PLUS] = ACTIONS(4638), + [anon_sym_DASH_DASH] = ACTIONS(4638), + [anon_sym_BANG_BANG] = ACTIONS(4638), + [anon_sym_suspend] = ACTIONS(4636), + [anon_sym_sealed] = ACTIONS(4636), + [anon_sym_annotation] = ACTIONS(4636), + [anon_sym_data] = ACTIONS(4636), + [anon_sym_inner] = ACTIONS(4636), + [anon_sym_override] = ACTIONS(4636), + [anon_sym_lateinit] = ACTIONS(4636), + [anon_sym_public] = ACTIONS(4636), + [anon_sym_private] = ACTIONS(4636), + [anon_sym_internal] = ACTIONS(4636), + [anon_sym_protected] = ACTIONS(4636), + [anon_sym_tailrec] = ACTIONS(4636), + [anon_sym_operator] = ACTIONS(4636), + [anon_sym_infix] = ACTIONS(4636), + [anon_sym_inline] = ACTIONS(4636), + [anon_sym_external] = ACTIONS(4636), + [sym_property_modifier] = ACTIONS(4636), + [anon_sym_abstract] = ACTIONS(4636), + [anon_sym_final] = ACTIONS(4636), + [anon_sym_open] = ACTIONS(4636), + [anon_sym_vararg] = ACTIONS(4636), + [anon_sym_noinline] = ACTIONS(4636), + [anon_sym_crossinline] = ACTIONS(4636), + [anon_sym_expect] = ACTIONS(4636), + [anon_sym_actual] = ACTIONS(4636), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4638), + [sym__automatic_semicolon] = ACTIONS(4638), + [sym_safe_nav] = ACTIONS(4638), + [sym_multiline_comment] = ACTIONS(3), + }, + [3656] = { + [sym_enum_class_body] = STATE(3727), + [sym__alpha_identifier] = ACTIONS(4231), + [anon_sym_AT] = ACTIONS(4233), + [anon_sym_LBRACK] = ACTIONS(4233), + [anon_sym_as] = ACTIONS(4231), + [anon_sym_EQ] = ACTIONS(4231), + [anon_sym_LBRACE] = ACTIONS(5415), + [anon_sym_RBRACE] = ACTIONS(4233), + [anon_sym_LPAREN] = ACTIONS(4233), + [anon_sym_COMMA] = ACTIONS(4233), + [anon_sym_LT] = ACTIONS(4231), + [anon_sym_GT] = ACTIONS(4231), + [anon_sym_where] = ACTIONS(4231), + [anon_sym_DOT] = ACTIONS(4231), + [anon_sym_SEMI] = ACTIONS(4233), + [anon_sym_get] = ACTIONS(4231), + [anon_sym_set] = ACTIONS(4231), + [anon_sym_STAR] = ACTIONS(4231), + [sym_label] = ACTIONS(4233), + [anon_sym_in] = ACTIONS(4231), + [anon_sym_DOT_DOT] = ACTIONS(4233), + [anon_sym_QMARK_COLON] = ACTIONS(4233), + [anon_sym_AMP_AMP] = ACTIONS(4233), + [anon_sym_PIPE_PIPE] = ACTIONS(4233), + [anon_sym_else] = ACTIONS(4231), + [anon_sym_COLON_COLON] = ACTIONS(4233), + [anon_sym_PLUS_EQ] = ACTIONS(4233), + [anon_sym_DASH_EQ] = ACTIONS(4233), + [anon_sym_STAR_EQ] = ACTIONS(4233), + [anon_sym_SLASH_EQ] = ACTIONS(4233), + [anon_sym_PERCENT_EQ] = ACTIONS(4233), + [anon_sym_BANG_EQ] = ACTIONS(4231), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4233), + [anon_sym_EQ_EQ] = ACTIONS(4231), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4233), + [anon_sym_LT_EQ] = ACTIONS(4233), + [anon_sym_GT_EQ] = ACTIONS(4233), + [anon_sym_BANGin] = ACTIONS(4233), + [anon_sym_is] = ACTIONS(4231), + [anon_sym_BANGis] = ACTIONS(4233), + [anon_sym_PLUS] = ACTIONS(4231), + [anon_sym_DASH] = ACTIONS(4231), + [anon_sym_SLASH] = ACTIONS(4231), + [anon_sym_PERCENT] = ACTIONS(4231), + [anon_sym_as_QMARK] = ACTIONS(4233), + [anon_sym_PLUS_PLUS] = ACTIONS(4233), + [anon_sym_DASH_DASH] = ACTIONS(4233), + [anon_sym_BANG_BANG] = ACTIONS(4233), + [anon_sym_suspend] = ACTIONS(4231), + [anon_sym_sealed] = ACTIONS(4231), + [anon_sym_annotation] = ACTIONS(4231), + [anon_sym_data] = ACTIONS(4231), + [anon_sym_inner] = ACTIONS(4231), + [anon_sym_override] = ACTIONS(4231), + [anon_sym_lateinit] = ACTIONS(4231), + [anon_sym_public] = ACTIONS(4231), + [anon_sym_private] = ACTIONS(4231), + [anon_sym_internal] = ACTIONS(4231), + [anon_sym_protected] = ACTIONS(4231), + [anon_sym_tailrec] = ACTIONS(4231), + [anon_sym_operator] = ACTIONS(4231), + [anon_sym_infix] = ACTIONS(4231), + [anon_sym_inline] = ACTIONS(4231), + [anon_sym_external] = ACTIONS(4231), + [sym_property_modifier] = ACTIONS(4231), + [anon_sym_abstract] = ACTIONS(4231), + [anon_sym_final] = ACTIONS(4231), + [anon_sym_open] = ACTIONS(4231), + [anon_sym_vararg] = ACTIONS(4231), + [anon_sym_noinline] = ACTIONS(4231), + [anon_sym_crossinline] = ACTIONS(4231), + [anon_sym_expect] = ACTIONS(4231), + [anon_sym_actual] = ACTIONS(4231), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4233), + [sym__automatic_semicolon] = ACTIONS(4233), + [sym_safe_nav] = ACTIONS(4233), + [sym_multiline_comment] = ACTIONS(3), + }, + [3657] = { + [sym_enum_class_body] = STATE(3803), + [sym__alpha_identifier] = ACTIONS(4654), + [anon_sym_AT] = ACTIONS(4656), + [anon_sym_LBRACK] = ACTIONS(4656), + [anon_sym_as] = ACTIONS(4654), + [anon_sym_EQ] = ACTIONS(4654), + [anon_sym_LBRACE] = ACTIONS(5415), + [anon_sym_RBRACE] = ACTIONS(4656), + [anon_sym_LPAREN] = ACTIONS(4656), + [anon_sym_COMMA] = ACTIONS(4656), + [anon_sym_LT] = ACTIONS(4654), + [anon_sym_GT] = ACTIONS(4654), + [anon_sym_where] = ACTIONS(4654), + [anon_sym_DOT] = ACTIONS(4654), + [anon_sym_SEMI] = ACTIONS(4656), + [anon_sym_get] = ACTIONS(4654), + [anon_sym_set] = ACTIONS(4654), + [anon_sym_STAR] = ACTIONS(4654), + [sym_label] = ACTIONS(4656), + [anon_sym_in] = ACTIONS(4654), + [anon_sym_DOT_DOT] = ACTIONS(4656), + [anon_sym_QMARK_COLON] = ACTIONS(4656), + [anon_sym_AMP_AMP] = ACTIONS(4656), + [anon_sym_PIPE_PIPE] = ACTIONS(4656), + [anon_sym_else] = ACTIONS(4654), + [anon_sym_COLON_COLON] = ACTIONS(4656), + [anon_sym_PLUS_EQ] = ACTIONS(4656), + [anon_sym_DASH_EQ] = ACTIONS(4656), + [anon_sym_STAR_EQ] = ACTIONS(4656), + [anon_sym_SLASH_EQ] = ACTIONS(4656), + [anon_sym_PERCENT_EQ] = ACTIONS(4656), + [anon_sym_BANG_EQ] = ACTIONS(4654), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4656), + [anon_sym_EQ_EQ] = ACTIONS(4654), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4656), + [anon_sym_LT_EQ] = ACTIONS(4656), + [anon_sym_GT_EQ] = ACTIONS(4656), + [anon_sym_BANGin] = ACTIONS(4656), + [anon_sym_is] = ACTIONS(4654), + [anon_sym_BANGis] = ACTIONS(4656), + [anon_sym_PLUS] = ACTIONS(4654), + [anon_sym_DASH] = ACTIONS(4654), + [anon_sym_SLASH] = ACTIONS(4654), + [anon_sym_PERCENT] = ACTIONS(4654), + [anon_sym_as_QMARK] = ACTIONS(4656), + [anon_sym_PLUS_PLUS] = ACTIONS(4656), + [anon_sym_DASH_DASH] = ACTIONS(4656), + [anon_sym_BANG_BANG] = ACTIONS(4656), + [anon_sym_suspend] = ACTIONS(4654), + [anon_sym_sealed] = ACTIONS(4654), + [anon_sym_annotation] = ACTIONS(4654), + [anon_sym_data] = ACTIONS(4654), + [anon_sym_inner] = ACTIONS(4654), + [anon_sym_override] = ACTIONS(4654), + [anon_sym_lateinit] = ACTIONS(4654), + [anon_sym_public] = ACTIONS(4654), + [anon_sym_private] = ACTIONS(4654), + [anon_sym_internal] = ACTIONS(4654), + [anon_sym_protected] = ACTIONS(4654), + [anon_sym_tailrec] = ACTIONS(4654), + [anon_sym_operator] = ACTIONS(4654), + [anon_sym_infix] = ACTIONS(4654), + [anon_sym_inline] = ACTIONS(4654), + [anon_sym_external] = ACTIONS(4654), + [sym_property_modifier] = ACTIONS(4654), + [anon_sym_abstract] = ACTIONS(4654), + [anon_sym_final] = ACTIONS(4654), + [anon_sym_open] = ACTIONS(4654), + [anon_sym_vararg] = ACTIONS(4654), + [anon_sym_noinline] = ACTIONS(4654), + [anon_sym_crossinline] = ACTIONS(4654), + [anon_sym_expect] = ACTIONS(4654), + [anon_sym_actual] = ACTIONS(4654), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4656), + [sym__automatic_semicolon] = ACTIONS(4656), + [sym_safe_nav] = ACTIONS(4656), + [sym_multiline_comment] = ACTIONS(3), + }, + [3658] = { + [sym__alpha_identifier] = ACTIONS(4591), + [anon_sym_AT] = ACTIONS(4593), + [anon_sym_COLON] = ACTIONS(4591), + [anon_sym_LBRACK] = ACTIONS(4593), + [anon_sym_as] = ACTIONS(4591), + [anon_sym_EQ] = ACTIONS(4591), + [anon_sym_LBRACE] = ACTIONS(4593), + [anon_sym_RBRACE] = ACTIONS(4593), + [anon_sym_LPAREN] = ACTIONS(4593), + [anon_sym_COMMA] = ACTIONS(4593), + [anon_sym_LT] = ACTIONS(4591), + [anon_sym_GT] = ACTIONS(4591), + [anon_sym_where] = ACTIONS(4591), + [anon_sym_DOT] = ACTIONS(4591), + [anon_sym_SEMI] = ACTIONS(4593), + [anon_sym_get] = ACTIONS(4591), + [anon_sym_set] = ACTIONS(4591), + [anon_sym_STAR] = ACTIONS(4591), + [sym_label] = ACTIONS(4593), + [anon_sym_in] = ACTIONS(4591), + [anon_sym_DOT_DOT] = ACTIONS(4593), + [anon_sym_QMARK_COLON] = ACTIONS(4593), + [anon_sym_AMP_AMP] = ACTIONS(4593), + [anon_sym_PIPE_PIPE] = ACTIONS(4593), + [anon_sym_else] = ACTIONS(4591), + [anon_sym_COLON_COLON] = ACTIONS(4593), + [anon_sym_PLUS_EQ] = ACTIONS(4593), + [anon_sym_DASH_EQ] = ACTIONS(4593), + [anon_sym_STAR_EQ] = ACTIONS(4593), + [anon_sym_SLASH_EQ] = ACTIONS(4593), + [anon_sym_PERCENT_EQ] = ACTIONS(4593), + [anon_sym_BANG_EQ] = ACTIONS(4591), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4593), + [anon_sym_EQ_EQ] = ACTIONS(4591), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4593), + [anon_sym_LT_EQ] = ACTIONS(4593), + [anon_sym_GT_EQ] = ACTIONS(4593), + [anon_sym_BANGin] = ACTIONS(4593), + [anon_sym_is] = ACTIONS(4591), + [anon_sym_BANGis] = ACTIONS(4593), + [anon_sym_PLUS] = ACTIONS(4591), + [anon_sym_DASH] = ACTIONS(4591), + [anon_sym_SLASH] = ACTIONS(4591), + [anon_sym_PERCENT] = ACTIONS(4591), + [anon_sym_as_QMARK] = ACTIONS(4593), + [anon_sym_PLUS_PLUS] = ACTIONS(4593), + [anon_sym_DASH_DASH] = ACTIONS(4593), + [anon_sym_BANG_BANG] = ACTIONS(4593), + [anon_sym_suspend] = ACTIONS(4591), + [anon_sym_sealed] = ACTIONS(4591), + [anon_sym_annotation] = ACTIONS(4591), + [anon_sym_data] = ACTIONS(4591), + [anon_sym_inner] = ACTIONS(4591), + [anon_sym_override] = ACTIONS(4591), + [anon_sym_lateinit] = ACTIONS(4591), + [anon_sym_public] = ACTIONS(4591), + [anon_sym_private] = ACTIONS(4591), + [anon_sym_internal] = ACTIONS(4591), + [anon_sym_protected] = ACTIONS(4591), + [anon_sym_tailrec] = ACTIONS(4591), + [anon_sym_operator] = ACTIONS(4591), + [anon_sym_infix] = ACTIONS(4591), + [anon_sym_inline] = ACTIONS(4591), + [anon_sym_external] = ACTIONS(4591), + [sym_property_modifier] = ACTIONS(4591), + [anon_sym_abstract] = ACTIONS(4591), + [anon_sym_final] = ACTIONS(4591), + [anon_sym_open] = ACTIONS(4591), + [anon_sym_vararg] = ACTIONS(4591), + [anon_sym_noinline] = ACTIONS(4591), + [anon_sym_crossinline] = ACTIONS(4591), + [anon_sym_expect] = ACTIONS(4591), + [anon_sym_actual] = ACTIONS(4591), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4593), + [sym__automatic_semicolon] = ACTIONS(4593), + [sym_safe_nav] = ACTIONS(4593), + [sym_multiline_comment] = ACTIONS(3), + }, + [3659] = { + [sym__alpha_identifier] = ACTIONS(4416), + [anon_sym_AT] = ACTIONS(4418), + [anon_sym_LBRACK] = ACTIONS(4418), + [anon_sym_as] = ACTIONS(4416), + [anon_sym_EQ] = ACTIONS(4416), + [anon_sym_LBRACE] = ACTIONS(4418), + [anon_sym_RBRACE] = ACTIONS(4418), + [anon_sym_LPAREN] = ACTIONS(4418), + [anon_sym_COMMA] = ACTIONS(4418), + [anon_sym_by] = ACTIONS(6641), + [anon_sym_LT] = ACTIONS(4416), + [anon_sym_GT] = ACTIONS(4416), + [anon_sym_where] = ACTIONS(4416), + [anon_sym_DOT] = ACTIONS(4416), + [anon_sym_SEMI] = ACTIONS(4418), + [anon_sym_get] = ACTIONS(4416), + [anon_sym_set] = ACTIONS(4416), + [anon_sym_STAR] = ACTIONS(4416), + [sym_label] = ACTIONS(4418), + [anon_sym_in] = ACTIONS(4416), + [anon_sym_DOT_DOT] = ACTIONS(4418), + [anon_sym_QMARK_COLON] = ACTIONS(4418), + [anon_sym_AMP_AMP] = ACTIONS(4418), + [anon_sym_PIPE_PIPE] = ACTIONS(4418), + [anon_sym_else] = ACTIONS(4416), + [anon_sym_COLON_COLON] = ACTIONS(4418), + [anon_sym_PLUS_EQ] = ACTIONS(4418), + [anon_sym_DASH_EQ] = ACTIONS(4418), + [anon_sym_STAR_EQ] = ACTIONS(4418), + [anon_sym_SLASH_EQ] = ACTIONS(4418), + [anon_sym_PERCENT_EQ] = ACTIONS(4418), + [anon_sym_BANG_EQ] = ACTIONS(4416), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4418), + [anon_sym_EQ_EQ] = ACTIONS(4416), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4418), + [anon_sym_LT_EQ] = ACTIONS(4418), + [anon_sym_GT_EQ] = ACTIONS(4418), + [anon_sym_BANGin] = ACTIONS(4418), + [anon_sym_is] = ACTIONS(4416), + [anon_sym_BANGis] = ACTIONS(4418), + [anon_sym_PLUS] = ACTIONS(4416), + [anon_sym_DASH] = ACTIONS(4416), + [anon_sym_SLASH] = ACTIONS(4416), + [anon_sym_PERCENT] = ACTIONS(4416), + [anon_sym_as_QMARK] = ACTIONS(4418), + [anon_sym_PLUS_PLUS] = ACTIONS(4418), + [anon_sym_DASH_DASH] = ACTIONS(4418), + [anon_sym_BANG_BANG] = ACTIONS(4418), + [anon_sym_suspend] = ACTIONS(4416), + [anon_sym_sealed] = ACTIONS(4416), + [anon_sym_annotation] = ACTIONS(4416), + [anon_sym_data] = ACTIONS(4416), + [anon_sym_inner] = ACTIONS(4416), + [anon_sym_override] = ACTIONS(4416), + [anon_sym_lateinit] = ACTIONS(4416), + [anon_sym_public] = ACTIONS(4416), + [anon_sym_private] = ACTIONS(4416), + [anon_sym_internal] = ACTIONS(4416), + [anon_sym_protected] = ACTIONS(4416), + [anon_sym_tailrec] = ACTIONS(4416), + [anon_sym_operator] = ACTIONS(4416), + [anon_sym_infix] = ACTIONS(4416), + [anon_sym_inline] = ACTIONS(4416), + [anon_sym_external] = ACTIONS(4416), + [sym_property_modifier] = ACTIONS(4416), + [anon_sym_abstract] = ACTIONS(4416), + [anon_sym_final] = ACTIONS(4416), + [anon_sym_open] = ACTIONS(4416), + [anon_sym_vararg] = ACTIONS(4416), + [anon_sym_noinline] = ACTIONS(4416), + [anon_sym_crossinline] = ACTIONS(4416), + [anon_sym_expect] = ACTIONS(4416), + [anon_sym_actual] = ACTIONS(4416), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4418), + [sym__automatic_semicolon] = ACTIONS(4418), + [sym_safe_nav] = ACTIONS(4418), + [sym_multiline_comment] = ACTIONS(3), + }, + [3660] = { + [sym_class_body] = STATE(3786), + [sym__alpha_identifier] = ACTIONS(3196), + [anon_sym_AT] = ACTIONS(3200), + [anon_sym_LBRACK] = ACTIONS(3200), + [anon_sym_as] = ACTIONS(3196), + [anon_sym_EQ] = ACTIONS(3196), + [anon_sym_LBRACE] = ACTIONS(5360), + [anon_sym_RBRACE] = ACTIONS(3200), + [anon_sym_LPAREN] = ACTIONS(3200), + [anon_sym_COMMA] = ACTIONS(3200), + [anon_sym_LT] = ACTIONS(3196), + [anon_sym_GT] = ACTIONS(3196), + [anon_sym_where] = ACTIONS(3196), + [anon_sym_DOT] = ACTIONS(3196), + [anon_sym_SEMI] = ACTIONS(3200), + [anon_sym_get] = ACTIONS(3196), + [anon_sym_set] = ACTIONS(3196), + [anon_sym_STAR] = ACTIONS(3196), + [sym_label] = ACTIONS(3200), + [anon_sym_in] = ACTIONS(3196), + [anon_sym_DOT_DOT] = ACTIONS(3200), + [anon_sym_QMARK_COLON] = ACTIONS(3200), + [anon_sym_AMP_AMP] = ACTIONS(3200), + [anon_sym_PIPE_PIPE] = ACTIONS(3200), + [anon_sym_else] = ACTIONS(3196), + [anon_sym_COLON_COLON] = ACTIONS(3200), + [anon_sym_PLUS_EQ] = ACTIONS(3200), + [anon_sym_DASH_EQ] = ACTIONS(3200), + [anon_sym_STAR_EQ] = ACTIONS(3200), + [anon_sym_SLASH_EQ] = ACTIONS(3200), + [anon_sym_PERCENT_EQ] = ACTIONS(3200), + [anon_sym_BANG_EQ] = ACTIONS(3196), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3200), + [anon_sym_EQ_EQ] = ACTIONS(3196), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3200), + [anon_sym_LT_EQ] = ACTIONS(3200), + [anon_sym_GT_EQ] = ACTIONS(3200), + [anon_sym_BANGin] = ACTIONS(3200), + [anon_sym_is] = ACTIONS(3196), + [anon_sym_BANGis] = ACTIONS(3200), + [anon_sym_PLUS] = ACTIONS(3196), + [anon_sym_DASH] = ACTIONS(3196), + [anon_sym_SLASH] = ACTIONS(3196), + [anon_sym_PERCENT] = ACTIONS(3196), + [anon_sym_as_QMARK] = ACTIONS(3200), + [anon_sym_PLUS_PLUS] = ACTIONS(3200), + [anon_sym_DASH_DASH] = ACTIONS(3200), + [anon_sym_BANG_BANG] = ACTIONS(3200), + [anon_sym_suspend] = ACTIONS(3196), + [anon_sym_sealed] = ACTIONS(3196), + [anon_sym_annotation] = ACTIONS(3196), + [anon_sym_data] = ACTIONS(3196), + [anon_sym_inner] = ACTIONS(3196), + [anon_sym_override] = ACTIONS(3196), + [anon_sym_lateinit] = ACTIONS(3196), + [anon_sym_public] = ACTIONS(3196), + [anon_sym_private] = ACTIONS(3196), + [anon_sym_internal] = ACTIONS(3196), + [anon_sym_protected] = ACTIONS(3196), + [anon_sym_tailrec] = ACTIONS(3196), + [anon_sym_operator] = ACTIONS(3196), + [anon_sym_infix] = ACTIONS(3196), + [anon_sym_inline] = ACTIONS(3196), + [anon_sym_external] = ACTIONS(3196), + [sym_property_modifier] = ACTIONS(3196), + [anon_sym_abstract] = ACTIONS(3196), + [anon_sym_final] = ACTIONS(3196), + [anon_sym_open] = ACTIONS(3196), + [anon_sym_vararg] = ACTIONS(3196), + [anon_sym_noinline] = ACTIONS(3196), + [anon_sym_crossinline] = ACTIONS(3196), + [anon_sym_expect] = ACTIONS(3196), + [anon_sym_actual] = ACTIONS(3196), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3200), + [sym__automatic_semicolon] = ACTIONS(3200), + [sym_safe_nav] = ACTIONS(3200), + [sym_multiline_comment] = ACTIONS(3), + }, + [3661] = { + [sym_class_body] = STATE(3833), + [sym__alpha_identifier] = ACTIONS(4188), + [anon_sym_AT] = ACTIONS(4190), + [anon_sym_LBRACK] = ACTIONS(4190), + [anon_sym_as] = ACTIONS(4188), + [anon_sym_EQ] = ACTIONS(4188), + [anon_sym_LBRACE] = ACTIONS(5360), + [anon_sym_RBRACE] = ACTIONS(4190), + [anon_sym_LPAREN] = ACTIONS(4190), + [anon_sym_COMMA] = ACTIONS(4190), + [anon_sym_LT] = ACTIONS(4188), + [anon_sym_GT] = ACTIONS(4188), + [anon_sym_where] = ACTIONS(4188), + [anon_sym_DOT] = ACTIONS(4188), + [anon_sym_SEMI] = ACTIONS(4190), + [anon_sym_get] = ACTIONS(4188), + [anon_sym_set] = ACTIONS(4188), + [anon_sym_STAR] = ACTIONS(4188), + [sym_label] = ACTIONS(4190), + [anon_sym_in] = ACTIONS(4188), + [anon_sym_DOT_DOT] = ACTIONS(4190), + [anon_sym_QMARK_COLON] = ACTIONS(4190), + [anon_sym_AMP_AMP] = ACTIONS(4190), + [anon_sym_PIPE_PIPE] = ACTIONS(4190), + [anon_sym_else] = ACTIONS(4188), + [anon_sym_COLON_COLON] = ACTIONS(4190), + [anon_sym_PLUS_EQ] = ACTIONS(4190), + [anon_sym_DASH_EQ] = ACTIONS(4190), + [anon_sym_STAR_EQ] = ACTIONS(4190), + [anon_sym_SLASH_EQ] = ACTIONS(4190), + [anon_sym_PERCENT_EQ] = ACTIONS(4190), + [anon_sym_BANG_EQ] = ACTIONS(4188), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4190), + [anon_sym_EQ_EQ] = ACTIONS(4188), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4190), + [anon_sym_LT_EQ] = ACTIONS(4190), + [anon_sym_GT_EQ] = ACTIONS(4190), + [anon_sym_BANGin] = ACTIONS(4190), + [anon_sym_is] = ACTIONS(4188), + [anon_sym_BANGis] = ACTIONS(4190), + [anon_sym_PLUS] = ACTIONS(4188), + [anon_sym_DASH] = ACTIONS(4188), + [anon_sym_SLASH] = ACTIONS(4188), + [anon_sym_PERCENT] = ACTIONS(4188), + [anon_sym_as_QMARK] = ACTIONS(4190), + [anon_sym_PLUS_PLUS] = ACTIONS(4190), + [anon_sym_DASH_DASH] = ACTIONS(4190), + [anon_sym_BANG_BANG] = ACTIONS(4190), + [anon_sym_suspend] = ACTIONS(4188), + [anon_sym_sealed] = ACTIONS(4188), + [anon_sym_annotation] = ACTIONS(4188), + [anon_sym_data] = ACTIONS(4188), + [anon_sym_inner] = ACTIONS(4188), + [anon_sym_override] = ACTIONS(4188), + [anon_sym_lateinit] = ACTIONS(4188), + [anon_sym_public] = ACTIONS(4188), + [anon_sym_private] = ACTIONS(4188), + [anon_sym_internal] = ACTIONS(4188), + [anon_sym_protected] = ACTIONS(4188), + [anon_sym_tailrec] = ACTIONS(4188), + [anon_sym_operator] = ACTIONS(4188), + [anon_sym_infix] = ACTIONS(4188), + [anon_sym_inline] = ACTIONS(4188), + [anon_sym_external] = ACTIONS(4188), + [sym_property_modifier] = ACTIONS(4188), + [anon_sym_abstract] = ACTIONS(4188), + [anon_sym_final] = ACTIONS(4188), + [anon_sym_open] = ACTIONS(4188), + [anon_sym_vararg] = ACTIONS(4188), + [anon_sym_noinline] = ACTIONS(4188), + [anon_sym_crossinline] = ACTIONS(4188), + [anon_sym_expect] = ACTIONS(4188), + [anon_sym_actual] = ACTIONS(4188), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4190), + [sym__automatic_semicolon] = ACTIONS(4190), + [sym_safe_nav] = ACTIONS(4190), + [sym_multiline_comment] = ACTIONS(3), + }, + [3662] = { + [sym__alpha_identifier] = ACTIONS(4599), + [anon_sym_AT] = ACTIONS(4601), + [anon_sym_COLON] = ACTIONS(4599), + [anon_sym_LBRACK] = ACTIONS(4601), + [anon_sym_as] = ACTIONS(4599), + [anon_sym_EQ] = ACTIONS(4599), + [anon_sym_LBRACE] = ACTIONS(4601), + [anon_sym_RBRACE] = ACTIONS(4601), + [anon_sym_LPAREN] = ACTIONS(4601), + [anon_sym_COMMA] = ACTIONS(4601), + [anon_sym_LT] = ACTIONS(4599), + [anon_sym_GT] = ACTIONS(4599), + [anon_sym_where] = ACTIONS(4599), + [anon_sym_DOT] = ACTIONS(4599), + [anon_sym_SEMI] = ACTIONS(4601), + [anon_sym_get] = ACTIONS(4599), + [anon_sym_set] = ACTIONS(4599), + [anon_sym_STAR] = ACTIONS(4599), + [sym_label] = ACTIONS(4601), + [anon_sym_in] = ACTIONS(4599), + [anon_sym_DOT_DOT] = ACTIONS(4601), + [anon_sym_QMARK_COLON] = ACTIONS(4601), + [anon_sym_AMP_AMP] = ACTIONS(4601), + [anon_sym_PIPE_PIPE] = ACTIONS(4601), + [anon_sym_else] = ACTIONS(4599), + [anon_sym_COLON_COLON] = ACTIONS(4601), + [anon_sym_PLUS_EQ] = ACTIONS(4601), + [anon_sym_DASH_EQ] = ACTIONS(4601), + [anon_sym_STAR_EQ] = ACTIONS(4601), + [anon_sym_SLASH_EQ] = ACTIONS(4601), + [anon_sym_PERCENT_EQ] = ACTIONS(4601), + [anon_sym_BANG_EQ] = ACTIONS(4599), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4601), + [anon_sym_EQ_EQ] = ACTIONS(4599), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4601), + [anon_sym_LT_EQ] = ACTIONS(4601), + [anon_sym_GT_EQ] = ACTIONS(4601), + [anon_sym_BANGin] = ACTIONS(4601), + [anon_sym_is] = ACTIONS(4599), + [anon_sym_BANGis] = ACTIONS(4601), + [anon_sym_PLUS] = ACTIONS(4599), + [anon_sym_DASH] = ACTIONS(4599), + [anon_sym_SLASH] = ACTIONS(4599), + [anon_sym_PERCENT] = ACTIONS(4599), + [anon_sym_as_QMARK] = ACTIONS(4601), + [anon_sym_PLUS_PLUS] = ACTIONS(4601), + [anon_sym_DASH_DASH] = ACTIONS(4601), + [anon_sym_BANG_BANG] = ACTIONS(4601), + [anon_sym_suspend] = ACTIONS(4599), + [anon_sym_sealed] = ACTIONS(4599), + [anon_sym_annotation] = ACTIONS(4599), + [anon_sym_data] = ACTIONS(4599), + [anon_sym_inner] = ACTIONS(4599), + [anon_sym_override] = ACTIONS(4599), + [anon_sym_lateinit] = ACTIONS(4599), + [anon_sym_public] = ACTIONS(4599), + [anon_sym_private] = ACTIONS(4599), + [anon_sym_internal] = ACTIONS(4599), + [anon_sym_protected] = ACTIONS(4599), + [anon_sym_tailrec] = ACTIONS(4599), + [anon_sym_operator] = ACTIONS(4599), + [anon_sym_infix] = ACTIONS(4599), + [anon_sym_inline] = ACTIONS(4599), + [anon_sym_external] = ACTIONS(4599), + [sym_property_modifier] = ACTIONS(4599), + [anon_sym_abstract] = ACTIONS(4599), + [anon_sym_final] = ACTIONS(4599), + [anon_sym_open] = ACTIONS(4599), + [anon_sym_vararg] = ACTIONS(4599), + [anon_sym_noinline] = ACTIONS(4599), + [anon_sym_crossinline] = ACTIONS(4599), + [anon_sym_expect] = ACTIONS(4599), + [anon_sym_actual] = ACTIONS(4599), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4601), + [sym__automatic_semicolon] = ACTIONS(4601), + [sym_safe_nav] = ACTIONS(4601), + [sym_multiline_comment] = ACTIONS(3), + }, + [3663] = { + [sym_indexing_suffix] = STATE(4986), + [sym_navigation_suffix] = STATE(5006), + [sym_call_suffix] = STATE(5077), + [sym_annotated_lambda] = STATE(4993), + [sym_type_arguments] = STATE(7551), + [sym_value_arguments] = STATE(4451), + [sym_lambda_literal] = STATE(4995), + [sym__equality_operator] = STATE(1817), + [sym__comparison_operator] = STATE(1832), + [sym__in_operator] = STATE(1833), + [sym__is_operator] = STATE(5776), + [sym__additive_operator] = STATE(1834), + [sym__multiplicative_operator] = STATE(1835), + [sym__as_operator] = STATE(5777), + [sym__postfix_unary_operator] = STATE(5000), + [sym__member_access_operator] = STATE(7402), + [sym_annotation] = STATE(7890), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1836), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7890), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(6702), + [anon_sym_as] = ACTIONS(6704), + [anon_sym_EQ] = ACTIONS(2999), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_RBRACE] = ACTIONS(3001), + [anon_sym_LPAREN] = ACTIONS(6706), + [anon_sym_COMMA] = ACTIONS(3001), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(6728), + [anon_sym_where] = ACTIONS(2999), + [anon_sym_DOT] = ACTIONS(6708), + [anon_sym_SEMI] = ACTIONS(3001), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(6710), + [sym_label] = ACTIONS(6712), + [anon_sym_in] = ACTIONS(6730), + [anon_sym_DOT_DOT] = ACTIONS(6714), + [anon_sym_QMARK_COLON] = ACTIONS(6716), + [anon_sym_AMP_AMP] = ACTIONS(6732), + [anon_sym_PIPE_PIPE] = ACTIONS(6734), + [anon_sym_else] = ACTIONS(2999), + [anon_sym_COLON_COLON] = ACTIONS(6718), + [anon_sym_PLUS_EQ] = ACTIONS(3001), + [anon_sym_DASH_EQ] = ACTIONS(3001), + [anon_sym_STAR_EQ] = ACTIONS(3001), + [anon_sym_SLASH_EQ] = ACTIONS(3001), + [anon_sym_PERCENT_EQ] = ACTIONS(3001), + [anon_sym_BANG_EQ] = ACTIONS(6736), + [anon_sym_BANG_EQ_EQ] = ACTIONS(6738), + [anon_sym_EQ_EQ] = ACTIONS(6736), + [anon_sym_EQ_EQ_EQ] = ACTIONS(6738), + [anon_sym_LT_EQ] = ACTIONS(6740), + [anon_sym_GT_EQ] = ACTIONS(6740), + [anon_sym_BANGin] = ACTIONS(6742), + [anon_sym_is] = ACTIONS(6744), + [anon_sym_BANGis] = ACTIONS(6746), + [anon_sym_PLUS] = ACTIONS(6720), + [anon_sym_DASH] = ACTIONS(6720), + [anon_sym_SLASH] = ACTIONS(6710), + [anon_sym_PERCENT] = ACTIONS(6710), + [anon_sym_as_QMARK] = ACTIONS(6722), + [anon_sym_PLUS_PLUS] = ACTIONS(6724), + [anon_sym_DASH_DASH] = ACTIONS(6724), + [anon_sym_BANG_BANG] = ACTIONS(6724), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(3001), + [sym_safe_nav] = ACTIONS(6718), + [sym_multiline_comment] = ACTIONS(3), + }, + [3664] = { + [sym_enum_class_body] = STATE(3673), + [sym__alpha_identifier] = ACTIONS(4346), + [anon_sym_AT] = ACTIONS(4348), + [anon_sym_LBRACK] = ACTIONS(4348), + [anon_sym_as] = ACTIONS(4346), + [anon_sym_EQ] = ACTIONS(4346), + [anon_sym_LBRACE] = ACTIONS(5415), + [anon_sym_RBRACE] = ACTIONS(4348), + [anon_sym_LPAREN] = ACTIONS(4348), + [anon_sym_COMMA] = ACTIONS(4348), + [anon_sym_LT] = ACTIONS(4346), + [anon_sym_GT] = ACTIONS(4346), + [anon_sym_where] = ACTIONS(4346), + [anon_sym_DOT] = ACTIONS(4346), + [anon_sym_SEMI] = ACTIONS(4348), + [anon_sym_get] = ACTIONS(4346), + [anon_sym_set] = ACTIONS(4346), + [anon_sym_STAR] = ACTIONS(4346), + [sym_label] = ACTIONS(4348), + [anon_sym_in] = ACTIONS(4346), + [anon_sym_DOT_DOT] = ACTIONS(4348), + [anon_sym_QMARK_COLON] = ACTIONS(4348), + [anon_sym_AMP_AMP] = ACTIONS(4348), + [anon_sym_PIPE_PIPE] = ACTIONS(4348), + [anon_sym_else] = ACTIONS(4346), + [anon_sym_COLON_COLON] = ACTIONS(4348), + [anon_sym_PLUS_EQ] = ACTIONS(4348), + [anon_sym_DASH_EQ] = ACTIONS(4348), + [anon_sym_STAR_EQ] = ACTIONS(4348), + [anon_sym_SLASH_EQ] = ACTIONS(4348), + [anon_sym_PERCENT_EQ] = ACTIONS(4348), + [anon_sym_BANG_EQ] = ACTIONS(4346), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4348), + [anon_sym_EQ_EQ] = ACTIONS(4346), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4348), + [anon_sym_LT_EQ] = ACTIONS(4348), + [anon_sym_GT_EQ] = ACTIONS(4348), + [anon_sym_BANGin] = ACTIONS(4348), + [anon_sym_is] = ACTIONS(4346), + [anon_sym_BANGis] = ACTIONS(4348), + [anon_sym_PLUS] = ACTIONS(4346), + [anon_sym_DASH] = ACTIONS(4346), + [anon_sym_SLASH] = ACTIONS(4346), + [anon_sym_PERCENT] = ACTIONS(4346), + [anon_sym_as_QMARK] = ACTIONS(4348), + [anon_sym_PLUS_PLUS] = ACTIONS(4348), + [anon_sym_DASH_DASH] = ACTIONS(4348), + [anon_sym_BANG_BANG] = ACTIONS(4348), + [anon_sym_suspend] = ACTIONS(4346), + [anon_sym_sealed] = ACTIONS(4346), + [anon_sym_annotation] = ACTIONS(4346), + [anon_sym_data] = ACTIONS(4346), + [anon_sym_inner] = ACTIONS(4346), + [anon_sym_override] = ACTIONS(4346), + [anon_sym_lateinit] = ACTIONS(4346), + [anon_sym_public] = ACTIONS(4346), + [anon_sym_private] = ACTIONS(4346), + [anon_sym_internal] = ACTIONS(4346), + [anon_sym_protected] = ACTIONS(4346), + [anon_sym_tailrec] = ACTIONS(4346), + [anon_sym_operator] = ACTIONS(4346), + [anon_sym_infix] = ACTIONS(4346), + [anon_sym_inline] = ACTIONS(4346), + [anon_sym_external] = ACTIONS(4346), + [sym_property_modifier] = ACTIONS(4346), + [anon_sym_abstract] = ACTIONS(4346), + [anon_sym_final] = ACTIONS(4346), + [anon_sym_open] = ACTIONS(4346), + [anon_sym_vararg] = ACTIONS(4346), + [anon_sym_noinline] = ACTIONS(4346), + [anon_sym_crossinline] = ACTIONS(4346), + [anon_sym_expect] = ACTIONS(4346), + [anon_sym_actual] = ACTIONS(4346), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4348), + [sym__automatic_semicolon] = ACTIONS(4348), + [sym_safe_nav] = ACTIONS(4348), + [sym_multiline_comment] = ACTIONS(3), + }, + [3665] = { + [sym__alpha_identifier] = ACTIONS(4603), + [anon_sym_AT] = ACTIONS(4605), + [anon_sym_LBRACK] = ACTIONS(4605), + [anon_sym_as] = ACTIONS(4603), + [anon_sym_EQ] = ACTIONS(4603), + [anon_sym_LBRACE] = ACTIONS(4605), + [anon_sym_RBRACE] = ACTIONS(4605), + [anon_sym_LPAREN] = ACTIONS(4605), + [anon_sym_COMMA] = ACTIONS(4605), + [anon_sym_by] = ACTIONS(4603), + [anon_sym_LT] = ACTIONS(4603), + [anon_sym_GT] = ACTIONS(4603), + [anon_sym_where] = ACTIONS(4603), + [anon_sym_DOT] = ACTIONS(4603), + [anon_sym_SEMI] = ACTIONS(4605), + [anon_sym_get] = ACTIONS(4603), + [anon_sym_set] = ACTIONS(4603), + [anon_sym_STAR] = ACTIONS(4603), + [sym_label] = ACTIONS(4605), + [anon_sym_in] = ACTIONS(4603), + [anon_sym_DOT_DOT] = ACTIONS(4605), + [anon_sym_QMARK_COLON] = ACTIONS(4605), + [anon_sym_AMP_AMP] = ACTIONS(4605), + [anon_sym_PIPE_PIPE] = ACTIONS(4605), + [anon_sym_else] = ACTIONS(4603), + [anon_sym_COLON_COLON] = ACTIONS(4605), + [anon_sym_PLUS_EQ] = ACTIONS(4605), + [anon_sym_DASH_EQ] = ACTIONS(4605), + [anon_sym_STAR_EQ] = ACTIONS(4605), + [anon_sym_SLASH_EQ] = ACTIONS(4605), + [anon_sym_PERCENT_EQ] = ACTIONS(4605), + [anon_sym_BANG_EQ] = ACTIONS(4603), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4605), + [anon_sym_EQ_EQ] = ACTIONS(4603), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4605), + [anon_sym_LT_EQ] = ACTIONS(4605), + [anon_sym_GT_EQ] = ACTIONS(4605), + [anon_sym_BANGin] = ACTIONS(4605), + [anon_sym_is] = ACTIONS(4603), + [anon_sym_BANGis] = ACTIONS(4605), + [anon_sym_PLUS] = ACTIONS(4603), + [anon_sym_DASH] = ACTIONS(4603), + [anon_sym_SLASH] = ACTIONS(4603), + [anon_sym_PERCENT] = ACTIONS(4603), + [anon_sym_as_QMARK] = ACTIONS(4605), + [anon_sym_PLUS_PLUS] = ACTIONS(4605), + [anon_sym_DASH_DASH] = ACTIONS(4605), + [anon_sym_BANG_BANG] = ACTIONS(4605), + [anon_sym_suspend] = ACTIONS(4603), + [anon_sym_sealed] = ACTIONS(4603), + [anon_sym_annotation] = ACTIONS(4603), + [anon_sym_data] = ACTIONS(4603), + [anon_sym_inner] = ACTIONS(4603), + [anon_sym_override] = ACTIONS(4603), + [anon_sym_lateinit] = ACTIONS(4603), + [anon_sym_public] = ACTIONS(4603), + [anon_sym_private] = ACTIONS(4603), + [anon_sym_internal] = ACTIONS(4603), + [anon_sym_protected] = ACTIONS(4603), + [anon_sym_tailrec] = ACTIONS(4603), + [anon_sym_operator] = ACTIONS(4603), + [anon_sym_infix] = ACTIONS(4603), + [anon_sym_inline] = ACTIONS(4603), + [anon_sym_external] = ACTIONS(4603), + [sym_property_modifier] = ACTIONS(4603), + [anon_sym_abstract] = ACTIONS(4603), + [anon_sym_final] = ACTIONS(4603), + [anon_sym_open] = ACTIONS(4603), + [anon_sym_vararg] = ACTIONS(4603), + [anon_sym_noinline] = ACTIONS(4603), + [anon_sym_crossinline] = ACTIONS(4603), + [anon_sym_expect] = ACTIONS(4603), + [anon_sym_actual] = ACTIONS(4603), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4605), + [sym__automatic_semicolon] = ACTIONS(4605), + [sym_safe_nav] = ACTIONS(4605), + [sym_multiline_comment] = ACTIONS(3), + }, + [3666] = { + [sym_class_body] = STATE(3737), + [sym__alpha_identifier] = ACTIONS(4342), + [anon_sym_AT] = ACTIONS(4344), + [anon_sym_LBRACK] = ACTIONS(4344), + [anon_sym_as] = ACTIONS(4342), + [anon_sym_EQ] = ACTIONS(4342), + [anon_sym_LBRACE] = ACTIONS(5360), + [anon_sym_RBRACE] = ACTIONS(4344), + [anon_sym_LPAREN] = ACTIONS(4344), + [anon_sym_COMMA] = ACTIONS(4344), + [anon_sym_LT] = ACTIONS(4342), + [anon_sym_GT] = ACTIONS(4342), + [anon_sym_where] = ACTIONS(4342), + [anon_sym_DOT] = ACTIONS(4342), + [anon_sym_SEMI] = ACTIONS(4344), + [anon_sym_get] = ACTIONS(4342), + [anon_sym_set] = ACTIONS(4342), + [anon_sym_STAR] = ACTIONS(4342), + [sym_label] = ACTIONS(4344), + [anon_sym_in] = ACTIONS(4342), + [anon_sym_DOT_DOT] = ACTIONS(4344), + [anon_sym_QMARK_COLON] = ACTIONS(4344), + [anon_sym_AMP_AMP] = ACTIONS(4344), + [anon_sym_PIPE_PIPE] = ACTIONS(4344), + [anon_sym_else] = ACTIONS(4342), + [anon_sym_COLON_COLON] = ACTIONS(4344), + [anon_sym_PLUS_EQ] = ACTIONS(4344), + [anon_sym_DASH_EQ] = ACTIONS(4344), + [anon_sym_STAR_EQ] = ACTIONS(4344), + [anon_sym_SLASH_EQ] = ACTIONS(4344), + [anon_sym_PERCENT_EQ] = ACTIONS(4344), + [anon_sym_BANG_EQ] = ACTIONS(4342), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4344), + [anon_sym_EQ_EQ] = ACTIONS(4342), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4344), + [anon_sym_LT_EQ] = ACTIONS(4344), + [anon_sym_GT_EQ] = ACTIONS(4344), + [anon_sym_BANGin] = ACTIONS(4344), + [anon_sym_is] = ACTIONS(4342), + [anon_sym_BANGis] = ACTIONS(4344), + [anon_sym_PLUS] = ACTIONS(4342), + [anon_sym_DASH] = ACTIONS(4342), + [anon_sym_SLASH] = ACTIONS(4342), + [anon_sym_PERCENT] = ACTIONS(4342), + [anon_sym_as_QMARK] = ACTIONS(4344), + [anon_sym_PLUS_PLUS] = ACTIONS(4344), + [anon_sym_DASH_DASH] = ACTIONS(4344), + [anon_sym_BANG_BANG] = ACTIONS(4344), + [anon_sym_suspend] = ACTIONS(4342), + [anon_sym_sealed] = ACTIONS(4342), + [anon_sym_annotation] = ACTIONS(4342), + [anon_sym_data] = ACTIONS(4342), + [anon_sym_inner] = ACTIONS(4342), + [anon_sym_override] = ACTIONS(4342), + [anon_sym_lateinit] = ACTIONS(4342), + [anon_sym_public] = ACTIONS(4342), + [anon_sym_private] = ACTIONS(4342), + [anon_sym_internal] = ACTIONS(4342), + [anon_sym_protected] = ACTIONS(4342), + [anon_sym_tailrec] = ACTIONS(4342), + [anon_sym_operator] = ACTIONS(4342), + [anon_sym_infix] = ACTIONS(4342), + [anon_sym_inline] = ACTIONS(4342), + [anon_sym_external] = ACTIONS(4342), + [sym_property_modifier] = ACTIONS(4342), + [anon_sym_abstract] = ACTIONS(4342), + [anon_sym_final] = ACTIONS(4342), + [anon_sym_open] = ACTIONS(4342), + [anon_sym_vararg] = ACTIONS(4342), + [anon_sym_noinline] = ACTIONS(4342), + [anon_sym_crossinline] = ACTIONS(4342), + [anon_sym_expect] = ACTIONS(4342), + [anon_sym_actual] = ACTIONS(4342), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4344), + [sym__automatic_semicolon] = ACTIONS(4344), + [sym_safe_nav] = ACTIONS(4344), + [sym_multiline_comment] = ACTIONS(3), + }, + [3667] = { + [sym__alpha_identifier] = ACTIONS(4113), + [anon_sym_AT] = ACTIONS(4109), + [anon_sym_COLON] = ACTIONS(6347), + [anon_sym_LBRACK] = ACTIONS(4109), + [anon_sym_EQ] = ACTIONS(4109), + [anon_sym_LBRACE] = ACTIONS(4109), + [anon_sym_RBRACE] = ACTIONS(4109), + [anon_sym_LPAREN] = ACTIONS(4109), + [anon_sym_by] = ACTIONS(4113), + [anon_sym_where] = ACTIONS(4113), + [anon_sym_object] = ACTIONS(4113), + [anon_sym_fun] = ACTIONS(4113), + [anon_sym_SEMI] = ACTIONS(4109), + [anon_sym_get] = ACTIONS(4113), + [anon_sym_set] = ACTIONS(4113), + [anon_sym_this] = ACTIONS(4113), + [anon_sym_super] = ACTIONS(4113), + [anon_sym_STAR] = ACTIONS(4109), + [sym_label] = ACTIONS(4113), + [anon_sym_in] = ACTIONS(4113), + [anon_sym_null] = ACTIONS(4113), + [anon_sym_if] = ACTIONS(4113), + [anon_sym_else] = ACTIONS(4113), + [anon_sym_when] = ACTIONS(4113), + [anon_sym_try] = ACTIONS(4113), + [anon_sym_throw] = ACTIONS(4113), + [anon_sym_return] = ACTIONS(4113), + [anon_sym_continue] = ACTIONS(4113), + [anon_sym_break] = ACTIONS(4113), + [anon_sym_COLON_COLON] = ACTIONS(4109), + [anon_sym_BANGin] = ACTIONS(4109), + [anon_sym_is] = ACTIONS(4113), + [anon_sym_BANGis] = ACTIONS(4109), + [anon_sym_PLUS] = ACTIONS(4113), + [anon_sym_DASH] = ACTIONS(4113), + [anon_sym_PLUS_PLUS] = ACTIONS(4109), + [anon_sym_DASH_DASH] = ACTIONS(4109), + [anon_sym_BANG] = ACTIONS(4113), + [anon_sym_suspend] = ACTIONS(4113), + [anon_sym_sealed] = ACTIONS(4113), + [anon_sym_annotation] = ACTIONS(4113), + [anon_sym_data] = ACTIONS(4113), + [anon_sym_inner] = ACTIONS(4113), + [anon_sym_override] = ACTIONS(4113), + [anon_sym_lateinit] = ACTIONS(4113), + [anon_sym_public] = ACTIONS(4113), + [anon_sym_private] = ACTIONS(4113), + [anon_sym_internal] = ACTIONS(4113), + [anon_sym_protected] = ACTIONS(4113), + [anon_sym_tailrec] = ACTIONS(4113), + [anon_sym_operator] = ACTIONS(4113), + [anon_sym_infix] = ACTIONS(4113), + [anon_sym_inline] = ACTIONS(4113), + [anon_sym_external] = ACTIONS(4113), + [sym_property_modifier] = ACTIONS(4113), + [anon_sym_abstract] = ACTIONS(4113), + [anon_sym_final] = ACTIONS(4113), + [anon_sym_open] = ACTIONS(4113), + [anon_sym_vararg] = ACTIONS(4113), + [anon_sym_noinline] = ACTIONS(4113), + [anon_sym_crossinline] = ACTIONS(4113), + [anon_sym_expect] = ACTIONS(4113), + [anon_sym_actual] = ACTIONS(4113), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4109), + [anon_sym_continue_AT] = ACTIONS(4109), + [anon_sym_break_AT] = ACTIONS(4109), + [sym_real_literal] = ACTIONS(4109), + [sym_integer_literal] = ACTIONS(4113), + [sym_hex_literal] = ACTIONS(4109), + [sym_bin_literal] = ACTIONS(4109), + [anon_sym_true] = ACTIONS(4113), + [anon_sym_false] = ACTIONS(4113), + [anon_sym_SQUOTE] = ACTIONS(4109), + [sym__backtick_identifier] = ACTIONS(4109), + [sym__automatic_semicolon] = ACTIONS(4109), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4109), + }, + [3668] = { + [sym__alpha_identifier] = ACTIONS(4527), + [anon_sym_AT] = ACTIONS(4529), + [anon_sym_LBRACK] = ACTIONS(4529), + [anon_sym_as] = ACTIONS(4527), + [anon_sym_EQ] = ACTIONS(4527), + [anon_sym_LBRACE] = ACTIONS(4529), + [anon_sym_RBRACE] = ACTIONS(4529), + [anon_sym_LPAREN] = ACTIONS(4529), + [anon_sym_COMMA] = ACTIONS(4529), + [anon_sym_by] = ACTIONS(4527), + [anon_sym_LT] = ACTIONS(4527), + [anon_sym_GT] = ACTIONS(4527), + [anon_sym_where] = ACTIONS(4527), + [anon_sym_DOT] = ACTIONS(4527), + [anon_sym_SEMI] = ACTIONS(4529), + [anon_sym_get] = ACTIONS(4527), + [anon_sym_set] = ACTIONS(4527), + [anon_sym_STAR] = ACTIONS(4527), + [sym_label] = ACTIONS(4529), + [anon_sym_in] = ACTIONS(4527), + [anon_sym_DOT_DOT] = ACTIONS(4529), + [anon_sym_QMARK_COLON] = ACTIONS(4529), + [anon_sym_AMP_AMP] = ACTIONS(4529), + [anon_sym_PIPE_PIPE] = ACTIONS(4529), + [anon_sym_else] = ACTIONS(4527), + [anon_sym_COLON_COLON] = ACTIONS(4529), + [anon_sym_PLUS_EQ] = ACTIONS(4529), + [anon_sym_DASH_EQ] = ACTIONS(4529), + [anon_sym_STAR_EQ] = ACTIONS(4529), + [anon_sym_SLASH_EQ] = ACTIONS(4529), + [anon_sym_PERCENT_EQ] = ACTIONS(4529), + [anon_sym_BANG_EQ] = ACTIONS(4527), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4529), + [anon_sym_EQ_EQ] = ACTIONS(4527), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4529), + [anon_sym_LT_EQ] = ACTIONS(4529), + [anon_sym_GT_EQ] = ACTIONS(4529), + [anon_sym_BANGin] = ACTIONS(4529), + [anon_sym_is] = ACTIONS(4527), + [anon_sym_BANGis] = ACTIONS(4529), + [anon_sym_PLUS] = ACTIONS(4527), + [anon_sym_DASH] = ACTIONS(4527), + [anon_sym_SLASH] = ACTIONS(4527), + [anon_sym_PERCENT] = ACTIONS(4527), + [anon_sym_as_QMARK] = ACTIONS(4529), + [anon_sym_PLUS_PLUS] = ACTIONS(4529), + [anon_sym_DASH_DASH] = ACTIONS(4529), + [anon_sym_BANG_BANG] = ACTIONS(4529), + [anon_sym_suspend] = ACTIONS(4527), + [anon_sym_sealed] = ACTIONS(4527), + [anon_sym_annotation] = ACTIONS(4527), + [anon_sym_data] = ACTIONS(4527), + [anon_sym_inner] = ACTIONS(4527), + [anon_sym_override] = ACTIONS(4527), + [anon_sym_lateinit] = ACTIONS(4527), + [anon_sym_public] = ACTIONS(4527), + [anon_sym_private] = ACTIONS(4527), + [anon_sym_internal] = ACTIONS(4527), + [anon_sym_protected] = ACTIONS(4527), + [anon_sym_tailrec] = ACTIONS(4527), + [anon_sym_operator] = ACTIONS(4527), + [anon_sym_infix] = ACTIONS(4527), + [anon_sym_inline] = ACTIONS(4527), + [anon_sym_external] = ACTIONS(4527), + [sym_property_modifier] = ACTIONS(4527), + [anon_sym_abstract] = ACTIONS(4527), + [anon_sym_final] = ACTIONS(4527), + [anon_sym_open] = ACTIONS(4527), + [anon_sym_vararg] = ACTIONS(4527), + [anon_sym_noinline] = ACTIONS(4527), + [anon_sym_crossinline] = ACTIONS(4527), + [anon_sym_expect] = ACTIONS(4527), + [anon_sym_actual] = ACTIONS(4527), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4529), + [sym__automatic_semicolon] = ACTIONS(4529), + [sym_safe_nav] = ACTIONS(4529), + [sym_multiline_comment] = ACTIONS(3), + }, + [3669] = { + [sym_enum_class_body] = STATE(3752), + [sym__alpha_identifier] = ACTIONS(3212), + [anon_sym_AT] = ACTIONS(3216), + [anon_sym_LBRACK] = ACTIONS(3216), + [anon_sym_as] = ACTIONS(3212), + [anon_sym_EQ] = ACTIONS(3212), + [anon_sym_LBRACE] = ACTIONS(5415), + [anon_sym_RBRACE] = ACTIONS(3216), + [anon_sym_LPAREN] = ACTIONS(3216), + [anon_sym_COMMA] = ACTIONS(3216), + [anon_sym_LT] = ACTIONS(3212), + [anon_sym_GT] = ACTIONS(3212), + [anon_sym_where] = ACTIONS(3212), + [anon_sym_DOT] = ACTIONS(3212), + [anon_sym_SEMI] = ACTIONS(3216), + [anon_sym_get] = ACTIONS(3212), + [anon_sym_set] = ACTIONS(3212), + [anon_sym_STAR] = ACTIONS(3212), + [sym_label] = ACTIONS(3216), + [anon_sym_in] = ACTIONS(3212), + [anon_sym_DOT_DOT] = ACTIONS(3216), + [anon_sym_QMARK_COLON] = ACTIONS(3216), + [anon_sym_AMP_AMP] = ACTIONS(3216), + [anon_sym_PIPE_PIPE] = ACTIONS(3216), + [anon_sym_else] = ACTIONS(3212), + [anon_sym_COLON_COLON] = ACTIONS(3216), + [anon_sym_PLUS_EQ] = ACTIONS(3216), + [anon_sym_DASH_EQ] = ACTIONS(3216), + [anon_sym_STAR_EQ] = ACTIONS(3216), + [anon_sym_SLASH_EQ] = ACTIONS(3216), + [anon_sym_PERCENT_EQ] = ACTIONS(3216), + [anon_sym_BANG_EQ] = ACTIONS(3212), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3216), + [anon_sym_EQ_EQ] = ACTIONS(3212), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3216), + [anon_sym_LT_EQ] = ACTIONS(3216), + [anon_sym_GT_EQ] = ACTIONS(3216), + [anon_sym_BANGin] = ACTIONS(3216), + [anon_sym_is] = ACTIONS(3212), + [anon_sym_BANGis] = ACTIONS(3216), + [anon_sym_PLUS] = ACTIONS(3212), + [anon_sym_DASH] = ACTIONS(3212), + [anon_sym_SLASH] = ACTIONS(3212), + [anon_sym_PERCENT] = ACTIONS(3212), + [anon_sym_as_QMARK] = ACTIONS(3216), + [anon_sym_PLUS_PLUS] = ACTIONS(3216), + [anon_sym_DASH_DASH] = ACTIONS(3216), + [anon_sym_BANG_BANG] = ACTIONS(3216), + [anon_sym_suspend] = ACTIONS(3212), + [anon_sym_sealed] = ACTIONS(3212), + [anon_sym_annotation] = ACTIONS(3212), + [anon_sym_data] = ACTIONS(3212), + [anon_sym_inner] = ACTIONS(3212), + [anon_sym_override] = ACTIONS(3212), + [anon_sym_lateinit] = ACTIONS(3212), + [anon_sym_public] = ACTIONS(3212), + [anon_sym_private] = ACTIONS(3212), + [anon_sym_internal] = ACTIONS(3212), + [anon_sym_protected] = ACTIONS(3212), + [anon_sym_tailrec] = ACTIONS(3212), + [anon_sym_operator] = ACTIONS(3212), + [anon_sym_infix] = ACTIONS(3212), + [anon_sym_inline] = ACTIONS(3212), + [anon_sym_external] = ACTIONS(3212), + [sym_property_modifier] = ACTIONS(3212), + [anon_sym_abstract] = ACTIONS(3212), + [anon_sym_final] = ACTIONS(3212), + [anon_sym_open] = ACTIONS(3212), + [anon_sym_vararg] = ACTIONS(3212), + [anon_sym_noinline] = ACTIONS(3212), + [anon_sym_crossinline] = ACTIONS(3212), + [anon_sym_expect] = ACTIONS(3212), + [anon_sym_actual] = ACTIONS(3212), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3216), + [sym__automatic_semicolon] = ACTIONS(3216), + [sym_safe_nav] = ACTIONS(3216), + [sym_multiline_comment] = ACTIONS(3), + }, + [3670] = { + [sym_class_body] = STATE(3742), + [sym__alpha_identifier] = ACTIONS(4682), + [anon_sym_AT] = ACTIONS(4684), + [anon_sym_LBRACK] = ACTIONS(4684), + [anon_sym_as] = ACTIONS(4682), + [anon_sym_EQ] = ACTIONS(4682), + [anon_sym_LBRACE] = ACTIONS(5360), + [anon_sym_RBRACE] = ACTIONS(4684), + [anon_sym_LPAREN] = ACTIONS(4684), + [anon_sym_COMMA] = ACTIONS(4684), + [anon_sym_LT] = ACTIONS(4682), + [anon_sym_GT] = ACTIONS(4682), + [anon_sym_where] = ACTIONS(4682), + [anon_sym_DOT] = ACTIONS(4682), + [anon_sym_SEMI] = ACTIONS(4684), + [anon_sym_get] = ACTIONS(4682), + [anon_sym_set] = ACTIONS(4682), + [anon_sym_STAR] = ACTIONS(4682), + [sym_label] = ACTIONS(4684), + [anon_sym_in] = ACTIONS(4682), + [anon_sym_DOT_DOT] = ACTIONS(4684), + [anon_sym_QMARK_COLON] = ACTIONS(4684), + [anon_sym_AMP_AMP] = ACTIONS(4684), + [anon_sym_PIPE_PIPE] = ACTIONS(4684), + [anon_sym_else] = ACTIONS(4682), + [anon_sym_COLON_COLON] = ACTIONS(4684), + [anon_sym_PLUS_EQ] = ACTIONS(4684), + [anon_sym_DASH_EQ] = ACTIONS(4684), + [anon_sym_STAR_EQ] = ACTIONS(4684), + [anon_sym_SLASH_EQ] = ACTIONS(4684), + [anon_sym_PERCENT_EQ] = ACTIONS(4684), + [anon_sym_BANG_EQ] = ACTIONS(4682), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4684), + [anon_sym_EQ_EQ] = ACTIONS(4682), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4684), + [anon_sym_LT_EQ] = ACTIONS(4684), + [anon_sym_GT_EQ] = ACTIONS(4684), + [anon_sym_BANGin] = ACTIONS(4684), + [anon_sym_is] = ACTIONS(4682), + [anon_sym_BANGis] = ACTIONS(4684), + [anon_sym_PLUS] = ACTIONS(4682), + [anon_sym_DASH] = ACTIONS(4682), + [anon_sym_SLASH] = ACTIONS(4682), + [anon_sym_PERCENT] = ACTIONS(4682), + [anon_sym_as_QMARK] = ACTIONS(4684), + [anon_sym_PLUS_PLUS] = ACTIONS(4684), + [anon_sym_DASH_DASH] = ACTIONS(4684), + [anon_sym_BANG_BANG] = ACTIONS(4684), + [anon_sym_suspend] = ACTIONS(4682), + [anon_sym_sealed] = ACTIONS(4682), + [anon_sym_annotation] = ACTIONS(4682), + [anon_sym_data] = ACTIONS(4682), + [anon_sym_inner] = ACTIONS(4682), + [anon_sym_override] = ACTIONS(4682), + [anon_sym_lateinit] = ACTIONS(4682), + [anon_sym_public] = ACTIONS(4682), + [anon_sym_private] = ACTIONS(4682), + [anon_sym_internal] = ACTIONS(4682), + [anon_sym_protected] = ACTIONS(4682), + [anon_sym_tailrec] = ACTIONS(4682), + [anon_sym_operator] = ACTIONS(4682), + [anon_sym_infix] = ACTIONS(4682), + [anon_sym_inline] = ACTIONS(4682), + [anon_sym_external] = ACTIONS(4682), + [sym_property_modifier] = ACTIONS(4682), + [anon_sym_abstract] = ACTIONS(4682), + [anon_sym_final] = ACTIONS(4682), + [anon_sym_open] = ACTIONS(4682), + [anon_sym_vararg] = ACTIONS(4682), + [anon_sym_noinline] = ACTIONS(4682), + [anon_sym_crossinline] = ACTIONS(4682), + [anon_sym_expect] = ACTIONS(4682), + [anon_sym_actual] = ACTIONS(4682), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4684), + [sym__automatic_semicolon] = ACTIONS(4684), + [sym_safe_nav] = ACTIONS(4684), + [sym_multiline_comment] = ACTIONS(3), + }, + [3671] = { + [sym_enum_class_body] = STATE(3737), + [sym__alpha_identifier] = ACTIONS(4342), + [anon_sym_AT] = ACTIONS(4344), + [anon_sym_LBRACK] = ACTIONS(4344), + [anon_sym_as] = ACTIONS(4342), + [anon_sym_EQ] = ACTIONS(4342), + [anon_sym_LBRACE] = ACTIONS(5415), + [anon_sym_RBRACE] = ACTIONS(4344), + [anon_sym_LPAREN] = ACTIONS(4344), + [anon_sym_COMMA] = ACTIONS(4344), + [anon_sym_LT] = ACTIONS(4342), + [anon_sym_GT] = ACTIONS(4342), + [anon_sym_where] = ACTIONS(4342), + [anon_sym_DOT] = ACTIONS(4342), + [anon_sym_SEMI] = ACTIONS(4344), + [anon_sym_get] = ACTIONS(4342), + [anon_sym_set] = ACTIONS(4342), + [anon_sym_STAR] = ACTIONS(4342), + [sym_label] = ACTIONS(4344), + [anon_sym_in] = ACTIONS(4342), + [anon_sym_DOT_DOT] = ACTIONS(4344), + [anon_sym_QMARK_COLON] = ACTIONS(4344), + [anon_sym_AMP_AMP] = ACTIONS(4344), + [anon_sym_PIPE_PIPE] = ACTIONS(4344), + [anon_sym_else] = ACTIONS(4342), + [anon_sym_COLON_COLON] = ACTIONS(4344), + [anon_sym_PLUS_EQ] = ACTIONS(4344), + [anon_sym_DASH_EQ] = ACTIONS(4344), + [anon_sym_STAR_EQ] = ACTIONS(4344), + [anon_sym_SLASH_EQ] = ACTIONS(4344), + [anon_sym_PERCENT_EQ] = ACTIONS(4344), + [anon_sym_BANG_EQ] = ACTIONS(4342), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4344), + [anon_sym_EQ_EQ] = ACTIONS(4342), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4344), + [anon_sym_LT_EQ] = ACTIONS(4344), + [anon_sym_GT_EQ] = ACTIONS(4344), + [anon_sym_BANGin] = ACTIONS(4344), + [anon_sym_is] = ACTIONS(4342), + [anon_sym_BANGis] = ACTIONS(4344), + [anon_sym_PLUS] = ACTIONS(4342), + [anon_sym_DASH] = ACTIONS(4342), + [anon_sym_SLASH] = ACTIONS(4342), + [anon_sym_PERCENT] = ACTIONS(4342), + [anon_sym_as_QMARK] = ACTIONS(4344), + [anon_sym_PLUS_PLUS] = ACTIONS(4344), + [anon_sym_DASH_DASH] = ACTIONS(4344), + [anon_sym_BANG_BANG] = ACTIONS(4344), + [anon_sym_suspend] = ACTIONS(4342), + [anon_sym_sealed] = ACTIONS(4342), + [anon_sym_annotation] = ACTIONS(4342), + [anon_sym_data] = ACTIONS(4342), + [anon_sym_inner] = ACTIONS(4342), + [anon_sym_override] = ACTIONS(4342), + [anon_sym_lateinit] = ACTIONS(4342), + [anon_sym_public] = ACTIONS(4342), + [anon_sym_private] = ACTIONS(4342), + [anon_sym_internal] = ACTIONS(4342), + [anon_sym_protected] = ACTIONS(4342), + [anon_sym_tailrec] = ACTIONS(4342), + [anon_sym_operator] = ACTIONS(4342), + [anon_sym_infix] = ACTIONS(4342), + [anon_sym_inline] = ACTIONS(4342), + [anon_sym_external] = ACTIONS(4342), + [sym_property_modifier] = ACTIONS(4342), + [anon_sym_abstract] = ACTIONS(4342), + [anon_sym_final] = ACTIONS(4342), + [anon_sym_open] = ACTIONS(4342), + [anon_sym_vararg] = ACTIONS(4342), + [anon_sym_noinline] = ACTIONS(4342), + [anon_sym_crossinline] = ACTIONS(4342), + [anon_sym_expect] = ACTIONS(4342), + [anon_sym_actual] = ACTIONS(4342), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4344), + [sym__automatic_semicolon] = ACTIONS(4344), + [sym_safe_nav] = ACTIONS(4344), + [sym_multiline_comment] = ACTIONS(3), + }, + [3672] = { + [sym__alpha_identifier] = ACTIONS(4539), + [anon_sym_AT] = ACTIONS(4541), + [anon_sym_COLON] = ACTIONS(4539), + [anon_sym_LBRACK] = ACTIONS(4541), + [anon_sym_as] = ACTIONS(4539), + [anon_sym_EQ] = ACTIONS(4539), + [anon_sym_LBRACE] = ACTIONS(4541), + [anon_sym_RBRACE] = ACTIONS(4541), + [anon_sym_LPAREN] = ACTIONS(4541), + [anon_sym_COMMA] = ACTIONS(4541), + [anon_sym_LT] = ACTIONS(4539), + [anon_sym_GT] = ACTIONS(4539), + [anon_sym_where] = ACTIONS(4539), + [anon_sym_DOT] = ACTIONS(4539), + [anon_sym_SEMI] = ACTIONS(4541), + [anon_sym_get] = ACTIONS(4539), + [anon_sym_set] = ACTIONS(4539), + [anon_sym_STAR] = ACTIONS(4539), + [sym_label] = ACTIONS(4541), + [anon_sym_in] = ACTIONS(4539), + [anon_sym_DOT_DOT] = ACTIONS(4541), + [anon_sym_QMARK_COLON] = ACTIONS(4541), + [anon_sym_AMP_AMP] = ACTIONS(4541), + [anon_sym_PIPE_PIPE] = ACTIONS(4541), + [anon_sym_else] = ACTIONS(4539), + [anon_sym_COLON_COLON] = ACTIONS(4541), + [anon_sym_PLUS_EQ] = ACTIONS(4541), + [anon_sym_DASH_EQ] = ACTIONS(4541), + [anon_sym_STAR_EQ] = ACTIONS(4541), + [anon_sym_SLASH_EQ] = ACTIONS(4541), + [anon_sym_PERCENT_EQ] = ACTIONS(4541), + [anon_sym_BANG_EQ] = ACTIONS(4539), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4541), + [anon_sym_EQ_EQ] = ACTIONS(4539), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4541), + [anon_sym_LT_EQ] = ACTIONS(4541), + [anon_sym_GT_EQ] = ACTIONS(4541), + [anon_sym_BANGin] = ACTIONS(4541), + [anon_sym_is] = ACTIONS(4539), + [anon_sym_BANGis] = ACTIONS(4541), + [anon_sym_PLUS] = ACTIONS(4539), + [anon_sym_DASH] = ACTIONS(4539), + [anon_sym_SLASH] = ACTIONS(4539), + [anon_sym_PERCENT] = ACTIONS(4539), + [anon_sym_as_QMARK] = ACTIONS(4541), + [anon_sym_PLUS_PLUS] = ACTIONS(4541), + [anon_sym_DASH_DASH] = ACTIONS(4541), + [anon_sym_BANG_BANG] = ACTIONS(4541), + [anon_sym_suspend] = ACTIONS(4539), + [anon_sym_sealed] = ACTIONS(4539), + [anon_sym_annotation] = ACTIONS(4539), + [anon_sym_data] = ACTIONS(4539), + [anon_sym_inner] = ACTIONS(4539), + [anon_sym_override] = ACTIONS(4539), + [anon_sym_lateinit] = ACTIONS(4539), + [anon_sym_public] = ACTIONS(4539), + [anon_sym_private] = ACTIONS(4539), + [anon_sym_internal] = ACTIONS(4539), + [anon_sym_protected] = ACTIONS(4539), + [anon_sym_tailrec] = ACTIONS(4539), + [anon_sym_operator] = ACTIONS(4539), + [anon_sym_infix] = ACTIONS(4539), + [anon_sym_inline] = ACTIONS(4539), + [anon_sym_external] = ACTIONS(4539), + [sym_property_modifier] = ACTIONS(4539), + [anon_sym_abstract] = ACTIONS(4539), + [anon_sym_final] = ACTIONS(4539), + [anon_sym_open] = ACTIONS(4539), + [anon_sym_vararg] = ACTIONS(4539), + [anon_sym_noinline] = ACTIONS(4539), + [anon_sym_crossinline] = ACTIONS(4539), + [anon_sym_expect] = ACTIONS(4539), + [anon_sym_actual] = ACTIONS(4539), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4541), + [sym__automatic_semicolon] = ACTIONS(4541), + [sym_safe_nav] = ACTIONS(4541), + [sym_multiline_comment] = ACTIONS(3), + }, + [3673] = { + [sym__alpha_identifier] = ACTIONS(4392), + [anon_sym_AT] = ACTIONS(4394), + [anon_sym_LBRACK] = ACTIONS(4394), + [anon_sym_as] = ACTIONS(4392), + [anon_sym_EQ] = ACTIONS(4392), + [anon_sym_LBRACE] = ACTIONS(4394), + [anon_sym_RBRACE] = ACTIONS(4394), + [anon_sym_LPAREN] = ACTIONS(4394), + [anon_sym_COMMA] = ACTIONS(4394), + [anon_sym_LT] = ACTIONS(4392), + [anon_sym_GT] = ACTIONS(4392), + [anon_sym_where] = ACTIONS(4392), + [anon_sym_DOT] = ACTIONS(4392), + [anon_sym_SEMI] = ACTIONS(4394), + [anon_sym_get] = ACTIONS(4392), + [anon_sym_set] = ACTIONS(4392), + [anon_sym_STAR] = ACTIONS(4392), + [sym_label] = ACTIONS(4394), + [anon_sym_in] = ACTIONS(4392), + [anon_sym_DOT_DOT] = ACTIONS(4394), + [anon_sym_QMARK_COLON] = ACTIONS(4394), + [anon_sym_AMP_AMP] = ACTIONS(4394), + [anon_sym_PIPE_PIPE] = ACTIONS(4394), + [anon_sym_else] = ACTIONS(4392), + [anon_sym_COLON_COLON] = ACTIONS(4394), + [anon_sym_PLUS_EQ] = ACTIONS(4394), + [anon_sym_DASH_EQ] = ACTIONS(4394), + [anon_sym_STAR_EQ] = ACTIONS(4394), + [anon_sym_SLASH_EQ] = ACTIONS(4394), + [anon_sym_PERCENT_EQ] = ACTIONS(4394), + [anon_sym_BANG_EQ] = ACTIONS(4392), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4394), + [anon_sym_EQ_EQ] = ACTIONS(4392), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4394), + [anon_sym_LT_EQ] = ACTIONS(4394), + [anon_sym_GT_EQ] = ACTIONS(4394), + [anon_sym_BANGin] = ACTIONS(4394), + [anon_sym_is] = ACTIONS(4392), + [anon_sym_BANGis] = ACTIONS(4394), + [anon_sym_PLUS] = ACTIONS(4392), + [anon_sym_DASH] = ACTIONS(4392), + [anon_sym_SLASH] = ACTIONS(4392), + [anon_sym_PERCENT] = ACTIONS(4392), + [anon_sym_as_QMARK] = ACTIONS(4394), + [anon_sym_PLUS_PLUS] = ACTIONS(4394), + [anon_sym_DASH_DASH] = ACTIONS(4394), + [anon_sym_BANG_BANG] = ACTIONS(4394), + [anon_sym_suspend] = ACTIONS(4392), + [anon_sym_sealed] = ACTIONS(4392), + [anon_sym_annotation] = ACTIONS(4392), + [anon_sym_data] = ACTIONS(4392), + [anon_sym_inner] = ACTIONS(4392), + [anon_sym_override] = ACTIONS(4392), + [anon_sym_lateinit] = ACTIONS(4392), + [anon_sym_public] = ACTIONS(4392), + [anon_sym_private] = ACTIONS(4392), + [anon_sym_internal] = ACTIONS(4392), + [anon_sym_protected] = ACTIONS(4392), + [anon_sym_tailrec] = ACTIONS(4392), + [anon_sym_operator] = ACTIONS(4392), + [anon_sym_infix] = ACTIONS(4392), + [anon_sym_inline] = ACTIONS(4392), + [anon_sym_external] = ACTIONS(4392), + [sym_property_modifier] = ACTIONS(4392), + [anon_sym_abstract] = ACTIONS(4392), + [anon_sym_final] = ACTIONS(4392), + [anon_sym_open] = ACTIONS(4392), + [anon_sym_vararg] = ACTIONS(4392), + [anon_sym_noinline] = ACTIONS(4392), + [anon_sym_crossinline] = ACTIONS(4392), + [anon_sym_expect] = ACTIONS(4392), + [anon_sym_actual] = ACTIONS(4392), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4394), + [sym__automatic_semicolon] = ACTIONS(4394), + [sym_safe_nav] = ACTIONS(4394), + [sym_multiline_comment] = ACTIONS(3), + }, + [3674] = { + [sym_function_body] = STATE(3776), + [sym__block] = STATE(3738), + [sym__alpha_identifier] = ACTIONS(4426), + [anon_sym_AT] = ACTIONS(4428), + [anon_sym_LBRACK] = ACTIONS(4428), + [anon_sym_as] = ACTIONS(4426), + [anon_sym_EQ] = ACTIONS(6527), + [anon_sym_LBRACE] = ACTIONS(6461), + [anon_sym_RBRACE] = ACTIONS(4428), + [anon_sym_LPAREN] = ACTIONS(4428), + [anon_sym_LT] = ACTIONS(4426), + [anon_sym_GT] = ACTIONS(4426), + [anon_sym_DOT] = ACTIONS(4426), + [anon_sym_SEMI] = ACTIONS(4428), + [anon_sym_get] = ACTIONS(4426), + [anon_sym_set] = ACTIONS(4426), + [anon_sym_STAR] = ACTIONS(4426), + [sym_label] = ACTIONS(4428), + [anon_sym_in] = ACTIONS(4426), + [anon_sym_DOT_DOT] = ACTIONS(4428), + [anon_sym_QMARK_COLON] = ACTIONS(4428), + [anon_sym_AMP_AMP] = ACTIONS(4428), + [anon_sym_PIPE_PIPE] = ACTIONS(4428), + [anon_sym_else] = ACTIONS(4426), + [anon_sym_COLON_COLON] = ACTIONS(4428), + [anon_sym_PLUS_EQ] = ACTIONS(4428), + [anon_sym_DASH_EQ] = ACTIONS(4428), + [anon_sym_STAR_EQ] = ACTIONS(4428), + [anon_sym_SLASH_EQ] = ACTIONS(4428), + [anon_sym_PERCENT_EQ] = ACTIONS(4428), + [anon_sym_BANG_EQ] = ACTIONS(4426), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4428), + [anon_sym_EQ_EQ] = ACTIONS(4426), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4428), + [anon_sym_LT_EQ] = ACTIONS(4428), + [anon_sym_GT_EQ] = ACTIONS(4428), + [anon_sym_BANGin] = ACTIONS(4428), + [anon_sym_is] = ACTIONS(4426), + [anon_sym_BANGis] = ACTIONS(4428), + [anon_sym_PLUS] = ACTIONS(4426), + [anon_sym_DASH] = ACTIONS(4426), + [anon_sym_SLASH] = ACTIONS(4426), + [anon_sym_PERCENT] = ACTIONS(4426), + [anon_sym_as_QMARK] = ACTIONS(4428), + [anon_sym_PLUS_PLUS] = ACTIONS(4428), + [anon_sym_DASH_DASH] = ACTIONS(4428), + [anon_sym_BANG_BANG] = ACTIONS(4428), + [anon_sym_suspend] = ACTIONS(4426), + [anon_sym_sealed] = ACTIONS(4426), + [anon_sym_annotation] = ACTIONS(4426), + [anon_sym_data] = ACTIONS(4426), + [anon_sym_inner] = ACTIONS(4426), + [anon_sym_override] = ACTIONS(4426), + [anon_sym_lateinit] = ACTIONS(4426), + [anon_sym_public] = ACTIONS(4426), + [anon_sym_private] = ACTIONS(4426), + [anon_sym_internal] = ACTIONS(4426), + [anon_sym_protected] = ACTIONS(4426), + [anon_sym_tailrec] = ACTIONS(4426), + [anon_sym_operator] = ACTIONS(4426), + [anon_sym_infix] = ACTIONS(4426), + [anon_sym_inline] = ACTIONS(4426), + [anon_sym_external] = ACTIONS(4426), + [sym_property_modifier] = ACTIONS(4426), + [anon_sym_abstract] = ACTIONS(4426), + [anon_sym_final] = ACTIONS(4426), + [anon_sym_open] = ACTIONS(4426), + [anon_sym_vararg] = ACTIONS(4426), + [anon_sym_noinline] = ACTIONS(4426), + [anon_sym_crossinline] = ACTIONS(4426), + [anon_sym_expect] = ACTIONS(4426), + [anon_sym_actual] = ACTIONS(4426), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4428), + [sym__automatic_semicolon] = ACTIONS(4428), + [sym_safe_nav] = ACTIONS(4428), [sym_multiline_comment] = ACTIONS(3), }, - [3710] = { - [sym__alpha_identifier] = ACTIONS(4257), - [anon_sym_AT] = ACTIONS(4255), - [anon_sym_LBRACK] = ACTIONS(4255), - [anon_sym_as] = ACTIONS(4257), - [anon_sym_EQ] = ACTIONS(4257), - [anon_sym_LBRACE] = ACTIONS(4255), - [anon_sym_RBRACE] = ACTIONS(4255), - [anon_sym_LPAREN] = ACTIONS(6864), - [anon_sym_COMMA] = ACTIONS(4255), - [anon_sym_LT] = ACTIONS(4257), - [anon_sym_GT] = ACTIONS(4257), - [anon_sym_where] = ACTIONS(4257), - [anon_sym_DOT] = ACTIONS(4257), - [anon_sym_SEMI] = ACTIONS(4255), - [anon_sym_get] = ACTIONS(4257), - [anon_sym_set] = ACTIONS(4257), - [anon_sym_STAR] = ACTIONS(4257), - [sym_label] = ACTIONS(4255), - [anon_sym_in] = ACTIONS(4257), - [anon_sym_DOT_DOT] = ACTIONS(4255), - [anon_sym_QMARK_COLON] = ACTIONS(4255), - [anon_sym_AMP_AMP] = ACTIONS(4255), - [anon_sym_PIPE_PIPE] = ACTIONS(4255), - [anon_sym_else] = ACTIONS(4257), - [anon_sym_COLON_COLON] = ACTIONS(4255), - [anon_sym_PLUS_EQ] = ACTIONS(4255), - [anon_sym_DASH_EQ] = ACTIONS(4255), - [anon_sym_STAR_EQ] = ACTIONS(4255), - [anon_sym_SLASH_EQ] = ACTIONS(4255), - [anon_sym_PERCENT_EQ] = ACTIONS(4255), - [anon_sym_BANG_EQ] = ACTIONS(4257), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4255), - [anon_sym_EQ_EQ] = ACTIONS(4257), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4255), - [anon_sym_LT_EQ] = ACTIONS(4255), - [anon_sym_GT_EQ] = ACTIONS(4255), - [anon_sym_BANGin] = ACTIONS(4255), - [anon_sym_is] = ACTIONS(4257), - [anon_sym_BANGis] = ACTIONS(4255), - [anon_sym_PLUS] = ACTIONS(4257), - [anon_sym_DASH] = ACTIONS(4257), - [anon_sym_SLASH] = ACTIONS(4257), - [anon_sym_PERCENT] = ACTIONS(4257), - [anon_sym_as_QMARK] = ACTIONS(4255), - [anon_sym_PLUS_PLUS] = ACTIONS(4255), - [anon_sym_DASH_DASH] = ACTIONS(4255), - [anon_sym_BANG_BANG] = ACTIONS(4255), - [anon_sym_suspend] = ACTIONS(4257), - [anon_sym_sealed] = ACTIONS(4257), - [anon_sym_annotation] = ACTIONS(4257), - [anon_sym_data] = ACTIONS(4257), - [anon_sym_inner] = ACTIONS(4257), - [anon_sym_override] = ACTIONS(4257), - [anon_sym_lateinit] = ACTIONS(4257), - [anon_sym_public] = ACTIONS(4257), - [anon_sym_private] = ACTIONS(4257), - [anon_sym_internal] = ACTIONS(4257), - [anon_sym_protected] = ACTIONS(4257), - [anon_sym_tailrec] = ACTIONS(4257), - [anon_sym_operator] = ACTIONS(4257), - [anon_sym_infix] = ACTIONS(4257), - [anon_sym_inline] = ACTIONS(4257), - [anon_sym_external] = ACTIONS(4257), - [sym_property_modifier] = ACTIONS(4257), - [anon_sym_abstract] = ACTIONS(4257), - [anon_sym_final] = ACTIONS(4257), - [anon_sym_open] = ACTIONS(4257), - [anon_sym_vararg] = ACTIONS(4257), - [anon_sym_noinline] = ACTIONS(4257), - [anon_sym_crossinline] = ACTIONS(4257), - [anon_sym_expect] = ACTIONS(4257), - [anon_sym_actual] = ACTIONS(4257), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4255), - [sym__automatic_semicolon] = ACTIONS(4255), - [sym_safe_nav] = ACTIONS(4255), + [3675] = { + [sym__alpha_identifier] = ACTIONS(4595), + [anon_sym_AT] = ACTIONS(4597), + [anon_sym_LBRACK] = ACTIONS(4597), + [anon_sym_as] = ACTIONS(4595), + [anon_sym_EQ] = ACTIONS(4595), + [anon_sym_LBRACE] = ACTIONS(4597), + [anon_sym_RBRACE] = ACTIONS(4597), + [anon_sym_LPAREN] = ACTIONS(4597), + [anon_sym_COMMA] = ACTIONS(4597), + [anon_sym_LT] = ACTIONS(4595), + [anon_sym_GT] = ACTIONS(4595), + [anon_sym_where] = ACTIONS(4595), + [anon_sym_DOT] = ACTIONS(4595), + [anon_sym_SEMI] = ACTIONS(4597), + [anon_sym_get] = ACTIONS(4595), + [anon_sym_set] = ACTIONS(4595), + [anon_sym_STAR] = ACTIONS(4595), + [sym_label] = ACTIONS(4597), + [anon_sym_in] = ACTIONS(4595), + [anon_sym_DOT_DOT] = ACTIONS(4597), + [anon_sym_QMARK_COLON] = ACTIONS(4597), + [anon_sym_AMP_AMP] = ACTIONS(4597), + [anon_sym_PIPE_PIPE] = ACTIONS(4597), + [anon_sym_else] = ACTIONS(4595), + [anon_sym_COLON_COLON] = ACTIONS(4597), + [anon_sym_PLUS_EQ] = ACTIONS(4597), + [anon_sym_DASH_EQ] = ACTIONS(4597), + [anon_sym_STAR_EQ] = ACTIONS(4597), + [anon_sym_SLASH_EQ] = ACTIONS(4597), + [anon_sym_PERCENT_EQ] = ACTIONS(4597), + [anon_sym_BANG_EQ] = ACTIONS(4595), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4597), + [anon_sym_EQ_EQ] = ACTIONS(4595), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4597), + [anon_sym_LT_EQ] = ACTIONS(4597), + [anon_sym_GT_EQ] = ACTIONS(4597), + [anon_sym_BANGin] = ACTIONS(4597), + [anon_sym_is] = ACTIONS(4595), + [anon_sym_BANGis] = ACTIONS(4597), + [anon_sym_PLUS] = ACTIONS(4595), + [anon_sym_DASH] = ACTIONS(4595), + [anon_sym_SLASH] = ACTIONS(4595), + [anon_sym_PERCENT] = ACTIONS(4595), + [anon_sym_as_QMARK] = ACTIONS(4597), + [anon_sym_PLUS_PLUS] = ACTIONS(4597), + [anon_sym_DASH_DASH] = ACTIONS(4597), + [anon_sym_BANG_BANG] = ACTIONS(4597), + [anon_sym_suspend] = ACTIONS(4595), + [anon_sym_sealed] = ACTIONS(4595), + [anon_sym_annotation] = ACTIONS(4595), + [anon_sym_data] = ACTIONS(4595), + [anon_sym_inner] = ACTIONS(4595), + [anon_sym_override] = ACTIONS(4595), + [anon_sym_lateinit] = ACTIONS(4595), + [anon_sym_public] = ACTIONS(4595), + [anon_sym_private] = ACTIONS(4595), + [anon_sym_internal] = ACTIONS(4595), + [anon_sym_protected] = ACTIONS(4595), + [anon_sym_tailrec] = ACTIONS(4595), + [anon_sym_operator] = ACTIONS(4595), + [anon_sym_infix] = ACTIONS(4595), + [anon_sym_inline] = ACTIONS(4595), + [anon_sym_external] = ACTIONS(4595), + [sym_property_modifier] = ACTIONS(4595), + [anon_sym_abstract] = ACTIONS(4595), + [anon_sym_final] = ACTIONS(4595), + [anon_sym_open] = ACTIONS(4595), + [anon_sym_vararg] = ACTIONS(4595), + [anon_sym_noinline] = ACTIONS(4595), + [anon_sym_crossinline] = ACTIONS(4595), + [anon_sym_expect] = ACTIONS(4595), + [anon_sym_actual] = ACTIONS(4595), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4597), + [sym__automatic_semicolon] = ACTIONS(4597), + [sym_safe_nav] = ACTIONS(4597), [sym_multiline_comment] = ACTIONS(3), }, - [3711] = { - [sym_class_body] = STATE(3437), - [sym_type_constraints] = STATE(3000), - [sym__alpha_identifier] = ACTIONS(3214), - [anon_sym_AT] = ACTIONS(3218), - [anon_sym_COLON] = ACTIONS(3452), - [anon_sym_LBRACK] = ACTIONS(3218), - [anon_sym_as] = ACTIONS(3214), - [anon_sym_LBRACE] = ACTIONS(3112), - [anon_sym_RBRACE] = ACTIONS(3218), - [anon_sym_LPAREN] = ACTIONS(3218), - [anon_sym_COMMA] = ACTIONS(3218), - [anon_sym_LT] = ACTIONS(3214), - [anon_sym_GT] = ACTIONS(3214), - [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(3214), - [anon_sym_fun] = ACTIONS(3214), - [anon_sym_DOT] = ACTIONS(3214), - [anon_sym_SEMI] = ACTIONS(3218), - [anon_sym_get] = ACTIONS(3214), - [anon_sym_set] = ACTIONS(3214), - [anon_sym_this] = ACTIONS(3214), - [anon_sym_super] = ACTIONS(3214), - [anon_sym_STAR] = ACTIONS(3218), - [sym_label] = ACTIONS(3214), - [anon_sym_in] = ACTIONS(3214), - [anon_sym_DOT_DOT] = ACTIONS(3218), - [anon_sym_QMARK_COLON] = ACTIONS(3218), - [anon_sym_AMP_AMP] = ACTIONS(3218), - [anon_sym_PIPE_PIPE] = ACTIONS(3218), - [anon_sym_null] = ACTIONS(3214), - [anon_sym_if] = ACTIONS(3214), - [anon_sym_else] = ACTIONS(3214), - [anon_sym_when] = ACTIONS(3214), - [anon_sym_try] = ACTIONS(3214), - [anon_sym_throw] = ACTIONS(3214), - [anon_sym_return] = ACTIONS(3214), - [anon_sym_continue] = ACTIONS(3214), - [anon_sym_break] = ACTIONS(3214), - [anon_sym_COLON_COLON] = ACTIONS(3218), - [anon_sym_BANG_EQ] = ACTIONS(3214), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3218), - [anon_sym_EQ_EQ] = ACTIONS(3214), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3218), - [anon_sym_LT_EQ] = ACTIONS(3218), - [anon_sym_GT_EQ] = ACTIONS(3218), - [anon_sym_BANGin] = ACTIONS(3218), - [anon_sym_is] = ACTIONS(3214), - [anon_sym_BANGis] = ACTIONS(3218), - [anon_sym_PLUS] = ACTIONS(3214), - [anon_sym_DASH] = ACTIONS(3214), - [anon_sym_SLASH] = ACTIONS(3214), - [anon_sym_PERCENT] = ACTIONS(3218), - [anon_sym_as_QMARK] = ACTIONS(3218), - [anon_sym_PLUS_PLUS] = ACTIONS(3218), - [anon_sym_DASH_DASH] = ACTIONS(3218), - [anon_sym_BANG] = ACTIONS(3214), - [anon_sym_BANG_BANG] = ACTIONS(3218), - [anon_sym_data] = ACTIONS(3214), - [anon_sym_inner] = ACTIONS(3214), - [anon_sym_expect] = ACTIONS(3214), - [anon_sym_actual] = ACTIONS(3214), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3218), - [anon_sym_continue_AT] = ACTIONS(3218), - [anon_sym_break_AT] = ACTIONS(3218), - [sym_real_literal] = ACTIONS(3218), - [sym_integer_literal] = ACTIONS(3214), - [sym_hex_literal] = ACTIONS(3218), - [sym_bin_literal] = ACTIONS(3218), - [anon_sym_true] = ACTIONS(3214), - [anon_sym_false] = ACTIONS(3214), - [anon_sym_SQUOTE] = ACTIONS(3218), - [sym__backtick_identifier] = ACTIONS(3218), - [sym__automatic_semicolon] = ACTIONS(3218), - [sym_safe_nav] = ACTIONS(3218), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3218), + [3676] = { + [sym__alpha_identifier] = ACTIONS(4464), + [anon_sym_AT] = ACTIONS(4466), + [anon_sym_LBRACK] = ACTIONS(4466), + [anon_sym_EQ] = ACTIONS(4466), + [anon_sym_LBRACE] = ACTIONS(4466), + [anon_sym_RBRACE] = ACTIONS(4466), + [anon_sym_LPAREN] = ACTIONS(4466), + [anon_sym_COMMA] = ACTIONS(4466), + [anon_sym_by] = ACTIONS(4464), + [anon_sym_object] = ACTIONS(4464), + [anon_sym_fun] = ACTIONS(4464), + [anon_sym_SEMI] = ACTIONS(4466), + [anon_sym_get] = ACTIONS(4464), + [anon_sym_set] = ACTIONS(4464), + [anon_sym_this] = ACTIONS(4464), + [anon_sym_super] = ACTIONS(4464), + [anon_sym_STAR] = ACTIONS(4466), + [sym_label] = ACTIONS(4464), + [anon_sym_in] = ACTIONS(4464), + [anon_sym_null] = ACTIONS(4464), + [anon_sym_if] = ACTIONS(4464), + [anon_sym_else] = ACTIONS(4464), + [anon_sym_when] = ACTIONS(4464), + [anon_sym_try] = ACTIONS(4464), + [anon_sym_throw] = ACTIONS(4464), + [anon_sym_return] = ACTIONS(4464), + [anon_sym_continue] = ACTIONS(4464), + [anon_sym_break] = ACTIONS(4464), + [anon_sym_COLON_COLON] = ACTIONS(4466), + [anon_sym_BANGin] = ACTIONS(4466), + [anon_sym_is] = ACTIONS(4464), + [anon_sym_BANGis] = ACTIONS(4466), + [anon_sym_PLUS] = ACTIONS(4464), + [anon_sym_DASH] = ACTIONS(4464), + [anon_sym_PLUS_PLUS] = ACTIONS(4466), + [anon_sym_DASH_DASH] = ACTIONS(4466), + [anon_sym_BANG] = ACTIONS(4464), + [anon_sym_suspend] = ACTIONS(4464), + [anon_sym_sealed] = ACTIONS(4464), + [anon_sym_annotation] = ACTIONS(4464), + [anon_sym_data] = ACTIONS(4464), + [anon_sym_inner] = ACTIONS(4464), + [anon_sym_override] = ACTIONS(4464), + [anon_sym_lateinit] = ACTIONS(4464), + [anon_sym_public] = ACTIONS(4464), + [anon_sym_private] = ACTIONS(4464), + [anon_sym_internal] = ACTIONS(4464), + [anon_sym_protected] = ACTIONS(4464), + [anon_sym_tailrec] = ACTIONS(4464), + [anon_sym_operator] = ACTIONS(4464), + [anon_sym_infix] = ACTIONS(4464), + [anon_sym_inline] = ACTIONS(4464), + [anon_sym_external] = ACTIONS(4464), + [sym_property_modifier] = ACTIONS(4464), + [anon_sym_abstract] = ACTIONS(4464), + [anon_sym_final] = ACTIONS(4464), + [anon_sym_open] = ACTIONS(4464), + [anon_sym_vararg] = ACTIONS(4464), + [anon_sym_noinline] = ACTIONS(4464), + [anon_sym_crossinline] = ACTIONS(4464), + [anon_sym_expect] = ACTIONS(4464), + [anon_sym_actual] = ACTIONS(4464), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4466), + [anon_sym_continue_AT] = ACTIONS(4466), + [anon_sym_break_AT] = ACTIONS(4466), + [sym_real_literal] = ACTIONS(4466), + [sym_integer_literal] = ACTIONS(4464), + [sym_hex_literal] = ACTIONS(4466), + [sym_bin_literal] = ACTIONS(4466), + [anon_sym_true] = ACTIONS(4464), + [anon_sym_false] = ACTIONS(4464), + [anon_sym_SQUOTE] = ACTIONS(4466), + [sym__backtick_identifier] = ACTIONS(4466), + [sym__automatic_semicolon] = ACTIONS(4466), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4466), }, - [3712] = { - [sym__alpha_identifier] = ACTIONS(3854), - [anon_sym_AT] = ACTIONS(3856), - [anon_sym_LBRACK] = ACTIONS(3856), - [anon_sym_as] = ACTIONS(3854), - [anon_sym_EQ] = ACTIONS(3854), - [anon_sym_LBRACE] = ACTIONS(3856), - [anon_sym_RBRACE] = ACTIONS(3856), - [anon_sym_LPAREN] = ACTIONS(3856), - [anon_sym_COMMA] = ACTIONS(3856), - [anon_sym_LT] = ACTIONS(3854), - [anon_sym_GT] = ACTIONS(3854), - [anon_sym_where] = ACTIONS(3854), - [anon_sym_DOT] = ACTIONS(3854), - [anon_sym_SEMI] = ACTIONS(3856), - [anon_sym_get] = ACTIONS(3854), - [anon_sym_set] = ACTIONS(3854), - [anon_sym_STAR] = ACTIONS(3854), - [sym_label] = ACTIONS(3856), - [anon_sym_in] = ACTIONS(3854), - [anon_sym_DOT_DOT] = ACTIONS(3856), - [anon_sym_QMARK_COLON] = ACTIONS(3856), - [anon_sym_AMP_AMP] = ACTIONS(3856), - [anon_sym_PIPE_PIPE] = ACTIONS(3856), - [anon_sym_else] = ACTIONS(3854), - [anon_sym_COLON_COLON] = ACTIONS(3856), - [anon_sym_PLUS_EQ] = ACTIONS(3856), - [anon_sym_DASH_EQ] = ACTIONS(3856), - [anon_sym_STAR_EQ] = ACTIONS(3856), - [anon_sym_SLASH_EQ] = ACTIONS(3856), - [anon_sym_PERCENT_EQ] = ACTIONS(3856), - [anon_sym_BANG_EQ] = ACTIONS(3854), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3856), - [anon_sym_EQ_EQ] = ACTIONS(3854), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3856), - [anon_sym_LT_EQ] = ACTIONS(3856), - [anon_sym_GT_EQ] = ACTIONS(3856), - [anon_sym_BANGin] = ACTIONS(3856), - [anon_sym_is] = ACTIONS(3854), - [anon_sym_BANGis] = ACTIONS(3856), - [anon_sym_PLUS] = ACTIONS(3854), - [anon_sym_DASH] = ACTIONS(3854), - [anon_sym_SLASH] = ACTIONS(3854), - [anon_sym_PERCENT] = ACTIONS(3854), - [anon_sym_as_QMARK] = ACTIONS(3856), - [anon_sym_PLUS_PLUS] = ACTIONS(3856), - [anon_sym_DASH_DASH] = ACTIONS(3856), - [anon_sym_BANG_BANG] = ACTIONS(3856), - [anon_sym_suspend] = ACTIONS(3854), - [anon_sym_sealed] = ACTIONS(3854), - [anon_sym_annotation] = ACTIONS(3854), - [anon_sym_data] = ACTIONS(3854), - [anon_sym_inner] = ACTIONS(3854), - [anon_sym_override] = ACTIONS(3854), - [anon_sym_lateinit] = ACTIONS(3854), - [anon_sym_public] = ACTIONS(3854), - [anon_sym_private] = ACTIONS(3854), - [anon_sym_internal] = ACTIONS(3854), - [anon_sym_protected] = ACTIONS(3854), - [anon_sym_tailrec] = ACTIONS(3854), - [anon_sym_operator] = ACTIONS(3854), - [anon_sym_infix] = ACTIONS(3854), - [anon_sym_inline] = ACTIONS(3854), - [anon_sym_external] = ACTIONS(3854), - [sym_property_modifier] = ACTIONS(3854), - [anon_sym_abstract] = ACTIONS(3854), - [anon_sym_final] = ACTIONS(3854), - [anon_sym_open] = ACTIONS(3854), - [anon_sym_vararg] = ACTIONS(3854), - [anon_sym_noinline] = ACTIONS(3854), - [anon_sym_crossinline] = ACTIONS(3854), - [anon_sym_expect] = ACTIONS(3854), - [anon_sym_actual] = ACTIONS(3854), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3856), - [sym__automatic_semicolon] = ACTIONS(3856), - [sym_safe_nav] = ACTIONS(3856), + [3677] = { + [sym__alpha_identifier] = ACTIONS(4342), + [anon_sym_AT] = ACTIONS(4344), + [anon_sym_LBRACK] = ACTIONS(4344), + [anon_sym_as] = ACTIONS(4342), + [anon_sym_EQ] = ACTIONS(4342), + [anon_sym_LBRACE] = ACTIONS(4344), + [anon_sym_RBRACE] = ACTIONS(4344), + [anon_sym_LPAREN] = ACTIONS(4344), + [anon_sym_COMMA] = ACTIONS(4344), + [anon_sym_LT] = ACTIONS(4342), + [anon_sym_GT] = ACTIONS(4342), + [anon_sym_where] = ACTIONS(4342), + [anon_sym_DOT] = ACTIONS(4342), + [anon_sym_SEMI] = ACTIONS(4344), + [anon_sym_get] = ACTIONS(4342), + [anon_sym_set] = ACTIONS(4342), + [anon_sym_STAR] = ACTIONS(4342), + [sym_label] = ACTIONS(4344), + [anon_sym_in] = ACTIONS(4342), + [anon_sym_DOT_DOT] = ACTIONS(4344), + [anon_sym_QMARK_COLON] = ACTIONS(4344), + [anon_sym_AMP_AMP] = ACTIONS(4344), + [anon_sym_PIPE_PIPE] = ACTIONS(4344), + [anon_sym_else] = ACTIONS(4342), + [anon_sym_COLON_COLON] = ACTIONS(4344), + [anon_sym_PLUS_EQ] = ACTIONS(4344), + [anon_sym_DASH_EQ] = ACTIONS(4344), + [anon_sym_STAR_EQ] = ACTIONS(4344), + [anon_sym_SLASH_EQ] = ACTIONS(4344), + [anon_sym_PERCENT_EQ] = ACTIONS(4344), + [anon_sym_BANG_EQ] = ACTIONS(4342), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4344), + [anon_sym_EQ_EQ] = ACTIONS(4342), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4344), + [anon_sym_LT_EQ] = ACTIONS(4344), + [anon_sym_GT_EQ] = ACTIONS(4344), + [anon_sym_BANGin] = ACTIONS(4344), + [anon_sym_is] = ACTIONS(4342), + [anon_sym_BANGis] = ACTIONS(4344), + [anon_sym_PLUS] = ACTIONS(4342), + [anon_sym_DASH] = ACTIONS(4342), + [anon_sym_SLASH] = ACTIONS(4342), + [anon_sym_PERCENT] = ACTIONS(4342), + [anon_sym_as_QMARK] = ACTIONS(4344), + [anon_sym_PLUS_PLUS] = ACTIONS(4344), + [anon_sym_DASH_DASH] = ACTIONS(4344), + [anon_sym_BANG_BANG] = ACTIONS(4344), + [anon_sym_suspend] = ACTIONS(4342), + [anon_sym_sealed] = ACTIONS(4342), + [anon_sym_annotation] = ACTIONS(4342), + [anon_sym_data] = ACTIONS(4342), + [anon_sym_inner] = ACTIONS(4342), + [anon_sym_override] = ACTIONS(4342), + [anon_sym_lateinit] = ACTIONS(4342), + [anon_sym_public] = ACTIONS(4342), + [anon_sym_private] = ACTIONS(4342), + [anon_sym_internal] = ACTIONS(4342), + [anon_sym_protected] = ACTIONS(4342), + [anon_sym_tailrec] = ACTIONS(4342), + [anon_sym_operator] = ACTIONS(4342), + [anon_sym_infix] = ACTIONS(4342), + [anon_sym_inline] = ACTIONS(4342), + [anon_sym_external] = ACTIONS(4342), + [sym_property_modifier] = ACTIONS(4342), + [anon_sym_abstract] = ACTIONS(4342), + [anon_sym_final] = ACTIONS(4342), + [anon_sym_open] = ACTIONS(4342), + [anon_sym_vararg] = ACTIONS(4342), + [anon_sym_noinline] = ACTIONS(4342), + [anon_sym_crossinline] = ACTIONS(4342), + [anon_sym_expect] = ACTIONS(4342), + [anon_sym_actual] = ACTIONS(4342), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4344), + [sym__automatic_semicolon] = ACTIONS(4344), + [sym_safe_nav] = ACTIONS(4344), [sym_multiline_comment] = ACTIONS(3), }, - [3713] = { - [sym_class_body] = STATE(3393), - [sym_type_constraints] = STATE(3024), - [sym__alpha_identifier] = ACTIONS(4284), - [anon_sym_AT] = ACTIONS(4286), - [anon_sym_COLON] = ACTIONS(6866), - [anon_sym_LBRACK] = ACTIONS(4286), - [anon_sym_as] = ACTIONS(4284), - [anon_sym_LBRACE] = ACTIONS(3112), - [anon_sym_RBRACE] = ACTIONS(4286), - [anon_sym_LPAREN] = ACTIONS(4286), - [anon_sym_COMMA] = ACTIONS(4286), - [anon_sym_LT] = ACTIONS(4284), - [anon_sym_GT] = ACTIONS(4284), - [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(4284), - [anon_sym_fun] = ACTIONS(4284), - [anon_sym_DOT] = ACTIONS(4284), - [anon_sym_SEMI] = ACTIONS(4286), - [anon_sym_get] = ACTIONS(4284), - [anon_sym_set] = ACTIONS(4284), - [anon_sym_this] = ACTIONS(4284), - [anon_sym_super] = ACTIONS(4284), - [anon_sym_STAR] = ACTIONS(4286), - [sym_label] = ACTIONS(4284), - [anon_sym_in] = ACTIONS(4284), - [anon_sym_DOT_DOT] = ACTIONS(4286), - [anon_sym_QMARK_COLON] = ACTIONS(4286), - [anon_sym_AMP_AMP] = ACTIONS(4286), - [anon_sym_PIPE_PIPE] = ACTIONS(4286), - [anon_sym_null] = ACTIONS(4284), - [anon_sym_if] = ACTIONS(4284), - [anon_sym_else] = ACTIONS(4284), - [anon_sym_when] = ACTIONS(4284), - [anon_sym_try] = ACTIONS(4284), - [anon_sym_throw] = ACTIONS(4284), - [anon_sym_return] = ACTIONS(4284), - [anon_sym_continue] = ACTIONS(4284), - [anon_sym_break] = ACTIONS(4284), - [anon_sym_COLON_COLON] = ACTIONS(4286), - [anon_sym_BANG_EQ] = ACTIONS(4284), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4286), - [anon_sym_EQ_EQ] = ACTIONS(4284), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4286), - [anon_sym_LT_EQ] = ACTIONS(4286), - [anon_sym_GT_EQ] = ACTIONS(4286), - [anon_sym_BANGin] = ACTIONS(4286), - [anon_sym_is] = ACTIONS(4284), - [anon_sym_BANGis] = ACTIONS(4286), - [anon_sym_PLUS] = ACTIONS(4284), - [anon_sym_DASH] = ACTIONS(4284), - [anon_sym_SLASH] = ACTIONS(4284), - [anon_sym_PERCENT] = ACTIONS(4286), - [anon_sym_as_QMARK] = ACTIONS(4286), - [anon_sym_PLUS_PLUS] = ACTIONS(4286), - [anon_sym_DASH_DASH] = ACTIONS(4286), - [anon_sym_BANG] = ACTIONS(4284), - [anon_sym_BANG_BANG] = ACTIONS(4286), - [anon_sym_data] = ACTIONS(4284), - [anon_sym_inner] = ACTIONS(4284), - [anon_sym_expect] = ACTIONS(4284), - [anon_sym_actual] = ACTIONS(4284), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4286), - [anon_sym_continue_AT] = ACTIONS(4286), - [anon_sym_break_AT] = ACTIONS(4286), - [sym_real_literal] = ACTIONS(4286), - [sym_integer_literal] = ACTIONS(4284), - [sym_hex_literal] = ACTIONS(4286), - [sym_bin_literal] = ACTIONS(4286), - [anon_sym_true] = ACTIONS(4284), - [anon_sym_false] = ACTIONS(4284), - [anon_sym_SQUOTE] = ACTIONS(4286), - [sym__backtick_identifier] = ACTIONS(4286), - [sym__automatic_semicolon] = ACTIONS(4286), - [sym_safe_nav] = ACTIONS(4286), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4286), - }, - [3714] = { - [sym_type_constraints] = STATE(3031), - [sym_enum_class_body] = STATE(3366), - [sym__alpha_identifier] = ACTIONS(3190), - [anon_sym_AT] = ACTIONS(3194), - [anon_sym_COLON] = ACTIONS(3436), - [anon_sym_LBRACK] = ACTIONS(3194), - [anon_sym_as] = ACTIONS(3190), - [anon_sym_LBRACE] = ACTIONS(3152), - [anon_sym_RBRACE] = ACTIONS(3194), - [anon_sym_LPAREN] = ACTIONS(3194), - [anon_sym_COMMA] = ACTIONS(3194), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3190), - [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(3190), - [anon_sym_fun] = ACTIONS(3190), - [anon_sym_DOT] = ACTIONS(3190), - [anon_sym_SEMI] = ACTIONS(3194), - [anon_sym_get] = ACTIONS(3190), - [anon_sym_set] = ACTIONS(3190), - [anon_sym_this] = ACTIONS(3190), - [anon_sym_super] = ACTIONS(3190), - [anon_sym_STAR] = ACTIONS(3194), - [sym_label] = ACTIONS(3190), - [anon_sym_in] = ACTIONS(3190), - [anon_sym_DOT_DOT] = ACTIONS(3194), - [anon_sym_QMARK_COLON] = ACTIONS(3194), - [anon_sym_AMP_AMP] = ACTIONS(3194), - [anon_sym_PIPE_PIPE] = ACTIONS(3194), - [anon_sym_null] = ACTIONS(3190), - [anon_sym_if] = ACTIONS(3190), - [anon_sym_else] = ACTIONS(3190), - [anon_sym_when] = ACTIONS(3190), - [anon_sym_try] = ACTIONS(3190), - [anon_sym_throw] = ACTIONS(3190), - [anon_sym_return] = ACTIONS(3190), - [anon_sym_continue] = ACTIONS(3190), - [anon_sym_break] = ACTIONS(3190), - [anon_sym_COLON_COLON] = ACTIONS(3194), - [anon_sym_BANG_EQ] = ACTIONS(3190), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3194), - [anon_sym_EQ_EQ] = ACTIONS(3190), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3194), - [anon_sym_LT_EQ] = ACTIONS(3194), - [anon_sym_GT_EQ] = ACTIONS(3194), - [anon_sym_BANGin] = ACTIONS(3194), - [anon_sym_is] = ACTIONS(3190), - [anon_sym_BANGis] = ACTIONS(3194), - [anon_sym_PLUS] = ACTIONS(3190), - [anon_sym_DASH] = ACTIONS(3190), - [anon_sym_SLASH] = ACTIONS(3190), - [anon_sym_PERCENT] = ACTIONS(3194), - [anon_sym_as_QMARK] = ACTIONS(3194), - [anon_sym_PLUS_PLUS] = ACTIONS(3194), - [anon_sym_DASH_DASH] = ACTIONS(3194), - [anon_sym_BANG] = ACTIONS(3190), - [anon_sym_BANG_BANG] = ACTIONS(3194), - [anon_sym_data] = ACTIONS(3190), - [anon_sym_inner] = ACTIONS(3190), - [anon_sym_expect] = ACTIONS(3190), - [anon_sym_actual] = ACTIONS(3190), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3194), - [anon_sym_continue_AT] = ACTIONS(3194), - [anon_sym_break_AT] = ACTIONS(3194), - [sym_real_literal] = ACTIONS(3194), - [sym_integer_literal] = ACTIONS(3190), - [sym_hex_literal] = ACTIONS(3194), - [sym_bin_literal] = ACTIONS(3194), - [anon_sym_true] = ACTIONS(3190), - [anon_sym_false] = ACTIONS(3190), - [anon_sym_SQUOTE] = ACTIONS(3194), - [sym__backtick_identifier] = ACTIONS(3194), - [sym__automatic_semicolon] = ACTIONS(3194), - [sym_safe_nav] = ACTIONS(3194), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3194), - }, - [3715] = { - [sym_class_body] = STATE(3366), - [sym_type_constraints] = STATE(3055), - [sym__alpha_identifier] = ACTIONS(3190), - [anon_sym_AT] = ACTIONS(3194), - [anon_sym_COLON] = ACTIONS(3370), - [anon_sym_LBRACK] = ACTIONS(3194), - [anon_sym_as] = ACTIONS(3190), - [anon_sym_LBRACE] = ACTIONS(3112), - [anon_sym_RBRACE] = ACTIONS(3194), - [anon_sym_LPAREN] = ACTIONS(3194), - [anon_sym_COMMA] = ACTIONS(3194), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3190), - [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(3190), - [anon_sym_fun] = ACTIONS(3190), - [anon_sym_DOT] = ACTIONS(3190), - [anon_sym_SEMI] = ACTIONS(3194), - [anon_sym_get] = ACTIONS(3190), - [anon_sym_set] = ACTIONS(3190), - [anon_sym_this] = ACTIONS(3190), - [anon_sym_super] = ACTIONS(3190), - [anon_sym_STAR] = ACTIONS(3194), - [sym_label] = ACTIONS(3190), - [anon_sym_in] = ACTIONS(3190), - [anon_sym_DOT_DOT] = ACTIONS(3194), - [anon_sym_QMARK_COLON] = ACTIONS(3194), - [anon_sym_AMP_AMP] = ACTIONS(3194), - [anon_sym_PIPE_PIPE] = ACTIONS(3194), - [anon_sym_null] = ACTIONS(3190), - [anon_sym_if] = ACTIONS(3190), - [anon_sym_else] = ACTIONS(3190), - [anon_sym_when] = ACTIONS(3190), - [anon_sym_try] = ACTIONS(3190), - [anon_sym_throw] = ACTIONS(3190), - [anon_sym_return] = ACTIONS(3190), - [anon_sym_continue] = ACTIONS(3190), - [anon_sym_break] = ACTIONS(3190), - [anon_sym_COLON_COLON] = ACTIONS(3194), - [anon_sym_BANG_EQ] = ACTIONS(3190), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3194), - [anon_sym_EQ_EQ] = ACTIONS(3190), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3194), - [anon_sym_LT_EQ] = ACTIONS(3194), - [anon_sym_GT_EQ] = ACTIONS(3194), - [anon_sym_BANGin] = ACTIONS(3194), - [anon_sym_is] = ACTIONS(3190), - [anon_sym_BANGis] = ACTIONS(3194), - [anon_sym_PLUS] = ACTIONS(3190), - [anon_sym_DASH] = ACTIONS(3190), - [anon_sym_SLASH] = ACTIONS(3190), - [anon_sym_PERCENT] = ACTIONS(3194), - [anon_sym_as_QMARK] = ACTIONS(3194), - [anon_sym_PLUS_PLUS] = ACTIONS(3194), - [anon_sym_DASH_DASH] = ACTIONS(3194), - [anon_sym_BANG] = ACTIONS(3190), - [anon_sym_BANG_BANG] = ACTIONS(3194), - [anon_sym_data] = ACTIONS(3190), - [anon_sym_inner] = ACTIONS(3190), - [anon_sym_expect] = ACTIONS(3190), - [anon_sym_actual] = ACTIONS(3190), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3194), - [anon_sym_continue_AT] = ACTIONS(3194), - [anon_sym_break_AT] = ACTIONS(3194), - [sym_real_literal] = ACTIONS(3194), - [sym_integer_literal] = ACTIONS(3190), - [sym_hex_literal] = ACTIONS(3194), - [sym_bin_literal] = ACTIONS(3194), - [anon_sym_true] = ACTIONS(3190), - [anon_sym_false] = ACTIONS(3190), - [anon_sym_SQUOTE] = ACTIONS(3194), - [sym__backtick_identifier] = ACTIONS(3194), - [sym__automatic_semicolon] = ACTIONS(3194), - [sym_safe_nav] = ACTIONS(3194), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3194), - }, - [3716] = { - [sym_type_constraints] = STATE(3069), - [sym_enum_class_body] = STATE(3237), - [sym__alpha_identifier] = ACTIONS(4197), - [anon_sym_AT] = ACTIONS(4199), - [anon_sym_COLON] = ACTIONS(6868), - [anon_sym_LBRACK] = ACTIONS(4199), - [anon_sym_as] = ACTIONS(4197), - [anon_sym_LBRACE] = ACTIONS(3152), - [anon_sym_RBRACE] = ACTIONS(4199), - [anon_sym_LPAREN] = ACTIONS(4199), - [anon_sym_COMMA] = ACTIONS(4199), - [anon_sym_LT] = ACTIONS(4197), - [anon_sym_GT] = ACTIONS(4197), - [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(4197), - [anon_sym_fun] = ACTIONS(4197), - [anon_sym_DOT] = ACTIONS(4197), - [anon_sym_SEMI] = ACTIONS(4199), - [anon_sym_get] = ACTIONS(4197), - [anon_sym_set] = ACTIONS(4197), - [anon_sym_this] = ACTIONS(4197), - [anon_sym_super] = ACTIONS(4197), - [anon_sym_STAR] = ACTIONS(4199), - [sym_label] = ACTIONS(4197), - [anon_sym_in] = ACTIONS(4197), - [anon_sym_DOT_DOT] = ACTIONS(4199), - [anon_sym_QMARK_COLON] = ACTIONS(4199), - [anon_sym_AMP_AMP] = ACTIONS(4199), - [anon_sym_PIPE_PIPE] = ACTIONS(4199), - [anon_sym_null] = ACTIONS(4197), - [anon_sym_if] = ACTIONS(4197), - [anon_sym_else] = ACTIONS(4197), - [anon_sym_when] = ACTIONS(4197), - [anon_sym_try] = ACTIONS(4197), - [anon_sym_throw] = ACTIONS(4197), - [anon_sym_return] = ACTIONS(4197), - [anon_sym_continue] = ACTIONS(4197), - [anon_sym_break] = ACTIONS(4197), - [anon_sym_COLON_COLON] = ACTIONS(4199), - [anon_sym_BANG_EQ] = ACTIONS(4197), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4199), - [anon_sym_EQ_EQ] = ACTIONS(4197), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4199), - [anon_sym_LT_EQ] = ACTIONS(4199), - [anon_sym_GT_EQ] = ACTIONS(4199), - [anon_sym_BANGin] = ACTIONS(4199), - [anon_sym_is] = ACTIONS(4197), - [anon_sym_BANGis] = ACTIONS(4199), - [anon_sym_PLUS] = ACTIONS(4197), - [anon_sym_DASH] = ACTIONS(4197), - [anon_sym_SLASH] = ACTIONS(4197), - [anon_sym_PERCENT] = ACTIONS(4199), - [anon_sym_as_QMARK] = ACTIONS(4199), - [anon_sym_PLUS_PLUS] = ACTIONS(4199), - [anon_sym_DASH_DASH] = ACTIONS(4199), - [anon_sym_BANG] = ACTIONS(4197), - [anon_sym_BANG_BANG] = ACTIONS(4199), - [anon_sym_data] = ACTIONS(4197), - [anon_sym_inner] = ACTIONS(4197), - [anon_sym_expect] = ACTIONS(4197), - [anon_sym_actual] = ACTIONS(4197), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4199), - [anon_sym_continue_AT] = ACTIONS(4199), - [anon_sym_break_AT] = ACTIONS(4199), - [sym_real_literal] = ACTIONS(4199), - [sym_integer_literal] = ACTIONS(4197), - [sym_hex_literal] = ACTIONS(4199), - [sym_bin_literal] = ACTIONS(4199), - [anon_sym_true] = ACTIONS(4197), - [anon_sym_false] = ACTIONS(4197), - [anon_sym_SQUOTE] = ACTIONS(4199), - [sym__backtick_identifier] = ACTIONS(4199), - [sym__automatic_semicolon] = ACTIONS(4199), - [sym_safe_nav] = ACTIONS(4199), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4199), - }, - [3717] = { - [sym_class_body] = STATE(3237), - [sym_type_constraints] = STATE(3087), - [sym__alpha_identifier] = ACTIONS(4197), - [anon_sym_AT] = ACTIONS(4199), - [anon_sym_COLON] = ACTIONS(6870), - [anon_sym_LBRACK] = ACTIONS(4199), - [anon_sym_as] = ACTIONS(4197), - [anon_sym_LBRACE] = ACTIONS(3112), - [anon_sym_RBRACE] = ACTIONS(4199), - [anon_sym_LPAREN] = ACTIONS(4199), - [anon_sym_COMMA] = ACTIONS(4199), - [anon_sym_LT] = ACTIONS(4197), - [anon_sym_GT] = ACTIONS(4197), - [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(4197), - [anon_sym_fun] = ACTIONS(4197), - [anon_sym_DOT] = ACTIONS(4197), - [anon_sym_SEMI] = ACTIONS(4199), - [anon_sym_get] = ACTIONS(4197), - [anon_sym_set] = ACTIONS(4197), - [anon_sym_this] = ACTIONS(4197), - [anon_sym_super] = ACTIONS(4197), - [anon_sym_STAR] = ACTIONS(4199), - [sym_label] = ACTIONS(4197), - [anon_sym_in] = ACTIONS(4197), - [anon_sym_DOT_DOT] = ACTIONS(4199), - [anon_sym_QMARK_COLON] = ACTIONS(4199), - [anon_sym_AMP_AMP] = ACTIONS(4199), - [anon_sym_PIPE_PIPE] = ACTIONS(4199), - [anon_sym_null] = ACTIONS(4197), - [anon_sym_if] = ACTIONS(4197), - [anon_sym_else] = ACTIONS(4197), - [anon_sym_when] = ACTIONS(4197), - [anon_sym_try] = ACTIONS(4197), - [anon_sym_throw] = ACTIONS(4197), - [anon_sym_return] = ACTIONS(4197), - [anon_sym_continue] = ACTIONS(4197), - [anon_sym_break] = ACTIONS(4197), - [anon_sym_COLON_COLON] = ACTIONS(4199), - [anon_sym_BANG_EQ] = ACTIONS(4197), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4199), - [anon_sym_EQ_EQ] = ACTIONS(4197), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4199), - [anon_sym_LT_EQ] = ACTIONS(4199), - [anon_sym_GT_EQ] = ACTIONS(4199), - [anon_sym_BANGin] = ACTIONS(4199), - [anon_sym_is] = ACTIONS(4197), - [anon_sym_BANGis] = ACTIONS(4199), - [anon_sym_PLUS] = ACTIONS(4197), - [anon_sym_DASH] = ACTIONS(4197), - [anon_sym_SLASH] = ACTIONS(4197), - [anon_sym_PERCENT] = ACTIONS(4199), - [anon_sym_as_QMARK] = ACTIONS(4199), - [anon_sym_PLUS_PLUS] = ACTIONS(4199), - [anon_sym_DASH_DASH] = ACTIONS(4199), - [anon_sym_BANG] = ACTIONS(4197), - [anon_sym_BANG_BANG] = ACTIONS(4199), - [anon_sym_data] = ACTIONS(4197), - [anon_sym_inner] = ACTIONS(4197), - [anon_sym_expect] = ACTIONS(4197), - [anon_sym_actual] = ACTIONS(4197), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4199), - [anon_sym_continue_AT] = ACTIONS(4199), - [anon_sym_break_AT] = ACTIONS(4199), - [sym_real_literal] = ACTIONS(4199), - [sym_integer_literal] = ACTIONS(4197), - [sym_hex_literal] = ACTIONS(4199), - [sym_bin_literal] = ACTIONS(4199), - [anon_sym_true] = ACTIONS(4197), - [anon_sym_false] = ACTIONS(4197), - [anon_sym_SQUOTE] = ACTIONS(4199), - [sym__backtick_identifier] = ACTIONS(4199), - [sym__automatic_semicolon] = ACTIONS(4199), - [sym_safe_nav] = ACTIONS(4199), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4199), - }, - [3718] = { - [sym_type_constraints] = STATE(3090), - [sym_enum_class_body] = STATE(3190), - [sym__alpha_identifier] = ACTIONS(3204), - [anon_sym_AT] = ACTIONS(3208), - [anon_sym_COLON] = ACTIONS(3444), - [anon_sym_LBRACK] = ACTIONS(3208), - [anon_sym_as] = ACTIONS(3204), - [anon_sym_LBRACE] = ACTIONS(3152), - [anon_sym_RBRACE] = ACTIONS(3208), - [anon_sym_LPAREN] = ACTIONS(3208), - [anon_sym_COMMA] = ACTIONS(3208), - [anon_sym_LT] = ACTIONS(3204), - [anon_sym_GT] = ACTIONS(3204), - [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(3204), - [anon_sym_fun] = ACTIONS(3204), - [anon_sym_DOT] = ACTIONS(3204), - [anon_sym_SEMI] = ACTIONS(3208), - [anon_sym_get] = ACTIONS(3204), - [anon_sym_set] = ACTIONS(3204), - [anon_sym_this] = ACTIONS(3204), - [anon_sym_super] = ACTIONS(3204), - [anon_sym_STAR] = ACTIONS(3208), - [sym_label] = ACTIONS(3204), - [anon_sym_in] = ACTIONS(3204), - [anon_sym_DOT_DOT] = ACTIONS(3208), - [anon_sym_QMARK_COLON] = ACTIONS(3208), - [anon_sym_AMP_AMP] = ACTIONS(3208), - [anon_sym_PIPE_PIPE] = ACTIONS(3208), - [anon_sym_null] = ACTIONS(3204), - [anon_sym_if] = ACTIONS(3204), - [anon_sym_else] = ACTIONS(3204), - [anon_sym_when] = ACTIONS(3204), - [anon_sym_try] = ACTIONS(3204), - [anon_sym_throw] = ACTIONS(3204), - [anon_sym_return] = ACTIONS(3204), - [anon_sym_continue] = ACTIONS(3204), - [anon_sym_break] = ACTIONS(3204), - [anon_sym_COLON_COLON] = ACTIONS(3208), - [anon_sym_BANG_EQ] = ACTIONS(3204), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3208), - [anon_sym_EQ_EQ] = ACTIONS(3204), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3208), - [anon_sym_LT_EQ] = ACTIONS(3208), - [anon_sym_GT_EQ] = ACTIONS(3208), - [anon_sym_BANGin] = ACTIONS(3208), - [anon_sym_is] = ACTIONS(3204), - [anon_sym_BANGis] = ACTIONS(3208), - [anon_sym_PLUS] = ACTIONS(3204), - [anon_sym_DASH] = ACTIONS(3204), - [anon_sym_SLASH] = ACTIONS(3204), - [anon_sym_PERCENT] = ACTIONS(3208), - [anon_sym_as_QMARK] = ACTIONS(3208), - [anon_sym_PLUS_PLUS] = ACTIONS(3208), - [anon_sym_DASH_DASH] = ACTIONS(3208), - [anon_sym_BANG] = ACTIONS(3204), - [anon_sym_BANG_BANG] = ACTIONS(3208), - [anon_sym_data] = ACTIONS(3204), - [anon_sym_inner] = ACTIONS(3204), - [anon_sym_expect] = ACTIONS(3204), - [anon_sym_actual] = ACTIONS(3204), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3208), - [anon_sym_continue_AT] = ACTIONS(3208), - [anon_sym_break_AT] = ACTIONS(3208), - [sym_real_literal] = ACTIONS(3208), - [sym_integer_literal] = ACTIONS(3204), - [sym_hex_literal] = ACTIONS(3208), - [sym_bin_literal] = ACTIONS(3208), - [anon_sym_true] = ACTIONS(3204), - [anon_sym_false] = ACTIONS(3204), - [anon_sym_SQUOTE] = ACTIONS(3208), - [sym__backtick_identifier] = ACTIONS(3208), - [sym__automatic_semicolon] = ACTIONS(3208), - [sym_safe_nav] = ACTIONS(3208), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3208), - }, - [3719] = { - [sym__alpha_identifier] = ACTIONS(4809), - [anon_sym_AT] = ACTIONS(4811), - [anon_sym_LBRACK] = ACTIONS(4811), - [anon_sym_as] = ACTIONS(4809), - [anon_sym_EQ] = ACTIONS(4809), - [anon_sym_LBRACE] = ACTIONS(4811), - [anon_sym_RBRACE] = ACTIONS(4811), - [anon_sym_LPAREN] = ACTIONS(4811), - [anon_sym_COMMA] = ACTIONS(4811), - [anon_sym_LT] = ACTIONS(4809), - [anon_sym_GT] = ACTIONS(4809), - [anon_sym_where] = ACTIONS(4809), - [anon_sym_DOT] = ACTIONS(4809), - [anon_sym_SEMI] = ACTIONS(4811), - [anon_sym_get] = ACTIONS(4809), - [anon_sym_set] = ACTIONS(4809), - [anon_sym_STAR] = ACTIONS(4809), - [sym_label] = ACTIONS(4811), - [anon_sym_in] = ACTIONS(4809), - [anon_sym_DOT_DOT] = ACTIONS(4811), - [anon_sym_QMARK_COLON] = ACTIONS(4811), - [anon_sym_AMP_AMP] = ACTIONS(4811), - [anon_sym_PIPE_PIPE] = ACTIONS(4811), - [anon_sym_else] = ACTIONS(4809), - [anon_sym_COLON_COLON] = ACTIONS(4811), - [anon_sym_PLUS_EQ] = ACTIONS(4811), - [anon_sym_DASH_EQ] = ACTIONS(4811), - [anon_sym_STAR_EQ] = ACTIONS(4811), - [anon_sym_SLASH_EQ] = ACTIONS(4811), - [anon_sym_PERCENT_EQ] = ACTIONS(4811), - [anon_sym_BANG_EQ] = ACTIONS(4809), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4811), - [anon_sym_EQ_EQ] = ACTIONS(4809), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4811), - [anon_sym_LT_EQ] = ACTIONS(4811), - [anon_sym_GT_EQ] = ACTIONS(4811), - [anon_sym_BANGin] = ACTIONS(4811), - [anon_sym_is] = ACTIONS(4809), - [anon_sym_BANGis] = ACTIONS(4811), - [anon_sym_PLUS] = ACTIONS(4809), - [anon_sym_DASH] = ACTIONS(4809), - [anon_sym_SLASH] = ACTIONS(4809), - [anon_sym_PERCENT] = ACTIONS(4809), - [anon_sym_as_QMARK] = ACTIONS(4811), - [anon_sym_PLUS_PLUS] = ACTIONS(4811), - [anon_sym_DASH_DASH] = ACTIONS(4811), - [anon_sym_BANG_BANG] = ACTIONS(4811), - [anon_sym_suspend] = ACTIONS(4809), - [anon_sym_sealed] = ACTIONS(4809), - [anon_sym_annotation] = ACTIONS(4809), - [anon_sym_data] = ACTIONS(4809), - [anon_sym_inner] = ACTIONS(4809), - [anon_sym_override] = ACTIONS(4809), - [anon_sym_lateinit] = ACTIONS(4809), - [anon_sym_public] = ACTIONS(4809), - [anon_sym_private] = ACTIONS(4809), - [anon_sym_internal] = ACTIONS(4809), - [anon_sym_protected] = ACTIONS(4809), - [anon_sym_tailrec] = ACTIONS(4809), - [anon_sym_operator] = ACTIONS(4809), - [anon_sym_infix] = ACTIONS(4809), - [anon_sym_inline] = ACTIONS(4809), - [anon_sym_external] = ACTIONS(4809), - [sym_property_modifier] = ACTIONS(4809), - [anon_sym_abstract] = ACTIONS(4809), - [anon_sym_final] = ACTIONS(4809), - [anon_sym_open] = ACTIONS(4809), - [anon_sym_vararg] = ACTIONS(4809), - [anon_sym_noinline] = ACTIONS(4809), - [anon_sym_crossinline] = ACTIONS(4809), - [anon_sym_expect] = ACTIONS(4809), - [anon_sym_actual] = ACTIONS(4809), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4811), - [sym__automatic_semicolon] = ACTIONS(4811), - [sym_safe_nav] = ACTIONS(4811), + [3678] = { + [sym__alpha_identifier] = ACTIONS(4991), + [anon_sym_AT] = ACTIONS(4993), + [anon_sym_LBRACK] = ACTIONS(4993), + [anon_sym_as] = ACTIONS(4991), + [anon_sym_EQ] = ACTIONS(4991), + [anon_sym_LBRACE] = ACTIONS(4993), + [anon_sym_RBRACE] = ACTIONS(4993), + [anon_sym_LPAREN] = ACTIONS(4993), + [anon_sym_COMMA] = ACTIONS(4993), + [anon_sym_LT] = ACTIONS(4991), + [anon_sym_GT] = ACTIONS(4991), + [anon_sym_where] = ACTIONS(4991), + [anon_sym_DOT] = ACTIONS(4991), + [anon_sym_SEMI] = ACTIONS(4993), + [anon_sym_get] = ACTIONS(4991), + [anon_sym_set] = ACTIONS(4991), + [anon_sym_STAR] = ACTIONS(4991), + [sym_label] = ACTIONS(4993), + [anon_sym_in] = ACTIONS(4991), + [anon_sym_DOT_DOT] = ACTIONS(4993), + [anon_sym_QMARK_COLON] = ACTIONS(4993), + [anon_sym_AMP_AMP] = ACTIONS(4993), + [anon_sym_PIPE_PIPE] = ACTIONS(4993), + [anon_sym_else] = ACTIONS(4991), + [anon_sym_COLON_COLON] = ACTIONS(4993), + [anon_sym_PLUS_EQ] = ACTIONS(4993), + [anon_sym_DASH_EQ] = ACTIONS(4993), + [anon_sym_STAR_EQ] = ACTIONS(4993), + [anon_sym_SLASH_EQ] = ACTIONS(4993), + [anon_sym_PERCENT_EQ] = ACTIONS(4993), + [anon_sym_BANG_EQ] = ACTIONS(4991), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4993), + [anon_sym_EQ_EQ] = ACTIONS(4991), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4993), + [anon_sym_LT_EQ] = ACTIONS(4993), + [anon_sym_GT_EQ] = ACTIONS(4993), + [anon_sym_BANGin] = ACTIONS(4993), + [anon_sym_is] = ACTIONS(4991), + [anon_sym_BANGis] = ACTIONS(4993), + [anon_sym_PLUS] = ACTIONS(4991), + [anon_sym_DASH] = ACTIONS(4991), + [anon_sym_SLASH] = ACTIONS(4991), + [anon_sym_PERCENT] = ACTIONS(4991), + [anon_sym_as_QMARK] = ACTIONS(4993), + [anon_sym_PLUS_PLUS] = ACTIONS(4993), + [anon_sym_DASH_DASH] = ACTIONS(4993), + [anon_sym_BANG_BANG] = ACTIONS(4993), + [anon_sym_suspend] = ACTIONS(4991), + [anon_sym_sealed] = ACTIONS(4991), + [anon_sym_annotation] = ACTIONS(4991), + [anon_sym_data] = ACTIONS(4991), + [anon_sym_inner] = ACTIONS(4991), + [anon_sym_override] = ACTIONS(4991), + [anon_sym_lateinit] = ACTIONS(4991), + [anon_sym_public] = ACTIONS(4991), + [anon_sym_private] = ACTIONS(4991), + [anon_sym_internal] = ACTIONS(4991), + [anon_sym_protected] = ACTIONS(4991), + [anon_sym_tailrec] = ACTIONS(4991), + [anon_sym_operator] = ACTIONS(4991), + [anon_sym_infix] = ACTIONS(4991), + [anon_sym_inline] = ACTIONS(4991), + [anon_sym_external] = ACTIONS(4991), + [sym_property_modifier] = ACTIONS(4991), + [anon_sym_abstract] = ACTIONS(4991), + [anon_sym_final] = ACTIONS(4991), + [anon_sym_open] = ACTIONS(4991), + [anon_sym_vararg] = ACTIONS(4991), + [anon_sym_noinline] = ACTIONS(4991), + [anon_sym_crossinline] = ACTIONS(4991), + [anon_sym_expect] = ACTIONS(4991), + [anon_sym_actual] = ACTIONS(4991), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4993), + [sym__automatic_semicolon] = ACTIONS(4993), + [sym_safe_nav] = ACTIONS(4993), [sym_multiline_comment] = ACTIONS(3), }, - [3720] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2327), - [sym__comparison_operator] = STATE(2323), - [sym__in_operator] = STATE(2322), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2320), - [sym__multiplicative_operator] = STATE(2319), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2317), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), - [anon_sym_EQ] = ACTIONS(3027), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(3029), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_RPAREN] = ACTIONS(3029), - [anon_sym_LT] = ACTIONS(3031), - [anon_sym_GT] = ACTIONS(3027), - [anon_sym_DOT] = ACTIONS(6387), - [anon_sym_SEMI] = ACTIONS(3029), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(6830), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(3027), - [anon_sym_while] = ACTIONS(3027), - [anon_sym_DOT_DOT] = ACTIONS(6834), - [anon_sym_QMARK_COLON] = ACTIONS(6836), - [anon_sym_AMP_AMP] = ACTIONS(3029), - [anon_sym_PIPE_PIPE] = ACTIONS(3029), - [anon_sym_else] = ACTIONS(3027), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_PLUS_EQ] = ACTIONS(3029), - [anon_sym_DASH_EQ] = ACTIONS(3029), - [anon_sym_STAR_EQ] = ACTIONS(3029), - [anon_sym_SLASH_EQ] = ACTIONS(3029), - [anon_sym_PERCENT_EQ] = ACTIONS(3029), - [anon_sym_BANG_EQ] = ACTIONS(3027), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3029), - [anon_sym_EQ_EQ] = ACTIONS(3027), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3029), - [anon_sym_LT_EQ] = ACTIONS(3029), - [anon_sym_GT_EQ] = ACTIONS(3029), - [anon_sym_BANGin] = ACTIONS(3029), - [anon_sym_is] = ACTIONS(3027), - [anon_sym_BANGis] = ACTIONS(3029), - [anon_sym_PLUS] = ACTIONS(6846), - [anon_sym_DASH] = ACTIONS(6846), - [anon_sym_SLASH] = ACTIONS(6830), - [anon_sym_PERCENT] = ACTIONS(6830), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), + [3679] = { + [sym__alpha_identifier] = ACTIONS(4422), + [anon_sym_AT] = ACTIONS(4424), + [anon_sym_LBRACK] = ACTIONS(4424), + [anon_sym_as] = ACTIONS(4422), + [anon_sym_EQ] = ACTIONS(4422), + [anon_sym_LBRACE] = ACTIONS(4424), + [anon_sym_RBRACE] = ACTIONS(4424), + [anon_sym_LPAREN] = ACTIONS(4424), + [anon_sym_COMMA] = ACTIONS(4424), + [anon_sym_LT] = ACTIONS(4422), + [anon_sym_GT] = ACTIONS(4422), + [anon_sym_where] = ACTIONS(4422), + [anon_sym_DOT] = ACTIONS(4422), + [anon_sym_SEMI] = ACTIONS(4424), + [anon_sym_get] = ACTIONS(4422), + [anon_sym_set] = ACTIONS(4422), + [anon_sym_STAR] = ACTIONS(4422), + [sym_label] = ACTIONS(4424), + [anon_sym_in] = ACTIONS(4422), + [anon_sym_DOT_DOT] = ACTIONS(4424), + [anon_sym_QMARK_COLON] = ACTIONS(4424), + [anon_sym_AMP_AMP] = ACTIONS(4424), + [anon_sym_PIPE_PIPE] = ACTIONS(4424), + [anon_sym_else] = ACTIONS(4422), + [anon_sym_COLON_COLON] = ACTIONS(4424), + [anon_sym_PLUS_EQ] = ACTIONS(4424), + [anon_sym_DASH_EQ] = ACTIONS(4424), + [anon_sym_STAR_EQ] = ACTIONS(4424), + [anon_sym_SLASH_EQ] = ACTIONS(4424), + [anon_sym_PERCENT_EQ] = ACTIONS(4424), + [anon_sym_BANG_EQ] = ACTIONS(4422), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4424), + [anon_sym_EQ_EQ] = ACTIONS(4422), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4424), + [anon_sym_LT_EQ] = ACTIONS(4424), + [anon_sym_GT_EQ] = ACTIONS(4424), + [anon_sym_BANGin] = ACTIONS(4424), + [anon_sym_is] = ACTIONS(4422), + [anon_sym_BANGis] = ACTIONS(4424), + [anon_sym_PLUS] = ACTIONS(4422), + [anon_sym_DASH] = ACTIONS(4422), + [anon_sym_SLASH] = ACTIONS(4422), + [anon_sym_PERCENT] = ACTIONS(4422), + [anon_sym_as_QMARK] = ACTIONS(4424), + [anon_sym_PLUS_PLUS] = ACTIONS(4424), + [anon_sym_DASH_DASH] = ACTIONS(4424), + [anon_sym_BANG_BANG] = ACTIONS(4424), + [anon_sym_suspend] = ACTIONS(4422), + [anon_sym_sealed] = ACTIONS(4422), + [anon_sym_annotation] = ACTIONS(4422), + [anon_sym_data] = ACTIONS(4422), + [anon_sym_inner] = ACTIONS(4422), + [anon_sym_override] = ACTIONS(4422), + [anon_sym_lateinit] = ACTIONS(4422), + [anon_sym_public] = ACTIONS(4422), + [anon_sym_private] = ACTIONS(4422), + [anon_sym_internal] = ACTIONS(4422), + [anon_sym_protected] = ACTIONS(4422), + [anon_sym_tailrec] = ACTIONS(4422), + [anon_sym_operator] = ACTIONS(4422), + [anon_sym_infix] = ACTIONS(4422), + [anon_sym_inline] = ACTIONS(4422), + [anon_sym_external] = ACTIONS(4422), + [sym_property_modifier] = ACTIONS(4422), + [anon_sym_abstract] = ACTIONS(4422), + [anon_sym_final] = ACTIONS(4422), + [anon_sym_open] = ACTIONS(4422), + [anon_sym_vararg] = ACTIONS(4422), + [anon_sym_noinline] = ACTIONS(4422), + [anon_sym_crossinline] = ACTIONS(4422), + [anon_sym_expect] = ACTIONS(4422), + [anon_sym_actual] = ACTIONS(4422), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym__backtick_identifier] = ACTIONS(4424), + [sym__automatic_semicolon] = ACTIONS(4424), + [sym_safe_nav] = ACTIONS(4424), [sym_multiline_comment] = ACTIONS(3), }, - [3721] = { - [sym__alpha_identifier] = ACTIONS(4241), - [anon_sym_AT] = ACTIONS(4239), - [anon_sym_LBRACK] = ACTIONS(4239), - [anon_sym_as] = ACTIONS(4241), - [anon_sym_EQ] = ACTIONS(4241), - [anon_sym_LBRACE] = ACTIONS(4239), - [anon_sym_RBRACE] = ACTIONS(4239), - [anon_sym_LPAREN] = ACTIONS(6872), - [anon_sym_COMMA] = ACTIONS(4239), - [anon_sym_LT] = ACTIONS(4241), - [anon_sym_GT] = ACTIONS(4241), - [anon_sym_where] = ACTIONS(4241), - [anon_sym_DOT] = ACTIONS(4241), - [anon_sym_SEMI] = ACTIONS(4239), - [anon_sym_get] = ACTIONS(4241), - [anon_sym_set] = ACTIONS(4241), - [anon_sym_STAR] = ACTIONS(4241), - [sym_label] = ACTIONS(4239), - [anon_sym_in] = ACTIONS(4241), - [anon_sym_DOT_DOT] = ACTIONS(4239), - [anon_sym_QMARK_COLON] = ACTIONS(4239), - [anon_sym_AMP_AMP] = ACTIONS(4239), - [anon_sym_PIPE_PIPE] = ACTIONS(4239), - [anon_sym_else] = ACTIONS(4241), - [anon_sym_COLON_COLON] = ACTIONS(4239), - [anon_sym_PLUS_EQ] = ACTIONS(4239), - [anon_sym_DASH_EQ] = ACTIONS(4239), - [anon_sym_STAR_EQ] = ACTIONS(4239), - [anon_sym_SLASH_EQ] = ACTIONS(4239), - [anon_sym_PERCENT_EQ] = ACTIONS(4239), - [anon_sym_BANG_EQ] = ACTIONS(4241), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4239), - [anon_sym_EQ_EQ] = ACTIONS(4241), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4239), - [anon_sym_LT_EQ] = ACTIONS(4239), - [anon_sym_GT_EQ] = ACTIONS(4239), - [anon_sym_BANGin] = ACTIONS(4239), - [anon_sym_is] = ACTIONS(4241), - [anon_sym_BANGis] = ACTIONS(4239), - [anon_sym_PLUS] = ACTIONS(4241), - [anon_sym_DASH] = ACTIONS(4241), - [anon_sym_SLASH] = ACTIONS(4241), - [anon_sym_PERCENT] = ACTIONS(4241), - [anon_sym_as_QMARK] = ACTIONS(4239), - [anon_sym_PLUS_PLUS] = ACTIONS(4239), - [anon_sym_DASH_DASH] = ACTIONS(4239), - [anon_sym_BANG_BANG] = ACTIONS(4239), - [anon_sym_suspend] = ACTIONS(4241), - [anon_sym_sealed] = ACTIONS(4241), - [anon_sym_annotation] = ACTIONS(4241), - [anon_sym_data] = ACTIONS(4241), - [anon_sym_inner] = ACTIONS(4241), - [anon_sym_override] = ACTIONS(4241), - [anon_sym_lateinit] = ACTIONS(4241), - [anon_sym_public] = ACTIONS(4241), - [anon_sym_private] = ACTIONS(4241), - [anon_sym_internal] = ACTIONS(4241), - [anon_sym_protected] = ACTIONS(4241), - [anon_sym_tailrec] = ACTIONS(4241), - [anon_sym_operator] = ACTIONS(4241), - [anon_sym_infix] = ACTIONS(4241), - [anon_sym_inline] = ACTIONS(4241), - [anon_sym_external] = ACTIONS(4241), - [sym_property_modifier] = ACTIONS(4241), - [anon_sym_abstract] = ACTIONS(4241), - [anon_sym_final] = ACTIONS(4241), - [anon_sym_open] = ACTIONS(4241), - [anon_sym_vararg] = ACTIONS(4241), - [anon_sym_noinline] = ACTIONS(4241), - [anon_sym_crossinline] = ACTIONS(4241), - [anon_sym_expect] = ACTIONS(4241), - [anon_sym_actual] = ACTIONS(4241), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4239), - [sym__automatic_semicolon] = ACTIONS(4239), - [sym_safe_nav] = ACTIONS(4239), + [3680] = { + [sym__alpha_identifier] = ACTIONS(4961), + [anon_sym_AT] = ACTIONS(4963), + [anon_sym_LBRACK] = ACTIONS(4963), + [anon_sym_as] = ACTIONS(4961), + [anon_sym_EQ] = ACTIONS(4961), + [anon_sym_LBRACE] = ACTIONS(4963), + [anon_sym_RBRACE] = ACTIONS(4963), + [anon_sym_LPAREN] = ACTIONS(6828), + [anon_sym_COMMA] = ACTIONS(4963), + [anon_sym_LT] = ACTIONS(4961), + [anon_sym_GT] = ACTIONS(4961), + [anon_sym_where] = ACTIONS(4961), + [anon_sym_DOT] = ACTIONS(4961), + [anon_sym_SEMI] = ACTIONS(4963), + [anon_sym_get] = ACTIONS(4961), + [anon_sym_set] = ACTIONS(4961), + [anon_sym_STAR] = ACTIONS(4961), + [sym_label] = ACTIONS(4963), + [anon_sym_in] = ACTIONS(4961), + [anon_sym_DOT_DOT] = ACTIONS(4963), + [anon_sym_QMARK_COLON] = ACTIONS(4963), + [anon_sym_AMP_AMP] = ACTIONS(4963), + [anon_sym_PIPE_PIPE] = ACTIONS(4963), + [anon_sym_else] = ACTIONS(4961), + [anon_sym_COLON_COLON] = ACTIONS(4963), + [anon_sym_PLUS_EQ] = ACTIONS(4963), + [anon_sym_DASH_EQ] = ACTIONS(4963), + [anon_sym_STAR_EQ] = ACTIONS(4963), + [anon_sym_SLASH_EQ] = ACTIONS(4963), + [anon_sym_PERCENT_EQ] = ACTIONS(4963), + [anon_sym_BANG_EQ] = ACTIONS(4961), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4963), + [anon_sym_EQ_EQ] = ACTIONS(4961), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4963), + [anon_sym_LT_EQ] = ACTIONS(4963), + [anon_sym_GT_EQ] = ACTIONS(4963), + [anon_sym_BANGin] = ACTIONS(4963), + [anon_sym_is] = ACTIONS(4961), + [anon_sym_BANGis] = ACTIONS(4963), + [anon_sym_PLUS] = ACTIONS(4961), + [anon_sym_DASH] = ACTIONS(4961), + [anon_sym_SLASH] = ACTIONS(4961), + [anon_sym_PERCENT] = ACTIONS(4961), + [anon_sym_as_QMARK] = ACTIONS(4963), + [anon_sym_PLUS_PLUS] = ACTIONS(4963), + [anon_sym_DASH_DASH] = ACTIONS(4963), + [anon_sym_BANG_BANG] = ACTIONS(4963), + [anon_sym_suspend] = ACTIONS(4961), + [anon_sym_sealed] = ACTIONS(4961), + [anon_sym_annotation] = ACTIONS(4961), + [anon_sym_data] = ACTIONS(4961), + [anon_sym_inner] = ACTIONS(4961), + [anon_sym_override] = ACTIONS(4961), + [anon_sym_lateinit] = ACTIONS(4961), + [anon_sym_public] = ACTIONS(4961), + [anon_sym_private] = ACTIONS(4961), + [anon_sym_internal] = ACTIONS(4961), + [anon_sym_protected] = ACTIONS(4961), + [anon_sym_tailrec] = ACTIONS(4961), + [anon_sym_operator] = ACTIONS(4961), + [anon_sym_infix] = ACTIONS(4961), + [anon_sym_inline] = ACTIONS(4961), + [anon_sym_external] = ACTIONS(4961), + [sym_property_modifier] = ACTIONS(4961), + [anon_sym_abstract] = ACTIONS(4961), + [anon_sym_final] = ACTIONS(4961), + [anon_sym_open] = ACTIONS(4961), + [anon_sym_vararg] = ACTIONS(4961), + [anon_sym_noinline] = ACTIONS(4961), + [anon_sym_crossinline] = ACTIONS(4961), + [anon_sym_expect] = ACTIONS(4961), + [anon_sym_actual] = ACTIONS(4961), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4963), + [sym__automatic_semicolon] = ACTIONS(4963), + [sym_safe_nav] = ACTIONS(4963), [sym_multiline_comment] = ACTIONS(3), }, - [3722] = { + [3681] = { + [sym__alpha_identifier] = ACTIONS(4527), + [anon_sym_AT] = ACTIONS(4529), + [anon_sym_LBRACK] = ACTIONS(4529), + [anon_sym_EQ] = ACTIONS(4529), + [anon_sym_LBRACE] = ACTIONS(4529), + [anon_sym_RBRACE] = ACTIONS(4529), + [anon_sym_LPAREN] = ACTIONS(4529), + [anon_sym_COMMA] = ACTIONS(4529), + [anon_sym_by] = ACTIONS(4527), + [anon_sym_object] = ACTIONS(4527), + [anon_sym_fun] = ACTIONS(4527), + [anon_sym_SEMI] = ACTIONS(4529), + [anon_sym_get] = ACTIONS(4527), + [anon_sym_set] = ACTIONS(4527), + [anon_sym_this] = ACTIONS(4527), + [anon_sym_super] = ACTIONS(4527), + [anon_sym_STAR] = ACTIONS(4529), + [sym_label] = ACTIONS(4527), + [anon_sym_in] = ACTIONS(4527), + [anon_sym_null] = ACTIONS(4527), + [anon_sym_if] = ACTIONS(4527), + [anon_sym_else] = ACTIONS(4527), + [anon_sym_when] = ACTIONS(4527), + [anon_sym_try] = ACTIONS(4527), + [anon_sym_throw] = ACTIONS(4527), + [anon_sym_return] = ACTIONS(4527), + [anon_sym_continue] = ACTIONS(4527), + [anon_sym_break] = ACTIONS(4527), + [anon_sym_COLON_COLON] = ACTIONS(4529), + [anon_sym_BANGin] = ACTIONS(4529), + [anon_sym_is] = ACTIONS(4527), + [anon_sym_BANGis] = ACTIONS(4529), + [anon_sym_PLUS] = ACTIONS(4527), + [anon_sym_DASH] = ACTIONS(4527), + [anon_sym_PLUS_PLUS] = ACTIONS(4529), + [anon_sym_DASH_DASH] = ACTIONS(4529), + [anon_sym_BANG] = ACTIONS(4527), + [anon_sym_suspend] = ACTIONS(4527), + [anon_sym_sealed] = ACTIONS(4527), + [anon_sym_annotation] = ACTIONS(4527), + [anon_sym_data] = ACTIONS(4527), + [anon_sym_inner] = ACTIONS(4527), + [anon_sym_override] = ACTIONS(4527), + [anon_sym_lateinit] = ACTIONS(4527), + [anon_sym_public] = ACTIONS(4527), + [anon_sym_private] = ACTIONS(4527), + [anon_sym_internal] = ACTIONS(4527), + [anon_sym_protected] = ACTIONS(4527), + [anon_sym_tailrec] = ACTIONS(4527), + [anon_sym_operator] = ACTIONS(4527), + [anon_sym_infix] = ACTIONS(4527), + [anon_sym_inline] = ACTIONS(4527), + [anon_sym_external] = ACTIONS(4527), + [sym_property_modifier] = ACTIONS(4527), + [anon_sym_abstract] = ACTIONS(4527), + [anon_sym_final] = ACTIONS(4527), + [anon_sym_open] = ACTIONS(4527), + [anon_sym_vararg] = ACTIONS(4527), + [anon_sym_noinline] = ACTIONS(4527), + [anon_sym_crossinline] = ACTIONS(4527), + [anon_sym_expect] = ACTIONS(4527), + [anon_sym_actual] = ACTIONS(4527), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4529), + [anon_sym_continue_AT] = ACTIONS(4529), + [anon_sym_break_AT] = ACTIONS(4529), + [sym_real_literal] = ACTIONS(4529), + [sym_integer_literal] = ACTIONS(4527), + [sym_hex_literal] = ACTIONS(4529), + [sym_bin_literal] = ACTIONS(4529), + [anon_sym_true] = ACTIONS(4527), + [anon_sym_false] = ACTIONS(4527), + [anon_sym_SQUOTE] = ACTIONS(4529), + [sym__backtick_identifier] = ACTIONS(4529), + [sym__automatic_semicolon] = ACTIONS(4529), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4529), + }, + [3682] = { [sym__alpha_identifier] = ACTIONS(4406), [anon_sym_AT] = ACTIONS(4408), [anon_sym_LBRACK] = ACTIONS(4408), @@ -400596,323 +397604,1508 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_safe_nav] = ACTIONS(4408), [sym_multiline_comment] = ACTIONS(3), }, - [3723] = { - [sym__alpha_identifier] = ACTIONS(4503), - [anon_sym_AT] = ACTIONS(4505), - [anon_sym_LBRACK] = ACTIONS(4505), - [anon_sym_as] = ACTIONS(4503), - [anon_sym_EQ] = ACTIONS(4503), - [anon_sym_LBRACE] = ACTIONS(4505), - [anon_sym_RBRACE] = ACTIONS(4505), - [anon_sym_LPAREN] = ACTIONS(4505), - [anon_sym_COMMA] = ACTIONS(4505), - [anon_sym_LT] = ACTIONS(4503), - [anon_sym_GT] = ACTIONS(4503), - [anon_sym_where] = ACTIONS(4503), - [anon_sym_DOT] = ACTIONS(4503), - [anon_sym_SEMI] = ACTIONS(4505), - [anon_sym_get] = ACTIONS(4503), - [anon_sym_set] = ACTIONS(4503), - [anon_sym_STAR] = ACTIONS(4503), - [sym_label] = ACTIONS(4505), - [anon_sym_in] = ACTIONS(4503), - [anon_sym_DOT_DOT] = ACTIONS(4505), - [anon_sym_QMARK_COLON] = ACTIONS(4505), - [anon_sym_AMP_AMP] = ACTIONS(4505), - [anon_sym_PIPE_PIPE] = ACTIONS(4505), - [anon_sym_else] = ACTIONS(4503), - [anon_sym_COLON_COLON] = ACTIONS(4505), - [anon_sym_PLUS_EQ] = ACTIONS(4505), - [anon_sym_DASH_EQ] = ACTIONS(4505), - [anon_sym_STAR_EQ] = ACTIONS(4505), - [anon_sym_SLASH_EQ] = ACTIONS(4505), - [anon_sym_PERCENT_EQ] = ACTIONS(4505), - [anon_sym_BANG_EQ] = ACTIONS(4503), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4505), - [anon_sym_EQ_EQ] = ACTIONS(4503), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4505), - [anon_sym_LT_EQ] = ACTIONS(4505), - [anon_sym_GT_EQ] = ACTIONS(4505), - [anon_sym_BANGin] = ACTIONS(4505), - [anon_sym_is] = ACTIONS(4503), - [anon_sym_BANGis] = ACTIONS(4505), - [anon_sym_PLUS] = ACTIONS(4503), - [anon_sym_DASH] = ACTIONS(4503), - [anon_sym_SLASH] = ACTIONS(4503), - [anon_sym_PERCENT] = ACTIONS(4503), - [anon_sym_as_QMARK] = ACTIONS(4505), - [anon_sym_PLUS_PLUS] = ACTIONS(4505), - [anon_sym_DASH_DASH] = ACTIONS(4505), - [anon_sym_BANG_BANG] = ACTIONS(4505), - [anon_sym_suspend] = ACTIONS(4503), - [anon_sym_sealed] = ACTIONS(4503), - [anon_sym_annotation] = ACTIONS(4503), - [anon_sym_data] = ACTIONS(4503), - [anon_sym_inner] = ACTIONS(4503), - [anon_sym_override] = ACTIONS(4503), - [anon_sym_lateinit] = ACTIONS(4503), - [anon_sym_public] = ACTIONS(4503), - [anon_sym_private] = ACTIONS(4503), - [anon_sym_internal] = ACTIONS(4503), - [anon_sym_protected] = ACTIONS(4503), - [anon_sym_tailrec] = ACTIONS(4503), - [anon_sym_operator] = ACTIONS(4503), - [anon_sym_infix] = ACTIONS(4503), - [anon_sym_inline] = ACTIONS(4503), - [anon_sym_external] = ACTIONS(4503), - [sym_property_modifier] = ACTIONS(4503), - [anon_sym_abstract] = ACTIONS(4503), - [anon_sym_final] = ACTIONS(4503), - [anon_sym_open] = ACTIONS(4503), - [anon_sym_vararg] = ACTIONS(4503), - [anon_sym_noinline] = ACTIONS(4503), - [anon_sym_crossinline] = ACTIONS(4503), - [anon_sym_expect] = ACTIONS(4503), - [anon_sym_actual] = ACTIONS(4503), + [3683] = { + [sym__alpha_identifier] = ACTIONS(5095), + [anon_sym_AT] = ACTIONS(5097), + [anon_sym_LBRACK] = ACTIONS(5097), + [anon_sym_as] = ACTIONS(5095), + [anon_sym_EQ] = ACTIONS(5095), + [anon_sym_LBRACE] = ACTIONS(5097), + [anon_sym_RBRACE] = ACTIONS(5097), + [anon_sym_LPAREN] = ACTIONS(5097), + [anon_sym_COMMA] = ACTIONS(5097), + [anon_sym_LT] = ACTIONS(5095), + [anon_sym_GT] = ACTIONS(5095), + [anon_sym_where] = ACTIONS(5095), + [anon_sym_DOT] = ACTIONS(5095), + [anon_sym_SEMI] = ACTIONS(5097), + [anon_sym_get] = ACTIONS(5095), + [anon_sym_set] = ACTIONS(5095), + [anon_sym_STAR] = ACTIONS(5095), + [sym_label] = ACTIONS(5097), + [anon_sym_in] = ACTIONS(5095), + [anon_sym_DOT_DOT] = ACTIONS(5097), + [anon_sym_QMARK_COLON] = ACTIONS(5097), + [anon_sym_AMP_AMP] = ACTIONS(5097), + [anon_sym_PIPE_PIPE] = ACTIONS(5097), + [anon_sym_else] = ACTIONS(5095), + [anon_sym_COLON_COLON] = ACTIONS(5097), + [anon_sym_PLUS_EQ] = ACTIONS(5097), + [anon_sym_DASH_EQ] = ACTIONS(5097), + [anon_sym_STAR_EQ] = ACTIONS(5097), + [anon_sym_SLASH_EQ] = ACTIONS(5097), + [anon_sym_PERCENT_EQ] = ACTIONS(5097), + [anon_sym_BANG_EQ] = ACTIONS(5095), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5097), + [anon_sym_EQ_EQ] = ACTIONS(5095), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5097), + [anon_sym_LT_EQ] = ACTIONS(5097), + [anon_sym_GT_EQ] = ACTIONS(5097), + [anon_sym_BANGin] = ACTIONS(5097), + [anon_sym_is] = ACTIONS(5095), + [anon_sym_BANGis] = ACTIONS(5097), + [anon_sym_PLUS] = ACTIONS(5095), + [anon_sym_DASH] = ACTIONS(5095), + [anon_sym_SLASH] = ACTIONS(5095), + [anon_sym_PERCENT] = ACTIONS(5095), + [anon_sym_as_QMARK] = ACTIONS(5097), + [anon_sym_PLUS_PLUS] = ACTIONS(5097), + [anon_sym_DASH_DASH] = ACTIONS(5097), + [anon_sym_BANG_BANG] = ACTIONS(5097), + [anon_sym_suspend] = ACTIONS(5095), + [anon_sym_sealed] = ACTIONS(5095), + [anon_sym_annotation] = ACTIONS(5095), + [anon_sym_data] = ACTIONS(5095), + [anon_sym_inner] = ACTIONS(5095), + [anon_sym_override] = ACTIONS(5095), + [anon_sym_lateinit] = ACTIONS(5095), + [anon_sym_public] = ACTIONS(5095), + [anon_sym_private] = ACTIONS(5095), + [anon_sym_internal] = ACTIONS(5095), + [anon_sym_protected] = ACTIONS(5095), + [anon_sym_tailrec] = ACTIONS(5095), + [anon_sym_operator] = ACTIONS(5095), + [anon_sym_infix] = ACTIONS(5095), + [anon_sym_inline] = ACTIONS(5095), + [anon_sym_external] = ACTIONS(5095), + [sym_property_modifier] = ACTIONS(5095), + [anon_sym_abstract] = ACTIONS(5095), + [anon_sym_final] = ACTIONS(5095), + [anon_sym_open] = ACTIONS(5095), + [anon_sym_vararg] = ACTIONS(5095), + [anon_sym_noinline] = ACTIONS(5095), + [anon_sym_crossinline] = ACTIONS(5095), + [anon_sym_expect] = ACTIONS(5095), + [anon_sym_actual] = ACTIONS(5095), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5097), + [sym__automatic_semicolon] = ACTIONS(5097), + [sym_safe_nav] = ACTIONS(5097), + [sym_multiline_comment] = ACTIONS(3), + }, + [3684] = { + [sym__alpha_identifier] = ACTIONS(3082), + [anon_sym_AT] = ACTIONS(3084), + [anon_sym_LBRACK] = ACTIONS(3084), + [anon_sym_as] = ACTIONS(3082), + [anon_sym_EQ] = ACTIONS(3082), + [anon_sym_LBRACE] = ACTIONS(3084), + [anon_sym_RBRACE] = ACTIONS(3084), + [anon_sym_LPAREN] = ACTIONS(3084), + [anon_sym_COMMA] = ACTIONS(3084), + [anon_sym_LT] = ACTIONS(3082), + [anon_sym_GT] = ACTIONS(3082), + [anon_sym_where] = ACTIONS(3082), + [anon_sym_DOT] = ACTIONS(3082), + [anon_sym_SEMI] = ACTIONS(3084), + [anon_sym_get] = ACTIONS(3082), + [anon_sym_set] = ACTIONS(3082), + [anon_sym_STAR] = ACTIONS(3082), + [sym_label] = ACTIONS(3084), + [anon_sym_in] = ACTIONS(3082), + [anon_sym_DOT_DOT] = ACTIONS(3084), + [anon_sym_QMARK_COLON] = ACTIONS(3084), + [anon_sym_AMP_AMP] = ACTIONS(3084), + [anon_sym_PIPE_PIPE] = ACTIONS(3084), + [anon_sym_else] = ACTIONS(3082), + [anon_sym_COLON_COLON] = ACTIONS(3084), + [anon_sym_PLUS_EQ] = ACTIONS(3084), + [anon_sym_DASH_EQ] = ACTIONS(3084), + [anon_sym_STAR_EQ] = ACTIONS(3084), + [anon_sym_SLASH_EQ] = ACTIONS(3084), + [anon_sym_PERCENT_EQ] = ACTIONS(3084), + [anon_sym_BANG_EQ] = ACTIONS(3082), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3084), + [anon_sym_EQ_EQ] = ACTIONS(3082), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3084), + [anon_sym_LT_EQ] = ACTIONS(3084), + [anon_sym_GT_EQ] = ACTIONS(3084), + [anon_sym_BANGin] = ACTIONS(3084), + [anon_sym_is] = ACTIONS(3082), + [anon_sym_BANGis] = ACTIONS(3084), + [anon_sym_PLUS] = ACTIONS(3082), + [anon_sym_DASH] = ACTIONS(3082), + [anon_sym_SLASH] = ACTIONS(3082), + [anon_sym_PERCENT] = ACTIONS(3082), + [anon_sym_as_QMARK] = ACTIONS(3084), + [anon_sym_PLUS_PLUS] = ACTIONS(3084), + [anon_sym_DASH_DASH] = ACTIONS(3084), + [anon_sym_BANG_BANG] = ACTIONS(3084), + [anon_sym_suspend] = ACTIONS(3082), + [anon_sym_sealed] = ACTIONS(3082), + [anon_sym_annotation] = ACTIONS(3082), + [anon_sym_data] = ACTIONS(3082), + [anon_sym_inner] = ACTIONS(3082), + [anon_sym_override] = ACTIONS(3082), + [anon_sym_lateinit] = ACTIONS(3082), + [anon_sym_public] = ACTIONS(3082), + [anon_sym_private] = ACTIONS(3082), + [anon_sym_internal] = ACTIONS(3082), + [anon_sym_protected] = ACTIONS(3082), + [anon_sym_tailrec] = ACTIONS(3082), + [anon_sym_operator] = ACTIONS(3082), + [anon_sym_infix] = ACTIONS(3082), + [anon_sym_inline] = ACTIONS(3082), + [anon_sym_external] = ACTIONS(3082), + [sym_property_modifier] = ACTIONS(3082), + [anon_sym_abstract] = ACTIONS(3082), + [anon_sym_final] = ACTIONS(3082), + [anon_sym_open] = ACTIONS(3082), + [anon_sym_vararg] = ACTIONS(3082), + [anon_sym_noinline] = ACTIONS(3082), + [anon_sym_crossinline] = ACTIONS(3082), + [anon_sym_expect] = ACTIONS(3082), + [anon_sym_actual] = ACTIONS(3082), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3084), + [sym__automatic_semicolon] = ACTIONS(3084), + [sym_safe_nav] = ACTIONS(3084), + [sym_multiline_comment] = ACTIONS(3), + }, + [3685] = { + [sym_class_body] = STATE(3472), + [sym_type_constraints] = STATE(3016), + [sym__alpha_identifier] = ACTIONS(3196), + [anon_sym_AT] = ACTIONS(3200), + [anon_sym_COLON] = ACTIONS(3488), + [anon_sym_LBRACK] = ACTIONS(3200), + [anon_sym_as] = ACTIONS(3196), + [anon_sym_LBRACE] = ACTIONS(3144), + [anon_sym_RBRACE] = ACTIONS(3200), + [anon_sym_LPAREN] = ACTIONS(3200), + [anon_sym_COMMA] = ACTIONS(3200), + [anon_sym_LT] = ACTIONS(3196), + [anon_sym_GT] = ACTIONS(3196), + [anon_sym_where] = ACTIONS(3118), + [anon_sym_object] = ACTIONS(3196), + [anon_sym_fun] = ACTIONS(3196), + [anon_sym_DOT] = ACTIONS(3196), + [anon_sym_SEMI] = ACTIONS(3200), + [anon_sym_get] = ACTIONS(3196), + [anon_sym_set] = ACTIONS(3196), + [anon_sym_this] = ACTIONS(3196), + [anon_sym_super] = ACTIONS(3196), + [anon_sym_STAR] = ACTIONS(3200), + [sym_label] = ACTIONS(3196), + [anon_sym_in] = ACTIONS(3196), + [anon_sym_DOT_DOT] = ACTIONS(3200), + [anon_sym_QMARK_COLON] = ACTIONS(3200), + [anon_sym_AMP_AMP] = ACTIONS(3200), + [anon_sym_PIPE_PIPE] = ACTIONS(3200), + [anon_sym_null] = ACTIONS(3196), + [anon_sym_if] = ACTIONS(3196), + [anon_sym_else] = ACTIONS(3196), + [anon_sym_when] = ACTIONS(3196), + [anon_sym_try] = ACTIONS(3196), + [anon_sym_throw] = ACTIONS(3196), + [anon_sym_return] = ACTIONS(3196), + [anon_sym_continue] = ACTIONS(3196), + [anon_sym_break] = ACTIONS(3196), + [anon_sym_COLON_COLON] = ACTIONS(3200), + [anon_sym_BANG_EQ] = ACTIONS(3196), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3200), + [anon_sym_EQ_EQ] = ACTIONS(3196), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3200), + [anon_sym_LT_EQ] = ACTIONS(3200), + [anon_sym_GT_EQ] = ACTIONS(3200), + [anon_sym_BANGin] = ACTIONS(3200), + [anon_sym_is] = ACTIONS(3196), + [anon_sym_BANGis] = ACTIONS(3200), + [anon_sym_PLUS] = ACTIONS(3196), + [anon_sym_DASH] = ACTIONS(3196), + [anon_sym_SLASH] = ACTIONS(3196), + [anon_sym_PERCENT] = ACTIONS(3200), + [anon_sym_as_QMARK] = ACTIONS(3200), + [anon_sym_PLUS_PLUS] = ACTIONS(3200), + [anon_sym_DASH_DASH] = ACTIONS(3200), + [anon_sym_BANG] = ACTIONS(3196), + [anon_sym_BANG_BANG] = ACTIONS(3200), + [anon_sym_data] = ACTIONS(3196), + [anon_sym_inner] = ACTIONS(3196), + [anon_sym_expect] = ACTIONS(3196), + [anon_sym_actual] = ACTIONS(3196), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3200), + [anon_sym_continue_AT] = ACTIONS(3200), + [anon_sym_break_AT] = ACTIONS(3200), + [sym_real_literal] = ACTIONS(3200), + [sym_integer_literal] = ACTIONS(3196), + [sym_hex_literal] = ACTIONS(3200), + [sym_bin_literal] = ACTIONS(3200), + [anon_sym_true] = ACTIONS(3196), + [anon_sym_false] = ACTIONS(3196), + [anon_sym_SQUOTE] = ACTIONS(3200), + [sym__backtick_identifier] = ACTIONS(3200), + [sym__automatic_semicolon] = ACTIONS(3200), + [sym_safe_nav] = ACTIONS(3200), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3200), + }, + [3686] = { + [sym__alpha_identifier] = ACTIONS(5073), + [anon_sym_AT] = ACTIONS(5075), + [anon_sym_LBRACK] = ACTIONS(5075), + [anon_sym_as] = ACTIONS(5073), + [anon_sym_EQ] = ACTIONS(5073), + [anon_sym_LBRACE] = ACTIONS(5075), + [anon_sym_RBRACE] = ACTIONS(5075), + [anon_sym_LPAREN] = ACTIONS(5075), + [anon_sym_COMMA] = ACTIONS(5075), + [anon_sym_LT] = ACTIONS(5073), + [anon_sym_GT] = ACTIONS(5073), + [anon_sym_where] = ACTIONS(5073), + [anon_sym_DOT] = ACTIONS(5073), + [anon_sym_SEMI] = ACTIONS(5075), + [anon_sym_get] = ACTIONS(5073), + [anon_sym_set] = ACTIONS(5073), + [anon_sym_STAR] = ACTIONS(5073), + [sym_label] = ACTIONS(5075), + [anon_sym_in] = ACTIONS(5073), + [anon_sym_DOT_DOT] = ACTIONS(5075), + [anon_sym_QMARK_COLON] = ACTIONS(5075), + [anon_sym_AMP_AMP] = ACTIONS(5075), + [anon_sym_PIPE_PIPE] = ACTIONS(5075), + [anon_sym_else] = ACTIONS(5073), + [anon_sym_COLON_COLON] = ACTIONS(5075), + [anon_sym_PLUS_EQ] = ACTIONS(5075), + [anon_sym_DASH_EQ] = ACTIONS(5075), + [anon_sym_STAR_EQ] = ACTIONS(5075), + [anon_sym_SLASH_EQ] = ACTIONS(5075), + [anon_sym_PERCENT_EQ] = ACTIONS(5075), + [anon_sym_BANG_EQ] = ACTIONS(5073), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5075), + [anon_sym_EQ_EQ] = ACTIONS(5073), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5075), + [anon_sym_LT_EQ] = ACTIONS(5075), + [anon_sym_GT_EQ] = ACTIONS(5075), + [anon_sym_BANGin] = ACTIONS(5075), + [anon_sym_is] = ACTIONS(5073), + [anon_sym_BANGis] = ACTIONS(5075), + [anon_sym_PLUS] = ACTIONS(5073), + [anon_sym_DASH] = ACTIONS(5073), + [anon_sym_SLASH] = ACTIONS(5073), + [anon_sym_PERCENT] = ACTIONS(5073), + [anon_sym_as_QMARK] = ACTIONS(5075), + [anon_sym_PLUS_PLUS] = ACTIONS(5075), + [anon_sym_DASH_DASH] = ACTIONS(5075), + [anon_sym_BANG_BANG] = ACTIONS(5075), + [anon_sym_suspend] = ACTIONS(5073), + [anon_sym_sealed] = ACTIONS(5073), + [anon_sym_annotation] = ACTIONS(5073), + [anon_sym_data] = ACTIONS(5073), + [anon_sym_inner] = ACTIONS(5073), + [anon_sym_override] = ACTIONS(5073), + [anon_sym_lateinit] = ACTIONS(5073), + [anon_sym_public] = ACTIONS(5073), + [anon_sym_private] = ACTIONS(5073), + [anon_sym_internal] = ACTIONS(5073), + [anon_sym_protected] = ACTIONS(5073), + [anon_sym_tailrec] = ACTIONS(5073), + [anon_sym_operator] = ACTIONS(5073), + [anon_sym_infix] = ACTIONS(5073), + [anon_sym_inline] = ACTIONS(5073), + [anon_sym_external] = ACTIONS(5073), + [sym_property_modifier] = ACTIONS(5073), + [anon_sym_abstract] = ACTIONS(5073), + [anon_sym_final] = ACTIONS(5073), + [anon_sym_open] = ACTIONS(5073), + [anon_sym_vararg] = ACTIONS(5073), + [anon_sym_noinline] = ACTIONS(5073), + [anon_sym_crossinline] = ACTIONS(5073), + [anon_sym_expect] = ACTIONS(5073), + [anon_sym_actual] = ACTIONS(5073), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5075), + [sym__automatic_semicolon] = ACTIONS(5075), + [sym_safe_nav] = ACTIONS(5075), + [sym_multiline_comment] = ACTIONS(3), + }, + [3687] = { + [sym__alpha_identifier] = ACTIONS(4672), + [anon_sym_AT] = ACTIONS(4674), + [anon_sym_LBRACK] = ACTIONS(4674), + [anon_sym_as] = ACTIONS(4672), + [anon_sym_EQ] = ACTIONS(4672), + [anon_sym_LBRACE] = ACTIONS(4674), + [anon_sym_RBRACE] = ACTIONS(4674), + [anon_sym_LPAREN] = ACTIONS(4674), + [anon_sym_COMMA] = ACTIONS(4674), + [anon_sym_LT] = ACTIONS(4672), + [anon_sym_GT] = ACTIONS(4672), + [anon_sym_where] = ACTIONS(4672), + [anon_sym_DOT] = ACTIONS(4672), + [anon_sym_SEMI] = ACTIONS(4674), + [anon_sym_get] = ACTIONS(4672), + [anon_sym_set] = ACTIONS(4672), + [anon_sym_STAR] = ACTIONS(4672), + [sym_label] = ACTIONS(4674), + [anon_sym_in] = ACTIONS(4672), + [anon_sym_DOT_DOT] = ACTIONS(4674), + [anon_sym_QMARK_COLON] = ACTIONS(4674), + [anon_sym_AMP_AMP] = ACTIONS(4674), + [anon_sym_PIPE_PIPE] = ACTIONS(4674), + [anon_sym_else] = ACTIONS(4672), + [anon_sym_COLON_COLON] = ACTIONS(4674), + [anon_sym_PLUS_EQ] = ACTIONS(4674), + [anon_sym_DASH_EQ] = ACTIONS(4674), + [anon_sym_STAR_EQ] = ACTIONS(4674), + [anon_sym_SLASH_EQ] = ACTIONS(4674), + [anon_sym_PERCENT_EQ] = ACTIONS(4674), + [anon_sym_BANG_EQ] = ACTIONS(4672), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4674), + [anon_sym_EQ_EQ] = ACTIONS(4672), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4674), + [anon_sym_LT_EQ] = ACTIONS(4674), + [anon_sym_GT_EQ] = ACTIONS(4674), + [anon_sym_BANGin] = ACTIONS(4674), + [anon_sym_is] = ACTIONS(4672), + [anon_sym_BANGis] = ACTIONS(4674), + [anon_sym_PLUS] = ACTIONS(4672), + [anon_sym_DASH] = ACTIONS(4672), + [anon_sym_SLASH] = ACTIONS(4672), + [anon_sym_PERCENT] = ACTIONS(4672), + [anon_sym_as_QMARK] = ACTIONS(4674), + [anon_sym_PLUS_PLUS] = ACTIONS(4674), + [anon_sym_DASH_DASH] = ACTIONS(4674), + [anon_sym_BANG_BANG] = ACTIONS(4674), + [anon_sym_suspend] = ACTIONS(4672), + [anon_sym_sealed] = ACTIONS(4672), + [anon_sym_annotation] = ACTIONS(4672), + [anon_sym_data] = ACTIONS(4672), + [anon_sym_inner] = ACTIONS(4672), + [anon_sym_override] = ACTIONS(4672), + [anon_sym_lateinit] = ACTIONS(4672), + [anon_sym_public] = ACTIONS(4672), + [anon_sym_private] = ACTIONS(4672), + [anon_sym_internal] = ACTIONS(4672), + [anon_sym_protected] = ACTIONS(4672), + [anon_sym_tailrec] = ACTIONS(4672), + [anon_sym_operator] = ACTIONS(4672), + [anon_sym_infix] = ACTIONS(4672), + [anon_sym_inline] = ACTIONS(4672), + [anon_sym_external] = ACTIONS(4672), + [sym_property_modifier] = ACTIONS(4672), + [anon_sym_abstract] = ACTIONS(4672), + [anon_sym_final] = ACTIONS(4672), + [anon_sym_open] = ACTIONS(4672), + [anon_sym_vararg] = ACTIONS(4672), + [anon_sym_noinline] = ACTIONS(4672), + [anon_sym_crossinline] = ACTIONS(4672), + [anon_sym_expect] = ACTIONS(4672), + [anon_sym_actual] = ACTIONS(4672), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4674), + [sym__automatic_semicolon] = ACTIONS(4674), + [sym_safe_nav] = ACTIONS(4674), + [sym_multiline_comment] = ACTIONS(3), + }, + [3688] = { + [sym__alpha_identifier] = ACTIONS(3212), + [anon_sym_AT] = ACTIONS(3216), + [anon_sym_LBRACK] = ACTIONS(3216), + [anon_sym_as] = ACTIONS(3212), + [anon_sym_EQ] = ACTIONS(3212), + [anon_sym_LBRACE] = ACTIONS(3216), + [anon_sym_RBRACE] = ACTIONS(3216), + [anon_sym_LPAREN] = ACTIONS(3216), + [anon_sym_COMMA] = ACTIONS(3216), + [anon_sym_LT] = ACTIONS(3212), + [anon_sym_GT] = ACTIONS(3212), + [anon_sym_where] = ACTIONS(3212), + [anon_sym_DOT] = ACTIONS(3212), + [anon_sym_SEMI] = ACTIONS(3216), + [anon_sym_get] = ACTIONS(3212), + [anon_sym_set] = ACTIONS(3212), + [anon_sym_STAR] = ACTIONS(3212), + [sym_label] = ACTIONS(3216), + [anon_sym_in] = ACTIONS(3212), + [anon_sym_DOT_DOT] = ACTIONS(3216), + [anon_sym_QMARK_COLON] = ACTIONS(3216), + [anon_sym_AMP_AMP] = ACTIONS(3216), + [anon_sym_PIPE_PIPE] = ACTIONS(3216), + [anon_sym_else] = ACTIONS(3212), + [anon_sym_COLON_COLON] = ACTIONS(3216), + [anon_sym_PLUS_EQ] = ACTIONS(3216), + [anon_sym_DASH_EQ] = ACTIONS(3216), + [anon_sym_STAR_EQ] = ACTIONS(3216), + [anon_sym_SLASH_EQ] = ACTIONS(3216), + [anon_sym_PERCENT_EQ] = ACTIONS(3216), + [anon_sym_BANG_EQ] = ACTIONS(3212), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3216), + [anon_sym_EQ_EQ] = ACTIONS(3212), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3216), + [anon_sym_LT_EQ] = ACTIONS(3216), + [anon_sym_GT_EQ] = ACTIONS(3216), + [anon_sym_BANGin] = ACTIONS(3216), + [anon_sym_is] = ACTIONS(3212), + [anon_sym_BANGis] = ACTIONS(3216), + [anon_sym_PLUS] = ACTIONS(3212), + [anon_sym_DASH] = ACTIONS(3212), + [anon_sym_SLASH] = ACTIONS(3212), + [anon_sym_PERCENT] = ACTIONS(3212), + [anon_sym_as_QMARK] = ACTIONS(3216), + [anon_sym_PLUS_PLUS] = ACTIONS(3216), + [anon_sym_DASH_DASH] = ACTIONS(3216), + [anon_sym_BANG_BANG] = ACTIONS(3216), + [anon_sym_suspend] = ACTIONS(3212), + [anon_sym_sealed] = ACTIONS(3212), + [anon_sym_annotation] = ACTIONS(3212), + [anon_sym_data] = ACTIONS(3212), + [anon_sym_inner] = ACTIONS(3212), + [anon_sym_override] = ACTIONS(3212), + [anon_sym_lateinit] = ACTIONS(3212), + [anon_sym_public] = ACTIONS(3212), + [anon_sym_private] = ACTIONS(3212), + [anon_sym_internal] = ACTIONS(3212), + [anon_sym_protected] = ACTIONS(3212), + [anon_sym_tailrec] = ACTIONS(3212), + [anon_sym_operator] = ACTIONS(3212), + [anon_sym_infix] = ACTIONS(3212), + [anon_sym_inline] = ACTIONS(3212), + [anon_sym_external] = ACTIONS(3212), + [sym_property_modifier] = ACTIONS(3212), + [anon_sym_abstract] = ACTIONS(3212), + [anon_sym_final] = ACTIONS(3212), + [anon_sym_open] = ACTIONS(3212), + [anon_sym_vararg] = ACTIONS(3212), + [anon_sym_noinline] = ACTIONS(3212), + [anon_sym_crossinline] = ACTIONS(3212), + [anon_sym_expect] = ACTIONS(3212), + [anon_sym_actual] = ACTIONS(3212), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3216), + [sym__automatic_semicolon] = ACTIONS(3216), + [sym_safe_nav] = ACTIONS(3216), + [sym_multiline_comment] = ACTIONS(3), + }, + [3689] = { + [sym__alpha_identifier] = ACTIONS(5011), + [anon_sym_AT] = ACTIONS(5013), + [anon_sym_LBRACK] = ACTIONS(5013), + [anon_sym_as] = ACTIONS(5011), + [anon_sym_EQ] = ACTIONS(5011), + [anon_sym_LBRACE] = ACTIONS(5013), + [anon_sym_RBRACE] = ACTIONS(5013), + [anon_sym_LPAREN] = ACTIONS(5013), + [anon_sym_COMMA] = ACTIONS(5013), + [anon_sym_LT] = ACTIONS(5011), + [anon_sym_GT] = ACTIONS(5011), + [anon_sym_where] = ACTIONS(5011), + [anon_sym_DOT] = ACTIONS(5011), + [anon_sym_SEMI] = ACTIONS(5013), + [anon_sym_get] = ACTIONS(5011), + [anon_sym_set] = ACTIONS(5011), + [anon_sym_STAR] = ACTIONS(5011), + [sym_label] = ACTIONS(5013), + [anon_sym_in] = ACTIONS(5011), + [anon_sym_DOT_DOT] = ACTIONS(5013), + [anon_sym_QMARK_COLON] = ACTIONS(5013), + [anon_sym_AMP_AMP] = ACTIONS(5013), + [anon_sym_PIPE_PIPE] = ACTIONS(5013), + [anon_sym_else] = ACTIONS(5011), + [anon_sym_COLON_COLON] = ACTIONS(5013), + [anon_sym_PLUS_EQ] = ACTIONS(5013), + [anon_sym_DASH_EQ] = ACTIONS(5013), + [anon_sym_STAR_EQ] = ACTIONS(5013), + [anon_sym_SLASH_EQ] = ACTIONS(5013), + [anon_sym_PERCENT_EQ] = ACTIONS(5013), + [anon_sym_BANG_EQ] = ACTIONS(5011), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5013), + [anon_sym_EQ_EQ] = ACTIONS(5011), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5013), + [anon_sym_LT_EQ] = ACTIONS(5013), + [anon_sym_GT_EQ] = ACTIONS(5013), + [anon_sym_BANGin] = ACTIONS(5013), + [anon_sym_is] = ACTIONS(5011), + [anon_sym_BANGis] = ACTIONS(5013), + [anon_sym_PLUS] = ACTIONS(5011), + [anon_sym_DASH] = ACTIONS(5011), + [anon_sym_SLASH] = ACTIONS(5011), + [anon_sym_PERCENT] = ACTIONS(5011), + [anon_sym_as_QMARK] = ACTIONS(5013), + [anon_sym_PLUS_PLUS] = ACTIONS(5013), + [anon_sym_DASH_DASH] = ACTIONS(5013), + [anon_sym_BANG_BANG] = ACTIONS(5013), + [anon_sym_suspend] = ACTIONS(5011), + [anon_sym_sealed] = ACTIONS(5011), + [anon_sym_annotation] = ACTIONS(5011), + [anon_sym_data] = ACTIONS(5011), + [anon_sym_inner] = ACTIONS(5011), + [anon_sym_override] = ACTIONS(5011), + [anon_sym_lateinit] = ACTIONS(5011), + [anon_sym_public] = ACTIONS(5011), + [anon_sym_private] = ACTIONS(5011), + [anon_sym_internal] = ACTIONS(5011), + [anon_sym_protected] = ACTIONS(5011), + [anon_sym_tailrec] = ACTIONS(5011), + [anon_sym_operator] = ACTIONS(5011), + [anon_sym_infix] = ACTIONS(5011), + [anon_sym_inline] = ACTIONS(5011), + [anon_sym_external] = ACTIONS(5011), + [sym_property_modifier] = ACTIONS(5011), + [anon_sym_abstract] = ACTIONS(5011), + [anon_sym_final] = ACTIONS(5011), + [anon_sym_open] = ACTIONS(5011), + [anon_sym_vararg] = ACTIONS(5011), + [anon_sym_noinline] = ACTIONS(5011), + [anon_sym_crossinline] = ACTIONS(5011), + [anon_sym_expect] = ACTIONS(5011), + [anon_sym_actual] = ACTIONS(5011), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5013), + [sym__automatic_semicolon] = ACTIONS(5013), + [sym_safe_nav] = ACTIONS(5013), + [sym_multiline_comment] = ACTIONS(3), + }, + [3690] = { + [sym__alpha_identifier] = ACTIONS(4788), + [anon_sym_AT] = ACTIONS(4790), + [anon_sym_LBRACK] = ACTIONS(4790), + [anon_sym_as] = ACTIONS(4788), + [anon_sym_EQ] = ACTIONS(4788), + [anon_sym_LBRACE] = ACTIONS(4790), + [anon_sym_RBRACE] = ACTIONS(4790), + [anon_sym_LPAREN] = ACTIONS(4790), + [anon_sym_COMMA] = ACTIONS(4790), + [anon_sym_LT] = ACTIONS(4788), + [anon_sym_GT] = ACTIONS(4788), + [anon_sym_where] = ACTIONS(4788), + [anon_sym_DOT] = ACTIONS(4788), + [anon_sym_SEMI] = ACTIONS(4790), + [anon_sym_get] = ACTIONS(4788), + [anon_sym_set] = ACTIONS(4788), + [anon_sym_STAR] = ACTIONS(4788), + [sym_label] = ACTIONS(4790), + [anon_sym_in] = ACTIONS(4788), + [anon_sym_DOT_DOT] = ACTIONS(4790), + [anon_sym_QMARK_COLON] = ACTIONS(4790), + [anon_sym_AMP_AMP] = ACTIONS(4790), + [anon_sym_PIPE_PIPE] = ACTIONS(4790), + [anon_sym_else] = ACTIONS(4788), + [anon_sym_COLON_COLON] = ACTIONS(4790), + [anon_sym_PLUS_EQ] = ACTIONS(4790), + [anon_sym_DASH_EQ] = ACTIONS(4790), + [anon_sym_STAR_EQ] = ACTIONS(4790), + [anon_sym_SLASH_EQ] = ACTIONS(4790), + [anon_sym_PERCENT_EQ] = ACTIONS(4790), + [anon_sym_BANG_EQ] = ACTIONS(4788), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4790), + [anon_sym_EQ_EQ] = ACTIONS(4788), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4790), + [anon_sym_LT_EQ] = ACTIONS(4790), + [anon_sym_GT_EQ] = ACTIONS(4790), + [anon_sym_BANGin] = ACTIONS(4790), + [anon_sym_is] = ACTIONS(4788), + [anon_sym_BANGis] = ACTIONS(4790), + [anon_sym_PLUS] = ACTIONS(4788), + [anon_sym_DASH] = ACTIONS(4788), + [anon_sym_SLASH] = ACTIONS(4788), + [anon_sym_PERCENT] = ACTIONS(4788), + [anon_sym_as_QMARK] = ACTIONS(4790), + [anon_sym_PLUS_PLUS] = ACTIONS(4790), + [anon_sym_DASH_DASH] = ACTIONS(4790), + [anon_sym_BANG_BANG] = ACTIONS(4790), + [anon_sym_suspend] = ACTIONS(4788), + [anon_sym_sealed] = ACTIONS(4788), + [anon_sym_annotation] = ACTIONS(4788), + [anon_sym_data] = ACTIONS(4788), + [anon_sym_inner] = ACTIONS(4788), + [anon_sym_override] = ACTIONS(4788), + [anon_sym_lateinit] = ACTIONS(4788), + [anon_sym_public] = ACTIONS(4788), + [anon_sym_private] = ACTIONS(4788), + [anon_sym_internal] = ACTIONS(4788), + [anon_sym_protected] = ACTIONS(4788), + [anon_sym_tailrec] = ACTIONS(4788), + [anon_sym_operator] = ACTIONS(4788), + [anon_sym_infix] = ACTIONS(4788), + [anon_sym_inline] = ACTIONS(4788), + [anon_sym_external] = ACTIONS(4788), + [sym_property_modifier] = ACTIONS(4788), + [anon_sym_abstract] = ACTIONS(4788), + [anon_sym_final] = ACTIONS(4788), + [anon_sym_open] = ACTIONS(4788), + [anon_sym_vararg] = ACTIONS(4788), + [anon_sym_noinline] = ACTIONS(4788), + [anon_sym_crossinline] = ACTIONS(4788), + [anon_sym_expect] = ACTIONS(4788), + [anon_sym_actual] = ACTIONS(4788), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4790), + [sym__automatic_semicolon] = ACTIONS(4790), + [sym_safe_nav] = ACTIONS(4790), + [sym_multiline_comment] = ACTIONS(3), + }, + [3691] = { + [sym_type_constraints] = STATE(3117), + [sym_enum_class_body] = STATE(3127), + [sym__alpha_identifier] = ACTIONS(4231), + [anon_sym_AT] = ACTIONS(4233), + [anon_sym_COLON] = ACTIONS(6830), + [anon_sym_LBRACK] = ACTIONS(4233), + [anon_sym_RBRACK] = ACTIONS(4233), + [anon_sym_as] = ACTIONS(4231), + [anon_sym_LBRACE] = ACTIONS(5171), + [anon_sym_RBRACE] = ACTIONS(4233), + [anon_sym_LPAREN] = ACTIONS(4233), + [anon_sym_COMMA] = ACTIONS(4233), + [anon_sym_RPAREN] = ACTIONS(4233), + [anon_sym_LT] = ACTIONS(4231), + [anon_sym_GT] = ACTIONS(4231), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(4231), + [anon_sym_SEMI] = ACTIONS(4233), + [anon_sym_get] = ACTIONS(4231), + [anon_sym_set] = ACTIONS(4231), + [anon_sym_STAR] = ACTIONS(4233), + [anon_sym_DASH_GT] = ACTIONS(4233), + [sym_label] = ACTIONS(4233), + [anon_sym_in] = ACTIONS(4231), + [anon_sym_while] = ACTIONS(4231), + [anon_sym_DOT_DOT] = ACTIONS(4233), + [anon_sym_QMARK_COLON] = ACTIONS(4233), + [anon_sym_AMP_AMP] = ACTIONS(4233), + [anon_sym_PIPE_PIPE] = ACTIONS(4233), + [anon_sym_else] = ACTIONS(4231), + [anon_sym_COLON_COLON] = ACTIONS(4233), + [anon_sym_BANG_EQ] = ACTIONS(4231), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4233), + [anon_sym_EQ_EQ] = ACTIONS(4231), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4233), + [anon_sym_LT_EQ] = ACTIONS(4233), + [anon_sym_GT_EQ] = ACTIONS(4233), + [anon_sym_BANGin] = ACTIONS(4233), + [anon_sym_is] = ACTIONS(4231), + [anon_sym_BANGis] = ACTIONS(4233), + [anon_sym_PLUS] = ACTIONS(4231), + [anon_sym_DASH] = ACTIONS(4231), + [anon_sym_SLASH] = ACTIONS(4231), + [anon_sym_PERCENT] = ACTIONS(4233), + [anon_sym_as_QMARK] = ACTIONS(4233), + [anon_sym_PLUS_PLUS] = ACTIONS(4233), + [anon_sym_DASH_DASH] = ACTIONS(4233), + [anon_sym_BANG_BANG] = ACTIONS(4233), + [anon_sym_suspend] = ACTIONS(4231), + [anon_sym_sealed] = ACTIONS(4231), + [anon_sym_annotation] = ACTIONS(4231), + [anon_sym_data] = ACTIONS(4231), + [anon_sym_inner] = ACTIONS(4231), + [anon_sym_override] = ACTIONS(4231), + [anon_sym_lateinit] = ACTIONS(4231), + [anon_sym_public] = ACTIONS(4231), + [anon_sym_private] = ACTIONS(4231), + [anon_sym_internal] = ACTIONS(4231), + [anon_sym_protected] = ACTIONS(4231), + [anon_sym_tailrec] = ACTIONS(4231), + [anon_sym_operator] = ACTIONS(4231), + [anon_sym_infix] = ACTIONS(4231), + [anon_sym_inline] = ACTIONS(4231), + [anon_sym_external] = ACTIONS(4231), + [sym_property_modifier] = ACTIONS(4231), + [anon_sym_abstract] = ACTIONS(4231), + [anon_sym_final] = ACTIONS(4231), + [anon_sym_open] = ACTIONS(4231), + [anon_sym_vararg] = ACTIONS(4231), + [anon_sym_noinline] = ACTIONS(4231), + [anon_sym_crossinline] = ACTIONS(4231), + [anon_sym_expect] = ACTIONS(4231), + [anon_sym_actual] = ACTIONS(4231), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4233), + [sym_safe_nav] = ACTIONS(4233), + [sym_multiline_comment] = ACTIONS(3), + }, + [3692] = { + [sym_type_constraints] = STATE(3099), + [sym_enum_class_body] = STATE(3181), + [sym__alpha_identifier] = ACTIONS(3212), + [anon_sym_AT] = ACTIONS(3216), + [anon_sym_COLON] = ACTIONS(5952), + [anon_sym_LBRACK] = ACTIONS(3216), + [anon_sym_RBRACK] = ACTIONS(3216), + [anon_sym_as] = ACTIONS(3212), + [anon_sym_LBRACE] = ACTIONS(5171), + [anon_sym_RBRACE] = ACTIONS(3216), + [anon_sym_LPAREN] = ACTIONS(3216), + [anon_sym_COMMA] = ACTIONS(3216), + [anon_sym_RPAREN] = ACTIONS(3216), + [anon_sym_LT] = ACTIONS(3212), + [anon_sym_GT] = ACTIONS(3212), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(3212), + [anon_sym_SEMI] = ACTIONS(3216), + [anon_sym_get] = ACTIONS(3212), + [anon_sym_set] = ACTIONS(3212), + [anon_sym_STAR] = ACTIONS(3216), + [anon_sym_DASH_GT] = ACTIONS(3216), + [sym_label] = ACTIONS(3216), + [anon_sym_in] = ACTIONS(3212), + [anon_sym_while] = ACTIONS(3212), + [anon_sym_DOT_DOT] = ACTIONS(3216), + [anon_sym_QMARK_COLON] = ACTIONS(3216), + [anon_sym_AMP_AMP] = ACTIONS(3216), + [anon_sym_PIPE_PIPE] = ACTIONS(3216), + [anon_sym_else] = ACTIONS(3212), + [anon_sym_COLON_COLON] = ACTIONS(3216), + [anon_sym_BANG_EQ] = ACTIONS(3212), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3216), + [anon_sym_EQ_EQ] = ACTIONS(3212), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3216), + [anon_sym_LT_EQ] = ACTIONS(3216), + [anon_sym_GT_EQ] = ACTIONS(3216), + [anon_sym_BANGin] = ACTIONS(3216), + [anon_sym_is] = ACTIONS(3212), + [anon_sym_BANGis] = ACTIONS(3216), + [anon_sym_PLUS] = ACTIONS(3212), + [anon_sym_DASH] = ACTIONS(3212), + [anon_sym_SLASH] = ACTIONS(3212), + [anon_sym_PERCENT] = ACTIONS(3216), + [anon_sym_as_QMARK] = ACTIONS(3216), + [anon_sym_PLUS_PLUS] = ACTIONS(3216), + [anon_sym_DASH_DASH] = ACTIONS(3216), + [anon_sym_BANG_BANG] = ACTIONS(3216), + [anon_sym_suspend] = ACTIONS(3212), + [anon_sym_sealed] = ACTIONS(3212), + [anon_sym_annotation] = ACTIONS(3212), + [anon_sym_data] = ACTIONS(3212), + [anon_sym_inner] = ACTIONS(3212), + [anon_sym_override] = ACTIONS(3212), + [anon_sym_lateinit] = ACTIONS(3212), + [anon_sym_public] = ACTIONS(3212), + [anon_sym_private] = ACTIONS(3212), + [anon_sym_internal] = ACTIONS(3212), + [anon_sym_protected] = ACTIONS(3212), + [anon_sym_tailrec] = ACTIONS(3212), + [anon_sym_operator] = ACTIONS(3212), + [anon_sym_infix] = ACTIONS(3212), + [anon_sym_inline] = ACTIONS(3212), + [anon_sym_external] = ACTIONS(3212), + [sym_property_modifier] = ACTIONS(3212), + [anon_sym_abstract] = ACTIONS(3212), + [anon_sym_final] = ACTIONS(3212), + [anon_sym_open] = ACTIONS(3212), + [anon_sym_vararg] = ACTIONS(3212), + [anon_sym_noinline] = ACTIONS(3212), + [anon_sym_crossinline] = ACTIONS(3212), + [anon_sym_expect] = ACTIONS(3212), + [anon_sym_actual] = ACTIONS(3212), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3216), + [sym_safe_nav] = ACTIONS(3216), + [sym_multiline_comment] = ACTIONS(3), + }, + [3693] = { + [sym__alpha_identifier] = ACTIONS(5023), + [anon_sym_AT] = ACTIONS(5025), + [anon_sym_LBRACK] = ACTIONS(5025), + [anon_sym_as] = ACTIONS(5023), + [anon_sym_EQ] = ACTIONS(5023), + [anon_sym_LBRACE] = ACTIONS(5025), + [anon_sym_RBRACE] = ACTIONS(5025), + [anon_sym_LPAREN] = ACTIONS(5025), + [anon_sym_COMMA] = ACTIONS(5025), + [anon_sym_LT] = ACTIONS(5023), + [anon_sym_GT] = ACTIONS(5023), + [anon_sym_where] = ACTIONS(5023), + [anon_sym_DOT] = ACTIONS(5023), + [anon_sym_SEMI] = ACTIONS(5025), + [anon_sym_get] = ACTIONS(5023), + [anon_sym_set] = ACTIONS(5023), + [anon_sym_STAR] = ACTIONS(5023), + [sym_label] = ACTIONS(5025), + [anon_sym_in] = ACTIONS(5023), + [anon_sym_DOT_DOT] = ACTIONS(5025), + [anon_sym_QMARK_COLON] = ACTIONS(5025), + [anon_sym_AMP_AMP] = ACTIONS(5025), + [anon_sym_PIPE_PIPE] = ACTIONS(5025), + [anon_sym_else] = ACTIONS(5023), + [anon_sym_COLON_COLON] = ACTIONS(5025), + [anon_sym_PLUS_EQ] = ACTIONS(5025), + [anon_sym_DASH_EQ] = ACTIONS(5025), + [anon_sym_STAR_EQ] = ACTIONS(5025), + [anon_sym_SLASH_EQ] = ACTIONS(5025), + [anon_sym_PERCENT_EQ] = ACTIONS(5025), + [anon_sym_BANG_EQ] = ACTIONS(5023), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5025), + [anon_sym_EQ_EQ] = ACTIONS(5023), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5025), + [anon_sym_LT_EQ] = ACTIONS(5025), + [anon_sym_GT_EQ] = ACTIONS(5025), + [anon_sym_BANGin] = ACTIONS(5025), + [anon_sym_is] = ACTIONS(5023), + [anon_sym_BANGis] = ACTIONS(5025), + [anon_sym_PLUS] = ACTIONS(5023), + [anon_sym_DASH] = ACTIONS(5023), + [anon_sym_SLASH] = ACTIONS(5023), + [anon_sym_PERCENT] = ACTIONS(5023), + [anon_sym_as_QMARK] = ACTIONS(5025), + [anon_sym_PLUS_PLUS] = ACTIONS(5025), + [anon_sym_DASH_DASH] = ACTIONS(5025), + [anon_sym_BANG_BANG] = ACTIONS(5025), + [anon_sym_suspend] = ACTIONS(5023), + [anon_sym_sealed] = ACTIONS(5023), + [anon_sym_annotation] = ACTIONS(5023), + [anon_sym_data] = ACTIONS(5023), + [anon_sym_inner] = ACTIONS(5023), + [anon_sym_override] = ACTIONS(5023), + [anon_sym_lateinit] = ACTIONS(5023), + [anon_sym_public] = ACTIONS(5023), + [anon_sym_private] = ACTIONS(5023), + [anon_sym_internal] = ACTIONS(5023), + [anon_sym_protected] = ACTIONS(5023), + [anon_sym_tailrec] = ACTIONS(5023), + [anon_sym_operator] = ACTIONS(5023), + [anon_sym_infix] = ACTIONS(5023), + [anon_sym_inline] = ACTIONS(5023), + [anon_sym_external] = ACTIONS(5023), + [sym_property_modifier] = ACTIONS(5023), + [anon_sym_abstract] = ACTIONS(5023), + [anon_sym_final] = ACTIONS(5023), + [anon_sym_open] = ACTIONS(5023), + [anon_sym_vararg] = ACTIONS(5023), + [anon_sym_noinline] = ACTIONS(5023), + [anon_sym_crossinline] = ACTIONS(5023), + [anon_sym_expect] = ACTIONS(5023), + [anon_sym_actual] = ACTIONS(5023), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4505), - [sym__automatic_semicolon] = ACTIONS(4505), - [sym_safe_nav] = ACTIONS(4505), + [sym__backtick_identifier] = ACTIONS(5025), + [sym__automatic_semicolon] = ACTIONS(5025), + [sym_safe_nav] = ACTIONS(5025), [sym_multiline_comment] = ACTIONS(3), }, - [3724] = { - [sym__alpha_identifier] = ACTIONS(4951), - [anon_sym_AT] = ACTIONS(4953), - [anon_sym_LBRACK] = ACTIONS(4953), - [anon_sym_as] = ACTIONS(4951), - [anon_sym_EQ] = ACTIONS(4951), - [anon_sym_LBRACE] = ACTIONS(4953), - [anon_sym_RBRACE] = ACTIONS(4953), - [anon_sym_LPAREN] = ACTIONS(4953), - [anon_sym_COMMA] = ACTIONS(4953), - [anon_sym_LT] = ACTIONS(4951), - [anon_sym_GT] = ACTIONS(4951), - [anon_sym_where] = ACTIONS(4951), - [anon_sym_DOT] = ACTIONS(4951), - [anon_sym_SEMI] = ACTIONS(4953), - [anon_sym_get] = ACTIONS(4951), - [anon_sym_set] = ACTIONS(4951), - [anon_sym_STAR] = ACTIONS(4951), - [sym_label] = ACTIONS(4953), - [anon_sym_in] = ACTIONS(4951), - [anon_sym_DOT_DOT] = ACTIONS(4953), - [anon_sym_QMARK_COLON] = ACTIONS(4953), - [anon_sym_AMP_AMP] = ACTIONS(4953), - [anon_sym_PIPE_PIPE] = ACTIONS(4953), - [anon_sym_else] = ACTIONS(4951), - [anon_sym_COLON_COLON] = ACTIONS(4953), - [anon_sym_PLUS_EQ] = ACTIONS(4953), - [anon_sym_DASH_EQ] = ACTIONS(4953), - [anon_sym_STAR_EQ] = ACTIONS(4953), - [anon_sym_SLASH_EQ] = ACTIONS(4953), - [anon_sym_PERCENT_EQ] = ACTIONS(4953), - [anon_sym_BANG_EQ] = ACTIONS(4951), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4953), - [anon_sym_EQ_EQ] = ACTIONS(4951), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4953), - [anon_sym_LT_EQ] = ACTIONS(4953), - [anon_sym_GT_EQ] = ACTIONS(4953), - [anon_sym_BANGin] = ACTIONS(4953), - [anon_sym_is] = ACTIONS(4951), - [anon_sym_BANGis] = ACTIONS(4953), - [anon_sym_PLUS] = ACTIONS(4951), - [anon_sym_DASH] = ACTIONS(4951), - [anon_sym_SLASH] = ACTIONS(4951), - [anon_sym_PERCENT] = ACTIONS(4951), - [anon_sym_as_QMARK] = ACTIONS(4953), - [anon_sym_PLUS_PLUS] = ACTIONS(4953), - [anon_sym_DASH_DASH] = ACTIONS(4953), - [anon_sym_BANG_BANG] = ACTIONS(4953), - [anon_sym_suspend] = ACTIONS(4951), - [anon_sym_sealed] = ACTIONS(4951), - [anon_sym_annotation] = ACTIONS(4951), - [anon_sym_data] = ACTIONS(4951), - [anon_sym_inner] = ACTIONS(4951), - [anon_sym_override] = ACTIONS(4951), - [anon_sym_lateinit] = ACTIONS(4951), - [anon_sym_public] = ACTIONS(4951), - [anon_sym_private] = ACTIONS(4951), - [anon_sym_internal] = ACTIONS(4951), - [anon_sym_protected] = ACTIONS(4951), - [anon_sym_tailrec] = ACTIONS(4951), - [anon_sym_operator] = ACTIONS(4951), - [anon_sym_infix] = ACTIONS(4951), - [anon_sym_inline] = ACTIONS(4951), - [anon_sym_external] = ACTIONS(4951), - [sym_property_modifier] = ACTIONS(4951), - [anon_sym_abstract] = ACTIONS(4951), - [anon_sym_final] = ACTIONS(4951), - [anon_sym_open] = ACTIONS(4951), - [anon_sym_vararg] = ACTIONS(4951), - [anon_sym_noinline] = ACTIONS(4951), - [anon_sym_crossinline] = ACTIONS(4951), - [anon_sym_expect] = ACTIONS(4951), - [anon_sym_actual] = ACTIONS(4951), + [3694] = { + [sym__alpha_identifier] = ACTIONS(5047), + [anon_sym_AT] = ACTIONS(5049), + [anon_sym_LBRACK] = ACTIONS(5049), + [anon_sym_as] = ACTIONS(5047), + [anon_sym_EQ] = ACTIONS(5047), + [anon_sym_LBRACE] = ACTIONS(5049), + [anon_sym_RBRACE] = ACTIONS(5049), + [anon_sym_LPAREN] = ACTIONS(5049), + [anon_sym_COMMA] = ACTIONS(5049), + [anon_sym_LT] = ACTIONS(5047), + [anon_sym_GT] = ACTIONS(5047), + [anon_sym_where] = ACTIONS(5047), + [anon_sym_DOT] = ACTIONS(5047), + [anon_sym_SEMI] = ACTIONS(5049), + [anon_sym_get] = ACTIONS(5047), + [anon_sym_set] = ACTIONS(5047), + [anon_sym_STAR] = ACTIONS(5047), + [sym_label] = ACTIONS(5049), + [anon_sym_in] = ACTIONS(5047), + [anon_sym_DOT_DOT] = ACTIONS(5049), + [anon_sym_QMARK_COLON] = ACTIONS(5049), + [anon_sym_AMP_AMP] = ACTIONS(5049), + [anon_sym_PIPE_PIPE] = ACTIONS(5049), + [anon_sym_else] = ACTIONS(5047), + [anon_sym_COLON_COLON] = ACTIONS(5049), + [anon_sym_PLUS_EQ] = ACTIONS(5049), + [anon_sym_DASH_EQ] = ACTIONS(5049), + [anon_sym_STAR_EQ] = ACTIONS(5049), + [anon_sym_SLASH_EQ] = ACTIONS(5049), + [anon_sym_PERCENT_EQ] = ACTIONS(5049), + [anon_sym_BANG_EQ] = ACTIONS(5047), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5049), + [anon_sym_EQ_EQ] = ACTIONS(5047), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5049), + [anon_sym_LT_EQ] = ACTIONS(5049), + [anon_sym_GT_EQ] = ACTIONS(5049), + [anon_sym_BANGin] = ACTIONS(5049), + [anon_sym_is] = ACTIONS(5047), + [anon_sym_BANGis] = ACTIONS(5049), + [anon_sym_PLUS] = ACTIONS(5047), + [anon_sym_DASH] = ACTIONS(5047), + [anon_sym_SLASH] = ACTIONS(5047), + [anon_sym_PERCENT] = ACTIONS(5047), + [anon_sym_as_QMARK] = ACTIONS(5049), + [anon_sym_PLUS_PLUS] = ACTIONS(5049), + [anon_sym_DASH_DASH] = ACTIONS(5049), + [anon_sym_BANG_BANG] = ACTIONS(5049), + [anon_sym_suspend] = ACTIONS(5047), + [anon_sym_sealed] = ACTIONS(5047), + [anon_sym_annotation] = ACTIONS(5047), + [anon_sym_data] = ACTIONS(5047), + [anon_sym_inner] = ACTIONS(5047), + [anon_sym_override] = ACTIONS(5047), + [anon_sym_lateinit] = ACTIONS(5047), + [anon_sym_public] = ACTIONS(5047), + [anon_sym_private] = ACTIONS(5047), + [anon_sym_internal] = ACTIONS(5047), + [anon_sym_protected] = ACTIONS(5047), + [anon_sym_tailrec] = ACTIONS(5047), + [anon_sym_operator] = ACTIONS(5047), + [anon_sym_infix] = ACTIONS(5047), + [anon_sym_inline] = ACTIONS(5047), + [anon_sym_external] = ACTIONS(5047), + [sym_property_modifier] = ACTIONS(5047), + [anon_sym_abstract] = ACTIONS(5047), + [anon_sym_final] = ACTIONS(5047), + [anon_sym_open] = ACTIONS(5047), + [anon_sym_vararg] = ACTIONS(5047), + [anon_sym_noinline] = ACTIONS(5047), + [anon_sym_crossinline] = ACTIONS(5047), + [anon_sym_expect] = ACTIONS(5047), + [anon_sym_actual] = ACTIONS(5047), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4953), - [sym__automatic_semicolon] = ACTIONS(4953), - [sym_safe_nav] = ACTIONS(4953), + [sym__backtick_identifier] = ACTIONS(5049), + [sym__automatic_semicolon] = ACTIONS(5049), + [sym_safe_nav] = ACTIONS(5049), [sym_multiline_comment] = ACTIONS(3), }, - [3725] = { - [sym__alpha_identifier] = ACTIONS(4935), - [anon_sym_AT] = ACTIONS(4937), - [anon_sym_LBRACK] = ACTIONS(4937), - [anon_sym_as] = ACTIONS(4935), - [anon_sym_EQ] = ACTIONS(4935), - [anon_sym_LBRACE] = ACTIONS(4937), - [anon_sym_RBRACE] = ACTIONS(4937), - [anon_sym_LPAREN] = ACTIONS(4937), - [anon_sym_COMMA] = ACTIONS(4937), - [anon_sym_LT] = ACTIONS(4935), - [anon_sym_GT] = ACTIONS(4935), - [anon_sym_where] = ACTIONS(4935), - [anon_sym_DOT] = ACTIONS(4935), - [anon_sym_SEMI] = ACTIONS(4937), - [anon_sym_get] = ACTIONS(4935), - [anon_sym_set] = ACTIONS(4935), - [anon_sym_STAR] = ACTIONS(4935), - [sym_label] = ACTIONS(4937), - [anon_sym_in] = ACTIONS(4935), - [anon_sym_DOT_DOT] = ACTIONS(4937), - [anon_sym_QMARK_COLON] = ACTIONS(4937), - [anon_sym_AMP_AMP] = ACTIONS(4937), - [anon_sym_PIPE_PIPE] = ACTIONS(4937), - [anon_sym_else] = ACTIONS(4935), - [anon_sym_COLON_COLON] = ACTIONS(4937), - [anon_sym_PLUS_EQ] = ACTIONS(4937), - [anon_sym_DASH_EQ] = ACTIONS(4937), - [anon_sym_STAR_EQ] = ACTIONS(4937), - [anon_sym_SLASH_EQ] = ACTIONS(4937), - [anon_sym_PERCENT_EQ] = ACTIONS(4937), - [anon_sym_BANG_EQ] = ACTIONS(4935), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4937), - [anon_sym_EQ_EQ] = ACTIONS(4935), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4937), - [anon_sym_LT_EQ] = ACTIONS(4937), - [anon_sym_GT_EQ] = ACTIONS(4937), - [anon_sym_BANGin] = ACTIONS(4937), - [anon_sym_is] = ACTIONS(4935), - [anon_sym_BANGis] = ACTIONS(4937), - [anon_sym_PLUS] = ACTIONS(4935), - [anon_sym_DASH] = ACTIONS(4935), - [anon_sym_SLASH] = ACTIONS(4935), - [anon_sym_PERCENT] = ACTIONS(4935), - [anon_sym_as_QMARK] = ACTIONS(4937), - [anon_sym_PLUS_PLUS] = ACTIONS(4937), - [anon_sym_DASH_DASH] = ACTIONS(4937), - [anon_sym_BANG_BANG] = ACTIONS(4937), - [anon_sym_suspend] = ACTIONS(4935), - [anon_sym_sealed] = ACTIONS(4935), - [anon_sym_annotation] = ACTIONS(4935), - [anon_sym_data] = ACTIONS(4935), - [anon_sym_inner] = ACTIONS(4935), - [anon_sym_override] = ACTIONS(4935), - [anon_sym_lateinit] = ACTIONS(4935), - [anon_sym_public] = ACTIONS(4935), - [anon_sym_private] = ACTIONS(4935), - [anon_sym_internal] = ACTIONS(4935), - [anon_sym_protected] = ACTIONS(4935), - [anon_sym_tailrec] = ACTIONS(4935), - [anon_sym_operator] = ACTIONS(4935), - [anon_sym_infix] = ACTIONS(4935), - [anon_sym_inline] = ACTIONS(4935), - [anon_sym_external] = ACTIONS(4935), - [sym_property_modifier] = ACTIONS(4935), - [anon_sym_abstract] = ACTIONS(4935), - [anon_sym_final] = ACTIONS(4935), - [anon_sym_open] = ACTIONS(4935), - [anon_sym_vararg] = ACTIONS(4935), - [anon_sym_noinline] = ACTIONS(4935), - [anon_sym_crossinline] = ACTIONS(4935), - [anon_sym_expect] = ACTIONS(4935), - [anon_sym_actual] = ACTIONS(4935), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4937), - [sym__automatic_semicolon] = ACTIONS(4937), - [sym_safe_nav] = ACTIONS(4937), + [3695] = { + [sym_class_body] = STATE(3209), + [sym_type_constraints] = STATE(3098), + [sym__alpha_identifier] = ACTIONS(4188), + [anon_sym_AT] = ACTIONS(4190), + [anon_sym_COLON] = ACTIONS(6832), + [anon_sym_LBRACK] = ACTIONS(4190), + [anon_sym_RBRACK] = ACTIONS(4190), + [anon_sym_as] = ACTIONS(4188), + [anon_sym_LBRACE] = ACTIONS(5179), + [anon_sym_RBRACE] = ACTIONS(4190), + [anon_sym_LPAREN] = ACTIONS(4190), + [anon_sym_COMMA] = ACTIONS(4190), + [anon_sym_RPAREN] = ACTIONS(4190), + [anon_sym_LT] = ACTIONS(4188), + [anon_sym_GT] = ACTIONS(4188), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(4188), + [anon_sym_SEMI] = ACTIONS(4190), + [anon_sym_get] = ACTIONS(4188), + [anon_sym_set] = ACTIONS(4188), + [anon_sym_STAR] = ACTIONS(4190), + [anon_sym_DASH_GT] = ACTIONS(4190), + [sym_label] = ACTIONS(4190), + [anon_sym_in] = ACTIONS(4188), + [anon_sym_while] = ACTIONS(4188), + [anon_sym_DOT_DOT] = ACTIONS(4190), + [anon_sym_QMARK_COLON] = ACTIONS(4190), + [anon_sym_AMP_AMP] = ACTIONS(4190), + [anon_sym_PIPE_PIPE] = ACTIONS(4190), + [anon_sym_else] = ACTIONS(4188), + [anon_sym_COLON_COLON] = ACTIONS(4190), + [anon_sym_BANG_EQ] = ACTIONS(4188), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4190), + [anon_sym_EQ_EQ] = ACTIONS(4188), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4190), + [anon_sym_LT_EQ] = ACTIONS(4190), + [anon_sym_GT_EQ] = ACTIONS(4190), + [anon_sym_BANGin] = ACTIONS(4190), + [anon_sym_is] = ACTIONS(4188), + [anon_sym_BANGis] = ACTIONS(4190), + [anon_sym_PLUS] = ACTIONS(4188), + [anon_sym_DASH] = ACTIONS(4188), + [anon_sym_SLASH] = ACTIONS(4188), + [anon_sym_PERCENT] = ACTIONS(4190), + [anon_sym_as_QMARK] = ACTIONS(4190), + [anon_sym_PLUS_PLUS] = ACTIONS(4190), + [anon_sym_DASH_DASH] = ACTIONS(4190), + [anon_sym_BANG_BANG] = ACTIONS(4190), + [anon_sym_suspend] = ACTIONS(4188), + [anon_sym_sealed] = ACTIONS(4188), + [anon_sym_annotation] = ACTIONS(4188), + [anon_sym_data] = ACTIONS(4188), + [anon_sym_inner] = ACTIONS(4188), + [anon_sym_override] = ACTIONS(4188), + [anon_sym_lateinit] = ACTIONS(4188), + [anon_sym_public] = ACTIONS(4188), + [anon_sym_private] = ACTIONS(4188), + [anon_sym_internal] = ACTIONS(4188), + [anon_sym_protected] = ACTIONS(4188), + [anon_sym_tailrec] = ACTIONS(4188), + [anon_sym_operator] = ACTIONS(4188), + [anon_sym_infix] = ACTIONS(4188), + [anon_sym_inline] = ACTIONS(4188), + [anon_sym_external] = ACTIONS(4188), + [sym_property_modifier] = ACTIONS(4188), + [anon_sym_abstract] = ACTIONS(4188), + [anon_sym_final] = ACTIONS(4188), + [anon_sym_open] = ACTIONS(4188), + [anon_sym_vararg] = ACTIONS(4188), + [anon_sym_noinline] = ACTIONS(4188), + [anon_sym_crossinline] = ACTIONS(4188), + [anon_sym_expect] = ACTIONS(4188), + [anon_sym_actual] = ACTIONS(4188), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4190), + [sym_safe_nav] = ACTIONS(4190), [sym_multiline_comment] = ACTIONS(3), }, - [3726] = { - [sym_type_constraints] = STATE(3116), - [sym_enum_class_body] = STATE(3126), - [sym__alpha_identifier] = ACTIONS(4213), - [anon_sym_AT] = ACTIONS(4215), - [anon_sym_COLON] = ACTIONS(6874), - [anon_sym_LBRACK] = ACTIONS(4215), - [anon_sym_as] = ACTIONS(4213), - [anon_sym_LBRACE] = ACTIONS(3152), - [anon_sym_RBRACE] = ACTIONS(4215), - [anon_sym_LPAREN] = ACTIONS(4215), - [anon_sym_COMMA] = ACTIONS(4215), - [anon_sym_LT] = ACTIONS(4213), - [anon_sym_GT] = ACTIONS(4213), + [3696] = { + [sym_type_constraints] = STATE(3093), + [sym_enum_class_body] = STATE(3209), + [sym__alpha_identifier] = ACTIONS(4188), + [anon_sym_AT] = ACTIONS(4190), + [anon_sym_COLON] = ACTIONS(6834), + [anon_sym_LBRACK] = ACTIONS(4190), + [anon_sym_RBRACK] = ACTIONS(4190), + [anon_sym_as] = ACTIONS(4188), + [anon_sym_LBRACE] = ACTIONS(5171), + [anon_sym_RBRACE] = ACTIONS(4190), + [anon_sym_LPAREN] = ACTIONS(4190), + [anon_sym_COMMA] = ACTIONS(4190), + [anon_sym_RPAREN] = ACTIONS(4190), + [anon_sym_LT] = ACTIONS(4188), + [anon_sym_GT] = ACTIONS(4188), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(4188), + [anon_sym_SEMI] = ACTIONS(4190), + [anon_sym_get] = ACTIONS(4188), + [anon_sym_set] = ACTIONS(4188), + [anon_sym_STAR] = ACTIONS(4190), + [anon_sym_DASH_GT] = ACTIONS(4190), + [sym_label] = ACTIONS(4190), + [anon_sym_in] = ACTIONS(4188), + [anon_sym_while] = ACTIONS(4188), + [anon_sym_DOT_DOT] = ACTIONS(4190), + [anon_sym_QMARK_COLON] = ACTIONS(4190), + [anon_sym_AMP_AMP] = ACTIONS(4190), + [anon_sym_PIPE_PIPE] = ACTIONS(4190), + [anon_sym_else] = ACTIONS(4188), + [anon_sym_COLON_COLON] = ACTIONS(4190), + [anon_sym_BANG_EQ] = ACTIONS(4188), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4190), + [anon_sym_EQ_EQ] = ACTIONS(4188), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4190), + [anon_sym_LT_EQ] = ACTIONS(4190), + [anon_sym_GT_EQ] = ACTIONS(4190), + [anon_sym_BANGin] = ACTIONS(4190), + [anon_sym_is] = ACTIONS(4188), + [anon_sym_BANGis] = ACTIONS(4190), + [anon_sym_PLUS] = ACTIONS(4188), + [anon_sym_DASH] = ACTIONS(4188), + [anon_sym_SLASH] = ACTIONS(4188), + [anon_sym_PERCENT] = ACTIONS(4190), + [anon_sym_as_QMARK] = ACTIONS(4190), + [anon_sym_PLUS_PLUS] = ACTIONS(4190), + [anon_sym_DASH_DASH] = ACTIONS(4190), + [anon_sym_BANG_BANG] = ACTIONS(4190), + [anon_sym_suspend] = ACTIONS(4188), + [anon_sym_sealed] = ACTIONS(4188), + [anon_sym_annotation] = ACTIONS(4188), + [anon_sym_data] = ACTIONS(4188), + [anon_sym_inner] = ACTIONS(4188), + [anon_sym_override] = ACTIONS(4188), + [anon_sym_lateinit] = ACTIONS(4188), + [anon_sym_public] = ACTIONS(4188), + [anon_sym_private] = ACTIONS(4188), + [anon_sym_internal] = ACTIONS(4188), + [anon_sym_protected] = ACTIONS(4188), + [anon_sym_tailrec] = ACTIONS(4188), + [anon_sym_operator] = ACTIONS(4188), + [anon_sym_infix] = ACTIONS(4188), + [anon_sym_inline] = ACTIONS(4188), + [anon_sym_external] = ACTIONS(4188), + [sym_property_modifier] = ACTIONS(4188), + [anon_sym_abstract] = ACTIONS(4188), + [anon_sym_final] = ACTIONS(4188), + [anon_sym_open] = ACTIONS(4188), + [anon_sym_vararg] = ACTIONS(4188), + [anon_sym_noinline] = ACTIONS(4188), + [anon_sym_crossinline] = ACTIONS(4188), + [anon_sym_expect] = ACTIONS(4188), + [anon_sym_actual] = ACTIONS(4188), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4190), + [sym_safe_nav] = ACTIONS(4190), + [sym_multiline_comment] = ACTIONS(3), + }, + [3697] = { + [sym__alpha_identifier] = ACTIONS(4869), + [anon_sym_AT] = ACTIONS(4871), + [anon_sym_LBRACK] = ACTIONS(4871), + [anon_sym_as] = ACTIONS(4869), + [anon_sym_EQ] = ACTIONS(4869), + [anon_sym_LBRACE] = ACTIONS(4871), + [anon_sym_RBRACE] = ACTIONS(4871), + [anon_sym_LPAREN] = ACTIONS(4871), + [anon_sym_COMMA] = ACTIONS(4871), + [anon_sym_LT] = ACTIONS(4869), + [anon_sym_GT] = ACTIONS(4869), + [anon_sym_where] = ACTIONS(4869), + [anon_sym_DOT] = ACTIONS(4869), + [anon_sym_SEMI] = ACTIONS(4871), + [anon_sym_get] = ACTIONS(4869), + [anon_sym_set] = ACTIONS(4869), + [anon_sym_STAR] = ACTIONS(4869), + [sym_label] = ACTIONS(4871), + [anon_sym_in] = ACTIONS(4869), + [anon_sym_DOT_DOT] = ACTIONS(4871), + [anon_sym_QMARK_COLON] = ACTIONS(4871), + [anon_sym_AMP_AMP] = ACTIONS(4871), + [anon_sym_PIPE_PIPE] = ACTIONS(4871), + [anon_sym_else] = ACTIONS(4869), + [anon_sym_COLON_COLON] = ACTIONS(4871), + [anon_sym_PLUS_EQ] = ACTIONS(4871), + [anon_sym_DASH_EQ] = ACTIONS(4871), + [anon_sym_STAR_EQ] = ACTIONS(4871), + [anon_sym_SLASH_EQ] = ACTIONS(4871), + [anon_sym_PERCENT_EQ] = ACTIONS(4871), + [anon_sym_BANG_EQ] = ACTIONS(4869), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4871), + [anon_sym_EQ_EQ] = ACTIONS(4869), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4871), + [anon_sym_LT_EQ] = ACTIONS(4871), + [anon_sym_GT_EQ] = ACTIONS(4871), + [anon_sym_BANGin] = ACTIONS(4871), + [anon_sym_is] = ACTIONS(4869), + [anon_sym_BANGis] = ACTIONS(4871), + [anon_sym_PLUS] = ACTIONS(4869), + [anon_sym_DASH] = ACTIONS(4869), + [anon_sym_SLASH] = ACTIONS(4869), + [anon_sym_PERCENT] = ACTIONS(4869), + [anon_sym_as_QMARK] = ACTIONS(4871), + [anon_sym_PLUS_PLUS] = ACTIONS(4871), + [anon_sym_DASH_DASH] = ACTIONS(4871), + [anon_sym_BANG_BANG] = ACTIONS(4871), + [anon_sym_suspend] = ACTIONS(4869), + [anon_sym_sealed] = ACTIONS(4869), + [anon_sym_annotation] = ACTIONS(4869), + [anon_sym_data] = ACTIONS(4869), + [anon_sym_inner] = ACTIONS(4869), + [anon_sym_override] = ACTIONS(4869), + [anon_sym_lateinit] = ACTIONS(4869), + [anon_sym_public] = ACTIONS(4869), + [anon_sym_private] = ACTIONS(4869), + [anon_sym_internal] = ACTIONS(4869), + [anon_sym_protected] = ACTIONS(4869), + [anon_sym_tailrec] = ACTIONS(4869), + [anon_sym_operator] = ACTIONS(4869), + [anon_sym_infix] = ACTIONS(4869), + [anon_sym_inline] = ACTIONS(4869), + [anon_sym_external] = ACTIONS(4869), + [sym_property_modifier] = ACTIONS(4869), + [anon_sym_abstract] = ACTIONS(4869), + [anon_sym_final] = ACTIONS(4869), + [anon_sym_open] = ACTIONS(4869), + [anon_sym_vararg] = ACTIONS(4869), + [anon_sym_noinline] = ACTIONS(4869), + [anon_sym_crossinline] = ACTIONS(4869), + [anon_sym_expect] = ACTIONS(4869), + [anon_sym_actual] = ACTIONS(4869), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4871), + [sym__automatic_semicolon] = ACTIONS(4871), + [sym_safe_nav] = ACTIONS(4871), + [sym_multiline_comment] = ACTIONS(3), + }, + [3698] = { + [sym_class_body] = STATE(3261), + [sym_type_constraints] = STATE(3076), + [sym__alpha_identifier] = ACTIONS(3186), + [anon_sym_AT] = ACTIONS(3190), + [anon_sym_COLON] = ACTIONS(5954), + [anon_sym_LBRACK] = ACTIONS(3190), + [anon_sym_RBRACK] = ACTIONS(3190), + [anon_sym_as] = ACTIONS(3186), + [anon_sym_LBRACE] = ACTIONS(5179), + [anon_sym_RBRACE] = ACTIONS(3190), + [anon_sym_LPAREN] = ACTIONS(3190), + [anon_sym_COMMA] = ACTIONS(3190), + [anon_sym_RPAREN] = ACTIONS(3190), + [anon_sym_LT] = ACTIONS(3186), + [anon_sym_GT] = ACTIONS(3186), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(3186), + [anon_sym_SEMI] = ACTIONS(3190), + [anon_sym_get] = ACTIONS(3186), + [anon_sym_set] = ACTIONS(3186), + [anon_sym_STAR] = ACTIONS(3190), + [anon_sym_DASH_GT] = ACTIONS(3190), + [sym_label] = ACTIONS(3190), + [anon_sym_in] = ACTIONS(3186), + [anon_sym_while] = ACTIONS(3186), + [anon_sym_DOT_DOT] = ACTIONS(3190), + [anon_sym_QMARK_COLON] = ACTIONS(3190), + [anon_sym_AMP_AMP] = ACTIONS(3190), + [anon_sym_PIPE_PIPE] = ACTIONS(3190), + [anon_sym_else] = ACTIONS(3186), + [anon_sym_COLON_COLON] = ACTIONS(3190), + [anon_sym_BANG_EQ] = ACTIONS(3186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3190), + [anon_sym_EQ_EQ] = ACTIONS(3186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3190), + [anon_sym_LT_EQ] = ACTIONS(3190), + [anon_sym_GT_EQ] = ACTIONS(3190), + [anon_sym_BANGin] = ACTIONS(3190), + [anon_sym_is] = ACTIONS(3186), + [anon_sym_BANGis] = ACTIONS(3190), + [anon_sym_PLUS] = ACTIONS(3186), + [anon_sym_DASH] = ACTIONS(3186), + [anon_sym_SLASH] = ACTIONS(3186), + [anon_sym_PERCENT] = ACTIONS(3190), + [anon_sym_as_QMARK] = ACTIONS(3190), + [anon_sym_PLUS_PLUS] = ACTIONS(3190), + [anon_sym_DASH_DASH] = ACTIONS(3190), + [anon_sym_BANG_BANG] = ACTIONS(3190), + [anon_sym_suspend] = ACTIONS(3186), + [anon_sym_sealed] = ACTIONS(3186), + [anon_sym_annotation] = ACTIONS(3186), + [anon_sym_data] = ACTIONS(3186), + [anon_sym_inner] = ACTIONS(3186), + [anon_sym_override] = ACTIONS(3186), + [anon_sym_lateinit] = ACTIONS(3186), + [anon_sym_public] = ACTIONS(3186), + [anon_sym_private] = ACTIONS(3186), + [anon_sym_internal] = ACTIONS(3186), + [anon_sym_protected] = ACTIONS(3186), + [anon_sym_tailrec] = ACTIONS(3186), + [anon_sym_operator] = ACTIONS(3186), + [anon_sym_infix] = ACTIONS(3186), + [anon_sym_inline] = ACTIONS(3186), + [anon_sym_external] = ACTIONS(3186), + [sym_property_modifier] = ACTIONS(3186), + [anon_sym_abstract] = ACTIONS(3186), + [anon_sym_final] = ACTIONS(3186), + [anon_sym_open] = ACTIONS(3186), + [anon_sym_vararg] = ACTIONS(3186), + [anon_sym_noinline] = ACTIONS(3186), + [anon_sym_crossinline] = ACTIONS(3186), + [anon_sym_expect] = ACTIONS(3186), + [anon_sym_actual] = ACTIONS(3186), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3190), + [sym_safe_nav] = ACTIONS(3190), + [sym_multiline_comment] = ACTIONS(3), + }, + [3699] = { + [sym_type_constraints] = STATE(3054), + [sym_enum_class_body] = STATE(3322), + [sym__alpha_identifier] = ACTIONS(3186), + [anon_sym_AT] = ACTIONS(3190), + [anon_sym_COLON] = ACTIONS(3494), + [anon_sym_LBRACK] = ACTIONS(3190), + [anon_sym_as] = ACTIONS(3186), + [anon_sym_LBRACE] = ACTIONS(3112), + [anon_sym_RBRACE] = ACTIONS(3190), + [anon_sym_LPAREN] = ACTIONS(3190), + [anon_sym_COMMA] = ACTIONS(3190), + [anon_sym_LT] = ACTIONS(3186), + [anon_sym_GT] = ACTIONS(3186), [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(4213), - [anon_sym_fun] = ACTIONS(4213), - [anon_sym_DOT] = ACTIONS(4213), - [anon_sym_SEMI] = ACTIONS(4215), - [anon_sym_get] = ACTIONS(4213), - [anon_sym_set] = ACTIONS(4213), - [anon_sym_this] = ACTIONS(4213), - [anon_sym_super] = ACTIONS(4213), - [anon_sym_STAR] = ACTIONS(4215), - [sym_label] = ACTIONS(4213), - [anon_sym_in] = ACTIONS(4213), - [anon_sym_DOT_DOT] = ACTIONS(4215), - [anon_sym_QMARK_COLON] = ACTIONS(4215), - [anon_sym_AMP_AMP] = ACTIONS(4215), - [anon_sym_PIPE_PIPE] = ACTIONS(4215), - [anon_sym_null] = ACTIONS(4213), - [anon_sym_if] = ACTIONS(4213), - [anon_sym_else] = ACTIONS(4213), - [anon_sym_when] = ACTIONS(4213), - [anon_sym_try] = ACTIONS(4213), - [anon_sym_throw] = ACTIONS(4213), - [anon_sym_return] = ACTIONS(4213), - [anon_sym_continue] = ACTIONS(4213), - [anon_sym_break] = ACTIONS(4213), - [anon_sym_COLON_COLON] = ACTIONS(4215), - [anon_sym_BANG_EQ] = ACTIONS(4213), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4215), - [anon_sym_EQ_EQ] = ACTIONS(4213), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4215), - [anon_sym_LT_EQ] = ACTIONS(4215), - [anon_sym_GT_EQ] = ACTIONS(4215), - [anon_sym_BANGin] = ACTIONS(4215), - [anon_sym_is] = ACTIONS(4213), - [anon_sym_BANGis] = ACTIONS(4215), - [anon_sym_PLUS] = ACTIONS(4213), - [anon_sym_DASH] = ACTIONS(4213), - [anon_sym_SLASH] = ACTIONS(4213), - [anon_sym_PERCENT] = ACTIONS(4215), - [anon_sym_as_QMARK] = ACTIONS(4215), - [anon_sym_PLUS_PLUS] = ACTIONS(4215), - [anon_sym_DASH_DASH] = ACTIONS(4215), - [anon_sym_BANG] = ACTIONS(4213), - [anon_sym_BANG_BANG] = ACTIONS(4215), - [anon_sym_data] = ACTIONS(4213), - [anon_sym_inner] = ACTIONS(4213), - [anon_sym_expect] = ACTIONS(4213), - [anon_sym_actual] = ACTIONS(4213), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4215), - [anon_sym_continue_AT] = ACTIONS(4215), - [anon_sym_break_AT] = ACTIONS(4215), - [sym_real_literal] = ACTIONS(4215), - [sym_integer_literal] = ACTIONS(4213), - [sym_hex_literal] = ACTIONS(4215), - [sym_bin_literal] = ACTIONS(4215), - [anon_sym_true] = ACTIONS(4213), - [anon_sym_false] = ACTIONS(4213), - [anon_sym_SQUOTE] = ACTIONS(4215), - [sym__backtick_identifier] = ACTIONS(4215), - [sym__automatic_semicolon] = ACTIONS(4215), - [sym_safe_nav] = ACTIONS(4215), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4215), + [anon_sym_object] = ACTIONS(3186), + [anon_sym_fun] = ACTIONS(3186), + [anon_sym_DOT] = ACTIONS(3186), + [anon_sym_SEMI] = ACTIONS(3190), + [anon_sym_get] = ACTIONS(3186), + [anon_sym_set] = ACTIONS(3186), + [anon_sym_this] = ACTIONS(3186), + [anon_sym_super] = ACTIONS(3186), + [anon_sym_STAR] = ACTIONS(3190), + [sym_label] = ACTIONS(3186), + [anon_sym_in] = ACTIONS(3186), + [anon_sym_DOT_DOT] = ACTIONS(3190), + [anon_sym_QMARK_COLON] = ACTIONS(3190), + [anon_sym_AMP_AMP] = ACTIONS(3190), + [anon_sym_PIPE_PIPE] = ACTIONS(3190), + [anon_sym_null] = ACTIONS(3186), + [anon_sym_if] = ACTIONS(3186), + [anon_sym_else] = ACTIONS(3186), + [anon_sym_when] = ACTIONS(3186), + [anon_sym_try] = ACTIONS(3186), + [anon_sym_throw] = ACTIONS(3186), + [anon_sym_return] = ACTIONS(3186), + [anon_sym_continue] = ACTIONS(3186), + [anon_sym_break] = ACTIONS(3186), + [anon_sym_COLON_COLON] = ACTIONS(3190), + [anon_sym_BANG_EQ] = ACTIONS(3186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3190), + [anon_sym_EQ_EQ] = ACTIONS(3186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3190), + [anon_sym_LT_EQ] = ACTIONS(3190), + [anon_sym_GT_EQ] = ACTIONS(3190), + [anon_sym_BANGin] = ACTIONS(3190), + [anon_sym_is] = ACTIONS(3186), + [anon_sym_BANGis] = ACTIONS(3190), + [anon_sym_PLUS] = ACTIONS(3186), + [anon_sym_DASH] = ACTIONS(3186), + [anon_sym_SLASH] = ACTIONS(3186), + [anon_sym_PERCENT] = ACTIONS(3190), + [anon_sym_as_QMARK] = ACTIONS(3190), + [anon_sym_PLUS_PLUS] = ACTIONS(3190), + [anon_sym_DASH_DASH] = ACTIONS(3190), + [anon_sym_BANG] = ACTIONS(3186), + [anon_sym_BANG_BANG] = ACTIONS(3190), + [anon_sym_data] = ACTIONS(3186), + [anon_sym_inner] = ACTIONS(3186), + [anon_sym_expect] = ACTIONS(3186), + [anon_sym_actual] = ACTIONS(3186), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3190), + [anon_sym_continue_AT] = ACTIONS(3190), + [anon_sym_break_AT] = ACTIONS(3190), + [sym_real_literal] = ACTIONS(3190), + [sym_integer_literal] = ACTIONS(3186), + [sym_hex_literal] = ACTIONS(3190), + [sym_bin_literal] = ACTIONS(3190), + [anon_sym_true] = ACTIONS(3186), + [anon_sym_false] = ACTIONS(3186), + [anon_sym_SQUOTE] = ACTIONS(3190), + [sym__backtick_identifier] = ACTIONS(3190), + [sym__automatic_semicolon] = ACTIONS(3190), + [sym_safe_nav] = ACTIONS(3190), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3190), }, - [3727] = { + [3700] = { + [sym_type_constraints] = STATE(3071), + [sym_enum_class_body] = STATE(3261), + [sym__alpha_identifier] = ACTIONS(3186), + [anon_sym_AT] = ACTIONS(3190), + [anon_sym_COLON] = ACTIONS(5956), + [anon_sym_LBRACK] = ACTIONS(3190), + [anon_sym_RBRACK] = ACTIONS(3190), + [anon_sym_as] = ACTIONS(3186), + [anon_sym_LBRACE] = ACTIONS(5171), + [anon_sym_RBRACE] = ACTIONS(3190), + [anon_sym_LPAREN] = ACTIONS(3190), + [anon_sym_COMMA] = ACTIONS(3190), + [anon_sym_RPAREN] = ACTIONS(3190), + [anon_sym_LT] = ACTIONS(3186), + [anon_sym_GT] = ACTIONS(3186), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(3186), + [anon_sym_SEMI] = ACTIONS(3190), + [anon_sym_get] = ACTIONS(3186), + [anon_sym_set] = ACTIONS(3186), + [anon_sym_STAR] = ACTIONS(3190), + [anon_sym_DASH_GT] = ACTIONS(3190), + [sym_label] = ACTIONS(3190), + [anon_sym_in] = ACTIONS(3186), + [anon_sym_while] = ACTIONS(3186), + [anon_sym_DOT_DOT] = ACTIONS(3190), + [anon_sym_QMARK_COLON] = ACTIONS(3190), + [anon_sym_AMP_AMP] = ACTIONS(3190), + [anon_sym_PIPE_PIPE] = ACTIONS(3190), + [anon_sym_else] = ACTIONS(3186), + [anon_sym_COLON_COLON] = ACTIONS(3190), + [anon_sym_BANG_EQ] = ACTIONS(3186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3190), + [anon_sym_EQ_EQ] = ACTIONS(3186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3190), + [anon_sym_LT_EQ] = ACTIONS(3190), + [anon_sym_GT_EQ] = ACTIONS(3190), + [anon_sym_BANGin] = ACTIONS(3190), + [anon_sym_is] = ACTIONS(3186), + [anon_sym_BANGis] = ACTIONS(3190), + [anon_sym_PLUS] = ACTIONS(3186), + [anon_sym_DASH] = ACTIONS(3186), + [anon_sym_SLASH] = ACTIONS(3186), + [anon_sym_PERCENT] = ACTIONS(3190), + [anon_sym_as_QMARK] = ACTIONS(3190), + [anon_sym_PLUS_PLUS] = ACTIONS(3190), + [anon_sym_DASH_DASH] = ACTIONS(3190), + [anon_sym_BANG_BANG] = ACTIONS(3190), + [anon_sym_suspend] = ACTIONS(3186), + [anon_sym_sealed] = ACTIONS(3186), + [anon_sym_annotation] = ACTIONS(3186), + [anon_sym_data] = ACTIONS(3186), + [anon_sym_inner] = ACTIONS(3186), + [anon_sym_override] = ACTIONS(3186), + [anon_sym_lateinit] = ACTIONS(3186), + [anon_sym_public] = ACTIONS(3186), + [anon_sym_private] = ACTIONS(3186), + [anon_sym_internal] = ACTIONS(3186), + [anon_sym_protected] = ACTIONS(3186), + [anon_sym_tailrec] = ACTIONS(3186), + [anon_sym_operator] = ACTIONS(3186), + [anon_sym_infix] = ACTIONS(3186), + [anon_sym_inline] = ACTIONS(3186), + [anon_sym_external] = ACTIONS(3186), + [sym_property_modifier] = ACTIONS(3186), + [anon_sym_abstract] = ACTIONS(3186), + [anon_sym_final] = ACTIONS(3186), + [anon_sym_open] = ACTIONS(3186), + [anon_sym_vararg] = ACTIONS(3186), + [anon_sym_noinline] = ACTIONS(3186), + [anon_sym_crossinline] = ACTIONS(3186), + [anon_sym_expect] = ACTIONS(3186), + [anon_sym_actual] = ACTIONS(3186), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3190), + [sym_safe_nav] = ACTIONS(3190), + [sym_multiline_comment] = ACTIONS(3), + }, + [3701] = { + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3340), + [anon_sym_LBRACK] = ACTIONS(3340), + [anon_sym_as] = ACTIONS(3338), + [anon_sym_EQ] = ACTIONS(3338), + [anon_sym_LBRACE] = ACTIONS(3340), + [anon_sym_RBRACE] = ACTIONS(3340), + [anon_sym_LPAREN] = ACTIONS(3340), + [anon_sym_COMMA] = ACTIONS(3340), + [anon_sym_LT] = ACTIONS(3338), + [anon_sym_GT] = ACTIONS(3338), + [anon_sym_where] = ACTIONS(3338), + [anon_sym_DOT] = ACTIONS(3338), + [anon_sym_SEMI] = ACTIONS(3340), + [anon_sym_get] = ACTIONS(3338), + [anon_sym_set] = ACTIONS(3338), + [anon_sym_STAR] = ACTIONS(3338), + [sym_label] = ACTIONS(3340), + [anon_sym_in] = ACTIONS(3338), + [anon_sym_DOT_DOT] = ACTIONS(3340), + [anon_sym_QMARK_COLON] = ACTIONS(3340), + [anon_sym_AMP_AMP] = ACTIONS(3340), + [anon_sym_PIPE_PIPE] = ACTIONS(3340), + [anon_sym_else] = ACTIONS(3338), + [anon_sym_COLON_COLON] = ACTIONS(3340), + [anon_sym_PLUS_EQ] = ACTIONS(3340), + [anon_sym_DASH_EQ] = ACTIONS(3340), + [anon_sym_STAR_EQ] = ACTIONS(3340), + [anon_sym_SLASH_EQ] = ACTIONS(3340), + [anon_sym_PERCENT_EQ] = ACTIONS(3340), + [anon_sym_BANG_EQ] = ACTIONS(3338), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3340), + [anon_sym_EQ_EQ] = ACTIONS(3338), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3340), + [anon_sym_LT_EQ] = ACTIONS(3340), + [anon_sym_GT_EQ] = ACTIONS(3340), + [anon_sym_BANGin] = ACTIONS(3340), + [anon_sym_is] = ACTIONS(3338), + [anon_sym_BANGis] = ACTIONS(3340), + [anon_sym_PLUS] = ACTIONS(3338), + [anon_sym_DASH] = ACTIONS(3338), + [anon_sym_SLASH] = ACTIONS(3338), + [anon_sym_PERCENT] = ACTIONS(3338), + [anon_sym_as_QMARK] = ACTIONS(3340), + [anon_sym_PLUS_PLUS] = ACTIONS(3340), + [anon_sym_DASH_DASH] = ACTIONS(3340), + [anon_sym_BANG_BANG] = ACTIONS(3340), + [anon_sym_suspend] = ACTIONS(3338), + [anon_sym_sealed] = ACTIONS(3338), + [anon_sym_annotation] = ACTIONS(3338), + [anon_sym_data] = ACTIONS(3338), + [anon_sym_inner] = ACTIONS(3338), + [anon_sym_override] = ACTIONS(3338), + [anon_sym_lateinit] = ACTIONS(3338), + [anon_sym_public] = ACTIONS(3338), + [anon_sym_private] = ACTIONS(3338), + [anon_sym_internal] = ACTIONS(3338), + [anon_sym_protected] = ACTIONS(3338), + [anon_sym_tailrec] = ACTIONS(3338), + [anon_sym_operator] = ACTIONS(3338), + [anon_sym_infix] = ACTIONS(3338), + [anon_sym_inline] = ACTIONS(3338), + [anon_sym_external] = ACTIONS(3338), + [sym_property_modifier] = ACTIONS(3338), + [anon_sym_abstract] = ACTIONS(3338), + [anon_sym_final] = ACTIONS(3338), + [anon_sym_open] = ACTIONS(3338), + [anon_sym_vararg] = ACTIONS(3338), + [anon_sym_noinline] = ACTIONS(3338), + [anon_sym_crossinline] = ACTIONS(3338), + [anon_sym_expect] = ACTIONS(3338), + [anon_sym_actual] = ACTIONS(3338), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3340), + [sym__automatic_semicolon] = ACTIONS(3340), + [sym_safe_nav] = ACTIONS(3340), + [sym_multiline_comment] = ACTIONS(3), + }, + [3702] = { [sym__alpha_identifier] = ACTIONS(1764), [anon_sym_AT] = ACTIONS(1766), [anon_sym_LBRACK] = ACTIONS(1766), @@ -400986,1434 +399179,3725 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(1764), [anon_sym_actual] = ACTIONS(1764), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1766), - [sym__automatic_semicolon] = ACTIONS(1766), - [sym_safe_nav] = ACTIONS(1766), + [sym__backtick_identifier] = ACTIONS(1766), + [sym__automatic_semicolon] = ACTIONS(1766), + [sym_safe_nav] = ACTIONS(1766), + [sym_multiline_comment] = ACTIONS(3), + }, + [3703] = { + [sym_class_body] = STATE(3270), + [sym_type_constraints] = STATE(3068), + [sym__alpha_identifier] = ACTIONS(4303), + [anon_sym_AT] = ACTIONS(4305), + [anon_sym_COLON] = ACTIONS(6836), + [anon_sym_LBRACK] = ACTIONS(4305), + [anon_sym_RBRACK] = ACTIONS(4305), + [anon_sym_as] = ACTIONS(4303), + [anon_sym_LBRACE] = ACTIONS(5179), + [anon_sym_RBRACE] = ACTIONS(4305), + [anon_sym_LPAREN] = ACTIONS(4305), + [anon_sym_COMMA] = ACTIONS(4305), + [anon_sym_RPAREN] = ACTIONS(4305), + [anon_sym_LT] = ACTIONS(4303), + [anon_sym_GT] = ACTIONS(4303), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(4303), + [anon_sym_SEMI] = ACTIONS(4305), + [anon_sym_get] = ACTIONS(4303), + [anon_sym_set] = ACTIONS(4303), + [anon_sym_STAR] = ACTIONS(4305), + [anon_sym_DASH_GT] = ACTIONS(4305), + [sym_label] = ACTIONS(4305), + [anon_sym_in] = ACTIONS(4303), + [anon_sym_while] = ACTIONS(4303), + [anon_sym_DOT_DOT] = ACTIONS(4305), + [anon_sym_QMARK_COLON] = ACTIONS(4305), + [anon_sym_AMP_AMP] = ACTIONS(4305), + [anon_sym_PIPE_PIPE] = ACTIONS(4305), + [anon_sym_else] = ACTIONS(4303), + [anon_sym_COLON_COLON] = ACTIONS(4305), + [anon_sym_BANG_EQ] = ACTIONS(4303), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4305), + [anon_sym_EQ_EQ] = ACTIONS(4303), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4305), + [anon_sym_LT_EQ] = ACTIONS(4305), + [anon_sym_GT_EQ] = ACTIONS(4305), + [anon_sym_BANGin] = ACTIONS(4305), + [anon_sym_is] = ACTIONS(4303), + [anon_sym_BANGis] = ACTIONS(4305), + [anon_sym_PLUS] = ACTIONS(4303), + [anon_sym_DASH] = ACTIONS(4303), + [anon_sym_SLASH] = ACTIONS(4303), + [anon_sym_PERCENT] = ACTIONS(4305), + [anon_sym_as_QMARK] = ACTIONS(4305), + [anon_sym_PLUS_PLUS] = ACTIONS(4305), + [anon_sym_DASH_DASH] = ACTIONS(4305), + [anon_sym_BANG_BANG] = ACTIONS(4305), + [anon_sym_suspend] = ACTIONS(4303), + [anon_sym_sealed] = ACTIONS(4303), + [anon_sym_annotation] = ACTIONS(4303), + [anon_sym_data] = ACTIONS(4303), + [anon_sym_inner] = ACTIONS(4303), + [anon_sym_override] = ACTIONS(4303), + [anon_sym_lateinit] = ACTIONS(4303), + [anon_sym_public] = ACTIONS(4303), + [anon_sym_private] = ACTIONS(4303), + [anon_sym_internal] = ACTIONS(4303), + [anon_sym_protected] = ACTIONS(4303), + [anon_sym_tailrec] = ACTIONS(4303), + [anon_sym_operator] = ACTIONS(4303), + [anon_sym_infix] = ACTIONS(4303), + [anon_sym_inline] = ACTIONS(4303), + [anon_sym_external] = ACTIONS(4303), + [sym_property_modifier] = ACTIONS(4303), + [anon_sym_abstract] = ACTIONS(4303), + [anon_sym_final] = ACTIONS(4303), + [anon_sym_open] = ACTIONS(4303), + [anon_sym_vararg] = ACTIONS(4303), + [anon_sym_noinline] = ACTIONS(4303), + [anon_sym_crossinline] = ACTIONS(4303), + [anon_sym_expect] = ACTIONS(4303), + [anon_sym_actual] = ACTIONS(4303), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4305), + [sym_safe_nav] = ACTIONS(4305), + [sym_multiline_comment] = ACTIONS(3), + }, + [3704] = { + [sym__alpha_identifier] = ACTIONS(5015), + [anon_sym_AT] = ACTIONS(5017), + [anon_sym_LBRACK] = ACTIONS(5017), + [anon_sym_as] = ACTIONS(5015), + [anon_sym_EQ] = ACTIONS(5015), + [anon_sym_LBRACE] = ACTIONS(5017), + [anon_sym_RBRACE] = ACTIONS(5017), + [anon_sym_LPAREN] = ACTIONS(5017), + [anon_sym_COMMA] = ACTIONS(5017), + [anon_sym_LT] = ACTIONS(5015), + [anon_sym_GT] = ACTIONS(5015), + [anon_sym_where] = ACTIONS(5015), + [anon_sym_DOT] = ACTIONS(5015), + [anon_sym_SEMI] = ACTIONS(5017), + [anon_sym_get] = ACTIONS(5015), + [anon_sym_set] = ACTIONS(5015), + [anon_sym_STAR] = ACTIONS(5015), + [sym_label] = ACTIONS(5017), + [anon_sym_in] = ACTIONS(5015), + [anon_sym_DOT_DOT] = ACTIONS(5017), + [anon_sym_QMARK_COLON] = ACTIONS(5017), + [anon_sym_AMP_AMP] = ACTIONS(5017), + [anon_sym_PIPE_PIPE] = ACTIONS(5017), + [anon_sym_else] = ACTIONS(5015), + [anon_sym_COLON_COLON] = ACTIONS(5017), + [anon_sym_PLUS_EQ] = ACTIONS(5017), + [anon_sym_DASH_EQ] = ACTIONS(5017), + [anon_sym_STAR_EQ] = ACTIONS(5017), + [anon_sym_SLASH_EQ] = ACTIONS(5017), + [anon_sym_PERCENT_EQ] = ACTIONS(5017), + [anon_sym_BANG_EQ] = ACTIONS(5015), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5017), + [anon_sym_EQ_EQ] = ACTIONS(5015), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5017), + [anon_sym_LT_EQ] = ACTIONS(5017), + [anon_sym_GT_EQ] = ACTIONS(5017), + [anon_sym_BANGin] = ACTIONS(5017), + [anon_sym_is] = ACTIONS(5015), + [anon_sym_BANGis] = ACTIONS(5017), + [anon_sym_PLUS] = ACTIONS(5015), + [anon_sym_DASH] = ACTIONS(5015), + [anon_sym_SLASH] = ACTIONS(5015), + [anon_sym_PERCENT] = ACTIONS(5015), + [anon_sym_as_QMARK] = ACTIONS(5017), + [anon_sym_PLUS_PLUS] = ACTIONS(5017), + [anon_sym_DASH_DASH] = ACTIONS(5017), + [anon_sym_BANG_BANG] = ACTIONS(5017), + [anon_sym_suspend] = ACTIONS(5015), + [anon_sym_sealed] = ACTIONS(5015), + [anon_sym_annotation] = ACTIONS(5015), + [anon_sym_data] = ACTIONS(5015), + [anon_sym_inner] = ACTIONS(5015), + [anon_sym_override] = ACTIONS(5015), + [anon_sym_lateinit] = ACTIONS(5015), + [anon_sym_public] = ACTIONS(5015), + [anon_sym_private] = ACTIONS(5015), + [anon_sym_internal] = ACTIONS(5015), + [anon_sym_protected] = ACTIONS(5015), + [anon_sym_tailrec] = ACTIONS(5015), + [anon_sym_operator] = ACTIONS(5015), + [anon_sym_infix] = ACTIONS(5015), + [anon_sym_inline] = ACTIONS(5015), + [anon_sym_external] = ACTIONS(5015), + [sym_property_modifier] = ACTIONS(5015), + [anon_sym_abstract] = ACTIONS(5015), + [anon_sym_final] = ACTIONS(5015), + [anon_sym_open] = ACTIONS(5015), + [anon_sym_vararg] = ACTIONS(5015), + [anon_sym_noinline] = ACTIONS(5015), + [anon_sym_crossinline] = ACTIONS(5015), + [anon_sym_expect] = ACTIONS(5015), + [anon_sym_actual] = ACTIONS(5015), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5017), + [sym__automatic_semicolon] = ACTIONS(5017), + [sym_safe_nav] = ACTIONS(5017), + [sym_multiline_comment] = ACTIONS(3), + }, + [3705] = { + [sym__alpha_identifier] = ACTIONS(4099), + [anon_sym_AT] = ACTIONS(4101), + [anon_sym_LBRACK] = ACTIONS(4101), + [anon_sym_as] = ACTIONS(4099), + [anon_sym_EQ] = ACTIONS(4099), + [anon_sym_LBRACE] = ACTIONS(4101), + [anon_sym_RBRACE] = ACTIONS(4101), + [anon_sym_LPAREN] = ACTIONS(4101), + [anon_sym_COMMA] = ACTIONS(4101), + [anon_sym_LT] = ACTIONS(4099), + [anon_sym_GT] = ACTIONS(4099), + [anon_sym_where] = ACTIONS(4099), + [anon_sym_DOT] = ACTIONS(4099), + [anon_sym_SEMI] = ACTIONS(4101), + [anon_sym_get] = ACTIONS(4099), + [anon_sym_set] = ACTIONS(4099), + [anon_sym_STAR] = ACTIONS(4099), + [sym_label] = ACTIONS(4101), + [anon_sym_in] = ACTIONS(4099), + [anon_sym_DOT_DOT] = ACTIONS(4101), + [anon_sym_QMARK_COLON] = ACTIONS(4101), + [anon_sym_AMP_AMP] = ACTIONS(4101), + [anon_sym_PIPE_PIPE] = ACTIONS(4101), + [anon_sym_else] = ACTIONS(4099), + [anon_sym_COLON_COLON] = ACTIONS(4101), + [anon_sym_PLUS_EQ] = ACTIONS(4101), + [anon_sym_DASH_EQ] = ACTIONS(4101), + [anon_sym_STAR_EQ] = ACTIONS(4101), + [anon_sym_SLASH_EQ] = ACTIONS(4101), + [anon_sym_PERCENT_EQ] = ACTIONS(4101), + [anon_sym_BANG_EQ] = ACTIONS(4099), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4101), + [anon_sym_EQ_EQ] = ACTIONS(4099), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4101), + [anon_sym_LT_EQ] = ACTIONS(4101), + [anon_sym_GT_EQ] = ACTIONS(4101), + [anon_sym_BANGin] = ACTIONS(4101), + [anon_sym_is] = ACTIONS(4099), + [anon_sym_BANGis] = ACTIONS(4101), + [anon_sym_PLUS] = ACTIONS(4099), + [anon_sym_DASH] = ACTIONS(4099), + [anon_sym_SLASH] = ACTIONS(4099), + [anon_sym_PERCENT] = ACTIONS(4099), + [anon_sym_as_QMARK] = ACTIONS(4101), + [anon_sym_PLUS_PLUS] = ACTIONS(4101), + [anon_sym_DASH_DASH] = ACTIONS(4101), + [anon_sym_BANG_BANG] = ACTIONS(4101), + [anon_sym_suspend] = ACTIONS(4099), + [anon_sym_sealed] = ACTIONS(4099), + [anon_sym_annotation] = ACTIONS(4099), + [anon_sym_data] = ACTIONS(4099), + [anon_sym_inner] = ACTIONS(4099), + [anon_sym_override] = ACTIONS(4099), + [anon_sym_lateinit] = ACTIONS(4099), + [anon_sym_public] = ACTIONS(4099), + [anon_sym_private] = ACTIONS(4099), + [anon_sym_internal] = ACTIONS(4099), + [anon_sym_protected] = ACTIONS(4099), + [anon_sym_tailrec] = ACTIONS(4099), + [anon_sym_operator] = ACTIONS(4099), + [anon_sym_infix] = ACTIONS(4099), + [anon_sym_inline] = ACTIONS(4099), + [anon_sym_external] = ACTIONS(4099), + [sym_property_modifier] = ACTIONS(4099), + [anon_sym_abstract] = ACTIONS(4099), + [anon_sym_final] = ACTIONS(4099), + [anon_sym_open] = ACTIONS(4099), + [anon_sym_vararg] = ACTIONS(4099), + [anon_sym_noinline] = ACTIONS(4099), + [anon_sym_crossinline] = ACTIONS(4099), + [anon_sym_expect] = ACTIONS(4099), + [anon_sym_actual] = ACTIONS(4099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4101), + [sym__automatic_semicolon] = ACTIONS(4101), + [sym_safe_nav] = ACTIONS(4101), + [sym_multiline_comment] = ACTIONS(3), + }, + [3706] = { + [sym__alpha_identifier] = ACTIONS(5065), + [anon_sym_AT] = ACTIONS(5067), + [anon_sym_LBRACK] = ACTIONS(5067), + [anon_sym_as] = ACTIONS(5065), + [anon_sym_EQ] = ACTIONS(5065), + [anon_sym_LBRACE] = ACTIONS(5067), + [anon_sym_RBRACE] = ACTIONS(5067), + [anon_sym_LPAREN] = ACTIONS(5067), + [anon_sym_COMMA] = ACTIONS(5067), + [anon_sym_LT] = ACTIONS(5065), + [anon_sym_GT] = ACTIONS(5065), + [anon_sym_where] = ACTIONS(5065), + [anon_sym_DOT] = ACTIONS(5065), + [anon_sym_SEMI] = ACTIONS(5067), + [anon_sym_get] = ACTIONS(5065), + [anon_sym_set] = ACTIONS(5065), + [anon_sym_STAR] = ACTIONS(5065), + [sym_label] = ACTIONS(5067), + [anon_sym_in] = ACTIONS(5065), + [anon_sym_DOT_DOT] = ACTIONS(5067), + [anon_sym_QMARK_COLON] = ACTIONS(5067), + [anon_sym_AMP_AMP] = ACTIONS(5067), + [anon_sym_PIPE_PIPE] = ACTIONS(5067), + [anon_sym_else] = ACTIONS(5065), + [anon_sym_COLON_COLON] = ACTIONS(5067), + [anon_sym_PLUS_EQ] = ACTIONS(5067), + [anon_sym_DASH_EQ] = ACTIONS(5067), + [anon_sym_STAR_EQ] = ACTIONS(5067), + [anon_sym_SLASH_EQ] = ACTIONS(5067), + [anon_sym_PERCENT_EQ] = ACTIONS(5067), + [anon_sym_BANG_EQ] = ACTIONS(5065), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5067), + [anon_sym_EQ_EQ] = ACTIONS(5065), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5067), + [anon_sym_LT_EQ] = ACTIONS(5067), + [anon_sym_GT_EQ] = ACTIONS(5067), + [anon_sym_BANGin] = ACTIONS(5067), + [anon_sym_is] = ACTIONS(5065), + [anon_sym_BANGis] = ACTIONS(5067), + [anon_sym_PLUS] = ACTIONS(5065), + [anon_sym_DASH] = ACTIONS(5065), + [anon_sym_SLASH] = ACTIONS(5065), + [anon_sym_PERCENT] = ACTIONS(5065), + [anon_sym_as_QMARK] = ACTIONS(5067), + [anon_sym_PLUS_PLUS] = ACTIONS(5067), + [anon_sym_DASH_DASH] = ACTIONS(5067), + [anon_sym_BANG_BANG] = ACTIONS(5067), + [anon_sym_suspend] = ACTIONS(5065), + [anon_sym_sealed] = ACTIONS(5065), + [anon_sym_annotation] = ACTIONS(5065), + [anon_sym_data] = ACTIONS(5065), + [anon_sym_inner] = ACTIONS(5065), + [anon_sym_override] = ACTIONS(5065), + [anon_sym_lateinit] = ACTIONS(5065), + [anon_sym_public] = ACTIONS(5065), + [anon_sym_private] = ACTIONS(5065), + [anon_sym_internal] = ACTIONS(5065), + [anon_sym_protected] = ACTIONS(5065), + [anon_sym_tailrec] = ACTIONS(5065), + [anon_sym_operator] = ACTIONS(5065), + [anon_sym_infix] = ACTIONS(5065), + [anon_sym_inline] = ACTIONS(5065), + [anon_sym_external] = ACTIONS(5065), + [sym_property_modifier] = ACTIONS(5065), + [anon_sym_abstract] = ACTIONS(5065), + [anon_sym_final] = ACTIONS(5065), + [anon_sym_open] = ACTIONS(5065), + [anon_sym_vararg] = ACTIONS(5065), + [anon_sym_noinline] = ACTIONS(5065), + [anon_sym_crossinline] = ACTIONS(5065), + [anon_sym_expect] = ACTIONS(5065), + [anon_sym_actual] = ACTIONS(5065), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5067), + [sym__automatic_semicolon] = ACTIONS(5067), + [sym_safe_nav] = ACTIONS(5067), + [sym_multiline_comment] = ACTIONS(3), + }, + [3707] = { + [sym__alpha_identifier] = ACTIONS(4256), + [anon_sym_AT] = ACTIONS(4258), + [anon_sym_LBRACK] = ACTIONS(4258), + [anon_sym_as] = ACTIONS(4256), + [anon_sym_EQ] = ACTIONS(4256), + [anon_sym_LBRACE] = ACTIONS(4258), + [anon_sym_RBRACE] = ACTIONS(4258), + [anon_sym_LPAREN] = ACTIONS(4258), + [anon_sym_COMMA] = ACTIONS(4258), + [anon_sym_LT] = ACTIONS(4256), + [anon_sym_GT] = ACTIONS(4256), + [anon_sym_where] = ACTIONS(4256), + [anon_sym_DOT] = ACTIONS(4256), + [anon_sym_SEMI] = ACTIONS(4258), + [anon_sym_get] = ACTIONS(4256), + [anon_sym_set] = ACTIONS(4256), + [anon_sym_STAR] = ACTIONS(4256), + [sym_label] = ACTIONS(4258), + [anon_sym_in] = ACTIONS(4256), + [anon_sym_DOT_DOT] = ACTIONS(4258), + [anon_sym_QMARK_COLON] = ACTIONS(4258), + [anon_sym_AMP_AMP] = ACTIONS(4258), + [anon_sym_PIPE_PIPE] = ACTIONS(4258), + [anon_sym_else] = ACTIONS(4256), + [anon_sym_COLON_COLON] = ACTIONS(4258), + [anon_sym_PLUS_EQ] = ACTIONS(4258), + [anon_sym_DASH_EQ] = ACTIONS(4258), + [anon_sym_STAR_EQ] = ACTIONS(4258), + [anon_sym_SLASH_EQ] = ACTIONS(4258), + [anon_sym_PERCENT_EQ] = ACTIONS(4258), + [anon_sym_BANG_EQ] = ACTIONS(4256), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4258), + [anon_sym_EQ_EQ] = ACTIONS(4256), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4258), + [anon_sym_LT_EQ] = ACTIONS(4258), + [anon_sym_GT_EQ] = ACTIONS(4258), + [anon_sym_BANGin] = ACTIONS(4258), + [anon_sym_is] = ACTIONS(4256), + [anon_sym_BANGis] = ACTIONS(4258), + [anon_sym_PLUS] = ACTIONS(4256), + [anon_sym_DASH] = ACTIONS(4256), + [anon_sym_SLASH] = ACTIONS(4256), + [anon_sym_PERCENT] = ACTIONS(4256), + [anon_sym_as_QMARK] = ACTIONS(4258), + [anon_sym_PLUS_PLUS] = ACTIONS(4258), + [anon_sym_DASH_DASH] = ACTIONS(4258), + [anon_sym_BANG_BANG] = ACTIONS(4258), + [anon_sym_suspend] = ACTIONS(4256), + [anon_sym_sealed] = ACTIONS(4256), + [anon_sym_annotation] = ACTIONS(4256), + [anon_sym_data] = ACTIONS(4256), + [anon_sym_inner] = ACTIONS(4256), + [anon_sym_override] = ACTIONS(4256), + [anon_sym_lateinit] = ACTIONS(4256), + [anon_sym_public] = ACTIONS(4256), + [anon_sym_private] = ACTIONS(4256), + [anon_sym_internal] = ACTIONS(4256), + [anon_sym_protected] = ACTIONS(4256), + [anon_sym_tailrec] = ACTIONS(4256), + [anon_sym_operator] = ACTIONS(4256), + [anon_sym_infix] = ACTIONS(4256), + [anon_sym_inline] = ACTIONS(4256), + [anon_sym_external] = ACTIONS(4256), + [sym_property_modifier] = ACTIONS(4256), + [anon_sym_abstract] = ACTIONS(4256), + [anon_sym_final] = ACTIONS(4256), + [anon_sym_open] = ACTIONS(4256), + [anon_sym_vararg] = ACTIONS(4256), + [anon_sym_noinline] = ACTIONS(4256), + [anon_sym_crossinline] = ACTIONS(4256), + [anon_sym_expect] = ACTIONS(4256), + [anon_sym_actual] = ACTIONS(4256), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4258), + [sym__automatic_semicolon] = ACTIONS(4258), + [sym_safe_nav] = ACTIONS(4258), + [sym_multiline_comment] = ACTIONS(3), + }, + [3708] = { + [sym__alpha_identifier] = ACTIONS(4828), + [anon_sym_AT] = ACTIONS(4830), + [anon_sym_LBRACK] = ACTIONS(4830), + [anon_sym_as] = ACTIONS(4828), + [anon_sym_EQ] = ACTIONS(4828), + [anon_sym_LBRACE] = ACTIONS(4830), + [anon_sym_RBRACE] = ACTIONS(4830), + [anon_sym_LPAREN] = ACTIONS(4830), + [anon_sym_COMMA] = ACTIONS(4830), + [anon_sym_LT] = ACTIONS(4828), + [anon_sym_GT] = ACTIONS(4828), + [anon_sym_where] = ACTIONS(4828), + [anon_sym_DOT] = ACTIONS(4828), + [anon_sym_SEMI] = ACTIONS(4830), + [anon_sym_get] = ACTIONS(4828), + [anon_sym_set] = ACTIONS(4828), + [anon_sym_STAR] = ACTIONS(4828), + [sym_label] = ACTIONS(4830), + [anon_sym_in] = ACTIONS(4828), + [anon_sym_DOT_DOT] = ACTIONS(4830), + [anon_sym_QMARK_COLON] = ACTIONS(4830), + [anon_sym_AMP_AMP] = ACTIONS(4830), + [anon_sym_PIPE_PIPE] = ACTIONS(4830), + [anon_sym_else] = ACTIONS(4828), + [anon_sym_COLON_COLON] = ACTIONS(4830), + [anon_sym_PLUS_EQ] = ACTIONS(4830), + [anon_sym_DASH_EQ] = ACTIONS(4830), + [anon_sym_STAR_EQ] = ACTIONS(4830), + [anon_sym_SLASH_EQ] = ACTIONS(4830), + [anon_sym_PERCENT_EQ] = ACTIONS(4830), + [anon_sym_BANG_EQ] = ACTIONS(4828), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4830), + [anon_sym_EQ_EQ] = ACTIONS(4828), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4830), + [anon_sym_LT_EQ] = ACTIONS(4830), + [anon_sym_GT_EQ] = ACTIONS(4830), + [anon_sym_BANGin] = ACTIONS(4830), + [anon_sym_is] = ACTIONS(4828), + [anon_sym_BANGis] = ACTIONS(4830), + [anon_sym_PLUS] = ACTIONS(4828), + [anon_sym_DASH] = ACTIONS(4828), + [anon_sym_SLASH] = ACTIONS(4828), + [anon_sym_PERCENT] = ACTIONS(4828), + [anon_sym_as_QMARK] = ACTIONS(4830), + [anon_sym_PLUS_PLUS] = ACTIONS(4830), + [anon_sym_DASH_DASH] = ACTIONS(4830), + [anon_sym_BANG_BANG] = ACTIONS(4830), + [anon_sym_suspend] = ACTIONS(4828), + [anon_sym_sealed] = ACTIONS(4828), + [anon_sym_annotation] = ACTIONS(4828), + [anon_sym_data] = ACTIONS(4828), + [anon_sym_inner] = ACTIONS(4828), + [anon_sym_override] = ACTIONS(4828), + [anon_sym_lateinit] = ACTIONS(4828), + [anon_sym_public] = ACTIONS(4828), + [anon_sym_private] = ACTIONS(4828), + [anon_sym_internal] = ACTIONS(4828), + [anon_sym_protected] = ACTIONS(4828), + [anon_sym_tailrec] = ACTIONS(4828), + [anon_sym_operator] = ACTIONS(4828), + [anon_sym_infix] = ACTIONS(4828), + [anon_sym_inline] = ACTIONS(4828), + [anon_sym_external] = ACTIONS(4828), + [sym_property_modifier] = ACTIONS(4828), + [anon_sym_abstract] = ACTIONS(4828), + [anon_sym_final] = ACTIONS(4828), + [anon_sym_open] = ACTIONS(4828), + [anon_sym_vararg] = ACTIONS(4828), + [anon_sym_noinline] = ACTIONS(4828), + [anon_sym_crossinline] = ACTIONS(4828), + [anon_sym_expect] = ACTIONS(4828), + [anon_sym_actual] = ACTIONS(4828), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4830), + [sym__automatic_semicolon] = ACTIONS(4830), + [sym_safe_nav] = ACTIONS(4830), + [sym_multiline_comment] = ACTIONS(3), + }, + [3709] = { + [sym__alpha_identifier] = ACTIONS(4487), + [anon_sym_AT] = ACTIONS(4489), + [anon_sym_LBRACK] = ACTIONS(4489), + [anon_sym_as] = ACTIONS(4487), + [anon_sym_EQ] = ACTIONS(4487), + [anon_sym_LBRACE] = ACTIONS(4489), + [anon_sym_RBRACE] = ACTIONS(4489), + [anon_sym_LPAREN] = ACTIONS(4489), + [anon_sym_COMMA] = ACTIONS(4489), + [anon_sym_LT] = ACTIONS(4487), + [anon_sym_GT] = ACTIONS(4487), + [anon_sym_where] = ACTIONS(4487), + [anon_sym_DOT] = ACTIONS(4487), + [anon_sym_SEMI] = ACTIONS(4489), + [anon_sym_get] = ACTIONS(4487), + [anon_sym_set] = ACTIONS(4487), + [anon_sym_STAR] = ACTIONS(4487), + [sym_label] = ACTIONS(4489), + [anon_sym_in] = ACTIONS(4487), + [anon_sym_DOT_DOT] = ACTIONS(4489), + [anon_sym_QMARK_COLON] = ACTIONS(4489), + [anon_sym_AMP_AMP] = ACTIONS(4489), + [anon_sym_PIPE_PIPE] = ACTIONS(4489), + [anon_sym_else] = ACTIONS(4487), + [anon_sym_COLON_COLON] = ACTIONS(4489), + [anon_sym_PLUS_EQ] = ACTIONS(4489), + [anon_sym_DASH_EQ] = ACTIONS(4489), + [anon_sym_STAR_EQ] = ACTIONS(4489), + [anon_sym_SLASH_EQ] = ACTIONS(4489), + [anon_sym_PERCENT_EQ] = ACTIONS(4489), + [anon_sym_BANG_EQ] = ACTIONS(4487), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4489), + [anon_sym_EQ_EQ] = ACTIONS(4487), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4489), + [anon_sym_LT_EQ] = ACTIONS(4489), + [anon_sym_GT_EQ] = ACTIONS(4489), + [anon_sym_BANGin] = ACTIONS(4489), + [anon_sym_is] = ACTIONS(4487), + [anon_sym_BANGis] = ACTIONS(4489), + [anon_sym_PLUS] = ACTIONS(4487), + [anon_sym_DASH] = ACTIONS(4487), + [anon_sym_SLASH] = ACTIONS(4487), + [anon_sym_PERCENT] = ACTIONS(4487), + [anon_sym_as_QMARK] = ACTIONS(4489), + [anon_sym_PLUS_PLUS] = ACTIONS(4489), + [anon_sym_DASH_DASH] = ACTIONS(4489), + [anon_sym_BANG_BANG] = ACTIONS(4489), + [anon_sym_suspend] = ACTIONS(4487), + [anon_sym_sealed] = ACTIONS(4487), + [anon_sym_annotation] = ACTIONS(4487), + [anon_sym_data] = ACTIONS(4487), + [anon_sym_inner] = ACTIONS(4487), + [anon_sym_override] = ACTIONS(4487), + [anon_sym_lateinit] = ACTIONS(4487), + [anon_sym_public] = ACTIONS(4487), + [anon_sym_private] = ACTIONS(4487), + [anon_sym_internal] = ACTIONS(4487), + [anon_sym_protected] = ACTIONS(4487), + [anon_sym_tailrec] = ACTIONS(4487), + [anon_sym_operator] = ACTIONS(4487), + [anon_sym_infix] = ACTIONS(4487), + [anon_sym_inline] = ACTIONS(4487), + [anon_sym_external] = ACTIONS(4487), + [sym_property_modifier] = ACTIONS(4487), + [anon_sym_abstract] = ACTIONS(4487), + [anon_sym_final] = ACTIONS(4487), + [anon_sym_open] = ACTIONS(4487), + [anon_sym_vararg] = ACTIONS(4487), + [anon_sym_noinline] = ACTIONS(4487), + [anon_sym_crossinline] = ACTIONS(4487), + [anon_sym_expect] = ACTIONS(4487), + [anon_sym_actual] = ACTIONS(4487), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4489), + [sym__automatic_semicolon] = ACTIONS(4489), + [sym_safe_nav] = ACTIONS(4489), + [sym_multiline_comment] = ACTIONS(3), + }, + [3710] = { + [sym__alpha_identifier] = ACTIONS(4987), + [anon_sym_AT] = ACTIONS(4989), + [anon_sym_LBRACK] = ACTIONS(4989), + [anon_sym_as] = ACTIONS(4987), + [anon_sym_EQ] = ACTIONS(4987), + [anon_sym_LBRACE] = ACTIONS(4989), + [anon_sym_RBRACE] = ACTIONS(4989), + [anon_sym_LPAREN] = ACTIONS(4989), + [anon_sym_COMMA] = ACTIONS(4989), + [anon_sym_LT] = ACTIONS(4987), + [anon_sym_GT] = ACTIONS(4987), + [anon_sym_where] = ACTIONS(4987), + [anon_sym_DOT] = ACTIONS(4987), + [anon_sym_SEMI] = ACTIONS(4989), + [anon_sym_get] = ACTIONS(4987), + [anon_sym_set] = ACTIONS(4987), + [anon_sym_STAR] = ACTIONS(4987), + [sym_label] = ACTIONS(4989), + [anon_sym_in] = ACTIONS(4987), + [anon_sym_DOT_DOT] = ACTIONS(4989), + [anon_sym_QMARK_COLON] = ACTIONS(4989), + [anon_sym_AMP_AMP] = ACTIONS(4989), + [anon_sym_PIPE_PIPE] = ACTIONS(4989), + [anon_sym_else] = ACTIONS(4987), + [anon_sym_COLON_COLON] = ACTIONS(4989), + [anon_sym_PLUS_EQ] = ACTIONS(4989), + [anon_sym_DASH_EQ] = ACTIONS(4989), + [anon_sym_STAR_EQ] = ACTIONS(4989), + [anon_sym_SLASH_EQ] = ACTIONS(4989), + [anon_sym_PERCENT_EQ] = ACTIONS(4989), + [anon_sym_BANG_EQ] = ACTIONS(4987), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4989), + [anon_sym_EQ_EQ] = ACTIONS(4987), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4989), + [anon_sym_LT_EQ] = ACTIONS(4989), + [anon_sym_GT_EQ] = ACTIONS(4989), + [anon_sym_BANGin] = ACTIONS(4989), + [anon_sym_is] = ACTIONS(4987), + [anon_sym_BANGis] = ACTIONS(4989), + [anon_sym_PLUS] = ACTIONS(4987), + [anon_sym_DASH] = ACTIONS(4987), + [anon_sym_SLASH] = ACTIONS(4987), + [anon_sym_PERCENT] = ACTIONS(4987), + [anon_sym_as_QMARK] = ACTIONS(4989), + [anon_sym_PLUS_PLUS] = ACTIONS(4989), + [anon_sym_DASH_DASH] = ACTIONS(4989), + [anon_sym_BANG_BANG] = ACTIONS(4989), + [anon_sym_suspend] = ACTIONS(4987), + [anon_sym_sealed] = ACTIONS(4987), + [anon_sym_annotation] = ACTIONS(4987), + [anon_sym_data] = ACTIONS(4987), + [anon_sym_inner] = ACTIONS(4987), + [anon_sym_override] = ACTIONS(4987), + [anon_sym_lateinit] = ACTIONS(4987), + [anon_sym_public] = ACTIONS(4987), + [anon_sym_private] = ACTIONS(4987), + [anon_sym_internal] = ACTIONS(4987), + [anon_sym_protected] = ACTIONS(4987), + [anon_sym_tailrec] = ACTIONS(4987), + [anon_sym_operator] = ACTIONS(4987), + [anon_sym_infix] = ACTIONS(4987), + [anon_sym_inline] = ACTIONS(4987), + [anon_sym_external] = ACTIONS(4987), + [sym_property_modifier] = ACTIONS(4987), + [anon_sym_abstract] = ACTIONS(4987), + [anon_sym_final] = ACTIONS(4987), + [anon_sym_open] = ACTIONS(4987), + [anon_sym_vararg] = ACTIONS(4987), + [anon_sym_noinline] = ACTIONS(4987), + [anon_sym_crossinline] = ACTIONS(4987), + [anon_sym_expect] = ACTIONS(4987), + [anon_sym_actual] = ACTIONS(4987), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4989), + [sym__automatic_semicolon] = ACTIONS(4989), + [sym_safe_nav] = ACTIONS(4989), + [sym_multiline_comment] = ACTIONS(3), + }, + [3711] = { + [sym_class_body] = STATE(3319), + [sym_type_constraints] = STATE(3055), + [sym__alpha_identifier] = ACTIONS(3196), + [anon_sym_AT] = ACTIONS(3200), + [anon_sym_COLON] = ACTIONS(5958), + [anon_sym_LBRACK] = ACTIONS(3200), + [anon_sym_RBRACK] = ACTIONS(3200), + [anon_sym_as] = ACTIONS(3196), + [anon_sym_LBRACE] = ACTIONS(5179), + [anon_sym_RBRACE] = ACTIONS(3200), + [anon_sym_LPAREN] = ACTIONS(3200), + [anon_sym_COMMA] = ACTIONS(3200), + [anon_sym_RPAREN] = ACTIONS(3200), + [anon_sym_LT] = ACTIONS(3196), + [anon_sym_GT] = ACTIONS(3196), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(3196), + [anon_sym_SEMI] = ACTIONS(3200), + [anon_sym_get] = ACTIONS(3196), + [anon_sym_set] = ACTIONS(3196), + [anon_sym_STAR] = ACTIONS(3200), + [anon_sym_DASH_GT] = ACTIONS(3200), + [sym_label] = ACTIONS(3200), + [anon_sym_in] = ACTIONS(3196), + [anon_sym_while] = ACTIONS(3196), + [anon_sym_DOT_DOT] = ACTIONS(3200), + [anon_sym_QMARK_COLON] = ACTIONS(3200), + [anon_sym_AMP_AMP] = ACTIONS(3200), + [anon_sym_PIPE_PIPE] = ACTIONS(3200), + [anon_sym_else] = ACTIONS(3196), + [anon_sym_COLON_COLON] = ACTIONS(3200), + [anon_sym_BANG_EQ] = ACTIONS(3196), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3200), + [anon_sym_EQ_EQ] = ACTIONS(3196), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3200), + [anon_sym_LT_EQ] = ACTIONS(3200), + [anon_sym_GT_EQ] = ACTIONS(3200), + [anon_sym_BANGin] = ACTIONS(3200), + [anon_sym_is] = ACTIONS(3196), + [anon_sym_BANGis] = ACTIONS(3200), + [anon_sym_PLUS] = ACTIONS(3196), + [anon_sym_DASH] = ACTIONS(3196), + [anon_sym_SLASH] = ACTIONS(3196), + [anon_sym_PERCENT] = ACTIONS(3200), + [anon_sym_as_QMARK] = ACTIONS(3200), + [anon_sym_PLUS_PLUS] = ACTIONS(3200), + [anon_sym_DASH_DASH] = ACTIONS(3200), + [anon_sym_BANG_BANG] = ACTIONS(3200), + [anon_sym_suspend] = ACTIONS(3196), + [anon_sym_sealed] = ACTIONS(3196), + [anon_sym_annotation] = ACTIONS(3196), + [anon_sym_data] = ACTIONS(3196), + [anon_sym_inner] = ACTIONS(3196), + [anon_sym_override] = ACTIONS(3196), + [anon_sym_lateinit] = ACTIONS(3196), + [anon_sym_public] = ACTIONS(3196), + [anon_sym_private] = ACTIONS(3196), + [anon_sym_internal] = ACTIONS(3196), + [anon_sym_protected] = ACTIONS(3196), + [anon_sym_tailrec] = ACTIONS(3196), + [anon_sym_operator] = ACTIONS(3196), + [anon_sym_infix] = ACTIONS(3196), + [anon_sym_inline] = ACTIONS(3196), + [anon_sym_external] = ACTIONS(3196), + [sym_property_modifier] = ACTIONS(3196), + [anon_sym_abstract] = ACTIONS(3196), + [anon_sym_final] = ACTIONS(3196), + [anon_sym_open] = ACTIONS(3196), + [anon_sym_vararg] = ACTIONS(3196), + [anon_sym_noinline] = ACTIONS(3196), + [anon_sym_crossinline] = ACTIONS(3196), + [anon_sym_expect] = ACTIONS(3196), + [anon_sym_actual] = ACTIONS(3196), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3200), + [sym_safe_nav] = ACTIONS(3200), + [sym_multiline_comment] = ACTIONS(3), + }, + [3712] = { + [sym__alpha_identifier] = ACTIONS(4724), + [anon_sym_AT] = ACTIONS(4726), + [anon_sym_LBRACK] = ACTIONS(4726), + [anon_sym_as] = ACTIONS(4724), + [anon_sym_EQ] = ACTIONS(4724), + [anon_sym_LBRACE] = ACTIONS(4726), + [anon_sym_RBRACE] = ACTIONS(4726), + [anon_sym_LPAREN] = ACTIONS(4726), + [anon_sym_COMMA] = ACTIONS(4726), + [anon_sym_LT] = ACTIONS(4724), + [anon_sym_GT] = ACTIONS(4724), + [anon_sym_where] = ACTIONS(4724), + [anon_sym_DOT] = ACTIONS(4724), + [anon_sym_SEMI] = ACTIONS(4726), + [anon_sym_get] = ACTIONS(4724), + [anon_sym_set] = ACTIONS(4724), + [anon_sym_STAR] = ACTIONS(4724), + [sym_label] = ACTIONS(4726), + [anon_sym_in] = ACTIONS(4724), + [anon_sym_DOT_DOT] = ACTIONS(4726), + [anon_sym_QMARK_COLON] = ACTIONS(4726), + [anon_sym_AMP_AMP] = ACTIONS(4726), + [anon_sym_PIPE_PIPE] = ACTIONS(4726), + [anon_sym_else] = ACTIONS(4724), + [anon_sym_COLON_COLON] = ACTIONS(4726), + [anon_sym_PLUS_EQ] = ACTIONS(4726), + [anon_sym_DASH_EQ] = ACTIONS(4726), + [anon_sym_STAR_EQ] = ACTIONS(4726), + [anon_sym_SLASH_EQ] = ACTIONS(4726), + [anon_sym_PERCENT_EQ] = ACTIONS(4726), + [anon_sym_BANG_EQ] = ACTIONS(4724), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4726), + [anon_sym_EQ_EQ] = ACTIONS(4724), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4726), + [anon_sym_LT_EQ] = ACTIONS(4726), + [anon_sym_GT_EQ] = ACTIONS(4726), + [anon_sym_BANGin] = ACTIONS(4726), + [anon_sym_is] = ACTIONS(4724), + [anon_sym_BANGis] = ACTIONS(4726), + [anon_sym_PLUS] = ACTIONS(4724), + [anon_sym_DASH] = ACTIONS(4724), + [anon_sym_SLASH] = ACTIONS(4724), + [anon_sym_PERCENT] = ACTIONS(4724), + [anon_sym_as_QMARK] = ACTIONS(4726), + [anon_sym_PLUS_PLUS] = ACTIONS(4726), + [anon_sym_DASH_DASH] = ACTIONS(4726), + [anon_sym_BANG_BANG] = ACTIONS(4726), + [anon_sym_suspend] = ACTIONS(4724), + [anon_sym_sealed] = ACTIONS(4724), + [anon_sym_annotation] = ACTIONS(4724), + [anon_sym_data] = ACTIONS(4724), + [anon_sym_inner] = ACTIONS(4724), + [anon_sym_override] = ACTIONS(4724), + [anon_sym_lateinit] = ACTIONS(4724), + [anon_sym_public] = ACTIONS(4724), + [anon_sym_private] = ACTIONS(4724), + [anon_sym_internal] = ACTIONS(4724), + [anon_sym_protected] = ACTIONS(4724), + [anon_sym_tailrec] = ACTIONS(4724), + [anon_sym_operator] = ACTIONS(4724), + [anon_sym_infix] = ACTIONS(4724), + [anon_sym_inline] = ACTIONS(4724), + [anon_sym_external] = ACTIONS(4724), + [sym_property_modifier] = ACTIONS(4724), + [anon_sym_abstract] = ACTIONS(4724), + [anon_sym_final] = ACTIONS(4724), + [anon_sym_open] = ACTIONS(4724), + [anon_sym_vararg] = ACTIONS(4724), + [anon_sym_noinline] = ACTIONS(4724), + [anon_sym_crossinline] = ACTIONS(4724), + [anon_sym_expect] = ACTIONS(4724), + [anon_sym_actual] = ACTIONS(4724), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4726), + [sym__automatic_semicolon] = ACTIONS(4726), + [sym_safe_nav] = ACTIONS(4726), + [sym_multiline_comment] = ACTIONS(3), + }, + [3713] = { + [sym__alpha_identifier] = ACTIONS(4923), + [anon_sym_AT] = ACTIONS(4925), + [anon_sym_LBRACK] = ACTIONS(4925), + [anon_sym_as] = ACTIONS(4923), + [anon_sym_EQ] = ACTIONS(4923), + [anon_sym_LBRACE] = ACTIONS(4925), + [anon_sym_RBRACE] = ACTIONS(4925), + [anon_sym_LPAREN] = ACTIONS(4925), + [anon_sym_COMMA] = ACTIONS(4925), + [anon_sym_LT] = ACTIONS(4923), + [anon_sym_GT] = ACTIONS(4923), + [anon_sym_where] = ACTIONS(4923), + [anon_sym_DOT] = ACTIONS(4923), + [anon_sym_SEMI] = ACTIONS(4925), + [anon_sym_get] = ACTIONS(4923), + [anon_sym_set] = ACTIONS(4923), + [anon_sym_STAR] = ACTIONS(4923), + [sym_label] = ACTIONS(4925), + [anon_sym_in] = ACTIONS(4923), + [anon_sym_DOT_DOT] = ACTIONS(4925), + [anon_sym_QMARK_COLON] = ACTIONS(4925), + [anon_sym_AMP_AMP] = ACTIONS(4925), + [anon_sym_PIPE_PIPE] = ACTIONS(4925), + [anon_sym_else] = ACTIONS(4923), + [anon_sym_COLON_COLON] = ACTIONS(4925), + [anon_sym_PLUS_EQ] = ACTIONS(4925), + [anon_sym_DASH_EQ] = ACTIONS(4925), + [anon_sym_STAR_EQ] = ACTIONS(4925), + [anon_sym_SLASH_EQ] = ACTIONS(4925), + [anon_sym_PERCENT_EQ] = ACTIONS(4925), + [anon_sym_BANG_EQ] = ACTIONS(4923), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4925), + [anon_sym_EQ_EQ] = ACTIONS(4923), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4925), + [anon_sym_LT_EQ] = ACTIONS(4925), + [anon_sym_GT_EQ] = ACTIONS(4925), + [anon_sym_BANGin] = ACTIONS(4925), + [anon_sym_is] = ACTIONS(4923), + [anon_sym_BANGis] = ACTIONS(4925), + [anon_sym_PLUS] = ACTIONS(4923), + [anon_sym_DASH] = ACTIONS(4923), + [anon_sym_SLASH] = ACTIONS(4923), + [anon_sym_PERCENT] = ACTIONS(4923), + [anon_sym_as_QMARK] = ACTIONS(4925), + [anon_sym_PLUS_PLUS] = ACTIONS(4925), + [anon_sym_DASH_DASH] = ACTIONS(4925), + [anon_sym_BANG_BANG] = ACTIONS(4925), + [anon_sym_suspend] = ACTIONS(4923), + [anon_sym_sealed] = ACTIONS(4923), + [anon_sym_annotation] = ACTIONS(4923), + [anon_sym_data] = ACTIONS(4923), + [anon_sym_inner] = ACTIONS(4923), + [anon_sym_override] = ACTIONS(4923), + [anon_sym_lateinit] = ACTIONS(4923), + [anon_sym_public] = ACTIONS(4923), + [anon_sym_private] = ACTIONS(4923), + [anon_sym_internal] = ACTIONS(4923), + [anon_sym_protected] = ACTIONS(4923), + [anon_sym_tailrec] = ACTIONS(4923), + [anon_sym_operator] = ACTIONS(4923), + [anon_sym_infix] = ACTIONS(4923), + [anon_sym_inline] = ACTIONS(4923), + [anon_sym_external] = ACTIONS(4923), + [sym_property_modifier] = ACTIONS(4923), + [anon_sym_abstract] = ACTIONS(4923), + [anon_sym_final] = ACTIONS(4923), + [anon_sym_open] = ACTIONS(4923), + [anon_sym_vararg] = ACTIONS(4923), + [anon_sym_noinline] = ACTIONS(4923), + [anon_sym_crossinline] = ACTIONS(4923), + [anon_sym_expect] = ACTIONS(4923), + [anon_sym_actual] = ACTIONS(4923), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4925), + [sym__automatic_semicolon] = ACTIONS(4925), + [sym_safe_nav] = ACTIONS(4925), + [sym_multiline_comment] = ACTIONS(3), + }, + [3714] = { + [sym__alpha_identifier] = ACTIONS(4756), + [anon_sym_AT] = ACTIONS(4758), + [anon_sym_LBRACK] = ACTIONS(4758), + [anon_sym_as] = ACTIONS(4756), + [anon_sym_EQ] = ACTIONS(4756), + [anon_sym_LBRACE] = ACTIONS(4758), + [anon_sym_RBRACE] = ACTIONS(4758), + [anon_sym_LPAREN] = ACTIONS(4758), + [anon_sym_COMMA] = ACTIONS(4758), + [anon_sym_LT] = ACTIONS(4756), + [anon_sym_GT] = ACTIONS(4756), + [anon_sym_where] = ACTIONS(4756), + [anon_sym_DOT] = ACTIONS(4756), + [anon_sym_SEMI] = ACTIONS(4758), + [anon_sym_get] = ACTIONS(4756), + [anon_sym_set] = ACTIONS(4756), + [anon_sym_STAR] = ACTIONS(4756), + [sym_label] = ACTIONS(4758), + [anon_sym_in] = ACTIONS(4756), + [anon_sym_DOT_DOT] = ACTIONS(4758), + [anon_sym_QMARK_COLON] = ACTIONS(4758), + [anon_sym_AMP_AMP] = ACTIONS(4758), + [anon_sym_PIPE_PIPE] = ACTIONS(4758), + [anon_sym_else] = ACTIONS(4756), + [anon_sym_COLON_COLON] = ACTIONS(4758), + [anon_sym_PLUS_EQ] = ACTIONS(4758), + [anon_sym_DASH_EQ] = ACTIONS(4758), + [anon_sym_STAR_EQ] = ACTIONS(4758), + [anon_sym_SLASH_EQ] = ACTIONS(4758), + [anon_sym_PERCENT_EQ] = ACTIONS(4758), + [anon_sym_BANG_EQ] = ACTIONS(4756), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4758), + [anon_sym_EQ_EQ] = ACTIONS(4756), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4758), + [anon_sym_LT_EQ] = ACTIONS(4758), + [anon_sym_GT_EQ] = ACTIONS(4758), + [anon_sym_BANGin] = ACTIONS(4758), + [anon_sym_is] = ACTIONS(4756), + [anon_sym_BANGis] = ACTIONS(4758), + [anon_sym_PLUS] = ACTIONS(4756), + [anon_sym_DASH] = ACTIONS(4756), + [anon_sym_SLASH] = ACTIONS(4756), + [anon_sym_PERCENT] = ACTIONS(4756), + [anon_sym_as_QMARK] = ACTIONS(4758), + [anon_sym_PLUS_PLUS] = ACTIONS(4758), + [anon_sym_DASH_DASH] = ACTIONS(4758), + [anon_sym_BANG_BANG] = ACTIONS(4758), + [anon_sym_suspend] = ACTIONS(4756), + [anon_sym_sealed] = ACTIONS(4756), + [anon_sym_annotation] = ACTIONS(4756), + [anon_sym_data] = ACTIONS(4756), + [anon_sym_inner] = ACTIONS(4756), + [anon_sym_override] = ACTIONS(4756), + [anon_sym_lateinit] = ACTIONS(4756), + [anon_sym_public] = ACTIONS(4756), + [anon_sym_private] = ACTIONS(4756), + [anon_sym_internal] = ACTIONS(4756), + [anon_sym_protected] = ACTIONS(4756), + [anon_sym_tailrec] = ACTIONS(4756), + [anon_sym_operator] = ACTIONS(4756), + [anon_sym_infix] = ACTIONS(4756), + [anon_sym_inline] = ACTIONS(4756), + [anon_sym_external] = ACTIONS(4756), + [sym_property_modifier] = ACTIONS(4756), + [anon_sym_abstract] = ACTIONS(4756), + [anon_sym_final] = ACTIONS(4756), + [anon_sym_open] = ACTIONS(4756), + [anon_sym_vararg] = ACTIONS(4756), + [anon_sym_noinline] = ACTIONS(4756), + [anon_sym_crossinline] = ACTIONS(4756), + [anon_sym_expect] = ACTIONS(4756), + [anon_sym_actual] = ACTIONS(4756), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4758), + [sym__automatic_semicolon] = ACTIONS(4758), + [sym_safe_nav] = ACTIONS(4758), + [sym_multiline_comment] = ACTIONS(3), + }, + [3715] = { + [sym__alpha_identifier] = ACTIONS(1752), + [anon_sym_AT] = ACTIONS(1754), + [anon_sym_LBRACK] = ACTIONS(1754), + [anon_sym_as] = ACTIONS(1752), + [anon_sym_EQ] = ACTIONS(1752), + [anon_sym_LBRACE] = ACTIONS(1754), + [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_LPAREN] = ACTIONS(1754), + [anon_sym_COMMA] = ACTIONS(1754), + [anon_sym_LT] = ACTIONS(1752), + [anon_sym_GT] = ACTIONS(1752), + [anon_sym_where] = ACTIONS(1752), + [anon_sym_DOT] = ACTIONS(1752), + [anon_sym_SEMI] = ACTIONS(1754), + [anon_sym_get] = ACTIONS(1752), + [anon_sym_set] = ACTIONS(1752), + [anon_sym_STAR] = ACTIONS(1752), + [sym_label] = ACTIONS(1754), + [anon_sym_in] = ACTIONS(1752), + [anon_sym_DOT_DOT] = ACTIONS(1754), + [anon_sym_QMARK_COLON] = ACTIONS(1754), + [anon_sym_AMP_AMP] = ACTIONS(1754), + [anon_sym_PIPE_PIPE] = ACTIONS(1754), + [anon_sym_else] = ACTIONS(1752), + [anon_sym_COLON_COLON] = ACTIONS(1754), + [anon_sym_PLUS_EQ] = ACTIONS(1754), + [anon_sym_DASH_EQ] = ACTIONS(1754), + [anon_sym_STAR_EQ] = ACTIONS(1754), + [anon_sym_SLASH_EQ] = ACTIONS(1754), + [anon_sym_PERCENT_EQ] = ACTIONS(1754), + [anon_sym_BANG_EQ] = ACTIONS(1752), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), + [anon_sym_EQ_EQ] = ACTIONS(1752), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), + [anon_sym_LT_EQ] = ACTIONS(1754), + [anon_sym_GT_EQ] = ACTIONS(1754), + [anon_sym_BANGin] = ACTIONS(1754), + [anon_sym_is] = ACTIONS(1752), + [anon_sym_BANGis] = ACTIONS(1754), + [anon_sym_PLUS] = ACTIONS(1752), + [anon_sym_DASH] = ACTIONS(1752), + [anon_sym_SLASH] = ACTIONS(1752), + [anon_sym_PERCENT] = ACTIONS(1752), + [anon_sym_as_QMARK] = ACTIONS(1754), + [anon_sym_PLUS_PLUS] = ACTIONS(1754), + [anon_sym_DASH_DASH] = ACTIONS(1754), + [anon_sym_BANG_BANG] = ACTIONS(1754), + [anon_sym_suspend] = ACTIONS(1752), + [anon_sym_sealed] = ACTIONS(1752), + [anon_sym_annotation] = ACTIONS(1752), + [anon_sym_data] = ACTIONS(1752), + [anon_sym_inner] = ACTIONS(1752), + [anon_sym_override] = ACTIONS(1752), + [anon_sym_lateinit] = ACTIONS(1752), + [anon_sym_public] = ACTIONS(1752), + [anon_sym_private] = ACTIONS(1752), + [anon_sym_internal] = ACTIONS(1752), + [anon_sym_protected] = ACTIONS(1752), + [anon_sym_tailrec] = ACTIONS(1752), + [anon_sym_operator] = ACTIONS(1752), + [anon_sym_infix] = ACTIONS(1752), + [anon_sym_inline] = ACTIONS(1752), + [anon_sym_external] = ACTIONS(1752), + [sym_property_modifier] = ACTIONS(1752), + [anon_sym_abstract] = ACTIONS(1752), + [anon_sym_final] = ACTIONS(1752), + [anon_sym_open] = ACTIONS(1752), + [anon_sym_vararg] = ACTIONS(1752), + [anon_sym_noinline] = ACTIONS(1752), + [anon_sym_crossinline] = ACTIONS(1752), + [anon_sym_expect] = ACTIONS(1752), + [anon_sym_actual] = ACTIONS(1752), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1754), + [sym__automatic_semicolon] = ACTIONS(1754), + [sym_safe_nav] = ACTIONS(1754), + [sym_multiline_comment] = ACTIONS(3), + }, + [3716] = { + [sym_class_body] = STATE(3322), + [sym_type_constraints] = STATE(3078), + [sym__alpha_identifier] = ACTIONS(3186), + [anon_sym_AT] = ACTIONS(3190), + [anon_sym_COLON] = ACTIONS(3496), + [anon_sym_LBRACK] = ACTIONS(3190), + [anon_sym_as] = ACTIONS(3186), + [anon_sym_LBRACE] = ACTIONS(3144), + [anon_sym_RBRACE] = ACTIONS(3190), + [anon_sym_LPAREN] = ACTIONS(3190), + [anon_sym_COMMA] = ACTIONS(3190), + [anon_sym_LT] = ACTIONS(3186), + [anon_sym_GT] = ACTIONS(3186), + [anon_sym_where] = ACTIONS(3118), + [anon_sym_object] = ACTIONS(3186), + [anon_sym_fun] = ACTIONS(3186), + [anon_sym_DOT] = ACTIONS(3186), + [anon_sym_SEMI] = ACTIONS(3190), + [anon_sym_get] = ACTIONS(3186), + [anon_sym_set] = ACTIONS(3186), + [anon_sym_this] = ACTIONS(3186), + [anon_sym_super] = ACTIONS(3186), + [anon_sym_STAR] = ACTIONS(3190), + [sym_label] = ACTIONS(3186), + [anon_sym_in] = ACTIONS(3186), + [anon_sym_DOT_DOT] = ACTIONS(3190), + [anon_sym_QMARK_COLON] = ACTIONS(3190), + [anon_sym_AMP_AMP] = ACTIONS(3190), + [anon_sym_PIPE_PIPE] = ACTIONS(3190), + [anon_sym_null] = ACTIONS(3186), + [anon_sym_if] = ACTIONS(3186), + [anon_sym_else] = ACTIONS(3186), + [anon_sym_when] = ACTIONS(3186), + [anon_sym_try] = ACTIONS(3186), + [anon_sym_throw] = ACTIONS(3186), + [anon_sym_return] = ACTIONS(3186), + [anon_sym_continue] = ACTIONS(3186), + [anon_sym_break] = ACTIONS(3186), + [anon_sym_COLON_COLON] = ACTIONS(3190), + [anon_sym_BANG_EQ] = ACTIONS(3186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3190), + [anon_sym_EQ_EQ] = ACTIONS(3186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3190), + [anon_sym_LT_EQ] = ACTIONS(3190), + [anon_sym_GT_EQ] = ACTIONS(3190), + [anon_sym_BANGin] = ACTIONS(3190), + [anon_sym_is] = ACTIONS(3186), + [anon_sym_BANGis] = ACTIONS(3190), + [anon_sym_PLUS] = ACTIONS(3186), + [anon_sym_DASH] = ACTIONS(3186), + [anon_sym_SLASH] = ACTIONS(3186), + [anon_sym_PERCENT] = ACTIONS(3190), + [anon_sym_as_QMARK] = ACTIONS(3190), + [anon_sym_PLUS_PLUS] = ACTIONS(3190), + [anon_sym_DASH_DASH] = ACTIONS(3190), + [anon_sym_BANG] = ACTIONS(3186), + [anon_sym_BANG_BANG] = ACTIONS(3190), + [anon_sym_data] = ACTIONS(3186), + [anon_sym_inner] = ACTIONS(3186), + [anon_sym_expect] = ACTIONS(3186), + [anon_sym_actual] = ACTIONS(3186), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3190), + [anon_sym_continue_AT] = ACTIONS(3190), + [anon_sym_break_AT] = ACTIONS(3190), + [sym_real_literal] = ACTIONS(3190), + [sym_integer_literal] = ACTIONS(3186), + [sym_hex_literal] = ACTIONS(3190), + [sym_bin_literal] = ACTIONS(3190), + [anon_sym_true] = ACTIONS(3186), + [anon_sym_false] = ACTIONS(3186), + [anon_sym_SQUOTE] = ACTIONS(3190), + [sym__backtick_identifier] = ACTIONS(3190), + [sym__automatic_semicolon] = ACTIONS(3190), + [sym_safe_nav] = ACTIONS(3190), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3190), + }, + [3717] = { + [sym__alpha_identifier] = ACTIONS(201), + [anon_sym_AT] = ACTIONS(199), + [anon_sym_LBRACK] = ACTIONS(199), + [anon_sym_as] = ACTIONS(201), + [anon_sym_EQ] = ACTIONS(201), + [anon_sym_LBRACE] = ACTIONS(199), + [anon_sym_RBRACE] = ACTIONS(199), + [anon_sym_LPAREN] = ACTIONS(199), + [anon_sym_COMMA] = ACTIONS(199), + [anon_sym_LT] = ACTIONS(201), + [anon_sym_GT] = ACTIONS(201), + [anon_sym_where] = ACTIONS(201), + [anon_sym_DOT] = ACTIONS(201), + [anon_sym_SEMI] = ACTIONS(199), + [anon_sym_get] = ACTIONS(201), + [anon_sym_set] = ACTIONS(201), + [anon_sym_STAR] = ACTIONS(201), + [sym_label] = ACTIONS(199), + [anon_sym_in] = ACTIONS(201), + [anon_sym_DOT_DOT] = ACTIONS(199), + [anon_sym_QMARK_COLON] = ACTIONS(199), + [anon_sym_AMP_AMP] = ACTIONS(199), + [anon_sym_PIPE_PIPE] = ACTIONS(199), + [anon_sym_else] = ACTIONS(201), + [anon_sym_COLON_COLON] = ACTIONS(199), + [anon_sym_PLUS_EQ] = ACTIONS(199), + [anon_sym_DASH_EQ] = ACTIONS(199), + [anon_sym_STAR_EQ] = ACTIONS(199), + [anon_sym_SLASH_EQ] = ACTIONS(199), + [anon_sym_PERCENT_EQ] = ACTIONS(199), + [anon_sym_BANG_EQ] = ACTIONS(201), + [anon_sym_BANG_EQ_EQ] = ACTIONS(199), + [anon_sym_EQ_EQ] = ACTIONS(201), + [anon_sym_EQ_EQ_EQ] = ACTIONS(199), + [anon_sym_LT_EQ] = ACTIONS(199), + [anon_sym_GT_EQ] = ACTIONS(199), + [anon_sym_BANGin] = ACTIONS(199), + [anon_sym_is] = ACTIONS(201), + [anon_sym_BANGis] = ACTIONS(199), + [anon_sym_PLUS] = ACTIONS(201), + [anon_sym_DASH] = ACTIONS(201), + [anon_sym_SLASH] = ACTIONS(201), + [anon_sym_PERCENT] = ACTIONS(201), + [anon_sym_as_QMARK] = ACTIONS(199), + [anon_sym_PLUS_PLUS] = ACTIONS(199), + [anon_sym_DASH_DASH] = ACTIONS(199), + [anon_sym_BANG_BANG] = ACTIONS(199), + [anon_sym_suspend] = ACTIONS(201), + [anon_sym_sealed] = ACTIONS(201), + [anon_sym_annotation] = ACTIONS(201), + [anon_sym_data] = ACTIONS(201), + [anon_sym_inner] = ACTIONS(201), + [anon_sym_override] = ACTIONS(201), + [anon_sym_lateinit] = ACTIONS(201), + [anon_sym_public] = ACTIONS(201), + [anon_sym_private] = ACTIONS(201), + [anon_sym_internal] = ACTIONS(201), + [anon_sym_protected] = ACTIONS(201), + [anon_sym_tailrec] = ACTIONS(201), + [anon_sym_operator] = ACTIONS(201), + [anon_sym_infix] = ACTIONS(201), + [anon_sym_inline] = ACTIONS(201), + [anon_sym_external] = ACTIONS(201), + [sym_property_modifier] = ACTIONS(201), + [anon_sym_abstract] = ACTIONS(201), + [anon_sym_final] = ACTIONS(201), + [anon_sym_open] = ACTIONS(201), + [anon_sym_vararg] = ACTIONS(201), + [anon_sym_noinline] = ACTIONS(201), + [anon_sym_crossinline] = ACTIONS(201), + [anon_sym_expect] = ACTIONS(201), + [anon_sym_actual] = ACTIONS(201), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(199), + [sym__automatic_semicolon] = ACTIONS(199), + [sym_safe_nav] = ACTIONS(199), + [sym_multiline_comment] = ACTIONS(3), + }, + [3718] = { + [sym__alpha_identifier] = ACTIONS(5077), + [anon_sym_AT] = ACTIONS(5079), + [anon_sym_LBRACK] = ACTIONS(5079), + [anon_sym_as] = ACTIONS(5077), + [anon_sym_EQ] = ACTIONS(5077), + [anon_sym_LBRACE] = ACTIONS(5079), + [anon_sym_RBRACE] = ACTIONS(5079), + [anon_sym_LPAREN] = ACTIONS(5079), + [anon_sym_COMMA] = ACTIONS(5079), + [anon_sym_LT] = ACTIONS(5077), + [anon_sym_GT] = ACTIONS(5077), + [anon_sym_where] = ACTIONS(5077), + [anon_sym_DOT] = ACTIONS(5077), + [anon_sym_SEMI] = ACTIONS(5079), + [anon_sym_get] = ACTIONS(5077), + [anon_sym_set] = ACTIONS(5077), + [anon_sym_STAR] = ACTIONS(5077), + [sym_label] = ACTIONS(5079), + [anon_sym_in] = ACTIONS(5077), + [anon_sym_DOT_DOT] = ACTIONS(5079), + [anon_sym_QMARK_COLON] = ACTIONS(5079), + [anon_sym_AMP_AMP] = ACTIONS(5079), + [anon_sym_PIPE_PIPE] = ACTIONS(5079), + [anon_sym_else] = ACTIONS(5077), + [anon_sym_COLON_COLON] = ACTIONS(5079), + [anon_sym_PLUS_EQ] = ACTIONS(5079), + [anon_sym_DASH_EQ] = ACTIONS(5079), + [anon_sym_STAR_EQ] = ACTIONS(5079), + [anon_sym_SLASH_EQ] = ACTIONS(5079), + [anon_sym_PERCENT_EQ] = ACTIONS(5079), + [anon_sym_BANG_EQ] = ACTIONS(5077), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5079), + [anon_sym_EQ_EQ] = ACTIONS(5077), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5079), + [anon_sym_LT_EQ] = ACTIONS(5079), + [anon_sym_GT_EQ] = ACTIONS(5079), + [anon_sym_BANGin] = ACTIONS(5079), + [anon_sym_is] = ACTIONS(5077), + [anon_sym_BANGis] = ACTIONS(5079), + [anon_sym_PLUS] = ACTIONS(5077), + [anon_sym_DASH] = ACTIONS(5077), + [anon_sym_SLASH] = ACTIONS(5077), + [anon_sym_PERCENT] = ACTIONS(5077), + [anon_sym_as_QMARK] = ACTIONS(5079), + [anon_sym_PLUS_PLUS] = ACTIONS(5079), + [anon_sym_DASH_DASH] = ACTIONS(5079), + [anon_sym_BANG_BANG] = ACTIONS(5079), + [anon_sym_suspend] = ACTIONS(5077), + [anon_sym_sealed] = ACTIONS(5077), + [anon_sym_annotation] = ACTIONS(5077), + [anon_sym_data] = ACTIONS(5077), + [anon_sym_inner] = ACTIONS(5077), + [anon_sym_override] = ACTIONS(5077), + [anon_sym_lateinit] = ACTIONS(5077), + [anon_sym_public] = ACTIONS(5077), + [anon_sym_private] = ACTIONS(5077), + [anon_sym_internal] = ACTIONS(5077), + [anon_sym_protected] = ACTIONS(5077), + [anon_sym_tailrec] = ACTIONS(5077), + [anon_sym_operator] = ACTIONS(5077), + [anon_sym_infix] = ACTIONS(5077), + [anon_sym_inline] = ACTIONS(5077), + [anon_sym_external] = ACTIONS(5077), + [sym_property_modifier] = ACTIONS(5077), + [anon_sym_abstract] = ACTIONS(5077), + [anon_sym_final] = ACTIONS(5077), + [anon_sym_open] = ACTIONS(5077), + [anon_sym_vararg] = ACTIONS(5077), + [anon_sym_noinline] = ACTIONS(5077), + [anon_sym_crossinline] = ACTIONS(5077), + [anon_sym_expect] = ACTIONS(5077), + [anon_sym_actual] = ACTIONS(5077), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5079), + [sym__automatic_semicolon] = ACTIONS(5079), + [sym_safe_nav] = ACTIONS(5079), + [sym_multiline_comment] = ACTIONS(3), + }, + [3719] = { + [sym_type_constraints] = STATE(3092), + [sym_enum_class_body] = STATE(3216), + [sym__alpha_identifier] = ACTIONS(4188), + [anon_sym_AT] = ACTIONS(4190), + [anon_sym_COLON] = ACTIONS(6838), + [anon_sym_LBRACK] = ACTIONS(4190), + [anon_sym_as] = ACTIONS(4188), + [anon_sym_LBRACE] = ACTIONS(3112), + [anon_sym_RBRACE] = ACTIONS(4190), + [anon_sym_LPAREN] = ACTIONS(4190), + [anon_sym_COMMA] = ACTIONS(4190), + [anon_sym_LT] = ACTIONS(4188), + [anon_sym_GT] = ACTIONS(4188), + [anon_sym_where] = ACTIONS(3118), + [anon_sym_object] = ACTIONS(4188), + [anon_sym_fun] = ACTIONS(4188), + [anon_sym_DOT] = ACTIONS(4188), + [anon_sym_SEMI] = ACTIONS(4190), + [anon_sym_get] = ACTIONS(4188), + [anon_sym_set] = ACTIONS(4188), + [anon_sym_this] = ACTIONS(4188), + [anon_sym_super] = ACTIONS(4188), + [anon_sym_STAR] = ACTIONS(4190), + [sym_label] = ACTIONS(4188), + [anon_sym_in] = ACTIONS(4188), + [anon_sym_DOT_DOT] = ACTIONS(4190), + [anon_sym_QMARK_COLON] = ACTIONS(4190), + [anon_sym_AMP_AMP] = ACTIONS(4190), + [anon_sym_PIPE_PIPE] = ACTIONS(4190), + [anon_sym_null] = ACTIONS(4188), + [anon_sym_if] = ACTIONS(4188), + [anon_sym_else] = ACTIONS(4188), + [anon_sym_when] = ACTIONS(4188), + [anon_sym_try] = ACTIONS(4188), + [anon_sym_throw] = ACTIONS(4188), + [anon_sym_return] = ACTIONS(4188), + [anon_sym_continue] = ACTIONS(4188), + [anon_sym_break] = ACTIONS(4188), + [anon_sym_COLON_COLON] = ACTIONS(4190), + [anon_sym_BANG_EQ] = ACTIONS(4188), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4190), + [anon_sym_EQ_EQ] = ACTIONS(4188), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4190), + [anon_sym_LT_EQ] = ACTIONS(4190), + [anon_sym_GT_EQ] = ACTIONS(4190), + [anon_sym_BANGin] = ACTIONS(4190), + [anon_sym_is] = ACTIONS(4188), + [anon_sym_BANGis] = ACTIONS(4190), + [anon_sym_PLUS] = ACTIONS(4188), + [anon_sym_DASH] = ACTIONS(4188), + [anon_sym_SLASH] = ACTIONS(4188), + [anon_sym_PERCENT] = ACTIONS(4190), + [anon_sym_as_QMARK] = ACTIONS(4190), + [anon_sym_PLUS_PLUS] = ACTIONS(4190), + [anon_sym_DASH_DASH] = ACTIONS(4190), + [anon_sym_BANG] = ACTIONS(4188), + [anon_sym_BANG_BANG] = ACTIONS(4190), + [anon_sym_data] = ACTIONS(4188), + [anon_sym_inner] = ACTIONS(4188), + [anon_sym_expect] = ACTIONS(4188), + [anon_sym_actual] = ACTIONS(4188), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4190), + [anon_sym_continue_AT] = ACTIONS(4190), + [anon_sym_break_AT] = ACTIONS(4190), + [sym_real_literal] = ACTIONS(4190), + [sym_integer_literal] = ACTIONS(4188), + [sym_hex_literal] = ACTIONS(4190), + [sym_bin_literal] = ACTIONS(4190), + [anon_sym_true] = ACTIONS(4188), + [anon_sym_false] = ACTIONS(4188), + [anon_sym_SQUOTE] = ACTIONS(4190), + [sym__backtick_identifier] = ACTIONS(4190), + [sym__automatic_semicolon] = ACTIONS(4190), + [sym_safe_nav] = ACTIONS(4190), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4190), + }, + [3720] = { + [sym__alpha_identifier] = ACTIONS(4903), + [anon_sym_AT] = ACTIONS(4905), + [anon_sym_LBRACK] = ACTIONS(4905), + [anon_sym_as] = ACTIONS(4903), + [anon_sym_EQ] = ACTIONS(4903), + [anon_sym_LBRACE] = ACTIONS(4905), + [anon_sym_RBRACE] = ACTIONS(4905), + [anon_sym_LPAREN] = ACTIONS(4905), + [anon_sym_COMMA] = ACTIONS(4905), + [anon_sym_LT] = ACTIONS(4903), + [anon_sym_GT] = ACTIONS(4903), + [anon_sym_where] = ACTIONS(4903), + [anon_sym_DOT] = ACTIONS(4903), + [anon_sym_SEMI] = ACTIONS(4905), + [anon_sym_get] = ACTIONS(4903), + [anon_sym_set] = ACTIONS(4903), + [anon_sym_STAR] = ACTIONS(4903), + [sym_label] = ACTIONS(4905), + [anon_sym_in] = ACTIONS(4903), + [anon_sym_DOT_DOT] = ACTIONS(4905), + [anon_sym_QMARK_COLON] = ACTIONS(4905), + [anon_sym_AMP_AMP] = ACTIONS(4905), + [anon_sym_PIPE_PIPE] = ACTIONS(4905), + [anon_sym_else] = ACTIONS(4903), + [anon_sym_COLON_COLON] = ACTIONS(4905), + [anon_sym_PLUS_EQ] = ACTIONS(4905), + [anon_sym_DASH_EQ] = ACTIONS(4905), + [anon_sym_STAR_EQ] = ACTIONS(4905), + [anon_sym_SLASH_EQ] = ACTIONS(4905), + [anon_sym_PERCENT_EQ] = ACTIONS(4905), + [anon_sym_BANG_EQ] = ACTIONS(4903), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4905), + [anon_sym_EQ_EQ] = ACTIONS(4903), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4905), + [anon_sym_LT_EQ] = ACTIONS(4905), + [anon_sym_GT_EQ] = ACTIONS(4905), + [anon_sym_BANGin] = ACTIONS(4905), + [anon_sym_is] = ACTIONS(4903), + [anon_sym_BANGis] = ACTIONS(4905), + [anon_sym_PLUS] = ACTIONS(4903), + [anon_sym_DASH] = ACTIONS(4903), + [anon_sym_SLASH] = ACTIONS(4903), + [anon_sym_PERCENT] = ACTIONS(4903), + [anon_sym_as_QMARK] = ACTIONS(4905), + [anon_sym_PLUS_PLUS] = ACTIONS(4905), + [anon_sym_DASH_DASH] = ACTIONS(4905), + [anon_sym_BANG_BANG] = ACTIONS(4905), + [anon_sym_suspend] = ACTIONS(4903), + [anon_sym_sealed] = ACTIONS(4903), + [anon_sym_annotation] = ACTIONS(4903), + [anon_sym_data] = ACTIONS(4903), + [anon_sym_inner] = ACTIONS(4903), + [anon_sym_override] = ACTIONS(4903), + [anon_sym_lateinit] = ACTIONS(4903), + [anon_sym_public] = ACTIONS(4903), + [anon_sym_private] = ACTIONS(4903), + [anon_sym_internal] = ACTIONS(4903), + [anon_sym_protected] = ACTIONS(4903), + [anon_sym_tailrec] = ACTIONS(4903), + [anon_sym_operator] = ACTIONS(4903), + [anon_sym_infix] = ACTIONS(4903), + [anon_sym_inline] = ACTIONS(4903), + [anon_sym_external] = ACTIONS(4903), + [sym_property_modifier] = ACTIONS(4903), + [anon_sym_abstract] = ACTIONS(4903), + [anon_sym_final] = ACTIONS(4903), + [anon_sym_open] = ACTIONS(4903), + [anon_sym_vararg] = ACTIONS(4903), + [anon_sym_noinline] = ACTIONS(4903), + [anon_sym_crossinline] = ACTIONS(4903), + [anon_sym_expect] = ACTIONS(4903), + [anon_sym_actual] = ACTIONS(4903), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4905), + [sym__automatic_semicolon] = ACTIONS(4905), + [sym_safe_nav] = ACTIONS(4905), [sym_multiline_comment] = ACTIONS(3), }, - [3728] = { - [sym__alpha_identifier] = ACTIONS(5005), - [anon_sym_AT] = ACTIONS(5007), - [anon_sym_LBRACK] = ACTIONS(5007), - [anon_sym_as] = ACTIONS(5005), - [anon_sym_EQ] = ACTIONS(5005), - [anon_sym_LBRACE] = ACTIONS(5007), - [anon_sym_RBRACE] = ACTIONS(5007), - [anon_sym_LPAREN] = ACTIONS(5007), - [anon_sym_COMMA] = ACTIONS(5007), - [anon_sym_LT] = ACTIONS(5005), - [anon_sym_GT] = ACTIONS(5005), - [anon_sym_where] = ACTIONS(5005), - [anon_sym_DOT] = ACTIONS(5005), - [anon_sym_SEMI] = ACTIONS(5007), - [anon_sym_get] = ACTIONS(5005), - [anon_sym_set] = ACTIONS(5005), - [anon_sym_STAR] = ACTIONS(5005), - [sym_label] = ACTIONS(5007), - [anon_sym_in] = ACTIONS(5005), - [anon_sym_DOT_DOT] = ACTIONS(5007), - [anon_sym_QMARK_COLON] = ACTIONS(5007), - [anon_sym_AMP_AMP] = ACTIONS(5007), - [anon_sym_PIPE_PIPE] = ACTIONS(5007), - [anon_sym_else] = ACTIONS(5005), - [anon_sym_COLON_COLON] = ACTIONS(5007), - [anon_sym_PLUS_EQ] = ACTIONS(5007), - [anon_sym_DASH_EQ] = ACTIONS(5007), - [anon_sym_STAR_EQ] = ACTIONS(5007), - [anon_sym_SLASH_EQ] = ACTIONS(5007), - [anon_sym_PERCENT_EQ] = ACTIONS(5007), - [anon_sym_BANG_EQ] = ACTIONS(5005), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5007), - [anon_sym_EQ_EQ] = ACTIONS(5005), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5007), - [anon_sym_LT_EQ] = ACTIONS(5007), - [anon_sym_GT_EQ] = ACTIONS(5007), - [anon_sym_BANGin] = ACTIONS(5007), - [anon_sym_is] = ACTIONS(5005), - [anon_sym_BANGis] = ACTIONS(5007), - [anon_sym_PLUS] = ACTIONS(5005), - [anon_sym_DASH] = ACTIONS(5005), - [anon_sym_SLASH] = ACTIONS(5005), - [anon_sym_PERCENT] = ACTIONS(5005), - [anon_sym_as_QMARK] = ACTIONS(5007), - [anon_sym_PLUS_PLUS] = ACTIONS(5007), - [anon_sym_DASH_DASH] = ACTIONS(5007), - [anon_sym_BANG_BANG] = ACTIONS(5007), - [anon_sym_suspend] = ACTIONS(5005), - [anon_sym_sealed] = ACTIONS(5005), - [anon_sym_annotation] = ACTIONS(5005), - [anon_sym_data] = ACTIONS(5005), - [anon_sym_inner] = ACTIONS(5005), - [anon_sym_override] = ACTIONS(5005), - [anon_sym_lateinit] = ACTIONS(5005), - [anon_sym_public] = ACTIONS(5005), - [anon_sym_private] = ACTIONS(5005), - [anon_sym_internal] = ACTIONS(5005), - [anon_sym_protected] = ACTIONS(5005), - [anon_sym_tailrec] = ACTIONS(5005), - [anon_sym_operator] = ACTIONS(5005), - [anon_sym_infix] = ACTIONS(5005), - [anon_sym_inline] = ACTIONS(5005), - [anon_sym_external] = ACTIONS(5005), - [sym_property_modifier] = ACTIONS(5005), - [anon_sym_abstract] = ACTIONS(5005), - [anon_sym_final] = ACTIONS(5005), - [anon_sym_open] = ACTIONS(5005), - [anon_sym_vararg] = ACTIONS(5005), - [anon_sym_noinline] = ACTIONS(5005), - [anon_sym_crossinline] = ACTIONS(5005), - [anon_sym_expect] = ACTIONS(5005), - [anon_sym_actual] = ACTIONS(5005), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5007), - [sym__automatic_semicolon] = ACTIONS(5007), - [sym_safe_nav] = ACTIONS(5007), - [sym_multiline_comment] = ACTIONS(3), + [3721] = { + [sym_class_body] = STATE(3216), + [sym_type_constraints] = STATE(3111), + [sym__alpha_identifier] = ACTIONS(4188), + [anon_sym_AT] = ACTIONS(4190), + [anon_sym_COLON] = ACTIONS(6840), + [anon_sym_LBRACK] = ACTIONS(4190), + [anon_sym_as] = ACTIONS(4188), + [anon_sym_LBRACE] = ACTIONS(3144), + [anon_sym_RBRACE] = ACTIONS(4190), + [anon_sym_LPAREN] = ACTIONS(4190), + [anon_sym_COMMA] = ACTIONS(4190), + [anon_sym_LT] = ACTIONS(4188), + [anon_sym_GT] = ACTIONS(4188), + [anon_sym_where] = ACTIONS(3118), + [anon_sym_object] = ACTIONS(4188), + [anon_sym_fun] = ACTIONS(4188), + [anon_sym_DOT] = ACTIONS(4188), + [anon_sym_SEMI] = ACTIONS(4190), + [anon_sym_get] = ACTIONS(4188), + [anon_sym_set] = ACTIONS(4188), + [anon_sym_this] = ACTIONS(4188), + [anon_sym_super] = ACTIONS(4188), + [anon_sym_STAR] = ACTIONS(4190), + [sym_label] = ACTIONS(4188), + [anon_sym_in] = ACTIONS(4188), + [anon_sym_DOT_DOT] = ACTIONS(4190), + [anon_sym_QMARK_COLON] = ACTIONS(4190), + [anon_sym_AMP_AMP] = ACTIONS(4190), + [anon_sym_PIPE_PIPE] = ACTIONS(4190), + [anon_sym_null] = ACTIONS(4188), + [anon_sym_if] = ACTIONS(4188), + [anon_sym_else] = ACTIONS(4188), + [anon_sym_when] = ACTIONS(4188), + [anon_sym_try] = ACTIONS(4188), + [anon_sym_throw] = ACTIONS(4188), + [anon_sym_return] = ACTIONS(4188), + [anon_sym_continue] = ACTIONS(4188), + [anon_sym_break] = ACTIONS(4188), + [anon_sym_COLON_COLON] = ACTIONS(4190), + [anon_sym_BANG_EQ] = ACTIONS(4188), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4190), + [anon_sym_EQ_EQ] = ACTIONS(4188), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4190), + [anon_sym_LT_EQ] = ACTIONS(4190), + [anon_sym_GT_EQ] = ACTIONS(4190), + [anon_sym_BANGin] = ACTIONS(4190), + [anon_sym_is] = ACTIONS(4188), + [anon_sym_BANGis] = ACTIONS(4190), + [anon_sym_PLUS] = ACTIONS(4188), + [anon_sym_DASH] = ACTIONS(4188), + [anon_sym_SLASH] = ACTIONS(4188), + [anon_sym_PERCENT] = ACTIONS(4190), + [anon_sym_as_QMARK] = ACTIONS(4190), + [anon_sym_PLUS_PLUS] = ACTIONS(4190), + [anon_sym_DASH_DASH] = ACTIONS(4190), + [anon_sym_BANG] = ACTIONS(4188), + [anon_sym_BANG_BANG] = ACTIONS(4190), + [anon_sym_data] = ACTIONS(4188), + [anon_sym_inner] = ACTIONS(4188), + [anon_sym_expect] = ACTIONS(4188), + [anon_sym_actual] = ACTIONS(4188), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4190), + [anon_sym_continue_AT] = ACTIONS(4190), + [anon_sym_break_AT] = ACTIONS(4190), + [sym_real_literal] = ACTIONS(4190), + [sym_integer_literal] = ACTIONS(4188), + [sym_hex_literal] = ACTIONS(4190), + [sym_bin_literal] = ACTIONS(4190), + [anon_sym_true] = ACTIONS(4188), + [anon_sym_false] = ACTIONS(4188), + [anon_sym_SQUOTE] = ACTIONS(4190), + [sym__backtick_identifier] = ACTIONS(4190), + [sym__automatic_semicolon] = ACTIONS(4190), + [sym_safe_nav] = ACTIONS(4190), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4190), }, - [3729] = { - [sym__alpha_identifier] = ACTIONS(4995), - [anon_sym_AT] = ACTIONS(4997), - [anon_sym_LBRACK] = ACTIONS(4997), - [anon_sym_as] = ACTIONS(4995), - [anon_sym_EQ] = ACTIONS(4995), - [anon_sym_LBRACE] = ACTIONS(4997), - [anon_sym_RBRACE] = ACTIONS(4997), - [anon_sym_LPAREN] = ACTIONS(4997), - [anon_sym_COMMA] = ACTIONS(4997), - [anon_sym_LT] = ACTIONS(4995), - [anon_sym_GT] = ACTIONS(4995), - [anon_sym_where] = ACTIONS(4995), - [anon_sym_DOT] = ACTIONS(4995), - [anon_sym_SEMI] = ACTIONS(4997), - [anon_sym_get] = ACTIONS(4995), - [anon_sym_set] = ACTIONS(4995), - [anon_sym_STAR] = ACTIONS(4995), - [sym_label] = ACTIONS(4997), - [anon_sym_in] = ACTIONS(4995), - [anon_sym_DOT_DOT] = ACTIONS(4997), - [anon_sym_QMARK_COLON] = ACTIONS(4997), - [anon_sym_AMP_AMP] = ACTIONS(4997), - [anon_sym_PIPE_PIPE] = ACTIONS(4997), - [anon_sym_else] = ACTIONS(4995), - [anon_sym_COLON_COLON] = ACTIONS(4997), - [anon_sym_PLUS_EQ] = ACTIONS(4997), - [anon_sym_DASH_EQ] = ACTIONS(4997), - [anon_sym_STAR_EQ] = ACTIONS(4997), - [anon_sym_SLASH_EQ] = ACTIONS(4997), - [anon_sym_PERCENT_EQ] = ACTIONS(4997), - [anon_sym_BANG_EQ] = ACTIONS(4995), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4997), - [anon_sym_EQ_EQ] = ACTIONS(4995), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4997), - [anon_sym_LT_EQ] = ACTIONS(4997), - [anon_sym_GT_EQ] = ACTIONS(4997), - [anon_sym_BANGin] = ACTIONS(4997), - [anon_sym_is] = ACTIONS(4995), - [anon_sym_BANGis] = ACTIONS(4997), - [anon_sym_PLUS] = ACTIONS(4995), - [anon_sym_DASH] = ACTIONS(4995), - [anon_sym_SLASH] = ACTIONS(4995), - [anon_sym_PERCENT] = ACTIONS(4995), - [anon_sym_as_QMARK] = ACTIONS(4997), - [anon_sym_PLUS_PLUS] = ACTIONS(4997), - [anon_sym_DASH_DASH] = ACTIONS(4997), - [anon_sym_BANG_BANG] = ACTIONS(4997), - [anon_sym_suspend] = ACTIONS(4995), - [anon_sym_sealed] = ACTIONS(4995), - [anon_sym_annotation] = ACTIONS(4995), - [anon_sym_data] = ACTIONS(4995), - [anon_sym_inner] = ACTIONS(4995), - [anon_sym_override] = ACTIONS(4995), - [anon_sym_lateinit] = ACTIONS(4995), - [anon_sym_public] = ACTIONS(4995), - [anon_sym_private] = ACTIONS(4995), - [anon_sym_internal] = ACTIONS(4995), - [anon_sym_protected] = ACTIONS(4995), - [anon_sym_tailrec] = ACTIONS(4995), - [anon_sym_operator] = ACTIONS(4995), - [anon_sym_infix] = ACTIONS(4995), - [anon_sym_inline] = ACTIONS(4995), - [anon_sym_external] = ACTIONS(4995), - [sym_property_modifier] = ACTIONS(4995), - [anon_sym_abstract] = ACTIONS(4995), - [anon_sym_final] = ACTIONS(4995), - [anon_sym_open] = ACTIONS(4995), - [anon_sym_vararg] = ACTIONS(4995), - [anon_sym_noinline] = ACTIONS(4995), - [anon_sym_crossinline] = ACTIONS(4995), - [anon_sym_expect] = ACTIONS(4995), - [anon_sym_actual] = ACTIONS(4995), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4997), - [sym__automatic_semicolon] = ACTIONS(4997), - [sym_safe_nav] = ACTIONS(4997), + [3722] = { + [sym__alpha_identifier] = ACTIONS(4915), + [anon_sym_AT] = ACTIONS(4917), + [anon_sym_LBRACK] = ACTIONS(4917), + [anon_sym_as] = ACTIONS(4915), + [anon_sym_EQ] = ACTIONS(4915), + [anon_sym_LBRACE] = ACTIONS(4917), + [anon_sym_RBRACE] = ACTIONS(4917), + [anon_sym_LPAREN] = ACTIONS(4917), + [anon_sym_COMMA] = ACTIONS(4917), + [anon_sym_LT] = ACTIONS(4915), + [anon_sym_GT] = ACTIONS(4915), + [anon_sym_where] = ACTIONS(4915), + [anon_sym_DOT] = ACTIONS(4915), + [anon_sym_SEMI] = ACTIONS(4917), + [anon_sym_get] = ACTIONS(4915), + [anon_sym_set] = ACTIONS(4915), + [anon_sym_STAR] = ACTIONS(4915), + [sym_label] = ACTIONS(4917), + [anon_sym_in] = ACTIONS(4915), + [anon_sym_DOT_DOT] = ACTIONS(4917), + [anon_sym_QMARK_COLON] = ACTIONS(4917), + [anon_sym_AMP_AMP] = ACTIONS(4917), + [anon_sym_PIPE_PIPE] = ACTIONS(4917), + [anon_sym_else] = ACTIONS(4915), + [anon_sym_COLON_COLON] = ACTIONS(4917), + [anon_sym_PLUS_EQ] = ACTIONS(4917), + [anon_sym_DASH_EQ] = ACTIONS(4917), + [anon_sym_STAR_EQ] = ACTIONS(4917), + [anon_sym_SLASH_EQ] = ACTIONS(4917), + [anon_sym_PERCENT_EQ] = ACTIONS(4917), + [anon_sym_BANG_EQ] = ACTIONS(4915), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4917), + [anon_sym_EQ_EQ] = ACTIONS(4915), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4917), + [anon_sym_LT_EQ] = ACTIONS(4917), + [anon_sym_GT_EQ] = ACTIONS(4917), + [anon_sym_BANGin] = ACTIONS(4917), + [anon_sym_is] = ACTIONS(4915), + [anon_sym_BANGis] = ACTIONS(4917), + [anon_sym_PLUS] = ACTIONS(4915), + [anon_sym_DASH] = ACTIONS(4915), + [anon_sym_SLASH] = ACTIONS(4915), + [anon_sym_PERCENT] = ACTIONS(4915), + [anon_sym_as_QMARK] = ACTIONS(4917), + [anon_sym_PLUS_PLUS] = ACTIONS(4917), + [anon_sym_DASH_DASH] = ACTIONS(4917), + [anon_sym_BANG_BANG] = ACTIONS(4917), + [anon_sym_suspend] = ACTIONS(4915), + [anon_sym_sealed] = ACTIONS(4915), + [anon_sym_annotation] = ACTIONS(4915), + [anon_sym_data] = ACTIONS(4915), + [anon_sym_inner] = ACTIONS(4915), + [anon_sym_override] = ACTIONS(4915), + [anon_sym_lateinit] = ACTIONS(4915), + [anon_sym_public] = ACTIONS(4915), + [anon_sym_private] = ACTIONS(4915), + [anon_sym_internal] = ACTIONS(4915), + [anon_sym_protected] = ACTIONS(4915), + [anon_sym_tailrec] = ACTIONS(4915), + [anon_sym_operator] = ACTIONS(4915), + [anon_sym_infix] = ACTIONS(4915), + [anon_sym_inline] = ACTIONS(4915), + [anon_sym_external] = ACTIONS(4915), + [sym_property_modifier] = ACTIONS(4915), + [anon_sym_abstract] = ACTIONS(4915), + [anon_sym_final] = ACTIONS(4915), + [anon_sym_open] = ACTIONS(4915), + [anon_sym_vararg] = ACTIONS(4915), + [anon_sym_noinline] = ACTIONS(4915), + [anon_sym_crossinline] = ACTIONS(4915), + [anon_sym_expect] = ACTIONS(4915), + [anon_sym_actual] = ACTIONS(4915), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4917), + [sym__automatic_semicolon] = ACTIONS(4917), + [sym_safe_nav] = ACTIONS(4917), [sym_multiline_comment] = ACTIONS(3), }, - [3730] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2327), - [sym__comparison_operator] = STATE(2323), - [sym__in_operator] = STATE(2322), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2320), - [sym__multiplicative_operator] = STATE(2319), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2317), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [3723] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(1624), + [sym__comparison_operator] = STATE(2064), + [sym__in_operator] = STATE(1691), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(1828), + [sym__multiplicative_operator] = STATE(1968), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2056), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), - [anon_sym_EQ] = ACTIONS(3072), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), + [anon_sym_EQ] = ACTIONS(3071), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(3074), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_RPAREN] = ACTIONS(3074), + [anon_sym_RBRACE] = ACTIONS(3073), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_RPAREN] = ACTIONS(3073), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(6828), - [anon_sym_DOT] = ACTIONS(6387), - [anon_sym_SEMI] = ACTIONS(3074), + [anon_sym_GT] = ACTIONS(6842), + [anon_sym_DOT] = ACTIONS(6409), + [anon_sym_SEMI] = ACTIONS(3073), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(6830), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(6832), - [anon_sym_while] = ACTIONS(3072), - [anon_sym_DOT_DOT] = ACTIONS(6834), - [anon_sym_QMARK_COLON] = ACTIONS(6836), - [anon_sym_AMP_AMP] = ACTIONS(6876), - [anon_sym_PIPE_PIPE] = ACTIONS(6878), - [anon_sym_else] = ACTIONS(3072), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_PLUS_EQ] = ACTIONS(3074), - [anon_sym_DASH_EQ] = ACTIONS(3074), - [anon_sym_STAR_EQ] = ACTIONS(3074), - [anon_sym_SLASH_EQ] = ACTIONS(3074), - [anon_sym_PERCENT_EQ] = ACTIONS(3074), - [anon_sym_BANG_EQ] = ACTIONS(6838), - [anon_sym_BANG_EQ_EQ] = ACTIONS(6840), - [anon_sym_EQ_EQ] = ACTIONS(6838), - [anon_sym_EQ_EQ_EQ] = ACTIONS(6840), - [anon_sym_LT_EQ] = ACTIONS(6842), - [anon_sym_GT_EQ] = ACTIONS(6842), - [anon_sym_BANGin] = ACTIONS(6844), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(6846), - [anon_sym_DASH] = ACTIONS(6846), - [anon_sym_SLASH] = ACTIONS(6830), - [anon_sym_PERCENT] = ACTIONS(6830), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(6844), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(6846), + [anon_sym_while] = ACTIONS(3071), + [anon_sym_DOT_DOT] = ACTIONS(6848), + [anon_sym_QMARK_COLON] = ACTIONS(6850), + [anon_sym_AMP_AMP] = ACTIONS(6852), + [anon_sym_PIPE_PIPE] = ACTIONS(6854), + [anon_sym_else] = ACTIONS(3071), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_PLUS_EQ] = ACTIONS(3073), + [anon_sym_DASH_EQ] = ACTIONS(3073), + [anon_sym_STAR_EQ] = ACTIONS(3073), + [anon_sym_SLASH_EQ] = ACTIONS(3073), + [anon_sym_PERCENT_EQ] = ACTIONS(3073), + [anon_sym_BANG_EQ] = ACTIONS(6856), + [anon_sym_BANG_EQ_EQ] = ACTIONS(6858), + [anon_sym_EQ_EQ] = ACTIONS(6856), + [anon_sym_EQ_EQ_EQ] = ACTIONS(6858), + [anon_sym_LT_EQ] = ACTIONS(6860), + [anon_sym_GT_EQ] = ACTIONS(6860), + [anon_sym_BANGin] = ACTIONS(6862), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(6864), + [anon_sym_DASH] = ACTIONS(6864), + [anon_sym_SLASH] = ACTIONS(6844), + [anon_sym_PERCENT] = ACTIONS(6844), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), + [sym_multiline_comment] = ACTIONS(3), + }, + [3724] = { + [sym__alpha_identifier] = ACTIONS(4511), + [anon_sym_AT] = ACTIONS(4513), + [anon_sym_LBRACK] = ACTIONS(4513), + [anon_sym_as] = ACTIONS(4511), + [anon_sym_EQ] = ACTIONS(4511), + [anon_sym_LBRACE] = ACTIONS(4513), + [anon_sym_RBRACE] = ACTIONS(4513), + [anon_sym_LPAREN] = ACTIONS(4513), + [anon_sym_COMMA] = ACTIONS(4513), + [anon_sym_LT] = ACTIONS(4511), + [anon_sym_GT] = ACTIONS(4511), + [anon_sym_where] = ACTIONS(4511), + [anon_sym_DOT] = ACTIONS(4511), + [anon_sym_SEMI] = ACTIONS(4513), + [anon_sym_get] = ACTIONS(4511), + [anon_sym_set] = ACTIONS(4511), + [anon_sym_STAR] = ACTIONS(4511), + [sym_label] = ACTIONS(4513), + [anon_sym_in] = ACTIONS(4511), + [anon_sym_DOT_DOT] = ACTIONS(4513), + [anon_sym_QMARK_COLON] = ACTIONS(4513), + [anon_sym_AMP_AMP] = ACTIONS(4513), + [anon_sym_PIPE_PIPE] = ACTIONS(4513), + [anon_sym_else] = ACTIONS(4511), + [anon_sym_COLON_COLON] = ACTIONS(4513), + [anon_sym_PLUS_EQ] = ACTIONS(4513), + [anon_sym_DASH_EQ] = ACTIONS(4513), + [anon_sym_STAR_EQ] = ACTIONS(4513), + [anon_sym_SLASH_EQ] = ACTIONS(4513), + [anon_sym_PERCENT_EQ] = ACTIONS(4513), + [anon_sym_BANG_EQ] = ACTIONS(4511), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4513), + [anon_sym_EQ_EQ] = ACTIONS(4511), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4513), + [anon_sym_LT_EQ] = ACTIONS(4513), + [anon_sym_GT_EQ] = ACTIONS(4513), + [anon_sym_BANGin] = ACTIONS(4513), + [anon_sym_is] = ACTIONS(4511), + [anon_sym_BANGis] = ACTIONS(4513), + [anon_sym_PLUS] = ACTIONS(4511), + [anon_sym_DASH] = ACTIONS(4511), + [anon_sym_SLASH] = ACTIONS(4511), + [anon_sym_PERCENT] = ACTIONS(4511), + [anon_sym_as_QMARK] = ACTIONS(4513), + [anon_sym_PLUS_PLUS] = ACTIONS(4513), + [anon_sym_DASH_DASH] = ACTIONS(4513), + [anon_sym_BANG_BANG] = ACTIONS(4513), + [anon_sym_suspend] = ACTIONS(4511), + [anon_sym_sealed] = ACTIONS(4511), + [anon_sym_annotation] = ACTIONS(4511), + [anon_sym_data] = ACTIONS(4511), + [anon_sym_inner] = ACTIONS(4511), + [anon_sym_override] = ACTIONS(4511), + [anon_sym_lateinit] = ACTIONS(4511), + [anon_sym_public] = ACTIONS(4511), + [anon_sym_private] = ACTIONS(4511), + [anon_sym_internal] = ACTIONS(4511), + [anon_sym_protected] = ACTIONS(4511), + [anon_sym_tailrec] = ACTIONS(4511), + [anon_sym_operator] = ACTIONS(4511), + [anon_sym_infix] = ACTIONS(4511), + [anon_sym_inline] = ACTIONS(4511), + [anon_sym_external] = ACTIONS(4511), + [sym_property_modifier] = ACTIONS(4511), + [anon_sym_abstract] = ACTIONS(4511), + [anon_sym_final] = ACTIONS(4511), + [anon_sym_open] = ACTIONS(4511), + [anon_sym_vararg] = ACTIONS(4511), + [anon_sym_noinline] = ACTIONS(4511), + [anon_sym_crossinline] = ACTIONS(4511), + [anon_sym_expect] = ACTIONS(4511), + [anon_sym_actual] = ACTIONS(4511), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4513), + [sym__automatic_semicolon] = ACTIONS(4513), + [sym_safe_nav] = ACTIONS(4513), + [sym_multiline_comment] = ACTIONS(3), + }, + [3725] = { + [sym__alpha_identifier] = ACTIONS(4842), + [anon_sym_AT] = ACTIONS(4844), + [anon_sym_LBRACK] = ACTIONS(4844), + [anon_sym_as] = ACTIONS(4842), + [anon_sym_EQ] = ACTIONS(4877), + [anon_sym_LBRACE] = ACTIONS(4844), + [anon_sym_RBRACE] = ACTIONS(4844), + [anon_sym_LPAREN] = ACTIONS(4844), + [anon_sym_COMMA] = ACTIONS(4844), + [anon_sym_LT] = ACTIONS(4842), + [anon_sym_GT] = ACTIONS(4842), + [anon_sym_where] = ACTIONS(4842), + [anon_sym_DOT] = ACTIONS(4842), + [anon_sym_SEMI] = ACTIONS(4844), + [anon_sym_get] = ACTIONS(4842), + [anon_sym_set] = ACTIONS(4842), + [anon_sym_STAR] = ACTIONS(4842), + [sym_label] = ACTIONS(4844), + [anon_sym_in] = ACTIONS(4842), + [anon_sym_DOT_DOT] = ACTIONS(4844), + [anon_sym_QMARK_COLON] = ACTIONS(4844), + [anon_sym_AMP_AMP] = ACTIONS(4844), + [anon_sym_PIPE_PIPE] = ACTIONS(4844), + [anon_sym_else] = ACTIONS(4842), + [anon_sym_COLON_COLON] = ACTIONS(6866), + [anon_sym_PLUS_EQ] = ACTIONS(4879), + [anon_sym_DASH_EQ] = ACTIONS(4879), + [anon_sym_STAR_EQ] = ACTIONS(4879), + [anon_sym_SLASH_EQ] = ACTIONS(4879), + [anon_sym_PERCENT_EQ] = ACTIONS(4879), + [anon_sym_BANG_EQ] = ACTIONS(4842), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4844), + [anon_sym_EQ_EQ] = ACTIONS(4842), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4844), + [anon_sym_LT_EQ] = ACTIONS(4844), + [anon_sym_GT_EQ] = ACTIONS(4844), + [anon_sym_BANGin] = ACTIONS(4844), + [anon_sym_is] = ACTIONS(4842), + [anon_sym_BANGis] = ACTIONS(4844), + [anon_sym_PLUS] = ACTIONS(4842), + [anon_sym_DASH] = ACTIONS(4842), + [anon_sym_SLASH] = ACTIONS(4842), + [anon_sym_PERCENT] = ACTIONS(4842), + [anon_sym_as_QMARK] = ACTIONS(4844), + [anon_sym_PLUS_PLUS] = ACTIONS(4844), + [anon_sym_DASH_DASH] = ACTIONS(4844), + [anon_sym_BANG_BANG] = ACTIONS(4844), + [anon_sym_suspend] = ACTIONS(4842), + [anon_sym_sealed] = ACTIONS(4842), + [anon_sym_annotation] = ACTIONS(4842), + [anon_sym_data] = ACTIONS(4842), + [anon_sym_inner] = ACTIONS(4842), + [anon_sym_override] = ACTIONS(4842), + [anon_sym_lateinit] = ACTIONS(4842), + [anon_sym_public] = ACTIONS(4842), + [anon_sym_private] = ACTIONS(4842), + [anon_sym_internal] = ACTIONS(4842), + [anon_sym_protected] = ACTIONS(4842), + [anon_sym_tailrec] = ACTIONS(4842), + [anon_sym_operator] = ACTIONS(4842), + [anon_sym_infix] = ACTIONS(4842), + [anon_sym_inline] = ACTIONS(4842), + [anon_sym_external] = ACTIONS(4842), + [sym_property_modifier] = ACTIONS(4842), + [anon_sym_abstract] = ACTIONS(4842), + [anon_sym_final] = ACTIONS(4842), + [anon_sym_open] = ACTIONS(4842), + [anon_sym_vararg] = ACTIONS(4842), + [anon_sym_noinline] = ACTIONS(4842), + [anon_sym_crossinline] = ACTIONS(4842), + [anon_sym_expect] = ACTIONS(4842), + [anon_sym_actual] = ACTIONS(4842), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4844), + [sym__automatic_semicolon] = ACTIONS(4844), + [sym_safe_nav] = ACTIONS(4844), + [sym_multiline_comment] = ACTIONS(3), + }, + [3726] = { + [sym_type_constraints] = STATE(3114), + [sym_enum_class_body] = STATE(3132), + [sym__alpha_identifier] = ACTIONS(3212), + [anon_sym_AT] = ACTIONS(3216), + [anon_sym_COLON] = ACTIONS(3502), + [anon_sym_LBRACK] = ACTIONS(3216), + [anon_sym_as] = ACTIONS(3212), + [anon_sym_LBRACE] = ACTIONS(3112), + [anon_sym_RBRACE] = ACTIONS(3216), + [anon_sym_LPAREN] = ACTIONS(3216), + [anon_sym_COMMA] = ACTIONS(3216), + [anon_sym_LT] = ACTIONS(3212), + [anon_sym_GT] = ACTIONS(3212), + [anon_sym_where] = ACTIONS(3118), + [anon_sym_object] = ACTIONS(3212), + [anon_sym_fun] = ACTIONS(3212), + [anon_sym_DOT] = ACTIONS(3212), + [anon_sym_SEMI] = ACTIONS(3216), + [anon_sym_get] = ACTIONS(3212), + [anon_sym_set] = ACTIONS(3212), + [anon_sym_this] = ACTIONS(3212), + [anon_sym_super] = ACTIONS(3212), + [anon_sym_STAR] = ACTIONS(3216), + [sym_label] = ACTIONS(3212), + [anon_sym_in] = ACTIONS(3212), + [anon_sym_DOT_DOT] = ACTIONS(3216), + [anon_sym_QMARK_COLON] = ACTIONS(3216), + [anon_sym_AMP_AMP] = ACTIONS(3216), + [anon_sym_PIPE_PIPE] = ACTIONS(3216), + [anon_sym_null] = ACTIONS(3212), + [anon_sym_if] = ACTIONS(3212), + [anon_sym_else] = ACTIONS(3212), + [anon_sym_when] = ACTIONS(3212), + [anon_sym_try] = ACTIONS(3212), + [anon_sym_throw] = ACTIONS(3212), + [anon_sym_return] = ACTIONS(3212), + [anon_sym_continue] = ACTIONS(3212), + [anon_sym_break] = ACTIONS(3212), + [anon_sym_COLON_COLON] = ACTIONS(3216), + [anon_sym_BANG_EQ] = ACTIONS(3212), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3216), + [anon_sym_EQ_EQ] = ACTIONS(3212), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3216), + [anon_sym_LT_EQ] = ACTIONS(3216), + [anon_sym_GT_EQ] = ACTIONS(3216), + [anon_sym_BANGin] = ACTIONS(3216), + [anon_sym_is] = ACTIONS(3212), + [anon_sym_BANGis] = ACTIONS(3216), + [anon_sym_PLUS] = ACTIONS(3212), + [anon_sym_DASH] = ACTIONS(3212), + [anon_sym_SLASH] = ACTIONS(3212), + [anon_sym_PERCENT] = ACTIONS(3216), + [anon_sym_as_QMARK] = ACTIONS(3216), + [anon_sym_PLUS_PLUS] = ACTIONS(3216), + [anon_sym_DASH_DASH] = ACTIONS(3216), + [anon_sym_BANG] = ACTIONS(3212), + [anon_sym_BANG_BANG] = ACTIONS(3216), + [anon_sym_data] = ACTIONS(3212), + [anon_sym_inner] = ACTIONS(3212), + [anon_sym_expect] = ACTIONS(3212), + [anon_sym_actual] = ACTIONS(3212), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3216), + [anon_sym_continue_AT] = ACTIONS(3216), + [anon_sym_break_AT] = ACTIONS(3216), + [sym_real_literal] = ACTIONS(3216), + [sym_integer_literal] = ACTIONS(3212), + [sym_hex_literal] = ACTIONS(3216), + [sym_bin_literal] = ACTIONS(3216), + [anon_sym_true] = ACTIONS(3212), + [anon_sym_false] = ACTIONS(3212), + [anon_sym_SQUOTE] = ACTIONS(3216), + [sym__backtick_identifier] = ACTIONS(3216), + [sym__automatic_semicolon] = ACTIONS(3216), + [sym_safe_nav] = ACTIONS(3216), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3216), + }, + [3727] = { + [sym__alpha_identifier] = ACTIONS(4346), + [anon_sym_AT] = ACTIONS(4348), + [anon_sym_LBRACK] = ACTIONS(4348), + [anon_sym_as] = ACTIONS(4346), + [anon_sym_EQ] = ACTIONS(4346), + [anon_sym_LBRACE] = ACTIONS(4348), + [anon_sym_RBRACE] = ACTIONS(4348), + [anon_sym_LPAREN] = ACTIONS(4348), + [anon_sym_COMMA] = ACTIONS(4348), + [anon_sym_LT] = ACTIONS(4346), + [anon_sym_GT] = ACTIONS(4346), + [anon_sym_where] = ACTIONS(4346), + [anon_sym_DOT] = ACTIONS(4346), + [anon_sym_SEMI] = ACTIONS(4348), + [anon_sym_get] = ACTIONS(4346), + [anon_sym_set] = ACTIONS(4346), + [anon_sym_STAR] = ACTIONS(4346), + [sym_label] = ACTIONS(4348), + [anon_sym_in] = ACTIONS(4346), + [anon_sym_DOT_DOT] = ACTIONS(4348), + [anon_sym_QMARK_COLON] = ACTIONS(4348), + [anon_sym_AMP_AMP] = ACTIONS(4348), + [anon_sym_PIPE_PIPE] = ACTIONS(4348), + [anon_sym_else] = ACTIONS(4346), + [anon_sym_COLON_COLON] = ACTIONS(4348), + [anon_sym_PLUS_EQ] = ACTIONS(4348), + [anon_sym_DASH_EQ] = ACTIONS(4348), + [anon_sym_STAR_EQ] = ACTIONS(4348), + [anon_sym_SLASH_EQ] = ACTIONS(4348), + [anon_sym_PERCENT_EQ] = ACTIONS(4348), + [anon_sym_BANG_EQ] = ACTIONS(4346), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4348), + [anon_sym_EQ_EQ] = ACTIONS(4346), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4348), + [anon_sym_LT_EQ] = ACTIONS(4348), + [anon_sym_GT_EQ] = ACTIONS(4348), + [anon_sym_BANGin] = ACTIONS(4348), + [anon_sym_is] = ACTIONS(4346), + [anon_sym_BANGis] = ACTIONS(4348), + [anon_sym_PLUS] = ACTIONS(4346), + [anon_sym_DASH] = ACTIONS(4346), + [anon_sym_SLASH] = ACTIONS(4346), + [anon_sym_PERCENT] = ACTIONS(4346), + [anon_sym_as_QMARK] = ACTIONS(4348), + [anon_sym_PLUS_PLUS] = ACTIONS(4348), + [anon_sym_DASH_DASH] = ACTIONS(4348), + [anon_sym_BANG_BANG] = ACTIONS(4348), + [anon_sym_suspend] = ACTIONS(4346), + [anon_sym_sealed] = ACTIONS(4346), + [anon_sym_annotation] = ACTIONS(4346), + [anon_sym_data] = ACTIONS(4346), + [anon_sym_inner] = ACTIONS(4346), + [anon_sym_override] = ACTIONS(4346), + [anon_sym_lateinit] = ACTIONS(4346), + [anon_sym_public] = ACTIONS(4346), + [anon_sym_private] = ACTIONS(4346), + [anon_sym_internal] = ACTIONS(4346), + [anon_sym_protected] = ACTIONS(4346), + [anon_sym_tailrec] = ACTIONS(4346), + [anon_sym_operator] = ACTIONS(4346), + [anon_sym_infix] = ACTIONS(4346), + [anon_sym_inline] = ACTIONS(4346), + [anon_sym_external] = ACTIONS(4346), + [sym_property_modifier] = ACTIONS(4346), + [anon_sym_abstract] = ACTIONS(4346), + [anon_sym_final] = ACTIONS(4346), + [anon_sym_open] = ACTIONS(4346), + [anon_sym_vararg] = ACTIONS(4346), + [anon_sym_noinline] = ACTIONS(4346), + [anon_sym_crossinline] = ACTIONS(4346), + [anon_sym_expect] = ACTIONS(4346), + [anon_sym_actual] = ACTIONS(4346), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4348), + [sym__automatic_semicolon] = ACTIONS(4348), + [sym_safe_nav] = ACTIONS(4348), + [sym_multiline_comment] = ACTIONS(3), + }, + [3728] = { + [sym__alpha_identifier] = ACTIONS(4808), + [anon_sym_AT] = ACTIONS(4810), + [anon_sym_LBRACK] = ACTIONS(4810), + [anon_sym_as] = ACTIONS(4808), + [anon_sym_EQ] = ACTIONS(4808), + [anon_sym_LBRACE] = ACTIONS(4810), + [anon_sym_RBRACE] = ACTIONS(4810), + [anon_sym_LPAREN] = ACTIONS(4810), + [anon_sym_COMMA] = ACTIONS(4810), + [anon_sym_LT] = ACTIONS(4808), + [anon_sym_GT] = ACTIONS(4808), + [anon_sym_where] = ACTIONS(4808), + [anon_sym_DOT] = ACTIONS(4808), + [anon_sym_SEMI] = ACTIONS(4810), + [anon_sym_get] = ACTIONS(4808), + [anon_sym_set] = ACTIONS(4808), + [anon_sym_STAR] = ACTIONS(4808), + [sym_label] = ACTIONS(4810), + [anon_sym_in] = ACTIONS(4808), + [anon_sym_DOT_DOT] = ACTIONS(4810), + [anon_sym_QMARK_COLON] = ACTIONS(4810), + [anon_sym_AMP_AMP] = ACTIONS(4810), + [anon_sym_PIPE_PIPE] = ACTIONS(4810), + [anon_sym_else] = ACTIONS(4808), + [anon_sym_COLON_COLON] = ACTIONS(4810), + [anon_sym_PLUS_EQ] = ACTIONS(4810), + [anon_sym_DASH_EQ] = ACTIONS(4810), + [anon_sym_STAR_EQ] = ACTIONS(4810), + [anon_sym_SLASH_EQ] = ACTIONS(4810), + [anon_sym_PERCENT_EQ] = ACTIONS(4810), + [anon_sym_BANG_EQ] = ACTIONS(4808), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4810), + [anon_sym_EQ_EQ] = ACTIONS(4808), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4810), + [anon_sym_LT_EQ] = ACTIONS(4810), + [anon_sym_GT_EQ] = ACTIONS(4810), + [anon_sym_BANGin] = ACTIONS(4810), + [anon_sym_is] = ACTIONS(4808), + [anon_sym_BANGis] = ACTIONS(4810), + [anon_sym_PLUS] = ACTIONS(4808), + [anon_sym_DASH] = ACTIONS(4808), + [anon_sym_SLASH] = ACTIONS(4808), + [anon_sym_PERCENT] = ACTIONS(4808), + [anon_sym_as_QMARK] = ACTIONS(4810), + [anon_sym_PLUS_PLUS] = ACTIONS(4810), + [anon_sym_DASH_DASH] = ACTIONS(4810), + [anon_sym_BANG_BANG] = ACTIONS(4810), + [anon_sym_suspend] = ACTIONS(4808), + [anon_sym_sealed] = ACTIONS(4808), + [anon_sym_annotation] = ACTIONS(4808), + [anon_sym_data] = ACTIONS(4808), + [anon_sym_inner] = ACTIONS(4808), + [anon_sym_override] = ACTIONS(4808), + [anon_sym_lateinit] = ACTIONS(4808), + [anon_sym_public] = ACTIONS(4808), + [anon_sym_private] = ACTIONS(4808), + [anon_sym_internal] = ACTIONS(4808), + [anon_sym_protected] = ACTIONS(4808), + [anon_sym_tailrec] = ACTIONS(4808), + [anon_sym_operator] = ACTIONS(4808), + [anon_sym_infix] = ACTIONS(4808), + [anon_sym_inline] = ACTIONS(4808), + [anon_sym_external] = ACTIONS(4808), + [sym_property_modifier] = ACTIONS(4808), + [anon_sym_abstract] = ACTIONS(4808), + [anon_sym_final] = ACTIONS(4808), + [anon_sym_open] = ACTIONS(4808), + [anon_sym_vararg] = ACTIONS(4808), + [anon_sym_noinline] = ACTIONS(4808), + [anon_sym_crossinline] = ACTIONS(4808), + [anon_sym_expect] = ACTIONS(4808), + [anon_sym_actual] = ACTIONS(4808), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4810), + [sym__automatic_semicolon] = ACTIONS(4810), + [sym_safe_nav] = ACTIONS(4810), + [sym_multiline_comment] = ACTIONS(3), + }, + [3729] = { + [sym_type_constraints] = STATE(3110), + [sym_enum_class_body] = STATE(3141), + [sym__alpha_identifier] = ACTIONS(4231), + [anon_sym_AT] = ACTIONS(4233), + [anon_sym_COLON] = ACTIONS(6869), + [anon_sym_LBRACK] = ACTIONS(4233), + [anon_sym_as] = ACTIONS(4231), + [anon_sym_LBRACE] = ACTIONS(3112), + [anon_sym_RBRACE] = ACTIONS(4233), + [anon_sym_LPAREN] = ACTIONS(4233), + [anon_sym_COMMA] = ACTIONS(4233), + [anon_sym_LT] = ACTIONS(4231), + [anon_sym_GT] = ACTIONS(4231), + [anon_sym_where] = ACTIONS(3118), + [anon_sym_object] = ACTIONS(4231), + [anon_sym_fun] = ACTIONS(4231), + [anon_sym_DOT] = ACTIONS(4231), + [anon_sym_SEMI] = ACTIONS(4233), + [anon_sym_get] = ACTIONS(4231), + [anon_sym_set] = ACTIONS(4231), + [anon_sym_this] = ACTIONS(4231), + [anon_sym_super] = ACTIONS(4231), + [anon_sym_STAR] = ACTIONS(4233), + [sym_label] = ACTIONS(4231), + [anon_sym_in] = ACTIONS(4231), + [anon_sym_DOT_DOT] = ACTIONS(4233), + [anon_sym_QMARK_COLON] = ACTIONS(4233), + [anon_sym_AMP_AMP] = ACTIONS(4233), + [anon_sym_PIPE_PIPE] = ACTIONS(4233), + [anon_sym_null] = ACTIONS(4231), + [anon_sym_if] = ACTIONS(4231), + [anon_sym_else] = ACTIONS(4231), + [anon_sym_when] = ACTIONS(4231), + [anon_sym_try] = ACTIONS(4231), + [anon_sym_throw] = ACTIONS(4231), + [anon_sym_return] = ACTIONS(4231), + [anon_sym_continue] = ACTIONS(4231), + [anon_sym_break] = ACTIONS(4231), + [anon_sym_COLON_COLON] = ACTIONS(4233), + [anon_sym_BANG_EQ] = ACTIONS(4231), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4233), + [anon_sym_EQ_EQ] = ACTIONS(4231), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4233), + [anon_sym_LT_EQ] = ACTIONS(4233), + [anon_sym_GT_EQ] = ACTIONS(4233), + [anon_sym_BANGin] = ACTIONS(4233), + [anon_sym_is] = ACTIONS(4231), + [anon_sym_BANGis] = ACTIONS(4233), + [anon_sym_PLUS] = ACTIONS(4231), + [anon_sym_DASH] = ACTIONS(4231), + [anon_sym_SLASH] = ACTIONS(4231), + [anon_sym_PERCENT] = ACTIONS(4233), + [anon_sym_as_QMARK] = ACTIONS(4233), + [anon_sym_PLUS_PLUS] = ACTIONS(4233), + [anon_sym_DASH_DASH] = ACTIONS(4233), + [anon_sym_BANG] = ACTIONS(4231), + [anon_sym_BANG_BANG] = ACTIONS(4233), + [anon_sym_data] = ACTIONS(4231), + [anon_sym_inner] = ACTIONS(4231), + [anon_sym_expect] = ACTIONS(4231), + [anon_sym_actual] = ACTIONS(4231), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4233), + [anon_sym_continue_AT] = ACTIONS(4233), + [anon_sym_break_AT] = ACTIONS(4233), + [sym_real_literal] = ACTIONS(4233), + [sym_integer_literal] = ACTIONS(4231), + [sym_hex_literal] = ACTIONS(4233), + [sym_bin_literal] = ACTIONS(4233), + [anon_sym_true] = ACTIONS(4231), + [anon_sym_false] = ACTIONS(4231), + [anon_sym_SQUOTE] = ACTIONS(4233), + [sym__backtick_identifier] = ACTIONS(4233), + [sym__automatic_semicolon] = ACTIONS(4233), + [sym_safe_nav] = ACTIONS(4233), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4233), + }, + [3730] = { + [sym__alpha_identifier] = ACTIONS(4911), + [anon_sym_AT] = ACTIONS(4913), + [anon_sym_LBRACK] = ACTIONS(4913), + [anon_sym_as] = ACTIONS(4911), + [anon_sym_EQ] = ACTIONS(4911), + [anon_sym_LBRACE] = ACTIONS(4913), + [anon_sym_RBRACE] = ACTIONS(4913), + [anon_sym_LPAREN] = ACTIONS(4913), + [anon_sym_COMMA] = ACTIONS(4913), + [anon_sym_LT] = ACTIONS(4911), + [anon_sym_GT] = ACTIONS(4911), + [anon_sym_where] = ACTIONS(4911), + [anon_sym_DOT] = ACTIONS(4911), + [anon_sym_SEMI] = ACTIONS(4913), + [anon_sym_get] = ACTIONS(4911), + [anon_sym_set] = ACTIONS(4911), + [anon_sym_STAR] = ACTIONS(4911), + [sym_label] = ACTIONS(4913), + [anon_sym_in] = ACTIONS(4911), + [anon_sym_DOT_DOT] = ACTIONS(4913), + [anon_sym_QMARK_COLON] = ACTIONS(4913), + [anon_sym_AMP_AMP] = ACTIONS(4913), + [anon_sym_PIPE_PIPE] = ACTIONS(4913), + [anon_sym_else] = ACTIONS(4911), + [anon_sym_COLON_COLON] = ACTIONS(4913), + [anon_sym_PLUS_EQ] = ACTIONS(4913), + [anon_sym_DASH_EQ] = ACTIONS(4913), + [anon_sym_STAR_EQ] = ACTIONS(4913), + [anon_sym_SLASH_EQ] = ACTIONS(4913), + [anon_sym_PERCENT_EQ] = ACTIONS(4913), + [anon_sym_BANG_EQ] = ACTIONS(4911), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4913), + [anon_sym_EQ_EQ] = ACTIONS(4911), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4913), + [anon_sym_LT_EQ] = ACTIONS(4913), + [anon_sym_GT_EQ] = ACTIONS(4913), + [anon_sym_BANGin] = ACTIONS(4913), + [anon_sym_is] = ACTIONS(4911), + [anon_sym_BANGis] = ACTIONS(4913), + [anon_sym_PLUS] = ACTIONS(4911), + [anon_sym_DASH] = ACTIONS(4911), + [anon_sym_SLASH] = ACTIONS(4911), + [anon_sym_PERCENT] = ACTIONS(4911), + [anon_sym_as_QMARK] = ACTIONS(4913), + [anon_sym_PLUS_PLUS] = ACTIONS(4913), + [anon_sym_DASH_DASH] = ACTIONS(4913), + [anon_sym_BANG_BANG] = ACTIONS(4913), + [anon_sym_suspend] = ACTIONS(4911), + [anon_sym_sealed] = ACTIONS(4911), + [anon_sym_annotation] = ACTIONS(4911), + [anon_sym_data] = ACTIONS(4911), + [anon_sym_inner] = ACTIONS(4911), + [anon_sym_override] = ACTIONS(4911), + [anon_sym_lateinit] = ACTIONS(4911), + [anon_sym_public] = ACTIONS(4911), + [anon_sym_private] = ACTIONS(4911), + [anon_sym_internal] = ACTIONS(4911), + [anon_sym_protected] = ACTIONS(4911), + [anon_sym_tailrec] = ACTIONS(4911), + [anon_sym_operator] = ACTIONS(4911), + [anon_sym_infix] = ACTIONS(4911), + [anon_sym_inline] = ACTIONS(4911), + [anon_sym_external] = ACTIONS(4911), + [sym_property_modifier] = ACTIONS(4911), + [anon_sym_abstract] = ACTIONS(4911), + [anon_sym_final] = ACTIONS(4911), + [anon_sym_open] = ACTIONS(4911), + [anon_sym_vararg] = ACTIONS(4911), + [anon_sym_noinline] = ACTIONS(4911), + [anon_sym_crossinline] = ACTIONS(4911), + [anon_sym_expect] = ACTIONS(4911), + [anon_sym_actual] = ACTIONS(4911), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4913), + [sym__automatic_semicolon] = ACTIONS(4913), + [sym_safe_nav] = ACTIONS(4913), [sym_multiline_comment] = ACTIONS(3), }, [3731] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2327), - [sym__comparison_operator] = STATE(2323), - [sym__in_operator] = STATE(2322), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2320), - [sym__multiplicative_operator] = STATE(2319), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2317), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(1624), + [sym__comparison_operator] = STATE(2064), + [sym__in_operator] = STATE(1691), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(1828), + [sym__multiplicative_operator] = STATE(1968), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2056), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), - [anon_sym_EQ] = ACTIONS(2999), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), + [anon_sym_EQ] = ACTIONS(3003), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(3001), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_RPAREN] = ACTIONS(3001), + [anon_sym_RBRACE] = ACTIONS(3005), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_RPAREN] = ACTIONS(3005), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(6828), - [anon_sym_DOT] = ACTIONS(6387), - [anon_sym_SEMI] = ACTIONS(3001), + [anon_sym_GT] = ACTIONS(6842), + [anon_sym_DOT] = ACTIONS(6409), + [anon_sym_SEMI] = ACTIONS(3005), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(6830), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(6832), - [anon_sym_while] = ACTIONS(2999), - [anon_sym_DOT_DOT] = ACTIONS(6834), - [anon_sym_QMARK_COLON] = ACTIONS(6836), - [anon_sym_AMP_AMP] = ACTIONS(6876), - [anon_sym_PIPE_PIPE] = ACTIONS(6878), - [anon_sym_else] = ACTIONS(2999), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_PLUS_EQ] = ACTIONS(3001), - [anon_sym_DASH_EQ] = ACTIONS(3001), - [anon_sym_STAR_EQ] = ACTIONS(3001), - [anon_sym_SLASH_EQ] = ACTIONS(3001), - [anon_sym_PERCENT_EQ] = ACTIONS(3001), - [anon_sym_BANG_EQ] = ACTIONS(6838), - [anon_sym_BANG_EQ_EQ] = ACTIONS(6840), - [anon_sym_EQ_EQ] = ACTIONS(6838), - [anon_sym_EQ_EQ_EQ] = ACTIONS(6840), - [anon_sym_LT_EQ] = ACTIONS(6842), - [anon_sym_GT_EQ] = ACTIONS(6842), - [anon_sym_BANGin] = ACTIONS(6844), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(6846), - [anon_sym_DASH] = ACTIONS(6846), - [anon_sym_SLASH] = ACTIONS(6830), - [anon_sym_PERCENT] = ACTIONS(6830), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(6844), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(6846), + [anon_sym_while] = ACTIONS(3003), + [anon_sym_DOT_DOT] = ACTIONS(6848), + [anon_sym_QMARK_COLON] = ACTIONS(6850), + [anon_sym_AMP_AMP] = ACTIONS(6852), + [anon_sym_PIPE_PIPE] = ACTIONS(6854), + [anon_sym_else] = ACTIONS(3003), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_PLUS_EQ] = ACTIONS(3005), + [anon_sym_DASH_EQ] = ACTIONS(3005), + [anon_sym_STAR_EQ] = ACTIONS(3005), + [anon_sym_SLASH_EQ] = ACTIONS(3005), + [anon_sym_PERCENT_EQ] = ACTIONS(3005), + [anon_sym_BANG_EQ] = ACTIONS(6856), + [anon_sym_BANG_EQ_EQ] = ACTIONS(6858), + [anon_sym_EQ_EQ] = ACTIONS(6856), + [anon_sym_EQ_EQ_EQ] = ACTIONS(6858), + [anon_sym_LT_EQ] = ACTIONS(6860), + [anon_sym_GT_EQ] = ACTIONS(6860), + [anon_sym_BANGin] = ACTIONS(6862), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(6864), + [anon_sym_DASH] = ACTIONS(6864), + [anon_sym_SLASH] = ACTIONS(6844), + [anon_sym_PERCENT] = ACTIONS(6844), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, [3732] = { - [sym__alpha_identifier] = ACTIONS(4726), - [anon_sym_AT] = ACTIONS(4728), - [anon_sym_LBRACK] = ACTIONS(4728), - [anon_sym_as] = ACTIONS(4726), - [anon_sym_EQ] = ACTIONS(4726), - [anon_sym_LBRACE] = ACTIONS(4728), - [anon_sym_RBRACE] = ACTIONS(4728), - [anon_sym_LPAREN] = ACTIONS(4728), - [anon_sym_COMMA] = ACTIONS(4728), - [anon_sym_LT] = ACTIONS(4726), - [anon_sym_GT] = ACTIONS(4726), - [anon_sym_where] = ACTIONS(4726), - [anon_sym_DOT] = ACTIONS(4726), - [anon_sym_SEMI] = ACTIONS(4728), - [anon_sym_get] = ACTIONS(4726), - [anon_sym_set] = ACTIONS(4726), - [anon_sym_STAR] = ACTIONS(4726), - [sym_label] = ACTIONS(4728), - [anon_sym_in] = ACTIONS(4726), - [anon_sym_DOT_DOT] = ACTIONS(4728), - [anon_sym_QMARK_COLON] = ACTIONS(4728), - [anon_sym_AMP_AMP] = ACTIONS(4728), - [anon_sym_PIPE_PIPE] = ACTIONS(4728), - [anon_sym_else] = ACTIONS(4726), - [anon_sym_COLON_COLON] = ACTIONS(4728), - [anon_sym_PLUS_EQ] = ACTIONS(4728), - [anon_sym_DASH_EQ] = ACTIONS(4728), - [anon_sym_STAR_EQ] = ACTIONS(4728), - [anon_sym_SLASH_EQ] = ACTIONS(4728), - [anon_sym_PERCENT_EQ] = ACTIONS(4728), - [anon_sym_BANG_EQ] = ACTIONS(4726), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4728), - [anon_sym_EQ_EQ] = ACTIONS(4726), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4728), - [anon_sym_LT_EQ] = ACTIONS(4728), - [anon_sym_GT_EQ] = ACTIONS(4728), - [anon_sym_BANGin] = ACTIONS(4728), - [anon_sym_is] = ACTIONS(4726), - [anon_sym_BANGis] = ACTIONS(4728), - [anon_sym_PLUS] = ACTIONS(4726), - [anon_sym_DASH] = ACTIONS(4726), - [anon_sym_SLASH] = ACTIONS(4726), - [anon_sym_PERCENT] = ACTIONS(4726), - [anon_sym_as_QMARK] = ACTIONS(4728), - [anon_sym_PLUS_PLUS] = ACTIONS(4728), - [anon_sym_DASH_DASH] = ACTIONS(4728), - [anon_sym_BANG_BANG] = ACTIONS(4728), - [anon_sym_suspend] = ACTIONS(4726), - [anon_sym_sealed] = ACTIONS(4726), - [anon_sym_annotation] = ACTIONS(4726), - [anon_sym_data] = ACTIONS(4726), - [anon_sym_inner] = ACTIONS(4726), - [anon_sym_override] = ACTIONS(4726), - [anon_sym_lateinit] = ACTIONS(4726), - [anon_sym_public] = ACTIONS(4726), - [anon_sym_private] = ACTIONS(4726), - [anon_sym_internal] = ACTIONS(4726), - [anon_sym_protected] = ACTIONS(4726), - [anon_sym_tailrec] = ACTIONS(4726), - [anon_sym_operator] = ACTIONS(4726), - [anon_sym_infix] = ACTIONS(4726), - [anon_sym_inline] = ACTIONS(4726), - [anon_sym_external] = ACTIONS(4726), - [sym_property_modifier] = ACTIONS(4726), - [anon_sym_abstract] = ACTIONS(4726), - [anon_sym_final] = ACTIONS(4726), - [anon_sym_open] = ACTIONS(4726), - [anon_sym_vararg] = ACTIONS(4726), - [anon_sym_noinline] = ACTIONS(4726), - [anon_sym_crossinline] = ACTIONS(4726), - [anon_sym_expect] = ACTIONS(4726), - [anon_sym_actual] = ACTIONS(4726), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4728), - [sym__automatic_semicolon] = ACTIONS(4728), - [sym_safe_nav] = ACTIONS(4728), + [sym__alpha_identifier] = ACTIONS(4975), + [anon_sym_AT] = ACTIONS(4977), + [anon_sym_LBRACK] = ACTIONS(4977), + [anon_sym_as] = ACTIONS(4975), + [anon_sym_EQ] = ACTIONS(4975), + [anon_sym_LBRACE] = ACTIONS(4977), + [anon_sym_RBRACE] = ACTIONS(4977), + [anon_sym_LPAREN] = ACTIONS(4977), + [anon_sym_COMMA] = ACTIONS(4977), + [anon_sym_LT] = ACTIONS(4975), + [anon_sym_GT] = ACTIONS(4975), + [anon_sym_where] = ACTIONS(4975), + [anon_sym_DOT] = ACTIONS(4975), + [anon_sym_SEMI] = ACTIONS(4977), + [anon_sym_get] = ACTIONS(4975), + [anon_sym_set] = ACTIONS(4975), + [anon_sym_STAR] = ACTIONS(4975), + [sym_label] = ACTIONS(4977), + [anon_sym_in] = ACTIONS(4975), + [anon_sym_DOT_DOT] = ACTIONS(4977), + [anon_sym_QMARK_COLON] = ACTIONS(4977), + [anon_sym_AMP_AMP] = ACTIONS(4977), + [anon_sym_PIPE_PIPE] = ACTIONS(4977), + [anon_sym_else] = ACTIONS(4975), + [anon_sym_COLON_COLON] = ACTIONS(4977), + [anon_sym_PLUS_EQ] = ACTIONS(4977), + [anon_sym_DASH_EQ] = ACTIONS(4977), + [anon_sym_STAR_EQ] = ACTIONS(4977), + [anon_sym_SLASH_EQ] = ACTIONS(4977), + [anon_sym_PERCENT_EQ] = ACTIONS(4977), + [anon_sym_BANG_EQ] = ACTIONS(4975), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4977), + [anon_sym_EQ_EQ] = ACTIONS(4975), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4977), + [anon_sym_LT_EQ] = ACTIONS(4977), + [anon_sym_GT_EQ] = ACTIONS(4977), + [anon_sym_BANGin] = ACTIONS(4977), + [anon_sym_is] = ACTIONS(4975), + [anon_sym_BANGis] = ACTIONS(4977), + [anon_sym_PLUS] = ACTIONS(4975), + [anon_sym_DASH] = ACTIONS(4975), + [anon_sym_SLASH] = ACTIONS(4975), + [anon_sym_PERCENT] = ACTIONS(4975), + [anon_sym_as_QMARK] = ACTIONS(4977), + [anon_sym_PLUS_PLUS] = ACTIONS(4977), + [anon_sym_DASH_DASH] = ACTIONS(4977), + [anon_sym_BANG_BANG] = ACTIONS(4977), + [anon_sym_suspend] = ACTIONS(4975), + [anon_sym_sealed] = ACTIONS(4975), + [anon_sym_annotation] = ACTIONS(4975), + [anon_sym_data] = ACTIONS(4975), + [anon_sym_inner] = ACTIONS(4975), + [anon_sym_override] = ACTIONS(4975), + [anon_sym_lateinit] = ACTIONS(4975), + [anon_sym_public] = ACTIONS(4975), + [anon_sym_private] = ACTIONS(4975), + [anon_sym_internal] = ACTIONS(4975), + [anon_sym_protected] = ACTIONS(4975), + [anon_sym_tailrec] = ACTIONS(4975), + [anon_sym_operator] = ACTIONS(4975), + [anon_sym_infix] = ACTIONS(4975), + [anon_sym_inline] = ACTIONS(4975), + [anon_sym_external] = ACTIONS(4975), + [sym_property_modifier] = ACTIONS(4975), + [anon_sym_abstract] = ACTIONS(4975), + [anon_sym_final] = ACTIONS(4975), + [anon_sym_open] = ACTIONS(4975), + [anon_sym_vararg] = ACTIONS(4975), + [anon_sym_noinline] = ACTIONS(4975), + [anon_sym_crossinline] = ACTIONS(4975), + [anon_sym_expect] = ACTIONS(4975), + [anon_sym_actual] = ACTIONS(4975), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4977), + [sym__automatic_semicolon] = ACTIONS(4977), + [sym_safe_nav] = ACTIONS(4977), [sym_multiline_comment] = ACTIONS(3), }, [3733] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2327), - [sym__comparison_operator] = STATE(2323), - [sym__in_operator] = STATE(2322), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2320), - [sym__multiplicative_operator] = STATE(2319), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2317), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), - [anon_sym_EQ] = ACTIONS(3057), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(3059), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_RPAREN] = ACTIONS(3059), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(6828), - [anon_sym_DOT] = ACTIONS(6387), - [anon_sym_SEMI] = ACTIONS(3059), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(6830), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(6832), - [anon_sym_while] = ACTIONS(3057), - [anon_sym_DOT_DOT] = ACTIONS(6834), - [anon_sym_QMARK_COLON] = ACTIONS(6836), - [anon_sym_AMP_AMP] = ACTIONS(6876), - [anon_sym_PIPE_PIPE] = ACTIONS(6878), - [anon_sym_else] = ACTIONS(3057), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_PLUS_EQ] = ACTIONS(3059), - [anon_sym_DASH_EQ] = ACTIONS(3059), - [anon_sym_STAR_EQ] = ACTIONS(3059), - [anon_sym_SLASH_EQ] = ACTIONS(3059), - [anon_sym_PERCENT_EQ] = ACTIONS(3059), - [anon_sym_BANG_EQ] = ACTIONS(6838), - [anon_sym_BANG_EQ_EQ] = ACTIONS(6840), - [anon_sym_EQ_EQ] = ACTIONS(6838), - [anon_sym_EQ_EQ_EQ] = ACTIONS(6840), - [anon_sym_LT_EQ] = ACTIONS(6842), - [anon_sym_GT_EQ] = ACTIONS(6842), - [anon_sym_BANGin] = ACTIONS(6844), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(6846), - [anon_sym_DASH] = ACTIONS(6846), - [anon_sym_SLASH] = ACTIONS(6830), - [anon_sym_PERCENT] = ACTIONS(6830), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym__alpha_identifier] = ACTIONS(4804), + [anon_sym_AT] = ACTIONS(4806), + [anon_sym_LBRACK] = ACTIONS(4806), + [anon_sym_as] = ACTIONS(4804), + [anon_sym_EQ] = ACTIONS(4804), + [anon_sym_LBRACE] = ACTIONS(4806), + [anon_sym_RBRACE] = ACTIONS(4806), + [anon_sym_LPAREN] = ACTIONS(4806), + [anon_sym_COMMA] = ACTIONS(4806), + [anon_sym_LT] = ACTIONS(4804), + [anon_sym_GT] = ACTIONS(4804), + [anon_sym_where] = ACTIONS(4804), + [anon_sym_DOT] = ACTIONS(4804), + [anon_sym_SEMI] = ACTIONS(4806), + [anon_sym_get] = ACTIONS(4804), + [anon_sym_set] = ACTIONS(4804), + [anon_sym_STAR] = ACTIONS(4804), + [sym_label] = ACTIONS(4806), + [anon_sym_in] = ACTIONS(4804), + [anon_sym_DOT_DOT] = ACTIONS(4806), + [anon_sym_QMARK_COLON] = ACTIONS(4806), + [anon_sym_AMP_AMP] = ACTIONS(4806), + [anon_sym_PIPE_PIPE] = ACTIONS(4806), + [anon_sym_else] = ACTIONS(4804), + [anon_sym_COLON_COLON] = ACTIONS(4806), + [anon_sym_PLUS_EQ] = ACTIONS(4806), + [anon_sym_DASH_EQ] = ACTIONS(4806), + [anon_sym_STAR_EQ] = ACTIONS(4806), + [anon_sym_SLASH_EQ] = ACTIONS(4806), + [anon_sym_PERCENT_EQ] = ACTIONS(4806), + [anon_sym_BANG_EQ] = ACTIONS(4804), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4806), + [anon_sym_EQ_EQ] = ACTIONS(4804), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4806), + [anon_sym_LT_EQ] = ACTIONS(4806), + [anon_sym_GT_EQ] = ACTIONS(4806), + [anon_sym_BANGin] = ACTIONS(4806), + [anon_sym_is] = ACTIONS(4804), + [anon_sym_BANGis] = ACTIONS(4806), + [anon_sym_PLUS] = ACTIONS(4804), + [anon_sym_DASH] = ACTIONS(4804), + [anon_sym_SLASH] = ACTIONS(4804), + [anon_sym_PERCENT] = ACTIONS(4804), + [anon_sym_as_QMARK] = ACTIONS(4806), + [anon_sym_PLUS_PLUS] = ACTIONS(4806), + [anon_sym_DASH_DASH] = ACTIONS(4806), + [anon_sym_BANG_BANG] = ACTIONS(4806), + [anon_sym_suspend] = ACTIONS(4804), + [anon_sym_sealed] = ACTIONS(4804), + [anon_sym_annotation] = ACTIONS(4804), + [anon_sym_data] = ACTIONS(4804), + [anon_sym_inner] = ACTIONS(4804), + [anon_sym_override] = ACTIONS(4804), + [anon_sym_lateinit] = ACTIONS(4804), + [anon_sym_public] = ACTIONS(4804), + [anon_sym_private] = ACTIONS(4804), + [anon_sym_internal] = ACTIONS(4804), + [anon_sym_protected] = ACTIONS(4804), + [anon_sym_tailrec] = ACTIONS(4804), + [anon_sym_operator] = ACTIONS(4804), + [anon_sym_infix] = ACTIONS(4804), + [anon_sym_inline] = ACTIONS(4804), + [anon_sym_external] = ACTIONS(4804), + [sym_property_modifier] = ACTIONS(4804), + [anon_sym_abstract] = ACTIONS(4804), + [anon_sym_final] = ACTIONS(4804), + [anon_sym_open] = ACTIONS(4804), + [anon_sym_vararg] = ACTIONS(4804), + [anon_sym_noinline] = ACTIONS(4804), + [anon_sym_crossinline] = ACTIONS(4804), + [anon_sym_expect] = ACTIONS(4804), + [anon_sym_actual] = ACTIONS(4804), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4806), + [sym__automatic_semicolon] = ACTIONS(4806), + [sym_safe_nav] = ACTIONS(4806), [sym_multiline_comment] = ACTIONS(3), }, [3734] = { - [sym__alpha_identifier] = ACTIONS(4947), - [anon_sym_AT] = ACTIONS(4949), - [anon_sym_LBRACK] = ACTIONS(4949), - [anon_sym_as] = ACTIONS(4947), - [anon_sym_EQ] = ACTIONS(4947), - [anon_sym_LBRACE] = ACTIONS(4949), - [anon_sym_RBRACE] = ACTIONS(4949), - [anon_sym_LPAREN] = ACTIONS(4949), - [anon_sym_COMMA] = ACTIONS(4949), - [anon_sym_LT] = ACTIONS(4947), - [anon_sym_GT] = ACTIONS(4947), - [anon_sym_where] = ACTIONS(4947), - [anon_sym_DOT] = ACTIONS(4947), - [anon_sym_SEMI] = ACTIONS(4949), - [anon_sym_get] = ACTIONS(4947), - [anon_sym_set] = ACTIONS(4947), - [anon_sym_STAR] = ACTIONS(4947), - [sym_label] = ACTIONS(4949), - [anon_sym_in] = ACTIONS(4947), - [anon_sym_DOT_DOT] = ACTIONS(4949), - [anon_sym_QMARK_COLON] = ACTIONS(4949), - [anon_sym_AMP_AMP] = ACTIONS(4949), - [anon_sym_PIPE_PIPE] = ACTIONS(4949), - [anon_sym_else] = ACTIONS(4947), - [anon_sym_COLON_COLON] = ACTIONS(4949), - [anon_sym_PLUS_EQ] = ACTIONS(4949), - [anon_sym_DASH_EQ] = ACTIONS(4949), - [anon_sym_STAR_EQ] = ACTIONS(4949), - [anon_sym_SLASH_EQ] = ACTIONS(4949), - [anon_sym_PERCENT_EQ] = ACTIONS(4949), - [anon_sym_BANG_EQ] = ACTIONS(4947), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4949), - [anon_sym_EQ_EQ] = ACTIONS(4947), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4949), - [anon_sym_LT_EQ] = ACTIONS(4949), - [anon_sym_GT_EQ] = ACTIONS(4949), - [anon_sym_BANGin] = ACTIONS(4949), - [anon_sym_is] = ACTIONS(4947), - [anon_sym_BANGis] = ACTIONS(4949), - [anon_sym_PLUS] = ACTIONS(4947), - [anon_sym_DASH] = ACTIONS(4947), - [anon_sym_SLASH] = ACTIONS(4947), - [anon_sym_PERCENT] = ACTIONS(4947), - [anon_sym_as_QMARK] = ACTIONS(4949), - [anon_sym_PLUS_PLUS] = ACTIONS(4949), - [anon_sym_DASH_DASH] = ACTIONS(4949), - [anon_sym_BANG_BANG] = ACTIONS(4949), - [anon_sym_suspend] = ACTIONS(4947), - [anon_sym_sealed] = ACTIONS(4947), - [anon_sym_annotation] = ACTIONS(4947), - [anon_sym_data] = ACTIONS(4947), - [anon_sym_inner] = ACTIONS(4947), - [anon_sym_override] = ACTIONS(4947), - [anon_sym_lateinit] = ACTIONS(4947), - [anon_sym_public] = ACTIONS(4947), - [anon_sym_private] = ACTIONS(4947), - [anon_sym_internal] = ACTIONS(4947), - [anon_sym_protected] = ACTIONS(4947), - [anon_sym_tailrec] = ACTIONS(4947), - [anon_sym_operator] = ACTIONS(4947), - [anon_sym_infix] = ACTIONS(4947), - [anon_sym_inline] = ACTIONS(4947), - [anon_sym_external] = ACTIONS(4947), - [sym_property_modifier] = ACTIONS(4947), - [anon_sym_abstract] = ACTIONS(4947), - [anon_sym_final] = ACTIONS(4947), - [anon_sym_open] = ACTIONS(4947), - [anon_sym_vararg] = ACTIONS(4947), - [anon_sym_noinline] = ACTIONS(4947), - [anon_sym_crossinline] = ACTIONS(4947), - [anon_sym_expect] = ACTIONS(4947), - [anon_sym_actual] = ACTIONS(4947), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4949), - [sym__automatic_semicolon] = ACTIONS(4949), - [sym_safe_nav] = ACTIONS(4949), + [sym__alpha_identifier] = ACTIONS(4997), + [anon_sym_AT] = ACTIONS(4999), + [anon_sym_LBRACK] = ACTIONS(4999), + [anon_sym_as] = ACTIONS(4997), + [anon_sym_EQ] = ACTIONS(4997), + [anon_sym_LBRACE] = ACTIONS(4999), + [anon_sym_RBRACE] = ACTIONS(4999), + [anon_sym_LPAREN] = ACTIONS(4999), + [anon_sym_COMMA] = ACTIONS(4999), + [anon_sym_LT] = ACTIONS(4997), + [anon_sym_GT] = ACTIONS(4997), + [anon_sym_where] = ACTIONS(4997), + [anon_sym_DOT] = ACTIONS(4997), + [anon_sym_SEMI] = ACTIONS(4999), + [anon_sym_get] = ACTIONS(4997), + [anon_sym_set] = ACTIONS(4997), + [anon_sym_STAR] = ACTIONS(4997), + [sym_label] = ACTIONS(4999), + [anon_sym_in] = ACTIONS(4997), + [anon_sym_DOT_DOT] = ACTIONS(4999), + [anon_sym_QMARK_COLON] = ACTIONS(4999), + [anon_sym_AMP_AMP] = ACTIONS(4999), + [anon_sym_PIPE_PIPE] = ACTIONS(4999), + [anon_sym_else] = ACTIONS(4997), + [anon_sym_COLON_COLON] = ACTIONS(4999), + [anon_sym_PLUS_EQ] = ACTIONS(4999), + [anon_sym_DASH_EQ] = ACTIONS(4999), + [anon_sym_STAR_EQ] = ACTIONS(4999), + [anon_sym_SLASH_EQ] = ACTIONS(4999), + [anon_sym_PERCENT_EQ] = ACTIONS(4999), + [anon_sym_BANG_EQ] = ACTIONS(4997), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4999), + [anon_sym_EQ_EQ] = ACTIONS(4997), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4999), + [anon_sym_LT_EQ] = ACTIONS(4999), + [anon_sym_GT_EQ] = ACTIONS(4999), + [anon_sym_BANGin] = ACTIONS(4999), + [anon_sym_is] = ACTIONS(4997), + [anon_sym_BANGis] = ACTIONS(4999), + [anon_sym_PLUS] = ACTIONS(4997), + [anon_sym_DASH] = ACTIONS(4997), + [anon_sym_SLASH] = ACTIONS(4997), + [anon_sym_PERCENT] = ACTIONS(4997), + [anon_sym_as_QMARK] = ACTIONS(4999), + [anon_sym_PLUS_PLUS] = ACTIONS(4999), + [anon_sym_DASH_DASH] = ACTIONS(4999), + [anon_sym_BANG_BANG] = ACTIONS(4999), + [anon_sym_suspend] = ACTIONS(4997), + [anon_sym_sealed] = ACTIONS(4997), + [anon_sym_annotation] = ACTIONS(4997), + [anon_sym_data] = ACTIONS(4997), + [anon_sym_inner] = ACTIONS(4997), + [anon_sym_override] = ACTIONS(4997), + [anon_sym_lateinit] = ACTIONS(4997), + [anon_sym_public] = ACTIONS(4997), + [anon_sym_private] = ACTIONS(4997), + [anon_sym_internal] = ACTIONS(4997), + [anon_sym_protected] = ACTIONS(4997), + [anon_sym_tailrec] = ACTIONS(4997), + [anon_sym_operator] = ACTIONS(4997), + [anon_sym_infix] = ACTIONS(4997), + [anon_sym_inline] = ACTIONS(4997), + [anon_sym_external] = ACTIONS(4997), + [sym_property_modifier] = ACTIONS(4997), + [anon_sym_abstract] = ACTIONS(4997), + [anon_sym_final] = ACTIONS(4997), + [anon_sym_open] = ACTIONS(4997), + [anon_sym_vararg] = ACTIONS(4997), + [anon_sym_noinline] = ACTIONS(4997), + [anon_sym_crossinline] = ACTIONS(4997), + [anon_sym_expect] = ACTIONS(4997), + [anon_sym_actual] = ACTIONS(4997), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4999), + [sym__automatic_semicolon] = ACTIONS(4999), + [sym_safe_nav] = ACTIONS(4999), [sym_multiline_comment] = ACTIONS(3), }, [3735] = { - [sym__alpha_identifier] = ACTIONS(3340), - [anon_sym_AT] = ACTIONS(3342), - [anon_sym_LBRACK] = ACTIONS(3342), - [anon_sym_as] = ACTIONS(3340), - [anon_sym_EQ] = ACTIONS(3340), - [anon_sym_LBRACE] = ACTIONS(3342), - [anon_sym_RBRACE] = ACTIONS(3342), - [anon_sym_LPAREN] = ACTIONS(3342), - [anon_sym_COMMA] = ACTIONS(3342), - [anon_sym_LT] = ACTIONS(3340), - [anon_sym_GT] = ACTIONS(3340), - [anon_sym_where] = ACTIONS(3340), - [anon_sym_DOT] = ACTIONS(3340), - [anon_sym_SEMI] = ACTIONS(3342), - [anon_sym_get] = ACTIONS(3340), - [anon_sym_set] = ACTIONS(3340), - [anon_sym_STAR] = ACTIONS(3340), - [sym_label] = ACTIONS(3342), - [anon_sym_in] = ACTIONS(3340), - [anon_sym_DOT_DOT] = ACTIONS(3342), - [anon_sym_QMARK_COLON] = ACTIONS(3342), - [anon_sym_AMP_AMP] = ACTIONS(3342), - [anon_sym_PIPE_PIPE] = ACTIONS(3342), - [anon_sym_else] = ACTIONS(3340), - [anon_sym_COLON_COLON] = ACTIONS(3342), - [anon_sym_PLUS_EQ] = ACTIONS(3342), - [anon_sym_DASH_EQ] = ACTIONS(3342), - [anon_sym_STAR_EQ] = ACTIONS(3342), - [anon_sym_SLASH_EQ] = ACTIONS(3342), - [anon_sym_PERCENT_EQ] = ACTIONS(3342), - [anon_sym_BANG_EQ] = ACTIONS(3340), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3342), - [anon_sym_EQ_EQ] = ACTIONS(3340), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3342), - [anon_sym_LT_EQ] = ACTIONS(3342), - [anon_sym_GT_EQ] = ACTIONS(3342), - [anon_sym_BANGin] = ACTIONS(3342), - [anon_sym_is] = ACTIONS(3340), - [anon_sym_BANGis] = ACTIONS(3342), - [anon_sym_PLUS] = ACTIONS(3340), - [anon_sym_DASH] = ACTIONS(3340), - [anon_sym_SLASH] = ACTIONS(3340), - [anon_sym_PERCENT] = ACTIONS(3340), - [anon_sym_as_QMARK] = ACTIONS(3342), - [anon_sym_PLUS_PLUS] = ACTIONS(3342), - [anon_sym_DASH_DASH] = ACTIONS(3342), - [anon_sym_BANG_BANG] = ACTIONS(3342), - [anon_sym_suspend] = ACTIONS(3340), - [anon_sym_sealed] = ACTIONS(3340), - [anon_sym_annotation] = ACTIONS(3340), - [anon_sym_data] = ACTIONS(3340), - [anon_sym_inner] = ACTIONS(3340), - [anon_sym_override] = ACTIONS(3340), - [anon_sym_lateinit] = ACTIONS(3340), - [anon_sym_public] = ACTIONS(3340), - [anon_sym_private] = ACTIONS(3340), - [anon_sym_internal] = ACTIONS(3340), - [anon_sym_protected] = ACTIONS(3340), - [anon_sym_tailrec] = ACTIONS(3340), - [anon_sym_operator] = ACTIONS(3340), - [anon_sym_infix] = ACTIONS(3340), - [anon_sym_inline] = ACTIONS(3340), - [anon_sym_external] = ACTIONS(3340), - [sym_property_modifier] = ACTIONS(3340), - [anon_sym_abstract] = ACTIONS(3340), - [anon_sym_final] = ACTIONS(3340), - [anon_sym_open] = ACTIONS(3340), - [anon_sym_vararg] = ACTIONS(3340), - [anon_sym_noinline] = ACTIONS(3340), - [anon_sym_crossinline] = ACTIONS(3340), - [anon_sym_expect] = ACTIONS(3340), - [anon_sym_actual] = ACTIONS(3340), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3342), - [sym__automatic_semicolon] = ACTIONS(3342), - [sym_safe_nav] = ACTIONS(3342), + [sym__alpha_identifier] = ACTIONS(4971), + [anon_sym_AT] = ACTIONS(4973), + [anon_sym_LBRACK] = ACTIONS(4973), + [anon_sym_as] = ACTIONS(4971), + [anon_sym_EQ] = ACTIONS(4971), + [anon_sym_LBRACE] = ACTIONS(4973), + [anon_sym_RBRACE] = ACTIONS(4973), + [anon_sym_LPAREN] = ACTIONS(4973), + [anon_sym_COMMA] = ACTIONS(4973), + [anon_sym_LT] = ACTIONS(4971), + [anon_sym_GT] = ACTIONS(4971), + [anon_sym_where] = ACTIONS(4971), + [anon_sym_DOT] = ACTIONS(4971), + [anon_sym_SEMI] = ACTIONS(4973), + [anon_sym_get] = ACTIONS(4971), + [anon_sym_set] = ACTIONS(4971), + [anon_sym_STAR] = ACTIONS(4971), + [sym_label] = ACTIONS(4973), + [anon_sym_in] = ACTIONS(4971), + [anon_sym_DOT_DOT] = ACTIONS(4973), + [anon_sym_QMARK_COLON] = ACTIONS(4973), + [anon_sym_AMP_AMP] = ACTIONS(4973), + [anon_sym_PIPE_PIPE] = ACTIONS(4973), + [anon_sym_else] = ACTIONS(4971), + [anon_sym_COLON_COLON] = ACTIONS(4973), + [anon_sym_PLUS_EQ] = ACTIONS(4973), + [anon_sym_DASH_EQ] = ACTIONS(4973), + [anon_sym_STAR_EQ] = ACTIONS(4973), + [anon_sym_SLASH_EQ] = ACTIONS(4973), + [anon_sym_PERCENT_EQ] = ACTIONS(4973), + [anon_sym_BANG_EQ] = ACTIONS(4971), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4973), + [anon_sym_EQ_EQ] = ACTIONS(4971), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4973), + [anon_sym_LT_EQ] = ACTIONS(4973), + [anon_sym_GT_EQ] = ACTIONS(4973), + [anon_sym_BANGin] = ACTIONS(4973), + [anon_sym_is] = ACTIONS(4971), + [anon_sym_BANGis] = ACTIONS(4973), + [anon_sym_PLUS] = ACTIONS(4971), + [anon_sym_DASH] = ACTIONS(4971), + [anon_sym_SLASH] = ACTIONS(4971), + [anon_sym_PERCENT] = ACTIONS(4971), + [anon_sym_as_QMARK] = ACTIONS(4973), + [anon_sym_PLUS_PLUS] = ACTIONS(4973), + [anon_sym_DASH_DASH] = ACTIONS(4973), + [anon_sym_BANG_BANG] = ACTIONS(4973), + [anon_sym_suspend] = ACTIONS(4971), + [anon_sym_sealed] = ACTIONS(4971), + [anon_sym_annotation] = ACTIONS(4971), + [anon_sym_data] = ACTIONS(4971), + [anon_sym_inner] = ACTIONS(4971), + [anon_sym_override] = ACTIONS(4971), + [anon_sym_lateinit] = ACTIONS(4971), + [anon_sym_public] = ACTIONS(4971), + [anon_sym_private] = ACTIONS(4971), + [anon_sym_internal] = ACTIONS(4971), + [anon_sym_protected] = ACTIONS(4971), + [anon_sym_tailrec] = ACTIONS(4971), + [anon_sym_operator] = ACTIONS(4971), + [anon_sym_infix] = ACTIONS(4971), + [anon_sym_inline] = ACTIONS(4971), + [anon_sym_external] = ACTIONS(4971), + [sym_property_modifier] = ACTIONS(4971), + [anon_sym_abstract] = ACTIONS(4971), + [anon_sym_final] = ACTIONS(4971), + [anon_sym_open] = ACTIONS(4971), + [anon_sym_vararg] = ACTIONS(4971), + [anon_sym_noinline] = ACTIONS(4971), + [anon_sym_crossinline] = ACTIONS(4971), + [anon_sym_expect] = ACTIONS(4971), + [anon_sym_actual] = ACTIONS(4971), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4973), + [sym__automatic_semicolon] = ACTIONS(4973), + [sym_safe_nav] = ACTIONS(4973), [sym_multiline_comment] = ACTIONS(3), }, [3736] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2327), - [sym__comparison_operator] = STATE(2323), - [sym__in_operator] = STATE(2322), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2320), - [sym__multiplicative_operator] = STATE(2319), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2317), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), - [anon_sym_EQ] = ACTIONS(3049), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(3051), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_RPAREN] = ACTIONS(3051), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(6828), - [anon_sym_DOT] = ACTIONS(6387), - [anon_sym_SEMI] = ACTIONS(3051), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(6830), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(6832), - [anon_sym_while] = ACTIONS(3049), - [anon_sym_DOT_DOT] = ACTIONS(6834), - [anon_sym_QMARK_COLON] = ACTIONS(6836), - [anon_sym_AMP_AMP] = ACTIONS(6876), - [anon_sym_PIPE_PIPE] = ACTIONS(6878), - [anon_sym_else] = ACTIONS(3049), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_PLUS_EQ] = ACTIONS(3051), - [anon_sym_DASH_EQ] = ACTIONS(3051), - [anon_sym_STAR_EQ] = ACTIONS(3051), - [anon_sym_SLASH_EQ] = ACTIONS(3051), - [anon_sym_PERCENT_EQ] = ACTIONS(3051), - [anon_sym_BANG_EQ] = ACTIONS(6838), - [anon_sym_BANG_EQ_EQ] = ACTIONS(6840), - [anon_sym_EQ_EQ] = ACTIONS(6838), - [anon_sym_EQ_EQ_EQ] = ACTIONS(6840), - [anon_sym_LT_EQ] = ACTIONS(6842), - [anon_sym_GT_EQ] = ACTIONS(6842), - [anon_sym_BANGin] = ACTIONS(6844), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(6846), - [anon_sym_DASH] = ACTIONS(6846), - [anon_sym_SLASH] = ACTIONS(6830), - [anon_sym_PERCENT] = ACTIONS(6830), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), + [sym__alpha_identifier] = ACTIONS(4967), + [anon_sym_AT] = ACTIONS(4969), + [anon_sym_LBRACK] = ACTIONS(4969), + [anon_sym_as] = ACTIONS(4967), + [anon_sym_EQ] = ACTIONS(4967), + [anon_sym_LBRACE] = ACTIONS(4969), + [anon_sym_RBRACE] = ACTIONS(4969), + [anon_sym_LPAREN] = ACTIONS(4969), + [anon_sym_COMMA] = ACTIONS(4969), + [anon_sym_LT] = ACTIONS(4967), + [anon_sym_GT] = ACTIONS(4967), + [anon_sym_where] = ACTIONS(4967), + [anon_sym_DOT] = ACTIONS(4967), + [anon_sym_SEMI] = ACTIONS(4969), + [anon_sym_get] = ACTIONS(4967), + [anon_sym_set] = ACTIONS(4967), + [anon_sym_STAR] = ACTIONS(4967), + [sym_label] = ACTIONS(4969), + [anon_sym_in] = ACTIONS(4967), + [anon_sym_DOT_DOT] = ACTIONS(4969), + [anon_sym_QMARK_COLON] = ACTIONS(4969), + [anon_sym_AMP_AMP] = ACTIONS(4969), + [anon_sym_PIPE_PIPE] = ACTIONS(4969), + [anon_sym_else] = ACTIONS(4967), + [anon_sym_COLON_COLON] = ACTIONS(4969), + [anon_sym_PLUS_EQ] = ACTIONS(4969), + [anon_sym_DASH_EQ] = ACTIONS(4969), + [anon_sym_STAR_EQ] = ACTIONS(4969), + [anon_sym_SLASH_EQ] = ACTIONS(4969), + [anon_sym_PERCENT_EQ] = ACTIONS(4969), + [anon_sym_BANG_EQ] = ACTIONS(4967), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4969), + [anon_sym_EQ_EQ] = ACTIONS(4967), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4969), + [anon_sym_LT_EQ] = ACTIONS(4969), + [anon_sym_GT_EQ] = ACTIONS(4969), + [anon_sym_BANGin] = ACTIONS(4969), + [anon_sym_is] = ACTIONS(4967), + [anon_sym_BANGis] = ACTIONS(4969), + [anon_sym_PLUS] = ACTIONS(4967), + [anon_sym_DASH] = ACTIONS(4967), + [anon_sym_SLASH] = ACTIONS(4967), + [anon_sym_PERCENT] = ACTIONS(4967), + [anon_sym_as_QMARK] = ACTIONS(4969), + [anon_sym_PLUS_PLUS] = ACTIONS(4969), + [anon_sym_DASH_DASH] = ACTIONS(4969), + [anon_sym_BANG_BANG] = ACTIONS(4969), + [anon_sym_suspend] = ACTIONS(4967), + [anon_sym_sealed] = ACTIONS(4967), + [anon_sym_annotation] = ACTIONS(4967), + [anon_sym_data] = ACTIONS(4967), + [anon_sym_inner] = ACTIONS(4967), + [anon_sym_override] = ACTIONS(4967), + [anon_sym_lateinit] = ACTIONS(4967), + [anon_sym_public] = ACTIONS(4967), + [anon_sym_private] = ACTIONS(4967), + [anon_sym_internal] = ACTIONS(4967), + [anon_sym_protected] = ACTIONS(4967), + [anon_sym_tailrec] = ACTIONS(4967), + [anon_sym_operator] = ACTIONS(4967), + [anon_sym_infix] = ACTIONS(4967), + [anon_sym_inline] = ACTIONS(4967), + [anon_sym_external] = ACTIONS(4967), + [sym_property_modifier] = ACTIONS(4967), + [anon_sym_abstract] = ACTIONS(4967), + [anon_sym_final] = ACTIONS(4967), + [anon_sym_open] = ACTIONS(4967), + [anon_sym_vararg] = ACTIONS(4967), + [anon_sym_noinline] = ACTIONS(4967), + [anon_sym_crossinline] = ACTIONS(4967), + [anon_sym_expect] = ACTIONS(4967), + [anon_sym_actual] = ACTIONS(4967), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym__backtick_identifier] = ACTIONS(4969), + [sym__automatic_semicolon] = ACTIONS(4969), + [sym_safe_nav] = ACTIONS(4969), [sym_multiline_comment] = ACTIONS(3), }, [3737] = { - [sym_function_body] = STATE(3798), - [sym__block] = STATE(3725), - [sym__alpha_identifier] = ACTIONS(4382), - [anon_sym_AT] = ACTIONS(4384), - [anon_sym_LBRACK] = ACTIONS(4384), - [anon_sym_as] = ACTIONS(4382), - [anon_sym_EQ] = ACTIONS(6566), - [anon_sym_LBRACE] = ACTIONS(6434), - [anon_sym_RBRACE] = ACTIONS(4384), - [anon_sym_LPAREN] = ACTIONS(4384), - [anon_sym_LT] = ACTIONS(4382), - [anon_sym_GT] = ACTIONS(4382), - [anon_sym_DOT] = ACTIONS(4382), - [anon_sym_SEMI] = ACTIONS(4384), - [anon_sym_get] = ACTIONS(4382), - [anon_sym_set] = ACTIONS(4382), - [anon_sym_STAR] = ACTIONS(4382), - [sym_label] = ACTIONS(4384), - [anon_sym_in] = ACTIONS(4382), - [anon_sym_DOT_DOT] = ACTIONS(4384), - [anon_sym_QMARK_COLON] = ACTIONS(4384), - [anon_sym_AMP_AMP] = ACTIONS(4384), - [anon_sym_PIPE_PIPE] = ACTIONS(4384), - [anon_sym_else] = ACTIONS(4382), - [anon_sym_COLON_COLON] = ACTIONS(4384), - [anon_sym_PLUS_EQ] = ACTIONS(4384), - [anon_sym_DASH_EQ] = ACTIONS(4384), - [anon_sym_STAR_EQ] = ACTIONS(4384), - [anon_sym_SLASH_EQ] = ACTIONS(4384), - [anon_sym_PERCENT_EQ] = ACTIONS(4384), - [anon_sym_BANG_EQ] = ACTIONS(4382), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4384), - [anon_sym_EQ_EQ] = ACTIONS(4382), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4384), - [anon_sym_LT_EQ] = ACTIONS(4384), - [anon_sym_GT_EQ] = ACTIONS(4384), - [anon_sym_BANGin] = ACTIONS(4384), - [anon_sym_is] = ACTIONS(4382), - [anon_sym_BANGis] = ACTIONS(4384), - [anon_sym_PLUS] = ACTIONS(4382), - [anon_sym_DASH] = ACTIONS(4382), - [anon_sym_SLASH] = ACTIONS(4382), - [anon_sym_PERCENT] = ACTIONS(4382), - [anon_sym_as_QMARK] = ACTIONS(4384), - [anon_sym_PLUS_PLUS] = ACTIONS(4384), - [anon_sym_DASH_DASH] = ACTIONS(4384), - [anon_sym_BANG_BANG] = ACTIONS(4384), - [anon_sym_suspend] = ACTIONS(4382), - [anon_sym_sealed] = ACTIONS(4382), - [anon_sym_annotation] = ACTIONS(4382), - [anon_sym_data] = ACTIONS(4382), - [anon_sym_inner] = ACTIONS(4382), - [anon_sym_override] = ACTIONS(4382), - [anon_sym_lateinit] = ACTIONS(4382), - [anon_sym_public] = ACTIONS(4382), - [anon_sym_private] = ACTIONS(4382), - [anon_sym_internal] = ACTIONS(4382), - [anon_sym_protected] = ACTIONS(4382), - [anon_sym_tailrec] = ACTIONS(4382), - [anon_sym_operator] = ACTIONS(4382), - [anon_sym_infix] = ACTIONS(4382), - [anon_sym_inline] = ACTIONS(4382), - [anon_sym_external] = ACTIONS(4382), - [sym_property_modifier] = ACTIONS(4382), - [anon_sym_abstract] = ACTIONS(4382), - [anon_sym_final] = ACTIONS(4382), - [anon_sym_open] = ACTIONS(4382), - [anon_sym_vararg] = ACTIONS(4382), - [anon_sym_noinline] = ACTIONS(4382), - [anon_sym_crossinline] = ACTIONS(4382), - [anon_sym_expect] = ACTIONS(4382), - [anon_sym_actual] = ACTIONS(4382), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4384), - [sym__automatic_semicolon] = ACTIONS(4384), - [sym_safe_nav] = ACTIONS(4384), + [sym__alpha_identifier] = ACTIONS(4654), + [anon_sym_AT] = ACTIONS(4656), + [anon_sym_LBRACK] = ACTIONS(4656), + [anon_sym_as] = ACTIONS(4654), + [anon_sym_EQ] = ACTIONS(4654), + [anon_sym_LBRACE] = ACTIONS(4656), + [anon_sym_RBRACE] = ACTIONS(4656), + [anon_sym_LPAREN] = ACTIONS(4656), + [anon_sym_COMMA] = ACTIONS(4656), + [anon_sym_LT] = ACTIONS(4654), + [anon_sym_GT] = ACTIONS(4654), + [anon_sym_where] = ACTIONS(4654), + [anon_sym_DOT] = ACTIONS(4654), + [anon_sym_SEMI] = ACTIONS(4656), + [anon_sym_get] = ACTIONS(4654), + [anon_sym_set] = ACTIONS(4654), + [anon_sym_STAR] = ACTIONS(4654), + [sym_label] = ACTIONS(4656), + [anon_sym_in] = ACTIONS(4654), + [anon_sym_DOT_DOT] = ACTIONS(4656), + [anon_sym_QMARK_COLON] = ACTIONS(4656), + [anon_sym_AMP_AMP] = ACTIONS(4656), + [anon_sym_PIPE_PIPE] = ACTIONS(4656), + [anon_sym_else] = ACTIONS(4654), + [anon_sym_COLON_COLON] = ACTIONS(4656), + [anon_sym_PLUS_EQ] = ACTIONS(4656), + [anon_sym_DASH_EQ] = ACTIONS(4656), + [anon_sym_STAR_EQ] = ACTIONS(4656), + [anon_sym_SLASH_EQ] = ACTIONS(4656), + [anon_sym_PERCENT_EQ] = ACTIONS(4656), + [anon_sym_BANG_EQ] = ACTIONS(4654), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4656), + [anon_sym_EQ_EQ] = ACTIONS(4654), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4656), + [anon_sym_LT_EQ] = ACTIONS(4656), + [anon_sym_GT_EQ] = ACTIONS(4656), + [anon_sym_BANGin] = ACTIONS(4656), + [anon_sym_is] = ACTIONS(4654), + [anon_sym_BANGis] = ACTIONS(4656), + [anon_sym_PLUS] = ACTIONS(4654), + [anon_sym_DASH] = ACTIONS(4654), + [anon_sym_SLASH] = ACTIONS(4654), + [anon_sym_PERCENT] = ACTIONS(4654), + [anon_sym_as_QMARK] = ACTIONS(4656), + [anon_sym_PLUS_PLUS] = ACTIONS(4656), + [anon_sym_DASH_DASH] = ACTIONS(4656), + [anon_sym_BANG_BANG] = ACTIONS(4656), + [anon_sym_suspend] = ACTIONS(4654), + [anon_sym_sealed] = ACTIONS(4654), + [anon_sym_annotation] = ACTIONS(4654), + [anon_sym_data] = ACTIONS(4654), + [anon_sym_inner] = ACTIONS(4654), + [anon_sym_override] = ACTIONS(4654), + [anon_sym_lateinit] = ACTIONS(4654), + [anon_sym_public] = ACTIONS(4654), + [anon_sym_private] = ACTIONS(4654), + [anon_sym_internal] = ACTIONS(4654), + [anon_sym_protected] = ACTIONS(4654), + [anon_sym_tailrec] = ACTIONS(4654), + [anon_sym_operator] = ACTIONS(4654), + [anon_sym_infix] = ACTIONS(4654), + [anon_sym_inline] = ACTIONS(4654), + [anon_sym_external] = ACTIONS(4654), + [sym_property_modifier] = ACTIONS(4654), + [anon_sym_abstract] = ACTIONS(4654), + [anon_sym_final] = ACTIONS(4654), + [anon_sym_open] = ACTIONS(4654), + [anon_sym_vararg] = ACTIONS(4654), + [anon_sym_noinline] = ACTIONS(4654), + [anon_sym_crossinline] = ACTIONS(4654), + [anon_sym_expect] = ACTIONS(4654), + [anon_sym_actual] = ACTIONS(4654), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4656), + [sym__automatic_semicolon] = ACTIONS(4656), + [sym_safe_nav] = ACTIONS(4656), [sym_multiline_comment] = ACTIONS(3), }, [3738] = { - [sym__alpha_identifier] = ACTIONS(4233), - [anon_sym_AT] = ACTIONS(4236), - [anon_sym_LBRACK] = ACTIONS(4236), - [anon_sym_as] = ACTIONS(4233), - [anon_sym_EQ] = ACTIONS(3828), - [anon_sym_LBRACE] = ACTIONS(4236), - [anon_sym_RBRACE] = ACTIONS(4236), - [anon_sym_LPAREN] = ACTIONS(5720), - [anon_sym_COMMA] = ACTIONS(4236), - [anon_sym_LT] = ACTIONS(4233), - [anon_sym_GT] = ACTIONS(4233), - [anon_sym_where] = ACTIONS(4233), - [anon_sym_DOT] = ACTIONS(4233), - [anon_sym_SEMI] = ACTIONS(4236), - [anon_sym_get] = ACTIONS(4233), - [anon_sym_set] = ACTIONS(4233), - [anon_sym_STAR] = ACTIONS(4233), - [sym_label] = ACTIONS(4236), - [anon_sym_in] = ACTIONS(4233), - [anon_sym_DOT_DOT] = ACTIONS(4236), - [anon_sym_QMARK_COLON] = ACTIONS(4236), - [anon_sym_AMP_AMP] = ACTIONS(4236), - [anon_sym_PIPE_PIPE] = ACTIONS(4236), - [anon_sym_else] = ACTIONS(4233), - [anon_sym_COLON_COLON] = ACTIONS(4236), - [anon_sym_PLUS_EQ] = ACTIONS(3833), - [anon_sym_DASH_EQ] = ACTIONS(3833), - [anon_sym_STAR_EQ] = ACTIONS(3833), - [anon_sym_SLASH_EQ] = ACTIONS(3833), - [anon_sym_PERCENT_EQ] = ACTIONS(3833), - [anon_sym_BANG_EQ] = ACTIONS(4233), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4236), - [anon_sym_EQ_EQ] = ACTIONS(4233), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4236), - [anon_sym_LT_EQ] = ACTIONS(4236), - [anon_sym_GT_EQ] = ACTIONS(4236), - [anon_sym_BANGin] = ACTIONS(4236), - [anon_sym_is] = ACTIONS(4233), - [anon_sym_BANGis] = ACTIONS(4236), - [anon_sym_PLUS] = ACTIONS(4233), - [anon_sym_DASH] = ACTIONS(4233), - [anon_sym_SLASH] = ACTIONS(4233), - [anon_sym_PERCENT] = ACTIONS(4233), - [anon_sym_as_QMARK] = ACTIONS(4236), - [anon_sym_PLUS_PLUS] = ACTIONS(4236), - [anon_sym_DASH_DASH] = ACTIONS(4236), - [anon_sym_BANG_BANG] = ACTIONS(4236), - [anon_sym_suspend] = ACTIONS(4233), - [anon_sym_sealed] = ACTIONS(4233), - [anon_sym_annotation] = ACTIONS(4233), - [anon_sym_data] = ACTIONS(4233), - [anon_sym_inner] = ACTIONS(4233), - [anon_sym_override] = ACTIONS(4233), - [anon_sym_lateinit] = ACTIONS(4233), - [anon_sym_public] = ACTIONS(4233), - [anon_sym_private] = ACTIONS(4233), - [anon_sym_internal] = ACTIONS(4233), - [anon_sym_protected] = ACTIONS(4233), - [anon_sym_tailrec] = ACTIONS(4233), - [anon_sym_operator] = ACTIONS(4233), - [anon_sym_infix] = ACTIONS(4233), - [anon_sym_inline] = ACTIONS(4233), - [anon_sym_external] = ACTIONS(4233), - [sym_property_modifier] = ACTIONS(4233), - [anon_sym_abstract] = ACTIONS(4233), - [anon_sym_final] = ACTIONS(4233), - [anon_sym_open] = ACTIONS(4233), - [anon_sym_vararg] = ACTIONS(4233), - [anon_sym_noinline] = ACTIONS(4233), - [anon_sym_crossinline] = ACTIONS(4233), - [anon_sym_expect] = ACTIONS(4233), - [anon_sym_actual] = ACTIONS(4233), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4236), - [sym__automatic_semicolon] = ACTIONS(4236), - [sym_safe_nav] = ACTIONS(4236), + [sym__alpha_identifier] = ACTIONS(4824), + [anon_sym_AT] = ACTIONS(4826), + [anon_sym_LBRACK] = ACTIONS(4826), + [anon_sym_as] = ACTIONS(4824), + [anon_sym_EQ] = ACTIONS(4824), + [anon_sym_LBRACE] = ACTIONS(4826), + [anon_sym_RBRACE] = ACTIONS(4826), + [anon_sym_LPAREN] = ACTIONS(4826), + [anon_sym_COMMA] = ACTIONS(4826), + [anon_sym_LT] = ACTIONS(4824), + [anon_sym_GT] = ACTIONS(4824), + [anon_sym_where] = ACTIONS(4824), + [anon_sym_DOT] = ACTIONS(4824), + [anon_sym_SEMI] = ACTIONS(4826), + [anon_sym_get] = ACTIONS(4824), + [anon_sym_set] = ACTIONS(4824), + [anon_sym_STAR] = ACTIONS(4824), + [sym_label] = ACTIONS(4826), + [anon_sym_in] = ACTIONS(4824), + [anon_sym_DOT_DOT] = ACTIONS(4826), + [anon_sym_QMARK_COLON] = ACTIONS(4826), + [anon_sym_AMP_AMP] = ACTIONS(4826), + [anon_sym_PIPE_PIPE] = ACTIONS(4826), + [anon_sym_else] = ACTIONS(4824), + [anon_sym_COLON_COLON] = ACTIONS(4826), + [anon_sym_PLUS_EQ] = ACTIONS(4826), + [anon_sym_DASH_EQ] = ACTIONS(4826), + [anon_sym_STAR_EQ] = ACTIONS(4826), + [anon_sym_SLASH_EQ] = ACTIONS(4826), + [anon_sym_PERCENT_EQ] = ACTIONS(4826), + [anon_sym_BANG_EQ] = ACTIONS(4824), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4826), + [anon_sym_EQ_EQ] = ACTIONS(4824), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4826), + [anon_sym_LT_EQ] = ACTIONS(4826), + [anon_sym_GT_EQ] = ACTIONS(4826), + [anon_sym_BANGin] = ACTIONS(4826), + [anon_sym_is] = ACTIONS(4824), + [anon_sym_BANGis] = ACTIONS(4826), + [anon_sym_PLUS] = ACTIONS(4824), + [anon_sym_DASH] = ACTIONS(4824), + [anon_sym_SLASH] = ACTIONS(4824), + [anon_sym_PERCENT] = ACTIONS(4824), + [anon_sym_as_QMARK] = ACTIONS(4826), + [anon_sym_PLUS_PLUS] = ACTIONS(4826), + [anon_sym_DASH_DASH] = ACTIONS(4826), + [anon_sym_BANG_BANG] = ACTIONS(4826), + [anon_sym_suspend] = ACTIONS(4824), + [anon_sym_sealed] = ACTIONS(4824), + [anon_sym_annotation] = ACTIONS(4824), + [anon_sym_data] = ACTIONS(4824), + [anon_sym_inner] = ACTIONS(4824), + [anon_sym_override] = ACTIONS(4824), + [anon_sym_lateinit] = ACTIONS(4824), + [anon_sym_public] = ACTIONS(4824), + [anon_sym_private] = ACTIONS(4824), + [anon_sym_internal] = ACTIONS(4824), + [anon_sym_protected] = ACTIONS(4824), + [anon_sym_tailrec] = ACTIONS(4824), + [anon_sym_operator] = ACTIONS(4824), + [anon_sym_infix] = ACTIONS(4824), + [anon_sym_inline] = ACTIONS(4824), + [anon_sym_external] = ACTIONS(4824), + [sym_property_modifier] = ACTIONS(4824), + [anon_sym_abstract] = ACTIONS(4824), + [anon_sym_final] = ACTIONS(4824), + [anon_sym_open] = ACTIONS(4824), + [anon_sym_vararg] = ACTIONS(4824), + [anon_sym_noinline] = ACTIONS(4824), + [anon_sym_crossinline] = ACTIONS(4824), + [anon_sym_expect] = ACTIONS(4824), + [anon_sym_actual] = ACTIONS(4824), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4826), + [sym__automatic_semicolon] = ACTIONS(4826), + [sym_safe_nav] = ACTIONS(4826), [sym_multiline_comment] = ACTIONS(3), }, [3739] = { - [sym__alpha_identifier] = ACTIONS(4871), - [anon_sym_AT] = ACTIONS(4873), - [anon_sym_LBRACK] = ACTIONS(4873), - [anon_sym_as] = ACTIONS(4871), - [anon_sym_EQ] = ACTIONS(4871), - [anon_sym_LBRACE] = ACTIONS(4873), - [anon_sym_RBRACE] = ACTIONS(4873), - [anon_sym_LPAREN] = ACTIONS(4873), - [anon_sym_COMMA] = ACTIONS(4873), - [anon_sym_LT] = ACTIONS(4871), - [anon_sym_GT] = ACTIONS(4871), - [anon_sym_where] = ACTIONS(4871), - [anon_sym_DOT] = ACTIONS(4871), - [anon_sym_SEMI] = ACTIONS(4873), - [anon_sym_get] = ACTIONS(4871), - [anon_sym_set] = ACTIONS(4871), - [anon_sym_STAR] = ACTIONS(4871), - [sym_label] = ACTIONS(4873), - [anon_sym_in] = ACTIONS(4871), - [anon_sym_DOT_DOT] = ACTIONS(4873), - [anon_sym_QMARK_COLON] = ACTIONS(4873), - [anon_sym_AMP_AMP] = ACTIONS(4873), - [anon_sym_PIPE_PIPE] = ACTIONS(4873), - [anon_sym_else] = ACTIONS(4871), - [anon_sym_COLON_COLON] = ACTIONS(4873), - [anon_sym_PLUS_EQ] = ACTIONS(4873), - [anon_sym_DASH_EQ] = ACTIONS(4873), - [anon_sym_STAR_EQ] = ACTIONS(4873), - [anon_sym_SLASH_EQ] = ACTIONS(4873), - [anon_sym_PERCENT_EQ] = ACTIONS(4873), - [anon_sym_BANG_EQ] = ACTIONS(4871), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4873), - [anon_sym_EQ_EQ] = ACTIONS(4871), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4873), - [anon_sym_LT_EQ] = ACTIONS(4873), - [anon_sym_GT_EQ] = ACTIONS(4873), - [anon_sym_BANGin] = ACTIONS(4873), - [anon_sym_is] = ACTIONS(4871), - [anon_sym_BANGis] = ACTIONS(4873), - [anon_sym_PLUS] = ACTIONS(4871), - [anon_sym_DASH] = ACTIONS(4871), - [anon_sym_SLASH] = ACTIONS(4871), - [anon_sym_PERCENT] = ACTIONS(4871), - [anon_sym_as_QMARK] = ACTIONS(4873), - [anon_sym_PLUS_PLUS] = ACTIONS(4873), - [anon_sym_DASH_DASH] = ACTIONS(4873), - [anon_sym_BANG_BANG] = ACTIONS(4873), - [anon_sym_suspend] = ACTIONS(4871), - [anon_sym_sealed] = ACTIONS(4871), - [anon_sym_annotation] = ACTIONS(4871), - [anon_sym_data] = ACTIONS(4871), - [anon_sym_inner] = ACTIONS(4871), - [anon_sym_override] = ACTIONS(4871), - [anon_sym_lateinit] = ACTIONS(4871), - [anon_sym_public] = ACTIONS(4871), - [anon_sym_private] = ACTIONS(4871), - [anon_sym_internal] = ACTIONS(4871), - [anon_sym_protected] = ACTIONS(4871), - [anon_sym_tailrec] = ACTIONS(4871), - [anon_sym_operator] = ACTIONS(4871), - [anon_sym_infix] = ACTIONS(4871), - [anon_sym_inline] = ACTIONS(4871), - [anon_sym_external] = ACTIONS(4871), - [sym_property_modifier] = ACTIONS(4871), - [anon_sym_abstract] = ACTIONS(4871), - [anon_sym_final] = ACTIONS(4871), - [anon_sym_open] = ACTIONS(4871), - [anon_sym_vararg] = ACTIONS(4871), - [anon_sym_noinline] = ACTIONS(4871), - [anon_sym_crossinline] = ACTIONS(4871), - [anon_sym_expect] = ACTIONS(4871), - [anon_sym_actual] = ACTIONS(4871), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4873), - [sym__automatic_semicolon] = ACTIONS(4873), - [sym_safe_nav] = ACTIONS(4873), + [sym__alpha_identifier] = ACTIONS(4865), + [anon_sym_AT] = ACTIONS(4867), + [anon_sym_LBRACK] = ACTIONS(4867), + [anon_sym_as] = ACTIONS(4865), + [anon_sym_EQ] = ACTIONS(4865), + [anon_sym_LBRACE] = ACTIONS(4867), + [anon_sym_RBRACE] = ACTIONS(4867), + [anon_sym_LPAREN] = ACTIONS(4867), + [anon_sym_COMMA] = ACTIONS(4867), + [anon_sym_LT] = ACTIONS(4865), + [anon_sym_GT] = ACTIONS(4865), + [anon_sym_where] = ACTIONS(4865), + [anon_sym_DOT] = ACTIONS(4865), + [anon_sym_SEMI] = ACTIONS(4867), + [anon_sym_get] = ACTIONS(4865), + [anon_sym_set] = ACTIONS(4865), + [anon_sym_STAR] = ACTIONS(4865), + [sym_label] = ACTIONS(4867), + [anon_sym_in] = ACTIONS(4865), + [anon_sym_DOT_DOT] = ACTIONS(4867), + [anon_sym_QMARK_COLON] = ACTIONS(4867), + [anon_sym_AMP_AMP] = ACTIONS(4867), + [anon_sym_PIPE_PIPE] = ACTIONS(4867), + [anon_sym_else] = ACTIONS(4865), + [anon_sym_COLON_COLON] = ACTIONS(4867), + [anon_sym_PLUS_EQ] = ACTIONS(4867), + [anon_sym_DASH_EQ] = ACTIONS(4867), + [anon_sym_STAR_EQ] = ACTIONS(4867), + [anon_sym_SLASH_EQ] = ACTIONS(4867), + [anon_sym_PERCENT_EQ] = ACTIONS(4867), + [anon_sym_BANG_EQ] = ACTIONS(4865), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4867), + [anon_sym_EQ_EQ] = ACTIONS(4865), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4867), + [anon_sym_LT_EQ] = ACTIONS(4867), + [anon_sym_GT_EQ] = ACTIONS(4867), + [anon_sym_BANGin] = ACTIONS(4867), + [anon_sym_is] = ACTIONS(4865), + [anon_sym_BANGis] = ACTIONS(4867), + [anon_sym_PLUS] = ACTIONS(4865), + [anon_sym_DASH] = ACTIONS(4865), + [anon_sym_SLASH] = ACTIONS(4865), + [anon_sym_PERCENT] = ACTIONS(4865), + [anon_sym_as_QMARK] = ACTIONS(4867), + [anon_sym_PLUS_PLUS] = ACTIONS(4867), + [anon_sym_DASH_DASH] = ACTIONS(4867), + [anon_sym_BANG_BANG] = ACTIONS(4867), + [anon_sym_suspend] = ACTIONS(4865), + [anon_sym_sealed] = ACTIONS(4865), + [anon_sym_annotation] = ACTIONS(4865), + [anon_sym_data] = ACTIONS(4865), + [anon_sym_inner] = ACTIONS(4865), + [anon_sym_override] = ACTIONS(4865), + [anon_sym_lateinit] = ACTIONS(4865), + [anon_sym_public] = ACTIONS(4865), + [anon_sym_private] = ACTIONS(4865), + [anon_sym_internal] = ACTIONS(4865), + [anon_sym_protected] = ACTIONS(4865), + [anon_sym_tailrec] = ACTIONS(4865), + [anon_sym_operator] = ACTIONS(4865), + [anon_sym_infix] = ACTIONS(4865), + [anon_sym_inline] = ACTIONS(4865), + [anon_sym_external] = ACTIONS(4865), + [sym_property_modifier] = ACTIONS(4865), + [anon_sym_abstract] = ACTIONS(4865), + [anon_sym_final] = ACTIONS(4865), + [anon_sym_open] = ACTIONS(4865), + [anon_sym_vararg] = ACTIONS(4865), + [anon_sym_noinline] = ACTIONS(4865), + [anon_sym_crossinline] = ACTIONS(4865), + [anon_sym_expect] = ACTIONS(4865), + [anon_sym_actual] = ACTIONS(4865), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4867), + [sym__automatic_semicolon] = ACTIONS(4867), + [sym_safe_nav] = ACTIONS(4867), [sym_multiline_comment] = ACTIONS(3), }, [3740] = { - [sym_function_body] = STATE(3688), - [sym__block] = STATE(3725), - [sym__alpha_identifier] = ACTIONS(4386), - [anon_sym_AT] = ACTIONS(4388), - [anon_sym_LBRACK] = ACTIONS(4388), - [anon_sym_as] = ACTIONS(4386), - [anon_sym_EQ] = ACTIONS(6566), - [anon_sym_LBRACE] = ACTIONS(6434), - [anon_sym_RBRACE] = ACTIONS(4388), - [anon_sym_LPAREN] = ACTIONS(4388), - [anon_sym_LT] = ACTIONS(4386), - [anon_sym_GT] = ACTIONS(4386), - [anon_sym_DOT] = ACTIONS(4386), - [anon_sym_SEMI] = ACTIONS(4388), - [anon_sym_get] = ACTIONS(4386), - [anon_sym_set] = ACTIONS(4386), - [anon_sym_STAR] = ACTIONS(4386), - [sym_label] = ACTIONS(4388), - [anon_sym_in] = ACTIONS(4386), - [anon_sym_DOT_DOT] = ACTIONS(4388), - [anon_sym_QMARK_COLON] = ACTIONS(4388), - [anon_sym_AMP_AMP] = ACTIONS(4388), - [anon_sym_PIPE_PIPE] = ACTIONS(4388), - [anon_sym_else] = ACTIONS(4386), - [anon_sym_COLON_COLON] = ACTIONS(4388), - [anon_sym_PLUS_EQ] = ACTIONS(4388), - [anon_sym_DASH_EQ] = ACTIONS(4388), - [anon_sym_STAR_EQ] = ACTIONS(4388), - [anon_sym_SLASH_EQ] = ACTIONS(4388), - [anon_sym_PERCENT_EQ] = ACTIONS(4388), - [anon_sym_BANG_EQ] = ACTIONS(4386), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4388), - [anon_sym_EQ_EQ] = ACTIONS(4386), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4388), - [anon_sym_LT_EQ] = ACTIONS(4388), - [anon_sym_GT_EQ] = ACTIONS(4388), - [anon_sym_BANGin] = ACTIONS(4388), - [anon_sym_is] = ACTIONS(4386), - [anon_sym_BANGis] = ACTIONS(4388), - [anon_sym_PLUS] = ACTIONS(4386), - [anon_sym_DASH] = ACTIONS(4386), - [anon_sym_SLASH] = ACTIONS(4386), - [anon_sym_PERCENT] = ACTIONS(4386), - [anon_sym_as_QMARK] = ACTIONS(4388), - [anon_sym_PLUS_PLUS] = ACTIONS(4388), - [anon_sym_DASH_DASH] = ACTIONS(4388), - [anon_sym_BANG_BANG] = ACTIONS(4388), - [anon_sym_suspend] = ACTIONS(4386), - [anon_sym_sealed] = ACTIONS(4386), - [anon_sym_annotation] = ACTIONS(4386), - [anon_sym_data] = ACTIONS(4386), - [anon_sym_inner] = ACTIONS(4386), - [anon_sym_override] = ACTIONS(4386), - [anon_sym_lateinit] = ACTIONS(4386), - [anon_sym_public] = ACTIONS(4386), - [anon_sym_private] = ACTIONS(4386), - [anon_sym_internal] = ACTIONS(4386), - [anon_sym_protected] = ACTIONS(4386), - [anon_sym_tailrec] = ACTIONS(4386), - [anon_sym_operator] = ACTIONS(4386), - [anon_sym_infix] = ACTIONS(4386), - [anon_sym_inline] = ACTIONS(4386), - [anon_sym_external] = ACTIONS(4386), - [sym_property_modifier] = ACTIONS(4386), - [anon_sym_abstract] = ACTIONS(4386), - [anon_sym_final] = ACTIONS(4386), - [anon_sym_open] = ACTIONS(4386), - [anon_sym_vararg] = ACTIONS(4386), - [anon_sym_noinline] = ACTIONS(4386), - [anon_sym_crossinline] = ACTIONS(4386), - [anon_sym_expect] = ACTIONS(4386), - [anon_sym_actual] = ACTIONS(4386), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4388), - [sym__automatic_semicolon] = ACTIONS(4388), - [sym_safe_nav] = ACTIONS(4388), + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(1624), + [sym__comparison_operator] = STATE(2064), + [sym__in_operator] = STATE(1691), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(1828), + [sym__multiplicative_operator] = STATE(1968), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2056), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), + [sym__alpha_identifier] = ACTIONS(2992), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), + [anon_sym_EQ] = ACTIONS(2992), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_RBRACE] = ACTIONS(2994), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_RPAREN] = ACTIONS(2994), + [anon_sym_LT] = ACTIONS(2996), + [anon_sym_GT] = ACTIONS(2992), + [anon_sym_DOT] = ACTIONS(6409), + [anon_sym_SEMI] = ACTIONS(2994), + [anon_sym_get] = ACTIONS(2992), + [anon_sym_set] = ACTIONS(2992), + [anon_sym_STAR] = ACTIONS(6844), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(2992), + [anon_sym_while] = ACTIONS(2992), + [anon_sym_DOT_DOT] = ACTIONS(6848), + [anon_sym_QMARK_COLON] = ACTIONS(2994), + [anon_sym_AMP_AMP] = ACTIONS(2994), + [anon_sym_PIPE_PIPE] = ACTIONS(2994), + [anon_sym_else] = ACTIONS(2992), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_PLUS_EQ] = ACTIONS(2994), + [anon_sym_DASH_EQ] = ACTIONS(2994), + [anon_sym_STAR_EQ] = ACTIONS(2994), + [anon_sym_SLASH_EQ] = ACTIONS(2994), + [anon_sym_PERCENT_EQ] = ACTIONS(2994), + [anon_sym_BANG_EQ] = ACTIONS(2992), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2994), + [anon_sym_EQ_EQ] = ACTIONS(2992), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2994), + [anon_sym_LT_EQ] = ACTIONS(2994), + [anon_sym_GT_EQ] = ACTIONS(2994), + [anon_sym_BANGin] = ACTIONS(2994), + [anon_sym_is] = ACTIONS(2992), + [anon_sym_BANGis] = ACTIONS(2994), + [anon_sym_PLUS] = ACTIONS(6864), + [anon_sym_DASH] = ACTIONS(6864), + [anon_sym_SLASH] = ACTIONS(6844), + [anon_sym_PERCENT] = ACTIONS(6844), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), + [anon_sym_data] = ACTIONS(2992), + [anon_sym_inner] = ACTIONS(2992), + [anon_sym_expect] = ACTIONS(2992), + [anon_sym_actual] = ACTIONS(2992), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(2994), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, [3741] = { - [sym__alpha_identifier] = ACTIONS(4704), - [anon_sym_AT] = ACTIONS(4706), - [anon_sym_LBRACK] = ACTIONS(4706), - [anon_sym_as] = ACTIONS(4704), - [anon_sym_EQ] = ACTIONS(4704), - [anon_sym_LBRACE] = ACTIONS(4706), - [anon_sym_RBRACE] = ACTIONS(4706), - [anon_sym_LPAREN] = ACTIONS(4706), - [anon_sym_COMMA] = ACTIONS(4706), - [anon_sym_LT] = ACTIONS(4704), - [anon_sym_GT] = ACTIONS(4704), - [anon_sym_where] = ACTIONS(4704), - [anon_sym_DOT] = ACTIONS(4704), - [anon_sym_SEMI] = ACTIONS(4706), - [anon_sym_get] = ACTIONS(4704), - [anon_sym_set] = ACTIONS(4704), - [anon_sym_STAR] = ACTIONS(4704), - [sym_label] = ACTIONS(4706), - [anon_sym_in] = ACTIONS(4704), - [anon_sym_DOT_DOT] = ACTIONS(4706), - [anon_sym_QMARK_COLON] = ACTIONS(4706), - [anon_sym_AMP_AMP] = ACTIONS(4706), - [anon_sym_PIPE_PIPE] = ACTIONS(4706), - [anon_sym_else] = ACTIONS(4704), - [anon_sym_COLON_COLON] = ACTIONS(4706), - [anon_sym_PLUS_EQ] = ACTIONS(4706), - [anon_sym_DASH_EQ] = ACTIONS(4706), - [anon_sym_STAR_EQ] = ACTIONS(4706), - [anon_sym_SLASH_EQ] = ACTIONS(4706), - [anon_sym_PERCENT_EQ] = ACTIONS(4706), - [anon_sym_BANG_EQ] = ACTIONS(4704), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4706), - [anon_sym_EQ_EQ] = ACTIONS(4704), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4706), - [anon_sym_LT_EQ] = ACTIONS(4706), - [anon_sym_GT_EQ] = ACTIONS(4706), - [anon_sym_BANGin] = ACTIONS(4706), - [anon_sym_is] = ACTIONS(4704), - [anon_sym_BANGis] = ACTIONS(4706), - [anon_sym_PLUS] = ACTIONS(4704), - [anon_sym_DASH] = ACTIONS(4704), - [anon_sym_SLASH] = ACTIONS(4704), - [anon_sym_PERCENT] = ACTIONS(4704), - [anon_sym_as_QMARK] = ACTIONS(4706), - [anon_sym_PLUS_PLUS] = ACTIONS(4706), - [anon_sym_DASH_DASH] = ACTIONS(4706), - [anon_sym_BANG_BANG] = ACTIONS(4706), - [anon_sym_suspend] = ACTIONS(4704), - [anon_sym_sealed] = ACTIONS(4704), - [anon_sym_annotation] = ACTIONS(4704), - [anon_sym_data] = ACTIONS(4704), - [anon_sym_inner] = ACTIONS(4704), - [anon_sym_override] = ACTIONS(4704), - [anon_sym_lateinit] = ACTIONS(4704), - [anon_sym_public] = ACTIONS(4704), - [anon_sym_private] = ACTIONS(4704), - [anon_sym_internal] = ACTIONS(4704), - [anon_sym_protected] = ACTIONS(4704), - [anon_sym_tailrec] = ACTIONS(4704), - [anon_sym_operator] = ACTIONS(4704), - [anon_sym_infix] = ACTIONS(4704), - [anon_sym_inline] = ACTIONS(4704), - [anon_sym_external] = ACTIONS(4704), - [sym_property_modifier] = ACTIONS(4704), - [anon_sym_abstract] = ACTIONS(4704), - [anon_sym_final] = ACTIONS(4704), - [anon_sym_open] = ACTIONS(4704), - [anon_sym_vararg] = ACTIONS(4704), - [anon_sym_noinline] = ACTIONS(4704), - [anon_sym_crossinline] = ACTIONS(4704), - [anon_sym_expect] = ACTIONS(4704), - [anon_sym_actual] = ACTIONS(4704), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4706), - [sym__automatic_semicolon] = ACTIONS(4706), - [sym_safe_nav] = ACTIONS(4706), + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(1624), + [sym__comparison_operator] = STATE(2064), + [sym__in_operator] = STATE(1691), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(1828), + [sym__multiplicative_operator] = STATE(1968), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2056), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), + [sym__alpha_identifier] = ACTIONS(3022), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), + [anon_sym_EQ] = ACTIONS(3022), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_RBRACE] = ACTIONS(3024), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_RPAREN] = ACTIONS(3024), + [anon_sym_LT] = ACTIONS(3026), + [anon_sym_GT] = ACTIONS(3022), + [anon_sym_DOT] = ACTIONS(6409), + [anon_sym_SEMI] = ACTIONS(3024), + [anon_sym_get] = ACTIONS(3022), + [anon_sym_set] = ACTIONS(3022), + [anon_sym_STAR] = ACTIONS(6844), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(3022), + [anon_sym_while] = ACTIONS(3022), + [anon_sym_DOT_DOT] = ACTIONS(3024), + [anon_sym_QMARK_COLON] = ACTIONS(3024), + [anon_sym_AMP_AMP] = ACTIONS(3024), + [anon_sym_PIPE_PIPE] = ACTIONS(3024), + [anon_sym_else] = ACTIONS(3022), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_PLUS_EQ] = ACTIONS(3024), + [anon_sym_DASH_EQ] = ACTIONS(3024), + [anon_sym_STAR_EQ] = ACTIONS(3024), + [anon_sym_SLASH_EQ] = ACTIONS(3024), + [anon_sym_PERCENT_EQ] = ACTIONS(3024), + [anon_sym_BANG_EQ] = ACTIONS(3022), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3024), + [anon_sym_EQ_EQ] = ACTIONS(3022), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3024), + [anon_sym_LT_EQ] = ACTIONS(3024), + [anon_sym_GT_EQ] = ACTIONS(3024), + [anon_sym_BANGin] = ACTIONS(3024), + [anon_sym_is] = ACTIONS(3022), + [anon_sym_BANGis] = ACTIONS(3024), + [anon_sym_PLUS] = ACTIONS(3022), + [anon_sym_DASH] = ACTIONS(3022), + [anon_sym_SLASH] = ACTIONS(6844), + [anon_sym_PERCENT] = ACTIONS(6844), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), + [anon_sym_data] = ACTIONS(3022), + [anon_sym_inner] = ACTIONS(3022), + [anon_sym_expect] = ACTIONS(3022), + [anon_sym_actual] = ACTIONS(3022), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3024), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, [3742] = { - [sym_class_body] = STATE(3809), - [sym__alpha_identifier] = ACTIONS(4509), - [anon_sym_AT] = ACTIONS(4511), - [anon_sym_COLON] = ACTIONS(6880), - [anon_sym_LBRACK] = ACTIONS(4511), - [anon_sym_as] = ACTIONS(4509), - [anon_sym_EQ] = ACTIONS(4509), - [anon_sym_LBRACE] = ACTIONS(5421), - [anon_sym_RBRACE] = ACTIONS(4511), - [anon_sym_LPAREN] = ACTIONS(4511), - [anon_sym_LT] = ACTIONS(4509), - [anon_sym_GT] = ACTIONS(4509), - [anon_sym_DOT] = ACTIONS(4509), - [anon_sym_SEMI] = ACTIONS(4511), - [anon_sym_get] = ACTIONS(4509), - [anon_sym_set] = ACTIONS(4509), - [anon_sym_STAR] = ACTIONS(4509), - [sym_label] = ACTIONS(4511), - [anon_sym_in] = ACTIONS(4509), - [anon_sym_DOT_DOT] = ACTIONS(4511), - [anon_sym_QMARK_COLON] = ACTIONS(4511), - [anon_sym_AMP_AMP] = ACTIONS(4511), - [anon_sym_PIPE_PIPE] = ACTIONS(4511), - [anon_sym_else] = ACTIONS(4509), - [anon_sym_COLON_COLON] = ACTIONS(4511), - [anon_sym_PLUS_EQ] = ACTIONS(4511), - [anon_sym_DASH_EQ] = ACTIONS(4511), - [anon_sym_STAR_EQ] = ACTIONS(4511), - [anon_sym_SLASH_EQ] = ACTIONS(4511), - [anon_sym_PERCENT_EQ] = ACTIONS(4511), - [anon_sym_BANG_EQ] = ACTIONS(4509), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4511), - [anon_sym_EQ_EQ] = ACTIONS(4509), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4511), - [anon_sym_LT_EQ] = ACTIONS(4511), - [anon_sym_GT_EQ] = ACTIONS(4511), - [anon_sym_BANGin] = ACTIONS(4511), - [anon_sym_is] = ACTIONS(4509), - [anon_sym_BANGis] = ACTIONS(4511), - [anon_sym_PLUS] = ACTIONS(4509), - [anon_sym_DASH] = ACTIONS(4509), - [anon_sym_SLASH] = ACTIONS(4509), - [anon_sym_PERCENT] = ACTIONS(4509), - [anon_sym_as_QMARK] = ACTIONS(4511), - [anon_sym_PLUS_PLUS] = ACTIONS(4511), - [anon_sym_DASH_DASH] = ACTIONS(4511), - [anon_sym_BANG_BANG] = ACTIONS(4511), - [anon_sym_suspend] = ACTIONS(4509), - [anon_sym_sealed] = ACTIONS(4509), - [anon_sym_annotation] = ACTIONS(4509), - [anon_sym_data] = ACTIONS(4509), - [anon_sym_inner] = ACTIONS(4509), - [anon_sym_override] = ACTIONS(4509), - [anon_sym_lateinit] = ACTIONS(4509), - [anon_sym_public] = ACTIONS(4509), - [anon_sym_private] = ACTIONS(4509), - [anon_sym_internal] = ACTIONS(4509), - [anon_sym_protected] = ACTIONS(4509), - [anon_sym_tailrec] = ACTIONS(4509), - [anon_sym_operator] = ACTIONS(4509), - [anon_sym_infix] = ACTIONS(4509), - [anon_sym_inline] = ACTIONS(4509), - [anon_sym_external] = ACTIONS(4509), - [sym_property_modifier] = ACTIONS(4509), - [anon_sym_abstract] = ACTIONS(4509), - [anon_sym_final] = ACTIONS(4509), - [anon_sym_open] = ACTIONS(4509), - [anon_sym_vararg] = ACTIONS(4509), - [anon_sym_noinline] = ACTIONS(4509), - [anon_sym_crossinline] = ACTIONS(4509), - [anon_sym_expect] = ACTIONS(4509), - [anon_sym_actual] = ACTIONS(4509), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4511), - [sym__automatic_semicolon] = ACTIONS(4511), - [sym_safe_nav] = ACTIONS(4511), + [sym__alpha_identifier] = ACTIONS(5001), + [anon_sym_AT] = ACTIONS(5003), + [anon_sym_LBRACK] = ACTIONS(5003), + [anon_sym_as] = ACTIONS(5001), + [anon_sym_EQ] = ACTIONS(5001), + [anon_sym_LBRACE] = ACTIONS(5003), + [anon_sym_RBRACE] = ACTIONS(5003), + [anon_sym_LPAREN] = ACTIONS(5003), + [anon_sym_COMMA] = ACTIONS(5003), + [anon_sym_LT] = ACTIONS(5001), + [anon_sym_GT] = ACTIONS(5001), + [anon_sym_where] = ACTIONS(5001), + [anon_sym_DOT] = ACTIONS(5001), + [anon_sym_SEMI] = ACTIONS(5003), + [anon_sym_get] = ACTIONS(5001), + [anon_sym_set] = ACTIONS(5001), + [anon_sym_STAR] = ACTIONS(5001), + [sym_label] = ACTIONS(5003), + [anon_sym_in] = ACTIONS(5001), + [anon_sym_DOT_DOT] = ACTIONS(5003), + [anon_sym_QMARK_COLON] = ACTIONS(5003), + [anon_sym_AMP_AMP] = ACTIONS(5003), + [anon_sym_PIPE_PIPE] = ACTIONS(5003), + [anon_sym_else] = ACTIONS(5001), + [anon_sym_COLON_COLON] = ACTIONS(5003), + [anon_sym_PLUS_EQ] = ACTIONS(5003), + [anon_sym_DASH_EQ] = ACTIONS(5003), + [anon_sym_STAR_EQ] = ACTIONS(5003), + [anon_sym_SLASH_EQ] = ACTIONS(5003), + [anon_sym_PERCENT_EQ] = ACTIONS(5003), + [anon_sym_BANG_EQ] = ACTIONS(5001), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5003), + [anon_sym_EQ_EQ] = ACTIONS(5001), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5003), + [anon_sym_LT_EQ] = ACTIONS(5003), + [anon_sym_GT_EQ] = ACTIONS(5003), + [anon_sym_BANGin] = ACTIONS(5003), + [anon_sym_is] = ACTIONS(5001), + [anon_sym_BANGis] = ACTIONS(5003), + [anon_sym_PLUS] = ACTIONS(5001), + [anon_sym_DASH] = ACTIONS(5001), + [anon_sym_SLASH] = ACTIONS(5001), + [anon_sym_PERCENT] = ACTIONS(5001), + [anon_sym_as_QMARK] = ACTIONS(5003), + [anon_sym_PLUS_PLUS] = ACTIONS(5003), + [anon_sym_DASH_DASH] = ACTIONS(5003), + [anon_sym_BANG_BANG] = ACTIONS(5003), + [anon_sym_suspend] = ACTIONS(5001), + [anon_sym_sealed] = ACTIONS(5001), + [anon_sym_annotation] = ACTIONS(5001), + [anon_sym_data] = ACTIONS(5001), + [anon_sym_inner] = ACTIONS(5001), + [anon_sym_override] = ACTIONS(5001), + [anon_sym_lateinit] = ACTIONS(5001), + [anon_sym_public] = ACTIONS(5001), + [anon_sym_private] = ACTIONS(5001), + [anon_sym_internal] = ACTIONS(5001), + [anon_sym_protected] = ACTIONS(5001), + [anon_sym_tailrec] = ACTIONS(5001), + [anon_sym_operator] = ACTIONS(5001), + [anon_sym_infix] = ACTIONS(5001), + [anon_sym_inline] = ACTIONS(5001), + [anon_sym_external] = ACTIONS(5001), + [sym_property_modifier] = ACTIONS(5001), + [anon_sym_abstract] = ACTIONS(5001), + [anon_sym_final] = ACTIONS(5001), + [anon_sym_open] = ACTIONS(5001), + [anon_sym_vararg] = ACTIONS(5001), + [anon_sym_noinline] = ACTIONS(5001), + [anon_sym_crossinline] = ACTIONS(5001), + [anon_sym_expect] = ACTIONS(5001), + [anon_sym_actual] = ACTIONS(5001), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5003), + [sym__automatic_semicolon] = ACTIONS(5003), + [sym_safe_nav] = ACTIONS(5003), [sym_multiline_comment] = ACTIONS(3), }, [3743] = { - [sym__alpha_identifier] = ACTIONS(4663), - [anon_sym_AT] = ACTIONS(4665), - [anon_sym_LBRACK] = ACTIONS(4665), - [anon_sym_as] = ACTIONS(4663), - [anon_sym_EQ] = ACTIONS(4663), - [anon_sym_LBRACE] = ACTIONS(4665), - [anon_sym_RBRACE] = ACTIONS(4665), - [anon_sym_LPAREN] = ACTIONS(4665), - [anon_sym_COMMA] = ACTIONS(4665), - [anon_sym_LT] = ACTIONS(4663), - [anon_sym_GT] = ACTIONS(4663), - [anon_sym_where] = ACTIONS(4663), - [anon_sym_DOT] = ACTIONS(4663), - [anon_sym_SEMI] = ACTIONS(4665), - [anon_sym_get] = ACTIONS(4663), - [anon_sym_set] = ACTIONS(4663), - [anon_sym_STAR] = ACTIONS(4663), - [sym_label] = ACTIONS(4665), - [anon_sym_in] = ACTIONS(4663), - [anon_sym_DOT_DOT] = ACTIONS(4665), - [anon_sym_QMARK_COLON] = ACTIONS(4665), - [anon_sym_AMP_AMP] = ACTIONS(4665), - [anon_sym_PIPE_PIPE] = ACTIONS(4665), - [anon_sym_else] = ACTIONS(4663), - [anon_sym_COLON_COLON] = ACTIONS(4665), - [anon_sym_PLUS_EQ] = ACTIONS(4665), - [anon_sym_DASH_EQ] = ACTIONS(4665), - [anon_sym_STAR_EQ] = ACTIONS(4665), - [anon_sym_SLASH_EQ] = ACTIONS(4665), - [anon_sym_PERCENT_EQ] = ACTIONS(4665), - [anon_sym_BANG_EQ] = ACTIONS(4663), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4665), - [anon_sym_EQ_EQ] = ACTIONS(4663), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4665), - [anon_sym_LT_EQ] = ACTIONS(4665), - [anon_sym_GT_EQ] = ACTIONS(4665), - [anon_sym_BANGin] = ACTIONS(4665), - [anon_sym_is] = ACTIONS(4663), - [anon_sym_BANGis] = ACTIONS(4665), - [anon_sym_PLUS] = ACTIONS(4663), - [anon_sym_DASH] = ACTIONS(4663), - [anon_sym_SLASH] = ACTIONS(4663), - [anon_sym_PERCENT] = ACTIONS(4663), - [anon_sym_as_QMARK] = ACTIONS(4665), - [anon_sym_PLUS_PLUS] = ACTIONS(4665), - [anon_sym_DASH_DASH] = ACTIONS(4665), - [anon_sym_BANG_BANG] = ACTIONS(4665), - [anon_sym_suspend] = ACTIONS(4663), - [anon_sym_sealed] = ACTIONS(4663), - [anon_sym_annotation] = ACTIONS(4663), - [anon_sym_data] = ACTIONS(4663), - [anon_sym_inner] = ACTIONS(4663), - [anon_sym_override] = ACTIONS(4663), - [anon_sym_lateinit] = ACTIONS(4663), - [anon_sym_public] = ACTIONS(4663), - [anon_sym_private] = ACTIONS(4663), - [anon_sym_internal] = ACTIONS(4663), - [anon_sym_protected] = ACTIONS(4663), - [anon_sym_tailrec] = ACTIONS(4663), - [anon_sym_operator] = ACTIONS(4663), - [anon_sym_infix] = ACTIONS(4663), - [anon_sym_inline] = ACTIONS(4663), - [anon_sym_external] = ACTIONS(4663), - [sym_property_modifier] = ACTIONS(4663), - [anon_sym_abstract] = ACTIONS(4663), - [anon_sym_final] = ACTIONS(4663), - [anon_sym_open] = ACTIONS(4663), - [anon_sym_vararg] = ACTIONS(4663), - [anon_sym_noinline] = ACTIONS(4663), - [anon_sym_crossinline] = ACTIONS(4663), - [anon_sym_expect] = ACTIONS(4663), - [anon_sym_actual] = ACTIONS(4663), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4665), - [sym__automatic_semicolon] = ACTIONS(4665), - [sym_safe_nav] = ACTIONS(4665), + [sym__alpha_identifier] = ACTIONS(4402), + [anon_sym_AT] = ACTIONS(4404), + [anon_sym_LBRACK] = ACTIONS(4404), + [anon_sym_as] = ACTIONS(4402), + [anon_sym_EQ] = ACTIONS(4402), + [anon_sym_LBRACE] = ACTIONS(4404), + [anon_sym_RBRACE] = ACTIONS(4404), + [anon_sym_LPAREN] = ACTIONS(4404), + [anon_sym_COMMA] = ACTIONS(4404), + [anon_sym_LT] = ACTIONS(4402), + [anon_sym_GT] = ACTIONS(4402), + [anon_sym_where] = ACTIONS(4402), + [anon_sym_DOT] = ACTIONS(4402), + [anon_sym_SEMI] = ACTIONS(4404), + [anon_sym_get] = ACTIONS(4402), + [anon_sym_set] = ACTIONS(4402), + [anon_sym_STAR] = ACTIONS(4402), + [sym_label] = ACTIONS(4404), + [anon_sym_in] = ACTIONS(4402), + [anon_sym_DOT_DOT] = ACTIONS(4404), + [anon_sym_QMARK_COLON] = ACTIONS(4404), + [anon_sym_AMP_AMP] = ACTIONS(4404), + [anon_sym_PIPE_PIPE] = ACTIONS(4404), + [anon_sym_else] = ACTIONS(4402), + [anon_sym_COLON_COLON] = ACTIONS(4404), + [anon_sym_PLUS_EQ] = ACTIONS(4404), + [anon_sym_DASH_EQ] = ACTIONS(4404), + [anon_sym_STAR_EQ] = ACTIONS(4404), + [anon_sym_SLASH_EQ] = ACTIONS(4404), + [anon_sym_PERCENT_EQ] = ACTIONS(4404), + [anon_sym_BANG_EQ] = ACTIONS(4402), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4404), + [anon_sym_EQ_EQ] = ACTIONS(4402), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4404), + [anon_sym_LT_EQ] = ACTIONS(4404), + [anon_sym_GT_EQ] = ACTIONS(4404), + [anon_sym_BANGin] = ACTIONS(4404), + [anon_sym_is] = ACTIONS(4402), + [anon_sym_BANGis] = ACTIONS(4404), + [anon_sym_PLUS] = ACTIONS(4402), + [anon_sym_DASH] = ACTIONS(4402), + [anon_sym_SLASH] = ACTIONS(4402), + [anon_sym_PERCENT] = ACTIONS(4402), + [anon_sym_as_QMARK] = ACTIONS(4404), + [anon_sym_PLUS_PLUS] = ACTIONS(4404), + [anon_sym_DASH_DASH] = ACTIONS(4404), + [anon_sym_BANG_BANG] = ACTIONS(4404), + [anon_sym_suspend] = ACTIONS(4402), + [anon_sym_sealed] = ACTIONS(4402), + [anon_sym_annotation] = ACTIONS(4402), + [anon_sym_data] = ACTIONS(4402), + [anon_sym_inner] = ACTIONS(4402), + [anon_sym_override] = ACTIONS(4402), + [anon_sym_lateinit] = ACTIONS(4402), + [anon_sym_public] = ACTIONS(4402), + [anon_sym_private] = ACTIONS(4402), + [anon_sym_internal] = ACTIONS(4402), + [anon_sym_protected] = ACTIONS(4402), + [anon_sym_tailrec] = ACTIONS(4402), + [anon_sym_operator] = ACTIONS(4402), + [anon_sym_infix] = ACTIONS(4402), + [anon_sym_inline] = ACTIONS(4402), + [anon_sym_external] = ACTIONS(4402), + [sym_property_modifier] = ACTIONS(4402), + [anon_sym_abstract] = ACTIONS(4402), + [anon_sym_final] = ACTIONS(4402), + [anon_sym_open] = ACTIONS(4402), + [anon_sym_vararg] = ACTIONS(4402), + [anon_sym_noinline] = ACTIONS(4402), + [anon_sym_crossinline] = ACTIONS(4402), + [anon_sym_expect] = ACTIONS(4402), + [anon_sym_actual] = ACTIONS(4402), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4404), + [sym__automatic_semicolon] = ACTIONS(4404), + [sym_safe_nav] = ACTIONS(4404), [sym_multiline_comment] = ACTIONS(3), }, [3744] = { - [sym__alpha_identifier] = ACTIONS(4813), - [anon_sym_AT] = ACTIONS(4815), - [anon_sym_LBRACK] = ACTIONS(4815), - [anon_sym_as] = ACTIONS(4813), - [anon_sym_EQ] = ACTIONS(4813), - [anon_sym_LBRACE] = ACTIONS(4815), - [anon_sym_RBRACE] = ACTIONS(4815), - [anon_sym_LPAREN] = ACTIONS(4815), - [anon_sym_COMMA] = ACTIONS(4815), - [anon_sym_LT] = ACTIONS(4813), - [anon_sym_GT] = ACTIONS(4813), - [anon_sym_where] = ACTIONS(4813), - [anon_sym_DOT] = ACTIONS(4813), - [anon_sym_SEMI] = ACTIONS(4815), - [anon_sym_get] = ACTIONS(4813), - [anon_sym_set] = ACTIONS(4813), - [anon_sym_STAR] = ACTIONS(4813), - [sym_label] = ACTIONS(4815), - [anon_sym_in] = ACTIONS(4813), - [anon_sym_DOT_DOT] = ACTIONS(4815), - [anon_sym_QMARK_COLON] = ACTIONS(4815), - [anon_sym_AMP_AMP] = ACTIONS(4815), - [anon_sym_PIPE_PIPE] = ACTIONS(4815), - [anon_sym_else] = ACTIONS(4813), - [anon_sym_COLON_COLON] = ACTIONS(4815), - [anon_sym_PLUS_EQ] = ACTIONS(4815), - [anon_sym_DASH_EQ] = ACTIONS(4815), - [anon_sym_STAR_EQ] = ACTIONS(4815), - [anon_sym_SLASH_EQ] = ACTIONS(4815), - [anon_sym_PERCENT_EQ] = ACTIONS(4815), - [anon_sym_BANG_EQ] = ACTIONS(4813), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4815), - [anon_sym_EQ_EQ] = ACTIONS(4813), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4815), - [anon_sym_LT_EQ] = ACTIONS(4815), - [anon_sym_GT_EQ] = ACTIONS(4815), - [anon_sym_BANGin] = ACTIONS(4815), - [anon_sym_is] = ACTIONS(4813), - [anon_sym_BANGis] = ACTIONS(4815), - [anon_sym_PLUS] = ACTIONS(4813), - [anon_sym_DASH] = ACTIONS(4813), - [anon_sym_SLASH] = ACTIONS(4813), - [anon_sym_PERCENT] = ACTIONS(4813), - [anon_sym_as_QMARK] = ACTIONS(4815), - [anon_sym_PLUS_PLUS] = ACTIONS(4815), - [anon_sym_DASH_DASH] = ACTIONS(4815), - [anon_sym_BANG_BANG] = ACTIONS(4815), - [anon_sym_suspend] = ACTIONS(4813), - [anon_sym_sealed] = ACTIONS(4813), - [anon_sym_annotation] = ACTIONS(4813), - [anon_sym_data] = ACTIONS(4813), - [anon_sym_inner] = ACTIONS(4813), - [anon_sym_override] = ACTIONS(4813), - [anon_sym_lateinit] = ACTIONS(4813), - [anon_sym_public] = ACTIONS(4813), - [anon_sym_private] = ACTIONS(4813), - [anon_sym_internal] = ACTIONS(4813), - [anon_sym_protected] = ACTIONS(4813), - [anon_sym_tailrec] = ACTIONS(4813), - [anon_sym_operator] = ACTIONS(4813), - [anon_sym_infix] = ACTIONS(4813), - [anon_sym_inline] = ACTIONS(4813), - [anon_sym_external] = ACTIONS(4813), - [sym_property_modifier] = ACTIONS(4813), - [anon_sym_abstract] = ACTIONS(4813), - [anon_sym_final] = ACTIONS(4813), - [anon_sym_open] = ACTIONS(4813), - [anon_sym_vararg] = ACTIONS(4813), - [anon_sym_noinline] = ACTIONS(4813), - [anon_sym_crossinline] = ACTIONS(4813), - [anon_sym_expect] = ACTIONS(4813), - [anon_sym_actual] = ACTIONS(4813), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4815), - [sym__automatic_semicolon] = ACTIONS(4815), - [sym_safe_nav] = ACTIONS(4815), + [sym__alpha_identifier] = ACTIONS(4768), + [anon_sym_AT] = ACTIONS(4770), + [anon_sym_LBRACK] = ACTIONS(4770), + [anon_sym_as] = ACTIONS(4768), + [anon_sym_EQ] = ACTIONS(4768), + [anon_sym_LBRACE] = ACTIONS(4770), + [anon_sym_RBRACE] = ACTIONS(4770), + [anon_sym_LPAREN] = ACTIONS(4770), + [anon_sym_COMMA] = ACTIONS(4770), + [anon_sym_LT] = ACTIONS(4768), + [anon_sym_GT] = ACTIONS(4768), + [anon_sym_where] = ACTIONS(4768), + [anon_sym_DOT] = ACTIONS(4768), + [anon_sym_SEMI] = ACTIONS(4770), + [anon_sym_get] = ACTIONS(4768), + [anon_sym_set] = ACTIONS(4768), + [anon_sym_STAR] = ACTIONS(4768), + [sym_label] = ACTIONS(4770), + [anon_sym_in] = ACTIONS(4768), + [anon_sym_DOT_DOT] = ACTIONS(4770), + [anon_sym_QMARK_COLON] = ACTIONS(4770), + [anon_sym_AMP_AMP] = ACTIONS(4770), + [anon_sym_PIPE_PIPE] = ACTIONS(4770), + [anon_sym_else] = ACTIONS(4768), + [anon_sym_COLON_COLON] = ACTIONS(4770), + [anon_sym_PLUS_EQ] = ACTIONS(4770), + [anon_sym_DASH_EQ] = ACTIONS(4770), + [anon_sym_STAR_EQ] = ACTIONS(4770), + [anon_sym_SLASH_EQ] = ACTIONS(4770), + [anon_sym_PERCENT_EQ] = ACTIONS(4770), + [anon_sym_BANG_EQ] = ACTIONS(4768), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4770), + [anon_sym_EQ_EQ] = ACTIONS(4768), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4770), + [anon_sym_LT_EQ] = ACTIONS(4770), + [anon_sym_GT_EQ] = ACTIONS(4770), + [anon_sym_BANGin] = ACTIONS(4770), + [anon_sym_is] = ACTIONS(4768), + [anon_sym_BANGis] = ACTIONS(4770), + [anon_sym_PLUS] = ACTIONS(4768), + [anon_sym_DASH] = ACTIONS(4768), + [anon_sym_SLASH] = ACTIONS(4768), + [anon_sym_PERCENT] = ACTIONS(4768), + [anon_sym_as_QMARK] = ACTIONS(4770), + [anon_sym_PLUS_PLUS] = ACTIONS(4770), + [anon_sym_DASH_DASH] = ACTIONS(4770), + [anon_sym_BANG_BANG] = ACTIONS(4770), + [anon_sym_suspend] = ACTIONS(4768), + [anon_sym_sealed] = ACTIONS(4768), + [anon_sym_annotation] = ACTIONS(4768), + [anon_sym_data] = ACTIONS(4768), + [anon_sym_inner] = ACTIONS(4768), + [anon_sym_override] = ACTIONS(4768), + [anon_sym_lateinit] = ACTIONS(4768), + [anon_sym_public] = ACTIONS(4768), + [anon_sym_private] = ACTIONS(4768), + [anon_sym_internal] = ACTIONS(4768), + [anon_sym_protected] = ACTIONS(4768), + [anon_sym_tailrec] = ACTIONS(4768), + [anon_sym_operator] = ACTIONS(4768), + [anon_sym_infix] = ACTIONS(4768), + [anon_sym_inline] = ACTIONS(4768), + [anon_sym_external] = ACTIONS(4768), + [sym_property_modifier] = ACTIONS(4768), + [anon_sym_abstract] = ACTIONS(4768), + [anon_sym_final] = ACTIONS(4768), + [anon_sym_open] = ACTIONS(4768), + [anon_sym_vararg] = ACTIONS(4768), + [anon_sym_noinline] = ACTIONS(4768), + [anon_sym_crossinline] = ACTIONS(4768), + [anon_sym_expect] = ACTIONS(4768), + [anon_sym_actual] = ACTIONS(4768), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4770), + [sym__automatic_semicolon] = ACTIONS(4770), + [sym_safe_nav] = ACTIONS(4770), [sym_multiline_comment] = ACTIONS(3), }, [3745] = { - [sym__alpha_identifier] = ACTIONS(4567), - [anon_sym_AT] = ACTIONS(4569), - [anon_sym_LBRACK] = ACTIONS(4569), - [anon_sym_as] = ACTIONS(4567), - [anon_sym_EQ] = ACTIONS(4567), - [anon_sym_LBRACE] = ACTIONS(4569), - [anon_sym_RBRACE] = ACTIONS(4569), - [anon_sym_LPAREN] = ACTIONS(4569), - [anon_sym_COMMA] = ACTIONS(4569), - [anon_sym_LT] = ACTIONS(4567), - [anon_sym_GT] = ACTIONS(4567), - [anon_sym_where] = ACTIONS(4567), - [anon_sym_DOT] = ACTIONS(4567), - [anon_sym_SEMI] = ACTIONS(4569), - [anon_sym_get] = ACTIONS(4567), - [anon_sym_set] = ACTIONS(4567), - [anon_sym_STAR] = ACTIONS(4567), - [sym_label] = ACTIONS(4569), - [anon_sym_in] = ACTIONS(4567), - [anon_sym_DOT_DOT] = ACTIONS(4569), - [anon_sym_QMARK_COLON] = ACTIONS(4569), - [anon_sym_AMP_AMP] = ACTIONS(4569), - [anon_sym_PIPE_PIPE] = ACTIONS(4569), - [anon_sym_else] = ACTIONS(4567), - [anon_sym_COLON_COLON] = ACTIONS(4569), - [anon_sym_PLUS_EQ] = ACTIONS(4569), - [anon_sym_DASH_EQ] = ACTIONS(4569), - [anon_sym_STAR_EQ] = ACTIONS(4569), - [anon_sym_SLASH_EQ] = ACTIONS(4569), - [anon_sym_PERCENT_EQ] = ACTIONS(4569), - [anon_sym_BANG_EQ] = ACTIONS(4567), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4569), - [anon_sym_EQ_EQ] = ACTIONS(4567), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4569), - [anon_sym_LT_EQ] = ACTIONS(4569), - [anon_sym_GT_EQ] = ACTIONS(4569), - [anon_sym_BANGin] = ACTIONS(4569), - [anon_sym_is] = ACTIONS(4567), - [anon_sym_BANGis] = ACTIONS(4569), - [anon_sym_PLUS] = ACTIONS(4567), - [anon_sym_DASH] = ACTIONS(4567), - [anon_sym_SLASH] = ACTIONS(4567), - [anon_sym_PERCENT] = ACTIONS(4567), - [anon_sym_as_QMARK] = ACTIONS(4569), - [anon_sym_PLUS_PLUS] = ACTIONS(4569), - [anon_sym_DASH_DASH] = ACTIONS(4569), - [anon_sym_BANG_BANG] = ACTIONS(4569), - [anon_sym_suspend] = ACTIONS(4567), - [anon_sym_sealed] = ACTIONS(4567), - [anon_sym_annotation] = ACTIONS(4567), - [anon_sym_data] = ACTIONS(4567), - [anon_sym_inner] = ACTIONS(4567), - [anon_sym_override] = ACTIONS(4567), - [anon_sym_lateinit] = ACTIONS(4567), - [anon_sym_public] = ACTIONS(4567), - [anon_sym_private] = ACTIONS(4567), - [anon_sym_internal] = ACTIONS(4567), - [anon_sym_protected] = ACTIONS(4567), - [anon_sym_tailrec] = ACTIONS(4567), - [anon_sym_operator] = ACTIONS(4567), - [anon_sym_infix] = ACTIONS(4567), - [anon_sym_inline] = ACTIONS(4567), - [anon_sym_external] = ACTIONS(4567), - [sym_property_modifier] = ACTIONS(4567), - [anon_sym_abstract] = ACTIONS(4567), - [anon_sym_final] = ACTIONS(4567), - [anon_sym_open] = ACTIONS(4567), - [anon_sym_vararg] = ACTIONS(4567), - [anon_sym_noinline] = ACTIONS(4567), - [anon_sym_crossinline] = ACTIONS(4567), - [anon_sym_expect] = ACTIONS(4567), - [anon_sym_actual] = ACTIONS(4567), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4569), - [sym__automatic_semicolon] = ACTIONS(4569), - [sym_safe_nav] = ACTIONS(4569), + [sym__alpha_identifier] = ACTIONS(4426), + [anon_sym_AT] = ACTIONS(4428), + [anon_sym_LBRACK] = ACTIONS(4428), + [anon_sym_as] = ACTIONS(4426), + [anon_sym_EQ] = ACTIONS(4426), + [anon_sym_LBRACE] = ACTIONS(4428), + [anon_sym_RBRACE] = ACTIONS(4428), + [anon_sym_LPAREN] = ACTIONS(4428), + [anon_sym_COMMA] = ACTIONS(4428), + [anon_sym_LT] = ACTIONS(4426), + [anon_sym_GT] = ACTIONS(4426), + [anon_sym_where] = ACTIONS(4426), + [anon_sym_DOT] = ACTIONS(4426), + [anon_sym_SEMI] = ACTIONS(4428), + [anon_sym_get] = ACTIONS(4426), + [anon_sym_set] = ACTIONS(4426), + [anon_sym_STAR] = ACTIONS(4426), + [sym_label] = ACTIONS(4428), + [anon_sym_in] = ACTIONS(4426), + [anon_sym_DOT_DOT] = ACTIONS(4428), + [anon_sym_QMARK_COLON] = ACTIONS(4428), + [anon_sym_AMP_AMP] = ACTIONS(4428), + [anon_sym_PIPE_PIPE] = ACTIONS(4428), + [anon_sym_else] = ACTIONS(4426), + [anon_sym_COLON_COLON] = ACTIONS(4428), + [anon_sym_PLUS_EQ] = ACTIONS(4428), + [anon_sym_DASH_EQ] = ACTIONS(4428), + [anon_sym_STAR_EQ] = ACTIONS(4428), + [anon_sym_SLASH_EQ] = ACTIONS(4428), + [anon_sym_PERCENT_EQ] = ACTIONS(4428), + [anon_sym_BANG_EQ] = ACTIONS(4426), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4428), + [anon_sym_EQ_EQ] = ACTIONS(4426), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4428), + [anon_sym_LT_EQ] = ACTIONS(4428), + [anon_sym_GT_EQ] = ACTIONS(4428), + [anon_sym_BANGin] = ACTIONS(4428), + [anon_sym_is] = ACTIONS(4426), + [anon_sym_BANGis] = ACTIONS(4428), + [anon_sym_PLUS] = ACTIONS(4426), + [anon_sym_DASH] = ACTIONS(4426), + [anon_sym_SLASH] = ACTIONS(4426), + [anon_sym_PERCENT] = ACTIONS(4426), + [anon_sym_as_QMARK] = ACTIONS(4428), + [anon_sym_PLUS_PLUS] = ACTIONS(4428), + [anon_sym_DASH_DASH] = ACTIONS(4428), + [anon_sym_BANG_BANG] = ACTIONS(4428), + [anon_sym_suspend] = ACTIONS(4426), + [anon_sym_sealed] = ACTIONS(4426), + [anon_sym_annotation] = ACTIONS(4426), + [anon_sym_data] = ACTIONS(4426), + [anon_sym_inner] = ACTIONS(4426), + [anon_sym_override] = ACTIONS(4426), + [anon_sym_lateinit] = ACTIONS(4426), + [anon_sym_public] = ACTIONS(4426), + [anon_sym_private] = ACTIONS(4426), + [anon_sym_internal] = ACTIONS(4426), + [anon_sym_protected] = ACTIONS(4426), + [anon_sym_tailrec] = ACTIONS(4426), + [anon_sym_operator] = ACTIONS(4426), + [anon_sym_infix] = ACTIONS(4426), + [anon_sym_inline] = ACTIONS(4426), + [anon_sym_external] = ACTIONS(4426), + [sym_property_modifier] = ACTIONS(4426), + [anon_sym_abstract] = ACTIONS(4426), + [anon_sym_final] = ACTIONS(4426), + [anon_sym_open] = ACTIONS(4426), + [anon_sym_vararg] = ACTIONS(4426), + [anon_sym_noinline] = ACTIONS(4426), + [anon_sym_crossinline] = ACTIONS(4426), + [anon_sym_expect] = ACTIONS(4426), + [anon_sym_actual] = ACTIONS(4426), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4428), + [sym__automatic_semicolon] = ACTIONS(4428), + [sym_safe_nav] = ACTIONS(4428), [sym_multiline_comment] = ACTIONS(3), }, [3746] = { + [sym__alpha_identifier] = ACTIONS(4748), + [anon_sym_AT] = ACTIONS(4750), + [anon_sym_LBRACK] = ACTIONS(4750), + [anon_sym_as] = ACTIONS(4748), + [anon_sym_EQ] = ACTIONS(4748), + [anon_sym_LBRACE] = ACTIONS(4750), + [anon_sym_RBRACE] = ACTIONS(4750), + [anon_sym_LPAREN] = ACTIONS(4750), + [anon_sym_COMMA] = ACTIONS(4750), + [anon_sym_LT] = ACTIONS(4748), + [anon_sym_GT] = ACTIONS(4748), + [anon_sym_where] = ACTIONS(4748), + [anon_sym_DOT] = ACTIONS(4748), + [anon_sym_SEMI] = ACTIONS(4750), + [anon_sym_get] = ACTIONS(4748), + [anon_sym_set] = ACTIONS(4748), + [anon_sym_STAR] = ACTIONS(4748), + [sym_label] = ACTIONS(4750), + [anon_sym_in] = ACTIONS(4748), + [anon_sym_DOT_DOT] = ACTIONS(4750), + [anon_sym_QMARK_COLON] = ACTIONS(4750), + [anon_sym_AMP_AMP] = ACTIONS(4750), + [anon_sym_PIPE_PIPE] = ACTIONS(4750), + [anon_sym_else] = ACTIONS(4748), + [anon_sym_COLON_COLON] = ACTIONS(4750), + [anon_sym_PLUS_EQ] = ACTIONS(4750), + [anon_sym_DASH_EQ] = ACTIONS(4750), + [anon_sym_STAR_EQ] = ACTIONS(4750), + [anon_sym_SLASH_EQ] = ACTIONS(4750), + [anon_sym_PERCENT_EQ] = ACTIONS(4750), + [anon_sym_BANG_EQ] = ACTIONS(4748), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4750), + [anon_sym_EQ_EQ] = ACTIONS(4748), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4750), + [anon_sym_LT_EQ] = ACTIONS(4750), + [anon_sym_GT_EQ] = ACTIONS(4750), + [anon_sym_BANGin] = ACTIONS(4750), + [anon_sym_is] = ACTIONS(4748), + [anon_sym_BANGis] = ACTIONS(4750), + [anon_sym_PLUS] = ACTIONS(4748), + [anon_sym_DASH] = ACTIONS(4748), + [anon_sym_SLASH] = ACTIONS(4748), + [anon_sym_PERCENT] = ACTIONS(4748), + [anon_sym_as_QMARK] = ACTIONS(4750), + [anon_sym_PLUS_PLUS] = ACTIONS(4750), + [anon_sym_DASH_DASH] = ACTIONS(4750), + [anon_sym_BANG_BANG] = ACTIONS(4750), + [anon_sym_suspend] = ACTIONS(4748), + [anon_sym_sealed] = ACTIONS(4748), + [anon_sym_annotation] = ACTIONS(4748), + [anon_sym_data] = ACTIONS(4748), + [anon_sym_inner] = ACTIONS(4748), + [anon_sym_override] = ACTIONS(4748), + [anon_sym_lateinit] = ACTIONS(4748), + [anon_sym_public] = ACTIONS(4748), + [anon_sym_private] = ACTIONS(4748), + [anon_sym_internal] = ACTIONS(4748), + [anon_sym_protected] = ACTIONS(4748), + [anon_sym_tailrec] = ACTIONS(4748), + [anon_sym_operator] = ACTIONS(4748), + [anon_sym_infix] = ACTIONS(4748), + [anon_sym_inline] = ACTIONS(4748), + [anon_sym_external] = ACTIONS(4748), + [sym_property_modifier] = ACTIONS(4748), + [anon_sym_abstract] = ACTIONS(4748), + [anon_sym_final] = ACTIONS(4748), + [anon_sym_open] = ACTIONS(4748), + [anon_sym_vararg] = ACTIONS(4748), + [anon_sym_noinline] = ACTIONS(4748), + [anon_sym_crossinline] = ACTIONS(4748), + [anon_sym_expect] = ACTIONS(4748), + [anon_sym_actual] = ACTIONS(4748), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4750), + [sym__automatic_semicolon] = ACTIONS(4750), + [sym_safe_nav] = ACTIONS(4750), + [sym_multiline_comment] = ACTIONS(3), + }, + [3747] = { + [sym__alpha_identifier] = ACTIONS(4983), + [anon_sym_AT] = ACTIONS(4985), + [anon_sym_LBRACK] = ACTIONS(4985), + [anon_sym_as] = ACTIONS(4983), + [anon_sym_EQ] = ACTIONS(4983), + [anon_sym_LBRACE] = ACTIONS(4985), + [anon_sym_RBRACE] = ACTIONS(4985), + [anon_sym_LPAREN] = ACTIONS(4985), + [anon_sym_COMMA] = ACTIONS(4985), + [anon_sym_LT] = ACTIONS(4983), + [anon_sym_GT] = ACTIONS(4983), + [anon_sym_where] = ACTIONS(4983), + [anon_sym_DOT] = ACTIONS(4983), + [anon_sym_SEMI] = ACTIONS(4985), + [anon_sym_get] = ACTIONS(4983), + [anon_sym_set] = ACTIONS(4983), + [anon_sym_STAR] = ACTIONS(4983), + [sym_label] = ACTIONS(4985), + [anon_sym_in] = ACTIONS(4983), + [anon_sym_DOT_DOT] = ACTIONS(4985), + [anon_sym_QMARK_COLON] = ACTIONS(4985), + [anon_sym_AMP_AMP] = ACTIONS(4985), + [anon_sym_PIPE_PIPE] = ACTIONS(4985), + [anon_sym_else] = ACTIONS(4983), + [anon_sym_COLON_COLON] = ACTIONS(4985), + [anon_sym_PLUS_EQ] = ACTIONS(4985), + [anon_sym_DASH_EQ] = ACTIONS(4985), + [anon_sym_STAR_EQ] = ACTIONS(4985), + [anon_sym_SLASH_EQ] = ACTIONS(4985), + [anon_sym_PERCENT_EQ] = ACTIONS(4985), + [anon_sym_BANG_EQ] = ACTIONS(4983), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4985), + [anon_sym_EQ_EQ] = ACTIONS(4983), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4985), + [anon_sym_LT_EQ] = ACTIONS(4985), + [anon_sym_GT_EQ] = ACTIONS(4985), + [anon_sym_BANGin] = ACTIONS(4985), + [anon_sym_is] = ACTIONS(4983), + [anon_sym_BANGis] = ACTIONS(4985), + [anon_sym_PLUS] = ACTIONS(4983), + [anon_sym_DASH] = ACTIONS(4983), + [anon_sym_SLASH] = ACTIONS(4983), + [anon_sym_PERCENT] = ACTIONS(4983), + [anon_sym_as_QMARK] = ACTIONS(4985), + [anon_sym_PLUS_PLUS] = ACTIONS(4985), + [anon_sym_DASH_DASH] = ACTIONS(4985), + [anon_sym_BANG_BANG] = ACTIONS(4985), + [anon_sym_suspend] = ACTIONS(4983), + [anon_sym_sealed] = ACTIONS(4983), + [anon_sym_annotation] = ACTIONS(4983), + [anon_sym_data] = ACTIONS(4983), + [anon_sym_inner] = ACTIONS(4983), + [anon_sym_override] = ACTIONS(4983), + [anon_sym_lateinit] = ACTIONS(4983), + [anon_sym_public] = ACTIONS(4983), + [anon_sym_private] = ACTIONS(4983), + [anon_sym_internal] = ACTIONS(4983), + [anon_sym_protected] = ACTIONS(4983), + [anon_sym_tailrec] = ACTIONS(4983), + [anon_sym_operator] = ACTIONS(4983), + [anon_sym_infix] = ACTIONS(4983), + [anon_sym_inline] = ACTIONS(4983), + [anon_sym_external] = ACTIONS(4983), + [sym_property_modifier] = ACTIONS(4983), + [anon_sym_abstract] = ACTIONS(4983), + [anon_sym_final] = ACTIONS(4983), + [anon_sym_open] = ACTIONS(4983), + [anon_sym_vararg] = ACTIONS(4983), + [anon_sym_noinline] = ACTIONS(4983), + [anon_sym_crossinline] = ACTIONS(4983), + [anon_sym_expect] = ACTIONS(4983), + [anon_sym_actual] = ACTIONS(4983), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4985), + [sym__automatic_semicolon] = ACTIONS(4985), + [sym_safe_nav] = ACTIONS(4985), + [sym_multiline_comment] = ACTIONS(3), + }, + [3748] = { + [sym__alpha_identifier] = ACTIONS(4907), + [anon_sym_AT] = ACTIONS(4909), + [anon_sym_LBRACK] = ACTIONS(4909), + [anon_sym_as] = ACTIONS(4907), + [anon_sym_EQ] = ACTIONS(4907), + [anon_sym_LBRACE] = ACTIONS(4909), + [anon_sym_RBRACE] = ACTIONS(4909), + [anon_sym_LPAREN] = ACTIONS(4909), + [anon_sym_COMMA] = ACTIONS(4909), + [anon_sym_LT] = ACTIONS(4907), + [anon_sym_GT] = ACTIONS(4907), + [anon_sym_where] = ACTIONS(4907), + [anon_sym_DOT] = ACTIONS(4907), + [anon_sym_SEMI] = ACTIONS(4909), + [anon_sym_get] = ACTIONS(4907), + [anon_sym_set] = ACTIONS(4907), + [anon_sym_STAR] = ACTIONS(4907), + [sym_label] = ACTIONS(4909), + [anon_sym_in] = ACTIONS(4907), + [anon_sym_DOT_DOT] = ACTIONS(4909), + [anon_sym_QMARK_COLON] = ACTIONS(4909), + [anon_sym_AMP_AMP] = ACTIONS(4909), + [anon_sym_PIPE_PIPE] = ACTIONS(4909), + [anon_sym_else] = ACTIONS(4907), + [anon_sym_COLON_COLON] = ACTIONS(4909), + [anon_sym_PLUS_EQ] = ACTIONS(4909), + [anon_sym_DASH_EQ] = ACTIONS(4909), + [anon_sym_STAR_EQ] = ACTIONS(4909), + [anon_sym_SLASH_EQ] = ACTIONS(4909), + [anon_sym_PERCENT_EQ] = ACTIONS(4909), + [anon_sym_BANG_EQ] = ACTIONS(4907), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4909), + [anon_sym_EQ_EQ] = ACTIONS(4907), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4909), + [anon_sym_LT_EQ] = ACTIONS(4909), + [anon_sym_GT_EQ] = ACTIONS(4909), + [anon_sym_BANGin] = ACTIONS(4909), + [anon_sym_is] = ACTIONS(4907), + [anon_sym_BANGis] = ACTIONS(4909), + [anon_sym_PLUS] = ACTIONS(4907), + [anon_sym_DASH] = ACTIONS(4907), + [anon_sym_SLASH] = ACTIONS(4907), + [anon_sym_PERCENT] = ACTIONS(4907), + [anon_sym_as_QMARK] = ACTIONS(4909), + [anon_sym_PLUS_PLUS] = ACTIONS(4909), + [anon_sym_DASH_DASH] = ACTIONS(4909), + [anon_sym_BANG_BANG] = ACTIONS(4909), + [anon_sym_suspend] = ACTIONS(4907), + [anon_sym_sealed] = ACTIONS(4907), + [anon_sym_annotation] = ACTIONS(4907), + [anon_sym_data] = ACTIONS(4907), + [anon_sym_inner] = ACTIONS(4907), + [anon_sym_override] = ACTIONS(4907), + [anon_sym_lateinit] = ACTIONS(4907), + [anon_sym_public] = ACTIONS(4907), + [anon_sym_private] = ACTIONS(4907), + [anon_sym_internal] = ACTIONS(4907), + [anon_sym_protected] = ACTIONS(4907), + [anon_sym_tailrec] = ACTIONS(4907), + [anon_sym_operator] = ACTIONS(4907), + [anon_sym_infix] = ACTIONS(4907), + [anon_sym_inline] = ACTIONS(4907), + [anon_sym_external] = ACTIONS(4907), + [sym_property_modifier] = ACTIONS(4907), + [anon_sym_abstract] = ACTIONS(4907), + [anon_sym_final] = ACTIONS(4907), + [anon_sym_open] = ACTIONS(4907), + [anon_sym_vararg] = ACTIONS(4907), + [anon_sym_noinline] = ACTIONS(4907), + [anon_sym_crossinline] = ACTIONS(4907), + [anon_sym_expect] = ACTIONS(4907), + [anon_sym_actual] = ACTIONS(4907), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4909), + [sym__automatic_semicolon] = ACTIONS(4909), + [sym_safe_nav] = ACTIONS(4909), + [sym_multiline_comment] = ACTIONS(3), + }, + [3749] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(1624), + [sym__comparison_operator] = STATE(2064), + [sym__in_operator] = STATE(1691), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(1828), + [sym__multiplicative_operator] = STATE(1968), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2056), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), + [sym__alpha_identifier] = ACTIONS(3011), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), + [anon_sym_EQ] = ACTIONS(3011), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_RBRACE] = ACTIONS(3013), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_RPAREN] = ACTIONS(3013), + [anon_sym_LT] = ACTIONS(3015), + [anon_sym_GT] = ACTIONS(3011), + [anon_sym_DOT] = ACTIONS(6409), + [anon_sym_SEMI] = ACTIONS(3013), + [anon_sym_get] = ACTIONS(3011), + [anon_sym_set] = ACTIONS(3011), + [anon_sym_STAR] = ACTIONS(3011), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(3011), + [anon_sym_while] = ACTIONS(3011), + [anon_sym_DOT_DOT] = ACTIONS(3013), + [anon_sym_QMARK_COLON] = ACTIONS(3013), + [anon_sym_AMP_AMP] = ACTIONS(3013), + [anon_sym_PIPE_PIPE] = ACTIONS(3013), + [anon_sym_else] = ACTIONS(3011), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_PLUS_EQ] = ACTIONS(3013), + [anon_sym_DASH_EQ] = ACTIONS(3013), + [anon_sym_STAR_EQ] = ACTIONS(3013), + [anon_sym_SLASH_EQ] = ACTIONS(3013), + [anon_sym_PERCENT_EQ] = ACTIONS(3013), + [anon_sym_BANG_EQ] = ACTIONS(3011), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3013), + [anon_sym_EQ_EQ] = ACTIONS(3011), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3013), + [anon_sym_LT_EQ] = ACTIONS(3013), + [anon_sym_GT_EQ] = ACTIONS(3013), + [anon_sym_BANGin] = ACTIONS(3013), + [anon_sym_is] = ACTIONS(3011), + [anon_sym_BANGis] = ACTIONS(3013), + [anon_sym_PLUS] = ACTIONS(3011), + [anon_sym_DASH] = ACTIONS(3011), + [anon_sym_SLASH] = ACTIONS(3011), + [anon_sym_PERCENT] = ACTIONS(3011), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), + [anon_sym_data] = ACTIONS(3011), + [anon_sym_inner] = ACTIONS(3011), + [anon_sym_expect] = ACTIONS(3011), + [anon_sym_actual] = ACTIONS(3011), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3013), + [sym_safe_nav] = ACTIONS(6425), + [sym_multiline_comment] = ACTIONS(3), + }, + [3750] = { [sym__alpha_identifier] = ACTIONS(5031), [anon_sym_AT] = ACTIONS(5033), [anon_sym_LBRACK] = ACTIONS(5033), @@ -402492,560 +402976,1350 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_safe_nav] = ACTIONS(5033), [sym_multiline_comment] = ACTIONS(3), }, - [3747] = { - [sym__alpha_identifier] = ACTIONS(4722), - [anon_sym_AT] = ACTIONS(4724), - [anon_sym_LBRACK] = ACTIONS(4724), - [anon_sym_as] = ACTIONS(4722), - [anon_sym_EQ] = ACTIONS(4722), - [anon_sym_LBRACE] = ACTIONS(4724), - [anon_sym_RBRACE] = ACTIONS(4724), - [anon_sym_LPAREN] = ACTIONS(4724), - [anon_sym_COMMA] = ACTIONS(4724), - [anon_sym_LT] = ACTIONS(4722), - [anon_sym_GT] = ACTIONS(4722), - [anon_sym_where] = ACTIONS(4722), - [anon_sym_DOT] = ACTIONS(4722), - [anon_sym_SEMI] = ACTIONS(4724), - [anon_sym_get] = ACTIONS(4722), - [anon_sym_set] = ACTIONS(4722), - [anon_sym_STAR] = ACTIONS(4722), - [sym_label] = ACTIONS(4724), - [anon_sym_in] = ACTIONS(4722), - [anon_sym_DOT_DOT] = ACTIONS(4724), - [anon_sym_QMARK_COLON] = ACTIONS(4724), - [anon_sym_AMP_AMP] = ACTIONS(4724), - [anon_sym_PIPE_PIPE] = ACTIONS(4724), - [anon_sym_else] = ACTIONS(4722), - [anon_sym_COLON_COLON] = ACTIONS(4724), - [anon_sym_PLUS_EQ] = ACTIONS(4724), - [anon_sym_DASH_EQ] = ACTIONS(4724), - [anon_sym_STAR_EQ] = ACTIONS(4724), - [anon_sym_SLASH_EQ] = ACTIONS(4724), - [anon_sym_PERCENT_EQ] = ACTIONS(4724), - [anon_sym_BANG_EQ] = ACTIONS(4722), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4724), - [anon_sym_EQ_EQ] = ACTIONS(4722), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4724), - [anon_sym_LT_EQ] = ACTIONS(4724), - [anon_sym_GT_EQ] = ACTIONS(4724), - [anon_sym_BANGin] = ACTIONS(4724), - [anon_sym_is] = ACTIONS(4722), - [anon_sym_BANGis] = ACTIONS(4724), - [anon_sym_PLUS] = ACTIONS(4722), - [anon_sym_DASH] = ACTIONS(4722), - [anon_sym_SLASH] = ACTIONS(4722), - [anon_sym_PERCENT] = ACTIONS(4722), - [anon_sym_as_QMARK] = ACTIONS(4724), - [anon_sym_PLUS_PLUS] = ACTIONS(4724), - [anon_sym_DASH_DASH] = ACTIONS(4724), - [anon_sym_BANG_BANG] = ACTIONS(4724), - [anon_sym_suspend] = ACTIONS(4722), - [anon_sym_sealed] = ACTIONS(4722), - [anon_sym_annotation] = ACTIONS(4722), - [anon_sym_data] = ACTIONS(4722), - [anon_sym_inner] = ACTIONS(4722), - [anon_sym_override] = ACTIONS(4722), - [anon_sym_lateinit] = ACTIONS(4722), - [anon_sym_public] = ACTIONS(4722), - [anon_sym_private] = ACTIONS(4722), - [anon_sym_internal] = ACTIONS(4722), - [anon_sym_protected] = ACTIONS(4722), - [anon_sym_tailrec] = ACTIONS(4722), - [anon_sym_operator] = ACTIONS(4722), - [anon_sym_infix] = ACTIONS(4722), - [anon_sym_inline] = ACTIONS(4722), - [anon_sym_external] = ACTIONS(4722), - [sym_property_modifier] = ACTIONS(4722), - [anon_sym_abstract] = ACTIONS(4722), - [anon_sym_final] = ACTIONS(4722), - [anon_sym_open] = ACTIONS(4722), - [anon_sym_vararg] = ACTIONS(4722), - [anon_sym_noinline] = ACTIONS(4722), - [anon_sym_crossinline] = ACTIONS(4722), - [anon_sym_expect] = ACTIONS(4722), - [anon_sym_actual] = ACTIONS(4722), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4724), - [sym__automatic_semicolon] = ACTIONS(4724), - [sym_safe_nav] = ACTIONS(4724), + [3751] = { + [sym__alpha_identifier] = ACTIONS(5027), + [anon_sym_AT] = ACTIONS(5029), + [anon_sym_LBRACK] = ACTIONS(5029), + [anon_sym_as] = ACTIONS(5027), + [anon_sym_EQ] = ACTIONS(5027), + [anon_sym_LBRACE] = ACTIONS(5029), + [anon_sym_RBRACE] = ACTIONS(5029), + [anon_sym_LPAREN] = ACTIONS(5029), + [anon_sym_COMMA] = ACTIONS(5029), + [anon_sym_LT] = ACTIONS(5027), + [anon_sym_GT] = ACTIONS(5027), + [anon_sym_where] = ACTIONS(5027), + [anon_sym_DOT] = ACTIONS(5027), + [anon_sym_SEMI] = ACTIONS(5029), + [anon_sym_get] = ACTIONS(5027), + [anon_sym_set] = ACTIONS(5027), + [anon_sym_STAR] = ACTIONS(5027), + [sym_label] = ACTIONS(5029), + [anon_sym_in] = ACTIONS(5027), + [anon_sym_DOT_DOT] = ACTIONS(5029), + [anon_sym_QMARK_COLON] = ACTIONS(5029), + [anon_sym_AMP_AMP] = ACTIONS(5029), + [anon_sym_PIPE_PIPE] = ACTIONS(5029), + [anon_sym_else] = ACTIONS(5027), + [anon_sym_COLON_COLON] = ACTIONS(5029), + [anon_sym_PLUS_EQ] = ACTIONS(5029), + [anon_sym_DASH_EQ] = ACTIONS(5029), + [anon_sym_STAR_EQ] = ACTIONS(5029), + [anon_sym_SLASH_EQ] = ACTIONS(5029), + [anon_sym_PERCENT_EQ] = ACTIONS(5029), + [anon_sym_BANG_EQ] = ACTIONS(5027), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5029), + [anon_sym_EQ_EQ] = ACTIONS(5027), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5029), + [anon_sym_LT_EQ] = ACTIONS(5029), + [anon_sym_GT_EQ] = ACTIONS(5029), + [anon_sym_BANGin] = ACTIONS(5029), + [anon_sym_is] = ACTIONS(5027), + [anon_sym_BANGis] = ACTIONS(5029), + [anon_sym_PLUS] = ACTIONS(5027), + [anon_sym_DASH] = ACTIONS(5027), + [anon_sym_SLASH] = ACTIONS(5027), + [anon_sym_PERCENT] = ACTIONS(5027), + [anon_sym_as_QMARK] = ACTIONS(5029), + [anon_sym_PLUS_PLUS] = ACTIONS(5029), + [anon_sym_DASH_DASH] = ACTIONS(5029), + [anon_sym_BANG_BANG] = ACTIONS(5029), + [anon_sym_suspend] = ACTIONS(5027), + [anon_sym_sealed] = ACTIONS(5027), + [anon_sym_annotation] = ACTIONS(5027), + [anon_sym_data] = ACTIONS(5027), + [anon_sym_inner] = ACTIONS(5027), + [anon_sym_override] = ACTIONS(5027), + [anon_sym_lateinit] = ACTIONS(5027), + [anon_sym_public] = ACTIONS(5027), + [anon_sym_private] = ACTIONS(5027), + [anon_sym_internal] = ACTIONS(5027), + [anon_sym_protected] = ACTIONS(5027), + [anon_sym_tailrec] = ACTIONS(5027), + [anon_sym_operator] = ACTIONS(5027), + [anon_sym_infix] = ACTIONS(5027), + [anon_sym_inline] = ACTIONS(5027), + [anon_sym_external] = ACTIONS(5027), + [sym_property_modifier] = ACTIONS(5027), + [anon_sym_abstract] = ACTIONS(5027), + [anon_sym_final] = ACTIONS(5027), + [anon_sym_open] = ACTIONS(5027), + [anon_sym_vararg] = ACTIONS(5027), + [anon_sym_noinline] = ACTIONS(5027), + [anon_sym_crossinline] = ACTIONS(5027), + [anon_sym_expect] = ACTIONS(5027), + [anon_sym_actual] = ACTIONS(5027), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5029), + [sym__automatic_semicolon] = ACTIONS(5029), + [sym_safe_nav] = ACTIONS(5029), [sym_multiline_comment] = ACTIONS(3), }, - [3748] = { - [sym__alpha_identifier] = ACTIONS(4989), - [anon_sym_AT] = ACTIONS(4991), - [anon_sym_LBRACK] = ACTIONS(4991), - [anon_sym_as] = ACTIONS(4989), - [anon_sym_EQ] = ACTIONS(4989), - [anon_sym_LBRACE] = ACTIONS(4991), - [anon_sym_RBRACE] = ACTIONS(4991), - [anon_sym_LPAREN] = ACTIONS(4991), - [anon_sym_COMMA] = ACTIONS(4991), - [anon_sym_LT] = ACTIONS(4989), - [anon_sym_GT] = ACTIONS(4989), - [anon_sym_where] = ACTIONS(4989), - [anon_sym_DOT] = ACTIONS(4989), - [anon_sym_SEMI] = ACTIONS(4991), - [anon_sym_get] = ACTIONS(4989), - [anon_sym_set] = ACTIONS(4989), - [anon_sym_STAR] = ACTIONS(4989), - [sym_label] = ACTIONS(4991), - [anon_sym_in] = ACTIONS(4989), - [anon_sym_DOT_DOT] = ACTIONS(4991), - [anon_sym_QMARK_COLON] = ACTIONS(4991), - [anon_sym_AMP_AMP] = ACTIONS(4991), - [anon_sym_PIPE_PIPE] = ACTIONS(4991), - [anon_sym_else] = ACTIONS(4989), - [anon_sym_COLON_COLON] = ACTIONS(4991), - [anon_sym_PLUS_EQ] = ACTIONS(4991), - [anon_sym_DASH_EQ] = ACTIONS(4991), - [anon_sym_STAR_EQ] = ACTIONS(4991), - [anon_sym_SLASH_EQ] = ACTIONS(4991), - [anon_sym_PERCENT_EQ] = ACTIONS(4991), - [anon_sym_BANG_EQ] = ACTIONS(4989), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4991), - [anon_sym_EQ_EQ] = ACTIONS(4989), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4991), - [anon_sym_LT_EQ] = ACTIONS(4991), - [anon_sym_GT_EQ] = ACTIONS(4991), - [anon_sym_BANGin] = ACTIONS(4991), - [anon_sym_is] = ACTIONS(4989), - [anon_sym_BANGis] = ACTIONS(4991), - [anon_sym_PLUS] = ACTIONS(4989), - [anon_sym_DASH] = ACTIONS(4989), - [anon_sym_SLASH] = ACTIONS(4989), - [anon_sym_PERCENT] = ACTIONS(4989), - [anon_sym_as_QMARK] = ACTIONS(4991), - [anon_sym_PLUS_PLUS] = ACTIONS(4991), - [anon_sym_DASH_DASH] = ACTIONS(4991), - [anon_sym_BANG_BANG] = ACTIONS(4991), - [anon_sym_suspend] = ACTIONS(4989), - [anon_sym_sealed] = ACTIONS(4989), - [anon_sym_annotation] = ACTIONS(4989), - [anon_sym_data] = ACTIONS(4989), - [anon_sym_inner] = ACTIONS(4989), - [anon_sym_override] = ACTIONS(4989), - [anon_sym_lateinit] = ACTIONS(4989), - [anon_sym_public] = ACTIONS(4989), - [anon_sym_private] = ACTIONS(4989), - [anon_sym_internal] = ACTIONS(4989), - [anon_sym_protected] = ACTIONS(4989), - [anon_sym_tailrec] = ACTIONS(4989), - [anon_sym_operator] = ACTIONS(4989), - [anon_sym_infix] = ACTIONS(4989), - [anon_sym_inline] = ACTIONS(4989), - [anon_sym_external] = ACTIONS(4989), - [sym_property_modifier] = ACTIONS(4989), - [anon_sym_abstract] = ACTIONS(4989), - [anon_sym_final] = ACTIONS(4989), - [anon_sym_open] = ACTIONS(4989), - [anon_sym_vararg] = ACTIONS(4989), - [anon_sym_noinline] = ACTIONS(4989), - [anon_sym_crossinline] = ACTIONS(4989), - [anon_sym_expect] = ACTIONS(4989), - [anon_sym_actual] = ACTIONS(4989), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4991), - [sym__automatic_semicolon] = ACTIONS(4991), - [sym_safe_nav] = ACTIONS(4991), + [3752] = { + [sym__alpha_identifier] = ACTIONS(4231), + [anon_sym_AT] = ACTIONS(4233), + [anon_sym_LBRACK] = ACTIONS(4233), + [anon_sym_as] = ACTIONS(4231), + [anon_sym_EQ] = ACTIONS(4231), + [anon_sym_LBRACE] = ACTIONS(4233), + [anon_sym_RBRACE] = ACTIONS(4233), + [anon_sym_LPAREN] = ACTIONS(4233), + [anon_sym_COMMA] = ACTIONS(4233), + [anon_sym_LT] = ACTIONS(4231), + [anon_sym_GT] = ACTIONS(4231), + [anon_sym_where] = ACTIONS(4231), + [anon_sym_DOT] = ACTIONS(4231), + [anon_sym_SEMI] = ACTIONS(4233), + [anon_sym_get] = ACTIONS(4231), + [anon_sym_set] = ACTIONS(4231), + [anon_sym_STAR] = ACTIONS(4231), + [sym_label] = ACTIONS(4233), + [anon_sym_in] = ACTIONS(4231), + [anon_sym_DOT_DOT] = ACTIONS(4233), + [anon_sym_QMARK_COLON] = ACTIONS(4233), + [anon_sym_AMP_AMP] = ACTIONS(4233), + [anon_sym_PIPE_PIPE] = ACTIONS(4233), + [anon_sym_else] = ACTIONS(4231), + [anon_sym_COLON_COLON] = ACTIONS(4233), + [anon_sym_PLUS_EQ] = ACTIONS(4233), + [anon_sym_DASH_EQ] = ACTIONS(4233), + [anon_sym_STAR_EQ] = ACTIONS(4233), + [anon_sym_SLASH_EQ] = ACTIONS(4233), + [anon_sym_PERCENT_EQ] = ACTIONS(4233), + [anon_sym_BANG_EQ] = ACTIONS(4231), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4233), + [anon_sym_EQ_EQ] = ACTIONS(4231), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4233), + [anon_sym_LT_EQ] = ACTIONS(4233), + [anon_sym_GT_EQ] = ACTIONS(4233), + [anon_sym_BANGin] = ACTIONS(4233), + [anon_sym_is] = ACTIONS(4231), + [anon_sym_BANGis] = ACTIONS(4233), + [anon_sym_PLUS] = ACTIONS(4231), + [anon_sym_DASH] = ACTIONS(4231), + [anon_sym_SLASH] = ACTIONS(4231), + [anon_sym_PERCENT] = ACTIONS(4231), + [anon_sym_as_QMARK] = ACTIONS(4233), + [anon_sym_PLUS_PLUS] = ACTIONS(4233), + [anon_sym_DASH_DASH] = ACTIONS(4233), + [anon_sym_BANG_BANG] = ACTIONS(4233), + [anon_sym_suspend] = ACTIONS(4231), + [anon_sym_sealed] = ACTIONS(4231), + [anon_sym_annotation] = ACTIONS(4231), + [anon_sym_data] = ACTIONS(4231), + [anon_sym_inner] = ACTIONS(4231), + [anon_sym_override] = ACTIONS(4231), + [anon_sym_lateinit] = ACTIONS(4231), + [anon_sym_public] = ACTIONS(4231), + [anon_sym_private] = ACTIONS(4231), + [anon_sym_internal] = ACTIONS(4231), + [anon_sym_protected] = ACTIONS(4231), + [anon_sym_tailrec] = ACTIONS(4231), + [anon_sym_operator] = ACTIONS(4231), + [anon_sym_infix] = ACTIONS(4231), + [anon_sym_inline] = ACTIONS(4231), + [anon_sym_external] = ACTIONS(4231), + [sym_property_modifier] = ACTIONS(4231), + [anon_sym_abstract] = ACTIONS(4231), + [anon_sym_final] = ACTIONS(4231), + [anon_sym_open] = ACTIONS(4231), + [anon_sym_vararg] = ACTIONS(4231), + [anon_sym_noinline] = ACTIONS(4231), + [anon_sym_crossinline] = ACTIONS(4231), + [anon_sym_expect] = ACTIONS(4231), + [anon_sym_actual] = ACTIONS(4231), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4233), + [sym__automatic_semicolon] = ACTIONS(4233), + [sym_safe_nav] = ACTIONS(4233), [sym_multiline_comment] = ACTIONS(3), }, - [3749] = { - [sym__alpha_identifier] = ACTIONS(4985), - [anon_sym_AT] = ACTIONS(4987), - [anon_sym_LBRACK] = ACTIONS(4987), - [anon_sym_as] = ACTIONS(4985), - [anon_sym_EQ] = ACTIONS(4985), - [anon_sym_LBRACE] = ACTIONS(4987), - [anon_sym_RBRACE] = ACTIONS(4987), - [anon_sym_LPAREN] = ACTIONS(4987), - [anon_sym_COMMA] = ACTIONS(4987), - [anon_sym_LT] = ACTIONS(4985), - [anon_sym_GT] = ACTIONS(4985), - [anon_sym_where] = ACTIONS(4985), - [anon_sym_DOT] = ACTIONS(4985), - [anon_sym_SEMI] = ACTIONS(4987), - [anon_sym_get] = ACTIONS(4985), - [anon_sym_set] = ACTIONS(4985), - [anon_sym_STAR] = ACTIONS(4985), - [sym_label] = ACTIONS(4987), - [anon_sym_in] = ACTIONS(4985), - [anon_sym_DOT_DOT] = ACTIONS(4987), - [anon_sym_QMARK_COLON] = ACTIONS(4987), - [anon_sym_AMP_AMP] = ACTIONS(4987), - [anon_sym_PIPE_PIPE] = ACTIONS(4987), - [anon_sym_else] = ACTIONS(4985), - [anon_sym_COLON_COLON] = ACTIONS(4987), - [anon_sym_PLUS_EQ] = ACTIONS(4987), - [anon_sym_DASH_EQ] = ACTIONS(4987), - [anon_sym_STAR_EQ] = ACTIONS(4987), - [anon_sym_SLASH_EQ] = ACTIONS(4987), - [anon_sym_PERCENT_EQ] = ACTIONS(4987), - [anon_sym_BANG_EQ] = ACTIONS(4985), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4987), - [anon_sym_EQ_EQ] = ACTIONS(4985), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4987), - [anon_sym_LT_EQ] = ACTIONS(4987), - [anon_sym_GT_EQ] = ACTIONS(4987), - [anon_sym_BANGin] = ACTIONS(4987), - [anon_sym_is] = ACTIONS(4985), - [anon_sym_BANGis] = ACTIONS(4987), - [anon_sym_PLUS] = ACTIONS(4985), - [anon_sym_DASH] = ACTIONS(4985), - [anon_sym_SLASH] = ACTIONS(4985), - [anon_sym_PERCENT] = ACTIONS(4985), - [anon_sym_as_QMARK] = ACTIONS(4987), - [anon_sym_PLUS_PLUS] = ACTIONS(4987), - [anon_sym_DASH_DASH] = ACTIONS(4987), - [anon_sym_BANG_BANG] = ACTIONS(4987), - [anon_sym_suspend] = ACTIONS(4985), - [anon_sym_sealed] = ACTIONS(4985), - [anon_sym_annotation] = ACTIONS(4985), - [anon_sym_data] = ACTIONS(4985), - [anon_sym_inner] = ACTIONS(4985), - [anon_sym_override] = ACTIONS(4985), - [anon_sym_lateinit] = ACTIONS(4985), - [anon_sym_public] = ACTIONS(4985), - [anon_sym_private] = ACTIONS(4985), - [anon_sym_internal] = ACTIONS(4985), - [anon_sym_protected] = ACTIONS(4985), - [anon_sym_tailrec] = ACTIONS(4985), - [anon_sym_operator] = ACTIONS(4985), - [anon_sym_infix] = ACTIONS(4985), - [anon_sym_inline] = ACTIONS(4985), - [anon_sym_external] = ACTIONS(4985), - [sym_property_modifier] = ACTIONS(4985), - [anon_sym_abstract] = ACTIONS(4985), - [anon_sym_final] = ACTIONS(4985), - [anon_sym_open] = ACTIONS(4985), - [anon_sym_vararg] = ACTIONS(4985), - [anon_sym_noinline] = ACTIONS(4985), - [anon_sym_crossinline] = ACTIONS(4985), - [anon_sym_expect] = ACTIONS(4985), - [anon_sym_actual] = ACTIONS(4985), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4987), - [sym__automatic_semicolon] = ACTIONS(4987), - [sym_safe_nav] = ACTIONS(4987), + [3753] = { + [sym__alpha_identifier] = ACTIONS(4285), + [anon_sym_AT] = ACTIONS(4288), + [anon_sym_LBRACK] = ACTIONS(4288), + [anon_sym_as] = ACTIONS(4285), + [anon_sym_EQ] = ACTIONS(3943), + [anon_sym_LBRACE] = ACTIONS(4288), + [anon_sym_RBRACE] = ACTIONS(4288), + [anon_sym_LPAREN] = ACTIONS(5641), + [anon_sym_COMMA] = ACTIONS(4288), + [anon_sym_LT] = ACTIONS(4285), + [anon_sym_GT] = ACTIONS(4285), + [anon_sym_where] = ACTIONS(4285), + [anon_sym_DOT] = ACTIONS(4285), + [anon_sym_SEMI] = ACTIONS(4288), + [anon_sym_get] = ACTIONS(4285), + [anon_sym_set] = ACTIONS(4285), + [anon_sym_STAR] = ACTIONS(4285), + [sym_label] = ACTIONS(4288), + [anon_sym_in] = ACTIONS(4285), + [anon_sym_DOT_DOT] = ACTIONS(4288), + [anon_sym_QMARK_COLON] = ACTIONS(4288), + [anon_sym_AMP_AMP] = ACTIONS(4288), + [anon_sym_PIPE_PIPE] = ACTIONS(4288), + [anon_sym_else] = ACTIONS(4285), + [anon_sym_COLON_COLON] = ACTIONS(4288), + [anon_sym_PLUS_EQ] = ACTIONS(3948), + [anon_sym_DASH_EQ] = ACTIONS(3948), + [anon_sym_STAR_EQ] = ACTIONS(3948), + [anon_sym_SLASH_EQ] = ACTIONS(3948), + [anon_sym_PERCENT_EQ] = ACTIONS(3948), + [anon_sym_BANG_EQ] = ACTIONS(4285), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4288), + [anon_sym_EQ_EQ] = ACTIONS(4285), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4288), + [anon_sym_LT_EQ] = ACTIONS(4288), + [anon_sym_GT_EQ] = ACTIONS(4288), + [anon_sym_BANGin] = ACTIONS(4288), + [anon_sym_is] = ACTIONS(4285), + [anon_sym_BANGis] = ACTIONS(4288), + [anon_sym_PLUS] = ACTIONS(4285), + [anon_sym_DASH] = ACTIONS(4285), + [anon_sym_SLASH] = ACTIONS(4285), + [anon_sym_PERCENT] = ACTIONS(4285), + [anon_sym_as_QMARK] = ACTIONS(4288), + [anon_sym_PLUS_PLUS] = ACTIONS(4288), + [anon_sym_DASH_DASH] = ACTIONS(4288), + [anon_sym_BANG_BANG] = ACTIONS(4288), + [anon_sym_suspend] = ACTIONS(4285), + [anon_sym_sealed] = ACTIONS(4285), + [anon_sym_annotation] = ACTIONS(4285), + [anon_sym_data] = ACTIONS(4285), + [anon_sym_inner] = ACTIONS(4285), + [anon_sym_override] = ACTIONS(4285), + [anon_sym_lateinit] = ACTIONS(4285), + [anon_sym_public] = ACTIONS(4285), + [anon_sym_private] = ACTIONS(4285), + [anon_sym_internal] = ACTIONS(4285), + [anon_sym_protected] = ACTIONS(4285), + [anon_sym_tailrec] = ACTIONS(4285), + [anon_sym_operator] = ACTIONS(4285), + [anon_sym_infix] = ACTIONS(4285), + [anon_sym_inline] = ACTIONS(4285), + [anon_sym_external] = ACTIONS(4285), + [sym_property_modifier] = ACTIONS(4285), + [anon_sym_abstract] = ACTIONS(4285), + [anon_sym_final] = ACTIONS(4285), + [anon_sym_open] = ACTIONS(4285), + [anon_sym_vararg] = ACTIONS(4285), + [anon_sym_noinline] = ACTIONS(4285), + [anon_sym_crossinline] = ACTIONS(4285), + [anon_sym_expect] = ACTIONS(4285), + [anon_sym_actual] = ACTIONS(4285), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4288), + [sym__automatic_semicolon] = ACTIONS(4288), + [sym_safe_nav] = ACTIONS(4288), [sym_multiline_comment] = ACTIONS(3), }, - [3750] = { - [sym__alpha_identifier] = ACTIONS(4181), - [anon_sym_AT] = ACTIONS(4183), - [anon_sym_LBRACK] = ACTIONS(4183), - [anon_sym_as] = ACTIONS(4181), - [anon_sym_EQ] = ACTIONS(4181), - [anon_sym_LBRACE] = ACTIONS(4183), - [anon_sym_RBRACE] = ACTIONS(4183), - [anon_sym_LPAREN] = ACTIONS(4183), - [anon_sym_COMMA] = ACTIONS(4183), - [anon_sym_LT] = ACTIONS(4181), - [anon_sym_GT] = ACTIONS(4181), - [anon_sym_where] = ACTIONS(4181), - [anon_sym_DOT] = ACTIONS(4181), - [anon_sym_SEMI] = ACTIONS(4183), - [anon_sym_get] = ACTIONS(4181), - [anon_sym_set] = ACTIONS(4181), - [anon_sym_STAR] = ACTIONS(4181), - [sym_label] = ACTIONS(4183), - [anon_sym_in] = ACTIONS(4181), - [anon_sym_DOT_DOT] = ACTIONS(4183), - [anon_sym_QMARK_COLON] = ACTIONS(4183), - [anon_sym_AMP_AMP] = ACTIONS(4183), - [anon_sym_PIPE_PIPE] = ACTIONS(4183), - [anon_sym_else] = ACTIONS(4181), - [anon_sym_COLON_COLON] = ACTIONS(4183), - [anon_sym_PLUS_EQ] = ACTIONS(4183), - [anon_sym_DASH_EQ] = ACTIONS(4183), - [anon_sym_STAR_EQ] = ACTIONS(4183), - [anon_sym_SLASH_EQ] = ACTIONS(4183), - [anon_sym_PERCENT_EQ] = ACTIONS(4183), - [anon_sym_BANG_EQ] = ACTIONS(4181), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4183), - [anon_sym_EQ_EQ] = ACTIONS(4181), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4183), - [anon_sym_LT_EQ] = ACTIONS(4183), - [anon_sym_GT_EQ] = ACTIONS(4183), - [anon_sym_BANGin] = ACTIONS(4183), - [anon_sym_is] = ACTIONS(4181), - [anon_sym_BANGis] = ACTIONS(4183), - [anon_sym_PLUS] = ACTIONS(4181), - [anon_sym_DASH] = ACTIONS(4181), - [anon_sym_SLASH] = ACTIONS(4181), - [anon_sym_PERCENT] = ACTIONS(4181), - [anon_sym_as_QMARK] = ACTIONS(4183), - [anon_sym_PLUS_PLUS] = ACTIONS(4183), - [anon_sym_DASH_DASH] = ACTIONS(4183), - [anon_sym_BANG_BANG] = ACTIONS(4183), - [anon_sym_suspend] = ACTIONS(4181), - [anon_sym_sealed] = ACTIONS(4181), - [anon_sym_annotation] = ACTIONS(4181), - [anon_sym_data] = ACTIONS(4181), - [anon_sym_inner] = ACTIONS(4181), - [anon_sym_override] = ACTIONS(4181), - [anon_sym_lateinit] = ACTIONS(4181), - [anon_sym_public] = ACTIONS(4181), - [anon_sym_private] = ACTIONS(4181), - [anon_sym_internal] = ACTIONS(4181), - [anon_sym_protected] = ACTIONS(4181), - [anon_sym_tailrec] = ACTIONS(4181), - [anon_sym_operator] = ACTIONS(4181), - [anon_sym_infix] = ACTIONS(4181), - [anon_sym_inline] = ACTIONS(4181), - [anon_sym_external] = ACTIONS(4181), - [sym_property_modifier] = ACTIONS(4181), - [anon_sym_abstract] = ACTIONS(4181), - [anon_sym_final] = ACTIONS(4181), - [anon_sym_open] = ACTIONS(4181), - [anon_sym_vararg] = ACTIONS(4181), - [anon_sym_noinline] = ACTIONS(4181), - [anon_sym_crossinline] = ACTIONS(4181), - [anon_sym_expect] = ACTIONS(4181), - [anon_sym_actual] = ACTIONS(4181), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4183), - [sym__automatic_semicolon] = ACTIONS(4183), - [sym_safe_nav] = ACTIONS(4183), + [3754] = { + [sym__alpha_identifier] = ACTIONS(4142), + [anon_sym_AT] = ACTIONS(4145), + [anon_sym_LBRACK] = ACTIONS(4145), + [anon_sym_as] = ACTIONS(4142), + [anon_sym_EQ] = ACTIONS(3943), + [anon_sym_LBRACE] = ACTIONS(4145), + [anon_sym_RBRACE] = ACTIONS(4145), + [anon_sym_LPAREN] = ACTIONS(5735), + [anon_sym_COMMA] = ACTIONS(4145), + [anon_sym_LT] = ACTIONS(4142), + [anon_sym_GT] = ACTIONS(4142), + [anon_sym_where] = ACTIONS(4142), + [anon_sym_DOT] = ACTIONS(4142), + [anon_sym_SEMI] = ACTIONS(4145), + [anon_sym_get] = ACTIONS(4142), + [anon_sym_set] = ACTIONS(4142), + [anon_sym_STAR] = ACTIONS(4142), + [sym_label] = ACTIONS(4145), + [anon_sym_in] = ACTIONS(4142), + [anon_sym_DOT_DOT] = ACTIONS(4145), + [anon_sym_QMARK_COLON] = ACTIONS(4145), + [anon_sym_AMP_AMP] = ACTIONS(4145), + [anon_sym_PIPE_PIPE] = ACTIONS(4145), + [anon_sym_else] = ACTIONS(4142), + [anon_sym_COLON_COLON] = ACTIONS(4145), + [anon_sym_PLUS_EQ] = ACTIONS(3948), + [anon_sym_DASH_EQ] = ACTIONS(3948), + [anon_sym_STAR_EQ] = ACTIONS(3948), + [anon_sym_SLASH_EQ] = ACTIONS(3948), + [anon_sym_PERCENT_EQ] = ACTIONS(3948), + [anon_sym_BANG_EQ] = ACTIONS(4142), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4145), + [anon_sym_EQ_EQ] = ACTIONS(4142), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4145), + [anon_sym_LT_EQ] = ACTIONS(4145), + [anon_sym_GT_EQ] = ACTIONS(4145), + [anon_sym_BANGin] = ACTIONS(4145), + [anon_sym_is] = ACTIONS(4142), + [anon_sym_BANGis] = ACTIONS(4145), + [anon_sym_PLUS] = ACTIONS(4142), + [anon_sym_DASH] = ACTIONS(4142), + [anon_sym_SLASH] = ACTIONS(4142), + [anon_sym_PERCENT] = ACTIONS(4142), + [anon_sym_as_QMARK] = ACTIONS(4145), + [anon_sym_PLUS_PLUS] = ACTIONS(4145), + [anon_sym_DASH_DASH] = ACTIONS(4145), + [anon_sym_BANG_BANG] = ACTIONS(4145), + [anon_sym_suspend] = ACTIONS(4142), + [anon_sym_sealed] = ACTIONS(4142), + [anon_sym_annotation] = ACTIONS(4142), + [anon_sym_data] = ACTIONS(4142), + [anon_sym_inner] = ACTIONS(4142), + [anon_sym_override] = ACTIONS(4142), + [anon_sym_lateinit] = ACTIONS(4142), + [anon_sym_public] = ACTIONS(4142), + [anon_sym_private] = ACTIONS(4142), + [anon_sym_internal] = ACTIONS(4142), + [anon_sym_protected] = ACTIONS(4142), + [anon_sym_tailrec] = ACTIONS(4142), + [anon_sym_operator] = ACTIONS(4142), + [anon_sym_infix] = ACTIONS(4142), + [anon_sym_inline] = ACTIONS(4142), + [anon_sym_external] = ACTIONS(4142), + [sym_property_modifier] = ACTIONS(4142), + [anon_sym_abstract] = ACTIONS(4142), + [anon_sym_final] = ACTIONS(4142), + [anon_sym_open] = ACTIONS(4142), + [anon_sym_vararg] = ACTIONS(4142), + [anon_sym_noinline] = ACTIONS(4142), + [anon_sym_crossinline] = ACTIONS(4142), + [anon_sym_expect] = ACTIONS(4142), + [anon_sym_actual] = ACTIONS(4142), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4145), + [sym__automatic_semicolon] = ACTIONS(4145), + [sym_safe_nav] = ACTIONS(4145), [sym_multiline_comment] = ACTIONS(3), }, - [3751] = { - [sym_function_body] = STATE(3785), - [sym__block] = STATE(3725), - [sym__alpha_identifier] = ACTIONS(4326), - [anon_sym_AT] = ACTIONS(4328), - [anon_sym_LBRACK] = ACTIONS(4328), - [anon_sym_as] = ACTIONS(4326), - [anon_sym_EQ] = ACTIONS(6566), - [anon_sym_LBRACE] = ACTIONS(6434), - [anon_sym_RBRACE] = ACTIONS(4328), - [anon_sym_LPAREN] = ACTIONS(4328), - [anon_sym_LT] = ACTIONS(4326), - [anon_sym_GT] = ACTIONS(4326), - [anon_sym_DOT] = ACTIONS(4326), - [anon_sym_SEMI] = ACTIONS(4328), - [anon_sym_get] = ACTIONS(4326), - [anon_sym_set] = ACTIONS(4326), - [anon_sym_STAR] = ACTIONS(4326), - [sym_label] = ACTIONS(4328), - [anon_sym_in] = ACTIONS(4326), - [anon_sym_DOT_DOT] = ACTIONS(4328), - [anon_sym_QMARK_COLON] = ACTIONS(4328), - [anon_sym_AMP_AMP] = ACTIONS(4328), - [anon_sym_PIPE_PIPE] = ACTIONS(4328), - [anon_sym_else] = ACTIONS(4326), - [anon_sym_COLON_COLON] = ACTIONS(4328), - [anon_sym_PLUS_EQ] = ACTIONS(4328), - [anon_sym_DASH_EQ] = ACTIONS(4328), - [anon_sym_STAR_EQ] = ACTIONS(4328), - [anon_sym_SLASH_EQ] = ACTIONS(4328), - [anon_sym_PERCENT_EQ] = ACTIONS(4328), - [anon_sym_BANG_EQ] = ACTIONS(4326), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4328), - [anon_sym_EQ_EQ] = ACTIONS(4326), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4328), - [anon_sym_LT_EQ] = ACTIONS(4328), - [anon_sym_GT_EQ] = ACTIONS(4328), - [anon_sym_BANGin] = ACTIONS(4328), - [anon_sym_is] = ACTIONS(4326), - [anon_sym_BANGis] = ACTIONS(4328), - [anon_sym_PLUS] = ACTIONS(4326), - [anon_sym_DASH] = ACTIONS(4326), - [anon_sym_SLASH] = ACTIONS(4326), - [anon_sym_PERCENT] = ACTIONS(4326), - [anon_sym_as_QMARK] = ACTIONS(4328), - [anon_sym_PLUS_PLUS] = ACTIONS(4328), - [anon_sym_DASH_DASH] = ACTIONS(4328), - [anon_sym_BANG_BANG] = ACTIONS(4328), - [anon_sym_suspend] = ACTIONS(4326), - [anon_sym_sealed] = ACTIONS(4326), - [anon_sym_annotation] = ACTIONS(4326), - [anon_sym_data] = ACTIONS(4326), - [anon_sym_inner] = ACTIONS(4326), - [anon_sym_override] = ACTIONS(4326), - [anon_sym_lateinit] = ACTIONS(4326), - [anon_sym_public] = ACTIONS(4326), - [anon_sym_private] = ACTIONS(4326), - [anon_sym_internal] = ACTIONS(4326), - [anon_sym_protected] = ACTIONS(4326), - [anon_sym_tailrec] = ACTIONS(4326), - [anon_sym_operator] = ACTIONS(4326), - [anon_sym_infix] = ACTIONS(4326), - [anon_sym_inline] = ACTIONS(4326), - [anon_sym_external] = ACTIONS(4326), - [sym_property_modifier] = ACTIONS(4326), - [anon_sym_abstract] = ACTIONS(4326), - [anon_sym_final] = ACTIONS(4326), - [anon_sym_open] = ACTIONS(4326), - [anon_sym_vararg] = ACTIONS(4326), - [anon_sym_noinline] = ACTIONS(4326), - [anon_sym_crossinline] = ACTIONS(4326), - [anon_sym_expect] = ACTIONS(4326), - [anon_sym_actual] = ACTIONS(4326), + [3755] = { + [sym__alpha_identifier] = ACTIONS(4927), + [anon_sym_AT] = ACTIONS(4929), + [anon_sym_LBRACK] = ACTIONS(4929), + [anon_sym_as] = ACTIONS(4927), + [anon_sym_EQ] = ACTIONS(4927), + [anon_sym_LBRACE] = ACTIONS(4929), + [anon_sym_RBRACE] = ACTIONS(4929), + [anon_sym_LPAREN] = ACTIONS(4929), + [anon_sym_COMMA] = ACTIONS(4929), + [anon_sym_LT] = ACTIONS(4927), + [anon_sym_GT] = ACTIONS(4927), + [anon_sym_where] = ACTIONS(4927), + [anon_sym_DOT] = ACTIONS(4927), + [anon_sym_SEMI] = ACTIONS(4929), + [anon_sym_get] = ACTIONS(4927), + [anon_sym_set] = ACTIONS(4927), + [anon_sym_STAR] = ACTIONS(4927), + [sym_label] = ACTIONS(4929), + [anon_sym_in] = ACTIONS(4927), + [anon_sym_DOT_DOT] = ACTIONS(4929), + [anon_sym_QMARK_COLON] = ACTIONS(4929), + [anon_sym_AMP_AMP] = ACTIONS(4929), + [anon_sym_PIPE_PIPE] = ACTIONS(4929), + [anon_sym_else] = ACTIONS(4927), + [anon_sym_COLON_COLON] = ACTIONS(4929), + [anon_sym_PLUS_EQ] = ACTIONS(4929), + [anon_sym_DASH_EQ] = ACTIONS(4929), + [anon_sym_STAR_EQ] = ACTIONS(4929), + [anon_sym_SLASH_EQ] = ACTIONS(4929), + [anon_sym_PERCENT_EQ] = ACTIONS(4929), + [anon_sym_BANG_EQ] = ACTIONS(4927), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4929), + [anon_sym_EQ_EQ] = ACTIONS(4927), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4929), + [anon_sym_LT_EQ] = ACTIONS(4929), + [anon_sym_GT_EQ] = ACTIONS(4929), + [anon_sym_BANGin] = ACTIONS(4929), + [anon_sym_is] = ACTIONS(4927), + [anon_sym_BANGis] = ACTIONS(4929), + [anon_sym_PLUS] = ACTIONS(4927), + [anon_sym_DASH] = ACTIONS(4927), + [anon_sym_SLASH] = ACTIONS(4927), + [anon_sym_PERCENT] = ACTIONS(4927), + [anon_sym_as_QMARK] = ACTIONS(4929), + [anon_sym_PLUS_PLUS] = ACTIONS(4929), + [anon_sym_DASH_DASH] = ACTIONS(4929), + [anon_sym_BANG_BANG] = ACTIONS(4929), + [anon_sym_suspend] = ACTIONS(4927), + [anon_sym_sealed] = ACTIONS(4927), + [anon_sym_annotation] = ACTIONS(4927), + [anon_sym_data] = ACTIONS(4927), + [anon_sym_inner] = ACTIONS(4927), + [anon_sym_override] = ACTIONS(4927), + [anon_sym_lateinit] = ACTIONS(4927), + [anon_sym_public] = ACTIONS(4927), + [anon_sym_private] = ACTIONS(4927), + [anon_sym_internal] = ACTIONS(4927), + [anon_sym_protected] = ACTIONS(4927), + [anon_sym_tailrec] = ACTIONS(4927), + [anon_sym_operator] = ACTIONS(4927), + [anon_sym_infix] = ACTIONS(4927), + [anon_sym_inline] = ACTIONS(4927), + [anon_sym_external] = ACTIONS(4927), + [sym_property_modifier] = ACTIONS(4927), + [anon_sym_abstract] = ACTIONS(4927), + [anon_sym_final] = ACTIONS(4927), + [anon_sym_open] = ACTIONS(4927), + [anon_sym_vararg] = ACTIONS(4927), + [anon_sym_noinline] = ACTIONS(4927), + [anon_sym_crossinline] = ACTIONS(4927), + [anon_sym_expect] = ACTIONS(4927), + [anon_sym_actual] = ACTIONS(4927), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4929), + [sym__automatic_semicolon] = ACTIONS(4929), + [sym_safe_nav] = ACTIONS(4929), + [sym_multiline_comment] = ACTIONS(3), + }, + [3756] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(1624), + [sym__comparison_operator] = STATE(2064), + [sym__in_operator] = STATE(1691), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(1828), + [sym__multiplicative_operator] = STATE(1968), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2056), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), + [anon_sym_EQ] = ACTIONS(3082), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_RBRACE] = ACTIONS(3084), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_RPAREN] = ACTIONS(3084), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(6842), + [anon_sym_DOT] = ACTIONS(6409), + [anon_sym_SEMI] = ACTIONS(3084), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(6844), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(6846), + [anon_sym_while] = ACTIONS(3082), + [anon_sym_DOT_DOT] = ACTIONS(6848), + [anon_sym_QMARK_COLON] = ACTIONS(6850), + [anon_sym_AMP_AMP] = ACTIONS(6852), + [anon_sym_PIPE_PIPE] = ACTIONS(6854), + [anon_sym_else] = ACTIONS(3082), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_PLUS_EQ] = ACTIONS(3084), + [anon_sym_DASH_EQ] = ACTIONS(3084), + [anon_sym_STAR_EQ] = ACTIONS(3084), + [anon_sym_SLASH_EQ] = ACTIONS(3084), + [anon_sym_PERCENT_EQ] = ACTIONS(3084), + [anon_sym_BANG_EQ] = ACTIONS(6856), + [anon_sym_BANG_EQ_EQ] = ACTIONS(6858), + [anon_sym_EQ_EQ] = ACTIONS(6856), + [anon_sym_EQ_EQ_EQ] = ACTIONS(6858), + [anon_sym_LT_EQ] = ACTIONS(6860), + [anon_sym_GT_EQ] = ACTIONS(6860), + [anon_sym_BANGin] = ACTIONS(6862), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(6864), + [anon_sym_DASH] = ACTIONS(6864), + [anon_sym_SLASH] = ACTIONS(6844), + [anon_sym_PERCENT] = ACTIONS(6844), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4328), - [sym__automatic_semicolon] = ACTIONS(4328), - [sym_safe_nav] = ACTIONS(4328), + [sym__backtick_identifier] = ACTIONS(1750), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [3752] = { - [sym__alpha_identifier] = ACTIONS(4981), - [anon_sym_AT] = ACTIONS(4983), - [anon_sym_LBRACK] = ACTIONS(4983), - [anon_sym_as] = ACTIONS(4981), - [anon_sym_EQ] = ACTIONS(4981), - [anon_sym_LBRACE] = ACTIONS(4983), - [anon_sym_RBRACE] = ACTIONS(4983), - [anon_sym_LPAREN] = ACTIONS(4983), - [anon_sym_COMMA] = ACTIONS(4983), - [anon_sym_LT] = ACTIONS(4981), - [anon_sym_GT] = ACTIONS(4981), - [anon_sym_where] = ACTIONS(4981), - [anon_sym_DOT] = ACTIONS(4981), - [anon_sym_SEMI] = ACTIONS(4983), - [anon_sym_get] = ACTIONS(4981), - [anon_sym_set] = ACTIONS(4981), - [anon_sym_STAR] = ACTIONS(4981), - [sym_label] = ACTIONS(4983), - [anon_sym_in] = ACTIONS(4981), - [anon_sym_DOT_DOT] = ACTIONS(4983), - [anon_sym_QMARK_COLON] = ACTIONS(4983), - [anon_sym_AMP_AMP] = ACTIONS(4983), - [anon_sym_PIPE_PIPE] = ACTIONS(4983), - [anon_sym_else] = ACTIONS(4981), - [anon_sym_COLON_COLON] = ACTIONS(4983), - [anon_sym_PLUS_EQ] = ACTIONS(4983), - [anon_sym_DASH_EQ] = ACTIONS(4983), - [anon_sym_STAR_EQ] = ACTIONS(4983), - [anon_sym_SLASH_EQ] = ACTIONS(4983), - [anon_sym_PERCENT_EQ] = ACTIONS(4983), - [anon_sym_BANG_EQ] = ACTIONS(4981), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4983), - [anon_sym_EQ_EQ] = ACTIONS(4981), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4983), - [anon_sym_LT_EQ] = ACTIONS(4983), - [anon_sym_GT_EQ] = ACTIONS(4983), - [anon_sym_BANGin] = ACTIONS(4983), - [anon_sym_is] = ACTIONS(4981), - [anon_sym_BANGis] = ACTIONS(4983), - [anon_sym_PLUS] = ACTIONS(4981), - [anon_sym_DASH] = ACTIONS(4981), - [anon_sym_SLASH] = ACTIONS(4981), - [anon_sym_PERCENT] = ACTIONS(4981), - [anon_sym_as_QMARK] = ACTIONS(4983), - [anon_sym_PLUS_PLUS] = ACTIONS(4983), - [anon_sym_DASH_DASH] = ACTIONS(4983), - [anon_sym_BANG_BANG] = ACTIONS(4983), - [anon_sym_suspend] = ACTIONS(4981), - [anon_sym_sealed] = ACTIONS(4981), - [anon_sym_annotation] = ACTIONS(4981), - [anon_sym_data] = ACTIONS(4981), - [anon_sym_inner] = ACTIONS(4981), - [anon_sym_override] = ACTIONS(4981), - [anon_sym_lateinit] = ACTIONS(4981), - [anon_sym_public] = ACTIONS(4981), - [anon_sym_private] = ACTIONS(4981), - [anon_sym_internal] = ACTIONS(4981), - [anon_sym_protected] = ACTIONS(4981), - [anon_sym_tailrec] = ACTIONS(4981), - [anon_sym_operator] = ACTIONS(4981), - [anon_sym_infix] = ACTIONS(4981), - [anon_sym_inline] = ACTIONS(4981), - [anon_sym_external] = ACTIONS(4981), - [sym_property_modifier] = ACTIONS(4981), - [anon_sym_abstract] = ACTIONS(4981), - [anon_sym_final] = ACTIONS(4981), - [anon_sym_open] = ACTIONS(4981), - [anon_sym_vararg] = ACTIONS(4981), - [anon_sym_noinline] = ACTIONS(4981), - [anon_sym_crossinline] = ACTIONS(4981), - [anon_sym_expect] = ACTIONS(4981), - [anon_sym_actual] = ACTIONS(4981), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4983), - [sym__automatic_semicolon] = ACTIONS(4983), - [sym_safe_nav] = ACTIONS(4983), + [3757] = { + [sym__alpha_identifier] = ACTIONS(4919), + [anon_sym_AT] = ACTIONS(4921), + [anon_sym_LBRACK] = ACTIONS(4921), + [anon_sym_as] = ACTIONS(4919), + [anon_sym_EQ] = ACTIONS(4919), + [anon_sym_LBRACE] = ACTIONS(4921), + [anon_sym_RBRACE] = ACTIONS(4921), + [anon_sym_LPAREN] = ACTIONS(4921), + [anon_sym_COMMA] = ACTIONS(4921), + [anon_sym_LT] = ACTIONS(4919), + [anon_sym_GT] = ACTIONS(4919), + [anon_sym_where] = ACTIONS(4919), + [anon_sym_DOT] = ACTIONS(4919), + [anon_sym_SEMI] = ACTIONS(4921), + [anon_sym_get] = ACTIONS(4919), + [anon_sym_set] = ACTIONS(4919), + [anon_sym_STAR] = ACTIONS(4919), + [sym_label] = ACTIONS(4921), + [anon_sym_in] = ACTIONS(4919), + [anon_sym_DOT_DOT] = ACTIONS(4921), + [anon_sym_QMARK_COLON] = ACTIONS(4921), + [anon_sym_AMP_AMP] = ACTIONS(4921), + [anon_sym_PIPE_PIPE] = ACTIONS(4921), + [anon_sym_else] = ACTIONS(4919), + [anon_sym_COLON_COLON] = ACTIONS(4921), + [anon_sym_PLUS_EQ] = ACTIONS(4921), + [anon_sym_DASH_EQ] = ACTIONS(4921), + [anon_sym_STAR_EQ] = ACTIONS(4921), + [anon_sym_SLASH_EQ] = ACTIONS(4921), + [anon_sym_PERCENT_EQ] = ACTIONS(4921), + [anon_sym_BANG_EQ] = ACTIONS(4919), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4921), + [anon_sym_EQ_EQ] = ACTIONS(4919), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4921), + [anon_sym_LT_EQ] = ACTIONS(4921), + [anon_sym_GT_EQ] = ACTIONS(4921), + [anon_sym_BANGin] = ACTIONS(4921), + [anon_sym_is] = ACTIONS(4919), + [anon_sym_BANGis] = ACTIONS(4921), + [anon_sym_PLUS] = ACTIONS(4919), + [anon_sym_DASH] = ACTIONS(4919), + [anon_sym_SLASH] = ACTIONS(4919), + [anon_sym_PERCENT] = ACTIONS(4919), + [anon_sym_as_QMARK] = ACTIONS(4921), + [anon_sym_PLUS_PLUS] = ACTIONS(4921), + [anon_sym_DASH_DASH] = ACTIONS(4921), + [anon_sym_BANG_BANG] = ACTIONS(4921), + [anon_sym_suspend] = ACTIONS(4919), + [anon_sym_sealed] = ACTIONS(4919), + [anon_sym_annotation] = ACTIONS(4919), + [anon_sym_data] = ACTIONS(4919), + [anon_sym_inner] = ACTIONS(4919), + [anon_sym_override] = ACTIONS(4919), + [anon_sym_lateinit] = ACTIONS(4919), + [anon_sym_public] = ACTIONS(4919), + [anon_sym_private] = ACTIONS(4919), + [anon_sym_internal] = ACTIONS(4919), + [anon_sym_protected] = ACTIONS(4919), + [anon_sym_tailrec] = ACTIONS(4919), + [anon_sym_operator] = ACTIONS(4919), + [anon_sym_infix] = ACTIONS(4919), + [anon_sym_inline] = ACTIONS(4919), + [anon_sym_external] = ACTIONS(4919), + [sym_property_modifier] = ACTIONS(4919), + [anon_sym_abstract] = ACTIONS(4919), + [anon_sym_final] = ACTIONS(4919), + [anon_sym_open] = ACTIONS(4919), + [anon_sym_vararg] = ACTIONS(4919), + [anon_sym_noinline] = ACTIONS(4919), + [anon_sym_crossinline] = ACTIONS(4919), + [anon_sym_expect] = ACTIONS(4919), + [anon_sym_actual] = ACTIONS(4919), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4921), + [sym__automatic_semicolon] = ACTIONS(4921), + [sym_safe_nav] = ACTIONS(4921), [sym_multiline_comment] = ACTIONS(3), }, - [3753] = { - [sym__alpha_identifier] = ACTIONS(4955), - [anon_sym_AT] = ACTIONS(4957), - [anon_sym_LBRACK] = ACTIONS(4957), - [anon_sym_as] = ACTIONS(4955), - [anon_sym_EQ] = ACTIONS(4955), - [anon_sym_LBRACE] = ACTIONS(4957), - [anon_sym_RBRACE] = ACTIONS(4957), - [anon_sym_LPAREN] = ACTIONS(4957), - [anon_sym_COMMA] = ACTIONS(4957), - [anon_sym_LT] = ACTIONS(4955), - [anon_sym_GT] = ACTIONS(4955), - [anon_sym_where] = ACTIONS(4955), - [anon_sym_DOT] = ACTIONS(4955), - [anon_sym_SEMI] = ACTIONS(4957), - [anon_sym_get] = ACTIONS(4955), - [anon_sym_set] = ACTIONS(4955), - [anon_sym_STAR] = ACTIONS(4955), - [sym_label] = ACTIONS(4957), - [anon_sym_in] = ACTIONS(4955), - [anon_sym_DOT_DOT] = ACTIONS(4957), - [anon_sym_QMARK_COLON] = ACTIONS(4957), - [anon_sym_AMP_AMP] = ACTIONS(4957), - [anon_sym_PIPE_PIPE] = ACTIONS(4957), - [anon_sym_else] = ACTIONS(4955), - [anon_sym_COLON_COLON] = ACTIONS(4957), - [anon_sym_PLUS_EQ] = ACTIONS(4957), - [anon_sym_DASH_EQ] = ACTIONS(4957), - [anon_sym_STAR_EQ] = ACTIONS(4957), - [anon_sym_SLASH_EQ] = ACTIONS(4957), - [anon_sym_PERCENT_EQ] = ACTIONS(4957), - [anon_sym_BANG_EQ] = ACTIONS(4955), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4957), - [anon_sym_EQ_EQ] = ACTIONS(4955), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4957), - [anon_sym_LT_EQ] = ACTIONS(4957), - [anon_sym_GT_EQ] = ACTIONS(4957), - [anon_sym_BANGin] = ACTIONS(4957), - [anon_sym_is] = ACTIONS(4955), - [anon_sym_BANGis] = ACTIONS(4957), - [anon_sym_PLUS] = ACTIONS(4955), - [anon_sym_DASH] = ACTIONS(4955), - [anon_sym_SLASH] = ACTIONS(4955), - [anon_sym_PERCENT] = ACTIONS(4955), - [anon_sym_as_QMARK] = ACTIONS(4957), - [anon_sym_PLUS_PLUS] = ACTIONS(4957), - [anon_sym_DASH_DASH] = ACTIONS(4957), - [anon_sym_BANG_BANG] = ACTIONS(4957), - [anon_sym_suspend] = ACTIONS(4955), - [anon_sym_sealed] = ACTIONS(4955), - [anon_sym_annotation] = ACTIONS(4955), - [anon_sym_data] = ACTIONS(4955), - [anon_sym_inner] = ACTIONS(4955), - [anon_sym_override] = ACTIONS(4955), - [anon_sym_lateinit] = ACTIONS(4955), - [anon_sym_public] = ACTIONS(4955), - [anon_sym_private] = ACTIONS(4955), - [anon_sym_internal] = ACTIONS(4955), - [anon_sym_protected] = ACTIONS(4955), - [anon_sym_tailrec] = ACTIONS(4955), - [anon_sym_operator] = ACTIONS(4955), - [anon_sym_infix] = ACTIONS(4955), - [anon_sym_inline] = ACTIONS(4955), - [anon_sym_external] = ACTIONS(4955), - [sym_property_modifier] = ACTIONS(4955), - [anon_sym_abstract] = ACTIONS(4955), - [anon_sym_final] = ACTIONS(4955), - [anon_sym_open] = ACTIONS(4955), - [anon_sym_vararg] = ACTIONS(4955), - [anon_sym_noinline] = ACTIONS(4955), - [anon_sym_crossinline] = ACTIONS(4955), - [anon_sym_expect] = ACTIONS(4955), - [anon_sym_actual] = ACTIONS(4955), + [3758] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(1624), + [sym__comparison_operator] = STATE(2064), + [sym__in_operator] = STATE(1691), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(1828), + [sym__multiplicative_operator] = STATE(1968), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2056), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), + [anon_sym_EQ] = ACTIONS(3007), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_RBRACE] = ACTIONS(3009), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_RPAREN] = ACTIONS(3009), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(6842), + [anon_sym_DOT] = ACTIONS(6409), + [anon_sym_SEMI] = ACTIONS(3009), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(6844), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(6846), + [anon_sym_while] = ACTIONS(3007), + [anon_sym_DOT_DOT] = ACTIONS(6848), + [anon_sym_QMARK_COLON] = ACTIONS(6850), + [anon_sym_AMP_AMP] = ACTIONS(6852), + [anon_sym_PIPE_PIPE] = ACTIONS(6854), + [anon_sym_else] = ACTIONS(3007), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_PLUS_EQ] = ACTIONS(3009), + [anon_sym_DASH_EQ] = ACTIONS(3009), + [anon_sym_STAR_EQ] = ACTIONS(3009), + [anon_sym_SLASH_EQ] = ACTIONS(3009), + [anon_sym_PERCENT_EQ] = ACTIONS(3009), + [anon_sym_BANG_EQ] = ACTIONS(6856), + [anon_sym_BANG_EQ_EQ] = ACTIONS(6858), + [anon_sym_EQ_EQ] = ACTIONS(6856), + [anon_sym_EQ_EQ_EQ] = ACTIONS(6858), + [anon_sym_LT_EQ] = ACTIONS(6860), + [anon_sym_GT_EQ] = ACTIONS(6860), + [anon_sym_BANGin] = ACTIONS(6862), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(6864), + [anon_sym_DASH] = ACTIONS(6864), + [anon_sym_SLASH] = ACTIONS(6844), + [anon_sym_PERCENT] = ACTIONS(6844), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym_safe_nav] = ACTIONS(6425), + [sym_multiline_comment] = ACTIONS(3), + }, + [3759] = { + [aux_sym_user_type_repeat1] = STATE(3759), + [sym__alpha_identifier] = ACTIONS(4272), + [anon_sym_AT] = ACTIONS(4274), + [anon_sym_LBRACK] = ACTIONS(4274), + [anon_sym_typealias] = ACTIONS(4272), + [anon_sym_class] = ACTIONS(4272), + [anon_sym_interface] = ACTIONS(4272), + [anon_sym_enum] = ACTIONS(4272), + [anon_sym_LBRACE] = ACTIONS(4274), + [anon_sym_LPAREN] = ACTIONS(4274), + [anon_sym_val] = ACTIONS(4272), + [anon_sym_var] = ACTIONS(4272), + [anon_sym_object] = ACTIONS(4272), + [anon_sym_fun] = ACTIONS(4272), + [anon_sym_DOT] = ACTIONS(6871), + [anon_sym_get] = ACTIONS(4272), + [anon_sym_set] = ACTIONS(4272), + [anon_sym_this] = ACTIONS(4272), + [anon_sym_super] = ACTIONS(4272), + [anon_sym_STAR] = ACTIONS(4274), + [sym_label] = ACTIONS(4272), + [anon_sym_for] = ACTIONS(4272), + [anon_sym_while] = ACTIONS(4272), + [anon_sym_do] = ACTIONS(4272), + [anon_sym_null] = ACTIONS(4272), + [anon_sym_if] = ACTIONS(4272), + [anon_sym_when] = ACTIONS(4272), + [anon_sym_try] = ACTIONS(4272), + [anon_sym_throw] = ACTIONS(4272), + [anon_sym_return] = ACTIONS(4272), + [anon_sym_continue] = ACTIONS(4272), + [anon_sym_break] = ACTIONS(4272), + [anon_sym_COLON_COLON] = ACTIONS(4274), + [anon_sym_PLUS] = ACTIONS(4272), + [anon_sym_DASH] = ACTIONS(4272), + [anon_sym_PLUS_PLUS] = ACTIONS(4274), + [anon_sym_DASH_DASH] = ACTIONS(4274), + [anon_sym_BANG] = ACTIONS(4274), + [anon_sym_suspend] = ACTIONS(4272), + [anon_sym_sealed] = ACTIONS(4272), + [anon_sym_annotation] = ACTIONS(4272), + [anon_sym_data] = ACTIONS(4272), + [anon_sym_inner] = ACTIONS(4272), + [anon_sym_override] = ACTIONS(4272), + [anon_sym_lateinit] = ACTIONS(4272), + [anon_sym_public] = ACTIONS(4272), + [anon_sym_private] = ACTIONS(4272), + [anon_sym_internal] = ACTIONS(4272), + [anon_sym_protected] = ACTIONS(4272), + [anon_sym_tailrec] = ACTIONS(4272), + [anon_sym_operator] = ACTIONS(4272), + [anon_sym_infix] = ACTIONS(4272), + [anon_sym_inline] = ACTIONS(4272), + [anon_sym_external] = ACTIONS(4272), + [sym_property_modifier] = ACTIONS(4272), + [anon_sym_abstract] = ACTIONS(4272), + [anon_sym_final] = ACTIONS(4272), + [anon_sym_open] = ACTIONS(4272), + [anon_sym_vararg] = ACTIONS(4272), + [anon_sym_noinline] = ACTIONS(4272), + [anon_sym_crossinline] = ACTIONS(4272), + [anon_sym_expect] = ACTIONS(4272), + [anon_sym_actual] = ACTIONS(4272), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4274), + [anon_sym_continue_AT] = ACTIONS(4274), + [anon_sym_break_AT] = ACTIONS(4274), + [sym_real_literal] = ACTIONS(4274), + [sym_integer_literal] = ACTIONS(4272), + [sym_hex_literal] = ACTIONS(4274), + [sym_bin_literal] = ACTIONS(4274), + [anon_sym_true] = ACTIONS(4272), + [anon_sym_false] = ACTIONS(4272), + [anon_sym_SQUOTE] = ACTIONS(4274), + [sym__backtick_identifier] = ACTIONS(4274), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4274), + }, + [3760] = { + [sym__alpha_identifier] = ACTIONS(1778), + [anon_sym_AT] = ACTIONS(1780), + [anon_sym_LBRACK] = ACTIONS(1780), + [anon_sym_as] = ACTIONS(1778), + [anon_sym_EQ] = ACTIONS(1778), + [anon_sym_LBRACE] = ACTIONS(1780), + [anon_sym_RBRACE] = ACTIONS(1780), + [anon_sym_LPAREN] = ACTIONS(1780), + [anon_sym_COMMA] = ACTIONS(1780), + [anon_sym_LT] = ACTIONS(1778), + [anon_sym_GT] = ACTIONS(1778), + [anon_sym_where] = ACTIONS(1778), + [anon_sym_DOT] = ACTIONS(1778), + [anon_sym_SEMI] = ACTIONS(1780), + [anon_sym_get] = ACTIONS(1778), + [anon_sym_set] = ACTIONS(1778), + [anon_sym_STAR] = ACTIONS(1778), + [sym_label] = ACTIONS(1780), + [anon_sym_in] = ACTIONS(1778), + [anon_sym_DOT_DOT] = ACTIONS(1780), + [anon_sym_QMARK_COLON] = ACTIONS(1780), + [anon_sym_AMP_AMP] = ACTIONS(1780), + [anon_sym_PIPE_PIPE] = ACTIONS(1780), + [anon_sym_else] = ACTIONS(1778), + [anon_sym_COLON_COLON] = ACTIONS(1780), + [anon_sym_PLUS_EQ] = ACTIONS(1780), + [anon_sym_DASH_EQ] = ACTIONS(1780), + [anon_sym_STAR_EQ] = ACTIONS(1780), + [anon_sym_SLASH_EQ] = ACTIONS(1780), + [anon_sym_PERCENT_EQ] = ACTIONS(1780), + [anon_sym_BANG_EQ] = ACTIONS(1778), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1780), + [anon_sym_EQ_EQ] = ACTIONS(1778), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1780), + [anon_sym_LT_EQ] = ACTIONS(1780), + [anon_sym_GT_EQ] = ACTIONS(1780), + [anon_sym_BANGin] = ACTIONS(1780), + [anon_sym_is] = ACTIONS(1778), + [anon_sym_BANGis] = ACTIONS(1780), + [anon_sym_PLUS] = ACTIONS(1778), + [anon_sym_DASH] = ACTIONS(1778), + [anon_sym_SLASH] = ACTIONS(1778), + [anon_sym_PERCENT] = ACTIONS(1778), + [anon_sym_as_QMARK] = ACTIONS(1780), + [anon_sym_PLUS_PLUS] = ACTIONS(1780), + [anon_sym_DASH_DASH] = ACTIONS(1780), + [anon_sym_BANG_BANG] = ACTIONS(1780), + [anon_sym_suspend] = ACTIONS(1778), + [anon_sym_sealed] = ACTIONS(1778), + [anon_sym_annotation] = ACTIONS(1778), + [anon_sym_data] = ACTIONS(1778), + [anon_sym_inner] = ACTIONS(1778), + [anon_sym_override] = ACTIONS(1778), + [anon_sym_lateinit] = ACTIONS(1778), + [anon_sym_public] = ACTIONS(1778), + [anon_sym_private] = ACTIONS(1778), + [anon_sym_internal] = ACTIONS(1778), + [anon_sym_protected] = ACTIONS(1778), + [anon_sym_tailrec] = ACTIONS(1778), + [anon_sym_operator] = ACTIONS(1778), + [anon_sym_infix] = ACTIONS(1778), + [anon_sym_inline] = ACTIONS(1778), + [anon_sym_external] = ACTIONS(1778), + [sym_property_modifier] = ACTIONS(1778), + [anon_sym_abstract] = ACTIONS(1778), + [anon_sym_final] = ACTIONS(1778), + [anon_sym_open] = ACTIONS(1778), + [anon_sym_vararg] = ACTIONS(1778), + [anon_sym_noinline] = ACTIONS(1778), + [anon_sym_crossinline] = ACTIONS(1778), + [anon_sym_expect] = ACTIONS(1778), + [anon_sym_actual] = ACTIONS(1778), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1780), + [sym__automatic_semicolon] = ACTIONS(1780), + [sym_safe_nav] = ACTIONS(1780), + [sym_multiline_comment] = ACTIONS(3), + }, + [3761] = { + [sym__alpha_identifier] = ACTIONS(4023), + [anon_sym_AT] = ACTIONS(4025), + [anon_sym_LBRACK] = ACTIONS(4025), + [anon_sym_as] = ACTIONS(4023), + [anon_sym_EQ] = ACTIONS(4023), + [anon_sym_LBRACE] = ACTIONS(4025), + [anon_sym_RBRACE] = ACTIONS(4025), + [anon_sym_LPAREN] = ACTIONS(4025), + [anon_sym_COMMA] = ACTIONS(4025), + [anon_sym_LT] = ACTIONS(4023), + [anon_sym_GT] = ACTIONS(4023), + [anon_sym_where] = ACTIONS(4023), + [anon_sym_DOT] = ACTIONS(4023), + [anon_sym_SEMI] = ACTIONS(4025), + [anon_sym_get] = ACTIONS(4023), + [anon_sym_set] = ACTIONS(4023), + [anon_sym_STAR] = ACTIONS(4023), + [sym_label] = ACTIONS(4025), + [anon_sym_in] = ACTIONS(4023), + [anon_sym_DOT_DOT] = ACTIONS(4025), + [anon_sym_QMARK_COLON] = ACTIONS(4025), + [anon_sym_AMP_AMP] = ACTIONS(4025), + [anon_sym_PIPE_PIPE] = ACTIONS(4025), + [anon_sym_else] = ACTIONS(4023), + [anon_sym_COLON_COLON] = ACTIONS(4025), + [anon_sym_PLUS_EQ] = ACTIONS(4025), + [anon_sym_DASH_EQ] = ACTIONS(4025), + [anon_sym_STAR_EQ] = ACTIONS(4025), + [anon_sym_SLASH_EQ] = ACTIONS(4025), + [anon_sym_PERCENT_EQ] = ACTIONS(4025), + [anon_sym_BANG_EQ] = ACTIONS(4023), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4025), + [anon_sym_EQ_EQ] = ACTIONS(4023), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4025), + [anon_sym_LT_EQ] = ACTIONS(4025), + [anon_sym_GT_EQ] = ACTIONS(4025), + [anon_sym_BANGin] = ACTIONS(4025), + [anon_sym_is] = ACTIONS(4023), + [anon_sym_BANGis] = ACTIONS(4025), + [anon_sym_PLUS] = ACTIONS(4023), + [anon_sym_DASH] = ACTIONS(4023), + [anon_sym_SLASH] = ACTIONS(4023), + [anon_sym_PERCENT] = ACTIONS(4023), + [anon_sym_as_QMARK] = ACTIONS(4025), + [anon_sym_PLUS_PLUS] = ACTIONS(4025), + [anon_sym_DASH_DASH] = ACTIONS(4025), + [anon_sym_BANG_BANG] = ACTIONS(4025), + [anon_sym_suspend] = ACTIONS(4023), + [anon_sym_sealed] = ACTIONS(4023), + [anon_sym_annotation] = ACTIONS(4023), + [anon_sym_data] = ACTIONS(4023), + [anon_sym_inner] = ACTIONS(4023), + [anon_sym_override] = ACTIONS(4023), + [anon_sym_lateinit] = ACTIONS(4023), + [anon_sym_public] = ACTIONS(4023), + [anon_sym_private] = ACTIONS(4023), + [anon_sym_internal] = ACTIONS(4023), + [anon_sym_protected] = ACTIONS(4023), + [anon_sym_tailrec] = ACTIONS(4023), + [anon_sym_operator] = ACTIONS(4023), + [anon_sym_infix] = ACTIONS(4023), + [anon_sym_inline] = ACTIONS(4023), + [anon_sym_external] = ACTIONS(4023), + [sym_property_modifier] = ACTIONS(4023), + [anon_sym_abstract] = ACTIONS(4023), + [anon_sym_final] = ACTIONS(4023), + [anon_sym_open] = ACTIONS(4023), + [anon_sym_vararg] = ACTIONS(4023), + [anon_sym_noinline] = ACTIONS(4023), + [anon_sym_crossinline] = ACTIONS(4023), + [anon_sym_expect] = ACTIONS(4023), + [anon_sym_actual] = ACTIONS(4023), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4025), + [sym__automatic_semicolon] = ACTIONS(4025), + [sym_safe_nav] = ACTIONS(4025), + [sym_multiline_comment] = ACTIONS(3), + }, + [3762] = { + [sym__alpha_identifier] = ACTIONS(4881), + [anon_sym_AT] = ACTIONS(4883), + [anon_sym_LBRACK] = ACTIONS(4883), + [anon_sym_as] = ACTIONS(4881), + [anon_sym_EQ] = ACTIONS(4881), + [anon_sym_LBRACE] = ACTIONS(4883), + [anon_sym_RBRACE] = ACTIONS(4883), + [anon_sym_LPAREN] = ACTIONS(4883), + [anon_sym_COMMA] = ACTIONS(4883), + [anon_sym_LT] = ACTIONS(4881), + [anon_sym_GT] = ACTIONS(4881), + [anon_sym_where] = ACTIONS(4881), + [anon_sym_DOT] = ACTIONS(4881), + [anon_sym_SEMI] = ACTIONS(4883), + [anon_sym_get] = ACTIONS(4881), + [anon_sym_set] = ACTIONS(4881), + [anon_sym_STAR] = ACTIONS(4881), + [sym_label] = ACTIONS(4883), + [anon_sym_in] = ACTIONS(4881), + [anon_sym_DOT_DOT] = ACTIONS(4883), + [anon_sym_QMARK_COLON] = ACTIONS(4883), + [anon_sym_AMP_AMP] = ACTIONS(4883), + [anon_sym_PIPE_PIPE] = ACTIONS(4883), + [anon_sym_else] = ACTIONS(4881), + [anon_sym_COLON_COLON] = ACTIONS(4883), + [anon_sym_PLUS_EQ] = ACTIONS(4883), + [anon_sym_DASH_EQ] = ACTIONS(4883), + [anon_sym_STAR_EQ] = ACTIONS(4883), + [anon_sym_SLASH_EQ] = ACTIONS(4883), + [anon_sym_PERCENT_EQ] = ACTIONS(4883), + [anon_sym_BANG_EQ] = ACTIONS(4881), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4883), + [anon_sym_EQ_EQ] = ACTIONS(4881), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4883), + [anon_sym_LT_EQ] = ACTIONS(4883), + [anon_sym_GT_EQ] = ACTIONS(4883), + [anon_sym_BANGin] = ACTIONS(4883), + [anon_sym_is] = ACTIONS(4881), + [anon_sym_BANGis] = ACTIONS(4883), + [anon_sym_PLUS] = ACTIONS(4881), + [anon_sym_DASH] = ACTIONS(4881), + [anon_sym_SLASH] = ACTIONS(4881), + [anon_sym_PERCENT] = ACTIONS(4881), + [anon_sym_as_QMARK] = ACTIONS(4883), + [anon_sym_PLUS_PLUS] = ACTIONS(4883), + [anon_sym_DASH_DASH] = ACTIONS(4883), + [anon_sym_BANG_BANG] = ACTIONS(4883), + [anon_sym_suspend] = ACTIONS(4881), + [anon_sym_sealed] = ACTIONS(4881), + [anon_sym_annotation] = ACTIONS(4881), + [anon_sym_data] = ACTIONS(4881), + [anon_sym_inner] = ACTIONS(4881), + [anon_sym_override] = ACTIONS(4881), + [anon_sym_lateinit] = ACTIONS(4881), + [anon_sym_public] = ACTIONS(4881), + [anon_sym_private] = ACTIONS(4881), + [anon_sym_internal] = ACTIONS(4881), + [anon_sym_protected] = ACTIONS(4881), + [anon_sym_tailrec] = ACTIONS(4881), + [anon_sym_operator] = ACTIONS(4881), + [anon_sym_infix] = ACTIONS(4881), + [anon_sym_inline] = ACTIONS(4881), + [anon_sym_external] = ACTIONS(4881), + [sym_property_modifier] = ACTIONS(4881), + [anon_sym_abstract] = ACTIONS(4881), + [anon_sym_final] = ACTIONS(4881), + [anon_sym_open] = ACTIONS(4881), + [anon_sym_vararg] = ACTIONS(4881), + [anon_sym_noinline] = ACTIONS(4881), + [anon_sym_crossinline] = ACTIONS(4881), + [anon_sym_expect] = ACTIONS(4881), + [anon_sym_actual] = ACTIONS(4881), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4883), + [sym__automatic_semicolon] = ACTIONS(4883), + [sym_safe_nav] = ACTIONS(4883), + [sym_multiline_comment] = ACTIONS(3), + }, + [3763] = { + [sym__alpha_identifier] = ACTIONS(5083), + [anon_sym_AT] = ACTIONS(5085), + [anon_sym_LBRACK] = ACTIONS(5085), + [anon_sym_as] = ACTIONS(5083), + [anon_sym_EQ] = ACTIONS(5083), + [anon_sym_LBRACE] = ACTIONS(5085), + [anon_sym_RBRACE] = ACTIONS(5085), + [anon_sym_LPAREN] = ACTIONS(5085), + [anon_sym_COMMA] = ACTIONS(5085), + [anon_sym_LT] = ACTIONS(5083), + [anon_sym_GT] = ACTIONS(5083), + [anon_sym_where] = ACTIONS(5083), + [anon_sym_DOT] = ACTIONS(5083), + [anon_sym_SEMI] = ACTIONS(5085), + [anon_sym_get] = ACTIONS(5083), + [anon_sym_set] = ACTIONS(5083), + [anon_sym_STAR] = ACTIONS(5083), + [sym_label] = ACTIONS(5085), + [anon_sym_in] = ACTIONS(5083), + [anon_sym_DOT_DOT] = ACTIONS(5085), + [anon_sym_QMARK_COLON] = ACTIONS(5085), + [anon_sym_AMP_AMP] = ACTIONS(5085), + [anon_sym_PIPE_PIPE] = ACTIONS(5085), + [anon_sym_else] = ACTIONS(5083), + [anon_sym_COLON_COLON] = ACTIONS(5085), + [anon_sym_PLUS_EQ] = ACTIONS(5085), + [anon_sym_DASH_EQ] = ACTIONS(5085), + [anon_sym_STAR_EQ] = ACTIONS(5085), + [anon_sym_SLASH_EQ] = ACTIONS(5085), + [anon_sym_PERCENT_EQ] = ACTIONS(5085), + [anon_sym_BANG_EQ] = ACTIONS(5083), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5085), + [anon_sym_EQ_EQ] = ACTIONS(5083), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5085), + [anon_sym_LT_EQ] = ACTIONS(5085), + [anon_sym_GT_EQ] = ACTIONS(5085), + [anon_sym_BANGin] = ACTIONS(5085), + [anon_sym_is] = ACTIONS(5083), + [anon_sym_BANGis] = ACTIONS(5085), + [anon_sym_PLUS] = ACTIONS(5083), + [anon_sym_DASH] = ACTIONS(5083), + [anon_sym_SLASH] = ACTIONS(5083), + [anon_sym_PERCENT] = ACTIONS(5083), + [anon_sym_as_QMARK] = ACTIONS(5085), + [anon_sym_PLUS_PLUS] = ACTIONS(5085), + [anon_sym_DASH_DASH] = ACTIONS(5085), + [anon_sym_BANG_BANG] = ACTIONS(5085), + [anon_sym_suspend] = ACTIONS(5083), + [anon_sym_sealed] = ACTIONS(5083), + [anon_sym_annotation] = ACTIONS(5083), + [anon_sym_data] = ACTIONS(5083), + [anon_sym_inner] = ACTIONS(5083), + [anon_sym_override] = ACTIONS(5083), + [anon_sym_lateinit] = ACTIONS(5083), + [anon_sym_public] = ACTIONS(5083), + [anon_sym_private] = ACTIONS(5083), + [anon_sym_internal] = ACTIONS(5083), + [anon_sym_protected] = ACTIONS(5083), + [anon_sym_tailrec] = ACTIONS(5083), + [anon_sym_operator] = ACTIONS(5083), + [anon_sym_infix] = ACTIONS(5083), + [anon_sym_inline] = ACTIONS(5083), + [anon_sym_external] = ACTIONS(5083), + [sym_property_modifier] = ACTIONS(5083), + [anon_sym_abstract] = ACTIONS(5083), + [anon_sym_final] = ACTIONS(5083), + [anon_sym_open] = ACTIONS(5083), + [anon_sym_vararg] = ACTIONS(5083), + [anon_sym_noinline] = ACTIONS(5083), + [anon_sym_crossinline] = ACTIONS(5083), + [anon_sym_expect] = ACTIONS(5083), + [anon_sym_actual] = ACTIONS(5083), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5085), + [sym__automatic_semicolon] = ACTIONS(5085), + [sym_safe_nav] = ACTIONS(5085), + [sym_multiline_comment] = ACTIONS(3), + }, + [3764] = { + [sym__alpha_identifier] = ACTIONS(1401), + [anon_sym_AT] = ACTIONS(1399), + [anon_sym_LBRACK] = ACTIONS(1399), + [anon_sym_as] = ACTIONS(1401), + [anon_sym_EQ] = ACTIONS(1401), + [anon_sym_LBRACE] = ACTIONS(1399), + [anon_sym_RBRACE] = ACTIONS(1399), + [anon_sym_LPAREN] = ACTIONS(1399), + [anon_sym_COMMA] = ACTIONS(1399), + [anon_sym_LT] = ACTIONS(1401), + [anon_sym_GT] = ACTIONS(1401), + [anon_sym_where] = ACTIONS(1401), + [anon_sym_DOT] = ACTIONS(1401), + [anon_sym_SEMI] = ACTIONS(1399), + [anon_sym_get] = ACTIONS(1401), + [anon_sym_set] = ACTIONS(1401), + [anon_sym_STAR] = ACTIONS(1401), + [sym_label] = ACTIONS(1399), + [anon_sym_in] = ACTIONS(1401), + [anon_sym_DOT_DOT] = ACTIONS(1399), + [anon_sym_QMARK_COLON] = ACTIONS(1399), + [anon_sym_AMP_AMP] = ACTIONS(1399), + [anon_sym_PIPE_PIPE] = ACTIONS(1399), + [anon_sym_else] = ACTIONS(1401), + [anon_sym_COLON_COLON] = ACTIONS(1399), + [anon_sym_PLUS_EQ] = ACTIONS(1399), + [anon_sym_DASH_EQ] = ACTIONS(1399), + [anon_sym_STAR_EQ] = ACTIONS(1399), + [anon_sym_SLASH_EQ] = ACTIONS(1399), + [anon_sym_PERCENT_EQ] = ACTIONS(1399), + [anon_sym_BANG_EQ] = ACTIONS(1401), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1399), + [anon_sym_EQ_EQ] = ACTIONS(1401), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1399), + [anon_sym_LT_EQ] = ACTIONS(1399), + [anon_sym_GT_EQ] = ACTIONS(1399), + [anon_sym_BANGin] = ACTIONS(1399), + [anon_sym_is] = ACTIONS(1401), + [anon_sym_BANGis] = ACTIONS(1399), + [anon_sym_PLUS] = ACTIONS(1401), + [anon_sym_DASH] = ACTIONS(1401), + [anon_sym_SLASH] = ACTIONS(1401), + [anon_sym_PERCENT] = ACTIONS(1401), + [anon_sym_as_QMARK] = ACTIONS(1399), + [anon_sym_PLUS_PLUS] = ACTIONS(1399), + [anon_sym_DASH_DASH] = ACTIONS(1399), + [anon_sym_BANG_BANG] = ACTIONS(1399), + [anon_sym_suspend] = ACTIONS(1401), + [anon_sym_sealed] = ACTIONS(1401), + [anon_sym_annotation] = ACTIONS(1401), + [anon_sym_data] = ACTIONS(1401), + [anon_sym_inner] = ACTIONS(1401), + [anon_sym_override] = ACTIONS(1401), + [anon_sym_lateinit] = ACTIONS(1401), + [anon_sym_public] = ACTIONS(1401), + [anon_sym_private] = ACTIONS(1401), + [anon_sym_internal] = ACTIONS(1401), + [anon_sym_protected] = ACTIONS(1401), + [anon_sym_tailrec] = ACTIONS(1401), + [anon_sym_operator] = ACTIONS(1401), + [anon_sym_infix] = ACTIONS(1401), + [anon_sym_inline] = ACTIONS(1401), + [anon_sym_external] = ACTIONS(1401), + [sym_property_modifier] = ACTIONS(1401), + [anon_sym_abstract] = ACTIONS(1401), + [anon_sym_final] = ACTIONS(1401), + [anon_sym_open] = ACTIONS(1401), + [anon_sym_vararg] = ACTIONS(1401), + [anon_sym_noinline] = ACTIONS(1401), + [anon_sym_crossinline] = ACTIONS(1401), + [anon_sym_expect] = ACTIONS(1401), + [anon_sym_actual] = ACTIONS(1401), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1399), + [sym__automatic_semicolon] = ACTIONS(1399), + [sym_safe_nav] = ACTIONS(1399), + [sym_multiline_comment] = ACTIONS(3), + }, + [3765] = { + [sym_class_body] = STATE(3121), + [sym_type_constraints] = STATE(3047), + [sym__alpha_identifier] = ACTIONS(4303), + [anon_sym_AT] = ACTIONS(4305), + [anon_sym_COLON] = ACTIONS(6874), + [anon_sym_LBRACK] = ACTIONS(4305), + [anon_sym_as] = ACTIONS(4303), + [anon_sym_LBRACE] = ACTIONS(3144), + [anon_sym_RBRACE] = ACTIONS(4305), + [anon_sym_LPAREN] = ACTIONS(4305), + [anon_sym_COMMA] = ACTIONS(4305), + [anon_sym_LT] = ACTIONS(4303), + [anon_sym_GT] = ACTIONS(4303), + [anon_sym_where] = ACTIONS(3118), + [anon_sym_object] = ACTIONS(4303), + [anon_sym_fun] = ACTIONS(4303), + [anon_sym_DOT] = ACTIONS(4303), + [anon_sym_SEMI] = ACTIONS(4305), + [anon_sym_get] = ACTIONS(4303), + [anon_sym_set] = ACTIONS(4303), + [anon_sym_this] = ACTIONS(4303), + [anon_sym_super] = ACTIONS(4303), + [anon_sym_STAR] = ACTIONS(4305), + [sym_label] = ACTIONS(4303), + [anon_sym_in] = ACTIONS(4303), + [anon_sym_DOT_DOT] = ACTIONS(4305), + [anon_sym_QMARK_COLON] = ACTIONS(4305), + [anon_sym_AMP_AMP] = ACTIONS(4305), + [anon_sym_PIPE_PIPE] = ACTIONS(4305), + [anon_sym_null] = ACTIONS(4303), + [anon_sym_if] = ACTIONS(4303), + [anon_sym_else] = ACTIONS(4303), + [anon_sym_when] = ACTIONS(4303), + [anon_sym_try] = ACTIONS(4303), + [anon_sym_throw] = ACTIONS(4303), + [anon_sym_return] = ACTIONS(4303), + [anon_sym_continue] = ACTIONS(4303), + [anon_sym_break] = ACTIONS(4303), + [anon_sym_COLON_COLON] = ACTIONS(4305), + [anon_sym_BANG_EQ] = ACTIONS(4303), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4305), + [anon_sym_EQ_EQ] = ACTIONS(4303), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4305), + [anon_sym_LT_EQ] = ACTIONS(4305), + [anon_sym_GT_EQ] = ACTIONS(4305), + [anon_sym_BANGin] = ACTIONS(4305), + [anon_sym_is] = ACTIONS(4303), + [anon_sym_BANGis] = ACTIONS(4305), + [anon_sym_PLUS] = ACTIONS(4303), + [anon_sym_DASH] = ACTIONS(4303), + [anon_sym_SLASH] = ACTIONS(4303), + [anon_sym_PERCENT] = ACTIONS(4305), + [anon_sym_as_QMARK] = ACTIONS(4305), + [anon_sym_PLUS_PLUS] = ACTIONS(4305), + [anon_sym_DASH_DASH] = ACTIONS(4305), + [anon_sym_BANG] = ACTIONS(4303), + [anon_sym_BANG_BANG] = ACTIONS(4305), + [anon_sym_data] = ACTIONS(4303), + [anon_sym_inner] = ACTIONS(4303), + [anon_sym_expect] = ACTIONS(4303), + [anon_sym_actual] = ACTIONS(4303), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4305), + [anon_sym_continue_AT] = ACTIONS(4305), + [anon_sym_break_AT] = ACTIONS(4305), + [sym_real_literal] = ACTIONS(4305), + [sym_integer_literal] = ACTIONS(4303), + [sym_hex_literal] = ACTIONS(4305), + [sym_bin_literal] = ACTIONS(4305), + [anon_sym_true] = ACTIONS(4303), + [anon_sym_false] = ACTIONS(4303), + [anon_sym_SQUOTE] = ACTIONS(4305), + [sym__backtick_identifier] = ACTIONS(4305), + [sym__automatic_semicolon] = ACTIONS(4305), + [sym_safe_nav] = ACTIONS(4305), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4305), + }, + [3766] = { + [sym__alpha_identifier] = ACTIONS(1770), + [anon_sym_AT] = ACTIONS(1772), + [anon_sym_LBRACK] = ACTIONS(1772), + [anon_sym_as] = ACTIONS(1770), + [anon_sym_EQ] = ACTIONS(1770), + [anon_sym_LBRACE] = ACTIONS(1772), + [anon_sym_RBRACE] = ACTIONS(1772), + [anon_sym_LPAREN] = ACTIONS(1772), + [anon_sym_COMMA] = ACTIONS(1772), + [anon_sym_LT] = ACTIONS(1770), + [anon_sym_GT] = ACTIONS(1770), + [anon_sym_where] = ACTIONS(1770), + [anon_sym_DOT] = ACTIONS(1770), + [anon_sym_SEMI] = ACTIONS(1772), + [anon_sym_get] = ACTIONS(1770), + [anon_sym_set] = ACTIONS(1770), + [anon_sym_STAR] = ACTIONS(1770), + [sym_label] = ACTIONS(1772), + [anon_sym_in] = ACTIONS(1770), + [anon_sym_DOT_DOT] = ACTIONS(1772), + [anon_sym_QMARK_COLON] = ACTIONS(1772), + [anon_sym_AMP_AMP] = ACTIONS(1772), + [anon_sym_PIPE_PIPE] = ACTIONS(1772), + [anon_sym_else] = ACTIONS(1770), + [anon_sym_COLON_COLON] = ACTIONS(1772), + [anon_sym_PLUS_EQ] = ACTIONS(1772), + [anon_sym_DASH_EQ] = ACTIONS(1772), + [anon_sym_STAR_EQ] = ACTIONS(1772), + [anon_sym_SLASH_EQ] = ACTIONS(1772), + [anon_sym_PERCENT_EQ] = ACTIONS(1772), + [anon_sym_BANG_EQ] = ACTIONS(1770), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1772), + [anon_sym_EQ_EQ] = ACTIONS(1770), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1772), + [anon_sym_LT_EQ] = ACTIONS(1772), + [anon_sym_GT_EQ] = ACTIONS(1772), + [anon_sym_BANGin] = ACTIONS(1772), + [anon_sym_is] = ACTIONS(1770), + [anon_sym_BANGis] = ACTIONS(1772), + [anon_sym_PLUS] = ACTIONS(1770), + [anon_sym_DASH] = ACTIONS(1770), + [anon_sym_SLASH] = ACTIONS(1770), + [anon_sym_PERCENT] = ACTIONS(1770), + [anon_sym_as_QMARK] = ACTIONS(1772), + [anon_sym_PLUS_PLUS] = ACTIONS(1772), + [anon_sym_DASH_DASH] = ACTIONS(1772), + [anon_sym_BANG_BANG] = ACTIONS(1772), + [anon_sym_suspend] = ACTIONS(1770), + [anon_sym_sealed] = ACTIONS(1770), + [anon_sym_annotation] = ACTIONS(1770), + [anon_sym_data] = ACTIONS(1770), + [anon_sym_inner] = ACTIONS(1770), + [anon_sym_override] = ACTIONS(1770), + [anon_sym_lateinit] = ACTIONS(1770), + [anon_sym_public] = ACTIONS(1770), + [anon_sym_private] = ACTIONS(1770), + [anon_sym_internal] = ACTIONS(1770), + [anon_sym_protected] = ACTIONS(1770), + [anon_sym_tailrec] = ACTIONS(1770), + [anon_sym_operator] = ACTIONS(1770), + [anon_sym_infix] = ACTIONS(1770), + [anon_sym_inline] = ACTIONS(1770), + [anon_sym_external] = ACTIONS(1770), + [sym_property_modifier] = ACTIONS(1770), + [anon_sym_abstract] = ACTIONS(1770), + [anon_sym_final] = ACTIONS(1770), + [anon_sym_open] = ACTIONS(1770), + [anon_sym_vararg] = ACTIONS(1770), + [anon_sym_noinline] = ACTIONS(1770), + [anon_sym_crossinline] = ACTIONS(1770), + [anon_sym_expect] = ACTIONS(1770), + [anon_sym_actual] = ACTIONS(1770), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4957), - [sym__automatic_semicolon] = ACTIONS(4957), - [sym_safe_nav] = ACTIONS(4957), + [sym__backtick_identifier] = ACTIONS(1772), + [sym__automatic_semicolon] = ACTIONS(1772), + [sym_safe_nav] = ACTIONS(1772), [sym_multiline_comment] = ACTIONS(3), }, - [3754] = { + [3767] = { + [sym__alpha_identifier] = ACTIONS(5099), + [anon_sym_AT] = ACTIONS(5101), + [anon_sym_LBRACK] = ACTIONS(5101), + [anon_sym_as] = ACTIONS(5099), + [anon_sym_EQ] = ACTIONS(5099), + [anon_sym_LBRACE] = ACTIONS(5101), + [anon_sym_RBRACE] = ACTIONS(5101), + [anon_sym_LPAREN] = ACTIONS(5101), + [anon_sym_COMMA] = ACTIONS(5101), + [anon_sym_LT] = ACTIONS(5099), + [anon_sym_GT] = ACTIONS(5099), + [anon_sym_where] = ACTIONS(5099), + [anon_sym_DOT] = ACTIONS(5099), + [anon_sym_SEMI] = ACTIONS(5101), + [anon_sym_get] = ACTIONS(5099), + [anon_sym_set] = ACTIONS(5099), + [anon_sym_STAR] = ACTIONS(5099), + [sym_label] = ACTIONS(5101), + [anon_sym_in] = ACTIONS(5099), + [anon_sym_DOT_DOT] = ACTIONS(5101), + [anon_sym_QMARK_COLON] = ACTIONS(5101), + [anon_sym_AMP_AMP] = ACTIONS(5101), + [anon_sym_PIPE_PIPE] = ACTIONS(5101), + [anon_sym_else] = ACTIONS(5099), + [anon_sym_COLON_COLON] = ACTIONS(5101), + [anon_sym_PLUS_EQ] = ACTIONS(5101), + [anon_sym_DASH_EQ] = ACTIONS(5101), + [anon_sym_STAR_EQ] = ACTIONS(5101), + [anon_sym_SLASH_EQ] = ACTIONS(5101), + [anon_sym_PERCENT_EQ] = ACTIONS(5101), + [anon_sym_BANG_EQ] = ACTIONS(5099), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5101), + [anon_sym_EQ_EQ] = ACTIONS(5099), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5101), + [anon_sym_LT_EQ] = ACTIONS(5101), + [anon_sym_GT_EQ] = ACTIONS(5101), + [anon_sym_BANGin] = ACTIONS(5101), + [anon_sym_is] = ACTIONS(5099), + [anon_sym_BANGis] = ACTIONS(5101), + [anon_sym_PLUS] = ACTIONS(5099), + [anon_sym_DASH] = ACTIONS(5099), + [anon_sym_SLASH] = ACTIONS(5099), + [anon_sym_PERCENT] = ACTIONS(5099), + [anon_sym_as_QMARK] = ACTIONS(5101), + [anon_sym_PLUS_PLUS] = ACTIONS(5101), + [anon_sym_DASH_DASH] = ACTIONS(5101), + [anon_sym_BANG_BANG] = ACTIONS(5101), + [anon_sym_suspend] = ACTIONS(5099), + [anon_sym_sealed] = ACTIONS(5099), + [anon_sym_annotation] = ACTIONS(5099), + [anon_sym_data] = ACTIONS(5099), + [anon_sym_inner] = ACTIONS(5099), + [anon_sym_override] = ACTIONS(5099), + [anon_sym_lateinit] = ACTIONS(5099), + [anon_sym_public] = ACTIONS(5099), + [anon_sym_private] = ACTIONS(5099), + [anon_sym_internal] = ACTIONS(5099), + [anon_sym_protected] = ACTIONS(5099), + [anon_sym_tailrec] = ACTIONS(5099), + [anon_sym_operator] = ACTIONS(5099), + [anon_sym_infix] = ACTIONS(5099), + [anon_sym_inline] = ACTIONS(5099), + [anon_sym_external] = ACTIONS(5099), + [sym_property_modifier] = ACTIONS(5099), + [anon_sym_abstract] = ACTIONS(5099), + [anon_sym_final] = ACTIONS(5099), + [anon_sym_open] = ACTIONS(5099), + [anon_sym_vararg] = ACTIONS(5099), + [anon_sym_noinline] = ACTIONS(5099), + [anon_sym_crossinline] = ACTIONS(5099), + [anon_sym_expect] = ACTIONS(5099), + [anon_sym_actual] = ACTIONS(5099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5101), + [sym__automatic_semicolon] = ACTIONS(5101), + [sym_safe_nav] = ACTIONS(5101), + [sym_multiline_comment] = ACTIONS(3), + }, + [3768] = { [sym__alpha_identifier] = ACTIONS(5035), [anon_sym_AT] = ACTIONS(5037), [anon_sym_LBRACK] = ACTIONS(5037), @@ -403124,3404 +404398,1982 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_safe_nav] = ACTIONS(5037), [sym_multiline_comment] = ACTIONS(3), }, - [3755] = { - [sym__alpha_identifier] = ACTIONS(4746), - [anon_sym_AT] = ACTIONS(4748), - [anon_sym_LBRACK] = ACTIONS(4748), - [anon_sym_as] = ACTIONS(4746), - [anon_sym_EQ] = ACTIONS(4750), - [anon_sym_LBRACE] = ACTIONS(4748), - [anon_sym_RBRACE] = ACTIONS(4748), - [anon_sym_LPAREN] = ACTIONS(4748), - [anon_sym_COMMA] = ACTIONS(4748), - [anon_sym_LT] = ACTIONS(4746), - [anon_sym_GT] = ACTIONS(4746), - [anon_sym_where] = ACTIONS(4746), - [anon_sym_DOT] = ACTIONS(4746), - [anon_sym_SEMI] = ACTIONS(4748), - [anon_sym_get] = ACTIONS(4746), - [anon_sym_set] = ACTIONS(4746), - [anon_sym_STAR] = ACTIONS(4746), - [sym_label] = ACTIONS(4748), - [anon_sym_in] = ACTIONS(4746), - [anon_sym_DOT_DOT] = ACTIONS(4748), - [anon_sym_QMARK_COLON] = ACTIONS(4748), - [anon_sym_AMP_AMP] = ACTIONS(4748), - [anon_sym_PIPE_PIPE] = ACTIONS(4748), - [anon_sym_else] = ACTIONS(4746), - [anon_sym_COLON_COLON] = ACTIONS(6823), - [anon_sym_PLUS_EQ] = ACTIONS(4755), - [anon_sym_DASH_EQ] = ACTIONS(4755), - [anon_sym_STAR_EQ] = ACTIONS(4755), - [anon_sym_SLASH_EQ] = ACTIONS(4755), - [anon_sym_PERCENT_EQ] = ACTIONS(4755), - [anon_sym_BANG_EQ] = ACTIONS(4746), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4748), - [anon_sym_EQ_EQ] = ACTIONS(4746), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4748), - [anon_sym_LT_EQ] = ACTIONS(4748), - [anon_sym_GT_EQ] = ACTIONS(4748), - [anon_sym_BANGin] = ACTIONS(4748), - [anon_sym_is] = ACTIONS(4746), - [anon_sym_BANGis] = ACTIONS(4748), - [anon_sym_PLUS] = ACTIONS(4746), - [anon_sym_DASH] = ACTIONS(4746), - [anon_sym_SLASH] = ACTIONS(4746), - [anon_sym_PERCENT] = ACTIONS(4746), - [anon_sym_as_QMARK] = ACTIONS(4748), - [anon_sym_PLUS_PLUS] = ACTIONS(4748), - [anon_sym_DASH_DASH] = ACTIONS(4748), - [anon_sym_BANG_BANG] = ACTIONS(4748), - [anon_sym_suspend] = ACTIONS(4746), - [anon_sym_sealed] = ACTIONS(4746), - [anon_sym_annotation] = ACTIONS(4746), - [anon_sym_data] = ACTIONS(4746), - [anon_sym_inner] = ACTIONS(4746), - [anon_sym_override] = ACTIONS(4746), - [anon_sym_lateinit] = ACTIONS(4746), - [anon_sym_public] = ACTIONS(4746), - [anon_sym_private] = ACTIONS(4746), - [anon_sym_internal] = ACTIONS(4746), - [anon_sym_protected] = ACTIONS(4746), - [anon_sym_tailrec] = ACTIONS(4746), - [anon_sym_operator] = ACTIONS(4746), - [anon_sym_infix] = ACTIONS(4746), - [anon_sym_inline] = ACTIONS(4746), - [anon_sym_external] = ACTIONS(4746), - [sym_property_modifier] = ACTIONS(4746), - [anon_sym_abstract] = ACTIONS(4746), - [anon_sym_final] = ACTIONS(4746), - [anon_sym_open] = ACTIONS(4746), - [anon_sym_vararg] = ACTIONS(4746), - [anon_sym_noinline] = ACTIONS(4746), - [anon_sym_crossinline] = ACTIONS(4746), - [anon_sym_expect] = ACTIONS(4746), - [anon_sym_actual] = ACTIONS(4746), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4748), - [sym__automatic_semicolon] = ACTIONS(4748), - [sym_safe_nav] = ACTIONS(4748), - [sym_multiline_comment] = ACTIONS(3), - }, - [3756] = { - [sym__alpha_identifier] = ACTIONS(1782), - [anon_sym_AT] = ACTIONS(1784), - [anon_sym_LBRACK] = ACTIONS(1784), - [anon_sym_as] = ACTIONS(1782), - [anon_sym_EQ] = ACTIONS(1782), - [anon_sym_LBRACE] = ACTIONS(1784), - [anon_sym_RBRACE] = ACTIONS(1784), - [anon_sym_LPAREN] = ACTIONS(1784), - [anon_sym_COMMA] = ACTIONS(1784), - [anon_sym_LT] = ACTIONS(1782), - [anon_sym_GT] = ACTIONS(1782), - [anon_sym_where] = ACTIONS(1782), - [anon_sym_DOT] = ACTIONS(1782), - [anon_sym_SEMI] = ACTIONS(1784), - [anon_sym_get] = ACTIONS(1782), - [anon_sym_set] = ACTIONS(1782), - [anon_sym_STAR] = ACTIONS(1782), - [sym_label] = ACTIONS(1784), - [anon_sym_in] = ACTIONS(1782), - [anon_sym_DOT_DOT] = ACTIONS(1784), - [anon_sym_QMARK_COLON] = ACTIONS(1784), - [anon_sym_AMP_AMP] = ACTIONS(1784), - [anon_sym_PIPE_PIPE] = ACTIONS(1784), - [anon_sym_else] = ACTIONS(1782), - [anon_sym_COLON_COLON] = ACTIONS(1784), - [anon_sym_PLUS_EQ] = ACTIONS(1784), - [anon_sym_DASH_EQ] = ACTIONS(1784), - [anon_sym_STAR_EQ] = ACTIONS(1784), - [anon_sym_SLASH_EQ] = ACTIONS(1784), - [anon_sym_PERCENT_EQ] = ACTIONS(1784), - [anon_sym_BANG_EQ] = ACTIONS(1782), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1784), - [anon_sym_EQ_EQ] = ACTIONS(1782), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1784), - [anon_sym_LT_EQ] = ACTIONS(1784), - [anon_sym_GT_EQ] = ACTIONS(1784), - [anon_sym_BANGin] = ACTIONS(1784), - [anon_sym_is] = ACTIONS(1782), - [anon_sym_BANGis] = ACTIONS(1784), - [anon_sym_PLUS] = ACTIONS(1782), - [anon_sym_DASH] = ACTIONS(1782), - [anon_sym_SLASH] = ACTIONS(1782), - [anon_sym_PERCENT] = ACTIONS(1782), - [anon_sym_as_QMARK] = ACTIONS(1784), - [anon_sym_PLUS_PLUS] = ACTIONS(1784), - [anon_sym_DASH_DASH] = ACTIONS(1784), - [anon_sym_BANG_BANG] = ACTIONS(1784), - [anon_sym_suspend] = ACTIONS(1782), - [anon_sym_sealed] = ACTIONS(1782), - [anon_sym_annotation] = ACTIONS(1782), - [anon_sym_data] = ACTIONS(1782), - [anon_sym_inner] = ACTIONS(1782), - [anon_sym_override] = ACTIONS(1782), - [anon_sym_lateinit] = ACTIONS(1782), - [anon_sym_public] = ACTIONS(1782), - [anon_sym_private] = ACTIONS(1782), - [anon_sym_internal] = ACTIONS(1782), - [anon_sym_protected] = ACTIONS(1782), - [anon_sym_tailrec] = ACTIONS(1782), - [anon_sym_operator] = ACTIONS(1782), - [anon_sym_infix] = ACTIONS(1782), - [anon_sym_inline] = ACTIONS(1782), - [anon_sym_external] = ACTIONS(1782), - [sym_property_modifier] = ACTIONS(1782), - [anon_sym_abstract] = ACTIONS(1782), - [anon_sym_final] = ACTIONS(1782), - [anon_sym_open] = ACTIONS(1782), - [anon_sym_vararg] = ACTIONS(1782), - [anon_sym_noinline] = ACTIONS(1782), - [anon_sym_crossinline] = ACTIONS(1782), - [anon_sym_expect] = ACTIONS(1782), - [anon_sym_actual] = ACTIONS(1782), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1784), - [sym__automatic_semicolon] = ACTIONS(1784), - [sym_safe_nav] = ACTIONS(1784), - [sym_multiline_comment] = ACTIONS(3), - }, - [3757] = { - [sym__alpha_identifier] = ACTIONS(4793), - [anon_sym_AT] = ACTIONS(4795), - [anon_sym_LBRACK] = ACTIONS(4795), - [anon_sym_as] = ACTIONS(4793), - [anon_sym_EQ] = ACTIONS(4793), - [anon_sym_LBRACE] = ACTIONS(4795), - [anon_sym_RBRACE] = ACTIONS(4795), - [anon_sym_LPAREN] = ACTIONS(4795), - [anon_sym_COMMA] = ACTIONS(4795), - [anon_sym_LT] = ACTIONS(4793), - [anon_sym_GT] = ACTIONS(4793), - [anon_sym_where] = ACTIONS(4793), - [anon_sym_DOT] = ACTIONS(4793), - [anon_sym_SEMI] = ACTIONS(4795), - [anon_sym_get] = ACTIONS(4793), - [anon_sym_set] = ACTIONS(4793), - [anon_sym_STAR] = ACTIONS(4793), - [sym_label] = ACTIONS(4795), - [anon_sym_in] = ACTIONS(4793), - [anon_sym_DOT_DOT] = ACTIONS(4795), - [anon_sym_QMARK_COLON] = ACTIONS(4795), - [anon_sym_AMP_AMP] = ACTIONS(4795), - [anon_sym_PIPE_PIPE] = ACTIONS(4795), - [anon_sym_else] = ACTIONS(4793), - [anon_sym_COLON_COLON] = ACTIONS(4795), - [anon_sym_PLUS_EQ] = ACTIONS(4795), - [anon_sym_DASH_EQ] = ACTIONS(4795), - [anon_sym_STAR_EQ] = ACTIONS(4795), - [anon_sym_SLASH_EQ] = ACTIONS(4795), - [anon_sym_PERCENT_EQ] = ACTIONS(4795), - [anon_sym_BANG_EQ] = ACTIONS(4793), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4795), - [anon_sym_EQ_EQ] = ACTIONS(4793), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4795), - [anon_sym_LT_EQ] = ACTIONS(4795), - [anon_sym_GT_EQ] = ACTIONS(4795), - [anon_sym_BANGin] = ACTIONS(4795), - [anon_sym_is] = ACTIONS(4793), - [anon_sym_BANGis] = ACTIONS(4795), - [anon_sym_PLUS] = ACTIONS(4793), - [anon_sym_DASH] = ACTIONS(4793), - [anon_sym_SLASH] = ACTIONS(4793), - [anon_sym_PERCENT] = ACTIONS(4793), - [anon_sym_as_QMARK] = ACTIONS(4795), - [anon_sym_PLUS_PLUS] = ACTIONS(4795), - [anon_sym_DASH_DASH] = ACTIONS(4795), - [anon_sym_BANG_BANG] = ACTIONS(4795), - [anon_sym_suspend] = ACTIONS(4793), - [anon_sym_sealed] = ACTIONS(4793), - [anon_sym_annotation] = ACTIONS(4793), - [anon_sym_data] = ACTIONS(4793), - [anon_sym_inner] = ACTIONS(4793), - [anon_sym_override] = ACTIONS(4793), - [anon_sym_lateinit] = ACTIONS(4793), - [anon_sym_public] = ACTIONS(4793), - [anon_sym_private] = ACTIONS(4793), - [anon_sym_internal] = ACTIONS(4793), - [anon_sym_protected] = ACTIONS(4793), - [anon_sym_tailrec] = ACTIONS(4793), - [anon_sym_operator] = ACTIONS(4793), - [anon_sym_infix] = ACTIONS(4793), - [anon_sym_inline] = ACTIONS(4793), - [anon_sym_external] = ACTIONS(4793), - [sym_property_modifier] = ACTIONS(4793), - [anon_sym_abstract] = ACTIONS(4793), - [anon_sym_final] = ACTIONS(4793), - [anon_sym_open] = ACTIONS(4793), - [anon_sym_vararg] = ACTIONS(4793), - [anon_sym_noinline] = ACTIONS(4793), - [anon_sym_crossinline] = ACTIONS(4793), - [anon_sym_expect] = ACTIONS(4793), - [anon_sym_actual] = ACTIONS(4793), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4795), - [sym__automatic_semicolon] = ACTIONS(4795), - [sym_safe_nav] = ACTIONS(4795), - [sym_multiline_comment] = ACTIONS(3), - }, - [3758] = { - [sym__alpha_identifier] = ACTIONS(5027), - [anon_sym_AT] = ACTIONS(5029), - [anon_sym_LBRACK] = ACTIONS(5029), - [anon_sym_as] = ACTIONS(5027), - [anon_sym_EQ] = ACTIONS(5027), - [anon_sym_LBRACE] = ACTIONS(5029), - [anon_sym_RBRACE] = ACTIONS(5029), - [anon_sym_LPAREN] = ACTIONS(5029), - [anon_sym_COMMA] = ACTIONS(5029), - [anon_sym_LT] = ACTIONS(5027), - [anon_sym_GT] = ACTIONS(5027), - [anon_sym_where] = ACTIONS(5027), - [anon_sym_DOT] = ACTIONS(5027), - [anon_sym_SEMI] = ACTIONS(5029), - [anon_sym_get] = ACTIONS(5027), - [anon_sym_set] = ACTIONS(5027), - [anon_sym_STAR] = ACTIONS(5027), - [sym_label] = ACTIONS(5029), - [anon_sym_in] = ACTIONS(5027), - [anon_sym_DOT_DOT] = ACTIONS(5029), - [anon_sym_QMARK_COLON] = ACTIONS(5029), - [anon_sym_AMP_AMP] = ACTIONS(5029), - [anon_sym_PIPE_PIPE] = ACTIONS(5029), - [anon_sym_else] = ACTIONS(5027), - [anon_sym_COLON_COLON] = ACTIONS(5029), - [anon_sym_PLUS_EQ] = ACTIONS(5029), - [anon_sym_DASH_EQ] = ACTIONS(5029), - [anon_sym_STAR_EQ] = ACTIONS(5029), - [anon_sym_SLASH_EQ] = ACTIONS(5029), - [anon_sym_PERCENT_EQ] = ACTIONS(5029), - [anon_sym_BANG_EQ] = ACTIONS(5027), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5029), - [anon_sym_EQ_EQ] = ACTIONS(5027), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5029), - [anon_sym_LT_EQ] = ACTIONS(5029), - [anon_sym_GT_EQ] = ACTIONS(5029), - [anon_sym_BANGin] = ACTIONS(5029), - [anon_sym_is] = ACTIONS(5027), - [anon_sym_BANGis] = ACTIONS(5029), - [anon_sym_PLUS] = ACTIONS(5027), - [anon_sym_DASH] = ACTIONS(5027), - [anon_sym_SLASH] = ACTIONS(5027), - [anon_sym_PERCENT] = ACTIONS(5027), - [anon_sym_as_QMARK] = ACTIONS(5029), - [anon_sym_PLUS_PLUS] = ACTIONS(5029), - [anon_sym_DASH_DASH] = ACTIONS(5029), - [anon_sym_BANG_BANG] = ACTIONS(5029), - [anon_sym_suspend] = ACTIONS(5027), - [anon_sym_sealed] = ACTIONS(5027), - [anon_sym_annotation] = ACTIONS(5027), - [anon_sym_data] = ACTIONS(5027), - [anon_sym_inner] = ACTIONS(5027), - [anon_sym_override] = ACTIONS(5027), - [anon_sym_lateinit] = ACTIONS(5027), - [anon_sym_public] = ACTIONS(5027), - [anon_sym_private] = ACTIONS(5027), - [anon_sym_internal] = ACTIONS(5027), - [anon_sym_protected] = ACTIONS(5027), - [anon_sym_tailrec] = ACTIONS(5027), - [anon_sym_operator] = ACTIONS(5027), - [anon_sym_infix] = ACTIONS(5027), - [anon_sym_inline] = ACTIONS(5027), - [anon_sym_external] = ACTIONS(5027), - [sym_property_modifier] = ACTIONS(5027), - [anon_sym_abstract] = ACTIONS(5027), - [anon_sym_final] = ACTIONS(5027), - [anon_sym_open] = ACTIONS(5027), - [anon_sym_vararg] = ACTIONS(5027), - [anon_sym_noinline] = ACTIONS(5027), - [anon_sym_crossinline] = ACTIONS(5027), - [anon_sym_expect] = ACTIONS(5027), - [anon_sym_actual] = ACTIONS(5027), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5029), - [sym__automatic_semicolon] = ACTIONS(5029), - [sym_safe_nav] = ACTIONS(5029), - [sym_multiline_comment] = ACTIONS(3), - }, - [3759] = { - [sym__alpha_identifier] = ACTIONS(4089), - [anon_sym_AT] = ACTIONS(4091), - [anon_sym_LBRACK] = ACTIONS(4091), - [anon_sym_as] = ACTIONS(4089), - [anon_sym_EQ] = ACTIONS(4089), - [anon_sym_LBRACE] = ACTIONS(4091), - [anon_sym_RBRACE] = ACTIONS(4091), - [anon_sym_LPAREN] = ACTIONS(4091), - [anon_sym_COMMA] = ACTIONS(4091), - [anon_sym_LT] = ACTIONS(4089), - [anon_sym_GT] = ACTIONS(4089), - [anon_sym_where] = ACTIONS(4089), - [anon_sym_DOT] = ACTIONS(4089), - [anon_sym_SEMI] = ACTIONS(4091), - [anon_sym_get] = ACTIONS(4089), - [anon_sym_set] = ACTIONS(4089), - [anon_sym_STAR] = ACTIONS(4089), - [sym_label] = ACTIONS(4091), - [anon_sym_in] = ACTIONS(4089), - [anon_sym_DOT_DOT] = ACTIONS(4091), - [anon_sym_QMARK_COLON] = ACTIONS(4091), - [anon_sym_AMP_AMP] = ACTIONS(4091), - [anon_sym_PIPE_PIPE] = ACTIONS(4091), - [anon_sym_else] = ACTIONS(4089), - [anon_sym_COLON_COLON] = ACTIONS(4091), - [anon_sym_PLUS_EQ] = ACTIONS(4091), - [anon_sym_DASH_EQ] = ACTIONS(4091), - [anon_sym_STAR_EQ] = ACTIONS(4091), - [anon_sym_SLASH_EQ] = ACTIONS(4091), - [anon_sym_PERCENT_EQ] = ACTIONS(4091), - [anon_sym_BANG_EQ] = ACTIONS(4089), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4091), - [anon_sym_EQ_EQ] = ACTIONS(4089), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4091), - [anon_sym_LT_EQ] = ACTIONS(4091), - [anon_sym_GT_EQ] = ACTIONS(4091), - [anon_sym_BANGin] = ACTIONS(4091), - [anon_sym_is] = ACTIONS(4089), - [anon_sym_BANGis] = ACTIONS(4091), - [anon_sym_PLUS] = ACTIONS(4089), - [anon_sym_DASH] = ACTIONS(4089), - [anon_sym_SLASH] = ACTIONS(4089), - [anon_sym_PERCENT] = ACTIONS(4089), - [anon_sym_as_QMARK] = ACTIONS(4091), - [anon_sym_PLUS_PLUS] = ACTIONS(4091), - [anon_sym_DASH_DASH] = ACTIONS(4091), - [anon_sym_BANG_BANG] = ACTIONS(4091), - [anon_sym_suspend] = ACTIONS(4089), - [anon_sym_sealed] = ACTIONS(4089), - [anon_sym_annotation] = ACTIONS(4089), - [anon_sym_data] = ACTIONS(4089), - [anon_sym_inner] = ACTIONS(4089), - [anon_sym_override] = ACTIONS(4089), - [anon_sym_lateinit] = ACTIONS(4089), - [anon_sym_public] = ACTIONS(4089), - [anon_sym_private] = ACTIONS(4089), - [anon_sym_internal] = ACTIONS(4089), - [anon_sym_protected] = ACTIONS(4089), - [anon_sym_tailrec] = ACTIONS(4089), - [anon_sym_operator] = ACTIONS(4089), - [anon_sym_infix] = ACTIONS(4089), - [anon_sym_inline] = ACTIONS(4089), - [anon_sym_external] = ACTIONS(4089), - [sym_property_modifier] = ACTIONS(4089), - [anon_sym_abstract] = ACTIONS(4089), - [anon_sym_final] = ACTIONS(4089), - [anon_sym_open] = ACTIONS(4089), - [anon_sym_vararg] = ACTIONS(4089), - [anon_sym_noinline] = ACTIONS(4089), - [anon_sym_crossinline] = ACTIONS(4089), - [anon_sym_expect] = ACTIONS(4089), - [anon_sym_actual] = ACTIONS(4089), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4091), - [sym__automatic_semicolon] = ACTIONS(4091), - [sym_safe_nav] = ACTIONS(4091), - [sym_multiline_comment] = ACTIONS(3), - }, - [3760] = { - [sym__alpha_identifier] = ACTIONS(4789), - [anon_sym_AT] = ACTIONS(4791), - [anon_sym_LBRACK] = ACTIONS(4791), - [anon_sym_as] = ACTIONS(4789), - [anon_sym_EQ] = ACTIONS(4789), - [anon_sym_LBRACE] = ACTIONS(4791), - [anon_sym_RBRACE] = ACTIONS(4791), - [anon_sym_LPAREN] = ACTIONS(4791), - [anon_sym_COMMA] = ACTIONS(4791), - [anon_sym_LT] = ACTIONS(4789), - [anon_sym_GT] = ACTIONS(4789), - [anon_sym_where] = ACTIONS(4789), - [anon_sym_DOT] = ACTIONS(4789), - [anon_sym_SEMI] = ACTIONS(4791), - [anon_sym_get] = ACTIONS(4789), - [anon_sym_set] = ACTIONS(4789), - [anon_sym_STAR] = ACTIONS(4789), - [sym_label] = ACTIONS(4791), - [anon_sym_in] = ACTIONS(4789), - [anon_sym_DOT_DOT] = ACTIONS(4791), - [anon_sym_QMARK_COLON] = ACTIONS(4791), - [anon_sym_AMP_AMP] = ACTIONS(4791), - [anon_sym_PIPE_PIPE] = ACTIONS(4791), - [anon_sym_else] = ACTIONS(4789), - [anon_sym_COLON_COLON] = ACTIONS(4791), - [anon_sym_PLUS_EQ] = ACTIONS(4791), - [anon_sym_DASH_EQ] = ACTIONS(4791), - [anon_sym_STAR_EQ] = ACTIONS(4791), - [anon_sym_SLASH_EQ] = ACTIONS(4791), - [anon_sym_PERCENT_EQ] = ACTIONS(4791), - [anon_sym_BANG_EQ] = ACTIONS(4789), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4791), - [anon_sym_EQ_EQ] = ACTIONS(4789), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4791), - [anon_sym_LT_EQ] = ACTIONS(4791), - [anon_sym_GT_EQ] = ACTIONS(4791), - [anon_sym_BANGin] = ACTIONS(4791), - [anon_sym_is] = ACTIONS(4789), - [anon_sym_BANGis] = ACTIONS(4791), - [anon_sym_PLUS] = ACTIONS(4789), - [anon_sym_DASH] = ACTIONS(4789), - [anon_sym_SLASH] = ACTIONS(4789), - [anon_sym_PERCENT] = ACTIONS(4789), - [anon_sym_as_QMARK] = ACTIONS(4791), - [anon_sym_PLUS_PLUS] = ACTIONS(4791), - [anon_sym_DASH_DASH] = ACTIONS(4791), - [anon_sym_BANG_BANG] = ACTIONS(4791), - [anon_sym_suspend] = ACTIONS(4789), - [anon_sym_sealed] = ACTIONS(4789), - [anon_sym_annotation] = ACTIONS(4789), - [anon_sym_data] = ACTIONS(4789), - [anon_sym_inner] = ACTIONS(4789), - [anon_sym_override] = ACTIONS(4789), - [anon_sym_lateinit] = ACTIONS(4789), - [anon_sym_public] = ACTIONS(4789), - [anon_sym_private] = ACTIONS(4789), - [anon_sym_internal] = ACTIONS(4789), - [anon_sym_protected] = ACTIONS(4789), - [anon_sym_tailrec] = ACTIONS(4789), - [anon_sym_operator] = ACTIONS(4789), - [anon_sym_infix] = ACTIONS(4789), - [anon_sym_inline] = ACTIONS(4789), - [anon_sym_external] = ACTIONS(4789), - [sym_property_modifier] = ACTIONS(4789), - [anon_sym_abstract] = ACTIONS(4789), - [anon_sym_final] = ACTIONS(4789), - [anon_sym_open] = ACTIONS(4789), - [anon_sym_vararg] = ACTIONS(4789), - [anon_sym_noinline] = ACTIONS(4789), - [anon_sym_crossinline] = ACTIONS(4789), - [anon_sym_expect] = ACTIONS(4789), - [anon_sym_actual] = ACTIONS(4789), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4791), - [sym__automatic_semicolon] = ACTIONS(4791), - [sym_safe_nav] = ACTIONS(4791), - [sym_multiline_comment] = ACTIONS(3), - }, - [3761] = { - [sym__alpha_identifier] = ACTIONS(4386), - [anon_sym_AT] = ACTIONS(4388), - [anon_sym_LBRACK] = ACTIONS(4388), - [anon_sym_as] = ACTIONS(4386), - [anon_sym_EQ] = ACTIONS(4386), - [anon_sym_LBRACE] = ACTIONS(4388), - [anon_sym_RBRACE] = ACTIONS(4388), - [anon_sym_LPAREN] = ACTIONS(4388), - [anon_sym_COMMA] = ACTIONS(4388), - [anon_sym_LT] = ACTIONS(4386), - [anon_sym_GT] = ACTIONS(4386), - [anon_sym_where] = ACTIONS(4386), - [anon_sym_DOT] = ACTIONS(4386), - [anon_sym_SEMI] = ACTIONS(4388), - [anon_sym_get] = ACTIONS(4386), - [anon_sym_set] = ACTIONS(4386), - [anon_sym_STAR] = ACTIONS(4386), - [sym_label] = ACTIONS(4388), - [anon_sym_in] = ACTIONS(4386), - [anon_sym_DOT_DOT] = ACTIONS(4388), - [anon_sym_QMARK_COLON] = ACTIONS(4388), - [anon_sym_AMP_AMP] = ACTIONS(4388), - [anon_sym_PIPE_PIPE] = ACTIONS(4388), - [anon_sym_else] = ACTIONS(4386), - [anon_sym_COLON_COLON] = ACTIONS(4388), - [anon_sym_PLUS_EQ] = ACTIONS(4388), - [anon_sym_DASH_EQ] = ACTIONS(4388), - [anon_sym_STAR_EQ] = ACTIONS(4388), - [anon_sym_SLASH_EQ] = ACTIONS(4388), - [anon_sym_PERCENT_EQ] = ACTIONS(4388), - [anon_sym_BANG_EQ] = ACTIONS(4386), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4388), - [anon_sym_EQ_EQ] = ACTIONS(4386), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4388), - [anon_sym_LT_EQ] = ACTIONS(4388), - [anon_sym_GT_EQ] = ACTIONS(4388), - [anon_sym_BANGin] = ACTIONS(4388), - [anon_sym_is] = ACTIONS(4386), - [anon_sym_BANGis] = ACTIONS(4388), - [anon_sym_PLUS] = ACTIONS(4386), - [anon_sym_DASH] = ACTIONS(4386), - [anon_sym_SLASH] = ACTIONS(4386), - [anon_sym_PERCENT] = ACTIONS(4386), - [anon_sym_as_QMARK] = ACTIONS(4388), - [anon_sym_PLUS_PLUS] = ACTIONS(4388), - [anon_sym_DASH_DASH] = ACTIONS(4388), - [anon_sym_BANG_BANG] = ACTIONS(4388), - [anon_sym_suspend] = ACTIONS(4386), - [anon_sym_sealed] = ACTIONS(4386), - [anon_sym_annotation] = ACTIONS(4386), - [anon_sym_data] = ACTIONS(4386), - [anon_sym_inner] = ACTIONS(4386), - [anon_sym_override] = ACTIONS(4386), - [anon_sym_lateinit] = ACTIONS(4386), - [anon_sym_public] = ACTIONS(4386), - [anon_sym_private] = ACTIONS(4386), - [anon_sym_internal] = ACTIONS(4386), - [anon_sym_protected] = ACTIONS(4386), - [anon_sym_tailrec] = ACTIONS(4386), - [anon_sym_operator] = ACTIONS(4386), - [anon_sym_infix] = ACTIONS(4386), - [anon_sym_inline] = ACTIONS(4386), - [anon_sym_external] = ACTIONS(4386), - [sym_property_modifier] = ACTIONS(4386), - [anon_sym_abstract] = ACTIONS(4386), - [anon_sym_final] = ACTIONS(4386), - [anon_sym_open] = ACTIONS(4386), - [anon_sym_vararg] = ACTIONS(4386), - [anon_sym_noinline] = ACTIONS(4386), - [anon_sym_crossinline] = ACTIONS(4386), - [anon_sym_expect] = ACTIONS(4386), - [anon_sym_actual] = ACTIONS(4386), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4388), - [sym__automatic_semicolon] = ACTIONS(4388), - [sym_safe_nav] = ACTIONS(4388), - [sym_multiline_comment] = ACTIONS(3), - }, - [3762] = { - [sym__alpha_identifier] = ACTIONS(4730), - [anon_sym_AT] = ACTIONS(4732), - [anon_sym_LBRACK] = ACTIONS(4732), - [anon_sym_as] = ACTIONS(4730), - [anon_sym_EQ] = ACTIONS(4730), - [anon_sym_LBRACE] = ACTIONS(4732), - [anon_sym_RBRACE] = ACTIONS(4732), - [anon_sym_LPAREN] = ACTIONS(4732), - [anon_sym_COMMA] = ACTIONS(4732), - [anon_sym_LT] = ACTIONS(4730), - [anon_sym_GT] = ACTIONS(4730), - [anon_sym_where] = ACTIONS(4730), - [anon_sym_DOT] = ACTIONS(4730), - [anon_sym_SEMI] = ACTIONS(4732), - [anon_sym_get] = ACTIONS(4730), - [anon_sym_set] = ACTIONS(4730), - [anon_sym_STAR] = ACTIONS(4730), - [sym_label] = ACTIONS(4732), - [anon_sym_in] = ACTIONS(4730), - [anon_sym_DOT_DOT] = ACTIONS(4732), - [anon_sym_QMARK_COLON] = ACTIONS(4732), - [anon_sym_AMP_AMP] = ACTIONS(4732), - [anon_sym_PIPE_PIPE] = ACTIONS(4732), - [anon_sym_else] = ACTIONS(4730), - [anon_sym_COLON_COLON] = ACTIONS(4732), - [anon_sym_PLUS_EQ] = ACTIONS(4732), - [anon_sym_DASH_EQ] = ACTIONS(4732), - [anon_sym_STAR_EQ] = ACTIONS(4732), - [anon_sym_SLASH_EQ] = ACTIONS(4732), - [anon_sym_PERCENT_EQ] = ACTIONS(4732), - [anon_sym_BANG_EQ] = ACTIONS(4730), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4732), - [anon_sym_EQ_EQ] = ACTIONS(4730), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4732), - [anon_sym_LT_EQ] = ACTIONS(4732), - [anon_sym_GT_EQ] = ACTIONS(4732), - [anon_sym_BANGin] = ACTIONS(4732), - [anon_sym_is] = ACTIONS(4730), - [anon_sym_BANGis] = ACTIONS(4732), - [anon_sym_PLUS] = ACTIONS(4730), - [anon_sym_DASH] = ACTIONS(4730), - [anon_sym_SLASH] = ACTIONS(4730), - [anon_sym_PERCENT] = ACTIONS(4730), - [anon_sym_as_QMARK] = ACTIONS(4732), - [anon_sym_PLUS_PLUS] = ACTIONS(4732), - [anon_sym_DASH_DASH] = ACTIONS(4732), - [anon_sym_BANG_BANG] = ACTIONS(4732), - [anon_sym_suspend] = ACTIONS(4730), - [anon_sym_sealed] = ACTIONS(4730), - [anon_sym_annotation] = ACTIONS(4730), - [anon_sym_data] = ACTIONS(4730), - [anon_sym_inner] = ACTIONS(4730), - [anon_sym_override] = ACTIONS(4730), - [anon_sym_lateinit] = ACTIONS(4730), - [anon_sym_public] = ACTIONS(4730), - [anon_sym_private] = ACTIONS(4730), - [anon_sym_internal] = ACTIONS(4730), - [anon_sym_protected] = ACTIONS(4730), - [anon_sym_tailrec] = ACTIONS(4730), - [anon_sym_operator] = ACTIONS(4730), - [anon_sym_infix] = ACTIONS(4730), - [anon_sym_inline] = ACTIONS(4730), - [anon_sym_external] = ACTIONS(4730), - [sym_property_modifier] = ACTIONS(4730), - [anon_sym_abstract] = ACTIONS(4730), - [anon_sym_final] = ACTIONS(4730), - [anon_sym_open] = ACTIONS(4730), - [anon_sym_vararg] = ACTIONS(4730), - [anon_sym_noinline] = ACTIONS(4730), - [anon_sym_crossinline] = ACTIONS(4730), - [anon_sym_expect] = ACTIONS(4730), - [anon_sym_actual] = ACTIONS(4730), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4732), - [sym__automatic_semicolon] = ACTIONS(4732), - [sym_safe_nav] = ACTIONS(4732), - [sym_multiline_comment] = ACTIONS(3), - }, - [3763] = { - [sym__alpha_identifier] = ACTIONS(4773), - [anon_sym_AT] = ACTIONS(4775), - [anon_sym_LBRACK] = ACTIONS(4775), - [anon_sym_as] = ACTIONS(4773), - [anon_sym_EQ] = ACTIONS(4773), - [anon_sym_LBRACE] = ACTIONS(4775), - [anon_sym_RBRACE] = ACTIONS(4775), - [anon_sym_LPAREN] = ACTIONS(4775), - [anon_sym_COMMA] = ACTIONS(4775), - [anon_sym_LT] = ACTIONS(4773), - [anon_sym_GT] = ACTIONS(4773), - [anon_sym_where] = ACTIONS(4773), - [anon_sym_DOT] = ACTIONS(4773), - [anon_sym_SEMI] = ACTIONS(4775), - [anon_sym_get] = ACTIONS(4773), - [anon_sym_set] = ACTIONS(4773), - [anon_sym_STAR] = ACTIONS(4773), - [sym_label] = ACTIONS(4775), - [anon_sym_in] = ACTIONS(4773), - [anon_sym_DOT_DOT] = ACTIONS(4775), - [anon_sym_QMARK_COLON] = ACTIONS(4775), - [anon_sym_AMP_AMP] = ACTIONS(4775), - [anon_sym_PIPE_PIPE] = ACTIONS(4775), - [anon_sym_else] = ACTIONS(4773), - [anon_sym_COLON_COLON] = ACTIONS(4775), - [anon_sym_PLUS_EQ] = ACTIONS(4775), - [anon_sym_DASH_EQ] = ACTIONS(4775), - [anon_sym_STAR_EQ] = ACTIONS(4775), - [anon_sym_SLASH_EQ] = ACTIONS(4775), - [anon_sym_PERCENT_EQ] = ACTIONS(4775), - [anon_sym_BANG_EQ] = ACTIONS(4773), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4775), - [anon_sym_EQ_EQ] = ACTIONS(4773), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4775), - [anon_sym_LT_EQ] = ACTIONS(4775), - [anon_sym_GT_EQ] = ACTIONS(4775), - [anon_sym_BANGin] = ACTIONS(4775), - [anon_sym_is] = ACTIONS(4773), - [anon_sym_BANGis] = ACTIONS(4775), - [anon_sym_PLUS] = ACTIONS(4773), - [anon_sym_DASH] = ACTIONS(4773), - [anon_sym_SLASH] = ACTIONS(4773), - [anon_sym_PERCENT] = ACTIONS(4773), - [anon_sym_as_QMARK] = ACTIONS(4775), - [anon_sym_PLUS_PLUS] = ACTIONS(4775), - [anon_sym_DASH_DASH] = ACTIONS(4775), - [anon_sym_BANG_BANG] = ACTIONS(4775), - [anon_sym_suspend] = ACTIONS(4773), - [anon_sym_sealed] = ACTIONS(4773), - [anon_sym_annotation] = ACTIONS(4773), - [anon_sym_data] = ACTIONS(4773), - [anon_sym_inner] = ACTIONS(4773), - [anon_sym_override] = ACTIONS(4773), - [anon_sym_lateinit] = ACTIONS(4773), - [anon_sym_public] = ACTIONS(4773), - [anon_sym_private] = ACTIONS(4773), - [anon_sym_internal] = ACTIONS(4773), - [anon_sym_protected] = ACTIONS(4773), - [anon_sym_tailrec] = ACTIONS(4773), - [anon_sym_operator] = ACTIONS(4773), - [anon_sym_infix] = ACTIONS(4773), - [anon_sym_inline] = ACTIONS(4773), - [anon_sym_external] = ACTIONS(4773), - [sym_property_modifier] = ACTIONS(4773), - [anon_sym_abstract] = ACTIONS(4773), - [anon_sym_final] = ACTIONS(4773), - [anon_sym_open] = ACTIONS(4773), - [anon_sym_vararg] = ACTIONS(4773), - [anon_sym_noinline] = ACTIONS(4773), - [anon_sym_crossinline] = ACTIONS(4773), - [anon_sym_expect] = ACTIONS(4773), - [anon_sym_actual] = ACTIONS(4773), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4775), - [sym__automatic_semicolon] = ACTIONS(4775), - [sym_safe_nav] = ACTIONS(4775), - [sym_multiline_comment] = ACTIONS(3), - }, - [3764] = { - [sym__alpha_identifier] = ACTIONS(4769), - [anon_sym_AT] = ACTIONS(4771), - [anon_sym_LBRACK] = ACTIONS(4771), - [anon_sym_as] = ACTIONS(4769), - [anon_sym_EQ] = ACTIONS(4769), - [anon_sym_LBRACE] = ACTIONS(4771), - [anon_sym_RBRACE] = ACTIONS(4771), - [anon_sym_LPAREN] = ACTIONS(4771), - [anon_sym_COMMA] = ACTIONS(4771), - [anon_sym_LT] = ACTIONS(4769), - [anon_sym_GT] = ACTIONS(4769), - [anon_sym_where] = ACTIONS(4769), - [anon_sym_DOT] = ACTIONS(4769), - [anon_sym_SEMI] = ACTIONS(4771), - [anon_sym_get] = ACTIONS(4769), - [anon_sym_set] = ACTIONS(4769), - [anon_sym_STAR] = ACTIONS(4769), - [sym_label] = ACTIONS(4771), - [anon_sym_in] = ACTIONS(4769), - [anon_sym_DOT_DOT] = ACTIONS(4771), - [anon_sym_QMARK_COLON] = ACTIONS(4771), - [anon_sym_AMP_AMP] = ACTIONS(4771), - [anon_sym_PIPE_PIPE] = ACTIONS(4771), - [anon_sym_else] = ACTIONS(4769), - [anon_sym_COLON_COLON] = ACTIONS(4771), - [anon_sym_PLUS_EQ] = ACTIONS(4771), - [anon_sym_DASH_EQ] = ACTIONS(4771), - [anon_sym_STAR_EQ] = ACTIONS(4771), - [anon_sym_SLASH_EQ] = ACTIONS(4771), - [anon_sym_PERCENT_EQ] = ACTIONS(4771), - [anon_sym_BANG_EQ] = ACTIONS(4769), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4771), - [anon_sym_EQ_EQ] = ACTIONS(4769), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4771), - [anon_sym_LT_EQ] = ACTIONS(4771), - [anon_sym_GT_EQ] = ACTIONS(4771), - [anon_sym_BANGin] = ACTIONS(4771), - [anon_sym_is] = ACTIONS(4769), - [anon_sym_BANGis] = ACTIONS(4771), - [anon_sym_PLUS] = ACTIONS(4769), - [anon_sym_DASH] = ACTIONS(4769), - [anon_sym_SLASH] = ACTIONS(4769), - [anon_sym_PERCENT] = ACTIONS(4769), - [anon_sym_as_QMARK] = ACTIONS(4771), - [anon_sym_PLUS_PLUS] = ACTIONS(4771), - [anon_sym_DASH_DASH] = ACTIONS(4771), - [anon_sym_BANG_BANG] = ACTIONS(4771), - [anon_sym_suspend] = ACTIONS(4769), - [anon_sym_sealed] = ACTIONS(4769), - [anon_sym_annotation] = ACTIONS(4769), - [anon_sym_data] = ACTIONS(4769), - [anon_sym_inner] = ACTIONS(4769), - [anon_sym_override] = ACTIONS(4769), - [anon_sym_lateinit] = ACTIONS(4769), - [anon_sym_public] = ACTIONS(4769), - [anon_sym_private] = ACTIONS(4769), - [anon_sym_internal] = ACTIONS(4769), - [anon_sym_protected] = ACTIONS(4769), - [anon_sym_tailrec] = ACTIONS(4769), - [anon_sym_operator] = ACTIONS(4769), - [anon_sym_infix] = ACTIONS(4769), - [anon_sym_inline] = ACTIONS(4769), - [anon_sym_external] = ACTIONS(4769), - [sym_property_modifier] = ACTIONS(4769), - [anon_sym_abstract] = ACTIONS(4769), - [anon_sym_final] = ACTIONS(4769), - [anon_sym_open] = ACTIONS(4769), - [anon_sym_vararg] = ACTIONS(4769), - [anon_sym_noinline] = ACTIONS(4769), - [anon_sym_crossinline] = ACTIONS(4769), - [anon_sym_expect] = ACTIONS(4769), - [anon_sym_actual] = ACTIONS(4769), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4771), - [sym__automatic_semicolon] = ACTIONS(4771), - [sym_safe_nav] = ACTIONS(4771), - [sym_multiline_comment] = ACTIONS(3), - }, - [3765] = { - [sym__alpha_identifier] = ACTIONS(5023), - [anon_sym_AT] = ACTIONS(5025), - [anon_sym_LBRACK] = ACTIONS(5025), - [anon_sym_as] = ACTIONS(5023), - [anon_sym_EQ] = ACTIONS(5023), - [anon_sym_LBRACE] = ACTIONS(5025), - [anon_sym_RBRACE] = ACTIONS(5025), - [anon_sym_LPAREN] = ACTIONS(5025), - [anon_sym_COMMA] = ACTIONS(5025), - [anon_sym_LT] = ACTIONS(5023), - [anon_sym_GT] = ACTIONS(5023), - [anon_sym_where] = ACTIONS(5023), - [anon_sym_DOT] = ACTIONS(5023), - [anon_sym_SEMI] = ACTIONS(5025), - [anon_sym_get] = ACTIONS(5023), - [anon_sym_set] = ACTIONS(5023), - [anon_sym_STAR] = ACTIONS(5023), - [sym_label] = ACTIONS(5025), - [anon_sym_in] = ACTIONS(5023), - [anon_sym_DOT_DOT] = ACTIONS(5025), - [anon_sym_QMARK_COLON] = ACTIONS(5025), - [anon_sym_AMP_AMP] = ACTIONS(5025), - [anon_sym_PIPE_PIPE] = ACTIONS(5025), - [anon_sym_else] = ACTIONS(5023), - [anon_sym_COLON_COLON] = ACTIONS(5025), - [anon_sym_PLUS_EQ] = ACTIONS(5025), - [anon_sym_DASH_EQ] = ACTIONS(5025), - [anon_sym_STAR_EQ] = ACTIONS(5025), - [anon_sym_SLASH_EQ] = ACTIONS(5025), - [anon_sym_PERCENT_EQ] = ACTIONS(5025), - [anon_sym_BANG_EQ] = ACTIONS(5023), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5025), - [anon_sym_EQ_EQ] = ACTIONS(5023), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5025), - [anon_sym_LT_EQ] = ACTIONS(5025), - [anon_sym_GT_EQ] = ACTIONS(5025), - [anon_sym_BANGin] = ACTIONS(5025), - [anon_sym_is] = ACTIONS(5023), - [anon_sym_BANGis] = ACTIONS(5025), - [anon_sym_PLUS] = ACTIONS(5023), - [anon_sym_DASH] = ACTIONS(5023), - [anon_sym_SLASH] = ACTIONS(5023), - [anon_sym_PERCENT] = ACTIONS(5023), - [anon_sym_as_QMARK] = ACTIONS(5025), - [anon_sym_PLUS_PLUS] = ACTIONS(5025), - [anon_sym_DASH_DASH] = ACTIONS(5025), - [anon_sym_BANG_BANG] = ACTIONS(5025), - [anon_sym_suspend] = ACTIONS(5023), - [anon_sym_sealed] = ACTIONS(5023), - [anon_sym_annotation] = ACTIONS(5023), - [anon_sym_data] = ACTIONS(5023), - [anon_sym_inner] = ACTIONS(5023), - [anon_sym_override] = ACTIONS(5023), - [anon_sym_lateinit] = ACTIONS(5023), - [anon_sym_public] = ACTIONS(5023), - [anon_sym_private] = ACTIONS(5023), - [anon_sym_internal] = ACTIONS(5023), - [anon_sym_protected] = ACTIONS(5023), - [anon_sym_tailrec] = ACTIONS(5023), - [anon_sym_operator] = ACTIONS(5023), - [anon_sym_infix] = ACTIONS(5023), - [anon_sym_inline] = ACTIONS(5023), - [anon_sym_external] = ACTIONS(5023), - [sym_property_modifier] = ACTIONS(5023), - [anon_sym_abstract] = ACTIONS(5023), - [anon_sym_final] = ACTIONS(5023), - [anon_sym_open] = ACTIONS(5023), - [anon_sym_vararg] = ACTIONS(5023), - [anon_sym_noinline] = ACTIONS(5023), - [anon_sym_crossinline] = ACTIONS(5023), - [anon_sym_expect] = ACTIONS(5023), - [anon_sym_actual] = ACTIONS(5023), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5025), - [sym__automatic_semicolon] = ACTIONS(5025), - [sym_safe_nav] = ACTIONS(5025), + [3769] = { + [sym__alpha_identifier] = ACTIONS(4760), + [anon_sym_AT] = ACTIONS(4762), + [anon_sym_LBRACK] = ACTIONS(4762), + [anon_sym_as] = ACTIONS(4760), + [anon_sym_EQ] = ACTIONS(4760), + [anon_sym_LBRACE] = ACTIONS(4762), + [anon_sym_RBRACE] = ACTIONS(4762), + [anon_sym_LPAREN] = ACTIONS(4762), + [anon_sym_COMMA] = ACTIONS(4762), + [anon_sym_LT] = ACTIONS(4760), + [anon_sym_GT] = ACTIONS(4760), + [anon_sym_where] = ACTIONS(4760), + [anon_sym_DOT] = ACTIONS(4760), + [anon_sym_SEMI] = ACTIONS(4762), + [anon_sym_get] = ACTIONS(4760), + [anon_sym_set] = ACTIONS(4760), + [anon_sym_STAR] = ACTIONS(4760), + [sym_label] = ACTIONS(4762), + [anon_sym_in] = ACTIONS(4760), + [anon_sym_DOT_DOT] = ACTIONS(4762), + [anon_sym_QMARK_COLON] = ACTIONS(4762), + [anon_sym_AMP_AMP] = ACTIONS(4762), + [anon_sym_PIPE_PIPE] = ACTIONS(4762), + [anon_sym_else] = ACTIONS(4760), + [anon_sym_COLON_COLON] = ACTIONS(4762), + [anon_sym_PLUS_EQ] = ACTIONS(4762), + [anon_sym_DASH_EQ] = ACTIONS(4762), + [anon_sym_STAR_EQ] = ACTIONS(4762), + [anon_sym_SLASH_EQ] = ACTIONS(4762), + [anon_sym_PERCENT_EQ] = ACTIONS(4762), + [anon_sym_BANG_EQ] = ACTIONS(4760), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4762), + [anon_sym_EQ_EQ] = ACTIONS(4760), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4762), + [anon_sym_LT_EQ] = ACTIONS(4762), + [anon_sym_GT_EQ] = ACTIONS(4762), + [anon_sym_BANGin] = ACTIONS(4762), + [anon_sym_is] = ACTIONS(4760), + [anon_sym_BANGis] = ACTIONS(4762), + [anon_sym_PLUS] = ACTIONS(4760), + [anon_sym_DASH] = ACTIONS(4760), + [anon_sym_SLASH] = ACTIONS(4760), + [anon_sym_PERCENT] = ACTIONS(4760), + [anon_sym_as_QMARK] = ACTIONS(4762), + [anon_sym_PLUS_PLUS] = ACTIONS(4762), + [anon_sym_DASH_DASH] = ACTIONS(4762), + [anon_sym_BANG_BANG] = ACTIONS(4762), + [anon_sym_suspend] = ACTIONS(4760), + [anon_sym_sealed] = ACTIONS(4760), + [anon_sym_annotation] = ACTIONS(4760), + [anon_sym_data] = ACTIONS(4760), + [anon_sym_inner] = ACTIONS(4760), + [anon_sym_override] = ACTIONS(4760), + [anon_sym_lateinit] = ACTIONS(4760), + [anon_sym_public] = ACTIONS(4760), + [anon_sym_private] = ACTIONS(4760), + [anon_sym_internal] = ACTIONS(4760), + [anon_sym_protected] = ACTIONS(4760), + [anon_sym_tailrec] = ACTIONS(4760), + [anon_sym_operator] = ACTIONS(4760), + [anon_sym_infix] = ACTIONS(4760), + [anon_sym_inline] = ACTIONS(4760), + [anon_sym_external] = ACTIONS(4760), + [sym_property_modifier] = ACTIONS(4760), + [anon_sym_abstract] = ACTIONS(4760), + [anon_sym_final] = ACTIONS(4760), + [anon_sym_open] = ACTIONS(4760), + [anon_sym_vararg] = ACTIONS(4760), + [anon_sym_noinline] = ACTIONS(4760), + [anon_sym_crossinline] = ACTIONS(4760), + [anon_sym_expect] = ACTIONS(4760), + [anon_sym_actual] = ACTIONS(4760), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4762), + [sym__automatic_semicolon] = ACTIONS(4762), + [sym_safe_nav] = ACTIONS(4762), [sym_multiline_comment] = ACTIONS(3), }, - [3766] = { - [sym__alpha_identifier] = ACTIONS(4249), - [anon_sym_AT] = ACTIONS(4252), - [anon_sym_LBRACK] = ACTIONS(4252), - [anon_sym_as] = ACTIONS(4249), - [anon_sym_EQ] = ACTIONS(4249), - [anon_sym_LBRACE] = ACTIONS(4252), - [anon_sym_RBRACE] = ACTIONS(4252), - [anon_sym_LPAREN] = ACTIONS(4911), - [anon_sym_COMMA] = ACTIONS(4252), - [anon_sym_LT] = ACTIONS(4249), - [anon_sym_GT] = ACTIONS(4249), - [anon_sym_where] = ACTIONS(4249), - [anon_sym_DOT] = ACTIONS(4249), - [anon_sym_SEMI] = ACTIONS(4252), - [anon_sym_get] = ACTIONS(4249), - [anon_sym_set] = ACTIONS(4249), - [anon_sym_STAR] = ACTIONS(4249), - [sym_label] = ACTIONS(4252), - [anon_sym_in] = ACTIONS(4249), - [anon_sym_DOT_DOT] = ACTIONS(4252), - [anon_sym_QMARK_COLON] = ACTIONS(4252), - [anon_sym_AMP_AMP] = ACTIONS(4252), - [anon_sym_PIPE_PIPE] = ACTIONS(4252), - [anon_sym_else] = ACTIONS(4249), - [anon_sym_COLON_COLON] = ACTIONS(4252), - [anon_sym_PLUS_EQ] = ACTIONS(4252), - [anon_sym_DASH_EQ] = ACTIONS(4252), - [anon_sym_STAR_EQ] = ACTIONS(4252), - [anon_sym_SLASH_EQ] = ACTIONS(4252), - [anon_sym_PERCENT_EQ] = ACTIONS(4252), - [anon_sym_BANG_EQ] = ACTIONS(4249), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4252), - [anon_sym_EQ_EQ] = ACTIONS(4249), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4252), - [anon_sym_LT_EQ] = ACTIONS(4252), - [anon_sym_GT_EQ] = ACTIONS(4252), - [anon_sym_BANGin] = ACTIONS(4252), - [anon_sym_is] = ACTIONS(4249), - [anon_sym_BANGis] = ACTIONS(4252), - [anon_sym_PLUS] = ACTIONS(4249), - [anon_sym_DASH] = ACTIONS(4249), - [anon_sym_SLASH] = ACTIONS(4249), - [anon_sym_PERCENT] = ACTIONS(4249), - [anon_sym_as_QMARK] = ACTIONS(4252), - [anon_sym_PLUS_PLUS] = ACTIONS(4252), - [anon_sym_DASH_DASH] = ACTIONS(4252), - [anon_sym_BANG_BANG] = ACTIONS(4252), - [anon_sym_suspend] = ACTIONS(4249), - [anon_sym_sealed] = ACTIONS(4249), - [anon_sym_annotation] = ACTIONS(4249), - [anon_sym_data] = ACTIONS(4249), - [anon_sym_inner] = ACTIONS(4249), - [anon_sym_override] = ACTIONS(4249), - [anon_sym_lateinit] = ACTIONS(4249), - [anon_sym_public] = ACTIONS(4249), - [anon_sym_private] = ACTIONS(4249), - [anon_sym_internal] = ACTIONS(4249), - [anon_sym_protected] = ACTIONS(4249), - [anon_sym_tailrec] = ACTIONS(4249), - [anon_sym_operator] = ACTIONS(4249), - [anon_sym_infix] = ACTIONS(4249), - [anon_sym_inline] = ACTIONS(4249), - [anon_sym_external] = ACTIONS(4249), - [sym_property_modifier] = ACTIONS(4249), - [anon_sym_abstract] = ACTIONS(4249), - [anon_sym_final] = ACTIONS(4249), - [anon_sym_open] = ACTIONS(4249), - [anon_sym_vararg] = ACTIONS(4249), - [anon_sym_noinline] = ACTIONS(4249), - [anon_sym_crossinline] = ACTIONS(4249), - [anon_sym_expect] = ACTIONS(4249), - [anon_sym_actual] = ACTIONS(4249), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4252), - [sym__automatic_semicolon] = ACTIONS(4252), - [sym_safe_nav] = ACTIONS(4252), + [3770] = { + [sym__alpha_identifier] = ACTIONS(4873), + [anon_sym_AT] = ACTIONS(4875), + [anon_sym_LBRACK] = ACTIONS(4875), + [anon_sym_as] = ACTIONS(4873), + [anon_sym_EQ] = ACTIONS(4873), + [anon_sym_LBRACE] = ACTIONS(4875), + [anon_sym_RBRACE] = ACTIONS(4875), + [anon_sym_LPAREN] = ACTIONS(4875), + [anon_sym_COMMA] = ACTIONS(4875), + [anon_sym_LT] = ACTIONS(4873), + [anon_sym_GT] = ACTIONS(4873), + [anon_sym_where] = ACTIONS(4873), + [anon_sym_DOT] = ACTIONS(4873), + [anon_sym_SEMI] = ACTIONS(4875), + [anon_sym_get] = ACTIONS(4873), + [anon_sym_set] = ACTIONS(4873), + [anon_sym_STAR] = ACTIONS(4873), + [sym_label] = ACTIONS(4875), + [anon_sym_in] = ACTIONS(4873), + [anon_sym_DOT_DOT] = ACTIONS(4875), + [anon_sym_QMARK_COLON] = ACTIONS(4875), + [anon_sym_AMP_AMP] = ACTIONS(4875), + [anon_sym_PIPE_PIPE] = ACTIONS(4875), + [anon_sym_else] = ACTIONS(4873), + [anon_sym_COLON_COLON] = ACTIONS(4875), + [anon_sym_PLUS_EQ] = ACTIONS(4875), + [anon_sym_DASH_EQ] = ACTIONS(4875), + [anon_sym_STAR_EQ] = ACTIONS(4875), + [anon_sym_SLASH_EQ] = ACTIONS(4875), + [anon_sym_PERCENT_EQ] = ACTIONS(4875), + [anon_sym_BANG_EQ] = ACTIONS(4873), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4875), + [anon_sym_EQ_EQ] = ACTIONS(4873), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4875), + [anon_sym_LT_EQ] = ACTIONS(4875), + [anon_sym_GT_EQ] = ACTIONS(4875), + [anon_sym_BANGin] = ACTIONS(4875), + [anon_sym_is] = ACTIONS(4873), + [anon_sym_BANGis] = ACTIONS(4875), + [anon_sym_PLUS] = ACTIONS(4873), + [anon_sym_DASH] = ACTIONS(4873), + [anon_sym_SLASH] = ACTIONS(4873), + [anon_sym_PERCENT] = ACTIONS(4873), + [anon_sym_as_QMARK] = ACTIONS(4875), + [anon_sym_PLUS_PLUS] = ACTIONS(4875), + [anon_sym_DASH_DASH] = ACTIONS(4875), + [anon_sym_BANG_BANG] = ACTIONS(4875), + [anon_sym_suspend] = ACTIONS(4873), + [anon_sym_sealed] = ACTIONS(4873), + [anon_sym_annotation] = ACTIONS(4873), + [anon_sym_data] = ACTIONS(4873), + [anon_sym_inner] = ACTIONS(4873), + [anon_sym_override] = ACTIONS(4873), + [anon_sym_lateinit] = ACTIONS(4873), + [anon_sym_public] = ACTIONS(4873), + [anon_sym_private] = ACTIONS(4873), + [anon_sym_internal] = ACTIONS(4873), + [anon_sym_protected] = ACTIONS(4873), + [anon_sym_tailrec] = ACTIONS(4873), + [anon_sym_operator] = ACTIONS(4873), + [anon_sym_infix] = ACTIONS(4873), + [anon_sym_inline] = ACTIONS(4873), + [anon_sym_external] = ACTIONS(4873), + [sym_property_modifier] = ACTIONS(4873), + [anon_sym_abstract] = ACTIONS(4873), + [anon_sym_final] = ACTIONS(4873), + [anon_sym_open] = ACTIONS(4873), + [anon_sym_vararg] = ACTIONS(4873), + [anon_sym_noinline] = ACTIONS(4873), + [anon_sym_crossinline] = ACTIONS(4873), + [anon_sym_expect] = ACTIONS(4873), + [anon_sym_actual] = ACTIONS(4873), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4875), + [sym__automatic_semicolon] = ACTIONS(4875), + [sym_safe_nav] = ACTIONS(4875), [sym_multiline_comment] = ACTIONS(3), }, - [3767] = { - [sym__alpha_identifier] = ACTIONS(5059), - [anon_sym_AT] = ACTIONS(5061), - [anon_sym_LBRACK] = ACTIONS(5061), - [anon_sym_as] = ACTIONS(5059), - [anon_sym_EQ] = ACTIONS(5059), - [anon_sym_LBRACE] = ACTIONS(5061), - [anon_sym_RBRACE] = ACTIONS(5061), - [anon_sym_LPAREN] = ACTIONS(5061), - [anon_sym_COMMA] = ACTIONS(5061), - [anon_sym_LT] = ACTIONS(5059), - [anon_sym_GT] = ACTIONS(5059), - [anon_sym_where] = ACTIONS(5059), - [anon_sym_DOT] = ACTIONS(5059), - [anon_sym_SEMI] = ACTIONS(5061), - [anon_sym_get] = ACTIONS(5059), - [anon_sym_set] = ACTIONS(5059), - [anon_sym_STAR] = ACTIONS(5059), - [sym_label] = ACTIONS(5061), - [anon_sym_in] = ACTIONS(5059), - [anon_sym_DOT_DOT] = ACTIONS(5061), - [anon_sym_QMARK_COLON] = ACTIONS(5061), - [anon_sym_AMP_AMP] = ACTIONS(5061), - [anon_sym_PIPE_PIPE] = ACTIONS(5061), - [anon_sym_else] = ACTIONS(5059), - [anon_sym_COLON_COLON] = ACTIONS(5061), - [anon_sym_PLUS_EQ] = ACTIONS(5061), - [anon_sym_DASH_EQ] = ACTIONS(5061), - [anon_sym_STAR_EQ] = ACTIONS(5061), - [anon_sym_SLASH_EQ] = ACTIONS(5061), - [anon_sym_PERCENT_EQ] = ACTIONS(5061), - [anon_sym_BANG_EQ] = ACTIONS(5059), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5061), - [anon_sym_EQ_EQ] = ACTIONS(5059), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5061), - [anon_sym_LT_EQ] = ACTIONS(5061), - [anon_sym_GT_EQ] = ACTIONS(5061), - [anon_sym_BANGin] = ACTIONS(5061), - [anon_sym_is] = ACTIONS(5059), - [anon_sym_BANGis] = ACTIONS(5061), - [anon_sym_PLUS] = ACTIONS(5059), - [anon_sym_DASH] = ACTIONS(5059), - [anon_sym_SLASH] = ACTIONS(5059), - [anon_sym_PERCENT] = ACTIONS(5059), - [anon_sym_as_QMARK] = ACTIONS(5061), - [anon_sym_PLUS_PLUS] = ACTIONS(5061), - [anon_sym_DASH_DASH] = ACTIONS(5061), - [anon_sym_BANG_BANG] = ACTIONS(5061), - [anon_sym_suspend] = ACTIONS(5059), - [anon_sym_sealed] = ACTIONS(5059), - [anon_sym_annotation] = ACTIONS(5059), - [anon_sym_data] = ACTIONS(5059), - [anon_sym_inner] = ACTIONS(5059), - [anon_sym_override] = ACTIONS(5059), - [anon_sym_lateinit] = ACTIONS(5059), - [anon_sym_public] = ACTIONS(5059), - [anon_sym_private] = ACTIONS(5059), - [anon_sym_internal] = ACTIONS(5059), - [anon_sym_protected] = ACTIONS(5059), - [anon_sym_tailrec] = ACTIONS(5059), - [anon_sym_operator] = ACTIONS(5059), - [anon_sym_infix] = ACTIONS(5059), - [anon_sym_inline] = ACTIONS(5059), - [anon_sym_external] = ACTIONS(5059), - [sym_property_modifier] = ACTIONS(5059), - [anon_sym_abstract] = ACTIONS(5059), - [anon_sym_final] = ACTIONS(5059), - [anon_sym_open] = ACTIONS(5059), - [anon_sym_vararg] = ACTIONS(5059), - [anon_sym_noinline] = ACTIONS(5059), - [anon_sym_crossinline] = ACTIONS(5059), - [anon_sym_expect] = ACTIONS(5059), - [anon_sym_actual] = ACTIONS(5059), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5061), - [sym__automatic_semicolon] = ACTIONS(5061), - [sym_safe_nav] = ACTIONS(5061), - [sym_multiline_comment] = ACTIONS(3), + [3771] = { + [sym_function_body] = STATE(3259), + [sym__block] = STATE(3334), + [sym__alpha_identifier] = ACTIONS(4210), + [anon_sym_AT] = ACTIONS(4212), + [anon_sym_LBRACK] = ACTIONS(4212), + [anon_sym_as] = ACTIONS(4210), + [anon_sym_EQ] = ACTIONS(6656), + [anon_sym_LBRACE] = ACTIONS(6244), + [anon_sym_RBRACE] = ACTIONS(4212), + [anon_sym_LPAREN] = ACTIONS(4212), + [anon_sym_COMMA] = ACTIONS(4212), + [anon_sym_LT] = ACTIONS(4210), + [anon_sym_GT] = ACTIONS(4210), + [anon_sym_where] = ACTIONS(4210), + [anon_sym_object] = ACTIONS(4210), + [anon_sym_fun] = ACTIONS(4210), + [anon_sym_DOT] = ACTIONS(4210), + [anon_sym_SEMI] = ACTIONS(4212), + [anon_sym_get] = ACTIONS(4210), + [anon_sym_set] = ACTIONS(4210), + [anon_sym_this] = ACTIONS(4210), + [anon_sym_super] = ACTIONS(4210), + [anon_sym_STAR] = ACTIONS(4212), + [sym_label] = ACTIONS(4210), + [anon_sym_in] = ACTIONS(4210), + [anon_sym_DOT_DOT] = ACTIONS(4212), + [anon_sym_QMARK_COLON] = ACTIONS(4212), + [anon_sym_AMP_AMP] = ACTIONS(4212), + [anon_sym_PIPE_PIPE] = ACTIONS(4212), + [anon_sym_null] = ACTIONS(4210), + [anon_sym_if] = ACTIONS(4210), + [anon_sym_else] = ACTIONS(4210), + [anon_sym_when] = ACTIONS(4210), + [anon_sym_try] = ACTIONS(4210), + [anon_sym_throw] = ACTIONS(4210), + [anon_sym_return] = ACTIONS(4210), + [anon_sym_continue] = ACTIONS(4210), + [anon_sym_break] = ACTIONS(4210), + [anon_sym_COLON_COLON] = ACTIONS(4212), + [anon_sym_BANG_EQ] = ACTIONS(4210), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4212), + [anon_sym_EQ_EQ] = ACTIONS(4210), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4212), + [anon_sym_LT_EQ] = ACTIONS(4212), + [anon_sym_GT_EQ] = ACTIONS(4212), + [anon_sym_BANGin] = ACTIONS(4212), + [anon_sym_is] = ACTIONS(4210), + [anon_sym_BANGis] = ACTIONS(4212), + [anon_sym_PLUS] = ACTIONS(4210), + [anon_sym_DASH] = ACTIONS(4210), + [anon_sym_SLASH] = ACTIONS(4210), + [anon_sym_PERCENT] = ACTIONS(4212), + [anon_sym_as_QMARK] = ACTIONS(4212), + [anon_sym_PLUS_PLUS] = ACTIONS(4212), + [anon_sym_DASH_DASH] = ACTIONS(4212), + [anon_sym_BANG] = ACTIONS(4210), + [anon_sym_BANG_BANG] = ACTIONS(4212), + [anon_sym_data] = ACTIONS(4210), + [anon_sym_inner] = ACTIONS(4210), + [anon_sym_expect] = ACTIONS(4210), + [anon_sym_actual] = ACTIONS(4210), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4212), + [anon_sym_continue_AT] = ACTIONS(4212), + [anon_sym_break_AT] = ACTIONS(4212), + [sym_real_literal] = ACTIONS(4212), + [sym_integer_literal] = ACTIONS(4210), + [sym_hex_literal] = ACTIONS(4212), + [sym_bin_literal] = ACTIONS(4212), + [anon_sym_true] = ACTIONS(4210), + [anon_sym_false] = ACTIONS(4210), + [anon_sym_SQUOTE] = ACTIONS(4212), + [sym__backtick_identifier] = ACTIONS(4212), + [sym__automatic_semicolon] = ACTIONS(4212), + [sym_safe_nav] = ACTIONS(4212), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4212), }, - [3768] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2327), - [sym__comparison_operator] = STATE(2323), - [sym__in_operator] = STATE(2322), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2320), - [sym__multiplicative_operator] = STATE(2319), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2317), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), - [anon_sym_EQ] = ACTIONS(3053), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(3055), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_RPAREN] = ACTIONS(3055), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(6828), - [anon_sym_DOT] = ACTIONS(6387), - [anon_sym_SEMI] = ACTIONS(3055), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(6830), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(6832), - [anon_sym_while] = ACTIONS(3053), - [anon_sym_DOT_DOT] = ACTIONS(6834), - [anon_sym_QMARK_COLON] = ACTIONS(6836), - [anon_sym_AMP_AMP] = ACTIONS(6876), - [anon_sym_PIPE_PIPE] = ACTIONS(6878), - [anon_sym_else] = ACTIONS(3053), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_PLUS_EQ] = ACTIONS(3055), - [anon_sym_DASH_EQ] = ACTIONS(3055), - [anon_sym_STAR_EQ] = ACTIONS(3055), - [anon_sym_SLASH_EQ] = ACTIONS(3055), - [anon_sym_PERCENT_EQ] = ACTIONS(3055), - [anon_sym_BANG_EQ] = ACTIONS(6838), - [anon_sym_BANG_EQ_EQ] = ACTIONS(6840), - [anon_sym_EQ_EQ] = ACTIONS(6838), - [anon_sym_EQ_EQ_EQ] = ACTIONS(6840), - [anon_sym_LT_EQ] = ACTIONS(6842), - [anon_sym_GT_EQ] = ACTIONS(6842), - [anon_sym_BANGin] = ACTIONS(6844), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(6846), - [anon_sym_DASH] = ACTIONS(6846), - [anon_sym_SLASH] = ACTIONS(6830), - [anon_sym_PERCENT] = ACTIONS(6830), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), + [3772] = { + [sym__alpha_identifier] = ACTIONS(5005), + [anon_sym_AT] = ACTIONS(5007), + [anon_sym_LBRACK] = ACTIONS(5007), + [anon_sym_as] = ACTIONS(5005), + [anon_sym_EQ] = ACTIONS(5005), + [anon_sym_LBRACE] = ACTIONS(5007), + [anon_sym_RBRACE] = ACTIONS(5007), + [anon_sym_LPAREN] = ACTIONS(5007), + [anon_sym_COMMA] = ACTIONS(5007), + [anon_sym_LT] = ACTIONS(5005), + [anon_sym_GT] = ACTIONS(5005), + [anon_sym_where] = ACTIONS(5005), + [anon_sym_DOT] = ACTIONS(5005), + [anon_sym_SEMI] = ACTIONS(5007), + [anon_sym_get] = ACTIONS(5005), + [anon_sym_set] = ACTIONS(5005), + [anon_sym_STAR] = ACTIONS(5005), + [sym_label] = ACTIONS(5007), + [anon_sym_in] = ACTIONS(5005), + [anon_sym_DOT_DOT] = ACTIONS(5007), + [anon_sym_QMARK_COLON] = ACTIONS(5007), + [anon_sym_AMP_AMP] = ACTIONS(5007), + [anon_sym_PIPE_PIPE] = ACTIONS(5007), + [anon_sym_else] = ACTIONS(5005), + [anon_sym_COLON_COLON] = ACTIONS(5007), + [anon_sym_PLUS_EQ] = ACTIONS(5007), + [anon_sym_DASH_EQ] = ACTIONS(5007), + [anon_sym_STAR_EQ] = ACTIONS(5007), + [anon_sym_SLASH_EQ] = ACTIONS(5007), + [anon_sym_PERCENT_EQ] = ACTIONS(5007), + [anon_sym_BANG_EQ] = ACTIONS(5005), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5007), + [anon_sym_EQ_EQ] = ACTIONS(5005), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5007), + [anon_sym_LT_EQ] = ACTIONS(5007), + [anon_sym_GT_EQ] = ACTIONS(5007), + [anon_sym_BANGin] = ACTIONS(5007), + [anon_sym_is] = ACTIONS(5005), + [anon_sym_BANGis] = ACTIONS(5007), + [anon_sym_PLUS] = ACTIONS(5005), + [anon_sym_DASH] = ACTIONS(5005), + [anon_sym_SLASH] = ACTIONS(5005), + [anon_sym_PERCENT] = ACTIONS(5005), + [anon_sym_as_QMARK] = ACTIONS(5007), + [anon_sym_PLUS_PLUS] = ACTIONS(5007), + [anon_sym_DASH_DASH] = ACTIONS(5007), + [anon_sym_BANG_BANG] = ACTIONS(5007), + [anon_sym_suspend] = ACTIONS(5005), + [anon_sym_sealed] = ACTIONS(5005), + [anon_sym_annotation] = ACTIONS(5005), + [anon_sym_data] = ACTIONS(5005), + [anon_sym_inner] = ACTIONS(5005), + [anon_sym_override] = ACTIONS(5005), + [anon_sym_lateinit] = ACTIONS(5005), + [anon_sym_public] = ACTIONS(5005), + [anon_sym_private] = ACTIONS(5005), + [anon_sym_internal] = ACTIONS(5005), + [anon_sym_protected] = ACTIONS(5005), + [anon_sym_tailrec] = ACTIONS(5005), + [anon_sym_operator] = ACTIONS(5005), + [anon_sym_infix] = ACTIONS(5005), + [anon_sym_inline] = ACTIONS(5005), + [anon_sym_external] = ACTIONS(5005), + [sym_property_modifier] = ACTIONS(5005), + [anon_sym_abstract] = ACTIONS(5005), + [anon_sym_final] = ACTIONS(5005), + [anon_sym_open] = ACTIONS(5005), + [anon_sym_vararg] = ACTIONS(5005), + [anon_sym_noinline] = ACTIONS(5005), + [anon_sym_crossinline] = ACTIONS(5005), + [anon_sym_expect] = ACTIONS(5005), + [anon_sym_actual] = ACTIONS(5005), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym__backtick_identifier] = ACTIONS(5007), + [sym__automatic_semicolon] = ACTIONS(5007), + [sym_safe_nav] = ACTIONS(5007), [sym_multiline_comment] = ACTIONS(3), }, - [3769] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2327), - [sym__comparison_operator] = STATE(2323), - [sym__in_operator] = STATE(2322), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2320), - [sym__multiplicative_operator] = STATE(2319), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2317), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [3773] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(1624), + [sym__comparison_operator] = STATE(2064), + [sym__in_operator] = STATE(1691), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(1828), + [sym__multiplicative_operator] = STATE(1968), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2056), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), - [anon_sym_EQ] = ACTIONS(3061), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), + [anon_sym_EQ] = ACTIONS(3029), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(3063), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_RPAREN] = ACTIONS(3063), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(6828), - [anon_sym_DOT] = ACTIONS(6387), - [anon_sym_SEMI] = ACTIONS(3063), + [anon_sym_RBRACE] = ACTIONS(3031), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_RPAREN] = ACTIONS(3031), + [anon_sym_LT] = ACTIONS(3033), + [anon_sym_GT] = ACTIONS(3029), + [anon_sym_DOT] = ACTIONS(6409), + [anon_sym_SEMI] = ACTIONS(3031), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(6830), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(6832), - [anon_sym_while] = ACTIONS(3061), - [anon_sym_DOT_DOT] = ACTIONS(6834), - [anon_sym_QMARK_COLON] = ACTIONS(6836), - [anon_sym_AMP_AMP] = ACTIONS(6876), - [anon_sym_PIPE_PIPE] = ACTIONS(6878), - [anon_sym_else] = ACTIONS(3061), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_PLUS_EQ] = ACTIONS(3063), - [anon_sym_DASH_EQ] = ACTIONS(3063), - [anon_sym_STAR_EQ] = ACTIONS(3063), - [anon_sym_SLASH_EQ] = ACTIONS(3063), - [anon_sym_PERCENT_EQ] = ACTIONS(3063), - [anon_sym_BANG_EQ] = ACTIONS(6838), - [anon_sym_BANG_EQ_EQ] = ACTIONS(6840), - [anon_sym_EQ_EQ] = ACTIONS(6838), - [anon_sym_EQ_EQ_EQ] = ACTIONS(6840), - [anon_sym_LT_EQ] = ACTIONS(6842), - [anon_sym_GT_EQ] = ACTIONS(6842), - [anon_sym_BANGin] = ACTIONS(6844), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(6846), - [anon_sym_DASH] = ACTIONS(6846), - [anon_sym_SLASH] = ACTIONS(6830), - [anon_sym_PERCENT] = ACTIONS(6830), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(6844), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(3029), + [anon_sym_while] = ACTIONS(3029), + [anon_sym_DOT_DOT] = ACTIONS(6848), + [anon_sym_QMARK_COLON] = ACTIONS(6850), + [anon_sym_AMP_AMP] = ACTIONS(3031), + [anon_sym_PIPE_PIPE] = ACTIONS(3031), + [anon_sym_else] = ACTIONS(3029), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_PLUS_EQ] = ACTIONS(3031), + [anon_sym_DASH_EQ] = ACTIONS(3031), + [anon_sym_STAR_EQ] = ACTIONS(3031), + [anon_sym_SLASH_EQ] = ACTIONS(3031), + [anon_sym_PERCENT_EQ] = ACTIONS(3031), + [anon_sym_BANG_EQ] = ACTIONS(3029), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3031), + [anon_sym_EQ_EQ] = ACTIONS(3029), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3031), + [anon_sym_LT_EQ] = ACTIONS(3031), + [anon_sym_GT_EQ] = ACTIONS(3031), + [anon_sym_BANGin] = ACTIONS(3031), + [anon_sym_is] = ACTIONS(3029), + [anon_sym_BANGis] = ACTIONS(3031), + [anon_sym_PLUS] = ACTIONS(6864), + [anon_sym_DASH] = ACTIONS(6864), + [anon_sym_SLASH] = ACTIONS(6844), + [anon_sym_PERCENT] = ACTIONS(6844), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), - [sym_multiline_comment] = ACTIONS(3), - }, - [3770] = { - [sym__alpha_identifier] = ACTIONS(4765), - [anon_sym_AT] = ACTIONS(4767), - [anon_sym_LBRACK] = ACTIONS(4767), - [anon_sym_as] = ACTIONS(4765), - [anon_sym_EQ] = ACTIONS(4765), - [anon_sym_LBRACE] = ACTIONS(4767), - [anon_sym_RBRACE] = ACTIONS(4767), - [anon_sym_LPAREN] = ACTIONS(4767), - [anon_sym_COMMA] = ACTIONS(4767), - [anon_sym_LT] = ACTIONS(4765), - [anon_sym_GT] = ACTIONS(4765), - [anon_sym_where] = ACTIONS(4765), - [anon_sym_DOT] = ACTIONS(4765), - [anon_sym_SEMI] = ACTIONS(4767), - [anon_sym_get] = ACTIONS(4765), - [anon_sym_set] = ACTIONS(4765), - [anon_sym_STAR] = ACTIONS(4765), - [sym_label] = ACTIONS(4767), - [anon_sym_in] = ACTIONS(4765), - [anon_sym_DOT_DOT] = ACTIONS(4767), - [anon_sym_QMARK_COLON] = ACTIONS(4767), - [anon_sym_AMP_AMP] = ACTIONS(4767), - [anon_sym_PIPE_PIPE] = ACTIONS(4767), - [anon_sym_else] = ACTIONS(4765), - [anon_sym_COLON_COLON] = ACTIONS(4767), - [anon_sym_PLUS_EQ] = ACTIONS(4767), - [anon_sym_DASH_EQ] = ACTIONS(4767), - [anon_sym_STAR_EQ] = ACTIONS(4767), - [anon_sym_SLASH_EQ] = ACTIONS(4767), - [anon_sym_PERCENT_EQ] = ACTIONS(4767), - [anon_sym_BANG_EQ] = ACTIONS(4765), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4767), - [anon_sym_EQ_EQ] = ACTIONS(4765), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4767), - [anon_sym_LT_EQ] = ACTIONS(4767), - [anon_sym_GT_EQ] = ACTIONS(4767), - [anon_sym_BANGin] = ACTIONS(4767), - [anon_sym_is] = ACTIONS(4765), - [anon_sym_BANGis] = ACTIONS(4767), - [anon_sym_PLUS] = ACTIONS(4765), - [anon_sym_DASH] = ACTIONS(4765), - [anon_sym_SLASH] = ACTIONS(4765), - [anon_sym_PERCENT] = ACTIONS(4765), - [anon_sym_as_QMARK] = ACTIONS(4767), - [anon_sym_PLUS_PLUS] = ACTIONS(4767), - [anon_sym_DASH_DASH] = ACTIONS(4767), - [anon_sym_BANG_BANG] = ACTIONS(4767), - [anon_sym_suspend] = ACTIONS(4765), - [anon_sym_sealed] = ACTIONS(4765), - [anon_sym_annotation] = ACTIONS(4765), - [anon_sym_data] = ACTIONS(4765), - [anon_sym_inner] = ACTIONS(4765), - [anon_sym_override] = ACTIONS(4765), - [anon_sym_lateinit] = ACTIONS(4765), - [anon_sym_public] = ACTIONS(4765), - [anon_sym_private] = ACTIONS(4765), - [anon_sym_internal] = ACTIONS(4765), - [anon_sym_protected] = ACTIONS(4765), - [anon_sym_tailrec] = ACTIONS(4765), - [anon_sym_operator] = ACTIONS(4765), - [anon_sym_infix] = ACTIONS(4765), - [anon_sym_inline] = ACTIONS(4765), - [anon_sym_external] = ACTIONS(4765), - [sym_property_modifier] = ACTIONS(4765), - [anon_sym_abstract] = ACTIONS(4765), - [anon_sym_final] = ACTIONS(4765), - [anon_sym_open] = ACTIONS(4765), - [anon_sym_vararg] = ACTIONS(4765), - [anon_sym_noinline] = ACTIONS(4765), - [anon_sym_crossinline] = ACTIONS(4765), - [anon_sym_expect] = ACTIONS(4765), - [anon_sym_actual] = ACTIONS(4765), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4767), - [sym__automatic_semicolon] = ACTIONS(4767), - [sym_safe_nav] = ACTIONS(4767), - [sym_multiline_comment] = ACTIONS(3), - }, - [3771] = { - [sym__alpha_identifier] = ACTIONS(4817), - [anon_sym_AT] = ACTIONS(4819), - [anon_sym_LBRACK] = ACTIONS(4819), - [anon_sym_as] = ACTIONS(4817), - [anon_sym_EQ] = ACTIONS(4817), - [anon_sym_LBRACE] = ACTIONS(4819), - [anon_sym_RBRACE] = ACTIONS(4819), - [anon_sym_LPAREN] = ACTIONS(4819), - [anon_sym_COMMA] = ACTIONS(4819), - [anon_sym_LT] = ACTIONS(4817), - [anon_sym_GT] = ACTIONS(4817), - [anon_sym_where] = ACTIONS(4817), - [anon_sym_DOT] = ACTIONS(4817), - [anon_sym_SEMI] = ACTIONS(4819), - [anon_sym_get] = ACTIONS(4817), - [anon_sym_set] = ACTIONS(4817), - [anon_sym_STAR] = ACTIONS(4817), - [sym_label] = ACTIONS(4819), - [anon_sym_in] = ACTIONS(4817), - [anon_sym_DOT_DOT] = ACTIONS(4819), - [anon_sym_QMARK_COLON] = ACTIONS(4819), - [anon_sym_AMP_AMP] = ACTIONS(4819), - [anon_sym_PIPE_PIPE] = ACTIONS(4819), - [anon_sym_else] = ACTIONS(4817), - [anon_sym_COLON_COLON] = ACTIONS(4819), - [anon_sym_PLUS_EQ] = ACTIONS(4819), - [anon_sym_DASH_EQ] = ACTIONS(4819), - [anon_sym_STAR_EQ] = ACTIONS(4819), - [anon_sym_SLASH_EQ] = ACTIONS(4819), - [anon_sym_PERCENT_EQ] = ACTIONS(4819), - [anon_sym_BANG_EQ] = ACTIONS(4817), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4819), - [anon_sym_EQ_EQ] = ACTIONS(4817), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4819), - [anon_sym_LT_EQ] = ACTIONS(4819), - [anon_sym_GT_EQ] = ACTIONS(4819), - [anon_sym_BANGin] = ACTIONS(4819), - [anon_sym_is] = ACTIONS(4817), - [anon_sym_BANGis] = ACTIONS(4819), - [anon_sym_PLUS] = ACTIONS(4817), - [anon_sym_DASH] = ACTIONS(4817), - [anon_sym_SLASH] = ACTIONS(4817), - [anon_sym_PERCENT] = ACTIONS(4817), - [anon_sym_as_QMARK] = ACTIONS(4819), - [anon_sym_PLUS_PLUS] = ACTIONS(4819), - [anon_sym_DASH_DASH] = ACTIONS(4819), - [anon_sym_BANG_BANG] = ACTIONS(4819), - [anon_sym_suspend] = ACTIONS(4817), - [anon_sym_sealed] = ACTIONS(4817), - [anon_sym_annotation] = ACTIONS(4817), - [anon_sym_data] = ACTIONS(4817), - [anon_sym_inner] = ACTIONS(4817), - [anon_sym_override] = ACTIONS(4817), - [anon_sym_lateinit] = ACTIONS(4817), - [anon_sym_public] = ACTIONS(4817), - [anon_sym_private] = ACTIONS(4817), - [anon_sym_internal] = ACTIONS(4817), - [anon_sym_protected] = ACTIONS(4817), - [anon_sym_tailrec] = ACTIONS(4817), - [anon_sym_operator] = ACTIONS(4817), - [anon_sym_infix] = ACTIONS(4817), - [anon_sym_inline] = ACTIONS(4817), - [anon_sym_external] = ACTIONS(4817), - [sym_property_modifier] = ACTIONS(4817), - [anon_sym_abstract] = ACTIONS(4817), - [anon_sym_final] = ACTIONS(4817), - [anon_sym_open] = ACTIONS(4817), - [anon_sym_vararg] = ACTIONS(4817), - [anon_sym_noinline] = ACTIONS(4817), - [anon_sym_crossinline] = ACTIONS(4817), - [anon_sym_expect] = ACTIONS(4817), - [anon_sym_actual] = ACTIONS(4817), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4819), - [sym__automatic_semicolon] = ACTIONS(4819), - [sym_safe_nav] = ACTIONS(4819), - [sym_multiline_comment] = ACTIONS(3), - }, - [3772] = { - [sym__alpha_identifier] = ACTIONS(4233), - [anon_sym_AT] = ACTIONS(4236), - [anon_sym_LBRACK] = ACTIONS(4236), - [anon_sym_as] = ACTIONS(4233), - [anon_sym_EQ] = ACTIONS(4233), - [anon_sym_LBRACE] = ACTIONS(4236), - [anon_sym_RBRACE] = ACTIONS(4236), - [anon_sym_LPAREN] = ACTIONS(4907), - [anon_sym_COMMA] = ACTIONS(4236), - [anon_sym_LT] = ACTIONS(4233), - [anon_sym_GT] = ACTIONS(4233), - [anon_sym_where] = ACTIONS(4233), - [anon_sym_DOT] = ACTIONS(4233), - [anon_sym_SEMI] = ACTIONS(4236), - [anon_sym_get] = ACTIONS(4233), - [anon_sym_set] = ACTIONS(4233), - [anon_sym_STAR] = ACTIONS(4233), - [sym_label] = ACTIONS(4236), - [anon_sym_in] = ACTIONS(4233), - [anon_sym_DOT_DOT] = ACTIONS(4236), - [anon_sym_QMARK_COLON] = ACTIONS(4236), - [anon_sym_AMP_AMP] = ACTIONS(4236), - [anon_sym_PIPE_PIPE] = ACTIONS(4236), - [anon_sym_else] = ACTIONS(4233), - [anon_sym_COLON_COLON] = ACTIONS(4236), - [anon_sym_PLUS_EQ] = ACTIONS(4236), - [anon_sym_DASH_EQ] = ACTIONS(4236), - [anon_sym_STAR_EQ] = ACTIONS(4236), - [anon_sym_SLASH_EQ] = ACTIONS(4236), - [anon_sym_PERCENT_EQ] = ACTIONS(4236), - [anon_sym_BANG_EQ] = ACTIONS(4233), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4236), - [anon_sym_EQ_EQ] = ACTIONS(4233), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4236), - [anon_sym_LT_EQ] = ACTIONS(4236), - [anon_sym_GT_EQ] = ACTIONS(4236), - [anon_sym_BANGin] = ACTIONS(4236), - [anon_sym_is] = ACTIONS(4233), - [anon_sym_BANGis] = ACTIONS(4236), - [anon_sym_PLUS] = ACTIONS(4233), - [anon_sym_DASH] = ACTIONS(4233), - [anon_sym_SLASH] = ACTIONS(4233), - [anon_sym_PERCENT] = ACTIONS(4233), - [anon_sym_as_QMARK] = ACTIONS(4236), - [anon_sym_PLUS_PLUS] = ACTIONS(4236), - [anon_sym_DASH_DASH] = ACTIONS(4236), - [anon_sym_BANG_BANG] = ACTIONS(4236), - [anon_sym_suspend] = ACTIONS(4233), - [anon_sym_sealed] = ACTIONS(4233), - [anon_sym_annotation] = ACTIONS(4233), - [anon_sym_data] = ACTIONS(4233), - [anon_sym_inner] = ACTIONS(4233), - [anon_sym_override] = ACTIONS(4233), - [anon_sym_lateinit] = ACTIONS(4233), - [anon_sym_public] = ACTIONS(4233), - [anon_sym_private] = ACTIONS(4233), - [anon_sym_internal] = ACTIONS(4233), - [anon_sym_protected] = ACTIONS(4233), - [anon_sym_tailrec] = ACTIONS(4233), - [anon_sym_operator] = ACTIONS(4233), - [anon_sym_infix] = ACTIONS(4233), - [anon_sym_inline] = ACTIONS(4233), - [anon_sym_external] = ACTIONS(4233), - [sym_property_modifier] = ACTIONS(4233), - [anon_sym_abstract] = ACTIONS(4233), - [anon_sym_final] = ACTIONS(4233), - [anon_sym_open] = ACTIONS(4233), - [anon_sym_vararg] = ACTIONS(4233), - [anon_sym_noinline] = ACTIONS(4233), - [anon_sym_crossinline] = ACTIONS(4233), - [anon_sym_expect] = ACTIONS(4233), - [anon_sym_actual] = ACTIONS(4233), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4236), - [sym__automatic_semicolon] = ACTIONS(4236), - [sym_safe_nav] = ACTIONS(4236), - [sym_multiline_comment] = ACTIONS(3), - }, - [3773] = { - [sym__alpha_identifier] = ACTIONS(4959), - [anon_sym_AT] = ACTIONS(4961), - [anon_sym_LBRACK] = ACTIONS(4961), - [anon_sym_as] = ACTIONS(4959), - [anon_sym_EQ] = ACTIONS(4959), - [anon_sym_LBRACE] = ACTIONS(4961), - [anon_sym_RBRACE] = ACTIONS(4961), - [anon_sym_LPAREN] = ACTIONS(4961), - [anon_sym_COMMA] = ACTIONS(4961), - [anon_sym_LT] = ACTIONS(4959), - [anon_sym_GT] = ACTIONS(4959), - [anon_sym_where] = ACTIONS(4959), - [anon_sym_DOT] = ACTIONS(4959), - [anon_sym_SEMI] = ACTIONS(4961), - [anon_sym_get] = ACTIONS(4959), - [anon_sym_set] = ACTIONS(4959), - [anon_sym_STAR] = ACTIONS(4959), - [sym_label] = ACTIONS(4961), - [anon_sym_in] = ACTIONS(4959), - [anon_sym_DOT_DOT] = ACTIONS(4961), - [anon_sym_QMARK_COLON] = ACTIONS(4961), - [anon_sym_AMP_AMP] = ACTIONS(4961), - [anon_sym_PIPE_PIPE] = ACTIONS(4961), - [anon_sym_else] = ACTIONS(4959), - [anon_sym_COLON_COLON] = ACTIONS(4961), - [anon_sym_PLUS_EQ] = ACTIONS(4961), - [anon_sym_DASH_EQ] = ACTIONS(4961), - [anon_sym_STAR_EQ] = ACTIONS(4961), - [anon_sym_SLASH_EQ] = ACTIONS(4961), - [anon_sym_PERCENT_EQ] = ACTIONS(4961), - [anon_sym_BANG_EQ] = ACTIONS(4959), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4961), - [anon_sym_EQ_EQ] = ACTIONS(4959), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4961), - [anon_sym_LT_EQ] = ACTIONS(4961), - [anon_sym_GT_EQ] = ACTIONS(4961), - [anon_sym_BANGin] = ACTIONS(4961), - [anon_sym_is] = ACTIONS(4959), - [anon_sym_BANGis] = ACTIONS(4961), - [anon_sym_PLUS] = ACTIONS(4959), - [anon_sym_DASH] = ACTIONS(4959), - [anon_sym_SLASH] = ACTIONS(4959), - [anon_sym_PERCENT] = ACTIONS(4959), - [anon_sym_as_QMARK] = ACTIONS(4961), - [anon_sym_PLUS_PLUS] = ACTIONS(4961), - [anon_sym_DASH_DASH] = ACTIONS(4961), - [anon_sym_BANG_BANG] = ACTIONS(4961), - [anon_sym_suspend] = ACTIONS(4959), - [anon_sym_sealed] = ACTIONS(4959), - [anon_sym_annotation] = ACTIONS(4959), - [anon_sym_data] = ACTIONS(4959), - [anon_sym_inner] = ACTIONS(4959), - [anon_sym_override] = ACTIONS(4959), - [anon_sym_lateinit] = ACTIONS(4959), - [anon_sym_public] = ACTIONS(4959), - [anon_sym_private] = ACTIONS(4959), - [anon_sym_internal] = ACTIONS(4959), - [anon_sym_protected] = ACTIONS(4959), - [anon_sym_tailrec] = ACTIONS(4959), - [anon_sym_operator] = ACTIONS(4959), - [anon_sym_infix] = ACTIONS(4959), - [anon_sym_inline] = ACTIONS(4959), - [anon_sym_external] = ACTIONS(4959), - [sym_property_modifier] = ACTIONS(4959), - [anon_sym_abstract] = ACTIONS(4959), - [anon_sym_final] = ACTIONS(4959), - [anon_sym_open] = ACTIONS(4959), - [anon_sym_vararg] = ACTIONS(4959), - [anon_sym_noinline] = ACTIONS(4959), - [anon_sym_crossinline] = ACTIONS(4959), - [anon_sym_expect] = ACTIONS(4959), - [anon_sym_actual] = ACTIONS(4959), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4961), - [sym__automatic_semicolon] = ACTIONS(4961), - [sym_safe_nav] = ACTIONS(4961), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, [3774] = { - [sym__alpha_identifier] = ACTIONS(4495), - [anon_sym_AT] = ACTIONS(4497), - [anon_sym_LBRACK] = ACTIONS(4497), - [anon_sym_as] = ACTIONS(4495), - [anon_sym_EQ] = ACTIONS(4495), - [anon_sym_LBRACE] = ACTIONS(4497), - [anon_sym_RBRACE] = ACTIONS(4497), - [anon_sym_LPAREN] = ACTIONS(4497), - [anon_sym_COMMA] = ACTIONS(4497), - [anon_sym_LT] = ACTIONS(4495), - [anon_sym_GT] = ACTIONS(4495), - [anon_sym_where] = ACTIONS(4495), - [anon_sym_DOT] = ACTIONS(4495), - [anon_sym_SEMI] = ACTIONS(4497), - [anon_sym_get] = ACTIONS(4495), - [anon_sym_set] = ACTIONS(4495), - [anon_sym_STAR] = ACTIONS(4495), - [sym_label] = ACTIONS(4497), - [anon_sym_in] = ACTIONS(4495), - [anon_sym_DOT_DOT] = ACTIONS(4497), - [anon_sym_QMARK_COLON] = ACTIONS(4497), - [anon_sym_AMP_AMP] = ACTIONS(4497), - [anon_sym_PIPE_PIPE] = ACTIONS(4497), - [anon_sym_else] = ACTIONS(4495), - [anon_sym_COLON_COLON] = ACTIONS(4497), - [anon_sym_PLUS_EQ] = ACTIONS(4497), - [anon_sym_DASH_EQ] = ACTIONS(4497), - [anon_sym_STAR_EQ] = ACTIONS(4497), - [anon_sym_SLASH_EQ] = ACTIONS(4497), - [anon_sym_PERCENT_EQ] = ACTIONS(4497), - [anon_sym_BANG_EQ] = ACTIONS(4495), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4497), - [anon_sym_EQ_EQ] = ACTIONS(4495), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4497), - [anon_sym_LT_EQ] = ACTIONS(4497), - [anon_sym_GT_EQ] = ACTIONS(4497), - [anon_sym_BANGin] = ACTIONS(4497), - [anon_sym_is] = ACTIONS(4495), - [anon_sym_BANGis] = ACTIONS(4497), - [anon_sym_PLUS] = ACTIONS(4495), - [anon_sym_DASH] = ACTIONS(4495), - [anon_sym_SLASH] = ACTIONS(4495), - [anon_sym_PERCENT] = ACTIONS(4495), - [anon_sym_as_QMARK] = ACTIONS(4497), - [anon_sym_PLUS_PLUS] = ACTIONS(4497), - [anon_sym_DASH_DASH] = ACTIONS(4497), - [anon_sym_BANG_BANG] = ACTIONS(4497), - [anon_sym_suspend] = ACTIONS(4495), - [anon_sym_sealed] = ACTIONS(4495), - [anon_sym_annotation] = ACTIONS(4495), - [anon_sym_data] = ACTIONS(4495), - [anon_sym_inner] = ACTIONS(4495), - [anon_sym_override] = ACTIONS(4495), - [anon_sym_lateinit] = ACTIONS(4495), - [anon_sym_public] = ACTIONS(4495), - [anon_sym_private] = ACTIONS(4495), - [anon_sym_internal] = ACTIONS(4495), - [anon_sym_protected] = ACTIONS(4495), - [anon_sym_tailrec] = ACTIONS(4495), - [anon_sym_operator] = ACTIONS(4495), - [anon_sym_infix] = ACTIONS(4495), - [anon_sym_inline] = ACTIONS(4495), - [anon_sym_external] = ACTIONS(4495), - [sym_property_modifier] = ACTIONS(4495), - [anon_sym_abstract] = ACTIONS(4495), - [anon_sym_final] = ACTIONS(4495), - [anon_sym_open] = ACTIONS(4495), - [anon_sym_vararg] = ACTIONS(4495), - [anon_sym_noinline] = ACTIONS(4495), - [anon_sym_crossinline] = ACTIONS(4495), - [anon_sym_expect] = ACTIONS(4495), - [anon_sym_actual] = ACTIONS(4495), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4497), - [sym__automatic_semicolon] = ACTIONS(4497), - [sym_safe_nav] = ACTIONS(4497), - [sym_multiline_comment] = ACTIONS(3), + [sym__alpha_identifier] = ACTIONS(3943), + [anon_sym_AT] = ACTIONS(3948), + [anon_sym_COLON] = ACTIONS(3943), + [anon_sym_LBRACK] = ACTIONS(3948), + [anon_sym_constructor] = ACTIONS(3943), + [anon_sym_LBRACE] = ACTIONS(3948), + [anon_sym_RBRACE] = ACTIONS(3948), + [anon_sym_LPAREN] = ACTIONS(3948), + [anon_sym_LT] = ACTIONS(3948), + [anon_sym_where] = ACTIONS(3943), + [anon_sym_object] = ACTIONS(3943), + [anon_sym_fun] = ACTIONS(3943), + [anon_sym_get] = ACTIONS(3943), + [anon_sym_set] = ACTIONS(3943), + [anon_sym_this] = ACTIONS(3943), + [anon_sym_super] = ACTIONS(3943), + [anon_sym_STAR] = ACTIONS(3948), + [sym_label] = ACTIONS(3943), + [anon_sym_in] = ACTIONS(3943), + [anon_sym_null] = ACTIONS(3943), + [anon_sym_if] = ACTIONS(3943), + [anon_sym_else] = ACTIONS(3943), + [anon_sym_when] = ACTIONS(3943), + [anon_sym_try] = ACTIONS(3943), + [anon_sym_throw] = ACTIONS(3943), + [anon_sym_return] = ACTIONS(3943), + [anon_sym_continue] = ACTIONS(3943), + [anon_sym_break] = ACTIONS(3943), + [anon_sym_COLON_COLON] = ACTIONS(3948), + [anon_sym_BANGin] = ACTIONS(3948), + [anon_sym_is] = ACTIONS(3943), + [anon_sym_BANGis] = ACTIONS(3948), + [anon_sym_PLUS] = ACTIONS(3943), + [anon_sym_DASH] = ACTIONS(3943), + [anon_sym_PLUS_PLUS] = ACTIONS(3948), + [anon_sym_DASH_DASH] = ACTIONS(3948), + [anon_sym_BANG] = ACTIONS(3943), + [anon_sym_suspend] = ACTIONS(3943), + [anon_sym_sealed] = ACTIONS(3943), + [anon_sym_annotation] = ACTIONS(3943), + [anon_sym_data] = ACTIONS(3943), + [anon_sym_inner] = ACTIONS(3943), + [anon_sym_override] = ACTIONS(3943), + [anon_sym_lateinit] = ACTIONS(3943), + [anon_sym_public] = ACTIONS(3943), + [anon_sym_private] = ACTIONS(3943), + [anon_sym_internal] = ACTIONS(3943), + [anon_sym_protected] = ACTIONS(3943), + [anon_sym_tailrec] = ACTIONS(3943), + [anon_sym_operator] = ACTIONS(3943), + [anon_sym_infix] = ACTIONS(3943), + [anon_sym_inline] = ACTIONS(3943), + [anon_sym_external] = ACTIONS(3943), + [sym_property_modifier] = ACTIONS(3943), + [anon_sym_abstract] = ACTIONS(3943), + [anon_sym_final] = ACTIONS(3943), + [anon_sym_open] = ACTIONS(3943), + [anon_sym_vararg] = ACTIONS(3943), + [anon_sym_noinline] = ACTIONS(3943), + [anon_sym_crossinline] = ACTIONS(3943), + [anon_sym_expect] = ACTIONS(3943), + [anon_sym_actual] = ACTIONS(3943), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3948), + [anon_sym_continue_AT] = ACTIONS(3948), + [anon_sym_break_AT] = ACTIONS(3948), + [sym_real_literal] = ACTIONS(3948), + [sym_integer_literal] = ACTIONS(3943), + [sym_hex_literal] = ACTIONS(3948), + [sym_bin_literal] = ACTIONS(3948), + [anon_sym_true] = ACTIONS(3943), + [anon_sym_false] = ACTIONS(3943), + [anon_sym_SQUOTE] = ACTIONS(3948), + [sym__backtick_identifier] = ACTIONS(3948), + [sym__automatic_semicolon] = ACTIONS(3948), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3948), }, [3775] = { - [sym__alpha_identifier] = ACTIONS(4249), - [anon_sym_AT] = ACTIONS(4252), - [anon_sym_LBRACK] = ACTIONS(4252), - [anon_sym_RBRACK] = ACTIONS(4255), - [anon_sym_as] = ACTIONS(4257), - [anon_sym_LBRACE] = ACTIONS(4252), - [anon_sym_RBRACE] = ACTIONS(4255), - [anon_sym_LPAREN] = ACTIONS(6882), - [anon_sym_COMMA] = ACTIONS(4255), - [anon_sym_RPAREN] = ACTIONS(4255), - [anon_sym_LT] = ACTIONS(4257), - [anon_sym_GT] = ACTIONS(4257), - [anon_sym_where] = ACTIONS(4257), - [anon_sym_object] = ACTIONS(3828), - [anon_sym_fun] = ACTIONS(3828), - [anon_sym_DOT] = ACTIONS(4257), - [anon_sym_SEMI] = ACTIONS(4255), - [anon_sym_get] = ACTIONS(4249), - [anon_sym_set] = ACTIONS(4249), - [anon_sym_this] = ACTIONS(3828), - [anon_sym_super] = ACTIONS(3828), - [anon_sym_STAR] = ACTIONS(4252), - [anon_sym_DASH_GT] = ACTIONS(4255), - [sym_label] = ACTIONS(4249), - [anon_sym_in] = ACTIONS(4257), - [anon_sym_while] = ACTIONS(4257), - [anon_sym_DOT_DOT] = ACTIONS(4255), - [anon_sym_QMARK_COLON] = ACTIONS(4255), - [anon_sym_AMP_AMP] = ACTIONS(4255), - [anon_sym_PIPE_PIPE] = ACTIONS(4255), - [anon_sym_null] = ACTIONS(3828), - [anon_sym_if] = ACTIONS(3828), - [anon_sym_else] = ACTIONS(4257), - [anon_sym_when] = ACTIONS(3828), - [anon_sym_try] = ACTIONS(3828), - [anon_sym_throw] = ACTIONS(3828), - [anon_sym_return] = ACTIONS(3828), - [anon_sym_continue] = ACTIONS(3828), - [anon_sym_break] = ACTIONS(3828), - [anon_sym_COLON_COLON] = ACTIONS(4252), - [anon_sym_BANG_EQ] = ACTIONS(4257), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4255), - [anon_sym_EQ_EQ] = ACTIONS(4257), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4255), - [anon_sym_LT_EQ] = ACTIONS(4255), - [anon_sym_GT_EQ] = ACTIONS(4255), - [anon_sym_BANGin] = ACTIONS(4255), - [anon_sym_is] = ACTIONS(4257), - [anon_sym_BANGis] = ACTIONS(4255), - [anon_sym_PLUS] = ACTIONS(4249), - [anon_sym_DASH] = ACTIONS(4249), - [anon_sym_SLASH] = ACTIONS(4257), - [anon_sym_PERCENT] = ACTIONS(4255), - [anon_sym_as_QMARK] = ACTIONS(4255), - [anon_sym_PLUS_PLUS] = ACTIONS(4252), - [anon_sym_DASH_DASH] = ACTIONS(4252), - [anon_sym_BANG] = ACTIONS(3828), - [anon_sym_BANG_BANG] = ACTIONS(4255), - [anon_sym_data] = ACTIONS(4249), - [anon_sym_inner] = ACTIONS(4249), - [anon_sym_expect] = ACTIONS(4249), - [anon_sym_actual] = ACTIONS(4249), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3833), - [anon_sym_continue_AT] = ACTIONS(3833), - [anon_sym_break_AT] = ACTIONS(3833), - [sym_real_literal] = ACTIONS(3833), - [sym_integer_literal] = ACTIONS(3828), - [sym_hex_literal] = ACTIONS(3833), - [sym_bin_literal] = ACTIONS(3833), - [anon_sym_true] = ACTIONS(3828), - [anon_sym_false] = ACTIONS(3828), - [anon_sym_SQUOTE] = ACTIONS(3833), - [sym__backtick_identifier] = ACTIONS(4252), - [sym_safe_nav] = ACTIONS(4255), + [sym__alpha_identifier] = ACTIONS(4293), + [anon_sym_AT] = ACTIONS(4291), + [anon_sym_LBRACK] = ACTIONS(4291), + [anon_sym_as] = ACTIONS(4293), + [anon_sym_EQ] = ACTIONS(4293), + [anon_sym_LBRACE] = ACTIONS(4291), + [anon_sym_RBRACE] = ACTIONS(4291), + [anon_sym_LPAREN] = ACTIONS(6876), + [anon_sym_COMMA] = ACTIONS(4291), + [anon_sym_LT] = ACTIONS(4293), + [anon_sym_GT] = ACTIONS(4293), + [anon_sym_where] = ACTIONS(4293), + [anon_sym_DOT] = ACTIONS(4293), + [anon_sym_SEMI] = ACTIONS(4291), + [anon_sym_get] = ACTIONS(4293), + [anon_sym_set] = ACTIONS(4293), + [anon_sym_STAR] = ACTIONS(4293), + [sym_label] = ACTIONS(4291), + [anon_sym_in] = ACTIONS(4293), + [anon_sym_DOT_DOT] = ACTIONS(4291), + [anon_sym_QMARK_COLON] = ACTIONS(4291), + [anon_sym_AMP_AMP] = ACTIONS(4291), + [anon_sym_PIPE_PIPE] = ACTIONS(4291), + [anon_sym_else] = ACTIONS(4293), + [anon_sym_COLON_COLON] = ACTIONS(4291), + [anon_sym_PLUS_EQ] = ACTIONS(4291), + [anon_sym_DASH_EQ] = ACTIONS(4291), + [anon_sym_STAR_EQ] = ACTIONS(4291), + [anon_sym_SLASH_EQ] = ACTIONS(4291), + [anon_sym_PERCENT_EQ] = ACTIONS(4291), + [anon_sym_BANG_EQ] = ACTIONS(4293), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4291), + [anon_sym_EQ_EQ] = ACTIONS(4293), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4291), + [anon_sym_LT_EQ] = ACTIONS(4291), + [anon_sym_GT_EQ] = ACTIONS(4291), + [anon_sym_BANGin] = ACTIONS(4291), + [anon_sym_is] = ACTIONS(4293), + [anon_sym_BANGis] = ACTIONS(4291), + [anon_sym_PLUS] = ACTIONS(4293), + [anon_sym_DASH] = ACTIONS(4293), + [anon_sym_SLASH] = ACTIONS(4293), + [anon_sym_PERCENT] = ACTIONS(4293), + [anon_sym_as_QMARK] = ACTIONS(4291), + [anon_sym_PLUS_PLUS] = ACTIONS(4291), + [anon_sym_DASH_DASH] = ACTIONS(4291), + [anon_sym_BANG_BANG] = ACTIONS(4291), + [anon_sym_suspend] = ACTIONS(4293), + [anon_sym_sealed] = ACTIONS(4293), + [anon_sym_annotation] = ACTIONS(4293), + [anon_sym_data] = ACTIONS(4293), + [anon_sym_inner] = ACTIONS(4293), + [anon_sym_override] = ACTIONS(4293), + [anon_sym_lateinit] = ACTIONS(4293), + [anon_sym_public] = ACTIONS(4293), + [anon_sym_private] = ACTIONS(4293), + [anon_sym_internal] = ACTIONS(4293), + [anon_sym_protected] = ACTIONS(4293), + [anon_sym_tailrec] = ACTIONS(4293), + [anon_sym_operator] = ACTIONS(4293), + [anon_sym_infix] = ACTIONS(4293), + [anon_sym_inline] = ACTIONS(4293), + [anon_sym_external] = ACTIONS(4293), + [sym_property_modifier] = ACTIONS(4293), + [anon_sym_abstract] = ACTIONS(4293), + [anon_sym_final] = ACTIONS(4293), + [anon_sym_open] = ACTIONS(4293), + [anon_sym_vararg] = ACTIONS(4293), + [anon_sym_noinline] = ACTIONS(4293), + [anon_sym_crossinline] = ACTIONS(4293), + [anon_sym_expect] = ACTIONS(4293), + [anon_sym_actual] = ACTIONS(4293), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4291), + [sym__automatic_semicolon] = ACTIONS(4291), + [sym_safe_nav] = ACTIONS(4291), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3833), }, [3776] = { - [sym__alpha_identifier] = ACTIONS(4083), - [anon_sym_AT] = ACTIONS(4085), - [anon_sym_LBRACK] = ACTIONS(4085), - [anon_sym_as] = ACTIONS(4083), - [anon_sym_EQ] = ACTIONS(4083), - [anon_sym_LBRACE] = ACTIONS(4085), - [anon_sym_RBRACE] = ACTIONS(4085), - [anon_sym_LPAREN] = ACTIONS(4085), - [anon_sym_COMMA] = ACTIONS(4085), - [anon_sym_LT] = ACTIONS(4083), - [anon_sym_GT] = ACTIONS(4083), - [anon_sym_where] = ACTIONS(4083), - [anon_sym_DOT] = ACTIONS(4083), - [anon_sym_SEMI] = ACTIONS(4085), - [anon_sym_get] = ACTIONS(4083), - [anon_sym_set] = ACTIONS(4083), - [anon_sym_STAR] = ACTIONS(4083), - [sym_label] = ACTIONS(4085), - [anon_sym_in] = ACTIONS(4083), - [anon_sym_DOT_DOT] = ACTIONS(4085), - [anon_sym_QMARK_COLON] = ACTIONS(4085), - [anon_sym_AMP_AMP] = ACTIONS(4085), - [anon_sym_PIPE_PIPE] = ACTIONS(4085), - [anon_sym_else] = ACTIONS(4083), - [anon_sym_COLON_COLON] = ACTIONS(4085), - [anon_sym_PLUS_EQ] = ACTIONS(4085), - [anon_sym_DASH_EQ] = ACTIONS(4085), - [anon_sym_STAR_EQ] = ACTIONS(4085), - [anon_sym_SLASH_EQ] = ACTIONS(4085), - [anon_sym_PERCENT_EQ] = ACTIONS(4085), - [anon_sym_BANG_EQ] = ACTIONS(4083), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4085), - [anon_sym_EQ_EQ] = ACTIONS(4083), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4085), - [anon_sym_LT_EQ] = ACTIONS(4085), - [anon_sym_GT_EQ] = ACTIONS(4085), - [anon_sym_BANGin] = ACTIONS(4085), - [anon_sym_is] = ACTIONS(4083), - [anon_sym_BANGis] = ACTIONS(4085), - [anon_sym_PLUS] = ACTIONS(4083), - [anon_sym_DASH] = ACTIONS(4083), - [anon_sym_SLASH] = ACTIONS(4083), - [anon_sym_PERCENT] = ACTIONS(4083), - [anon_sym_as_QMARK] = ACTIONS(4085), - [anon_sym_PLUS_PLUS] = ACTIONS(4085), - [anon_sym_DASH_DASH] = ACTIONS(4085), - [anon_sym_BANG_BANG] = ACTIONS(4085), - [anon_sym_suspend] = ACTIONS(4083), - [anon_sym_sealed] = ACTIONS(4083), - [anon_sym_annotation] = ACTIONS(4083), - [anon_sym_data] = ACTIONS(4083), - [anon_sym_inner] = ACTIONS(4083), - [anon_sym_override] = ACTIONS(4083), - [anon_sym_lateinit] = ACTIONS(4083), - [anon_sym_public] = ACTIONS(4083), - [anon_sym_private] = ACTIONS(4083), - [anon_sym_internal] = ACTIONS(4083), - [anon_sym_protected] = ACTIONS(4083), - [anon_sym_tailrec] = ACTIONS(4083), - [anon_sym_operator] = ACTIONS(4083), - [anon_sym_infix] = ACTIONS(4083), - [anon_sym_inline] = ACTIONS(4083), - [anon_sym_external] = ACTIONS(4083), - [sym_property_modifier] = ACTIONS(4083), - [anon_sym_abstract] = ACTIONS(4083), - [anon_sym_final] = ACTIONS(4083), - [anon_sym_open] = ACTIONS(4083), - [anon_sym_vararg] = ACTIONS(4083), - [anon_sym_noinline] = ACTIONS(4083), - [anon_sym_crossinline] = ACTIONS(4083), - [anon_sym_expect] = ACTIONS(4083), - [anon_sym_actual] = ACTIONS(4083), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4085), - [sym__automatic_semicolon] = ACTIONS(4085), - [sym_safe_nav] = ACTIONS(4085), + [sym__alpha_identifier] = ACTIONS(5053), + [anon_sym_AT] = ACTIONS(5055), + [anon_sym_LBRACK] = ACTIONS(5055), + [anon_sym_as] = ACTIONS(5053), + [anon_sym_EQ] = ACTIONS(5053), + [anon_sym_LBRACE] = ACTIONS(5055), + [anon_sym_RBRACE] = ACTIONS(5055), + [anon_sym_LPAREN] = ACTIONS(5055), + [anon_sym_COMMA] = ACTIONS(5055), + [anon_sym_LT] = ACTIONS(5053), + [anon_sym_GT] = ACTIONS(5053), + [anon_sym_where] = ACTIONS(5053), + [anon_sym_DOT] = ACTIONS(5053), + [anon_sym_SEMI] = ACTIONS(5055), + [anon_sym_get] = ACTIONS(5053), + [anon_sym_set] = ACTIONS(5053), + [anon_sym_STAR] = ACTIONS(5053), + [sym_label] = ACTIONS(5055), + [anon_sym_in] = ACTIONS(5053), + [anon_sym_DOT_DOT] = ACTIONS(5055), + [anon_sym_QMARK_COLON] = ACTIONS(5055), + [anon_sym_AMP_AMP] = ACTIONS(5055), + [anon_sym_PIPE_PIPE] = ACTIONS(5055), + [anon_sym_else] = ACTIONS(5053), + [anon_sym_COLON_COLON] = ACTIONS(5055), + [anon_sym_PLUS_EQ] = ACTIONS(5055), + [anon_sym_DASH_EQ] = ACTIONS(5055), + [anon_sym_STAR_EQ] = ACTIONS(5055), + [anon_sym_SLASH_EQ] = ACTIONS(5055), + [anon_sym_PERCENT_EQ] = ACTIONS(5055), + [anon_sym_BANG_EQ] = ACTIONS(5053), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5055), + [anon_sym_EQ_EQ] = ACTIONS(5053), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5055), + [anon_sym_LT_EQ] = ACTIONS(5055), + [anon_sym_GT_EQ] = ACTIONS(5055), + [anon_sym_BANGin] = ACTIONS(5055), + [anon_sym_is] = ACTIONS(5053), + [anon_sym_BANGis] = ACTIONS(5055), + [anon_sym_PLUS] = ACTIONS(5053), + [anon_sym_DASH] = ACTIONS(5053), + [anon_sym_SLASH] = ACTIONS(5053), + [anon_sym_PERCENT] = ACTIONS(5053), + [anon_sym_as_QMARK] = ACTIONS(5055), + [anon_sym_PLUS_PLUS] = ACTIONS(5055), + [anon_sym_DASH_DASH] = ACTIONS(5055), + [anon_sym_BANG_BANG] = ACTIONS(5055), + [anon_sym_suspend] = ACTIONS(5053), + [anon_sym_sealed] = ACTIONS(5053), + [anon_sym_annotation] = ACTIONS(5053), + [anon_sym_data] = ACTIONS(5053), + [anon_sym_inner] = ACTIONS(5053), + [anon_sym_override] = ACTIONS(5053), + [anon_sym_lateinit] = ACTIONS(5053), + [anon_sym_public] = ACTIONS(5053), + [anon_sym_private] = ACTIONS(5053), + [anon_sym_internal] = ACTIONS(5053), + [anon_sym_protected] = ACTIONS(5053), + [anon_sym_tailrec] = ACTIONS(5053), + [anon_sym_operator] = ACTIONS(5053), + [anon_sym_infix] = ACTIONS(5053), + [anon_sym_inline] = ACTIONS(5053), + [anon_sym_external] = ACTIONS(5053), + [sym_property_modifier] = ACTIONS(5053), + [anon_sym_abstract] = ACTIONS(5053), + [anon_sym_final] = ACTIONS(5053), + [anon_sym_open] = ACTIONS(5053), + [anon_sym_vararg] = ACTIONS(5053), + [anon_sym_noinline] = ACTIONS(5053), + [anon_sym_crossinline] = ACTIONS(5053), + [anon_sym_expect] = ACTIONS(5053), + [anon_sym_actual] = ACTIONS(5053), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5055), + [sym__automatic_semicolon] = ACTIONS(5055), + [sym_safe_nav] = ACTIONS(5055), [sym_multiline_comment] = ACTIONS(3), }, [3777] = { - [sym__alpha_identifier] = ACTIONS(4785), - [anon_sym_AT] = ACTIONS(4787), - [anon_sym_LBRACK] = ACTIONS(4787), - [anon_sym_as] = ACTIONS(4785), - [anon_sym_EQ] = ACTIONS(4785), - [anon_sym_LBRACE] = ACTIONS(4787), - [anon_sym_RBRACE] = ACTIONS(4787), - [anon_sym_LPAREN] = ACTIONS(4787), - [anon_sym_COMMA] = ACTIONS(4787), - [anon_sym_LT] = ACTIONS(4785), - [anon_sym_GT] = ACTIONS(4785), - [anon_sym_where] = ACTIONS(4785), - [anon_sym_DOT] = ACTIONS(4785), - [anon_sym_SEMI] = ACTIONS(4787), - [anon_sym_get] = ACTIONS(4785), - [anon_sym_set] = ACTIONS(4785), - [anon_sym_STAR] = ACTIONS(4785), - [sym_label] = ACTIONS(4787), - [anon_sym_in] = ACTIONS(4785), - [anon_sym_DOT_DOT] = ACTIONS(4787), - [anon_sym_QMARK_COLON] = ACTIONS(4787), - [anon_sym_AMP_AMP] = ACTIONS(4787), - [anon_sym_PIPE_PIPE] = ACTIONS(4787), - [anon_sym_else] = ACTIONS(4785), - [anon_sym_COLON_COLON] = ACTIONS(4787), - [anon_sym_PLUS_EQ] = ACTIONS(4787), - [anon_sym_DASH_EQ] = ACTIONS(4787), - [anon_sym_STAR_EQ] = ACTIONS(4787), - [anon_sym_SLASH_EQ] = ACTIONS(4787), - [anon_sym_PERCENT_EQ] = ACTIONS(4787), - [anon_sym_BANG_EQ] = ACTIONS(4785), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4787), - [anon_sym_EQ_EQ] = ACTIONS(4785), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4787), - [anon_sym_LT_EQ] = ACTIONS(4787), - [anon_sym_GT_EQ] = ACTIONS(4787), - [anon_sym_BANGin] = ACTIONS(4787), - [anon_sym_is] = ACTIONS(4785), - [anon_sym_BANGis] = ACTIONS(4787), - [anon_sym_PLUS] = ACTIONS(4785), - [anon_sym_DASH] = ACTIONS(4785), - [anon_sym_SLASH] = ACTIONS(4785), - [anon_sym_PERCENT] = ACTIONS(4785), - [anon_sym_as_QMARK] = ACTIONS(4787), - [anon_sym_PLUS_PLUS] = ACTIONS(4787), - [anon_sym_DASH_DASH] = ACTIONS(4787), - [anon_sym_BANG_BANG] = ACTIONS(4787), - [anon_sym_suspend] = ACTIONS(4785), - [anon_sym_sealed] = ACTIONS(4785), - [anon_sym_annotation] = ACTIONS(4785), - [anon_sym_data] = ACTIONS(4785), - [anon_sym_inner] = ACTIONS(4785), - [anon_sym_override] = ACTIONS(4785), - [anon_sym_lateinit] = ACTIONS(4785), - [anon_sym_public] = ACTIONS(4785), - [anon_sym_private] = ACTIONS(4785), - [anon_sym_internal] = ACTIONS(4785), - [anon_sym_protected] = ACTIONS(4785), - [anon_sym_tailrec] = ACTIONS(4785), - [anon_sym_operator] = ACTIONS(4785), - [anon_sym_infix] = ACTIONS(4785), - [anon_sym_inline] = ACTIONS(4785), - [anon_sym_external] = ACTIONS(4785), - [sym_property_modifier] = ACTIONS(4785), - [anon_sym_abstract] = ACTIONS(4785), - [anon_sym_final] = ACTIONS(4785), - [anon_sym_open] = ACTIONS(4785), - [anon_sym_vararg] = ACTIONS(4785), - [anon_sym_noinline] = ACTIONS(4785), - [anon_sym_crossinline] = ACTIONS(4785), - [anon_sym_expect] = ACTIONS(4785), - [anon_sym_actual] = ACTIONS(4785), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4787), - [sym__automatic_semicolon] = ACTIONS(4787), - [sym_safe_nav] = ACTIONS(4787), + [sym__alpha_identifier] = ACTIONS(4853), + [anon_sym_AT] = ACTIONS(4855), + [anon_sym_LBRACK] = ACTIONS(4855), + [anon_sym_as] = ACTIONS(4853), + [anon_sym_EQ] = ACTIONS(4853), + [anon_sym_LBRACE] = ACTIONS(4855), + [anon_sym_RBRACE] = ACTIONS(4855), + [anon_sym_LPAREN] = ACTIONS(4855), + [anon_sym_COMMA] = ACTIONS(4855), + [anon_sym_LT] = ACTIONS(4853), + [anon_sym_GT] = ACTIONS(4853), + [anon_sym_where] = ACTIONS(4853), + [anon_sym_DOT] = ACTIONS(4853), + [anon_sym_SEMI] = ACTIONS(4855), + [anon_sym_get] = ACTIONS(4853), + [anon_sym_set] = ACTIONS(4853), + [anon_sym_STAR] = ACTIONS(4853), + [sym_label] = ACTIONS(4855), + [anon_sym_in] = ACTIONS(4853), + [anon_sym_DOT_DOT] = ACTIONS(4855), + [anon_sym_QMARK_COLON] = ACTIONS(4855), + [anon_sym_AMP_AMP] = ACTIONS(4855), + [anon_sym_PIPE_PIPE] = ACTIONS(4855), + [anon_sym_else] = ACTIONS(4853), + [anon_sym_COLON_COLON] = ACTIONS(4855), + [anon_sym_PLUS_EQ] = ACTIONS(4855), + [anon_sym_DASH_EQ] = ACTIONS(4855), + [anon_sym_STAR_EQ] = ACTIONS(4855), + [anon_sym_SLASH_EQ] = ACTIONS(4855), + [anon_sym_PERCENT_EQ] = ACTIONS(4855), + [anon_sym_BANG_EQ] = ACTIONS(4853), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4855), + [anon_sym_EQ_EQ] = ACTIONS(4853), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4855), + [anon_sym_LT_EQ] = ACTIONS(4855), + [anon_sym_GT_EQ] = ACTIONS(4855), + [anon_sym_BANGin] = ACTIONS(4855), + [anon_sym_is] = ACTIONS(4853), + [anon_sym_BANGis] = ACTIONS(4855), + [anon_sym_PLUS] = ACTIONS(4853), + [anon_sym_DASH] = ACTIONS(4853), + [anon_sym_SLASH] = ACTIONS(4853), + [anon_sym_PERCENT] = ACTIONS(4853), + [anon_sym_as_QMARK] = ACTIONS(4855), + [anon_sym_PLUS_PLUS] = ACTIONS(4855), + [anon_sym_DASH_DASH] = ACTIONS(4855), + [anon_sym_BANG_BANG] = ACTIONS(4855), + [anon_sym_suspend] = ACTIONS(4853), + [anon_sym_sealed] = ACTIONS(4853), + [anon_sym_annotation] = ACTIONS(4853), + [anon_sym_data] = ACTIONS(4853), + [anon_sym_inner] = ACTIONS(4853), + [anon_sym_override] = ACTIONS(4853), + [anon_sym_lateinit] = ACTIONS(4853), + [anon_sym_public] = ACTIONS(4853), + [anon_sym_private] = ACTIONS(4853), + [anon_sym_internal] = ACTIONS(4853), + [anon_sym_protected] = ACTIONS(4853), + [anon_sym_tailrec] = ACTIONS(4853), + [anon_sym_operator] = ACTIONS(4853), + [anon_sym_infix] = ACTIONS(4853), + [anon_sym_inline] = ACTIONS(4853), + [anon_sym_external] = ACTIONS(4853), + [sym_property_modifier] = ACTIONS(4853), + [anon_sym_abstract] = ACTIONS(4853), + [anon_sym_final] = ACTIONS(4853), + [anon_sym_open] = ACTIONS(4853), + [anon_sym_vararg] = ACTIONS(4853), + [anon_sym_noinline] = ACTIONS(4853), + [anon_sym_crossinline] = ACTIONS(4853), + [anon_sym_expect] = ACTIONS(4853), + [anon_sym_actual] = ACTIONS(4853), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4855), + [sym__automatic_semicolon] = ACTIONS(4855), + [sym_safe_nav] = ACTIONS(4855), [sym_multiline_comment] = ACTIONS(3), }, [3778] = { - [ts_builtin_sym_end] = ACTIONS(6886), - [sym__alpha_identifier] = ACTIONS(6888), - [anon_sym_AT] = ACTIONS(6886), - [anon_sym_LBRACK] = ACTIONS(6886), - [anon_sym_import] = ACTIONS(6888), - [anon_sym_typealias] = ACTIONS(6888), - [anon_sym_class] = ACTIONS(6888), - [anon_sym_interface] = ACTIONS(6888), - [anon_sym_enum] = ACTIONS(6888), - [anon_sym_LBRACE] = ACTIONS(6886), - [anon_sym_LPAREN] = ACTIONS(6886), - [anon_sym_val] = ACTIONS(6888), - [anon_sym_var] = ACTIONS(6888), - [anon_sym_object] = ACTIONS(6888), - [anon_sym_fun] = ACTIONS(6888), - [anon_sym_get] = ACTIONS(6888), - [anon_sym_set] = ACTIONS(6888), - [anon_sym_this] = ACTIONS(6888), - [anon_sym_super] = ACTIONS(6888), - [anon_sym_STAR] = ACTIONS(6886), - [sym_label] = ACTIONS(6888), - [anon_sym_for] = ACTIONS(6888), - [anon_sym_while] = ACTIONS(6888), - [anon_sym_do] = ACTIONS(6888), - [anon_sym_null] = ACTIONS(6888), - [anon_sym_if] = ACTIONS(6888), - [anon_sym_when] = ACTIONS(6888), - [anon_sym_try] = ACTIONS(6888), - [anon_sym_throw] = ACTIONS(6888), - [anon_sym_return] = ACTIONS(6888), - [anon_sym_continue] = ACTIONS(6888), - [anon_sym_break] = ACTIONS(6888), - [anon_sym_COLON_COLON] = ACTIONS(6886), - [anon_sym_PLUS] = ACTIONS(6888), - [anon_sym_DASH] = ACTIONS(6888), - [anon_sym_PLUS_PLUS] = ACTIONS(6886), - [anon_sym_DASH_DASH] = ACTIONS(6886), - [anon_sym_BANG] = ACTIONS(6886), - [anon_sym_suspend] = ACTIONS(6888), - [anon_sym_sealed] = ACTIONS(6888), - [anon_sym_annotation] = ACTIONS(6888), - [anon_sym_data] = ACTIONS(6888), - [anon_sym_inner] = ACTIONS(6888), - [anon_sym_override] = ACTIONS(6888), - [anon_sym_lateinit] = ACTIONS(6888), - [anon_sym_public] = ACTIONS(6888), - [anon_sym_private] = ACTIONS(6888), - [anon_sym_internal] = ACTIONS(6888), - [anon_sym_protected] = ACTIONS(6888), - [anon_sym_tailrec] = ACTIONS(6888), - [anon_sym_operator] = ACTIONS(6888), - [anon_sym_infix] = ACTIONS(6888), - [anon_sym_inline] = ACTIONS(6888), - [anon_sym_external] = ACTIONS(6888), - [sym_property_modifier] = ACTIONS(6888), - [anon_sym_abstract] = ACTIONS(6888), - [anon_sym_final] = ACTIONS(6888), - [anon_sym_open] = ACTIONS(6888), - [anon_sym_vararg] = ACTIONS(6888), - [anon_sym_noinline] = ACTIONS(6888), - [anon_sym_crossinline] = ACTIONS(6888), - [anon_sym_expect] = ACTIONS(6888), - [anon_sym_actual] = ACTIONS(6888), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(6886), - [anon_sym_continue_AT] = ACTIONS(6886), - [anon_sym_break_AT] = ACTIONS(6886), - [sym_real_literal] = ACTIONS(6886), - [sym_integer_literal] = ACTIONS(6888), - [sym_hex_literal] = ACTIONS(6886), - [sym_bin_literal] = ACTIONS(6886), - [anon_sym_true] = ACTIONS(6888), - [anon_sym_false] = ACTIONS(6888), - [anon_sym_SQUOTE] = ACTIONS(6886), - [sym__backtick_identifier] = ACTIONS(6886), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(6886), + [sym__alpha_identifier] = ACTIONS(4150), + [anon_sym_AT] = ACTIONS(4148), + [anon_sym_LBRACK] = ACTIONS(4148), + [anon_sym_as] = ACTIONS(4150), + [anon_sym_EQ] = ACTIONS(4150), + [anon_sym_LBRACE] = ACTIONS(4148), + [anon_sym_RBRACE] = ACTIONS(4148), + [anon_sym_LPAREN] = ACTIONS(6878), + [anon_sym_COMMA] = ACTIONS(4148), + [anon_sym_LT] = ACTIONS(4150), + [anon_sym_GT] = ACTIONS(4150), + [anon_sym_where] = ACTIONS(4150), + [anon_sym_DOT] = ACTIONS(4150), + [anon_sym_SEMI] = ACTIONS(4148), + [anon_sym_get] = ACTIONS(4150), + [anon_sym_set] = ACTIONS(4150), + [anon_sym_STAR] = ACTIONS(4150), + [sym_label] = ACTIONS(4148), + [anon_sym_in] = ACTIONS(4150), + [anon_sym_DOT_DOT] = ACTIONS(4148), + [anon_sym_QMARK_COLON] = ACTIONS(4148), + [anon_sym_AMP_AMP] = ACTIONS(4148), + [anon_sym_PIPE_PIPE] = ACTIONS(4148), + [anon_sym_else] = ACTIONS(4150), + [anon_sym_COLON_COLON] = ACTIONS(4148), + [anon_sym_PLUS_EQ] = ACTIONS(4148), + [anon_sym_DASH_EQ] = ACTIONS(4148), + [anon_sym_STAR_EQ] = ACTIONS(4148), + [anon_sym_SLASH_EQ] = ACTIONS(4148), + [anon_sym_PERCENT_EQ] = ACTIONS(4148), + [anon_sym_BANG_EQ] = ACTIONS(4150), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4148), + [anon_sym_EQ_EQ] = ACTIONS(4150), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4148), + [anon_sym_LT_EQ] = ACTIONS(4148), + [anon_sym_GT_EQ] = ACTIONS(4148), + [anon_sym_BANGin] = ACTIONS(4148), + [anon_sym_is] = ACTIONS(4150), + [anon_sym_BANGis] = ACTIONS(4148), + [anon_sym_PLUS] = ACTIONS(4150), + [anon_sym_DASH] = ACTIONS(4150), + [anon_sym_SLASH] = ACTIONS(4150), + [anon_sym_PERCENT] = ACTIONS(4150), + [anon_sym_as_QMARK] = ACTIONS(4148), + [anon_sym_PLUS_PLUS] = ACTIONS(4148), + [anon_sym_DASH_DASH] = ACTIONS(4148), + [anon_sym_BANG_BANG] = ACTIONS(4148), + [anon_sym_suspend] = ACTIONS(4150), + [anon_sym_sealed] = ACTIONS(4150), + [anon_sym_annotation] = ACTIONS(4150), + [anon_sym_data] = ACTIONS(4150), + [anon_sym_inner] = ACTIONS(4150), + [anon_sym_override] = ACTIONS(4150), + [anon_sym_lateinit] = ACTIONS(4150), + [anon_sym_public] = ACTIONS(4150), + [anon_sym_private] = ACTIONS(4150), + [anon_sym_internal] = ACTIONS(4150), + [anon_sym_protected] = ACTIONS(4150), + [anon_sym_tailrec] = ACTIONS(4150), + [anon_sym_operator] = ACTIONS(4150), + [anon_sym_infix] = ACTIONS(4150), + [anon_sym_inline] = ACTIONS(4150), + [anon_sym_external] = ACTIONS(4150), + [sym_property_modifier] = ACTIONS(4150), + [anon_sym_abstract] = ACTIONS(4150), + [anon_sym_final] = ACTIONS(4150), + [anon_sym_open] = ACTIONS(4150), + [anon_sym_vararg] = ACTIONS(4150), + [anon_sym_noinline] = ACTIONS(4150), + [anon_sym_crossinline] = ACTIONS(4150), + [anon_sym_expect] = ACTIONS(4150), + [anon_sym_actual] = ACTIONS(4150), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4148), + [sym__automatic_semicolon] = ACTIONS(4148), + [sym_safe_nav] = ACTIONS(4148), + [sym_multiline_comment] = ACTIONS(3), }, [3779] = { - [sym__alpha_identifier] = ACTIONS(5019), - [anon_sym_AT] = ACTIONS(5021), - [anon_sym_LBRACK] = ACTIONS(5021), - [anon_sym_as] = ACTIONS(5019), - [anon_sym_EQ] = ACTIONS(5019), - [anon_sym_LBRACE] = ACTIONS(5021), - [anon_sym_RBRACE] = ACTIONS(5021), - [anon_sym_LPAREN] = ACTIONS(5021), - [anon_sym_COMMA] = ACTIONS(5021), - [anon_sym_LT] = ACTIONS(5019), - [anon_sym_GT] = ACTIONS(5019), - [anon_sym_where] = ACTIONS(5019), - [anon_sym_DOT] = ACTIONS(5019), - [anon_sym_SEMI] = ACTIONS(5021), - [anon_sym_get] = ACTIONS(5019), - [anon_sym_set] = ACTIONS(5019), - [anon_sym_STAR] = ACTIONS(5019), - [sym_label] = ACTIONS(5021), - [anon_sym_in] = ACTIONS(5019), - [anon_sym_DOT_DOT] = ACTIONS(5021), - [anon_sym_QMARK_COLON] = ACTIONS(5021), - [anon_sym_AMP_AMP] = ACTIONS(5021), - [anon_sym_PIPE_PIPE] = ACTIONS(5021), - [anon_sym_else] = ACTIONS(5019), - [anon_sym_COLON_COLON] = ACTIONS(5021), - [anon_sym_PLUS_EQ] = ACTIONS(5021), - [anon_sym_DASH_EQ] = ACTIONS(5021), - [anon_sym_STAR_EQ] = ACTIONS(5021), - [anon_sym_SLASH_EQ] = ACTIONS(5021), - [anon_sym_PERCENT_EQ] = ACTIONS(5021), - [anon_sym_BANG_EQ] = ACTIONS(5019), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5021), - [anon_sym_EQ_EQ] = ACTIONS(5019), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5021), - [anon_sym_LT_EQ] = ACTIONS(5021), - [anon_sym_GT_EQ] = ACTIONS(5021), - [anon_sym_BANGin] = ACTIONS(5021), - [anon_sym_is] = ACTIONS(5019), - [anon_sym_BANGis] = ACTIONS(5021), - [anon_sym_PLUS] = ACTIONS(5019), - [anon_sym_DASH] = ACTIONS(5019), - [anon_sym_SLASH] = ACTIONS(5019), - [anon_sym_PERCENT] = ACTIONS(5019), - [anon_sym_as_QMARK] = ACTIONS(5021), - [anon_sym_PLUS_PLUS] = ACTIONS(5021), - [anon_sym_DASH_DASH] = ACTIONS(5021), - [anon_sym_BANG_BANG] = ACTIONS(5021), - [anon_sym_suspend] = ACTIONS(5019), - [anon_sym_sealed] = ACTIONS(5019), - [anon_sym_annotation] = ACTIONS(5019), - [anon_sym_data] = ACTIONS(5019), - [anon_sym_inner] = ACTIONS(5019), - [anon_sym_override] = ACTIONS(5019), - [anon_sym_lateinit] = ACTIONS(5019), - [anon_sym_public] = ACTIONS(5019), - [anon_sym_private] = ACTIONS(5019), - [anon_sym_internal] = ACTIONS(5019), - [anon_sym_protected] = ACTIONS(5019), - [anon_sym_tailrec] = ACTIONS(5019), - [anon_sym_operator] = ACTIONS(5019), - [anon_sym_infix] = ACTIONS(5019), - [anon_sym_inline] = ACTIONS(5019), - [anon_sym_external] = ACTIONS(5019), - [sym_property_modifier] = ACTIONS(5019), - [anon_sym_abstract] = ACTIONS(5019), - [anon_sym_final] = ACTIONS(5019), - [anon_sym_open] = ACTIONS(5019), - [anon_sym_vararg] = ACTIONS(5019), - [anon_sym_noinline] = ACTIONS(5019), - [anon_sym_crossinline] = ACTIONS(5019), - [anon_sym_expect] = ACTIONS(5019), - [anon_sym_actual] = ACTIONS(5019), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5021), - [sym__automatic_semicolon] = ACTIONS(5021), - [sym_safe_nav] = ACTIONS(5021), + [sym__alpha_identifier] = ACTIONS(4716), + [anon_sym_AT] = ACTIONS(4718), + [anon_sym_LBRACK] = ACTIONS(4718), + [anon_sym_as] = ACTIONS(4716), + [anon_sym_EQ] = ACTIONS(4716), + [anon_sym_LBRACE] = ACTIONS(4718), + [anon_sym_RBRACE] = ACTIONS(4718), + [anon_sym_LPAREN] = ACTIONS(4718), + [anon_sym_COMMA] = ACTIONS(4718), + [anon_sym_LT] = ACTIONS(4716), + [anon_sym_GT] = ACTIONS(4716), + [anon_sym_where] = ACTIONS(4716), + [anon_sym_DOT] = ACTIONS(4716), + [anon_sym_SEMI] = ACTIONS(4718), + [anon_sym_get] = ACTIONS(4716), + [anon_sym_set] = ACTIONS(4716), + [anon_sym_STAR] = ACTIONS(4716), + [sym_label] = ACTIONS(4718), + [anon_sym_in] = ACTIONS(4716), + [anon_sym_DOT_DOT] = ACTIONS(4718), + [anon_sym_QMARK_COLON] = ACTIONS(4718), + [anon_sym_AMP_AMP] = ACTIONS(4718), + [anon_sym_PIPE_PIPE] = ACTIONS(4718), + [anon_sym_else] = ACTIONS(4716), + [anon_sym_COLON_COLON] = ACTIONS(4718), + [anon_sym_PLUS_EQ] = ACTIONS(4718), + [anon_sym_DASH_EQ] = ACTIONS(4718), + [anon_sym_STAR_EQ] = ACTIONS(4718), + [anon_sym_SLASH_EQ] = ACTIONS(4718), + [anon_sym_PERCENT_EQ] = ACTIONS(4718), + [anon_sym_BANG_EQ] = ACTIONS(4716), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4718), + [anon_sym_EQ_EQ] = ACTIONS(4716), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4718), + [anon_sym_LT_EQ] = ACTIONS(4718), + [anon_sym_GT_EQ] = ACTIONS(4718), + [anon_sym_BANGin] = ACTIONS(4718), + [anon_sym_is] = ACTIONS(4716), + [anon_sym_BANGis] = ACTIONS(4718), + [anon_sym_PLUS] = ACTIONS(4716), + [anon_sym_DASH] = ACTIONS(4716), + [anon_sym_SLASH] = ACTIONS(4716), + [anon_sym_PERCENT] = ACTIONS(4716), + [anon_sym_as_QMARK] = ACTIONS(4718), + [anon_sym_PLUS_PLUS] = ACTIONS(4718), + [anon_sym_DASH_DASH] = ACTIONS(4718), + [anon_sym_BANG_BANG] = ACTIONS(4718), + [anon_sym_suspend] = ACTIONS(4716), + [anon_sym_sealed] = ACTIONS(4716), + [anon_sym_annotation] = ACTIONS(4716), + [anon_sym_data] = ACTIONS(4716), + [anon_sym_inner] = ACTIONS(4716), + [anon_sym_override] = ACTIONS(4716), + [anon_sym_lateinit] = ACTIONS(4716), + [anon_sym_public] = ACTIONS(4716), + [anon_sym_private] = ACTIONS(4716), + [anon_sym_internal] = ACTIONS(4716), + [anon_sym_protected] = ACTIONS(4716), + [anon_sym_tailrec] = ACTIONS(4716), + [anon_sym_operator] = ACTIONS(4716), + [anon_sym_infix] = ACTIONS(4716), + [anon_sym_inline] = ACTIONS(4716), + [anon_sym_external] = ACTIONS(4716), + [sym_property_modifier] = ACTIONS(4716), + [anon_sym_abstract] = ACTIONS(4716), + [anon_sym_final] = ACTIONS(4716), + [anon_sym_open] = ACTIONS(4716), + [anon_sym_vararg] = ACTIONS(4716), + [anon_sym_noinline] = ACTIONS(4716), + [anon_sym_crossinline] = ACTIONS(4716), + [anon_sym_expect] = ACTIONS(4716), + [anon_sym_actual] = ACTIONS(4716), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4718), + [sym__automatic_semicolon] = ACTIONS(4718), + [sym_safe_nav] = ACTIONS(4718), [sym_multiline_comment] = ACTIONS(3), }, [3780] = { - [sym_function_body] = STATE(3169), - [sym__block] = STATE(3245), - [sym__alpha_identifier] = ACTIONS(4382), - [anon_sym_AT] = ACTIONS(4384), - [anon_sym_LBRACK] = ACTIONS(4384), - [anon_sym_as] = ACTIONS(4382), - [anon_sym_EQ] = ACTIONS(6642), - [anon_sym_LBRACE] = ACTIONS(6220), - [anon_sym_RBRACE] = ACTIONS(4384), - [anon_sym_LPAREN] = ACTIONS(4384), - [anon_sym_COMMA] = ACTIONS(4384), - [anon_sym_LT] = ACTIONS(4382), - [anon_sym_GT] = ACTIONS(4382), - [anon_sym_where] = ACTIONS(4382), - [anon_sym_object] = ACTIONS(4382), - [anon_sym_fun] = ACTIONS(4382), - [anon_sym_DOT] = ACTIONS(4382), - [anon_sym_SEMI] = ACTIONS(4384), - [anon_sym_get] = ACTIONS(4382), - [anon_sym_set] = ACTIONS(4382), - [anon_sym_this] = ACTIONS(4382), - [anon_sym_super] = ACTIONS(4382), - [anon_sym_STAR] = ACTIONS(4384), - [sym_label] = ACTIONS(4382), - [anon_sym_in] = ACTIONS(4382), - [anon_sym_DOT_DOT] = ACTIONS(4384), - [anon_sym_QMARK_COLON] = ACTIONS(4384), - [anon_sym_AMP_AMP] = ACTIONS(4384), - [anon_sym_PIPE_PIPE] = ACTIONS(4384), - [anon_sym_null] = ACTIONS(4382), - [anon_sym_if] = ACTIONS(4382), - [anon_sym_else] = ACTIONS(4382), - [anon_sym_when] = ACTIONS(4382), - [anon_sym_try] = ACTIONS(4382), - [anon_sym_throw] = ACTIONS(4382), - [anon_sym_return] = ACTIONS(4382), - [anon_sym_continue] = ACTIONS(4382), - [anon_sym_break] = ACTIONS(4382), - [anon_sym_COLON_COLON] = ACTIONS(4384), - [anon_sym_BANG_EQ] = ACTIONS(4382), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4384), - [anon_sym_EQ_EQ] = ACTIONS(4382), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4384), - [anon_sym_LT_EQ] = ACTIONS(4384), - [anon_sym_GT_EQ] = ACTIONS(4384), - [anon_sym_BANGin] = ACTIONS(4384), - [anon_sym_is] = ACTIONS(4382), - [anon_sym_BANGis] = ACTIONS(4384), - [anon_sym_PLUS] = ACTIONS(4382), - [anon_sym_DASH] = ACTIONS(4382), - [anon_sym_SLASH] = ACTIONS(4382), - [anon_sym_PERCENT] = ACTIONS(4384), - [anon_sym_as_QMARK] = ACTIONS(4384), - [anon_sym_PLUS_PLUS] = ACTIONS(4384), - [anon_sym_DASH_DASH] = ACTIONS(4384), - [anon_sym_BANG] = ACTIONS(4382), - [anon_sym_BANG_BANG] = ACTIONS(4384), - [anon_sym_data] = ACTIONS(4382), - [anon_sym_inner] = ACTIONS(4382), - [anon_sym_expect] = ACTIONS(4382), - [anon_sym_actual] = ACTIONS(4382), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4384), - [anon_sym_continue_AT] = ACTIONS(4384), - [anon_sym_break_AT] = ACTIONS(4384), - [sym_real_literal] = ACTIONS(4384), - [sym_integer_literal] = ACTIONS(4382), - [sym_hex_literal] = ACTIONS(4384), - [sym_bin_literal] = ACTIONS(4384), - [anon_sym_true] = ACTIONS(4382), - [anon_sym_false] = ACTIONS(4382), - [anon_sym_SQUOTE] = ACTIONS(4384), - [sym__backtick_identifier] = ACTIONS(4384), - [sym__automatic_semicolon] = ACTIONS(4384), - [sym_safe_nav] = ACTIONS(4384), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4384), + [sym__alpha_identifier] = ACTIONS(4955), + [anon_sym_AT] = ACTIONS(4957), + [anon_sym_LBRACK] = ACTIONS(4957), + [anon_sym_as] = ACTIONS(4955), + [anon_sym_EQ] = ACTIONS(4955), + [anon_sym_LBRACE] = ACTIONS(4957), + [anon_sym_RBRACE] = ACTIONS(4957), + [anon_sym_LPAREN] = ACTIONS(6880), + [anon_sym_COMMA] = ACTIONS(4957), + [anon_sym_LT] = ACTIONS(4955), + [anon_sym_GT] = ACTIONS(4955), + [anon_sym_where] = ACTIONS(4955), + [anon_sym_DOT] = ACTIONS(4955), + [anon_sym_SEMI] = ACTIONS(4957), + [anon_sym_get] = ACTIONS(4955), + [anon_sym_set] = ACTIONS(4955), + [anon_sym_STAR] = ACTIONS(4955), + [sym_label] = ACTIONS(4957), + [anon_sym_in] = ACTIONS(4955), + [anon_sym_DOT_DOT] = ACTIONS(4957), + [anon_sym_QMARK_COLON] = ACTIONS(4957), + [anon_sym_AMP_AMP] = ACTIONS(4957), + [anon_sym_PIPE_PIPE] = ACTIONS(4957), + [anon_sym_else] = ACTIONS(4955), + [anon_sym_COLON_COLON] = ACTIONS(4957), + [anon_sym_PLUS_EQ] = ACTIONS(4957), + [anon_sym_DASH_EQ] = ACTIONS(4957), + [anon_sym_STAR_EQ] = ACTIONS(4957), + [anon_sym_SLASH_EQ] = ACTIONS(4957), + [anon_sym_PERCENT_EQ] = ACTIONS(4957), + [anon_sym_BANG_EQ] = ACTIONS(4955), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4957), + [anon_sym_EQ_EQ] = ACTIONS(4955), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4957), + [anon_sym_LT_EQ] = ACTIONS(4957), + [anon_sym_GT_EQ] = ACTIONS(4957), + [anon_sym_BANGin] = ACTIONS(4957), + [anon_sym_is] = ACTIONS(4955), + [anon_sym_BANGis] = ACTIONS(4957), + [anon_sym_PLUS] = ACTIONS(4955), + [anon_sym_DASH] = ACTIONS(4955), + [anon_sym_SLASH] = ACTIONS(4955), + [anon_sym_PERCENT] = ACTIONS(4955), + [anon_sym_as_QMARK] = ACTIONS(4957), + [anon_sym_PLUS_PLUS] = ACTIONS(4957), + [anon_sym_DASH_DASH] = ACTIONS(4957), + [anon_sym_BANG_BANG] = ACTIONS(4957), + [anon_sym_suspend] = ACTIONS(4955), + [anon_sym_sealed] = ACTIONS(4955), + [anon_sym_annotation] = ACTIONS(4955), + [anon_sym_data] = ACTIONS(4955), + [anon_sym_inner] = ACTIONS(4955), + [anon_sym_override] = ACTIONS(4955), + [anon_sym_lateinit] = ACTIONS(4955), + [anon_sym_public] = ACTIONS(4955), + [anon_sym_private] = ACTIONS(4955), + [anon_sym_internal] = ACTIONS(4955), + [anon_sym_protected] = ACTIONS(4955), + [anon_sym_tailrec] = ACTIONS(4955), + [anon_sym_operator] = ACTIONS(4955), + [anon_sym_infix] = ACTIONS(4955), + [anon_sym_inline] = ACTIONS(4955), + [anon_sym_external] = ACTIONS(4955), + [sym_property_modifier] = ACTIONS(4955), + [anon_sym_abstract] = ACTIONS(4955), + [anon_sym_final] = ACTIONS(4955), + [anon_sym_open] = ACTIONS(4955), + [anon_sym_vararg] = ACTIONS(4955), + [anon_sym_noinline] = ACTIONS(4955), + [anon_sym_crossinline] = ACTIONS(4955), + [anon_sym_expect] = ACTIONS(4955), + [anon_sym_actual] = ACTIONS(4955), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4957), + [sym__automatic_semicolon] = ACTIONS(4957), + [sym_safe_nav] = ACTIONS(4957), + [sym_multiline_comment] = ACTIONS(3), }, [3781] = { - [sym__alpha_identifier] = ACTIONS(4734), - [anon_sym_AT] = ACTIONS(4736), - [anon_sym_LBRACK] = ACTIONS(4736), - [anon_sym_as] = ACTIONS(4734), - [anon_sym_EQ] = ACTIONS(4734), - [anon_sym_LBRACE] = ACTIONS(4736), - [anon_sym_RBRACE] = ACTIONS(4736), - [anon_sym_LPAREN] = ACTIONS(4736), - [anon_sym_COMMA] = ACTIONS(4736), - [anon_sym_LT] = ACTIONS(4734), - [anon_sym_GT] = ACTIONS(4734), - [anon_sym_where] = ACTIONS(4734), - [anon_sym_DOT] = ACTIONS(4734), - [anon_sym_SEMI] = ACTIONS(4736), - [anon_sym_get] = ACTIONS(4734), - [anon_sym_set] = ACTIONS(4734), - [anon_sym_STAR] = ACTIONS(4734), - [sym_label] = ACTIONS(4736), - [anon_sym_in] = ACTIONS(4734), - [anon_sym_DOT_DOT] = ACTIONS(4736), - [anon_sym_QMARK_COLON] = ACTIONS(4736), - [anon_sym_AMP_AMP] = ACTIONS(4736), - [anon_sym_PIPE_PIPE] = ACTIONS(4736), - [anon_sym_else] = ACTIONS(4734), - [anon_sym_COLON_COLON] = ACTIONS(4736), - [anon_sym_PLUS_EQ] = ACTIONS(4736), - [anon_sym_DASH_EQ] = ACTIONS(4736), - [anon_sym_STAR_EQ] = ACTIONS(4736), - [anon_sym_SLASH_EQ] = ACTIONS(4736), - [anon_sym_PERCENT_EQ] = ACTIONS(4736), - [anon_sym_BANG_EQ] = ACTIONS(4734), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4736), - [anon_sym_EQ_EQ] = ACTIONS(4734), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4736), - [anon_sym_LT_EQ] = ACTIONS(4736), - [anon_sym_GT_EQ] = ACTIONS(4736), - [anon_sym_BANGin] = ACTIONS(4736), - [anon_sym_is] = ACTIONS(4734), - [anon_sym_BANGis] = ACTIONS(4736), - [anon_sym_PLUS] = ACTIONS(4734), - [anon_sym_DASH] = ACTIONS(4734), - [anon_sym_SLASH] = ACTIONS(4734), - [anon_sym_PERCENT] = ACTIONS(4734), - [anon_sym_as_QMARK] = ACTIONS(4736), - [anon_sym_PLUS_PLUS] = ACTIONS(4736), - [anon_sym_DASH_DASH] = ACTIONS(4736), - [anon_sym_BANG_BANG] = ACTIONS(4736), - [anon_sym_suspend] = ACTIONS(4734), - [anon_sym_sealed] = ACTIONS(4734), - [anon_sym_annotation] = ACTIONS(4734), - [anon_sym_data] = ACTIONS(4734), - [anon_sym_inner] = ACTIONS(4734), - [anon_sym_override] = ACTIONS(4734), - [anon_sym_lateinit] = ACTIONS(4734), - [anon_sym_public] = ACTIONS(4734), - [anon_sym_private] = ACTIONS(4734), - [anon_sym_internal] = ACTIONS(4734), - [anon_sym_protected] = ACTIONS(4734), - [anon_sym_tailrec] = ACTIONS(4734), - [anon_sym_operator] = ACTIONS(4734), - [anon_sym_infix] = ACTIONS(4734), - [anon_sym_inline] = ACTIONS(4734), - [anon_sym_external] = ACTIONS(4734), - [sym_property_modifier] = ACTIONS(4734), - [anon_sym_abstract] = ACTIONS(4734), - [anon_sym_final] = ACTIONS(4734), - [anon_sym_open] = ACTIONS(4734), - [anon_sym_vararg] = ACTIONS(4734), - [anon_sym_noinline] = ACTIONS(4734), - [anon_sym_crossinline] = ACTIONS(4734), - [anon_sym_expect] = ACTIONS(4734), - [anon_sym_actual] = ACTIONS(4734), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4736), - [sym__automatic_semicolon] = ACTIONS(4736), - [sym_safe_nav] = ACTIONS(4736), + [sym__alpha_identifier] = ACTIONS(5057), + [anon_sym_AT] = ACTIONS(5059), + [anon_sym_LBRACK] = ACTIONS(5059), + [anon_sym_as] = ACTIONS(5057), + [anon_sym_EQ] = ACTIONS(5057), + [anon_sym_LBRACE] = ACTIONS(5059), + [anon_sym_RBRACE] = ACTIONS(5059), + [anon_sym_LPAREN] = ACTIONS(5059), + [anon_sym_COMMA] = ACTIONS(5059), + [anon_sym_LT] = ACTIONS(5057), + [anon_sym_GT] = ACTIONS(5057), + [anon_sym_where] = ACTIONS(5057), + [anon_sym_DOT] = ACTIONS(5057), + [anon_sym_SEMI] = ACTIONS(5059), + [anon_sym_get] = ACTIONS(5057), + [anon_sym_set] = ACTIONS(5057), + [anon_sym_STAR] = ACTIONS(5057), + [sym_label] = ACTIONS(5059), + [anon_sym_in] = ACTIONS(5057), + [anon_sym_DOT_DOT] = ACTIONS(5059), + [anon_sym_QMARK_COLON] = ACTIONS(5059), + [anon_sym_AMP_AMP] = ACTIONS(5059), + [anon_sym_PIPE_PIPE] = ACTIONS(5059), + [anon_sym_else] = ACTIONS(5057), + [anon_sym_COLON_COLON] = ACTIONS(5059), + [anon_sym_PLUS_EQ] = ACTIONS(5059), + [anon_sym_DASH_EQ] = ACTIONS(5059), + [anon_sym_STAR_EQ] = ACTIONS(5059), + [anon_sym_SLASH_EQ] = ACTIONS(5059), + [anon_sym_PERCENT_EQ] = ACTIONS(5059), + [anon_sym_BANG_EQ] = ACTIONS(5057), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5059), + [anon_sym_EQ_EQ] = ACTIONS(5057), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5059), + [anon_sym_LT_EQ] = ACTIONS(5059), + [anon_sym_GT_EQ] = ACTIONS(5059), + [anon_sym_BANGin] = ACTIONS(5059), + [anon_sym_is] = ACTIONS(5057), + [anon_sym_BANGis] = ACTIONS(5059), + [anon_sym_PLUS] = ACTIONS(5057), + [anon_sym_DASH] = ACTIONS(5057), + [anon_sym_SLASH] = ACTIONS(5057), + [anon_sym_PERCENT] = ACTIONS(5057), + [anon_sym_as_QMARK] = ACTIONS(5059), + [anon_sym_PLUS_PLUS] = ACTIONS(5059), + [anon_sym_DASH_DASH] = ACTIONS(5059), + [anon_sym_BANG_BANG] = ACTIONS(5059), + [anon_sym_suspend] = ACTIONS(5057), + [anon_sym_sealed] = ACTIONS(5057), + [anon_sym_annotation] = ACTIONS(5057), + [anon_sym_data] = ACTIONS(5057), + [anon_sym_inner] = ACTIONS(5057), + [anon_sym_override] = ACTIONS(5057), + [anon_sym_lateinit] = ACTIONS(5057), + [anon_sym_public] = ACTIONS(5057), + [anon_sym_private] = ACTIONS(5057), + [anon_sym_internal] = ACTIONS(5057), + [anon_sym_protected] = ACTIONS(5057), + [anon_sym_tailrec] = ACTIONS(5057), + [anon_sym_operator] = ACTIONS(5057), + [anon_sym_infix] = ACTIONS(5057), + [anon_sym_inline] = ACTIONS(5057), + [anon_sym_external] = ACTIONS(5057), + [sym_property_modifier] = ACTIONS(5057), + [anon_sym_abstract] = ACTIONS(5057), + [anon_sym_final] = ACTIONS(5057), + [anon_sym_open] = ACTIONS(5057), + [anon_sym_vararg] = ACTIONS(5057), + [anon_sym_noinline] = ACTIONS(5057), + [anon_sym_crossinline] = ACTIONS(5057), + [anon_sym_expect] = ACTIONS(5057), + [anon_sym_actual] = ACTIONS(5057), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5059), + [sym__automatic_semicolon] = ACTIONS(5059), + [sym_safe_nav] = ACTIONS(5059), [sym_multiline_comment] = ACTIONS(3), }, [3782] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2327), - [sym__comparison_operator] = STATE(2323), - [sym__in_operator] = STATE(2322), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2320), - [sym__multiplicative_operator] = STATE(2319), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2317), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), - [anon_sym_EQ] = ACTIONS(3011), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(3013), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_RPAREN] = ACTIONS(3013), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(6828), - [anon_sym_DOT] = ACTIONS(6387), - [anon_sym_SEMI] = ACTIONS(3013), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(6830), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(6832), - [anon_sym_while] = ACTIONS(3011), - [anon_sym_DOT_DOT] = ACTIONS(6834), - [anon_sym_QMARK_COLON] = ACTIONS(6836), - [anon_sym_AMP_AMP] = ACTIONS(6876), - [anon_sym_PIPE_PIPE] = ACTIONS(3013), - [anon_sym_else] = ACTIONS(3011), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_PLUS_EQ] = ACTIONS(3013), - [anon_sym_DASH_EQ] = ACTIONS(3013), - [anon_sym_STAR_EQ] = ACTIONS(3013), - [anon_sym_SLASH_EQ] = ACTIONS(3013), - [anon_sym_PERCENT_EQ] = ACTIONS(3013), - [anon_sym_BANG_EQ] = ACTIONS(6838), - [anon_sym_BANG_EQ_EQ] = ACTIONS(6840), - [anon_sym_EQ_EQ] = ACTIONS(6838), - [anon_sym_EQ_EQ_EQ] = ACTIONS(6840), - [anon_sym_LT_EQ] = ACTIONS(6842), - [anon_sym_GT_EQ] = ACTIONS(6842), - [anon_sym_BANGin] = ACTIONS(6844), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(6846), - [anon_sym_DASH] = ACTIONS(6846), - [anon_sym_SLASH] = ACTIONS(6830), - [anon_sym_PERCENT] = ACTIONS(6830), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym__alpha_identifier] = ACTIONS(4519), + [anon_sym_AT] = ACTIONS(4521), + [anon_sym_LBRACK] = ACTIONS(4521), + [anon_sym_as] = ACTIONS(4519), + [anon_sym_EQ] = ACTIONS(4519), + [anon_sym_LBRACE] = ACTIONS(4521), + [anon_sym_RBRACE] = ACTIONS(4521), + [anon_sym_LPAREN] = ACTIONS(4521), + [anon_sym_COMMA] = ACTIONS(4521), + [anon_sym_LT] = ACTIONS(4519), + [anon_sym_GT] = ACTIONS(4519), + [anon_sym_where] = ACTIONS(4519), + [anon_sym_DOT] = ACTIONS(4519), + [anon_sym_SEMI] = ACTIONS(4521), + [anon_sym_get] = ACTIONS(4519), + [anon_sym_set] = ACTIONS(4519), + [anon_sym_STAR] = ACTIONS(4519), + [sym_label] = ACTIONS(4521), + [anon_sym_in] = ACTIONS(4519), + [anon_sym_DOT_DOT] = ACTIONS(4521), + [anon_sym_QMARK_COLON] = ACTIONS(4521), + [anon_sym_AMP_AMP] = ACTIONS(4521), + [anon_sym_PIPE_PIPE] = ACTIONS(4521), + [anon_sym_else] = ACTIONS(4519), + [anon_sym_COLON_COLON] = ACTIONS(4521), + [anon_sym_PLUS_EQ] = ACTIONS(4521), + [anon_sym_DASH_EQ] = ACTIONS(4521), + [anon_sym_STAR_EQ] = ACTIONS(4521), + [anon_sym_SLASH_EQ] = ACTIONS(4521), + [anon_sym_PERCENT_EQ] = ACTIONS(4521), + [anon_sym_BANG_EQ] = ACTIONS(4519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4521), + [anon_sym_EQ_EQ] = ACTIONS(4519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4521), + [anon_sym_LT_EQ] = ACTIONS(4521), + [anon_sym_GT_EQ] = ACTIONS(4521), + [anon_sym_BANGin] = ACTIONS(4521), + [anon_sym_is] = ACTIONS(4519), + [anon_sym_BANGis] = ACTIONS(4521), + [anon_sym_PLUS] = ACTIONS(4519), + [anon_sym_DASH] = ACTIONS(4519), + [anon_sym_SLASH] = ACTIONS(4519), + [anon_sym_PERCENT] = ACTIONS(4519), + [anon_sym_as_QMARK] = ACTIONS(4521), + [anon_sym_PLUS_PLUS] = ACTIONS(4521), + [anon_sym_DASH_DASH] = ACTIONS(4521), + [anon_sym_BANG_BANG] = ACTIONS(4521), + [anon_sym_suspend] = ACTIONS(4519), + [anon_sym_sealed] = ACTIONS(4519), + [anon_sym_annotation] = ACTIONS(4519), + [anon_sym_data] = ACTIONS(4519), + [anon_sym_inner] = ACTIONS(4519), + [anon_sym_override] = ACTIONS(4519), + [anon_sym_lateinit] = ACTIONS(4519), + [anon_sym_public] = ACTIONS(4519), + [anon_sym_private] = ACTIONS(4519), + [anon_sym_internal] = ACTIONS(4519), + [anon_sym_protected] = ACTIONS(4519), + [anon_sym_tailrec] = ACTIONS(4519), + [anon_sym_operator] = ACTIONS(4519), + [anon_sym_infix] = ACTIONS(4519), + [anon_sym_inline] = ACTIONS(4519), + [anon_sym_external] = ACTIONS(4519), + [sym_property_modifier] = ACTIONS(4519), + [anon_sym_abstract] = ACTIONS(4519), + [anon_sym_final] = ACTIONS(4519), + [anon_sym_open] = ACTIONS(4519), + [anon_sym_vararg] = ACTIONS(4519), + [anon_sym_noinline] = ACTIONS(4519), + [anon_sym_crossinline] = ACTIONS(4519), + [anon_sym_expect] = ACTIONS(4519), + [anon_sym_actual] = ACTIONS(4519), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4521), + [sym__automatic_semicolon] = ACTIONS(4521), + [sym_safe_nav] = ACTIONS(4521), [sym_multiline_comment] = ACTIONS(3), }, [3783] = { - [sym__alpha_identifier] = ACTIONS(1594), - [anon_sym_AT] = ACTIONS(1592), - [anon_sym_LBRACK] = ACTIONS(1592), - [anon_sym_as] = ACTIONS(1594), - [anon_sym_EQ] = ACTIONS(1594), - [anon_sym_LBRACE] = ACTIONS(1592), - [anon_sym_RBRACE] = ACTIONS(1592), - [anon_sym_LPAREN] = ACTIONS(1592), - [anon_sym_COMMA] = ACTIONS(1592), - [anon_sym_LT] = ACTIONS(1594), - [anon_sym_GT] = ACTIONS(1594), - [anon_sym_where] = ACTIONS(1594), - [anon_sym_DOT] = ACTIONS(1594), - [anon_sym_SEMI] = ACTIONS(1592), - [anon_sym_get] = ACTIONS(1594), - [anon_sym_set] = ACTIONS(1594), - [anon_sym_STAR] = ACTIONS(1594), - [sym_label] = ACTIONS(1592), - [anon_sym_in] = ACTIONS(1594), - [anon_sym_DOT_DOT] = ACTIONS(1592), - [anon_sym_QMARK_COLON] = ACTIONS(1592), - [anon_sym_AMP_AMP] = ACTIONS(1592), - [anon_sym_PIPE_PIPE] = ACTIONS(1592), - [anon_sym_else] = ACTIONS(1594), - [anon_sym_COLON_COLON] = ACTIONS(1592), - [anon_sym_PLUS_EQ] = ACTIONS(1592), - [anon_sym_DASH_EQ] = ACTIONS(1592), - [anon_sym_STAR_EQ] = ACTIONS(1592), - [anon_sym_SLASH_EQ] = ACTIONS(1592), - [anon_sym_PERCENT_EQ] = ACTIONS(1592), - [anon_sym_BANG_EQ] = ACTIONS(1594), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1592), - [anon_sym_EQ_EQ] = ACTIONS(1594), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1592), - [anon_sym_LT_EQ] = ACTIONS(1592), - [anon_sym_GT_EQ] = ACTIONS(1592), - [anon_sym_BANGin] = ACTIONS(1592), - [anon_sym_is] = ACTIONS(1594), - [anon_sym_BANGis] = ACTIONS(1592), - [anon_sym_PLUS] = ACTIONS(1594), - [anon_sym_DASH] = ACTIONS(1594), - [anon_sym_SLASH] = ACTIONS(1594), - [anon_sym_PERCENT] = ACTIONS(1594), - [anon_sym_as_QMARK] = ACTIONS(1592), - [anon_sym_PLUS_PLUS] = ACTIONS(1592), - [anon_sym_DASH_DASH] = ACTIONS(1592), - [anon_sym_BANG_BANG] = ACTIONS(1592), - [anon_sym_suspend] = ACTIONS(1594), - [anon_sym_sealed] = ACTIONS(1594), - [anon_sym_annotation] = ACTIONS(1594), - [anon_sym_data] = ACTIONS(1594), - [anon_sym_inner] = ACTIONS(1594), - [anon_sym_override] = ACTIONS(1594), - [anon_sym_lateinit] = ACTIONS(1594), - [anon_sym_public] = ACTIONS(1594), - [anon_sym_private] = ACTIONS(1594), - [anon_sym_internal] = ACTIONS(1594), - [anon_sym_protected] = ACTIONS(1594), - [anon_sym_tailrec] = ACTIONS(1594), - [anon_sym_operator] = ACTIONS(1594), - [anon_sym_infix] = ACTIONS(1594), - [anon_sym_inline] = ACTIONS(1594), - [anon_sym_external] = ACTIONS(1594), - [sym_property_modifier] = ACTIONS(1594), - [anon_sym_abstract] = ACTIONS(1594), - [anon_sym_final] = ACTIONS(1594), - [anon_sym_open] = ACTIONS(1594), - [anon_sym_vararg] = ACTIONS(1594), - [anon_sym_noinline] = ACTIONS(1594), - [anon_sym_crossinline] = ACTIONS(1594), - [anon_sym_expect] = ACTIONS(1594), - [anon_sym_actual] = ACTIONS(1594), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1592), - [sym__automatic_semicolon] = ACTIONS(1592), - [sym_safe_nav] = ACTIONS(1592), + [sym__alpha_identifier] = ACTIONS(4820), + [anon_sym_AT] = ACTIONS(4822), + [anon_sym_LBRACK] = ACTIONS(4822), + [anon_sym_as] = ACTIONS(4820), + [anon_sym_EQ] = ACTIONS(4820), + [anon_sym_LBRACE] = ACTIONS(4822), + [anon_sym_RBRACE] = ACTIONS(4822), + [anon_sym_LPAREN] = ACTIONS(4822), + [anon_sym_COMMA] = ACTIONS(4822), + [anon_sym_LT] = ACTIONS(4820), + [anon_sym_GT] = ACTIONS(4820), + [anon_sym_where] = ACTIONS(4820), + [anon_sym_DOT] = ACTIONS(4820), + [anon_sym_SEMI] = ACTIONS(4822), + [anon_sym_get] = ACTIONS(4820), + [anon_sym_set] = ACTIONS(4820), + [anon_sym_STAR] = ACTIONS(4820), + [sym_label] = ACTIONS(4822), + [anon_sym_in] = ACTIONS(4820), + [anon_sym_DOT_DOT] = ACTIONS(4822), + [anon_sym_QMARK_COLON] = ACTIONS(4822), + [anon_sym_AMP_AMP] = ACTIONS(4822), + [anon_sym_PIPE_PIPE] = ACTIONS(4822), + [anon_sym_else] = ACTIONS(4820), + [anon_sym_COLON_COLON] = ACTIONS(4822), + [anon_sym_PLUS_EQ] = ACTIONS(4822), + [anon_sym_DASH_EQ] = ACTIONS(4822), + [anon_sym_STAR_EQ] = ACTIONS(4822), + [anon_sym_SLASH_EQ] = ACTIONS(4822), + [anon_sym_PERCENT_EQ] = ACTIONS(4822), + [anon_sym_BANG_EQ] = ACTIONS(4820), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4822), + [anon_sym_EQ_EQ] = ACTIONS(4820), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4822), + [anon_sym_LT_EQ] = ACTIONS(4822), + [anon_sym_GT_EQ] = ACTIONS(4822), + [anon_sym_BANGin] = ACTIONS(4822), + [anon_sym_is] = ACTIONS(4820), + [anon_sym_BANGis] = ACTIONS(4822), + [anon_sym_PLUS] = ACTIONS(4820), + [anon_sym_DASH] = ACTIONS(4820), + [anon_sym_SLASH] = ACTIONS(4820), + [anon_sym_PERCENT] = ACTIONS(4820), + [anon_sym_as_QMARK] = ACTIONS(4822), + [anon_sym_PLUS_PLUS] = ACTIONS(4822), + [anon_sym_DASH_DASH] = ACTIONS(4822), + [anon_sym_BANG_BANG] = ACTIONS(4822), + [anon_sym_suspend] = ACTIONS(4820), + [anon_sym_sealed] = ACTIONS(4820), + [anon_sym_annotation] = ACTIONS(4820), + [anon_sym_data] = ACTIONS(4820), + [anon_sym_inner] = ACTIONS(4820), + [anon_sym_override] = ACTIONS(4820), + [anon_sym_lateinit] = ACTIONS(4820), + [anon_sym_public] = ACTIONS(4820), + [anon_sym_private] = ACTIONS(4820), + [anon_sym_internal] = ACTIONS(4820), + [anon_sym_protected] = ACTIONS(4820), + [anon_sym_tailrec] = ACTIONS(4820), + [anon_sym_operator] = ACTIONS(4820), + [anon_sym_infix] = ACTIONS(4820), + [anon_sym_inline] = ACTIONS(4820), + [anon_sym_external] = ACTIONS(4820), + [sym_property_modifier] = ACTIONS(4820), + [anon_sym_abstract] = ACTIONS(4820), + [anon_sym_final] = ACTIONS(4820), + [anon_sym_open] = ACTIONS(4820), + [anon_sym_vararg] = ACTIONS(4820), + [anon_sym_noinline] = ACTIONS(4820), + [anon_sym_crossinline] = ACTIONS(4820), + [anon_sym_expect] = ACTIONS(4820), + [anon_sym_actual] = ACTIONS(4820), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4822), + [sym__automatic_semicolon] = ACTIONS(4822), + [sym_safe_nav] = ACTIONS(4822), [sym_multiline_comment] = ACTIONS(3), }, [3784] = { - [sym__alpha_identifier] = ACTIONS(4738), - [anon_sym_AT] = ACTIONS(4740), - [anon_sym_LBRACK] = ACTIONS(4740), - [anon_sym_as] = ACTIONS(4738), - [anon_sym_EQ] = ACTIONS(4738), - [anon_sym_LBRACE] = ACTIONS(4740), - [anon_sym_RBRACE] = ACTIONS(4740), - [anon_sym_LPAREN] = ACTIONS(4740), - [anon_sym_COMMA] = ACTIONS(4740), - [anon_sym_LT] = ACTIONS(4738), - [anon_sym_GT] = ACTIONS(4738), - [anon_sym_where] = ACTIONS(4738), - [anon_sym_DOT] = ACTIONS(4738), - [anon_sym_SEMI] = ACTIONS(4740), - [anon_sym_get] = ACTIONS(4738), - [anon_sym_set] = ACTIONS(4738), - [anon_sym_STAR] = ACTIONS(4738), - [sym_label] = ACTIONS(4740), - [anon_sym_in] = ACTIONS(4738), - [anon_sym_DOT_DOT] = ACTIONS(4740), - [anon_sym_QMARK_COLON] = ACTIONS(4740), - [anon_sym_AMP_AMP] = ACTIONS(4740), - [anon_sym_PIPE_PIPE] = ACTIONS(4740), - [anon_sym_else] = ACTIONS(4738), - [anon_sym_COLON_COLON] = ACTIONS(4740), - [anon_sym_PLUS_EQ] = ACTIONS(4740), - [anon_sym_DASH_EQ] = ACTIONS(4740), - [anon_sym_STAR_EQ] = ACTIONS(4740), - [anon_sym_SLASH_EQ] = ACTIONS(4740), - [anon_sym_PERCENT_EQ] = ACTIONS(4740), - [anon_sym_BANG_EQ] = ACTIONS(4738), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4740), - [anon_sym_EQ_EQ] = ACTIONS(4738), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4740), - [anon_sym_LT_EQ] = ACTIONS(4740), - [anon_sym_GT_EQ] = ACTIONS(4740), - [anon_sym_BANGin] = ACTIONS(4740), - [anon_sym_is] = ACTIONS(4738), - [anon_sym_BANGis] = ACTIONS(4740), - [anon_sym_PLUS] = ACTIONS(4738), - [anon_sym_DASH] = ACTIONS(4738), - [anon_sym_SLASH] = ACTIONS(4738), - [anon_sym_PERCENT] = ACTIONS(4738), - [anon_sym_as_QMARK] = ACTIONS(4740), - [anon_sym_PLUS_PLUS] = ACTIONS(4740), - [anon_sym_DASH_DASH] = ACTIONS(4740), - [anon_sym_BANG_BANG] = ACTIONS(4740), - [anon_sym_suspend] = ACTIONS(4738), - [anon_sym_sealed] = ACTIONS(4738), - [anon_sym_annotation] = ACTIONS(4738), - [anon_sym_data] = ACTIONS(4738), - [anon_sym_inner] = ACTIONS(4738), - [anon_sym_override] = ACTIONS(4738), - [anon_sym_lateinit] = ACTIONS(4738), - [anon_sym_public] = ACTIONS(4738), - [anon_sym_private] = ACTIONS(4738), - [anon_sym_internal] = ACTIONS(4738), - [anon_sym_protected] = ACTIONS(4738), - [anon_sym_tailrec] = ACTIONS(4738), - [anon_sym_operator] = ACTIONS(4738), - [anon_sym_infix] = ACTIONS(4738), - [anon_sym_inline] = ACTIONS(4738), - [anon_sym_external] = ACTIONS(4738), - [sym_property_modifier] = ACTIONS(4738), - [anon_sym_abstract] = ACTIONS(4738), - [anon_sym_final] = ACTIONS(4738), - [anon_sym_open] = ACTIONS(4738), - [anon_sym_vararg] = ACTIONS(4738), - [anon_sym_noinline] = ACTIONS(4738), - [anon_sym_crossinline] = ACTIONS(4738), - [anon_sym_expect] = ACTIONS(4738), - [anon_sym_actual] = ACTIONS(4738), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4740), - [sym__automatic_semicolon] = ACTIONS(4740), - [sym_safe_nav] = ACTIONS(4740), + [sym__alpha_identifier] = ACTIONS(4720), + [anon_sym_AT] = ACTIONS(4722), + [anon_sym_LBRACK] = ACTIONS(4722), + [anon_sym_as] = ACTIONS(4720), + [anon_sym_EQ] = ACTIONS(4720), + [anon_sym_LBRACE] = ACTIONS(4722), + [anon_sym_RBRACE] = ACTIONS(4722), + [anon_sym_LPAREN] = ACTIONS(4722), + [anon_sym_COMMA] = ACTIONS(4722), + [anon_sym_LT] = ACTIONS(4720), + [anon_sym_GT] = ACTIONS(4720), + [anon_sym_where] = ACTIONS(4720), + [anon_sym_DOT] = ACTIONS(4720), + [anon_sym_SEMI] = ACTIONS(4722), + [anon_sym_get] = ACTIONS(4720), + [anon_sym_set] = ACTIONS(4720), + [anon_sym_STAR] = ACTIONS(4720), + [sym_label] = ACTIONS(4722), + [anon_sym_in] = ACTIONS(4720), + [anon_sym_DOT_DOT] = ACTIONS(4722), + [anon_sym_QMARK_COLON] = ACTIONS(4722), + [anon_sym_AMP_AMP] = ACTIONS(4722), + [anon_sym_PIPE_PIPE] = ACTIONS(4722), + [anon_sym_else] = ACTIONS(4720), + [anon_sym_COLON_COLON] = ACTIONS(4722), + [anon_sym_PLUS_EQ] = ACTIONS(4722), + [anon_sym_DASH_EQ] = ACTIONS(4722), + [anon_sym_STAR_EQ] = ACTIONS(4722), + [anon_sym_SLASH_EQ] = ACTIONS(4722), + [anon_sym_PERCENT_EQ] = ACTIONS(4722), + [anon_sym_BANG_EQ] = ACTIONS(4720), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4722), + [anon_sym_EQ_EQ] = ACTIONS(4720), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4722), + [anon_sym_LT_EQ] = ACTIONS(4722), + [anon_sym_GT_EQ] = ACTIONS(4722), + [anon_sym_BANGin] = ACTIONS(4722), + [anon_sym_is] = ACTIONS(4720), + [anon_sym_BANGis] = ACTIONS(4722), + [anon_sym_PLUS] = ACTIONS(4720), + [anon_sym_DASH] = ACTIONS(4720), + [anon_sym_SLASH] = ACTIONS(4720), + [anon_sym_PERCENT] = ACTIONS(4720), + [anon_sym_as_QMARK] = ACTIONS(4722), + [anon_sym_PLUS_PLUS] = ACTIONS(4722), + [anon_sym_DASH_DASH] = ACTIONS(4722), + [anon_sym_BANG_BANG] = ACTIONS(4722), + [anon_sym_suspend] = ACTIONS(4720), + [anon_sym_sealed] = ACTIONS(4720), + [anon_sym_annotation] = ACTIONS(4720), + [anon_sym_data] = ACTIONS(4720), + [anon_sym_inner] = ACTIONS(4720), + [anon_sym_override] = ACTIONS(4720), + [anon_sym_lateinit] = ACTIONS(4720), + [anon_sym_public] = ACTIONS(4720), + [anon_sym_private] = ACTIONS(4720), + [anon_sym_internal] = ACTIONS(4720), + [anon_sym_protected] = ACTIONS(4720), + [anon_sym_tailrec] = ACTIONS(4720), + [anon_sym_operator] = ACTIONS(4720), + [anon_sym_infix] = ACTIONS(4720), + [anon_sym_inline] = ACTIONS(4720), + [anon_sym_external] = ACTIONS(4720), + [sym_property_modifier] = ACTIONS(4720), + [anon_sym_abstract] = ACTIONS(4720), + [anon_sym_final] = ACTIONS(4720), + [anon_sym_open] = ACTIONS(4720), + [anon_sym_vararg] = ACTIONS(4720), + [anon_sym_noinline] = ACTIONS(4720), + [anon_sym_crossinline] = ACTIONS(4720), + [anon_sym_expect] = ACTIONS(4720), + [anon_sym_actual] = ACTIONS(4720), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4722), + [sym__automatic_semicolon] = ACTIONS(4722), + [sym_safe_nav] = ACTIONS(4722), [sym_multiline_comment] = ACTIONS(3), }, [3785] = { - [sym__alpha_identifier] = ACTIONS(4336), - [anon_sym_AT] = ACTIONS(4338), - [anon_sym_LBRACK] = ACTIONS(4338), - [anon_sym_as] = ACTIONS(4336), - [anon_sym_EQ] = ACTIONS(4336), - [anon_sym_LBRACE] = ACTIONS(4338), - [anon_sym_RBRACE] = ACTIONS(4338), - [anon_sym_LPAREN] = ACTIONS(4338), - [anon_sym_COMMA] = ACTIONS(4338), - [anon_sym_LT] = ACTIONS(4336), - [anon_sym_GT] = ACTIONS(4336), - [anon_sym_where] = ACTIONS(4336), - [anon_sym_DOT] = ACTIONS(4336), - [anon_sym_SEMI] = ACTIONS(4338), - [anon_sym_get] = ACTIONS(4336), - [anon_sym_set] = ACTIONS(4336), - [anon_sym_STAR] = ACTIONS(4336), - [sym_label] = ACTIONS(4338), - [anon_sym_in] = ACTIONS(4336), - [anon_sym_DOT_DOT] = ACTIONS(4338), - [anon_sym_QMARK_COLON] = ACTIONS(4338), - [anon_sym_AMP_AMP] = ACTIONS(4338), - [anon_sym_PIPE_PIPE] = ACTIONS(4338), - [anon_sym_else] = ACTIONS(4336), - [anon_sym_COLON_COLON] = ACTIONS(4338), - [anon_sym_PLUS_EQ] = ACTIONS(4338), - [anon_sym_DASH_EQ] = ACTIONS(4338), - [anon_sym_STAR_EQ] = ACTIONS(4338), - [anon_sym_SLASH_EQ] = ACTIONS(4338), - [anon_sym_PERCENT_EQ] = ACTIONS(4338), - [anon_sym_BANG_EQ] = ACTIONS(4336), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4338), - [anon_sym_EQ_EQ] = ACTIONS(4336), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4338), - [anon_sym_LT_EQ] = ACTIONS(4338), - [anon_sym_GT_EQ] = ACTIONS(4338), - [anon_sym_BANGin] = ACTIONS(4338), - [anon_sym_is] = ACTIONS(4336), - [anon_sym_BANGis] = ACTIONS(4338), - [anon_sym_PLUS] = ACTIONS(4336), - [anon_sym_DASH] = ACTIONS(4336), - [anon_sym_SLASH] = ACTIONS(4336), - [anon_sym_PERCENT] = ACTIONS(4336), - [anon_sym_as_QMARK] = ACTIONS(4338), - [anon_sym_PLUS_PLUS] = ACTIONS(4338), - [anon_sym_DASH_DASH] = ACTIONS(4338), - [anon_sym_BANG_BANG] = ACTIONS(4338), - [anon_sym_suspend] = ACTIONS(4336), - [anon_sym_sealed] = ACTIONS(4336), - [anon_sym_annotation] = ACTIONS(4336), - [anon_sym_data] = ACTIONS(4336), - [anon_sym_inner] = ACTIONS(4336), - [anon_sym_override] = ACTIONS(4336), - [anon_sym_lateinit] = ACTIONS(4336), - [anon_sym_public] = ACTIONS(4336), - [anon_sym_private] = ACTIONS(4336), - [anon_sym_internal] = ACTIONS(4336), - [anon_sym_protected] = ACTIONS(4336), - [anon_sym_tailrec] = ACTIONS(4336), - [anon_sym_operator] = ACTIONS(4336), - [anon_sym_infix] = ACTIONS(4336), - [anon_sym_inline] = ACTIONS(4336), - [anon_sym_external] = ACTIONS(4336), - [sym_property_modifier] = ACTIONS(4336), - [anon_sym_abstract] = ACTIONS(4336), - [anon_sym_final] = ACTIONS(4336), - [anon_sym_open] = ACTIONS(4336), - [anon_sym_vararg] = ACTIONS(4336), - [anon_sym_noinline] = ACTIONS(4336), - [anon_sym_crossinline] = ACTIONS(4336), - [anon_sym_expect] = ACTIONS(4336), - [anon_sym_actual] = ACTIONS(4336), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4338), - [sym__automatic_semicolon] = ACTIONS(4338), - [sym_safe_nav] = ACTIONS(4338), + [sym_function_body] = STATE(3793), + [sym__block] = STATE(3738), + [sym__alpha_identifier] = ACTIONS(4210), + [anon_sym_AT] = ACTIONS(4212), + [anon_sym_LBRACK] = ACTIONS(4212), + [anon_sym_as] = ACTIONS(4210), + [anon_sym_EQ] = ACTIONS(6527), + [anon_sym_LBRACE] = ACTIONS(6461), + [anon_sym_RBRACE] = ACTIONS(4212), + [anon_sym_LPAREN] = ACTIONS(4212), + [anon_sym_LT] = ACTIONS(4210), + [anon_sym_GT] = ACTIONS(4210), + [anon_sym_DOT] = ACTIONS(4210), + [anon_sym_SEMI] = ACTIONS(4212), + [anon_sym_get] = ACTIONS(4210), + [anon_sym_set] = ACTIONS(4210), + [anon_sym_STAR] = ACTIONS(4210), + [sym_label] = ACTIONS(4212), + [anon_sym_in] = ACTIONS(4210), + [anon_sym_DOT_DOT] = ACTIONS(4212), + [anon_sym_QMARK_COLON] = ACTIONS(4212), + [anon_sym_AMP_AMP] = ACTIONS(4212), + [anon_sym_PIPE_PIPE] = ACTIONS(4212), + [anon_sym_else] = ACTIONS(4210), + [anon_sym_COLON_COLON] = ACTIONS(4212), + [anon_sym_PLUS_EQ] = ACTIONS(4212), + [anon_sym_DASH_EQ] = ACTIONS(4212), + [anon_sym_STAR_EQ] = ACTIONS(4212), + [anon_sym_SLASH_EQ] = ACTIONS(4212), + [anon_sym_PERCENT_EQ] = ACTIONS(4212), + [anon_sym_BANG_EQ] = ACTIONS(4210), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4212), + [anon_sym_EQ_EQ] = ACTIONS(4210), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4212), + [anon_sym_LT_EQ] = ACTIONS(4212), + [anon_sym_GT_EQ] = ACTIONS(4212), + [anon_sym_BANGin] = ACTIONS(4212), + [anon_sym_is] = ACTIONS(4210), + [anon_sym_BANGis] = ACTIONS(4212), + [anon_sym_PLUS] = ACTIONS(4210), + [anon_sym_DASH] = ACTIONS(4210), + [anon_sym_SLASH] = ACTIONS(4210), + [anon_sym_PERCENT] = ACTIONS(4210), + [anon_sym_as_QMARK] = ACTIONS(4212), + [anon_sym_PLUS_PLUS] = ACTIONS(4212), + [anon_sym_DASH_DASH] = ACTIONS(4212), + [anon_sym_BANG_BANG] = ACTIONS(4212), + [anon_sym_suspend] = ACTIONS(4210), + [anon_sym_sealed] = ACTIONS(4210), + [anon_sym_annotation] = ACTIONS(4210), + [anon_sym_data] = ACTIONS(4210), + [anon_sym_inner] = ACTIONS(4210), + [anon_sym_override] = ACTIONS(4210), + [anon_sym_lateinit] = ACTIONS(4210), + [anon_sym_public] = ACTIONS(4210), + [anon_sym_private] = ACTIONS(4210), + [anon_sym_internal] = ACTIONS(4210), + [anon_sym_protected] = ACTIONS(4210), + [anon_sym_tailrec] = ACTIONS(4210), + [anon_sym_operator] = ACTIONS(4210), + [anon_sym_infix] = ACTIONS(4210), + [anon_sym_inline] = ACTIONS(4210), + [anon_sym_external] = ACTIONS(4210), + [sym_property_modifier] = ACTIONS(4210), + [anon_sym_abstract] = ACTIONS(4210), + [anon_sym_final] = ACTIONS(4210), + [anon_sym_open] = ACTIONS(4210), + [anon_sym_vararg] = ACTIONS(4210), + [anon_sym_noinline] = ACTIONS(4210), + [anon_sym_crossinline] = ACTIONS(4210), + [anon_sym_expect] = ACTIONS(4210), + [anon_sym_actual] = ACTIONS(4210), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4212), + [sym__automatic_semicolon] = ACTIONS(4212), + [sym_safe_nav] = ACTIONS(4212), [sym_multiline_comment] = ACTIONS(3), }, [3786] = { - [sym__alpha_identifier] = ACTIONS(4481), - [anon_sym_AT] = ACTIONS(4483), - [anon_sym_LBRACK] = ACTIONS(4483), - [anon_sym_as] = ACTIONS(4481), - [anon_sym_EQ] = ACTIONS(4481), - [anon_sym_LBRACE] = ACTIONS(4483), - [anon_sym_RBRACE] = ACTIONS(4483), - [anon_sym_LPAREN] = ACTIONS(4483), - [anon_sym_COMMA] = ACTIONS(4483), - [anon_sym_LT] = ACTIONS(4481), - [anon_sym_GT] = ACTIONS(4481), - [anon_sym_where] = ACTIONS(4481), - [anon_sym_DOT] = ACTIONS(4481), - [anon_sym_SEMI] = ACTIONS(4483), - [anon_sym_get] = ACTIONS(4481), - [anon_sym_set] = ACTIONS(4481), - [anon_sym_STAR] = ACTIONS(4481), - [sym_label] = ACTIONS(4483), - [anon_sym_in] = ACTIONS(4481), - [anon_sym_DOT_DOT] = ACTIONS(4483), - [anon_sym_QMARK_COLON] = ACTIONS(4483), - [anon_sym_AMP_AMP] = ACTIONS(4483), - [anon_sym_PIPE_PIPE] = ACTIONS(4483), - [anon_sym_else] = ACTIONS(4481), - [anon_sym_COLON_COLON] = ACTIONS(4483), - [anon_sym_PLUS_EQ] = ACTIONS(4483), - [anon_sym_DASH_EQ] = ACTIONS(4483), - [anon_sym_STAR_EQ] = ACTIONS(4483), - [anon_sym_SLASH_EQ] = ACTIONS(4483), - [anon_sym_PERCENT_EQ] = ACTIONS(4483), - [anon_sym_BANG_EQ] = ACTIONS(4481), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4483), - [anon_sym_EQ_EQ] = ACTIONS(4481), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4483), - [anon_sym_LT_EQ] = ACTIONS(4483), - [anon_sym_GT_EQ] = ACTIONS(4483), - [anon_sym_BANGin] = ACTIONS(4483), - [anon_sym_is] = ACTIONS(4481), - [anon_sym_BANGis] = ACTIONS(4483), - [anon_sym_PLUS] = ACTIONS(4481), - [anon_sym_DASH] = ACTIONS(4481), - [anon_sym_SLASH] = ACTIONS(4481), - [anon_sym_PERCENT] = ACTIONS(4481), - [anon_sym_as_QMARK] = ACTIONS(4483), - [anon_sym_PLUS_PLUS] = ACTIONS(4483), - [anon_sym_DASH_DASH] = ACTIONS(4483), - [anon_sym_BANG_BANG] = ACTIONS(4483), - [anon_sym_suspend] = ACTIONS(4481), - [anon_sym_sealed] = ACTIONS(4481), - [anon_sym_annotation] = ACTIONS(4481), - [anon_sym_data] = ACTIONS(4481), - [anon_sym_inner] = ACTIONS(4481), - [anon_sym_override] = ACTIONS(4481), - [anon_sym_lateinit] = ACTIONS(4481), - [anon_sym_public] = ACTIONS(4481), - [anon_sym_private] = ACTIONS(4481), - [anon_sym_internal] = ACTIONS(4481), - [anon_sym_protected] = ACTIONS(4481), - [anon_sym_tailrec] = ACTIONS(4481), - [anon_sym_operator] = ACTIONS(4481), - [anon_sym_infix] = ACTIONS(4481), - [anon_sym_inline] = ACTIONS(4481), - [anon_sym_external] = ACTIONS(4481), - [sym_property_modifier] = ACTIONS(4481), - [anon_sym_abstract] = ACTIONS(4481), - [anon_sym_final] = ACTIONS(4481), - [anon_sym_open] = ACTIONS(4481), - [anon_sym_vararg] = ACTIONS(4481), - [anon_sym_noinline] = ACTIONS(4481), - [anon_sym_crossinline] = ACTIONS(4481), - [anon_sym_expect] = ACTIONS(4481), - [anon_sym_actual] = ACTIONS(4481), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4483), - [sym__automatic_semicolon] = ACTIONS(4483), - [sym_safe_nav] = ACTIONS(4483), + [sym__alpha_identifier] = ACTIONS(4303), + [anon_sym_AT] = ACTIONS(4305), + [anon_sym_LBRACK] = ACTIONS(4305), + [anon_sym_as] = ACTIONS(4303), + [anon_sym_EQ] = ACTIONS(4303), + [anon_sym_LBRACE] = ACTIONS(4305), + [anon_sym_RBRACE] = ACTIONS(4305), + [anon_sym_LPAREN] = ACTIONS(4305), + [anon_sym_COMMA] = ACTIONS(4305), + [anon_sym_LT] = ACTIONS(4303), + [anon_sym_GT] = ACTIONS(4303), + [anon_sym_where] = ACTIONS(4303), + [anon_sym_DOT] = ACTIONS(4303), + [anon_sym_SEMI] = ACTIONS(4305), + [anon_sym_get] = ACTIONS(4303), + [anon_sym_set] = ACTIONS(4303), + [anon_sym_STAR] = ACTIONS(4303), + [sym_label] = ACTIONS(4305), + [anon_sym_in] = ACTIONS(4303), + [anon_sym_DOT_DOT] = ACTIONS(4305), + [anon_sym_QMARK_COLON] = ACTIONS(4305), + [anon_sym_AMP_AMP] = ACTIONS(4305), + [anon_sym_PIPE_PIPE] = ACTIONS(4305), + [anon_sym_else] = ACTIONS(4303), + [anon_sym_COLON_COLON] = ACTIONS(4305), + [anon_sym_PLUS_EQ] = ACTIONS(4305), + [anon_sym_DASH_EQ] = ACTIONS(4305), + [anon_sym_STAR_EQ] = ACTIONS(4305), + [anon_sym_SLASH_EQ] = ACTIONS(4305), + [anon_sym_PERCENT_EQ] = ACTIONS(4305), + [anon_sym_BANG_EQ] = ACTIONS(4303), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4305), + [anon_sym_EQ_EQ] = ACTIONS(4303), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4305), + [anon_sym_LT_EQ] = ACTIONS(4305), + [anon_sym_GT_EQ] = ACTIONS(4305), + [anon_sym_BANGin] = ACTIONS(4305), + [anon_sym_is] = ACTIONS(4303), + [anon_sym_BANGis] = ACTIONS(4305), + [anon_sym_PLUS] = ACTIONS(4303), + [anon_sym_DASH] = ACTIONS(4303), + [anon_sym_SLASH] = ACTIONS(4303), + [anon_sym_PERCENT] = ACTIONS(4303), + [anon_sym_as_QMARK] = ACTIONS(4305), + [anon_sym_PLUS_PLUS] = ACTIONS(4305), + [anon_sym_DASH_DASH] = ACTIONS(4305), + [anon_sym_BANG_BANG] = ACTIONS(4305), + [anon_sym_suspend] = ACTIONS(4303), + [anon_sym_sealed] = ACTIONS(4303), + [anon_sym_annotation] = ACTIONS(4303), + [anon_sym_data] = ACTIONS(4303), + [anon_sym_inner] = ACTIONS(4303), + [anon_sym_override] = ACTIONS(4303), + [anon_sym_lateinit] = ACTIONS(4303), + [anon_sym_public] = ACTIONS(4303), + [anon_sym_private] = ACTIONS(4303), + [anon_sym_internal] = ACTIONS(4303), + [anon_sym_protected] = ACTIONS(4303), + [anon_sym_tailrec] = ACTIONS(4303), + [anon_sym_operator] = ACTIONS(4303), + [anon_sym_infix] = ACTIONS(4303), + [anon_sym_inline] = ACTIONS(4303), + [anon_sym_external] = ACTIONS(4303), + [sym_property_modifier] = ACTIONS(4303), + [anon_sym_abstract] = ACTIONS(4303), + [anon_sym_final] = ACTIONS(4303), + [anon_sym_open] = ACTIONS(4303), + [anon_sym_vararg] = ACTIONS(4303), + [anon_sym_noinline] = ACTIONS(4303), + [anon_sym_crossinline] = ACTIONS(4303), + [anon_sym_expect] = ACTIONS(4303), + [anon_sym_actual] = ACTIONS(4303), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4305), + [sym__automatic_semicolon] = ACTIONS(4305), + [sym_safe_nav] = ACTIONS(4305), [sym_multiline_comment] = ACTIONS(3), }, [3787] = { - [sym__alpha_identifier] = ACTIONS(1694), - [anon_sym_AT] = ACTIONS(1696), - [anon_sym_LBRACK] = ACTIONS(1696), - [anon_sym_as] = ACTIONS(1694), - [anon_sym_EQ] = ACTIONS(1694), - [anon_sym_LBRACE] = ACTIONS(1696), - [anon_sym_RBRACE] = ACTIONS(1696), - [anon_sym_LPAREN] = ACTIONS(1696), - [anon_sym_COMMA] = ACTIONS(1696), - [anon_sym_LT] = ACTIONS(1694), - [anon_sym_GT] = ACTIONS(1694), - [anon_sym_where] = ACTIONS(1694), - [anon_sym_DOT] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(1696), - [anon_sym_get] = ACTIONS(1694), - [anon_sym_set] = ACTIONS(1694), - [anon_sym_STAR] = ACTIONS(1694), - [sym_label] = ACTIONS(1696), - [anon_sym_in] = ACTIONS(1694), - [anon_sym_DOT_DOT] = ACTIONS(1696), - [anon_sym_QMARK_COLON] = ACTIONS(1696), - [anon_sym_AMP_AMP] = ACTIONS(1696), - [anon_sym_PIPE_PIPE] = ACTIONS(1696), - [anon_sym_else] = ACTIONS(1694), - [anon_sym_COLON_COLON] = ACTIONS(1696), - [anon_sym_PLUS_EQ] = ACTIONS(1696), - [anon_sym_DASH_EQ] = ACTIONS(1696), - [anon_sym_STAR_EQ] = ACTIONS(1696), - [anon_sym_SLASH_EQ] = ACTIONS(1696), - [anon_sym_PERCENT_EQ] = ACTIONS(1696), - [anon_sym_BANG_EQ] = ACTIONS(1694), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), - [anon_sym_EQ_EQ] = ACTIONS(1694), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), - [anon_sym_LT_EQ] = ACTIONS(1696), - [anon_sym_GT_EQ] = ACTIONS(1696), - [anon_sym_BANGin] = ACTIONS(1696), - [anon_sym_is] = ACTIONS(1694), - [anon_sym_BANGis] = ACTIONS(1696), - [anon_sym_PLUS] = ACTIONS(1694), - [anon_sym_DASH] = ACTIONS(1694), - [anon_sym_SLASH] = ACTIONS(1694), - [anon_sym_PERCENT] = ACTIONS(1694), - [anon_sym_as_QMARK] = ACTIONS(1696), - [anon_sym_PLUS_PLUS] = ACTIONS(1696), - [anon_sym_DASH_DASH] = ACTIONS(1696), - [anon_sym_BANG_BANG] = ACTIONS(1696), - [anon_sym_suspend] = ACTIONS(1694), - [anon_sym_sealed] = ACTIONS(1694), - [anon_sym_annotation] = ACTIONS(1694), - [anon_sym_data] = ACTIONS(1694), - [anon_sym_inner] = ACTIONS(1694), - [anon_sym_override] = ACTIONS(1694), - [anon_sym_lateinit] = ACTIONS(1694), - [anon_sym_public] = ACTIONS(1694), - [anon_sym_private] = ACTIONS(1694), - [anon_sym_internal] = ACTIONS(1694), - [anon_sym_protected] = ACTIONS(1694), - [anon_sym_tailrec] = ACTIONS(1694), - [anon_sym_operator] = ACTIONS(1694), - [anon_sym_infix] = ACTIONS(1694), - [anon_sym_inline] = ACTIONS(1694), - [anon_sym_external] = ACTIONS(1694), - [sym_property_modifier] = ACTIONS(1694), - [anon_sym_abstract] = ACTIONS(1694), - [anon_sym_final] = ACTIONS(1694), - [anon_sym_open] = ACTIONS(1694), - [anon_sym_vararg] = ACTIONS(1694), - [anon_sym_noinline] = ACTIONS(1694), - [anon_sym_crossinline] = ACTIONS(1694), - [anon_sym_expect] = ACTIONS(1694), - [anon_sym_actual] = ACTIONS(1694), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1696), - [sym__automatic_semicolon] = ACTIONS(1696), - [sym_safe_nav] = ACTIONS(1696), - [sym_multiline_comment] = ACTIONS(3), + [sym__alpha_identifier] = ACTIONS(4636), + [anon_sym_AT] = ACTIONS(4638), + [anon_sym_LBRACK] = ACTIONS(4638), + [anon_sym_EQ] = ACTIONS(4638), + [anon_sym_LBRACE] = ACTIONS(4638), + [anon_sym_RBRACE] = ACTIONS(4638), + [anon_sym_LPAREN] = ACTIONS(4638), + [anon_sym_COMMA] = ACTIONS(4638), + [anon_sym_by] = ACTIONS(4636), + [anon_sym_object] = ACTIONS(4636), + [anon_sym_fun] = ACTIONS(4636), + [anon_sym_SEMI] = ACTIONS(4638), + [anon_sym_get] = ACTIONS(4636), + [anon_sym_set] = ACTIONS(4636), + [anon_sym_this] = ACTIONS(4636), + [anon_sym_super] = ACTIONS(4636), + [anon_sym_STAR] = ACTIONS(4638), + [sym_label] = ACTIONS(4636), + [anon_sym_in] = ACTIONS(4636), + [anon_sym_null] = ACTIONS(4636), + [anon_sym_if] = ACTIONS(4636), + [anon_sym_else] = ACTIONS(4636), + [anon_sym_when] = ACTIONS(4636), + [anon_sym_try] = ACTIONS(4636), + [anon_sym_throw] = ACTIONS(4636), + [anon_sym_return] = ACTIONS(4636), + [anon_sym_continue] = ACTIONS(4636), + [anon_sym_break] = ACTIONS(4636), + [anon_sym_COLON_COLON] = ACTIONS(4638), + [anon_sym_BANGin] = ACTIONS(4638), + [anon_sym_is] = ACTIONS(4636), + [anon_sym_BANGis] = ACTIONS(4638), + [anon_sym_PLUS] = ACTIONS(4636), + [anon_sym_DASH] = ACTIONS(4636), + [anon_sym_PLUS_PLUS] = ACTIONS(4638), + [anon_sym_DASH_DASH] = ACTIONS(4638), + [anon_sym_BANG] = ACTIONS(4636), + [anon_sym_suspend] = ACTIONS(4636), + [anon_sym_sealed] = ACTIONS(4636), + [anon_sym_annotation] = ACTIONS(4636), + [anon_sym_data] = ACTIONS(4636), + [anon_sym_inner] = ACTIONS(4636), + [anon_sym_override] = ACTIONS(4636), + [anon_sym_lateinit] = ACTIONS(4636), + [anon_sym_public] = ACTIONS(4636), + [anon_sym_private] = ACTIONS(4636), + [anon_sym_internal] = ACTIONS(4636), + [anon_sym_protected] = ACTIONS(4636), + [anon_sym_tailrec] = ACTIONS(4636), + [anon_sym_operator] = ACTIONS(4636), + [anon_sym_infix] = ACTIONS(4636), + [anon_sym_inline] = ACTIONS(4636), + [anon_sym_external] = ACTIONS(4636), + [sym_property_modifier] = ACTIONS(4636), + [anon_sym_abstract] = ACTIONS(4636), + [anon_sym_final] = ACTIONS(4636), + [anon_sym_open] = ACTIONS(4636), + [anon_sym_vararg] = ACTIONS(4636), + [anon_sym_noinline] = ACTIONS(4636), + [anon_sym_crossinline] = ACTIONS(4636), + [anon_sym_expect] = ACTIONS(4636), + [anon_sym_actual] = ACTIONS(4636), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4638), + [anon_sym_continue_AT] = ACTIONS(4638), + [anon_sym_break_AT] = ACTIONS(4638), + [sym_real_literal] = ACTIONS(4638), + [sym_integer_literal] = ACTIONS(4636), + [sym_hex_literal] = ACTIONS(4638), + [sym_bin_literal] = ACTIONS(4638), + [anon_sym_true] = ACTIONS(4636), + [anon_sym_false] = ACTIONS(4636), + [anon_sym_SQUOTE] = ACTIONS(4638), + [sym__backtick_identifier] = ACTIONS(4638), + [sym__automatic_semicolon] = ACTIONS(4638), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4638), }, [3788] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2327), - [sym__comparison_operator] = STATE(2323), - [sym__in_operator] = STATE(2322), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2320), - [sym__multiplicative_operator] = STATE(2319), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2317), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), - [anon_sym_EQ] = ACTIONS(3023), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(3025), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_RPAREN] = ACTIONS(3025), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3023), - [anon_sym_DOT] = ACTIONS(6387), - [anon_sym_SEMI] = ACTIONS(3025), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(6830), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(6832), - [anon_sym_while] = ACTIONS(3023), - [anon_sym_DOT_DOT] = ACTIONS(6834), - [anon_sym_QMARK_COLON] = ACTIONS(6836), - [anon_sym_AMP_AMP] = ACTIONS(3025), - [anon_sym_PIPE_PIPE] = ACTIONS(3025), - [anon_sym_else] = ACTIONS(3023), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_PLUS_EQ] = ACTIONS(3025), - [anon_sym_DASH_EQ] = ACTIONS(3025), - [anon_sym_STAR_EQ] = ACTIONS(3025), - [anon_sym_SLASH_EQ] = ACTIONS(3025), - [anon_sym_PERCENT_EQ] = ACTIONS(3025), - [anon_sym_BANG_EQ] = ACTIONS(3023), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3025), - [anon_sym_EQ_EQ] = ACTIONS(3023), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3025), - [anon_sym_LT_EQ] = ACTIONS(3025), - [anon_sym_GT_EQ] = ACTIONS(3025), - [anon_sym_BANGin] = ACTIONS(6844), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(6846), - [anon_sym_DASH] = ACTIONS(6846), - [anon_sym_SLASH] = ACTIONS(6830), - [anon_sym_PERCENT] = ACTIONS(6830), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym__alpha_identifier] = ACTIONS(4260), + [anon_sym_AT] = ACTIONS(4262), + [anon_sym_LBRACK] = ACTIONS(4262), + [anon_sym_as] = ACTIONS(4260), + [anon_sym_EQ] = ACTIONS(4260), + [anon_sym_LBRACE] = ACTIONS(4262), + [anon_sym_RBRACE] = ACTIONS(4262), + [anon_sym_LPAREN] = ACTIONS(4262), + [anon_sym_COMMA] = ACTIONS(4262), + [anon_sym_LT] = ACTIONS(4260), + [anon_sym_GT] = ACTIONS(4260), + [anon_sym_where] = ACTIONS(4260), + [anon_sym_DOT] = ACTIONS(4260), + [anon_sym_SEMI] = ACTIONS(4262), + [anon_sym_get] = ACTIONS(4260), + [anon_sym_set] = ACTIONS(4260), + [anon_sym_STAR] = ACTIONS(4260), + [sym_label] = ACTIONS(4262), + [anon_sym_in] = ACTIONS(4260), + [anon_sym_DOT_DOT] = ACTIONS(4262), + [anon_sym_QMARK_COLON] = ACTIONS(4262), + [anon_sym_AMP_AMP] = ACTIONS(4262), + [anon_sym_PIPE_PIPE] = ACTIONS(4262), + [anon_sym_else] = ACTIONS(4260), + [anon_sym_COLON_COLON] = ACTIONS(4262), + [anon_sym_PLUS_EQ] = ACTIONS(4262), + [anon_sym_DASH_EQ] = ACTIONS(4262), + [anon_sym_STAR_EQ] = ACTIONS(4262), + [anon_sym_SLASH_EQ] = ACTIONS(4262), + [anon_sym_PERCENT_EQ] = ACTIONS(4262), + [anon_sym_BANG_EQ] = ACTIONS(4260), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4262), + [anon_sym_EQ_EQ] = ACTIONS(4260), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4262), + [anon_sym_LT_EQ] = ACTIONS(4262), + [anon_sym_GT_EQ] = ACTIONS(4262), + [anon_sym_BANGin] = ACTIONS(4262), + [anon_sym_is] = ACTIONS(4260), + [anon_sym_BANGis] = ACTIONS(4262), + [anon_sym_PLUS] = ACTIONS(4260), + [anon_sym_DASH] = ACTIONS(4260), + [anon_sym_SLASH] = ACTIONS(4260), + [anon_sym_PERCENT] = ACTIONS(4260), + [anon_sym_as_QMARK] = ACTIONS(4262), + [anon_sym_PLUS_PLUS] = ACTIONS(4262), + [anon_sym_DASH_DASH] = ACTIONS(4262), + [anon_sym_BANG_BANG] = ACTIONS(4262), + [anon_sym_suspend] = ACTIONS(4260), + [anon_sym_sealed] = ACTIONS(4260), + [anon_sym_annotation] = ACTIONS(4260), + [anon_sym_data] = ACTIONS(4260), + [anon_sym_inner] = ACTIONS(4260), + [anon_sym_override] = ACTIONS(4260), + [anon_sym_lateinit] = ACTIONS(4260), + [anon_sym_public] = ACTIONS(4260), + [anon_sym_private] = ACTIONS(4260), + [anon_sym_internal] = ACTIONS(4260), + [anon_sym_protected] = ACTIONS(4260), + [anon_sym_tailrec] = ACTIONS(4260), + [anon_sym_operator] = ACTIONS(4260), + [anon_sym_infix] = ACTIONS(4260), + [anon_sym_inline] = ACTIONS(4260), + [anon_sym_external] = ACTIONS(4260), + [sym_property_modifier] = ACTIONS(4260), + [anon_sym_abstract] = ACTIONS(4260), + [anon_sym_final] = ACTIONS(4260), + [anon_sym_open] = ACTIONS(4260), + [anon_sym_vararg] = ACTIONS(4260), + [anon_sym_noinline] = ACTIONS(4260), + [anon_sym_crossinline] = ACTIONS(4260), + [anon_sym_expect] = ACTIONS(4260), + [anon_sym_actual] = ACTIONS(4260), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4262), + [sym__automatic_semicolon] = ACTIONS(4262), + [sym_safe_nav] = ACTIONS(4262), [sym_multiline_comment] = ACTIONS(3), }, [3789] = { - [sym__alpha_identifier] = ACTIONS(4466), - [anon_sym_AT] = ACTIONS(4468), - [anon_sym_LBRACK] = ACTIONS(4468), - [anon_sym_EQ] = ACTIONS(4468), - [anon_sym_LBRACE] = ACTIONS(4468), - [anon_sym_RBRACE] = ACTIONS(4468), - [anon_sym_LPAREN] = ACTIONS(4468), - [anon_sym_COMMA] = ACTIONS(4468), - [anon_sym_by] = ACTIONS(4466), - [anon_sym_object] = ACTIONS(4466), - [anon_sym_fun] = ACTIONS(4466), - [anon_sym_SEMI] = ACTIONS(4468), - [anon_sym_get] = ACTIONS(4466), - [anon_sym_set] = ACTIONS(4466), - [anon_sym_this] = ACTIONS(4466), - [anon_sym_super] = ACTIONS(4466), - [anon_sym_STAR] = ACTIONS(4468), - [sym_label] = ACTIONS(4466), - [anon_sym_in] = ACTIONS(4466), - [anon_sym_null] = ACTIONS(4466), - [anon_sym_if] = ACTIONS(4466), - [anon_sym_else] = ACTIONS(4466), - [anon_sym_when] = ACTIONS(4466), - [anon_sym_try] = ACTIONS(4466), - [anon_sym_throw] = ACTIONS(4466), - [anon_sym_return] = ACTIONS(4466), - [anon_sym_continue] = ACTIONS(4466), - [anon_sym_break] = ACTIONS(4466), - [anon_sym_COLON_COLON] = ACTIONS(4468), - [anon_sym_BANGin] = ACTIONS(4468), - [anon_sym_is] = ACTIONS(4466), - [anon_sym_BANGis] = ACTIONS(4468), - [anon_sym_PLUS] = ACTIONS(4466), - [anon_sym_DASH] = ACTIONS(4466), - [anon_sym_PLUS_PLUS] = ACTIONS(4468), - [anon_sym_DASH_DASH] = ACTIONS(4468), - [anon_sym_BANG] = ACTIONS(4466), - [anon_sym_suspend] = ACTIONS(4466), - [anon_sym_sealed] = ACTIONS(4466), - [anon_sym_annotation] = ACTIONS(4466), - [anon_sym_data] = ACTIONS(4466), - [anon_sym_inner] = ACTIONS(4466), - [anon_sym_override] = ACTIONS(4466), - [anon_sym_lateinit] = ACTIONS(4466), - [anon_sym_public] = ACTIONS(4466), - [anon_sym_private] = ACTIONS(4466), - [anon_sym_internal] = ACTIONS(4466), - [anon_sym_protected] = ACTIONS(4466), - [anon_sym_tailrec] = ACTIONS(4466), - [anon_sym_operator] = ACTIONS(4466), - [anon_sym_infix] = ACTIONS(4466), - [anon_sym_inline] = ACTIONS(4466), - [anon_sym_external] = ACTIONS(4466), - [sym_property_modifier] = ACTIONS(4466), - [anon_sym_abstract] = ACTIONS(4466), - [anon_sym_final] = ACTIONS(4466), - [anon_sym_open] = ACTIONS(4466), - [anon_sym_vararg] = ACTIONS(4466), - [anon_sym_noinline] = ACTIONS(4466), - [anon_sym_crossinline] = ACTIONS(4466), - [anon_sym_expect] = ACTIONS(4466), - [anon_sym_actual] = ACTIONS(4466), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4468), - [anon_sym_continue_AT] = ACTIONS(4468), - [anon_sym_break_AT] = ACTIONS(4468), - [sym_real_literal] = ACTIONS(4468), - [sym_integer_literal] = ACTIONS(4466), - [sym_hex_literal] = ACTIONS(4468), - [sym_bin_literal] = ACTIONS(4468), - [anon_sym_true] = ACTIONS(4466), - [anon_sym_false] = ACTIONS(4466), - [anon_sym_SQUOTE] = ACTIONS(4468), - [sym__backtick_identifier] = ACTIONS(4468), - [sym__automatic_semicolon] = ACTIONS(4468), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4468), + [sym__alpha_identifier] = ACTIONS(3943), + [anon_sym_AT] = ACTIONS(3948), + [anon_sym_LBRACK] = ACTIONS(3948), + [anon_sym_typealias] = ACTIONS(3943), + [anon_sym_class] = ACTIONS(3943), + [anon_sym_interface] = ACTIONS(3943), + [anon_sym_enum] = ACTIONS(3943), + [anon_sym_LBRACE] = ACTIONS(3948), + [anon_sym_LPAREN] = ACTIONS(3948), + [anon_sym_val] = ACTIONS(3943), + [anon_sym_var] = ACTIONS(3943), + [anon_sym_LT] = ACTIONS(3948), + [anon_sym_object] = ACTIONS(3943), + [anon_sym_fun] = ACTIONS(3943), + [anon_sym_DOT] = ACTIONS(3943), + [anon_sym_get] = ACTIONS(3943), + [anon_sym_set] = ACTIONS(3943), + [anon_sym_this] = ACTIONS(3943), + [anon_sym_super] = ACTIONS(3943), + [anon_sym_STAR] = ACTIONS(3948), + [sym_label] = ACTIONS(3943), + [anon_sym_for] = ACTIONS(3943), + [anon_sym_while] = ACTIONS(3943), + [anon_sym_do] = ACTIONS(3943), + [anon_sym_null] = ACTIONS(3943), + [anon_sym_if] = ACTIONS(3943), + [anon_sym_when] = ACTIONS(3943), + [anon_sym_try] = ACTIONS(3943), + [anon_sym_throw] = ACTIONS(3943), + [anon_sym_return] = ACTIONS(3943), + [anon_sym_continue] = ACTIONS(3943), + [anon_sym_break] = ACTIONS(3943), + [anon_sym_COLON_COLON] = ACTIONS(3948), + [anon_sym_PLUS] = ACTIONS(3943), + [anon_sym_DASH] = ACTIONS(3943), + [anon_sym_PLUS_PLUS] = ACTIONS(3948), + [anon_sym_DASH_DASH] = ACTIONS(3948), + [anon_sym_BANG] = ACTIONS(3948), + [anon_sym_suspend] = ACTIONS(3943), + [anon_sym_sealed] = ACTIONS(3943), + [anon_sym_annotation] = ACTIONS(3943), + [anon_sym_data] = ACTIONS(3943), + [anon_sym_inner] = ACTIONS(3943), + [anon_sym_override] = ACTIONS(3943), + [anon_sym_lateinit] = ACTIONS(3943), + [anon_sym_public] = ACTIONS(3943), + [anon_sym_private] = ACTIONS(3943), + [anon_sym_internal] = ACTIONS(3943), + [anon_sym_protected] = ACTIONS(3943), + [anon_sym_tailrec] = ACTIONS(3943), + [anon_sym_operator] = ACTIONS(3943), + [anon_sym_infix] = ACTIONS(3943), + [anon_sym_inline] = ACTIONS(3943), + [anon_sym_external] = ACTIONS(3943), + [sym_property_modifier] = ACTIONS(3943), + [anon_sym_abstract] = ACTIONS(3943), + [anon_sym_final] = ACTIONS(3943), + [anon_sym_open] = ACTIONS(3943), + [anon_sym_vararg] = ACTIONS(3943), + [anon_sym_noinline] = ACTIONS(3943), + [anon_sym_crossinline] = ACTIONS(3943), + [anon_sym_expect] = ACTIONS(3943), + [anon_sym_actual] = ACTIONS(3943), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3948), + [anon_sym_continue_AT] = ACTIONS(3948), + [anon_sym_break_AT] = ACTIONS(3948), + [sym_real_literal] = ACTIONS(3948), + [sym_integer_literal] = ACTIONS(3943), + [sym_hex_literal] = ACTIONS(3948), + [sym_bin_literal] = ACTIONS(3948), + [anon_sym_true] = ACTIONS(3943), + [anon_sym_false] = ACTIONS(3943), + [anon_sym_SQUOTE] = ACTIONS(3948), + [sym__backtick_identifier] = ACTIONS(3948), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3948), }, [3790] = { - [aux_sym_user_type_repeat1] = STATE(3671), - [sym__alpha_identifier] = ACTIONS(4269), - [anon_sym_AT] = ACTIONS(4271), - [anon_sym_LBRACK] = ACTIONS(4271), - [anon_sym_typealias] = ACTIONS(4269), - [anon_sym_class] = ACTIONS(4269), - [anon_sym_interface] = ACTIONS(4269), - [anon_sym_enum] = ACTIONS(4269), - [anon_sym_LBRACE] = ACTIONS(4271), - [anon_sym_LPAREN] = ACTIONS(4271), - [anon_sym_val] = ACTIONS(4269), - [anon_sym_var] = ACTIONS(4269), - [anon_sym_object] = ACTIONS(4269), - [anon_sym_fun] = ACTIONS(4269), - [anon_sym_DOT] = ACTIONS(6890), - [anon_sym_get] = ACTIONS(4269), - [anon_sym_set] = ACTIONS(4269), - [anon_sym_this] = ACTIONS(4269), - [anon_sym_super] = ACTIONS(4269), - [anon_sym_STAR] = ACTIONS(4271), - [sym_label] = ACTIONS(4269), - [anon_sym_for] = ACTIONS(4269), - [anon_sym_while] = ACTIONS(4269), - [anon_sym_do] = ACTIONS(4269), - [anon_sym_null] = ACTIONS(4269), - [anon_sym_if] = ACTIONS(4269), - [anon_sym_when] = ACTIONS(4269), - [anon_sym_try] = ACTIONS(4269), - [anon_sym_throw] = ACTIONS(4269), - [anon_sym_return] = ACTIONS(4269), - [anon_sym_continue] = ACTIONS(4269), - [anon_sym_break] = ACTIONS(4269), - [anon_sym_COLON_COLON] = ACTIONS(4271), - [anon_sym_PLUS] = ACTIONS(4269), - [anon_sym_DASH] = ACTIONS(4269), - [anon_sym_PLUS_PLUS] = ACTIONS(4271), - [anon_sym_DASH_DASH] = ACTIONS(4271), - [anon_sym_BANG] = ACTIONS(4271), - [anon_sym_suspend] = ACTIONS(4269), - [anon_sym_sealed] = ACTIONS(4269), - [anon_sym_annotation] = ACTIONS(4269), - [anon_sym_data] = ACTIONS(4269), - [anon_sym_inner] = ACTIONS(4269), - [anon_sym_override] = ACTIONS(4269), - [anon_sym_lateinit] = ACTIONS(4269), - [anon_sym_public] = ACTIONS(4269), - [anon_sym_private] = ACTIONS(4269), - [anon_sym_internal] = ACTIONS(4269), - [anon_sym_protected] = ACTIONS(4269), - [anon_sym_tailrec] = ACTIONS(4269), - [anon_sym_operator] = ACTIONS(4269), - [anon_sym_infix] = ACTIONS(4269), - [anon_sym_inline] = ACTIONS(4269), - [anon_sym_external] = ACTIONS(4269), - [sym_property_modifier] = ACTIONS(4269), - [anon_sym_abstract] = ACTIONS(4269), - [anon_sym_final] = ACTIONS(4269), - [anon_sym_open] = ACTIONS(4269), - [anon_sym_vararg] = ACTIONS(4269), - [anon_sym_noinline] = ACTIONS(4269), - [anon_sym_crossinline] = ACTIONS(4269), - [anon_sym_expect] = ACTIONS(4269), - [anon_sym_actual] = ACTIONS(4269), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4271), - [anon_sym_continue_AT] = ACTIONS(4271), - [anon_sym_break_AT] = ACTIONS(4271), - [sym_real_literal] = ACTIONS(4271), - [sym_integer_literal] = ACTIONS(4269), - [sym_hex_literal] = ACTIONS(4271), - [sym_bin_literal] = ACTIONS(4271), - [anon_sym_true] = ACTIONS(4269), - [anon_sym_false] = ACTIONS(4269), - [anon_sym_SQUOTE] = ACTIONS(4271), - [sym__backtick_identifier] = ACTIONS(4271), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4271), - }, - [3791] = { - [sym__alpha_identifier] = ACTIONS(4595), - [anon_sym_AT] = ACTIONS(4597), - [anon_sym_LBRACK] = ACTIONS(4597), - [anon_sym_EQ] = ACTIONS(4597), - [anon_sym_LBRACE] = ACTIONS(4597), - [anon_sym_RBRACE] = ACTIONS(4597), - [anon_sym_LPAREN] = ACTIONS(4597), - [anon_sym_COMMA] = ACTIONS(4597), - [anon_sym_by] = ACTIONS(4595), - [anon_sym_object] = ACTIONS(4595), - [anon_sym_fun] = ACTIONS(4595), - [anon_sym_SEMI] = ACTIONS(4597), - [anon_sym_get] = ACTIONS(4595), - [anon_sym_set] = ACTIONS(4595), - [anon_sym_this] = ACTIONS(4595), - [anon_sym_super] = ACTIONS(4595), - [anon_sym_STAR] = ACTIONS(4597), - [sym_label] = ACTIONS(4595), - [anon_sym_in] = ACTIONS(4595), - [anon_sym_null] = ACTIONS(4595), - [anon_sym_if] = ACTIONS(4595), - [anon_sym_else] = ACTIONS(4595), - [anon_sym_when] = ACTIONS(4595), - [anon_sym_try] = ACTIONS(4595), - [anon_sym_throw] = ACTIONS(4595), - [anon_sym_return] = ACTIONS(4595), - [anon_sym_continue] = ACTIONS(4595), - [anon_sym_break] = ACTIONS(4595), - [anon_sym_COLON_COLON] = ACTIONS(4597), - [anon_sym_BANGin] = ACTIONS(4597), - [anon_sym_is] = ACTIONS(4595), - [anon_sym_BANGis] = ACTIONS(4597), - [anon_sym_PLUS] = ACTIONS(4595), - [anon_sym_DASH] = ACTIONS(4595), - [anon_sym_PLUS_PLUS] = ACTIONS(4597), - [anon_sym_DASH_DASH] = ACTIONS(4597), - [anon_sym_BANG] = ACTIONS(4595), - [anon_sym_suspend] = ACTIONS(4595), - [anon_sym_sealed] = ACTIONS(4595), - [anon_sym_annotation] = ACTIONS(4595), - [anon_sym_data] = ACTIONS(4595), - [anon_sym_inner] = ACTIONS(4595), - [anon_sym_override] = ACTIONS(4595), - [anon_sym_lateinit] = ACTIONS(4595), - [anon_sym_public] = ACTIONS(4595), - [anon_sym_private] = ACTIONS(4595), - [anon_sym_internal] = ACTIONS(4595), - [anon_sym_protected] = ACTIONS(4595), - [anon_sym_tailrec] = ACTIONS(4595), - [anon_sym_operator] = ACTIONS(4595), - [anon_sym_infix] = ACTIONS(4595), - [anon_sym_inline] = ACTIONS(4595), - [anon_sym_external] = ACTIONS(4595), - [sym_property_modifier] = ACTIONS(4595), - [anon_sym_abstract] = ACTIONS(4595), - [anon_sym_final] = ACTIONS(4595), - [anon_sym_open] = ACTIONS(4595), - [anon_sym_vararg] = ACTIONS(4595), - [anon_sym_noinline] = ACTIONS(4595), - [anon_sym_crossinline] = ACTIONS(4595), - [anon_sym_expect] = ACTIONS(4595), - [anon_sym_actual] = ACTIONS(4595), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4597), - [anon_sym_continue_AT] = ACTIONS(4597), - [anon_sym_break_AT] = ACTIONS(4597), - [sym_real_literal] = ACTIONS(4597), - [sym_integer_literal] = ACTIONS(4595), - [sym_hex_literal] = ACTIONS(4597), - [sym_bin_literal] = ACTIONS(4597), - [anon_sym_true] = ACTIONS(4595), - [anon_sym_false] = ACTIONS(4595), - [anon_sym_SQUOTE] = ACTIONS(4597), - [sym__backtick_identifier] = ACTIONS(4597), - [sym__automatic_semicolon] = ACTIONS(4597), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4597), - }, - [3792] = { - [sym__alpha_identifier] = ACTIONS(4300), - [anon_sym_AT] = ACTIONS(4302), - [anon_sym_LBRACK] = ACTIONS(4302), - [anon_sym_as] = ACTIONS(4300), - [anon_sym_EQ] = ACTIONS(4300), - [anon_sym_LBRACE] = ACTIONS(4302), - [anon_sym_RBRACE] = ACTIONS(4302), - [anon_sym_LPAREN] = ACTIONS(4302), - [anon_sym_COMMA] = ACTIONS(4302), - [anon_sym_LT] = ACTIONS(4300), - [anon_sym_GT] = ACTIONS(4300), - [anon_sym_where] = ACTIONS(4300), - [anon_sym_DOT] = ACTIONS(4300), - [anon_sym_SEMI] = ACTIONS(4302), - [anon_sym_get] = ACTIONS(4300), - [anon_sym_set] = ACTIONS(4300), - [anon_sym_STAR] = ACTIONS(4300), - [sym_label] = ACTIONS(4302), - [anon_sym_in] = ACTIONS(4300), - [anon_sym_DOT_DOT] = ACTIONS(4302), - [anon_sym_QMARK_COLON] = ACTIONS(4302), - [anon_sym_AMP_AMP] = ACTIONS(4302), - [anon_sym_PIPE_PIPE] = ACTIONS(4302), - [anon_sym_else] = ACTIONS(4300), - [anon_sym_COLON_COLON] = ACTIONS(4302), - [anon_sym_PLUS_EQ] = ACTIONS(4302), - [anon_sym_DASH_EQ] = ACTIONS(4302), - [anon_sym_STAR_EQ] = ACTIONS(4302), - [anon_sym_SLASH_EQ] = ACTIONS(4302), - [anon_sym_PERCENT_EQ] = ACTIONS(4302), - [anon_sym_BANG_EQ] = ACTIONS(4300), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4302), - [anon_sym_EQ_EQ] = ACTIONS(4300), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4302), - [anon_sym_LT_EQ] = ACTIONS(4302), - [anon_sym_GT_EQ] = ACTIONS(4302), - [anon_sym_BANGin] = ACTIONS(4302), - [anon_sym_is] = ACTIONS(4300), - [anon_sym_BANGis] = ACTIONS(4302), - [anon_sym_PLUS] = ACTIONS(4300), - [anon_sym_DASH] = ACTIONS(4300), - [anon_sym_SLASH] = ACTIONS(4300), - [anon_sym_PERCENT] = ACTIONS(4300), - [anon_sym_as_QMARK] = ACTIONS(4302), - [anon_sym_PLUS_PLUS] = ACTIONS(4302), - [anon_sym_DASH_DASH] = ACTIONS(4302), - [anon_sym_BANG_BANG] = ACTIONS(4302), - [anon_sym_suspend] = ACTIONS(4300), - [anon_sym_sealed] = ACTIONS(4300), - [anon_sym_annotation] = ACTIONS(4300), - [anon_sym_data] = ACTIONS(4300), - [anon_sym_inner] = ACTIONS(4300), - [anon_sym_override] = ACTIONS(4300), - [anon_sym_lateinit] = ACTIONS(4300), - [anon_sym_public] = ACTIONS(4300), - [anon_sym_private] = ACTIONS(4300), - [anon_sym_internal] = ACTIONS(4300), - [anon_sym_protected] = ACTIONS(4300), - [anon_sym_tailrec] = ACTIONS(4300), - [anon_sym_operator] = ACTIONS(4300), - [anon_sym_infix] = ACTIONS(4300), - [anon_sym_inline] = ACTIONS(4300), - [anon_sym_external] = ACTIONS(4300), - [sym_property_modifier] = ACTIONS(4300), - [anon_sym_abstract] = ACTIONS(4300), - [anon_sym_final] = ACTIONS(4300), - [anon_sym_open] = ACTIONS(4300), - [anon_sym_vararg] = ACTIONS(4300), - [anon_sym_noinline] = ACTIONS(4300), - [anon_sym_crossinline] = ACTIONS(4300), - [anon_sym_expect] = ACTIONS(4300), - [anon_sym_actual] = ACTIONS(4300), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4302), - [sym__automatic_semicolon] = ACTIONS(4302), - [sym_safe_nav] = ACTIONS(4302), - [sym_multiline_comment] = ACTIONS(3), - }, - [3793] = { - [sym__alpha_identifier] = ACTIONS(4023), - [anon_sym_AT] = ACTIONS(4025), - [anon_sym_LBRACK] = ACTIONS(4025), - [anon_sym_as] = ACTIONS(4023), - [anon_sym_EQ] = ACTIONS(4023), - [anon_sym_LBRACE] = ACTIONS(4025), - [anon_sym_RBRACE] = ACTIONS(4025), - [anon_sym_LPAREN] = ACTIONS(4025), - [anon_sym_COMMA] = ACTIONS(4025), - [anon_sym_LT] = ACTIONS(4023), - [anon_sym_GT] = ACTIONS(4023), - [anon_sym_where] = ACTIONS(4023), - [anon_sym_DOT] = ACTIONS(4023), - [anon_sym_SEMI] = ACTIONS(4025), - [anon_sym_get] = ACTIONS(4023), - [anon_sym_set] = ACTIONS(4023), - [anon_sym_STAR] = ACTIONS(4023), - [sym_label] = ACTIONS(4025), - [anon_sym_in] = ACTIONS(4023), - [anon_sym_DOT_DOT] = ACTIONS(4025), - [anon_sym_QMARK_COLON] = ACTIONS(4025), - [anon_sym_AMP_AMP] = ACTIONS(4025), - [anon_sym_PIPE_PIPE] = ACTIONS(4025), - [anon_sym_else] = ACTIONS(4023), - [anon_sym_COLON_COLON] = ACTIONS(4025), - [anon_sym_PLUS_EQ] = ACTIONS(4025), - [anon_sym_DASH_EQ] = ACTIONS(4025), - [anon_sym_STAR_EQ] = ACTIONS(4025), - [anon_sym_SLASH_EQ] = ACTIONS(4025), - [anon_sym_PERCENT_EQ] = ACTIONS(4025), - [anon_sym_BANG_EQ] = ACTIONS(4023), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4025), - [anon_sym_EQ_EQ] = ACTIONS(4023), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4025), - [anon_sym_LT_EQ] = ACTIONS(4025), - [anon_sym_GT_EQ] = ACTIONS(4025), - [anon_sym_BANGin] = ACTIONS(4025), - [anon_sym_is] = ACTIONS(4023), - [anon_sym_BANGis] = ACTIONS(4025), - [anon_sym_PLUS] = ACTIONS(4023), - [anon_sym_DASH] = ACTIONS(4023), - [anon_sym_SLASH] = ACTIONS(4023), - [anon_sym_PERCENT] = ACTIONS(4023), - [anon_sym_as_QMARK] = ACTIONS(4025), - [anon_sym_PLUS_PLUS] = ACTIONS(4025), - [anon_sym_DASH_DASH] = ACTIONS(4025), - [anon_sym_BANG_BANG] = ACTIONS(4025), - [anon_sym_suspend] = ACTIONS(4023), - [anon_sym_sealed] = ACTIONS(4023), - [anon_sym_annotation] = ACTIONS(4023), - [anon_sym_data] = ACTIONS(4023), - [anon_sym_inner] = ACTIONS(4023), - [anon_sym_override] = ACTIONS(4023), - [anon_sym_lateinit] = ACTIONS(4023), - [anon_sym_public] = ACTIONS(4023), - [anon_sym_private] = ACTIONS(4023), - [anon_sym_internal] = ACTIONS(4023), - [anon_sym_protected] = ACTIONS(4023), - [anon_sym_tailrec] = ACTIONS(4023), - [anon_sym_operator] = ACTIONS(4023), - [anon_sym_infix] = ACTIONS(4023), - [anon_sym_inline] = ACTIONS(4023), - [anon_sym_external] = ACTIONS(4023), - [sym_property_modifier] = ACTIONS(4023), - [anon_sym_abstract] = ACTIONS(4023), - [anon_sym_final] = ACTIONS(4023), - [anon_sym_open] = ACTIONS(4023), - [anon_sym_vararg] = ACTIONS(4023), - [anon_sym_noinline] = ACTIONS(4023), - [anon_sym_crossinline] = ACTIONS(4023), - [anon_sym_expect] = ACTIONS(4023), - [anon_sym_actual] = ACTIONS(4023), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4025), - [sym__automatic_semicolon] = ACTIONS(4025), - [sym_safe_nav] = ACTIONS(4025), - [sym_multiline_comment] = ACTIONS(3), - }, - [3794] = { - [sym__alpha_identifier] = ACTIONS(3828), - [anon_sym_AT] = ACTIONS(3833), - [anon_sym_COLON] = ACTIONS(3828), - [anon_sym_LBRACK] = ACTIONS(3833), - [anon_sym_constructor] = ACTIONS(3828), - [anon_sym_LBRACE] = ACTIONS(3833), - [anon_sym_RBRACE] = ACTIONS(3833), - [anon_sym_LPAREN] = ACTIONS(3833), - [anon_sym_LT] = ACTIONS(3833), - [anon_sym_where] = ACTIONS(3828), - [anon_sym_object] = ACTIONS(3828), - [anon_sym_fun] = ACTIONS(3828), - [anon_sym_get] = ACTIONS(3828), - [anon_sym_set] = ACTIONS(3828), - [anon_sym_this] = ACTIONS(3828), - [anon_sym_super] = ACTIONS(3828), - [anon_sym_STAR] = ACTIONS(3833), - [sym_label] = ACTIONS(3828), - [anon_sym_in] = ACTIONS(3828), - [anon_sym_null] = ACTIONS(3828), - [anon_sym_if] = ACTIONS(3828), - [anon_sym_else] = ACTIONS(3828), - [anon_sym_when] = ACTIONS(3828), - [anon_sym_try] = ACTIONS(3828), - [anon_sym_throw] = ACTIONS(3828), - [anon_sym_return] = ACTIONS(3828), - [anon_sym_continue] = ACTIONS(3828), - [anon_sym_break] = ACTIONS(3828), - [anon_sym_COLON_COLON] = ACTIONS(3833), - [anon_sym_BANGin] = ACTIONS(3833), - [anon_sym_is] = ACTIONS(3828), - [anon_sym_BANGis] = ACTIONS(3833), - [anon_sym_PLUS] = ACTIONS(3828), - [anon_sym_DASH] = ACTIONS(3828), - [anon_sym_PLUS_PLUS] = ACTIONS(3833), - [anon_sym_DASH_DASH] = ACTIONS(3833), - [anon_sym_BANG] = ACTIONS(3828), - [anon_sym_suspend] = ACTIONS(3828), - [anon_sym_sealed] = ACTIONS(3828), - [anon_sym_annotation] = ACTIONS(3828), - [anon_sym_data] = ACTIONS(3828), - [anon_sym_inner] = ACTIONS(3828), - [anon_sym_override] = ACTIONS(3828), - [anon_sym_lateinit] = ACTIONS(3828), - [anon_sym_public] = ACTIONS(3828), - [anon_sym_private] = ACTIONS(3828), - [anon_sym_internal] = ACTIONS(3828), - [anon_sym_protected] = ACTIONS(3828), - [anon_sym_tailrec] = ACTIONS(3828), - [anon_sym_operator] = ACTIONS(3828), - [anon_sym_infix] = ACTIONS(3828), - [anon_sym_inline] = ACTIONS(3828), - [anon_sym_external] = ACTIONS(3828), - [sym_property_modifier] = ACTIONS(3828), - [anon_sym_abstract] = ACTIONS(3828), - [anon_sym_final] = ACTIONS(3828), - [anon_sym_open] = ACTIONS(3828), - [anon_sym_vararg] = ACTIONS(3828), - [anon_sym_noinline] = ACTIONS(3828), - [anon_sym_crossinline] = ACTIONS(3828), - [anon_sym_expect] = ACTIONS(3828), - [anon_sym_actual] = ACTIONS(3828), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3833), - [anon_sym_continue_AT] = ACTIONS(3833), - [anon_sym_break_AT] = ACTIONS(3833), - [sym_real_literal] = ACTIONS(3833), - [sym_integer_literal] = ACTIONS(3828), - [sym_hex_literal] = ACTIONS(3833), - [sym_bin_literal] = ACTIONS(3833), - [anon_sym_true] = ACTIONS(3828), - [anon_sym_false] = ACTIONS(3828), - [anon_sym_SQUOTE] = ACTIONS(3833), - [sym__backtick_identifier] = ACTIONS(3833), - [sym__automatic_semicolon] = ACTIONS(3833), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3833), - }, - [3795] = { - [sym__alpha_identifier] = ACTIONS(5087), - [anon_sym_AT] = ACTIONS(5089), - [anon_sym_LBRACK] = ACTIONS(5089), - [anon_sym_as] = ACTIONS(5087), - [anon_sym_EQ] = ACTIONS(5087), - [anon_sym_LBRACE] = ACTIONS(5089), - [anon_sym_RBRACE] = ACTIONS(5089), - [anon_sym_LPAREN] = ACTIONS(5089), - [anon_sym_COMMA] = ACTIONS(5089), - [anon_sym_LT] = ACTIONS(5087), - [anon_sym_GT] = ACTIONS(5087), - [anon_sym_where] = ACTIONS(5087), - [anon_sym_DOT] = ACTIONS(5087), - [anon_sym_SEMI] = ACTIONS(5089), - [anon_sym_get] = ACTIONS(5087), - [anon_sym_set] = ACTIONS(5087), - [anon_sym_STAR] = ACTIONS(5087), - [sym_label] = ACTIONS(5089), - [anon_sym_in] = ACTIONS(5087), - [anon_sym_DOT_DOT] = ACTIONS(5089), - [anon_sym_QMARK_COLON] = ACTIONS(5089), - [anon_sym_AMP_AMP] = ACTIONS(5089), - [anon_sym_PIPE_PIPE] = ACTIONS(5089), - [anon_sym_else] = ACTIONS(5087), - [anon_sym_COLON_COLON] = ACTIONS(5089), - [anon_sym_PLUS_EQ] = ACTIONS(5089), - [anon_sym_DASH_EQ] = ACTIONS(5089), - [anon_sym_STAR_EQ] = ACTIONS(5089), - [anon_sym_SLASH_EQ] = ACTIONS(5089), - [anon_sym_PERCENT_EQ] = ACTIONS(5089), - [anon_sym_BANG_EQ] = ACTIONS(5087), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5089), - [anon_sym_EQ_EQ] = ACTIONS(5087), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5089), - [anon_sym_LT_EQ] = ACTIONS(5089), - [anon_sym_GT_EQ] = ACTIONS(5089), - [anon_sym_BANGin] = ACTIONS(5089), - [anon_sym_is] = ACTIONS(5087), - [anon_sym_BANGis] = ACTIONS(5089), - [anon_sym_PLUS] = ACTIONS(5087), - [anon_sym_DASH] = ACTIONS(5087), - [anon_sym_SLASH] = ACTIONS(5087), - [anon_sym_PERCENT] = ACTIONS(5087), - [anon_sym_as_QMARK] = ACTIONS(5089), - [anon_sym_PLUS_PLUS] = ACTIONS(5089), - [anon_sym_DASH_DASH] = ACTIONS(5089), - [anon_sym_BANG_BANG] = ACTIONS(5089), - [anon_sym_suspend] = ACTIONS(5087), - [anon_sym_sealed] = ACTIONS(5087), - [anon_sym_annotation] = ACTIONS(5087), - [anon_sym_data] = ACTIONS(5087), - [anon_sym_inner] = ACTIONS(5087), - [anon_sym_override] = ACTIONS(5087), - [anon_sym_lateinit] = ACTIONS(5087), - [anon_sym_public] = ACTIONS(5087), - [anon_sym_private] = ACTIONS(5087), - [anon_sym_internal] = ACTIONS(5087), - [anon_sym_protected] = ACTIONS(5087), - [anon_sym_tailrec] = ACTIONS(5087), - [anon_sym_operator] = ACTIONS(5087), - [anon_sym_infix] = ACTIONS(5087), - [anon_sym_inline] = ACTIONS(5087), - [anon_sym_external] = ACTIONS(5087), - [sym_property_modifier] = ACTIONS(5087), - [anon_sym_abstract] = ACTIONS(5087), - [anon_sym_final] = ACTIONS(5087), - [anon_sym_open] = ACTIONS(5087), - [anon_sym_vararg] = ACTIONS(5087), - [anon_sym_noinline] = ACTIONS(5087), - [anon_sym_crossinline] = ACTIONS(5087), - [anon_sym_expect] = ACTIONS(5087), - [anon_sym_actual] = ACTIONS(5087), + [sym__alpha_identifier] = ACTIONS(5039), + [anon_sym_AT] = ACTIONS(5041), + [anon_sym_LBRACK] = ACTIONS(5041), + [anon_sym_as] = ACTIONS(5039), + [anon_sym_EQ] = ACTIONS(5039), + [anon_sym_LBRACE] = ACTIONS(5041), + [anon_sym_RBRACE] = ACTIONS(5041), + [anon_sym_LPAREN] = ACTIONS(5041), + [anon_sym_COMMA] = ACTIONS(5041), + [anon_sym_LT] = ACTIONS(5039), + [anon_sym_GT] = ACTIONS(5039), + [anon_sym_where] = ACTIONS(5039), + [anon_sym_DOT] = ACTIONS(5039), + [anon_sym_SEMI] = ACTIONS(5041), + [anon_sym_get] = ACTIONS(5039), + [anon_sym_set] = ACTIONS(5039), + [anon_sym_STAR] = ACTIONS(5039), + [sym_label] = ACTIONS(5041), + [anon_sym_in] = ACTIONS(5039), + [anon_sym_DOT_DOT] = ACTIONS(5041), + [anon_sym_QMARK_COLON] = ACTIONS(5041), + [anon_sym_AMP_AMP] = ACTIONS(5041), + [anon_sym_PIPE_PIPE] = ACTIONS(5041), + [anon_sym_else] = ACTIONS(5039), + [anon_sym_COLON_COLON] = ACTIONS(5041), + [anon_sym_PLUS_EQ] = ACTIONS(5041), + [anon_sym_DASH_EQ] = ACTIONS(5041), + [anon_sym_STAR_EQ] = ACTIONS(5041), + [anon_sym_SLASH_EQ] = ACTIONS(5041), + [anon_sym_PERCENT_EQ] = ACTIONS(5041), + [anon_sym_BANG_EQ] = ACTIONS(5039), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5041), + [anon_sym_EQ_EQ] = ACTIONS(5039), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5041), + [anon_sym_LT_EQ] = ACTIONS(5041), + [anon_sym_GT_EQ] = ACTIONS(5041), + [anon_sym_BANGin] = ACTIONS(5041), + [anon_sym_is] = ACTIONS(5039), + [anon_sym_BANGis] = ACTIONS(5041), + [anon_sym_PLUS] = ACTIONS(5039), + [anon_sym_DASH] = ACTIONS(5039), + [anon_sym_SLASH] = ACTIONS(5039), + [anon_sym_PERCENT] = ACTIONS(5039), + [anon_sym_as_QMARK] = ACTIONS(5041), + [anon_sym_PLUS_PLUS] = ACTIONS(5041), + [anon_sym_DASH_DASH] = ACTIONS(5041), + [anon_sym_BANG_BANG] = ACTIONS(5041), + [anon_sym_suspend] = ACTIONS(5039), + [anon_sym_sealed] = ACTIONS(5039), + [anon_sym_annotation] = ACTIONS(5039), + [anon_sym_data] = ACTIONS(5039), + [anon_sym_inner] = ACTIONS(5039), + [anon_sym_override] = ACTIONS(5039), + [anon_sym_lateinit] = ACTIONS(5039), + [anon_sym_public] = ACTIONS(5039), + [anon_sym_private] = ACTIONS(5039), + [anon_sym_internal] = ACTIONS(5039), + [anon_sym_protected] = ACTIONS(5039), + [anon_sym_tailrec] = ACTIONS(5039), + [anon_sym_operator] = ACTIONS(5039), + [anon_sym_infix] = ACTIONS(5039), + [anon_sym_inline] = ACTIONS(5039), + [anon_sym_external] = ACTIONS(5039), + [sym_property_modifier] = ACTIONS(5039), + [anon_sym_abstract] = ACTIONS(5039), + [anon_sym_final] = ACTIONS(5039), + [anon_sym_open] = ACTIONS(5039), + [anon_sym_vararg] = ACTIONS(5039), + [anon_sym_noinline] = ACTIONS(5039), + [anon_sym_crossinline] = ACTIONS(5039), + [anon_sym_expect] = ACTIONS(5039), + [anon_sym_actual] = ACTIONS(5039), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5089), - [sym__automatic_semicolon] = ACTIONS(5089), - [sym_safe_nav] = ACTIONS(5089), + [sym__backtick_identifier] = ACTIONS(5041), + [sym__automatic_semicolon] = ACTIONS(5041), + [sym_safe_nav] = ACTIONS(5041), [sym_multiline_comment] = ACTIONS(3), }, - [3796] = { - [sym__alpha_identifier] = ACTIONS(3828), - [anon_sym_AT] = ACTIONS(3833), - [anon_sym_LBRACK] = ACTIONS(3833), - [anon_sym_typealias] = ACTIONS(3828), - [anon_sym_class] = ACTIONS(3828), - [anon_sym_interface] = ACTIONS(3828), - [anon_sym_enum] = ACTIONS(3828), - [anon_sym_LBRACE] = ACTIONS(3833), - [anon_sym_LPAREN] = ACTIONS(3833), - [anon_sym_val] = ACTIONS(3828), - [anon_sym_var] = ACTIONS(3828), - [anon_sym_LT] = ACTIONS(3833), - [anon_sym_object] = ACTIONS(3828), - [anon_sym_fun] = ACTIONS(3828), - [anon_sym_DOT] = ACTIONS(3828), - [anon_sym_get] = ACTIONS(3828), - [anon_sym_set] = ACTIONS(3828), - [anon_sym_this] = ACTIONS(3828), - [anon_sym_super] = ACTIONS(3828), - [anon_sym_STAR] = ACTIONS(3833), - [sym_label] = ACTIONS(3828), - [anon_sym_for] = ACTIONS(3828), - [anon_sym_while] = ACTIONS(3828), - [anon_sym_do] = ACTIONS(3828), - [anon_sym_null] = ACTIONS(3828), - [anon_sym_if] = ACTIONS(3828), - [anon_sym_when] = ACTIONS(3828), - [anon_sym_try] = ACTIONS(3828), - [anon_sym_throw] = ACTIONS(3828), - [anon_sym_return] = ACTIONS(3828), - [anon_sym_continue] = ACTIONS(3828), - [anon_sym_break] = ACTIONS(3828), - [anon_sym_COLON_COLON] = ACTIONS(3833), - [anon_sym_PLUS] = ACTIONS(3828), - [anon_sym_DASH] = ACTIONS(3828), - [anon_sym_PLUS_PLUS] = ACTIONS(3833), - [anon_sym_DASH_DASH] = ACTIONS(3833), - [anon_sym_BANG] = ACTIONS(3833), - [anon_sym_suspend] = ACTIONS(3828), - [anon_sym_sealed] = ACTIONS(3828), - [anon_sym_annotation] = ACTIONS(3828), - [anon_sym_data] = ACTIONS(3828), - [anon_sym_inner] = ACTIONS(3828), - [anon_sym_override] = ACTIONS(3828), - [anon_sym_lateinit] = ACTIONS(3828), - [anon_sym_public] = ACTIONS(3828), - [anon_sym_private] = ACTIONS(3828), - [anon_sym_internal] = ACTIONS(3828), - [anon_sym_protected] = ACTIONS(3828), - [anon_sym_tailrec] = ACTIONS(3828), - [anon_sym_operator] = ACTIONS(3828), - [anon_sym_infix] = ACTIONS(3828), - [anon_sym_inline] = ACTIONS(3828), - [anon_sym_external] = ACTIONS(3828), - [sym_property_modifier] = ACTIONS(3828), - [anon_sym_abstract] = ACTIONS(3828), - [anon_sym_final] = ACTIONS(3828), - [anon_sym_open] = ACTIONS(3828), - [anon_sym_vararg] = ACTIONS(3828), - [anon_sym_noinline] = ACTIONS(3828), - [anon_sym_crossinline] = ACTIONS(3828), - [anon_sym_expect] = ACTIONS(3828), - [anon_sym_actual] = ACTIONS(3828), + [3791] = { + [sym_function_body] = STATE(3418), + [sym__block] = STATE(3464), + [sym__alpha_identifier] = ACTIONS(4426), + [anon_sym_AT] = ACTIONS(4428), + [anon_sym_LBRACK] = ACTIONS(4428), + [anon_sym_RBRACK] = ACTIONS(4428), + [anon_sym_as] = ACTIONS(4426), + [anon_sym_EQ] = ACTIONS(6625), + [anon_sym_LBRACE] = ACTIONS(6233), + [anon_sym_RBRACE] = ACTIONS(4428), + [anon_sym_LPAREN] = ACTIONS(4428), + [anon_sym_COMMA] = ACTIONS(4428), + [anon_sym_RPAREN] = ACTIONS(4428), + [anon_sym_LT] = ACTIONS(4426), + [anon_sym_GT] = ACTIONS(4426), + [anon_sym_where] = ACTIONS(4426), + [anon_sym_DOT] = ACTIONS(4426), + [anon_sym_SEMI] = ACTIONS(4428), + [anon_sym_get] = ACTIONS(4426), + [anon_sym_set] = ACTIONS(4426), + [anon_sym_STAR] = ACTIONS(4428), + [anon_sym_DASH_GT] = ACTIONS(4428), + [sym_label] = ACTIONS(4428), + [anon_sym_in] = ACTIONS(4426), + [anon_sym_while] = ACTIONS(4426), + [anon_sym_DOT_DOT] = ACTIONS(4428), + [anon_sym_QMARK_COLON] = ACTIONS(4428), + [anon_sym_AMP_AMP] = ACTIONS(4428), + [anon_sym_PIPE_PIPE] = ACTIONS(4428), + [anon_sym_else] = ACTIONS(4426), + [anon_sym_COLON_COLON] = ACTIONS(4428), + [anon_sym_BANG_EQ] = ACTIONS(4426), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4428), + [anon_sym_EQ_EQ] = ACTIONS(4426), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4428), + [anon_sym_LT_EQ] = ACTIONS(4428), + [anon_sym_GT_EQ] = ACTIONS(4428), + [anon_sym_BANGin] = ACTIONS(4428), + [anon_sym_is] = ACTIONS(4426), + [anon_sym_BANGis] = ACTIONS(4428), + [anon_sym_PLUS] = ACTIONS(4426), + [anon_sym_DASH] = ACTIONS(4426), + [anon_sym_SLASH] = ACTIONS(4426), + [anon_sym_PERCENT] = ACTIONS(4428), + [anon_sym_as_QMARK] = ACTIONS(4428), + [anon_sym_PLUS_PLUS] = ACTIONS(4428), + [anon_sym_DASH_DASH] = ACTIONS(4428), + [anon_sym_BANG_BANG] = ACTIONS(4428), + [anon_sym_suspend] = ACTIONS(4426), + [anon_sym_sealed] = ACTIONS(4426), + [anon_sym_annotation] = ACTIONS(4426), + [anon_sym_data] = ACTIONS(4426), + [anon_sym_inner] = ACTIONS(4426), + [anon_sym_override] = ACTIONS(4426), + [anon_sym_lateinit] = ACTIONS(4426), + [anon_sym_public] = ACTIONS(4426), + [anon_sym_private] = ACTIONS(4426), + [anon_sym_internal] = ACTIONS(4426), + [anon_sym_protected] = ACTIONS(4426), + [anon_sym_tailrec] = ACTIONS(4426), + [anon_sym_operator] = ACTIONS(4426), + [anon_sym_infix] = ACTIONS(4426), + [anon_sym_inline] = ACTIONS(4426), + [anon_sym_external] = ACTIONS(4426), + [sym_property_modifier] = ACTIONS(4426), + [anon_sym_abstract] = ACTIONS(4426), + [anon_sym_final] = ACTIONS(4426), + [anon_sym_open] = ACTIONS(4426), + [anon_sym_vararg] = ACTIONS(4426), + [anon_sym_noinline] = ACTIONS(4426), + [anon_sym_crossinline] = ACTIONS(4426), + [anon_sym_expect] = ACTIONS(4426), + [anon_sym_actual] = ACTIONS(4426), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3833), - [anon_sym_continue_AT] = ACTIONS(3833), - [anon_sym_break_AT] = ACTIONS(3833), - [sym_real_literal] = ACTIONS(3833), - [sym_integer_literal] = ACTIONS(3828), - [sym_hex_literal] = ACTIONS(3833), - [sym_bin_literal] = ACTIONS(3833), - [anon_sym_true] = ACTIONS(3828), - [anon_sym_false] = ACTIONS(3828), - [anon_sym_SQUOTE] = ACTIONS(3833), - [sym__backtick_identifier] = ACTIONS(3833), + [sym__backtick_identifier] = ACTIONS(4428), + [sym_safe_nav] = ACTIONS(4428), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3833), }, - [3797] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2327), - [sym__comparison_operator] = STATE(2323), - [sym__in_operator] = STATE(2322), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2320), - [sym__multiplicative_operator] = STATE(2319), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2317), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), - [sym__alpha_identifier] = ACTIONS(3034), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), - [anon_sym_EQ] = ACTIONS(3034), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(3036), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_RPAREN] = ACTIONS(3036), - [anon_sym_LT] = ACTIONS(3038), - [anon_sym_GT] = ACTIONS(3034), - [anon_sym_DOT] = ACTIONS(6387), - [anon_sym_SEMI] = ACTIONS(3036), - [anon_sym_get] = ACTIONS(3034), - [anon_sym_set] = ACTIONS(3034), - [anon_sym_STAR] = ACTIONS(6830), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(3034), - [anon_sym_while] = ACTIONS(3034), - [anon_sym_DOT_DOT] = ACTIONS(3036), - [anon_sym_QMARK_COLON] = ACTIONS(3036), - [anon_sym_AMP_AMP] = ACTIONS(3036), - [anon_sym_PIPE_PIPE] = ACTIONS(3036), - [anon_sym_else] = ACTIONS(3034), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_PLUS_EQ] = ACTIONS(3036), - [anon_sym_DASH_EQ] = ACTIONS(3036), - [anon_sym_STAR_EQ] = ACTIONS(3036), - [anon_sym_SLASH_EQ] = ACTIONS(3036), - [anon_sym_PERCENT_EQ] = ACTIONS(3036), - [anon_sym_BANG_EQ] = ACTIONS(3034), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3036), - [anon_sym_EQ_EQ] = ACTIONS(3034), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3036), - [anon_sym_LT_EQ] = ACTIONS(3036), - [anon_sym_GT_EQ] = ACTIONS(3036), - [anon_sym_BANGin] = ACTIONS(3036), - [anon_sym_is] = ACTIONS(3034), - [anon_sym_BANGis] = ACTIONS(3036), - [anon_sym_PLUS] = ACTIONS(3034), - [anon_sym_DASH] = ACTIONS(3034), - [anon_sym_SLASH] = ACTIONS(6830), - [anon_sym_PERCENT] = ACTIONS(6830), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), - [anon_sym_data] = ACTIONS(3034), - [anon_sym_inner] = ACTIONS(3034), - [anon_sym_expect] = ACTIONS(3034), - [anon_sym_actual] = ACTIONS(3034), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3036), - [sym_safe_nav] = ACTIONS(6403), + [3792] = { + [sym__alpha_identifier] = ACTIONS(4897), + [anon_sym_AT] = ACTIONS(4899), + [anon_sym_LBRACK] = ACTIONS(4899), + [anon_sym_as] = ACTIONS(4897), + [anon_sym_EQ] = ACTIONS(4897), + [anon_sym_LBRACE] = ACTIONS(4899), + [anon_sym_RBRACE] = ACTIONS(4899), + [anon_sym_LPAREN] = ACTIONS(4899), + [anon_sym_COMMA] = ACTIONS(4899), + [anon_sym_LT] = ACTIONS(4897), + [anon_sym_GT] = ACTIONS(4897), + [anon_sym_where] = ACTIONS(4897), + [anon_sym_DOT] = ACTIONS(4897), + [anon_sym_SEMI] = ACTIONS(4899), + [anon_sym_get] = ACTIONS(4897), + [anon_sym_set] = ACTIONS(4897), + [anon_sym_STAR] = ACTIONS(4897), + [sym_label] = ACTIONS(4899), + [anon_sym_in] = ACTIONS(4897), + [anon_sym_DOT_DOT] = ACTIONS(4899), + [anon_sym_QMARK_COLON] = ACTIONS(4899), + [anon_sym_AMP_AMP] = ACTIONS(4899), + [anon_sym_PIPE_PIPE] = ACTIONS(4899), + [anon_sym_else] = ACTIONS(4897), + [anon_sym_COLON_COLON] = ACTIONS(4899), + [anon_sym_PLUS_EQ] = ACTIONS(4899), + [anon_sym_DASH_EQ] = ACTIONS(4899), + [anon_sym_STAR_EQ] = ACTIONS(4899), + [anon_sym_SLASH_EQ] = ACTIONS(4899), + [anon_sym_PERCENT_EQ] = ACTIONS(4899), + [anon_sym_BANG_EQ] = ACTIONS(4897), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4899), + [anon_sym_EQ_EQ] = ACTIONS(4897), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4899), + [anon_sym_LT_EQ] = ACTIONS(4899), + [anon_sym_GT_EQ] = ACTIONS(4899), + [anon_sym_BANGin] = ACTIONS(4899), + [anon_sym_is] = ACTIONS(4897), + [anon_sym_BANGis] = ACTIONS(4899), + [anon_sym_PLUS] = ACTIONS(4897), + [anon_sym_DASH] = ACTIONS(4897), + [anon_sym_SLASH] = ACTIONS(4897), + [anon_sym_PERCENT] = ACTIONS(4897), + [anon_sym_as_QMARK] = ACTIONS(4899), + [anon_sym_PLUS_PLUS] = ACTIONS(4899), + [anon_sym_DASH_DASH] = ACTIONS(4899), + [anon_sym_BANG_BANG] = ACTIONS(4899), + [anon_sym_suspend] = ACTIONS(4897), + [anon_sym_sealed] = ACTIONS(4897), + [anon_sym_annotation] = ACTIONS(4897), + [anon_sym_data] = ACTIONS(4897), + [anon_sym_inner] = ACTIONS(4897), + [anon_sym_override] = ACTIONS(4897), + [anon_sym_lateinit] = ACTIONS(4897), + [anon_sym_public] = ACTIONS(4897), + [anon_sym_private] = ACTIONS(4897), + [anon_sym_internal] = ACTIONS(4897), + [anon_sym_protected] = ACTIONS(4897), + [anon_sym_tailrec] = ACTIONS(4897), + [anon_sym_operator] = ACTIONS(4897), + [anon_sym_infix] = ACTIONS(4897), + [anon_sym_inline] = ACTIONS(4897), + [anon_sym_external] = ACTIONS(4897), + [sym_property_modifier] = ACTIONS(4897), + [anon_sym_abstract] = ACTIONS(4897), + [anon_sym_final] = ACTIONS(4897), + [anon_sym_open] = ACTIONS(4897), + [anon_sym_vararg] = ACTIONS(4897), + [anon_sym_noinline] = ACTIONS(4897), + [anon_sym_crossinline] = ACTIONS(4897), + [anon_sym_expect] = ACTIONS(4897), + [anon_sym_actual] = ACTIONS(4897), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4899), + [sym__automatic_semicolon] = ACTIONS(4899), + [sym_safe_nav] = ACTIONS(4899), [sym_multiline_comment] = ACTIONS(3), }, - [3798] = { + [3793] = { + [sym__alpha_identifier] = ACTIONS(4198), + [anon_sym_AT] = ACTIONS(4200), + [anon_sym_LBRACK] = ACTIONS(4200), + [anon_sym_as] = ACTIONS(4198), + [anon_sym_EQ] = ACTIONS(4198), + [anon_sym_LBRACE] = ACTIONS(4200), + [anon_sym_RBRACE] = ACTIONS(4200), + [anon_sym_LPAREN] = ACTIONS(4200), + [anon_sym_COMMA] = ACTIONS(4200), + [anon_sym_LT] = ACTIONS(4198), + [anon_sym_GT] = ACTIONS(4198), + [anon_sym_where] = ACTIONS(4198), + [anon_sym_DOT] = ACTIONS(4198), + [anon_sym_SEMI] = ACTIONS(4200), + [anon_sym_get] = ACTIONS(4198), + [anon_sym_set] = ACTIONS(4198), + [anon_sym_STAR] = ACTIONS(4198), + [sym_label] = ACTIONS(4200), + [anon_sym_in] = ACTIONS(4198), + [anon_sym_DOT_DOT] = ACTIONS(4200), + [anon_sym_QMARK_COLON] = ACTIONS(4200), + [anon_sym_AMP_AMP] = ACTIONS(4200), + [anon_sym_PIPE_PIPE] = ACTIONS(4200), + [anon_sym_else] = ACTIONS(4198), + [anon_sym_COLON_COLON] = ACTIONS(4200), + [anon_sym_PLUS_EQ] = ACTIONS(4200), + [anon_sym_DASH_EQ] = ACTIONS(4200), + [anon_sym_STAR_EQ] = ACTIONS(4200), + [anon_sym_SLASH_EQ] = ACTIONS(4200), + [anon_sym_PERCENT_EQ] = ACTIONS(4200), + [anon_sym_BANG_EQ] = ACTIONS(4198), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4200), + [anon_sym_EQ_EQ] = ACTIONS(4198), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4200), + [anon_sym_LT_EQ] = ACTIONS(4200), + [anon_sym_GT_EQ] = ACTIONS(4200), + [anon_sym_BANGin] = ACTIONS(4200), + [anon_sym_is] = ACTIONS(4198), + [anon_sym_BANGis] = ACTIONS(4200), + [anon_sym_PLUS] = ACTIONS(4198), + [anon_sym_DASH] = ACTIONS(4198), + [anon_sym_SLASH] = ACTIONS(4198), + [anon_sym_PERCENT] = ACTIONS(4198), + [anon_sym_as_QMARK] = ACTIONS(4200), + [anon_sym_PLUS_PLUS] = ACTIONS(4200), + [anon_sym_DASH_DASH] = ACTIONS(4200), + [anon_sym_BANG_BANG] = ACTIONS(4200), + [anon_sym_suspend] = ACTIONS(4198), + [anon_sym_sealed] = ACTIONS(4198), + [anon_sym_annotation] = ACTIONS(4198), + [anon_sym_data] = ACTIONS(4198), + [anon_sym_inner] = ACTIONS(4198), + [anon_sym_override] = ACTIONS(4198), + [anon_sym_lateinit] = ACTIONS(4198), + [anon_sym_public] = ACTIONS(4198), + [anon_sym_private] = ACTIONS(4198), + [anon_sym_internal] = ACTIONS(4198), + [anon_sym_protected] = ACTIONS(4198), + [anon_sym_tailrec] = ACTIONS(4198), + [anon_sym_operator] = ACTIONS(4198), + [anon_sym_infix] = ACTIONS(4198), + [anon_sym_inline] = ACTIONS(4198), + [anon_sym_external] = ACTIONS(4198), + [sym_property_modifier] = ACTIONS(4198), + [anon_sym_abstract] = ACTIONS(4198), + [anon_sym_final] = ACTIONS(4198), + [anon_sym_open] = ACTIONS(4198), + [anon_sym_vararg] = ACTIONS(4198), + [anon_sym_noinline] = ACTIONS(4198), + [anon_sym_crossinline] = ACTIONS(4198), + [anon_sym_expect] = ACTIONS(4198), + [anon_sym_actual] = ACTIONS(4198), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4200), + [sym__automatic_semicolon] = ACTIONS(4200), + [sym_safe_nav] = ACTIONS(4200), + [sym_multiline_comment] = ACTIONS(3), + }, + [3794] = { [sym__alpha_identifier] = ACTIONS(5091), [anon_sym_AT] = ACTIONS(5093), [anon_sym_LBRACK] = ACTIONS(5093), @@ -406586,4088 +406438,1332 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_inline] = ACTIONS(5091), [anon_sym_external] = ACTIONS(5091), [sym_property_modifier] = ACTIONS(5091), - [anon_sym_abstract] = ACTIONS(5091), - [anon_sym_final] = ACTIONS(5091), - [anon_sym_open] = ACTIONS(5091), - [anon_sym_vararg] = ACTIONS(5091), - [anon_sym_noinline] = ACTIONS(5091), - [anon_sym_crossinline] = ACTIONS(5091), - [anon_sym_expect] = ACTIONS(5091), - [anon_sym_actual] = ACTIONS(5091), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5093), - [sym__automatic_semicolon] = ACTIONS(5093), - [sym_safe_nav] = ACTIONS(5093), - [sym_multiline_comment] = ACTIONS(3), - }, - [3799] = { - [sym__alpha_identifier] = ACTIONS(4742), - [anon_sym_AT] = ACTIONS(4744), - [anon_sym_LBRACK] = ACTIONS(4744), - [anon_sym_as] = ACTIONS(4742), - [anon_sym_EQ] = ACTIONS(4742), - [anon_sym_LBRACE] = ACTIONS(4744), - [anon_sym_RBRACE] = ACTIONS(4744), - [anon_sym_LPAREN] = ACTIONS(4744), - [anon_sym_COMMA] = ACTIONS(4744), - [anon_sym_LT] = ACTIONS(4742), - [anon_sym_GT] = ACTIONS(4742), - [anon_sym_where] = ACTIONS(4742), - [anon_sym_DOT] = ACTIONS(4742), - [anon_sym_SEMI] = ACTIONS(4744), - [anon_sym_get] = ACTIONS(4742), - [anon_sym_set] = ACTIONS(4742), - [anon_sym_STAR] = ACTIONS(4742), - [sym_label] = ACTIONS(4744), - [anon_sym_in] = ACTIONS(4742), - [anon_sym_DOT_DOT] = ACTIONS(4744), - [anon_sym_QMARK_COLON] = ACTIONS(4744), - [anon_sym_AMP_AMP] = ACTIONS(4744), - [anon_sym_PIPE_PIPE] = ACTIONS(4744), - [anon_sym_else] = ACTIONS(4742), - [anon_sym_COLON_COLON] = ACTIONS(4744), - [anon_sym_PLUS_EQ] = ACTIONS(4744), - [anon_sym_DASH_EQ] = ACTIONS(4744), - [anon_sym_STAR_EQ] = ACTIONS(4744), - [anon_sym_SLASH_EQ] = ACTIONS(4744), - [anon_sym_PERCENT_EQ] = ACTIONS(4744), - [anon_sym_BANG_EQ] = ACTIONS(4742), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4744), - [anon_sym_EQ_EQ] = ACTIONS(4742), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4744), - [anon_sym_LT_EQ] = ACTIONS(4744), - [anon_sym_GT_EQ] = ACTIONS(4744), - [anon_sym_BANGin] = ACTIONS(4744), - [anon_sym_is] = ACTIONS(4742), - [anon_sym_BANGis] = ACTIONS(4744), - [anon_sym_PLUS] = ACTIONS(4742), - [anon_sym_DASH] = ACTIONS(4742), - [anon_sym_SLASH] = ACTIONS(4742), - [anon_sym_PERCENT] = ACTIONS(4742), - [anon_sym_as_QMARK] = ACTIONS(4744), - [anon_sym_PLUS_PLUS] = ACTIONS(4744), - [anon_sym_DASH_DASH] = ACTIONS(4744), - [anon_sym_BANG_BANG] = ACTIONS(4744), - [anon_sym_suspend] = ACTIONS(4742), - [anon_sym_sealed] = ACTIONS(4742), - [anon_sym_annotation] = ACTIONS(4742), - [anon_sym_data] = ACTIONS(4742), - [anon_sym_inner] = ACTIONS(4742), - [anon_sym_override] = ACTIONS(4742), - [anon_sym_lateinit] = ACTIONS(4742), - [anon_sym_public] = ACTIONS(4742), - [anon_sym_private] = ACTIONS(4742), - [anon_sym_internal] = ACTIONS(4742), - [anon_sym_protected] = ACTIONS(4742), - [anon_sym_tailrec] = ACTIONS(4742), - [anon_sym_operator] = ACTIONS(4742), - [anon_sym_infix] = ACTIONS(4742), - [anon_sym_inline] = ACTIONS(4742), - [anon_sym_external] = ACTIONS(4742), - [sym_property_modifier] = ACTIONS(4742), - [anon_sym_abstract] = ACTIONS(4742), - [anon_sym_final] = ACTIONS(4742), - [anon_sym_open] = ACTIONS(4742), - [anon_sym_vararg] = ACTIONS(4742), - [anon_sym_noinline] = ACTIONS(4742), - [anon_sym_crossinline] = ACTIONS(4742), - [anon_sym_expect] = ACTIONS(4742), - [anon_sym_actual] = ACTIONS(4742), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4744), - [sym__automatic_semicolon] = ACTIONS(4744), - [sym_safe_nav] = ACTIONS(4744), - [sym_multiline_comment] = ACTIONS(3), - }, - [3800] = { - [sym__alpha_identifier] = ACTIONS(3190), - [anon_sym_AT] = ACTIONS(3194), - [anon_sym_LBRACK] = ACTIONS(3194), - [anon_sym_as] = ACTIONS(3190), - [anon_sym_EQ] = ACTIONS(3190), - [anon_sym_LBRACE] = ACTIONS(3194), - [anon_sym_RBRACE] = ACTIONS(3194), - [anon_sym_LPAREN] = ACTIONS(3194), - [anon_sym_COMMA] = ACTIONS(3194), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3190), - [anon_sym_where] = ACTIONS(3190), - [anon_sym_DOT] = ACTIONS(3190), - [anon_sym_SEMI] = ACTIONS(3194), - [anon_sym_get] = ACTIONS(3190), - [anon_sym_set] = ACTIONS(3190), - [anon_sym_STAR] = ACTIONS(3190), - [sym_label] = ACTIONS(3194), - [anon_sym_in] = ACTIONS(3190), - [anon_sym_DOT_DOT] = ACTIONS(3194), - [anon_sym_QMARK_COLON] = ACTIONS(3194), - [anon_sym_AMP_AMP] = ACTIONS(3194), - [anon_sym_PIPE_PIPE] = ACTIONS(3194), - [anon_sym_else] = ACTIONS(3190), - [anon_sym_COLON_COLON] = ACTIONS(3194), - [anon_sym_PLUS_EQ] = ACTIONS(3194), - [anon_sym_DASH_EQ] = ACTIONS(3194), - [anon_sym_STAR_EQ] = ACTIONS(3194), - [anon_sym_SLASH_EQ] = ACTIONS(3194), - [anon_sym_PERCENT_EQ] = ACTIONS(3194), - [anon_sym_BANG_EQ] = ACTIONS(3190), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3194), - [anon_sym_EQ_EQ] = ACTIONS(3190), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3194), - [anon_sym_LT_EQ] = ACTIONS(3194), - [anon_sym_GT_EQ] = ACTIONS(3194), - [anon_sym_BANGin] = ACTIONS(3194), - [anon_sym_is] = ACTIONS(3190), - [anon_sym_BANGis] = ACTIONS(3194), - [anon_sym_PLUS] = ACTIONS(3190), - [anon_sym_DASH] = ACTIONS(3190), - [anon_sym_SLASH] = ACTIONS(3190), - [anon_sym_PERCENT] = ACTIONS(3190), - [anon_sym_as_QMARK] = ACTIONS(3194), - [anon_sym_PLUS_PLUS] = ACTIONS(3194), - [anon_sym_DASH_DASH] = ACTIONS(3194), - [anon_sym_BANG_BANG] = ACTIONS(3194), - [anon_sym_suspend] = ACTIONS(3190), - [anon_sym_sealed] = ACTIONS(3190), - [anon_sym_annotation] = ACTIONS(3190), - [anon_sym_data] = ACTIONS(3190), - [anon_sym_inner] = ACTIONS(3190), - [anon_sym_override] = ACTIONS(3190), - [anon_sym_lateinit] = ACTIONS(3190), - [anon_sym_public] = ACTIONS(3190), - [anon_sym_private] = ACTIONS(3190), - [anon_sym_internal] = ACTIONS(3190), - [anon_sym_protected] = ACTIONS(3190), - [anon_sym_tailrec] = ACTIONS(3190), - [anon_sym_operator] = ACTIONS(3190), - [anon_sym_infix] = ACTIONS(3190), - [anon_sym_inline] = ACTIONS(3190), - [anon_sym_external] = ACTIONS(3190), - [sym_property_modifier] = ACTIONS(3190), - [anon_sym_abstract] = ACTIONS(3190), - [anon_sym_final] = ACTIONS(3190), - [anon_sym_open] = ACTIONS(3190), - [anon_sym_vararg] = ACTIONS(3190), - [anon_sym_noinline] = ACTIONS(3190), - [anon_sym_crossinline] = ACTIONS(3190), - [anon_sym_expect] = ACTIONS(3190), - [anon_sym_actual] = ACTIONS(3190), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3194), - [sym__automatic_semicolon] = ACTIONS(3194), - [sym_safe_nav] = ACTIONS(3194), - [sym_multiline_comment] = ACTIONS(3), - }, - [3801] = { - [sym__alpha_identifier] = ACTIONS(4867), - [anon_sym_AT] = ACTIONS(4869), - [anon_sym_LBRACK] = ACTIONS(4869), - [anon_sym_as] = ACTIONS(4867), - [anon_sym_EQ] = ACTIONS(4867), - [anon_sym_LBRACE] = ACTIONS(4869), - [anon_sym_RBRACE] = ACTIONS(4869), - [anon_sym_LPAREN] = ACTIONS(4869), - [anon_sym_COMMA] = ACTIONS(4869), - [anon_sym_LT] = ACTIONS(4867), - [anon_sym_GT] = ACTIONS(4867), - [anon_sym_where] = ACTIONS(4867), - [anon_sym_DOT] = ACTIONS(4867), - [anon_sym_SEMI] = ACTIONS(4869), - [anon_sym_get] = ACTIONS(4867), - [anon_sym_set] = ACTIONS(4867), - [anon_sym_STAR] = ACTIONS(4867), - [sym_label] = ACTIONS(4869), - [anon_sym_in] = ACTIONS(4867), - [anon_sym_DOT_DOT] = ACTIONS(4869), - [anon_sym_QMARK_COLON] = ACTIONS(4869), - [anon_sym_AMP_AMP] = ACTIONS(4869), - [anon_sym_PIPE_PIPE] = ACTIONS(4869), - [anon_sym_else] = ACTIONS(4867), - [anon_sym_COLON_COLON] = ACTIONS(4869), - [anon_sym_PLUS_EQ] = ACTIONS(4869), - [anon_sym_DASH_EQ] = ACTIONS(4869), - [anon_sym_STAR_EQ] = ACTIONS(4869), - [anon_sym_SLASH_EQ] = ACTIONS(4869), - [anon_sym_PERCENT_EQ] = ACTIONS(4869), - [anon_sym_BANG_EQ] = ACTIONS(4867), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4869), - [anon_sym_EQ_EQ] = ACTIONS(4867), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4869), - [anon_sym_LT_EQ] = ACTIONS(4869), - [anon_sym_GT_EQ] = ACTIONS(4869), - [anon_sym_BANGin] = ACTIONS(4869), - [anon_sym_is] = ACTIONS(4867), - [anon_sym_BANGis] = ACTIONS(4869), - [anon_sym_PLUS] = ACTIONS(4867), - [anon_sym_DASH] = ACTIONS(4867), - [anon_sym_SLASH] = ACTIONS(4867), - [anon_sym_PERCENT] = ACTIONS(4867), - [anon_sym_as_QMARK] = ACTIONS(4869), - [anon_sym_PLUS_PLUS] = ACTIONS(4869), - [anon_sym_DASH_DASH] = ACTIONS(4869), - [anon_sym_BANG_BANG] = ACTIONS(4869), - [anon_sym_suspend] = ACTIONS(4867), - [anon_sym_sealed] = ACTIONS(4867), - [anon_sym_annotation] = ACTIONS(4867), - [anon_sym_data] = ACTIONS(4867), - [anon_sym_inner] = ACTIONS(4867), - [anon_sym_override] = ACTIONS(4867), - [anon_sym_lateinit] = ACTIONS(4867), - [anon_sym_public] = ACTIONS(4867), - [anon_sym_private] = ACTIONS(4867), - [anon_sym_internal] = ACTIONS(4867), - [anon_sym_protected] = ACTIONS(4867), - [anon_sym_tailrec] = ACTIONS(4867), - [anon_sym_operator] = ACTIONS(4867), - [anon_sym_infix] = ACTIONS(4867), - [anon_sym_inline] = ACTIONS(4867), - [anon_sym_external] = ACTIONS(4867), - [sym_property_modifier] = ACTIONS(4867), - [anon_sym_abstract] = ACTIONS(4867), - [anon_sym_final] = ACTIONS(4867), - [anon_sym_open] = ACTIONS(4867), - [anon_sym_vararg] = ACTIONS(4867), - [anon_sym_noinline] = ACTIONS(4867), - [anon_sym_crossinline] = ACTIONS(4867), - [anon_sym_expect] = ACTIONS(4867), - [anon_sym_actual] = ACTIONS(4867), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4869), - [sym__automatic_semicolon] = ACTIONS(4869), - [sym_safe_nav] = ACTIONS(4869), - [sym_multiline_comment] = ACTIONS(3), - }, - [3802] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2327), - [sym__comparison_operator] = STATE(2323), - [sym__in_operator] = STATE(2322), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2320), - [sym__multiplicative_operator] = STATE(2319), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2317), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), - [sym__alpha_identifier] = ACTIONS(3065), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), - [anon_sym_EQ] = ACTIONS(3065), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(3067), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_RPAREN] = ACTIONS(3067), - [anon_sym_LT] = ACTIONS(3069), - [anon_sym_GT] = ACTIONS(3065), - [anon_sym_DOT] = ACTIONS(6387), - [anon_sym_SEMI] = ACTIONS(3067), - [anon_sym_get] = ACTIONS(3065), - [anon_sym_set] = ACTIONS(3065), - [anon_sym_STAR] = ACTIONS(3065), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(3065), - [anon_sym_while] = ACTIONS(3065), - [anon_sym_DOT_DOT] = ACTIONS(3067), - [anon_sym_QMARK_COLON] = ACTIONS(3067), - [anon_sym_AMP_AMP] = ACTIONS(3067), - [anon_sym_PIPE_PIPE] = ACTIONS(3067), - [anon_sym_else] = ACTIONS(3065), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_PLUS_EQ] = ACTIONS(3067), - [anon_sym_DASH_EQ] = ACTIONS(3067), - [anon_sym_STAR_EQ] = ACTIONS(3067), - [anon_sym_SLASH_EQ] = ACTIONS(3067), - [anon_sym_PERCENT_EQ] = ACTIONS(3067), - [anon_sym_BANG_EQ] = ACTIONS(3065), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3067), - [anon_sym_EQ_EQ] = ACTIONS(3065), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3067), - [anon_sym_LT_EQ] = ACTIONS(3067), - [anon_sym_GT_EQ] = ACTIONS(3067), - [anon_sym_BANGin] = ACTIONS(3067), - [anon_sym_is] = ACTIONS(3065), - [anon_sym_BANGis] = ACTIONS(3067), - [anon_sym_PLUS] = ACTIONS(3065), - [anon_sym_DASH] = ACTIONS(3065), - [anon_sym_SLASH] = ACTIONS(3065), - [anon_sym_PERCENT] = ACTIONS(3065), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), - [anon_sym_data] = ACTIONS(3065), - [anon_sym_inner] = ACTIONS(3065), - [anon_sym_expect] = ACTIONS(3065), - [anon_sym_actual] = ACTIONS(3065), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3067), - [sym_safe_nav] = ACTIONS(6403), - [sym_multiline_comment] = ACTIONS(3), - }, - [3803] = { - [sym__alpha_identifier] = ACTIONS(3204), - [anon_sym_AT] = ACTIONS(3208), - [anon_sym_LBRACK] = ACTIONS(3208), - [anon_sym_as] = ACTIONS(3204), - [anon_sym_EQ] = ACTIONS(3204), - [anon_sym_LBRACE] = ACTIONS(3208), - [anon_sym_RBRACE] = ACTIONS(3208), - [anon_sym_LPAREN] = ACTIONS(3208), - [anon_sym_COMMA] = ACTIONS(3208), - [anon_sym_LT] = ACTIONS(3204), - [anon_sym_GT] = ACTIONS(3204), - [anon_sym_where] = ACTIONS(3204), - [anon_sym_DOT] = ACTIONS(3204), - [anon_sym_SEMI] = ACTIONS(3208), - [anon_sym_get] = ACTIONS(3204), - [anon_sym_set] = ACTIONS(3204), - [anon_sym_STAR] = ACTIONS(3204), - [sym_label] = ACTIONS(3208), - [anon_sym_in] = ACTIONS(3204), - [anon_sym_DOT_DOT] = ACTIONS(3208), - [anon_sym_QMARK_COLON] = ACTIONS(3208), - [anon_sym_AMP_AMP] = ACTIONS(3208), - [anon_sym_PIPE_PIPE] = ACTIONS(3208), - [anon_sym_else] = ACTIONS(3204), - [anon_sym_COLON_COLON] = ACTIONS(3208), - [anon_sym_PLUS_EQ] = ACTIONS(3208), - [anon_sym_DASH_EQ] = ACTIONS(3208), - [anon_sym_STAR_EQ] = ACTIONS(3208), - [anon_sym_SLASH_EQ] = ACTIONS(3208), - [anon_sym_PERCENT_EQ] = ACTIONS(3208), - [anon_sym_BANG_EQ] = ACTIONS(3204), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3208), - [anon_sym_EQ_EQ] = ACTIONS(3204), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3208), - [anon_sym_LT_EQ] = ACTIONS(3208), - [anon_sym_GT_EQ] = ACTIONS(3208), - [anon_sym_BANGin] = ACTIONS(3208), - [anon_sym_is] = ACTIONS(3204), - [anon_sym_BANGis] = ACTIONS(3208), - [anon_sym_PLUS] = ACTIONS(3204), - [anon_sym_DASH] = ACTIONS(3204), - [anon_sym_SLASH] = ACTIONS(3204), - [anon_sym_PERCENT] = ACTIONS(3204), - [anon_sym_as_QMARK] = ACTIONS(3208), - [anon_sym_PLUS_PLUS] = ACTIONS(3208), - [anon_sym_DASH_DASH] = ACTIONS(3208), - [anon_sym_BANG_BANG] = ACTIONS(3208), - [anon_sym_suspend] = ACTIONS(3204), - [anon_sym_sealed] = ACTIONS(3204), - [anon_sym_annotation] = ACTIONS(3204), - [anon_sym_data] = ACTIONS(3204), - [anon_sym_inner] = ACTIONS(3204), - [anon_sym_override] = ACTIONS(3204), - [anon_sym_lateinit] = ACTIONS(3204), - [anon_sym_public] = ACTIONS(3204), - [anon_sym_private] = ACTIONS(3204), - [anon_sym_internal] = ACTIONS(3204), - [anon_sym_protected] = ACTIONS(3204), - [anon_sym_tailrec] = ACTIONS(3204), - [anon_sym_operator] = ACTIONS(3204), - [anon_sym_infix] = ACTIONS(3204), - [anon_sym_inline] = ACTIONS(3204), - [anon_sym_external] = ACTIONS(3204), - [sym_property_modifier] = ACTIONS(3204), - [anon_sym_abstract] = ACTIONS(3204), - [anon_sym_final] = ACTIONS(3204), - [anon_sym_open] = ACTIONS(3204), - [anon_sym_vararg] = ACTIONS(3204), - [anon_sym_noinline] = ACTIONS(3204), - [anon_sym_crossinline] = ACTIONS(3204), - [anon_sym_expect] = ACTIONS(3204), - [anon_sym_actual] = ACTIONS(3204), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3208), - [sym__automatic_semicolon] = ACTIONS(3208), - [sym_safe_nav] = ACTIONS(3208), - [sym_multiline_comment] = ACTIONS(3), - }, - [3804] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2327), - [sym__comparison_operator] = STATE(2323), - [sym__in_operator] = STATE(2322), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2320), - [sym__multiplicative_operator] = STATE(2319), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2317), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), - [sym__alpha_identifier] = ACTIONS(3076), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), - [anon_sym_EQ] = ACTIONS(3076), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(3078), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_RPAREN] = ACTIONS(3078), - [anon_sym_LT] = ACTIONS(3080), - [anon_sym_GT] = ACTIONS(3076), - [anon_sym_DOT] = ACTIONS(6387), - [anon_sym_SEMI] = ACTIONS(3078), - [anon_sym_get] = ACTIONS(3076), - [anon_sym_set] = ACTIONS(3076), - [anon_sym_STAR] = ACTIONS(6830), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(3076), - [anon_sym_while] = ACTIONS(3076), - [anon_sym_DOT_DOT] = ACTIONS(6834), - [anon_sym_QMARK_COLON] = ACTIONS(3078), - [anon_sym_AMP_AMP] = ACTIONS(3078), - [anon_sym_PIPE_PIPE] = ACTIONS(3078), - [anon_sym_else] = ACTIONS(3076), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_PLUS_EQ] = ACTIONS(3078), - [anon_sym_DASH_EQ] = ACTIONS(3078), - [anon_sym_STAR_EQ] = ACTIONS(3078), - [anon_sym_SLASH_EQ] = ACTIONS(3078), - [anon_sym_PERCENT_EQ] = ACTIONS(3078), - [anon_sym_BANG_EQ] = ACTIONS(3076), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3078), - [anon_sym_EQ_EQ] = ACTIONS(3076), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3078), - [anon_sym_LT_EQ] = ACTIONS(3078), - [anon_sym_GT_EQ] = ACTIONS(3078), - [anon_sym_BANGin] = ACTIONS(3078), - [anon_sym_is] = ACTIONS(3076), - [anon_sym_BANGis] = ACTIONS(3078), - [anon_sym_PLUS] = ACTIONS(6846), - [anon_sym_DASH] = ACTIONS(6846), - [anon_sym_SLASH] = ACTIONS(6830), - [anon_sym_PERCENT] = ACTIONS(6830), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), - [anon_sym_data] = ACTIONS(3076), - [anon_sym_inner] = ACTIONS(3076), - [anon_sym_expect] = ACTIONS(3076), - [anon_sym_actual] = ACTIONS(3076), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3078), - [sym_safe_nav] = ACTIONS(6403), - [sym_multiline_comment] = ACTIONS(3), - }, - [3805] = { - [sym__alpha_identifier] = ACTIONS(4406), - [anon_sym_AT] = ACTIONS(4408), - [anon_sym_LBRACK] = ACTIONS(4408), - [anon_sym_as] = ACTIONS(4777), - [anon_sym_EQ] = ACTIONS(4777), - [anon_sym_LBRACE] = ACTIONS(4408), - [anon_sym_RBRACE] = ACTIONS(4408), - [anon_sym_LPAREN] = ACTIONS(4408), - [anon_sym_LT] = ACTIONS(4777), - [anon_sym_GT] = ACTIONS(4777), - [anon_sym_object] = ACTIONS(4406), - [anon_sym_fun] = ACTIONS(4406), - [anon_sym_DOT] = ACTIONS(4777), - [anon_sym_get] = ACTIONS(4406), - [anon_sym_set] = ACTIONS(4406), - [anon_sym_this] = ACTIONS(4406), - [anon_sym_super] = ACTIONS(4406), - [anon_sym_STAR] = ACTIONS(4406), - [sym_label] = ACTIONS(4406), - [anon_sym_in] = ACTIONS(4406), - [anon_sym_DOT_DOT] = ACTIONS(4779), - [anon_sym_QMARK_COLON] = ACTIONS(4779), - [anon_sym_AMP_AMP] = ACTIONS(4779), - [anon_sym_PIPE_PIPE] = ACTIONS(4779), - [anon_sym_null] = ACTIONS(4406), - [anon_sym_if] = ACTIONS(4406), - [anon_sym_else] = ACTIONS(4406), - [anon_sym_when] = ACTIONS(4406), - [anon_sym_try] = ACTIONS(4406), - [anon_sym_throw] = ACTIONS(4406), - [anon_sym_return] = ACTIONS(4406), - [anon_sym_continue] = ACTIONS(4406), - [anon_sym_break] = ACTIONS(4406), - [anon_sym_COLON_COLON] = ACTIONS(4408), - [anon_sym_PLUS_EQ] = ACTIONS(4779), - [anon_sym_DASH_EQ] = ACTIONS(4779), - [anon_sym_STAR_EQ] = ACTIONS(4779), - [anon_sym_SLASH_EQ] = ACTIONS(4779), - [anon_sym_PERCENT_EQ] = ACTIONS(4779), - [anon_sym_BANG_EQ] = ACTIONS(4777), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4779), - [anon_sym_EQ_EQ] = ACTIONS(4777), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4779), - [anon_sym_LT_EQ] = ACTIONS(4779), - [anon_sym_GT_EQ] = ACTIONS(4779), - [anon_sym_BANGin] = ACTIONS(4408), - [anon_sym_is] = ACTIONS(4406), - [anon_sym_BANGis] = ACTIONS(4408), - [anon_sym_PLUS] = ACTIONS(4406), - [anon_sym_DASH] = ACTIONS(4406), - [anon_sym_SLASH] = ACTIONS(4777), - [anon_sym_PERCENT] = ACTIONS(4777), - [anon_sym_as_QMARK] = ACTIONS(4779), - [anon_sym_PLUS_PLUS] = ACTIONS(4408), - [anon_sym_DASH_DASH] = ACTIONS(4408), - [anon_sym_BANG] = ACTIONS(4406), - [anon_sym_BANG_BANG] = ACTIONS(4779), - [anon_sym_data] = ACTIONS(4406), - [anon_sym_inner] = ACTIONS(4406), - [anon_sym_expect] = ACTIONS(4406), - [anon_sym_actual] = ACTIONS(4406), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4408), - [anon_sym_continue_AT] = ACTIONS(4408), - [anon_sym_break_AT] = ACTIONS(4408), - [sym_real_literal] = ACTIONS(4408), - [sym_integer_literal] = ACTIONS(4406), - [sym_hex_literal] = ACTIONS(4408), - [sym_bin_literal] = ACTIONS(4408), - [anon_sym_true] = ACTIONS(4406), - [anon_sym_false] = ACTIONS(4406), - [anon_sym_SQUOTE] = ACTIONS(4408), - [sym__backtick_identifier] = ACTIONS(4408), - [sym__automatic_semicolon] = ACTIONS(4408), - [sym_safe_nav] = ACTIONS(4779), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4408), - }, - [3806] = { - [sym__alpha_identifier] = ACTIONS(4714), - [anon_sym_AT] = ACTIONS(4716), - [anon_sym_LBRACK] = ACTIONS(4716), - [anon_sym_as] = ACTIONS(4714), - [anon_sym_EQ] = ACTIONS(4714), - [anon_sym_LBRACE] = ACTIONS(4716), - [anon_sym_RBRACE] = ACTIONS(4716), - [anon_sym_LPAREN] = ACTIONS(4716), - [anon_sym_COMMA] = ACTIONS(4716), - [anon_sym_LT] = ACTIONS(4714), - [anon_sym_GT] = ACTIONS(4714), - [anon_sym_where] = ACTIONS(4714), - [anon_sym_DOT] = ACTIONS(4714), - [anon_sym_SEMI] = ACTIONS(4716), - [anon_sym_get] = ACTIONS(4714), - [anon_sym_set] = ACTIONS(4714), - [anon_sym_STAR] = ACTIONS(4714), - [sym_label] = ACTIONS(4716), - [anon_sym_in] = ACTIONS(4714), - [anon_sym_DOT_DOT] = ACTIONS(4716), - [anon_sym_QMARK_COLON] = ACTIONS(4716), - [anon_sym_AMP_AMP] = ACTIONS(4716), - [anon_sym_PIPE_PIPE] = ACTIONS(4716), - [anon_sym_else] = ACTIONS(4714), - [anon_sym_COLON_COLON] = ACTIONS(4716), - [anon_sym_PLUS_EQ] = ACTIONS(4716), - [anon_sym_DASH_EQ] = ACTIONS(4716), - [anon_sym_STAR_EQ] = ACTIONS(4716), - [anon_sym_SLASH_EQ] = ACTIONS(4716), - [anon_sym_PERCENT_EQ] = ACTIONS(4716), - [anon_sym_BANG_EQ] = ACTIONS(4714), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4716), - [anon_sym_EQ_EQ] = ACTIONS(4714), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4716), - [anon_sym_LT_EQ] = ACTIONS(4716), - [anon_sym_GT_EQ] = ACTIONS(4716), - [anon_sym_BANGin] = ACTIONS(4716), - [anon_sym_is] = ACTIONS(4714), - [anon_sym_BANGis] = ACTIONS(4716), - [anon_sym_PLUS] = ACTIONS(4714), - [anon_sym_DASH] = ACTIONS(4714), - [anon_sym_SLASH] = ACTIONS(4714), - [anon_sym_PERCENT] = ACTIONS(4714), - [anon_sym_as_QMARK] = ACTIONS(4716), - [anon_sym_PLUS_PLUS] = ACTIONS(4716), - [anon_sym_DASH_DASH] = ACTIONS(4716), - [anon_sym_BANG_BANG] = ACTIONS(4716), - [anon_sym_suspend] = ACTIONS(4714), - [anon_sym_sealed] = ACTIONS(4714), - [anon_sym_annotation] = ACTIONS(4714), - [anon_sym_data] = ACTIONS(4714), - [anon_sym_inner] = ACTIONS(4714), - [anon_sym_override] = ACTIONS(4714), - [anon_sym_lateinit] = ACTIONS(4714), - [anon_sym_public] = ACTIONS(4714), - [anon_sym_private] = ACTIONS(4714), - [anon_sym_internal] = ACTIONS(4714), - [anon_sym_protected] = ACTIONS(4714), - [anon_sym_tailrec] = ACTIONS(4714), - [anon_sym_operator] = ACTIONS(4714), - [anon_sym_infix] = ACTIONS(4714), - [anon_sym_inline] = ACTIONS(4714), - [anon_sym_external] = ACTIONS(4714), - [sym_property_modifier] = ACTIONS(4714), - [anon_sym_abstract] = ACTIONS(4714), - [anon_sym_final] = ACTIONS(4714), - [anon_sym_open] = ACTIONS(4714), - [anon_sym_vararg] = ACTIONS(4714), - [anon_sym_noinline] = ACTIONS(4714), - [anon_sym_crossinline] = ACTIONS(4714), - [anon_sym_expect] = ACTIONS(4714), - [anon_sym_actual] = ACTIONS(4714), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4716), - [sym__automatic_semicolon] = ACTIONS(4716), - [sym_safe_nav] = ACTIONS(4716), - [sym_multiline_comment] = ACTIONS(3), - }, - [3807] = { - [sym_function_body] = STATE(3759), - [sym__block] = STATE(3725), - [sym__alpha_identifier] = ACTIONS(4083), - [anon_sym_AT] = ACTIONS(4085), - [anon_sym_LBRACK] = ACTIONS(4085), - [anon_sym_as] = ACTIONS(4083), - [anon_sym_EQ] = ACTIONS(6566), - [anon_sym_LBRACE] = ACTIONS(6434), - [anon_sym_RBRACE] = ACTIONS(4085), - [anon_sym_LPAREN] = ACTIONS(4085), - [anon_sym_LT] = ACTIONS(4083), - [anon_sym_GT] = ACTIONS(4083), - [anon_sym_DOT] = ACTIONS(4083), - [anon_sym_SEMI] = ACTIONS(4085), - [anon_sym_get] = ACTIONS(4083), - [anon_sym_set] = ACTIONS(4083), - [anon_sym_STAR] = ACTIONS(4083), - [sym_label] = ACTIONS(4085), - [anon_sym_in] = ACTIONS(4083), - [anon_sym_DOT_DOT] = ACTIONS(4085), - [anon_sym_QMARK_COLON] = ACTIONS(4085), - [anon_sym_AMP_AMP] = ACTIONS(4085), - [anon_sym_PIPE_PIPE] = ACTIONS(4085), - [anon_sym_else] = ACTIONS(4083), - [anon_sym_COLON_COLON] = ACTIONS(4085), - [anon_sym_PLUS_EQ] = ACTIONS(4085), - [anon_sym_DASH_EQ] = ACTIONS(4085), - [anon_sym_STAR_EQ] = ACTIONS(4085), - [anon_sym_SLASH_EQ] = ACTIONS(4085), - [anon_sym_PERCENT_EQ] = ACTIONS(4085), - [anon_sym_BANG_EQ] = ACTIONS(4083), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4085), - [anon_sym_EQ_EQ] = ACTIONS(4083), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4085), - [anon_sym_LT_EQ] = ACTIONS(4085), - [anon_sym_GT_EQ] = ACTIONS(4085), - [anon_sym_BANGin] = ACTIONS(4085), - [anon_sym_is] = ACTIONS(4083), - [anon_sym_BANGis] = ACTIONS(4085), - [anon_sym_PLUS] = ACTIONS(4083), - [anon_sym_DASH] = ACTIONS(4083), - [anon_sym_SLASH] = ACTIONS(4083), - [anon_sym_PERCENT] = ACTIONS(4083), - [anon_sym_as_QMARK] = ACTIONS(4085), - [anon_sym_PLUS_PLUS] = ACTIONS(4085), - [anon_sym_DASH_DASH] = ACTIONS(4085), - [anon_sym_BANG_BANG] = ACTIONS(4085), - [anon_sym_suspend] = ACTIONS(4083), - [anon_sym_sealed] = ACTIONS(4083), - [anon_sym_annotation] = ACTIONS(4083), - [anon_sym_data] = ACTIONS(4083), - [anon_sym_inner] = ACTIONS(4083), - [anon_sym_override] = ACTIONS(4083), - [anon_sym_lateinit] = ACTIONS(4083), - [anon_sym_public] = ACTIONS(4083), - [anon_sym_private] = ACTIONS(4083), - [anon_sym_internal] = ACTIONS(4083), - [anon_sym_protected] = ACTIONS(4083), - [anon_sym_tailrec] = ACTIONS(4083), - [anon_sym_operator] = ACTIONS(4083), - [anon_sym_infix] = ACTIONS(4083), - [anon_sym_inline] = ACTIONS(4083), - [anon_sym_external] = ACTIONS(4083), - [sym_property_modifier] = ACTIONS(4083), - [anon_sym_abstract] = ACTIONS(4083), - [anon_sym_final] = ACTIONS(4083), - [anon_sym_open] = ACTIONS(4083), - [anon_sym_vararg] = ACTIONS(4083), - [anon_sym_noinline] = ACTIONS(4083), - [anon_sym_crossinline] = ACTIONS(4083), - [anon_sym_expect] = ACTIONS(4083), - [anon_sym_actual] = ACTIONS(4083), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4085), - [sym__automatic_semicolon] = ACTIONS(4085), - [sym_safe_nav] = ACTIONS(4085), - [sym_multiline_comment] = ACTIONS(3), - }, - [3808] = { - [sym_function_body] = STATE(3815), - [sym__block] = STATE(3725), - [sym__alpha_identifier] = ACTIONS(4089), - [anon_sym_AT] = ACTIONS(4091), - [anon_sym_LBRACK] = ACTIONS(4091), - [anon_sym_as] = ACTIONS(4089), - [anon_sym_EQ] = ACTIONS(6566), - [anon_sym_LBRACE] = ACTIONS(6434), - [anon_sym_RBRACE] = ACTIONS(4091), - [anon_sym_LPAREN] = ACTIONS(4091), - [anon_sym_LT] = ACTIONS(4089), - [anon_sym_GT] = ACTIONS(4089), - [anon_sym_DOT] = ACTIONS(4089), - [anon_sym_SEMI] = ACTIONS(4091), - [anon_sym_get] = ACTIONS(4089), - [anon_sym_set] = ACTIONS(4089), - [anon_sym_STAR] = ACTIONS(4089), - [sym_label] = ACTIONS(4091), - [anon_sym_in] = ACTIONS(4089), - [anon_sym_DOT_DOT] = ACTIONS(4091), - [anon_sym_QMARK_COLON] = ACTIONS(4091), - [anon_sym_AMP_AMP] = ACTIONS(4091), - [anon_sym_PIPE_PIPE] = ACTIONS(4091), - [anon_sym_else] = ACTIONS(4089), - [anon_sym_COLON_COLON] = ACTIONS(4091), - [anon_sym_PLUS_EQ] = ACTIONS(4091), - [anon_sym_DASH_EQ] = ACTIONS(4091), - [anon_sym_STAR_EQ] = ACTIONS(4091), - [anon_sym_SLASH_EQ] = ACTIONS(4091), - [anon_sym_PERCENT_EQ] = ACTIONS(4091), - [anon_sym_BANG_EQ] = ACTIONS(4089), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4091), - [anon_sym_EQ_EQ] = ACTIONS(4089), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4091), - [anon_sym_LT_EQ] = ACTIONS(4091), - [anon_sym_GT_EQ] = ACTIONS(4091), - [anon_sym_BANGin] = ACTIONS(4091), - [anon_sym_is] = ACTIONS(4089), - [anon_sym_BANGis] = ACTIONS(4091), - [anon_sym_PLUS] = ACTIONS(4089), - [anon_sym_DASH] = ACTIONS(4089), - [anon_sym_SLASH] = ACTIONS(4089), - [anon_sym_PERCENT] = ACTIONS(4089), - [anon_sym_as_QMARK] = ACTIONS(4091), - [anon_sym_PLUS_PLUS] = ACTIONS(4091), - [anon_sym_DASH_DASH] = ACTIONS(4091), - [anon_sym_BANG_BANG] = ACTIONS(4091), - [anon_sym_suspend] = ACTIONS(4089), - [anon_sym_sealed] = ACTIONS(4089), - [anon_sym_annotation] = ACTIONS(4089), - [anon_sym_data] = ACTIONS(4089), - [anon_sym_inner] = ACTIONS(4089), - [anon_sym_override] = ACTIONS(4089), - [anon_sym_lateinit] = ACTIONS(4089), - [anon_sym_public] = ACTIONS(4089), - [anon_sym_private] = ACTIONS(4089), - [anon_sym_internal] = ACTIONS(4089), - [anon_sym_protected] = ACTIONS(4089), - [anon_sym_tailrec] = ACTIONS(4089), - [anon_sym_operator] = ACTIONS(4089), - [anon_sym_infix] = ACTIONS(4089), - [anon_sym_inline] = ACTIONS(4089), - [anon_sym_external] = ACTIONS(4089), - [sym_property_modifier] = ACTIONS(4089), - [anon_sym_abstract] = ACTIONS(4089), - [anon_sym_final] = ACTIONS(4089), - [anon_sym_open] = ACTIONS(4089), - [anon_sym_vararg] = ACTIONS(4089), - [anon_sym_noinline] = ACTIONS(4089), - [anon_sym_crossinline] = ACTIONS(4089), - [anon_sym_expect] = ACTIONS(4089), - [anon_sym_actual] = ACTIONS(4089), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4091), - [sym__automatic_semicolon] = ACTIONS(4091), - [sym_safe_nav] = ACTIONS(4091), - [sym_multiline_comment] = ACTIONS(3), - }, - [3809] = { - [sym__alpha_identifier] = ACTIONS(4943), - [anon_sym_AT] = ACTIONS(4945), - [anon_sym_LBRACK] = ACTIONS(4945), - [anon_sym_as] = ACTIONS(4943), - [anon_sym_EQ] = ACTIONS(4943), - [anon_sym_LBRACE] = ACTIONS(4945), - [anon_sym_RBRACE] = ACTIONS(4945), - [anon_sym_LPAREN] = ACTIONS(4945), - [anon_sym_COMMA] = ACTIONS(4945), - [anon_sym_LT] = ACTIONS(4943), - [anon_sym_GT] = ACTIONS(4943), - [anon_sym_where] = ACTIONS(4943), - [anon_sym_DOT] = ACTIONS(4943), - [anon_sym_SEMI] = ACTIONS(4945), - [anon_sym_get] = ACTIONS(4943), - [anon_sym_set] = ACTIONS(4943), - [anon_sym_STAR] = ACTIONS(4943), - [sym_label] = ACTIONS(4945), - [anon_sym_in] = ACTIONS(4943), - [anon_sym_DOT_DOT] = ACTIONS(4945), - [anon_sym_QMARK_COLON] = ACTIONS(4945), - [anon_sym_AMP_AMP] = ACTIONS(4945), - [anon_sym_PIPE_PIPE] = ACTIONS(4945), - [anon_sym_else] = ACTIONS(4943), - [anon_sym_COLON_COLON] = ACTIONS(4945), - [anon_sym_PLUS_EQ] = ACTIONS(4945), - [anon_sym_DASH_EQ] = ACTIONS(4945), - [anon_sym_STAR_EQ] = ACTIONS(4945), - [anon_sym_SLASH_EQ] = ACTIONS(4945), - [anon_sym_PERCENT_EQ] = ACTIONS(4945), - [anon_sym_BANG_EQ] = ACTIONS(4943), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4945), - [anon_sym_EQ_EQ] = ACTIONS(4943), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4945), - [anon_sym_LT_EQ] = ACTIONS(4945), - [anon_sym_GT_EQ] = ACTIONS(4945), - [anon_sym_BANGin] = ACTIONS(4945), - [anon_sym_is] = ACTIONS(4943), - [anon_sym_BANGis] = ACTIONS(4945), - [anon_sym_PLUS] = ACTIONS(4943), - [anon_sym_DASH] = ACTIONS(4943), - [anon_sym_SLASH] = ACTIONS(4943), - [anon_sym_PERCENT] = ACTIONS(4943), - [anon_sym_as_QMARK] = ACTIONS(4945), - [anon_sym_PLUS_PLUS] = ACTIONS(4945), - [anon_sym_DASH_DASH] = ACTIONS(4945), - [anon_sym_BANG_BANG] = ACTIONS(4945), - [anon_sym_suspend] = ACTIONS(4943), - [anon_sym_sealed] = ACTIONS(4943), - [anon_sym_annotation] = ACTIONS(4943), - [anon_sym_data] = ACTIONS(4943), - [anon_sym_inner] = ACTIONS(4943), - [anon_sym_override] = ACTIONS(4943), - [anon_sym_lateinit] = ACTIONS(4943), - [anon_sym_public] = ACTIONS(4943), - [anon_sym_private] = ACTIONS(4943), - [anon_sym_internal] = ACTIONS(4943), - [anon_sym_protected] = ACTIONS(4943), - [anon_sym_tailrec] = ACTIONS(4943), - [anon_sym_operator] = ACTIONS(4943), - [anon_sym_infix] = ACTIONS(4943), - [anon_sym_inline] = ACTIONS(4943), - [anon_sym_external] = ACTIONS(4943), - [sym_property_modifier] = ACTIONS(4943), - [anon_sym_abstract] = ACTIONS(4943), - [anon_sym_final] = ACTIONS(4943), - [anon_sym_open] = ACTIONS(4943), - [anon_sym_vararg] = ACTIONS(4943), - [anon_sym_noinline] = ACTIONS(4943), - [anon_sym_crossinline] = ACTIONS(4943), - [anon_sym_expect] = ACTIONS(4943), - [anon_sym_actual] = ACTIONS(4943), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4945), - [sym__automatic_semicolon] = ACTIONS(4945), - [sym_safe_nav] = ACTIONS(4945), - [sym_multiline_comment] = ACTIONS(3), - }, - [3810] = { - [sym__alpha_identifier] = ACTIONS(1776), - [anon_sym_AT] = ACTIONS(1778), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_as] = ACTIONS(1776), - [anon_sym_EQ] = ACTIONS(1776), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_COMMA] = ACTIONS(1778), - [anon_sym_LT] = ACTIONS(1776), - [anon_sym_GT] = ACTIONS(1776), - [anon_sym_where] = ACTIONS(1776), - [anon_sym_DOT] = ACTIONS(1776), - [anon_sym_SEMI] = ACTIONS(1778), - [anon_sym_get] = ACTIONS(1776), - [anon_sym_set] = ACTIONS(1776), - [anon_sym_STAR] = ACTIONS(1776), - [sym_label] = ACTIONS(1778), - [anon_sym_in] = ACTIONS(1776), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_QMARK_COLON] = ACTIONS(1778), - [anon_sym_AMP_AMP] = ACTIONS(1778), - [anon_sym_PIPE_PIPE] = ACTIONS(1778), - [anon_sym_else] = ACTIONS(1776), - [anon_sym_COLON_COLON] = ACTIONS(1778), - [anon_sym_PLUS_EQ] = ACTIONS(1778), - [anon_sym_DASH_EQ] = ACTIONS(1778), - [anon_sym_STAR_EQ] = ACTIONS(1778), - [anon_sym_SLASH_EQ] = ACTIONS(1778), - [anon_sym_PERCENT_EQ] = ACTIONS(1778), - [anon_sym_BANG_EQ] = ACTIONS(1776), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1778), - [anon_sym_EQ_EQ] = ACTIONS(1776), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1778), - [anon_sym_LT_EQ] = ACTIONS(1778), - [anon_sym_GT_EQ] = ACTIONS(1778), - [anon_sym_BANGin] = ACTIONS(1778), - [anon_sym_is] = ACTIONS(1776), - [anon_sym_BANGis] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1776), - [anon_sym_SLASH] = ACTIONS(1776), - [anon_sym_PERCENT] = ACTIONS(1776), - [anon_sym_as_QMARK] = ACTIONS(1778), - [anon_sym_PLUS_PLUS] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1778), - [anon_sym_BANG_BANG] = ACTIONS(1778), - [anon_sym_suspend] = ACTIONS(1776), - [anon_sym_sealed] = ACTIONS(1776), - [anon_sym_annotation] = ACTIONS(1776), - [anon_sym_data] = ACTIONS(1776), - [anon_sym_inner] = ACTIONS(1776), - [anon_sym_override] = ACTIONS(1776), - [anon_sym_lateinit] = ACTIONS(1776), - [anon_sym_public] = ACTIONS(1776), - [anon_sym_private] = ACTIONS(1776), - [anon_sym_internal] = ACTIONS(1776), - [anon_sym_protected] = ACTIONS(1776), - [anon_sym_tailrec] = ACTIONS(1776), - [anon_sym_operator] = ACTIONS(1776), - [anon_sym_infix] = ACTIONS(1776), - [anon_sym_inline] = ACTIONS(1776), - [anon_sym_external] = ACTIONS(1776), - [sym_property_modifier] = ACTIONS(1776), - [anon_sym_abstract] = ACTIONS(1776), - [anon_sym_final] = ACTIONS(1776), - [anon_sym_open] = ACTIONS(1776), - [anon_sym_vararg] = ACTIONS(1776), - [anon_sym_noinline] = ACTIONS(1776), - [anon_sym_crossinline] = ACTIONS(1776), - [anon_sym_expect] = ACTIONS(1776), - [anon_sym_actual] = ACTIONS(1776), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1778), - [sym__automatic_semicolon] = ACTIONS(1778), - [sym_safe_nav] = ACTIONS(1778), - [sym_multiline_comment] = ACTIONS(3), - }, - [3811] = { - [sym__alpha_identifier] = ACTIONS(4233), - [anon_sym_AT] = ACTIONS(4236), - [anon_sym_LBRACK] = ACTIONS(4236), - [anon_sym_RBRACK] = ACTIONS(4239), - [anon_sym_as] = ACTIONS(4241), - [anon_sym_LBRACE] = ACTIONS(4236), - [anon_sym_RBRACE] = ACTIONS(4239), - [anon_sym_LPAREN] = ACTIONS(6892), - [anon_sym_COMMA] = ACTIONS(4239), - [anon_sym_RPAREN] = ACTIONS(4239), - [anon_sym_LT] = ACTIONS(4241), - [anon_sym_GT] = ACTIONS(4241), - [anon_sym_where] = ACTIONS(4241), - [anon_sym_object] = ACTIONS(3828), - [anon_sym_fun] = ACTIONS(3828), - [anon_sym_DOT] = ACTIONS(4241), - [anon_sym_SEMI] = ACTIONS(4239), - [anon_sym_get] = ACTIONS(4233), - [anon_sym_set] = ACTIONS(4233), - [anon_sym_this] = ACTIONS(3828), - [anon_sym_super] = ACTIONS(3828), - [anon_sym_STAR] = ACTIONS(4236), - [anon_sym_DASH_GT] = ACTIONS(4239), - [sym_label] = ACTIONS(4233), - [anon_sym_in] = ACTIONS(4241), - [anon_sym_while] = ACTIONS(4241), - [anon_sym_DOT_DOT] = ACTIONS(4239), - [anon_sym_QMARK_COLON] = ACTIONS(4239), - [anon_sym_AMP_AMP] = ACTIONS(4239), - [anon_sym_PIPE_PIPE] = ACTIONS(4239), - [anon_sym_null] = ACTIONS(3828), - [anon_sym_if] = ACTIONS(3828), - [anon_sym_else] = ACTIONS(4241), - [anon_sym_when] = ACTIONS(3828), - [anon_sym_try] = ACTIONS(3828), - [anon_sym_throw] = ACTIONS(3828), - [anon_sym_return] = ACTIONS(3828), - [anon_sym_continue] = ACTIONS(3828), - [anon_sym_break] = ACTIONS(3828), - [anon_sym_COLON_COLON] = ACTIONS(4236), - [anon_sym_BANG_EQ] = ACTIONS(4241), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4239), - [anon_sym_EQ_EQ] = ACTIONS(4241), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4239), - [anon_sym_LT_EQ] = ACTIONS(4239), - [anon_sym_GT_EQ] = ACTIONS(4239), - [anon_sym_BANGin] = ACTIONS(4239), - [anon_sym_is] = ACTIONS(4241), - [anon_sym_BANGis] = ACTIONS(4239), - [anon_sym_PLUS] = ACTIONS(4233), - [anon_sym_DASH] = ACTIONS(4233), - [anon_sym_SLASH] = ACTIONS(4241), - [anon_sym_PERCENT] = ACTIONS(4239), - [anon_sym_as_QMARK] = ACTIONS(4239), - [anon_sym_PLUS_PLUS] = ACTIONS(4236), - [anon_sym_DASH_DASH] = ACTIONS(4236), - [anon_sym_BANG] = ACTIONS(3828), - [anon_sym_BANG_BANG] = ACTIONS(4239), - [anon_sym_data] = ACTIONS(4233), - [anon_sym_inner] = ACTIONS(4233), - [anon_sym_expect] = ACTIONS(4233), - [anon_sym_actual] = ACTIONS(4233), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3833), - [anon_sym_continue_AT] = ACTIONS(3833), - [anon_sym_break_AT] = ACTIONS(3833), - [sym_real_literal] = ACTIONS(3833), - [sym_integer_literal] = ACTIONS(3828), - [sym_hex_literal] = ACTIONS(3833), - [sym_bin_literal] = ACTIONS(3833), - [anon_sym_true] = ACTIONS(3828), - [anon_sym_false] = ACTIONS(3828), - [anon_sym_SQUOTE] = ACTIONS(3833), - [sym__backtick_identifier] = ACTIONS(4236), - [sym_safe_nav] = ACTIONS(4239), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3833), - }, - [3812] = { - [sym__alpha_identifier] = ACTIONS(1752), - [anon_sym_AT] = ACTIONS(1754), - [anon_sym_LBRACK] = ACTIONS(1754), - [anon_sym_as] = ACTIONS(1752), - [anon_sym_EQ] = ACTIONS(1752), - [anon_sym_LBRACE] = ACTIONS(1754), - [anon_sym_RBRACE] = ACTIONS(1754), - [anon_sym_LPAREN] = ACTIONS(1754), - [anon_sym_COMMA] = ACTIONS(1754), - [anon_sym_LT] = ACTIONS(1752), - [anon_sym_GT] = ACTIONS(1752), - [anon_sym_where] = ACTIONS(1752), - [anon_sym_DOT] = ACTIONS(1752), - [anon_sym_SEMI] = ACTIONS(1754), - [anon_sym_get] = ACTIONS(1752), - [anon_sym_set] = ACTIONS(1752), - [anon_sym_STAR] = ACTIONS(1752), - [sym_label] = ACTIONS(1754), - [anon_sym_in] = ACTIONS(1752), - [anon_sym_DOT_DOT] = ACTIONS(1754), - [anon_sym_QMARK_COLON] = ACTIONS(1754), - [anon_sym_AMP_AMP] = ACTIONS(1754), - [anon_sym_PIPE_PIPE] = ACTIONS(1754), - [anon_sym_else] = ACTIONS(1752), - [anon_sym_COLON_COLON] = ACTIONS(1754), - [anon_sym_PLUS_EQ] = ACTIONS(1754), - [anon_sym_DASH_EQ] = ACTIONS(1754), - [anon_sym_STAR_EQ] = ACTIONS(1754), - [anon_sym_SLASH_EQ] = ACTIONS(1754), - [anon_sym_PERCENT_EQ] = ACTIONS(1754), - [anon_sym_BANG_EQ] = ACTIONS(1752), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1754), - [anon_sym_EQ_EQ] = ACTIONS(1752), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1754), - [anon_sym_LT_EQ] = ACTIONS(1754), - [anon_sym_GT_EQ] = ACTIONS(1754), - [anon_sym_BANGin] = ACTIONS(1754), - [anon_sym_is] = ACTIONS(1752), - [anon_sym_BANGis] = ACTIONS(1754), - [anon_sym_PLUS] = ACTIONS(1752), - [anon_sym_DASH] = ACTIONS(1752), - [anon_sym_SLASH] = ACTIONS(1752), - [anon_sym_PERCENT] = ACTIONS(1752), - [anon_sym_as_QMARK] = ACTIONS(1754), - [anon_sym_PLUS_PLUS] = ACTIONS(1754), - [anon_sym_DASH_DASH] = ACTIONS(1754), - [anon_sym_BANG_BANG] = ACTIONS(1754), - [anon_sym_suspend] = ACTIONS(1752), - [anon_sym_sealed] = ACTIONS(1752), - [anon_sym_annotation] = ACTIONS(1752), - [anon_sym_data] = ACTIONS(1752), - [anon_sym_inner] = ACTIONS(1752), - [anon_sym_override] = ACTIONS(1752), - [anon_sym_lateinit] = ACTIONS(1752), - [anon_sym_public] = ACTIONS(1752), - [anon_sym_private] = ACTIONS(1752), - [anon_sym_internal] = ACTIONS(1752), - [anon_sym_protected] = ACTIONS(1752), - [anon_sym_tailrec] = ACTIONS(1752), - [anon_sym_operator] = ACTIONS(1752), - [anon_sym_infix] = ACTIONS(1752), - [anon_sym_inline] = ACTIONS(1752), - [anon_sym_external] = ACTIONS(1752), - [sym_property_modifier] = ACTIONS(1752), - [anon_sym_abstract] = ACTIONS(1752), - [anon_sym_final] = ACTIONS(1752), - [anon_sym_open] = ACTIONS(1752), - [anon_sym_vararg] = ACTIONS(1752), - [anon_sym_noinline] = ACTIONS(1752), - [anon_sym_crossinline] = ACTIONS(1752), - [anon_sym_expect] = ACTIONS(1752), - [anon_sym_actual] = ACTIONS(1752), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1754), - [sym__automatic_semicolon] = ACTIONS(1754), - [sym_safe_nav] = ACTIONS(1754), - [sym_multiline_comment] = ACTIONS(3), - }, - [3813] = { - [sym__alpha_identifier] = ACTIONS(4284), - [anon_sym_AT] = ACTIONS(4286), - [anon_sym_LBRACK] = ACTIONS(4286), - [anon_sym_as] = ACTIONS(4284), - [anon_sym_EQ] = ACTIONS(4284), - [anon_sym_LBRACE] = ACTIONS(4286), - [anon_sym_RBRACE] = ACTIONS(4286), - [anon_sym_LPAREN] = ACTIONS(4286), - [anon_sym_COMMA] = ACTIONS(4286), - [anon_sym_LT] = ACTIONS(4284), - [anon_sym_GT] = ACTIONS(4284), - [anon_sym_where] = ACTIONS(4284), - [anon_sym_DOT] = ACTIONS(4284), - [anon_sym_SEMI] = ACTIONS(4286), - [anon_sym_get] = ACTIONS(4284), - [anon_sym_set] = ACTIONS(4284), - [anon_sym_STAR] = ACTIONS(4284), - [sym_label] = ACTIONS(4286), - [anon_sym_in] = ACTIONS(4284), - [anon_sym_DOT_DOT] = ACTIONS(4286), - [anon_sym_QMARK_COLON] = ACTIONS(4286), - [anon_sym_AMP_AMP] = ACTIONS(4286), - [anon_sym_PIPE_PIPE] = ACTIONS(4286), - [anon_sym_else] = ACTIONS(4284), - [anon_sym_COLON_COLON] = ACTIONS(4286), - [anon_sym_PLUS_EQ] = ACTIONS(4286), - [anon_sym_DASH_EQ] = ACTIONS(4286), - [anon_sym_STAR_EQ] = ACTIONS(4286), - [anon_sym_SLASH_EQ] = ACTIONS(4286), - [anon_sym_PERCENT_EQ] = ACTIONS(4286), - [anon_sym_BANG_EQ] = ACTIONS(4284), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4286), - [anon_sym_EQ_EQ] = ACTIONS(4284), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4286), - [anon_sym_LT_EQ] = ACTIONS(4286), - [anon_sym_GT_EQ] = ACTIONS(4286), - [anon_sym_BANGin] = ACTIONS(4286), - [anon_sym_is] = ACTIONS(4284), - [anon_sym_BANGis] = ACTIONS(4286), - [anon_sym_PLUS] = ACTIONS(4284), - [anon_sym_DASH] = ACTIONS(4284), - [anon_sym_SLASH] = ACTIONS(4284), - [anon_sym_PERCENT] = ACTIONS(4284), - [anon_sym_as_QMARK] = ACTIONS(4286), - [anon_sym_PLUS_PLUS] = ACTIONS(4286), - [anon_sym_DASH_DASH] = ACTIONS(4286), - [anon_sym_BANG_BANG] = ACTIONS(4286), - [anon_sym_suspend] = ACTIONS(4284), - [anon_sym_sealed] = ACTIONS(4284), - [anon_sym_annotation] = ACTIONS(4284), - [anon_sym_data] = ACTIONS(4284), - [anon_sym_inner] = ACTIONS(4284), - [anon_sym_override] = ACTIONS(4284), - [anon_sym_lateinit] = ACTIONS(4284), - [anon_sym_public] = ACTIONS(4284), - [anon_sym_private] = ACTIONS(4284), - [anon_sym_internal] = ACTIONS(4284), - [anon_sym_protected] = ACTIONS(4284), - [anon_sym_tailrec] = ACTIONS(4284), - [anon_sym_operator] = ACTIONS(4284), - [anon_sym_infix] = ACTIONS(4284), - [anon_sym_inline] = ACTIONS(4284), - [anon_sym_external] = ACTIONS(4284), - [sym_property_modifier] = ACTIONS(4284), - [anon_sym_abstract] = ACTIONS(4284), - [anon_sym_final] = ACTIONS(4284), - [anon_sym_open] = ACTIONS(4284), - [anon_sym_vararg] = ACTIONS(4284), - [anon_sym_noinline] = ACTIONS(4284), - [anon_sym_crossinline] = ACTIONS(4284), - [anon_sym_expect] = ACTIONS(4284), - [anon_sym_actual] = ACTIONS(4284), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4286), - [sym__automatic_semicolon] = ACTIONS(4286), - [sym_safe_nav] = ACTIONS(4286), - [sym_multiline_comment] = ACTIONS(3), - }, - [3814] = { - [sym_function_body] = STATE(3428), - [sym__block] = STATE(3245), - [sym__alpha_identifier] = ACTIONS(4326), - [anon_sym_AT] = ACTIONS(4328), - [anon_sym_LBRACK] = ACTIONS(4328), - [anon_sym_as] = ACTIONS(4326), - [anon_sym_EQ] = ACTIONS(6642), - [anon_sym_LBRACE] = ACTIONS(6220), - [anon_sym_RBRACE] = ACTIONS(4328), - [anon_sym_LPAREN] = ACTIONS(4328), - [anon_sym_COMMA] = ACTIONS(4328), - [anon_sym_LT] = ACTIONS(4326), - [anon_sym_GT] = ACTIONS(4326), - [anon_sym_where] = ACTIONS(4326), - [anon_sym_object] = ACTIONS(4326), - [anon_sym_fun] = ACTIONS(4326), - [anon_sym_DOT] = ACTIONS(4326), - [anon_sym_SEMI] = ACTIONS(4328), - [anon_sym_get] = ACTIONS(4326), - [anon_sym_set] = ACTIONS(4326), - [anon_sym_this] = ACTIONS(4326), - [anon_sym_super] = ACTIONS(4326), - [anon_sym_STAR] = ACTIONS(4328), - [sym_label] = ACTIONS(4326), - [anon_sym_in] = ACTIONS(4326), - [anon_sym_DOT_DOT] = ACTIONS(4328), - [anon_sym_QMARK_COLON] = ACTIONS(4328), - [anon_sym_AMP_AMP] = ACTIONS(4328), - [anon_sym_PIPE_PIPE] = ACTIONS(4328), - [anon_sym_null] = ACTIONS(4326), - [anon_sym_if] = ACTIONS(4326), - [anon_sym_else] = ACTIONS(4326), - [anon_sym_when] = ACTIONS(4326), - [anon_sym_try] = ACTIONS(4326), - [anon_sym_throw] = ACTIONS(4326), - [anon_sym_return] = ACTIONS(4326), - [anon_sym_continue] = ACTIONS(4326), - [anon_sym_break] = ACTIONS(4326), - [anon_sym_COLON_COLON] = ACTIONS(4328), - [anon_sym_BANG_EQ] = ACTIONS(4326), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4328), - [anon_sym_EQ_EQ] = ACTIONS(4326), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4328), - [anon_sym_LT_EQ] = ACTIONS(4328), - [anon_sym_GT_EQ] = ACTIONS(4328), - [anon_sym_BANGin] = ACTIONS(4328), - [anon_sym_is] = ACTIONS(4326), - [anon_sym_BANGis] = ACTIONS(4328), - [anon_sym_PLUS] = ACTIONS(4326), - [anon_sym_DASH] = ACTIONS(4326), - [anon_sym_SLASH] = ACTIONS(4326), - [anon_sym_PERCENT] = ACTIONS(4328), - [anon_sym_as_QMARK] = ACTIONS(4328), - [anon_sym_PLUS_PLUS] = ACTIONS(4328), - [anon_sym_DASH_DASH] = ACTIONS(4328), - [anon_sym_BANG] = ACTIONS(4326), - [anon_sym_BANG_BANG] = ACTIONS(4328), - [anon_sym_data] = ACTIONS(4326), - [anon_sym_inner] = ACTIONS(4326), - [anon_sym_expect] = ACTIONS(4326), - [anon_sym_actual] = ACTIONS(4326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4328), - [anon_sym_continue_AT] = ACTIONS(4328), - [anon_sym_break_AT] = ACTIONS(4328), - [sym_real_literal] = ACTIONS(4328), - [sym_integer_literal] = ACTIONS(4326), - [sym_hex_literal] = ACTIONS(4328), - [sym_bin_literal] = ACTIONS(4328), - [anon_sym_true] = ACTIONS(4326), - [anon_sym_false] = ACTIONS(4326), - [anon_sym_SQUOTE] = ACTIONS(4328), - [sym__backtick_identifier] = ACTIONS(4328), - [sym__automatic_semicolon] = ACTIONS(4328), - [sym_safe_nav] = ACTIONS(4328), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4328), - }, - [3815] = { - [sym__alpha_identifier] = ACTIONS(4095), - [anon_sym_AT] = ACTIONS(4097), - [anon_sym_LBRACK] = ACTIONS(4097), - [anon_sym_as] = ACTIONS(4095), - [anon_sym_EQ] = ACTIONS(4095), - [anon_sym_LBRACE] = ACTIONS(4097), - [anon_sym_RBRACE] = ACTIONS(4097), - [anon_sym_LPAREN] = ACTIONS(4097), - [anon_sym_COMMA] = ACTIONS(4097), - [anon_sym_LT] = ACTIONS(4095), - [anon_sym_GT] = ACTIONS(4095), - [anon_sym_where] = ACTIONS(4095), - [anon_sym_DOT] = ACTIONS(4095), - [anon_sym_SEMI] = ACTIONS(4097), - [anon_sym_get] = ACTIONS(4095), - [anon_sym_set] = ACTIONS(4095), - [anon_sym_STAR] = ACTIONS(4095), - [sym_label] = ACTIONS(4097), - [anon_sym_in] = ACTIONS(4095), - [anon_sym_DOT_DOT] = ACTIONS(4097), - [anon_sym_QMARK_COLON] = ACTIONS(4097), - [anon_sym_AMP_AMP] = ACTIONS(4097), - [anon_sym_PIPE_PIPE] = ACTIONS(4097), - [anon_sym_else] = ACTIONS(4095), - [anon_sym_COLON_COLON] = ACTIONS(4097), - [anon_sym_PLUS_EQ] = ACTIONS(4097), - [anon_sym_DASH_EQ] = ACTIONS(4097), - [anon_sym_STAR_EQ] = ACTIONS(4097), - [anon_sym_SLASH_EQ] = ACTIONS(4097), - [anon_sym_PERCENT_EQ] = ACTIONS(4097), - [anon_sym_BANG_EQ] = ACTIONS(4095), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4097), - [anon_sym_EQ_EQ] = ACTIONS(4095), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4097), - [anon_sym_LT_EQ] = ACTIONS(4097), - [anon_sym_GT_EQ] = ACTIONS(4097), - [anon_sym_BANGin] = ACTIONS(4097), - [anon_sym_is] = ACTIONS(4095), - [anon_sym_BANGis] = ACTIONS(4097), - [anon_sym_PLUS] = ACTIONS(4095), - [anon_sym_DASH] = ACTIONS(4095), - [anon_sym_SLASH] = ACTIONS(4095), - [anon_sym_PERCENT] = ACTIONS(4095), - [anon_sym_as_QMARK] = ACTIONS(4097), - [anon_sym_PLUS_PLUS] = ACTIONS(4097), - [anon_sym_DASH_DASH] = ACTIONS(4097), - [anon_sym_BANG_BANG] = ACTIONS(4097), - [anon_sym_suspend] = ACTIONS(4095), - [anon_sym_sealed] = ACTIONS(4095), - [anon_sym_annotation] = ACTIONS(4095), - [anon_sym_data] = ACTIONS(4095), - [anon_sym_inner] = ACTIONS(4095), - [anon_sym_override] = ACTIONS(4095), - [anon_sym_lateinit] = ACTIONS(4095), - [anon_sym_public] = ACTIONS(4095), - [anon_sym_private] = ACTIONS(4095), - [anon_sym_internal] = ACTIONS(4095), - [anon_sym_protected] = ACTIONS(4095), - [anon_sym_tailrec] = ACTIONS(4095), - [anon_sym_operator] = ACTIONS(4095), - [anon_sym_infix] = ACTIONS(4095), - [anon_sym_inline] = ACTIONS(4095), - [anon_sym_external] = ACTIONS(4095), - [sym_property_modifier] = ACTIONS(4095), - [anon_sym_abstract] = ACTIONS(4095), - [anon_sym_final] = ACTIONS(4095), - [anon_sym_open] = ACTIONS(4095), - [anon_sym_vararg] = ACTIONS(4095), - [anon_sym_noinline] = ACTIONS(4095), - [anon_sym_crossinline] = ACTIONS(4095), - [anon_sym_expect] = ACTIONS(4095), - [anon_sym_actual] = ACTIONS(4095), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4097), - [sym__automatic_semicolon] = ACTIONS(4097), - [sym_safe_nav] = ACTIONS(4097), - [sym_multiline_comment] = ACTIONS(3), - }, - [3816] = { - [sym__alpha_identifier] = ACTIONS(5063), - [anon_sym_AT] = ACTIONS(5065), - [anon_sym_LBRACK] = ACTIONS(5065), - [anon_sym_as] = ACTIONS(5063), - [anon_sym_EQ] = ACTIONS(5063), - [anon_sym_LBRACE] = ACTIONS(5065), - [anon_sym_RBRACE] = ACTIONS(5065), - [anon_sym_LPAREN] = ACTIONS(5065), - [anon_sym_COMMA] = ACTIONS(5065), - [anon_sym_LT] = ACTIONS(5063), - [anon_sym_GT] = ACTIONS(5063), - [anon_sym_where] = ACTIONS(5063), - [anon_sym_DOT] = ACTIONS(5063), - [anon_sym_SEMI] = ACTIONS(5065), - [anon_sym_get] = ACTIONS(5063), - [anon_sym_set] = ACTIONS(5063), - [anon_sym_STAR] = ACTIONS(5063), - [sym_label] = ACTIONS(5065), - [anon_sym_in] = ACTIONS(5063), - [anon_sym_DOT_DOT] = ACTIONS(5065), - [anon_sym_QMARK_COLON] = ACTIONS(5065), - [anon_sym_AMP_AMP] = ACTIONS(5065), - [anon_sym_PIPE_PIPE] = ACTIONS(5065), - [anon_sym_else] = ACTIONS(5063), - [anon_sym_COLON_COLON] = ACTIONS(5065), - [anon_sym_PLUS_EQ] = ACTIONS(5065), - [anon_sym_DASH_EQ] = ACTIONS(5065), - [anon_sym_STAR_EQ] = ACTIONS(5065), - [anon_sym_SLASH_EQ] = ACTIONS(5065), - [anon_sym_PERCENT_EQ] = ACTIONS(5065), - [anon_sym_BANG_EQ] = ACTIONS(5063), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5065), - [anon_sym_EQ_EQ] = ACTIONS(5063), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5065), - [anon_sym_LT_EQ] = ACTIONS(5065), - [anon_sym_GT_EQ] = ACTIONS(5065), - [anon_sym_BANGin] = ACTIONS(5065), - [anon_sym_is] = ACTIONS(5063), - [anon_sym_BANGis] = ACTIONS(5065), - [anon_sym_PLUS] = ACTIONS(5063), - [anon_sym_DASH] = ACTIONS(5063), - [anon_sym_SLASH] = ACTIONS(5063), - [anon_sym_PERCENT] = ACTIONS(5063), - [anon_sym_as_QMARK] = ACTIONS(5065), - [anon_sym_PLUS_PLUS] = ACTIONS(5065), - [anon_sym_DASH_DASH] = ACTIONS(5065), - [anon_sym_BANG_BANG] = ACTIONS(5065), - [anon_sym_suspend] = ACTIONS(5063), - [anon_sym_sealed] = ACTIONS(5063), - [anon_sym_annotation] = ACTIONS(5063), - [anon_sym_data] = ACTIONS(5063), - [anon_sym_inner] = ACTIONS(5063), - [anon_sym_override] = ACTIONS(5063), - [anon_sym_lateinit] = ACTIONS(5063), - [anon_sym_public] = ACTIONS(5063), - [anon_sym_private] = ACTIONS(5063), - [anon_sym_internal] = ACTIONS(5063), - [anon_sym_protected] = ACTIONS(5063), - [anon_sym_tailrec] = ACTIONS(5063), - [anon_sym_operator] = ACTIONS(5063), - [anon_sym_infix] = ACTIONS(5063), - [anon_sym_inline] = ACTIONS(5063), - [anon_sym_external] = ACTIONS(5063), - [sym_property_modifier] = ACTIONS(5063), - [anon_sym_abstract] = ACTIONS(5063), - [anon_sym_final] = ACTIONS(5063), - [anon_sym_open] = ACTIONS(5063), - [anon_sym_vararg] = ACTIONS(5063), - [anon_sym_noinline] = ACTIONS(5063), - [anon_sym_crossinline] = ACTIONS(5063), - [anon_sym_expect] = ACTIONS(5063), - [anon_sym_actual] = ACTIONS(5063), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5065), - [sym__automatic_semicolon] = ACTIONS(5065), - [sym_safe_nav] = ACTIONS(5065), - [sym_multiline_comment] = ACTIONS(3), - }, - [3817] = { - [sym__alpha_identifier] = ACTIONS(4761), - [anon_sym_AT] = ACTIONS(4763), - [anon_sym_LBRACK] = ACTIONS(4763), - [anon_sym_as] = ACTIONS(4761), - [anon_sym_EQ] = ACTIONS(4761), - [anon_sym_LBRACE] = ACTIONS(4763), - [anon_sym_RBRACE] = ACTIONS(4763), - [anon_sym_LPAREN] = ACTIONS(4763), - [anon_sym_COMMA] = ACTIONS(4763), - [anon_sym_LT] = ACTIONS(4761), - [anon_sym_GT] = ACTIONS(4761), - [anon_sym_where] = ACTIONS(4761), - [anon_sym_DOT] = ACTIONS(4761), - [anon_sym_SEMI] = ACTIONS(4763), - [anon_sym_get] = ACTIONS(4761), - [anon_sym_set] = ACTIONS(4761), - [anon_sym_STAR] = ACTIONS(4761), - [sym_label] = ACTIONS(4763), - [anon_sym_in] = ACTIONS(4761), - [anon_sym_DOT_DOT] = ACTIONS(4763), - [anon_sym_QMARK_COLON] = ACTIONS(4763), - [anon_sym_AMP_AMP] = ACTIONS(4763), - [anon_sym_PIPE_PIPE] = ACTIONS(4763), - [anon_sym_else] = ACTIONS(4761), - [anon_sym_COLON_COLON] = ACTIONS(4763), - [anon_sym_PLUS_EQ] = ACTIONS(4763), - [anon_sym_DASH_EQ] = ACTIONS(4763), - [anon_sym_STAR_EQ] = ACTIONS(4763), - [anon_sym_SLASH_EQ] = ACTIONS(4763), - [anon_sym_PERCENT_EQ] = ACTIONS(4763), - [anon_sym_BANG_EQ] = ACTIONS(4761), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4763), - [anon_sym_EQ_EQ] = ACTIONS(4761), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4763), - [anon_sym_LT_EQ] = ACTIONS(4763), - [anon_sym_GT_EQ] = ACTIONS(4763), - [anon_sym_BANGin] = ACTIONS(4763), - [anon_sym_is] = ACTIONS(4761), - [anon_sym_BANGis] = ACTIONS(4763), - [anon_sym_PLUS] = ACTIONS(4761), - [anon_sym_DASH] = ACTIONS(4761), - [anon_sym_SLASH] = ACTIONS(4761), - [anon_sym_PERCENT] = ACTIONS(4761), - [anon_sym_as_QMARK] = ACTIONS(4763), - [anon_sym_PLUS_PLUS] = ACTIONS(4763), - [anon_sym_DASH_DASH] = ACTIONS(4763), - [anon_sym_BANG_BANG] = ACTIONS(4763), - [anon_sym_suspend] = ACTIONS(4761), - [anon_sym_sealed] = ACTIONS(4761), - [anon_sym_annotation] = ACTIONS(4761), - [anon_sym_data] = ACTIONS(4761), - [anon_sym_inner] = ACTIONS(4761), - [anon_sym_override] = ACTIONS(4761), - [anon_sym_lateinit] = ACTIONS(4761), - [anon_sym_public] = ACTIONS(4761), - [anon_sym_private] = ACTIONS(4761), - [anon_sym_internal] = ACTIONS(4761), - [anon_sym_protected] = ACTIONS(4761), - [anon_sym_tailrec] = ACTIONS(4761), - [anon_sym_operator] = ACTIONS(4761), - [anon_sym_infix] = ACTIONS(4761), - [anon_sym_inline] = ACTIONS(4761), - [anon_sym_external] = ACTIONS(4761), - [sym_property_modifier] = ACTIONS(4761), - [anon_sym_abstract] = ACTIONS(4761), - [anon_sym_final] = ACTIONS(4761), - [anon_sym_open] = ACTIONS(4761), - [anon_sym_vararg] = ACTIONS(4761), - [anon_sym_noinline] = ACTIONS(4761), - [anon_sym_crossinline] = ACTIONS(4761), - [anon_sym_expect] = ACTIONS(4761), - [anon_sym_actual] = ACTIONS(4761), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4763), - [sym__automatic_semicolon] = ACTIONS(4763), - [sym_safe_nav] = ACTIONS(4763), - [sym_multiline_comment] = ACTIONS(3), - }, - [3818] = { - [sym__alpha_identifier] = ACTIONS(4805), - [anon_sym_AT] = ACTIONS(4807), - [anon_sym_LBRACK] = ACTIONS(4807), - [anon_sym_as] = ACTIONS(4805), - [anon_sym_EQ] = ACTIONS(4805), - [anon_sym_LBRACE] = ACTIONS(4807), - [anon_sym_RBRACE] = ACTIONS(4807), - [anon_sym_LPAREN] = ACTIONS(4807), - [anon_sym_COMMA] = ACTIONS(4807), - [anon_sym_LT] = ACTIONS(4805), - [anon_sym_GT] = ACTIONS(4805), - [anon_sym_where] = ACTIONS(4805), - [anon_sym_DOT] = ACTIONS(4805), - [anon_sym_SEMI] = ACTIONS(4807), - [anon_sym_get] = ACTIONS(4805), - [anon_sym_set] = ACTIONS(4805), - [anon_sym_STAR] = ACTIONS(4805), - [sym_label] = ACTIONS(4807), - [anon_sym_in] = ACTIONS(4805), - [anon_sym_DOT_DOT] = ACTIONS(4807), - [anon_sym_QMARK_COLON] = ACTIONS(4807), - [anon_sym_AMP_AMP] = ACTIONS(4807), - [anon_sym_PIPE_PIPE] = ACTIONS(4807), - [anon_sym_else] = ACTIONS(4805), - [anon_sym_COLON_COLON] = ACTIONS(4807), - [anon_sym_PLUS_EQ] = ACTIONS(4807), - [anon_sym_DASH_EQ] = ACTIONS(4807), - [anon_sym_STAR_EQ] = ACTIONS(4807), - [anon_sym_SLASH_EQ] = ACTIONS(4807), - [anon_sym_PERCENT_EQ] = ACTIONS(4807), - [anon_sym_BANG_EQ] = ACTIONS(4805), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4807), - [anon_sym_EQ_EQ] = ACTIONS(4805), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4807), - [anon_sym_LT_EQ] = ACTIONS(4807), - [anon_sym_GT_EQ] = ACTIONS(4807), - [anon_sym_BANGin] = ACTIONS(4807), - [anon_sym_is] = ACTIONS(4805), - [anon_sym_BANGis] = ACTIONS(4807), - [anon_sym_PLUS] = ACTIONS(4805), - [anon_sym_DASH] = ACTIONS(4805), - [anon_sym_SLASH] = ACTIONS(4805), - [anon_sym_PERCENT] = ACTIONS(4805), - [anon_sym_as_QMARK] = ACTIONS(4807), - [anon_sym_PLUS_PLUS] = ACTIONS(4807), - [anon_sym_DASH_DASH] = ACTIONS(4807), - [anon_sym_BANG_BANG] = ACTIONS(4807), - [anon_sym_suspend] = ACTIONS(4805), - [anon_sym_sealed] = ACTIONS(4805), - [anon_sym_annotation] = ACTIONS(4805), - [anon_sym_data] = ACTIONS(4805), - [anon_sym_inner] = ACTIONS(4805), - [anon_sym_override] = ACTIONS(4805), - [anon_sym_lateinit] = ACTIONS(4805), - [anon_sym_public] = ACTIONS(4805), - [anon_sym_private] = ACTIONS(4805), - [anon_sym_internal] = ACTIONS(4805), - [anon_sym_protected] = ACTIONS(4805), - [anon_sym_tailrec] = ACTIONS(4805), - [anon_sym_operator] = ACTIONS(4805), - [anon_sym_infix] = ACTIONS(4805), - [anon_sym_inline] = ACTIONS(4805), - [anon_sym_external] = ACTIONS(4805), - [sym_property_modifier] = ACTIONS(4805), - [anon_sym_abstract] = ACTIONS(4805), - [anon_sym_final] = ACTIONS(4805), - [anon_sym_open] = ACTIONS(4805), - [anon_sym_vararg] = ACTIONS(4805), - [anon_sym_noinline] = ACTIONS(4805), - [anon_sym_crossinline] = ACTIONS(4805), - [anon_sym_expect] = ACTIONS(4805), - [anon_sym_actual] = ACTIONS(4805), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4807), - [sym__automatic_semicolon] = ACTIONS(4807), - [sym_safe_nav] = ACTIONS(4807), - [sym_multiline_comment] = ACTIONS(3), - }, - [3819] = { - [ts_builtin_sym_end] = ACTIONS(6896), - [sym__alpha_identifier] = ACTIONS(6898), - [anon_sym_AT] = ACTIONS(6896), - [anon_sym_LBRACK] = ACTIONS(6896), - [anon_sym_import] = ACTIONS(6898), - [anon_sym_typealias] = ACTIONS(6898), - [anon_sym_class] = ACTIONS(6898), - [anon_sym_interface] = ACTIONS(6898), - [anon_sym_enum] = ACTIONS(6898), - [anon_sym_LBRACE] = ACTIONS(6896), - [anon_sym_LPAREN] = ACTIONS(6896), - [anon_sym_val] = ACTIONS(6898), - [anon_sym_var] = ACTIONS(6898), - [anon_sym_object] = ACTIONS(6898), - [anon_sym_fun] = ACTIONS(6898), - [anon_sym_get] = ACTIONS(6898), - [anon_sym_set] = ACTIONS(6898), - [anon_sym_this] = ACTIONS(6898), - [anon_sym_super] = ACTIONS(6898), - [anon_sym_STAR] = ACTIONS(6896), - [sym_label] = ACTIONS(6898), - [anon_sym_for] = ACTIONS(6898), - [anon_sym_while] = ACTIONS(6898), - [anon_sym_do] = ACTIONS(6898), - [anon_sym_null] = ACTIONS(6898), - [anon_sym_if] = ACTIONS(6898), - [anon_sym_when] = ACTIONS(6898), - [anon_sym_try] = ACTIONS(6898), - [anon_sym_throw] = ACTIONS(6898), - [anon_sym_return] = ACTIONS(6898), - [anon_sym_continue] = ACTIONS(6898), - [anon_sym_break] = ACTIONS(6898), - [anon_sym_COLON_COLON] = ACTIONS(6896), - [anon_sym_PLUS] = ACTIONS(6898), - [anon_sym_DASH] = ACTIONS(6898), - [anon_sym_PLUS_PLUS] = ACTIONS(6896), - [anon_sym_DASH_DASH] = ACTIONS(6896), - [anon_sym_BANG] = ACTIONS(6896), - [anon_sym_suspend] = ACTIONS(6898), - [anon_sym_sealed] = ACTIONS(6898), - [anon_sym_annotation] = ACTIONS(6898), - [anon_sym_data] = ACTIONS(6898), - [anon_sym_inner] = ACTIONS(6898), - [anon_sym_override] = ACTIONS(6898), - [anon_sym_lateinit] = ACTIONS(6898), - [anon_sym_public] = ACTIONS(6898), - [anon_sym_private] = ACTIONS(6898), - [anon_sym_internal] = ACTIONS(6898), - [anon_sym_protected] = ACTIONS(6898), - [anon_sym_tailrec] = ACTIONS(6898), - [anon_sym_operator] = ACTIONS(6898), - [anon_sym_infix] = ACTIONS(6898), - [anon_sym_inline] = ACTIONS(6898), - [anon_sym_external] = ACTIONS(6898), - [sym_property_modifier] = ACTIONS(6898), - [anon_sym_abstract] = ACTIONS(6898), - [anon_sym_final] = ACTIONS(6898), - [anon_sym_open] = ACTIONS(6898), - [anon_sym_vararg] = ACTIONS(6898), - [anon_sym_noinline] = ACTIONS(6898), - [anon_sym_crossinline] = ACTIONS(6898), - [anon_sym_expect] = ACTIONS(6898), - [anon_sym_actual] = ACTIONS(6898), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(6896), - [anon_sym_continue_AT] = ACTIONS(6896), - [anon_sym_break_AT] = ACTIONS(6896), - [sym_real_literal] = ACTIONS(6896), - [sym_integer_literal] = ACTIONS(6898), - [sym_hex_literal] = ACTIONS(6896), - [sym_bin_literal] = ACTIONS(6896), - [anon_sym_true] = ACTIONS(6898), - [anon_sym_false] = ACTIONS(6898), - [anon_sym_SQUOTE] = ACTIONS(6896), - [sym__backtick_identifier] = ACTIONS(6896), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(6896), - }, - [3820] = { - [sym__alpha_identifier] = ACTIONS(4422), - [anon_sym_AT] = ACTIONS(4424), - [anon_sym_LBRACK] = ACTIONS(4424), - [anon_sym_as] = ACTIONS(4422), - [anon_sym_EQ] = ACTIONS(4422), - [anon_sym_LBRACE] = ACTIONS(4424), - [anon_sym_RBRACE] = ACTIONS(4424), - [anon_sym_LPAREN] = ACTIONS(4424), - [anon_sym_COMMA] = ACTIONS(4424), - [anon_sym_LT] = ACTIONS(4422), - [anon_sym_GT] = ACTIONS(4422), - [anon_sym_where] = ACTIONS(4422), - [anon_sym_DOT] = ACTIONS(4422), - [anon_sym_SEMI] = ACTIONS(4424), - [anon_sym_get] = ACTIONS(4422), - [anon_sym_set] = ACTIONS(4422), - [anon_sym_STAR] = ACTIONS(4422), - [sym_label] = ACTIONS(4424), - [anon_sym_in] = ACTIONS(4422), - [anon_sym_DOT_DOT] = ACTIONS(4424), - [anon_sym_QMARK_COLON] = ACTIONS(4424), - [anon_sym_AMP_AMP] = ACTIONS(4424), - [anon_sym_PIPE_PIPE] = ACTIONS(4424), - [anon_sym_else] = ACTIONS(4422), - [anon_sym_COLON_COLON] = ACTIONS(4424), - [anon_sym_PLUS_EQ] = ACTIONS(4424), - [anon_sym_DASH_EQ] = ACTIONS(4424), - [anon_sym_STAR_EQ] = ACTIONS(4424), - [anon_sym_SLASH_EQ] = ACTIONS(4424), - [anon_sym_PERCENT_EQ] = ACTIONS(4424), - [anon_sym_BANG_EQ] = ACTIONS(4422), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4424), - [anon_sym_EQ_EQ] = ACTIONS(4422), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4424), - [anon_sym_LT_EQ] = ACTIONS(4424), - [anon_sym_GT_EQ] = ACTIONS(4424), - [anon_sym_BANGin] = ACTIONS(4424), - [anon_sym_is] = ACTIONS(4422), - [anon_sym_BANGis] = ACTIONS(4424), - [anon_sym_PLUS] = ACTIONS(4422), - [anon_sym_DASH] = ACTIONS(4422), - [anon_sym_SLASH] = ACTIONS(4422), - [anon_sym_PERCENT] = ACTIONS(4422), - [anon_sym_as_QMARK] = ACTIONS(4424), - [anon_sym_PLUS_PLUS] = ACTIONS(4424), - [anon_sym_DASH_DASH] = ACTIONS(4424), - [anon_sym_BANG_BANG] = ACTIONS(4424), - [anon_sym_suspend] = ACTIONS(4422), - [anon_sym_sealed] = ACTIONS(4422), - [anon_sym_annotation] = ACTIONS(4422), - [anon_sym_data] = ACTIONS(4422), - [anon_sym_inner] = ACTIONS(4422), - [anon_sym_override] = ACTIONS(4422), - [anon_sym_lateinit] = ACTIONS(4422), - [anon_sym_public] = ACTIONS(4422), - [anon_sym_private] = ACTIONS(4422), - [anon_sym_internal] = ACTIONS(4422), - [anon_sym_protected] = ACTIONS(4422), - [anon_sym_tailrec] = ACTIONS(4422), - [anon_sym_operator] = ACTIONS(4422), - [anon_sym_infix] = ACTIONS(4422), - [anon_sym_inline] = ACTIONS(4422), - [anon_sym_external] = ACTIONS(4422), - [sym_property_modifier] = ACTIONS(4422), - [anon_sym_abstract] = ACTIONS(4422), - [anon_sym_final] = ACTIONS(4422), - [anon_sym_open] = ACTIONS(4422), - [anon_sym_vararg] = ACTIONS(4422), - [anon_sym_noinline] = ACTIONS(4422), - [anon_sym_crossinline] = ACTIONS(4422), - [anon_sym_expect] = ACTIONS(4422), - [anon_sym_actual] = ACTIONS(4422), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4424), - [sym__automatic_semicolon] = ACTIONS(4424), - [sym_safe_nav] = ACTIONS(4424), - [sym_multiline_comment] = ACTIONS(3), - }, - [3821] = { - [sym__alpha_identifier] = ACTIONS(4406), - [anon_sym_AT] = ACTIONS(4408), - [anon_sym_LBRACK] = ACTIONS(4408), - [anon_sym_as] = ACTIONS(4406), - [anon_sym_EQ] = ACTIONS(4406), - [anon_sym_LBRACE] = ACTIONS(4408), - [anon_sym_RBRACE] = ACTIONS(4408), - [anon_sym_LPAREN] = ACTIONS(4408), - [anon_sym_COMMA] = ACTIONS(4408), - [anon_sym_LT] = ACTIONS(4406), - [anon_sym_GT] = ACTIONS(4406), - [anon_sym_where] = ACTIONS(4406), - [anon_sym_DOT] = ACTIONS(4406), - [anon_sym_SEMI] = ACTIONS(4408), - [anon_sym_get] = ACTIONS(4406), - [anon_sym_set] = ACTIONS(4406), - [anon_sym_STAR] = ACTIONS(4406), - [sym_label] = ACTIONS(4408), - [anon_sym_in] = ACTIONS(4406), - [anon_sym_DOT_DOT] = ACTIONS(4408), - [anon_sym_QMARK_COLON] = ACTIONS(4408), - [anon_sym_AMP_AMP] = ACTIONS(4408), - [anon_sym_PIPE_PIPE] = ACTIONS(4408), - [anon_sym_else] = ACTIONS(4406), - [anon_sym_COLON_COLON] = ACTIONS(4408), - [anon_sym_PLUS_EQ] = ACTIONS(4408), - [anon_sym_DASH_EQ] = ACTIONS(4408), - [anon_sym_STAR_EQ] = ACTIONS(4408), - [anon_sym_SLASH_EQ] = ACTIONS(4408), - [anon_sym_PERCENT_EQ] = ACTIONS(4408), - [anon_sym_BANG_EQ] = ACTIONS(4406), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4408), - [anon_sym_EQ_EQ] = ACTIONS(4406), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4408), - [anon_sym_LT_EQ] = ACTIONS(4408), - [anon_sym_GT_EQ] = ACTIONS(4408), - [anon_sym_BANGin] = ACTIONS(4408), - [anon_sym_is] = ACTIONS(4406), - [anon_sym_BANGis] = ACTIONS(4408), - [anon_sym_PLUS] = ACTIONS(4406), - [anon_sym_DASH] = ACTIONS(4406), - [anon_sym_SLASH] = ACTIONS(4406), - [anon_sym_PERCENT] = ACTIONS(4406), - [anon_sym_as_QMARK] = ACTIONS(4408), - [anon_sym_PLUS_PLUS] = ACTIONS(4408), - [anon_sym_DASH_DASH] = ACTIONS(4408), - [anon_sym_BANG_BANG] = ACTIONS(4408), - [anon_sym_suspend] = ACTIONS(4406), - [anon_sym_sealed] = ACTIONS(4406), - [anon_sym_annotation] = ACTIONS(4406), - [anon_sym_data] = ACTIONS(4406), - [anon_sym_inner] = ACTIONS(4406), - [anon_sym_override] = ACTIONS(4406), - [anon_sym_lateinit] = ACTIONS(4406), - [anon_sym_public] = ACTIONS(4406), - [anon_sym_private] = ACTIONS(4406), - [anon_sym_internal] = ACTIONS(4406), - [anon_sym_protected] = ACTIONS(4406), - [anon_sym_tailrec] = ACTIONS(4406), - [anon_sym_operator] = ACTIONS(4406), - [anon_sym_infix] = ACTIONS(4406), - [anon_sym_inline] = ACTIONS(4406), - [anon_sym_external] = ACTIONS(4406), - [sym_property_modifier] = ACTIONS(4406), - [anon_sym_abstract] = ACTIONS(4406), - [anon_sym_final] = ACTIONS(4406), - [anon_sym_open] = ACTIONS(4406), - [anon_sym_vararg] = ACTIONS(4406), - [anon_sym_noinline] = ACTIONS(4406), - [anon_sym_crossinline] = ACTIONS(4406), - [anon_sym_expect] = ACTIONS(4406), - [anon_sym_actual] = ACTIONS(4406), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4408), - [sym__automatic_semicolon] = ACTIONS(4408), - [sym_safe_nav] = ACTIONS(4408), - [sym_multiline_comment] = ACTIONS(3), - }, - [3822] = { - [sym_function_body] = STATE(3878), - [sym__block] = STATE(3725), - [sym__alpha_identifier] = ACTIONS(4095), - [anon_sym_AT] = ACTIONS(4097), - [anon_sym_LBRACK] = ACTIONS(4097), - [anon_sym_as] = ACTIONS(4095), - [anon_sym_EQ] = ACTIONS(6566), - [anon_sym_LBRACE] = ACTIONS(6434), - [anon_sym_RBRACE] = ACTIONS(4097), - [anon_sym_LPAREN] = ACTIONS(4097), - [anon_sym_LT] = ACTIONS(4095), - [anon_sym_GT] = ACTIONS(4095), - [anon_sym_DOT] = ACTIONS(4095), - [anon_sym_SEMI] = ACTIONS(4097), - [anon_sym_get] = ACTIONS(4095), - [anon_sym_set] = ACTIONS(4095), - [anon_sym_STAR] = ACTIONS(4095), - [sym_label] = ACTIONS(4097), - [anon_sym_in] = ACTIONS(4095), - [anon_sym_DOT_DOT] = ACTIONS(4097), - [anon_sym_QMARK_COLON] = ACTIONS(4097), - [anon_sym_AMP_AMP] = ACTIONS(4097), - [anon_sym_PIPE_PIPE] = ACTIONS(4097), - [anon_sym_else] = ACTIONS(4095), - [anon_sym_COLON_COLON] = ACTIONS(4097), - [anon_sym_PLUS_EQ] = ACTIONS(4097), - [anon_sym_DASH_EQ] = ACTIONS(4097), - [anon_sym_STAR_EQ] = ACTIONS(4097), - [anon_sym_SLASH_EQ] = ACTIONS(4097), - [anon_sym_PERCENT_EQ] = ACTIONS(4097), - [anon_sym_BANG_EQ] = ACTIONS(4095), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4097), - [anon_sym_EQ_EQ] = ACTIONS(4095), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4097), - [anon_sym_LT_EQ] = ACTIONS(4097), - [anon_sym_GT_EQ] = ACTIONS(4097), - [anon_sym_BANGin] = ACTIONS(4097), - [anon_sym_is] = ACTIONS(4095), - [anon_sym_BANGis] = ACTIONS(4097), - [anon_sym_PLUS] = ACTIONS(4095), - [anon_sym_DASH] = ACTIONS(4095), - [anon_sym_SLASH] = ACTIONS(4095), - [anon_sym_PERCENT] = ACTIONS(4095), - [anon_sym_as_QMARK] = ACTIONS(4097), - [anon_sym_PLUS_PLUS] = ACTIONS(4097), - [anon_sym_DASH_DASH] = ACTIONS(4097), - [anon_sym_BANG_BANG] = ACTIONS(4097), - [anon_sym_suspend] = ACTIONS(4095), - [anon_sym_sealed] = ACTIONS(4095), - [anon_sym_annotation] = ACTIONS(4095), - [anon_sym_data] = ACTIONS(4095), - [anon_sym_inner] = ACTIONS(4095), - [anon_sym_override] = ACTIONS(4095), - [anon_sym_lateinit] = ACTIONS(4095), - [anon_sym_public] = ACTIONS(4095), - [anon_sym_private] = ACTIONS(4095), - [anon_sym_internal] = ACTIONS(4095), - [anon_sym_protected] = ACTIONS(4095), - [anon_sym_tailrec] = ACTIONS(4095), - [anon_sym_operator] = ACTIONS(4095), - [anon_sym_infix] = ACTIONS(4095), - [anon_sym_inline] = ACTIONS(4095), - [anon_sym_external] = ACTIONS(4095), - [sym_property_modifier] = ACTIONS(4095), - [anon_sym_abstract] = ACTIONS(4095), - [anon_sym_final] = ACTIONS(4095), - [anon_sym_open] = ACTIONS(4095), - [anon_sym_vararg] = ACTIONS(4095), - [anon_sym_noinline] = ACTIONS(4095), - [anon_sym_crossinline] = ACTIONS(4095), - [anon_sym_expect] = ACTIONS(4095), - [anon_sym_actual] = ACTIONS(4095), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4097), - [sym__automatic_semicolon] = ACTIONS(4097), - [sym_safe_nav] = ACTIONS(4097), - [sym_multiline_comment] = ACTIONS(3), - }, - [3823] = { - [sym__alpha_identifier] = ACTIONS(4583), - [anon_sym_AT] = ACTIONS(4585), - [anon_sym_LBRACK] = ACTIONS(4585), - [anon_sym_as] = ACTIONS(4583), - [anon_sym_EQ] = ACTIONS(4583), - [anon_sym_LBRACE] = ACTIONS(4585), - [anon_sym_RBRACE] = ACTIONS(4585), - [anon_sym_LPAREN] = ACTIONS(4585), - [anon_sym_COMMA] = ACTIONS(4585), - [anon_sym_LT] = ACTIONS(4583), - [anon_sym_GT] = ACTIONS(4583), - [anon_sym_where] = ACTIONS(4583), - [anon_sym_DOT] = ACTIONS(4583), - [anon_sym_SEMI] = ACTIONS(4585), - [anon_sym_get] = ACTIONS(4583), - [anon_sym_set] = ACTIONS(4583), - [anon_sym_STAR] = ACTIONS(4583), - [sym_label] = ACTIONS(4585), - [anon_sym_in] = ACTIONS(4583), - [anon_sym_DOT_DOT] = ACTIONS(4585), - [anon_sym_QMARK_COLON] = ACTIONS(4585), - [anon_sym_AMP_AMP] = ACTIONS(4585), - [anon_sym_PIPE_PIPE] = ACTIONS(4585), - [anon_sym_else] = ACTIONS(4583), - [anon_sym_COLON_COLON] = ACTIONS(4585), - [anon_sym_PLUS_EQ] = ACTIONS(4585), - [anon_sym_DASH_EQ] = ACTIONS(4585), - [anon_sym_STAR_EQ] = ACTIONS(4585), - [anon_sym_SLASH_EQ] = ACTIONS(4585), - [anon_sym_PERCENT_EQ] = ACTIONS(4585), - [anon_sym_BANG_EQ] = ACTIONS(4583), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4585), - [anon_sym_EQ_EQ] = ACTIONS(4583), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4585), - [anon_sym_LT_EQ] = ACTIONS(4585), - [anon_sym_GT_EQ] = ACTIONS(4585), - [anon_sym_BANGin] = ACTIONS(4585), - [anon_sym_is] = ACTIONS(4583), - [anon_sym_BANGis] = ACTIONS(4585), - [anon_sym_PLUS] = ACTIONS(4583), - [anon_sym_DASH] = ACTIONS(4583), - [anon_sym_SLASH] = ACTIONS(4583), - [anon_sym_PERCENT] = ACTIONS(4583), - [anon_sym_as_QMARK] = ACTIONS(4585), - [anon_sym_PLUS_PLUS] = ACTIONS(4585), - [anon_sym_DASH_DASH] = ACTIONS(4585), - [anon_sym_BANG_BANG] = ACTIONS(4585), - [anon_sym_suspend] = ACTIONS(4583), - [anon_sym_sealed] = ACTIONS(4583), - [anon_sym_annotation] = ACTIONS(4583), - [anon_sym_data] = ACTIONS(4583), - [anon_sym_inner] = ACTIONS(4583), - [anon_sym_override] = ACTIONS(4583), - [anon_sym_lateinit] = ACTIONS(4583), - [anon_sym_public] = ACTIONS(4583), - [anon_sym_private] = ACTIONS(4583), - [anon_sym_internal] = ACTIONS(4583), - [anon_sym_protected] = ACTIONS(4583), - [anon_sym_tailrec] = ACTIONS(4583), - [anon_sym_operator] = ACTIONS(4583), - [anon_sym_infix] = ACTIONS(4583), - [anon_sym_inline] = ACTIONS(4583), - [anon_sym_external] = ACTIONS(4583), - [sym_property_modifier] = ACTIONS(4583), - [anon_sym_abstract] = ACTIONS(4583), - [anon_sym_final] = ACTIONS(4583), - [anon_sym_open] = ACTIONS(4583), - [anon_sym_vararg] = ACTIONS(4583), - [anon_sym_noinline] = ACTIONS(4583), - [anon_sym_crossinline] = ACTIONS(4583), - [anon_sym_expect] = ACTIONS(4583), - [anon_sym_actual] = ACTIONS(4583), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4585), - [sym__automatic_semicolon] = ACTIONS(4585), - [sym_safe_nav] = ACTIONS(4585), - [sym_multiline_comment] = ACTIONS(3), - }, - [3824] = { - [sym__alpha_identifier] = ACTIONS(4971), - [anon_sym_AT] = ACTIONS(4973), - [anon_sym_LBRACK] = ACTIONS(4973), - [anon_sym_as] = ACTIONS(4971), - [anon_sym_EQ] = ACTIONS(4971), - [anon_sym_LBRACE] = ACTIONS(4973), - [anon_sym_RBRACE] = ACTIONS(4973), - [anon_sym_LPAREN] = ACTIONS(4973), - [anon_sym_COMMA] = ACTIONS(4973), - [anon_sym_LT] = ACTIONS(4971), - [anon_sym_GT] = ACTIONS(4971), - [anon_sym_where] = ACTIONS(4971), - [anon_sym_DOT] = ACTIONS(4971), - [anon_sym_SEMI] = ACTIONS(4973), - [anon_sym_get] = ACTIONS(4971), - [anon_sym_set] = ACTIONS(4971), - [anon_sym_STAR] = ACTIONS(4971), - [sym_label] = ACTIONS(4973), - [anon_sym_in] = ACTIONS(4971), - [anon_sym_DOT_DOT] = ACTIONS(4973), - [anon_sym_QMARK_COLON] = ACTIONS(4973), - [anon_sym_AMP_AMP] = ACTIONS(4973), - [anon_sym_PIPE_PIPE] = ACTIONS(4973), - [anon_sym_else] = ACTIONS(4971), - [anon_sym_COLON_COLON] = ACTIONS(4973), - [anon_sym_PLUS_EQ] = ACTIONS(4973), - [anon_sym_DASH_EQ] = ACTIONS(4973), - [anon_sym_STAR_EQ] = ACTIONS(4973), - [anon_sym_SLASH_EQ] = ACTIONS(4973), - [anon_sym_PERCENT_EQ] = ACTIONS(4973), - [anon_sym_BANG_EQ] = ACTIONS(4971), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4973), - [anon_sym_EQ_EQ] = ACTIONS(4971), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4973), - [anon_sym_LT_EQ] = ACTIONS(4973), - [anon_sym_GT_EQ] = ACTIONS(4973), - [anon_sym_BANGin] = ACTIONS(4973), - [anon_sym_is] = ACTIONS(4971), - [anon_sym_BANGis] = ACTIONS(4973), - [anon_sym_PLUS] = ACTIONS(4971), - [anon_sym_DASH] = ACTIONS(4971), - [anon_sym_SLASH] = ACTIONS(4971), - [anon_sym_PERCENT] = ACTIONS(4971), - [anon_sym_as_QMARK] = ACTIONS(4973), - [anon_sym_PLUS_PLUS] = ACTIONS(4973), - [anon_sym_DASH_DASH] = ACTIONS(4973), - [anon_sym_BANG_BANG] = ACTIONS(4973), - [anon_sym_suspend] = ACTIONS(4971), - [anon_sym_sealed] = ACTIONS(4971), - [anon_sym_annotation] = ACTIONS(4971), - [anon_sym_data] = ACTIONS(4971), - [anon_sym_inner] = ACTIONS(4971), - [anon_sym_override] = ACTIONS(4971), - [anon_sym_lateinit] = ACTIONS(4971), - [anon_sym_public] = ACTIONS(4971), - [anon_sym_private] = ACTIONS(4971), - [anon_sym_internal] = ACTIONS(4971), - [anon_sym_protected] = ACTIONS(4971), - [anon_sym_tailrec] = ACTIONS(4971), - [anon_sym_operator] = ACTIONS(4971), - [anon_sym_infix] = ACTIONS(4971), - [anon_sym_inline] = ACTIONS(4971), - [anon_sym_external] = ACTIONS(4971), - [sym_property_modifier] = ACTIONS(4971), - [anon_sym_abstract] = ACTIONS(4971), - [anon_sym_final] = ACTIONS(4971), - [anon_sym_open] = ACTIONS(4971), - [anon_sym_vararg] = ACTIONS(4971), - [anon_sym_noinline] = ACTIONS(4971), - [anon_sym_crossinline] = ACTIONS(4971), - [anon_sym_expect] = ACTIONS(4971), - [anon_sym_actual] = ACTIONS(4971), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4973), - [sym__automatic_semicolon] = ACTIONS(4973), - [sym_safe_nav] = ACTIONS(4973), - [sym_multiline_comment] = ACTIONS(3), - }, - [3825] = { - [sym__alpha_identifier] = ACTIONS(4718), - [anon_sym_AT] = ACTIONS(4720), - [anon_sym_LBRACK] = ACTIONS(4720), - [anon_sym_as] = ACTIONS(4718), - [anon_sym_EQ] = ACTIONS(4718), - [anon_sym_LBRACE] = ACTIONS(4720), - [anon_sym_RBRACE] = ACTIONS(4720), - [anon_sym_LPAREN] = ACTIONS(4720), - [anon_sym_COMMA] = ACTIONS(4720), - [anon_sym_LT] = ACTIONS(4718), - [anon_sym_GT] = ACTIONS(4718), - [anon_sym_where] = ACTIONS(4718), - [anon_sym_DOT] = ACTIONS(4718), - [anon_sym_SEMI] = ACTIONS(4720), - [anon_sym_get] = ACTIONS(4718), - [anon_sym_set] = ACTIONS(4718), - [anon_sym_STAR] = ACTIONS(4718), - [sym_label] = ACTIONS(4720), - [anon_sym_in] = ACTIONS(4718), - [anon_sym_DOT_DOT] = ACTIONS(4720), - [anon_sym_QMARK_COLON] = ACTIONS(4720), - [anon_sym_AMP_AMP] = ACTIONS(4720), - [anon_sym_PIPE_PIPE] = ACTIONS(4720), - [anon_sym_else] = ACTIONS(4718), - [anon_sym_COLON_COLON] = ACTIONS(4720), - [anon_sym_PLUS_EQ] = ACTIONS(4720), - [anon_sym_DASH_EQ] = ACTIONS(4720), - [anon_sym_STAR_EQ] = ACTIONS(4720), - [anon_sym_SLASH_EQ] = ACTIONS(4720), - [anon_sym_PERCENT_EQ] = ACTIONS(4720), - [anon_sym_BANG_EQ] = ACTIONS(4718), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4720), - [anon_sym_EQ_EQ] = ACTIONS(4718), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4720), - [anon_sym_LT_EQ] = ACTIONS(4720), - [anon_sym_GT_EQ] = ACTIONS(4720), - [anon_sym_BANGin] = ACTIONS(4720), - [anon_sym_is] = ACTIONS(4718), - [anon_sym_BANGis] = ACTIONS(4720), - [anon_sym_PLUS] = ACTIONS(4718), - [anon_sym_DASH] = ACTIONS(4718), - [anon_sym_SLASH] = ACTIONS(4718), - [anon_sym_PERCENT] = ACTIONS(4718), - [anon_sym_as_QMARK] = ACTIONS(4720), - [anon_sym_PLUS_PLUS] = ACTIONS(4720), - [anon_sym_DASH_DASH] = ACTIONS(4720), - [anon_sym_BANG_BANG] = ACTIONS(4720), - [anon_sym_suspend] = ACTIONS(4718), - [anon_sym_sealed] = ACTIONS(4718), - [anon_sym_annotation] = ACTIONS(4718), - [anon_sym_data] = ACTIONS(4718), - [anon_sym_inner] = ACTIONS(4718), - [anon_sym_override] = ACTIONS(4718), - [anon_sym_lateinit] = ACTIONS(4718), - [anon_sym_public] = ACTIONS(4718), - [anon_sym_private] = ACTIONS(4718), - [anon_sym_internal] = ACTIONS(4718), - [anon_sym_protected] = ACTIONS(4718), - [anon_sym_tailrec] = ACTIONS(4718), - [anon_sym_operator] = ACTIONS(4718), - [anon_sym_infix] = ACTIONS(4718), - [anon_sym_inline] = ACTIONS(4718), - [anon_sym_external] = ACTIONS(4718), - [sym_property_modifier] = ACTIONS(4718), - [anon_sym_abstract] = ACTIONS(4718), - [anon_sym_final] = ACTIONS(4718), - [anon_sym_open] = ACTIONS(4718), - [anon_sym_vararg] = ACTIONS(4718), - [anon_sym_noinline] = ACTIONS(4718), - [anon_sym_crossinline] = ACTIONS(4718), - [anon_sym_expect] = ACTIONS(4718), - [anon_sym_actual] = ACTIONS(4718), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4720), - [sym__automatic_semicolon] = ACTIONS(4720), - [sym_safe_nav] = ACTIONS(4720), - [sym_multiline_comment] = ACTIONS(3), - }, - [3826] = { - [sym__alpha_identifier] = ACTIONS(4847), - [anon_sym_AT] = ACTIONS(4849), - [anon_sym_LBRACK] = ACTIONS(4849), - [anon_sym_as] = ACTIONS(4847), - [anon_sym_EQ] = ACTIONS(4847), - [anon_sym_LBRACE] = ACTIONS(4849), - [anon_sym_RBRACE] = ACTIONS(4849), - [anon_sym_LPAREN] = ACTIONS(4849), - [anon_sym_COMMA] = ACTIONS(4849), - [anon_sym_LT] = ACTIONS(4847), - [anon_sym_GT] = ACTIONS(4847), - [anon_sym_where] = ACTIONS(4847), - [anon_sym_DOT] = ACTIONS(4847), - [anon_sym_SEMI] = ACTIONS(4849), - [anon_sym_get] = ACTIONS(4847), - [anon_sym_set] = ACTIONS(4847), - [anon_sym_STAR] = ACTIONS(4847), - [sym_label] = ACTIONS(4849), - [anon_sym_in] = ACTIONS(4847), - [anon_sym_DOT_DOT] = ACTIONS(4849), - [anon_sym_QMARK_COLON] = ACTIONS(4849), - [anon_sym_AMP_AMP] = ACTIONS(4849), - [anon_sym_PIPE_PIPE] = ACTIONS(4849), - [anon_sym_else] = ACTIONS(4847), - [anon_sym_COLON_COLON] = ACTIONS(4849), - [anon_sym_PLUS_EQ] = ACTIONS(4849), - [anon_sym_DASH_EQ] = ACTIONS(4849), - [anon_sym_STAR_EQ] = ACTIONS(4849), - [anon_sym_SLASH_EQ] = ACTIONS(4849), - [anon_sym_PERCENT_EQ] = ACTIONS(4849), - [anon_sym_BANG_EQ] = ACTIONS(4847), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4849), - [anon_sym_EQ_EQ] = ACTIONS(4847), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4849), - [anon_sym_LT_EQ] = ACTIONS(4849), - [anon_sym_GT_EQ] = ACTIONS(4849), - [anon_sym_BANGin] = ACTIONS(4849), - [anon_sym_is] = ACTIONS(4847), - [anon_sym_BANGis] = ACTIONS(4849), - [anon_sym_PLUS] = ACTIONS(4847), - [anon_sym_DASH] = ACTIONS(4847), - [anon_sym_SLASH] = ACTIONS(4847), - [anon_sym_PERCENT] = ACTIONS(4847), - [anon_sym_as_QMARK] = ACTIONS(4849), - [anon_sym_PLUS_PLUS] = ACTIONS(4849), - [anon_sym_DASH_DASH] = ACTIONS(4849), - [anon_sym_BANG_BANG] = ACTIONS(4849), - [anon_sym_suspend] = ACTIONS(4847), - [anon_sym_sealed] = ACTIONS(4847), - [anon_sym_annotation] = ACTIONS(4847), - [anon_sym_data] = ACTIONS(4847), - [anon_sym_inner] = ACTIONS(4847), - [anon_sym_override] = ACTIONS(4847), - [anon_sym_lateinit] = ACTIONS(4847), - [anon_sym_public] = ACTIONS(4847), - [anon_sym_private] = ACTIONS(4847), - [anon_sym_internal] = ACTIONS(4847), - [anon_sym_protected] = ACTIONS(4847), - [anon_sym_tailrec] = ACTIONS(4847), - [anon_sym_operator] = ACTIONS(4847), - [anon_sym_infix] = ACTIONS(4847), - [anon_sym_inline] = ACTIONS(4847), - [anon_sym_external] = ACTIONS(4847), - [sym_property_modifier] = ACTIONS(4847), - [anon_sym_abstract] = ACTIONS(4847), - [anon_sym_final] = ACTIONS(4847), - [anon_sym_open] = ACTIONS(4847), - [anon_sym_vararg] = ACTIONS(4847), - [anon_sym_noinline] = ACTIONS(4847), - [anon_sym_crossinline] = ACTIONS(4847), - [anon_sym_expect] = ACTIONS(4847), - [anon_sym_actual] = ACTIONS(4847), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4849), - [sym__automatic_semicolon] = ACTIONS(4849), - [sym_safe_nav] = ACTIONS(4849), - [sym_multiline_comment] = ACTIONS(3), - }, - [3827] = { - [sym__alpha_identifier] = ACTIONS(5015), - [anon_sym_AT] = ACTIONS(5017), - [anon_sym_LBRACK] = ACTIONS(5017), - [anon_sym_as] = ACTIONS(5015), - [anon_sym_EQ] = ACTIONS(5015), - [anon_sym_LBRACE] = ACTIONS(5017), - [anon_sym_RBRACE] = ACTIONS(5017), - [anon_sym_LPAREN] = ACTIONS(5017), - [anon_sym_COMMA] = ACTIONS(5017), - [anon_sym_LT] = ACTIONS(5015), - [anon_sym_GT] = ACTIONS(5015), - [anon_sym_where] = ACTIONS(5015), - [anon_sym_DOT] = ACTIONS(5015), - [anon_sym_SEMI] = ACTIONS(5017), - [anon_sym_get] = ACTIONS(5015), - [anon_sym_set] = ACTIONS(5015), - [anon_sym_STAR] = ACTIONS(5015), - [sym_label] = ACTIONS(5017), - [anon_sym_in] = ACTIONS(5015), - [anon_sym_DOT_DOT] = ACTIONS(5017), - [anon_sym_QMARK_COLON] = ACTIONS(5017), - [anon_sym_AMP_AMP] = ACTIONS(5017), - [anon_sym_PIPE_PIPE] = ACTIONS(5017), - [anon_sym_else] = ACTIONS(5015), - [anon_sym_COLON_COLON] = ACTIONS(5017), - [anon_sym_PLUS_EQ] = ACTIONS(5017), - [anon_sym_DASH_EQ] = ACTIONS(5017), - [anon_sym_STAR_EQ] = ACTIONS(5017), - [anon_sym_SLASH_EQ] = ACTIONS(5017), - [anon_sym_PERCENT_EQ] = ACTIONS(5017), - [anon_sym_BANG_EQ] = ACTIONS(5015), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5017), - [anon_sym_EQ_EQ] = ACTIONS(5015), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5017), - [anon_sym_LT_EQ] = ACTIONS(5017), - [anon_sym_GT_EQ] = ACTIONS(5017), - [anon_sym_BANGin] = ACTIONS(5017), - [anon_sym_is] = ACTIONS(5015), - [anon_sym_BANGis] = ACTIONS(5017), - [anon_sym_PLUS] = ACTIONS(5015), - [anon_sym_DASH] = ACTIONS(5015), - [anon_sym_SLASH] = ACTIONS(5015), - [anon_sym_PERCENT] = ACTIONS(5015), - [anon_sym_as_QMARK] = ACTIONS(5017), - [anon_sym_PLUS_PLUS] = ACTIONS(5017), - [anon_sym_DASH_DASH] = ACTIONS(5017), - [anon_sym_BANG_BANG] = ACTIONS(5017), - [anon_sym_suspend] = ACTIONS(5015), - [anon_sym_sealed] = ACTIONS(5015), - [anon_sym_annotation] = ACTIONS(5015), - [anon_sym_data] = ACTIONS(5015), - [anon_sym_inner] = ACTIONS(5015), - [anon_sym_override] = ACTIONS(5015), - [anon_sym_lateinit] = ACTIONS(5015), - [anon_sym_public] = ACTIONS(5015), - [anon_sym_private] = ACTIONS(5015), - [anon_sym_internal] = ACTIONS(5015), - [anon_sym_protected] = ACTIONS(5015), - [anon_sym_tailrec] = ACTIONS(5015), - [anon_sym_operator] = ACTIONS(5015), - [anon_sym_infix] = ACTIONS(5015), - [anon_sym_inline] = ACTIONS(5015), - [anon_sym_external] = ACTIONS(5015), - [sym_property_modifier] = ACTIONS(5015), - [anon_sym_abstract] = ACTIONS(5015), - [anon_sym_final] = ACTIONS(5015), - [anon_sym_open] = ACTIONS(5015), - [anon_sym_vararg] = ACTIONS(5015), - [anon_sym_noinline] = ACTIONS(5015), - [anon_sym_crossinline] = ACTIONS(5015), - [anon_sym_expect] = ACTIONS(5015), - [anon_sym_actual] = ACTIONS(5015), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5017), - [sym__automatic_semicolon] = ACTIONS(5017), - [sym_safe_nav] = ACTIONS(5017), - [sym_multiline_comment] = ACTIONS(3), - }, - [3828] = { - [sym_function_body] = STATE(3792), - [sym__block] = STATE(3725), - [sym__alpha_identifier] = ACTIONS(4101), - [anon_sym_AT] = ACTIONS(4103), - [anon_sym_LBRACK] = ACTIONS(4103), - [anon_sym_as] = ACTIONS(4101), - [anon_sym_EQ] = ACTIONS(6566), - [anon_sym_LBRACE] = ACTIONS(6434), - [anon_sym_RBRACE] = ACTIONS(4103), - [anon_sym_LPAREN] = ACTIONS(4103), - [anon_sym_LT] = ACTIONS(4101), - [anon_sym_GT] = ACTIONS(4101), - [anon_sym_DOT] = ACTIONS(4101), - [anon_sym_SEMI] = ACTIONS(4103), - [anon_sym_get] = ACTIONS(4101), - [anon_sym_set] = ACTIONS(4101), - [anon_sym_STAR] = ACTIONS(4101), - [sym_label] = ACTIONS(4103), - [anon_sym_in] = ACTIONS(4101), - [anon_sym_DOT_DOT] = ACTIONS(4103), - [anon_sym_QMARK_COLON] = ACTIONS(4103), - [anon_sym_AMP_AMP] = ACTIONS(4103), - [anon_sym_PIPE_PIPE] = ACTIONS(4103), - [anon_sym_else] = ACTIONS(4101), - [anon_sym_COLON_COLON] = ACTIONS(4103), - [anon_sym_PLUS_EQ] = ACTIONS(4103), - [anon_sym_DASH_EQ] = ACTIONS(4103), - [anon_sym_STAR_EQ] = ACTIONS(4103), - [anon_sym_SLASH_EQ] = ACTIONS(4103), - [anon_sym_PERCENT_EQ] = ACTIONS(4103), - [anon_sym_BANG_EQ] = ACTIONS(4101), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4103), - [anon_sym_EQ_EQ] = ACTIONS(4101), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4103), - [anon_sym_LT_EQ] = ACTIONS(4103), - [anon_sym_GT_EQ] = ACTIONS(4103), - [anon_sym_BANGin] = ACTIONS(4103), - [anon_sym_is] = ACTIONS(4101), - [anon_sym_BANGis] = ACTIONS(4103), - [anon_sym_PLUS] = ACTIONS(4101), - [anon_sym_DASH] = ACTIONS(4101), - [anon_sym_SLASH] = ACTIONS(4101), - [anon_sym_PERCENT] = ACTIONS(4101), - [anon_sym_as_QMARK] = ACTIONS(4103), - [anon_sym_PLUS_PLUS] = ACTIONS(4103), - [anon_sym_DASH_DASH] = ACTIONS(4103), - [anon_sym_BANG_BANG] = ACTIONS(4103), - [anon_sym_suspend] = ACTIONS(4101), - [anon_sym_sealed] = ACTIONS(4101), - [anon_sym_annotation] = ACTIONS(4101), - [anon_sym_data] = ACTIONS(4101), - [anon_sym_inner] = ACTIONS(4101), - [anon_sym_override] = ACTIONS(4101), - [anon_sym_lateinit] = ACTIONS(4101), - [anon_sym_public] = ACTIONS(4101), - [anon_sym_private] = ACTIONS(4101), - [anon_sym_internal] = ACTIONS(4101), - [anon_sym_protected] = ACTIONS(4101), - [anon_sym_tailrec] = ACTIONS(4101), - [anon_sym_operator] = ACTIONS(4101), - [anon_sym_infix] = ACTIONS(4101), - [anon_sym_inline] = ACTIONS(4101), - [anon_sym_external] = ACTIONS(4101), - [sym_property_modifier] = ACTIONS(4101), - [anon_sym_abstract] = ACTIONS(4101), - [anon_sym_final] = ACTIONS(4101), - [anon_sym_open] = ACTIONS(4101), - [anon_sym_vararg] = ACTIONS(4101), - [anon_sym_noinline] = ACTIONS(4101), - [anon_sym_crossinline] = ACTIONS(4101), - [anon_sym_expect] = ACTIONS(4101), - [anon_sym_actual] = ACTIONS(4101), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4103), - [sym__automatic_semicolon] = ACTIONS(4103), - [sym_safe_nav] = ACTIONS(4103), - [sym_multiline_comment] = ACTIONS(3), - }, - [3829] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2327), - [sym__comparison_operator] = STATE(2323), - [sym__in_operator] = STATE(2322), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2320), - [sym__multiplicative_operator] = STATE(2319), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2317), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), - [anon_sym_EQ] = ACTIONS(3019), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(3021), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_RPAREN] = ACTIONS(3021), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(6828), - [anon_sym_DOT] = ACTIONS(6387), - [anon_sym_SEMI] = ACTIONS(3021), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(6830), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(6832), - [anon_sym_while] = ACTIONS(3019), - [anon_sym_DOT_DOT] = ACTIONS(6834), - [anon_sym_QMARK_COLON] = ACTIONS(6836), - [anon_sym_AMP_AMP] = ACTIONS(6876), - [anon_sym_PIPE_PIPE] = ACTIONS(6878), - [anon_sym_else] = ACTIONS(3019), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_PLUS_EQ] = ACTIONS(3021), - [anon_sym_DASH_EQ] = ACTIONS(3021), - [anon_sym_STAR_EQ] = ACTIONS(3021), - [anon_sym_SLASH_EQ] = ACTIONS(3021), - [anon_sym_PERCENT_EQ] = ACTIONS(3021), - [anon_sym_BANG_EQ] = ACTIONS(6838), - [anon_sym_BANG_EQ_EQ] = ACTIONS(6840), - [anon_sym_EQ_EQ] = ACTIONS(6838), - [anon_sym_EQ_EQ_EQ] = ACTIONS(6840), - [anon_sym_LT_EQ] = ACTIONS(6842), - [anon_sym_GT_EQ] = ACTIONS(6842), - [anon_sym_BANGin] = ACTIONS(6844), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(6846), - [anon_sym_DASH] = ACTIONS(6846), - [anon_sym_SLASH] = ACTIONS(6830), - [anon_sym_PERCENT] = ACTIONS(6830), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), - [sym_multiline_comment] = ACTIONS(3), - }, - [3830] = { - [sym__alpha_identifier] = ACTIONS(4879), - [anon_sym_AT] = ACTIONS(4881), - [anon_sym_LBRACK] = ACTIONS(4881), - [anon_sym_as] = ACTIONS(4879), - [anon_sym_EQ] = ACTIONS(4879), - [anon_sym_LBRACE] = ACTIONS(4881), - [anon_sym_RBRACE] = ACTIONS(4881), - [anon_sym_LPAREN] = ACTIONS(4881), - [anon_sym_COMMA] = ACTIONS(4881), - [anon_sym_LT] = ACTIONS(4879), - [anon_sym_GT] = ACTIONS(4879), - [anon_sym_where] = ACTIONS(4879), - [anon_sym_DOT] = ACTIONS(4879), - [anon_sym_SEMI] = ACTIONS(4881), - [anon_sym_get] = ACTIONS(4879), - [anon_sym_set] = ACTIONS(4879), - [anon_sym_STAR] = ACTIONS(4879), - [sym_label] = ACTIONS(4881), - [anon_sym_in] = ACTIONS(4879), - [anon_sym_DOT_DOT] = ACTIONS(4881), - [anon_sym_QMARK_COLON] = ACTIONS(4881), - [anon_sym_AMP_AMP] = ACTIONS(4881), - [anon_sym_PIPE_PIPE] = ACTIONS(4881), - [anon_sym_else] = ACTIONS(4879), - [anon_sym_COLON_COLON] = ACTIONS(4881), - [anon_sym_PLUS_EQ] = ACTIONS(4881), - [anon_sym_DASH_EQ] = ACTIONS(4881), - [anon_sym_STAR_EQ] = ACTIONS(4881), - [anon_sym_SLASH_EQ] = ACTIONS(4881), - [anon_sym_PERCENT_EQ] = ACTIONS(4881), - [anon_sym_BANG_EQ] = ACTIONS(4879), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4881), - [anon_sym_EQ_EQ] = ACTIONS(4879), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4881), - [anon_sym_LT_EQ] = ACTIONS(4881), - [anon_sym_GT_EQ] = ACTIONS(4881), - [anon_sym_BANGin] = ACTIONS(4881), - [anon_sym_is] = ACTIONS(4879), - [anon_sym_BANGis] = ACTIONS(4881), - [anon_sym_PLUS] = ACTIONS(4879), - [anon_sym_DASH] = ACTIONS(4879), - [anon_sym_SLASH] = ACTIONS(4879), - [anon_sym_PERCENT] = ACTIONS(4879), - [anon_sym_as_QMARK] = ACTIONS(4881), - [anon_sym_PLUS_PLUS] = ACTIONS(4881), - [anon_sym_DASH_DASH] = ACTIONS(4881), - [anon_sym_BANG_BANG] = ACTIONS(4881), - [anon_sym_suspend] = ACTIONS(4879), - [anon_sym_sealed] = ACTIONS(4879), - [anon_sym_annotation] = ACTIONS(4879), - [anon_sym_data] = ACTIONS(4879), - [anon_sym_inner] = ACTIONS(4879), - [anon_sym_override] = ACTIONS(4879), - [anon_sym_lateinit] = ACTIONS(4879), - [anon_sym_public] = ACTIONS(4879), - [anon_sym_private] = ACTIONS(4879), - [anon_sym_internal] = ACTIONS(4879), - [anon_sym_protected] = ACTIONS(4879), - [anon_sym_tailrec] = ACTIONS(4879), - [anon_sym_operator] = ACTIONS(4879), - [anon_sym_infix] = ACTIONS(4879), - [anon_sym_inline] = ACTIONS(4879), - [anon_sym_external] = ACTIONS(4879), - [sym_property_modifier] = ACTIONS(4879), - [anon_sym_abstract] = ACTIONS(4879), - [anon_sym_final] = ACTIONS(4879), - [anon_sym_open] = ACTIONS(4879), - [anon_sym_vararg] = ACTIONS(4879), - [anon_sym_noinline] = ACTIONS(4879), - [anon_sym_crossinline] = ACTIONS(4879), - [anon_sym_expect] = ACTIONS(4879), - [anon_sym_actual] = ACTIONS(4879), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4881), - [sym__automatic_semicolon] = ACTIONS(4881), - [sym_safe_nav] = ACTIONS(4881), - [sym_multiline_comment] = ACTIONS(3), - }, - [3831] = { - [sym__alpha_identifier] = ACTIONS(4963), - [anon_sym_AT] = ACTIONS(4965), - [anon_sym_LBRACK] = ACTIONS(4965), - [anon_sym_as] = ACTIONS(4963), - [anon_sym_EQ] = ACTIONS(4963), - [anon_sym_LBRACE] = ACTIONS(4965), - [anon_sym_RBRACE] = ACTIONS(4965), - [anon_sym_LPAREN] = ACTIONS(4965), - [anon_sym_COMMA] = ACTIONS(4965), - [anon_sym_LT] = ACTIONS(4963), - [anon_sym_GT] = ACTIONS(4963), - [anon_sym_where] = ACTIONS(4963), - [anon_sym_DOT] = ACTIONS(4963), - [anon_sym_SEMI] = ACTIONS(4965), - [anon_sym_get] = ACTIONS(4963), - [anon_sym_set] = ACTIONS(4963), - [anon_sym_STAR] = ACTIONS(4963), - [sym_label] = ACTIONS(4965), - [anon_sym_in] = ACTIONS(4963), - [anon_sym_DOT_DOT] = ACTIONS(4965), - [anon_sym_QMARK_COLON] = ACTIONS(4965), - [anon_sym_AMP_AMP] = ACTIONS(4965), - [anon_sym_PIPE_PIPE] = ACTIONS(4965), - [anon_sym_else] = ACTIONS(4963), - [anon_sym_COLON_COLON] = ACTIONS(4965), - [anon_sym_PLUS_EQ] = ACTIONS(4965), - [anon_sym_DASH_EQ] = ACTIONS(4965), - [anon_sym_STAR_EQ] = ACTIONS(4965), - [anon_sym_SLASH_EQ] = ACTIONS(4965), - [anon_sym_PERCENT_EQ] = ACTIONS(4965), - [anon_sym_BANG_EQ] = ACTIONS(4963), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4965), - [anon_sym_EQ_EQ] = ACTIONS(4963), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4965), - [anon_sym_LT_EQ] = ACTIONS(4965), - [anon_sym_GT_EQ] = ACTIONS(4965), - [anon_sym_BANGin] = ACTIONS(4965), - [anon_sym_is] = ACTIONS(4963), - [anon_sym_BANGis] = ACTIONS(4965), - [anon_sym_PLUS] = ACTIONS(4963), - [anon_sym_DASH] = ACTIONS(4963), - [anon_sym_SLASH] = ACTIONS(4963), - [anon_sym_PERCENT] = ACTIONS(4963), - [anon_sym_as_QMARK] = ACTIONS(4965), - [anon_sym_PLUS_PLUS] = ACTIONS(4965), - [anon_sym_DASH_DASH] = ACTIONS(4965), - [anon_sym_BANG_BANG] = ACTIONS(4965), - [anon_sym_suspend] = ACTIONS(4963), - [anon_sym_sealed] = ACTIONS(4963), - [anon_sym_annotation] = ACTIONS(4963), - [anon_sym_data] = ACTIONS(4963), - [anon_sym_inner] = ACTIONS(4963), - [anon_sym_override] = ACTIONS(4963), - [anon_sym_lateinit] = ACTIONS(4963), - [anon_sym_public] = ACTIONS(4963), - [anon_sym_private] = ACTIONS(4963), - [anon_sym_internal] = ACTIONS(4963), - [anon_sym_protected] = ACTIONS(4963), - [anon_sym_tailrec] = ACTIONS(4963), - [anon_sym_operator] = ACTIONS(4963), - [anon_sym_infix] = ACTIONS(4963), - [anon_sym_inline] = ACTIONS(4963), - [anon_sym_external] = ACTIONS(4963), - [sym_property_modifier] = ACTIONS(4963), - [anon_sym_abstract] = ACTIONS(4963), - [anon_sym_final] = ACTIONS(4963), - [anon_sym_open] = ACTIONS(4963), - [anon_sym_vararg] = ACTIONS(4963), - [anon_sym_noinline] = ACTIONS(4963), - [anon_sym_crossinline] = ACTIONS(4963), - [anon_sym_expect] = ACTIONS(4963), - [anon_sym_actual] = ACTIONS(4963), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4965), - [sym__automatic_semicolon] = ACTIONS(4965), - [sym_safe_nav] = ACTIONS(4965), - [sym_multiline_comment] = ACTIONS(3), - }, - [3832] = { - [sym__alpha_identifier] = ACTIONS(4396), - [anon_sym_AT] = ACTIONS(4398), - [anon_sym_LBRACK] = ACTIONS(4398), - [anon_sym_as] = ACTIONS(4396), - [anon_sym_EQ] = ACTIONS(4396), - [anon_sym_LBRACE] = ACTIONS(4398), - [anon_sym_RBRACE] = ACTIONS(4398), - [anon_sym_LPAREN] = ACTIONS(4398), - [anon_sym_COMMA] = ACTIONS(4398), - [anon_sym_LT] = ACTIONS(4396), - [anon_sym_GT] = ACTIONS(4396), - [anon_sym_where] = ACTIONS(4396), - [anon_sym_DOT] = ACTIONS(4396), - [anon_sym_SEMI] = ACTIONS(4398), - [anon_sym_get] = ACTIONS(4396), - [anon_sym_set] = ACTIONS(4396), - [anon_sym_STAR] = ACTIONS(4396), - [sym_label] = ACTIONS(4398), - [anon_sym_in] = ACTIONS(4396), - [anon_sym_DOT_DOT] = ACTIONS(4398), - [anon_sym_QMARK_COLON] = ACTIONS(4398), - [anon_sym_AMP_AMP] = ACTIONS(4398), - [anon_sym_PIPE_PIPE] = ACTIONS(4398), - [anon_sym_else] = ACTIONS(4396), - [anon_sym_COLON_COLON] = ACTIONS(4398), - [anon_sym_PLUS_EQ] = ACTIONS(4398), - [anon_sym_DASH_EQ] = ACTIONS(4398), - [anon_sym_STAR_EQ] = ACTIONS(4398), - [anon_sym_SLASH_EQ] = ACTIONS(4398), - [anon_sym_PERCENT_EQ] = ACTIONS(4398), - [anon_sym_BANG_EQ] = ACTIONS(4396), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4398), - [anon_sym_EQ_EQ] = ACTIONS(4396), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4398), - [anon_sym_LT_EQ] = ACTIONS(4398), - [anon_sym_GT_EQ] = ACTIONS(4398), - [anon_sym_BANGin] = ACTIONS(4398), - [anon_sym_is] = ACTIONS(4396), - [anon_sym_BANGis] = ACTIONS(4398), - [anon_sym_PLUS] = ACTIONS(4396), - [anon_sym_DASH] = ACTIONS(4396), - [anon_sym_SLASH] = ACTIONS(4396), - [anon_sym_PERCENT] = ACTIONS(4396), - [anon_sym_as_QMARK] = ACTIONS(4398), - [anon_sym_PLUS_PLUS] = ACTIONS(4398), - [anon_sym_DASH_DASH] = ACTIONS(4398), - [anon_sym_BANG_BANG] = ACTIONS(4398), - [anon_sym_suspend] = ACTIONS(4396), - [anon_sym_sealed] = ACTIONS(4396), - [anon_sym_annotation] = ACTIONS(4396), - [anon_sym_data] = ACTIONS(4396), - [anon_sym_inner] = ACTIONS(4396), - [anon_sym_override] = ACTIONS(4396), - [anon_sym_lateinit] = ACTIONS(4396), - [anon_sym_public] = ACTIONS(4396), - [anon_sym_private] = ACTIONS(4396), - [anon_sym_internal] = ACTIONS(4396), - [anon_sym_protected] = ACTIONS(4396), - [anon_sym_tailrec] = ACTIONS(4396), - [anon_sym_operator] = ACTIONS(4396), - [anon_sym_infix] = ACTIONS(4396), - [anon_sym_inline] = ACTIONS(4396), - [anon_sym_external] = ACTIONS(4396), - [sym_property_modifier] = ACTIONS(4396), - [anon_sym_abstract] = ACTIONS(4396), - [anon_sym_final] = ACTIONS(4396), - [anon_sym_open] = ACTIONS(4396), - [anon_sym_vararg] = ACTIONS(4396), - [anon_sym_noinline] = ACTIONS(4396), - [anon_sym_crossinline] = ACTIONS(4396), - [anon_sym_expect] = ACTIONS(4396), - [anon_sym_actual] = ACTIONS(4396), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4398), - [sym__automatic_semicolon] = ACTIONS(4398), - [sym_safe_nav] = ACTIONS(4398), - [sym_multiline_comment] = ACTIONS(3), - }, - [3833] = { - [sym_function_body] = STATE(3750), - [sym__block] = STATE(3725), - [sym__alpha_identifier] = ACTIONS(4300), - [anon_sym_AT] = ACTIONS(4302), - [anon_sym_LBRACK] = ACTIONS(4302), - [anon_sym_as] = ACTIONS(4300), - [anon_sym_EQ] = ACTIONS(6566), - [anon_sym_LBRACE] = ACTIONS(6434), - [anon_sym_RBRACE] = ACTIONS(4302), - [anon_sym_LPAREN] = ACTIONS(4302), - [anon_sym_LT] = ACTIONS(4300), - [anon_sym_GT] = ACTIONS(4300), - [anon_sym_DOT] = ACTIONS(4300), - [anon_sym_SEMI] = ACTIONS(4302), - [anon_sym_get] = ACTIONS(4300), - [anon_sym_set] = ACTIONS(4300), - [anon_sym_STAR] = ACTIONS(4300), - [sym_label] = ACTIONS(4302), - [anon_sym_in] = ACTIONS(4300), - [anon_sym_DOT_DOT] = ACTIONS(4302), - [anon_sym_QMARK_COLON] = ACTIONS(4302), - [anon_sym_AMP_AMP] = ACTIONS(4302), - [anon_sym_PIPE_PIPE] = ACTIONS(4302), - [anon_sym_else] = ACTIONS(4300), - [anon_sym_COLON_COLON] = ACTIONS(4302), - [anon_sym_PLUS_EQ] = ACTIONS(4302), - [anon_sym_DASH_EQ] = ACTIONS(4302), - [anon_sym_STAR_EQ] = ACTIONS(4302), - [anon_sym_SLASH_EQ] = ACTIONS(4302), - [anon_sym_PERCENT_EQ] = ACTIONS(4302), - [anon_sym_BANG_EQ] = ACTIONS(4300), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4302), - [anon_sym_EQ_EQ] = ACTIONS(4300), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4302), - [anon_sym_LT_EQ] = ACTIONS(4302), - [anon_sym_GT_EQ] = ACTIONS(4302), - [anon_sym_BANGin] = ACTIONS(4302), - [anon_sym_is] = ACTIONS(4300), - [anon_sym_BANGis] = ACTIONS(4302), - [anon_sym_PLUS] = ACTIONS(4300), - [anon_sym_DASH] = ACTIONS(4300), - [anon_sym_SLASH] = ACTIONS(4300), - [anon_sym_PERCENT] = ACTIONS(4300), - [anon_sym_as_QMARK] = ACTIONS(4302), - [anon_sym_PLUS_PLUS] = ACTIONS(4302), - [anon_sym_DASH_DASH] = ACTIONS(4302), - [anon_sym_BANG_BANG] = ACTIONS(4302), - [anon_sym_suspend] = ACTIONS(4300), - [anon_sym_sealed] = ACTIONS(4300), - [anon_sym_annotation] = ACTIONS(4300), - [anon_sym_data] = ACTIONS(4300), - [anon_sym_inner] = ACTIONS(4300), - [anon_sym_override] = ACTIONS(4300), - [anon_sym_lateinit] = ACTIONS(4300), - [anon_sym_public] = ACTIONS(4300), - [anon_sym_private] = ACTIONS(4300), - [anon_sym_internal] = ACTIONS(4300), - [anon_sym_protected] = ACTIONS(4300), - [anon_sym_tailrec] = ACTIONS(4300), - [anon_sym_operator] = ACTIONS(4300), - [anon_sym_infix] = ACTIONS(4300), - [anon_sym_inline] = ACTIONS(4300), - [anon_sym_external] = ACTIONS(4300), - [sym_property_modifier] = ACTIONS(4300), - [anon_sym_abstract] = ACTIONS(4300), - [anon_sym_final] = ACTIONS(4300), - [anon_sym_open] = ACTIONS(4300), - [anon_sym_vararg] = ACTIONS(4300), - [anon_sym_noinline] = ACTIONS(4300), - [anon_sym_crossinline] = ACTIONS(4300), - [anon_sym_expect] = ACTIONS(4300), - [anon_sym_actual] = ACTIONS(4300), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4302), - [sym__automatic_semicolon] = ACTIONS(4302), - [sym_safe_nav] = ACTIONS(4302), - [sym_multiline_comment] = ACTIONS(3), - }, - [3834] = { - [sym__alpha_identifier] = ACTIONS(4631), - [anon_sym_AT] = ACTIONS(4633), - [anon_sym_LBRACK] = ACTIONS(4633), - [anon_sym_EQ] = ACTIONS(4633), - [anon_sym_LBRACE] = ACTIONS(4633), - [anon_sym_RBRACE] = ACTIONS(4633), - [anon_sym_LPAREN] = ACTIONS(4633), - [anon_sym_by] = ACTIONS(4631), - [anon_sym_where] = ACTIONS(4631), - [anon_sym_object] = ACTIONS(4631), - [anon_sym_fun] = ACTIONS(4631), - [anon_sym_SEMI] = ACTIONS(4633), - [anon_sym_get] = ACTIONS(4631), - [anon_sym_set] = ACTIONS(4631), - [anon_sym_this] = ACTIONS(4631), - [anon_sym_super] = ACTIONS(4631), - [anon_sym_STAR] = ACTIONS(4633), - [sym_label] = ACTIONS(4631), - [anon_sym_in] = ACTIONS(4631), - [anon_sym_null] = ACTIONS(4631), - [anon_sym_if] = ACTIONS(4631), - [anon_sym_else] = ACTIONS(4631), - [anon_sym_when] = ACTIONS(4631), - [anon_sym_try] = ACTIONS(4631), - [anon_sym_throw] = ACTIONS(4631), - [anon_sym_return] = ACTIONS(4631), - [anon_sym_continue] = ACTIONS(4631), - [anon_sym_break] = ACTIONS(4631), - [anon_sym_COLON_COLON] = ACTIONS(4633), - [anon_sym_BANGin] = ACTIONS(4633), - [anon_sym_is] = ACTIONS(4631), - [anon_sym_BANGis] = ACTIONS(4633), - [anon_sym_PLUS] = ACTIONS(4631), - [anon_sym_DASH] = ACTIONS(4631), - [anon_sym_PLUS_PLUS] = ACTIONS(4633), - [anon_sym_DASH_DASH] = ACTIONS(4633), - [anon_sym_BANG] = ACTIONS(4631), - [anon_sym_suspend] = ACTIONS(4631), - [anon_sym_sealed] = ACTIONS(4631), - [anon_sym_annotation] = ACTIONS(4631), - [anon_sym_data] = ACTIONS(4631), - [anon_sym_inner] = ACTIONS(4631), - [anon_sym_override] = ACTIONS(4631), - [anon_sym_lateinit] = ACTIONS(4631), - [anon_sym_public] = ACTIONS(4631), - [anon_sym_private] = ACTIONS(4631), - [anon_sym_internal] = ACTIONS(4631), - [anon_sym_protected] = ACTIONS(4631), - [anon_sym_tailrec] = ACTIONS(4631), - [anon_sym_operator] = ACTIONS(4631), - [anon_sym_infix] = ACTIONS(4631), - [anon_sym_inline] = ACTIONS(4631), - [anon_sym_external] = ACTIONS(4631), - [sym_property_modifier] = ACTIONS(4631), - [anon_sym_abstract] = ACTIONS(4631), - [anon_sym_final] = ACTIONS(4631), - [anon_sym_open] = ACTIONS(4631), - [anon_sym_vararg] = ACTIONS(4631), - [anon_sym_noinline] = ACTIONS(4631), - [anon_sym_crossinline] = ACTIONS(4631), - [anon_sym_expect] = ACTIONS(4631), - [anon_sym_actual] = ACTIONS(4631), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4633), - [anon_sym_continue_AT] = ACTIONS(4633), - [anon_sym_break_AT] = ACTIONS(4633), - [sym_real_literal] = ACTIONS(4633), - [sym_integer_literal] = ACTIONS(4631), - [sym_hex_literal] = ACTIONS(4633), - [sym_bin_literal] = ACTIONS(4633), - [anon_sym_true] = ACTIONS(4631), - [anon_sym_false] = ACTIONS(4631), - [anon_sym_SQUOTE] = ACTIONS(4633), - [sym__backtick_identifier] = ACTIONS(4633), - [sym__automatic_semicolon] = ACTIONS(4633), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4633), - }, - [3835] = { - [sym__alpha_identifier] = ACTIONS(4213), - [anon_sym_AT] = ACTIONS(4215), - [anon_sym_LBRACK] = ACTIONS(4215), - [anon_sym_as] = ACTIONS(4213), - [anon_sym_EQ] = ACTIONS(4213), - [anon_sym_LBRACE] = ACTIONS(4215), - [anon_sym_RBRACE] = ACTIONS(4215), - [anon_sym_LPAREN] = ACTIONS(4215), - [anon_sym_COMMA] = ACTIONS(4215), - [anon_sym_LT] = ACTIONS(4213), - [anon_sym_GT] = ACTIONS(4213), - [anon_sym_where] = ACTIONS(4213), - [anon_sym_DOT] = ACTIONS(4213), - [anon_sym_SEMI] = ACTIONS(4215), - [anon_sym_get] = ACTIONS(4213), - [anon_sym_set] = ACTIONS(4213), - [anon_sym_STAR] = ACTIONS(4213), - [sym_label] = ACTIONS(4215), - [anon_sym_in] = ACTIONS(4213), - [anon_sym_DOT_DOT] = ACTIONS(4215), - [anon_sym_QMARK_COLON] = ACTIONS(4215), - [anon_sym_AMP_AMP] = ACTIONS(4215), - [anon_sym_PIPE_PIPE] = ACTIONS(4215), - [anon_sym_else] = ACTIONS(4213), - [anon_sym_COLON_COLON] = ACTIONS(4215), - [anon_sym_PLUS_EQ] = ACTIONS(4215), - [anon_sym_DASH_EQ] = ACTIONS(4215), - [anon_sym_STAR_EQ] = ACTIONS(4215), - [anon_sym_SLASH_EQ] = ACTIONS(4215), - [anon_sym_PERCENT_EQ] = ACTIONS(4215), - [anon_sym_BANG_EQ] = ACTIONS(4213), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4215), - [anon_sym_EQ_EQ] = ACTIONS(4213), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4215), - [anon_sym_LT_EQ] = ACTIONS(4215), - [anon_sym_GT_EQ] = ACTIONS(4215), - [anon_sym_BANGin] = ACTIONS(4215), - [anon_sym_is] = ACTIONS(4213), - [anon_sym_BANGis] = ACTIONS(4215), - [anon_sym_PLUS] = ACTIONS(4213), - [anon_sym_DASH] = ACTIONS(4213), - [anon_sym_SLASH] = ACTIONS(4213), - [anon_sym_PERCENT] = ACTIONS(4213), - [anon_sym_as_QMARK] = ACTIONS(4215), - [anon_sym_PLUS_PLUS] = ACTIONS(4215), - [anon_sym_DASH_DASH] = ACTIONS(4215), - [anon_sym_BANG_BANG] = ACTIONS(4215), - [anon_sym_suspend] = ACTIONS(4213), - [anon_sym_sealed] = ACTIONS(4213), - [anon_sym_annotation] = ACTIONS(4213), - [anon_sym_data] = ACTIONS(4213), - [anon_sym_inner] = ACTIONS(4213), - [anon_sym_override] = ACTIONS(4213), - [anon_sym_lateinit] = ACTIONS(4213), - [anon_sym_public] = ACTIONS(4213), - [anon_sym_private] = ACTIONS(4213), - [anon_sym_internal] = ACTIONS(4213), - [anon_sym_protected] = ACTIONS(4213), - [anon_sym_tailrec] = ACTIONS(4213), - [anon_sym_operator] = ACTIONS(4213), - [anon_sym_infix] = ACTIONS(4213), - [anon_sym_inline] = ACTIONS(4213), - [anon_sym_external] = ACTIONS(4213), - [sym_property_modifier] = ACTIONS(4213), - [anon_sym_abstract] = ACTIONS(4213), - [anon_sym_final] = ACTIONS(4213), - [anon_sym_open] = ACTIONS(4213), - [anon_sym_vararg] = ACTIONS(4213), - [anon_sym_noinline] = ACTIONS(4213), - [anon_sym_crossinline] = ACTIONS(4213), - [anon_sym_expect] = ACTIONS(4213), - [anon_sym_actual] = ACTIONS(4213), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4215), - [sym__automatic_semicolon] = ACTIONS(4215), - [sym_safe_nav] = ACTIONS(4215), - [sym_multiline_comment] = ACTIONS(3), - }, - [3836] = { - [sym__alpha_identifier] = ACTIONS(4655), - [anon_sym_AT] = ACTIONS(4657), - [anon_sym_LBRACK] = ACTIONS(4657), - [anon_sym_EQ] = ACTIONS(4657), - [anon_sym_LBRACE] = ACTIONS(4657), - [anon_sym_RBRACE] = ACTIONS(4657), - [anon_sym_LPAREN] = ACTIONS(4657), - [anon_sym_by] = ACTIONS(4655), - [anon_sym_where] = ACTIONS(4655), - [anon_sym_object] = ACTIONS(4655), - [anon_sym_fun] = ACTIONS(4655), - [anon_sym_SEMI] = ACTIONS(4657), - [anon_sym_get] = ACTIONS(4655), - [anon_sym_set] = ACTIONS(4655), - [anon_sym_this] = ACTIONS(4655), - [anon_sym_super] = ACTIONS(4655), - [anon_sym_STAR] = ACTIONS(4657), - [sym_label] = ACTIONS(4655), - [anon_sym_in] = ACTIONS(4655), - [anon_sym_null] = ACTIONS(4655), - [anon_sym_if] = ACTIONS(4655), - [anon_sym_else] = ACTIONS(4655), - [anon_sym_when] = ACTIONS(4655), - [anon_sym_try] = ACTIONS(4655), - [anon_sym_throw] = ACTIONS(4655), - [anon_sym_return] = ACTIONS(4655), - [anon_sym_continue] = ACTIONS(4655), - [anon_sym_break] = ACTIONS(4655), - [anon_sym_COLON_COLON] = ACTIONS(4657), - [anon_sym_BANGin] = ACTIONS(4657), - [anon_sym_is] = ACTIONS(4655), - [anon_sym_BANGis] = ACTIONS(4657), - [anon_sym_PLUS] = ACTIONS(4655), - [anon_sym_DASH] = ACTIONS(4655), - [anon_sym_PLUS_PLUS] = ACTIONS(4657), - [anon_sym_DASH_DASH] = ACTIONS(4657), - [anon_sym_BANG] = ACTIONS(4655), - [anon_sym_suspend] = ACTIONS(4655), - [anon_sym_sealed] = ACTIONS(4655), - [anon_sym_annotation] = ACTIONS(4655), - [anon_sym_data] = ACTIONS(4655), - [anon_sym_inner] = ACTIONS(4655), - [anon_sym_override] = ACTIONS(4655), - [anon_sym_lateinit] = ACTIONS(4655), - [anon_sym_public] = ACTIONS(4655), - [anon_sym_private] = ACTIONS(4655), - [anon_sym_internal] = ACTIONS(4655), - [anon_sym_protected] = ACTIONS(4655), - [anon_sym_tailrec] = ACTIONS(4655), - [anon_sym_operator] = ACTIONS(4655), - [anon_sym_infix] = ACTIONS(4655), - [anon_sym_inline] = ACTIONS(4655), - [anon_sym_external] = ACTIONS(4655), - [sym_property_modifier] = ACTIONS(4655), - [anon_sym_abstract] = ACTIONS(4655), - [anon_sym_final] = ACTIONS(4655), - [anon_sym_open] = ACTIONS(4655), - [anon_sym_vararg] = ACTIONS(4655), - [anon_sym_noinline] = ACTIONS(4655), - [anon_sym_crossinline] = ACTIONS(4655), - [anon_sym_expect] = ACTIONS(4655), - [anon_sym_actual] = ACTIONS(4655), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4657), - [anon_sym_continue_AT] = ACTIONS(4657), - [anon_sym_break_AT] = ACTIONS(4657), - [sym_real_literal] = ACTIONS(4657), - [sym_integer_literal] = ACTIONS(4655), - [sym_hex_literal] = ACTIONS(4657), - [sym_bin_literal] = ACTIONS(4657), - [anon_sym_true] = ACTIONS(4655), - [anon_sym_false] = ACTIONS(4655), - [anon_sym_SQUOTE] = ACTIONS(4657), - [sym__backtick_identifier] = ACTIONS(4657), - [sym__automatic_semicolon] = ACTIONS(4657), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4657), - }, - [3837] = { - [sym__alpha_identifier] = ACTIONS(3874), - [anon_sym_AT] = ACTIONS(3876), - [anon_sym_LBRACK] = ACTIONS(3876), - [anon_sym_as] = ACTIONS(3874), - [anon_sym_EQ] = ACTIONS(3874), - [anon_sym_LBRACE] = ACTIONS(3876), - [anon_sym_RBRACE] = ACTIONS(3876), - [anon_sym_LPAREN] = ACTIONS(3876), - [anon_sym_COMMA] = ACTIONS(3876), - [anon_sym_LT] = ACTIONS(3874), - [anon_sym_GT] = ACTIONS(3874), - [anon_sym_where] = ACTIONS(3874), - [anon_sym_DOT] = ACTIONS(3874), - [anon_sym_SEMI] = ACTIONS(3876), - [anon_sym_get] = ACTIONS(3874), - [anon_sym_set] = ACTIONS(3874), - [anon_sym_STAR] = ACTIONS(3874), - [sym_label] = ACTIONS(3876), - [anon_sym_in] = ACTIONS(3874), - [anon_sym_DOT_DOT] = ACTIONS(3876), - [anon_sym_QMARK_COLON] = ACTIONS(3876), - [anon_sym_AMP_AMP] = ACTIONS(3876), - [anon_sym_PIPE_PIPE] = ACTIONS(3876), - [anon_sym_else] = ACTIONS(3874), - [anon_sym_COLON_COLON] = ACTIONS(3876), - [anon_sym_PLUS_EQ] = ACTIONS(3876), - [anon_sym_DASH_EQ] = ACTIONS(3876), - [anon_sym_STAR_EQ] = ACTIONS(3876), - [anon_sym_SLASH_EQ] = ACTIONS(3876), - [anon_sym_PERCENT_EQ] = ACTIONS(3876), - [anon_sym_BANG_EQ] = ACTIONS(3874), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3876), - [anon_sym_EQ_EQ] = ACTIONS(3874), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3876), - [anon_sym_LT_EQ] = ACTIONS(3876), - [anon_sym_GT_EQ] = ACTIONS(3876), - [anon_sym_BANGin] = ACTIONS(3876), - [anon_sym_is] = ACTIONS(3874), - [anon_sym_BANGis] = ACTIONS(3876), - [anon_sym_PLUS] = ACTIONS(3874), - [anon_sym_DASH] = ACTIONS(3874), - [anon_sym_SLASH] = ACTIONS(3874), - [anon_sym_PERCENT] = ACTIONS(3874), - [anon_sym_as_QMARK] = ACTIONS(3876), - [anon_sym_PLUS_PLUS] = ACTIONS(3876), - [anon_sym_DASH_DASH] = ACTIONS(3876), - [anon_sym_BANG_BANG] = ACTIONS(3876), - [anon_sym_suspend] = ACTIONS(3874), - [anon_sym_sealed] = ACTIONS(3874), - [anon_sym_annotation] = ACTIONS(3874), - [anon_sym_data] = ACTIONS(3874), - [anon_sym_inner] = ACTIONS(3874), - [anon_sym_override] = ACTIONS(3874), - [anon_sym_lateinit] = ACTIONS(3874), - [anon_sym_public] = ACTIONS(3874), - [anon_sym_private] = ACTIONS(3874), - [anon_sym_internal] = ACTIONS(3874), - [anon_sym_protected] = ACTIONS(3874), - [anon_sym_tailrec] = ACTIONS(3874), - [anon_sym_operator] = ACTIONS(3874), - [anon_sym_infix] = ACTIONS(3874), - [anon_sym_inline] = ACTIONS(3874), - [anon_sym_external] = ACTIONS(3874), - [sym_property_modifier] = ACTIONS(3874), - [anon_sym_abstract] = ACTIONS(3874), - [anon_sym_final] = ACTIONS(3874), - [anon_sym_open] = ACTIONS(3874), - [anon_sym_vararg] = ACTIONS(3874), - [anon_sym_noinline] = ACTIONS(3874), - [anon_sym_crossinline] = ACTIONS(3874), - [anon_sym_expect] = ACTIONS(3874), - [anon_sym_actual] = ACTIONS(3874), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3876), - [sym__automatic_semicolon] = ACTIONS(3876), - [sym_safe_nav] = ACTIONS(3876), - [sym_multiline_comment] = ACTIONS(3), - }, - [3838] = { - [sym__alpha_identifier] = ACTIONS(4863), - [anon_sym_AT] = ACTIONS(4865), - [anon_sym_LBRACK] = ACTIONS(4865), - [anon_sym_as] = ACTIONS(4863), - [anon_sym_EQ] = ACTIONS(4863), - [anon_sym_LBRACE] = ACTIONS(4865), - [anon_sym_RBRACE] = ACTIONS(4865), - [anon_sym_LPAREN] = ACTIONS(4865), - [anon_sym_COMMA] = ACTIONS(4865), - [anon_sym_LT] = ACTIONS(4863), - [anon_sym_GT] = ACTIONS(4863), - [anon_sym_where] = ACTIONS(4863), - [anon_sym_DOT] = ACTIONS(4863), - [anon_sym_SEMI] = ACTIONS(4865), - [anon_sym_get] = ACTIONS(4863), - [anon_sym_set] = ACTIONS(4863), - [anon_sym_STAR] = ACTIONS(4863), - [sym_label] = ACTIONS(4865), - [anon_sym_in] = ACTIONS(4863), - [anon_sym_DOT_DOT] = ACTIONS(4865), - [anon_sym_QMARK_COLON] = ACTIONS(4865), - [anon_sym_AMP_AMP] = ACTIONS(4865), - [anon_sym_PIPE_PIPE] = ACTIONS(4865), - [anon_sym_else] = ACTIONS(4863), - [anon_sym_COLON_COLON] = ACTIONS(4865), - [anon_sym_PLUS_EQ] = ACTIONS(4865), - [anon_sym_DASH_EQ] = ACTIONS(4865), - [anon_sym_STAR_EQ] = ACTIONS(4865), - [anon_sym_SLASH_EQ] = ACTIONS(4865), - [anon_sym_PERCENT_EQ] = ACTIONS(4865), - [anon_sym_BANG_EQ] = ACTIONS(4863), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4865), - [anon_sym_EQ_EQ] = ACTIONS(4863), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4865), - [anon_sym_LT_EQ] = ACTIONS(4865), - [anon_sym_GT_EQ] = ACTIONS(4865), - [anon_sym_BANGin] = ACTIONS(4865), - [anon_sym_is] = ACTIONS(4863), - [anon_sym_BANGis] = ACTIONS(4865), - [anon_sym_PLUS] = ACTIONS(4863), - [anon_sym_DASH] = ACTIONS(4863), - [anon_sym_SLASH] = ACTIONS(4863), - [anon_sym_PERCENT] = ACTIONS(4863), - [anon_sym_as_QMARK] = ACTIONS(4865), - [anon_sym_PLUS_PLUS] = ACTIONS(4865), - [anon_sym_DASH_DASH] = ACTIONS(4865), - [anon_sym_BANG_BANG] = ACTIONS(4865), - [anon_sym_suspend] = ACTIONS(4863), - [anon_sym_sealed] = ACTIONS(4863), - [anon_sym_annotation] = ACTIONS(4863), - [anon_sym_data] = ACTIONS(4863), - [anon_sym_inner] = ACTIONS(4863), - [anon_sym_override] = ACTIONS(4863), - [anon_sym_lateinit] = ACTIONS(4863), - [anon_sym_public] = ACTIONS(4863), - [anon_sym_private] = ACTIONS(4863), - [anon_sym_internal] = ACTIONS(4863), - [anon_sym_protected] = ACTIONS(4863), - [anon_sym_tailrec] = ACTIONS(4863), - [anon_sym_operator] = ACTIONS(4863), - [anon_sym_infix] = ACTIONS(4863), - [anon_sym_inline] = ACTIONS(4863), - [anon_sym_external] = ACTIONS(4863), - [sym_property_modifier] = ACTIONS(4863), - [anon_sym_abstract] = ACTIONS(4863), - [anon_sym_final] = ACTIONS(4863), - [anon_sym_open] = ACTIONS(4863), - [anon_sym_vararg] = ACTIONS(4863), - [anon_sym_noinline] = ACTIONS(4863), - [anon_sym_crossinline] = ACTIONS(4863), - [anon_sym_expect] = ACTIONS(4863), - [anon_sym_actual] = ACTIONS(4863), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4865), - [sym__automatic_semicolon] = ACTIONS(4865), - [sym_safe_nav] = ACTIONS(4865), - [sym_multiline_comment] = ACTIONS(3), - }, - [3839] = { - [sym__alpha_identifier] = ACTIONS(4939), - [anon_sym_AT] = ACTIONS(4941), - [anon_sym_LBRACK] = ACTIONS(4941), - [anon_sym_as] = ACTIONS(4939), - [anon_sym_EQ] = ACTIONS(4939), - [anon_sym_LBRACE] = ACTIONS(4941), - [anon_sym_RBRACE] = ACTIONS(4941), - [anon_sym_LPAREN] = ACTIONS(4941), - [anon_sym_COMMA] = ACTIONS(4941), - [anon_sym_LT] = ACTIONS(4939), - [anon_sym_GT] = ACTIONS(4939), - [anon_sym_where] = ACTIONS(4939), - [anon_sym_DOT] = ACTIONS(4939), - [anon_sym_SEMI] = ACTIONS(4941), - [anon_sym_get] = ACTIONS(4939), - [anon_sym_set] = ACTIONS(4939), - [anon_sym_STAR] = ACTIONS(4939), - [sym_label] = ACTIONS(4941), - [anon_sym_in] = ACTIONS(4939), - [anon_sym_DOT_DOT] = ACTIONS(4941), - [anon_sym_QMARK_COLON] = ACTIONS(4941), - [anon_sym_AMP_AMP] = ACTIONS(4941), - [anon_sym_PIPE_PIPE] = ACTIONS(4941), - [anon_sym_else] = ACTIONS(4939), - [anon_sym_COLON_COLON] = ACTIONS(4941), - [anon_sym_PLUS_EQ] = ACTIONS(4941), - [anon_sym_DASH_EQ] = ACTIONS(4941), - [anon_sym_STAR_EQ] = ACTIONS(4941), - [anon_sym_SLASH_EQ] = ACTIONS(4941), - [anon_sym_PERCENT_EQ] = ACTIONS(4941), - [anon_sym_BANG_EQ] = ACTIONS(4939), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4941), - [anon_sym_EQ_EQ] = ACTIONS(4939), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4941), - [anon_sym_LT_EQ] = ACTIONS(4941), - [anon_sym_GT_EQ] = ACTIONS(4941), - [anon_sym_BANGin] = ACTIONS(4941), - [anon_sym_is] = ACTIONS(4939), - [anon_sym_BANGis] = ACTIONS(4941), - [anon_sym_PLUS] = ACTIONS(4939), - [anon_sym_DASH] = ACTIONS(4939), - [anon_sym_SLASH] = ACTIONS(4939), - [anon_sym_PERCENT] = ACTIONS(4939), - [anon_sym_as_QMARK] = ACTIONS(4941), - [anon_sym_PLUS_PLUS] = ACTIONS(4941), - [anon_sym_DASH_DASH] = ACTIONS(4941), - [anon_sym_BANG_BANG] = ACTIONS(4941), - [anon_sym_suspend] = ACTIONS(4939), - [anon_sym_sealed] = ACTIONS(4939), - [anon_sym_annotation] = ACTIONS(4939), - [anon_sym_data] = ACTIONS(4939), - [anon_sym_inner] = ACTIONS(4939), - [anon_sym_override] = ACTIONS(4939), - [anon_sym_lateinit] = ACTIONS(4939), - [anon_sym_public] = ACTIONS(4939), - [anon_sym_private] = ACTIONS(4939), - [anon_sym_internal] = ACTIONS(4939), - [anon_sym_protected] = ACTIONS(4939), - [anon_sym_tailrec] = ACTIONS(4939), - [anon_sym_operator] = ACTIONS(4939), - [anon_sym_infix] = ACTIONS(4939), - [anon_sym_inline] = ACTIONS(4939), - [anon_sym_external] = ACTIONS(4939), - [sym_property_modifier] = ACTIONS(4939), - [anon_sym_abstract] = ACTIONS(4939), - [anon_sym_final] = ACTIONS(4939), - [anon_sym_open] = ACTIONS(4939), - [anon_sym_vararg] = ACTIONS(4939), - [anon_sym_noinline] = ACTIONS(4939), - [anon_sym_crossinline] = ACTIONS(4939), - [anon_sym_expect] = ACTIONS(4939), - [anon_sym_actual] = ACTIONS(4939), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4941), - [sym__automatic_semicolon] = ACTIONS(4941), - [sym_safe_nav] = ACTIONS(4941), - [sym_multiline_comment] = ACTIONS(3), - }, - [3840] = { - [sym_type_constraints] = STATE(3979), - [sym_function_body] = STATE(3147), - [sym__block] = STATE(3245), - [sym__alpha_identifier] = ACTIONS(4181), - [anon_sym_AT] = ACTIONS(4183), - [anon_sym_LBRACK] = ACTIONS(4183), - [anon_sym_as] = ACTIONS(4181), - [anon_sym_EQ] = ACTIONS(6682), - [anon_sym_LBRACE] = ACTIONS(6220), - [anon_sym_RBRACE] = ACTIONS(4183), - [anon_sym_LPAREN] = ACTIONS(4183), - [anon_sym_LT] = ACTIONS(4181), - [anon_sym_GT] = ACTIONS(4181), - [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(4181), - [anon_sym_fun] = ACTIONS(4181), - [anon_sym_DOT] = ACTIONS(4181), - [anon_sym_SEMI] = ACTIONS(4183), - [anon_sym_get] = ACTIONS(4181), - [anon_sym_set] = ACTIONS(4181), - [anon_sym_this] = ACTIONS(4181), - [anon_sym_super] = ACTIONS(4181), - [anon_sym_STAR] = ACTIONS(4183), - [sym_label] = ACTIONS(4181), - [anon_sym_in] = ACTIONS(4181), - [anon_sym_DOT_DOT] = ACTIONS(4183), - [anon_sym_QMARK_COLON] = ACTIONS(4183), - [anon_sym_AMP_AMP] = ACTIONS(4183), - [anon_sym_PIPE_PIPE] = ACTIONS(4183), - [anon_sym_null] = ACTIONS(4181), - [anon_sym_if] = ACTIONS(4181), - [anon_sym_else] = ACTIONS(4181), - [anon_sym_when] = ACTIONS(4181), - [anon_sym_try] = ACTIONS(4181), - [anon_sym_throw] = ACTIONS(4181), - [anon_sym_return] = ACTIONS(4181), - [anon_sym_continue] = ACTIONS(4181), - [anon_sym_break] = ACTIONS(4181), - [anon_sym_COLON_COLON] = ACTIONS(4183), - [anon_sym_BANG_EQ] = ACTIONS(4181), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4183), - [anon_sym_EQ_EQ] = ACTIONS(4181), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4183), - [anon_sym_LT_EQ] = ACTIONS(4183), - [anon_sym_GT_EQ] = ACTIONS(4183), - [anon_sym_BANGin] = ACTIONS(4183), - [anon_sym_is] = ACTIONS(4181), - [anon_sym_BANGis] = ACTIONS(4183), - [anon_sym_PLUS] = ACTIONS(4181), - [anon_sym_DASH] = ACTIONS(4181), - [anon_sym_SLASH] = ACTIONS(4181), - [anon_sym_PERCENT] = ACTIONS(4183), - [anon_sym_as_QMARK] = ACTIONS(4183), - [anon_sym_PLUS_PLUS] = ACTIONS(4183), - [anon_sym_DASH_DASH] = ACTIONS(4183), - [anon_sym_BANG] = ACTIONS(4181), - [anon_sym_BANG_BANG] = ACTIONS(4183), - [anon_sym_data] = ACTIONS(4181), - [anon_sym_inner] = ACTIONS(4181), - [anon_sym_expect] = ACTIONS(4181), - [anon_sym_actual] = ACTIONS(4181), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4183), - [anon_sym_continue_AT] = ACTIONS(4183), - [anon_sym_break_AT] = ACTIONS(4183), - [sym_real_literal] = ACTIONS(4183), - [sym_integer_literal] = ACTIONS(4181), - [sym_hex_literal] = ACTIONS(4183), - [sym_bin_literal] = ACTIONS(4183), - [anon_sym_true] = ACTIONS(4181), - [anon_sym_false] = ACTIONS(4181), - [anon_sym_SQUOTE] = ACTIONS(4183), - [sym__backtick_identifier] = ACTIONS(4183), - [sym__automatic_semicolon] = ACTIONS(4183), - [sym_safe_nav] = ACTIONS(4183), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4183), - }, - [3841] = { - [sym_function_body] = STATE(3723), - [sym__block] = STATE(3725), - [sym__alpha_identifier] = ACTIONS(4181), - [anon_sym_AT] = ACTIONS(4183), - [anon_sym_LBRACK] = ACTIONS(4183), - [anon_sym_as] = ACTIONS(4181), - [anon_sym_EQ] = ACTIONS(6566), - [anon_sym_LBRACE] = ACTIONS(6434), - [anon_sym_RBRACE] = ACTIONS(4183), - [anon_sym_LPAREN] = ACTIONS(4183), - [anon_sym_LT] = ACTIONS(4181), - [anon_sym_GT] = ACTIONS(4181), - [anon_sym_DOT] = ACTIONS(4181), - [anon_sym_SEMI] = ACTIONS(4183), - [anon_sym_get] = ACTIONS(4181), - [anon_sym_set] = ACTIONS(4181), - [anon_sym_STAR] = ACTIONS(4181), - [sym_label] = ACTIONS(4183), - [anon_sym_in] = ACTIONS(4181), - [anon_sym_DOT_DOT] = ACTIONS(4183), - [anon_sym_QMARK_COLON] = ACTIONS(4183), - [anon_sym_AMP_AMP] = ACTIONS(4183), - [anon_sym_PIPE_PIPE] = ACTIONS(4183), - [anon_sym_else] = ACTIONS(4181), - [anon_sym_COLON_COLON] = ACTIONS(4183), - [anon_sym_PLUS_EQ] = ACTIONS(4183), - [anon_sym_DASH_EQ] = ACTIONS(4183), - [anon_sym_STAR_EQ] = ACTIONS(4183), - [anon_sym_SLASH_EQ] = ACTIONS(4183), - [anon_sym_PERCENT_EQ] = ACTIONS(4183), - [anon_sym_BANG_EQ] = ACTIONS(4181), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4183), - [anon_sym_EQ_EQ] = ACTIONS(4181), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4183), - [anon_sym_LT_EQ] = ACTIONS(4183), - [anon_sym_GT_EQ] = ACTIONS(4183), - [anon_sym_BANGin] = ACTIONS(4183), - [anon_sym_is] = ACTIONS(4181), - [anon_sym_BANGis] = ACTIONS(4183), - [anon_sym_PLUS] = ACTIONS(4181), - [anon_sym_DASH] = ACTIONS(4181), - [anon_sym_SLASH] = ACTIONS(4181), - [anon_sym_PERCENT] = ACTIONS(4181), - [anon_sym_as_QMARK] = ACTIONS(4183), - [anon_sym_PLUS_PLUS] = ACTIONS(4183), - [anon_sym_DASH_DASH] = ACTIONS(4183), - [anon_sym_BANG_BANG] = ACTIONS(4183), - [anon_sym_suspend] = ACTIONS(4181), - [anon_sym_sealed] = ACTIONS(4181), - [anon_sym_annotation] = ACTIONS(4181), - [anon_sym_data] = ACTIONS(4181), - [anon_sym_inner] = ACTIONS(4181), - [anon_sym_override] = ACTIONS(4181), - [anon_sym_lateinit] = ACTIONS(4181), - [anon_sym_public] = ACTIONS(4181), - [anon_sym_private] = ACTIONS(4181), - [anon_sym_internal] = ACTIONS(4181), - [anon_sym_protected] = ACTIONS(4181), - [anon_sym_tailrec] = ACTIONS(4181), - [anon_sym_operator] = ACTIONS(4181), - [anon_sym_infix] = ACTIONS(4181), - [anon_sym_inline] = ACTIONS(4181), - [anon_sym_external] = ACTIONS(4181), - [sym_property_modifier] = ACTIONS(4181), - [anon_sym_abstract] = ACTIONS(4181), - [anon_sym_final] = ACTIONS(4181), - [anon_sym_open] = ACTIONS(4181), - [anon_sym_vararg] = ACTIONS(4181), - [anon_sym_noinline] = ACTIONS(4181), - [anon_sym_crossinline] = ACTIONS(4181), - [anon_sym_expect] = ACTIONS(4181), - [anon_sym_actual] = ACTIONS(4181), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4183), - [sym__automatic_semicolon] = ACTIONS(4183), - [sym_safe_nav] = ACTIONS(4183), - [sym_multiline_comment] = ACTIONS(3), - }, - [3842] = { - [sym__alpha_identifier] = ACTIONS(4833), - [anon_sym_AT] = ACTIONS(4835), - [anon_sym_LBRACK] = ACTIONS(4835), - [anon_sym_as] = ACTIONS(4833), - [anon_sym_EQ] = ACTIONS(4833), - [anon_sym_LBRACE] = ACTIONS(4835), - [anon_sym_RBRACE] = ACTIONS(4835), - [anon_sym_LPAREN] = ACTIONS(4835), - [anon_sym_COMMA] = ACTIONS(4835), - [anon_sym_LT] = ACTIONS(4833), - [anon_sym_GT] = ACTIONS(4833), - [anon_sym_where] = ACTIONS(4833), - [anon_sym_DOT] = ACTIONS(4833), - [anon_sym_SEMI] = ACTIONS(4835), - [anon_sym_get] = ACTIONS(4833), - [anon_sym_set] = ACTIONS(4833), - [anon_sym_STAR] = ACTIONS(4833), - [sym_label] = ACTIONS(4835), - [anon_sym_in] = ACTIONS(4833), - [anon_sym_DOT_DOT] = ACTIONS(4835), - [anon_sym_QMARK_COLON] = ACTIONS(4835), - [anon_sym_AMP_AMP] = ACTIONS(4835), - [anon_sym_PIPE_PIPE] = ACTIONS(4835), - [anon_sym_else] = ACTIONS(4833), - [anon_sym_COLON_COLON] = ACTIONS(4835), - [anon_sym_PLUS_EQ] = ACTIONS(4835), - [anon_sym_DASH_EQ] = ACTIONS(4835), - [anon_sym_STAR_EQ] = ACTIONS(4835), - [anon_sym_SLASH_EQ] = ACTIONS(4835), - [anon_sym_PERCENT_EQ] = ACTIONS(4835), - [anon_sym_BANG_EQ] = ACTIONS(4833), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4835), - [anon_sym_EQ_EQ] = ACTIONS(4833), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4835), - [anon_sym_LT_EQ] = ACTIONS(4835), - [anon_sym_GT_EQ] = ACTIONS(4835), - [anon_sym_BANGin] = ACTIONS(4835), - [anon_sym_is] = ACTIONS(4833), - [anon_sym_BANGis] = ACTIONS(4835), - [anon_sym_PLUS] = ACTIONS(4833), - [anon_sym_DASH] = ACTIONS(4833), - [anon_sym_SLASH] = ACTIONS(4833), - [anon_sym_PERCENT] = ACTIONS(4833), - [anon_sym_as_QMARK] = ACTIONS(4835), - [anon_sym_PLUS_PLUS] = ACTIONS(4835), - [anon_sym_DASH_DASH] = ACTIONS(4835), - [anon_sym_BANG_BANG] = ACTIONS(4835), - [anon_sym_suspend] = ACTIONS(4833), - [anon_sym_sealed] = ACTIONS(4833), - [anon_sym_annotation] = ACTIONS(4833), - [anon_sym_data] = ACTIONS(4833), - [anon_sym_inner] = ACTIONS(4833), - [anon_sym_override] = ACTIONS(4833), - [anon_sym_lateinit] = ACTIONS(4833), - [anon_sym_public] = ACTIONS(4833), - [anon_sym_private] = ACTIONS(4833), - [anon_sym_internal] = ACTIONS(4833), - [anon_sym_protected] = ACTIONS(4833), - [anon_sym_tailrec] = ACTIONS(4833), - [anon_sym_operator] = ACTIONS(4833), - [anon_sym_infix] = ACTIONS(4833), - [anon_sym_inline] = ACTIONS(4833), - [anon_sym_external] = ACTIONS(4833), - [sym_property_modifier] = ACTIONS(4833), - [anon_sym_abstract] = ACTIONS(4833), - [anon_sym_final] = ACTIONS(4833), - [anon_sym_open] = ACTIONS(4833), - [anon_sym_vararg] = ACTIONS(4833), - [anon_sym_noinline] = ACTIONS(4833), - [anon_sym_crossinline] = ACTIONS(4833), - [anon_sym_expect] = ACTIONS(4833), - [anon_sym_actual] = ACTIONS(4833), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4835), - [sym__automatic_semicolon] = ACTIONS(4835), - [sym_safe_nav] = ACTIONS(4835), - [sym_multiline_comment] = ACTIONS(3), - }, - [3843] = { - [sym__alpha_identifier] = ACTIONS(4967), - [anon_sym_AT] = ACTIONS(4969), - [anon_sym_LBRACK] = ACTIONS(4969), - [anon_sym_as] = ACTIONS(4967), - [anon_sym_EQ] = ACTIONS(4967), - [anon_sym_LBRACE] = ACTIONS(4969), - [anon_sym_RBRACE] = ACTIONS(4969), - [anon_sym_LPAREN] = ACTIONS(4969), - [anon_sym_COMMA] = ACTIONS(4969), - [anon_sym_LT] = ACTIONS(4967), - [anon_sym_GT] = ACTIONS(4967), - [anon_sym_where] = ACTIONS(4967), - [anon_sym_DOT] = ACTIONS(4967), - [anon_sym_SEMI] = ACTIONS(4969), - [anon_sym_get] = ACTIONS(4967), - [anon_sym_set] = ACTIONS(4967), - [anon_sym_STAR] = ACTIONS(4967), - [sym_label] = ACTIONS(4969), - [anon_sym_in] = ACTIONS(4967), - [anon_sym_DOT_DOT] = ACTIONS(4969), - [anon_sym_QMARK_COLON] = ACTIONS(4969), - [anon_sym_AMP_AMP] = ACTIONS(4969), - [anon_sym_PIPE_PIPE] = ACTIONS(4969), - [anon_sym_else] = ACTIONS(4967), - [anon_sym_COLON_COLON] = ACTIONS(4969), - [anon_sym_PLUS_EQ] = ACTIONS(4969), - [anon_sym_DASH_EQ] = ACTIONS(4969), - [anon_sym_STAR_EQ] = ACTIONS(4969), - [anon_sym_SLASH_EQ] = ACTIONS(4969), - [anon_sym_PERCENT_EQ] = ACTIONS(4969), - [anon_sym_BANG_EQ] = ACTIONS(4967), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4969), - [anon_sym_EQ_EQ] = ACTIONS(4967), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4969), - [anon_sym_LT_EQ] = ACTIONS(4969), - [anon_sym_GT_EQ] = ACTIONS(4969), - [anon_sym_BANGin] = ACTIONS(4969), - [anon_sym_is] = ACTIONS(4967), - [anon_sym_BANGis] = ACTIONS(4969), - [anon_sym_PLUS] = ACTIONS(4967), - [anon_sym_DASH] = ACTIONS(4967), - [anon_sym_SLASH] = ACTIONS(4967), - [anon_sym_PERCENT] = ACTIONS(4967), - [anon_sym_as_QMARK] = ACTIONS(4969), - [anon_sym_PLUS_PLUS] = ACTIONS(4969), - [anon_sym_DASH_DASH] = ACTIONS(4969), - [anon_sym_BANG_BANG] = ACTIONS(4969), - [anon_sym_suspend] = ACTIONS(4967), - [anon_sym_sealed] = ACTIONS(4967), - [anon_sym_annotation] = ACTIONS(4967), - [anon_sym_data] = ACTIONS(4967), - [anon_sym_inner] = ACTIONS(4967), - [anon_sym_override] = ACTIONS(4967), - [anon_sym_lateinit] = ACTIONS(4967), - [anon_sym_public] = ACTIONS(4967), - [anon_sym_private] = ACTIONS(4967), - [anon_sym_internal] = ACTIONS(4967), - [anon_sym_protected] = ACTIONS(4967), - [anon_sym_tailrec] = ACTIONS(4967), - [anon_sym_operator] = ACTIONS(4967), - [anon_sym_infix] = ACTIONS(4967), - [anon_sym_inline] = ACTIONS(4967), - [anon_sym_external] = ACTIONS(4967), - [sym_property_modifier] = ACTIONS(4967), - [anon_sym_abstract] = ACTIONS(4967), - [anon_sym_final] = ACTIONS(4967), - [anon_sym_open] = ACTIONS(4967), - [anon_sym_vararg] = ACTIONS(4967), - [anon_sym_noinline] = ACTIONS(4967), - [anon_sym_crossinline] = ACTIONS(4967), - [anon_sym_expect] = ACTIONS(4967), - [anon_sym_actual] = ACTIONS(4967), + [anon_sym_abstract] = ACTIONS(5091), + [anon_sym_final] = ACTIONS(5091), + [anon_sym_open] = ACTIONS(5091), + [anon_sym_vararg] = ACTIONS(5091), + [anon_sym_noinline] = ACTIONS(5091), + [anon_sym_crossinline] = ACTIONS(5091), + [anon_sym_expect] = ACTIONS(5091), + [anon_sym_actual] = ACTIONS(5091), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4969), - [sym__automatic_semicolon] = ACTIONS(4969), - [sym_safe_nav] = ACTIONS(4969), + [sym__backtick_identifier] = ACTIONS(5093), + [sym__automatic_semicolon] = ACTIONS(5093), + [sym_safe_nav] = ACTIONS(5093), [sym_multiline_comment] = ACTIONS(3), }, - [3844] = { - [sym__alpha_identifier] = ACTIONS(4843), - [anon_sym_AT] = ACTIONS(4845), - [anon_sym_LBRACK] = ACTIONS(4845), - [anon_sym_as] = ACTIONS(4843), - [anon_sym_EQ] = ACTIONS(4843), - [anon_sym_LBRACE] = ACTIONS(4845), - [anon_sym_RBRACE] = ACTIONS(4845), - [anon_sym_LPAREN] = ACTIONS(4845), - [anon_sym_COMMA] = ACTIONS(4845), - [anon_sym_LT] = ACTIONS(4843), - [anon_sym_GT] = ACTIONS(4843), - [anon_sym_where] = ACTIONS(4843), - [anon_sym_DOT] = ACTIONS(4843), - [anon_sym_SEMI] = ACTIONS(4845), - [anon_sym_get] = ACTIONS(4843), - [anon_sym_set] = ACTIONS(4843), - [anon_sym_STAR] = ACTIONS(4843), - [sym_label] = ACTIONS(4845), - [anon_sym_in] = ACTIONS(4843), - [anon_sym_DOT_DOT] = ACTIONS(4845), - [anon_sym_QMARK_COLON] = ACTIONS(4845), - [anon_sym_AMP_AMP] = ACTIONS(4845), - [anon_sym_PIPE_PIPE] = ACTIONS(4845), - [anon_sym_else] = ACTIONS(4843), - [anon_sym_COLON_COLON] = ACTIONS(4845), - [anon_sym_PLUS_EQ] = ACTIONS(4845), - [anon_sym_DASH_EQ] = ACTIONS(4845), - [anon_sym_STAR_EQ] = ACTIONS(4845), - [anon_sym_SLASH_EQ] = ACTIONS(4845), - [anon_sym_PERCENT_EQ] = ACTIONS(4845), - [anon_sym_BANG_EQ] = ACTIONS(4843), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4845), - [anon_sym_EQ_EQ] = ACTIONS(4843), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4845), - [anon_sym_LT_EQ] = ACTIONS(4845), - [anon_sym_GT_EQ] = ACTIONS(4845), - [anon_sym_BANGin] = ACTIONS(4845), - [anon_sym_is] = ACTIONS(4843), - [anon_sym_BANGis] = ACTIONS(4845), - [anon_sym_PLUS] = ACTIONS(4843), - [anon_sym_DASH] = ACTIONS(4843), - [anon_sym_SLASH] = ACTIONS(4843), - [anon_sym_PERCENT] = ACTIONS(4843), - [anon_sym_as_QMARK] = ACTIONS(4845), - [anon_sym_PLUS_PLUS] = ACTIONS(4845), - [anon_sym_DASH_DASH] = ACTIONS(4845), - [anon_sym_BANG_BANG] = ACTIONS(4845), - [anon_sym_suspend] = ACTIONS(4843), - [anon_sym_sealed] = ACTIONS(4843), - [anon_sym_annotation] = ACTIONS(4843), - [anon_sym_data] = ACTIONS(4843), - [anon_sym_inner] = ACTIONS(4843), - [anon_sym_override] = ACTIONS(4843), - [anon_sym_lateinit] = ACTIONS(4843), - [anon_sym_public] = ACTIONS(4843), - [anon_sym_private] = ACTIONS(4843), - [anon_sym_internal] = ACTIONS(4843), - [anon_sym_protected] = ACTIONS(4843), - [anon_sym_tailrec] = ACTIONS(4843), - [anon_sym_operator] = ACTIONS(4843), - [anon_sym_infix] = ACTIONS(4843), - [anon_sym_inline] = ACTIONS(4843), - [anon_sym_external] = ACTIONS(4843), - [sym_property_modifier] = ACTIONS(4843), - [anon_sym_abstract] = ACTIONS(4843), - [anon_sym_final] = ACTIONS(4843), - [anon_sym_open] = ACTIONS(4843), - [anon_sym_vararg] = ACTIONS(4843), - [anon_sym_noinline] = ACTIONS(4843), - [anon_sym_crossinline] = ACTIONS(4843), - [anon_sym_expect] = ACTIONS(4843), - [anon_sym_actual] = ACTIONS(4843), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4845), - [sym__automatic_semicolon] = ACTIONS(4845), - [sym_safe_nav] = ACTIONS(4845), + [3795] = { + [sym__alpha_identifier] = ACTIONS(4861), + [anon_sym_AT] = ACTIONS(4863), + [anon_sym_LBRACK] = ACTIONS(4863), + [anon_sym_as] = ACTIONS(4861), + [anon_sym_EQ] = ACTIONS(4861), + [anon_sym_LBRACE] = ACTIONS(4863), + [anon_sym_RBRACE] = ACTIONS(4863), + [anon_sym_LPAREN] = ACTIONS(4863), + [anon_sym_COMMA] = ACTIONS(4863), + [anon_sym_LT] = ACTIONS(4861), + [anon_sym_GT] = ACTIONS(4861), + [anon_sym_where] = ACTIONS(4861), + [anon_sym_DOT] = ACTIONS(4861), + [anon_sym_SEMI] = ACTIONS(4863), + [anon_sym_get] = ACTIONS(4861), + [anon_sym_set] = ACTIONS(4861), + [anon_sym_STAR] = ACTIONS(4861), + [sym_label] = ACTIONS(4863), + [anon_sym_in] = ACTIONS(4861), + [anon_sym_DOT_DOT] = ACTIONS(4863), + [anon_sym_QMARK_COLON] = ACTIONS(4863), + [anon_sym_AMP_AMP] = ACTIONS(4863), + [anon_sym_PIPE_PIPE] = ACTIONS(4863), + [anon_sym_else] = ACTIONS(4861), + [anon_sym_COLON_COLON] = ACTIONS(4863), + [anon_sym_PLUS_EQ] = ACTIONS(4863), + [anon_sym_DASH_EQ] = ACTIONS(4863), + [anon_sym_STAR_EQ] = ACTIONS(4863), + [anon_sym_SLASH_EQ] = ACTIONS(4863), + [anon_sym_PERCENT_EQ] = ACTIONS(4863), + [anon_sym_BANG_EQ] = ACTIONS(4861), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4863), + [anon_sym_EQ_EQ] = ACTIONS(4861), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4863), + [anon_sym_LT_EQ] = ACTIONS(4863), + [anon_sym_GT_EQ] = ACTIONS(4863), + [anon_sym_BANGin] = ACTIONS(4863), + [anon_sym_is] = ACTIONS(4861), + [anon_sym_BANGis] = ACTIONS(4863), + [anon_sym_PLUS] = ACTIONS(4861), + [anon_sym_DASH] = ACTIONS(4861), + [anon_sym_SLASH] = ACTIONS(4861), + [anon_sym_PERCENT] = ACTIONS(4861), + [anon_sym_as_QMARK] = ACTIONS(4863), + [anon_sym_PLUS_PLUS] = ACTIONS(4863), + [anon_sym_DASH_DASH] = ACTIONS(4863), + [anon_sym_BANG_BANG] = ACTIONS(4863), + [anon_sym_suspend] = ACTIONS(4861), + [anon_sym_sealed] = ACTIONS(4861), + [anon_sym_annotation] = ACTIONS(4861), + [anon_sym_data] = ACTIONS(4861), + [anon_sym_inner] = ACTIONS(4861), + [anon_sym_override] = ACTIONS(4861), + [anon_sym_lateinit] = ACTIONS(4861), + [anon_sym_public] = ACTIONS(4861), + [anon_sym_private] = ACTIONS(4861), + [anon_sym_internal] = ACTIONS(4861), + [anon_sym_protected] = ACTIONS(4861), + [anon_sym_tailrec] = ACTIONS(4861), + [anon_sym_operator] = ACTIONS(4861), + [anon_sym_infix] = ACTIONS(4861), + [anon_sym_inline] = ACTIONS(4861), + [anon_sym_external] = ACTIONS(4861), + [sym_property_modifier] = ACTIONS(4861), + [anon_sym_abstract] = ACTIONS(4861), + [anon_sym_final] = ACTIONS(4861), + [anon_sym_open] = ACTIONS(4861), + [anon_sym_vararg] = ACTIONS(4861), + [anon_sym_noinline] = ACTIONS(4861), + [anon_sym_crossinline] = ACTIONS(4861), + [anon_sym_expect] = ACTIONS(4861), + [anon_sym_actual] = ACTIONS(4861), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4863), + [sym__automatic_semicolon] = ACTIONS(4863), + [sym_safe_nav] = ACTIONS(4863), [sym_multiline_comment] = ACTIONS(3), }, - [3845] = { - [sym__alpha_identifier] = ACTIONS(4859), - [anon_sym_AT] = ACTIONS(4861), - [anon_sym_LBRACK] = ACTIONS(4861), - [anon_sym_as] = ACTIONS(4859), - [anon_sym_EQ] = ACTIONS(4859), - [anon_sym_LBRACE] = ACTIONS(4861), - [anon_sym_RBRACE] = ACTIONS(4861), - [anon_sym_LPAREN] = ACTIONS(4861), - [anon_sym_COMMA] = ACTIONS(4861), - [anon_sym_LT] = ACTIONS(4859), - [anon_sym_GT] = ACTIONS(4859), - [anon_sym_where] = ACTIONS(4859), - [anon_sym_DOT] = ACTIONS(4859), - [anon_sym_SEMI] = ACTIONS(4861), - [anon_sym_get] = ACTIONS(4859), - [anon_sym_set] = ACTIONS(4859), - [anon_sym_STAR] = ACTIONS(4859), - [sym_label] = ACTIONS(4861), - [anon_sym_in] = ACTIONS(4859), - [anon_sym_DOT_DOT] = ACTIONS(4861), - [anon_sym_QMARK_COLON] = ACTIONS(4861), - [anon_sym_AMP_AMP] = ACTIONS(4861), - [anon_sym_PIPE_PIPE] = ACTIONS(4861), - [anon_sym_else] = ACTIONS(4859), - [anon_sym_COLON_COLON] = ACTIONS(4861), - [anon_sym_PLUS_EQ] = ACTIONS(4861), - [anon_sym_DASH_EQ] = ACTIONS(4861), - [anon_sym_STAR_EQ] = ACTIONS(4861), - [anon_sym_SLASH_EQ] = ACTIONS(4861), - [anon_sym_PERCENT_EQ] = ACTIONS(4861), - [anon_sym_BANG_EQ] = ACTIONS(4859), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4861), - [anon_sym_EQ_EQ] = ACTIONS(4859), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4861), - [anon_sym_LT_EQ] = ACTIONS(4861), - [anon_sym_GT_EQ] = ACTIONS(4861), - [anon_sym_BANGin] = ACTIONS(4861), - [anon_sym_is] = ACTIONS(4859), - [anon_sym_BANGis] = ACTIONS(4861), - [anon_sym_PLUS] = ACTIONS(4859), - [anon_sym_DASH] = ACTIONS(4859), - [anon_sym_SLASH] = ACTIONS(4859), - [anon_sym_PERCENT] = ACTIONS(4859), - [anon_sym_as_QMARK] = ACTIONS(4861), - [anon_sym_PLUS_PLUS] = ACTIONS(4861), - [anon_sym_DASH_DASH] = ACTIONS(4861), - [anon_sym_BANG_BANG] = ACTIONS(4861), - [anon_sym_suspend] = ACTIONS(4859), - [anon_sym_sealed] = ACTIONS(4859), - [anon_sym_annotation] = ACTIONS(4859), - [anon_sym_data] = ACTIONS(4859), - [anon_sym_inner] = ACTIONS(4859), - [anon_sym_override] = ACTIONS(4859), - [anon_sym_lateinit] = ACTIONS(4859), - [anon_sym_public] = ACTIONS(4859), - [anon_sym_private] = ACTIONS(4859), - [anon_sym_internal] = ACTIONS(4859), - [anon_sym_protected] = ACTIONS(4859), - [anon_sym_tailrec] = ACTIONS(4859), - [anon_sym_operator] = ACTIONS(4859), - [anon_sym_infix] = ACTIONS(4859), - [anon_sym_inline] = ACTIONS(4859), - [anon_sym_external] = ACTIONS(4859), - [sym_property_modifier] = ACTIONS(4859), - [anon_sym_abstract] = ACTIONS(4859), - [anon_sym_final] = ACTIONS(4859), - [anon_sym_open] = ACTIONS(4859), - [anon_sym_vararg] = ACTIONS(4859), - [anon_sym_noinline] = ACTIONS(4859), - [anon_sym_crossinline] = ACTIONS(4859), - [anon_sym_expect] = ACTIONS(4859), - [anon_sym_actual] = ACTIONS(4859), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4861), - [sym__automatic_semicolon] = ACTIONS(4861), - [sym_safe_nav] = ACTIONS(4861), + [3796] = { + [sym__alpha_identifier] = ACTIONS(4188), + [anon_sym_AT] = ACTIONS(4190), + [anon_sym_LBRACK] = ACTIONS(4190), + [anon_sym_as] = ACTIONS(4188), + [anon_sym_EQ] = ACTIONS(4188), + [anon_sym_LBRACE] = ACTIONS(4190), + [anon_sym_RBRACE] = ACTIONS(4190), + [anon_sym_LPAREN] = ACTIONS(4190), + [anon_sym_COMMA] = ACTIONS(4190), + [anon_sym_LT] = ACTIONS(4188), + [anon_sym_GT] = ACTIONS(4188), + [anon_sym_where] = ACTIONS(4188), + [anon_sym_DOT] = ACTIONS(4188), + [anon_sym_SEMI] = ACTIONS(4190), + [anon_sym_get] = ACTIONS(4188), + [anon_sym_set] = ACTIONS(4188), + [anon_sym_STAR] = ACTIONS(4188), + [sym_label] = ACTIONS(4190), + [anon_sym_in] = ACTIONS(4188), + [anon_sym_DOT_DOT] = ACTIONS(4190), + [anon_sym_QMARK_COLON] = ACTIONS(4190), + [anon_sym_AMP_AMP] = ACTIONS(4190), + [anon_sym_PIPE_PIPE] = ACTIONS(4190), + [anon_sym_else] = ACTIONS(4188), + [anon_sym_COLON_COLON] = ACTIONS(4190), + [anon_sym_PLUS_EQ] = ACTIONS(4190), + [anon_sym_DASH_EQ] = ACTIONS(4190), + [anon_sym_STAR_EQ] = ACTIONS(4190), + [anon_sym_SLASH_EQ] = ACTIONS(4190), + [anon_sym_PERCENT_EQ] = ACTIONS(4190), + [anon_sym_BANG_EQ] = ACTIONS(4188), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4190), + [anon_sym_EQ_EQ] = ACTIONS(4188), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4190), + [anon_sym_LT_EQ] = ACTIONS(4190), + [anon_sym_GT_EQ] = ACTIONS(4190), + [anon_sym_BANGin] = ACTIONS(4190), + [anon_sym_is] = ACTIONS(4188), + [anon_sym_BANGis] = ACTIONS(4190), + [anon_sym_PLUS] = ACTIONS(4188), + [anon_sym_DASH] = ACTIONS(4188), + [anon_sym_SLASH] = ACTIONS(4188), + [anon_sym_PERCENT] = ACTIONS(4188), + [anon_sym_as_QMARK] = ACTIONS(4190), + [anon_sym_PLUS_PLUS] = ACTIONS(4190), + [anon_sym_DASH_DASH] = ACTIONS(4190), + [anon_sym_BANG_BANG] = ACTIONS(4190), + [anon_sym_suspend] = ACTIONS(4188), + [anon_sym_sealed] = ACTIONS(4188), + [anon_sym_annotation] = ACTIONS(4188), + [anon_sym_data] = ACTIONS(4188), + [anon_sym_inner] = ACTIONS(4188), + [anon_sym_override] = ACTIONS(4188), + [anon_sym_lateinit] = ACTIONS(4188), + [anon_sym_public] = ACTIONS(4188), + [anon_sym_private] = ACTIONS(4188), + [anon_sym_internal] = ACTIONS(4188), + [anon_sym_protected] = ACTIONS(4188), + [anon_sym_tailrec] = ACTIONS(4188), + [anon_sym_operator] = ACTIONS(4188), + [anon_sym_infix] = ACTIONS(4188), + [anon_sym_inline] = ACTIONS(4188), + [anon_sym_external] = ACTIONS(4188), + [sym_property_modifier] = ACTIONS(4188), + [anon_sym_abstract] = ACTIONS(4188), + [anon_sym_final] = ACTIONS(4188), + [anon_sym_open] = ACTIONS(4188), + [anon_sym_vararg] = ACTIONS(4188), + [anon_sym_noinline] = ACTIONS(4188), + [anon_sym_crossinline] = ACTIONS(4188), + [anon_sym_expect] = ACTIONS(4188), + [anon_sym_actual] = ACTIONS(4188), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4190), + [sym__automatic_semicolon] = ACTIONS(4190), + [sym_safe_nav] = ACTIONS(4190), [sym_multiline_comment] = ACTIONS(3), }, - [3846] = { - [sym__alpha_identifier] = ACTIONS(4851), - [anon_sym_AT] = ACTIONS(4853), - [anon_sym_LBRACK] = ACTIONS(4853), - [anon_sym_as] = ACTIONS(4851), - [anon_sym_EQ] = ACTIONS(4851), - [anon_sym_LBRACE] = ACTIONS(4853), - [anon_sym_RBRACE] = ACTIONS(4853), - [anon_sym_LPAREN] = ACTIONS(4853), - [anon_sym_COMMA] = ACTIONS(4853), - [anon_sym_LT] = ACTIONS(4851), - [anon_sym_GT] = ACTIONS(4851), - [anon_sym_where] = ACTIONS(4851), - [anon_sym_DOT] = ACTIONS(4851), - [anon_sym_SEMI] = ACTIONS(4853), - [anon_sym_get] = ACTIONS(4851), - [anon_sym_set] = ACTIONS(4851), - [anon_sym_STAR] = ACTIONS(4851), - [sym_label] = ACTIONS(4853), - [anon_sym_in] = ACTIONS(4851), - [anon_sym_DOT_DOT] = ACTIONS(4853), - [anon_sym_QMARK_COLON] = ACTIONS(4853), - [anon_sym_AMP_AMP] = ACTIONS(4853), - [anon_sym_PIPE_PIPE] = ACTIONS(4853), - [anon_sym_else] = ACTIONS(4851), - [anon_sym_COLON_COLON] = ACTIONS(4853), - [anon_sym_PLUS_EQ] = ACTIONS(4853), - [anon_sym_DASH_EQ] = ACTIONS(4853), - [anon_sym_STAR_EQ] = ACTIONS(4853), - [anon_sym_SLASH_EQ] = ACTIONS(4853), - [anon_sym_PERCENT_EQ] = ACTIONS(4853), - [anon_sym_BANG_EQ] = ACTIONS(4851), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4853), - [anon_sym_EQ_EQ] = ACTIONS(4851), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4853), - [anon_sym_LT_EQ] = ACTIONS(4853), - [anon_sym_GT_EQ] = ACTIONS(4853), - [anon_sym_BANGin] = ACTIONS(4853), - [anon_sym_is] = ACTIONS(4851), - [anon_sym_BANGis] = ACTIONS(4853), - [anon_sym_PLUS] = ACTIONS(4851), - [anon_sym_DASH] = ACTIONS(4851), - [anon_sym_SLASH] = ACTIONS(4851), - [anon_sym_PERCENT] = ACTIONS(4851), - [anon_sym_as_QMARK] = ACTIONS(4853), - [anon_sym_PLUS_PLUS] = ACTIONS(4853), - [anon_sym_DASH_DASH] = ACTIONS(4853), - [anon_sym_BANG_BANG] = ACTIONS(4853), - [anon_sym_suspend] = ACTIONS(4851), - [anon_sym_sealed] = ACTIONS(4851), - [anon_sym_annotation] = ACTIONS(4851), - [anon_sym_data] = ACTIONS(4851), - [anon_sym_inner] = ACTIONS(4851), - [anon_sym_override] = ACTIONS(4851), - [anon_sym_lateinit] = ACTIONS(4851), - [anon_sym_public] = ACTIONS(4851), - [anon_sym_private] = ACTIONS(4851), - [anon_sym_internal] = ACTIONS(4851), - [anon_sym_protected] = ACTIONS(4851), - [anon_sym_tailrec] = ACTIONS(4851), - [anon_sym_operator] = ACTIONS(4851), - [anon_sym_infix] = ACTIONS(4851), - [anon_sym_inline] = ACTIONS(4851), - [anon_sym_external] = ACTIONS(4851), - [sym_property_modifier] = ACTIONS(4851), - [anon_sym_abstract] = ACTIONS(4851), - [anon_sym_final] = ACTIONS(4851), - [anon_sym_open] = ACTIONS(4851), - [anon_sym_vararg] = ACTIONS(4851), - [anon_sym_noinline] = ACTIONS(4851), - [anon_sym_crossinline] = ACTIONS(4851), - [anon_sym_expect] = ACTIONS(4851), - [anon_sym_actual] = ACTIONS(4851), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4853), - [sym__automatic_semicolon] = ACTIONS(4853), - [sym_safe_nav] = ACTIONS(4853), + [3797] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(1624), + [sym__comparison_operator] = STATE(2064), + [sym__in_operator] = STATE(1691), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(1828), + [sym__multiplicative_operator] = STATE(1968), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2056), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), + [anon_sym_EQ] = ACTIONS(3036), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_RBRACE] = ACTIONS(3038), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_RPAREN] = ACTIONS(3038), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(3036), + [anon_sym_DOT] = ACTIONS(6409), + [anon_sym_SEMI] = ACTIONS(3038), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(6844), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(6846), + [anon_sym_while] = ACTIONS(3036), + [anon_sym_DOT_DOT] = ACTIONS(6848), + [anon_sym_QMARK_COLON] = ACTIONS(6850), + [anon_sym_AMP_AMP] = ACTIONS(3038), + [anon_sym_PIPE_PIPE] = ACTIONS(3038), + [anon_sym_else] = ACTIONS(3036), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_PLUS_EQ] = ACTIONS(3038), + [anon_sym_DASH_EQ] = ACTIONS(3038), + [anon_sym_STAR_EQ] = ACTIONS(3038), + [anon_sym_SLASH_EQ] = ACTIONS(3038), + [anon_sym_PERCENT_EQ] = ACTIONS(3038), + [anon_sym_BANG_EQ] = ACTIONS(3036), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3038), + [anon_sym_EQ_EQ] = ACTIONS(3036), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3038), + [anon_sym_LT_EQ] = ACTIONS(3038), + [anon_sym_GT_EQ] = ACTIONS(3038), + [anon_sym_BANGin] = ACTIONS(6862), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(6864), + [anon_sym_DASH] = ACTIONS(6864), + [anon_sym_SLASH] = ACTIONS(6844), + [anon_sym_PERCENT] = ACTIONS(6844), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [3847] = { - [sym__alpha_identifier] = ACTIONS(4887), - [anon_sym_AT] = ACTIONS(4889), - [anon_sym_LBRACK] = ACTIONS(4889), - [anon_sym_as] = ACTIONS(4887), - [anon_sym_EQ] = ACTIONS(4887), - [anon_sym_LBRACE] = ACTIONS(4889), - [anon_sym_RBRACE] = ACTIONS(4889), - [anon_sym_LPAREN] = ACTIONS(4889), - [anon_sym_COMMA] = ACTIONS(4889), - [anon_sym_LT] = ACTIONS(4887), - [anon_sym_GT] = ACTIONS(4887), - [anon_sym_where] = ACTIONS(4887), - [anon_sym_DOT] = ACTIONS(4887), - [anon_sym_SEMI] = ACTIONS(4889), - [anon_sym_get] = ACTIONS(4887), - [anon_sym_set] = ACTIONS(4887), - [anon_sym_STAR] = ACTIONS(4887), - [sym_label] = ACTIONS(4889), - [anon_sym_in] = ACTIONS(4887), - [anon_sym_DOT_DOT] = ACTIONS(4889), - [anon_sym_QMARK_COLON] = ACTIONS(4889), - [anon_sym_AMP_AMP] = ACTIONS(4889), - [anon_sym_PIPE_PIPE] = ACTIONS(4889), - [anon_sym_else] = ACTIONS(4887), - [anon_sym_COLON_COLON] = ACTIONS(4889), - [anon_sym_PLUS_EQ] = ACTIONS(4889), - [anon_sym_DASH_EQ] = ACTIONS(4889), - [anon_sym_STAR_EQ] = ACTIONS(4889), - [anon_sym_SLASH_EQ] = ACTIONS(4889), - [anon_sym_PERCENT_EQ] = ACTIONS(4889), - [anon_sym_BANG_EQ] = ACTIONS(4887), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4889), - [anon_sym_EQ_EQ] = ACTIONS(4887), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4889), - [anon_sym_LT_EQ] = ACTIONS(4889), - [anon_sym_GT_EQ] = ACTIONS(4889), - [anon_sym_BANGin] = ACTIONS(4889), - [anon_sym_is] = ACTIONS(4887), - [anon_sym_BANGis] = ACTIONS(4889), - [anon_sym_PLUS] = ACTIONS(4887), - [anon_sym_DASH] = ACTIONS(4887), - [anon_sym_SLASH] = ACTIONS(4887), - [anon_sym_PERCENT] = ACTIONS(4887), - [anon_sym_as_QMARK] = ACTIONS(4889), - [anon_sym_PLUS_PLUS] = ACTIONS(4889), - [anon_sym_DASH_DASH] = ACTIONS(4889), - [anon_sym_BANG_BANG] = ACTIONS(4889), - [anon_sym_suspend] = ACTIONS(4887), - [anon_sym_sealed] = ACTIONS(4887), - [anon_sym_annotation] = ACTIONS(4887), - [anon_sym_data] = ACTIONS(4887), - [anon_sym_inner] = ACTIONS(4887), - [anon_sym_override] = ACTIONS(4887), - [anon_sym_lateinit] = ACTIONS(4887), - [anon_sym_public] = ACTIONS(4887), - [anon_sym_private] = ACTIONS(4887), - [anon_sym_internal] = ACTIONS(4887), - [anon_sym_protected] = ACTIONS(4887), - [anon_sym_tailrec] = ACTIONS(4887), - [anon_sym_operator] = ACTIONS(4887), - [anon_sym_infix] = ACTIONS(4887), - [anon_sym_inline] = ACTIONS(4887), - [anon_sym_external] = ACTIONS(4887), - [sym_property_modifier] = ACTIONS(4887), - [anon_sym_abstract] = ACTIONS(4887), - [anon_sym_final] = ACTIONS(4887), - [anon_sym_open] = ACTIONS(4887), - [anon_sym_vararg] = ACTIONS(4887), - [anon_sym_noinline] = ACTIONS(4887), - [anon_sym_crossinline] = ACTIONS(4887), - [anon_sym_expect] = ACTIONS(4887), - [anon_sym_actual] = ACTIONS(4887), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4889), - [sym__automatic_semicolon] = ACTIONS(4889), - [sym_safe_nav] = ACTIONS(4889), + [3798] = { + [sym__alpha_identifier] = ACTIONS(4740), + [anon_sym_AT] = ACTIONS(4742), + [anon_sym_LBRACK] = ACTIONS(4742), + [anon_sym_as] = ACTIONS(4740), + [anon_sym_EQ] = ACTIONS(4740), + [anon_sym_LBRACE] = ACTIONS(4742), + [anon_sym_RBRACE] = ACTIONS(4742), + [anon_sym_LPAREN] = ACTIONS(4742), + [anon_sym_COMMA] = ACTIONS(4742), + [anon_sym_LT] = ACTIONS(4740), + [anon_sym_GT] = ACTIONS(4740), + [anon_sym_where] = ACTIONS(4740), + [anon_sym_DOT] = ACTIONS(4740), + [anon_sym_SEMI] = ACTIONS(4742), + [anon_sym_get] = ACTIONS(4740), + [anon_sym_set] = ACTIONS(4740), + [anon_sym_STAR] = ACTIONS(4740), + [sym_label] = ACTIONS(4742), + [anon_sym_in] = ACTIONS(4740), + [anon_sym_DOT_DOT] = ACTIONS(4742), + [anon_sym_QMARK_COLON] = ACTIONS(4742), + [anon_sym_AMP_AMP] = ACTIONS(4742), + [anon_sym_PIPE_PIPE] = ACTIONS(4742), + [anon_sym_else] = ACTIONS(4740), + [anon_sym_COLON_COLON] = ACTIONS(4742), + [anon_sym_PLUS_EQ] = ACTIONS(4742), + [anon_sym_DASH_EQ] = ACTIONS(4742), + [anon_sym_STAR_EQ] = ACTIONS(4742), + [anon_sym_SLASH_EQ] = ACTIONS(4742), + [anon_sym_PERCENT_EQ] = ACTIONS(4742), + [anon_sym_BANG_EQ] = ACTIONS(4740), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4742), + [anon_sym_EQ_EQ] = ACTIONS(4740), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4742), + [anon_sym_LT_EQ] = ACTIONS(4742), + [anon_sym_GT_EQ] = ACTIONS(4742), + [anon_sym_BANGin] = ACTIONS(4742), + [anon_sym_is] = ACTIONS(4740), + [anon_sym_BANGis] = ACTIONS(4742), + [anon_sym_PLUS] = ACTIONS(4740), + [anon_sym_DASH] = ACTIONS(4740), + [anon_sym_SLASH] = ACTIONS(4740), + [anon_sym_PERCENT] = ACTIONS(4740), + [anon_sym_as_QMARK] = ACTIONS(4742), + [anon_sym_PLUS_PLUS] = ACTIONS(4742), + [anon_sym_DASH_DASH] = ACTIONS(4742), + [anon_sym_BANG_BANG] = ACTIONS(4742), + [anon_sym_suspend] = ACTIONS(4740), + [anon_sym_sealed] = ACTIONS(4740), + [anon_sym_annotation] = ACTIONS(4740), + [anon_sym_data] = ACTIONS(4740), + [anon_sym_inner] = ACTIONS(4740), + [anon_sym_override] = ACTIONS(4740), + [anon_sym_lateinit] = ACTIONS(4740), + [anon_sym_public] = ACTIONS(4740), + [anon_sym_private] = ACTIONS(4740), + [anon_sym_internal] = ACTIONS(4740), + [anon_sym_protected] = ACTIONS(4740), + [anon_sym_tailrec] = ACTIONS(4740), + [anon_sym_operator] = ACTIONS(4740), + [anon_sym_infix] = ACTIONS(4740), + [anon_sym_inline] = ACTIONS(4740), + [anon_sym_external] = ACTIONS(4740), + [sym_property_modifier] = ACTIONS(4740), + [anon_sym_abstract] = ACTIONS(4740), + [anon_sym_final] = ACTIONS(4740), + [anon_sym_open] = ACTIONS(4740), + [anon_sym_vararg] = ACTIONS(4740), + [anon_sym_noinline] = ACTIONS(4740), + [anon_sym_crossinline] = ACTIONS(4740), + [anon_sym_expect] = ACTIONS(4740), + [anon_sym_actual] = ACTIONS(4740), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4742), + [sym__automatic_semicolon] = ACTIONS(4742), + [sym_safe_nav] = ACTIONS(4742), [sym_multiline_comment] = ACTIONS(3), }, - [3848] = { - [sym__alpha_identifier] = ACTIONS(4999), - [anon_sym_AT] = ACTIONS(5001), - [anon_sym_LBRACK] = ACTIONS(5001), - [anon_sym_as] = ACTIONS(4999), - [anon_sym_EQ] = ACTIONS(4999), - [anon_sym_LBRACE] = ACTIONS(5001), - [anon_sym_RBRACE] = ACTIONS(5001), - [anon_sym_LPAREN] = ACTIONS(5001), - [anon_sym_COMMA] = ACTIONS(5001), - [anon_sym_LT] = ACTIONS(4999), - [anon_sym_GT] = ACTIONS(4999), - [anon_sym_where] = ACTIONS(4999), - [anon_sym_DOT] = ACTIONS(4999), - [anon_sym_SEMI] = ACTIONS(5001), - [anon_sym_get] = ACTIONS(4999), - [anon_sym_set] = ACTIONS(4999), - [anon_sym_STAR] = ACTIONS(4999), - [sym_label] = ACTIONS(5001), - [anon_sym_in] = ACTIONS(4999), - [anon_sym_DOT_DOT] = ACTIONS(5001), - [anon_sym_QMARK_COLON] = ACTIONS(5001), - [anon_sym_AMP_AMP] = ACTIONS(5001), - [anon_sym_PIPE_PIPE] = ACTIONS(5001), - [anon_sym_else] = ACTIONS(4999), - [anon_sym_COLON_COLON] = ACTIONS(5001), - [anon_sym_PLUS_EQ] = ACTIONS(5001), - [anon_sym_DASH_EQ] = ACTIONS(5001), - [anon_sym_STAR_EQ] = ACTIONS(5001), - [anon_sym_SLASH_EQ] = ACTIONS(5001), - [anon_sym_PERCENT_EQ] = ACTIONS(5001), - [anon_sym_BANG_EQ] = ACTIONS(4999), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5001), - [anon_sym_EQ_EQ] = ACTIONS(4999), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5001), - [anon_sym_LT_EQ] = ACTIONS(5001), - [anon_sym_GT_EQ] = ACTIONS(5001), - [anon_sym_BANGin] = ACTIONS(5001), - [anon_sym_is] = ACTIONS(4999), - [anon_sym_BANGis] = ACTIONS(5001), - [anon_sym_PLUS] = ACTIONS(4999), - [anon_sym_DASH] = ACTIONS(4999), - [anon_sym_SLASH] = ACTIONS(4999), - [anon_sym_PERCENT] = ACTIONS(4999), - [anon_sym_as_QMARK] = ACTIONS(5001), - [anon_sym_PLUS_PLUS] = ACTIONS(5001), - [anon_sym_DASH_DASH] = ACTIONS(5001), - [anon_sym_BANG_BANG] = ACTIONS(5001), - [anon_sym_suspend] = ACTIONS(4999), - [anon_sym_sealed] = ACTIONS(4999), - [anon_sym_annotation] = ACTIONS(4999), - [anon_sym_data] = ACTIONS(4999), - [anon_sym_inner] = ACTIONS(4999), - [anon_sym_override] = ACTIONS(4999), - [anon_sym_lateinit] = ACTIONS(4999), - [anon_sym_public] = ACTIONS(4999), - [anon_sym_private] = ACTIONS(4999), - [anon_sym_internal] = ACTIONS(4999), - [anon_sym_protected] = ACTIONS(4999), - [anon_sym_tailrec] = ACTIONS(4999), - [anon_sym_operator] = ACTIONS(4999), - [anon_sym_infix] = ACTIONS(4999), - [anon_sym_inline] = ACTIONS(4999), - [anon_sym_external] = ACTIONS(4999), - [sym_property_modifier] = ACTIONS(4999), - [anon_sym_abstract] = ACTIONS(4999), - [anon_sym_final] = ACTIONS(4999), - [anon_sym_open] = ACTIONS(4999), - [anon_sym_vararg] = ACTIONS(4999), - [anon_sym_noinline] = ACTIONS(4999), - [anon_sym_crossinline] = ACTIONS(4999), - [anon_sym_expect] = ACTIONS(4999), - [anon_sym_actual] = ACTIONS(4999), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5001), - [sym__automatic_semicolon] = ACTIONS(5001), - [sym_safe_nav] = ACTIONS(5001), + [3799] = { + [sym_function_body] = STATE(3745), + [sym__block] = STATE(3738), + [sym__alpha_identifier] = ACTIONS(4422), + [anon_sym_AT] = ACTIONS(4424), + [anon_sym_LBRACK] = ACTIONS(4424), + [anon_sym_as] = ACTIONS(4422), + [anon_sym_EQ] = ACTIONS(6527), + [anon_sym_LBRACE] = ACTIONS(6461), + [anon_sym_RBRACE] = ACTIONS(4424), + [anon_sym_LPAREN] = ACTIONS(4424), + [anon_sym_LT] = ACTIONS(4422), + [anon_sym_GT] = ACTIONS(4422), + [anon_sym_DOT] = ACTIONS(4422), + [anon_sym_SEMI] = ACTIONS(4424), + [anon_sym_get] = ACTIONS(4422), + [anon_sym_set] = ACTIONS(4422), + [anon_sym_STAR] = ACTIONS(4422), + [sym_label] = ACTIONS(4424), + [anon_sym_in] = ACTIONS(4422), + [anon_sym_DOT_DOT] = ACTIONS(4424), + [anon_sym_QMARK_COLON] = ACTIONS(4424), + [anon_sym_AMP_AMP] = ACTIONS(4424), + [anon_sym_PIPE_PIPE] = ACTIONS(4424), + [anon_sym_else] = ACTIONS(4422), + [anon_sym_COLON_COLON] = ACTIONS(4424), + [anon_sym_PLUS_EQ] = ACTIONS(4424), + [anon_sym_DASH_EQ] = ACTIONS(4424), + [anon_sym_STAR_EQ] = ACTIONS(4424), + [anon_sym_SLASH_EQ] = ACTIONS(4424), + [anon_sym_PERCENT_EQ] = ACTIONS(4424), + [anon_sym_BANG_EQ] = ACTIONS(4422), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4424), + [anon_sym_EQ_EQ] = ACTIONS(4422), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4424), + [anon_sym_LT_EQ] = ACTIONS(4424), + [anon_sym_GT_EQ] = ACTIONS(4424), + [anon_sym_BANGin] = ACTIONS(4424), + [anon_sym_is] = ACTIONS(4422), + [anon_sym_BANGis] = ACTIONS(4424), + [anon_sym_PLUS] = ACTIONS(4422), + [anon_sym_DASH] = ACTIONS(4422), + [anon_sym_SLASH] = ACTIONS(4422), + [anon_sym_PERCENT] = ACTIONS(4422), + [anon_sym_as_QMARK] = ACTIONS(4424), + [anon_sym_PLUS_PLUS] = ACTIONS(4424), + [anon_sym_DASH_DASH] = ACTIONS(4424), + [anon_sym_BANG_BANG] = ACTIONS(4424), + [anon_sym_suspend] = ACTIONS(4422), + [anon_sym_sealed] = ACTIONS(4422), + [anon_sym_annotation] = ACTIONS(4422), + [anon_sym_data] = ACTIONS(4422), + [anon_sym_inner] = ACTIONS(4422), + [anon_sym_override] = ACTIONS(4422), + [anon_sym_lateinit] = ACTIONS(4422), + [anon_sym_public] = ACTIONS(4422), + [anon_sym_private] = ACTIONS(4422), + [anon_sym_internal] = ACTIONS(4422), + [anon_sym_protected] = ACTIONS(4422), + [anon_sym_tailrec] = ACTIONS(4422), + [anon_sym_operator] = ACTIONS(4422), + [anon_sym_infix] = ACTIONS(4422), + [anon_sym_inline] = ACTIONS(4422), + [anon_sym_external] = ACTIONS(4422), + [sym_property_modifier] = ACTIONS(4422), + [anon_sym_abstract] = ACTIONS(4422), + [anon_sym_final] = ACTIONS(4422), + [anon_sym_open] = ACTIONS(4422), + [anon_sym_vararg] = ACTIONS(4422), + [anon_sym_noinline] = ACTIONS(4422), + [anon_sym_crossinline] = ACTIONS(4422), + [anon_sym_expect] = ACTIONS(4422), + [anon_sym_actual] = ACTIONS(4422), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4424), + [sym__automatic_semicolon] = ACTIONS(4424), + [sym_safe_nav] = ACTIONS(4424), [sym_multiline_comment] = ACTIONS(3), }, - [3849] = { - [sym_type_constraints] = STATE(4001), - [sym_function_body] = STATE(3142), - [sym__block] = STATE(3245), - [sym__alpha_identifier] = ACTIONS(4300), - [anon_sym_AT] = ACTIONS(4302), - [anon_sym_LBRACK] = ACTIONS(4302), - [anon_sym_as] = ACTIONS(4300), - [anon_sym_EQ] = ACTIONS(6682), - [anon_sym_LBRACE] = ACTIONS(6220), - [anon_sym_RBRACE] = ACTIONS(4302), - [anon_sym_LPAREN] = ACTIONS(4302), - [anon_sym_LT] = ACTIONS(4300), - [anon_sym_GT] = ACTIONS(4300), - [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(4300), - [anon_sym_fun] = ACTIONS(4300), - [anon_sym_DOT] = ACTIONS(4300), - [anon_sym_SEMI] = ACTIONS(4302), - [anon_sym_get] = ACTIONS(4300), - [anon_sym_set] = ACTIONS(4300), - [anon_sym_this] = ACTIONS(4300), - [anon_sym_super] = ACTIONS(4300), - [anon_sym_STAR] = ACTIONS(4302), - [sym_label] = ACTIONS(4300), - [anon_sym_in] = ACTIONS(4300), - [anon_sym_DOT_DOT] = ACTIONS(4302), - [anon_sym_QMARK_COLON] = ACTIONS(4302), - [anon_sym_AMP_AMP] = ACTIONS(4302), - [anon_sym_PIPE_PIPE] = ACTIONS(4302), - [anon_sym_null] = ACTIONS(4300), - [anon_sym_if] = ACTIONS(4300), - [anon_sym_else] = ACTIONS(4300), - [anon_sym_when] = ACTIONS(4300), - [anon_sym_try] = ACTIONS(4300), - [anon_sym_throw] = ACTIONS(4300), - [anon_sym_return] = ACTIONS(4300), - [anon_sym_continue] = ACTIONS(4300), - [anon_sym_break] = ACTIONS(4300), - [anon_sym_COLON_COLON] = ACTIONS(4302), - [anon_sym_BANG_EQ] = ACTIONS(4300), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4302), - [anon_sym_EQ_EQ] = ACTIONS(4300), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4302), - [anon_sym_LT_EQ] = ACTIONS(4302), - [anon_sym_GT_EQ] = ACTIONS(4302), - [anon_sym_BANGin] = ACTIONS(4302), - [anon_sym_is] = ACTIONS(4300), - [anon_sym_BANGis] = ACTIONS(4302), - [anon_sym_PLUS] = ACTIONS(4300), - [anon_sym_DASH] = ACTIONS(4300), - [anon_sym_SLASH] = ACTIONS(4300), - [anon_sym_PERCENT] = ACTIONS(4302), - [anon_sym_as_QMARK] = ACTIONS(4302), - [anon_sym_PLUS_PLUS] = ACTIONS(4302), - [anon_sym_DASH_DASH] = ACTIONS(4302), - [anon_sym_BANG] = ACTIONS(4300), - [anon_sym_BANG_BANG] = ACTIONS(4302), - [anon_sym_data] = ACTIONS(4300), - [anon_sym_inner] = ACTIONS(4300), - [anon_sym_expect] = ACTIONS(4300), - [anon_sym_actual] = ACTIONS(4300), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4302), - [anon_sym_continue_AT] = ACTIONS(4302), - [anon_sym_break_AT] = ACTIONS(4302), - [sym_real_literal] = ACTIONS(4302), - [sym_integer_literal] = ACTIONS(4300), - [sym_hex_literal] = ACTIONS(4302), - [sym_bin_literal] = ACTIONS(4302), - [anon_sym_true] = ACTIONS(4300), - [anon_sym_false] = ACTIONS(4300), - [anon_sym_SQUOTE] = ACTIONS(4302), - [sym__backtick_identifier] = ACTIONS(4302), - [sym__automatic_semicolon] = ACTIONS(4302), - [sym_safe_nav] = ACTIONS(4302), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4302), + [3800] = { + [sym__alpha_identifier] = ACTIONS(4744), + [anon_sym_AT] = ACTIONS(4746), + [anon_sym_LBRACK] = ACTIONS(4746), + [anon_sym_as] = ACTIONS(4744), + [anon_sym_EQ] = ACTIONS(4744), + [anon_sym_LBRACE] = ACTIONS(4746), + [anon_sym_RBRACE] = ACTIONS(4746), + [anon_sym_LPAREN] = ACTIONS(4746), + [anon_sym_COMMA] = ACTIONS(4746), + [anon_sym_LT] = ACTIONS(4744), + [anon_sym_GT] = ACTIONS(4744), + [anon_sym_where] = ACTIONS(4744), + [anon_sym_DOT] = ACTIONS(4744), + [anon_sym_SEMI] = ACTIONS(4746), + [anon_sym_get] = ACTIONS(4744), + [anon_sym_set] = ACTIONS(4744), + [anon_sym_STAR] = ACTIONS(4744), + [sym_label] = ACTIONS(4746), + [anon_sym_in] = ACTIONS(4744), + [anon_sym_DOT_DOT] = ACTIONS(4746), + [anon_sym_QMARK_COLON] = ACTIONS(4746), + [anon_sym_AMP_AMP] = ACTIONS(4746), + [anon_sym_PIPE_PIPE] = ACTIONS(4746), + [anon_sym_else] = ACTIONS(4744), + [anon_sym_COLON_COLON] = ACTIONS(4746), + [anon_sym_PLUS_EQ] = ACTIONS(4746), + [anon_sym_DASH_EQ] = ACTIONS(4746), + [anon_sym_STAR_EQ] = ACTIONS(4746), + [anon_sym_SLASH_EQ] = ACTIONS(4746), + [anon_sym_PERCENT_EQ] = ACTIONS(4746), + [anon_sym_BANG_EQ] = ACTIONS(4744), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4746), + [anon_sym_EQ_EQ] = ACTIONS(4744), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4746), + [anon_sym_LT_EQ] = ACTIONS(4746), + [anon_sym_GT_EQ] = ACTIONS(4746), + [anon_sym_BANGin] = ACTIONS(4746), + [anon_sym_is] = ACTIONS(4744), + [anon_sym_BANGis] = ACTIONS(4746), + [anon_sym_PLUS] = ACTIONS(4744), + [anon_sym_DASH] = ACTIONS(4744), + [anon_sym_SLASH] = ACTIONS(4744), + [anon_sym_PERCENT] = ACTIONS(4744), + [anon_sym_as_QMARK] = ACTIONS(4746), + [anon_sym_PLUS_PLUS] = ACTIONS(4746), + [anon_sym_DASH_DASH] = ACTIONS(4746), + [anon_sym_BANG_BANG] = ACTIONS(4746), + [anon_sym_suspend] = ACTIONS(4744), + [anon_sym_sealed] = ACTIONS(4744), + [anon_sym_annotation] = ACTIONS(4744), + [anon_sym_data] = ACTIONS(4744), + [anon_sym_inner] = ACTIONS(4744), + [anon_sym_override] = ACTIONS(4744), + [anon_sym_lateinit] = ACTIONS(4744), + [anon_sym_public] = ACTIONS(4744), + [anon_sym_private] = ACTIONS(4744), + [anon_sym_internal] = ACTIONS(4744), + [anon_sym_protected] = ACTIONS(4744), + [anon_sym_tailrec] = ACTIONS(4744), + [anon_sym_operator] = ACTIONS(4744), + [anon_sym_infix] = ACTIONS(4744), + [anon_sym_inline] = ACTIONS(4744), + [anon_sym_external] = ACTIONS(4744), + [sym_property_modifier] = ACTIONS(4744), + [anon_sym_abstract] = ACTIONS(4744), + [anon_sym_final] = ACTIONS(4744), + [anon_sym_open] = ACTIONS(4744), + [anon_sym_vararg] = ACTIONS(4744), + [anon_sym_noinline] = ACTIONS(4744), + [anon_sym_crossinline] = ACTIONS(4744), + [anon_sym_expect] = ACTIONS(4744), + [anon_sym_actual] = ACTIONS(4744), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4746), + [sym__automatic_semicolon] = ACTIONS(4746), + [sym_safe_nav] = ACTIONS(4746), + [sym_multiline_comment] = ACTIONS(3), }, - [3850] = { - [aux_sym_user_type_repeat1] = STATE(3790), + [3801] = { + [sym__alpha_identifier] = ACTIONS(4285), + [anon_sym_AT] = ACTIONS(4288), + [anon_sym_LBRACK] = ACTIONS(4288), + [anon_sym_as] = ACTIONS(4285), + [anon_sym_EQ] = ACTIONS(4285), + [anon_sym_LBRACE] = ACTIONS(4288), + [anon_sym_RBRACE] = ACTIONS(4288), + [anon_sym_LPAREN] = ACTIONS(4736), + [anon_sym_COMMA] = ACTIONS(4288), + [anon_sym_LT] = ACTIONS(4285), + [anon_sym_GT] = ACTIONS(4285), + [anon_sym_where] = ACTIONS(4285), + [anon_sym_DOT] = ACTIONS(4285), + [anon_sym_SEMI] = ACTIONS(4288), + [anon_sym_get] = ACTIONS(4285), + [anon_sym_set] = ACTIONS(4285), + [anon_sym_STAR] = ACTIONS(4285), + [sym_label] = ACTIONS(4288), + [anon_sym_in] = ACTIONS(4285), + [anon_sym_DOT_DOT] = ACTIONS(4288), + [anon_sym_QMARK_COLON] = ACTIONS(4288), + [anon_sym_AMP_AMP] = ACTIONS(4288), + [anon_sym_PIPE_PIPE] = ACTIONS(4288), + [anon_sym_else] = ACTIONS(4285), + [anon_sym_COLON_COLON] = ACTIONS(4288), + [anon_sym_PLUS_EQ] = ACTIONS(4288), + [anon_sym_DASH_EQ] = ACTIONS(4288), + [anon_sym_STAR_EQ] = ACTIONS(4288), + [anon_sym_SLASH_EQ] = ACTIONS(4288), + [anon_sym_PERCENT_EQ] = ACTIONS(4288), + [anon_sym_BANG_EQ] = ACTIONS(4285), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4288), + [anon_sym_EQ_EQ] = ACTIONS(4285), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4288), + [anon_sym_LT_EQ] = ACTIONS(4288), + [anon_sym_GT_EQ] = ACTIONS(4288), + [anon_sym_BANGin] = ACTIONS(4288), + [anon_sym_is] = ACTIONS(4285), + [anon_sym_BANGis] = ACTIONS(4288), + [anon_sym_PLUS] = ACTIONS(4285), + [anon_sym_DASH] = ACTIONS(4285), + [anon_sym_SLASH] = ACTIONS(4285), + [anon_sym_PERCENT] = ACTIONS(4285), + [anon_sym_as_QMARK] = ACTIONS(4288), + [anon_sym_PLUS_PLUS] = ACTIONS(4288), + [anon_sym_DASH_DASH] = ACTIONS(4288), + [anon_sym_BANG_BANG] = ACTIONS(4288), + [anon_sym_suspend] = ACTIONS(4285), + [anon_sym_sealed] = ACTIONS(4285), + [anon_sym_annotation] = ACTIONS(4285), + [anon_sym_data] = ACTIONS(4285), + [anon_sym_inner] = ACTIONS(4285), + [anon_sym_override] = ACTIONS(4285), + [anon_sym_lateinit] = ACTIONS(4285), + [anon_sym_public] = ACTIONS(4285), + [anon_sym_private] = ACTIONS(4285), + [anon_sym_internal] = ACTIONS(4285), + [anon_sym_protected] = ACTIONS(4285), + [anon_sym_tailrec] = ACTIONS(4285), + [anon_sym_operator] = ACTIONS(4285), + [anon_sym_infix] = ACTIONS(4285), + [anon_sym_inline] = ACTIONS(4285), + [anon_sym_external] = ACTIONS(4285), + [sym_property_modifier] = ACTIONS(4285), + [anon_sym_abstract] = ACTIONS(4285), + [anon_sym_final] = ACTIONS(4285), + [anon_sym_open] = ACTIONS(4285), + [anon_sym_vararg] = ACTIONS(4285), + [anon_sym_noinline] = ACTIONS(4285), + [anon_sym_crossinline] = ACTIONS(4285), + [anon_sym_expect] = ACTIONS(4285), + [anon_sym_actual] = ACTIONS(4285), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4288), + [sym__automatic_semicolon] = ACTIONS(4288), + [sym_safe_nav] = ACTIONS(4288), + [sym_multiline_comment] = ACTIONS(3), + }, + [3802] = { [sym__alpha_identifier] = ACTIONS(4142), - [anon_sym_AT] = ACTIONS(4144), - [anon_sym_LBRACK] = ACTIONS(4144), - [anon_sym_typealias] = ACTIONS(4142), - [anon_sym_class] = ACTIONS(4142), - [anon_sym_interface] = ACTIONS(4142), - [anon_sym_enum] = ACTIONS(4142), - [anon_sym_LBRACE] = ACTIONS(4144), - [anon_sym_LPAREN] = ACTIONS(4144), - [anon_sym_val] = ACTIONS(4142), - [anon_sym_var] = ACTIONS(4142), + [anon_sym_AT] = ACTIONS(4145), + [anon_sym_LBRACK] = ACTIONS(4145), + [anon_sym_as] = ACTIONS(3943), + [anon_sym_EQ] = ACTIONS(3943), + [anon_sym_LBRACE] = ACTIONS(4145), + [anon_sym_RBRACE] = ACTIONS(4145), + [anon_sym_LPAREN] = ACTIONS(6882), + [anon_sym_LT] = ACTIONS(3943), + [anon_sym_GT] = ACTIONS(3943), [anon_sym_object] = ACTIONS(4142), [anon_sym_fun] = ACTIONS(4142), - [anon_sym_DOT] = ACTIONS(6890), + [anon_sym_DOT] = ACTIONS(3943), [anon_sym_get] = ACTIONS(4142), [anon_sym_set] = ACTIONS(4142), [anon_sym_this] = ACTIONS(4142), [anon_sym_super] = ACTIONS(4142), - [anon_sym_STAR] = ACTIONS(4144), + [anon_sym_STAR] = ACTIONS(4142), [sym_label] = ACTIONS(4142), - [anon_sym_for] = ACTIONS(4142), - [anon_sym_while] = ACTIONS(4142), - [anon_sym_do] = ACTIONS(4142), + [anon_sym_in] = ACTIONS(4142), + [anon_sym_DOT_DOT] = ACTIONS(3948), + [anon_sym_QMARK_COLON] = ACTIONS(3948), + [anon_sym_AMP_AMP] = ACTIONS(3948), + [anon_sym_PIPE_PIPE] = ACTIONS(3948), [anon_sym_null] = ACTIONS(4142), [anon_sym_if] = ACTIONS(4142), + [anon_sym_else] = ACTIONS(4142), [anon_sym_when] = ACTIONS(4142), [anon_sym_try] = ACTIONS(4142), [anon_sym_throw] = ACTIONS(4142), [anon_sym_return] = ACTIONS(4142), [anon_sym_continue] = ACTIONS(4142), [anon_sym_break] = ACTIONS(4142), - [anon_sym_COLON_COLON] = ACTIONS(4144), + [anon_sym_COLON_COLON] = ACTIONS(4145), + [anon_sym_PLUS_EQ] = ACTIONS(3948), + [anon_sym_DASH_EQ] = ACTIONS(3948), + [anon_sym_STAR_EQ] = ACTIONS(3948), + [anon_sym_SLASH_EQ] = ACTIONS(3948), + [anon_sym_PERCENT_EQ] = ACTIONS(3948), + [anon_sym_BANG_EQ] = ACTIONS(3943), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3948), + [anon_sym_EQ_EQ] = ACTIONS(3943), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3948), + [anon_sym_LT_EQ] = ACTIONS(3948), + [anon_sym_GT_EQ] = ACTIONS(3948), + [anon_sym_BANGin] = ACTIONS(4145), + [anon_sym_is] = ACTIONS(4142), + [anon_sym_BANGis] = ACTIONS(4145), + [anon_sym_PLUS] = ACTIONS(4142), + [anon_sym_DASH] = ACTIONS(4142), + [anon_sym_SLASH] = ACTIONS(3943), + [anon_sym_PERCENT] = ACTIONS(3943), + [anon_sym_as_QMARK] = ACTIONS(3948), + [anon_sym_PLUS_PLUS] = ACTIONS(4145), + [anon_sym_DASH_DASH] = ACTIONS(4145), + [anon_sym_BANG] = ACTIONS(4142), + [anon_sym_BANG_BANG] = ACTIONS(3948), + [anon_sym_data] = ACTIONS(4142), + [anon_sym_inner] = ACTIONS(4142), + [anon_sym_expect] = ACTIONS(4142), + [anon_sym_actual] = ACTIONS(4142), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4145), + [anon_sym_continue_AT] = ACTIONS(4145), + [anon_sym_break_AT] = ACTIONS(4145), + [sym_real_literal] = ACTIONS(4145), + [sym_integer_literal] = ACTIONS(4142), + [sym_hex_literal] = ACTIONS(4145), + [sym_bin_literal] = ACTIONS(4145), + [anon_sym_true] = ACTIONS(4142), + [anon_sym_false] = ACTIONS(4142), + [anon_sym_SQUOTE] = ACTIONS(4145), + [sym__backtick_identifier] = ACTIONS(4145), + [sym__automatic_semicolon] = ACTIONS(4145), + [sym_safe_nav] = ACTIONS(3948), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4145), + }, + [3803] = { + [sym__alpha_identifier] = ACTIONS(4937), + [anon_sym_AT] = ACTIONS(4939), + [anon_sym_LBRACK] = ACTIONS(4939), + [anon_sym_as] = ACTIONS(4937), + [anon_sym_EQ] = ACTIONS(4937), + [anon_sym_LBRACE] = ACTIONS(4939), + [anon_sym_RBRACE] = ACTIONS(4939), + [anon_sym_LPAREN] = ACTIONS(4939), + [anon_sym_COMMA] = ACTIONS(4939), + [anon_sym_LT] = ACTIONS(4937), + [anon_sym_GT] = ACTIONS(4937), + [anon_sym_where] = ACTIONS(4937), + [anon_sym_DOT] = ACTIONS(4937), + [anon_sym_SEMI] = ACTIONS(4939), + [anon_sym_get] = ACTIONS(4937), + [anon_sym_set] = ACTIONS(4937), + [anon_sym_STAR] = ACTIONS(4937), + [sym_label] = ACTIONS(4939), + [anon_sym_in] = ACTIONS(4937), + [anon_sym_DOT_DOT] = ACTIONS(4939), + [anon_sym_QMARK_COLON] = ACTIONS(4939), + [anon_sym_AMP_AMP] = ACTIONS(4939), + [anon_sym_PIPE_PIPE] = ACTIONS(4939), + [anon_sym_else] = ACTIONS(4937), + [anon_sym_COLON_COLON] = ACTIONS(4939), + [anon_sym_PLUS_EQ] = ACTIONS(4939), + [anon_sym_DASH_EQ] = ACTIONS(4939), + [anon_sym_STAR_EQ] = ACTIONS(4939), + [anon_sym_SLASH_EQ] = ACTIONS(4939), + [anon_sym_PERCENT_EQ] = ACTIONS(4939), + [anon_sym_BANG_EQ] = ACTIONS(4937), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4939), + [anon_sym_EQ_EQ] = ACTIONS(4937), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4939), + [anon_sym_LT_EQ] = ACTIONS(4939), + [anon_sym_GT_EQ] = ACTIONS(4939), + [anon_sym_BANGin] = ACTIONS(4939), + [anon_sym_is] = ACTIONS(4937), + [anon_sym_BANGis] = ACTIONS(4939), + [anon_sym_PLUS] = ACTIONS(4937), + [anon_sym_DASH] = ACTIONS(4937), + [anon_sym_SLASH] = ACTIONS(4937), + [anon_sym_PERCENT] = ACTIONS(4937), + [anon_sym_as_QMARK] = ACTIONS(4939), + [anon_sym_PLUS_PLUS] = ACTIONS(4939), + [anon_sym_DASH_DASH] = ACTIONS(4939), + [anon_sym_BANG_BANG] = ACTIONS(4939), + [anon_sym_suspend] = ACTIONS(4937), + [anon_sym_sealed] = ACTIONS(4937), + [anon_sym_annotation] = ACTIONS(4937), + [anon_sym_data] = ACTIONS(4937), + [anon_sym_inner] = ACTIONS(4937), + [anon_sym_override] = ACTIONS(4937), + [anon_sym_lateinit] = ACTIONS(4937), + [anon_sym_public] = ACTIONS(4937), + [anon_sym_private] = ACTIONS(4937), + [anon_sym_internal] = ACTIONS(4937), + [anon_sym_protected] = ACTIONS(4937), + [anon_sym_tailrec] = ACTIONS(4937), + [anon_sym_operator] = ACTIONS(4937), + [anon_sym_infix] = ACTIONS(4937), + [anon_sym_inline] = ACTIONS(4937), + [anon_sym_external] = ACTIONS(4937), + [sym_property_modifier] = ACTIONS(4937), + [anon_sym_abstract] = ACTIONS(4937), + [anon_sym_final] = ACTIONS(4937), + [anon_sym_open] = ACTIONS(4937), + [anon_sym_vararg] = ACTIONS(4937), + [anon_sym_noinline] = ACTIONS(4937), + [anon_sym_crossinline] = ACTIONS(4937), + [anon_sym_expect] = ACTIONS(4937), + [anon_sym_actual] = ACTIONS(4937), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4939), + [sym__automatic_semicolon] = ACTIONS(4939), + [sym_safe_nav] = ACTIONS(4939), + [sym_multiline_comment] = ACTIONS(3), + }, + [3804] = { + [sym_type_constraints] = STATE(3983), + [sym_function_body] = STATE(3166), + [sym__block] = STATE(3334), + [sym__alpha_identifier] = ACTIONS(4260), + [anon_sym_AT] = ACTIONS(4262), + [anon_sym_LBRACK] = ACTIONS(4262), + [anon_sym_as] = ACTIONS(4260), + [anon_sym_EQ] = ACTIONS(6756), + [anon_sym_LBRACE] = ACTIONS(6244), + [anon_sym_RBRACE] = ACTIONS(4262), + [anon_sym_LPAREN] = ACTIONS(4262), + [anon_sym_LT] = ACTIONS(4260), + [anon_sym_GT] = ACTIONS(4260), + [anon_sym_where] = ACTIONS(3118), + [anon_sym_object] = ACTIONS(4260), + [anon_sym_fun] = ACTIONS(4260), + [anon_sym_DOT] = ACTIONS(4260), + [anon_sym_SEMI] = ACTIONS(4262), + [anon_sym_get] = ACTIONS(4260), + [anon_sym_set] = ACTIONS(4260), + [anon_sym_this] = ACTIONS(4260), + [anon_sym_super] = ACTIONS(4260), + [anon_sym_STAR] = ACTIONS(4262), + [sym_label] = ACTIONS(4260), + [anon_sym_in] = ACTIONS(4260), + [anon_sym_DOT_DOT] = ACTIONS(4262), + [anon_sym_QMARK_COLON] = ACTIONS(4262), + [anon_sym_AMP_AMP] = ACTIONS(4262), + [anon_sym_PIPE_PIPE] = ACTIONS(4262), + [anon_sym_null] = ACTIONS(4260), + [anon_sym_if] = ACTIONS(4260), + [anon_sym_else] = ACTIONS(4260), + [anon_sym_when] = ACTIONS(4260), + [anon_sym_try] = ACTIONS(4260), + [anon_sym_throw] = ACTIONS(4260), + [anon_sym_return] = ACTIONS(4260), + [anon_sym_continue] = ACTIONS(4260), + [anon_sym_break] = ACTIONS(4260), + [anon_sym_COLON_COLON] = ACTIONS(4262), + [anon_sym_BANG_EQ] = ACTIONS(4260), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4262), + [anon_sym_EQ_EQ] = ACTIONS(4260), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4262), + [anon_sym_LT_EQ] = ACTIONS(4262), + [anon_sym_GT_EQ] = ACTIONS(4262), + [anon_sym_BANGin] = ACTIONS(4262), + [anon_sym_is] = ACTIONS(4260), + [anon_sym_BANGis] = ACTIONS(4262), + [anon_sym_PLUS] = ACTIONS(4260), + [anon_sym_DASH] = ACTIONS(4260), + [anon_sym_SLASH] = ACTIONS(4260), + [anon_sym_PERCENT] = ACTIONS(4262), + [anon_sym_as_QMARK] = ACTIONS(4262), + [anon_sym_PLUS_PLUS] = ACTIONS(4262), + [anon_sym_DASH_DASH] = ACTIONS(4262), + [anon_sym_BANG] = ACTIONS(4260), + [anon_sym_BANG_BANG] = ACTIONS(4262), + [anon_sym_data] = ACTIONS(4260), + [anon_sym_inner] = ACTIONS(4260), + [anon_sym_expect] = ACTIONS(4260), + [anon_sym_actual] = ACTIONS(4260), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4262), + [anon_sym_continue_AT] = ACTIONS(4262), + [anon_sym_break_AT] = ACTIONS(4262), + [sym_real_literal] = ACTIONS(4262), + [sym_integer_literal] = ACTIONS(4260), + [sym_hex_literal] = ACTIONS(4262), + [sym_bin_literal] = ACTIONS(4262), + [anon_sym_true] = ACTIONS(4260), + [anon_sym_false] = ACTIONS(4260), + [anon_sym_SQUOTE] = ACTIONS(4262), + [sym__backtick_identifier] = ACTIONS(4262), + [sym__automatic_semicolon] = ACTIONS(4262), + [sym_safe_nav] = ACTIONS(4262), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4262), + }, + [3805] = { + [sym__alpha_identifier] = ACTIONS(4511), + [anon_sym_AT] = ACTIONS(4513), + [anon_sym_LBRACK] = ACTIONS(4513), + [anon_sym_as] = ACTIONS(4511), + [anon_sym_EQ] = ACTIONS(4511), + [anon_sym_LBRACE] = ACTIONS(4513), + [anon_sym_RBRACE] = ACTIONS(4513), + [anon_sym_LPAREN] = ACTIONS(4513), + [anon_sym_COMMA] = ACTIONS(4513), + [anon_sym_LT] = ACTIONS(4511), + [anon_sym_GT] = ACTIONS(4511), + [anon_sym_where] = ACTIONS(4511), + [anon_sym_DOT] = ACTIONS(4511), + [anon_sym_SEMI] = ACTIONS(4513), + [anon_sym_get] = ACTIONS(4511), + [anon_sym_set] = ACTIONS(4511), + [anon_sym_STAR] = ACTIONS(4511), + [sym_label] = ACTIONS(4513), + [anon_sym_in] = ACTIONS(4511), + [anon_sym_DOT_DOT] = ACTIONS(4513), + [anon_sym_QMARK_COLON] = ACTIONS(4513), + [anon_sym_AMP_AMP] = ACTIONS(4513), + [anon_sym_PIPE_PIPE] = ACTIONS(4513), + [anon_sym_else] = ACTIONS(4511), + [anon_sym_COLON_COLON] = ACTIONS(4513), + [anon_sym_PLUS_EQ] = ACTIONS(4513), + [anon_sym_DASH_EQ] = ACTIONS(4513), + [anon_sym_STAR_EQ] = ACTIONS(4513), + [anon_sym_SLASH_EQ] = ACTIONS(4513), + [anon_sym_PERCENT_EQ] = ACTIONS(4513), + [anon_sym_BANG_EQ] = ACTIONS(4511), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4513), + [anon_sym_EQ_EQ] = ACTIONS(4511), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4513), + [anon_sym_LT_EQ] = ACTIONS(4513), + [anon_sym_GT_EQ] = ACTIONS(4513), + [anon_sym_BANGin] = ACTIONS(4513), + [anon_sym_is] = ACTIONS(4511), + [anon_sym_BANGis] = ACTIONS(4513), + [anon_sym_PLUS] = ACTIONS(4511), + [anon_sym_DASH] = ACTIONS(4511), + [anon_sym_SLASH] = ACTIONS(4511), + [anon_sym_PERCENT] = ACTIONS(4511), + [anon_sym_as_QMARK] = ACTIONS(4513), + [anon_sym_PLUS_PLUS] = ACTIONS(4513), + [anon_sym_DASH_DASH] = ACTIONS(4513), + [anon_sym_BANG_BANG] = ACTIONS(4513), + [anon_sym_suspend] = ACTIONS(4511), + [anon_sym_sealed] = ACTIONS(4511), + [anon_sym_annotation] = ACTIONS(4511), + [anon_sym_data] = ACTIONS(4511), + [anon_sym_inner] = ACTIONS(4511), + [anon_sym_override] = ACTIONS(4511), + [anon_sym_lateinit] = ACTIONS(4511), + [anon_sym_public] = ACTIONS(4511), + [anon_sym_private] = ACTIONS(4511), + [anon_sym_internal] = ACTIONS(4511), + [anon_sym_protected] = ACTIONS(4511), + [anon_sym_tailrec] = ACTIONS(4511), + [anon_sym_operator] = ACTIONS(4511), + [anon_sym_infix] = ACTIONS(4511), + [anon_sym_inline] = ACTIONS(4511), + [anon_sym_external] = ACTIONS(4511), + [sym_property_modifier] = ACTIONS(4511), + [anon_sym_abstract] = ACTIONS(4511), + [anon_sym_final] = ACTIONS(4511), + [anon_sym_open] = ACTIONS(4511), + [anon_sym_vararg] = ACTIONS(4511), + [anon_sym_noinline] = ACTIONS(4511), + [anon_sym_crossinline] = ACTIONS(4511), + [anon_sym_expect] = ACTIONS(4511), + [anon_sym_actual] = ACTIONS(4511), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4513), + [sym__automatic_semicolon] = ACTIONS(4513), + [sym_safe_nav] = ACTIONS(4513), + [sym_multiline_comment] = ACTIONS(3), + }, + [3806] = { + [sym__alpha_identifier] = ACTIONS(4019), + [anon_sym_AT] = ACTIONS(4021), + [anon_sym_LBRACK] = ACTIONS(4021), + [anon_sym_as] = ACTIONS(4019), + [anon_sym_EQ] = ACTIONS(4019), + [anon_sym_LBRACE] = ACTIONS(4021), + [anon_sym_RBRACE] = ACTIONS(4021), + [anon_sym_LPAREN] = ACTIONS(4021), + [anon_sym_COMMA] = ACTIONS(4021), + [anon_sym_LT] = ACTIONS(4019), + [anon_sym_GT] = ACTIONS(4019), + [anon_sym_where] = ACTIONS(4019), + [anon_sym_DOT] = ACTIONS(4019), + [anon_sym_SEMI] = ACTIONS(4021), + [anon_sym_get] = ACTIONS(4019), + [anon_sym_set] = ACTIONS(4019), + [anon_sym_STAR] = ACTIONS(4019), + [sym_label] = ACTIONS(4021), + [anon_sym_in] = ACTIONS(4019), + [anon_sym_DOT_DOT] = ACTIONS(4021), + [anon_sym_QMARK_COLON] = ACTIONS(4021), + [anon_sym_AMP_AMP] = ACTIONS(4021), + [anon_sym_PIPE_PIPE] = ACTIONS(4021), + [anon_sym_else] = ACTIONS(4019), + [anon_sym_COLON_COLON] = ACTIONS(4021), + [anon_sym_PLUS_EQ] = ACTIONS(4021), + [anon_sym_DASH_EQ] = ACTIONS(4021), + [anon_sym_STAR_EQ] = ACTIONS(4021), + [anon_sym_SLASH_EQ] = ACTIONS(4021), + [anon_sym_PERCENT_EQ] = ACTIONS(4021), + [anon_sym_BANG_EQ] = ACTIONS(4019), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4021), + [anon_sym_EQ_EQ] = ACTIONS(4019), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4021), + [anon_sym_LT_EQ] = ACTIONS(4021), + [anon_sym_GT_EQ] = ACTIONS(4021), + [anon_sym_BANGin] = ACTIONS(4021), + [anon_sym_is] = ACTIONS(4019), + [anon_sym_BANGis] = ACTIONS(4021), + [anon_sym_PLUS] = ACTIONS(4019), + [anon_sym_DASH] = ACTIONS(4019), + [anon_sym_SLASH] = ACTIONS(4019), + [anon_sym_PERCENT] = ACTIONS(4019), + [anon_sym_as_QMARK] = ACTIONS(4021), + [anon_sym_PLUS_PLUS] = ACTIONS(4021), + [anon_sym_DASH_DASH] = ACTIONS(4021), + [anon_sym_BANG_BANG] = ACTIONS(4021), + [anon_sym_suspend] = ACTIONS(4019), + [anon_sym_sealed] = ACTIONS(4019), + [anon_sym_annotation] = ACTIONS(4019), + [anon_sym_data] = ACTIONS(4019), + [anon_sym_inner] = ACTIONS(4019), + [anon_sym_override] = ACTIONS(4019), + [anon_sym_lateinit] = ACTIONS(4019), + [anon_sym_public] = ACTIONS(4019), + [anon_sym_private] = ACTIONS(4019), + [anon_sym_internal] = ACTIONS(4019), + [anon_sym_protected] = ACTIONS(4019), + [anon_sym_tailrec] = ACTIONS(4019), + [anon_sym_operator] = ACTIONS(4019), + [anon_sym_infix] = ACTIONS(4019), + [anon_sym_inline] = ACTIONS(4019), + [anon_sym_external] = ACTIONS(4019), + [sym_property_modifier] = ACTIONS(4019), + [anon_sym_abstract] = ACTIONS(4019), + [anon_sym_final] = ACTIONS(4019), + [anon_sym_open] = ACTIONS(4019), + [anon_sym_vararg] = ACTIONS(4019), + [anon_sym_noinline] = ACTIONS(4019), + [anon_sym_crossinline] = ACTIONS(4019), + [anon_sym_expect] = ACTIONS(4019), + [anon_sym_actual] = ACTIONS(4019), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4021), + [sym__automatic_semicolon] = ACTIONS(4021), + [sym_safe_nav] = ACTIONS(4021), + [sym_multiline_comment] = ACTIONS(3), + }, + [3807] = { + [sym__alpha_identifier] = ACTIONS(4941), + [anon_sym_AT] = ACTIONS(4943), + [anon_sym_LBRACK] = ACTIONS(4943), + [anon_sym_as] = ACTIONS(4941), + [anon_sym_EQ] = ACTIONS(4941), + [anon_sym_LBRACE] = ACTIONS(4943), + [anon_sym_RBRACE] = ACTIONS(4943), + [anon_sym_LPAREN] = ACTIONS(4943), + [anon_sym_COMMA] = ACTIONS(4943), + [anon_sym_LT] = ACTIONS(4941), + [anon_sym_GT] = ACTIONS(4941), + [anon_sym_where] = ACTIONS(4941), + [anon_sym_DOT] = ACTIONS(4941), + [anon_sym_SEMI] = ACTIONS(4943), + [anon_sym_get] = ACTIONS(4941), + [anon_sym_set] = ACTIONS(4941), + [anon_sym_STAR] = ACTIONS(4941), + [sym_label] = ACTIONS(4943), + [anon_sym_in] = ACTIONS(4941), + [anon_sym_DOT_DOT] = ACTIONS(4943), + [anon_sym_QMARK_COLON] = ACTIONS(4943), + [anon_sym_AMP_AMP] = ACTIONS(4943), + [anon_sym_PIPE_PIPE] = ACTIONS(4943), + [anon_sym_else] = ACTIONS(4941), + [anon_sym_COLON_COLON] = ACTIONS(4943), + [anon_sym_PLUS_EQ] = ACTIONS(4943), + [anon_sym_DASH_EQ] = ACTIONS(4943), + [anon_sym_STAR_EQ] = ACTIONS(4943), + [anon_sym_SLASH_EQ] = ACTIONS(4943), + [anon_sym_PERCENT_EQ] = ACTIONS(4943), + [anon_sym_BANG_EQ] = ACTIONS(4941), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4943), + [anon_sym_EQ_EQ] = ACTIONS(4941), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4943), + [anon_sym_LT_EQ] = ACTIONS(4943), + [anon_sym_GT_EQ] = ACTIONS(4943), + [anon_sym_BANGin] = ACTIONS(4943), + [anon_sym_is] = ACTIONS(4941), + [anon_sym_BANGis] = ACTIONS(4943), + [anon_sym_PLUS] = ACTIONS(4941), + [anon_sym_DASH] = ACTIONS(4941), + [anon_sym_SLASH] = ACTIONS(4941), + [anon_sym_PERCENT] = ACTIONS(4941), + [anon_sym_as_QMARK] = ACTIONS(4943), + [anon_sym_PLUS_PLUS] = ACTIONS(4943), + [anon_sym_DASH_DASH] = ACTIONS(4943), + [anon_sym_BANG_BANG] = ACTIONS(4943), + [anon_sym_suspend] = ACTIONS(4941), + [anon_sym_sealed] = ACTIONS(4941), + [anon_sym_annotation] = ACTIONS(4941), + [anon_sym_data] = ACTIONS(4941), + [anon_sym_inner] = ACTIONS(4941), + [anon_sym_override] = ACTIONS(4941), + [anon_sym_lateinit] = ACTIONS(4941), + [anon_sym_public] = ACTIONS(4941), + [anon_sym_private] = ACTIONS(4941), + [anon_sym_internal] = ACTIONS(4941), + [anon_sym_protected] = ACTIONS(4941), + [anon_sym_tailrec] = ACTIONS(4941), + [anon_sym_operator] = ACTIONS(4941), + [anon_sym_infix] = ACTIONS(4941), + [anon_sym_inline] = ACTIONS(4941), + [anon_sym_external] = ACTIONS(4941), + [sym_property_modifier] = ACTIONS(4941), + [anon_sym_abstract] = ACTIONS(4941), + [anon_sym_final] = ACTIONS(4941), + [anon_sym_open] = ACTIONS(4941), + [anon_sym_vararg] = ACTIONS(4941), + [anon_sym_noinline] = ACTIONS(4941), + [anon_sym_crossinline] = ACTIONS(4941), + [anon_sym_expect] = ACTIONS(4941), + [anon_sym_actual] = ACTIONS(4941), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4943), + [sym__automatic_semicolon] = ACTIONS(4943), + [sym_safe_nav] = ACTIONS(4943), + [sym_multiline_comment] = ACTIONS(3), + }, + [3808] = { + [sym_function_body] = STATE(3837), + [sym__block] = STATE(3738), + [sym__alpha_identifier] = ACTIONS(4047), + [anon_sym_AT] = ACTIONS(4049), + [anon_sym_LBRACK] = ACTIONS(4049), + [anon_sym_as] = ACTIONS(4047), + [anon_sym_EQ] = ACTIONS(6527), + [anon_sym_LBRACE] = ACTIONS(6461), + [anon_sym_RBRACE] = ACTIONS(4049), + [anon_sym_LPAREN] = ACTIONS(4049), + [anon_sym_LT] = ACTIONS(4047), + [anon_sym_GT] = ACTIONS(4047), + [anon_sym_DOT] = ACTIONS(4047), + [anon_sym_SEMI] = ACTIONS(4049), + [anon_sym_get] = ACTIONS(4047), + [anon_sym_set] = ACTIONS(4047), + [anon_sym_STAR] = ACTIONS(4047), + [sym_label] = ACTIONS(4049), + [anon_sym_in] = ACTIONS(4047), + [anon_sym_DOT_DOT] = ACTIONS(4049), + [anon_sym_QMARK_COLON] = ACTIONS(4049), + [anon_sym_AMP_AMP] = ACTIONS(4049), + [anon_sym_PIPE_PIPE] = ACTIONS(4049), + [anon_sym_else] = ACTIONS(4047), + [anon_sym_COLON_COLON] = ACTIONS(4049), + [anon_sym_PLUS_EQ] = ACTIONS(4049), + [anon_sym_DASH_EQ] = ACTIONS(4049), + [anon_sym_STAR_EQ] = ACTIONS(4049), + [anon_sym_SLASH_EQ] = ACTIONS(4049), + [anon_sym_PERCENT_EQ] = ACTIONS(4049), + [anon_sym_BANG_EQ] = ACTIONS(4047), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4049), + [anon_sym_EQ_EQ] = ACTIONS(4047), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4049), + [anon_sym_LT_EQ] = ACTIONS(4049), + [anon_sym_GT_EQ] = ACTIONS(4049), + [anon_sym_BANGin] = ACTIONS(4049), + [anon_sym_is] = ACTIONS(4047), + [anon_sym_BANGis] = ACTIONS(4049), + [anon_sym_PLUS] = ACTIONS(4047), + [anon_sym_DASH] = ACTIONS(4047), + [anon_sym_SLASH] = ACTIONS(4047), + [anon_sym_PERCENT] = ACTIONS(4047), + [anon_sym_as_QMARK] = ACTIONS(4049), + [anon_sym_PLUS_PLUS] = ACTIONS(4049), + [anon_sym_DASH_DASH] = ACTIONS(4049), + [anon_sym_BANG_BANG] = ACTIONS(4049), + [anon_sym_suspend] = ACTIONS(4047), + [anon_sym_sealed] = ACTIONS(4047), + [anon_sym_annotation] = ACTIONS(4047), + [anon_sym_data] = ACTIONS(4047), + [anon_sym_inner] = ACTIONS(4047), + [anon_sym_override] = ACTIONS(4047), + [anon_sym_lateinit] = ACTIONS(4047), + [anon_sym_public] = ACTIONS(4047), + [anon_sym_private] = ACTIONS(4047), + [anon_sym_internal] = ACTIONS(4047), + [anon_sym_protected] = ACTIONS(4047), + [anon_sym_tailrec] = ACTIONS(4047), + [anon_sym_operator] = ACTIONS(4047), + [anon_sym_infix] = ACTIONS(4047), + [anon_sym_inline] = ACTIONS(4047), + [anon_sym_external] = ACTIONS(4047), + [sym_property_modifier] = ACTIONS(4047), + [anon_sym_abstract] = ACTIONS(4047), + [anon_sym_final] = ACTIONS(4047), + [anon_sym_open] = ACTIONS(4047), + [anon_sym_vararg] = ACTIONS(4047), + [anon_sym_noinline] = ACTIONS(4047), + [anon_sym_crossinline] = ACTIONS(4047), + [anon_sym_expect] = ACTIONS(4047), + [anon_sym_actual] = ACTIONS(4047), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4049), + [sym__automatic_semicolon] = ACTIONS(4049), + [sym_safe_nav] = ACTIONS(4049), + [sym_multiline_comment] = ACTIONS(3), + }, + [3809] = { + [sym__alpha_identifier] = ACTIONS(4933), + [anon_sym_AT] = ACTIONS(4935), + [anon_sym_LBRACK] = ACTIONS(4935), + [anon_sym_as] = ACTIONS(4933), + [anon_sym_EQ] = ACTIONS(4933), + [anon_sym_LBRACE] = ACTIONS(4935), + [anon_sym_RBRACE] = ACTIONS(4935), + [anon_sym_LPAREN] = ACTIONS(4935), + [anon_sym_COMMA] = ACTIONS(4935), + [anon_sym_LT] = ACTIONS(4933), + [anon_sym_GT] = ACTIONS(4933), + [anon_sym_where] = ACTIONS(4933), + [anon_sym_DOT] = ACTIONS(4933), + [anon_sym_SEMI] = ACTIONS(4935), + [anon_sym_get] = ACTIONS(4933), + [anon_sym_set] = ACTIONS(4933), + [anon_sym_STAR] = ACTIONS(4933), + [sym_label] = ACTIONS(4935), + [anon_sym_in] = ACTIONS(4933), + [anon_sym_DOT_DOT] = ACTIONS(4935), + [anon_sym_QMARK_COLON] = ACTIONS(4935), + [anon_sym_AMP_AMP] = ACTIONS(4935), + [anon_sym_PIPE_PIPE] = ACTIONS(4935), + [anon_sym_else] = ACTIONS(4933), + [anon_sym_COLON_COLON] = ACTIONS(4935), + [anon_sym_PLUS_EQ] = ACTIONS(4935), + [anon_sym_DASH_EQ] = ACTIONS(4935), + [anon_sym_STAR_EQ] = ACTIONS(4935), + [anon_sym_SLASH_EQ] = ACTIONS(4935), + [anon_sym_PERCENT_EQ] = ACTIONS(4935), + [anon_sym_BANG_EQ] = ACTIONS(4933), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4935), + [anon_sym_EQ_EQ] = ACTIONS(4933), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4935), + [anon_sym_LT_EQ] = ACTIONS(4935), + [anon_sym_GT_EQ] = ACTIONS(4935), + [anon_sym_BANGin] = ACTIONS(4935), + [anon_sym_is] = ACTIONS(4933), + [anon_sym_BANGis] = ACTIONS(4935), + [anon_sym_PLUS] = ACTIONS(4933), + [anon_sym_DASH] = ACTIONS(4933), + [anon_sym_SLASH] = ACTIONS(4933), + [anon_sym_PERCENT] = ACTIONS(4933), + [anon_sym_as_QMARK] = ACTIONS(4935), + [anon_sym_PLUS_PLUS] = ACTIONS(4935), + [anon_sym_DASH_DASH] = ACTIONS(4935), + [anon_sym_BANG_BANG] = ACTIONS(4935), + [anon_sym_suspend] = ACTIONS(4933), + [anon_sym_sealed] = ACTIONS(4933), + [anon_sym_annotation] = ACTIONS(4933), + [anon_sym_data] = ACTIONS(4933), + [anon_sym_inner] = ACTIONS(4933), + [anon_sym_override] = ACTIONS(4933), + [anon_sym_lateinit] = ACTIONS(4933), + [anon_sym_public] = ACTIONS(4933), + [anon_sym_private] = ACTIONS(4933), + [anon_sym_internal] = ACTIONS(4933), + [anon_sym_protected] = ACTIONS(4933), + [anon_sym_tailrec] = ACTIONS(4933), + [anon_sym_operator] = ACTIONS(4933), + [anon_sym_infix] = ACTIONS(4933), + [anon_sym_inline] = ACTIONS(4933), + [anon_sym_external] = ACTIONS(4933), + [sym_property_modifier] = ACTIONS(4933), + [anon_sym_abstract] = ACTIONS(4933), + [anon_sym_final] = ACTIONS(4933), + [anon_sym_open] = ACTIONS(4933), + [anon_sym_vararg] = ACTIONS(4933), + [anon_sym_noinline] = ACTIONS(4933), + [anon_sym_crossinline] = ACTIONS(4933), + [anon_sym_expect] = ACTIONS(4933), + [anon_sym_actual] = ACTIONS(4933), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4935), + [sym__automatic_semicolon] = ACTIONS(4935), + [sym_safe_nav] = ACTIONS(4935), + [sym_multiline_comment] = ACTIONS(3), + }, + [3810] = { + [sym__alpha_identifier] = ACTIONS(4979), + [anon_sym_AT] = ACTIONS(4981), + [anon_sym_LBRACK] = ACTIONS(4981), + [anon_sym_as] = ACTIONS(4979), + [anon_sym_EQ] = ACTIONS(4979), + [anon_sym_LBRACE] = ACTIONS(4981), + [anon_sym_RBRACE] = ACTIONS(4981), + [anon_sym_LPAREN] = ACTIONS(4981), + [anon_sym_COMMA] = ACTIONS(4981), + [anon_sym_LT] = ACTIONS(4979), + [anon_sym_GT] = ACTIONS(4979), + [anon_sym_where] = ACTIONS(4979), + [anon_sym_DOT] = ACTIONS(4979), + [anon_sym_SEMI] = ACTIONS(4981), + [anon_sym_get] = ACTIONS(4979), + [anon_sym_set] = ACTIONS(4979), + [anon_sym_STAR] = ACTIONS(4979), + [sym_label] = ACTIONS(4981), + [anon_sym_in] = ACTIONS(4979), + [anon_sym_DOT_DOT] = ACTIONS(4981), + [anon_sym_QMARK_COLON] = ACTIONS(4981), + [anon_sym_AMP_AMP] = ACTIONS(4981), + [anon_sym_PIPE_PIPE] = ACTIONS(4981), + [anon_sym_else] = ACTIONS(4979), + [anon_sym_COLON_COLON] = ACTIONS(4981), + [anon_sym_PLUS_EQ] = ACTIONS(4981), + [anon_sym_DASH_EQ] = ACTIONS(4981), + [anon_sym_STAR_EQ] = ACTIONS(4981), + [anon_sym_SLASH_EQ] = ACTIONS(4981), + [anon_sym_PERCENT_EQ] = ACTIONS(4981), + [anon_sym_BANG_EQ] = ACTIONS(4979), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4981), + [anon_sym_EQ_EQ] = ACTIONS(4979), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4981), + [anon_sym_LT_EQ] = ACTIONS(4981), + [anon_sym_GT_EQ] = ACTIONS(4981), + [anon_sym_BANGin] = ACTIONS(4981), + [anon_sym_is] = ACTIONS(4979), + [anon_sym_BANGis] = ACTIONS(4981), + [anon_sym_PLUS] = ACTIONS(4979), + [anon_sym_DASH] = ACTIONS(4979), + [anon_sym_SLASH] = ACTIONS(4979), + [anon_sym_PERCENT] = ACTIONS(4979), + [anon_sym_as_QMARK] = ACTIONS(4981), + [anon_sym_PLUS_PLUS] = ACTIONS(4981), + [anon_sym_DASH_DASH] = ACTIONS(4981), + [anon_sym_BANG_BANG] = ACTIONS(4981), + [anon_sym_suspend] = ACTIONS(4979), + [anon_sym_sealed] = ACTIONS(4979), + [anon_sym_annotation] = ACTIONS(4979), + [anon_sym_data] = ACTIONS(4979), + [anon_sym_inner] = ACTIONS(4979), + [anon_sym_override] = ACTIONS(4979), + [anon_sym_lateinit] = ACTIONS(4979), + [anon_sym_public] = ACTIONS(4979), + [anon_sym_private] = ACTIONS(4979), + [anon_sym_internal] = ACTIONS(4979), + [anon_sym_protected] = ACTIONS(4979), + [anon_sym_tailrec] = ACTIONS(4979), + [anon_sym_operator] = ACTIONS(4979), + [anon_sym_infix] = ACTIONS(4979), + [anon_sym_inline] = ACTIONS(4979), + [anon_sym_external] = ACTIONS(4979), + [sym_property_modifier] = ACTIONS(4979), + [anon_sym_abstract] = ACTIONS(4979), + [anon_sym_final] = ACTIONS(4979), + [anon_sym_open] = ACTIONS(4979), + [anon_sym_vararg] = ACTIONS(4979), + [anon_sym_noinline] = ACTIONS(4979), + [anon_sym_crossinline] = ACTIONS(4979), + [anon_sym_expect] = ACTIONS(4979), + [anon_sym_actual] = ACTIONS(4979), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4981), + [sym__automatic_semicolon] = ACTIONS(4981), + [sym_safe_nav] = ACTIONS(4981), + [sym_multiline_comment] = ACTIONS(3), + }, + [3811] = { + [sym__alpha_identifier] = ACTIONS(4142), + [anon_sym_AT] = ACTIONS(4145), + [anon_sym_LBRACK] = ACTIONS(4145), + [anon_sym_as] = ACTIONS(4142), + [anon_sym_EQ] = ACTIONS(4142), + [anon_sym_LBRACE] = ACTIONS(4145), + [anon_sym_RBRACE] = ACTIONS(4145), + [anon_sym_LPAREN] = ACTIONS(4704), + [anon_sym_COMMA] = ACTIONS(4145), + [anon_sym_LT] = ACTIONS(4142), + [anon_sym_GT] = ACTIONS(4142), + [anon_sym_where] = ACTIONS(4142), + [anon_sym_DOT] = ACTIONS(4142), + [anon_sym_SEMI] = ACTIONS(4145), + [anon_sym_get] = ACTIONS(4142), + [anon_sym_set] = ACTIONS(4142), + [anon_sym_STAR] = ACTIONS(4142), + [sym_label] = ACTIONS(4145), + [anon_sym_in] = ACTIONS(4142), + [anon_sym_DOT_DOT] = ACTIONS(4145), + [anon_sym_QMARK_COLON] = ACTIONS(4145), + [anon_sym_AMP_AMP] = ACTIONS(4145), + [anon_sym_PIPE_PIPE] = ACTIONS(4145), + [anon_sym_else] = ACTIONS(4142), + [anon_sym_COLON_COLON] = ACTIONS(4145), + [anon_sym_PLUS_EQ] = ACTIONS(4145), + [anon_sym_DASH_EQ] = ACTIONS(4145), + [anon_sym_STAR_EQ] = ACTIONS(4145), + [anon_sym_SLASH_EQ] = ACTIONS(4145), + [anon_sym_PERCENT_EQ] = ACTIONS(4145), + [anon_sym_BANG_EQ] = ACTIONS(4142), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4145), + [anon_sym_EQ_EQ] = ACTIONS(4142), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4145), + [anon_sym_LT_EQ] = ACTIONS(4145), + [anon_sym_GT_EQ] = ACTIONS(4145), + [anon_sym_BANGin] = ACTIONS(4145), + [anon_sym_is] = ACTIONS(4142), + [anon_sym_BANGis] = ACTIONS(4145), [anon_sym_PLUS] = ACTIONS(4142), [anon_sym_DASH] = ACTIONS(4142), - [anon_sym_PLUS_PLUS] = ACTIONS(4144), - [anon_sym_DASH_DASH] = ACTIONS(4144), - [anon_sym_BANG] = ACTIONS(4144), + [anon_sym_SLASH] = ACTIONS(4142), + [anon_sym_PERCENT] = ACTIONS(4142), + [anon_sym_as_QMARK] = ACTIONS(4145), + [anon_sym_PLUS_PLUS] = ACTIONS(4145), + [anon_sym_DASH_DASH] = ACTIONS(4145), + [anon_sym_BANG_BANG] = ACTIONS(4145), [anon_sym_suspend] = ACTIONS(4142), [anon_sym_sealed] = ACTIONS(4142), [anon_sym_annotation] = ACTIONS(4142), @@ -410694,2720 +407790,1680 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(4142), [anon_sym_actual] = ACTIONS(4142), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4144), - [anon_sym_continue_AT] = ACTIONS(4144), - [anon_sym_break_AT] = ACTIONS(4144), - [sym_real_literal] = ACTIONS(4144), - [sym_integer_literal] = ACTIONS(4142), - [sym_hex_literal] = ACTIONS(4144), - [sym_bin_literal] = ACTIONS(4144), - [anon_sym_true] = ACTIONS(4142), - [anon_sym_false] = ACTIONS(4142), - [anon_sym_SQUOTE] = ACTIONS(4144), - [sym__backtick_identifier] = ACTIONS(4144), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4144), - }, - [3851] = { - [sym__alpha_identifier] = ACTIONS(4249), - [anon_sym_AT] = ACTIONS(4252), - [anon_sym_LBRACK] = ACTIONS(4252), - [anon_sym_as] = ACTIONS(3828), - [anon_sym_EQ] = ACTIONS(3828), - [anon_sym_LBRACE] = ACTIONS(4252), - [anon_sym_RBRACE] = ACTIONS(4252), - [anon_sym_LPAREN] = ACTIONS(6900), - [anon_sym_LT] = ACTIONS(3828), - [anon_sym_GT] = ACTIONS(3828), - [anon_sym_object] = ACTIONS(4249), - [anon_sym_fun] = ACTIONS(4249), - [anon_sym_DOT] = ACTIONS(3828), - [anon_sym_get] = ACTIONS(4249), - [anon_sym_set] = ACTIONS(4249), - [anon_sym_this] = ACTIONS(4249), - [anon_sym_super] = ACTIONS(4249), - [anon_sym_STAR] = ACTIONS(4249), - [sym_label] = ACTIONS(4249), - [anon_sym_in] = ACTIONS(4249), - [anon_sym_DOT_DOT] = ACTIONS(3833), - [anon_sym_QMARK_COLON] = ACTIONS(3833), - [anon_sym_AMP_AMP] = ACTIONS(3833), - [anon_sym_PIPE_PIPE] = ACTIONS(3833), - [anon_sym_null] = ACTIONS(4249), - [anon_sym_if] = ACTIONS(4249), - [anon_sym_else] = ACTIONS(4249), - [anon_sym_when] = ACTIONS(4249), - [anon_sym_try] = ACTIONS(4249), - [anon_sym_throw] = ACTIONS(4249), - [anon_sym_return] = ACTIONS(4249), - [anon_sym_continue] = ACTIONS(4249), - [anon_sym_break] = ACTIONS(4249), - [anon_sym_COLON_COLON] = ACTIONS(4252), - [anon_sym_PLUS_EQ] = ACTIONS(3833), - [anon_sym_DASH_EQ] = ACTIONS(3833), - [anon_sym_STAR_EQ] = ACTIONS(3833), - [anon_sym_SLASH_EQ] = ACTIONS(3833), - [anon_sym_PERCENT_EQ] = ACTIONS(3833), - [anon_sym_BANG_EQ] = ACTIONS(3828), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3833), - [anon_sym_EQ_EQ] = ACTIONS(3828), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3833), - [anon_sym_LT_EQ] = ACTIONS(3833), - [anon_sym_GT_EQ] = ACTIONS(3833), - [anon_sym_BANGin] = ACTIONS(4252), - [anon_sym_is] = ACTIONS(4249), - [anon_sym_BANGis] = ACTIONS(4252), - [anon_sym_PLUS] = ACTIONS(4249), - [anon_sym_DASH] = ACTIONS(4249), - [anon_sym_SLASH] = ACTIONS(3828), - [anon_sym_PERCENT] = ACTIONS(3828), - [anon_sym_as_QMARK] = ACTIONS(3833), - [anon_sym_PLUS_PLUS] = ACTIONS(4252), - [anon_sym_DASH_DASH] = ACTIONS(4252), - [anon_sym_BANG] = ACTIONS(4249), - [anon_sym_BANG_BANG] = ACTIONS(3833), - [anon_sym_data] = ACTIONS(4249), - [anon_sym_inner] = ACTIONS(4249), - [anon_sym_expect] = ACTIONS(4249), - [anon_sym_actual] = ACTIONS(4249), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4252), - [anon_sym_continue_AT] = ACTIONS(4252), - [anon_sym_break_AT] = ACTIONS(4252), - [sym_real_literal] = ACTIONS(4252), - [sym_integer_literal] = ACTIONS(4249), - [sym_hex_literal] = ACTIONS(4252), - [sym_bin_literal] = ACTIONS(4252), - [anon_sym_true] = ACTIONS(4249), - [anon_sym_false] = ACTIONS(4249), - [anon_sym_SQUOTE] = ACTIONS(4252), - [sym__backtick_identifier] = ACTIONS(4252), - [sym__automatic_semicolon] = ACTIONS(4252), - [sym_safe_nav] = ACTIONS(3833), + [sym__backtick_identifier] = ACTIONS(4145), + [sym__automatic_semicolon] = ACTIONS(4145), + [sym_safe_nav] = ACTIONS(4145), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4252), }, - [3852] = { - [sym__alpha_identifier] = ACTIONS(4599), - [anon_sym_AT] = ACTIONS(4601), - [anon_sym_LBRACK] = ACTIONS(4601), - [anon_sym_EQ] = ACTIONS(4601), - [anon_sym_LBRACE] = ACTIONS(4601), - [anon_sym_RBRACE] = ACTIONS(4601), - [anon_sym_LPAREN] = ACTIONS(4601), - [anon_sym_COMMA] = ACTIONS(4601), - [anon_sym_by] = ACTIONS(4599), - [anon_sym_object] = ACTIONS(4599), - [anon_sym_fun] = ACTIONS(4599), - [anon_sym_SEMI] = ACTIONS(4601), - [anon_sym_get] = ACTIONS(4599), - [anon_sym_set] = ACTIONS(4599), - [anon_sym_this] = ACTIONS(4599), - [anon_sym_super] = ACTIONS(4599), - [anon_sym_STAR] = ACTIONS(4601), - [sym_label] = ACTIONS(4599), - [anon_sym_in] = ACTIONS(4599), - [anon_sym_null] = ACTIONS(4599), - [anon_sym_if] = ACTIONS(4599), - [anon_sym_else] = ACTIONS(4599), - [anon_sym_when] = ACTIONS(4599), - [anon_sym_try] = ACTIONS(4599), - [anon_sym_throw] = ACTIONS(4599), - [anon_sym_return] = ACTIONS(4599), - [anon_sym_continue] = ACTIONS(4599), - [anon_sym_break] = ACTIONS(4599), - [anon_sym_COLON_COLON] = ACTIONS(4601), - [anon_sym_BANGin] = ACTIONS(4601), - [anon_sym_is] = ACTIONS(4599), - [anon_sym_BANGis] = ACTIONS(4601), - [anon_sym_PLUS] = ACTIONS(4599), - [anon_sym_DASH] = ACTIONS(4599), - [anon_sym_PLUS_PLUS] = ACTIONS(4601), - [anon_sym_DASH_DASH] = ACTIONS(4601), - [anon_sym_BANG] = ACTIONS(4599), - [anon_sym_suspend] = ACTIONS(4599), - [anon_sym_sealed] = ACTIONS(4599), - [anon_sym_annotation] = ACTIONS(4599), - [anon_sym_data] = ACTIONS(4599), - [anon_sym_inner] = ACTIONS(4599), - [anon_sym_override] = ACTIONS(4599), - [anon_sym_lateinit] = ACTIONS(4599), - [anon_sym_public] = ACTIONS(4599), - [anon_sym_private] = ACTIONS(4599), - [anon_sym_internal] = ACTIONS(4599), - [anon_sym_protected] = ACTIONS(4599), - [anon_sym_tailrec] = ACTIONS(4599), - [anon_sym_operator] = ACTIONS(4599), - [anon_sym_infix] = ACTIONS(4599), - [anon_sym_inline] = ACTIONS(4599), - [anon_sym_external] = ACTIONS(4599), - [sym_property_modifier] = ACTIONS(4599), - [anon_sym_abstract] = ACTIONS(4599), - [anon_sym_final] = ACTIONS(4599), - [anon_sym_open] = ACTIONS(4599), - [anon_sym_vararg] = ACTIONS(4599), - [anon_sym_noinline] = ACTIONS(4599), - [anon_sym_crossinline] = ACTIONS(4599), - [anon_sym_expect] = ACTIONS(4599), - [anon_sym_actual] = ACTIONS(4599), + [3812] = { + [sym_function_body] = STATE(3387), + [sym__block] = STATE(3464), + [sym__alpha_identifier] = ACTIONS(4422), + [anon_sym_AT] = ACTIONS(4424), + [anon_sym_LBRACK] = ACTIONS(4424), + [anon_sym_RBRACK] = ACTIONS(4424), + [anon_sym_as] = ACTIONS(4422), + [anon_sym_EQ] = ACTIONS(6625), + [anon_sym_LBRACE] = ACTIONS(6233), + [anon_sym_RBRACE] = ACTIONS(4424), + [anon_sym_LPAREN] = ACTIONS(4424), + [anon_sym_COMMA] = ACTIONS(4424), + [anon_sym_RPAREN] = ACTIONS(4424), + [anon_sym_LT] = ACTIONS(4422), + [anon_sym_GT] = ACTIONS(4422), + [anon_sym_where] = ACTIONS(4422), + [anon_sym_DOT] = ACTIONS(4422), + [anon_sym_SEMI] = ACTIONS(4424), + [anon_sym_get] = ACTIONS(4422), + [anon_sym_set] = ACTIONS(4422), + [anon_sym_STAR] = ACTIONS(4424), + [anon_sym_DASH_GT] = ACTIONS(4424), + [sym_label] = ACTIONS(4424), + [anon_sym_in] = ACTIONS(4422), + [anon_sym_while] = ACTIONS(4422), + [anon_sym_DOT_DOT] = ACTIONS(4424), + [anon_sym_QMARK_COLON] = ACTIONS(4424), + [anon_sym_AMP_AMP] = ACTIONS(4424), + [anon_sym_PIPE_PIPE] = ACTIONS(4424), + [anon_sym_else] = ACTIONS(4422), + [anon_sym_COLON_COLON] = ACTIONS(4424), + [anon_sym_BANG_EQ] = ACTIONS(4422), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4424), + [anon_sym_EQ_EQ] = ACTIONS(4422), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4424), + [anon_sym_LT_EQ] = ACTIONS(4424), + [anon_sym_GT_EQ] = ACTIONS(4424), + [anon_sym_BANGin] = ACTIONS(4424), + [anon_sym_is] = ACTIONS(4422), + [anon_sym_BANGis] = ACTIONS(4424), + [anon_sym_PLUS] = ACTIONS(4422), + [anon_sym_DASH] = ACTIONS(4422), + [anon_sym_SLASH] = ACTIONS(4422), + [anon_sym_PERCENT] = ACTIONS(4424), + [anon_sym_as_QMARK] = ACTIONS(4424), + [anon_sym_PLUS_PLUS] = ACTIONS(4424), + [anon_sym_DASH_DASH] = ACTIONS(4424), + [anon_sym_BANG_BANG] = ACTIONS(4424), + [anon_sym_suspend] = ACTIONS(4422), + [anon_sym_sealed] = ACTIONS(4422), + [anon_sym_annotation] = ACTIONS(4422), + [anon_sym_data] = ACTIONS(4422), + [anon_sym_inner] = ACTIONS(4422), + [anon_sym_override] = ACTIONS(4422), + [anon_sym_lateinit] = ACTIONS(4422), + [anon_sym_public] = ACTIONS(4422), + [anon_sym_private] = ACTIONS(4422), + [anon_sym_internal] = ACTIONS(4422), + [anon_sym_protected] = ACTIONS(4422), + [anon_sym_tailrec] = ACTIONS(4422), + [anon_sym_operator] = ACTIONS(4422), + [anon_sym_infix] = ACTIONS(4422), + [anon_sym_inline] = ACTIONS(4422), + [anon_sym_external] = ACTIONS(4422), + [sym_property_modifier] = ACTIONS(4422), + [anon_sym_abstract] = ACTIONS(4422), + [anon_sym_final] = ACTIONS(4422), + [anon_sym_open] = ACTIONS(4422), + [anon_sym_vararg] = ACTIONS(4422), + [anon_sym_noinline] = ACTIONS(4422), + [anon_sym_crossinline] = ACTIONS(4422), + [anon_sym_expect] = ACTIONS(4422), + [anon_sym_actual] = ACTIONS(4422), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4601), - [anon_sym_continue_AT] = ACTIONS(4601), - [anon_sym_break_AT] = ACTIONS(4601), - [sym_real_literal] = ACTIONS(4601), - [sym_integer_literal] = ACTIONS(4599), - [sym_hex_literal] = ACTIONS(4601), - [sym_bin_literal] = ACTIONS(4601), - [anon_sym_true] = ACTIONS(4599), - [anon_sym_false] = ACTIONS(4599), - [anon_sym_SQUOTE] = ACTIONS(4601), - [sym__backtick_identifier] = ACTIONS(4601), - [sym__automatic_semicolon] = ACTIONS(4601), + [sym__backtick_identifier] = ACTIONS(4424), + [sym_safe_nav] = ACTIONS(4424), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4601), }, - [3853] = { - [sym_function_body] = STATE(3680), - [sym__block] = STATE(3725), - [sym__alpha_identifier] = ACTIONS(4503), - [anon_sym_AT] = ACTIONS(4505), - [anon_sym_LBRACK] = ACTIONS(4505), - [anon_sym_as] = ACTIONS(4503), - [anon_sym_EQ] = ACTIONS(6566), - [anon_sym_LBRACE] = ACTIONS(6434), - [anon_sym_RBRACE] = ACTIONS(4505), - [anon_sym_LPAREN] = ACTIONS(4505), - [anon_sym_LT] = ACTIONS(4503), - [anon_sym_GT] = ACTIONS(4503), - [anon_sym_DOT] = ACTIONS(4503), - [anon_sym_SEMI] = ACTIONS(4505), - [anon_sym_get] = ACTIONS(4503), - [anon_sym_set] = ACTIONS(4503), - [anon_sym_STAR] = ACTIONS(4503), - [sym_label] = ACTIONS(4505), - [anon_sym_in] = ACTIONS(4503), - [anon_sym_DOT_DOT] = ACTIONS(4505), - [anon_sym_QMARK_COLON] = ACTIONS(4505), - [anon_sym_AMP_AMP] = ACTIONS(4505), - [anon_sym_PIPE_PIPE] = ACTIONS(4505), - [anon_sym_else] = ACTIONS(4503), - [anon_sym_COLON_COLON] = ACTIONS(4505), - [anon_sym_PLUS_EQ] = ACTIONS(4505), - [anon_sym_DASH_EQ] = ACTIONS(4505), - [anon_sym_STAR_EQ] = ACTIONS(4505), - [anon_sym_SLASH_EQ] = ACTIONS(4505), - [anon_sym_PERCENT_EQ] = ACTIONS(4505), - [anon_sym_BANG_EQ] = ACTIONS(4503), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4505), - [anon_sym_EQ_EQ] = ACTIONS(4503), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4505), - [anon_sym_LT_EQ] = ACTIONS(4505), - [anon_sym_GT_EQ] = ACTIONS(4505), - [anon_sym_BANGin] = ACTIONS(4505), - [anon_sym_is] = ACTIONS(4503), - [anon_sym_BANGis] = ACTIONS(4505), - [anon_sym_PLUS] = ACTIONS(4503), - [anon_sym_DASH] = ACTIONS(4503), - [anon_sym_SLASH] = ACTIONS(4503), - [anon_sym_PERCENT] = ACTIONS(4503), - [anon_sym_as_QMARK] = ACTIONS(4505), - [anon_sym_PLUS_PLUS] = ACTIONS(4505), - [anon_sym_DASH_DASH] = ACTIONS(4505), - [anon_sym_BANG_BANG] = ACTIONS(4505), - [anon_sym_suspend] = ACTIONS(4503), - [anon_sym_sealed] = ACTIONS(4503), - [anon_sym_annotation] = ACTIONS(4503), - [anon_sym_data] = ACTIONS(4503), - [anon_sym_inner] = ACTIONS(4503), - [anon_sym_override] = ACTIONS(4503), - [anon_sym_lateinit] = ACTIONS(4503), - [anon_sym_public] = ACTIONS(4503), - [anon_sym_private] = ACTIONS(4503), - [anon_sym_internal] = ACTIONS(4503), - [anon_sym_protected] = ACTIONS(4503), - [anon_sym_tailrec] = ACTIONS(4503), - [anon_sym_operator] = ACTIONS(4503), - [anon_sym_infix] = ACTIONS(4503), - [anon_sym_inline] = ACTIONS(4503), - [anon_sym_external] = ACTIONS(4503), - [sym_property_modifier] = ACTIONS(4503), - [anon_sym_abstract] = ACTIONS(4503), - [anon_sym_final] = ACTIONS(4503), - [anon_sym_open] = ACTIONS(4503), - [anon_sym_vararg] = ACTIONS(4503), - [anon_sym_noinline] = ACTIONS(4503), - [anon_sym_crossinline] = ACTIONS(4503), - [anon_sym_expect] = ACTIONS(4503), - [anon_sym_actual] = ACTIONS(4503), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4505), - [sym__automatic_semicolon] = ACTIONS(4505), - [sym_safe_nav] = ACTIONS(4505), + [3813] = { + [sym__alpha_identifier] = ACTIONS(4812), + [anon_sym_AT] = ACTIONS(4814), + [anon_sym_LBRACK] = ACTIONS(4814), + [anon_sym_as] = ACTIONS(4812), + [anon_sym_EQ] = ACTIONS(4812), + [anon_sym_LBRACE] = ACTIONS(4814), + [anon_sym_RBRACE] = ACTIONS(4814), + [anon_sym_LPAREN] = ACTIONS(4814), + [anon_sym_COMMA] = ACTIONS(4814), + [anon_sym_LT] = ACTIONS(4812), + [anon_sym_GT] = ACTIONS(4812), + [anon_sym_where] = ACTIONS(4812), + [anon_sym_DOT] = ACTIONS(4812), + [anon_sym_SEMI] = ACTIONS(4814), + [anon_sym_get] = ACTIONS(4812), + [anon_sym_set] = ACTIONS(4812), + [anon_sym_STAR] = ACTIONS(4812), + [sym_label] = ACTIONS(4814), + [anon_sym_in] = ACTIONS(4812), + [anon_sym_DOT_DOT] = ACTIONS(4814), + [anon_sym_QMARK_COLON] = ACTIONS(4814), + [anon_sym_AMP_AMP] = ACTIONS(4814), + [anon_sym_PIPE_PIPE] = ACTIONS(4814), + [anon_sym_else] = ACTIONS(4812), + [anon_sym_COLON_COLON] = ACTIONS(4814), + [anon_sym_PLUS_EQ] = ACTIONS(4814), + [anon_sym_DASH_EQ] = ACTIONS(4814), + [anon_sym_STAR_EQ] = ACTIONS(4814), + [anon_sym_SLASH_EQ] = ACTIONS(4814), + [anon_sym_PERCENT_EQ] = ACTIONS(4814), + [anon_sym_BANG_EQ] = ACTIONS(4812), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4814), + [anon_sym_EQ_EQ] = ACTIONS(4812), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4814), + [anon_sym_LT_EQ] = ACTIONS(4814), + [anon_sym_GT_EQ] = ACTIONS(4814), + [anon_sym_BANGin] = ACTIONS(4814), + [anon_sym_is] = ACTIONS(4812), + [anon_sym_BANGis] = ACTIONS(4814), + [anon_sym_PLUS] = ACTIONS(4812), + [anon_sym_DASH] = ACTIONS(4812), + [anon_sym_SLASH] = ACTIONS(4812), + [anon_sym_PERCENT] = ACTIONS(4812), + [anon_sym_as_QMARK] = ACTIONS(4814), + [anon_sym_PLUS_PLUS] = ACTIONS(4814), + [anon_sym_DASH_DASH] = ACTIONS(4814), + [anon_sym_BANG_BANG] = ACTIONS(4814), + [anon_sym_suspend] = ACTIONS(4812), + [anon_sym_sealed] = ACTIONS(4812), + [anon_sym_annotation] = ACTIONS(4812), + [anon_sym_data] = ACTIONS(4812), + [anon_sym_inner] = ACTIONS(4812), + [anon_sym_override] = ACTIONS(4812), + [anon_sym_lateinit] = ACTIONS(4812), + [anon_sym_public] = ACTIONS(4812), + [anon_sym_private] = ACTIONS(4812), + [anon_sym_internal] = ACTIONS(4812), + [anon_sym_protected] = ACTIONS(4812), + [anon_sym_tailrec] = ACTIONS(4812), + [anon_sym_operator] = ACTIONS(4812), + [anon_sym_infix] = ACTIONS(4812), + [anon_sym_inline] = ACTIONS(4812), + [anon_sym_external] = ACTIONS(4812), + [sym_property_modifier] = ACTIONS(4812), + [anon_sym_abstract] = ACTIONS(4812), + [anon_sym_final] = ACTIONS(4812), + [anon_sym_open] = ACTIONS(4812), + [anon_sym_vararg] = ACTIONS(4812), + [anon_sym_noinline] = ACTIONS(4812), + [anon_sym_crossinline] = ACTIONS(4812), + [anon_sym_expect] = ACTIONS(4812), + [anon_sym_actual] = ACTIONS(4812), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4814), + [sym__automatic_semicolon] = ACTIONS(4814), + [sym_safe_nav] = ACTIONS(4814), [sym_multiline_comment] = ACTIONS(3), }, - [3854] = { - [sym__alpha_identifier] = ACTIONS(4839), - [anon_sym_AT] = ACTIONS(4841), - [anon_sym_LBRACK] = ACTIONS(4841), - [anon_sym_as] = ACTIONS(4839), - [anon_sym_EQ] = ACTIONS(4839), - [anon_sym_LBRACE] = ACTIONS(4841), - [anon_sym_RBRACE] = ACTIONS(4841), - [anon_sym_LPAREN] = ACTIONS(4841), - [anon_sym_COMMA] = ACTIONS(4841), - [anon_sym_LT] = ACTIONS(4839), - [anon_sym_GT] = ACTIONS(4839), - [anon_sym_where] = ACTIONS(4839), - [anon_sym_DOT] = ACTIONS(4839), - [anon_sym_SEMI] = ACTIONS(4841), - [anon_sym_get] = ACTIONS(4839), - [anon_sym_set] = ACTIONS(4839), - [anon_sym_STAR] = ACTIONS(4839), - [sym_label] = ACTIONS(4841), - [anon_sym_in] = ACTIONS(4839), - [anon_sym_DOT_DOT] = ACTIONS(4841), - [anon_sym_QMARK_COLON] = ACTIONS(4841), - [anon_sym_AMP_AMP] = ACTIONS(4841), - [anon_sym_PIPE_PIPE] = ACTIONS(4841), - [anon_sym_else] = ACTIONS(4839), - [anon_sym_COLON_COLON] = ACTIONS(4841), - [anon_sym_PLUS_EQ] = ACTIONS(4841), - [anon_sym_DASH_EQ] = ACTIONS(4841), - [anon_sym_STAR_EQ] = ACTIONS(4841), - [anon_sym_SLASH_EQ] = ACTIONS(4841), - [anon_sym_PERCENT_EQ] = ACTIONS(4841), - [anon_sym_BANG_EQ] = ACTIONS(4839), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4841), - [anon_sym_EQ_EQ] = ACTIONS(4839), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4841), - [anon_sym_LT_EQ] = ACTIONS(4841), - [anon_sym_GT_EQ] = ACTIONS(4841), - [anon_sym_BANGin] = ACTIONS(4841), - [anon_sym_is] = ACTIONS(4839), - [anon_sym_BANGis] = ACTIONS(4841), - [anon_sym_PLUS] = ACTIONS(4839), - [anon_sym_DASH] = ACTIONS(4839), - [anon_sym_SLASH] = ACTIONS(4839), - [anon_sym_PERCENT] = ACTIONS(4839), - [anon_sym_as_QMARK] = ACTIONS(4841), - [anon_sym_PLUS_PLUS] = ACTIONS(4841), - [anon_sym_DASH_DASH] = ACTIONS(4841), - [anon_sym_BANG_BANG] = ACTIONS(4841), - [anon_sym_suspend] = ACTIONS(4839), - [anon_sym_sealed] = ACTIONS(4839), - [anon_sym_annotation] = ACTIONS(4839), - [anon_sym_data] = ACTIONS(4839), - [anon_sym_inner] = ACTIONS(4839), - [anon_sym_override] = ACTIONS(4839), - [anon_sym_lateinit] = ACTIONS(4839), - [anon_sym_public] = ACTIONS(4839), - [anon_sym_private] = ACTIONS(4839), - [anon_sym_internal] = ACTIONS(4839), - [anon_sym_protected] = ACTIONS(4839), - [anon_sym_tailrec] = ACTIONS(4839), - [anon_sym_operator] = ACTIONS(4839), - [anon_sym_infix] = ACTIONS(4839), - [anon_sym_inline] = ACTIONS(4839), - [anon_sym_external] = ACTIONS(4839), - [sym_property_modifier] = ACTIONS(4839), - [anon_sym_abstract] = ACTIONS(4839), - [anon_sym_final] = ACTIONS(4839), - [anon_sym_open] = ACTIONS(4839), - [anon_sym_vararg] = ACTIONS(4839), - [anon_sym_noinline] = ACTIONS(4839), - [anon_sym_crossinline] = ACTIONS(4839), - [anon_sym_expect] = ACTIONS(4839), - [anon_sym_actual] = ACTIONS(4839), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4841), - [sym__automatic_semicolon] = ACTIONS(4841), - [sym_safe_nav] = ACTIONS(4841), - [sym_multiline_comment] = ACTIONS(3), + [3814] = { + [sym__alpha_identifier] = ACTIONS(4603), + [anon_sym_AT] = ACTIONS(4605), + [anon_sym_LBRACK] = ACTIONS(4605), + [anon_sym_EQ] = ACTIONS(4605), + [anon_sym_LBRACE] = ACTIONS(4605), + [anon_sym_RBRACE] = ACTIONS(4605), + [anon_sym_LPAREN] = ACTIONS(4605), + [anon_sym_by] = ACTIONS(4603), + [anon_sym_where] = ACTIONS(4603), + [anon_sym_object] = ACTIONS(4603), + [anon_sym_fun] = ACTIONS(4603), + [anon_sym_SEMI] = ACTIONS(4605), + [anon_sym_get] = ACTIONS(4603), + [anon_sym_set] = ACTIONS(4603), + [anon_sym_this] = ACTIONS(4603), + [anon_sym_super] = ACTIONS(4603), + [anon_sym_STAR] = ACTIONS(4605), + [sym_label] = ACTIONS(4603), + [anon_sym_in] = ACTIONS(4603), + [anon_sym_null] = ACTIONS(4603), + [anon_sym_if] = ACTIONS(4603), + [anon_sym_else] = ACTIONS(4603), + [anon_sym_when] = ACTIONS(4603), + [anon_sym_try] = ACTIONS(4603), + [anon_sym_throw] = ACTIONS(4603), + [anon_sym_return] = ACTIONS(4603), + [anon_sym_continue] = ACTIONS(4603), + [anon_sym_break] = ACTIONS(4603), + [anon_sym_COLON_COLON] = ACTIONS(4605), + [anon_sym_BANGin] = ACTIONS(4605), + [anon_sym_is] = ACTIONS(4603), + [anon_sym_BANGis] = ACTIONS(4605), + [anon_sym_PLUS] = ACTIONS(4603), + [anon_sym_DASH] = ACTIONS(4603), + [anon_sym_PLUS_PLUS] = ACTIONS(4605), + [anon_sym_DASH_DASH] = ACTIONS(4605), + [anon_sym_BANG] = ACTIONS(4603), + [anon_sym_suspend] = ACTIONS(4603), + [anon_sym_sealed] = ACTIONS(4603), + [anon_sym_annotation] = ACTIONS(4603), + [anon_sym_data] = ACTIONS(4603), + [anon_sym_inner] = ACTIONS(4603), + [anon_sym_override] = ACTIONS(4603), + [anon_sym_lateinit] = ACTIONS(4603), + [anon_sym_public] = ACTIONS(4603), + [anon_sym_private] = ACTIONS(4603), + [anon_sym_internal] = ACTIONS(4603), + [anon_sym_protected] = ACTIONS(4603), + [anon_sym_tailrec] = ACTIONS(4603), + [anon_sym_operator] = ACTIONS(4603), + [anon_sym_infix] = ACTIONS(4603), + [anon_sym_inline] = ACTIONS(4603), + [anon_sym_external] = ACTIONS(4603), + [sym_property_modifier] = ACTIONS(4603), + [anon_sym_abstract] = ACTIONS(4603), + [anon_sym_final] = ACTIONS(4603), + [anon_sym_open] = ACTIONS(4603), + [anon_sym_vararg] = ACTIONS(4603), + [anon_sym_noinline] = ACTIONS(4603), + [anon_sym_crossinline] = ACTIONS(4603), + [anon_sym_expect] = ACTIONS(4603), + [anon_sym_actual] = ACTIONS(4603), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4605), + [anon_sym_continue_AT] = ACTIONS(4605), + [anon_sym_break_AT] = ACTIONS(4605), + [sym_real_literal] = ACTIONS(4605), + [sym_integer_literal] = ACTIONS(4603), + [sym_hex_literal] = ACTIONS(4605), + [sym_bin_literal] = ACTIONS(4605), + [anon_sym_true] = ACTIONS(4603), + [anon_sym_false] = ACTIONS(4603), + [anon_sym_SQUOTE] = ACTIONS(4605), + [sym__backtick_identifier] = ACTIONS(4605), + [sym__automatic_semicolon] = ACTIONS(4605), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4605), }, - [3855] = { - [sym__alpha_identifier] = ACTIONS(4829), - [anon_sym_AT] = ACTIONS(4831), - [anon_sym_LBRACK] = ACTIONS(4831), - [anon_sym_as] = ACTIONS(4829), - [anon_sym_EQ] = ACTIONS(4829), - [anon_sym_LBRACE] = ACTIONS(4831), - [anon_sym_RBRACE] = ACTIONS(4831), - [anon_sym_LPAREN] = ACTIONS(4831), - [anon_sym_COMMA] = ACTIONS(4831), - [anon_sym_LT] = ACTIONS(4829), - [anon_sym_GT] = ACTIONS(4829), - [anon_sym_where] = ACTIONS(4829), - [anon_sym_DOT] = ACTIONS(4829), - [anon_sym_SEMI] = ACTIONS(4831), - [anon_sym_get] = ACTIONS(4829), - [anon_sym_set] = ACTIONS(4829), - [anon_sym_STAR] = ACTIONS(4829), - [sym_label] = ACTIONS(4831), - [anon_sym_in] = ACTIONS(4829), - [anon_sym_DOT_DOT] = ACTIONS(4831), - [anon_sym_QMARK_COLON] = ACTIONS(4831), - [anon_sym_AMP_AMP] = ACTIONS(4831), - [anon_sym_PIPE_PIPE] = ACTIONS(4831), - [anon_sym_else] = ACTIONS(4829), - [anon_sym_COLON_COLON] = ACTIONS(4831), - [anon_sym_PLUS_EQ] = ACTIONS(4831), - [anon_sym_DASH_EQ] = ACTIONS(4831), - [anon_sym_STAR_EQ] = ACTIONS(4831), - [anon_sym_SLASH_EQ] = ACTIONS(4831), - [anon_sym_PERCENT_EQ] = ACTIONS(4831), - [anon_sym_BANG_EQ] = ACTIONS(4829), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4831), - [anon_sym_EQ_EQ] = ACTIONS(4829), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4831), - [anon_sym_LT_EQ] = ACTIONS(4831), - [anon_sym_GT_EQ] = ACTIONS(4831), - [anon_sym_BANGin] = ACTIONS(4831), - [anon_sym_is] = ACTIONS(4829), - [anon_sym_BANGis] = ACTIONS(4831), - [anon_sym_PLUS] = ACTIONS(4829), - [anon_sym_DASH] = ACTIONS(4829), - [anon_sym_SLASH] = ACTIONS(4829), - [anon_sym_PERCENT] = ACTIONS(4829), - [anon_sym_as_QMARK] = ACTIONS(4831), - [anon_sym_PLUS_PLUS] = ACTIONS(4831), - [anon_sym_DASH_DASH] = ACTIONS(4831), - [anon_sym_BANG_BANG] = ACTIONS(4831), - [anon_sym_suspend] = ACTIONS(4829), - [anon_sym_sealed] = ACTIONS(4829), - [anon_sym_annotation] = ACTIONS(4829), - [anon_sym_data] = ACTIONS(4829), - [anon_sym_inner] = ACTIONS(4829), - [anon_sym_override] = ACTIONS(4829), - [anon_sym_lateinit] = ACTIONS(4829), - [anon_sym_public] = ACTIONS(4829), - [anon_sym_private] = ACTIONS(4829), - [anon_sym_internal] = ACTIONS(4829), - [anon_sym_protected] = ACTIONS(4829), - [anon_sym_tailrec] = ACTIONS(4829), - [anon_sym_operator] = ACTIONS(4829), - [anon_sym_infix] = ACTIONS(4829), - [anon_sym_inline] = ACTIONS(4829), - [anon_sym_external] = ACTIONS(4829), - [sym_property_modifier] = ACTIONS(4829), - [anon_sym_abstract] = ACTIONS(4829), - [anon_sym_final] = ACTIONS(4829), - [anon_sym_open] = ACTIONS(4829), - [anon_sym_vararg] = ACTIONS(4829), - [anon_sym_noinline] = ACTIONS(4829), - [anon_sym_crossinline] = ACTIONS(4829), - [anon_sym_expect] = ACTIONS(4829), - [anon_sym_actual] = ACTIONS(4829), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4831), - [sym__automatic_semicolon] = ACTIONS(4831), - [sym_safe_nav] = ACTIONS(4831), + [3815] = { + [sym__alpha_identifier] = ACTIONS(5069), + [anon_sym_AT] = ACTIONS(5071), + [anon_sym_LBRACK] = ACTIONS(5071), + [anon_sym_as] = ACTIONS(5069), + [anon_sym_EQ] = ACTIONS(5069), + [anon_sym_LBRACE] = ACTIONS(5071), + [anon_sym_RBRACE] = ACTIONS(5071), + [anon_sym_LPAREN] = ACTIONS(5071), + [anon_sym_COMMA] = ACTIONS(5071), + [anon_sym_LT] = ACTIONS(5069), + [anon_sym_GT] = ACTIONS(5069), + [anon_sym_where] = ACTIONS(5069), + [anon_sym_DOT] = ACTIONS(5069), + [anon_sym_SEMI] = ACTIONS(5071), + [anon_sym_get] = ACTIONS(5069), + [anon_sym_set] = ACTIONS(5069), + [anon_sym_STAR] = ACTIONS(5069), + [sym_label] = ACTIONS(5071), + [anon_sym_in] = ACTIONS(5069), + [anon_sym_DOT_DOT] = ACTIONS(5071), + [anon_sym_QMARK_COLON] = ACTIONS(5071), + [anon_sym_AMP_AMP] = ACTIONS(5071), + [anon_sym_PIPE_PIPE] = ACTIONS(5071), + [anon_sym_else] = ACTIONS(5069), + [anon_sym_COLON_COLON] = ACTIONS(5071), + [anon_sym_PLUS_EQ] = ACTIONS(5071), + [anon_sym_DASH_EQ] = ACTIONS(5071), + [anon_sym_STAR_EQ] = ACTIONS(5071), + [anon_sym_SLASH_EQ] = ACTIONS(5071), + [anon_sym_PERCENT_EQ] = ACTIONS(5071), + [anon_sym_BANG_EQ] = ACTIONS(5069), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5071), + [anon_sym_EQ_EQ] = ACTIONS(5069), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5071), + [anon_sym_LT_EQ] = ACTIONS(5071), + [anon_sym_GT_EQ] = ACTIONS(5071), + [anon_sym_BANGin] = ACTIONS(5071), + [anon_sym_is] = ACTIONS(5069), + [anon_sym_BANGis] = ACTIONS(5071), + [anon_sym_PLUS] = ACTIONS(5069), + [anon_sym_DASH] = ACTIONS(5069), + [anon_sym_SLASH] = ACTIONS(5069), + [anon_sym_PERCENT] = ACTIONS(5069), + [anon_sym_as_QMARK] = ACTIONS(5071), + [anon_sym_PLUS_PLUS] = ACTIONS(5071), + [anon_sym_DASH_DASH] = ACTIONS(5071), + [anon_sym_BANG_BANG] = ACTIONS(5071), + [anon_sym_suspend] = ACTIONS(5069), + [anon_sym_sealed] = ACTIONS(5069), + [anon_sym_annotation] = ACTIONS(5069), + [anon_sym_data] = ACTIONS(5069), + [anon_sym_inner] = ACTIONS(5069), + [anon_sym_override] = ACTIONS(5069), + [anon_sym_lateinit] = ACTIONS(5069), + [anon_sym_public] = ACTIONS(5069), + [anon_sym_private] = ACTIONS(5069), + [anon_sym_internal] = ACTIONS(5069), + [anon_sym_protected] = ACTIONS(5069), + [anon_sym_tailrec] = ACTIONS(5069), + [anon_sym_operator] = ACTIONS(5069), + [anon_sym_infix] = ACTIONS(5069), + [anon_sym_inline] = ACTIONS(5069), + [anon_sym_external] = ACTIONS(5069), + [sym_property_modifier] = ACTIONS(5069), + [anon_sym_abstract] = ACTIONS(5069), + [anon_sym_final] = ACTIONS(5069), + [anon_sym_open] = ACTIONS(5069), + [anon_sym_vararg] = ACTIONS(5069), + [anon_sym_noinline] = ACTIONS(5069), + [anon_sym_crossinline] = ACTIONS(5069), + [anon_sym_expect] = ACTIONS(5069), + [anon_sym_actual] = ACTIONS(5069), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5071), + [sym__automatic_semicolon] = ACTIONS(5071), + [sym_safe_nav] = ACTIONS(5071), [sym_multiline_comment] = ACTIONS(3), }, - [3856] = { - [sym__alpha_identifier] = ACTIONS(4233), - [anon_sym_AT] = ACTIONS(4236), - [anon_sym_LBRACK] = ACTIONS(4236), - [anon_sym_as] = ACTIONS(3828), - [anon_sym_EQ] = ACTIONS(3828), - [anon_sym_LBRACE] = ACTIONS(4236), - [anon_sym_RBRACE] = ACTIONS(4236), - [anon_sym_LPAREN] = ACTIONS(6904), - [anon_sym_LT] = ACTIONS(3828), - [anon_sym_GT] = ACTIONS(3828), - [anon_sym_object] = ACTIONS(4233), - [anon_sym_fun] = ACTIONS(4233), - [anon_sym_DOT] = ACTIONS(3828), - [anon_sym_get] = ACTIONS(4233), - [anon_sym_set] = ACTIONS(4233), - [anon_sym_this] = ACTIONS(4233), - [anon_sym_super] = ACTIONS(4233), - [anon_sym_STAR] = ACTIONS(4233), - [sym_label] = ACTIONS(4233), - [anon_sym_in] = ACTIONS(4233), - [anon_sym_DOT_DOT] = ACTIONS(3833), - [anon_sym_QMARK_COLON] = ACTIONS(3833), - [anon_sym_AMP_AMP] = ACTIONS(3833), - [anon_sym_PIPE_PIPE] = ACTIONS(3833), - [anon_sym_null] = ACTIONS(4233), - [anon_sym_if] = ACTIONS(4233), - [anon_sym_else] = ACTIONS(4233), - [anon_sym_when] = ACTIONS(4233), - [anon_sym_try] = ACTIONS(4233), - [anon_sym_throw] = ACTIONS(4233), - [anon_sym_return] = ACTIONS(4233), - [anon_sym_continue] = ACTIONS(4233), - [anon_sym_break] = ACTIONS(4233), - [anon_sym_COLON_COLON] = ACTIONS(4236), - [anon_sym_PLUS_EQ] = ACTIONS(3833), - [anon_sym_DASH_EQ] = ACTIONS(3833), - [anon_sym_STAR_EQ] = ACTIONS(3833), - [anon_sym_SLASH_EQ] = ACTIONS(3833), - [anon_sym_PERCENT_EQ] = ACTIONS(3833), - [anon_sym_BANG_EQ] = ACTIONS(3828), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3833), - [anon_sym_EQ_EQ] = ACTIONS(3828), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3833), - [anon_sym_LT_EQ] = ACTIONS(3833), - [anon_sym_GT_EQ] = ACTIONS(3833), - [anon_sym_BANGin] = ACTIONS(4236), - [anon_sym_is] = ACTIONS(4233), - [anon_sym_BANGis] = ACTIONS(4236), - [anon_sym_PLUS] = ACTIONS(4233), - [anon_sym_DASH] = ACTIONS(4233), - [anon_sym_SLASH] = ACTIONS(3828), - [anon_sym_PERCENT] = ACTIONS(3828), - [anon_sym_as_QMARK] = ACTIONS(3833), - [anon_sym_PLUS_PLUS] = ACTIONS(4236), - [anon_sym_DASH_DASH] = ACTIONS(4236), - [anon_sym_BANG] = ACTIONS(4233), - [anon_sym_BANG_BANG] = ACTIONS(3833), - [anon_sym_data] = ACTIONS(4233), - [anon_sym_inner] = ACTIONS(4233), - [anon_sym_expect] = ACTIONS(4233), - [anon_sym_actual] = ACTIONS(4233), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4236), - [anon_sym_continue_AT] = ACTIONS(4236), - [anon_sym_break_AT] = ACTIONS(4236), - [sym_real_literal] = ACTIONS(4236), - [sym_integer_literal] = ACTIONS(4233), - [sym_hex_literal] = ACTIONS(4236), - [sym_bin_literal] = ACTIONS(4236), - [anon_sym_true] = ACTIONS(4233), - [anon_sym_false] = ACTIONS(4233), - [anon_sym_SQUOTE] = ACTIONS(4236), - [sym__backtick_identifier] = ACTIONS(4236), - [sym__automatic_semicolon] = ACTIONS(4236), - [sym_safe_nav] = ACTIONS(3833), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4236), + [3816] = { + [sym_type_constraints] = STATE(3976), + [sym_function_body] = STATE(3153), + [sym__block] = STATE(3334), + [sym__alpha_identifier] = ACTIONS(4099), + [anon_sym_AT] = ACTIONS(4101), + [anon_sym_LBRACK] = ACTIONS(4101), + [anon_sym_as] = ACTIONS(4099), + [anon_sym_EQ] = ACTIONS(6756), + [anon_sym_LBRACE] = ACTIONS(6244), + [anon_sym_RBRACE] = ACTIONS(4101), + [anon_sym_LPAREN] = ACTIONS(4101), + [anon_sym_LT] = ACTIONS(4099), + [anon_sym_GT] = ACTIONS(4099), + [anon_sym_where] = ACTIONS(3118), + [anon_sym_object] = ACTIONS(4099), + [anon_sym_fun] = ACTIONS(4099), + [anon_sym_DOT] = ACTIONS(4099), + [anon_sym_SEMI] = ACTIONS(4101), + [anon_sym_get] = ACTIONS(4099), + [anon_sym_set] = ACTIONS(4099), + [anon_sym_this] = ACTIONS(4099), + [anon_sym_super] = ACTIONS(4099), + [anon_sym_STAR] = ACTIONS(4101), + [sym_label] = ACTIONS(4099), + [anon_sym_in] = ACTIONS(4099), + [anon_sym_DOT_DOT] = ACTIONS(4101), + [anon_sym_QMARK_COLON] = ACTIONS(4101), + [anon_sym_AMP_AMP] = ACTIONS(4101), + [anon_sym_PIPE_PIPE] = ACTIONS(4101), + [anon_sym_null] = ACTIONS(4099), + [anon_sym_if] = ACTIONS(4099), + [anon_sym_else] = ACTIONS(4099), + [anon_sym_when] = ACTIONS(4099), + [anon_sym_try] = ACTIONS(4099), + [anon_sym_throw] = ACTIONS(4099), + [anon_sym_return] = ACTIONS(4099), + [anon_sym_continue] = ACTIONS(4099), + [anon_sym_break] = ACTIONS(4099), + [anon_sym_COLON_COLON] = ACTIONS(4101), + [anon_sym_BANG_EQ] = ACTIONS(4099), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4101), + [anon_sym_EQ_EQ] = ACTIONS(4099), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4101), + [anon_sym_LT_EQ] = ACTIONS(4101), + [anon_sym_GT_EQ] = ACTIONS(4101), + [anon_sym_BANGin] = ACTIONS(4101), + [anon_sym_is] = ACTIONS(4099), + [anon_sym_BANGis] = ACTIONS(4101), + [anon_sym_PLUS] = ACTIONS(4099), + [anon_sym_DASH] = ACTIONS(4099), + [anon_sym_SLASH] = ACTIONS(4099), + [anon_sym_PERCENT] = ACTIONS(4101), + [anon_sym_as_QMARK] = ACTIONS(4101), + [anon_sym_PLUS_PLUS] = ACTIONS(4101), + [anon_sym_DASH_DASH] = ACTIONS(4101), + [anon_sym_BANG] = ACTIONS(4099), + [anon_sym_BANG_BANG] = ACTIONS(4101), + [anon_sym_data] = ACTIONS(4099), + [anon_sym_inner] = ACTIONS(4099), + [anon_sym_expect] = ACTIONS(4099), + [anon_sym_actual] = ACTIONS(4099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4101), + [anon_sym_continue_AT] = ACTIONS(4101), + [anon_sym_break_AT] = ACTIONS(4101), + [sym_real_literal] = ACTIONS(4101), + [sym_integer_literal] = ACTIONS(4099), + [sym_hex_literal] = ACTIONS(4101), + [sym_bin_literal] = ACTIONS(4101), + [anon_sym_true] = ACTIONS(4099), + [anon_sym_false] = ACTIONS(4099), + [anon_sym_SQUOTE] = ACTIONS(4101), + [sym__backtick_identifier] = ACTIONS(4101), + [sym__automatic_semicolon] = ACTIONS(4101), + [sym_safe_nav] = ACTIONS(4101), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4101), }, - [3857] = { - [sym__alpha_identifier] = ACTIONS(4460), - [anon_sym_AT] = ACTIONS(4462), - [anon_sym_LBRACK] = ACTIONS(4462), - [anon_sym_as] = ACTIONS(4460), - [anon_sym_EQ] = ACTIONS(4460), - [anon_sym_LBRACE] = ACTIONS(4462), - [anon_sym_RBRACE] = ACTIONS(4462), - [anon_sym_LPAREN] = ACTIONS(4462), - [anon_sym_COMMA] = ACTIONS(4462), - [anon_sym_LT] = ACTIONS(4460), - [anon_sym_GT] = ACTIONS(4460), - [anon_sym_where] = ACTIONS(4460), - [anon_sym_DOT] = ACTIONS(4460), - [anon_sym_SEMI] = ACTIONS(4462), - [anon_sym_get] = ACTIONS(4460), - [anon_sym_set] = ACTIONS(4460), - [anon_sym_STAR] = ACTIONS(4460), - [sym_label] = ACTIONS(4462), - [anon_sym_in] = ACTIONS(4460), - [anon_sym_DOT_DOT] = ACTIONS(4462), - [anon_sym_QMARK_COLON] = ACTIONS(4462), - [anon_sym_AMP_AMP] = ACTIONS(4462), - [anon_sym_PIPE_PIPE] = ACTIONS(4462), - [anon_sym_else] = ACTIONS(4460), - [anon_sym_COLON_COLON] = ACTIONS(4462), - [anon_sym_PLUS_EQ] = ACTIONS(4462), - [anon_sym_DASH_EQ] = ACTIONS(4462), - [anon_sym_STAR_EQ] = ACTIONS(4462), - [anon_sym_SLASH_EQ] = ACTIONS(4462), - [anon_sym_PERCENT_EQ] = ACTIONS(4462), - [anon_sym_BANG_EQ] = ACTIONS(4460), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4462), - [anon_sym_EQ_EQ] = ACTIONS(4460), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4462), - [anon_sym_LT_EQ] = ACTIONS(4462), - [anon_sym_GT_EQ] = ACTIONS(4462), - [anon_sym_BANGin] = ACTIONS(4462), - [anon_sym_is] = ACTIONS(4460), - [anon_sym_BANGis] = ACTIONS(4462), - [anon_sym_PLUS] = ACTIONS(4460), - [anon_sym_DASH] = ACTIONS(4460), - [anon_sym_SLASH] = ACTIONS(4460), - [anon_sym_PERCENT] = ACTIONS(4460), - [anon_sym_as_QMARK] = ACTIONS(4462), - [anon_sym_PLUS_PLUS] = ACTIONS(4462), - [anon_sym_DASH_DASH] = ACTIONS(4462), - [anon_sym_BANG_BANG] = ACTIONS(4462), - [anon_sym_suspend] = ACTIONS(4460), - [anon_sym_sealed] = ACTIONS(4460), - [anon_sym_annotation] = ACTIONS(4460), - [anon_sym_data] = ACTIONS(4460), - [anon_sym_inner] = ACTIONS(4460), - [anon_sym_override] = ACTIONS(4460), - [anon_sym_lateinit] = ACTIONS(4460), - [anon_sym_public] = ACTIONS(4460), - [anon_sym_private] = ACTIONS(4460), - [anon_sym_internal] = ACTIONS(4460), - [anon_sym_protected] = ACTIONS(4460), - [anon_sym_tailrec] = ACTIONS(4460), - [anon_sym_operator] = ACTIONS(4460), - [anon_sym_infix] = ACTIONS(4460), - [anon_sym_inline] = ACTIONS(4460), - [anon_sym_external] = ACTIONS(4460), - [sym_property_modifier] = ACTIONS(4460), - [anon_sym_abstract] = ACTIONS(4460), - [anon_sym_final] = ACTIONS(4460), - [anon_sym_open] = ACTIONS(4460), - [anon_sym_vararg] = ACTIONS(4460), - [anon_sym_noinline] = ACTIONS(4460), - [anon_sym_crossinline] = ACTIONS(4460), - [anon_sym_expect] = ACTIONS(4460), - [anon_sym_actual] = ACTIONS(4460), + [3817] = { + [sym__alpha_identifier] = ACTIONS(1694), + [anon_sym_AT] = ACTIONS(1696), + [anon_sym_LBRACK] = ACTIONS(1696), + [anon_sym_as] = ACTIONS(1694), + [anon_sym_EQ] = ACTIONS(1694), + [anon_sym_LBRACE] = ACTIONS(1696), + [anon_sym_RBRACE] = ACTIONS(1696), + [anon_sym_LPAREN] = ACTIONS(1696), + [anon_sym_COMMA] = ACTIONS(1696), + [anon_sym_LT] = ACTIONS(1694), + [anon_sym_GT] = ACTIONS(1694), + [anon_sym_where] = ACTIONS(1694), + [anon_sym_DOT] = ACTIONS(1694), + [anon_sym_SEMI] = ACTIONS(1696), + [anon_sym_get] = ACTIONS(1694), + [anon_sym_set] = ACTIONS(1694), + [anon_sym_STAR] = ACTIONS(1694), + [sym_label] = ACTIONS(1696), + [anon_sym_in] = ACTIONS(1694), + [anon_sym_DOT_DOT] = ACTIONS(1696), + [anon_sym_QMARK_COLON] = ACTIONS(1696), + [anon_sym_AMP_AMP] = ACTIONS(1696), + [anon_sym_PIPE_PIPE] = ACTIONS(1696), + [anon_sym_else] = ACTIONS(1694), + [anon_sym_COLON_COLON] = ACTIONS(1696), + [anon_sym_PLUS_EQ] = ACTIONS(1696), + [anon_sym_DASH_EQ] = ACTIONS(1696), + [anon_sym_STAR_EQ] = ACTIONS(1696), + [anon_sym_SLASH_EQ] = ACTIONS(1696), + [anon_sym_PERCENT_EQ] = ACTIONS(1696), + [anon_sym_BANG_EQ] = ACTIONS(1694), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1696), + [anon_sym_EQ_EQ] = ACTIONS(1694), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1696), + [anon_sym_LT_EQ] = ACTIONS(1696), + [anon_sym_GT_EQ] = ACTIONS(1696), + [anon_sym_BANGin] = ACTIONS(1696), + [anon_sym_is] = ACTIONS(1694), + [anon_sym_BANGis] = ACTIONS(1696), + [anon_sym_PLUS] = ACTIONS(1694), + [anon_sym_DASH] = ACTIONS(1694), + [anon_sym_SLASH] = ACTIONS(1694), + [anon_sym_PERCENT] = ACTIONS(1694), + [anon_sym_as_QMARK] = ACTIONS(1696), + [anon_sym_PLUS_PLUS] = ACTIONS(1696), + [anon_sym_DASH_DASH] = ACTIONS(1696), + [anon_sym_BANG_BANG] = ACTIONS(1696), + [anon_sym_suspend] = ACTIONS(1694), + [anon_sym_sealed] = ACTIONS(1694), + [anon_sym_annotation] = ACTIONS(1694), + [anon_sym_data] = ACTIONS(1694), + [anon_sym_inner] = ACTIONS(1694), + [anon_sym_override] = ACTIONS(1694), + [anon_sym_lateinit] = ACTIONS(1694), + [anon_sym_public] = ACTIONS(1694), + [anon_sym_private] = ACTIONS(1694), + [anon_sym_internal] = ACTIONS(1694), + [anon_sym_protected] = ACTIONS(1694), + [anon_sym_tailrec] = ACTIONS(1694), + [anon_sym_operator] = ACTIONS(1694), + [anon_sym_infix] = ACTIONS(1694), + [anon_sym_inline] = ACTIONS(1694), + [anon_sym_external] = ACTIONS(1694), + [sym_property_modifier] = ACTIONS(1694), + [anon_sym_abstract] = ACTIONS(1694), + [anon_sym_final] = ACTIONS(1694), + [anon_sym_open] = ACTIONS(1694), + [anon_sym_vararg] = ACTIONS(1694), + [anon_sym_noinline] = ACTIONS(1694), + [anon_sym_crossinline] = ACTIONS(1694), + [anon_sym_expect] = ACTIONS(1694), + [anon_sym_actual] = ACTIONS(1694), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4462), - [sym__automatic_semicolon] = ACTIONS(4462), - [sym_safe_nav] = ACTIONS(4462), - [sym_multiline_comment] = ACTIONS(3), - }, - [3858] = { - [sym__alpha_identifier] = ACTIONS(5009), - [anon_sym_AT] = ACTIONS(5011), - [anon_sym_LBRACK] = ACTIONS(5011), - [anon_sym_as] = ACTIONS(5009), - [anon_sym_EQ] = ACTIONS(5009), - [anon_sym_LBRACE] = ACTIONS(5011), - [anon_sym_RBRACE] = ACTIONS(5011), - [anon_sym_LPAREN] = ACTIONS(5011), - [anon_sym_COMMA] = ACTIONS(5011), - [anon_sym_LT] = ACTIONS(5009), - [anon_sym_GT] = ACTIONS(5009), - [anon_sym_where] = ACTIONS(5009), - [anon_sym_DOT] = ACTIONS(5009), - [anon_sym_SEMI] = ACTIONS(5011), - [anon_sym_get] = ACTIONS(5009), - [anon_sym_set] = ACTIONS(5009), - [anon_sym_STAR] = ACTIONS(5009), - [sym_label] = ACTIONS(5011), - [anon_sym_in] = ACTIONS(5009), - [anon_sym_DOT_DOT] = ACTIONS(5011), - [anon_sym_QMARK_COLON] = ACTIONS(5011), - [anon_sym_AMP_AMP] = ACTIONS(5011), - [anon_sym_PIPE_PIPE] = ACTIONS(5011), - [anon_sym_else] = ACTIONS(5009), - [anon_sym_COLON_COLON] = ACTIONS(5011), - [anon_sym_PLUS_EQ] = ACTIONS(5011), - [anon_sym_DASH_EQ] = ACTIONS(5011), - [anon_sym_STAR_EQ] = ACTIONS(5011), - [anon_sym_SLASH_EQ] = ACTIONS(5011), - [anon_sym_PERCENT_EQ] = ACTIONS(5011), - [anon_sym_BANG_EQ] = ACTIONS(5009), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5011), - [anon_sym_EQ_EQ] = ACTIONS(5009), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5011), - [anon_sym_LT_EQ] = ACTIONS(5011), - [anon_sym_GT_EQ] = ACTIONS(5011), - [anon_sym_BANGin] = ACTIONS(5011), - [anon_sym_is] = ACTIONS(5009), - [anon_sym_BANGis] = ACTIONS(5011), - [anon_sym_PLUS] = ACTIONS(5009), - [anon_sym_DASH] = ACTIONS(5009), - [anon_sym_SLASH] = ACTIONS(5009), - [anon_sym_PERCENT] = ACTIONS(5009), - [anon_sym_as_QMARK] = ACTIONS(5011), - [anon_sym_PLUS_PLUS] = ACTIONS(5011), - [anon_sym_DASH_DASH] = ACTIONS(5011), - [anon_sym_BANG_BANG] = ACTIONS(5011), - [anon_sym_suspend] = ACTIONS(5009), - [anon_sym_sealed] = ACTIONS(5009), - [anon_sym_annotation] = ACTIONS(5009), - [anon_sym_data] = ACTIONS(5009), - [anon_sym_inner] = ACTIONS(5009), - [anon_sym_override] = ACTIONS(5009), - [anon_sym_lateinit] = ACTIONS(5009), - [anon_sym_public] = ACTIONS(5009), - [anon_sym_private] = ACTIONS(5009), - [anon_sym_internal] = ACTIONS(5009), - [anon_sym_protected] = ACTIONS(5009), - [anon_sym_tailrec] = ACTIONS(5009), - [anon_sym_operator] = ACTIONS(5009), - [anon_sym_infix] = ACTIONS(5009), - [anon_sym_inline] = ACTIONS(5009), - [anon_sym_external] = ACTIONS(5009), - [sym_property_modifier] = ACTIONS(5009), - [anon_sym_abstract] = ACTIONS(5009), - [anon_sym_final] = ACTIONS(5009), - [anon_sym_open] = ACTIONS(5009), - [anon_sym_vararg] = ACTIONS(5009), - [anon_sym_noinline] = ACTIONS(5009), - [anon_sym_crossinline] = ACTIONS(5009), - [anon_sym_expect] = ACTIONS(5009), - [anon_sym_actual] = ACTIONS(5009), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5011), - [sym__automatic_semicolon] = ACTIONS(5011), - [sym_safe_nav] = ACTIONS(5011), + [sym__backtick_identifier] = ACTIONS(1696), + [sym__automatic_semicolon] = ACTIONS(1696), + [sym_safe_nav] = ACTIONS(1696), [sym_multiline_comment] = ACTIONS(3), }, - [3859] = { - [sym__alpha_identifier] = ACTIONS(3061), - [anon_sym_AT] = ACTIONS(3063), - [anon_sym_LBRACK] = ACTIONS(3063), - [anon_sym_as] = ACTIONS(3061), - [anon_sym_EQ] = ACTIONS(3061), - [anon_sym_LBRACE] = ACTIONS(3063), - [anon_sym_RBRACE] = ACTIONS(3063), - [anon_sym_LPAREN] = ACTIONS(3063), - [anon_sym_COMMA] = ACTIONS(3063), - [anon_sym_LT] = ACTIONS(3061), - [anon_sym_GT] = ACTIONS(3061), - [anon_sym_where] = ACTIONS(3061), - [anon_sym_DOT] = ACTIONS(3061), - [anon_sym_SEMI] = ACTIONS(3063), - [anon_sym_get] = ACTIONS(3061), - [anon_sym_set] = ACTIONS(3061), - [anon_sym_STAR] = ACTIONS(3061), - [sym_label] = ACTIONS(3063), - [anon_sym_in] = ACTIONS(3061), - [anon_sym_DOT_DOT] = ACTIONS(3063), - [anon_sym_QMARK_COLON] = ACTIONS(3063), - [anon_sym_AMP_AMP] = ACTIONS(3063), - [anon_sym_PIPE_PIPE] = ACTIONS(3063), - [anon_sym_else] = ACTIONS(3061), - [anon_sym_COLON_COLON] = ACTIONS(3063), - [anon_sym_PLUS_EQ] = ACTIONS(3063), - [anon_sym_DASH_EQ] = ACTIONS(3063), - [anon_sym_STAR_EQ] = ACTIONS(3063), - [anon_sym_SLASH_EQ] = ACTIONS(3063), - [anon_sym_PERCENT_EQ] = ACTIONS(3063), - [anon_sym_BANG_EQ] = ACTIONS(3061), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3063), - [anon_sym_EQ_EQ] = ACTIONS(3061), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3063), - [anon_sym_LT_EQ] = ACTIONS(3063), - [anon_sym_GT_EQ] = ACTIONS(3063), - [anon_sym_BANGin] = ACTIONS(3063), - [anon_sym_is] = ACTIONS(3061), - [anon_sym_BANGis] = ACTIONS(3063), - [anon_sym_PLUS] = ACTIONS(3061), - [anon_sym_DASH] = ACTIONS(3061), - [anon_sym_SLASH] = ACTIONS(3061), - [anon_sym_PERCENT] = ACTIONS(3061), - [anon_sym_as_QMARK] = ACTIONS(3063), - [anon_sym_PLUS_PLUS] = ACTIONS(3063), - [anon_sym_DASH_DASH] = ACTIONS(3063), - [anon_sym_BANG_BANG] = ACTIONS(3063), - [anon_sym_suspend] = ACTIONS(3061), - [anon_sym_sealed] = ACTIONS(3061), - [anon_sym_annotation] = ACTIONS(3061), - [anon_sym_data] = ACTIONS(3061), - [anon_sym_inner] = ACTIONS(3061), - [anon_sym_override] = ACTIONS(3061), - [anon_sym_lateinit] = ACTIONS(3061), - [anon_sym_public] = ACTIONS(3061), - [anon_sym_private] = ACTIONS(3061), - [anon_sym_internal] = ACTIONS(3061), - [anon_sym_protected] = ACTIONS(3061), - [anon_sym_tailrec] = ACTIONS(3061), - [anon_sym_operator] = ACTIONS(3061), - [anon_sym_infix] = ACTIONS(3061), - [anon_sym_inline] = ACTIONS(3061), - [anon_sym_external] = ACTIONS(3061), - [sym_property_modifier] = ACTIONS(3061), - [anon_sym_abstract] = ACTIONS(3061), - [anon_sym_final] = ACTIONS(3061), - [anon_sym_open] = ACTIONS(3061), - [anon_sym_vararg] = ACTIONS(3061), - [anon_sym_noinline] = ACTIONS(3061), - [anon_sym_crossinline] = ACTIONS(3061), - [anon_sym_expect] = ACTIONS(3061), - [anon_sym_actual] = ACTIONS(3061), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3063), - [sym__automatic_semicolon] = ACTIONS(3063), - [sym_safe_nav] = ACTIONS(3063), + [3818] = { + [sym_function_body] = STATE(3872), + [sym__block] = STATE(3738), + [sym__alpha_identifier] = ACTIONS(4085), + [anon_sym_AT] = ACTIONS(4087), + [anon_sym_LBRACK] = ACTIONS(4087), + [anon_sym_as] = ACTIONS(4085), + [anon_sym_EQ] = ACTIONS(6527), + [anon_sym_LBRACE] = ACTIONS(6461), + [anon_sym_RBRACE] = ACTIONS(4087), + [anon_sym_LPAREN] = ACTIONS(4087), + [anon_sym_LT] = ACTIONS(4085), + [anon_sym_GT] = ACTIONS(4085), + [anon_sym_DOT] = ACTIONS(4085), + [anon_sym_SEMI] = ACTIONS(4087), + [anon_sym_get] = ACTIONS(4085), + [anon_sym_set] = ACTIONS(4085), + [anon_sym_STAR] = ACTIONS(4085), + [sym_label] = ACTIONS(4087), + [anon_sym_in] = ACTIONS(4085), + [anon_sym_DOT_DOT] = ACTIONS(4087), + [anon_sym_QMARK_COLON] = ACTIONS(4087), + [anon_sym_AMP_AMP] = ACTIONS(4087), + [anon_sym_PIPE_PIPE] = ACTIONS(4087), + [anon_sym_else] = ACTIONS(4085), + [anon_sym_COLON_COLON] = ACTIONS(4087), + [anon_sym_PLUS_EQ] = ACTIONS(4087), + [anon_sym_DASH_EQ] = ACTIONS(4087), + [anon_sym_STAR_EQ] = ACTIONS(4087), + [anon_sym_SLASH_EQ] = ACTIONS(4087), + [anon_sym_PERCENT_EQ] = ACTIONS(4087), + [anon_sym_BANG_EQ] = ACTIONS(4085), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4087), + [anon_sym_EQ_EQ] = ACTIONS(4085), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4087), + [anon_sym_LT_EQ] = ACTIONS(4087), + [anon_sym_GT_EQ] = ACTIONS(4087), + [anon_sym_BANGin] = ACTIONS(4087), + [anon_sym_is] = ACTIONS(4085), + [anon_sym_BANGis] = ACTIONS(4087), + [anon_sym_PLUS] = ACTIONS(4085), + [anon_sym_DASH] = ACTIONS(4085), + [anon_sym_SLASH] = ACTIONS(4085), + [anon_sym_PERCENT] = ACTIONS(4085), + [anon_sym_as_QMARK] = ACTIONS(4087), + [anon_sym_PLUS_PLUS] = ACTIONS(4087), + [anon_sym_DASH_DASH] = ACTIONS(4087), + [anon_sym_BANG_BANG] = ACTIONS(4087), + [anon_sym_suspend] = ACTIONS(4085), + [anon_sym_sealed] = ACTIONS(4085), + [anon_sym_annotation] = ACTIONS(4085), + [anon_sym_data] = ACTIONS(4085), + [anon_sym_inner] = ACTIONS(4085), + [anon_sym_override] = ACTIONS(4085), + [anon_sym_lateinit] = ACTIONS(4085), + [anon_sym_public] = ACTIONS(4085), + [anon_sym_private] = ACTIONS(4085), + [anon_sym_internal] = ACTIONS(4085), + [anon_sym_protected] = ACTIONS(4085), + [anon_sym_tailrec] = ACTIONS(4085), + [anon_sym_operator] = ACTIONS(4085), + [anon_sym_infix] = ACTIONS(4085), + [anon_sym_inline] = ACTIONS(4085), + [anon_sym_external] = ACTIONS(4085), + [sym_property_modifier] = ACTIONS(4085), + [anon_sym_abstract] = ACTIONS(4085), + [anon_sym_final] = ACTIONS(4085), + [anon_sym_open] = ACTIONS(4085), + [anon_sym_vararg] = ACTIONS(4085), + [anon_sym_noinline] = ACTIONS(4085), + [anon_sym_crossinline] = ACTIONS(4085), + [anon_sym_expect] = ACTIONS(4085), + [anon_sym_actual] = ACTIONS(4085), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4087), + [sym__automatic_semicolon] = ACTIONS(4087), + [sym_safe_nav] = ACTIONS(4087), [sym_multiline_comment] = ACTIONS(3), }, - [3860] = { - [sym__alpha_identifier] = ACTIONS(4825), - [anon_sym_AT] = ACTIONS(4827), - [anon_sym_LBRACK] = ACTIONS(4827), - [anon_sym_as] = ACTIONS(4825), - [anon_sym_EQ] = ACTIONS(4825), - [anon_sym_LBRACE] = ACTIONS(4827), - [anon_sym_RBRACE] = ACTIONS(4827), - [anon_sym_LPAREN] = ACTIONS(4827), - [anon_sym_COMMA] = ACTIONS(4827), - [anon_sym_LT] = ACTIONS(4825), - [anon_sym_GT] = ACTIONS(4825), - [anon_sym_where] = ACTIONS(4825), - [anon_sym_DOT] = ACTIONS(4825), - [anon_sym_SEMI] = ACTIONS(4827), - [anon_sym_get] = ACTIONS(4825), - [anon_sym_set] = ACTIONS(4825), - [anon_sym_STAR] = ACTIONS(4825), - [sym_label] = ACTIONS(4827), - [anon_sym_in] = ACTIONS(4825), - [anon_sym_DOT_DOT] = ACTIONS(4827), - [anon_sym_QMARK_COLON] = ACTIONS(4827), - [anon_sym_AMP_AMP] = ACTIONS(4827), - [anon_sym_PIPE_PIPE] = ACTIONS(4827), - [anon_sym_else] = ACTIONS(4825), - [anon_sym_COLON_COLON] = ACTIONS(4827), - [anon_sym_PLUS_EQ] = ACTIONS(4827), - [anon_sym_DASH_EQ] = ACTIONS(4827), - [anon_sym_STAR_EQ] = ACTIONS(4827), - [anon_sym_SLASH_EQ] = ACTIONS(4827), - [anon_sym_PERCENT_EQ] = ACTIONS(4827), - [anon_sym_BANG_EQ] = ACTIONS(4825), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4827), - [anon_sym_EQ_EQ] = ACTIONS(4825), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4827), - [anon_sym_LT_EQ] = ACTIONS(4827), - [anon_sym_GT_EQ] = ACTIONS(4827), - [anon_sym_BANGin] = ACTIONS(4827), - [anon_sym_is] = ACTIONS(4825), - [anon_sym_BANGis] = ACTIONS(4827), - [anon_sym_PLUS] = ACTIONS(4825), - [anon_sym_DASH] = ACTIONS(4825), - [anon_sym_SLASH] = ACTIONS(4825), - [anon_sym_PERCENT] = ACTIONS(4825), - [anon_sym_as_QMARK] = ACTIONS(4827), - [anon_sym_PLUS_PLUS] = ACTIONS(4827), - [anon_sym_DASH_DASH] = ACTIONS(4827), - [anon_sym_BANG_BANG] = ACTIONS(4827), - [anon_sym_suspend] = ACTIONS(4825), - [anon_sym_sealed] = ACTIONS(4825), - [anon_sym_annotation] = ACTIONS(4825), - [anon_sym_data] = ACTIONS(4825), - [anon_sym_inner] = ACTIONS(4825), - [anon_sym_override] = ACTIONS(4825), - [anon_sym_lateinit] = ACTIONS(4825), - [anon_sym_public] = ACTIONS(4825), - [anon_sym_private] = ACTIONS(4825), - [anon_sym_internal] = ACTIONS(4825), - [anon_sym_protected] = ACTIONS(4825), - [anon_sym_tailrec] = ACTIONS(4825), - [anon_sym_operator] = ACTIONS(4825), - [anon_sym_infix] = ACTIONS(4825), - [anon_sym_inline] = ACTIONS(4825), - [anon_sym_external] = ACTIONS(4825), - [sym_property_modifier] = ACTIONS(4825), - [anon_sym_abstract] = ACTIONS(4825), - [anon_sym_final] = ACTIONS(4825), - [anon_sym_open] = ACTIONS(4825), - [anon_sym_vararg] = ACTIONS(4825), - [anon_sym_noinline] = ACTIONS(4825), - [anon_sym_crossinline] = ACTIONS(4825), - [anon_sym_expect] = ACTIONS(4825), - [anon_sym_actual] = ACTIONS(4825), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4827), - [sym__automatic_semicolon] = ACTIONS(4827), - [sym_safe_nav] = ACTIONS(4827), + [3819] = { + [sym__alpha_identifier] = ACTIONS(3969), + [anon_sym_AT] = ACTIONS(3971), + [anon_sym_LBRACK] = ACTIONS(3971), + [anon_sym_as] = ACTIONS(3969), + [anon_sym_EQ] = ACTIONS(3969), + [anon_sym_LBRACE] = ACTIONS(3971), + [anon_sym_RBRACE] = ACTIONS(3971), + [anon_sym_LPAREN] = ACTIONS(3971), + [anon_sym_COMMA] = ACTIONS(3971), + [anon_sym_LT] = ACTIONS(3969), + [anon_sym_GT] = ACTIONS(3969), + [anon_sym_where] = ACTIONS(3969), + [anon_sym_DOT] = ACTIONS(3969), + [anon_sym_SEMI] = ACTIONS(3971), + [anon_sym_get] = ACTIONS(3969), + [anon_sym_set] = ACTIONS(3969), + [anon_sym_STAR] = ACTIONS(3969), + [sym_label] = ACTIONS(3971), + [anon_sym_in] = ACTIONS(3969), + [anon_sym_DOT_DOT] = ACTIONS(3971), + [anon_sym_QMARK_COLON] = ACTIONS(3971), + [anon_sym_AMP_AMP] = ACTIONS(3971), + [anon_sym_PIPE_PIPE] = ACTIONS(3971), + [anon_sym_else] = ACTIONS(3969), + [anon_sym_COLON_COLON] = ACTIONS(3971), + [anon_sym_PLUS_EQ] = ACTIONS(3971), + [anon_sym_DASH_EQ] = ACTIONS(3971), + [anon_sym_STAR_EQ] = ACTIONS(3971), + [anon_sym_SLASH_EQ] = ACTIONS(3971), + [anon_sym_PERCENT_EQ] = ACTIONS(3971), + [anon_sym_BANG_EQ] = ACTIONS(3969), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3971), + [anon_sym_EQ_EQ] = ACTIONS(3969), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3971), + [anon_sym_LT_EQ] = ACTIONS(3971), + [anon_sym_GT_EQ] = ACTIONS(3971), + [anon_sym_BANGin] = ACTIONS(3971), + [anon_sym_is] = ACTIONS(3969), + [anon_sym_BANGis] = ACTIONS(3971), + [anon_sym_PLUS] = ACTIONS(3969), + [anon_sym_DASH] = ACTIONS(3969), + [anon_sym_SLASH] = ACTIONS(3969), + [anon_sym_PERCENT] = ACTIONS(3969), + [anon_sym_as_QMARK] = ACTIONS(3971), + [anon_sym_PLUS_PLUS] = ACTIONS(3971), + [anon_sym_DASH_DASH] = ACTIONS(3971), + [anon_sym_BANG_BANG] = ACTIONS(3971), + [anon_sym_suspend] = ACTIONS(3969), + [anon_sym_sealed] = ACTIONS(3969), + [anon_sym_annotation] = ACTIONS(3969), + [anon_sym_data] = ACTIONS(3969), + [anon_sym_inner] = ACTIONS(3969), + [anon_sym_override] = ACTIONS(3969), + [anon_sym_lateinit] = ACTIONS(3969), + [anon_sym_public] = ACTIONS(3969), + [anon_sym_private] = ACTIONS(3969), + [anon_sym_internal] = ACTIONS(3969), + [anon_sym_protected] = ACTIONS(3969), + [anon_sym_tailrec] = ACTIONS(3969), + [anon_sym_operator] = ACTIONS(3969), + [anon_sym_infix] = ACTIONS(3969), + [anon_sym_inline] = ACTIONS(3969), + [anon_sym_external] = ACTIONS(3969), + [sym_property_modifier] = ACTIONS(3969), + [anon_sym_abstract] = ACTIONS(3969), + [anon_sym_final] = ACTIONS(3969), + [anon_sym_open] = ACTIONS(3969), + [anon_sym_vararg] = ACTIONS(3969), + [anon_sym_noinline] = ACTIONS(3969), + [anon_sym_crossinline] = ACTIONS(3969), + [anon_sym_expect] = ACTIONS(3969), + [anon_sym_actual] = ACTIONS(3969), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3971), + [sym__automatic_semicolon] = ACTIONS(3971), + [sym_safe_nav] = ACTIONS(3971), [sym_multiline_comment] = ACTIONS(3), }, - [3861] = { - [sym_function_body] = STATE(3197), - [sym__block] = STATE(3245), + [3820] = { + [sym_class_body] = STATE(3813), [sym__alpha_identifier] = ACTIONS(4386), [anon_sym_AT] = ACTIONS(4388), + [anon_sym_COLON] = ACTIONS(6886), [anon_sym_LBRACK] = ACTIONS(4388), [anon_sym_as] = ACTIONS(4386), - [anon_sym_EQ] = ACTIONS(6642), - [anon_sym_LBRACE] = ACTIONS(6220), + [anon_sym_EQ] = ACTIONS(4386), + [anon_sym_LBRACE] = ACTIONS(5360), [anon_sym_RBRACE] = ACTIONS(4388), [anon_sym_LPAREN] = ACTIONS(4388), - [anon_sym_COMMA] = ACTIONS(4388), [anon_sym_LT] = ACTIONS(4386), [anon_sym_GT] = ACTIONS(4386), - [anon_sym_where] = ACTIONS(4386), - [anon_sym_object] = ACTIONS(4386), - [anon_sym_fun] = ACTIONS(4386), [anon_sym_DOT] = ACTIONS(4386), [anon_sym_SEMI] = ACTIONS(4388), [anon_sym_get] = ACTIONS(4386), [anon_sym_set] = ACTIONS(4386), - [anon_sym_this] = ACTIONS(4386), - [anon_sym_super] = ACTIONS(4386), - [anon_sym_STAR] = ACTIONS(4388), - [sym_label] = ACTIONS(4386), + [anon_sym_STAR] = ACTIONS(4386), + [sym_label] = ACTIONS(4388), [anon_sym_in] = ACTIONS(4386), [anon_sym_DOT_DOT] = ACTIONS(4388), [anon_sym_QMARK_COLON] = ACTIONS(4388), [anon_sym_AMP_AMP] = ACTIONS(4388), [anon_sym_PIPE_PIPE] = ACTIONS(4388), - [anon_sym_null] = ACTIONS(4386), - [anon_sym_if] = ACTIONS(4386), [anon_sym_else] = ACTIONS(4386), - [anon_sym_when] = ACTIONS(4386), - [anon_sym_try] = ACTIONS(4386), - [anon_sym_throw] = ACTIONS(4386), - [anon_sym_return] = ACTIONS(4386), - [anon_sym_continue] = ACTIONS(4386), - [anon_sym_break] = ACTIONS(4386), [anon_sym_COLON_COLON] = ACTIONS(4388), - [anon_sym_BANG_EQ] = ACTIONS(4386), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4388), - [anon_sym_EQ_EQ] = ACTIONS(4386), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4388), - [anon_sym_LT_EQ] = ACTIONS(4388), - [anon_sym_GT_EQ] = ACTIONS(4388), - [anon_sym_BANGin] = ACTIONS(4388), - [anon_sym_is] = ACTIONS(4386), - [anon_sym_BANGis] = ACTIONS(4388), - [anon_sym_PLUS] = ACTIONS(4386), - [anon_sym_DASH] = ACTIONS(4386), - [anon_sym_SLASH] = ACTIONS(4386), - [anon_sym_PERCENT] = ACTIONS(4388), - [anon_sym_as_QMARK] = ACTIONS(4388), - [anon_sym_PLUS_PLUS] = ACTIONS(4388), - [anon_sym_DASH_DASH] = ACTIONS(4388), - [anon_sym_BANG] = ACTIONS(4386), - [anon_sym_BANG_BANG] = ACTIONS(4388), - [anon_sym_data] = ACTIONS(4386), - [anon_sym_inner] = ACTIONS(4386), - [anon_sym_expect] = ACTIONS(4386), - [anon_sym_actual] = ACTIONS(4386), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4388), - [anon_sym_continue_AT] = ACTIONS(4388), - [anon_sym_break_AT] = ACTIONS(4388), - [sym_real_literal] = ACTIONS(4388), - [sym_integer_literal] = ACTIONS(4386), - [sym_hex_literal] = ACTIONS(4388), - [sym_bin_literal] = ACTIONS(4388), - [anon_sym_true] = ACTIONS(4386), - [anon_sym_false] = ACTIONS(4386), - [anon_sym_SQUOTE] = ACTIONS(4388), - [sym__backtick_identifier] = ACTIONS(4388), - [sym__automatic_semicolon] = ACTIONS(4388), - [sym_safe_nav] = ACTIONS(4388), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4388), - }, - [3862] = { - [sym_function_body] = STATE(3202), - [sym__block] = STATE(3367), - [sym__alpha_identifier] = ACTIONS(4083), - [anon_sym_AT] = ACTIONS(4085), - [anon_sym_LBRACK] = ACTIONS(4085), - [anon_sym_RBRACK] = ACTIONS(4085), - [anon_sym_as] = ACTIONS(4083), - [anon_sym_EQ] = ACTIONS(6621), - [anon_sym_LBRACE] = ACTIONS(6236), - [anon_sym_RBRACE] = ACTIONS(4085), - [anon_sym_LPAREN] = ACTIONS(4085), - [anon_sym_COMMA] = ACTIONS(4085), - [anon_sym_RPAREN] = ACTIONS(4085), - [anon_sym_LT] = ACTIONS(4083), - [anon_sym_GT] = ACTIONS(4083), - [anon_sym_where] = ACTIONS(4083), - [anon_sym_DOT] = ACTIONS(4083), - [anon_sym_SEMI] = ACTIONS(4085), - [anon_sym_get] = ACTIONS(4083), - [anon_sym_set] = ACTIONS(4083), - [anon_sym_STAR] = ACTIONS(4085), - [anon_sym_DASH_GT] = ACTIONS(4085), - [sym_label] = ACTIONS(4085), - [anon_sym_in] = ACTIONS(4083), - [anon_sym_while] = ACTIONS(4083), - [anon_sym_DOT_DOT] = ACTIONS(4085), - [anon_sym_QMARK_COLON] = ACTIONS(4085), - [anon_sym_AMP_AMP] = ACTIONS(4085), - [anon_sym_PIPE_PIPE] = ACTIONS(4085), - [anon_sym_else] = ACTIONS(4083), - [anon_sym_COLON_COLON] = ACTIONS(4085), - [anon_sym_BANG_EQ] = ACTIONS(4083), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4085), - [anon_sym_EQ_EQ] = ACTIONS(4083), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4085), - [anon_sym_LT_EQ] = ACTIONS(4085), - [anon_sym_GT_EQ] = ACTIONS(4085), - [anon_sym_BANGin] = ACTIONS(4085), - [anon_sym_is] = ACTIONS(4083), - [anon_sym_BANGis] = ACTIONS(4085), - [anon_sym_PLUS] = ACTIONS(4083), - [anon_sym_DASH] = ACTIONS(4083), - [anon_sym_SLASH] = ACTIONS(4083), - [anon_sym_PERCENT] = ACTIONS(4085), - [anon_sym_as_QMARK] = ACTIONS(4085), - [anon_sym_PLUS_PLUS] = ACTIONS(4085), - [anon_sym_DASH_DASH] = ACTIONS(4085), - [anon_sym_BANG_BANG] = ACTIONS(4085), - [anon_sym_suspend] = ACTIONS(4083), - [anon_sym_sealed] = ACTIONS(4083), - [anon_sym_annotation] = ACTIONS(4083), - [anon_sym_data] = ACTIONS(4083), - [anon_sym_inner] = ACTIONS(4083), - [anon_sym_override] = ACTIONS(4083), - [anon_sym_lateinit] = ACTIONS(4083), - [anon_sym_public] = ACTIONS(4083), - [anon_sym_private] = ACTIONS(4083), - [anon_sym_internal] = ACTIONS(4083), - [anon_sym_protected] = ACTIONS(4083), - [anon_sym_tailrec] = ACTIONS(4083), - [anon_sym_operator] = ACTIONS(4083), - [anon_sym_infix] = ACTIONS(4083), - [anon_sym_inline] = ACTIONS(4083), - [anon_sym_external] = ACTIONS(4083), - [sym_property_modifier] = ACTIONS(4083), - [anon_sym_abstract] = ACTIONS(4083), - [anon_sym_final] = ACTIONS(4083), - [anon_sym_open] = ACTIONS(4083), - [anon_sym_vararg] = ACTIONS(4083), - [anon_sym_noinline] = ACTIONS(4083), - [anon_sym_crossinline] = ACTIONS(4083), - [anon_sym_expect] = ACTIONS(4083), - [anon_sym_actual] = ACTIONS(4083), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4085), - [sym_safe_nav] = ACTIONS(4085), - [sym_multiline_comment] = ACTIONS(3), - }, - [3863] = { - [sym_type_constraints] = STATE(4002), - [sym_function_body] = STATE(3129), - [sym__block] = STATE(3245), - [sym__alpha_identifier] = ACTIONS(4101), - [anon_sym_AT] = ACTIONS(4103), - [anon_sym_LBRACK] = ACTIONS(4103), - [anon_sym_as] = ACTIONS(4101), - [anon_sym_EQ] = ACTIONS(6682), - [anon_sym_LBRACE] = ACTIONS(6220), - [anon_sym_RBRACE] = ACTIONS(4103), - [anon_sym_LPAREN] = ACTIONS(4103), - [anon_sym_LT] = ACTIONS(4101), - [anon_sym_GT] = ACTIONS(4101), - [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(4101), - [anon_sym_fun] = ACTIONS(4101), - [anon_sym_DOT] = ACTIONS(4101), - [anon_sym_SEMI] = ACTIONS(4103), - [anon_sym_get] = ACTIONS(4101), - [anon_sym_set] = ACTIONS(4101), - [anon_sym_this] = ACTIONS(4101), - [anon_sym_super] = ACTIONS(4101), - [anon_sym_STAR] = ACTIONS(4103), - [sym_label] = ACTIONS(4101), - [anon_sym_in] = ACTIONS(4101), - [anon_sym_DOT_DOT] = ACTIONS(4103), - [anon_sym_QMARK_COLON] = ACTIONS(4103), - [anon_sym_AMP_AMP] = ACTIONS(4103), - [anon_sym_PIPE_PIPE] = ACTIONS(4103), - [anon_sym_null] = ACTIONS(4101), - [anon_sym_if] = ACTIONS(4101), - [anon_sym_else] = ACTIONS(4101), - [anon_sym_when] = ACTIONS(4101), - [anon_sym_try] = ACTIONS(4101), - [anon_sym_throw] = ACTIONS(4101), - [anon_sym_return] = ACTIONS(4101), - [anon_sym_continue] = ACTIONS(4101), - [anon_sym_break] = ACTIONS(4101), - [anon_sym_COLON_COLON] = ACTIONS(4103), - [anon_sym_BANG_EQ] = ACTIONS(4101), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4103), - [anon_sym_EQ_EQ] = ACTIONS(4101), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4103), - [anon_sym_LT_EQ] = ACTIONS(4103), - [anon_sym_GT_EQ] = ACTIONS(4103), - [anon_sym_BANGin] = ACTIONS(4103), - [anon_sym_is] = ACTIONS(4101), - [anon_sym_BANGis] = ACTIONS(4103), - [anon_sym_PLUS] = ACTIONS(4101), - [anon_sym_DASH] = ACTIONS(4101), - [anon_sym_SLASH] = ACTIONS(4101), - [anon_sym_PERCENT] = ACTIONS(4103), - [anon_sym_as_QMARK] = ACTIONS(4103), - [anon_sym_PLUS_PLUS] = ACTIONS(4103), - [anon_sym_DASH_DASH] = ACTIONS(4103), - [anon_sym_BANG] = ACTIONS(4101), - [anon_sym_BANG_BANG] = ACTIONS(4103), - [anon_sym_data] = ACTIONS(4101), - [anon_sym_inner] = ACTIONS(4101), - [anon_sym_expect] = ACTIONS(4101), - [anon_sym_actual] = ACTIONS(4101), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4103), - [anon_sym_continue_AT] = ACTIONS(4103), - [anon_sym_break_AT] = ACTIONS(4103), - [sym_real_literal] = ACTIONS(4103), - [sym_integer_literal] = ACTIONS(4101), - [sym_hex_literal] = ACTIONS(4103), - [sym_bin_literal] = ACTIONS(4103), - [anon_sym_true] = ACTIONS(4101), - [anon_sym_false] = ACTIONS(4101), - [anon_sym_SQUOTE] = ACTIONS(4103), - [sym__backtick_identifier] = ACTIONS(4103), - [sym__automatic_semicolon] = ACTIONS(4103), - [sym_safe_nav] = ACTIONS(4103), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4103), - }, - [3864] = { - [sym__alpha_identifier] = ACTIONS(4643), - [anon_sym_AT] = ACTIONS(4645), - [anon_sym_LBRACK] = ACTIONS(4645), - [anon_sym_as] = ACTIONS(4643), - [anon_sym_EQ] = ACTIONS(4643), - [anon_sym_LBRACE] = ACTIONS(4645), - [anon_sym_RBRACE] = ACTIONS(4645), - [anon_sym_LPAREN] = ACTIONS(4645), - [anon_sym_COMMA] = ACTIONS(4645), - [anon_sym_LT] = ACTIONS(4643), - [anon_sym_GT] = ACTIONS(4643), - [anon_sym_where] = ACTIONS(4643), - [anon_sym_DOT] = ACTIONS(4643), - [anon_sym_SEMI] = ACTIONS(4645), - [anon_sym_get] = ACTIONS(4643), - [anon_sym_set] = ACTIONS(4643), - [anon_sym_STAR] = ACTIONS(4643), - [sym_label] = ACTIONS(4645), - [anon_sym_in] = ACTIONS(4643), - [anon_sym_DOT_DOT] = ACTIONS(4645), - [anon_sym_QMARK_COLON] = ACTIONS(4645), - [anon_sym_AMP_AMP] = ACTIONS(4645), - [anon_sym_PIPE_PIPE] = ACTIONS(4645), - [anon_sym_else] = ACTIONS(4643), - [anon_sym_COLON_COLON] = ACTIONS(4645), - [anon_sym_PLUS_EQ] = ACTIONS(4645), - [anon_sym_DASH_EQ] = ACTIONS(4645), - [anon_sym_STAR_EQ] = ACTIONS(4645), - [anon_sym_SLASH_EQ] = ACTIONS(4645), - [anon_sym_PERCENT_EQ] = ACTIONS(4645), - [anon_sym_BANG_EQ] = ACTIONS(4643), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4645), - [anon_sym_EQ_EQ] = ACTIONS(4643), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4645), - [anon_sym_LT_EQ] = ACTIONS(4645), - [anon_sym_GT_EQ] = ACTIONS(4645), - [anon_sym_BANGin] = ACTIONS(4645), - [anon_sym_is] = ACTIONS(4643), - [anon_sym_BANGis] = ACTIONS(4645), - [anon_sym_PLUS] = ACTIONS(4643), - [anon_sym_DASH] = ACTIONS(4643), - [anon_sym_SLASH] = ACTIONS(4643), - [anon_sym_PERCENT] = ACTIONS(4643), - [anon_sym_as_QMARK] = ACTIONS(4645), - [anon_sym_PLUS_PLUS] = ACTIONS(4645), - [anon_sym_DASH_DASH] = ACTIONS(4645), - [anon_sym_BANG_BANG] = ACTIONS(4645), - [anon_sym_suspend] = ACTIONS(4643), - [anon_sym_sealed] = ACTIONS(4643), - [anon_sym_annotation] = ACTIONS(4643), - [anon_sym_data] = ACTIONS(4643), - [anon_sym_inner] = ACTIONS(4643), - [anon_sym_override] = ACTIONS(4643), - [anon_sym_lateinit] = ACTIONS(4643), - [anon_sym_public] = ACTIONS(4643), - [anon_sym_private] = ACTIONS(4643), - [anon_sym_internal] = ACTIONS(4643), - [anon_sym_protected] = ACTIONS(4643), - [anon_sym_tailrec] = ACTIONS(4643), - [anon_sym_operator] = ACTIONS(4643), - [anon_sym_infix] = ACTIONS(4643), - [anon_sym_inline] = ACTIONS(4643), - [anon_sym_external] = ACTIONS(4643), - [sym_property_modifier] = ACTIONS(4643), - [anon_sym_abstract] = ACTIONS(4643), - [anon_sym_final] = ACTIONS(4643), - [anon_sym_open] = ACTIONS(4643), - [anon_sym_vararg] = ACTIONS(4643), - [anon_sym_noinline] = ACTIONS(4643), - [anon_sym_crossinline] = ACTIONS(4643), - [anon_sym_expect] = ACTIONS(4643), - [anon_sym_actual] = ACTIONS(4643), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4645), - [sym__automatic_semicolon] = ACTIONS(4645), - [sym_safe_nav] = ACTIONS(4645), - [sym_multiline_comment] = ACTIONS(3), - }, - [3865] = { - [sym__alpha_identifier] = ACTIONS(4883), - [anon_sym_AT] = ACTIONS(4885), - [anon_sym_LBRACK] = ACTIONS(4885), - [anon_sym_as] = ACTIONS(4883), - [anon_sym_EQ] = ACTIONS(4883), - [anon_sym_LBRACE] = ACTIONS(4885), - [anon_sym_RBRACE] = ACTIONS(4885), - [anon_sym_LPAREN] = ACTIONS(4885), - [anon_sym_COMMA] = ACTIONS(4885), - [anon_sym_LT] = ACTIONS(4883), - [anon_sym_GT] = ACTIONS(4883), - [anon_sym_where] = ACTIONS(4883), - [anon_sym_DOT] = ACTIONS(4883), - [anon_sym_SEMI] = ACTIONS(4885), - [anon_sym_get] = ACTIONS(4883), - [anon_sym_set] = ACTIONS(4883), - [anon_sym_STAR] = ACTIONS(4883), - [sym_label] = ACTIONS(4885), - [anon_sym_in] = ACTIONS(4883), - [anon_sym_DOT_DOT] = ACTIONS(4885), - [anon_sym_QMARK_COLON] = ACTIONS(4885), - [anon_sym_AMP_AMP] = ACTIONS(4885), - [anon_sym_PIPE_PIPE] = ACTIONS(4885), - [anon_sym_else] = ACTIONS(4883), - [anon_sym_COLON_COLON] = ACTIONS(4885), - [anon_sym_PLUS_EQ] = ACTIONS(4885), - [anon_sym_DASH_EQ] = ACTIONS(4885), - [anon_sym_STAR_EQ] = ACTIONS(4885), - [anon_sym_SLASH_EQ] = ACTIONS(4885), - [anon_sym_PERCENT_EQ] = ACTIONS(4885), - [anon_sym_BANG_EQ] = ACTIONS(4883), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4885), - [anon_sym_EQ_EQ] = ACTIONS(4883), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4885), - [anon_sym_LT_EQ] = ACTIONS(4885), - [anon_sym_GT_EQ] = ACTIONS(4885), - [anon_sym_BANGin] = ACTIONS(4885), - [anon_sym_is] = ACTIONS(4883), - [anon_sym_BANGis] = ACTIONS(4885), - [anon_sym_PLUS] = ACTIONS(4883), - [anon_sym_DASH] = ACTIONS(4883), - [anon_sym_SLASH] = ACTIONS(4883), - [anon_sym_PERCENT] = ACTIONS(4883), - [anon_sym_as_QMARK] = ACTIONS(4885), - [anon_sym_PLUS_PLUS] = ACTIONS(4885), - [anon_sym_DASH_DASH] = ACTIONS(4885), - [anon_sym_BANG_BANG] = ACTIONS(4885), - [anon_sym_suspend] = ACTIONS(4883), - [anon_sym_sealed] = ACTIONS(4883), - [anon_sym_annotation] = ACTIONS(4883), - [anon_sym_data] = ACTIONS(4883), - [anon_sym_inner] = ACTIONS(4883), - [anon_sym_override] = ACTIONS(4883), - [anon_sym_lateinit] = ACTIONS(4883), - [anon_sym_public] = ACTIONS(4883), - [anon_sym_private] = ACTIONS(4883), - [anon_sym_internal] = ACTIONS(4883), - [anon_sym_protected] = ACTIONS(4883), - [anon_sym_tailrec] = ACTIONS(4883), - [anon_sym_operator] = ACTIONS(4883), - [anon_sym_infix] = ACTIONS(4883), - [anon_sym_inline] = ACTIONS(4883), - [anon_sym_external] = ACTIONS(4883), - [sym_property_modifier] = ACTIONS(4883), - [anon_sym_abstract] = ACTIONS(4883), - [anon_sym_final] = ACTIONS(4883), - [anon_sym_open] = ACTIONS(4883), - [anon_sym_vararg] = ACTIONS(4883), - [anon_sym_noinline] = ACTIONS(4883), - [anon_sym_crossinline] = ACTIONS(4883), - [anon_sym_expect] = ACTIONS(4883), - [anon_sym_actual] = ACTIONS(4883), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4885), - [sym__automatic_semicolon] = ACTIONS(4885), - [sym_safe_nav] = ACTIONS(4885), - [sym_multiline_comment] = ACTIONS(3), - }, - [3866] = { - [sym__alpha_identifier] = ACTIONS(4406), - [anon_sym_AT] = ACTIONS(4408), - [anon_sym_LBRACK] = ACTIONS(4408), - [anon_sym_as] = ACTIONS(4406), - [anon_sym_EQ] = ACTIONS(4777), - [anon_sym_LBRACE] = ACTIONS(4408), - [anon_sym_RBRACE] = ACTIONS(4408), - [anon_sym_LPAREN] = ACTIONS(4408), - [anon_sym_COMMA] = ACTIONS(4408), - [anon_sym_LT] = ACTIONS(4406), - [anon_sym_GT] = ACTIONS(4406), - [anon_sym_where] = ACTIONS(4406), - [anon_sym_DOT] = ACTIONS(4406), - [anon_sym_SEMI] = ACTIONS(4408), - [anon_sym_get] = ACTIONS(4406), - [anon_sym_set] = ACTIONS(4406), - [anon_sym_STAR] = ACTIONS(4406), - [sym_label] = ACTIONS(4408), - [anon_sym_in] = ACTIONS(4406), - [anon_sym_DOT_DOT] = ACTIONS(4408), - [anon_sym_QMARK_COLON] = ACTIONS(4408), - [anon_sym_AMP_AMP] = ACTIONS(4408), - [anon_sym_PIPE_PIPE] = ACTIONS(4408), - [anon_sym_else] = ACTIONS(4406), - [anon_sym_COLON_COLON] = ACTIONS(4408), - [anon_sym_PLUS_EQ] = ACTIONS(4779), - [anon_sym_DASH_EQ] = ACTIONS(4779), - [anon_sym_STAR_EQ] = ACTIONS(4779), - [anon_sym_SLASH_EQ] = ACTIONS(4779), - [anon_sym_PERCENT_EQ] = ACTIONS(4779), - [anon_sym_BANG_EQ] = ACTIONS(4406), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4408), - [anon_sym_EQ_EQ] = ACTIONS(4406), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4408), - [anon_sym_LT_EQ] = ACTIONS(4408), - [anon_sym_GT_EQ] = ACTIONS(4408), - [anon_sym_BANGin] = ACTIONS(4408), - [anon_sym_is] = ACTIONS(4406), - [anon_sym_BANGis] = ACTIONS(4408), - [anon_sym_PLUS] = ACTIONS(4406), - [anon_sym_DASH] = ACTIONS(4406), - [anon_sym_SLASH] = ACTIONS(4406), - [anon_sym_PERCENT] = ACTIONS(4406), - [anon_sym_as_QMARK] = ACTIONS(4408), - [anon_sym_PLUS_PLUS] = ACTIONS(4408), - [anon_sym_DASH_DASH] = ACTIONS(4408), - [anon_sym_BANG_BANG] = ACTIONS(4408), - [anon_sym_suspend] = ACTIONS(4406), - [anon_sym_sealed] = ACTIONS(4406), - [anon_sym_annotation] = ACTIONS(4406), - [anon_sym_data] = ACTIONS(4406), - [anon_sym_inner] = ACTIONS(4406), - [anon_sym_override] = ACTIONS(4406), - [anon_sym_lateinit] = ACTIONS(4406), - [anon_sym_public] = ACTIONS(4406), - [anon_sym_private] = ACTIONS(4406), - [anon_sym_internal] = ACTIONS(4406), - [anon_sym_protected] = ACTIONS(4406), - [anon_sym_tailrec] = ACTIONS(4406), - [anon_sym_operator] = ACTIONS(4406), - [anon_sym_infix] = ACTIONS(4406), - [anon_sym_inline] = ACTIONS(4406), - [anon_sym_external] = ACTIONS(4406), - [sym_property_modifier] = ACTIONS(4406), - [anon_sym_abstract] = ACTIONS(4406), - [anon_sym_final] = ACTIONS(4406), - [anon_sym_open] = ACTIONS(4406), - [anon_sym_vararg] = ACTIONS(4406), - [anon_sym_noinline] = ACTIONS(4406), - [anon_sym_crossinline] = ACTIONS(4406), - [anon_sym_expect] = ACTIONS(4406), - [anon_sym_actual] = ACTIONS(4406), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4408), - [sym__automatic_semicolon] = ACTIONS(4408), - [sym_safe_nav] = ACTIONS(4408), - [sym_multiline_comment] = ACTIONS(3), - }, - [3867] = { - [sym_function_body] = STATE(3174), - [sym__block] = STATE(3367), - [sym__alpha_identifier] = ACTIONS(4089), - [anon_sym_AT] = ACTIONS(4091), - [anon_sym_LBRACK] = ACTIONS(4091), - [anon_sym_RBRACK] = ACTIONS(4091), - [anon_sym_as] = ACTIONS(4089), - [anon_sym_EQ] = ACTIONS(6621), - [anon_sym_LBRACE] = ACTIONS(6236), - [anon_sym_RBRACE] = ACTIONS(4091), - [anon_sym_LPAREN] = ACTIONS(4091), - [anon_sym_COMMA] = ACTIONS(4091), - [anon_sym_RPAREN] = ACTIONS(4091), - [anon_sym_LT] = ACTIONS(4089), - [anon_sym_GT] = ACTIONS(4089), - [anon_sym_where] = ACTIONS(4089), - [anon_sym_DOT] = ACTIONS(4089), - [anon_sym_SEMI] = ACTIONS(4091), - [anon_sym_get] = ACTIONS(4089), - [anon_sym_set] = ACTIONS(4089), - [anon_sym_STAR] = ACTIONS(4091), - [anon_sym_DASH_GT] = ACTIONS(4091), - [sym_label] = ACTIONS(4091), - [anon_sym_in] = ACTIONS(4089), - [anon_sym_while] = ACTIONS(4089), - [anon_sym_DOT_DOT] = ACTIONS(4091), - [anon_sym_QMARK_COLON] = ACTIONS(4091), - [anon_sym_AMP_AMP] = ACTIONS(4091), - [anon_sym_PIPE_PIPE] = ACTIONS(4091), - [anon_sym_else] = ACTIONS(4089), - [anon_sym_COLON_COLON] = ACTIONS(4091), - [anon_sym_BANG_EQ] = ACTIONS(4089), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4091), - [anon_sym_EQ_EQ] = ACTIONS(4089), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4091), - [anon_sym_LT_EQ] = ACTIONS(4091), - [anon_sym_GT_EQ] = ACTIONS(4091), - [anon_sym_BANGin] = ACTIONS(4091), - [anon_sym_is] = ACTIONS(4089), - [anon_sym_BANGis] = ACTIONS(4091), - [anon_sym_PLUS] = ACTIONS(4089), - [anon_sym_DASH] = ACTIONS(4089), - [anon_sym_SLASH] = ACTIONS(4089), - [anon_sym_PERCENT] = ACTIONS(4091), - [anon_sym_as_QMARK] = ACTIONS(4091), - [anon_sym_PLUS_PLUS] = ACTIONS(4091), - [anon_sym_DASH_DASH] = ACTIONS(4091), - [anon_sym_BANG_BANG] = ACTIONS(4091), - [anon_sym_suspend] = ACTIONS(4089), - [anon_sym_sealed] = ACTIONS(4089), - [anon_sym_annotation] = ACTIONS(4089), - [anon_sym_data] = ACTIONS(4089), - [anon_sym_inner] = ACTIONS(4089), - [anon_sym_override] = ACTIONS(4089), - [anon_sym_lateinit] = ACTIONS(4089), - [anon_sym_public] = ACTIONS(4089), - [anon_sym_private] = ACTIONS(4089), - [anon_sym_internal] = ACTIONS(4089), - [anon_sym_protected] = ACTIONS(4089), - [anon_sym_tailrec] = ACTIONS(4089), - [anon_sym_operator] = ACTIONS(4089), - [anon_sym_infix] = ACTIONS(4089), - [anon_sym_inline] = ACTIONS(4089), - [anon_sym_external] = ACTIONS(4089), - [sym_property_modifier] = ACTIONS(4089), - [anon_sym_abstract] = ACTIONS(4089), - [anon_sym_final] = ACTIONS(4089), - [anon_sym_open] = ACTIONS(4089), - [anon_sym_vararg] = ACTIONS(4089), - [anon_sym_noinline] = ACTIONS(4089), - [anon_sym_crossinline] = ACTIONS(4089), - [anon_sym_expect] = ACTIONS(4089), - [anon_sym_actual] = ACTIONS(4089), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4091), - [sym_safe_nav] = ACTIONS(4091), - [sym_multiline_comment] = ACTIONS(3), - }, - [3868] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2327), - [sym__comparison_operator] = STATE(2323), - [sym__in_operator] = STATE(2322), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2320), - [sym__multiplicative_operator] = STATE(2319), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2317), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), - [anon_sym_EQ] = ACTIONS(2995), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(2997), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_RPAREN] = ACTIONS(2997), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(6828), - [anon_sym_DOT] = ACTIONS(6387), - [anon_sym_SEMI] = ACTIONS(2997), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(6830), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(6832), - [anon_sym_while] = ACTIONS(2995), - [anon_sym_DOT_DOT] = ACTIONS(6834), - [anon_sym_QMARK_COLON] = ACTIONS(6836), - [anon_sym_AMP_AMP] = ACTIONS(2997), - [anon_sym_PIPE_PIPE] = ACTIONS(2997), - [anon_sym_else] = ACTIONS(2995), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_PLUS_EQ] = ACTIONS(2997), - [anon_sym_DASH_EQ] = ACTIONS(2997), - [anon_sym_STAR_EQ] = ACTIONS(2997), - [anon_sym_SLASH_EQ] = ACTIONS(2997), - [anon_sym_PERCENT_EQ] = ACTIONS(2997), - [anon_sym_BANG_EQ] = ACTIONS(2995), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2997), - [anon_sym_EQ_EQ] = ACTIONS(2995), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2997), - [anon_sym_LT_EQ] = ACTIONS(6842), - [anon_sym_GT_EQ] = ACTIONS(6842), - [anon_sym_BANGin] = ACTIONS(6844), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(6846), - [anon_sym_DASH] = ACTIONS(6846), - [anon_sym_SLASH] = ACTIONS(6830), - [anon_sym_PERCENT] = ACTIONS(6830), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), - [sym_multiline_comment] = ACTIONS(3), - }, - [3869] = { - [sym__alpha_identifier] = ACTIONS(4396), - [anon_sym_AT] = ACTIONS(4398), - [anon_sym_LBRACK] = ACTIONS(4398), - [anon_sym_as] = ACTIONS(4851), - [anon_sym_EQ] = ACTIONS(4851), - [anon_sym_LBRACE] = ACTIONS(4398), - [anon_sym_RBRACE] = ACTIONS(4398), - [anon_sym_LPAREN] = ACTIONS(4398), - [anon_sym_LT] = ACTIONS(4851), - [anon_sym_GT] = ACTIONS(4851), - [anon_sym_object] = ACTIONS(4396), - [anon_sym_fun] = ACTIONS(4396), - [anon_sym_DOT] = ACTIONS(4851), - [anon_sym_get] = ACTIONS(4396), - [anon_sym_set] = ACTIONS(4396), - [anon_sym_this] = ACTIONS(4396), - [anon_sym_super] = ACTIONS(4396), - [anon_sym_STAR] = ACTIONS(4396), - [sym_label] = ACTIONS(4396), - [anon_sym_in] = ACTIONS(4396), - [anon_sym_DOT_DOT] = ACTIONS(4853), - [anon_sym_QMARK_COLON] = ACTIONS(4853), - [anon_sym_AMP_AMP] = ACTIONS(4853), - [anon_sym_PIPE_PIPE] = ACTIONS(4853), - [anon_sym_null] = ACTIONS(4396), - [anon_sym_if] = ACTIONS(4396), - [anon_sym_else] = ACTIONS(4396), - [anon_sym_when] = ACTIONS(4396), - [anon_sym_try] = ACTIONS(4396), - [anon_sym_throw] = ACTIONS(4396), - [anon_sym_return] = ACTIONS(4396), - [anon_sym_continue] = ACTIONS(4396), - [anon_sym_break] = ACTIONS(4396), - [anon_sym_COLON_COLON] = ACTIONS(4398), - [anon_sym_PLUS_EQ] = ACTIONS(4853), - [anon_sym_DASH_EQ] = ACTIONS(4853), - [anon_sym_STAR_EQ] = ACTIONS(4853), - [anon_sym_SLASH_EQ] = ACTIONS(4853), - [anon_sym_PERCENT_EQ] = ACTIONS(4853), - [anon_sym_BANG_EQ] = ACTIONS(4851), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4853), - [anon_sym_EQ_EQ] = ACTIONS(4851), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4853), - [anon_sym_LT_EQ] = ACTIONS(4853), - [anon_sym_GT_EQ] = ACTIONS(4853), - [anon_sym_BANGin] = ACTIONS(4398), - [anon_sym_is] = ACTIONS(4396), - [anon_sym_BANGis] = ACTIONS(4398), - [anon_sym_PLUS] = ACTIONS(4396), - [anon_sym_DASH] = ACTIONS(4396), - [anon_sym_SLASH] = ACTIONS(4851), - [anon_sym_PERCENT] = ACTIONS(4851), - [anon_sym_as_QMARK] = ACTIONS(4853), - [anon_sym_PLUS_PLUS] = ACTIONS(4398), - [anon_sym_DASH_DASH] = ACTIONS(4398), - [anon_sym_BANG] = ACTIONS(4396), - [anon_sym_BANG_BANG] = ACTIONS(4853), - [anon_sym_data] = ACTIONS(4396), - [anon_sym_inner] = ACTIONS(4396), - [anon_sym_expect] = ACTIONS(4396), - [anon_sym_actual] = ACTIONS(4396), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4398), - [anon_sym_continue_AT] = ACTIONS(4398), - [anon_sym_break_AT] = ACTIONS(4398), - [sym_real_literal] = ACTIONS(4398), - [sym_integer_literal] = ACTIONS(4396), - [sym_hex_literal] = ACTIONS(4398), - [sym_bin_literal] = ACTIONS(4398), - [anon_sym_true] = ACTIONS(4396), - [anon_sym_false] = ACTIONS(4396), - [anon_sym_SQUOTE] = ACTIONS(4398), - [sym__backtick_identifier] = ACTIONS(4398), - [sym__automatic_semicolon] = ACTIONS(4398), - [sym_safe_nav] = ACTIONS(4853), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4398), - }, - [3870] = { - [sym__alpha_identifier] = ACTIONS(3214), - [anon_sym_AT] = ACTIONS(3218), - [anon_sym_LBRACK] = ACTIONS(3218), - [anon_sym_as] = ACTIONS(3214), - [anon_sym_EQ] = ACTIONS(3214), - [anon_sym_LBRACE] = ACTIONS(3218), - [anon_sym_RBRACE] = ACTIONS(3218), - [anon_sym_LPAREN] = ACTIONS(3218), - [anon_sym_COMMA] = ACTIONS(3218), - [anon_sym_LT] = ACTIONS(3214), - [anon_sym_GT] = ACTIONS(3214), - [anon_sym_where] = ACTIONS(3214), - [anon_sym_DOT] = ACTIONS(3214), - [anon_sym_SEMI] = ACTIONS(3218), - [anon_sym_get] = ACTIONS(3214), - [anon_sym_set] = ACTIONS(3214), - [anon_sym_STAR] = ACTIONS(3214), - [sym_label] = ACTIONS(3218), - [anon_sym_in] = ACTIONS(3214), - [anon_sym_DOT_DOT] = ACTIONS(3218), - [anon_sym_QMARK_COLON] = ACTIONS(3218), - [anon_sym_AMP_AMP] = ACTIONS(3218), - [anon_sym_PIPE_PIPE] = ACTIONS(3218), - [anon_sym_else] = ACTIONS(3214), - [anon_sym_COLON_COLON] = ACTIONS(3218), - [anon_sym_PLUS_EQ] = ACTIONS(3218), - [anon_sym_DASH_EQ] = ACTIONS(3218), - [anon_sym_STAR_EQ] = ACTIONS(3218), - [anon_sym_SLASH_EQ] = ACTIONS(3218), - [anon_sym_PERCENT_EQ] = ACTIONS(3218), - [anon_sym_BANG_EQ] = ACTIONS(3214), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3218), - [anon_sym_EQ_EQ] = ACTIONS(3214), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3218), - [anon_sym_LT_EQ] = ACTIONS(3218), - [anon_sym_GT_EQ] = ACTIONS(3218), - [anon_sym_BANGin] = ACTIONS(3218), - [anon_sym_is] = ACTIONS(3214), - [anon_sym_BANGis] = ACTIONS(3218), - [anon_sym_PLUS] = ACTIONS(3214), - [anon_sym_DASH] = ACTIONS(3214), - [anon_sym_SLASH] = ACTIONS(3214), - [anon_sym_PERCENT] = ACTIONS(3214), - [anon_sym_as_QMARK] = ACTIONS(3218), - [anon_sym_PLUS_PLUS] = ACTIONS(3218), - [anon_sym_DASH_DASH] = ACTIONS(3218), - [anon_sym_BANG_BANG] = ACTIONS(3218), - [anon_sym_suspend] = ACTIONS(3214), - [anon_sym_sealed] = ACTIONS(3214), - [anon_sym_annotation] = ACTIONS(3214), - [anon_sym_data] = ACTIONS(3214), - [anon_sym_inner] = ACTIONS(3214), - [anon_sym_override] = ACTIONS(3214), - [anon_sym_lateinit] = ACTIONS(3214), - [anon_sym_public] = ACTIONS(3214), - [anon_sym_private] = ACTIONS(3214), - [anon_sym_internal] = ACTIONS(3214), - [anon_sym_protected] = ACTIONS(3214), - [anon_sym_tailrec] = ACTIONS(3214), - [anon_sym_operator] = ACTIONS(3214), - [anon_sym_infix] = ACTIONS(3214), - [anon_sym_inline] = ACTIONS(3214), - [anon_sym_external] = ACTIONS(3214), - [sym_property_modifier] = ACTIONS(3214), - [anon_sym_abstract] = ACTIONS(3214), - [anon_sym_final] = ACTIONS(3214), - [anon_sym_open] = ACTIONS(3214), - [anon_sym_vararg] = ACTIONS(3214), - [anon_sym_noinline] = ACTIONS(3214), - [anon_sym_crossinline] = ACTIONS(3214), - [anon_sym_expect] = ACTIONS(3214), - [anon_sym_actual] = ACTIONS(3214), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3218), - [sym__automatic_semicolon] = ACTIONS(3218), - [sym_safe_nav] = ACTIONS(3218), - [sym_multiline_comment] = ACTIONS(3), - }, - [3871] = { - [sym__alpha_identifier] = ACTIONS(4448), - [anon_sym_AT] = ACTIONS(4450), - [anon_sym_LBRACK] = ACTIONS(4450), - [anon_sym_as] = ACTIONS(4448), - [anon_sym_EQ] = ACTIONS(4448), - [anon_sym_LBRACE] = ACTIONS(4450), - [anon_sym_RBRACE] = ACTIONS(4450), - [anon_sym_LPAREN] = ACTIONS(4450), - [anon_sym_COMMA] = ACTIONS(4450), - [anon_sym_LT] = ACTIONS(4448), - [anon_sym_GT] = ACTIONS(4448), - [anon_sym_where] = ACTIONS(4448), - [anon_sym_DOT] = ACTIONS(4448), - [anon_sym_SEMI] = ACTIONS(4450), - [anon_sym_get] = ACTIONS(4448), - [anon_sym_set] = ACTIONS(4448), - [anon_sym_STAR] = ACTIONS(4448), - [sym_label] = ACTIONS(4450), - [anon_sym_in] = ACTIONS(4448), - [anon_sym_DOT_DOT] = ACTIONS(4450), - [anon_sym_QMARK_COLON] = ACTIONS(4450), - [anon_sym_AMP_AMP] = ACTIONS(4450), - [anon_sym_PIPE_PIPE] = ACTIONS(4450), - [anon_sym_else] = ACTIONS(4448), - [anon_sym_COLON_COLON] = ACTIONS(4450), - [anon_sym_PLUS_EQ] = ACTIONS(4450), - [anon_sym_DASH_EQ] = ACTIONS(4450), - [anon_sym_STAR_EQ] = ACTIONS(4450), - [anon_sym_SLASH_EQ] = ACTIONS(4450), - [anon_sym_PERCENT_EQ] = ACTIONS(4450), - [anon_sym_BANG_EQ] = ACTIONS(4448), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4450), - [anon_sym_EQ_EQ] = ACTIONS(4448), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4450), - [anon_sym_LT_EQ] = ACTIONS(4450), - [anon_sym_GT_EQ] = ACTIONS(4450), - [anon_sym_BANGin] = ACTIONS(4450), - [anon_sym_is] = ACTIONS(4448), - [anon_sym_BANGis] = ACTIONS(4450), - [anon_sym_PLUS] = ACTIONS(4448), - [anon_sym_DASH] = ACTIONS(4448), - [anon_sym_SLASH] = ACTIONS(4448), - [anon_sym_PERCENT] = ACTIONS(4448), - [anon_sym_as_QMARK] = ACTIONS(4450), - [anon_sym_PLUS_PLUS] = ACTIONS(4450), - [anon_sym_DASH_DASH] = ACTIONS(4450), - [anon_sym_BANG_BANG] = ACTIONS(4450), - [anon_sym_suspend] = ACTIONS(4448), - [anon_sym_sealed] = ACTIONS(4448), - [anon_sym_annotation] = ACTIONS(4448), - [anon_sym_data] = ACTIONS(4448), - [anon_sym_inner] = ACTIONS(4448), - [anon_sym_override] = ACTIONS(4448), - [anon_sym_lateinit] = ACTIONS(4448), - [anon_sym_public] = ACTIONS(4448), - [anon_sym_private] = ACTIONS(4448), - [anon_sym_internal] = ACTIONS(4448), - [anon_sym_protected] = ACTIONS(4448), - [anon_sym_tailrec] = ACTIONS(4448), - [anon_sym_operator] = ACTIONS(4448), - [anon_sym_infix] = ACTIONS(4448), - [anon_sym_inline] = ACTIONS(4448), - [anon_sym_external] = ACTIONS(4448), - [sym_property_modifier] = ACTIONS(4448), - [anon_sym_abstract] = ACTIONS(4448), - [anon_sym_final] = ACTIONS(4448), - [anon_sym_open] = ACTIONS(4448), - [anon_sym_vararg] = ACTIONS(4448), - [anon_sym_noinline] = ACTIONS(4448), - [anon_sym_crossinline] = ACTIONS(4448), - [anon_sym_expect] = ACTIONS(4448), - [anon_sym_actual] = ACTIONS(4448), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4450), - [sym__automatic_semicolon] = ACTIONS(4450), - [sym_safe_nav] = ACTIONS(4450), - [sym_multiline_comment] = ACTIONS(3), - }, - [3872] = { - [sym__alpha_identifier] = ACTIONS(4670), - [anon_sym_AT] = ACTIONS(4672), - [anon_sym_LBRACK] = ACTIONS(4672), - [anon_sym_EQ] = ACTIONS(4672), - [anon_sym_LBRACE] = ACTIONS(4672), - [anon_sym_RBRACE] = ACTIONS(4672), - [anon_sym_LPAREN] = ACTIONS(4672), - [anon_sym_by] = ACTIONS(4670), - [anon_sym_where] = ACTIONS(4670), - [anon_sym_object] = ACTIONS(4670), - [anon_sym_fun] = ACTIONS(4670), - [anon_sym_SEMI] = ACTIONS(4672), - [anon_sym_get] = ACTIONS(4670), - [anon_sym_set] = ACTIONS(4670), - [anon_sym_this] = ACTIONS(4670), - [anon_sym_super] = ACTIONS(4670), - [anon_sym_STAR] = ACTIONS(4672), - [sym_label] = ACTIONS(4670), - [anon_sym_in] = ACTIONS(4670), - [anon_sym_null] = ACTIONS(4670), - [anon_sym_if] = ACTIONS(4670), - [anon_sym_else] = ACTIONS(4670), - [anon_sym_when] = ACTIONS(4670), - [anon_sym_try] = ACTIONS(4670), - [anon_sym_throw] = ACTIONS(4670), - [anon_sym_return] = ACTIONS(4670), - [anon_sym_continue] = ACTIONS(4670), - [anon_sym_break] = ACTIONS(4670), - [anon_sym_COLON_COLON] = ACTIONS(4672), - [anon_sym_BANGin] = ACTIONS(4672), - [anon_sym_is] = ACTIONS(4670), - [anon_sym_BANGis] = ACTIONS(4672), - [anon_sym_PLUS] = ACTIONS(4670), - [anon_sym_DASH] = ACTIONS(4670), - [anon_sym_PLUS_PLUS] = ACTIONS(4672), - [anon_sym_DASH_DASH] = ACTIONS(4672), - [anon_sym_BANG] = ACTIONS(4670), - [anon_sym_suspend] = ACTIONS(4670), - [anon_sym_sealed] = ACTIONS(4670), - [anon_sym_annotation] = ACTIONS(4670), - [anon_sym_data] = ACTIONS(4670), - [anon_sym_inner] = ACTIONS(4670), - [anon_sym_override] = ACTIONS(4670), - [anon_sym_lateinit] = ACTIONS(4670), - [anon_sym_public] = ACTIONS(4670), - [anon_sym_private] = ACTIONS(4670), - [anon_sym_internal] = ACTIONS(4670), - [anon_sym_protected] = ACTIONS(4670), - [anon_sym_tailrec] = ACTIONS(4670), - [anon_sym_operator] = ACTIONS(4670), - [anon_sym_infix] = ACTIONS(4670), - [anon_sym_inline] = ACTIONS(4670), - [anon_sym_external] = ACTIONS(4670), - [sym_property_modifier] = ACTIONS(4670), - [anon_sym_abstract] = ACTIONS(4670), - [anon_sym_final] = ACTIONS(4670), - [anon_sym_open] = ACTIONS(4670), - [anon_sym_vararg] = ACTIONS(4670), - [anon_sym_noinline] = ACTIONS(4670), - [anon_sym_crossinline] = ACTIONS(4670), - [anon_sym_expect] = ACTIONS(4670), - [anon_sym_actual] = ACTIONS(4670), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4672), - [anon_sym_continue_AT] = ACTIONS(4672), - [anon_sym_break_AT] = ACTIONS(4672), - [sym_real_literal] = ACTIONS(4672), - [sym_integer_literal] = ACTIONS(4670), - [sym_hex_literal] = ACTIONS(4672), - [sym_bin_literal] = ACTIONS(4672), - [anon_sym_true] = ACTIONS(4670), - [anon_sym_false] = ACTIONS(4670), - [anon_sym_SQUOTE] = ACTIONS(4672), - [sym__backtick_identifier] = ACTIONS(4672), - [sym__automatic_semicolon] = ACTIONS(4672), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4672), - }, - [3873] = { - [sym__alpha_identifier] = ACTIONS(4903), - [anon_sym_AT] = ACTIONS(4905), - [anon_sym_LBRACK] = ACTIONS(4905), - [anon_sym_as] = ACTIONS(4903), - [anon_sym_EQ] = ACTIONS(4903), - [anon_sym_LBRACE] = ACTIONS(4905), - [anon_sym_RBRACE] = ACTIONS(4905), - [anon_sym_LPAREN] = ACTIONS(4905), - [anon_sym_COMMA] = ACTIONS(4905), - [anon_sym_LT] = ACTIONS(4903), - [anon_sym_GT] = ACTIONS(4903), - [anon_sym_where] = ACTIONS(4903), - [anon_sym_DOT] = ACTIONS(4903), - [anon_sym_SEMI] = ACTIONS(4905), - [anon_sym_get] = ACTIONS(4903), - [anon_sym_set] = ACTIONS(4903), - [anon_sym_STAR] = ACTIONS(4903), - [sym_label] = ACTIONS(4905), - [anon_sym_in] = ACTIONS(4903), - [anon_sym_DOT_DOT] = ACTIONS(4905), - [anon_sym_QMARK_COLON] = ACTIONS(4905), - [anon_sym_AMP_AMP] = ACTIONS(4905), - [anon_sym_PIPE_PIPE] = ACTIONS(4905), - [anon_sym_else] = ACTIONS(4903), - [anon_sym_COLON_COLON] = ACTIONS(4905), - [anon_sym_PLUS_EQ] = ACTIONS(4905), - [anon_sym_DASH_EQ] = ACTIONS(4905), - [anon_sym_STAR_EQ] = ACTIONS(4905), - [anon_sym_SLASH_EQ] = ACTIONS(4905), - [anon_sym_PERCENT_EQ] = ACTIONS(4905), - [anon_sym_BANG_EQ] = ACTIONS(4903), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4905), - [anon_sym_EQ_EQ] = ACTIONS(4903), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4905), - [anon_sym_LT_EQ] = ACTIONS(4905), - [anon_sym_GT_EQ] = ACTIONS(4905), - [anon_sym_BANGin] = ACTIONS(4905), - [anon_sym_is] = ACTIONS(4903), - [anon_sym_BANGis] = ACTIONS(4905), - [anon_sym_PLUS] = ACTIONS(4903), - [anon_sym_DASH] = ACTIONS(4903), - [anon_sym_SLASH] = ACTIONS(4903), - [anon_sym_PERCENT] = ACTIONS(4903), - [anon_sym_as_QMARK] = ACTIONS(4905), - [anon_sym_PLUS_PLUS] = ACTIONS(4905), - [anon_sym_DASH_DASH] = ACTIONS(4905), - [anon_sym_BANG_BANG] = ACTIONS(4905), - [anon_sym_suspend] = ACTIONS(4903), - [anon_sym_sealed] = ACTIONS(4903), - [anon_sym_annotation] = ACTIONS(4903), - [anon_sym_data] = ACTIONS(4903), - [anon_sym_inner] = ACTIONS(4903), - [anon_sym_override] = ACTIONS(4903), - [anon_sym_lateinit] = ACTIONS(4903), - [anon_sym_public] = ACTIONS(4903), - [anon_sym_private] = ACTIONS(4903), - [anon_sym_internal] = ACTIONS(4903), - [anon_sym_protected] = ACTIONS(4903), - [anon_sym_tailrec] = ACTIONS(4903), - [anon_sym_operator] = ACTIONS(4903), - [anon_sym_infix] = ACTIONS(4903), - [anon_sym_inline] = ACTIONS(4903), - [anon_sym_external] = ACTIONS(4903), - [sym_property_modifier] = ACTIONS(4903), - [anon_sym_abstract] = ACTIONS(4903), - [anon_sym_final] = ACTIONS(4903), - [anon_sym_open] = ACTIONS(4903), - [anon_sym_vararg] = ACTIONS(4903), - [anon_sym_noinline] = ACTIONS(4903), - [anon_sym_crossinline] = ACTIONS(4903), - [anon_sym_expect] = ACTIONS(4903), - [anon_sym_actual] = ACTIONS(4903), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4905), - [sym__automatic_semicolon] = ACTIONS(4905), - [sym_safe_nav] = ACTIONS(4905), - [sym_multiline_comment] = ACTIONS(3), - }, - [3874] = { - [sym_function_body] = STATE(3145), - [sym__block] = STATE(3367), - [sym__alpha_identifier] = ACTIONS(4095), - [anon_sym_AT] = ACTIONS(4097), - [anon_sym_LBRACK] = ACTIONS(4097), - [anon_sym_RBRACK] = ACTIONS(4097), - [anon_sym_as] = ACTIONS(4095), - [anon_sym_EQ] = ACTIONS(6621), - [anon_sym_LBRACE] = ACTIONS(6236), - [anon_sym_RBRACE] = ACTIONS(4097), - [anon_sym_LPAREN] = ACTIONS(4097), - [anon_sym_COMMA] = ACTIONS(4097), - [anon_sym_RPAREN] = ACTIONS(4097), - [anon_sym_LT] = ACTIONS(4095), - [anon_sym_GT] = ACTIONS(4095), - [anon_sym_where] = ACTIONS(4095), - [anon_sym_DOT] = ACTIONS(4095), - [anon_sym_SEMI] = ACTIONS(4097), - [anon_sym_get] = ACTIONS(4095), - [anon_sym_set] = ACTIONS(4095), - [anon_sym_STAR] = ACTIONS(4097), - [anon_sym_DASH_GT] = ACTIONS(4097), - [sym_label] = ACTIONS(4097), - [anon_sym_in] = ACTIONS(4095), - [anon_sym_while] = ACTIONS(4095), - [anon_sym_DOT_DOT] = ACTIONS(4097), - [anon_sym_QMARK_COLON] = ACTIONS(4097), - [anon_sym_AMP_AMP] = ACTIONS(4097), - [anon_sym_PIPE_PIPE] = ACTIONS(4097), - [anon_sym_else] = ACTIONS(4095), - [anon_sym_COLON_COLON] = ACTIONS(4097), - [anon_sym_BANG_EQ] = ACTIONS(4095), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4097), - [anon_sym_EQ_EQ] = ACTIONS(4095), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4097), - [anon_sym_LT_EQ] = ACTIONS(4097), - [anon_sym_GT_EQ] = ACTIONS(4097), - [anon_sym_BANGin] = ACTIONS(4097), - [anon_sym_is] = ACTIONS(4095), - [anon_sym_BANGis] = ACTIONS(4097), - [anon_sym_PLUS] = ACTIONS(4095), - [anon_sym_DASH] = ACTIONS(4095), - [anon_sym_SLASH] = ACTIONS(4095), - [anon_sym_PERCENT] = ACTIONS(4097), - [anon_sym_as_QMARK] = ACTIONS(4097), - [anon_sym_PLUS_PLUS] = ACTIONS(4097), - [anon_sym_DASH_DASH] = ACTIONS(4097), - [anon_sym_BANG_BANG] = ACTIONS(4097), - [anon_sym_suspend] = ACTIONS(4095), - [anon_sym_sealed] = ACTIONS(4095), - [anon_sym_annotation] = ACTIONS(4095), - [anon_sym_data] = ACTIONS(4095), - [anon_sym_inner] = ACTIONS(4095), - [anon_sym_override] = ACTIONS(4095), - [anon_sym_lateinit] = ACTIONS(4095), - [anon_sym_public] = ACTIONS(4095), - [anon_sym_private] = ACTIONS(4095), - [anon_sym_internal] = ACTIONS(4095), - [anon_sym_protected] = ACTIONS(4095), - [anon_sym_tailrec] = ACTIONS(4095), - [anon_sym_operator] = ACTIONS(4095), - [anon_sym_infix] = ACTIONS(4095), - [anon_sym_inline] = ACTIONS(4095), - [anon_sym_external] = ACTIONS(4095), - [sym_property_modifier] = ACTIONS(4095), - [anon_sym_abstract] = ACTIONS(4095), - [anon_sym_final] = ACTIONS(4095), - [anon_sym_open] = ACTIONS(4095), - [anon_sym_vararg] = ACTIONS(4095), - [anon_sym_noinline] = ACTIONS(4095), - [anon_sym_crossinline] = ACTIONS(4095), - [anon_sym_expect] = ACTIONS(4095), - [anon_sym_actual] = ACTIONS(4095), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4097), - [sym_safe_nav] = ACTIONS(4097), - [sym_multiline_comment] = ACTIONS(3), - }, - [3875] = { - [sym_function_body] = STATE(3167), - [sym__block] = STATE(3367), - [sym__alpha_identifier] = ACTIONS(4101), - [anon_sym_AT] = ACTIONS(4103), - [anon_sym_LBRACK] = ACTIONS(4103), - [anon_sym_RBRACK] = ACTIONS(4103), - [anon_sym_as] = ACTIONS(4101), - [anon_sym_EQ] = ACTIONS(6621), - [anon_sym_LBRACE] = ACTIONS(6236), - [anon_sym_RBRACE] = ACTIONS(4103), - [anon_sym_LPAREN] = ACTIONS(4103), - [anon_sym_COMMA] = ACTIONS(4103), - [anon_sym_RPAREN] = ACTIONS(4103), - [anon_sym_LT] = ACTIONS(4101), - [anon_sym_GT] = ACTIONS(4101), - [anon_sym_where] = ACTIONS(4101), - [anon_sym_DOT] = ACTIONS(4101), - [anon_sym_SEMI] = ACTIONS(4103), - [anon_sym_get] = ACTIONS(4101), - [anon_sym_set] = ACTIONS(4101), - [anon_sym_STAR] = ACTIONS(4103), - [anon_sym_DASH_GT] = ACTIONS(4103), - [sym_label] = ACTIONS(4103), - [anon_sym_in] = ACTIONS(4101), - [anon_sym_while] = ACTIONS(4101), - [anon_sym_DOT_DOT] = ACTIONS(4103), - [anon_sym_QMARK_COLON] = ACTIONS(4103), - [anon_sym_AMP_AMP] = ACTIONS(4103), - [anon_sym_PIPE_PIPE] = ACTIONS(4103), - [anon_sym_else] = ACTIONS(4101), - [anon_sym_COLON_COLON] = ACTIONS(4103), - [anon_sym_BANG_EQ] = ACTIONS(4101), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4103), - [anon_sym_EQ_EQ] = ACTIONS(4101), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4103), - [anon_sym_LT_EQ] = ACTIONS(4103), - [anon_sym_GT_EQ] = ACTIONS(4103), - [anon_sym_BANGin] = ACTIONS(4103), - [anon_sym_is] = ACTIONS(4101), - [anon_sym_BANGis] = ACTIONS(4103), - [anon_sym_PLUS] = ACTIONS(4101), - [anon_sym_DASH] = ACTIONS(4101), - [anon_sym_SLASH] = ACTIONS(4101), - [anon_sym_PERCENT] = ACTIONS(4103), - [anon_sym_as_QMARK] = ACTIONS(4103), - [anon_sym_PLUS_PLUS] = ACTIONS(4103), - [anon_sym_DASH_DASH] = ACTIONS(4103), - [anon_sym_BANG_BANG] = ACTIONS(4103), - [anon_sym_suspend] = ACTIONS(4101), - [anon_sym_sealed] = ACTIONS(4101), - [anon_sym_annotation] = ACTIONS(4101), - [anon_sym_data] = ACTIONS(4101), - [anon_sym_inner] = ACTIONS(4101), - [anon_sym_override] = ACTIONS(4101), - [anon_sym_lateinit] = ACTIONS(4101), - [anon_sym_public] = ACTIONS(4101), - [anon_sym_private] = ACTIONS(4101), - [anon_sym_internal] = ACTIONS(4101), - [anon_sym_protected] = ACTIONS(4101), - [anon_sym_tailrec] = ACTIONS(4101), - [anon_sym_operator] = ACTIONS(4101), - [anon_sym_infix] = ACTIONS(4101), - [anon_sym_inline] = ACTIONS(4101), - [anon_sym_external] = ACTIONS(4101), - [sym_property_modifier] = ACTIONS(4101), - [anon_sym_abstract] = ACTIONS(4101), - [anon_sym_final] = ACTIONS(4101), - [anon_sym_open] = ACTIONS(4101), - [anon_sym_vararg] = ACTIONS(4101), - [anon_sym_noinline] = ACTIONS(4101), - [anon_sym_crossinline] = ACTIONS(4101), - [anon_sym_expect] = ACTIONS(4101), - [anon_sym_actual] = ACTIONS(4101), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4103), - [sym_safe_nav] = ACTIONS(4103), - [sym_multiline_comment] = ACTIONS(3), - }, - [3876] = { - [sym_function_body] = STATE(3222), - [sym__block] = STATE(3367), - [sym__alpha_identifier] = ACTIONS(4300), - [anon_sym_AT] = ACTIONS(4302), - [anon_sym_LBRACK] = ACTIONS(4302), - [anon_sym_RBRACK] = ACTIONS(4302), - [anon_sym_as] = ACTIONS(4300), - [anon_sym_EQ] = ACTIONS(6621), - [anon_sym_LBRACE] = ACTIONS(6236), - [anon_sym_RBRACE] = ACTIONS(4302), - [anon_sym_LPAREN] = ACTIONS(4302), - [anon_sym_COMMA] = ACTIONS(4302), - [anon_sym_RPAREN] = ACTIONS(4302), - [anon_sym_LT] = ACTIONS(4300), - [anon_sym_GT] = ACTIONS(4300), - [anon_sym_where] = ACTIONS(4300), - [anon_sym_DOT] = ACTIONS(4300), - [anon_sym_SEMI] = ACTIONS(4302), - [anon_sym_get] = ACTIONS(4300), - [anon_sym_set] = ACTIONS(4300), - [anon_sym_STAR] = ACTIONS(4302), - [anon_sym_DASH_GT] = ACTIONS(4302), - [sym_label] = ACTIONS(4302), - [anon_sym_in] = ACTIONS(4300), - [anon_sym_while] = ACTIONS(4300), - [anon_sym_DOT_DOT] = ACTIONS(4302), - [anon_sym_QMARK_COLON] = ACTIONS(4302), - [anon_sym_AMP_AMP] = ACTIONS(4302), - [anon_sym_PIPE_PIPE] = ACTIONS(4302), - [anon_sym_else] = ACTIONS(4300), - [anon_sym_COLON_COLON] = ACTIONS(4302), - [anon_sym_BANG_EQ] = ACTIONS(4300), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4302), - [anon_sym_EQ_EQ] = ACTIONS(4300), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4302), - [anon_sym_LT_EQ] = ACTIONS(4302), - [anon_sym_GT_EQ] = ACTIONS(4302), - [anon_sym_BANGin] = ACTIONS(4302), - [anon_sym_is] = ACTIONS(4300), - [anon_sym_BANGis] = ACTIONS(4302), - [anon_sym_PLUS] = ACTIONS(4300), - [anon_sym_DASH] = ACTIONS(4300), - [anon_sym_SLASH] = ACTIONS(4300), - [anon_sym_PERCENT] = ACTIONS(4302), - [anon_sym_as_QMARK] = ACTIONS(4302), - [anon_sym_PLUS_PLUS] = ACTIONS(4302), - [anon_sym_DASH_DASH] = ACTIONS(4302), - [anon_sym_BANG_BANG] = ACTIONS(4302), - [anon_sym_suspend] = ACTIONS(4300), - [anon_sym_sealed] = ACTIONS(4300), - [anon_sym_annotation] = ACTIONS(4300), - [anon_sym_data] = ACTIONS(4300), - [anon_sym_inner] = ACTIONS(4300), - [anon_sym_override] = ACTIONS(4300), - [anon_sym_lateinit] = ACTIONS(4300), - [anon_sym_public] = ACTIONS(4300), - [anon_sym_private] = ACTIONS(4300), - [anon_sym_internal] = ACTIONS(4300), - [anon_sym_protected] = ACTIONS(4300), - [anon_sym_tailrec] = ACTIONS(4300), - [anon_sym_operator] = ACTIONS(4300), - [anon_sym_infix] = ACTIONS(4300), - [anon_sym_inline] = ACTIONS(4300), - [anon_sym_external] = ACTIONS(4300), - [sym_property_modifier] = ACTIONS(4300), - [anon_sym_abstract] = ACTIONS(4300), - [anon_sym_final] = ACTIONS(4300), - [anon_sym_open] = ACTIONS(4300), - [anon_sym_vararg] = ACTIONS(4300), - [anon_sym_noinline] = ACTIONS(4300), - [anon_sym_crossinline] = ACTIONS(4300), - [anon_sym_expect] = ACTIONS(4300), - [anon_sym_actual] = ACTIONS(4300), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4302), - [sym_safe_nav] = ACTIONS(4302), - [sym_multiline_comment] = ACTIONS(3), - }, - [3877] = { - [sym__alpha_identifier] = ACTIONS(1770), - [anon_sym_AT] = ACTIONS(1772), - [anon_sym_LBRACK] = ACTIONS(1772), - [anon_sym_as] = ACTIONS(1770), - [anon_sym_EQ] = ACTIONS(1770), - [anon_sym_LBRACE] = ACTIONS(1772), - [anon_sym_RBRACE] = ACTIONS(1772), - [anon_sym_LPAREN] = ACTIONS(1772), - [anon_sym_COMMA] = ACTIONS(1772), - [anon_sym_LT] = ACTIONS(1770), - [anon_sym_GT] = ACTIONS(1770), - [anon_sym_where] = ACTIONS(1770), - [anon_sym_DOT] = ACTIONS(1770), - [anon_sym_SEMI] = ACTIONS(1772), - [anon_sym_get] = ACTIONS(1770), - [anon_sym_set] = ACTIONS(1770), - [anon_sym_STAR] = ACTIONS(1770), - [sym_label] = ACTIONS(1772), - [anon_sym_in] = ACTIONS(1770), - [anon_sym_DOT_DOT] = ACTIONS(1772), - [anon_sym_QMARK_COLON] = ACTIONS(1772), - [anon_sym_AMP_AMP] = ACTIONS(1772), - [anon_sym_PIPE_PIPE] = ACTIONS(1772), - [anon_sym_else] = ACTIONS(1770), - [anon_sym_COLON_COLON] = ACTIONS(1772), - [anon_sym_PLUS_EQ] = ACTIONS(1772), - [anon_sym_DASH_EQ] = ACTIONS(1772), - [anon_sym_STAR_EQ] = ACTIONS(1772), - [anon_sym_SLASH_EQ] = ACTIONS(1772), - [anon_sym_PERCENT_EQ] = ACTIONS(1772), - [anon_sym_BANG_EQ] = ACTIONS(1770), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1772), - [anon_sym_EQ_EQ] = ACTIONS(1770), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1772), - [anon_sym_LT_EQ] = ACTIONS(1772), - [anon_sym_GT_EQ] = ACTIONS(1772), - [anon_sym_BANGin] = ACTIONS(1772), - [anon_sym_is] = ACTIONS(1770), - [anon_sym_BANGis] = ACTIONS(1772), - [anon_sym_PLUS] = ACTIONS(1770), - [anon_sym_DASH] = ACTIONS(1770), - [anon_sym_SLASH] = ACTIONS(1770), - [anon_sym_PERCENT] = ACTIONS(1770), - [anon_sym_as_QMARK] = ACTIONS(1772), - [anon_sym_PLUS_PLUS] = ACTIONS(1772), - [anon_sym_DASH_DASH] = ACTIONS(1772), - [anon_sym_BANG_BANG] = ACTIONS(1772), - [anon_sym_suspend] = ACTIONS(1770), - [anon_sym_sealed] = ACTIONS(1770), - [anon_sym_annotation] = ACTIONS(1770), - [anon_sym_data] = ACTIONS(1770), - [anon_sym_inner] = ACTIONS(1770), - [anon_sym_override] = ACTIONS(1770), - [anon_sym_lateinit] = ACTIONS(1770), - [anon_sym_public] = ACTIONS(1770), - [anon_sym_private] = ACTIONS(1770), - [anon_sym_internal] = ACTIONS(1770), - [anon_sym_protected] = ACTIONS(1770), - [anon_sym_tailrec] = ACTIONS(1770), - [anon_sym_operator] = ACTIONS(1770), - [anon_sym_infix] = ACTIONS(1770), - [anon_sym_inline] = ACTIONS(1770), - [anon_sym_external] = ACTIONS(1770), - [sym_property_modifier] = ACTIONS(1770), - [anon_sym_abstract] = ACTIONS(1770), - [anon_sym_final] = ACTIONS(1770), - [anon_sym_open] = ACTIONS(1770), - [anon_sym_vararg] = ACTIONS(1770), - [anon_sym_noinline] = ACTIONS(1770), - [anon_sym_crossinline] = ACTIONS(1770), - [anon_sym_expect] = ACTIONS(1770), - [anon_sym_actual] = ACTIONS(1770), + [anon_sym_PLUS_EQ] = ACTIONS(4388), + [anon_sym_DASH_EQ] = ACTIONS(4388), + [anon_sym_STAR_EQ] = ACTIONS(4388), + [anon_sym_SLASH_EQ] = ACTIONS(4388), + [anon_sym_PERCENT_EQ] = ACTIONS(4388), + [anon_sym_BANG_EQ] = ACTIONS(4386), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4388), + [anon_sym_EQ_EQ] = ACTIONS(4386), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4388), + [anon_sym_LT_EQ] = ACTIONS(4388), + [anon_sym_GT_EQ] = ACTIONS(4388), + [anon_sym_BANGin] = ACTIONS(4388), + [anon_sym_is] = ACTIONS(4386), + [anon_sym_BANGis] = ACTIONS(4388), + [anon_sym_PLUS] = ACTIONS(4386), + [anon_sym_DASH] = ACTIONS(4386), + [anon_sym_SLASH] = ACTIONS(4386), + [anon_sym_PERCENT] = ACTIONS(4386), + [anon_sym_as_QMARK] = ACTIONS(4388), + [anon_sym_PLUS_PLUS] = ACTIONS(4388), + [anon_sym_DASH_DASH] = ACTIONS(4388), + [anon_sym_BANG_BANG] = ACTIONS(4388), + [anon_sym_suspend] = ACTIONS(4386), + [anon_sym_sealed] = ACTIONS(4386), + [anon_sym_annotation] = ACTIONS(4386), + [anon_sym_data] = ACTIONS(4386), + [anon_sym_inner] = ACTIONS(4386), + [anon_sym_override] = ACTIONS(4386), + [anon_sym_lateinit] = ACTIONS(4386), + [anon_sym_public] = ACTIONS(4386), + [anon_sym_private] = ACTIONS(4386), + [anon_sym_internal] = ACTIONS(4386), + [anon_sym_protected] = ACTIONS(4386), + [anon_sym_tailrec] = ACTIONS(4386), + [anon_sym_operator] = ACTIONS(4386), + [anon_sym_infix] = ACTIONS(4386), + [anon_sym_inline] = ACTIONS(4386), + [anon_sym_external] = ACTIONS(4386), + [sym_property_modifier] = ACTIONS(4386), + [anon_sym_abstract] = ACTIONS(4386), + [anon_sym_final] = ACTIONS(4386), + [anon_sym_open] = ACTIONS(4386), + [anon_sym_vararg] = ACTIONS(4386), + [anon_sym_noinline] = ACTIONS(4386), + [anon_sym_crossinline] = ACTIONS(4386), + [anon_sym_expect] = ACTIONS(4386), + [anon_sym_actual] = ACTIONS(4386), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1772), - [sym__automatic_semicolon] = ACTIONS(1772), - [sym_safe_nav] = ACTIONS(1772), + [sym__backtick_identifier] = ACTIONS(4388), + [sym__automatic_semicolon] = ACTIONS(4388), + [sym_safe_nav] = ACTIONS(4388), [sym_multiline_comment] = ACTIONS(3), }, - [3878] = { - [sym__alpha_identifier] = ACTIONS(4101), - [anon_sym_AT] = ACTIONS(4103), - [anon_sym_LBRACK] = ACTIONS(4103), - [anon_sym_as] = ACTIONS(4101), - [anon_sym_EQ] = ACTIONS(4101), - [anon_sym_LBRACE] = ACTIONS(4103), - [anon_sym_RBRACE] = ACTIONS(4103), - [anon_sym_LPAREN] = ACTIONS(4103), - [anon_sym_COMMA] = ACTIONS(4103), - [anon_sym_LT] = ACTIONS(4101), - [anon_sym_GT] = ACTIONS(4101), - [anon_sym_where] = ACTIONS(4101), - [anon_sym_DOT] = ACTIONS(4101), - [anon_sym_SEMI] = ACTIONS(4103), - [anon_sym_get] = ACTIONS(4101), - [anon_sym_set] = ACTIONS(4101), - [anon_sym_STAR] = ACTIONS(4101), - [sym_label] = ACTIONS(4103), - [anon_sym_in] = ACTIONS(4101), - [anon_sym_DOT_DOT] = ACTIONS(4103), - [anon_sym_QMARK_COLON] = ACTIONS(4103), - [anon_sym_AMP_AMP] = ACTIONS(4103), - [anon_sym_PIPE_PIPE] = ACTIONS(4103), - [anon_sym_else] = ACTIONS(4101), - [anon_sym_COLON_COLON] = ACTIONS(4103), - [anon_sym_PLUS_EQ] = ACTIONS(4103), - [anon_sym_DASH_EQ] = ACTIONS(4103), - [anon_sym_STAR_EQ] = ACTIONS(4103), - [anon_sym_SLASH_EQ] = ACTIONS(4103), - [anon_sym_PERCENT_EQ] = ACTIONS(4103), - [anon_sym_BANG_EQ] = ACTIONS(4101), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4103), - [anon_sym_EQ_EQ] = ACTIONS(4101), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4103), - [anon_sym_LT_EQ] = ACTIONS(4103), - [anon_sym_GT_EQ] = ACTIONS(4103), - [anon_sym_BANGin] = ACTIONS(4103), - [anon_sym_is] = ACTIONS(4101), - [anon_sym_BANGis] = ACTIONS(4103), - [anon_sym_PLUS] = ACTIONS(4101), - [anon_sym_DASH] = ACTIONS(4101), - [anon_sym_SLASH] = ACTIONS(4101), - [anon_sym_PERCENT] = ACTIONS(4101), - [anon_sym_as_QMARK] = ACTIONS(4103), - [anon_sym_PLUS_PLUS] = ACTIONS(4103), - [anon_sym_DASH_DASH] = ACTIONS(4103), - [anon_sym_BANG_BANG] = ACTIONS(4103), - [anon_sym_suspend] = ACTIONS(4101), - [anon_sym_sealed] = ACTIONS(4101), - [anon_sym_annotation] = ACTIONS(4101), - [anon_sym_data] = ACTIONS(4101), - [anon_sym_inner] = ACTIONS(4101), - [anon_sym_override] = ACTIONS(4101), - [anon_sym_lateinit] = ACTIONS(4101), - [anon_sym_public] = ACTIONS(4101), - [anon_sym_private] = ACTIONS(4101), - [anon_sym_internal] = ACTIONS(4101), - [anon_sym_protected] = ACTIONS(4101), - [anon_sym_tailrec] = ACTIONS(4101), - [anon_sym_operator] = ACTIONS(4101), - [anon_sym_infix] = ACTIONS(4101), - [anon_sym_inline] = ACTIONS(4101), - [anon_sym_external] = ACTIONS(4101), - [sym_property_modifier] = ACTIONS(4101), - [anon_sym_abstract] = ACTIONS(4101), - [anon_sym_final] = ACTIONS(4101), - [anon_sym_open] = ACTIONS(4101), - [anon_sym_vararg] = ACTIONS(4101), - [anon_sym_noinline] = ACTIONS(4101), - [anon_sym_crossinline] = ACTIONS(4101), - [anon_sym_expect] = ACTIONS(4101), - [anon_sym_actual] = ACTIONS(4101), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4103), - [sym__automatic_semicolon] = ACTIONS(4103), - [sym_safe_nav] = ACTIONS(4103), + [3821] = { + [sym__alpha_identifier] = ACTIONS(4893), + [anon_sym_AT] = ACTIONS(4895), + [anon_sym_LBRACK] = ACTIONS(4895), + [anon_sym_as] = ACTIONS(4893), + [anon_sym_EQ] = ACTIONS(4893), + [anon_sym_LBRACE] = ACTIONS(4895), + [anon_sym_RBRACE] = ACTIONS(4895), + [anon_sym_LPAREN] = ACTIONS(4895), + [anon_sym_COMMA] = ACTIONS(4895), + [anon_sym_LT] = ACTIONS(4893), + [anon_sym_GT] = ACTIONS(4893), + [anon_sym_where] = ACTIONS(4893), + [anon_sym_DOT] = ACTIONS(4893), + [anon_sym_SEMI] = ACTIONS(4895), + [anon_sym_get] = ACTIONS(4893), + [anon_sym_set] = ACTIONS(4893), + [anon_sym_STAR] = ACTIONS(4893), + [sym_label] = ACTIONS(4895), + [anon_sym_in] = ACTIONS(4893), + [anon_sym_DOT_DOT] = ACTIONS(4895), + [anon_sym_QMARK_COLON] = ACTIONS(4895), + [anon_sym_AMP_AMP] = ACTIONS(4895), + [anon_sym_PIPE_PIPE] = ACTIONS(4895), + [anon_sym_else] = ACTIONS(4893), + [anon_sym_COLON_COLON] = ACTIONS(4895), + [anon_sym_PLUS_EQ] = ACTIONS(4895), + [anon_sym_DASH_EQ] = ACTIONS(4895), + [anon_sym_STAR_EQ] = ACTIONS(4895), + [anon_sym_SLASH_EQ] = ACTIONS(4895), + [anon_sym_PERCENT_EQ] = ACTIONS(4895), + [anon_sym_BANG_EQ] = ACTIONS(4893), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4895), + [anon_sym_EQ_EQ] = ACTIONS(4893), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4895), + [anon_sym_LT_EQ] = ACTIONS(4895), + [anon_sym_GT_EQ] = ACTIONS(4895), + [anon_sym_BANGin] = ACTIONS(4895), + [anon_sym_is] = ACTIONS(4893), + [anon_sym_BANGis] = ACTIONS(4895), + [anon_sym_PLUS] = ACTIONS(4893), + [anon_sym_DASH] = ACTIONS(4893), + [anon_sym_SLASH] = ACTIONS(4893), + [anon_sym_PERCENT] = ACTIONS(4893), + [anon_sym_as_QMARK] = ACTIONS(4895), + [anon_sym_PLUS_PLUS] = ACTIONS(4895), + [anon_sym_DASH_DASH] = ACTIONS(4895), + [anon_sym_BANG_BANG] = ACTIONS(4895), + [anon_sym_suspend] = ACTIONS(4893), + [anon_sym_sealed] = ACTIONS(4893), + [anon_sym_annotation] = ACTIONS(4893), + [anon_sym_data] = ACTIONS(4893), + [anon_sym_inner] = ACTIONS(4893), + [anon_sym_override] = ACTIONS(4893), + [anon_sym_lateinit] = ACTIONS(4893), + [anon_sym_public] = ACTIONS(4893), + [anon_sym_private] = ACTIONS(4893), + [anon_sym_internal] = ACTIONS(4893), + [anon_sym_protected] = ACTIONS(4893), + [anon_sym_tailrec] = ACTIONS(4893), + [anon_sym_operator] = ACTIONS(4893), + [anon_sym_infix] = ACTIONS(4893), + [anon_sym_inline] = ACTIONS(4893), + [anon_sym_external] = ACTIONS(4893), + [sym_property_modifier] = ACTIONS(4893), + [anon_sym_abstract] = ACTIONS(4893), + [anon_sym_final] = ACTIONS(4893), + [anon_sym_open] = ACTIONS(4893), + [anon_sym_vararg] = ACTIONS(4893), + [anon_sym_noinline] = ACTIONS(4893), + [anon_sym_crossinline] = ACTIONS(4893), + [anon_sym_expect] = ACTIONS(4893), + [anon_sym_actual] = ACTIONS(4893), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4895), + [sym__automatic_semicolon] = ACTIONS(4895), + [sym_safe_nav] = ACTIONS(4895), [sym_multiline_comment] = ACTIONS(3), }, - [3879] = { - [sym__alpha_identifier] = ACTIONS(4917), - [anon_sym_AT] = ACTIONS(4919), - [anon_sym_LBRACK] = ACTIONS(4919), - [anon_sym_as] = ACTIONS(4917), - [anon_sym_EQ] = ACTIONS(4917), - [anon_sym_LBRACE] = ACTIONS(4919), - [anon_sym_RBRACE] = ACTIONS(4919), - [anon_sym_LPAREN] = ACTIONS(4919), - [anon_sym_COMMA] = ACTIONS(4919), - [anon_sym_LT] = ACTIONS(4917), - [anon_sym_GT] = ACTIONS(4917), - [anon_sym_where] = ACTIONS(4917), - [anon_sym_DOT] = ACTIONS(4917), - [anon_sym_SEMI] = ACTIONS(4919), - [anon_sym_get] = ACTIONS(4917), - [anon_sym_set] = ACTIONS(4917), - [anon_sym_STAR] = ACTIONS(4917), - [sym_label] = ACTIONS(4919), - [anon_sym_in] = ACTIONS(4917), - [anon_sym_DOT_DOT] = ACTIONS(4919), - [anon_sym_QMARK_COLON] = ACTIONS(4919), - [anon_sym_AMP_AMP] = ACTIONS(4919), - [anon_sym_PIPE_PIPE] = ACTIONS(4919), - [anon_sym_else] = ACTIONS(4917), - [anon_sym_COLON_COLON] = ACTIONS(4919), - [anon_sym_PLUS_EQ] = ACTIONS(4919), - [anon_sym_DASH_EQ] = ACTIONS(4919), - [anon_sym_STAR_EQ] = ACTIONS(4919), - [anon_sym_SLASH_EQ] = ACTIONS(4919), - [anon_sym_PERCENT_EQ] = ACTIONS(4919), - [anon_sym_BANG_EQ] = ACTIONS(4917), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4919), - [anon_sym_EQ_EQ] = ACTIONS(4917), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4919), - [anon_sym_LT_EQ] = ACTIONS(4919), - [anon_sym_GT_EQ] = ACTIONS(4919), - [anon_sym_BANGin] = ACTIONS(4919), - [anon_sym_is] = ACTIONS(4917), - [anon_sym_BANGis] = ACTIONS(4919), - [anon_sym_PLUS] = ACTIONS(4917), - [anon_sym_DASH] = ACTIONS(4917), - [anon_sym_SLASH] = ACTIONS(4917), - [anon_sym_PERCENT] = ACTIONS(4917), - [anon_sym_as_QMARK] = ACTIONS(4919), - [anon_sym_PLUS_PLUS] = ACTIONS(4919), - [anon_sym_DASH_DASH] = ACTIONS(4919), - [anon_sym_BANG_BANG] = ACTIONS(4919), - [anon_sym_suspend] = ACTIONS(4917), - [anon_sym_sealed] = ACTIONS(4917), - [anon_sym_annotation] = ACTIONS(4917), - [anon_sym_data] = ACTIONS(4917), - [anon_sym_inner] = ACTIONS(4917), - [anon_sym_override] = ACTIONS(4917), - [anon_sym_lateinit] = ACTIONS(4917), - [anon_sym_public] = ACTIONS(4917), - [anon_sym_private] = ACTIONS(4917), - [anon_sym_internal] = ACTIONS(4917), - [anon_sym_protected] = ACTIONS(4917), - [anon_sym_tailrec] = ACTIONS(4917), - [anon_sym_operator] = ACTIONS(4917), - [anon_sym_infix] = ACTIONS(4917), - [anon_sym_inline] = ACTIONS(4917), - [anon_sym_external] = ACTIONS(4917), - [sym_property_modifier] = ACTIONS(4917), - [anon_sym_abstract] = ACTIONS(4917), - [anon_sym_final] = ACTIONS(4917), - [anon_sym_open] = ACTIONS(4917), - [anon_sym_vararg] = ACTIONS(4917), - [anon_sym_noinline] = ACTIONS(4917), - [anon_sym_crossinline] = ACTIONS(4917), - [anon_sym_expect] = ACTIONS(4917), - [anon_sym_actual] = ACTIONS(4917), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4919), - [sym__automatic_semicolon] = ACTIONS(4919), - [sym_safe_nav] = ACTIONS(4919), + [3822] = { + [ts_builtin_sym_end] = ACTIONS(6888), + [sym__alpha_identifier] = ACTIONS(6890), + [anon_sym_AT] = ACTIONS(6888), + [anon_sym_LBRACK] = ACTIONS(6888), + [anon_sym_import] = ACTIONS(6890), + [anon_sym_typealias] = ACTIONS(6890), + [anon_sym_class] = ACTIONS(6890), + [anon_sym_interface] = ACTIONS(6890), + [anon_sym_enum] = ACTIONS(6890), + [anon_sym_LBRACE] = ACTIONS(6888), + [anon_sym_LPAREN] = ACTIONS(6888), + [anon_sym_val] = ACTIONS(6890), + [anon_sym_var] = ACTIONS(6890), + [anon_sym_object] = ACTIONS(6890), + [anon_sym_fun] = ACTIONS(6890), + [anon_sym_get] = ACTIONS(6890), + [anon_sym_set] = ACTIONS(6890), + [anon_sym_this] = ACTIONS(6890), + [anon_sym_super] = ACTIONS(6890), + [anon_sym_STAR] = ACTIONS(6888), + [sym_label] = ACTIONS(6890), + [anon_sym_for] = ACTIONS(6890), + [anon_sym_while] = ACTIONS(6890), + [anon_sym_do] = ACTIONS(6890), + [anon_sym_null] = ACTIONS(6890), + [anon_sym_if] = ACTIONS(6890), + [anon_sym_when] = ACTIONS(6890), + [anon_sym_try] = ACTIONS(6890), + [anon_sym_throw] = ACTIONS(6890), + [anon_sym_return] = ACTIONS(6890), + [anon_sym_continue] = ACTIONS(6890), + [anon_sym_break] = ACTIONS(6890), + [anon_sym_COLON_COLON] = ACTIONS(6888), + [anon_sym_PLUS] = ACTIONS(6890), + [anon_sym_DASH] = ACTIONS(6890), + [anon_sym_PLUS_PLUS] = ACTIONS(6888), + [anon_sym_DASH_DASH] = ACTIONS(6888), + [anon_sym_BANG] = ACTIONS(6888), + [anon_sym_suspend] = ACTIONS(6890), + [anon_sym_sealed] = ACTIONS(6890), + [anon_sym_annotation] = ACTIONS(6890), + [anon_sym_data] = ACTIONS(6890), + [anon_sym_inner] = ACTIONS(6890), + [anon_sym_override] = ACTIONS(6890), + [anon_sym_lateinit] = ACTIONS(6890), + [anon_sym_public] = ACTIONS(6890), + [anon_sym_private] = ACTIONS(6890), + [anon_sym_internal] = ACTIONS(6890), + [anon_sym_protected] = ACTIONS(6890), + [anon_sym_tailrec] = ACTIONS(6890), + [anon_sym_operator] = ACTIONS(6890), + [anon_sym_infix] = ACTIONS(6890), + [anon_sym_inline] = ACTIONS(6890), + [anon_sym_external] = ACTIONS(6890), + [sym_property_modifier] = ACTIONS(6890), + [anon_sym_abstract] = ACTIONS(6890), + [anon_sym_final] = ACTIONS(6890), + [anon_sym_open] = ACTIONS(6890), + [anon_sym_vararg] = ACTIONS(6890), + [anon_sym_noinline] = ACTIONS(6890), + [anon_sym_crossinline] = ACTIONS(6890), + [anon_sym_expect] = ACTIONS(6890), + [anon_sym_actual] = ACTIONS(6890), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(6888), + [anon_sym_continue_AT] = ACTIONS(6888), + [anon_sym_break_AT] = ACTIONS(6888), + [sym_real_literal] = ACTIONS(6888), + [sym_integer_literal] = ACTIONS(6890), + [sym_hex_literal] = ACTIONS(6888), + [sym_bin_literal] = ACTIONS(6888), + [anon_sym_true] = ACTIONS(6890), + [anon_sym_false] = ACTIONS(6890), + [anon_sym_SQUOTE] = ACTIONS(6888), + [sym__backtick_identifier] = ACTIONS(6888), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(6888), + }, + [3823] = { + [sym_type_constraints] = STATE(3970), + [sym_function_body] = STATE(3133), + [sym__block] = STATE(3334), + [sym__alpha_identifier] = ACTIONS(4031), + [anon_sym_AT] = ACTIONS(4033), + [anon_sym_LBRACK] = ACTIONS(4033), + [anon_sym_as] = ACTIONS(4031), + [anon_sym_EQ] = ACTIONS(6756), + [anon_sym_LBRACE] = ACTIONS(6244), + [anon_sym_RBRACE] = ACTIONS(4033), + [anon_sym_LPAREN] = ACTIONS(4033), + [anon_sym_LT] = ACTIONS(4031), + [anon_sym_GT] = ACTIONS(4031), + [anon_sym_where] = ACTIONS(3118), + [anon_sym_object] = ACTIONS(4031), + [anon_sym_fun] = ACTIONS(4031), + [anon_sym_DOT] = ACTIONS(4031), + [anon_sym_SEMI] = ACTIONS(4033), + [anon_sym_get] = ACTIONS(4031), + [anon_sym_set] = ACTIONS(4031), + [anon_sym_this] = ACTIONS(4031), + [anon_sym_super] = ACTIONS(4031), + [anon_sym_STAR] = ACTIONS(4033), + [sym_label] = ACTIONS(4031), + [anon_sym_in] = ACTIONS(4031), + [anon_sym_DOT_DOT] = ACTIONS(4033), + [anon_sym_QMARK_COLON] = ACTIONS(4033), + [anon_sym_AMP_AMP] = ACTIONS(4033), + [anon_sym_PIPE_PIPE] = ACTIONS(4033), + [anon_sym_null] = ACTIONS(4031), + [anon_sym_if] = ACTIONS(4031), + [anon_sym_else] = ACTIONS(4031), + [anon_sym_when] = ACTIONS(4031), + [anon_sym_try] = ACTIONS(4031), + [anon_sym_throw] = ACTIONS(4031), + [anon_sym_return] = ACTIONS(4031), + [anon_sym_continue] = ACTIONS(4031), + [anon_sym_break] = ACTIONS(4031), + [anon_sym_COLON_COLON] = ACTIONS(4033), + [anon_sym_BANG_EQ] = ACTIONS(4031), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4033), + [anon_sym_EQ_EQ] = ACTIONS(4031), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4033), + [anon_sym_LT_EQ] = ACTIONS(4033), + [anon_sym_GT_EQ] = ACTIONS(4033), + [anon_sym_BANGin] = ACTIONS(4033), + [anon_sym_is] = ACTIONS(4031), + [anon_sym_BANGis] = ACTIONS(4033), + [anon_sym_PLUS] = ACTIONS(4031), + [anon_sym_DASH] = ACTIONS(4031), + [anon_sym_SLASH] = ACTIONS(4031), + [anon_sym_PERCENT] = ACTIONS(4033), + [anon_sym_as_QMARK] = ACTIONS(4033), + [anon_sym_PLUS_PLUS] = ACTIONS(4033), + [anon_sym_DASH_DASH] = ACTIONS(4033), + [anon_sym_BANG] = ACTIONS(4031), + [anon_sym_BANG_BANG] = ACTIONS(4033), + [anon_sym_data] = ACTIONS(4031), + [anon_sym_inner] = ACTIONS(4031), + [anon_sym_expect] = ACTIONS(4031), + [anon_sym_actual] = ACTIONS(4031), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4033), + [anon_sym_continue_AT] = ACTIONS(4033), + [anon_sym_break_AT] = ACTIONS(4033), + [sym_real_literal] = ACTIONS(4033), + [sym_integer_literal] = ACTIONS(4031), + [sym_hex_literal] = ACTIONS(4033), + [sym_bin_literal] = ACTIONS(4033), + [anon_sym_true] = ACTIONS(4031), + [anon_sym_false] = ACTIONS(4031), + [anon_sym_SQUOTE] = ACTIONS(4033), + [sym__backtick_identifier] = ACTIONS(4033), + [sym__automatic_semicolon] = ACTIONS(4033), + [sym_safe_nav] = ACTIONS(4033), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4033), + }, + [3824] = { + [sym__alpha_identifier] = ACTIONS(4889), + [anon_sym_AT] = ACTIONS(4891), + [anon_sym_LBRACK] = ACTIONS(4891), + [anon_sym_as] = ACTIONS(4889), + [anon_sym_EQ] = ACTIONS(4889), + [anon_sym_LBRACE] = ACTIONS(4891), + [anon_sym_RBRACE] = ACTIONS(4891), + [anon_sym_LPAREN] = ACTIONS(4891), + [anon_sym_COMMA] = ACTIONS(4891), + [anon_sym_LT] = ACTIONS(4889), + [anon_sym_GT] = ACTIONS(4889), + [anon_sym_where] = ACTIONS(4889), + [anon_sym_DOT] = ACTIONS(4889), + [anon_sym_SEMI] = ACTIONS(4891), + [anon_sym_get] = ACTIONS(4889), + [anon_sym_set] = ACTIONS(4889), + [anon_sym_STAR] = ACTIONS(4889), + [sym_label] = ACTIONS(4891), + [anon_sym_in] = ACTIONS(4889), + [anon_sym_DOT_DOT] = ACTIONS(4891), + [anon_sym_QMARK_COLON] = ACTIONS(4891), + [anon_sym_AMP_AMP] = ACTIONS(4891), + [anon_sym_PIPE_PIPE] = ACTIONS(4891), + [anon_sym_else] = ACTIONS(4889), + [anon_sym_COLON_COLON] = ACTIONS(4891), + [anon_sym_PLUS_EQ] = ACTIONS(4891), + [anon_sym_DASH_EQ] = ACTIONS(4891), + [anon_sym_STAR_EQ] = ACTIONS(4891), + [anon_sym_SLASH_EQ] = ACTIONS(4891), + [anon_sym_PERCENT_EQ] = ACTIONS(4891), + [anon_sym_BANG_EQ] = ACTIONS(4889), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4891), + [anon_sym_EQ_EQ] = ACTIONS(4889), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4891), + [anon_sym_LT_EQ] = ACTIONS(4891), + [anon_sym_GT_EQ] = ACTIONS(4891), + [anon_sym_BANGin] = ACTIONS(4891), + [anon_sym_is] = ACTIONS(4889), + [anon_sym_BANGis] = ACTIONS(4891), + [anon_sym_PLUS] = ACTIONS(4889), + [anon_sym_DASH] = ACTIONS(4889), + [anon_sym_SLASH] = ACTIONS(4889), + [anon_sym_PERCENT] = ACTIONS(4889), + [anon_sym_as_QMARK] = ACTIONS(4891), + [anon_sym_PLUS_PLUS] = ACTIONS(4891), + [anon_sym_DASH_DASH] = ACTIONS(4891), + [anon_sym_BANG_BANG] = ACTIONS(4891), + [anon_sym_suspend] = ACTIONS(4889), + [anon_sym_sealed] = ACTIONS(4889), + [anon_sym_annotation] = ACTIONS(4889), + [anon_sym_data] = ACTIONS(4889), + [anon_sym_inner] = ACTIONS(4889), + [anon_sym_override] = ACTIONS(4889), + [anon_sym_lateinit] = ACTIONS(4889), + [anon_sym_public] = ACTIONS(4889), + [anon_sym_private] = ACTIONS(4889), + [anon_sym_internal] = ACTIONS(4889), + [anon_sym_protected] = ACTIONS(4889), + [anon_sym_tailrec] = ACTIONS(4889), + [anon_sym_operator] = ACTIONS(4889), + [anon_sym_infix] = ACTIONS(4889), + [anon_sym_inline] = ACTIONS(4889), + [anon_sym_external] = ACTIONS(4889), + [sym_property_modifier] = ACTIONS(4889), + [anon_sym_abstract] = ACTIONS(4889), + [anon_sym_final] = ACTIONS(4889), + [anon_sym_open] = ACTIONS(4889), + [anon_sym_vararg] = ACTIONS(4889), + [anon_sym_noinline] = ACTIONS(4889), + [anon_sym_crossinline] = ACTIONS(4889), + [anon_sym_expect] = ACTIONS(4889), + [anon_sym_actual] = ACTIONS(4889), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4891), + [sym__automatic_semicolon] = ACTIONS(4891), + [sym_safe_nav] = ACTIONS(4891), [sym_multiline_comment] = ACTIONS(3), }, - [3880] = { - [sym__alpha_identifier] = ACTIONS(119), - [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(117), - [anon_sym_as] = ACTIONS(119), - [anon_sym_EQ] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(117), - [anon_sym_RBRACE] = ACTIONS(117), - [anon_sym_LPAREN] = ACTIONS(117), - [anon_sym_COMMA] = ACTIONS(117), - [anon_sym_LT] = ACTIONS(119), - [anon_sym_GT] = ACTIONS(119), - [anon_sym_where] = ACTIONS(119), - [anon_sym_DOT] = ACTIONS(119), - [anon_sym_SEMI] = ACTIONS(117), - [anon_sym_get] = ACTIONS(119), - [anon_sym_set] = ACTIONS(119), - [anon_sym_STAR] = ACTIONS(119), - [sym_label] = ACTIONS(117), - [anon_sym_in] = ACTIONS(119), - [anon_sym_DOT_DOT] = ACTIONS(117), - [anon_sym_QMARK_COLON] = ACTIONS(117), - [anon_sym_AMP_AMP] = ACTIONS(117), - [anon_sym_PIPE_PIPE] = ACTIONS(117), - [anon_sym_else] = ACTIONS(119), - [anon_sym_COLON_COLON] = ACTIONS(117), - [anon_sym_PLUS_EQ] = ACTIONS(117), - [anon_sym_DASH_EQ] = ACTIONS(117), - [anon_sym_STAR_EQ] = ACTIONS(117), - [anon_sym_SLASH_EQ] = ACTIONS(117), - [anon_sym_PERCENT_EQ] = ACTIONS(117), - [anon_sym_BANG_EQ] = ACTIONS(119), - [anon_sym_BANG_EQ_EQ] = ACTIONS(117), - [anon_sym_EQ_EQ] = ACTIONS(119), - [anon_sym_EQ_EQ_EQ] = ACTIONS(117), - [anon_sym_LT_EQ] = ACTIONS(117), - [anon_sym_GT_EQ] = ACTIONS(117), - [anon_sym_BANGin] = ACTIONS(117), - [anon_sym_is] = ACTIONS(119), - [anon_sym_BANGis] = ACTIONS(117), - [anon_sym_PLUS] = ACTIONS(119), - [anon_sym_DASH] = ACTIONS(119), - [anon_sym_SLASH] = ACTIONS(119), - [anon_sym_PERCENT] = ACTIONS(119), - [anon_sym_as_QMARK] = ACTIONS(117), - [anon_sym_PLUS_PLUS] = ACTIONS(117), - [anon_sym_DASH_DASH] = ACTIONS(117), - [anon_sym_BANG_BANG] = ACTIONS(117), - [anon_sym_suspend] = ACTIONS(119), - [anon_sym_sealed] = ACTIONS(119), - [anon_sym_annotation] = ACTIONS(119), - [anon_sym_data] = ACTIONS(119), - [anon_sym_inner] = ACTIONS(119), - [anon_sym_override] = ACTIONS(119), - [anon_sym_lateinit] = ACTIONS(119), - [anon_sym_public] = ACTIONS(119), - [anon_sym_private] = ACTIONS(119), - [anon_sym_internal] = ACTIONS(119), - [anon_sym_protected] = ACTIONS(119), - [anon_sym_tailrec] = ACTIONS(119), - [anon_sym_operator] = ACTIONS(119), - [anon_sym_infix] = ACTIONS(119), - [anon_sym_inline] = ACTIONS(119), - [anon_sym_external] = ACTIONS(119), - [sym_property_modifier] = ACTIONS(119), - [anon_sym_abstract] = ACTIONS(119), - [anon_sym_final] = ACTIONS(119), - [anon_sym_open] = ACTIONS(119), - [anon_sym_vararg] = ACTIONS(119), - [anon_sym_noinline] = ACTIONS(119), - [anon_sym_crossinline] = ACTIONS(119), - [anon_sym_expect] = ACTIONS(119), - [anon_sym_actual] = ACTIONS(119), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(117), - [sym__automatic_semicolon] = ACTIONS(117), - [sym_safe_nav] = ACTIONS(117), + [3825] = { + [sym_type_constraints] = STATE(3984), + [sym_function_body] = STATE(3168), + [sym__block] = STATE(3334), + [sym__alpha_identifier] = ACTIONS(4085), + [anon_sym_AT] = ACTIONS(4087), + [anon_sym_LBRACK] = ACTIONS(4087), + [anon_sym_as] = ACTIONS(4085), + [anon_sym_EQ] = ACTIONS(6756), + [anon_sym_LBRACE] = ACTIONS(6244), + [anon_sym_RBRACE] = ACTIONS(4087), + [anon_sym_LPAREN] = ACTIONS(4087), + [anon_sym_LT] = ACTIONS(4085), + [anon_sym_GT] = ACTIONS(4085), + [anon_sym_where] = ACTIONS(3118), + [anon_sym_object] = ACTIONS(4085), + [anon_sym_fun] = ACTIONS(4085), + [anon_sym_DOT] = ACTIONS(4085), + [anon_sym_SEMI] = ACTIONS(4087), + [anon_sym_get] = ACTIONS(4085), + [anon_sym_set] = ACTIONS(4085), + [anon_sym_this] = ACTIONS(4085), + [anon_sym_super] = ACTIONS(4085), + [anon_sym_STAR] = ACTIONS(4087), + [sym_label] = ACTIONS(4085), + [anon_sym_in] = ACTIONS(4085), + [anon_sym_DOT_DOT] = ACTIONS(4087), + [anon_sym_QMARK_COLON] = ACTIONS(4087), + [anon_sym_AMP_AMP] = ACTIONS(4087), + [anon_sym_PIPE_PIPE] = ACTIONS(4087), + [anon_sym_null] = ACTIONS(4085), + [anon_sym_if] = ACTIONS(4085), + [anon_sym_else] = ACTIONS(4085), + [anon_sym_when] = ACTIONS(4085), + [anon_sym_try] = ACTIONS(4085), + [anon_sym_throw] = ACTIONS(4085), + [anon_sym_return] = ACTIONS(4085), + [anon_sym_continue] = ACTIONS(4085), + [anon_sym_break] = ACTIONS(4085), + [anon_sym_COLON_COLON] = ACTIONS(4087), + [anon_sym_BANG_EQ] = ACTIONS(4085), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4087), + [anon_sym_EQ_EQ] = ACTIONS(4085), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4087), + [anon_sym_LT_EQ] = ACTIONS(4087), + [anon_sym_GT_EQ] = ACTIONS(4087), + [anon_sym_BANGin] = ACTIONS(4087), + [anon_sym_is] = ACTIONS(4085), + [anon_sym_BANGis] = ACTIONS(4087), + [anon_sym_PLUS] = ACTIONS(4085), + [anon_sym_DASH] = ACTIONS(4085), + [anon_sym_SLASH] = ACTIONS(4085), + [anon_sym_PERCENT] = ACTIONS(4087), + [anon_sym_as_QMARK] = ACTIONS(4087), + [anon_sym_PLUS_PLUS] = ACTIONS(4087), + [anon_sym_DASH_DASH] = ACTIONS(4087), + [anon_sym_BANG] = ACTIONS(4085), + [anon_sym_BANG_BANG] = ACTIONS(4087), + [anon_sym_data] = ACTIONS(4085), + [anon_sym_inner] = ACTIONS(4085), + [anon_sym_expect] = ACTIONS(4085), + [anon_sym_actual] = ACTIONS(4085), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4087), + [anon_sym_continue_AT] = ACTIONS(4087), + [anon_sym_break_AT] = ACTIONS(4087), + [sym_real_literal] = ACTIONS(4087), + [sym_integer_literal] = ACTIONS(4085), + [sym_hex_literal] = ACTIONS(4087), + [sym_bin_literal] = ACTIONS(4087), + [anon_sym_true] = ACTIONS(4085), + [anon_sym_false] = ACTIONS(4085), + [anon_sym_SQUOTE] = ACTIONS(4087), + [sym__backtick_identifier] = ACTIONS(4087), + [sym__automatic_semicolon] = ACTIONS(4087), + [sym_safe_nav] = ACTIONS(4087), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4087), + }, + [3826] = { + [sym_class_body] = STATE(3751), + [sym__alpha_identifier] = ACTIONS(4410), + [anon_sym_AT] = ACTIONS(4412), + [anon_sym_COLON] = ACTIONS(6892), + [anon_sym_LBRACK] = ACTIONS(4412), + [anon_sym_as] = ACTIONS(4410), + [anon_sym_EQ] = ACTIONS(4410), + [anon_sym_LBRACE] = ACTIONS(5360), + [anon_sym_RBRACE] = ACTIONS(4412), + [anon_sym_LPAREN] = ACTIONS(4412), + [anon_sym_LT] = ACTIONS(4410), + [anon_sym_GT] = ACTIONS(4410), + [anon_sym_DOT] = ACTIONS(4410), + [anon_sym_SEMI] = ACTIONS(4412), + [anon_sym_get] = ACTIONS(4410), + [anon_sym_set] = ACTIONS(4410), + [anon_sym_STAR] = ACTIONS(4410), + [sym_label] = ACTIONS(4412), + [anon_sym_in] = ACTIONS(4410), + [anon_sym_DOT_DOT] = ACTIONS(4412), + [anon_sym_QMARK_COLON] = ACTIONS(4412), + [anon_sym_AMP_AMP] = ACTIONS(4412), + [anon_sym_PIPE_PIPE] = ACTIONS(4412), + [anon_sym_else] = ACTIONS(4410), + [anon_sym_COLON_COLON] = ACTIONS(4412), + [anon_sym_PLUS_EQ] = ACTIONS(4412), + [anon_sym_DASH_EQ] = ACTIONS(4412), + [anon_sym_STAR_EQ] = ACTIONS(4412), + [anon_sym_SLASH_EQ] = ACTIONS(4412), + [anon_sym_PERCENT_EQ] = ACTIONS(4412), + [anon_sym_BANG_EQ] = ACTIONS(4410), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4412), + [anon_sym_EQ_EQ] = ACTIONS(4410), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4412), + [anon_sym_LT_EQ] = ACTIONS(4412), + [anon_sym_GT_EQ] = ACTIONS(4412), + [anon_sym_BANGin] = ACTIONS(4412), + [anon_sym_is] = ACTIONS(4410), + [anon_sym_BANGis] = ACTIONS(4412), + [anon_sym_PLUS] = ACTIONS(4410), + [anon_sym_DASH] = ACTIONS(4410), + [anon_sym_SLASH] = ACTIONS(4410), + [anon_sym_PERCENT] = ACTIONS(4410), + [anon_sym_as_QMARK] = ACTIONS(4412), + [anon_sym_PLUS_PLUS] = ACTIONS(4412), + [anon_sym_DASH_DASH] = ACTIONS(4412), + [anon_sym_BANG_BANG] = ACTIONS(4412), + [anon_sym_suspend] = ACTIONS(4410), + [anon_sym_sealed] = ACTIONS(4410), + [anon_sym_annotation] = ACTIONS(4410), + [anon_sym_data] = ACTIONS(4410), + [anon_sym_inner] = ACTIONS(4410), + [anon_sym_override] = ACTIONS(4410), + [anon_sym_lateinit] = ACTIONS(4410), + [anon_sym_public] = ACTIONS(4410), + [anon_sym_private] = ACTIONS(4410), + [anon_sym_internal] = ACTIONS(4410), + [anon_sym_protected] = ACTIONS(4410), + [anon_sym_tailrec] = ACTIONS(4410), + [anon_sym_operator] = ACTIONS(4410), + [anon_sym_infix] = ACTIONS(4410), + [anon_sym_inline] = ACTIONS(4410), + [anon_sym_external] = ACTIONS(4410), + [sym_property_modifier] = ACTIONS(4410), + [anon_sym_abstract] = ACTIONS(4410), + [anon_sym_final] = ACTIONS(4410), + [anon_sym_open] = ACTIONS(4410), + [anon_sym_vararg] = ACTIONS(4410), + [anon_sym_noinline] = ACTIONS(4410), + [anon_sym_crossinline] = ACTIONS(4410), + [anon_sym_expect] = ACTIONS(4410), + [anon_sym_actual] = ACTIONS(4410), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4412), + [sym__automatic_semicolon] = ACTIONS(4412), + [sym_safe_nav] = ACTIONS(4412), [sym_multiline_comment] = ACTIONS(3), }, - [3881] = { - [sym_function_body] = STATE(3152), - [sym__block] = STATE(3245), - [sym__alpha_identifier] = ACTIONS(4503), - [anon_sym_AT] = ACTIONS(4505), - [anon_sym_LBRACK] = ACTIONS(4505), - [anon_sym_as] = ACTIONS(4503), - [anon_sym_EQ] = ACTIONS(6642), - [anon_sym_LBRACE] = ACTIONS(6220), - [anon_sym_RBRACE] = ACTIONS(4505), - [anon_sym_LPAREN] = ACTIONS(4505), - [anon_sym_COMMA] = ACTIONS(4505), - [anon_sym_LT] = ACTIONS(4503), - [anon_sym_GT] = ACTIONS(4503), - [anon_sym_where] = ACTIONS(4503), - [anon_sym_object] = ACTIONS(4503), - [anon_sym_fun] = ACTIONS(4503), - [anon_sym_DOT] = ACTIONS(4503), - [anon_sym_SEMI] = ACTIONS(4505), - [anon_sym_get] = ACTIONS(4503), - [anon_sym_set] = ACTIONS(4503), - [anon_sym_this] = ACTIONS(4503), - [anon_sym_super] = ACTIONS(4503), - [anon_sym_STAR] = ACTIONS(4505), - [sym_label] = ACTIONS(4503), - [anon_sym_in] = ACTIONS(4503), - [anon_sym_DOT_DOT] = ACTIONS(4505), - [anon_sym_QMARK_COLON] = ACTIONS(4505), - [anon_sym_AMP_AMP] = ACTIONS(4505), - [anon_sym_PIPE_PIPE] = ACTIONS(4505), - [anon_sym_null] = ACTIONS(4503), - [anon_sym_if] = ACTIONS(4503), - [anon_sym_else] = ACTIONS(4503), - [anon_sym_when] = ACTIONS(4503), - [anon_sym_try] = ACTIONS(4503), - [anon_sym_throw] = ACTIONS(4503), - [anon_sym_return] = ACTIONS(4503), - [anon_sym_continue] = ACTIONS(4503), - [anon_sym_break] = ACTIONS(4503), - [anon_sym_COLON_COLON] = ACTIONS(4505), - [anon_sym_BANG_EQ] = ACTIONS(4503), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4505), - [anon_sym_EQ_EQ] = ACTIONS(4503), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4505), - [anon_sym_LT_EQ] = ACTIONS(4505), - [anon_sym_GT_EQ] = ACTIONS(4505), - [anon_sym_BANGin] = ACTIONS(4505), - [anon_sym_is] = ACTIONS(4503), - [anon_sym_BANGis] = ACTIONS(4505), - [anon_sym_PLUS] = ACTIONS(4503), - [anon_sym_DASH] = ACTIONS(4503), - [anon_sym_SLASH] = ACTIONS(4503), - [anon_sym_PERCENT] = ACTIONS(4505), - [anon_sym_as_QMARK] = ACTIONS(4505), - [anon_sym_PLUS_PLUS] = ACTIONS(4505), - [anon_sym_DASH_DASH] = ACTIONS(4505), - [anon_sym_BANG] = ACTIONS(4503), - [anon_sym_BANG_BANG] = ACTIONS(4505), - [anon_sym_data] = ACTIONS(4503), - [anon_sym_inner] = ACTIONS(4503), - [anon_sym_expect] = ACTIONS(4503), - [anon_sym_actual] = ACTIONS(4503), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4505), - [anon_sym_continue_AT] = ACTIONS(4505), - [anon_sym_break_AT] = ACTIONS(4505), - [sym_real_literal] = ACTIONS(4505), - [sym_integer_literal] = ACTIONS(4503), - [sym_hex_literal] = ACTIONS(4505), - [sym_bin_literal] = ACTIONS(4505), - [anon_sym_true] = ACTIONS(4503), - [anon_sym_false] = ACTIONS(4503), - [anon_sym_SQUOTE] = ACTIONS(4505), - [sym__backtick_identifier] = ACTIONS(4505), - [sym__automatic_semicolon] = ACTIONS(4505), - [sym_safe_nav] = ACTIONS(4505), + [3827] = { + [sym_function_body] = STATE(3705), + [sym__block] = STATE(3738), + [sym__alpha_identifier] = ACTIONS(4031), + [anon_sym_AT] = ACTIONS(4033), + [anon_sym_LBRACK] = ACTIONS(4033), + [anon_sym_as] = ACTIONS(4031), + [anon_sym_EQ] = ACTIONS(6527), + [anon_sym_LBRACE] = ACTIONS(6461), + [anon_sym_RBRACE] = ACTIONS(4033), + [anon_sym_LPAREN] = ACTIONS(4033), + [anon_sym_LT] = ACTIONS(4031), + [anon_sym_GT] = ACTIONS(4031), + [anon_sym_DOT] = ACTIONS(4031), + [anon_sym_SEMI] = ACTIONS(4033), + [anon_sym_get] = ACTIONS(4031), + [anon_sym_set] = ACTIONS(4031), + [anon_sym_STAR] = ACTIONS(4031), + [sym_label] = ACTIONS(4033), + [anon_sym_in] = ACTIONS(4031), + [anon_sym_DOT_DOT] = ACTIONS(4033), + [anon_sym_QMARK_COLON] = ACTIONS(4033), + [anon_sym_AMP_AMP] = ACTIONS(4033), + [anon_sym_PIPE_PIPE] = ACTIONS(4033), + [anon_sym_else] = ACTIONS(4031), + [anon_sym_COLON_COLON] = ACTIONS(4033), + [anon_sym_PLUS_EQ] = ACTIONS(4033), + [anon_sym_DASH_EQ] = ACTIONS(4033), + [anon_sym_STAR_EQ] = ACTIONS(4033), + [anon_sym_SLASH_EQ] = ACTIONS(4033), + [anon_sym_PERCENT_EQ] = ACTIONS(4033), + [anon_sym_BANG_EQ] = ACTIONS(4031), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4033), + [anon_sym_EQ_EQ] = ACTIONS(4031), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4033), + [anon_sym_LT_EQ] = ACTIONS(4033), + [anon_sym_GT_EQ] = ACTIONS(4033), + [anon_sym_BANGin] = ACTIONS(4033), + [anon_sym_is] = ACTIONS(4031), + [anon_sym_BANGis] = ACTIONS(4033), + [anon_sym_PLUS] = ACTIONS(4031), + [anon_sym_DASH] = ACTIONS(4031), + [anon_sym_SLASH] = ACTIONS(4031), + [anon_sym_PERCENT] = ACTIONS(4031), + [anon_sym_as_QMARK] = ACTIONS(4033), + [anon_sym_PLUS_PLUS] = ACTIONS(4033), + [anon_sym_DASH_DASH] = ACTIONS(4033), + [anon_sym_BANG_BANG] = ACTIONS(4033), + [anon_sym_suspend] = ACTIONS(4031), + [anon_sym_sealed] = ACTIONS(4031), + [anon_sym_annotation] = ACTIONS(4031), + [anon_sym_data] = ACTIONS(4031), + [anon_sym_inner] = ACTIONS(4031), + [anon_sym_override] = ACTIONS(4031), + [anon_sym_lateinit] = ACTIONS(4031), + [anon_sym_public] = ACTIONS(4031), + [anon_sym_private] = ACTIONS(4031), + [anon_sym_internal] = ACTIONS(4031), + [anon_sym_protected] = ACTIONS(4031), + [anon_sym_tailrec] = ACTIONS(4031), + [anon_sym_operator] = ACTIONS(4031), + [anon_sym_infix] = ACTIONS(4031), + [anon_sym_inline] = ACTIONS(4031), + [anon_sym_external] = ACTIONS(4031), + [sym_property_modifier] = ACTIONS(4031), + [anon_sym_abstract] = ACTIONS(4031), + [anon_sym_final] = ACTIONS(4031), + [anon_sym_open] = ACTIONS(4031), + [anon_sym_vararg] = ACTIONS(4031), + [anon_sym_noinline] = ACTIONS(4031), + [anon_sym_crossinline] = ACTIONS(4031), + [anon_sym_expect] = ACTIONS(4031), + [anon_sym_actual] = ACTIONS(4031), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4033), + [sym__automatic_semicolon] = ACTIONS(4033), + [sym_safe_nav] = ACTIONS(4033), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4505), }, - [3882] = { - [sym_function_body] = STATE(3234), - [sym__block] = STATE(3367), - [sym__alpha_identifier] = ACTIONS(4181), - [anon_sym_AT] = ACTIONS(4183), - [anon_sym_LBRACK] = ACTIONS(4183), - [anon_sym_RBRACK] = ACTIONS(4183), - [anon_sym_as] = ACTIONS(4181), - [anon_sym_EQ] = ACTIONS(6621), - [anon_sym_LBRACE] = ACTIONS(6236), - [anon_sym_RBRACE] = ACTIONS(4183), - [anon_sym_LPAREN] = ACTIONS(4183), - [anon_sym_COMMA] = ACTIONS(4183), - [anon_sym_RPAREN] = ACTIONS(4183), - [anon_sym_LT] = ACTIONS(4181), - [anon_sym_GT] = ACTIONS(4181), - [anon_sym_where] = ACTIONS(4181), - [anon_sym_DOT] = ACTIONS(4181), - [anon_sym_SEMI] = ACTIONS(4183), - [anon_sym_get] = ACTIONS(4181), - [anon_sym_set] = ACTIONS(4181), - [anon_sym_STAR] = ACTIONS(4183), - [anon_sym_DASH_GT] = ACTIONS(4183), - [sym_label] = ACTIONS(4183), - [anon_sym_in] = ACTIONS(4181), - [anon_sym_while] = ACTIONS(4181), - [anon_sym_DOT_DOT] = ACTIONS(4183), - [anon_sym_QMARK_COLON] = ACTIONS(4183), - [anon_sym_AMP_AMP] = ACTIONS(4183), - [anon_sym_PIPE_PIPE] = ACTIONS(4183), - [anon_sym_else] = ACTIONS(4181), - [anon_sym_COLON_COLON] = ACTIONS(4183), - [anon_sym_BANG_EQ] = ACTIONS(4181), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4183), - [anon_sym_EQ_EQ] = ACTIONS(4181), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4183), - [anon_sym_LT_EQ] = ACTIONS(4183), - [anon_sym_GT_EQ] = ACTIONS(4183), - [anon_sym_BANGin] = ACTIONS(4183), - [anon_sym_is] = ACTIONS(4181), - [anon_sym_BANGis] = ACTIONS(4183), - [anon_sym_PLUS] = ACTIONS(4181), - [anon_sym_DASH] = ACTIONS(4181), - [anon_sym_SLASH] = ACTIONS(4181), - [anon_sym_PERCENT] = ACTIONS(4183), - [anon_sym_as_QMARK] = ACTIONS(4183), - [anon_sym_PLUS_PLUS] = ACTIONS(4183), - [anon_sym_DASH_DASH] = ACTIONS(4183), - [anon_sym_BANG_BANG] = ACTIONS(4183), - [anon_sym_suspend] = ACTIONS(4181), - [anon_sym_sealed] = ACTIONS(4181), - [anon_sym_annotation] = ACTIONS(4181), - [anon_sym_data] = ACTIONS(4181), - [anon_sym_inner] = ACTIONS(4181), - [anon_sym_override] = ACTIONS(4181), - [anon_sym_lateinit] = ACTIONS(4181), - [anon_sym_public] = ACTIONS(4181), - [anon_sym_private] = ACTIONS(4181), - [anon_sym_internal] = ACTIONS(4181), - [anon_sym_protected] = ACTIONS(4181), - [anon_sym_tailrec] = ACTIONS(4181), - [anon_sym_operator] = ACTIONS(4181), - [anon_sym_infix] = ACTIONS(4181), - [anon_sym_inline] = ACTIONS(4181), - [anon_sym_external] = ACTIONS(4181), - [sym_property_modifier] = ACTIONS(4181), - [anon_sym_abstract] = ACTIONS(4181), - [anon_sym_final] = ACTIONS(4181), - [anon_sym_open] = ACTIONS(4181), - [anon_sym_vararg] = ACTIONS(4181), - [anon_sym_noinline] = ACTIONS(4181), - [anon_sym_crossinline] = ACTIONS(4181), - [anon_sym_expect] = ACTIONS(4181), - [anon_sym_actual] = ACTIONS(4181), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4183), - [sym_safe_nav] = ACTIONS(4183), + [3828] = { + [aux_sym_user_type_repeat1] = STATE(3759), + [sym__alpha_identifier] = ACTIONS(4222), + [anon_sym_AT] = ACTIONS(4224), + [anon_sym_LBRACK] = ACTIONS(4224), + [anon_sym_typealias] = ACTIONS(4222), + [anon_sym_class] = ACTIONS(4222), + [anon_sym_interface] = ACTIONS(4222), + [anon_sym_enum] = ACTIONS(4222), + [anon_sym_LBRACE] = ACTIONS(4224), + [anon_sym_LPAREN] = ACTIONS(4224), + [anon_sym_val] = ACTIONS(4222), + [anon_sym_var] = ACTIONS(4222), + [anon_sym_object] = ACTIONS(4222), + [anon_sym_fun] = ACTIONS(4222), + [anon_sym_DOT] = ACTIONS(6894), + [anon_sym_get] = ACTIONS(4222), + [anon_sym_set] = ACTIONS(4222), + [anon_sym_this] = ACTIONS(4222), + [anon_sym_super] = ACTIONS(4222), + [anon_sym_STAR] = ACTIONS(4224), + [sym_label] = ACTIONS(4222), + [anon_sym_for] = ACTIONS(4222), + [anon_sym_while] = ACTIONS(4222), + [anon_sym_do] = ACTIONS(4222), + [anon_sym_null] = ACTIONS(4222), + [anon_sym_if] = ACTIONS(4222), + [anon_sym_when] = ACTIONS(4222), + [anon_sym_try] = ACTIONS(4222), + [anon_sym_throw] = ACTIONS(4222), + [anon_sym_return] = ACTIONS(4222), + [anon_sym_continue] = ACTIONS(4222), + [anon_sym_break] = ACTIONS(4222), + [anon_sym_COLON_COLON] = ACTIONS(4224), + [anon_sym_PLUS] = ACTIONS(4222), + [anon_sym_DASH] = ACTIONS(4222), + [anon_sym_PLUS_PLUS] = ACTIONS(4224), + [anon_sym_DASH_DASH] = ACTIONS(4224), + [anon_sym_BANG] = ACTIONS(4224), + [anon_sym_suspend] = ACTIONS(4222), + [anon_sym_sealed] = ACTIONS(4222), + [anon_sym_annotation] = ACTIONS(4222), + [anon_sym_data] = ACTIONS(4222), + [anon_sym_inner] = ACTIONS(4222), + [anon_sym_override] = ACTIONS(4222), + [anon_sym_lateinit] = ACTIONS(4222), + [anon_sym_public] = ACTIONS(4222), + [anon_sym_private] = ACTIONS(4222), + [anon_sym_internal] = ACTIONS(4222), + [anon_sym_protected] = ACTIONS(4222), + [anon_sym_tailrec] = ACTIONS(4222), + [anon_sym_operator] = ACTIONS(4222), + [anon_sym_infix] = ACTIONS(4222), + [anon_sym_inline] = ACTIONS(4222), + [anon_sym_external] = ACTIONS(4222), + [sym_property_modifier] = ACTIONS(4222), + [anon_sym_abstract] = ACTIONS(4222), + [anon_sym_final] = ACTIONS(4222), + [anon_sym_open] = ACTIONS(4222), + [anon_sym_vararg] = ACTIONS(4222), + [anon_sym_noinline] = ACTIONS(4222), + [anon_sym_crossinline] = ACTIONS(4222), + [anon_sym_expect] = ACTIONS(4222), + [anon_sym_actual] = ACTIONS(4222), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4224), + [anon_sym_continue_AT] = ACTIONS(4224), + [anon_sym_break_AT] = ACTIONS(4224), + [sym_real_literal] = ACTIONS(4224), + [sym_integer_literal] = ACTIONS(4222), + [sym_hex_literal] = ACTIONS(4224), + [sym_bin_literal] = ACTIONS(4224), + [anon_sym_true] = ACTIONS(4222), + [anon_sym_false] = ACTIONS(4222), + [anon_sym_SQUOTE] = ACTIONS(4224), + [sym__backtick_identifier] = ACTIONS(4224), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4224), + }, + [3829] = { + [sym__alpha_identifier] = ACTIONS(4764), + [anon_sym_AT] = ACTIONS(4766), + [anon_sym_LBRACK] = ACTIONS(4766), + [anon_sym_as] = ACTIONS(4764), + [anon_sym_EQ] = ACTIONS(4764), + [anon_sym_LBRACE] = ACTIONS(4766), + [anon_sym_RBRACE] = ACTIONS(4766), + [anon_sym_LPAREN] = ACTIONS(4766), + [anon_sym_COMMA] = ACTIONS(4766), + [anon_sym_LT] = ACTIONS(4764), + [anon_sym_GT] = ACTIONS(4764), + [anon_sym_where] = ACTIONS(4764), + [anon_sym_DOT] = ACTIONS(4764), + [anon_sym_SEMI] = ACTIONS(4766), + [anon_sym_get] = ACTIONS(4764), + [anon_sym_set] = ACTIONS(4764), + [anon_sym_STAR] = ACTIONS(4764), + [sym_label] = ACTIONS(4766), + [anon_sym_in] = ACTIONS(4764), + [anon_sym_DOT_DOT] = ACTIONS(4766), + [anon_sym_QMARK_COLON] = ACTIONS(4766), + [anon_sym_AMP_AMP] = ACTIONS(4766), + [anon_sym_PIPE_PIPE] = ACTIONS(4766), + [anon_sym_else] = ACTIONS(4764), + [anon_sym_COLON_COLON] = ACTIONS(4766), + [anon_sym_PLUS_EQ] = ACTIONS(4766), + [anon_sym_DASH_EQ] = ACTIONS(4766), + [anon_sym_STAR_EQ] = ACTIONS(4766), + [anon_sym_SLASH_EQ] = ACTIONS(4766), + [anon_sym_PERCENT_EQ] = ACTIONS(4766), + [anon_sym_BANG_EQ] = ACTIONS(4764), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4766), + [anon_sym_EQ_EQ] = ACTIONS(4764), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4766), + [anon_sym_LT_EQ] = ACTIONS(4766), + [anon_sym_GT_EQ] = ACTIONS(4766), + [anon_sym_BANGin] = ACTIONS(4766), + [anon_sym_is] = ACTIONS(4764), + [anon_sym_BANGis] = ACTIONS(4766), + [anon_sym_PLUS] = ACTIONS(4764), + [anon_sym_DASH] = ACTIONS(4764), + [anon_sym_SLASH] = ACTIONS(4764), + [anon_sym_PERCENT] = ACTIONS(4764), + [anon_sym_as_QMARK] = ACTIONS(4766), + [anon_sym_PLUS_PLUS] = ACTIONS(4766), + [anon_sym_DASH_DASH] = ACTIONS(4766), + [anon_sym_BANG_BANG] = ACTIONS(4766), + [anon_sym_suspend] = ACTIONS(4764), + [anon_sym_sealed] = ACTIONS(4764), + [anon_sym_annotation] = ACTIONS(4764), + [anon_sym_data] = ACTIONS(4764), + [anon_sym_inner] = ACTIONS(4764), + [anon_sym_override] = ACTIONS(4764), + [anon_sym_lateinit] = ACTIONS(4764), + [anon_sym_public] = ACTIONS(4764), + [anon_sym_private] = ACTIONS(4764), + [anon_sym_internal] = ACTIONS(4764), + [anon_sym_protected] = ACTIONS(4764), + [anon_sym_tailrec] = ACTIONS(4764), + [anon_sym_operator] = ACTIONS(4764), + [anon_sym_infix] = ACTIONS(4764), + [anon_sym_inline] = ACTIONS(4764), + [anon_sym_external] = ACTIONS(4764), + [sym_property_modifier] = ACTIONS(4764), + [anon_sym_abstract] = ACTIONS(4764), + [anon_sym_final] = ACTIONS(4764), + [anon_sym_open] = ACTIONS(4764), + [anon_sym_vararg] = ACTIONS(4764), + [anon_sym_noinline] = ACTIONS(4764), + [anon_sym_crossinline] = ACTIONS(4764), + [anon_sym_expect] = ACTIONS(4764), + [anon_sym_actual] = ACTIONS(4764), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4766), + [sym__automatic_semicolon] = ACTIONS(4766), + [sym_safe_nav] = ACTIONS(4766), [sym_multiline_comment] = ACTIONS(3), }, - [3883] = { - [sym__alpha_identifier] = ACTIONS(4975), - [anon_sym_AT] = ACTIONS(4977), - [anon_sym_LBRACK] = ACTIONS(4977), - [anon_sym_as] = ACTIONS(4975), - [anon_sym_EQ] = ACTIONS(4975), - [anon_sym_LBRACE] = ACTIONS(4977), - [anon_sym_RBRACE] = ACTIONS(4977), - [anon_sym_LPAREN] = ACTIONS(4977), - [anon_sym_COMMA] = ACTIONS(4977), - [anon_sym_LT] = ACTIONS(4975), - [anon_sym_GT] = ACTIONS(4975), - [anon_sym_where] = ACTIONS(4975), - [anon_sym_DOT] = ACTIONS(4975), - [anon_sym_SEMI] = ACTIONS(4977), - [anon_sym_get] = ACTIONS(4975), - [anon_sym_set] = ACTIONS(4975), - [anon_sym_STAR] = ACTIONS(4975), - [sym_label] = ACTIONS(4977), - [anon_sym_in] = ACTIONS(4975), - [anon_sym_DOT_DOT] = ACTIONS(4977), - [anon_sym_QMARK_COLON] = ACTIONS(4977), - [anon_sym_AMP_AMP] = ACTIONS(4977), - [anon_sym_PIPE_PIPE] = ACTIONS(4977), - [anon_sym_else] = ACTIONS(4975), - [anon_sym_COLON_COLON] = ACTIONS(4977), - [anon_sym_PLUS_EQ] = ACTIONS(4977), - [anon_sym_DASH_EQ] = ACTIONS(4977), - [anon_sym_STAR_EQ] = ACTIONS(4977), - [anon_sym_SLASH_EQ] = ACTIONS(4977), - [anon_sym_PERCENT_EQ] = ACTIONS(4977), - [anon_sym_BANG_EQ] = ACTIONS(4975), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4977), - [anon_sym_EQ_EQ] = ACTIONS(4975), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4977), - [anon_sym_LT_EQ] = ACTIONS(4977), - [anon_sym_GT_EQ] = ACTIONS(4977), - [anon_sym_BANGin] = ACTIONS(4977), - [anon_sym_is] = ACTIONS(4975), - [anon_sym_BANGis] = ACTIONS(4977), - [anon_sym_PLUS] = ACTIONS(4975), - [anon_sym_DASH] = ACTIONS(4975), - [anon_sym_SLASH] = ACTIONS(4975), - [anon_sym_PERCENT] = ACTIONS(4975), - [anon_sym_as_QMARK] = ACTIONS(4977), - [anon_sym_PLUS_PLUS] = ACTIONS(4977), - [anon_sym_DASH_DASH] = ACTIONS(4977), - [anon_sym_BANG_BANG] = ACTIONS(4977), - [anon_sym_suspend] = ACTIONS(4975), - [anon_sym_sealed] = ACTIONS(4975), - [anon_sym_annotation] = ACTIONS(4975), - [anon_sym_data] = ACTIONS(4975), - [anon_sym_inner] = ACTIONS(4975), - [anon_sym_override] = ACTIONS(4975), - [anon_sym_lateinit] = ACTIONS(4975), - [anon_sym_public] = ACTIONS(4975), - [anon_sym_private] = ACTIONS(4975), - [anon_sym_internal] = ACTIONS(4975), - [anon_sym_protected] = ACTIONS(4975), - [anon_sym_tailrec] = ACTIONS(4975), - [anon_sym_operator] = ACTIONS(4975), - [anon_sym_infix] = ACTIONS(4975), - [anon_sym_inline] = ACTIONS(4975), - [anon_sym_external] = ACTIONS(4975), - [sym_property_modifier] = ACTIONS(4975), - [anon_sym_abstract] = ACTIONS(4975), - [anon_sym_final] = ACTIONS(4975), - [anon_sym_open] = ACTIONS(4975), - [anon_sym_vararg] = ACTIONS(4975), - [anon_sym_noinline] = ACTIONS(4975), - [anon_sym_crossinline] = ACTIONS(4975), - [anon_sym_expect] = ACTIONS(4975), - [anon_sym_actual] = ACTIONS(4975), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4977), - [sym__automatic_semicolon] = ACTIONS(4977), - [sym_safe_nav] = ACTIONS(4977), + [3830] = { + [sym_function_body] = STATE(3788), + [sym__block] = STATE(3738), + [sym__alpha_identifier] = ACTIONS(4099), + [anon_sym_AT] = ACTIONS(4101), + [anon_sym_LBRACK] = ACTIONS(4101), + [anon_sym_as] = ACTIONS(4099), + [anon_sym_EQ] = ACTIONS(6527), + [anon_sym_LBRACE] = ACTIONS(6461), + [anon_sym_RBRACE] = ACTIONS(4101), + [anon_sym_LPAREN] = ACTIONS(4101), + [anon_sym_LT] = ACTIONS(4099), + [anon_sym_GT] = ACTIONS(4099), + [anon_sym_DOT] = ACTIONS(4099), + [anon_sym_SEMI] = ACTIONS(4101), + [anon_sym_get] = ACTIONS(4099), + [anon_sym_set] = ACTIONS(4099), + [anon_sym_STAR] = ACTIONS(4099), + [sym_label] = ACTIONS(4101), + [anon_sym_in] = ACTIONS(4099), + [anon_sym_DOT_DOT] = ACTIONS(4101), + [anon_sym_QMARK_COLON] = ACTIONS(4101), + [anon_sym_AMP_AMP] = ACTIONS(4101), + [anon_sym_PIPE_PIPE] = ACTIONS(4101), + [anon_sym_else] = ACTIONS(4099), + [anon_sym_COLON_COLON] = ACTIONS(4101), + [anon_sym_PLUS_EQ] = ACTIONS(4101), + [anon_sym_DASH_EQ] = ACTIONS(4101), + [anon_sym_STAR_EQ] = ACTIONS(4101), + [anon_sym_SLASH_EQ] = ACTIONS(4101), + [anon_sym_PERCENT_EQ] = ACTIONS(4101), + [anon_sym_BANG_EQ] = ACTIONS(4099), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4101), + [anon_sym_EQ_EQ] = ACTIONS(4099), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4101), + [anon_sym_LT_EQ] = ACTIONS(4101), + [anon_sym_GT_EQ] = ACTIONS(4101), + [anon_sym_BANGin] = ACTIONS(4101), + [anon_sym_is] = ACTIONS(4099), + [anon_sym_BANGis] = ACTIONS(4101), + [anon_sym_PLUS] = ACTIONS(4099), + [anon_sym_DASH] = ACTIONS(4099), + [anon_sym_SLASH] = ACTIONS(4099), + [anon_sym_PERCENT] = ACTIONS(4099), + [anon_sym_as_QMARK] = ACTIONS(4101), + [anon_sym_PLUS_PLUS] = ACTIONS(4101), + [anon_sym_DASH_DASH] = ACTIONS(4101), + [anon_sym_BANG_BANG] = ACTIONS(4101), + [anon_sym_suspend] = ACTIONS(4099), + [anon_sym_sealed] = ACTIONS(4099), + [anon_sym_annotation] = ACTIONS(4099), + [anon_sym_data] = ACTIONS(4099), + [anon_sym_inner] = ACTIONS(4099), + [anon_sym_override] = ACTIONS(4099), + [anon_sym_lateinit] = ACTIONS(4099), + [anon_sym_public] = ACTIONS(4099), + [anon_sym_private] = ACTIONS(4099), + [anon_sym_internal] = ACTIONS(4099), + [anon_sym_protected] = ACTIONS(4099), + [anon_sym_tailrec] = ACTIONS(4099), + [anon_sym_operator] = ACTIONS(4099), + [anon_sym_infix] = ACTIONS(4099), + [anon_sym_inline] = ACTIONS(4099), + [anon_sym_external] = ACTIONS(4099), + [sym_property_modifier] = ACTIONS(4099), + [anon_sym_abstract] = ACTIONS(4099), + [anon_sym_final] = ACTIONS(4099), + [anon_sym_open] = ACTIONS(4099), + [anon_sym_vararg] = ACTIONS(4099), + [anon_sym_noinline] = ACTIONS(4099), + [anon_sym_crossinline] = ACTIONS(4099), + [anon_sym_expect] = ACTIONS(4099), + [anon_sym_actual] = ACTIONS(4099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4101), + [sym__automatic_semicolon] = ACTIONS(4101), + [sym_safe_nav] = ACTIONS(4101), [sym_multiline_comment] = ACTIONS(3), }, - [3884] = { - [sym_function_body] = STATE(3147), - [sym__block] = STATE(3245), - [sym__alpha_identifier] = ACTIONS(4181), - [anon_sym_AT] = ACTIONS(4183), - [anon_sym_LBRACK] = ACTIONS(4183), - [anon_sym_as] = ACTIONS(4181), - [anon_sym_EQ] = ACTIONS(6642), - [anon_sym_LBRACE] = ACTIONS(6220), - [anon_sym_RBRACE] = ACTIONS(4183), - [anon_sym_LPAREN] = ACTIONS(4183), - [anon_sym_COMMA] = ACTIONS(4183), - [anon_sym_LT] = ACTIONS(4181), - [anon_sym_GT] = ACTIONS(4181), - [anon_sym_where] = ACTIONS(4181), - [anon_sym_object] = ACTIONS(4181), - [anon_sym_fun] = ACTIONS(4181), - [anon_sym_DOT] = ACTIONS(4181), - [anon_sym_SEMI] = ACTIONS(4183), - [anon_sym_get] = ACTIONS(4181), - [anon_sym_set] = ACTIONS(4181), - [anon_sym_this] = ACTIONS(4181), - [anon_sym_super] = ACTIONS(4181), - [anon_sym_STAR] = ACTIONS(4183), - [sym_label] = ACTIONS(4181), - [anon_sym_in] = ACTIONS(4181), - [anon_sym_DOT_DOT] = ACTIONS(4183), - [anon_sym_QMARK_COLON] = ACTIONS(4183), - [anon_sym_AMP_AMP] = ACTIONS(4183), - [anon_sym_PIPE_PIPE] = ACTIONS(4183), - [anon_sym_null] = ACTIONS(4181), - [anon_sym_if] = ACTIONS(4181), - [anon_sym_else] = ACTIONS(4181), - [anon_sym_when] = ACTIONS(4181), - [anon_sym_try] = ACTIONS(4181), - [anon_sym_throw] = ACTIONS(4181), - [anon_sym_return] = ACTIONS(4181), - [anon_sym_continue] = ACTIONS(4181), - [anon_sym_break] = ACTIONS(4181), - [anon_sym_COLON_COLON] = ACTIONS(4183), - [anon_sym_BANG_EQ] = ACTIONS(4181), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4183), - [anon_sym_EQ_EQ] = ACTIONS(4181), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4183), - [anon_sym_LT_EQ] = ACTIONS(4183), - [anon_sym_GT_EQ] = ACTIONS(4183), - [anon_sym_BANGin] = ACTIONS(4183), - [anon_sym_is] = ACTIONS(4181), - [anon_sym_BANGis] = ACTIONS(4183), - [anon_sym_PLUS] = ACTIONS(4181), - [anon_sym_DASH] = ACTIONS(4181), - [anon_sym_SLASH] = ACTIONS(4181), - [anon_sym_PERCENT] = ACTIONS(4183), - [anon_sym_as_QMARK] = ACTIONS(4183), - [anon_sym_PLUS_PLUS] = ACTIONS(4183), - [anon_sym_DASH_DASH] = ACTIONS(4183), - [anon_sym_BANG] = ACTIONS(4181), - [anon_sym_BANG_BANG] = ACTIONS(4183), - [anon_sym_data] = ACTIONS(4181), - [anon_sym_inner] = ACTIONS(4181), - [anon_sym_expect] = ACTIONS(4181), - [anon_sym_actual] = ACTIONS(4181), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4183), - [anon_sym_continue_AT] = ACTIONS(4183), - [anon_sym_break_AT] = ACTIONS(4183), - [sym_real_literal] = ACTIONS(4183), - [sym_integer_literal] = ACTIONS(4181), - [sym_hex_literal] = ACTIONS(4183), - [sym_bin_literal] = ACTIONS(4183), - [anon_sym_true] = ACTIONS(4181), - [anon_sym_false] = ACTIONS(4181), - [anon_sym_SQUOTE] = ACTIONS(4183), - [sym__backtick_identifier] = ACTIONS(4183), - [sym__automatic_semicolon] = ACTIONS(4183), - [sym_safe_nav] = ACTIONS(4183), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4183), + [3831] = { + [sym__alpha_identifier] = ACTIONS(4519), + [anon_sym_AT] = ACTIONS(4521), + [anon_sym_LBRACK] = ACTIONS(4521), + [anon_sym_as] = ACTIONS(4519), + [anon_sym_EQ] = ACTIONS(4519), + [anon_sym_LBRACE] = ACTIONS(4521), + [anon_sym_RBRACE] = ACTIONS(4521), + [anon_sym_LPAREN] = ACTIONS(4521), + [anon_sym_COMMA] = ACTIONS(4521), + [anon_sym_LT] = ACTIONS(4519), + [anon_sym_GT] = ACTIONS(4519), + [anon_sym_where] = ACTIONS(4519), + [anon_sym_DOT] = ACTIONS(4519), + [anon_sym_SEMI] = ACTIONS(4521), + [anon_sym_get] = ACTIONS(4519), + [anon_sym_set] = ACTIONS(4519), + [anon_sym_STAR] = ACTIONS(4519), + [sym_label] = ACTIONS(4521), + [anon_sym_in] = ACTIONS(4519), + [anon_sym_DOT_DOT] = ACTIONS(4521), + [anon_sym_QMARK_COLON] = ACTIONS(4521), + [anon_sym_AMP_AMP] = ACTIONS(4521), + [anon_sym_PIPE_PIPE] = ACTIONS(4521), + [anon_sym_else] = ACTIONS(4519), + [anon_sym_COLON_COLON] = ACTIONS(4521), + [anon_sym_PLUS_EQ] = ACTIONS(4521), + [anon_sym_DASH_EQ] = ACTIONS(4521), + [anon_sym_STAR_EQ] = ACTIONS(4521), + [anon_sym_SLASH_EQ] = ACTIONS(4521), + [anon_sym_PERCENT_EQ] = ACTIONS(4521), + [anon_sym_BANG_EQ] = ACTIONS(4519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4521), + [anon_sym_EQ_EQ] = ACTIONS(4519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4521), + [anon_sym_LT_EQ] = ACTIONS(4521), + [anon_sym_GT_EQ] = ACTIONS(4521), + [anon_sym_BANGin] = ACTIONS(4521), + [anon_sym_is] = ACTIONS(4519), + [anon_sym_BANGis] = ACTIONS(4521), + [anon_sym_PLUS] = ACTIONS(4519), + [anon_sym_DASH] = ACTIONS(4519), + [anon_sym_SLASH] = ACTIONS(4519), + [anon_sym_PERCENT] = ACTIONS(4519), + [anon_sym_as_QMARK] = ACTIONS(4521), + [anon_sym_PLUS_PLUS] = ACTIONS(4521), + [anon_sym_DASH_DASH] = ACTIONS(4521), + [anon_sym_BANG_BANG] = ACTIONS(4521), + [anon_sym_suspend] = ACTIONS(4519), + [anon_sym_sealed] = ACTIONS(4519), + [anon_sym_annotation] = ACTIONS(4519), + [anon_sym_data] = ACTIONS(4519), + [anon_sym_inner] = ACTIONS(4519), + [anon_sym_override] = ACTIONS(4519), + [anon_sym_lateinit] = ACTIONS(4519), + [anon_sym_public] = ACTIONS(4519), + [anon_sym_private] = ACTIONS(4519), + [anon_sym_internal] = ACTIONS(4519), + [anon_sym_protected] = ACTIONS(4519), + [anon_sym_tailrec] = ACTIONS(4519), + [anon_sym_operator] = ACTIONS(4519), + [anon_sym_infix] = ACTIONS(4519), + [anon_sym_inline] = ACTIONS(4519), + [anon_sym_external] = ACTIONS(4519), + [sym_property_modifier] = ACTIONS(4519), + [anon_sym_abstract] = ACTIONS(4519), + [anon_sym_final] = ACTIONS(4519), + [anon_sym_open] = ACTIONS(4519), + [anon_sym_vararg] = ACTIONS(4519), + [anon_sym_noinline] = ACTIONS(4519), + [anon_sym_crossinline] = ACTIONS(4519), + [anon_sym_expect] = ACTIONS(4519), + [anon_sym_actual] = ACTIONS(4519), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4521), + [sym__automatic_semicolon] = ACTIONS(4521), + [sym_safe_nav] = ACTIONS(4521), + [sym_multiline_comment] = ACTIONS(3), }, - [3885] = { - [sym_function_body] = STATE(3262), - [sym__block] = STATE(3367), + [3832] = { + [sym__alpha_identifier] = ACTIONS(4816), + [anon_sym_AT] = ACTIONS(4818), + [anon_sym_LBRACK] = ACTIONS(4818), + [anon_sym_as] = ACTIONS(4816), + [anon_sym_EQ] = ACTIONS(4816), + [anon_sym_LBRACE] = ACTIONS(4818), + [anon_sym_RBRACE] = ACTIONS(4818), + [anon_sym_LPAREN] = ACTIONS(4818), + [anon_sym_COMMA] = ACTIONS(4818), + [anon_sym_LT] = ACTIONS(4816), + [anon_sym_GT] = ACTIONS(4816), + [anon_sym_where] = ACTIONS(4816), + [anon_sym_DOT] = ACTIONS(4816), + [anon_sym_SEMI] = ACTIONS(4818), + [anon_sym_get] = ACTIONS(4816), + [anon_sym_set] = ACTIONS(4816), + [anon_sym_STAR] = ACTIONS(4816), + [sym_label] = ACTIONS(4818), + [anon_sym_in] = ACTIONS(4816), + [anon_sym_DOT_DOT] = ACTIONS(4818), + [anon_sym_QMARK_COLON] = ACTIONS(4818), + [anon_sym_AMP_AMP] = ACTIONS(4818), + [anon_sym_PIPE_PIPE] = ACTIONS(4818), + [anon_sym_else] = ACTIONS(4816), + [anon_sym_COLON_COLON] = ACTIONS(4818), + [anon_sym_PLUS_EQ] = ACTIONS(4818), + [anon_sym_DASH_EQ] = ACTIONS(4818), + [anon_sym_STAR_EQ] = ACTIONS(4818), + [anon_sym_SLASH_EQ] = ACTIONS(4818), + [anon_sym_PERCENT_EQ] = ACTIONS(4818), + [anon_sym_BANG_EQ] = ACTIONS(4816), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4818), + [anon_sym_EQ_EQ] = ACTIONS(4816), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4818), + [anon_sym_LT_EQ] = ACTIONS(4818), + [anon_sym_GT_EQ] = ACTIONS(4818), + [anon_sym_BANGin] = ACTIONS(4818), + [anon_sym_is] = ACTIONS(4816), + [anon_sym_BANGis] = ACTIONS(4818), + [anon_sym_PLUS] = ACTIONS(4816), + [anon_sym_DASH] = ACTIONS(4816), + [anon_sym_SLASH] = ACTIONS(4816), + [anon_sym_PERCENT] = ACTIONS(4816), + [anon_sym_as_QMARK] = ACTIONS(4818), + [anon_sym_PLUS_PLUS] = ACTIONS(4818), + [anon_sym_DASH_DASH] = ACTIONS(4818), + [anon_sym_BANG_BANG] = ACTIONS(4818), + [anon_sym_suspend] = ACTIONS(4816), + [anon_sym_sealed] = ACTIONS(4816), + [anon_sym_annotation] = ACTIONS(4816), + [anon_sym_data] = ACTIONS(4816), + [anon_sym_inner] = ACTIONS(4816), + [anon_sym_override] = ACTIONS(4816), + [anon_sym_lateinit] = ACTIONS(4816), + [anon_sym_public] = ACTIONS(4816), + [anon_sym_private] = ACTIONS(4816), + [anon_sym_internal] = ACTIONS(4816), + [anon_sym_protected] = ACTIONS(4816), + [anon_sym_tailrec] = ACTIONS(4816), + [anon_sym_operator] = ACTIONS(4816), + [anon_sym_infix] = ACTIONS(4816), + [anon_sym_inline] = ACTIONS(4816), + [anon_sym_external] = ACTIONS(4816), + [sym_property_modifier] = ACTIONS(4816), + [anon_sym_abstract] = ACTIONS(4816), + [anon_sym_final] = ACTIONS(4816), + [anon_sym_open] = ACTIONS(4816), + [anon_sym_vararg] = ACTIONS(4816), + [anon_sym_noinline] = ACTIONS(4816), + [anon_sym_crossinline] = ACTIONS(4816), + [anon_sym_expect] = ACTIONS(4816), + [anon_sym_actual] = ACTIONS(4816), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4818), + [sym__automatic_semicolon] = ACTIONS(4818), + [sym_safe_nav] = ACTIONS(4818), + [sym_multiline_comment] = ACTIONS(3), + }, + [3833] = { [sym__alpha_identifier] = ACTIONS(4503), [anon_sym_AT] = ACTIONS(4505), [anon_sym_LBRACK] = ACTIONS(4505), - [anon_sym_RBRACK] = ACTIONS(4505), [anon_sym_as] = ACTIONS(4503), - [anon_sym_EQ] = ACTIONS(6621), - [anon_sym_LBRACE] = ACTIONS(6236), + [anon_sym_EQ] = ACTIONS(4503), + [anon_sym_LBRACE] = ACTIONS(4505), [anon_sym_RBRACE] = ACTIONS(4505), [anon_sym_LPAREN] = ACTIONS(4505), [anon_sym_COMMA] = ACTIONS(4505), - [anon_sym_RPAREN] = ACTIONS(4505), [anon_sym_LT] = ACTIONS(4503), [anon_sym_GT] = ACTIONS(4503), [anon_sym_where] = ACTIONS(4503), @@ -413415,17 +409471,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_SEMI] = ACTIONS(4505), [anon_sym_get] = ACTIONS(4503), [anon_sym_set] = ACTIONS(4503), - [anon_sym_STAR] = ACTIONS(4505), - [anon_sym_DASH_GT] = ACTIONS(4505), + [anon_sym_STAR] = ACTIONS(4503), [sym_label] = ACTIONS(4505), [anon_sym_in] = ACTIONS(4503), - [anon_sym_while] = ACTIONS(4503), [anon_sym_DOT_DOT] = ACTIONS(4505), [anon_sym_QMARK_COLON] = ACTIONS(4505), [anon_sym_AMP_AMP] = ACTIONS(4505), [anon_sym_PIPE_PIPE] = ACTIONS(4505), [anon_sym_else] = ACTIONS(4503), [anon_sym_COLON_COLON] = ACTIONS(4505), + [anon_sym_PLUS_EQ] = ACTIONS(4505), + [anon_sym_DASH_EQ] = ACTIONS(4505), + [anon_sym_STAR_EQ] = ACTIONS(4505), + [anon_sym_SLASH_EQ] = ACTIONS(4505), + [anon_sym_PERCENT_EQ] = ACTIONS(4505), [anon_sym_BANG_EQ] = ACTIONS(4503), [anon_sym_BANG_EQ_EQ] = ACTIONS(4505), [anon_sym_EQ_EQ] = ACTIONS(4503), @@ -413438,7 +409497,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(4503), [anon_sym_DASH] = ACTIONS(4503), [anon_sym_SLASH] = ACTIONS(4503), - [anon_sym_PERCENT] = ACTIONS(4505), + [anon_sym_PERCENT] = ACTIONS(4503), [anon_sym_as_QMARK] = ACTIONS(4505), [anon_sym_PLUS_PLUS] = ACTIONS(4505), [anon_sym_DASH_DASH] = ACTIONS(4505), @@ -413470,1432 +409529,5783 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(4503), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(4505), + [sym__automatic_semicolon] = ACTIONS(4505), [sym_safe_nav] = ACTIONS(4505), [sym_multiline_comment] = ACTIONS(3), }, - [3886] = { - [sym_function_body] = STATE(3142), - [sym__block] = STATE(3245), - [sym__alpha_identifier] = ACTIONS(4300), - [anon_sym_AT] = ACTIONS(4302), - [anon_sym_LBRACK] = ACTIONS(4302), - [anon_sym_as] = ACTIONS(4300), - [anon_sym_EQ] = ACTIONS(6642), - [anon_sym_LBRACE] = ACTIONS(6220), - [anon_sym_RBRACE] = ACTIONS(4302), - [anon_sym_LPAREN] = ACTIONS(4302), - [anon_sym_COMMA] = ACTIONS(4302), - [anon_sym_LT] = ACTIONS(4300), - [anon_sym_GT] = ACTIONS(4300), - [anon_sym_where] = ACTIONS(4300), - [anon_sym_object] = ACTIONS(4300), - [anon_sym_fun] = ACTIONS(4300), - [anon_sym_DOT] = ACTIONS(4300), - [anon_sym_SEMI] = ACTIONS(4302), - [anon_sym_get] = ACTIONS(4300), - [anon_sym_set] = ACTIONS(4300), - [anon_sym_this] = ACTIONS(4300), - [anon_sym_super] = ACTIONS(4300), - [anon_sym_STAR] = ACTIONS(4302), - [sym_label] = ACTIONS(4300), - [anon_sym_in] = ACTIONS(4300), - [anon_sym_DOT_DOT] = ACTIONS(4302), - [anon_sym_QMARK_COLON] = ACTIONS(4302), - [anon_sym_AMP_AMP] = ACTIONS(4302), - [anon_sym_PIPE_PIPE] = ACTIONS(4302), - [anon_sym_null] = ACTIONS(4300), - [anon_sym_if] = ACTIONS(4300), - [anon_sym_else] = ACTIONS(4300), - [anon_sym_when] = ACTIONS(4300), - [anon_sym_try] = ACTIONS(4300), - [anon_sym_throw] = ACTIONS(4300), - [anon_sym_return] = ACTIONS(4300), - [anon_sym_continue] = ACTIONS(4300), - [anon_sym_break] = ACTIONS(4300), - [anon_sym_COLON_COLON] = ACTIONS(4302), - [anon_sym_BANG_EQ] = ACTIONS(4300), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4302), - [anon_sym_EQ_EQ] = ACTIONS(4300), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4302), - [anon_sym_LT_EQ] = ACTIONS(4302), - [anon_sym_GT_EQ] = ACTIONS(4302), - [anon_sym_BANGin] = ACTIONS(4302), - [anon_sym_is] = ACTIONS(4300), - [anon_sym_BANGis] = ACTIONS(4302), - [anon_sym_PLUS] = ACTIONS(4300), - [anon_sym_DASH] = ACTIONS(4300), - [anon_sym_SLASH] = ACTIONS(4300), - [anon_sym_PERCENT] = ACTIONS(4302), - [anon_sym_as_QMARK] = ACTIONS(4302), - [anon_sym_PLUS_PLUS] = ACTIONS(4302), - [anon_sym_DASH_DASH] = ACTIONS(4302), - [anon_sym_BANG] = ACTIONS(4300), - [anon_sym_BANG_BANG] = ACTIONS(4302), - [anon_sym_data] = ACTIONS(4300), - [anon_sym_inner] = ACTIONS(4300), - [anon_sym_expect] = ACTIONS(4300), - [anon_sym_actual] = ACTIONS(4300), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4302), - [anon_sym_continue_AT] = ACTIONS(4302), - [anon_sym_break_AT] = ACTIONS(4302), - [sym_real_literal] = ACTIONS(4302), - [sym_integer_literal] = ACTIONS(4300), - [sym_hex_literal] = ACTIONS(4302), - [sym_bin_literal] = ACTIONS(4302), - [anon_sym_true] = ACTIONS(4300), - [anon_sym_false] = ACTIONS(4300), - [anon_sym_SQUOTE] = ACTIONS(4302), - [sym__backtick_identifier] = ACTIONS(4302), - [sym__automatic_semicolon] = ACTIONS(4302), - [sym_safe_nav] = ACTIONS(4302), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4302), + [3834] = { + [sym_function_body] = STATE(3707), + [sym__block] = STATE(3738), + [sym__alpha_identifier] = ACTIONS(4260), + [anon_sym_AT] = ACTIONS(4262), + [anon_sym_LBRACK] = ACTIONS(4262), + [anon_sym_as] = ACTIONS(4260), + [anon_sym_EQ] = ACTIONS(6527), + [anon_sym_LBRACE] = ACTIONS(6461), + [anon_sym_RBRACE] = ACTIONS(4262), + [anon_sym_LPAREN] = ACTIONS(4262), + [anon_sym_LT] = ACTIONS(4260), + [anon_sym_GT] = ACTIONS(4260), + [anon_sym_DOT] = ACTIONS(4260), + [anon_sym_SEMI] = ACTIONS(4262), + [anon_sym_get] = ACTIONS(4260), + [anon_sym_set] = ACTIONS(4260), + [anon_sym_STAR] = ACTIONS(4260), + [sym_label] = ACTIONS(4262), + [anon_sym_in] = ACTIONS(4260), + [anon_sym_DOT_DOT] = ACTIONS(4262), + [anon_sym_QMARK_COLON] = ACTIONS(4262), + [anon_sym_AMP_AMP] = ACTIONS(4262), + [anon_sym_PIPE_PIPE] = ACTIONS(4262), + [anon_sym_else] = ACTIONS(4260), + [anon_sym_COLON_COLON] = ACTIONS(4262), + [anon_sym_PLUS_EQ] = ACTIONS(4262), + [anon_sym_DASH_EQ] = ACTIONS(4262), + [anon_sym_STAR_EQ] = ACTIONS(4262), + [anon_sym_SLASH_EQ] = ACTIONS(4262), + [anon_sym_PERCENT_EQ] = ACTIONS(4262), + [anon_sym_BANG_EQ] = ACTIONS(4260), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4262), + [anon_sym_EQ_EQ] = ACTIONS(4260), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4262), + [anon_sym_LT_EQ] = ACTIONS(4262), + [anon_sym_GT_EQ] = ACTIONS(4262), + [anon_sym_BANGin] = ACTIONS(4262), + [anon_sym_is] = ACTIONS(4260), + [anon_sym_BANGis] = ACTIONS(4262), + [anon_sym_PLUS] = ACTIONS(4260), + [anon_sym_DASH] = ACTIONS(4260), + [anon_sym_SLASH] = ACTIONS(4260), + [anon_sym_PERCENT] = ACTIONS(4260), + [anon_sym_as_QMARK] = ACTIONS(4262), + [anon_sym_PLUS_PLUS] = ACTIONS(4262), + [anon_sym_DASH_DASH] = ACTIONS(4262), + [anon_sym_BANG_BANG] = ACTIONS(4262), + [anon_sym_suspend] = ACTIONS(4260), + [anon_sym_sealed] = ACTIONS(4260), + [anon_sym_annotation] = ACTIONS(4260), + [anon_sym_data] = ACTIONS(4260), + [anon_sym_inner] = ACTIONS(4260), + [anon_sym_override] = ACTIONS(4260), + [anon_sym_lateinit] = ACTIONS(4260), + [anon_sym_public] = ACTIONS(4260), + [anon_sym_private] = ACTIONS(4260), + [anon_sym_internal] = ACTIONS(4260), + [anon_sym_protected] = ACTIONS(4260), + [anon_sym_tailrec] = ACTIONS(4260), + [anon_sym_operator] = ACTIONS(4260), + [anon_sym_infix] = ACTIONS(4260), + [anon_sym_inline] = ACTIONS(4260), + [anon_sym_external] = ACTIONS(4260), + [sym_property_modifier] = ACTIONS(4260), + [anon_sym_abstract] = ACTIONS(4260), + [anon_sym_final] = ACTIONS(4260), + [anon_sym_open] = ACTIONS(4260), + [anon_sym_vararg] = ACTIONS(4260), + [anon_sym_noinline] = ACTIONS(4260), + [anon_sym_crossinline] = ACTIONS(4260), + [anon_sym_expect] = ACTIONS(4260), + [anon_sym_actual] = ACTIONS(4260), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4262), + [sym__automatic_semicolon] = ACTIONS(4262), + [sym_safe_nav] = ACTIONS(4262), + [sym_multiline_comment] = ACTIONS(3), }, - [3887] = { - [sym_function_body] = STATE(3288), - [sym__block] = STATE(3245), - [sym__alpha_identifier] = ACTIONS(4083), - [anon_sym_AT] = ACTIONS(4085), - [anon_sym_LBRACK] = ACTIONS(4085), - [anon_sym_as] = ACTIONS(4083), - [anon_sym_EQ] = ACTIONS(6642), - [anon_sym_LBRACE] = ACTIONS(6220), - [anon_sym_RBRACE] = ACTIONS(4085), - [anon_sym_LPAREN] = ACTIONS(4085), - [anon_sym_COMMA] = ACTIONS(4085), - [anon_sym_LT] = ACTIONS(4083), - [anon_sym_GT] = ACTIONS(4083), - [anon_sym_where] = ACTIONS(4083), - [anon_sym_object] = ACTIONS(4083), - [anon_sym_fun] = ACTIONS(4083), - [anon_sym_DOT] = ACTIONS(4083), - [anon_sym_SEMI] = ACTIONS(4085), - [anon_sym_get] = ACTIONS(4083), - [anon_sym_set] = ACTIONS(4083), - [anon_sym_this] = ACTIONS(4083), - [anon_sym_super] = ACTIONS(4083), + [3835] = { + [sym_function_body] = STATE(3709), + [sym__block] = STATE(3738), + [sym__alpha_identifier] = ACTIONS(4256), + [anon_sym_AT] = ACTIONS(4258), + [anon_sym_LBRACK] = ACTIONS(4258), + [anon_sym_as] = ACTIONS(4256), + [anon_sym_EQ] = ACTIONS(6527), + [anon_sym_LBRACE] = ACTIONS(6461), + [anon_sym_RBRACE] = ACTIONS(4258), + [anon_sym_LPAREN] = ACTIONS(4258), + [anon_sym_LT] = ACTIONS(4256), + [anon_sym_GT] = ACTIONS(4256), + [anon_sym_DOT] = ACTIONS(4256), + [anon_sym_SEMI] = ACTIONS(4258), + [anon_sym_get] = ACTIONS(4256), + [anon_sym_set] = ACTIONS(4256), + [anon_sym_STAR] = ACTIONS(4256), + [sym_label] = ACTIONS(4258), + [anon_sym_in] = ACTIONS(4256), + [anon_sym_DOT_DOT] = ACTIONS(4258), + [anon_sym_QMARK_COLON] = ACTIONS(4258), + [anon_sym_AMP_AMP] = ACTIONS(4258), + [anon_sym_PIPE_PIPE] = ACTIONS(4258), + [anon_sym_else] = ACTIONS(4256), + [anon_sym_COLON_COLON] = ACTIONS(4258), + [anon_sym_PLUS_EQ] = ACTIONS(4258), + [anon_sym_DASH_EQ] = ACTIONS(4258), + [anon_sym_STAR_EQ] = ACTIONS(4258), + [anon_sym_SLASH_EQ] = ACTIONS(4258), + [anon_sym_PERCENT_EQ] = ACTIONS(4258), + [anon_sym_BANG_EQ] = ACTIONS(4256), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4258), + [anon_sym_EQ_EQ] = ACTIONS(4256), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4258), + [anon_sym_LT_EQ] = ACTIONS(4258), + [anon_sym_GT_EQ] = ACTIONS(4258), + [anon_sym_BANGin] = ACTIONS(4258), + [anon_sym_is] = ACTIONS(4256), + [anon_sym_BANGis] = ACTIONS(4258), + [anon_sym_PLUS] = ACTIONS(4256), + [anon_sym_DASH] = ACTIONS(4256), + [anon_sym_SLASH] = ACTIONS(4256), + [anon_sym_PERCENT] = ACTIONS(4256), + [anon_sym_as_QMARK] = ACTIONS(4258), + [anon_sym_PLUS_PLUS] = ACTIONS(4258), + [anon_sym_DASH_DASH] = ACTIONS(4258), + [anon_sym_BANG_BANG] = ACTIONS(4258), + [anon_sym_suspend] = ACTIONS(4256), + [anon_sym_sealed] = ACTIONS(4256), + [anon_sym_annotation] = ACTIONS(4256), + [anon_sym_data] = ACTIONS(4256), + [anon_sym_inner] = ACTIONS(4256), + [anon_sym_override] = ACTIONS(4256), + [anon_sym_lateinit] = ACTIONS(4256), + [anon_sym_public] = ACTIONS(4256), + [anon_sym_private] = ACTIONS(4256), + [anon_sym_internal] = ACTIONS(4256), + [anon_sym_protected] = ACTIONS(4256), + [anon_sym_tailrec] = ACTIONS(4256), + [anon_sym_operator] = ACTIONS(4256), + [anon_sym_infix] = ACTIONS(4256), + [anon_sym_inline] = ACTIONS(4256), + [anon_sym_external] = ACTIONS(4256), + [sym_property_modifier] = ACTIONS(4256), + [anon_sym_abstract] = ACTIONS(4256), + [anon_sym_final] = ACTIONS(4256), + [anon_sym_open] = ACTIONS(4256), + [anon_sym_vararg] = ACTIONS(4256), + [anon_sym_noinline] = ACTIONS(4256), + [anon_sym_crossinline] = ACTIONS(4256), + [anon_sym_expect] = ACTIONS(4256), + [anon_sym_actual] = ACTIONS(4256), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4258), + [sym__automatic_semicolon] = ACTIONS(4258), + [sym_safe_nav] = ACTIONS(4258), + [sym_multiline_comment] = ACTIONS(3), + }, + [3836] = { + [sym__alpha_identifier] = ACTIONS(4842), + [anon_sym_AT] = ACTIONS(4844), + [anon_sym_LBRACK] = ACTIONS(4844), + [anon_sym_as] = ACTIONS(4842), + [anon_sym_EQ] = ACTIONS(4842), + [anon_sym_LBRACE] = ACTIONS(4844), + [anon_sym_RBRACE] = ACTIONS(4844), + [anon_sym_LPAREN] = ACTIONS(4844), + [anon_sym_COMMA] = ACTIONS(4844), + [anon_sym_LT] = ACTIONS(4842), + [anon_sym_GT] = ACTIONS(4842), + [anon_sym_where] = ACTIONS(4842), + [anon_sym_DOT] = ACTIONS(4842), + [anon_sym_SEMI] = ACTIONS(4844), + [anon_sym_get] = ACTIONS(4842), + [anon_sym_set] = ACTIONS(4842), + [anon_sym_STAR] = ACTIONS(4842), + [sym_label] = ACTIONS(4844), + [anon_sym_in] = ACTIONS(4842), + [anon_sym_DOT_DOT] = ACTIONS(4844), + [anon_sym_QMARK_COLON] = ACTIONS(4844), + [anon_sym_AMP_AMP] = ACTIONS(4844), + [anon_sym_PIPE_PIPE] = ACTIONS(4844), + [anon_sym_else] = ACTIONS(4842), + [anon_sym_COLON_COLON] = ACTIONS(6866), + [anon_sym_PLUS_EQ] = ACTIONS(4844), + [anon_sym_DASH_EQ] = ACTIONS(4844), + [anon_sym_STAR_EQ] = ACTIONS(4844), + [anon_sym_SLASH_EQ] = ACTIONS(4844), + [anon_sym_PERCENT_EQ] = ACTIONS(4844), + [anon_sym_BANG_EQ] = ACTIONS(4842), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4844), + [anon_sym_EQ_EQ] = ACTIONS(4842), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4844), + [anon_sym_LT_EQ] = ACTIONS(4844), + [anon_sym_GT_EQ] = ACTIONS(4844), + [anon_sym_BANGin] = ACTIONS(4844), + [anon_sym_is] = ACTIONS(4842), + [anon_sym_BANGis] = ACTIONS(4844), + [anon_sym_PLUS] = ACTIONS(4842), + [anon_sym_DASH] = ACTIONS(4842), + [anon_sym_SLASH] = ACTIONS(4842), + [anon_sym_PERCENT] = ACTIONS(4842), + [anon_sym_as_QMARK] = ACTIONS(4844), + [anon_sym_PLUS_PLUS] = ACTIONS(4844), + [anon_sym_DASH_DASH] = ACTIONS(4844), + [anon_sym_BANG_BANG] = ACTIONS(4844), + [anon_sym_suspend] = ACTIONS(4842), + [anon_sym_sealed] = ACTIONS(4842), + [anon_sym_annotation] = ACTIONS(4842), + [anon_sym_data] = ACTIONS(4842), + [anon_sym_inner] = ACTIONS(4842), + [anon_sym_override] = ACTIONS(4842), + [anon_sym_lateinit] = ACTIONS(4842), + [anon_sym_public] = ACTIONS(4842), + [anon_sym_private] = ACTIONS(4842), + [anon_sym_internal] = ACTIONS(4842), + [anon_sym_protected] = ACTIONS(4842), + [anon_sym_tailrec] = ACTIONS(4842), + [anon_sym_operator] = ACTIONS(4842), + [anon_sym_infix] = ACTIONS(4842), + [anon_sym_inline] = ACTIONS(4842), + [anon_sym_external] = ACTIONS(4842), + [sym_property_modifier] = ACTIONS(4842), + [anon_sym_abstract] = ACTIONS(4842), + [anon_sym_final] = ACTIONS(4842), + [anon_sym_open] = ACTIONS(4842), + [anon_sym_vararg] = ACTIONS(4842), + [anon_sym_noinline] = ACTIONS(4842), + [anon_sym_crossinline] = ACTIONS(4842), + [anon_sym_expect] = ACTIONS(4842), + [anon_sym_actual] = ACTIONS(4842), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4844), + [sym__automatic_semicolon] = ACTIONS(4844), + [sym_safe_nav] = ACTIONS(4844), + [sym_multiline_comment] = ACTIONS(3), + }, + [3837] = { + [sym__alpha_identifier] = ACTIONS(4085), + [anon_sym_AT] = ACTIONS(4087), + [anon_sym_LBRACK] = ACTIONS(4087), + [anon_sym_as] = ACTIONS(4085), + [anon_sym_EQ] = ACTIONS(4085), + [anon_sym_LBRACE] = ACTIONS(4087), + [anon_sym_RBRACE] = ACTIONS(4087), + [anon_sym_LPAREN] = ACTIONS(4087), + [anon_sym_COMMA] = ACTIONS(4087), + [anon_sym_LT] = ACTIONS(4085), + [anon_sym_GT] = ACTIONS(4085), + [anon_sym_where] = ACTIONS(4085), + [anon_sym_DOT] = ACTIONS(4085), + [anon_sym_SEMI] = ACTIONS(4087), + [anon_sym_get] = ACTIONS(4085), + [anon_sym_set] = ACTIONS(4085), [anon_sym_STAR] = ACTIONS(4085), - [sym_label] = ACTIONS(4083), - [anon_sym_in] = ACTIONS(4083), - [anon_sym_DOT_DOT] = ACTIONS(4085), - [anon_sym_QMARK_COLON] = ACTIONS(4085), - [anon_sym_AMP_AMP] = ACTIONS(4085), - [anon_sym_PIPE_PIPE] = ACTIONS(4085), - [anon_sym_null] = ACTIONS(4083), - [anon_sym_if] = ACTIONS(4083), - [anon_sym_else] = ACTIONS(4083), - [anon_sym_when] = ACTIONS(4083), - [anon_sym_try] = ACTIONS(4083), - [anon_sym_throw] = ACTIONS(4083), - [anon_sym_return] = ACTIONS(4083), - [anon_sym_continue] = ACTIONS(4083), - [anon_sym_break] = ACTIONS(4083), - [anon_sym_COLON_COLON] = ACTIONS(4085), - [anon_sym_BANG_EQ] = ACTIONS(4083), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4085), - [anon_sym_EQ_EQ] = ACTIONS(4083), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4085), - [anon_sym_LT_EQ] = ACTIONS(4085), - [anon_sym_GT_EQ] = ACTIONS(4085), - [anon_sym_BANGin] = ACTIONS(4085), - [anon_sym_is] = ACTIONS(4083), - [anon_sym_BANGis] = ACTIONS(4085), - [anon_sym_PLUS] = ACTIONS(4083), - [anon_sym_DASH] = ACTIONS(4083), - [anon_sym_SLASH] = ACTIONS(4083), + [sym_label] = ACTIONS(4087), + [anon_sym_in] = ACTIONS(4085), + [anon_sym_DOT_DOT] = ACTIONS(4087), + [anon_sym_QMARK_COLON] = ACTIONS(4087), + [anon_sym_AMP_AMP] = ACTIONS(4087), + [anon_sym_PIPE_PIPE] = ACTIONS(4087), + [anon_sym_else] = ACTIONS(4085), + [anon_sym_COLON_COLON] = ACTIONS(4087), + [anon_sym_PLUS_EQ] = ACTIONS(4087), + [anon_sym_DASH_EQ] = ACTIONS(4087), + [anon_sym_STAR_EQ] = ACTIONS(4087), + [anon_sym_SLASH_EQ] = ACTIONS(4087), + [anon_sym_PERCENT_EQ] = ACTIONS(4087), + [anon_sym_BANG_EQ] = ACTIONS(4085), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4087), + [anon_sym_EQ_EQ] = ACTIONS(4085), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4087), + [anon_sym_LT_EQ] = ACTIONS(4087), + [anon_sym_GT_EQ] = ACTIONS(4087), + [anon_sym_BANGin] = ACTIONS(4087), + [anon_sym_is] = ACTIONS(4085), + [anon_sym_BANGis] = ACTIONS(4087), + [anon_sym_PLUS] = ACTIONS(4085), + [anon_sym_DASH] = ACTIONS(4085), + [anon_sym_SLASH] = ACTIONS(4085), [anon_sym_PERCENT] = ACTIONS(4085), - [anon_sym_as_QMARK] = ACTIONS(4085), - [anon_sym_PLUS_PLUS] = ACTIONS(4085), - [anon_sym_DASH_DASH] = ACTIONS(4085), - [anon_sym_BANG] = ACTIONS(4083), - [anon_sym_BANG_BANG] = ACTIONS(4085), - [anon_sym_data] = ACTIONS(4083), - [anon_sym_inner] = ACTIONS(4083), - [anon_sym_expect] = ACTIONS(4083), - [anon_sym_actual] = ACTIONS(4083), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4085), - [anon_sym_continue_AT] = ACTIONS(4085), - [anon_sym_break_AT] = ACTIONS(4085), - [sym_real_literal] = ACTIONS(4085), - [sym_integer_literal] = ACTIONS(4083), - [sym_hex_literal] = ACTIONS(4085), - [sym_bin_literal] = ACTIONS(4085), - [anon_sym_true] = ACTIONS(4083), - [anon_sym_false] = ACTIONS(4083), - [anon_sym_SQUOTE] = ACTIONS(4085), - [sym__backtick_identifier] = ACTIONS(4085), - [sym__automatic_semicolon] = ACTIONS(4085), - [sym_safe_nav] = ACTIONS(4085), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4085), + [anon_sym_as_QMARK] = ACTIONS(4087), + [anon_sym_PLUS_PLUS] = ACTIONS(4087), + [anon_sym_DASH_DASH] = ACTIONS(4087), + [anon_sym_BANG_BANG] = ACTIONS(4087), + [anon_sym_suspend] = ACTIONS(4085), + [anon_sym_sealed] = ACTIONS(4085), + [anon_sym_annotation] = ACTIONS(4085), + [anon_sym_data] = ACTIONS(4085), + [anon_sym_inner] = ACTIONS(4085), + [anon_sym_override] = ACTIONS(4085), + [anon_sym_lateinit] = ACTIONS(4085), + [anon_sym_public] = ACTIONS(4085), + [anon_sym_private] = ACTIONS(4085), + [anon_sym_internal] = ACTIONS(4085), + [anon_sym_protected] = ACTIONS(4085), + [anon_sym_tailrec] = ACTIONS(4085), + [anon_sym_operator] = ACTIONS(4085), + [anon_sym_infix] = ACTIONS(4085), + [anon_sym_inline] = ACTIONS(4085), + [anon_sym_external] = ACTIONS(4085), + [sym_property_modifier] = ACTIONS(4085), + [anon_sym_abstract] = ACTIONS(4085), + [anon_sym_final] = ACTIONS(4085), + [anon_sym_open] = ACTIONS(4085), + [anon_sym_vararg] = ACTIONS(4085), + [anon_sym_noinline] = ACTIONS(4085), + [anon_sym_crossinline] = ACTIONS(4085), + [anon_sym_expect] = ACTIONS(4085), + [anon_sym_actual] = ACTIONS(4085), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4087), + [sym__automatic_semicolon] = ACTIONS(4087), + [sym_safe_nav] = ACTIONS(4087), + [sym_multiline_comment] = ACTIONS(3), + }, + [3838] = { + [sym__alpha_identifier] = ACTIONS(4792), + [anon_sym_AT] = ACTIONS(4794), + [anon_sym_LBRACK] = ACTIONS(4794), + [anon_sym_as] = ACTIONS(4792), + [anon_sym_EQ] = ACTIONS(4792), + [anon_sym_LBRACE] = ACTIONS(4794), + [anon_sym_RBRACE] = ACTIONS(4794), + [anon_sym_LPAREN] = ACTIONS(4794), + [anon_sym_COMMA] = ACTIONS(4794), + [anon_sym_LT] = ACTIONS(4792), + [anon_sym_GT] = ACTIONS(4792), + [anon_sym_where] = ACTIONS(4792), + [anon_sym_DOT] = ACTIONS(4792), + [anon_sym_SEMI] = ACTIONS(4794), + [anon_sym_get] = ACTIONS(4792), + [anon_sym_set] = ACTIONS(4792), + [anon_sym_STAR] = ACTIONS(4792), + [sym_label] = ACTIONS(4794), + [anon_sym_in] = ACTIONS(4792), + [anon_sym_DOT_DOT] = ACTIONS(4794), + [anon_sym_QMARK_COLON] = ACTIONS(4794), + [anon_sym_AMP_AMP] = ACTIONS(4794), + [anon_sym_PIPE_PIPE] = ACTIONS(4794), + [anon_sym_else] = ACTIONS(6896), + [anon_sym_COLON_COLON] = ACTIONS(4794), + [anon_sym_PLUS_EQ] = ACTIONS(4794), + [anon_sym_DASH_EQ] = ACTIONS(4794), + [anon_sym_STAR_EQ] = ACTIONS(4794), + [anon_sym_SLASH_EQ] = ACTIONS(4794), + [anon_sym_PERCENT_EQ] = ACTIONS(4794), + [anon_sym_BANG_EQ] = ACTIONS(4792), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4794), + [anon_sym_EQ_EQ] = ACTIONS(4792), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4794), + [anon_sym_LT_EQ] = ACTIONS(4794), + [anon_sym_GT_EQ] = ACTIONS(4794), + [anon_sym_BANGin] = ACTIONS(4794), + [anon_sym_is] = ACTIONS(4792), + [anon_sym_BANGis] = ACTIONS(4794), + [anon_sym_PLUS] = ACTIONS(4792), + [anon_sym_DASH] = ACTIONS(4792), + [anon_sym_SLASH] = ACTIONS(4792), + [anon_sym_PERCENT] = ACTIONS(4792), + [anon_sym_as_QMARK] = ACTIONS(4794), + [anon_sym_PLUS_PLUS] = ACTIONS(4794), + [anon_sym_DASH_DASH] = ACTIONS(4794), + [anon_sym_BANG_BANG] = ACTIONS(4794), + [anon_sym_suspend] = ACTIONS(4792), + [anon_sym_sealed] = ACTIONS(4792), + [anon_sym_annotation] = ACTIONS(4792), + [anon_sym_data] = ACTIONS(4792), + [anon_sym_inner] = ACTIONS(4792), + [anon_sym_override] = ACTIONS(4792), + [anon_sym_lateinit] = ACTIONS(4792), + [anon_sym_public] = ACTIONS(4792), + [anon_sym_private] = ACTIONS(4792), + [anon_sym_internal] = ACTIONS(4792), + [anon_sym_protected] = ACTIONS(4792), + [anon_sym_tailrec] = ACTIONS(4792), + [anon_sym_operator] = ACTIONS(4792), + [anon_sym_infix] = ACTIONS(4792), + [anon_sym_inline] = ACTIONS(4792), + [anon_sym_external] = ACTIONS(4792), + [sym_property_modifier] = ACTIONS(4792), + [anon_sym_abstract] = ACTIONS(4792), + [anon_sym_final] = ACTIONS(4792), + [anon_sym_open] = ACTIONS(4792), + [anon_sym_vararg] = ACTIONS(4792), + [anon_sym_noinline] = ACTIONS(4792), + [anon_sym_crossinline] = ACTIONS(4792), + [anon_sym_expect] = ACTIONS(4792), + [anon_sym_actual] = ACTIONS(4792), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4794), + [sym__automatic_semicolon] = ACTIONS(4794), + [sym_safe_nav] = ACTIONS(4794), + [sym_multiline_comment] = ACTIONS(3), + }, + [3839] = { + [sym_function_body] = STATE(3730), + [sym__block] = STATE(3738), + [sym__alpha_identifier] = ACTIONS(4487), + [anon_sym_AT] = ACTIONS(4489), + [anon_sym_LBRACK] = ACTIONS(4489), + [anon_sym_as] = ACTIONS(4487), + [anon_sym_EQ] = ACTIONS(6527), + [anon_sym_LBRACE] = ACTIONS(6461), + [anon_sym_RBRACE] = ACTIONS(4489), + [anon_sym_LPAREN] = ACTIONS(4489), + [anon_sym_LT] = ACTIONS(4487), + [anon_sym_GT] = ACTIONS(4487), + [anon_sym_DOT] = ACTIONS(4487), + [anon_sym_SEMI] = ACTIONS(4489), + [anon_sym_get] = ACTIONS(4487), + [anon_sym_set] = ACTIONS(4487), + [anon_sym_STAR] = ACTIONS(4487), + [sym_label] = ACTIONS(4489), + [anon_sym_in] = ACTIONS(4487), + [anon_sym_DOT_DOT] = ACTIONS(4489), + [anon_sym_QMARK_COLON] = ACTIONS(4489), + [anon_sym_AMP_AMP] = ACTIONS(4489), + [anon_sym_PIPE_PIPE] = ACTIONS(4489), + [anon_sym_else] = ACTIONS(4487), + [anon_sym_COLON_COLON] = ACTIONS(4489), + [anon_sym_PLUS_EQ] = ACTIONS(4489), + [anon_sym_DASH_EQ] = ACTIONS(4489), + [anon_sym_STAR_EQ] = ACTIONS(4489), + [anon_sym_SLASH_EQ] = ACTIONS(4489), + [anon_sym_PERCENT_EQ] = ACTIONS(4489), + [anon_sym_BANG_EQ] = ACTIONS(4487), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4489), + [anon_sym_EQ_EQ] = ACTIONS(4487), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4489), + [anon_sym_LT_EQ] = ACTIONS(4489), + [anon_sym_GT_EQ] = ACTIONS(4489), + [anon_sym_BANGin] = ACTIONS(4489), + [anon_sym_is] = ACTIONS(4487), + [anon_sym_BANGis] = ACTIONS(4489), + [anon_sym_PLUS] = ACTIONS(4487), + [anon_sym_DASH] = ACTIONS(4487), + [anon_sym_SLASH] = ACTIONS(4487), + [anon_sym_PERCENT] = ACTIONS(4487), + [anon_sym_as_QMARK] = ACTIONS(4489), + [anon_sym_PLUS_PLUS] = ACTIONS(4489), + [anon_sym_DASH_DASH] = ACTIONS(4489), + [anon_sym_BANG_BANG] = ACTIONS(4489), + [anon_sym_suspend] = ACTIONS(4487), + [anon_sym_sealed] = ACTIONS(4487), + [anon_sym_annotation] = ACTIONS(4487), + [anon_sym_data] = ACTIONS(4487), + [anon_sym_inner] = ACTIONS(4487), + [anon_sym_override] = ACTIONS(4487), + [anon_sym_lateinit] = ACTIONS(4487), + [anon_sym_public] = ACTIONS(4487), + [anon_sym_private] = ACTIONS(4487), + [anon_sym_internal] = ACTIONS(4487), + [anon_sym_protected] = ACTIONS(4487), + [anon_sym_tailrec] = ACTIONS(4487), + [anon_sym_operator] = ACTIONS(4487), + [anon_sym_infix] = ACTIONS(4487), + [anon_sym_inline] = ACTIONS(4487), + [anon_sym_external] = ACTIONS(4487), + [sym_property_modifier] = ACTIONS(4487), + [anon_sym_abstract] = ACTIONS(4487), + [anon_sym_final] = ACTIONS(4487), + [anon_sym_open] = ACTIONS(4487), + [anon_sym_vararg] = ACTIONS(4487), + [anon_sym_noinline] = ACTIONS(4487), + [anon_sym_crossinline] = ACTIONS(4487), + [anon_sym_expect] = ACTIONS(4487), + [anon_sym_actual] = ACTIONS(4487), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4489), + [sym__automatic_semicolon] = ACTIONS(4489), + [sym_safe_nav] = ACTIONS(4489), + [sym_multiline_comment] = ACTIONS(3), + }, + [3840] = { + [sym_function_body] = STATE(3293), + [sym__block] = STATE(3334), + [sym__alpha_identifier] = ACTIONS(4422), + [anon_sym_AT] = ACTIONS(4424), + [anon_sym_LBRACK] = ACTIONS(4424), + [anon_sym_as] = ACTIONS(4422), + [anon_sym_EQ] = ACTIONS(6656), + [anon_sym_LBRACE] = ACTIONS(6244), + [anon_sym_RBRACE] = ACTIONS(4424), + [anon_sym_LPAREN] = ACTIONS(4424), + [anon_sym_COMMA] = ACTIONS(4424), + [anon_sym_LT] = ACTIONS(4422), + [anon_sym_GT] = ACTIONS(4422), + [anon_sym_where] = ACTIONS(4422), + [anon_sym_object] = ACTIONS(4422), + [anon_sym_fun] = ACTIONS(4422), + [anon_sym_DOT] = ACTIONS(4422), + [anon_sym_SEMI] = ACTIONS(4424), + [anon_sym_get] = ACTIONS(4422), + [anon_sym_set] = ACTIONS(4422), + [anon_sym_this] = ACTIONS(4422), + [anon_sym_super] = ACTIONS(4422), + [anon_sym_STAR] = ACTIONS(4424), + [sym_label] = ACTIONS(4422), + [anon_sym_in] = ACTIONS(4422), + [anon_sym_DOT_DOT] = ACTIONS(4424), + [anon_sym_QMARK_COLON] = ACTIONS(4424), + [anon_sym_AMP_AMP] = ACTIONS(4424), + [anon_sym_PIPE_PIPE] = ACTIONS(4424), + [anon_sym_null] = ACTIONS(4422), + [anon_sym_if] = ACTIONS(4422), + [anon_sym_else] = ACTIONS(4422), + [anon_sym_when] = ACTIONS(4422), + [anon_sym_try] = ACTIONS(4422), + [anon_sym_throw] = ACTIONS(4422), + [anon_sym_return] = ACTIONS(4422), + [anon_sym_continue] = ACTIONS(4422), + [anon_sym_break] = ACTIONS(4422), + [anon_sym_COLON_COLON] = ACTIONS(4424), + [anon_sym_BANG_EQ] = ACTIONS(4422), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4424), + [anon_sym_EQ_EQ] = ACTIONS(4422), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4424), + [anon_sym_LT_EQ] = ACTIONS(4424), + [anon_sym_GT_EQ] = ACTIONS(4424), + [anon_sym_BANGin] = ACTIONS(4424), + [anon_sym_is] = ACTIONS(4422), + [anon_sym_BANGis] = ACTIONS(4424), + [anon_sym_PLUS] = ACTIONS(4422), + [anon_sym_DASH] = ACTIONS(4422), + [anon_sym_SLASH] = ACTIONS(4422), + [anon_sym_PERCENT] = ACTIONS(4424), + [anon_sym_as_QMARK] = ACTIONS(4424), + [anon_sym_PLUS_PLUS] = ACTIONS(4424), + [anon_sym_DASH_DASH] = ACTIONS(4424), + [anon_sym_BANG] = ACTIONS(4422), + [anon_sym_BANG_BANG] = ACTIONS(4424), + [anon_sym_data] = ACTIONS(4422), + [anon_sym_inner] = ACTIONS(4422), + [anon_sym_expect] = ACTIONS(4422), + [anon_sym_actual] = ACTIONS(4422), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4424), + [anon_sym_continue_AT] = ACTIONS(4424), + [anon_sym_break_AT] = ACTIONS(4424), + [sym_real_literal] = ACTIONS(4424), + [sym_integer_literal] = ACTIONS(4422), + [sym_hex_literal] = ACTIONS(4424), + [sym_bin_literal] = ACTIONS(4424), + [anon_sym_true] = ACTIONS(4422), + [anon_sym_false] = ACTIONS(4422), + [anon_sym_SQUOTE] = ACTIONS(4424), + [sym__backtick_identifier] = ACTIONS(4424), + [sym__automatic_semicolon] = ACTIONS(4424), + [sym_safe_nav] = ACTIONS(4424), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4424), + }, + [3841] = { + [ts_builtin_sym_end] = ACTIONS(6898), + [sym__alpha_identifier] = ACTIONS(6900), + [anon_sym_AT] = ACTIONS(6898), + [anon_sym_LBRACK] = ACTIONS(6898), + [anon_sym_import] = ACTIONS(6900), + [anon_sym_typealias] = ACTIONS(6900), + [anon_sym_class] = ACTIONS(6900), + [anon_sym_interface] = ACTIONS(6900), + [anon_sym_enum] = ACTIONS(6900), + [anon_sym_LBRACE] = ACTIONS(6898), + [anon_sym_LPAREN] = ACTIONS(6898), + [anon_sym_val] = ACTIONS(6900), + [anon_sym_var] = ACTIONS(6900), + [anon_sym_object] = ACTIONS(6900), + [anon_sym_fun] = ACTIONS(6900), + [anon_sym_get] = ACTIONS(6900), + [anon_sym_set] = ACTIONS(6900), + [anon_sym_this] = ACTIONS(6900), + [anon_sym_super] = ACTIONS(6900), + [anon_sym_STAR] = ACTIONS(6898), + [sym_label] = ACTIONS(6900), + [anon_sym_for] = ACTIONS(6900), + [anon_sym_while] = ACTIONS(6900), + [anon_sym_do] = ACTIONS(6900), + [anon_sym_null] = ACTIONS(6900), + [anon_sym_if] = ACTIONS(6900), + [anon_sym_when] = ACTIONS(6900), + [anon_sym_try] = ACTIONS(6900), + [anon_sym_throw] = ACTIONS(6900), + [anon_sym_return] = ACTIONS(6900), + [anon_sym_continue] = ACTIONS(6900), + [anon_sym_break] = ACTIONS(6900), + [anon_sym_COLON_COLON] = ACTIONS(6898), + [anon_sym_PLUS] = ACTIONS(6900), + [anon_sym_DASH] = ACTIONS(6900), + [anon_sym_PLUS_PLUS] = ACTIONS(6898), + [anon_sym_DASH_DASH] = ACTIONS(6898), + [anon_sym_BANG] = ACTIONS(6898), + [anon_sym_suspend] = ACTIONS(6900), + [anon_sym_sealed] = ACTIONS(6900), + [anon_sym_annotation] = ACTIONS(6900), + [anon_sym_data] = ACTIONS(6900), + [anon_sym_inner] = ACTIONS(6900), + [anon_sym_override] = ACTIONS(6900), + [anon_sym_lateinit] = ACTIONS(6900), + [anon_sym_public] = ACTIONS(6900), + [anon_sym_private] = ACTIONS(6900), + [anon_sym_internal] = ACTIONS(6900), + [anon_sym_protected] = ACTIONS(6900), + [anon_sym_tailrec] = ACTIONS(6900), + [anon_sym_operator] = ACTIONS(6900), + [anon_sym_infix] = ACTIONS(6900), + [anon_sym_inline] = ACTIONS(6900), + [anon_sym_external] = ACTIONS(6900), + [sym_property_modifier] = ACTIONS(6900), + [anon_sym_abstract] = ACTIONS(6900), + [anon_sym_final] = ACTIONS(6900), + [anon_sym_open] = ACTIONS(6900), + [anon_sym_vararg] = ACTIONS(6900), + [anon_sym_noinline] = ACTIONS(6900), + [anon_sym_crossinline] = ACTIONS(6900), + [anon_sym_expect] = ACTIONS(6900), + [anon_sym_actual] = ACTIONS(6900), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(6898), + [anon_sym_continue_AT] = ACTIONS(6898), + [anon_sym_break_AT] = ACTIONS(6898), + [sym_real_literal] = ACTIONS(6898), + [sym_integer_literal] = ACTIONS(6900), + [sym_hex_literal] = ACTIONS(6898), + [sym_bin_literal] = ACTIONS(6898), + [anon_sym_true] = ACTIONS(6900), + [anon_sym_false] = ACTIONS(6900), + [anon_sym_SQUOTE] = ACTIONS(6898), + [sym__backtick_identifier] = ACTIONS(6898), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(6898), + }, + [3842] = { + [sym__alpha_identifier] = ACTIONS(3186), + [anon_sym_AT] = ACTIONS(3190), + [anon_sym_LBRACK] = ACTIONS(3190), + [anon_sym_as] = ACTIONS(3186), + [anon_sym_EQ] = ACTIONS(3186), + [anon_sym_LBRACE] = ACTIONS(3190), + [anon_sym_RBRACE] = ACTIONS(3190), + [anon_sym_LPAREN] = ACTIONS(3190), + [anon_sym_COMMA] = ACTIONS(3190), + [anon_sym_LT] = ACTIONS(3186), + [anon_sym_GT] = ACTIONS(3186), + [anon_sym_where] = ACTIONS(3186), + [anon_sym_DOT] = ACTIONS(3186), + [anon_sym_SEMI] = ACTIONS(3190), + [anon_sym_get] = ACTIONS(3186), + [anon_sym_set] = ACTIONS(3186), + [anon_sym_STAR] = ACTIONS(3186), + [sym_label] = ACTIONS(3190), + [anon_sym_in] = ACTIONS(3186), + [anon_sym_DOT_DOT] = ACTIONS(3190), + [anon_sym_QMARK_COLON] = ACTIONS(3190), + [anon_sym_AMP_AMP] = ACTIONS(3190), + [anon_sym_PIPE_PIPE] = ACTIONS(3190), + [anon_sym_else] = ACTIONS(3186), + [anon_sym_COLON_COLON] = ACTIONS(3190), + [anon_sym_PLUS_EQ] = ACTIONS(3190), + [anon_sym_DASH_EQ] = ACTIONS(3190), + [anon_sym_STAR_EQ] = ACTIONS(3190), + [anon_sym_SLASH_EQ] = ACTIONS(3190), + [anon_sym_PERCENT_EQ] = ACTIONS(3190), + [anon_sym_BANG_EQ] = ACTIONS(3186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3190), + [anon_sym_EQ_EQ] = ACTIONS(3186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3190), + [anon_sym_LT_EQ] = ACTIONS(3190), + [anon_sym_GT_EQ] = ACTIONS(3190), + [anon_sym_BANGin] = ACTIONS(3190), + [anon_sym_is] = ACTIONS(3186), + [anon_sym_BANGis] = ACTIONS(3190), + [anon_sym_PLUS] = ACTIONS(3186), + [anon_sym_DASH] = ACTIONS(3186), + [anon_sym_SLASH] = ACTIONS(3186), + [anon_sym_PERCENT] = ACTIONS(3186), + [anon_sym_as_QMARK] = ACTIONS(3190), + [anon_sym_PLUS_PLUS] = ACTIONS(3190), + [anon_sym_DASH_DASH] = ACTIONS(3190), + [anon_sym_BANG_BANG] = ACTIONS(3190), + [anon_sym_suspend] = ACTIONS(3186), + [anon_sym_sealed] = ACTIONS(3186), + [anon_sym_annotation] = ACTIONS(3186), + [anon_sym_data] = ACTIONS(3186), + [anon_sym_inner] = ACTIONS(3186), + [anon_sym_override] = ACTIONS(3186), + [anon_sym_lateinit] = ACTIONS(3186), + [anon_sym_public] = ACTIONS(3186), + [anon_sym_private] = ACTIONS(3186), + [anon_sym_internal] = ACTIONS(3186), + [anon_sym_protected] = ACTIONS(3186), + [anon_sym_tailrec] = ACTIONS(3186), + [anon_sym_operator] = ACTIONS(3186), + [anon_sym_infix] = ACTIONS(3186), + [anon_sym_inline] = ACTIONS(3186), + [anon_sym_external] = ACTIONS(3186), + [sym_property_modifier] = ACTIONS(3186), + [anon_sym_abstract] = ACTIONS(3186), + [anon_sym_final] = ACTIONS(3186), + [anon_sym_open] = ACTIONS(3186), + [anon_sym_vararg] = ACTIONS(3186), + [anon_sym_noinline] = ACTIONS(3186), + [anon_sym_crossinline] = ACTIONS(3186), + [anon_sym_expect] = ACTIONS(3186), + [anon_sym_actual] = ACTIONS(3186), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3190), + [sym__automatic_semicolon] = ACTIONS(3190), + [sym_safe_nav] = ACTIONS(3190), + [sym_multiline_comment] = ACTIONS(3), + }, + [3843] = { + [sym__alpha_identifier] = ACTIONS(4792), + [anon_sym_AT] = ACTIONS(4794), + [anon_sym_LBRACK] = ACTIONS(4794), + [anon_sym_as] = ACTIONS(4792), + [anon_sym_EQ] = ACTIONS(4792), + [anon_sym_LBRACE] = ACTIONS(4794), + [anon_sym_RBRACE] = ACTIONS(4794), + [anon_sym_LPAREN] = ACTIONS(4794), + [anon_sym_COMMA] = ACTIONS(4794), + [anon_sym_LT] = ACTIONS(4792), + [anon_sym_GT] = ACTIONS(4792), + [anon_sym_where] = ACTIONS(4792), + [anon_sym_DOT] = ACTIONS(4792), + [anon_sym_SEMI] = ACTIONS(6902), + [anon_sym_get] = ACTIONS(4792), + [anon_sym_set] = ACTIONS(4792), + [anon_sym_STAR] = ACTIONS(4792), + [sym_label] = ACTIONS(4794), + [anon_sym_in] = ACTIONS(4792), + [anon_sym_DOT_DOT] = ACTIONS(4794), + [anon_sym_QMARK_COLON] = ACTIONS(4794), + [anon_sym_AMP_AMP] = ACTIONS(4794), + [anon_sym_PIPE_PIPE] = ACTIONS(4794), + [anon_sym_else] = ACTIONS(6896), + [anon_sym_COLON_COLON] = ACTIONS(4794), + [anon_sym_PLUS_EQ] = ACTIONS(4794), + [anon_sym_DASH_EQ] = ACTIONS(4794), + [anon_sym_STAR_EQ] = ACTIONS(4794), + [anon_sym_SLASH_EQ] = ACTIONS(4794), + [anon_sym_PERCENT_EQ] = ACTIONS(4794), + [anon_sym_BANG_EQ] = ACTIONS(4792), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4794), + [anon_sym_EQ_EQ] = ACTIONS(4792), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4794), + [anon_sym_LT_EQ] = ACTIONS(4794), + [anon_sym_GT_EQ] = ACTIONS(4794), + [anon_sym_BANGin] = ACTIONS(4794), + [anon_sym_is] = ACTIONS(4792), + [anon_sym_BANGis] = ACTIONS(4794), + [anon_sym_PLUS] = ACTIONS(4792), + [anon_sym_DASH] = ACTIONS(4792), + [anon_sym_SLASH] = ACTIONS(4792), + [anon_sym_PERCENT] = ACTIONS(4792), + [anon_sym_as_QMARK] = ACTIONS(4794), + [anon_sym_PLUS_PLUS] = ACTIONS(4794), + [anon_sym_DASH_DASH] = ACTIONS(4794), + [anon_sym_BANG_BANG] = ACTIONS(4794), + [anon_sym_suspend] = ACTIONS(4792), + [anon_sym_sealed] = ACTIONS(4792), + [anon_sym_annotation] = ACTIONS(4792), + [anon_sym_data] = ACTIONS(4792), + [anon_sym_inner] = ACTIONS(4792), + [anon_sym_override] = ACTIONS(4792), + [anon_sym_lateinit] = ACTIONS(4792), + [anon_sym_public] = ACTIONS(4792), + [anon_sym_private] = ACTIONS(4792), + [anon_sym_internal] = ACTIONS(4792), + [anon_sym_protected] = ACTIONS(4792), + [anon_sym_tailrec] = ACTIONS(4792), + [anon_sym_operator] = ACTIONS(4792), + [anon_sym_infix] = ACTIONS(4792), + [anon_sym_inline] = ACTIONS(4792), + [anon_sym_external] = ACTIONS(4792), + [sym_property_modifier] = ACTIONS(4792), + [anon_sym_abstract] = ACTIONS(4792), + [anon_sym_final] = ACTIONS(4792), + [anon_sym_open] = ACTIONS(4792), + [anon_sym_vararg] = ACTIONS(4792), + [anon_sym_noinline] = ACTIONS(4792), + [anon_sym_crossinline] = ACTIONS(4792), + [anon_sym_expect] = ACTIONS(4792), + [anon_sym_actual] = ACTIONS(4792), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4794), + [sym__automatic_semicolon] = ACTIONS(4794), + [sym_safe_nav] = ACTIONS(4794), + [sym_multiline_comment] = ACTIONS(3), + }, + [3844] = { + [sym__alpha_identifier] = ACTIONS(3278), + [anon_sym_AT] = ACTIONS(3280), + [anon_sym_LBRACK] = ACTIONS(3280), + [anon_sym_as] = ACTIONS(3278), + [anon_sym_EQ] = ACTIONS(3278), + [anon_sym_LBRACE] = ACTIONS(3280), + [anon_sym_RBRACE] = ACTIONS(3280), + [anon_sym_LPAREN] = ACTIONS(3280), + [anon_sym_COMMA] = ACTIONS(3280), + [anon_sym_LT] = ACTIONS(3278), + [anon_sym_GT] = ACTIONS(3278), + [anon_sym_where] = ACTIONS(3278), + [anon_sym_DOT] = ACTIONS(3278), + [anon_sym_SEMI] = ACTIONS(3280), + [anon_sym_get] = ACTIONS(3278), + [anon_sym_set] = ACTIONS(3278), + [anon_sym_STAR] = ACTIONS(3278), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3278), + [anon_sym_DOT_DOT] = ACTIONS(3280), + [anon_sym_QMARK_COLON] = ACTIONS(3280), + [anon_sym_AMP_AMP] = ACTIONS(3280), + [anon_sym_PIPE_PIPE] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3278), + [anon_sym_COLON_COLON] = ACTIONS(3280), + [anon_sym_PLUS_EQ] = ACTIONS(3280), + [anon_sym_DASH_EQ] = ACTIONS(3280), + [anon_sym_STAR_EQ] = ACTIONS(3280), + [anon_sym_SLASH_EQ] = ACTIONS(3280), + [anon_sym_PERCENT_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3280), + [anon_sym_LT_EQ] = ACTIONS(3280), + [anon_sym_GT_EQ] = ACTIONS(3280), + [anon_sym_BANGin] = ACTIONS(3280), + [anon_sym_is] = ACTIONS(3278), + [anon_sym_BANGis] = ACTIONS(3280), + [anon_sym_PLUS] = ACTIONS(3278), + [anon_sym_DASH] = ACTIONS(3278), + [anon_sym_SLASH] = ACTIONS(3278), + [anon_sym_PERCENT] = ACTIONS(3278), + [anon_sym_as_QMARK] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3280), + [anon_sym_DASH_DASH] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3280), + [anon_sym_suspend] = ACTIONS(3278), + [anon_sym_sealed] = ACTIONS(3278), + [anon_sym_annotation] = ACTIONS(3278), + [anon_sym_data] = ACTIONS(3278), + [anon_sym_inner] = ACTIONS(3278), + [anon_sym_override] = ACTIONS(3278), + [anon_sym_lateinit] = ACTIONS(3278), + [anon_sym_public] = ACTIONS(3278), + [anon_sym_private] = ACTIONS(3278), + [anon_sym_internal] = ACTIONS(3278), + [anon_sym_protected] = ACTIONS(3278), + [anon_sym_tailrec] = ACTIONS(3278), + [anon_sym_operator] = ACTIONS(3278), + [anon_sym_infix] = ACTIONS(3278), + [anon_sym_inline] = ACTIONS(3278), + [anon_sym_external] = ACTIONS(3278), + [sym_property_modifier] = ACTIONS(3278), + [anon_sym_abstract] = ACTIONS(3278), + [anon_sym_final] = ACTIONS(3278), + [anon_sym_open] = ACTIONS(3278), + [anon_sym_vararg] = ACTIONS(3278), + [anon_sym_noinline] = ACTIONS(3278), + [anon_sym_crossinline] = ACTIONS(3278), + [anon_sym_expect] = ACTIONS(3278), + [anon_sym_actual] = ACTIONS(3278), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3280), + [sym__automatic_semicolon] = ACTIONS(3280), + [sym_safe_nav] = ACTIONS(3280), + [sym_multiline_comment] = ACTIONS(3), + }, + [3845] = { + [sym_function_body] = STATE(3305), + [sym__block] = STATE(3464), + [sym__alpha_identifier] = ACTIONS(4210), + [anon_sym_AT] = ACTIONS(4212), + [anon_sym_LBRACK] = ACTIONS(4212), + [anon_sym_RBRACK] = ACTIONS(4212), + [anon_sym_as] = ACTIONS(4210), + [anon_sym_EQ] = ACTIONS(6625), + [anon_sym_LBRACE] = ACTIONS(6233), + [anon_sym_RBRACE] = ACTIONS(4212), + [anon_sym_LPAREN] = ACTIONS(4212), + [anon_sym_COMMA] = ACTIONS(4212), + [anon_sym_RPAREN] = ACTIONS(4212), + [anon_sym_LT] = ACTIONS(4210), + [anon_sym_GT] = ACTIONS(4210), + [anon_sym_where] = ACTIONS(4210), + [anon_sym_DOT] = ACTIONS(4210), + [anon_sym_SEMI] = ACTIONS(4212), + [anon_sym_get] = ACTIONS(4210), + [anon_sym_set] = ACTIONS(4210), + [anon_sym_STAR] = ACTIONS(4212), + [anon_sym_DASH_GT] = ACTIONS(4212), + [sym_label] = ACTIONS(4212), + [anon_sym_in] = ACTIONS(4210), + [anon_sym_while] = ACTIONS(4210), + [anon_sym_DOT_DOT] = ACTIONS(4212), + [anon_sym_QMARK_COLON] = ACTIONS(4212), + [anon_sym_AMP_AMP] = ACTIONS(4212), + [anon_sym_PIPE_PIPE] = ACTIONS(4212), + [anon_sym_else] = ACTIONS(4210), + [anon_sym_COLON_COLON] = ACTIONS(4212), + [anon_sym_BANG_EQ] = ACTIONS(4210), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4212), + [anon_sym_EQ_EQ] = ACTIONS(4210), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4212), + [anon_sym_LT_EQ] = ACTIONS(4212), + [anon_sym_GT_EQ] = ACTIONS(4212), + [anon_sym_BANGin] = ACTIONS(4212), + [anon_sym_is] = ACTIONS(4210), + [anon_sym_BANGis] = ACTIONS(4212), + [anon_sym_PLUS] = ACTIONS(4210), + [anon_sym_DASH] = ACTIONS(4210), + [anon_sym_SLASH] = ACTIONS(4210), + [anon_sym_PERCENT] = ACTIONS(4212), + [anon_sym_as_QMARK] = ACTIONS(4212), + [anon_sym_PLUS_PLUS] = ACTIONS(4212), + [anon_sym_DASH_DASH] = ACTIONS(4212), + [anon_sym_BANG_BANG] = ACTIONS(4212), + [anon_sym_suspend] = ACTIONS(4210), + [anon_sym_sealed] = ACTIONS(4210), + [anon_sym_annotation] = ACTIONS(4210), + [anon_sym_data] = ACTIONS(4210), + [anon_sym_inner] = ACTIONS(4210), + [anon_sym_override] = ACTIONS(4210), + [anon_sym_lateinit] = ACTIONS(4210), + [anon_sym_public] = ACTIONS(4210), + [anon_sym_private] = ACTIONS(4210), + [anon_sym_internal] = ACTIONS(4210), + [anon_sym_protected] = ACTIONS(4210), + [anon_sym_tailrec] = ACTIONS(4210), + [anon_sym_operator] = ACTIONS(4210), + [anon_sym_infix] = ACTIONS(4210), + [anon_sym_inline] = ACTIONS(4210), + [anon_sym_external] = ACTIONS(4210), + [sym_property_modifier] = ACTIONS(4210), + [anon_sym_abstract] = ACTIONS(4210), + [anon_sym_final] = ACTIONS(4210), + [anon_sym_open] = ACTIONS(4210), + [anon_sym_vararg] = ACTIONS(4210), + [anon_sym_noinline] = ACTIONS(4210), + [anon_sym_crossinline] = ACTIONS(4210), + [anon_sym_expect] = ACTIONS(4210), + [anon_sym_actual] = ACTIONS(4210), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4212), + [sym_safe_nav] = ACTIONS(4212), + [sym_multiline_comment] = ACTIONS(3), + }, + [3846] = { + [sym__alpha_identifier] = ACTIONS(4285), + [anon_sym_AT] = ACTIONS(4288), + [anon_sym_LBRACK] = ACTIONS(4288), + [anon_sym_as] = ACTIONS(3943), + [anon_sym_EQ] = ACTIONS(3943), + [anon_sym_LBRACE] = ACTIONS(4288), + [anon_sym_RBRACE] = ACTIONS(4288), + [anon_sym_LPAREN] = ACTIONS(6904), + [anon_sym_LT] = ACTIONS(3943), + [anon_sym_GT] = ACTIONS(3943), + [anon_sym_object] = ACTIONS(4285), + [anon_sym_fun] = ACTIONS(4285), + [anon_sym_DOT] = ACTIONS(3943), + [anon_sym_get] = ACTIONS(4285), + [anon_sym_set] = ACTIONS(4285), + [anon_sym_this] = ACTIONS(4285), + [anon_sym_super] = ACTIONS(4285), + [anon_sym_STAR] = ACTIONS(4285), + [sym_label] = ACTIONS(4285), + [anon_sym_in] = ACTIONS(4285), + [anon_sym_DOT_DOT] = ACTIONS(3948), + [anon_sym_QMARK_COLON] = ACTIONS(3948), + [anon_sym_AMP_AMP] = ACTIONS(3948), + [anon_sym_PIPE_PIPE] = ACTIONS(3948), + [anon_sym_null] = ACTIONS(4285), + [anon_sym_if] = ACTIONS(4285), + [anon_sym_else] = ACTIONS(4285), + [anon_sym_when] = ACTIONS(4285), + [anon_sym_try] = ACTIONS(4285), + [anon_sym_throw] = ACTIONS(4285), + [anon_sym_return] = ACTIONS(4285), + [anon_sym_continue] = ACTIONS(4285), + [anon_sym_break] = ACTIONS(4285), + [anon_sym_COLON_COLON] = ACTIONS(4288), + [anon_sym_PLUS_EQ] = ACTIONS(3948), + [anon_sym_DASH_EQ] = ACTIONS(3948), + [anon_sym_STAR_EQ] = ACTIONS(3948), + [anon_sym_SLASH_EQ] = ACTIONS(3948), + [anon_sym_PERCENT_EQ] = ACTIONS(3948), + [anon_sym_BANG_EQ] = ACTIONS(3943), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3948), + [anon_sym_EQ_EQ] = ACTIONS(3943), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3948), + [anon_sym_LT_EQ] = ACTIONS(3948), + [anon_sym_GT_EQ] = ACTIONS(3948), + [anon_sym_BANGin] = ACTIONS(4288), + [anon_sym_is] = ACTIONS(4285), + [anon_sym_BANGis] = ACTIONS(4288), + [anon_sym_PLUS] = ACTIONS(4285), + [anon_sym_DASH] = ACTIONS(4285), + [anon_sym_SLASH] = ACTIONS(3943), + [anon_sym_PERCENT] = ACTIONS(3943), + [anon_sym_as_QMARK] = ACTIONS(3948), + [anon_sym_PLUS_PLUS] = ACTIONS(4288), + [anon_sym_DASH_DASH] = ACTIONS(4288), + [anon_sym_BANG] = ACTIONS(4285), + [anon_sym_BANG_BANG] = ACTIONS(3948), + [anon_sym_data] = ACTIONS(4285), + [anon_sym_inner] = ACTIONS(4285), + [anon_sym_expect] = ACTIONS(4285), + [anon_sym_actual] = ACTIONS(4285), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4288), + [anon_sym_continue_AT] = ACTIONS(4288), + [anon_sym_break_AT] = ACTIONS(4288), + [sym_real_literal] = ACTIONS(4288), + [sym_integer_literal] = ACTIONS(4285), + [sym_hex_literal] = ACTIONS(4288), + [sym_bin_literal] = ACTIONS(4288), + [anon_sym_true] = ACTIONS(4285), + [anon_sym_false] = ACTIONS(4285), + [anon_sym_SQUOTE] = ACTIONS(4288), + [sym__backtick_identifier] = ACTIONS(4288), + [sym__automatic_semicolon] = ACTIONS(4288), + [sym_safe_nav] = ACTIONS(3948), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4288), + }, + [3847] = { + [sym__alpha_identifier] = ACTIONS(4780), + [anon_sym_AT] = ACTIONS(4782), + [anon_sym_LBRACK] = ACTIONS(4782), + [anon_sym_as] = ACTIONS(4780), + [anon_sym_EQ] = ACTIONS(4780), + [anon_sym_LBRACE] = ACTIONS(4782), + [anon_sym_RBRACE] = ACTIONS(4782), + [anon_sym_LPAREN] = ACTIONS(4782), + [anon_sym_COMMA] = ACTIONS(4782), + [anon_sym_LT] = ACTIONS(4780), + [anon_sym_GT] = ACTIONS(4780), + [anon_sym_where] = ACTIONS(4780), + [anon_sym_DOT] = ACTIONS(4780), + [anon_sym_SEMI] = ACTIONS(4782), + [anon_sym_get] = ACTIONS(4780), + [anon_sym_set] = ACTIONS(4780), + [anon_sym_STAR] = ACTIONS(4780), + [sym_label] = ACTIONS(4782), + [anon_sym_in] = ACTIONS(4780), + [anon_sym_DOT_DOT] = ACTIONS(4782), + [anon_sym_QMARK_COLON] = ACTIONS(4782), + [anon_sym_AMP_AMP] = ACTIONS(4782), + [anon_sym_PIPE_PIPE] = ACTIONS(4782), + [anon_sym_else] = ACTIONS(4780), + [anon_sym_COLON_COLON] = ACTIONS(4782), + [anon_sym_PLUS_EQ] = ACTIONS(4782), + [anon_sym_DASH_EQ] = ACTIONS(4782), + [anon_sym_STAR_EQ] = ACTIONS(4782), + [anon_sym_SLASH_EQ] = ACTIONS(4782), + [anon_sym_PERCENT_EQ] = ACTIONS(4782), + [anon_sym_BANG_EQ] = ACTIONS(4780), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4782), + [anon_sym_EQ_EQ] = ACTIONS(4780), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4782), + [anon_sym_LT_EQ] = ACTIONS(4782), + [anon_sym_GT_EQ] = ACTIONS(4782), + [anon_sym_BANGin] = ACTIONS(4782), + [anon_sym_is] = ACTIONS(4780), + [anon_sym_BANGis] = ACTIONS(4782), + [anon_sym_PLUS] = ACTIONS(4780), + [anon_sym_DASH] = ACTIONS(4780), + [anon_sym_SLASH] = ACTIONS(4780), + [anon_sym_PERCENT] = ACTIONS(4780), + [anon_sym_as_QMARK] = ACTIONS(4782), + [anon_sym_PLUS_PLUS] = ACTIONS(4782), + [anon_sym_DASH_DASH] = ACTIONS(4782), + [anon_sym_BANG_BANG] = ACTIONS(4782), + [anon_sym_suspend] = ACTIONS(4780), + [anon_sym_sealed] = ACTIONS(4780), + [anon_sym_annotation] = ACTIONS(4780), + [anon_sym_data] = ACTIONS(4780), + [anon_sym_inner] = ACTIONS(4780), + [anon_sym_override] = ACTIONS(4780), + [anon_sym_lateinit] = ACTIONS(4780), + [anon_sym_public] = ACTIONS(4780), + [anon_sym_private] = ACTIONS(4780), + [anon_sym_internal] = ACTIONS(4780), + [anon_sym_protected] = ACTIONS(4780), + [anon_sym_tailrec] = ACTIONS(4780), + [anon_sym_operator] = ACTIONS(4780), + [anon_sym_infix] = ACTIONS(4780), + [anon_sym_inline] = ACTIONS(4780), + [anon_sym_external] = ACTIONS(4780), + [sym_property_modifier] = ACTIONS(4780), + [anon_sym_abstract] = ACTIONS(4780), + [anon_sym_final] = ACTIONS(4780), + [anon_sym_open] = ACTIONS(4780), + [anon_sym_vararg] = ACTIONS(4780), + [anon_sym_noinline] = ACTIONS(4780), + [anon_sym_crossinline] = ACTIONS(4780), + [anon_sym_expect] = ACTIONS(4780), + [anon_sym_actual] = ACTIONS(4780), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4782), + [sym__automatic_semicolon] = ACTIONS(4782), + [sym_safe_nav] = ACTIONS(4782), + [sym_multiline_comment] = ACTIONS(3), + }, + [3848] = { + [sym__alpha_identifier] = ACTIONS(3029), + [anon_sym_AT] = ACTIONS(3031), + [anon_sym_LBRACK] = ACTIONS(3031), + [anon_sym_as] = ACTIONS(3029), + [anon_sym_EQ] = ACTIONS(3029), + [anon_sym_LBRACE] = ACTIONS(3031), + [anon_sym_RBRACE] = ACTIONS(3031), + [anon_sym_LPAREN] = ACTIONS(3031), + [anon_sym_COMMA] = ACTIONS(3031), + [anon_sym_LT] = ACTIONS(3029), + [anon_sym_GT] = ACTIONS(3029), + [anon_sym_where] = ACTIONS(3029), + [anon_sym_DOT] = ACTIONS(3029), + [anon_sym_SEMI] = ACTIONS(3031), + [anon_sym_get] = ACTIONS(3029), + [anon_sym_set] = ACTIONS(3029), + [anon_sym_STAR] = ACTIONS(3029), + [sym_label] = ACTIONS(3031), + [anon_sym_in] = ACTIONS(3029), + [anon_sym_DOT_DOT] = ACTIONS(3031), + [anon_sym_QMARK_COLON] = ACTIONS(3031), + [anon_sym_AMP_AMP] = ACTIONS(3031), + [anon_sym_PIPE_PIPE] = ACTIONS(3031), + [anon_sym_else] = ACTIONS(3029), + [anon_sym_COLON_COLON] = ACTIONS(3031), + [anon_sym_PLUS_EQ] = ACTIONS(3031), + [anon_sym_DASH_EQ] = ACTIONS(3031), + [anon_sym_STAR_EQ] = ACTIONS(3031), + [anon_sym_SLASH_EQ] = ACTIONS(3031), + [anon_sym_PERCENT_EQ] = ACTIONS(3031), + [anon_sym_BANG_EQ] = ACTIONS(3029), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3031), + [anon_sym_EQ_EQ] = ACTIONS(3029), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3031), + [anon_sym_LT_EQ] = ACTIONS(3031), + [anon_sym_GT_EQ] = ACTIONS(3031), + [anon_sym_BANGin] = ACTIONS(3031), + [anon_sym_is] = ACTIONS(3029), + [anon_sym_BANGis] = ACTIONS(3031), + [anon_sym_PLUS] = ACTIONS(3029), + [anon_sym_DASH] = ACTIONS(3029), + [anon_sym_SLASH] = ACTIONS(3029), + [anon_sym_PERCENT] = ACTIONS(3029), + [anon_sym_as_QMARK] = ACTIONS(3031), + [anon_sym_PLUS_PLUS] = ACTIONS(3031), + [anon_sym_DASH_DASH] = ACTIONS(3031), + [anon_sym_BANG_BANG] = ACTIONS(3031), + [anon_sym_suspend] = ACTIONS(3029), + [anon_sym_sealed] = ACTIONS(3029), + [anon_sym_annotation] = ACTIONS(3029), + [anon_sym_data] = ACTIONS(3029), + [anon_sym_inner] = ACTIONS(3029), + [anon_sym_override] = ACTIONS(3029), + [anon_sym_lateinit] = ACTIONS(3029), + [anon_sym_public] = ACTIONS(3029), + [anon_sym_private] = ACTIONS(3029), + [anon_sym_internal] = ACTIONS(3029), + [anon_sym_protected] = ACTIONS(3029), + [anon_sym_tailrec] = ACTIONS(3029), + [anon_sym_operator] = ACTIONS(3029), + [anon_sym_infix] = ACTIONS(3029), + [anon_sym_inline] = ACTIONS(3029), + [anon_sym_external] = ACTIONS(3029), + [sym_property_modifier] = ACTIONS(3029), + [anon_sym_abstract] = ACTIONS(3029), + [anon_sym_final] = ACTIONS(3029), + [anon_sym_open] = ACTIONS(3029), + [anon_sym_vararg] = ACTIONS(3029), + [anon_sym_noinline] = ACTIONS(3029), + [anon_sym_crossinline] = ACTIONS(3029), + [anon_sym_expect] = ACTIONS(3029), + [anon_sym_actual] = ACTIONS(3029), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3031), + [sym__automatic_semicolon] = ACTIONS(3031), + [sym_safe_nav] = ACTIONS(3031), + [sym_multiline_comment] = ACTIONS(3), + }, + [3849] = { + [sym__alpha_identifier] = ACTIONS(4885), + [anon_sym_AT] = ACTIONS(4887), + [anon_sym_LBRACK] = ACTIONS(4887), + [anon_sym_as] = ACTIONS(4885), + [anon_sym_EQ] = ACTIONS(4885), + [anon_sym_LBRACE] = ACTIONS(4887), + [anon_sym_RBRACE] = ACTIONS(4887), + [anon_sym_LPAREN] = ACTIONS(4887), + [anon_sym_COMMA] = ACTIONS(4887), + [anon_sym_LT] = ACTIONS(4885), + [anon_sym_GT] = ACTIONS(4885), + [anon_sym_where] = ACTIONS(4885), + [anon_sym_DOT] = ACTIONS(4885), + [anon_sym_SEMI] = ACTIONS(4887), + [anon_sym_get] = ACTIONS(4885), + [anon_sym_set] = ACTIONS(4885), + [anon_sym_STAR] = ACTIONS(4885), + [sym_label] = ACTIONS(4887), + [anon_sym_in] = ACTIONS(4885), + [anon_sym_DOT_DOT] = ACTIONS(4887), + [anon_sym_QMARK_COLON] = ACTIONS(4887), + [anon_sym_AMP_AMP] = ACTIONS(4887), + [anon_sym_PIPE_PIPE] = ACTIONS(4887), + [anon_sym_else] = ACTIONS(4885), + [anon_sym_COLON_COLON] = ACTIONS(4887), + [anon_sym_PLUS_EQ] = ACTIONS(4887), + [anon_sym_DASH_EQ] = ACTIONS(4887), + [anon_sym_STAR_EQ] = ACTIONS(4887), + [anon_sym_SLASH_EQ] = ACTIONS(4887), + [anon_sym_PERCENT_EQ] = ACTIONS(4887), + [anon_sym_BANG_EQ] = ACTIONS(4885), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4887), + [anon_sym_EQ_EQ] = ACTIONS(4885), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4887), + [anon_sym_LT_EQ] = ACTIONS(4887), + [anon_sym_GT_EQ] = ACTIONS(4887), + [anon_sym_BANGin] = ACTIONS(4887), + [anon_sym_is] = ACTIONS(4885), + [anon_sym_BANGis] = ACTIONS(4887), + [anon_sym_PLUS] = ACTIONS(4885), + [anon_sym_DASH] = ACTIONS(4885), + [anon_sym_SLASH] = ACTIONS(4885), + [anon_sym_PERCENT] = ACTIONS(4885), + [anon_sym_as_QMARK] = ACTIONS(4887), + [anon_sym_PLUS_PLUS] = ACTIONS(4887), + [anon_sym_DASH_DASH] = ACTIONS(4887), + [anon_sym_BANG_BANG] = ACTIONS(4887), + [anon_sym_suspend] = ACTIONS(4885), + [anon_sym_sealed] = ACTIONS(4885), + [anon_sym_annotation] = ACTIONS(4885), + [anon_sym_data] = ACTIONS(4885), + [anon_sym_inner] = ACTIONS(4885), + [anon_sym_override] = ACTIONS(4885), + [anon_sym_lateinit] = ACTIONS(4885), + [anon_sym_public] = ACTIONS(4885), + [anon_sym_private] = ACTIONS(4885), + [anon_sym_internal] = ACTIONS(4885), + [anon_sym_protected] = ACTIONS(4885), + [anon_sym_tailrec] = ACTIONS(4885), + [anon_sym_operator] = ACTIONS(4885), + [anon_sym_infix] = ACTIONS(4885), + [anon_sym_inline] = ACTIONS(4885), + [anon_sym_external] = ACTIONS(4885), + [sym_property_modifier] = ACTIONS(4885), + [anon_sym_abstract] = ACTIONS(4885), + [anon_sym_final] = ACTIONS(4885), + [anon_sym_open] = ACTIONS(4885), + [anon_sym_vararg] = ACTIONS(4885), + [anon_sym_noinline] = ACTIONS(4885), + [anon_sym_crossinline] = ACTIONS(4885), + [anon_sym_expect] = ACTIONS(4885), + [anon_sym_actual] = ACTIONS(4885), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4887), + [sym__automatic_semicolon] = ACTIONS(4887), + [sym_safe_nav] = ACTIONS(4887), + [sym_multiline_comment] = ACTIONS(3), + }, + [3850] = { + [sym__alpha_identifier] = ACTIONS(4857), + [anon_sym_AT] = ACTIONS(4859), + [anon_sym_LBRACK] = ACTIONS(4859), + [anon_sym_as] = ACTIONS(4857), + [anon_sym_EQ] = ACTIONS(4857), + [anon_sym_LBRACE] = ACTIONS(4859), + [anon_sym_RBRACE] = ACTIONS(4859), + [anon_sym_LPAREN] = ACTIONS(4859), + [anon_sym_COMMA] = ACTIONS(4859), + [anon_sym_LT] = ACTIONS(4857), + [anon_sym_GT] = ACTIONS(4857), + [anon_sym_where] = ACTIONS(4857), + [anon_sym_DOT] = ACTIONS(4857), + [anon_sym_SEMI] = ACTIONS(4859), + [anon_sym_get] = ACTIONS(4857), + [anon_sym_set] = ACTIONS(4857), + [anon_sym_STAR] = ACTIONS(4857), + [sym_label] = ACTIONS(4859), + [anon_sym_in] = ACTIONS(4857), + [anon_sym_DOT_DOT] = ACTIONS(4859), + [anon_sym_QMARK_COLON] = ACTIONS(4859), + [anon_sym_AMP_AMP] = ACTIONS(4859), + [anon_sym_PIPE_PIPE] = ACTIONS(4859), + [anon_sym_else] = ACTIONS(4857), + [anon_sym_COLON_COLON] = ACTIONS(4859), + [anon_sym_PLUS_EQ] = ACTIONS(4859), + [anon_sym_DASH_EQ] = ACTIONS(4859), + [anon_sym_STAR_EQ] = ACTIONS(4859), + [anon_sym_SLASH_EQ] = ACTIONS(4859), + [anon_sym_PERCENT_EQ] = ACTIONS(4859), + [anon_sym_BANG_EQ] = ACTIONS(4857), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4859), + [anon_sym_EQ_EQ] = ACTIONS(4857), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4859), + [anon_sym_LT_EQ] = ACTIONS(4859), + [anon_sym_GT_EQ] = ACTIONS(4859), + [anon_sym_BANGin] = ACTIONS(4859), + [anon_sym_is] = ACTIONS(4857), + [anon_sym_BANGis] = ACTIONS(4859), + [anon_sym_PLUS] = ACTIONS(4857), + [anon_sym_DASH] = ACTIONS(4857), + [anon_sym_SLASH] = ACTIONS(4857), + [anon_sym_PERCENT] = ACTIONS(4857), + [anon_sym_as_QMARK] = ACTIONS(4859), + [anon_sym_PLUS_PLUS] = ACTIONS(4859), + [anon_sym_DASH_DASH] = ACTIONS(4859), + [anon_sym_BANG_BANG] = ACTIONS(4859), + [anon_sym_suspend] = ACTIONS(4857), + [anon_sym_sealed] = ACTIONS(4857), + [anon_sym_annotation] = ACTIONS(4857), + [anon_sym_data] = ACTIONS(4857), + [anon_sym_inner] = ACTIONS(4857), + [anon_sym_override] = ACTIONS(4857), + [anon_sym_lateinit] = ACTIONS(4857), + [anon_sym_public] = ACTIONS(4857), + [anon_sym_private] = ACTIONS(4857), + [anon_sym_internal] = ACTIONS(4857), + [anon_sym_protected] = ACTIONS(4857), + [anon_sym_tailrec] = ACTIONS(4857), + [anon_sym_operator] = ACTIONS(4857), + [anon_sym_infix] = ACTIONS(4857), + [anon_sym_inline] = ACTIONS(4857), + [anon_sym_external] = ACTIONS(4857), + [sym_property_modifier] = ACTIONS(4857), + [anon_sym_abstract] = ACTIONS(4857), + [anon_sym_final] = ACTIONS(4857), + [anon_sym_open] = ACTIONS(4857), + [anon_sym_vararg] = ACTIONS(4857), + [anon_sym_noinline] = ACTIONS(4857), + [anon_sym_crossinline] = ACTIONS(4857), + [anon_sym_expect] = ACTIONS(4857), + [anon_sym_actual] = ACTIONS(4857), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4859), + [sym__automatic_semicolon] = ACTIONS(4859), + [sym_safe_nav] = ACTIONS(4859), + [sym_multiline_comment] = ACTIONS(3), + }, + [3851] = { + [sym__alpha_identifier] = ACTIONS(3196), + [anon_sym_AT] = ACTIONS(3200), + [anon_sym_LBRACK] = ACTIONS(3200), + [anon_sym_as] = ACTIONS(3196), + [anon_sym_EQ] = ACTIONS(3196), + [anon_sym_LBRACE] = ACTIONS(3200), + [anon_sym_RBRACE] = ACTIONS(3200), + [anon_sym_LPAREN] = ACTIONS(3200), + [anon_sym_COMMA] = ACTIONS(3200), + [anon_sym_LT] = ACTIONS(3196), + [anon_sym_GT] = ACTIONS(3196), + [anon_sym_where] = ACTIONS(3196), + [anon_sym_DOT] = ACTIONS(3196), + [anon_sym_SEMI] = ACTIONS(3200), + [anon_sym_get] = ACTIONS(3196), + [anon_sym_set] = ACTIONS(3196), + [anon_sym_STAR] = ACTIONS(3196), + [sym_label] = ACTIONS(3200), + [anon_sym_in] = ACTIONS(3196), + [anon_sym_DOT_DOT] = ACTIONS(3200), + [anon_sym_QMARK_COLON] = ACTIONS(3200), + [anon_sym_AMP_AMP] = ACTIONS(3200), + [anon_sym_PIPE_PIPE] = ACTIONS(3200), + [anon_sym_else] = ACTIONS(3196), + [anon_sym_COLON_COLON] = ACTIONS(3200), + [anon_sym_PLUS_EQ] = ACTIONS(3200), + [anon_sym_DASH_EQ] = ACTIONS(3200), + [anon_sym_STAR_EQ] = ACTIONS(3200), + [anon_sym_SLASH_EQ] = ACTIONS(3200), + [anon_sym_PERCENT_EQ] = ACTIONS(3200), + [anon_sym_BANG_EQ] = ACTIONS(3196), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3200), + [anon_sym_EQ_EQ] = ACTIONS(3196), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3200), + [anon_sym_LT_EQ] = ACTIONS(3200), + [anon_sym_GT_EQ] = ACTIONS(3200), + [anon_sym_BANGin] = ACTIONS(3200), + [anon_sym_is] = ACTIONS(3196), + [anon_sym_BANGis] = ACTIONS(3200), + [anon_sym_PLUS] = ACTIONS(3196), + [anon_sym_DASH] = ACTIONS(3196), + [anon_sym_SLASH] = ACTIONS(3196), + [anon_sym_PERCENT] = ACTIONS(3196), + [anon_sym_as_QMARK] = ACTIONS(3200), + [anon_sym_PLUS_PLUS] = ACTIONS(3200), + [anon_sym_DASH_DASH] = ACTIONS(3200), + [anon_sym_BANG_BANG] = ACTIONS(3200), + [anon_sym_suspend] = ACTIONS(3196), + [anon_sym_sealed] = ACTIONS(3196), + [anon_sym_annotation] = ACTIONS(3196), + [anon_sym_data] = ACTIONS(3196), + [anon_sym_inner] = ACTIONS(3196), + [anon_sym_override] = ACTIONS(3196), + [anon_sym_lateinit] = ACTIONS(3196), + [anon_sym_public] = ACTIONS(3196), + [anon_sym_private] = ACTIONS(3196), + [anon_sym_internal] = ACTIONS(3196), + [anon_sym_protected] = ACTIONS(3196), + [anon_sym_tailrec] = ACTIONS(3196), + [anon_sym_operator] = ACTIONS(3196), + [anon_sym_infix] = ACTIONS(3196), + [anon_sym_inline] = ACTIONS(3196), + [anon_sym_external] = ACTIONS(3196), + [sym_property_modifier] = ACTIONS(3196), + [anon_sym_abstract] = ACTIONS(3196), + [anon_sym_final] = ACTIONS(3196), + [anon_sym_open] = ACTIONS(3196), + [anon_sym_vararg] = ACTIONS(3196), + [anon_sym_noinline] = ACTIONS(3196), + [anon_sym_crossinline] = ACTIONS(3196), + [anon_sym_expect] = ACTIONS(3196), + [anon_sym_actual] = ACTIONS(3196), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3200), + [sym__automatic_semicolon] = ACTIONS(3200), + [sym_safe_nav] = ACTIONS(3200), + [sym_multiline_comment] = ACTIONS(3), + }, + [3852] = { + [sym__alpha_identifier] = ACTIONS(4511), + [anon_sym_AT] = ACTIONS(4513), + [anon_sym_LBRACK] = ACTIONS(4513), + [anon_sym_as] = ACTIONS(4816), + [anon_sym_EQ] = ACTIONS(4816), + [anon_sym_LBRACE] = ACTIONS(4513), + [anon_sym_RBRACE] = ACTIONS(4513), + [anon_sym_LPAREN] = ACTIONS(4513), + [anon_sym_LT] = ACTIONS(4816), + [anon_sym_GT] = ACTIONS(4816), + [anon_sym_object] = ACTIONS(4511), + [anon_sym_fun] = ACTIONS(4511), + [anon_sym_DOT] = ACTIONS(4816), + [anon_sym_get] = ACTIONS(4511), + [anon_sym_set] = ACTIONS(4511), + [anon_sym_this] = ACTIONS(4511), + [anon_sym_super] = ACTIONS(4511), + [anon_sym_STAR] = ACTIONS(4511), + [sym_label] = ACTIONS(4511), + [anon_sym_in] = ACTIONS(4511), + [anon_sym_DOT_DOT] = ACTIONS(4818), + [anon_sym_QMARK_COLON] = ACTIONS(4818), + [anon_sym_AMP_AMP] = ACTIONS(4818), + [anon_sym_PIPE_PIPE] = ACTIONS(4818), + [anon_sym_null] = ACTIONS(4511), + [anon_sym_if] = ACTIONS(4511), + [anon_sym_else] = ACTIONS(4511), + [anon_sym_when] = ACTIONS(4511), + [anon_sym_try] = ACTIONS(4511), + [anon_sym_throw] = ACTIONS(4511), + [anon_sym_return] = ACTIONS(4511), + [anon_sym_continue] = ACTIONS(4511), + [anon_sym_break] = ACTIONS(4511), + [anon_sym_COLON_COLON] = ACTIONS(4513), + [anon_sym_PLUS_EQ] = ACTIONS(4818), + [anon_sym_DASH_EQ] = ACTIONS(4818), + [anon_sym_STAR_EQ] = ACTIONS(4818), + [anon_sym_SLASH_EQ] = ACTIONS(4818), + [anon_sym_PERCENT_EQ] = ACTIONS(4818), + [anon_sym_BANG_EQ] = ACTIONS(4816), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4818), + [anon_sym_EQ_EQ] = ACTIONS(4816), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4818), + [anon_sym_LT_EQ] = ACTIONS(4818), + [anon_sym_GT_EQ] = ACTIONS(4818), + [anon_sym_BANGin] = ACTIONS(4513), + [anon_sym_is] = ACTIONS(4511), + [anon_sym_BANGis] = ACTIONS(4513), + [anon_sym_PLUS] = ACTIONS(4511), + [anon_sym_DASH] = ACTIONS(4511), + [anon_sym_SLASH] = ACTIONS(4816), + [anon_sym_PERCENT] = ACTIONS(4816), + [anon_sym_as_QMARK] = ACTIONS(4818), + [anon_sym_PLUS_PLUS] = ACTIONS(4513), + [anon_sym_DASH_DASH] = ACTIONS(4513), + [anon_sym_BANG] = ACTIONS(4511), + [anon_sym_BANG_BANG] = ACTIONS(4818), + [anon_sym_data] = ACTIONS(4511), + [anon_sym_inner] = ACTIONS(4511), + [anon_sym_expect] = ACTIONS(4511), + [anon_sym_actual] = ACTIONS(4511), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4513), + [anon_sym_continue_AT] = ACTIONS(4513), + [anon_sym_break_AT] = ACTIONS(4513), + [sym_real_literal] = ACTIONS(4513), + [sym_integer_literal] = ACTIONS(4511), + [sym_hex_literal] = ACTIONS(4513), + [sym_bin_literal] = ACTIONS(4513), + [anon_sym_true] = ACTIONS(4511), + [anon_sym_false] = ACTIONS(4511), + [anon_sym_SQUOTE] = ACTIONS(4513), + [sym__backtick_identifier] = ACTIONS(4513), + [sym__automatic_semicolon] = ACTIONS(4513), + [sym_safe_nav] = ACTIONS(4818), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4513), + }, + [3853] = { + [sym__alpha_identifier] = ACTIONS(5043), + [anon_sym_AT] = ACTIONS(5045), + [anon_sym_LBRACK] = ACTIONS(5045), + [anon_sym_as] = ACTIONS(5043), + [anon_sym_EQ] = ACTIONS(5043), + [anon_sym_LBRACE] = ACTIONS(5045), + [anon_sym_RBRACE] = ACTIONS(5045), + [anon_sym_LPAREN] = ACTIONS(5045), + [anon_sym_COMMA] = ACTIONS(5045), + [anon_sym_LT] = ACTIONS(5043), + [anon_sym_GT] = ACTIONS(5043), + [anon_sym_where] = ACTIONS(5043), + [anon_sym_DOT] = ACTIONS(5043), + [anon_sym_SEMI] = ACTIONS(5045), + [anon_sym_get] = ACTIONS(5043), + [anon_sym_set] = ACTIONS(5043), + [anon_sym_STAR] = ACTIONS(5043), + [sym_label] = ACTIONS(5045), + [anon_sym_in] = ACTIONS(5043), + [anon_sym_DOT_DOT] = ACTIONS(5045), + [anon_sym_QMARK_COLON] = ACTIONS(5045), + [anon_sym_AMP_AMP] = ACTIONS(5045), + [anon_sym_PIPE_PIPE] = ACTIONS(5045), + [anon_sym_else] = ACTIONS(5043), + [anon_sym_COLON_COLON] = ACTIONS(5045), + [anon_sym_PLUS_EQ] = ACTIONS(5045), + [anon_sym_DASH_EQ] = ACTIONS(5045), + [anon_sym_STAR_EQ] = ACTIONS(5045), + [anon_sym_SLASH_EQ] = ACTIONS(5045), + [anon_sym_PERCENT_EQ] = ACTIONS(5045), + [anon_sym_BANG_EQ] = ACTIONS(5043), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5045), + [anon_sym_EQ_EQ] = ACTIONS(5043), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5045), + [anon_sym_LT_EQ] = ACTIONS(5045), + [anon_sym_GT_EQ] = ACTIONS(5045), + [anon_sym_BANGin] = ACTIONS(5045), + [anon_sym_is] = ACTIONS(5043), + [anon_sym_BANGis] = ACTIONS(5045), + [anon_sym_PLUS] = ACTIONS(5043), + [anon_sym_DASH] = ACTIONS(5043), + [anon_sym_SLASH] = ACTIONS(5043), + [anon_sym_PERCENT] = ACTIONS(5043), + [anon_sym_as_QMARK] = ACTIONS(5045), + [anon_sym_PLUS_PLUS] = ACTIONS(5045), + [anon_sym_DASH_DASH] = ACTIONS(5045), + [anon_sym_BANG_BANG] = ACTIONS(5045), + [anon_sym_suspend] = ACTIONS(5043), + [anon_sym_sealed] = ACTIONS(5043), + [anon_sym_annotation] = ACTIONS(5043), + [anon_sym_data] = ACTIONS(5043), + [anon_sym_inner] = ACTIONS(5043), + [anon_sym_override] = ACTIONS(5043), + [anon_sym_lateinit] = ACTIONS(5043), + [anon_sym_public] = ACTIONS(5043), + [anon_sym_private] = ACTIONS(5043), + [anon_sym_internal] = ACTIONS(5043), + [anon_sym_protected] = ACTIONS(5043), + [anon_sym_tailrec] = ACTIONS(5043), + [anon_sym_operator] = ACTIONS(5043), + [anon_sym_infix] = ACTIONS(5043), + [anon_sym_inline] = ACTIONS(5043), + [anon_sym_external] = ACTIONS(5043), + [sym_property_modifier] = ACTIONS(5043), + [anon_sym_abstract] = ACTIONS(5043), + [anon_sym_final] = ACTIONS(5043), + [anon_sym_open] = ACTIONS(5043), + [anon_sym_vararg] = ACTIONS(5043), + [anon_sym_noinline] = ACTIONS(5043), + [anon_sym_crossinline] = ACTIONS(5043), + [anon_sym_expect] = ACTIONS(5043), + [anon_sym_actual] = ACTIONS(5043), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5045), + [sym__automatic_semicolon] = ACTIONS(5045), + [sym_safe_nav] = ACTIONS(5045), + [sym_multiline_comment] = ACTIONS(3), + }, + [3854] = { + [sym_function_body] = STATE(3308), + [sym__block] = STATE(3334), + [sym__alpha_identifier] = ACTIONS(4426), + [anon_sym_AT] = ACTIONS(4428), + [anon_sym_LBRACK] = ACTIONS(4428), + [anon_sym_as] = ACTIONS(4426), + [anon_sym_EQ] = ACTIONS(6656), + [anon_sym_LBRACE] = ACTIONS(6244), + [anon_sym_RBRACE] = ACTIONS(4428), + [anon_sym_LPAREN] = ACTIONS(4428), + [anon_sym_COMMA] = ACTIONS(4428), + [anon_sym_LT] = ACTIONS(4426), + [anon_sym_GT] = ACTIONS(4426), + [anon_sym_where] = ACTIONS(4426), + [anon_sym_object] = ACTIONS(4426), + [anon_sym_fun] = ACTIONS(4426), + [anon_sym_DOT] = ACTIONS(4426), + [anon_sym_SEMI] = ACTIONS(4428), + [anon_sym_get] = ACTIONS(4426), + [anon_sym_set] = ACTIONS(4426), + [anon_sym_this] = ACTIONS(4426), + [anon_sym_super] = ACTIONS(4426), + [anon_sym_STAR] = ACTIONS(4428), + [sym_label] = ACTIONS(4426), + [anon_sym_in] = ACTIONS(4426), + [anon_sym_DOT_DOT] = ACTIONS(4428), + [anon_sym_QMARK_COLON] = ACTIONS(4428), + [anon_sym_AMP_AMP] = ACTIONS(4428), + [anon_sym_PIPE_PIPE] = ACTIONS(4428), + [anon_sym_null] = ACTIONS(4426), + [anon_sym_if] = ACTIONS(4426), + [anon_sym_else] = ACTIONS(4426), + [anon_sym_when] = ACTIONS(4426), + [anon_sym_try] = ACTIONS(4426), + [anon_sym_throw] = ACTIONS(4426), + [anon_sym_return] = ACTIONS(4426), + [anon_sym_continue] = ACTIONS(4426), + [anon_sym_break] = ACTIONS(4426), + [anon_sym_COLON_COLON] = ACTIONS(4428), + [anon_sym_BANG_EQ] = ACTIONS(4426), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4428), + [anon_sym_EQ_EQ] = ACTIONS(4426), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4428), + [anon_sym_LT_EQ] = ACTIONS(4428), + [anon_sym_GT_EQ] = ACTIONS(4428), + [anon_sym_BANGin] = ACTIONS(4428), + [anon_sym_is] = ACTIONS(4426), + [anon_sym_BANGis] = ACTIONS(4428), + [anon_sym_PLUS] = ACTIONS(4426), + [anon_sym_DASH] = ACTIONS(4426), + [anon_sym_SLASH] = ACTIONS(4426), + [anon_sym_PERCENT] = ACTIONS(4428), + [anon_sym_as_QMARK] = ACTIONS(4428), + [anon_sym_PLUS_PLUS] = ACTIONS(4428), + [anon_sym_DASH_DASH] = ACTIONS(4428), + [anon_sym_BANG] = ACTIONS(4426), + [anon_sym_BANG_BANG] = ACTIONS(4428), + [anon_sym_data] = ACTIONS(4426), + [anon_sym_inner] = ACTIONS(4426), + [anon_sym_expect] = ACTIONS(4426), + [anon_sym_actual] = ACTIONS(4426), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4428), + [anon_sym_continue_AT] = ACTIONS(4428), + [anon_sym_break_AT] = ACTIONS(4428), + [sym_real_literal] = ACTIONS(4428), + [sym_integer_literal] = ACTIONS(4426), + [sym_hex_literal] = ACTIONS(4428), + [sym_bin_literal] = ACTIONS(4428), + [anon_sym_true] = ACTIONS(4426), + [anon_sym_false] = ACTIONS(4426), + [anon_sym_SQUOTE] = ACTIONS(4428), + [sym__backtick_identifier] = ACTIONS(4428), + [sym__automatic_semicolon] = ACTIONS(4428), + [sym_safe_nav] = ACTIONS(4428), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4428), + }, + [3855] = { + [sym__alpha_identifier] = ACTIONS(4849), + [anon_sym_AT] = ACTIONS(4851), + [anon_sym_LBRACK] = ACTIONS(4851), + [anon_sym_as] = ACTIONS(4849), + [anon_sym_EQ] = ACTIONS(4849), + [anon_sym_LBRACE] = ACTIONS(4851), + [anon_sym_RBRACE] = ACTIONS(4851), + [anon_sym_LPAREN] = ACTIONS(4851), + [anon_sym_COMMA] = ACTIONS(4851), + [anon_sym_LT] = ACTIONS(4849), + [anon_sym_GT] = ACTIONS(4849), + [anon_sym_where] = ACTIONS(4849), + [anon_sym_DOT] = ACTIONS(4849), + [anon_sym_SEMI] = ACTIONS(4851), + [anon_sym_get] = ACTIONS(4849), + [anon_sym_set] = ACTIONS(4849), + [anon_sym_STAR] = ACTIONS(4849), + [sym_label] = ACTIONS(4851), + [anon_sym_in] = ACTIONS(4849), + [anon_sym_DOT_DOT] = ACTIONS(4851), + [anon_sym_QMARK_COLON] = ACTIONS(4851), + [anon_sym_AMP_AMP] = ACTIONS(4851), + [anon_sym_PIPE_PIPE] = ACTIONS(4851), + [anon_sym_else] = ACTIONS(4849), + [anon_sym_COLON_COLON] = ACTIONS(4851), + [anon_sym_PLUS_EQ] = ACTIONS(4851), + [anon_sym_DASH_EQ] = ACTIONS(4851), + [anon_sym_STAR_EQ] = ACTIONS(4851), + [anon_sym_SLASH_EQ] = ACTIONS(4851), + [anon_sym_PERCENT_EQ] = ACTIONS(4851), + [anon_sym_BANG_EQ] = ACTIONS(4849), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4851), + [anon_sym_EQ_EQ] = ACTIONS(4849), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4851), + [anon_sym_LT_EQ] = ACTIONS(4851), + [anon_sym_GT_EQ] = ACTIONS(4851), + [anon_sym_BANGin] = ACTIONS(4851), + [anon_sym_is] = ACTIONS(4849), + [anon_sym_BANGis] = ACTIONS(4851), + [anon_sym_PLUS] = ACTIONS(4849), + [anon_sym_DASH] = ACTIONS(4849), + [anon_sym_SLASH] = ACTIONS(4849), + [anon_sym_PERCENT] = ACTIONS(4849), + [anon_sym_as_QMARK] = ACTIONS(4851), + [anon_sym_PLUS_PLUS] = ACTIONS(4851), + [anon_sym_DASH_DASH] = ACTIONS(4851), + [anon_sym_BANG_BANG] = ACTIONS(4851), + [anon_sym_suspend] = ACTIONS(4849), + [anon_sym_sealed] = ACTIONS(4849), + [anon_sym_annotation] = ACTIONS(4849), + [anon_sym_data] = ACTIONS(4849), + [anon_sym_inner] = ACTIONS(4849), + [anon_sym_override] = ACTIONS(4849), + [anon_sym_lateinit] = ACTIONS(4849), + [anon_sym_public] = ACTIONS(4849), + [anon_sym_private] = ACTIONS(4849), + [anon_sym_internal] = ACTIONS(4849), + [anon_sym_protected] = ACTIONS(4849), + [anon_sym_tailrec] = ACTIONS(4849), + [anon_sym_operator] = ACTIONS(4849), + [anon_sym_infix] = ACTIONS(4849), + [anon_sym_inline] = ACTIONS(4849), + [anon_sym_external] = ACTIONS(4849), + [sym_property_modifier] = ACTIONS(4849), + [anon_sym_abstract] = ACTIONS(4849), + [anon_sym_final] = ACTIONS(4849), + [anon_sym_open] = ACTIONS(4849), + [anon_sym_vararg] = ACTIONS(4849), + [anon_sym_noinline] = ACTIONS(4849), + [anon_sym_crossinline] = ACTIONS(4849), + [anon_sym_expect] = ACTIONS(4849), + [anon_sym_actual] = ACTIONS(4849), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4851), + [sym__automatic_semicolon] = ACTIONS(4851), + [sym_safe_nav] = ACTIONS(4851), + [sym_multiline_comment] = ACTIONS(3), + }, + [3856] = { + [sym__alpha_identifier] = ACTIONS(4945), + [anon_sym_AT] = ACTIONS(4947), + [anon_sym_LBRACK] = ACTIONS(4947), + [anon_sym_as] = ACTIONS(4945), + [anon_sym_EQ] = ACTIONS(4945), + [anon_sym_LBRACE] = ACTIONS(4947), + [anon_sym_RBRACE] = ACTIONS(4947), + [anon_sym_LPAREN] = ACTIONS(4947), + [anon_sym_COMMA] = ACTIONS(4947), + [anon_sym_LT] = ACTIONS(4945), + [anon_sym_GT] = ACTIONS(4945), + [anon_sym_where] = ACTIONS(4945), + [anon_sym_DOT] = ACTIONS(4945), + [anon_sym_SEMI] = ACTIONS(4947), + [anon_sym_get] = ACTIONS(4945), + [anon_sym_set] = ACTIONS(4945), + [anon_sym_STAR] = ACTIONS(4945), + [sym_label] = ACTIONS(4947), + [anon_sym_in] = ACTIONS(4945), + [anon_sym_DOT_DOT] = ACTIONS(4947), + [anon_sym_QMARK_COLON] = ACTIONS(4947), + [anon_sym_AMP_AMP] = ACTIONS(4947), + [anon_sym_PIPE_PIPE] = ACTIONS(4947), + [anon_sym_else] = ACTIONS(4945), + [anon_sym_COLON_COLON] = ACTIONS(4947), + [anon_sym_PLUS_EQ] = ACTIONS(4947), + [anon_sym_DASH_EQ] = ACTIONS(4947), + [anon_sym_STAR_EQ] = ACTIONS(4947), + [anon_sym_SLASH_EQ] = ACTIONS(4947), + [anon_sym_PERCENT_EQ] = ACTIONS(4947), + [anon_sym_BANG_EQ] = ACTIONS(4945), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4947), + [anon_sym_EQ_EQ] = ACTIONS(4945), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4947), + [anon_sym_LT_EQ] = ACTIONS(4947), + [anon_sym_GT_EQ] = ACTIONS(4947), + [anon_sym_BANGin] = ACTIONS(4947), + [anon_sym_is] = ACTIONS(4945), + [anon_sym_BANGis] = ACTIONS(4947), + [anon_sym_PLUS] = ACTIONS(4945), + [anon_sym_DASH] = ACTIONS(4945), + [anon_sym_SLASH] = ACTIONS(4945), + [anon_sym_PERCENT] = ACTIONS(4945), + [anon_sym_as_QMARK] = ACTIONS(4947), + [anon_sym_PLUS_PLUS] = ACTIONS(4947), + [anon_sym_DASH_DASH] = ACTIONS(4947), + [anon_sym_BANG_BANG] = ACTIONS(4947), + [anon_sym_suspend] = ACTIONS(4945), + [anon_sym_sealed] = ACTIONS(4945), + [anon_sym_annotation] = ACTIONS(4945), + [anon_sym_data] = ACTIONS(4945), + [anon_sym_inner] = ACTIONS(4945), + [anon_sym_override] = ACTIONS(4945), + [anon_sym_lateinit] = ACTIONS(4945), + [anon_sym_public] = ACTIONS(4945), + [anon_sym_private] = ACTIONS(4945), + [anon_sym_internal] = ACTIONS(4945), + [anon_sym_protected] = ACTIONS(4945), + [anon_sym_tailrec] = ACTIONS(4945), + [anon_sym_operator] = ACTIONS(4945), + [anon_sym_infix] = ACTIONS(4945), + [anon_sym_inline] = ACTIONS(4945), + [anon_sym_external] = ACTIONS(4945), + [sym_property_modifier] = ACTIONS(4945), + [anon_sym_abstract] = ACTIONS(4945), + [anon_sym_final] = ACTIONS(4945), + [anon_sym_open] = ACTIONS(4945), + [anon_sym_vararg] = ACTIONS(4945), + [anon_sym_noinline] = ACTIONS(4945), + [anon_sym_crossinline] = ACTIONS(4945), + [anon_sym_expect] = ACTIONS(4945), + [anon_sym_actual] = ACTIONS(4945), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4947), + [sym__automatic_semicolon] = ACTIONS(4947), + [sym_safe_nav] = ACTIONS(4947), + [sym_multiline_comment] = ACTIONS(3), + }, + [3857] = { + [sym__alpha_identifier] = ACTIONS(4519), + [anon_sym_AT] = ACTIONS(4521), + [anon_sym_LBRACK] = ACTIONS(4521), + [anon_sym_as] = ACTIONS(4828), + [anon_sym_EQ] = ACTIONS(4828), + [anon_sym_LBRACE] = ACTIONS(4521), + [anon_sym_RBRACE] = ACTIONS(4521), + [anon_sym_LPAREN] = ACTIONS(4521), + [anon_sym_LT] = ACTIONS(4828), + [anon_sym_GT] = ACTIONS(4828), + [anon_sym_object] = ACTIONS(4519), + [anon_sym_fun] = ACTIONS(4519), + [anon_sym_DOT] = ACTIONS(4828), + [anon_sym_get] = ACTIONS(4519), + [anon_sym_set] = ACTIONS(4519), + [anon_sym_this] = ACTIONS(4519), + [anon_sym_super] = ACTIONS(4519), + [anon_sym_STAR] = ACTIONS(4519), + [sym_label] = ACTIONS(4519), + [anon_sym_in] = ACTIONS(4519), + [anon_sym_DOT_DOT] = ACTIONS(4830), + [anon_sym_QMARK_COLON] = ACTIONS(4830), + [anon_sym_AMP_AMP] = ACTIONS(4830), + [anon_sym_PIPE_PIPE] = ACTIONS(4830), + [anon_sym_null] = ACTIONS(4519), + [anon_sym_if] = ACTIONS(4519), + [anon_sym_else] = ACTIONS(4519), + [anon_sym_when] = ACTIONS(4519), + [anon_sym_try] = ACTIONS(4519), + [anon_sym_throw] = ACTIONS(4519), + [anon_sym_return] = ACTIONS(4519), + [anon_sym_continue] = ACTIONS(4519), + [anon_sym_break] = ACTIONS(4519), + [anon_sym_COLON_COLON] = ACTIONS(4521), + [anon_sym_PLUS_EQ] = ACTIONS(4830), + [anon_sym_DASH_EQ] = ACTIONS(4830), + [anon_sym_STAR_EQ] = ACTIONS(4830), + [anon_sym_SLASH_EQ] = ACTIONS(4830), + [anon_sym_PERCENT_EQ] = ACTIONS(4830), + [anon_sym_BANG_EQ] = ACTIONS(4828), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4830), + [anon_sym_EQ_EQ] = ACTIONS(4828), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4830), + [anon_sym_LT_EQ] = ACTIONS(4830), + [anon_sym_GT_EQ] = ACTIONS(4830), + [anon_sym_BANGin] = ACTIONS(4521), + [anon_sym_is] = ACTIONS(4519), + [anon_sym_BANGis] = ACTIONS(4521), + [anon_sym_PLUS] = ACTIONS(4519), + [anon_sym_DASH] = ACTIONS(4519), + [anon_sym_SLASH] = ACTIONS(4828), + [anon_sym_PERCENT] = ACTIONS(4828), + [anon_sym_as_QMARK] = ACTIONS(4830), + [anon_sym_PLUS_PLUS] = ACTIONS(4521), + [anon_sym_DASH_DASH] = ACTIONS(4521), + [anon_sym_BANG] = ACTIONS(4519), + [anon_sym_BANG_BANG] = ACTIONS(4830), + [anon_sym_data] = ACTIONS(4519), + [anon_sym_inner] = ACTIONS(4519), + [anon_sym_expect] = ACTIONS(4519), + [anon_sym_actual] = ACTIONS(4519), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4521), + [anon_sym_continue_AT] = ACTIONS(4521), + [anon_sym_break_AT] = ACTIONS(4521), + [sym_real_literal] = ACTIONS(4521), + [sym_integer_literal] = ACTIONS(4519), + [sym_hex_literal] = ACTIONS(4521), + [sym_bin_literal] = ACTIONS(4521), + [anon_sym_true] = ACTIONS(4519), + [anon_sym_false] = ACTIONS(4519), + [anon_sym_SQUOTE] = ACTIONS(4521), + [sym__backtick_identifier] = ACTIONS(4521), + [sym__automatic_semicolon] = ACTIONS(4521), + [sym_safe_nav] = ACTIONS(4830), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4521), + }, + [3858] = { + [sym_function_body] = STATE(3268), + [sym__block] = STATE(3334), + [sym__alpha_identifier] = ACTIONS(4047), + [anon_sym_AT] = ACTIONS(4049), + [anon_sym_LBRACK] = ACTIONS(4049), + [anon_sym_as] = ACTIONS(4047), + [anon_sym_EQ] = ACTIONS(6656), + [anon_sym_LBRACE] = ACTIONS(6244), + [anon_sym_RBRACE] = ACTIONS(4049), + [anon_sym_LPAREN] = ACTIONS(4049), + [anon_sym_COMMA] = ACTIONS(4049), + [anon_sym_LT] = ACTIONS(4047), + [anon_sym_GT] = ACTIONS(4047), + [anon_sym_where] = ACTIONS(4047), + [anon_sym_object] = ACTIONS(4047), + [anon_sym_fun] = ACTIONS(4047), + [anon_sym_DOT] = ACTIONS(4047), + [anon_sym_SEMI] = ACTIONS(4049), + [anon_sym_get] = ACTIONS(4047), + [anon_sym_set] = ACTIONS(4047), + [anon_sym_this] = ACTIONS(4047), + [anon_sym_super] = ACTIONS(4047), + [anon_sym_STAR] = ACTIONS(4049), + [sym_label] = ACTIONS(4047), + [anon_sym_in] = ACTIONS(4047), + [anon_sym_DOT_DOT] = ACTIONS(4049), + [anon_sym_QMARK_COLON] = ACTIONS(4049), + [anon_sym_AMP_AMP] = ACTIONS(4049), + [anon_sym_PIPE_PIPE] = ACTIONS(4049), + [anon_sym_null] = ACTIONS(4047), + [anon_sym_if] = ACTIONS(4047), + [anon_sym_else] = ACTIONS(4047), + [anon_sym_when] = ACTIONS(4047), + [anon_sym_try] = ACTIONS(4047), + [anon_sym_throw] = ACTIONS(4047), + [anon_sym_return] = ACTIONS(4047), + [anon_sym_continue] = ACTIONS(4047), + [anon_sym_break] = ACTIONS(4047), + [anon_sym_COLON_COLON] = ACTIONS(4049), + [anon_sym_BANG_EQ] = ACTIONS(4047), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4049), + [anon_sym_EQ_EQ] = ACTIONS(4047), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4049), + [anon_sym_LT_EQ] = ACTIONS(4049), + [anon_sym_GT_EQ] = ACTIONS(4049), + [anon_sym_BANGin] = ACTIONS(4049), + [anon_sym_is] = ACTIONS(4047), + [anon_sym_BANGis] = ACTIONS(4049), + [anon_sym_PLUS] = ACTIONS(4047), + [anon_sym_DASH] = ACTIONS(4047), + [anon_sym_SLASH] = ACTIONS(4047), + [anon_sym_PERCENT] = ACTIONS(4049), + [anon_sym_as_QMARK] = ACTIONS(4049), + [anon_sym_PLUS_PLUS] = ACTIONS(4049), + [anon_sym_DASH_DASH] = ACTIONS(4049), + [anon_sym_BANG] = ACTIONS(4047), + [anon_sym_BANG_BANG] = ACTIONS(4049), + [anon_sym_data] = ACTIONS(4047), + [anon_sym_inner] = ACTIONS(4047), + [anon_sym_expect] = ACTIONS(4047), + [anon_sym_actual] = ACTIONS(4047), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4049), + [anon_sym_continue_AT] = ACTIONS(4049), + [anon_sym_break_AT] = ACTIONS(4049), + [sym_real_literal] = ACTIONS(4049), + [sym_integer_literal] = ACTIONS(4047), + [sym_hex_literal] = ACTIONS(4049), + [sym_bin_literal] = ACTIONS(4049), + [anon_sym_true] = ACTIONS(4047), + [anon_sym_false] = ACTIONS(4047), + [anon_sym_SQUOTE] = ACTIONS(4049), + [sym__backtick_identifier] = ACTIONS(4049), + [sym__automatic_semicolon] = ACTIONS(4049), + [sym_safe_nav] = ACTIONS(4049), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4049), + }, + [3859] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(1624), + [sym__comparison_operator] = STATE(2064), + [sym__in_operator] = STATE(1691), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(1828), + [sym__multiplicative_operator] = STATE(1968), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2056), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), + [anon_sym_EQ] = ACTIONS(3040), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_RBRACE] = ACTIONS(3042), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_RPAREN] = ACTIONS(3042), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(6842), + [anon_sym_DOT] = ACTIONS(6409), + [anon_sym_SEMI] = ACTIONS(3042), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(6844), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(6846), + [anon_sym_while] = ACTIONS(3040), + [anon_sym_DOT_DOT] = ACTIONS(6848), + [anon_sym_QMARK_COLON] = ACTIONS(6850), + [anon_sym_AMP_AMP] = ACTIONS(3042), + [anon_sym_PIPE_PIPE] = ACTIONS(3042), + [anon_sym_else] = ACTIONS(3040), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_PLUS_EQ] = ACTIONS(3042), + [anon_sym_DASH_EQ] = ACTIONS(3042), + [anon_sym_STAR_EQ] = ACTIONS(3042), + [anon_sym_SLASH_EQ] = ACTIONS(3042), + [anon_sym_PERCENT_EQ] = ACTIONS(3042), + [anon_sym_BANG_EQ] = ACTIONS(3040), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3042), + [anon_sym_EQ_EQ] = ACTIONS(3040), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3042), + [anon_sym_LT_EQ] = ACTIONS(6860), + [anon_sym_GT_EQ] = ACTIONS(6860), + [anon_sym_BANGin] = ACTIONS(6862), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(6864), + [anon_sym_DASH] = ACTIONS(6864), + [anon_sym_SLASH] = ACTIONS(6844), + [anon_sym_PERCENT] = ACTIONS(6844), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym_safe_nav] = ACTIONS(6425), + [sym_multiline_comment] = ACTIONS(3), + }, + [3860] = { + [sym__alpha_identifier] = ACTIONS(4832), + [anon_sym_AT] = ACTIONS(4834), + [anon_sym_LBRACK] = ACTIONS(4834), + [anon_sym_as] = ACTIONS(4832), + [anon_sym_EQ] = ACTIONS(4832), + [anon_sym_LBRACE] = ACTIONS(4834), + [anon_sym_RBRACE] = ACTIONS(4834), + [anon_sym_LPAREN] = ACTIONS(4834), + [anon_sym_COMMA] = ACTIONS(4834), + [anon_sym_LT] = ACTIONS(4832), + [anon_sym_GT] = ACTIONS(4832), + [anon_sym_where] = ACTIONS(4832), + [anon_sym_DOT] = ACTIONS(4832), + [anon_sym_SEMI] = ACTIONS(4834), + [anon_sym_get] = ACTIONS(4832), + [anon_sym_set] = ACTIONS(4832), + [anon_sym_STAR] = ACTIONS(4832), + [sym_label] = ACTIONS(4834), + [anon_sym_in] = ACTIONS(4832), + [anon_sym_DOT_DOT] = ACTIONS(4834), + [anon_sym_QMARK_COLON] = ACTIONS(4834), + [anon_sym_AMP_AMP] = ACTIONS(4834), + [anon_sym_PIPE_PIPE] = ACTIONS(4834), + [anon_sym_else] = ACTIONS(4832), + [anon_sym_COLON_COLON] = ACTIONS(4834), + [anon_sym_PLUS_EQ] = ACTIONS(4834), + [anon_sym_DASH_EQ] = ACTIONS(4834), + [anon_sym_STAR_EQ] = ACTIONS(4834), + [anon_sym_SLASH_EQ] = ACTIONS(4834), + [anon_sym_PERCENT_EQ] = ACTIONS(4834), + [anon_sym_BANG_EQ] = ACTIONS(4832), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4834), + [anon_sym_EQ_EQ] = ACTIONS(4832), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4834), + [anon_sym_LT_EQ] = ACTIONS(4834), + [anon_sym_GT_EQ] = ACTIONS(4834), + [anon_sym_BANGin] = ACTIONS(4834), + [anon_sym_is] = ACTIONS(4832), + [anon_sym_BANGis] = ACTIONS(4834), + [anon_sym_PLUS] = ACTIONS(4832), + [anon_sym_DASH] = ACTIONS(4832), + [anon_sym_SLASH] = ACTIONS(4832), + [anon_sym_PERCENT] = ACTIONS(4832), + [anon_sym_as_QMARK] = ACTIONS(4834), + [anon_sym_PLUS_PLUS] = ACTIONS(4834), + [anon_sym_DASH_DASH] = ACTIONS(4834), + [anon_sym_BANG_BANG] = ACTIONS(4834), + [anon_sym_suspend] = ACTIONS(4832), + [anon_sym_sealed] = ACTIONS(4832), + [anon_sym_annotation] = ACTIONS(4832), + [anon_sym_data] = ACTIONS(4832), + [anon_sym_inner] = ACTIONS(4832), + [anon_sym_override] = ACTIONS(4832), + [anon_sym_lateinit] = ACTIONS(4832), + [anon_sym_public] = ACTIONS(4832), + [anon_sym_private] = ACTIONS(4832), + [anon_sym_internal] = ACTIONS(4832), + [anon_sym_protected] = ACTIONS(4832), + [anon_sym_tailrec] = ACTIONS(4832), + [anon_sym_operator] = ACTIONS(4832), + [anon_sym_infix] = ACTIONS(4832), + [anon_sym_inline] = ACTIONS(4832), + [anon_sym_external] = ACTIONS(4832), + [sym_property_modifier] = ACTIONS(4832), + [anon_sym_abstract] = ACTIONS(4832), + [anon_sym_final] = ACTIONS(4832), + [anon_sym_open] = ACTIONS(4832), + [anon_sym_vararg] = ACTIONS(4832), + [anon_sym_noinline] = ACTIONS(4832), + [anon_sym_crossinline] = ACTIONS(4832), + [anon_sym_expect] = ACTIONS(4832), + [anon_sym_actual] = ACTIONS(4832), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4834), + [sym__automatic_semicolon] = ACTIONS(4834), + [sym_safe_nav] = ACTIONS(4834), + [sym_multiline_comment] = ACTIONS(3), + }, + [3861] = { + [sym_function_body] = STATE(3248), + [sym__block] = STATE(3464), + [sym__alpha_identifier] = ACTIONS(4047), + [anon_sym_AT] = ACTIONS(4049), + [anon_sym_LBRACK] = ACTIONS(4049), + [anon_sym_RBRACK] = ACTIONS(4049), + [anon_sym_as] = ACTIONS(4047), + [anon_sym_EQ] = ACTIONS(6625), + [anon_sym_LBRACE] = ACTIONS(6233), + [anon_sym_RBRACE] = ACTIONS(4049), + [anon_sym_LPAREN] = ACTIONS(4049), + [anon_sym_COMMA] = ACTIONS(4049), + [anon_sym_RPAREN] = ACTIONS(4049), + [anon_sym_LT] = ACTIONS(4047), + [anon_sym_GT] = ACTIONS(4047), + [anon_sym_where] = ACTIONS(4047), + [anon_sym_DOT] = ACTIONS(4047), + [anon_sym_SEMI] = ACTIONS(4049), + [anon_sym_get] = ACTIONS(4047), + [anon_sym_set] = ACTIONS(4047), + [anon_sym_STAR] = ACTIONS(4049), + [anon_sym_DASH_GT] = ACTIONS(4049), + [sym_label] = ACTIONS(4049), + [anon_sym_in] = ACTIONS(4047), + [anon_sym_while] = ACTIONS(4047), + [anon_sym_DOT_DOT] = ACTIONS(4049), + [anon_sym_QMARK_COLON] = ACTIONS(4049), + [anon_sym_AMP_AMP] = ACTIONS(4049), + [anon_sym_PIPE_PIPE] = ACTIONS(4049), + [anon_sym_else] = ACTIONS(4047), + [anon_sym_COLON_COLON] = ACTIONS(4049), + [anon_sym_BANG_EQ] = ACTIONS(4047), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4049), + [anon_sym_EQ_EQ] = ACTIONS(4047), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4049), + [anon_sym_LT_EQ] = ACTIONS(4049), + [anon_sym_GT_EQ] = ACTIONS(4049), + [anon_sym_BANGin] = ACTIONS(4049), + [anon_sym_is] = ACTIONS(4047), + [anon_sym_BANGis] = ACTIONS(4049), + [anon_sym_PLUS] = ACTIONS(4047), + [anon_sym_DASH] = ACTIONS(4047), + [anon_sym_SLASH] = ACTIONS(4047), + [anon_sym_PERCENT] = ACTIONS(4049), + [anon_sym_as_QMARK] = ACTIONS(4049), + [anon_sym_PLUS_PLUS] = ACTIONS(4049), + [anon_sym_DASH_DASH] = ACTIONS(4049), + [anon_sym_BANG_BANG] = ACTIONS(4049), + [anon_sym_suspend] = ACTIONS(4047), + [anon_sym_sealed] = ACTIONS(4047), + [anon_sym_annotation] = ACTIONS(4047), + [anon_sym_data] = ACTIONS(4047), + [anon_sym_inner] = ACTIONS(4047), + [anon_sym_override] = ACTIONS(4047), + [anon_sym_lateinit] = ACTIONS(4047), + [anon_sym_public] = ACTIONS(4047), + [anon_sym_private] = ACTIONS(4047), + [anon_sym_internal] = ACTIONS(4047), + [anon_sym_protected] = ACTIONS(4047), + [anon_sym_tailrec] = ACTIONS(4047), + [anon_sym_operator] = ACTIONS(4047), + [anon_sym_infix] = ACTIONS(4047), + [anon_sym_inline] = ACTIONS(4047), + [anon_sym_external] = ACTIONS(4047), + [sym_property_modifier] = ACTIONS(4047), + [anon_sym_abstract] = ACTIONS(4047), + [anon_sym_final] = ACTIONS(4047), + [anon_sym_open] = ACTIONS(4047), + [anon_sym_vararg] = ACTIONS(4047), + [anon_sym_noinline] = ACTIONS(4047), + [anon_sym_crossinline] = ACTIONS(4047), + [anon_sym_expect] = ACTIONS(4047), + [anon_sym_actual] = ACTIONS(4047), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4049), + [sym_safe_nav] = ACTIONS(4049), + [sym_multiline_comment] = ACTIONS(3), + }, + [3862] = { + [sym__alpha_identifier] = ACTIONS(4784), + [anon_sym_AT] = ACTIONS(4786), + [anon_sym_LBRACK] = ACTIONS(4786), + [anon_sym_as] = ACTIONS(4784), + [anon_sym_EQ] = ACTIONS(4784), + [anon_sym_LBRACE] = ACTIONS(4786), + [anon_sym_RBRACE] = ACTIONS(4786), + [anon_sym_LPAREN] = ACTIONS(4786), + [anon_sym_COMMA] = ACTIONS(4786), + [anon_sym_LT] = ACTIONS(4784), + [anon_sym_GT] = ACTIONS(4784), + [anon_sym_where] = ACTIONS(4784), + [anon_sym_DOT] = ACTIONS(4784), + [anon_sym_SEMI] = ACTIONS(4786), + [anon_sym_get] = ACTIONS(4784), + [anon_sym_set] = ACTIONS(4784), + [anon_sym_STAR] = ACTIONS(4784), + [sym_label] = ACTIONS(4786), + [anon_sym_in] = ACTIONS(4784), + [anon_sym_DOT_DOT] = ACTIONS(4786), + [anon_sym_QMARK_COLON] = ACTIONS(4786), + [anon_sym_AMP_AMP] = ACTIONS(4786), + [anon_sym_PIPE_PIPE] = ACTIONS(4786), + [anon_sym_else] = ACTIONS(4784), + [anon_sym_COLON_COLON] = ACTIONS(4786), + [anon_sym_PLUS_EQ] = ACTIONS(4786), + [anon_sym_DASH_EQ] = ACTIONS(4786), + [anon_sym_STAR_EQ] = ACTIONS(4786), + [anon_sym_SLASH_EQ] = ACTIONS(4786), + [anon_sym_PERCENT_EQ] = ACTIONS(4786), + [anon_sym_BANG_EQ] = ACTIONS(4784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4786), + [anon_sym_EQ_EQ] = ACTIONS(4784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4786), + [anon_sym_LT_EQ] = ACTIONS(4786), + [anon_sym_GT_EQ] = ACTIONS(4786), + [anon_sym_BANGin] = ACTIONS(4786), + [anon_sym_is] = ACTIONS(4784), + [anon_sym_BANGis] = ACTIONS(4786), + [anon_sym_PLUS] = ACTIONS(4784), + [anon_sym_DASH] = ACTIONS(4784), + [anon_sym_SLASH] = ACTIONS(4784), + [anon_sym_PERCENT] = ACTIONS(4784), + [anon_sym_as_QMARK] = ACTIONS(4786), + [anon_sym_PLUS_PLUS] = ACTIONS(4786), + [anon_sym_DASH_DASH] = ACTIONS(4786), + [anon_sym_BANG_BANG] = ACTIONS(4786), + [anon_sym_suspend] = ACTIONS(4784), + [anon_sym_sealed] = ACTIONS(4784), + [anon_sym_annotation] = ACTIONS(4784), + [anon_sym_data] = ACTIONS(4784), + [anon_sym_inner] = ACTIONS(4784), + [anon_sym_override] = ACTIONS(4784), + [anon_sym_lateinit] = ACTIONS(4784), + [anon_sym_public] = ACTIONS(4784), + [anon_sym_private] = ACTIONS(4784), + [anon_sym_internal] = ACTIONS(4784), + [anon_sym_protected] = ACTIONS(4784), + [anon_sym_tailrec] = ACTIONS(4784), + [anon_sym_operator] = ACTIONS(4784), + [anon_sym_infix] = ACTIONS(4784), + [anon_sym_inline] = ACTIONS(4784), + [anon_sym_external] = ACTIONS(4784), + [sym_property_modifier] = ACTIONS(4784), + [anon_sym_abstract] = ACTIONS(4784), + [anon_sym_final] = ACTIONS(4784), + [anon_sym_open] = ACTIONS(4784), + [anon_sym_vararg] = ACTIONS(4784), + [anon_sym_noinline] = ACTIONS(4784), + [anon_sym_crossinline] = ACTIONS(4784), + [anon_sym_expect] = ACTIONS(4784), + [anon_sym_actual] = ACTIONS(4784), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4786), + [sym__automatic_semicolon] = ACTIONS(4786), + [sym_safe_nav] = ACTIONS(4786), + [sym_multiline_comment] = ACTIONS(3), + }, + [3863] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(1624), + [sym__comparison_operator] = STATE(2064), + [sym__in_operator] = STATE(1691), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(1828), + [sym__multiplicative_operator] = STATE(1968), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2056), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), + [anon_sym_EQ] = ACTIONS(3059), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_RBRACE] = ACTIONS(3061), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_RPAREN] = ACTIONS(3061), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(6842), + [anon_sym_DOT] = ACTIONS(6409), + [anon_sym_SEMI] = ACTIONS(3061), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(6844), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(6846), + [anon_sym_while] = ACTIONS(3059), + [anon_sym_DOT_DOT] = ACTIONS(6848), + [anon_sym_QMARK_COLON] = ACTIONS(6850), + [anon_sym_AMP_AMP] = ACTIONS(6852), + [anon_sym_PIPE_PIPE] = ACTIONS(6854), + [anon_sym_else] = ACTIONS(3059), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_PLUS_EQ] = ACTIONS(3061), + [anon_sym_DASH_EQ] = ACTIONS(3061), + [anon_sym_STAR_EQ] = ACTIONS(3061), + [anon_sym_SLASH_EQ] = ACTIONS(3061), + [anon_sym_PERCENT_EQ] = ACTIONS(3061), + [anon_sym_BANG_EQ] = ACTIONS(6856), + [anon_sym_BANG_EQ_EQ] = ACTIONS(6858), + [anon_sym_EQ_EQ] = ACTIONS(6856), + [anon_sym_EQ_EQ_EQ] = ACTIONS(6858), + [anon_sym_LT_EQ] = ACTIONS(6860), + [anon_sym_GT_EQ] = ACTIONS(6860), + [anon_sym_BANGin] = ACTIONS(6862), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(6864), + [anon_sym_DASH] = ACTIONS(6864), + [anon_sym_SLASH] = ACTIONS(6844), + [anon_sym_PERCENT] = ACTIONS(6844), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym_safe_nav] = ACTIONS(6425), + [sym_multiline_comment] = ACTIONS(3), + }, + [3864] = { + [sym__alpha_identifier] = ACTIONS(4005), + [anon_sym_AT] = ACTIONS(4007), + [anon_sym_LBRACK] = ACTIONS(4007), + [anon_sym_as] = ACTIONS(4005), + [anon_sym_EQ] = ACTIONS(4005), + [anon_sym_LBRACE] = ACTIONS(4007), + [anon_sym_RBRACE] = ACTIONS(4007), + [anon_sym_LPAREN] = ACTIONS(4007), + [anon_sym_COMMA] = ACTIONS(4007), + [anon_sym_LT] = ACTIONS(4005), + [anon_sym_GT] = ACTIONS(4005), + [anon_sym_where] = ACTIONS(4005), + [anon_sym_DOT] = ACTIONS(4005), + [anon_sym_SEMI] = ACTIONS(4007), + [anon_sym_get] = ACTIONS(4005), + [anon_sym_set] = ACTIONS(4005), + [anon_sym_STAR] = ACTIONS(4005), + [sym_label] = ACTIONS(4007), + [anon_sym_in] = ACTIONS(4005), + [anon_sym_DOT_DOT] = ACTIONS(4007), + [anon_sym_QMARK_COLON] = ACTIONS(4007), + [anon_sym_AMP_AMP] = ACTIONS(4007), + [anon_sym_PIPE_PIPE] = ACTIONS(4007), + [anon_sym_else] = ACTIONS(4005), + [anon_sym_COLON_COLON] = ACTIONS(4007), + [anon_sym_PLUS_EQ] = ACTIONS(4007), + [anon_sym_DASH_EQ] = ACTIONS(4007), + [anon_sym_STAR_EQ] = ACTIONS(4007), + [anon_sym_SLASH_EQ] = ACTIONS(4007), + [anon_sym_PERCENT_EQ] = ACTIONS(4007), + [anon_sym_BANG_EQ] = ACTIONS(4005), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4007), + [anon_sym_EQ_EQ] = ACTIONS(4005), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4007), + [anon_sym_LT_EQ] = ACTIONS(4007), + [anon_sym_GT_EQ] = ACTIONS(4007), + [anon_sym_BANGin] = ACTIONS(4007), + [anon_sym_is] = ACTIONS(4005), + [anon_sym_BANGis] = ACTIONS(4007), + [anon_sym_PLUS] = ACTIONS(4005), + [anon_sym_DASH] = ACTIONS(4005), + [anon_sym_SLASH] = ACTIONS(4005), + [anon_sym_PERCENT] = ACTIONS(4005), + [anon_sym_as_QMARK] = ACTIONS(4007), + [anon_sym_PLUS_PLUS] = ACTIONS(4007), + [anon_sym_DASH_DASH] = ACTIONS(4007), + [anon_sym_BANG_BANG] = ACTIONS(4007), + [anon_sym_suspend] = ACTIONS(4005), + [anon_sym_sealed] = ACTIONS(4005), + [anon_sym_annotation] = ACTIONS(4005), + [anon_sym_data] = ACTIONS(4005), + [anon_sym_inner] = ACTIONS(4005), + [anon_sym_override] = ACTIONS(4005), + [anon_sym_lateinit] = ACTIONS(4005), + [anon_sym_public] = ACTIONS(4005), + [anon_sym_private] = ACTIONS(4005), + [anon_sym_internal] = ACTIONS(4005), + [anon_sym_protected] = ACTIONS(4005), + [anon_sym_tailrec] = ACTIONS(4005), + [anon_sym_operator] = ACTIONS(4005), + [anon_sym_infix] = ACTIONS(4005), + [anon_sym_inline] = ACTIONS(4005), + [anon_sym_external] = ACTIONS(4005), + [sym_property_modifier] = ACTIONS(4005), + [anon_sym_abstract] = ACTIONS(4005), + [anon_sym_final] = ACTIONS(4005), + [anon_sym_open] = ACTIONS(4005), + [anon_sym_vararg] = ACTIONS(4005), + [anon_sym_noinline] = ACTIONS(4005), + [anon_sym_crossinline] = ACTIONS(4005), + [anon_sym_expect] = ACTIONS(4005), + [anon_sym_actual] = ACTIONS(4005), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4007), + [sym__automatic_semicolon] = ACTIONS(4007), + [sym_safe_nav] = ACTIONS(4007), + [sym_multiline_comment] = ACTIONS(3), + }, + [3865] = { + [sym__alpha_identifier] = ACTIONS(4951), + [anon_sym_AT] = ACTIONS(4953), + [anon_sym_LBRACK] = ACTIONS(4953), + [anon_sym_as] = ACTIONS(4951), + [anon_sym_EQ] = ACTIONS(4951), + [anon_sym_LBRACE] = ACTIONS(4953), + [anon_sym_RBRACE] = ACTIONS(4953), + [anon_sym_LPAREN] = ACTIONS(4953), + [anon_sym_COMMA] = ACTIONS(4953), + [anon_sym_LT] = ACTIONS(4951), + [anon_sym_GT] = ACTIONS(4951), + [anon_sym_where] = ACTIONS(4951), + [anon_sym_DOT] = ACTIONS(4951), + [anon_sym_SEMI] = ACTIONS(4953), + [anon_sym_get] = ACTIONS(4951), + [anon_sym_set] = ACTIONS(4951), + [anon_sym_STAR] = ACTIONS(4951), + [sym_label] = ACTIONS(4953), + [anon_sym_in] = ACTIONS(4951), + [anon_sym_DOT_DOT] = ACTIONS(4953), + [anon_sym_QMARK_COLON] = ACTIONS(4953), + [anon_sym_AMP_AMP] = ACTIONS(4953), + [anon_sym_PIPE_PIPE] = ACTIONS(4953), + [anon_sym_else] = ACTIONS(4951), + [anon_sym_COLON_COLON] = ACTIONS(4953), + [anon_sym_PLUS_EQ] = ACTIONS(4953), + [anon_sym_DASH_EQ] = ACTIONS(4953), + [anon_sym_STAR_EQ] = ACTIONS(4953), + [anon_sym_SLASH_EQ] = ACTIONS(4953), + [anon_sym_PERCENT_EQ] = ACTIONS(4953), + [anon_sym_BANG_EQ] = ACTIONS(4951), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4953), + [anon_sym_EQ_EQ] = ACTIONS(4951), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4953), + [anon_sym_LT_EQ] = ACTIONS(4953), + [anon_sym_GT_EQ] = ACTIONS(4953), + [anon_sym_BANGin] = ACTIONS(4953), + [anon_sym_is] = ACTIONS(4951), + [anon_sym_BANGis] = ACTIONS(4953), + [anon_sym_PLUS] = ACTIONS(4951), + [anon_sym_DASH] = ACTIONS(4951), + [anon_sym_SLASH] = ACTIONS(4951), + [anon_sym_PERCENT] = ACTIONS(4951), + [anon_sym_as_QMARK] = ACTIONS(4953), + [anon_sym_PLUS_PLUS] = ACTIONS(4953), + [anon_sym_DASH_DASH] = ACTIONS(4953), + [anon_sym_BANG_BANG] = ACTIONS(4953), + [anon_sym_suspend] = ACTIONS(4951), + [anon_sym_sealed] = ACTIONS(4951), + [anon_sym_annotation] = ACTIONS(4951), + [anon_sym_data] = ACTIONS(4951), + [anon_sym_inner] = ACTIONS(4951), + [anon_sym_override] = ACTIONS(4951), + [anon_sym_lateinit] = ACTIONS(4951), + [anon_sym_public] = ACTIONS(4951), + [anon_sym_private] = ACTIONS(4951), + [anon_sym_internal] = ACTIONS(4951), + [anon_sym_protected] = ACTIONS(4951), + [anon_sym_tailrec] = ACTIONS(4951), + [anon_sym_operator] = ACTIONS(4951), + [anon_sym_infix] = ACTIONS(4951), + [anon_sym_inline] = ACTIONS(4951), + [anon_sym_external] = ACTIONS(4951), + [sym_property_modifier] = ACTIONS(4951), + [anon_sym_abstract] = ACTIONS(4951), + [anon_sym_final] = ACTIONS(4951), + [anon_sym_open] = ACTIONS(4951), + [anon_sym_vararg] = ACTIONS(4951), + [anon_sym_noinline] = ACTIONS(4951), + [anon_sym_crossinline] = ACTIONS(4951), + [anon_sym_expect] = ACTIONS(4951), + [anon_sym_actual] = ACTIONS(4951), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4953), + [sym__automatic_semicolon] = ACTIONS(4953), + [sym_safe_nav] = ACTIONS(4953), + [sym_multiline_comment] = ACTIONS(3), + }, + [3866] = { + [aux_sym_user_type_repeat1] = STATE(3828), + [sym__alpha_identifier] = ACTIONS(4309), + [anon_sym_AT] = ACTIONS(4311), + [anon_sym_LBRACK] = ACTIONS(4311), + [anon_sym_typealias] = ACTIONS(4309), + [anon_sym_class] = ACTIONS(4309), + [anon_sym_interface] = ACTIONS(4309), + [anon_sym_enum] = ACTIONS(4309), + [anon_sym_LBRACE] = ACTIONS(4311), + [anon_sym_LPAREN] = ACTIONS(4311), + [anon_sym_val] = ACTIONS(4309), + [anon_sym_var] = ACTIONS(4309), + [anon_sym_object] = ACTIONS(4309), + [anon_sym_fun] = ACTIONS(4309), + [anon_sym_DOT] = ACTIONS(6894), + [anon_sym_get] = ACTIONS(4309), + [anon_sym_set] = ACTIONS(4309), + [anon_sym_this] = ACTIONS(4309), + [anon_sym_super] = ACTIONS(4309), + [anon_sym_STAR] = ACTIONS(4311), + [sym_label] = ACTIONS(4309), + [anon_sym_for] = ACTIONS(4309), + [anon_sym_while] = ACTIONS(4309), + [anon_sym_do] = ACTIONS(4309), + [anon_sym_null] = ACTIONS(4309), + [anon_sym_if] = ACTIONS(4309), + [anon_sym_when] = ACTIONS(4309), + [anon_sym_try] = ACTIONS(4309), + [anon_sym_throw] = ACTIONS(4309), + [anon_sym_return] = ACTIONS(4309), + [anon_sym_continue] = ACTIONS(4309), + [anon_sym_break] = ACTIONS(4309), + [anon_sym_COLON_COLON] = ACTIONS(4311), + [anon_sym_PLUS] = ACTIONS(4309), + [anon_sym_DASH] = ACTIONS(4309), + [anon_sym_PLUS_PLUS] = ACTIONS(4311), + [anon_sym_DASH_DASH] = ACTIONS(4311), + [anon_sym_BANG] = ACTIONS(4311), + [anon_sym_suspend] = ACTIONS(4309), + [anon_sym_sealed] = ACTIONS(4309), + [anon_sym_annotation] = ACTIONS(4309), + [anon_sym_data] = ACTIONS(4309), + [anon_sym_inner] = ACTIONS(4309), + [anon_sym_override] = ACTIONS(4309), + [anon_sym_lateinit] = ACTIONS(4309), + [anon_sym_public] = ACTIONS(4309), + [anon_sym_private] = ACTIONS(4309), + [anon_sym_internal] = ACTIONS(4309), + [anon_sym_protected] = ACTIONS(4309), + [anon_sym_tailrec] = ACTIONS(4309), + [anon_sym_operator] = ACTIONS(4309), + [anon_sym_infix] = ACTIONS(4309), + [anon_sym_inline] = ACTIONS(4309), + [anon_sym_external] = ACTIONS(4309), + [sym_property_modifier] = ACTIONS(4309), + [anon_sym_abstract] = ACTIONS(4309), + [anon_sym_final] = ACTIONS(4309), + [anon_sym_open] = ACTIONS(4309), + [anon_sym_vararg] = ACTIONS(4309), + [anon_sym_noinline] = ACTIONS(4309), + [anon_sym_crossinline] = ACTIONS(4309), + [anon_sym_expect] = ACTIONS(4309), + [anon_sym_actual] = ACTIONS(4309), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4311), + [anon_sym_continue_AT] = ACTIONS(4311), + [anon_sym_break_AT] = ACTIONS(4311), + [sym_real_literal] = ACTIONS(4311), + [sym_integer_literal] = ACTIONS(4309), + [sym_hex_literal] = ACTIONS(4311), + [sym_bin_literal] = ACTIONS(4311), + [anon_sym_true] = ACTIONS(4309), + [anon_sym_false] = ACTIONS(4309), + [anon_sym_SQUOTE] = ACTIONS(4311), + [sym__backtick_identifier] = ACTIONS(4311), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4311), + }, + [3867] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(1624), + [sym__comparison_operator] = STATE(2064), + [sym__in_operator] = STATE(1691), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(1828), + [sym__multiplicative_operator] = STATE(1968), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2056), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), + [sym__alpha_identifier] = ACTIONS(3075), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), + [anon_sym_EQ] = ACTIONS(3075), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_RBRACE] = ACTIONS(3077), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_RPAREN] = ACTIONS(3077), + [anon_sym_LT] = ACTIONS(3079), + [anon_sym_GT] = ACTIONS(3075), + [anon_sym_DOT] = ACTIONS(6409), + [anon_sym_SEMI] = ACTIONS(3077), + [anon_sym_get] = ACTIONS(3075), + [anon_sym_set] = ACTIONS(3075), + [anon_sym_STAR] = ACTIONS(6844), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(3075), + [anon_sym_while] = ACTIONS(3075), + [anon_sym_DOT_DOT] = ACTIONS(3077), + [anon_sym_QMARK_COLON] = ACTIONS(3077), + [anon_sym_AMP_AMP] = ACTIONS(3077), + [anon_sym_PIPE_PIPE] = ACTIONS(3077), + [anon_sym_else] = ACTIONS(3075), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_PLUS_EQ] = ACTIONS(3077), + [anon_sym_DASH_EQ] = ACTIONS(3077), + [anon_sym_STAR_EQ] = ACTIONS(3077), + [anon_sym_SLASH_EQ] = ACTIONS(3077), + [anon_sym_PERCENT_EQ] = ACTIONS(3077), + [anon_sym_BANG_EQ] = ACTIONS(3075), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3077), + [anon_sym_EQ_EQ] = ACTIONS(3075), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3077), + [anon_sym_LT_EQ] = ACTIONS(3077), + [anon_sym_GT_EQ] = ACTIONS(3077), + [anon_sym_BANGin] = ACTIONS(3077), + [anon_sym_is] = ACTIONS(3075), + [anon_sym_BANGis] = ACTIONS(3077), + [anon_sym_PLUS] = ACTIONS(6864), + [anon_sym_DASH] = ACTIONS(6864), + [anon_sym_SLASH] = ACTIONS(6844), + [anon_sym_PERCENT] = ACTIONS(6844), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), + [anon_sym_data] = ACTIONS(3075), + [anon_sym_inner] = ACTIONS(3075), + [anon_sym_expect] = ACTIONS(3075), + [anon_sym_actual] = ACTIONS(3075), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3077), + [sym_safe_nav] = ACTIONS(6425), + [sym_multiline_comment] = ACTIONS(3), + }, + [3868] = { + [sym_function_body] = STATE(3198), + [sym__block] = STATE(3464), + [sym__alpha_identifier] = ACTIONS(4085), + [anon_sym_AT] = ACTIONS(4087), + [anon_sym_LBRACK] = ACTIONS(4087), + [anon_sym_RBRACK] = ACTIONS(4087), + [anon_sym_as] = ACTIONS(4085), + [anon_sym_EQ] = ACTIONS(6625), + [anon_sym_LBRACE] = ACTIONS(6233), + [anon_sym_RBRACE] = ACTIONS(4087), + [anon_sym_LPAREN] = ACTIONS(4087), + [anon_sym_COMMA] = ACTIONS(4087), + [anon_sym_RPAREN] = ACTIONS(4087), + [anon_sym_LT] = ACTIONS(4085), + [anon_sym_GT] = ACTIONS(4085), + [anon_sym_where] = ACTIONS(4085), + [anon_sym_DOT] = ACTIONS(4085), + [anon_sym_SEMI] = ACTIONS(4087), + [anon_sym_get] = ACTIONS(4085), + [anon_sym_set] = ACTIONS(4085), + [anon_sym_STAR] = ACTIONS(4087), + [anon_sym_DASH_GT] = ACTIONS(4087), + [sym_label] = ACTIONS(4087), + [anon_sym_in] = ACTIONS(4085), + [anon_sym_while] = ACTIONS(4085), + [anon_sym_DOT_DOT] = ACTIONS(4087), + [anon_sym_QMARK_COLON] = ACTIONS(4087), + [anon_sym_AMP_AMP] = ACTIONS(4087), + [anon_sym_PIPE_PIPE] = ACTIONS(4087), + [anon_sym_else] = ACTIONS(4085), + [anon_sym_COLON_COLON] = ACTIONS(4087), + [anon_sym_BANG_EQ] = ACTIONS(4085), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4087), + [anon_sym_EQ_EQ] = ACTIONS(4085), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4087), + [anon_sym_LT_EQ] = ACTIONS(4087), + [anon_sym_GT_EQ] = ACTIONS(4087), + [anon_sym_BANGin] = ACTIONS(4087), + [anon_sym_is] = ACTIONS(4085), + [anon_sym_BANGis] = ACTIONS(4087), + [anon_sym_PLUS] = ACTIONS(4085), + [anon_sym_DASH] = ACTIONS(4085), + [anon_sym_SLASH] = ACTIONS(4085), + [anon_sym_PERCENT] = ACTIONS(4087), + [anon_sym_as_QMARK] = ACTIONS(4087), + [anon_sym_PLUS_PLUS] = ACTIONS(4087), + [anon_sym_DASH_DASH] = ACTIONS(4087), + [anon_sym_BANG_BANG] = ACTIONS(4087), + [anon_sym_suspend] = ACTIONS(4085), + [anon_sym_sealed] = ACTIONS(4085), + [anon_sym_annotation] = ACTIONS(4085), + [anon_sym_data] = ACTIONS(4085), + [anon_sym_inner] = ACTIONS(4085), + [anon_sym_override] = ACTIONS(4085), + [anon_sym_lateinit] = ACTIONS(4085), + [anon_sym_public] = ACTIONS(4085), + [anon_sym_private] = ACTIONS(4085), + [anon_sym_internal] = ACTIONS(4085), + [anon_sym_protected] = ACTIONS(4085), + [anon_sym_tailrec] = ACTIONS(4085), + [anon_sym_operator] = ACTIONS(4085), + [anon_sym_infix] = ACTIONS(4085), + [anon_sym_inline] = ACTIONS(4085), + [anon_sym_external] = ACTIONS(4085), + [sym_property_modifier] = ACTIONS(4085), + [anon_sym_abstract] = ACTIONS(4085), + [anon_sym_final] = ACTIONS(4085), + [anon_sym_open] = ACTIONS(4085), + [anon_sym_vararg] = ACTIONS(4085), + [anon_sym_noinline] = ACTIONS(4085), + [anon_sym_crossinline] = ACTIONS(4085), + [anon_sym_expect] = ACTIONS(4085), + [anon_sym_actual] = ACTIONS(4085), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4087), + [sym_safe_nav] = ACTIONS(4087), + [sym_multiline_comment] = ACTIONS(3), + }, + [3869] = { + [sym__alpha_identifier] = ACTIONS(5087), + [anon_sym_AT] = ACTIONS(5089), + [anon_sym_LBRACK] = ACTIONS(5089), + [anon_sym_as] = ACTIONS(5087), + [anon_sym_EQ] = ACTIONS(5087), + [anon_sym_LBRACE] = ACTIONS(5089), + [anon_sym_RBRACE] = ACTIONS(5089), + [anon_sym_LPAREN] = ACTIONS(5089), + [anon_sym_COMMA] = ACTIONS(5089), + [anon_sym_LT] = ACTIONS(5087), + [anon_sym_GT] = ACTIONS(5087), + [anon_sym_where] = ACTIONS(5087), + [anon_sym_DOT] = ACTIONS(5087), + [anon_sym_SEMI] = ACTIONS(5089), + [anon_sym_get] = ACTIONS(5087), + [anon_sym_set] = ACTIONS(5087), + [anon_sym_STAR] = ACTIONS(5087), + [sym_label] = ACTIONS(5089), + [anon_sym_in] = ACTIONS(5087), + [anon_sym_DOT_DOT] = ACTIONS(5089), + [anon_sym_QMARK_COLON] = ACTIONS(5089), + [anon_sym_AMP_AMP] = ACTIONS(5089), + [anon_sym_PIPE_PIPE] = ACTIONS(5089), + [anon_sym_else] = ACTIONS(5087), + [anon_sym_COLON_COLON] = ACTIONS(5089), + [anon_sym_PLUS_EQ] = ACTIONS(5089), + [anon_sym_DASH_EQ] = ACTIONS(5089), + [anon_sym_STAR_EQ] = ACTIONS(5089), + [anon_sym_SLASH_EQ] = ACTIONS(5089), + [anon_sym_PERCENT_EQ] = ACTIONS(5089), + [anon_sym_BANG_EQ] = ACTIONS(5087), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5089), + [anon_sym_EQ_EQ] = ACTIONS(5087), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5089), + [anon_sym_LT_EQ] = ACTIONS(5089), + [anon_sym_GT_EQ] = ACTIONS(5089), + [anon_sym_BANGin] = ACTIONS(5089), + [anon_sym_is] = ACTIONS(5087), + [anon_sym_BANGis] = ACTIONS(5089), + [anon_sym_PLUS] = ACTIONS(5087), + [anon_sym_DASH] = ACTIONS(5087), + [anon_sym_SLASH] = ACTIONS(5087), + [anon_sym_PERCENT] = ACTIONS(5087), + [anon_sym_as_QMARK] = ACTIONS(5089), + [anon_sym_PLUS_PLUS] = ACTIONS(5089), + [anon_sym_DASH_DASH] = ACTIONS(5089), + [anon_sym_BANG_BANG] = ACTIONS(5089), + [anon_sym_suspend] = ACTIONS(5087), + [anon_sym_sealed] = ACTIONS(5087), + [anon_sym_annotation] = ACTIONS(5087), + [anon_sym_data] = ACTIONS(5087), + [anon_sym_inner] = ACTIONS(5087), + [anon_sym_override] = ACTIONS(5087), + [anon_sym_lateinit] = ACTIONS(5087), + [anon_sym_public] = ACTIONS(5087), + [anon_sym_private] = ACTIONS(5087), + [anon_sym_internal] = ACTIONS(5087), + [anon_sym_protected] = ACTIONS(5087), + [anon_sym_tailrec] = ACTIONS(5087), + [anon_sym_operator] = ACTIONS(5087), + [anon_sym_infix] = ACTIONS(5087), + [anon_sym_inline] = ACTIONS(5087), + [anon_sym_external] = ACTIONS(5087), + [sym_property_modifier] = ACTIONS(5087), + [anon_sym_abstract] = ACTIONS(5087), + [anon_sym_final] = ACTIONS(5087), + [anon_sym_open] = ACTIONS(5087), + [anon_sym_vararg] = ACTIONS(5087), + [anon_sym_noinline] = ACTIONS(5087), + [anon_sym_crossinline] = ACTIONS(5087), + [anon_sym_expect] = ACTIONS(5087), + [anon_sym_actual] = ACTIONS(5087), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5089), + [sym__automatic_semicolon] = ACTIONS(5089), + [sym_safe_nav] = ACTIONS(5089), + [sym_multiline_comment] = ACTIONS(3), + }, + [3870] = { + [sym__alpha_identifier] = ACTIONS(4732), + [anon_sym_AT] = ACTIONS(4734), + [anon_sym_LBRACK] = ACTIONS(4734), + [anon_sym_as] = ACTIONS(4732), + [anon_sym_EQ] = ACTIONS(4732), + [anon_sym_LBRACE] = ACTIONS(4734), + [anon_sym_RBRACE] = ACTIONS(4734), + [anon_sym_LPAREN] = ACTIONS(4734), + [anon_sym_COMMA] = ACTIONS(4734), + [anon_sym_LT] = ACTIONS(4732), + [anon_sym_GT] = ACTIONS(4732), + [anon_sym_where] = ACTIONS(4732), + [anon_sym_DOT] = ACTIONS(4732), + [anon_sym_SEMI] = ACTIONS(4734), + [anon_sym_get] = ACTIONS(4732), + [anon_sym_set] = ACTIONS(4732), + [anon_sym_STAR] = ACTIONS(4732), + [sym_label] = ACTIONS(4734), + [anon_sym_in] = ACTIONS(4732), + [anon_sym_DOT_DOT] = ACTIONS(4734), + [anon_sym_QMARK_COLON] = ACTIONS(4734), + [anon_sym_AMP_AMP] = ACTIONS(4734), + [anon_sym_PIPE_PIPE] = ACTIONS(4734), + [anon_sym_else] = ACTIONS(4732), + [anon_sym_COLON_COLON] = ACTIONS(4734), + [anon_sym_PLUS_EQ] = ACTIONS(4734), + [anon_sym_DASH_EQ] = ACTIONS(4734), + [anon_sym_STAR_EQ] = ACTIONS(4734), + [anon_sym_SLASH_EQ] = ACTIONS(4734), + [anon_sym_PERCENT_EQ] = ACTIONS(4734), + [anon_sym_BANG_EQ] = ACTIONS(4732), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4734), + [anon_sym_EQ_EQ] = ACTIONS(4732), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4734), + [anon_sym_LT_EQ] = ACTIONS(4734), + [anon_sym_GT_EQ] = ACTIONS(4734), + [anon_sym_BANGin] = ACTIONS(4734), + [anon_sym_is] = ACTIONS(4732), + [anon_sym_BANGis] = ACTIONS(4734), + [anon_sym_PLUS] = ACTIONS(4732), + [anon_sym_DASH] = ACTIONS(4732), + [anon_sym_SLASH] = ACTIONS(4732), + [anon_sym_PERCENT] = ACTIONS(4732), + [anon_sym_as_QMARK] = ACTIONS(4734), + [anon_sym_PLUS_PLUS] = ACTIONS(4734), + [anon_sym_DASH_DASH] = ACTIONS(4734), + [anon_sym_BANG_BANG] = ACTIONS(4734), + [anon_sym_suspend] = ACTIONS(4732), + [anon_sym_sealed] = ACTIONS(4732), + [anon_sym_annotation] = ACTIONS(4732), + [anon_sym_data] = ACTIONS(4732), + [anon_sym_inner] = ACTIONS(4732), + [anon_sym_override] = ACTIONS(4732), + [anon_sym_lateinit] = ACTIONS(4732), + [anon_sym_public] = ACTIONS(4732), + [anon_sym_private] = ACTIONS(4732), + [anon_sym_internal] = ACTIONS(4732), + [anon_sym_protected] = ACTIONS(4732), + [anon_sym_tailrec] = ACTIONS(4732), + [anon_sym_operator] = ACTIONS(4732), + [anon_sym_infix] = ACTIONS(4732), + [anon_sym_inline] = ACTIONS(4732), + [anon_sym_external] = ACTIONS(4732), + [sym_property_modifier] = ACTIONS(4732), + [anon_sym_abstract] = ACTIONS(4732), + [anon_sym_final] = ACTIONS(4732), + [anon_sym_open] = ACTIONS(4732), + [anon_sym_vararg] = ACTIONS(4732), + [anon_sym_noinline] = ACTIONS(4732), + [anon_sym_crossinline] = ACTIONS(4732), + [anon_sym_expect] = ACTIONS(4732), + [anon_sym_actual] = ACTIONS(4732), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4734), + [sym__automatic_semicolon] = ACTIONS(4734), + [sym_safe_nav] = ACTIONS(4734), + [sym_multiline_comment] = ACTIONS(3), + }, + [3871] = { + [sym_function_body] = STATE(3168), + [sym__block] = STATE(3334), + [sym__alpha_identifier] = ACTIONS(4085), + [anon_sym_AT] = ACTIONS(4087), + [anon_sym_LBRACK] = ACTIONS(4087), + [anon_sym_as] = ACTIONS(4085), + [anon_sym_EQ] = ACTIONS(6656), + [anon_sym_LBRACE] = ACTIONS(6244), + [anon_sym_RBRACE] = ACTIONS(4087), + [anon_sym_LPAREN] = ACTIONS(4087), + [anon_sym_COMMA] = ACTIONS(4087), + [anon_sym_LT] = ACTIONS(4085), + [anon_sym_GT] = ACTIONS(4085), + [anon_sym_where] = ACTIONS(4085), + [anon_sym_object] = ACTIONS(4085), + [anon_sym_fun] = ACTIONS(4085), + [anon_sym_DOT] = ACTIONS(4085), + [anon_sym_SEMI] = ACTIONS(4087), + [anon_sym_get] = ACTIONS(4085), + [anon_sym_set] = ACTIONS(4085), + [anon_sym_this] = ACTIONS(4085), + [anon_sym_super] = ACTIONS(4085), + [anon_sym_STAR] = ACTIONS(4087), + [sym_label] = ACTIONS(4085), + [anon_sym_in] = ACTIONS(4085), + [anon_sym_DOT_DOT] = ACTIONS(4087), + [anon_sym_QMARK_COLON] = ACTIONS(4087), + [anon_sym_AMP_AMP] = ACTIONS(4087), + [anon_sym_PIPE_PIPE] = ACTIONS(4087), + [anon_sym_null] = ACTIONS(4085), + [anon_sym_if] = ACTIONS(4085), + [anon_sym_else] = ACTIONS(4085), + [anon_sym_when] = ACTIONS(4085), + [anon_sym_try] = ACTIONS(4085), + [anon_sym_throw] = ACTIONS(4085), + [anon_sym_return] = ACTIONS(4085), + [anon_sym_continue] = ACTIONS(4085), + [anon_sym_break] = ACTIONS(4085), + [anon_sym_COLON_COLON] = ACTIONS(4087), + [anon_sym_BANG_EQ] = ACTIONS(4085), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4087), + [anon_sym_EQ_EQ] = ACTIONS(4085), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4087), + [anon_sym_LT_EQ] = ACTIONS(4087), + [anon_sym_GT_EQ] = ACTIONS(4087), + [anon_sym_BANGin] = ACTIONS(4087), + [anon_sym_is] = ACTIONS(4085), + [anon_sym_BANGis] = ACTIONS(4087), + [anon_sym_PLUS] = ACTIONS(4085), + [anon_sym_DASH] = ACTIONS(4085), + [anon_sym_SLASH] = ACTIONS(4085), + [anon_sym_PERCENT] = ACTIONS(4087), + [anon_sym_as_QMARK] = ACTIONS(4087), + [anon_sym_PLUS_PLUS] = ACTIONS(4087), + [anon_sym_DASH_DASH] = ACTIONS(4087), + [anon_sym_BANG] = ACTIONS(4085), + [anon_sym_BANG_BANG] = ACTIONS(4087), + [anon_sym_data] = ACTIONS(4085), + [anon_sym_inner] = ACTIONS(4085), + [anon_sym_expect] = ACTIONS(4085), + [anon_sym_actual] = ACTIONS(4085), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4087), + [anon_sym_continue_AT] = ACTIONS(4087), + [anon_sym_break_AT] = ACTIONS(4087), + [sym_real_literal] = ACTIONS(4087), + [sym_integer_literal] = ACTIONS(4085), + [sym_hex_literal] = ACTIONS(4087), + [sym_bin_literal] = ACTIONS(4087), + [anon_sym_true] = ACTIONS(4085), + [anon_sym_false] = ACTIONS(4085), + [anon_sym_SQUOTE] = ACTIONS(4087), + [sym__backtick_identifier] = ACTIONS(4087), + [sym__automatic_semicolon] = ACTIONS(4087), + [sym_safe_nav] = ACTIONS(4087), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4087), + }, + [3872] = { + [sym__alpha_identifier] = ACTIONS(4031), + [anon_sym_AT] = ACTIONS(4033), + [anon_sym_LBRACK] = ACTIONS(4033), + [anon_sym_as] = ACTIONS(4031), + [anon_sym_EQ] = ACTIONS(4031), + [anon_sym_LBRACE] = ACTIONS(4033), + [anon_sym_RBRACE] = ACTIONS(4033), + [anon_sym_LPAREN] = ACTIONS(4033), + [anon_sym_COMMA] = ACTIONS(4033), + [anon_sym_LT] = ACTIONS(4031), + [anon_sym_GT] = ACTIONS(4031), + [anon_sym_where] = ACTIONS(4031), + [anon_sym_DOT] = ACTIONS(4031), + [anon_sym_SEMI] = ACTIONS(4033), + [anon_sym_get] = ACTIONS(4031), + [anon_sym_set] = ACTIONS(4031), + [anon_sym_STAR] = ACTIONS(4031), + [sym_label] = ACTIONS(4033), + [anon_sym_in] = ACTIONS(4031), + [anon_sym_DOT_DOT] = ACTIONS(4033), + [anon_sym_QMARK_COLON] = ACTIONS(4033), + [anon_sym_AMP_AMP] = ACTIONS(4033), + [anon_sym_PIPE_PIPE] = ACTIONS(4033), + [anon_sym_else] = ACTIONS(4031), + [anon_sym_COLON_COLON] = ACTIONS(4033), + [anon_sym_PLUS_EQ] = ACTIONS(4033), + [anon_sym_DASH_EQ] = ACTIONS(4033), + [anon_sym_STAR_EQ] = ACTIONS(4033), + [anon_sym_SLASH_EQ] = ACTIONS(4033), + [anon_sym_PERCENT_EQ] = ACTIONS(4033), + [anon_sym_BANG_EQ] = ACTIONS(4031), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4033), + [anon_sym_EQ_EQ] = ACTIONS(4031), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4033), + [anon_sym_LT_EQ] = ACTIONS(4033), + [anon_sym_GT_EQ] = ACTIONS(4033), + [anon_sym_BANGin] = ACTIONS(4033), + [anon_sym_is] = ACTIONS(4031), + [anon_sym_BANGis] = ACTIONS(4033), + [anon_sym_PLUS] = ACTIONS(4031), + [anon_sym_DASH] = ACTIONS(4031), + [anon_sym_SLASH] = ACTIONS(4031), + [anon_sym_PERCENT] = ACTIONS(4031), + [anon_sym_as_QMARK] = ACTIONS(4033), + [anon_sym_PLUS_PLUS] = ACTIONS(4033), + [anon_sym_DASH_DASH] = ACTIONS(4033), + [anon_sym_BANG_BANG] = ACTIONS(4033), + [anon_sym_suspend] = ACTIONS(4031), + [anon_sym_sealed] = ACTIONS(4031), + [anon_sym_annotation] = ACTIONS(4031), + [anon_sym_data] = ACTIONS(4031), + [anon_sym_inner] = ACTIONS(4031), + [anon_sym_override] = ACTIONS(4031), + [anon_sym_lateinit] = ACTIONS(4031), + [anon_sym_public] = ACTIONS(4031), + [anon_sym_private] = ACTIONS(4031), + [anon_sym_internal] = ACTIONS(4031), + [anon_sym_protected] = ACTIONS(4031), + [anon_sym_tailrec] = ACTIONS(4031), + [anon_sym_operator] = ACTIONS(4031), + [anon_sym_infix] = ACTIONS(4031), + [anon_sym_inline] = ACTIONS(4031), + [anon_sym_external] = ACTIONS(4031), + [sym_property_modifier] = ACTIONS(4031), + [anon_sym_abstract] = ACTIONS(4031), + [anon_sym_final] = ACTIONS(4031), + [anon_sym_open] = ACTIONS(4031), + [anon_sym_vararg] = ACTIONS(4031), + [anon_sym_noinline] = ACTIONS(4031), + [anon_sym_crossinline] = ACTIONS(4031), + [anon_sym_expect] = ACTIONS(4031), + [anon_sym_actual] = ACTIONS(4031), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4033), + [sym__automatic_semicolon] = ACTIONS(4033), + [sym_safe_nav] = ACTIONS(4033), + [sym_multiline_comment] = ACTIONS(3), + }, + [3873] = { + [sym__alpha_identifier] = ACTIONS(4752), + [anon_sym_AT] = ACTIONS(4754), + [anon_sym_LBRACK] = ACTIONS(4754), + [anon_sym_as] = ACTIONS(4752), + [anon_sym_EQ] = ACTIONS(4752), + [anon_sym_LBRACE] = ACTIONS(4754), + [anon_sym_RBRACE] = ACTIONS(4754), + [anon_sym_LPAREN] = ACTIONS(4754), + [anon_sym_COMMA] = ACTIONS(4754), + [anon_sym_LT] = ACTIONS(4752), + [anon_sym_GT] = ACTIONS(4752), + [anon_sym_where] = ACTIONS(4752), + [anon_sym_DOT] = ACTIONS(4752), + [anon_sym_SEMI] = ACTIONS(4754), + [anon_sym_get] = ACTIONS(4752), + [anon_sym_set] = ACTIONS(4752), + [anon_sym_STAR] = ACTIONS(4752), + [sym_label] = ACTIONS(4754), + [anon_sym_in] = ACTIONS(4752), + [anon_sym_DOT_DOT] = ACTIONS(4754), + [anon_sym_QMARK_COLON] = ACTIONS(4754), + [anon_sym_AMP_AMP] = ACTIONS(4754), + [anon_sym_PIPE_PIPE] = ACTIONS(4754), + [anon_sym_else] = ACTIONS(4752), + [anon_sym_COLON_COLON] = ACTIONS(4754), + [anon_sym_PLUS_EQ] = ACTIONS(4754), + [anon_sym_DASH_EQ] = ACTIONS(4754), + [anon_sym_STAR_EQ] = ACTIONS(4754), + [anon_sym_SLASH_EQ] = ACTIONS(4754), + [anon_sym_PERCENT_EQ] = ACTIONS(4754), + [anon_sym_BANG_EQ] = ACTIONS(4752), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4754), + [anon_sym_EQ_EQ] = ACTIONS(4752), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4754), + [anon_sym_LT_EQ] = ACTIONS(4754), + [anon_sym_GT_EQ] = ACTIONS(4754), + [anon_sym_BANGin] = ACTIONS(4754), + [anon_sym_is] = ACTIONS(4752), + [anon_sym_BANGis] = ACTIONS(4754), + [anon_sym_PLUS] = ACTIONS(4752), + [anon_sym_DASH] = ACTIONS(4752), + [anon_sym_SLASH] = ACTIONS(4752), + [anon_sym_PERCENT] = ACTIONS(4752), + [anon_sym_as_QMARK] = ACTIONS(4754), + [anon_sym_PLUS_PLUS] = ACTIONS(4754), + [anon_sym_DASH_DASH] = ACTIONS(4754), + [anon_sym_BANG_BANG] = ACTIONS(4754), + [anon_sym_suspend] = ACTIONS(4752), + [anon_sym_sealed] = ACTIONS(4752), + [anon_sym_annotation] = ACTIONS(4752), + [anon_sym_data] = ACTIONS(4752), + [anon_sym_inner] = ACTIONS(4752), + [anon_sym_override] = ACTIONS(4752), + [anon_sym_lateinit] = ACTIONS(4752), + [anon_sym_public] = ACTIONS(4752), + [anon_sym_private] = ACTIONS(4752), + [anon_sym_internal] = ACTIONS(4752), + [anon_sym_protected] = ACTIONS(4752), + [anon_sym_tailrec] = ACTIONS(4752), + [anon_sym_operator] = ACTIONS(4752), + [anon_sym_infix] = ACTIONS(4752), + [anon_sym_inline] = ACTIONS(4752), + [anon_sym_external] = ACTIONS(4752), + [sym_property_modifier] = ACTIONS(4752), + [anon_sym_abstract] = ACTIONS(4752), + [anon_sym_final] = ACTIONS(4752), + [anon_sym_open] = ACTIONS(4752), + [anon_sym_vararg] = ACTIONS(4752), + [anon_sym_noinline] = ACTIONS(4752), + [anon_sym_crossinline] = ACTIONS(4752), + [anon_sym_expect] = ACTIONS(4752), + [anon_sym_actual] = ACTIONS(4752), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4754), + [sym__automatic_semicolon] = ACTIONS(4754), + [sym_safe_nav] = ACTIONS(4754), + [sym_multiline_comment] = ACTIONS(3), + }, + [3874] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(1624), + [sym__comparison_operator] = STATE(2064), + [sym__in_operator] = STATE(1691), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(1828), + [sym__multiplicative_operator] = STATE(1968), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2056), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), + [anon_sym_EQ] = ACTIONS(3044), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_RBRACE] = ACTIONS(3046), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_RPAREN] = ACTIONS(3046), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(6842), + [anon_sym_DOT] = ACTIONS(6409), + [anon_sym_SEMI] = ACTIONS(3046), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(6844), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(6846), + [anon_sym_while] = ACTIONS(3044), + [anon_sym_DOT_DOT] = ACTIONS(6848), + [anon_sym_QMARK_COLON] = ACTIONS(6850), + [anon_sym_AMP_AMP] = ACTIONS(6852), + [anon_sym_PIPE_PIPE] = ACTIONS(3046), + [anon_sym_else] = ACTIONS(3044), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_PLUS_EQ] = ACTIONS(3046), + [anon_sym_DASH_EQ] = ACTIONS(3046), + [anon_sym_STAR_EQ] = ACTIONS(3046), + [anon_sym_SLASH_EQ] = ACTIONS(3046), + [anon_sym_PERCENT_EQ] = ACTIONS(3046), + [anon_sym_BANG_EQ] = ACTIONS(6856), + [anon_sym_BANG_EQ_EQ] = ACTIONS(6858), + [anon_sym_EQ_EQ] = ACTIONS(6856), + [anon_sym_EQ_EQ_EQ] = ACTIONS(6858), + [anon_sym_LT_EQ] = ACTIONS(6860), + [anon_sym_GT_EQ] = ACTIONS(6860), + [anon_sym_BANGin] = ACTIONS(6862), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(6864), + [anon_sym_DASH] = ACTIONS(6864), + [anon_sym_SLASH] = ACTIONS(6844), + [anon_sym_PERCENT] = ACTIONS(6844), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym_safe_nav] = ACTIONS(6425), + [sym_multiline_comment] = ACTIONS(3), + }, + [3875] = { + [sym__alpha_identifier] = ACTIONS(1784), + [anon_sym_AT] = ACTIONS(1786), + [anon_sym_LBRACK] = ACTIONS(1786), + [anon_sym_as] = ACTIONS(1784), + [anon_sym_EQ] = ACTIONS(1784), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_COMMA] = ACTIONS(1786), + [anon_sym_LT] = ACTIONS(1784), + [anon_sym_GT] = ACTIONS(1784), + [anon_sym_where] = ACTIONS(1784), + [anon_sym_DOT] = ACTIONS(1784), + [anon_sym_SEMI] = ACTIONS(1786), + [anon_sym_get] = ACTIONS(1784), + [anon_sym_set] = ACTIONS(1784), + [anon_sym_STAR] = ACTIONS(1784), + [sym_label] = ACTIONS(1786), + [anon_sym_in] = ACTIONS(1784), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_QMARK_COLON] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_else] = ACTIONS(1784), + [anon_sym_COLON_COLON] = ACTIONS(1786), + [anon_sym_PLUS_EQ] = ACTIONS(1786), + [anon_sym_DASH_EQ] = ACTIONS(1786), + [anon_sym_STAR_EQ] = ACTIONS(1786), + [anon_sym_SLASH_EQ] = ACTIONS(1786), + [anon_sym_PERCENT_EQ] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1784), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1786), + [anon_sym_EQ_EQ] = ACTIONS(1784), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_is] = ACTIONS(1784), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_PLUS] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1784), + [anon_sym_SLASH] = ACTIONS(1784), + [anon_sym_PERCENT] = ACTIONS(1784), + [anon_sym_as_QMARK] = ACTIONS(1786), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_BANG_BANG] = ACTIONS(1786), + [anon_sym_suspend] = ACTIONS(1784), + [anon_sym_sealed] = ACTIONS(1784), + [anon_sym_annotation] = ACTIONS(1784), + [anon_sym_data] = ACTIONS(1784), + [anon_sym_inner] = ACTIONS(1784), + [anon_sym_override] = ACTIONS(1784), + [anon_sym_lateinit] = ACTIONS(1784), + [anon_sym_public] = ACTIONS(1784), + [anon_sym_private] = ACTIONS(1784), + [anon_sym_internal] = ACTIONS(1784), + [anon_sym_protected] = ACTIONS(1784), + [anon_sym_tailrec] = ACTIONS(1784), + [anon_sym_operator] = ACTIONS(1784), + [anon_sym_infix] = ACTIONS(1784), + [anon_sym_inline] = ACTIONS(1784), + [anon_sym_external] = ACTIONS(1784), + [sym_property_modifier] = ACTIONS(1784), + [anon_sym_abstract] = ACTIONS(1784), + [anon_sym_final] = ACTIONS(1784), + [anon_sym_open] = ACTIONS(1784), + [anon_sym_vararg] = ACTIONS(1784), + [anon_sym_noinline] = ACTIONS(1784), + [anon_sym_crossinline] = ACTIONS(1784), + [anon_sym_expect] = ACTIONS(1784), + [anon_sym_actual] = ACTIONS(1784), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1786), + [sym__automatic_semicolon] = ACTIONS(1786), + [sym_safe_nav] = ACTIONS(1786), + [sym_multiline_comment] = ACTIONS(3), + }, + [3876] = { + [sym_function_body] = STATE(3176), + [sym__block] = STATE(3334), + [sym__alpha_identifier] = ACTIONS(4487), + [anon_sym_AT] = ACTIONS(4489), + [anon_sym_LBRACK] = ACTIONS(4489), + [anon_sym_as] = ACTIONS(4487), + [anon_sym_EQ] = ACTIONS(6656), + [anon_sym_LBRACE] = ACTIONS(6244), + [anon_sym_RBRACE] = ACTIONS(4489), + [anon_sym_LPAREN] = ACTIONS(4489), + [anon_sym_COMMA] = ACTIONS(4489), + [anon_sym_LT] = ACTIONS(4487), + [anon_sym_GT] = ACTIONS(4487), + [anon_sym_where] = ACTIONS(4487), + [anon_sym_object] = ACTIONS(4487), + [anon_sym_fun] = ACTIONS(4487), + [anon_sym_DOT] = ACTIONS(4487), + [anon_sym_SEMI] = ACTIONS(4489), + [anon_sym_get] = ACTIONS(4487), + [anon_sym_set] = ACTIONS(4487), + [anon_sym_this] = ACTIONS(4487), + [anon_sym_super] = ACTIONS(4487), + [anon_sym_STAR] = ACTIONS(4489), + [sym_label] = ACTIONS(4487), + [anon_sym_in] = ACTIONS(4487), + [anon_sym_DOT_DOT] = ACTIONS(4489), + [anon_sym_QMARK_COLON] = ACTIONS(4489), + [anon_sym_AMP_AMP] = ACTIONS(4489), + [anon_sym_PIPE_PIPE] = ACTIONS(4489), + [anon_sym_null] = ACTIONS(4487), + [anon_sym_if] = ACTIONS(4487), + [anon_sym_else] = ACTIONS(4487), + [anon_sym_when] = ACTIONS(4487), + [anon_sym_try] = ACTIONS(4487), + [anon_sym_throw] = ACTIONS(4487), + [anon_sym_return] = ACTIONS(4487), + [anon_sym_continue] = ACTIONS(4487), + [anon_sym_break] = ACTIONS(4487), + [anon_sym_COLON_COLON] = ACTIONS(4489), + [anon_sym_BANG_EQ] = ACTIONS(4487), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4489), + [anon_sym_EQ_EQ] = ACTIONS(4487), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4489), + [anon_sym_LT_EQ] = ACTIONS(4489), + [anon_sym_GT_EQ] = ACTIONS(4489), + [anon_sym_BANGin] = ACTIONS(4489), + [anon_sym_is] = ACTIONS(4487), + [anon_sym_BANGis] = ACTIONS(4489), + [anon_sym_PLUS] = ACTIONS(4487), + [anon_sym_DASH] = ACTIONS(4487), + [anon_sym_SLASH] = ACTIONS(4487), + [anon_sym_PERCENT] = ACTIONS(4489), + [anon_sym_as_QMARK] = ACTIONS(4489), + [anon_sym_PLUS_PLUS] = ACTIONS(4489), + [anon_sym_DASH_DASH] = ACTIONS(4489), + [anon_sym_BANG] = ACTIONS(4487), + [anon_sym_BANG_BANG] = ACTIONS(4489), + [anon_sym_data] = ACTIONS(4487), + [anon_sym_inner] = ACTIONS(4487), + [anon_sym_expect] = ACTIONS(4487), + [anon_sym_actual] = ACTIONS(4487), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4489), + [anon_sym_continue_AT] = ACTIONS(4489), + [anon_sym_break_AT] = ACTIONS(4489), + [sym_real_literal] = ACTIONS(4489), + [sym_integer_literal] = ACTIONS(4487), + [sym_hex_literal] = ACTIONS(4489), + [sym_bin_literal] = ACTIONS(4489), + [anon_sym_true] = ACTIONS(4487), + [anon_sym_false] = ACTIONS(4487), + [anon_sym_SQUOTE] = ACTIONS(4489), + [sym__backtick_identifier] = ACTIONS(4489), + [sym__automatic_semicolon] = ACTIONS(4489), + [sym_safe_nav] = ACTIONS(4489), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4489), + }, + [3877] = { + [sym__alpha_identifier] = ACTIONS(4511), + [anon_sym_AT] = ACTIONS(4513), + [anon_sym_LBRACK] = ACTIONS(4513), + [anon_sym_as] = ACTIONS(4511), + [anon_sym_EQ] = ACTIONS(4816), + [anon_sym_LBRACE] = ACTIONS(4513), + [anon_sym_RBRACE] = ACTIONS(4513), + [anon_sym_LPAREN] = ACTIONS(4513), + [anon_sym_COMMA] = ACTIONS(4513), + [anon_sym_LT] = ACTIONS(4511), + [anon_sym_GT] = ACTIONS(4511), + [anon_sym_where] = ACTIONS(4511), + [anon_sym_DOT] = ACTIONS(4511), + [anon_sym_SEMI] = ACTIONS(4513), + [anon_sym_get] = ACTIONS(4511), + [anon_sym_set] = ACTIONS(4511), + [anon_sym_STAR] = ACTIONS(4511), + [sym_label] = ACTIONS(4513), + [anon_sym_in] = ACTIONS(4511), + [anon_sym_DOT_DOT] = ACTIONS(4513), + [anon_sym_QMARK_COLON] = ACTIONS(4513), + [anon_sym_AMP_AMP] = ACTIONS(4513), + [anon_sym_PIPE_PIPE] = ACTIONS(4513), + [anon_sym_else] = ACTIONS(4511), + [anon_sym_COLON_COLON] = ACTIONS(4513), + [anon_sym_PLUS_EQ] = ACTIONS(4818), + [anon_sym_DASH_EQ] = ACTIONS(4818), + [anon_sym_STAR_EQ] = ACTIONS(4818), + [anon_sym_SLASH_EQ] = ACTIONS(4818), + [anon_sym_PERCENT_EQ] = ACTIONS(4818), + [anon_sym_BANG_EQ] = ACTIONS(4511), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4513), + [anon_sym_EQ_EQ] = ACTIONS(4511), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4513), + [anon_sym_LT_EQ] = ACTIONS(4513), + [anon_sym_GT_EQ] = ACTIONS(4513), + [anon_sym_BANGin] = ACTIONS(4513), + [anon_sym_is] = ACTIONS(4511), + [anon_sym_BANGis] = ACTIONS(4513), + [anon_sym_PLUS] = ACTIONS(4511), + [anon_sym_DASH] = ACTIONS(4511), + [anon_sym_SLASH] = ACTIONS(4511), + [anon_sym_PERCENT] = ACTIONS(4511), + [anon_sym_as_QMARK] = ACTIONS(4513), + [anon_sym_PLUS_PLUS] = ACTIONS(4513), + [anon_sym_DASH_DASH] = ACTIONS(4513), + [anon_sym_BANG_BANG] = ACTIONS(4513), + [anon_sym_suspend] = ACTIONS(4511), + [anon_sym_sealed] = ACTIONS(4511), + [anon_sym_annotation] = ACTIONS(4511), + [anon_sym_data] = ACTIONS(4511), + [anon_sym_inner] = ACTIONS(4511), + [anon_sym_override] = ACTIONS(4511), + [anon_sym_lateinit] = ACTIONS(4511), + [anon_sym_public] = ACTIONS(4511), + [anon_sym_private] = ACTIONS(4511), + [anon_sym_internal] = ACTIONS(4511), + [anon_sym_protected] = ACTIONS(4511), + [anon_sym_tailrec] = ACTIONS(4511), + [anon_sym_operator] = ACTIONS(4511), + [anon_sym_infix] = ACTIONS(4511), + [anon_sym_inline] = ACTIONS(4511), + [anon_sym_external] = ACTIONS(4511), + [sym_property_modifier] = ACTIONS(4511), + [anon_sym_abstract] = ACTIONS(4511), + [anon_sym_final] = ACTIONS(4511), + [anon_sym_open] = ACTIONS(4511), + [anon_sym_vararg] = ACTIONS(4511), + [anon_sym_noinline] = ACTIONS(4511), + [anon_sym_crossinline] = ACTIONS(4511), + [anon_sym_expect] = ACTIONS(4511), + [anon_sym_actual] = ACTIONS(4511), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4513), + [sym__automatic_semicolon] = ACTIONS(4513), + [sym_safe_nav] = ACTIONS(4513), + [sym_multiline_comment] = ACTIONS(3), + }, + [3878] = { + [sym__alpha_identifier] = ACTIONS(4696), + [anon_sym_AT] = ACTIONS(4698), + [anon_sym_LBRACK] = ACTIONS(4698), + [anon_sym_EQ] = ACTIONS(4698), + [anon_sym_LBRACE] = ACTIONS(4698), + [anon_sym_RBRACE] = ACTIONS(4698), + [anon_sym_LPAREN] = ACTIONS(4698), + [anon_sym_by] = ACTIONS(4696), + [anon_sym_where] = ACTIONS(4696), + [anon_sym_object] = ACTIONS(4696), + [anon_sym_fun] = ACTIONS(4696), + [anon_sym_SEMI] = ACTIONS(4698), + [anon_sym_get] = ACTIONS(4696), + [anon_sym_set] = ACTIONS(4696), + [anon_sym_this] = ACTIONS(4696), + [anon_sym_super] = ACTIONS(4696), + [anon_sym_STAR] = ACTIONS(4698), + [sym_label] = ACTIONS(4696), + [anon_sym_in] = ACTIONS(4696), + [anon_sym_null] = ACTIONS(4696), + [anon_sym_if] = ACTIONS(4696), + [anon_sym_else] = ACTIONS(4696), + [anon_sym_when] = ACTIONS(4696), + [anon_sym_try] = ACTIONS(4696), + [anon_sym_throw] = ACTIONS(4696), + [anon_sym_return] = ACTIONS(4696), + [anon_sym_continue] = ACTIONS(4696), + [anon_sym_break] = ACTIONS(4696), + [anon_sym_COLON_COLON] = ACTIONS(4698), + [anon_sym_BANGin] = ACTIONS(4698), + [anon_sym_is] = ACTIONS(4696), + [anon_sym_BANGis] = ACTIONS(4698), + [anon_sym_PLUS] = ACTIONS(4696), + [anon_sym_DASH] = ACTIONS(4696), + [anon_sym_PLUS_PLUS] = ACTIONS(4698), + [anon_sym_DASH_DASH] = ACTIONS(4698), + [anon_sym_BANG] = ACTIONS(4696), + [anon_sym_suspend] = ACTIONS(4696), + [anon_sym_sealed] = ACTIONS(4696), + [anon_sym_annotation] = ACTIONS(4696), + [anon_sym_data] = ACTIONS(4696), + [anon_sym_inner] = ACTIONS(4696), + [anon_sym_override] = ACTIONS(4696), + [anon_sym_lateinit] = ACTIONS(4696), + [anon_sym_public] = ACTIONS(4696), + [anon_sym_private] = ACTIONS(4696), + [anon_sym_internal] = ACTIONS(4696), + [anon_sym_protected] = ACTIONS(4696), + [anon_sym_tailrec] = ACTIONS(4696), + [anon_sym_operator] = ACTIONS(4696), + [anon_sym_infix] = ACTIONS(4696), + [anon_sym_inline] = ACTIONS(4696), + [anon_sym_external] = ACTIONS(4696), + [sym_property_modifier] = ACTIONS(4696), + [anon_sym_abstract] = ACTIONS(4696), + [anon_sym_final] = ACTIONS(4696), + [anon_sym_open] = ACTIONS(4696), + [anon_sym_vararg] = ACTIONS(4696), + [anon_sym_noinline] = ACTIONS(4696), + [anon_sym_crossinline] = ACTIONS(4696), + [anon_sym_expect] = ACTIONS(4696), + [anon_sym_actual] = ACTIONS(4696), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4698), + [anon_sym_continue_AT] = ACTIONS(4698), + [anon_sym_break_AT] = ACTIONS(4698), + [sym_real_literal] = ACTIONS(4698), + [sym_integer_literal] = ACTIONS(4696), + [sym_hex_literal] = ACTIONS(4698), + [sym_bin_literal] = ACTIONS(4698), + [anon_sym_true] = ACTIONS(4696), + [anon_sym_false] = ACTIONS(4696), + [anon_sym_SQUOTE] = ACTIONS(4698), + [sym__backtick_identifier] = ACTIONS(4698), + [sym__automatic_semicolon] = ACTIONS(4698), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4698), + }, + [3879] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(1624), + [sym__comparison_operator] = STATE(2064), + [sym__in_operator] = STATE(1691), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(1828), + [sym__multiplicative_operator] = STATE(1968), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2056), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), + [anon_sym_EQ] = ACTIONS(3063), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_RBRACE] = ACTIONS(3065), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_RPAREN] = ACTIONS(3065), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(6842), + [anon_sym_DOT] = ACTIONS(6409), + [anon_sym_SEMI] = ACTIONS(3065), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(6844), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(6846), + [anon_sym_while] = ACTIONS(3063), + [anon_sym_DOT_DOT] = ACTIONS(6848), + [anon_sym_QMARK_COLON] = ACTIONS(6850), + [anon_sym_AMP_AMP] = ACTIONS(6852), + [anon_sym_PIPE_PIPE] = ACTIONS(6854), + [anon_sym_else] = ACTIONS(3063), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_PLUS_EQ] = ACTIONS(3065), + [anon_sym_DASH_EQ] = ACTIONS(3065), + [anon_sym_STAR_EQ] = ACTIONS(3065), + [anon_sym_SLASH_EQ] = ACTIONS(3065), + [anon_sym_PERCENT_EQ] = ACTIONS(3065), + [anon_sym_BANG_EQ] = ACTIONS(6856), + [anon_sym_BANG_EQ_EQ] = ACTIONS(6858), + [anon_sym_EQ_EQ] = ACTIONS(6856), + [anon_sym_EQ_EQ_EQ] = ACTIONS(6858), + [anon_sym_LT_EQ] = ACTIONS(6860), + [anon_sym_GT_EQ] = ACTIONS(6860), + [anon_sym_BANGin] = ACTIONS(6862), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(6864), + [anon_sym_DASH] = ACTIONS(6864), + [anon_sym_SLASH] = ACTIONS(6844), + [anon_sym_PERCENT] = ACTIONS(6844), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym_safe_nav] = ACTIONS(6425), + [sym_multiline_comment] = ACTIONS(3), + }, + [3880] = { + [sym__alpha_identifier] = ACTIONS(4700), + [anon_sym_AT] = ACTIONS(4702), + [anon_sym_LBRACK] = ACTIONS(4702), + [anon_sym_EQ] = ACTIONS(4702), + [anon_sym_LBRACE] = ACTIONS(4702), + [anon_sym_RBRACE] = ACTIONS(4702), + [anon_sym_LPAREN] = ACTIONS(4702), + [anon_sym_by] = ACTIONS(4700), + [anon_sym_where] = ACTIONS(4700), + [anon_sym_object] = ACTIONS(4700), + [anon_sym_fun] = ACTIONS(4700), + [anon_sym_SEMI] = ACTIONS(4702), + [anon_sym_get] = ACTIONS(4700), + [anon_sym_set] = ACTIONS(4700), + [anon_sym_this] = ACTIONS(4700), + [anon_sym_super] = ACTIONS(4700), + [anon_sym_STAR] = ACTIONS(4702), + [sym_label] = ACTIONS(4700), + [anon_sym_in] = ACTIONS(4700), + [anon_sym_null] = ACTIONS(4700), + [anon_sym_if] = ACTIONS(4700), + [anon_sym_else] = ACTIONS(4700), + [anon_sym_when] = ACTIONS(4700), + [anon_sym_try] = ACTIONS(4700), + [anon_sym_throw] = ACTIONS(4700), + [anon_sym_return] = ACTIONS(4700), + [anon_sym_continue] = ACTIONS(4700), + [anon_sym_break] = ACTIONS(4700), + [anon_sym_COLON_COLON] = ACTIONS(4702), + [anon_sym_BANGin] = ACTIONS(4702), + [anon_sym_is] = ACTIONS(4700), + [anon_sym_BANGis] = ACTIONS(4702), + [anon_sym_PLUS] = ACTIONS(4700), + [anon_sym_DASH] = ACTIONS(4700), + [anon_sym_PLUS_PLUS] = ACTIONS(4702), + [anon_sym_DASH_DASH] = ACTIONS(4702), + [anon_sym_BANG] = ACTIONS(4700), + [anon_sym_suspend] = ACTIONS(4700), + [anon_sym_sealed] = ACTIONS(4700), + [anon_sym_annotation] = ACTIONS(4700), + [anon_sym_data] = ACTIONS(4700), + [anon_sym_inner] = ACTIONS(4700), + [anon_sym_override] = ACTIONS(4700), + [anon_sym_lateinit] = ACTIONS(4700), + [anon_sym_public] = ACTIONS(4700), + [anon_sym_private] = ACTIONS(4700), + [anon_sym_internal] = ACTIONS(4700), + [anon_sym_protected] = ACTIONS(4700), + [anon_sym_tailrec] = ACTIONS(4700), + [anon_sym_operator] = ACTIONS(4700), + [anon_sym_infix] = ACTIONS(4700), + [anon_sym_inline] = ACTIONS(4700), + [anon_sym_external] = ACTIONS(4700), + [sym_property_modifier] = ACTIONS(4700), + [anon_sym_abstract] = ACTIONS(4700), + [anon_sym_final] = ACTIONS(4700), + [anon_sym_open] = ACTIONS(4700), + [anon_sym_vararg] = ACTIONS(4700), + [anon_sym_noinline] = ACTIONS(4700), + [anon_sym_crossinline] = ACTIONS(4700), + [anon_sym_expect] = ACTIONS(4700), + [anon_sym_actual] = ACTIONS(4700), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4702), + [anon_sym_continue_AT] = ACTIONS(4702), + [anon_sym_break_AT] = ACTIONS(4702), + [sym_real_literal] = ACTIONS(4702), + [sym_integer_literal] = ACTIONS(4700), + [sym_hex_literal] = ACTIONS(4702), + [sym_bin_literal] = ACTIONS(4702), + [anon_sym_true] = ACTIONS(4700), + [anon_sym_false] = ACTIONS(4700), + [anon_sym_SQUOTE] = ACTIONS(4702), + [sym__backtick_identifier] = ACTIONS(4702), + [sym__automatic_semicolon] = ACTIONS(4702), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4702), + }, + [3881] = { + [sym_function_body] = STATE(3139), + [sym__block] = STATE(3464), + [sym__alpha_identifier] = ACTIONS(4031), + [anon_sym_AT] = ACTIONS(4033), + [anon_sym_LBRACK] = ACTIONS(4033), + [anon_sym_RBRACK] = ACTIONS(4033), + [anon_sym_as] = ACTIONS(4031), + [anon_sym_EQ] = ACTIONS(6625), + [anon_sym_LBRACE] = ACTIONS(6233), + [anon_sym_RBRACE] = ACTIONS(4033), + [anon_sym_LPAREN] = ACTIONS(4033), + [anon_sym_COMMA] = ACTIONS(4033), + [anon_sym_RPAREN] = ACTIONS(4033), + [anon_sym_LT] = ACTIONS(4031), + [anon_sym_GT] = ACTIONS(4031), + [anon_sym_where] = ACTIONS(4031), + [anon_sym_DOT] = ACTIONS(4031), + [anon_sym_SEMI] = ACTIONS(4033), + [anon_sym_get] = ACTIONS(4031), + [anon_sym_set] = ACTIONS(4031), + [anon_sym_STAR] = ACTIONS(4033), + [anon_sym_DASH_GT] = ACTIONS(4033), + [sym_label] = ACTIONS(4033), + [anon_sym_in] = ACTIONS(4031), + [anon_sym_while] = ACTIONS(4031), + [anon_sym_DOT_DOT] = ACTIONS(4033), + [anon_sym_QMARK_COLON] = ACTIONS(4033), + [anon_sym_AMP_AMP] = ACTIONS(4033), + [anon_sym_PIPE_PIPE] = ACTIONS(4033), + [anon_sym_else] = ACTIONS(4031), + [anon_sym_COLON_COLON] = ACTIONS(4033), + [anon_sym_BANG_EQ] = ACTIONS(4031), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4033), + [anon_sym_EQ_EQ] = ACTIONS(4031), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4033), + [anon_sym_LT_EQ] = ACTIONS(4033), + [anon_sym_GT_EQ] = ACTIONS(4033), + [anon_sym_BANGin] = ACTIONS(4033), + [anon_sym_is] = ACTIONS(4031), + [anon_sym_BANGis] = ACTIONS(4033), + [anon_sym_PLUS] = ACTIONS(4031), + [anon_sym_DASH] = ACTIONS(4031), + [anon_sym_SLASH] = ACTIONS(4031), + [anon_sym_PERCENT] = ACTIONS(4033), + [anon_sym_as_QMARK] = ACTIONS(4033), + [anon_sym_PLUS_PLUS] = ACTIONS(4033), + [anon_sym_DASH_DASH] = ACTIONS(4033), + [anon_sym_BANG_BANG] = ACTIONS(4033), + [anon_sym_suspend] = ACTIONS(4031), + [anon_sym_sealed] = ACTIONS(4031), + [anon_sym_annotation] = ACTIONS(4031), + [anon_sym_data] = ACTIONS(4031), + [anon_sym_inner] = ACTIONS(4031), + [anon_sym_override] = ACTIONS(4031), + [anon_sym_lateinit] = ACTIONS(4031), + [anon_sym_public] = ACTIONS(4031), + [anon_sym_private] = ACTIONS(4031), + [anon_sym_internal] = ACTIONS(4031), + [anon_sym_protected] = ACTIONS(4031), + [anon_sym_tailrec] = ACTIONS(4031), + [anon_sym_operator] = ACTIONS(4031), + [anon_sym_infix] = ACTIONS(4031), + [anon_sym_inline] = ACTIONS(4031), + [anon_sym_external] = ACTIONS(4031), + [sym_property_modifier] = ACTIONS(4031), + [anon_sym_abstract] = ACTIONS(4031), + [anon_sym_final] = ACTIONS(4031), + [anon_sym_open] = ACTIONS(4031), + [anon_sym_vararg] = ACTIONS(4031), + [anon_sym_noinline] = ACTIONS(4031), + [anon_sym_crossinline] = ACTIONS(4031), + [anon_sym_expect] = ACTIONS(4031), + [anon_sym_actual] = ACTIONS(4031), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4033), + [sym_safe_nav] = ACTIONS(4033), + [sym_multiline_comment] = ACTIONS(3), + }, + [3882] = { + [sym__alpha_identifier] = ACTIONS(4416), + [anon_sym_AT] = ACTIONS(4418), + [anon_sym_LBRACK] = ACTIONS(4418), + [anon_sym_as] = ACTIONS(4416), + [anon_sym_EQ] = ACTIONS(4416), + [anon_sym_LBRACE] = ACTIONS(4418), + [anon_sym_RBRACE] = ACTIONS(4418), + [anon_sym_LPAREN] = ACTIONS(4418), + [anon_sym_COMMA] = ACTIONS(4418), + [anon_sym_LT] = ACTIONS(4416), + [anon_sym_GT] = ACTIONS(4416), + [anon_sym_where] = ACTIONS(4416), + [anon_sym_DOT] = ACTIONS(4416), + [anon_sym_SEMI] = ACTIONS(4418), + [anon_sym_get] = ACTIONS(4416), + [anon_sym_set] = ACTIONS(4416), + [anon_sym_STAR] = ACTIONS(4416), + [sym_label] = ACTIONS(4418), + [anon_sym_in] = ACTIONS(4416), + [anon_sym_DOT_DOT] = ACTIONS(4418), + [anon_sym_QMARK_COLON] = ACTIONS(4418), + [anon_sym_AMP_AMP] = ACTIONS(4418), + [anon_sym_PIPE_PIPE] = ACTIONS(4418), + [anon_sym_else] = ACTIONS(4416), + [anon_sym_COLON_COLON] = ACTIONS(4418), + [anon_sym_PLUS_EQ] = ACTIONS(4418), + [anon_sym_DASH_EQ] = ACTIONS(4418), + [anon_sym_STAR_EQ] = ACTIONS(4418), + [anon_sym_SLASH_EQ] = ACTIONS(4418), + [anon_sym_PERCENT_EQ] = ACTIONS(4418), + [anon_sym_BANG_EQ] = ACTIONS(4416), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4418), + [anon_sym_EQ_EQ] = ACTIONS(4416), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4418), + [anon_sym_LT_EQ] = ACTIONS(4418), + [anon_sym_GT_EQ] = ACTIONS(4418), + [anon_sym_BANGin] = ACTIONS(4418), + [anon_sym_is] = ACTIONS(4416), + [anon_sym_BANGis] = ACTIONS(4418), + [anon_sym_PLUS] = ACTIONS(4416), + [anon_sym_DASH] = ACTIONS(4416), + [anon_sym_SLASH] = ACTIONS(4416), + [anon_sym_PERCENT] = ACTIONS(4416), + [anon_sym_as_QMARK] = ACTIONS(4418), + [anon_sym_PLUS_PLUS] = ACTIONS(4418), + [anon_sym_DASH_DASH] = ACTIONS(4418), + [anon_sym_BANG_BANG] = ACTIONS(4418), + [anon_sym_suspend] = ACTIONS(4416), + [anon_sym_sealed] = ACTIONS(4416), + [anon_sym_annotation] = ACTIONS(4416), + [anon_sym_data] = ACTIONS(4416), + [anon_sym_inner] = ACTIONS(4416), + [anon_sym_override] = ACTIONS(4416), + [anon_sym_lateinit] = ACTIONS(4416), + [anon_sym_public] = ACTIONS(4416), + [anon_sym_private] = ACTIONS(4416), + [anon_sym_internal] = ACTIONS(4416), + [anon_sym_protected] = ACTIONS(4416), + [anon_sym_tailrec] = ACTIONS(4416), + [anon_sym_operator] = ACTIONS(4416), + [anon_sym_infix] = ACTIONS(4416), + [anon_sym_inline] = ACTIONS(4416), + [anon_sym_external] = ACTIONS(4416), + [sym_property_modifier] = ACTIONS(4416), + [anon_sym_abstract] = ACTIONS(4416), + [anon_sym_final] = ACTIONS(4416), + [anon_sym_open] = ACTIONS(4416), + [anon_sym_vararg] = ACTIONS(4416), + [anon_sym_noinline] = ACTIONS(4416), + [anon_sym_crossinline] = ACTIONS(4416), + [anon_sym_expect] = ACTIONS(4416), + [anon_sym_actual] = ACTIONS(4416), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4418), + [sym__automatic_semicolon] = ACTIONS(4418), + [sym_safe_nav] = ACTIONS(4418), + [sym_multiline_comment] = ACTIONS(3), + }, + [3883] = { + [sym_function_body] = STATE(3133), + [sym__block] = STATE(3334), + [sym__alpha_identifier] = ACTIONS(4031), + [anon_sym_AT] = ACTIONS(4033), + [anon_sym_LBRACK] = ACTIONS(4033), + [anon_sym_as] = ACTIONS(4031), + [anon_sym_EQ] = ACTIONS(6656), + [anon_sym_LBRACE] = ACTIONS(6244), + [anon_sym_RBRACE] = ACTIONS(4033), + [anon_sym_LPAREN] = ACTIONS(4033), + [anon_sym_COMMA] = ACTIONS(4033), + [anon_sym_LT] = ACTIONS(4031), + [anon_sym_GT] = ACTIONS(4031), + [anon_sym_where] = ACTIONS(4031), + [anon_sym_object] = ACTIONS(4031), + [anon_sym_fun] = ACTIONS(4031), + [anon_sym_DOT] = ACTIONS(4031), + [anon_sym_SEMI] = ACTIONS(4033), + [anon_sym_get] = ACTIONS(4031), + [anon_sym_set] = ACTIONS(4031), + [anon_sym_this] = ACTIONS(4031), + [anon_sym_super] = ACTIONS(4031), + [anon_sym_STAR] = ACTIONS(4033), + [sym_label] = ACTIONS(4031), + [anon_sym_in] = ACTIONS(4031), + [anon_sym_DOT_DOT] = ACTIONS(4033), + [anon_sym_QMARK_COLON] = ACTIONS(4033), + [anon_sym_AMP_AMP] = ACTIONS(4033), + [anon_sym_PIPE_PIPE] = ACTIONS(4033), + [anon_sym_null] = ACTIONS(4031), + [anon_sym_if] = ACTIONS(4031), + [anon_sym_else] = ACTIONS(4031), + [anon_sym_when] = ACTIONS(4031), + [anon_sym_try] = ACTIONS(4031), + [anon_sym_throw] = ACTIONS(4031), + [anon_sym_return] = ACTIONS(4031), + [anon_sym_continue] = ACTIONS(4031), + [anon_sym_break] = ACTIONS(4031), + [anon_sym_COLON_COLON] = ACTIONS(4033), + [anon_sym_BANG_EQ] = ACTIONS(4031), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4033), + [anon_sym_EQ_EQ] = ACTIONS(4031), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4033), + [anon_sym_LT_EQ] = ACTIONS(4033), + [anon_sym_GT_EQ] = ACTIONS(4033), + [anon_sym_BANGin] = ACTIONS(4033), + [anon_sym_is] = ACTIONS(4031), + [anon_sym_BANGis] = ACTIONS(4033), + [anon_sym_PLUS] = ACTIONS(4031), + [anon_sym_DASH] = ACTIONS(4031), + [anon_sym_SLASH] = ACTIONS(4031), + [anon_sym_PERCENT] = ACTIONS(4033), + [anon_sym_as_QMARK] = ACTIONS(4033), + [anon_sym_PLUS_PLUS] = ACTIONS(4033), + [anon_sym_DASH_DASH] = ACTIONS(4033), + [anon_sym_BANG] = ACTIONS(4031), + [anon_sym_BANG_BANG] = ACTIONS(4033), + [anon_sym_data] = ACTIONS(4031), + [anon_sym_inner] = ACTIONS(4031), + [anon_sym_expect] = ACTIONS(4031), + [anon_sym_actual] = ACTIONS(4031), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4033), + [anon_sym_continue_AT] = ACTIONS(4033), + [anon_sym_break_AT] = ACTIONS(4033), + [sym_real_literal] = ACTIONS(4033), + [sym_integer_literal] = ACTIONS(4031), + [sym_hex_literal] = ACTIONS(4033), + [sym_bin_literal] = ACTIONS(4033), + [anon_sym_true] = ACTIONS(4031), + [anon_sym_false] = ACTIONS(4031), + [anon_sym_SQUOTE] = ACTIONS(4033), + [sym__backtick_identifier] = ACTIONS(4033), + [sym__automatic_semicolon] = ACTIONS(4033), + [sym_safe_nav] = ACTIONS(4033), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4033), + }, + [3884] = { + [sym_function_body] = STATE(3202), + [sym__block] = STATE(3464), + [sym__alpha_identifier] = ACTIONS(4099), + [anon_sym_AT] = ACTIONS(4101), + [anon_sym_LBRACK] = ACTIONS(4101), + [anon_sym_RBRACK] = ACTIONS(4101), + [anon_sym_as] = ACTIONS(4099), + [anon_sym_EQ] = ACTIONS(6625), + [anon_sym_LBRACE] = ACTIONS(6233), + [anon_sym_RBRACE] = ACTIONS(4101), + [anon_sym_LPAREN] = ACTIONS(4101), + [anon_sym_COMMA] = ACTIONS(4101), + [anon_sym_RPAREN] = ACTIONS(4101), + [anon_sym_LT] = ACTIONS(4099), + [anon_sym_GT] = ACTIONS(4099), + [anon_sym_where] = ACTIONS(4099), + [anon_sym_DOT] = ACTIONS(4099), + [anon_sym_SEMI] = ACTIONS(4101), + [anon_sym_get] = ACTIONS(4099), + [anon_sym_set] = ACTIONS(4099), + [anon_sym_STAR] = ACTIONS(4101), + [anon_sym_DASH_GT] = ACTIONS(4101), + [sym_label] = ACTIONS(4101), + [anon_sym_in] = ACTIONS(4099), + [anon_sym_while] = ACTIONS(4099), + [anon_sym_DOT_DOT] = ACTIONS(4101), + [anon_sym_QMARK_COLON] = ACTIONS(4101), + [anon_sym_AMP_AMP] = ACTIONS(4101), + [anon_sym_PIPE_PIPE] = ACTIONS(4101), + [anon_sym_else] = ACTIONS(4099), + [anon_sym_COLON_COLON] = ACTIONS(4101), + [anon_sym_BANG_EQ] = ACTIONS(4099), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4101), + [anon_sym_EQ_EQ] = ACTIONS(4099), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4101), + [anon_sym_LT_EQ] = ACTIONS(4101), + [anon_sym_GT_EQ] = ACTIONS(4101), + [anon_sym_BANGin] = ACTIONS(4101), + [anon_sym_is] = ACTIONS(4099), + [anon_sym_BANGis] = ACTIONS(4101), + [anon_sym_PLUS] = ACTIONS(4099), + [anon_sym_DASH] = ACTIONS(4099), + [anon_sym_SLASH] = ACTIONS(4099), + [anon_sym_PERCENT] = ACTIONS(4101), + [anon_sym_as_QMARK] = ACTIONS(4101), + [anon_sym_PLUS_PLUS] = ACTIONS(4101), + [anon_sym_DASH_DASH] = ACTIONS(4101), + [anon_sym_BANG_BANG] = ACTIONS(4101), + [anon_sym_suspend] = ACTIONS(4099), + [anon_sym_sealed] = ACTIONS(4099), + [anon_sym_annotation] = ACTIONS(4099), + [anon_sym_data] = ACTIONS(4099), + [anon_sym_inner] = ACTIONS(4099), + [anon_sym_override] = ACTIONS(4099), + [anon_sym_lateinit] = ACTIONS(4099), + [anon_sym_public] = ACTIONS(4099), + [anon_sym_private] = ACTIONS(4099), + [anon_sym_internal] = ACTIONS(4099), + [anon_sym_protected] = ACTIONS(4099), + [anon_sym_tailrec] = ACTIONS(4099), + [anon_sym_operator] = ACTIONS(4099), + [anon_sym_infix] = ACTIONS(4099), + [anon_sym_inline] = ACTIONS(4099), + [anon_sym_external] = ACTIONS(4099), + [sym_property_modifier] = ACTIONS(4099), + [anon_sym_abstract] = ACTIONS(4099), + [anon_sym_final] = ACTIONS(4099), + [anon_sym_open] = ACTIONS(4099), + [anon_sym_vararg] = ACTIONS(4099), + [anon_sym_noinline] = ACTIONS(4099), + [anon_sym_crossinline] = ACTIONS(4099), + [anon_sym_expect] = ACTIONS(4099), + [anon_sym_actual] = ACTIONS(4099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4101), + [sym_safe_nav] = ACTIONS(4101), + [sym_multiline_comment] = ACTIONS(3), + }, + [3885] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(1624), + [sym__comparison_operator] = STATE(2064), + [sym__in_operator] = STATE(1691), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(1828), + [sym__multiplicative_operator] = STATE(1968), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2056), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), + [anon_sym_EQ] = ACTIONS(3067), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_RBRACE] = ACTIONS(3069), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_RPAREN] = ACTIONS(3069), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(6842), + [anon_sym_DOT] = ACTIONS(6409), + [anon_sym_SEMI] = ACTIONS(3069), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(6844), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(6846), + [anon_sym_while] = ACTIONS(3067), + [anon_sym_DOT_DOT] = ACTIONS(6848), + [anon_sym_QMARK_COLON] = ACTIONS(6850), + [anon_sym_AMP_AMP] = ACTIONS(6852), + [anon_sym_PIPE_PIPE] = ACTIONS(6854), + [anon_sym_else] = ACTIONS(3067), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_PLUS_EQ] = ACTIONS(3069), + [anon_sym_DASH_EQ] = ACTIONS(3069), + [anon_sym_STAR_EQ] = ACTIONS(3069), + [anon_sym_SLASH_EQ] = ACTIONS(3069), + [anon_sym_PERCENT_EQ] = ACTIONS(3069), + [anon_sym_BANG_EQ] = ACTIONS(6856), + [anon_sym_BANG_EQ_EQ] = ACTIONS(6858), + [anon_sym_EQ_EQ] = ACTIONS(6856), + [anon_sym_EQ_EQ_EQ] = ACTIONS(6858), + [anon_sym_LT_EQ] = ACTIONS(6860), + [anon_sym_GT_EQ] = ACTIONS(6860), + [anon_sym_BANGin] = ACTIONS(6862), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(6864), + [anon_sym_DASH] = ACTIONS(6864), + [anon_sym_SLASH] = ACTIONS(6844), + [anon_sym_PERCENT] = ACTIONS(6844), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym_safe_nav] = ACTIONS(6425), + [sym_multiline_comment] = ACTIONS(3), + }, + [3886] = { + [sym_function_body] = STATE(3153), + [sym__block] = STATE(3334), + [sym__alpha_identifier] = ACTIONS(4099), + [anon_sym_AT] = ACTIONS(4101), + [anon_sym_LBRACK] = ACTIONS(4101), + [anon_sym_as] = ACTIONS(4099), + [anon_sym_EQ] = ACTIONS(6656), + [anon_sym_LBRACE] = ACTIONS(6244), + [anon_sym_RBRACE] = ACTIONS(4101), + [anon_sym_LPAREN] = ACTIONS(4101), + [anon_sym_COMMA] = ACTIONS(4101), + [anon_sym_LT] = ACTIONS(4099), + [anon_sym_GT] = ACTIONS(4099), + [anon_sym_where] = ACTIONS(4099), + [anon_sym_object] = ACTIONS(4099), + [anon_sym_fun] = ACTIONS(4099), + [anon_sym_DOT] = ACTIONS(4099), + [anon_sym_SEMI] = ACTIONS(4101), + [anon_sym_get] = ACTIONS(4099), + [anon_sym_set] = ACTIONS(4099), + [anon_sym_this] = ACTIONS(4099), + [anon_sym_super] = ACTIONS(4099), + [anon_sym_STAR] = ACTIONS(4101), + [sym_label] = ACTIONS(4099), + [anon_sym_in] = ACTIONS(4099), + [anon_sym_DOT_DOT] = ACTIONS(4101), + [anon_sym_QMARK_COLON] = ACTIONS(4101), + [anon_sym_AMP_AMP] = ACTIONS(4101), + [anon_sym_PIPE_PIPE] = ACTIONS(4101), + [anon_sym_null] = ACTIONS(4099), + [anon_sym_if] = ACTIONS(4099), + [anon_sym_else] = ACTIONS(4099), + [anon_sym_when] = ACTIONS(4099), + [anon_sym_try] = ACTIONS(4099), + [anon_sym_throw] = ACTIONS(4099), + [anon_sym_return] = ACTIONS(4099), + [anon_sym_continue] = ACTIONS(4099), + [anon_sym_break] = ACTIONS(4099), + [anon_sym_COLON_COLON] = ACTIONS(4101), + [anon_sym_BANG_EQ] = ACTIONS(4099), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4101), + [anon_sym_EQ_EQ] = ACTIONS(4099), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4101), + [anon_sym_LT_EQ] = ACTIONS(4101), + [anon_sym_GT_EQ] = ACTIONS(4101), + [anon_sym_BANGin] = ACTIONS(4101), + [anon_sym_is] = ACTIONS(4099), + [anon_sym_BANGis] = ACTIONS(4101), + [anon_sym_PLUS] = ACTIONS(4099), + [anon_sym_DASH] = ACTIONS(4099), + [anon_sym_SLASH] = ACTIONS(4099), + [anon_sym_PERCENT] = ACTIONS(4101), + [anon_sym_as_QMARK] = ACTIONS(4101), + [anon_sym_PLUS_PLUS] = ACTIONS(4101), + [anon_sym_DASH_DASH] = ACTIONS(4101), + [anon_sym_BANG] = ACTIONS(4099), + [anon_sym_BANG_BANG] = ACTIONS(4101), + [anon_sym_data] = ACTIONS(4099), + [anon_sym_inner] = ACTIONS(4099), + [anon_sym_expect] = ACTIONS(4099), + [anon_sym_actual] = ACTIONS(4099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4101), + [anon_sym_continue_AT] = ACTIONS(4101), + [anon_sym_break_AT] = ACTIONS(4101), + [sym_real_literal] = ACTIONS(4101), + [sym_integer_literal] = ACTIONS(4099), + [sym_hex_literal] = ACTIONS(4101), + [sym_bin_literal] = ACTIONS(4101), + [anon_sym_true] = ACTIONS(4099), + [anon_sym_false] = ACTIONS(4099), + [anon_sym_SQUOTE] = ACTIONS(4101), + [sym__backtick_identifier] = ACTIONS(4101), + [sym__automatic_semicolon] = ACTIONS(4101), + [sym_safe_nav] = ACTIONS(4101), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4101), + }, + [3887] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(1624), + [sym__comparison_operator] = STATE(2064), + [sym__in_operator] = STATE(1691), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(1828), + [sym__multiplicative_operator] = STATE(1968), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2056), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), + [anon_sym_EQ] = ACTIONS(3052), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_RBRACE] = ACTIONS(3054), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_RPAREN] = ACTIONS(3054), + [anon_sym_LT] = ACTIONS(3056), + [anon_sym_GT] = ACTIONS(3052), + [anon_sym_DOT] = ACTIONS(6409), + [anon_sym_SEMI] = ACTIONS(3054), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(6844), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(3052), + [anon_sym_while] = ACTIONS(3052), + [anon_sym_DOT_DOT] = ACTIONS(6848), + [anon_sym_QMARK_COLON] = ACTIONS(3054), + [anon_sym_AMP_AMP] = ACTIONS(3054), + [anon_sym_PIPE_PIPE] = ACTIONS(3054), + [anon_sym_else] = ACTIONS(3052), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_PLUS_EQ] = ACTIONS(3054), + [anon_sym_DASH_EQ] = ACTIONS(3054), + [anon_sym_STAR_EQ] = ACTIONS(3054), + [anon_sym_SLASH_EQ] = ACTIONS(3054), + [anon_sym_PERCENT_EQ] = ACTIONS(3054), + [anon_sym_BANG_EQ] = ACTIONS(3052), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3054), + [anon_sym_EQ_EQ] = ACTIONS(3052), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3054), + [anon_sym_LT_EQ] = ACTIONS(3054), + [anon_sym_GT_EQ] = ACTIONS(3054), + [anon_sym_BANGin] = ACTIONS(3054), + [anon_sym_is] = ACTIONS(3052), + [anon_sym_BANGis] = ACTIONS(3054), + [anon_sym_PLUS] = ACTIONS(6864), + [anon_sym_DASH] = ACTIONS(6864), + [anon_sym_SLASH] = ACTIONS(6844), + [anon_sym_PERCENT] = ACTIONS(6844), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym_safe_nav] = ACTIONS(6425), + [sym_multiline_comment] = ACTIONS(3), }, [3888] = { - [sym_function_body] = STATE(3216), - [sym__block] = STATE(3245), - [sym__alpha_identifier] = ACTIONS(4089), - [anon_sym_AT] = ACTIONS(4091), - [anon_sym_LBRACK] = ACTIONS(4091), - [anon_sym_as] = ACTIONS(4089), - [anon_sym_EQ] = ACTIONS(6642), - [anon_sym_LBRACE] = ACTIONS(6220), - [anon_sym_RBRACE] = ACTIONS(4091), - [anon_sym_LPAREN] = ACTIONS(4091), - [anon_sym_COMMA] = ACTIONS(4091), - [anon_sym_LT] = ACTIONS(4089), - [anon_sym_GT] = ACTIONS(4089), - [anon_sym_where] = ACTIONS(4089), - [anon_sym_object] = ACTIONS(4089), - [anon_sym_fun] = ACTIONS(4089), - [anon_sym_DOT] = ACTIONS(4089), - [anon_sym_SEMI] = ACTIONS(4091), - [anon_sym_get] = ACTIONS(4089), - [anon_sym_set] = ACTIONS(4089), - [anon_sym_this] = ACTIONS(4089), - [anon_sym_super] = ACTIONS(4089), - [anon_sym_STAR] = ACTIONS(4091), - [sym_label] = ACTIONS(4089), - [anon_sym_in] = ACTIONS(4089), - [anon_sym_DOT_DOT] = ACTIONS(4091), - [anon_sym_QMARK_COLON] = ACTIONS(4091), - [anon_sym_AMP_AMP] = ACTIONS(4091), - [anon_sym_PIPE_PIPE] = ACTIONS(4091), - [anon_sym_null] = ACTIONS(4089), - [anon_sym_if] = ACTIONS(4089), - [anon_sym_else] = ACTIONS(4089), - [anon_sym_when] = ACTIONS(4089), - [anon_sym_try] = ACTIONS(4089), - [anon_sym_throw] = ACTIONS(4089), - [anon_sym_return] = ACTIONS(4089), - [anon_sym_continue] = ACTIONS(4089), - [anon_sym_break] = ACTIONS(4089), - [anon_sym_COLON_COLON] = ACTIONS(4091), - [anon_sym_BANG_EQ] = ACTIONS(4089), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4091), - [anon_sym_EQ_EQ] = ACTIONS(4089), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4091), - [anon_sym_LT_EQ] = ACTIONS(4091), - [anon_sym_GT_EQ] = ACTIONS(4091), - [anon_sym_BANGin] = ACTIONS(4091), - [anon_sym_is] = ACTIONS(4089), - [anon_sym_BANGis] = ACTIONS(4091), - [anon_sym_PLUS] = ACTIONS(4089), - [anon_sym_DASH] = ACTIONS(4089), - [anon_sym_SLASH] = ACTIONS(4089), - [anon_sym_PERCENT] = ACTIONS(4091), - [anon_sym_as_QMARK] = ACTIONS(4091), - [anon_sym_PLUS_PLUS] = ACTIONS(4091), - [anon_sym_DASH_DASH] = ACTIONS(4091), - [anon_sym_BANG] = ACTIONS(4089), - [anon_sym_BANG_BANG] = ACTIONS(4091), - [anon_sym_data] = ACTIONS(4089), - [anon_sym_inner] = ACTIONS(4089), - [anon_sym_expect] = ACTIONS(4089), - [anon_sym_actual] = ACTIONS(4089), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4091), - [anon_sym_continue_AT] = ACTIONS(4091), - [anon_sym_break_AT] = ACTIONS(4091), - [sym_real_literal] = ACTIONS(4091), - [sym_integer_literal] = ACTIONS(4089), - [sym_hex_literal] = ACTIONS(4091), - [sym_bin_literal] = ACTIONS(4091), - [anon_sym_true] = ACTIONS(4089), - [anon_sym_false] = ACTIONS(4089), - [anon_sym_SQUOTE] = ACTIONS(4091), - [sym__backtick_identifier] = ACTIONS(4091), - [sym__automatic_semicolon] = ACTIONS(4091), - [sym_safe_nav] = ACTIONS(4091), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4091), + [sym__alpha_identifier] = ACTIONS(4285), + [anon_sym_AT] = ACTIONS(4288), + [anon_sym_LBRACK] = ACTIONS(4288), + [anon_sym_RBRACK] = ACTIONS(4291), + [anon_sym_as] = ACTIONS(4293), + [anon_sym_LBRACE] = ACTIONS(4288), + [anon_sym_RBRACE] = ACTIONS(4291), + [anon_sym_LPAREN] = ACTIONS(6908), + [anon_sym_COMMA] = ACTIONS(4291), + [anon_sym_RPAREN] = ACTIONS(4291), + [anon_sym_LT] = ACTIONS(4293), + [anon_sym_GT] = ACTIONS(4293), + [anon_sym_where] = ACTIONS(4293), + [anon_sym_object] = ACTIONS(3943), + [anon_sym_fun] = ACTIONS(3943), + [anon_sym_DOT] = ACTIONS(4293), + [anon_sym_SEMI] = ACTIONS(4291), + [anon_sym_get] = ACTIONS(4285), + [anon_sym_set] = ACTIONS(4285), + [anon_sym_this] = ACTIONS(3943), + [anon_sym_super] = ACTIONS(3943), + [anon_sym_STAR] = ACTIONS(4288), + [anon_sym_DASH_GT] = ACTIONS(4291), + [sym_label] = ACTIONS(4285), + [anon_sym_in] = ACTIONS(4293), + [anon_sym_while] = ACTIONS(4293), + [anon_sym_DOT_DOT] = ACTIONS(4291), + [anon_sym_QMARK_COLON] = ACTIONS(4291), + [anon_sym_AMP_AMP] = ACTIONS(4291), + [anon_sym_PIPE_PIPE] = ACTIONS(4291), + [anon_sym_null] = ACTIONS(3943), + [anon_sym_if] = ACTIONS(3943), + [anon_sym_else] = ACTIONS(4293), + [anon_sym_when] = ACTIONS(3943), + [anon_sym_try] = ACTIONS(3943), + [anon_sym_throw] = ACTIONS(3943), + [anon_sym_return] = ACTIONS(3943), + [anon_sym_continue] = ACTIONS(3943), + [anon_sym_break] = ACTIONS(3943), + [anon_sym_COLON_COLON] = ACTIONS(4288), + [anon_sym_BANG_EQ] = ACTIONS(4293), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4291), + [anon_sym_EQ_EQ] = ACTIONS(4293), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4291), + [anon_sym_LT_EQ] = ACTIONS(4291), + [anon_sym_GT_EQ] = ACTIONS(4291), + [anon_sym_BANGin] = ACTIONS(4291), + [anon_sym_is] = ACTIONS(4293), + [anon_sym_BANGis] = ACTIONS(4291), + [anon_sym_PLUS] = ACTIONS(4285), + [anon_sym_DASH] = ACTIONS(4285), + [anon_sym_SLASH] = ACTIONS(4293), + [anon_sym_PERCENT] = ACTIONS(4291), + [anon_sym_as_QMARK] = ACTIONS(4291), + [anon_sym_PLUS_PLUS] = ACTIONS(4288), + [anon_sym_DASH_DASH] = ACTIONS(4288), + [anon_sym_BANG] = ACTIONS(3943), + [anon_sym_BANG_BANG] = ACTIONS(4291), + [anon_sym_data] = ACTIONS(4285), + [anon_sym_inner] = ACTIONS(4285), + [anon_sym_expect] = ACTIONS(4285), + [anon_sym_actual] = ACTIONS(4285), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3948), + [anon_sym_continue_AT] = ACTIONS(3948), + [anon_sym_break_AT] = ACTIONS(3948), + [sym_real_literal] = ACTIONS(3948), + [sym_integer_literal] = ACTIONS(3943), + [sym_hex_literal] = ACTIONS(3948), + [sym_bin_literal] = ACTIONS(3948), + [anon_sym_true] = ACTIONS(3943), + [anon_sym_false] = ACTIONS(3943), + [anon_sym_SQUOTE] = ACTIONS(3948), + [sym__backtick_identifier] = ACTIONS(4288), + [sym_safe_nav] = ACTIONS(4291), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3948), }, [3889] = { - [sym_type_constraints] = STATE(4005), - [sym_function_body] = STATE(3157), - [sym__block] = STATE(3245), - [sym__alpha_identifier] = ACTIONS(4095), - [anon_sym_AT] = ACTIONS(4097), - [anon_sym_LBRACK] = ACTIONS(4097), - [anon_sym_as] = ACTIONS(4095), - [anon_sym_EQ] = ACTIONS(6682), - [anon_sym_LBRACE] = ACTIONS(6220), - [anon_sym_RBRACE] = ACTIONS(4097), - [anon_sym_LPAREN] = ACTIONS(4097), - [anon_sym_LT] = ACTIONS(4095), - [anon_sym_GT] = ACTIONS(4095), - [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(4095), - [anon_sym_fun] = ACTIONS(4095), - [anon_sym_DOT] = ACTIONS(4095), - [anon_sym_SEMI] = ACTIONS(4097), - [anon_sym_get] = ACTIONS(4095), - [anon_sym_set] = ACTIONS(4095), - [anon_sym_this] = ACTIONS(4095), - [anon_sym_super] = ACTIONS(4095), - [anon_sym_STAR] = ACTIONS(4097), - [sym_label] = ACTIONS(4095), - [anon_sym_in] = ACTIONS(4095), - [anon_sym_DOT_DOT] = ACTIONS(4097), - [anon_sym_QMARK_COLON] = ACTIONS(4097), - [anon_sym_AMP_AMP] = ACTIONS(4097), - [anon_sym_PIPE_PIPE] = ACTIONS(4097), - [anon_sym_null] = ACTIONS(4095), - [anon_sym_if] = ACTIONS(4095), - [anon_sym_else] = ACTIONS(4095), - [anon_sym_when] = ACTIONS(4095), - [anon_sym_try] = ACTIONS(4095), - [anon_sym_throw] = ACTIONS(4095), - [anon_sym_return] = ACTIONS(4095), - [anon_sym_continue] = ACTIONS(4095), - [anon_sym_break] = ACTIONS(4095), - [anon_sym_COLON_COLON] = ACTIONS(4097), - [anon_sym_BANG_EQ] = ACTIONS(4095), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4097), - [anon_sym_EQ_EQ] = ACTIONS(4095), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4097), - [anon_sym_LT_EQ] = ACTIONS(4097), - [anon_sym_GT_EQ] = ACTIONS(4097), - [anon_sym_BANGin] = ACTIONS(4097), - [anon_sym_is] = ACTIONS(4095), - [anon_sym_BANGis] = ACTIONS(4097), - [anon_sym_PLUS] = ACTIONS(4095), - [anon_sym_DASH] = ACTIONS(4095), - [anon_sym_SLASH] = ACTIONS(4095), - [anon_sym_PERCENT] = ACTIONS(4097), - [anon_sym_as_QMARK] = ACTIONS(4097), - [anon_sym_PLUS_PLUS] = ACTIONS(4097), - [anon_sym_DASH_DASH] = ACTIONS(4097), - [anon_sym_BANG] = ACTIONS(4095), - [anon_sym_BANG_BANG] = ACTIONS(4097), - [anon_sym_data] = ACTIONS(4095), - [anon_sym_inner] = ACTIONS(4095), - [anon_sym_expect] = ACTIONS(4095), - [anon_sym_actual] = ACTIONS(4095), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4097), - [anon_sym_continue_AT] = ACTIONS(4097), - [anon_sym_break_AT] = ACTIONS(4097), - [sym_real_literal] = ACTIONS(4097), - [sym_integer_literal] = ACTIONS(4095), - [sym_hex_literal] = ACTIONS(4097), - [sym_bin_literal] = ACTIONS(4097), - [anon_sym_true] = ACTIONS(4095), - [anon_sym_false] = ACTIONS(4095), - [anon_sym_SQUOTE] = ACTIONS(4097), - [sym__backtick_identifier] = ACTIONS(4097), - [sym__automatic_semicolon] = ACTIONS(4097), - [sym_safe_nav] = ACTIONS(4097), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4097), + [sym_function_body] = STATE(3171), + [sym__block] = STATE(3334), + [sym__alpha_identifier] = ACTIONS(4256), + [anon_sym_AT] = ACTIONS(4258), + [anon_sym_LBRACK] = ACTIONS(4258), + [anon_sym_as] = ACTIONS(4256), + [anon_sym_EQ] = ACTIONS(6656), + [anon_sym_LBRACE] = ACTIONS(6244), + [anon_sym_RBRACE] = ACTIONS(4258), + [anon_sym_LPAREN] = ACTIONS(4258), + [anon_sym_COMMA] = ACTIONS(4258), + [anon_sym_LT] = ACTIONS(4256), + [anon_sym_GT] = ACTIONS(4256), + [anon_sym_where] = ACTIONS(4256), + [anon_sym_object] = ACTIONS(4256), + [anon_sym_fun] = ACTIONS(4256), + [anon_sym_DOT] = ACTIONS(4256), + [anon_sym_SEMI] = ACTIONS(4258), + [anon_sym_get] = ACTIONS(4256), + [anon_sym_set] = ACTIONS(4256), + [anon_sym_this] = ACTIONS(4256), + [anon_sym_super] = ACTIONS(4256), + [anon_sym_STAR] = ACTIONS(4258), + [sym_label] = ACTIONS(4256), + [anon_sym_in] = ACTIONS(4256), + [anon_sym_DOT_DOT] = ACTIONS(4258), + [anon_sym_QMARK_COLON] = ACTIONS(4258), + [anon_sym_AMP_AMP] = ACTIONS(4258), + [anon_sym_PIPE_PIPE] = ACTIONS(4258), + [anon_sym_null] = ACTIONS(4256), + [anon_sym_if] = ACTIONS(4256), + [anon_sym_else] = ACTIONS(4256), + [anon_sym_when] = ACTIONS(4256), + [anon_sym_try] = ACTIONS(4256), + [anon_sym_throw] = ACTIONS(4256), + [anon_sym_return] = ACTIONS(4256), + [anon_sym_continue] = ACTIONS(4256), + [anon_sym_break] = ACTIONS(4256), + [anon_sym_COLON_COLON] = ACTIONS(4258), + [anon_sym_BANG_EQ] = ACTIONS(4256), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4258), + [anon_sym_EQ_EQ] = ACTIONS(4256), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4258), + [anon_sym_LT_EQ] = ACTIONS(4258), + [anon_sym_GT_EQ] = ACTIONS(4258), + [anon_sym_BANGin] = ACTIONS(4258), + [anon_sym_is] = ACTIONS(4256), + [anon_sym_BANGis] = ACTIONS(4258), + [anon_sym_PLUS] = ACTIONS(4256), + [anon_sym_DASH] = ACTIONS(4256), + [anon_sym_SLASH] = ACTIONS(4256), + [anon_sym_PERCENT] = ACTIONS(4258), + [anon_sym_as_QMARK] = ACTIONS(4258), + [anon_sym_PLUS_PLUS] = ACTIONS(4258), + [anon_sym_DASH_DASH] = ACTIONS(4258), + [anon_sym_BANG] = ACTIONS(4256), + [anon_sym_BANG_BANG] = ACTIONS(4258), + [anon_sym_data] = ACTIONS(4256), + [anon_sym_inner] = ACTIONS(4256), + [anon_sym_expect] = ACTIONS(4256), + [anon_sym_actual] = ACTIONS(4256), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4258), + [anon_sym_continue_AT] = ACTIONS(4258), + [anon_sym_break_AT] = ACTIONS(4258), + [sym_real_literal] = ACTIONS(4258), + [sym_integer_literal] = ACTIONS(4256), + [sym_hex_literal] = ACTIONS(4258), + [sym_bin_literal] = ACTIONS(4258), + [anon_sym_true] = ACTIONS(4256), + [anon_sym_false] = ACTIONS(4256), + [anon_sym_SQUOTE] = ACTIONS(4258), + [sym__backtick_identifier] = ACTIONS(4258), + [sym__automatic_semicolon] = ACTIONS(4258), + [sym_safe_nav] = ACTIONS(4258), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4258), }, [3890] = { - [sym_function_body] = STATE(3157), - [sym__block] = STATE(3245), - [sym__alpha_identifier] = ACTIONS(4095), - [anon_sym_AT] = ACTIONS(4097), - [anon_sym_LBRACK] = ACTIONS(4097), - [anon_sym_as] = ACTIONS(4095), - [anon_sym_EQ] = ACTIONS(6642), - [anon_sym_LBRACE] = ACTIONS(6220), - [anon_sym_RBRACE] = ACTIONS(4097), - [anon_sym_LPAREN] = ACTIONS(4097), - [anon_sym_COMMA] = ACTIONS(4097), - [anon_sym_LT] = ACTIONS(4095), - [anon_sym_GT] = ACTIONS(4095), - [anon_sym_where] = ACTIONS(4095), - [anon_sym_object] = ACTIONS(4095), - [anon_sym_fun] = ACTIONS(4095), - [anon_sym_DOT] = ACTIONS(4095), - [anon_sym_SEMI] = ACTIONS(4097), - [anon_sym_get] = ACTIONS(4095), - [anon_sym_set] = ACTIONS(4095), - [anon_sym_this] = ACTIONS(4095), - [anon_sym_super] = ACTIONS(4095), - [anon_sym_STAR] = ACTIONS(4097), - [sym_label] = ACTIONS(4095), - [anon_sym_in] = ACTIONS(4095), - [anon_sym_DOT_DOT] = ACTIONS(4097), - [anon_sym_QMARK_COLON] = ACTIONS(4097), - [anon_sym_AMP_AMP] = ACTIONS(4097), - [anon_sym_PIPE_PIPE] = ACTIONS(4097), - [anon_sym_null] = ACTIONS(4095), - [anon_sym_if] = ACTIONS(4095), - [anon_sym_else] = ACTIONS(4095), - [anon_sym_when] = ACTIONS(4095), - [anon_sym_try] = ACTIONS(4095), - [anon_sym_throw] = ACTIONS(4095), - [anon_sym_return] = ACTIONS(4095), - [anon_sym_continue] = ACTIONS(4095), - [anon_sym_break] = ACTIONS(4095), - [anon_sym_COLON_COLON] = ACTIONS(4097), - [anon_sym_BANG_EQ] = ACTIONS(4095), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4097), - [anon_sym_EQ_EQ] = ACTIONS(4095), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4097), - [anon_sym_LT_EQ] = ACTIONS(4097), - [anon_sym_GT_EQ] = ACTIONS(4097), - [anon_sym_BANGin] = ACTIONS(4097), - [anon_sym_is] = ACTIONS(4095), - [anon_sym_BANGis] = ACTIONS(4097), - [anon_sym_PLUS] = ACTIONS(4095), - [anon_sym_DASH] = ACTIONS(4095), - [anon_sym_SLASH] = ACTIONS(4095), - [anon_sym_PERCENT] = ACTIONS(4097), - [anon_sym_as_QMARK] = ACTIONS(4097), - [anon_sym_PLUS_PLUS] = ACTIONS(4097), - [anon_sym_DASH_DASH] = ACTIONS(4097), - [anon_sym_BANG] = ACTIONS(4095), - [anon_sym_BANG_BANG] = ACTIONS(4097), - [anon_sym_data] = ACTIONS(4095), - [anon_sym_inner] = ACTIONS(4095), - [anon_sym_expect] = ACTIONS(4095), - [anon_sym_actual] = ACTIONS(4095), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4097), - [anon_sym_continue_AT] = ACTIONS(4097), - [anon_sym_break_AT] = ACTIONS(4097), - [sym_real_literal] = ACTIONS(4097), - [sym_integer_literal] = ACTIONS(4095), - [sym_hex_literal] = ACTIONS(4097), - [sym_bin_literal] = ACTIONS(4097), - [anon_sym_true] = ACTIONS(4095), - [anon_sym_false] = ACTIONS(4095), - [anon_sym_SQUOTE] = ACTIONS(4097), - [sym__backtick_identifier] = ACTIONS(4097), - [sym__automatic_semicolon] = ACTIONS(4097), - [sym_safe_nav] = ACTIONS(4097), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4097), + [sym__alpha_identifier] = ACTIONS(4772), + [anon_sym_AT] = ACTIONS(4774), + [anon_sym_LBRACK] = ACTIONS(4774), + [anon_sym_as] = ACTIONS(4772), + [anon_sym_EQ] = ACTIONS(4772), + [anon_sym_LBRACE] = ACTIONS(4774), + [anon_sym_RBRACE] = ACTIONS(4774), + [anon_sym_LPAREN] = ACTIONS(4774), + [anon_sym_COMMA] = ACTIONS(4774), + [anon_sym_LT] = ACTIONS(4772), + [anon_sym_GT] = ACTIONS(4772), + [anon_sym_where] = ACTIONS(4772), + [anon_sym_DOT] = ACTIONS(4772), + [anon_sym_SEMI] = ACTIONS(4774), + [anon_sym_get] = ACTIONS(4772), + [anon_sym_set] = ACTIONS(4772), + [anon_sym_STAR] = ACTIONS(4772), + [sym_label] = ACTIONS(4774), + [anon_sym_in] = ACTIONS(4772), + [anon_sym_DOT_DOT] = ACTIONS(4774), + [anon_sym_QMARK_COLON] = ACTIONS(4774), + [anon_sym_AMP_AMP] = ACTIONS(4774), + [anon_sym_PIPE_PIPE] = ACTIONS(4774), + [anon_sym_else] = ACTIONS(4772), + [anon_sym_COLON_COLON] = ACTIONS(4774), + [anon_sym_PLUS_EQ] = ACTIONS(4774), + [anon_sym_DASH_EQ] = ACTIONS(4774), + [anon_sym_STAR_EQ] = ACTIONS(4774), + [anon_sym_SLASH_EQ] = ACTIONS(4774), + [anon_sym_PERCENT_EQ] = ACTIONS(4774), + [anon_sym_BANG_EQ] = ACTIONS(4772), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4774), + [anon_sym_EQ_EQ] = ACTIONS(4772), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4774), + [anon_sym_LT_EQ] = ACTIONS(4774), + [anon_sym_GT_EQ] = ACTIONS(4774), + [anon_sym_BANGin] = ACTIONS(4774), + [anon_sym_is] = ACTIONS(4772), + [anon_sym_BANGis] = ACTIONS(4774), + [anon_sym_PLUS] = ACTIONS(4772), + [anon_sym_DASH] = ACTIONS(4772), + [anon_sym_SLASH] = ACTIONS(4772), + [anon_sym_PERCENT] = ACTIONS(4772), + [anon_sym_as_QMARK] = ACTIONS(4774), + [anon_sym_PLUS_PLUS] = ACTIONS(4774), + [anon_sym_DASH_DASH] = ACTIONS(4774), + [anon_sym_BANG_BANG] = ACTIONS(4774), + [anon_sym_suspend] = ACTIONS(4772), + [anon_sym_sealed] = ACTIONS(4772), + [anon_sym_annotation] = ACTIONS(4772), + [anon_sym_data] = ACTIONS(4772), + [anon_sym_inner] = ACTIONS(4772), + [anon_sym_override] = ACTIONS(4772), + [anon_sym_lateinit] = ACTIONS(4772), + [anon_sym_public] = ACTIONS(4772), + [anon_sym_private] = ACTIONS(4772), + [anon_sym_internal] = ACTIONS(4772), + [anon_sym_protected] = ACTIONS(4772), + [anon_sym_tailrec] = ACTIONS(4772), + [anon_sym_operator] = ACTIONS(4772), + [anon_sym_infix] = ACTIONS(4772), + [anon_sym_inline] = ACTIONS(4772), + [anon_sym_external] = ACTIONS(4772), + [sym_property_modifier] = ACTIONS(4772), + [anon_sym_abstract] = ACTIONS(4772), + [anon_sym_final] = ACTIONS(4772), + [anon_sym_open] = ACTIONS(4772), + [anon_sym_vararg] = ACTIONS(4772), + [anon_sym_noinline] = ACTIONS(4772), + [anon_sym_crossinline] = ACTIONS(4772), + [anon_sym_expect] = ACTIONS(4772), + [anon_sym_actual] = ACTIONS(4772), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4774), + [sym__automatic_semicolon] = ACTIONS(4774), + [sym_safe_nav] = ACTIONS(4774), + [sym_multiline_comment] = ACTIONS(3), }, [3891] = { - [sym__alpha_identifier] = ACTIONS(4781), - [anon_sym_AT] = ACTIONS(4783), - [anon_sym_LBRACK] = ACTIONS(4783), - [anon_sym_as] = ACTIONS(4781), - [anon_sym_EQ] = ACTIONS(4781), - [anon_sym_LBRACE] = ACTIONS(4783), - [anon_sym_RBRACE] = ACTIONS(4783), - [anon_sym_LPAREN] = ACTIONS(4783), - [anon_sym_COMMA] = ACTIONS(4783), - [anon_sym_LT] = ACTIONS(4781), - [anon_sym_GT] = ACTIONS(4781), - [anon_sym_where] = ACTIONS(4781), - [anon_sym_DOT] = ACTIONS(4781), - [anon_sym_SEMI] = ACTIONS(4783), - [anon_sym_get] = ACTIONS(4781), - [anon_sym_set] = ACTIONS(4781), - [anon_sym_STAR] = ACTIONS(4781), - [sym_label] = ACTIONS(4783), - [anon_sym_in] = ACTIONS(4781), - [anon_sym_DOT_DOT] = ACTIONS(4783), - [anon_sym_QMARK_COLON] = ACTIONS(4783), - [anon_sym_AMP_AMP] = ACTIONS(4783), - [anon_sym_PIPE_PIPE] = ACTIONS(4783), - [anon_sym_else] = ACTIONS(4781), - [anon_sym_COLON_COLON] = ACTIONS(4783), - [anon_sym_PLUS_EQ] = ACTIONS(4783), - [anon_sym_DASH_EQ] = ACTIONS(4783), - [anon_sym_STAR_EQ] = ACTIONS(4783), - [anon_sym_SLASH_EQ] = ACTIONS(4783), - [anon_sym_PERCENT_EQ] = ACTIONS(4783), - [anon_sym_BANG_EQ] = ACTIONS(4781), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4783), - [anon_sym_EQ_EQ] = ACTIONS(4781), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4783), - [anon_sym_LT_EQ] = ACTIONS(4783), - [anon_sym_GT_EQ] = ACTIONS(4783), - [anon_sym_BANGin] = ACTIONS(4783), - [anon_sym_is] = ACTIONS(4781), - [anon_sym_BANGis] = ACTIONS(4783), - [anon_sym_PLUS] = ACTIONS(4781), - [anon_sym_DASH] = ACTIONS(4781), - [anon_sym_SLASH] = ACTIONS(4781), - [anon_sym_PERCENT] = ACTIONS(4781), - [anon_sym_as_QMARK] = ACTIONS(4783), - [anon_sym_PLUS_PLUS] = ACTIONS(4783), - [anon_sym_DASH_DASH] = ACTIONS(4783), - [anon_sym_BANG_BANG] = ACTIONS(4783), - [anon_sym_suspend] = ACTIONS(4781), - [anon_sym_sealed] = ACTIONS(4781), - [anon_sym_annotation] = ACTIONS(4781), - [anon_sym_data] = ACTIONS(4781), - [anon_sym_inner] = ACTIONS(4781), - [anon_sym_override] = ACTIONS(4781), - [anon_sym_lateinit] = ACTIONS(4781), - [anon_sym_public] = ACTIONS(4781), - [anon_sym_private] = ACTIONS(4781), - [anon_sym_internal] = ACTIONS(4781), - [anon_sym_protected] = ACTIONS(4781), - [anon_sym_tailrec] = ACTIONS(4781), - [anon_sym_operator] = ACTIONS(4781), - [anon_sym_infix] = ACTIONS(4781), - [anon_sym_inline] = ACTIONS(4781), - [anon_sym_external] = ACTIONS(4781), - [sym_property_modifier] = ACTIONS(4781), - [anon_sym_abstract] = ACTIONS(4781), - [anon_sym_final] = ACTIONS(4781), - [anon_sym_open] = ACTIONS(4781), - [anon_sym_vararg] = ACTIONS(4781), - [anon_sym_noinline] = ACTIONS(4781), - [anon_sym_crossinline] = ACTIONS(4781), - [anon_sym_expect] = ACTIONS(4781), - [anon_sym_actual] = ACTIONS(4781), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4783), - [sym__automatic_semicolon] = ACTIONS(4783), - [sym_safe_nav] = ACTIONS(4783), + [sym__alpha_identifier] = ACTIONS(4047), + [anon_sym_AT] = ACTIONS(4049), + [anon_sym_LBRACK] = ACTIONS(4049), + [anon_sym_as] = ACTIONS(4047), + [anon_sym_EQ] = ACTIONS(4047), + [anon_sym_LBRACE] = ACTIONS(4049), + [anon_sym_RBRACE] = ACTIONS(4049), + [anon_sym_LPAREN] = ACTIONS(4049), + [anon_sym_COMMA] = ACTIONS(4049), + [anon_sym_LT] = ACTIONS(4047), + [anon_sym_GT] = ACTIONS(4047), + [anon_sym_where] = ACTIONS(4047), + [anon_sym_DOT] = ACTIONS(4047), + [anon_sym_SEMI] = ACTIONS(4049), + [anon_sym_get] = ACTIONS(4047), + [anon_sym_set] = ACTIONS(4047), + [anon_sym_STAR] = ACTIONS(4047), + [sym_label] = ACTIONS(4049), + [anon_sym_in] = ACTIONS(4047), + [anon_sym_DOT_DOT] = ACTIONS(4049), + [anon_sym_QMARK_COLON] = ACTIONS(4049), + [anon_sym_AMP_AMP] = ACTIONS(4049), + [anon_sym_PIPE_PIPE] = ACTIONS(4049), + [anon_sym_else] = ACTIONS(4047), + [anon_sym_COLON_COLON] = ACTIONS(4049), + [anon_sym_PLUS_EQ] = ACTIONS(4049), + [anon_sym_DASH_EQ] = ACTIONS(4049), + [anon_sym_STAR_EQ] = ACTIONS(4049), + [anon_sym_SLASH_EQ] = ACTIONS(4049), + [anon_sym_PERCENT_EQ] = ACTIONS(4049), + [anon_sym_BANG_EQ] = ACTIONS(4047), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4049), + [anon_sym_EQ_EQ] = ACTIONS(4047), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4049), + [anon_sym_LT_EQ] = ACTIONS(4049), + [anon_sym_GT_EQ] = ACTIONS(4049), + [anon_sym_BANGin] = ACTIONS(4049), + [anon_sym_is] = ACTIONS(4047), + [anon_sym_BANGis] = ACTIONS(4049), + [anon_sym_PLUS] = ACTIONS(4047), + [anon_sym_DASH] = ACTIONS(4047), + [anon_sym_SLASH] = ACTIONS(4047), + [anon_sym_PERCENT] = ACTIONS(4047), + [anon_sym_as_QMARK] = ACTIONS(4049), + [anon_sym_PLUS_PLUS] = ACTIONS(4049), + [anon_sym_DASH_DASH] = ACTIONS(4049), + [anon_sym_BANG_BANG] = ACTIONS(4049), + [anon_sym_suspend] = ACTIONS(4047), + [anon_sym_sealed] = ACTIONS(4047), + [anon_sym_annotation] = ACTIONS(4047), + [anon_sym_data] = ACTIONS(4047), + [anon_sym_inner] = ACTIONS(4047), + [anon_sym_override] = ACTIONS(4047), + [anon_sym_lateinit] = ACTIONS(4047), + [anon_sym_public] = ACTIONS(4047), + [anon_sym_private] = ACTIONS(4047), + [anon_sym_internal] = ACTIONS(4047), + [anon_sym_protected] = ACTIONS(4047), + [anon_sym_tailrec] = ACTIONS(4047), + [anon_sym_operator] = ACTIONS(4047), + [anon_sym_infix] = ACTIONS(4047), + [anon_sym_inline] = ACTIONS(4047), + [anon_sym_external] = ACTIONS(4047), + [sym_property_modifier] = ACTIONS(4047), + [anon_sym_abstract] = ACTIONS(4047), + [anon_sym_final] = ACTIONS(4047), + [anon_sym_open] = ACTIONS(4047), + [anon_sym_vararg] = ACTIONS(4047), + [anon_sym_noinline] = ACTIONS(4047), + [anon_sym_crossinline] = ACTIONS(4047), + [anon_sym_expect] = ACTIONS(4047), + [anon_sym_actual] = ACTIONS(4047), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4049), + [sym__automatic_semicolon] = ACTIONS(4049), + [sym_safe_nav] = ACTIONS(4049), [sym_multiline_comment] = ACTIONS(3), }, [3892] = { - [sym_function_body] = STATE(3129), - [sym__block] = STATE(3245), - [sym__alpha_identifier] = ACTIONS(4101), - [anon_sym_AT] = ACTIONS(4103), - [anon_sym_LBRACK] = ACTIONS(4103), - [anon_sym_as] = ACTIONS(4101), - [anon_sym_EQ] = ACTIONS(6642), - [anon_sym_LBRACE] = ACTIONS(6220), - [anon_sym_RBRACE] = ACTIONS(4103), - [anon_sym_LPAREN] = ACTIONS(4103), - [anon_sym_COMMA] = ACTIONS(4103), - [anon_sym_LT] = ACTIONS(4101), - [anon_sym_GT] = ACTIONS(4101), - [anon_sym_where] = ACTIONS(4101), - [anon_sym_object] = ACTIONS(4101), - [anon_sym_fun] = ACTIONS(4101), - [anon_sym_DOT] = ACTIONS(4101), - [anon_sym_SEMI] = ACTIONS(4103), - [anon_sym_get] = ACTIONS(4101), - [anon_sym_set] = ACTIONS(4101), - [anon_sym_this] = ACTIONS(4101), - [anon_sym_super] = ACTIONS(4101), - [anon_sym_STAR] = ACTIONS(4103), - [sym_label] = ACTIONS(4101), - [anon_sym_in] = ACTIONS(4101), - [anon_sym_DOT_DOT] = ACTIONS(4103), - [anon_sym_QMARK_COLON] = ACTIONS(4103), - [anon_sym_AMP_AMP] = ACTIONS(4103), - [anon_sym_PIPE_PIPE] = ACTIONS(4103), - [anon_sym_null] = ACTIONS(4101), - [anon_sym_if] = ACTIONS(4101), - [anon_sym_else] = ACTIONS(4101), - [anon_sym_when] = ACTIONS(4101), - [anon_sym_try] = ACTIONS(4101), - [anon_sym_throw] = ACTIONS(4101), - [anon_sym_return] = ACTIONS(4101), - [anon_sym_continue] = ACTIONS(4101), - [anon_sym_break] = ACTIONS(4101), - [anon_sym_COLON_COLON] = ACTIONS(4103), - [anon_sym_BANG_EQ] = ACTIONS(4101), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4103), - [anon_sym_EQ_EQ] = ACTIONS(4101), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4103), - [anon_sym_LT_EQ] = ACTIONS(4103), - [anon_sym_GT_EQ] = ACTIONS(4103), - [anon_sym_BANGin] = ACTIONS(4103), - [anon_sym_is] = ACTIONS(4101), - [anon_sym_BANGis] = ACTIONS(4103), - [anon_sym_PLUS] = ACTIONS(4101), - [anon_sym_DASH] = ACTIONS(4101), - [anon_sym_SLASH] = ACTIONS(4101), - [anon_sym_PERCENT] = ACTIONS(4103), - [anon_sym_as_QMARK] = ACTIONS(4103), - [anon_sym_PLUS_PLUS] = ACTIONS(4103), - [anon_sym_DASH_DASH] = ACTIONS(4103), - [anon_sym_BANG] = ACTIONS(4101), - [anon_sym_BANG_BANG] = ACTIONS(4103), - [anon_sym_data] = ACTIONS(4101), - [anon_sym_inner] = ACTIONS(4101), - [anon_sym_expect] = ACTIONS(4101), - [anon_sym_actual] = ACTIONS(4101), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4103), - [anon_sym_continue_AT] = ACTIONS(4103), - [anon_sym_break_AT] = ACTIONS(4103), - [sym_real_literal] = ACTIONS(4103), - [sym_integer_literal] = ACTIONS(4101), - [sym_hex_literal] = ACTIONS(4103), - [sym_bin_literal] = ACTIONS(4103), - [anon_sym_true] = ACTIONS(4101), - [anon_sym_false] = ACTIONS(4101), - [anon_sym_SQUOTE] = ACTIONS(4103), - [sym__backtick_identifier] = ACTIONS(4103), - [sym__automatic_semicolon] = ACTIONS(4103), - [sym_safe_nav] = ACTIONS(4103), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4103), + [sym_function_body] = STATE(3267), + [sym__block] = STATE(3464), + [sym__alpha_identifier] = ACTIONS(4260), + [anon_sym_AT] = ACTIONS(4262), + [anon_sym_LBRACK] = ACTIONS(4262), + [anon_sym_RBRACK] = ACTIONS(4262), + [anon_sym_as] = ACTIONS(4260), + [anon_sym_EQ] = ACTIONS(6625), + [anon_sym_LBRACE] = ACTIONS(6233), + [anon_sym_RBRACE] = ACTIONS(4262), + [anon_sym_LPAREN] = ACTIONS(4262), + [anon_sym_COMMA] = ACTIONS(4262), + [anon_sym_RPAREN] = ACTIONS(4262), + [anon_sym_LT] = ACTIONS(4260), + [anon_sym_GT] = ACTIONS(4260), + [anon_sym_where] = ACTIONS(4260), + [anon_sym_DOT] = ACTIONS(4260), + [anon_sym_SEMI] = ACTIONS(4262), + [anon_sym_get] = ACTIONS(4260), + [anon_sym_set] = ACTIONS(4260), + [anon_sym_STAR] = ACTIONS(4262), + [anon_sym_DASH_GT] = ACTIONS(4262), + [sym_label] = ACTIONS(4262), + [anon_sym_in] = ACTIONS(4260), + [anon_sym_while] = ACTIONS(4260), + [anon_sym_DOT_DOT] = ACTIONS(4262), + [anon_sym_QMARK_COLON] = ACTIONS(4262), + [anon_sym_AMP_AMP] = ACTIONS(4262), + [anon_sym_PIPE_PIPE] = ACTIONS(4262), + [anon_sym_else] = ACTIONS(4260), + [anon_sym_COLON_COLON] = ACTIONS(4262), + [anon_sym_BANG_EQ] = ACTIONS(4260), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4262), + [anon_sym_EQ_EQ] = ACTIONS(4260), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4262), + [anon_sym_LT_EQ] = ACTIONS(4262), + [anon_sym_GT_EQ] = ACTIONS(4262), + [anon_sym_BANGin] = ACTIONS(4262), + [anon_sym_is] = ACTIONS(4260), + [anon_sym_BANGis] = ACTIONS(4262), + [anon_sym_PLUS] = ACTIONS(4260), + [anon_sym_DASH] = ACTIONS(4260), + [anon_sym_SLASH] = ACTIONS(4260), + [anon_sym_PERCENT] = ACTIONS(4262), + [anon_sym_as_QMARK] = ACTIONS(4262), + [anon_sym_PLUS_PLUS] = ACTIONS(4262), + [anon_sym_DASH_DASH] = ACTIONS(4262), + [anon_sym_BANG_BANG] = ACTIONS(4262), + [anon_sym_suspend] = ACTIONS(4260), + [anon_sym_sealed] = ACTIONS(4260), + [anon_sym_annotation] = ACTIONS(4260), + [anon_sym_data] = ACTIONS(4260), + [anon_sym_inner] = ACTIONS(4260), + [anon_sym_override] = ACTIONS(4260), + [anon_sym_lateinit] = ACTIONS(4260), + [anon_sym_public] = ACTIONS(4260), + [anon_sym_private] = ACTIONS(4260), + [anon_sym_internal] = ACTIONS(4260), + [anon_sym_protected] = ACTIONS(4260), + [anon_sym_tailrec] = ACTIONS(4260), + [anon_sym_operator] = ACTIONS(4260), + [anon_sym_infix] = ACTIONS(4260), + [anon_sym_inline] = ACTIONS(4260), + [anon_sym_external] = ACTIONS(4260), + [sym_property_modifier] = ACTIONS(4260), + [anon_sym_abstract] = ACTIONS(4260), + [anon_sym_final] = ACTIONS(4260), + [anon_sym_open] = ACTIONS(4260), + [anon_sym_vararg] = ACTIONS(4260), + [anon_sym_noinline] = ACTIONS(4260), + [anon_sym_crossinline] = ACTIONS(4260), + [anon_sym_expect] = ACTIONS(4260), + [anon_sym_actual] = ACTIONS(4260), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4262), + [sym_safe_nav] = ACTIONS(4262), + [sym_multiline_comment] = ACTIONS(3), }, [3893] = { - [sym__alpha_identifier] = ACTIONS(5051), - [anon_sym_AT] = ACTIONS(5053), - [anon_sym_LBRACK] = ACTIONS(5053), - [anon_sym_as] = ACTIONS(5051), - [anon_sym_EQ] = ACTIONS(5051), - [anon_sym_LBRACE] = ACTIONS(5053), - [anon_sym_RBRACE] = ACTIONS(5053), - [anon_sym_LPAREN] = ACTIONS(5053), - [anon_sym_COMMA] = ACTIONS(5053), - [anon_sym_LT] = ACTIONS(5051), - [anon_sym_GT] = ACTIONS(5051), - [anon_sym_where] = ACTIONS(5051), - [anon_sym_DOT] = ACTIONS(5051), - [anon_sym_SEMI] = ACTIONS(5053), - [anon_sym_get] = ACTIONS(5051), - [anon_sym_set] = ACTIONS(5051), - [anon_sym_STAR] = ACTIONS(5051), - [sym_label] = ACTIONS(5053), - [anon_sym_in] = ACTIONS(5051), - [anon_sym_DOT_DOT] = ACTIONS(5053), - [anon_sym_QMARK_COLON] = ACTIONS(5053), - [anon_sym_AMP_AMP] = ACTIONS(5053), - [anon_sym_PIPE_PIPE] = ACTIONS(5053), - [anon_sym_else] = ACTIONS(5051), - [anon_sym_COLON_COLON] = ACTIONS(5053), - [anon_sym_PLUS_EQ] = ACTIONS(5053), - [anon_sym_DASH_EQ] = ACTIONS(5053), - [anon_sym_STAR_EQ] = ACTIONS(5053), - [anon_sym_SLASH_EQ] = ACTIONS(5053), - [anon_sym_PERCENT_EQ] = ACTIONS(5053), - [anon_sym_BANG_EQ] = ACTIONS(5051), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5053), - [anon_sym_EQ_EQ] = ACTIONS(5051), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5053), - [anon_sym_LT_EQ] = ACTIONS(5053), - [anon_sym_GT_EQ] = ACTIONS(5053), - [anon_sym_BANGin] = ACTIONS(5053), - [anon_sym_is] = ACTIONS(5051), - [anon_sym_BANGis] = ACTIONS(5053), - [anon_sym_PLUS] = ACTIONS(5051), - [anon_sym_DASH] = ACTIONS(5051), - [anon_sym_SLASH] = ACTIONS(5051), - [anon_sym_PERCENT] = ACTIONS(5051), - [anon_sym_as_QMARK] = ACTIONS(5053), - [anon_sym_PLUS_PLUS] = ACTIONS(5053), - [anon_sym_DASH_DASH] = ACTIONS(5053), - [anon_sym_BANG_BANG] = ACTIONS(5053), - [anon_sym_suspend] = ACTIONS(5051), - [anon_sym_sealed] = ACTIONS(5051), - [anon_sym_annotation] = ACTIONS(5051), - [anon_sym_data] = ACTIONS(5051), - [anon_sym_inner] = ACTIONS(5051), - [anon_sym_override] = ACTIONS(5051), - [anon_sym_lateinit] = ACTIONS(5051), - [anon_sym_public] = ACTIONS(5051), - [anon_sym_private] = ACTIONS(5051), - [anon_sym_internal] = ACTIONS(5051), - [anon_sym_protected] = ACTIONS(5051), - [anon_sym_tailrec] = ACTIONS(5051), - [anon_sym_operator] = ACTIONS(5051), - [anon_sym_infix] = ACTIONS(5051), - [anon_sym_inline] = ACTIONS(5051), - [anon_sym_external] = ACTIONS(5051), - [sym_property_modifier] = ACTIONS(5051), - [anon_sym_abstract] = ACTIONS(5051), - [anon_sym_final] = ACTIONS(5051), - [anon_sym_open] = ACTIONS(5051), - [anon_sym_vararg] = ACTIONS(5051), - [anon_sym_noinline] = ACTIONS(5051), - [anon_sym_crossinline] = ACTIONS(5051), - [anon_sym_expect] = ACTIONS(5051), - [anon_sym_actual] = ACTIONS(5051), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5053), - [sym__automatic_semicolon] = ACTIONS(5053), - [sym_safe_nav] = ACTIONS(5053), + [sym__alpha_identifier] = ACTIONS(4519), + [anon_sym_AT] = ACTIONS(4521), + [anon_sym_LBRACK] = ACTIONS(4521), + [anon_sym_as] = ACTIONS(4519), + [anon_sym_EQ] = ACTIONS(4828), + [anon_sym_LBRACE] = ACTIONS(4521), + [anon_sym_RBRACE] = ACTIONS(4521), + [anon_sym_LPAREN] = ACTIONS(4521), + [anon_sym_COMMA] = ACTIONS(4521), + [anon_sym_LT] = ACTIONS(4519), + [anon_sym_GT] = ACTIONS(4519), + [anon_sym_where] = ACTIONS(4519), + [anon_sym_DOT] = ACTIONS(4519), + [anon_sym_SEMI] = ACTIONS(4521), + [anon_sym_get] = ACTIONS(4519), + [anon_sym_set] = ACTIONS(4519), + [anon_sym_STAR] = ACTIONS(4519), + [sym_label] = ACTIONS(4521), + [anon_sym_in] = ACTIONS(4519), + [anon_sym_DOT_DOT] = ACTIONS(4521), + [anon_sym_QMARK_COLON] = ACTIONS(4521), + [anon_sym_AMP_AMP] = ACTIONS(4521), + [anon_sym_PIPE_PIPE] = ACTIONS(4521), + [anon_sym_else] = ACTIONS(4519), + [anon_sym_COLON_COLON] = ACTIONS(4521), + [anon_sym_PLUS_EQ] = ACTIONS(4830), + [anon_sym_DASH_EQ] = ACTIONS(4830), + [anon_sym_STAR_EQ] = ACTIONS(4830), + [anon_sym_SLASH_EQ] = ACTIONS(4830), + [anon_sym_PERCENT_EQ] = ACTIONS(4830), + [anon_sym_BANG_EQ] = ACTIONS(4519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4521), + [anon_sym_EQ_EQ] = ACTIONS(4519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4521), + [anon_sym_LT_EQ] = ACTIONS(4521), + [anon_sym_GT_EQ] = ACTIONS(4521), + [anon_sym_BANGin] = ACTIONS(4521), + [anon_sym_is] = ACTIONS(4519), + [anon_sym_BANGis] = ACTIONS(4521), + [anon_sym_PLUS] = ACTIONS(4519), + [anon_sym_DASH] = ACTIONS(4519), + [anon_sym_SLASH] = ACTIONS(4519), + [anon_sym_PERCENT] = ACTIONS(4519), + [anon_sym_as_QMARK] = ACTIONS(4521), + [anon_sym_PLUS_PLUS] = ACTIONS(4521), + [anon_sym_DASH_DASH] = ACTIONS(4521), + [anon_sym_BANG_BANG] = ACTIONS(4521), + [anon_sym_suspend] = ACTIONS(4519), + [anon_sym_sealed] = ACTIONS(4519), + [anon_sym_annotation] = ACTIONS(4519), + [anon_sym_data] = ACTIONS(4519), + [anon_sym_inner] = ACTIONS(4519), + [anon_sym_override] = ACTIONS(4519), + [anon_sym_lateinit] = ACTIONS(4519), + [anon_sym_public] = ACTIONS(4519), + [anon_sym_private] = ACTIONS(4519), + [anon_sym_internal] = ACTIONS(4519), + [anon_sym_protected] = ACTIONS(4519), + [anon_sym_tailrec] = ACTIONS(4519), + [anon_sym_operator] = ACTIONS(4519), + [anon_sym_infix] = ACTIONS(4519), + [anon_sym_inline] = ACTIONS(4519), + [anon_sym_external] = ACTIONS(4519), + [sym_property_modifier] = ACTIONS(4519), + [anon_sym_abstract] = ACTIONS(4519), + [anon_sym_final] = ACTIONS(4519), + [anon_sym_open] = ACTIONS(4519), + [anon_sym_vararg] = ACTIONS(4519), + [anon_sym_noinline] = ACTIONS(4519), + [anon_sym_crossinline] = ACTIONS(4519), + [anon_sym_expect] = ACTIONS(4519), + [anon_sym_actual] = ACTIONS(4519), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4521), + [sym__automatic_semicolon] = ACTIONS(4521), + [sym_safe_nav] = ACTIONS(4521), [sym_multiline_comment] = ACTIONS(3), }, [3894] = { - [sym_type_constraints] = STATE(3962), - [sym_function_body] = STATE(3216), - [sym__block] = STATE(3245), - [sym__alpha_identifier] = ACTIONS(4089), - [anon_sym_AT] = ACTIONS(4091), - [anon_sym_LBRACK] = ACTIONS(4091), - [anon_sym_as] = ACTIONS(4089), - [anon_sym_EQ] = ACTIONS(6682), - [anon_sym_LBRACE] = ACTIONS(6220), - [anon_sym_RBRACE] = ACTIONS(4091), - [anon_sym_LPAREN] = ACTIONS(4091), - [anon_sym_LT] = ACTIONS(4089), - [anon_sym_GT] = ACTIONS(4089), - [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(4089), - [anon_sym_fun] = ACTIONS(4089), - [anon_sym_DOT] = ACTIONS(4089), - [anon_sym_SEMI] = ACTIONS(4091), - [anon_sym_get] = ACTIONS(4089), - [anon_sym_set] = ACTIONS(4089), - [anon_sym_this] = ACTIONS(4089), - [anon_sym_super] = ACTIONS(4089), - [anon_sym_STAR] = ACTIONS(4091), - [sym_label] = ACTIONS(4089), - [anon_sym_in] = ACTIONS(4089), - [anon_sym_DOT_DOT] = ACTIONS(4091), - [anon_sym_QMARK_COLON] = ACTIONS(4091), - [anon_sym_AMP_AMP] = ACTIONS(4091), - [anon_sym_PIPE_PIPE] = ACTIONS(4091), - [anon_sym_null] = ACTIONS(4089), - [anon_sym_if] = ACTIONS(4089), - [anon_sym_else] = ACTIONS(4089), - [anon_sym_when] = ACTIONS(4089), - [anon_sym_try] = ACTIONS(4089), - [anon_sym_throw] = ACTIONS(4089), - [anon_sym_return] = ACTIONS(4089), - [anon_sym_continue] = ACTIONS(4089), - [anon_sym_break] = ACTIONS(4089), - [anon_sym_COLON_COLON] = ACTIONS(4091), - [anon_sym_BANG_EQ] = ACTIONS(4089), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4091), - [anon_sym_EQ_EQ] = ACTIONS(4089), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4091), - [anon_sym_LT_EQ] = ACTIONS(4091), - [anon_sym_GT_EQ] = ACTIONS(4091), - [anon_sym_BANGin] = ACTIONS(4091), - [anon_sym_is] = ACTIONS(4089), - [anon_sym_BANGis] = ACTIONS(4091), - [anon_sym_PLUS] = ACTIONS(4089), - [anon_sym_DASH] = ACTIONS(4089), - [anon_sym_SLASH] = ACTIONS(4089), - [anon_sym_PERCENT] = ACTIONS(4091), - [anon_sym_as_QMARK] = ACTIONS(4091), - [anon_sym_PLUS_PLUS] = ACTIONS(4091), - [anon_sym_DASH_DASH] = ACTIONS(4091), - [anon_sym_BANG] = ACTIONS(4089), - [anon_sym_BANG_BANG] = ACTIONS(4091), - [anon_sym_data] = ACTIONS(4089), - [anon_sym_inner] = ACTIONS(4089), - [anon_sym_expect] = ACTIONS(4089), - [anon_sym_actual] = ACTIONS(4089), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4091), - [anon_sym_continue_AT] = ACTIONS(4091), - [anon_sym_break_AT] = ACTIONS(4091), - [sym_real_literal] = ACTIONS(4091), - [sym_integer_literal] = ACTIONS(4089), - [sym_hex_literal] = ACTIONS(4091), - [sym_bin_literal] = ACTIONS(4091), - [anon_sym_true] = ACTIONS(4089), - [anon_sym_false] = ACTIONS(4089), - [anon_sym_SQUOTE] = ACTIONS(4091), - [sym__backtick_identifier] = ACTIONS(4091), - [sym__automatic_semicolon] = ACTIONS(4091), - [sym_safe_nav] = ACTIONS(4091), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4091), + [sym_function_body] = STATE(3166), + [sym__block] = STATE(3334), + [sym__alpha_identifier] = ACTIONS(4260), + [anon_sym_AT] = ACTIONS(4262), + [anon_sym_LBRACK] = ACTIONS(4262), + [anon_sym_as] = ACTIONS(4260), + [anon_sym_EQ] = ACTIONS(6656), + [anon_sym_LBRACE] = ACTIONS(6244), + [anon_sym_RBRACE] = ACTIONS(4262), + [anon_sym_LPAREN] = ACTIONS(4262), + [anon_sym_COMMA] = ACTIONS(4262), + [anon_sym_LT] = ACTIONS(4260), + [anon_sym_GT] = ACTIONS(4260), + [anon_sym_where] = ACTIONS(4260), + [anon_sym_object] = ACTIONS(4260), + [anon_sym_fun] = ACTIONS(4260), + [anon_sym_DOT] = ACTIONS(4260), + [anon_sym_SEMI] = ACTIONS(4262), + [anon_sym_get] = ACTIONS(4260), + [anon_sym_set] = ACTIONS(4260), + [anon_sym_this] = ACTIONS(4260), + [anon_sym_super] = ACTIONS(4260), + [anon_sym_STAR] = ACTIONS(4262), + [sym_label] = ACTIONS(4260), + [anon_sym_in] = ACTIONS(4260), + [anon_sym_DOT_DOT] = ACTIONS(4262), + [anon_sym_QMARK_COLON] = ACTIONS(4262), + [anon_sym_AMP_AMP] = ACTIONS(4262), + [anon_sym_PIPE_PIPE] = ACTIONS(4262), + [anon_sym_null] = ACTIONS(4260), + [anon_sym_if] = ACTIONS(4260), + [anon_sym_else] = ACTIONS(4260), + [anon_sym_when] = ACTIONS(4260), + [anon_sym_try] = ACTIONS(4260), + [anon_sym_throw] = ACTIONS(4260), + [anon_sym_return] = ACTIONS(4260), + [anon_sym_continue] = ACTIONS(4260), + [anon_sym_break] = ACTIONS(4260), + [anon_sym_COLON_COLON] = ACTIONS(4262), + [anon_sym_BANG_EQ] = ACTIONS(4260), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4262), + [anon_sym_EQ_EQ] = ACTIONS(4260), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4262), + [anon_sym_LT_EQ] = ACTIONS(4262), + [anon_sym_GT_EQ] = ACTIONS(4262), + [anon_sym_BANGin] = ACTIONS(4262), + [anon_sym_is] = ACTIONS(4260), + [anon_sym_BANGis] = ACTIONS(4262), + [anon_sym_PLUS] = ACTIONS(4260), + [anon_sym_DASH] = ACTIONS(4260), + [anon_sym_SLASH] = ACTIONS(4260), + [anon_sym_PERCENT] = ACTIONS(4262), + [anon_sym_as_QMARK] = ACTIONS(4262), + [anon_sym_PLUS_PLUS] = ACTIONS(4262), + [anon_sym_DASH_DASH] = ACTIONS(4262), + [anon_sym_BANG] = ACTIONS(4260), + [anon_sym_BANG_BANG] = ACTIONS(4262), + [anon_sym_data] = ACTIONS(4260), + [anon_sym_inner] = ACTIONS(4260), + [anon_sym_expect] = ACTIONS(4260), + [anon_sym_actual] = ACTIONS(4260), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4262), + [anon_sym_continue_AT] = ACTIONS(4262), + [anon_sym_break_AT] = ACTIONS(4262), + [sym_real_literal] = ACTIONS(4262), + [sym_integer_literal] = ACTIONS(4260), + [sym_hex_literal] = ACTIONS(4262), + [sym_bin_literal] = ACTIONS(4262), + [anon_sym_true] = ACTIONS(4260), + [anon_sym_false] = ACTIONS(4260), + [anon_sym_SQUOTE] = ACTIONS(4262), + [sym__backtick_identifier] = ACTIONS(4262), + [sym__automatic_semicolon] = ACTIONS(4262), + [sym_safe_nav] = ACTIONS(4262), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4262), }, [3895] = { - [sym_indexing_suffix] = STATE(4909), - [sym_navigation_suffix] = STATE(4889), - [sym_call_suffix] = STATE(4891), - [sym_annotated_lambda] = STATE(4893), - [sym_type_arguments] = STATE(7557), - [sym_value_arguments] = STATE(4442), - [sym_lambda_literal] = STATE(4899), - [sym__equality_operator] = STATE(2027), - [sym__comparison_operator] = STATE(2028), - [sym__in_operator] = STATE(2029), - [sym__is_operator] = STATE(6028), - [sym__additive_operator] = STATE(2030), - [sym__multiplicative_operator] = STATE(2031), - [sym__as_operator] = STATE(6024), - [sym__postfix_unary_operator] = STATE(4912), - [sym__member_access_operator] = STATE(7341), - [sym_annotation] = STATE(7855), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2033), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7855), + [sym_function_body] = STATE(3317), + [sym__block] = STATE(3464), + [sym__alpha_identifier] = ACTIONS(4256), + [anon_sym_AT] = ACTIONS(4258), + [anon_sym_LBRACK] = ACTIONS(4258), + [anon_sym_RBRACK] = ACTIONS(4258), + [anon_sym_as] = ACTIONS(4256), + [anon_sym_EQ] = ACTIONS(6625), + [anon_sym_LBRACE] = ACTIONS(6233), + [anon_sym_RBRACE] = ACTIONS(4258), + [anon_sym_LPAREN] = ACTIONS(4258), + [anon_sym_COMMA] = ACTIONS(4258), + [anon_sym_RPAREN] = ACTIONS(4258), + [anon_sym_LT] = ACTIONS(4256), + [anon_sym_GT] = ACTIONS(4256), + [anon_sym_where] = ACTIONS(4256), + [anon_sym_DOT] = ACTIONS(4256), + [anon_sym_SEMI] = ACTIONS(4258), + [anon_sym_get] = ACTIONS(4256), + [anon_sym_set] = ACTIONS(4256), + [anon_sym_STAR] = ACTIONS(4258), + [anon_sym_DASH_GT] = ACTIONS(4258), + [sym_label] = ACTIONS(4258), + [anon_sym_in] = ACTIONS(4256), + [anon_sym_while] = ACTIONS(4256), + [anon_sym_DOT_DOT] = ACTIONS(4258), + [anon_sym_QMARK_COLON] = ACTIONS(4258), + [anon_sym_AMP_AMP] = ACTIONS(4258), + [anon_sym_PIPE_PIPE] = ACTIONS(4258), + [anon_sym_else] = ACTIONS(4256), + [anon_sym_COLON_COLON] = ACTIONS(4258), + [anon_sym_BANG_EQ] = ACTIONS(4256), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4258), + [anon_sym_EQ_EQ] = ACTIONS(4256), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4258), + [anon_sym_LT_EQ] = ACTIONS(4258), + [anon_sym_GT_EQ] = ACTIONS(4258), + [anon_sym_BANGin] = ACTIONS(4258), + [anon_sym_is] = ACTIONS(4256), + [anon_sym_BANGis] = ACTIONS(4258), + [anon_sym_PLUS] = ACTIONS(4256), + [anon_sym_DASH] = ACTIONS(4256), + [anon_sym_SLASH] = ACTIONS(4256), + [anon_sym_PERCENT] = ACTIONS(4258), + [anon_sym_as_QMARK] = ACTIONS(4258), + [anon_sym_PLUS_PLUS] = ACTIONS(4258), + [anon_sym_DASH_DASH] = ACTIONS(4258), + [anon_sym_BANG_BANG] = ACTIONS(4258), + [anon_sym_suspend] = ACTIONS(4256), + [anon_sym_sealed] = ACTIONS(4256), + [anon_sym_annotation] = ACTIONS(4256), + [anon_sym_data] = ACTIONS(4256), + [anon_sym_inner] = ACTIONS(4256), + [anon_sym_override] = ACTIONS(4256), + [anon_sym_lateinit] = ACTIONS(4256), + [anon_sym_public] = ACTIONS(4256), + [anon_sym_private] = ACTIONS(4256), + [anon_sym_internal] = ACTIONS(4256), + [anon_sym_protected] = ACTIONS(4256), + [anon_sym_tailrec] = ACTIONS(4256), + [anon_sym_operator] = ACTIONS(4256), + [anon_sym_infix] = ACTIONS(4256), + [anon_sym_inline] = ACTIONS(4256), + [anon_sym_external] = ACTIONS(4256), + [sym_property_modifier] = ACTIONS(4256), + [anon_sym_abstract] = ACTIONS(4256), + [anon_sym_final] = ACTIONS(4256), + [anon_sym_open] = ACTIONS(4256), + [anon_sym_vararg] = ACTIONS(4256), + [anon_sym_noinline] = ACTIONS(4256), + [anon_sym_crossinline] = ACTIONS(4256), + [anon_sym_expect] = ACTIONS(4256), + [anon_sym_actual] = ACTIONS(4256), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4258), + [sym_safe_nav] = ACTIONS(4258), + [sym_multiline_comment] = ACTIONS(3), + }, + [3896] = { + [sym__alpha_identifier] = ACTIONS(5061), + [anon_sym_AT] = ACTIONS(5063), + [anon_sym_LBRACK] = ACTIONS(5063), + [anon_sym_as] = ACTIONS(5061), + [anon_sym_EQ] = ACTIONS(5061), + [anon_sym_LBRACE] = ACTIONS(5063), + [anon_sym_RBRACE] = ACTIONS(5063), + [anon_sym_LPAREN] = ACTIONS(5063), + [anon_sym_COMMA] = ACTIONS(5063), + [anon_sym_LT] = ACTIONS(5061), + [anon_sym_GT] = ACTIONS(5061), + [anon_sym_where] = ACTIONS(5061), + [anon_sym_DOT] = ACTIONS(5061), + [anon_sym_SEMI] = ACTIONS(5063), + [anon_sym_get] = ACTIONS(5061), + [anon_sym_set] = ACTIONS(5061), + [anon_sym_STAR] = ACTIONS(5061), + [sym_label] = ACTIONS(5063), + [anon_sym_in] = ACTIONS(5061), + [anon_sym_DOT_DOT] = ACTIONS(5063), + [anon_sym_QMARK_COLON] = ACTIONS(5063), + [anon_sym_AMP_AMP] = ACTIONS(5063), + [anon_sym_PIPE_PIPE] = ACTIONS(5063), + [anon_sym_else] = ACTIONS(5061), + [anon_sym_COLON_COLON] = ACTIONS(5063), + [anon_sym_PLUS_EQ] = ACTIONS(5063), + [anon_sym_DASH_EQ] = ACTIONS(5063), + [anon_sym_STAR_EQ] = ACTIONS(5063), + [anon_sym_SLASH_EQ] = ACTIONS(5063), + [anon_sym_PERCENT_EQ] = ACTIONS(5063), + [anon_sym_BANG_EQ] = ACTIONS(5061), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5063), + [anon_sym_EQ_EQ] = ACTIONS(5061), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5063), + [anon_sym_LT_EQ] = ACTIONS(5063), + [anon_sym_GT_EQ] = ACTIONS(5063), + [anon_sym_BANGin] = ACTIONS(5063), + [anon_sym_is] = ACTIONS(5061), + [anon_sym_BANGis] = ACTIONS(5063), + [anon_sym_PLUS] = ACTIONS(5061), + [anon_sym_DASH] = ACTIONS(5061), + [anon_sym_SLASH] = ACTIONS(5061), + [anon_sym_PERCENT] = ACTIONS(5061), + [anon_sym_as_QMARK] = ACTIONS(5063), + [anon_sym_PLUS_PLUS] = ACTIONS(5063), + [anon_sym_DASH_DASH] = ACTIONS(5063), + [anon_sym_BANG_BANG] = ACTIONS(5063), + [anon_sym_suspend] = ACTIONS(5061), + [anon_sym_sealed] = ACTIONS(5061), + [anon_sym_annotation] = ACTIONS(5061), + [anon_sym_data] = ACTIONS(5061), + [anon_sym_inner] = ACTIONS(5061), + [anon_sym_override] = ACTIONS(5061), + [anon_sym_lateinit] = ACTIONS(5061), + [anon_sym_public] = ACTIONS(5061), + [anon_sym_private] = ACTIONS(5061), + [anon_sym_internal] = ACTIONS(5061), + [anon_sym_protected] = ACTIONS(5061), + [anon_sym_tailrec] = ACTIONS(5061), + [anon_sym_operator] = ACTIONS(5061), + [anon_sym_infix] = ACTIONS(5061), + [anon_sym_inline] = ACTIONS(5061), + [anon_sym_external] = ACTIONS(5061), + [sym_property_modifier] = ACTIONS(5061), + [anon_sym_abstract] = ACTIONS(5061), + [anon_sym_final] = ACTIONS(5061), + [anon_sym_open] = ACTIONS(5061), + [anon_sym_vararg] = ACTIONS(5061), + [anon_sym_noinline] = ACTIONS(5061), + [anon_sym_crossinline] = ACTIONS(5061), + [anon_sym_expect] = ACTIONS(5061), + [anon_sym_actual] = ACTIONS(5061), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5063), + [sym__automatic_semicolon] = ACTIONS(5063), + [sym_safe_nav] = ACTIONS(5063), + [sym_multiline_comment] = ACTIONS(3), + }, + [3897] = { + [sym_function_body] = STATE(3332), + [sym__block] = STATE(3464), + [sym__alpha_identifier] = ACTIONS(4487), + [anon_sym_AT] = ACTIONS(4489), + [anon_sym_LBRACK] = ACTIONS(4489), + [anon_sym_RBRACK] = ACTIONS(4489), + [anon_sym_as] = ACTIONS(4487), + [anon_sym_EQ] = ACTIONS(6625), + [anon_sym_LBRACE] = ACTIONS(6233), + [anon_sym_RBRACE] = ACTIONS(4489), + [anon_sym_LPAREN] = ACTIONS(4489), + [anon_sym_COMMA] = ACTIONS(4489), + [anon_sym_RPAREN] = ACTIONS(4489), + [anon_sym_LT] = ACTIONS(4487), + [anon_sym_GT] = ACTIONS(4487), + [anon_sym_where] = ACTIONS(4487), + [anon_sym_DOT] = ACTIONS(4487), + [anon_sym_SEMI] = ACTIONS(4489), + [anon_sym_get] = ACTIONS(4487), + [anon_sym_set] = ACTIONS(4487), + [anon_sym_STAR] = ACTIONS(4489), + [anon_sym_DASH_GT] = ACTIONS(4489), + [sym_label] = ACTIONS(4489), + [anon_sym_in] = ACTIONS(4487), + [anon_sym_while] = ACTIONS(4487), + [anon_sym_DOT_DOT] = ACTIONS(4489), + [anon_sym_QMARK_COLON] = ACTIONS(4489), + [anon_sym_AMP_AMP] = ACTIONS(4489), + [anon_sym_PIPE_PIPE] = ACTIONS(4489), + [anon_sym_else] = ACTIONS(4487), + [anon_sym_COLON_COLON] = ACTIONS(4489), + [anon_sym_BANG_EQ] = ACTIONS(4487), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4489), + [anon_sym_EQ_EQ] = ACTIONS(4487), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4489), + [anon_sym_LT_EQ] = ACTIONS(4489), + [anon_sym_GT_EQ] = ACTIONS(4489), + [anon_sym_BANGin] = ACTIONS(4489), + [anon_sym_is] = ACTIONS(4487), + [anon_sym_BANGis] = ACTIONS(4489), + [anon_sym_PLUS] = ACTIONS(4487), + [anon_sym_DASH] = ACTIONS(4487), + [anon_sym_SLASH] = ACTIONS(4487), + [anon_sym_PERCENT] = ACTIONS(4489), + [anon_sym_as_QMARK] = ACTIONS(4489), + [anon_sym_PLUS_PLUS] = ACTIONS(4489), + [anon_sym_DASH_DASH] = ACTIONS(4489), + [anon_sym_BANG_BANG] = ACTIONS(4489), + [anon_sym_suspend] = ACTIONS(4487), + [anon_sym_sealed] = ACTIONS(4487), + [anon_sym_annotation] = ACTIONS(4487), + [anon_sym_data] = ACTIONS(4487), + [anon_sym_inner] = ACTIONS(4487), + [anon_sym_override] = ACTIONS(4487), + [anon_sym_lateinit] = ACTIONS(4487), + [anon_sym_public] = ACTIONS(4487), + [anon_sym_private] = ACTIONS(4487), + [anon_sym_internal] = ACTIONS(4487), + [anon_sym_protected] = ACTIONS(4487), + [anon_sym_tailrec] = ACTIONS(4487), + [anon_sym_operator] = ACTIONS(4487), + [anon_sym_infix] = ACTIONS(4487), + [anon_sym_inline] = ACTIONS(4487), + [anon_sym_external] = ACTIONS(4487), + [sym_property_modifier] = ACTIONS(4487), + [anon_sym_abstract] = ACTIONS(4487), + [anon_sym_final] = ACTIONS(4487), + [anon_sym_open] = ACTIONS(4487), + [anon_sym_vararg] = ACTIONS(4487), + [anon_sym_noinline] = ACTIONS(4487), + [anon_sym_crossinline] = ACTIONS(4487), + [anon_sym_expect] = ACTIONS(4487), + [anon_sym_actual] = ACTIONS(4487), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4489), + [sym_safe_nav] = ACTIONS(4489), + [sym_multiline_comment] = ACTIONS(3), + }, + [3898] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(1624), + [sym__comparison_operator] = STATE(2064), + [sym__in_operator] = STATE(1691), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(1828), + [sym__multiplicative_operator] = STATE(1968), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2056), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6688), - [anon_sym_as] = ACTIONS(6690), - [anon_sym_EQ] = ACTIONS(2999), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3001), - [anon_sym_LPAREN] = ACTIONS(6692), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), + [anon_sym_EQ] = ACTIONS(3048), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_RBRACE] = ACTIONS(3050), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_RPAREN] = ACTIONS(3050), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(6908), - [anon_sym_DOT] = ACTIONS(6696), - [anon_sym_SEMI] = ACTIONS(3001), + [anon_sym_GT] = ACTIONS(6842), + [anon_sym_DOT] = ACTIONS(6409), + [anon_sym_SEMI] = ACTIONS(3050), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(6910), - [sym_label] = ACTIONS(6700), - [anon_sym_in] = ACTIONS(6912), - [anon_sym_DOT_DOT] = ACTIONS(6914), - [anon_sym_QMARK_COLON] = ACTIONS(6916), - [anon_sym_AMP_AMP] = ACTIONS(6918), - [anon_sym_PIPE_PIPE] = ACTIONS(6920), - [anon_sym_else] = ACTIONS(2999), - [anon_sym_COLON_COLON] = ACTIONS(6712), - [anon_sym_PLUS_EQ] = ACTIONS(3001), - [anon_sym_DASH_EQ] = ACTIONS(3001), - [anon_sym_STAR_EQ] = ACTIONS(3001), - [anon_sym_SLASH_EQ] = ACTIONS(3001), - [anon_sym_PERCENT_EQ] = ACTIONS(3001), - [anon_sym_BANG_EQ] = ACTIONS(6922), - [anon_sym_BANG_EQ_EQ] = ACTIONS(6924), - [anon_sym_EQ_EQ] = ACTIONS(6922), - [anon_sym_EQ_EQ_EQ] = ACTIONS(6924), - [anon_sym_LT_EQ] = ACTIONS(6926), - [anon_sym_GT_EQ] = ACTIONS(6926), - [anon_sym_BANGin] = ACTIONS(6928), - [anon_sym_is] = ACTIONS(6722), - [anon_sym_BANGis] = ACTIONS(6724), - [anon_sym_PLUS] = ACTIONS(6930), - [anon_sym_DASH] = ACTIONS(6930), - [anon_sym_SLASH] = ACTIONS(6910), - [anon_sym_PERCENT] = ACTIONS(6910), - [anon_sym_as_QMARK] = ACTIONS(6728), - [anon_sym_PLUS_PLUS] = ACTIONS(6730), - [anon_sym_DASH_DASH] = ACTIONS(6730), - [anon_sym_BANG_BANG] = ACTIONS(6730), + [anon_sym_STAR] = ACTIONS(6844), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(6846), + [anon_sym_while] = ACTIONS(3048), + [anon_sym_DOT_DOT] = ACTIONS(6848), + [anon_sym_QMARK_COLON] = ACTIONS(6850), + [anon_sym_AMP_AMP] = ACTIONS(3050), + [anon_sym_PIPE_PIPE] = ACTIONS(3050), + [anon_sym_else] = ACTIONS(3048), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_PLUS_EQ] = ACTIONS(3050), + [anon_sym_DASH_EQ] = ACTIONS(3050), + [anon_sym_STAR_EQ] = ACTIONS(3050), + [anon_sym_SLASH_EQ] = ACTIONS(3050), + [anon_sym_PERCENT_EQ] = ACTIONS(3050), + [anon_sym_BANG_EQ] = ACTIONS(6856), + [anon_sym_BANG_EQ_EQ] = ACTIONS(6858), + [anon_sym_EQ_EQ] = ACTIONS(6856), + [anon_sym_EQ_EQ_EQ] = ACTIONS(6858), + [anon_sym_LT_EQ] = ACTIONS(6860), + [anon_sym_GT_EQ] = ACTIONS(6860), + [anon_sym_BANGin] = ACTIONS(6862), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(6864), + [anon_sym_DASH] = ACTIONS(6864), + [anon_sym_SLASH] = ACTIONS(6844), + [anon_sym_PERCENT] = ACTIONS(6844), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3001), - [sym_safe_nav] = ACTIONS(6712), - [sym_multiline_comment] = ACTIONS(3), - }, - [3896] = { - [sym__alpha_identifier] = ACTIONS(4233), - [anon_sym_AT] = ACTIONS(4236), - [anon_sym_LBRACK] = ACTIONS(4236), - [anon_sym_as] = ACTIONS(4233), - [anon_sym_EQ] = ACTIONS(4233), - [anon_sym_LBRACE] = ACTIONS(4236), - [anon_sym_RBRACE] = ACTIONS(4236), - [anon_sym_LPAREN] = ACTIONS(5169), - [anon_sym_RPAREN] = ACTIONS(4236), - [anon_sym_LT] = ACTIONS(4233), - [anon_sym_GT] = ACTIONS(4233), - [anon_sym_DOT] = ACTIONS(4233), - [anon_sym_SEMI] = ACTIONS(4236), - [anon_sym_get] = ACTIONS(4233), - [anon_sym_set] = ACTIONS(4233), - [anon_sym_STAR] = ACTIONS(4233), - [sym_label] = ACTIONS(4236), - [anon_sym_in] = ACTIONS(4233), - [anon_sym_while] = ACTIONS(4233), - [anon_sym_DOT_DOT] = ACTIONS(4236), - [anon_sym_QMARK_COLON] = ACTIONS(4236), - [anon_sym_AMP_AMP] = ACTIONS(4236), - [anon_sym_PIPE_PIPE] = ACTIONS(4236), - [anon_sym_else] = ACTIONS(4233), - [anon_sym_COLON_COLON] = ACTIONS(4236), - [anon_sym_PLUS_EQ] = ACTIONS(4236), - [anon_sym_DASH_EQ] = ACTIONS(4236), - [anon_sym_STAR_EQ] = ACTIONS(4236), - [anon_sym_SLASH_EQ] = ACTIONS(4236), - [anon_sym_PERCENT_EQ] = ACTIONS(4236), - [anon_sym_BANG_EQ] = ACTIONS(4233), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4236), - [anon_sym_EQ_EQ] = ACTIONS(4233), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4236), - [anon_sym_LT_EQ] = ACTIONS(4236), - [anon_sym_GT_EQ] = ACTIONS(4236), - [anon_sym_BANGin] = ACTIONS(4236), - [anon_sym_is] = ACTIONS(4233), - [anon_sym_BANGis] = ACTIONS(4236), - [anon_sym_PLUS] = ACTIONS(4233), - [anon_sym_DASH] = ACTIONS(4233), - [anon_sym_SLASH] = ACTIONS(4233), - [anon_sym_PERCENT] = ACTIONS(4233), - [anon_sym_as_QMARK] = ACTIONS(4236), - [anon_sym_PLUS_PLUS] = ACTIONS(4236), - [anon_sym_DASH_DASH] = ACTIONS(4236), - [anon_sym_BANG_BANG] = ACTIONS(4236), - [anon_sym_suspend] = ACTIONS(4233), - [anon_sym_sealed] = ACTIONS(4233), - [anon_sym_annotation] = ACTIONS(4233), - [anon_sym_data] = ACTIONS(4233), - [anon_sym_inner] = ACTIONS(4233), - [anon_sym_override] = ACTIONS(4233), - [anon_sym_lateinit] = ACTIONS(4233), - [anon_sym_public] = ACTIONS(4233), - [anon_sym_private] = ACTIONS(4233), - [anon_sym_internal] = ACTIONS(4233), - [anon_sym_protected] = ACTIONS(4233), - [anon_sym_tailrec] = ACTIONS(4233), - [anon_sym_operator] = ACTIONS(4233), - [anon_sym_infix] = ACTIONS(4233), - [anon_sym_inline] = ACTIONS(4233), - [anon_sym_external] = ACTIONS(4233), - [sym_property_modifier] = ACTIONS(4233), - [anon_sym_abstract] = ACTIONS(4233), - [anon_sym_final] = ACTIONS(4233), - [anon_sym_open] = ACTIONS(4233), - [anon_sym_vararg] = ACTIONS(4233), - [anon_sym_noinline] = ACTIONS(4233), - [anon_sym_crossinline] = ACTIONS(4233), - [anon_sym_expect] = ACTIONS(4233), - [anon_sym_actual] = ACTIONS(4233), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4236), - [sym_safe_nav] = ACTIONS(4236), - [sym_multiline_comment] = ACTIONS(3), - }, - [3897] = { - [sym_type_constraints] = STATE(4069), - [sym_function_body] = STATE(3878), - [sym__block] = STATE(3725), - [sym__alpha_identifier] = ACTIONS(4095), - [anon_sym_AT] = ACTIONS(4097), - [anon_sym_COLON] = ACTIONS(6932), - [anon_sym_LBRACK] = ACTIONS(4097), - [anon_sym_as] = ACTIONS(4095), - [anon_sym_EQ] = ACTIONS(6934), - [anon_sym_LBRACE] = ACTIONS(6434), - [anon_sym_RBRACE] = ACTIONS(4097), - [anon_sym_LPAREN] = ACTIONS(4097), - [anon_sym_COMMA] = ACTIONS(4097), - [anon_sym_LT] = ACTIONS(4095), - [anon_sym_GT] = ACTIONS(4095), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(4095), - [anon_sym_SEMI] = ACTIONS(4097), - [anon_sym_get] = ACTIONS(4095), - [anon_sym_set] = ACTIONS(4095), - [anon_sym_STAR] = ACTIONS(4097), - [sym_label] = ACTIONS(4097), - [anon_sym_in] = ACTIONS(4095), - [anon_sym_DOT_DOT] = ACTIONS(4097), - [anon_sym_QMARK_COLON] = ACTIONS(4097), - [anon_sym_AMP_AMP] = ACTIONS(4097), - [anon_sym_PIPE_PIPE] = ACTIONS(4097), - [anon_sym_else] = ACTIONS(4095), - [anon_sym_COLON_COLON] = ACTIONS(4097), - [anon_sym_BANG_EQ] = ACTIONS(4095), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4097), - [anon_sym_EQ_EQ] = ACTIONS(4095), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4097), - [anon_sym_LT_EQ] = ACTIONS(4097), - [anon_sym_GT_EQ] = ACTIONS(4097), - [anon_sym_BANGin] = ACTIONS(4097), - [anon_sym_is] = ACTIONS(4095), - [anon_sym_BANGis] = ACTIONS(4097), - [anon_sym_PLUS] = ACTIONS(4095), - [anon_sym_DASH] = ACTIONS(4095), - [anon_sym_SLASH] = ACTIONS(4095), - [anon_sym_PERCENT] = ACTIONS(4097), - [anon_sym_as_QMARK] = ACTIONS(4097), - [anon_sym_PLUS_PLUS] = ACTIONS(4097), - [anon_sym_DASH_DASH] = ACTIONS(4097), - [anon_sym_BANG_BANG] = ACTIONS(4097), - [anon_sym_suspend] = ACTIONS(4095), - [anon_sym_sealed] = ACTIONS(4095), - [anon_sym_annotation] = ACTIONS(4095), - [anon_sym_data] = ACTIONS(4095), - [anon_sym_inner] = ACTIONS(4095), - [anon_sym_override] = ACTIONS(4095), - [anon_sym_lateinit] = ACTIONS(4095), - [anon_sym_public] = ACTIONS(4095), - [anon_sym_private] = ACTIONS(4095), - [anon_sym_internal] = ACTIONS(4095), - [anon_sym_protected] = ACTIONS(4095), - [anon_sym_tailrec] = ACTIONS(4095), - [anon_sym_operator] = ACTIONS(4095), - [anon_sym_infix] = ACTIONS(4095), - [anon_sym_inline] = ACTIONS(4095), - [anon_sym_external] = ACTIONS(4095), - [sym_property_modifier] = ACTIONS(4095), - [anon_sym_abstract] = ACTIONS(4095), - [anon_sym_final] = ACTIONS(4095), - [anon_sym_open] = ACTIONS(4095), - [anon_sym_vararg] = ACTIONS(4095), - [anon_sym_noinline] = ACTIONS(4095), - [anon_sym_crossinline] = ACTIONS(4095), - [anon_sym_expect] = ACTIONS(4095), - [anon_sym_actual] = ACTIONS(4095), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4097), - [sym__automatic_semicolon] = ACTIONS(4097), - [sym_safe_nav] = ACTIONS(4097), - [sym_multiline_comment] = ACTIONS(3), - }, - [3898] = { - [sym__alpha_identifier] = ACTIONS(4249), - [anon_sym_AT] = ACTIONS(4252), - [anon_sym_LBRACK] = ACTIONS(4252), - [anon_sym_as] = ACTIONS(4249), - [anon_sym_EQ] = ACTIONS(4249), - [anon_sym_LBRACE] = ACTIONS(4252), - [anon_sym_RBRACE] = ACTIONS(4252), - [anon_sym_LPAREN] = ACTIONS(5165), - [anon_sym_RPAREN] = ACTIONS(4252), - [anon_sym_LT] = ACTIONS(4249), - [anon_sym_GT] = ACTIONS(4249), - [anon_sym_DOT] = ACTIONS(4249), - [anon_sym_SEMI] = ACTIONS(4252), - [anon_sym_get] = ACTIONS(4249), - [anon_sym_set] = ACTIONS(4249), - [anon_sym_STAR] = ACTIONS(4249), - [sym_label] = ACTIONS(4252), - [anon_sym_in] = ACTIONS(4249), - [anon_sym_while] = ACTIONS(4249), - [anon_sym_DOT_DOT] = ACTIONS(4252), - [anon_sym_QMARK_COLON] = ACTIONS(4252), - [anon_sym_AMP_AMP] = ACTIONS(4252), - [anon_sym_PIPE_PIPE] = ACTIONS(4252), - [anon_sym_else] = ACTIONS(4249), - [anon_sym_COLON_COLON] = ACTIONS(4252), - [anon_sym_PLUS_EQ] = ACTIONS(4252), - [anon_sym_DASH_EQ] = ACTIONS(4252), - [anon_sym_STAR_EQ] = ACTIONS(4252), - [anon_sym_SLASH_EQ] = ACTIONS(4252), - [anon_sym_PERCENT_EQ] = ACTIONS(4252), - [anon_sym_BANG_EQ] = ACTIONS(4249), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4252), - [anon_sym_EQ_EQ] = ACTIONS(4249), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4252), - [anon_sym_LT_EQ] = ACTIONS(4252), - [anon_sym_GT_EQ] = ACTIONS(4252), - [anon_sym_BANGin] = ACTIONS(4252), - [anon_sym_is] = ACTIONS(4249), - [anon_sym_BANGis] = ACTIONS(4252), - [anon_sym_PLUS] = ACTIONS(4249), - [anon_sym_DASH] = ACTIONS(4249), - [anon_sym_SLASH] = ACTIONS(4249), - [anon_sym_PERCENT] = ACTIONS(4249), - [anon_sym_as_QMARK] = ACTIONS(4252), - [anon_sym_PLUS_PLUS] = ACTIONS(4252), - [anon_sym_DASH_DASH] = ACTIONS(4252), - [anon_sym_BANG_BANG] = ACTIONS(4252), - [anon_sym_suspend] = ACTIONS(4249), - [anon_sym_sealed] = ACTIONS(4249), - [anon_sym_annotation] = ACTIONS(4249), - [anon_sym_data] = ACTIONS(4249), - [anon_sym_inner] = ACTIONS(4249), - [anon_sym_override] = ACTIONS(4249), - [anon_sym_lateinit] = ACTIONS(4249), - [anon_sym_public] = ACTIONS(4249), - [anon_sym_private] = ACTIONS(4249), - [anon_sym_internal] = ACTIONS(4249), - [anon_sym_protected] = ACTIONS(4249), - [anon_sym_tailrec] = ACTIONS(4249), - [anon_sym_operator] = ACTIONS(4249), - [anon_sym_infix] = ACTIONS(4249), - [anon_sym_inline] = ACTIONS(4249), - [anon_sym_external] = ACTIONS(4249), - [sym_property_modifier] = ACTIONS(4249), - [anon_sym_abstract] = ACTIONS(4249), - [anon_sym_final] = ACTIONS(4249), - [anon_sym_open] = ACTIONS(4249), - [anon_sym_vararg] = ACTIONS(4249), - [anon_sym_noinline] = ACTIONS(4249), - [anon_sym_crossinline] = ACTIONS(4249), - [anon_sym_expect] = ACTIONS(4249), - [anon_sym_actual] = ACTIONS(4249), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4252), - [sym_safe_nav] = ACTIONS(4252), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, [3899] = { - [sym_class_body] = STATE(3237), - [sym_type_constraints] = STATE(3087), - [sym__alpha_identifier] = ACTIONS(4197), - [anon_sym_AT] = ACTIONS(4199), - [anon_sym_COLON] = ACTIONS(6936), - [anon_sym_LBRACK] = ACTIONS(4199), - [anon_sym_as] = ACTIONS(4197), - [anon_sym_LBRACE] = ACTIONS(3112), - [anon_sym_RBRACE] = ACTIONS(4199), - [anon_sym_LPAREN] = ACTIONS(4199), - [anon_sym_LT] = ACTIONS(4197), - [anon_sym_GT] = ACTIONS(4197), + [sym_type_constraints] = STATE(3989), + [sym_function_body] = STATE(3171), + [sym__block] = STATE(3334), + [sym__alpha_identifier] = ACTIONS(4256), + [anon_sym_AT] = ACTIONS(4258), + [anon_sym_LBRACK] = ACTIONS(4258), + [anon_sym_as] = ACTIONS(4256), + [anon_sym_EQ] = ACTIONS(6756), + [anon_sym_LBRACE] = ACTIONS(6244), + [anon_sym_RBRACE] = ACTIONS(4258), + [anon_sym_LPAREN] = ACTIONS(4258), + [anon_sym_LT] = ACTIONS(4256), + [anon_sym_GT] = ACTIONS(4256), [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(4197), - [anon_sym_fun] = ACTIONS(4197), - [anon_sym_DOT] = ACTIONS(4197), - [anon_sym_SEMI] = ACTIONS(4199), - [anon_sym_get] = ACTIONS(4197), - [anon_sym_set] = ACTIONS(4197), - [anon_sym_this] = ACTIONS(4197), - [anon_sym_super] = ACTIONS(4197), - [anon_sym_STAR] = ACTIONS(4199), - [sym_label] = ACTIONS(4197), - [anon_sym_in] = ACTIONS(4197), - [anon_sym_DOT_DOT] = ACTIONS(4199), - [anon_sym_QMARK_COLON] = ACTIONS(4199), - [anon_sym_AMP_AMP] = ACTIONS(4199), - [anon_sym_PIPE_PIPE] = ACTIONS(4199), - [anon_sym_null] = ACTIONS(4197), - [anon_sym_if] = ACTIONS(4197), - [anon_sym_else] = ACTIONS(4197), - [anon_sym_when] = ACTIONS(4197), - [anon_sym_try] = ACTIONS(4197), - [anon_sym_throw] = ACTIONS(4197), - [anon_sym_return] = ACTIONS(4197), - [anon_sym_continue] = ACTIONS(4197), - [anon_sym_break] = ACTIONS(4197), - [anon_sym_COLON_COLON] = ACTIONS(4199), - [anon_sym_BANG_EQ] = ACTIONS(4197), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4199), - [anon_sym_EQ_EQ] = ACTIONS(4197), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4199), - [anon_sym_LT_EQ] = ACTIONS(4199), - [anon_sym_GT_EQ] = ACTIONS(4199), - [anon_sym_BANGin] = ACTIONS(4199), - [anon_sym_is] = ACTIONS(4197), - [anon_sym_BANGis] = ACTIONS(4199), - [anon_sym_PLUS] = ACTIONS(4197), - [anon_sym_DASH] = ACTIONS(4197), - [anon_sym_SLASH] = ACTIONS(4197), - [anon_sym_PERCENT] = ACTIONS(4199), - [anon_sym_as_QMARK] = ACTIONS(4199), - [anon_sym_PLUS_PLUS] = ACTIONS(4199), - [anon_sym_DASH_DASH] = ACTIONS(4199), - [anon_sym_BANG] = ACTIONS(4197), - [anon_sym_BANG_BANG] = ACTIONS(4199), - [anon_sym_data] = ACTIONS(4197), - [anon_sym_inner] = ACTIONS(4197), - [anon_sym_expect] = ACTIONS(4197), - [anon_sym_actual] = ACTIONS(4197), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4199), - [anon_sym_continue_AT] = ACTIONS(4199), - [anon_sym_break_AT] = ACTIONS(4199), - [sym_real_literal] = ACTIONS(4199), - [sym_integer_literal] = ACTIONS(4197), - [sym_hex_literal] = ACTIONS(4199), - [sym_bin_literal] = ACTIONS(4199), - [anon_sym_true] = ACTIONS(4197), - [anon_sym_false] = ACTIONS(4197), - [anon_sym_SQUOTE] = ACTIONS(4199), - [sym__backtick_identifier] = ACTIONS(4199), - [sym__automatic_semicolon] = ACTIONS(4199), - [sym_safe_nav] = ACTIONS(4199), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4199), + [anon_sym_object] = ACTIONS(4256), + [anon_sym_fun] = ACTIONS(4256), + [anon_sym_DOT] = ACTIONS(4256), + [anon_sym_SEMI] = ACTIONS(4258), + [anon_sym_get] = ACTIONS(4256), + [anon_sym_set] = ACTIONS(4256), + [anon_sym_this] = ACTIONS(4256), + [anon_sym_super] = ACTIONS(4256), + [anon_sym_STAR] = ACTIONS(4258), + [sym_label] = ACTIONS(4256), + [anon_sym_in] = ACTIONS(4256), + [anon_sym_DOT_DOT] = ACTIONS(4258), + [anon_sym_QMARK_COLON] = ACTIONS(4258), + [anon_sym_AMP_AMP] = ACTIONS(4258), + [anon_sym_PIPE_PIPE] = ACTIONS(4258), + [anon_sym_null] = ACTIONS(4256), + [anon_sym_if] = ACTIONS(4256), + [anon_sym_else] = ACTIONS(4256), + [anon_sym_when] = ACTIONS(4256), + [anon_sym_try] = ACTIONS(4256), + [anon_sym_throw] = ACTIONS(4256), + [anon_sym_return] = ACTIONS(4256), + [anon_sym_continue] = ACTIONS(4256), + [anon_sym_break] = ACTIONS(4256), + [anon_sym_COLON_COLON] = ACTIONS(4258), + [anon_sym_BANG_EQ] = ACTIONS(4256), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4258), + [anon_sym_EQ_EQ] = ACTIONS(4256), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4258), + [anon_sym_LT_EQ] = ACTIONS(4258), + [anon_sym_GT_EQ] = ACTIONS(4258), + [anon_sym_BANGin] = ACTIONS(4258), + [anon_sym_is] = ACTIONS(4256), + [anon_sym_BANGis] = ACTIONS(4258), + [anon_sym_PLUS] = ACTIONS(4256), + [anon_sym_DASH] = ACTIONS(4256), + [anon_sym_SLASH] = ACTIONS(4256), + [anon_sym_PERCENT] = ACTIONS(4258), + [anon_sym_as_QMARK] = ACTIONS(4258), + [anon_sym_PLUS_PLUS] = ACTIONS(4258), + [anon_sym_DASH_DASH] = ACTIONS(4258), + [anon_sym_BANG] = ACTIONS(4256), + [anon_sym_BANG_BANG] = ACTIONS(4258), + [anon_sym_data] = ACTIONS(4256), + [anon_sym_inner] = ACTIONS(4256), + [anon_sym_expect] = ACTIONS(4256), + [anon_sym_actual] = ACTIONS(4256), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4258), + [anon_sym_continue_AT] = ACTIONS(4258), + [anon_sym_break_AT] = ACTIONS(4258), + [sym_real_literal] = ACTIONS(4258), + [sym_integer_literal] = ACTIONS(4256), + [sym_hex_literal] = ACTIONS(4258), + [sym_bin_literal] = ACTIONS(4258), + [anon_sym_true] = ACTIONS(4256), + [anon_sym_false] = ACTIONS(4256), + [anon_sym_SQUOTE] = ACTIONS(4258), + [sym__backtick_identifier] = ACTIONS(4258), + [sym__automatic_semicolon] = ACTIONS(4258), + [sym_safe_nav] = ACTIONS(4258), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4258), }, [3900] = { - [sym_type_constraints] = STATE(3090), - [sym_enum_class_body] = STATE(3190), - [sym__alpha_identifier] = ACTIONS(3204), - [anon_sym_AT] = ACTIONS(3208), - [anon_sym_COLON] = ACTIONS(3548), - [anon_sym_LBRACK] = ACTIONS(3208), - [anon_sym_as] = ACTIONS(3204), - [anon_sym_LBRACE] = ACTIONS(3152), - [anon_sym_RBRACE] = ACTIONS(3208), - [anon_sym_LPAREN] = ACTIONS(3208), - [anon_sym_LT] = ACTIONS(3204), - [anon_sym_GT] = ACTIONS(3204), - [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(3204), - [anon_sym_fun] = ACTIONS(3204), - [anon_sym_DOT] = ACTIONS(3204), - [anon_sym_SEMI] = ACTIONS(3208), - [anon_sym_get] = ACTIONS(3204), - [anon_sym_set] = ACTIONS(3204), - [anon_sym_this] = ACTIONS(3204), - [anon_sym_super] = ACTIONS(3204), - [anon_sym_STAR] = ACTIONS(3208), - [sym_label] = ACTIONS(3204), - [anon_sym_in] = ACTIONS(3204), - [anon_sym_DOT_DOT] = ACTIONS(3208), - [anon_sym_QMARK_COLON] = ACTIONS(3208), - [anon_sym_AMP_AMP] = ACTIONS(3208), - [anon_sym_PIPE_PIPE] = ACTIONS(3208), - [anon_sym_null] = ACTIONS(3204), - [anon_sym_if] = ACTIONS(3204), - [anon_sym_else] = ACTIONS(3204), - [anon_sym_when] = ACTIONS(3204), - [anon_sym_try] = ACTIONS(3204), - [anon_sym_throw] = ACTIONS(3204), - [anon_sym_return] = ACTIONS(3204), - [anon_sym_continue] = ACTIONS(3204), - [anon_sym_break] = ACTIONS(3204), - [anon_sym_COLON_COLON] = ACTIONS(3208), - [anon_sym_BANG_EQ] = ACTIONS(3204), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3208), - [anon_sym_EQ_EQ] = ACTIONS(3204), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3208), - [anon_sym_LT_EQ] = ACTIONS(3208), - [anon_sym_GT_EQ] = ACTIONS(3208), - [anon_sym_BANGin] = ACTIONS(3208), - [anon_sym_is] = ACTIONS(3204), - [anon_sym_BANGis] = ACTIONS(3208), - [anon_sym_PLUS] = ACTIONS(3204), - [anon_sym_DASH] = ACTIONS(3204), - [anon_sym_SLASH] = ACTIONS(3204), - [anon_sym_PERCENT] = ACTIONS(3208), - [anon_sym_as_QMARK] = ACTIONS(3208), - [anon_sym_PLUS_PLUS] = ACTIONS(3208), - [anon_sym_DASH_DASH] = ACTIONS(3208), - [anon_sym_BANG] = ACTIONS(3204), - [anon_sym_BANG_BANG] = ACTIONS(3208), - [anon_sym_data] = ACTIONS(3204), - [anon_sym_inner] = ACTIONS(3204), - [anon_sym_expect] = ACTIONS(3204), - [anon_sym_actual] = ACTIONS(3204), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3208), - [anon_sym_continue_AT] = ACTIONS(3208), - [anon_sym_break_AT] = ACTIONS(3208), - [sym_real_literal] = ACTIONS(3208), - [sym_integer_literal] = ACTIONS(3204), - [sym_hex_literal] = ACTIONS(3208), - [sym_bin_literal] = ACTIONS(3208), - [anon_sym_true] = ACTIONS(3204), - [anon_sym_false] = ACTIONS(3204), - [anon_sym_SQUOTE] = ACTIONS(3208), - [sym__backtick_identifier] = ACTIONS(3208), - [sym__automatic_semicolon] = ACTIONS(3208), - [sym_safe_nav] = ACTIONS(3208), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3208), + [sym__alpha_identifier] = ACTIONS(4142), + [anon_sym_AT] = ACTIONS(4145), + [anon_sym_LBRACK] = ACTIONS(4145), + [anon_sym_RBRACK] = ACTIONS(4148), + [anon_sym_as] = ACTIONS(4150), + [anon_sym_LBRACE] = ACTIONS(4145), + [anon_sym_RBRACE] = ACTIONS(4148), + [anon_sym_LPAREN] = ACTIONS(6912), + [anon_sym_COMMA] = ACTIONS(4148), + [anon_sym_RPAREN] = ACTIONS(4148), + [anon_sym_LT] = ACTIONS(4150), + [anon_sym_GT] = ACTIONS(4150), + [anon_sym_where] = ACTIONS(4150), + [anon_sym_object] = ACTIONS(3943), + [anon_sym_fun] = ACTIONS(3943), + [anon_sym_DOT] = ACTIONS(4150), + [anon_sym_SEMI] = ACTIONS(4148), + [anon_sym_get] = ACTIONS(4142), + [anon_sym_set] = ACTIONS(4142), + [anon_sym_this] = ACTIONS(3943), + [anon_sym_super] = ACTIONS(3943), + [anon_sym_STAR] = ACTIONS(4145), + [anon_sym_DASH_GT] = ACTIONS(4148), + [sym_label] = ACTIONS(4142), + [anon_sym_in] = ACTIONS(4150), + [anon_sym_while] = ACTIONS(4150), + [anon_sym_DOT_DOT] = ACTIONS(4148), + [anon_sym_QMARK_COLON] = ACTIONS(4148), + [anon_sym_AMP_AMP] = ACTIONS(4148), + [anon_sym_PIPE_PIPE] = ACTIONS(4148), + [anon_sym_null] = ACTIONS(3943), + [anon_sym_if] = ACTIONS(3943), + [anon_sym_else] = ACTIONS(4150), + [anon_sym_when] = ACTIONS(3943), + [anon_sym_try] = ACTIONS(3943), + [anon_sym_throw] = ACTIONS(3943), + [anon_sym_return] = ACTIONS(3943), + [anon_sym_continue] = ACTIONS(3943), + [anon_sym_break] = ACTIONS(3943), + [anon_sym_COLON_COLON] = ACTIONS(4145), + [anon_sym_BANG_EQ] = ACTIONS(4150), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4148), + [anon_sym_EQ_EQ] = ACTIONS(4150), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4148), + [anon_sym_LT_EQ] = ACTIONS(4148), + [anon_sym_GT_EQ] = ACTIONS(4148), + [anon_sym_BANGin] = ACTIONS(4148), + [anon_sym_is] = ACTIONS(4150), + [anon_sym_BANGis] = ACTIONS(4148), + [anon_sym_PLUS] = ACTIONS(4142), + [anon_sym_DASH] = ACTIONS(4142), + [anon_sym_SLASH] = ACTIONS(4150), + [anon_sym_PERCENT] = ACTIONS(4148), + [anon_sym_as_QMARK] = ACTIONS(4148), + [anon_sym_PLUS_PLUS] = ACTIONS(4145), + [anon_sym_DASH_DASH] = ACTIONS(4145), + [anon_sym_BANG] = ACTIONS(3943), + [anon_sym_BANG_BANG] = ACTIONS(4148), + [anon_sym_data] = ACTIONS(4142), + [anon_sym_inner] = ACTIONS(4142), + [anon_sym_expect] = ACTIONS(4142), + [anon_sym_actual] = ACTIONS(4142), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3948), + [anon_sym_continue_AT] = ACTIONS(3948), + [anon_sym_break_AT] = ACTIONS(3948), + [sym_real_literal] = ACTIONS(3948), + [sym_integer_literal] = ACTIONS(3943), + [sym_hex_literal] = ACTIONS(3948), + [sym_bin_literal] = ACTIONS(3948), + [anon_sym_true] = ACTIONS(3943), + [anon_sym_false] = ACTIONS(3943), + [anon_sym_SQUOTE] = ACTIONS(3948), + [sym__backtick_identifier] = ACTIONS(4145), + [sym_safe_nav] = ACTIONS(4148), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3948), }, [3901] = { - [sym__alpha_identifier] = ACTIONS(4304), - [anon_sym_AT] = ACTIONS(4306), - [anon_sym_LBRACK] = ACTIONS(4306), - [anon_sym_typealias] = ACTIONS(4304), - [anon_sym_class] = ACTIONS(4304), - [anon_sym_interface] = ACTIONS(4304), - [anon_sym_enum] = ACTIONS(4304), - [anon_sym_LBRACE] = ACTIONS(4306), - [anon_sym_LPAREN] = ACTIONS(4306), - [anon_sym_val] = ACTIONS(4304), - [anon_sym_var] = ACTIONS(4304), - [anon_sym_object] = ACTIONS(4304), - [anon_sym_fun] = ACTIONS(4304), - [anon_sym_DOT] = ACTIONS(4304), - [anon_sym_get] = ACTIONS(4304), - [anon_sym_set] = ACTIONS(4304), - [anon_sym_this] = ACTIONS(4304), - [anon_sym_super] = ACTIONS(4304), - [anon_sym_STAR] = ACTIONS(4306), - [sym_label] = ACTIONS(4304), - [anon_sym_for] = ACTIONS(4304), - [anon_sym_while] = ACTIONS(4304), - [anon_sym_do] = ACTIONS(4304), - [anon_sym_null] = ACTIONS(4304), - [anon_sym_if] = ACTIONS(4304), - [anon_sym_when] = ACTIONS(4304), - [anon_sym_try] = ACTIONS(4304), - [anon_sym_throw] = ACTIONS(4304), - [anon_sym_return] = ACTIONS(4304), - [anon_sym_continue] = ACTIONS(4304), - [anon_sym_break] = ACTIONS(4304), - [anon_sym_COLON_COLON] = ACTIONS(4306), - [anon_sym_PLUS] = ACTIONS(4304), - [anon_sym_DASH] = ACTIONS(4304), - [anon_sym_PLUS_PLUS] = ACTIONS(4306), - [anon_sym_DASH_DASH] = ACTIONS(4306), - [anon_sym_BANG] = ACTIONS(4306), - [anon_sym_suspend] = ACTIONS(4304), - [anon_sym_sealed] = ACTIONS(4304), - [anon_sym_annotation] = ACTIONS(4304), - [anon_sym_data] = ACTIONS(4304), - [anon_sym_inner] = ACTIONS(4304), - [anon_sym_override] = ACTIONS(4304), - [anon_sym_lateinit] = ACTIONS(4304), - [anon_sym_public] = ACTIONS(4304), - [anon_sym_private] = ACTIONS(4304), - [anon_sym_internal] = ACTIONS(4304), - [anon_sym_protected] = ACTIONS(4304), - [anon_sym_tailrec] = ACTIONS(4304), - [anon_sym_operator] = ACTIONS(4304), - [anon_sym_infix] = ACTIONS(4304), - [anon_sym_inline] = ACTIONS(4304), - [anon_sym_external] = ACTIONS(4304), - [sym_property_modifier] = ACTIONS(4304), - [anon_sym_abstract] = ACTIONS(4304), - [anon_sym_final] = ACTIONS(4304), - [anon_sym_open] = ACTIONS(4304), - [anon_sym_vararg] = ACTIONS(4304), - [anon_sym_noinline] = ACTIONS(4304), - [anon_sym_crossinline] = ACTIONS(4304), - [anon_sym_expect] = ACTIONS(4304), - [anon_sym_actual] = ACTIONS(4304), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4306), - [anon_sym_continue_AT] = ACTIONS(4306), - [anon_sym_break_AT] = ACTIONS(4306), - [sym_real_literal] = ACTIONS(4306), - [sym_integer_literal] = ACTIONS(4304), - [sym_hex_literal] = ACTIONS(4306), - [sym_bin_literal] = ACTIONS(4306), - [anon_sym_true] = ACTIONS(4304), - [anon_sym_false] = ACTIONS(4304), - [anon_sym_SQUOTE] = ACTIONS(4306), - [sym__backtick_identifier] = ACTIONS(4306), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4306), + [sym__alpha_identifier] = ACTIONS(4627), + [anon_sym_AT] = ACTIONS(4629), + [anon_sym_LBRACK] = ACTIONS(4629), + [anon_sym_as] = ACTIONS(4627), + [anon_sym_EQ] = ACTIONS(4627), + [anon_sym_LBRACE] = ACTIONS(4629), + [anon_sym_RBRACE] = ACTIONS(4629), + [anon_sym_LPAREN] = ACTIONS(4629), + [anon_sym_COMMA] = ACTIONS(4629), + [anon_sym_LT] = ACTIONS(4627), + [anon_sym_GT] = ACTIONS(4627), + [anon_sym_where] = ACTIONS(4627), + [anon_sym_DOT] = ACTIONS(4627), + [anon_sym_SEMI] = ACTIONS(4629), + [anon_sym_get] = ACTIONS(4627), + [anon_sym_set] = ACTIONS(4627), + [anon_sym_STAR] = ACTIONS(4627), + [sym_label] = ACTIONS(4629), + [anon_sym_in] = ACTIONS(4627), + [anon_sym_DOT_DOT] = ACTIONS(4629), + [anon_sym_QMARK_COLON] = ACTIONS(4629), + [anon_sym_AMP_AMP] = ACTIONS(4629), + [anon_sym_PIPE_PIPE] = ACTIONS(4629), + [anon_sym_else] = ACTIONS(4627), + [anon_sym_COLON_COLON] = ACTIONS(4629), + [anon_sym_PLUS_EQ] = ACTIONS(4629), + [anon_sym_DASH_EQ] = ACTIONS(4629), + [anon_sym_STAR_EQ] = ACTIONS(4629), + [anon_sym_SLASH_EQ] = ACTIONS(4629), + [anon_sym_PERCENT_EQ] = ACTIONS(4629), + [anon_sym_BANG_EQ] = ACTIONS(4627), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4629), + [anon_sym_EQ_EQ] = ACTIONS(4627), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4629), + [anon_sym_LT_EQ] = ACTIONS(4629), + [anon_sym_GT_EQ] = ACTIONS(4629), + [anon_sym_BANGin] = ACTIONS(4629), + [anon_sym_is] = ACTIONS(4627), + [anon_sym_BANGis] = ACTIONS(4629), + [anon_sym_PLUS] = ACTIONS(4627), + [anon_sym_DASH] = ACTIONS(4627), + [anon_sym_SLASH] = ACTIONS(4627), + [anon_sym_PERCENT] = ACTIONS(4627), + [anon_sym_as_QMARK] = ACTIONS(4629), + [anon_sym_PLUS_PLUS] = ACTIONS(4629), + [anon_sym_DASH_DASH] = ACTIONS(4629), + [anon_sym_BANG_BANG] = ACTIONS(4629), + [anon_sym_suspend] = ACTIONS(4627), + [anon_sym_sealed] = ACTIONS(4627), + [anon_sym_annotation] = ACTIONS(4627), + [anon_sym_data] = ACTIONS(4627), + [anon_sym_inner] = ACTIONS(4627), + [anon_sym_override] = ACTIONS(4627), + [anon_sym_lateinit] = ACTIONS(4627), + [anon_sym_public] = ACTIONS(4627), + [anon_sym_private] = ACTIONS(4627), + [anon_sym_internal] = ACTIONS(4627), + [anon_sym_protected] = ACTIONS(4627), + [anon_sym_tailrec] = ACTIONS(4627), + [anon_sym_operator] = ACTIONS(4627), + [anon_sym_infix] = ACTIONS(4627), + [anon_sym_inline] = ACTIONS(4627), + [anon_sym_external] = ACTIONS(4627), + [sym_property_modifier] = ACTIONS(4627), + [anon_sym_abstract] = ACTIONS(4627), + [anon_sym_final] = ACTIONS(4627), + [anon_sym_open] = ACTIONS(4627), + [anon_sym_vararg] = ACTIONS(4627), + [anon_sym_noinline] = ACTIONS(4627), + [anon_sym_crossinline] = ACTIONS(4627), + [anon_sym_expect] = ACTIONS(4627), + [anon_sym_actual] = ACTIONS(4627), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4629), + [sym__automatic_semicolon] = ACTIONS(4629), + [sym_safe_nav] = ACTIONS(4629), + [sym_multiline_comment] = ACTIONS(3), }, [3902] = { - [sym_function_body] = STATE(3394), - [sym__block] = STATE(3245), - [sym__alpha_identifier] = ACTIONS(4336), - [anon_sym_AT] = ACTIONS(4338), - [anon_sym_COLON] = ACTIONS(6938), - [anon_sym_LBRACK] = ACTIONS(4338), - [anon_sym_as] = ACTIONS(4336), - [anon_sym_EQ] = ACTIONS(6682), - [anon_sym_LBRACE] = ACTIONS(6220), - [anon_sym_RBRACE] = ACTIONS(4338), - [anon_sym_LPAREN] = ACTIONS(4338), - [anon_sym_LT] = ACTIONS(4336), - [anon_sym_GT] = ACTIONS(4336), - [anon_sym_object] = ACTIONS(4336), - [anon_sym_fun] = ACTIONS(4336), - [anon_sym_DOT] = ACTIONS(4336), - [anon_sym_SEMI] = ACTIONS(4338), - [anon_sym_get] = ACTIONS(4336), - [anon_sym_set] = ACTIONS(4336), - [anon_sym_this] = ACTIONS(4336), - [anon_sym_super] = ACTIONS(4336), - [anon_sym_STAR] = ACTIONS(4338), - [sym_label] = ACTIONS(4336), - [anon_sym_in] = ACTIONS(4336), - [anon_sym_DOT_DOT] = ACTIONS(4338), - [anon_sym_QMARK_COLON] = ACTIONS(4338), - [anon_sym_AMP_AMP] = ACTIONS(4338), - [anon_sym_PIPE_PIPE] = ACTIONS(4338), - [anon_sym_null] = ACTIONS(4336), - [anon_sym_if] = ACTIONS(4336), - [anon_sym_else] = ACTIONS(4336), - [anon_sym_when] = ACTIONS(4336), - [anon_sym_try] = ACTIONS(4336), - [anon_sym_throw] = ACTIONS(4336), - [anon_sym_return] = ACTIONS(4336), - [anon_sym_continue] = ACTIONS(4336), - [anon_sym_break] = ACTIONS(4336), - [anon_sym_COLON_COLON] = ACTIONS(4338), - [anon_sym_BANG_EQ] = ACTIONS(4336), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4338), - [anon_sym_EQ_EQ] = ACTIONS(4336), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4338), - [anon_sym_LT_EQ] = ACTIONS(4338), - [anon_sym_GT_EQ] = ACTIONS(4338), - [anon_sym_BANGin] = ACTIONS(4338), - [anon_sym_is] = ACTIONS(4336), - [anon_sym_BANGis] = ACTIONS(4338), - [anon_sym_PLUS] = ACTIONS(4336), - [anon_sym_DASH] = ACTIONS(4336), - [anon_sym_SLASH] = ACTIONS(4336), - [anon_sym_PERCENT] = ACTIONS(4338), - [anon_sym_as_QMARK] = ACTIONS(4338), - [anon_sym_PLUS_PLUS] = ACTIONS(4338), - [anon_sym_DASH_DASH] = ACTIONS(4338), - [anon_sym_BANG] = ACTIONS(4336), - [anon_sym_BANG_BANG] = ACTIONS(4338), - [anon_sym_data] = ACTIONS(4336), - [anon_sym_inner] = ACTIONS(4336), - [anon_sym_expect] = ACTIONS(4336), - [anon_sym_actual] = ACTIONS(4336), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4338), - [anon_sym_continue_AT] = ACTIONS(4338), - [anon_sym_break_AT] = ACTIONS(4338), - [sym_real_literal] = ACTIONS(4338), - [sym_integer_literal] = ACTIONS(4336), - [sym_hex_literal] = ACTIONS(4338), - [sym_bin_literal] = ACTIONS(4338), - [anon_sym_true] = ACTIONS(4336), - [anon_sym_false] = ACTIONS(4336), - [anon_sym_SQUOTE] = ACTIONS(4338), - [sym__backtick_identifier] = ACTIONS(4338), - [sym__automatic_semicolon] = ACTIONS(4338), - [sym_safe_nav] = ACTIONS(4338), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4338), + [sym__alpha_identifier] = ACTIONS(5019), + [anon_sym_AT] = ACTIONS(5021), + [anon_sym_LBRACK] = ACTIONS(5021), + [anon_sym_as] = ACTIONS(5019), + [anon_sym_EQ] = ACTIONS(5019), + [anon_sym_LBRACE] = ACTIONS(5021), + [anon_sym_RBRACE] = ACTIONS(5021), + [anon_sym_LPAREN] = ACTIONS(5021), + [anon_sym_COMMA] = ACTIONS(5021), + [anon_sym_LT] = ACTIONS(5019), + [anon_sym_GT] = ACTIONS(5019), + [anon_sym_where] = ACTIONS(5019), + [anon_sym_DOT] = ACTIONS(5019), + [anon_sym_SEMI] = ACTIONS(5021), + [anon_sym_get] = ACTIONS(5019), + [anon_sym_set] = ACTIONS(5019), + [anon_sym_STAR] = ACTIONS(5019), + [sym_label] = ACTIONS(5021), + [anon_sym_in] = ACTIONS(5019), + [anon_sym_DOT_DOT] = ACTIONS(5021), + [anon_sym_QMARK_COLON] = ACTIONS(5021), + [anon_sym_AMP_AMP] = ACTIONS(5021), + [anon_sym_PIPE_PIPE] = ACTIONS(5021), + [anon_sym_else] = ACTIONS(5019), + [anon_sym_COLON_COLON] = ACTIONS(5021), + [anon_sym_PLUS_EQ] = ACTIONS(5021), + [anon_sym_DASH_EQ] = ACTIONS(5021), + [anon_sym_STAR_EQ] = ACTIONS(5021), + [anon_sym_SLASH_EQ] = ACTIONS(5021), + [anon_sym_PERCENT_EQ] = ACTIONS(5021), + [anon_sym_BANG_EQ] = ACTIONS(5019), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5021), + [anon_sym_EQ_EQ] = ACTIONS(5019), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5021), + [anon_sym_LT_EQ] = ACTIONS(5021), + [anon_sym_GT_EQ] = ACTIONS(5021), + [anon_sym_BANGin] = ACTIONS(5021), + [anon_sym_is] = ACTIONS(5019), + [anon_sym_BANGis] = ACTIONS(5021), + [anon_sym_PLUS] = ACTIONS(5019), + [anon_sym_DASH] = ACTIONS(5019), + [anon_sym_SLASH] = ACTIONS(5019), + [anon_sym_PERCENT] = ACTIONS(5019), + [anon_sym_as_QMARK] = ACTIONS(5021), + [anon_sym_PLUS_PLUS] = ACTIONS(5021), + [anon_sym_DASH_DASH] = ACTIONS(5021), + [anon_sym_BANG_BANG] = ACTIONS(5021), + [anon_sym_suspend] = ACTIONS(5019), + [anon_sym_sealed] = ACTIONS(5019), + [anon_sym_annotation] = ACTIONS(5019), + [anon_sym_data] = ACTIONS(5019), + [anon_sym_inner] = ACTIONS(5019), + [anon_sym_override] = ACTIONS(5019), + [anon_sym_lateinit] = ACTIONS(5019), + [anon_sym_public] = ACTIONS(5019), + [anon_sym_private] = ACTIONS(5019), + [anon_sym_internal] = ACTIONS(5019), + [anon_sym_protected] = ACTIONS(5019), + [anon_sym_tailrec] = ACTIONS(5019), + [anon_sym_operator] = ACTIONS(5019), + [anon_sym_infix] = ACTIONS(5019), + [anon_sym_inline] = ACTIONS(5019), + [anon_sym_external] = ACTIONS(5019), + [sym_property_modifier] = ACTIONS(5019), + [anon_sym_abstract] = ACTIONS(5019), + [anon_sym_final] = ACTIONS(5019), + [anon_sym_open] = ACTIONS(5019), + [anon_sym_vararg] = ACTIONS(5019), + [anon_sym_noinline] = ACTIONS(5019), + [anon_sym_crossinline] = ACTIONS(5019), + [anon_sym_expect] = ACTIONS(5019), + [anon_sym_actual] = ACTIONS(5019), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5021), + [sym__automatic_semicolon] = ACTIONS(5021), + [sym_safe_nav] = ACTIONS(5021), + [sym_multiline_comment] = ACTIONS(3), }, [3903] = { - [sym_indexing_suffix] = STATE(4909), - [sym_navigation_suffix] = STATE(4889), - [sym_call_suffix] = STATE(4891), - [sym_annotated_lambda] = STATE(4893), - [sym_type_arguments] = STATE(7557), - [sym_value_arguments] = STATE(4442), - [sym_lambda_literal] = STATE(4899), - [sym__equality_operator] = STATE(2027), - [sym__comparison_operator] = STATE(2028), - [sym__in_operator] = STATE(2029), - [sym__is_operator] = STATE(6028), - [sym__additive_operator] = STATE(2030), - [sym__multiplicative_operator] = STATE(2031), - [sym__as_operator] = STATE(6024), - [sym__postfix_unary_operator] = STATE(4912), - [sym__member_access_operator] = STATE(7341), - [sym_annotation] = STATE(7855), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2033), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7855), - [sym__alpha_identifier] = ACTIONS(1686), + [sym_type_constraints] = STATE(4068), + [sym_function_body] = STATE(3705), + [sym__block] = STATE(3738), + [sym__alpha_identifier] = ACTIONS(4031), + [anon_sym_AT] = ACTIONS(4033), + [anon_sym_COLON] = ACTIONS(6916), + [anon_sym_LBRACK] = ACTIONS(4033), + [anon_sym_as] = ACTIONS(4031), + [anon_sym_EQ] = ACTIONS(6918), + [anon_sym_LBRACE] = ACTIONS(6461), + [anon_sym_RBRACE] = ACTIONS(4033), + [anon_sym_LPAREN] = ACTIONS(4033), + [anon_sym_COMMA] = ACTIONS(4033), + [anon_sym_LT] = ACTIONS(4031), + [anon_sym_GT] = ACTIONS(4031), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(4031), + [anon_sym_SEMI] = ACTIONS(4033), + [anon_sym_get] = ACTIONS(4031), + [anon_sym_set] = ACTIONS(4031), + [anon_sym_STAR] = ACTIONS(4033), + [sym_label] = ACTIONS(4033), + [anon_sym_in] = ACTIONS(4031), + [anon_sym_DOT_DOT] = ACTIONS(4033), + [anon_sym_QMARK_COLON] = ACTIONS(4033), + [anon_sym_AMP_AMP] = ACTIONS(4033), + [anon_sym_PIPE_PIPE] = ACTIONS(4033), + [anon_sym_else] = ACTIONS(4031), + [anon_sym_COLON_COLON] = ACTIONS(4033), + [anon_sym_BANG_EQ] = ACTIONS(4031), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4033), + [anon_sym_EQ_EQ] = ACTIONS(4031), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4033), + [anon_sym_LT_EQ] = ACTIONS(4033), + [anon_sym_GT_EQ] = ACTIONS(4033), + [anon_sym_BANGin] = ACTIONS(4033), + [anon_sym_is] = ACTIONS(4031), + [anon_sym_BANGis] = ACTIONS(4033), + [anon_sym_PLUS] = ACTIONS(4031), + [anon_sym_DASH] = ACTIONS(4031), + [anon_sym_SLASH] = ACTIONS(4031), + [anon_sym_PERCENT] = ACTIONS(4033), + [anon_sym_as_QMARK] = ACTIONS(4033), + [anon_sym_PLUS_PLUS] = ACTIONS(4033), + [anon_sym_DASH_DASH] = ACTIONS(4033), + [anon_sym_BANG_BANG] = ACTIONS(4033), + [anon_sym_suspend] = ACTIONS(4031), + [anon_sym_sealed] = ACTIONS(4031), + [anon_sym_annotation] = ACTIONS(4031), + [anon_sym_data] = ACTIONS(4031), + [anon_sym_inner] = ACTIONS(4031), + [anon_sym_override] = ACTIONS(4031), + [anon_sym_lateinit] = ACTIONS(4031), + [anon_sym_public] = ACTIONS(4031), + [anon_sym_private] = ACTIONS(4031), + [anon_sym_internal] = ACTIONS(4031), + [anon_sym_protected] = ACTIONS(4031), + [anon_sym_tailrec] = ACTIONS(4031), + [anon_sym_operator] = ACTIONS(4031), + [anon_sym_infix] = ACTIONS(4031), + [anon_sym_inline] = ACTIONS(4031), + [anon_sym_external] = ACTIONS(4031), + [sym_property_modifier] = ACTIONS(4031), + [anon_sym_abstract] = ACTIONS(4031), + [anon_sym_final] = ACTIONS(4031), + [anon_sym_open] = ACTIONS(4031), + [anon_sym_vararg] = ACTIONS(4031), + [anon_sym_noinline] = ACTIONS(4031), + [anon_sym_crossinline] = ACTIONS(4031), + [anon_sym_expect] = ACTIONS(4031), + [anon_sym_actual] = ACTIONS(4031), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4033), + [sym__automatic_semicolon] = ACTIONS(4033), + [sym_safe_nav] = ACTIONS(4033), + [sym_multiline_comment] = ACTIONS(3), + }, + [3904] = { + [sym_indexing_suffix] = STATE(4986), + [sym_navigation_suffix] = STATE(5006), + [sym_call_suffix] = STATE(5077), + [sym_annotated_lambda] = STATE(4993), + [sym_type_arguments] = STATE(7551), + [sym_value_arguments] = STATE(4451), + [sym_lambda_literal] = STATE(4995), + [sym__equality_operator] = STATE(2227), + [sym__comparison_operator] = STATE(2245), + [sym__in_operator] = STATE(2361), + [sym__is_operator] = STATE(5776), + [sym__additive_operator] = STATE(2282), + [sym__multiplicative_operator] = STATE(1900), + [sym__as_operator] = STATE(5777), + [sym__postfix_unary_operator] = STATE(5000), + [sym__member_access_operator] = STATE(7402), + [sym_annotation] = STATE(7890), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2162), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7890), + [sym__alpha_identifier] = ACTIONS(3075), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6688), - [anon_sym_as] = ACTIONS(6690), - [anon_sym_EQ] = ACTIONS(3019), + [anon_sym_LBRACK] = ACTIONS(6702), + [anon_sym_as] = ACTIONS(6704), + [anon_sym_EQ] = ACTIONS(3075), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3021), - [anon_sym_LPAREN] = ACTIONS(6692), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(6908), - [anon_sym_DOT] = ACTIONS(6696), - [anon_sym_SEMI] = ACTIONS(3021), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(6910), - [sym_label] = ACTIONS(6700), - [anon_sym_in] = ACTIONS(6912), - [anon_sym_DOT_DOT] = ACTIONS(6914), - [anon_sym_QMARK_COLON] = ACTIONS(6916), - [anon_sym_AMP_AMP] = ACTIONS(6918), - [anon_sym_PIPE_PIPE] = ACTIONS(6920), - [anon_sym_else] = ACTIONS(3019), - [anon_sym_COLON_COLON] = ACTIONS(6712), - [anon_sym_PLUS_EQ] = ACTIONS(3021), - [anon_sym_DASH_EQ] = ACTIONS(3021), - [anon_sym_STAR_EQ] = ACTIONS(3021), - [anon_sym_SLASH_EQ] = ACTIONS(3021), - [anon_sym_PERCENT_EQ] = ACTIONS(3021), - [anon_sym_BANG_EQ] = ACTIONS(6922), - [anon_sym_BANG_EQ_EQ] = ACTIONS(6924), - [anon_sym_EQ_EQ] = ACTIONS(6922), - [anon_sym_EQ_EQ_EQ] = ACTIONS(6924), - [anon_sym_LT_EQ] = ACTIONS(6926), - [anon_sym_GT_EQ] = ACTIONS(6926), - [anon_sym_BANGin] = ACTIONS(6928), - [anon_sym_is] = ACTIONS(6722), - [anon_sym_BANGis] = ACTIONS(6724), - [anon_sym_PLUS] = ACTIONS(6930), - [anon_sym_DASH] = ACTIONS(6930), - [anon_sym_SLASH] = ACTIONS(6910), - [anon_sym_PERCENT] = ACTIONS(6910), - [anon_sym_as_QMARK] = ACTIONS(6728), - [anon_sym_PLUS_PLUS] = ACTIONS(6730), - [anon_sym_DASH_DASH] = ACTIONS(6730), - [anon_sym_BANG_BANG] = ACTIONS(6730), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3021), - [sym_safe_nav] = ACTIONS(6712), + [anon_sym_RBRACE] = ACTIONS(3077), + [anon_sym_LPAREN] = ACTIONS(6706), + [anon_sym_LT] = ACTIONS(3079), + [anon_sym_GT] = ACTIONS(3075), + [anon_sym_DOT] = ACTIONS(6708), + [anon_sym_SEMI] = ACTIONS(3077), + [anon_sym_get] = ACTIONS(3075), + [anon_sym_set] = ACTIONS(3075), + [anon_sym_STAR] = ACTIONS(6920), + [sym_label] = ACTIONS(6712), + [anon_sym_in] = ACTIONS(3075), + [anon_sym_DOT_DOT] = ACTIONS(3077), + [anon_sym_QMARK_COLON] = ACTIONS(3077), + [anon_sym_AMP_AMP] = ACTIONS(3077), + [anon_sym_PIPE_PIPE] = ACTIONS(3077), + [anon_sym_else] = ACTIONS(3075), + [anon_sym_COLON_COLON] = ACTIONS(6718), + [anon_sym_PLUS_EQ] = ACTIONS(3077), + [anon_sym_DASH_EQ] = ACTIONS(3077), + [anon_sym_STAR_EQ] = ACTIONS(3077), + [anon_sym_SLASH_EQ] = ACTIONS(3077), + [anon_sym_PERCENT_EQ] = ACTIONS(3077), + [anon_sym_BANG_EQ] = ACTIONS(3075), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3077), + [anon_sym_EQ_EQ] = ACTIONS(3075), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3077), + [anon_sym_LT_EQ] = ACTIONS(3077), + [anon_sym_GT_EQ] = ACTIONS(3077), + [anon_sym_BANGin] = ACTIONS(3077), + [anon_sym_is] = ACTIONS(3075), + [anon_sym_BANGis] = ACTIONS(3077), + [anon_sym_PLUS] = ACTIONS(6922), + [anon_sym_DASH] = ACTIONS(6922), + [anon_sym_SLASH] = ACTIONS(6920), + [anon_sym_PERCENT] = ACTIONS(6920), + [anon_sym_as_QMARK] = ACTIONS(6722), + [anon_sym_PLUS_PLUS] = ACTIONS(6724), + [anon_sym_DASH_DASH] = ACTIONS(6724), + [anon_sym_BANG_BANG] = ACTIONS(6724), + [anon_sym_data] = ACTIONS(3075), + [anon_sym_inner] = ACTIONS(3075), + [anon_sym_expect] = ACTIONS(3075), + [anon_sym_actual] = ACTIONS(3075), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3077), + [sym__automatic_semicolon] = ACTIONS(3077), + [sym_safe_nav] = ACTIONS(6718), [sym_multiline_comment] = ACTIONS(3), }, - [3904] = { - [sym_function_body] = STATE(3428), - [sym__block] = STATE(3245), + [3905] = { + [sym_type_constraints] = STATE(3114), + [sym_enum_class_body] = STATE(3132), + [sym__alpha_identifier] = ACTIONS(3212), + [anon_sym_AT] = ACTIONS(3216), + [anon_sym_COLON] = ACTIONS(3564), + [anon_sym_LBRACK] = ACTIONS(3216), + [anon_sym_as] = ACTIONS(3212), + [anon_sym_LBRACE] = ACTIONS(3112), + [anon_sym_RBRACE] = ACTIONS(3216), + [anon_sym_LPAREN] = ACTIONS(3216), + [anon_sym_LT] = ACTIONS(3212), + [anon_sym_GT] = ACTIONS(3212), + [anon_sym_where] = ACTIONS(3118), + [anon_sym_object] = ACTIONS(3212), + [anon_sym_fun] = ACTIONS(3212), + [anon_sym_DOT] = ACTIONS(3212), + [anon_sym_SEMI] = ACTIONS(3216), + [anon_sym_get] = ACTIONS(3212), + [anon_sym_set] = ACTIONS(3212), + [anon_sym_this] = ACTIONS(3212), + [anon_sym_super] = ACTIONS(3212), + [anon_sym_STAR] = ACTIONS(3216), + [sym_label] = ACTIONS(3212), + [anon_sym_in] = ACTIONS(3212), + [anon_sym_DOT_DOT] = ACTIONS(3216), + [anon_sym_QMARK_COLON] = ACTIONS(3216), + [anon_sym_AMP_AMP] = ACTIONS(3216), + [anon_sym_PIPE_PIPE] = ACTIONS(3216), + [anon_sym_null] = ACTIONS(3212), + [anon_sym_if] = ACTIONS(3212), + [anon_sym_else] = ACTIONS(3212), + [anon_sym_when] = ACTIONS(3212), + [anon_sym_try] = ACTIONS(3212), + [anon_sym_throw] = ACTIONS(3212), + [anon_sym_return] = ACTIONS(3212), + [anon_sym_continue] = ACTIONS(3212), + [anon_sym_break] = ACTIONS(3212), + [anon_sym_COLON_COLON] = ACTIONS(3216), + [anon_sym_BANG_EQ] = ACTIONS(3212), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3216), + [anon_sym_EQ_EQ] = ACTIONS(3212), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3216), + [anon_sym_LT_EQ] = ACTIONS(3216), + [anon_sym_GT_EQ] = ACTIONS(3216), + [anon_sym_BANGin] = ACTIONS(3216), + [anon_sym_is] = ACTIONS(3212), + [anon_sym_BANGis] = ACTIONS(3216), + [anon_sym_PLUS] = ACTIONS(3212), + [anon_sym_DASH] = ACTIONS(3212), + [anon_sym_SLASH] = ACTIONS(3212), + [anon_sym_PERCENT] = ACTIONS(3216), + [anon_sym_as_QMARK] = ACTIONS(3216), + [anon_sym_PLUS_PLUS] = ACTIONS(3216), + [anon_sym_DASH_DASH] = ACTIONS(3216), + [anon_sym_BANG] = ACTIONS(3212), + [anon_sym_BANG_BANG] = ACTIONS(3216), + [anon_sym_data] = ACTIONS(3212), + [anon_sym_inner] = ACTIONS(3212), + [anon_sym_expect] = ACTIONS(3212), + [anon_sym_actual] = ACTIONS(3212), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3216), + [anon_sym_continue_AT] = ACTIONS(3216), + [anon_sym_break_AT] = ACTIONS(3216), + [sym_real_literal] = ACTIONS(3216), + [sym_integer_literal] = ACTIONS(3212), + [sym_hex_literal] = ACTIONS(3216), + [sym_bin_literal] = ACTIONS(3216), + [anon_sym_true] = ACTIONS(3212), + [anon_sym_false] = ACTIONS(3212), + [anon_sym_SQUOTE] = ACTIONS(3216), + [sym__backtick_identifier] = ACTIONS(3216), + [sym__automatic_semicolon] = ACTIONS(3216), + [sym_safe_nav] = ACTIONS(3216), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3216), + }, + [3906] = { + [sym_class_body] = STATE(3216), + [sym_type_constraints] = STATE(3111), + [sym__alpha_identifier] = ACTIONS(4188), + [anon_sym_AT] = ACTIONS(4190), + [anon_sym_COLON] = ACTIONS(6924), + [anon_sym_LBRACK] = ACTIONS(4190), + [anon_sym_as] = ACTIONS(4188), + [anon_sym_LBRACE] = ACTIONS(3144), + [anon_sym_RBRACE] = ACTIONS(4190), + [anon_sym_LPAREN] = ACTIONS(4190), + [anon_sym_LT] = ACTIONS(4188), + [anon_sym_GT] = ACTIONS(4188), + [anon_sym_where] = ACTIONS(3118), + [anon_sym_object] = ACTIONS(4188), + [anon_sym_fun] = ACTIONS(4188), + [anon_sym_DOT] = ACTIONS(4188), + [anon_sym_SEMI] = ACTIONS(4190), + [anon_sym_get] = ACTIONS(4188), + [anon_sym_set] = ACTIONS(4188), + [anon_sym_this] = ACTIONS(4188), + [anon_sym_super] = ACTIONS(4188), + [anon_sym_STAR] = ACTIONS(4190), + [sym_label] = ACTIONS(4188), + [anon_sym_in] = ACTIONS(4188), + [anon_sym_DOT_DOT] = ACTIONS(4190), + [anon_sym_QMARK_COLON] = ACTIONS(4190), + [anon_sym_AMP_AMP] = ACTIONS(4190), + [anon_sym_PIPE_PIPE] = ACTIONS(4190), + [anon_sym_null] = ACTIONS(4188), + [anon_sym_if] = ACTIONS(4188), + [anon_sym_else] = ACTIONS(4188), + [anon_sym_when] = ACTIONS(4188), + [anon_sym_try] = ACTIONS(4188), + [anon_sym_throw] = ACTIONS(4188), + [anon_sym_return] = ACTIONS(4188), + [anon_sym_continue] = ACTIONS(4188), + [anon_sym_break] = ACTIONS(4188), + [anon_sym_COLON_COLON] = ACTIONS(4190), + [anon_sym_BANG_EQ] = ACTIONS(4188), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4190), + [anon_sym_EQ_EQ] = ACTIONS(4188), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4190), + [anon_sym_LT_EQ] = ACTIONS(4190), + [anon_sym_GT_EQ] = ACTIONS(4190), + [anon_sym_BANGin] = ACTIONS(4190), + [anon_sym_is] = ACTIONS(4188), + [anon_sym_BANGis] = ACTIONS(4190), + [anon_sym_PLUS] = ACTIONS(4188), + [anon_sym_DASH] = ACTIONS(4188), + [anon_sym_SLASH] = ACTIONS(4188), + [anon_sym_PERCENT] = ACTIONS(4190), + [anon_sym_as_QMARK] = ACTIONS(4190), + [anon_sym_PLUS_PLUS] = ACTIONS(4190), + [anon_sym_DASH_DASH] = ACTIONS(4190), + [anon_sym_BANG] = ACTIONS(4188), + [anon_sym_BANG_BANG] = ACTIONS(4190), + [anon_sym_data] = ACTIONS(4188), + [anon_sym_inner] = ACTIONS(4188), + [anon_sym_expect] = ACTIONS(4188), + [anon_sym_actual] = ACTIONS(4188), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4190), + [anon_sym_continue_AT] = ACTIONS(4190), + [anon_sym_break_AT] = ACTIONS(4190), + [sym_real_literal] = ACTIONS(4190), + [sym_integer_literal] = ACTIONS(4188), + [sym_hex_literal] = ACTIONS(4190), + [sym_bin_literal] = ACTIONS(4190), + [anon_sym_true] = ACTIONS(4188), + [anon_sym_false] = ACTIONS(4188), + [anon_sym_SQUOTE] = ACTIONS(4190), + [sym__backtick_identifier] = ACTIONS(4190), + [sym__automatic_semicolon] = ACTIONS(4190), + [sym_safe_nav] = ACTIONS(4190), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4190), + }, + [3907] = { + [sym_function_body] = STATE(3364), + [sym__block] = STATE(3334), [sym__alpha_identifier] = ACTIONS(4326), [anon_sym_AT] = ACTIONS(4328), - [anon_sym_COLON] = ACTIONS(6940), + [anon_sym_COLON] = ACTIONS(6926), [anon_sym_LBRACK] = ACTIONS(4328), [anon_sym_as] = ACTIONS(4326), - [anon_sym_EQ] = ACTIONS(6682), - [anon_sym_LBRACE] = ACTIONS(6220), + [anon_sym_EQ] = ACTIONS(6756), + [anon_sym_LBRACE] = ACTIONS(6244), [anon_sym_RBRACE] = ACTIONS(4328), [anon_sym_LPAREN] = ACTIONS(4328), [anon_sym_LT] = ACTIONS(4326), @@ -414964,8796 +415374,6713 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(4328), }, - [3905] = { - [sym__alpha_identifier] = ACTIONS(5067), - [anon_sym_AT] = ACTIONS(5069), - [anon_sym_LBRACK] = ACTIONS(5069), - [anon_sym_as] = ACTIONS(5067), - [anon_sym_EQ] = ACTIONS(5067), - [anon_sym_LBRACE] = ACTIONS(5069), - [anon_sym_RBRACE] = ACTIONS(5069), - [anon_sym_LPAREN] = ACTIONS(5069), - [anon_sym_RPAREN] = ACTIONS(5069), - [anon_sym_LT] = ACTIONS(5067), - [anon_sym_GT] = ACTIONS(5067), - [anon_sym_DOT] = ACTIONS(5067), - [anon_sym_SEMI] = ACTIONS(5069), - [anon_sym_get] = ACTIONS(5067), - [anon_sym_set] = ACTIONS(5067), - [anon_sym_STAR] = ACTIONS(5067), - [sym_label] = ACTIONS(5069), - [anon_sym_in] = ACTIONS(5067), - [anon_sym_while] = ACTIONS(5067), - [anon_sym_DOT_DOT] = ACTIONS(5069), - [anon_sym_QMARK_COLON] = ACTIONS(5069), - [anon_sym_AMP_AMP] = ACTIONS(5069), - [anon_sym_PIPE_PIPE] = ACTIONS(5069), - [anon_sym_else] = ACTIONS(6942), - [anon_sym_COLON_COLON] = ACTIONS(5069), - [anon_sym_PLUS_EQ] = ACTIONS(5069), - [anon_sym_DASH_EQ] = ACTIONS(5069), - [anon_sym_STAR_EQ] = ACTIONS(5069), - [anon_sym_SLASH_EQ] = ACTIONS(5069), - [anon_sym_PERCENT_EQ] = ACTIONS(5069), - [anon_sym_BANG_EQ] = ACTIONS(5067), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5069), - [anon_sym_EQ_EQ] = ACTIONS(5067), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5069), - [anon_sym_LT_EQ] = ACTIONS(5069), - [anon_sym_GT_EQ] = ACTIONS(5069), - [anon_sym_BANGin] = ACTIONS(5069), - [anon_sym_is] = ACTIONS(5067), - [anon_sym_BANGis] = ACTIONS(5069), - [anon_sym_PLUS] = ACTIONS(5067), - [anon_sym_DASH] = ACTIONS(5067), - [anon_sym_SLASH] = ACTIONS(5067), - [anon_sym_PERCENT] = ACTIONS(5067), - [anon_sym_as_QMARK] = ACTIONS(5069), - [anon_sym_PLUS_PLUS] = ACTIONS(5069), - [anon_sym_DASH_DASH] = ACTIONS(5069), - [anon_sym_BANG_BANG] = ACTIONS(5069), - [anon_sym_suspend] = ACTIONS(5067), - [anon_sym_sealed] = ACTIONS(5067), - [anon_sym_annotation] = ACTIONS(5067), - [anon_sym_data] = ACTIONS(5067), - [anon_sym_inner] = ACTIONS(5067), - [anon_sym_override] = ACTIONS(5067), - [anon_sym_lateinit] = ACTIONS(5067), - [anon_sym_public] = ACTIONS(5067), - [anon_sym_private] = ACTIONS(5067), - [anon_sym_internal] = ACTIONS(5067), - [anon_sym_protected] = ACTIONS(5067), - [anon_sym_tailrec] = ACTIONS(5067), - [anon_sym_operator] = ACTIONS(5067), - [anon_sym_infix] = ACTIONS(5067), - [anon_sym_inline] = ACTIONS(5067), - [anon_sym_external] = ACTIONS(5067), - [sym_property_modifier] = ACTIONS(5067), - [anon_sym_abstract] = ACTIONS(5067), - [anon_sym_final] = ACTIONS(5067), - [anon_sym_open] = ACTIONS(5067), - [anon_sym_vararg] = ACTIONS(5067), - [anon_sym_noinline] = ACTIONS(5067), - [anon_sym_crossinline] = ACTIONS(5067), - [anon_sym_expect] = ACTIONS(5067), - [anon_sym_actual] = ACTIONS(5067), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5069), - [sym_safe_nav] = ACTIONS(5069), - [sym_multiline_comment] = ACTIONS(3), - }, - [3906] = { - [sym_value_arguments] = STATE(3163), - [sym__alpha_identifier] = ACTIONS(4454), - [anon_sym_AT] = ACTIONS(4456), - [anon_sym_LBRACK] = ACTIONS(4456), - [anon_sym_RBRACK] = ACTIONS(4456), - [anon_sym_as] = ACTIONS(4454), - [anon_sym_LBRACE] = ACTIONS(4456), - [anon_sym_RBRACE] = ACTIONS(4456), - [anon_sym_LPAREN] = ACTIONS(4456), - [anon_sym_COMMA] = ACTIONS(4456), - [anon_sym_RPAREN] = ACTIONS(4456), - [anon_sym_by] = ACTIONS(6944), - [anon_sym_LT] = ACTIONS(4454), - [anon_sym_GT] = ACTIONS(4454), - [anon_sym_where] = ACTIONS(4454), - [anon_sym_DOT] = ACTIONS(4454), - [anon_sym_SEMI] = ACTIONS(4456), - [anon_sym_get] = ACTIONS(4454), - [anon_sym_set] = ACTIONS(4454), - [anon_sym_STAR] = ACTIONS(4456), - [anon_sym_DASH_GT] = ACTIONS(4456), - [sym_label] = ACTIONS(4456), - [anon_sym_in] = ACTIONS(4454), - [anon_sym_while] = ACTIONS(4454), - [anon_sym_DOT_DOT] = ACTIONS(4456), - [anon_sym_QMARK_COLON] = ACTIONS(4456), - [anon_sym_AMP_AMP] = ACTIONS(4456), - [anon_sym_PIPE_PIPE] = ACTIONS(4456), - [anon_sym_else] = ACTIONS(4454), - [anon_sym_COLON_COLON] = ACTIONS(4456), - [anon_sym_BANG_EQ] = ACTIONS(4454), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4456), - [anon_sym_EQ_EQ] = ACTIONS(4454), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4456), - [anon_sym_LT_EQ] = ACTIONS(4456), - [anon_sym_GT_EQ] = ACTIONS(4456), - [anon_sym_BANGin] = ACTIONS(4456), - [anon_sym_is] = ACTIONS(4454), - [anon_sym_BANGis] = ACTIONS(4456), - [anon_sym_PLUS] = ACTIONS(4454), - [anon_sym_DASH] = ACTIONS(4454), - [anon_sym_SLASH] = ACTIONS(4454), - [anon_sym_PERCENT] = ACTIONS(4456), - [anon_sym_as_QMARK] = ACTIONS(4456), - [anon_sym_PLUS_PLUS] = ACTIONS(4456), - [anon_sym_DASH_DASH] = ACTIONS(4456), - [anon_sym_BANG_BANG] = ACTIONS(4456), - [anon_sym_suspend] = ACTIONS(4454), - [anon_sym_sealed] = ACTIONS(4454), - [anon_sym_annotation] = ACTIONS(4454), - [anon_sym_data] = ACTIONS(4454), - [anon_sym_inner] = ACTIONS(4454), - [anon_sym_override] = ACTIONS(4454), - [anon_sym_lateinit] = ACTIONS(4454), - [anon_sym_public] = ACTIONS(4454), - [anon_sym_private] = ACTIONS(4454), - [anon_sym_internal] = ACTIONS(4454), - [anon_sym_protected] = ACTIONS(4454), - [anon_sym_tailrec] = ACTIONS(4454), - [anon_sym_operator] = ACTIONS(4454), - [anon_sym_infix] = ACTIONS(4454), - [anon_sym_inline] = ACTIONS(4454), - [anon_sym_external] = ACTIONS(4454), - [sym_property_modifier] = ACTIONS(4454), - [anon_sym_abstract] = ACTIONS(4454), - [anon_sym_final] = ACTIONS(4454), - [anon_sym_open] = ACTIONS(4454), - [anon_sym_vararg] = ACTIONS(4454), - [anon_sym_noinline] = ACTIONS(4454), - [anon_sym_crossinline] = ACTIONS(4454), - [anon_sym_expect] = ACTIONS(4454), - [anon_sym_actual] = ACTIONS(4454), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4456), - [sym_safe_nav] = ACTIONS(4456), - [sym_multiline_comment] = ACTIONS(3), - }, - [3907] = { - [sym_type_constraints] = STATE(3069), - [sym_enum_class_body] = STATE(3237), - [sym__alpha_identifier] = ACTIONS(4197), - [anon_sym_AT] = ACTIONS(4199), - [anon_sym_COLON] = ACTIONS(6946), - [anon_sym_LBRACK] = ACTIONS(4199), - [anon_sym_as] = ACTIONS(4197), - [anon_sym_LBRACE] = ACTIONS(3152), - [anon_sym_RBRACE] = ACTIONS(4199), - [anon_sym_LPAREN] = ACTIONS(4199), - [anon_sym_LT] = ACTIONS(4197), - [anon_sym_GT] = ACTIONS(4197), - [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(4197), - [anon_sym_fun] = ACTIONS(4197), - [anon_sym_DOT] = ACTIONS(4197), - [anon_sym_SEMI] = ACTIONS(4199), - [anon_sym_get] = ACTIONS(4197), - [anon_sym_set] = ACTIONS(4197), - [anon_sym_this] = ACTIONS(4197), - [anon_sym_super] = ACTIONS(4197), - [anon_sym_STAR] = ACTIONS(4199), - [sym_label] = ACTIONS(4197), - [anon_sym_in] = ACTIONS(4197), - [anon_sym_DOT_DOT] = ACTIONS(4199), - [anon_sym_QMARK_COLON] = ACTIONS(4199), - [anon_sym_AMP_AMP] = ACTIONS(4199), - [anon_sym_PIPE_PIPE] = ACTIONS(4199), - [anon_sym_null] = ACTIONS(4197), - [anon_sym_if] = ACTIONS(4197), - [anon_sym_else] = ACTIONS(4197), - [anon_sym_when] = ACTIONS(4197), - [anon_sym_try] = ACTIONS(4197), - [anon_sym_throw] = ACTIONS(4197), - [anon_sym_return] = ACTIONS(4197), - [anon_sym_continue] = ACTIONS(4197), - [anon_sym_break] = ACTIONS(4197), - [anon_sym_COLON_COLON] = ACTIONS(4199), - [anon_sym_BANG_EQ] = ACTIONS(4197), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4199), - [anon_sym_EQ_EQ] = ACTIONS(4197), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4199), - [anon_sym_LT_EQ] = ACTIONS(4199), - [anon_sym_GT_EQ] = ACTIONS(4199), - [anon_sym_BANGin] = ACTIONS(4199), - [anon_sym_is] = ACTIONS(4197), - [anon_sym_BANGis] = ACTIONS(4199), - [anon_sym_PLUS] = ACTIONS(4197), - [anon_sym_DASH] = ACTIONS(4197), - [anon_sym_SLASH] = ACTIONS(4197), - [anon_sym_PERCENT] = ACTIONS(4199), - [anon_sym_as_QMARK] = ACTIONS(4199), - [anon_sym_PLUS_PLUS] = ACTIONS(4199), - [anon_sym_DASH_DASH] = ACTIONS(4199), - [anon_sym_BANG] = ACTIONS(4197), - [anon_sym_BANG_BANG] = ACTIONS(4199), - [anon_sym_data] = ACTIONS(4197), - [anon_sym_inner] = ACTIONS(4197), - [anon_sym_expect] = ACTIONS(4197), - [anon_sym_actual] = ACTIONS(4197), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4199), - [anon_sym_continue_AT] = ACTIONS(4199), - [anon_sym_break_AT] = ACTIONS(4199), - [sym_real_literal] = ACTIONS(4199), - [sym_integer_literal] = ACTIONS(4197), - [sym_hex_literal] = ACTIONS(4199), - [sym_bin_literal] = ACTIONS(4199), - [anon_sym_true] = ACTIONS(4197), - [anon_sym_false] = ACTIONS(4197), - [anon_sym_SQUOTE] = ACTIONS(4199), - [sym__backtick_identifier] = ACTIONS(4199), - [sym__automatic_semicolon] = ACTIONS(4199), - [sym_safe_nav] = ACTIONS(4199), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4199), - }, [3908] = { - [sym__alpha_identifier] = ACTIONS(5067), - [anon_sym_AT] = ACTIONS(5069), - [anon_sym_LBRACK] = ACTIONS(5069), - [anon_sym_as] = ACTIONS(5067), - [anon_sym_EQ] = ACTIONS(5067), - [anon_sym_LBRACE] = ACTIONS(5069), - [anon_sym_RBRACE] = ACTIONS(5069), - [anon_sym_LPAREN] = ACTIONS(5069), - [anon_sym_RPAREN] = ACTIONS(5069), - [anon_sym_LT] = ACTIONS(5067), - [anon_sym_GT] = ACTIONS(5067), - [anon_sym_DOT] = ACTIONS(5067), - [anon_sym_SEMI] = ACTIONS(6948), - [anon_sym_get] = ACTIONS(5067), - [anon_sym_set] = ACTIONS(5067), - [anon_sym_STAR] = ACTIONS(5067), - [sym_label] = ACTIONS(5069), - [anon_sym_in] = ACTIONS(5067), - [anon_sym_while] = ACTIONS(5067), - [anon_sym_DOT_DOT] = ACTIONS(5069), - [anon_sym_QMARK_COLON] = ACTIONS(5069), - [anon_sym_AMP_AMP] = ACTIONS(5069), - [anon_sym_PIPE_PIPE] = ACTIONS(5069), - [anon_sym_else] = ACTIONS(6942), - [anon_sym_COLON_COLON] = ACTIONS(5069), - [anon_sym_PLUS_EQ] = ACTIONS(5069), - [anon_sym_DASH_EQ] = ACTIONS(5069), - [anon_sym_STAR_EQ] = ACTIONS(5069), - [anon_sym_SLASH_EQ] = ACTIONS(5069), - [anon_sym_PERCENT_EQ] = ACTIONS(5069), - [anon_sym_BANG_EQ] = ACTIONS(5067), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5069), - [anon_sym_EQ_EQ] = ACTIONS(5067), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5069), - [anon_sym_LT_EQ] = ACTIONS(5069), - [anon_sym_GT_EQ] = ACTIONS(5069), - [anon_sym_BANGin] = ACTIONS(5069), - [anon_sym_is] = ACTIONS(5067), - [anon_sym_BANGis] = ACTIONS(5069), - [anon_sym_PLUS] = ACTIONS(5067), - [anon_sym_DASH] = ACTIONS(5067), - [anon_sym_SLASH] = ACTIONS(5067), - [anon_sym_PERCENT] = ACTIONS(5067), - [anon_sym_as_QMARK] = ACTIONS(5069), - [anon_sym_PLUS_PLUS] = ACTIONS(5069), - [anon_sym_DASH_DASH] = ACTIONS(5069), - [anon_sym_BANG_BANG] = ACTIONS(5069), - [anon_sym_suspend] = ACTIONS(5067), - [anon_sym_sealed] = ACTIONS(5067), - [anon_sym_annotation] = ACTIONS(5067), - [anon_sym_data] = ACTIONS(5067), - [anon_sym_inner] = ACTIONS(5067), - [anon_sym_override] = ACTIONS(5067), - [anon_sym_lateinit] = ACTIONS(5067), - [anon_sym_public] = ACTIONS(5067), - [anon_sym_private] = ACTIONS(5067), - [anon_sym_internal] = ACTIONS(5067), - [anon_sym_protected] = ACTIONS(5067), - [anon_sym_tailrec] = ACTIONS(5067), - [anon_sym_operator] = ACTIONS(5067), - [anon_sym_infix] = ACTIONS(5067), - [anon_sym_inline] = ACTIONS(5067), - [anon_sym_external] = ACTIONS(5067), - [sym_property_modifier] = ACTIONS(5067), - [anon_sym_abstract] = ACTIONS(5067), - [anon_sym_final] = ACTIONS(5067), - [anon_sym_open] = ACTIONS(5067), - [anon_sym_vararg] = ACTIONS(5067), - [anon_sym_noinline] = ACTIONS(5067), - [anon_sym_crossinline] = ACTIONS(5067), - [anon_sym_expect] = ACTIONS(5067), - [anon_sym_actual] = ACTIONS(5067), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5069), - [sym_safe_nav] = ACTIONS(5069), - [sym_multiline_comment] = ACTIONS(3), + [sym_type_constraints] = STATE(3092), + [sym_enum_class_body] = STATE(3216), + [sym__alpha_identifier] = ACTIONS(4188), + [anon_sym_AT] = ACTIONS(4190), + [anon_sym_COLON] = ACTIONS(6928), + [anon_sym_LBRACK] = ACTIONS(4190), + [anon_sym_as] = ACTIONS(4188), + [anon_sym_LBRACE] = ACTIONS(3112), + [anon_sym_RBRACE] = ACTIONS(4190), + [anon_sym_LPAREN] = ACTIONS(4190), + [anon_sym_LT] = ACTIONS(4188), + [anon_sym_GT] = ACTIONS(4188), + [anon_sym_where] = ACTIONS(3118), + [anon_sym_object] = ACTIONS(4188), + [anon_sym_fun] = ACTIONS(4188), + [anon_sym_DOT] = ACTIONS(4188), + [anon_sym_SEMI] = ACTIONS(4190), + [anon_sym_get] = ACTIONS(4188), + [anon_sym_set] = ACTIONS(4188), + [anon_sym_this] = ACTIONS(4188), + [anon_sym_super] = ACTIONS(4188), + [anon_sym_STAR] = ACTIONS(4190), + [sym_label] = ACTIONS(4188), + [anon_sym_in] = ACTIONS(4188), + [anon_sym_DOT_DOT] = ACTIONS(4190), + [anon_sym_QMARK_COLON] = ACTIONS(4190), + [anon_sym_AMP_AMP] = ACTIONS(4190), + [anon_sym_PIPE_PIPE] = ACTIONS(4190), + [anon_sym_null] = ACTIONS(4188), + [anon_sym_if] = ACTIONS(4188), + [anon_sym_else] = ACTIONS(4188), + [anon_sym_when] = ACTIONS(4188), + [anon_sym_try] = ACTIONS(4188), + [anon_sym_throw] = ACTIONS(4188), + [anon_sym_return] = ACTIONS(4188), + [anon_sym_continue] = ACTIONS(4188), + [anon_sym_break] = ACTIONS(4188), + [anon_sym_COLON_COLON] = ACTIONS(4190), + [anon_sym_BANG_EQ] = ACTIONS(4188), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4190), + [anon_sym_EQ_EQ] = ACTIONS(4188), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4190), + [anon_sym_LT_EQ] = ACTIONS(4190), + [anon_sym_GT_EQ] = ACTIONS(4190), + [anon_sym_BANGin] = ACTIONS(4190), + [anon_sym_is] = ACTIONS(4188), + [anon_sym_BANGis] = ACTIONS(4190), + [anon_sym_PLUS] = ACTIONS(4188), + [anon_sym_DASH] = ACTIONS(4188), + [anon_sym_SLASH] = ACTIONS(4188), + [anon_sym_PERCENT] = ACTIONS(4190), + [anon_sym_as_QMARK] = ACTIONS(4190), + [anon_sym_PLUS_PLUS] = ACTIONS(4190), + [anon_sym_DASH_DASH] = ACTIONS(4190), + [anon_sym_BANG] = ACTIONS(4188), + [anon_sym_BANG_BANG] = ACTIONS(4190), + [anon_sym_data] = ACTIONS(4188), + [anon_sym_inner] = ACTIONS(4188), + [anon_sym_expect] = ACTIONS(4188), + [anon_sym_actual] = ACTIONS(4188), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4190), + [anon_sym_continue_AT] = ACTIONS(4190), + [anon_sym_break_AT] = ACTIONS(4190), + [sym_real_literal] = ACTIONS(4190), + [sym_integer_literal] = ACTIONS(4188), + [sym_hex_literal] = ACTIONS(4190), + [sym_bin_literal] = ACTIONS(4190), + [anon_sym_true] = ACTIONS(4188), + [anon_sym_false] = ACTIONS(4188), + [anon_sym_SQUOTE] = ACTIONS(4190), + [sym__backtick_identifier] = ACTIONS(4190), + [sym__automatic_semicolon] = ACTIONS(4190), + [sym_safe_nav] = ACTIONS(4190), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4190), }, [3909] = { - [sym_type_constraints] = STATE(4083), - [sym_function_body] = STATE(3167), - [sym__block] = STATE(3367), - [sym__alpha_identifier] = ACTIONS(4101), - [anon_sym_AT] = ACTIONS(4103), - [anon_sym_COLON] = ACTIONS(6950), - [anon_sym_LBRACK] = ACTIONS(4103), - [anon_sym_as] = ACTIONS(4101), - [anon_sym_EQ] = ACTIONS(6952), - [anon_sym_LBRACE] = ACTIONS(6236), - [anon_sym_RBRACE] = ACTIONS(4103), - [anon_sym_LPAREN] = ACTIONS(4103), - [anon_sym_RPAREN] = ACTIONS(4103), - [anon_sym_LT] = ACTIONS(4101), - [anon_sym_GT] = ACTIONS(4101), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(4101), - [anon_sym_SEMI] = ACTIONS(4103), - [anon_sym_get] = ACTIONS(4101), - [anon_sym_set] = ACTIONS(4101), - [anon_sym_STAR] = ACTIONS(4103), - [sym_label] = ACTIONS(4103), - [anon_sym_in] = ACTIONS(4101), - [anon_sym_while] = ACTIONS(4101), - [anon_sym_DOT_DOT] = ACTIONS(4103), - [anon_sym_QMARK_COLON] = ACTIONS(4103), - [anon_sym_AMP_AMP] = ACTIONS(4103), - [anon_sym_PIPE_PIPE] = ACTIONS(4103), - [anon_sym_else] = ACTIONS(4101), - [anon_sym_COLON_COLON] = ACTIONS(4103), - [anon_sym_BANG_EQ] = ACTIONS(4101), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4103), - [anon_sym_EQ_EQ] = ACTIONS(4101), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4103), - [anon_sym_LT_EQ] = ACTIONS(4103), - [anon_sym_GT_EQ] = ACTIONS(4103), - [anon_sym_BANGin] = ACTIONS(4103), - [anon_sym_is] = ACTIONS(4101), - [anon_sym_BANGis] = ACTIONS(4103), - [anon_sym_PLUS] = ACTIONS(4101), - [anon_sym_DASH] = ACTIONS(4101), - [anon_sym_SLASH] = ACTIONS(4101), - [anon_sym_PERCENT] = ACTIONS(4103), - [anon_sym_as_QMARK] = ACTIONS(4103), - [anon_sym_PLUS_PLUS] = ACTIONS(4103), - [anon_sym_DASH_DASH] = ACTIONS(4103), - [anon_sym_BANG_BANG] = ACTIONS(4103), - [anon_sym_suspend] = ACTIONS(4101), - [anon_sym_sealed] = ACTIONS(4101), - [anon_sym_annotation] = ACTIONS(4101), - [anon_sym_data] = ACTIONS(4101), - [anon_sym_inner] = ACTIONS(4101), - [anon_sym_override] = ACTIONS(4101), - [anon_sym_lateinit] = ACTIONS(4101), - [anon_sym_public] = ACTIONS(4101), - [anon_sym_private] = ACTIONS(4101), - [anon_sym_internal] = ACTIONS(4101), - [anon_sym_protected] = ACTIONS(4101), - [anon_sym_tailrec] = ACTIONS(4101), - [anon_sym_operator] = ACTIONS(4101), - [anon_sym_infix] = ACTIONS(4101), - [anon_sym_inline] = ACTIONS(4101), - [anon_sym_external] = ACTIONS(4101), - [sym_property_modifier] = ACTIONS(4101), - [anon_sym_abstract] = ACTIONS(4101), - [anon_sym_final] = ACTIONS(4101), - [anon_sym_open] = ACTIONS(4101), - [anon_sym_vararg] = ACTIONS(4101), - [anon_sym_noinline] = ACTIONS(4101), - [anon_sym_crossinline] = ACTIONS(4101), - [anon_sym_expect] = ACTIONS(4101), - [anon_sym_actual] = ACTIONS(4101), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4103), - [sym_safe_nav] = ACTIONS(4103), - [sym_multiline_comment] = ACTIONS(3), + [sym_class_body] = STATE(3322), + [sym_type_constraints] = STATE(3078), + [sym__alpha_identifier] = ACTIONS(3186), + [anon_sym_AT] = ACTIONS(3190), + [anon_sym_COLON] = ACTIONS(3558), + [anon_sym_LBRACK] = ACTIONS(3190), + [anon_sym_as] = ACTIONS(3186), + [anon_sym_LBRACE] = ACTIONS(3144), + [anon_sym_RBRACE] = ACTIONS(3190), + [anon_sym_LPAREN] = ACTIONS(3190), + [anon_sym_LT] = ACTIONS(3186), + [anon_sym_GT] = ACTIONS(3186), + [anon_sym_where] = ACTIONS(3118), + [anon_sym_object] = ACTIONS(3186), + [anon_sym_fun] = ACTIONS(3186), + [anon_sym_DOT] = ACTIONS(3186), + [anon_sym_SEMI] = ACTIONS(3190), + [anon_sym_get] = ACTIONS(3186), + [anon_sym_set] = ACTIONS(3186), + [anon_sym_this] = ACTIONS(3186), + [anon_sym_super] = ACTIONS(3186), + [anon_sym_STAR] = ACTIONS(3190), + [sym_label] = ACTIONS(3186), + [anon_sym_in] = ACTIONS(3186), + [anon_sym_DOT_DOT] = ACTIONS(3190), + [anon_sym_QMARK_COLON] = ACTIONS(3190), + [anon_sym_AMP_AMP] = ACTIONS(3190), + [anon_sym_PIPE_PIPE] = ACTIONS(3190), + [anon_sym_null] = ACTIONS(3186), + [anon_sym_if] = ACTIONS(3186), + [anon_sym_else] = ACTIONS(3186), + [anon_sym_when] = ACTIONS(3186), + [anon_sym_try] = ACTIONS(3186), + [anon_sym_throw] = ACTIONS(3186), + [anon_sym_return] = ACTIONS(3186), + [anon_sym_continue] = ACTIONS(3186), + [anon_sym_break] = ACTIONS(3186), + [anon_sym_COLON_COLON] = ACTIONS(3190), + [anon_sym_BANG_EQ] = ACTIONS(3186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3190), + [anon_sym_EQ_EQ] = ACTIONS(3186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3190), + [anon_sym_LT_EQ] = ACTIONS(3190), + [anon_sym_GT_EQ] = ACTIONS(3190), + [anon_sym_BANGin] = ACTIONS(3190), + [anon_sym_is] = ACTIONS(3186), + [anon_sym_BANGis] = ACTIONS(3190), + [anon_sym_PLUS] = ACTIONS(3186), + [anon_sym_DASH] = ACTIONS(3186), + [anon_sym_SLASH] = ACTIONS(3186), + [anon_sym_PERCENT] = ACTIONS(3190), + [anon_sym_as_QMARK] = ACTIONS(3190), + [anon_sym_PLUS_PLUS] = ACTIONS(3190), + [anon_sym_DASH_DASH] = ACTIONS(3190), + [anon_sym_BANG] = ACTIONS(3186), + [anon_sym_BANG_BANG] = ACTIONS(3190), + [anon_sym_data] = ACTIONS(3186), + [anon_sym_inner] = ACTIONS(3186), + [anon_sym_expect] = ACTIONS(3186), + [anon_sym_actual] = ACTIONS(3186), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3190), + [anon_sym_continue_AT] = ACTIONS(3190), + [anon_sym_break_AT] = ACTIONS(3190), + [sym_real_literal] = ACTIONS(3190), + [sym_integer_literal] = ACTIONS(3186), + [sym_hex_literal] = ACTIONS(3190), + [sym_bin_literal] = ACTIONS(3190), + [anon_sym_true] = ACTIONS(3186), + [anon_sym_false] = ACTIONS(3186), + [anon_sym_SQUOTE] = ACTIONS(3190), + [sym__backtick_identifier] = ACTIONS(3190), + [sym__automatic_semicolon] = ACTIONS(3190), + [sym_safe_nav] = ACTIONS(3190), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3190), }, [3910] = { - [sym_type_constraints] = STATE(4096), - [sym_function_body] = STATE(3227), - [sym__block] = STATE(3367), - [sym__alpha_identifier] = ACTIONS(4073), - [anon_sym_AT] = ACTIONS(4075), - [anon_sym_COLON] = ACTIONS(6954), - [anon_sym_LBRACK] = ACTIONS(4075), - [anon_sym_as] = ACTIONS(4073), - [anon_sym_EQ] = ACTIONS(6952), - [anon_sym_LBRACE] = ACTIONS(6236), - [anon_sym_RBRACE] = ACTIONS(4075), - [anon_sym_LPAREN] = ACTIONS(4075), - [anon_sym_RPAREN] = ACTIONS(4075), - [anon_sym_LT] = ACTIONS(4073), - [anon_sym_GT] = ACTIONS(4073), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(4073), - [anon_sym_SEMI] = ACTIONS(4075), - [anon_sym_get] = ACTIONS(4073), - [anon_sym_set] = ACTIONS(4073), - [anon_sym_STAR] = ACTIONS(4075), - [sym_label] = ACTIONS(4075), - [anon_sym_in] = ACTIONS(4073), - [anon_sym_while] = ACTIONS(4073), - [anon_sym_DOT_DOT] = ACTIONS(4075), - [anon_sym_QMARK_COLON] = ACTIONS(4075), - [anon_sym_AMP_AMP] = ACTIONS(4075), - [anon_sym_PIPE_PIPE] = ACTIONS(4075), - [anon_sym_else] = ACTIONS(4073), - [anon_sym_COLON_COLON] = ACTIONS(4075), - [anon_sym_BANG_EQ] = ACTIONS(4073), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4075), - [anon_sym_EQ_EQ] = ACTIONS(4073), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4075), - [anon_sym_LT_EQ] = ACTIONS(4075), - [anon_sym_GT_EQ] = ACTIONS(4075), - [anon_sym_BANGin] = ACTIONS(4075), - [anon_sym_is] = ACTIONS(4073), - [anon_sym_BANGis] = ACTIONS(4075), - [anon_sym_PLUS] = ACTIONS(4073), - [anon_sym_DASH] = ACTIONS(4073), - [anon_sym_SLASH] = ACTIONS(4073), - [anon_sym_PERCENT] = ACTIONS(4075), - [anon_sym_as_QMARK] = ACTIONS(4075), - [anon_sym_PLUS_PLUS] = ACTIONS(4075), - [anon_sym_DASH_DASH] = ACTIONS(4075), - [anon_sym_BANG_BANG] = ACTIONS(4075), - [anon_sym_suspend] = ACTIONS(4073), - [anon_sym_sealed] = ACTIONS(4073), - [anon_sym_annotation] = ACTIONS(4073), - [anon_sym_data] = ACTIONS(4073), - [anon_sym_inner] = ACTIONS(4073), - [anon_sym_override] = ACTIONS(4073), - [anon_sym_lateinit] = ACTIONS(4073), - [anon_sym_public] = ACTIONS(4073), - [anon_sym_private] = ACTIONS(4073), - [anon_sym_internal] = ACTIONS(4073), - [anon_sym_protected] = ACTIONS(4073), - [anon_sym_tailrec] = ACTIONS(4073), - [anon_sym_operator] = ACTIONS(4073), - [anon_sym_infix] = ACTIONS(4073), - [anon_sym_inline] = ACTIONS(4073), - [anon_sym_external] = ACTIONS(4073), - [sym_property_modifier] = ACTIONS(4073), - [anon_sym_abstract] = ACTIONS(4073), - [anon_sym_final] = ACTIONS(4073), - [anon_sym_open] = ACTIONS(4073), - [anon_sym_vararg] = ACTIONS(4073), - [anon_sym_noinline] = ACTIONS(4073), - [anon_sym_crossinline] = ACTIONS(4073), - [anon_sym_expect] = ACTIONS(4073), - [anon_sym_actual] = ACTIONS(4073), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4075), - [sym_safe_nav] = ACTIONS(4075), + [sym__alpha_identifier] = ACTIONS(4396), + [anon_sym_AT] = ACTIONS(4398), + [anon_sym_COLON] = ACTIONS(4396), + [anon_sym_LBRACK] = ACTIONS(4398), + [anon_sym_constructor] = ACTIONS(4396), + [anon_sym_LBRACE] = ACTIONS(4398), + [anon_sym_RBRACE] = ACTIONS(4398), + [anon_sym_LPAREN] = ACTIONS(4398), + [anon_sym_where] = ACTIONS(4396), + [anon_sym_object] = ACTIONS(4396), + [anon_sym_fun] = ACTIONS(4396), + [anon_sym_get] = ACTIONS(4396), + [anon_sym_set] = ACTIONS(4396), + [anon_sym_this] = ACTIONS(4396), + [anon_sym_super] = ACTIONS(4396), + [anon_sym_STAR] = ACTIONS(4398), + [sym_label] = ACTIONS(4396), + [anon_sym_in] = ACTIONS(4396), + [anon_sym_null] = ACTIONS(4396), + [anon_sym_if] = ACTIONS(4396), + [anon_sym_else] = ACTIONS(4396), + [anon_sym_when] = ACTIONS(4396), + [anon_sym_try] = ACTIONS(4396), + [anon_sym_throw] = ACTIONS(4396), + [anon_sym_return] = ACTIONS(4396), + [anon_sym_continue] = ACTIONS(4396), + [anon_sym_break] = ACTIONS(4396), + [anon_sym_COLON_COLON] = ACTIONS(4398), + [anon_sym_BANGin] = ACTIONS(4398), + [anon_sym_is] = ACTIONS(4396), + [anon_sym_BANGis] = ACTIONS(4398), + [anon_sym_PLUS] = ACTIONS(4396), + [anon_sym_DASH] = ACTIONS(4396), + [anon_sym_PLUS_PLUS] = ACTIONS(4398), + [anon_sym_DASH_DASH] = ACTIONS(4398), + [anon_sym_BANG] = ACTIONS(4396), + [anon_sym_suspend] = ACTIONS(4396), + [anon_sym_sealed] = ACTIONS(4396), + [anon_sym_annotation] = ACTIONS(4396), + [anon_sym_data] = ACTIONS(4396), + [anon_sym_inner] = ACTIONS(4396), + [anon_sym_override] = ACTIONS(4396), + [anon_sym_lateinit] = ACTIONS(4396), + [anon_sym_public] = ACTIONS(4396), + [anon_sym_private] = ACTIONS(4396), + [anon_sym_internal] = ACTIONS(4396), + [anon_sym_protected] = ACTIONS(4396), + [anon_sym_tailrec] = ACTIONS(4396), + [anon_sym_operator] = ACTIONS(4396), + [anon_sym_infix] = ACTIONS(4396), + [anon_sym_inline] = ACTIONS(4396), + [anon_sym_external] = ACTIONS(4396), + [sym_property_modifier] = ACTIONS(4396), + [anon_sym_abstract] = ACTIONS(4396), + [anon_sym_final] = ACTIONS(4396), + [anon_sym_open] = ACTIONS(4396), + [anon_sym_vararg] = ACTIONS(4396), + [anon_sym_noinline] = ACTIONS(4396), + [anon_sym_crossinline] = ACTIONS(4396), + [anon_sym_expect] = ACTIONS(4396), + [anon_sym_actual] = ACTIONS(4396), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4398), + [anon_sym_continue_AT] = ACTIONS(4398), + [anon_sym_break_AT] = ACTIONS(4398), + [sym_real_literal] = ACTIONS(4398), + [sym_integer_literal] = ACTIONS(4396), + [sym_hex_literal] = ACTIONS(4398), + [sym_bin_literal] = ACTIONS(4398), + [anon_sym_true] = ACTIONS(4396), + [anon_sym_false] = ACTIONS(4396), + [anon_sym_SQUOTE] = ACTIONS(4398), + [sym__backtick_identifier] = ACTIONS(4398), + [sym__automatic_semicolon] = ACTIONS(4398), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4398), }, [3911] = { - [sym_class_body] = STATE(3247), - [sym__alpha_identifier] = ACTIONS(4509), - [anon_sym_AT] = ACTIONS(4511), - [anon_sym_COLON] = ACTIONS(6956), - [anon_sym_LBRACK] = ACTIONS(4511), - [anon_sym_RBRACK] = ACTIONS(4511), - [anon_sym_as] = ACTIONS(4509), - [anon_sym_LBRACE] = ACTIONS(5147), - [anon_sym_RBRACE] = ACTIONS(4511), - [anon_sym_LPAREN] = ACTIONS(4511), - [anon_sym_COMMA] = ACTIONS(4511), - [anon_sym_RPAREN] = ACTIONS(4511), - [anon_sym_LT] = ACTIONS(4509), - [anon_sym_GT] = ACTIONS(4509), - [anon_sym_where] = ACTIONS(4509), - [anon_sym_DOT] = ACTIONS(4509), - [anon_sym_SEMI] = ACTIONS(4511), - [anon_sym_get] = ACTIONS(4509), - [anon_sym_set] = ACTIONS(4509), - [anon_sym_STAR] = ACTIONS(4511), - [anon_sym_DASH_GT] = ACTIONS(4511), - [sym_label] = ACTIONS(4511), - [anon_sym_in] = ACTIONS(4509), - [anon_sym_while] = ACTIONS(4509), - [anon_sym_DOT_DOT] = ACTIONS(4511), - [anon_sym_QMARK_COLON] = ACTIONS(4511), - [anon_sym_AMP_AMP] = ACTIONS(4511), - [anon_sym_PIPE_PIPE] = ACTIONS(4511), - [anon_sym_else] = ACTIONS(4509), - [anon_sym_COLON_COLON] = ACTIONS(4511), - [anon_sym_BANG_EQ] = ACTIONS(4509), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4511), - [anon_sym_EQ_EQ] = ACTIONS(4509), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4511), - [anon_sym_LT_EQ] = ACTIONS(4511), - [anon_sym_GT_EQ] = ACTIONS(4511), - [anon_sym_BANGin] = ACTIONS(4511), - [anon_sym_is] = ACTIONS(4509), - [anon_sym_BANGis] = ACTIONS(4511), - [anon_sym_PLUS] = ACTIONS(4509), - [anon_sym_DASH] = ACTIONS(4509), - [anon_sym_SLASH] = ACTIONS(4509), - [anon_sym_PERCENT] = ACTIONS(4511), - [anon_sym_as_QMARK] = ACTIONS(4511), - [anon_sym_PLUS_PLUS] = ACTIONS(4511), - [anon_sym_DASH_DASH] = ACTIONS(4511), - [anon_sym_BANG_BANG] = ACTIONS(4511), - [anon_sym_suspend] = ACTIONS(4509), - [anon_sym_sealed] = ACTIONS(4509), - [anon_sym_annotation] = ACTIONS(4509), - [anon_sym_data] = ACTIONS(4509), - [anon_sym_inner] = ACTIONS(4509), - [anon_sym_override] = ACTIONS(4509), - [anon_sym_lateinit] = ACTIONS(4509), - [anon_sym_public] = ACTIONS(4509), - [anon_sym_private] = ACTIONS(4509), - [anon_sym_internal] = ACTIONS(4509), - [anon_sym_protected] = ACTIONS(4509), - [anon_sym_tailrec] = ACTIONS(4509), - [anon_sym_operator] = ACTIONS(4509), - [anon_sym_infix] = ACTIONS(4509), - [anon_sym_inline] = ACTIONS(4509), - [anon_sym_external] = ACTIONS(4509), - [sym_property_modifier] = ACTIONS(4509), - [anon_sym_abstract] = ACTIONS(4509), - [anon_sym_final] = ACTIONS(4509), - [anon_sym_open] = ACTIONS(4509), - [anon_sym_vararg] = ACTIONS(4509), - [anon_sym_noinline] = ACTIONS(4509), - [anon_sym_crossinline] = ACTIONS(4509), - [anon_sym_expect] = ACTIONS(4509), - [anon_sym_actual] = ACTIONS(4509), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4511), - [sym_safe_nav] = ACTIONS(4511), - [sym_multiline_comment] = ACTIONS(3), + [sym_type_constraints] = STATE(3054), + [sym_enum_class_body] = STATE(3322), + [sym__alpha_identifier] = ACTIONS(3186), + [anon_sym_AT] = ACTIONS(3190), + [anon_sym_COLON] = ACTIONS(3528), + [anon_sym_LBRACK] = ACTIONS(3190), + [anon_sym_as] = ACTIONS(3186), + [anon_sym_LBRACE] = ACTIONS(3112), + [anon_sym_RBRACE] = ACTIONS(3190), + [anon_sym_LPAREN] = ACTIONS(3190), + [anon_sym_LT] = ACTIONS(3186), + [anon_sym_GT] = ACTIONS(3186), + [anon_sym_where] = ACTIONS(3118), + [anon_sym_object] = ACTIONS(3186), + [anon_sym_fun] = ACTIONS(3186), + [anon_sym_DOT] = ACTIONS(3186), + [anon_sym_SEMI] = ACTIONS(3190), + [anon_sym_get] = ACTIONS(3186), + [anon_sym_set] = ACTIONS(3186), + [anon_sym_this] = ACTIONS(3186), + [anon_sym_super] = ACTIONS(3186), + [anon_sym_STAR] = ACTIONS(3190), + [sym_label] = ACTIONS(3186), + [anon_sym_in] = ACTIONS(3186), + [anon_sym_DOT_DOT] = ACTIONS(3190), + [anon_sym_QMARK_COLON] = ACTIONS(3190), + [anon_sym_AMP_AMP] = ACTIONS(3190), + [anon_sym_PIPE_PIPE] = ACTIONS(3190), + [anon_sym_null] = ACTIONS(3186), + [anon_sym_if] = ACTIONS(3186), + [anon_sym_else] = ACTIONS(3186), + [anon_sym_when] = ACTIONS(3186), + [anon_sym_try] = ACTIONS(3186), + [anon_sym_throw] = ACTIONS(3186), + [anon_sym_return] = ACTIONS(3186), + [anon_sym_continue] = ACTIONS(3186), + [anon_sym_break] = ACTIONS(3186), + [anon_sym_COLON_COLON] = ACTIONS(3190), + [anon_sym_BANG_EQ] = ACTIONS(3186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3190), + [anon_sym_EQ_EQ] = ACTIONS(3186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3190), + [anon_sym_LT_EQ] = ACTIONS(3190), + [anon_sym_GT_EQ] = ACTIONS(3190), + [anon_sym_BANGin] = ACTIONS(3190), + [anon_sym_is] = ACTIONS(3186), + [anon_sym_BANGis] = ACTIONS(3190), + [anon_sym_PLUS] = ACTIONS(3186), + [anon_sym_DASH] = ACTIONS(3186), + [anon_sym_SLASH] = ACTIONS(3186), + [anon_sym_PERCENT] = ACTIONS(3190), + [anon_sym_as_QMARK] = ACTIONS(3190), + [anon_sym_PLUS_PLUS] = ACTIONS(3190), + [anon_sym_DASH_DASH] = ACTIONS(3190), + [anon_sym_BANG] = ACTIONS(3186), + [anon_sym_BANG_BANG] = ACTIONS(3190), + [anon_sym_data] = ACTIONS(3186), + [anon_sym_inner] = ACTIONS(3186), + [anon_sym_expect] = ACTIONS(3186), + [anon_sym_actual] = ACTIONS(3186), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3190), + [anon_sym_continue_AT] = ACTIONS(3190), + [anon_sym_break_AT] = ACTIONS(3190), + [sym_real_literal] = ACTIONS(3190), + [sym_integer_literal] = ACTIONS(3186), + [sym_hex_literal] = ACTIONS(3190), + [sym_bin_literal] = ACTIONS(3190), + [anon_sym_true] = ACTIONS(3186), + [anon_sym_false] = ACTIONS(3186), + [anon_sym_SQUOTE] = ACTIONS(3190), + [sym__backtick_identifier] = ACTIONS(3190), + [sym__automatic_semicolon] = ACTIONS(3190), + [sym_safe_nav] = ACTIONS(3190), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3190), }, [3912] = { - [sym_type_constraints] = STATE(4036), - [sym_function_body] = STATE(3815), - [sym__block] = STATE(3725), - [sym__alpha_identifier] = ACTIONS(4089), - [anon_sym_AT] = ACTIONS(4091), - [anon_sym_COLON] = ACTIONS(6958), - [anon_sym_LBRACK] = ACTIONS(4091), - [anon_sym_as] = ACTIONS(4089), - [anon_sym_EQ] = ACTIONS(6934), - [anon_sym_LBRACE] = ACTIONS(6434), - [anon_sym_RBRACE] = ACTIONS(4091), - [anon_sym_LPAREN] = ACTIONS(4091), - [anon_sym_COMMA] = ACTIONS(4091), - [anon_sym_LT] = ACTIONS(4089), - [anon_sym_GT] = ACTIONS(4089), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(4089), - [anon_sym_SEMI] = ACTIONS(4091), - [anon_sym_get] = ACTIONS(4089), - [anon_sym_set] = ACTIONS(4089), - [anon_sym_STAR] = ACTIONS(4091), - [sym_label] = ACTIONS(4091), - [anon_sym_in] = ACTIONS(4089), - [anon_sym_DOT_DOT] = ACTIONS(4091), - [anon_sym_QMARK_COLON] = ACTIONS(4091), - [anon_sym_AMP_AMP] = ACTIONS(4091), - [anon_sym_PIPE_PIPE] = ACTIONS(4091), - [anon_sym_else] = ACTIONS(4089), - [anon_sym_COLON_COLON] = ACTIONS(4091), - [anon_sym_BANG_EQ] = ACTIONS(4089), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4091), - [anon_sym_EQ_EQ] = ACTIONS(4089), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4091), - [anon_sym_LT_EQ] = ACTIONS(4091), - [anon_sym_GT_EQ] = ACTIONS(4091), - [anon_sym_BANGin] = ACTIONS(4091), - [anon_sym_is] = ACTIONS(4089), - [anon_sym_BANGis] = ACTIONS(4091), - [anon_sym_PLUS] = ACTIONS(4089), - [anon_sym_DASH] = ACTIONS(4089), - [anon_sym_SLASH] = ACTIONS(4089), - [anon_sym_PERCENT] = ACTIONS(4091), - [anon_sym_as_QMARK] = ACTIONS(4091), - [anon_sym_PLUS_PLUS] = ACTIONS(4091), - [anon_sym_DASH_DASH] = ACTIONS(4091), - [anon_sym_BANG_BANG] = ACTIONS(4091), - [anon_sym_suspend] = ACTIONS(4089), - [anon_sym_sealed] = ACTIONS(4089), - [anon_sym_annotation] = ACTIONS(4089), - [anon_sym_data] = ACTIONS(4089), - [anon_sym_inner] = ACTIONS(4089), - [anon_sym_override] = ACTIONS(4089), - [anon_sym_lateinit] = ACTIONS(4089), - [anon_sym_public] = ACTIONS(4089), - [anon_sym_private] = ACTIONS(4089), - [anon_sym_internal] = ACTIONS(4089), - [anon_sym_protected] = ACTIONS(4089), - [anon_sym_tailrec] = ACTIONS(4089), - [anon_sym_operator] = ACTIONS(4089), - [anon_sym_infix] = ACTIONS(4089), - [anon_sym_inline] = ACTIONS(4089), - [anon_sym_external] = ACTIONS(4089), - [sym_property_modifier] = ACTIONS(4089), - [anon_sym_abstract] = ACTIONS(4089), - [anon_sym_final] = ACTIONS(4089), - [anon_sym_open] = ACTIONS(4089), - [anon_sym_vararg] = ACTIONS(4089), - [anon_sym_noinline] = ACTIONS(4089), - [anon_sym_crossinline] = ACTIONS(4089), - [anon_sym_expect] = ACTIONS(4089), - [anon_sym_actual] = ACTIONS(4089), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4091), - [sym__automatic_semicolon] = ACTIONS(4091), - [sym_safe_nav] = ACTIONS(4091), - [sym_multiline_comment] = ACTIONS(3), + [sym_class_body] = STATE(3472), + [sym_type_constraints] = STATE(3016), + [sym__alpha_identifier] = ACTIONS(3196), + [anon_sym_AT] = ACTIONS(3200), + [anon_sym_COLON] = ACTIONS(3552), + [anon_sym_LBRACK] = ACTIONS(3200), + [anon_sym_as] = ACTIONS(3196), + [anon_sym_LBRACE] = ACTIONS(3144), + [anon_sym_RBRACE] = ACTIONS(3200), + [anon_sym_LPAREN] = ACTIONS(3200), + [anon_sym_LT] = ACTIONS(3196), + [anon_sym_GT] = ACTIONS(3196), + [anon_sym_where] = ACTIONS(3118), + [anon_sym_object] = ACTIONS(3196), + [anon_sym_fun] = ACTIONS(3196), + [anon_sym_DOT] = ACTIONS(3196), + [anon_sym_SEMI] = ACTIONS(3200), + [anon_sym_get] = ACTIONS(3196), + [anon_sym_set] = ACTIONS(3196), + [anon_sym_this] = ACTIONS(3196), + [anon_sym_super] = ACTIONS(3196), + [anon_sym_STAR] = ACTIONS(3200), + [sym_label] = ACTIONS(3196), + [anon_sym_in] = ACTIONS(3196), + [anon_sym_DOT_DOT] = ACTIONS(3200), + [anon_sym_QMARK_COLON] = ACTIONS(3200), + [anon_sym_AMP_AMP] = ACTIONS(3200), + [anon_sym_PIPE_PIPE] = ACTIONS(3200), + [anon_sym_null] = ACTIONS(3196), + [anon_sym_if] = ACTIONS(3196), + [anon_sym_else] = ACTIONS(3196), + [anon_sym_when] = ACTIONS(3196), + [anon_sym_try] = ACTIONS(3196), + [anon_sym_throw] = ACTIONS(3196), + [anon_sym_return] = ACTIONS(3196), + [anon_sym_continue] = ACTIONS(3196), + [anon_sym_break] = ACTIONS(3196), + [anon_sym_COLON_COLON] = ACTIONS(3200), + [anon_sym_BANG_EQ] = ACTIONS(3196), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3200), + [anon_sym_EQ_EQ] = ACTIONS(3196), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3200), + [anon_sym_LT_EQ] = ACTIONS(3200), + [anon_sym_GT_EQ] = ACTIONS(3200), + [anon_sym_BANGin] = ACTIONS(3200), + [anon_sym_is] = ACTIONS(3196), + [anon_sym_BANGis] = ACTIONS(3200), + [anon_sym_PLUS] = ACTIONS(3196), + [anon_sym_DASH] = ACTIONS(3196), + [anon_sym_SLASH] = ACTIONS(3196), + [anon_sym_PERCENT] = ACTIONS(3200), + [anon_sym_as_QMARK] = ACTIONS(3200), + [anon_sym_PLUS_PLUS] = ACTIONS(3200), + [anon_sym_DASH_DASH] = ACTIONS(3200), + [anon_sym_BANG] = ACTIONS(3196), + [anon_sym_BANG_BANG] = ACTIONS(3200), + [anon_sym_data] = ACTIONS(3196), + [anon_sym_inner] = ACTIONS(3196), + [anon_sym_expect] = ACTIONS(3196), + [anon_sym_actual] = ACTIONS(3196), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3200), + [anon_sym_continue_AT] = ACTIONS(3200), + [anon_sym_break_AT] = ACTIONS(3200), + [sym_real_literal] = ACTIONS(3200), + [sym_integer_literal] = ACTIONS(3196), + [sym_hex_literal] = ACTIONS(3200), + [sym_bin_literal] = ACTIONS(3200), + [anon_sym_true] = ACTIONS(3196), + [anon_sym_false] = ACTIONS(3196), + [anon_sym_SQUOTE] = ACTIONS(3200), + [sym__backtick_identifier] = ACTIONS(3200), + [sym__automatic_semicolon] = ACTIONS(3200), + [sym_safe_nav] = ACTIONS(3200), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3200), }, [3913] = { - [sym_class_body] = STATE(3221), - [sym__alpha_identifier] = ACTIONS(4517), - [anon_sym_AT] = ACTIONS(4519), - [anon_sym_COLON] = ACTIONS(6960), - [anon_sym_LBRACK] = ACTIONS(4519), - [anon_sym_RBRACK] = ACTIONS(4519), - [anon_sym_as] = ACTIONS(4517), - [anon_sym_LBRACE] = ACTIONS(5147), - [anon_sym_RBRACE] = ACTIONS(4519), - [anon_sym_LPAREN] = ACTIONS(4519), - [anon_sym_COMMA] = ACTIONS(4519), - [anon_sym_RPAREN] = ACTIONS(4519), - [anon_sym_LT] = ACTIONS(4517), - [anon_sym_GT] = ACTIONS(4517), - [anon_sym_where] = ACTIONS(4517), - [anon_sym_DOT] = ACTIONS(4517), - [anon_sym_SEMI] = ACTIONS(4519), - [anon_sym_get] = ACTIONS(4517), - [anon_sym_set] = ACTIONS(4517), - [anon_sym_STAR] = ACTIONS(4519), - [anon_sym_DASH_GT] = ACTIONS(4519), - [sym_label] = ACTIONS(4519), - [anon_sym_in] = ACTIONS(4517), - [anon_sym_while] = ACTIONS(4517), - [anon_sym_DOT_DOT] = ACTIONS(4519), - [anon_sym_QMARK_COLON] = ACTIONS(4519), - [anon_sym_AMP_AMP] = ACTIONS(4519), - [anon_sym_PIPE_PIPE] = ACTIONS(4519), - [anon_sym_else] = ACTIONS(4517), - [anon_sym_COLON_COLON] = ACTIONS(4519), - [anon_sym_BANG_EQ] = ACTIONS(4517), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4519), - [anon_sym_EQ_EQ] = ACTIONS(4517), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4519), - [anon_sym_LT_EQ] = ACTIONS(4519), - [anon_sym_GT_EQ] = ACTIONS(4519), - [anon_sym_BANGin] = ACTIONS(4519), - [anon_sym_is] = ACTIONS(4517), - [anon_sym_BANGis] = ACTIONS(4519), - [anon_sym_PLUS] = ACTIONS(4517), - [anon_sym_DASH] = ACTIONS(4517), - [anon_sym_SLASH] = ACTIONS(4517), - [anon_sym_PERCENT] = ACTIONS(4519), - [anon_sym_as_QMARK] = ACTIONS(4519), - [anon_sym_PLUS_PLUS] = ACTIONS(4519), - [anon_sym_DASH_DASH] = ACTIONS(4519), - [anon_sym_BANG_BANG] = ACTIONS(4519), - [anon_sym_suspend] = ACTIONS(4517), - [anon_sym_sealed] = ACTIONS(4517), - [anon_sym_annotation] = ACTIONS(4517), - [anon_sym_data] = ACTIONS(4517), - [anon_sym_inner] = ACTIONS(4517), - [anon_sym_override] = ACTIONS(4517), - [anon_sym_lateinit] = ACTIONS(4517), - [anon_sym_public] = ACTIONS(4517), - [anon_sym_private] = ACTIONS(4517), - [anon_sym_internal] = ACTIONS(4517), - [anon_sym_protected] = ACTIONS(4517), - [anon_sym_tailrec] = ACTIONS(4517), - [anon_sym_operator] = ACTIONS(4517), - [anon_sym_infix] = ACTIONS(4517), - [anon_sym_inline] = ACTIONS(4517), - [anon_sym_external] = ACTIONS(4517), - [sym_property_modifier] = ACTIONS(4517), - [anon_sym_abstract] = ACTIONS(4517), - [anon_sym_final] = ACTIONS(4517), - [anon_sym_open] = ACTIONS(4517), - [anon_sym_vararg] = ACTIONS(4517), - [anon_sym_noinline] = ACTIONS(4517), - [anon_sym_crossinline] = ACTIONS(4517), - [anon_sym_expect] = ACTIONS(4517), - [anon_sym_actual] = ACTIONS(4517), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4519), - [sym_safe_nav] = ACTIONS(4519), - [sym_multiline_comment] = ACTIONS(3), + [sym_value_arguments] = STATE(4001), + [sym__alpha_identifier] = ACTIONS(6930), + [anon_sym_AT] = ACTIONS(6932), + [anon_sym_LBRACK] = ACTIONS(6932), + [anon_sym_typealias] = ACTIONS(6930), + [anon_sym_class] = ACTIONS(6930), + [anon_sym_interface] = ACTIONS(6930), + [anon_sym_enum] = ACTIONS(6930), + [anon_sym_LBRACE] = ACTIONS(6932), + [anon_sym_LPAREN] = ACTIONS(6934), + [anon_sym_val] = ACTIONS(6930), + [anon_sym_var] = ACTIONS(6930), + [anon_sym_object] = ACTIONS(6930), + [anon_sym_fun] = ACTIONS(6930), + [anon_sym_get] = ACTIONS(6930), + [anon_sym_set] = ACTIONS(6930), + [anon_sym_this] = ACTIONS(6930), + [anon_sym_super] = ACTIONS(6930), + [anon_sym_STAR] = ACTIONS(6932), + [sym_label] = ACTIONS(6930), + [anon_sym_for] = ACTIONS(6930), + [anon_sym_while] = ACTIONS(6930), + [anon_sym_do] = ACTIONS(6930), + [anon_sym_null] = ACTIONS(6930), + [anon_sym_if] = ACTIONS(6930), + [anon_sym_when] = ACTIONS(6930), + [anon_sym_try] = ACTIONS(6930), + [anon_sym_throw] = ACTIONS(6930), + [anon_sym_return] = ACTIONS(6930), + [anon_sym_continue] = ACTIONS(6930), + [anon_sym_break] = ACTIONS(6930), + [anon_sym_COLON_COLON] = ACTIONS(6932), + [anon_sym_PLUS] = ACTIONS(6930), + [anon_sym_DASH] = ACTIONS(6930), + [anon_sym_PLUS_PLUS] = ACTIONS(6932), + [anon_sym_DASH_DASH] = ACTIONS(6932), + [anon_sym_BANG] = ACTIONS(6932), + [anon_sym_suspend] = ACTIONS(6930), + [anon_sym_sealed] = ACTIONS(6930), + [anon_sym_annotation] = ACTIONS(6930), + [anon_sym_data] = ACTIONS(6930), + [anon_sym_inner] = ACTIONS(6930), + [anon_sym_override] = ACTIONS(6930), + [anon_sym_lateinit] = ACTIONS(6930), + [anon_sym_public] = ACTIONS(6930), + [anon_sym_private] = ACTIONS(6930), + [anon_sym_internal] = ACTIONS(6930), + [anon_sym_protected] = ACTIONS(6930), + [anon_sym_tailrec] = ACTIONS(6930), + [anon_sym_operator] = ACTIONS(6930), + [anon_sym_infix] = ACTIONS(6930), + [anon_sym_inline] = ACTIONS(6930), + [anon_sym_external] = ACTIONS(6930), + [sym_property_modifier] = ACTIONS(6930), + [anon_sym_abstract] = ACTIONS(6930), + [anon_sym_final] = ACTIONS(6930), + [anon_sym_open] = ACTIONS(6930), + [anon_sym_vararg] = ACTIONS(6930), + [anon_sym_noinline] = ACTIONS(6930), + [anon_sym_crossinline] = ACTIONS(6930), + [anon_sym_expect] = ACTIONS(6930), + [anon_sym_actual] = ACTIONS(6930), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(6932), + [anon_sym_continue_AT] = ACTIONS(6932), + [anon_sym_break_AT] = ACTIONS(6932), + [sym_real_literal] = ACTIONS(6932), + [sym_integer_literal] = ACTIONS(6930), + [sym_hex_literal] = ACTIONS(6932), + [sym_bin_literal] = ACTIONS(6932), + [anon_sym_true] = ACTIONS(6930), + [anon_sym_false] = ACTIONS(6930), + [anon_sym_SQUOTE] = ACTIONS(6932), + [sym__backtick_identifier] = ACTIONS(6932), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(6932), }, [3914] = { - [sym__alpha_identifier] = ACTIONS(4241), - [anon_sym_AT] = ACTIONS(4239), - [anon_sym_LBRACK] = ACTIONS(4239), - [anon_sym_as] = ACTIONS(4241), - [anon_sym_EQ] = ACTIONS(4241), - [anon_sym_LBRACE] = ACTIONS(4239), - [anon_sym_RBRACE] = ACTIONS(4239), - [anon_sym_LPAREN] = ACTIONS(6962), - [anon_sym_RPAREN] = ACTIONS(4239), - [anon_sym_LT] = ACTIONS(4241), - [anon_sym_GT] = ACTIONS(4241), - [anon_sym_DOT] = ACTIONS(4241), - [anon_sym_SEMI] = ACTIONS(4239), - [anon_sym_get] = ACTIONS(4241), - [anon_sym_set] = ACTIONS(4241), - [anon_sym_STAR] = ACTIONS(4241), - [sym_label] = ACTIONS(4239), - [anon_sym_in] = ACTIONS(4241), - [anon_sym_while] = ACTIONS(4241), - [anon_sym_DOT_DOT] = ACTIONS(4239), - [anon_sym_QMARK_COLON] = ACTIONS(4239), - [anon_sym_AMP_AMP] = ACTIONS(4239), - [anon_sym_PIPE_PIPE] = ACTIONS(4239), - [anon_sym_else] = ACTIONS(4241), - [anon_sym_COLON_COLON] = ACTIONS(4239), - [anon_sym_PLUS_EQ] = ACTIONS(4239), - [anon_sym_DASH_EQ] = ACTIONS(4239), - [anon_sym_STAR_EQ] = ACTIONS(4239), - [anon_sym_SLASH_EQ] = ACTIONS(4239), - [anon_sym_PERCENT_EQ] = ACTIONS(4239), - [anon_sym_BANG_EQ] = ACTIONS(4241), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4239), - [anon_sym_EQ_EQ] = ACTIONS(4241), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4239), - [anon_sym_LT_EQ] = ACTIONS(4239), - [anon_sym_GT_EQ] = ACTIONS(4239), - [anon_sym_BANGin] = ACTIONS(4239), - [anon_sym_is] = ACTIONS(4241), - [anon_sym_BANGis] = ACTIONS(4239), - [anon_sym_PLUS] = ACTIONS(4241), - [anon_sym_DASH] = ACTIONS(4241), - [anon_sym_SLASH] = ACTIONS(4241), - [anon_sym_PERCENT] = ACTIONS(4241), - [anon_sym_as_QMARK] = ACTIONS(4239), - [anon_sym_PLUS_PLUS] = ACTIONS(4239), - [anon_sym_DASH_DASH] = ACTIONS(4239), - [anon_sym_BANG_BANG] = ACTIONS(4239), - [anon_sym_suspend] = ACTIONS(4241), - [anon_sym_sealed] = ACTIONS(4241), - [anon_sym_annotation] = ACTIONS(4241), - [anon_sym_data] = ACTIONS(4241), - [anon_sym_inner] = ACTIONS(4241), - [anon_sym_override] = ACTIONS(4241), - [anon_sym_lateinit] = ACTIONS(4241), - [anon_sym_public] = ACTIONS(4241), - [anon_sym_private] = ACTIONS(4241), - [anon_sym_internal] = ACTIONS(4241), - [anon_sym_protected] = ACTIONS(4241), - [anon_sym_tailrec] = ACTIONS(4241), - [anon_sym_operator] = ACTIONS(4241), - [anon_sym_infix] = ACTIONS(4241), - [anon_sym_inline] = ACTIONS(4241), - [anon_sym_external] = ACTIONS(4241), - [sym_property_modifier] = ACTIONS(4241), - [anon_sym_abstract] = ACTIONS(4241), - [anon_sym_final] = ACTIONS(4241), - [anon_sym_open] = ACTIONS(4241), - [anon_sym_vararg] = ACTIONS(4241), - [anon_sym_noinline] = ACTIONS(4241), - [anon_sym_crossinline] = ACTIONS(4241), - [anon_sym_expect] = ACTIONS(4241), - [anon_sym_actual] = ACTIONS(4241), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4239), - [sym_safe_nav] = ACTIONS(4239), + [sym_type_constraints] = STATE(4064), + [sym_function_body] = STATE(3872), + [sym__block] = STATE(3738), + [sym__alpha_identifier] = ACTIONS(4085), + [anon_sym_AT] = ACTIONS(4087), + [anon_sym_COLON] = ACTIONS(6937), + [anon_sym_LBRACK] = ACTIONS(4087), + [anon_sym_as] = ACTIONS(4085), + [anon_sym_EQ] = ACTIONS(6918), + [anon_sym_LBRACE] = ACTIONS(6461), + [anon_sym_RBRACE] = ACTIONS(4087), + [anon_sym_LPAREN] = ACTIONS(4087), + [anon_sym_COMMA] = ACTIONS(4087), + [anon_sym_LT] = ACTIONS(4085), + [anon_sym_GT] = ACTIONS(4085), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(4085), + [anon_sym_SEMI] = ACTIONS(4087), + [anon_sym_get] = ACTIONS(4085), + [anon_sym_set] = ACTIONS(4085), + [anon_sym_STAR] = ACTIONS(4087), + [sym_label] = ACTIONS(4087), + [anon_sym_in] = ACTIONS(4085), + [anon_sym_DOT_DOT] = ACTIONS(4087), + [anon_sym_QMARK_COLON] = ACTIONS(4087), + [anon_sym_AMP_AMP] = ACTIONS(4087), + [anon_sym_PIPE_PIPE] = ACTIONS(4087), + [anon_sym_else] = ACTIONS(4085), + [anon_sym_COLON_COLON] = ACTIONS(4087), + [anon_sym_BANG_EQ] = ACTIONS(4085), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4087), + [anon_sym_EQ_EQ] = ACTIONS(4085), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4087), + [anon_sym_LT_EQ] = ACTIONS(4087), + [anon_sym_GT_EQ] = ACTIONS(4087), + [anon_sym_BANGin] = ACTIONS(4087), + [anon_sym_is] = ACTIONS(4085), + [anon_sym_BANGis] = ACTIONS(4087), + [anon_sym_PLUS] = ACTIONS(4085), + [anon_sym_DASH] = ACTIONS(4085), + [anon_sym_SLASH] = ACTIONS(4085), + [anon_sym_PERCENT] = ACTIONS(4087), + [anon_sym_as_QMARK] = ACTIONS(4087), + [anon_sym_PLUS_PLUS] = ACTIONS(4087), + [anon_sym_DASH_DASH] = ACTIONS(4087), + [anon_sym_BANG_BANG] = ACTIONS(4087), + [anon_sym_suspend] = ACTIONS(4085), + [anon_sym_sealed] = ACTIONS(4085), + [anon_sym_annotation] = ACTIONS(4085), + [anon_sym_data] = ACTIONS(4085), + [anon_sym_inner] = ACTIONS(4085), + [anon_sym_override] = ACTIONS(4085), + [anon_sym_lateinit] = ACTIONS(4085), + [anon_sym_public] = ACTIONS(4085), + [anon_sym_private] = ACTIONS(4085), + [anon_sym_internal] = ACTIONS(4085), + [anon_sym_protected] = ACTIONS(4085), + [anon_sym_tailrec] = ACTIONS(4085), + [anon_sym_operator] = ACTIONS(4085), + [anon_sym_infix] = ACTIONS(4085), + [anon_sym_inline] = ACTIONS(4085), + [anon_sym_external] = ACTIONS(4085), + [sym_property_modifier] = ACTIONS(4085), + [anon_sym_abstract] = ACTIONS(4085), + [anon_sym_final] = ACTIONS(4085), + [anon_sym_open] = ACTIONS(4085), + [anon_sym_vararg] = ACTIONS(4085), + [anon_sym_noinline] = ACTIONS(4085), + [anon_sym_crossinline] = ACTIONS(4085), + [anon_sym_expect] = ACTIONS(4085), + [anon_sym_actual] = ACTIONS(4085), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4087), + [sym__automatic_semicolon] = ACTIONS(4087), + [sym_safe_nav] = ACTIONS(4087), [sym_multiline_comment] = ACTIONS(3), }, [3915] = { - [sym_indexing_suffix] = STATE(4909), - [sym_navigation_suffix] = STATE(4889), - [sym_call_suffix] = STATE(4891), - [sym_annotated_lambda] = STATE(4893), - [sym_type_arguments] = STATE(7557), - [sym_value_arguments] = STATE(4442), - [sym_lambda_literal] = STATE(4899), - [sym__equality_operator] = STATE(2027), - [sym__comparison_operator] = STATE(2028), - [sym__in_operator] = STATE(2029), - [sym__is_operator] = STATE(6028), - [sym__additive_operator] = STATE(2030), - [sym__multiplicative_operator] = STATE(2031), - [sym__as_operator] = STATE(6024), - [sym__postfix_unary_operator] = STATE(4912), - [sym__member_access_operator] = STATE(7341), - [sym_annotation] = STATE(7855), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2033), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7855), + [sym_class_body] = STATE(3121), + [sym_type_constraints] = STATE(3047), + [sym__alpha_identifier] = ACTIONS(4303), + [anon_sym_AT] = ACTIONS(4305), + [anon_sym_COLON] = ACTIONS(6939), + [anon_sym_LBRACK] = ACTIONS(4305), + [anon_sym_as] = ACTIONS(4303), + [anon_sym_LBRACE] = ACTIONS(3144), + [anon_sym_RBRACE] = ACTIONS(4305), + [anon_sym_LPAREN] = ACTIONS(4305), + [anon_sym_LT] = ACTIONS(4303), + [anon_sym_GT] = ACTIONS(4303), + [anon_sym_where] = ACTIONS(3118), + [anon_sym_object] = ACTIONS(4303), + [anon_sym_fun] = ACTIONS(4303), + [anon_sym_DOT] = ACTIONS(4303), + [anon_sym_SEMI] = ACTIONS(4305), + [anon_sym_get] = ACTIONS(4303), + [anon_sym_set] = ACTIONS(4303), + [anon_sym_this] = ACTIONS(4303), + [anon_sym_super] = ACTIONS(4303), + [anon_sym_STAR] = ACTIONS(4305), + [sym_label] = ACTIONS(4303), + [anon_sym_in] = ACTIONS(4303), + [anon_sym_DOT_DOT] = ACTIONS(4305), + [anon_sym_QMARK_COLON] = ACTIONS(4305), + [anon_sym_AMP_AMP] = ACTIONS(4305), + [anon_sym_PIPE_PIPE] = ACTIONS(4305), + [anon_sym_null] = ACTIONS(4303), + [anon_sym_if] = ACTIONS(4303), + [anon_sym_else] = ACTIONS(4303), + [anon_sym_when] = ACTIONS(4303), + [anon_sym_try] = ACTIONS(4303), + [anon_sym_throw] = ACTIONS(4303), + [anon_sym_return] = ACTIONS(4303), + [anon_sym_continue] = ACTIONS(4303), + [anon_sym_break] = ACTIONS(4303), + [anon_sym_COLON_COLON] = ACTIONS(4305), + [anon_sym_BANG_EQ] = ACTIONS(4303), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4305), + [anon_sym_EQ_EQ] = ACTIONS(4303), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4305), + [anon_sym_LT_EQ] = ACTIONS(4305), + [anon_sym_GT_EQ] = ACTIONS(4305), + [anon_sym_BANGin] = ACTIONS(4305), + [anon_sym_is] = ACTIONS(4303), + [anon_sym_BANGis] = ACTIONS(4305), + [anon_sym_PLUS] = ACTIONS(4303), + [anon_sym_DASH] = ACTIONS(4303), + [anon_sym_SLASH] = ACTIONS(4303), + [anon_sym_PERCENT] = ACTIONS(4305), + [anon_sym_as_QMARK] = ACTIONS(4305), + [anon_sym_PLUS_PLUS] = ACTIONS(4305), + [anon_sym_DASH_DASH] = ACTIONS(4305), + [anon_sym_BANG] = ACTIONS(4303), + [anon_sym_BANG_BANG] = ACTIONS(4305), + [anon_sym_data] = ACTIONS(4303), + [anon_sym_inner] = ACTIONS(4303), + [anon_sym_expect] = ACTIONS(4303), + [anon_sym_actual] = ACTIONS(4303), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4305), + [anon_sym_continue_AT] = ACTIONS(4305), + [anon_sym_break_AT] = ACTIONS(4305), + [sym_real_literal] = ACTIONS(4305), + [sym_integer_literal] = ACTIONS(4303), + [sym_hex_literal] = ACTIONS(4305), + [sym_bin_literal] = ACTIONS(4305), + [anon_sym_true] = ACTIONS(4303), + [anon_sym_false] = ACTIONS(4303), + [anon_sym_SQUOTE] = ACTIONS(4305), + [sym__backtick_identifier] = ACTIONS(4305), + [sym__automatic_semicolon] = ACTIONS(4305), + [sym_safe_nav] = ACTIONS(4305), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4305), + }, + [3916] = { + [sym_indexing_suffix] = STATE(4986), + [sym_navigation_suffix] = STATE(5006), + [sym_call_suffix] = STATE(5077), + [sym_annotated_lambda] = STATE(4993), + [sym_type_arguments] = STATE(7551), + [sym_value_arguments] = STATE(4451), + [sym_lambda_literal] = STATE(4995), + [sym__equality_operator] = STATE(2227), + [sym__comparison_operator] = STATE(2245), + [sym__in_operator] = STATE(2361), + [sym__is_operator] = STATE(5776), + [sym__additive_operator] = STATE(2282), + [sym__multiplicative_operator] = STATE(1900), + [sym__as_operator] = STATE(5777), + [sym__postfix_unary_operator] = STATE(5000), + [sym__member_access_operator] = STATE(7402), + [sym_annotation] = STATE(7890), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2162), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7890), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6688), - [anon_sym_as] = ACTIONS(6690), - [anon_sym_EQ] = ACTIONS(3053), + [anon_sym_LBRACK] = ACTIONS(6702), + [anon_sym_as] = ACTIONS(6704), + [anon_sym_EQ] = ACTIONS(3071), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3055), - [anon_sym_LPAREN] = ACTIONS(6692), + [anon_sym_RBRACE] = ACTIONS(3073), + [anon_sym_LPAREN] = ACTIONS(6706), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(6908), - [anon_sym_DOT] = ACTIONS(6696), - [anon_sym_SEMI] = ACTIONS(3055), + [anon_sym_GT] = ACTIONS(6941), + [anon_sym_DOT] = ACTIONS(6708), + [anon_sym_SEMI] = ACTIONS(3073), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(6910), - [sym_label] = ACTIONS(6700), - [anon_sym_in] = ACTIONS(6912), - [anon_sym_DOT_DOT] = ACTIONS(6914), - [anon_sym_QMARK_COLON] = ACTIONS(6916), - [anon_sym_AMP_AMP] = ACTIONS(6918), - [anon_sym_PIPE_PIPE] = ACTIONS(6920), - [anon_sym_else] = ACTIONS(3053), - [anon_sym_COLON_COLON] = ACTIONS(6712), - [anon_sym_PLUS_EQ] = ACTIONS(3055), - [anon_sym_DASH_EQ] = ACTIONS(3055), - [anon_sym_STAR_EQ] = ACTIONS(3055), - [anon_sym_SLASH_EQ] = ACTIONS(3055), - [anon_sym_PERCENT_EQ] = ACTIONS(3055), - [anon_sym_BANG_EQ] = ACTIONS(6922), - [anon_sym_BANG_EQ_EQ] = ACTIONS(6924), - [anon_sym_EQ_EQ] = ACTIONS(6922), - [anon_sym_EQ_EQ_EQ] = ACTIONS(6924), - [anon_sym_LT_EQ] = ACTIONS(6926), - [anon_sym_GT_EQ] = ACTIONS(6926), - [anon_sym_BANGin] = ACTIONS(6928), - [anon_sym_is] = ACTIONS(6722), - [anon_sym_BANGis] = ACTIONS(6724), - [anon_sym_PLUS] = ACTIONS(6930), - [anon_sym_DASH] = ACTIONS(6930), - [anon_sym_SLASH] = ACTIONS(6910), - [anon_sym_PERCENT] = ACTIONS(6910), - [anon_sym_as_QMARK] = ACTIONS(6728), - [anon_sym_PLUS_PLUS] = ACTIONS(6730), - [anon_sym_DASH_DASH] = ACTIONS(6730), - [anon_sym_BANG_BANG] = ACTIONS(6730), + [anon_sym_STAR] = ACTIONS(6920), + [sym_label] = ACTIONS(6712), + [anon_sym_in] = ACTIONS(6943), + [anon_sym_DOT_DOT] = ACTIONS(6945), + [anon_sym_QMARK_COLON] = ACTIONS(6947), + [anon_sym_AMP_AMP] = ACTIONS(6949), + [anon_sym_PIPE_PIPE] = ACTIONS(6951), + [anon_sym_else] = ACTIONS(3071), + [anon_sym_COLON_COLON] = ACTIONS(6718), + [anon_sym_PLUS_EQ] = ACTIONS(3073), + [anon_sym_DASH_EQ] = ACTIONS(3073), + [anon_sym_STAR_EQ] = ACTIONS(3073), + [anon_sym_SLASH_EQ] = ACTIONS(3073), + [anon_sym_PERCENT_EQ] = ACTIONS(3073), + [anon_sym_BANG_EQ] = ACTIONS(6953), + [anon_sym_BANG_EQ_EQ] = ACTIONS(6955), + [anon_sym_EQ_EQ] = ACTIONS(6953), + [anon_sym_EQ_EQ_EQ] = ACTIONS(6955), + [anon_sym_LT_EQ] = ACTIONS(6957), + [anon_sym_GT_EQ] = ACTIONS(6957), + [anon_sym_BANGin] = ACTIONS(6959), + [anon_sym_is] = ACTIONS(6744), + [anon_sym_BANGis] = ACTIONS(6746), + [anon_sym_PLUS] = ACTIONS(6922), + [anon_sym_DASH] = ACTIONS(6922), + [anon_sym_SLASH] = ACTIONS(6920), + [anon_sym_PERCENT] = ACTIONS(6920), + [anon_sym_as_QMARK] = ACTIONS(6722), + [anon_sym_PLUS_PLUS] = ACTIONS(6724), + [anon_sym_DASH_DASH] = ACTIONS(6724), + [anon_sym_BANG_BANG] = ACTIONS(6724), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3055), - [sym_safe_nav] = ACTIONS(6712), - [sym_multiline_comment] = ACTIONS(3), - }, - [3916] = { - [sym_indexing_suffix] = STATE(4909), - [sym_navigation_suffix] = STATE(4889), - [sym_call_suffix] = STATE(4891), - [sym_annotated_lambda] = STATE(4893), - [sym_type_arguments] = STATE(7557), - [sym_value_arguments] = STATE(4442), - [sym_lambda_literal] = STATE(4899), - [sym__equality_operator] = STATE(2027), - [sym__comparison_operator] = STATE(2028), - [sym__in_operator] = STATE(2029), - [sym__is_operator] = STATE(6028), - [sym__additive_operator] = STATE(2030), - [sym__multiplicative_operator] = STATE(2031), - [sym__as_operator] = STATE(6024), - [sym__postfix_unary_operator] = STATE(4912), - [sym__member_access_operator] = STATE(7341), - [sym_annotation] = STATE(7855), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2033), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7855), - [sym__alpha_identifier] = ACTIONS(3076), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6688), - [anon_sym_as] = ACTIONS(6690), - [anon_sym_EQ] = ACTIONS(3076), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3078), - [anon_sym_LPAREN] = ACTIONS(6692), - [anon_sym_LT] = ACTIONS(3080), - [anon_sym_GT] = ACTIONS(3076), - [anon_sym_DOT] = ACTIONS(6696), - [anon_sym_SEMI] = ACTIONS(3078), - [anon_sym_get] = ACTIONS(3076), - [anon_sym_set] = ACTIONS(3076), - [anon_sym_STAR] = ACTIONS(6910), - [sym_label] = ACTIONS(6700), - [anon_sym_in] = ACTIONS(3076), - [anon_sym_DOT_DOT] = ACTIONS(6914), - [anon_sym_QMARK_COLON] = ACTIONS(3078), - [anon_sym_AMP_AMP] = ACTIONS(3078), - [anon_sym_PIPE_PIPE] = ACTIONS(3078), - [anon_sym_else] = ACTIONS(3076), - [anon_sym_COLON_COLON] = ACTIONS(6712), - [anon_sym_PLUS_EQ] = ACTIONS(3078), - [anon_sym_DASH_EQ] = ACTIONS(3078), - [anon_sym_STAR_EQ] = ACTIONS(3078), - [anon_sym_SLASH_EQ] = ACTIONS(3078), - [anon_sym_PERCENT_EQ] = ACTIONS(3078), - [anon_sym_BANG_EQ] = ACTIONS(3076), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3078), - [anon_sym_EQ_EQ] = ACTIONS(3076), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3078), - [anon_sym_LT_EQ] = ACTIONS(3078), - [anon_sym_GT_EQ] = ACTIONS(3078), - [anon_sym_BANGin] = ACTIONS(3078), - [anon_sym_is] = ACTIONS(3076), - [anon_sym_BANGis] = ACTIONS(3078), - [anon_sym_PLUS] = ACTIONS(6930), - [anon_sym_DASH] = ACTIONS(6930), - [anon_sym_SLASH] = ACTIONS(6910), - [anon_sym_PERCENT] = ACTIONS(6910), - [anon_sym_as_QMARK] = ACTIONS(6728), - [anon_sym_PLUS_PLUS] = ACTIONS(6730), - [anon_sym_DASH_DASH] = ACTIONS(6730), - [anon_sym_BANG_BANG] = ACTIONS(6730), - [anon_sym_data] = ACTIONS(3076), - [anon_sym_inner] = ACTIONS(3076), - [anon_sym_expect] = ACTIONS(3076), - [anon_sym_actual] = ACTIONS(3076), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3078), - [sym__automatic_semicolon] = ACTIONS(3078), - [sym_safe_nav] = ACTIONS(6712), + [sym__automatic_semicolon] = ACTIONS(3073), + [sym_safe_nav] = ACTIONS(6718), [sym_multiline_comment] = ACTIONS(3), }, [3917] = { - [sym_indexing_suffix] = STATE(4909), - [sym_navigation_suffix] = STATE(4889), - [sym_call_suffix] = STATE(4891), - [sym_annotated_lambda] = STATE(4893), - [sym_type_arguments] = STATE(7557), - [sym_value_arguments] = STATE(4442), - [sym_lambda_literal] = STATE(4899), - [sym__equality_operator] = STATE(2027), - [sym__comparison_operator] = STATE(2028), - [sym__in_operator] = STATE(2029), - [sym__is_operator] = STATE(6028), - [sym__additive_operator] = STATE(2030), - [sym__multiplicative_operator] = STATE(2031), - [sym__as_operator] = STATE(6024), - [sym__postfix_unary_operator] = STATE(4912), - [sym__member_access_operator] = STATE(7341), - [sym_annotation] = STATE(7855), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2033), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7855), - [sym__alpha_identifier] = ACTIONS(3065), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6688), - [anon_sym_as] = ACTIONS(6690), - [anon_sym_EQ] = ACTIONS(3065), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3067), - [anon_sym_LPAREN] = ACTIONS(6692), - [anon_sym_LT] = ACTIONS(3069), - [anon_sym_GT] = ACTIONS(3065), - [anon_sym_DOT] = ACTIONS(6696), - [anon_sym_SEMI] = ACTIONS(3067), - [anon_sym_get] = ACTIONS(3065), - [anon_sym_set] = ACTIONS(3065), - [anon_sym_STAR] = ACTIONS(3065), - [sym_label] = ACTIONS(6700), - [anon_sym_in] = ACTIONS(3065), - [anon_sym_DOT_DOT] = ACTIONS(3067), - [anon_sym_QMARK_COLON] = ACTIONS(3067), - [anon_sym_AMP_AMP] = ACTIONS(3067), - [anon_sym_PIPE_PIPE] = ACTIONS(3067), - [anon_sym_else] = ACTIONS(3065), - [anon_sym_COLON_COLON] = ACTIONS(6712), - [anon_sym_PLUS_EQ] = ACTIONS(3067), - [anon_sym_DASH_EQ] = ACTIONS(3067), - [anon_sym_STAR_EQ] = ACTIONS(3067), - [anon_sym_SLASH_EQ] = ACTIONS(3067), - [anon_sym_PERCENT_EQ] = ACTIONS(3067), - [anon_sym_BANG_EQ] = ACTIONS(3065), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3067), - [anon_sym_EQ_EQ] = ACTIONS(3065), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3067), - [anon_sym_LT_EQ] = ACTIONS(3067), - [anon_sym_GT_EQ] = ACTIONS(3067), - [anon_sym_BANGin] = ACTIONS(3067), - [anon_sym_is] = ACTIONS(3065), - [anon_sym_BANGis] = ACTIONS(3067), - [anon_sym_PLUS] = ACTIONS(3065), - [anon_sym_DASH] = ACTIONS(3065), - [anon_sym_SLASH] = ACTIONS(3065), - [anon_sym_PERCENT] = ACTIONS(3065), - [anon_sym_as_QMARK] = ACTIONS(6728), - [anon_sym_PLUS_PLUS] = ACTIONS(6730), - [anon_sym_DASH_DASH] = ACTIONS(6730), - [anon_sym_BANG_BANG] = ACTIONS(6730), - [anon_sym_data] = ACTIONS(3065), - [anon_sym_inner] = ACTIONS(3065), - [anon_sym_expect] = ACTIONS(3065), - [anon_sym_actual] = ACTIONS(3065), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3067), - [sym__automatic_semicolon] = ACTIONS(3067), - [sym_safe_nav] = ACTIONS(6712), - [sym_multiline_comment] = ACTIONS(3), + [ts_builtin_sym_end] = ACTIONS(1417), + [sym__alpha_identifier] = ACTIONS(6961), + [anon_sym_AT] = ACTIONS(1417), + [anon_sym_LBRACK] = ACTIONS(1417), + [anon_sym_typealias] = ACTIONS(6961), + [anon_sym_class] = ACTIONS(6961), + [anon_sym_interface] = ACTIONS(6961), + [anon_sym_enum] = ACTIONS(6961), + [anon_sym_LBRACE] = ACTIONS(1417), + [anon_sym_LPAREN] = ACTIONS(1417), + [anon_sym_val] = ACTIONS(6961), + [anon_sym_var] = ACTIONS(6961), + [anon_sym_object] = ACTIONS(6961), + [anon_sym_fun] = ACTIONS(6961), + [anon_sym_get] = ACTIONS(6961), + [anon_sym_set] = ACTIONS(6961), + [anon_sym_this] = ACTIONS(6961), + [anon_sym_super] = ACTIONS(6961), + [anon_sym_STAR] = ACTIONS(1417), + [sym_label] = ACTIONS(6961), + [anon_sym_for] = ACTIONS(6961), + [anon_sym_while] = ACTIONS(6961), + [anon_sym_do] = ACTIONS(6961), + [anon_sym_null] = ACTIONS(6961), + [anon_sym_if] = ACTIONS(6961), + [anon_sym_when] = ACTIONS(6961), + [anon_sym_try] = ACTIONS(6961), + [anon_sym_throw] = ACTIONS(6961), + [anon_sym_return] = ACTIONS(6961), + [anon_sym_continue] = ACTIONS(6961), + [anon_sym_break] = ACTIONS(6961), + [anon_sym_COLON_COLON] = ACTIONS(1417), + [anon_sym_PLUS] = ACTIONS(6961), + [anon_sym_DASH] = ACTIONS(6961), + [anon_sym_PLUS_PLUS] = ACTIONS(1417), + [anon_sym_DASH_DASH] = ACTIONS(1417), + [anon_sym_BANG] = ACTIONS(1417), + [anon_sym_suspend] = ACTIONS(6961), + [anon_sym_sealed] = ACTIONS(6961), + [anon_sym_annotation] = ACTIONS(6961), + [anon_sym_data] = ACTIONS(6961), + [anon_sym_inner] = ACTIONS(6961), + [anon_sym_override] = ACTIONS(6961), + [anon_sym_lateinit] = ACTIONS(6961), + [anon_sym_public] = ACTIONS(6961), + [anon_sym_private] = ACTIONS(6961), + [anon_sym_internal] = ACTIONS(6961), + [anon_sym_protected] = ACTIONS(6961), + [anon_sym_tailrec] = ACTIONS(6961), + [anon_sym_operator] = ACTIONS(6961), + [anon_sym_infix] = ACTIONS(6961), + [anon_sym_inline] = ACTIONS(6961), + [anon_sym_external] = ACTIONS(6961), + [sym_property_modifier] = ACTIONS(6961), + [anon_sym_abstract] = ACTIONS(6961), + [anon_sym_final] = ACTIONS(6961), + [anon_sym_open] = ACTIONS(6961), + [anon_sym_vararg] = ACTIONS(6961), + [anon_sym_noinline] = ACTIONS(6961), + [anon_sym_crossinline] = ACTIONS(6961), + [anon_sym_expect] = ACTIONS(6961), + [anon_sym_actual] = ACTIONS(6961), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1417), + [anon_sym_continue_AT] = ACTIONS(1417), + [anon_sym_break_AT] = ACTIONS(1417), + [sym_real_literal] = ACTIONS(1417), + [sym_integer_literal] = ACTIONS(6961), + [sym_hex_literal] = ACTIONS(1417), + [sym_bin_literal] = ACTIONS(1417), + [anon_sym_true] = ACTIONS(6961), + [anon_sym_false] = ACTIONS(6961), + [anon_sym_SQUOTE] = ACTIONS(1417), + [sym__backtick_identifier] = ACTIONS(1417), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1417), }, [3918] = { - [sym_indexing_suffix] = STATE(4909), - [sym_navigation_suffix] = STATE(4889), - [sym_call_suffix] = STATE(4891), - [sym_annotated_lambda] = STATE(4893), - [sym_type_arguments] = STATE(7557), - [sym_value_arguments] = STATE(4442), - [sym_lambda_literal] = STATE(4899), - [sym__equality_operator] = STATE(2027), - [sym__comparison_operator] = STATE(2028), - [sym__in_operator] = STATE(2029), - [sym__is_operator] = STATE(6028), - [sym__additive_operator] = STATE(2030), - [sym__multiplicative_operator] = STATE(2031), - [sym__as_operator] = STATE(6024), - [sym__postfix_unary_operator] = STATE(4912), - [sym__member_access_operator] = STATE(7341), - [sym_annotation] = STATE(7855), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2033), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7855), - [sym__alpha_identifier] = ACTIONS(3034), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6688), - [anon_sym_as] = ACTIONS(6690), - [anon_sym_EQ] = ACTIONS(3034), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3036), - [anon_sym_LPAREN] = ACTIONS(6692), - [anon_sym_LT] = ACTIONS(3038), - [anon_sym_GT] = ACTIONS(3034), - [anon_sym_DOT] = ACTIONS(6696), - [anon_sym_SEMI] = ACTIONS(3036), - [anon_sym_get] = ACTIONS(3034), - [anon_sym_set] = ACTIONS(3034), - [anon_sym_STAR] = ACTIONS(6910), - [sym_label] = ACTIONS(6700), - [anon_sym_in] = ACTIONS(3034), - [anon_sym_DOT_DOT] = ACTIONS(3036), - [anon_sym_QMARK_COLON] = ACTIONS(3036), - [anon_sym_AMP_AMP] = ACTIONS(3036), - [anon_sym_PIPE_PIPE] = ACTIONS(3036), - [anon_sym_else] = ACTIONS(3034), - [anon_sym_COLON_COLON] = ACTIONS(6712), - [anon_sym_PLUS_EQ] = ACTIONS(3036), - [anon_sym_DASH_EQ] = ACTIONS(3036), - [anon_sym_STAR_EQ] = ACTIONS(3036), - [anon_sym_SLASH_EQ] = ACTIONS(3036), - [anon_sym_PERCENT_EQ] = ACTIONS(3036), - [anon_sym_BANG_EQ] = ACTIONS(3034), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3036), - [anon_sym_EQ_EQ] = ACTIONS(3034), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3036), - [anon_sym_LT_EQ] = ACTIONS(3036), - [anon_sym_GT_EQ] = ACTIONS(3036), - [anon_sym_BANGin] = ACTIONS(3036), - [anon_sym_is] = ACTIONS(3034), - [anon_sym_BANGis] = ACTIONS(3036), - [anon_sym_PLUS] = ACTIONS(3034), - [anon_sym_DASH] = ACTIONS(3034), - [anon_sym_SLASH] = ACTIONS(6910), - [anon_sym_PERCENT] = ACTIONS(6910), - [anon_sym_as_QMARK] = ACTIONS(6728), - [anon_sym_PLUS_PLUS] = ACTIONS(6730), - [anon_sym_DASH_DASH] = ACTIONS(6730), - [anon_sym_BANG_BANG] = ACTIONS(6730), - [anon_sym_data] = ACTIONS(3034), - [anon_sym_inner] = ACTIONS(3034), - [anon_sym_expect] = ACTIONS(3034), - [anon_sym_actual] = ACTIONS(3034), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3036), - [sym__automatic_semicolon] = ACTIONS(3036), - [sym_safe_nav] = ACTIONS(6712), - [sym_multiline_comment] = ACTIONS(3), + [sym__alpha_identifier] = ACTIONS(4272), + [anon_sym_AT] = ACTIONS(4274), + [anon_sym_LBRACK] = ACTIONS(4274), + [anon_sym_typealias] = ACTIONS(4272), + [anon_sym_class] = ACTIONS(4272), + [anon_sym_interface] = ACTIONS(4272), + [anon_sym_enum] = ACTIONS(4272), + [anon_sym_LBRACE] = ACTIONS(4274), + [anon_sym_LPAREN] = ACTIONS(4274), + [anon_sym_val] = ACTIONS(4272), + [anon_sym_var] = ACTIONS(4272), + [anon_sym_object] = ACTIONS(4272), + [anon_sym_fun] = ACTIONS(4272), + [anon_sym_DOT] = ACTIONS(4272), + [anon_sym_get] = ACTIONS(4272), + [anon_sym_set] = ACTIONS(4272), + [anon_sym_this] = ACTIONS(4272), + [anon_sym_super] = ACTIONS(4272), + [anon_sym_STAR] = ACTIONS(4274), + [sym_label] = ACTIONS(4272), + [anon_sym_for] = ACTIONS(4272), + [anon_sym_while] = ACTIONS(4272), + [anon_sym_do] = ACTIONS(4272), + [anon_sym_null] = ACTIONS(4272), + [anon_sym_if] = ACTIONS(4272), + [anon_sym_when] = ACTIONS(4272), + [anon_sym_try] = ACTIONS(4272), + [anon_sym_throw] = ACTIONS(4272), + [anon_sym_return] = ACTIONS(4272), + [anon_sym_continue] = ACTIONS(4272), + [anon_sym_break] = ACTIONS(4272), + [anon_sym_COLON_COLON] = ACTIONS(4274), + [anon_sym_PLUS] = ACTIONS(4272), + [anon_sym_DASH] = ACTIONS(4272), + [anon_sym_PLUS_PLUS] = ACTIONS(4274), + [anon_sym_DASH_DASH] = ACTIONS(4274), + [anon_sym_BANG] = ACTIONS(4274), + [anon_sym_suspend] = ACTIONS(4272), + [anon_sym_sealed] = ACTIONS(4272), + [anon_sym_annotation] = ACTIONS(4272), + [anon_sym_data] = ACTIONS(4272), + [anon_sym_inner] = ACTIONS(4272), + [anon_sym_override] = ACTIONS(4272), + [anon_sym_lateinit] = ACTIONS(4272), + [anon_sym_public] = ACTIONS(4272), + [anon_sym_private] = ACTIONS(4272), + [anon_sym_internal] = ACTIONS(4272), + [anon_sym_protected] = ACTIONS(4272), + [anon_sym_tailrec] = ACTIONS(4272), + [anon_sym_operator] = ACTIONS(4272), + [anon_sym_infix] = ACTIONS(4272), + [anon_sym_inline] = ACTIONS(4272), + [anon_sym_external] = ACTIONS(4272), + [sym_property_modifier] = ACTIONS(4272), + [anon_sym_abstract] = ACTIONS(4272), + [anon_sym_final] = ACTIONS(4272), + [anon_sym_open] = ACTIONS(4272), + [anon_sym_vararg] = ACTIONS(4272), + [anon_sym_noinline] = ACTIONS(4272), + [anon_sym_crossinline] = ACTIONS(4272), + [anon_sym_expect] = ACTIONS(4272), + [anon_sym_actual] = ACTIONS(4272), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4274), + [anon_sym_continue_AT] = ACTIONS(4274), + [anon_sym_break_AT] = ACTIONS(4274), + [sym_real_literal] = ACTIONS(4274), + [sym_integer_literal] = ACTIONS(4272), + [sym_hex_literal] = ACTIONS(4274), + [sym_bin_literal] = ACTIONS(4274), + [anon_sym_true] = ACTIONS(4272), + [anon_sym_false] = ACTIONS(4272), + [anon_sym_SQUOTE] = ACTIONS(4274), + [sym__backtick_identifier] = ACTIONS(4274), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4274), }, [3919] = { - [sym_indexing_suffix] = STATE(4909), - [sym_navigation_suffix] = STATE(4889), - [sym_call_suffix] = STATE(4891), - [sym_annotated_lambda] = STATE(4893), - [sym_type_arguments] = STATE(7557), - [sym_value_arguments] = STATE(4442), - [sym_lambda_literal] = STATE(4899), - [sym__equality_operator] = STATE(2027), - [sym__comparison_operator] = STATE(2028), - [sym__in_operator] = STATE(2029), - [sym__is_operator] = STATE(6028), - [sym__additive_operator] = STATE(2030), - [sym__multiplicative_operator] = STATE(2031), - [sym__as_operator] = STATE(6024), - [sym__postfix_unary_operator] = STATE(4912), - [sym__member_access_operator] = STATE(7341), - [sym_annotation] = STATE(7855), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2033), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7855), + [sym_indexing_suffix] = STATE(4986), + [sym_navigation_suffix] = STATE(5006), + [sym_call_suffix] = STATE(5077), + [sym_annotated_lambda] = STATE(4993), + [sym_type_arguments] = STATE(7551), + [sym_value_arguments] = STATE(4451), + [sym_lambda_literal] = STATE(4995), + [sym__equality_operator] = STATE(2227), + [sym__comparison_operator] = STATE(2245), + [sym__in_operator] = STATE(2361), + [sym__is_operator] = STATE(5776), + [sym__additive_operator] = STATE(2282), + [sym__multiplicative_operator] = STATE(1900), + [sym__as_operator] = STATE(5777), + [sym__postfix_unary_operator] = STATE(5000), + [sym__member_access_operator] = STATE(7402), + [sym_annotation] = STATE(7890), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2162), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7890), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6688), - [anon_sym_as] = ACTIONS(6690), - [anon_sym_EQ] = ACTIONS(3027), + [anon_sym_LBRACK] = ACTIONS(6702), + [anon_sym_as] = ACTIONS(6704), + [anon_sym_EQ] = ACTIONS(3003), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3029), - [anon_sym_LPAREN] = ACTIONS(6692), - [anon_sym_LT] = ACTIONS(3031), - [anon_sym_GT] = ACTIONS(3027), - [anon_sym_DOT] = ACTIONS(6696), - [anon_sym_SEMI] = ACTIONS(3029), + [anon_sym_RBRACE] = ACTIONS(3005), + [anon_sym_LPAREN] = ACTIONS(6706), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(6941), + [anon_sym_DOT] = ACTIONS(6708), + [anon_sym_SEMI] = ACTIONS(3005), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(6910), - [sym_label] = ACTIONS(6700), - [anon_sym_in] = ACTIONS(3027), - [anon_sym_DOT_DOT] = ACTIONS(6914), - [anon_sym_QMARK_COLON] = ACTIONS(6916), - [anon_sym_AMP_AMP] = ACTIONS(3029), - [anon_sym_PIPE_PIPE] = ACTIONS(3029), - [anon_sym_else] = ACTIONS(3027), - [anon_sym_COLON_COLON] = ACTIONS(6712), - [anon_sym_PLUS_EQ] = ACTIONS(3029), - [anon_sym_DASH_EQ] = ACTIONS(3029), - [anon_sym_STAR_EQ] = ACTIONS(3029), - [anon_sym_SLASH_EQ] = ACTIONS(3029), - [anon_sym_PERCENT_EQ] = ACTIONS(3029), - [anon_sym_BANG_EQ] = ACTIONS(3027), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3029), - [anon_sym_EQ_EQ] = ACTIONS(3027), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3029), - [anon_sym_LT_EQ] = ACTIONS(3029), - [anon_sym_GT_EQ] = ACTIONS(3029), - [anon_sym_BANGin] = ACTIONS(3029), - [anon_sym_is] = ACTIONS(3027), - [anon_sym_BANGis] = ACTIONS(3029), - [anon_sym_PLUS] = ACTIONS(6930), - [anon_sym_DASH] = ACTIONS(6930), - [anon_sym_SLASH] = ACTIONS(6910), - [anon_sym_PERCENT] = ACTIONS(6910), - [anon_sym_as_QMARK] = ACTIONS(6728), - [anon_sym_PLUS_PLUS] = ACTIONS(6730), - [anon_sym_DASH_DASH] = ACTIONS(6730), - [anon_sym_BANG_BANG] = ACTIONS(6730), + [anon_sym_STAR] = ACTIONS(6920), + [sym_label] = ACTIONS(6712), + [anon_sym_in] = ACTIONS(6943), + [anon_sym_DOT_DOT] = ACTIONS(6945), + [anon_sym_QMARK_COLON] = ACTIONS(6947), + [anon_sym_AMP_AMP] = ACTIONS(6949), + [anon_sym_PIPE_PIPE] = ACTIONS(6951), + [anon_sym_else] = ACTIONS(3003), + [anon_sym_COLON_COLON] = ACTIONS(6718), + [anon_sym_PLUS_EQ] = ACTIONS(3005), + [anon_sym_DASH_EQ] = ACTIONS(3005), + [anon_sym_STAR_EQ] = ACTIONS(3005), + [anon_sym_SLASH_EQ] = ACTIONS(3005), + [anon_sym_PERCENT_EQ] = ACTIONS(3005), + [anon_sym_BANG_EQ] = ACTIONS(6953), + [anon_sym_BANG_EQ_EQ] = ACTIONS(6955), + [anon_sym_EQ_EQ] = ACTIONS(6953), + [anon_sym_EQ_EQ_EQ] = ACTIONS(6955), + [anon_sym_LT_EQ] = ACTIONS(6957), + [anon_sym_GT_EQ] = ACTIONS(6957), + [anon_sym_BANGin] = ACTIONS(6959), + [anon_sym_is] = ACTIONS(6744), + [anon_sym_BANGis] = ACTIONS(6746), + [anon_sym_PLUS] = ACTIONS(6922), + [anon_sym_DASH] = ACTIONS(6922), + [anon_sym_SLASH] = ACTIONS(6920), + [anon_sym_PERCENT] = ACTIONS(6920), + [anon_sym_as_QMARK] = ACTIONS(6722), + [anon_sym_PLUS_PLUS] = ACTIONS(6724), + [anon_sym_DASH_DASH] = ACTIONS(6724), + [anon_sym_BANG_BANG] = ACTIONS(6724), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3029), - [sym_safe_nav] = ACTIONS(6712), + [sym__automatic_semicolon] = ACTIONS(3005), + [sym_safe_nav] = ACTIONS(6718), [sym_multiline_comment] = ACTIONS(3), }, [3920] = { - [sym_indexing_suffix] = STATE(4909), - [sym_navigation_suffix] = STATE(4889), - [sym_call_suffix] = STATE(4891), - [sym_annotated_lambda] = STATE(4893), - [sym_type_arguments] = STATE(7557), - [sym_value_arguments] = STATE(4442), - [sym_lambda_literal] = STATE(4899), - [sym__equality_operator] = STATE(2027), - [sym__comparison_operator] = STATE(2028), - [sym__in_operator] = STATE(2029), - [sym__is_operator] = STATE(6028), - [sym__additive_operator] = STATE(2030), - [sym__multiplicative_operator] = STATE(2031), - [sym__as_operator] = STATE(6024), - [sym__postfix_unary_operator] = STATE(4912), - [sym__member_access_operator] = STATE(7341), - [sym_annotation] = STATE(7855), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2033), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7855), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6688), - [anon_sym_as] = ACTIONS(6690), - [anon_sym_EQ] = ACTIONS(3023), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3025), - [anon_sym_LPAREN] = ACTIONS(6692), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3023), - [anon_sym_DOT] = ACTIONS(6696), - [anon_sym_SEMI] = ACTIONS(3025), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(6910), - [sym_label] = ACTIONS(6700), - [anon_sym_in] = ACTIONS(6912), - [anon_sym_DOT_DOT] = ACTIONS(6914), - [anon_sym_QMARK_COLON] = ACTIONS(6916), - [anon_sym_AMP_AMP] = ACTIONS(3025), - [anon_sym_PIPE_PIPE] = ACTIONS(3025), - [anon_sym_else] = ACTIONS(3023), - [anon_sym_COLON_COLON] = ACTIONS(6712), - [anon_sym_PLUS_EQ] = ACTIONS(3025), - [anon_sym_DASH_EQ] = ACTIONS(3025), - [anon_sym_STAR_EQ] = ACTIONS(3025), - [anon_sym_SLASH_EQ] = ACTIONS(3025), - [anon_sym_PERCENT_EQ] = ACTIONS(3025), - [anon_sym_BANG_EQ] = ACTIONS(3023), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3025), - [anon_sym_EQ_EQ] = ACTIONS(3023), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3025), - [anon_sym_LT_EQ] = ACTIONS(3025), - [anon_sym_GT_EQ] = ACTIONS(3025), - [anon_sym_BANGin] = ACTIONS(6928), - [anon_sym_is] = ACTIONS(6722), - [anon_sym_BANGis] = ACTIONS(6724), - [anon_sym_PLUS] = ACTIONS(6930), - [anon_sym_DASH] = ACTIONS(6930), - [anon_sym_SLASH] = ACTIONS(6910), - [anon_sym_PERCENT] = ACTIONS(6910), - [anon_sym_as_QMARK] = ACTIONS(6728), - [anon_sym_PLUS_PLUS] = ACTIONS(6730), - [anon_sym_DASH_DASH] = ACTIONS(6730), - [anon_sym_BANG_BANG] = ACTIONS(6730), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3025), - [sym_safe_nav] = ACTIONS(6712), - [sym_multiline_comment] = ACTIONS(3), + [sym_value_arguments] = STATE(3391), + [sym__alpha_identifier] = ACTIONS(4416), + [anon_sym_AT] = ACTIONS(4418), + [anon_sym_LBRACK] = ACTIONS(4418), + [anon_sym_as] = ACTIONS(4416), + [anon_sym_LBRACE] = ACTIONS(4418), + [anon_sym_RBRACE] = ACTIONS(4418), + [anon_sym_LPAREN] = ACTIONS(4418), + [anon_sym_COMMA] = ACTIONS(4418), + [anon_sym_by] = ACTIONS(6963), + [anon_sym_LT] = ACTIONS(4416), + [anon_sym_GT] = ACTIONS(4416), + [anon_sym_where] = ACTIONS(4416), + [anon_sym_object] = ACTIONS(4416), + [anon_sym_fun] = ACTIONS(4416), + [anon_sym_DOT] = ACTIONS(4416), + [anon_sym_SEMI] = ACTIONS(4418), + [anon_sym_get] = ACTIONS(4416), + [anon_sym_set] = ACTIONS(4416), + [anon_sym_this] = ACTIONS(4416), + [anon_sym_super] = ACTIONS(4416), + [anon_sym_STAR] = ACTIONS(4418), + [sym_label] = ACTIONS(4416), + [anon_sym_in] = ACTIONS(4416), + [anon_sym_DOT_DOT] = ACTIONS(4418), + [anon_sym_QMARK_COLON] = ACTIONS(4418), + [anon_sym_AMP_AMP] = ACTIONS(4418), + [anon_sym_PIPE_PIPE] = ACTIONS(4418), + [anon_sym_null] = ACTIONS(4416), + [anon_sym_if] = ACTIONS(4416), + [anon_sym_else] = ACTIONS(4416), + [anon_sym_when] = ACTIONS(4416), + [anon_sym_try] = ACTIONS(4416), + [anon_sym_throw] = ACTIONS(4416), + [anon_sym_return] = ACTIONS(4416), + [anon_sym_continue] = ACTIONS(4416), + [anon_sym_break] = ACTIONS(4416), + [anon_sym_COLON_COLON] = ACTIONS(4418), + [anon_sym_BANG_EQ] = ACTIONS(4416), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4418), + [anon_sym_EQ_EQ] = ACTIONS(4416), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4418), + [anon_sym_LT_EQ] = ACTIONS(4418), + [anon_sym_GT_EQ] = ACTIONS(4418), + [anon_sym_BANGin] = ACTIONS(4418), + [anon_sym_is] = ACTIONS(4416), + [anon_sym_BANGis] = ACTIONS(4418), + [anon_sym_PLUS] = ACTIONS(4416), + [anon_sym_DASH] = ACTIONS(4416), + [anon_sym_SLASH] = ACTIONS(4416), + [anon_sym_PERCENT] = ACTIONS(4418), + [anon_sym_as_QMARK] = ACTIONS(4418), + [anon_sym_PLUS_PLUS] = ACTIONS(4418), + [anon_sym_DASH_DASH] = ACTIONS(4418), + [anon_sym_BANG] = ACTIONS(4416), + [anon_sym_BANG_BANG] = ACTIONS(4418), + [anon_sym_data] = ACTIONS(4416), + [anon_sym_inner] = ACTIONS(4416), + [anon_sym_expect] = ACTIONS(4416), + [anon_sym_actual] = ACTIONS(4416), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4418), + [anon_sym_continue_AT] = ACTIONS(4418), + [anon_sym_break_AT] = ACTIONS(4418), + [sym_real_literal] = ACTIONS(4418), + [sym_integer_literal] = ACTIONS(4416), + [sym_hex_literal] = ACTIONS(4418), + [sym_bin_literal] = ACTIONS(4418), + [anon_sym_true] = ACTIONS(4416), + [anon_sym_false] = ACTIONS(4416), + [anon_sym_SQUOTE] = ACTIONS(4418), + [sym__backtick_identifier] = ACTIONS(4418), + [sym__automatic_semicolon] = ACTIONS(4418), + [sym_safe_nav] = ACTIONS(4418), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4418), }, [3921] = { - [sym_indexing_suffix] = STATE(4909), - [sym_navigation_suffix] = STATE(4889), - [sym_call_suffix] = STATE(4891), - [sym_annotated_lambda] = STATE(4893), - [sym_type_arguments] = STATE(7557), - [sym_value_arguments] = STATE(4442), - [sym_lambda_literal] = STATE(4899), - [sym__equality_operator] = STATE(2027), - [sym__comparison_operator] = STATE(2028), - [sym__in_operator] = STATE(2029), - [sym__is_operator] = STATE(6028), - [sym__additive_operator] = STATE(2030), - [sym__multiplicative_operator] = STATE(2031), - [sym__as_operator] = STATE(6024), - [sym__postfix_unary_operator] = STATE(4912), - [sym__member_access_operator] = STATE(7341), - [sym_annotation] = STATE(7855), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2033), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7855), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6688), - [anon_sym_as] = ACTIONS(6690), - [anon_sym_EQ] = ACTIONS(2995), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(2997), - [anon_sym_LPAREN] = ACTIONS(6692), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(6908), - [anon_sym_DOT] = ACTIONS(6696), - [anon_sym_SEMI] = ACTIONS(2997), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(6910), - [sym_label] = ACTIONS(6700), - [anon_sym_in] = ACTIONS(6912), - [anon_sym_DOT_DOT] = ACTIONS(6914), - [anon_sym_QMARK_COLON] = ACTIONS(6916), - [anon_sym_AMP_AMP] = ACTIONS(2997), - [anon_sym_PIPE_PIPE] = ACTIONS(2997), - [anon_sym_else] = ACTIONS(2995), - [anon_sym_COLON_COLON] = ACTIONS(6712), - [anon_sym_PLUS_EQ] = ACTIONS(2997), - [anon_sym_DASH_EQ] = ACTIONS(2997), - [anon_sym_STAR_EQ] = ACTIONS(2997), - [anon_sym_SLASH_EQ] = ACTIONS(2997), - [anon_sym_PERCENT_EQ] = ACTIONS(2997), - [anon_sym_BANG_EQ] = ACTIONS(2995), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2997), - [anon_sym_EQ_EQ] = ACTIONS(2995), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2997), - [anon_sym_LT_EQ] = ACTIONS(6926), - [anon_sym_GT_EQ] = ACTIONS(6926), - [anon_sym_BANGin] = ACTIONS(6928), - [anon_sym_is] = ACTIONS(6722), - [anon_sym_BANGis] = ACTIONS(6724), - [anon_sym_PLUS] = ACTIONS(6930), - [anon_sym_DASH] = ACTIONS(6930), - [anon_sym_SLASH] = ACTIONS(6910), - [anon_sym_PERCENT] = ACTIONS(6910), - [anon_sym_as_QMARK] = ACTIONS(6728), - [anon_sym_PLUS_PLUS] = ACTIONS(6730), - [anon_sym_DASH_DASH] = ACTIONS(6730), - [anon_sym_BANG_BANG] = ACTIONS(6730), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(2997), - [sym_safe_nav] = ACTIONS(6712), + [sym_type_constraints] = STATE(4118), + [sym_function_body] = STATE(3281), + [sym__block] = STATE(3464), + [sym__alpha_identifier] = ACTIONS(4041), + [anon_sym_AT] = ACTIONS(4043), + [anon_sym_COLON] = ACTIONS(6965), + [anon_sym_LBRACK] = ACTIONS(4043), + [anon_sym_as] = ACTIONS(4041), + [anon_sym_EQ] = ACTIONS(6967), + [anon_sym_LBRACE] = ACTIONS(6233), + [anon_sym_RBRACE] = ACTIONS(4043), + [anon_sym_LPAREN] = ACTIONS(4043), + [anon_sym_RPAREN] = ACTIONS(4043), + [anon_sym_LT] = ACTIONS(4041), + [anon_sym_GT] = ACTIONS(4041), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(4041), + [anon_sym_SEMI] = ACTIONS(4043), + [anon_sym_get] = ACTIONS(4041), + [anon_sym_set] = ACTIONS(4041), + [anon_sym_STAR] = ACTIONS(4043), + [sym_label] = ACTIONS(4043), + [anon_sym_in] = ACTIONS(4041), + [anon_sym_while] = ACTIONS(4041), + [anon_sym_DOT_DOT] = ACTIONS(4043), + [anon_sym_QMARK_COLON] = ACTIONS(4043), + [anon_sym_AMP_AMP] = ACTIONS(4043), + [anon_sym_PIPE_PIPE] = ACTIONS(4043), + [anon_sym_else] = ACTIONS(4041), + [anon_sym_COLON_COLON] = ACTIONS(4043), + [anon_sym_BANG_EQ] = ACTIONS(4041), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4043), + [anon_sym_EQ_EQ] = ACTIONS(4041), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4043), + [anon_sym_LT_EQ] = ACTIONS(4043), + [anon_sym_GT_EQ] = ACTIONS(4043), + [anon_sym_BANGin] = ACTIONS(4043), + [anon_sym_is] = ACTIONS(4041), + [anon_sym_BANGis] = ACTIONS(4043), + [anon_sym_PLUS] = ACTIONS(4041), + [anon_sym_DASH] = ACTIONS(4041), + [anon_sym_SLASH] = ACTIONS(4041), + [anon_sym_PERCENT] = ACTIONS(4043), + [anon_sym_as_QMARK] = ACTIONS(4043), + [anon_sym_PLUS_PLUS] = ACTIONS(4043), + [anon_sym_DASH_DASH] = ACTIONS(4043), + [anon_sym_BANG_BANG] = ACTIONS(4043), + [anon_sym_suspend] = ACTIONS(4041), + [anon_sym_sealed] = ACTIONS(4041), + [anon_sym_annotation] = ACTIONS(4041), + [anon_sym_data] = ACTIONS(4041), + [anon_sym_inner] = ACTIONS(4041), + [anon_sym_override] = ACTIONS(4041), + [anon_sym_lateinit] = ACTIONS(4041), + [anon_sym_public] = ACTIONS(4041), + [anon_sym_private] = ACTIONS(4041), + [anon_sym_internal] = ACTIONS(4041), + [anon_sym_protected] = ACTIONS(4041), + [anon_sym_tailrec] = ACTIONS(4041), + [anon_sym_operator] = ACTIONS(4041), + [anon_sym_infix] = ACTIONS(4041), + [anon_sym_inline] = ACTIONS(4041), + [anon_sym_external] = ACTIONS(4041), + [sym_property_modifier] = ACTIONS(4041), + [anon_sym_abstract] = ACTIONS(4041), + [anon_sym_final] = ACTIONS(4041), + [anon_sym_open] = ACTIONS(4041), + [anon_sym_vararg] = ACTIONS(4041), + [anon_sym_noinline] = ACTIONS(4041), + [anon_sym_crossinline] = ACTIONS(4041), + [anon_sym_expect] = ACTIONS(4041), + [anon_sym_actual] = ACTIONS(4041), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4043), + [sym_safe_nav] = ACTIONS(4043), [sym_multiline_comment] = ACTIONS(3), }, [3922] = { - [sym_type_constraints] = STATE(3116), - [sym_enum_class_body] = STATE(3126), - [sym__alpha_identifier] = ACTIONS(4213), - [anon_sym_AT] = ACTIONS(4215), - [anon_sym_COLON] = ACTIONS(6964), - [anon_sym_LBRACK] = ACTIONS(4215), - [anon_sym_as] = ACTIONS(4213), - [anon_sym_LBRACE] = ACTIONS(3152), - [anon_sym_RBRACE] = ACTIONS(4215), - [anon_sym_LPAREN] = ACTIONS(4215), - [anon_sym_LT] = ACTIONS(4213), - [anon_sym_GT] = ACTIONS(4213), - [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(4213), - [anon_sym_fun] = ACTIONS(4213), - [anon_sym_DOT] = ACTIONS(4213), - [anon_sym_SEMI] = ACTIONS(4215), - [anon_sym_get] = ACTIONS(4213), - [anon_sym_set] = ACTIONS(4213), - [anon_sym_this] = ACTIONS(4213), - [anon_sym_super] = ACTIONS(4213), - [anon_sym_STAR] = ACTIONS(4215), - [sym_label] = ACTIONS(4213), - [anon_sym_in] = ACTIONS(4213), - [anon_sym_DOT_DOT] = ACTIONS(4215), - [anon_sym_QMARK_COLON] = ACTIONS(4215), - [anon_sym_AMP_AMP] = ACTIONS(4215), - [anon_sym_PIPE_PIPE] = ACTIONS(4215), - [anon_sym_null] = ACTIONS(4213), - [anon_sym_if] = ACTIONS(4213), - [anon_sym_else] = ACTIONS(4213), - [anon_sym_when] = ACTIONS(4213), - [anon_sym_try] = ACTIONS(4213), - [anon_sym_throw] = ACTIONS(4213), - [anon_sym_return] = ACTIONS(4213), - [anon_sym_continue] = ACTIONS(4213), - [anon_sym_break] = ACTIONS(4213), - [anon_sym_COLON_COLON] = ACTIONS(4215), - [anon_sym_BANG_EQ] = ACTIONS(4213), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4215), - [anon_sym_EQ_EQ] = ACTIONS(4213), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4215), - [anon_sym_LT_EQ] = ACTIONS(4215), - [anon_sym_GT_EQ] = ACTIONS(4215), - [anon_sym_BANGin] = ACTIONS(4215), - [anon_sym_is] = ACTIONS(4213), - [anon_sym_BANGis] = ACTIONS(4215), - [anon_sym_PLUS] = ACTIONS(4213), - [anon_sym_DASH] = ACTIONS(4213), - [anon_sym_SLASH] = ACTIONS(4213), - [anon_sym_PERCENT] = ACTIONS(4215), - [anon_sym_as_QMARK] = ACTIONS(4215), - [anon_sym_PLUS_PLUS] = ACTIONS(4215), - [anon_sym_DASH_DASH] = ACTIONS(4215), - [anon_sym_BANG] = ACTIONS(4213), - [anon_sym_BANG_BANG] = ACTIONS(4215), - [anon_sym_data] = ACTIONS(4213), - [anon_sym_inner] = ACTIONS(4213), - [anon_sym_expect] = ACTIONS(4213), - [anon_sym_actual] = ACTIONS(4213), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4215), - [anon_sym_continue_AT] = ACTIONS(4215), - [anon_sym_break_AT] = ACTIONS(4215), - [sym_real_literal] = ACTIONS(4215), - [sym_integer_literal] = ACTIONS(4213), - [sym_hex_literal] = ACTIONS(4215), - [sym_bin_literal] = ACTIONS(4215), - [anon_sym_true] = ACTIONS(4213), - [anon_sym_false] = ACTIONS(4213), - [anon_sym_SQUOTE] = ACTIONS(4215), - [sym__backtick_identifier] = ACTIONS(4215), - [sym__automatic_semicolon] = ACTIONS(4215), - [sym_safe_nav] = ACTIONS(4215), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4215), + [sym_value_arguments] = STATE(3187), + [sym__alpha_identifier] = ACTIONS(4416), + [anon_sym_AT] = ACTIONS(4418), + [anon_sym_LBRACK] = ACTIONS(4418), + [anon_sym_RBRACK] = ACTIONS(4418), + [anon_sym_as] = ACTIONS(4416), + [anon_sym_LBRACE] = ACTIONS(4418), + [anon_sym_RBRACE] = ACTIONS(4418), + [anon_sym_LPAREN] = ACTIONS(4418), + [anon_sym_COMMA] = ACTIONS(4418), + [anon_sym_RPAREN] = ACTIONS(4418), + [anon_sym_by] = ACTIONS(6969), + [anon_sym_LT] = ACTIONS(4416), + [anon_sym_GT] = ACTIONS(4416), + [anon_sym_where] = ACTIONS(4416), + [anon_sym_DOT] = ACTIONS(4416), + [anon_sym_SEMI] = ACTIONS(4418), + [anon_sym_get] = ACTIONS(4416), + [anon_sym_set] = ACTIONS(4416), + [anon_sym_STAR] = ACTIONS(4418), + [anon_sym_DASH_GT] = ACTIONS(4418), + [sym_label] = ACTIONS(4418), + [anon_sym_in] = ACTIONS(4416), + [anon_sym_while] = ACTIONS(4416), + [anon_sym_DOT_DOT] = ACTIONS(4418), + [anon_sym_QMARK_COLON] = ACTIONS(4418), + [anon_sym_AMP_AMP] = ACTIONS(4418), + [anon_sym_PIPE_PIPE] = ACTIONS(4418), + [anon_sym_else] = ACTIONS(4416), + [anon_sym_COLON_COLON] = ACTIONS(4418), + [anon_sym_BANG_EQ] = ACTIONS(4416), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4418), + [anon_sym_EQ_EQ] = ACTIONS(4416), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4418), + [anon_sym_LT_EQ] = ACTIONS(4418), + [anon_sym_GT_EQ] = ACTIONS(4418), + [anon_sym_BANGin] = ACTIONS(4418), + [anon_sym_is] = ACTIONS(4416), + [anon_sym_BANGis] = ACTIONS(4418), + [anon_sym_PLUS] = ACTIONS(4416), + [anon_sym_DASH] = ACTIONS(4416), + [anon_sym_SLASH] = ACTIONS(4416), + [anon_sym_PERCENT] = ACTIONS(4418), + [anon_sym_as_QMARK] = ACTIONS(4418), + [anon_sym_PLUS_PLUS] = ACTIONS(4418), + [anon_sym_DASH_DASH] = ACTIONS(4418), + [anon_sym_BANG_BANG] = ACTIONS(4418), + [anon_sym_suspend] = ACTIONS(4416), + [anon_sym_sealed] = ACTIONS(4416), + [anon_sym_annotation] = ACTIONS(4416), + [anon_sym_data] = ACTIONS(4416), + [anon_sym_inner] = ACTIONS(4416), + [anon_sym_override] = ACTIONS(4416), + [anon_sym_lateinit] = ACTIONS(4416), + [anon_sym_public] = ACTIONS(4416), + [anon_sym_private] = ACTIONS(4416), + [anon_sym_internal] = ACTIONS(4416), + [anon_sym_protected] = ACTIONS(4416), + [anon_sym_tailrec] = ACTIONS(4416), + [anon_sym_operator] = ACTIONS(4416), + [anon_sym_infix] = ACTIONS(4416), + [anon_sym_inline] = ACTIONS(4416), + [anon_sym_external] = ACTIONS(4416), + [sym_property_modifier] = ACTIONS(4416), + [anon_sym_abstract] = ACTIONS(4416), + [anon_sym_final] = ACTIONS(4416), + [anon_sym_open] = ACTIONS(4416), + [anon_sym_vararg] = ACTIONS(4416), + [anon_sym_noinline] = ACTIONS(4416), + [anon_sym_crossinline] = ACTIONS(4416), + [anon_sym_expect] = ACTIONS(4416), + [anon_sym_actual] = ACTIONS(4416), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4418), + [sym_safe_nav] = ACTIONS(4418), + [sym_multiline_comment] = ACTIONS(3), }, [3923] = { - [sym_indexing_suffix] = STATE(4909), - [sym_navigation_suffix] = STATE(4889), - [sym_call_suffix] = STATE(4891), - [sym_annotated_lambda] = STATE(4893), - [sym_type_arguments] = STATE(7557), - [sym_value_arguments] = STATE(4442), - [sym_lambda_literal] = STATE(4899), - [sym__equality_operator] = STATE(2027), - [sym__comparison_operator] = STATE(2028), - [sym__in_operator] = STATE(2029), - [sym__is_operator] = STATE(6028), - [sym__additive_operator] = STATE(2030), - [sym__multiplicative_operator] = STATE(2031), - [sym__as_operator] = STATE(6024), - [sym__postfix_unary_operator] = STATE(4912), - [sym__member_access_operator] = STATE(7341), - [sym_annotation] = STATE(7855), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2033), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7855), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6688), - [anon_sym_as] = ACTIONS(6690), - [anon_sym_EQ] = ACTIONS(3011), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3013), - [anon_sym_LPAREN] = ACTIONS(6692), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(6908), - [anon_sym_DOT] = ACTIONS(6696), - [anon_sym_SEMI] = ACTIONS(3013), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(6910), - [sym_label] = ACTIONS(6700), - [anon_sym_in] = ACTIONS(6912), - [anon_sym_DOT_DOT] = ACTIONS(6914), - [anon_sym_QMARK_COLON] = ACTIONS(6916), - [anon_sym_AMP_AMP] = ACTIONS(6918), - [anon_sym_PIPE_PIPE] = ACTIONS(3013), - [anon_sym_else] = ACTIONS(3011), - [anon_sym_COLON_COLON] = ACTIONS(6712), - [anon_sym_PLUS_EQ] = ACTIONS(3013), - [anon_sym_DASH_EQ] = ACTIONS(3013), - [anon_sym_STAR_EQ] = ACTIONS(3013), - [anon_sym_SLASH_EQ] = ACTIONS(3013), - [anon_sym_PERCENT_EQ] = ACTIONS(3013), - [anon_sym_BANG_EQ] = ACTIONS(6922), - [anon_sym_BANG_EQ_EQ] = ACTIONS(6924), - [anon_sym_EQ_EQ] = ACTIONS(6922), - [anon_sym_EQ_EQ_EQ] = ACTIONS(6924), - [anon_sym_LT_EQ] = ACTIONS(6926), - [anon_sym_GT_EQ] = ACTIONS(6926), - [anon_sym_BANGin] = ACTIONS(6928), - [anon_sym_is] = ACTIONS(6722), - [anon_sym_BANGis] = ACTIONS(6724), - [anon_sym_PLUS] = ACTIONS(6930), - [anon_sym_DASH] = ACTIONS(6930), - [anon_sym_SLASH] = ACTIONS(6910), - [anon_sym_PERCENT] = ACTIONS(6910), - [anon_sym_as_QMARK] = ACTIONS(6728), - [anon_sym_PLUS_PLUS] = ACTIONS(6730), - [anon_sym_DASH_DASH] = ACTIONS(6730), - [anon_sym_BANG_BANG] = ACTIONS(6730), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3013), - [sym_safe_nav] = ACTIONS(6712), - [sym_multiline_comment] = ACTIONS(3), + [sym__alpha_identifier] = ACTIONS(4515), + [anon_sym_AT] = ACTIONS(4517), + [anon_sym_LBRACK] = ACTIONS(4517), + [anon_sym_typealias] = ACTIONS(4515), + [anon_sym_class] = ACTIONS(4515), + [anon_sym_interface] = ACTIONS(4515), + [anon_sym_enum] = ACTIONS(4515), + [anon_sym_LBRACE] = ACTIONS(4517), + [anon_sym_LPAREN] = ACTIONS(4517), + [anon_sym_val] = ACTIONS(4515), + [anon_sym_var] = ACTIONS(4515), + [anon_sym_object] = ACTIONS(4515), + [anon_sym_fun] = ACTIONS(4515), + [anon_sym_DOT] = ACTIONS(4515), + [anon_sym_get] = ACTIONS(4515), + [anon_sym_set] = ACTIONS(4515), + [anon_sym_this] = ACTIONS(4515), + [anon_sym_super] = ACTIONS(4515), + [anon_sym_STAR] = ACTIONS(4517), + [sym_label] = ACTIONS(4515), + [anon_sym_for] = ACTIONS(4515), + [anon_sym_while] = ACTIONS(4515), + [anon_sym_do] = ACTIONS(4515), + [anon_sym_null] = ACTIONS(4515), + [anon_sym_if] = ACTIONS(4515), + [anon_sym_when] = ACTIONS(4515), + [anon_sym_try] = ACTIONS(4515), + [anon_sym_throw] = ACTIONS(4515), + [anon_sym_return] = ACTIONS(4515), + [anon_sym_continue] = ACTIONS(4515), + [anon_sym_break] = ACTIONS(4515), + [anon_sym_COLON_COLON] = ACTIONS(4517), + [anon_sym_PLUS] = ACTIONS(4515), + [anon_sym_DASH] = ACTIONS(4515), + [anon_sym_PLUS_PLUS] = ACTIONS(4517), + [anon_sym_DASH_DASH] = ACTIONS(4517), + [anon_sym_BANG] = ACTIONS(4517), + [anon_sym_suspend] = ACTIONS(4515), + [anon_sym_sealed] = ACTIONS(4515), + [anon_sym_annotation] = ACTIONS(4515), + [anon_sym_data] = ACTIONS(4515), + [anon_sym_inner] = ACTIONS(4515), + [anon_sym_override] = ACTIONS(4515), + [anon_sym_lateinit] = ACTIONS(4515), + [anon_sym_public] = ACTIONS(4515), + [anon_sym_private] = ACTIONS(4515), + [anon_sym_internal] = ACTIONS(4515), + [anon_sym_protected] = ACTIONS(4515), + [anon_sym_tailrec] = ACTIONS(4515), + [anon_sym_operator] = ACTIONS(4515), + [anon_sym_infix] = ACTIONS(4515), + [anon_sym_inline] = ACTIONS(4515), + [anon_sym_external] = ACTIONS(4515), + [sym_property_modifier] = ACTIONS(4515), + [anon_sym_abstract] = ACTIONS(4515), + [anon_sym_final] = ACTIONS(4515), + [anon_sym_open] = ACTIONS(4515), + [anon_sym_vararg] = ACTIONS(4515), + [anon_sym_noinline] = ACTIONS(4515), + [anon_sym_crossinline] = ACTIONS(4515), + [anon_sym_expect] = ACTIONS(4515), + [anon_sym_actual] = ACTIONS(4515), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4517), + [anon_sym_continue_AT] = ACTIONS(4517), + [anon_sym_break_AT] = ACTIONS(4517), + [sym_real_literal] = ACTIONS(4517), + [sym_integer_literal] = ACTIONS(4515), + [sym_hex_literal] = ACTIONS(4517), + [sym_bin_literal] = ACTIONS(4517), + [anon_sym_true] = ACTIONS(4515), + [anon_sym_false] = ACTIONS(4515), + [anon_sym_SQUOTE] = ACTIONS(4517), + [sym__backtick_identifier] = ACTIONS(4517), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4517), }, [3924] = { - [sym__alpha_identifier] = ACTIONS(4392), - [anon_sym_AT] = ACTIONS(4394), - [anon_sym_COLON] = ACTIONS(4392), - [anon_sym_LBRACK] = ACTIONS(4394), - [anon_sym_constructor] = ACTIONS(4392), - [anon_sym_LBRACE] = ACTIONS(4394), - [anon_sym_RBRACE] = ACTIONS(4394), - [anon_sym_LPAREN] = ACTIONS(4394), - [anon_sym_where] = ACTIONS(4392), - [anon_sym_object] = ACTIONS(4392), - [anon_sym_fun] = ACTIONS(4392), - [anon_sym_get] = ACTIONS(4392), - [anon_sym_set] = ACTIONS(4392), - [anon_sym_this] = ACTIONS(4392), - [anon_sym_super] = ACTIONS(4392), - [anon_sym_STAR] = ACTIONS(4394), - [sym_label] = ACTIONS(4392), - [anon_sym_in] = ACTIONS(4392), - [anon_sym_null] = ACTIONS(4392), - [anon_sym_if] = ACTIONS(4392), - [anon_sym_else] = ACTIONS(4392), - [anon_sym_when] = ACTIONS(4392), - [anon_sym_try] = ACTIONS(4392), - [anon_sym_throw] = ACTIONS(4392), - [anon_sym_return] = ACTIONS(4392), - [anon_sym_continue] = ACTIONS(4392), - [anon_sym_break] = ACTIONS(4392), - [anon_sym_COLON_COLON] = ACTIONS(4394), - [anon_sym_BANGin] = ACTIONS(4394), - [anon_sym_is] = ACTIONS(4392), - [anon_sym_BANGis] = ACTIONS(4394), - [anon_sym_PLUS] = ACTIONS(4392), - [anon_sym_DASH] = ACTIONS(4392), - [anon_sym_PLUS_PLUS] = ACTIONS(4394), - [anon_sym_DASH_DASH] = ACTIONS(4394), - [anon_sym_BANG] = ACTIONS(4392), - [anon_sym_suspend] = ACTIONS(4392), - [anon_sym_sealed] = ACTIONS(4392), - [anon_sym_annotation] = ACTIONS(4392), - [anon_sym_data] = ACTIONS(4392), - [anon_sym_inner] = ACTIONS(4392), - [anon_sym_override] = ACTIONS(4392), - [anon_sym_lateinit] = ACTIONS(4392), - [anon_sym_public] = ACTIONS(4392), - [anon_sym_private] = ACTIONS(4392), - [anon_sym_internal] = ACTIONS(4392), - [anon_sym_protected] = ACTIONS(4392), - [anon_sym_tailrec] = ACTIONS(4392), - [anon_sym_operator] = ACTIONS(4392), - [anon_sym_infix] = ACTIONS(4392), - [anon_sym_inline] = ACTIONS(4392), - [anon_sym_external] = ACTIONS(4392), - [sym_property_modifier] = ACTIONS(4392), - [anon_sym_abstract] = ACTIONS(4392), - [anon_sym_final] = ACTIONS(4392), - [anon_sym_open] = ACTIONS(4392), - [anon_sym_vararg] = ACTIONS(4392), - [anon_sym_noinline] = ACTIONS(4392), - [anon_sym_crossinline] = ACTIONS(4392), - [anon_sym_expect] = ACTIONS(4392), - [anon_sym_actual] = ACTIONS(4392), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4394), - [anon_sym_continue_AT] = ACTIONS(4394), - [anon_sym_break_AT] = ACTIONS(4394), - [sym_real_literal] = ACTIONS(4394), - [sym_integer_literal] = ACTIONS(4392), - [sym_hex_literal] = ACTIONS(4394), - [sym_bin_literal] = ACTIONS(4394), - [anon_sym_true] = ACTIONS(4392), - [anon_sym_false] = ACTIONS(4392), - [anon_sym_SQUOTE] = ACTIONS(4394), - [sym__backtick_identifier] = ACTIONS(4394), - [sym__automatic_semicolon] = ACTIONS(4394), + [sym__alpha_identifier] = ACTIONS(4293), + [anon_sym_AT] = ACTIONS(4291), + [anon_sym_LBRACK] = ACTIONS(4291), + [anon_sym_as] = ACTIONS(4293), + [anon_sym_EQ] = ACTIONS(4293), + [anon_sym_LBRACE] = ACTIONS(4291), + [anon_sym_RBRACE] = ACTIONS(4291), + [anon_sym_LPAREN] = ACTIONS(6971), + [anon_sym_RPAREN] = ACTIONS(4291), + [anon_sym_LT] = ACTIONS(4293), + [anon_sym_GT] = ACTIONS(4293), + [anon_sym_DOT] = ACTIONS(4293), + [anon_sym_SEMI] = ACTIONS(4291), + [anon_sym_get] = ACTIONS(4293), + [anon_sym_set] = ACTIONS(4293), + [anon_sym_STAR] = ACTIONS(4293), + [sym_label] = ACTIONS(4291), + [anon_sym_in] = ACTIONS(4293), + [anon_sym_while] = ACTIONS(4293), + [anon_sym_DOT_DOT] = ACTIONS(4291), + [anon_sym_QMARK_COLON] = ACTIONS(4291), + [anon_sym_AMP_AMP] = ACTIONS(4291), + [anon_sym_PIPE_PIPE] = ACTIONS(4291), + [anon_sym_else] = ACTIONS(4293), + [anon_sym_COLON_COLON] = ACTIONS(4291), + [anon_sym_PLUS_EQ] = ACTIONS(4291), + [anon_sym_DASH_EQ] = ACTIONS(4291), + [anon_sym_STAR_EQ] = ACTIONS(4291), + [anon_sym_SLASH_EQ] = ACTIONS(4291), + [anon_sym_PERCENT_EQ] = ACTIONS(4291), + [anon_sym_BANG_EQ] = ACTIONS(4293), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4291), + [anon_sym_EQ_EQ] = ACTIONS(4293), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4291), + [anon_sym_LT_EQ] = ACTIONS(4291), + [anon_sym_GT_EQ] = ACTIONS(4291), + [anon_sym_BANGin] = ACTIONS(4291), + [anon_sym_is] = ACTIONS(4293), + [anon_sym_BANGis] = ACTIONS(4291), + [anon_sym_PLUS] = ACTIONS(4293), + [anon_sym_DASH] = ACTIONS(4293), + [anon_sym_SLASH] = ACTIONS(4293), + [anon_sym_PERCENT] = ACTIONS(4293), + [anon_sym_as_QMARK] = ACTIONS(4291), + [anon_sym_PLUS_PLUS] = ACTIONS(4291), + [anon_sym_DASH_DASH] = ACTIONS(4291), + [anon_sym_BANG_BANG] = ACTIONS(4291), + [anon_sym_suspend] = ACTIONS(4293), + [anon_sym_sealed] = ACTIONS(4293), + [anon_sym_annotation] = ACTIONS(4293), + [anon_sym_data] = ACTIONS(4293), + [anon_sym_inner] = ACTIONS(4293), + [anon_sym_override] = ACTIONS(4293), + [anon_sym_lateinit] = ACTIONS(4293), + [anon_sym_public] = ACTIONS(4293), + [anon_sym_private] = ACTIONS(4293), + [anon_sym_internal] = ACTIONS(4293), + [anon_sym_protected] = ACTIONS(4293), + [anon_sym_tailrec] = ACTIONS(4293), + [anon_sym_operator] = ACTIONS(4293), + [anon_sym_infix] = ACTIONS(4293), + [anon_sym_inline] = ACTIONS(4293), + [anon_sym_external] = ACTIONS(4293), + [sym_property_modifier] = ACTIONS(4293), + [anon_sym_abstract] = ACTIONS(4293), + [anon_sym_final] = ACTIONS(4293), + [anon_sym_open] = ACTIONS(4293), + [anon_sym_vararg] = ACTIONS(4293), + [anon_sym_noinline] = ACTIONS(4293), + [anon_sym_crossinline] = ACTIONS(4293), + [anon_sym_expect] = ACTIONS(4293), + [anon_sym_actual] = ACTIONS(4293), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4291), + [sym_safe_nav] = ACTIONS(4291), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4394), }, [3925] = { - [sym_class_body] = STATE(3366), - [sym_type_constraints] = STATE(3055), - [sym__alpha_identifier] = ACTIONS(3190), - [anon_sym_AT] = ACTIONS(3194), - [anon_sym_COLON] = ACTIONS(3520), - [anon_sym_LBRACK] = ACTIONS(3194), - [anon_sym_as] = ACTIONS(3190), - [anon_sym_LBRACE] = ACTIONS(3112), - [anon_sym_RBRACE] = ACTIONS(3194), - [anon_sym_LPAREN] = ACTIONS(3194), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3190), - [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(3190), - [anon_sym_fun] = ACTIONS(3190), - [anon_sym_DOT] = ACTIONS(3190), - [anon_sym_SEMI] = ACTIONS(3194), - [anon_sym_get] = ACTIONS(3190), - [anon_sym_set] = ACTIONS(3190), - [anon_sym_this] = ACTIONS(3190), - [anon_sym_super] = ACTIONS(3190), - [anon_sym_STAR] = ACTIONS(3194), - [sym_label] = ACTIONS(3190), - [anon_sym_in] = ACTIONS(3190), - [anon_sym_DOT_DOT] = ACTIONS(3194), - [anon_sym_QMARK_COLON] = ACTIONS(3194), - [anon_sym_AMP_AMP] = ACTIONS(3194), - [anon_sym_PIPE_PIPE] = ACTIONS(3194), - [anon_sym_null] = ACTIONS(3190), - [anon_sym_if] = ACTIONS(3190), - [anon_sym_else] = ACTIONS(3190), - [anon_sym_when] = ACTIONS(3190), - [anon_sym_try] = ACTIONS(3190), - [anon_sym_throw] = ACTIONS(3190), - [anon_sym_return] = ACTIONS(3190), - [anon_sym_continue] = ACTIONS(3190), - [anon_sym_break] = ACTIONS(3190), - [anon_sym_COLON_COLON] = ACTIONS(3194), - [anon_sym_BANG_EQ] = ACTIONS(3190), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3194), - [anon_sym_EQ_EQ] = ACTIONS(3190), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3194), - [anon_sym_LT_EQ] = ACTIONS(3194), - [anon_sym_GT_EQ] = ACTIONS(3194), - [anon_sym_BANGin] = ACTIONS(3194), - [anon_sym_is] = ACTIONS(3190), - [anon_sym_BANGis] = ACTIONS(3194), - [anon_sym_PLUS] = ACTIONS(3190), - [anon_sym_DASH] = ACTIONS(3190), - [anon_sym_SLASH] = ACTIONS(3190), - [anon_sym_PERCENT] = ACTIONS(3194), - [anon_sym_as_QMARK] = ACTIONS(3194), - [anon_sym_PLUS_PLUS] = ACTIONS(3194), - [anon_sym_DASH_DASH] = ACTIONS(3194), - [anon_sym_BANG] = ACTIONS(3190), - [anon_sym_BANG_BANG] = ACTIONS(3194), - [anon_sym_data] = ACTIONS(3190), - [anon_sym_inner] = ACTIONS(3190), - [anon_sym_expect] = ACTIONS(3190), - [anon_sym_actual] = ACTIONS(3190), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3194), - [anon_sym_continue_AT] = ACTIONS(3194), - [anon_sym_break_AT] = ACTIONS(3194), - [sym_real_literal] = ACTIONS(3194), - [sym_integer_literal] = ACTIONS(3190), - [sym_hex_literal] = ACTIONS(3194), - [sym_bin_literal] = ACTIONS(3194), - [anon_sym_true] = ACTIONS(3190), - [anon_sym_false] = ACTIONS(3190), - [anon_sym_SQUOTE] = ACTIONS(3194), - [sym__backtick_identifier] = ACTIONS(3194), - [sym__automatic_semicolon] = ACTIONS(3194), - [sym_safe_nav] = ACTIONS(3194), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3194), + [sym__alpha_identifier] = ACTIONS(4150), + [anon_sym_AT] = ACTIONS(4148), + [anon_sym_LBRACK] = ACTIONS(4148), + [anon_sym_as] = ACTIONS(4150), + [anon_sym_EQ] = ACTIONS(4150), + [anon_sym_LBRACE] = ACTIONS(4148), + [anon_sym_RBRACE] = ACTIONS(4148), + [anon_sym_LPAREN] = ACTIONS(6973), + [anon_sym_RPAREN] = ACTIONS(4148), + [anon_sym_LT] = ACTIONS(4150), + [anon_sym_GT] = ACTIONS(4150), + [anon_sym_DOT] = ACTIONS(4150), + [anon_sym_SEMI] = ACTIONS(4148), + [anon_sym_get] = ACTIONS(4150), + [anon_sym_set] = ACTIONS(4150), + [anon_sym_STAR] = ACTIONS(4150), + [sym_label] = ACTIONS(4148), + [anon_sym_in] = ACTIONS(4150), + [anon_sym_while] = ACTIONS(4150), + [anon_sym_DOT_DOT] = ACTIONS(4148), + [anon_sym_QMARK_COLON] = ACTIONS(4148), + [anon_sym_AMP_AMP] = ACTIONS(4148), + [anon_sym_PIPE_PIPE] = ACTIONS(4148), + [anon_sym_else] = ACTIONS(4150), + [anon_sym_COLON_COLON] = ACTIONS(4148), + [anon_sym_PLUS_EQ] = ACTIONS(4148), + [anon_sym_DASH_EQ] = ACTIONS(4148), + [anon_sym_STAR_EQ] = ACTIONS(4148), + [anon_sym_SLASH_EQ] = ACTIONS(4148), + [anon_sym_PERCENT_EQ] = ACTIONS(4148), + [anon_sym_BANG_EQ] = ACTIONS(4150), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4148), + [anon_sym_EQ_EQ] = ACTIONS(4150), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4148), + [anon_sym_LT_EQ] = ACTIONS(4148), + [anon_sym_GT_EQ] = ACTIONS(4148), + [anon_sym_BANGin] = ACTIONS(4148), + [anon_sym_is] = ACTIONS(4150), + [anon_sym_BANGis] = ACTIONS(4148), + [anon_sym_PLUS] = ACTIONS(4150), + [anon_sym_DASH] = ACTIONS(4150), + [anon_sym_SLASH] = ACTIONS(4150), + [anon_sym_PERCENT] = ACTIONS(4150), + [anon_sym_as_QMARK] = ACTIONS(4148), + [anon_sym_PLUS_PLUS] = ACTIONS(4148), + [anon_sym_DASH_DASH] = ACTIONS(4148), + [anon_sym_BANG_BANG] = ACTIONS(4148), + [anon_sym_suspend] = ACTIONS(4150), + [anon_sym_sealed] = ACTIONS(4150), + [anon_sym_annotation] = ACTIONS(4150), + [anon_sym_data] = ACTIONS(4150), + [anon_sym_inner] = ACTIONS(4150), + [anon_sym_override] = ACTIONS(4150), + [anon_sym_lateinit] = ACTIONS(4150), + [anon_sym_public] = ACTIONS(4150), + [anon_sym_private] = ACTIONS(4150), + [anon_sym_internal] = ACTIONS(4150), + [anon_sym_protected] = ACTIONS(4150), + [anon_sym_tailrec] = ACTIONS(4150), + [anon_sym_operator] = ACTIONS(4150), + [anon_sym_infix] = ACTIONS(4150), + [anon_sym_inline] = ACTIONS(4150), + [anon_sym_external] = ACTIONS(4150), + [sym_property_modifier] = ACTIONS(4150), + [anon_sym_abstract] = ACTIONS(4150), + [anon_sym_final] = ACTIONS(4150), + [anon_sym_open] = ACTIONS(4150), + [anon_sym_vararg] = ACTIONS(4150), + [anon_sym_noinline] = ACTIONS(4150), + [anon_sym_crossinline] = ACTIONS(4150), + [anon_sym_expect] = ACTIONS(4150), + [anon_sym_actual] = ACTIONS(4150), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4148), + [sym_safe_nav] = ACTIONS(4148), + [sym_multiline_comment] = ACTIONS(3), }, [3926] = { - [sym__alpha_identifier] = ACTIONS(4257), - [anon_sym_AT] = ACTIONS(4255), - [anon_sym_LBRACK] = ACTIONS(4255), - [anon_sym_as] = ACTIONS(4257), - [anon_sym_EQ] = ACTIONS(4257), - [anon_sym_LBRACE] = ACTIONS(4255), - [anon_sym_RBRACE] = ACTIONS(4255), - [anon_sym_LPAREN] = ACTIONS(6966), - [anon_sym_RPAREN] = ACTIONS(4255), - [anon_sym_LT] = ACTIONS(4257), - [anon_sym_GT] = ACTIONS(4257), - [anon_sym_DOT] = ACTIONS(4257), - [anon_sym_SEMI] = ACTIONS(4255), - [anon_sym_get] = ACTIONS(4257), - [anon_sym_set] = ACTIONS(4257), - [anon_sym_STAR] = ACTIONS(4257), - [sym_label] = ACTIONS(4255), - [anon_sym_in] = ACTIONS(4257), - [anon_sym_while] = ACTIONS(4257), - [anon_sym_DOT_DOT] = ACTIONS(4255), - [anon_sym_QMARK_COLON] = ACTIONS(4255), - [anon_sym_AMP_AMP] = ACTIONS(4255), - [anon_sym_PIPE_PIPE] = ACTIONS(4255), - [anon_sym_else] = ACTIONS(4257), - [anon_sym_COLON_COLON] = ACTIONS(4255), - [anon_sym_PLUS_EQ] = ACTIONS(4255), - [anon_sym_DASH_EQ] = ACTIONS(4255), - [anon_sym_STAR_EQ] = ACTIONS(4255), - [anon_sym_SLASH_EQ] = ACTIONS(4255), - [anon_sym_PERCENT_EQ] = ACTIONS(4255), - [anon_sym_BANG_EQ] = ACTIONS(4257), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4255), - [anon_sym_EQ_EQ] = ACTIONS(4257), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4255), - [anon_sym_LT_EQ] = ACTIONS(4255), - [anon_sym_GT_EQ] = ACTIONS(4255), - [anon_sym_BANGin] = ACTIONS(4255), - [anon_sym_is] = ACTIONS(4257), - [anon_sym_BANGis] = ACTIONS(4255), - [anon_sym_PLUS] = ACTIONS(4257), - [anon_sym_DASH] = ACTIONS(4257), - [anon_sym_SLASH] = ACTIONS(4257), - [anon_sym_PERCENT] = ACTIONS(4257), - [anon_sym_as_QMARK] = ACTIONS(4255), - [anon_sym_PLUS_PLUS] = ACTIONS(4255), - [anon_sym_DASH_DASH] = ACTIONS(4255), - [anon_sym_BANG_BANG] = ACTIONS(4255), - [anon_sym_suspend] = ACTIONS(4257), - [anon_sym_sealed] = ACTIONS(4257), - [anon_sym_annotation] = ACTIONS(4257), - [anon_sym_data] = ACTIONS(4257), - [anon_sym_inner] = ACTIONS(4257), - [anon_sym_override] = ACTIONS(4257), - [anon_sym_lateinit] = ACTIONS(4257), - [anon_sym_public] = ACTIONS(4257), - [anon_sym_private] = ACTIONS(4257), - [anon_sym_internal] = ACTIONS(4257), - [anon_sym_protected] = ACTIONS(4257), - [anon_sym_tailrec] = ACTIONS(4257), - [anon_sym_operator] = ACTIONS(4257), - [anon_sym_infix] = ACTIONS(4257), - [anon_sym_inline] = ACTIONS(4257), - [anon_sym_external] = ACTIONS(4257), - [sym_property_modifier] = ACTIONS(4257), - [anon_sym_abstract] = ACTIONS(4257), - [anon_sym_final] = ACTIONS(4257), - [anon_sym_open] = ACTIONS(4257), - [anon_sym_vararg] = ACTIONS(4257), - [anon_sym_noinline] = ACTIONS(4257), - [anon_sym_crossinline] = ACTIONS(4257), - [anon_sym_expect] = ACTIONS(4257), - [anon_sym_actual] = ACTIONS(4257), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4255), - [sym_safe_nav] = ACTIONS(4255), + [sym__alpha_identifier] = ACTIONS(4955), + [anon_sym_AT] = ACTIONS(4957), + [anon_sym_LBRACK] = ACTIONS(4957), + [anon_sym_as] = ACTIONS(4955), + [anon_sym_EQ] = ACTIONS(4955), + [anon_sym_LBRACE] = ACTIONS(4957), + [anon_sym_RBRACE] = ACTIONS(4957), + [anon_sym_LPAREN] = ACTIONS(6975), + [anon_sym_RPAREN] = ACTIONS(4957), + [anon_sym_LT] = ACTIONS(4955), + [anon_sym_GT] = ACTIONS(4955), + [anon_sym_DOT] = ACTIONS(4955), + [anon_sym_SEMI] = ACTIONS(4957), + [anon_sym_get] = ACTIONS(4955), + [anon_sym_set] = ACTIONS(4955), + [anon_sym_STAR] = ACTIONS(4955), + [sym_label] = ACTIONS(4957), + [anon_sym_in] = ACTIONS(4955), + [anon_sym_while] = ACTIONS(4955), + [anon_sym_DOT_DOT] = ACTIONS(4957), + [anon_sym_QMARK_COLON] = ACTIONS(4957), + [anon_sym_AMP_AMP] = ACTIONS(4957), + [anon_sym_PIPE_PIPE] = ACTIONS(4957), + [anon_sym_else] = ACTIONS(4955), + [anon_sym_COLON_COLON] = ACTIONS(4957), + [anon_sym_PLUS_EQ] = ACTIONS(4957), + [anon_sym_DASH_EQ] = ACTIONS(4957), + [anon_sym_STAR_EQ] = ACTIONS(4957), + [anon_sym_SLASH_EQ] = ACTIONS(4957), + [anon_sym_PERCENT_EQ] = ACTIONS(4957), + [anon_sym_BANG_EQ] = ACTIONS(4955), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4957), + [anon_sym_EQ_EQ] = ACTIONS(4955), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4957), + [anon_sym_LT_EQ] = ACTIONS(4957), + [anon_sym_GT_EQ] = ACTIONS(4957), + [anon_sym_BANGin] = ACTIONS(4957), + [anon_sym_is] = ACTIONS(4955), + [anon_sym_BANGis] = ACTIONS(4957), + [anon_sym_PLUS] = ACTIONS(4955), + [anon_sym_DASH] = ACTIONS(4955), + [anon_sym_SLASH] = ACTIONS(4955), + [anon_sym_PERCENT] = ACTIONS(4955), + [anon_sym_as_QMARK] = ACTIONS(4957), + [anon_sym_PLUS_PLUS] = ACTIONS(4957), + [anon_sym_DASH_DASH] = ACTIONS(4957), + [anon_sym_BANG_BANG] = ACTIONS(4957), + [anon_sym_suspend] = ACTIONS(4955), + [anon_sym_sealed] = ACTIONS(4955), + [anon_sym_annotation] = ACTIONS(4955), + [anon_sym_data] = ACTIONS(4955), + [anon_sym_inner] = ACTIONS(4955), + [anon_sym_override] = ACTIONS(4955), + [anon_sym_lateinit] = ACTIONS(4955), + [anon_sym_public] = ACTIONS(4955), + [anon_sym_private] = ACTIONS(4955), + [anon_sym_internal] = ACTIONS(4955), + [anon_sym_protected] = ACTIONS(4955), + [anon_sym_tailrec] = ACTIONS(4955), + [anon_sym_operator] = ACTIONS(4955), + [anon_sym_infix] = ACTIONS(4955), + [anon_sym_inline] = ACTIONS(4955), + [anon_sym_external] = ACTIONS(4955), + [sym_property_modifier] = ACTIONS(4955), + [anon_sym_abstract] = ACTIONS(4955), + [anon_sym_final] = ACTIONS(4955), + [anon_sym_open] = ACTIONS(4955), + [anon_sym_vararg] = ACTIONS(4955), + [anon_sym_noinline] = ACTIONS(4955), + [anon_sym_crossinline] = ACTIONS(4955), + [anon_sym_expect] = ACTIONS(4955), + [anon_sym_actual] = ACTIONS(4955), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4957), + [sym_safe_nav] = ACTIONS(4957), [sym_multiline_comment] = ACTIONS(3), }, [3927] = { - [sym_indexing_suffix] = STATE(4909), - [sym_navigation_suffix] = STATE(4889), - [sym_call_suffix] = STATE(4891), - [sym_annotated_lambda] = STATE(4893), - [sym_type_arguments] = STATE(7557), - [sym_value_arguments] = STATE(4442), - [sym_lambda_literal] = STATE(4899), - [sym__equality_operator] = STATE(2027), - [sym__comparison_operator] = STATE(2028), - [sym__in_operator] = STATE(2029), - [sym__is_operator] = STATE(6028), - [sym__additive_operator] = STATE(2030), - [sym__multiplicative_operator] = STATE(2031), - [sym__as_operator] = STATE(6024), - [sym__postfix_unary_operator] = STATE(4912), - [sym__member_access_operator] = STATE(7341), - [sym_annotation] = STATE(7855), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2033), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7855), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6688), - [anon_sym_as] = ACTIONS(6690), - [anon_sym_EQ] = ACTIONS(2991), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(2993), - [anon_sym_LPAREN] = ACTIONS(6692), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(6908), - [anon_sym_DOT] = ACTIONS(6696), - [anon_sym_SEMI] = ACTIONS(2993), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(6910), - [sym_label] = ACTIONS(6700), - [anon_sym_in] = ACTIONS(6912), - [anon_sym_DOT_DOT] = ACTIONS(6914), - [anon_sym_QMARK_COLON] = ACTIONS(6916), - [anon_sym_AMP_AMP] = ACTIONS(2993), - [anon_sym_PIPE_PIPE] = ACTIONS(2993), - [anon_sym_else] = ACTIONS(2991), - [anon_sym_COLON_COLON] = ACTIONS(6712), - [anon_sym_PLUS_EQ] = ACTIONS(2993), - [anon_sym_DASH_EQ] = ACTIONS(2993), - [anon_sym_STAR_EQ] = ACTIONS(2993), - [anon_sym_SLASH_EQ] = ACTIONS(2993), - [anon_sym_PERCENT_EQ] = ACTIONS(2993), - [anon_sym_BANG_EQ] = ACTIONS(6922), - [anon_sym_BANG_EQ_EQ] = ACTIONS(6924), - [anon_sym_EQ_EQ] = ACTIONS(6922), - [anon_sym_EQ_EQ_EQ] = ACTIONS(6924), - [anon_sym_LT_EQ] = ACTIONS(6926), - [anon_sym_GT_EQ] = ACTIONS(6926), - [anon_sym_BANGin] = ACTIONS(6928), - [anon_sym_is] = ACTIONS(6722), - [anon_sym_BANGis] = ACTIONS(6724), - [anon_sym_PLUS] = ACTIONS(6930), - [anon_sym_DASH] = ACTIONS(6930), - [anon_sym_SLASH] = ACTIONS(6910), - [anon_sym_PERCENT] = ACTIONS(6910), - [anon_sym_as_QMARK] = ACTIONS(6728), - [anon_sym_PLUS_PLUS] = ACTIONS(6730), - [anon_sym_DASH_DASH] = ACTIONS(6730), - [anon_sym_BANG_BANG] = ACTIONS(6730), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(2993), - [sym_safe_nav] = ACTIONS(6712), + [sym__alpha_identifier] = ACTIONS(4285), + [anon_sym_AT] = ACTIONS(4288), + [anon_sym_LBRACK] = ACTIONS(4288), + [anon_sym_as] = ACTIONS(4285), + [anon_sym_EQ] = ACTIONS(4285), + [anon_sym_LBRACE] = ACTIONS(4288), + [anon_sym_RBRACE] = ACTIONS(4288), + [anon_sym_LPAREN] = ACTIONS(5103), + [anon_sym_RPAREN] = ACTIONS(4288), + [anon_sym_LT] = ACTIONS(4285), + [anon_sym_GT] = ACTIONS(4285), + [anon_sym_DOT] = ACTIONS(4285), + [anon_sym_SEMI] = ACTIONS(4288), + [anon_sym_get] = ACTIONS(4285), + [anon_sym_set] = ACTIONS(4285), + [anon_sym_STAR] = ACTIONS(4285), + [sym_label] = ACTIONS(4288), + [anon_sym_in] = ACTIONS(4285), + [anon_sym_while] = ACTIONS(4285), + [anon_sym_DOT_DOT] = ACTIONS(4288), + [anon_sym_QMARK_COLON] = ACTIONS(4288), + [anon_sym_AMP_AMP] = ACTIONS(4288), + [anon_sym_PIPE_PIPE] = ACTIONS(4288), + [anon_sym_else] = ACTIONS(4285), + [anon_sym_COLON_COLON] = ACTIONS(4288), + [anon_sym_PLUS_EQ] = ACTIONS(4288), + [anon_sym_DASH_EQ] = ACTIONS(4288), + [anon_sym_STAR_EQ] = ACTIONS(4288), + [anon_sym_SLASH_EQ] = ACTIONS(4288), + [anon_sym_PERCENT_EQ] = ACTIONS(4288), + [anon_sym_BANG_EQ] = ACTIONS(4285), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4288), + [anon_sym_EQ_EQ] = ACTIONS(4285), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4288), + [anon_sym_LT_EQ] = ACTIONS(4288), + [anon_sym_GT_EQ] = ACTIONS(4288), + [anon_sym_BANGin] = ACTIONS(4288), + [anon_sym_is] = ACTIONS(4285), + [anon_sym_BANGis] = ACTIONS(4288), + [anon_sym_PLUS] = ACTIONS(4285), + [anon_sym_DASH] = ACTIONS(4285), + [anon_sym_SLASH] = ACTIONS(4285), + [anon_sym_PERCENT] = ACTIONS(4285), + [anon_sym_as_QMARK] = ACTIONS(4288), + [anon_sym_PLUS_PLUS] = ACTIONS(4288), + [anon_sym_DASH_DASH] = ACTIONS(4288), + [anon_sym_BANG_BANG] = ACTIONS(4288), + [anon_sym_suspend] = ACTIONS(4285), + [anon_sym_sealed] = ACTIONS(4285), + [anon_sym_annotation] = ACTIONS(4285), + [anon_sym_data] = ACTIONS(4285), + [anon_sym_inner] = ACTIONS(4285), + [anon_sym_override] = ACTIONS(4285), + [anon_sym_lateinit] = ACTIONS(4285), + [anon_sym_public] = ACTIONS(4285), + [anon_sym_private] = ACTIONS(4285), + [anon_sym_internal] = ACTIONS(4285), + [anon_sym_protected] = ACTIONS(4285), + [anon_sym_tailrec] = ACTIONS(4285), + [anon_sym_operator] = ACTIONS(4285), + [anon_sym_infix] = ACTIONS(4285), + [anon_sym_inline] = ACTIONS(4285), + [anon_sym_external] = ACTIONS(4285), + [sym_property_modifier] = ACTIONS(4285), + [anon_sym_abstract] = ACTIONS(4285), + [anon_sym_final] = ACTIONS(4285), + [anon_sym_open] = ACTIONS(4285), + [anon_sym_vararg] = ACTIONS(4285), + [anon_sym_noinline] = ACTIONS(4285), + [anon_sym_crossinline] = ACTIONS(4285), + [anon_sym_expect] = ACTIONS(4285), + [anon_sym_actual] = ACTIONS(4285), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4288), + [sym_safe_nav] = ACTIONS(4288), [sym_multiline_comment] = ACTIONS(3), }, [3928] = { - [sym_indexing_suffix] = STATE(4909), - [sym_navigation_suffix] = STATE(4889), - [sym_call_suffix] = STATE(4891), - [sym_annotated_lambda] = STATE(4893), - [sym_type_arguments] = STATE(7557), - [sym_value_arguments] = STATE(4442), - [sym_lambda_literal] = STATE(4899), - [sym__equality_operator] = STATE(2027), - [sym__comparison_operator] = STATE(2028), - [sym__in_operator] = STATE(2029), - [sym__is_operator] = STATE(6028), - [sym__additive_operator] = STATE(2030), - [sym__multiplicative_operator] = STATE(2031), - [sym__as_operator] = STATE(6024), - [sym__postfix_unary_operator] = STATE(4912), - [sym__member_access_operator] = STATE(7341), - [sym_annotation] = STATE(7855), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2033), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7855), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6688), - [anon_sym_as] = ACTIONS(6690), - [anon_sym_EQ] = ACTIONS(3083), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3085), - [anon_sym_LPAREN] = ACTIONS(6692), - [anon_sym_LT] = ACTIONS(3087), - [anon_sym_GT] = ACTIONS(3083), - [anon_sym_DOT] = ACTIONS(6696), - [anon_sym_SEMI] = ACTIONS(3085), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(6910), - [sym_label] = ACTIONS(6700), - [anon_sym_in] = ACTIONS(3083), - [anon_sym_DOT_DOT] = ACTIONS(6914), - [anon_sym_QMARK_COLON] = ACTIONS(3085), - [anon_sym_AMP_AMP] = ACTIONS(3085), - [anon_sym_PIPE_PIPE] = ACTIONS(3085), - [anon_sym_else] = ACTIONS(3083), - [anon_sym_COLON_COLON] = ACTIONS(6712), - [anon_sym_PLUS_EQ] = ACTIONS(3085), - [anon_sym_DASH_EQ] = ACTIONS(3085), - [anon_sym_STAR_EQ] = ACTIONS(3085), - [anon_sym_SLASH_EQ] = ACTIONS(3085), - [anon_sym_PERCENT_EQ] = ACTIONS(3085), - [anon_sym_BANG_EQ] = ACTIONS(3083), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3085), - [anon_sym_EQ_EQ] = ACTIONS(3083), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3085), - [anon_sym_LT_EQ] = ACTIONS(3085), - [anon_sym_GT_EQ] = ACTIONS(3085), - [anon_sym_BANGin] = ACTIONS(3085), - [anon_sym_is] = ACTIONS(3083), - [anon_sym_BANGis] = ACTIONS(3085), - [anon_sym_PLUS] = ACTIONS(6930), - [anon_sym_DASH] = ACTIONS(6930), - [anon_sym_SLASH] = ACTIONS(6910), - [anon_sym_PERCENT] = ACTIONS(6910), - [anon_sym_as_QMARK] = ACTIONS(6728), - [anon_sym_PLUS_PLUS] = ACTIONS(6730), - [anon_sym_DASH_DASH] = ACTIONS(6730), - [anon_sym_BANG_BANG] = ACTIONS(6730), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), + [sym__alpha_identifier] = ACTIONS(4142), + [anon_sym_AT] = ACTIONS(4145), + [anon_sym_LBRACK] = ACTIONS(4145), + [anon_sym_as] = ACTIONS(4142), + [anon_sym_EQ] = ACTIONS(4142), + [anon_sym_LBRACE] = ACTIONS(4145), + [anon_sym_RBRACE] = ACTIONS(4145), + [anon_sym_LPAREN] = ACTIONS(5107), + [anon_sym_RPAREN] = ACTIONS(4145), + [anon_sym_LT] = ACTIONS(4142), + [anon_sym_GT] = ACTIONS(4142), + [anon_sym_DOT] = ACTIONS(4142), + [anon_sym_SEMI] = ACTIONS(4145), + [anon_sym_get] = ACTIONS(4142), + [anon_sym_set] = ACTIONS(4142), + [anon_sym_STAR] = ACTIONS(4142), + [sym_label] = ACTIONS(4145), + [anon_sym_in] = ACTIONS(4142), + [anon_sym_while] = ACTIONS(4142), + [anon_sym_DOT_DOT] = ACTIONS(4145), + [anon_sym_QMARK_COLON] = ACTIONS(4145), + [anon_sym_AMP_AMP] = ACTIONS(4145), + [anon_sym_PIPE_PIPE] = ACTIONS(4145), + [anon_sym_else] = ACTIONS(4142), + [anon_sym_COLON_COLON] = ACTIONS(4145), + [anon_sym_PLUS_EQ] = ACTIONS(4145), + [anon_sym_DASH_EQ] = ACTIONS(4145), + [anon_sym_STAR_EQ] = ACTIONS(4145), + [anon_sym_SLASH_EQ] = ACTIONS(4145), + [anon_sym_PERCENT_EQ] = ACTIONS(4145), + [anon_sym_BANG_EQ] = ACTIONS(4142), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4145), + [anon_sym_EQ_EQ] = ACTIONS(4142), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4145), + [anon_sym_LT_EQ] = ACTIONS(4145), + [anon_sym_GT_EQ] = ACTIONS(4145), + [anon_sym_BANGin] = ACTIONS(4145), + [anon_sym_is] = ACTIONS(4142), + [anon_sym_BANGis] = ACTIONS(4145), + [anon_sym_PLUS] = ACTIONS(4142), + [anon_sym_DASH] = ACTIONS(4142), + [anon_sym_SLASH] = ACTIONS(4142), + [anon_sym_PERCENT] = ACTIONS(4142), + [anon_sym_as_QMARK] = ACTIONS(4145), + [anon_sym_PLUS_PLUS] = ACTIONS(4145), + [anon_sym_DASH_DASH] = ACTIONS(4145), + [anon_sym_BANG_BANG] = ACTIONS(4145), + [anon_sym_suspend] = ACTIONS(4142), + [anon_sym_sealed] = ACTIONS(4142), + [anon_sym_annotation] = ACTIONS(4142), + [anon_sym_data] = ACTIONS(4142), + [anon_sym_inner] = ACTIONS(4142), + [anon_sym_override] = ACTIONS(4142), + [anon_sym_lateinit] = ACTIONS(4142), + [anon_sym_public] = ACTIONS(4142), + [anon_sym_private] = ACTIONS(4142), + [anon_sym_internal] = ACTIONS(4142), + [anon_sym_protected] = ACTIONS(4142), + [anon_sym_tailrec] = ACTIONS(4142), + [anon_sym_operator] = ACTIONS(4142), + [anon_sym_infix] = ACTIONS(4142), + [anon_sym_inline] = ACTIONS(4142), + [anon_sym_external] = ACTIONS(4142), + [sym_property_modifier] = ACTIONS(4142), + [anon_sym_abstract] = ACTIONS(4142), + [anon_sym_final] = ACTIONS(4142), + [anon_sym_open] = ACTIONS(4142), + [anon_sym_vararg] = ACTIONS(4142), + [anon_sym_noinline] = ACTIONS(4142), + [anon_sym_crossinline] = ACTIONS(4142), + [anon_sym_expect] = ACTIONS(4142), + [anon_sym_actual] = ACTIONS(4142), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3085), - [sym_safe_nav] = ACTIONS(6712), + [sym__backtick_identifier] = ACTIONS(4145), + [sym_safe_nav] = ACTIONS(4145), [sym_multiline_comment] = ACTIONS(3), }, [3929] = { - [sym_value_arguments] = STATE(3961), - [sym__alpha_identifier] = ACTIONS(6968), - [anon_sym_AT] = ACTIONS(6970), - [anon_sym_LBRACK] = ACTIONS(6970), - [anon_sym_typealias] = ACTIONS(6968), - [anon_sym_class] = ACTIONS(6968), - [anon_sym_interface] = ACTIONS(6968), - [anon_sym_enum] = ACTIONS(6968), - [anon_sym_LBRACE] = ACTIONS(6970), - [anon_sym_LPAREN] = ACTIONS(6972), - [anon_sym_val] = ACTIONS(6968), - [anon_sym_var] = ACTIONS(6968), - [anon_sym_object] = ACTIONS(6968), - [anon_sym_fun] = ACTIONS(6968), - [anon_sym_get] = ACTIONS(6968), - [anon_sym_set] = ACTIONS(6968), - [anon_sym_this] = ACTIONS(6968), - [anon_sym_super] = ACTIONS(6968), - [anon_sym_STAR] = ACTIONS(6970), - [sym_label] = ACTIONS(6968), - [anon_sym_for] = ACTIONS(6968), - [anon_sym_while] = ACTIONS(6968), - [anon_sym_do] = ACTIONS(6968), - [anon_sym_null] = ACTIONS(6968), - [anon_sym_if] = ACTIONS(6968), - [anon_sym_when] = ACTIONS(6968), - [anon_sym_try] = ACTIONS(6968), - [anon_sym_throw] = ACTIONS(6968), - [anon_sym_return] = ACTIONS(6968), - [anon_sym_continue] = ACTIONS(6968), - [anon_sym_break] = ACTIONS(6968), - [anon_sym_COLON_COLON] = ACTIONS(6970), - [anon_sym_PLUS] = ACTIONS(6968), - [anon_sym_DASH] = ACTIONS(6968), - [anon_sym_PLUS_PLUS] = ACTIONS(6970), - [anon_sym_DASH_DASH] = ACTIONS(6970), - [anon_sym_BANG] = ACTIONS(6970), - [anon_sym_suspend] = ACTIONS(6968), - [anon_sym_sealed] = ACTIONS(6968), - [anon_sym_annotation] = ACTIONS(6968), - [anon_sym_data] = ACTIONS(6968), - [anon_sym_inner] = ACTIONS(6968), - [anon_sym_override] = ACTIONS(6968), - [anon_sym_lateinit] = ACTIONS(6968), - [anon_sym_public] = ACTIONS(6968), - [anon_sym_private] = ACTIONS(6968), - [anon_sym_internal] = ACTIONS(6968), - [anon_sym_protected] = ACTIONS(6968), - [anon_sym_tailrec] = ACTIONS(6968), - [anon_sym_operator] = ACTIONS(6968), - [anon_sym_infix] = ACTIONS(6968), - [anon_sym_inline] = ACTIONS(6968), - [anon_sym_external] = ACTIONS(6968), - [sym_property_modifier] = ACTIONS(6968), - [anon_sym_abstract] = ACTIONS(6968), - [anon_sym_final] = ACTIONS(6968), - [anon_sym_open] = ACTIONS(6968), - [anon_sym_vararg] = ACTIONS(6968), - [anon_sym_noinline] = ACTIONS(6968), - [anon_sym_crossinline] = ACTIONS(6968), - [anon_sym_expect] = ACTIONS(6968), - [anon_sym_actual] = ACTIONS(6968), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(6970), - [anon_sym_continue_AT] = ACTIONS(6970), - [anon_sym_break_AT] = ACTIONS(6970), - [sym_real_literal] = ACTIONS(6970), - [sym_integer_literal] = ACTIONS(6968), - [sym_hex_literal] = ACTIONS(6970), - [sym_bin_literal] = ACTIONS(6970), - [anon_sym_true] = ACTIONS(6968), - [anon_sym_false] = ACTIONS(6968), - [anon_sym_SQUOTE] = ACTIONS(6970), - [sym__backtick_identifier] = ACTIONS(6970), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(6970), + [sym_function_body] = STATE(3205), + [sym__block] = STATE(3334), + [sym__alpha_identifier] = ACTIONS(4198), + [anon_sym_AT] = ACTIONS(4200), + [anon_sym_COLON] = ACTIONS(6977), + [anon_sym_LBRACK] = ACTIONS(4200), + [anon_sym_as] = ACTIONS(4198), + [anon_sym_EQ] = ACTIONS(6756), + [anon_sym_LBRACE] = ACTIONS(6244), + [anon_sym_RBRACE] = ACTIONS(4200), + [anon_sym_LPAREN] = ACTIONS(4200), + [anon_sym_LT] = ACTIONS(4198), + [anon_sym_GT] = ACTIONS(4198), + [anon_sym_object] = ACTIONS(4198), + [anon_sym_fun] = ACTIONS(4198), + [anon_sym_DOT] = ACTIONS(4198), + [anon_sym_SEMI] = ACTIONS(4200), + [anon_sym_get] = ACTIONS(4198), + [anon_sym_set] = ACTIONS(4198), + [anon_sym_this] = ACTIONS(4198), + [anon_sym_super] = ACTIONS(4198), + [anon_sym_STAR] = ACTIONS(4200), + [sym_label] = ACTIONS(4198), + [anon_sym_in] = ACTIONS(4198), + [anon_sym_DOT_DOT] = ACTIONS(4200), + [anon_sym_QMARK_COLON] = ACTIONS(4200), + [anon_sym_AMP_AMP] = ACTIONS(4200), + [anon_sym_PIPE_PIPE] = ACTIONS(4200), + [anon_sym_null] = ACTIONS(4198), + [anon_sym_if] = ACTIONS(4198), + [anon_sym_else] = ACTIONS(4198), + [anon_sym_when] = ACTIONS(4198), + [anon_sym_try] = ACTIONS(4198), + [anon_sym_throw] = ACTIONS(4198), + [anon_sym_return] = ACTIONS(4198), + [anon_sym_continue] = ACTIONS(4198), + [anon_sym_break] = ACTIONS(4198), + [anon_sym_COLON_COLON] = ACTIONS(4200), + [anon_sym_BANG_EQ] = ACTIONS(4198), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4200), + [anon_sym_EQ_EQ] = ACTIONS(4198), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4200), + [anon_sym_LT_EQ] = ACTIONS(4200), + [anon_sym_GT_EQ] = ACTIONS(4200), + [anon_sym_BANGin] = ACTIONS(4200), + [anon_sym_is] = ACTIONS(4198), + [anon_sym_BANGis] = ACTIONS(4200), + [anon_sym_PLUS] = ACTIONS(4198), + [anon_sym_DASH] = ACTIONS(4198), + [anon_sym_SLASH] = ACTIONS(4198), + [anon_sym_PERCENT] = ACTIONS(4200), + [anon_sym_as_QMARK] = ACTIONS(4200), + [anon_sym_PLUS_PLUS] = ACTIONS(4200), + [anon_sym_DASH_DASH] = ACTIONS(4200), + [anon_sym_BANG] = ACTIONS(4198), + [anon_sym_BANG_BANG] = ACTIONS(4200), + [anon_sym_data] = ACTIONS(4198), + [anon_sym_inner] = ACTIONS(4198), + [anon_sym_expect] = ACTIONS(4198), + [anon_sym_actual] = ACTIONS(4198), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4200), + [anon_sym_continue_AT] = ACTIONS(4200), + [anon_sym_break_AT] = ACTIONS(4200), + [sym_real_literal] = ACTIONS(4200), + [sym_integer_literal] = ACTIONS(4198), + [sym_hex_literal] = ACTIONS(4200), + [sym_bin_literal] = ACTIONS(4200), + [anon_sym_true] = ACTIONS(4198), + [anon_sym_false] = ACTIONS(4198), + [anon_sym_SQUOTE] = ACTIONS(4200), + [sym__backtick_identifier] = ACTIONS(4200), + [sym__automatic_semicolon] = ACTIONS(4200), + [sym_safe_nav] = ACTIONS(4200), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4200), }, [3930] = { - [sym_indexing_suffix] = STATE(4909), - [sym_navigation_suffix] = STATE(4889), - [sym_call_suffix] = STATE(4891), - [sym_annotated_lambda] = STATE(4893), - [sym_type_arguments] = STATE(7557), - [sym_value_arguments] = STATE(4442), - [sym_lambda_literal] = STATE(4899), - [sym__equality_operator] = STATE(2027), - [sym__comparison_operator] = STATE(2028), - [sym__in_operator] = STATE(2029), - [sym__is_operator] = STATE(6028), - [sym__additive_operator] = STATE(2030), - [sym__multiplicative_operator] = STATE(2031), - [sym__as_operator] = STATE(6024), - [sym__postfix_unary_operator] = STATE(4912), - [sym__member_access_operator] = STATE(7341), - [sym_annotation] = STATE(7855), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2033), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7855), - [sym__alpha_identifier] = ACTIONS(2984), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6688), - [anon_sym_as] = ACTIONS(6690), - [anon_sym_EQ] = ACTIONS(2984), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(2986), - [anon_sym_LPAREN] = ACTIONS(6692), - [anon_sym_LT] = ACTIONS(2988), - [anon_sym_GT] = ACTIONS(2984), - [anon_sym_DOT] = ACTIONS(6696), - [anon_sym_SEMI] = ACTIONS(2986), - [anon_sym_get] = ACTIONS(2984), - [anon_sym_set] = ACTIONS(2984), - [anon_sym_STAR] = ACTIONS(6910), - [sym_label] = ACTIONS(6700), - [anon_sym_in] = ACTIONS(2984), - [anon_sym_DOT_DOT] = ACTIONS(2986), - [anon_sym_QMARK_COLON] = ACTIONS(2986), - [anon_sym_AMP_AMP] = ACTIONS(2986), - [anon_sym_PIPE_PIPE] = ACTIONS(2986), - [anon_sym_else] = ACTIONS(2984), - [anon_sym_COLON_COLON] = ACTIONS(6712), - [anon_sym_PLUS_EQ] = ACTIONS(2986), - [anon_sym_DASH_EQ] = ACTIONS(2986), - [anon_sym_STAR_EQ] = ACTIONS(2986), - [anon_sym_SLASH_EQ] = ACTIONS(2986), - [anon_sym_PERCENT_EQ] = ACTIONS(2986), - [anon_sym_BANG_EQ] = ACTIONS(2984), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2986), - [anon_sym_EQ_EQ] = ACTIONS(2984), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2986), - [anon_sym_LT_EQ] = ACTIONS(2986), - [anon_sym_GT_EQ] = ACTIONS(2986), - [anon_sym_BANGin] = ACTIONS(2986), - [anon_sym_is] = ACTIONS(2984), - [anon_sym_BANGis] = ACTIONS(2986), - [anon_sym_PLUS] = ACTIONS(6930), - [anon_sym_DASH] = ACTIONS(6930), - [anon_sym_SLASH] = ACTIONS(6910), - [anon_sym_PERCENT] = ACTIONS(6910), - [anon_sym_as_QMARK] = ACTIONS(6728), - [anon_sym_PLUS_PLUS] = ACTIONS(6730), - [anon_sym_DASH_DASH] = ACTIONS(6730), - [anon_sym_BANG_BANG] = ACTIONS(6730), - [anon_sym_data] = ACTIONS(2984), - [anon_sym_inner] = ACTIONS(2984), - [anon_sym_expect] = ACTIONS(2984), - [anon_sym_actual] = ACTIONS(2984), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(2986), - [sym__automatic_semicolon] = ACTIONS(2986), - [sym_safe_nav] = ACTIONS(6712), - [sym_multiline_comment] = ACTIONS(3), + [sym_function_body] = STATE(3259), + [sym__block] = STATE(3334), + [sym__alpha_identifier] = ACTIONS(4210), + [anon_sym_AT] = ACTIONS(4212), + [anon_sym_COLON] = ACTIONS(6979), + [anon_sym_LBRACK] = ACTIONS(4212), + [anon_sym_as] = ACTIONS(4210), + [anon_sym_EQ] = ACTIONS(6756), + [anon_sym_LBRACE] = ACTIONS(6244), + [anon_sym_RBRACE] = ACTIONS(4212), + [anon_sym_LPAREN] = ACTIONS(4212), + [anon_sym_LT] = ACTIONS(4210), + [anon_sym_GT] = ACTIONS(4210), + [anon_sym_object] = ACTIONS(4210), + [anon_sym_fun] = ACTIONS(4210), + [anon_sym_DOT] = ACTIONS(4210), + [anon_sym_SEMI] = ACTIONS(4212), + [anon_sym_get] = ACTIONS(4210), + [anon_sym_set] = ACTIONS(4210), + [anon_sym_this] = ACTIONS(4210), + [anon_sym_super] = ACTIONS(4210), + [anon_sym_STAR] = ACTIONS(4212), + [sym_label] = ACTIONS(4210), + [anon_sym_in] = ACTIONS(4210), + [anon_sym_DOT_DOT] = ACTIONS(4212), + [anon_sym_QMARK_COLON] = ACTIONS(4212), + [anon_sym_AMP_AMP] = ACTIONS(4212), + [anon_sym_PIPE_PIPE] = ACTIONS(4212), + [anon_sym_null] = ACTIONS(4210), + [anon_sym_if] = ACTIONS(4210), + [anon_sym_else] = ACTIONS(4210), + [anon_sym_when] = ACTIONS(4210), + [anon_sym_try] = ACTIONS(4210), + [anon_sym_throw] = ACTIONS(4210), + [anon_sym_return] = ACTIONS(4210), + [anon_sym_continue] = ACTIONS(4210), + [anon_sym_break] = ACTIONS(4210), + [anon_sym_COLON_COLON] = ACTIONS(4212), + [anon_sym_BANG_EQ] = ACTIONS(4210), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4212), + [anon_sym_EQ_EQ] = ACTIONS(4210), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4212), + [anon_sym_LT_EQ] = ACTIONS(4212), + [anon_sym_GT_EQ] = ACTIONS(4212), + [anon_sym_BANGin] = ACTIONS(4212), + [anon_sym_is] = ACTIONS(4210), + [anon_sym_BANGis] = ACTIONS(4212), + [anon_sym_PLUS] = ACTIONS(4210), + [anon_sym_DASH] = ACTIONS(4210), + [anon_sym_SLASH] = ACTIONS(4210), + [anon_sym_PERCENT] = ACTIONS(4212), + [anon_sym_as_QMARK] = ACTIONS(4212), + [anon_sym_PLUS_PLUS] = ACTIONS(4212), + [anon_sym_DASH_DASH] = ACTIONS(4212), + [anon_sym_BANG] = ACTIONS(4210), + [anon_sym_BANG_BANG] = ACTIONS(4212), + [anon_sym_data] = ACTIONS(4210), + [anon_sym_inner] = ACTIONS(4210), + [anon_sym_expect] = ACTIONS(4210), + [anon_sym_actual] = ACTIONS(4210), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4212), + [anon_sym_continue_AT] = ACTIONS(4212), + [anon_sym_break_AT] = ACTIONS(4212), + [sym_real_literal] = ACTIONS(4212), + [sym_integer_literal] = ACTIONS(4210), + [sym_hex_literal] = ACTIONS(4212), + [sym_bin_literal] = ACTIONS(4212), + [anon_sym_true] = ACTIONS(4210), + [anon_sym_false] = ACTIONS(4210), + [anon_sym_SQUOTE] = ACTIONS(4212), + [sym__backtick_identifier] = ACTIONS(4212), + [sym__automatic_semicolon] = ACTIONS(4212), + [sym_safe_nav] = ACTIONS(4212), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4212), }, [3931] = { - [sym__alpha_identifier] = ACTIONS(4923), - [anon_sym_AT] = ACTIONS(4925), - [anon_sym_LBRACK] = ACTIONS(4925), - [anon_sym_as] = ACTIONS(4923), - [anon_sym_EQ] = ACTIONS(4923), - [anon_sym_LBRACE] = ACTIONS(4925), - [anon_sym_RBRACE] = ACTIONS(4925), - [anon_sym_LPAREN] = ACTIONS(6975), - [anon_sym_RPAREN] = ACTIONS(4925), - [anon_sym_LT] = ACTIONS(4923), - [anon_sym_GT] = ACTIONS(4923), - [anon_sym_DOT] = ACTIONS(4923), - [anon_sym_SEMI] = ACTIONS(4925), - [anon_sym_get] = ACTIONS(4923), - [anon_sym_set] = ACTIONS(4923), - [anon_sym_STAR] = ACTIONS(4923), - [sym_label] = ACTIONS(4925), - [anon_sym_in] = ACTIONS(4923), - [anon_sym_while] = ACTIONS(4923), - [anon_sym_DOT_DOT] = ACTIONS(4925), - [anon_sym_QMARK_COLON] = ACTIONS(4925), - [anon_sym_AMP_AMP] = ACTIONS(4925), - [anon_sym_PIPE_PIPE] = ACTIONS(4925), - [anon_sym_else] = ACTIONS(4923), - [anon_sym_COLON_COLON] = ACTIONS(4925), - [anon_sym_PLUS_EQ] = ACTIONS(4925), - [anon_sym_DASH_EQ] = ACTIONS(4925), - [anon_sym_STAR_EQ] = ACTIONS(4925), - [anon_sym_SLASH_EQ] = ACTIONS(4925), - [anon_sym_PERCENT_EQ] = ACTIONS(4925), - [anon_sym_BANG_EQ] = ACTIONS(4923), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4925), - [anon_sym_EQ_EQ] = ACTIONS(4923), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4925), - [anon_sym_LT_EQ] = ACTIONS(4925), - [anon_sym_GT_EQ] = ACTIONS(4925), - [anon_sym_BANGin] = ACTIONS(4925), - [anon_sym_is] = ACTIONS(4923), - [anon_sym_BANGis] = ACTIONS(4925), - [anon_sym_PLUS] = ACTIONS(4923), - [anon_sym_DASH] = ACTIONS(4923), - [anon_sym_SLASH] = ACTIONS(4923), - [anon_sym_PERCENT] = ACTIONS(4923), - [anon_sym_as_QMARK] = ACTIONS(4925), - [anon_sym_PLUS_PLUS] = ACTIONS(4925), - [anon_sym_DASH_DASH] = ACTIONS(4925), - [anon_sym_BANG_BANG] = ACTIONS(4925), - [anon_sym_suspend] = ACTIONS(4923), - [anon_sym_sealed] = ACTIONS(4923), - [anon_sym_annotation] = ACTIONS(4923), - [anon_sym_data] = ACTIONS(4923), - [anon_sym_inner] = ACTIONS(4923), - [anon_sym_override] = ACTIONS(4923), - [anon_sym_lateinit] = ACTIONS(4923), - [anon_sym_public] = ACTIONS(4923), - [anon_sym_private] = ACTIONS(4923), - [anon_sym_internal] = ACTIONS(4923), - [anon_sym_protected] = ACTIONS(4923), - [anon_sym_tailrec] = ACTIONS(4923), - [anon_sym_operator] = ACTIONS(4923), - [anon_sym_infix] = ACTIONS(4923), - [anon_sym_inline] = ACTIONS(4923), - [anon_sym_external] = ACTIONS(4923), - [sym_property_modifier] = ACTIONS(4923), - [anon_sym_abstract] = ACTIONS(4923), - [anon_sym_final] = ACTIONS(4923), - [anon_sym_open] = ACTIONS(4923), - [anon_sym_vararg] = ACTIONS(4923), - [anon_sym_noinline] = ACTIONS(4923), - [anon_sym_crossinline] = ACTIONS(4923), - [anon_sym_expect] = ACTIONS(4923), - [anon_sym_actual] = ACTIONS(4923), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4925), - [sym_safe_nav] = ACTIONS(4925), + [sym__alpha_identifier] = ACTIONS(4961), + [anon_sym_AT] = ACTIONS(4963), + [anon_sym_LBRACK] = ACTIONS(4963), + [anon_sym_as] = ACTIONS(4961), + [anon_sym_EQ] = ACTIONS(4961), + [anon_sym_LBRACE] = ACTIONS(4963), + [anon_sym_RBRACE] = ACTIONS(4963), + [anon_sym_LPAREN] = ACTIONS(6981), + [anon_sym_RPAREN] = ACTIONS(4963), + [anon_sym_LT] = ACTIONS(4961), + [anon_sym_GT] = ACTIONS(4961), + [anon_sym_DOT] = ACTIONS(4961), + [anon_sym_SEMI] = ACTIONS(4963), + [anon_sym_get] = ACTIONS(4961), + [anon_sym_set] = ACTIONS(4961), + [anon_sym_STAR] = ACTIONS(4961), + [sym_label] = ACTIONS(4963), + [anon_sym_in] = ACTIONS(4961), + [anon_sym_while] = ACTIONS(4961), + [anon_sym_DOT_DOT] = ACTIONS(4963), + [anon_sym_QMARK_COLON] = ACTIONS(4963), + [anon_sym_AMP_AMP] = ACTIONS(4963), + [anon_sym_PIPE_PIPE] = ACTIONS(4963), + [anon_sym_else] = ACTIONS(4961), + [anon_sym_COLON_COLON] = ACTIONS(4963), + [anon_sym_PLUS_EQ] = ACTIONS(4963), + [anon_sym_DASH_EQ] = ACTIONS(4963), + [anon_sym_STAR_EQ] = ACTIONS(4963), + [anon_sym_SLASH_EQ] = ACTIONS(4963), + [anon_sym_PERCENT_EQ] = ACTIONS(4963), + [anon_sym_BANG_EQ] = ACTIONS(4961), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4963), + [anon_sym_EQ_EQ] = ACTIONS(4961), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4963), + [anon_sym_LT_EQ] = ACTIONS(4963), + [anon_sym_GT_EQ] = ACTIONS(4963), + [anon_sym_BANGin] = ACTIONS(4963), + [anon_sym_is] = ACTIONS(4961), + [anon_sym_BANGis] = ACTIONS(4963), + [anon_sym_PLUS] = ACTIONS(4961), + [anon_sym_DASH] = ACTIONS(4961), + [anon_sym_SLASH] = ACTIONS(4961), + [anon_sym_PERCENT] = ACTIONS(4961), + [anon_sym_as_QMARK] = ACTIONS(4963), + [anon_sym_PLUS_PLUS] = ACTIONS(4963), + [anon_sym_DASH_DASH] = ACTIONS(4963), + [anon_sym_BANG_BANG] = ACTIONS(4963), + [anon_sym_suspend] = ACTIONS(4961), + [anon_sym_sealed] = ACTIONS(4961), + [anon_sym_annotation] = ACTIONS(4961), + [anon_sym_data] = ACTIONS(4961), + [anon_sym_inner] = ACTIONS(4961), + [anon_sym_override] = ACTIONS(4961), + [anon_sym_lateinit] = ACTIONS(4961), + [anon_sym_public] = ACTIONS(4961), + [anon_sym_private] = ACTIONS(4961), + [anon_sym_internal] = ACTIONS(4961), + [anon_sym_protected] = ACTIONS(4961), + [anon_sym_tailrec] = ACTIONS(4961), + [anon_sym_operator] = ACTIONS(4961), + [anon_sym_infix] = ACTIONS(4961), + [anon_sym_inline] = ACTIONS(4961), + [anon_sym_external] = ACTIONS(4961), + [sym_property_modifier] = ACTIONS(4961), + [anon_sym_abstract] = ACTIONS(4961), + [anon_sym_final] = ACTIONS(4961), + [anon_sym_open] = ACTIONS(4961), + [anon_sym_vararg] = ACTIONS(4961), + [anon_sym_noinline] = ACTIONS(4961), + [anon_sym_crossinline] = ACTIONS(4961), + [anon_sym_expect] = ACTIONS(4961), + [anon_sym_actual] = ACTIONS(4961), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4963), + [sym_safe_nav] = ACTIONS(4963), [sym_multiline_comment] = ACTIONS(3), }, [3932] = { - [sym__alpha_identifier] = ACTIONS(4929), - [anon_sym_AT] = ACTIONS(4931), - [anon_sym_LBRACK] = ACTIONS(4931), - [anon_sym_as] = ACTIONS(4929), - [anon_sym_EQ] = ACTIONS(4929), - [anon_sym_LBRACE] = ACTIONS(4931), - [anon_sym_RBRACE] = ACTIONS(4931), - [anon_sym_LPAREN] = ACTIONS(6977), - [anon_sym_RPAREN] = ACTIONS(4931), - [anon_sym_LT] = ACTIONS(4929), - [anon_sym_GT] = ACTIONS(4929), - [anon_sym_DOT] = ACTIONS(4929), - [anon_sym_SEMI] = ACTIONS(4931), - [anon_sym_get] = ACTIONS(4929), - [anon_sym_set] = ACTIONS(4929), - [anon_sym_STAR] = ACTIONS(4929), - [sym_label] = ACTIONS(4931), - [anon_sym_in] = ACTIONS(4929), - [anon_sym_while] = ACTIONS(4929), - [anon_sym_DOT_DOT] = ACTIONS(4931), - [anon_sym_QMARK_COLON] = ACTIONS(4931), - [anon_sym_AMP_AMP] = ACTIONS(4931), - [anon_sym_PIPE_PIPE] = ACTIONS(4931), - [anon_sym_else] = ACTIONS(4929), - [anon_sym_COLON_COLON] = ACTIONS(4931), - [anon_sym_PLUS_EQ] = ACTIONS(4931), - [anon_sym_DASH_EQ] = ACTIONS(4931), - [anon_sym_STAR_EQ] = ACTIONS(4931), - [anon_sym_SLASH_EQ] = ACTIONS(4931), - [anon_sym_PERCENT_EQ] = ACTIONS(4931), - [anon_sym_BANG_EQ] = ACTIONS(4929), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4931), - [anon_sym_EQ_EQ] = ACTIONS(4929), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4931), - [anon_sym_LT_EQ] = ACTIONS(4931), - [anon_sym_GT_EQ] = ACTIONS(4931), - [anon_sym_BANGin] = ACTIONS(4931), - [anon_sym_is] = ACTIONS(4929), - [anon_sym_BANGis] = ACTIONS(4931), - [anon_sym_PLUS] = ACTIONS(4929), - [anon_sym_DASH] = ACTIONS(4929), - [anon_sym_SLASH] = ACTIONS(4929), - [anon_sym_PERCENT] = ACTIONS(4929), - [anon_sym_as_QMARK] = ACTIONS(4931), - [anon_sym_PLUS_PLUS] = ACTIONS(4931), - [anon_sym_DASH_DASH] = ACTIONS(4931), - [anon_sym_BANG_BANG] = ACTIONS(4931), - [anon_sym_suspend] = ACTIONS(4929), - [anon_sym_sealed] = ACTIONS(4929), - [anon_sym_annotation] = ACTIONS(4929), - [anon_sym_data] = ACTIONS(4929), - [anon_sym_inner] = ACTIONS(4929), - [anon_sym_override] = ACTIONS(4929), - [anon_sym_lateinit] = ACTIONS(4929), - [anon_sym_public] = ACTIONS(4929), - [anon_sym_private] = ACTIONS(4929), - [anon_sym_internal] = ACTIONS(4929), - [anon_sym_protected] = ACTIONS(4929), - [anon_sym_tailrec] = ACTIONS(4929), - [anon_sym_operator] = ACTIONS(4929), - [anon_sym_infix] = ACTIONS(4929), - [anon_sym_inline] = ACTIONS(4929), - [anon_sym_external] = ACTIONS(4929), - [sym_property_modifier] = ACTIONS(4929), - [anon_sym_abstract] = ACTIONS(4929), - [anon_sym_final] = ACTIONS(4929), - [anon_sym_open] = ACTIONS(4929), - [anon_sym_vararg] = ACTIONS(4929), - [anon_sym_noinline] = ACTIONS(4929), - [anon_sym_crossinline] = ACTIONS(4929), - [anon_sym_expect] = ACTIONS(4929), - [anon_sym_actual] = ACTIONS(4929), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4931), - [sym_safe_nav] = ACTIONS(4931), - [sym_multiline_comment] = ACTIONS(3), - }, - [3933] = { - [sym_indexing_suffix] = STATE(4909), - [sym_navigation_suffix] = STATE(4889), - [sym_call_suffix] = STATE(4891), - [sym_annotated_lambda] = STATE(4893), - [sym_type_arguments] = STATE(7557), - [sym_value_arguments] = STATE(4442), - [sym_lambda_literal] = STATE(4899), - [sym__equality_operator] = STATE(2027), - [sym__comparison_operator] = STATE(2028), - [sym__in_operator] = STATE(2029), - [sym__is_operator] = STATE(6028), - [sym__additive_operator] = STATE(2030), - [sym__multiplicative_operator] = STATE(2031), - [sym__as_operator] = STATE(6024), - [sym__postfix_unary_operator] = STATE(4912), - [sym__member_access_operator] = STATE(7341), - [sym_annotation] = STATE(7855), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2033), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7855), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6688), - [anon_sym_as] = ACTIONS(6690), - [anon_sym_EQ] = ACTIONS(3061), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3063), - [anon_sym_LPAREN] = ACTIONS(6692), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(6908), - [anon_sym_DOT] = ACTIONS(6696), - [anon_sym_SEMI] = ACTIONS(3063), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(6910), - [sym_label] = ACTIONS(6700), - [anon_sym_in] = ACTIONS(6912), - [anon_sym_DOT_DOT] = ACTIONS(6914), - [anon_sym_QMARK_COLON] = ACTIONS(6916), - [anon_sym_AMP_AMP] = ACTIONS(6918), - [anon_sym_PIPE_PIPE] = ACTIONS(6920), - [anon_sym_else] = ACTIONS(3061), - [anon_sym_COLON_COLON] = ACTIONS(6712), - [anon_sym_PLUS_EQ] = ACTIONS(3063), - [anon_sym_DASH_EQ] = ACTIONS(3063), - [anon_sym_STAR_EQ] = ACTIONS(3063), - [anon_sym_SLASH_EQ] = ACTIONS(3063), - [anon_sym_PERCENT_EQ] = ACTIONS(3063), - [anon_sym_BANG_EQ] = ACTIONS(6922), - [anon_sym_BANG_EQ_EQ] = ACTIONS(6924), - [anon_sym_EQ_EQ] = ACTIONS(6922), - [anon_sym_EQ_EQ_EQ] = ACTIONS(6924), - [anon_sym_LT_EQ] = ACTIONS(6926), - [anon_sym_GT_EQ] = ACTIONS(6926), - [anon_sym_BANGin] = ACTIONS(6928), - [anon_sym_is] = ACTIONS(6722), - [anon_sym_BANGis] = ACTIONS(6724), - [anon_sym_PLUS] = ACTIONS(6930), - [anon_sym_DASH] = ACTIONS(6930), - [anon_sym_SLASH] = ACTIONS(6910), - [anon_sym_PERCENT] = ACTIONS(6910), - [anon_sym_as_QMARK] = ACTIONS(6728), - [anon_sym_PLUS_PLUS] = ACTIONS(6730), - [anon_sym_DASH_DASH] = ACTIONS(6730), - [anon_sym_BANG_BANG] = ACTIONS(6730), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3063), - [sym_safe_nav] = ACTIONS(6712), - [sym_multiline_comment] = ACTIONS(3), - }, - [3934] = { - [sym_class_body] = STATE(3417), - [sym__alpha_identifier] = ACTIONS(4509), - [anon_sym_AT] = ACTIONS(4511), - [anon_sym_COLON] = ACTIONS(6979), - [anon_sym_LBRACK] = ACTIONS(4511), - [anon_sym_as] = ACTIONS(4509), - [anon_sym_LBRACE] = ACTIONS(3112), - [anon_sym_RBRACE] = ACTIONS(4511), - [anon_sym_LPAREN] = ACTIONS(4511), - [anon_sym_COMMA] = ACTIONS(4511), - [anon_sym_LT] = ACTIONS(4509), - [anon_sym_GT] = ACTIONS(4509), - [anon_sym_where] = ACTIONS(4509), - [anon_sym_object] = ACTIONS(4509), - [anon_sym_fun] = ACTIONS(4509), - [anon_sym_DOT] = ACTIONS(4509), - [anon_sym_SEMI] = ACTIONS(4511), - [anon_sym_get] = ACTIONS(4509), - [anon_sym_set] = ACTIONS(4509), - [anon_sym_this] = ACTIONS(4509), - [anon_sym_super] = ACTIONS(4509), - [anon_sym_STAR] = ACTIONS(4511), - [sym_label] = ACTIONS(4509), - [anon_sym_in] = ACTIONS(4509), - [anon_sym_DOT_DOT] = ACTIONS(4511), - [anon_sym_QMARK_COLON] = ACTIONS(4511), - [anon_sym_AMP_AMP] = ACTIONS(4511), - [anon_sym_PIPE_PIPE] = ACTIONS(4511), - [anon_sym_null] = ACTIONS(4509), - [anon_sym_if] = ACTIONS(4509), - [anon_sym_else] = ACTIONS(4509), - [anon_sym_when] = ACTIONS(4509), - [anon_sym_try] = ACTIONS(4509), - [anon_sym_throw] = ACTIONS(4509), - [anon_sym_return] = ACTIONS(4509), - [anon_sym_continue] = ACTIONS(4509), - [anon_sym_break] = ACTIONS(4509), - [anon_sym_COLON_COLON] = ACTIONS(4511), - [anon_sym_BANG_EQ] = ACTIONS(4509), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4511), - [anon_sym_EQ_EQ] = ACTIONS(4509), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4511), - [anon_sym_LT_EQ] = ACTIONS(4511), - [anon_sym_GT_EQ] = ACTIONS(4511), - [anon_sym_BANGin] = ACTIONS(4511), - [anon_sym_is] = ACTIONS(4509), - [anon_sym_BANGis] = ACTIONS(4511), - [anon_sym_PLUS] = ACTIONS(4509), - [anon_sym_DASH] = ACTIONS(4509), - [anon_sym_SLASH] = ACTIONS(4509), - [anon_sym_PERCENT] = ACTIONS(4511), - [anon_sym_as_QMARK] = ACTIONS(4511), - [anon_sym_PLUS_PLUS] = ACTIONS(4511), - [anon_sym_DASH_DASH] = ACTIONS(4511), - [anon_sym_BANG] = ACTIONS(4509), - [anon_sym_BANG_BANG] = ACTIONS(4511), - [anon_sym_data] = ACTIONS(4509), - [anon_sym_inner] = ACTIONS(4509), - [anon_sym_expect] = ACTIONS(4509), - [anon_sym_actual] = ACTIONS(4509), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4511), - [anon_sym_continue_AT] = ACTIONS(4511), - [anon_sym_break_AT] = ACTIONS(4511), - [sym_real_literal] = ACTIONS(4511), - [sym_integer_literal] = ACTIONS(4509), - [sym_hex_literal] = ACTIONS(4511), - [sym_bin_literal] = ACTIONS(4511), - [anon_sym_true] = ACTIONS(4509), - [anon_sym_false] = ACTIONS(4509), - [anon_sym_SQUOTE] = ACTIONS(4511), - [sym__backtick_identifier] = ACTIONS(4511), - [sym__automatic_semicolon] = ACTIONS(4511), - [sym_safe_nav] = ACTIONS(4511), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4511), - }, - [3935] = { - [sym_class_body] = STATE(3398), - [sym__alpha_identifier] = ACTIONS(4517), - [anon_sym_AT] = ACTIONS(4519), - [anon_sym_COLON] = ACTIONS(6981), - [anon_sym_LBRACK] = ACTIONS(4519), - [anon_sym_as] = ACTIONS(4517), - [anon_sym_LBRACE] = ACTIONS(3112), - [anon_sym_RBRACE] = ACTIONS(4519), - [anon_sym_LPAREN] = ACTIONS(4519), - [anon_sym_COMMA] = ACTIONS(4519), - [anon_sym_LT] = ACTIONS(4517), - [anon_sym_GT] = ACTIONS(4517), - [anon_sym_where] = ACTIONS(4517), - [anon_sym_object] = ACTIONS(4517), - [anon_sym_fun] = ACTIONS(4517), - [anon_sym_DOT] = ACTIONS(4517), - [anon_sym_SEMI] = ACTIONS(4519), - [anon_sym_get] = ACTIONS(4517), - [anon_sym_set] = ACTIONS(4517), - [anon_sym_this] = ACTIONS(4517), - [anon_sym_super] = ACTIONS(4517), - [anon_sym_STAR] = ACTIONS(4519), - [sym_label] = ACTIONS(4517), - [anon_sym_in] = ACTIONS(4517), - [anon_sym_DOT_DOT] = ACTIONS(4519), - [anon_sym_QMARK_COLON] = ACTIONS(4519), - [anon_sym_AMP_AMP] = ACTIONS(4519), - [anon_sym_PIPE_PIPE] = ACTIONS(4519), - [anon_sym_null] = ACTIONS(4517), - [anon_sym_if] = ACTIONS(4517), - [anon_sym_else] = ACTIONS(4517), - [anon_sym_when] = ACTIONS(4517), - [anon_sym_try] = ACTIONS(4517), - [anon_sym_throw] = ACTIONS(4517), - [anon_sym_return] = ACTIONS(4517), - [anon_sym_continue] = ACTIONS(4517), - [anon_sym_break] = ACTIONS(4517), - [anon_sym_COLON_COLON] = ACTIONS(4519), - [anon_sym_BANG_EQ] = ACTIONS(4517), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4519), - [anon_sym_EQ_EQ] = ACTIONS(4517), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4519), - [anon_sym_LT_EQ] = ACTIONS(4519), - [anon_sym_GT_EQ] = ACTIONS(4519), - [anon_sym_BANGin] = ACTIONS(4519), - [anon_sym_is] = ACTIONS(4517), - [anon_sym_BANGis] = ACTIONS(4519), - [anon_sym_PLUS] = ACTIONS(4517), - [anon_sym_DASH] = ACTIONS(4517), - [anon_sym_SLASH] = ACTIONS(4517), - [anon_sym_PERCENT] = ACTIONS(4519), - [anon_sym_as_QMARK] = ACTIONS(4519), - [anon_sym_PLUS_PLUS] = ACTIONS(4519), - [anon_sym_DASH_DASH] = ACTIONS(4519), - [anon_sym_BANG] = ACTIONS(4517), - [anon_sym_BANG_BANG] = ACTIONS(4519), - [anon_sym_data] = ACTIONS(4517), - [anon_sym_inner] = ACTIONS(4517), - [anon_sym_expect] = ACTIONS(4517), - [anon_sym_actual] = ACTIONS(4517), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4519), - [anon_sym_continue_AT] = ACTIONS(4519), - [anon_sym_break_AT] = ACTIONS(4519), - [sym_real_literal] = ACTIONS(4519), - [sym_integer_literal] = ACTIONS(4517), - [sym_hex_literal] = ACTIONS(4519), - [sym_bin_literal] = ACTIONS(4519), - [anon_sym_true] = ACTIONS(4517), - [anon_sym_false] = ACTIONS(4517), - [anon_sym_SQUOTE] = ACTIONS(4519), - [sym__backtick_identifier] = ACTIONS(4519), - [sym__automatic_semicolon] = ACTIONS(4519), - [sym_safe_nav] = ACTIONS(4519), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4519), - }, - [3936] = { - [sym_value_arguments] = STATE(3365), - [sym__alpha_identifier] = ACTIONS(4454), - [anon_sym_AT] = ACTIONS(4456), - [anon_sym_LBRACK] = ACTIONS(4456), - [anon_sym_as] = ACTIONS(4454), - [anon_sym_LBRACE] = ACTIONS(4456), - [anon_sym_RBRACE] = ACTIONS(4456), - [anon_sym_LPAREN] = ACTIONS(4456), - [anon_sym_COMMA] = ACTIONS(4456), - [anon_sym_by] = ACTIONS(6983), - [anon_sym_LT] = ACTIONS(4454), - [anon_sym_GT] = ACTIONS(4454), - [anon_sym_where] = ACTIONS(4454), - [anon_sym_object] = ACTIONS(4454), - [anon_sym_fun] = ACTIONS(4454), - [anon_sym_DOT] = ACTIONS(4454), - [anon_sym_SEMI] = ACTIONS(4456), - [anon_sym_get] = ACTIONS(4454), - [anon_sym_set] = ACTIONS(4454), - [anon_sym_this] = ACTIONS(4454), - [anon_sym_super] = ACTIONS(4454), - [anon_sym_STAR] = ACTIONS(4456), - [sym_label] = ACTIONS(4454), - [anon_sym_in] = ACTIONS(4454), - [anon_sym_DOT_DOT] = ACTIONS(4456), - [anon_sym_QMARK_COLON] = ACTIONS(4456), - [anon_sym_AMP_AMP] = ACTIONS(4456), - [anon_sym_PIPE_PIPE] = ACTIONS(4456), - [anon_sym_null] = ACTIONS(4454), - [anon_sym_if] = ACTIONS(4454), - [anon_sym_else] = ACTIONS(4454), - [anon_sym_when] = ACTIONS(4454), - [anon_sym_try] = ACTIONS(4454), - [anon_sym_throw] = ACTIONS(4454), - [anon_sym_return] = ACTIONS(4454), - [anon_sym_continue] = ACTIONS(4454), - [anon_sym_break] = ACTIONS(4454), - [anon_sym_COLON_COLON] = ACTIONS(4456), - [anon_sym_BANG_EQ] = ACTIONS(4454), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4456), - [anon_sym_EQ_EQ] = ACTIONS(4454), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4456), - [anon_sym_LT_EQ] = ACTIONS(4456), - [anon_sym_GT_EQ] = ACTIONS(4456), - [anon_sym_BANGin] = ACTIONS(4456), - [anon_sym_is] = ACTIONS(4454), - [anon_sym_BANGis] = ACTIONS(4456), - [anon_sym_PLUS] = ACTIONS(4454), - [anon_sym_DASH] = ACTIONS(4454), - [anon_sym_SLASH] = ACTIONS(4454), - [anon_sym_PERCENT] = ACTIONS(4456), - [anon_sym_as_QMARK] = ACTIONS(4456), - [anon_sym_PLUS_PLUS] = ACTIONS(4456), - [anon_sym_DASH_DASH] = ACTIONS(4456), - [anon_sym_BANG] = ACTIONS(4454), - [anon_sym_BANG_BANG] = ACTIONS(4456), - [anon_sym_data] = ACTIONS(4454), - [anon_sym_inner] = ACTIONS(4454), - [anon_sym_expect] = ACTIONS(4454), - [anon_sym_actual] = ACTIONS(4454), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4456), - [anon_sym_continue_AT] = ACTIONS(4456), - [anon_sym_break_AT] = ACTIONS(4456), - [sym_real_literal] = ACTIONS(4456), - [sym_integer_literal] = ACTIONS(4454), - [sym_hex_literal] = ACTIONS(4456), - [sym_bin_literal] = ACTIONS(4456), - [anon_sym_true] = ACTIONS(4454), - [anon_sym_false] = ACTIONS(4454), - [anon_sym_SQUOTE] = ACTIONS(4456), - [sym__backtick_identifier] = ACTIONS(4456), - [sym__automatic_semicolon] = ACTIONS(4456), - [sym_safe_nav] = ACTIONS(4456), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4456), - }, - [3937] = { - [sym_function_body] = STATE(3285), - [sym__block] = STATE(3245), - [sym__alpha_identifier] = ACTIONS(4191), - [anon_sym_AT] = ACTIONS(4193), - [anon_sym_COLON] = ACTIONS(6985), - [anon_sym_LBRACK] = ACTIONS(4193), - [anon_sym_as] = ACTIONS(4191), - [anon_sym_EQ] = ACTIONS(6682), - [anon_sym_LBRACE] = ACTIONS(6220), - [anon_sym_RBRACE] = ACTIONS(4193), - [anon_sym_LPAREN] = ACTIONS(4193), - [anon_sym_LT] = ACTIONS(4191), - [anon_sym_GT] = ACTIONS(4191), - [anon_sym_object] = ACTIONS(4191), - [anon_sym_fun] = ACTIONS(4191), - [anon_sym_DOT] = ACTIONS(4191), - [anon_sym_SEMI] = ACTIONS(4193), - [anon_sym_get] = ACTIONS(4191), - [anon_sym_set] = ACTIONS(4191), - [anon_sym_this] = ACTIONS(4191), - [anon_sym_super] = ACTIONS(4191), - [anon_sym_STAR] = ACTIONS(4193), - [sym_label] = ACTIONS(4191), - [anon_sym_in] = ACTIONS(4191), - [anon_sym_DOT_DOT] = ACTIONS(4193), - [anon_sym_QMARK_COLON] = ACTIONS(4193), - [anon_sym_AMP_AMP] = ACTIONS(4193), - [anon_sym_PIPE_PIPE] = ACTIONS(4193), - [anon_sym_null] = ACTIONS(4191), - [anon_sym_if] = ACTIONS(4191), - [anon_sym_else] = ACTIONS(4191), - [anon_sym_when] = ACTIONS(4191), - [anon_sym_try] = ACTIONS(4191), - [anon_sym_throw] = ACTIONS(4191), - [anon_sym_return] = ACTIONS(4191), - [anon_sym_continue] = ACTIONS(4191), - [anon_sym_break] = ACTIONS(4191), - [anon_sym_COLON_COLON] = ACTIONS(4193), - [anon_sym_BANG_EQ] = ACTIONS(4191), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4193), - [anon_sym_EQ_EQ] = ACTIONS(4191), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4193), - [anon_sym_LT_EQ] = ACTIONS(4193), - [anon_sym_GT_EQ] = ACTIONS(4193), - [anon_sym_BANGin] = ACTIONS(4193), - [anon_sym_is] = ACTIONS(4191), - [anon_sym_BANGis] = ACTIONS(4193), - [anon_sym_PLUS] = ACTIONS(4191), - [anon_sym_DASH] = ACTIONS(4191), - [anon_sym_SLASH] = ACTIONS(4191), - [anon_sym_PERCENT] = ACTIONS(4193), - [anon_sym_as_QMARK] = ACTIONS(4193), - [anon_sym_PLUS_PLUS] = ACTIONS(4193), - [anon_sym_DASH_DASH] = ACTIONS(4193), - [anon_sym_BANG] = ACTIONS(4191), - [anon_sym_BANG_BANG] = ACTIONS(4193), - [anon_sym_data] = ACTIONS(4191), - [anon_sym_inner] = ACTIONS(4191), - [anon_sym_expect] = ACTIONS(4191), - [anon_sym_actual] = ACTIONS(4191), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4193), - [anon_sym_continue_AT] = ACTIONS(4193), - [anon_sym_break_AT] = ACTIONS(4193), - [sym_real_literal] = ACTIONS(4193), - [sym_integer_literal] = ACTIONS(4191), - [sym_hex_literal] = ACTIONS(4193), - [sym_bin_literal] = ACTIONS(4193), - [anon_sym_true] = ACTIONS(4191), - [anon_sym_false] = ACTIONS(4191), - [anon_sym_SQUOTE] = ACTIONS(4193), - [sym__backtick_identifier] = ACTIONS(4193), - [sym__automatic_semicolon] = ACTIONS(4193), - [sym_safe_nav] = ACTIONS(4193), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4193), - }, - [3938] = { - [sym_indexing_suffix] = STATE(4909), - [sym_navigation_suffix] = STATE(4889), - [sym_call_suffix] = STATE(4891), - [sym_annotated_lambda] = STATE(4893), - [sym_type_arguments] = STATE(7557), - [sym_value_arguments] = STATE(4442), - [sym_lambda_literal] = STATE(4899), - [sym__equality_operator] = STATE(2027), - [sym__comparison_operator] = STATE(2028), - [sym__in_operator] = STATE(2029), - [sym__is_operator] = STATE(6028), - [sym__additive_operator] = STATE(2030), - [sym__multiplicative_operator] = STATE(2031), - [sym__as_operator] = STATE(6024), - [sym__postfix_unary_operator] = STATE(4912), - [sym__member_access_operator] = STATE(7341), - [sym_annotation] = STATE(7855), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2033), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7855), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6688), - [anon_sym_as] = ACTIONS(6690), - [anon_sym_EQ] = ACTIONS(3049), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3051), - [anon_sym_LPAREN] = ACTIONS(6692), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(6908), - [anon_sym_DOT] = ACTIONS(6696), - [anon_sym_SEMI] = ACTIONS(3051), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(6910), - [sym_label] = ACTIONS(6700), - [anon_sym_in] = ACTIONS(6912), - [anon_sym_DOT_DOT] = ACTIONS(6914), - [anon_sym_QMARK_COLON] = ACTIONS(6916), - [anon_sym_AMP_AMP] = ACTIONS(6918), - [anon_sym_PIPE_PIPE] = ACTIONS(6920), - [anon_sym_else] = ACTIONS(3049), - [anon_sym_COLON_COLON] = ACTIONS(6712), - [anon_sym_PLUS_EQ] = ACTIONS(3051), - [anon_sym_DASH_EQ] = ACTIONS(3051), - [anon_sym_STAR_EQ] = ACTIONS(3051), - [anon_sym_SLASH_EQ] = ACTIONS(3051), - [anon_sym_PERCENT_EQ] = ACTIONS(3051), - [anon_sym_BANG_EQ] = ACTIONS(6922), - [anon_sym_BANG_EQ_EQ] = ACTIONS(6924), - [anon_sym_EQ_EQ] = ACTIONS(6922), - [anon_sym_EQ_EQ_EQ] = ACTIONS(6924), - [anon_sym_LT_EQ] = ACTIONS(6926), - [anon_sym_GT_EQ] = ACTIONS(6926), - [anon_sym_BANGin] = ACTIONS(6928), - [anon_sym_is] = ACTIONS(6722), - [anon_sym_BANGis] = ACTIONS(6724), - [anon_sym_PLUS] = ACTIONS(6930), - [anon_sym_DASH] = ACTIONS(6930), - [anon_sym_SLASH] = ACTIONS(6910), - [anon_sym_PERCENT] = ACTIONS(6910), - [anon_sym_as_QMARK] = ACTIONS(6728), - [anon_sym_PLUS_PLUS] = ACTIONS(6730), - [anon_sym_DASH_DASH] = ACTIONS(6730), - [anon_sym_BANG_BANG] = ACTIONS(6730), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3051), - [sym_safe_nav] = ACTIONS(6712), - [sym_multiline_comment] = ACTIONS(3), - }, - [3939] = { - [sym__alpha_identifier] = ACTIONS(4444), - [anon_sym_AT] = ACTIONS(4446), - [anon_sym_LBRACK] = ACTIONS(4446), - [anon_sym_typealias] = ACTIONS(4444), - [anon_sym_class] = ACTIONS(4444), - [anon_sym_interface] = ACTIONS(4444), - [anon_sym_enum] = ACTIONS(4444), - [anon_sym_LBRACE] = ACTIONS(4446), - [anon_sym_LPAREN] = ACTIONS(4446), - [anon_sym_val] = ACTIONS(4444), - [anon_sym_var] = ACTIONS(4444), - [anon_sym_object] = ACTIONS(4444), - [anon_sym_fun] = ACTIONS(4444), - [anon_sym_DOT] = ACTIONS(4444), - [anon_sym_get] = ACTIONS(4444), - [anon_sym_set] = ACTIONS(4444), - [anon_sym_this] = ACTIONS(4444), - [anon_sym_super] = ACTIONS(4444), - [anon_sym_STAR] = ACTIONS(4446), - [sym_label] = ACTIONS(4444), - [anon_sym_for] = ACTIONS(4444), - [anon_sym_while] = ACTIONS(4444), - [anon_sym_do] = ACTIONS(4444), - [anon_sym_null] = ACTIONS(4444), - [anon_sym_if] = ACTIONS(4444), - [anon_sym_when] = ACTIONS(4444), - [anon_sym_try] = ACTIONS(4444), - [anon_sym_throw] = ACTIONS(4444), - [anon_sym_return] = ACTIONS(4444), - [anon_sym_continue] = ACTIONS(4444), - [anon_sym_break] = ACTIONS(4444), - [anon_sym_COLON_COLON] = ACTIONS(4446), - [anon_sym_PLUS] = ACTIONS(4444), - [anon_sym_DASH] = ACTIONS(4444), - [anon_sym_PLUS_PLUS] = ACTIONS(4446), - [anon_sym_DASH_DASH] = ACTIONS(4446), - [anon_sym_BANG] = ACTIONS(4446), - [anon_sym_suspend] = ACTIONS(4444), - [anon_sym_sealed] = ACTIONS(4444), - [anon_sym_annotation] = ACTIONS(4444), - [anon_sym_data] = ACTIONS(4444), - [anon_sym_inner] = ACTIONS(4444), - [anon_sym_override] = ACTIONS(4444), - [anon_sym_lateinit] = ACTIONS(4444), - [anon_sym_public] = ACTIONS(4444), - [anon_sym_private] = ACTIONS(4444), - [anon_sym_internal] = ACTIONS(4444), - [anon_sym_protected] = ACTIONS(4444), - [anon_sym_tailrec] = ACTIONS(4444), - [anon_sym_operator] = ACTIONS(4444), - [anon_sym_infix] = ACTIONS(4444), - [anon_sym_inline] = ACTIONS(4444), - [anon_sym_external] = ACTIONS(4444), - [sym_property_modifier] = ACTIONS(4444), - [anon_sym_abstract] = ACTIONS(4444), - [anon_sym_final] = ACTIONS(4444), - [anon_sym_open] = ACTIONS(4444), - [anon_sym_vararg] = ACTIONS(4444), - [anon_sym_noinline] = ACTIONS(4444), - [anon_sym_crossinline] = ACTIONS(4444), - [anon_sym_expect] = ACTIONS(4444), - [anon_sym_actual] = ACTIONS(4444), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4446), - [anon_sym_continue_AT] = ACTIONS(4446), - [anon_sym_break_AT] = ACTIONS(4446), - [sym_real_literal] = ACTIONS(4446), - [sym_integer_literal] = ACTIONS(4444), - [sym_hex_literal] = ACTIONS(4446), - [sym_bin_literal] = ACTIONS(4446), - [anon_sym_true] = ACTIONS(4444), - [anon_sym_false] = ACTIONS(4444), - [anon_sym_SQUOTE] = ACTIONS(4446), - [sym__backtick_identifier] = ACTIONS(4446), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4446), - }, - [3940] = { - [sym_type_constraints] = STATE(4033), - [sym_function_body] = STATE(3792), - [sym__block] = STATE(3725), - [sym__alpha_identifier] = ACTIONS(4101), - [anon_sym_AT] = ACTIONS(4103), - [anon_sym_COLON] = ACTIONS(6987), - [anon_sym_LBRACK] = ACTIONS(4103), - [anon_sym_as] = ACTIONS(4101), - [anon_sym_EQ] = ACTIONS(6934), - [anon_sym_LBRACE] = ACTIONS(6434), - [anon_sym_RBRACE] = ACTIONS(4103), - [anon_sym_LPAREN] = ACTIONS(4103), - [anon_sym_COMMA] = ACTIONS(4103), - [anon_sym_LT] = ACTIONS(4101), - [anon_sym_GT] = ACTIONS(4101), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(4101), - [anon_sym_SEMI] = ACTIONS(4103), - [anon_sym_get] = ACTIONS(4101), - [anon_sym_set] = ACTIONS(4101), - [anon_sym_STAR] = ACTIONS(4103), - [sym_label] = ACTIONS(4103), - [anon_sym_in] = ACTIONS(4101), - [anon_sym_DOT_DOT] = ACTIONS(4103), - [anon_sym_QMARK_COLON] = ACTIONS(4103), - [anon_sym_AMP_AMP] = ACTIONS(4103), - [anon_sym_PIPE_PIPE] = ACTIONS(4103), - [anon_sym_else] = ACTIONS(4101), - [anon_sym_COLON_COLON] = ACTIONS(4103), - [anon_sym_BANG_EQ] = ACTIONS(4101), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4103), - [anon_sym_EQ_EQ] = ACTIONS(4101), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4103), - [anon_sym_LT_EQ] = ACTIONS(4103), - [anon_sym_GT_EQ] = ACTIONS(4103), - [anon_sym_BANGin] = ACTIONS(4103), - [anon_sym_is] = ACTIONS(4101), - [anon_sym_BANGis] = ACTIONS(4103), - [anon_sym_PLUS] = ACTIONS(4101), - [anon_sym_DASH] = ACTIONS(4101), - [anon_sym_SLASH] = ACTIONS(4101), - [anon_sym_PERCENT] = ACTIONS(4103), - [anon_sym_as_QMARK] = ACTIONS(4103), - [anon_sym_PLUS_PLUS] = ACTIONS(4103), - [anon_sym_DASH_DASH] = ACTIONS(4103), - [anon_sym_BANG_BANG] = ACTIONS(4103), - [anon_sym_suspend] = ACTIONS(4101), - [anon_sym_sealed] = ACTIONS(4101), - [anon_sym_annotation] = ACTIONS(4101), - [anon_sym_data] = ACTIONS(4101), - [anon_sym_inner] = ACTIONS(4101), - [anon_sym_override] = ACTIONS(4101), - [anon_sym_lateinit] = ACTIONS(4101), - [anon_sym_public] = ACTIONS(4101), - [anon_sym_private] = ACTIONS(4101), - [anon_sym_internal] = ACTIONS(4101), - [anon_sym_protected] = ACTIONS(4101), - [anon_sym_tailrec] = ACTIONS(4101), - [anon_sym_operator] = ACTIONS(4101), - [anon_sym_infix] = ACTIONS(4101), - [anon_sym_inline] = ACTIONS(4101), - [anon_sym_external] = ACTIONS(4101), - [sym_property_modifier] = ACTIONS(4101), - [anon_sym_abstract] = ACTIONS(4101), - [anon_sym_final] = ACTIONS(4101), - [anon_sym_open] = ACTIONS(4101), - [anon_sym_vararg] = ACTIONS(4101), - [anon_sym_noinline] = ACTIONS(4101), - [anon_sym_crossinline] = ACTIONS(4101), - [anon_sym_expect] = ACTIONS(4101), - [anon_sym_actual] = ACTIONS(4101), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4103), - [sym__automatic_semicolon] = ACTIONS(4103), - [sym_safe_nav] = ACTIONS(4103), - [sym_multiline_comment] = ACTIONS(3), - }, - [3941] = { - [sym_type_constraints] = STATE(4054), - [sym_function_body] = STATE(3759), - [sym__block] = STATE(3725), - [sym__alpha_identifier] = ACTIONS(4083), - [anon_sym_AT] = ACTIONS(4085), - [anon_sym_COLON] = ACTIONS(6989), - [anon_sym_LBRACK] = ACTIONS(4085), - [anon_sym_as] = ACTIONS(4083), - [anon_sym_EQ] = ACTIONS(6934), - [anon_sym_LBRACE] = ACTIONS(6434), - [anon_sym_RBRACE] = ACTIONS(4085), - [anon_sym_LPAREN] = ACTIONS(4085), - [anon_sym_COMMA] = ACTIONS(4085), - [anon_sym_LT] = ACTIONS(4083), - [anon_sym_GT] = ACTIONS(4083), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(4083), - [anon_sym_SEMI] = ACTIONS(4085), - [anon_sym_get] = ACTIONS(4083), - [anon_sym_set] = ACTIONS(4083), - [anon_sym_STAR] = ACTIONS(4085), - [sym_label] = ACTIONS(4085), - [anon_sym_in] = ACTIONS(4083), - [anon_sym_DOT_DOT] = ACTIONS(4085), - [anon_sym_QMARK_COLON] = ACTIONS(4085), - [anon_sym_AMP_AMP] = ACTIONS(4085), - [anon_sym_PIPE_PIPE] = ACTIONS(4085), - [anon_sym_else] = ACTIONS(4083), - [anon_sym_COLON_COLON] = ACTIONS(4085), - [anon_sym_BANG_EQ] = ACTIONS(4083), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4085), - [anon_sym_EQ_EQ] = ACTIONS(4083), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4085), - [anon_sym_LT_EQ] = ACTIONS(4085), - [anon_sym_GT_EQ] = ACTIONS(4085), - [anon_sym_BANGin] = ACTIONS(4085), - [anon_sym_is] = ACTIONS(4083), - [anon_sym_BANGis] = ACTIONS(4085), - [anon_sym_PLUS] = ACTIONS(4083), - [anon_sym_DASH] = ACTIONS(4083), - [anon_sym_SLASH] = ACTIONS(4083), - [anon_sym_PERCENT] = ACTIONS(4085), - [anon_sym_as_QMARK] = ACTIONS(4085), - [anon_sym_PLUS_PLUS] = ACTIONS(4085), - [anon_sym_DASH_DASH] = ACTIONS(4085), - [anon_sym_BANG_BANG] = ACTIONS(4085), - [anon_sym_suspend] = ACTIONS(4083), - [anon_sym_sealed] = ACTIONS(4083), - [anon_sym_annotation] = ACTIONS(4083), - [anon_sym_data] = ACTIONS(4083), - [anon_sym_inner] = ACTIONS(4083), - [anon_sym_override] = ACTIONS(4083), - [anon_sym_lateinit] = ACTIONS(4083), - [anon_sym_public] = ACTIONS(4083), - [anon_sym_private] = ACTIONS(4083), - [anon_sym_internal] = ACTIONS(4083), - [anon_sym_protected] = ACTIONS(4083), - [anon_sym_tailrec] = ACTIONS(4083), - [anon_sym_operator] = ACTIONS(4083), - [anon_sym_infix] = ACTIONS(4083), - [anon_sym_inline] = ACTIONS(4083), - [anon_sym_external] = ACTIONS(4083), - [sym_property_modifier] = ACTIONS(4083), - [anon_sym_abstract] = ACTIONS(4083), - [anon_sym_final] = ACTIONS(4083), - [anon_sym_open] = ACTIONS(4083), - [anon_sym_vararg] = ACTIONS(4083), - [anon_sym_noinline] = ACTIONS(4083), - [anon_sym_crossinline] = ACTIONS(4083), - [anon_sym_expect] = ACTIONS(4083), - [anon_sym_actual] = ACTIONS(4083), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4085), - [sym__automatic_semicolon] = ACTIONS(4085), - [sym_safe_nav] = ACTIONS(4085), - [sym_multiline_comment] = ACTIONS(3), - }, - [3942] = { - [sym_type_constraints] = STATE(4093), - [sym_function_body] = STATE(3202), - [sym__block] = STATE(3367), - [sym__alpha_identifier] = ACTIONS(4083), - [anon_sym_AT] = ACTIONS(4085), - [anon_sym_COLON] = ACTIONS(6991), - [anon_sym_LBRACK] = ACTIONS(4085), - [anon_sym_as] = ACTIONS(4083), - [anon_sym_EQ] = ACTIONS(6952), - [anon_sym_LBRACE] = ACTIONS(6236), - [anon_sym_RBRACE] = ACTIONS(4085), - [anon_sym_LPAREN] = ACTIONS(4085), - [anon_sym_RPAREN] = ACTIONS(4085), - [anon_sym_LT] = ACTIONS(4083), - [anon_sym_GT] = ACTIONS(4083), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(4083), - [anon_sym_SEMI] = ACTIONS(4085), - [anon_sym_get] = ACTIONS(4083), - [anon_sym_set] = ACTIONS(4083), - [anon_sym_STAR] = ACTIONS(4085), - [sym_label] = ACTIONS(4085), - [anon_sym_in] = ACTIONS(4083), - [anon_sym_while] = ACTIONS(4083), - [anon_sym_DOT_DOT] = ACTIONS(4085), - [anon_sym_QMARK_COLON] = ACTIONS(4085), - [anon_sym_AMP_AMP] = ACTIONS(4085), - [anon_sym_PIPE_PIPE] = ACTIONS(4085), - [anon_sym_else] = ACTIONS(4083), - [anon_sym_COLON_COLON] = ACTIONS(4085), - [anon_sym_BANG_EQ] = ACTIONS(4083), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4085), - [anon_sym_EQ_EQ] = ACTIONS(4083), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4085), - [anon_sym_LT_EQ] = ACTIONS(4085), - [anon_sym_GT_EQ] = ACTIONS(4085), - [anon_sym_BANGin] = ACTIONS(4085), - [anon_sym_is] = ACTIONS(4083), - [anon_sym_BANGis] = ACTIONS(4085), - [anon_sym_PLUS] = ACTIONS(4083), - [anon_sym_DASH] = ACTIONS(4083), - [anon_sym_SLASH] = ACTIONS(4083), - [anon_sym_PERCENT] = ACTIONS(4085), - [anon_sym_as_QMARK] = ACTIONS(4085), - [anon_sym_PLUS_PLUS] = ACTIONS(4085), - [anon_sym_DASH_DASH] = ACTIONS(4085), - [anon_sym_BANG_BANG] = ACTIONS(4085), - [anon_sym_suspend] = ACTIONS(4083), - [anon_sym_sealed] = ACTIONS(4083), - [anon_sym_annotation] = ACTIONS(4083), - [anon_sym_data] = ACTIONS(4083), - [anon_sym_inner] = ACTIONS(4083), - [anon_sym_override] = ACTIONS(4083), - [anon_sym_lateinit] = ACTIONS(4083), - [anon_sym_public] = ACTIONS(4083), - [anon_sym_private] = ACTIONS(4083), - [anon_sym_internal] = ACTIONS(4083), - [anon_sym_protected] = ACTIONS(4083), - [anon_sym_tailrec] = ACTIONS(4083), - [anon_sym_operator] = ACTIONS(4083), - [anon_sym_infix] = ACTIONS(4083), - [anon_sym_inline] = ACTIONS(4083), - [anon_sym_external] = ACTIONS(4083), - [sym_property_modifier] = ACTIONS(4083), - [anon_sym_abstract] = ACTIONS(4083), - [anon_sym_final] = ACTIONS(4083), - [anon_sym_open] = ACTIONS(4083), - [anon_sym_vararg] = ACTIONS(4083), - [anon_sym_noinline] = ACTIONS(4083), - [anon_sym_crossinline] = ACTIONS(4083), - [anon_sym_expect] = ACTIONS(4083), - [anon_sym_actual] = ACTIONS(4083), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4085), - [sym_safe_nav] = ACTIONS(4085), - [sym_multiline_comment] = ACTIONS(3), - }, - [3943] = { - [ts_builtin_sym_end] = ACTIONS(1405), - [sym__alpha_identifier] = ACTIONS(6993), - [anon_sym_AT] = ACTIONS(1405), - [anon_sym_LBRACK] = ACTIONS(1405), - [anon_sym_typealias] = ACTIONS(6993), - [anon_sym_class] = ACTIONS(6993), - [anon_sym_interface] = ACTIONS(6993), - [anon_sym_enum] = ACTIONS(6993), - [anon_sym_LBRACE] = ACTIONS(1405), - [anon_sym_LPAREN] = ACTIONS(1405), - [anon_sym_val] = ACTIONS(6993), - [anon_sym_var] = ACTIONS(6993), - [anon_sym_object] = ACTIONS(6993), - [anon_sym_fun] = ACTIONS(6993), - [anon_sym_get] = ACTIONS(6993), - [anon_sym_set] = ACTIONS(6993), - [anon_sym_this] = ACTIONS(6993), - [anon_sym_super] = ACTIONS(6993), - [anon_sym_STAR] = ACTIONS(1405), - [sym_label] = ACTIONS(6993), - [anon_sym_for] = ACTIONS(6993), - [anon_sym_while] = ACTIONS(6993), - [anon_sym_do] = ACTIONS(6993), - [anon_sym_null] = ACTIONS(6993), - [anon_sym_if] = ACTIONS(6993), - [anon_sym_when] = ACTIONS(6993), - [anon_sym_try] = ACTIONS(6993), - [anon_sym_throw] = ACTIONS(6993), - [anon_sym_return] = ACTIONS(6993), - [anon_sym_continue] = ACTIONS(6993), - [anon_sym_break] = ACTIONS(6993), - [anon_sym_COLON_COLON] = ACTIONS(1405), - [anon_sym_PLUS] = ACTIONS(6993), - [anon_sym_DASH] = ACTIONS(6993), - [anon_sym_PLUS_PLUS] = ACTIONS(1405), - [anon_sym_DASH_DASH] = ACTIONS(1405), - [anon_sym_BANG] = ACTIONS(1405), - [anon_sym_suspend] = ACTIONS(6993), - [anon_sym_sealed] = ACTIONS(6993), - [anon_sym_annotation] = ACTIONS(6993), - [anon_sym_data] = ACTIONS(6993), - [anon_sym_inner] = ACTIONS(6993), - [anon_sym_override] = ACTIONS(6993), - [anon_sym_lateinit] = ACTIONS(6993), - [anon_sym_public] = ACTIONS(6993), - [anon_sym_private] = ACTIONS(6993), - [anon_sym_internal] = ACTIONS(6993), - [anon_sym_protected] = ACTIONS(6993), - [anon_sym_tailrec] = ACTIONS(6993), - [anon_sym_operator] = ACTIONS(6993), - [anon_sym_infix] = ACTIONS(6993), - [anon_sym_inline] = ACTIONS(6993), - [anon_sym_external] = ACTIONS(6993), - [sym_property_modifier] = ACTIONS(6993), - [anon_sym_abstract] = ACTIONS(6993), - [anon_sym_final] = ACTIONS(6993), - [anon_sym_open] = ACTIONS(6993), - [anon_sym_vararg] = ACTIONS(6993), - [anon_sym_noinline] = ACTIONS(6993), - [anon_sym_crossinline] = ACTIONS(6993), - [anon_sym_expect] = ACTIONS(6993), - [anon_sym_actual] = ACTIONS(6993), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1405), - [anon_sym_continue_AT] = ACTIONS(1405), - [anon_sym_break_AT] = ACTIONS(1405), - [sym_real_literal] = ACTIONS(1405), - [sym_integer_literal] = ACTIONS(6993), - [sym_hex_literal] = ACTIONS(1405), - [sym_bin_literal] = ACTIONS(1405), - [anon_sym_true] = ACTIONS(6993), - [anon_sym_false] = ACTIONS(6993), - [anon_sym_SQUOTE] = ACTIONS(1405), - [sym__backtick_identifier] = ACTIONS(1405), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1405), - }, - [3944] = { - [sym__alpha_identifier] = ACTIONS(4430), - [anon_sym_AT] = ACTIONS(4432), - [anon_sym_COLON] = ACTIONS(4430), - [anon_sym_LBRACK] = ACTIONS(4432), - [anon_sym_constructor] = ACTIONS(4430), - [anon_sym_LBRACE] = ACTIONS(4432), - [anon_sym_RBRACE] = ACTIONS(4432), - [anon_sym_LPAREN] = ACTIONS(4432), - [anon_sym_where] = ACTIONS(4430), - [anon_sym_object] = ACTIONS(4430), - [anon_sym_fun] = ACTIONS(4430), - [anon_sym_get] = ACTIONS(4430), - [anon_sym_set] = ACTIONS(4430), - [anon_sym_this] = ACTIONS(4430), - [anon_sym_super] = ACTIONS(4430), - [anon_sym_STAR] = ACTIONS(4432), - [sym_label] = ACTIONS(4430), - [anon_sym_in] = ACTIONS(4430), - [anon_sym_null] = ACTIONS(4430), - [anon_sym_if] = ACTIONS(4430), - [anon_sym_else] = ACTIONS(4430), - [anon_sym_when] = ACTIONS(4430), - [anon_sym_try] = ACTIONS(4430), - [anon_sym_throw] = ACTIONS(4430), - [anon_sym_return] = ACTIONS(4430), - [anon_sym_continue] = ACTIONS(4430), - [anon_sym_break] = ACTIONS(4430), - [anon_sym_COLON_COLON] = ACTIONS(4432), - [anon_sym_BANGin] = ACTIONS(4432), - [anon_sym_is] = ACTIONS(4430), - [anon_sym_BANGis] = ACTIONS(4432), - [anon_sym_PLUS] = ACTIONS(4430), - [anon_sym_DASH] = ACTIONS(4430), - [anon_sym_PLUS_PLUS] = ACTIONS(4432), - [anon_sym_DASH_DASH] = ACTIONS(4432), - [anon_sym_BANG] = ACTIONS(4430), - [anon_sym_suspend] = ACTIONS(4430), - [anon_sym_sealed] = ACTIONS(4430), - [anon_sym_annotation] = ACTIONS(4430), - [anon_sym_data] = ACTIONS(4430), - [anon_sym_inner] = ACTIONS(4430), - [anon_sym_override] = ACTIONS(4430), - [anon_sym_lateinit] = ACTIONS(4430), - [anon_sym_public] = ACTIONS(4430), - [anon_sym_private] = ACTIONS(4430), - [anon_sym_internal] = ACTIONS(4430), - [anon_sym_protected] = ACTIONS(4430), - [anon_sym_tailrec] = ACTIONS(4430), - [anon_sym_operator] = ACTIONS(4430), - [anon_sym_infix] = ACTIONS(4430), - [anon_sym_inline] = ACTIONS(4430), - [anon_sym_external] = ACTIONS(4430), - [sym_property_modifier] = ACTIONS(4430), - [anon_sym_abstract] = ACTIONS(4430), - [anon_sym_final] = ACTIONS(4430), - [anon_sym_open] = ACTIONS(4430), - [anon_sym_vararg] = ACTIONS(4430), - [anon_sym_noinline] = ACTIONS(4430), - [anon_sym_crossinline] = ACTIONS(4430), - [anon_sym_expect] = ACTIONS(4430), - [anon_sym_actual] = ACTIONS(4430), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4432), - [anon_sym_continue_AT] = ACTIONS(4432), - [anon_sym_break_AT] = ACTIONS(4432), - [sym_real_literal] = ACTIONS(4432), - [sym_integer_literal] = ACTIONS(4430), - [sym_hex_literal] = ACTIONS(4432), - [sym_bin_literal] = ACTIONS(4432), - [anon_sym_true] = ACTIONS(4430), - [anon_sym_false] = ACTIONS(4430), - [anon_sym_SQUOTE] = ACTIONS(4432), - [sym__backtick_identifier] = ACTIONS(4432), - [sym__automatic_semicolon] = ACTIONS(4432), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4432), - }, - [3945] = { - [sym_type_constraints] = STATE(4056), - [sym_function_body] = STATE(3776), - [sym__block] = STATE(3725), - [sym__alpha_identifier] = ACTIONS(4073), - [anon_sym_AT] = ACTIONS(4075), - [anon_sym_COLON] = ACTIONS(6995), - [anon_sym_LBRACK] = ACTIONS(4075), - [anon_sym_as] = ACTIONS(4073), - [anon_sym_EQ] = ACTIONS(6934), - [anon_sym_LBRACE] = ACTIONS(6434), - [anon_sym_RBRACE] = ACTIONS(4075), - [anon_sym_LPAREN] = ACTIONS(4075), - [anon_sym_COMMA] = ACTIONS(4075), - [anon_sym_LT] = ACTIONS(4073), - [anon_sym_GT] = ACTIONS(4073), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(4073), - [anon_sym_SEMI] = ACTIONS(4075), - [anon_sym_get] = ACTIONS(4073), - [anon_sym_set] = ACTIONS(4073), - [anon_sym_STAR] = ACTIONS(4075), - [sym_label] = ACTIONS(4075), - [anon_sym_in] = ACTIONS(4073), - [anon_sym_DOT_DOT] = ACTIONS(4075), - [anon_sym_QMARK_COLON] = ACTIONS(4075), - [anon_sym_AMP_AMP] = ACTIONS(4075), - [anon_sym_PIPE_PIPE] = ACTIONS(4075), - [anon_sym_else] = ACTIONS(4073), - [anon_sym_COLON_COLON] = ACTIONS(4075), - [anon_sym_BANG_EQ] = ACTIONS(4073), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4075), - [anon_sym_EQ_EQ] = ACTIONS(4073), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4075), - [anon_sym_LT_EQ] = ACTIONS(4075), - [anon_sym_GT_EQ] = ACTIONS(4075), - [anon_sym_BANGin] = ACTIONS(4075), - [anon_sym_is] = ACTIONS(4073), - [anon_sym_BANGis] = ACTIONS(4075), - [anon_sym_PLUS] = ACTIONS(4073), - [anon_sym_DASH] = ACTIONS(4073), - [anon_sym_SLASH] = ACTIONS(4073), - [anon_sym_PERCENT] = ACTIONS(4075), - [anon_sym_as_QMARK] = ACTIONS(4075), - [anon_sym_PLUS_PLUS] = ACTIONS(4075), - [anon_sym_DASH_DASH] = ACTIONS(4075), - [anon_sym_BANG_BANG] = ACTIONS(4075), - [anon_sym_suspend] = ACTIONS(4073), - [anon_sym_sealed] = ACTIONS(4073), - [anon_sym_annotation] = ACTIONS(4073), - [anon_sym_data] = ACTIONS(4073), - [anon_sym_inner] = ACTIONS(4073), - [anon_sym_override] = ACTIONS(4073), - [anon_sym_lateinit] = ACTIONS(4073), - [anon_sym_public] = ACTIONS(4073), - [anon_sym_private] = ACTIONS(4073), - [anon_sym_internal] = ACTIONS(4073), - [anon_sym_protected] = ACTIONS(4073), - [anon_sym_tailrec] = ACTIONS(4073), - [anon_sym_operator] = ACTIONS(4073), - [anon_sym_infix] = ACTIONS(4073), - [anon_sym_inline] = ACTIONS(4073), - [anon_sym_external] = ACTIONS(4073), - [sym_property_modifier] = ACTIONS(4073), - [anon_sym_abstract] = ACTIONS(4073), - [anon_sym_final] = ACTIONS(4073), - [anon_sym_open] = ACTIONS(4073), - [anon_sym_vararg] = ACTIONS(4073), - [anon_sym_noinline] = ACTIONS(4073), - [anon_sym_crossinline] = ACTIONS(4073), - [anon_sym_expect] = ACTIONS(4073), - [anon_sym_actual] = ACTIONS(4073), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4075), - [sym__automatic_semicolon] = ACTIONS(4075), - [sym_safe_nav] = ACTIONS(4075), - [sym_multiline_comment] = ACTIONS(3), - }, - [3946] = { - [sym__alpha_identifier] = ACTIONS(4249), - [anon_sym_AT] = ACTIONS(4252), - [anon_sym_LBRACK] = ACTIONS(4252), - [anon_sym_as] = ACTIONS(4249), - [anon_sym_EQ] = ACTIONS(3828), - [anon_sym_LBRACE] = ACTIONS(4252), - [anon_sym_RBRACE] = ACTIONS(4252), - [anon_sym_LPAREN] = ACTIONS(5878), - [anon_sym_RPAREN] = ACTIONS(4252), - [anon_sym_LT] = ACTIONS(4249), - [anon_sym_GT] = ACTIONS(4249), - [anon_sym_DOT] = ACTIONS(4249), - [anon_sym_SEMI] = ACTIONS(4252), - [anon_sym_get] = ACTIONS(4249), - [anon_sym_set] = ACTIONS(4249), - [anon_sym_STAR] = ACTIONS(4249), - [sym_label] = ACTIONS(4252), - [anon_sym_in] = ACTIONS(4249), - [anon_sym_while] = ACTIONS(4249), - [anon_sym_DOT_DOT] = ACTIONS(4252), - [anon_sym_QMARK_COLON] = ACTIONS(4252), - [anon_sym_AMP_AMP] = ACTIONS(4252), - [anon_sym_PIPE_PIPE] = ACTIONS(4252), - [anon_sym_else] = ACTIONS(4249), - [anon_sym_COLON_COLON] = ACTIONS(4252), - [anon_sym_PLUS_EQ] = ACTIONS(3833), - [anon_sym_DASH_EQ] = ACTIONS(3833), - [anon_sym_STAR_EQ] = ACTIONS(3833), - [anon_sym_SLASH_EQ] = ACTIONS(3833), - [anon_sym_PERCENT_EQ] = ACTIONS(3833), - [anon_sym_BANG_EQ] = ACTIONS(4249), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4252), - [anon_sym_EQ_EQ] = ACTIONS(4249), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4252), - [anon_sym_LT_EQ] = ACTIONS(4252), - [anon_sym_GT_EQ] = ACTIONS(4252), - [anon_sym_BANGin] = ACTIONS(4252), - [anon_sym_is] = ACTIONS(4249), - [anon_sym_BANGis] = ACTIONS(4252), - [anon_sym_PLUS] = ACTIONS(4249), - [anon_sym_DASH] = ACTIONS(4249), - [anon_sym_SLASH] = ACTIONS(4249), - [anon_sym_PERCENT] = ACTIONS(4249), - [anon_sym_as_QMARK] = ACTIONS(4252), - [anon_sym_PLUS_PLUS] = ACTIONS(4252), - [anon_sym_DASH_DASH] = ACTIONS(4252), - [anon_sym_BANG_BANG] = ACTIONS(4252), - [anon_sym_suspend] = ACTIONS(4249), - [anon_sym_sealed] = ACTIONS(4249), - [anon_sym_annotation] = ACTIONS(4249), - [anon_sym_data] = ACTIONS(4249), - [anon_sym_inner] = ACTIONS(4249), - [anon_sym_override] = ACTIONS(4249), - [anon_sym_lateinit] = ACTIONS(4249), - [anon_sym_public] = ACTIONS(4249), - [anon_sym_private] = ACTIONS(4249), - [anon_sym_internal] = ACTIONS(4249), - [anon_sym_protected] = ACTIONS(4249), - [anon_sym_tailrec] = ACTIONS(4249), - [anon_sym_operator] = ACTIONS(4249), - [anon_sym_infix] = ACTIONS(4249), - [anon_sym_inline] = ACTIONS(4249), - [anon_sym_external] = ACTIONS(4249), - [sym_property_modifier] = ACTIONS(4249), - [anon_sym_abstract] = ACTIONS(4249), - [anon_sym_final] = ACTIONS(4249), - [anon_sym_open] = ACTIONS(4249), - [anon_sym_vararg] = ACTIONS(4249), - [anon_sym_noinline] = ACTIONS(4249), - [anon_sym_crossinline] = ACTIONS(4249), - [anon_sym_expect] = ACTIONS(4249), - [anon_sym_actual] = ACTIONS(4249), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4252), - [sym_safe_nav] = ACTIONS(4252), - [sym_multiline_comment] = ACTIONS(3), - }, - [3947] = { - [sym_type_constraints] = STATE(4092), - [sym_function_body] = STATE(3145), - [sym__block] = STATE(3367), - [sym__alpha_identifier] = ACTIONS(4095), - [anon_sym_AT] = ACTIONS(4097), - [anon_sym_COLON] = ACTIONS(6997), - [anon_sym_LBRACK] = ACTIONS(4097), - [anon_sym_as] = ACTIONS(4095), - [anon_sym_EQ] = ACTIONS(6952), - [anon_sym_LBRACE] = ACTIONS(6236), - [anon_sym_RBRACE] = ACTIONS(4097), - [anon_sym_LPAREN] = ACTIONS(4097), - [anon_sym_RPAREN] = ACTIONS(4097), - [anon_sym_LT] = ACTIONS(4095), - [anon_sym_GT] = ACTIONS(4095), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(4095), - [anon_sym_SEMI] = ACTIONS(4097), - [anon_sym_get] = ACTIONS(4095), - [anon_sym_set] = ACTIONS(4095), - [anon_sym_STAR] = ACTIONS(4097), - [sym_label] = ACTIONS(4097), - [anon_sym_in] = ACTIONS(4095), - [anon_sym_while] = ACTIONS(4095), - [anon_sym_DOT_DOT] = ACTIONS(4097), - [anon_sym_QMARK_COLON] = ACTIONS(4097), - [anon_sym_AMP_AMP] = ACTIONS(4097), - [anon_sym_PIPE_PIPE] = ACTIONS(4097), - [anon_sym_else] = ACTIONS(4095), - [anon_sym_COLON_COLON] = ACTIONS(4097), - [anon_sym_BANG_EQ] = ACTIONS(4095), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4097), - [anon_sym_EQ_EQ] = ACTIONS(4095), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4097), - [anon_sym_LT_EQ] = ACTIONS(4097), - [anon_sym_GT_EQ] = ACTIONS(4097), - [anon_sym_BANGin] = ACTIONS(4097), - [anon_sym_is] = ACTIONS(4095), - [anon_sym_BANGis] = ACTIONS(4097), - [anon_sym_PLUS] = ACTIONS(4095), - [anon_sym_DASH] = ACTIONS(4095), - [anon_sym_SLASH] = ACTIONS(4095), - [anon_sym_PERCENT] = ACTIONS(4097), - [anon_sym_as_QMARK] = ACTIONS(4097), - [anon_sym_PLUS_PLUS] = ACTIONS(4097), - [anon_sym_DASH_DASH] = ACTIONS(4097), - [anon_sym_BANG_BANG] = ACTIONS(4097), - [anon_sym_suspend] = ACTIONS(4095), - [anon_sym_sealed] = ACTIONS(4095), - [anon_sym_annotation] = ACTIONS(4095), - [anon_sym_data] = ACTIONS(4095), - [anon_sym_inner] = ACTIONS(4095), - [anon_sym_override] = ACTIONS(4095), - [anon_sym_lateinit] = ACTIONS(4095), - [anon_sym_public] = ACTIONS(4095), - [anon_sym_private] = ACTIONS(4095), - [anon_sym_internal] = ACTIONS(4095), - [anon_sym_protected] = ACTIONS(4095), - [anon_sym_tailrec] = ACTIONS(4095), - [anon_sym_operator] = ACTIONS(4095), - [anon_sym_infix] = ACTIONS(4095), - [anon_sym_inline] = ACTIONS(4095), - [anon_sym_external] = ACTIONS(4095), - [sym_property_modifier] = ACTIONS(4095), - [anon_sym_abstract] = ACTIONS(4095), - [anon_sym_final] = ACTIONS(4095), - [anon_sym_open] = ACTIONS(4095), - [anon_sym_vararg] = ACTIONS(4095), - [anon_sym_noinline] = ACTIONS(4095), - [anon_sym_crossinline] = ACTIONS(4095), - [anon_sym_expect] = ACTIONS(4095), - [anon_sym_actual] = ACTIONS(4095), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4097), - [sym_safe_nav] = ACTIONS(4097), - [sym_multiline_comment] = ACTIONS(3), - }, - [3948] = { - [sym__alpha_identifier] = ACTIONS(4440), - [anon_sym_AT] = ACTIONS(4442), - [anon_sym_LBRACK] = ACTIONS(4442), - [anon_sym_typealias] = ACTIONS(4440), - [anon_sym_class] = ACTIONS(4440), - [anon_sym_interface] = ACTIONS(4440), - [anon_sym_enum] = ACTIONS(4440), - [anon_sym_LBRACE] = ACTIONS(4442), - [anon_sym_LPAREN] = ACTIONS(4442), - [anon_sym_val] = ACTIONS(4440), - [anon_sym_var] = ACTIONS(4440), - [anon_sym_object] = ACTIONS(4440), - [anon_sym_fun] = ACTIONS(4440), - [anon_sym_DOT] = ACTIONS(4440), - [anon_sym_get] = ACTIONS(4440), - [anon_sym_set] = ACTIONS(4440), - [anon_sym_this] = ACTIONS(4440), - [anon_sym_super] = ACTIONS(4440), - [anon_sym_STAR] = ACTIONS(4442), - [sym_label] = ACTIONS(4440), - [anon_sym_for] = ACTIONS(4440), - [anon_sym_while] = ACTIONS(4440), - [anon_sym_do] = ACTIONS(4440), - [anon_sym_null] = ACTIONS(4440), - [anon_sym_if] = ACTIONS(4440), - [anon_sym_when] = ACTIONS(4440), - [anon_sym_try] = ACTIONS(4440), - [anon_sym_throw] = ACTIONS(4440), - [anon_sym_return] = ACTIONS(4440), - [anon_sym_continue] = ACTIONS(4440), - [anon_sym_break] = ACTIONS(4440), - [anon_sym_COLON_COLON] = ACTIONS(4442), - [anon_sym_PLUS] = ACTIONS(4440), - [anon_sym_DASH] = ACTIONS(4440), - [anon_sym_PLUS_PLUS] = ACTIONS(4442), - [anon_sym_DASH_DASH] = ACTIONS(4442), - [anon_sym_BANG] = ACTIONS(4442), - [anon_sym_suspend] = ACTIONS(4440), - [anon_sym_sealed] = ACTIONS(4440), - [anon_sym_annotation] = ACTIONS(4440), - [anon_sym_data] = ACTIONS(4440), - [anon_sym_inner] = ACTIONS(4440), - [anon_sym_override] = ACTIONS(4440), - [anon_sym_lateinit] = ACTIONS(4440), - [anon_sym_public] = ACTIONS(4440), - [anon_sym_private] = ACTIONS(4440), - [anon_sym_internal] = ACTIONS(4440), - [anon_sym_protected] = ACTIONS(4440), - [anon_sym_tailrec] = ACTIONS(4440), - [anon_sym_operator] = ACTIONS(4440), - [anon_sym_infix] = ACTIONS(4440), - [anon_sym_inline] = ACTIONS(4440), - [anon_sym_external] = ACTIONS(4440), - [sym_property_modifier] = ACTIONS(4440), - [anon_sym_abstract] = ACTIONS(4440), - [anon_sym_final] = ACTIONS(4440), - [anon_sym_open] = ACTIONS(4440), - [anon_sym_vararg] = ACTIONS(4440), - [anon_sym_noinline] = ACTIONS(4440), - [anon_sym_crossinline] = ACTIONS(4440), - [anon_sym_expect] = ACTIONS(4440), - [anon_sym_actual] = ACTIONS(4440), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4442), - [anon_sym_continue_AT] = ACTIONS(4442), - [anon_sym_break_AT] = ACTIONS(4442), - [sym_real_literal] = ACTIONS(4442), - [sym_integer_literal] = ACTIONS(4440), - [sym_hex_literal] = ACTIONS(4442), - [sym_bin_literal] = ACTIONS(4442), - [anon_sym_true] = ACTIONS(4440), - [anon_sym_false] = ACTIONS(4440), - [anon_sym_SQUOTE] = ACTIONS(4442), - [sym__backtick_identifier] = ACTIONS(4442), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4442), - }, - [3949] = { - [sym__alpha_identifier] = ACTIONS(4426), - [anon_sym_AT] = ACTIONS(4428), - [anon_sym_LBRACK] = ACTIONS(4428), - [anon_sym_typealias] = ACTIONS(4426), - [anon_sym_class] = ACTIONS(4426), - [anon_sym_interface] = ACTIONS(4426), - [anon_sym_enum] = ACTIONS(4426), - [anon_sym_LBRACE] = ACTIONS(4428), - [anon_sym_LPAREN] = ACTIONS(4428), - [anon_sym_val] = ACTIONS(4426), - [anon_sym_var] = ACTIONS(4426), - [anon_sym_object] = ACTIONS(4426), - [anon_sym_fun] = ACTIONS(4426), - [anon_sym_DOT] = ACTIONS(4426), - [anon_sym_get] = ACTIONS(4426), - [anon_sym_set] = ACTIONS(4426), - [anon_sym_this] = ACTIONS(4426), - [anon_sym_super] = ACTIONS(4426), - [anon_sym_STAR] = ACTIONS(4428), - [sym_label] = ACTIONS(4426), - [anon_sym_for] = ACTIONS(4426), - [anon_sym_while] = ACTIONS(4426), - [anon_sym_do] = ACTIONS(4426), - [anon_sym_null] = ACTIONS(4426), - [anon_sym_if] = ACTIONS(4426), - [anon_sym_when] = ACTIONS(4426), - [anon_sym_try] = ACTIONS(4426), - [anon_sym_throw] = ACTIONS(4426), - [anon_sym_return] = ACTIONS(4426), - [anon_sym_continue] = ACTIONS(4426), - [anon_sym_break] = ACTIONS(4426), - [anon_sym_COLON_COLON] = ACTIONS(4428), - [anon_sym_PLUS] = ACTIONS(4426), - [anon_sym_DASH] = ACTIONS(4426), - [anon_sym_PLUS_PLUS] = ACTIONS(4428), - [anon_sym_DASH_DASH] = ACTIONS(4428), - [anon_sym_BANG] = ACTIONS(4428), - [anon_sym_suspend] = ACTIONS(4426), - [anon_sym_sealed] = ACTIONS(4426), - [anon_sym_annotation] = ACTIONS(4426), - [anon_sym_data] = ACTIONS(4426), - [anon_sym_inner] = ACTIONS(4426), - [anon_sym_override] = ACTIONS(4426), - [anon_sym_lateinit] = ACTIONS(4426), - [anon_sym_public] = ACTIONS(4426), - [anon_sym_private] = ACTIONS(4426), - [anon_sym_internal] = ACTIONS(4426), - [anon_sym_protected] = ACTIONS(4426), - [anon_sym_tailrec] = ACTIONS(4426), - [anon_sym_operator] = ACTIONS(4426), - [anon_sym_infix] = ACTIONS(4426), - [anon_sym_inline] = ACTIONS(4426), - [anon_sym_external] = ACTIONS(4426), - [sym_property_modifier] = ACTIONS(4426), - [anon_sym_abstract] = ACTIONS(4426), - [anon_sym_final] = ACTIONS(4426), - [anon_sym_open] = ACTIONS(4426), - [anon_sym_vararg] = ACTIONS(4426), - [anon_sym_noinline] = ACTIONS(4426), - [anon_sym_crossinline] = ACTIONS(4426), - [anon_sym_expect] = ACTIONS(4426), - [anon_sym_actual] = ACTIONS(4426), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4428), - [anon_sym_continue_AT] = ACTIONS(4428), - [anon_sym_break_AT] = ACTIONS(4428), - [sym_real_literal] = ACTIONS(4428), - [sym_integer_literal] = ACTIONS(4426), - [sym_hex_literal] = ACTIONS(4428), - [sym_bin_literal] = ACTIONS(4428), - [anon_sym_true] = ACTIONS(4426), - [anon_sym_false] = ACTIONS(4426), - [anon_sym_SQUOTE] = ACTIONS(4428), - [sym__backtick_identifier] = ACTIONS(4428), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4428), - }, - [3950] = { - [sym_indexing_suffix] = STATE(4909), - [sym_navigation_suffix] = STATE(4889), - [sym_call_suffix] = STATE(4891), - [sym_annotated_lambda] = STATE(4893), - [sym_type_arguments] = STATE(7557), - [sym_value_arguments] = STATE(4442), - [sym_lambda_literal] = STATE(4899), - [sym__equality_operator] = STATE(2027), - [sym__comparison_operator] = STATE(2028), - [sym__in_operator] = STATE(2029), - [sym__is_operator] = STATE(6028), - [sym__additive_operator] = STATE(2030), - [sym__multiplicative_operator] = STATE(2031), - [sym__as_operator] = STATE(6024), - [sym__postfix_unary_operator] = STATE(4912), - [sym__member_access_operator] = STATE(7341), - [sym_annotation] = STATE(7855), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2033), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7855), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6688), - [anon_sym_as] = ACTIONS(6690), - [anon_sym_EQ] = ACTIONS(3057), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3059), - [anon_sym_LPAREN] = ACTIONS(6692), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(6908), - [anon_sym_DOT] = ACTIONS(6696), - [anon_sym_SEMI] = ACTIONS(3059), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(6910), - [sym_label] = ACTIONS(6700), - [anon_sym_in] = ACTIONS(6912), - [anon_sym_DOT_DOT] = ACTIONS(6914), - [anon_sym_QMARK_COLON] = ACTIONS(6916), - [anon_sym_AMP_AMP] = ACTIONS(6918), - [anon_sym_PIPE_PIPE] = ACTIONS(6920), - [anon_sym_else] = ACTIONS(3057), - [anon_sym_COLON_COLON] = ACTIONS(6712), - [anon_sym_PLUS_EQ] = ACTIONS(3059), - [anon_sym_DASH_EQ] = ACTIONS(3059), - [anon_sym_STAR_EQ] = ACTIONS(3059), - [anon_sym_SLASH_EQ] = ACTIONS(3059), - [anon_sym_PERCENT_EQ] = ACTIONS(3059), - [anon_sym_BANG_EQ] = ACTIONS(6922), - [anon_sym_BANG_EQ_EQ] = ACTIONS(6924), - [anon_sym_EQ_EQ] = ACTIONS(6922), - [anon_sym_EQ_EQ_EQ] = ACTIONS(6924), - [anon_sym_LT_EQ] = ACTIONS(6926), - [anon_sym_GT_EQ] = ACTIONS(6926), - [anon_sym_BANGin] = ACTIONS(6928), - [anon_sym_is] = ACTIONS(6722), - [anon_sym_BANGis] = ACTIONS(6724), - [anon_sym_PLUS] = ACTIONS(6930), - [anon_sym_DASH] = ACTIONS(6930), - [anon_sym_SLASH] = ACTIONS(6910), - [anon_sym_PERCENT] = ACTIONS(6910), - [anon_sym_as_QMARK] = ACTIONS(6728), - [anon_sym_PLUS_PLUS] = ACTIONS(6730), - [anon_sym_DASH_DASH] = ACTIONS(6730), - [anon_sym_BANG_BANG] = ACTIONS(6730), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), + [sym__alpha_identifier] = ACTIONS(4460), + [anon_sym_AT] = ACTIONS(4462), + [anon_sym_COLON] = ACTIONS(4460), + [anon_sym_LBRACK] = ACTIONS(4462), + [anon_sym_constructor] = ACTIONS(4460), + [anon_sym_LBRACE] = ACTIONS(4462), + [anon_sym_RBRACE] = ACTIONS(4462), + [anon_sym_LPAREN] = ACTIONS(4462), + [anon_sym_where] = ACTIONS(4460), + [anon_sym_object] = ACTIONS(4460), + [anon_sym_fun] = ACTIONS(4460), + [anon_sym_get] = ACTIONS(4460), + [anon_sym_set] = ACTIONS(4460), + [anon_sym_this] = ACTIONS(4460), + [anon_sym_super] = ACTIONS(4460), + [anon_sym_STAR] = ACTIONS(4462), + [sym_label] = ACTIONS(4460), + [anon_sym_in] = ACTIONS(4460), + [anon_sym_null] = ACTIONS(4460), + [anon_sym_if] = ACTIONS(4460), + [anon_sym_else] = ACTIONS(4460), + [anon_sym_when] = ACTIONS(4460), + [anon_sym_try] = ACTIONS(4460), + [anon_sym_throw] = ACTIONS(4460), + [anon_sym_return] = ACTIONS(4460), + [anon_sym_continue] = ACTIONS(4460), + [anon_sym_break] = ACTIONS(4460), + [anon_sym_COLON_COLON] = ACTIONS(4462), + [anon_sym_BANGin] = ACTIONS(4462), + [anon_sym_is] = ACTIONS(4460), + [anon_sym_BANGis] = ACTIONS(4462), + [anon_sym_PLUS] = ACTIONS(4460), + [anon_sym_DASH] = ACTIONS(4460), + [anon_sym_PLUS_PLUS] = ACTIONS(4462), + [anon_sym_DASH_DASH] = ACTIONS(4462), + [anon_sym_BANG] = ACTIONS(4460), + [anon_sym_suspend] = ACTIONS(4460), + [anon_sym_sealed] = ACTIONS(4460), + [anon_sym_annotation] = ACTIONS(4460), + [anon_sym_data] = ACTIONS(4460), + [anon_sym_inner] = ACTIONS(4460), + [anon_sym_override] = ACTIONS(4460), + [anon_sym_lateinit] = ACTIONS(4460), + [anon_sym_public] = ACTIONS(4460), + [anon_sym_private] = ACTIONS(4460), + [anon_sym_internal] = ACTIONS(4460), + [anon_sym_protected] = ACTIONS(4460), + [anon_sym_tailrec] = ACTIONS(4460), + [anon_sym_operator] = ACTIONS(4460), + [anon_sym_infix] = ACTIONS(4460), + [anon_sym_inline] = ACTIONS(4460), + [anon_sym_external] = ACTIONS(4460), + [sym_property_modifier] = ACTIONS(4460), + [anon_sym_abstract] = ACTIONS(4460), + [anon_sym_final] = ACTIONS(4460), + [anon_sym_open] = ACTIONS(4460), + [anon_sym_vararg] = ACTIONS(4460), + [anon_sym_noinline] = ACTIONS(4460), + [anon_sym_crossinline] = ACTIONS(4460), + [anon_sym_expect] = ACTIONS(4460), + [anon_sym_actual] = ACTIONS(4460), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3059), - [sym_safe_nav] = ACTIONS(6712), + [anon_sym_return_AT] = ACTIONS(4462), + [anon_sym_continue_AT] = ACTIONS(4462), + [anon_sym_break_AT] = ACTIONS(4462), + [sym_real_literal] = ACTIONS(4462), + [sym_integer_literal] = ACTIONS(4460), + [sym_hex_literal] = ACTIONS(4462), + [sym_bin_literal] = ACTIONS(4462), + [anon_sym_true] = ACTIONS(4460), + [anon_sym_false] = ACTIONS(4460), + [anon_sym_SQUOTE] = ACTIONS(4462), + [sym__backtick_identifier] = ACTIONS(4462), + [sym__automatic_semicolon] = ACTIONS(4462), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4462), }, - [3951] = { - [sym_type_constraints] = STATE(3031), - [sym_enum_class_body] = STATE(3366), - [sym__alpha_identifier] = ACTIONS(3190), - [anon_sym_AT] = ACTIONS(3194), - [anon_sym_COLON] = ACTIONS(3540), - [anon_sym_LBRACK] = ACTIONS(3194), - [anon_sym_as] = ACTIONS(3190), - [anon_sym_LBRACE] = ACTIONS(3152), - [anon_sym_RBRACE] = ACTIONS(3194), - [anon_sym_LPAREN] = ACTIONS(3194), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3190), - [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(3190), - [anon_sym_fun] = ACTIONS(3190), - [anon_sym_DOT] = ACTIONS(3190), - [anon_sym_SEMI] = ACTIONS(3194), - [anon_sym_get] = ACTIONS(3190), - [anon_sym_set] = ACTIONS(3190), - [anon_sym_this] = ACTIONS(3190), - [anon_sym_super] = ACTIONS(3190), - [anon_sym_STAR] = ACTIONS(3194), - [sym_label] = ACTIONS(3190), - [anon_sym_in] = ACTIONS(3190), - [anon_sym_DOT_DOT] = ACTIONS(3194), - [anon_sym_QMARK_COLON] = ACTIONS(3194), - [anon_sym_AMP_AMP] = ACTIONS(3194), - [anon_sym_PIPE_PIPE] = ACTIONS(3194), - [anon_sym_null] = ACTIONS(3190), - [anon_sym_if] = ACTIONS(3190), - [anon_sym_else] = ACTIONS(3190), - [anon_sym_when] = ACTIONS(3190), - [anon_sym_try] = ACTIONS(3190), - [anon_sym_throw] = ACTIONS(3190), - [anon_sym_return] = ACTIONS(3190), - [anon_sym_continue] = ACTIONS(3190), - [anon_sym_break] = ACTIONS(3190), - [anon_sym_COLON_COLON] = ACTIONS(3194), - [anon_sym_BANG_EQ] = ACTIONS(3190), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3194), - [anon_sym_EQ_EQ] = ACTIONS(3190), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3194), - [anon_sym_LT_EQ] = ACTIONS(3194), - [anon_sym_GT_EQ] = ACTIONS(3194), - [anon_sym_BANGin] = ACTIONS(3194), - [anon_sym_is] = ACTIONS(3190), - [anon_sym_BANGis] = ACTIONS(3194), - [anon_sym_PLUS] = ACTIONS(3190), - [anon_sym_DASH] = ACTIONS(3190), - [anon_sym_SLASH] = ACTIONS(3190), - [anon_sym_PERCENT] = ACTIONS(3194), - [anon_sym_as_QMARK] = ACTIONS(3194), - [anon_sym_PLUS_PLUS] = ACTIONS(3194), - [anon_sym_DASH_DASH] = ACTIONS(3194), - [anon_sym_BANG] = ACTIONS(3190), - [anon_sym_BANG_BANG] = ACTIONS(3194), - [anon_sym_data] = ACTIONS(3190), - [anon_sym_inner] = ACTIONS(3190), - [anon_sym_expect] = ACTIONS(3190), - [anon_sym_actual] = ACTIONS(3190), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3194), - [anon_sym_continue_AT] = ACTIONS(3194), - [anon_sym_break_AT] = ACTIONS(3194), - [sym_real_literal] = ACTIONS(3194), - [sym_integer_literal] = ACTIONS(3190), - [sym_hex_literal] = ACTIONS(3194), - [sym_bin_literal] = ACTIONS(3194), - [anon_sym_true] = ACTIONS(3190), - [anon_sym_false] = ACTIONS(3190), - [anon_sym_SQUOTE] = ACTIONS(3194), - [sym__backtick_identifier] = ACTIONS(3194), - [sym__automatic_semicolon] = ACTIONS(3194), - [sym_safe_nav] = ACTIONS(3194), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3194), - }, - [3952] = { - [sym_class_body] = STATE(3393), - [sym_type_constraints] = STATE(3024), - [sym__alpha_identifier] = ACTIONS(4284), - [anon_sym_AT] = ACTIONS(4286), - [anon_sym_COLON] = ACTIONS(6999), - [anon_sym_LBRACK] = ACTIONS(4286), - [anon_sym_as] = ACTIONS(4284), - [anon_sym_LBRACE] = ACTIONS(3112), - [anon_sym_RBRACE] = ACTIONS(4286), - [anon_sym_LPAREN] = ACTIONS(4286), - [anon_sym_LT] = ACTIONS(4284), - [anon_sym_GT] = ACTIONS(4284), - [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(4284), - [anon_sym_fun] = ACTIONS(4284), - [anon_sym_DOT] = ACTIONS(4284), - [anon_sym_SEMI] = ACTIONS(4286), - [anon_sym_get] = ACTIONS(4284), - [anon_sym_set] = ACTIONS(4284), - [anon_sym_this] = ACTIONS(4284), - [anon_sym_super] = ACTIONS(4284), - [anon_sym_STAR] = ACTIONS(4286), - [sym_label] = ACTIONS(4284), - [anon_sym_in] = ACTIONS(4284), - [anon_sym_DOT_DOT] = ACTIONS(4286), - [anon_sym_QMARK_COLON] = ACTIONS(4286), - [anon_sym_AMP_AMP] = ACTIONS(4286), - [anon_sym_PIPE_PIPE] = ACTIONS(4286), - [anon_sym_null] = ACTIONS(4284), - [anon_sym_if] = ACTIONS(4284), - [anon_sym_else] = ACTIONS(4284), - [anon_sym_when] = ACTIONS(4284), - [anon_sym_try] = ACTIONS(4284), - [anon_sym_throw] = ACTIONS(4284), - [anon_sym_return] = ACTIONS(4284), - [anon_sym_continue] = ACTIONS(4284), - [anon_sym_break] = ACTIONS(4284), - [anon_sym_COLON_COLON] = ACTIONS(4286), - [anon_sym_BANG_EQ] = ACTIONS(4284), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4286), - [anon_sym_EQ_EQ] = ACTIONS(4284), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4286), - [anon_sym_LT_EQ] = ACTIONS(4286), - [anon_sym_GT_EQ] = ACTIONS(4286), - [anon_sym_BANGin] = ACTIONS(4286), - [anon_sym_is] = ACTIONS(4284), - [anon_sym_BANGis] = ACTIONS(4286), - [anon_sym_PLUS] = ACTIONS(4284), - [anon_sym_DASH] = ACTIONS(4284), - [anon_sym_SLASH] = ACTIONS(4284), - [anon_sym_PERCENT] = ACTIONS(4286), - [anon_sym_as_QMARK] = ACTIONS(4286), - [anon_sym_PLUS_PLUS] = ACTIONS(4286), - [anon_sym_DASH_DASH] = ACTIONS(4286), - [anon_sym_BANG] = ACTIONS(4284), - [anon_sym_BANG_BANG] = ACTIONS(4286), - [anon_sym_data] = ACTIONS(4284), - [anon_sym_inner] = ACTIONS(4284), - [anon_sym_expect] = ACTIONS(4284), - [anon_sym_actual] = ACTIONS(4284), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4286), - [anon_sym_continue_AT] = ACTIONS(4286), - [anon_sym_break_AT] = ACTIONS(4286), - [sym_real_literal] = ACTIONS(4286), - [sym_integer_literal] = ACTIONS(4284), - [sym_hex_literal] = ACTIONS(4286), - [sym_bin_literal] = ACTIONS(4286), - [anon_sym_true] = ACTIONS(4284), - [anon_sym_false] = ACTIONS(4284), - [anon_sym_SQUOTE] = ACTIONS(4286), - [sym__backtick_identifier] = ACTIONS(4286), - [sym__automatic_semicolon] = ACTIONS(4286), - [sym_safe_nav] = ACTIONS(4286), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4286), + [3933] = { + [sym_class_body] = STATE(3272), + [sym__alpha_identifier] = ACTIONS(4410), + [anon_sym_AT] = ACTIONS(4412), + [anon_sym_COLON] = ACTIONS(6983), + [anon_sym_LBRACK] = ACTIONS(4412), + [anon_sym_RBRACK] = ACTIONS(4412), + [anon_sym_as] = ACTIONS(4410), + [anon_sym_LBRACE] = ACTIONS(5179), + [anon_sym_RBRACE] = ACTIONS(4412), + [anon_sym_LPAREN] = ACTIONS(4412), + [anon_sym_COMMA] = ACTIONS(4412), + [anon_sym_RPAREN] = ACTIONS(4412), + [anon_sym_LT] = ACTIONS(4410), + [anon_sym_GT] = ACTIONS(4410), + [anon_sym_where] = ACTIONS(4410), + [anon_sym_DOT] = ACTIONS(4410), + [anon_sym_SEMI] = ACTIONS(4412), + [anon_sym_get] = ACTIONS(4410), + [anon_sym_set] = ACTIONS(4410), + [anon_sym_STAR] = ACTIONS(4412), + [anon_sym_DASH_GT] = ACTIONS(4412), + [sym_label] = ACTIONS(4412), + [anon_sym_in] = ACTIONS(4410), + [anon_sym_while] = ACTIONS(4410), + [anon_sym_DOT_DOT] = ACTIONS(4412), + [anon_sym_QMARK_COLON] = ACTIONS(4412), + [anon_sym_AMP_AMP] = ACTIONS(4412), + [anon_sym_PIPE_PIPE] = ACTIONS(4412), + [anon_sym_else] = ACTIONS(4410), + [anon_sym_COLON_COLON] = ACTIONS(4412), + [anon_sym_BANG_EQ] = ACTIONS(4410), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4412), + [anon_sym_EQ_EQ] = ACTIONS(4410), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4412), + [anon_sym_LT_EQ] = ACTIONS(4412), + [anon_sym_GT_EQ] = ACTIONS(4412), + [anon_sym_BANGin] = ACTIONS(4412), + [anon_sym_is] = ACTIONS(4410), + [anon_sym_BANGis] = ACTIONS(4412), + [anon_sym_PLUS] = ACTIONS(4410), + [anon_sym_DASH] = ACTIONS(4410), + [anon_sym_SLASH] = ACTIONS(4410), + [anon_sym_PERCENT] = ACTIONS(4412), + [anon_sym_as_QMARK] = ACTIONS(4412), + [anon_sym_PLUS_PLUS] = ACTIONS(4412), + [anon_sym_DASH_DASH] = ACTIONS(4412), + [anon_sym_BANG_BANG] = ACTIONS(4412), + [anon_sym_suspend] = ACTIONS(4410), + [anon_sym_sealed] = ACTIONS(4410), + [anon_sym_annotation] = ACTIONS(4410), + [anon_sym_data] = ACTIONS(4410), + [anon_sym_inner] = ACTIONS(4410), + [anon_sym_override] = ACTIONS(4410), + [anon_sym_lateinit] = ACTIONS(4410), + [anon_sym_public] = ACTIONS(4410), + [anon_sym_private] = ACTIONS(4410), + [anon_sym_internal] = ACTIONS(4410), + [anon_sym_protected] = ACTIONS(4410), + [anon_sym_tailrec] = ACTIONS(4410), + [anon_sym_operator] = ACTIONS(4410), + [anon_sym_infix] = ACTIONS(4410), + [anon_sym_inline] = ACTIONS(4410), + [anon_sym_external] = ACTIONS(4410), + [sym_property_modifier] = ACTIONS(4410), + [anon_sym_abstract] = ACTIONS(4410), + [anon_sym_final] = ACTIONS(4410), + [anon_sym_open] = ACTIONS(4410), + [anon_sym_vararg] = ACTIONS(4410), + [anon_sym_noinline] = ACTIONS(4410), + [anon_sym_crossinline] = ACTIONS(4410), + [anon_sym_expect] = ACTIONS(4410), + [anon_sym_actual] = ACTIONS(4410), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4412), + [sym_safe_nav] = ACTIONS(4412), + [sym_multiline_comment] = ACTIONS(3), }, - [3953] = { - [sym_class_body] = STATE(3437), - [sym_type_constraints] = STATE(3000), - [sym__alpha_identifier] = ACTIONS(3214), - [anon_sym_AT] = ACTIONS(3218), - [anon_sym_COLON] = ACTIONS(3528), - [anon_sym_LBRACK] = ACTIONS(3218), - [anon_sym_as] = ACTIONS(3214), - [anon_sym_LBRACE] = ACTIONS(3112), - [anon_sym_RBRACE] = ACTIONS(3218), - [anon_sym_LPAREN] = ACTIONS(3218), - [anon_sym_LT] = ACTIONS(3214), - [anon_sym_GT] = ACTIONS(3214), - [anon_sym_where] = ACTIONS(3118), - [anon_sym_object] = ACTIONS(3214), - [anon_sym_fun] = ACTIONS(3214), - [anon_sym_DOT] = ACTIONS(3214), - [anon_sym_SEMI] = ACTIONS(3218), - [anon_sym_get] = ACTIONS(3214), - [anon_sym_set] = ACTIONS(3214), - [anon_sym_this] = ACTIONS(3214), - [anon_sym_super] = ACTIONS(3214), - [anon_sym_STAR] = ACTIONS(3218), - [sym_label] = ACTIONS(3214), - [anon_sym_in] = ACTIONS(3214), - [anon_sym_DOT_DOT] = ACTIONS(3218), - [anon_sym_QMARK_COLON] = ACTIONS(3218), - [anon_sym_AMP_AMP] = ACTIONS(3218), - [anon_sym_PIPE_PIPE] = ACTIONS(3218), - [anon_sym_null] = ACTIONS(3214), - [anon_sym_if] = ACTIONS(3214), - [anon_sym_else] = ACTIONS(3214), - [anon_sym_when] = ACTIONS(3214), - [anon_sym_try] = ACTIONS(3214), - [anon_sym_throw] = ACTIONS(3214), - [anon_sym_return] = ACTIONS(3214), - [anon_sym_continue] = ACTIONS(3214), - [anon_sym_break] = ACTIONS(3214), - [anon_sym_COLON_COLON] = ACTIONS(3218), - [anon_sym_BANG_EQ] = ACTIONS(3214), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3218), - [anon_sym_EQ_EQ] = ACTIONS(3214), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3218), - [anon_sym_LT_EQ] = ACTIONS(3218), - [anon_sym_GT_EQ] = ACTIONS(3218), - [anon_sym_BANGin] = ACTIONS(3218), - [anon_sym_is] = ACTIONS(3214), - [anon_sym_BANGis] = ACTIONS(3218), - [anon_sym_PLUS] = ACTIONS(3214), - [anon_sym_DASH] = ACTIONS(3214), - [anon_sym_SLASH] = ACTIONS(3214), - [anon_sym_PERCENT] = ACTIONS(3218), - [anon_sym_as_QMARK] = ACTIONS(3218), - [anon_sym_PLUS_PLUS] = ACTIONS(3218), - [anon_sym_DASH_DASH] = ACTIONS(3218), - [anon_sym_BANG] = ACTIONS(3214), - [anon_sym_BANG_BANG] = ACTIONS(3218), - [anon_sym_data] = ACTIONS(3214), - [anon_sym_inner] = ACTIONS(3214), - [anon_sym_expect] = ACTIONS(3214), - [anon_sym_actual] = ACTIONS(3214), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3218), - [anon_sym_continue_AT] = ACTIONS(3218), - [anon_sym_break_AT] = ACTIONS(3218), - [sym_real_literal] = ACTIONS(3218), - [sym_integer_literal] = ACTIONS(3214), - [sym_hex_literal] = ACTIONS(3218), - [sym_bin_literal] = ACTIONS(3218), - [anon_sym_true] = ACTIONS(3214), - [anon_sym_false] = ACTIONS(3214), - [anon_sym_SQUOTE] = ACTIONS(3218), - [sym__backtick_identifier] = ACTIONS(3218), - [sym__automatic_semicolon] = ACTIONS(3218), - [sym_safe_nav] = ACTIONS(3218), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3218), + [3934] = { + [sym_type_constraints] = STATE(4063), + [sym_function_body] = STATE(3837), + [sym__block] = STATE(3738), + [sym__alpha_identifier] = ACTIONS(4047), + [anon_sym_AT] = ACTIONS(4049), + [anon_sym_COLON] = ACTIONS(6985), + [anon_sym_LBRACK] = ACTIONS(4049), + [anon_sym_as] = ACTIONS(4047), + [anon_sym_EQ] = ACTIONS(6918), + [anon_sym_LBRACE] = ACTIONS(6461), + [anon_sym_RBRACE] = ACTIONS(4049), + [anon_sym_LPAREN] = ACTIONS(4049), + [anon_sym_COMMA] = ACTIONS(4049), + [anon_sym_LT] = ACTIONS(4047), + [anon_sym_GT] = ACTIONS(4047), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(4047), + [anon_sym_SEMI] = ACTIONS(4049), + [anon_sym_get] = ACTIONS(4047), + [anon_sym_set] = ACTIONS(4047), + [anon_sym_STAR] = ACTIONS(4049), + [sym_label] = ACTIONS(4049), + [anon_sym_in] = ACTIONS(4047), + [anon_sym_DOT_DOT] = ACTIONS(4049), + [anon_sym_QMARK_COLON] = ACTIONS(4049), + [anon_sym_AMP_AMP] = ACTIONS(4049), + [anon_sym_PIPE_PIPE] = ACTIONS(4049), + [anon_sym_else] = ACTIONS(4047), + [anon_sym_COLON_COLON] = ACTIONS(4049), + [anon_sym_BANG_EQ] = ACTIONS(4047), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4049), + [anon_sym_EQ_EQ] = ACTIONS(4047), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4049), + [anon_sym_LT_EQ] = ACTIONS(4049), + [anon_sym_GT_EQ] = ACTIONS(4049), + [anon_sym_BANGin] = ACTIONS(4049), + [anon_sym_is] = ACTIONS(4047), + [anon_sym_BANGis] = ACTIONS(4049), + [anon_sym_PLUS] = ACTIONS(4047), + [anon_sym_DASH] = ACTIONS(4047), + [anon_sym_SLASH] = ACTIONS(4047), + [anon_sym_PERCENT] = ACTIONS(4049), + [anon_sym_as_QMARK] = ACTIONS(4049), + [anon_sym_PLUS_PLUS] = ACTIONS(4049), + [anon_sym_DASH_DASH] = ACTIONS(4049), + [anon_sym_BANG_BANG] = ACTIONS(4049), + [anon_sym_suspend] = ACTIONS(4047), + [anon_sym_sealed] = ACTIONS(4047), + [anon_sym_annotation] = ACTIONS(4047), + [anon_sym_data] = ACTIONS(4047), + [anon_sym_inner] = ACTIONS(4047), + [anon_sym_override] = ACTIONS(4047), + [anon_sym_lateinit] = ACTIONS(4047), + [anon_sym_public] = ACTIONS(4047), + [anon_sym_private] = ACTIONS(4047), + [anon_sym_internal] = ACTIONS(4047), + [anon_sym_protected] = ACTIONS(4047), + [anon_sym_tailrec] = ACTIONS(4047), + [anon_sym_operator] = ACTIONS(4047), + [anon_sym_infix] = ACTIONS(4047), + [anon_sym_inline] = ACTIONS(4047), + [anon_sym_external] = ACTIONS(4047), + [sym_property_modifier] = ACTIONS(4047), + [anon_sym_abstract] = ACTIONS(4047), + [anon_sym_final] = ACTIONS(4047), + [anon_sym_open] = ACTIONS(4047), + [anon_sym_vararg] = ACTIONS(4047), + [anon_sym_noinline] = ACTIONS(4047), + [anon_sym_crossinline] = ACTIONS(4047), + [anon_sym_expect] = ACTIONS(4047), + [anon_sym_actual] = ACTIONS(4047), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4049), + [sym__automatic_semicolon] = ACTIONS(4049), + [sym_safe_nav] = ACTIONS(4049), + [sym_multiline_comment] = ACTIONS(3), }, - [3954] = { - [sym__alpha_identifier] = ACTIONS(4233), - [anon_sym_AT] = ACTIONS(4236), - [anon_sym_LBRACK] = ACTIONS(4236), - [anon_sym_as] = ACTIONS(4233), - [anon_sym_EQ] = ACTIONS(3828), - [anon_sym_LBRACE] = ACTIONS(4236), - [anon_sym_RBRACE] = ACTIONS(4236), - [anon_sym_LPAREN] = ACTIONS(5874), - [anon_sym_RPAREN] = ACTIONS(4236), - [anon_sym_LT] = ACTIONS(4233), - [anon_sym_GT] = ACTIONS(4233), - [anon_sym_DOT] = ACTIONS(4233), - [anon_sym_SEMI] = ACTIONS(4236), - [anon_sym_get] = ACTIONS(4233), - [anon_sym_set] = ACTIONS(4233), - [anon_sym_STAR] = ACTIONS(4233), - [sym_label] = ACTIONS(4236), - [anon_sym_in] = ACTIONS(4233), - [anon_sym_while] = ACTIONS(4233), - [anon_sym_DOT_DOT] = ACTIONS(4236), - [anon_sym_QMARK_COLON] = ACTIONS(4236), - [anon_sym_AMP_AMP] = ACTIONS(4236), - [anon_sym_PIPE_PIPE] = ACTIONS(4236), - [anon_sym_else] = ACTIONS(4233), - [anon_sym_COLON_COLON] = ACTIONS(4236), - [anon_sym_PLUS_EQ] = ACTIONS(3833), - [anon_sym_DASH_EQ] = ACTIONS(3833), - [anon_sym_STAR_EQ] = ACTIONS(3833), - [anon_sym_SLASH_EQ] = ACTIONS(3833), - [anon_sym_PERCENT_EQ] = ACTIONS(3833), - [anon_sym_BANG_EQ] = ACTIONS(4233), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4236), - [anon_sym_EQ_EQ] = ACTIONS(4233), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4236), - [anon_sym_LT_EQ] = ACTIONS(4236), - [anon_sym_GT_EQ] = ACTIONS(4236), - [anon_sym_BANGin] = ACTIONS(4236), - [anon_sym_is] = ACTIONS(4233), - [anon_sym_BANGis] = ACTIONS(4236), - [anon_sym_PLUS] = ACTIONS(4233), - [anon_sym_DASH] = ACTIONS(4233), - [anon_sym_SLASH] = ACTIONS(4233), - [anon_sym_PERCENT] = ACTIONS(4233), - [anon_sym_as_QMARK] = ACTIONS(4236), - [anon_sym_PLUS_PLUS] = ACTIONS(4236), - [anon_sym_DASH_DASH] = ACTIONS(4236), - [anon_sym_BANG_BANG] = ACTIONS(4236), - [anon_sym_suspend] = ACTIONS(4233), - [anon_sym_sealed] = ACTIONS(4233), - [anon_sym_annotation] = ACTIONS(4233), - [anon_sym_data] = ACTIONS(4233), - [anon_sym_inner] = ACTIONS(4233), - [anon_sym_override] = ACTIONS(4233), - [anon_sym_lateinit] = ACTIONS(4233), - [anon_sym_public] = ACTIONS(4233), - [anon_sym_private] = ACTIONS(4233), - [anon_sym_internal] = ACTIONS(4233), - [anon_sym_protected] = ACTIONS(4233), - [anon_sym_tailrec] = ACTIONS(4233), - [anon_sym_operator] = ACTIONS(4233), - [anon_sym_infix] = ACTIONS(4233), - [anon_sym_inline] = ACTIONS(4233), - [anon_sym_external] = ACTIONS(4233), - [sym_property_modifier] = ACTIONS(4233), - [anon_sym_abstract] = ACTIONS(4233), - [anon_sym_final] = ACTIONS(4233), - [anon_sym_open] = ACTIONS(4233), - [anon_sym_vararg] = ACTIONS(4233), - [anon_sym_noinline] = ACTIONS(4233), - [anon_sym_crossinline] = ACTIONS(4233), - [anon_sym_expect] = ACTIONS(4233), - [anon_sym_actual] = ACTIONS(4233), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4236), - [sym_safe_nav] = ACTIONS(4236), + [3935] = { + [sym__alpha_identifier] = ACTIONS(4491), + [anon_sym_AT] = ACTIONS(4493), + [anon_sym_LBRACK] = ACTIONS(4493), + [anon_sym_typealias] = ACTIONS(4491), + [anon_sym_class] = ACTIONS(4491), + [anon_sym_interface] = ACTIONS(4491), + [anon_sym_enum] = ACTIONS(4491), + [anon_sym_LBRACE] = ACTIONS(4493), + [anon_sym_LPAREN] = ACTIONS(4493), + [anon_sym_val] = ACTIONS(4491), + [anon_sym_var] = ACTIONS(4491), + [anon_sym_object] = ACTIONS(4491), + [anon_sym_fun] = ACTIONS(4491), + [anon_sym_DOT] = ACTIONS(4491), + [anon_sym_get] = ACTIONS(4491), + [anon_sym_set] = ACTIONS(4491), + [anon_sym_this] = ACTIONS(4491), + [anon_sym_super] = ACTIONS(4491), + [anon_sym_STAR] = ACTIONS(4493), + [sym_label] = ACTIONS(4491), + [anon_sym_for] = ACTIONS(4491), + [anon_sym_while] = ACTIONS(4491), + [anon_sym_do] = ACTIONS(4491), + [anon_sym_null] = ACTIONS(4491), + [anon_sym_if] = ACTIONS(4491), + [anon_sym_when] = ACTIONS(4491), + [anon_sym_try] = ACTIONS(4491), + [anon_sym_throw] = ACTIONS(4491), + [anon_sym_return] = ACTIONS(4491), + [anon_sym_continue] = ACTIONS(4491), + [anon_sym_break] = ACTIONS(4491), + [anon_sym_COLON_COLON] = ACTIONS(4493), + [anon_sym_PLUS] = ACTIONS(4491), + [anon_sym_DASH] = ACTIONS(4491), + [anon_sym_PLUS_PLUS] = ACTIONS(4493), + [anon_sym_DASH_DASH] = ACTIONS(4493), + [anon_sym_BANG] = ACTIONS(4493), + [anon_sym_suspend] = ACTIONS(4491), + [anon_sym_sealed] = ACTIONS(4491), + [anon_sym_annotation] = ACTIONS(4491), + [anon_sym_data] = ACTIONS(4491), + [anon_sym_inner] = ACTIONS(4491), + [anon_sym_override] = ACTIONS(4491), + [anon_sym_lateinit] = ACTIONS(4491), + [anon_sym_public] = ACTIONS(4491), + [anon_sym_private] = ACTIONS(4491), + [anon_sym_internal] = ACTIONS(4491), + [anon_sym_protected] = ACTIONS(4491), + [anon_sym_tailrec] = ACTIONS(4491), + [anon_sym_operator] = ACTIONS(4491), + [anon_sym_infix] = ACTIONS(4491), + [anon_sym_inline] = ACTIONS(4491), + [anon_sym_external] = ACTIONS(4491), + [sym_property_modifier] = ACTIONS(4491), + [anon_sym_abstract] = ACTIONS(4491), + [anon_sym_final] = ACTIONS(4491), + [anon_sym_open] = ACTIONS(4491), + [anon_sym_vararg] = ACTIONS(4491), + [anon_sym_noinline] = ACTIONS(4491), + [anon_sym_crossinline] = ACTIONS(4491), + [anon_sym_expect] = ACTIONS(4491), + [anon_sym_actual] = ACTIONS(4491), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4493), + [anon_sym_continue_AT] = ACTIONS(4493), + [anon_sym_break_AT] = ACTIONS(4493), + [sym_real_literal] = ACTIONS(4493), + [sym_integer_literal] = ACTIONS(4491), + [sym_hex_literal] = ACTIONS(4493), + [sym_bin_literal] = ACTIONS(4493), + [anon_sym_true] = ACTIONS(4491), + [anon_sym_false] = ACTIONS(4491), + [anon_sym_SQUOTE] = ACTIONS(4493), + [sym__backtick_identifier] = ACTIONS(4493), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4493), }, - [3955] = { - [sym_type_constraints] = STATE(4086), - [sym_function_body] = STATE(3174), - [sym__block] = STATE(3367), - [sym__alpha_identifier] = ACTIONS(4089), - [anon_sym_AT] = ACTIONS(4091), - [anon_sym_COLON] = ACTIONS(7001), - [anon_sym_LBRACK] = ACTIONS(4091), - [anon_sym_as] = ACTIONS(4089), - [anon_sym_EQ] = ACTIONS(6952), - [anon_sym_LBRACE] = ACTIONS(6236), - [anon_sym_RBRACE] = ACTIONS(4091), - [anon_sym_LPAREN] = ACTIONS(4091), - [anon_sym_RPAREN] = ACTIONS(4091), - [anon_sym_LT] = ACTIONS(4089), - [anon_sym_GT] = ACTIONS(4089), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(4089), - [anon_sym_SEMI] = ACTIONS(4091), - [anon_sym_get] = ACTIONS(4089), - [anon_sym_set] = ACTIONS(4089), - [anon_sym_STAR] = ACTIONS(4091), - [sym_label] = ACTIONS(4091), - [anon_sym_in] = ACTIONS(4089), - [anon_sym_while] = ACTIONS(4089), - [anon_sym_DOT_DOT] = ACTIONS(4091), - [anon_sym_QMARK_COLON] = ACTIONS(4091), - [anon_sym_AMP_AMP] = ACTIONS(4091), - [anon_sym_PIPE_PIPE] = ACTIONS(4091), - [anon_sym_else] = ACTIONS(4089), - [anon_sym_COLON_COLON] = ACTIONS(4091), - [anon_sym_BANG_EQ] = ACTIONS(4089), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4091), - [anon_sym_EQ_EQ] = ACTIONS(4089), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4091), - [anon_sym_LT_EQ] = ACTIONS(4091), - [anon_sym_GT_EQ] = ACTIONS(4091), - [anon_sym_BANGin] = ACTIONS(4091), - [anon_sym_is] = ACTIONS(4089), - [anon_sym_BANGis] = ACTIONS(4091), - [anon_sym_PLUS] = ACTIONS(4089), - [anon_sym_DASH] = ACTIONS(4089), - [anon_sym_SLASH] = ACTIONS(4089), - [anon_sym_PERCENT] = ACTIONS(4091), - [anon_sym_as_QMARK] = ACTIONS(4091), - [anon_sym_PLUS_PLUS] = ACTIONS(4091), - [anon_sym_DASH_DASH] = ACTIONS(4091), - [anon_sym_BANG_BANG] = ACTIONS(4091), - [anon_sym_suspend] = ACTIONS(4089), - [anon_sym_sealed] = ACTIONS(4089), - [anon_sym_annotation] = ACTIONS(4089), - [anon_sym_data] = ACTIONS(4089), - [anon_sym_inner] = ACTIONS(4089), - [anon_sym_override] = ACTIONS(4089), - [anon_sym_lateinit] = ACTIONS(4089), - [anon_sym_public] = ACTIONS(4089), - [anon_sym_private] = ACTIONS(4089), - [anon_sym_internal] = ACTIONS(4089), - [anon_sym_protected] = ACTIONS(4089), - [anon_sym_tailrec] = ACTIONS(4089), - [anon_sym_operator] = ACTIONS(4089), - [anon_sym_infix] = ACTIONS(4089), - [anon_sym_inline] = ACTIONS(4089), - [anon_sym_external] = ACTIONS(4089), - [sym_property_modifier] = ACTIONS(4089), - [anon_sym_abstract] = ACTIONS(4089), - [anon_sym_final] = ACTIONS(4089), - [anon_sym_open] = ACTIONS(4089), - [anon_sym_vararg] = ACTIONS(4089), - [anon_sym_noinline] = ACTIONS(4089), - [anon_sym_crossinline] = ACTIONS(4089), - [anon_sym_expect] = ACTIONS(4089), - [anon_sym_actual] = ACTIONS(4089), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4091), - [sym_safe_nav] = ACTIONS(4091), + [3936] = { + [sym_type_constraints] = STATE(4097), + [sym_function_body] = STATE(3202), + [sym__block] = STATE(3464), + [sym__alpha_identifier] = ACTIONS(4099), + [anon_sym_AT] = ACTIONS(4101), + [anon_sym_COLON] = ACTIONS(6987), + [anon_sym_LBRACK] = ACTIONS(4101), + [anon_sym_as] = ACTIONS(4099), + [anon_sym_EQ] = ACTIONS(6967), + [anon_sym_LBRACE] = ACTIONS(6233), + [anon_sym_RBRACE] = ACTIONS(4101), + [anon_sym_LPAREN] = ACTIONS(4101), + [anon_sym_RPAREN] = ACTIONS(4101), + [anon_sym_LT] = ACTIONS(4099), + [anon_sym_GT] = ACTIONS(4099), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(4099), + [anon_sym_SEMI] = ACTIONS(4101), + [anon_sym_get] = ACTIONS(4099), + [anon_sym_set] = ACTIONS(4099), + [anon_sym_STAR] = ACTIONS(4101), + [sym_label] = ACTIONS(4101), + [anon_sym_in] = ACTIONS(4099), + [anon_sym_while] = ACTIONS(4099), + [anon_sym_DOT_DOT] = ACTIONS(4101), + [anon_sym_QMARK_COLON] = ACTIONS(4101), + [anon_sym_AMP_AMP] = ACTIONS(4101), + [anon_sym_PIPE_PIPE] = ACTIONS(4101), + [anon_sym_else] = ACTIONS(4099), + [anon_sym_COLON_COLON] = ACTIONS(4101), + [anon_sym_BANG_EQ] = ACTIONS(4099), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4101), + [anon_sym_EQ_EQ] = ACTIONS(4099), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4101), + [anon_sym_LT_EQ] = ACTIONS(4101), + [anon_sym_GT_EQ] = ACTIONS(4101), + [anon_sym_BANGin] = ACTIONS(4101), + [anon_sym_is] = ACTIONS(4099), + [anon_sym_BANGis] = ACTIONS(4101), + [anon_sym_PLUS] = ACTIONS(4099), + [anon_sym_DASH] = ACTIONS(4099), + [anon_sym_SLASH] = ACTIONS(4099), + [anon_sym_PERCENT] = ACTIONS(4101), + [anon_sym_as_QMARK] = ACTIONS(4101), + [anon_sym_PLUS_PLUS] = ACTIONS(4101), + [anon_sym_DASH_DASH] = ACTIONS(4101), + [anon_sym_BANG_BANG] = ACTIONS(4101), + [anon_sym_suspend] = ACTIONS(4099), + [anon_sym_sealed] = ACTIONS(4099), + [anon_sym_annotation] = ACTIONS(4099), + [anon_sym_data] = ACTIONS(4099), + [anon_sym_inner] = ACTIONS(4099), + [anon_sym_override] = ACTIONS(4099), + [anon_sym_lateinit] = ACTIONS(4099), + [anon_sym_public] = ACTIONS(4099), + [anon_sym_private] = ACTIONS(4099), + [anon_sym_internal] = ACTIONS(4099), + [anon_sym_protected] = ACTIONS(4099), + [anon_sym_tailrec] = ACTIONS(4099), + [anon_sym_operator] = ACTIONS(4099), + [anon_sym_infix] = ACTIONS(4099), + [anon_sym_inline] = ACTIONS(4099), + [anon_sym_external] = ACTIONS(4099), + [sym_property_modifier] = ACTIONS(4099), + [anon_sym_abstract] = ACTIONS(4099), + [anon_sym_final] = ACTIONS(4099), + [anon_sym_open] = ACTIONS(4099), + [anon_sym_vararg] = ACTIONS(4099), + [anon_sym_noinline] = ACTIONS(4099), + [anon_sym_crossinline] = ACTIONS(4099), + [anon_sym_expect] = ACTIONS(4099), + [anon_sym_actual] = ACTIONS(4099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4101), + [sym_safe_nav] = ACTIONS(4101), [sym_multiline_comment] = ACTIONS(3), }, - [3956] = { - [sym_indexing_suffix] = STATE(4909), - [sym_navigation_suffix] = STATE(4889), - [sym_call_suffix] = STATE(4891), - [sym_annotated_lambda] = STATE(4893), - [sym_type_arguments] = STATE(7557), - [sym_value_arguments] = STATE(4442), - [sym_lambda_literal] = STATE(4899), - [sym__equality_operator] = STATE(2027), - [sym__comparison_operator] = STATE(2028), - [sym__in_operator] = STATE(2029), - [sym__is_operator] = STATE(6028), - [sym__additive_operator] = STATE(2030), - [sym__multiplicative_operator] = STATE(2031), - [sym__as_operator] = STATE(6024), - [sym__postfix_unary_operator] = STATE(4912), - [sym__member_access_operator] = STATE(7341), - [sym_annotation] = STATE(7855), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2033), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7855), + [3937] = { + [sym_indexing_suffix] = STATE(4986), + [sym_navigation_suffix] = STATE(5006), + [sym_call_suffix] = STATE(5077), + [sym_annotated_lambda] = STATE(4993), + [sym_type_arguments] = STATE(7551), + [sym_value_arguments] = STATE(4451), + [sym_lambda_literal] = STATE(4995), + [sym__equality_operator] = STATE(2227), + [sym__comparison_operator] = STATE(2245), + [sym__in_operator] = STATE(2361), + [sym__is_operator] = STATE(5776), + [sym__additive_operator] = STATE(2282), + [sym__multiplicative_operator] = STATE(1900), + [sym__as_operator] = STATE(5777), + [sym__postfix_unary_operator] = STATE(5000), + [sym__member_access_operator] = STATE(7402), + [sym_annotation] = STATE(7890), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2162), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7890), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6688), - [anon_sym_as] = ACTIONS(6690), - [anon_sym_EQ] = ACTIONS(3072), + [anon_sym_LBRACK] = ACTIONS(6702), + [anon_sym_as] = ACTIONS(6704), + [anon_sym_EQ] = ACTIONS(3048), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3074), - [anon_sym_LPAREN] = ACTIONS(6692), + [anon_sym_RBRACE] = ACTIONS(3050), + [anon_sym_LPAREN] = ACTIONS(6706), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(6908), - [anon_sym_DOT] = ACTIONS(6696), - [anon_sym_SEMI] = ACTIONS(3074), + [anon_sym_GT] = ACTIONS(6941), + [anon_sym_DOT] = ACTIONS(6708), + [anon_sym_SEMI] = ACTIONS(3050), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(6910), - [sym_label] = ACTIONS(6700), - [anon_sym_in] = ACTIONS(6912), - [anon_sym_DOT_DOT] = ACTIONS(6914), - [anon_sym_QMARK_COLON] = ACTIONS(6916), - [anon_sym_AMP_AMP] = ACTIONS(6918), - [anon_sym_PIPE_PIPE] = ACTIONS(6920), - [anon_sym_else] = ACTIONS(3072), - [anon_sym_COLON_COLON] = ACTIONS(6712), - [anon_sym_PLUS_EQ] = ACTIONS(3074), - [anon_sym_DASH_EQ] = ACTIONS(3074), - [anon_sym_STAR_EQ] = ACTIONS(3074), - [anon_sym_SLASH_EQ] = ACTIONS(3074), - [anon_sym_PERCENT_EQ] = ACTIONS(3074), - [anon_sym_BANG_EQ] = ACTIONS(6922), - [anon_sym_BANG_EQ_EQ] = ACTIONS(6924), - [anon_sym_EQ_EQ] = ACTIONS(6922), - [anon_sym_EQ_EQ_EQ] = ACTIONS(6924), - [anon_sym_LT_EQ] = ACTIONS(6926), - [anon_sym_GT_EQ] = ACTIONS(6926), - [anon_sym_BANGin] = ACTIONS(6928), - [anon_sym_is] = ACTIONS(6722), - [anon_sym_BANGis] = ACTIONS(6724), - [anon_sym_PLUS] = ACTIONS(6930), - [anon_sym_DASH] = ACTIONS(6930), - [anon_sym_SLASH] = ACTIONS(6910), - [anon_sym_PERCENT] = ACTIONS(6910), - [anon_sym_as_QMARK] = ACTIONS(6728), - [anon_sym_PLUS_PLUS] = ACTIONS(6730), - [anon_sym_DASH_DASH] = ACTIONS(6730), - [anon_sym_BANG_BANG] = ACTIONS(6730), + [anon_sym_STAR] = ACTIONS(6920), + [sym_label] = ACTIONS(6712), + [anon_sym_in] = ACTIONS(6943), + [anon_sym_DOT_DOT] = ACTIONS(6945), + [anon_sym_QMARK_COLON] = ACTIONS(6947), + [anon_sym_AMP_AMP] = ACTIONS(3050), + [anon_sym_PIPE_PIPE] = ACTIONS(3050), + [anon_sym_else] = ACTIONS(3048), + [anon_sym_COLON_COLON] = ACTIONS(6718), + [anon_sym_PLUS_EQ] = ACTIONS(3050), + [anon_sym_DASH_EQ] = ACTIONS(3050), + [anon_sym_STAR_EQ] = ACTIONS(3050), + [anon_sym_SLASH_EQ] = ACTIONS(3050), + [anon_sym_PERCENT_EQ] = ACTIONS(3050), + [anon_sym_BANG_EQ] = ACTIONS(6953), + [anon_sym_BANG_EQ_EQ] = ACTIONS(6955), + [anon_sym_EQ_EQ] = ACTIONS(6953), + [anon_sym_EQ_EQ_EQ] = ACTIONS(6955), + [anon_sym_LT_EQ] = ACTIONS(6957), + [anon_sym_GT_EQ] = ACTIONS(6957), + [anon_sym_BANGin] = ACTIONS(6959), + [anon_sym_is] = ACTIONS(6744), + [anon_sym_BANGis] = ACTIONS(6746), + [anon_sym_PLUS] = ACTIONS(6922), + [anon_sym_DASH] = ACTIONS(6922), + [anon_sym_SLASH] = ACTIONS(6920), + [anon_sym_PERCENT] = ACTIONS(6920), + [anon_sym_as_QMARK] = ACTIONS(6722), + [anon_sym_PLUS_PLUS] = ACTIONS(6724), + [anon_sym_DASH_DASH] = ACTIONS(6724), + [anon_sym_BANG_BANG] = ACTIONS(6724), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3074), - [sym_safe_nav] = ACTIONS(6712), + [sym__automatic_semicolon] = ACTIONS(3050), + [sym_safe_nav] = ACTIONS(6718), [sym_multiline_comment] = ACTIONS(3), }, - [3957] = { - [sym__alpha_identifier] = ACTIONS(7003), - [anon_sym_AT] = ACTIONS(7005), - [anon_sym_LBRACK] = ACTIONS(7005), - [anon_sym_typealias] = ACTIONS(7003), - [anon_sym_class] = ACTIONS(7003), - [anon_sym_interface] = ACTIONS(7003), - [anon_sym_enum] = ACTIONS(7003), - [anon_sym_LBRACE] = ACTIONS(7005), - [anon_sym_LPAREN] = ACTIONS(7005), - [anon_sym_val] = ACTIONS(7003), - [anon_sym_var] = ACTIONS(7003), - [anon_sym_object] = ACTIONS(7003), - [anon_sym_fun] = ACTIONS(7003), - [anon_sym_get] = ACTIONS(7003), - [anon_sym_set] = ACTIONS(7003), - [anon_sym_this] = ACTIONS(7003), - [anon_sym_super] = ACTIONS(7003), - [anon_sym_STAR] = ACTIONS(7005), - [sym_label] = ACTIONS(7003), - [anon_sym_for] = ACTIONS(7003), - [anon_sym_while] = ACTIONS(7003), - [anon_sym_do] = ACTIONS(7003), - [anon_sym_null] = ACTIONS(7003), - [anon_sym_if] = ACTIONS(7003), - [anon_sym_when] = ACTIONS(7003), - [anon_sym_try] = ACTIONS(7003), - [anon_sym_throw] = ACTIONS(7003), - [anon_sym_return] = ACTIONS(7003), - [anon_sym_continue] = ACTIONS(7003), - [anon_sym_break] = ACTIONS(7003), - [anon_sym_COLON_COLON] = ACTIONS(7005), - [anon_sym_PLUS] = ACTIONS(7003), - [anon_sym_DASH] = ACTIONS(7003), - [anon_sym_PLUS_PLUS] = ACTIONS(7005), - [anon_sym_DASH_DASH] = ACTIONS(7005), - [anon_sym_BANG] = ACTIONS(7005), - [anon_sym_suspend] = ACTIONS(7003), - [anon_sym_sealed] = ACTIONS(7003), - [anon_sym_annotation] = ACTIONS(7003), - [anon_sym_data] = ACTIONS(7003), - [anon_sym_inner] = ACTIONS(7003), - [anon_sym_override] = ACTIONS(7003), - [anon_sym_lateinit] = ACTIONS(7003), - [anon_sym_public] = ACTIONS(7003), - [anon_sym_private] = ACTIONS(7003), - [anon_sym_internal] = ACTIONS(7003), - [anon_sym_protected] = ACTIONS(7003), - [anon_sym_tailrec] = ACTIONS(7003), - [anon_sym_operator] = ACTIONS(7003), - [anon_sym_infix] = ACTIONS(7003), - [anon_sym_inline] = ACTIONS(7003), - [anon_sym_external] = ACTIONS(7003), - [sym_property_modifier] = ACTIONS(7003), - [anon_sym_abstract] = ACTIONS(7003), - [anon_sym_final] = ACTIONS(7003), - [anon_sym_open] = ACTIONS(7003), - [anon_sym_vararg] = ACTIONS(7003), - [anon_sym_noinline] = ACTIONS(7003), - [anon_sym_crossinline] = ACTIONS(7003), - [anon_sym_expect] = ACTIONS(7003), - [anon_sym_actual] = ACTIONS(7003), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(7005), - [anon_sym_continue_AT] = ACTIONS(7005), - [anon_sym_break_AT] = ACTIONS(7005), - [sym_real_literal] = ACTIONS(7005), - [sym_integer_literal] = ACTIONS(7003), - [sym_hex_literal] = ACTIONS(7005), - [sym_bin_literal] = ACTIONS(7005), - [anon_sym_true] = ACTIONS(7003), - [anon_sym_false] = ACTIONS(7003), - [anon_sym_SQUOTE] = ACTIONS(7005), - [sym__backtick_identifier] = ACTIONS(7005), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(7005), - }, - [3958] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2308), - [sym__comparison_operator] = STATE(2309), - [sym__in_operator] = STATE(2310), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2311), - [sym__multiplicative_operator] = STATE(2312), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2313), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [3938] = { + [sym_indexing_suffix] = STATE(4986), + [sym_navigation_suffix] = STATE(5006), + [sym_call_suffix] = STATE(5077), + [sym_annotated_lambda] = STATE(4993), + [sym_type_arguments] = STATE(7551), + [sym_value_arguments] = STATE(4451), + [sym_lambda_literal] = STATE(4995), + [sym__equality_operator] = STATE(2227), + [sym__comparison_operator] = STATE(2245), + [sym__in_operator] = STATE(2361), + [sym__is_operator] = STATE(5776), + [sym__additive_operator] = STATE(2282), + [sym__multiplicative_operator] = STATE(1900), + [sym__as_operator] = STATE(5777), + [sym__postfix_unary_operator] = STATE(5000), + [sym__member_access_operator] = STATE(7402), + [sym_annotation] = STATE(7890), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2162), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7890), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_RBRACK] = ACTIONS(3085), - [anon_sym_as] = ACTIONS(6381), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(3085), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_COMMA] = ACTIONS(3085), - [anon_sym_RPAREN] = ACTIONS(3085), - [anon_sym_LT] = ACTIONS(3087), - [anon_sym_GT] = ACTIONS(3083), - [anon_sym_where] = ACTIONS(3083), - [anon_sym_DOT] = ACTIONS(6387), - [anon_sym_SEMI] = ACTIONS(3085), + [anon_sym_LBRACK] = ACTIONS(6702), + [anon_sym_as] = ACTIONS(6704), + [anon_sym_EQ] = ACTIONS(3044), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_RBRACE] = ACTIONS(3046), + [anon_sym_LPAREN] = ACTIONS(6706), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(6941), + [anon_sym_DOT] = ACTIONS(6708), + [anon_sym_SEMI] = ACTIONS(3046), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7007), - [anon_sym_DASH_GT] = ACTIONS(3085), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(3083), - [anon_sym_while] = ACTIONS(3083), - [anon_sym_DOT_DOT] = ACTIONS(7009), - [anon_sym_QMARK_COLON] = ACTIONS(3085), - [anon_sym_AMP_AMP] = ACTIONS(3085), - [anon_sym_PIPE_PIPE] = ACTIONS(3085), - [anon_sym_else] = ACTIONS(3083), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(3083), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3085), - [anon_sym_EQ_EQ] = ACTIONS(3083), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3085), - [anon_sym_LT_EQ] = ACTIONS(3085), - [anon_sym_GT_EQ] = ACTIONS(3085), - [anon_sym_BANGin] = ACTIONS(3085), - [anon_sym_is] = ACTIONS(3083), - [anon_sym_BANGis] = ACTIONS(3085), - [anon_sym_PLUS] = ACTIONS(7011), - [anon_sym_DASH] = ACTIONS(7011), - [anon_sym_SLASH] = ACTIONS(7013), - [anon_sym_PERCENT] = ACTIONS(7007), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(6920), + [sym_label] = ACTIONS(6712), + [anon_sym_in] = ACTIONS(6943), + [anon_sym_DOT_DOT] = ACTIONS(6945), + [anon_sym_QMARK_COLON] = ACTIONS(6947), + [anon_sym_AMP_AMP] = ACTIONS(6949), + [anon_sym_PIPE_PIPE] = ACTIONS(3046), + [anon_sym_else] = ACTIONS(3044), + [anon_sym_COLON_COLON] = ACTIONS(6718), + [anon_sym_PLUS_EQ] = ACTIONS(3046), + [anon_sym_DASH_EQ] = ACTIONS(3046), + [anon_sym_STAR_EQ] = ACTIONS(3046), + [anon_sym_SLASH_EQ] = ACTIONS(3046), + [anon_sym_PERCENT_EQ] = ACTIONS(3046), + [anon_sym_BANG_EQ] = ACTIONS(6953), + [anon_sym_BANG_EQ_EQ] = ACTIONS(6955), + [anon_sym_EQ_EQ] = ACTIONS(6953), + [anon_sym_EQ_EQ_EQ] = ACTIONS(6955), + [anon_sym_LT_EQ] = ACTIONS(6957), + [anon_sym_GT_EQ] = ACTIONS(6957), + [anon_sym_BANGin] = ACTIONS(6959), + [anon_sym_is] = ACTIONS(6744), + [anon_sym_BANGis] = ACTIONS(6746), + [anon_sym_PLUS] = ACTIONS(6922), + [anon_sym_DASH] = ACTIONS(6922), + [anon_sym_SLASH] = ACTIONS(6920), + [anon_sym_PERCENT] = ACTIONS(6920), + [anon_sym_as_QMARK] = ACTIONS(6722), + [anon_sym_PLUS_PLUS] = ACTIONS(6724), + [anon_sym_DASH_DASH] = ACTIONS(6724), + [anon_sym_BANG_BANG] = ACTIONS(6724), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), - [sym_multiline_comment] = ACTIONS(3), - }, - [3959] = { - [sym_type_constraints] = STATE(4135), - [sym_function_body] = STATE(3878), - [sym__block] = STATE(3725), - [sym__alpha_identifier] = ACTIONS(4095), - [anon_sym_AT] = ACTIONS(4097), - [anon_sym_COLON] = ACTIONS(7015), - [anon_sym_LBRACK] = ACTIONS(4097), - [anon_sym_as] = ACTIONS(4095), - [anon_sym_EQ] = ACTIONS(7017), - [anon_sym_LBRACE] = ACTIONS(6434), - [anon_sym_RBRACE] = ACTIONS(4097), - [anon_sym_LPAREN] = ACTIONS(4097), - [anon_sym_LT] = ACTIONS(4095), - [anon_sym_GT] = ACTIONS(4095), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(4095), - [anon_sym_SEMI] = ACTIONS(4097), - [anon_sym_get] = ACTIONS(4095), - [anon_sym_set] = ACTIONS(4095), - [anon_sym_STAR] = ACTIONS(4097), - [sym_label] = ACTIONS(4097), - [anon_sym_in] = ACTIONS(4095), - [anon_sym_DOT_DOT] = ACTIONS(4097), - [anon_sym_QMARK_COLON] = ACTIONS(4097), - [anon_sym_AMP_AMP] = ACTIONS(4097), - [anon_sym_PIPE_PIPE] = ACTIONS(4097), - [anon_sym_else] = ACTIONS(4095), - [anon_sym_COLON_COLON] = ACTIONS(4097), - [anon_sym_BANG_EQ] = ACTIONS(4095), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4097), - [anon_sym_EQ_EQ] = ACTIONS(4095), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4097), - [anon_sym_LT_EQ] = ACTIONS(4097), - [anon_sym_GT_EQ] = ACTIONS(4097), - [anon_sym_BANGin] = ACTIONS(4097), - [anon_sym_is] = ACTIONS(4095), - [anon_sym_BANGis] = ACTIONS(4097), - [anon_sym_PLUS] = ACTIONS(4095), - [anon_sym_DASH] = ACTIONS(4095), - [anon_sym_SLASH] = ACTIONS(4095), - [anon_sym_PERCENT] = ACTIONS(4097), - [anon_sym_as_QMARK] = ACTIONS(4097), - [anon_sym_PLUS_PLUS] = ACTIONS(4097), - [anon_sym_DASH_DASH] = ACTIONS(4097), - [anon_sym_BANG_BANG] = ACTIONS(4097), - [anon_sym_suspend] = ACTIONS(4095), - [anon_sym_sealed] = ACTIONS(4095), - [anon_sym_annotation] = ACTIONS(4095), - [anon_sym_data] = ACTIONS(4095), - [anon_sym_inner] = ACTIONS(4095), - [anon_sym_override] = ACTIONS(4095), - [anon_sym_lateinit] = ACTIONS(4095), - [anon_sym_public] = ACTIONS(4095), - [anon_sym_private] = ACTIONS(4095), - [anon_sym_internal] = ACTIONS(4095), - [anon_sym_protected] = ACTIONS(4095), - [anon_sym_tailrec] = ACTIONS(4095), - [anon_sym_operator] = ACTIONS(4095), - [anon_sym_infix] = ACTIONS(4095), - [anon_sym_inline] = ACTIONS(4095), - [anon_sym_external] = ACTIONS(4095), - [sym_property_modifier] = ACTIONS(4095), - [anon_sym_abstract] = ACTIONS(4095), - [anon_sym_final] = ACTIONS(4095), - [anon_sym_open] = ACTIONS(4095), - [anon_sym_vararg] = ACTIONS(4095), - [anon_sym_noinline] = ACTIONS(4095), - [anon_sym_crossinline] = ACTIONS(4095), - [anon_sym_expect] = ACTIONS(4095), - [anon_sym_actual] = ACTIONS(4095), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4097), - [sym__automatic_semicolon] = ACTIONS(4097), - [sym_safe_nav] = ACTIONS(4097), - [sym_multiline_comment] = ACTIONS(3), - }, - [3960] = { - [sym_type_constraints] = STATE(4086), - [sym_function_body] = STATE(3174), - [sym__block] = STATE(3367), - [sym__alpha_identifier] = ACTIONS(4089), - [anon_sym_AT] = ACTIONS(4091), - [anon_sym_LBRACK] = ACTIONS(4091), - [anon_sym_as] = ACTIONS(4089), - [anon_sym_EQ] = ACTIONS(6952), - [anon_sym_LBRACE] = ACTIONS(6236), - [anon_sym_RBRACE] = ACTIONS(4091), - [anon_sym_LPAREN] = ACTIONS(4091), - [anon_sym_RPAREN] = ACTIONS(4091), - [anon_sym_LT] = ACTIONS(4089), - [anon_sym_GT] = ACTIONS(4089), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(4089), - [anon_sym_SEMI] = ACTIONS(4091), - [anon_sym_get] = ACTIONS(4089), - [anon_sym_set] = ACTIONS(4089), - [anon_sym_STAR] = ACTIONS(4091), - [sym_label] = ACTIONS(4091), - [anon_sym_in] = ACTIONS(4089), - [anon_sym_while] = ACTIONS(4089), - [anon_sym_DOT_DOT] = ACTIONS(4091), - [anon_sym_QMARK_COLON] = ACTIONS(4091), - [anon_sym_AMP_AMP] = ACTIONS(4091), - [anon_sym_PIPE_PIPE] = ACTIONS(4091), - [anon_sym_else] = ACTIONS(4089), - [anon_sym_COLON_COLON] = ACTIONS(4091), - [anon_sym_BANG_EQ] = ACTIONS(4089), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4091), - [anon_sym_EQ_EQ] = ACTIONS(4089), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4091), - [anon_sym_LT_EQ] = ACTIONS(4091), - [anon_sym_GT_EQ] = ACTIONS(4091), - [anon_sym_BANGin] = ACTIONS(4091), - [anon_sym_is] = ACTIONS(4089), - [anon_sym_BANGis] = ACTIONS(4091), - [anon_sym_PLUS] = ACTIONS(4089), - [anon_sym_DASH] = ACTIONS(4089), - [anon_sym_SLASH] = ACTIONS(4089), - [anon_sym_PERCENT] = ACTIONS(4091), - [anon_sym_as_QMARK] = ACTIONS(4091), - [anon_sym_PLUS_PLUS] = ACTIONS(4091), - [anon_sym_DASH_DASH] = ACTIONS(4091), - [anon_sym_BANG_BANG] = ACTIONS(4091), - [anon_sym_suspend] = ACTIONS(4089), - [anon_sym_sealed] = ACTIONS(4089), - [anon_sym_annotation] = ACTIONS(4089), - [anon_sym_data] = ACTIONS(4089), - [anon_sym_inner] = ACTIONS(4089), - [anon_sym_override] = ACTIONS(4089), - [anon_sym_lateinit] = ACTIONS(4089), - [anon_sym_public] = ACTIONS(4089), - [anon_sym_private] = ACTIONS(4089), - [anon_sym_internal] = ACTIONS(4089), - [anon_sym_protected] = ACTIONS(4089), - [anon_sym_tailrec] = ACTIONS(4089), - [anon_sym_operator] = ACTIONS(4089), - [anon_sym_infix] = ACTIONS(4089), - [anon_sym_inline] = ACTIONS(4089), - [anon_sym_external] = ACTIONS(4089), - [sym_property_modifier] = ACTIONS(4089), - [anon_sym_abstract] = ACTIONS(4089), - [anon_sym_final] = ACTIONS(4089), - [anon_sym_open] = ACTIONS(4089), - [anon_sym_vararg] = ACTIONS(4089), - [anon_sym_noinline] = ACTIONS(4089), - [anon_sym_crossinline] = ACTIONS(4089), - [anon_sym_expect] = ACTIONS(4089), - [anon_sym_actual] = ACTIONS(4089), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4091), - [sym_safe_nav] = ACTIONS(4091), - [sym_multiline_comment] = ACTIONS(3), - }, - [3961] = { - [sym__alpha_identifier] = ACTIONS(5051), - [anon_sym_AT] = ACTIONS(5053), - [anon_sym_LBRACK] = ACTIONS(5053), - [anon_sym_typealias] = ACTIONS(5051), - [anon_sym_class] = ACTIONS(5051), - [anon_sym_interface] = ACTIONS(5051), - [anon_sym_enum] = ACTIONS(5051), - [anon_sym_LBRACE] = ACTIONS(5053), - [anon_sym_LPAREN] = ACTIONS(5053), - [anon_sym_val] = ACTIONS(5051), - [anon_sym_var] = ACTIONS(5051), - [anon_sym_object] = ACTIONS(5051), - [anon_sym_fun] = ACTIONS(5051), - [anon_sym_get] = ACTIONS(5051), - [anon_sym_set] = ACTIONS(5051), - [anon_sym_this] = ACTIONS(5051), - [anon_sym_super] = ACTIONS(5051), - [anon_sym_STAR] = ACTIONS(5053), - [sym_label] = ACTIONS(5051), - [anon_sym_for] = ACTIONS(5051), - [anon_sym_while] = ACTIONS(5051), - [anon_sym_do] = ACTIONS(5051), - [anon_sym_null] = ACTIONS(5051), - [anon_sym_if] = ACTIONS(5051), - [anon_sym_when] = ACTIONS(5051), - [anon_sym_try] = ACTIONS(5051), - [anon_sym_throw] = ACTIONS(5051), - [anon_sym_return] = ACTIONS(5051), - [anon_sym_continue] = ACTIONS(5051), - [anon_sym_break] = ACTIONS(5051), - [anon_sym_COLON_COLON] = ACTIONS(5053), - [anon_sym_PLUS] = ACTIONS(5051), - [anon_sym_DASH] = ACTIONS(5051), - [anon_sym_PLUS_PLUS] = ACTIONS(5053), - [anon_sym_DASH_DASH] = ACTIONS(5053), - [anon_sym_BANG] = ACTIONS(5053), - [anon_sym_suspend] = ACTIONS(5051), - [anon_sym_sealed] = ACTIONS(5051), - [anon_sym_annotation] = ACTIONS(5051), - [anon_sym_data] = ACTIONS(5051), - [anon_sym_inner] = ACTIONS(5051), - [anon_sym_override] = ACTIONS(5051), - [anon_sym_lateinit] = ACTIONS(5051), - [anon_sym_public] = ACTIONS(5051), - [anon_sym_private] = ACTIONS(5051), - [anon_sym_internal] = ACTIONS(5051), - [anon_sym_protected] = ACTIONS(5051), - [anon_sym_tailrec] = ACTIONS(5051), - [anon_sym_operator] = ACTIONS(5051), - [anon_sym_infix] = ACTIONS(5051), - [anon_sym_inline] = ACTIONS(5051), - [anon_sym_external] = ACTIONS(5051), - [sym_property_modifier] = ACTIONS(5051), - [anon_sym_abstract] = ACTIONS(5051), - [anon_sym_final] = ACTIONS(5051), - [anon_sym_open] = ACTIONS(5051), - [anon_sym_vararg] = ACTIONS(5051), - [anon_sym_noinline] = ACTIONS(5051), - [anon_sym_crossinline] = ACTIONS(5051), - [anon_sym_expect] = ACTIONS(5051), - [anon_sym_actual] = ACTIONS(5051), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5053), - [anon_sym_continue_AT] = ACTIONS(5053), - [anon_sym_break_AT] = ACTIONS(5053), - [sym_real_literal] = ACTIONS(5053), - [sym_integer_literal] = ACTIONS(5051), - [sym_hex_literal] = ACTIONS(5053), - [sym_bin_literal] = ACTIONS(5053), - [anon_sym_true] = ACTIONS(5051), - [anon_sym_false] = ACTIONS(5051), - [anon_sym_SQUOTE] = ACTIONS(5053), - [sym__backtick_identifier] = ACTIONS(5053), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5053), - }, - [3962] = { - [sym_function_body] = STATE(3157), - [sym__block] = STATE(3245), - [sym__alpha_identifier] = ACTIONS(4095), - [anon_sym_AT] = ACTIONS(4097), - [anon_sym_LBRACK] = ACTIONS(4097), - [anon_sym_as] = ACTIONS(4095), - [anon_sym_EQ] = ACTIONS(6682), - [anon_sym_LBRACE] = ACTIONS(6220), - [anon_sym_RBRACE] = ACTIONS(4097), - [anon_sym_LPAREN] = ACTIONS(4097), - [anon_sym_LT] = ACTIONS(4095), - [anon_sym_GT] = ACTIONS(4095), - [anon_sym_object] = ACTIONS(4095), - [anon_sym_fun] = ACTIONS(4095), - [anon_sym_DOT] = ACTIONS(4095), - [anon_sym_SEMI] = ACTIONS(4097), - [anon_sym_get] = ACTIONS(4095), - [anon_sym_set] = ACTIONS(4095), - [anon_sym_this] = ACTIONS(4095), - [anon_sym_super] = ACTIONS(4095), - [anon_sym_STAR] = ACTIONS(4097), - [sym_label] = ACTIONS(4095), - [anon_sym_in] = ACTIONS(4095), - [anon_sym_DOT_DOT] = ACTIONS(4097), - [anon_sym_QMARK_COLON] = ACTIONS(4097), - [anon_sym_AMP_AMP] = ACTIONS(4097), - [anon_sym_PIPE_PIPE] = ACTIONS(4097), - [anon_sym_null] = ACTIONS(4095), - [anon_sym_if] = ACTIONS(4095), - [anon_sym_else] = ACTIONS(4095), - [anon_sym_when] = ACTIONS(4095), - [anon_sym_try] = ACTIONS(4095), - [anon_sym_throw] = ACTIONS(4095), - [anon_sym_return] = ACTIONS(4095), - [anon_sym_continue] = ACTIONS(4095), - [anon_sym_break] = ACTIONS(4095), - [anon_sym_COLON_COLON] = ACTIONS(4097), - [anon_sym_BANG_EQ] = ACTIONS(4095), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4097), - [anon_sym_EQ_EQ] = ACTIONS(4095), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4097), - [anon_sym_LT_EQ] = ACTIONS(4097), - [anon_sym_GT_EQ] = ACTIONS(4097), - [anon_sym_BANGin] = ACTIONS(4097), - [anon_sym_is] = ACTIONS(4095), - [anon_sym_BANGis] = ACTIONS(4097), - [anon_sym_PLUS] = ACTIONS(4095), - [anon_sym_DASH] = ACTIONS(4095), - [anon_sym_SLASH] = ACTIONS(4095), - [anon_sym_PERCENT] = ACTIONS(4097), - [anon_sym_as_QMARK] = ACTIONS(4097), - [anon_sym_PLUS_PLUS] = ACTIONS(4097), - [anon_sym_DASH_DASH] = ACTIONS(4097), - [anon_sym_BANG] = ACTIONS(4095), - [anon_sym_BANG_BANG] = ACTIONS(4097), - [anon_sym_data] = ACTIONS(4095), - [anon_sym_inner] = ACTIONS(4095), - [anon_sym_expect] = ACTIONS(4095), - [anon_sym_actual] = ACTIONS(4095), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4097), - [anon_sym_continue_AT] = ACTIONS(4097), - [anon_sym_break_AT] = ACTIONS(4097), - [sym_real_literal] = ACTIONS(4097), - [sym_integer_literal] = ACTIONS(4095), - [sym_hex_literal] = ACTIONS(4097), - [sym_bin_literal] = ACTIONS(4097), - [anon_sym_true] = ACTIONS(4095), - [anon_sym_false] = ACTIONS(4095), - [anon_sym_SQUOTE] = ACTIONS(4097), - [sym__backtick_identifier] = ACTIONS(4097), - [sym__automatic_semicolon] = ACTIONS(4097), - [sym_safe_nav] = ACTIONS(4097), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4097), - }, - [3963] = { - [sym__alpha_identifier] = ACTIONS(4887), - [anon_sym_AT] = ACTIONS(4889), - [anon_sym_LBRACK] = ACTIONS(4889), - [anon_sym_typealias] = ACTIONS(4887), - [anon_sym_class] = ACTIONS(4887), - [anon_sym_interface] = ACTIONS(4887), - [anon_sym_enum] = ACTIONS(4887), - [anon_sym_LBRACE] = ACTIONS(4889), - [anon_sym_LPAREN] = ACTIONS(4889), - [anon_sym_val] = ACTIONS(4887), - [anon_sym_var] = ACTIONS(4887), - [anon_sym_object] = ACTIONS(4887), - [anon_sym_fun] = ACTIONS(4887), - [anon_sym_get] = ACTIONS(4887), - [anon_sym_set] = ACTIONS(4887), - [anon_sym_this] = ACTIONS(4887), - [anon_sym_super] = ACTIONS(4887), - [anon_sym_STAR] = ACTIONS(4889), - [sym_label] = ACTIONS(4887), - [anon_sym_for] = ACTIONS(4887), - [anon_sym_while] = ACTIONS(4887), - [anon_sym_do] = ACTIONS(4887), - [anon_sym_null] = ACTIONS(4887), - [anon_sym_if] = ACTIONS(4887), - [anon_sym_when] = ACTIONS(4887), - [anon_sym_try] = ACTIONS(4887), - [anon_sym_throw] = ACTIONS(4887), - [anon_sym_return] = ACTIONS(4887), - [anon_sym_continue] = ACTIONS(4887), - [anon_sym_break] = ACTIONS(4887), - [anon_sym_COLON_COLON] = ACTIONS(4889), - [anon_sym_PLUS] = ACTIONS(4887), - [anon_sym_DASH] = ACTIONS(4887), - [anon_sym_PLUS_PLUS] = ACTIONS(4889), - [anon_sym_DASH_DASH] = ACTIONS(4889), - [anon_sym_BANG] = ACTIONS(4889), - [anon_sym_suspend] = ACTIONS(4887), - [anon_sym_sealed] = ACTIONS(4887), - [anon_sym_annotation] = ACTIONS(4887), - [anon_sym_data] = ACTIONS(4887), - [anon_sym_inner] = ACTIONS(4887), - [anon_sym_override] = ACTIONS(4887), - [anon_sym_lateinit] = ACTIONS(4887), - [anon_sym_public] = ACTIONS(4887), - [anon_sym_private] = ACTIONS(4887), - [anon_sym_internal] = ACTIONS(4887), - [anon_sym_protected] = ACTIONS(4887), - [anon_sym_tailrec] = ACTIONS(4887), - [anon_sym_operator] = ACTIONS(4887), - [anon_sym_infix] = ACTIONS(4887), - [anon_sym_inline] = ACTIONS(4887), - [anon_sym_external] = ACTIONS(4887), - [sym_property_modifier] = ACTIONS(4887), - [anon_sym_abstract] = ACTIONS(4887), - [anon_sym_final] = ACTIONS(4887), - [anon_sym_open] = ACTIONS(4887), - [anon_sym_vararg] = ACTIONS(4887), - [anon_sym_noinline] = ACTIONS(4887), - [anon_sym_crossinline] = ACTIONS(4887), - [anon_sym_expect] = ACTIONS(4887), - [anon_sym_actual] = ACTIONS(4887), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4889), - [anon_sym_continue_AT] = ACTIONS(4889), - [anon_sym_break_AT] = ACTIONS(4889), - [sym_real_literal] = ACTIONS(4889), - [sym_integer_literal] = ACTIONS(4887), - [sym_hex_literal] = ACTIONS(4889), - [sym_bin_literal] = ACTIONS(4889), - [anon_sym_true] = ACTIONS(4887), - [anon_sym_false] = ACTIONS(4887), - [anon_sym_SQUOTE] = ACTIONS(4889), - [sym__backtick_identifier] = ACTIONS(4889), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4889), - }, - [3964] = { - [aux_sym__delegation_specifiers_repeat1] = STATE(3964), - [sym__alpha_identifier] = ACTIONS(4663), - [anon_sym_AT] = ACTIONS(4665), - [anon_sym_LBRACK] = ACTIONS(4665), - [anon_sym_RBRACK] = ACTIONS(4665), - [anon_sym_as] = ACTIONS(4663), - [anon_sym_LBRACE] = ACTIONS(4665), - [anon_sym_RBRACE] = ACTIONS(4665), - [anon_sym_LPAREN] = ACTIONS(4665), - [anon_sym_COMMA] = ACTIONS(7019), - [anon_sym_RPAREN] = ACTIONS(4665), - [anon_sym_LT] = ACTIONS(4663), - [anon_sym_GT] = ACTIONS(4663), - [anon_sym_where] = ACTIONS(4663), - [anon_sym_DOT] = ACTIONS(4663), - [anon_sym_SEMI] = ACTIONS(4665), - [anon_sym_get] = ACTIONS(4663), - [anon_sym_set] = ACTIONS(4663), - [anon_sym_STAR] = ACTIONS(4665), - [anon_sym_DASH_GT] = ACTIONS(4665), - [sym_label] = ACTIONS(4665), - [anon_sym_in] = ACTIONS(4663), - [anon_sym_while] = ACTIONS(4663), - [anon_sym_DOT_DOT] = ACTIONS(4665), - [anon_sym_QMARK_COLON] = ACTIONS(4665), - [anon_sym_AMP_AMP] = ACTIONS(4665), - [anon_sym_PIPE_PIPE] = ACTIONS(4665), - [anon_sym_else] = ACTIONS(4663), - [anon_sym_COLON_COLON] = ACTIONS(4665), - [anon_sym_BANG_EQ] = ACTIONS(4663), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4665), - [anon_sym_EQ_EQ] = ACTIONS(4663), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4665), - [anon_sym_LT_EQ] = ACTIONS(4665), - [anon_sym_GT_EQ] = ACTIONS(4665), - [anon_sym_BANGin] = ACTIONS(4665), - [anon_sym_is] = ACTIONS(4663), - [anon_sym_BANGis] = ACTIONS(4665), - [anon_sym_PLUS] = ACTIONS(4663), - [anon_sym_DASH] = ACTIONS(4663), - [anon_sym_SLASH] = ACTIONS(4663), - [anon_sym_PERCENT] = ACTIONS(4665), - [anon_sym_as_QMARK] = ACTIONS(4665), - [anon_sym_PLUS_PLUS] = ACTIONS(4665), - [anon_sym_DASH_DASH] = ACTIONS(4665), - [anon_sym_BANG_BANG] = ACTIONS(4665), - [anon_sym_suspend] = ACTIONS(4663), - [anon_sym_sealed] = ACTIONS(4663), - [anon_sym_annotation] = ACTIONS(4663), - [anon_sym_data] = ACTIONS(4663), - [anon_sym_inner] = ACTIONS(4663), - [anon_sym_override] = ACTIONS(4663), - [anon_sym_lateinit] = ACTIONS(4663), - [anon_sym_public] = ACTIONS(4663), - [anon_sym_private] = ACTIONS(4663), - [anon_sym_internal] = ACTIONS(4663), - [anon_sym_protected] = ACTIONS(4663), - [anon_sym_tailrec] = ACTIONS(4663), - [anon_sym_operator] = ACTIONS(4663), - [anon_sym_infix] = ACTIONS(4663), - [anon_sym_inline] = ACTIONS(4663), - [anon_sym_external] = ACTIONS(4663), - [sym_property_modifier] = ACTIONS(4663), - [anon_sym_abstract] = ACTIONS(4663), - [anon_sym_final] = ACTIONS(4663), - [anon_sym_open] = ACTIONS(4663), - [anon_sym_vararg] = ACTIONS(4663), - [anon_sym_noinline] = ACTIONS(4663), - [anon_sym_crossinline] = ACTIONS(4663), - [anon_sym_expect] = ACTIONS(4663), - [anon_sym_actual] = ACTIONS(4663), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4665), - [sym_safe_nav] = ACTIONS(4665), - [sym_multiline_comment] = ACTIONS(3), - }, - [3965] = { - [sym_type_constraints] = STATE(4122), - [sym_function_body] = STATE(3759), - [sym__block] = STATE(3725), - [sym__alpha_identifier] = ACTIONS(4083), - [anon_sym_AT] = ACTIONS(4085), - [anon_sym_COLON] = ACTIONS(7022), - [anon_sym_LBRACK] = ACTIONS(4085), - [anon_sym_as] = ACTIONS(4083), - [anon_sym_EQ] = ACTIONS(7017), - [anon_sym_LBRACE] = ACTIONS(6434), - [anon_sym_RBRACE] = ACTIONS(4085), - [anon_sym_LPAREN] = ACTIONS(4085), - [anon_sym_LT] = ACTIONS(4083), - [anon_sym_GT] = ACTIONS(4083), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(4083), - [anon_sym_SEMI] = ACTIONS(4085), - [anon_sym_get] = ACTIONS(4083), - [anon_sym_set] = ACTIONS(4083), - [anon_sym_STAR] = ACTIONS(4085), - [sym_label] = ACTIONS(4085), - [anon_sym_in] = ACTIONS(4083), - [anon_sym_DOT_DOT] = ACTIONS(4085), - [anon_sym_QMARK_COLON] = ACTIONS(4085), - [anon_sym_AMP_AMP] = ACTIONS(4085), - [anon_sym_PIPE_PIPE] = ACTIONS(4085), - [anon_sym_else] = ACTIONS(4083), - [anon_sym_COLON_COLON] = ACTIONS(4085), - [anon_sym_BANG_EQ] = ACTIONS(4083), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4085), - [anon_sym_EQ_EQ] = ACTIONS(4083), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4085), - [anon_sym_LT_EQ] = ACTIONS(4085), - [anon_sym_GT_EQ] = ACTIONS(4085), - [anon_sym_BANGin] = ACTIONS(4085), - [anon_sym_is] = ACTIONS(4083), - [anon_sym_BANGis] = ACTIONS(4085), - [anon_sym_PLUS] = ACTIONS(4083), - [anon_sym_DASH] = ACTIONS(4083), - [anon_sym_SLASH] = ACTIONS(4083), - [anon_sym_PERCENT] = ACTIONS(4085), - [anon_sym_as_QMARK] = ACTIONS(4085), - [anon_sym_PLUS_PLUS] = ACTIONS(4085), - [anon_sym_DASH_DASH] = ACTIONS(4085), - [anon_sym_BANG_BANG] = ACTIONS(4085), - [anon_sym_suspend] = ACTIONS(4083), - [anon_sym_sealed] = ACTIONS(4083), - [anon_sym_annotation] = ACTIONS(4083), - [anon_sym_data] = ACTIONS(4083), - [anon_sym_inner] = ACTIONS(4083), - [anon_sym_override] = ACTIONS(4083), - [anon_sym_lateinit] = ACTIONS(4083), - [anon_sym_public] = ACTIONS(4083), - [anon_sym_private] = ACTIONS(4083), - [anon_sym_internal] = ACTIONS(4083), - [anon_sym_protected] = ACTIONS(4083), - [anon_sym_tailrec] = ACTIONS(4083), - [anon_sym_operator] = ACTIONS(4083), - [anon_sym_infix] = ACTIONS(4083), - [anon_sym_inline] = ACTIONS(4083), - [anon_sym_external] = ACTIONS(4083), - [sym_property_modifier] = ACTIONS(4083), - [anon_sym_abstract] = ACTIONS(4083), - [anon_sym_final] = ACTIONS(4083), - [anon_sym_open] = ACTIONS(4083), - [anon_sym_vararg] = ACTIONS(4083), - [anon_sym_noinline] = ACTIONS(4083), - [anon_sym_crossinline] = ACTIONS(4083), - [anon_sym_expect] = ACTIONS(4083), - [anon_sym_actual] = ACTIONS(4083), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4085), - [sym__automatic_semicolon] = ACTIONS(4085), - [sym_safe_nav] = ACTIONS(4085), + [sym__automatic_semicolon] = ACTIONS(3046), + [sym_safe_nav] = ACTIONS(6718), [sym_multiline_comment] = ACTIONS(3), }, - [3966] = { - [aux_sym__delegation_specifiers_repeat1] = STATE(3966), - [sym__alpha_identifier] = ACTIONS(4663), - [anon_sym_AT] = ACTIONS(4665), - [anon_sym_LBRACK] = ACTIONS(4665), - [anon_sym_as] = ACTIONS(4663), - [anon_sym_LBRACE] = ACTIONS(4665), - [anon_sym_RBRACE] = ACTIONS(4665), - [anon_sym_LPAREN] = ACTIONS(4665), - [anon_sym_COMMA] = ACTIONS(7024), - [anon_sym_LT] = ACTIONS(4663), - [anon_sym_GT] = ACTIONS(4663), - [anon_sym_where] = ACTIONS(4663), - [anon_sym_object] = ACTIONS(4663), - [anon_sym_fun] = ACTIONS(4663), - [anon_sym_DOT] = ACTIONS(4663), - [anon_sym_SEMI] = ACTIONS(4665), - [anon_sym_get] = ACTIONS(4663), - [anon_sym_set] = ACTIONS(4663), - [anon_sym_this] = ACTIONS(4663), - [anon_sym_super] = ACTIONS(4663), - [anon_sym_STAR] = ACTIONS(4665), - [sym_label] = ACTIONS(4663), - [anon_sym_in] = ACTIONS(4663), - [anon_sym_DOT_DOT] = ACTIONS(4665), - [anon_sym_QMARK_COLON] = ACTIONS(4665), - [anon_sym_AMP_AMP] = ACTIONS(4665), - [anon_sym_PIPE_PIPE] = ACTIONS(4665), - [anon_sym_null] = ACTIONS(4663), - [anon_sym_if] = ACTIONS(4663), - [anon_sym_else] = ACTIONS(4663), - [anon_sym_when] = ACTIONS(4663), - [anon_sym_try] = ACTIONS(4663), - [anon_sym_throw] = ACTIONS(4663), - [anon_sym_return] = ACTIONS(4663), - [anon_sym_continue] = ACTIONS(4663), - [anon_sym_break] = ACTIONS(4663), - [anon_sym_COLON_COLON] = ACTIONS(4665), - [anon_sym_BANG_EQ] = ACTIONS(4663), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4665), - [anon_sym_EQ_EQ] = ACTIONS(4663), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4665), - [anon_sym_LT_EQ] = ACTIONS(4665), - [anon_sym_GT_EQ] = ACTIONS(4665), - [anon_sym_BANGin] = ACTIONS(4665), - [anon_sym_is] = ACTIONS(4663), - [anon_sym_BANGis] = ACTIONS(4665), - [anon_sym_PLUS] = ACTIONS(4663), - [anon_sym_DASH] = ACTIONS(4663), - [anon_sym_SLASH] = ACTIONS(4663), - [anon_sym_PERCENT] = ACTIONS(4665), - [anon_sym_as_QMARK] = ACTIONS(4665), - [anon_sym_PLUS_PLUS] = ACTIONS(4665), - [anon_sym_DASH_DASH] = ACTIONS(4665), - [anon_sym_BANG] = ACTIONS(4663), - [anon_sym_BANG_BANG] = ACTIONS(4665), - [anon_sym_data] = ACTIONS(4663), - [anon_sym_inner] = ACTIONS(4663), - [anon_sym_expect] = ACTIONS(4663), - [anon_sym_actual] = ACTIONS(4663), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4665), - [anon_sym_continue_AT] = ACTIONS(4665), - [anon_sym_break_AT] = ACTIONS(4665), - [sym_real_literal] = ACTIONS(4665), - [sym_integer_literal] = ACTIONS(4663), - [sym_hex_literal] = ACTIONS(4665), - [sym_bin_literal] = ACTIONS(4665), - [anon_sym_true] = ACTIONS(4663), - [anon_sym_false] = ACTIONS(4663), - [anon_sym_SQUOTE] = ACTIONS(4665), - [sym__backtick_identifier] = ACTIONS(4665), - [sym__automatic_semicolon] = ACTIONS(4665), - [sym_safe_nav] = ACTIONS(4665), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4665), - }, - [3967] = { - [sym__alpha_identifier] = ACTIONS(7027), - [anon_sym_AT] = ACTIONS(7029), - [anon_sym_LBRACK] = ACTIONS(7029), - [anon_sym_typealias] = ACTIONS(7027), - [anon_sym_class] = ACTIONS(7027), - [anon_sym_interface] = ACTIONS(7027), - [anon_sym_enum] = ACTIONS(7027), - [anon_sym_LBRACE] = ACTIONS(7029), - [anon_sym_LPAREN] = ACTIONS(7029), - [anon_sym_val] = ACTIONS(7027), - [anon_sym_var] = ACTIONS(7027), - [anon_sym_object] = ACTIONS(7027), - [anon_sym_fun] = ACTIONS(7027), - [anon_sym_get] = ACTIONS(7027), - [anon_sym_set] = ACTIONS(7027), - [anon_sym_this] = ACTIONS(7027), - [anon_sym_super] = ACTIONS(7027), - [anon_sym_STAR] = ACTIONS(7029), - [sym_label] = ACTIONS(7027), - [anon_sym_for] = ACTIONS(7027), - [anon_sym_while] = ACTIONS(7027), - [anon_sym_do] = ACTIONS(7027), - [anon_sym_null] = ACTIONS(7027), - [anon_sym_if] = ACTIONS(7027), - [anon_sym_when] = ACTIONS(7027), - [anon_sym_try] = ACTIONS(7027), - [anon_sym_throw] = ACTIONS(7027), - [anon_sym_return] = ACTIONS(7027), - [anon_sym_continue] = ACTIONS(7027), - [anon_sym_break] = ACTIONS(7027), - [anon_sym_COLON_COLON] = ACTIONS(7029), - [anon_sym_PLUS] = ACTIONS(7027), - [anon_sym_DASH] = ACTIONS(7027), - [anon_sym_PLUS_PLUS] = ACTIONS(7029), - [anon_sym_DASH_DASH] = ACTIONS(7029), - [anon_sym_BANG] = ACTIONS(7029), - [anon_sym_suspend] = ACTIONS(7027), - [anon_sym_sealed] = ACTIONS(7027), - [anon_sym_annotation] = ACTIONS(7027), - [anon_sym_data] = ACTIONS(7027), - [anon_sym_inner] = ACTIONS(7027), - [anon_sym_override] = ACTIONS(7027), - [anon_sym_lateinit] = ACTIONS(7027), - [anon_sym_public] = ACTIONS(7027), - [anon_sym_private] = ACTIONS(7027), - [anon_sym_internal] = ACTIONS(7027), - [anon_sym_protected] = ACTIONS(7027), - [anon_sym_tailrec] = ACTIONS(7027), - [anon_sym_operator] = ACTIONS(7027), - [anon_sym_infix] = ACTIONS(7027), - [anon_sym_inline] = ACTIONS(7027), - [anon_sym_external] = ACTIONS(7027), - [sym_property_modifier] = ACTIONS(7027), - [anon_sym_abstract] = ACTIONS(7027), - [anon_sym_final] = ACTIONS(7027), - [anon_sym_open] = ACTIONS(7027), - [anon_sym_vararg] = ACTIONS(7027), - [anon_sym_noinline] = ACTIONS(7027), - [anon_sym_crossinline] = ACTIONS(7027), - [anon_sym_expect] = ACTIONS(7027), - [anon_sym_actual] = ACTIONS(7027), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(7029), - [anon_sym_continue_AT] = ACTIONS(7029), - [anon_sym_break_AT] = ACTIONS(7029), - [sym_real_literal] = ACTIONS(7029), - [sym_integer_literal] = ACTIONS(7027), - [sym_hex_literal] = ACTIONS(7029), - [sym_bin_literal] = ACTIONS(7029), - [anon_sym_true] = ACTIONS(7027), - [anon_sym_false] = ACTIONS(7027), - [anon_sym_SQUOTE] = ACTIONS(7029), - [sym__backtick_identifier] = ACTIONS(7029), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(7029), - }, - [3968] = { - [sym__alpha_identifier] = ACTIONS(5059), - [anon_sym_AT] = ACTIONS(5061), - [anon_sym_LBRACK] = ACTIONS(5061), - [anon_sym_typealias] = ACTIONS(5059), - [anon_sym_class] = ACTIONS(5059), - [anon_sym_interface] = ACTIONS(5059), - [anon_sym_enum] = ACTIONS(5059), - [anon_sym_LBRACE] = ACTIONS(5061), - [anon_sym_LPAREN] = ACTIONS(5061), - [anon_sym_val] = ACTIONS(5059), - [anon_sym_var] = ACTIONS(5059), - [anon_sym_object] = ACTIONS(5059), - [anon_sym_fun] = ACTIONS(5059), - [anon_sym_get] = ACTIONS(5059), - [anon_sym_set] = ACTIONS(5059), - [anon_sym_this] = ACTIONS(5059), - [anon_sym_super] = ACTIONS(5059), - [anon_sym_STAR] = ACTIONS(5061), - [sym_label] = ACTIONS(5059), - [anon_sym_for] = ACTIONS(5059), - [anon_sym_while] = ACTIONS(5059), - [anon_sym_do] = ACTIONS(5059), - [anon_sym_null] = ACTIONS(5059), - [anon_sym_if] = ACTIONS(5059), - [anon_sym_when] = ACTIONS(5059), - [anon_sym_try] = ACTIONS(5059), - [anon_sym_throw] = ACTIONS(5059), - [anon_sym_return] = ACTIONS(5059), - [anon_sym_continue] = ACTIONS(5059), - [anon_sym_break] = ACTIONS(5059), - [anon_sym_COLON_COLON] = ACTIONS(5061), - [anon_sym_PLUS] = ACTIONS(5059), - [anon_sym_DASH] = ACTIONS(5059), - [anon_sym_PLUS_PLUS] = ACTIONS(5061), - [anon_sym_DASH_DASH] = ACTIONS(5061), - [anon_sym_BANG] = ACTIONS(5061), - [anon_sym_suspend] = ACTIONS(5059), - [anon_sym_sealed] = ACTIONS(5059), - [anon_sym_annotation] = ACTIONS(5059), - [anon_sym_data] = ACTIONS(5059), - [anon_sym_inner] = ACTIONS(5059), - [anon_sym_override] = ACTIONS(5059), - [anon_sym_lateinit] = ACTIONS(5059), - [anon_sym_public] = ACTIONS(5059), - [anon_sym_private] = ACTIONS(5059), - [anon_sym_internal] = ACTIONS(5059), - [anon_sym_protected] = ACTIONS(5059), - [anon_sym_tailrec] = ACTIONS(5059), - [anon_sym_operator] = ACTIONS(5059), - [anon_sym_infix] = ACTIONS(5059), - [anon_sym_inline] = ACTIONS(5059), - [anon_sym_external] = ACTIONS(5059), - [sym_property_modifier] = ACTIONS(5059), - [anon_sym_abstract] = ACTIONS(5059), - [anon_sym_final] = ACTIONS(5059), - [anon_sym_open] = ACTIONS(5059), - [anon_sym_vararg] = ACTIONS(5059), - [anon_sym_noinline] = ACTIONS(5059), - [anon_sym_crossinline] = ACTIONS(5059), - [anon_sym_expect] = ACTIONS(5059), - [anon_sym_actual] = ACTIONS(5059), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5061), - [anon_sym_continue_AT] = ACTIONS(5061), - [anon_sym_break_AT] = ACTIONS(5061), - [sym_real_literal] = ACTIONS(5061), - [sym_integer_literal] = ACTIONS(5059), - [sym_hex_literal] = ACTIONS(5061), - [sym_bin_literal] = ACTIONS(5061), - [anon_sym_true] = ACTIONS(5059), - [anon_sym_false] = ACTIONS(5059), - [anon_sym_SQUOTE] = ACTIONS(5061), - [sym__backtick_identifier] = ACTIONS(5061), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5061), - }, - [3969] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2308), - [sym__comparison_operator] = STATE(2309), - [sym__in_operator] = STATE(2310), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2311), - [sym__multiplicative_operator] = STATE(2312), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2313), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [3939] = { + [sym_indexing_suffix] = STATE(4986), + [sym_navigation_suffix] = STATE(5006), + [sym_call_suffix] = STATE(5077), + [sym_annotated_lambda] = STATE(4993), + [sym_type_arguments] = STATE(7551), + [sym_value_arguments] = STATE(4451), + [sym_lambda_literal] = STATE(4995), + [sym__equality_operator] = STATE(2227), + [sym__comparison_operator] = STATE(2245), + [sym__in_operator] = STATE(2361), + [sym__is_operator] = STATE(5776), + [sym__additive_operator] = STATE(2282), + [sym__multiplicative_operator] = STATE(1900), + [sym__as_operator] = STATE(5777), + [sym__postfix_unary_operator] = STATE(5000), + [sym__member_access_operator] = STATE(7402), + [sym_annotation] = STATE(7890), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2162), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7890), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_RBRACK] = ACTIONS(3074), - [anon_sym_as] = ACTIONS(6381), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(3074), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_COMMA] = ACTIONS(3074), - [anon_sym_RPAREN] = ACTIONS(3074), + [anon_sym_LBRACK] = ACTIONS(6702), + [anon_sym_as] = ACTIONS(6704), + [anon_sym_EQ] = ACTIONS(3040), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_RBRACE] = ACTIONS(3042), + [anon_sym_LPAREN] = ACTIONS(6706), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7031), - [anon_sym_where] = ACTIONS(3072), - [anon_sym_DOT] = ACTIONS(6387), - [anon_sym_SEMI] = ACTIONS(3074), + [anon_sym_GT] = ACTIONS(6941), + [anon_sym_DOT] = ACTIONS(6708), + [anon_sym_SEMI] = ACTIONS(3042), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7007), - [anon_sym_DASH_GT] = ACTIONS(3074), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7033), - [anon_sym_while] = ACTIONS(3072), - [anon_sym_DOT_DOT] = ACTIONS(7009), - [anon_sym_QMARK_COLON] = ACTIONS(7035), - [anon_sym_AMP_AMP] = ACTIONS(7037), - [anon_sym_PIPE_PIPE] = ACTIONS(7039), - [anon_sym_else] = ACTIONS(3072), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7041), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7043), - [anon_sym_EQ_EQ] = ACTIONS(7041), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7043), - [anon_sym_LT_EQ] = ACTIONS(7045), - [anon_sym_GT_EQ] = ACTIONS(7045), - [anon_sym_BANGin] = ACTIONS(7047), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7011), - [anon_sym_DASH] = ACTIONS(7011), - [anon_sym_SLASH] = ACTIONS(7013), - [anon_sym_PERCENT] = ACTIONS(7007), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(6920), + [sym_label] = ACTIONS(6712), + [anon_sym_in] = ACTIONS(6943), + [anon_sym_DOT_DOT] = ACTIONS(6945), + [anon_sym_QMARK_COLON] = ACTIONS(6947), + [anon_sym_AMP_AMP] = ACTIONS(3042), + [anon_sym_PIPE_PIPE] = ACTIONS(3042), + [anon_sym_else] = ACTIONS(3040), + [anon_sym_COLON_COLON] = ACTIONS(6718), + [anon_sym_PLUS_EQ] = ACTIONS(3042), + [anon_sym_DASH_EQ] = ACTIONS(3042), + [anon_sym_STAR_EQ] = ACTIONS(3042), + [anon_sym_SLASH_EQ] = ACTIONS(3042), + [anon_sym_PERCENT_EQ] = ACTIONS(3042), + [anon_sym_BANG_EQ] = ACTIONS(3040), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3042), + [anon_sym_EQ_EQ] = ACTIONS(3040), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3042), + [anon_sym_LT_EQ] = ACTIONS(6957), + [anon_sym_GT_EQ] = ACTIONS(6957), + [anon_sym_BANGin] = ACTIONS(6959), + [anon_sym_is] = ACTIONS(6744), + [anon_sym_BANGis] = ACTIONS(6746), + [anon_sym_PLUS] = ACTIONS(6922), + [anon_sym_DASH] = ACTIONS(6922), + [anon_sym_SLASH] = ACTIONS(6920), + [anon_sym_PERCENT] = ACTIONS(6920), + [anon_sym_as_QMARK] = ACTIONS(6722), + [anon_sym_PLUS_PLUS] = ACTIONS(6724), + [anon_sym_DASH_DASH] = ACTIONS(6724), + [anon_sym_BANG_BANG] = ACTIONS(6724), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), - [sym_multiline_comment] = ACTIONS(3), - }, - [3970] = { - [aux_sym__delegation_specifiers_repeat1] = STATE(3966), - [sym__alpha_identifier] = ACTIONS(4684), - [anon_sym_AT] = ACTIONS(4686), - [anon_sym_LBRACK] = ACTIONS(4686), - [anon_sym_as] = ACTIONS(4684), - [anon_sym_LBRACE] = ACTIONS(4686), - [anon_sym_RBRACE] = ACTIONS(4686), - [anon_sym_LPAREN] = ACTIONS(4686), - [anon_sym_COMMA] = ACTIONS(7049), - [anon_sym_LT] = ACTIONS(4684), - [anon_sym_GT] = ACTIONS(4684), - [anon_sym_where] = ACTIONS(4684), - [anon_sym_object] = ACTIONS(4684), - [anon_sym_fun] = ACTIONS(4684), - [anon_sym_DOT] = ACTIONS(4684), - [anon_sym_SEMI] = ACTIONS(4686), - [anon_sym_get] = ACTIONS(4684), - [anon_sym_set] = ACTIONS(4684), - [anon_sym_this] = ACTIONS(4684), - [anon_sym_super] = ACTIONS(4684), - [anon_sym_STAR] = ACTIONS(4686), - [sym_label] = ACTIONS(4684), - [anon_sym_in] = ACTIONS(4684), - [anon_sym_DOT_DOT] = ACTIONS(4686), - [anon_sym_QMARK_COLON] = ACTIONS(4686), - [anon_sym_AMP_AMP] = ACTIONS(4686), - [anon_sym_PIPE_PIPE] = ACTIONS(4686), - [anon_sym_null] = ACTIONS(4684), - [anon_sym_if] = ACTIONS(4684), - [anon_sym_else] = ACTIONS(4684), - [anon_sym_when] = ACTIONS(4684), - [anon_sym_try] = ACTIONS(4684), - [anon_sym_throw] = ACTIONS(4684), - [anon_sym_return] = ACTIONS(4684), - [anon_sym_continue] = ACTIONS(4684), - [anon_sym_break] = ACTIONS(4684), - [anon_sym_COLON_COLON] = ACTIONS(4686), - [anon_sym_BANG_EQ] = ACTIONS(4684), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4686), - [anon_sym_EQ_EQ] = ACTIONS(4684), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4686), - [anon_sym_LT_EQ] = ACTIONS(4686), - [anon_sym_GT_EQ] = ACTIONS(4686), - [anon_sym_BANGin] = ACTIONS(4686), - [anon_sym_is] = ACTIONS(4684), - [anon_sym_BANGis] = ACTIONS(4686), - [anon_sym_PLUS] = ACTIONS(4684), - [anon_sym_DASH] = ACTIONS(4684), - [anon_sym_SLASH] = ACTIONS(4684), - [anon_sym_PERCENT] = ACTIONS(4686), - [anon_sym_as_QMARK] = ACTIONS(4686), - [anon_sym_PLUS_PLUS] = ACTIONS(4686), - [anon_sym_DASH_DASH] = ACTIONS(4686), - [anon_sym_BANG] = ACTIONS(4684), - [anon_sym_BANG_BANG] = ACTIONS(4686), - [anon_sym_data] = ACTIONS(4684), - [anon_sym_inner] = ACTIONS(4684), - [anon_sym_expect] = ACTIONS(4684), - [anon_sym_actual] = ACTIONS(4684), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4686), - [anon_sym_continue_AT] = ACTIONS(4686), - [anon_sym_break_AT] = ACTIONS(4686), - [sym_real_literal] = ACTIONS(4686), - [sym_integer_literal] = ACTIONS(4684), - [sym_hex_literal] = ACTIONS(4686), - [sym_bin_literal] = ACTIONS(4686), - [anon_sym_true] = ACTIONS(4684), - [anon_sym_false] = ACTIONS(4684), - [anon_sym_SQUOTE] = ACTIONS(4686), - [sym__backtick_identifier] = ACTIONS(4686), - [sym__automatic_semicolon] = ACTIONS(4686), - [sym_safe_nav] = ACTIONS(4686), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4686), - }, - [3971] = { - [aux_sym__delegation_specifiers_repeat1] = STATE(3964), - [sym__alpha_identifier] = ACTIONS(4684), - [anon_sym_AT] = ACTIONS(4686), - [anon_sym_LBRACK] = ACTIONS(4686), - [anon_sym_RBRACK] = ACTIONS(4686), - [anon_sym_as] = ACTIONS(4684), - [anon_sym_LBRACE] = ACTIONS(4686), - [anon_sym_RBRACE] = ACTIONS(4686), - [anon_sym_LPAREN] = ACTIONS(4686), - [anon_sym_COMMA] = ACTIONS(4686), - [anon_sym_RPAREN] = ACTIONS(4686), - [anon_sym_LT] = ACTIONS(4684), - [anon_sym_GT] = ACTIONS(4684), - [anon_sym_where] = ACTIONS(4684), - [anon_sym_DOT] = ACTIONS(4684), - [anon_sym_SEMI] = ACTIONS(4686), - [anon_sym_get] = ACTIONS(4684), - [anon_sym_set] = ACTIONS(4684), - [anon_sym_STAR] = ACTIONS(4686), - [anon_sym_DASH_GT] = ACTIONS(4686), - [sym_label] = ACTIONS(4686), - [anon_sym_in] = ACTIONS(4684), - [anon_sym_while] = ACTIONS(4684), - [anon_sym_DOT_DOT] = ACTIONS(4686), - [anon_sym_QMARK_COLON] = ACTIONS(4686), - [anon_sym_AMP_AMP] = ACTIONS(4686), - [anon_sym_PIPE_PIPE] = ACTIONS(4686), - [anon_sym_else] = ACTIONS(4684), - [anon_sym_COLON_COLON] = ACTIONS(4686), - [anon_sym_BANG_EQ] = ACTIONS(4684), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4686), - [anon_sym_EQ_EQ] = ACTIONS(4684), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4686), - [anon_sym_LT_EQ] = ACTIONS(4686), - [anon_sym_GT_EQ] = ACTIONS(4686), - [anon_sym_BANGin] = ACTIONS(4686), - [anon_sym_is] = ACTIONS(4684), - [anon_sym_BANGis] = ACTIONS(4686), - [anon_sym_PLUS] = ACTIONS(4684), - [anon_sym_DASH] = ACTIONS(4684), - [anon_sym_SLASH] = ACTIONS(4684), - [anon_sym_PERCENT] = ACTIONS(4686), - [anon_sym_as_QMARK] = ACTIONS(4686), - [anon_sym_PLUS_PLUS] = ACTIONS(4686), - [anon_sym_DASH_DASH] = ACTIONS(4686), - [anon_sym_BANG_BANG] = ACTIONS(4686), - [anon_sym_suspend] = ACTIONS(4684), - [anon_sym_sealed] = ACTIONS(4684), - [anon_sym_annotation] = ACTIONS(4684), - [anon_sym_data] = ACTIONS(4684), - [anon_sym_inner] = ACTIONS(4684), - [anon_sym_override] = ACTIONS(4684), - [anon_sym_lateinit] = ACTIONS(4684), - [anon_sym_public] = ACTIONS(4684), - [anon_sym_private] = ACTIONS(4684), - [anon_sym_internal] = ACTIONS(4684), - [anon_sym_protected] = ACTIONS(4684), - [anon_sym_tailrec] = ACTIONS(4684), - [anon_sym_operator] = ACTIONS(4684), - [anon_sym_infix] = ACTIONS(4684), - [anon_sym_inline] = ACTIONS(4684), - [anon_sym_external] = ACTIONS(4684), - [sym_property_modifier] = ACTIONS(4684), - [anon_sym_abstract] = ACTIONS(4684), - [anon_sym_final] = ACTIONS(4684), - [anon_sym_open] = ACTIONS(4684), - [anon_sym_vararg] = ACTIONS(4684), - [anon_sym_noinline] = ACTIONS(4684), - [anon_sym_crossinline] = ACTIONS(4684), - [anon_sym_expect] = ACTIONS(4684), - [anon_sym_actual] = ACTIONS(4684), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4686), - [sym_safe_nav] = ACTIONS(4686), + [sym__automatic_semicolon] = ACTIONS(3042), + [sym_safe_nav] = ACTIONS(6718), [sym_multiline_comment] = ACTIONS(3), }, - [3972] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2308), - [sym__comparison_operator] = STATE(2309), - [sym__in_operator] = STATE(2310), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2311), - [sym__multiplicative_operator] = STATE(2312), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2313), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [3940] = { + [sym_indexing_suffix] = STATE(4986), + [sym_navigation_suffix] = STATE(5006), + [sym_call_suffix] = STATE(5077), + [sym_annotated_lambda] = STATE(4993), + [sym_type_arguments] = STATE(7551), + [sym_value_arguments] = STATE(4451), + [sym_lambda_literal] = STATE(4995), + [sym__equality_operator] = STATE(2227), + [sym__comparison_operator] = STATE(2245), + [sym__in_operator] = STATE(2361), + [sym__is_operator] = STATE(5776), + [sym__additive_operator] = STATE(2282), + [sym__multiplicative_operator] = STATE(1900), + [sym__as_operator] = STATE(5777), + [sym__postfix_unary_operator] = STATE(5000), + [sym__member_access_operator] = STATE(7402), + [sym_annotation] = STATE(7890), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2162), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7890), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_RBRACK] = ACTIONS(3001), - [anon_sym_as] = ACTIONS(6381), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(3001), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_COMMA] = ACTIONS(3001), - [anon_sym_RPAREN] = ACTIONS(3001), + [anon_sym_LBRACK] = ACTIONS(6702), + [anon_sym_as] = ACTIONS(6704), + [anon_sym_EQ] = ACTIONS(3036), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_RBRACE] = ACTIONS(3038), + [anon_sym_LPAREN] = ACTIONS(6706), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7031), - [anon_sym_where] = ACTIONS(2999), - [anon_sym_DOT] = ACTIONS(6387), - [anon_sym_SEMI] = ACTIONS(3001), + [anon_sym_GT] = ACTIONS(3036), + [anon_sym_DOT] = ACTIONS(6708), + [anon_sym_SEMI] = ACTIONS(3038), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7007), - [anon_sym_DASH_GT] = ACTIONS(3001), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7033), - [anon_sym_while] = ACTIONS(2999), - [anon_sym_DOT_DOT] = ACTIONS(7009), - [anon_sym_QMARK_COLON] = ACTIONS(7035), - [anon_sym_AMP_AMP] = ACTIONS(7037), - [anon_sym_PIPE_PIPE] = ACTIONS(7039), - [anon_sym_else] = ACTIONS(2999), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7041), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7043), - [anon_sym_EQ_EQ] = ACTIONS(7041), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7043), - [anon_sym_LT_EQ] = ACTIONS(7045), - [anon_sym_GT_EQ] = ACTIONS(7045), - [anon_sym_BANGin] = ACTIONS(7047), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7011), - [anon_sym_DASH] = ACTIONS(7011), - [anon_sym_SLASH] = ACTIONS(7013), - [anon_sym_PERCENT] = ACTIONS(7007), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(6920), + [sym_label] = ACTIONS(6712), + [anon_sym_in] = ACTIONS(6943), + [anon_sym_DOT_DOT] = ACTIONS(6945), + [anon_sym_QMARK_COLON] = ACTIONS(6947), + [anon_sym_AMP_AMP] = ACTIONS(3038), + [anon_sym_PIPE_PIPE] = ACTIONS(3038), + [anon_sym_else] = ACTIONS(3036), + [anon_sym_COLON_COLON] = ACTIONS(6718), + [anon_sym_PLUS_EQ] = ACTIONS(3038), + [anon_sym_DASH_EQ] = ACTIONS(3038), + [anon_sym_STAR_EQ] = ACTIONS(3038), + [anon_sym_SLASH_EQ] = ACTIONS(3038), + [anon_sym_PERCENT_EQ] = ACTIONS(3038), + [anon_sym_BANG_EQ] = ACTIONS(3036), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3038), + [anon_sym_EQ_EQ] = ACTIONS(3036), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3038), + [anon_sym_LT_EQ] = ACTIONS(3038), + [anon_sym_GT_EQ] = ACTIONS(3038), + [anon_sym_BANGin] = ACTIONS(6959), + [anon_sym_is] = ACTIONS(6744), + [anon_sym_BANGis] = ACTIONS(6746), + [anon_sym_PLUS] = ACTIONS(6922), + [anon_sym_DASH] = ACTIONS(6922), + [anon_sym_SLASH] = ACTIONS(6920), + [anon_sym_PERCENT] = ACTIONS(6920), + [anon_sym_as_QMARK] = ACTIONS(6722), + [anon_sym_PLUS_PLUS] = ACTIONS(6724), + [anon_sym_DASH_DASH] = ACTIONS(6724), + [anon_sym_BANG_BANG] = ACTIONS(6724), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym__automatic_semicolon] = ACTIONS(3038), + [sym_safe_nav] = ACTIONS(6718), [sym_multiline_comment] = ACTIONS(3), }, - [3973] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2308), - [sym__comparison_operator] = STATE(2309), - [sym__in_operator] = STATE(2310), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2311), - [sym__multiplicative_operator] = STATE(2312), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2313), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [3941] = { + [sym_indexing_suffix] = STATE(4986), + [sym_navigation_suffix] = STATE(5006), + [sym_call_suffix] = STATE(5077), + [sym_annotated_lambda] = STATE(4993), + [sym_type_arguments] = STATE(7551), + [sym_value_arguments] = STATE(4451), + [sym_lambda_literal] = STATE(4995), + [sym__equality_operator] = STATE(2227), + [sym__comparison_operator] = STATE(2245), + [sym__in_operator] = STATE(2361), + [sym__is_operator] = STATE(5776), + [sym__additive_operator] = STATE(2282), + [sym__multiplicative_operator] = STATE(1900), + [sym__as_operator] = STATE(5777), + [sym__postfix_unary_operator] = STATE(5000), + [sym__member_access_operator] = STATE(7402), + [sym_annotation] = STATE(7890), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2162), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7890), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_RBRACK] = ACTIONS(3017), - [anon_sym_as] = ACTIONS(6381), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(3017), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_COMMA] = ACTIONS(3017), - [anon_sym_RPAREN] = ACTIONS(3017), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7031), - [anon_sym_where] = ACTIONS(3015), - [anon_sym_DOT] = ACTIONS(6387), - [anon_sym_SEMI] = ACTIONS(3017), + [anon_sym_LBRACK] = ACTIONS(6702), + [anon_sym_as] = ACTIONS(6704), + [anon_sym_EQ] = ACTIONS(3029), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_RBRACE] = ACTIONS(3031), + [anon_sym_LPAREN] = ACTIONS(6706), + [anon_sym_LT] = ACTIONS(3033), + [anon_sym_GT] = ACTIONS(3029), + [anon_sym_DOT] = ACTIONS(6708), + [anon_sym_SEMI] = ACTIONS(3031), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7007), - [anon_sym_DASH_GT] = ACTIONS(3017), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7033), - [anon_sym_while] = ACTIONS(3015), - [anon_sym_DOT_DOT] = ACTIONS(7009), - [anon_sym_QMARK_COLON] = ACTIONS(7035), - [anon_sym_AMP_AMP] = ACTIONS(7037), - [anon_sym_PIPE_PIPE] = ACTIONS(7039), - [anon_sym_else] = ACTIONS(3015), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7041), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7043), - [anon_sym_EQ_EQ] = ACTIONS(7041), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7043), - [anon_sym_LT_EQ] = ACTIONS(7045), - [anon_sym_GT_EQ] = ACTIONS(7045), - [anon_sym_BANGin] = ACTIONS(7047), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7011), - [anon_sym_DASH] = ACTIONS(7011), - [anon_sym_SLASH] = ACTIONS(7013), - [anon_sym_PERCENT] = ACTIONS(7007), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(6920), + [sym_label] = ACTIONS(6712), + [anon_sym_in] = ACTIONS(3029), + [anon_sym_DOT_DOT] = ACTIONS(6945), + [anon_sym_QMARK_COLON] = ACTIONS(6947), + [anon_sym_AMP_AMP] = ACTIONS(3031), + [anon_sym_PIPE_PIPE] = ACTIONS(3031), + [anon_sym_else] = ACTIONS(3029), + [anon_sym_COLON_COLON] = ACTIONS(6718), + [anon_sym_PLUS_EQ] = ACTIONS(3031), + [anon_sym_DASH_EQ] = ACTIONS(3031), + [anon_sym_STAR_EQ] = ACTIONS(3031), + [anon_sym_SLASH_EQ] = ACTIONS(3031), + [anon_sym_PERCENT_EQ] = ACTIONS(3031), + [anon_sym_BANG_EQ] = ACTIONS(3029), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3031), + [anon_sym_EQ_EQ] = ACTIONS(3029), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3031), + [anon_sym_LT_EQ] = ACTIONS(3031), + [anon_sym_GT_EQ] = ACTIONS(3031), + [anon_sym_BANGin] = ACTIONS(3031), + [anon_sym_is] = ACTIONS(3029), + [anon_sym_BANGis] = ACTIONS(3031), + [anon_sym_PLUS] = ACTIONS(6922), + [anon_sym_DASH] = ACTIONS(6922), + [anon_sym_SLASH] = ACTIONS(6920), + [anon_sym_PERCENT] = ACTIONS(6920), + [anon_sym_as_QMARK] = ACTIONS(6722), + [anon_sym_PLUS_PLUS] = ACTIONS(6724), + [anon_sym_DASH_DASH] = ACTIONS(6724), + [anon_sym_BANG_BANG] = ACTIONS(6724), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym__automatic_semicolon] = ACTIONS(3031), + [sym_safe_nav] = ACTIONS(6718), [sym_multiline_comment] = ACTIONS(3), }, - [3974] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2308), - [sym__comparison_operator] = STATE(2309), - [sym__in_operator] = STATE(2310), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2311), - [sym__multiplicative_operator] = STATE(2312), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2313), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [3942] = { + [sym_indexing_suffix] = STATE(4986), + [sym_navigation_suffix] = STATE(5006), + [sym_call_suffix] = STATE(5077), + [sym_annotated_lambda] = STATE(4993), + [sym_type_arguments] = STATE(7551), + [sym_value_arguments] = STATE(4451), + [sym_lambda_literal] = STATE(4995), + [sym__equality_operator] = STATE(2227), + [sym__comparison_operator] = STATE(2245), + [sym__in_operator] = STATE(2361), + [sym__is_operator] = STATE(5776), + [sym__additive_operator] = STATE(2282), + [sym__multiplicative_operator] = STATE(1900), + [sym__as_operator] = STATE(5777), + [sym__postfix_unary_operator] = STATE(5000), + [sym__member_access_operator] = STATE(7402), + [sym_annotation] = STATE(7890), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2162), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7890), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_RBRACK] = ACTIONS(3021), - [anon_sym_as] = ACTIONS(6381), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(3021), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_COMMA] = ACTIONS(3021), - [anon_sym_RPAREN] = ACTIONS(3021), + [anon_sym_LBRACK] = ACTIONS(6702), + [anon_sym_as] = ACTIONS(6704), + [anon_sym_EQ] = ACTIONS(3082), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_RBRACE] = ACTIONS(3084), + [anon_sym_LPAREN] = ACTIONS(6706), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7031), - [anon_sym_where] = ACTIONS(3019), - [anon_sym_DOT] = ACTIONS(6387), - [anon_sym_SEMI] = ACTIONS(3021), + [anon_sym_GT] = ACTIONS(6941), + [anon_sym_DOT] = ACTIONS(6708), + [anon_sym_SEMI] = ACTIONS(3084), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7007), - [anon_sym_DASH_GT] = ACTIONS(3021), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7033), - [anon_sym_while] = ACTIONS(3019), - [anon_sym_DOT_DOT] = ACTIONS(7009), - [anon_sym_QMARK_COLON] = ACTIONS(7035), - [anon_sym_AMP_AMP] = ACTIONS(7037), - [anon_sym_PIPE_PIPE] = ACTIONS(7039), - [anon_sym_else] = ACTIONS(3019), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7041), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7043), - [anon_sym_EQ_EQ] = ACTIONS(7041), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7043), - [anon_sym_LT_EQ] = ACTIONS(7045), - [anon_sym_GT_EQ] = ACTIONS(7045), - [anon_sym_BANGin] = ACTIONS(7047), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7011), - [anon_sym_DASH] = ACTIONS(7011), - [anon_sym_SLASH] = ACTIONS(7013), - [anon_sym_PERCENT] = ACTIONS(7007), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(6920), + [sym_label] = ACTIONS(6712), + [anon_sym_in] = ACTIONS(6943), + [anon_sym_DOT_DOT] = ACTIONS(6945), + [anon_sym_QMARK_COLON] = ACTIONS(6947), + [anon_sym_AMP_AMP] = ACTIONS(6949), + [anon_sym_PIPE_PIPE] = ACTIONS(6951), + [anon_sym_else] = ACTIONS(3082), + [anon_sym_COLON_COLON] = ACTIONS(6718), + [anon_sym_PLUS_EQ] = ACTIONS(3084), + [anon_sym_DASH_EQ] = ACTIONS(3084), + [anon_sym_STAR_EQ] = ACTIONS(3084), + [anon_sym_SLASH_EQ] = ACTIONS(3084), + [anon_sym_PERCENT_EQ] = ACTIONS(3084), + [anon_sym_BANG_EQ] = ACTIONS(6953), + [anon_sym_BANG_EQ_EQ] = ACTIONS(6955), + [anon_sym_EQ_EQ] = ACTIONS(6953), + [anon_sym_EQ_EQ_EQ] = ACTIONS(6955), + [anon_sym_LT_EQ] = ACTIONS(6957), + [anon_sym_GT_EQ] = ACTIONS(6957), + [anon_sym_BANGin] = ACTIONS(6959), + [anon_sym_is] = ACTIONS(6744), + [anon_sym_BANGis] = ACTIONS(6746), + [anon_sym_PLUS] = ACTIONS(6922), + [anon_sym_DASH] = ACTIONS(6922), + [anon_sym_SLASH] = ACTIONS(6920), + [anon_sym_PERCENT] = ACTIONS(6920), + [anon_sym_as_QMARK] = ACTIONS(6722), + [anon_sym_PLUS_PLUS] = ACTIONS(6724), + [anon_sym_DASH_DASH] = ACTIONS(6724), + [anon_sym_BANG_BANG] = ACTIONS(6724), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym__automatic_semicolon] = ACTIONS(3084), + [sym_safe_nav] = ACTIONS(6718), [sym_multiline_comment] = ACTIONS(3), }, - [3975] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2308), - [sym__comparison_operator] = STATE(2309), - [sym__in_operator] = STATE(2310), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2311), - [sym__multiplicative_operator] = STATE(2312), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2313), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [3943] = { + [sym_indexing_suffix] = STATE(4986), + [sym_navigation_suffix] = STATE(5006), + [sym_call_suffix] = STATE(5077), + [sym_annotated_lambda] = STATE(4993), + [sym_type_arguments] = STATE(7551), + [sym_value_arguments] = STATE(4451), + [sym_lambda_literal] = STATE(4995), + [sym__equality_operator] = STATE(2227), + [sym__comparison_operator] = STATE(2245), + [sym__in_operator] = STATE(2361), + [sym__is_operator] = STATE(5776), + [sym__additive_operator] = STATE(2282), + [sym__multiplicative_operator] = STATE(1900), + [sym__as_operator] = STATE(5777), + [sym__postfix_unary_operator] = STATE(5000), + [sym__member_access_operator] = STATE(7402), + [sym_annotation] = STATE(7890), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2162), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7890), + [sym__alpha_identifier] = ACTIONS(3022), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(6702), + [anon_sym_as] = ACTIONS(6704), + [anon_sym_EQ] = ACTIONS(3022), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_RBRACE] = ACTIONS(3024), + [anon_sym_LPAREN] = ACTIONS(6706), + [anon_sym_LT] = ACTIONS(3026), + [anon_sym_GT] = ACTIONS(3022), + [anon_sym_DOT] = ACTIONS(6708), + [anon_sym_SEMI] = ACTIONS(3024), + [anon_sym_get] = ACTIONS(3022), + [anon_sym_set] = ACTIONS(3022), + [anon_sym_STAR] = ACTIONS(6920), + [sym_label] = ACTIONS(6712), + [anon_sym_in] = ACTIONS(3022), + [anon_sym_DOT_DOT] = ACTIONS(3024), + [anon_sym_QMARK_COLON] = ACTIONS(3024), + [anon_sym_AMP_AMP] = ACTIONS(3024), + [anon_sym_PIPE_PIPE] = ACTIONS(3024), + [anon_sym_else] = ACTIONS(3022), + [anon_sym_COLON_COLON] = ACTIONS(6718), + [anon_sym_PLUS_EQ] = ACTIONS(3024), + [anon_sym_DASH_EQ] = ACTIONS(3024), + [anon_sym_STAR_EQ] = ACTIONS(3024), + [anon_sym_SLASH_EQ] = ACTIONS(3024), + [anon_sym_PERCENT_EQ] = ACTIONS(3024), + [anon_sym_BANG_EQ] = ACTIONS(3022), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3024), + [anon_sym_EQ_EQ] = ACTIONS(3022), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3024), + [anon_sym_LT_EQ] = ACTIONS(3024), + [anon_sym_GT_EQ] = ACTIONS(3024), + [anon_sym_BANGin] = ACTIONS(3024), + [anon_sym_is] = ACTIONS(3022), + [anon_sym_BANGis] = ACTIONS(3024), + [anon_sym_PLUS] = ACTIONS(3022), + [anon_sym_DASH] = ACTIONS(3022), + [anon_sym_SLASH] = ACTIONS(6920), + [anon_sym_PERCENT] = ACTIONS(6920), + [anon_sym_as_QMARK] = ACTIONS(6722), + [anon_sym_PLUS_PLUS] = ACTIONS(6724), + [anon_sym_DASH_DASH] = ACTIONS(6724), + [anon_sym_BANG_BANG] = ACTIONS(6724), + [anon_sym_data] = ACTIONS(3022), + [anon_sym_inner] = ACTIONS(3022), + [anon_sym_expect] = ACTIONS(3022), + [anon_sym_actual] = ACTIONS(3022), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3024), + [sym__automatic_semicolon] = ACTIONS(3024), + [sym_safe_nav] = ACTIONS(6718), + [sym_multiline_comment] = ACTIONS(3), + }, + [3944] = { + [sym_indexing_suffix] = STATE(4986), + [sym_navigation_suffix] = STATE(5006), + [sym_call_suffix] = STATE(5077), + [sym_annotated_lambda] = STATE(4993), + [sym_type_arguments] = STATE(7551), + [sym_value_arguments] = STATE(4451), + [sym_lambda_literal] = STATE(4995), + [sym__equality_operator] = STATE(2227), + [sym__comparison_operator] = STATE(2245), + [sym__in_operator] = STATE(2361), + [sym__is_operator] = STATE(5776), + [sym__additive_operator] = STATE(2282), + [sym__multiplicative_operator] = STATE(1900), + [sym__as_operator] = STATE(5777), + [sym__postfix_unary_operator] = STATE(5000), + [sym__member_access_operator] = STATE(7402), + [sym_annotation] = STATE(7890), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2162), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7890), + [sym__alpha_identifier] = ACTIONS(3011), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(6702), + [anon_sym_as] = ACTIONS(6704), + [anon_sym_EQ] = ACTIONS(3011), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_RBRACE] = ACTIONS(3013), + [anon_sym_LPAREN] = ACTIONS(6706), + [anon_sym_LT] = ACTIONS(3015), + [anon_sym_GT] = ACTIONS(3011), + [anon_sym_DOT] = ACTIONS(6708), + [anon_sym_SEMI] = ACTIONS(3013), + [anon_sym_get] = ACTIONS(3011), + [anon_sym_set] = ACTIONS(3011), + [anon_sym_STAR] = ACTIONS(3011), + [sym_label] = ACTIONS(6712), + [anon_sym_in] = ACTIONS(3011), + [anon_sym_DOT_DOT] = ACTIONS(3013), + [anon_sym_QMARK_COLON] = ACTIONS(3013), + [anon_sym_AMP_AMP] = ACTIONS(3013), + [anon_sym_PIPE_PIPE] = ACTIONS(3013), + [anon_sym_else] = ACTIONS(3011), + [anon_sym_COLON_COLON] = ACTIONS(6718), + [anon_sym_PLUS_EQ] = ACTIONS(3013), + [anon_sym_DASH_EQ] = ACTIONS(3013), + [anon_sym_STAR_EQ] = ACTIONS(3013), + [anon_sym_SLASH_EQ] = ACTIONS(3013), + [anon_sym_PERCENT_EQ] = ACTIONS(3013), + [anon_sym_BANG_EQ] = ACTIONS(3011), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3013), + [anon_sym_EQ_EQ] = ACTIONS(3011), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3013), + [anon_sym_LT_EQ] = ACTIONS(3013), + [anon_sym_GT_EQ] = ACTIONS(3013), + [anon_sym_BANGin] = ACTIONS(3013), + [anon_sym_is] = ACTIONS(3011), + [anon_sym_BANGis] = ACTIONS(3013), + [anon_sym_PLUS] = ACTIONS(3011), + [anon_sym_DASH] = ACTIONS(3011), + [anon_sym_SLASH] = ACTIONS(3011), + [anon_sym_PERCENT] = ACTIONS(3011), + [anon_sym_as_QMARK] = ACTIONS(6722), + [anon_sym_PLUS_PLUS] = ACTIONS(6724), + [anon_sym_DASH_DASH] = ACTIONS(6724), + [anon_sym_BANG_BANG] = ACTIONS(6724), + [anon_sym_data] = ACTIONS(3011), + [anon_sym_inner] = ACTIONS(3011), + [anon_sym_expect] = ACTIONS(3011), + [anon_sym_actual] = ACTIONS(3011), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3013), + [sym__automatic_semicolon] = ACTIONS(3013), + [sym_safe_nav] = ACTIONS(6718), + [sym_multiline_comment] = ACTIONS(3), + }, + [3945] = { + [sym_type_constraints] = STATE(4101), + [sym_function_body] = STATE(3139), + [sym__block] = STATE(3464), + [sym__alpha_identifier] = ACTIONS(4031), + [anon_sym_AT] = ACTIONS(4033), + [anon_sym_COLON] = ACTIONS(6989), + [anon_sym_LBRACK] = ACTIONS(4033), + [anon_sym_as] = ACTIONS(4031), + [anon_sym_EQ] = ACTIONS(6967), + [anon_sym_LBRACE] = ACTIONS(6233), + [anon_sym_RBRACE] = ACTIONS(4033), + [anon_sym_LPAREN] = ACTIONS(4033), + [anon_sym_RPAREN] = ACTIONS(4033), + [anon_sym_LT] = ACTIONS(4031), + [anon_sym_GT] = ACTIONS(4031), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(4031), + [anon_sym_SEMI] = ACTIONS(4033), + [anon_sym_get] = ACTIONS(4031), + [anon_sym_set] = ACTIONS(4031), + [anon_sym_STAR] = ACTIONS(4033), + [sym_label] = ACTIONS(4033), + [anon_sym_in] = ACTIONS(4031), + [anon_sym_while] = ACTIONS(4031), + [anon_sym_DOT_DOT] = ACTIONS(4033), + [anon_sym_QMARK_COLON] = ACTIONS(4033), + [anon_sym_AMP_AMP] = ACTIONS(4033), + [anon_sym_PIPE_PIPE] = ACTIONS(4033), + [anon_sym_else] = ACTIONS(4031), + [anon_sym_COLON_COLON] = ACTIONS(4033), + [anon_sym_BANG_EQ] = ACTIONS(4031), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4033), + [anon_sym_EQ_EQ] = ACTIONS(4031), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4033), + [anon_sym_LT_EQ] = ACTIONS(4033), + [anon_sym_GT_EQ] = ACTIONS(4033), + [anon_sym_BANGin] = ACTIONS(4033), + [anon_sym_is] = ACTIONS(4031), + [anon_sym_BANGis] = ACTIONS(4033), + [anon_sym_PLUS] = ACTIONS(4031), + [anon_sym_DASH] = ACTIONS(4031), + [anon_sym_SLASH] = ACTIONS(4031), + [anon_sym_PERCENT] = ACTIONS(4033), + [anon_sym_as_QMARK] = ACTIONS(4033), + [anon_sym_PLUS_PLUS] = ACTIONS(4033), + [anon_sym_DASH_DASH] = ACTIONS(4033), + [anon_sym_BANG_BANG] = ACTIONS(4033), + [anon_sym_suspend] = ACTIONS(4031), + [anon_sym_sealed] = ACTIONS(4031), + [anon_sym_annotation] = ACTIONS(4031), + [anon_sym_data] = ACTIONS(4031), + [anon_sym_inner] = ACTIONS(4031), + [anon_sym_override] = ACTIONS(4031), + [anon_sym_lateinit] = ACTIONS(4031), + [anon_sym_public] = ACTIONS(4031), + [anon_sym_private] = ACTIONS(4031), + [anon_sym_internal] = ACTIONS(4031), + [anon_sym_protected] = ACTIONS(4031), + [anon_sym_tailrec] = ACTIONS(4031), + [anon_sym_operator] = ACTIONS(4031), + [anon_sym_infix] = ACTIONS(4031), + [anon_sym_inline] = ACTIONS(4031), + [anon_sym_external] = ACTIONS(4031), + [sym_property_modifier] = ACTIONS(4031), + [anon_sym_abstract] = ACTIONS(4031), + [anon_sym_final] = ACTIONS(4031), + [anon_sym_open] = ACTIONS(4031), + [anon_sym_vararg] = ACTIONS(4031), + [anon_sym_noinline] = ACTIONS(4031), + [anon_sym_crossinline] = ACTIONS(4031), + [anon_sym_expect] = ACTIONS(4031), + [anon_sym_actual] = ACTIONS(4031), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4033), + [sym_safe_nav] = ACTIONS(4033), + [sym_multiline_comment] = ACTIONS(3), + }, + [3946] = { + [sym_indexing_suffix] = STATE(4986), + [sym_navigation_suffix] = STATE(5006), + [sym_call_suffix] = STATE(5077), + [sym_annotated_lambda] = STATE(4993), + [sym_type_arguments] = STATE(7551), + [sym_value_arguments] = STATE(4451), + [sym_lambda_literal] = STATE(4995), + [sym__equality_operator] = STATE(2227), + [sym__comparison_operator] = STATE(2245), + [sym__in_operator] = STATE(2361), + [sym__is_operator] = STATE(5776), + [sym__additive_operator] = STATE(2282), + [sym__multiplicative_operator] = STATE(1900), + [sym__as_operator] = STATE(5777), + [sym__postfix_unary_operator] = STATE(5000), + [sym__member_access_operator] = STATE(7402), + [sym_annotation] = STATE(7890), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2162), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7890), + [sym__alpha_identifier] = ACTIONS(2992), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(6702), + [anon_sym_as] = ACTIONS(6704), + [anon_sym_EQ] = ACTIONS(2992), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_RBRACE] = ACTIONS(2994), + [anon_sym_LPAREN] = ACTIONS(6706), + [anon_sym_LT] = ACTIONS(2996), + [anon_sym_GT] = ACTIONS(2992), + [anon_sym_DOT] = ACTIONS(6708), + [anon_sym_SEMI] = ACTIONS(2994), + [anon_sym_get] = ACTIONS(2992), + [anon_sym_set] = ACTIONS(2992), + [anon_sym_STAR] = ACTIONS(6920), + [sym_label] = ACTIONS(6712), + [anon_sym_in] = ACTIONS(2992), + [anon_sym_DOT_DOT] = ACTIONS(6945), + [anon_sym_QMARK_COLON] = ACTIONS(2994), + [anon_sym_AMP_AMP] = ACTIONS(2994), + [anon_sym_PIPE_PIPE] = ACTIONS(2994), + [anon_sym_else] = ACTIONS(2992), + [anon_sym_COLON_COLON] = ACTIONS(6718), + [anon_sym_PLUS_EQ] = ACTIONS(2994), + [anon_sym_DASH_EQ] = ACTIONS(2994), + [anon_sym_STAR_EQ] = ACTIONS(2994), + [anon_sym_SLASH_EQ] = ACTIONS(2994), + [anon_sym_PERCENT_EQ] = ACTIONS(2994), + [anon_sym_BANG_EQ] = ACTIONS(2992), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2994), + [anon_sym_EQ_EQ] = ACTIONS(2992), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2994), + [anon_sym_LT_EQ] = ACTIONS(2994), + [anon_sym_GT_EQ] = ACTIONS(2994), + [anon_sym_BANGin] = ACTIONS(2994), + [anon_sym_is] = ACTIONS(2992), + [anon_sym_BANGis] = ACTIONS(2994), + [anon_sym_PLUS] = ACTIONS(6922), + [anon_sym_DASH] = ACTIONS(6922), + [anon_sym_SLASH] = ACTIONS(6920), + [anon_sym_PERCENT] = ACTIONS(6920), + [anon_sym_as_QMARK] = ACTIONS(6722), + [anon_sym_PLUS_PLUS] = ACTIONS(6724), + [anon_sym_DASH_DASH] = ACTIONS(6724), + [anon_sym_BANG_BANG] = ACTIONS(6724), + [anon_sym_data] = ACTIONS(2992), + [anon_sym_inner] = ACTIONS(2992), + [anon_sym_expect] = ACTIONS(2992), + [anon_sym_actual] = ACTIONS(2992), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(2994), + [sym__automatic_semicolon] = ACTIONS(2994), + [sym_safe_nav] = ACTIONS(6718), + [sym_multiline_comment] = ACTIONS(3), + }, + [3947] = { + [sym_indexing_suffix] = STATE(4986), + [sym_navigation_suffix] = STATE(5006), + [sym_call_suffix] = STATE(5077), + [sym_annotated_lambda] = STATE(4993), + [sym_type_arguments] = STATE(7551), + [sym_value_arguments] = STATE(4451), + [sym_lambda_literal] = STATE(4995), + [sym__equality_operator] = STATE(2227), + [sym__comparison_operator] = STATE(2245), + [sym__in_operator] = STATE(2361), + [sym__is_operator] = STATE(5776), + [sym__additive_operator] = STATE(2282), + [sym__multiplicative_operator] = STATE(1900), + [sym__as_operator] = STATE(5777), + [sym__postfix_unary_operator] = STATE(5000), + [sym__member_access_operator] = STATE(7402), + [sym_annotation] = STATE(7890), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2162), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7890), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_RBRACK] = ACTIONS(3059), - [anon_sym_as] = ACTIONS(6381), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(3059), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_COMMA] = ACTIONS(3059), - [anon_sym_RPAREN] = ACTIONS(3059), + [anon_sym_LBRACK] = ACTIONS(6702), + [anon_sym_as] = ACTIONS(6704), + [anon_sym_EQ] = ACTIONS(3007), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_RBRACE] = ACTIONS(3009), + [anon_sym_LPAREN] = ACTIONS(6706), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7031), - [anon_sym_where] = ACTIONS(3057), - [anon_sym_DOT] = ACTIONS(6387), - [anon_sym_SEMI] = ACTIONS(3059), + [anon_sym_GT] = ACTIONS(6941), + [anon_sym_DOT] = ACTIONS(6708), + [anon_sym_SEMI] = ACTIONS(3009), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7007), - [anon_sym_DASH_GT] = ACTIONS(3059), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7033), - [anon_sym_while] = ACTIONS(3057), - [anon_sym_DOT_DOT] = ACTIONS(7009), - [anon_sym_QMARK_COLON] = ACTIONS(7035), - [anon_sym_AMP_AMP] = ACTIONS(7037), - [anon_sym_PIPE_PIPE] = ACTIONS(7039), - [anon_sym_else] = ACTIONS(3057), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7041), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7043), - [anon_sym_EQ_EQ] = ACTIONS(7041), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7043), - [anon_sym_LT_EQ] = ACTIONS(7045), - [anon_sym_GT_EQ] = ACTIONS(7045), - [anon_sym_BANGin] = ACTIONS(7047), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7011), - [anon_sym_DASH] = ACTIONS(7011), - [anon_sym_SLASH] = ACTIONS(7013), - [anon_sym_PERCENT] = ACTIONS(7007), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(6920), + [sym_label] = ACTIONS(6712), + [anon_sym_in] = ACTIONS(6943), + [anon_sym_DOT_DOT] = ACTIONS(6945), + [anon_sym_QMARK_COLON] = ACTIONS(6947), + [anon_sym_AMP_AMP] = ACTIONS(6949), + [anon_sym_PIPE_PIPE] = ACTIONS(6951), + [anon_sym_else] = ACTIONS(3007), + [anon_sym_COLON_COLON] = ACTIONS(6718), + [anon_sym_PLUS_EQ] = ACTIONS(3009), + [anon_sym_DASH_EQ] = ACTIONS(3009), + [anon_sym_STAR_EQ] = ACTIONS(3009), + [anon_sym_SLASH_EQ] = ACTIONS(3009), + [anon_sym_PERCENT_EQ] = ACTIONS(3009), + [anon_sym_BANG_EQ] = ACTIONS(6953), + [anon_sym_BANG_EQ_EQ] = ACTIONS(6955), + [anon_sym_EQ_EQ] = ACTIONS(6953), + [anon_sym_EQ_EQ_EQ] = ACTIONS(6955), + [anon_sym_LT_EQ] = ACTIONS(6957), + [anon_sym_GT_EQ] = ACTIONS(6957), + [anon_sym_BANGin] = ACTIONS(6959), + [anon_sym_is] = ACTIONS(6744), + [anon_sym_BANGis] = ACTIONS(6746), + [anon_sym_PLUS] = ACTIONS(6922), + [anon_sym_DASH] = ACTIONS(6922), + [anon_sym_SLASH] = ACTIONS(6920), + [anon_sym_PERCENT] = ACTIONS(6920), + [anon_sym_as_QMARK] = ACTIONS(6722), + [anon_sym_PLUS_PLUS] = ACTIONS(6724), + [anon_sym_DASH_DASH] = ACTIONS(6724), + [anon_sym_BANG_BANG] = ACTIONS(6724), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), - [sym_multiline_comment] = ACTIONS(3), - }, - [3976] = { - [sym_type_constraints] = STATE(4111), - [sym_function_body] = STATE(3776), - [sym__block] = STATE(3725), - [sym__alpha_identifier] = ACTIONS(4073), - [anon_sym_AT] = ACTIONS(4075), - [anon_sym_COLON] = ACTIONS(7051), - [anon_sym_LBRACK] = ACTIONS(4075), - [anon_sym_as] = ACTIONS(4073), - [anon_sym_EQ] = ACTIONS(7017), - [anon_sym_LBRACE] = ACTIONS(6434), - [anon_sym_RBRACE] = ACTIONS(4075), - [anon_sym_LPAREN] = ACTIONS(4075), - [anon_sym_LT] = ACTIONS(4073), - [anon_sym_GT] = ACTIONS(4073), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(4073), - [anon_sym_SEMI] = ACTIONS(4075), - [anon_sym_get] = ACTIONS(4073), - [anon_sym_set] = ACTIONS(4073), - [anon_sym_STAR] = ACTIONS(4075), - [sym_label] = ACTIONS(4075), - [anon_sym_in] = ACTIONS(4073), - [anon_sym_DOT_DOT] = ACTIONS(4075), - [anon_sym_QMARK_COLON] = ACTIONS(4075), - [anon_sym_AMP_AMP] = ACTIONS(4075), - [anon_sym_PIPE_PIPE] = ACTIONS(4075), - [anon_sym_else] = ACTIONS(4073), - [anon_sym_COLON_COLON] = ACTIONS(4075), - [anon_sym_BANG_EQ] = ACTIONS(4073), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4075), - [anon_sym_EQ_EQ] = ACTIONS(4073), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4075), - [anon_sym_LT_EQ] = ACTIONS(4075), - [anon_sym_GT_EQ] = ACTIONS(4075), - [anon_sym_BANGin] = ACTIONS(4075), - [anon_sym_is] = ACTIONS(4073), - [anon_sym_BANGis] = ACTIONS(4075), - [anon_sym_PLUS] = ACTIONS(4073), - [anon_sym_DASH] = ACTIONS(4073), - [anon_sym_SLASH] = ACTIONS(4073), - [anon_sym_PERCENT] = ACTIONS(4075), - [anon_sym_as_QMARK] = ACTIONS(4075), - [anon_sym_PLUS_PLUS] = ACTIONS(4075), - [anon_sym_DASH_DASH] = ACTIONS(4075), - [anon_sym_BANG_BANG] = ACTIONS(4075), - [anon_sym_suspend] = ACTIONS(4073), - [anon_sym_sealed] = ACTIONS(4073), - [anon_sym_annotation] = ACTIONS(4073), - [anon_sym_data] = ACTIONS(4073), - [anon_sym_inner] = ACTIONS(4073), - [anon_sym_override] = ACTIONS(4073), - [anon_sym_lateinit] = ACTIONS(4073), - [anon_sym_public] = ACTIONS(4073), - [anon_sym_private] = ACTIONS(4073), - [anon_sym_internal] = ACTIONS(4073), - [anon_sym_protected] = ACTIONS(4073), - [anon_sym_tailrec] = ACTIONS(4073), - [anon_sym_operator] = ACTIONS(4073), - [anon_sym_infix] = ACTIONS(4073), - [anon_sym_inline] = ACTIONS(4073), - [anon_sym_external] = ACTIONS(4073), - [sym_property_modifier] = ACTIONS(4073), - [anon_sym_abstract] = ACTIONS(4073), - [anon_sym_final] = ACTIONS(4073), - [anon_sym_open] = ACTIONS(4073), - [anon_sym_vararg] = ACTIONS(4073), - [anon_sym_noinline] = ACTIONS(4073), - [anon_sym_crossinline] = ACTIONS(4073), - [anon_sym_expect] = ACTIONS(4073), - [anon_sym_actual] = ACTIONS(4073), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4075), - [sym__automatic_semicolon] = ACTIONS(4075), - [sym_safe_nav] = ACTIONS(4075), + [sym__automatic_semicolon] = ACTIONS(3009), + [sym_safe_nav] = ACTIONS(6718), [sym_multiline_comment] = ACTIONS(3), }, - [3977] = { - [sym__alpha_identifier] = ACTIONS(7053), - [anon_sym_AT] = ACTIONS(7055), - [anon_sym_LBRACK] = ACTIONS(7055), - [anon_sym_typealias] = ACTIONS(7053), - [anon_sym_class] = ACTIONS(7053), - [anon_sym_interface] = ACTIONS(7053), - [anon_sym_enum] = ACTIONS(7053), - [anon_sym_LBRACE] = ACTIONS(7055), - [anon_sym_LPAREN] = ACTIONS(7055), - [anon_sym_val] = ACTIONS(7053), - [anon_sym_var] = ACTIONS(7053), - [anon_sym_object] = ACTIONS(7053), - [anon_sym_fun] = ACTIONS(7053), - [anon_sym_get] = ACTIONS(7053), - [anon_sym_set] = ACTIONS(7053), - [anon_sym_this] = ACTIONS(7053), - [anon_sym_super] = ACTIONS(7053), - [anon_sym_STAR] = ACTIONS(7055), - [sym_label] = ACTIONS(7053), - [anon_sym_for] = ACTIONS(7053), - [anon_sym_while] = ACTIONS(7053), - [anon_sym_do] = ACTIONS(7053), - [anon_sym_null] = ACTIONS(7053), - [anon_sym_if] = ACTIONS(7053), - [anon_sym_when] = ACTIONS(7053), - [anon_sym_try] = ACTIONS(7053), - [anon_sym_throw] = ACTIONS(7053), - [anon_sym_return] = ACTIONS(7053), - [anon_sym_continue] = ACTIONS(7053), - [anon_sym_break] = ACTIONS(7053), - [anon_sym_COLON_COLON] = ACTIONS(7055), - [anon_sym_PLUS] = ACTIONS(7053), - [anon_sym_DASH] = ACTIONS(7053), - [anon_sym_PLUS_PLUS] = ACTIONS(7055), - [anon_sym_DASH_DASH] = ACTIONS(7055), - [anon_sym_BANG] = ACTIONS(7055), - [anon_sym_suspend] = ACTIONS(7053), - [anon_sym_sealed] = ACTIONS(7053), - [anon_sym_annotation] = ACTIONS(7053), - [anon_sym_data] = ACTIONS(7053), - [anon_sym_inner] = ACTIONS(7053), - [anon_sym_override] = ACTIONS(7053), - [anon_sym_lateinit] = ACTIONS(7053), - [anon_sym_public] = ACTIONS(7053), - [anon_sym_private] = ACTIONS(7053), - [anon_sym_internal] = ACTIONS(7053), - [anon_sym_protected] = ACTIONS(7053), - [anon_sym_tailrec] = ACTIONS(7053), - [anon_sym_operator] = ACTIONS(7053), - [anon_sym_infix] = ACTIONS(7053), - [anon_sym_inline] = ACTIONS(7053), - [anon_sym_external] = ACTIONS(7053), - [sym_property_modifier] = ACTIONS(7053), - [anon_sym_abstract] = ACTIONS(7053), - [anon_sym_final] = ACTIONS(7053), - [anon_sym_open] = ACTIONS(7053), - [anon_sym_vararg] = ACTIONS(7053), - [anon_sym_noinline] = ACTIONS(7053), - [anon_sym_crossinline] = ACTIONS(7053), - [anon_sym_expect] = ACTIONS(7053), - [anon_sym_actual] = ACTIONS(7053), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(7055), - [anon_sym_continue_AT] = ACTIONS(7055), - [anon_sym_break_AT] = ACTIONS(7055), - [sym_real_literal] = ACTIONS(7055), - [sym_integer_literal] = ACTIONS(7053), - [sym_hex_literal] = ACTIONS(7055), - [sym_bin_literal] = ACTIONS(7055), - [anon_sym_true] = ACTIONS(7053), - [anon_sym_false] = ACTIONS(7053), - [anon_sym_SQUOTE] = ACTIONS(7055), - [sym__backtick_identifier] = ACTIONS(7055), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(7055), - }, - [3978] = { - [sym_type_constraints] = STATE(4129), - [sym_function_body] = STATE(3815), - [sym__block] = STATE(3725), - [sym__alpha_identifier] = ACTIONS(4089), - [anon_sym_AT] = ACTIONS(4091), - [anon_sym_COLON] = ACTIONS(7057), - [anon_sym_LBRACK] = ACTIONS(4091), - [anon_sym_as] = ACTIONS(4089), - [anon_sym_EQ] = ACTIONS(7017), - [anon_sym_LBRACE] = ACTIONS(6434), - [anon_sym_RBRACE] = ACTIONS(4091), - [anon_sym_LPAREN] = ACTIONS(4091), - [anon_sym_LT] = ACTIONS(4089), - [anon_sym_GT] = ACTIONS(4089), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(4089), - [anon_sym_SEMI] = ACTIONS(4091), - [anon_sym_get] = ACTIONS(4089), - [anon_sym_set] = ACTIONS(4089), - [anon_sym_STAR] = ACTIONS(4091), - [sym_label] = ACTIONS(4091), - [anon_sym_in] = ACTIONS(4089), - [anon_sym_DOT_DOT] = ACTIONS(4091), - [anon_sym_QMARK_COLON] = ACTIONS(4091), - [anon_sym_AMP_AMP] = ACTIONS(4091), - [anon_sym_PIPE_PIPE] = ACTIONS(4091), - [anon_sym_else] = ACTIONS(4089), - [anon_sym_COLON_COLON] = ACTIONS(4091), - [anon_sym_BANG_EQ] = ACTIONS(4089), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4091), - [anon_sym_EQ_EQ] = ACTIONS(4089), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4091), - [anon_sym_LT_EQ] = ACTIONS(4091), - [anon_sym_GT_EQ] = ACTIONS(4091), - [anon_sym_BANGin] = ACTIONS(4091), - [anon_sym_is] = ACTIONS(4089), - [anon_sym_BANGis] = ACTIONS(4091), - [anon_sym_PLUS] = ACTIONS(4089), - [anon_sym_DASH] = ACTIONS(4089), - [anon_sym_SLASH] = ACTIONS(4089), - [anon_sym_PERCENT] = ACTIONS(4091), - [anon_sym_as_QMARK] = ACTIONS(4091), - [anon_sym_PLUS_PLUS] = ACTIONS(4091), - [anon_sym_DASH_DASH] = ACTIONS(4091), - [anon_sym_BANG_BANG] = ACTIONS(4091), - [anon_sym_suspend] = ACTIONS(4089), - [anon_sym_sealed] = ACTIONS(4089), - [anon_sym_annotation] = ACTIONS(4089), - [anon_sym_data] = ACTIONS(4089), - [anon_sym_inner] = ACTIONS(4089), - [anon_sym_override] = ACTIONS(4089), - [anon_sym_lateinit] = ACTIONS(4089), - [anon_sym_public] = ACTIONS(4089), - [anon_sym_private] = ACTIONS(4089), - [anon_sym_internal] = ACTIONS(4089), - [anon_sym_protected] = ACTIONS(4089), - [anon_sym_tailrec] = ACTIONS(4089), - [anon_sym_operator] = ACTIONS(4089), - [anon_sym_infix] = ACTIONS(4089), - [anon_sym_inline] = ACTIONS(4089), - [anon_sym_external] = ACTIONS(4089), - [sym_property_modifier] = ACTIONS(4089), - [anon_sym_abstract] = ACTIONS(4089), - [anon_sym_final] = ACTIONS(4089), - [anon_sym_open] = ACTIONS(4089), - [anon_sym_vararg] = ACTIONS(4089), - [anon_sym_noinline] = ACTIONS(4089), - [anon_sym_crossinline] = ACTIONS(4089), - [anon_sym_expect] = ACTIONS(4089), - [anon_sym_actual] = ACTIONS(4089), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4091), - [sym__automatic_semicolon] = ACTIONS(4091), - [sym_safe_nav] = ACTIONS(4091), + [3948] = { + [sym__alpha_identifier] = ACTIONS(4285), + [anon_sym_AT] = ACTIONS(4288), + [anon_sym_LBRACK] = ACTIONS(4288), + [anon_sym_as] = ACTIONS(4285), + [anon_sym_EQ] = ACTIONS(3943), + [anon_sym_LBRACE] = ACTIONS(4288), + [anon_sym_RBRACE] = ACTIONS(4288), + [anon_sym_LPAREN] = ACTIONS(5826), + [anon_sym_RPAREN] = ACTIONS(4288), + [anon_sym_LT] = ACTIONS(4285), + [anon_sym_GT] = ACTIONS(4285), + [anon_sym_DOT] = ACTIONS(4285), + [anon_sym_SEMI] = ACTIONS(4288), + [anon_sym_get] = ACTIONS(4285), + [anon_sym_set] = ACTIONS(4285), + [anon_sym_STAR] = ACTIONS(4285), + [sym_label] = ACTIONS(4288), + [anon_sym_in] = ACTIONS(4285), + [anon_sym_while] = ACTIONS(4285), + [anon_sym_DOT_DOT] = ACTIONS(4288), + [anon_sym_QMARK_COLON] = ACTIONS(4288), + [anon_sym_AMP_AMP] = ACTIONS(4288), + [anon_sym_PIPE_PIPE] = ACTIONS(4288), + [anon_sym_else] = ACTIONS(4285), + [anon_sym_COLON_COLON] = ACTIONS(4288), + [anon_sym_PLUS_EQ] = ACTIONS(3948), + [anon_sym_DASH_EQ] = ACTIONS(3948), + [anon_sym_STAR_EQ] = ACTIONS(3948), + [anon_sym_SLASH_EQ] = ACTIONS(3948), + [anon_sym_PERCENT_EQ] = ACTIONS(3948), + [anon_sym_BANG_EQ] = ACTIONS(4285), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4288), + [anon_sym_EQ_EQ] = ACTIONS(4285), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4288), + [anon_sym_LT_EQ] = ACTIONS(4288), + [anon_sym_GT_EQ] = ACTIONS(4288), + [anon_sym_BANGin] = ACTIONS(4288), + [anon_sym_is] = ACTIONS(4285), + [anon_sym_BANGis] = ACTIONS(4288), + [anon_sym_PLUS] = ACTIONS(4285), + [anon_sym_DASH] = ACTIONS(4285), + [anon_sym_SLASH] = ACTIONS(4285), + [anon_sym_PERCENT] = ACTIONS(4285), + [anon_sym_as_QMARK] = ACTIONS(4288), + [anon_sym_PLUS_PLUS] = ACTIONS(4288), + [anon_sym_DASH_DASH] = ACTIONS(4288), + [anon_sym_BANG_BANG] = ACTIONS(4288), + [anon_sym_suspend] = ACTIONS(4285), + [anon_sym_sealed] = ACTIONS(4285), + [anon_sym_annotation] = ACTIONS(4285), + [anon_sym_data] = ACTIONS(4285), + [anon_sym_inner] = ACTIONS(4285), + [anon_sym_override] = ACTIONS(4285), + [anon_sym_lateinit] = ACTIONS(4285), + [anon_sym_public] = ACTIONS(4285), + [anon_sym_private] = ACTIONS(4285), + [anon_sym_internal] = ACTIONS(4285), + [anon_sym_protected] = ACTIONS(4285), + [anon_sym_tailrec] = ACTIONS(4285), + [anon_sym_operator] = ACTIONS(4285), + [anon_sym_infix] = ACTIONS(4285), + [anon_sym_inline] = ACTIONS(4285), + [anon_sym_external] = ACTIONS(4285), + [sym_property_modifier] = ACTIONS(4285), + [anon_sym_abstract] = ACTIONS(4285), + [anon_sym_final] = ACTIONS(4285), + [anon_sym_open] = ACTIONS(4285), + [anon_sym_vararg] = ACTIONS(4285), + [anon_sym_noinline] = ACTIONS(4285), + [anon_sym_crossinline] = ACTIONS(4285), + [anon_sym_expect] = ACTIONS(4285), + [anon_sym_actual] = ACTIONS(4285), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4288), + [sym_safe_nav] = ACTIONS(4288), [sym_multiline_comment] = ACTIONS(3), }, - [3979] = { - [sym_function_body] = STATE(3152), - [sym__block] = STATE(3245), - [sym__alpha_identifier] = ACTIONS(4503), - [anon_sym_AT] = ACTIONS(4505), - [anon_sym_LBRACK] = ACTIONS(4505), - [anon_sym_as] = ACTIONS(4503), - [anon_sym_EQ] = ACTIONS(6682), - [anon_sym_LBRACE] = ACTIONS(6220), - [anon_sym_RBRACE] = ACTIONS(4505), - [anon_sym_LPAREN] = ACTIONS(4505), - [anon_sym_LT] = ACTIONS(4503), - [anon_sym_GT] = ACTIONS(4503), - [anon_sym_object] = ACTIONS(4503), - [anon_sym_fun] = ACTIONS(4503), - [anon_sym_DOT] = ACTIONS(4503), - [anon_sym_SEMI] = ACTIONS(4505), - [anon_sym_get] = ACTIONS(4503), - [anon_sym_set] = ACTIONS(4503), - [anon_sym_this] = ACTIONS(4503), - [anon_sym_super] = ACTIONS(4503), - [anon_sym_STAR] = ACTIONS(4505), - [sym_label] = ACTIONS(4503), - [anon_sym_in] = ACTIONS(4503), - [anon_sym_DOT_DOT] = ACTIONS(4505), - [anon_sym_QMARK_COLON] = ACTIONS(4505), - [anon_sym_AMP_AMP] = ACTIONS(4505), - [anon_sym_PIPE_PIPE] = ACTIONS(4505), - [anon_sym_null] = ACTIONS(4503), - [anon_sym_if] = ACTIONS(4503), - [anon_sym_else] = ACTIONS(4503), - [anon_sym_when] = ACTIONS(4503), - [anon_sym_try] = ACTIONS(4503), - [anon_sym_throw] = ACTIONS(4503), - [anon_sym_return] = ACTIONS(4503), - [anon_sym_continue] = ACTIONS(4503), - [anon_sym_break] = ACTIONS(4503), - [anon_sym_COLON_COLON] = ACTIONS(4505), - [anon_sym_BANG_EQ] = ACTIONS(4503), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4505), - [anon_sym_EQ_EQ] = ACTIONS(4503), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4505), - [anon_sym_LT_EQ] = ACTIONS(4505), - [anon_sym_GT_EQ] = ACTIONS(4505), - [anon_sym_BANGin] = ACTIONS(4505), - [anon_sym_is] = ACTIONS(4503), - [anon_sym_BANGis] = ACTIONS(4505), - [anon_sym_PLUS] = ACTIONS(4503), - [anon_sym_DASH] = ACTIONS(4503), - [anon_sym_SLASH] = ACTIONS(4503), - [anon_sym_PERCENT] = ACTIONS(4505), - [anon_sym_as_QMARK] = ACTIONS(4505), - [anon_sym_PLUS_PLUS] = ACTIONS(4505), - [anon_sym_DASH_DASH] = ACTIONS(4505), - [anon_sym_BANG] = ACTIONS(4503), - [anon_sym_BANG_BANG] = ACTIONS(4505), - [anon_sym_data] = ACTIONS(4503), - [anon_sym_inner] = ACTIONS(4503), - [anon_sym_expect] = ACTIONS(4503), - [anon_sym_actual] = ACTIONS(4503), + [3949] = { + [sym__alpha_identifier] = ACTIONS(4142), + [anon_sym_AT] = ACTIONS(4145), + [anon_sym_LBRACK] = ACTIONS(4145), + [anon_sym_as] = ACTIONS(4142), + [anon_sym_EQ] = ACTIONS(3943), + [anon_sym_LBRACE] = ACTIONS(4145), + [anon_sym_RBRACE] = ACTIONS(4145), + [anon_sym_LPAREN] = ACTIONS(5830), + [anon_sym_RPAREN] = ACTIONS(4145), + [anon_sym_LT] = ACTIONS(4142), + [anon_sym_GT] = ACTIONS(4142), + [anon_sym_DOT] = ACTIONS(4142), + [anon_sym_SEMI] = ACTIONS(4145), + [anon_sym_get] = ACTIONS(4142), + [anon_sym_set] = ACTIONS(4142), + [anon_sym_STAR] = ACTIONS(4142), + [sym_label] = ACTIONS(4145), + [anon_sym_in] = ACTIONS(4142), + [anon_sym_while] = ACTIONS(4142), + [anon_sym_DOT_DOT] = ACTIONS(4145), + [anon_sym_QMARK_COLON] = ACTIONS(4145), + [anon_sym_AMP_AMP] = ACTIONS(4145), + [anon_sym_PIPE_PIPE] = ACTIONS(4145), + [anon_sym_else] = ACTIONS(4142), + [anon_sym_COLON_COLON] = ACTIONS(4145), + [anon_sym_PLUS_EQ] = ACTIONS(3948), + [anon_sym_DASH_EQ] = ACTIONS(3948), + [anon_sym_STAR_EQ] = ACTIONS(3948), + [anon_sym_SLASH_EQ] = ACTIONS(3948), + [anon_sym_PERCENT_EQ] = ACTIONS(3948), + [anon_sym_BANG_EQ] = ACTIONS(4142), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4145), + [anon_sym_EQ_EQ] = ACTIONS(4142), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4145), + [anon_sym_LT_EQ] = ACTIONS(4145), + [anon_sym_GT_EQ] = ACTIONS(4145), + [anon_sym_BANGin] = ACTIONS(4145), + [anon_sym_is] = ACTIONS(4142), + [anon_sym_BANGis] = ACTIONS(4145), + [anon_sym_PLUS] = ACTIONS(4142), + [anon_sym_DASH] = ACTIONS(4142), + [anon_sym_SLASH] = ACTIONS(4142), + [anon_sym_PERCENT] = ACTIONS(4142), + [anon_sym_as_QMARK] = ACTIONS(4145), + [anon_sym_PLUS_PLUS] = ACTIONS(4145), + [anon_sym_DASH_DASH] = ACTIONS(4145), + [anon_sym_BANG_BANG] = ACTIONS(4145), + [anon_sym_suspend] = ACTIONS(4142), + [anon_sym_sealed] = ACTIONS(4142), + [anon_sym_annotation] = ACTIONS(4142), + [anon_sym_data] = ACTIONS(4142), + [anon_sym_inner] = ACTIONS(4142), + [anon_sym_override] = ACTIONS(4142), + [anon_sym_lateinit] = ACTIONS(4142), + [anon_sym_public] = ACTIONS(4142), + [anon_sym_private] = ACTIONS(4142), + [anon_sym_internal] = ACTIONS(4142), + [anon_sym_protected] = ACTIONS(4142), + [anon_sym_tailrec] = ACTIONS(4142), + [anon_sym_operator] = ACTIONS(4142), + [anon_sym_infix] = ACTIONS(4142), + [anon_sym_inline] = ACTIONS(4142), + [anon_sym_external] = ACTIONS(4142), + [sym_property_modifier] = ACTIONS(4142), + [anon_sym_abstract] = ACTIONS(4142), + [anon_sym_final] = ACTIONS(4142), + [anon_sym_open] = ACTIONS(4142), + [anon_sym_vararg] = ACTIONS(4142), + [anon_sym_noinline] = ACTIONS(4142), + [anon_sym_crossinline] = ACTIONS(4142), + [anon_sym_expect] = ACTIONS(4142), + [anon_sym_actual] = ACTIONS(4142), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4505), - [anon_sym_continue_AT] = ACTIONS(4505), - [anon_sym_break_AT] = ACTIONS(4505), - [sym_real_literal] = ACTIONS(4505), - [sym_integer_literal] = ACTIONS(4503), - [sym_hex_literal] = ACTIONS(4505), - [sym_bin_literal] = ACTIONS(4505), - [anon_sym_true] = ACTIONS(4503), - [anon_sym_false] = ACTIONS(4503), - [anon_sym_SQUOTE] = ACTIONS(4505), - [sym__backtick_identifier] = ACTIONS(4505), - [sym__automatic_semicolon] = ACTIONS(4505), - [sym_safe_nav] = ACTIONS(4505), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4505), - }, - [3980] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2308), - [sym__comparison_operator] = STATE(2309), - [sym__in_operator] = STATE(2310), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2311), - [sym__multiplicative_operator] = STATE(2312), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2313), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), - [sym__alpha_identifier] = ACTIONS(3076), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_RBRACK] = ACTIONS(3078), - [anon_sym_as] = ACTIONS(6381), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(3078), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_COMMA] = ACTIONS(3078), - [anon_sym_RPAREN] = ACTIONS(3078), - [anon_sym_LT] = ACTIONS(3080), - [anon_sym_GT] = ACTIONS(3076), - [anon_sym_where] = ACTIONS(3076), - [anon_sym_DOT] = ACTIONS(6387), - [anon_sym_SEMI] = ACTIONS(3078), - [anon_sym_get] = ACTIONS(3076), - [anon_sym_set] = ACTIONS(3076), - [anon_sym_STAR] = ACTIONS(7007), - [anon_sym_DASH_GT] = ACTIONS(3078), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(3076), - [anon_sym_while] = ACTIONS(3076), - [anon_sym_DOT_DOT] = ACTIONS(7009), - [anon_sym_QMARK_COLON] = ACTIONS(3078), - [anon_sym_AMP_AMP] = ACTIONS(3078), - [anon_sym_PIPE_PIPE] = ACTIONS(3078), - [anon_sym_else] = ACTIONS(3076), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(3076), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3078), - [anon_sym_EQ_EQ] = ACTIONS(3076), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3078), - [anon_sym_LT_EQ] = ACTIONS(3078), - [anon_sym_GT_EQ] = ACTIONS(3078), - [anon_sym_BANGin] = ACTIONS(3078), - [anon_sym_is] = ACTIONS(3076), - [anon_sym_BANGis] = ACTIONS(3078), - [anon_sym_PLUS] = ACTIONS(7011), - [anon_sym_DASH] = ACTIONS(7011), - [anon_sym_SLASH] = ACTIONS(7013), - [anon_sym_PERCENT] = ACTIONS(7007), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), - [anon_sym_data] = ACTIONS(3076), - [anon_sym_inner] = ACTIONS(3076), - [anon_sym_expect] = ACTIONS(3076), - [anon_sym_actual] = ACTIONS(3076), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3078), - [sym_safe_nav] = ACTIONS(6403), - [sym_multiline_comment] = ACTIONS(3), - }, - [3981] = { - [sym__alpha_identifier] = ACTIONS(5067), - [anon_sym_AT] = ACTIONS(5069), - [anon_sym_LBRACK] = ACTIONS(5069), - [anon_sym_as] = ACTIONS(5067), - [anon_sym_EQ] = ACTIONS(5067), - [anon_sym_LBRACE] = ACTIONS(5069), - [anon_sym_RBRACE] = ACTIONS(5069), - [anon_sym_LPAREN] = ACTIONS(5069), - [anon_sym_LT] = ACTIONS(5067), - [anon_sym_GT] = ACTIONS(5067), - [anon_sym_DOT] = ACTIONS(5067), - [anon_sym_SEMI] = ACTIONS(5069), - [anon_sym_get] = ACTIONS(5067), - [anon_sym_set] = ACTIONS(5067), - [anon_sym_STAR] = ACTIONS(5067), - [sym_label] = ACTIONS(5069), - [anon_sym_in] = ACTIONS(5067), - [anon_sym_DOT_DOT] = ACTIONS(5069), - [anon_sym_QMARK_COLON] = ACTIONS(5069), - [anon_sym_AMP_AMP] = ACTIONS(5069), - [anon_sym_PIPE_PIPE] = ACTIONS(5069), - [anon_sym_else] = ACTIONS(7059), - [anon_sym_COLON_COLON] = ACTIONS(5069), - [anon_sym_PLUS_EQ] = ACTIONS(5069), - [anon_sym_DASH_EQ] = ACTIONS(5069), - [anon_sym_STAR_EQ] = ACTIONS(5069), - [anon_sym_SLASH_EQ] = ACTIONS(5069), - [anon_sym_PERCENT_EQ] = ACTIONS(5069), - [anon_sym_BANG_EQ] = ACTIONS(5067), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5069), - [anon_sym_EQ_EQ] = ACTIONS(5067), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5069), - [anon_sym_LT_EQ] = ACTIONS(5069), - [anon_sym_GT_EQ] = ACTIONS(5069), - [anon_sym_BANGin] = ACTIONS(5069), - [anon_sym_is] = ACTIONS(5067), - [anon_sym_BANGis] = ACTIONS(5069), - [anon_sym_PLUS] = ACTIONS(5067), - [anon_sym_DASH] = ACTIONS(5067), - [anon_sym_SLASH] = ACTIONS(5067), - [anon_sym_PERCENT] = ACTIONS(5067), - [anon_sym_as_QMARK] = ACTIONS(5069), - [anon_sym_PLUS_PLUS] = ACTIONS(5069), - [anon_sym_DASH_DASH] = ACTIONS(5069), - [anon_sym_BANG_BANG] = ACTIONS(5069), - [anon_sym_suspend] = ACTIONS(5067), - [anon_sym_sealed] = ACTIONS(5067), - [anon_sym_annotation] = ACTIONS(5067), - [anon_sym_data] = ACTIONS(5067), - [anon_sym_inner] = ACTIONS(5067), - [anon_sym_override] = ACTIONS(5067), - [anon_sym_lateinit] = ACTIONS(5067), - [anon_sym_public] = ACTIONS(5067), - [anon_sym_private] = ACTIONS(5067), - [anon_sym_internal] = ACTIONS(5067), - [anon_sym_protected] = ACTIONS(5067), - [anon_sym_tailrec] = ACTIONS(5067), - [anon_sym_operator] = ACTIONS(5067), - [anon_sym_infix] = ACTIONS(5067), - [anon_sym_inline] = ACTIONS(5067), - [anon_sym_external] = ACTIONS(5067), - [sym_property_modifier] = ACTIONS(5067), - [anon_sym_abstract] = ACTIONS(5067), - [anon_sym_final] = ACTIONS(5067), - [anon_sym_open] = ACTIONS(5067), - [anon_sym_vararg] = ACTIONS(5067), - [anon_sym_noinline] = ACTIONS(5067), - [anon_sym_crossinline] = ACTIONS(5067), - [anon_sym_expect] = ACTIONS(5067), - [anon_sym_actual] = ACTIONS(5067), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5069), - [sym__automatic_semicolon] = ACTIONS(5069), - [sym_safe_nav] = ACTIONS(5069), - [sym_multiline_comment] = ACTIONS(3), - }, - [3982] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2308), - [sym__comparison_operator] = STATE(2309), - [sym__in_operator] = STATE(2310), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2311), - [sym__multiplicative_operator] = STATE(2312), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2313), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), - [sym__alpha_identifier] = ACTIONS(3065), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_RBRACK] = ACTIONS(3067), - [anon_sym_as] = ACTIONS(6381), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(3067), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_COMMA] = ACTIONS(3067), - [anon_sym_RPAREN] = ACTIONS(3067), - [anon_sym_LT] = ACTIONS(3069), - [anon_sym_GT] = ACTIONS(3065), - [anon_sym_where] = ACTIONS(3065), - [anon_sym_DOT] = ACTIONS(6387), - [anon_sym_SEMI] = ACTIONS(3067), - [anon_sym_get] = ACTIONS(3065), - [anon_sym_set] = ACTIONS(3065), - [anon_sym_STAR] = ACTIONS(3067), - [anon_sym_DASH_GT] = ACTIONS(3067), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(3065), - [anon_sym_while] = ACTIONS(3065), - [anon_sym_DOT_DOT] = ACTIONS(3067), - [anon_sym_QMARK_COLON] = ACTIONS(3067), - [anon_sym_AMP_AMP] = ACTIONS(3067), - [anon_sym_PIPE_PIPE] = ACTIONS(3067), - [anon_sym_else] = ACTIONS(3065), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(3065), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3067), - [anon_sym_EQ_EQ] = ACTIONS(3065), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3067), - [anon_sym_LT_EQ] = ACTIONS(3067), - [anon_sym_GT_EQ] = ACTIONS(3067), - [anon_sym_BANGin] = ACTIONS(3067), - [anon_sym_is] = ACTIONS(3065), - [anon_sym_BANGis] = ACTIONS(3067), - [anon_sym_PLUS] = ACTIONS(3065), - [anon_sym_DASH] = ACTIONS(3065), - [anon_sym_SLASH] = ACTIONS(3065), - [anon_sym_PERCENT] = ACTIONS(3067), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), - [anon_sym_data] = ACTIONS(3065), - [anon_sym_inner] = ACTIONS(3065), - [anon_sym_expect] = ACTIONS(3065), - [anon_sym_actual] = ACTIONS(3065), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3067), - [sym_safe_nav] = ACTIONS(6403), - [sym_multiline_comment] = ACTIONS(3), - }, - [3983] = { - [sym__alpha_identifier] = ACTIONS(5067), - [anon_sym_AT] = ACTIONS(5069), - [anon_sym_LBRACK] = ACTIONS(5069), - [anon_sym_as] = ACTIONS(5067), - [anon_sym_EQ] = ACTIONS(5067), - [anon_sym_LBRACE] = ACTIONS(5069), - [anon_sym_RBRACE] = ACTIONS(5069), - [anon_sym_LPAREN] = ACTIONS(5069), - [anon_sym_LT] = ACTIONS(5067), - [anon_sym_GT] = ACTIONS(5067), - [anon_sym_DOT] = ACTIONS(5067), - [anon_sym_SEMI] = ACTIONS(7061), - [anon_sym_get] = ACTIONS(5067), - [anon_sym_set] = ACTIONS(5067), - [anon_sym_STAR] = ACTIONS(5067), - [sym_label] = ACTIONS(5069), - [anon_sym_in] = ACTIONS(5067), - [anon_sym_DOT_DOT] = ACTIONS(5069), - [anon_sym_QMARK_COLON] = ACTIONS(5069), - [anon_sym_AMP_AMP] = ACTIONS(5069), - [anon_sym_PIPE_PIPE] = ACTIONS(5069), - [anon_sym_else] = ACTIONS(7059), - [anon_sym_COLON_COLON] = ACTIONS(5069), - [anon_sym_PLUS_EQ] = ACTIONS(5069), - [anon_sym_DASH_EQ] = ACTIONS(5069), - [anon_sym_STAR_EQ] = ACTIONS(5069), - [anon_sym_SLASH_EQ] = ACTIONS(5069), - [anon_sym_PERCENT_EQ] = ACTIONS(5069), - [anon_sym_BANG_EQ] = ACTIONS(5067), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5069), - [anon_sym_EQ_EQ] = ACTIONS(5067), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5069), - [anon_sym_LT_EQ] = ACTIONS(5069), - [anon_sym_GT_EQ] = ACTIONS(5069), - [anon_sym_BANGin] = ACTIONS(5069), - [anon_sym_is] = ACTIONS(5067), - [anon_sym_BANGis] = ACTIONS(5069), - [anon_sym_PLUS] = ACTIONS(5067), - [anon_sym_DASH] = ACTIONS(5067), - [anon_sym_SLASH] = ACTIONS(5067), - [anon_sym_PERCENT] = ACTIONS(5067), - [anon_sym_as_QMARK] = ACTIONS(5069), - [anon_sym_PLUS_PLUS] = ACTIONS(5069), - [anon_sym_DASH_DASH] = ACTIONS(5069), - [anon_sym_BANG_BANG] = ACTIONS(5069), - [anon_sym_suspend] = ACTIONS(5067), - [anon_sym_sealed] = ACTIONS(5067), - [anon_sym_annotation] = ACTIONS(5067), - [anon_sym_data] = ACTIONS(5067), - [anon_sym_inner] = ACTIONS(5067), - [anon_sym_override] = ACTIONS(5067), - [anon_sym_lateinit] = ACTIONS(5067), - [anon_sym_public] = ACTIONS(5067), - [anon_sym_private] = ACTIONS(5067), - [anon_sym_internal] = ACTIONS(5067), - [anon_sym_protected] = ACTIONS(5067), - [anon_sym_tailrec] = ACTIONS(5067), - [anon_sym_operator] = ACTIONS(5067), - [anon_sym_infix] = ACTIONS(5067), - [anon_sym_inline] = ACTIONS(5067), - [anon_sym_external] = ACTIONS(5067), - [sym_property_modifier] = ACTIONS(5067), - [anon_sym_abstract] = ACTIONS(5067), - [anon_sym_final] = ACTIONS(5067), - [anon_sym_open] = ACTIONS(5067), - [anon_sym_vararg] = ACTIONS(5067), - [anon_sym_noinline] = ACTIONS(5067), - [anon_sym_crossinline] = ACTIONS(5067), - [anon_sym_expect] = ACTIONS(5067), - [anon_sym_actual] = ACTIONS(5067), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5069), - [sym__automatic_semicolon] = ACTIONS(5069), - [sym_safe_nav] = ACTIONS(5069), + [sym__backtick_identifier] = ACTIONS(4145), + [sym_safe_nav] = ACTIONS(4145), [sym_multiline_comment] = ACTIONS(3), }, - [3984] = { - [sym_function_body] = STATE(3838), - [sym__block] = STATE(3725), - [sym__alpha_identifier] = ACTIONS(4191), - [anon_sym_AT] = ACTIONS(4193), - [anon_sym_COLON] = ACTIONS(7063), - [anon_sym_LBRACK] = ACTIONS(4193), - [anon_sym_as] = ACTIONS(4191), - [anon_sym_EQ] = ACTIONS(6934), - [anon_sym_LBRACE] = ACTIONS(6434), - [anon_sym_RBRACE] = ACTIONS(4193), - [anon_sym_LPAREN] = ACTIONS(4193), - [anon_sym_COMMA] = ACTIONS(4193), - [anon_sym_LT] = ACTIONS(4191), - [anon_sym_GT] = ACTIONS(4191), - [anon_sym_where] = ACTIONS(4191), - [anon_sym_DOT] = ACTIONS(4191), - [anon_sym_SEMI] = ACTIONS(4193), - [anon_sym_get] = ACTIONS(4191), - [anon_sym_set] = ACTIONS(4191), - [anon_sym_STAR] = ACTIONS(4193), - [sym_label] = ACTIONS(4193), - [anon_sym_in] = ACTIONS(4191), - [anon_sym_DOT_DOT] = ACTIONS(4193), - [anon_sym_QMARK_COLON] = ACTIONS(4193), - [anon_sym_AMP_AMP] = ACTIONS(4193), - [anon_sym_PIPE_PIPE] = ACTIONS(4193), - [anon_sym_else] = ACTIONS(4191), - [anon_sym_COLON_COLON] = ACTIONS(4193), - [anon_sym_BANG_EQ] = ACTIONS(4191), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4193), - [anon_sym_EQ_EQ] = ACTIONS(4191), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4193), - [anon_sym_LT_EQ] = ACTIONS(4193), - [anon_sym_GT_EQ] = ACTIONS(4193), - [anon_sym_BANGin] = ACTIONS(4193), - [anon_sym_is] = ACTIONS(4191), - [anon_sym_BANGis] = ACTIONS(4193), - [anon_sym_PLUS] = ACTIONS(4191), - [anon_sym_DASH] = ACTIONS(4191), - [anon_sym_SLASH] = ACTIONS(4191), - [anon_sym_PERCENT] = ACTIONS(4193), - [anon_sym_as_QMARK] = ACTIONS(4193), - [anon_sym_PLUS_PLUS] = ACTIONS(4193), - [anon_sym_DASH_DASH] = ACTIONS(4193), - [anon_sym_BANG_BANG] = ACTIONS(4193), - [anon_sym_suspend] = ACTIONS(4191), - [anon_sym_sealed] = ACTIONS(4191), - [anon_sym_annotation] = ACTIONS(4191), - [anon_sym_data] = ACTIONS(4191), - [anon_sym_inner] = ACTIONS(4191), - [anon_sym_override] = ACTIONS(4191), - [anon_sym_lateinit] = ACTIONS(4191), - [anon_sym_public] = ACTIONS(4191), - [anon_sym_private] = ACTIONS(4191), - [anon_sym_internal] = ACTIONS(4191), - [anon_sym_protected] = ACTIONS(4191), - [anon_sym_tailrec] = ACTIONS(4191), - [anon_sym_operator] = ACTIONS(4191), - [anon_sym_infix] = ACTIONS(4191), - [anon_sym_inline] = ACTIONS(4191), - [anon_sym_external] = ACTIONS(4191), - [sym_property_modifier] = ACTIONS(4191), - [anon_sym_abstract] = ACTIONS(4191), - [anon_sym_final] = ACTIONS(4191), - [anon_sym_open] = ACTIONS(4191), - [anon_sym_vararg] = ACTIONS(4191), - [anon_sym_noinline] = ACTIONS(4191), - [anon_sym_crossinline] = ACTIONS(4191), - [anon_sym_expect] = ACTIONS(4191), - [anon_sym_actual] = ACTIONS(4191), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4193), - [sym__automatic_semicolon] = ACTIONS(4193), - [sym_safe_nav] = ACTIONS(4193), + [3950] = { + [sym__alpha_identifier] = ACTIONS(4792), + [anon_sym_AT] = ACTIONS(4794), + [anon_sym_LBRACK] = ACTIONS(4794), + [anon_sym_as] = ACTIONS(4792), + [anon_sym_EQ] = ACTIONS(4792), + [anon_sym_LBRACE] = ACTIONS(4794), + [anon_sym_RBRACE] = ACTIONS(4794), + [anon_sym_LPAREN] = ACTIONS(4794), + [anon_sym_RPAREN] = ACTIONS(4794), + [anon_sym_LT] = ACTIONS(4792), + [anon_sym_GT] = ACTIONS(4792), + [anon_sym_DOT] = ACTIONS(4792), + [anon_sym_SEMI] = ACTIONS(4794), + [anon_sym_get] = ACTIONS(4792), + [anon_sym_set] = ACTIONS(4792), + [anon_sym_STAR] = ACTIONS(4792), + [sym_label] = ACTIONS(4794), + [anon_sym_in] = ACTIONS(4792), + [anon_sym_while] = ACTIONS(4792), + [anon_sym_DOT_DOT] = ACTIONS(4794), + [anon_sym_QMARK_COLON] = ACTIONS(4794), + [anon_sym_AMP_AMP] = ACTIONS(4794), + [anon_sym_PIPE_PIPE] = ACTIONS(4794), + [anon_sym_else] = ACTIONS(6991), + [anon_sym_COLON_COLON] = ACTIONS(4794), + [anon_sym_PLUS_EQ] = ACTIONS(4794), + [anon_sym_DASH_EQ] = ACTIONS(4794), + [anon_sym_STAR_EQ] = ACTIONS(4794), + [anon_sym_SLASH_EQ] = ACTIONS(4794), + [anon_sym_PERCENT_EQ] = ACTIONS(4794), + [anon_sym_BANG_EQ] = ACTIONS(4792), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4794), + [anon_sym_EQ_EQ] = ACTIONS(4792), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4794), + [anon_sym_LT_EQ] = ACTIONS(4794), + [anon_sym_GT_EQ] = ACTIONS(4794), + [anon_sym_BANGin] = ACTIONS(4794), + [anon_sym_is] = ACTIONS(4792), + [anon_sym_BANGis] = ACTIONS(4794), + [anon_sym_PLUS] = ACTIONS(4792), + [anon_sym_DASH] = ACTIONS(4792), + [anon_sym_SLASH] = ACTIONS(4792), + [anon_sym_PERCENT] = ACTIONS(4792), + [anon_sym_as_QMARK] = ACTIONS(4794), + [anon_sym_PLUS_PLUS] = ACTIONS(4794), + [anon_sym_DASH_DASH] = ACTIONS(4794), + [anon_sym_BANG_BANG] = ACTIONS(4794), + [anon_sym_suspend] = ACTIONS(4792), + [anon_sym_sealed] = ACTIONS(4792), + [anon_sym_annotation] = ACTIONS(4792), + [anon_sym_data] = ACTIONS(4792), + [anon_sym_inner] = ACTIONS(4792), + [anon_sym_override] = ACTIONS(4792), + [anon_sym_lateinit] = ACTIONS(4792), + [anon_sym_public] = ACTIONS(4792), + [anon_sym_private] = ACTIONS(4792), + [anon_sym_internal] = ACTIONS(4792), + [anon_sym_protected] = ACTIONS(4792), + [anon_sym_tailrec] = ACTIONS(4792), + [anon_sym_operator] = ACTIONS(4792), + [anon_sym_infix] = ACTIONS(4792), + [anon_sym_inline] = ACTIONS(4792), + [anon_sym_external] = ACTIONS(4792), + [sym_property_modifier] = ACTIONS(4792), + [anon_sym_abstract] = ACTIONS(4792), + [anon_sym_final] = ACTIONS(4792), + [anon_sym_open] = ACTIONS(4792), + [anon_sym_vararg] = ACTIONS(4792), + [anon_sym_noinline] = ACTIONS(4792), + [anon_sym_crossinline] = ACTIONS(4792), + [anon_sym_expect] = ACTIONS(4792), + [anon_sym_actual] = ACTIONS(4792), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4794), + [sym_safe_nav] = ACTIONS(4794), [sym_multiline_comment] = ACTIONS(3), }, - [3985] = { - [sym_type_constraints] = STATE(4152), - [sym_function_body] = STATE(3792), - [sym__block] = STATE(3725), - [sym__alpha_identifier] = ACTIONS(4101), - [anon_sym_AT] = ACTIONS(4103), - [anon_sym_COLON] = ACTIONS(7065), - [anon_sym_LBRACK] = ACTIONS(4103), - [anon_sym_as] = ACTIONS(4101), - [anon_sym_EQ] = ACTIONS(7017), - [anon_sym_LBRACE] = ACTIONS(6434), - [anon_sym_RBRACE] = ACTIONS(4103), - [anon_sym_LPAREN] = ACTIONS(4103), - [anon_sym_LT] = ACTIONS(4101), - [anon_sym_GT] = ACTIONS(4101), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(4101), - [anon_sym_SEMI] = ACTIONS(4103), - [anon_sym_get] = ACTIONS(4101), - [anon_sym_set] = ACTIONS(4101), - [anon_sym_STAR] = ACTIONS(4103), - [sym_label] = ACTIONS(4103), - [anon_sym_in] = ACTIONS(4101), - [anon_sym_DOT_DOT] = ACTIONS(4103), - [anon_sym_QMARK_COLON] = ACTIONS(4103), - [anon_sym_AMP_AMP] = ACTIONS(4103), - [anon_sym_PIPE_PIPE] = ACTIONS(4103), - [anon_sym_else] = ACTIONS(4101), - [anon_sym_COLON_COLON] = ACTIONS(4103), - [anon_sym_BANG_EQ] = ACTIONS(4101), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4103), - [anon_sym_EQ_EQ] = ACTIONS(4101), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4103), - [anon_sym_LT_EQ] = ACTIONS(4103), - [anon_sym_GT_EQ] = ACTIONS(4103), - [anon_sym_BANGin] = ACTIONS(4103), - [anon_sym_is] = ACTIONS(4101), - [anon_sym_BANGis] = ACTIONS(4103), - [anon_sym_PLUS] = ACTIONS(4101), - [anon_sym_DASH] = ACTIONS(4101), - [anon_sym_SLASH] = ACTIONS(4101), - [anon_sym_PERCENT] = ACTIONS(4103), - [anon_sym_as_QMARK] = ACTIONS(4103), - [anon_sym_PLUS_PLUS] = ACTIONS(4103), - [anon_sym_DASH_DASH] = ACTIONS(4103), - [anon_sym_BANG_BANG] = ACTIONS(4103), - [anon_sym_suspend] = ACTIONS(4101), - [anon_sym_sealed] = ACTIONS(4101), - [anon_sym_annotation] = ACTIONS(4101), - [anon_sym_data] = ACTIONS(4101), - [anon_sym_inner] = ACTIONS(4101), - [anon_sym_override] = ACTIONS(4101), - [anon_sym_lateinit] = ACTIONS(4101), - [anon_sym_public] = ACTIONS(4101), - [anon_sym_private] = ACTIONS(4101), - [anon_sym_internal] = ACTIONS(4101), - [anon_sym_protected] = ACTIONS(4101), - [anon_sym_tailrec] = ACTIONS(4101), - [anon_sym_operator] = ACTIONS(4101), - [anon_sym_infix] = ACTIONS(4101), - [anon_sym_inline] = ACTIONS(4101), - [anon_sym_external] = ACTIONS(4101), - [sym_property_modifier] = ACTIONS(4101), - [anon_sym_abstract] = ACTIONS(4101), - [anon_sym_final] = ACTIONS(4101), - [anon_sym_open] = ACTIONS(4101), - [anon_sym_vararg] = ACTIONS(4101), - [anon_sym_noinline] = ACTIONS(4101), - [anon_sym_crossinline] = ACTIONS(4101), - [anon_sym_expect] = ACTIONS(4101), - [anon_sym_actual] = ACTIONS(4101), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4103), - [sym__automatic_semicolon] = ACTIONS(4103), - [sym_safe_nav] = ACTIONS(4103), + [3951] = { + [sym__alpha_identifier] = ACTIONS(4792), + [anon_sym_AT] = ACTIONS(4794), + [anon_sym_LBRACK] = ACTIONS(4794), + [anon_sym_as] = ACTIONS(4792), + [anon_sym_EQ] = ACTIONS(4792), + [anon_sym_LBRACE] = ACTIONS(4794), + [anon_sym_RBRACE] = ACTIONS(4794), + [anon_sym_LPAREN] = ACTIONS(4794), + [anon_sym_RPAREN] = ACTIONS(4794), + [anon_sym_LT] = ACTIONS(4792), + [anon_sym_GT] = ACTIONS(4792), + [anon_sym_DOT] = ACTIONS(4792), + [anon_sym_SEMI] = ACTIONS(6993), + [anon_sym_get] = ACTIONS(4792), + [anon_sym_set] = ACTIONS(4792), + [anon_sym_STAR] = ACTIONS(4792), + [sym_label] = ACTIONS(4794), + [anon_sym_in] = ACTIONS(4792), + [anon_sym_while] = ACTIONS(4792), + [anon_sym_DOT_DOT] = ACTIONS(4794), + [anon_sym_QMARK_COLON] = ACTIONS(4794), + [anon_sym_AMP_AMP] = ACTIONS(4794), + [anon_sym_PIPE_PIPE] = ACTIONS(4794), + [anon_sym_else] = ACTIONS(6991), + [anon_sym_COLON_COLON] = ACTIONS(4794), + [anon_sym_PLUS_EQ] = ACTIONS(4794), + [anon_sym_DASH_EQ] = ACTIONS(4794), + [anon_sym_STAR_EQ] = ACTIONS(4794), + [anon_sym_SLASH_EQ] = ACTIONS(4794), + [anon_sym_PERCENT_EQ] = ACTIONS(4794), + [anon_sym_BANG_EQ] = ACTIONS(4792), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4794), + [anon_sym_EQ_EQ] = ACTIONS(4792), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4794), + [anon_sym_LT_EQ] = ACTIONS(4794), + [anon_sym_GT_EQ] = ACTIONS(4794), + [anon_sym_BANGin] = ACTIONS(4794), + [anon_sym_is] = ACTIONS(4792), + [anon_sym_BANGis] = ACTIONS(4794), + [anon_sym_PLUS] = ACTIONS(4792), + [anon_sym_DASH] = ACTIONS(4792), + [anon_sym_SLASH] = ACTIONS(4792), + [anon_sym_PERCENT] = ACTIONS(4792), + [anon_sym_as_QMARK] = ACTIONS(4794), + [anon_sym_PLUS_PLUS] = ACTIONS(4794), + [anon_sym_DASH_DASH] = ACTIONS(4794), + [anon_sym_BANG_BANG] = ACTIONS(4794), + [anon_sym_suspend] = ACTIONS(4792), + [anon_sym_sealed] = ACTIONS(4792), + [anon_sym_annotation] = ACTIONS(4792), + [anon_sym_data] = ACTIONS(4792), + [anon_sym_inner] = ACTIONS(4792), + [anon_sym_override] = ACTIONS(4792), + [anon_sym_lateinit] = ACTIONS(4792), + [anon_sym_public] = ACTIONS(4792), + [anon_sym_private] = ACTIONS(4792), + [anon_sym_internal] = ACTIONS(4792), + [anon_sym_protected] = ACTIONS(4792), + [anon_sym_tailrec] = ACTIONS(4792), + [anon_sym_operator] = ACTIONS(4792), + [anon_sym_infix] = ACTIONS(4792), + [anon_sym_inline] = ACTIONS(4792), + [anon_sym_external] = ACTIONS(4792), + [sym_property_modifier] = ACTIONS(4792), + [anon_sym_abstract] = ACTIONS(4792), + [anon_sym_final] = ACTIONS(4792), + [anon_sym_open] = ACTIONS(4792), + [anon_sym_vararg] = ACTIONS(4792), + [anon_sym_noinline] = ACTIONS(4792), + [anon_sym_crossinline] = ACTIONS(4792), + [anon_sym_expect] = ACTIONS(4792), + [anon_sym_actual] = ACTIONS(4792), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4794), + [sym_safe_nav] = ACTIONS(4794), [sym_multiline_comment] = ACTIONS(3), }, - [3986] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2308), - [sym__comparison_operator] = STATE(2309), - [sym__in_operator] = STATE(2310), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2311), - [sym__multiplicative_operator] = STATE(2312), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2313), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), - [sym__alpha_identifier] = ACTIONS(3034), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_RBRACK] = ACTIONS(3036), - [anon_sym_as] = ACTIONS(6381), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(3036), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_COMMA] = ACTIONS(3036), - [anon_sym_RPAREN] = ACTIONS(3036), - [anon_sym_LT] = ACTIONS(3038), - [anon_sym_GT] = ACTIONS(3034), - [anon_sym_where] = ACTIONS(3034), - [anon_sym_DOT] = ACTIONS(6387), - [anon_sym_SEMI] = ACTIONS(3036), - [anon_sym_get] = ACTIONS(3034), - [anon_sym_set] = ACTIONS(3034), - [anon_sym_STAR] = ACTIONS(7007), - [anon_sym_DASH_GT] = ACTIONS(3036), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(3034), - [anon_sym_while] = ACTIONS(3034), - [anon_sym_DOT_DOT] = ACTIONS(3036), - [anon_sym_QMARK_COLON] = ACTIONS(3036), - [anon_sym_AMP_AMP] = ACTIONS(3036), - [anon_sym_PIPE_PIPE] = ACTIONS(3036), - [anon_sym_else] = ACTIONS(3034), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(3034), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3036), - [anon_sym_EQ_EQ] = ACTIONS(3034), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3036), - [anon_sym_LT_EQ] = ACTIONS(3036), - [anon_sym_GT_EQ] = ACTIONS(3036), - [anon_sym_BANGin] = ACTIONS(3036), - [anon_sym_is] = ACTIONS(3034), - [anon_sym_BANGis] = ACTIONS(3036), - [anon_sym_PLUS] = ACTIONS(3034), - [anon_sym_DASH] = ACTIONS(3034), - [anon_sym_SLASH] = ACTIONS(7013), - [anon_sym_PERCENT] = ACTIONS(7007), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), - [anon_sym_data] = ACTIONS(3034), - [anon_sym_inner] = ACTIONS(3034), - [anon_sym_expect] = ACTIONS(3034), - [anon_sym_actual] = ACTIONS(3034), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3036), - [sym_safe_nav] = ACTIONS(6403), - [sym_multiline_comment] = ACTIONS(3), + [3952] = { + [sym__alpha_identifier] = ACTIONS(4471), + [anon_sym_AT] = ACTIONS(4473), + [anon_sym_LBRACK] = ACTIONS(4473), + [anon_sym_typealias] = ACTIONS(4471), + [anon_sym_class] = ACTIONS(4471), + [anon_sym_interface] = ACTIONS(4471), + [anon_sym_enum] = ACTIONS(4471), + [anon_sym_LBRACE] = ACTIONS(4473), + [anon_sym_LPAREN] = ACTIONS(4473), + [anon_sym_val] = ACTIONS(4471), + [anon_sym_var] = ACTIONS(4471), + [anon_sym_object] = ACTIONS(4471), + [anon_sym_fun] = ACTIONS(4471), + [anon_sym_DOT] = ACTIONS(4471), + [anon_sym_get] = ACTIONS(4471), + [anon_sym_set] = ACTIONS(4471), + [anon_sym_this] = ACTIONS(4471), + [anon_sym_super] = ACTIONS(4471), + [anon_sym_STAR] = ACTIONS(4473), + [sym_label] = ACTIONS(4471), + [anon_sym_for] = ACTIONS(4471), + [anon_sym_while] = ACTIONS(4471), + [anon_sym_do] = ACTIONS(4471), + [anon_sym_null] = ACTIONS(4471), + [anon_sym_if] = ACTIONS(4471), + [anon_sym_when] = ACTIONS(4471), + [anon_sym_try] = ACTIONS(4471), + [anon_sym_throw] = ACTIONS(4471), + [anon_sym_return] = ACTIONS(4471), + [anon_sym_continue] = ACTIONS(4471), + [anon_sym_break] = ACTIONS(4471), + [anon_sym_COLON_COLON] = ACTIONS(4473), + [anon_sym_PLUS] = ACTIONS(4471), + [anon_sym_DASH] = ACTIONS(4471), + [anon_sym_PLUS_PLUS] = ACTIONS(4473), + [anon_sym_DASH_DASH] = ACTIONS(4473), + [anon_sym_BANG] = ACTIONS(4473), + [anon_sym_suspend] = ACTIONS(4471), + [anon_sym_sealed] = ACTIONS(4471), + [anon_sym_annotation] = ACTIONS(4471), + [anon_sym_data] = ACTIONS(4471), + [anon_sym_inner] = ACTIONS(4471), + [anon_sym_override] = ACTIONS(4471), + [anon_sym_lateinit] = ACTIONS(4471), + [anon_sym_public] = ACTIONS(4471), + [anon_sym_private] = ACTIONS(4471), + [anon_sym_internal] = ACTIONS(4471), + [anon_sym_protected] = ACTIONS(4471), + [anon_sym_tailrec] = ACTIONS(4471), + [anon_sym_operator] = ACTIONS(4471), + [anon_sym_infix] = ACTIONS(4471), + [anon_sym_inline] = ACTIONS(4471), + [anon_sym_external] = ACTIONS(4471), + [sym_property_modifier] = ACTIONS(4471), + [anon_sym_abstract] = ACTIONS(4471), + [anon_sym_final] = ACTIONS(4471), + [anon_sym_open] = ACTIONS(4471), + [anon_sym_vararg] = ACTIONS(4471), + [anon_sym_noinline] = ACTIONS(4471), + [anon_sym_crossinline] = ACTIONS(4471), + [anon_sym_expect] = ACTIONS(4471), + [anon_sym_actual] = ACTIONS(4471), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4473), + [anon_sym_continue_AT] = ACTIONS(4473), + [anon_sym_break_AT] = ACTIONS(4473), + [sym_real_literal] = ACTIONS(4473), + [sym_integer_literal] = ACTIONS(4471), + [sym_hex_literal] = ACTIONS(4473), + [sym_bin_literal] = ACTIONS(4473), + [anon_sym_true] = ACTIONS(4471), + [anon_sym_false] = ACTIONS(4471), + [anon_sym_SQUOTE] = ACTIONS(4473), + [sym__backtick_identifier] = ACTIONS(4473), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4473), }, - [3987] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2308), - [sym__comparison_operator] = STATE(2309), - [sym__in_operator] = STATE(2310), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2311), - [sym__multiplicative_operator] = STATE(2312), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2313), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [3953] = { + [sym_indexing_suffix] = STATE(4986), + [sym_navigation_suffix] = STATE(5006), + [sym_call_suffix] = STATE(5077), + [sym_annotated_lambda] = STATE(4993), + [sym_type_arguments] = STATE(7551), + [sym_value_arguments] = STATE(4451), + [sym_lambda_literal] = STATE(4995), + [sym__equality_operator] = STATE(2227), + [sym__comparison_operator] = STATE(2245), + [sym__in_operator] = STATE(2361), + [sym__is_operator] = STATE(5776), + [sym__additive_operator] = STATE(2282), + [sym__multiplicative_operator] = STATE(1900), + [sym__as_operator] = STATE(5777), + [sym__postfix_unary_operator] = STATE(5000), + [sym__member_access_operator] = STATE(7402), + [sym_annotation] = STATE(7890), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2162), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7890), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_RBRACK] = ACTIONS(3025), - [anon_sym_as] = ACTIONS(6381), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(3025), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_COMMA] = ACTIONS(3025), - [anon_sym_RPAREN] = ACTIONS(3025), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3023), - [anon_sym_where] = ACTIONS(3023), - [anon_sym_DOT] = ACTIONS(6387), - [anon_sym_SEMI] = ACTIONS(3025), + [anon_sym_LBRACK] = ACTIONS(6702), + [anon_sym_as] = ACTIONS(6704), + [anon_sym_EQ] = ACTIONS(3052), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_RBRACE] = ACTIONS(3054), + [anon_sym_LPAREN] = ACTIONS(6706), + [anon_sym_LT] = ACTIONS(3056), + [anon_sym_GT] = ACTIONS(3052), + [anon_sym_DOT] = ACTIONS(6708), + [anon_sym_SEMI] = ACTIONS(3054), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7007), - [anon_sym_DASH_GT] = ACTIONS(3025), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7033), - [anon_sym_while] = ACTIONS(3023), - [anon_sym_DOT_DOT] = ACTIONS(7009), - [anon_sym_QMARK_COLON] = ACTIONS(7035), - [anon_sym_AMP_AMP] = ACTIONS(3025), - [anon_sym_PIPE_PIPE] = ACTIONS(3025), - [anon_sym_else] = ACTIONS(3023), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(3023), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3025), - [anon_sym_EQ_EQ] = ACTIONS(3023), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3025), - [anon_sym_LT_EQ] = ACTIONS(3025), - [anon_sym_GT_EQ] = ACTIONS(3025), - [anon_sym_BANGin] = ACTIONS(7047), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7011), - [anon_sym_DASH] = ACTIONS(7011), - [anon_sym_SLASH] = ACTIONS(7013), - [anon_sym_PERCENT] = ACTIONS(7007), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(6920), + [sym_label] = ACTIONS(6712), + [anon_sym_in] = ACTIONS(3052), + [anon_sym_DOT_DOT] = ACTIONS(6945), + [anon_sym_QMARK_COLON] = ACTIONS(3054), + [anon_sym_AMP_AMP] = ACTIONS(3054), + [anon_sym_PIPE_PIPE] = ACTIONS(3054), + [anon_sym_else] = ACTIONS(3052), + [anon_sym_COLON_COLON] = ACTIONS(6718), + [anon_sym_PLUS_EQ] = ACTIONS(3054), + [anon_sym_DASH_EQ] = ACTIONS(3054), + [anon_sym_STAR_EQ] = ACTIONS(3054), + [anon_sym_SLASH_EQ] = ACTIONS(3054), + [anon_sym_PERCENT_EQ] = ACTIONS(3054), + [anon_sym_BANG_EQ] = ACTIONS(3052), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3054), + [anon_sym_EQ_EQ] = ACTIONS(3052), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3054), + [anon_sym_LT_EQ] = ACTIONS(3054), + [anon_sym_GT_EQ] = ACTIONS(3054), + [anon_sym_BANGin] = ACTIONS(3054), + [anon_sym_is] = ACTIONS(3052), + [anon_sym_BANGis] = ACTIONS(3054), + [anon_sym_PLUS] = ACTIONS(6922), + [anon_sym_DASH] = ACTIONS(6922), + [anon_sym_SLASH] = ACTIONS(6920), + [anon_sym_PERCENT] = ACTIONS(6920), + [anon_sym_as_QMARK] = ACTIONS(6722), + [anon_sym_PLUS_PLUS] = ACTIONS(6724), + [anon_sym_DASH_DASH] = ACTIONS(6724), + [anon_sym_BANG_BANG] = ACTIONS(6724), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym__automatic_semicolon] = ACTIONS(3054), + [sym_safe_nav] = ACTIONS(6718), [sym_multiline_comment] = ACTIONS(3), }, - [3988] = { - [sym__alpha_identifier] = ACTIONS(4233), - [anon_sym_AT] = ACTIONS(4236), - [anon_sym_LBRACK] = ACTIONS(4236), - [anon_sym_as] = ACTIONS(4233), - [anon_sym_EQ] = ACTIONS(3828), - [anon_sym_LBRACE] = ACTIONS(4236), - [anon_sym_RBRACE] = ACTIONS(4236), - [anon_sym_LPAREN] = ACTIONS(5936), - [anon_sym_LT] = ACTIONS(4233), - [anon_sym_GT] = ACTIONS(4233), - [anon_sym_DOT] = ACTIONS(4233), - [anon_sym_SEMI] = ACTIONS(4236), - [anon_sym_get] = ACTIONS(4233), - [anon_sym_set] = ACTIONS(4233), - [anon_sym_STAR] = ACTIONS(4233), - [sym_label] = ACTIONS(4236), - [anon_sym_in] = ACTIONS(4233), - [anon_sym_DOT_DOT] = ACTIONS(4236), - [anon_sym_QMARK_COLON] = ACTIONS(4236), - [anon_sym_AMP_AMP] = ACTIONS(4236), - [anon_sym_PIPE_PIPE] = ACTIONS(4236), - [anon_sym_else] = ACTIONS(4233), - [anon_sym_COLON_COLON] = ACTIONS(4236), - [anon_sym_PLUS_EQ] = ACTIONS(3833), - [anon_sym_DASH_EQ] = ACTIONS(3833), - [anon_sym_STAR_EQ] = ACTIONS(3833), - [anon_sym_SLASH_EQ] = ACTIONS(3833), - [anon_sym_PERCENT_EQ] = ACTIONS(3833), - [anon_sym_BANG_EQ] = ACTIONS(4233), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4236), - [anon_sym_EQ_EQ] = ACTIONS(4233), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4236), - [anon_sym_LT_EQ] = ACTIONS(4236), - [anon_sym_GT_EQ] = ACTIONS(4236), - [anon_sym_BANGin] = ACTIONS(4236), - [anon_sym_is] = ACTIONS(4233), - [anon_sym_BANGis] = ACTIONS(4236), - [anon_sym_PLUS] = ACTIONS(4233), - [anon_sym_DASH] = ACTIONS(4233), - [anon_sym_SLASH] = ACTIONS(4233), - [anon_sym_PERCENT] = ACTIONS(4233), - [anon_sym_as_QMARK] = ACTIONS(4236), - [anon_sym_PLUS_PLUS] = ACTIONS(4236), - [anon_sym_DASH_DASH] = ACTIONS(4236), - [anon_sym_BANG_BANG] = ACTIONS(4236), - [anon_sym_suspend] = ACTIONS(4233), - [anon_sym_sealed] = ACTIONS(4233), - [anon_sym_annotation] = ACTIONS(4233), - [anon_sym_data] = ACTIONS(4233), - [anon_sym_inner] = ACTIONS(4233), - [anon_sym_override] = ACTIONS(4233), - [anon_sym_lateinit] = ACTIONS(4233), - [anon_sym_public] = ACTIONS(4233), - [anon_sym_private] = ACTIONS(4233), - [anon_sym_internal] = ACTIONS(4233), - [anon_sym_protected] = ACTIONS(4233), - [anon_sym_tailrec] = ACTIONS(4233), - [anon_sym_operator] = ACTIONS(4233), - [anon_sym_infix] = ACTIONS(4233), - [anon_sym_inline] = ACTIONS(4233), - [anon_sym_external] = ACTIONS(4233), - [sym_property_modifier] = ACTIONS(4233), - [anon_sym_abstract] = ACTIONS(4233), - [anon_sym_final] = ACTIONS(4233), - [anon_sym_open] = ACTIONS(4233), - [anon_sym_vararg] = ACTIONS(4233), - [anon_sym_noinline] = ACTIONS(4233), - [anon_sym_crossinline] = ACTIONS(4233), - [anon_sym_expect] = ACTIONS(4233), - [anon_sym_actual] = ACTIONS(4233), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4236), - [sym__automatic_semicolon] = ACTIONS(4236), - [sym_safe_nav] = ACTIONS(4236), + [3954] = { + [sym_type_constraints] = STATE(4061), + [sym_function_body] = STATE(3891), + [sym__block] = STATE(3738), + [sym__alpha_identifier] = ACTIONS(4041), + [anon_sym_AT] = ACTIONS(4043), + [anon_sym_COLON] = ACTIONS(6995), + [anon_sym_LBRACK] = ACTIONS(4043), + [anon_sym_as] = ACTIONS(4041), + [anon_sym_EQ] = ACTIONS(6918), + [anon_sym_LBRACE] = ACTIONS(6461), + [anon_sym_RBRACE] = ACTIONS(4043), + [anon_sym_LPAREN] = ACTIONS(4043), + [anon_sym_COMMA] = ACTIONS(4043), + [anon_sym_LT] = ACTIONS(4041), + [anon_sym_GT] = ACTIONS(4041), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(4041), + [anon_sym_SEMI] = ACTIONS(4043), + [anon_sym_get] = ACTIONS(4041), + [anon_sym_set] = ACTIONS(4041), + [anon_sym_STAR] = ACTIONS(4043), + [sym_label] = ACTIONS(4043), + [anon_sym_in] = ACTIONS(4041), + [anon_sym_DOT_DOT] = ACTIONS(4043), + [anon_sym_QMARK_COLON] = ACTIONS(4043), + [anon_sym_AMP_AMP] = ACTIONS(4043), + [anon_sym_PIPE_PIPE] = ACTIONS(4043), + [anon_sym_else] = ACTIONS(4041), + [anon_sym_COLON_COLON] = ACTIONS(4043), + [anon_sym_BANG_EQ] = ACTIONS(4041), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4043), + [anon_sym_EQ_EQ] = ACTIONS(4041), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4043), + [anon_sym_LT_EQ] = ACTIONS(4043), + [anon_sym_GT_EQ] = ACTIONS(4043), + [anon_sym_BANGin] = ACTIONS(4043), + [anon_sym_is] = ACTIONS(4041), + [anon_sym_BANGis] = ACTIONS(4043), + [anon_sym_PLUS] = ACTIONS(4041), + [anon_sym_DASH] = ACTIONS(4041), + [anon_sym_SLASH] = ACTIONS(4041), + [anon_sym_PERCENT] = ACTIONS(4043), + [anon_sym_as_QMARK] = ACTIONS(4043), + [anon_sym_PLUS_PLUS] = ACTIONS(4043), + [anon_sym_DASH_DASH] = ACTIONS(4043), + [anon_sym_BANG_BANG] = ACTIONS(4043), + [anon_sym_suspend] = ACTIONS(4041), + [anon_sym_sealed] = ACTIONS(4041), + [anon_sym_annotation] = ACTIONS(4041), + [anon_sym_data] = ACTIONS(4041), + [anon_sym_inner] = ACTIONS(4041), + [anon_sym_override] = ACTIONS(4041), + [anon_sym_lateinit] = ACTIONS(4041), + [anon_sym_public] = ACTIONS(4041), + [anon_sym_private] = ACTIONS(4041), + [anon_sym_internal] = ACTIONS(4041), + [anon_sym_protected] = ACTIONS(4041), + [anon_sym_tailrec] = ACTIONS(4041), + [anon_sym_operator] = ACTIONS(4041), + [anon_sym_infix] = ACTIONS(4041), + [anon_sym_inline] = ACTIONS(4041), + [anon_sym_external] = ACTIONS(4041), + [sym_property_modifier] = ACTIONS(4041), + [anon_sym_abstract] = ACTIONS(4041), + [anon_sym_final] = ACTIONS(4041), + [anon_sym_open] = ACTIONS(4041), + [anon_sym_vararg] = ACTIONS(4041), + [anon_sym_noinline] = ACTIONS(4041), + [anon_sym_crossinline] = ACTIONS(4041), + [anon_sym_expect] = ACTIONS(4041), + [anon_sym_actual] = ACTIONS(4041), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4043), + [sym__automatic_semicolon] = ACTIONS(4043), + [sym_safe_nav] = ACTIONS(4043), [sym_multiline_comment] = ACTIONS(3), }, - [3989] = { - [aux_sym__delegation_specifiers_repeat1] = STATE(3966), - [sym__alpha_identifier] = ACTIONS(4684), - [anon_sym_AT] = ACTIONS(4686), - [anon_sym_LBRACK] = ACTIONS(4686), - [anon_sym_as] = ACTIONS(4684), - [anon_sym_LBRACE] = ACTIONS(4686), - [anon_sym_RBRACE] = ACTIONS(4686), - [anon_sym_LPAREN] = ACTIONS(4686), - [anon_sym_COMMA] = ACTIONS(4686), - [anon_sym_LT] = ACTIONS(4684), - [anon_sym_GT] = ACTIONS(4684), - [anon_sym_where] = ACTIONS(4684), - [anon_sym_object] = ACTIONS(4684), - [anon_sym_fun] = ACTIONS(4684), - [anon_sym_DOT] = ACTIONS(4684), - [anon_sym_SEMI] = ACTIONS(4686), - [anon_sym_get] = ACTIONS(4684), - [anon_sym_set] = ACTIONS(4684), - [anon_sym_this] = ACTIONS(4684), - [anon_sym_super] = ACTIONS(4684), - [anon_sym_STAR] = ACTIONS(4686), - [sym_label] = ACTIONS(4684), - [anon_sym_in] = ACTIONS(4684), - [anon_sym_DOT_DOT] = ACTIONS(4686), - [anon_sym_QMARK_COLON] = ACTIONS(4686), - [anon_sym_AMP_AMP] = ACTIONS(4686), - [anon_sym_PIPE_PIPE] = ACTIONS(4686), - [anon_sym_null] = ACTIONS(4684), - [anon_sym_if] = ACTIONS(4684), - [anon_sym_else] = ACTIONS(4684), - [anon_sym_when] = ACTIONS(4684), - [anon_sym_try] = ACTIONS(4684), - [anon_sym_throw] = ACTIONS(4684), - [anon_sym_return] = ACTIONS(4684), - [anon_sym_continue] = ACTIONS(4684), - [anon_sym_break] = ACTIONS(4684), - [anon_sym_COLON_COLON] = ACTIONS(4686), - [anon_sym_BANG_EQ] = ACTIONS(4684), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4686), - [anon_sym_EQ_EQ] = ACTIONS(4684), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4686), - [anon_sym_LT_EQ] = ACTIONS(4686), - [anon_sym_GT_EQ] = ACTIONS(4686), - [anon_sym_BANGin] = ACTIONS(4686), - [anon_sym_is] = ACTIONS(4684), - [anon_sym_BANGis] = ACTIONS(4686), - [anon_sym_PLUS] = ACTIONS(4684), - [anon_sym_DASH] = ACTIONS(4684), - [anon_sym_SLASH] = ACTIONS(4684), - [anon_sym_PERCENT] = ACTIONS(4686), - [anon_sym_as_QMARK] = ACTIONS(4686), - [anon_sym_PLUS_PLUS] = ACTIONS(4686), - [anon_sym_DASH_DASH] = ACTIONS(4686), - [anon_sym_BANG] = ACTIONS(4684), - [anon_sym_BANG_BANG] = ACTIONS(4686), - [anon_sym_data] = ACTIONS(4684), - [anon_sym_inner] = ACTIONS(4684), - [anon_sym_expect] = ACTIONS(4684), - [anon_sym_actual] = ACTIONS(4684), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4686), - [anon_sym_continue_AT] = ACTIONS(4686), - [anon_sym_break_AT] = ACTIONS(4686), - [sym_real_literal] = ACTIONS(4686), - [sym_integer_literal] = ACTIONS(4684), - [sym_hex_literal] = ACTIONS(4686), - [sym_bin_literal] = ACTIONS(4686), - [anon_sym_true] = ACTIONS(4684), - [anon_sym_false] = ACTIONS(4684), - [anon_sym_SQUOTE] = ACTIONS(4686), - [sym__backtick_identifier] = ACTIONS(4686), - [sym__automatic_semicolon] = ACTIONS(4686), - [sym_safe_nav] = ACTIONS(4686), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4686), + [3955] = { + [sym_class_body] = STATE(3337), + [sym__alpha_identifier] = ACTIONS(4386), + [anon_sym_AT] = ACTIONS(4388), + [anon_sym_COLON] = ACTIONS(6997), + [anon_sym_LBRACK] = ACTIONS(4388), + [anon_sym_RBRACK] = ACTIONS(4388), + [anon_sym_as] = ACTIONS(4386), + [anon_sym_LBRACE] = ACTIONS(5179), + [anon_sym_RBRACE] = ACTIONS(4388), + [anon_sym_LPAREN] = ACTIONS(4388), + [anon_sym_COMMA] = ACTIONS(4388), + [anon_sym_RPAREN] = ACTIONS(4388), + [anon_sym_LT] = ACTIONS(4386), + [anon_sym_GT] = ACTIONS(4386), + [anon_sym_where] = ACTIONS(4386), + [anon_sym_DOT] = ACTIONS(4386), + [anon_sym_SEMI] = ACTIONS(4388), + [anon_sym_get] = ACTIONS(4386), + [anon_sym_set] = ACTIONS(4386), + [anon_sym_STAR] = ACTIONS(4388), + [anon_sym_DASH_GT] = ACTIONS(4388), + [sym_label] = ACTIONS(4388), + [anon_sym_in] = ACTIONS(4386), + [anon_sym_while] = ACTIONS(4386), + [anon_sym_DOT_DOT] = ACTIONS(4388), + [anon_sym_QMARK_COLON] = ACTIONS(4388), + [anon_sym_AMP_AMP] = ACTIONS(4388), + [anon_sym_PIPE_PIPE] = ACTIONS(4388), + [anon_sym_else] = ACTIONS(4386), + [anon_sym_COLON_COLON] = ACTIONS(4388), + [anon_sym_BANG_EQ] = ACTIONS(4386), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4388), + [anon_sym_EQ_EQ] = ACTIONS(4386), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4388), + [anon_sym_LT_EQ] = ACTIONS(4388), + [anon_sym_GT_EQ] = ACTIONS(4388), + [anon_sym_BANGin] = ACTIONS(4388), + [anon_sym_is] = ACTIONS(4386), + [anon_sym_BANGis] = ACTIONS(4388), + [anon_sym_PLUS] = ACTIONS(4386), + [anon_sym_DASH] = ACTIONS(4386), + [anon_sym_SLASH] = ACTIONS(4386), + [anon_sym_PERCENT] = ACTIONS(4388), + [anon_sym_as_QMARK] = ACTIONS(4388), + [anon_sym_PLUS_PLUS] = ACTIONS(4388), + [anon_sym_DASH_DASH] = ACTIONS(4388), + [anon_sym_BANG_BANG] = ACTIONS(4388), + [anon_sym_suspend] = ACTIONS(4386), + [anon_sym_sealed] = ACTIONS(4386), + [anon_sym_annotation] = ACTIONS(4386), + [anon_sym_data] = ACTIONS(4386), + [anon_sym_inner] = ACTIONS(4386), + [anon_sym_override] = ACTIONS(4386), + [anon_sym_lateinit] = ACTIONS(4386), + [anon_sym_public] = ACTIONS(4386), + [anon_sym_private] = ACTIONS(4386), + [anon_sym_internal] = ACTIONS(4386), + [anon_sym_protected] = ACTIONS(4386), + [anon_sym_tailrec] = ACTIONS(4386), + [anon_sym_operator] = ACTIONS(4386), + [anon_sym_infix] = ACTIONS(4386), + [anon_sym_inline] = ACTIONS(4386), + [anon_sym_external] = ACTIONS(4386), + [sym_property_modifier] = ACTIONS(4386), + [anon_sym_abstract] = ACTIONS(4386), + [anon_sym_final] = ACTIONS(4386), + [anon_sym_open] = ACTIONS(4386), + [anon_sym_vararg] = ACTIONS(4386), + [anon_sym_noinline] = ACTIONS(4386), + [anon_sym_crossinline] = ACTIONS(4386), + [anon_sym_expect] = ACTIONS(4386), + [anon_sym_actual] = ACTIONS(4386), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4388), + [sym_safe_nav] = ACTIONS(4388), + [sym_multiline_comment] = ACTIONS(3), }, - [3990] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2308), - [sym__comparison_operator] = STATE(2309), - [sym__in_operator] = STATE(2310), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2311), - [sym__multiplicative_operator] = STATE(2312), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2313), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [3956] = { + [sym_type_constraints] = STATE(4105), + [sym_function_body] = STATE(3198), + [sym__block] = STATE(3464), + [sym__alpha_identifier] = ACTIONS(4085), + [anon_sym_AT] = ACTIONS(4087), + [anon_sym_COLON] = ACTIONS(6999), + [anon_sym_LBRACK] = ACTIONS(4087), + [anon_sym_as] = ACTIONS(4085), + [anon_sym_EQ] = ACTIONS(6967), + [anon_sym_LBRACE] = ACTIONS(6233), + [anon_sym_RBRACE] = ACTIONS(4087), + [anon_sym_LPAREN] = ACTIONS(4087), + [anon_sym_RPAREN] = ACTIONS(4087), + [anon_sym_LT] = ACTIONS(4085), + [anon_sym_GT] = ACTIONS(4085), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(4085), + [anon_sym_SEMI] = ACTIONS(4087), + [anon_sym_get] = ACTIONS(4085), + [anon_sym_set] = ACTIONS(4085), + [anon_sym_STAR] = ACTIONS(4087), + [sym_label] = ACTIONS(4087), + [anon_sym_in] = ACTIONS(4085), + [anon_sym_while] = ACTIONS(4085), + [anon_sym_DOT_DOT] = ACTIONS(4087), + [anon_sym_QMARK_COLON] = ACTIONS(4087), + [anon_sym_AMP_AMP] = ACTIONS(4087), + [anon_sym_PIPE_PIPE] = ACTIONS(4087), + [anon_sym_else] = ACTIONS(4085), + [anon_sym_COLON_COLON] = ACTIONS(4087), + [anon_sym_BANG_EQ] = ACTIONS(4085), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4087), + [anon_sym_EQ_EQ] = ACTIONS(4085), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4087), + [anon_sym_LT_EQ] = ACTIONS(4087), + [anon_sym_GT_EQ] = ACTIONS(4087), + [anon_sym_BANGin] = ACTIONS(4087), + [anon_sym_is] = ACTIONS(4085), + [anon_sym_BANGis] = ACTIONS(4087), + [anon_sym_PLUS] = ACTIONS(4085), + [anon_sym_DASH] = ACTIONS(4085), + [anon_sym_SLASH] = ACTIONS(4085), + [anon_sym_PERCENT] = ACTIONS(4087), + [anon_sym_as_QMARK] = ACTIONS(4087), + [anon_sym_PLUS_PLUS] = ACTIONS(4087), + [anon_sym_DASH_DASH] = ACTIONS(4087), + [anon_sym_BANG_BANG] = ACTIONS(4087), + [anon_sym_suspend] = ACTIONS(4085), + [anon_sym_sealed] = ACTIONS(4085), + [anon_sym_annotation] = ACTIONS(4085), + [anon_sym_data] = ACTIONS(4085), + [anon_sym_inner] = ACTIONS(4085), + [anon_sym_override] = ACTIONS(4085), + [anon_sym_lateinit] = ACTIONS(4085), + [anon_sym_public] = ACTIONS(4085), + [anon_sym_private] = ACTIONS(4085), + [anon_sym_internal] = ACTIONS(4085), + [anon_sym_protected] = ACTIONS(4085), + [anon_sym_tailrec] = ACTIONS(4085), + [anon_sym_operator] = ACTIONS(4085), + [anon_sym_infix] = ACTIONS(4085), + [anon_sym_inline] = ACTIONS(4085), + [anon_sym_external] = ACTIONS(4085), + [sym_property_modifier] = ACTIONS(4085), + [anon_sym_abstract] = ACTIONS(4085), + [anon_sym_final] = ACTIONS(4085), + [anon_sym_open] = ACTIONS(4085), + [anon_sym_vararg] = ACTIONS(4085), + [anon_sym_noinline] = ACTIONS(4085), + [anon_sym_crossinline] = ACTIONS(4085), + [anon_sym_expect] = ACTIONS(4085), + [anon_sym_actual] = ACTIONS(4085), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4087), + [sym_safe_nav] = ACTIONS(4087), + [sym_multiline_comment] = ACTIONS(3), + }, + [3957] = { + [sym_indexing_suffix] = STATE(4986), + [sym_navigation_suffix] = STATE(5006), + [sym_call_suffix] = STATE(5077), + [sym_annotated_lambda] = STATE(4993), + [sym_type_arguments] = STATE(7551), + [sym_value_arguments] = STATE(4451), + [sym_lambda_literal] = STATE(4995), + [sym__equality_operator] = STATE(2227), + [sym__comparison_operator] = STATE(2245), + [sym__in_operator] = STATE(2361), + [sym__is_operator] = STATE(5776), + [sym__additive_operator] = STATE(2282), + [sym__multiplicative_operator] = STATE(1900), + [sym__as_operator] = STATE(5777), + [sym__postfix_unary_operator] = STATE(5000), + [sym__member_access_operator] = STATE(7402), + [sym_annotation] = STATE(7890), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2162), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7890), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_RBRACK] = ACTIONS(2997), - [anon_sym_as] = ACTIONS(6381), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(2997), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_COMMA] = ACTIONS(2997), - [anon_sym_RPAREN] = ACTIONS(2997), + [anon_sym_LBRACK] = ACTIONS(6702), + [anon_sym_as] = ACTIONS(6704), + [anon_sym_EQ] = ACTIONS(3059), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_RBRACE] = ACTIONS(3061), + [anon_sym_LPAREN] = ACTIONS(6706), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7031), - [anon_sym_where] = ACTIONS(2995), - [anon_sym_DOT] = ACTIONS(6387), - [anon_sym_SEMI] = ACTIONS(2997), + [anon_sym_GT] = ACTIONS(6941), + [anon_sym_DOT] = ACTIONS(6708), + [anon_sym_SEMI] = ACTIONS(3061), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7007), - [anon_sym_DASH_GT] = ACTIONS(2997), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7033), - [anon_sym_while] = ACTIONS(2995), - [anon_sym_DOT_DOT] = ACTIONS(7009), - [anon_sym_QMARK_COLON] = ACTIONS(7035), - [anon_sym_AMP_AMP] = ACTIONS(2997), - [anon_sym_PIPE_PIPE] = ACTIONS(2997), - [anon_sym_else] = ACTIONS(2995), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(2995), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2997), - [anon_sym_EQ_EQ] = ACTIONS(2995), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2997), - [anon_sym_LT_EQ] = ACTIONS(7045), - [anon_sym_GT_EQ] = ACTIONS(7045), - [anon_sym_BANGin] = ACTIONS(7047), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7011), - [anon_sym_DASH] = ACTIONS(7011), - [anon_sym_SLASH] = ACTIONS(7013), - [anon_sym_PERCENT] = ACTIONS(7007), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(6920), + [sym_label] = ACTIONS(6712), + [anon_sym_in] = ACTIONS(6943), + [anon_sym_DOT_DOT] = ACTIONS(6945), + [anon_sym_QMARK_COLON] = ACTIONS(6947), + [anon_sym_AMP_AMP] = ACTIONS(6949), + [anon_sym_PIPE_PIPE] = ACTIONS(6951), + [anon_sym_else] = ACTIONS(3059), + [anon_sym_COLON_COLON] = ACTIONS(6718), + [anon_sym_PLUS_EQ] = ACTIONS(3061), + [anon_sym_DASH_EQ] = ACTIONS(3061), + [anon_sym_STAR_EQ] = ACTIONS(3061), + [anon_sym_SLASH_EQ] = ACTIONS(3061), + [anon_sym_PERCENT_EQ] = ACTIONS(3061), + [anon_sym_BANG_EQ] = ACTIONS(6953), + [anon_sym_BANG_EQ_EQ] = ACTIONS(6955), + [anon_sym_EQ_EQ] = ACTIONS(6953), + [anon_sym_EQ_EQ_EQ] = ACTIONS(6955), + [anon_sym_LT_EQ] = ACTIONS(6957), + [anon_sym_GT_EQ] = ACTIONS(6957), + [anon_sym_BANGin] = ACTIONS(6959), + [anon_sym_is] = ACTIONS(6744), + [anon_sym_BANGis] = ACTIONS(6746), + [anon_sym_PLUS] = ACTIONS(6922), + [anon_sym_DASH] = ACTIONS(6922), + [anon_sym_SLASH] = ACTIONS(6920), + [anon_sym_PERCENT] = ACTIONS(6920), + [anon_sym_as_QMARK] = ACTIONS(6722), + [anon_sym_PLUS_PLUS] = ACTIONS(6724), + [anon_sym_DASH_DASH] = ACTIONS(6724), + [anon_sym_BANG_BANG] = ACTIONS(6724), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym__automatic_semicolon] = ACTIONS(3061), + [sym_safe_nav] = ACTIONS(6718), [sym_multiline_comment] = ACTIONS(3), }, - [3991] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2308), - [sym__comparison_operator] = STATE(2309), - [sym__in_operator] = STATE(2310), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2311), - [sym__multiplicative_operator] = STATE(2312), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2313), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [3958] = { + [sym_indexing_suffix] = STATE(4986), + [sym_navigation_suffix] = STATE(5006), + [sym_call_suffix] = STATE(5077), + [sym_annotated_lambda] = STATE(4993), + [sym_type_arguments] = STATE(7551), + [sym_value_arguments] = STATE(4451), + [sym_lambda_literal] = STATE(4995), + [sym__equality_operator] = STATE(2227), + [sym__comparison_operator] = STATE(2245), + [sym__in_operator] = STATE(2361), + [sym__is_operator] = STATE(5776), + [sym__additive_operator] = STATE(2282), + [sym__multiplicative_operator] = STATE(1900), + [sym__as_operator] = STATE(5777), + [sym__postfix_unary_operator] = STATE(5000), + [sym__member_access_operator] = STATE(7402), + [sym_annotation] = STATE(7890), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2162), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7890), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_RBRACK] = ACTIONS(3013), - [anon_sym_as] = ACTIONS(6381), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(3013), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_COMMA] = ACTIONS(3013), - [anon_sym_RPAREN] = ACTIONS(3013), + [anon_sym_LBRACK] = ACTIONS(6702), + [anon_sym_as] = ACTIONS(6704), + [anon_sym_EQ] = ACTIONS(3063), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_RBRACE] = ACTIONS(3065), + [anon_sym_LPAREN] = ACTIONS(6706), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7031), - [anon_sym_where] = ACTIONS(3011), - [anon_sym_DOT] = ACTIONS(6387), - [anon_sym_SEMI] = ACTIONS(3013), + [anon_sym_GT] = ACTIONS(6941), + [anon_sym_DOT] = ACTIONS(6708), + [anon_sym_SEMI] = ACTIONS(3065), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7007), - [anon_sym_DASH_GT] = ACTIONS(3013), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7033), - [anon_sym_while] = ACTIONS(3011), - [anon_sym_DOT_DOT] = ACTIONS(7009), - [anon_sym_QMARK_COLON] = ACTIONS(7035), - [anon_sym_AMP_AMP] = ACTIONS(7037), - [anon_sym_PIPE_PIPE] = ACTIONS(3013), - [anon_sym_else] = ACTIONS(3011), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7041), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7043), - [anon_sym_EQ_EQ] = ACTIONS(7041), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7043), - [anon_sym_LT_EQ] = ACTIONS(7045), - [anon_sym_GT_EQ] = ACTIONS(7045), - [anon_sym_BANGin] = ACTIONS(7047), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7011), - [anon_sym_DASH] = ACTIONS(7011), - [anon_sym_SLASH] = ACTIONS(7013), - [anon_sym_PERCENT] = ACTIONS(7007), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(6920), + [sym_label] = ACTIONS(6712), + [anon_sym_in] = ACTIONS(6943), + [anon_sym_DOT_DOT] = ACTIONS(6945), + [anon_sym_QMARK_COLON] = ACTIONS(6947), + [anon_sym_AMP_AMP] = ACTIONS(6949), + [anon_sym_PIPE_PIPE] = ACTIONS(6951), + [anon_sym_else] = ACTIONS(3063), + [anon_sym_COLON_COLON] = ACTIONS(6718), + [anon_sym_PLUS_EQ] = ACTIONS(3065), + [anon_sym_DASH_EQ] = ACTIONS(3065), + [anon_sym_STAR_EQ] = ACTIONS(3065), + [anon_sym_SLASH_EQ] = ACTIONS(3065), + [anon_sym_PERCENT_EQ] = ACTIONS(3065), + [anon_sym_BANG_EQ] = ACTIONS(6953), + [anon_sym_BANG_EQ_EQ] = ACTIONS(6955), + [anon_sym_EQ_EQ] = ACTIONS(6953), + [anon_sym_EQ_EQ_EQ] = ACTIONS(6955), + [anon_sym_LT_EQ] = ACTIONS(6957), + [anon_sym_GT_EQ] = ACTIONS(6957), + [anon_sym_BANGin] = ACTIONS(6959), + [anon_sym_is] = ACTIONS(6744), + [anon_sym_BANGis] = ACTIONS(6746), + [anon_sym_PLUS] = ACTIONS(6922), + [anon_sym_DASH] = ACTIONS(6922), + [anon_sym_SLASH] = ACTIONS(6920), + [anon_sym_PERCENT] = ACTIONS(6920), + [anon_sym_as_QMARK] = ACTIONS(6722), + [anon_sym_PLUS_PLUS] = ACTIONS(6724), + [anon_sym_DASH_DASH] = ACTIONS(6724), + [anon_sym_BANG_BANG] = ACTIONS(6724), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym__automatic_semicolon] = ACTIONS(3065), + [sym_safe_nav] = ACTIONS(6718), [sym_multiline_comment] = ACTIONS(3), }, - [3992] = { - [sym__alpha_identifier] = ACTIONS(5063), - [anon_sym_AT] = ACTIONS(5065), - [anon_sym_LBRACK] = ACTIONS(5065), - [anon_sym_typealias] = ACTIONS(5063), - [anon_sym_class] = ACTIONS(5063), - [anon_sym_interface] = ACTIONS(5063), - [anon_sym_enum] = ACTIONS(5063), - [anon_sym_LBRACE] = ACTIONS(5065), - [anon_sym_LPAREN] = ACTIONS(5065), - [anon_sym_val] = ACTIONS(5063), - [anon_sym_var] = ACTIONS(5063), - [anon_sym_object] = ACTIONS(5063), - [anon_sym_fun] = ACTIONS(5063), - [anon_sym_get] = ACTIONS(5063), - [anon_sym_set] = ACTIONS(5063), - [anon_sym_this] = ACTIONS(5063), - [anon_sym_super] = ACTIONS(5063), - [anon_sym_STAR] = ACTIONS(5065), - [sym_label] = ACTIONS(5063), - [anon_sym_for] = ACTIONS(5063), - [anon_sym_while] = ACTIONS(5063), - [anon_sym_do] = ACTIONS(5063), - [anon_sym_null] = ACTIONS(5063), - [anon_sym_if] = ACTIONS(5063), - [anon_sym_when] = ACTIONS(5063), - [anon_sym_try] = ACTIONS(5063), - [anon_sym_throw] = ACTIONS(5063), - [anon_sym_return] = ACTIONS(5063), - [anon_sym_continue] = ACTIONS(5063), - [anon_sym_break] = ACTIONS(5063), - [anon_sym_COLON_COLON] = ACTIONS(5065), - [anon_sym_PLUS] = ACTIONS(5063), - [anon_sym_DASH] = ACTIONS(5063), - [anon_sym_PLUS_PLUS] = ACTIONS(5065), - [anon_sym_DASH_DASH] = ACTIONS(5065), - [anon_sym_BANG] = ACTIONS(5065), - [anon_sym_suspend] = ACTIONS(5063), - [anon_sym_sealed] = ACTIONS(5063), - [anon_sym_annotation] = ACTIONS(5063), - [anon_sym_data] = ACTIONS(5063), - [anon_sym_inner] = ACTIONS(5063), - [anon_sym_override] = ACTIONS(5063), - [anon_sym_lateinit] = ACTIONS(5063), - [anon_sym_public] = ACTIONS(5063), - [anon_sym_private] = ACTIONS(5063), - [anon_sym_internal] = ACTIONS(5063), - [anon_sym_protected] = ACTIONS(5063), - [anon_sym_tailrec] = ACTIONS(5063), - [anon_sym_operator] = ACTIONS(5063), - [anon_sym_infix] = ACTIONS(5063), - [anon_sym_inline] = ACTIONS(5063), - [anon_sym_external] = ACTIONS(5063), - [sym_property_modifier] = ACTIONS(5063), - [anon_sym_abstract] = ACTIONS(5063), - [anon_sym_final] = ACTIONS(5063), - [anon_sym_open] = ACTIONS(5063), - [anon_sym_vararg] = ACTIONS(5063), - [anon_sym_noinline] = ACTIONS(5063), - [anon_sym_crossinline] = ACTIONS(5063), - [anon_sym_expect] = ACTIONS(5063), - [anon_sym_actual] = ACTIONS(5063), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5065), - [anon_sym_continue_AT] = ACTIONS(5065), - [anon_sym_break_AT] = ACTIONS(5065), - [sym_real_literal] = ACTIONS(5065), - [sym_integer_literal] = ACTIONS(5063), - [sym_hex_literal] = ACTIONS(5065), - [sym_bin_literal] = ACTIONS(5065), - [anon_sym_true] = ACTIONS(5063), - [anon_sym_false] = ACTIONS(5063), - [anon_sym_SQUOTE] = ACTIONS(5065), - [sym__backtick_identifier] = ACTIONS(5065), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5065), - }, - [3993] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2308), - [sym__comparison_operator] = STATE(2309), - [sym__in_operator] = STATE(2310), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2311), - [sym__multiplicative_operator] = STATE(2312), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2313), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [3959] = { + [sym_indexing_suffix] = STATE(4986), + [sym_navigation_suffix] = STATE(5006), + [sym_call_suffix] = STATE(5077), + [sym_annotated_lambda] = STATE(4993), + [sym_type_arguments] = STATE(7551), + [sym_value_arguments] = STATE(4451), + [sym_lambda_literal] = STATE(4995), + [sym__equality_operator] = STATE(2227), + [sym__comparison_operator] = STATE(2245), + [sym__in_operator] = STATE(2361), + [sym__is_operator] = STATE(5776), + [sym__additive_operator] = STATE(2282), + [sym__multiplicative_operator] = STATE(1900), + [sym__as_operator] = STATE(5777), + [sym__postfix_unary_operator] = STATE(5000), + [sym__member_access_operator] = STATE(7402), + [sym_annotation] = STATE(7890), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2162), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7890), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_RBRACK] = ACTIONS(2993), - [anon_sym_as] = ACTIONS(6381), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(2993), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_COMMA] = ACTIONS(2993), - [anon_sym_RPAREN] = ACTIONS(2993), + [anon_sym_LBRACK] = ACTIONS(6702), + [anon_sym_as] = ACTIONS(6704), + [anon_sym_EQ] = ACTIONS(3067), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_RBRACE] = ACTIONS(3069), + [anon_sym_LPAREN] = ACTIONS(6706), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7031), - [anon_sym_where] = ACTIONS(2991), - [anon_sym_DOT] = ACTIONS(6387), - [anon_sym_SEMI] = ACTIONS(2993), + [anon_sym_GT] = ACTIONS(6941), + [anon_sym_DOT] = ACTIONS(6708), + [anon_sym_SEMI] = ACTIONS(3069), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7007), - [anon_sym_DASH_GT] = ACTIONS(2993), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7033), - [anon_sym_while] = ACTIONS(2991), - [anon_sym_DOT_DOT] = ACTIONS(7009), - [anon_sym_QMARK_COLON] = ACTIONS(7035), - [anon_sym_AMP_AMP] = ACTIONS(2993), - [anon_sym_PIPE_PIPE] = ACTIONS(2993), - [anon_sym_else] = ACTIONS(2991), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7041), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7043), - [anon_sym_EQ_EQ] = ACTIONS(7041), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7043), - [anon_sym_LT_EQ] = ACTIONS(7045), - [anon_sym_GT_EQ] = ACTIONS(7045), - [anon_sym_BANGin] = ACTIONS(7047), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7011), - [anon_sym_DASH] = ACTIONS(7011), - [anon_sym_SLASH] = ACTIONS(7013), - [anon_sym_PERCENT] = ACTIONS(7007), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(6920), + [sym_label] = ACTIONS(6712), + [anon_sym_in] = ACTIONS(6943), + [anon_sym_DOT_DOT] = ACTIONS(6945), + [anon_sym_QMARK_COLON] = ACTIONS(6947), + [anon_sym_AMP_AMP] = ACTIONS(6949), + [anon_sym_PIPE_PIPE] = ACTIONS(6951), + [anon_sym_else] = ACTIONS(3067), + [anon_sym_COLON_COLON] = ACTIONS(6718), + [anon_sym_PLUS_EQ] = ACTIONS(3069), + [anon_sym_DASH_EQ] = ACTIONS(3069), + [anon_sym_STAR_EQ] = ACTIONS(3069), + [anon_sym_SLASH_EQ] = ACTIONS(3069), + [anon_sym_PERCENT_EQ] = ACTIONS(3069), + [anon_sym_BANG_EQ] = ACTIONS(6953), + [anon_sym_BANG_EQ_EQ] = ACTIONS(6955), + [anon_sym_EQ_EQ] = ACTIONS(6953), + [anon_sym_EQ_EQ_EQ] = ACTIONS(6955), + [anon_sym_LT_EQ] = ACTIONS(6957), + [anon_sym_GT_EQ] = ACTIONS(6957), + [anon_sym_BANGin] = ACTIONS(6959), + [anon_sym_is] = ACTIONS(6744), + [anon_sym_BANGis] = ACTIONS(6746), + [anon_sym_PLUS] = ACTIONS(6922), + [anon_sym_DASH] = ACTIONS(6922), + [anon_sym_SLASH] = ACTIONS(6920), + [anon_sym_PERCENT] = ACTIONS(6920), + [anon_sym_as_QMARK] = ACTIONS(6722), + [anon_sym_PLUS_PLUS] = ACTIONS(6724), + [anon_sym_DASH_DASH] = ACTIONS(6724), + [anon_sym_BANG_BANG] = ACTIONS(6724), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym__automatic_semicolon] = ACTIONS(3069), + [sym_safe_nav] = ACTIONS(6718), [sym_multiline_comment] = ACTIONS(3), }, - [3994] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2308), - [sym__comparison_operator] = STATE(2309), - [sym__in_operator] = STATE(2310), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2311), - [sym__multiplicative_operator] = STATE(2312), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2313), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_RBRACK] = ACTIONS(3029), - [anon_sym_as] = ACTIONS(6381), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(3029), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_COMMA] = ACTIONS(3029), - [anon_sym_RPAREN] = ACTIONS(3029), - [anon_sym_LT] = ACTIONS(3031), - [anon_sym_GT] = ACTIONS(3027), - [anon_sym_where] = ACTIONS(3027), - [anon_sym_DOT] = ACTIONS(6387), - [anon_sym_SEMI] = ACTIONS(3029), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7007), - [anon_sym_DASH_GT] = ACTIONS(3029), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(3027), - [anon_sym_while] = ACTIONS(3027), - [anon_sym_DOT_DOT] = ACTIONS(7009), - [anon_sym_QMARK_COLON] = ACTIONS(7035), - [anon_sym_AMP_AMP] = ACTIONS(3029), - [anon_sym_PIPE_PIPE] = ACTIONS(3029), - [anon_sym_else] = ACTIONS(3027), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(3027), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3029), - [anon_sym_EQ_EQ] = ACTIONS(3027), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3029), - [anon_sym_LT_EQ] = ACTIONS(3029), - [anon_sym_GT_EQ] = ACTIONS(3029), - [anon_sym_BANGin] = ACTIONS(3029), - [anon_sym_is] = ACTIONS(3027), - [anon_sym_BANGis] = ACTIONS(3029), - [anon_sym_PLUS] = ACTIONS(7011), - [anon_sym_DASH] = ACTIONS(7011), - [anon_sym_SLASH] = ACTIONS(7013), - [anon_sym_PERCENT] = ACTIONS(7007), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), + [3960] = { + [sym_type_constraints] = STATE(3110), + [sym_enum_class_body] = STATE(3141), + [sym__alpha_identifier] = ACTIONS(4231), + [anon_sym_AT] = ACTIONS(4233), + [anon_sym_COLON] = ACTIONS(7001), + [anon_sym_LBRACK] = ACTIONS(4233), + [anon_sym_as] = ACTIONS(4231), + [anon_sym_LBRACE] = ACTIONS(3112), + [anon_sym_RBRACE] = ACTIONS(4233), + [anon_sym_LPAREN] = ACTIONS(4233), + [anon_sym_LT] = ACTIONS(4231), + [anon_sym_GT] = ACTIONS(4231), + [anon_sym_where] = ACTIONS(3118), + [anon_sym_object] = ACTIONS(4231), + [anon_sym_fun] = ACTIONS(4231), + [anon_sym_DOT] = ACTIONS(4231), + [anon_sym_SEMI] = ACTIONS(4233), + [anon_sym_get] = ACTIONS(4231), + [anon_sym_set] = ACTIONS(4231), + [anon_sym_this] = ACTIONS(4231), + [anon_sym_super] = ACTIONS(4231), + [anon_sym_STAR] = ACTIONS(4233), + [sym_label] = ACTIONS(4231), + [anon_sym_in] = ACTIONS(4231), + [anon_sym_DOT_DOT] = ACTIONS(4233), + [anon_sym_QMARK_COLON] = ACTIONS(4233), + [anon_sym_AMP_AMP] = ACTIONS(4233), + [anon_sym_PIPE_PIPE] = ACTIONS(4233), + [anon_sym_null] = ACTIONS(4231), + [anon_sym_if] = ACTIONS(4231), + [anon_sym_else] = ACTIONS(4231), + [anon_sym_when] = ACTIONS(4231), + [anon_sym_try] = ACTIONS(4231), + [anon_sym_throw] = ACTIONS(4231), + [anon_sym_return] = ACTIONS(4231), + [anon_sym_continue] = ACTIONS(4231), + [anon_sym_break] = ACTIONS(4231), + [anon_sym_COLON_COLON] = ACTIONS(4233), + [anon_sym_BANG_EQ] = ACTIONS(4231), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4233), + [anon_sym_EQ_EQ] = ACTIONS(4231), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4233), + [anon_sym_LT_EQ] = ACTIONS(4233), + [anon_sym_GT_EQ] = ACTIONS(4233), + [anon_sym_BANGin] = ACTIONS(4233), + [anon_sym_is] = ACTIONS(4231), + [anon_sym_BANGis] = ACTIONS(4233), + [anon_sym_PLUS] = ACTIONS(4231), + [anon_sym_DASH] = ACTIONS(4231), + [anon_sym_SLASH] = ACTIONS(4231), + [anon_sym_PERCENT] = ACTIONS(4233), + [anon_sym_as_QMARK] = ACTIONS(4233), + [anon_sym_PLUS_PLUS] = ACTIONS(4233), + [anon_sym_DASH_DASH] = ACTIONS(4233), + [anon_sym_BANG] = ACTIONS(4231), + [anon_sym_BANG_BANG] = ACTIONS(4233), + [anon_sym_data] = ACTIONS(4231), + [anon_sym_inner] = ACTIONS(4231), + [anon_sym_expect] = ACTIONS(4231), + [anon_sym_actual] = ACTIONS(4231), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4233), + [anon_sym_continue_AT] = ACTIONS(4233), + [anon_sym_break_AT] = ACTIONS(4233), + [sym_real_literal] = ACTIONS(4233), + [sym_integer_literal] = ACTIONS(4231), + [sym_hex_literal] = ACTIONS(4233), + [sym_bin_literal] = ACTIONS(4233), + [anon_sym_true] = ACTIONS(4231), + [anon_sym_false] = ACTIONS(4231), + [anon_sym_SQUOTE] = ACTIONS(4233), + [sym__backtick_identifier] = ACTIONS(4233), + [sym__automatic_semicolon] = ACTIONS(4233), + [sym_safe_nav] = ACTIONS(4233), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4233), + }, + [3961] = { + [sym_type_constraints] = STATE(4078), + [sym_function_body] = STATE(3788), + [sym__block] = STATE(3738), + [sym__alpha_identifier] = ACTIONS(4099), + [anon_sym_AT] = ACTIONS(4101), + [anon_sym_COLON] = ACTIONS(7003), + [anon_sym_LBRACK] = ACTIONS(4101), + [anon_sym_as] = ACTIONS(4099), + [anon_sym_EQ] = ACTIONS(6918), + [anon_sym_LBRACE] = ACTIONS(6461), + [anon_sym_RBRACE] = ACTIONS(4101), + [anon_sym_LPAREN] = ACTIONS(4101), + [anon_sym_COMMA] = ACTIONS(4101), + [anon_sym_LT] = ACTIONS(4099), + [anon_sym_GT] = ACTIONS(4099), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(4099), + [anon_sym_SEMI] = ACTIONS(4101), + [anon_sym_get] = ACTIONS(4099), + [anon_sym_set] = ACTIONS(4099), + [anon_sym_STAR] = ACTIONS(4101), + [sym_label] = ACTIONS(4101), + [anon_sym_in] = ACTIONS(4099), + [anon_sym_DOT_DOT] = ACTIONS(4101), + [anon_sym_QMARK_COLON] = ACTIONS(4101), + [anon_sym_AMP_AMP] = ACTIONS(4101), + [anon_sym_PIPE_PIPE] = ACTIONS(4101), + [anon_sym_else] = ACTIONS(4099), + [anon_sym_COLON_COLON] = ACTIONS(4101), + [anon_sym_BANG_EQ] = ACTIONS(4099), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4101), + [anon_sym_EQ_EQ] = ACTIONS(4099), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4101), + [anon_sym_LT_EQ] = ACTIONS(4101), + [anon_sym_GT_EQ] = ACTIONS(4101), + [anon_sym_BANGin] = ACTIONS(4101), + [anon_sym_is] = ACTIONS(4099), + [anon_sym_BANGis] = ACTIONS(4101), + [anon_sym_PLUS] = ACTIONS(4099), + [anon_sym_DASH] = ACTIONS(4099), + [anon_sym_SLASH] = ACTIONS(4099), + [anon_sym_PERCENT] = ACTIONS(4101), + [anon_sym_as_QMARK] = ACTIONS(4101), + [anon_sym_PLUS_PLUS] = ACTIONS(4101), + [anon_sym_DASH_DASH] = ACTIONS(4101), + [anon_sym_BANG_BANG] = ACTIONS(4101), + [anon_sym_suspend] = ACTIONS(4099), + [anon_sym_sealed] = ACTIONS(4099), + [anon_sym_annotation] = ACTIONS(4099), + [anon_sym_data] = ACTIONS(4099), + [anon_sym_inner] = ACTIONS(4099), + [anon_sym_override] = ACTIONS(4099), + [anon_sym_lateinit] = ACTIONS(4099), + [anon_sym_public] = ACTIONS(4099), + [anon_sym_private] = ACTIONS(4099), + [anon_sym_internal] = ACTIONS(4099), + [anon_sym_protected] = ACTIONS(4099), + [anon_sym_tailrec] = ACTIONS(4099), + [anon_sym_operator] = ACTIONS(4099), + [anon_sym_infix] = ACTIONS(4099), + [anon_sym_inline] = ACTIONS(4099), + [anon_sym_external] = ACTIONS(4099), + [sym_property_modifier] = ACTIONS(4099), + [anon_sym_abstract] = ACTIONS(4099), + [anon_sym_final] = ACTIONS(4099), + [anon_sym_open] = ACTIONS(4099), + [anon_sym_vararg] = ACTIONS(4099), + [anon_sym_noinline] = ACTIONS(4099), + [anon_sym_crossinline] = ACTIONS(4099), + [anon_sym_expect] = ACTIONS(4099), + [anon_sym_actual] = ACTIONS(4099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4101), + [sym__automatic_semicolon] = ACTIONS(4101), + [sym_safe_nav] = ACTIONS(4101), + [sym_multiline_comment] = ACTIONS(3), + }, + [3962] = { + [sym_class_body] = STATE(3235), + [sym__alpha_identifier] = ACTIONS(4386), + [anon_sym_AT] = ACTIONS(4388), + [anon_sym_COLON] = ACTIONS(7005), + [anon_sym_LBRACK] = ACTIONS(4388), + [anon_sym_as] = ACTIONS(4386), + [anon_sym_LBRACE] = ACTIONS(3144), + [anon_sym_RBRACE] = ACTIONS(4388), + [anon_sym_LPAREN] = ACTIONS(4388), + [anon_sym_COMMA] = ACTIONS(4388), + [anon_sym_LT] = ACTIONS(4386), + [anon_sym_GT] = ACTIONS(4386), + [anon_sym_where] = ACTIONS(4386), + [anon_sym_object] = ACTIONS(4386), + [anon_sym_fun] = ACTIONS(4386), + [anon_sym_DOT] = ACTIONS(4386), + [anon_sym_SEMI] = ACTIONS(4388), + [anon_sym_get] = ACTIONS(4386), + [anon_sym_set] = ACTIONS(4386), + [anon_sym_this] = ACTIONS(4386), + [anon_sym_super] = ACTIONS(4386), + [anon_sym_STAR] = ACTIONS(4388), + [sym_label] = ACTIONS(4386), + [anon_sym_in] = ACTIONS(4386), + [anon_sym_DOT_DOT] = ACTIONS(4388), + [anon_sym_QMARK_COLON] = ACTIONS(4388), + [anon_sym_AMP_AMP] = ACTIONS(4388), + [anon_sym_PIPE_PIPE] = ACTIONS(4388), + [anon_sym_null] = ACTIONS(4386), + [anon_sym_if] = ACTIONS(4386), + [anon_sym_else] = ACTIONS(4386), + [anon_sym_when] = ACTIONS(4386), + [anon_sym_try] = ACTIONS(4386), + [anon_sym_throw] = ACTIONS(4386), + [anon_sym_return] = ACTIONS(4386), + [anon_sym_continue] = ACTIONS(4386), + [anon_sym_break] = ACTIONS(4386), + [anon_sym_COLON_COLON] = ACTIONS(4388), + [anon_sym_BANG_EQ] = ACTIONS(4386), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4388), + [anon_sym_EQ_EQ] = ACTIONS(4386), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4388), + [anon_sym_LT_EQ] = ACTIONS(4388), + [anon_sym_GT_EQ] = ACTIONS(4388), + [anon_sym_BANGin] = ACTIONS(4388), + [anon_sym_is] = ACTIONS(4386), + [anon_sym_BANGis] = ACTIONS(4388), + [anon_sym_PLUS] = ACTIONS(4386), + [anon_sym_DASH] = ACTIONS(4386), + [anon_sym_SLASH] = ACTIONS(4386), + [anon_sym_PERCENT] = ACTIONS(4388), + [anon_sym_as_QMARK] = ACTIONS(4388), + [anon_sym_PLUS_PLUS] = ACTIONS(4388), + [anon_sym_DASH_DASH] = ACTIONS(4388), + [anon_sym_BANG] = ACTIONS(4386), + [anon_sym_BANG_BANG] = ACTIONS(4388), + [anon_sym_data] = ACTIONS(4386), + [anon_sym_inner] = ACTIONS(4386), + [anon_sym_expect] = ACTIONS(4386), + [anon_sym_actual] = ACTIONS(4386), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [anon_sym_return_AT] = ACTIONS(4388), + [anon_sym_continue_AT] = ACTIONS(4388), + [anon_sym_break_AT] = ACTIONS(4388), + [sym_real_literal] = ACTIONS(4388), + [sym_integer_literal] = ACTIONS(4386), + [sym_hex_literal] = ACTIONS(4388), + [sym_bin_literal] = ACTIONS(4388), + [anon_sym_true] = ACTIONS(4386), + [anon_sym_false] = ACTIONS(4386), + [anon_sym_SQUOTE] = ACTIONS(4388), + [sym__backtick_identifier] = ACTIONS(4388), + [sym__automatic_semicolon] = ACTIONS(4388), + [sym_safe_nav] = ACTIONS(4388), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4388), }, - [3995] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2308), - [sym__comparison_operator] = STATE(2309), - [sym__in_operator] = STATE(2310), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2311), - [sym__multiplicative_operator] = STATE(2312), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2313), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), - [sym__alpha_identifier] = ACTIONS(2984), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_RBRACK] = ACTIONS(2986), - [anon_sym_as] = ACTIONS(6381), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(2986), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_COMMA] = ACTIONS(2986), - [anon_sym_RPAREN] = ACTIONS(2986), - [anon_sym_LT] = ACTIONS(2988), - [anon_sym_GT] = ACTIONS(2984), - [anon_sym_where] = ACTIONS(2984), - [anon_sym_DOT] = ACTIONS(6387), - [anon_sym_SEMI] = ACTIONS(2986), - [anon_sym_get] = ACTIONS(2984), - [anon_sym_set] = ACTIONS(2984), - [anon_sym_STAR] = ACTIONS(7007), - [anon_sym_DASH_GT] = ACTIONS(2986), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(2984), - [anon_sym_while] = ACTIONS(2984), - [anon_sym_DOT_DOT] = ACTIONS(2986), - [anon_sym_QMARK_COLON] = ACTIONS(2986), - [anon_sym_AMP_AMP] = ACTIONS(2986), - [anon_sym_PIPE_PIPE] = ACTIONS(2986), - [anon_sym_else] = ACTIONS(2984), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(2984), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2986), - [anon_sym_EQ_EQ] = ACTIONS(2984), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2986), - [anon_sym_LT_EQ] = ACTIONS(2986), - [anon_sym_GT_EQ] = ACTIONS(2986), - [anon_sym_BANGin] = ACTIONS(2986), - [anon_sym_is] = ACTIONS(2984), - [anon_sym_BANGis] = ACTIONS(2986), - [anon_sym_PLUS] = ACTIONS(7011), - [anon_sym_DASH] = ACTIONS(7011), - [anon_sym_SLASH] = ACTIONS(7013), - [anon_sym_PERCENT] = ACTIONS(7007), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), - [anon_sym_data] = ACTIONS(2984), - [anon_sym_inner] = ACTIONS(2984), - [anon_sym_expect] = ACTIONS(2984), - [anon_sym_actual] = ACTIONS(2984), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(2986), - [sym_safe_nav] = ACTIONS(6403), + [3963] = { + [sym_class_body] = STATE(3344), + [sym__alpha_identifier] = ACTIONS(4410), + [anon_sym_AT] = ACTIONS(4412), + [anon_sym_COLON] = ACTIONS(7007), + [anon_sym_LBRACK] = ACTIONS(4412), + [anon_sym_as] = ACTIONS(4410), + [anon_sym_LBRACE] = ACTIONS(3144), + [anon_sym_RBRACE] = ACTIONS(4412), + [anon_sym_LPAREN] = ACTIONS(4412), + [anon_sym_COMMA] = ACTIONS(4412), + [anon_sym_LT] = ACTIONS(4410), + [anon_sym_GT] = ACTIONS(4410), + [anon_sym_where] = ACTIONS(4410), + [anon_sym_object] = ACTIONS(4410), + [anon_sym_fun] = ACTIONS(4410), + [anon_sym_DOT] = ACTIONS(4410), + [anon_sym_SEMI] = ACTIONS(4412), + [anon_sym_get] = ACTIONS(4410), + [anon_sym_set] = ACTIONS(4410), + [anon_sym_this] = ACTIONS(4410), + [anon_sym_super] = ACTIONS(4410), + [anon_sym_STAR] = ACTIONS(4412), + [sym_label] = ACTIONS(4410), + [anon_sym_in] = ACTIONS(4410), + [anon_sym_DOT_DOT] = ACTIONS(4412), + [anon_sym_QMARK_COLON] = ACTIONS(4412), + [anon_sym_AMP_AMP] = ACTIONS(4412), + [anon_sym_PIPE_PIPE] = ACTIONS(4412), + [anon_sym_null] = ACTIONS(4410), + [anon_sym_if] = ACTIONS(4410), + [anon_sym_else] = ACTIONS(4410), + [anon_sym_when] = ACTIONS(4410), + [anon_sym_try] = ACTIONS(4410), + [anon_sym_throw] = ACTIONS(4410), + [anon_sym_return] = ACTIONS(4410), + [anon_sym_continue] = ACTIONS(4410), + [anon_sym_break] = ACTIONS(4410), + [anon_sym_COLON_COLON] = ACTIONS(4412), + [anon_sym_BANG_EQ] = ACTIONS(4410), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4412), + [anon_sym_EQ_EQ] = ACTIONS(4410), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4412), + [anon_sym_LT_EQ] = ACTIONS(4412), + [anon_sym_GT_EQ] = ACTIONS(4412), + [anon_sym_BANGin] = ACTIONS(4412), + [anon_sym_is] = ACTIONS(4410), + [anon_sym_BANGis] = ACTIONS(4412), + [anon_sym_PLUS] = ACTIONS(4410), + [anon_sym_DASH] = ACTIONS(4410), + [anon_sym_SLASH] = ACTIONS(4410), + [anon_sym_PERCENT] = ACTIONS(4412), + [anon_sym_as_QMARK] = ACTIONS(4412), + [anon_sym_PLUS_PLUS] = ACTIONS(4412), + [anon_sym_DASH_DASH] = ACTIONS(4412), + [anon_sym_BANG] = ACTIONS(4410), + [anon_sym_BANG_BANG] = ACTIONS(4412), + [anon_sym_data] = ACTIONS(4410), + [anon_sym_inner] = ACTIONS(4410), + [anon_sym_expect] = ACTIONS(4410), + [anon_sym_actual] = ACTIONS(4410), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4412), + [anon_sym_continue_AT] = ACTIONS(4412), + [anon_sym_break_AT] = ACTIONS(4412), + [sym_real_literal] = ACTIONS(4412), + [sym_integer_literal] = ACTIONS(4410), + [sym_hex_literal] = ACTIONS(4412), + [sym_bin_literal] = ACTIONS(4412), + [anon_sym_true] = ACTIONS(4410), + [anon_sym_false] = ACTIONS(4410), + [anon_sym_SQUOTE] = ACTIONS(4412), + [sym__backtick_identifier] = ACTIONS(4412), + [sym__automatic_semicolon] = ACTIONS(4412), + [sym_safe_nav] = ACTIONS(4412), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4412), + }, + [3964] = { + [sym_type_constraints] = STATE(4110), + [sym_function_body] = STATE(3248), + [sym__block] = STATE(3464), + [sym__alpha_identifier] = ACTIONS(4047), + [anon_sym_AT] = ACTIONS(4049), + [anon_sym_COLON] = ACTIONS(7009), + [anon_sym_LBRACK] = ACTIONS(4049), + [anon_sym_as] = ACTIONS(4047), + [anon_sym_EQ] = ACTIONS(6967), + [anon_sym_LBRACE] = ACTIONS(6233), + [anon_sym_RBRACE] = ACTIONS(4049), + [anon_sym_LPAREN] = ACTIONS(4049), + [anon_sym_RPAREN] = ACTIONS(4049), + [anon_sym_LT] = ACTIONS(4047), + [anon_sym_GT] = ACTIONS(4047), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(4047), + [anon_sym_SEMI] = ACTIONS(4049), + [anon_sym_get] = ACTIONS(4047), + [anon_sym_set] = ACTIONS(4047), + [anon_sym_STAR] = ACTIONS(4049), + [sym_label] = ACTIONS(4049), + [anon_sym_in] = ACTIONS(4047), + [anon_sym_while] = ACTIONS(4047), + [anon_sym_DOT_DOT] = ACTIONS(4049), + [anon_sym_QMARK_COLON] = ACTIONS(4049), + [anon_sym_AMP_AMP] = ACTIONS(4049), + [anon_sym_PIPE_PIPE] = ACTIONS(4049), + [anon_sym_else] = ACTIONS(4047), + [anon_sym_COLON_COLON] = ACTIONS(4049), + [anon_sym_BANG_EQ] = ACTIONS(4047), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4049), + [anon_sym_EQ_EQ] = ACTIONS(4047), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4049), + [anon_sym_LT_EQ] = ACTIONS(4049), + [anon_sym_GT_EQ] = ACTIONS(4049), + [anon_sym_BANGin] = ACTIONS(4049), + [anon_sym_is] = ACTIONS(4047), + [anon_sym_BANGis] = ACTIONS(4049), + [anon_sym_PLUS] = ACTIONS(4047), + [anon_sym_DASH] = ACTIONS(4047), + [anon_sym_SLASH] = ACTIONS(4047), + [anon_sym_PERCENT] = ACTIONS(4049), + [anon_sym_as_QMARK] = ACTIONS(4049), + [anon_sym_PLUS_PLUS] = ACTIONS(4049), + [anon_sym_DASH_DASH] = ACTIONS(4049), + [anon_sym_BANG_BANG] = ACTIONS(4049), + [anon_sym_suspend] = ACTIONS(4047), + [anon_sym_sealed] = ACTIONS(4047), + [anon_sym_annotation] = ACTIONS(4047), + [anon_sym_data] = ACTIONS(4047), + [anon_sym_inner] = ACTIONS(4047), + [anon_sym_override] = ACTIONS(4047), + [anon_sym_lateinit] = ACTIONS(4047), + [anon_sym_public] = ACTIONS(4047), + [anon_sym_private] = ACTIONS(4047), + [anon_sym_internal] = ACTIONS(4047), + [anon_sym_protected] = ACTIONS(4047), + [anon_sym_tailrec] = ACTIONS(4047), + [anon_sym_operator] = ACTIONS(4047), + [anon_sym_infix] = ACTIONS(4047), + [anon_sym_inline] = ACTIONS(4047), + [anon_sym_external] = ACTIONS(4047), + [sym_property_modifier] = ACTIONS(4047), + [anon_sym_abstract] = ACTIONS(4047), + [anon_sym_final] = ACTIONS(4047), + [anon_sym_open] = ACTIONS(4047), + [anon_sym_vararg] = ACTIONS(4047), + [anon_sym_noinline] = ACTIONS(4047), + [anon_sym_crossinline] = ACTIONS(4047), + [anon_sym_expect] = ACTIONS(4047), + [anon_sym_actual] = ACTIONS(4047), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4049), + [sym_safe_nav] = ACTIONS(4049), [sym_multiline_comment] = ACTIONS(3), }, - [3996] = { - [sym__alpha_identifier] = ACTIONS(5055), - [anon_sym_AT] = ACTIONS(5057), - [anon_sym_LBRACK] = ACTIONS(5057), - [anon_sym_typealias] = ACTIONS(5055), - [anon_sym_class] = ACTIONS(5055), - [anon_sym_interface] = ACTIONS(5055), - [anon_sym_enum] = ACTIONS(5055), - [anon_sym_LBRACE] = ACTIONS(5057), - [anon_sym_LPAREN] = ACTIONS(5057), - [anon_sym_val] = ACTIONS(5055), - [anon_sym_var] = ACTIONS(5055), - [anon_sym_object] = ACTIONS(5055), - [anon_sym_fun] = ACTIONS(5055), - [anon_sym_get] = ACTIONS(5055), - [anon_sym_set] = ACTIONS(5055), - [anon_sym_this] = ACTIONS(5055), - [anon_sym_super] = ACTIONS(5055), - [anon_sym_STAR] = ACTIONS(5057), - [sym_label] = ACTIONS(5055), - [anon_sym_for] = ACTIONS(5055), - [anon_sym_while] = ACTIONS(5055), - [anon_sym_do] = ACTIONS(5055), - [anon_sym_null] = ACTIONS(5055), - [anon_sym_if] = ACTIONS(5055), - [anon_sym_when] = ACTIONS(5055), - [anon_sym_try] = ACTIONS(5055), - [anon_sym_throw] = ACTIONS(5055), - [anon_sym_return] = ACTIONS(5055), - [anon_sym_continue] = ACTIONS(5055), - [anon_sym_break] = ACTIONS(5055), - [anon_sym_COLON_COLON] = ACTIONS(5057), - [anon_sym_PLUS] = ACTIONS(5055), - [anon_sym_DASH] = ACTIONS(5055), - [anon_sym_PLUS_PLUS] = ACTIONS(5057), - [anon_sym_DASH_DASH] = ACTIONS(5057), - [anon_sym_BANG] = ACTIONS(5057), - [anon_sym_suspend] = ACTIONS(5055), - [anon_sym_sealed] = ACTIONS(5055), - [anon_sym_annotation] = ACTIONS(5055), - [anon_sym_data] = ACTIONS(5055), - [anon_sym_inner] = ACTIONS(5055), - [anon_sym_override] = ACTIONS(5055), - [anon_sym_lateinit] = ACTIONS(5055), - [anon_sym_public] = ACTIONS(5055), - [anon_sym_private] = ACTIONS(5055), - [anon_sym_internal] = ACTIONS(5055), - [anon_sym_protected] = ACTIONS(5055), - [anon_sym_tailrec] = ACTIONS(5055), - [anon_sym_operator] = ACTIONS(5055), - [anon_sym_infix] = ACTIONS(5055), - [anon_sym_inline] = ACTIONS(5055), - [anon_sym_external] = ACTIONS(5055), - [sym_property_modifier] = ACTIONS(5055), - [anon_sym_abstract] = ACTIONS(5055), - [anon_sym_final] = ACTIONS(5055), - [anon_sym_open] = ACTIONS(5055), - [anon_sym_vararg] = ACTIONS(5055), - [anon_sym_noinline] = ACTIONS(5055), - [anon_sym_crossinline] = ACTIONS(5055), - [anon_sym_expect] = ACTIONS(5055), - [anon_sym_actual] = ACTIONS(5055), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5057), - [anon_sym_continue_AT] = ACTIONS(5057), - [anon_sym_break_AT] = ACTIONS(5057), - [sym_real_literal] = ACTIONS(5057), - [sym_integer_literal] = ACTIONS(5055), - [sym_hex_literal] = ACTIONS(5057), - [sym_bin_literal] = ACTIONS(5057), - [anon_sym_true] = ACTIONS(5055), - [anon_sym_false] = ACTIONS(5055), - [anon_sym_SQUOTE] = ACTIONS(5057), - [sym__backtick_identifier] = ACTIONS(5057), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5057), + [3965] = { + [sym__alpha_identifier] = ACTIONS(4792), + [anon_sym_AT] = ACTIONS(4794), + [anon_sym_LBRACK] = ACTIONS(4794), + [anon_sym_as] = ACTIONS(4792), + [anon_sym_EQ] = ACTIONS(4792), + [anon_sym_LBRACE] = ACTIONS(4794), + [anon_sym_RBRACE] = ACTIONS(4794), + [anon_sym_LPAREN] = ACTIONS(4794), + [anon_sym_LT] = ACTIONS(4792), + [anon_sym_GT] = ACTIONS(4792), + [anon_sym_DOT] = ACTIONS(4792), + [anon_sym_SEMI] = ACTIONS(7011), + [anon_sym_get] = ACTIONS(4792), + [anon_sym_set] = ACTIONS(4792), + [anon_sym_STAR] = ACTIONS(4792), + [sym_label] = ACTIONS(4794), + [anon_sym_in] = ACTIONS(4792), + [anon_sym_DOT_DOT] = ACTIONS(4794), + [anon_sym_QMARK_COLON] = ACTIONS(4794), + [anon_sym_AMP_AMP] = ACTIONS(4794), + [anon_sym_PIPE_PIPE] = ACTIONS(4794), + [anon_sym_else] = ACTIONS(7013), + [anon_sym_COLON_COLON] = ACTIONS(4794), + [anon_sym_PLUS_EQ] = ACTIONS(4794), + [anon_sym_DASH_EQ] = ACTIONS(4794), + [anon_sym_STAR_EQ] = ACTIONS(4794), + [anon_sym_SLASH_EQ] = ACTIONS(4794), + [anon_sym_PERCENT_EQ] = ACTIONS(4794), + [anon_sym_BANG_EQ] = ACTIONS(4792), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4794), + [anon_sym_EQ_EQ] = ACTIONS(4792), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4794), + [anon_sym_LT_EQ] = ACTIONS(4794), + [anon_sym_GT_EQ] = ACTIONS(4794), + [anon_sym_BANGin] = ACTIONS(4794), + [anon_sym_is] = ACTIONS(4792), + [anon_sym_BANGis] = ACTIONS(4794), + [anon_sym_PLUS] = ACTIONS(4792), + [anon_sym_DASH] = ACTIONS(4792), + [anon_sym_SLASH] = ACTIONS(4792), + [anon_sym_PERCENT] = ACTIONS(4792), + [anon_sym_as_QMARK] = ACTIONS(4794), + [anon_sym_PLUS_PLUS] = ACTIONS(4794), + [anon_sym_DASH_DASH] = ACTIONS(4794), + [anon_sym_BANG_BANG] = ACTIONS(4794), + [anon_sym_suspend] = ACTIONS(4792), + [anon_sym_sealed] = ACTIONS(4792), + [anon_sym_annotation] = ACTIONS(4792), + [anon_sym_data] = ACTIONS(4792), + [anon_sym_inner] = ACTIONS(4792), + [anon_sym_override] = ACTIONS(4792), + [anon_sym_lateinit] = ACTIONS(4792), + [anon_sym_public] = ACTIONS(4792), + [anon_sym_private] = ACTIONS(4792), + [anon_sym_internal] = ACTIONS(4792), + [anon_sym_protected] = ACTIONS(4792), + [anon_sym_tailrec] = ACTIONS(4792), + [anon_sym_operator] = ACTIONS(4792), + [anon_sym_infix] = ACTIONS(4792), + [anon_sym_inline] = ACTIONS(4792), + [anon_sym_external] = ACTIONS(4792), + [sym_property_modifier] = ACTIONS(4792), + [anon_sym_abstract] = ACTIONS(4792), + [anon_sym_final] = ACTIONS(4792), + [anon_sym_open] = ACTIONS(4792), + [anon_sym_vararg] = ACTIONS(4792), + [anon_sym_noinline] = ACTIONS(4792), + [anon_sym_crossinline] = ACTIONS(4792), + [anon_sym_expect] = ACTIONS(4792), + [anon_sym_actual] = ACTIONS(4792), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4794), + [sym__automatic_semicolon] = ACTIONS(4794), + [sym_safe_nav] = ACTIONS(4794), + [sym_multiline_comment] = ACTIONS(3), }, - [3997] = { - [sym_type_constraints] = STATE(4070), - [sym_function_body] = STATE(3723), - [sym__block] = STATE(3725), - [sym__alpha_identifier] = ACTIONS(4181), - [anon_sym_AT] = ACTIONS(4183), - [anon_sym_LBRACK] = ACTIONS(4183), - [anon_sym_as] = ACTIONS(4181), - [anon_sym_EQ] = ACTIONS(6934), - [anon_sym_LBRACE] = ACTIONS(6434), - [anon_sym_RBRACE] = ACTIONS(4183), - [anon_sym_LPAREN] = ACTIONS(4183), - [anon_sym_COMMA] = ACTIONS(4183), - [anon_sym_LT] = ACTIONS(4181), - [anon_sym_GT] = ACTIONS(4181), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(4181), - [anon_sym_SEMI] = ACTIONS(4183), - [anon_sym_get] = ACTIONS(4181), - [anon_sym_set] = ACTIONS(4181), - [anon_sym_STAR] = ACTIONS(4183), - [sym_label] = ACTIONS(4183), - [anon_sym_in] = ACTIONS(4181), - [anon_sym_DOT_DOT] = ACTIONS(4183), - [anon_sym_QMARK_COLON] = ACTIONS(4183), - [anon_sym_AMP_AMP] = ACTIONS(4183), - [anon_sym_PIPE_PIPE] = ACTIONS(4183), - [anon_sym_else] = ACTIONS(4181), - [anon_sym_COLON_COLON] = ACTIONS(4183), - [anon_sym_BANG_EQ] = ACTIONS(4181), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4183), - [anon_sym_EQ_EQ] = ACTIONS(4181), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4183), - [anon_sym_LT_EQ] = ACTIONS(4183), - [anon_sym_GT_EQ] = ACTIONS(4183), - [anon_sym_BANGin] = ACTIONS(4183), - [anon_sym_is] = ACTIONS(4181), - [anon_sym_BANGis] = ACTIONS(4183), - [anon_sym_PLUS] = ACTIONS(4181), - [anon_sym_DASH] = ACTIONS(4181), - [anon_sym_SLASH] = ACTIONS(4181), - [anon_sym_PERCENT] = ACTIONS(4183), - [anon_sym_as_QMARK] = ACTIONS(4183), - [anon_sym_PLUS_PLUS] = ACTIONS(4183), - [anon_sym_DASH_DASH] = ACTIONS(4183), - [anon_sym_BANG_BANG] = ACTIONS(4183), - [anon_sym_suspend] = ACTIONS(4181), - [anon_sym_sealed] = ACTIONS(4181), - [anon_sym_annotation] = ACTIONS(4181), - [anon_sym_data] = ACTIONS(4181), - [anon_sym_inner] = ACTIONS(4181), - [anon_sym_override] = ACTIONS(4181), - [anon_sym_lateinit] = ACTIONS(4181), - [anon_sym_public] = ACTIONS(4181), - [anon_sym_private] = ACTIONS(4181), - [anon_sym_internal] = ACTIONS(4181), - [anon_sym_protected] = ACTIONS(4181), - [anon_sym_tailrec] = ACTIONS(4181), - [anon_sym_operator] = ACTIONS(4181), - [anon_sym_infix] = ACTIONS(4181), - [anon_sym_inline] = ACTIONS(4181), - [anon_sym_external] = ACTIONS(4181), - [sym_property_modifier] = ACTIONS(4181), - [anon_sym_abstract] = ACTIONS(4181), - [anon_sym_final] = ACTIONS(4181), - [anon_sym_open] = ACTIONS(4181), - [anon_sym_vararg] = ACTIONS(4181), - [anon_sym_noinline] = ACTIONS(4181), - [anon_sym_crossinline] = ACTIONS(4181), - [anon_sym_expect] = ACTIONS(4181), - [anon_sym_actual] = ACTIONS(4181), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4183), - [sym__automatic_semicolon] = ACTIONS(4183), - [sym_safe_nav] = ACTIONS(4183), + [3966] = { + [sym_function_body] = STATE(3268), + [sym__block] = STATE(3334), + [sym__alpha_identifier] = ACTIONS(4047), + [anon_sym_AT] = ACTIONS(4049), + [anon_sym_LBRACK] = ACTIONS(4049), + [anon_sym_as] = ACTIONS(4047), + [anon_sym_EQ] = ACTIONS(6756), + [anon_sym_LBRACE] = ACTIONS(6244), + [anon_sym_RBRACE] = ACTIONS(4049), + [anon_sym_LPAREN] = ACTIONS(4049), + [anon_sym_LT] = ACTIONS(4047), + [anon_sym_GT] = ACTIONS(4047), + [anon_sym_object] = ACTIONS(4047), + [anon_sym_fun] = ACTIONS(4047), + [anon_sym_DOT] = ACTIONS(4047), + [anon_sym_SEMI] = ACTIONS(4049), + [anon_sym_get] = ACTIONS(4047), + [anon_sym_set] = ACTIONS(4047), + [anon_sym_this] = ACTIONS(4047), + [anon_sym_super] = ACTIONS(4047), + [anon_sym_STAR] = ACTIONS(4049), + [sym_label] = ACTIONS(4047), + [anon_sym_in] = ACTIONS(4047), + [anon_sym_DOT_DOT] = ACTIONS(4049), + [anon_sym_QMARK_COLON] = ACTIONS(4049), + [anon_sym_AMP_AMP] = ACTIONS(4049), + [anon_sym_PIPE_PIPE] = ACTIONS(4049), + [anon_sym_null] = ACTIONS(4047), + [anon_sym_if] = ACTIONS(4047), + [anon_sym_else] = ACTIONS(4047), + [anon_sym_when] = ACTIONS(4047), + [anon_sym_try] = ACTIONS(4047), + [anon_sym_throw] = ACTIONS(4047), + [anon_sym_return] = ACTIONS(4047), + [anon_sym_continue] = ACTIONS(4047), + [anon_sym_break] = ACTIONS(4047), + [anon_sym_COLON_COLON] = ACTIONS(4049), + [anon_sym_BANG_EQ] = ACTIONS(4047), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4049), + [anon_sym_EQ_EQ] = ACTIONS(4047), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4049), + [anon_sym_LT_EQ] = ACTIONS(4049), + [anon_sym_GT_EQ] = ACTIONS(4049), + [anon_sym_BANGin] = ACTIONS(4049), + [anon_sym_is] = ACTIONS(4047), + [anon_sym_BANGis] = ACTIONS(4049), + [anon_sym_PLUS] = ACTIONS(4047), + [anon_sym_DASH] = ACTIONS(4047), + [anon_sym_SLASH] = ACTIONS(4047), + [anon_sym_PERCENT] = ACTIONS(4049), + [anon_sym_as_QMARK] = ACTIONS(4049), + [anon_sym_PLUS_PLUS] = ACTIONS(4049), + [anon_sym_DASH_DASH] = ACTIONS(4049), + [anon_sym_BANG] = ACTIONS(4047), + [anon_sym_BANG_BANG] = ACTIONS(4049), + [anon_sym_data] = ACTIONS(4047), + [anon_sym_inner] = ACTIONS(4047), + [anon_sym_expect] = ACTIONS(4047), + [anon_sym_actual] = ACTIONS(4047), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4049), + [anon_sym_continue_AT] = ACTIONS(4049), + [anon_sym_break_AT] = ACTIONS(4049), + [sym_real_literal] = ACTIONS(4049), + [sym_integer_literal] = ACTIONS(4047), + [sym_hex_literal] = ACTIONS(4049), + [sym_bin_literal] = ACTIONS(4049), + [anon_sym_true] = ACTIONS(4047), + [anon_sym_false] = ACTIONS(4047), + [anon_sym_SQUOTE] = ACTIONS(4049), + [sym__backtick_identifier] = ACTIONS(4049), + [sym__automatic_semicolon] = ACTIONS(4049), + [sym_safe_nav] = ACTIONS(4049), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4049), + }, + [3967] = { + [sym_type_constraints] = STATE(4114), + [sym_function_body] = STATE(3317), + [sym__block] = STATE(3464), + [sym__alpha_identifier] = ACTIONS(4256), + [anon_sym_AT] = ACTIONS(4258), + [anon_sym_LBRACK] = ACTIONS(4258), + [anon_sym_as] = ACTIONS(4256), + [anon_sym_EQ] = ACTIONS(6967), + [anon_sym_LBRACE] = ACTIONS(6233), + [anon_sym_RBRACE] = ACTIONS(4258), + [anon_sym_LPAREN] = ACTIONS(4258), + [anon_sym_RPAREN] = ACTIONS(4258), + [anon_sym_LT] = ACTIONS(4256), + [anon_sym_GT] = ACTIONS(4256), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(4256), + [anon_sym_SEMI] = ACTIONS(4258), + [anon_sym_get] = ACTIONS(4256), + [anon_sym_set] = ACTIONS(4256), + [anon_sym_STAR] = ACTIONS(4258), + [sym_label] = ACTIONS(4258), + [anon_sym_in] = ACTIONS(4256), + [anon_sym_while] = ACTIONS(4256), + [anon_sym_DOT_DOT] = ACTIONS(4258), + [anon_sym_QMARK_COLON] = ACTIONS(4258), + [anon_sym_AMP_AMP] = ACTIONS(4258), + [anon_sym_PIPE_PIPE] = ACTIONS(4258), + [anon_sym_else] = ACTIONS(4256), + [anon_sym_COLON_COLON] = ACTIONS(4258), + [anon_sym_BANG_EQ] = ACTIONS(4256), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4258), + [anon_sym_EQ_EQ] = ACTIONS(4256), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4258), + [anon_sym_LT_EQ] = ACTIONS(4258), + [anon_sym_GT_EQ] = ACTIONS(4258), + [anon_sym_BANGin] = ACTIONS(4258), + [anon_sym_is] = ACTIONS(4256), + [anon_sym_BANGis] = ACTIONS(4258), + [anon_sym_PLUS] = ACTIONS(4256), + [anon_sym_DASH] = ACTIONS(4256), + [anon_sym_SLASH] = ACTIONS(4256), + [anon_sym_PERCENT] = ACTIONS(4258), + [anon_sym_as_QMARK] = ACTIONS(4258), + [anon_sym_PLUS_PLUS] = ACTIONS(4258), + [anon_sym_DASH_DASH] = ACTIONS(4258), + [anon_sym_BANG_BANG] = ACTIONS(4258), + [anon_sym_suspend] = ACTIONS(4256), + [anon_sym_sealed] = ACTIONS(4256), + [anon_sym_annotation] = ACTIONS(4256), + [anon_sym_data] = ACTIONS(4256), + [anon_sym_inner] = ACTIONS(4256), + [anon_sym_override] = ACTIONS(4256), + [anon_sym_lateinit] = ACTIONS(4256), + [anon_sym_public] = ACTIONS(4256), + [anon_sym_private] = ACTIONS(4256), + [anon_sym_internal] = ACTIONS(4256), + [anon_sym_protected] = ACTIONS(4256), + [anon_sym_tailrec] = ACTIONS(4256), + [anon_sym_operator] = ACTIONS(4256), + [anon_sym_infix] = ACTIONS(4256), + [anon_sym_inline] = ACTIONS(4256), + [anon_sym_external] = ACTIONS(4256), + [sym_property_modifier] = ACTIONS(4256), + [anon_sym_abstract] = ACTIONS(4256), + [anon_sym_final] = ACTIONS(4256), + [anon_sym_open] = ACTIONS(4256), + [anon_sym_vararg] = ACTIONS(4256), + [anon_sym_noinline] = ACTIONS(4256), + [anon_sym_crossinline] = ACTIONS(4256), + [anon_sym_expect] = ACTIONS(4256), + [anon_sym_actual] = ACTIONS(4256), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4258), + [sym_safe_nav] = ACTIONS(4258), [sym_multiline_comment] = ACTIONS(3), }, - [3998] = { - [sym_type_constraints] = STATE(4072), - [sym_function_body] = STATE(3750), - [sym__block] = STATE(3725), - [sym__alpha_identifier] = ACTIONS(4300), - [anon_sym_AT] = ACTIONS(4302), - [anon_sym_LBRACK] = ACTIONS(4302), - [anon_sym_as] = ACTIONS(4300), - [anon_sym_EQ] = ACTIONS(6934), - [anon_sym_LBRACE] = ACTIONS(6434), - [anon_sym_RBRACE] = ACTIONS(4302), - [anon_sym_LPAREN] = ACTIONS(4302), - [anon_sym_COMMA] = ACTIONS(4302), - [anon_sym_LT] = ACTIONS(4300), - [anon_sym_GT] = ACTIONS(4300), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(4300), - [anon_sym_SEMI] = ACTIONS(4302), - [anon_sym_get] = ACTIONS(4300), - [anon_sym_set] = ACTIONS(4300), - [anon_sym_STAR] = ACTIONS(4302), - [sym_label] = ACTIONS(4302), - [anon_sym_in] = ACTIONS(4300), - [anon_sym_DOT_DOT] = ACTIONS(4302), - [anon_sym_QMARK_COLON] = ACTIONS(4302), - [anon_sym_AMP_AMP] = ACTIONS(4302), - [anon_sym_PIPE_PIPE] = ACTIONS(4302), - [anon_sym_else] = ACTIONS(4300), - [anon_sym_COLON_COLON] = ACTIONS(4302), - [anon_sym_BANG_EQ] = ACTIONS(4300), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4302), - [anon_sym_EQ_EQ] = ACTIONS(4300), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4302), - [anon_sym_LT_EQ] = ACTIONS(4302), - [anon_sym_GT_EQ] = ACTIONS(4302), - [anon_sym_BANGin] = ACTIONS(4302), - [anon_sym_is] = ACTIONS(4300), - [anon_sym_BANGis] = ACTIONS(4302), - [anon_sym_PLUS] = ACTIONS(4300), - [anon_sym_DASH] = ACTIONS(4300), - [anon_sym_SLASH] = ACTIONS(4300), - [anon_sym_PERCENT] = ACTIONS(4302), - [anon_sym_as_QMARK] = ACTIONS(4302), - [anon_sym_PLUS_PLUS] = ACTIONS(4302), - [anon_sym_DASH_DASH] = ACTIONS(4302), - [anon_sym_BANG_BANG] = ACTIONS(4302), - [anon_sym_suspend] = ACTIONS(4300), - [anon_sym_sealed] = ACTIONS(4300), - [anon_sym_annotation] = ACTIONS(4300), - [anon_sym_data] = ACTIONS(4300), - [anon_sym_inner] = ACTIONS(4300), - [anon_sym_override] = ACTIONS(4300), - [anon_sym_lateinit] = ACTIONS(4300), - [anon_sym_public] = ACTIONS(4300), - [anon_sym_private] = ACTIONS(4300), - [anon_sym_internal] = ACTIONS(4300), - [anon_sym_protected] = ACTIONS(4300), - [anon_sym_tailrec] = ACTIONS(4300), - [anon_sym_operator] = ACTIONS(4300), - [anon_sym_infix] = ACTIONS(4300), - [anon_sym_inline] = ACTIONS(4300), - [anon_sym_external] = ACTIONS(4300), - [sym_property_modifier] = ACTIONS(4300), - [anon_sym_abstract] = ACTIONS(4300), - [anon_sym_final] = ACTIONS(4300), - [anon_sym_open] = ACTIONS(4300), - [anon_sym_vararg] = ACTIONS(4300), - [anon_sym_noinline] = ACTIONS(4300), - [anon_sym_crossinline] = ACTIONS(4300), - [anon_sym_expect] = ACTIONS(4300), - [anon_sym_actual] = ACTIONS(4300), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4302), - [sym__automatic_semicolon] = ACTIONS(4302), - [sym_safe_nav] = ACTIONS(4302), + [3968] = { + [sym__alpha_identifier] = ACTIONS(7015), + [anon_sym_AT] = ACTIONS(7017), + [anon_sym_LBRACK] = ACTIONS(7017), + [anon_sym_typealias] = ACTIONS(7015), + [anon_sym_class] = ACTIONS(7015), + [anon_sym_interface] = ACTIONS(7015), + [anon_sym_enum] = ACTIONS(7015), + [anon_sym_LBRACE] = ACTIONS(7017), + [anon_sym_LPAREN] = ACTIONS(7017), + [anon_sym_val] = ACTIONS(7015), + [anon_sym_var] = ACTIONS(7015), + [anon_sym_object] = ACTIONS(7015), + [anon_sym_fun] = ACTIONS(7015), + [anon_sym_get] = ACTIONS(7015), + [anon_sym_set] = ACTIONS(7015), + [anon_sym_this] = ACTIONS(7015), + [anon_sym_super] = ACTIONS(7015), + [anon_sym_STAR] = ACTIONS(7017), + [sym_label] = ACTIONS(7015), + [anon_sym_for] = ACTIONS(7015), + [anon_sym_while] = ACTIONS(7015), + [anon_sym_do] = ACTIONS(7015), + [anon_sym_null] = ACTIONS(7015), + [anon_sym_if] = ACTIONS(7015), + [anon_sym_when] = ACTIONS(7015), + [anon_sym_try] = ACTIONS(7015), + [anon_sym_throw] = ACTIONS(7015), + [anon_sym_return] = ACTIONS(7015), + [anon_sym_continue] = ACTIONS(7015), + [anon_sym_break] = ACTIONS(7015), + [anon_sym_COLON_COLON] = ACTIONS(7017), + [anon_sym_PLUS] = ACTIONS(7015), + [anon_sym_DASH] = ACTIONS(7015), + [anon_sym_PLUS_PLUS] = ACTIONS(7017), + [anon_sym_DASH_DASH] = ACTIONS(7017), + [anon_sym_BANG] = ACTIONS(7017), + [anon_sym_suspend] = ACTIONS(7015), + [anon_sym_sealed] = ACTIONS(7015), + [anon_sym_annotation] = ACTIONS(7015), + [anon_sym_data] = ACTIONS(7015), + [anon_sym_inner] = ACTIONS(7015), + [anon_sym_override] = ACTIONS(7015), + [anon_sym_lateinit] = ACTIONS(7015), + [anon_sym_public] = ACTIONS(7015), + [anon_sym_private] = ACTIONS(7015), + [anon_sym_internal] = ACTIONS(7015), + [anon_sym_protected] = ACTIONS(7015), + [anon_sym_tailrec] = ACTIONS(7015), + [anon_sym_operator] = ACTIONS(7015), + [anon_sym_infix] = ACTIONS(7015), + [anon_sym_inline] = ACTIONS(7015), + [anon_sym_external] = ACTIONS(7015), + [sym_property_modifier] = ACTIONS(7015), + [anon_sym_abstract] = ACTIONS(7015), + [anon_sym_final] = ACTIONS(7015), + [anon_sym_open] = ACTIONS(7015), + [anon_sym_vararg] = ACTIONS(7015), + [anon_sym_noinline] = ACTIONS(7015), + [anon_sym_crossinline] = ACTIONS(7015), + [anon_sym_expect] = ACTIONS(7015), + [anon_sym_actual] = ACTIONS(7015), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(7017), + [anon_sym_continue_AT] = ACTIONS(7017), + [anon_sym_break_AT] = ACTIONS(7017), + [sym_real_literal] = ACTIONS(7017), + [sym_integer_literal] = ACTIONS(7015), + [sym_hex_literal] = ACTIONS(7017), + [sym_bin_literal] = ACTIONS(7017), + [anon_sym_true] = ACTIONS(7015), + [anon_sym_false] = ACTIONS(7015), + [anon_sym_SQUOTE] = ACTIONS(7017), + [sym__backtick_identifier] = ACTIONS(7017), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(7017), + }, + [3969] = { + [sym_type_constraints] = STATE(4105), + [sym_function_body] = STATE(3198), + [sym__block] = STATE(3464), + [sym__alpha_identifier] = ACTIONS(4085), + [anon_sym_AT] = ACTIONS(4087), + [anon_sym_LBRACK] = ACTIONS(4087), + [anon_sym_as] = ACTIONS(4085), + [anon_sym_EQ] = ACTIONS(6967), + [anon_sym_LBRACE] = ACTIONS(6233), + [anon_sym_RBRACE] = ACTIONS(4087), + [anon_sym_LPAREN] = ACTIONS(4087), + [anon_sym_RPAREN] = ACTIONS(4087), + [anon_sym_LT] = ACTIONS(4085), + [anon_sym_GT] = ACTIONS(4085), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(4085), + [anon_sym_SEMI] = ACTIONS(4087), + [anon_sym_get] = ACTIONS(4085), + [anon_sym_set] = ACTIONS(4085), + [anon_sym_STAR] = ACTIONS(4087), + [sym_label] = ACTIONS(4087), + [anon_sym_in] = ACTIONS(4085), + [anon_sym_while] = ACTIONS(4085), + [anon_sym_DOT_DOT] = ACTIONS(4087), + [anon_sym_QMARK_COLON] = ACTIONS(4087), + [anon_sym_AMP_AMP] = ACTIONS(4087), + [anon_sym_PIPE_PIPE] = ACTIONS(4087), + [anon_sym_else] = ACTIONS(4085), + [anon_sym_COLON_COLON] = ACTIONS(4087), + [anon_sym_BANG_EQ] = ACTIONS(4085), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4087), + [anon_sym_EQ_EQ] = ACTIONS(4085), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4087), + [anon_sym_LT_EQ] = ACTIONS(4087), + [anon_sym_GT_EQ] = ACTIONS(4087), + [anon_sym_BANGin] = ACTIONS(4087), + [anon_sym_is] = ACTIONS(4085), + [anon_sym_BANGis] = ACTIONS(4087), + [anon_sym_PLUS] = ACTIONS(4085), + [anon_sym_DASH] = ACTIONS(4085), + [anon_sym_SLASH] = ACTIONS(4085), + [anon_sym_PERCENT] = ACTIONS(4087), + [anon_sym_as_QMARK] = ACTIONS(4087), + [anon_sym_PLUS_PLUS] = ACTIONS(4087), + [anon_sym_DASH_DASH] = ACTIONS(4087), + [anon_sym_BANG_BANG] = ACTIONS(4087), + [anon_sym_suspend] = ACTIONS(4085), + [anon_sym_sealed] = ACTIONS(4085), + [anon_sym_annotation] = ACTIONS(4085), + [anon_sym_data] = ACTIONS(4085), + [anon_sym_inner] = ACTIONS(4085), + [anon_sym_override] = ACTIONS(4085), + [anon_sym_lateinit] = ACTIONS(4085), + [anon_sym_public] = ACTIONS(4085), + [anon_sym_private] = ACTIONS(4085), + [anon_sym_internal] = ACTIONS(4085), + [anon_sym_protected] = ACTIONS(4085), + [anon_sym_tailrec] = ACTIONS(4085), + [anon_sym_operator] = ACTIONS(4085), + [anon_sym_infix] = ACTIONS(4085), + [anon_sym_inline] = ACTIONS(4085), + [anon_sym_external] = ACTIONS(4085), + [sym_property_modifier] = ACTIONS(4085), + [anon_sym_abstract] = ACTIONS(4085), + [anon_sym_final] = ACTIONS(4085), + [anon_sym_open] = ACTIONS(4085), + [anon_sym_vararg] = ACTIONS(4085), + [anon_sym_noinline] = ACTIONS(4085), + [anon_sym_crossinline] = ACTIONS(4085), + [anon_sym_expect] = ACTIONS(4085), + [anon_sym_actual] = ACTIONS(4085), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4087), + [sym_safe_nav] = ACTIONS(4087), [sym_multiline_comment] = ACTIONS(3), }, - [3999] = { - [sym_type_constraints] = STATE(4092), - [sym_function_body] = STATE(3145), - [sym__block] = STATE(3367), - [sym__alpha_identifier] = ACTIONS(4095), - [anon_sym_AT] = ACTIONS(4097), - [anon_sym_LBRACK] = ACTIONS(4097), - [anon_sym_as] = ACTIONS(4095), - [anon_sym_EQ] = ACTIONS(6952), - [anon_sym_LBRACE] = ACTIONS(6236), - [anon_sym_RBRACE] = ACTIONS(4097), - [anon_sym_LPAREN] = ACTIONS(4097), - [anon_sym_RPAREN] = ACTIONS(4097), - [anon_sym_LT] = ACTIONS(4095), - [anon_sym_GT] = ACTIONS(4095), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(4095), - [anon_sym_SEMI] = ACTIONS(4097), - [anon_sym_get] = ACTIONS(4095), - [anon_sym_set] = ACTIONS(4095), - [anon_sym_STAR] = ACTIONS(4097), - [sym_label] = ACTIONS(4097), - [anon_sym_in] = ACTIONS(4095), - [anon_sym_while] = ACTIONS(4095), - [anon_sym_DOT_DOT] = ACTIONS(4097), - [anon_sym_QMARK_COLON] = ACTIONS(4097), - [anon_sym_AMP_AMP] = ACTIONS(4097), - [anon_sym_PIPE_PIPE] = ACTIONS(4097), - [anon_sym_else] = ACTIONS(4095), - [anon_sym_COLON_COLON] = ACTIONS(4097), - [anon_sym_BANG_EQ] = ACTIONS(4095), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4097), - [anon_sym_EQ_EQ] = ACTIONS(4095), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4097), - [anon_sym_LT_EQ] = ACTIONS(4097), - [anon_sym_GT_EQ] = ACTIONS(4097), - [anon_sym_BANGin] = ACTIONS(4097), - [anon_sym_is] = ACTIONS(4095), - [anon_sym_BANGis] = ACTIONS(4097), - [anon_sym_PLUS] = ACTIONS(4095), - [anon_sym_DASH] = ACTIONS(4095), - [anon_sym_SLASH] = ACTIONS(4095), - [anon_sym_PERCENT] = ACTIONS(4097), - [anon_sym_as_QMARK] = ACTIONS(4097), - [anon_sym_PLUS_PLUS] = ACTIONS(4097), - [anon_sym_DASH_DASH] = ACTIONS(4097), - [anon_sym_BANG_BANG] = ACTIONS(4097), - [anon_sym_suspend] = ACTIONS(4095), - [anon_sym_sealed] = ACTIONS(4095), - [anon_sym_annotation] = ACTIONS(4095), - [anon_sym_data] = ACTIONS(4095), - [anon_sym_inner] = ACTIONS(4095), - [anon_sym_override] = ACTIONS(4095), - [anon_sym_lateinit] = ACTIONS(4095), - [anon_sym_public] = ACTIONS(4095), - [anon_sym_private] = ACTIONS(4095), - [anon_sym_internal] = ACTIONS(4095), - [anon_sym_protected] = ACTIONS(4095), - [anon_sym_tailrec] = ACTIONS(4095), - [anon_sym_operator] = ACTIONS(4095), - [anon_sym_infix] = ACTIONS(4095), - [anon_sym_inline] = ACTIONS(4095), - [anon_sym_external] = ACTIONS(4095), - [sym_property_modifier] = ACTIONS(4095), - [anon_sym_abstract] = ACTIONS(4095), - [anon_sym_final] = ACTIONS(4095), - [anon_sym_open] = ACTIONS(4095), - [anon_sym_vararg] = ACTIONS(4095), - [anon_sym_noinline] = ACTIONS(4095), - [anon_sym_crossinline] = ACTIONS(4095), - [anon_sym_expect] = ACTIONS(4095), - [anon_sym_actual] = ACTIONS(4095), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4097), - [sym_safe_nav] = ACTIONS(4097), + [3970] = { + [sym_function_body] = STATE(3153), + [sym__block] = STATE(3334), + [sym__alpha_identifier] = ACTIONS(4099), + [anon_sym_AT] = ACTIONS(4101), + [anon_sym_LBRACK] = ACTIONS(4101), + [anon_sym_as] = ACTIONS(4099), + [anon_sym_EQ] = ACTIONS(6756), + [anon_sym_LBRACE] = ACTIONS(6244), + [anon_sym_RBRACE] = ACTIONS(4101), + [anon_sym_LPAREN] = ACTIONS(4101), + [anon_sym_LT] = ACTIONS(4099), + [anon_sym_GT] = ACTIONS(4099), + [anon_sym_object] = ACTIONS(4099), + [anon_sym_fun] = ACTIONS(4099), + [anon_sym_DOT] = ACTIONS(4099), + [anon_sym_SEMI] = ACTIONS(4101), + [anon_sym_get] = ACTIONS(4099), + [anon_sym_set] = ACTIONS(4099), + [anon_sym_this] = ACTIONS(4099), + [anon_sym_super] = ACTIONS(4099), + [anon_sym_STAR] = ACTIONS(4101), + [sym_label] = ACTIONS(4099), + [anon_sym_in] = ACTIONS(4099), + [anon_sym_DOT_DOT] = ACTIONS(4101), + [anon_sym_QMARK_COLON] = ACTIONS(4101), + [anon_sym_AMP_AMP] = ACTIONS(4101), + [anon_sym_PIPE_PIPE] = ACTIONS(4101), + [anon_sym_null] = ACTIONS(4099), + [anon_sym_if] = ACTIONS(4099), + [anon_sym_else] = ACTIONS(4099), + [anon_sym_when] = ACTIONS(4099), + [anon_sym_try] = ACTIONS(4099), + [anon_sym_throw] = ACTIONS(4099), + [anon_sym_return] = ACTIONS(4099), + [anon_sym_continue] = ACTIONS(4099), + [anon_sym_break] = ACTIONS(4099), + [anon_sym_COLON_COLON] = ACTIONS(4101), + [anon_sym_BANG_EQ] = ACTIONS(4099), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4101), + [anon_sym_EQ_EQ] = ACTIONS(4099), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4101), + [anon_sym_LT_EQ] = ACTIONS(4101), + [anon_sym_GT_EQ] = ACTIONS(4101), + [anon_sym_BANGin] = ACTIONS(4101), + [anon_sym_is] = ACTIONS(4099), + [anon_sym_BANGis] = ACTIONS(4101), + [anon_sym_PLUS] = ACTIONS(4099), + [anon_sym_DASH] = ACTIONS(4099), + [anon_sym_SLASH] = ACTIONS(4099), + [anon_sym_PERCENT] = ACTIONS(4101), + [anon_sym_as_QMARK] = ACTIONS(4101), + [anon_sym_PLUS_PLUS] = ACTIONS(4101), + [anon_sym_DASH_DASH] = ACTIONS(4101), + [anon_sym_BANG] = ACTIONS(4099), + [anon_sym_BANG_BANG] = ACTIONS(4101), + [anon_sym_data] = ACTIONS(4099), + [anon_sym_inner] = ACTIONS(4099), + [anon_sym_expect] = ACTIONS(4099), + [anon_sym_actual] = ACTIONS(4099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4101), + [anon_sym_continue_AT] = ACTIONS(4101), + [anon_sym_break_AT] = ACTIONS(4101), + [sym_real_literal] = ACTIONS(4101), + [sym_integer_literal] = ACTIONS(4099), + [sym_hex_literal] = ACTIONS(4101), + [sym_bin_literal] = ACTIONS(4101), + [anon_sym_true] = ACTIONS(4099), + [anon_sym_false] = ACTIONS(4099), + [anon_sym_SQUOTE] = ACTIONS(4101), + [sym__backtick_identifier] = ACTIONS(4101), + [sym__automatic_semicolon] = ACTIONS(4101), + [sym_safe_nav] = ACTIONS(4101), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4101), + }, + [3971] = { + [sym_function_body] = STATE(3168), + [sym__block] = STATE(3334), + [sym__alpha_identifier] = ACTIONS(4085), + [anon_sym_AT] = ACTIONS(4087), + [anon_sym_LBRACK] = ACTIONS(4087), + [anon_sym_as] = ACTIONS(4085), + [anon_sym_EQ] = ACTIONS(6756), + [anon_sym_LBRACE] = ACTIONS(6244), + [anon_sym_RBRACE] = ACTIONS(4087), + [anon_sym_LPAREN] = ACTIONS(4087), + [anon_sym_LT] = ACTIONS(4085), + [anon_sym_GT] = ACTIONS(4085), + [anon_sym_object] = ACTIONS(4085), + [anon_sym_fun] = ACTIONS(4085), + [anon_sym_DOT] = ACTIONS(4085), + [anon_sym_SEMI] = ACTIONS(4087), + [anon_sym_get] = ACTIONS(4085), + [anon_sym_set] = ACTIONS(4085), + [anon_sym_this] = ACTIONS(4085), + [anon_sym_super] = ACTIONS(4085), + [anon_sym_STAR] = ACTIONS(4087), + [sym_label] = ACTIONS(4085), + [anon_sym_in] = ACTIONS(4085), + [anon_sym_DOT_DOT] = ACTIONS(4087), + [anon_sym_QMARK_COLON] = ACTIONS(4087), + [anon_sym_AMP_AMP] = ACTIONS(4087), + [anon_sym_PIPE_PIPE] = ACTIONS(4087), + [anon_sym_null] = ACTIONS(4085), + [anon_sym_if] = ACTIONS(4085), + [anon_sym_else] = ACTIONS(4085), + [anon_sym_when] = ACTIONS(4085), + [anon_sym_try] = ACTIONS(4085), + [anon_sym_throw] = ACTIONS(4085), + [anon_sym_return] = ACTIONS(4085), + [anon_sym_continue] = ACTIONS(4085), + [anon_sym_break] = ACTIONS(4085), + [anon_sym_COLON_COLON] = ACTIONS(4087), + [anon_sym_BANG_EQ] = ACTIONS(4085), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4087), + [anon_sym_EQ_EQ] = ACTIONS(4085), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4087), + [anon_sym_LT_EQ] = ACTIONS(4087), + [anon_sym_GT_EQ] = ACTIONS(4087), + [anon_sym_BANGin] = ACTIONS(4087), + [anon_sym_is] = ACTIONS(4085), + [anon_sym_BANGis] = ACTIONS(4087), + [anon_sym_PLUS] = ACTIONS(4085), + [anon_sym_DASH] = ACTIONS(4085), + [anon_sym_SLASH] = ACTIONS(4085), + [anon_sym_PERCENT] = ACTIONS(4087), + [anon_sym_as_QMARK] = ACTIONS(4087), + [anon_sym_PLUS_PLUS] = ACTIONS(4087), + [anon_sym_DASH_DASH] = ACTIONS(4087), + [anon_sym_BANG] = ACTIONS(4085), + [anon_sym_BANG_BANG] = ACTIONS(4087), + [anon_sym_data] = ACTIONS(4085), + [anon_sym_inner] = ACTIONS(4085), + [anon_sym_expect] = ACTIONS(4085), + [anon_sym_actual] = ACTIONS(4085), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4087), + [anon_sym_continue_AT] = ACTIONS(4087), + [anon_sym_break_AT] = ACTIONS(4087), + [sym_real_literal] = ACTIONS(4087), + [sym_integer_literal] = ACTIONS(4085), + [sym_hex_literal] = ACTIONS(4087), + [sym_bin_literal] = ACTIONS(4087), + [anon_sym_true] = ACTIONS(4085), + [anon_sym_false] = ACTIONS(4085), + [anon_sym_SQUOTE] = ACTIONS(4087), + [sym__backtick_identifier] = ACTIONS(4087), + [sym__automatic_semicolon] = ACTIONS(4087), + [sym_safe_nav] = ACTIONS(4087), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4087), + }, + [3972] = { + [aux_sym__delegation_specifiers_repeat1] = STATE(3972), + [sym__alpha_identifier] = ACTIONS(4627), + [anon_sym_AT] = ACTIONS(4629), + [anon_sym_LBRACK] = ACTIONS(4629), + [anon_sym_RBRACK] = ACTIONS(4629), + [anon_sym_as] = ACTIONS(4627), + [anon_sym_LBRACE] = ACTIONS(4629), + [anon_sym_RBRACE] = ACTIONS(4629), + [anon_sym_LPAREN] = ACTIONS(4629), + [anon_sym_COMMA] = ACTIONS(7019), + [anon_sym_RPAREN] = ACTIONS(4629), + [anon_sym_LT] = ACTIONS(4627), + [anon_sym_GT] = ACTIONS(4627), + [anon_sym_where] = ACTIONS(4627), + [anon_sym_DOT] = ACTIONS(4627), + [anon_sym_SEMI] = ACTIONS(4629), + [anon_sym_get] = ACTIONS(4627), + [anon_sym_set] = ACTIONS(4627), + [anon_sym_STAR] = ACTIONS(4629), + [anon_sym_DASH_GT] = ACTIONS(4629), + [sym_label] = ACTIONS(4629), + [anon_sym_in] = ACTIONS(4627), + [anon_sym_while] = ACTIONS(4627), + [anon_sym_DOT_DOT] = ACTIONS(4629), + [anon_sym_QMARK_COLON] = ACTIONS(4629), + [anon_sym_AMP_AMP] = ACTIONS(4629), + [anon_sym_PIPE_PIPE] = ACTIONS(4629), + [anon_sym_else] = ACTIONS(4627), + [anon_sym_COLON_COLON] = ACTIONS(4629), + [anon_sym_BANG_EQ] = ACTIONS(4627), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4629), + [anon_sym_EQ_EQ] = ACTIONS(4627), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4629), + [anon_sym_LT_EQ] = ACTIONS(4629), + [anon_sym_GT_EQ] = ACTIONS(4629), + [anon_sym_BANGin] = ACTIONS(4629), + [anon_sym_is] = ACTIONS(4627), + [anon_sym_BANGis] = ACTIONS(4629), + [anon_sym_PLUS] = ACTIONS(4627), + [anon_sym_DASH] = ACTIONS(4627), + [anon_sym_SLASH] = ACTIONS(4627), + [anon_sym_PERCENT] = ACTIONS(4629), + [anon_sym_as_QMARK] = ACTIONS(4629), + [anon_sym_PLUS_PLUS] = ACTIONS(4629), + [anon_sym_DASH_DASH] = ACTIONS(4629), + [anon_sym_BANG_BANG] = ACTIONS(4629), + [anon_sym_suspend] = ACTIONS(4627), + [anon_sym_sealed] = ACTIONS(4627), + [anon_sym_annotation] = ACTIONS(4627), + [anon_sym_data] = ACTIONS(4627), + [anon_sym_inner] = ACTIONS(4627), + [anon_sym_override] = ACTIONS(4627), + [anon_sym_lateinit] = ACTIONS(4627), + [anon_sym_public] = ACTIONS(4627), + [anon_sym_private] = ACTIONS(4627), + [anon_sym_internal] = ACTIONS(4627), + [anon_sym_protected] = ACTIONS(4627), + [anon_sym_tailrec] = ACTIONS(4627), + [anon_sym_operator] = ACTIONS(4627), + [anon_sym_infix] = ACTIONS(4627), + [anon_sym_inline] = ACTIONS(4627), + [anon_sym_external] = ACTIONS(4627), + [sym_property_modifier] = ACTIONS(4627), + [anon_sym_abstract] = ACTIONS(4627), + [anon_sym_final] = ACTIONS(4627), + [anon_sym_open] = ACTIONS(4627), + [anon_sym_vararg] = ACTIONS(4627), + [anon_sym_noinline] = ACTIONS(4627), + [anon_sym_crossinline] = ACTIONS(4627), + [anon_sym_expect] = ACTIONS(4627), + [anon_sym_actual] = ACTIONS(4627), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4629), + [sym_safe_nav] = ACTIONS(4629), [sym_multiline_comment] = ACTIONS(3), }, - [4000] = { - [sym__alpha_identifier] = ACTIONS(7067), - [anon_sym_AT] = ACTIONS(7069), - [anon_sym_LBRACK] = ACTIONS(7069), - [anon_sym_typealias] = ACTIONS(7067), - [anon_sym_class] = ACTIONS(7067), - [anon_sym_interface] = ACTIONS(7067), - [anon_sym_enum] = ACTIONS(7067), - [anon_sym_LBRACE] = ACTIONS(7069), - [anon_sym_LPAREN] = ACTIONS(7069), - [anon_sym_val] = ACTIONS(7067), - [anon_sym_var] = ACTIONS(7067), - [anon_sym_object] = ACTIONS(7067), - [anon_sym_fun] = ACTIONS(7067), - [anon_sym_get] = ACTIONS(7067), - [anon_sym_set] = ACTIONS(7067), - [anon_sym_this] = ACTIONS(7067), - [anon_sym_super] = ACTIONS(7067), - [anon_sym_STAR] = ACTIONS(7069), - [sym_label] = ACTIONS(7067), - [anon_sym_for] = ACTIONS(7067), - [anon_sym_while] = ACTIONS(7067), - [anon_sym_do] = ACTIONS(7067), - [anon_sym_null] = ACTIONS(7067), - [anon_sym_if] = ACTIONS(7067), - [anon_sym_when] = ACTIONS(7067), - [anon_sym_try] = ACTIONS(7067), - [anon_sym_throw] = ACTIONS(7067), - [anon_sym_return] = ACTIONS(7067), - [anon_sym_continue] = ACTIONS(7067), - [anon_sym_break] = ACTIONS(7067), - [anon_sym_COLON_COLON] = ACTIONS(7069), - [anon_sym_PLUS] = ACTIONS(7067), - [anon_sym_DASH] = ACTIONS(7067), - [anon_sym_PLUS_PLUS] = ACTIONS(7069), - [anon_sym_DASH_DASH] = ACTIONS(7069), - [anon_sym_BANG] = ACTIONS(7069), - [anon_sym_suspend] = ACTIONS(7067), - [anon_sym_sealed] = ACTIONS(7067), - [anon_sym_annotation] = ACTIONS(7067), - [anon_sym_data] = ACTIONS(7067), - [anon_sym_inner] = ACTIONS(7067), - [anon_sym_override] = ACTIONS(7067), - [anon_sym_lateinit] = ACTIONS(7067), - [anon_sym_public] = ACTIONS(7067), - [anon_sym_private] = ACTIONS(7067), - [anon_sym_internal] = ACTIONS(7067), - [anon_sym_protected] = ACTIONS(7067), - [anon_sym_tailrec] = ACTIONS(7067), - [anon_sym_operator] = ACTIONS(7067), - [anon_sym_infix] = ACTIONS(7067), - [anon_sym_inline] = ACTIONS(7067), - [anon_sym_external] = ACTIONS(7067), - [sym_property_modifier] = ACTIONS(7067), - [anon_sym_abstract] = ACTIONS(7067), - [anon_sym_final] = ACTIONS(7067), - [anon_sym_open] = ACTIONS(7067), - [anon_sym_vararg] = ACTIONS(7067), - [anon_sym_noinline] = ACTIONS(7067), - [anon_sym_crossinline] = ACTIONS(7067), - [anon_sym_expect] = ACTIONS(7067), - [anon_sym_actual] = ACTIONS(7067), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(7069), - [anon_sym_continue_AT] = ACTIONS(7069), - [anon_sym_break_AT] = ACTIONS(7069), - [sym_real_literal] = ACTIONS(7069), - [sym_integer_literal] = ACTIONS(7067), - [sym_hex_literal] = ACTIONS(7069), - [sym_bin_literal] = ACTIONS(7069), - [anon_sym_true] = ACTIONS(7067), - [anon_sym_false] = ACTIONS(7067), - [anon_sym_SQUOTE] = ACTIONS(7069), - [sym__backtick_identifier] = ACTIONS(7069), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(7069), + [3973] = { + [sym_type_constraints] = STATE(4101), + [sym_function_body] = STATE(3139), + [sym__block] = STATE(3464), + [sym__alpha_identifier] = ACTIONS(4031), + [anon_sym_AT] = ACTIONS(4033), + [anon_sym_LBRACK] = ACTIONS(4033), + [anon_sym_as] = ACTIONS(4031), + [anon_sym_EQ] = ACTIONS(6967), + [anon_sym_LBRACE] = ACTIONS(6233), + [anon_sym_RBRACE] = ACTIONS(4033), + [anon_sym_LPAREN] = ACTIONS(4033), + [anon_sym_RPAREN] = ACTIONS(4033), + [anon_sym_LT] = ACTIONS(4031), + [anon_sym_GT] = ACTIONS(4031), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(4031), + [anon_sym_SEMI] = ACTIONS(4033), + [anon_sym_get] = ACTIONS(4031), + [anon_sym_set] = ACTIONS(4031), + [anon_sym_STAR] = ACTIONS(4033), + [sym_label] = ACTIONS(4033), + [anon_sym_in] = ACTIONS(4031), + [anon_sym_while] = ACTIONS(4031), + [anon_sym_DOT_DOT] = ACTIONS(4033), + [anon_sym_QMARK_COLON] = ACTIONS(4033), + [anon_sym_AMP_AMP] = ACTIONS(4033), + [anon_sym_PIPE_PIPE] = ACTIONS(4033), + [anon_sym_else] = ACTIONS(4031), + [anon_sym_COLON_COLON] = ACTIONS(4033), + [anon_sym_BANG_EQ] = ACTIONS(4031), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4033), + [anon_sym_EQ_EQ] = ACTIONS(4031), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4033), + [anon_sym_LT_EQ] = ACTIONS(4033), + [anon_sym_GT_EQ] = ACTIONS(4033), + [anon_sym_BANGin] = ACTIONS(4033), + [anon_sym_is] = ACTIONS(4031), + [anon_sym_BANGis] = ACTIONS(4033), + [anon_sym_PLUS] = ACTIONS(4031), + [anon_sym_DASH] = ACTIONS(4031), + [anon_sym_SLASH] = ACTIONS(4031), + [anon_sym_PERCENT] = ACTIONS(4033), + [anon_sym_as_QMARK] = ACTIONS(4033), + [anon_sym_PLUS_PLUS] = ACTIONS(4033), + [anon_sym_DASH_DASH] = ACTIONS(4033), + [anon_sym_BANG_BANG] = ACTIONS(4033), + [anon_sym_suspend] = ACTIONS(4031), + [anon_sym_sealed] = ACTIONS(4031), + [anon_sym_annotation] = ACTIONS(4031), + [anon_sym_data] = ACTIONS(4031), + [anon_sym_inner] = ACTIONS(4031), + [anon_sym_override] = ACTIONS(4031), + [anon_sym_lateinit] = ACTIONS(4031), + [anon_sym_public] = ACTIONS(4031), + [anon_sym_private] = ACTIONS(4031), + [anon_sym_internal] = ACTIONS(4031), + [anon_sym_protected] = ACTIONS(4031), + [anon_sym_tailrec] = ACTIONS(4031), + [anon_sym_operator] = ACTIONS(4031), + [anon_sym_infix] = ACTIONS(4031), + [anon_sym_inline] = ACTIONS(4031), + [anon_sym_external] = ACTIONS(4031), + [sym_property_modifier] = ACTIONS(4031), + [anon_sym_abstract] = ACTIONS(4031), + [anon_sym_final] = ACTIONS(4031), + [anon_sym_open] = ACTIONS(4031), + [anon_sym_vararg] = ACTIONS(4031), + [anon_sym_noinline] = ACTIONS(4031), + [anon_sym_crossinline] = ACTIONS(4031), + [anon_sym_expect] = ACTIONS(4031), + [anon_sym_actual] = ACTIONS(4031), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4033), + [sym_safe_nav] = ACTIONS(4033), + [sym_multiline_comment] = ACTIONS(3), }, - [4001] = { - [sym_function_body] = STATE(3147), - [sym__block] = STATE(3245), - [sym__alpha_identifier] = ACTIONS(4181), - [anon_sym_AT] = ACTIONS(4183), - [anon_sym_LBRACK] = ACTIONS(4183), - [anon_sym_as] = ACTIONS(4181), - [anon_sym_EQ] = ACTIONS(6682), - [anon_sym_LBRACE] = ACTIONS(6220), - [anon_sym_RBRACE] = ACTIONS(4183), - [anon_sym_LPAREN] = ACTIONS(4183), - [anon_sym_LT] = ACTIONS(4181), - [anon_sym_GT] = ACTIONS(4181), - [anon_sym_object] = ACTIONS(4181), - [anon_sym_fun] = ACTIONS(4181), - [anon_sym_DOT] = ACTIONS(4181), - [anon_sym_SEMI] = ACTIONS(4183), - [anon_sym_get] = ACTIONS(4181), - [anon_sym_set] = ACTIONS(4181), - [anon_sym_this] = ACTIONS(4181), - [anon_sym_super] = ACTIONS(4181), - [anon_sym_STAR] = ACTIONS(4183), - [sym_label] = ACTIONS(4181), - [anon_sym_in] = ACTIONS(4181), - [anon_sym_DOT_DOT] = ACTIONS(4183), - [anon_sym_QMARK_COLON] = ACTIONS(4183), - [anon_sym_AMP_AMP] = ACTIONS(4183), - [anon_sym_PIPE_PIPE] = ACTIONS(4183), - [anon_sym_null] = ACTIONS(4181), - [anon_sym_if] = ACTIONS(4181), - [anon_sym_else] = ACTIONS(4181), - [anon_sym_when] = ACTIONS(4181), - [anon_sym_try] = ACTIONS(4181), - [anon_sym_throw] = ACTIONS(4181), - [anon_sym_return] = ACTIONS(4181), - [anon_sym_continue] = ACTIONS(4181), - [anon_sym_break] = ACTIONS(4181), - [anon_sym_COLON_COLON] = ACTIONS(4183), - [anon_sym_BANG_EQ] = ACTIONS(4181), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4183), - [anon_sym_EQ_EQ] = ACTIONS(4181), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4183), - [anon_sym_LT_EQ] = ACTIONS(4183), - [anon_sym_GT_EQ] = ACTIONS(4183), - [anon_sym_BANGin] = ACTIONS(4183), - [anon_sym_is] = ACTIONS(4181), - [anon_sym_BANGis] = ACTIONS(4183), - [anon_sym_PLUS] = ACTIONS(4181), - [anon_sym_DASH] = ACTIONS(4181), - [anon_sym_SLASH] = ACTIONS(4181), - [anon_sym_PERCENT] = ACTIONS(4183), - [anon_sym_as_QMARK] = ACTIONS(4183), - [anon_sym_PLUS_PLUS] = ACTIONS(4183), - [anon_sym_DASH_DASH] = ACTIONS(4183), - [anon_sym_BANG] = ACTIONS(4181), - [anon_sym_BANG_BANG] = ACTIONS(4183), - [anon_sym_data] = ACTIONS(4181), - [anon_sym_inner] = ACTIONS(4181), - [anon_sym_expect] = ACTIONS(4181), - [anon_sym_actual] = ACTIONS(4181), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4183), - [anon_sym_continue_AT] = ACTIONS(4183), - [anon_sym_break_AT] = ACTIONS(4183), - [sym_real_literal] = ACTIONS(4183), - [sym_integer_literal] = ACTIONS(4181), - [sym_hex_literal] = ACTIONS(4183), - [sym_bin_literal] = ACTIONS(4183), - [anon_sym_true] = ACTIONS(4181), - [anon_sym_false] = ACTIONS(4181), - [anon_sym_SQUOTE] = ACTIONS(4183), - [sym__backtick_identifier] = ACTIONS(4183), - [sym__automatic_semicolon] = ACTIONS(4183), - [sym_safe_nav] = ACTIONS(4183), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4183), + [3974] = { + [sym__alpha_identifier] = ACTIONS(7022), + [anon_sym_AT] = ACTIONS(7024), + [anon_sym_LBRACK] = ACTIONS(7024), + [anon_sym_typealias] = ACTIONS(7022), + [anon_sym_class] = ACTIONS(7022), + [anon_sym_interface] = ACTIONS(7022), + [anon_sym_enum] = ACTIONS(7022), + [anon_sym_LBRACE] = ACTIONS(7024), + [anon_sym_LPAREN] = ACTIONS(7024), + [anon_sym_val] = ACTIONS(7022), + [anon_sym_var] = ACTIONS(7022), + [anon_sym_object] = ACTIONS(7022), + [anon_sym_fun] = ACTIONS(7022), + [anon_sym_get] = ACTIONS(7022), + [anon_sym_set] = ACTIONS(7022), + [anon_sym_this] = ACTIONS(7022), + [anon_sym_super] = ACTIONS(7022), + [anon_sym_STAR] = ACTIONS(7024), + [sym_label] = ACTIONS(7022), + [anon_sym_for] = ACTIONS(7022), + [anon_sym_while] = ACTIONS(7022), + [anon_sym_do] = ACTIONS(7022), + [anon_sym_null] = ACTIONS(7022), + [anon_sym_if] = ACTIONS(7022), + [anon_sym_when] = ACTIONS(7022), + [anon_sym_try] = ACTIONS(7022), + [anon_sym_throw] = ACTIONS(7022), + [anon_sym_return] = ACTIONS(7022), + [anon_sym_continue] = ACTIONS(7022), + [anon_sym_break] = ACTIONS(7022), + [anon_sym_COLON_COLON] = ACTIONS(7024), + [anon_sym_PLUS] = ACTIONS(7022), + [anon_sym_DASH] = ACTIONS(7022), + [anon_sym_PLUS_PLUS] = ACTIONS(7024), + [anon_sym_DASH_DASH] = ACTIONS(7024), + [anon_sym_BANG] = ACTIONS(7024), + [anon_sym_suspend] = ACTIONS(7022), + [anon_sym_sealed] = ACTIONS(7022), + [anon_sym_annotation] = ACTIONS(7022), + [anon_sym_data] = ACTIONS(7022), + [anon_sym_inner] = ACTIONS(7022), + [anon_sym_override] = ACTIONS(7022), + [anon_sym_lateinit] = ACTIONS(7022), + [anon_sym_public] = ACTIONS(7022), + [anon_sym_private] = ACTIONS(7022), + [anon_sym_internal] = ACTIONS(7022), + [anon_sym_protected] = ACTIONS(7022), + [anon_sym_tailrec] = ACTIONS(7022), + [anon_sym_operator] = ACTIONS(7022), + [anon_sym_infix] = ACTIONS(7022), + [anon_sym_inline] = ACTIONS(7022), + [anon_sym_external] = ACTIONS(7022), + [sym_property_modifier] = ACTIONS(7022), + [anon_sym_abstract] = ACTIONS(7022), + [anon_sym_final] = ACTIONS(7022), + [anon_sym_open] = ACTIONS(7022), + [anon_sym_vararg] = ACTIONS(7022), + [anon_sym_noinline] = ACTIONS(7022), + [anon_sym_crossinline] = ACTIONS(7022), + [anon_sym_expect] = ACTIONS(7022), + [anon_sym_actual] = ACTIONS(7022), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(7024), + [anon_sym_continue_AT] = ACTIONS(7024), + [anon_sym_break_AT] = ACTIONS(7024), + [sym_real_literal] = ACTIONS(7024), + [sym_integer_literal] = ACTIONS(7022), + [sym_hex_literal] = ACTIONS(7024), + [sym_bin_literal] = ACTIONS(7024), + [anon_sym_true] = ACTIONS(7022), + [anon_sym_false] = ACTIONS(7022), + [anon_sym_SQUOTE] = ACTIONS(7024), + [sym__backtick_identifier] = ACTIONS(7024), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(7024), }, - [4002] = { - [sym_function_body] = STATE(3142), - [sym__block] = STATE(3245), - [sym__alpha_identifier] = ACTIONS(4300), - [anon_sym_AT] = ACTIONS(4302), - [anon_sym_LBRACK] = ACTIONS(4302), - [anon_sym_as] = ACTIONS(4300), - [anon_sym_EQ] = ACTIONS(6682), - [anon_sym_LBRACE] = ACTIONS(6220), - [anon_sym_RBRACE] = ACTIONS(4302), - [anon_sym_LPAREN] = ACTIONS(4302), - [anon_sym_LT] = ACTIONS(4300), - [anon_sym_GT] = ACTIONS(4300), - [anon_sym_object] = ACTIONS(4300), - [anon_sym_fun] = ACTIONS(4300), - [anon_sym_DOT] = ACTIONS(4300), - [anon_sym_SEMI] = ACTIONS(4302), - [anon_sym_get] = ACTIONS(4300), - [anon_sym_set] = ACTIONS(4300), - [anon_sym_this] = ACTIONS(4300), - [anon_sym_super] = ACTIONS(4300), - [anon_sym_STAR] = ACTIONS(4302), - [sym_label] = ACTIONS(4300), - [anon_sym_in] = ACTIONS(4300), - [anon_sym_DOT_DOT] = ACTIONS(4302), - [anon_sym_QMARK_COLON] = ACTIONS(4302), - [anon_sym_AMP_AMP] = ACTIONS(4302), - [anon_sym_PIPE_PIPE] = ACTIONS(4302), - [anon_sym_null] = ACTIONS(4300), - [anon_sym_if] = ACTIONS(4300), - [anon_sym_else] = ACTIONS(4300), - [anon_sym_when] = ACTIONS(4300), - [anon_sym_try] = ACTIONS(4300), - [anon_sym_throw] = ACTIONS(4300), - [anon_sym_return] = ACTIONS(4300), - [anon_sym_continue] = ACTIONS(4300), - [anon_sym_break] = ACTIONS(4300), - [anon_sym_COLON_COLON] = ACTIONS(4302), - [anon_sym_BANG_EQ] = ACTIONS(4300), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4302), - [anon_sym_EQ_EQ] = ACTIONS(4300), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4302), - [anon_sym_LT_EQ] = ACTIONS(4302), - [anon_sym_GT_EQ] = ACTIONS(4302), - [anon_sym_BANGin] = ACTIONS(4302), - [anon_sym_is] = ACTIONS(4300), - [anon_sym_BANGis] = ACTIONS(4302), - [anon_sym_PLUS] = ACTIONS(4300), - [anon_sym_DASH] = ACTIONS(4300), - [anon_sym_SLASH] = ACTIONS(4300), - [anon_sym_PERCENT] = ACTIONS(4302), - [anon_sym_as_QMARK] = ACTIONS(4302), - [anon_sym_PLUS_PLUS] = ACTIONS(4302), - [anon_sym_DASH_DASH] = ACTIONS(4302), - [anon_sym_BANG] = ACTIONS(4300), - [anon_sym_BANG_BANG] = ACTIONS(4302), - [anon_sym_data] = ACTIONS(4300), - [anon_sym_inner] = ACTIONS(4300), - [anon_sym_expect] = ACTIONS(4300), - [anon_sym_actual] = ACTIONS(4300), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4302), - [anon_sym_continue_AT] = ACTIONS(4302), - [anon_sym_break_AT] = ACTIONS(4302), - [sym_real_literal] = ACTIONS(4302), - [sym_integer_literal] = ACTIONS(4300), - [sym_hex_literal] = ACTIONS(4302), - [sym_bin_literal] = ACTIONS(4302), - [anon_sym_true] = ACTIONS(4300), - [anon_sym_false] = ACTIONS(4300), - [anon_sym_SQUOTE] = ACTIONS(4302), - [sym__backtick_identifier] = ACTIONS(4302), - [sym__automatic_semicolon] = ACTIONS(4302), - [sym_safe_nav] = ACTIONS(4302), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4302), + [3975] = { + [sym_type_constraints] = STATE(4163), + [sym_function_body] = STATE(3837), + [sym__block] = STATE(3738), + [sym__alpha_identifier] = ACTIONS(4047), + [anon_sym_AT] = ACTIONS(4049), + [anon_sym_COLON] = ACTIONS(7026), + [anon_sym_LBRACK] = ACTIONS(4049), + [anon_sym_as] = ACTIONS(4047), + [anon_sym_EQ] = ACTIONS(7028), + [anon_sym_LBRACE] = ACTIONS(6461), + [anon_sym_RBRACE] = ACTIONS(4049), + [anon_sym_LPAREN] = ACTIONS(4049), + [anon_sym_LT] = ACTIONS(4047), + [anon_sym_GT] = ACTIONS(4047), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(4047), + [anon_sym_SEMI] = ACTIONS(4049), + [anon_sym_get] = ACTIONS(4047), + [anon_sym_set] = ACTIONS(4047), + [anon_sym_STAR] = ACTIONS(4049), + [sym_label] = ACTIONS(4049), + [anon_sym_in] = ACTIONS(4047), + [anon_sym_DOT_DOT] = ACTIONS(4049), + [anon_sym_QMARK_COLON] = ACTIONS(4049), + [anon_sym_AMP_AMP] = ACTIONS(4049), + [anon_sym_PIPE_PIPE] = ACTIONS(4049), + [anon_sym_else] = ACTIONS(4047), + [anon_sym_COLON_COLON] = ACTIONS(4049), + [anon_sym_BANG_EQ] = ACTIONS(4047), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4049), + [anon_sym_EQ_EQ] = ACTIONS(4047), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4049), + [anon_sym_LT_EQ] = ACTIONS(4049), + [anon_sym_GT_EQ] = ACTIONS(4049), + [anon_sym_BANGin] = ACTIONS(4049), + [anon_sym_is] = ACTIONS(4047), + [anon_sym_BANGis] = ACTIONS(4049), + [anon_sym_PLUS] = ACTIONS(4047), + [anon_sym_DASH] = ACTIONS(4047), + [anon_sym_SLASH] = ACTIONS(4047), + [anon_sym_PERCENT] = ACTIONS(4049), + [anon_sym_as_QMARK] = ACTIONS(4049), + [anon_sym_PLUS_PLUS] = ACTIONS(4049), + [anon_sym_DASH_DASH] = ACTIONS(4049), + [anon_sym_BANG_BANG] = ACTIONS(4049), + [anon_sym_suspend] = ACTIONS(4047), + [anon_sym_sealed] = ACTIONS(4047), + [anon_sym_annotation] = ACTIONS(4047), + [anon_sym_data] = ACTIONS(4047), + [anon_sym_inner] = ACTIONS(4047), + [anon_sym_override] = ACTIONS(4047), + [anon_sym_lateinit] = ACTIONS(4047), + [anon_sym_public] = ACTIONS(4047), + [anon_sym_private] = ACTIONS(4047), + [anon_sym_internal] = ACTIONS(4047), + [anon_sym_protected] = ACTIONS(4047), + [anon_sym_tailrec] = ACTIONS(4047), + [anon_sym_operator] = ACTIONS(4047), + [anon_sym_infix] = ACTIONS(4047), + [anon_sym_inline] = ACTIONS(4047), + [anon_sym_external] = ACTIONS(4047), + [sym_property_modifier] = ACTIONS(4047), + [anon_sym_abstract] = ACTIONS(4047), + [anon_sym_final] = ACTIONS(4047), + [anon_sym_open] = ACTIONS(4047), + [anon_sym_vararg] = ACTIONS(4047), + [anon_sym_noinline] = ACTIONS(4047), + [anon_sym_crossinline] = ACTIONS(4047), + [anon_sym_expect] = ACTIONS(4047), + [anon_sym_actual] = ACTIONS(4047), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4049), + [sym__automatic_semicolon] = ACTIONS(4049), + [sym_safe_nav] = ACTIONS(4049), + [sym_multiline_comment] = ACTIONS(3), }, - [4003] = { - [aux_sym__delegation_specifiers_repeat1] = STATE(3970), - [sym__alpha_identifier] = ACTIONS(4678), - [anon_sym_AT] = ACTIONS(4680), - [anon_sym_LBRACK] = ACTIONS(4680), - [anon_sym_as] = ACTIONS(4678), - [anon_sym_LBRACE] = ACTIONS(4680), - [anon_sym_RBRACE] = ACTIONS(4680), - [anon_sym_LPAREN] = ACTIONS(4680), - [anon_sym_COMMA] = ACTIONS(7049), - [anon_sym_LT] = ACTIONS(4678), - [anon_sym_GT] = ACTIONS(4678), - [anon_sym_where] = ACTIONS(4678), - [anon_sym_object] = ACTIONS(4678), - [anon_sym_fun] = ACTIONS(4678), - [anon_sym_DOT] = ACTIONS(4678), - [anon_sym_SEMI] = ACTIONS(4680), - [anon_sym_get] = ACTIONS(4678), - [anon_sym_set] = ACTIONS(4678), - [anon_sym_this] = ACTIONS(4678), - [anon_sym_super] = ACTIONS(4678), - [anon_sym_STAR] = ACTIONS(4680), - [sym_label] = ACTIONS(4678), - [anon_sym_in] = ACTIONS(4678), - [anon_sym_DOT_DOT] = ACTIONS(4680), - [anon_sym_QMARK_COLON] = ACTIONS(4680), - [anon_sym_AMP_AMP] = ACTIONS(4680), - [anon_sym_PIPE_PIPE] = ACTIONS(4680), - [anon_sym_null] = ACTIONS(4678), - [anon_sym_if] = ACTIONS(4678), - [anon_sym_else] = ACTIONS(4678), - [anon_sym_when] = ACTIONS(4678), - [anon_sym_try] = ACTIONS(4678), - [anon_sym_throw] = ACTIONS(4678), - [anon_sym_return] = ACTIONS(4678), - [anon_sym_continue] = ACTIONS(4678), - [anon_sym_break] = ACTIONS(4678), - [anon_sym_COLON_COLON] = ACTIONS(4680), - [anon_sym_BANG_EQ] = ACTIONS(4678), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4680), - [anon_sym_EQ_EQ] = ACTIONS(4678), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4680), - [anon_sym_LT_EQ] = ACTIONS(4680), - [anon_sym_GT_EQ] = ACTIONS(4680), - [anon_sym_BANGin] = ACTIONS(4680), - [anon_sym_is] = ACTIONS(4678), - [anon_sym_BANGis] = ACTIONS(4680), - [anon_sym_PLUS] = ACTIONS(4678), - [anon_sym_DASH] = ACTIONS(4678), - [anon_sym_SLASH] = ACTIONS(4678), - [anon_sym_PERCENT] = ACTIONS(4680), - [anon_sym_as_QMARK] = ACTIONS(4680), - [anon_sym_PLUS_PLUS] = ACTIONS(4680), - [anon_sym_DASH_DASH] = ACTIONS(4680), - [anon_sym_BANG] = ACTIONS(4678), - [anon_sym_BANG_BANG] = ACTIONS(4680), - [anon_sym_data] = ACTIONS(4678), - [anon_sym_inner] = ACTIONS(4678), - [anon_sym_expect] = ACTIONS(4678), - [anon_sym_actual] = ACTIONS(4678), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4680), - [anon_sym_continue_AT] = ACTIONS(4680), - [anon_sym_break_AT] = ACTIONS(4680), - [sym_real_literal] = ACTIONS(4680), - [sym_integer_literal] = ACTIONS(4678), - [sym_hex_literal] = ACTIONS(4680), - [sym_bin_literal] = ACTIONS(4680), - [anon_sym_true] = ACTIONS(4678), - [anon_sym_false] = ACTIONS(4678), - [anon_sym_SQUOTE] = ACTIONS(4680), - [sym__backtick_identifier] = ACTIONS(4680), - [sym__automatic_semicolon] = ACTIONS(4680), - [sym_safe_nav] = ACTIONS(4680), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4680), + [3976] = { + [sym_function_body] = STATE(3166), + [sym__block] = STATE(3334), + [sym__alpha_identifier] = ACTIONS(4260), + [anon_sym_AT] = ACTIONS(4262), + [anon_sym_LBRACK] = ACTIONS(4262), + [anon_sym_as] = ACTIONS(4260), + [anon_sym_EQ] = ACTIONS(6756), + [anon_sym_LBRACE] = ACTIONS(6244), + [anon_sym_RBRACE] = ACTIONS(4262), + [anon_sym_LPAREN] = ACTIONS(4262), + [anon_sym_LT] = ACTIONS(4260), + [anon_sym_GT] = ACTIONS(4260), + [anon_sym_object] = ACTIONS(4260), + [anon_sym_fun] = ACTIONS(4260), + [anon_sym_DOT] = ACTIONS(4260), + [anon_sym_SEMI] = ACTIONS(4262), + [anon_sym_get] = ACTIONS(4260), + [anon_sym_set] = ACTIONS(4260), + [anon_sym_this] = ACTIONS(4260), + [anon_sym_super] = ACTIONS(4260), + [anon_sym_STAR] = ACTIONS(4262), + [sym_label] = ACTIONS(4260), + [anon_sym_in] = ACTIONS(4260), + [anon_sym_DOT_DOT] = ACTIONS(4262), + [anon_sym_QMARK_COLON] = ACTIONS(4262), + [anon_sym_AMP_AMP] = ACTIONS(4262), + [anon_sym_PIPE_PIPE] = ACTIONS(4262), + [anon_sym_null] = ACTIONS(4260), + [anon_sym_if] = ACTIONS(4260), + [anon_sym_else] = ACTIONS(4260), + [anon_sym_when] = ACTIONS(4260), + [anon_sym_try] = ACTIONS(4260), + [anon_sym_throw] = ACTIONS(4260), + [anon_sym_return] = ACTIONS(4260), + [anon_sym_continue] = ACTIONS(4260), + [anon_sym_break] = ACTIONS(4260), + [anon_sym_COLON_COLON] = ACTIONS(4262), + [anon_sym_BANG_EQ] = ACTIONS(4260), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4262), + [anon_sym_EQ_EQ] = ACTIONS(4260), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4262), + [anon_sym_LT_EQ] = ACTIONS(4262), + [anon_sym_GT_EQ] = ACTIONS(4262), + [anon_sym_BANGin] = ACTIONS(4262), + [anon_sym_is] = ACTIONS(4260), + [anon_sym_BANGis] = ACTIONS(4262), + [anon_sym_PLUS] = ACTIONS(4260), + [anon_sym_DASH] = ACTIONS(4260), + [anon_sym_SLASH] = ACTIONS(4260), + [anon_sym_PERCENT] = ACTIONS(4262), + [anon_sym_as_QMARK] = ACTIONS(4262), + [anon_sym_PLUS_PLUS] = ACTIONS(4262), + [anon_sym_DASH_DASH] = ACTIONS(4262), + [anon_sym_BANG] = ACTIONS(4260), + [anon_sym_BANG_BANG] = ACTIONS(4262), + [anon_sym_data] = ACTIONS(4260), + [anon_sym_inner] = ACTIONS(4260), + [anon_sym_expect] = ACTIONS(4260), + [anon_sym_actual] = ACTIONS(4260), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4262), + [anon_sym_continue_AT] = ACTIONS(4262), + [anon_sym_break_AT] = ACTIONS(4262), + [sym_real_literal] = ACTIONS(4262), + [sym_integer_literal] = ACTIONS(4260), + [sym_hex_literal] = ACTIONS(4262), + [sym_bin_literal] = ACTIONS(4262), + [anon_sym_true] = ACTIONS(4260), + [anon_sym_false] = ACTIONS(4260), + [anon_sym_SQUOTE] = ACTIONS(4262), + [sym__backtick_identifier] = ACTIONS(4262), + [sym__automatic_semicolon] = ACTIONS(4262), + [sym_safe_nav] = ACTIONS(4262), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4262), }, - [4004] = { - [sym__alpha_identifier] = ACTIONS(4249), - [anon_sym_AT] = ACTIONS(4252), - [anon_sym_LBRACK] = ACTIONS(4252), - [anon_sym_as] = ACTIONS(4249), - [anon_sym_EQ] = ACTIONS(3828), - [anon_sym_LBRACE] = ACTIONS(4252), - [anon_sym_RBRACE] = ACTIONS(4252), - [anon_sym_LPAREN] = ACTIONS(5932), - [anon_sym_LT] = ACTIONS(4249), - [anon_sym_GT] = ACTIONS(4249), - [anon_sym_DOT] = ACTIONS(4249), - [anon_sym_SEMI] = ACTIONS(4252), - [anon_sym_get] = ACTIONS(4249), - [anon_sym_set] = ACTIONS(4249), - [anon_sym_STAR] = ACTIONS(4249), - [sym_label] = ACTIONS(4252), - [anon_sym_in] = ACTIONS(4249), - [anon_sym_DOT_DOT] = ACTIONS(4252), - [anon_sym_QMARK_COLON] = ACTIONS(4252), - [anon_sym_AMP_AMP] = ACTIONS(4252), - [anon_sym_PIPE_PIPE] = ACTIONS(4252), - [anon_sym_else] = ACTIONS(4249), - [anon_sym_COLON_COLON] = ACTIONS(4252), - [anon_sym_PLUS_EQ] = ACTIONS(3833), - [anon_sym_DASH_EQ] = ACTIONS(3833), - [anon_sym_STAR_EQ] = ACTIONS(3833), - [anon_sym_SLASH_EQ] = ACTIONS(3833), - [anon_sym_PERCENT_EQ] = ACTIONS(3833), - [anon_sym_BANG_EQ] = ACTIONS(4249), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4252), - [anon_sym_EQ_EQ] = ACTIONS(4249), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4252), - [anon_sym_LT_EQ] = ACTIONS(4252), - [anon_sym_GT_EQ] = ACTIONS(4252), - [anon_sym_BANGin] = ACTIONS(4252), - [anon_sym_is] = ACTIONS(4249), - [anon_sym_BANGis] = ACTIONS(4252), - [anon_sym_PLUS] = ACTIONS(4249), - [anon_sym_DASH] = ACTIONS(4249), - [anon_sym_SLASH] = ACTIONS(4249), - [anon_sym_PERCENT] = ACTIONS(4249), - [anon_sym_as_QMARK] = ACTIONS(4252), - [anon_sym_PLUS_PLUS] = ACTIONS(4252), - [anon_sym_DASH_DASH] = ACTIONS(4252), - [anon_sym_BANG_BANG] = ACTIONS(4252), - [anon_sym_suspend] = ACTIONS(4249), - [anon_sym_sealed] = ACTIONS(4249), - [anon_sym_annotation] = ACTIONS(4249), - [anon_sym_data] = ACTIONS(4249), - [anon_sym_inner] = ACTIONS(4249), - [anon_sym_override] = ACTIONS(4249), - [anon_sym_lateinit] = ACTIONS(4249), - [anon_sym_public] = ACTIONS(4249), - [anon_sym_private] = ACTIONS(4249), - [anon_sym_internal] = ACTIONS(4249), - [anon_sym_protected] = ACTIONS(4249), - [anon_sym_tailrec] = ACTIONS(4249), - [anon_sym_operator] = ACTIONS(4249), - [anon_sym_infix] = ACTIONS(4249), - [anon_sym_inline] = ACTIONS(4249), - [anon_sym_external] = ACTIONS(4249), - [sym_property_modifier] = ACTIONS(4249), - [anon_sym_abstract] = ACTIONS(4249), - [anon_sym_final] = ACTIONS(4249), - [anon_sym_open] = ACTIONS(4249), - [anon_sym_vararg] = ACTIONS(4249), - [anon_sym_noinline] = ACTIONS(4249), - [anon_sym_crossinline] = ACTIONS(4249), - [anon_sym_expect] = ACTIONS(4249), - [anon_sym_actual] = ACTIONS(4249), + [3977] = { + [sym_function_body] = STATE(3259), + [sym__block] = STATE(3334), + [sym__alpha_identifier] = ACTIONS(4210), + [anon_sym_AT] = ACTIONS(4212), + [anon_sym_LBRACK] = ACTIONS(4212), + [anon_sym_as] = ACTIONS(4210), + [anon_sym_EQ] = ACTIONS(6756), + [anon_sym_LBRACE] = ACTIONS(6244), + [anon_sym_RBRACE] = ACTIONS(4212), + [anon_sym_LPAREN] = ACTIONS(4212), + [anon_sym_LT] = ACTIONS(4210), + [anon_sym_GT] = ACTIONS(4210), + [anon_sym_object] = ACTIONS(4210), + [anon_sym_fun] = ACTIONS(4210), + [anon_sym_DOT] = ACTIONS(4210), + [anon_sym_SEMI] = ACTIONS(4212), + [anon_sym_get] = ACTIONS(4210), + [anon_sym_set] = ACTIONS(4210), + [anon_sym_this] = ACTIONS(4210), + [anon_sym_super] = ACTIONS(4210), + [anon_sym_STAR] = ACTIONS(4212), + [sym_label] = ACTIONS(4210), + [anon_sym_in] = ACTIONS(4210), + [anon_sym_DOT_DOT] = ACTIONS(4212), + [anon_sym_QMARK_COLON] = ACTIONS(4212), + [anon_sym_AMP_AMP] = ACTIONS(4212), + [anon_sym_PIPE_PIPE] = ACTIONS(4212), + [anon_sym_null] = ACTIONS(4210), + [anon_sym_if] = ACTIONS(4210), + [anon_sym_else] = ACTIONS(4210), + [anon_sym_when] = ACTIONS(4210), + [anon_sym_try] = ACTIONS(4210), + [anon_sym_throw] = ACTIONS(4210), + [anon_sym_return] = ACTIONS(4210), + [anon_sym_continue] = ACTIONS(4210), + [anon_sym_break] = ACTIONS(4210), + [anon_sym_COLON_COLON] = ACTIONS(4212), + [anon_sym_BANG_EQ] = ACTIONS(4210), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4212), + [anon_sym_EQ_EQ] = ACTIONS(4210), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4212), + [anon_sym_LT_EQ] = ACTIONS(4212), + [anon_sym_GT_EQ] = ACTIONS(4212), + [anon_sym_BANGin] = ACTIONS(4212), + [anon_sym_is] = ACTIONS(4210), + [anon_sym_BANGis] = ACTIONS(4212), + [anon_sym_PLUS] = ACTIONS(4210), + [anon_sym_DASH] = ACTIONS(4210), + [anon_sym_SLASH] = ACTIONS(4210), + [anon_sym_PERCENT] = ACTIONS(4212), + [anon_sym_as_QMARK] = ACTIONS(4212), + [anon_sym_PLUS_PLUS] = ACTIONS(4212), + [anon_sym_DASH_DASH] = ACTIONS(4212), + [anon_sym_BANG] = ACTIONS(4210), + [anon_sym_BANG_BANG] = ACTIONS(4212), + [anon_sym_data] = ACTIONS(4210), + [anon_sym_inner] = ACTIONS(4210), + [anon_sym_expect] = ACTIONS(4210), + [anon_sym_actual] = ACTIONS(4210), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4212), + [anon_sym_continue_AT] = ACTIONS(4212), + [anon_sym_break_AT] = ACTIONS(4212), + [sym_real_literal] = ACTIONS(4212), + [sym_integer_literal] = ACTIONS(4210), + [sym_hex_literal] = ACTIONS(4212), + [sym_bin_literal] = ACTIONS(4212), + [anon_sym_true] = ACTIONS(4210), + [anon_sym_false] = ACTIONS(4210), + [anon_sym_SQUOTE] = ACTIONS(4212), + [sym__backtick_identifier] = ACTIONS(4212), + [sym__automatic_semicolon] = ACTIONS(4212), + [sym_safe_nav] = ACTIONS(4212), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4212), + }, + [3978] = { + [sym_type_constraints] = STATE(4096), + [sym_function_body] = STATE(3267), + [sym__block] = STATE(3464), + [sym__alpha_identifier] = ACTIONS(4260), + [anon_sym_AT] = ACTIONS(4262), + [anon_sym_LBRACK] = ACTIONS(4262), + [anon_sym_as] = ACTIONS(4260), + [anon_sym_EQ] = ACTIONS(6967), + [anon_sym_LBRACE] = ACTIONS(6233), + [anon_sym_RBRACE] = ACTIONS(4262), + [anon_sym_LPAREN] = ACTIONS(4262), + [anon_sym_RPAREN] = ACTIONS(4262), + [anon_sym_LT] = ACTIONS(4260), + [anon_sym_GT] = ACTIONS(4260), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(4260), + [anon_sym_SEMI] = ACTIONS(4262), + [anon_sym_get] = ACTIONS(4260), + [anon_sym_set] = ACTIONS(4260), + [anon_sym_STAR] = ACTIONS(4262), + [sym_label] = ACTIONS(4262), + [anon_sym_in] = ACTIONS(4260), + [anon_sym_while] = ACTIONS(4260), + [anon_sym_DOT_DOT] = ACTIONS(4262), + [anon_sym_QMARK_COLON] = ACTIONS(4262), + [anon_sym_AMP_AMP] = ACTIONS(4262), + [anon_sym_PIPE_PIPE] = ACTIONS(4262), + [anon_sym_else] = ACTIONS(4260), + [anon_sym_COLON_COLON] = ACTIONS(4262), + [anon_sym_BANG_EQ] = ACTIONS(4260), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4262), + [anon_sym_EQ_EQ] = ACTIONS(4260), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4262), + [anon_sym_LT_EQ] = ACTIONS(4262), + [anon_sym_GT_EQ] = ACTIONS(4262), + [anon_sym_BANGin] = ACTIONS(4262), + [anon_sym_is] = ACTIONS(4260), + [anon_sym_BANGis] = ACTIONS(4262), + [anon_sym_PLUS] = ACTIONS(4260), + [anon_sym_DASH] = ACTIONS(4260), + [anon_sym_SLASH] = ACTIONS(4260), + [anon_sym_PERCENT] = ACTIONS(4262), + [anon_sym_as_QMARK] = ACTIONS(4262), + [anon_sym_PLUS_PLUS] = ACTIONS(4262), + [anon_sym_DASH_DASH] = ACTIONS(4262), + [anon_sym_BANG_BANG] = ACTIONS(4262), + [anon_sym_suspend] = ACTIONS(4260), + [anon_sym_sealed] = ACTIONS(4260), + [anon_sym_annotation] = ACTIONS(4260), + [anon_sym_data] = ACTIONS(4260), + [anon_sym_inner] = ACTIONS(4260), + [anon_sym_override] = ACTIONS(4260), + [anon_sym_lateinit] = ACTIONS(4260), + [anon_sym_public] = ACTIONS(4260), + [anon_sym_private] = ACTIONS(4260), + [anon_sym_internal] = ACTIONS(4260), + [anon_sym_protected] = ACTIONS(4260), + [anon_sym_tailrec] = ACTIONS(4260), + [anon_sym_operator] = ACTIONS(4260), + [anon_sym_infix] = ACTIONS(4260), + [anon_sym_inline] = ACTIONS(4260), + [anon_sym_external] = ACTIONS(4260), + [sym_property_modifier] = ACTIONS(4260), + [anon_sym_abstract] = ACTIONS(4260), + [anon_sym_final] = ACTIONS(4260), + [anon_sym_open] = ACTIONS(4260), + [anon_sym_vararg] = ACTIONS(4260), + [anon_sym_noinline] = ACTIONS(4260), + [anon_sym_crossinline] = ACTIONS(4260), + [anon_sym_expect] = ACTIONS(4260), + [anon_sym_actual] = ACTIONS(4260), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4262), + [sym_safe_nav] = ACTIONS(4262), + [sym_multiline_comment] = ACTIONS(3), + }, + [3979] = { + [sym_function_body] = STATE(3293), + [sym__block] = STATE(3334), + [sym__alpha_identifier] = ACTIONS(4422), + [anon_sym_AT] = ACTIONS(4424), + [anon_sym_LBRACK] = ACTIONS(4424), + [anon_sym_as] = ACTIONS(4422), + [anon_sym_EQ] = ACTIONS(6756), + [anon_sym_LBRACE] = ACTIONS(6244), + [anon_sym_RBRACE] = ACTIONS(4424), + [anon_sym_LPAREN] = ACTIONS(4424), + [anon_sym_LT] = ACTIONS(4422), + [anon_sym_GT] = ACTIONS(4422), + [anon_sym_object] = ACTIONS(4422), + [anon_sym_fun] = ACTIONS(4422), + [anon_sym_DOT] = ACTIONS(4422), + [anon_sym_SEMI] = ACTIONS(4424), + [anon_sym_get] = ACTIONS(4422), + [anon_sym_set] = ACTIONS(4422), + [anon_sym_this] = ACTIONS(4422), + [anon_sym_super] = ACTIONS(4422), + [anon_sym_STAR] = ACTIONS(4424), + [sym_label] = ACTIONS(4422), + [anon_sym_in] = ACTIONS(4422), + [anon_sym_DOT_DOT] = ACTIONS(4424), + [anon_sym_QMARK_COLON] = ACTIONS(4424), + [anon_sym_AMP_AMP] = ACTIONS(4424), + [anon_sym_PIPE_PIPE] = ACTIONS(4424), + [anon_sym_null] = ACTIONS(4422), + [anon_sym_if] = ACTIONS(4422), + [anon_sym_else] = ACTIONS(4422), + [anon_sym_when] = ACTIONS(4422), + [anon_sym_try] = ACTIONS(4422), + [anon_sym_throw] = ACTIONS(4422), + [anon_sym_return] = ACTIONS(4422), + [anon_sym_continue] = ACTIONS(4422), + [anon_sym_break] = ACTIONS(4422), + [anon_sym_COLON_COLON] = ACTIONS(4424), + [anon_sym_BANG_EQ] = ACTIONS(4422), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4424), + [anon_sym_EQ_EQ] = ACTIONS(4422), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4424), + [anon_sym_LT_EQ] = ACTIONS(4424), + [anon_sym_GT_EQ] = ACTIONS(4424), + [anon_sym_BANGin] = ACTIONS(4424), + [anon_sym_is] = ACTIONS(4422), + [anon_sym_BANGis] = ACTIONS(4424), + [anon_sym_PLUS] = ACTIONS(4422), + [anon_sym_DASH] = ACTIONS(4422), + [anon_sym_SLASH] = ACTIONS(4422), + [anon_sym_PERCENT] = ACTIONS(4424), + [anon_sym_as_QMARK] = ACTIONS(4424), + [anon_sym_PLUS_PLUS] = ACTIONS(4424), + [anon_sym_DASH_DASH] = ACTIONS(4424), + [anon_sym_BANG] = ACTIONS(4422), + [anon_sym_BANG_BANG] = ACTIONS(4424), + [anon_sym_data] = ACTIONS(4422), + [anon_sym_inner] = ACTIONS(4422), + [anon_sym_expect] = ACTIONS(4422), + [anon_sym_actual] = ACTIONS(4422), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4252), - [sym__automatic_semicolon] = ACTIONS(4252), - [sym_safe_nav] = ACTIONS(4252), + [anon_sym_return_AT] = ACTIONS(4424), + [anon_sym_continue_AT] = ACTIONS(4424), + [anon_sym_break_AT] = ACTIONS(4424), + [sym_real_literal] = ACTIONS(4424), + [sym_integer_literal] = ACTIONS(4422), + [sym_hex_literal] = ACTIONS(4424), + [sym_bin_literal] = ACTIONS(4424), + [anon_sym_true] = ACTIONS(4422), + [anon_sym_false] = ACTIONS(4422), + [anon_sym_SQUOTE] = ACTIONS(4424), + [sym__backtick_identifier] = ACTIONS(4424), + [sym__automatic_semicolon] = ACTIONS(4424), + [sym_safe_nav] = ACTIONS(4424), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4424), }, - [4005] = { - [sym_function_body] = STATE(3129), - [sym__block] = STATE(3245), - [sym__alpha_identifier] = ACTIONS(4101), - [anon_sym_AT] = ACTIONS(4103), - [anon_sym_LBRACK] = ACTIONS(4103), - [anon_sym_as] = ACTIONS(4101), - [anon_sym_EQ] = ACTIONS(6682), - [anon_sym_LBRACE] = ACTIONS(6220), - [anon_sym_RBRACE] = ACTIONS(4103), - [anon_sym_LPAREN] = ACTIONS(4103), - [anon_sym_LT] = ACTIONS(4101), - [anon_sym_GT] = ACTIONS(4101), - [anon_sym_object] = ACTIONS(4101), - [anon_sym_fun] = ACTIONS(4101), - [anon_sym_DOT] = ACTIONS(4101), - [anon_sym_SEMI] = ACTIONS(4103), - [anon_sym_get] = ACTIONS(4101), - [anon_sym_set] = ACTIONS(4101), - [anon_sym_this] = ACTIONS(4101), - [anon_sym_super] = ACTIONS(4101), - [anon_sym_STAR] = ACTIONS(4103), + [3980] = { + [sym__alpha_identifier] = ACTIONS(7030), + [anon_sym_AT] = ACTIONS(7032), + [anon_sym_LBRACK] = ACTIONS(7032), + [anon_sym_typealias] = ACTIONS(7030), + [anon_sym_class] = ACTIONS(7030), + [anon_sym_interface] = ACTIONS(7030), + [anon_sym_enum] = ACTIONS(7030), + [anon_sym_LBRACE] = ACTIONS(7032), + [anon_sym_LPAREN] = ACTIONS(7032), + [anon_sym_val] = ACTIONS(7030), + [anon_sym_var] = ACTIONS(7030), + [anon_sym_object] = ACTIONS(7030), + [anon_sym_fun] = ACTIONS(7030), + [anon_sym_get] = ACTIONS(7030), + [anon_sym_set] = ACTIONS(7030), + [anon_sym_this] = ACTIONS(7030), + [anon_sym_super] = ACTIONS(7030), + [anon_sym_STAR] = ACTIONS(7032), + [sym_label] = ACTIONS(7030), + [anon_sym_for] = ACTIONS(7030), + [anon_sym_while] = ACTIONS(7030), + [anon_sym_do] = ACTIONS(7030), + [anon_sym_null] = ACTIONS(7030), + [anon_sym_if] = ACTIONS(7030), + [anon_sym_when] = ACTIONS(7030), + [anon_sym_try] = ACTIONS(7030), + [anon_sym_throw] = ACTIONS(7030), + [anon_sym_return] = ACTIONS(7030), + [anon_sym_continue] = ACTIONS(7030), + [anon_sym_break] = ACTIONS(7030), + [anon_sym_COLON_COLON] = ACTIONS(7032), + [anon_sym_PLUS] = ACTIONS(7030), + [anon_sym_DASH] = ACTIONS(7030), + [anon_sym_PLUS_PLUS] = ACTIONS(7032), + [anon_sym_DASH_DASH] = ACTIONS(7032), + [anon_sym_BANG] = ACTIONS(7032), + [anon_sym_suspend] = ACTIONS(7030), + [anon_sym_sealed] = ACTIONS(7030), + [anon_sym_annotation] = ACTIONS(7030), + [anon_sym_data] = ACTIONS(7030), + [anon_sym_inner] = ACTIONS(7030), + [anon_sym_override] = ACTIONS(7030), + [anon_sym_lateinit] = ACTIONS(7030), + [anon_sym_public] = ACTIONS(7030), + [anon_sym_private] = ACTIONS(7030), + [anon_sym_internal] = ACTIONS(7030), + [anon_sym_protected] = ACTIONS(7030), + [anon_sym_tailrec] = ACTIONS(7030), + [anon_sym_operator] = ACTIONS(7030), + [anon_sym_infix] = ACTIONS(7030), + [anon_sym_inline] = ACTIONS(7030), + [anon_sym_external] = ACTIONS(7030), + [sym_property_modifier] = ACTIONS(7030), + [anon_sym_abstract] = ACTIONS(7030), + [anon_sym_final] = ACTIONS(7030), + [anon_sym_open] = ACTIONS(7030), + [anon_sym_vararg] = ACTIONS(7030), + [anon_sym_noinline] = ACTIONS(7030), + [anon_sym_crossinline] = ACTIONS(7030), + [anon_sym_expect] = ACTIONS(7030), + [anon_sym_actual] = ACTIONS(7030), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(7032), + [anon_sym_continue_AT] = ACTIONS(7032), + [anon_sym_break_AT] = ACTIONS(7032), + [sym_real_literal] = ACTIONS(7032), + [sym_integer_literal] = ACTIONS(7030), + [sym_hex_literal] = ACTIONS(7032), + [sym_bin_literal] = ACTIONS(7032), + [anon_sym_true] = ACTIONS(7030), + [anon_sym_false] = ACTIONS(7030), + [anon_sym_SQUOTE] = ACTIONS(7032), + [sym__backtick_identifier] = ACTIONS(7032), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(7032), + }, + [3981] = { + [sym_type_constraints] = STATE(4097), + [sym_function_body] = STATE(3202), + [sym__block] = STATE(3464), + [sym__alpha_identifier] = ACTIONS(4099), + [anon_sym_AT] = ACTIONS(4101), + [anon_sym_LBRACK] = ACTIONS(4101), + [anon_sym_as] = ACTIONS(4099), + [anon_sym_EQ] = ACTIONS(6967), + [anon_sym_LBRACE] = ACTIONS(6233), + [anon_sym_RBRACE] = ACTIONS(4101), + [anon_sym_LPAREN] = ACTIONS(4101), + [anon_sym_RPAREN] = ACTIONS(4101), + [anon_sym_LT] = ACTIONS(4099), + [anon_sym_GT] = ACTIONS(4099), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(4099), + [anon_sym_SEMI] = ACTIONS(4101), + [anon_sym_get] = ACTIONS(4099), + [anon_sym_set] = ACTIONS(4099), + [anon_sym_STAR] = ACTIONS(4101), [sym_label] = ACTIONS(4101), - [anon_sym_in] = ACTIONS(4101), - [anon_sym_DOT_DOT] = ACTIONS(4103), - [anon_sym_QMARK_COLON] = ACTIONS(4103), - [anon_sym_AMP_AMP] = ACTIONS(4103), - [anon_sym_PIPE_PIPE] = ACTIONS(4103), - [anon_sym_null] = ACTIONS(4101), - [anon_sym_if] = ACTIONS(4101), - [anon_sym_else] = ACTIONS(4101), - [anon_sym_when] = ACTIONS(4101), - [anon_sym_try] = ACTIONS(4101), - [anon_sym_throw] = ACTIONS(4101), - [anon_sym_return] = ACTIONS(4101), - [anon_sym_continue] = ACTIONS(4101), - [anon_sym_break] = ACTIONS(4101), - [anon_sym_COLON_COLON] = ACTIONS(4103), - [anon_sym_BANG_EQ] = ACTIONS(4101), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4103), - [anon_sym_EQ_EQ] = ACTIONS(4101), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4103), - [anon_sym_LT_EQ] = ACTIONS(4103), - [anon_sym_GT_EQ] = ACTIONS(4103), - [anon_sym_BANGin] = ACTIONS(4103), - [anon_sym_is] = ACTIONS(4101), - [anon_sym_BANGis] = ACTIONS(4103), - [anon_sym_PLUS] = ACTIONS(4101), - [anon_sym_DASH] = ACTIONS(4101), - [anon_sym_SLASH] = ACTIONS(4101), - [anon_sym_PERCENT] = ACTIONS(4103), - [anon_sym_as_QMARK] = ACTIONS(4103), - [anon_sym_PLUS_PLUS] = ACTIONS(4103), - [anon_sym_DASH_DASH] = ACTIONS(4103), - [anon_sym_BANG] = ACTIONS(4101), - [anon_sym_BANG_BANG] = ACTIONS(4103), - [anon_sym_data] = ACTIONS(4101), - [anon_sym_inner] = ACTIONS(4101), - [anon_sym_expect] = ACTIONS(4101), - [anon_sym_actual] = ACTIONS(4101), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4103), - [anon_sym_continue_AT] = ACTIONS(4103), - [anon_sym_break_AT] = ACTIONS(4103), - [sym_real_literal] = ACTIONS(4103), - [sym_integer_literal] = ACTIONS(4101), - [sym_hex_literal] = ACTIONS(4103), - [sym_bin_literal] = ACTIONS(4103), - [anon_sym_true] = ACTIONS(4101), - [anon_sym_false] = ACTIONS(4101), - [anon_sym_SQUOTE] = ACTIONS(4103), - [sym__backtick_identifier] = ACTIONS(4103), - [sym__automatic_semicolon] = ACTIONS(4103), - [sym_safe_nav] = ACTIONS(4103), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4103), + [anon_sym_in] = ACTIONS(4099), + [anon_sym_while] = ACTIONS(4099), + [anon_sym_DOT_DOT] = ACTIONS(4101), + [anon_sym_QMARK_COLON] = ACTIONS(4101), + [anon_sym_AMP_AMP] = ACTIONS(4101), + [anon_sym_PIPE_PIPE] = ACTIONS(4101), + [anon_sym_else] = ACTIONS(4099), + [anon_sym_COLON_COLON] = ACTIONS(4101), + [anon_sym_BANG_EQ] = ACTIONS(4099), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4101), + [anon_sym_EQ_EQ] = ACTIONS(4099), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4101), + [anon_sym_LT_EQ] = ACTIONS(4101), + [anon_sym_GT_EQ] = ACTIONS(4101), + [anon_sym_BANGin] = ACTIONS(4101), + [anon_sym_is] = ACTIONS(4099), + [anon_sym_BANGis] = ACTIONS(4101), + [anon_sym_PLUS] = ACTIONS(4099), + [anon_sym_DASH] = ACTIONS(4099), + [anon_sym_SLASH] = ACTIONS(4099), + [anon_sym_PERCENT] = ACTIONS(4101), + [anon_sym_as_QMARK] = ACTIONS(4101), + [anon_sym_PLUS_PLUS] = ACTIONS(4101), + [anon_sym_DASH_DASH] = ACTIONS(4101), + [anon_sym_BANG_BANG] = ACTIONS(4101), + [anon_sym_suspend] = ACTIONS(4099), + [anon_sym_sealed] = ACTIONS(4099), + [anon_sym_annotation] = ACTIONS(4099), + [anon_sym_data] = ACTIONS(4099), + [anon_sym_inner] = ACTIONS(4099), + [anon_sym_override] = ACTIONS(4099), + [anon_sym_lateinit] = ACTIONS(4099), + [anon_sym_public] = ACTIONS(4099), + [anon_sym_private] = ACTIONS(4099), + [anon_sym_internal] = ACTIONS(4099), + [anon_sym_protected] = ACTIONS(4099), + [anon_sym_tailrec] = ACTIONS(4099), + [anon_sym_operator] = ACTIONS(4099), + [anon_sym_infix] = ACTIONS(4099), + [anon_sym_inline] = ACTIONS(4099), + [anon_sym_external] = ACTIONS(4099), + [sym_property_modifier] = ACTIONS(4099), + [anon_sym_abstract] = ACTIONS(4099), + [anon_sym_final] = ACTIONS(4099), + [anon_sym_open] = ACTIONS(4099), + [anon_sym_vararg] = ACTIONS(4099), + [anon_sym_noinline] = ACTIONS(4099), + [anon_sym_crossinline] = ACTIONS(4099), + [anon_sym_expect] = ACTIONS(4099), + [anon_sym_actual] = ACTIONS(4099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4101), + [sym_safe_nav] = ACTIONS(4101), + [sym_multiline_comment] = ACTIONS(3), }, - [4006] = { - [sym_type_constraints] = STATE(4083), - [sym_function_body] = STATE(3167), - [sym__block] = STATE(3367), - [sym__alpha_identifier] = ACTIONS(4101), - [anon_sym_AT] = ACTIONS(4103), - [anon_sym_LBRACK] = ACTIONS(4103), - [anon_sym_as] = ACTIONS(4101), - [anon_sym_EQ] = ACTIONS(6952), - [anon_sym_LBRACE] = ACTIONS(6236), - [anon_sym_RBRACE] = ACTIONS(4103), - [anon_sym_LPAREN] = ACTIONS(4103), - [anon_sym_RPAREN] = ACTIONS(4103), - [anon_sym_LT] = ACTIONS(4101), - [anon_sym_GT] = ACTIONS(4101), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(4101), - [anon_sym_SEMI] = ACTIONS(4103), - [anon_sym_get] = ACTIONS(4101), - [anon_sym_set] = ACTIONS(4101), - [anon_sym_STAR] = ACTIONS(4103), - [sym_label] = ACTIONS(4103), - [anon_sym_in] = ACTIONS(4101), - [anon_sym_while] = ACTIONS(4101), - [anon_sym_DOT_DOT] = ACTIONS(4103), - [anon_sym_QMARK_COLON] = ACTIONS(4103), - [anon_sym_AMP_AMP] = ACTIONS(4103), - [anon_sym_PIPE_PIPE] = ACTIONS(4103), - [anon_sym_else] = ACTIONS(4101), - [anon_sym_COLON_COLON] = ACTIONS(4103), - [anon_sym_BANG_EQ] = ACTIONS(4101), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4103), - [anon_sym_EQ_EQ] = ACTIONS(4101), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4103), - [anon_sym_LT_EQ] = ACTIONS(4103), - [anon_sym_GT_EQ] = ACTIONS(4103), - [anon_sym_BANGin] = ACTIONS(4103), - [anon_sym_is] = ACTIONS(4101), - [anon_sym_BANGis] = ACTIONS(4103), - [anon_sym_PLUS] = ACTIONS(4101), - [anon_sym_DASH] = ACTIONS(4101), - [anon_sym_SLASH] = ACTIONS(4101), - [anon_sym_PERCENT] = ACTIONS(4103), - [anon_sym_as_QMARK] = ACTIONS(4103), - [anon_sym_PLUS_PLUS] = ACTIONS(4103), - [anon_sym_DASH_DASH] = ACTIONS(4103), - [anon_sym_BANG_BANG] = ACTIONS(4103), - [anon_sym_suspend] = ACTIONS(4101), - [anon_sym_sealed] = ACTIONS(4101), - [anon_sym_annotation] = ACTIONS(4101), - [anon_sym_data] = ACTIONS(4101), - [anon_sym_inner] = ACTIONS(4101), - [anon_sym_override] = ACTIONS(4101), - [anon_sym_lateinit] = ACTIONS(4101), - [anon_sym_public] = ACTIONS(4101), - [anon_sym_private] = ACTIONS(4101), - [anon_sym_internal] = ACTIONS(4101), - [anon_sym_protected] = ACTIONS(4101), - [anon_sym_tailrec] = ACTIONS(4101), - [anon_sym_operator] = ACTIONS(4101), - [anon_sym_infix] = ACTIONS(4101), - [anon_sym_inline] = ACTIONS(4101), - [anon_sym_external] = ACTIONS(4101), - [sym_property_modifier] = ACTIONS(4101), - [anon_sym_abstract] = ACTIONS(4101), - [anon_sym_final] = ACTIONS(4101), - [anon_sym_open] = ACTIONS(4101), - [anon_sym_vararg] = ACTIONS(4101), - [anon_sym_noinline] = ACTIONS(4101), - [anon_sym_crossinline] = ACTIONS(4101), - [anon_sym_expect] = ACTIONS(4101), - [anon_sym_actual] = ACTIONS(4101), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4103), - [sym_safe_nav] = ACTIONS(4103), + [3982] = { + [sym_type_constraints] = STATE(4161), + [sym_function_body] = STATE(3891), + [sym__block] = STATE(3738), + [sym__alpha_identifier] = ACTIONS(4041), + [anon_sym_AT] = ACTIONS(4043), + [anon_sym_COLON] = ACTIONS(7034), + [anon_sym_LBRACK] = ACTIONS(4043), + [anon_sym_as] = ACTIONS(4041), + [anon_sym_EQ] = ACTIONS(7028), + [anon_sym_LBRACE] = ACTIONS(6461), + [anon_sym_RBRACE] = ACTIONS(4043), + [anon_sym_LPAREN] = ACTIONS(4043), + [anon_sym_LT] = ACTIONS(4041), + [anon_sym_GT] = ACTIONS(4041), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(4041), + [anon_sym_SEMI] = ACTIONS(4043), + [anon_sym_get] = ACTIONS(4041), + [anon_sym_set] = ACTIONS(4041), + [anon_sym_STAR] = ACTIONS(4043), + [sym_label] = ACTIONS(4043), + [anon_sym_in] = ACTIONS(4041), + [anon_sym_DOT_DOT] = ACTIONS(4043), + [anon_sym_QMARK_COLON] = ACTIONS(4043), + [anon_sym_AMP_AMP] = ACTIONS(4043), + [anon_sym_PIPE_PIPE] = ACTIONS(4043), + [anon_sym_else] = ACTIONS(4041), + [anon_sym_COLON_COLON] = ACTIONS(4043), + [anon_sym_BANG_EQ] = ACTIONS(4041), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4043), + [anon_sym_EQ_EQ] = ACTIONS(4041), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4043), + [anon_sym_LT_EQ] = ACTIONS(4043), + [anon_sym_GT_EQ] = ACTIONS(4043), + [anon_sym_BANGin] = ACTIONS(4043), + [anon_sym_is] = ACTIONS(4041), + [anon_sym_BANGis] = ACTIONS(4043), + [anon_sym_PLUS] = ACTIONS(4041), + [anon_sym_DASH] = ACTIONS(4041), + [anon_sym_SLASH] = ACTIONS(4041), + [anon_sym_PERCENT] = ACTIONS(4043), + [anon_sym_as_QMARK] = ACTIONS(4043), + [anon_sym_PLUS_PLUS] = ACTIONS(4043), + [anon_sym_DASH_DASH] = ACTIONS(4043), + [anon_sym_BANG_BANG] = ACTIONS(4043), + [anon_sym_suspend] = ACTIONS(4041), + [anon_sym_sealed] = ACTIONS(4041), + [anon_sym_annotation] = ACTIONS(4041), + [anon_sym_data] = ACTIONS(4041), + [anon_sym_inner] = ACTIONS(4041), + [anon_sym_override] = ACTIONS(4041), + [anon_sym_lateinit] = ACTIONS(4041), + [anon_sym_public] = ACTIONS(4041), + [anon_sym_private] = ACTIONS(4041), + [anon_sym_internal] = ACTIONS(4041), + [anon_sym_protected] = ACTIONS(4041), + [anon_sym_tailrec] = ACTIONS(4041), + [anon_sym_operator] = ACTIONS(4041), + [anon_sym_infix] = ACTIONS(4041), + [anon_sym_inline] = ACTIONS(4041), + [anon_sym_external] = ACTIONS(4041), + [sym_property_modifier] = ACTIONS(4041), + [anon_sym_abstract] = ACTIONS(4041), + [anon_sym_final] = ACTIONS(4041), + [anon_sym_open] = ACTIONS(4041), + [anon_sym_vararg] = ACTIONS(4041), + [anon_sym_noinline] = ACTIONS(4041), + [anon_sym_crossinline] = ACTIONS(4041), + [anon_sym_expect] = ACTIONS(4041), + [anon_sym_actual] = ACTIONS(4041), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4043), + [sym__automatic_semicolon] = ACTIONS(4043), + [sym_safe_nav] = ACTIONS(4043), [sym_multiline_comment] = ACTIONS(3), }, - [4007] = { - [sym_type_constraints] = STATE(4036), - [sym_function_body] = STATE(3815), - [sym__block] = STATE(3725), - [sym__alpha_identifier] = ACTIONS(4089), - [anon_sym_AT] = ACTIONS(4091), - [anon_sym_LBRACK] = ACTIONS(4091), - [anon_sym_as] = ACTIONS(4089), - [anon_sym_EQ] = ACTIONS(6934), - [anon_sym_LBRACE] = ACTIONS(6434), - [anon_sym_RBRACE] = ACTIONS(4091), - [anon_sym_LPAREN] = ACTIONS(4091), - [anon_sym_COMMA] = ACTIONS(4091), - [anon_sym_LT] = ACTIONS(4089), - [anon_sym_GT] = ACTIONS(4089), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(4089), - [anon_sym_SEMI] = ACTIONS(4091), - [anon_sym_get] = ACTIONS(4089), - [anon_sym_set] = ACTIONS(4089), - [anon_sym_STAR] = ACTIONS(4091), - [sym_label] = ACTIONS(4091), - [anon_sym_in] = ACTIONS(4089), - [anon_sym_DOT_DOT] = ACTIONS(4091), - [anon_sym_QMARK_COLON] = ACTIONS(4091), - [anon_sym_AMP_AMP] = ACTIONS(4091), - [anon_sym_PIPE_PIPE] = ACTIONS(4091), - [anon_sym_else] = ACTIONS(4089), - [anon_sym_COLON_COLON] = ACTIONS(4091), - [anon_sym_BANG_EQ] = ACTIONS(4089), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4091), - [anon_sym_EQ_EQ] = ACTIONS(4089), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4091), - [anon_sym_LT_EQ] = ACTIONS(4091), - [anon_sym_GT_EQ] = ACTIONS(4091), - [anon_sym_BANGin] = ACTIONS(4091), - [anon_sym_is] = ACTIONS(4089), - [anon_sym_BANGis] = ACTIONS(4091), - [anon_sym_PLUS] = ACTIONS(4089), - [anon_sym_DASH] = ACTIONS(4089), - [anon_sym_SLASH] = ACTIONS(4089), - [anon_sym_PERCENT] = ACTIONS(4091), - [anon_sym_as_QMARK] = ACTIONS(4091), - [anon_sym_PLUS_PLUS] = ACTIONS(4091), - [anon_sym_DASH_DASH] = ACTIONS(4091), - [anon_sym_BANG_BANG] = ACTIONS(4091), - [anon_sym_suspend] = ACTIONS(4089), - [anon_sym_sealed] = ACTIONS(4089), - [anon_sym_annotation] = ACTIONS(4089), - [anon_sym_data] = ACTIONS(4089), - [anon_sym_inner] = ACTIONS(4089), - [anon_sym_override] = ACTIONS(4089), - [anon_sym_lateinit] = ACTIONS(4089), - [anon_sym_public] = ACTIONS(4089), - [anon_sym_private] = ACTIONS(4089), - [anon_sym_internal] = ACTIONS(4089), - [anon_sym_protected] = ACTIONS(4089), - [anon_sym_tailrec] = ACTIONS(4089), - [anon_sym_operator] = ACTIONS(4089), - [anon_sym_infix] = ACTIONS(4089), - [anon_sym_inline] = ACTIONS(4089), - [anon_sym_external] = ACTIONS(4089), - [sym_property_modifier] = ACTIONS(4089), - [anon_sym_abstract] = ACTIONS(4089), - [anon_sym_final] = ACTIONS(4089), - [anon_sym_open] = ACTIONS(4089), - [anon_sym_vararg] = ACTIONS(4089), - [anon_sym_noinline] = ACTIONS(4089), - [anon_sym_crossinline] = ACTIONS(4089), - [anon_sym_expect] = ACTIONS(4089), - [anon_sym_actual] = ACTIONS(4089), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4091), - [sym__automatic_semicolon] = ACTIONS(4091), - [sym_safe_nav] = ACTIONS(4091), + [3983] = { + [sym_function_body] = STATE(3171), + [sym__block] = STATE(3334), + [sym__alpha_identifier] = ACTIONS(4256), + [anon_sym_AT] = ACTIONS(4258), + [anon_sym_LBRACK] = ACTIONS(4258), + [anon_sym_as] = ACTIONS(4256), + [anon_sym_EQ] = ACTIONS(6756), + [anon_sym_LBRACE] = ACTIONS(6244), + [anon_sym_RBRACE] = ACTIONS(4258), + [anon_sym_LPAREN] = ACTIONS(4258), + [anon_sym_LT] = ACTIONS(4256), + [anon_sym_GT] = ACTIONS(4256), + [anon_sym_object] = ACTIONS(4256), + [anon_sym_fun] = ACTIONS(4256), + [anon_sym_DOT] = ACTIONS(4256), + [anon_sym_SEMI] = ACTIONS(4258), + [anon_sym_get] = ACTIONS(4256), + [anon_sym_set] = ACTIONS(4256), + [anon_sym_this] = ACTIONS(4256), + [anon_sym_super] = ACTIONS(4256), + [anon_sym_STAR] = ACTIONS(4258), + [sym_label] = ACTIONS(4256), + [anon_sym_in] = ACTIONS(4256), + [anon_sym_DOT_DOT] = ACTIONS(4258), + [anon_sym_QMARK_COLON] = ACTIONS(4258), + [anon_sym_AMP_AMP] = ACTIONS(4258), + [anon_sym_PIPE_PIPE] = ACTIONS(4258), + [anon_sym_null] = ACTIONS(4256), + [anon_sym_if] = ACTIONS(4256), + [anon_sym_else] = ACTIONS(4256), + [anon_sym_when] = ACTIONS(4256), + [anon_sym_try] = ACTIONS(4256), + [anon_sym_throw] = ACTIONS(4256), + [anon_sym_return] = ACTIONS(4256), + [anon_sym_continue] = ACTIONS(4256), + [anon_sym_break] = ACTIONS(4256), + [anon_sym_COLON_COLON] = ACTIONS(4258), + [anon_sym_BANG_EQ] = ACTIONS(4256), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4258), + [anon_sym_EQ_EQ] = ACTIONS(4256), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4258), + [anon_sym_LT_EQ] = ACTIONS(4258), + [anon_sym_GT_EQ] = ACTIONS(4258), + [anon_sym_BANGin] = ACTIONS(4258), + [anon_sym_is] = ACTIONS(4256), + [anon_sym_BANGis] = ACTIONS(4258), + [anon_sym_PLUS] = ACTIONS(4256), + [anon_sym_DASH] = ACTIONS(4256), + [anon_sym_SLASH] = ACTIONS(4256), + [anon_sym_PERCENT] = ACTIONS(4258), + [anon_sym_as_QMARK] = ACTIONS(4258), + [anon_sym_PLUS_PLUS] = ACTIONS(4258), + [anon_sym_DASH_DASH] = ACTIONS(4258), + [anon_sym_BANG] = ACTIONS(4256), + [anon_sym_BANG_BANG] = ACTIONS(4258), + [anon_sym_data] = ACTIONS(4256), + [anon_sym_inner] = ACTIONS(4256), + [anon_sym_expect] = ACTIONS(4256), + [anon_sym_actual] = ACTIONS(4256), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4258), + [anon_sym_continue_AT] = ACTIONS(4258), + [anon_sym_break_AT] = ACTIONS(4258), + [sym_real_literal] = ACTIONS(4258), + [sym_integer_literal] = ACTIONS(4256), + [sym_hex_literal] = ACTIONS(4258), + [sym_bin_literal] = ACTIONS(4258), + [anon_sym_true] = ACTIONS(4256), + [anon_sym_false] = ACTIONS(4256), + [anon_sym_SQUOTE] = ACTIONS(4258), + [sym__backtick_identifier] = ACTIONS(4258), + [sym__automatic_semicolon] = ACTIONS(4258), + [sym_safe_nav] = ACTIONS(4258), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4258), + }, + [3984] = { + [sym_function_body] = STATE(3133), + [sym__block] = STATE(3334), + [sym__alpha_identifier] = ACTIONS(4031), + [anon_sym_AT] = ACTIONS(4033), + [anon_sym_LBRACK] = ACTIONS(4033), + [anon_sym_as] = ACTIONS(4031), + [anon_sym_EQ] = ACTIONS(6756), + [anon_sym_LBRACE] = ACTIONS(6244), + [anon_sym_RBRACE] = ACTIONS(4033), + [anon_sym_LPAREN] = ACTIONS(4033), + [anon_sym_LT] = ACTIONS(4031), + [anon_sym_GT] = ACTIONS(4031), + [anon_sym_object] = ACTIONS(4031), + [anon_sym_fun] = ACTIONS(4031), + [anon_sym_DOT] = ACTIONS(4031), + [anon_sym_SEMI] = ACTIONS(4033), + [anon_sym_get] = ACTIONS(4031), + [anon_sym_set] = ACTIONS(4031), + [anon_sym_this] = ACTIONS(4031), + [anon_sym_super] = ACTIONS(4031), + [anon_sym_STAR] = ACTIONS(4033), + [sym_label] = ACTIONS(4031), + [anon_sym_in] = ACTIONS(4031), + [anon_sym_DOT_DOT] = ACTIONS(4033), + [anon_sym_QMARK_COLON] = ACTIONS(4033), + [anon_sym_AMP_AMP] = ACTIONS(4033), + [anon_sym_PIPE_PIPE] = ACTIONS(4033), + [anon_sym_null] = ACTIONS(4031), + [anon_sym_if] = ACTIONS(4031), + [anon_sym_else] = ACTIONS(4031), + [anon_sym_when] = ACTIONS(4031), + [anon_sym_try] = ACTIONS(4031), + [anon_sym_throw] = ACTIONS(4031), + [anon_sym_return] = ACTIONS(4031), + [anon_sym_continue] = ACTIONS(4031), + [anon_sym_break] = ACTIONS(4031), + [anon_sym_COLON_COLON] = ACTIONS(4033), + [anon_sym_BANG_EQ] = ACTIONS(4031), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4033), + [anon_sym_EQ_EQ] = ACTIONS(4031), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4033), + [anon_sym_LT_EQ] = ACTIONS(4033), + [anon_sym_GT_EQ] = ACTIONS(4033), + [anon_sym_BANGin] = ACTIONS(4033), + [anon_sym_is] = ACTIONS(4031), + [anon_sym_BANGis] = ACTIONS(4033), + [anon_sym_PLUS] = ACTIONS(4031), + [anon_sym_DASH] = ACTIONS(4031), + [anon_sym_SLASH] = ACTIONS(4031), + [anon_sym_PERCENT] = ACTIONS(4033), + [anon_sym_as_QMARK] = ACTIONS(4033), + [anon_sym_PLUS_PLUS] = ACTIONS(4033), + [anon_sym_DASH_DASH] = ACTIONS(4033), + [anon_sym_BANG] = ACTIONS(4031), + [anon_sym_BANG_BANG] = ACTIONS(4033), + [anon_sym_data] = ACTIONS(4031), + [anon_sym_inner] = ACTIONS(4031), + [anon_sym_expect] = ACTIONS(4031), + [anon_sym_actual] = ACTIONS(4031), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4033), + [anon_sym_continue_AT] = ACTIONS(4033), + [anon_sym_break_AT] = ACTIONS(4033), + [sym_real_literal] = ACTIONS(4033), + [sym_integer_literal] = ACTIONS(4031), + [sym_hex_literal] = ACTIONS(4033), + [sym_bin_literal] = ACTIONS(4033), + [anon_sym_true] = ACTIONS(4031), + [anon_sym_false] = ACTIONS(4031), + [anon_sym_SQUOTE] = ACTIONS(4033), + [sym__backtick_identifier] = ACTIONS(4033), + [sym__automatic_semicolon] = ACTIONS(4033), + [sym_safe_nav] = ACTIONS(4033), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4033), + }, + [3985] = { + [sym_function_body] = STATE(3308), + [sym__block] = STATE(3334), + [sym__alpha_identifier] = ACTIONS(4426), + [anon_sym_AT] = ACTIONS(4428), + [anon_sym_LBRACK] = ACTIONS(4428), + [anon_sym_as] = ACTIONS(4426), + [anon_sym_EQ] = ACTIONS(6756), + [anon_sym_LBRACE] = ACTIONS(6244), + [anon_sym_RBRACE] = ACTIONS(4428), + [anon_sym_LPAREN] = ACTIONS(4428), + [anon_sym_LT] = ACTIONS(4426), + [anon_sym_GT] = ACTIONS(4426), + [anon_sym_object] = ACTIONS(4426), + [anon_sym_fun] = ACTIONS(4426), + [anon_sym_DOT] = ACTIONS(4426), + [anon_sym_SEMI] = ACTIONS(4428), + [anon_sym_get] = ACTIONS(4426), + [anon_sym_set] = ACTIONS(4426), + [anon_sym_this] = ACTIONS(4426), + [anon_sym_super] = ACTIONS(4426), + [anon_sym_STAR] = ACTIONS(4428), + [sym_label] = ACTIONS(4426), + [anon_sym_in] = ACTIONS(4426), + [anon_sym_DOT_DOT] = ACTIONS(4428), + [anon_sym_QMARK_COLON] = ACTIONS(4428), + [anon_sym_AMP_AMP] = ACTIONS(4428), + [anon_sym_PIPE_PIPE] = ACTIONS(4428), + [anon_sym_null] = ACTIONS(4426), + [anon_sym_if] = ACTIONS(4426), + [anon_sym_else] = ACTIONS(4426), + [anon_sym_when] = ACTIONS(4426), + [anon_sym_try] = ACTIONS(4426), + [anon_sym_throw] = ACTIONS(4426), + [anon_sym_return] = ACTIONS(4426), + [anon_sym_continue] = ACTIONS(4426), + [anon_sym_break] = ACTIONS(4426), + [anon_sym_COLON_COLON] = ACTIONS(4428), + [anon_sym_BANG_EQ] = ACTIONS(4426), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4428), + [anon_sym_EQ_EQ] = ACTIONS(4426), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4428), + [anon_sym_LT_EQ] = ACTIONS(4428), + [anon_sym_GT_EQ] = ACTIONS(4428), + [anon_sym_BANGin] = ACTIONS(4428), + [anon_sym_is] = ACTIONS(4426), + [anon_sym_BANGis] = ACTIONS(4428), + [anon_sym_PLUS] = ACTIONS(4426), + [anon_sym_DASH] = ACTIONS(4426), + [anon_sym_SLASH] = ACTIONS(4426), + [anon_sym_PERCENT] = ACTIONS(4428), + [anon_sym_as_QMARK] = ACTIONS(4428), + [anon_sym_PLUS_PLUS] = ACTIONS(4428), + [anon_sym_DASH_DASH] = ACTIONS(4428), + [anon_sym_BANG] = ACTIONS(4426), + [anon_sym_BANG_BANG] = ACTIONS(4428), + [anon_sym_data] = ACTIONS(4426), + [anon_sym_inner] = ACTIONS(4426), + [anon_sym_expect] = ACTIONS(4426), + [anon_sym_actual] = ACTIONS(4426), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4428), + [anon_sym_continue_AT] = ACTIONS(4428), + [anon_sym_break_AT] = ACTIONS(4428), + [sym_real_literal] = ACTIONS(4428), + [sym_integer_literal] = ACTIONS(4426), + [sym_hex_literal] = ACTIONS(4428), + [sym_bin_literal] = ACTIONS(4428), + [anon_sym_true] = ACTIONS(4426), + [anon_sym_false] = ACTIONS(4426), + [anon_sym_SQUOTE] = ACTIONS(4428), + [sym__backtick_identifier] = ACTIONS(4428), + [sym__automatic_semicolon] = ACTIONS(4428), + [sym_safe_nav] = ACTIONS(4428), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4428), }, - [4008] = { - [sym__alpha_identifier] = ACTIONS(4929), - [anon_sym_AT] = ACTIONS(4931), - [anon_sym_LBRACK] = ACTIONS(4931), - [anon_sym_as] = ACTIONS(4929), - [anon_sym_EQ] = ACTIONS(4929), - [anon_sym_LBRACE] = ACTIONS(4931), - [anon_sym_RBRACE] = ACTIONS(4931), - [anon_sym_LPAREN] = ACTIONS(7071), - [anon_sym_LT] = ACTIONS(4929), - [anon_sym_GT] = ACTIONS(4929), - [anon_sym_DOT] = ACTIONS(4929), - [anon_sym_SEMI] = ACTIONS(4931), - [anon_sym_get] = ACTIONS(4929), - [anon_sym_set] = ACTIONS(4929), - [anon_sym_STAR] = ACTIONS(4929), - [sym_label] = ACTIONS(4931), - [anon_sym_in] = ACTIONS(4929), - [anon_sym_DOT_DOT] = ACTIONS(4931), - [anon_sym_QMARK_COLON] = ACTIONS(4931), - [anon_sym_AMP_AMP] = ACTIONS(4931), - [anon_sym_PIPE_PIPE] = ACTIONS(4931), - [anon_sym_else] = ACTIONS(4929), - [anon_sym_COLON_COLON] = ACTIONS(4931), - [anon_sym_PLUS_EQ] = ACTIONS(4931), - [anon_sym_DASH_EQ] = ACTIONS(4931), - [anon_sym_STAR_EQ] = ACTIONS(4931), - [anon_sym_SLASH_EQ] = ACTIONS(4931), - [anon_sym_PERCENT_EQ] = ACTIONS(4931), - [anon_sym_BANG_EQ] = ACTIONS(4929), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4931), - [anon_sym_EQ_EQ] = ACTIONS(4929), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4931), - [anon_sym_LT_EQ] = ACTIONS(4931), - [anon_sym_GT_EQ] = ACTIONS(4931), - [anon_sym_BANGin] = ACTIONS(4931), - [anon_sym_is] = ACTIONS(4929), - [anon_sym_BANGis] = ACTIONS(4931), - [anon_sym_PLUS] = ACTIONS(4929), - [anon_sym_DASH] = ACTIONS(4929), - [anon_sym_SLASH] = ACTIONS(4929), - [anon_sym_PERCENT] = ACTIONS(4929), - [anon_sym_as_QMARK] = ACTIONS(4931), - [anon_sym_PLUS_PLUS] = ACTIONS(4931), - [anon_sym_DASH_DASH] = ACTIONS(4931), - [anon_sym_BANG_BANG] = ACTIONS(4931), - [anon_sym_suspend] = ACTIONS(4929), - [anon_sym_sealed] = ACTIONS(4929), - [anon_sym_annotation] = ACTIONS(4929), - [anon_sym_data] = ACTIONS(4929), - [anon_sym_inner] = ACTIONS(4929), - [anon_sym_override] = ACTIONS(4929), - [anon_sym_lateinit] = ACTIONS(4929), - [anon_sym_public] = ACTIONS(4929), - [anon_sym_private] = ACTIONS(4929), - [anon_sym_internal] = ACTIONS(4929), - [anon_sym_protected] = ACTIONS(4929), - [anon_sym_tailrec] = ACTIONS(4929), - [anon_sym_operator] = ACTIONS(4929), - [anon_sym_infix] = ACTIONS(4929), - [anon_sym_inline] = ACTIONS(4929), - [anon_sym_external] = ACTIONS(4929), - [sym_property_modifier] = ACTIONS(4929), - [anon_sym_abstract] = ACTIONS(4929), - [anon_sym_final] = ACTIONS(4929), - [anon_sym_open] = ACTIONS(4929), - [anon_sym_vararg] = ACTIONS(4929), - [anon_sym_noinline] = ACTIONS(4929), - [anon_sym_crossinline] = ACTIONS(4929), - [anon_sym_expect] = ACTIONS(4929), - [anon_sym_actual] = ACTIONS(4929), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4931), - [sym__automatic_semicolon] = ACTIONS(4931), - [sym_safe_nav] = ACTIONS(4931), + [3986] = { + [aux_sym__delegation_specifiers_repeat1] = STATE(3972), + [sym__alpha_identifier] = ACTIONS(4664), + [anon_sym_AT] = ACTIONS(4666), + [anon_sym_LBRACK] = ACTIONS(4666), + [anon_sym_RBRACK] = ACTIONS(4666), + [anon_sym_as] = ACTIONS(4664), + [anon_sym_LBRACE] = ACTIONS(4666), + [anon_sym_RBRACE] = ACTIONS(4666), + [anon_sym_LPAREN] = ACTIONS(4666), + [anon_sym_COMMA] = ACTIONS(4666), + [anon_sym_RPAREN] = ACTIONS(4666), + [anon_sym_LT] = ACTIONS(4664), + [anon_sym_GT] = ACTIONS(4664), + [anon_sym_where] = ACTIONS(4664), + [anon_sym_DOT] = ACTIONS(4664), + [anon_sym_SEMI] = ACTIONS(4666), + [anon_sym_get] = ACTIONS(4664), + [anon_sym_set] = ACTIONS(4664), + [anon_sym_STAR] = ACTIONS(4666), + [anon_sym_DASH_GT] = ACTIONS(4666), + [sym_label] = ACTIONS(4666), + [anon_sym_in] = ACTIONS(4664), + [anon_sym_while] = ACTIONS(4664), + [anon_sym_DOT_DOT] = ACTIONS(4666), + [anon_sym_QMARK_COLON] = ACTIONS(4666), + [anon_sym_AMP_AMP] = ACTIONS(4666), + [anon_sym_PIPE_PIPE] = ACTIONS(4666), + [anon_sym_else] = ACTIONS(4664), + [anon_sym_COLON_COLON] = ACTIONS(4666), + [anon_sym_BANG_EQ] = ACTIONS(4664), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4666), + [anon_sym_EQ_EQ] = ACTIONS(4664), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4666), + [anon_sym_LT_EQ] = ACTIONS(4666), + [anon_sym_GT_EQ] = ACTIONS(4666), + [anon_sym_BANGin] = ACTIONS(4666), + [anon_sym_is] = ACTIONS(4664), + [anon_sym_BANGis] = ACTIONS(4666), + [anon_sym_PLUS] = ACTIONS(4664), + [anon_sym_DASH] = ACTIONS(4664), + [anon_sym_SLASH] = ACTIONS(4664), + [anon_sym_PERCENT] = ACTIONS(4666), + [anon_sym_as_QMARK] = ACTIONS(4666), + [anon_sym_PLUS_PLUS] = ACTIONS(4666), + [anon_sym_DASH_DASH] = ACTIONS(4666), + [anon_sym_BANG_BANG] = ACTIONS(4666), + [anon_sym_suspend] = ACTIONS(4664), + [anon_sym_sealed] = ACTIONS(4664), + [anon_sym_annotation] = ACTIONS(4664), + [anon_sym_data] = ACTIONS(4664), + [anon_sym_inner] = ACTIONS(4664), + [anon_sym_override] = ACTIONS(4664), + [anon_sym_lateinit] = ACTIONS(4664), + [anon_sym_public] = ACTIONS(4664), + [anon_sym_private] = ACTIONS(4664), + [anon_sym_internal] = ACTIONS(4664), + [anon_sym_protected] = ACTIONS(4664), + [anon_sym_tailrec] = ACTIONS(4664), + [anon_sym_operator] = ACTIONS(4664), + [anon_sym_infix] = ACTIONS(4664), + [anon_sym_inline] = ACTIONS(4664), + [anon_sym_external] = ACTIONS(4664), + [sym_property_modifier] = ACTIONS(4664), + [anon_sym_abstract] = ACTIONS(4664), + [anon_sym_final] = ACTIONS(4664), + [anon_sym_open] = ACTIONS(4664), + [anon_sym_vararg] = ACTIONS(4664), + [anon_sym_noinline] = ACTIONS(4664), + [anon_sym_crossinline] = ACTIONS(4664), + [anon_sym_expect] = ACTIONS(4664), + [anon_sym_actual] = ACTIONS(4664), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4666), + [sym_safe_nav] = ACTIONS(4666), [sym_multiline_comment] = ACTIONS(3), }, - [4009] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2308), - [sym__comparison_operator] = STATE(2309), - [sym__in_operator] = STATE(2310), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2311), - [sym__multiplicative_operator] = STATE(2312), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2313), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [3987] = { + [aux_sym__delegation_specifiers_repeat1] = STATE(3992), + [sym__alpha_identifier] = ACTIONS(4664), + [anon_sym_AT] = ACTIONS(4666), + [anon_sym_LBRACK] = ACTIONS(4666), + [anon_sym_as] = ACTIONS(4664), + [anon_sym_LBRACE] = ACTIONS(4666), + [anon_sym_RBRACE] = ACTIONS(4666), + [anon_sym_LPAREN] = ACTIONS(4666), + [anon_sym_COMMA] = ACTIONS(7036), + [anon_sym_LT] = ACTIONS(4664), + [anon_sym_GT] = ACTIONS(4664), + [anon_sym_where] = ACTIONS(4664), + [anon_sym_object] = ACTIONS(4664), + [anon_sym_fun] = ACTIONS(4664), + [anon_sym_DOT] = ACTIONS(4664), + [anon_sym_SEMI] = ACTIONS(4666), + [anon_sym_get] = ACTIONS(4664), + [anon_sym_set] = ACTIONS(4664), + [anon_sym_this] = ACTIONS(4664), + [anon_sym_super] = ACTIONS(4664), + [anon_sym_STAR] = ACTIONS(4666), + [sym_label] = ACTIONS(4664), + [anon_sym_in] = ACTIONS(4664), + [anon_sym_DOT_DOT] = ACTIONS(4666), + [anon_sym_QMARK_COLON] = ACTIONS(4666), + [anon_sym_AMP_AMP] = ACTIONS(4666), + [anon_sym_PIPE_PIPE] = ACTIONS(4666), + [anon_sym_null] = ACTIONS(4664), + [anon_sym_if] = ACTIONS(4664), + [anon_sym_else] = ACTIONS(4664), + [anon_sym_when] = ACTIONS(4664), + [anon_sym_try] = ACTIONS(4664), + [anon_sym_throw] = ACTIONS(4664), + [anon_sym_return] = ACTIONS(4664), + [anon_sym_continue] = ACTIONS(4664), + [anon_sym_break] = ACTIONS(4664), + [anon_sym_COLON_COLON] = ACTIONS(4666), + [anon_sym_BANG_EQ] = ACTIONS(4664), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4666), + [anon_sym_EQ_EQ] = ACTIONS(4664), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4666), + [anon_sym_LT_EQ] = ACTIONS(4666), + [anon_sym_GT_EQ] = ACTIONS(4666), + [anon_sym_BANGin] = ACTIONS(4666), + [anon_sym_is] = ACTIONS(4664), + [anon_sym_BANGis] = ACTIONS(4666), + [anon_sym_PLUS] = ACTIONS(4664), + [anon_sym_DASH] = ACTIONS(4664), + [anon_sym_SLASH] = ACTIONS(4664), + [anon_sym_PERCENT] = ACTIONS(4666), + [anon_sym_as_QMARK] = ACTIONS(4666), + [anon_sym_PLUS_PLUS] = ACTIONS(4666), + [anon_sym_DASH_DASH] = ACTIONS(4666), + [anon_sym_BANG] = ACTIONS(4664), + [anon_sym_BANG_BANG] = ACTIONS(4666), + [anon_sym_data] = ACTIONS(4664), + [anon_sym_inner] = ACTIONS(4664), + [anon_sym_expect] = ACTIONS(4664), + [anon_sym_actual] = ACTIONS(4664), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4666), + [anon_sym_continue_AT] = ACTIONS(4666), + [anon_sym_break_AT] = ACTIONS(4666), + [sym_real_literal] = ACTIONS(4666), + [sym_integer_literal] = ACTIONS(4664), + [sym_hex_literal] = ACTIONS(4666), + [sym_bin_literal] = ACTIONS(4666), + [anon_sym_true] = ACTIONS(4664), + [anon_sym_false] = ACTIONS(4664), + [anon_sym_SQUOTE] = ACTIONS(4666), + [sym__backtick_identifier] = ACTIONS(4666), + [sym__automatic_semicolon] = ACTIONS(4666), + [sym_safe_nav] = ACTIONS(4666), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4666), + }, + [3988] = { + [aux_sym__delegation_specifiers_repeat1] = STATE(3987), + [sym__alpha_identifier] = ACTIONS(4658), + [anon_sym_AT] = ACTIONS(4660), + [anon_sym_LBRACK] = ACTIONS(4660), + [anon_sym_as] = ACTIONS(4658), + [anon_sym_LBRACE] = ACTIONS(4660), + [anon_sym_RBRACE] = ACTIONS(4660), + [anon_sym_LPAREN] = ACTIONS(4660), + [anon_sym_COMMA] = ACTIONS(7036), + [anon_sym_LT] = ACTIONS(4658), + [anon_sym_GT] = ACTIONS(4658), + [anon_sym_where] = ACTIONS(4658), + [anon_sym_object] = ACTIONS(4658), + [anon_sym_fun] = ACTIONS(4658), + [anon_sym_DOT] = ACTIONS(4658), + [anon_sym_SEMI] = ACTIONS(4660), + [anon_sym_get] = ACTIONS(4658), + [anon_sym_set] = ACTIONS(4658), + [anon_sym_this] = ACTIONS(4658), + [anon_sym_super] = ACTIONS(4658), + [anon_sym_STAR] = ACTIONS(4660), + [sym_label] = ACTIONS(4658), + [anon_sym_in] = ACTIONS(4658), + [anon_sym_DOT_DOT] = ACTIONS(4660), + [anon_sym_QMARK_COLON] = ACTIONS(4660), + [anon_sym_AMP_AMP] = ACTIONS(4660), + [anon_sym_PIPE_PIPE] = ACTIONS(4660), + [anon_sym_null] = ACTIONS(4658), + [anon_sym_if] = ACTIONS(4658), + [anon_sym_else] = ACTIONS(4658), + [anon_sym_when] = ACTIONS(4658), + [anon_sym_try] = ACTIONS(4658), + [anon_sym_throw] = ACTIONS(4658), + [anon_sym_return] = ACTIONS(4658), + [anon_sym_continue] = ACTIONS(4658), + [anon_sym_break] = ACTIONS(4658), + [anon_sym_COLON_COLON] = ACTIONS(4660), + [anon_sym_BANG_EQ] = ACTIONS(4658), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4660), + [anon_sym_EQ_EQ] = ACTIONS(4658), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4660), + [anon_sym_LT_EQ] = ACTIONS(4660), + [anon_sym_GT_EQ] = ACTIONS(4660), + [anon_sym_BANGin] = ACTIONS(4660), + [anon_sym_is] = ACTIONS(4658), + [anon_sym_BANGis] = ACTIONS(4660), + [anon_sym_PLUS] = ACTIONS(4658), + [anon_sym_DASH] = ACTIONS(4658), + [anon_sym_SLASH] = ACTIONS(4658), + [anon_sym_PERCENT] = ACTIONS(4660), + [anon_sym_as_QMARK] = ACTIONS(4660), + [anon_sym_PLUS_PLUS] = ACTIONS(4660), + [anon_sym_DASH_DASH] = ACTIONS(4660), + [anon_sym_BANG] = ACTIONS(4658), + [anon_sym_BANG_BANG] = ACTIONS(4660), + [anon_sym_data] = ACTIONS(4658), + [anon_sym_inner] = ACTIONS(4658), + [anon_sym_expect] = ACTIONS(4658), + [anon_sym_actual] = ACTIONS(4658), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4660), + [anon_sym_continue_AT] = ACTIONS(4660), + [anon_sym_break_AT] = ACTIONS(4660), + [sym_real_literal] = ACTIONS(4660), + [sym_integer_literal] = ACTIONS(4658), + [sym_hex_literal] = ACTIONS(4660), + [sym_bin_literal] = ACTIONS(4660), + [anon_sym_true] = ACTIONS(4658), + [anon_sym_false] = ACTIONS(4658), + [anon_sym_SQUOTE] = ACTIONS(4660), + [sym__backtick_identifier] = ACTIONS(4660), + [sym__automatic_semicolon] = ACTIONS(4660), + [sym_safe_nav] = ACTIONS(4660), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4660), + }, + [3989] = { + [sym_function_body] = STATE(3176), + [sym__block] = STATE(3334), + [sym__alpha_identifier] = ACTIONS(4487), + [anon_sym_AT] = ACTIONS(4489), + [anon_sym_LBRACK] = ACTIONS(4489), + [anon_sym_as] = ACTIONS(4487), + [anon_sym_EQ] = ACTIONS(6756), + [anon_sym_LBRACE] = ACTIONS(6244), + [anon_sym_RBRACE] = ACTIONS(4489), + [anon_sym_LPAREN] = ACTIONS(4489), + [anon_sym_LT] = ACTIONS(4487), + [anon_sym_GT] = ACTIONS(4487), + [anon_sym_object] = ACTIONS(4487), + [anon_sym_fun] = ACTIONS(4487), + [anon_sym_DOT] = ACTIONS(4487), + [anon_sym_SEMI] = ACTIONS(4489), + [anon_sym_get] = ACTIONS(4487), + [anon_sym_set] = ACTIONS(4487), + [anon_sym_this] = ACTIONS(4487), + [anon_sym_super] = ACTIONS(4487), + [anon_sym_STAR] = ACTIONS(4489), + [sym_label] = ACTIONS(4487), + [anon_sym_in] = ACTIONS(4487), + [anon_sym_DOT_DOT] = ACTIONS(4489), + [anon_sym_QMARK_COLON] = ACTIONS(4489), + [anon_sym_AMP_AMP] = ACTIONS(4489), + [anon_sym_PIPE_PIPE] = ACTIONS(4489), + [anon_sym_null] = ACTIONS(4487), + [anon_sym_if] = ACTIONS(4487), + [anon_sym_else] = ACTIONS(4487), + [anon_sym_when] = ACTIONS(4487), + [anon_sym_try] = ACTIONS(4487), + [anon_sym_throw] = ACTIONS(4487), + [anon_sym_return] = ACTIONS(4487), + [anon_sym_continue] = ACTIONS(4487), + [anon_sym_break] = ACTIONS(4487), + [anon_sym_COLON_COLON] = ACTIONS(4489), + [anon_sym_BANG_EQ] = ACTIONS(4487), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4489), + [anon_sym_EQ_EQ] = ACTIONS(4487), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4489), + [anon_sym_LT_EQ] = ACTIONS(4489), + [anon_sym_GT_EQ] = ACTIONS(4489), + [anon_sym_BANGin] = ACTIONS(4489), + [anon_sym_is] = ACTIONS(4487), + [anon_sym_BANGis] = ACTIONS(4489), + [anon_sym_PLUS] = ACTIONS(4487), + [anon_sym_DASH] = ACTIONS(4487), + [anon_sym_SLASH] = ACTIONS(4487), + [anon_sym_PERCENT] = ACTIONS(4489), + [anon_sym_as_QMARK] = ACTIONS(4489), + [anon_sym_PLUS_PLUS] = ACTIONS(4489), + [anon_sym_DASH_DASH] = ACTIONS(4489), + [anon_sym_BANG] = ACTIONS(4487), + [anon_sym_BANG_BANG] = ACTIONS(4489), + [anon_sym_data] = ACTIONS(4487), + [anon_sym_inner] = ACTIONS(4487), + [anon_sym_expect] = ACTIONS(4487), + [anon_sym_actual] = ACTIONS(4487), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4489), + [anon_sym_continue_AT] = ACTIONS(4489), + [anon_sym_break_AT] = ACTIONS(4489), + [sym_real_literal] = ACTIONS(4489), + [sym_integer_literal] = ACTIONS(4487), + [sym_hex_literal] = ACTIONS(4489), + [sym_bin_literal] = ACTIONS(4489), + [anon_sym_true] = ACTIONS(4487), + [anon_sym_false] = ACTIONS(4487), + [anon_sym_SQUOTE] = ACTIONS(4489), + [sym__backtick_identifier] = ACTIONS(4489), + [sym__automatic_semicolon] = ACTIONS(4489), + [sym_safe_nav] = ACTIONS(4489), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4489), + }, + [3990] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(1850), + [sym__comparison_operator] = STATE(1849), + [sym__in_operator] = STATE(1845), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(1842), + [sym__multiplicative_operator] = STATE(1841), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1838), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_RBRACK] = ACTIONS(3055), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_RBRACK] = ACTIONS(3065), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(3055), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_COMMA] = ACTIONS(3055), - [anon_sym_RPAREN] = ACTIONS(3055), + [anon_sym_RBRACE] = ACTIONS(3065), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_COMMA] = ACTIONS(3065), + [anon_sym_RPAREN] = ACTIONS(3065), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7031), - [anon_sym_where] = ACTIONS(3053), - [anon_sym_DOT] = ACTIONS(6387), - [anon_sym_SEMI] = ACTIONS(3055), + [anon_sym_GT] = ACTIONS(7038), + [anon_sym_where] = ACTIONS(3063), + [anon_sym_DOT] = ACTIONS(6409), + [anon_sym_SEMI] = ACTIONS(3065), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7007), - [anon_sym_DASH_GT] = ACTIONS(3055), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7033), - [anon_sym_while] = ACTIONS(3053), - [anon_sym_DOT_DOT] = ACTIONS(7009), - [anon_sym_QMARK_COLON] = ACTIONS(7035), - [anon_sym_AMP_AMP] = ACTIONS(7037), - [anon_sym_PIPE_PIPE] = ACTIONS(7039), - [anon_sym_else] = ACTIONS(3053), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7041), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7043), - [anon_sym_EQ_EQ] = ACTIONS(7041), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7043), - [anon_sym_LT_EQ] = ACTIONS(7045), - [anon_sym_GT_EQ] = ACTIONS(7045), - [anon_sym_BANGin] = ACTIONS(7047), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7011), - [anon_sym_DASH] = ACTIONS(7011), - [anon_sym_SLASH] = ACTIONS(7013), - [anon_sym_PERCENT] = ACTIONS(7007), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7040), + [anon_sym_DASH_GT] = ACTIONS(3065), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7042), + [anon_sym_while] = ACTIONS(3063), + [anon_sym_DOT_DOT] = ACTIONS(7044), + [anon_sym_QMARK_COLON] = ACTIONS(7046), + [anon_sym_AMP_AMP] = ACTIONS(7048), + [anon_sym_PIPE_PIPE] = ACTIONS(7050), + [anon_sym_else] = ACTIONS(3063), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7052), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7054), + [anon_sym_EQ_EQ] = ACTIONS(7052), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7054), + [anon_sym_LT_EQ] = ACTIONS(7056), + [anon_sym_GT_EQ] = ACTIONS(7056), + [anon_sym_BANGin] = ACTIONS(7058), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7060), + [anon_sym_DASH] = ACTIONS(7060), + [anon_sym_SLASH] = ACTIONS(7062), + [anon_sym_PERCENT] = ACTIONS(7040), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), - [sym_multiline_comment] = ACTIONS(3), - }, - [4010] = { - [sym__alpha_identifier] = ACTIONS(4923), - [anon_sym_AT] = ACTIONS(4925), - [anon_sym_LBRACK] = ACTIONS(4925), - [anon_sym_as] = ACTIONS(4923), - [anon_sym_EQ] = ACTIONS(4923), - [anon_sym_LBRACE] = ACTIONS(4925), - [anon_sym_RBRACE] = ACTIONS(4925), - [anon_sym_LPAREN] = ACTIONS(7073), - [anon_sym_LT] = ACTIONS(4923), - [anon_sym_GT] = ACTIONS(4923), - [anon_sym_DOT] = ACTIONS(4923), - [anon_sym_SEMI] = ACTIONS(4925), - [anon_sym_get] = ACTIONS(4923), - [anon_sym_set] = ACTIONS(4923), - [anon_sym_STAR] = ACTIONS(4923), - [sym_label] = ACTIONS(4925), - [anon_sym_in] = ACTIONS(4923), - [anon_sym_DOT_DOT] = ACTIONS(4925), - [anon_sym_QMARK_COLON] = ACTIONS(4925), - [anon_sym_AMP_AMP] = ACTIONS(4925), - [anon_sym_PIPE_PIPE] = ACTIONS(4925), - [anon_sym_else] = ACTIONS(4923), - [anon_sym_COLON_COLON] = ACTIONS(4925), - [anon_sym_PLUS_EQ] = ACTIONS(4925), - [anon_sym_DASH_EQ] = ACTIONS(4925), - [anon_sym_STAR_EQ] = ACTIONS(4925), - [anon_sym_SLASH_EQ] = ACTIONS(4925), - [anon_sym_PERCENT_EQ] = ACTIONS(4925), - [anon_sym_BANG_EQ] = ACTIONS(4923), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4925), - [anon_sym_EQ_EQ] = ACTIONS(4923), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4925), - [anon_sym_LT_EQ] = ACTIONS(4925), - [anon_sym_GT_EQ] = ACTIONS(4925), - [anon_sym_BANGin] = ACTIONS(4925), - [anon_sym_is] = ACTIONS(4923), - [anon_sym_BANGis] = ACTIONS(4925), - [anon_sym_PLUS] = ACTIONS(4923), - [anon_sym_DASH] = ACTIONS(4923), - [anon_sym_SLASH] = ACTIONS(4923), - [anon_sym_PERCENT] = ACTIONS(4923), - [anon_sym_as_QMARK] = ACTIONS(4925), - [anon_sym_PLUS_PLUS] = ACTIONS(4925), - [anon_sym_DASH_DASH] = ACTIONS(4925), - [anon_sym_BANG_BANG] = ACTIONS(4925), - [anon_sym_suspend] = ACTIONS(4923), - [anon_sym_sealed] = ACTIONS(4923), - [anon_sym_annotation] = ACTIONS(4923), - [anon_sym_data] = ACTIONS(4923), - [anon_sym_inner] = ACTIONS(4923), - [anon_sym_override] = ACTIONS(4923), - [anon_sym_lateinit] = ACTIONS(4923), - [anon_sym_public] = ACTIONS(4923), - [anon_sym_private] = ACTIONS(4923), - [anon_sym_internal] = ACTIONS(4923), - [anon_sym_protected] = ACTIONS(4923), - [anon_sym_tailrec] = ACTIONS(4923), - [anon_sym_operator] = ACTIONS(4923), - [anon_sym_infix] = ACTIONS(4923), - [anon_sym_inline] = ACTIONS(4923), - [anon_sym_external] = ACTIONS(4923), - [sym_property_modifier] = ACTIONS(4923), - [anon_sym_abstract] = ACTIONS(4923), - [anon_sym_final] = ACTIONS(4923), - [anon_sym_open] = ACTIONS(4923), - [anon_sym_vararg] = ACTIONS(4923), - [anon_sym_noinline] = ACTIONS(4923), - [anon_sym_crossinline] = ACTIONS(4923), - [anon_sym_expect] = ACTIONS(4923), - [anon_sym_actual] = ACTIONS(4923), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4925), - [sym__automatic_semicolon] = ACTIONS(4925), - [sym_safe_nav] = ACTIONS(4925), - [sym_multiline_comment] = ACTIONS(3), - }, - [4011] = { - [sym_type_constraints] = STATE(4033), - [sym_function_body] = STATE(3792), - [sym__block] = STATE(3725), - [sym__alpha_identifier] = ACTIONS(4101), - [anon_sym_AT] = ACTIONS(4103), - [anon_sym_LBRACK] = ACTIONS(4103), - [anon_sym_as] = ACTIONS(4101), - [anon_sym_EQ] = ACTIONS(6934), - [anon_sym_LBRACE] = ACTIONS(6434), - [anon_sym_RBRACE] = ACTIONS(4103), - [anon_sym_LPAREN] = ACTIONS(4103), - [anon_sym_COMMA] = ACTIONS(4103), - [anon_sym_LT] = ACTIONS(4101), - [anon_sym_GT] = ACTIONS(4101), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(4101), - [anon_sym_SEMI] = ACTIONS(4103), - [anon_sym_get] = ACTIONS(4101), - [anon_sym_set] = ACTIONS(4101), - [anon_sym_STAR] = ACTIONS(4103), - [sym_label] = ACTIONS(4103), - [anon_sym_in] = ACTIONS(4101), - [anon_sym_DOT_DOT] = ACTIONS(4103), - [anon_sym_QMARK_COLON] = ACTIONS(4103), - [anon_sym_AMP_AMP] = ACTIONS(4103), - [anon_sym_PIPE_PIPE] = ACTIONS(4103), - [anon_sym_else] = ACTIONS(4101), - [anon_sym_COLON_COLON] = ACTIONS(4103), - [anon_sym_BANG_EQ] = ACTIONS(4101), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4103), - [anon_sym_EQ_EQ] = ACTIONS(4101), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4103), - [anon_sym_LT_EQ] = ACTIONS(4103), - [anon_sym_GT_EQ] = ACTIONS(4103), - [anon_sym_BANGin] = ACTIONS(4103), - [anon_sym_is] = ACTIONS(4101), - [anon_sym_BANGis] = ACTIONS(4103), - [anon_sym_PLUS] = ACTIONS(4101), - [anon_sym_DASH] = ACTIONS(4101), - [anon_sym_SLASH] = ACTIONS(4101), - [anon_sym_PERCENT] = ACTIONS(4103), - [anon_sym_as_QMARK] = ACTIONS(4103), - [anon_sym_PLUS_PLUS] = ACTIONS(4103), - [anon_sym_DASH_DASH] = ACTIONS(4103), - [anon_sym_BANG_BANG] = ACTIONS(4103), - [anon_sym_suspend] = ACTIONS(4101), - [anon_sym_sealed] = ACTIONS(4101), - [anon_sym_annotation] = ACTIONS(4101), - [anon_sym_data] = ACTIONS(4101), - [anon_sym_inner] = ACTIONS(4101), - [anon_sym_override] = ACTIONS(4101), - [anon_sym_lateinit] = ACTIONS(4101), - [anon_sym_public] = ACTIONS(4101), - [anon_sym_private] = ACTIONS(4101), - [anon_sym_internal] = ACTIONS(4101), - [anon_sym_protected] = ACTIONS(4101), - [anon_sym_tailrec] = ACTIONS(4101), - [anon_sym_operator] = ACTIONS(4101), - [anon_sym_infix] = ACTIONS(4101), - [anon_sym_inline] = ACTIONS(4101), - [anon_sym_external] = ACTIONS(4101), - [sym_property_modifier] = ACTIONS(4101), - [anon_sym_abstract] = ACTIONS(4101), - [anon_sym_final] = ACTIONS(4101), - [anon_sym_open] = ACTIONS(4101), - [anon_sym_vararg] = ACTIONS(4101), - [anon_sym_noinline] = ACTIONS(4101), - [anon_sym_crossinline] = ACTIONS(4101), - [anon_sym_expect] = ACTIONS(4101), - [anon_sym_actual] = ACTIONS(4101), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4103), - [sym__automatic_semicolon] = ACTIONS(4103), - [sym_safe_nav] = ACTIONS(4103), - [sym_multiline_comment] = ACTIONS(3), - }, - [4012] = { - [sym__alpha_identifier] = ACTIONS(4454), - [anon_sym_AT] = ACTIONS(4456), - [anon_sym_LBRACK] = ACTIONS(4456), - [anon_sym_RBRACK] = ACTIONS(4456), - [anon_sym_as] = ACTIONS(4454), - [anon_sym_LBRACE] = ACTIONS(4456), - [anon_sym_RBRACE] = ACTIONS(4456), - [anon_sym_LPAREN] = ACTIONS(4456), - [anon_sym_COMMA] = ACTIONS(4456), - [anon_sym_RPAREN] = ACTIONS(4456), - [anon_sym_by] = ACTIONS(6944), - [anon_sym_LT] = ACTIONS(4454), - [anon_sym_GT] = ACTIONS(4454), - [anon_sym_where] = ACTIONS(4454), - [anon_sym_DOT] = ACTIONS(4454), - [anon_sym_SEMI] = ACTIONS(4456), - [anon_sym_get] = ACTIONS(4454), - [anon_sym_set] = ACTIONS(4454), - [anon_sym_STAR] = ACTIONS(4456), - [anon_sym_DASH_GT] = ACTIONS(4456), - [sym_label] = ACTIONS(4456), - [anon_sym_in] = ACTIONS(4454), - [anon_sym_while] = ACTIONS(4454), - [anon_sym_DOT_DOT] = ACTIONS(4456), - [anon_sym_QMARK_COLON] = ACTIONS(4456), - [anon_sym_AMP_AMP] = ACTIONS(4456), - [anon_sym_PIPE_PIPE] = ACTIONS(4456), - [anon_sym_else] = ACTIONS(4454), - [anon_sym_COLON_COLON] = ACTIONS(4456), - [anon_sym_BANG_EQ] = ACTIONS(4454), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4456), - [anon_sym_EQ_EQ] = ACTIONS(4454), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4456), - [anon_sym_LT_EQ] = ACTIONS(4456), - [anon_sym_GT_EQ] = ACTIONS(4456), - [anon_sym_BANGin] = ACTIONS(4456), - [anon_sym_is] = ACTIONS(4454), - [anon_sym_BANGis] = ACTIONS(4456), - [anon_sym_PLUS] = ACTIONS(4454), - [anon_sym_DASH] = ACTIONS(4454), - [anon_sym_SLASH] = ACTIONS(4454), - [anon_sym_PERCENT] = ACTIONS(4456), - [anon_sym_as_QMARK] = ACTIONS(4456), - [anon_sym_PLUS_PLUS] = ACTIONS(4456), - [anon_sym_DASH_DASH] = ACTIONS(4456), - [anon_sym_BANG_BANG] = ACTIONS(4456), - [anon_sym_suspend] = ACTIONS(4454), - [anon_sym_sealed] = ACTIONS(4454), - [anon_sym_annotation] = ACTIONS(4454), - [anon_sym_data] = ACTIONS(4454), - [anon_sym_inner] = ACTIONS(4454), - [anon_sym_override] = ACTIONS(4454), - [anon_sym_lateinit] = ACTIONS(4454), - [anon_sym_public] = ACTIONS(4454), - [anon_sym_private] = ACTIONS(4454), - [anon_sym_internal] = ACTIONS(4454), - [anon_sym_protected] = ACTIONS(4454), - [anon_sym_tailrec] = ACTIONS(4454), - [anon_sym_operator] = ACTIONS(4454), - [anon_sym_infix] = ACTIONS(4454), - [anon_sym_inline] = ACTIONS(4454), - [anon_sym_external] = ACTIONS(4454), - [sym_property_modifier] = ACTIONS(4454), - [anon_sym_abstract] = ACTIONS(4454), - [anon_sym_final] = ACTIONS(4454), - [anon_sym_open] = ACTIONS(4454), - [anon_sym_vararg] = ACTIONS(4454), - [anon_sym_noinline] = ACTIONS(4454), - [anon_sym_crossinline] = ACTIONS(4454), - [anon_sym_expect] = ACTIONS(4454), - [anon_sym_actual] = ACTIONS(4454), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4456), - [sym_safe_nav] = ACTIONS(4456), - [sym_multiline_comment] = ACTIONS(3), - }, - [4013] = { - [sym__alpha_identifier] = ACTIONS(4257), - [anon_sym_AT] = ACTIONS(4255), - [anon_sym_LBRACK] = ACTIONS(4255), - [anon_sym_as] = ACTIONS(4257), - [anon_sym_EQ] = ACTIONS(4257), - [anon_sym_LBRACE] = ACTIONS(4255), - [anon_sym_RBRACE] = ACTIONS(4255), - [anon_sym_LPAREN] = ACTIONS(7075), - [anon_sym_LT] = ACTIONS(4257), - [anon_sym_GT] = ACTIONS(4257), - [anon_sym_DOT] = ACTIONS(4257), - [anon_sym_SEMI] = ACTIONS(4255), - [anon_sym_get] = ACTIONS(4257), - [anon_sym_set] = ACTIONS(4257), - [anon_sym_STAR] = ACTIONS(4257), - [sym_label] = ACTIONS(4255), - [anon_sym_in] = ACTIONS(4257), - [anon_sym_DOT_DOT] = ACTIONS(4255), - [anon_sym_QMARK_COLON] = ACTIONS(4255), - [anon_sym_AMP_AMP] = ACTIONS(4255), - [anon_sym_PIPE_PIPE] = ACTIONS(4255), - [anon_sym_else] = ACTIONS(4257), - [anon_sym_COLON_COLON] = ACTIONS(4255), - [anon_sym_PLUS_EQ] = ACTIONS(4255), - [anon_sym_DASH_EQ] = ACTIONS(4255), - [anon_sym_STAR_EQ] = ACTIONS(4255), - [anon_sym_SLASH_EQ] = ACTIONS(4255), - [anon_sym_PERCENT_EQ] = ACTIONS(4255), - [anon_sym_BANG_EQ] = ACTIONS(4257), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4255), - [anon_sym_EQ_EQ] = ACTIONS(4257), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4255), - [anon_sym_LT_EQ] = ACTIONS(4255), - [anon_sym_GT_EQ] = ACTIONS(4255), - [anon_sym_BANGin] = ACTIONS(4255), - [anon_sym_is] = ACTIONS(4257), - [anon_sym_BANGis] = ACTIONS(4255), - [anon_sym_PLUS] = ACTIONS(4257), - [anon_sym_DASH] = ACTIONS(4257), - [anon_sym_SLASH] = ACTIONS(4257), - [anon_sym_PERCENT] = ACTIONS(4257), - [anon_sym_as_QMARK] = ACTIONS(4255), - [anon_sym_PLUS_PLUS] = ACTIONS(4255), - [anon_sym_DASH_DASH] = ACTIONS(4255), - [anon_sym_BANG_BANG] = ACTIONS(4255), - [anon_sym_suspend] = ACTIONS(4257), - [anon_sym_sealed] = ACTIONS(4257), - [anon_sym_annotation] = ACTIONS(4257), - [anon_sym_data] = ACTIONS(4257), - [anon_sym_inner] = ACTIONS(4257), - [anon_sym_override] = ACTIONS(4257), - [anon_sym_lateinit] = ACTIONS(4257), - [anon_sym_public] = ACTIONS(4257), - [anon_sym_private] = ACTIONS(4257), - [anon_sym_internal] = ACTIONS(4257), - [anon_sym_protected] = ACTIONS(4257), - [anon_sym_tailrec] = ACTIONS(4257), - [anon_sym_operator] = ACTIONS(4257), - [anon_sym_infix] = ACTIONS(4257), - [anon_sym_inline] = ACTIONS(4257), - [anon_sym_external] = ACTIONS(4257), - [sym_property_modifier] = ACTIONS(4257), - [anon_sym_abstract] = ACTIONS(4257), - [anon_sym_final] = ACTIONS(4257), - [anon_sym_open] = ACTIONS(4257), - [anon_sym_vararg] = ACTIONS(4257), - [anon_sym_noinline] = ACTIONS(4257), - [anon_sym_crossinline] = ACTIONS(4257), - [anon_sym_expect] = ACTIONS(4257), - [anon_sym_actual] = ACTIONS(4257), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4255), - [sym__automatic_semicolon] = ACTIONS(4255), - [sym_safe_nav] = ACTIONS(4255), - [sym_multiline_comment] = ACTIONS(3), - }, - [4014] = { - [sym__alpha_identifier] = ACTIONS(4241), - [anon_sym_AT] = ACTIONS(4239), - [anon_sym_LBRACK] = ACTIONS(4239), - [anon_sym_as] = ACTIONS(4241), - [anon_sym_EQ] = ACTIONS(4241), - [anon_sym_LBRACE] = ACTIONS(4239), - [anon_sym_RBRACE] = ACTIONS(4239), - [anon_sym_LPAREN] = ACTIONS(7077), - [anon_sym_LT] = ACTIONS(4241), - [anon_sym_GT] = ACTIONS(4241), - [anon_sym_DOT] = ACTIONS(4241), - [anon_sym_SEMI] = ACTIONS(4239), - [anon_sym_get] = ACTIONS(4241), - [anon_sym_set] = ACTIONS(4241), - [anon_sym_STAR] = ACTIONS(4241), - [sym_label] = ACTIONS(4239), - [anon_sym_in] = ACTIONS(4241), - [anon_sym_DOT_DOT] = ACTIONS(4239), - [anon_sym_QMARK_COLON] = ACTIONS(4239), - [anon_sym_AMP_AMP] = ACTIONS(4239), - [anon_sym_PIPE_PIPE] = ACTIONS(4239), - [anon_sym_else] = ACTIONS(4241), - [anon_sym_COLON_COLON] = ACTIONS(4239), - [anon_sym_PLUS_EQ] = ACTIONS(4239), - [anon_sym_DASH_EQ] = ACTIONS(4239), - [anon_sym_STAR_EQ] = ACTIONS(4239), - [anon_sym_SLASH_EQ] = ACTIONS(4239), - [anon_sym_PERCENT_EQ] = ACTIONS(4239), - [anon_sym_BANG_EQ] = ACTIONS(4241), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4239), - [anon_sym_EQ_EQ] = ACTIONS(4241), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4239), - [anon_sym_LT_EQ] = ACTIONS(4239), - [anon_sym_GT_EQ] = ACTIONS(4239), - [anon_sym_BANGin] = ACTIONS(4239), - [anon_sym_is] = ACTIONS(4241), - [anon_sym_BANGis] = ACTIONS(4239), - [anon_sym_PLUS] = ACTIONS(4241), - [anon_sym_DASH] = ACTIONS(4241), - [anon_sym_SLASH] = ACTIONS(4241), - [anon_sym_PERCENT] = ACTIONS(4241), - [anon_sym_as_QMARK] = ACTIONS(4239), - [anon_sym_PLUS_PLUS] = ACTIONS(4239), - [anon_sym_DASH_DASH] = ACTIONS(4239), - [anon_sym_BANG_BANG] = ACTIONS(4239), - [anon_sym_suspend] = ACTIONS(4241), - [anon_sym_sealed] = ACTIONS(4241), - [anon_sym_annotation] = ACTIONS(4241), - [anon_sym_data] = ACTIONS(4241), - [anon_sym_inner] = ACTIONS(4241), - [anon_sym_override] = ACTIONS(4241), - [anon_sym_lateinit] = ACTIONS(4241), - [anon_sym_public] = ACTIONS(4241), - [anon_sym_private] = ACTIONS(4241), - [anon_sym_internal] = ACTIONS(4241), - [anon_sym_protected] = ACTIONS(4241), - [anon_sym_tailrec] = ACTIONS(4241), - [anon_sym_operator] = ACTIONS(4241), - [anon_sym_infix] = ACTIONS(4241), - [anon_sym_inline] = ACTIONS(4241), - [anon_sym_external] = ACTIONS(4241), - [sym_property_modifier] = ACTIONS(4241), - [anon_sym_abstract] = ACTIONS(4241), - [anon_sym_final] = ACTIONS(4241), - [anon_sym_open] = ACTIONS(4241), - [anon_sym_vararg] = ACTIONS(4241), - [anon_sym_noinline] = ACTIONS(4241), - [anon_sym_crossinline] = ACTIONS(4241), - [anon_sym_expect] = ACTIONS(4241), - [anon_sym_actual] = ACTIONS(4241), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4239), - [sym__automatic_semicolon] = ACTIONS(4239), - [sym_safe_nav] = ACTIONS(4239), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4015] = { - [sym_function_body] = STATE(3288), - [sym__block] = STATE(3245), - [sym__alpha_identifier] = ACTIONS(4083), - [anon_sym_AT] = ACTIONS(4085), - [anon_sym_LBRACK] = ACTIONS(4085), - [anon_sym_as] = ACTIONS(4083), - [anon_sym_EQ] = ACTIONS(6682), - [anon_sym_LBRACE] = ACTIONS(6220), - [anon_sym_RBRACE] = ACTIONS(4085), - [anon_sym_LPAREN] = ACTIONS(4085), - [anon_sym_LT] = ACTIONS(4083), - [anon_sym_GT] = ACTIONS(4083), - [anon_sym_object] = ACTIONS(4083), - [anon_sym_fun] = ACTIONS(4083), - [anon_sym_DOT] = ACTIONS(4083), - [anon_sym_SEMI] = ACTIONS(4085), - [anon_sym_get] = ACTIONS(4083), - [anon_sym_set] = ACTIONS(4083), - [anon_sym_this] = ACTIONS(4083), - [anon_sym_super] = ACTIONS(4083), - [anon_sym_STAR] = ACTIONS(4085), - [sym_label] = ACTIONS(4083), - [anon_sym_in] = ACTIONS(4083), - [anon_sym_DOT_DOT] = ACTIONS(4085), - [anon_sym_QMARK_COLON] = ACTIONS(4085), - [anon_sym_AMP_AMP] = ACTIONS(4085), - [anon_sym_PIPE_PIPE] = ACTIONS(4085), - [anon_sym_null] = ACTIONS(4083), - [anon_sym_if] = ACTIONS(4083), - [anon_sym_else] = ACTIONS(4083), - [anon_sym_when] = ACTIONS(4083), - [anon_sym_try] = ACTIONS(4083), - [anon_sym_throw] = ACTIONS(4083), - [anon_sym_return] = ACTIONS(4083), - [anon_sym_continue] = ACTIONS(4083), - [anon_sym_break] = ACTIONS(4083), - [anon_sym_COLON_COLON] = ACTIONS(4085), - [anon_sym_BANG_EQ] = ACTIONS(4083), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4085), - [anon_sym_EQ_EQ] = ACTIONS(4083), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4085), - [anon_sym_LT_EQ] = ACTIONS(4085), - [anon_sym_GT_EQ] = ACTIONS(4085), - [anon_sym_BANGin] = ACTIONS(4085), - [anon_sym_is] = ACTIONS(4083), - [anon_sym_BANGis] = ACTIONS(4085), - [anon_sym_PLUS] = ACTIONS(4083), - [anon_sym_DASH] = ACTIONS(4083), - [anon_sym_SLASH] = ACTIONS(4083), - [anon_sym_PERCENT] = ACTIONS(4085), - [anon_sym_as_QMARK] = ACTIONS(4085), - [anon_sym_PLUS_PLUS] = ACTIONS(4085), - [anon_sym_DASH_DASH] = ACTIONS(4085), - [anon_sym_BANG] = ACTIONS(4083), - [anon_sym_BANG_BANG] = ACTIONS(4085), - [anon_sym_data] = ACTIONS(4083), - [anon_sym_inner] = ACTIONS(4083), - [anon_sym_expect] = ACTIONS(4083), - [anon_sym_actual] = ACTIONS(4083), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4085), - [anon_sym_continue_AT] = ACTIONS(4085), - [anon_sym_break_AT] = ACTIONS(4085), - [sym_real_literal] = ACTIONS(4085), - [sym_integer_literal] = ACTIONS(4083), - [sym_hex_literal] = ACTIONS(4085), - [sym_bin_literal] = ACTIONS(4085), - [anon_sym_true] = ACTIONS(4083), - [anon_sym_false] = ACTIONS(4083), - [anon_sym_SQUOTE] = ACTIONS(4085), - [sym__backtick_identifier] = ACTIONS(4085), - [sym__automatic_semicolon] = ACTIONS(4085), - [sym_safe_nav] = ACTIONS(4085), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4085), + [3991] = { + [aux_sym__delegation_specifiers_repeat1] = STATE(3992), + [sym__alpha_identifier] = ACTIONS(4664), + [anon_sym_AT] = ACTIONS(4666), + [anon_sym_LBRACK] = ACTIONS(4666), + [anon_sym_as] = ACTIONS(4664), + [anon_sym_LBRACE] = ACTIONS(4666), + [anon_sym_RBRACE] = ACTIONS(4666), + [anon_sym_LPAREN] = ACTIONS(4666), + [anon_sym_COMMA] = ACTIONS(4666), + [anon_sym_LT] = ACTIONS(4664), + [anon_sym_GT] = ACTIONS(4664), + [anon_sym_where] = ACTIONS(4664), + [anon_sym_object] = ACTIONS(4664), + [anon_sym_fun] = ACTIONS(4664), + [anon_sym_DOT] = ACTIONS(4664), + [anon_sym_SEMI] = ACTIONS(4666), + [anon_sym_get] = ACTIONS(4664), + [anon_sym_set] = ACTIONS(4664), + [anon_sym_this] = ACTIONS(4664), + [anon_sym_super] = ACTIONS(4664), + [anon_sym_STAR] = ACTIONS(4666), + [sym_label] = ACTIONS(4664), + [anon_sym_in] = ACTIONS(4664), + [anon_sym_DOT_DOT] = ACTIONS(4666), + [anon_sym_QMARK_COLON] = ACTIONS(4666), + [anon_sym_AMP_AMP] = ACTIONS(4666), + [anon_sym_PIPE_PIPE] = ACTIONS(4666), + [anon_sym_null] = ACTIONS(4664), + [anon_sym_if] = ACTIONS(4664), + [anon_sym_else] = ACTIONS(4664), + [anon_sym_when] = ACTIONS(4664), + [anon_sym_try] = ACTIONS(4664), + [anon_sym_throw] = ACTIONS(4664), + [anon_sym_return] = ACTIONS(4664), + [anon_sym_continue] = ACTIONS(4664), + [anon_sym_break] = ACTIONS(4664), + [anon_sym_COLON_COLON] = ACTIONS(4666), + [anon_sym_BANG_EQ] = ACTIONS(4664), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4666), + [anon_sym_EQ_EQ] = ACTIONS(4664), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4666), + [anon_sym_LT_EQ] = ACTIONS(4666), + [anon_sym_GT_EQ] = ACTIONS(4666), + [anon_sym_BANGin] = ACTIONS(4666), + [anon_sym_is] = ACTIONS(4664), + [anon_sym_BANGis] = ACTIONS(4666), + [anon_sym_PLUS] = ACTIONS(4664), + [anon_sym_DASH] = ACTIONS(4664), + [anon_sym_SLASH] = ACTIONS(4664), + [anon_sym_PERCENT] = ACTIONS(4666), + [anon_sym_as_QMARK] = ACTIONS(4666), + [anon_sym_PLUS_PLUS] = ACTIONS(4666), + [anon_sym_DASH_DASH] = ACTIONS(4666), + [anon_sym_BANG] = ACTIONS(4664), + [anon_sym_BANG_BANG] = ACTIONS(4666), + [anon_sym_data] = ACTIONS(4664), + [anon_sym_inner] = ACTIONS(4664), + [anon_sym_expect] = ACTIONS(4664), + [anon_sym_actual] = ACTIONS(4664), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4666), + [anon_sym_continue_AT] = ACTIONS(4666), + [anon_sym_break_AT] = ACTIONS(4666), + [sym_real_literal] = ACTIONS(4666), + [sym_integer_literal] = ACTIONS(4664), + [sym_hex_literal] = ACTIONS(4666), + [sym_bin_literal] = ACTIONS(4666), + [anon_sym_true] = ACTIONS(4664), + [anon_sym_false] = ACTIONS(4664), + [anon_sym_SQUOTE] = ACTIONS(4666), + [sym__backtick_identifier] = ACTIONS(4666), + [sym__automatic_semicolon] = ACTIONS(4666), + [sym_safe_nav] = ACTIONS(4666), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4666), }, - [4016] = { - [sym__alpha_identifier] = ACTIONS(4249), - [anon_sym_AT] = ACTIONS(4252), - [anon_sym_LBRACK] = ACTIONS(4252), - [anon_sym_as] = ACTIONS(4249), - [anon_sym_EQ] = ACTIONS(4249), - [anon_sym_LBRACE] = ACTIONS(4252), - [anon_sym_RBRACE] = ACTIONS(4252), - [anon_sym_LPAREN] = ACTIONS(5187), - [anon_sym_LT] = ACTIONS(4249), - [anon_sym_GT] = ACTIONS(4249), - [anon_sym_DOT] = ACTIONS(4249), - [anon_sym_SEMI] = ACTIONS(4252), - [anon_sym_get] = ACTIONS(4249), - [anon_sym_set] = ACTIONS(4249), - [anon_sym_STAR] = ACTIONS(4249), - [sym_label] = ACTIONS(4252), - [anon_sym_in] = ACTIONS(4249), - [anon_sym_DOT_DOT] = ACTIONS(4252), - [anon_sym_QMARK_COLON] = ACTIONS(4252), - [anon_sym_AMP_AMP] = ACTIONS(4252), - [anon_sym_PIPE_PIPE] = ACTIONS(4252), - [anon_sym_else] = ACTIONS(4249), - [anon_sym_COLON_COLON] = ACTIONS(4252), - [anon_sym_PLUS_EQ] = ACTIONS(4252), - [anon_sym_DASH_EQ] = ACTIONS(4252), - [anon_sym_STAR_EQ] = ACTIONS(4252), - [anon_sym_SLASH_EQ] = ACTIONS(4252), - [anon_sym_PERCENT_EQ] = ACTIONS(4252), - [anon_sym_BANG_EQ] = ACTIONS(4249), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4252), - [anon_sym_EQ_EQ] = ACTIONS(4249), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4252), - [anon_sym_LT_EQ] = ACTIONS(4252), - [anon_sym_GT_EQ] = ACTIONS(4252), - [anon_sym_BANGin] = ACTIONS(4252), - [anon_sym_is] = ACTIONS(4249), - [anon_sym_BANGis] = ACTIONS(4252), - [anon_sym_PLUS] = ACTIONS(4249), - [anon_sym_DASH] = ACTIONS(4249), - [anon_sym_SLASH] = ACTIONS(4249), - [anon_sym_PERCENT] = ACTIONS(4249), - [anon_sym_as_QMARK] = ACTIONS(4252), - [anon_sym_PLUS_PLUS] = ACTIONS(4252), - [anon_sym_DASH_DASH] = ACTIONS(4252), - [anon_sym_BANG_BANG] = ACTIONS(4252), - [anon_sym_suspend] = ACTIONS(4249), - [anon_sym_sealed] = ACTIONS(4249), - [anon_sym_annotation] = ACTIONS(4249), - [anon_sym_data] = ACTIONS(4249), - [anon_sym_inner] = ACTIONS(4249), - [anon_sym_override] = ACTIONS(4249), - [anon_sym_lateinit] = ACTIONS(4249), - [anon_sym_public] = ACTIONS(4249), - [anon_sym_private] = ACTIONS(4249), - [anon_sym_internal] = ACTIONS(4249), - [anon_sym_protected] = ACTIONS(4249), - [anon_sym_tailrec] = ACTIONS(4249), - [anon_sym_operator] = ACTIONS(4249), - [anon_sym_infix] = ACTIONS(4249), - [anon_sym_inline] = ACTIONS(4249), - [anon_sym_external] = ACTIONS(4249), - [sym_property_modifier] = ACTIONS(4249), - [anon_sym_abstract] = ACTIONS(4249), - [anon_sym_final] = ACTIONS(4249), - [anon_sym_open] = ACTIONS(4249), - [anon_sym_vararg] = ACTIONS(4249), - [anon_sym_noinline] = ACTIONS(4249), - [anon_sym_crossinline] = ACTIONS(4249), - [anon_sym_expect] = ACTIONS(4249), - [anon_sym_actual] = ACTIONS(4249), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4252), - [sym__automatic_semicolon] = ACTIONS(4252), - [sym_safe_nav] = ACTIONS(4252), - [sym_multiline_comment] = ACTIONS(3), + [3992] = { + [aux_sym__delegation_specifiers_repeat1] = STATE(3992), + [sym__alpha_identifier] = ACTIONS(4627), + [anon_sym_AT] = ACTIONS(4629), + [anon_sym_LBRACK] = ACTIONS(4629), + [anon_sym_as] = ACTIONS(4627), + [anon_sym_LBRACE] = ACTIONS(4629), + [anon_sym_RBRACE] = ACTIONS(4629), + [anon_sym_LPAREN] = ACTIONS(4629), + [anon_sym_COMMA] = ACTIONS(7064), + [anon_sym_LT] = ACTIONS(4627), + [anon_sym_GT] = ACTIONS(4627), + [anon_sym_where] = ACTIONS(4627), + [anon_sym_object] = ACTIONS(4627), + [anon_sym_fun] = ACTIONS(4627), + [anon_sym_DOT] = ACTIONS(4627), + [anon_sym_SEMI] = ACTIONS(4629), + [anon_sym_get] = ACTIONS(4627), + [anon_sym_set] = ACTIONS(4627), + [anon_sym_this] = ACTIONS(4627), + [anon_sym_super] = ACTIONS(4627), + [anon_sym_STAR] = ACTIONS(4629), + [sym_label] = ACTIONS(4627), + [anon_sym_in] = ACTIONS(4627), + [anon_sym_DOT_DOT] = ACTIONS(4629), + [anon_sym_QMARK_COLON] = ACTIONS(4629), + [anon_sym_AMP_AMP] = ACTIONS(4629), + [anon_sym_PIPE_PIPE] = ACTIONS(4629), + [anon_sym_null] = ACTIONS(4627), + [anon_sym_if] = ACTIONS(4627), + [anon_sym_else] = ACTIONS(4627), + [anon_sym_when] = ACTIONS(4627), + [anon_sym_try] = ACTIONS(4627), + [anon_sym_throw] = ACTIONS(4627), + [anon_sym_return] = ACTIONS(4627), + [anon_sym_continue] = ACTIONS(4627), + [anon_sym_break] = ACTIONS(4627), + [anon_sym_COLON_COLON] = ACTIONS(4629), + [anon_sym_BANG_EQ] = ACTIONS(4627), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4629), + [anon_sym_EQ_EQ] = ACTIONS(4627), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4629), + [anon_sym_LT_EQ] = ACTIONS(4629), + [anon_sym_GT_EQ] = ACTIONS(4629), + [anon_sym_BANGin] = ACTIONS(4629), + [anon_sym_is] = ACTIONS(4627), + [anon_sym_BANGis] = ACTIONS(4629), + [anon_sym_PLUS] = ACTIONS(4627), + [anon_sym_DASH] = ACTIONS(4627), + [anon_sym_SLASH] = ACTIONS(4627), + [anon_sym_PERCENT] = ACTIONS(4629), + [anon_sym_as_QMARK] = ACTIONS(4629), + [anon_sym_PLUS_PLUS] = ACTIONS(4629), + [anon_sym_DASH_DASH] = ACTIONS(4629), + [anon_sym_BANG] = ACTIONS(4627), + [anon_sym_BANG_BANG] = ACTIONS(4629), + [anon_sym_data] = ACTIONS(4627), + [anon_sym_inner] = ACTIONS(4627), + [anon_sym_expect] = ACTIONS(4627), + [anon_sym_actual] = ACTIONS(4627), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4629), + [anon_sym_continue_AT] = ACTIONS(4629), + [anon_sym_break_AT] = ACTIONS(4629), + [sym_real_literal] = ACTIONS(4629), + [sym_integer_literal] = ACTIONS(4627), + [sym_hex_literal] = ACTIONS(4629), + [sym_bin_literal] = ACTIONS(4629), + [anon_sym_true] = ACTIONS(4627), + [anon_sym_false] = ACTIONS(4627), + [anon_sym_SQUOTE] = ACTIONS(4629), + [sym__backtick_identifier] = ACTIONS(4629), + [sym__automatic_semicolon] = ACTIONS(4629), + [sym_safe_nav] = ACTIONS(4629), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4629), }, - [4017] = { - [sym_type_constraints] = STATE(4084), - [sym_function_body] = STATE(3222), - [sym__block] = STATE(3367), - [sym__alpha_identifier] = ACTIONS(4300), - [anon_sym_AT] = ACTIONS(4302), - [anon_sym_LBRACK] = ACTIONS(4302), - [anon_sym_as] = ACTIONS(4300), - [anon_sym_EQ] = ACTIONS(6952), - [anon_sym_LBRACE] = ACTIONS(6236), - [anon_sym_RBRACE] = ACTIONS(4302), - [anon_sym_LPAREN] = ACTIONS(4302), - [anon_sym_RPAREN] = ACTIONS(4302), - [anon_sym_LT] = ACTIONS(4300), - [anon_sym_GT] = ACTIONS(4300), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(4300), - [anon_sym_SEMI] = ACTIONS(4302), - [anon_sym_get] = ACTIONS(4300), - [anon_sym_set] = ACTIONS(4300), - [anon_sym_STAR] = ACTIONS(4302), - [sym_label] = ACTIONS(4302), - [anon_sym_in] = ACTIONS(4300), - [anon_sym_while] = ACTIONS(4300), - [anon_sym_DOT_DOT] = ACTIONS(4302), - [anon_sym_QMARK_COLON] = ACTIONS(4302), - [anon_sym_AMP_AMP] = ACTIONS(4302), - [anon_sym_PIPE_PIPE] = ACTIONS(4302), - [anon_sym_else] = ACTIONS(4300), - [anon_sym_COLON_COLON] = ACTIONS(4302), - [anon_sym_BANG_EQ] = ACTIONS(4300), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4302), - [anon_sym_EQ_EQ] = ACTIONS(4300), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4302), - [anon_sym_LT_EQ] = ACTIONS(4302), - [anon_sym_GT_EQ] = ACTIONS(4302), - [anon_sym_BANGin] = ACTIONS(4302), - [anon_sym_is] = ACTIONS(4300), - [anon_sym_BANGis] = ACTIONS(4302), - [anon_sym_PLUS] = ACTIONS(4300), - [anon_sym_DASH] = ACTIONS(4300), - [anon_sym_SLASH] = ACTIONS(4300), - [anon_sym_PERCENT] = ACTIONS(4302), - [anon_sym_as_QMARK] = ACTIONS(4302), - [anon_sym_PLUS_PLUS] = ACTIONS(4302), - [anon_sym_DASH_DASH] = ACTIONS(4302), - [anon_sym_BANG_BANG] = ACTIONS(4302), - [anon_sym_suspend] = ACTIONS(4300), - [anon_sym_sealed] = ACTIONS(4300), - [anon_sym_annotation] = ACTIONS(4300), - [anon_sym_data] = ACTIONS(4300), - [anon_sym_inner] = ACTIONS(4300), - [anon_sym_override] = ACTIONS(4300), - [anon_sym_lateinit] = ACTIONS(4300), - [anon_sym_public] = ACTIONS(4300), - [anon_sym_private] = ACTIONS(4300), - [anon_sym_internal] = ACTIONS(4300), - [anon_sym_protected] = ACTIONS(4300), - [anon_sym_tailrec] = ACTIONS(4300), - [anon_sym_operator] = ACTIONS(4300), - [anon_sym_infix] = ACTIONS(4300), - [anon_sym_inline] = ACTIONS(4300), - [anon_sym_external] = ACTIONS(4300), - [sym_property_modifier] = ACTIONS(4300), - [anon_sym_abstract] = ACTIONS(4300), - [anon_sym_final] = ACTIONS(4300), - [anon_sym_open] = ACTIONS(4300), - [anon_sym_vararg] = ACTIONS(4300), - [anon_sym_noinline] = ACTIONS(4300), - [anon_sym_crossinline] = ACTIONS(4300), - [anon_sym_expect] = ACTIONS(4300), - [anon_sym_actual] = ACTIONS(4300), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4302), - [sym_safe_nav] = ACTIONS(4302), + [3993] = { + [sym__alpha_identifier] = ACTIONS(4293), + [anon_sym_AT] = ACTIONS(4291), + [anon_sym_LBRACK] = ACTIONS(4291), + [anon_sym_as] = ACTIONS(4293), + [anon_sym_EQ] = ACTIONS(4293), + [anon_sym_LBRACE] = ACTIONS(4291), + [anon_sym_RBRACE] = ACTIONS(4291), + [anon_sym_LPAREN] = ACTIONS(7067), + [anon_sym_LT] = ACTIONS(4293), + [anon_sym_GT] = ACTIONS(4293), + [anon_sym_DOT] = ACTIONS(4293), + [anon_sym_SEMI] = ACTIONS(4291), + [anon_sym_get] = ACTIONS(4293), + [anon_sym_set] = ACTIONS(4293), + [anon_sym_STAR] = ACTIONS(4293), + [sym_label] = ACTIONS(4291), + [anon_sym_in] = ACTIONS(4293), + [anon_sym_DOT_DOT] = ACTIONS(4291), + [anon_sym_QMARK_COLON] = ACTIONS(4291), + [anon_sym_AMP_AMP] = ACTIONS(4291), + [anon_sym_PIPE_PIPE] = ACTIONS(4291), + [anon_sym_else] = ACTIONS(4293), + [anon_sym_COLON_COLON] = ACTIONS(4291), + [anon_sym_PLUS_EQ] = ACTIONS(4291), + [anon_sym_DASH_EQ] = ACTIONS(4291), + [anon_sym_STAR_EQ] = ACTIONS(4291), + [anon_sym_SLASH_EQ] = ACTIONS(4291), + [anon_sym_PERCENT_EQ] = ACTIONS(4291), + [anon_sym_BANG_EQ] = ACTIONS(4293), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4291), + [anon_sym_EQ_EQ] = ACTIONS(4293), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4291), + [anon_sym_LT_EQ] = ACTIONS(4291), + [anon_sym_GT_EQ] = ACTIONS(4291), + [anon_sym_BANGin] = ACTIONS(4291), + [anon_sym_is] = ACTIONS(4293), + [anon_sym_BANGis] = ACTIONS(4291), + [anon_sym_PLUS] = ACTIONS(4293), + [anon_sym_DASH] = ACTIONS(4293), + [anon_sym_SLASH] = ACTIONS(4293), + [anon_sym_PERCENT] = ACTIONS(4293), + [anon_sym_as_QMARK] = ACTIONS(4291), + [anon_sym_PLUS_PLUS] = ACTIONS(4291), + [anon_sym_DASH_DASH] = ACTIONS(4291), + [anon_sym_BANG_BANG] = ACTIONS(4291), + [anon_sym_suspend] = ACTIONS(4293), + [anon_sym_sealed] = ACTIONS(4293), + [anon_sym_annotation] = ACTIONS(4293), + [anon_sym_data] = ACTIONS(4293), + [anon_sym_inner] = ACTIONS(4293), + [anon_sym_override] = ACTIONS(4293), + [anon_sym_lateinit] = ACTIONS(4293), + [anon_sym_public] = ACTIONS(4293), + [anon_sym_private] = ACTIONS(4293), + [anon_sym_internal] = ACTIONS(4293), + [anon_sym_protected] = ACTIONS(4293), + [anon_sym_tailrec] = ACTIONS(4293), + [anon_sym_operator] = ACTIONS(4293), + [anon_sym_infix] = ACTIONS(4293), + [anon_sym_inline] = ACTIONS(4293), + [anon_sym_external] = ACTIONS(4293), + [sym_property_modifier] = ACTIONS(4293), + [anon_sym_abstract] = ACTIONS(4293), + [anon_sym_final] = ACTIONS(4293), + [anon_sym_open] = ACTIONS(4293), + [anon_sym_vararg] = ACTIONS(4293), + [anon_sym_noinline] = ACTIONS(4293), + [anon_sym_crossinline] = ACTIONS(4293), + [anon_sym_expect] = ACTIONS(4293), + [anon_sym_actual] = ACTIONS(4293), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4291), + [sym__automatic_semicolon] = ACTIONS(4291), + [sym_safe_nav] = ACTIONS(4291), [sym_multiline_comment] = ACTIONS(3), }, - [4018] = { - [sym_function_body] = STATE(3428), - [sym__block] = STATE(3245), + [3994] = { + [sym_function_body] = STATE(3794), + [sym__block] = STATE(3738), [sym__alpha_identifier] = ACTIONS(4326), [anon_sym_AT] = ACTIONS(4328), + [anon_sym_COLON] = ACTIONS(7069), [anon_sym_LBRACK] = ACTIONS(4328), [anon_sym_as] = ACTIONS(4326), - [anon_sym_EQ] = ACTIONS(6682), - [anon_sym_LBRACE] = ACTIONS(6220), + [anon_sym_EQ] = ACTIONS(6918), + [anon_sym_LBRACE] = ACTIONS(6461), [anon_sym_RBRACE] = ACTIONS(4328), [anon_sym_LPAREN] = ACTIONS(4328), + [anon_sym_COMMA] = ACTIONS(4328), [anon_sym_LT] = ACTIONS(4326), [anon_sym_GT] = ACTIONS(4326), - [anon_sym_object] = ACTIONS(4326), - [anon_sym_fun] = ACTIONS(4326), + [anon_sym_where] = ACTIONS(4326), [anon_sym_DOT] = ACTIONS(4326), [anon_sym_SEMI] = ACTIONS(4328), [anon_sym_get] = ACTIONS(4326), [anon_sym_set] = ACTIONS(4326), - [anon_sym_this] = ACTIONS(4326), - [anon_sym_super] = ACTIONS(4326), [anon_sym_STAR] = ACTIONS(4328), - [sym_label] = ACTIONS(4326), + [sym_label] = ACTIONS(4328), [anon_sym_in] = ACTIONS(4326), [anon_sym_DOT_DOT] = ACTIONS(4328), [anon_sym_QMARK_COLON] = ACTIONS(4328), [anon_sym_AMP_AMP] = ACTIONS(4328), - [anon_sym_PIPE_PIPE] = ACTIONS(4328), - [anon_sym_null] = ACTIONS(4326), - [anon_sym_if] = ACTIONS(4326), - [anon_sym_else] = ACTIONS(4326), - [anon_sym_when] = ACTIONS(4326), - [anon_sym_try] = ACTIONS(4326), - [anon_sym_throw] = ACTIONS(4326), - [anon_sym_return] = ACTIONS(4326), - [anon_sym_continue] = ACTIONS(4326), - [anon_sym_break] = ACTIONS(4326), + [anon_sym_PIPE_PIPE] = ACTIONS(4328), + [anon_sym_else] = ACTIONS(4326), [anon_sym_COLON_COLON] = ACTIONS(4328), [anon_sym_BANG_EQ] = ACTIONS(4326), [anon_sym_BANG_EQ_EQ] = ACTIONS(4328), @@ -423771,338 +422098,655 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(4328), [anon_sym_PLUS_PLUS] = ACTIONS(4328), [anon_sym_DASH_DASH] = ACTIONS(4328), - [anon_sym_BANG] = ACTIONS(4326), [anon_sym_BANG_BANG] = ACTIONS(4328), + [anon_sym_suspend] = ACTIONS(4326), + [anon_sym_sealed] = ACTIONS(4326), + [anon_sym_annotation] = ACTIONS(4326), [anon_sym_data] = ACTIONS(4326), [anon_sym_inner] = ACTIONS(4326), + [anon_sym_override] = ACTIONS(4326), + [anon_sym_lateinit] = ACTIONS(4326), + [anon_sym_public] = ACTIONS(4326), + [anon_sym_private] = ACTIONS(4326), + [anon_sym_internal] = ACTIONS(4326), + [anon_sym_protected] = ACTIONS(4326), + [anon_sym_tailrec] = ACTIONS(4326), + [anon_sym_operator] = ACTIONS(4326), + [anon_sym_infix] = ACTIONS(4326), + [anon_sym_inline] = ACTIONS(4326), + [anon_sym_external] = ACTIONS(4326), + [sym_property_modifier] = ACTIONS(4326), + [anon_sym_abstract] = ACTIONS(4326), + [anon_sym_final] = ACTIONS(4326), + [anon_sym_open] = ACTIONS(4326), + [anon_sym_vararg] = ACTIONS(4326), + [anon_sym_noinline] = ACTIONS(4326), + [anon_sym_crossinline] = ACTIONS(4326), [anon_sym_expect] = ACTIONS(4326), [anon_sym_actual] = ACTIONS(4326), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4328), - [anon_sym_continue_AT] = ACTIONS(4328), - [anon_sym_break_AT] = ACTIONS(4328), - [sym_real_literal] = ACTIONS(4328), - [sym_integer_literal] = ACTIONS(4326), - [sym_hex_literal] = ACTIONS(4328), - [sym_bin_literal] = ACTIONS(4328), - [anon_sym_true] = ACTIONS(4326), - [anon_sym_false] = ACTIONS(4326), - [anon_sym_SQUOTE] = ACTIONS(4328), [sym__backtick_identifier] = ACTIONS(4328), [sym__automatic_semicolon] = ACTIONS(4328), [sym_safe_nav] = ACTIONS(4328), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4328), }, - [4019] = { - [sym__alpha_identifier] = ACTIONS(4233), - [anon_sym_AT] = ACTIONS(4236), - [anon_sym_LBRACK] = ACTIONS(4236), - [anon_sym_as] = ACTIONS(4233), - [anon_sym_EQ] = ACTIONS(4233), - [anon_sym_LBRACE] = ACTIONS(4236), - [anon_sym_RBRACE] = ACTIONS(4236), - [anon_sym_LPAREN] = ACTIONS(5191), - [anon_sym_LT] = ACTIONS(4233), - [anon_sym_GT] = ACTIONS(4233), - [anon_sym_DOT] = ACTIONS(4233), - [anon_sym_SEMI] = ACTIONS(4236), - [anon_sym_get] = ACTIONS(4233), - [anon_sym_set] = ACTIONS(4233), - [anon_sym_STAR] = ACTIONS(4233), - [sym_label] = ACTIONS(4236), - [anon_sym_in] = ACTIONS(4233), - [anon_sym_DOT_DOT] = ACTIONS(4236), - [anon_sym_QMARK_COLON] = ACTIONS(4236), - [anon_sym_AMP_AMP] = ACTIONS(4236), - [anon_sym_PIPE_PIPE] = ACTIONS(4236), - [anon_sym_else] = ACTIONS(4233), - [anon_sym_COLON_COLON] = ACTIONS(4236), - [anon_sym_PLUS_EQ] = ACTIONS(4236), - [anon_sym_DASH_EQ] = ACTIONS(4236), - [anon_sym_STAR_EQ] = ACTIONS(4236), - [anon_sym_SLASH_EQ] = ACTIONS(4236), - [anon_sym_PERCENT_EQ] = ACTIONS(4236), - [anon_sym_BANG_EQ] = ACTIONS(4233), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4236), - [anon_sym_EQ_EQ] = ACTIONS(4233), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4236), - [anon_sym_LT_EQ] = ACTIONS(4236), - [anon_sym_GT_EQ] = ACTIONS(4236), - [anon_sym_BANGin] = ACTIONS(4236), - [anon_sym_is] = ACTIONS(4233), - [anon_sym_BANGis] = ACTIONS(4236), - [anon_sym_PLUS] = ACTIONS(4233), - [anon_sym_DASH] = ACTIONS(4233), - [anon_sym_SLASH] = ACTIONS(4233), - [anon_sym_PERCENT] = ACTIONS(4233), - [anon_sym_as_QMARK] = ACTIONS(4236), - [anon_sym_PLUS_PLUS] = ACTIONS(4236), - [anon_sym_DASH_DASH] = ACTIONS(4236), - [anon_sym_BANG_BANG] = ACTIONS(4236), - [anon_sym_suspend] = ACTIONS(4233), - [anon_sym_sealed] = ACTIONS(4233), - [anon_sym_annotation] = ACTIONS(4233), - [anon_sym_data] = ACTIONS(4233), - [anon_sym_inner] = ACTIONS(4233), - [anon_sym_override] = ACTIONS(4233), - [anon_sym_lateinit] = ACTIONS(4233), - [anon_sym_public] = ACTIONS(4233), - [anon_sym_private] = ACTIONS(4233), - [anon_sym_internal] = ACTIONS(4233), - [anon_sym_protected] = ACTIONS(4233), - [anon_sym_tailrec] = ACTIONS(4233), - [anon_sym_operator] = ACTIONS(4233), - [anon_sym_infix] = ACTIONS(4233), - [anon_sym_inline] = ACTIONS(4233), - [anon_sym_external] = ACTIONS(4233), - [sym_property_modifier] = ACTIONS(4233), - [anon_sym_abstract] = ACTIONS(4233), - [anon_sym_final] = ACTIONS(4233), - [anon_sym_open] = ACTIONS(4233), - [anon_sym_vararg] = ACTIONS(4233), - [anon_sym_noinline] = ACTIONS(4233), - [anon_sym_crossinline] = ACTIONS(4233), - [anon_sym_expect] = ACTIONS(4233), - [anon_sym_actual] = ACTIONS(4233), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4236), - [sym__automatic_semicolon] = ACTIONS(4236), - [sym_safe_nav] = ACTIONS(4236), + [3995] = { + [sym_type_constraints] = STATE(4162), + [sym_function_body] = STATE(3872), + [sym__block] = STATE(3738), + [sym__alpha_identifier] = ACTIONS(4085), + [anon_sym_AT] = ACTIONS(4087), + [anon_sym_COLON] = ACTIONS(7071), + [anon_sym_LBRACK] = ACTIONS(4087), + [anon_sym_as] = ACTIONS(4085), + [anon_sym_EQ] = ACTIONS(7028), + [anon_sym_LBRACE] = ACTIONS(6461), + [anon_sym_RBRACE] = ACTIONS(4087), + [anon_sym_LPAREN] = ACTIONS(4087), + [anon_sym_LT] = ACTIONS(4085), + [anon_sym_GT] = ACTIONS(4085), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(4085), + [anon_sym_SEMI] = ACTIONS(4087), + [anon_sym_get] = ACTIONS(4085), + [anon_sym_set] = ACTIONS(4085), + [anon_sym_STAR] = ACTIONS(4087), + [sym_label] = ACTIONS(4087), + [anon_sym_in] = ACTIONS(4085), + [anon_sym_DOT_DOT] = ACTIONS(4087), + [anon_sym_QMARK_COLON] = ACTIONS(4087), + [anon_sym_AMP_AMP] = ACTIONS(4087), + [anon_sym_PIPE_PIPE] = ACTIONS(4087), + [anon_sym_else] = ACTIONS(4085), + [anon_sym_COLON_COLON] = ACTIONS(4087), + [anon_sym_BANG_EQ] = ACTIONS(4085), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4087), + [anon_sym_EQ_EQ] = ACTIONS(4085), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4087), + [anon_sym_LT_EQ] = ACTIONS(4087), + [anon_sym_GT_EQ] = ACTIONS(4087), + [anon_sym_BANGin] = ACTIONS(4087), + [anon_sym_is] = ACTIONS(4085), + [anon_sym_BANGis] = ACTIONS(4087), + [anon_sym_PLUS] = ACTIONS(4085), + [anon_sym_DASH] = ACTIONS(4085), + [anon_sym_SLASH] = ACTIONS(4085), + [anon_sym_PERCENT] = ACTIONS(4087), + [anon_sym_as_QMARK] = ACTIONS(4087), + [anon_sym_PLUS_PLUS] = ACTIONS(4087), + [anon_sym_DASH_DASH] = ACTIONS(4087), + [anon_sym_BANG_BANG] = ACTIONS(4087), + [anon_sym_suspend] = ACTIONS(4085), + [anon_sym_sealed] = ACTIONS(4085), + [anon_sym_annotation] = ACTIONS(4085), + [anon_sym_data] = ACTIONS(4085), + [anon_sym_inner] = ACTIONS(4085), + [anon_sym_override] = ACTIONS(4085), + [anon_sym_lateinit] = ACTIONS(4085), + [anon_sym_public] = ACTIONS(4085), + [anon_sym_private] = ACTIONS(4085), + [anon_sym_internal] = ACTIONS(4085), + [anon_sym_protected] = ACTIONS(4085), + [anon_sym_tailrec] = ACTIONS(4085), + [anon_sym_operator] = ACTIONS(4085), + [anon_sym_infix] = ACTIONS(4085), + [anon_sym_inline] = ACTIONS(4085), + [anon_sym_external] = ACTIONS(4085), + [sym_property_modifier] = ACTIONS(4085), + [anon_sym_abstract] = ACTIONS(4085), + [anon_sym_final] = ACTIONS(4085), + [anon_sym_open] = ACTIONS(4085), + [anon_sym_vararg] = ACTIONS(4085), + [anon_sym_noinline] = ACTIONS(4085), + [anon_sym_crossinline] = ACTIONS(4085), + [anon_sym_expect] = ACTIONS(4085), + [anon_sym_actual] = ACTIONS(4085), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4087), + [sym__automatic_semicolon] = ACTIONS(4087), + [sym_safe_nav] = ACTIONS(4087), [sym_multiline_comment] = ACTIONS(3), }, - [4020] = { - [sym_function_body] = STATE(3216), - [sym__block] = STATE(3245), - [sym__alpha_identifier] = ACTIONS(4089), - [anon_sym_AT] = ACTIONS(4091), - [anon_sym_LBRACK] = ACTIONS(4091), - [anon_sym_as] = ACTIONS(4089), - [anon_sym_EQ] = ACTIONS(6682), - [anon_sym_LBRACE] = ACTIONS(6220), - [anon_sym_RBRACE] = ACTIONS(4091), - [anon_sym_LPAREN] = ACTIONS(4091), - [anon_sym_LT] = ACTIONS(4089), - [anon_sym_GT] = ACTIONS(4089), - [anon_sym_object] = ACTIONS(4089), - [anon_sym_fun] = ACTIONS(4089), - [anon_sym_DOT] = ACTIONS(4089), - [anon_sym_SEMI] = ACTIONS(4091), - [anon_sym_get] = ACTIONS(4089), - [anon_sym_set] = ACTIONS(4089), - [anon_sym_this] = ACTIONS(4089), - [anon_sym_super] = ACTIONS(4089), - [anon_sym_STAR] = ACTIONS(4091), - [sym_label] = ACTIONS(4089), - [anon_sym_in] = ACTIONS(4089), - [anon_sym_DOT_DOT] = ACTIONS(4091), - [anon_sym_QMARK_COLON] = ACTIONS(4091), - [anon_sym_AMP_AMP] = ACTIONS(4091), - [anon_sym_PIPE_PIPE] = ACTIONS(4091), - [anon_sym_null] = ACTIONS(4089), - [anon_sym_if] = ACTIONS(4089), - [anon_sym_else] = ACTIONS(4089), - [anon_sym_when] = ACTIONS(4089), - [anon_sym_try] = ACTIONS(4089), - [anon_sym_throw] = ACTIONS(4089), - [anon_sym_return] = ACTIONS(4089), - [anon_sym_continue] = ACTIONS(4089), - [anon_sym_break] = ACTIONS(4089), - [anon_sym_COLON_COLON] = ACTIONS(4091), - [anon_sym_BANG_EQ] = ACTIONS(4089), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4091), - [anon_sym_EQ_EQ] = ACTIONS(4089), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4091), - [anon_sym_LT_EQ] = ACTIONS(4091), - [anon_sym_GT_EQ] = ACTIONS(4091), - [anon_sym_BANGin] = ACTIONS(4091), - [anon_sym_is] = ACTIONS(4089), - [anon_sym_BANGis] = ACTIONS(4091), - [anon_sym_PLUS] = ACTIONS(4089), - [anon_sym_DASH] = ACTIONS(4089), - [anon_sym_SLASH] = ACTIONS(4089), - [anon_sym_PERCENT] = ACTIONS(4091), - [anon_sym_as_QMARK] = ACTIONS(4091), - [anon_sym_PLUS_PLUS] = ACTIONS(4091), - [anon_sym_DASH_DASH] = ACTIONS(4091), - [anon_sym_BANG] = ACTIONS(4089), - [anon_sym_BANG_BANG] = ACTIONS(4091), - [anon_sym_data] = ACTIONS(4089), - [anon_sym_inner] = ACTIONS(4089), - [anon_sym_expect] = ACTIONS(4089), - [anon_sym_actual] = ACTIONS(4089), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4091), - [anon_sym_continue_AT] = ACTIONS(4091), - [anon_sym_break_AT] = ACTIONS(4091), - [sym_real_literal] = ACTIONS(4091), - [sym_integer_literal] = ACTIONS(4089), - [sym_hex_literal] = ACTIONS(4091), - [sym_bin_literal] = ACTIONS(4091), - [anon_sym_true] = ACTIONS(4089), - [anon_sym_false] = ACTIONS(4089), - [anon_sym_SQUOTE] = ACTIONS(4091), - [sym__backtick_identifier] = ACTIONS(4091), - [sym__automatic_semicolon] = ACTIONS(4091), - [sym_safe_nav] = ACTIONS(4091), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4091), + [3996] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(1850), + [sym__comparison_operator] = STATE(1849), + [sym__in_operator] = STATE(1845), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(1842), + [sym__multiplicative_operator] = STATE(1841), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1838), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_RBRACK] = ACTIONS(3069), + [anon_sym_as] = ACTIONS(6403), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_RBRACE] = ACTIONS(3069), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_COMMA] = ACTIONS(3069), + [anon_sym_RPAREN] = ACTIONS(3069), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(7038), + [anon_sym_where] = ACTIONS(3067), + [anon_sym_DOT] = ACTIONS(6409), + [anon_sym_SEMI] = ACTIONS(3069), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(7040), + [anon_sym_DASH_GT] = ACTIONS(3069), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7042), + [anon_sym_while] = ACTIONS(3067), + [anon_sym_DOT_DOT] = ACTIONS(7044), + [anon_sym_QMARK_COLON] = ACTIONS(7046), + [anon_sym_AMP_AMP] = ACTIONS(7048), + [anon_sym_PIPE_PIPE] = ACTIONS(7050), + [anon_sym_else] = ACTIONS(3067), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7052), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7054), + [anon_sym_EQ_EQ] = ACTIONS(7052), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7054), + [anon_sym_LT_EQ] = ACTIONS(7056), + [anon_sym_GT_EQ] = ACTIONS(7056), + [anon_sym_BANGin] = ACTIONS(7058), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7060), + [anon_sym_DASH] = ACTIONS(7060), + [anon_sym_SLASH] = ACTIONS(7062), + [anon_sym_PERCENT] = ACTIONS(7040), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym_safe_nav] = ACTIONS(6425), + [sym_multiline_comment] = ACTIONS(3), }, - [4021] = { - [sym_type_constraints] = STATE(4085), - [sym_function_body] = STATE(3234), - [sym__block] = STATE(3367), - [sym__alpha_identifier] = ACTIONS(4181), - [anon_sym_AT] = ACTIONS(4183), - [anon_sym_LBRACK] = ACTIONS(4183), - [anon_sym_as] = ACTIONS(4181), - [anon_sym_EQ] = ACTIONS(6952), - [anon_sym_LBRACE] = ACTIONS(6236), - [anon_sym_RBRACE] = ACTIONS(4183), - [anon_sym_LPAREN] = ACTIONS(4183), - [anon_sym_RPAREN] = ACTIONS(4183), - [anon_sym_LT] = ACTIONS(4181), - [anon_sym_GT] = ACTIONS(4181), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(4181), - [anon_sym_SEMI] = ACTIONS(4183), - [anon_sym_get] = ACTIONS(4181), - [anon_sym_set] = ACTIONS(4181), - [anon_sym_STAR] = ACTIONS(4183), - [sym_label] = ACTIONS(4183), - [anon_sym_in] = ACTIONS(4181), - [anon_sym_while] = ACTIONS(4181), - [anon_sym_DOT_DOT] = ACTIONS(4183), - [anon_sym_QMARK_COLON] = ACTIONS(4183), - [anon_sym_AMP_AMP] = ACTIONS(4183), - [anon_sym_PIPE_PIPE] = ACTIONS(4183), - [anon_sym_else] = ACTIONS(4181), - [anon_sym_COLON_COLON] = ACTIONS(4183), - [anon_sym_BANG_EQ] = ACTIONS(4181), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4183), - [anon_sym_EQ_EQ] = ACTIONS(4181), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4183), - [anon_sym_LT_EQ] = ACTIONS(4183), - [anon_sym_GT_EQ] = ACTIONS(4183), - [anon_sym_BANGin] = ACTIONS(4183), - [anon_sym_is] = ACTIONS(4181), - [anon_sym_BANGis] = ACTIONS(4183), - [anon_sym_PLUS] = ACTIONS(4181), - [anon_sym_DASH] = ACTIONS(4181), - [anon_sym_SLASH] = ACTIONS(4181), - [anon_sym_PERCENT] = ACTIONS(4183), - [anon_sym_as_QMARK] = ACTIONS(4183), - [anon_sym_PLUS_PLUS] = ACTIONS(4183), - [anon_sym_DASH_DASH] = ACTIONS(4183), - [anon_sym_BANG_BANG] = ACTIONS(4183), - [anon_sym_suspend] = ACTIONS(4181), - [anon_sym_sealed] = ACTIONS(4181), - [anon_sym_annotation] = ACTIONS(4181), - [anon_sym_data] = ACTIONS(4181), - [anon_sym_inner] = ACTIONS(4181), - [anon_sym_override] = ACTIONS(4181), - [anon_sym_lateinit] = ACTIONS(4181), - [anon_sym_public] = ACTIONS(4181), - [anon_sym_private] = ACTIONS(4181), - [anon_sym_internal] = ACTIONS(4181), - [anon_sym_protected] = ACTIONS(4181), - [anon_sym_tailrec] = ACTIONS(4181), - [anon_sym_operator] = ACTIONS(4181), - [anon_sym_infix] = ACTIONS(4181), - [anon_sym_inline] = ACTIONS(4181), - [anon_sym_external] = ACTIONS(4181), - [sym_property_modifier] = ACTIONS(4181), - [anon_sym_abstract] = ACTIONS(4181), - [anon_sym_final] = ACTIONS(4181), - [anon_sym_open] = ACTIONS(4181), - [anon_sym_vararg] = ACTIONS(4181), - [anon_sym_noinline] = ACTIONS(4181), - [anon_sym_crossinline] = ACTIONS(4181), - [anon_sym_expect] = ACTIONS(4181), - [anon_sym_actual] = ACTIONS(4181), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4183), - [sym_safe_nav] = ACTIONS(4183), + [3997] = { + [sym__alpha_identifier] = ACTIONS(4150), + [anon_sym_AT] = ACTIONS(4148), + [anon_sym_LBRACK] = ACTIONS(4148), + [anon_sym_as] = ACTIONS(4150), + [anon_sym_EQ] = ACTIONS(4150), + [anon_sym_LBRACE] = ACTIONS(4148), + [anon_sym_RBRACE] = ACTIONS(4148), + [anon_sym_LPAREN] = ACTIONS(7073), + [anon_sym_LT] = ACTIONS(4150), + [anon_sym_GT] = ACTIONS(4150), + [anon_sym_DOT] = ACTIONS(4150), + [anon_sym_SEMI] = ACTIONS(4148), + [anon_sym_get] = ACTIONS(4150), + [anon_sym_set] = ACTIONS(4150), + [anon_sym_STAR] = ACTIONS(4150), + [sym_label] = ACTIONS(4148), + [anon_sym_in] = ACTIONS(4150), + [anon_sym_DOT_DOT] = ACTIONS(4148), + [anon_sym_QMARK_COLON] = ACTIONS(4148), + [anon_sym_AMP_AMP] = ACTIONS(4148), + [anon_sym_PIPE_PIPE] = ACTIONS(4148), + [anon_sym_else] = ACTIONS(4150), + [anon_sym_COLON_COLON] = ACTIONS(4148), + [anon_sym_PLUS_EQ] = ACTIONS(4148), + [anon_sym_DASH_EQ] = ACTIONS(4148), + [anon_sym_STAR_EQ] = ACTIONS(4148), + [anon_sym_SLASH_EQ] = ACTIONS(4148), + [anon_sym_PERCENT_EQ] = ACTIONS(4148), + [anon_sym_BANG_EQ] = ACTIONS(4150), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4148), + [anon_sym_EQ_EQ] = ACTIONS(4150), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4148), + [anon_sym_LT_EQ] = ACTIONS(4148), + [anon_sym_GT_EQ] = ACTIONS(4148), + [anon_sym_BANGin] = ACTIONS(4148), + [anon_sym_is] = ACTIONS(4150), + [anon_sym_BANGis] = ACTIONS(4148), + [anon_sym_PLUS] = ACTIONS(4150), + [anon_sym_DASH] = ACTIONS(4150), + [anon_sym_SLASH] = ACTIONS(4150), + [anon_sym_PERCENT] = ACTIONS(4150), + [anon_sym_as_QMARK] = ACTIONS(4148), + [anon_sym_PLUS_PLUS] = ACTIONS(4148), + [anon_sym_DASH_DASH] = ACTIONS(4148), + [anon_sym_BANG_BANG] = ACTIONS(4148), + [anon_sym_suspend] = ACTIONS(4150), + [anon_sym_sealed] = ACTIONS(4150), + [anon_sym_annotation] = ACTIONS(4150), + [anon_sym_data] = ACTIONS(4150), + [anon_sym_inner] = ACTIONS(4150), + [anon_sym_override] = ACTIONS(4150), + [anon_sym_lateinit] = ACTIONS(4150), + [anon_sym_public] = ACTIONS(4150), + [anon_sym_private] = ACTIONS(4150), + [anon_sym_internal] = ACTIONS(4150), + [anon_sym_protected] = ACTIONS(4150), + [anon_sym_tailrec] = ACTIONS(4150), + [anon_sym_operator] = ACTIONS(4150), + [anon_sym_infix] = ACTIONS(4150), + [anon_sym_inline] = ACTIONS(4150), + [anon_sym_external] = ACTIONS(4150), + [sym_property_modifier] = ACTIONS(4150), + [anon_sym_abstract] = ACTIONS(4150), + [anon_sym_final] = ACTIONS(4150), + [anon_sym_open] = ACTIONS(4150), + [anon_sym_vararg] = ACTIONS(4150), + [anon_sym_noinline] = ACTIONS(4150), + [anon_sym_crossinline] = ACTIONS(4150), + [anon_sym_expect] = ACTIONS(4150), + [anon_sym_actual] = ACTIONS(4150), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4148), + [sym__automatic_semicolon] = ACTIONS(4148), + [sym_safe_nav] = ACTIONS(4148), [sym_multiline_comment] = ACTIONS(3), }, - [4022] = { - [sym_function_body] = STATE(3761), - [sym__block] = STATE(3725), - [sym__alpha_identifier] = ACTIONS(4336), - [anon_sym_AT] = ACTIONS(4338), - [anon_sym_COLON] = ACTIONS(7079), - [anon_sym_LBRACK] = ACTIONS(4338), - [anon_sym_as] = ACTIONS(4336), - [anon_sym_EQ] = ACTIONS(6934), - [anon_sym_LBRACE] = ACTIONS(6434), - [anon_sym_RBRACE] = ACTIONS(4338), - [anon_sym_LPAREN] = ACTIONS(4338), - [anon_sym_COMMA] = ACTIONS(4338), - [anon_sym_LT] = ACTIONS(4336), - [anon_sym_GT] = ACTIONS(4336), - [anon_sym_where] = ACTIONS(4336), - [anon_sym_DOT] = ACTIONS(4336), - [anon_sym_SEMI] = ACTIONS(4338), - [anon_sym_get] = ACTIONS(4336), - [anon_sym_set] = ACTIONS(4336), - [anon_sym_STAR] = ACTIONS(4338), - [sym_label] = ACTIONS(4338), - [anon_sym_in] = ACTIONS(4336), - [anon_sym_DOT_DOT] = ACTIONS(4338), - [anon_sym_QMARK_COLON] = ACTIONS(4338), - [anon_sym_AMP_AMP] = ACTIONS(4338), - [anon_sym_PIPE_PIPE] = ACTIONS(4338), - [anon_sym_else] = ACTIONS(4336), - [anon_sym_COLON_COLON] = ACTIONS(4338), - [anon_sym_BANG_EQ] = ACTIONS(4336), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4338), - [anon_sym_EQ_EQ] = ACTIONS(4336), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4338), - [anon_sym_LT_EQ] = ACTIONS(4338), - [anon_sym_GT_EQ] = ACTIONS(4338), - [anon_sym_BANGin] = ACTIONS(4338), - [anon_sym_is] = ACTIONS(4336), - [anon_sym_BANGis] = ACTIONS(4338), - [anon_sym_PLUS] = ACTIONS(4336), - [anon_sym_DASH] = ACTIONS(4336), - [anon_sym_SLASH] = ACTIONS(4336), - [anon_sym_PERCENT] = ACTIONS(4338), - [anon_sym_as_QMARK] = ACTIONS(4338), - [anon_sym_PLUS_PLUS] = ACTIONS(4338), - [anon_sym_DASH_DASH] = ACTIONS(4338), - [anon_sym_BANG_BANG] = ACTIONS(4338), - [anon_sym_suspend] = ACTIONS(4336), - [anon_sym_sealed] = ACTIONS(4336), - [anon_sym_annotation] = ACTIONS(4336), - [anon_sym_data] = ACTIONS(4336), - [anon_sym_inner] = ACTIONS(4336), - [anon_sym_override] = ACTIONS(4336), - [anon_sym_lateinit] = ACTIONS(4336), - [anon_sym_public] = ACTIONS(4336), - [anon_sym_private] = ACTIONS(4336), - [anon_sym_internal] = ACTIONS(4336), - [anon_sym_protected] = ACTIONS(4336), - [anon_sym_tailrec] = ACTIONS(4336), - [anon_sym_operator] = ACTIONS(4336), - [anon_sym_infix] = ACTIONS(4336), - [anon_sym_inline] = ACTIONS(4336), - [anon_sym_external] = ACTIONS(4336), - [sym_property_modifier] = ACTIONS(4336), - [anon_sym_abstract] = ACTIONS(4336), - [anon_sym_final] = ACTIONS(4336), - [anon_sym_open] = ACTIONS(4336), - [anon_sym_vararg] = ACTIONS(4336), - [anon_sym_noinline] = ACTIONS(4336), - [anon_sym_crossinline] = ACTIONS(4336), - [anon_sym_expect] = ACTIONS(4336), - [anon_sym_actual] = ACTIONS(4336), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4338), - [sym__automatic_semicolon] = ACTIONS(4338), - [sym_safe_nav] = ACTIONS(4338), + [3998] = { + [sym_type_constraints] = STATE(4064), + [sym_function_body] = STATE(3872), + [sym__block] = STATE(3738), + [sym__alpha_identifier] = ACTIONS(4085), + [anon_sym_AT] = ACTIONS(4087), + [anon_sym_LBRACK] = ACTIONS(4087), + [anon_sym_as] = ACTIONS(4085), + [anon_sym_EQ] = ACTIONS(6918), + [anon_sym_LBRACE] = ACTIONS(6461), + [anon_sym_RBRACE] = ACTIONS(4087), + [anon_sym_LPAREN] = ACTIONS(4087), + [anon_sym_COMMA] = ACTIONS(4087), + [anon_sym_LT] = ACTIONS(4085), + [anon_sym_GT] = ACTIONS(4085), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(4085), + [anon_sym_SEMI] = ACTIONS(4087), + [anon_sym_get] = ACTIONS(4085), + [anon_sym_set] = ACTIONS(4085), + [anon_sym_STAR] = ACTIONS(4087), + [sym_label] = ACTIONS(4087), + [anon_sym_in] = ACTIONS(4085), + [anon_sym_DOT_DOT] = ACTIONS(4087), + [anon_sym_QMARK_COLON] = ACTIONS(4087), + [anon_sym_AMP_AMP] = ACTIONS(4087), + [anon_sym_PIPE_PIPE] = ACTIONS(4087), + [anon_sym_else] = ACTIONS(4085), + [anon_sym_COLON_COLON] = ACTIONS(4087), + [anon_sym_BANG_EQ] = ACTIONS(4085), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4087), + [anon_sym_EQ_EQ] = ACTIONS(4085), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4087), + [anon_sym_LT_EQ] = ACTIONS(4087), + [anon_sym_GT_EQ] = ACTIONS(4087), + [anon_sym_BANGin] = ACTIONS(4087), + [anon_sym_is] = ACTIONS(4085), + [anon_sym_BANGis] = ACTIONS(4087), + [anon_sym_PLUS] = ACTIONS(4085), + [anon_sym_DASH] = ACTIONS(4085), + [anon_sym_SLASH] = ACTIONS(4085), + [anon_sym_PERCENT] = ACTIONS(4087), + [anon_sym_as_QMARK] = ACTIONS(4087), + [anon_sym_PLUS_PLUS] = ACTIONS(4087), + [anon_sym_DASH_DASH] = ACTIONS(4087), + [anon_sym_BANG_BANG] = ACTIONS(4087), + [anon_sym_suspend] = ACTIONS(4085), + [anon_sym_sealed] = ACTIONS(4085), + [anon_sym_annotation] = ACTIONS(4085), + [anon_sym_data] = ACTIONS(4085), + [anon_sym_inner] = ACTIONS(4085), + [anon_sym_override] = ACTIONS(4085), + [anon_sym_lateinit] = ACTIONS(4085), + [anon_sym_public] = ACTIONS(4085), + [anon_sym_private] = ACTIONS(4085), + [anon_sym_internal] = ACTIONS(4085), + [anon_sym_protected] = ACTIONS(4085), + [anon_sym_tailrec] = ACTIONS(4085), + [anon_sym_operator] = ACTIONS(4085), + [anon_sym_infix] = ACTIONS(4085), + [anon_sym_inline] = ACTIONS(4085), + [anon_sym_external] = ACTIONS(4085), + [sym_property_modifier] = ACTIONS(4085), + [anon_sym_abstract] = ACTIONS(4085), + [anon_sym_final] = ACTIONS(4085), + [anon_sym_open] = ACTIONS(4085), + [anon_sym_vararg] = ACTIONS(4085), + [anon_sym_noinline] = ACTIONS(4085), + [anon_sym_crossinline] = ACTIONS(4085), + [anon_sym_expect] = ACTIONS(4085), + [anon_sym_actual] = ACTIONS(4085), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4087), + [sym__automatic_semicolon] = ACTIONS(4087), + [sym_safe_nav] = ACTIONS(4087), [sym_multiline_comment] = ACTIONS(3), }, - [4023] = { + [3999] = { + [sym__alpha_identifier] = ACTIONS(4955), + [anon_sym_AT] = ACTIONS(4957), + [anon_sym_LBRACK] = ACTIONS(4957), + [anon_sym_as] = ACTIONS(4955), + [anon_sym_EQ] = ACTIONS(4955), + [anon_sym_LBRACE] = ACTIONS(4957), + [anon_sym_RBRACE] = ACTIONS(4957), + [anon_sym_LPAREN] = ACTIONS(7075), + [anon_sym_LT] = ACTIONS(4955), + [anon_sym_GT] = ACTIONS(4955), + [anon_sym_DOT] = ACTIONS(4955), + [anon_sym_SEMI] = ACTIONS(4957), + [anon_sym_get] = ACTIONS(4955), + [anon_sym_set] = ACTIONS(4955), + [anon_sym_STAR] = ACTIONS(4955), + [sym_label] = ACTIONS(4957), + [anon_sym_in] = ACTIONS(4955), + [anon_sym_DOT_DOT] = ACTIONS(4957), + [anon_sym_QMARK_COLON] = ACTIONS(4957), + [anon_sym_AMP_AMP] = ACTIONS(4957), + [anon_sym_PIPE_PIPE] = ACTIONS(4957), + [anon_sym_else] = ACTIONS(4955), + [anon_sym_COLON_COLON] = ACTIONS(4957), + [anon_sym_PLUS_EQ] = ACTIONS(4957), + [anon_sym_DASH_EQ] = ACTIONS(4957), + [anon_sym_STAR_EQ] = ACTIONS(4957), + [anon_sym_SLASH_EQ] = ACTIONS(4957), + [anon_sym_PERCENT_EQ] = ACTIONS(4957), + [anon_sym_BANG_EQ] = ACTIONS(4955), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4957), + [anon_sym_EQ_EQ] = ACTIONS(4955), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4957), + [anon_sym_LT_EQ] = ACTIONS(4957), + [anon_sym_GT_EQ] = ACTIONS(4957), + [anon_sym_BANGin] = ACTIONS(4957), + [anon_sym_is] = ACTIONS(4955), + [anon_sym_BANGis] = ACTIONS(4957), + [anon_sym_PLUS] = ACTIONS(4955), + [anon_sym_DASH] = ACTIONS(4955), + [anon_sym_SLASH] = ACTIONS(4955), + [anon_sym_PERCENT] = ACTIONS(4955), + [anon_sym_as_QMARK] = ACTIONS(4957), + [anon_sym_PLUS_PLUS] = ACTIONS(4957), + [anon_sym_DASH_DASH] = ACTIONS(4957), + [anon_sym_BANG_BANG] = ACTIONS(4957), + [anon_sym_suspend] = ACTIONS(4955), + [anon_sym_sealed] = ACTIONS(4955), + [anon_sym_annotation] = ACTIONS(4955), + [anon_sym_data] = ACTIONS(4955), + [anon_sym_inner] = ACTIONS(4955), + [anon_sym_override] = ACTIONS(4955), + [anon_sym_lateinit] = ACTIONS(4955), + [anon_sym_public] = ACTIONS(4955), + [anon_sym_private] = ACTIONS(4955), + [anon_sym_internal] = ACTIONS(4955), + [anon_sym_protected] = ACTIONS(4955), + [anon_sym_tailrec] = ACTIONS(4955), + [anon_sym_operator] = ACTIONS(4955), + [anon_sym_infix] = ACTIONS(4955), + [anon_sym_inline] = ACTIONS(4955), + [anon_sym_external] = ACTIONS(4955), + [sym_property_modifier] = ACTIONS(4955), + [anon_sym_abstract] = ACTIONS(4955), + [anon_sym_final] = ACTIONS(4955), + [anon_sym_open] = ACTIONS(4955), + [anon_sym_vararg] = ACTIONS(4955), + [anon_sym_noinline] = ACTIONS(4955), + [anon_sym_crossinline] = ACTIONS(4955), + [anon_sym_expect] = ACTIONS(4955), + [anon_sym_actual] = ACTIONS(4955), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4957), + [sym__automatic_semicolon] = ACTIONS(4957), + [sym_safe_nav] = ACTIONS(4957), + [sym_multiline_comment] = ACTIONS(3), + }, + [4000] = { + [sym__alpha_identifier] = ACTIONS(4416), + [anon_sym_AT] = ACTIONS(4418), + [anon_sym_LBRACK] = ACTIONS(4418), + [anon_sym_RBRACK] = ACTIONS(4418), + [anon_sym_as] = ACTIONS(4416), + [anon_sym_LBRACE] = ACTIONS(4418), + [anon_sym_RBRACE] = ACTIONS(4418), + [anon_sym_LPAREN] = ACTIONS(4418), + [anon_sym_COMMA] = ACTIONS(4418), + [anon_sym_RPAREN] = ACTIONS(4418), + [anon_sym_by] = ACTIONS(6969), + [anon_sym_LT] = ACTIONS(4416), + [anon_sym_GT] = ACTIONS(4416), + [anon_sym_where] = ACTIONS(4416), + [anon_sym_DOT] = ACTIONS(4416), + [anon_sym_SEMI] = ACTIONS(4418), + [anon_sym_get] = ACTIONS(4416), + [anon_sym_set] = ACTIONS(4416), + [anon_sym_STAR] = ACTIONS(4418), + [anon_sym_DASH_GT] = ACTIONS(4418), + [sym_label] = ACTIONS(4418), + [anon_sym_in] = ACTIONS(4416), + [anon_sym_while] = ACTIONS(4416), + [anon_sym_DOT_DOT] = ACTIONS(4418), + [anon_sym_QMARK_COLON] = ACTIONS(4418), + [anon_sym_AMP_AMP] = ACTIONS(4418), + [anon_sym_PIPE_PIPE] = ACTIONS(4418), + [anon_sym_else] = ACTIONS(4416), + [anon_sym_COLON_COLON] = ACTIONS(4418), + [anon_sym_BANG_EQ] = ACTIONS(4416), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4418), + [anon_sym_EQ_EQ] = ACTIONS(4416), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4418), + [anon_sym_LT_EQ] = ACTIONS(4418), + [anon_sym_GT_EQ] = ACTIONS(4418), + [anon_sym_BANGin] = ACTIONS(4418), + [anon_sym_is] = ACTIONS(4416), + [anon_sym_BANGis] = ACTIONS(4418), + [anon_sym_PLUS] = ACTIONS(4416), + [anon_sym_DASH] = ACTIONS(4416), + [anon_sym_SLASH] = ACTIONS(4416), + [anon_sym_PERCENT] = ACTIONS(4418), + [anon_sym_as_QMARK] = ACTIONS(4418), + [anon_sym_PLUS_PLUS] = ACTIONS(4418), + [anon_sym_DASH_DASH] = ACTIONS(4418), + [anon_sym_BANG_BANG] = ACTIONS(4418), + [anon_sym_suspend] = ACTIONS(4416), + [anon_sym_sealed] = ACTIONS(4416), + [anon_sym_annotation] = ACTIONS(4416), + [anon_sym_data] = ACTIONS(4416), + [anon_sym_inner] = ACTIONS(4416), + [anon_sym_override] = ACTIONS(4416), + [anon_sym_lateinit] = ACTIONS(4416), + [anon_sym_public] = ACTIONS(4416), + [anon_sym_private] = ACTIONS(4416), + [anon_sym_internal] = ACTIONS(4416), + [anon_sym_protected] = ACTIONS(4416), + [anon_sym_tailrec] = ACTIONS(4416), + [anon_sym_operator] = ACTIONS(4416), + [anon_sym_infix] = ACTIONS(4416), + [anon_sym_inline] = ACTIONS(4416), + [anon_sym_external] = ACTIONS(4416), + [sym_property_modifier] = ACTIONS(4416), + [anon_sym_abstract] = ACTIONS(4416), + [anon_sym_final] = ACTIONS(4416), + [anon_sym_open] = ACTIONS(4416), + [anon_sym_vararg] = ACTIONS(4416), + [anon_sym_noinline] = ACTIONS(4416), + [anon_sym_crossinline] = ACTIONS(4416), + [anon_sym_expect] = ACTIONS(4416), + [anon_sym_actual] = ACTIONS(4416), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4418), + [sym_safe_nav] = ACTIONS(4418), + [sym_multiline_comment] = ACTIONS(3), + }, + [4001] = { + [sym__alpha_identifier] = ACTIONS(4893), + [anon_sym_AT] = ACTIONS(4895), + [anon_sym_LBRACK] = ACTIONS(4895), + [anon_sym_typealias] = ACTIONS(4893), + [anon_sym_class] = ACTIONS(4893), + [anon_sym_interface] = ACTIONS(4893), + [anon_sym_enum] = ACTIONS(4893), + [anon_sym_LBRACE] = ACTIONS(4895), + [anon_sym_LPAREN] = ACTIONS(4895), + [anon_sym_val] = ACTIONS(4893), + [anon_sym_var] = ACTIONS(4893), + [anon_sym_object] = ACTIONS(4893), + [anon_sym_fun] = ACTIONS(4893), + [anon_sym_get] = ACTIONS(4893), + [anon_sym_set] = ACTIONS(4893), + [anon_sym_this] = ACTIONS(4893), + [anon_sym_super] = ACTIONS(4893), + [anon_sym_STAR] = ACTIONS(4895), + [sym_label] = ACTIONS(4893), + [anon_sym_for] = ACTIONS(4893), + [anon_sym_while] = ACTIONS(4893), + [anon_sym_do] = ACTIONS(4893), + [anon_sym_null] = ACTIONS(4893), + [anon_sym_if] = ACTIONS(4893), + [anon_sym_when] = ACTIONS(4893), + [anon_sym_try] = ACTIONS(4893), + [anon_sym_throw] = ACTIONS(4893), + [anon_sym_return] = ACTIONS(4893), + [anon_sym_continue] = ACTIONS(4893), + [anon_sym_break] = ACTIONS(4893), + [anon_sym_COLON_COLON] = ACTIONS(4895), + [anon_sym_PLUS] = ACTIONS(4893), + [anon_sym_DASH] = ACTIONS(4893), + [anon_sym_PLUS_PLUS] = ACTIONS(4895), + [anon_sym_DASH_DASH] = ACTIONS(4895), + [anon_sym_BANG] = ACTIONS(4895), + [anon_sym_suspend] = ACTIONS(4893), + [anon_sym_sealed] = ACTIONS(4893), + [anon_sym_annotation] = ACTIONS(4893), + [anon_sym_data] = ACTIONS(4893), + [anon_sym_inner] = ACTIONS(4893), + [anon_sym_override] = ACTIONS(4893), + [anon_sym_lateinit] = ACTIONS(4893), + [anon_sym_public] = ACTIONS(4893), + [anon_sym_private] = ACTIONS(4893), + [anon_sym_internal] = ACTIONS(4893), + [anon_sym_protected] = ACTIONS(4893), + [anon_sym_tailrec] = ACTIONS(4893), + [anon_sym_operator] = ACTIONS(4893), + [anon_sym_infix] = ACTIONS(4893), + [anon_sym_inline] = ACTIONS(4893), + [anon_sym_external] = ACTIONS(4893), + [sym_property_modifier] = ACTIONS(4893), + [anon_sym_abstract] = ACTIONS(4893), + [anon_sym_final] = ACTIONS(4893), + [anon_sym_open] = ACTIONS(4893), + [anon_sym_vararg] = ACTIONS(4893), + [anon_sym_noinline] = ACTIONS(4893), + [anon_sym_crossinline] = ACTIONS(4893), + [anon_sym_expect] = ACTIONS(4893), + [anon_sym_actual] = ACTIONS(4893), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4895), + [anon_sym_continue_AT] = ACTIONS(4895), + [anon_sym_break_AT] = ACTIONS(4895), + [sym_real_literal] = ACTIONS(4895), + [sym_integer_literal] = ACTIONS(4893), + [sym_hex_literal] = ACTIONS(4895), + [sym_bin_literal] = ACTIONS(4895), + [anon_sym_true] = ACTIONS(4893), + [anon_sym_false] = ACTIONS(4893), + [anon_sym_SQUOTE] = ACTIONS(4895), + [sym__backtick_identifier] = ACTIONS(4895), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4895), + }, + [4002] = { + [sym__alpha_identifier] = ACTIONS(7077), + [anon_sym_AT] = ACTIONS(7079), + [anon_sym_LBRACK] = ACTIONS(7079), + [anon_sym_typealias] = ACTIONS(7077), + [anon_sym_class] = ACTIONS(7077), + [anon_sym_interface] = ACTIONS(7077), + [anon_sym_enum] = ACTIONS(7077), + [anon_sym_LBRACE] = ACTIONS(7079), + [anon_sym_LPAREN] = ACTIONS(7079), + [anon_sym_val] = ACTIONS(7077), + [anon_sym_var] = ACTIONS(7077), + [anon_sym_object] = ACTIONS(7077), + [anon_sym_fun] = ACTIONS(7077), + [anon_sym_get] = ACTIONS(7077), + [anon_sym_set] = ACTIONS(7077), + [anon_sym_this] = ACTIONS(7077), + [anon_sym_super] = ACTIONS(7077), + [anon_sym_STAR] = ACTIONS(7079), + [sym_label] = ACTIONS(7077), + [anon_sym_for] = ACTIONS(7077), + [anon_sym_while] = ACTIONS(7077), + [anon_sym_do] = ACTIONS(7077), + [anon_sym_null] = ACTIONS(7077), + [anon_sym_if] = ACTIONS(7077), + [anon_sym_when] = ACTIONS(7077), + [anon_sym_try] = ACTIONS(7077), + [anon_sym_throw] = ACTIONS(7077), + [anon_sym_return] = ACTIONS(7077), + [anon_sym_continue] = ACTIONS(7077), + [anon_sym_break] = ACTIONS(7077), + [anon_sym_COLON_COLON] = ACTIONS(7079), + [anon_sym_PLUS] = ACTIONS(7077), + [anon_sym_DASH] = ACTIONS(7077), + [anon_sym_PLUS_PLUS] = ACTIONS(7079), + [anon_sym_DASH_DASH] = ACTIONS(7079), + [anon_sym_BANG] = ACTIONS(7079), + [anon_sym_suspend] = ACTIONS(7077), + [anon_sym_sealed] = ACTIONS(7077), + [anon_sym_annotation] = ACTIONS(7077), + [anon_sym_data] = ACTIONS(7077), + [anon_sym_inner] = ACTIONS(7077), + [anon_sym_override] = ACTIONS(7077), + [anon_sym_lateinit] = ACTIONS(7077), + [anon_sym_public] = ACTIONS(7077), + [anon_sym_private] = ACTIONS(7077), + [anon_sym_internal] = ACTIONS(7077), + [anon_sym_protected] = ACTIONS(7077), + [anon_sym_tailrec] = ACTIONS(7077), + [anon_sym_operator] = ACTIONS(7077), + [anon_sym_infix] = ACTIONS(7077), + [anon_sym_inline] = ACTIONS(7077), + [anon_sym_external] = ACTIONS(7077), + [sym_property_modifier] = ACTIONS(7077), + [anon_sym_abstract] = ACTIONS(7077), + [anon_sym_final] = ACTIONS(7077), + [anon_sym_open] = ACTIONS(7077), + [anon_sym_vararg] = ACTIONS(7077), + [anon_sym_noinline] = ACTIONS(7077), + [anon_sym_crossinline] = ACTIONS(7077), + [anon_sym_expect] = ACTIONS(7077), + [anon_sym_actual] = ACTIONS(7077), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(7079), + [anon_sym_continue_AT] = ACTIONS(7079), + [anon_sym_break_AT] = ACTIONS(7079), + [sym_real_literal] = ACTIONS(7079), + [sym_integer_literal] = ACTIONS(7077), + [sym_hex_literal] = ACTIONS(7079), + [sym_bin_literal] = ACTIONS(7079), + [anon_sym_true] = ACTIONS(7077), + [anon_sym_false] = ACTIONS(7077), + [anon_sym_SQUOTE] = ACTIONS(7079), + [sym__backtick_identifier] = ACTIONS(7079), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(7079), + }, + [4003] = { [sym__alpha_identifier] = ACTIONS(7081), [anon_sym_AT] = ACTIONS(7083), [anon_sym_LBRACK] = ACTIONS(7083), @@ -424179,2004 +422823,4160 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(7083), }, - [4024] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2308), - [sym__comparison_operator] = STATE(2309), - [sym__in_operator] = STATE(2310), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2311), - [sym__multiplicative_operator] = STATE(2312), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2313), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4004] = { + [sym__alpha_identifier] = ACTIONS(4961), + [anon_sym_AT] = ACTIONS(4963), + [anon_sym_LBRACK] = ACTIONS(4963), + [anon_sym_as] = ACTIONS(4961), + [anon_sym_EQ] = ACTIONS(4961), + [anon_sym_LBRACE] = ACTIONS(4963), + [anon_sym_RBRACE] = ACTIONS(4963), + [anon_sym_LPAREN] = ACTIONS(7085), + [anon_sym_LT] = ACTIONS(4961), + [anon_sym_GT] = ACTIONS(4961), + [anon_sym_DOT] = ACTIONS(4961), + [anon_sym_SEMI] = ACTIONS(4963), + [anon_sym_get] = ACTIONS(4961), + [anon_sym_set] = ACTIONS(4961), + [anon_sym_STAR] = ACTIONS(4961), + [sym_label] = ACTIONS(4963), + [anon_sym_in] = ACTIONS(4961), + [anon_sym_DOT_DOT] = ACTIONS(4963), + [anon_sym_QMARK_COLON] = ACTIONS(4963), + [anon_sym_AMP_AMP] = ACTIONS(4963), + [anon_sym_PIPE_PIPE] = ACTIONS(4963), + [anon_sym_else] = ACTIONS(4961), + [anon_sym_COLON_COLON] = ACTIONS(4963), + [anon_sym_PLUS_EQ] = ACTIONS(4963), + [anon_sym_DASH_EQ] = ACTIONS(4963), + [anon_sym_STAR_EQ] = ACTIONS(4963), + [anon_sym_SLASH_EQ] = ACTIONS(4963), + [anon_sym_PERCENT_EQ] = ACTIONS(4963), + [anon_sym_BANG_EQ] = ACTIONS(4961), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4963), + [anon_sym_EQ_EQ] = ACTIONS(4961), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4963), + [anon_sym_LT_EQ] = ACTIONS(4963), + [anon_sym_GT_EQ] = ACTIONS(4963), + [anon_sym_BANGin] = ACTIONS(4963), + [anon_sym_is] = ACTIONS(4961), + [anon_sym_BANGis] = ACTIONS(4963), + [anon_sym_PLUS] = ACTIONS(4961), + [anon_sym_DASH] = ACTIONS(4961), + [anon_sym_SLASH] = ACTIONS(4961), + [anon_sym_PERCENT] = ACTIONS(4961), + [anon_sym_as_QMARK] = ACTIONS(4963), + [anon_sym_PLUS_PLUS] = ACTIONS(4963), + [anon_sym_DASH_DASH] = ACTIONS(4963), + [anon_sym_BANG_BANG] = ACTIONS(4963), + [anon_sym_suspend] = ACTIONS(4961), + [anon_sym_sealed] = ACTIONS(4961), + [anon_sym_annotation] = ACTIONS(4961), + [anon_sym_data] = ACTIONS(4961), + [anon_sym_inner] = ACTIONS(4961), + [anon_sym_override] = ACTIONS(4961), + [anon_sym_lateinit] = ACTIONS(4961), + [anon_sym_public] = ACTIONS(4961), + [anon_sym_private] = ACTIONS(4961), + [anon_sym_internal] = ACTIONS(4961), + [anon_sym_protected] = ACTIONS(4961), + [anon_sym_tailrec] = ACTIONS(4961), + [anon_sym_operator] = ACTIONS(4961), + [anon_sym_infix] = ACTIONS(4961), + [anon_sym_inline] = ACTIONS(4961), + [anon_sym_external] = ACTIONS(4961), + [sym_property_modifier] = ACTIONS(4961), + [anon_sym_abstract] = ACTIONS(4961), + [anon_sym_final] = ACTIONS(4961), + [anon_sym_open] = ACTIONS(4961), + [anon_sym_vararg] = ACTIONS(4961), + [anon_sym_noinline] = ACTIONS(4961), + [anon_sym_crossinline] = ACTIONS(4961), + [anon_sym_expect] = ACTIONS(4961), + [anon_sym_actual] = ACTIONS(4961), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4963), + [sym__automatic_semicolon] = ACTIONS(4963), + [sym_safe_nav] = ACTIONS(4963), + [sym_multiline_comment] = ACTIONS(3), + }, + [4005] = { + [sym_type_constraints] = STATE(4158), + [sym_function_body] = STATE(3705), + [sym__block] = STATE(3738), + [sym__alpha_identifier] = ACTIONS(4031), + [anon_sym_AT] = ACTIONS(4033), + [anon_sym_COLON] = ACTIONS(7087), + [anon_sym_LBRACK] = ACTIONS(4033), + [anon_sym_as] = ACTIONS(4031), + [anon_sym_EQ] = ACTIONS(7028), + [anon_sym_LBRACE] = ACTIONS(6461), + [anon_sym_RBRACE] = ACTIONS(4033), + [anon_sym_LPAREN] = ACTIONS(4033), + [anon_sym_LT] = ACTIONS(4031), + [anon_sym_GT] = ACTIONS(4031), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(4031), + [anon_sym_SEMI] = ACTIONS(4033), + [anon_sym_get] = ACTIONS(4031), + [anon_sym_set] = ACTIONS(4031), + [anon_sym_STAR] = ACTIONS(4033), + [sym_label] = ACTIONS(4033), + [anon_sym_in] = ACTIONS(4031), + [anon_sym_DOT_DOT] = ACTIONS(4033), + [anon_sym_QMARK_COLON] = ACTIONS(4033), + [anon_sym_AMP_AMP] = ACTIONS(4033), + [anon_sym_PIPE_PIPE] = ACTIONS(4033), + [anon_sym_else] = ACTIONS(4031), + [anon_sym_COLON_COLON] = ACTIONS(4033), + [anon_sym_BANG_EQ] = ACTIONS(4031), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4033), + [anon_sym_EQ_EQ] = ACTIONS(4031), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4033), + [anon_sym_LT_EQ] = ACTIONS(4033), + [anon_sym_GT_EQ] = ACTIONS(4033), + [anon_sym_BANGin] = ACTIONS(4033), + [anon_sym_is] = ACTIONS(4031), + [anon_sym_BANGis] = ACTIONS(4033), + [anon_sym_PLUS] = ACTIONS(4031), + [anon_sym_DASH] = ACTIONS(4031), + [anon_sym_SLASH] = ACTIONS(4031), + [anon_sym_PERCENT] = ACTIONS(4033), + [anon_sym_as_QMARK] = ACTIONS(4033), + [anon_sym_PLUS_PLUS] = ACTIONS(4033), + [anon_sym_DASH_DASH] = ACTIONS(4033), + [anon_sym_BANG_BANG] = ACTIONS(4033), + [anon_sym_suspend] = ACTIONS(4031), + [anon_sym_sealed] = ACTIONS(4031), + [anon_sym_annotation] = ACTIONS(4031), + [anon_sym_data] = ACTIONS(4031), + [anon_sym_inner] = ACTIONS(4031), + [anon_sym_override] = ACTIONS(4031), + [anon_sym_lateinit] = ACTIONS(4031), + [anon_sym_public] = ACTIONS(4031), + [anon_sym_private] = ACTIONS(4031), + [anon_sym_internal] = ACTIONS(4031), + [anon_sym_protected] = ACTIONS(4031), + [anon_sym_tailrec] = ACTIONS(4031), + [anon_sym_operator] = ACTIONS(4031), + [anon_sym_infix] = ACTIONS(4031), + [anon_sym_inline] = ACTIONS(4031), + [anon_sym_external] = ACTIONS(4031), + [sym_property_modifier] = ACTIONS(4031), + [anon_sym_abstract] = ACTIONS(4031), + [anon_sym_final] = ACTIONS(4031), + [anon_sym_open] = ACTIONS(4031), + [anon_sym_vararg] = ACTIONS(4031), + [anon_sym_noinline] = ACTIONS(4031), + [anon_sym_crossinline] = ACTIONS(4031), + [anon_sym_expect] = ACTIONS(4031), + [anon_sym_actual] = ACTIONS(4031), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4033), + [sym__automatic_semicolon] = ACTIONS(4033), + [sym_safe_nav] = ACTIONS(4033), + [sym_multiline_comment] = ACTIONS(3), + }, + [4006] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(1850), + [sym__comparison_operator] = STATE(1849), + [sym__in_operator] = STATE(1845), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(1842), + [sym__multiplicative_operator] = STATE(1841), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1838), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_RBRACK] = ACTIONS(3073), + [anon_sym_as] = ACTIONS(6403), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_RBRACE] = ACTIONS(3073), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_COMMA] = ACTIONS(3073), + [anon_sym_RPAREN] = ACTIONS(3073), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(7038), + [anon_sym_where] = ACTIONS(3071), + [anon_sym_DOT] = ACTIONS(6409), + [anon_sym_SEMI] = ACTIONS(3073), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(7040), + [anon_sym_DASH_GT] = ACTIONS(3073), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7042), + [anon_sym_while] = ACTIONS(3071), + [anon_sym_DOT_DOT] = ACTIONS(7044), + [anon_sym_QMARK_COLON] = ACTIONS(7046), + [anon_sym_AMP_AMP] = ACTIONS(7048), + [anon_sym_PIPE_PIPE] = ACTIONS(7050), + [anon_sym_else] = ACTIONS(3071), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7052), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7054), + [anon_sym_EQ_EQ] = ACTIONS(7052), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7054), + [anon_sym_LT_EQ] = ACTIONS(7056), + [anon_sym_GT_EQ] = ACTIONS(7056), + [anon_sym_BANGin] = ACTIONS(7058), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7060), + [anon_sym_DASH] = ACTIONS(7060), + [anon_sym_SLASH] = ACTIONS(7062), + [anon_sym_PERCENT] = ACTIONS(7040), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym_safe_nav] = ACTIONS(6425), + [sym_multiline_comment] = ACTIONS(3), + }, + [4007] = { + [sym__alpha_identifier] = ACTIONS(4869), + [anon_sym_AT] = ACTIONS(4871), + [anon_sym_LBRACK] = ACTIONS(4871), + [anon_sym_typealias] = ACTIONS(4869), + [anon_sym_class] = ACTIONS(4869), + [anon_sym_interface] = ACTIONS(4869), + [anon_sym_enum] = ACTIONS(4869), + [anon_sym_LBRACE] = ACTIONS(4871), + [anon_sym_LPAREN] = ACTIONS(4871), + [anon_sym_val] = ACTIONS(4869), + [anon_sym_var] = ACTIONS(4869), + [anon_sym_object] = ACTIONS(4869), + [anon_sym_fun] = ACTIONS(4869), + [anon_sym_get] = ACTIONS(4869), + [anon_sym_set] = ACTIONS(4869), + [anon_sym_this] = ACTIONS(4869), + [anon_sym_super] = ACTIONS(4869), + [anon_sym_STAR] = ACTIONS(4871), + [sym_label] = ACTIONS(4869), + [anon_sym_for] = ACTIONS(4869), + [anon_sym_while] = ACTIONS(4869), + [anon_sym_do] = ACTIONS(4869), + [anon_sym_null] = ACTIONS(4869), + [anon_sym_if] = ACTIONS(4869), + [anon_sym_when] = ACTIONS(4869), + [anon_sym_try] = ACTIONS(4869), + [anon_sym_throw] = ACTIONS(4869), + [anon_sym_return] = ACTIONS(4869), + [anon_sym_continue] = ACTIONS(4869), + [anon_sym_break] = ACTIONS(4869), + [anon_sym_COLON_COLON] = ACTIONS(4871), + [anon_sym_PLUS] = ACTIONS(4869), + [anon_sym_DASH] = ACTIONS(4869), + [anon_sym_PLUS_PLUS] = ACTIONS(4871), + [anon_sym_DASH_DASH] = ACTIONS(4871), + [anon_sym_BANG] = ACTIONS(4871), + [anon_sym_suspend] = ACTIONS(4869), + [anon_sym_sealed] = ACTIONS(4869), + [anon_sym_annotation] = ACTIONS(4869), + [anon_sym_data] = ACTIONS(4869), + [anon_sym_inner] = ACTIONS(4869), + [anon_sym_override] = ACTIONS(4869), + [anon_sym_lateinit] = ACTIONS(4869), + [anon_sym_public] = ACTIONS(4869), + [anon_sym_private] = ACTIONS(4869), + [anon_sym_internal] = ACTIONS(4869), + [anon_sym_protected] = ACTIONS(4869), + [anon_sym_tailrec] = ACTIONS(4869), + [anon_sym_operator] = ACTIONS(4869), + [anon_sym_infix] = ACTIONS(4869), + [anon_sym_inline] = ACTIONS(4869), + [anon_sym_external] = ACTIONS(4869), + [sym_property_modifier] = ACTIONS(4869), + [anon_sym_abstract] = ACTIONS(4869), + [anon_sym_final] = ACTIONS(4869), + [anon_sym_open] = ACTIONS(4869), + [anon_sym_vararg] = ACTIONS(4869), + [anon_sym_noinline] = ACTIONS(4869), + [anon_sym_crossinline] = ACTIONS(4869), + [anon_sym_expect] = ACTIONS(4869), + [anon_sym_actual] = ACTIONS(4869), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4871), + [anon_sym_continue_AT] = ACTIONS(4871), + [anon_sym_break_AT] = ACTIONS(4871), + [sym_real_literal] = ACTIONS(4871), + [sym_integer_literal] = ACTIONS(4869), + [sym_hex_literal] = ACTIONS(4871), + [sym_bin_literal] = ACTIONS(4871), + [anon_sym_true] = ACTIONS(4869), + [anon_sym_false] = ACTIONS(4869), + [anon_sym_SQUOTE] = ACTIONS(4871), + [sym__backtick_identifier] = ACTIONS(4871), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4871), + }, + [4008] = { + [sym__alpha_identifier] = ACTIONS(4861), + [anon_sym_AT] = ACTIONS(4863), + [anon_sym_LBRACK] = ACTIONS(4863), + [anon_sym_typealias] = ACTIONS(4861), + [anon_sym_class] = ACTIONS(4861), + [anon_sym_interface] = ACTIONS(4861), + [anon_sym_enum] = ACTIONS(4861), + [anon_sym_LBRACE] = ACTIONS(4863), + [anon_sym_LPAREN] = ACTIONS(4863), + [anon_sym_val] = ACTIONS(4861), + [anon_sym_var] = ACTIONS(4861), + [anon_sym_object] = ACTIONS(4861), + [anon_sym_fun] = ACTIONS(4861), + [anon_sym_get] = ACTIONS(4861), + [anon_sym_set] = ACTIONS(4861), + [anon_sym_this] = ACTIONS(4861), + [anon_sym_super] = ACTIONS(4861), + [anon_sym_STAR] = ACTIONS(4863), + [sym_label] = ACTIONS(4861), + [anon_sym_for] = ACTIONS(4861), + [anon_sym_while] = ACTIONS(4861), + [anon_sym_do] = ACTIONS(4861), + [anon_sym_null] = ACTIONS(4861), + [anon_sym_if] = ACTIONS(4861), + [anon_sym_when] = ACTIONS(4861), + [anon_sym_try] = ACTIONS(4861), + [anon_sym_throw] = ACTIONS(4861), + [anon_sym_return] = ACTIONS(4861), + [anon_sym_continue] = ACTIONS(4861), + [anon_sym_break] = ACTIONS(4861), + [anon_sym_COLON_COLON] = ACTIONS(4863), + [anon_sym_PLUS] = ACTIONS(4861), + [anon_sym_DASH] = ACTIONS(4861), + [anon_sym_PLUS_PLUS] = ACTIONS(4863), + [anon_sym_DASH_DASH] = ACTIONS(4863), + [anon_sym_BANG] = ACTIONS(4863), + [anon_sym_suspend] = ACTIONS(4861), + [anon_sym_sealed] = ACTIONS(4861), + [anon_sym_annotation] = ACTIONS(4861), + [anon_sym_data] = ACTIONS(4861), + [anon_sym_inner] = ACTIONS(4861), + [anon_sym_override] = ACTIONS(4861), + [anon_sym_lateinit] = ACTIONS(4861), + [anon_sym_public] = ACTIONS(4861), + [anon_sym_private] = ACTIONS(4861), + [anon_sym_internal] = ACTIONS(4861), + [anon_sym_protected] = ACTIONS(4861), + [anon_sym_tailrec] = ACTIONS(4861), + [anon_sym_operator] = ACTIONS(4861), + [anon_sym_infix] = ACTIONS(4861), + [anon_sym_inline] = ACTIONS(4861), + [anon_sym_external] = ACTIONS(4861), + [sym_property_modifier] = ACTIONS(4861), + [anon_sym_abstract] = ACTIONS(4861), + [anon_sym_final] = ACTIONS(4861), + [anon_sym_open] = ACTIONS(4861), + [anon_sym_vararg] = ACTIONS(4861), + [anon_sym_noinline] = ACTIONS(4861), + [anon_sym_crossinline] = ACTIONS(4861), + [anon_sym_expect] = ACTIONS(4861), + [anon_sym_actual] = ACTIONS(4861), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4863), + [anon_sym_continue_AT] = ACTIONS(4863), + [anon_sym_break_AT] = ACTIONS(4863), + [sym_real_literal] = ACTIONS(4863), + [sym_integer_literal] = ACTIONS(4861), + [sym_hex_literal] = ACTIONS(4863), + [sym_bin_literal] = ACTIONS(4863), + [anon_sym_true] = ACTIONS(4861), + [anon_sym_false] = ACTIONS(4861), + [anon_sym_SQUOTE] = ACTIONS(4863), + [sym__backtick_identifier] = ACTIONS(4863), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4863), + }, + [4009] = { + [sym__alpha_identifier] = ACTIONS(4416), + [anon_sym_AT] = ACTIONS(4418), + [anon_sym_LBRACK] = ACTIONS(4418), + [anon_sym_as] = ACTIONS(4416), + [anon_sym_LBRACE] = ACTIONS(4418), + [anon_sym_RBRACE] = ACTIONS(4418), + [anon_sym_LPAREN] = ACTIONS(4418), + [anon_sym_COMMA] = ACTIONS(4418), + [anon_sym_by] = ACTIONS(6963), + [anon_sym_LT] = ACTIONS(4416), + [anon_sym_GT] = ACTIONS(4416), + [anon_sym_where] = ACTIONS(4416), + [anon_sym_object] = ACTIONS(4416), + [anon_sym_fun] = ACTIONS(4416), + [anon_sym_DOT] = ACTIONS(4416), + [anon_sym_SEMI] = ACTIONS(4418), + [anon_sym_get] = ACTIONS(4416), + [anon_sym_set] = ACTIONS(4416), + [anon_sym_this] = ACTIONS(4416), + [anon_sym_super] = ACTIONS(4416), + [anon_sym_STAR] = ACTIONS(4418), + [sym_label] = ACTIONS(4416), + [anon_sym_in] = ACTIONS(4416), + [anon_sym_DOT_DOT] = ACTIONS(4418), + [anon_sym_QMARK_COLON] = ACTIONS(4418), + [anon_sym_AMP_AMP] = ACTIONS(4418), + [anon_sym_PIPE_PIPE] = ACTIONS(4418), + [anon_sym_null] = ACTIONS(4416), + [anon_sym_if] = ACTIONS(4416), + [anon_sym_else] = ACTIONS(4416), + [anon_sym_when] = ACTIONS(4416), + [anon_sym_try] = ACTIONS(4416), + [anon_sym_throw] = ACTIONS(4416), + [anon_sym_return] = ACTIONS(4416), + [anon_sym_continue] = ACTIONS(4416), + [anon_sym_break] = ACTIONS(4416), + [anon_sym_COLON_COLON] = ACTIONS(4418), + [anon_sym_BANG_EQ] = ACTIONS(4416), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4418), + [anon_sym_EQ_EQ] = ACTIONS(4416), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4418), + [anon_sym_LT_EQ] = ACTIONS(4418), + [anon_sym_GT_EQ] = ACTIONS(4418), + [anon_sym_BANGin] = ACTIONS(4418), + [anon_sym_is] = ACTIONS(4416), + [anon_sym_BANGis] = ACTIONS(4418), + [anon_sym_PLUS] = ACTIONS(4416), + [anon_sym_DASH] = ACTIONS(4416), + [anon_sym_SLASH] = ACTIONS(4416), + [anon_sym_PERCENT] = ACTIONS(4418), + [anon_sym_as_QMARK] = ACTIONS(4418), + [anon_sym_PLUS_PLUS] = ACTIONS(4418), + [anon_sym_DASH_DASH] = ACTIONS(4418), + [anon_sym_BANG] = ACTIONS(4416), + [anon_sym_BANG_BANG] = ACTIONS(4418), + [anon_sym_data] = ACTIONS(4416), + [anon_sym_inner] = ACTIONS(4416), + [anon_sym_expect] = ACTIONS(4416), + [anon_sym_actual] = ACTIONS(4416), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4418), + [anon_sym_continue_AT] = ACTIONS(4418), + [anon_sym_break_AT] = ACTIONS(4418), + [sym_real_literal] = ACTIONS(4418), + [sym_integer_literal] = ACTIONS(4416), + [sym_hex_literal] = ACTIONS(4418), + [sym_bin_literal] = ACTIONS(4418), + [anon_sym_true] = ACTIONS(4416), + [anon_sym_false] = ACTIONS(4416), + [anon_sym_SQUOTE] = ACTIONS(4418), + [sym__backtick_identifier] = ACTIONS(4418), + [sym__automatic_semicolon] = ACTIONS(4418), + [sym_safe_nav] = ACTIONS(4418), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4418), + }, + [4010] = { + [sym_type_constraints] = STATE(4068), + [sym_function_body] = STATE(3705), + [sym__block] = STATE(3738), + [sym__alpha_identifier] = ACTIONS(4031), + [anon_sym_AT] = ACTIONS(4033), + [anon_sym_LBRACK] = ACTIONS(4033), + [anon_sym_as] = ACTIONS(4031), + [anon_sym_EQ] = ACTIONS(6918), + [anon_sym_LBRACE] = ACTIONS(6461), + [anon_sym_RBRACE] = ACTIONS(4033), + [anon_sym_LPAREN] = ACTIONS(4033), + [anon_sym_COMMA] = ACTIONS(4033), + [anon_sym_LT] = ACTIONS(4031), + [anon_sym_GT] = ACTIONS(4031), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(4031), + [anon_sym_SEMI] = ACTIONS(4033), + [anon_sym_get] = ACTIONS(4031), + [anon_sym_set] = ACTIONS(4031), + [anon_sym_STAR] = ACTIONS(4033), + [sym_label] = ACTIONS(4033), + [anon_sym_in] = ACTIONS(4031), + [anon_sym_DOT_DOT] = ACTIONS(4033), + [anon_sym_QMARK_COLON] = ACTIONS(4033), + [anon_sym_AMP_AMP] = ACTIONS(4033), + [anon_sym_PIPE_PIPE] = ACTIONS(4033), + [anon_sym_else] = ACTIONS(4031), + [anon_sym_COLON_COLON] = ACTIONS(4033), + [anon_sym_BANG_EQ] = ACTIONS(4031), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4033), + [anon_sym_EQ_EQ] = ACTIONS(4031), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4033), + [anon_sym_LT_EQ] = ACTIONS(4033), + [anon_sym_GT_EQ] = ACTIONS(4033), + [anon_sym_BANGin] = ACTIONS(4033), + [anon_sym_is] = ACTIONS(4031), + [anon_sym_BANGis] = ACTIONS(4033), + [anon_sym_PLUS] = ACTIONS(4031), + [anon_sym_DASH] = ACTIONS(4031), + [anon_sym_SLASH] = ACTIONS(4031), + [anon_sym_PERCENT] = ACTIONS(4033), + [anon_sym_as_QMARK] = ACTIONS(4033), + [anon_sym_PLUS_PLUS] = ACTIONS(4033), + [anon_sym_DASH_DASH] = ACTIONS(4033), + [anon_sym_BANG_BANG] = ACTIONS(4033), + [anon_sym_suspend] = ACTIONS(4031), + [anon_sym_sealed] = ACTIONS(4031), + [anon_sym_annotation] = ACTIONS(4031), + [anon_sym_data] = ACTIONS(4031), + [anon_sym_inner] = ACTIONS(4031), + [anon_sym_override] = ACTIONS(4031), + [anon_sym_lateinit] = ACTIONS(4031), + [anon_sym_public] = ACTIONS(4031), + [anon_sym_private] = ACTIONS(4031), + [anon_sym_internal] = ACTIONS(4031), + [anon_sym_protected] = ACTIONS(4031), + [anon_sym_tailrec] = ACTIONS(4031), + [anon_sym_operator] = ACTIONS(4031), + [anon_sym_infix] = ACTIONS(4031), + [anon_sym_inline] = ACTIONS(4031), + [anon_sym_external] = ACTIONS(4031), + [sym_property_modifier] = ACTIONS(4031), + [anon_sym_abstract] = ACTIONS(4031), + [anon_sym_final] = ACTIONS(4031), + [anon_sym_open] = ACTIONS(4031), + [anon_sym_vararg] = ACTIONS(4031), + [anon_sym_noinline] = ACTIONS(4031), + [anon_sym_crossinline] = ACTIONS(4031), + [anon_sym_expect] = ACTIONS(4031), + [anon_sym_actual] = ACTIONS(4031), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4033), + [sym__automatic_semicolon] = ACTIONS(4033), + [sym_safe_nav] = ACTIONS(4033), + [sym_multiline_comment] = ACTIONS(3), + }, + [4011] = { + [sym__alpha_identifier] = ACTIONS(4792), + [anon_sym_AT] = ACTIONS(4794), + [anon_sym_LBRACK] = ACTIONS(4794), + [anon_sym_as] = ACTIONS(4792), + [anon_sym_EQ] = ACTIONS(4792), + [anon_sym_LBRACE] = ACTIONS(4794), + [anon_sym_RBRACE] = ACTIONS(4794), + [anon_sym_LPAREN] = ACTIONS(4794), + [anon_sym_LT] = ACTIONS(4792), + [anon_sym_GT] = ACTIONS(4792), + [anon_sym_DOT] = ACTIONS(4792), + [anon_sym_SEMI] = ACTIONS(4794), + [anon_sym_get] = ACTIONS(4792), + [anon_sym_set] = ACTIONS(4792), + [anon_sym_STAR] = ACTIONS(4792), + [sym_label] = ACTIONS(4794), + [anon_sym_in] = ACTIONS(4792), + [anon_sym_DOT_DOT] = ACTIONS(4794), + [anon_sym_QMARK_COLON] = ACTIONS(4794), + [anon_sym_AMP_AMP] = ACTIONS(4794), + [anon_sym_PIPE_PIPE] = ACTIONS(4794), + [anon_sym_else] = ACTIONS(7013), + [anon_sym_COLON_COLON] = ACTIONS(4794), + [anon_sym_PLUS_EQ] = ACTIONS(4794), + [anon_sym_DASH_EQ] = ACTIONS(4794), + [anon_sym_STAR_EQ] = ACTIONS(4794), + [anon_sym_SLASH_EQ] = ACTIONS(4794), + [anon_sym_PERCENT_EQ] = ACTIONS(4794), + [anon_sym_BANG_EQ] = ACTIONS(4792), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4794), + [anon_sym_EQ_EQ] = ACTIONS(4792), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4794), + [anon_sym_LT_EQ] = ACTIONS(4794), + [anon_sym_GT_EQ] = ACTIONS(4794), + [anon_sym_BANGin] = ACTIONS(4794), + [anon_sym_is] = ACTIONS(4792), + [anon_sym_BANGis] = ACTIONS(4794), + [anon_sym_PLUS] = ACTIONS(4792), + [anon_sym_DASH] = ACTIONS(4792), + [anon_sym_SLASH] = ACTIONS(4792), + [anon_sym_PERCENT] = ACTIONS(4792), + [anon_sym_as_QMARK] = ACTIONS(4794), + [anon_sym_PLUS_PLUS] = ACTIONS(4794), + [anon_sym_DASH_DASH] = ACTIONS(4794), + [anon_sym_BANG_BANG] = ACTIONS(4794), + [anon_sym_suspend] = ACTIONS(4792), + [anon_sym_sealed] = ACTIONS(4792), + [anon_sym_annotation] = ACTIONS(4792), + [anon_sym_data] = ACTIONS(4792), + [anon_sym_inner] = ACTIONS(4792), + [anon_sym_override] = ACTIONS(4792), + [anon_sym_lateinit] = ACTIONS(4792), + [anon_sym_public] = ACTIONS(4792), + [anon_sym_private] = ACTIONS(4792), + [anon_sym_internal] = ACTIONS(4792), + [anon_sym_protected] = ACTIONS(4792), + [anon_sym_tailrec] = ACTIONS(4792), + [anon_sym_operator] = ACTIONS(4792), + [anon_sym_infix] = ACTIONS(4792), + [anon_sym_inline] = ACTIONS(4792), + [anon_sym_external] = ACTIONS(4792), + [sym_property_modifier] = ACTIONS(4792), + [anon_sym_abstract] = ACTIONS(4792), + [anon_sym_final] = ACTIONS(4792), + [anon_sym_open] = ACTIONS(4792), + [anon_sym_vararg] = ACTIONS(4792), + [anon_sym_noinline] = ACTIONS(4792), + [anon_sym_crossinline] = ACTIONS(4792), + [anon_sym_expect] = ACTIONS(4792), + [anon_sym_actual] = ACTIONS(4792), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4794), + [sym__automatic_semicolon] = ACTIONS(4794), + [sym_safe_nav] = ACTIONS(4794), + [sym_multiline_comment] = ACTIONS(3), + }, + [4012] = { + [sym__alpha_identifier] = ACTIONS(4285), + [anon_sym_AT] = ACTIONS(4288), + [anon_sym_LBRACK] = ACTIONS(4288), + [anon_sym_as] = ACTIONS(4285), + [anon_sym_EQ] = ACTIONS(4285), + [anon_sym_LBRACE] = ACTIONS(4288), + [anon_sym_RBRACE] = ACTIONS(4288), + [anon_sym_LPAREN] = ACTIONS(5191), + [anon_sym_LT] = ACTIONS(4285), + [anon_sym_GT] = ACTIONS(4285), + [anon_sym_DOT] = ACTIONS(4285), + [anon_sym_SEMI] = ACTIONS(4288), + [anon_sym_get] = ACTIONS(4285), + [anon_sym_set] = ACTIONS(4285), + [anon_sym_STAR] = ACTIONS(4285), + [sym_label] = ACTIONS(4288), + [anon_sym_in] = ACTIONS(4285), + [anon_sym_DOT_DOT] = ACTIONS(4288), + [anon_sym_QMARK_COLON] = ACTIONS(4288), + [anon_sym_AMP_AMP] = ACTIONS(4288), + [anon_sym_PIPE_PIPE] = ACTIONS(4288), + [anon_sym_else] = ACTIONS(4285), + [anon_sym_COLON_COLON] = ACTIONS(4288), + [anon_sym_PLUS_EQ] = ACTIONS(4288), + [anon_sym_DASH_EQ] = ACTIONS(4288), + [anon_sym_STAR_EQ] = ACTIONS(4288), + [anon_sym_SLASH_EQ] = ACTIONS(4288), + [anon_sym_PERCENT_EQ] = ACTIONS(4288), + [anon_sym_BANG_EQ] = ACTIONS(4285), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4288), + [anon_sym_EQ_EQ] = ACTIONS(4285), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4288), + [anon_sym_LT_EQ] = ACTIONS(4288), + [anon_sym_GT_EQ] = ACTIONS(4288), + [anon_sym_BANGin] = ACTIONS(4288), + [anon_sym_is] = ACTIONS(4285), + [anon_sym_BANGis] = ACTIONS(4288), + [anon_sym_PLUS] = ACTIONS(4285), + [anon_sym_DASH] = ACTIONS(4285), + [anon_sym_SLASH] = ACTIONS(4285), + [anon_sym_PERCENT] = ACTIONS(4285), + [anon_sym_as_QMARK] = ACTIONS(4288), + [anon_sym_PLUS_PLUS] = ACTIONS(4288), + [anon_sym_DASH_DASH] = ACTIONS(4288), + [anon_sym_BANG_BANG] = ACTIONS(4288), + [anon_sym_suspend] = ACTIONS(4285), + [anon_sym_sealed] = ACTIONS(4285), + [anon_sym_annotation] = ACTIONS(4285), + [anon_sym_data] = ACTIONS(4285), + [anon_sym_inner] = ACTIONS(4285), + [anon_sym_override] = ACTIONS(4285), + [anon_sym_lateinit] = ACTIONS(4285), + [anon_sym_public] = ACTIONS(4285), + [anon_sym_private] = ACTIONS(4285), + [anon_sym_internal] = ACTIONS(4285), + [anon_sym_protected] = ACTIONS(4285), + [anon_sym_tailrec] = ACTIONS(4285), + [anon_sym_operator] = ACTIONS(4285), + [anon_sym_infix] = ACTIONS(4285), + [anon_sym_inline] = ACTIONS(4285), + [anon_sym_external] = ACTIONS(4285), + [sym_property_modifier] = ACTIONS(4285), + [anon_sym_abstract] = ACTIONS(4285), + [anon_sym_final] = ACTIONS(4285), + [anon_sym_open] = ACTIONS(4285), + [anon_sym_vararg] = ACTIONS(4285), + [anon_sym_noinline] = ACTIONS(4285), + [anon_sym_crossinline] = ACTIONS(4285), + [anon_sym_expect] = ACTIONS(4285), + [anon_sym_actual] = ACTIONS(4285), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4288), + [sym__automatic_semicolon] = ACTIONS(4288), + [sym_safe_nav] = ACTIONS(4288), + [sym_multiline_comment] = ACTIONS(3), + }, + [4013] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(1850), + [sym__comparison_operator] = STATE(1849), + [sym__in_operator] = STATE(1845), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(1842), + [sym__multiplicative_operator] = STATE(1841), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1838), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_RBRACK] = ACTIONS(3084), + [anon_sym_as] = ACTIONS(6403), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_RBRACE] = ACTIONS(3084), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_COMMA] = ACTIONS(3084), + [anon_sym_RPAREN] = ACTIONS(3084), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(7038), + [anon_sym_where] = ACTIONS(3082), + [anon_sym_DOT] = ACTIONS(6409), + [anon_sym_SEMI] = ACTIONS(3084), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(7040), + [anon_sym_DASH_GT] = ACTIONS(3084), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7042), + [anon_sym_while] = ACTIONS(3082), + [anon_sym_DOT_DOT] = ACTIONS(7044), + [anon_sym_QMARK_COLON] = ACTIONS(7046), + [anon_sym_AMP_AMP] = ACTIONS(7048), + [anon_sym_PIPE_PIPE] = ACTIONS(7050), + [anon_sym_else] = ACTIONS(3082), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7052), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7054), + [anon_sym_EQ_EQ] = ACTIONS(7052), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7054), + [anon_sym_LT_EQ] = ACTIONS(7056), + [anon_sym_GT_EQ] = ACTIONS(7056), + [anon_sym_BANGin] = ACTIONS(7058), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7060), + [anon_sym_DASH] = ACTIONS(7060), + [anon_sym_SLASH] = ACTIONS(7062), + [anon_sym_PERCENT] = ACTIONS(7040), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym_safe_nav] = ACTIONS(6425), + [sym_multiline_comment] = ACTIONS(3), + }, + [4014] = { + [sym__alpha_identifier] = ACTIONS(4865), + [anon_sym_AT] = ACTIONS(4867), + [anon_sym_LBRACK] = ACTIONS(4867), + [anon_sym_typealias] = ACTIONS(4865), + [anon_sym_class] = ACTIONS(4865), + [anon_sym_interface] = ACTIONS(4865), + [anon_sym_enum] = ACTIONS(4865), + [anon_sym_LBRACE] = ACTIONS(4867), + [anon_sym_LPAREN] = ACTIONS(4867), + [anon_sym_val] = ACTIONS(4865), + [anon_sym_var] = ACTIONS(4865), + [anon_sym_object] = ACTIONS(4865), + [anon_sym_fun] = ACTIONS(4865), + [anon_sym_get] = ACTIONS(4865), + [anon_sym_set] = ACTIONS(4865), + [anon_sym_this] = ACTIONS(4865), + [anon_sym_super] = ACTIONS(4865), + [anon_sym_STAR] = ACTIONS(4867), + [sym_label] = ACTIONS(4865), + [anon_sym_for] = ACTIONS(4865), + [anon_sym_while] = ACTIONS(4865), + [anon_sym_do] = ACTIONS(4865), + [anon_sym_null] = ACTIONS(4865), + [anon_sym_if] = ACTIONS(4865), + [anon_sym_when] = ACTIONS(4865), + [anon_sym_try] = ACTIONS(4865), + [anon_sym_throw] = ACTIONS(4865), + [anon_sym_return] = ACTIONS(4865), + [anon_sym_continue] = ACTIONS(4865), + [anon_sym_break] = ACTIONS(4865), + [anon_sym_COLON_COLON] = ACTIONS(4867), + [anon_sym_PLUS] = ACTIONS(4865), + [anon_sym_DASH] = ACTIONS(4865), + [anon_sym_PLUS_PLUS] = ACTIONS(4867), + [anon_sym_DASH_DASH] = ACTIONS(4867), + [anon_sym_BANG] = ACTIONS(4867), + [anon_sym_suspend] = ACTIONS(4865), + [anon_sym_sealed] = ACTIONS(4865), + [anon_sym_annotation] = ACTIONS(4865), + [anon_sym_data] = ACTIONS(4865), + [anon_sym_inner] = ACTIONS(4865), + [anon_sym_override] = ACTIONS(4865), + [anon_sym_lateinit] = ACTIONS(4865), + [anon_sym_public] = ACTIONS(4865), + [anon_sym_private] = ACTIONS(4865), + [anon_sym_internal] = ACTIONS(4865), + [anon_sym_protected] = ACTIONS(4865), + [anon_sym_tailrec] = ACTIONS(4865), + [anon_sym_operator] = ACTIONS(4865), + [anon_sym_infix] = ACTIONS(4865), + [anon_sym_inline] = ACTIONS(4865), + [anon_sym_external] = ACTIONS(4865), + [sym_property_modifier] = ACTIONS(4865), + [anon_sym_abstract] = ACTIONS(4865), + [anon_sym_final] = ACTIONS(4865), + [anon_sym_open] = ACTIONS(4865), + [anon_sym_vararg] = ACTIONS(4865), + [anon_sym_noinline] = ACTIONS(4865), + [anon_sym_crossinline] = ACTIONS(4865), + [anon_sym_expect] = ACTIONS(4865), + [anon_sym_actual] = ACTIONS(4865), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4867), + [anon_sym_continue_AT] = ACTIONS(4867), + [anon_sym_break_AT] = ACTIONS(4867), + [sym_real_literal] = ACTIONS(4867), + [sym_integer_literal] = ACTIONS(4865), + [sym_hex_literal] = ACTIONS(4867), + [sym_bin_literal] = ACTIONS(4867), + [anon_sym_true] = ACTIONS(4865), + [anon_sym_false] = ACTIONS(4865), + [anon_sym_SQUOTE] = ACTIONS(4867), + [sym__backtick_identifier] = ACTIONS(4867), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4867), + }, + [4015] = { + [sym__alpha_identifier] = ACTIONS(4885), + [anon_sym_AT] = ACTIONS(4887), + [anon_sym_LBRACK] = ACTIONS(4887), + [anon_sym_typealias] = ACTIONS(4885), + [anon_sym_class] = ACTIONS(4885), + [anon_sym_interface] = ACTIONS(4885), + [anon_sym_enum] = ACTIONS(4885), + [anon_sym_LBRACE] = ACTIONS(4887), + [anon_sym_LPAREN] = ACTIONS(4887), + [anon_sym_val] = ACTIONS(4885), + [anon_sym_var] = ACTIONS(4885), + [anon_sym_object] = ACTIONS(4885), + [anon_sym_fun] = ACTIONS(4885), + [anon_sym_get] = ACTIONS(4885), + [anon_sym_set] = ACTIONS(4885), + [anon_sym_this] = ACTIONS(4885), + [anon_sym_super] = ACTIONS(4885), + [anon_sym_STAR] = ACTIONS(4887), + [sym_label] = ACTIONS(4885), + [anon_sym_for] = ACTIONS(4885), + [anon_sym_while] = ACTIONS(4885), + [anon_sym_do] = ACTIONS(4885), + [anon_sym_null] = ACTIONS(4885), + [anon_sym_if] = ACTIONS(4885), + [anon_sym_when] = ACTIONS(4885), + [anon_sym_try] = ACTIONS(4885), + [anon_sym_throw] = ACTIONS(4885), + [anon_sym_return] = ACTIONS(4885), + [anon_sym_continue] = ACTIONS(4885), + [anon_sym_break] = ACTIONS(4885), + [anon_sym_COLON_COLON] = ACTIONS(4887), + [anon_sym_PLUS] = ACTIONS(4885), + [anon_sym_DASH] = ACTIONS(4885), + [anon_sym_PLUS_PLUS] = ACTIONS(4887), + [anon_sym_DASH_DASH] = ACTIONS(4887), + [anon_sym_BANG] = ACTIONS(4887), + [anon_sym_suspend] = ACTIONS(4885), + [anon_sym_sealed] = ACTIONS(4885), + [anon_sym_annotation] = ACTIONS(4885), + [anon_sym_data] = ACTIONS(4885), + [anon_sym_inner] = ACTIONS(4885), + [anon_sym_override] = ACTIONS(4885), + [anon_sym_lateinit] = ACTIONS(4885), + [anon_sym_public] = ACTIONS(4885), + [anon_sym_private] = ACTIONS(4885), + [anon_sym_internal] = ACTIONS(4885), + [anon_sym_protected] = ACTIONS(4885), + [anon_sym_tailrec] = ACTIONS(4885), + [anon_sym_operator] = ACTIONS(4885), + [anon_sym_infix] = ACTIONS(4885), + [anon_sym_inline] = ACTIONS(4885), + [anon_sym_external] = ACTIONS(4885), + [sym_property_modifier] = ACTIONS(4885), + [anon_sym_abstract] = ACTIONS(4885), + [anon_sym_final] = ACTIONS(4885), + [anon_sym_open] = ACTIONS(4885), + [anon_sym_vararg] = ACTIONS(4885), + [anon_sym_noinline] = ACTIONS(4885), + [anon_sym_crossinline] = ACTIONS(4885), + [anon_sym_expect] = ACTIONS(4885), + [anon_sym_actual] = ACTIONS(4885), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4887), + [anon_sym_continue_AT] = ACTIONS(4887), + [anon_sym_break_AT] = ACTIONS(4887), + [sym_real_literal] = ACTIONS(4887), + [sym_integer_literal] = ACTIONS(4885), + [sym_hex_literal] = ACTIONS(4887), + [sym_bin_literal] = ACTIONS(4887), + [anon_sym_true] = ACTIONS(4885), + [anon_sym_false] = ACTIONS(4885), + [anon_sym_SQUOTE] = ACTIONS(4887), + [sym__backtick_identifier] = ACTIONS(4887), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4887), + }, + [4016] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(1850), + [sym__comparison_operator] = STATE(1849), + [sym__in_operator] = STATE(1845), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(1842), + [sym__multiplicative_operator] = STATE(1841), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1838), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), + [sym__alpha_identifier] = ACTIONS(3075), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_RBRACK] = ACTIONS(3077), + [anon_sym_as] = ACTIONS(6403), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_RBRACE] = ACTIONS(3077), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_COMMA] = ACTIONS(3077), + [anon_sym_RPAREN] = ACTIONS(3077), + [anon_sym_LT] = ACTIONS(3079), + [anon_sym_GT] = ACTIONS(3075), + [anon_sym_where] = ACTIONS(3075), + [anon_sym_DOT] = ACTIONS(6409), + [anon_sym_SEMI] = ACTIONS(3077), + [anon_sym_get] = ACTIONS(3075), + [anon_sym_set] = ACTIONS(3075), + [anon_sym_STAR] = ACTIONS(7040), + [anon_sym_DASH_GT] = ACTIONS(3077), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(3075), + [anon_sym_while] = ACTIONS(3075), + [anon_sym_DOT_DOT] = ACTIONS(3077), + [anon_sym_QMARK_COLON] = ACTIONS(3077), + [anon_sym_AMP_AMP] = ACTIONS(3077), + [anon_sym_PIPE_PIPE] = ACTIONS(3077), + [anon_sym_else] = ACTIONS(3075), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(3075), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3077), + [anon_sym_EQ_EQ] = ACTIONS(3075), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3077), + [anon_sym_LT_EQ] = ACTIONS(3077), + [anon_sym_GT_EQ] = ACTIONS(3077), + [anon_sym_BANGin] = ACTIONS(3077), + [anon_sym_is] = ACTIONS(3075), + [anon_sym_BANGis] = ACTIONS(3077), + [anon_sym_PLUS] = ACTIONS(7060), + [anon_sym_DASH] = ACTIONS(7060), + [anon_sym_SLASH] = ACTIONS(7062), + [anon_sym_PERCENT] = ACTIONS(7040), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), + [anon_sym_data] = ACTIONS(3075), + [anon_sym_inner] = ACTIONS(3075), + [anon_sym_expect] = ACTIONS(3075), + [anon_sym_actual] = ACTIONS(3075), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3077), + [sym_safe_nav] = ACTIONS(6425), + [sym_multiline_comment] = ACTIONS(3), + }, + [4017] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(1850), + [sym__comparison_operator] = STATE(1849), + [sym__in_operator] = STATE(1845), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(1842), + [sym__multiplicative_operator] = STATE(1841), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1838), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_RBRACK] = ACTIONS(3005), + [anon_sym_as] = ACTIONS(6403), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_RBRACE] = ACTIONS(3005), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_COMMA] = ACTIONS(3005), + [anon_sym_RPAREN] = ACTIONS(3005), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(7038), + [anon_sym_where] = ACTIONS(3003), + [anon_sym_DOT] = ACTIONS(6409), + [anon_sym_SEMI] = ACTIONS(3005), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(7040), + [anon_sym_DASH_GT] = ACTIONS(3005), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7042), + [anon_sym_while] = ACTIONS(3003), + [anon_sym_DOT_DOT] = ACTIONS(7044), + [anon_sym_QMARK_COLON] = ACTIONS(7046), + [anon_sym_AMP_AMP] = ACTIONS(7048), + [anon_sym_PIPE_PIPE] = ACTIONS(7050), + [anon_sym_else] = ACTIONS(3003), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7052), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7054), + [anon_sym_EQ_EQ] = ACTIONS(7052), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7054), + [anon_sym_LT_EQ] = ACTIONS(7056), + [anon_sym_GT_EQ] = ACTIONS(7056), + [anon_sym_BANGin] = ACTIONS(7058), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7060), + [anon_sym_DASH] = ACTIONS(7060), + [anon_sym_SLASH] = ACTIONS(7062), + [anon_sym_PERCENT] = ACTIONS(7040), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym_safe_nav] = ACTIONS(6425), + [sym_multiline_comment] = ACTIONS(3), + }, + [4018] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(1850), + [sym__comparison_operator] = STATE(1849), + [sym__in_operator] = STATE(1845), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(1842), + [sym__multiplicative_operator] = STATE(1841), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1838), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_RBRACK] = ACTIONS(3054), + [anon_sym_as] = ACTIONS(6403), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_RBRACE] = ACTIONS(3054), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_COMMA] = ACTIONS(3054), + [anon_sym_RPAREN] = ACTIONS(3054), + [anon_sym_LT] = ACTIONS(3056), + [anon_sym_GT] = ACTIONS(3052), + [anon_sym_where] = ACTIONS(3052), + [anon_sym_DOT] = ACTIONS(6409), + [anon_sym_SEMI] = ACTIONS(3054), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(7040), + [anon_sym_DASH_GT] = ACTIONS(3054), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(3052), + [anon_sym_while] = ACTIONS(3052), + [anon_sym_DOT_DOT] = ACTIONS(7044), + [anon_sym_QMARK_COLON] = ACTIONS(3054), + [anon_sym_AMP_AMP] = ACTIONS(3054), + [anon_sym_PIPE_PIPE] = ACTIONS(3054), + [anon_sym_else] = ACTIONS(3052), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(3052), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3054), + [anon_sym_EQ_EQ] = ACTIONS(3052), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3054), + [anon_sym_LT_EQ] = ACTIONS(3054), + [anon_sym_GT_EQ] = ACTIONS(3054), + [anon_sym_BANGin] = ACTIONS(3054), + [anon_sym_is] = ACTIONS(3052), + [anon_sym_BANGis] = ACTIONS(3054), + [anon_sym_PLUS] = ACTIONS(7060), + [anon_sym_DASH] = ACTIONS(7060), + [anon_sym_SLASH] = ACTIONS(7062), + [anon_sym_PERCENT] = ACTIONS(7040), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym_safe_nav] = ACTIONS(6425), + [sym_multiline_comment] = ACTIONS(3), + }, + [4019] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(1850), + [sym__comparison_operator] = STATE(1849), + [sym__in_operator] = STATE(1845), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(1842), + [sym__multiplicative_operator] = STATE(1841), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1838), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_RBRACK] = ACTIONS(3050), + [anon_sym_as] = ACTIONS(6403), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_RBRACE] = ACTIONS(3050), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_COMMA] = ACTIONS(3050), + [anon_sym_RPAREN] = ACTIONS(3050), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(7038), + [anon_sym_where] = ACTIONS(3048), + [anon_sym_DOT] = ACTIONS(6409), + [anon_sym_SEMI] = ACTIONS(3050), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(7040), + [anon_sym_DASH_GT] = ACTIONS(3050), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7042), + [anon_sym_while] = ACTIONS(3048), + [anon_sym_DOT_DOT] = ACTIONS(7044), + [anon_sym_QMARK_COLON] = ACTIONS(7046), + [anon_sym_AMP_AMP] = ACTIONS(3050), + [anon_sym_PIPE_PIPE] = ACTIONS(3050), + [anon_sym_else] = ACTIONS(3048), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7052), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7054), + [anon_sym_EQ_EQ] = ACTIONS(7052), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7054), + [anon_sym_LT_EQ] = ACTIONS(7056), + [anon_sym_GT_EQ] = ACTIONS(7056), + [anon_sym_BANGin] = ACTIONS(7058), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7060), + [anon_sym_DASH] = ACTIONS(7060), + [anon_sym_SLASH] = ACTIONS(7062), + [anon_sym_PERCENT] = ACTIONS(7040), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym_safe_nav] = ACTIONS(6425), + [sym_multiline_comment] = ACTIONS(3), + }, + [4020] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(1850), + [sym__comparison_operator] = STATE(1849), + [sym__in_operator] = STATE(1845), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(1842), + [sym__multiplicative_operator] = STATE(1841), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1838), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_RBRACK] = ACTIONS(3046), + [anon_sym_as] = ACTIONS(6403), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_RBRACE] = ACTIONS(3046), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_COMMA] = ACTIONS(3046), + [anon_sym_RPAREN] = ACTIONS(3046), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(7038), + [anon_sym_where] = ACTIONS(3044), + [anon_sym_DOT] = ACTIONS(6409), + [anon_sym_SEMI] = ACTIONS(3046), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(7040), + [anon_sym_DASH_GT] = ACTIONS(3046), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7042), + [anon_sym_while] = ACTIONS(3044), + [anon_sym_DOT_DOT] = ACTIONS(7044), + [anon_sym_QMARK_COLON] = ACTIONS(7046), + [anon_sym_AMP_AMP] = ACTIONS(7048), + [anon_sym_PIPE_PIPE] = ACTIONS(3046), + [anon_sym_else] = ACTIONS(3044), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7052), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7054), + [anon_sym_EQ_EQ] = ACTIONS(7052), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7054), + [anon_sym_LT_EQ] = ACTIONS(7056), + [anon_sym_GT_EQ] = ACTIONS(7056), + [anon_sym_BANGin] = ACTIONS(7058), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7060), + [anon_sym_DASH] = ACTIONS(7060), + [anon_sym_SLASH] = ACTIONS(7062), + [anon_sym_PERCENT] = ACTIONS(7040), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym_safe_nav] = ACTIONS(6425), + [sym_multiline_comment] = ACTIONS(3), + }, + [4021] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(1850), + [sym__comparison_operator] = STATE(1849), + [sym__in_operator] = STATE(1845), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(1842), + [sym__multiplicative_operator] = STATE(1841), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1838), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_RBRACK] = ACTIONS(3042), + [anon_sym_as] = ACTIONS(6403), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_RBRACE] = ACTIONS(3042), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_COMMA] = ACTIONS(3042), + [anon_sym_RPAREN] = ACTIONS(3042), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(7038), + [anon_sym_where] = ACTIONS(3040), + [anon_sym_DOT] = ACTIONS(6409), + [anon_sym_SEMI] = ACTIONS(3042), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(7040), + [anon_sym_DASH_GT] = ACTIONS(3042), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7042), + [anon_sym_while] = ACTIONS(3040), + [anon_sym_DOT_DOT] = ACTIONS(7044), + [anon_sym_QMARK_COLON] = ACTIONS(7046), + [anon_sym_AMP_AMP] = ACTIONS(3042), + [anon_sym_PIPE_PIPE] = ACTIONS(3042), + [anon_sym_else] = ACTIONS(3040), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(3040), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3042), + [anon_sym_EQ_EQ] = ACTIONS(3040), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3042), + [anon_sym_LT_EQ] = ACTIONS(7056), + [anon_sym_GT_EQ] = ACTIONS(7056), + [anon_sym_BANGin] = ACTIONS(7058), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7060), + [anon_sym_DASH] = ACTIONS(7060), + [anon_sym_SLASH] = ACTIONS(7062), + [anon_sym_PERCENT] = ACTIONS(7040), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym_safe_nav] = ACTIONS(6425), + [sym_multiline_comment] = ACTIONS(3), + }, + [4022] = { + [sym__alpha_identifier] = ACTIONS(4142), + [anon_sym_AT] = ACTIONS(4145), + [anon_sym_LBRACK] = ACTIONS(4145), + [anon_sym_as] = ACTIONS(4142), + [anon_sym_EQ] = ACTIONS(4142), + [anon_sym_LBRACE] = ACTIONS(4145), + [anon_sym_RBRACE] = ACTIONS(4145), + [anon_sym_LPAREN] = ACTIONS(5195), + [anon_sym_LT] = ACTIONS(4142), + [anon_sym_GT] = ACTIONS(4142), + [anon_sym_DOT] = ACTIONS(4142), + [anon_sym_SEMI] = ACTIONS(4145), + [anon_sym_get] = ACTIONS(4142), + [anon_sym_set] = ACTIONS(4142), + [anon_sym_STAR] = ACTIONS(4142), + [sym_label] = ACTIONS(4145), + [anon_sym_in] = ACTIONS(4142), + [anon_sym_DOT_DOT] = ACTIONS(4145), + [anon_sym_QMARK_COLON] = ACTIONS(4145), + [anon_sym_AMP_AMP] = ACTIONS(4145), + [anon_sym_PIPE_PIPE] = ACTIONS(4145), + [anon_sym_else] = ACTIONS(4142), + [anon_sym_COLON_COLON] = ACTIONS(4145), + [anon_sym_PLUS_EQ] = ACTIONS(4145), + [anon_sym_DASH_EQ] = ACTIONS(4145), + [anon_sym_STAR_EQ] = ACTIONS(4145), + [anon_sym_SLASH_EQ] = ACTIONS(4145), + [anon_sym_PERCENT_EQ] = ACTIONS(4145), + [anon_sym_BANG_EQ] = ACTIONS(4142), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4145), + [anon_sym_EQ_EQ] = ACTIONS(4142), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4145), + [anon_sym_LT_EQ] = ACTIONS(4145), + [anon_sym_GT_EQ] = ACTIONS(4145), + [anon_sym_BANGin] = ACTIONS(4145), + [anon_sym_is] = ACTIONS(4142), + [anon_sym_BANGis] = ACTIONS(4145), + [anon_sym_PLUS] = ACTIONS(4142), + [anon_sym_DASH] = ACTIONS(4142), + [anon_sym_SLASH] = ACTIONS(4142), + [anon_sym_PERCENT] = ACTIONS(4142), + [anon_sym_as_QMARK] = ACTIONS(4145), + [anon_sym_PLUS_PLUS] = ACTIONS(4145), + [anon_sym_DASH_DASH] = ACTIONS(4145), + [anon_sym_BANG_BANG] = ACTIONS(4145), + [anon_sym_suspend] = ACTIONS(4142), + [anon_sym_sealed] = ACTIONS(4142), + [anon_sym_annotation] = ACTIONS(4142), + [anon_sym_data] = ACTIONS(4142), + [anon_sym_inner] = ACTIONS(4142), + [anon_sym_override] = ACTIONS(4142), + [anon_sym_lateinit] = ACTIONS(4142), + [anon_sym_public] = ACTIONS(4142), + [anon_sym_private] = ACTIONS(4142), + [anon_sym_internal] = ACTIONS(4142), + [anon_sym_protected] = ACTIONS(4142), + [anon_sym_tailrec] = ACTIONS(4142), + [anon_sym_operator] = ACTIONS(4142), + [anon_sym_infix] = ACTIONS(4142), + [anon_sym_inline] = ACTIONS(4142), + [anon_sym_external] = ACTIONS(4142), + [sym_property_modifier] = ACTIONS(4142), + [anon_sym_abstract] = ACTIONS(4142), + [anon_sym_final] = ACTIONS(4142), + [anon_sym_open] = ACTIONS(4142), + [anon_sym_vararg] = ACTIONS(4142), + [anon_sym_noinline] = ACTIONS(4142), + [anon_sym_crossinline] = ACTIONS(4142), + [anon_sym_expect] = ACTIONS(4142), + [anon_sym_actual] = ACTIONS(4142), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4145), + [sym__automatic_semicolon] = ACTIONS(4145), + [sym_safe_nav] = ACTIONS(4145), + [sym_multiline_comment] = ACTIONS(3), + }, + [4023] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(1850), + [sym__comparison_operator] = STATE(1849), + [sym__in_operator] = STATE(1845), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(1842), + [sym__multiplicative_operator] = STATE(1841), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1838), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_RBRACK] = ACTIONS(3051), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_RBRACK] = ACTIONS(3038), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(3051), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_COMMA] = ACTIONS(3051), - [anon_sym_RPAREN] = ACTIONS(3051), + [anon_sym_RBRACE] = ACTIONS(3038), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_COMMA] = ACTIONS(3038), + [anon_sym_RPAREN] = ACTIONS(3038), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7031), - [anon_sym_where] = ACTIONS(3049), - [anon_sym_DOT] = ACTIONS(6387), - [anon_sym_SEMI] = ACTIONS(3051), + [anon_sym_GT] = ACTIONS(3036), + [anon_sym_where] = ACTIONS(3036), + [anon_sym_DOT] = ACTIONS(6409), + [anon_sym_SEMI] = ACTIONS(3038), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(7040), + [anon_sym_DASH_GT] = ACTIONS(3038), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7042), + [anon_sym_while] = ACTIONS(3036), + [anon_sym_DOT_DOT] = ACTIONS(7044), + [anon_sym_QMARK_COLON] = ACTIONS(7046), + [anon_sym_AMP_AMP] = ACTIONS(3038), + [anon_sym_PIPE_PIPE] = ACTIONS(3038), + [anon_sym_else] = ACTIONS(3036), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(3036), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3038), + [anon_sym_EQ_EQ] = ACTIONS(3036), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3038), + [anon_sym_LT_EQ] = ACTIONS(3038), + [anon_sym_GT_EQ] = ACTIONS(3038), + [anon_sym_BANGin] = ACTIONS(7058), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7060), + [anon_sym_DASH] = ACTIONS(7060), + [anon_sym_SLASH] = ACTIONS(7062), + [anon_sym_PERCENT] = ACTIONS(7040), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym_safe_nav] = ACTIONS(6425), + [sym_multiline_comment] = ACTIONS(3), + }, + [4024] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(1850), + [sym__comparison_operator] = STATE(1849), + [sym__in_operator] = STATE(1845), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(1842), + [sym__multiplicative_operator] = STATE(1841), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1838), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_RBRACK] = ACTIONS(3031), + [anon_sym_as] = ACTIONS(6403), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_RBRACE] = ACTIONS(3031), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_COMMA] = ACTIONS(3031), + [anon_sym_RPAREN] = ACTIONS(3031), + [anon_sym_LT] = ACTIONS(3033), + [anon_sym_GT] = ACTIONS(3029), + [anon_sym_where] = ACTIONS(3029), + [anon_sym_DOT] = ACTIONS(6409), + [anon_sym_SEMI] = ACTIONS(3031), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7007), - [anon_sym_DASH_GT] = ACTIONS(3051), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7033), - [anon_sym_while] = ACTIONS(3049), - [anon_sym_DOT_DOT] = ACTIONS(7009), - [anon_sym_QMARK_COLON] = ACTIONS(7035), - [anon_sym_AMP_AMP] = ACTIONS(7037), - [anon_sym_PIPE_PIPE] = ACTIONS(7039), - [anon_sym_else] = ACTIONS(3049), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7041), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7043), - [anon_sym_EQ_EQ] = ACTIONS(7041), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7043), - [anon_sym_LT_EQ] = ACTIONS(7045), - [anon_sym_GT_EQ] = ACTIONS(7045), - [anon_sym_BANGin] = ACTIONS(7047), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7011), - [anon_sym_DASH] = ACTIONS(7011), - [anon_sym_SLASH] = ACTIONS(7013), - [anon_sym_PERCENT] = ACTIONS(7007), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7040), + [anon_sym_DASH_GT] = ACTIONS(3031), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(3029), + [anon_sym_while] = ACTIONS(3029), + [anon_sym_DOT_DOT] = ACTIONS(7044), + [anon_sym_QMARK_COLON] = ACTIONS(7046), + [anon_sym_AMP_AMP] = ACTIONS(3031), + [anon_sym_PIPE_PIPE] = ACTIONS(3031), + [anon_sym_else] = ACTIONS(3029), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(3029), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3031), + [anon_sym_EQ_EQ] = ACTIONS(3029), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3031), + [anon_sym_LT_EQ] = ACTIONS(3031), + [anon_sym_GT_EQ] = ACTIONS(3031), + [anon_sym_BANGin] = ACTIONS(3031), + [anon_sym_is] = ACTIONS(3029), + [anon_sym_BANGis] = ACTIONS(3031), + [anon_sym_PLUS] = ACTIONS(7060), + [anon_sym_DASH] = ACTIONS(7060), + [anon_sym_SLASH] = ACTIONS(7062), + [anon_sym_PERCENT] = ACTIONS(7040), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, [4025] = { - [sym__alpha_identifier] = ACTIONS(4454), - [anon_sym_AT] = ACTIONS(4456), - [anon_sym_LBRACK] = ACTIONS(4456), - [anon_sym_as] = ACTIONS(4454), - [anon_sym_LBRACE] = ACTIONS(4456), - [anon_sym_RBRACE] = ACTIONS(4456), - [anon_sym_LPAREN] = ACTIONS(4456), - [anon_sym_COMMA] = ACTIONS(4456), - [anon_sym_by] = ACTIONS(6983), - [anon_sym_LT] = ACTIONS(4454), - [anon_sym_GT] = ACTIONS(4454), - [anon_sym_where] = ACTIONS(4454), - [anon_sym_object] = ACTIONS(4454), - [anon_sym_fun] = ACTIONS(4454), - [anon_sym_DOT] = ACTIONS(4454), - [anon_sym_SEMI] = ACTIONS(4456), - [anon_sym_get] = ACTIONS(4454), - [anon_sym_set] = ACTIONS(4454), - [anon_sym_this] = ACTIONS(4454), - [anon_sym_super] = ACTIONS(4454), - [anon_sym_STAR] = ACTIONS(4456), - [sym_label] = ACTIONS(4454), - [anon_sym_in] = ACTIONS(4454), - [anon_sym_DOT_DOT] = ACTIONS(4456), - [anon_sym_QMARK_COLON] = ACTIONS(4456), - [anon_sym_AMP_AMP] = ACTIONS(4456), - [anon_sym_PIPE_PIPE] = ACTIONS(4456), - [anon_sym_null] = ACTIONS(4454), - [anon_sym_if] = ACTIONS(4454), - [anon_sym_else] = ACTIONS(4454), - [anon_sym_when] = ACTIONS(4454), - [anon_sym_try] = ACTIONS(4454), - [anon_sym_throw] = ACTIONS(4454), - [anon_sym_return] = ACTIONS(4454), - [anon_sym_continue] = ACTIONS(4454), - [anon_sym_break] = ACTIONS(4454), - [anon_sym_COLON_COLON] = ACTIONS(4456), - [anon_sym_BANG_EQ] = ACTIONS(4454), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4456), - [anon_sym_EQ_EQ] = ACTIONS(4454), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4456), - [anon_sym_LT_EQ] = ACTIONS(4456), - [anon_sym_GT_EQ] = ACTIONS(4456), - [anon_sym_BANGin] = ACTIONS(4456), - [anon_sym_is] = ACTIONS(4454), - [anon_sym_BANGis] = ACTIONS(4456), - [anon_sym_PLUS] = ACTIONS(4454), - [anon_sym_DASH] = ACTIONS(4454), - [anon_sym_SLASH] = ACTIONS(4454), - [anon_sym_PERCENT] = ACTIONS(4456), - [anon_sym_as_QMARK] = ACTIONS(4456), - [anon_sym_PLUS_PLUS] = ACTIONS(4456), - [anon_sym_DASH_DASH] = ACTIONS(4456), - [anon_sym_BANG] = ACTIONS(4454), - [anon_sym_BANG_BANG] = ACTIONS(4456), - [anon_sym_data] = ACTIONS(4454), - [anon_sym_inner] = ACTIONS(4454), - [anon_sym_expect] = ACTIONS(4454), - [anon_sym_actual] = ACTIONS(4454), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4456), - [anon_sym_continue_AT] = ACTIONS(4456), - [anon_sym_break_AT] = ACTIONS(4456), - [sym_real_literal] = ACTIONS(4456), - [sym_integer_literal] = ACTIONS(4454), - [sym_hex_literal] = ACTIONS(4456), - [sym_bin_literal] = ACTIONS(4456), - [anon_sym_true] = ACTIONS(4454), - [anon_sym_false] = ACTIONS(4454), - [anon_sym_SQUOTE] = ACTIONS(4456), - [sym__backtick_identifier] = ACTIONS(4456), - [sym__automatic_semicolon] = ACTIONS(4456), - [sym_safe_nav] = ACTIONS(4456), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4456), + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(1850), + [sym__comparison_operator] = STATE(1849), + [sym__in_operator] = STATE(1845), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(1842), + [sym__multiplicative_operator] = STATE(1841), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1838), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_RBRACK] = ACTIONS(3009), + [anon_sym_as] = ACTIONS(6403), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_RBRACE] = ACTIONS(3009), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_COMMA] = ACTIONS(3009), + [anon_sym_RPAREN] = ACTIONS(3009), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(7038), + [anon_sym_where] = ACTIONS(3007), + [anon_sym_DOT] = ACTIONS(6409), + [anon_sym_SEMI] = ACTIONS(3009), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(7040), + [anon_sym_DASH_GT] = ACTIONS(3009), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7042), + [anon_sym_while] = ACTIONS(3007), + [anon_sym_DOT_DOT] = ACTIONS(7044), + [anon_sym_QMARK_COLON] = ACTIONS(7046), + [anon_sym_AMP_AMP] = ACTIONS(7048), + [anon_sym_PIPE_PIPE] = ACTIONS(7050), + [anon_sym_else] = ACTIONS(3007), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7052), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7054), + [anon_sym_EQ_EQ] = ACTIONS(7052), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7054), + [anon_sym_LT_EQ] = ACTIONS(7056), + [anon_sym_GT_EQ] = ACTIONS(7056), + [anon_sym_BANGin] = ACTIONS(7058), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7060), + [anon_sym_DASH] = ACTIONS(7060), + [anon_sym_SLASH] = ACTIONS(7062), + [anon_sym_PERCENT] = ACTIONS(7040), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym_safe_nav] = ACTIONS(6425), + [sym_multiline_comment] = ACTIONS(3), }, [4026] = { - [sym_function_body] = STATE(3197), - [sym__block] = STATE(3245), - [sym__alpha_identifier] = ACTIONS(4386), - [anon_sym_AT] = ACTIONS(4388), - [anon_sym_LBRACK] = ACTIONS(4388), - [anon_sym_as] = ACTIONS(4386), - [anon_sym_EQ] = ACTIONS(6682), - [anon_sym_LBRACE] = ACTIONS(6220), - [anon_sym_RBRACE] = ACTIONS(4388), - [anon_sym_LPAREN] = ACTIONS(4388), - [anon_sym_LT] = ACTIONS(4386), - [anon_sym_GT] = ACTIONS(4386), - [anon_sym_object] = ACTIONS(4386), - [anon_sym_fun] = ACTIONS(4386), - [anon_sym_DOT] = ACTIONS(4386), - [anon_sym_SEMI] = ACTIONS(4388), - [anon_sym_get] = ACTIONS(4386), - [anon_sym_set] = ACTIONS(4386), - [anon_sym_this] = ACTIONS(4386), - [anon_sym_super] = ACTIONS(4386), - [anon_sym_STAR] = ACTIONS(4388), - [sym_label] = ACTIONS(4386), - [anon_sym_in] = ACTIONS(4386), - [anon_sym_DOT_DOT] = ACTIONS(4388), - [anon_sym_QMARK_COLON] = ACTIONS(4388), - [anon_sym_AMP_AMP] = ACTIONS(4388), - [anon_sym_PIPE_PIPE] = ACTIONS(4388), - [anon_sym_null] = ACTIONS(4386), - [anon_sym_if] = ACTIONS(4386), - [anon_sym_else] = ACTIONS(4386), - [anon_sym_when] = ACTIONS(4386), - [anon_sym_try] = ACTIONS(4386), - [anon_sym_throw] = ACTIONS(4386), - [anon_sym_return] = ACTIONS(4386), - [anon_sym_continue] = ACTIONS(4386), - [anon_sym_break] = ACTIONS(4386), - [anon_sym_COLON_COLON] = ACTIONS(4388), - [anon_sym_BANG_EQ] = ACTIONS(4386), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4388), - [anon_sym_EQ_EQ] = ACTIONS(4386), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4388), - [anon_sym_LT_EQ] = ACTIONS(4388), - [anon_sym_GT_EQ] = ACTIONS(4388), - [anon_sym_BANGin] = ACTIONS(4388), - [anon_sym_is] = ACTIONS(4386), - [anon_sym_BANGis] = ACTIONS(4388), - [anon_sym_PLUS] = ACTIONS(4386), - [anon_sym_DASH] = ACTIONS(4386), - [anon_sym_SLASH] = ACTIONS(4386), - [anon_sym_PERCENT] = ACTIONS(4388), - [anon_sym_as_QMARK] = ACTIONS(4388), - [anon_sym_PLUS_PLUS] = ACTIONS(4388), - [anon_sym_DASH_DASH] = ACTIONS(4388), - [anon_sym_BANG] = ACTIONS(4386), - [anon_sym_BANG_BANG] = ACTIONS(4388), - [anon_sym_data] = ACTIONS(4386), - [anon_sym_inner] = ACTIONS(4386), - [anon_sym_expect] = ACTIONS(4386), - [anon_sym_actual] = ACTIONS(4386), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4388), - [anon_sym_continue_AT] = ACTIONS(4388), - [anon_sym_break_AT] = ACTIONS(4388), - [sym_real_literal] = ACTIONS(4388), - [sym_integer_literal] = ACTIONS(4386), - [sym_hex_literal] = ACTIONS(4388), - [sym_bin_literal] = ACTIONS(4388), - [anon_sym_true] = ACTIONS(4386), - [anon_sym_false] = ACTIONS(4386), - [anon_sym_SQUOTE] = ACTIONS(4388), - [sym__backtick_identifier] = ACTIONS(4388), - [sym__automatic_semicolon] = ACTIONS(4388), - [sym_safe_nav] = ACTIONS(4388), + [sym_function_body] = STATE(3679), + [sym__block] = STATE(3738), + [sym__alpha_identifier] = ACTIONS(4198), + [anon_sym_AT] = ACTIONS(4200), + [anon_sym_COLON] = ACTIONS(7089), + [anon_sym_LBRACK] = ACTIONS(4200), + [anon_sym_as] = ACTIONS(4198), + [anon_sym_EQ] = ACTIONS(6918), + [anon_sym_LBRACE] = ACTIONS(6461), + [anon_sym_RBRACE] = ACTIONS(4200), + [anon_sym_LPAREN] = ACTIONS(4200), + [anon_sym_COMMA] = ACTIONS(4200), + [anon_sym_LT] = ACTIONS(4198), + [anon_sym_GT] = ACTIONS(4198), + [anon_sym_where] = ACTIONS(4198), + [anon_sym_DOT] = ACTIONS(4198), + [anon_sym_SEMI] = ACTIONS(4200), + [anon_sym_get] = ACTIONS(4198), + [anon_sym_set] = ACTIONS(4198), + [anon_sym_STAR] = ACTIONS(4200), + [sym_label] = ACTIONS(4200), + [anon_sym_in] = ACTIONS(4198), + [anon_sym_DOT_DOT] = ACTIONS(4200), + [anon_sym_QMARK_COLON] = ACTIONS(4200), + [anon_sym_AMP_AMP] = ACTIONS(4200), + [anon_sym_PIPE_PIPE] = ACTIONS(4200), + [anon_sym_else] = ACTIONS(4198), + [anon_sym_COLON_COLON] = ACTIONS(4200), + [anon_sym_BANG_EQ] = ACTIONS(4198), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4200), + [anon_sym_EQ_EQ] = ACTIONS(4198), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4200), + [anon_sym_LT_EQ] = ACTIONS(4200), + [anon_sym_GT_EQ] = ACTIONS(4200), + [anon_sym_BANGin] = ACTIONS(4200), + [anon_sym_is] = ACTIONS(4198), + [anon_sym_BANGis] = ACTIONS(4200), + [anon_sym_PLUS] = ACTIONS(4198), + [anon_sym_DASH] = ACTIONS(4198), + [anon_sym_SLASH] = ACTIONS(4198), + [anon_sym_PERCENT] = ACTIONS(4200), + [anon_sym_as_QMARK] = ACTIONS(4200), + [anon_sym_PLUS_PLUS] = ACTIONS(4200), + [anon_sym_DASH_DASH] = ACTIONS(4200), + [anon_sym_BANG_BANG] = ACTIONS(4200), + [anon_sym_suspend] = ACTIONS(4198), + [anon_sym_sealed] = ACTIONS(4198), + [anon_sym_annotation] = ACTIONS(4198), + [anon_sym_data] = ACTIONS(4198), + [anon_sym_inner] = ACTIONS(4198), + [anon_sym_override] = ACTIONS(4198), + [anon_sym_lateinit] = ACTIONS(4198), + [anon_sym_public] = ACTIONS(4198), + [anon_sym_private] = ACTIONS(4198), + [anon_sym_internal] = ACTIONS(4198), + [anon_sym_protected] = ACTIONS(4198), + [anon_sym_tailrec] = ACTIONS(4198), + [anon_sym_operator] = ACTIONS(4198), + [anon_sym_infix] = ACTIONS(4198), + [anon_sym_inline] = ACTIONS(4198), + [anon_sym_external] = ACTIONS(4198), + [sym_property_modifier] = ACTIONS(4198), + [anon_sym_abstract] = ACTIONS(4198), + [anon_sym_final] = ACTIONS(4198), + [anon_sym_open] = ACTIONS(4198), + [anon_sym_vararg] = ACTIONS(4198), + [anon_sym_noinline] = ACTIONS(4198), + [anon_sym_crossinline] = ACTIONS(4198), + [anon_sym_expect] = ACTIONS(4198), + [anon_sym_actual] = ACTIONS(4198), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4200), + [sym__automatic_semicolon] = ACTIONS(4200), + [sym_safe_nav] = ACTIONS(4200), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4388), }, [4027] = { - [sym_function_body] = STATE(3169), - [sym__block] = STATE(3245), - [sym__alpha_identifier] = ACTIONS(4382), - [anon_sym_AT] = ACTIONS(4384), - [anon_sym_LBRACK] = ACTIONS(4384), - [anon_sym_as] = ACTIONS(4382), - [anon_sym_EQ] = ACTIONS(6682), - [anon_sym_LBRACE] = ACTIONS(6220), - [anon_sym_RBRACE] = ACTIONS(4384), - [anon_sym_LPAREN] = ACTIONS(4384), - [anon_sym_LT] = ACTIONS(4382), - [anon_sym_GT] = ACTIONS(4382), - [anon_sym_object] = ACTIONS(4382), - [anon_sym_fun] = ACTIONS(4382), - [anon_sym_DOT] = ACTIONS(4382), - [anon_sym_SEMI] = ACTIONS(4384), - [anon_sym_get] = ACTIONS(4382), - [anon_sym_set] = ACTIONS(4382), - [anon_sym_this] = ACTIONS(4382), - [anon_sym_super] = ACTIONS(4382), - [anon_sym_STAR] = ACTIONS(4384), - [sym_label] = ACTIONS(4382), - [anon_sym_in] = ACTIONS(4382), - [anon_sym_DOT_DOT] = ACTIONS(4384), - [anon_sym_QMARK_COLON] = ACTIONS(4384), - [anon_sym_AMP_AMP] = ACTIONS(4384), - [anon_sym_PIPE_PIPE] = ACTIONS(4384), - [anon_sym_null] = ACTIONS(4382), - [anon_sym_if] = ACTIONS(4382), - [anon_sym_else] = ACTIONS(4382), - [anon_sym_when] = ACTIONS(4382), - [anon_sym_try] = ACTIONS(4382), - [anon_sym_throw] = ACTIONS(4382), - [anon_sym_return] = ACTIONS(4382), - [anon_sym_continue] = ACTIONS(4382), - [anon_sym_break] = ACTIONS(4382), - [anon_sym_COLON_COLON] = ACTIONS(4384), - [anon_sym_BANG_EQ] = ACTIONS(4382), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4384), - [anon_sym_EQ_EQ] = ACTIONS(4382), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4384), - [anon_sym_LT_EQ] = ACTIONS(4384), - [anon_sym_GT_EQ] = ACTIONS(4384), - [anon_sym_BANGin] = ACTIONS(4384), - [anon_sym_is] = ACTIONS(4382), - [anon_sym_BANGis] = ACTIONS(4384), - [anon_sym_PLUS] = ACTIONS(4382), - [anon_sym_DASH] = ACTIONS(4382), - [anon_sym_SLASH] = ACTIONS(4382), - [anon_sym_PERCENT] = ACTIONS(4384), - [anon_sym_as_QMARK] = ACTIONS(4384), - [anon_sym_PLUS_PLUS] = ACTIONS(4384), - [anon_sym_DASH_DASH] = ACTIONS(4384), - [anon_sym_BANG] = ACTIONS(4382), - [anon_sym_BANG_BANG] = ACTIONS(4384), - [anon_sym_data] = ACTIONS(4382), - [anon_sym_inner] = ACTIONS(4382), - [anon_sym_expect] = ACTIONS(4382), - [anon_sym_actual] = ACTIONS(4382), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4384), - [anon_sym_continue_AT] = ACTIONS(4384), - [anon_sym_break_AT] = ACTIONS(4384), - [sym_real_literal] = ACTIONS(4384), - [sym_integer_literal] = ACTIONS(4382), - [sym_hex_literal] = ACTIONS(4384), - [sym_bin_literal] = ACTIONS(4384), - [anon_sym_true] = ACTIONS(4382), - [anon_sym_false] = ACTIONS(4382), - [anon_sym_SQUOTE] = ACTIONS(4384), - [sym__backtick_identifier] = ACTIONS(4384), - [sym__automatic_semicolon] = ACTIONS(4384), - [sym_safe_nav] = ACTIONS(4384), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4384), + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(1850), + [sym__comparison_operator] = STATE(1849), + [sym__in_operator] = STATE(1845), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(1842), + [sym__multiplicative_operator] = STATE(1841), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1838), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), + [sym__alpha_identifier] = ACTIONS(3022), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_RBRACK] = ACTIONS(3024), + [anon_sym_as] = ACTIONS(6403), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_RBRACE] = ACTIONS(3024), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_COMMA] = ACTIONS(3024), + [anon_sym_RPAREN] = ACTIONS(3024), + [anon_sym_LT] = ACTIONS(3026), + [anon_sym_GT] = ACTIONS(3022), + [anon_sym_where] = ACTIONS(3022), + [anon_sym_DOT] = ACTIONS(6409), + [anon_sym_SEMI] = ACTIONS(3024), + [anon_sym_get] = ACTIONS(3022), + [anon_sym_set] = ACTIONS(3022), + [anon_sym_STAR] = ACTIONS(7040), + [anon_sym_DASH_GT] = ACTIONS(3024), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(3022), + [anon_sym_while] = ACTIONS(3022), + [anon_sym_DOT_DOT] = ACTIONS(3024), + [anon_sym_QMARK_COLON] = ACTIONS(3024), + [anon_sym_AMP_AMP] = ACTIONS(3024), + [anon_sym_PIPE_PIPE] = ACTIONS(3024), + [anon_sym_else] = ACTIONS(3022), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(3022), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3024), + [anon_sym_EQ_EQ] = ACTIONS(3022), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3024), + [anon_sym_LT_EQ] = ACTIONS(3024), + [anon_sym_GT_EQ] = ACTIONS(3024), + [anon_sym_BANGin] = ACTIONS(3024), + [anon_sym_is] = ACTIONS(3022), + [anon_sym_BANGis] = ACTIONS(3024), + [anon_sym_PLUS] = ACTIONS(3022), + [anon_sym_DASH] = ACTIONS(3022), + [anon_sym_SLASH] = ACTIONS(7062), + [anon_sym_PERCENT] = ACTIONS(7040), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), + [anon_sym_data] = ACTIONS(3022), + [anon_sym_inner] = ACTIONS(3022), + [anon_sym_expect] = ACTIONS(3022), + [anon_sym_actual] = ACTIONS(3022), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3024), + [sym_safe_nav] = ACTIONS(6425), + [sym_multiline_comment] = ACTIONS(3), }, [4028] = { - [sym_function_body] = STATE(3785), - [sym__block] = STATE(3725), - [sym__alpha_identifier] = ACTIONS(4326), - [anon_sym_AT] = ACTIONS(4328), - [anon_sym_COLON] = ACTIONS(7085), - [anon_sym_LBRACK] = ACTIONS(4328), - [anon_sym_as] = ACTIONS(4326), - [anon_sym_EQ] = ACTIONS(6934), - [anon_sym_LBRACE] = ACTIONS(6434), - [anon_sym_RBRACE] = ACTIONS(4328), - [anon_sym_LPAREN] = ACTIONS(4328), - [anon_sym_COMMA] = ACTIONS(4328), - [anon_sym_LT] = ACTIONS(4326), - [anon_sym_GT] = ACTIONS(4326), - [anon_sym_where] = ACTIONS(4326), - [anon_sym_DOT] = ACTIONS(4326), - [anon_sym_SEMI] = ACTIONS(4328), - [anon_sym_get] = ACTIONS(4326), - [anon_sym_set] = ACTIONS(4326), - [anon_sym_STAR] = ACTIONS(4328), - [sym_label] = ACTIONS(4328), - [anon_sym_in] = ACTIONS(4326), - [anon_sym_DOT_DOT] = ACTIONS(4328), - [anon_sym_QMARK_COLON] = ACTIONS(4328), - [anon_sym_AMP_AMP] = ACTIONS(4328), - [anon_sym_PIPE_PIPE] = ACTIONS(4328), - [anon_sym_else] = ACTIONS(4326), - [anon_sym_COLON_COLON] = ACTIONS(4328), - [anon_sym_BANG_EQ] = ACTIONS(4326), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4328), - [anon_sym_EQ_EQ] = ACTIONS(4326), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4328), - [anon_sym_LT_EQ] = ACTIONS(4328), - [anon_sym_GT_EQ] = ACTIONS(4328), - [anon_sym_BANGin] = ACTIONS(4328), - [anon_sym_is] = ACTIONS(4326), - [anon_sym_BANGis] = ACTIONS(4328), - [anon_sym_PLUS] = ACTIONS(4326), - [anon_sym_DASH] = ACTIONS(4326), - [anon_sym_SLASH] = ACTIONS(4326), - [anon_sym_PERCENT] = ACTIONS(4328), - [anon_sym_as_QMARK] = ACTIONS(4328), - [anon_sym_PLUS_PLUS] = ACTIONS(4328), - [anon_sym_DASH_DASH] = ACTIONS(4328), - [anon_sym_BANG_BANG] = ACTIONS(4328), - [anon_sym_suspend] = ACTIONS(4326), - [anon_sym_sealed] = ACTIONS(4326), - [anon_sym_annotation] = ACTIONS(4326), - [anon_sym_data] = ACTIONS(4326), - [anon_sym_inner] = ACTIONS(4326), - [anon_sym_override] = ACTIONS(4326), - [anon_sym_lateinit] = ACTIONS(4326), - [anon_sym_public] = ACTIONS(4326), - [anon_sym_private] = ACTIONS(4326), - [anon_sym_internal] = ACTIONS(4326), - [anon_sym_protected] = ACTIONS(4326), - [anon_sym_tailrec] = ACTIONS(4326), - [anon_sym_operator] = ACTIONS(4326), - [anon_sym_infix] = ACTIONS(4326), - [anon_sym_inline] = ACTIONS(4326), - [anon_sym_external] = ACTIONS(4326), - [sym_property_modifier] = ACTIONS(4326), - [anon_sym_abstract] = ACTIONS(4326), - [anon_sym_final] = ACTIONS(4326), - [anon_sym_open] = ACTIONS(4326), - [anon_sym_vararg] = ACTIONS(4326), - [anon_sym_noinline] = ACTIONS(4326), - [anon_sym_crossinline] = ACTIONS(4326), - [anon_sym_expect] = ACTIONS(4326), - [anon_sym_actual] = ACTIONS(4326), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4328), - [sym__automatic_semicolon] = ACTIONS(4328), - [sym_safe_nav] = ACTIONS(4328), + [sym_type_constraints] = STATE(4152), + [sym_function_body] = STATE(3788), + [sym__block] = STATE(3738), + [sym__alpha_identifier] = ACTIONS(4099), + [anon_sym_AT] = ACTIONS(4101), + [anon_sym_COLON] = ACTIONS(7091), + [anon_sym_LBRACK] = ACTIONS(4101), + [anon_sym_as] = ACTIONS(4099), + [anon_sym_EQ] = ACTIONS(7028), + [anon_sym_LBRACE] = ACTIONS(6461), + [anon_sym_RBRACE] = ACTIONS(4101), + [anon_sym_LPAREN] = ACTIONS(4101), + [anon_sym_LT] = ACTIONS(4099), + [anon_sym_GT] = ACTIONS(4099), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(4099), + [anon_sym_SEMI] = ACTIONS(4101), + [anon_sym_get] = ACTIONS(4099), + [anon_sym_set] = ACTIONS(4099), + [anon_sym_STAR] = ACTIONS(4101), + [sym_label] = ACTIONS(4101), + [anon_sym_in] = ACTIONS(4099), + [anon_sym_DOT_DOT] = ACTIONS(4101), + [anon_sym_QMARK_COLON] = ACTIONS(4101), + [anon_sym_AMP_AMP] = ACTIONS(4101), + [anon_sym_PIPE_PIPE] = ACTIONS(4101), + [anon_sym_else] = ACTIONS(4099), + [anon_sym_COLON_COLON] = ACTIONS(4101), + [anon_sym_BANG_EQ] = ACTIONS(4099), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4101), + [anon_sym_EQ_EQ] = ACTIONS(4099), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4101), + [anon_sym_LT_EQ] = ACTIONS(4101), + [anon_sym_GT_EQ] = ACTIONS(4101), + [anon_sym_BANGin] = ACTIONS(4101), + [anon_sym_is] = ACTIONS(4099), + [anon_sym_BANGis] = ACTIONS(4101), + [anon_sym_PLUS] = ACTIONS(4099), + [anon_sym_DASH] = ACTIONS(4099), + [anon_sym_SLASH] = ACTIONS(4099), + [anon_sym_PERCENT] = ACTIONS(4101), + [anon_sym_as_QMARK] = ACTIONS(4101), + [anon_sym_PLUS_PLUS] = ACTIONS(4101), + [anon_sym_DASH_DASH] = ACTIONS(4101), + [anon_sym_BANG_BANG] = ACTIONS(4101), + [anon_sym_suspend] = ACTIONS(4099), + [anon_sym_sealed] = ACTIONS(4099), + [anon_sym_annotation] = ACTIONS(4099), + [anon_sym_data] = ACTIONS(4099), + [anon_sym_inner] = ACTIONS(4099), + [anon_sym_override] = ACTIONS(4099), + [anon_sym_lateinit] = ACTIONS(4099), + [anon_sym_public] = ACTIONS(4099), + [anon_sym_private] = ACTIONS(4099), + [anon_sym_internal] = ACTIONS(4099), + [anon_sym_protected] = ACTIONS(4099), + [anon_sym_tailrec] = ACTIONS(4099), + [anon_sym_operator] = ACTIONS(4099), + [anon_sym_infix] = ACTIONS(4099), + [anon_sym_inline] = ACTIONS(4099), + [anon_sym_external] = ACTIONS(4099), + [sym_property_modifier] = ACTIONS(4099), + [anon_sym_abstract] = ACTIONS(4099), + [anon_sym_final] = ACTIONS(4099), + [anon_sym_open] = ACTIONS(4099), + [anon_sym_vararg] = ACTIONS(4099), + [anon_sym_noinline] = ACTIONS(4099), + [anon_sym_crossinline] = ACTIONS(4099), + [anon_sym_expect] = ACTIONS(4099), + [anon_sym_actual] = ACTIONS(4099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4101), + [sym__automatic_semicolon] = ACTIONS(4101), + [sym_safe_nav] = ACTIONS(4101), [sym_multiline_comment] = ACTIONS(3), }, [4029] = { - [sym_type_constraints] = STATE(4069), - [sym_function_body] = STATE(3878), - [sym__block] = STATE(3725), - [sym__alpha_identifier] = ACTIONS(4095), - [anon_sym_AT] = ACTIONS(4097), - [anon_sym_LBRACK] = ACTIONS(4097), - [anon_sym_as] = ACTIONS(4095), - [anon_sym_EQ] = ACTIONS(6934), - [anon_sym_LBRACE] = ACTIONS(6434), - [anon_sym_RBRACE] = ACTIONS(4097), - [anon_sym_LPAREN] = ACTIONS(4097), - [anon_sym_COMMA] = ACTIONS(4097), - [anon_sym_LT] = ACTIONS(4095), - [anon_sym_GT] = ACTIONS(4095), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(4095), - [anon_sym_SEMI] = ACTIONS(4097), - [anon_sym_get] = ACTIONS(4095), - [anon_sym_set] = ACTIONS(4095), - [anon_sym_STAR] = ACTIONS(4097), - [sym_label] = ACTIONS(4097), - [anon_sym_in] = ACTIONS(4095), - [anon_sym_DOT_DOT] = ACTIONS(4097), - [anon_sym_QMARK_COLON] = ACTIONS(4097), - [anon_sym_AMP_AMP] = ACTIONS(4097), - [anon_sym_PIPE_PIPE] = ACTIONS(4097), - [anon_sym_else] = ACTIONS(4095), - [anon_sym_COLON_COLON] = ACTIONS(4097), - [anon_sym_BANG_EQ] = ACTIONS(4095), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4097), - [anon_sym_EQ_EQ] = ACTIONS(4095), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4097), - [anon_sym_LT_EQ] = ACTIONS(4097), - [anon_sym_GT_EQ] = ACTIONS(4097), - [anon_sym_BANGin] = ACTIONS(4097), - [anon_sym_is] = ACTIONS(4095), - [anon_sym_BANGis] = ACTIONS(4097), - [anon_sym_PLUS] = ACTIONS(4095), - [anon_sym_DASH] = ACTIONS(4095), - [anon_sym_SLASH] = ACTIONS(4095), - [anon_sym_PERCENT] = ACTIONS(4097), - [anon_sym_as_QMARK] = ACTIONS(4097), - [anon_sym_PLUS_PLUS] = ACTIONS(4097), - [anon_sym_DASH_DASH] = ACTIONS(4097), - [anon_sym_BANG_BANG] = ACTIONS(4097), - [anon_sym_suspend] = ACTIONS(4095), - [anon_sym_sealed] = ACTIONS(4095), - [anon_sym_annotation] = ACTIONS(4095), - [anon_sym_data] = ACTIONS(4095), - [anon_sym_inner] = ACTIONS(4095), - [anon_sym_override] = ACTIONS(4095), - [anon_sym_lateinit] = ACTIONS(4095), - [anon_sym_public] = ACTIONS(4095), - [anon_sym_private] = ACTIONS(4095), - [anon_sym_internal] = ACTIONS(4095), - [anon_sym_protected] = ACTIONS(4095), - [anon_sym_tailrec] = ACTIONS(4095), - [anon_sym_operator] = ACTIONS(4095), - [anon_sym_infix] = ACTIONS(4095), - [anon_sym_inline] = ACTIONS(4095), - [anon_sym_external] = ACTIONS(4095), - [sym_property_modifier] = ACTIONS(4095), - [anon_sym_abstract] = ACTIONS(4095), - [anon_sym_final] = ACTIONS(4095), - [anon_sym_open] = ACTIONS(4095), - [anon_sym_vararg] = ACTIONS(4095), - [anon_sym_noinline] = ACTIONS(4095), - [anon_sym_crossinline] = ACTIONS(4095), - [anon_sym_expect] = ACTIONS(4095), - [anon_sym_actual] = ACTIONS(4095), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4097), - [sym__automatic_semicolon] = ACTIONS(4097), - [sym_safe_nav] = ACTIONS(4097), - [sym_multiline_comment] = ACTIONS(3), - }, - [4030] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2308), - [sym__comparison_operator] = STATE(2309), - [sym__in_operator] = STATE(2310), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2311), - [sym__multiplicative_operator] = STATE(2312), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2313), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(1850), + [sym__comparison_operator] = STATE(1849), + [sym__in_operator] = STATE(1845), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(1842), + [sym__multiplicative_operator] = STATE(1841), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1838), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_RBRACK] = ACTIONS(3063), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_RBRACK] = ACTIONS(3061), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(3063), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_COMMA] = ACTIONS(3063), - [anon_sym_RPAREN] = ACTIONS(3063), + [anon_sym_RBRACE] = ACTIONS(3061), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_COMMA] = ACTIONS(3061), + [anon_sym_RPAREN] = ACTIONS(3061), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7031), - [anon_sym_where] = ACTIONS(3061), - [anon_sym_DOT] = ACTIONS(6387), - [anon_sym_SEMI] = ACTIONS(3063), + [anon_sym_GT] = ACTIONS(7038), + [anon_sym_where] = ACTIONS(3059), + [anon_sym_DOT] = ACTIONS(6409), + [anon_sym_SEMI] = ACTIONS(3061), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7007), - [anon_sym_DASH_GT] = ACTIONS(3063), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7033), - [anon_sym_while] = ACTIONS(3061), - [anon_sym_DOT_DOT] = ACTIONS(7009), - [anon_sym_QMARK_COLON] = ACTIONS(7035), - [anon_sym_AMP_AMP] = ACTIONS(7037), - [anon_sym_PIPE_PIPE] = ACTIONS(7039), - [anon_sym_else] = ACTIONS(3061), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7041), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7043), - [anon_sym_EQ_EQ] = ACTIONS(7041), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7043), - [anon_sym_LT_EQ] = ACTIONS(7045), - [anon_sym_GT_EQ] = ACTIONS(7045), - [anon_sym_BANGin] = ACTIONS(7047), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7011), - [anon_sym_DASH] = ACTIONS(7011), - [anon_sym_SLASH] = ACTIONS(7013), - [anon_sym_PERCENT] = ACTIONS(7007), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7040), + [anon_sym_DASH_GT] = ACTIONS(3061), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7042), + [anon_sym_while] = ACTIONS(3059), + [anon_sym_DOT_DOT] = ACTIONS(7044), + [anon_sym_QMARK_COLON] = ACTIONS(7046), + [anon_sym_AMP_AMP] = ACTIONS(7048), + [anon_sym_PIPE_PIPE] = ACTIONS(7050), + [anon_sym_else] = ACTIONS(3059), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7052), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7054), + [anon_sym_EQ_EQ] = ACTIONS(7052), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7054), + [anon_sym_LT_EQ] = ACTIONS(7056), + [anon_sym_GT_EQ] = ACTIONS(7056), + [anon_sym_BANGin] = ACTIONS(7058), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7060), + [anon_sym_DASH] = ACTIONS(7060), + [anon_sym_SLASH] = ACTIONS(7062), + [anon_sym_PERCENT] = ACTIONS(7040), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), + [sym_multiline_comment] = ACTIONS(3), + }, + [4030] = { + [sym_function_body] = STATE(3793), + [sym__block] = STATE(3738), + [sym__alpha_identifier] = ACTIONS(4210), + [anon_sym_AT] = ACTIONS(4212), + [anon_sym_COLON] = ACTIONS(7093), + [anon_sym_LBRACK] = ACTIONS(4212), + [anon_sym_as] = ACTIONS(4210), + [anon_sym_EQ] = ACTIONS(6918), + [anon_sym_LBRACE] = ACTIONS(6461), + [anon_sym_RBRACE] = ACTIONS(4212), + [anon_sym_LPAREN] = ACTIONS(4212), + [anon_sym_COMMA] = ACTIONS(4212), + [anon_sym_LT] = ACTIONS(4210), + [anon_sym_GT] = ACTIONS(4210), + [anon_sym_where] = ACTIONS(4210), + [anon_sym_DOT] = ACTIONS(4210), + [anon_sym_SEMI] = ACTIONS(4212), + [anon_sym_get] = ACTIONS(4210), + [anon_sym_set] = ACTIONS(4210), + [anon_sym_STAR] = ACTIONS(4212), + [sym_label] = ACTIONS(4212), + [anon_sym_in] = ACTIONS(4210), + [anon_sym_DOT_DOT] = ACTIONS(4212), + [anon_sym_QMARK_COLON] = ACTIONS(4212), + [anon_sym_AMP_AMP] = ACTIONS(4212), + [anon_sym_PIPE_PIPE] = ACTIONS(4212), + [anon_sym_else] = ACTIONS(4210), + [anon_sym_COLON_COLON] = ACTIONS(4212), + [anon_sym_BANG_EQ] = ACTIONS(4210), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4212), + [anon_sym_EQ_EQ] = ACTIONS(4210), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4212), + [anon_sym_LT_EQ] = ACTIONS(4212), + [anon_sym_GT_EQ] = ACTIONS(4212), + [anon_sym_BANGin] = ACTIONS(4212), + [anon_sym_is] = ACTIONS(4210), + [anon_sym_BANGis] = ACTIONS(4212), + [anon_sym_PLUS] = ACTIONS(4210), + [anon_sym_DASH] = ACTIONS(4210), + [anon_sym_SLASH] = ACTIONS(4210), + [anon_sym_PERCENT] = ACTIONS(4212), + [anon_sym_as_QMARK] = ACTIONS(4212), + [anon_sym_PLUS_PLUS] = ACTIONS(4212), + [anon_sym_DASH_DASH] = ACTIONS(4212), + [anon_sym_BANG_BANG] = ACTIONS(4212), + [anon_sym_suspend] = ACTIONS(4210), + [anon_sym_sealed] = ACTIONS(4210), + [anon_sym_annotation] = ACTIONS(4210), + [anon_sym_data] = ACTIONS(4210), + [anon_sym_inner] = ACTIONS(4210), + [anon_sym_override] = ACTIONS(4210), + [anon_sym_lateinit] = ACTIONS(4210), + [anon_sym_public] = ACTIONS(4210), + [anon_sym_private] = ACTIONS(4210), + [anon_sym_internal] = ACTIONS(4210), + [anon_sym_protected] = ACTIONS(4210), + [anon_sym_tailrec] = ACTIONS(4210), + [anon_sym_operator] = ACTIONS(4210), + [anon_sym_infix] = ACTIONS(4210), + [anon_sym_inline] = ACTIONS(4210), + [anon_sym_external] = ACTIONS(4210), + [sym_property_modifier] = ACTIONS(4210), + [anon_sym_abstract] = ACTIONS(4210), + [anon_sym_final] = ACTIONS(4210), + [anon_sym_open] = ACTIONS(4210), + [anon_sym_vararg] = ACTIONS(4210), + [anon_sym_noinline] = ACTIONS(4210), + [anon_sym_crossinline] = ACTIONS(4210), + [anon_sym_expect] = ACTIONS(4210), + [anon_sym_actual] = ACTIONS(4210), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4212), + [sym__automatic_semicolon] = ACTIONS(4212), + [sym_safe_nav] = ACTIONS(4212), [sym_multiline_comment] = ACTIONS(3), }, [4031] = { - [sym__alpha_identifier] = ACTIONS(5067), - [anon_sym_AT] = ACTIONS(5069), - [anon_sym_LBRACK] = ACTIONS(5069), - [anon_sym_as] = ACTIONS(5067), - [anon_sym_LBRACE] = ACTIONS(5069), - [anon_sym_RBRACE] = ACTIONS(5069), - [anon_sym_LPAREN] = ACTIONS(5069), - [anon_sym_COMMA] = ACTIONS(5069), - [anon_sym_LT] = ACTIONS(5067), - [anon_sym_GT] = ACTIONS(5067), - [anon_sym_where] = ACTIONS(5067), - [anon_sym_object] = ACTIONS(5067), - [anon_sym_fun] = ACTIONS(5067), - [anon_sym_DOT] = ACTIONS(5067), - [anon_sym_SEMI] = ACTIONS(7087), - [anon_sym_get] = ACTIONS(5067), - [anon_sym_set] = ACTIONS(5067), - [anon_sym_this] = ACTIONS(5067), - [anon_sym_super] = ACTIONS(5067), - [anon_sym_STAR] = ACTIONS(5069), - [sym_label] = ACTIONS(5067), - [anon_sym_in] = ACTIONS(5067), - [anon_sym_DOT_DOT] = ACTIONS(5069), - [anon_sym_QMARK_COLON] = ACTIONS(5069), - [anon_sym_AMP_AMP] = ACTIONS(5069), - [anon_sym_PIPE_PIPE] = ACTIONS(5069), - [anon_sym_null] = ACTIONS(5067), - [anon_sym_if] = ACTIONS(5067), - [anon_sym_else] = ACTIONS(7089), - [anon_sym_when] = ACTIONS(5067), - [anon_sym_try] = ACTIONS(5067), - [anon_sym_throw] = ACTIONS(5067), - [anon_sym_return] = ACTIONS(5067), - [anon_sym_continue] = ACTIONS(5067), - [anon_sym_break] = ACTIONS(5067), - [anon_sym_COLON_COLON] = ACTIONS(5069), - [anon_sym_BANG_EQ] = ACTIONS(5067), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5069), - [anon_sym_EQ_EQ] = ACTIONS(5067), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5069), - [anon_sym_LT_EQ] = ACTIONS(5069), - [anon_sym_GT_EQ] = ACTIONS(5069), - [anon_sym_BANGin] = ACTIONS(5069), - [anon_sym_is] = ACTIONS(5067), - [anon_sym_BANGis] = ACTIONS(5069), - [anon_sym_PLUS] = ACTIONS(5067), - [anon_sym_DASH] = ACTIONS(5067), - [anon_sym_SLASH] = ACTIONS(5067), - [anon_sym_PERCENT] = ACTIONS(5069), - [anon_sym_as_QMARK] = ACTIONS(5069), - [anon_sym_PLUS_PLUS] = ACTIONS(5069), - [anon_sym_DASH_DASH] = ACTIONS(5069), - [anon_sym_BANG] = ACTIONS(5067), - [anon_sym_BANG_BANG] = ACTIONS(5069), - [anon_sym_data] = ACTIONS(5067), - [anon_sym_inner] = ACTIONS(5067), - [anon_sym_expect] = ACTIONS(5067), - [anon_sym_actual] = ACTIONS(5067), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5069), - [anon_sym_continue_AT] = ACTIONS(5069), - [anon_sym_break_AT] = ACTIONS(5069), - [sym_real_literal] = ACTIONS(5069), - [sym_integer_literal] = ACTIONS(5067), - [sym_hex_literal] = ACTIONS(5069), - [sym_bin_literal] = ACTIONS(5069), - [anon_sym_true] = ACTIONS(5067), - [anon_sym_false] = ACTIONS(5067), - [anon_sym_SQUOTE] = ACTIONS(5069), - [sym__backtick_identifier] = ACTIONS(5069), - [sym__automatic_semicolon] = ACTIONS(5069), - [sym_safe_nav] = ACTIONS(5069), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5069), + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(1850), + [sym__comparison_operator] = STATE(1849), + [sym__in_operator] = STATE(1845), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(1842), + [sym__multiplicative_operator] = STATE(1841), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1838), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), + [sym__alpha_identifier] = ACTIONS(3011), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_RBRACK] = ACTIONS(3013), + [anon_sym_as] = ACTIONS(6403), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_RBRACE] = ACTIONS(3013), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_COMMA] = ACTIONS(3013), + [anon_sym_RPAREN] = ACTIONS(3013), + [anon_sym_LT] = ACTIONS(3015), + [anon_sym_GT] = ACTIONS(3011), + [anon_sym_where] = ACTIONS(3011), + [anon_sym_DOT] = ACTIONS(6409), + [anon_sym_SEMI] = ACTIONS(3013), + [anon_sym_get] = ACTIONS(3011), + [anon_sym_set] = ACTIONS(3011), + [anon_sym_STAR] = ACTIONS(3013), + [anon_sym_DASH_GT] = ACTIONS(3013), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(3011), + [anon_sym_while] = ACTIONS(3011), + [anon_sym_DOT_DOT] = ACTIONS(3013), + [anon_sym_QMARK_COLON] = ACTIONS(3013), + [anon_sym_AMP_AMP] = ACTIONS(3013), + [anon_sym_PIPE_PIPE] = ACTIONS(3013), + [anon_sym_else] = ACTIONS(3011), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(3011), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3013), + [anon_sym_EQ_EQ] = ACTIONS(3011), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3013), + [anon_sym_LT_EQ] = ACTIONS(3013), + [anon_sym_GT_EQ] = ACTIONS(3013), + [anon_sym_BANGin] = ACTIONS(3013), + [anon_sym_is] = ACTIONS(3011), + [anon_sym_BANGis] = ACTIONS(3013), + [anon_sym_PLUS] = ACTIONS(3011), + [anon_sym_DASH] = ACTIONS(3011), + [anon_sym_SLASH] = ACTIONS(3011), + [anon_sym_PERCENT] = ACTIONS(3013), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), + [anon_sym_data] = ACTIONS(3011), + [anon_sym_inner] = ACTIONS(3011), + [anon_sym_expect] = ACTIONS(3011), + [anon_sym_actual] = ACTIONS(3011), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3013), + [sym_safe_nav] = ACTIONS(6425), + [sym_multiline_comment] = ACTIONS(3), }, [4032] = { - [sym_class_body] = STATE(3178), - [sym_type_constraints] = STATE(3103), - [sym__alpha_identifier] = ACTIONS(4197), - [anon_sym_AT] = ACTIONS(4199), - [anon_sym_COLON] = ACTIONS(7091), - [anon_sym_LBRACK] = ACTIONS(4199), - [anon_sym_as] = ACTIONS(4197), - [anon_sym_LBRACE] = ACTIONS(5147), - [anon_sym_RBRACE] = ACTIONS(4199), - [anon_sym_LPAREN] = ACTIONS(4199), - [anon_sym_RPAREN] = ACTIONS(4199), - [anon_sym_LT] = ACTIONS(4197), - [anon_sym_GT] = ACTIONS(4197), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(4197), - [anon_sym_SEMI] = ACTIONS(4199), - [anon_sym_get] = ACTIONS(4197), - [anon_sym_set] = ACTIONS(4197), - [anon_sym_STAR] = ACTIONS(4199), - [sym_label] = ACTIONS(4199), - [anon_sym_in] = ACTIONS(4197), - [anon_sym_while] = ACTIONS(4197), - [anon_sym_DOT_DOT] = ACTIONS(4199), - [anon_sym_QMARK_COLON] = ACTIONS(4199), - [anon_sym_AMP_AMP] = ACTIONS(4199), - [anon_sym_PIPE_PIPE] = ACTIONS(4199), - [anon_sym_else] = ACTIONS(4197), - [anon_sym_COLON_COLON] = ACTIONS(4199), - [anon_sym_BANG_EQ] = ACTIONS(4197), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4199), - [anon_sym_EQ_EQ] = ACTIONS(4197), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4199), - [anon_sym_LT_EQ] = ACTIONS(4199), - [anon_sym_GT_EQ] = ACTIONS(4199), - [anon_sym_BANGin] = ACTIONS(4199), - [anon_sym_is] = ACTIONS(4197), - [anon_sym_BANGis] = ACTIONS(4199), - [anon_sym_PLUS] = ACTIONS(4197), - [anon_sym_DASH] = ACTIONS(4197), - [anon_sym_SLASH] = ACTIONS(4197), - [anon_sym_PERCENT] = ACTIONS(4199), - [anon_sym_as_QMARK] = ACTIONS(4199), - [anon_sym_PLUS_PLUS] = ACTIONS(4199), - [anon_sym_DASH_DASH] = ACTIONS(4199), - [anon_sym_BANG_BANG] = ACTIONS(4199), - [anon_sym_suspend] = ACTIONS(4197), - [anon_sym_sealed] = ACTIONS(4197), - [anon_sym_annotation] = ACTIONS(4197), - [anon_sym_data] = ACTIONS(4197), - [anon_sym_inner] = ACTIONS(4197), - [anon_sym_override] = ACTIONS(4197), - [anon_sym_lateinit] = ACTIONS(4197), - [anon_sym_public] = ACTIONS(4197), - [anon_sym_private] = ACTIONS(4197), - [anon_sym_internal] = ACTIONS(4197), - [anon_sym_protected] = ACTIONS(4197), - [anon_sym_tailrec] = ACTIONS(4197), - [anon_sym_operator] = ACTIONS(4197), - [anon_sym_infix] = ACTIONS(4197), - [anon_sym_inline] = ACTIONS(4197), - [anon_sym_external] = ACTIONS(4197), - [sym_property_modifier] = ACTIONS(4197), - [anon_sym_abstract] = ACTIONS(4197), - [anon_sym_final] = ACTIONS(4197), - [anon_sym_open] = ACTIONS(4197), - [anon_sym_vararg] = ACTIONS(4197), - [anon_sym_noinline] = ACTIONS(4197), - [anon_sym_crossinline] = ACTIONS(4197), - [anon_sym_expect] = ACTIONS(4197), - [anon_sym_actual] = ACTIONS(4197), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4199), - [sym_safe_nav] = ACTIONS(4199), + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(1850), + [sym__comparison_operator] = STATE(1849), + [sym__in_operator] = STATE(1845), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(1842), + [sym__multiplicative_operator] = STATE(1841), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1838), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), + [sym__alpha_identifier] = ACTIONS(2992), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_RBRACK] = ACTIONS(2994), + [anon_sym_as] = ACTIONS(6403), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_RBRACE] = ACTIONS(2994), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_COMMA] = ACTIONS(2994), + [anon_sym_RPAREN] = ACTIONS(2994), + [anon_sym_LT] = ACTIONS(2996), + [anon_sym_GT] = ACTIONS(2992), + [anon_sym_where] = ACTIONS(2992), + [anon_sym_DOT] = ACTIONS(6409), + [anon_sym_SEMI] = ACTIONS(2994), + [anon_sym_get] = ACTIONS(2992), + [anon_sym_set] = ACTIONS(2992), + [anon_sym_STAR] = ACTIONS(7040), + [anon_sym_DASH_GT] = ACTIONS(2994), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(2992), + [anon_sym_while] = ACTIONS(2992), + [anon_sym_DOT_DOT] = ACTIONS(7044), + [anon_sym_QMARK_COLON] = ACTIONS(2994), + [anon_sym_AMP_AMP] = ACTIONS(2994), + [anon_sym_PIPE_PIPE] = ACTIONS(2994), + [anon_sym_else] = ACTIONS(2992), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(2992), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2994), + [anon_sym_EQ_EQ] = ACTIONS(2992), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2994), + [anon_sym_LT_EQ] = ACTIONS(2994), + [anon_sym_GT_EQ] = ACTIONS(2994), + [anon_sym_BANGin] = ACTIONS(2994), + [anon_sym_is] = ACTIONS(2992), + [anon_sym_BANGis] = ACTIONS(2994), + [anon_sym_PLUS] = ACTIONS(7060), + [anon_sym_DASH] = ACTIONS(7060), + [anon_sym_SLASH] = ACTIONS(7062), + [anon_sym_PERCENT] = ACTIONS(7040), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), + [anon_sym_data] = ACTIONS(2992), + [anon_sym_inner] = ACTIONS(2992), + [anon_sym_expect] = ACTIONS(2992), + [anon_sym_actual] = ACTIONS(2992), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(2994), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, [4033] = { - [sym_function_body] = STATE(3750), - [sym__block] = STATE(3725), - [sym__alpha_identifier] = ACTIONS(4300), - [anon_sym_AT] = ACTIONS(4302), - [anon_sym_LBRACK] = ACTIONS(4302), - [anon_sym_as] = ACTIONS(4300), - [anon_sym_EQ] = ACTIONS(6934), - [anon_sym_LBRACE] = ACTIONS(6434), - [anon_sym_RBRACE] = ACTIONS(4302), - [anon_sym_LPAREN] = ACTIONS(4302), - [anon_sym_COMMA] = ACTIONS(4302), - [anon_sym_LT] = ACTIONS(4300), - [anon_sym_GT] = ACTIONS(4300), - [anon_sym_where] = ACTIONS(4300), - [anon_sym_DOT] = ACTIONS(4300), - [anon_sym_SEMI] = ACTIONS(4302), - [anon_sym_get] = ACTIONS(4300), - [anon_sym_set] = ACTIONS(4300), - [anon_sym_STAR] = ACTIONS(4302), - [sym_label] = ACTIONS(4302), - [anon_sym_in] = ACTIONS(4300), - [anon_sym_DOT_DOT] = ACTIONS(4302), - [anon_sym_QMARK_COLON] = ACTIONS(4302), - [anon_sym_AMP_AMP] = ACTIONS(4302), - [anon_sym_PIPE_PIPE] = ACTIONS(4302), - [anon_sym_else] = ACTIONS(4300), - [anon_sym_COLON_COLON] = ACTIONS(4302), - [anon_sym_BANG_EQ] = ACTIONS(4300), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4302), - [anon_sym_EQ_EQ] = ACTIONS(4300), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4302), - [anon_sym_LT_EQ] = ACTIONS(4302), - [anon_sym_GT_EQ] = ACTIONS(4302), - [anon_sym_BANGin] = ACTIONS(4302), - [anon_sym_is] = ACTIONS(4300), - [anon_sym_BANGis] = ACTIONS(4302), - [anon_sym_PLUS] = ACTIONS(4300), - [anon_sym_DASH] = ACTIONS(4300), - [anon_sym_SLASH] = ACTIONS(4300), - [anon_sym_PERCENT] = ACTIONS(4302), - [anon_sym_as_QMARK] = ACTIONS(4302), - [anon_sym_PLUS_PLUS] = ACTIONS(4302), - [anon_sym_DASH_DASH] = ACTIONS(4302), - [anon_sym_BANG_BANG] = ACTIONS(4302), - [anon_sym_suspend] = ACTIONS(4300), - [anon_sym_sealed] = ACTIONS(4300), - [anon_sym_annotation] = ACTIONS(4300), - [anon_sym_data] = ACTIONS(4300), - [anon_sym_inner] = ACTIONS(4300), - [anon_sym_override] = ACTIONS(4300), - [anon_sym_lateinit] = ACTIONS(4300), - [anon_sym_public] = ACTIONS(4300), - [anon_sym_private] = ACTIONS(4300), - [anon_sym_internal] = ACTIONS(4300), - [anon_sym_protected] = ACTIONS(4300), - [anon_sym_tailrec] = ACTIONS(4300), - [anon_sym_operator] = ACTIONS(4300), - [anon_sym_infix] = ACTIONS(4300), - [anon_sym_inline] = ACTIONS(4300), - [anon_sym_external] = ACTIONS(4300), - [sym_property_modifier] = ACTIONS(4300), - [anon_sym_abstract] = ACTIONS(4300), - [anon_sym_final] = ACTIONS(4300), - [anon_sym_open] = ACTIONS(4300), - [anon_sym_vararg] = ACTIONS(4300), - [anon_sym_noinline] = ACTIONS(4300), - [anon_sym_crossinline] = ACTIONS(4300), - [anon_sym_expect] = ACTIONS(4300), - [anon_sym_actual] = ACTIONS(4300), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4302), - [sym__automatic_semicolon] = ACTIONS(4302), - [sym_safe_nav] = ACTIONS(4302), + [sym_type_constraints] = STATE(4040), + [sym_function_body] = STATE(3709), + [sym__block] = STATE(3738), + [sym__alpha_identifier] = ACTIONS(4256), + [anon_sym_AT] = ACTIONS(4258), + [anon_sym_LBRACK] = ACTIONS(4258), + [anon_sym_as] = ACTIONS(4256), + [anon_sym_EQ] = ACTIONS(6918), + [anon_sym_LBRACE] = ACTIONS(6461), + [anon_sym_RBRACE] = ACTIONS(4258), + [anon_sym_LPAREN] = ACTIONS(4258), + [anon_sym_COMMA] = ACTIONS(4258), + [anon_sym_LT] = ACTIONS(4256), + [anon_sym_GT] = ACTIONS(4256), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(4256), + [anon_sym_SEMI] = ACTIONS(4258), + [anon_sym_get] = ACTIONS(4256), + [anon_sym_set] = ACTIONS(4256), + [anon_sym_STAR] = ACTIONS(4258), + [sym_label] = ACTIONS(4258), + [anon_sym_in] = ACTIONS(4256), + [anon_sym_DOT_DOT] = ACTIONS(4258), + [anon_sym_QMARK_COLON] = ACTIONS(4258), + [anon_sym_AMP_AMP] = ACTIONS(4258), + [anon_sym_PIPE_PIPE] = ACTIONS(4258), + [anon_sym_else] = ACTIONS(4256), + [anon_sym_COLON_COLON] = ACTIONS(4258), + [anon_sym_BANG_EQ] = ACTIONS(4256), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4258), + [anon_sym_EQ_EQ] = ACTIONS(4256), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4258), + [anon_sym_LT_EQ] = ACTIONS(4258), + [anon_sym_GT_EQ] = ACTIONS(4258), + [anon_sym_BANGin] = ACTIONS(4258), + [anon_sym_is] = ACTIONS(4256), + [anon_sym_BANGis] = ACTIONS(4258), + [anon_sym_PLUS] = ACTIONS(4256), + [anon_sym_DASH] = ACTIONS(4256), + [anon_sym_SLASH] = ACTIONS(4256), + [anon_sym_PERCENT] = ACTIONS(4258), + [anon_sym_as_QMARK] = ACTIONS(4258), + [anon_sym_PLUS_PLUS] = ACTIONS(4258), + [anon_sym_DASH_DASH] = ACTIONS(4258), + [anon_sym_BANG_BANG] = ACTIONS(4258), + [anon_sym_suspend] = ACTIONS(4256), + [anon_sym_sealed] = ACTIONS(4256), + [anon_sym_annotation] = ACTIONS(4256), + [anon_sym_data] = ACTIONS(4256), + [anon_sym_inner] = ACTIONS(4256), + [anon_sym_override] = ACTIONS(4256), + [anon_sym_lateinit] = ACTIONS(4256), + [anon_sym_public] = ACTIONS(4256), + [anon_sym_private] = ACTIONS(4256), + [anon_sym_internal] = ACTIONS(4256), + [anon_sym_protected] = ACTIONS(4256), + [anon_sym_tailrec] = ACTIONS(4256), + [anon_sym_operator] = ACTIONS(4256), + [anon_sym_infix] = ACTIONS(4256), + [anon_sym_inline] = ACTIONS(4256), + [anon_sym_external] = ACTIONS(4256), + [sym_property_modifier] = ACTIONS(4256), + [anon_sym_abstract] = ACTIONS(4256), + [anon_sym_final] = ACTIONS(4256), + [anon_sym_open] = ACTIONS(4256), + [anon_sym_vararg] = ACTIONS(4256), + [anon_sym_noinline] = ACTIONS(4256), + [anon_sym_crossinline] = ACTIONS(4256), + [anon_sym_expect] = ACTIONS(4256), + [anon_sym_actual] = ACTIONS(4256), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4258), + [sym__automatic_semicolon] = ACTIONS(4258), + [sym_safe_nav] = ACTIONS(4258), [sym_multiline_comment] = ACTIONS(3), }, [4034] = { - [sym__alpha_identifier] = ACTIONS(4923), - [anon_sym_AT] = ACTIONS(4925), - [anon_sym_LBRACK] = ACTIONS(4925), - [anon_sym_as] = ACTIONS(4923), - [anon_sym_LBRACE] = ACTIONS(4925), - [anon_sym_RBRACE] = ACTIONS(4925), - [anon_sym_LPAREN] = ACTIONS(7093), - [anon_sym_COMMA] = ACTIONS(4925), - [anon_sym_LT] = ACTIONS(4923), - [anon_sym_GT] = ACTIONS(4923), - [anon_sym_where] = ACTIONS(4923), - [anon_sym_object] = ACTIONS(4923), - [anon_sym_fun] = ACTIONS(4923), - [anon_sym_DOT] = ACTIONS(4923), - [anon_sym_SEMI] = ACTIONS(4925), - [anon_sym_get] = ACTIONS(4923), - [anon_sym_set] = ACTIONS(4923), - [anon_sym_this] = ACTIONS(4923), - [anon_sym_super] = ACTIONS(4923), - [anon_sym_STAR] = ACTIONS(4925), - [sym_label] = ACTIONS(4923), - [anon_sym_in] = ACTIONS(4923), - [anon_sym_DOT_DOT] = ACTIONS(4925), - [anon_sym_QMARK_COLON] = ACTIONS(4925), - [anon_sym_AMP_AMP] = ACTIONS(4925), - [anon_sym_PIPE_PIPE] = ACTIONS(4925), - [anon_sym_null] = ACTIONS(4923), - [anon_sym_if] = ACTIONS(4923), - [anon_sym_else] = ACTIONS(4923), - [anon_sym_when] = ACTIONS(4923), - [anon_sym_try] = ACTIONS(4923), - [anon_sym_throw] = ACTIONS(4923), - [anon_sym_return] = ACTIONS(4923), - [anon_sym_continue] = ACTIONS(4923), - [anon_sym_break] = ACTIONS(4923), - [anon_sym_COLON_COLON] = ACTIONS(4925), - [anon_sym_BANG_EQ] = ACTIONS(4923), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4925), - [anon_sym_EQ_EQ] = ACTIONS(4923), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4925), - [anon_sym_LT_EQ] = ACTIONS(4925), - [anon_sym_GT_EQ] = ACTIONS(4925), - [anon_sym_BANGin] = ACTIONS(4925), - [anon_sym_is] = ACTIONS(4923), - [anon_sym_BANGis] = ACTIONS(4925), - [anon_sym_PLUS] = ACTIONS(4923), - [anon_sym_DASH] = ACTIONS(4923), - [anon_sym_SLASH] = ACTIONS(4923), - [anon_sym_PERCENT] = ACTIONS(4925), - [anon_sym_as_QMARK] = ACTIONS(4925), - [anon_sym_PLUS_PLUS] = ACTIONS(4925), - [anon_sym_DASH_DASH] = ACTIONS(4925), - [anon_sym_BANG] = ACTIONS(4923), - [anon_sym_BANG_BANG] = ACTIONS(4925), - [anon_sym_data] = ACTIONS(4923), - [anon_sym_inner] = ACTIONS(4923), - [anon_sym_expect] = ACTIONS(4923), - [anon_sym_actual] = ACTIONS(4923), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4925), - [anon_sym_continue_AT] = ACTIONS(4925), - [anon_sym_break_AT] = ACTIONS(4925), - [sym_real_literal] = ACTIONS(4925), - [sym_integer_literal] = ACTIONS(4923), - [sym_hex_literal] = ACTIONS(4925), - [sym_bin_literal] = ACTIONS(4925), - [anon_sym_true] = ACTIONS(4923), - [anon_sym_false] = ACTIONS(4923), - [anon_sym_SQUOTE] = ACTIONS(4925), - [sym__backtick_identifier] = ACTIONS(4925), - [sym__automatic_semicolon] = ACTIONS(4925), - [sym_safe_nav] = ACTIONS(4925), + [sym_type_constraints] = STATE(4078), + [sym_function_body] = STATE(3788), + [sym__block] = STATE(3738), + [sym__alpha_identifier] = ACTIONS(4099), + [anon_sym_AT] = ACTIONS(4101), + [anon_sym_LBRACK] = ACTIONS(4101), + [anon_sym_as] = ACTIONS(4099), + [anon_sym_EQ] = ACTIONS(6918), + [anon_sym_LBRACE] = ACTIONS(6461), + [anon_sym_RBRACE] = ACTIONS(4101), + [anon_sym_LPAREN] = ACTIONS(4101), + [anon_sym_COMMA] = ACTIONS(4101), + [anon_sym_LT] = ACTIONS(4099), + [anon_sym_GT] = ACTIONS(4099), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(4099), + [anon_sym_SEMI] = ACTIONS(4101), + [anon_sym_get] = ACTIONS(4099), + [anon_sym_set] = ACTIONS(4099), + [anon_sym_STAR] = ACTIONS(4101), + [sym_label] = ACTIONS(4101), + [anon_sym_in] = ACTIONS(4099), + [anon_sym_DOT_DOT] = ACTIONS(4101), + [anon_sym_QMARK_COLON] = ACTIONS(4101), + [anon_sym_AMP_AMP] = ACTIONS(4101), + [anon_sym_PIPE_PIPE] = ACTIONS(4101), + [anon_sym_else] = ACTIONS(4099), + [anon_sym_COLON_COLON] = ACTIONS(4101), + [anon_sym_BANG_EQ] = ACTIONS(4099), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4101), + [anon_sym_EQ_EQ] = ACTIONS(4099), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4101), + [anon_sym_LT_EQ] = ACTIONS(4101), + [anon_sym_GT_EQ] = ACTIONS(4101), + [anon_sym_BANGin] = ACTIONS(4101), + [anon_sym_is] = ACTIONS(4099), + [anon_sym_BANGis] = ACTIONS(4101), + [anon_sym_PLUS] = ACTIONS(4099), + [anon_sym_DASH] = ACTIONS(4099), + [anon_sym_SLASH] = ACTIONS(4099), + [anon_sym_PERCENT] = ACTIONS(4101), + [anon_sym_as_QMARK] = ACTIONS(4101), + [anon_sym_PLUS_PLUS] = ACTIONS(4101), + [anon_sym_DASH_DASH] = ACTIONS(4101), + [anon_sym_BANG_BANG] = ACTIONS(4101), + [anon_sym_suspend] = ACTIONS(4099), + [anon_sym_sealed] = ACTIONS(4099), + [anon_sym_annotation] = ACTIONS(4099), + [anon_sym_data] = ACTIONS(4099), + [anon_sym_inner] = ACTIONS(4099), + [anon_sym_override] = ACTIONS(4099), + [anon_sym_lateinit] = ACTIONS(4099), + [anon_sym_public] = ACTIONS(4099), + [anon_sym_private] = ACTIONS(4099), + [anon_sym_internal] = ACTIONS(4099), + [anon_sym_protected] = ACTIONS(4099), + [anon_sym_tailrec] = ACTIONS(4099), + [anon_sym_operator] = ACTIONS(4099), + [anon_sym_infix] = ACTIONS(4099), + [anon_sym_inline] = ACTIONS(4099), + [anon_sym_external] = ACTIONS(4099), + [sym_property_modifier] = ACTIONS(4099), + [anon_sym_abstract] = ACTIONS(4099), + [anon_sym_final] = ACTIONS(4099), + [anon_sym_open] = ACTIONS(4099), + [anon_sym_vararg] = ACTIONS(4099), + [anon_sym_noinline] = ACTIONS(4099), + [anon_sym_crossinline] = ACTIONS(4099), + [anon_sym_expect] = ACTIONS(4099), + [anon_sym_actual] = ACTIONS(4099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4101), + [sym__automatic_semicolon] = ACTIONS(4101), + [sym_safe_nav] = ACTIONS(4101), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4925), }, [4035] = { - [sym_class_body] = STATE(3211), - [sym_type_constraints] = STATE(3086), - [sym__alpha_identifier] = ACTIONS(3190), - [anon_sym_AT] = ACTIONS(3194), - [anon_sym_COLON] = ACTIONS(6120), - [anon_sym_LBRACK] = ACTIONS(3194), - [anon_sym_as] = ACTIONS(3190), - [anon_sym_LBRACE] = ACTIONS(5147), - [anon_sym_RBRACE] = ACTIONS(3194), - [anon_sym_LPAREN] = ACTIONS(3194), - [anon_sym_RPAREN] = ACTIONS(3194), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3190), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(3190), - [anon_sym_SEMI] = ACTIONS(3194), - [anon_sym_get] = ACTIONS(3190), - [anon_sym_set] = ACTIONS(3190), - [anon_sym_STAR] = ACTIONS(3194), - [sym_label] = ACTIONS(3194), - [anon_sym_in] = ACTIONS(3190), - [anon_sym_while] = ACTIONS(3190), - [anon_sym_DOT_DOT] = ACTIONS(3194), - [anon_sym_QMARK_COLON] = ACTIONS(3194), - [anon_sym_AMP_AMP] = ACTIONS(3194), - [anon_sym_PIPE_PIPE] = ACTIONS(3194), - [anon_sym_else] = ACTIONS(3190), - [anon_sym_COLON_COLON] = ACTIONS(3194), - [anon_sym_BANG_EQ] = ACTIONS(3190), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3194), - [anon_sym_EQ_EQ] = ACTIONS(3190), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3194), - [anon_sym_LT_EQ] = ACTIONS(3194), - [anon_sym_GT_EQ] = ACTIONS(3194), - [anon_sym_BANGin] = ACTIONS(3194), - [anon_sym_is] = ACTIONS(3190), - [anon_sym_BANGis] = ACTIONS(3194), - [anon_sym_PLUS] = ACTIONS(3190), - [anon_sym_DASH] = ACTIONS(3190), - [anon_sym_SLASH] = ACTIONS(3190), - [anon_sym_PERCENT] = ACTIONS(3194), - [anon_sym_as_QMARK] = ACTIONS(3194), - [anon_sym_PLUS_PLUS] = ACTIONS(3194), - [anon_sym_DASH_DASH] = ACTIONS(3194), - [anon_sym_BANG_BANG] = ACTIONS(3194), - [anon_sym_suspend] = ACTIONS(3190), - [anon_sym_sealed] = ACTIONS(3190), - [anon_sym_annotation] = ACTIONS(3190), - [anon_sym_data] = ACTIONS(3190), - [anon_sym_inner] = ACTIONS(3190), - [anon_sym_override] = ACTIONS(3190), - [anon_sym_lateinit] = ACTIONS(3190), - [anon_sym_public] = ACTIONS(3190), - [anon_sym_private] = ACTIONS(3190), - [anon_sym_internal] = ACTIONS(3190), - [anon_sym_protected] = ACTIONS(3190), - [anon_sym_tailrec] = ACTIONS(3190), - [anon_sym_operator] = ACTIONS(3190), - [anon_sym_infix] = ACTIONS(3190), - [anon_sym_inline] = ACTIONS(3190), - [anon_sym_external] = ACTIONS(3190), - [sym_property_modifier] = ACTIONS(3190), - [anon_sym_abstract] = ACTIONS(3190), - [anon_sym_final] = ACTIONS(3190), - [anon_sym_open] = ACTIONS(3190), - [anon_sym_vararg] = ACTIONS(3190), - [anon_sym_noinline] = ACTIONS(3190), - [anon_sym_crossinline] = ACTIONS(3190), - [anon_sym_expect] = ACTIONS(3190), - [anon_sym_actual] = ACTIONS(3190), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3194), - [sym_safe_nav] = ACTIONS(3194), + [sym_type_constraints] = STATE(4082), + [sym_function_body] = STATE(3707), + [sym__block] = STATE(3738), + [sym__alpha_identifier] = ACTIONS(4260), + [anon_sym_AT] = ACTIONS(4262), + [anon_sym_LBRACK] = ACTIONS(4262), + [anon_sym_as] = ACTIONS(4260), + [anon_sym_EQ] = ACTIONS(6918), + [anon_sym_LBRACE] = ACTIONS(6461), + [anon_sym_RBRACE] = ACTIONS(4262), + [anon_sym_LPAREN] = ACTIONS(4262), + [anon_sym_COMMA] = ACTIONS(4262), + [anon_sym_LT] = ACTIONS(4260), + [anon_sym_GT] = ACTIONS(4260), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(4260), + [anon_sym_SEMI] = ACTIONS(4262), + [anon_sym_get] = ACTIONS(4260), + [anon_sym_set] = ACTIONS(4260), + [anon_sym_STAR] = ACTIONS(4262), + [sym_label] = ACTIONS(4262), + [anon_sym_in] = ACTIONS(4260), + [anon_sym_DOT_DOT] = ACTIONS(4262), + [anon_sym_QMARK_COLON] = ACTIONS(4262), + [anon_sym_AMP_AMP] = ACTIONS(4262), + [anon_sym_PIPE_PIPE] = ACTIONS(4262), + [anon_sym_else] = ACTIONS(4260), + [anon_sym_COLON_COLON] = ACTIONS(4262), + [anon_sym_BANG_EQ] = ACTIONS(4260), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4262), + [anon_sym_EQ_EQ] = ACTIONS(4260), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4262), + [anon_sym_LT_EQ] = ACTIONS(4262), + [anon_sym_GT_EQ] = ACTIONS(4262), + [anon_sym_BANGin] = ACTIONS(4262), + [anon_sym_is] = ACTIONS(4260), + [anon_sym_BANGis] = ACTIONS(4262), + [anon_sym_PLUS] = ACTIONS(4260), + [anon_sym_DASH] = ACTIONS(4260), + [anon_sym_SLASH] = ACTIONS(4260), + [anon_sym_PERCENT] = ACTIONS(4262), + [anon_sym_as_QMARK] = ACTIONS(4262), + [anon_sym_PLUS_PLUS] = ACTIONS(4262), + [anon_sym_DASH_DASH] = ACTIONS(4262), + [anon_sym_BANG_BANG] = ACTIONS(4262), + [anon_sym_suspend] = ACTIONS(4260), + [anon_sym_sealed] = ACTIONS(4260), + [anon_sym_annotation] = ACTIONS(4260), + [anon_sym_data] = ACTIONS(4260), + [anon_sym_inner] = ACTIONS(4260), + [anon_sym_override] = ACTIONS(4260), + [anon_sym_lateinit] = ACTIONS(4260), + [anon_sym_public] = ACTIONS(4260), + [anon_sym_private] = ACTIONS(4260), + [anon_sym_internal] = ACTIONS(4260), + [anon_sym_protected] = ACTIONS(4260), + [anon_sym_tailrec] = ACTIONS(4260), + [anon_sym_operator] = ACTIONS(4260), + [anon_sym_infix] = ACTIONS(4260), + [anon_sym_inline] = ACTIONS(4260), + [anon_sym_external] = ACTIONS(4260), + [sym_property_modifier] = ACTIONS(4260), + [anon_sym_abstract] = ACTIONS(4260), + [anon_sym_final] = ACTIONS(4260), + [anon_sym_open] = ACTIONS(4260), + [anon_sym_vararg] = ACTIONS(4260), + [anon_sym_noinline] = ACTIONS(4260), + [anon_sym_crossinline] = ACTIONS(4260), + [anon_sym_expect] = ACTIONS(4260), + [anon_sym_actual] = ACTIONS(4260), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4262), + [sym__automatic_semicolon] = ACTIONS(4262), + [sym_safe_nav] = ACTIONS(4262), [sym_multiline_comment] = ACTIONS(3), }, [4036] = { - [sym_function_body] = STATE(3878), - [sym__block] = STATE(3725), - [sym__alpha_identifier] = ACTIONS(4095), - [anon_sym_AT] = ACTIONS(4097), - [anon_sym_LBRACK] = ACTIONS(4097), - [anon_sym_as] = ACTIONS(4095), - [anon_sym_EQ] = ACTIONS(6934), - [anon_sym_LBRACE] = ACTIONS(6434), - [anon_sym_RBRACE] = ACTIONS(4097), - [anon_sym_LPAREN] = ACTIONS(4097), - [anon_sym_COMMA] = ACTIONS(4097), - [anon_sym_LT] = ACTIONS(4095), - [anon_sym_GT] = ACTIONS(4095), - [anon_sym_where] = ACTIONS(4095), - [anon_sym_DOT] = ACTIONS(4095), - [anon_sym_SEMI] = ACTIONS(4097), - [anon_sym_get] = ACTIONS(4095), - [anon_sym_set] = ACTIONS(4095), - [anon_sym_STAR] = ACTIONS(4097), - [sym_label] = ACTIONS(4097), - [anon_sym_in] = ACTIONS(4095), - [anon_sym_DOT_DOT] = ACTIONS(4097), - [anon_sym_QMARK_COLON] = ACTIONS(4097), - [anon_sym_AMP_AMP] = ACTIONS(4097), - [anon_sym_PIPE_PIPE] = ACTIONS(4097), - [anon_sym_else] = ACTIONS(4095), - [anon_sym_COLON_COLON] = ACTIONS(4097), - [anon_sym_BANG_EQ] = ACTIONS(4095), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4097), - [anon_sym_EQ_EQ] = ACTIONS(4095), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4097), - [anon_sym_LT_EQ] = ACTIONS(4097), - [anon_sym_GT_EQ] = ACTIONS(4097), - [anon_sym_BANGin] = ACTIONS(4097), - [anon_sym_is] = ACTIONS(4095), - [anon_sym_BANGis] = ACTIONS(4097), - [anon_sym_PLUS] = ACTIONS(4095), - [anon_sym_DASH] = ACTIONS(4095), - [anon_sym_SLASH] = ACTIONS(4095), - [anon_sym_PERCENT] = ACTIONS(4097), - [anon_sym_as_QMARK] = ACTIONS(4097), - [anon_sym_PLUS_PLUS] = ACTIONS(4097), - [anon_sym_DASH_DASH] = ACTIONS(4097), - [anon_sym_BANG_BANG] = ACTIONS(4097), - [anon_sym_suspend] = ACTIONS(4095), - [anon_sym_sealed] = ACTIONS(4095), - [anon_sym_annotation] = ACTIONS(4095), - [anon_sym_data] = ACTIONS(4095), - [anon_sym_inner] = ACTIONS(4095), - [anon_sym_override] = ACTIONS(4095), - [anon_sym_lateinit] = ACTIONS(4095), - [anon_sym_public] = ACTIONS(4095), - [anon_sym_private] = ACTIONS(4095), - [anon_sym_internal] = ACTIONS(4095), - [anon_sym_protected] = ACTIONS(4095), - [anon_sym_tailrec] = ACTIONS(4095), - [anon_sym_operator] = ACTIONS(4095), - [anon_sym_infix] = ACTIONS(4095), - [anon_sym_inline] = ACTIONS(4095), - [anon_sym_external] = ACTIONS(4095), - [sym_property_modifier] = ACTIONS(4095), - [anon_sym_abstract] = ACTIONS(4095), - [anon_sym_final] = ACTIONS(4095), - [anon_sym_open] = ACTIONS(4095), - [anon_sym_vararg] = ACTIONS(4095), - [anon_sym_noinline] = ACTIONS(4095), - [anon_sym_crossinline] = ACTIONS(4095), - [anon_sym_expect] = ACTIONS(4095), - [anon_sym_actual] = ACTIONS(4095), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4097), - [sym__automatic_semicolon] = ACTIONS(4097), - [sym_safe_nav] = ACTIONS(4097), + [sym__alpha_identifier] = ACTIONS(4142), + [anon_sym_AT] = ACTIONS(4145), + [anon_sym_LBRACK] = ACTIONS(4145), + [anon_sym_as] = ACTIONS(4142), + [anon_sym_EQ] = ACTIONS(3943), + [anon_sym_LBRACE] = ACTIONS(4145), + [anon_sym_RBRACE] = ACTIONS(4145), + [anon_sym_LPAREN] = ACTIONS(5978), + [anon_sym_LT] = ACTIONS(4142), + [anon_sym_GT] = ACTIONS(4142), + [anon_sym_DOT] = ACTIONS(4142), + [anon_sym_SEMI] = ACTIONS(4145), + [anon_sym_get] = ACTIONS(4142), + [anon_sym_set] = ACTIONS(4142), + [anon_sym_STAR] = ACTIONS(4142), + [sym_label] = ACTIONS(4145), + [anon_sym_in] = ACTIONS(4142), + [anon_sym_DOT_DOT] = ACTIONS(4145), + [anon_sym_QMARK_COLON] = ACTIONS(4145), + [anon_sym_AMP_AMP] = ACTIONS(4145), + [anon_sym_PIPE_PIPE] = ACTIONS(4145), + [anon_sym_else] = ACTIONS(4142), + [anon_sym_COLON_COLON] = ACTIONS(4145), + [anon_sym_PLUS_EQ] = ACTIONS(3948), + [anon_sym_DASH_EQ] = ACTIONS(3948), + [anon_sym_STAR_EQ] = ACTIONS(3948), + [anon_sym_SLASH_EQ] = ACTIONS(3948), + [anon_sym_PERCENT_EQ] = ACTIONS(3948), + [anon_sym_BANG_EQ] = ACTIONS(4142), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4145), + [anon_sym_EQ_EQ] = ACTIONS(4142), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4145), + [anon_sym_LT_EQ] = ACTIONS(4145), + [anon_sym_GT_EQ] = ACTIONS(4145), + [anon_sym_BANGin] = ACTIONS(4145), + [anon_sym_is] = ACTIONS(4142), + [anon_sym_BANGis] = ACTIONS(4145), + [anon_sym_PLUS] = ACTIONS(4142), + [anon_sym_DASH] = ACTIONS(4142), + [anon_sym_SLASH] = ACTIONS(4142), + [anon_sym_PERCENT] = ACTIONS(4142), + [anon_sym_as_QMARK] = ACTIONS(4145), + [anon_sym_PLUS_PLUS] = ACTIONS(4145), + [anon_sym_DASH_DASH] = ACTIONS(4145), + [anon_sym_BANG_BANG] = ACTIONS(4145), + [anon_sym_suspend] = ACTIONS(4142), + [anon_sym_sealed] = ACTIONS(4142), + [anon_sym_annotation] = ACTIONS(4142), + [anon_sym_data] = ACTIONS(4142), + [anon_sym_inner] = ACTIONS(4142), + [anon_sym_override] = ACTIONS(4142), + [anon_sym_lateinit] = ACTIONS(4142), + [anon_sym_public] = ACTIONS(4142), + [anon_sym_private] = ACTIONS(4142), + [anon_sym_internal] = ACTIONS(4142), + [anon_sym_protected] = ACTIONS(4142), + [anon_sym_tailrec] = ACTIONS(4142), + [anon_sym_operator] = ACTIONS(4142), + [anon_sym_infix] = ACTIONS(4142), + [anon_sym_inline] = ACTIONS(4142), + [anon_sym_external] = ACTIONS(4142), + [sym_property_modifier] = ACTIONS(4142), + [anon_sym_abstract] = ACTIONS(4142), + [anon_sym_final] = ACTIONS(4142), + [anon_sym_open] = ACTIONS(4142), + [anon_sym_vararg] = ACTIONS(4142), + [anon_sym_noinline] = ACTIONS(4142), + [anon_sym_crossinline] = ACTIONS(4142), + [anon_sym_expect] = ACTIONS(4142), + [anon_sym_actual] = ACTIONS(4142), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4145), + [sym__automatic_semicolon] = ACTIONS(4145), + [sym_safe_nav] = ACTIONS(4145), [sym_multiline_comment] = ACTIONS(3), }, [4037] = { - [sym_class_body] = STATE(3398), - [sym__alpha_identifier] = ACTIONS(4517), - [anon_sym_AT] = ACTIONS(4519), - [anon_sym_COLON] = ACTIONS(7095), - [anon_sym_LBRACK] = ACTIONS(4519), - [anon_sym_as] = ACTIONS(4517), - [anon_sym_LBRACE] = ACTIONS(3112), - [anon_sym_RBRACE] = ACTIONS(4519), - [anon_sym_LPAREN] = ACTIONS(4519), - [anon_sym_LT] = ACTIONS(4517), - [anon_sym_GT] = ACTIONS(4517), - [anon_sym_object] = ACTIONS(4517), - [anon_sym_fun] = ACTIONS(4517), - [anon_sym_DOT] = ACTIONS(4517), - [anon_sym_SEMI] = ACTIONS(4519), - [anon_sym_get] = ACTIONS(4517), - [anon_sym_set] = ACTIONS(4517), - [anon_sym_this] = ACTIONS(4517), - [anon_sym_super] = ACTIONS(4517), - [anon_sym_STAR] = ACTIONS(4519), - [sym_label] = ACTIONS(4517), - [anon_sym_in] = ACTIONS(4517), - [anon_sym_DOT_DOT] = ACTIONS(4519), - [anon_sym_QMARK_COLON] = ACTIONS(4519), - [anon_sym_AMP_AMP] = ACTIONS(4519), - [anon_sym_PIPE_PIPE] = ACTIONS(4519), - [anon_sym_null] = ACTIONS(4517), - [anon_sym_if] = ACTIONS(4517), - [anon_sym_else] = ACTIONS(4517), - [anon_sym_when] = ACTIONS(4517), - [anon_sym_try] = ACTIONS(4517), - [anon_sym_throw] = ACTIONS(4517), - [anon_sym_return] = ACTIONS(4517), - [anon_sym_continue] = ACTIONS(4517), - [anon_sym_break] = ACTIONS(4517), - [anon_sym_COLON_COLON] = ACTIONS(4519), - [anon_sym_BANG_EQ] = ACTIONS(4517), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4519), - [anon_sym_EQ_EQ] = ACTIONS(4517), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4519), - [anon_sym_LT_EQ] = ACTIONS(4519), - [anon_sym_GT_EQ] = ACTIONS(4519), - [anon_sym_BANGin] = ACTIONS(4519), - [anon_sym_is] = ACTIONS(4517), - [anon_sym_BANGis] = ACTIONS(4519), - [anon_sym_PLUS] = ACTIONS(4517), - [anon_sym_DASH] = ACTIONS(4517), - [anon_sym_SLASH] = ACTIONS(4517), - [anon_sym_PERCENT] = ACTIONS(4519), - [anon_sym_as_QMARK] = ACTIONS(4519), - [anon_sym_PLUS_PLUS] = ACTIONS(4519), - [anon_sym_DASH_DASH] = ACTIONS(4519), - [anon_sym_BANG] = ACTIONS(4517), - [anon_sym_BANG_BANG] = ACTIONS(4519), - [anon_sym_data] = ACTIONS(4517), - [anon_sym_inner] = ACTIONS(4517), - [anon_sym_expect] = ACTIONS(4517), - [anon_sym_actual] = ACTIONS(4517), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4519), - [anon_sym_continue_AT] = ACTIONS(4519), - [anon_sym_break_AT] = ACTIONS(4519), - [sym_real_literal] = ACTIONS(4519), - [sym_integer_literal] = ACTIONS(4517), - [sym_hex_literal] = ACTIONS(4519), - [sym_bin_literal] = ACTIONS(4519), - [anon_sym_true] = ACTIONS(4517), - [anon_sym_false] = ACTIONS(4517), - [anon_sym_SQUOTE] = ACTIONS(4519), - [sym__backtick_identifier] = ACTIONS(4519), - [sym__automatic_semicolon] = ACTIONS(4519), - [sym_safe_nav] = ACTIONS(4519), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4519), + [sym__alpha_identifier] = ACTIONS(4285), + [anon_sym_AT] = ACTIONS(4288), + [anon_sym_LBRACK] = ACTIONS(4288), + [anon_sym_as] = ACTIONS(4285), + [anon_sym_EQ] = ACTIONS(3943), + [anon_sym_LBRACE] = ACTIONS(4288), + [anon_sym_RBRACE] = ACTIONS(4288), + [anon_sym_LPAREN] = ACTIONS(5974), + [anon_sym_LT] = ACTIONS(4285), + [anon_sym_GT] = ACTIONS(4285), + [anon_sym_DOT] = ACTIONS(4285), + [anon_sym_SEMI] = ACTIONS(4288), + [anon_sym_get] = ACTIONS(4285), + [anon_sym_set] = ACTIONS(4285), + [anon_sym_STAR] = ACTIONS(4285), + [sym_label] = ACTIONS(4288), + [anon_sym_in] = ACTIONS(4285), + [anon_sym_DOT_DOT] = ACTIONS(4288), + [anon_sym_QMARK_COLON] = ACTIONS(4288), + [anon_sym_AMP_AMP] = ACTIONS(4288), + [anon_sym_PIPE_PIPE] = ACTIONS(4288), + [anon_sym_else] = ACTIONS(4285), + [anon_sym_COLON_COLON] = ACTIONS(4288), + [anon_sym_PLUS_EQ] = ACTIONS(3948), + [anon_sym_DASH_EQ] = ACTIONS(3948), + [anon_sym_STAR_EQ] = ACTIONS(3948), + [anon_sym_SLASH_EQ] = ACTIONS(3948), + [anon_sym_PERCENT_EQ] = ACTIONS(3948), + [anon_sym_BANG_EQ] = ACTIONS(4285), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4288), + [anon_sym_EQ_EQ] = ACTIONS(4285), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4288), + [anon_sym_LT_EQ] = ACTIONS(4288), + [anon_sym_GT_EQ] = ACTIONS(4288), + [anon_sym_BANGin] = ACTIONS(4288), + [anon_sym_is] = ACTIONS(4285), + [anon_sym_BANGis] = ACTIONS(4288), + [anon_sym_PLUS] = ACTIONS(4285), + [anon_sym_DASH] = ACTIONS(4285), + [anon_sym_SLASH] = ACTIONS(4285), + [anon_sym_PERCENT] = ACTIONS(4285), + [anon_sym_as_QMARK] = ACTIONS(4288), + [anon_sym_PLUS_PLUS] = ACTIONS(4288), + [anon_sym_DASH_DASH] = ACTIONS(4288), + [anon_sym_BANG_BANG] = ACTIONS(4288), + [anon_sym_suspend] = ACTIONS(4285), + [anon_sym_sealed] = ACTIONS(4285), + [anon_sym_annotation] = ACTIONS(4285), + [anon_sym_data] = ACTIONS(4285), + [anon_sym_inner] = ACTIONS(4285), + [anon_sym_override] = ACTIONS(4285), + [anon_sym_lateinit] = ACTIONS(4285), + [anon_sym_public] = ACTIONS(4285), + [anon_sym_private] = ACTIONS(4285), + [anon_sym_internal] = ACTIONS(4285), + [anon_sym_protected] = ACTIONS(4285), + [anon_sym_tailrec] = ACTIONS(4285), + [anon_sym_operator] = ACTIONS(4285), + [anon_sym_infix] = ACTIONS(4285), + [anon_sym_inline] = ACTIONS(4285), + [anon_sym_external] = ACTIONS(4285), + [sym_property_modifier] = ACTIONS(4285), + [anon_sym_abstract] = ACTIONS(4285), + [anon_sym_final] = ACTIONS(4285), + [anon_sym_open] = ACTIONS(4285), + [anon_sym_vararg] = ACTIONS(4285), + [anon_sym_noinline] = ACTIONS(4285), + [anon_sym_crossinline] = ACTIONS(4285), + [anon_sym_expect] = ACTIONS(4285), + [anon_sym_actual] = ACTIONS(4285), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4288), + [sym__automatic_semicolon] = ACTIONS(4288), + [sym_safe_nav] = ACTIONS(4288), + [sym_multiline_comment] = ACTIONS(3), }, [4038] = { - [sym__alpha_identifier] = ACTIONS(4249), - [anon_sym_AT] = ACTIONS(4252), - [anon_sym_LBRACK] = ACTIONS(4252), - [anon_sym_as] = ACTIONS(4257), - [anon_sym_LBRACE] = ACTIONS(4252), - [anon_sym_RBRACE] = ACTIONS(4255), - [anon_sym_LPAREN] = ACTIONS(7097), - [anon_sym_COMMA] = ACTIONS(4255), - [anon_sym_LT] = ACTIONS(4257), - [anon_sym_GT] = ACTIONS(4257), - [anon_sym_where] = ACTIONS(4257), - [anon_sym_object] = ACTIONS(3828), - [anon_sym_fun] = ACTIONS(3828), - [anon_sym_DOT] = ACTIONS(4257), - [anon_sym_SEMI] = ACTIONS(4255), - [anon_sym_get] = ACTIONS(4249), - [anon_sym_set] = ACTIONS(4249), - [anon_sym_this] = ACTIONS(3828), - [anon_sym_super] = ACTIONS(3828), - [anon_sym_STAR] = ACTIONS(4252), - [sym_label] = ACTIONS(4249), - [anon_sym_in] = ACTIONS(4257), - [anon_sym_DOT_DOT] = ACTIONS(4255), - [anon_sym_QMARK_COLON] = ACTIONS(4255), - [anon_sym_AMP_AMP] = ACTIONS(4255), - [anon_sym_PIPE_PIPE] = ACTIONS(4255), - [anon_sym_null] = ACTIONS(3828), - [anon_sym_if] = ACTIONS(3828), - [anon_sym_else] = ACTIONS(4257), - [anon_sym_when] = ACTIONS(3828), - [anon_sym_try] = ACTIONS(3828), - [anon_sym_throw] = ACTIONS(3828), - [anon_sym_return] = ACTIONS(3828), - [anon_sym_continue] = ACTIONS(3828), - [anon_sym_break] = ACTIONS(3828), - [anon_sym_COLON_COLON] = ACTIONS(4252), - [anon_sym_BANG_EQ] = ACTIONS(4257), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4255), - [anon_sym_EQ_EQ] = ACTIONS(4257), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4255), - [anon_sym_LT_EQ] = ACTIONS(4255), - [anon_sym_GT_EQ] = ACTIONS(4255), - [anon_sym_BANGin] = ACTIONS(4255), - [anon_sym_is] = ACTIONS(4257), - [anon_sym_BANGis] = ACTIONS(4255), - [anon_sym_PLUS] = ACTIONS(4249), - [anon_sym_DASH] = ACTIONS(4249), - [anon_sym_SLASH] = ACTIONS(4257), - [anon_sym_PERCENT] = ACTIONS(4255), - [anon_sym_as_QMARK] = ACTIONS(4255), - [anon_sym_PLUS_PLUS] = ACTIONS(4252), - [anon_sym_DASH_DASH] = ACTIONS(4252), - [anon_sym_BANG] = ACTIONS(3828), - [anon_sym_BANG_BANG] = ACTIONS(4255), - [anon_sym_data] = ACTIONS(4249), - [anon_sym_inner] = ACTIONS(4249), - [anon_sym_expect] = ACTIONS(4249), - [anon_sym_actual] = ACTIONS(4249), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3833), - [anon_sym_continue_AT] = ACTIONS(3833), - [anon_sym_break_AT] = ACTIONS(3833), - [sym_real_literal] = ACTIONS(3833), - [sym_integer_literal] = ACTIONS(3828), - [sym_hex_literal] = ACTIONS(3833), - [sym_bin_literal] = ACTIONS(3833), - [anon_sym_true] = ACTIONS(3828), - [anon_sym_false] = ACTIONS(3828), - [anon_sym_SQUOTE] = ACTIONS(3833), - [sym__backtick_identifier] = ACTIONS(4252), - [sym__automatic_semicolon] = ACTIONS(4255), - [sym_safe_nav] = ACTIONS(4255), + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(1850), + [sym__comparison_operator] = STATE(1849), + [sym__in_operator] = STATE(1845), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(1842), + [sym__multiplicative_operator] = STATE(1841), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1838), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_RBRACK] = ACTIONS(3001), + [anon_sym_as] = ACTIONS(6403), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_RBRACE] = ACTIONS(3001), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_COMMA] = ACTIONS(3001), + [anon_sym_RPAREN] = ACTIONS(3001), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(7038), + [anon_sym_where] = ACTIONS(2999), + [anon_sym_DOT] = ACTIONS(6409), + [anon_sym_SEMI] = ACTIONS(3001), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(7040), + [anon_sym_DASH_GT] = ACTIONS(3001), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7042), + [anon_sym_while] = ACTIONS(2999), + [anon_sym_DOT_DOT] = ACTIONS(7044), + [anon_sym_QMARK_COLON] = ACTIONS(7046), + [anon_sym_AMP_AMP] = ACTIONS(7048), + [anon_sym_PIPE_PIPE] = ACTIONS(7050), + [anon_sym_else] = ACTIONS(2999), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7052), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7054), + [anon_sym_EQ_EQ] = ACTIONS(7052), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7054), + [anon_sym_LT_EQ] = ACTIONS(7056), + [anon_sym_GT_EQ] = ACTIONS(7056), + [anon_sym_BANGin] = ACTIONS(7058), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7060), + [anon_sym_DASH] = ACTIONS(7060), + [anon_sym_SLASH] = ACTIONS(7062), + [anon_sym_PERCENT] = ACTIONS(7040), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3833), }, [4039] = { - [sym__alpha_identifier] = ACTIONS(4233), - [anon_sym_AT] = ACTIONS(4236), - [anon_sym_LBRACK] = ACTIONS(4236), - [anon_sym_as] = ACTIONS(4241), - [anon_sym_LBRACE] = ACTIONS(4236), - [anon_sym_RBRACE] = ACTIONS(4239), - [anon_sym_LPAREN] = ACTIONS(7101), - [anon_sym_COMMA] = ACTIONS(4239), - [anon_sym_LT] = ACTIONS(4241), - [anon_sym_GT] = ACTIONS(4241), - [anon_sym_where] = ACTIONS(4241), - [anon_sym_object] = ACTIONS(3828), - [anon_sym_fun] = ACTIONS(3828), - [anon_sym_DOT] = ACTIONS(4241), - [anon_sym_SEMI] = ACTIONS(4239), - [anon_sym_get] = ACTIONS(4233), - [anon_sym_set] = ACTIONS(4233), - [anon_sym_this] = ACTIONS(3828), - [anon_sym_super] = ACTIONS(3828), - [anon_sym_STAR] = ACTIONS(4236), + [sym_type_constraints] = STATE(3664), + [sym_enum_class_body] = STATE(3727), + [sym__alpha_identifier] = ACTIONS(4231), + [anon_sym_AT] = ACTIONS(4233), + [anon_sym_COLON] = ACTIONS(7095), + [anon_sym_LBRACK] = ACTIONS(4233), + [anon_sym_as] = ACTIONS(4231), + [anon_sym_LBRACE] = ACTIONS(5415), + [anon_sym_RBRACE] = ACTIONS(4233), + [anon_sym_LPAREN] = ACTIONS(4233), + [anon_sym_COMMA] = ACTIONS(4233), + [anon_sym_LT] = ACTIONS(4231), + [anon_sym_GT] = ACTIONS(4231), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(4231), + [anon_sym_SEMI] = ACTIONS(4233), + [anon_sym_get] = ACTIONS(4231), + [anon_sym_set] = ACTIONS(4231), + [anon_sym_STAR] = ACTIONS(4233), [sym_label] = ACTIONS(4233), - [anon_sym_in] = ACTIONS(4241), - [anon_sym_DOT_DOT] = ACTIONS(4239), - [anon_sym_QMARK_COLON] = ACTIONS(4239), - [anon_sym_AMP_AMP] = ACTIONS(4239), - [anon_sym_PIPE_PIPE] = ACTIONS(4239), - [anon_sym_null] = ACTIONS(3828), - [anon_sym_if] = ACTIONS(3828), - [anon_sym_else] = ACTIONS(4241), - [anon_sym_when] = ACTIONS(3828), - [anon_sym_try] = ACTIONS(3828), - [anon_sym_throw] = ACTIONS(3828), - [anon_sym_return] = ACTIONS(3828), - [anon_sym_continue] = ACTIONS(3828), - [anon_sym_break] = ACTIONS(3828), - [anon_sym_COLON_COLON] = ACTIONS(4236), - [anon_sym_BANG_EQ] = ACTIONS(4241), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4239), - [anon_sym_EQ_EQ] = ACTIONS(4241), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4239), - [anon_sym_LT_EQ] = ACTIONS(4239), - [anon_sym_GT_EQ] = ACTIONS(4239), - [anon_sym_BANGin] = ACTIONS(4239), - [anon_sym_is] = ACTIONS(4241), - [anon_sym_BANGis] = ACTIONS(4239), - [anon_sym_PLUS] = ACTIONS(4233), - [anon_sym_DASH] = ACTIONS(4233), - [anon_sym_SLASH] = ACTIONS(4241), - [anon_sym_PERCENT] = ACTIONS(4239), - [anon_sym_as_QMARK] = ACTIONS(4239), - [anon_sym_PLUS_PLUS] = ACTIONS(4236), - [anon_sym_DASH_DASH] = ACTIONS(4236), - [anon_sym_BANG] = ACTIONS(3828), - [anon_sym_BANG_BANG] = ACTIONS(4239), - [anon_sym_data] = ACTIONS(4233), - [anon_sym_inner] = ACTIONS(4233), - [anon_sym_expect] = ACTIONS(4233), - [anon_sym_actual] = ACTIONS(4233), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3833), - [anon_sym_continue_AT] = ACTIONS(3833), - [anon_sym_break_AT] = ACTIONS(3833), - [sym_real_literal] = ACTIONS(3833), - [sym_integer_literal] = ACTIONS(3828), - [sym_hex_literal] = ACTIONS(3833), - [sym_bin_literal] = ACTIONS(3833), - [anon_sym_true] = ACTIONS(3828), - [anon_sym_false] = ACTIONS(3828), - [anon_sym_SQUOTE] = ACTIONS(3833), - [sym__backtick_identifier] = ACTIONS(4236), - [sym__automatic_semicolon] = ACTIONS(4239), - [sym_safe_nav] = ACTIONS(4239), + [anon_sym_in] = ACTIONS(4231), + [anon_sym_DOT_DOT] = ACTIONS(4233), + [anon_sym_QMARK_COLON] = ACTIONS(4233), + [anon_sym_AMP_AMP] = ACTIONS(4233), + [anon_sym_PIPE_PIPE] = ACTIONS(4233), + [anon_sym_else] = ACTIONS(4231), + [anon_sym_COLON_COLON] = ACTIONS(4233), + [anon_sym_BANG_EQ] = ACTIONS(4231), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4233), + [anon_sym_EQ_EQ] = ACTIONS(4231), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4233), + [anon_sym_LT_EQ] = ACTIONS(4233), + [anon_sym_GT_EQ] = ACTIONS(4233), + [anon_sym_BANGin] = ACTIONS(4233), + [anon_sym_is] = ACTIONS(4231), + [anon_sym_BANGis] = ACTIONS(4233), + [anon_sym_PLUS] = ACTIONS(4231), + [anon_sym_DASH] = ACTIONS(4231), + [anon_sym_SLASH] = ACTIONS(4231), + [anon_sym_PERCENT] = ACTIONS(4233), + [anon_sym_as_QMARK] = ACTIONS(4233), + [anon_sym_PLUS_PLUS] = ACTIONS(4233), + [anon_sym_DASH_DASH] = ACTIONS(4233), + [anon_sym_BANG_BANG] = ACTIONS(4233), + [anon_sym_suspend] = ACTIONS(4231), + [anon_sym_sealed] = ACTIONS(4231), + [anon_sym_annotation] = ACTIONS(4231), + [anon_sym_data] = ACTIONS(4231), + [anon_sym_inner] = ACTIONS(4231), + [anon_sym_override] = ACTIONS(4231), + [anon_sym_lateinit] = ACTIONS(4231), + [anon_sym_public] = ACTIONS(4231), + [anon_sym_private] = ACTIONS(4231), + [anon_sym_internal] = ACTIONS(4231), + [anon_sym_protected] = ACTIONS(4231), + [anon_sym_tailrec] = ACTIONS(4231), + [anon_sym_operator] = ACTIONS(4231), + [anon_sym_infix] = ACTIONS(4231), + [anon_sym_inline] = ACTIONS(4231), + [anon_sym_external] = ACTIONS(4231), + [sym_property_modifier] = ACTIONS(4231), + [anon_sym_abstract] = ACTIONS(4231), + [anon_sym_final] = ACTIONS(4231), + [anon_sym_open] = ACTIONS(4231), + [anon_sym_vararg] = ACTIONS(4231), + [anon_sym_noinline] = ACTIONS(4231), + [anon_sym_crossinline] = ACTIONS(4231), + [anon_sym_expect] = ACTIONS(4231), + [anon_sym_actual] = ACTIONS(4231), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4233), + [sym__automatic_semicolon] = ACTIONS(4233), + [sym_safe_nav] = ACTIONS(4233), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3833), }, [4040] = { - [sym_class_body] = STATE(3238), - [sym_type_constraints] = STATE(3068), - [sym__alpha_identifier] = ACTIONS(3214), - [anon_sym_AT] = ACTIONS(3218), - [anon_sym_COLON] = ACTIONS(6018), - [anon_sym_LBRACK] = ACTIONS(3218), - [anon_sym_as] = ACTIONS(3214), - [anon_sym_LBRACE] = ACTIONS(5147), - [anon_sym_RBRACE] = ACTIONS(3218), - [anon_sym_LPAREN] = ACTIONS(3218), - [anon_sym_RPAREN] = ACTIONS(3218), - [anon_sym_LT] = ACTIONS(3214), - [anon_sym_GT] = ACTIONS(3214), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(3214), - [anon_sym_SEMI] = ACTIONS(3218), - [anon_sym_get] = ACTIONS(3214), - [anon_sym_set] = ACTIONS(3214), - [anon_sym_STAR] = ACTIONS(3218), - [sym_label] = ACTIONS(3218), - [anon_sym_in] = ACTIONS(3214), - [anon_sym_while] = ACTIONS(3214), - [anon_sym_DOT_DOT] = ACTIONS(3218), - [anon_sym_QMARK_COLON] = ACTIONS(3218), - [anon_sym_AMP_AMP] = ACTIONS(3218), - [anon_sym_PIPE_PIPE] = ACTIONS(3218), - [anon_sym_else] = ACTIONS(3214), - [anon_sym_COLON_COLON] = ACTIONS(3218), - [anon_sym_BANG_EQ] = ACTIONS(3214), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3218), - [anon_sym_EQ_EQ] = ACTIONS(3214), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3218), - [anon_sym_LT_EQ] = ACTIONS(3218), - [anon_sym_GT_EQ] = ACTIONS(3218), - [anon_sym_BANGin] = ACTIONS(3218), - [anon_sym_is] = ACTIONS(3214), - [anon_sym_BANGis] = ACTIONS(3218), - [anon_sym_PLUS] = ACTIONS(3214), - [anon_sym_DASH] = ACTIONS(3214), - [anon_sym_SLASH] = ACTIONS(3214), - [anon_sym_PERCENT] = ACTIONS(3218), - [anon_sym_as_QMARK] = ACTIONS(3218), - [anon_sym_PLUS_PLUS] = ACTIONS(3218), - [anon_sym_DASH_DASH] = ACTIONS(3218), - [anon_sym_BANG_BANG] = ACTIONS(3218), - [anon_sym_suspend] = ACTIONS(3214), - [anon_sym_sealed] = ACTIONS(3214), - [anon_sym_annotation] = ACTIONS(3214), - [anon_sym_data] = ACTIONS(3214), - [anon_sym_inner] = ACTIONS(3214), - [anon_sym_override] = ACTIONS(3214), - [anon_sym_lateinit] = ACTIONS(3214), - [anon_sym_public] = ACTIONS(3214), - [anon_sym_private] = ACTIONS(3214), - [anon_sym_internal] = ACTIONS(3214), - [anon_sym_protected] = ACTIONS(3214), - [anon_sym_tailrec] = ACTIONS(3214), - [anon_sym_operator] = ACTIONS(3214), - [anon_sym_infix] = ACTIONS(3214), - [anon_sym_inline] = ACTIONS(3214), - [anon_sym_external] = ACTIONS(3214), - [sym_property_modifier] = ACTIONS(3214), - [anon_sym_abstract] = ACTIONS(3214), - [anon_sym_final] = ACTIONS(3214), - [anon_sym_open] = ACTIONS(3214), - [anon_sym_vararg] = ACTIONS(3214), - [anon_sym_noinline] = ACTIONS(3214), - [anon_sym_crossinline] = ACTIONS(3214), - [anon_sym_expect] = ACTIONS(3214), - [anon_sym_actual] = ACTIONS(3214), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3218), - [sym_safe_nav] = ACTIONS(3218), + [sym_function_body] = STATE(3730), + [sym__block] = STATE(3738), + [sym__alpha_identifier] = ACTIONS(4487), + [anon_sym_AT] = ACTIONS(4489), + [anon_sym_LBRACK] = ACTIONS(4489), + [anon_sym_as] = ACTIONS(4487), + [anon_sym_EQ] = ACTIONS(6918), + [anon_sym_LBRACE] = ACTIONS(6461), + [anon_sym_RBRACE] = ACTIONS(4489), + [anon_sym_LPAREN] = ACTIONS(4489), + [anon_sym_COMMA] = ACTIONS(4489), + [anon_sym_LT] = ACTIONS(4487), + [anon_sym_GT] = ACTIONS(4487), + [anon_sym_where] = ACTIONS(4487), + [anon_sym_DOT] = ACTIONS(4487), + [anon_sym_SEMI] = ACTIONS(4489), + [anon_sym_get] = ACTIONS(4487), + [anon_sym_set] = ACTIONS(4487), + [anon_sym_STAR] = ACTIONS(4489), + [sym_label] = ACTIONS(4489), + [anon_sym_in] = ACTIONS(4487), + [anon_sym_DOT_DOT] = ACTIONS(4489), + [anon_sym_QMARK_COLON] = ACTIONS(4489), + [anon_sym_AMP_AMP] = ACTIONS(4489), + [anon_sym_PIPE_PIPE] = ACTIONS(4489), + [anon_sym_else] = ACTIONS(4487), + [anon_sym_COLON_COLON] = ACTIONS(4489), + [anon_sym_BANG_EQ] = ACTIONS(4487), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4489), + [anon_sym_EQ_EQ] = ACTIONS(4487), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4489), + [anon_sym_LT_EQ] = ACTIONS(4489), + [anon_sym_GT_EQ] = ACTIONS(4489), + [anon_sym_BANGin] = ACTIONS(4489), + [anon_sym_is] = ACTIONS(4487), + [anon_sym_BANGis] = ACTIONS(4489), + [anon_sym_PLUS] = ACTIONS(4487), + [anon_sym_DASH] = ACTIONS(4487), + [anon_sym_SLASH] = ACTIONS(4487), + [anon_sym_PERCENT] = ACTIONS(4489), + [anon_sym_as_QMARK] = ACTIONS(4489), + [anon_sym_PLUS_PLUS] = ACTIONS(4489), + [anon_sym_DASH_DASH] = ACTIONS(4489), + [anon_sym_BANG_BANG] = ACTIONS(4489), + [anon_sym_suspend] = ACTIONS(4487), + [anon_sym_sealed] = ACTIONS(4487), + [anon_sym_annotation] = ACTIONS(4487), + [anon_sym_data] = ACTIONS(4487), + [anon_sym_inner] = ACTIONS(4487), + [anon_sym_override] = ACTIONS(4487), + [anon_sym_lateinit] = ACTIONS(4487), + [anon_sym_public] = ACTIONS(4487), + [anon_sym_private] = ACTIONS(4487), + [anon_sym_internal] = ACTIONS(4487), + [anon_sym_protected] = ACTIONS(4487), + [anon_sym_tailrec] = ACTIONS(4487), + [anon_sym_operator] = ACTIONS(4487), + [anon_sym_infix] = ACTIONS(4487), + [anon_sym_inline] = ACTIONS(4487), + [anon_sym_external] = ACTIONS(4487), + [sym_property_modifier] = ACTIONS(4487), + [anon_sym_abstract] = ACTIONS(4487), + [anon_sym_final] = ACTIONS(4487), + [anon_sym_open] = ACTIONS(4487), + [anon_sym_vararg] = ACTIONS(4487), + [anon_sym_noinline] = ACTIONS(4487), + [anon_sym_crossinline] = ACTIONS(4487), + [anon_sym_expect] = ACTIONS(4487), + [anon_sym_actual] = ACTIONS(4487), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4489), + [sym__automatic_semicolon] = ACTIONS(4489), + [sym_safe_nav] = ACTIONS(4489), [sym_multiline_comment] = ACTIONS(3), }, [4041] = { - [sym_type_constraints] = STATE(3083), - [sym_enum_class_body] = STATE(3211), - [sym__alpha_identifier] = ACTIONS(3190), - [anon_sym_AT] = ACTIONS(3194), - [anon_sym_COLON] = ACTIONS(6122), - [anon_sym_LBRACK] = ACTIONS(3194), - [anon_sym_as] = ACTIONS(3190), - [anon_sym_LBRACE] = ACTIONS(5155), - [anon_sym_RBRACE] = ACTIONS(3194), - [anon_sym_LPAREN] = ACTIONS(3194), - [anon_sym_RPAREN] = ACTIONS(3194), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3190), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(3190), - [anon_sym_SEMI] = ACTIONS(3194), - [anon_sym_get] = ACTIONS(3190), - [anon_sym_set] = ACTIONS(3190), - [anon_sym_STAR] = ACTIONS(3194), - [sym_label] = ACTIONS(3194), - [anon_sym_in] = ACTIONS(3190), - [anon_sym_while] = ACTIONS(3190), - [anon_sym_DOT_DOT] = ACTIONS(3194), - [anon_sym_QMARK_COLON] = ACTIONS(3194), - [anon_sym_AMP_AMP] = ACTIONS(3194), - [anon_sym_PIPE_PIPE] = ACTIONS(3194), - [anon_sym_else] = ACTIONS(3190), - [anon_sym_COLON_COLON] = ACTIONS(3194), - [anon_sym_BANG_EQ] = ACTIONS(3190), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3194), - [anon_sym_EQ_EQ] = ACTIONS(3190), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3194), - [anon_sym_LT_EQ] = ACTIONS(3194), - [anon_sym_GT_EQ] = ACTIONS(3194), - [anon_sym_BANGin] = ACTIONS(3194), - [anon_sym_is] = ACTIONS(3190), - [anon_sym_BANGis] = ACTIONS(3194), - [anon_sym_PLUS] = ACTIONS(3190), - [anon_sym_DASH] = ACTIONS(3190), - [anon_sym_SLASH] = ACTIONS(3190), - [anon_sym_PERCENT] = ACTIONS(3194), - [anon_sym_as_QMARK] = ACTIONS(3194), - [anon_sym_PLUS_PLUS] = ACTIONS(3194), - [anon_sym_DASH_DASH] = ACTIONS(3194), - [anon_sym_BANG_BANG] = ACTIONS(3194), - [anon_sym_suspend] = ACTIONS(3190), - [anon_sym_sealed] = ACTIONS(3190), - [anon_sym_annotation] = ACTIONS(3190), - [anon_sym_data] = ACTIONS(3190), - [anon_sym_inner] = ACTIONS(3190), - [anon_sym_override] = ACTIONS(3190), - [anon_sym_lateinit] = ACTIONS(3190), - [anon_sym_public] = ACTIONS(3190), - [anon_sym_private] = ACTIONS(3190), - [anon_sym_internal] = ACTIONS(3190), - [anon_sym_protected] = ACTIONS(3190), - [anon_sym_tailrec] = ACTIONS(3190), - [anon_sym_operator] = ACTIONS(3190), - [anon_sym_infix] = ACTIONS(3190), - [anon_sym_inline] = ACTIONS(3190), - [anon_sym_external] = ACTIONS(3190), - [sym_property_modifier] = ACTIONS(3190), - [anon_sym_abstract] = ACTIONS(3190), - [anon_sym_final] = ACTIONS(3190), - [anon_sym_open] = ACTIONS(3190), - [anon_sym_vararg] = ACTIONS(3190), - [anon_sym_noinline] = ACTIONS(3190), - [anon_sym_crossinline] = ACTIONS(3190), - [anon_sym_expect] = ACTIONS(3190), - [anon_sym_actual] = ACTIONS(3190), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3194), - [sym_safe_nav] = ACTIONS(3194), + [sym_class_body] = STATE(3270), + [sym_type_constraints] = STATE(3068), + [sym__alpha_identifier] = ACTIONS(4303), + [anon_sym_AT] = ACTIONS(4305), + [anon_sym_COLON] = ACTIONS(7097), + [anon_sym_LBRACK] = ACTIONS(4305), + [anon_sym_as] = ACTIONS(4303), + [anon_sym_LBRACE] = ACTIONS(5179), + [anon_sym_RBRACE] = ACTIONS(4305), + [anon_sym_LPAREN] = ACTIONS(4305), + [anon_sym_RPAREN] = ACTIONS(4305), + [anon_sym_LT] = ACTIONS(4303), + [anon_sym_GT] = ACTIONS(4303), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(4303), + [anon_sym_SEMI] = ACTIONS(4305), + [anon_sym_get] = ACTIONS(4303), + [anon_sym_set] = ACTIONS(4303), + [anon_sym_STAR] = ACTIONS(4305), + [sym_label] = ACTIONS(4305), + [anon_sym_in] = ACTIONS(4303), + [anon_sym_while] = ACTIONS(4303), + [anon_sym_DOT_DOT] = ACTIONS(4305), + [anon_sym_QMARK_COLON] = ACTIONS(4305), + [anon_sym_AMP_AMP] = ACTIONS(4305), + [anon_sym_PIPE_PIPE] = ACTIONS(4305), + [anon_sym_else] = ACTIONS(4303), + [anon_sym_COLON_COLON] = ACTIONS(4305), + [anon_sym_BANG_EQ] = ACTIONS(4303), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4305), + [anon_sym_EQ_EQ] = ACTIONS(4303), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4305), + [anon_sym_LT_EQ] = ACTIONS(4305), + [anon_sym_GT_EQ] = ACTIONS(4305), + [anon_sym_BANGin] = ACTIONS(4305), + [anon_sym_is] = ACTIONS(4303), + [anon_sym_BANGis] = ACTIONS(4305), + [anon_sym_PLUS] = ACTIONS(4303), + [anon_sym_DASH] = ACTIONS(4303), + [anon_sym_SLASH] = ACTIONS(4303), + [anon_sym_PERCENT] = ACTIONS(4305), + [anon_sym_as_QMARK] = ACTIONS(4305), + [anon_sym_PLUS_PLUS] = ACTIONS(4305), + [anon_sym_DASH_DASH] = ACTIONS(4305), + [anon_sym_BANG_BANG] = ACTIONS(4305), + [anon_sym_suspend] = ACTIONS(4303), + [anon_sym_sealed] = ACTIONS(4303), + [anon_sym_annotation] = ACTIONS(4303), + [anon_sym_data] = ACTIONS(4303), + [anon_sym_inner] = ACTIONS(4303), + [anon_sym_override] = ACTIONS(4303), + [anon_sym_lateinit] = ACTIONS(4303), + [anon_sym_public] = ACTIONS(4303), + [anon_sym_private] = ACTIONS(4303), + [anon_sym_internal] = ACTIONS(4303), + [anon_sym_protected] = ACTIONS(4303), + [anon_sym_tailrec] = ACTIONS(4303), + [anon_sym_operator] = ACTIONS(4303), + [anon_sym_infix] = ACTIONS(4303), + [anon_sym_inline] = ACTIONS(4303), + [anon_sym_external] = ACTIONS(4303), + [sym_property_modifier] = ACTIONS(4303), + [anon_sym_abstract] = ACTIONS(4303), + [anon_sym_final] = ACTIONS(4303), + [anon_sym_open] = ACTIONS(4303), + [anon_sym_vararg] = ACTIONS(4303), + [anon_sym_noinline] = ACTIONS(4303), + [anon_sym_crossinline] = ACTIONS(4303), + [anon_sym_expect] = ACTIONS(4303), + [anon_sym_actual] = ACTIONS(4303), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4305), + [sym_safe_nav] = ACTIONS(4305), [sym_multiline_comment] = ACTIONS(3), }, [4042] = { - [sym_class_body] = STATE(3417), - [sym__alpha_identifier] = ACTIONS(4509), - [anon_sym_AT] = ACTIONS(4511), - [anon_sym_COLON] = ACTIONS(7105), - [anon_sym_LBRACK] = ACTIONS(4511), - [anon_sym_as] = ACTIONS(4509), - [anon_sym_LBRACE] = ACTIONS(3112), - [anon_sym_RBRACE] = ACTIONS(4511), - [anon_sym_LPAREN] = ACTIONS(4511), - [anon_sym_LT] = ACTIONS(4509), - [anon_sym_GT] = ACTIONS(4509), - [anon_sym_object] = ACTIONS(4509), - [anon_sym_fun] = ACTIONS(4509), - [anon_sym_DOT] = ACTIONS(4509), - [anon_sym_SEMI] = ACTIONS(4511), - [anon_sym_get] = ACTIONS(4509), - [anon_sym_set] = ACTIONS(4509), - [anon_sym_this] = ACTIONS(4509), - [anon_sym_super] = ACTIONS(4509), - [anon_sym_STAR] = ACTIONS(4511), - [sym_label] = ACTIONS(4509), - [anon_sym_in] = ACTIONS(4509), - [anon_sym_DOT_DOT] = ACTIONS(4511), - [anon_sym_QMARK_COLON] = ACTIONS(4511), - [anon_sym_AMP_AMP] = ACTIONS(4511), - [anon_sym_PIPE_PIPE] = ACTIONS(4511), - [anon_sym_null] = ACTIONS(4509), - [anon_sym_if] = ACTIONS(4509), - [anon_sym_else] = ACTIONS(4509), - [anon_sym_when] = ACTIONS(4509), - [anon_sym_try] = ACTIONS(4509), - [anon_sym_throw] = ACTIONS(4509), - [anon_sym_return] = ACTIONS(4509), - [anon_sym_continue] = ACTIONS(4509), - [anon_sym_break] = ACTIONS(4509), - [anon_sym_COLON_COLON] = ACTIONS(4511), - [anon_sym_BANG_EQ] = ACTIONS(4509), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4511), - [anon_sym_EQ_EQ] = ACTIONS(4509), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4511), - [anon_sym_LT_EQ] = ACTIONS(4511), - [anon_sym_GT_EQ] = ACTIONS(4511), - [anon_sym_BANGin] = ACTIONS(4511), - [anon_sym_is] = ACTIONS(4509), - [anon_sym_BANGis] = ACTIONS(4511), - [anon_sym_PLUS] = ACTIONS(4509), - [anon_sym_DASH] = ACTIONS(4509), - [anon_sym_SLASH] = ACTIONS(4509), - [anon_sym_PERCENT] = ACTIONS(4511), - [anon_sym_as_QMARK] = ACTIONS(4511), - [anon_sym_PLUS_PLUS] = ACTIONS(4511), - [anon_sym_DASH_DASH] = ACTIONS(4511), - [anon_sym_BANG] = ACTIONS(4509), - [anon_sym_BANG_BANG] = ACTIONS(4511), - [anon_sym_data] = ACTIONS(4509), - [anon_sym_inner] = ACTIONS(4509), - [anon_sym_expect] = ACTIONS(4509), - [anon_sym_actual] = ACTIONS(4509), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4511), - [anon_sym_continue_AT] = ACTIONS(4511), - [anon_sym_break_AT] = ACTIONS(4511), - [sym_real_literal] = ACTIONS(4511), - [sym_integer_literal] = ACTIONS(4509), - [sym_hex_literal] = ACTIONS(4511), - [sym_bin_literal] = ACTIONS(4511), - [anon_sym_true] = ACTIONS(4509), - [anon_sym_false] = ACTIONS(4509), - [anon_sym_SQUOTE] = ACTIONS(4511), - [sym__backtick_identifier] = ACTIONS(4511), - [sym__automatic_semicolon] = ACTIONS(4511), - [sym_safe_nav] = ACTIONS(4511), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4511), + [sym_class_body] = STATE(3319), + [sym_type_constraints] = STATE(3055), + [sym__alpha_identifier] = ACTIONS(3196), + [anon_sym_AT] = ACTIONS(3200), + [anon_sym_COLON] = ACTIONS(6030), + [anon_sym_LBRACK] = ACTIONS(3200), + [anon_sym_as] = ACTIONS(3196), + [anon_sym_LBRACE] = ACTIONS(5179), + [anon_sym_RBRACE] = ACTIONS(3200), + [anon_sym_LPAREN] = ACTIONS(3200), + [anon_sym_RPAREN] = ACTIONS(3200), + [anon_sym_LT] = ACTIONS(3196), + [anon_sym_GT] = ACTIONS(3196), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(3196), + [anon_sym_SEMI] = ACTIONS(3200), + [anon_sym_get] = ACTIONS(3196), + [anon_sym_set] = ACTIONS(3196), + [anon_sym_STAR] = ACTIONS(3200), + [sym_label] = ACTIONS(3200), + [anon_sym_in] = ACTIONS(3196), + [anon_sym_while] = ACTIONS(3196), + [anon_sym_DOT_DOT] = ACTIONS(3200), + [anon_sym_QMARK_COLON] = ACTIONS(3200), + [anon_sym_AMP_AMP] = ACTIONS(3200), + [anon_sym_PIPE_PIPE] = ACTIONS(3200), + [anon_sym_else] = ACTIONS(3196), + [anon_sym_COLON_COLON] = ACTIONS(3200), + [anon_sym_BANG_EQ] = ACTIONS(3196), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3200), + [anon_sym_EQ_EQ] = ACTIONS(3196), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3200), + [anon_sym_LT_EQ] = ACTIONS(3200), + [anon_sym_GT_EQ] = ACTIONS(3200), + [anon_sym_BANGin] = ACTIONS(3200), + [anon_sym_is] = ACTIONS(3196), + [anon_sym_BANGis] = ACTIONS(3200), + [anon_sym_PLUS] = ACTIONS(3196), + [anon_sym_DASH] = ACTIONS(3196), + [anon_sym_SLASH] = ACTIONS(3196), + [anon_sym_PERCENT] = ACTIONS(3200), + [anon_sym_as_QMARK] = ACTIONS(3200), + [anon_sym_PLUS_PLUS] = ACTIONS(3200), + [anon_sym_DASH_DASH] = ACTIONS(3200), + [anon_sym_BANG_BANG] = ACTIONS(3200), + [anon_sym_suspend] = ACTIONS(3196), + [anon_sym_sealed] = ACTIONS(3196), + [anon_sym_annotation] = ACTIONS(3196), + [anon_sym_data] = ACTIONS(3196), + [anon_sym_inner] = ACTIONS(3196), + [anon_sym_override] = ACTIONS(3196), + [anon_sym_lateinit] = ACTIONS(3196), + [anon_sym_public] = ACTIONS(3196), + [anon_sym_private] = ACTIONS(3196), + [anon_sym_internal] = ACTIONS(3196), + [anon_sym_protected] = ACTIONS(3196), + [anon_sym_tailrec] = ACTIONS(3196), + [anon_sym_operator] = ACTIONS(3196), + [anon_sym_infix] = ACTIONS(3196), + [anon_sym_inline] = ACTIONS(3196), + [anon_sym_external] = ACTIONS(3196), + [sym_property_modifier] = ACTIONS(3196), + [anon_sym_abstract] = ACTIONS(3196), + [anon_sym_final] = ACTIONS(3196), + [anon_sym_open] = ACTIONS(3196), + [anon_sym_vararg] = ACTIONS(3196), + [anon_sym_noinline] = ACTIONS(3196), + [anon_sym_crossinline] = ACTIONS(3196), + [anon_sym_expect] = ACTIONS(3196), + [anon_sym_actual] = ACTIONS(3196), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3200), + [sym_safe_nav] = ACTIONS(3200), + [sym_multiline_comment] = ACTIONS(3), }, [4043] = { - [sym__alpha_identifier] = ACTIONS(4241), - [anon_sym_AT] = ACTIONS(4239), - [anon_sym_LBRACK] = ACTIONS(4239), - [anon_sym_RBRACK] = ACTIONS(4239), - [anon_sym_as] = ACTIONS(4241), - [anon_sym_LBRACE] = ACTIONS(4239), - [anon_sym_RBRACE] = ACTIONS(4239), - [anon_sym_LPAREN] = ACTIONS(7107), - [anon_sym_COMMA] = ACTIONS(4239), - [anon_sym_RPAREN] = ACTIONS(4239), - [anon_sym_LT] = ACTIONS(4241), - [anon_sym_GT] = ACTIONS(4241), - [anon_sym_where] = ACTIONS(4241), - [anon_sym_DOT] = ACTIONS(4241), - [anon_sym_SEMI] = ACTIONS(4239), - [anon_sym_get] = ACTIONS(4241), - [anon_sym_set] = ACTIONS(4241), - [anon_sym_STAR] = ACTIONS(4239), - [anon_sym_DASH_GT] = ACTIONS(4239), - [sym_label] = ACTIONS(4239), - [anon_sym_in] = ACTIONS(4241), - [anon_sym_while] = ACTIONS(4241), - [anon_sym_DOT_DOT] = ACTIONS(4239), - [anon_sym_QMARK_COLON] = ACTIONS(4239), - [anon_sym_AMP_AMP] = ACTIONS(4239), - [anon_sym_PIPE_PIPE] = ACTIONS(4239), - [anon_sym_else] = ACTIONS(4241), - [anon_sym_COLON_COLON] = ACTIONS(4239), - [anon_sym_BANG_EQ] = ACTIONS(4241), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4239), - [anon_sym_EQ_EQ] = ACTIONS(4241), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4239), - [anon_sym_LT_EQ] = ACTIONS(4239), - [anon_sym_GT_EQ] = ACTIONS(4239), - [anon_sym_BANGin] = ACTIONS(4239), - [anon_sym_is] = ACTIONS(4241), - [anon_sym_BANGis] = ACTIONS(4239), - [anon_sym_PLUS] = ACTIONS(4241), - [anon_sym_DASH] = ACTIONS(4241), - [anon_sym_SLASH] = ACTIONS(4241), - [anon_sym_PERCENT] = ACTIONS(4239), - [anon_sym_as_QMARK] = ACTIONS(4239), - [anon_sym_PLUS_PLUS] = ACTIONS(4239), - [anon_sym_DASH_DASH] = ACTIONS(4239), - [anon_sym_BANG_BANG] = ACTIONS(4239), - [anon_sym_suspend] = ACTIONS(4241), - [anon_sym_sealed] = ACTIONS(4241), - [anon_sym_annotation] = ACTIONS(4241), - [anon_sym_data] = ACTIONS(4241), - [anon_sym_inner] = ACTIONS(4241), - [anon_sym_override] = ACTIONS(4241), - [anon_sym_lateinit] = ACTIONS(4241), - [anon_sym_public] = ACTIONS(4241), - [anon_sym_private] = ACTIONS(4241), - [anon_sym_internal] = ACTIONS(4241), - [anon_sym_protected] = ACTIONS(4241), - [anon_sym_tailrec] = ACTIONS(4241), - [anon_sym_operator] = ACTIONS(4241), - [anon_sym_infix] = ACTIONS(4241), - [anon_sym_inline] = ACTIONS(4241), - [anon_sym_external] = ACTIONS(4241), - [sym_property_modifier] = ACTIONS(4241), - [anon_sym_abstract] = ACTIONS(4241), - [anon_sym_final] = ACTIONS(4241), - [anon_sym_open] = ACTIONS(4241), - [anon_sym_vararg] = ACTIONS(4241), - [anon_sym_noinline] = ACTIONS(4241), - [anon_sym_crossinline] = ACTIONS(4241), - [anon_sym_expect] = ACTIONS(4241), - [anon_sym_actual] = ACTIONS(4241), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4239), - [sym_safe_nav] = ACTIONS(4239), + [sym__alpha_identifier] = ACTIONS(4792), + [anon_sym_AT] = ACTIONS(4794), + [anon_sym_LBRACK] = ACTIONS(4794), + [anon_sym_RBRACK] = ACTIONS(4794), + [anon_sym_as] = ACTIONS(4792), + [anon_sym_LBRACE] = ACTIONS(4794), + [anon_sym_RBRACE] = ACTIONS(4794), + [anon_sym_LPAREN] = ACTIONS(4794), + [anon_sym_COMMA] = ACTIONS(4794), + [anon_sym_RPAREN] = ACTIONS(4794), + [anon_sym_LT] = ACTIONS(4792), + [anon_sym_GT] = ACTIONS(4792), + [anon_sym_where] = ACTIONS(4792), + [anon_sym_DOT] = ACTIONS(4792), + [anon_sym_SEMI] = ACTIONS(4794), + [anon_sym_get] = ACTIONS(4792), + [anon_sym_set] = ACTIONS(4792), + [anon_sym_STAR] = ACTIONS(4794), + [anon_sym_DASH_GT] = ACTIONS(4794), + [sym_label] = ACTIONS(4794), + [anon_sym_in] = ACTIONS(4792), + [anon_sym_while] = ACTIONS(4792), + [anon_sym_DOT_DOT] = ACTIONS(4794), + [anon_sym_QMARK_COLON] = ACTIONS(4794), + [anon_sym_AMP_AMP] = ACTIONS(4794), + [anon_sym_PIPE_PIPE] = ACTIONS(4794), + [anon_sym_else] = ACTIONS(7099), + [anon_sym_COLON_COLON] = ACTIONS(4794), + [anon_sym_BANG_EQ] = ACTIONS(4792), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4794), + [anon_sym_EQ_EQ] = ACTIONS(4792), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4794), + [anon_sym_LT_EQ] = ACTIONS(4794), + [anon_sym_GT_EQ] = ACTIONS(4794), + [anon_sym_BANGin] = ACTIONS(4794), + [anon_sym_is] = ACTIONS(4792), + [anon_sym_BANGis] = ACTIONS(4794), + [anon_sym_PLUS] = ACTIONS(4792), + [anon_sym_DASH] = ACTIONS(4792), + [anon_sym_SLASH] = ACTIONS(4792), + [anon_sym_PERCENT] = ACTIONS(4794), + [anon_sym_as_QMARK] = ACTIONS(4794), + [anon_sym_PLUS_PLUS] = ACTIONS(4794), + [anon_sym_DASH_DASH] = ACTIONS(4794), + [anon_sym_BANG_BANG] = ACTIONS(4794), + [anon_sym_suspend] = ACTIONS(4792), + [anon_sym_sealed] = ACTIONS(4792), + [anon_sym_annotation] = ACTIONS(4792), + [anon_sym_data] = ACTIONS(4792), + [anon_sym_inner] = ACTIONS(4792), + [anon_sym_override] = ACTIONS(4792), + [anon_sym_lateinit] = ACTIONS(4792), + [anon_sym_public] = ACTIONS(4792), + [anon_sym_private] = ACTIONS(4792), + [anon_sym_internal] = ACTIONS(4792), + [anon_sym_protected] = ACTIONS(4792), + [anon_sym_tailrec] = ACTIONS(4792), + [anon_sym_operator] = ACTIONS(4792), + [anon_sym_infix] = ACTIONS(4792), + [anon_sym_inline] = ACTIONS(4792), + [anon_sym_external] = ACTIONS(4792), + [sym_property_modifier] = ACTIONS(4792), + [anon_sym_abstract] = ACTIONS(4792), + [anon_sym_final] = ACTIONS(4792), + [anon_sym_open] = ACTIONS(4792), + [anon_sym_vararg] = ACTIONS(4792), + [anon_sym_noinline] = ACTIONS(4792), + [anon_sym_crossinline] = ACTIONS(4792), + [anon_sym_expect] = ACTIONS(4792), + [anon_sym_actual] = ACTIONS(4792), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4794), + [sym_safe_nav] = ACTIONS(4794), [sym_multiline_comment] = ACTIONS(3), }, [4044] = { - [sym__alpha_identifier] = ACTIONS(4257), - [anon_sym_AT] = ACTIONS(4255), - [anon_sym_LBRACK] = ACTIONS(4255), - [anon_sym_RBRACK] = ACTIONS(4255), - [anon_sym_as] = ACTIONS(4257), - [anon_sym_LBRACE] = ACTIONS(4255), - [anon_sym_RBRACE] = ACTIONS(4255), - [anon_sym_LPAREN] = ACTIONS(7109), - [anon_sym_COMMA] = ACTIONS(4255), - [anon_sym_RPAREN] = ACTIONS(4255), - [anon_sym_LT] = ACTIONS(4257), - [anon_sym_GT] = ACTIONS(4257), - [anon_sym_where] = ACTIONS(4257), - [anon_sym_DOT] = ACTIONS(4257), - [anon_sym_SEMI] = ACTIONS(4255), - [anon_sym_get] = ACTIONS(4257), - [anon_sym_set] = ACTIONS(4257), - [anon_sym_STAR] = ACTIONS(4255), - [anon_sym_DASH_GT] = ACTIONS(4255), - [sym_label] = ACTIONS(4255), - [anon_sym_in] = ACTIONS(4257), - [anon_sym_while] = ACTIONS(4257), - [anon_sym_DOT_DOT] = ACTIONS(4255), - [anon_sym_QMARK_COLON] = ACTIONS(4255), - [anon_sym_AMP_AMP] = ACTIONS(4255), - [anon_sym_PIPE_PIPE] = ACTIONS(4255), - [anon_sym_else] = ACTIONS(4257), - [anon_sym_COLON_COLON] = ACTIONS(4255), - [anon_sym_BANG_EQ] = ACTIONS(4257), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4255), - [anon_sym_EQ_EQ] = ACTIONS(4257), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4255), - [anon_sym_LT_EQ] = ACTIONS(4255), - [anon_sym_GT_EQ] = ACTIONS(4255), - [anon_sym_BANGin] = ACTIONS(4255), - [anon_sym_is] = ACTIONS(4257), - [anon_sym_BANGis] = ACTIONS(4255), - [anon_sym_PLUS] = ACTIONS(4257), - [anon_sym_DASH] = ACTIONS(4257), - [anon_sym_SLASH] = ACTIONS(4257), - [anon_sym_PERCENT] = ACTIONS(4255), - [anon_sym_as_QMARK] = ACTIONS(4255), - [anon_sym_PLUS_PLUS] = ACTIONS(4255), - [anon_sym_DASH_DASH] = ACTIONS(4255), - [anon_sym_BANG_BANG] = ACTIONS(4255), - [anon_sym_suspend] = ACTIONS(4257), - [anon_sym_sealed] = ACTIONS(4257), - [anon_sym_annotation] = ACTIONS(4257), - [anon_sym_data] = ACTIONS(4257), - [anon_sym_inner] = ACTIONS(4257), - [anon_sym_override] = ACTIONS(4257), - [anon_sym_lateinit] = ACTIONS(4257), - [anon_sym_public] = ACTIONS(4257), - [anon_sym_private] = ACTIONS(4257), - [anon_sym_internal] = ACTIONS(4257), - [anon_sym_protected] = ACTIONS(4257), - [anon_sym_tailrec] = ACTIONS(4257), - [anon_sym_operator] = ACTIONS(4257), - [anon_sym_infix] = ACTIONS(4257), - [anon_sym_inline] = ACTIONS(4257), - [anon_sym_external] = ACTIONS(4257), - [sym_property_modifier] = ACTIONS(4257), - [anon_sym_abstract] = ACTIONS(4257), - [anon_sym_final] = ACTIONS(4257), - [anon_sym_open] = ACTIONS(4257), - [anon_sym_vararg] = ACTIONS(4257), - [anon_sym_noinline] = ACTIONS(4257), - [anon_sym_crossinline] = ACTIONS(4257), - [anon_sym_expect] = ACTIONS(4257), - [anon_sym_actual] = ACTIONS(4257), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4255), - [sym_safe_nav] = ACTIONS(4255), + [sym_type_constraints] = STATE(4158), + [sym_function_body] = STATE(3705), + [sym__block] = STATE(3738), + [sym__alpha_identifier] = ACTIONS(4031), + [anon_sym_AT] = ACTIONS(4033), + [anon_sym_LBRACK] = ACTIONS(4033), + [anon_sym_as] = ACTIONS(4031), + [anon_sym_EQ] = ACTIONS(7028), + [anon_sym_LBRACE] = ACTIONS(6461), + [anon_sym_RBRACE] = ACTIONS(4033), + [anon_sym_LPAREN] = ACTIONS(4033), + [anon_sym_LT] = ACTIONS(4031), + [anon_sym_GT] = ACTIONS(4031), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(4031), + [anon_sym_SEMI] = ACTIONS(4033), + [anon_sym_get] = ACTIONS(4031), + [anon_sym_set] = ACTIONS(4031), + [anon_sym_STAR] = ACTIONS(4033), + [sym_label] = ACTIONS(4033), + [anon_sym_in] = ACTIONS(4031), + [anon_sym_DOT_DOT] = ACTIONS(4033), + [anon_sym_QMARK_COLON] = ACTIONS(4033), + [anon_sym_AMP_AMP] = ACTIONS(4033), + [anon_sym_PIPE_PIPE] = ACTIONS(4033), + [anon_sym_else] = ACTIONS(4031), + [anon_sym_COLON_COLON] = ACTIONS(4033), + [anon_sym_BANG_EQ] = ACTIONS(4031), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4033), + [anon_sym_EQ_EQ] = ACTIONS(4031), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4033), + [anon_sym_LT_EQ] = ACTIONS(4033), + [anon_sym_GT_EQ] = ACTIONS(4033), + [anon_sym_BANGin] = ACTIONS(4033), + [anon_sym_is] = ACTIONS(4031), + [anon_sym_BANGis] = ACTIONS(4033), + [anon_sym_PLUS] = ACTIONS(4031), + [anon_sym_DASH] = ACTIONS(4031), + [anon_sym_SLASH] = ACTIONS(4031), + [anon_sym_PERCENT] = ACTIONS(4033), + [anon_sym_as_QMARK] = ACTIONS(4033), + [anon_sym_PLUS_PLUS] = ACTIONS(4033), + [anon_sym_DASH_DASH] = ACTIONS(4033), + [anon_sym_BANG_BANG] = ACTIONS(4033), + [anon_sym_suspend] = ACTIONS(4031), + [anon_sym_sealed] = ACTIONS(4031), + [anon_sym_annotation] = ACTIONS(4031), + [anon_sym_data] = ACTIONS(4031), + [anon_sym_inner] = ACTIONS(4031), + [anon_sym_override] = ACTIONS(4031), + [anon_sym_lateinit] = ACTIONS(4031), + [anon_sym_public] = ACTIONS(4031), + [anon_sym_private] = ACTIONS(4031), + [anon_sym_internal] = ACTIONS(4031), + [anon_sym_protected] = ACTIONS(4031), + [anon_sym_tailrec] = ACTIONS(4031), + [anon_sym_operator] = ACTIONS(4031), + [anon_sym_infix] = ACTIONS(4031), + [anon_sym_inline] = ACTIONS(4031), + [anon_sym_external] = ACTIONS(4031), + [sym_property_modifier] = ACTIONS(4031), + [anon_sym_abstract] = ACTIONS(4031), + [anon_sym_final] = ACTIONS(4031), + [anon_sym_open] = ACTIONS(4031), + [anon_sym_vararg] = ACTIONS(4031), + [anon_sym_noinline] = ACTIONS(4031), + [anon_sym_crossinline] = ACTIONS(4031), + [anon_sym_expect] = ACTIONS(4031), + [anon_sym_actual] = ACTIONS(4031), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4033), + [sym__automatic_semicolon] = ACTIONS(4033), + [sym_safe_nav] = ACTIONS(4033), [sym_multiline_comment] = ACTIONS(3), }, [4045] = { - [sym__alpha_identifier] = ACTIONS(4249), - [anon_sym_AT] = ACTIONS(4252), - [anon_sym_LBRACK] = ACTIONS(4252), - [anon_sym_as] = ACTIONS(4257), - [anon_sym_LBRACE] = ACTIONS(4252), - [anon_sym_RBRACE] = ACTIONS(4255), - [anon_sym_LPAREN] = ACTIONS(6611), - [anon_sym_COMMA] = ACTIONS(4255), - [anon_sym_LT] = ACTIONS(4257), - [anon_sym_GT] = ACTIONS(4257), - [anon_sym_where] = ACTIONS(4257), - [anon_sym_object] = ACTIONS(4249), - [anon_sym_fun] = ACTIONS(4249), - [anon_sym_DOT] = ACTIONS(4257), - [anon_sym_SEMI] = ACTIONS(4255), - [anon_sym_get] = ACTIONS(4249), - [anon_sym_set] = ACTIONS(4249), - [anon_sym_this] = ACTIONS(4249), - [anon_sym_super] = ACTIONS(4249), - [anon_sym_STAR] = ACTIONS(4252), - [sym_label] = ACTIONS(4249), - [anon_sym_in] = ACTIONS(4257), - [anon_sym_DOT_DOT] = ACTIONS(4255), - [anon_sym_QMARK_COLON] = ACTIONS(4255), - [anon_sym_AMP_AMP] = ACTIONS(4255), - [anon_sym_PIPE_PIPE] = ACTIONS(4255), - [anon_sym_null] = ACTIONS(4249), - [anon_sym_if] = ACTIONS(4249), - [anon_sym_else] = ACTIONS(4257), - [anon_sym_when] = ACTIONS(4249), - [anon_sym_try] = ACTIONS(4249), - [anon_sym_throw] = ACTIONS(4249), - [anon_sym_return] = ACTIONS(4249), - [anon_sym_continue] = ACTIONS(4249), - [anon_sym_break] = ACTIONS(4249), - [anon_sym_COLON_COLON] = ACTIONS(4252), - [anon_sym_BANG_EQ] = ACTIONS(4257), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4255), - [anon_sym_EQ_EQ] = ACTIONS(4257), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4255), - [anon_sym_LT_EQ] = ACTIONS(4255), - [anon_sym_GT_EQ] = ACTIONS(4255), - [anon_sym_BANGin] = ACTIONS(4255), - [anon_sym_is] = ACTIONS(4257), - [anon_sym_BANGis] = ACTIONS(4255), - [anon_sym_PLUS] = ACTIONS(4249), - [anon_sym_DASH] = ACTIONS(4249), - [anon_sym_SLASH] = ACTIONS(4257), - [anon_sym_PERCENT] = ACTIONS(4255), - [anon_sym_as_QMARK] = ACTIONS(4255), - [anon_sym_PLUS_PLUS] = ACTIONS(4252), - [anon_sym_DASH_DASH] = ACTIONS(4252), - [anon_sym_BANG] = ACTIONS(4249), - [anon_sym_BANG_BANG] = ACTIONS(4255), - [anon_sym_data] = ACTIONS(4249), - [anon_sym_inner] = ACTIONS(4249), - [anon_sym_expect] = ACTIONS(4249), - [anon_sym_actual] = ACTIONS(4249), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4252), - [anon_sym_continue_AT] = ACTIONS(4252), - [anon_sym_break_AT] = ACTIONS(4252), - [sym_real_literal] = ACTIONS(4252), - [sym_integer_literal] = ACTIONS(4249), - [sym_hex_literal] = ACTIONS(4252), - [sym_bin_literal] = ACTIONS(4252), - [anon_sym_true] = ACTIONS(4249), - [anon_sym_false] = ACTIONS(4249), - [anon_sym_SQUOTE] = ACTIONS(4252), - [sym__backtick_identifier] = ACTIONS(4252), - [sym__automatic_semicolon] = ACTIONS(4255), - [sym_safe_nav] = ACTIONS(4255), + [sym__alpha_identifier] = ACTIONS(4293), + [anon_sym_AT] = ACTIONS(4291), + [anon_sym_LBRACK] = ACTIONS(4291), + [anon_sym_RBRACK] = ACTIONS(4291), + [anon_sym_as] = ACTIONS(4293), + [anon_sym_LBRACE] = ACTIONS(4291), + [anon_sym_RBRACE] = ACTIONS(4291), + [anon_sym_LPAREN] = ACTIONS(7101), + [anon_sym_COMMA] = ACTIONS(4291), + [anon_sym_RPAREN] = ACTIONS(4291), + [anon_sym_LT] = ACTIONS(4293), + [anon_sym_GT] = ACTIONS(4293), + [anon_sym_where] = ACTIONS(4293), + [anon_sym_DOT] = ACTIONS(4293), + [anon_sym_SEMI] = ACTIONS(4291), + [anon_sym_get] = ACTIONS(4293), + [anon_sym_set] = ACTIONS(4293), + [anon_sym_STAR] = ACTIONS(4291), + [anon_sym_DASH_GT] = ACTIONS(4291), + [sym_label] = ACTIONS(4291), + [anon_sym_in] = ACTIONS(4293), + [anon_sym_while] = ACTIONS(4293), + [anon_sym_DOT_DOT] = ACTIONS(4291), + [anon_sym_QMARK_COLON] = ACTIONS(4291), + [anon_sym_AMP_AMP] = ACTIONS(4291), + [anon_sym_PIPE_PIPE] = ACTIONS(4291), + [anon_sym_else] = ACTIONS(4293), + [anon_sym_COLON_COLON] = ACTIONS(4291), + [anon_sym_BANG_EQ] = ACTIONS(4293), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4291), + [anon_sym_EQ_EQ] = ACTIONS(4293), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4291), + [anon_sym_LT_EQ] = ACTIONS(4291), + [anon_sym_GT_EQ] = ACTIONS(4291), + [anon_sym_BANGin] = ACTIONS(4291), + [anon_sym_is] = ACTIONS(4293), + [anon_sym_BANGis] = ACTIONS(4291), + [anon_sym_PLUS] = ACTIONS(4293), + [anon_sym_DASH] = ACTIONS(4293), + [anon_sym_SLASH] = ACTIONS(4293), + [anon_sym_PERCENT] = ACTIONS(4291), + [anon_sym_as_QMARK] = ACTIONS(4291), + [anon_sym_PLUS_PLUS] = ACTIONS(4291), + [anon_sym_DASH_DASH] = ACTIONS(4291), + [anon_sym_BANG_BANG] = ACTIONS(4291), + [anon_sym_suspend] = ACTIONS(4293), + [anon_sym_sealed] = ACTIONS(4293), + [anon_sym_annotation] = ACTIONS(4293), + [anon_sym_data] = ACTIONS(4293), + [anon_sym_inner] = ACTIONS(4293), + [anon_sym_override] = ACTIONS(4293), + [anon_sym_lateinit] = ACTIONS(4293), + [anon_sym_public] = ACTIONS(4293), + [anon_sym_private] = ACTIONS(4293), + [anon_sym_internal] = ACTIONS(4293), + [anon_sym_protected] = ACTIONS(4293), + [anon_sym_tailrec] = ACTIONS(4293), + [anon_sym_operator] = ACTIONS(4293), + [anon_sym_infix] = ACTIONS(4293), + [anon_sym_inline] = ACTIONS(4293), + [anon_sym_external] = ACTIONS(4293), + [sym_property_modifier] = ACTIONS(4293), + [anon_sym_abstract] = ACTIONS(4293), + [anon_sym_final] = ACTIONS(4293), + [anon_sym_open] = ACTIONS(4293), + [anon_sym_vararg] = ACTIONS(4293), + [anon_sym_noinline] = ACTIONS(4293), + [anon_sym_crossinline] = ACTIONS(4293), + [anon_sym_expect] = ACTIONS(4293), + [anon_sym_actual] = ACTIONS(4293), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4291), + [sym_safe_nav] = ACTIONS(4291), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4252), }, [4046] = { - [sym__alpha_identifier] = ACTIONS(4923), - [anon_sym_AT] = ACTIONS(4925), - [anon_sym_LBRACK] = ACTIONS(4925), - [anon_sym_RBRACK] = ACTIONS(4925), - [anon_sym_as] = ACTIONS(4923), - [anon_sym_LBRACE] = ACTIONS(4925), - [anon_sym_RBRACE] = ACTIONS(4925), + [sym__alpha_identifier] = ACTIONS(4142), + [anon_sym_AT] = ACTIONS(4145), + [anon_sym_LBRACK] = ACTIONS(4145), + [anon_sym_as] = ACTIONS(4150), + [anon_sym_LBRACE] = ACTIONS(4145), + [anon_sym_RBRACE] = ACTIONS(4148), + [anon_sym_LPAREN] = ACTIONS(7103), + [anon_sym_COMMA] = ACTIONS(4148), + [anon_sym_LT] = ACTIONS(4150), + [anon_sym_GT] = ACTIONS(4150), + [anon_sym_where] = ACTIONS(4150), + [anon_sym_object] = ACTIONS(3943), + [anon_sym_fun] = ACTIONS(3943), + [anon_sym_DOT] = ACTIONS(4150), + [anon_sym_SEMI] = ACTIONS(4148), + [anon_sym_get] = ACTIONS(4142), + [anon_sym_set] = ACTIONS(4142), + [anon_sym_this] = ACTIONS(3943), + [anon_sym_super] = ACTIONS(3943), + [anon_sym_STAR] = ACTIONS(4145), + [sym_label] = ACTIONS(4142), + [anon_sym_in] = ACTIONS(4150), + [anon_sym_DOT_DOT] = ACTIONS(4148), + [anon_sym_QMARK_COLON] = ACTIONS(4148), + [anon_sym_AMP_AMP] = ACTIONS(4148), + [anon_sym_PIPE_PIPE] = ACTIONS(4148), + [anon_sym_null] = ACTIONS(3943), + [anon_sym_if] = ACTIONS(3943), + [anon_sym_else] = ACTIONS(4150), + [anon_sym_when] = ACTIONS(3943), + [anon_sym_try] = ACTIONS(3943), + [anon_sym_throw] = ACTIONS(3943), + [anon_sym_return] = ACTIONS(3943), + [anon_sym_continue] = ACTIONS(3943), + [anon_sym_break] = ACTIONS(3943), + [anon_sym_COLON_COLON] = ACTIONS(4145), + [anon_sym_BANG_EQ] = ACTIONS(4150), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4148), + [anon_sym_EQ_EQ] = ACTIONS(4150), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4148), + [anon_sym_LT_EQ] = ACTIONS(4148), + [anon_sym_GT_EQ] = ACTIONS(4148), + [anon_sym_BANGin] = ACTIONS(4148), + [anon_sym_is] = ACTIONS(4150), + [anon_sym_BANGis] = ACTIONS(4148), + [anon_sym_PLUS] = ACTIONS(4142), + [anon_sym_DASH] = ACTIONS(4142), + [anon_sym_SLASH] = ACTIONS(4150), + [anon_sym_PERCENT] = ACTIONS(4148), + [anon_sym_as_QMARK] = ACTIONS(4148), + [anon_sym_PLUS_PLUS] = ACTIONS(4145), + [anon_sym_DASH_DASH] = ACTIONS(4145), + [anon_sym_BANG] = ACTIONS(3943), + [anon_sym_BANG_BANG] = ACTIONS(4148), + [anon_sym_data] = ACTIONS(4142), + [anon_sym_inner] = ACTIONS(4142), + [anon_sym_expect] = ACTIONS(4142), + [anon_sym_actual] = ACTIONS(4142), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3948), + [anon_sym_continue_AT] = ACTIONS(3948), + [anon_sym_break_AT] = ACTIONS(3948), + [sym_real_literal] = ACTIONS(3948), + [sym_integer_literal] = ACTIONS(3943), + [sym_hex_literal] = ACTIONS(3948), + [sym_bin_literal] = ACTIONS(3948), + [anon_sym_true] = ACTIONS(3943), + [anon_sym_false] = ACTIONS(3943), + [anon_sym_SQUOTE] = ACTIONS(3948), + [sym__backtick_identifier] = ACTIONS(4145), + [sym__automatic_semicolon] = ACTIONS(4148), + [sym_safe_nav] = ACTIONS(4148), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3948), + }, + [4047] = { + [sym__alpha_identifier] = ACTIONS(4792), + [anon_sym_AT] = ACTIONS(4794), + [anon_sym_LBRACK] = ACTIONS(4794), + [anon_sym_RBRACK] = ACTIONS(4794), + [anon_sym_as] = ACTIONS(4792), + [anon_sym_LBRACE] = ACTIONS(4794), + [anon_sym_RBRACE] = ACTIONS(4794), + [anon_sym_LPAREN] = ACTIONS(4794), + [anon_sym_COMMA] = ACTIONS(4794), + [anon_sym_RPAREN] = ACTIONS(4794), + [anon_sym_LT] = ACTIONS(4792), + [anon_sym_GT] = ACTIONS(4792), + [anon_sym_where] = ACTIONS(4792), + [anon_sym_DOT] = ACTIONS(4792), + [anon_sym_SEMI] = ACTIONS(7107), + [anon_sym_get] = ACTIONS(4792), + [anon_sym_set] = ACTIONS(4792), + [anon_sym_STAR] = ACTIONS(4794), + [anon_sym_DASH_GT] = ACTIONS(4794), + [sym_label] = ACTIONS(4794), + [anon_sym_in] = ACTIONS(4792), + [anon_sym_while] = ACTIONS(4792), + [anon_sym_DOT_DOT] = ACTIONS(4794), + [anon_sym_QMARK_COLON] = ACTIONS(4794), + [anon_sym_AMP_AMP] = ACTIONS(4794), + [anon_sym_PIPE_PIPE] = ACTIONS(4794), + [anon_sym_else] = ACTIONS(7099), + [anon_sym_COLON_COLON] = ACTIONS(4794), + [anon_sym_BANG_EQ] = ACTIONS(4792), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4794), + [anon_sym_EQ_EQ] = ACTIONS(4792), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4794), + [anon_sym_LT_EQ] = ACTIONS(4794), + [anon_sym_GT_EQ] = ACTIONS(4794), + [anon_sym_BANGin] = ACTIONS(4794), + [anon_sym_is] = ACTIONS(4792), + [anon_sym_BANGis] = ACTIONS(4794), + [anon_sym_PLUS] = ACTIONS(4792), + [anon_sym_DASH] = ACTIONS(4792), + [anon_sym_SLASH] = ACTIONS(4792), + [anon_sym_PERCENT] = ACTIONS(4794), + [anon_sym_as_QMARK] = ACTIONS(4794), + [anon_sym_PLUS_PLUS] = ACTIONS(4794), + [anon_sym_DASH_DASH] = ACTIONS(4794), + [anon_sym_BANG_BANG] = ACTIONS(4794), + [anon_sym_suspend] = ACTIONS(4792), + [anon_sym_sealed] = ACTIONS(4792), + [anon_sym_annotation] = ACTIONS(4792), + [anon_sym_data] = ACTIONS(4792), + [anon_sym_inner] = ACTIONS(4792), + [anon_sym_override] = ACTIONS(4792), + [anon_sym_lateinit] = ACTIONS(4792), + [anon_sym_public] = ACTIONS(4792), + [anon_sym_private] = ACTIONS(4792), + [anon_sym_internal] = ACTIONS(4792), + [anon_sym_protected] = ACTIONS(4792), + [anon_sym_tailrec] = ACTIONS(4792), + [anon_sym_operator] = ACTIONS(4792), + [anon_sym_infix] = ACTIONS(4792), + [anon_sym_inline] = ACTIONS(4792), + [anon_sym_external] = ACTIONS(4792), + [sym_property_modifier] = ACTIONS(4792), + [anon_sym_abstract] = ACTIONS(4792), + [anon_sym_final] = ACTIONS(4792), + [anon_sym_open] = ACTIONS(4792), + [anon_sym_vararg] = ACTIONS(4792), + [anon_sym_noinline] = ACTIONS(4792), + [anon_sym_crossinline] = ACTIONS(4792), + [anon_sym_expect] = ACTIONS(4792), + [anon_sym_actual] = ACTIONS(4792), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4794), + [sym_safe_nav] = ACTIONS(4794), + [sym_multiline_comment] = ACTIONS(3), + }, + [4048] = { + [sym__alpha_identifier] = ACTIONS(4293), + [anon_sym_AT] = ACTIONS(4291), + [anon_sym_LBRACK] = ACTIONS(4291), + [anon_sym_as] = ACTIONS(4293), + [anon_sym_LBRACE] = ACTIONS(4291), + [anon_sym_RBRACE] = ACTIONS(4291), + [anon_sym_LPAREN] = ACTIONS(7109), + [anon_sym_COMMA] = ACTIONS(4291), + [anon_sym_LT] = ACTIONS(4293), + [anon_sym_GT] = ACTIONS(4293), + [anon_sym_where] = ACTIONS(4293), + [anon_sym_object] = ACTIONS(4293), + [anon_sym_fun] = ACTIONS(4293), + [anon_sym_DOT] = ACTIONS(4293), + [anon_sym_SEMI] = ACTIONS(4291), + [anon_sym_get] = ACTIONS(4293), + [anon_sym_set] = ACTIONS(4293), + [anon_sym_this] = ACTIONS(4293), + [anon_sym_super] = ACTIONS(4293), + [anon_sym_STAR] = ACTIONS(4291), + [sym_label] = ACTIONS(4293), + [anon_sym_in] = ACTIONS(4293), + [anon_sym_DOT_DOT] = ACTIONS(4291), + [anon_sym_QMARK_COLON] = ACTIONS(4291), + [anon_sym_AMP_AMP] = ACTIONS(4291), + [anon_sym_PIPE_PIPE] = ACTIONS(4291), + [anon_sym_null] = ACTIONS(4293), + [anon_sym_if] = ACTIONS(4293), + [anon_sym_else] = ACTIONS(4293), + [anon_sym_when] = ACTIONS(4293), + [anon_sym_try] = ACTIONS(4293), + [anon_sym_throw] = ACTIONS(4293), + [anon_sym_return] = ACTIONS(4293), + [anon_sym_continue] = ACTIONS(4293), + [anon_sym_break] = ACTIONS(4293), + [anon_sym_COLON_COLON] = ACTIONS(4291), + [anon_sym_BANG_EQ] = ACTIONS(4293), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4291), + [anon_sym_EQ_EQ] = ACTIONS(4293), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4291), + [anon_sym_LT_EQ] = ACTIONS(4291), + [anon_sym_GT_EQ] = ACTIONS(4291), + [anon_sym_BANGin] = ACTIONS(4291), + [anon_sym_is] = ACTIONS(4293), + [anon_sym_BANGis] = ACTIONS(4291), + [anon_sym_PLUS] = ACTIONS(4293), + [anon_sym_DASH] = ACTIONS(4293), + [anon_sym_SLASH] = ACTIONS(4293), + [anon_sym_PERCENT] = ACTIONS(4291), + [anon_sym_as_QMARK] = ACTIONS(4291), + [anon_sym_PLUS_PLUS] = ACTIONS(4291), + [anon_sym_DASH_DASH] = ACTIONS(4291), + [anon_sym_BANG] = ACTIONS(4293), + [anon_sym_BANG_BANG] = ACTIONS(4291), + [anon_sym_data] = ACTIONS(4293), + [anon_sym_inner] = ACTIONS(4293), + [anon_sym_expect] = ACTIONS(4293), + [anon_sym_actual] = ACTIONS(4293), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4291), + [anon_sym_continue_AT] = ACTIONS(4291), + [anon_sym_break_AT] = ACTIONS(4291), + [sym_real_literal] = ACTIONS(4291), + [sym_integer_literal] = ACTIONS(4293), + [sym_hex_literal] = ACTIONS(4291), + [sym_bin_literal] = ACTIONS(4291), + [anon_sym_true] = ACTIONS(4293), + [anon_sym_false] = ACTIONS(4293), + [anon_sym_SQUOTE] = ACTIONS(4291), + [sym__backtick_identifier] = ACTIONS(4291), + [sym__automatic_semicolon] = ACTIONS(4291), + [sym_safe_nav] = ACTIONS(4291), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4291), + }, + [4049] = { + [sym__alpha_identifier] = ACTIONS(4150), + [anon_sym_AT] = ACTIONS(4148), + [anon_sym_LBRACK] = ACTIONS(4148), + [anon_sym_as] = ACTIONS(4150), + [anon_sym_LBRACE] = ACTIONS(4148), + [anon_sym_RBRACE] = ACTIONS(4148), [anon_sym_LPAREN] = ACTIONS(7111), - [anon_sym_COMMA] = ACTIONS(4925), - [anon_sym_RPAREN] = ACTIONS(4925), - [anon_sym_LT] = ACTIONS(4923), - [anon_sym_GT] = ACTIONS(4923), - [anon_sym_where] = ACTIONS(4923), - [anon_sym_DOT] = ACTIONS(4923), - [anon_sym_SEMI] = ACTIONS(4925), - [anon_sym_get] = ACTIONS(4923), - [anon_sym_set] = ACTIONS(4923), - [anon_sym_STAR] = ACTIONS(4925), - [anon_sym_DASH_GT] = ACTIONS(4925), - [sym_label] = ACTIONS(4925), - [anon_sym_in] = ACTIONS(4923), - [anon_sym_while] = ACTIONS(4923), - [anon_sym_DOT_DOT] = ACTIONS(4925), - [anon_sym_QMARK_COLON] = ACTIONS(4925), - [anon_sym_AMP_AMP] = ACTIONS(4925), - [anon_sym_PIPE_PIPE] = ACTIONS(4925), - [anon_sym_else] = ACTIONS(4923), - [anon_sym_COLON_COLON] = ACTIONS(4925), - [anon_sym_BANG_EQ] = ACTIONS(4923), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4925), - [anon_sym_EQ_EQ] = ACTIONS(4923), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4925), - [anon_sym_LT_EQ] = ACTIONS(4925), - [anon_sym_GT_EQ] = ACTIONS(4925), - [anon_sym_BANGin] = ACTIONS(4925), - [anon_sym_is] = ACTIONS(4923), - [anon_sym_BANGis] = ACTIONS(4925), - [anon_sym_PLUS] = ACTIONS(4923), - [anon_sym_DASH] = ACTIONS(4923), - [anon_sym_SLASH] = ACTIONS(4923), - [anon_sym_PERCENT] = ACTIONS(4925), - [anon_sym_as_QMARK] = ACTIONS(4925), - [anon_sym_PLUS_PLUS] = ACTIONS(4925), - [anon_sym_DASH_DASH] = ACTIONS(4925), - [anon_sym_BANG_BANG] = ACTIONS(4925), - [anon_sym_suspend] = ACTIONS(4923), - [anon_sym_sealed] = ACTIONS(4923), - [anon_sym_annotation] = ACTIONS(4923), - [anon_sym_data] = ACTIONS(4923), - [anon_sym_inner] = ACTIONS(4923), - [anon_sym_override] = ACTIONS(4923), - [anon_sym_lateinit] = ACTIONS(4923), - [anon_sym_public] = ACTIONS(4923), - [anon_sym_private] = ACTIONS(4923), - [anon_sym_internal] = ACTIONS(4923), - [anon_sym_protected] = ACTIONS(4923), - [anon_sym_tailrec] = ACTIONS(4923), - [anon_sym_operator] = ACTIONS(4923), - [anon_sym_infix] = ACTIONS(4923), - [anon_sym_inline] = ACTIONS(4923), - [anon_sym_external] = ACTIONS(4923), - [sym_property_modifier] = ACTIONS(4923), - [anon_sym_abstract] = ACTIONS(4923), - [anon_sym_final] = ACTIONS(4923), - [anon_sym_open] = ACTIONS(4923), - [anon_sym_vararg] = ACTIONS(4923), - [anon_sym_noinline] = ACTIONS(4923), - [anon_sym_crossinline] = ACTIONS(4923), - [anon_sym_expect] = ACTIONS(4923), - [anon_sym_actual] = ACTIONS(4923), + [anon_sym_COMMA] = ACTIONS(4148), + [anon_sym_LT] = ACTIONS(4150), + [anon_sym_GT] = ACTIONS(4150), + [anon_sym_where] = ACTIONS(4150), + [anon_sym_object] = ACTIONS(4150), + [anon_sym_fun] = ACTIONS(4150), + [anon_sym_DOT] = ACTIONS(4150), + [anon_sym_SEMI] = ACTIONS(4148), + [anon_sym_get] = ACTIONS(4150), + [anon_sym_set] = ACTIONS(4150), + [anon_sym_this] = ACTIONS(4150), + [anon_sym_super] = ACTIONS(4150), + [anon_sym_STAR] = ACTIONS(4148), + [sym_label] = ACTIONS(4150), + [anon_sym_in] = ACTIONS(4150), + [anon_sym_DOT_DOT] = ACTIONS(4148), + [anon_sym_QMARK_COLON] = ACTIONS(4148), + [anon_sym_AMP_AMP] = ACTIONS(4148), + [anon_sym_PIPE_PIPE] = ACTIONS(4148), + [anon_sym_null] = ACTIONS(4150), + [anon_sym_if] = ACTIONS(4150), + [anon_sym_else] = ACTIONS(4150), + [anon_sym_when] = ACTIONS(4150), + [anon_sym_try] = ACTIONS(4150), + [anon_sym_throw] = ACTIONS(4150), + [anon_sym_return] = ACTIONS(4150), + [anon_sym_continue] = ACTIONS(4150), + [anon_sym_break] = ACTIONS(4150), + [anon_sym_COLON_COLON] = ACTIONS(4148), + [anon_sym_BANG_EQ] = ACTIONS(4150), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4148), + [anon_sym_EQ_EQ] = ACTIONS(4150), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4148), + [anon_sym_LT_EQ] = ACTIONS(4148), + [anon_sym_GT_EQ] = ACTIONS(4148), + [anon_sym_BANGin] = ACTIONS(4148), + [anon_sym_is] = ACTIONS(4150), + [anon_sym_BANGis] = ACTIONS(4148), + [anon_sym_PLUS] = ACTIONS(4150), + [anon_sym_DASH] = ACTIONS(4150), + [anon_sym_SLASH] = ACTIONS(4150), + [anon_sym_PERCENT] = ACTIONS(4148), + [anon_sym_as_QMARK] = ACTIONS(4148), + [anon_sym_PLUS_PLUS] = ACTIONS(4148), + [anon_sym_DASH_DASH] = ACTIONS(4148), + [anon_sym_BANG] = ACTIONS(4150), + [anon_sym_BANG_BANG] = ACTIONS(4148), + [anon_sym_data] = ACTIONS(4150), + [anon_sym_inner] = ACTIONS(4150), + [anon_sym_expect] = ACTIONS(4150), + [anon_sym_actual] = ACTIONS(4150), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4148), + [anon_sym_continue_AT] = ACTIONS(4148), + [anon_sym_break_AT] = ACTIONS(4148), + [sym_real_literal] = ACTIONS(4148), + [sym_integer_literal] = ACTIONS(4150), + [sym_hex_literal] = ACTIONS(4148), + [sym_bin_literal] = ACTIONS(4148), + [anon_sym_true] = ACTIONS(4150), + [anon_sym_false] = ACTIONS(4150), + [anon_sym_SQUOTE] = ACTIONS(4148), + [sym__backtick_identifier] = ACTIONS(4148), + [sym__automatic_semicolon] = ACTIONS(4148), + [sym_safe_nav] = ACTIONS(4148), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4148), + }, + [4050] = { + [sym__alpha_identifier] = ACTIONS(4955), + [anon_sym_AT] = ACTIONS(4957), + [anon_sym_LBRACK] = ACTIONS(4957), + [anon_sym_as] = ACTIONS(4955), + [anon_sym_LBRACE] = ACTIONS(4957), + [anon_sym_RBRACE] = ACTIONS(4957), + [anon_sym_LPAREN] = ACTIONS(7113), + [anon_sym_COMMA] = ACTIONS(4957), + [anon_sym_LT] = ACTIONS(4955), + [anon_sym_GT] = ACTIONS(4955), + [anon_sym_where] = ACTIONS(4955), + [anon_sym_object] = ACTIONS(4955), + [anon_sym_fun] = ACTIONS(4955), + [anon_sym_DOT] = ACTIONS(4955), + [anon_sym_SEMI] = ACTIONS(4957), + [anon_sym_get] = ACTIONS(4955), + [anon_sym_set] = ACTIONS(4955), + [anon_sym_this] = ACTIONS(4955), + [anon_sym_super] = ACTIONS(4955), + [anon_sym_STAR] = ACTIONS(4957), + [sym_label] = ACTIONS(4955), + [anon_sym_in] = ACTIONS(4955), + [anon_sym_DOT_DOT] = ACTIONS(4957), + [anon_sym_QMARK_COLON] = ACTIONS(4957), + [anon_sym_AMP_AMP] = ACTIONS(4957), + [anon_sym_PIPE_PIPE] = ACTIONS(4957), + [anon_sym_null] = ACTIONS(4955), + [anon_sym_if] = ACTIONS(4955), + [anon_sym_else] = ACTIONS(4955), + [anon_sym_when] = ACTIONS(4955), + [anon_sym_try] = ACTIONS(4955), + [anon_sym_throw] = ACTIONS(4955), + [anon_sym_return] = ACTIONS(4955), + [anon_sym_continue] = ACTIONS(4955), + [anon_sym_break] = ACTIONS(4955), + [anon_sym_COLON_COLON] = ACTIONS(4957), + [anon_sym_BANG_EQ] = ACTIONS(4955), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4957), + [anon_sym_EQ_EQ] = ACTIONS(4955), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4957), + [anon_sym_LT_EQ] = ACTIONS(4957), + [anon_sym_GT_EQ] = ACTIONS(4957), + [anon_sym_BANGin] = ACTIONS(4957), + [anon_sym_is] = ACTIONS(4955), + [anon_sym_BANGis] = ACTIONS(4957), + [anon_sym_PLUS] = ACTIONS(4955), + [anon_sym_DASH] = ACTIONS(4955), + [anon_sym_SLASH] = ACTIONS(4955), + [anon_sym_PERCENT] = ACTIONS(4957), + [anon_sym_as_QMARK] = ACTIONS(4957), + [anon_sym_PLUS_PLUS] = ACTIONS(4957), + [anon_sym_DASH_DASH] = ACTIONS(4957), + [anon_sym_BANG] = ACTIONS(4955), + [anon_sym_BANG_BANG] = ACTIONS(4957), + [anon_sym_data] = ACTIONS(4955), + [anon_sym_inner] = ACTIONS(4955), + [anon_sym_expect] = ACTIONS(4955), + [anon_sym_actual] = ACTIONS(4955), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4957), + [anon_sym_continue_AT] = ACTIONS(4957), + [anon_sym_break_AT] = ACTIONS(4957), + [sym_real_literal] = ACTIONS(4957), + [sym_integer_literal] = ACTIONS(4955), + [sym_hex_literal] = ACTIONS(4957), + [sym_bin_literal] = ACTIONS(4957), + [anon_sym_true] = ACTIONS(4955), + [anon_sym_false] = ACTIONS(4955), + [anon_sym_SQUOTE] = ACTIONS(4957), + [sym__backtick_identifier] = ACTIONS(4957), + [sym__automatic_semicolon] = ACTIONS(4957), + [sym_safe_nav] = ACTIONS(4957), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4957), + }, + [4051] = { + [sym__alpha_identifier] = ACTIONS(4961), + [anon_sym_AT] = ACTIONS(4963), + [anon_sym_LBRACK] = ACTIONS(4963), + [anon_sym_as] = ACTIONS(4961), + [anon_sym_LBRACE] = ACTIONS(4963), + [anon_sym_RBRACE] = ACTIONS(4963), + [anon_sym_LPAREN] = ACTIONS(7115), + [anon_sym_COMMA] = ACTIONS(4963), + [anon_sym_LT] = ACTIONS(4961), + [anon_sym_GT] = ACTIONS(4961), + [anon_sym_where] = ACTIONS(4961), + [anon_sym_object] = ACTIONS(4961), + [anon_sym_fun] = ACTIONS(4961), + [anon_sym_DOT] = ACTIONS(4961), + [anon_sym_SEMI] = ACTIONS(4963), + [anon_sym_get] = ACTIONS(4961), + [anon_sym_set] = ACTIONS(4961), + [anon_sym_this] = ACTIONS(4961), + [anon_sym_super] = ACTIONS(4961), + [anon_sym_STAR] = ACTIONS(4963), + [sym_label] = ACTIONS(4961), + [anon_sym_in] = ACTIONS(4961), + [anon_sym_DOT_DOT] = ACTIONS(4963), + [anon_sym_QMARK_COLON] = ACTIONS(4963), + [anon_sym_AMP_AMP] = ACTIONS(4963), + [anon_sym_PIPE_PIPE] = ACTIONS(4963), + [anon_sym_null] = ACTIONS(4961), + [anon_sym_if] = ACTIONS(4961), + [anon_sym_else] = ACTIONS(4961), + [anon_sym_when] = ACTIONS(4961), + [anon_sym_try] = ACTIONS(4961), + [anon_sym_throw] = ACTIONS(4961), + [anon_sym_return] = ACTIONS(4961), + [anon_sym_continue] = ACTIONS(4961), + [anon_sym_break] = ACTIONS(4961), + [anon_sym_COLON_COLON] = ACTIONS(4963), + [anon_sym_BANG_EQ] = ACTIONS(4961), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4963), + [anon_sym_EQ_EQ] = ACTIONS(4961), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4963), + [anon_sym_LT_EQ] = ACTIONS(4963), + [anon_sym_GT_EQ] = ACTIONS(4963), + [anon_sym_BANGin] = ACTIONS(4963), + [anon_sym_is] = ACTIONS(4961), + [anon_sym_BANGis] = ACTIONS(4963), + [anon_sym_PLUS] = ACTIONS(4961), + [anon_sym_DASH] = ACTIONS(4961), + [anon_sym_SLASH] = ACTIONS(4961), + [anon_sym_PERCENT] = ACTIONS(4963), + [anon_sym_as_QMARK] = ACTIONS(4963), + [anon_sym_PLUS_PLUS] = ACTIONS(4963), + [anon_sym_DASH_DASH] = ACTIONS(4963), + [anon_sym_BANG] = ACTIONS(4961), + [anon_sym_BANG_BANG] = ACTIONS(4963), + [anon_sym_data] = ACTIONS(4961), + [anon_sym_inner] = ACTIONS(4961), + [anon_sym_expect] = ACTIONS(4961), + [anon_sym_actual] = ACTIONS(4961), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4963), + [anon_sym_continue_AT] = ACTIONS(4963), + [anon_sym_break_AT] = ACTIONS(4963), + [sym_real_literal] = ACTIONS(4963), + [sym_integer_literal] = ACTIONS(4961), + [sym_hex_literal] = ACTIONS(4963), + [sym_bin_literal] = ACTIONS(4963), + [anon_sym_true] = ACTIONS(4961), + [anon_sym_false] = ACTIONS(4961), + [anon_sym_SQUOTE] = ACTIONS(4963), + [sym__backtick_identifier] = ACTIONS(4963), + [sym__automatic_semicolon] = ACTIONS(4963), + [sym_safe_nav] = ACTIONS(4963), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4963), + }, + [4052] = { + [sym_function_body] = STATE(3776), + [sym__block] = STATE(3738), + [sym__alpha_identifier] = ACTIONS(4426), + [anon_sym_AT] = ACTIONS(4428), + [anon_sym_LBRACK] = ACTIONS(4428), + [anon_sym_as] = ACTIONS(4426), + [anon_sym_EQ] = ACTIONS(6918), + [anon_sym_LBRACE] = ACTIONS(6461), + [anon_sym_RBRACE] = ACTIONS(4428), + [anon_sym_LPAREN] = ACTIONS(4428), + [anon_sym_COMMA] = ACTIONS(4428), + [anon_sym_LT] = ACTIONS(4426), + [anon_sym_GT] = ACTIONS(4426), + [anon_sym_where] = ACTIONS(4426), + [anon_sym_DOT] = ACTIONS(4426), + [anon_sym_SEMI] = ACTIONS(4428), + [anon_sym_get] = ACTIONS(4426), + [anon_sym_set] = ACTIONS(4426), + [anon_sym_STAR] = ACTIONS(4428), + [sym_label] = ACTIONS(4428), + [anon_sym_in] = ACTIONS(4426), + [anon_sym_DOT_DOT] = ACTIONS(4428), + [anon_sym_QMARK_COLON] = ACTIONS(4428), + [anon_sym_AMP_AMP] = ACTIONS(4428), + [anon_sym_PIPE_PIPE] = ACTIONS(4428), + [anon_sym_else] = ACTIONS(4426), + [anon_sym_COLON_COLON] = ACTIONS(4428), + [anon_sym_BANG_EQ] = ACTIONS(4426), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4428), + [anon_sym_EQ_EQ] = ACTIONS(4426), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4428), + [anon_sym_LT_EQ] = ACTIONS(4428), + [anon_sym_GT_EQ] = ACTIONS(4428), + [anon_sym_BANGin] = ACTIONS(4428), + [anon_sym_is] = ACTIONS(4426), + [anon_sym_BANGis] = ACTIONS(4428), + [anon_sym_PLUS] = ACTIONS(4426), + [anon_sym_DASH] = ACTIONS(4426), + [anon_sym_SLASH] = ACTIONS(4426), + [anon_sym_PERCENT] = ACTIONS(4428), + [anon_sym_as_QMARK] = ACTIONS(4428), + [anon_sym_PLUS_PLUS] = ACTIONS(4428), + [anon_sym_DASH_DASH] = ACTIONS(4428), + [anon_sym_BANG_BANG] = ACTIONS(4428), + [anon_sym_suspend] = ACTIONS(4426), + [anon_sym_sealed] = ACTIONS(4426), + [anon_sym_annotation] = ACTIONS(4426), + [anon_sym_data] = ACTIONS(4426), + [anon_sym_inner] = ACTIONS(4426), + [anon_sym_override] = ACTIONS(4426), + [anon_sym_lateinit] = ACTIONS(4426), + [anon_sym_public] = ACTIONS(4426), + [anon_sym_private] = ACTIONS(4426), + [anon_sym_internal] = ACTIONS(4426), + [anon_sym_protected] = ACTIONS(4426), + [anon_sym_tailrec] = ACTIONS(4426), + [anon_sym_operator] = ACTIONS(4426), + [anon_sym_infix] = ACTIONS(4426), + [anon_sym_inline] = ACTIONS(4426), + [anon_sym_external] = ACTIONS(4426), + [sym_property_modifier] = ACTIONS(4426), + [anon_sym_abstract] = ACTIONS(4426), + [anon_sym_final] = ACTIONS(4426), + [anon_sym_open] = ACTIONS(4426), + [anon_sym_vararg] = ACTIONS(4426), + [anon_sym_noinline] = ACTIONS(4426), + [anon_sym_crossinline] = ACTIONS(4426), + [anon_sym_expect] = ACTIONS(4426), + [anon_sym_actual] = ACTIONS(4426), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4925), - [sym_safe_nav] = ACTIONS(4925), + [sym__backtick_identifier] = ACTIONS(4428), + [sym__automatic_semicolon] = ACTIONS(4428), + [sym_safe_nav] = ACTIONS(4428), [sym_multiline_comment] = ACTIONS(3), }, - [4047] = { - [sym_type_constraints] = STATE(4123), - [sym_function_body] = STATE(3723), - [sym__block] = STATE(3725), - [sym__alpha_identifier] = ACTIONS(4181), - [anon_sym_AT] = ACTIONS(4183), - [anon_sym_LBRACK] = ACTIONS(4183), - [anon_sym_as] = ACTIONS(4181), - [anon_sym_EQ] = ACTIONS(7017), - [anon_sym_LBRACE] = ACTIONS(6434), - [anon_sym_RBRACE] = ACTIONS(4183), - [anon_sym_LPAREN] = ACTIONS(4183), - [anon_sym_LT] = ACTIONS(4181), - [anon_sym_GT] = ACTIONS(4181), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(4181), - [anon_sym_SEMI] = ACTIONS(4183), - [anon_sym_get] = ACTIONS(4181), - [anon_sym_set] = ACTIONS(4181), - [anon_sym_STAR] = ACTIONS(4183), - [sym_label] = ACTIONS(4183), - [anon_sym_in] = ACTIONS(4181), - [anon_sym_DOT_DOT] = ACTIONS(4183), - [anon_sym_QMARK_COLON] = ACTIONS(4183), - [anon_sym_AMP_AMP] = ACTIONS(4183), - [anon_sym_PIPE_PIPE] = ACTIONS(4183), - [anon_sym_else] = ACTIONS(4181), - [anon_sym_COLON_COLON] = ACTIONS(4183), - [anon_sym_BANG_EQ] = ACTIONS(4181), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4183), - [anon_sym_EQ_EQ] = ACTIONS(4181), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4183), - [anon_sym_LT_EQ] = ACTIONS(4183), - [anon_sym_GT_EQ] = ACTIONS(4183), - [anon_sym_BANGin] = ACTIONS(4183), - [anon_sym_is] = ACTIONS(4181), - [anon_sym_BANGis] = ACTIONS(4183), - [anon_sym_PLUS] = ACTIONS(4181), - [anon_sym_DASH] = ACTIONS(4181), - [anon_sym_SLASH] = ACTIONS(4181), - [anon_sym_PERCENT] = ACTIONS(4183), - [anon_sym_as_QMARK] = ACTIONS(4183), - [anon_sym_PLUS_PLUS] = ACTIONS(4183), - [anon_sym_DASH_DASH] = ACTIONS(4183), - [anon_sym_BANG_BANG] = ACTIONS(4183), - [anon_sym_suspend] = ACTIONS(4181), - [anon_sym_sealed] = ACTIONS(4181), - [anon_sym_annotation] = ACTIONS(4181), - [anon_sym_data] = ACTIONS(4181), - [anon_sym_inner] = ACTIONS(4181), - [anon_sym_override] = ACTIONS(4181), - [anon_sym_lateinit] = ACTIONS(4181), - [anon_sym_public] = ACTIONS(4181), - [anon_sym_private] = ACTIONS(4181), - [anon_sym_internal] = ACTIONS(4181), - [anon_sym_protected] = ACTIONS(4181), - [anon_sym_tailrec] = ACTIONS(4181), - [anon_sym_operator] = ACTIONS(4181), - [anon_sym_infix] = ACTIONS(4181), - [anon_sym_inline] = ACTIONS(4181), - [anon_sym_external] = ACTIONS(4181), - [sym_property_modifier] = ACTIONS(4181), - [anon_sym_abstract] = ACTIONS(4181), - [anon_sym_final] = ACTIONS(4181), - [anon_sym_open] = ACTIONS(4181), - [anon_sym_vararg] = ACTIONS(4181), - [anon_sym_noinline] = ACTIONS(4181), - [anon_sym_crossinline] = ACTIONS(4181), - [anon_sym_expect] = ACTIONS(4181), - [anon_sym_actual] = ACTIONS(4181), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4183), - [sym__automatic_semicolon] = ACTIONS(4183), - [sym_safe_nav] = ACTIONS(4183), + [4053] = { + [sym_function_body] = STATE(3365), + [sym__block] = STATE(3464), + [sym__alpha_identifier] = ACTIONS(4198), + [anon_sym_AT] = ACTIONS(4200), + [anon_sym_COLON] = ACTIONS(7117), + [anon_sym_LBRACK] = ACTIONS(4200), + [anon_sym_as] = ACTIONS(4198), + [anon_sym_EQ] = ACTIONS(6967), + [anon_sym_LBRACE] = ACTIONS(6233), + [anon_sym_RBRACE] = ACTIONS(4200), + [anon_sym_LPAREN] = ACTIONS(4200), + [anon_sym_RPAREN] = ACTIONS(4200), + [anon_sym_LT] = ACTIONS(4198), + [anon_sym_GT] = ACTIONS(4198), + [anon_sym_DOT] = ACTIONS(4198), + [anon_sym_SEMI] = ACTIONS(4200), + [anon_sym_get] = ACTIONS(4198), + [anon_sym_set] = ACTIONS(4198), + [anon_sym_STAR] = ACTIONS(4200), + [sym_label] = ACTIONS(4200), + [anon_sym_in] = ACTIONS(4198), + [anon_sym_while] = ACTIONS(4198), + [anon_sym_DOT_DOT] = ACTIONS(4200), + [anon_sym_QMARK_COLON] = ACTIONS(4200), + [anon_sym_AMP_AMP] = ACTIONS(4200), + [anon_sym_PIPE_PIPE] = ACTIONS(4200), + [anon_sym_else] = ACTIONS(4198), + [anon_sym_COLON_COLON] = ACTIONS(4200), + [anon_sym_BANG_EQ] = ACTIONS(4198), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4200), + [anon_sym_EQ_EQ] = ACTIONS(4198), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4200), + [anon_sym_LT_EQ] = ACTIONS(4200), + [anon_sym_GT_EQ] = ACTIONS(4200), + [anon_sym_BANGin] = ACTIONS(4200), + [anon_sym_is] = ACTIONS(4198), + [anon_sym_BANGis] = ACTIONS(4200), + [anon_sym_PLUS] = ACTIONS(4198), + [anon_sym_DASH] = ACTIONS(4198), + [anon_sym_SLASH] = ACTIONS(4198), + [anon_sym_PERCENT] = ACTIONS(4200), + [anon_sym_as_QMARK] = ACTIONS(4200), + [anon_sym_PLUS_PLUS] = ACTIONS(4200), + [anon_sym_DASH_DASH] = ACTIONS(4200), + [anon_sym_BANG_BANG] = ACTIONS(4200), + [anon_sym_suspend] = ACTIONS(4198), + [anon_sym_sealed] = ACTIONS(4198), + [anon_sym_annotation] = ACTIONS(4198), + [anon_sym_data] = ACTIONS(4198), + [anon_sym_inner] = ACTIONS(4198), + [anon_sym_override] = ACTIONS(4198), + [anon_sym_lateinit] = ACTIONS(4198), + [anon_sym_public] = ACTIONS(4198), + [anon_sym_private] = ACTIONS(4198), + [anon_sym_internal] = ACTIONS(4198), + [anon_sym_protected] = ACTIONS(4198), + [anon_sym_tailrec] = ACTIONS(4198), + [anon_sym_operator] = ACTIONS(4198), + [anon_sym_infix] = ACTIONS(4198), + [anon_sym_inline] = ACTIONS(4198), + [anon_sym_external] = ACTIONS(4198), + [sym_property_modifier] = ACTIONS(4198), + [anon_sym_abstract] = ACTIONS(4198), + [anon_sym_final] = ACTIONS(4198), + [anon_sym_open] = ACTIONS(4198), + [anon_sym_vararg] = ACTIONS(4198), + [anon_sym_noinline] = ACTIONS(4198), + [anon_sym_crossinline] = ACTIONS(4198), + [anon_sym_expect] = ACTIONS(4198), + [anon_sym_actual] = ACTIONS(4198), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4200), + [sym_safe_nav] = ACTIONS(4200), [sym_multiline_comment] = ACTIONS(3), }, - [4048] = { - [sym__alpha_identifier] = ACTIONS(4241), - [anon_sym_AT] = ACTIONS(4239), - [anon_sym_LBRACK] = ACTIONS(4239), - [anon_sym_as] = ACTIONS(4241), - [anon_sym_LBRACE] = ACTIONS(4239), - [anon_sym_RBRACE] = ACTIONS(4239), - [anon_sym_LPAREN] = ACTIONS(7113), - [anon_sym_COMMA] = ACTIONS(4239), - [anon_sym_LT] = ACTIONS(4241), - [anon_sym_GT] = ACTIONS(4241), - [anon_sym_where] = ACTIONS(4241), - [anon_sym_object] = ACTIONS(4241), - [anon_sym_fun] = ACTIONS(4241), - [anon_sym_DOT] = ACTIONS(4241), - [anon_sym_SEMI] = ACTIONS(4239), - [anon_sym_get] = ACTIONS(4241), - [anon_sym_set] = ACTIONS(4241), - [anon_sym_this] = ACTIONS(4241), - [anon_sym_super] = ACTIONS(4241), - [anon_sym_STAR] = ACTIONS(4239), - [sym_label] = ACTIONS(4241), - [anon_sym_in] = ACTIONS(4241), - [anon_sym_DOT_DOT] = ACTIONS(4239), - [anon_sym_QMARK_COLON] = ACTIONS(4239), - [anon_sym_AMP_AMP] = ACTIONS(4239), - [anon_sym_PIPE_PIPE] = ACTIONS(4239), - [anon_sym_null] = ACTIONS(4241), - [anon_sym_if] = ACTIONS(4241), - [anon_sym_else] = ACTIONS(4241), - [anon_sym_when] = ACTIONS(4241), - [anon_sym_try] = ACTIONS(4241), - [anon_sym_throw] = ACTIONS(4241), - [anon_sym_return] = ACTIONS(4241), - [anon_sym_continue] = ACTIONS(4241), - [anon_sym_break] = ACTIONS(4241), - [anon_sym_COLON_COLON] = ACTIONS(4239), - [anon_sym_BANG_EQ] = ACTIONS(4241), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4239), - [anon_sym_EQ_EQ] = ACTIONS(4241), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4239), - [anon_sym_LT_EQ] = ACTIONS(4239), - [anon_sym_GT_EQ] = ACTIONS(4239), - [anon_sym_BANGin] = ACTIONS(4239), - [anon_sym_is] = ACTIONS(4241), - [anon_sym_BANGis] = ACTIONS(4239), - [anon_sym_PLUS] = ACTIONS(4241), - [anon_sym_DASH] = ACTIONS(4241), - [anon_sym_SLASH] = ACTIONS(4241), - [anon_sym_PERCENT] = ACTIONS(4239), - [anon_sym_as_QMARK] = ACTIONS(4239), - [anon_sym_PLUS_PLUS] = ACTIONS(4239), - [anon_sym_DASH_DASH] = ACTIONS(4239), - [anon_sym_BANG] = ACTIONS(4241), - [anon_sym_BANG_BANG] = ACTIONS(4239), - [anon_sym_data] = ACTIONS(4241), - [anon_sym_inner] = ACTIONS(4241), - [anon_sym_expect] = ACTIONS(4241), - [anon_sym_actual] = ACTIONS(4241), + [4054] = { + [sym__alpha_identifier] = ACTIONS(4285), + [anon_sym_AT] = ACTIONS(4288), + [anon_sym_LBRACK] = ACTIONS(4288), + [anon_sym_as] = ACTIONS(4293), + [anon_sym_LBRACE] = ACTIONS(4288), + [anon_sym_RBRACE] = ACTIONS(4291), + [anon_sym_LPAREN] = ACTIONS(6619), + [anon_sym_COMMA] = ACTIONS(4291), + [anon_sym_LT] = ACTIONS(4293), + [anon_sym_GT] = ACTIONS(4293), + [anon_sym_where] = ACTIONS(4293), + [anon_sym_object] = ACTIONS(4285), + [anon_sym_fun] = ACTIONS(4285), + [anon_sym_DOT] = ACTIONS(4293), + [anon_sym_SEMI] = ACTIONS(4291), + [anon_sym_get] = ACTIONS(4285), + [anon_sym_set] = ACTIONS(4285), + [anon_sym_this] = ACTIONS(4285), + [anon_sym_super] = ACTIONS(4285), + [anon_sym_STAR] = ACTIONS(4288), + [sym_label] = ACTIONS(4285), + [anon_sym_in] = ACTIONS(4293), + [anon_sym_DOT_DOT] = ACTIONS(4291), + [anon_sym_QMARK_COLON] = ACTIONS(4291), + [anon_sym_AMP_AMP] = ACTIONS(4291), + [anon_sym_PIPE_PIPE] = ACTIONS(4291), + [anon_sym_null] = ACTIONS(4285), + [anon_sym_if] = ACTIONS(4285), + [anon_sym_else] = ACTIONS(4293), + [anon_sym_when] = ACTIONS(4285), + [anon_sym_try] = ACTIONS(4285), + [anon_sym_throw] = ACTIONS(4285), + [anon_sym_return] = ACTIONS(4285), + [anon_sym_continue] = ACTIONS(4285), + [anon_sym_break] = ACTIONS(4285), + [anon_sym_COLON_COLON] = ACTIONS(4288), + [anon_sym_BANG_EQ] = ACTIONS(4293), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4291), + [anon_sym_EQ_EQ] = ACTIONS(4293), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4291), + [anon_sym_LT_EQ] = ACTIONS(4291), + [anon_sym_GT_EQ] = ACTIONS(4291), + [anon_sym_BANGin] = ACTIONS(4291), + [anon_sym_is] = ACTIONS(4293), + [anon_sym_BANGis] = ACTIONS(4291), + [anon_sym_PLUS] = ACTIONS(4285), + [anon_sym_DASH] = ACTIONS(4285), + [anon_sym_SLASH] = ACTIONS(4293), + [anon_sym_PERCENT] = ACTIONS(4291), + [anon_sym_as_QMARK] = ACTIONS(4291), + [anon_sym_PLUS_PLUS] = ACTIONS(4288), + [anon_sym_DASH_DASH] = ACTIONS(4288), + [anon_sym_BANG] = ACTIONS(4285), + [anon_sym_BANG_BANG] = ACTIONS(4291), + [anon_sym_data] = ACTIONS(4285), + [anon_sym_inner] = ACTIONS(4285), + [anon_sym_expect] = ACTIONS(4285), + [anon_sym_actual] = ACTIONS(4285), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4288), + [anon_sym_continue_AT] = ACTIONS(4288), + [anon_sym_break_AT] = ACTIONS(4288), + [sym_real_literal] = ACTIONS(4288), + [sym_integer_literal] = ACTIONS(4285), + [sym_hex_literal] = ACTIONS(4288), + [sym_bin_literal] = ACTIONS(4288), + [anon_sym_true] = ACTIONS(4285), + [anon_sym_false] = ACTIONS(4285), + [anon_sym_SQUOTE] = ACTIONS(4288), + [sym__backtick_identifier] = ACTIONS(4288), + [sym__automatic_semicolon] = ACTIONS(4291), + [sym_safe_nav] = ACTIONS(4291), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4288), + }, + [4055] = { + [sym__alpha_identifier] = ACTIONS(4142), + [anon_sym_AT] = ACTIONS(4145), + [anon_sym_LBRACK] = ACTIONS(4145), + [anon_sym_as] = ACTIONS(4150), + [anon_sym_LBRACE] = ACTIONS(4145), + [anon_sym_RBRACE] = ACTIONS(4148), + [anon_sym_LPAREN] = ACTIONS(6607), + [anon_sym_COMMA] = ACTIONS(4148), + [anon_sym_LT] = ACTIONS(4150), + [anon_sym_GT] = ACTIONS(4150), + [anon_sym_where] = ACTIONS(4150), + [anon_sym_object] = ACTIONS(4142), + [anon_sym_fun] = ACTIONS(4142), + [anon_sym_DOT] = ACTIONS(4150), + [anon_sym_SEMI] = ACTIONS(4148), + [anon_sym_get] = ACTIONS(4142), + [anon_sym_set] = ACTIONS(4142), + [anon_sym_this] = ACTIONS(4142), + [anon_sym_super] = ACTIONS(4142), + [anon_sym_STAR] = ACTIONS(4145), + [sym_label] = ACTIONS(4142), + [anon_sym_in] = ACTIONS(4150), + [anon_sym_DOT_DOT] = ACTIONS(4148), + [anon_sym_QMARK_COLON] = ACTIONS(4148), + [anon_sym_AMP_AMP] = ACTIONS(4148), + [anon_sym_PIPE_PIPE] = ACTIONS(4148), + [anon_sym_null] = ACTIONS(4142), + [anon_sym_if] = ACTIONS(4142), + [anon_sym_else] = ACTIONS(4150), + [anon_sym_when] = ACTIONS(4142), + [anon_sym_try] = ACTIONS(4142), + [anon_sym_throw] = ACTIONS(4142), + [anon_sym_return] = ACTIONS(4142), + [anon_sym_continue] = ACTIONS(4142), + [anon_sym_break] = ACTIONS(4142), + [anon_sym_COLON_COLON] = ACTIONS(4145), + [anon_sym_BANG_EQ] = ACTIONS(4150), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4148), + [anon_sym_EQ_EQ] = ACTIONS(4150), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4148), + [anon_sym_LT_EQ] = ACTIONS(4148), + [anon_sym_GT_EQ] = ACTIONS(4148), + [anon_sym_BANGin] = ACTIONS(4148), + [anon_sym_is] = ACTIONS(4150), + [anon_sym_BANGis] = ACTIONS(4148), + [anon_sym_PLUS] = ACTIONS(4142), + [anon_sym_DASH] = ACTIONS(4142), + [anon_sym_SLASH] = ACTIONS(4150), + [anon_sym_PERCENT] = ACTIONS(4148), + [anon_sym_as_QMARK] = ACTIONS(4148), + [anon_sym_PLUS_PLUS] = ACTIONS(4145), + [anon_sym_DASH_DASH] = ACTIONS(4145), + [anon_sym_BANG] = ACTIONS(4142), + [anon_sym_BANG_BANG] = ACTIONS(4148), + [anon_sym_data] = ACTIONS(4142), + [anon_sym_inner] = ACTIONS(4142), + [anon_sym_expect] = ACTIONS(4142), + [anon_sym_actual] = ACTIONS(4142), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4239), - [anon_sym_continue_AT] = ACTIONS(4239), - [anon_sym_break_AT] = ACTIONS(4239), - [sym_real_literal] = ACTIONS(4239), - [sym_integer_literal] = ACTIONS(4241), - [sym_hex_literal] = ACTIONS(4239), - [sym_bin_literal] = ACTIONS(4239), - [anon_sym_true] = ACTIONS(4241), - [anon_sym_false] = ACTIONS(4241), - [anon_sym_SQUOTE] = ACTIONS(4239), - [sym__backtick_identifier] = ACTIONS(4239), - [sym__automatic_semicolon] = ACTIONS(4239), - [sym_safe_nav] = ACTIONS(4239), + [anon_sym_return_AT] = ACTIONS(4145), + [anon_sym_continue_AT] = ACTIONS(4145), + [anon_sym_break_AT] = ACTIONS(4145), + [sym_real_literal] = ACTIONS(4145), + [sym_integer_literal] = ACTIONS(4142), + [sym_hex_literal] = ACTIONS(4145), + [sym_bin_literal] = ACTIONS(4145), + [anon_sym_true] = ACTIONS(4142), + [anon_sym_false] = ACTIONS(4142), + [anon_sym_SQUOTE] = ACTIONS(4145), + [sym__backtick_identifier] = ACTIONS(4145), + [sym__automatic_semicolon] = ACTIONS(4148), + [sym_safe_nav] = ACTIONS(4148), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4239), + [sym__string_start] = ACTIONS(4145), }, - [4049] = { - [sym__alpha_identifier] = ACTIONS(4929), - [anon_sym_AT] = ACTIONS(4931), - [anon_sym_LBRACK] = ACTIONS(4931), - [anon_sym_RBRACK] = ACTIONS(4931), - [anon_sym_as] = ACTIONS(4929), - [anon_sym_LBRACE] = ACTIONS(4931), - [anon_sym_RBRACE] = ACTIONS(4931), - [anon_sym_LPAREN] = ACTIONS(7115), - [anon_sym_COMMA] = ACTIONS(4931), - [anon_sym_RPAREN] = ACTIONS(4931), - [anon_sym_LT] = ACTIONS(4929), - [anon_sym_GT] = ACTIONS(4929), - [anon_sym_where] = ACTIONS(4929), - [anon_sym_DOT] = ACTIONS(4929), - [anon_sym_SEMI] = ACTIONS(4931), - [anon_sym_get] = ACTIONS(4929), - [anon_sym_set] = ACTIONS(4929), - [anon_sym_STAR] = ACTIONS(4931), - [anon_sym_DASH_GT] = ACTIONS(4931), - [sym_label] = ACTIONS(4931), - [anon_sym_in] = ACTIONS(4929), - [anon_sym_while] = ACTIONS(4929), - [anon_sym_DOT_DOT] = ACTIONS(4931), - [anon_sym_QMARK_COLON] = ACTIONS(4931), - [anon_sym_AMP_AMP] = ACTIONS(4931), - [anon_sym_PIPE_PIPE] = ACTIONS(4931), - [anon_sym_else] = ACTIONS(4929), - [anon_sym_COLON_COLON] = ACTIONS(4931), - [anon_sym_BANG_EQ] = ACTIONS(4929), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4931), - [anon_sym_EQ_EQ] = ACTIONS(4929), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4931), - [anon_sym_LT_EQ] = ACTIONS(4931), - [anon_sym_GT_EQ] = ACTIONS(4931), - [anon_sym_BANGin] = ACTIONS(4931), - [anon_sym_is] = ACTIONS(4929), - [anon_sym_BANGis] = ACTIONS(4931), - [anon_sym_PLUS] = ACTIONS(4929), - [anon_sym_DASH] = ACTIONS(4929), - [anon_sym_SLASH] = ACTIONS(4929), - [anon_sym_PERCENT] = ACTIONS(4931), - [anon_sym_as_QMARK] = ACTIONS(4931), - [anon_sym_PLUS_PLUS] = ACTIONS(4931), - [anon_sym_DASH_DASH] = ACTIONS(4931), - [anon_sym_BANG_BANG] = ACTIONS(4931), - [anon_sym_suspend] = ACTIONS(4929), - [anon_sym_sealed] = ACTIONS(4929), - [anon_sym_annotation] = ACTIONS(4929), - [anon_sym_data] = ACTIONS(4929), - [anon_sym_inner] = ACTIONS(4929), - [anon_sym_override] = ACTIONS(4929), - [anon_sym_lateinit] = ACTIONS(4929), - [anon_sym_public] = ACTIONS(4929), - [anon_sym_private] = ACTIONS(4929), - [anon_sym_internal] = ACTIONS(4929), - [anon_sym_protected] = ACTIONS(4929), - [anon_sym_tailrec] = ACTIONS(4929), - [anon_sym_operator] = ACTIONS(4929), - [anon_sym_infix] = ACTIONS(4929), - [anon_sym_inline] = ACTIONS(4929), - [anon_sym_external] = ACTIONS(4929), - [sym_property_modifier] = ACTIONS(4929), - [anon_sym_abstract] = ACTIONS(4929), - [anon_sym_final] = ACTIONS(4929), - [anon_sym_open] = ACTIONS(4929), - [anon_sym_vararg] = ACTIONS(4929), - [anon_sym_noinline] = ACTIONS(4929), - [anon_sym_crossinline] = ACTIONS(4929), - [anon_sym_expect] = ACTIONS(4929), - [anon_sym_actual] = ACTIONS(4929), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4931), - [sym_safe_nav] = ACTIONS(4931), + [4056] = { + [sym_class_body] = STATE(3261), + [sym_type_constraints] = STATE(3076), + [sym__alpha_identifier] = ACTIONS(3186), + [anon_sym_AT] = ACTIONS(3190), + [anon_sym_COLON] = ACTIONS(6072), + [anon_sym_LBRACK] = ACTIONS(3190), + [anon_sym_as] = ACTIONS(3186), + [anon_sym_LBRACE] = ACTIONS(5179), + [anon_sym_RBRACE] = ACTIONS(3190), + [anon_sym_LPAREN] = ACTIONS(3190), + [anon_sym_RPAREN] = ACTIONS(3190), + [anon_sym_LT] = ACTIONS(3186), + [anon_sym_GT] = ACTIONS(3186), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(3186), + [anon_sym_SEMI] = ACTIONS(3190), + [anon_sym_get] = ACTIONS(3186), + [anon_sym_set] = ACTIONS(3186), + [anon_sym_STAR] = ACTIONS(3190), + [sym_label] = ACTIONS(3190), + [anon_sym_in] = ACTIONS(3186), + [anon_sym_while] = ACTIONS(3186), + [anon_sym_DOT_DOT] = ACTIONS(3190), + [anon_sym_QMARK_COLON] = ACTIONS(3190), + [anon_sym_AMP_AMP] = ACTIONS(3190), + [anon_sym_PIPE_PIPE] = ACTIONS(3190), + [anon_sym_else] = ACTIONS(3186), + [anon_sym_COLON_COLON] = ACTIONS(3190), + [anon_sym_BANG_EQ] = ACTIONS(3186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3190), + [anon_sym_EQ_EQ] = ACTIONS(3186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3190), + [anon_sym_LT_EQ] = ACTIONS(3190), + [anon_sym_GT_EQ] = ACTIONS(3190), + [anon_sym_BANGin] = ACTIONS(3190), + [anon_sym_is] = ACTIONS(3186), + [anon_sym_BANGis] = ACTIONS(3190), + [anon_sym_PLUS] = ACTIONS(3186), + [anon_sym_DASH] = ACTIONS(3186), + [anon_sym_SLASH] = ACTIONS(3186), + [anon_sym_PERCENT] = ACTIONS(3190), + [anon_sym_as_QMARK] = ACTIONS(3190), + [anon_sym_PLUS_PLUS] = ACTIONS(3190), + [anon_sym_DASH_DASH] = ACTIONS(3190), + [anon_sym_BANG_BANG] = ACTIONS(3190), + [anon_sym_suspend] = ACTIONS(3186), + [anon_sym_sealed] = ACTIONS(3186), + [anon_sym_annotation] = ACTIONS(3186), + [anon_sym_data] = ACTIONS(3186), + [anon_sym_inner] = ACTIONS(3186), + [anon_sym_override] = ACTIONS(3186), + [anon_sym_lateinit] = ACTIONS(3186), + [anon_sym_public] = ACTIONS(3186), + [anon_sym_private] = ACTIONS(3186), + [anon_sym_internal] = ACTIONS(3186), + [anon_sym_protected] = ACTIONS(3186), + [anon_sym_tailrec] = ACTIONS(3186), + [anon_sym_operator] = ACTIONS(3186), + [anon_sym_infix] = ACTIONS(3186), + [anon_sym_inline] = ACTIONS(3186), + [anon_sym_external] = ACTIONS(3186), + [sym_property_modifier] = ACTIONS(3186), + [anon_sym_abstract] = ACTIONS(3186), + [anon_sym_final] = ACTIONS(3186), + [anon_sym_open] = ACTIONS(3186), + [anon_sym_vararg] = ACTIONS(3186), + [anon_sym_noinline] = ACTIONS(3186), + [anon_sym_crossinline] = ACTIONS(3186), + [anon_sym_expect] = ACTIONS(3186), + [anon_sym_actual] = ACTIONS(3186), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3190), + [sym_safe_nav] = ACTIONS(3190), [sym_multiline_comment] = ACTIONS(3), }, - [4050] = { - [sym_function_body] = STATE(3785), - [sym__block] = STATE(3725), + [4057] = { + [sym__alpha_identifier] = ACTIONS(4150), + [anon_sym_AT] = ACTIONS(4148), + [anon_sym_LBRACK] = ACTIONS(4148), + [anon_sym_RBRACK] = ACTIONS(4148), + [anon_sym_as] = ACTIONS(4150), + [anon_sym_LBRACE] = ACTIONS(4148), + [anon_sym_RBRACE] = ACTIONS(4148), + [anon_sym_LPAREN] = ACTIONS(7119), + [anon_sym_COMMA] = ACTIONS(4148), + [anon_sym_RPAREN] = ACTIONS(4148), + [anon_sym_LT] = ACTIONS(4150), + [anon_sym_GT] = ACTIONS(4150), + [anon_sym_where] = ACTIONS(4150), + [anon_sym_DOT] = ACTIONS(4150), + [anon_sym_SEMI] = ACTIONS(4148), + [anon_sym_get] = ACTIONS(4150), + [anon_sym_set] = ACTIONS(4150), + [anon_sym_STAR] = ACTIONS(4148), + [anon_sym_DASH_GT] = ACTIONS(4148), + [sym_label] = ACTIONS(4148), + [anon_sym_in] = ACTIONS(4150), + [anon_sym_while] = ACTIONS(4150), + [anon_sym_DOT_DOT] = ACTIONS(4148), + [anon_sym_QMARK_COLON] = ACTIONS(4148), + [anon_sym_AMP_AMP] = ACTIONS(4148), + [anon_sym_PIPE_PIPE] = ACTIONS(4148), + [anon_sym_else] = ACTIONS(4150), + [anon_sym_COLON_COLON] = ACTIONS(4148), + [anon_sym_BANG_EQ] = ACTIONS(4150), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4148), + [anon_sym_EQ_EQ] = ACTIONS(4150), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4148), + [anon_sym_LT_EQ] = ACTIONS(4148), + [anon_sym_GT_EQ] = ACTIONS(4148), + [anon_sym_BANGin] = ACTIONS(4148), + [anon_sym_is] = ACTIONS(4150), + [anon_sym_BANGis] = ACTIONS(4148), + [anon_sym_PLUS] = ACTIONS(4150), + [anon_sym_DASH] = ACTIONS(4150), + [anon_sym_SLASH] = ACTIONS(4150), + [anon_sym_PERCENT] = ACTIONS(4148), + [anon_sym_as_QMARK] = ACTIONS(4148), + [anon_sym_PLUS_PLUS] = ACTIONS(4148), + [anon_sym_DASH_DASH] = ACTIONS(4148), + [anon_sym_BANG_BANG] = ACTIONS(4148), + [anon_sym_suspend] = ACTIONS(4150), + [anon_sym_sealed] = ACTIONS(4150), + [anon_sym_annotation] = ACTIONS(4150), + [anon_sym_data] = ACTIONS(4150), + [anon_sym_inner] = ACTIONS(4150), + [anon_sym_override] = ACTIONS(4150), + [anon_sym_lateinit] = ACTIONS(4150), + [anon_sym_public] = ACTIONS(4150), + [anon_sym_private] = ACTIONS(4150), + [anon_sym_internal] = ACTIONS(4150), + [anon_sym_protected] = ACTIONS(4150), + [anon_sym_tailrec] = ACTIONS(4150), + [anon_sym_operator] = ACTIONS(4150), + [anon_sym_infix] = ACTIONS(4150), + [anon_sym_inline] = ACTIONS(4150), + [anon_sym_external] = ACTIONS(4150), + [sym_property_modifier] = ACTIONS(4150), + [anon_sym_abstract] = ACTIONS(4150), + [anon_sym_final] = ACTIONS(4150), + [anon_sym_open] = ACTIONS(4150), + [anon_sym_vararg] = ACTIONS(4150), + [anon_sym_noinline] = ACTIONS(4150), + [anon_sym_crossinline] = ACTIONS(4150), + [anon_sym_expect] = ACTIONS(4150), + [anon_sym_actual] = ACTIONS(4150), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4148), + [sym_safe_nav] = ACTIONS(4148), + [sym_multiline_comment] = ACTIONS(3), + }, + [4058] = { + [sym_function_body] = STATE(3193), + [sym__block] = STATE(3464), [sym__alpha_identifier] = ACTIONS(4326), [anon_sym_AT] = ACTIONS(4328), + [anon_sym_COLON] = ACTIONS(7121), [anon_sym_LBRACK] = ACTIONS(4328), [anon_sym_as] = ACTIONS(4326), - [anon_sym_EQ] = ACTIONS(6934), - [anon_sym_LBRACE] = ACTIONS(6434), + [anon_sym_EQ] = ACTIONS(6967), + [anon_sym_LBRACE] = ACTIONS(6233), [anon_sym_RBRACE] = ACTIONS(4328), [anon_sym_LPAREN] = ACTIONS(4328), - [anon_sym_COMMA] = ACTIONS(4328), + [anon_sym_RPAREN] = ACTIONS(4328), [anon_sym_LT] = ACTIONS(4326), [anon_sym_GT] = ACTIONS(4326), - [anon_sym_where] = ACTIONS(4326), [anon_sym_DOT] = ACTIONS(4326), [anon_sym_SEMI] = ACTIONS(4328), [anon_sym_get] = ACTIONS(4326), @@ -426184,6 +426984,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(4328), [sym_label] = ACTIONS(4328), [anon_sym_in] = ACTIONS(4326), + [anon_sym_while] = ACTIONS(4326), [anon_sym_DOT_DOT] = ACTIONS(4328), [anon_sym_QMARK_COLON] = ACTIONS(4328), [anon_sym_AMP_AMP] = ACTIONS(4328), @@ -426234,113 +427035,577 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(4326), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(4328), - [sym__automatic_semicolon] = ACTIONS(4328), [sym_safe_nav] = ACTIONS(4328), [sym_multiline_comment] = ACTIONS(3), }, - [4051] = { - [sym_class_body] = STATE(3220), - [sym_type_constraints] = STATE(3078), - [sym__alpha_identifier] = ACTIONS(4284), - [anon_sym_AT] = ACTIONS(4286), - [anon_sym_COLON] = ACTIONS(7117), - [anon_sym_LBRACK] = ACTIONS(4286), - [anon_sym_as] = ACTIONS(4284), - [anon_sym_LBRACE] = ACTIONS(5147), - [anon_sym_RBRACE] = ACTIONS(4286), - [anon_sym_LPAREN] = ACTIONS(4286), - [anon_sym_RPAREN] = ACTIONS(4286), - [anon_sym_LT] = ACTIONS(4284), - [anon_sym_GT] = ACTIONS(4284), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(4284), - [anon_sym_SEMI] = ACTIONS(4286), - [anon_sym_get] = ACTIONS(4284), - [anon_sym_set] = ACTIONS(4284), - [anon_sym_STAR] = ACTIONS(4286), - [sym_label] = ACTIONS(4286), - [anon_sym_in] = ACTIONS(4284), - [anon_sym_while] = ACTIONS(4284), - [anon_sym_DOT_DOT] = ACTIONS(4286), - [anon_sym_QMARK_COLON] = ACTIONS(4286), - [anon_sym_AMP_AMP] = ACTIONS(4286), - [anon_sym_PIPE_PIPE] = ACTIONS(4286), - [anon_sym_else] = ACTIONS(4284), - [anon_sym_COLON_COLON] = ACTIONS(4286), - [anon_sym_BANG_EQ] = ACTIONS(4284), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4286), - [anon_sym_EQ_EQ] = ACTIONS(4284), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4286), - [anon_sym_LT_EQ] = ACTIONS(4286), - [anon_sym_GT_EQ] = ACTIONS(4286), - [anon_sym_BANGin] = ACTIONS(4286), - [anon_sym_is] = ACTIONS(4284), - [anon_sym_BANGis] = ACTIONS(4286), - [anon_sym_PLUS] = ACTIONS(4284), - [anon_sym_DASH] = ACTIONS(4284), - [anon_sym_SLASH] = ACTIONS(4284), - [anon_sym_PERCENT] = ACTIONS(4286), - [anon_sym_as_QMARK] = ACTIONS(4286), - [anon_sym_PLUS_PLUS] = ACTIONS(4286), - [anon_sym_DASH_DASH] = ACTIONS(4286), - [anon_sym_BANG_BANG] = ACTIONS(4286), - [anon_sym_suspend] = ACTIONS(4284), - [anon_sym_sealed] = ACTIONS(4284), - [anon_sym_annotation] = ACTIONS(4284), - [anon_sym_data] = ACTIONS(4284), - [anon_sym_inner] = ACTIONS(4284), - [anon_sym_override] = ACTIONS(4284), - [anon_sym_lateinit] = ACTIONS(4284), - [anon_sym_public] = ACTIONS(4284), - [anon_sym_private] = ACTIONS(4284), - [anon_sym_internal] = ACTIONS(4284), - [anon_sym_protected] = ACTIONS(4284), - [anon_sym_tailrec] = ACTIONS(4284), - [anon_sym_operator] = ACTIONS(4284), - [anon_sym_infix] = ACTIONS(4284), - [anon_sym_inline] = ACTIONS(4284), - [anon_sym_external] = ACTIONS(4284), - [sym_property_modifier] = ACTIONS(4284), - [anon_sym_abstract] = ACTIONS(4284), - [anon_sym_final] = ACTIONS(4284), - [anon_sym_open] = ACTIONS(4284), - [anon_sym_vararg] = ACTIONS(4284), - [anon_sym_noinline] = ACTIONS(4284), - [anon_sym_crossinline] = ACTIONS(4284), - [anon_sym_expect] = ACTIONS(4284), - [anon_sym_actual] = ACTIONS(4284), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4286), - [sym_safe_nav] = ACTIONS(4286), + [4059] = { + [sym_function_body] = STATE(3745), + [sym__block] = STATE(3738), + [sym__alpha_identifier] = ACTIONS(4422), + [anon_sym_AT] = ACTIONS(4424), + [anon_sym_LBRACK] = ACTIONS(4424), + [anon_sym_as] = ACTIONS(4422), + [anon_sym_EQ] = ACTIONS(6918), + [anon_sym_LBRACE] = ACTIONS(6461), + [anon_sym_RBRACE] = ACTIONS(4424), + [anon_sym_LPAREN] = ACTIONS(4424), + [anon_sym_COMMA] = ACTIONS(4424), + [anon_sym_LT] = ACTIONS(4422), + [anon_sym_GT] = ACTIONS(4422), + [anon_sym_where] = ACTIONS(4422), + [anon_sym_DOT] = ACTIONS(4422), + [anon_sym_SEMI] = ACTIONS(4424), + [anon_sym_get] = ACTIONS(4422), + [anon_sym_set] = ACTIONS(4422), + [anon_sym_STAR] = ACTIONS(4424), + [sym_label] = ACTIONS(4424), + [anon_sym_in] = ACTIONS(4422), + [anon_sym_DOT_DOT] = ACTIONS(4424), + [anon_sym_QMARK_COLON] = ACTIONS(4424), + [anon_sym_AMP_AMP] = ACTIONS(4424), + [anon_sym_PIPE_PIPE] = ACTIONS(4424), + [anon_sym_else] = ACTIONS(4422), + [anon_sym_COLON_COLON] = ACTIONS(4424), + [anon_sym_BANG_EQ] = ACTIONS(4422), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4424), + [anon_sym_EQ_EQ] = ACTIONS(4422), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4424), + [anon_sym_LT_EQ] = ACTIONS(4424), + [anon_sym_GT_EQ] = ACTIONS(4424), + [anon_sym_BANGin] = ACTIONS(4424), + [anon_sym_is] = ACTIONS(4422), + [anon_sym_BANGis] = ACTIONS(4424), + [anon_sym_PLUS] = ACTIONS(4422), + [anon_sym_DASH] = ACTIONS(4422), + [anon_sym_SLASH] = ACTIONS(4422), + [anon_sym_PERCENT] = ACTIONS(4424), + [anon_sym_as_QMARK] = ACTIONS(4424), + [anon_sym_PLUS_PLUS] = ACTIONS(4424), + [anon_sym_DASH_DASH] = ACTIONS(4424), + [anon_sym_BANG_BANG] = ACTIONS(4424), + [anon_sym_suspend] = ACTIONS(4422), + [anon_sym_sealed] = ACTIONS(4422), + [anon_sym_annotation] = ACTIONS(4422), + [anon_sym_data] = ACTIONS(4422), + [anon_sym_inner] = ACTIONS(4422), + [anon_sym_override] = ACTIONS(4422), + [anon_sym_lateinit] = ACTIONS(4422), + [anon_sym_public] = ACTIONS(4422), + [anon_sym_private] = ACTIONS(4422), + [anon_sym_internal] = ACTIONS(4422), + [anon_sym_protected] = ACTIONS(4422), + [anon_sym_tailrec] = ACTIONS(4422), + [anon_sym_operator] = ACTIONS(4422), + [anon_sym_infix] = ACTIONS(4422), + [anon_sym_inline] = ACTIONS(4422), + [anon_sym_external] = ACTIONS(4422), + [sym_property_modifier] = ACTIONS(4422), + [anon_sym_abstract] = ACTIONS(4422), + [anon_sym_final] = ACTIONS(4422), + [anon_sym_open] = ACTIONS(4422), + [anon_sym_vararg] = ACTIONS(4422), + [anon_sym_noinline] = ACTIONS(4422), + [anon_sym_crossinline] = ACTIONS(4422), + [anon_sym_expect] = ACTIONS(4422), + [anon_sym_actual] = ACTIONS(4422), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4424), + [sym__automatic_semicolon] = ACTIONS(4424), + [sym_safe_nav] = ACTIONS(4424), [sym_multiline_comment] = ACTIONS(3), }, - [4052] = { - [sym_function_body] = STATE(3688), - [sym__block] = STATE(3725), + [4060] = { + [sym_type_constraints] = STATE(4125), + [sym_function_body] = STATE(3709), + [sym__block] = STATE(3738), + [sym__alpha_identifier] = ACTIONS(4256), + [anon_sym_AT] = ACTIONS(4258), + [anon_sym_LBRACK] = ACTIONS(4258), + [anon_sym_as] = ACTIONS(4256), + [anon_sym_EQ] = ACTIONS(7028), + [anon_sym_LBRACE] = ACTIONS(6461), + [anon_sym_RBRACE] = ACTIONS(4258), + [anon_sym_LPAREN] = ACTIONS(4258), + [anon_sym_LT] = ACTIONS(4256), + [anon_sym_GT] = ACTIONS(4256), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(4256), + [anon_sym_SEMI] = ACTIONS(4258), + [anon_sym_get] = ACTIONS(4256), + [anon_sym_set] = ACTIONS(4256), + [anon_sym_STAR] = ACTIONS(4258), + [sym_label] = ACTIONS(4258), + [anon_sym_in] = ACTIONS(4256), + [anon_sym_DOT_DOT] = ACTIONS(4258), + [anon_sym_QMARK_COLON] = ACTIONS(4258), + [anon_sym_AMP_AMP] = ACTIONS(4258), + [anon_sym_PIPE_PIPE] = ACTIONS(4258), + [anon_sym_else] = ACTIONS(4256), + [anon_sym_COLON_COLON] = ACTIONS(4258), + [anon_sym_BANG_EQ] = ACTIONS(4256), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4258), + [anon_sym_EQ_EQ] = ACTIONS(4256), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4258), + [anon_sym_LT_EQ] = ACTIONS(4258), + [anon_sym_GT_EQ] = ACTIONS(4258), + [anon_sym_BANGin] = ACTIONS(4258), + [anon_sym_is] = ACTIONS(4256), + [anon_sym_BANGis] = ACTIONS(4258), + [anon_sym_PLUS] = ACTIONS(4256), + [anon_sym_DASH] = ACTIONS(4256), + [anon_sym_SLASH] = ACTIONS(4256), + [anon_sym_PERCENT] = ACTIONS(4258), + [anon_sym_as_QMARK] = ACTIONS(4258), + [anon_sym_PLUS_PLUS] = ACTIONS(4258), + [anon_sym_DASH_DASH] = ACTIONS(4258), + [anon_sym_BANG_BANG] = ACTIONS(4258), + [anon_sym_suspend] = ACTIONS(4256), + [anon_sym_sealed] = ACTIONS(4256), + [anon_sym_annotation] = ACTIONS(4256), + [anon_sym_data] = ACTIONS(4256), + [anon_sym_inner] = ACTIONS(4256), + [anon_sym_override] = ACTIONS(4256), + [anon_sym_lateinit] = ACTIONS(4256), + [anon_sym_public] = ACTIONS(4256), + [anon_sym_private] = ACTIONS(4256), + [anon_sym_internal] = ACTIONS(4256), + [anon_sym_protected] = ACTIONS(4256), + [anon_sym_tailrec] = ACTIONS(4256), + [anon_sym_operator] = ACTIONS(4256), + [anon_sym_infix] = ACTIONS(4256), + [anon_sym_inline] = ACTIONS(4256), + [anon_sym_external] = ACTIONS(4256), + [sym_property_modifier] = ACTIONS(4256), + [anon_sym_abstract] = ACTIONS(4256), + [anon_sym_final] = ACTIONS(4256), + [anon_sym_open] = ACTIONS(4256), + [anon_sym_vararg] = ACTIONS(4256), + [anon_sym_noinline] = ACTIONS(4256), + [anon_sym_crossinline] = ACTIONS(4256), + [anon_sym_expect] = ACTIONS(4256), + [anon_sym_actual] = ACTIONS(4256), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4258), + [sym__automatic_semicolon] = ACTIONS(4258), + [sym_safe_nav] = ACTIONS(4258), + [sym_multiline_comment] = ACTIONS(3), + }, + [4061] = { + [sym_function_body] = STATE(3837), + [sym__block] = STATE(3738), + [sym__alpha_identifier] = ACTIONS(4047), + [anon_sym_AT] = ACTIONS(4049), + [anon_sym_LBRACK] = ACTIONS(4049), + [anon_sym_as] = ACTIONS(4047), + [anon_sym_EQ] = ACTIONS(6918), + [anon_sym_LBRACE] = ACTIONS(6461), + [anon_sym_RBRACE] = ACTIONS(4049), + [anon_sym_LPAREN] = ACTIONS(4049), + [anon_sym_COMMA] = ACTIONS(4049), + [anon_sym_LT] = ACTIONS(4047), + [anon_sym_GT] = ACTIONS(4047), + [anon_sym_where] = ACTIONS(4047), + [anon_sym_DOT] = ACTIONS(4047), + [anon_sym_SEMI] = ACTIONS(4049), + [anon_sym_get] = ACTIONS(4047), + [anon_sym_set] = ACTIONS(4047), + [anon_sym_STAR] = ACTIONS(4049), + [sym_label] = ACTIONS(4049), + [anon_sym_in] = ACTIONS(4047), + [anon_sym_DOT_DOT] = ACTIONS(4049), + [anon_sym_QMARK_COLON] = ACTIONS(4049), + [anon_sym_AMP_AMP] = ACTIONS(4049), + [anon_sym_PIPE_PIPE] = ACTIONS(4049), + [anon_sym_else] = ACTIONS(4047), + [anon_sym_COLON_COLON] = ACTIONS(4049), + [anon_sym_BANG_EQ] = ACTIONS(4047), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4049), + [anon_sym_EQ_EQ] = ACTIONS(4047), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4049), + [anon_sym_LT_EQ] = ACTIONS(4049), + [anon_sym_GT_EQ] = ACTIONS(4049), + [anon_sym_BANGin] = ACTIONS(4049), + [anon_sym_is] = ACTIONS(4047), + [anon_sym_BANGis] = ACTIONS(4049), + [anon_sym_PLUS] = ACTIONS(4047), + [anon_sym_DASH] = ACTIONS(4047), + [anon_sym_SLASH] = ACTIONS(4047), + [anon_sym_PERCENT] = ACTIONS(4049), + [anon_sym_as_QMARK] = ACTIONS(4049), + [anon_sym_PLUS_PLUS] = ACTIONS(4049), + [anon_sym_DASH_DASH] = ACTIONS(4049), + [anon_sym_BANG_BANG] = ACTIONS(4049), + [anon_sym_suspend] = ACTIONS(4047), + [anon_sym_sealed] = ACTIONS(4047), + [anon_sym_annotation] = ACTIONS(4047), + [anon_sym_data] = ACTIONS(4047), + [anon_sym_inner] = ACTIONS(4047), + [anon_sym_override] = ACTIONS(4047), + [anon_sym_lateinit] = ACTIONS(4047), + [anon_sym_public] = ACTIONS(4047), + [anon_sym_private] = ACTIONS(4047), + [anon_sym_internal] = ACTIONS(4047), + [anon_sym_protected] = ACTIONS(4047), + [anon_sym_tailrec] = ACTIONS(4047), + [anon_sym_operator] = ACTIONS(4047), + [anon_sym_infix] = ACTIONS(4047), + [anon_sym_inline] = ACTIONS(4047), + [anon_sym_external] = ACTIONS(4047), + [sym_property_modifier] = ACTIONS(4047), + [anon_sym_abstract] = ACTIONS(4047), + [anon_sym_final] = ACTIONS(4047), + [anon_sym_open] = ACTIONS(4047), + [anon_sym_vararg] = ACTIONS(4047), + [anon_sym_noinline] = ACTIONS(4047), + [anon_sym_crossinline] = ACTIONS(4047), + [anon_sym_expect] = ACTIONS(4047), + [anon_sym_actual] = ACTIONS(4047), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4049), + [sym__automatic_semicolon] = ACTIONS(4049), + [sym_safe_nav] = ACTIONS(4049), + [sym_multiline_comment] = ACTIONS(3), + }, + [4062] = { + [sym__alpha_identifier] = ACTIONS(4792), + [anon_sym_AT] = ACTIONS(4794), + [anon_sym_LBRACK] = ACTIONS(4794), + [anon_sym_as] = ACTIONS(4792), + [anon_sym_LBRACE] = ACTIONS(4794), + [anon_sym_RBRACE] = ACTIONS(4794), + [anon_sym_LPAREN] = ACTIONS(4794), + [anon_sym_COMMA] = ACTIONS(4794), + [anon_sym_LT] = ACTIONS(4792), + [anon_sym_GT] = ACTIONS(4792), + [anon_sym_where] = ACTIONS(4792), + [anon_sym_object] = ACTIONS(4792), + [anon_sym_fun] = ACTIONS(4792), + [anon_sym_DOT] = ACTIONS(4792), + [anon_sym_SEMI] = ACTIONS(7123), + [anon_sym_get] = ACTIONS(4792), + [anon_sym_set] = ACTIONS(4792), + [anon_sym_this] = ACTIONS(4792), + [anon_sym_super] = ACTIONS(4792), + [anon_sym_STAR] = ACTIONS(4794), + [sym_label] = ACTIONS(4792), + [anon_sym_in] = ACTIONS(4792), + [anon_sym_DOT_DOT] = ACTIONS(4794), + [anon_sym_QMARK_COLON] = ACTIONS(4794), + [anon_sym_AMP_AMP] = ACTIONS(4794), + [anon_sym_PIPE_PIPE] = ACTIONS(4794), + [anon_sym_null] = ACTIONS(4792), + [anon_sym_if] = ACTIONS(4792), + [anon_sym_else] = ACTIONS(7125), + [anon_sym_when] = ACTIONS(4792), + [anon_sym_try] = ACTIONS(4792), + [anon_sym_throw] = ACTIONS(4792), + [anon_sym_return] = ACTIONS(4792), + [anon_sym_continue] = ACTIONS(4792), + [anon_sym_break] = ACTIONS(4792), + [anon_sym_COLON_COLON] = ACTIONS(4794), + [anon_sym_BANG_EQ] = ACTIONS(4792), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4794), + [anon_sym_EQ_EQ] = ACTIONS(4792), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4794), + [anon_sym_LT_EQ] = ACTIONS(4794), + [anon_sym_GT_EQ] = ACTIONS(4794), + [anon_sym_BANGin] = ACTIONS(4794), + [anon_sym_is] = ACTIONS(4792), + [anon_sym_BANGis] = ACTIONS(4794), + [anon_sym_PLUS] = ACTIONS(4792), + [anon_sym_DASH] = ACTIONS(4792), + [anon_sym_SLASH] = ACTIONS(4792), + [anon_sym_PERCENT] = ACTIONS(4794), + [anon_sym_as_QMARK] = ACTIONS(4794), + [anon_sym_PLUS_PLUS] = ACTIONS(4794), + [anon_sym_DASH_DASH] = ACTIONS(4794), + [anon_sym_BANG] = ACTIONS(4792), + [anon_sym_BANG_BANG] = ACTIONS(4794), + [anon_sym_data] = ACTIONS(4792), + [anon_sym_inner] = ACTIONS(4792), + [anon_sym_expect] = ACTIONS(4792), + [anon_sym_actual] = ACTIONS(4792), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4794), + [anon_sym_continue_AT] = ACTIONS(4794), + [anon_sym_break_AT] = ACTIONS(4794), + [sym_real_literal] = ACTIONS(4794), + [sym_integer_literal] = ACTIONS(4792), + [sym_hex_literal] = ACTIONS(4794), + [sym_bin_literal] = ACTIONS(4794), + [anon_sym_true] = ACTIONS(4792), + [anon_sym_false] = ACTIONS(4792), + [anon_sym_SQUOTE] = ACTIONS(4794), + [sym__backtick_identifier] = ACTIONS(4794), + [sym__automatic_semicolon] = ACTIONS(4794), + [sym_safe_nav] = ACTIONS(4794), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4794), + }, + [4063] = { + [sym_function_body] = STATE(3872), + [sym__block] = STATE(3738), + [sym__alpha_identifier] = ACTIONS(4085), + [anon_sym_AT] = ACTIONS(4087), + [anon_sym_LBRACK] = ACTIONS(4087), + [anon_sym_as] = ACTIONS(4085), + [anon_sym_EQ] = ACTIONS(6918), + [anon_sym_LBRACE] = ACTIONS(6461), + [anon_sym_RBRACE] = ACTIONS(4087), + [anon_sym_LPAREN] = ACTIONS(4087), + [anon_sym_COMMA] = ACTIONS(4087), + [anon_sym_LT] = ACTIONS(4085), + [anon_sym_GT] = ACTIONS(4085), + [anon_sym_where] = ACTIONS(4085), + [anon_sym_DOT] = ACTIONS(4085), + [anon_sym_SEMI] = ACTIONS(4087), + [anon_sym_get] = ACTIONS(4085), + [anon_sym_set] = ACTIONS(4085), + [anon_sym_STAR] = ACTIONS(4087), + [sym_label] = ACTIONS(4087), + [anon_sym_in] = ACTIONS(4085), + [anon_sym_DOT_DOT] = ACTIONS(4087), + [anon_sym_QMARK_COLON] = ACTIONS(4087), + [anon_sym_AMP_AMP] = ACTIONS(4087), + [anon_sym_PIPE_PIPE] = ACTIONS(4087), + [anon_sym_else] = ACTIONS(4085), + [anon_sym_COLON_COLON] = ACTIONS(4087), + [anon_sym_BANG_EQ] = ACTIONS(4085), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4087), + [anon_sym_EQ_EQ] = ACTIONS(4085), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4087), + [anon_sym_LT_EQ] = ACTIONS(4087), + [anon_sym_GT_EQ] = ACTIONS(4087), + [anon_sym_BANGin] = ACTIONS(4087), + [anon_sym_is] = ACTIONS(4085), + [anon_sym_BANGis] = ACTIONS(4087), + [anon_sym_PLUS] = ACTIONS(4085), + [anon_sym_DASH] = ACTIONS(4085), + [anon_sym_SLASH] = ACTIONS(4085), + [anon_sym_PERCENT] = ACTIONS(4087), + [anon_sym_as_QMARK] = ACTIONS(4087), + [anon_sym_PLUS_PLUS] = ACTIONS(4087), + [anon_sym_DASH_DASH] = ACTIONS(4087), + [anon_sym_BANG_BANG] = ACTIONS(4087), + [anon_sym_suspend] = ACTIONS(4085), + [anon_sym_sealed] = ACTIONS(4085), + [anon_sym_annotation] = ACTIONS(4085), + [anon_sym_data] = ACTIONS(4085), + [anon_sym_inner] = ACTIONS(4085), + [anon_sym_override] = ACTIONS(4085), + [anon_sym_lateinit] = ACTIONS(4085), + [anon_sym_public] = ACTIONS(4085), + [anon_sym_private] = ACTIONS(4085), + [anon_sym_internal] = ACTIONS(4085), + [anon_sym_protected] = ACTIONS(4085), + [anon_sym_tailrec] = ACTIONS(4085), + [anon_sym_operator] = ACTIONS(4085), + [anon_sym_infix] = ACTIONS(4085), + [anon_sym_inline] = ACTIONS(4085), + [anon_sym_external] = ACTIONS(4085), + [sym_property_modifier] = ACTIONS(4085), + [anon_sym_abstract] = ACTIONS(4085), + [anon_sym_final] = ACTIONS(4085), + [anon_sym_open] = ACTIONS(4085), + [anon_sym_vararg] = ACTIONS(4085), + [anon_sym_noinline] = ACTIONS(4085), + [anon_sym_crossinline] = ACTIONS(4085), + [anon_sym_expect] = ACTIONS(4085), + [anon_sym_actual] = ACTIONS(4085), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4087), + [sym__automatic_semicolon] = ACTIONS(4087), + [sym_safe_nav] = ACTIONS(4087), + [sym_multiline_comment] = ACTIONS(3), + }, + [4064] = { + [sym_function_body] = STATE(3705), + [sym__block] = STATE(3738), + [sym__alpha_identifier] = ACTIONS(4031), + [anon_sym_AT] = ACTIONS(4033), + [anon_sym_LBRACK] = ACTIONS(4033), + [anon_sym_as] = ACTIONS(4031), + [anon_sym_EQ] = ACTIONS(6918), + [anon_sym_LBRACE] = ACTIONS(6461), + [anon_sym_RBRACE] = ACTIONS(4033), + [anon_sym_LPAREN] = ACTIONS(4033), + [anon_sym_COMMA] = ACTIONS(4033), + [anon_sym_LT] = ACTIONS(4031), + [anon_sym_GT] = ACTIONS(4031), + [anon_sym_where] = ACTIONS(4031), + [anon_sym_DOT] = ACTIONS(4031), + [anon_sym_SEMI] = ACTIONS(4033), + [anon_sym_get] = ACTIONS(4031), + [anon_sym_set] = ACTIONS(4031), + [anon_sym_STAR] = ACTIONS(4033), + [sym_label] = ACTIONS(4033), + [anon_sym_in] = ACTIONS(4031), + [anon_sym_DOT_DOT] = ACTIONS(4033), + [anon_sym_QMARK_COLON] = ACTIONS(4033), + [anon_sym_AMP_AMP] = ACTIONS(4033), + [anon_sym_PIPE_PIPE] = ACTIONS(4033), + [anon_sym_else] = ACTIONS(4031), + [anon_sym_COLON_COLON] = ACTIONS(4033), + [anon_sym_BANG_EQ] = ACTIONS(4031), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4033), + [anon_sym_EQ_EQ] = ACTIONS(4031), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4033), + [anon_sym_LT_EQ] = ACTIONS(4033), + [anon_sym_GT_EQ] = ACTIONS(4033), + [anon_sym_BANGin] = ACTIONS(4033), + [anon_sym_is] = ACTIONS(4031), + [anon_sym_BANGis] = ACTIONS(4033), + [anon_sym_PLUS] = ACTIONS(4031), + [anon_sym_DASH] = ACTIONS(4031), + [anon_sym_SLASH] = ACTIONS(4031), + [anon_sym_PERCENT] = ACTIONS(4033), + [anon_sym_as_QMARK] = ACTIONS(4033), + [anon_sym_PLUS_PLUS] = ACTIONS(4033), + [anon_sym_DASH_DASH] = ACTIONS(4033), + [anon_sym_BANG_BANG] = ACTIONS(4033), + [anon_sym_suspend] = ACTIONS(4031), + [anon_sym_sealed] = ACTIONS(4031), + [anon_sym_annotation] = ACTIONS(4031), + [anon_sym_data] = ACTIONS(4031), + [anon_sym_inner] = ACTIONS(4031), + [anon_sym_override] = ACTIONS(4031), + [anon_sym_lateinit] = ACTIONS(4031), + [anon_sym_public] = ACTIONS(4031), + [anon_sym_private] = ACTIONS(4031), + [anon_sym_internal] = ACTIONS(4031), + [anon_sym_protected] = ACTIONS(4031), + [anon_sym_tailrec] = ACTIONS(4031), + [anon_sym_operator] = ACTIONS(4031), + [anon_sym_infix] = ACTIONS(4031), + [anon_sym_inline] = ACTIONS(4031), + [anon_sym_external] = ACTIONS(4031), + [sym_property_modifier] = ACTIONS(4031), + [anon_sym_abstract] = ACTIONS(4031), + [anon_sym_final] = ACTIONS(4031), + [anon_sym_open] = ACTIONS(4031), + [anon_sym_vararg] = ACTIONS(4031), + [anon_sym_noinline] = ACTIONS(4031), + [anon_sym_crossinline] = ACTIONS(4031), + [anon_sym_expect] = ACTIONS(4031), + [anon_sym_actual] = ACTIONS(4031), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4033), + [sym__automatic_semicolon] = ACTIONS(4033), + [sym_safe_nav] = ACTIONS(4033), + [sym_multiline_comment] = ACTIONS(3), + }, + [4065] = { + [sym_type_constraints] = STATE(4162), + [sym_function_body] = STATE(3872), + [sym__block] = STATE(3738), + [sym__alpha_identifier] = ACTIONS(4085), + [anon_sym_AT] = ACTIONS(4087), + [anon_sym_LBRACK] = ACTIONS(4087), + [anon_sym_as] = ACTIONS(4085), + [anon_sym_EQ] = ACTIONS(7028), + [anon_sym_LBRACE] = ACTIONS(6461), + [anon_sym_RBRACE] = ACTIONS(4087), + [anon_sym_LPAREN] = ACTIONS(4087), + [anon_sym_LT] = ACTIONS(4085), + [anon_sym_GT] = ACTIONS(4085), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(4085), + [anon_sym_SEMI] = ACTIONS(4087), + [anon_sym_get] = ACTIONS(4085), + [anon_sym_set] = ACTIONS(4085), + [anon_sym_STAR] = ACTIONS(4087), + [sym_label] = ACTIONS(4087), + [anon_sym_in] = ACTIONS(4085), + [anon_sym_DOT_DOT] = ACTIONS(4087), + [anon_sym_QMARK_COLON] = ACTIONS(4087), + [anon_sym_AMP_AMP] = ACTIONS(4087), + [anon_sym_PIPE_PIPE] = ACTIONS(4087), + [anon_sym_else] = ACTIONS(4085), + [anon_sym_COLON_COLON] = ACTIONS(4087), + [anon_sym_BANG_EQ] = ACTIONS(4085), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4087), + [anon_sym_EQ_EQ] = ACTIONS(4085), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4087), + [anon_sym_LT_EQ] = ACTIONS(4087), + [anon_sym_GT_EQ] = ACTIONS(4087), + [anon_sym_BANGin] = ACTIONS(4087), + [anon_sym_is] = ACTIONS(4085), + [anon_sym_BANGis] = ACTIONS(4087), + [anon_sym_PLUS] = ACTIONS(4085), + [anon_sym_DASH] = ACTIONS(4085), + [anon_sym_SLASH] = ACTIONS(4085), + [anon_sym_PERCENT] = ACTIONS(4087), + [anon_sym_as_QMARK] = ACTIONS(4087), + [anon_sym_PLUS_PLUS] = ACTIONS(4087), + [anon_sym_DASH_DASH] = ACTIONS(4087), + [anon_sym_BANG_BANG] = ACTIONS(4087), + [anon_sym_suspend] = ACTIONS(4085), + [anon_sym_sealed] = ACTIONS(4085), + [anon_sym_annotation] = ACTIONS(4085), + [anon_sym_data] = ACTIONS(4085), + [anon_sym_inner] = ACTIONS(4085), + [anon_sym_override] = ACTIONS(4085), + [anon_sym_lateinit] = ACTIONS(4085), + [anon_sym_public] = ACTIONS(4085), + [anon_sym_private] = ACTIONS(4085), + [anon_sym_internal] = ACTIONS(4085), + [anon_sym_protected] = ACTIONS(4085), + [anon_sym_tailrec] = ACTIONS(4085), + [anon_sym_operator] = ACTIONS(4085), + [anon_sym_infix] = ACTIONS(4085), + [anon_sym_inline] = ACTIONS(4085), + [anon_sym_external] = ACTIONS(4085), + [sym_property_modifier] = ACTIONS(4085), + [anon_sym_abstract] = ACTIONS(4085), + [anon_sym_final] = ACTIONS(4085), + [anon_sym_open] = ACTIONS(4085), + [anon_sym_vararg] = ACTIONS(4085), + [anon_sym_noinline] = ACTIONS(4085), + [anon_sym_crossinline] = ACTIONS(4085), + [anon_sym_expect] = ACTIONS(4085), + [anon_sym_actual] = ACTIONS(4085), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4087), + [sym__automatic_semicolon] = ACTIONS(4087), + [sym_safe_nav] = ACTIONS(4087), + [sym_multiline_comment] = ACTIONS(3), + }, + [4066] = { + [sym_class_body] = STATE(3235), [sym__alpha_identifier] = ACTIONS(4386), [anon_sym_AT] = ACTIONS(4388), + [anon_sym_COLON] = ACTIONS(7127), [anon_sym_LBRACK] = ACTIONS(4388), [anon_sym_as] = ACTIONS(4386), - [anon_sym_EQ] = ACTIONS(6934), - [anon_sym_LBRACE] = ACTIONS(6434), + [anon_sym_LBRACE] = ACTIONS(3144), [anon_sym_RBRACE] = ACTIONS(4388), [anon_sym_LPAREN] = ACTIONS(4388), - [anon_sym_COMMA] = ACTIONS(4388), [anon_sym_LT] = ACTIONS(4386), [anon_sym_GT] = ACTIONS(4386), - [anon_sym_where] = ACTIONS(4386), + [anon_sym_object] = ACTIONS(4386), + [anon_sym_fun] = ACTIONS(4386), [anon_sym_DOT] = ACTIONS(4386), [anon_sym_SEMI] = ACTIONS(4388), [anon_sym_get] = ACTIONS(4386), [anon_sym_set] = ACTIONS(4386), + [anon_sym_this] = ACTIONS(4386), + [anon_sym_super] = ACTIONS(4386), [anon_sym_STAR] = ACTIONS(4388), - [sym_label] = ACTIONS(4388), + [sym_label] = ACTIONS(4386), [anon_sym_in] = ACTIONS(4386), [anon_sym_DOT_DOT] = ACTIONS(4388), [anon_sym_QMARK_COLON] = ACTIONS(4388), [anon_sym_AMP_AMP] = ACTIONS(4388), [anon_sym_PIPE_PIPE] = ACTIONS(4388), + [anon_sym_null] = ACTIONS(4386), + [anon_sym_if] = ACTIONS(4386), [anon_sym_else] = ACTIONS(4386), + [anon_sym_when] = ACTIONS(4386), + [anon_sym_try] = ACTIONS(4386), + [anon_sym_throw] = ACTIONS(4386), + [anon_sym_return] = ACTIONS(4386), + [anon_sym_continue] = ACTIONS(4386), + [anon_sym_break] = ACTIONS(4386), [anon_sym_COLON_COLON] = ACTIONS(4388), [anon_sym_BANG_EQ] = ACTIONS(4386), [anon_sym_BANG_EQ_EQ] = ACTIONS(4388), @@ -426358,3678 +427623,2988 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(4388), [anon_sym_PLUS_PLUS] = ACTIONS(4388), [anon_sym_DASH_DASH] = ACTIONS(4388), + [anon_sym_BANG] = ACTIONS(4386), [anon_sym_BANG_BANG] = ACTIONS(4388), - [anon_sym_suspend] = ACTIONS(4386), - [anon_sym_sealed] = ACTIONS(4386), - [anon_sym_annotation] = ACTIONS(4386), [anon_sym_data] = ACTIONS(4386), [anon_sym_inner] = ACTIONS(4386), - [anon_sym_override] = ACTIONS(4386), - [anon_sym_lateinit] = ACTIONS(4386), - [anon_sym_public] = ACTIONS(4386), - [anon_sym_private] = ACTIONS(4386), - [anon_sym_internal] = ACTIONS(4386), - [anon_sym_protected] = ACTIONS(4386), - [anon_sym_tailrec] = ACTIONS(4386), - [anon_sym_operator] = ACTIONS(4386), - [anon_sym_infix] = ACTIONS(4386), - [anon_sym_inline] = ACTIONS(4386), - [anon_sym_external] = ACTIONS(4386), - [sym_property_modifier] = ACTIONS(4386), - [anon_sym_abstract] = ACTIONS(4386), - [anon_sym_final] = ACTIONS(4386), - [anon_sym_open] = ACTIONS(4386), - [anon_sym_vararg] = ACTIONS(4386), - [anon_sym_noinline] = ACTIONS(4386), - [anon_sym_crossinline] = ACTIONS(4386), [anon_sym_expect] = ACTIONS(4386), [anon_sym_actual] = ACTIONS(4386), [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4388), + [anon_sym_continue_AT] = ACTIONS(4388), + [anon_sym_break_AT] = ACTIONS(4388), + [sym_real_literal] = ACTIONS(4388), + [sym_integer_literal] = ACTIONS(4386), + [sym_hex_literal] = ACTIONS(4388), + [sym_bin_literal] = ACTIONS(4388), + [anon_sym_true] = ACTIONS(4386), + [anon_sym_false] = ACTIONS(4386), + [anon_sym_SQUOTE] = ACTIONS(4388), [sym__backtick_identifier] = ACTIONS(4388), [sym__automatic_semicolon] = ACTIONS(4388), [sym_safe_nav] = ACTIONS(4388), [sym_multiline_comment] = ACTIONS(3), - }, - [4053] = { - [sym_function_body] = STATE(3798), - [sym__block] = STATE(3725), - [sym__alpha_identifier] = ACTIONS(4382), - [anon_sym_AT] = ACTIONS(4384), - [anon_sym_LBRACK] = ACTIONS(4384), - [anon_sym_as] = ACTIONS(4382), - [anon_sym_EQ] = ACTIONS(6934), - [anon_sym_LBRACE] = ACTIONS(6434), - [anon_sym_RBRACE] = ACTIONS(4384), - [anon_sym_LPAREN] = ACTIONS(4384), - [anon_sym_COMMA] = ACTIONS(4384), - [anon_sym_LT] = ACTIONS(4382), - [anon_sym_GT] = ACTIONS(4382), - [anon_sym_where] = ACTIONS(4382), - [anon_sym_DOT] = ACTIONS(4382), - [anon_sym_SEMI] = ACTIONS(4384), - [anon_sym_get] = ACTIONS(4382), - [anon_sym_set] = ACTIONS(4382), - [anon_sym_STAR] = ACTIONS(4384), - [sym_label] = ACTIONS(4384), - [anon_sym_in] = ACTIONS(4382), - [anon_sym_DOT_DOT] = ACTIONS(4384), - [anon_sym_QMARK_COLON] = ACTIONS(4384), - [anon_sym_AMP_AMP] = ACTIONS(4384), - [anon_sym_PIPE_PIPE] = ACTIONS(4384), - [anon_sym_else] = ACTIONS(4382), - [anon_sym_COLON_COLON] = ACTIONS(4384), - [anon_sym_BANG_EQ] = ACTIONS(4382), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4384), - [anon_sym_EQ_EQ] = ACTIONS(4382), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4384), - [anon_sym_LT_EQ] = ACTIONS(4384), - [anon_sym_GT_EQ] = ACTIONS(4384), - [anon_sym_BANGin] = ACTIONS(4384), - [anon_sym_is] = ACTIONS(4382), - [anon_sym_BANGis] = ACTIONS(4384), - [anon_sym_PLUS] = ACTIONS(4382), - [anon_sym_DASH] = ACTIONS(4382), - [anon_sym_SLASH] = ACTIONS(4382), - [anon_sym_PERCENT] = ACTIONS(4384), - [anon_sym_as_QMARK] = ACTIONS(4384), - [anon_sym_PLUS_PLUS] = ACTIONS(4384), - [anon_sym_DASH_DASH] = ACTIONS(4384), - [anon_sym_BANG_BANG] = ACTIONS(4384), - [anon_sym_suspend] = ACTIONS(4382), - [anon_sym_sealed] = ACTIONS(4382), - [anon_sym_annotation] = ACTIONS(4382), - [anon_sym_data] = ACTIONS(4382), - [anon_sym_inner] = ACTIONS(4382), - [anon_sym_override] = ACTIONS(4382), - [anon_sym_lateinit] = ACTIONS(4382), - [anon_sym_public] = ACTIONS(4382), - [anon_sym_private] = ACTIONS(4382), - [anon_sym_internal] = ACTIONS(4382), - [anon_sym_protected] = ACTIONS(4382), - [anon_sym_tailrec] = ACTIONS(4382), - [anon_sym_operator] = ACTIONS(4382), - [anon_sym_infix] = ACTIONS(4382), - [anon_sym_inline] = ACTIONS(4382), - [anon_sym_external] = ACTIONS(4382), - [sym_property_modifier] = ACTIONS(4382), - [anon_sym_abstract] = ACTIONS(4382), - [anon_sym_final] = ACTIONS(4382), - [anon_sym_open] = ACTIONS(4382), - [anon_sym_vararg] = ACTIONS(4382), - [anon_sym_noinline] = ACTIONS(4382), - [anon_sym_crossinline] = ACTIONS(4382), - [anon_sym_expect] = ACTIONS(4382), - [anon_sym_actual] = ACTIONS(4382), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4384), - [sym__automatic_semicolon] = ACTIONS(4384), - [sym_safe_nav] = ACTIONS(4384), - [sym_multiline_comment] = ACTIONS(3), - }, - [4054] = { - [sym_function_body] = STATE(3815), - [sym__block] = STATE(3725), - [sym__alpha_identifier] = ACTIONS(4089), - [anon_sym_AT] = ACTIONS(4091), - [anon_sym_LBRACK] = ACTIONS(4091), - [anon_sym_as] = ACTIONS(4089), - [anon_sym_EQ] = ACTIONS(6934), - [anon_sym_LBRACE] = ACTIONS(6434), - [anon_sym_RBRACE] = ACTIONS(4091), - [anon_sym_LPAREN] = ACTIONS(4091), - [anon_sym_COMMA] = ACTIONS(4091), - [anon_sym_LT] = ACTIONS(4089), - [anon_sym_GT] = ACTIONS(4089), - [anon_sym_where] = ACTIONS(4089), - [anon_sym_DOT] = ACTIONS(4089), - [anon_sym_SEMI] = ACTIONS(4091), - [anon_sym_get] = ACTIONS(4089), - [anon_sym_set] = ACTIONS(4089), - [anon_sym_STAR] = ACTIONS(4091), - [sym_label] = ACTIONS(4091), - [anon_sym_in] = ACTIONS(4089), - [anon_sym_DOT_DOT] = ACTIONS(4091), - [anon_sym_QMARK_COLON] = ACTIONS(4091), - [anon_sym_AMP_AMP] = ACTIONS(4091), - [anon_sym_PIPE_PIPE] = ACTIONS(4091), - [anon_sym_else] = ACTIONS(4089), - [anon_sym_COLON_COLON] = ACTIONS(4091), - [anon_sym_BANG_EQ] = ACTIONS(4089), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4091), - [anon_sym_EQ_EQ] = ACTIONS(4089), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4091), - [anon_sym_LT_EQ] = ACTIONS(4091), - [anon_sym_GT_EQ] = ACTIONS(4091), - [anon_sym_BANGin] = ACTIONS(4091), - [anon_sym_is] = ACTIONS(4089), - [anon_sym_BANGis] = ACTIONS(4091), - [anon_sym_PLUS] = ACTIONS(4089), - [anon_sym_DASH] = ACTIONS(4089), - [anon_sym_SLASH] = ACTIONS(4089), - [anon_sym_PERCENT] = ACTIONS(4091), - [anon_sym_as_QMARK] = ACTIONS(4091), - [anon_sym_PLUS_PLUS] = ACTIONS(4091), - [anon_sym_DASH_DASH] = ACTIONS(4091), - [anon_sym_BANG_BANG] = ACTIONS(4091), - [anon_sym_suspend] = ACTIONS(4089), - [anon_sym_sealed] = ACTIONS(4089), - [anon_sym_annotation] = ACTIONS(4089), - [anon_sym_data] = ACTIONS(4089), - [anon_sym_inner] = ACTIONS(4089), - [anon_sym_override] = ACTIONS(4089), - [anon_sym_lateinit] = ACTIONS(4089), - [anon_sym_public] = ACTIONS(4089), - [anon_sym_private] = ACTIONS(4089), - [anon_sym_internal] = ACTIONS(4089), - [anon_sym_protected] = ACTIONS(4089), - [anon_sym_tailrec] = ACTIONS(4089), - [anon_sym_operator] = ACTIONS(4089), - [anon_sym_infix] = ACTIONS(4089), - [anon_sym_inline] = ACTIONS(4089), - [anon_sym_external] = ACTIONS(4089), - [sym_property_modifier] = ACTIONS(4089), - [anon_sym_abstract] = ACTIONS(4089), - [anon_sym_final] = ACTIONS(4089), - [anon_sym_open] = ACTIONS(4089), - [anon_sym_vararg] = ACTIONS(4089), - [anon_sym_noinline] = ACTIONS(4089), - [anon_sym_crossinline] = ACTIONS(4089), - [anon_sym_expect] = ACTIONS(4089), - [anon_sym_actual] = ACTIONS(4089), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4091), - [sym__automatic_semicolon] = ACTIONS(4091), - [sym_safe_nav] = ACTIONS(4091), - [sym_multiline_comment] = ACTIONS(3), - }, - [4055] = { - [sym_class_body] = STATE(3813), - [sym_type_constraints] = STATE(3582), - [sym__alpha_identifier] = ACTIONS(3214), - [anon_sym_AT] = ACTIONS(3218), - [anon_sym_COLON] = ACTIONS(6078), - [anon_sym_LBRACK] = ACTIONS(3218), - [anon_sym_as] = ACTIONS(3214), - [anon_sym_LBRACE] = ACTIONS(5421), - [anon_sym_RBRACE] = ACTIONS(3218), - [anon_sym_LPAREN] = ACTIONS(3218), - [anon_sym_COMMA] = ACTIONS(3218), - [anon_sym_LT] = ACTIONS(3214), - [anon_sym_GT] = ACTIONS(3214), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(3214), - [anon_sym_SEMI] = ACTIONS(3218), - [anon_sym_get] = ACTIONS(3214), - [anon_sym_set] = ACTIONS(3214), - [anon_sym_STAR] = ACTIONS(3218), - [sym_label] = ACTIONS(3218), - [anon_sym_in] = ACTIONS(3214), - [anon_sym_DOT_DOT] = ACTIONS(3218), - [anon_sym_QMARK_COLON] = ACTIONS(3218), - [anon_sym_AMP_AMP] = ACTIONS(3218), - [anon_sym_PIPE_PIPE] = ACTIONS(3218), - [anon_sym_else] = ACTIONS(3214), - [anon_sym_COLON_COLON] = ACTIONS(3218), - [anon_sym_BANG_EQ] = ACTIONS(3214), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3218), - [anon_sym_EQ_EQ] = ACTIONS(3214), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3218), - [anon_sym_LT_EQ] = ACTIONS(3218), - [anon_sym_GT_EQ] = ACTIONS(3218), - [anon_sym_BANGin] = ACTIONS(3218), - [anon_sym_is] = ACTIONS(3214), - [anon_sym_BANGis] = ACTIONS(3218), - [anon_sym_PLUS] = ACTIONS(3214), - [anon_sym_DASH] = ACTIONS(3214), - [anon_sym_SLASH] = ACTIONS(3214), - [anon_sym_PERCENT] = ACTIONS(3218), - [anon_sym_as_QMARK] = ACTIONS(3218), - [anon_sym_PLUS_PLUS] = ACTIONS(3218), - [anon_sym_DASH_DASH] = ACTIONS(3218), - [anon_sym_BANG_BANG] = ACTIONS(3218), - [anon_sym_suspend] = ACTIONS(3214), - [anon_sym_sealed] = ACTIONS(3214), - [anon_sym_annotation] = ACTIONS(3214), - [anon_sym_data] = ACTIONS(3214), - [anon_sym_inner] = ACTIONS(3214), - [anon_sym_override] = ACTIONS(3214), - [anon_sym_lateinit] = ACTIONS(3214), - [anon_sym_public] = ACTIONS(3214), - [anon_sym_private] = ACTIONS(3214), - [anon_sym_internal] = ACTIONS(3214), - [anon_sym_protected] = ACTIONS(3214), - [anon_sym_tailrec] = ACTIONS(3214), - [anon_sym_operator] = ACTIONS(3214), - [anon_sym_infix] = ACTIONS(3214), - [anon_sym_inline] = ACTIONS(3214), - [anon_sym_external] = ACTIONS(3214), - [sym_property_modifier] = ACTIONS(3214), - [anon_sym_abstract] = ACTIONS(3214), - [anon_sym_final] = ACTIONS(3214), - [anon_sym_open] = ACTIONS(3214), - [anon_sym_vararg] = ACTIONS(3214), - [anon_sym_noinline] = ACTIONS(3214), - [anon_sym_crossinline] = ACTIONS(3214), - [anon_sym_expect] = ACTIONS(3214), - [anon_sym_actual] = ACTIONS(3214), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3218), - [sym__automatic_semicolon] = ACTIONS(3218), - [sym_safe_nav] = ACTIONS(3218), - [sym_multiline_comment] = ACTIONS(3), - }, - [4056] = { - [sym_function_body] = STATE(3759), - [sym__block] = STATE(3725), - [sym__alpha_identifier] = ACTIONS(4083), - [anon_sym_AT] = ACTIONS(4085), - [anon_sym_LBRACK] = ACTIONS(4085), - [anon_sym_as] = ACTIONS(4083), - [anon_sym_EQ] = ACTIONS(6934), - [anon_sym_LBRACE] = ACTIONS(6434), - [anon_sym_RBRACE] = ACTIONS(4085), - [anon_sym_LPAREN] = ACTIONS(4085), - [anon_sym_COMMA] = ACTIONS(4085), - [anon_sym_LT] = ACTIONS(4083), - [anon_sym_GT] = ACTIONS(4083), - [anon_sym_where] = ACTIONS(4083), - [anon_sym_DOT] = ACTIONS(4083), - [anon_sym_SEMI] = ACTIONS(4085), - [anon_sym_get] = ACTIONS(4083), - [anon_sym_set] = ACTIONS(4083), - [anon_sym_STAR] = ACTIONS(4085), - [sym_label] = ACTIONS(4085), - [anon_sym_in] = ACTIONS(4083), - [anon_sym_DOT_DOT] = ACTIONS(4085), - [anon_sym_QMARK_COLON] = ACTIONS(4085), - [anon_sym_AMP_AMP] = ACTIONS(4085), - [anon_sym_PIPE_PIPE] = ACTIONS(4085), - [anon_sym_else] = ACTIONS(4083), - [anon_sym_COLON_COLON] = ACTIONS(4085), - [anon_sym_BANG_EQ] = ACTIONS(4083), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4085), - [anon_sym_EQ_EQ] = ACTIONS(4083), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4085), - [anon_sym_LT_EQ] = ACTIONS(4085), - [anon_sym_GT_EQ] = ACTIONS(4085), - [anon_sym_BANGin] = ACTIONS(4085), - [anon_sym_is] = ACTIONS(4083), - [anon_sym_BANGis] = ACTIONS(4085), - [anon_sym_PLUS] = ACTIONS(4083), - [anon_sym_DASH] = ACTIONS(4083), - [anon_sym_SLASH] = ACTIONS(4083), - [anon_sym_PERCENT] = ACTIONS(4085), - [anon_sym_as_QMARK] = ACTIONS(4085), - [anon_sym_PLUS_PLUS] = ACTIONS(4085), - [anon_sym_DASH_DASH] = ACTIONS(4085), - [anon_sym_BANG_BANG] = ACTIONS(4085), - [anon_sym_suspend] = ACTIONS(4083), - [anon_sym_sealed] = ACTIONS(4083), - [anon_sym_annotation] = ACTIONS(4083), - [anon_sym_data] = ACTIONS(4083), - [anon_sym_inner] = ACTIONS(4083), - [anon_sym_override] = ACTIONS(4083), - [anon_sym_lateinit] = ACTIONS(4083), - [anon_sym_public] = ACTIONS(4083), - [anon_sym_private] = ACTIONS(4083), - [anon_sym_internal] = ACTIONS(4083), - [anon_sym_protected] = ACTIONS(4083), - [anon_sym_tailrec] = ACTIONS(4083), - [anon_sym_operator] = ACTIONS(4083), - [anon_sym_infix] = ACTIONS(4083), - [anon_sym_inline] = ACTIONS(4083), - [anon_sym_external] = ACTIONS(4083), - [sym_property_modifier] = ACTIONS(4083), - [anon_sym_abstract] = ACTIONS(4083), - [anon_sym_final] = ACTIONS(4083), - [anon_sym_open] = ACTIONS(4083), - [anon_sym_vararg] = ACTIONS(4083), - [anon_sym_noinline] = ACTIONS(4083), - [anon_sym_crossinline] = ACTIONS(4083), - [anon_sym_expect] = ACTIONS(4083), - [anon_sym_actual] = ACTIONS(4083), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4085), - [sym__automatic_semicolon] = ACTIONS(4085), - [sym_safe_nav] = ACTIONS(4085), - [sym_multiline_comment] = ACTIONS(3), - }, - [4057] = { - [sym_class_body] = STATE(3687), - [sym_type_constraints] = STATE(3654), - [sym__alpha_identifier] = ACTIONS(4284), - [anon_sym_AT] = ACTIONS(4286), - [anon_sym_COLON] = ACTIONS(7119), - [anon_sym_LBRACK] = ACTIONS(4286), - [anon_sym_as] = ACTIONS(4284), - [anon_sym_LBRACE] = ACTIONS(5421), - [anon_sym_RBRACE] = ACTIONS(4286), - [anon_sym_LPAREN] = ACTIONS(4286), - [anon_sym_COMMA] = ACTIONS(4286), - [anon_sym_LT] = ACTIONS(4284), - [anon_sym_GT] = ACTIONS(4284), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(4284), - [anon_sym_SEMI] = ACTIONS(4286), - [anon_sym_get] = ACTIONS(4284), - [anon_sym_set] = ACTIONS(4284), - [anon_sym_STAR] = ACTIONS(4286), - [sym_label] = ACTIONS(4286), - [anon_sym_in] = ACTIONS(4284), - [anon_sym_DOT_DOT] = ACTIONS(4286), - [anon_sym_QMARK_COLON] = ACTIONS(4286), - [anon_sym_AMP_AMP] = ACTIONS(4286), - [anon_sym_PIPE_PIPE] = ACTIONS(4286), - [anon_sym_else] = ACTIONS(4284), - [anon_sym_COLON_COLON] = ACTIONS(4286), - [anon_sym_BANG_EQ] = ACTIONS(4284), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4286), - [anon_sym_EQ_EQ] = ACTIONS(4284), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4286), - [anon_sym_LT_EQ] = ACTIONS(4286), - [anon_sym_GT_EQ] = ACTIONS(4286), - [anon_sym_BANGin] = ACTIONS(4286), - [anon_sym_is] = ACTIONS(4284), - [anon_sym_BANGis] = ACTIONS(4286), - [anon_sym_PLUS] = ACTIONS(4284), - [anon_sym_DASH] = ACTIONS(4284), - [anon_sym_SLASH] = ACTIONS(4284), - [anon_sym_PERCENT] = ACTIONS(4286), - [anon_sym_as_QMARK] = ACTIONS(4286), - [anon_sym_PLUS_PLUS] = ACTIONS(4286), - [anon_sym_DASH_DASH] = ACTIONS(4286), - [anon_sym_BANG_BANG] = ACTIONS(4286), - [anon_sym_suspend] = ACTIONS(4284), - [anon_sym_sealed] = ACTIONS(4284), - [anon_sym_annotation] = ACTIONS(4284), - [anon_sym_data] = ACTIONS(4284), - [anon_sym_inner] = ACTIONS(4284), - [anon_sym_override] = ACTIONS(4284), - [anon_sym_lateinit] = ACTIONS(4284), - [anon_sym_public] = ACTIONS(4284), - [anon_sym_private] = ACTIONS(4284), - [anon_sym_internal] = ACTIONS(4284), - [anon_sym_protected] = ACTIONS(4284), - [anon_sym_tailrec] = ACTIONS(4284), - [anon_sym_operator] = ACTIONS(4284), - [anon_sym_infix] = ACTIONS(4284), - [anon_sym_inline] = ACTIONS(4284), - [anon_sym_external] = ACTIONS(4284), - [sym_property_modifier] = ACTIONS(4284), - [anon_sym_abstract] = ACTIONS(4284), - [anon_sym_final] = ACTIONS(4284), - [anon_sym_open] = ACTIONS(4284), - [anon_sym_vararg] = ACTIONS(4284), - [anon_sym_noinline] = ACTIONS(4284), - [anon_sym_crossinline] = ACTIONS(4284), - [anon_sym_expect] = ACTIONS(4284), - [anon_sym_actual] = ACTIONS(4284), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4286), - [sym__automatic_semicolon] = ACTIONS(4286), - [sym_safe_nav] = ACTIONS(4286), - [sym_multiline_comment] = ACTIONS(3), - }, - [4058] = { - [sym_type_constraints] = STATE(3628), - [sym_enum_class_body] = STATE(3695), - [sym__alpha_identifier] = ACTIONS(3190), - [anon_sym_AT] = ACTIONS(3194), - [anon_sym_COLON] = ACTIONS(6080), - [anon_sym_LBRACK] = ACTIONS(3194), - [anon_sym_as] = ACTIONS(3190), - [anon_sym_LBRACE] = ACTIONS(5359), - [anon_sym_RBRACE] = ACTIONS(3194), - [anon_sym_LPAREN] = ACTIONS(3194), - [anon_sym_COMMA] = ACTIONS(3194), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3190), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(3190), - [anon_sym_SEMI] = ACTIONS(3194), - [anon_sym_get] = ACTIONS(3190), - [anon_sym_set] = ACTIONS(3190), - [anon_sym_STAR] = ACTIONS(3194), - [sym_label] = ACTIONS(3194), - [anon_sym_in] = ACTIONS(3190), - [anon_sym_DOT_DOT] = ACTIONS(3194), - [anon_sym_QMARK_COLON] = ACTIONS(3194), - [anon_sym_AMP_AMP] = ACTIONS(3194), - [anon_sym_PIPE_PIPE] = ACTIONS(3194), - [anon_sym_else] = ACTIONS(3190), - [anon_sym_COLON_COLON] = ACTIONS(3194), - [anon_sym_BANG_EQ] = ACTIONS(3190), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3194), - [anon_sym_EQ_EQ] = ACTIONS(3190), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3194), - [anon_sym_LT_EQ] = ACTIONS(3194), - [anon_sym_GT_EQ] = ACTIONS(3194), - [anon_sym_BANGin] = ACTIONS(3194), - [anon_sym_is] = ACTIONS(3190), - [anon_sym_BANGis] = ACTIONS(3194), - [anon_sym_PLUS] = ACTIONS(3190), - [anon_sym_DASH] = ACTIONS(3190), - [anon_sym_SLASH] = ACTIONS(3190), - [anon_sym_PERCENT] = ACTIONS(3194), - [anon_sym_as_QMARK] = ACTIONS(3194), - [anon_sym_PLUS_PLUS] = ACTIONS(3194), - [anon_sym_DASH_DASH] = ACTIONS(3194), - [anon_sym_BANG_BANG] = ACTIONS(3194), - [anon_sym_suspend] = ACTIONS(3190), - [anon_sym_sealed] = ACTIONS(3190), - [anon_sym_annotation] = ACTIONS(3190), - [anon_sym_data] = ACTIONS(3190), - [anon_sym_inner] = ACTIONS(3190), - [anon_sym_override] = ACTIONS(3190), - [anon_sym_lateinit] = ACTIONS(3190), - [anon_sym_public] = ACTIONS(3190), - [anon_sym_private] = ACTIONS(3190), - [anon_sym_internal] = ACTIONS(3190), - [anon_sym_protected] = ACTIONS(3190), - [anon_sym_tailrec] = ACTIONS(3190), - [anon_sym_operator] = ACTIONS(3190), - [anon_sym_infix] = ACTIONS(3190), - [anon_sym_inline] = ACTIONS(3190), - [anon_sym_external] = ACTIONS(3190), - [sym_property_modifier] = ACTIONS(3190), - [anon_sym_abstract] = ACTIONS(3190), - [anon_sym_final] = ACTIONS(3190), - [anon_sym_open] = ACTIONS(3190), - [anon_sym_vararg] = ACTIONS(3190), - [anon_sym_noinline] = ACTIONS(3190), - [anon_sym_crossinline] = ACTIONS(3190), - [anon_sym_expect] = ACTIONS(3190), - [anon_sym_actual] = ACTIONS(3190), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3194), - [sym__automatic_semicolon] = ACTIONS(3194), - [sym_safe_nav] = ACTIONS(3194), - [sym_multiline_comment] = ACTIONS(3), - }, - [4059] = { - [sym_class_body] = STATE(3695), - [sym_type_constraints] = STATE(3607), - [sym__alpha_identifier] = ACTIONS(3190), - [anon_sym_AT] = ACTIONS(3194), - [anon_sym_COLON] = ACTIONS(6082), - [anon_sym_LBRACK] = ACTIONS(3194), - [anon_sym_as] = ACTIONS(3190), - [anon_sym_LBRACE] = ACTIONS(5421), - [anon_sym_RBRACE] = ACTIONS(3194), - [anon_sym_LPAREN] = ACTIONS(3194), - [anon_sym_COMMA] = ACTIONS(3194), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3190), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(3190), - [anon_sym_SEMI] = ACTIONS(3194), - [anon_sym_get] = ACTIONS(3190), - [anon_sym_set] = ACTIONS(3190), - [anon_sym_STAR] = ACTIONS(3194), - [sym_label] = ACTIONS(3194), - [anon_sym_in] = ACTIONS(3190), - [anon_sym_DOT_DOT] = ACTIONS(3194), - [anon_sym_QMARK_COLON] = ACTIONS(3194), - [anon_sym_AMP_AMP] = ACTIONS(3194), - [anon_sym_PIPE_PIPE] = ACTIONS(3194), - [anon_sym_else] = ACTIONS(3190), - [anon_sym_COLON_COLON] = ACTIONS(3194), - [anon_sym_BANG_EQ] = ACTIONS(3190), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3194), - [anon_sym_EQ_EQ] = ACTIONS(3190), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3194), - [anon_sym_LT_EQ] = ACTIONS(3194), - [anon_sym_GT_EQ] = ACTIONS(3194), - [anon_sym_BANGin] = ACTIONS(3194), - [anon_sym_is] = ACTIONS(3190), - [anon_sym_BANGis] = ACTIONS(3194), - [anon_sym_PLUS] = ACTIONS(3190), - [anon_sym_DASH] = ACTIONS(3190), - [anon_sym_SLASH] = ACTIONS(3190), - [anon_sym_PERCENT] = ACTIONS(3194), - [anon_sym_as_QMARK] = ACTIONS(3194), - [anon_sym_PLUS_PLUS] = ACTIONS(3194), - [anon_sym_DASH_DASH] = ACTIONS(3194), - [anon_sym_BANG_BANG] = ACTIONS(3194), - [anon_sym_suspend] = ACTIONS(3190), - [anon_sym_sealed] = ACTIONS(3190), - [anon_sym_annotation] = ACTIONS(3190), - [anon_sym_data] = ACTIONS(3190), - [anon_sym_inner] = ACTIONS(3190), - [anon_sym_override] = ACTIONS(3190), - [anon_sym_lateinit] = ACTIONS(3190), - [anon_sym_public] = ACTIONS(3190), - [anon_sym_private] = ACTIONS(3190), - [anon_sym_internal] = ACTIONS(3190), - [anon_sym_protected] = ACTIONS(3190), - [anon_sym_tailrec] = ACTIONS(3190), - [anon_sym_operator] = ACTIONS(3190), - [anon_sym_infix] = ACTIONS(3190), - [anon_sym_inline] = ACTIONS(3190), - [anon_sym_external] = ACTIONS(3190), - [sym_property_modifier] = ACTIONS(3190), - [anon_sym_abstract] = ACTIONS(3190), - [anon_sym_final] = ACTIONS(3190), - [anon_sym_open] = ACTIONS(3190), - [anon_sym_vararg] = ACTIONS(3190), - [anon_sym_noinline] = ACTIONS(3190), - [anon_sym_crossinline] = ACTIONS(3190), - [anon_sym_expect] = ACTIONS(3190), - [anon_sym_actual] = ACTIONS(3190), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3194), - [sym__automatic_semicolon] = ACTIONS(3194), - [sym_safe_nav] = ACTIONS(3194), - [sym_multiline_comment] = ACTIONS(3), - }, - [4060] = { - [sym_type_constraints] = STATE(3591), - [sym_enum_class_body] = STATE(3820), - [sym__alpha_identifier] = ACTIONS(4197), - [anon_sym_AT] = ACTIONS(4199), - [anon_sym_COLON] = ACTIONS(7121), - [anon_sym_LBRACK] = ACTIONS(4199), - [anon_sym_as] = ACTIONS(4197), - [anon_sym_LBRACE] = ACTIONS(5359), - [anon_sym_RBRACE] = ACTIONS(4199), - [anon_sym_LPAREN] = ACTIONS(4199), - [anon_sym_COMMA] = ACTIONS(4199), - [anon_sym_LT] = ACTIONS(4197), - [anon_sym_GT] = ACTIONS(4197), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(4197), - [anon_sym_SEMI] = ACTIONS(4199), - [anon_sym_get] = ACTIONS(4197), - [anon_sym_set] = ACTIONS(4197), - [anon_sym_STAR] = ACTIONS(4199), - [sym_label] = ACTIONS(4199), - [anon_sym_in] = ACTIONS(4197), - [anon_sym_DOT_DOT] = ACTIONS(4199), - [anon_sym_QMARK_COLON] = ACTIONS(4199), - [anon_sym_AMP_AMP] = ACTIONS(4199), - [anon_sym_PIPE_PIPE] = ACTIONS(4199), - [anon_sym_else] = ACTIONS(4197), - [anon_sym_COLON_COLON] = ACTIONS(4199), - [anon_sym_BANG_EQ] = ACTIONS(4197), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4199), - [anon_sym_EQ_EQ] = ACTIONS(4197), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4199), - [anon_sym_LT_EQ] = ACTIONS(4199), - [anon_sym_GT_EQ] = ACTIONS(4199), - [anon_sym_BANGin] = ACTIONS(4199), - [anon_sym_is] = ACTIONS(4197), - [anon_sym_BANGis] = ACTIONS(4199), - [anon_sym_PLUS] = ACTIONS(4197), - [anon_sym_DASH] = ACTIONS(4197), - [anon_sym_SLASH] = ACTIONS(4197), - [anon_sym_PERCENT] = ACTIONS(4199), - [anon_sym_as_QMARK] = ACTIONS(4199), - [anon_sym_PLUS_PLUS] = ACTIONS(4199), - [anon_sym_DASH_DASH] = ACTIONS(4199), - [anon_sym_BANG_BANG] = ACTIONS(4199), - [anon_sym_suspend] = ACTIONS(4197), - [anon_sym_sealed] = ACTIONS(4197), - [anon_sym_annotation] = ACTIONS(4197), - [anon_sym_data] = ACTIONS(4197), - [anon_sym_inner] = ACTIONS(4197), - [anon_sym_override] = ACTIONS(4197), - [anon_sym_lateinit] = ACTIONS(4197), - [anon_sym_public] = ACTIONS(4197), - [anon_sym_private] = ACTIONS(4197), - [anon_sym_internal] = ACTIONS(4197), - [anon_sym_protected] = ACTIONS(4197), - [anon_sym_tailrec] = ACTIONS(4197), - [anon_sym_operator] = ACTIONS(4197), - [anon_sym_infix] = ACTIONS(4197), - [anon_sym_inline] = ACTIONS(4197), - [anon_sym_external] = ACTIONS(4197), - [sym_property_modifier] = ACTIONS(4197), - [anon_sym_abstract] = ACTIONS(4197), - [anon_sym_final] = ACTIONS(4197), - [anon_sym_open] = ACTIONS(4197), - [anon_sym_vararg] = ACTIONS(4197), - [anon_sym_noinline] = ACTIONS(4197), - [anon_sym_crossinline] = ACTIONS(4197), - [anon_sym_expect] = ACTIONS(4197), - [anon_sym_actual] = ACTIONS(4197), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4199), - [sym__automatic_semicolon] = ACTIONS(4199), - [sym_safe_nav] = ACTIONS(4199), - [sym_multiline_comment] = ACTIONS(3), - }, - [4061] = { - [sym_class_body] = STATE(3820), - [sym_type_constraints] = STATE(3568), - [sym__alpha_identifier] = ACTIONS(4197), - [anon_sym_AT] = ACTIONS(4199), - [anon_sym_COLON] = ACTIONS(7123), - [anon_sym_LBRACK] = ACTIONS(4199), - [anon_sym_as] = ACTIONS(4197), - [anon_sym_LBRACE] = ACTIONS(5421), - [anon_sym_RBRACE] = ACTIONS(4199), - [anon_sym_LPAREN] = ACTIONS(4199), - [anon_sym_COMMA] = ACTIONS(4199), - [anon_sym_LT] = ACTIONS(4197), - [anon_sym_GT] = ACTIONS(4197), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(4197), - [anon_sym_SEMI] = ACTIONS(4199), - [anon_sym_get] = ACTIONS(4197), - [anon_sym_set] = ACTIONS(4197), - [anon_sym_STAR] = ACTIONS(4199), - [sym_label] = ACTIONS(4199), - [anon_sym_in] = ACTIONS(4197), - [anon_sym_DOT_DOT] = ACTIONS(4199), - [anon_sym_QMARK_COLON] = ACTIONS(4199), - [anon_sym_AMP_AMP] = ACTIONS(4199), - [anon_sym_PIPE_PIPE] = ACTIONS(4199), - [anon_sym_else] = ACTIONS(4197), - [anon_sym_COLON_COLON] = ACTIONS(4199), - [anon_sym_BANG_EQ] = ACTIONS(4197), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4199), - [anon_sym_EQ_EQ] = ACTIONS(4197), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4199), - [anon_sym_LT_EQ] = ACTIONS(4199), - [anon_sym_GT_EQ] = ACTIONS(4199), - [anon_sym_BANGin] = ACTIONS(4199), - [anon_sym_is] = ACTIONS(4197), - [anon_sym_BANGis] = ACTIONS(4199), - [anon_sym_PLUS] = ACTIONS(4197), - [anon_sym_DASH] = ACTIONS(4197), - [anon_sym_SLASH] = ACTIONS(4197), - [anon_sym_PERCENT] = ACTIONS(4199), - [anon_sym_as_QMARK] = ACTIONS(4199), - [anon_sym_PLUS_PLUS] = ACTIONS(4199), - [anon_sym_DASH_DASH] = ACTIONS(4199), - [anon_sym_BANG_BANG] = ACTIONS(4199), - [anon_sym_suspend] = ACTIONS(4197), - [anon_sym_sealed] = ACTIONS(4197), - [anon_sym_annotation] = ACTIONS(4197), - [anon_sym_data] = ACTIONS(4197), - [anon_sym_inner] = ACTIONS(4197), - [anon_sym_override] = ACTIONS(4197), - [anon_sym_lateinit] = ACTIONS(4197), - [anon_sym_public] = ACTIONS(4197), - [anon_sym_private] = ACTIONS(4197), - [anon_sym_internal] = ACTIONS(4197), - [anon_sym_protected] = ACTIONS(4197), - [anon_sym_tailrec] = ACTIONS(4197), - [anon_sym_operator] = ACTIONS(4197), - [anon_sym_infix] = ACTIONS(4197), - [anon_sym_inline] = ACTIONS(4197), - [anon_sym_external] = ACTIONS(4197), - [sym_property_modifier] = ACTIONS(4197), - [anon_sym_abstract] = ACTIONS(4197), - [anon_sym_final] = ACTIONS(4197), - [anon_sym_open] = ACTIONS(4197), - [anon_sym_vararg] = ACTIONS(4197), - [anon_sym_noinline] = ACTIONS(4197), - [anon_sym_crossinline] = ACTIONS(4197), - [anon_sym_expect] = ACTIONS(4197), - [anon_sym_actual] = ACTIONS(4197), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4199), - [sym__automatic_semicolon] = ACTIONS(4199), - [sym_safe_nav] = ACTIONS(4199), - [sym_multiline_comment] = ACTIONS(3), - }, - [4062] = { - [sym_type_constraints] = STATE(3564), - [sym_enum_class_body] = STATE(3835), - [sym__alpha_identifier] = ACTIONS(3204), - [anon_sym_AT] = ACTIONS(3208), - [anon_sym_COLON] = ACTIONS(6086), - [anon_sym_LBRACK] = ACTIONS(3208), - [anon_sym_as] = ACTIONS(3204), - [anon_sym_LBRACE] = ACTIONS(5359), - [anon_sym_RBRACE] = ACTIONS(3208), - [anon_sym_LPAREN] = ACTIONS(3208), - [anon_sym_COMMA] = ACTIONS(3208), - [anon_sym_LT] = ACTIONS(3204), - [anon_sym_GT] = ACTIONS(3204), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(3204), - [anon_sym_SEMI] = ACTIONS(3208), - [anon_sym_get] = ACTIONS(3204), - [anon_sym_set] = ACTIONS(3204), - [anon_sym_STAR] = ACTIONS(3208), - [sym_label] = ACTIONS(3208), - [anon_sym_in] = ACTIONS(3204), - [anon_sym_DOT_DOT] = ACTIONS(3208), - [anon_sym_QMARK_COLON] = ACTIONS(3208), - [anon_sym_AMP_AMP] = ACTIONS(3208), - [anon_sym_PIPE_PIPE] = ACTIONS(3208), - [anon_sym_else] = ACTIONS(3204), - [anon_sym_COLON_COLON] = ACTIONS(3208), - [anon_sym_BANG_EQ] = ACTIONS(3204), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3208), - [anon_sym_EQ_EQ] = ACTIONS(3204), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3208), - [anon_sym_LT_EQ] = ACTIONS(3208), - [anon_sym_GT_EQ] = ACTIONS(3208), - [anon_sym_BANGin] = ACTIONS(3208), - [anon_sym_is] = ACTIONS(3204), - [anon_sym_BANGis] = ACTIONS(3208), - [anon_sym_PLUS] = ACTIONS(3204), - [anon_sym_DASH] = ACTIONS(3204), - [anon_sym_SLASH] = ACTIONS(3204), - [anon_sym_PERCENT] = ACTIONS(3208), - [anon_sym_as_QMARK] = ACTIONS(3208), - [anon_sym_PLUS_PLUS] = ACTIONS(3208), - [anon_sym_DASH_DASH] = ACTIONS(3208), - [anon_sym_BANG_BANG] = ACTIONS(3208), - [anon_sym_suspend] = ACTIONS(3204), - [anon_sym_sealed] = ACTIONS(3204), - [anon_sym_annotation] = ACTIONS(3204), - [anon_sym_data] = ACTIONS(3204), - [anon_sym_inner] = ACTIONS(3204), - [anon_sym_override] = ACTIONS(3204), - [anon_sym_lateinit] = ACTIONS(3204), - [anon_sym_public] = ACTIONS(3204), - [anon_sym_private] = ACTIONS(3204), - [anon_sym_internal] = ACTIONS(3204), - [anon_sym_protected] = ACTIONS(3204), - [anon_sym_tailrec] = ACTIONS(3204), - [anon_sym_operator] = ACTIONS(3204), - [anon_sym_infix] = ACTIONS(3204), - [anon_sym_inline] = ACTIONS(3204), - [anon_sym_external] = ACTIONS(3204), - [sym_property_modifier] = ACTIONS(3204), - [anon_sym_abstract] = ACTIONS(3204), - [anon_sym_final] = ACTIONS(3204), - [anon_sym_open] = ACTIONS(3204), - [anon_sym_vararg] = ACTIONS(3204), - [anon_sym_noinline] = ACTIONS(3204), - [anon_sym_crossinline] = ACTIONS(3204), - [anon_sym_expect] = ACTIONS(3204), - [anon_sym_actual] = ACTIONS(3204), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3208), - [sym__automatic_semicolon] = ACTIONS(3208), - [sym_safe_nav] = ACTIONS(3208), - [sym_multiline_comment] = ACTIONS(3), - }, - [4063] = { - [sym_type_constraints] = STATE(3594), - [sym_enum_class_body] = STATE(3857), - [sym__alpha_identifier] = ACTIONS(4213), - [anon_sym_AT] = ACTIONS(4215), - [anon_sym_COLON] = ACTIONS(7125), - [anon_sym_LBRACK] = ACTIONS(4215), - [anon_sym_as] = ACTIONS(4213), - [anon_sym_LBRACE] = ACTIONS(5359), - [anon_sym_RBRACE] = ACTIONS(4215), - [anon_sym_LPAREN] = ACTIONS(4215), - [anon_sym_COMMA] = ACTIONS(4215), - [anon_sym_LT] = ACTIONS(4213), - [anon_sym_GT] = ACTIONS(4213), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(4213), - [anon_sym_SEMI] = ACTIONS(4215), - [anon_sym_get] = ACTIONS(4213), - [anon_sym_set] = ACTIONS(4213), - [anon_sym_STAR] = ACTIONS(4215), - [sym_label] = ACTIONS(4215), - [anon_sym_in] = ACTIONS(4213), - [anon_sym_DOT_DOT] = ACTIONS(4215), - [anon_sym_QMARK_COLON] = ACTIONS(4215), - [anon_sym_AMP_AMP] = ACTIONS(4215), - [anon_sym_PIPE_PIPE] = ACTIONS(4215), - [anon_sym_else] = ACTIONS(4213), - [anon_sym_COLON_COLON] = ACTIONS(4215), - [anon_sym_BANG_EQ] = ACTIONS(4213), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4215), - [anon_sym_EQ_EQ] = ACTIONS(4213), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4215), - [anon_sym_LT_EQ] = ACTIONS(4215), - [anon_sym_GT_EQ] = ACTIONS(4215), - [anon_sym_BANGin] = ACTIONS(4215), - [anon_sym_is] = ACTIONS(4213), - [anon_sym_BANGis] = ACTIONS(4215), - [anon_sym_PLUS] = ACTIONS(4213), - [anon_sym_DASH] = ACTIONS(4213), - [anon_sym_SLASH] = ACTIONS(4213), - [anon_sym_PERCENT] = ACTIONS(4215), - [anon_sym_as_QMARK] = ACTIONS(4215), - [anon_sym_PLUS_PLUS] = ACTIONS(4215), - [anon_sym_DASH_DASH] = ACTIONS(4215), - [anon_sym_BANG_BANG] = ACTIONS(4215), - [anon_sym_suspend] = ACTIONS(4213), - [anon_sym_sealed] = ACTIONS(4213), - [anon_sym_annotation] = ACTIONS(4213), - [anon_sym_data] = ACTIONS(4213), - [anon_sym_inner] = ACTIONS(4213), - [anon_sym_override] = ACTIONS(4213), - [anon_sym_lateinit] = ACTIONS(4213), - [anon_sym_public] = ACTIONS(4213), - [anon_sym_private] = ACTIONS(4213), - [anon_sym_internal] = ACTIONS(4213), - [anon_sym_protected] = ACTIONS(4213), - [anon_sym_tailrec] = ACTIONS(4213), - [anon_sym_operator] = ACTIONS(4213), - [anon_sym_infix] = ACTIONS(4213), - [anon_sym_inline] = ACTIONS(4213), - [anon_sym_external] = ACTIONS(4213), - [sym_property_modifier] = ACTIONS(4213), - [anon_sym_abstract] = ACTIONS(4213), - [anon_sym_final] = ACTIONS(4213), - [anon_sym_open] = ACTIONS(4213), - [anon_sym_vararg] = ACTIONS(4213), - [anon_sym_noinline] = ACTIONS(4213), - [anon_sym_crossinline] = ACTIONS(4213), - [anon_sym_expect] = ACTIONS(4213), - [anon_sym_actual] = ACTIONS(4213), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4215), - [sym__automatic_semicolon] = ACTIONS(4215), - [sym_safe_nav] = ACTIONS(4215), - [sym_multiline_comment] = ACTIONS(3), - }, - [4064] = { - [sym__alpha_identifier] = ACTIONS(5067), - [anon_sym_AT] = ACTIONS(5069), - [anon_sym_LBRACK] = ACTIONS(5069), - [anon_sym_RBRACK] = ACTIONS(5069), - [anon_sym_as] = ACTIONS(5067), - [anon_sym_LBRACE] = ACTIONS(5069), - [anon_sym_RBRACE] = ACTIONS(5069), - [anon_sym_LPAREN] = ACTIONS(5069), - [anon_sym_COMMA] = ACTIONS(5069), - [anon_sym_RPAREN] = ACTIONS(5069), - [anon_sym_LT] = ACTIONS(5067), - [anon_sym_GT] = ACTIONS(5067), - [anon_sym_where] = ACTIONS(5067), - [anon_sym_DOT] = ACTIONS(5067), - [anon_sym_SEMI] = ACTIONS(7127), - [anon_sym_get] = ACTIONS(5067), - [anon_sym_set] = ACTIONS(5067), - [anon_sym_STAR] = ACTIONS(5069), - [anon_sym_DASH_GT] = ACTIONS(5069), - [sym_label] = ACTIONS(5069), - [anon_sym_in] = ACTIONS(5067), - [anon_sym_while] = ACTIONS(5067), - [anon_sym_DOT_DOT] = ACTIONS(5069), - [anon_sym_QMARK_COLON] = ACTIONS(5069), - [anon_sym_AMP_AMP] = ACTIONS(5069), - [anon_sym_PIPE_PIPE] = ACTIONS(5069), - [anon_sym_else] = ACTIONS(7129), - [anon_sym_COLON_COLON] = ACTIONS(5069), - [anon_sym_BANG_EQ] = ACTIONS(5067), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5069), - [anon_sym_EQ_EQ] = ACTIONS(5067), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5069), - [anon_sym_LT_EQ] = ACTIONS(5069), - [anon_sym_GT_EQ] = ACTIONS(5069), - [anon_sym_BANGin] = ACTIONS(5069), - [anon_sym_is] = ACTIONS(5067), - [anon_sym_BANGis] = ACTIONS(5069), - [anon_sym_PLUS] = ACTIONS(5067), - [anon_sym_DASH] = ACTIONS(5067), - [anon_sym_SLASH] = ACTIONS(5067), - [anon_sym_PERCENT] = ACTIONS(5069), - [anon_sym_as_QMARK] = ACTIONS(5069), - [anon_sym_PLUS_PLUS] = ACTIONS(5069), - [anon_sym_DASH_DASH] = ACTIONS(5069), - [anon_sym_BANG_BANG] = ACTIONS(5069), - [anon_sym_suspend] = ACTIONS(5067), - [anon_sym_sealed] = ACTIONS(5067), - [anon_sym_annotation] = ACTIONS(5067), - [anon_sym_data] = ACTIONS(5067), - [anon_sym_inner] = ACTIONS(5067), - [anon_sym_override] = ACTIONS(5067), - [anon_sym_lateinit] = ACTIONS(5067), - [anon_sym_public] = ACTIONS(5067), - [anon_sym_private] = ACTIONS(5067), - [anon_sym_internal] = ACTIONS(5067), - [anon_sym_protected] = ACTIONS(5067), - [anon_sym_tailrec] = ACTIONS(5067), - [anon_sym_operator] = ACTIONS(5067), - [anon_sym_infix] = ACTIONS(5067), - [anon_sym_inline] = ACTIONS(5067), - [anon_sym_external] = ACTIONS(5067), - [sym_property_modifier] = ACTIONS(5067), - [anon_sym_abstract] = ACTIONS(5067), - [anon_sym_final] = ACTIONS(5067), - [anon_sym_open] = ACTIONS(5067), - [anon_sym_vararg] = ACTIONS(5067), - [anon_sym_noinline] = ACTIONS(5067), - [anon_sym_crossinline] = ACTIONS(5067), - [anon_sym_expect] = ACTIONS(5067), - [anon_sym_actual] = ACTIONS(5067), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5069), - [sym_safe_nav] = ACTIONS(5069), - [sym_multiline_comment] = ACTIONS(3), - }, - [4065] = { - [sym__alpha_identifier] = ACTIONS(5067), - [anon_sym_AT] = ACTIONS(5069), - [anon_sym_LBRACK] = ACTIONS(5069), - [anon_sym_RBRACK] = ACTIONS(5069), - [anon_sym_as] = ACTIONS(5067), - [anon_sym_LBRACE] = ACTIONS(5069), - [anon_sym_RBRACE] = ACTIONS(5069), - [anon_sym_LPAREN] = ACTIONS(5069), - [anon_sym_COMMA] = ACTIONS(5069), - [anon_sym_RPAREN] = ACTIONS(5069), - [anon_sym_LT] = ACTIONS(5067), - [anon_sym_GT] = ACTIONS(5067), - [anon_sym_where] = ACTIONS(5067), - [anon_sym_DOT] = ACTIONS(5067), - [anon_sym_SEMI] = ACTIONS(5069), - [anon_sym_get] = ACTIONS(5067), - [anon_sym_set] = ACTIONS(5067), - [anon_sym_STAR] = ACTIONS(5069), - [anon_sym_DASH_GT] = ACTIONS(5069), - [sym_label] = ACTIONS(5069), - [anon_sym_in] = ACTIONS(5067), - [anon_sym_while] = ACTIONS(5067), - [anon_sym_DOT_DOT] = ACTIONS(5069), - [anon_sym_QMARK_COLON] = ACTIONS(5069), - [anon_sym_AMP_AMP] = ACTIONS(5069), - [anon_sym_PIPE_PIPE] = ACTIONS(5069), - [anon_sym_else] = ACTIONS(7129), - [anon_sym_COLON_COLON] = ACTIONS(5069), - [anon_sym_BANG_EQ] = ACTIONS(5067), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5069), - [anon_sym_EQ_EQ] = ACTIONS(5067), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5069), - [anon_sym_LT_EQ] = ACTIONS(5069), - [anon_sym_GT_EQ] = ACTIONS(5069), - [anon_sym_BANGin] = ACTIONS(5069), - [anon_sym_is] = ACTIONS(5067), - [anon_sym_BANGis] = ACTIONS(5069), - [anon_sym_PLUS] = ACTIONS(5067), - [anon_sym_DASH] = ACTIONS(5067), - [anon_sym_SLASH] = ACTIONS(5067), - [anon_sym_PERCENT] = ACTIONS(5069), - [anon_sym_as_QMARK] = ACTIONS(5069), - [anon_sym_PLUS_PLUS] = ACTIONS(5069), - [anon_sym_DASH_DASH] = ACTIONS(5069), - [anon_sym_BANG_BANG] = ACTIONS(5069), - [anon_sym_suspend] = ACTIONS(5067), - [anon_sym_sealed] = ACTIONS(5067), - [anon_sym_annotation] = ACTIONS(5067), - [anon_sym_data] = ACTIONS(5067), - [anon_sym_inner] = ACTIONS(5067), - [anon_sym_override] = ACTIONS(5067), - [anon_sym_lateinit] = ACTIONS(5067), - [anon_sym_public] = ACTIONS(5067), - [anon_sym_private] = ACTIONS(5067), - [anon_sym_internal] = ACTIONS(5067), - [anon_sym_protected] = ACTIONS(5067), - [anon_sym_tailrec] = ACTIONS(5067), - [anon_sym_operator] = ACTIONS(5067), - [anon_sym_infix] = ACTIONS(5067), - [anon_sym_inline] = ACTIONS(5067), - [anon_sym_external] = ACTIONS(5067), - [sym_property_modifier] = ACTIONS(5067), - [anon_sym_abstract] = ACTIONS(5067), - [anon_sym_final] = ACTIONS(5067), - [anon_sym_open] = ACTIONS(5067), - [anon_sym_vararg] = ACTIONS(5067), - [anon_sym_noinline] = ACTIONS(5067), - [anon_sym_crossinline] = ACTIONS(5067), - [anon_sym_expect] = ACTIONS(5067), - [anon_sym_actual] = ACTIONS(5067), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5069), - [sym_safe_nav] = ACTIONS(5069), - [sym_multiline_comment] = ACTIONS(3), - }, - [4066] = { - [sym__alpha_identifier] = ACTIONS(4929), - [anon_sym_AT] = ACTIONS(4931), - [anon_sym_LBRACK] = ACTIONS(4931), - [anon_sym_as] = ACTIONS(4929), - [anon_sym_LBRACE] = ACTIONS(4931), - [anon_sym_RBRACE] = ACTIONS(4931), - [anon_sym_LPAREN] = ACTIONS(7131), - [anon_sym_COMMA] = ACTIONS(4931), - [anon_sym_LT] = ACTIONS(4929), - [anon_sym_GT] = ACTIONS(4929), - [anon_sym_where] = ACTIONS(4929), - [anon_sym_object] = ACTIONS(4929), - [anon_sym_fun] = ACTIONS(4929), - [anon_sym_DOT] = ACTIONS(4929), - [anon_sym_SEMI] = ACTIONS(4931), - [anon_sym_get] = ACTIONS(4929), - [anon_sym_set] = ACTIONS(4929), - [anon_sym_this] = ACTIONS(4929), - [anon_sym_super] = ACTIONS(4929), - [anon_sym_STAR] = ACTIONS(4931), - [sym_label] = ACTIONS(4929), - [anon_sym_in] = ACTIONS(4929), - [anon_sym_DOT_DOT] = ACTIONS(4931), - [anon_sym_QMARK_COLON] = ACTIONS(4931), - [anon_sym_AMP_AMP] = ACTIONS(4931), - [anon_sym_PIPE_PIPE] = ACTIONS(4931), - [anon_sym_null] = ACTIONS(4929), - [anon_sym_if] = ACTIONS(4929), - [anon_sym_else] = ACTIONS(4929), - [anon_sym_when] = ACTIONS(4929), - [anon_sym_try] = ACTIONS(4929), - [anon_sym_throw] = ACTIONS(4929), - [anon_sym_return] = ACTIONS(4929), - [anon_sym_continue] = ACTIONS(4929), - [anon_sym_break] = ACTIONS(4929), - [anon_sym_COLON_COLON] = ACTIONS(4931), - [anon_sym_BANG_EQ] = ACTIONS(4929), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4931), - [anon_sym_EQ_EQ] = ACTIONS(4929), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4931), - [anon_sym_LT_EQ] = ACTIONS(4931), - [anon_sym_GT_EQ] = ACTIONS(4931), - [anon_sym_BANGin] = ACTIONS(4931), - [anon_sym_is] = ACTIONS(4929), - [anon_sym_BANGis] = ACTIONS(4931), - [anon_sym_PLUS] = ACTIONS(4929), - [anon_sym_DASH] = ACTIONS(4929), - [anon_sym_SLASH] = ACTIONS(4929), - [anon_sym_PERCENT] = ACTIONS(4931), - [anon_sym_as_QMARK] = ACTIONS(4931), - [anon_sym_PLUS_PLUS] = ACTIONS(4931), - [anon_sym_DASH_DASH] = ACTIONS(4931), - [anon_sym_BANG] = ACTIONS(4929), - [anon_sym_BANG_BANG] = ACTIONS(4931), - [anon_sym_data] = ACTIONS(4929), - [anon_sym_inner] = ACTIONS(4929), - [anon_sym_expect] = ACTIONS(4929), - [anon_sym_actual] = ACTIONS(4929), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4931), - [anon_sym_continue_AT] = ACTIONS(4931), - [anon_sym_break_AT] = ACTIONS(4931), - [sym_real_literal] = ACTIONS(4931), - [sym_integer_literal] = ACTIONS(4929), - [sym_hex_literal] = ACTIONS(4931), - [sym_bin_literal] = ACTIONS(4931), - [anon_sym_true] = ACTIONS(4929), - [anon_sym_false] = ACTIONS(4929), - [anon_sym_SQUOTE] = ACTIONS(4931), - [sym__backtick_identifier] = ACTIONS(4931), - [sym__automatic_semicolon] = ACTIONS(4931), - [sym_safe_nav] = ACTIONS(4931), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4931), + [sym__string_start] = ACTIONS(4388), }, [4067] = { - [sym_function_body] = STATE(3343), - [sym__block] = STATE(3367), - [sym__alpha_identifier] = ACTIONS(4191), - [anon_sym_AT] = ACTIONS(4193), - [anon_sym_COLON] = ACTIONS(7133), - [anon_sym_LBRACK] = ACTIONS(4193), - [anon_sym_as] = ACTIONS(4191), - [anon_sym_EQ] = ACTIONS(6952), - [anon_sym_LBRACE] = ACTIONS(6236), - [anon_sym_RBRACE] = ACTIONS(4193), - [anon_sym_LPAREN] = ACTIONS(4193), - [anon_sym_RPAREN] = ACTIONS(4193), - [anon_sym_LT] = ACTIONS(4191), - [anon_sym_GT] = ACTIONS(4191), - [anon_sym_DOT] = ACTIONS(4191), - [anon_sym_SEMI] = ACTIONS(4193), - [anon_sym_get] = ACTIONS(4191), - [anon_sym_set] = ACTIONS(4191), - [anon_sym_STAR] = ACTIONS(4193), - [sym_label] = ACTIONS(4193), - [anon_sym_in] = ACTIONS(4191), - [anon_sym_while] = ACTIONS(4191), - [anon_sym_DOT_DOT] = ACTIONS(4193), - [anon_sym_QMARK_COLON] = ACTIONS(4193), - [anon_sym_AMP_AMP] = ACTIONS(4193), - [anon_sym_PIPE_PIPE] = ACTIONS(4193), - [anon_sym_else] = ACTIONS(4191), - [anon_sym_COLON_COLON] = ACTIONS(4193), - [anon_sym_BANG_EQ] = ACTIONS(4191), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4193), - [anon_sym_EQ_EQ] = ACTIONS(4191), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4193), - [anon_sym_LT_EQ] = ACTIONS(4193), - [anon_sym_GT_EQ] = ACTIONS(4193), - [anon_sym_BANGin] = ACTIONS(4193), - [anon_sym_is] = ACTIONS(4191), - [anon_sym_BANGis] = ACTIONS(4193), - [anon_sym_PLUS] = ACTIONS(4191), - [anon_sym_DASH] = ACTIONS(4191), - [anon_sym_SLASH] = ACTIONS(4191), - [anon_sym_PERCENT] = ACTIONS(4193), - [anon_sym_as_QMARK] = ACTIONS(4193), - [anon_sym_PLUS_PLUS] = ACTIONS(4193), - [anon_sym_DASH_DASH] = ACTIONS(4193), - [anon_sym_BANG_BANG] = ACTIONS(4193), - [anon_sym_suspend] = ACTIONS(4191), - [anon_sym_sealed] = ACTIONS(4191), - [anon_sym_annotation] = ACTIONS(4191), - [anon_sym_data] = ACTIONS(4191), - [anon_sym_inner] = ACTIONS(4191), - [anon_sym_override] = ACTIONS(4191), - [anon_sym_lateinit] = ACTIONS(4191), - [anon_sym_public] = ACTIONS(4191), - [anon_sym_private] = ACTIONS(4191), - [anon_sym_internal] = ACTIONS(4191), - [anon_sym_protected] = ACTIONS(4191), - [anon_sym_tailrec] = ACTIONS(4191), - [anon_sym_operator] = ACTIONS(4191), - [anon_sym_infix] = ACTIONS(4191), - [anon_sym_inline] = ACTIONS(4191), - [anon_sym_external] = ACTIONS(4191), - [sym_property_modifier] = ACTIONS(4191), - [anon_sym_abstract] = ACTIONS(4191), - [anon_sym_final] = ACTIONS(4191), - [anon_sym_open] = ACTIONS(4191), - [anon_sym_vararg] = ACTIONS(4191), - [anon_sym_noinline] = ACTIONS(4191), - [anon_sym_crossinline] = ACTIONS(4191), - [anon_sym_expect] = ACTIONS(4191), - [anon_sym_actual] = ACTIONS(4191), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4193), - [sym_safe_nav] = ACTIONS(4193), + [sym_type_constraints] = STATE(3093), + [sym_enum_class_body] = STATE(3209), + [sym__alpha_identifier] = ACTIONS(4188), + [anon_sym_AT] = ACTIONS(4190), + [anon_sym_COLON] = ACTIONS(7129), + [anon_sym_LBRACK] = ACTIONS(4190), + [anon_sym_as] = ACTIONS(4188), + [anon_sym_LBRACE] = ACTIONS(5171), + [anon_sym_RBRACE] = ACTIONS(4190), + [anon_sym_LPAREN] = ACTIONS(4190), + [anon_sym_RPAREN] = ACTIONS(4190), + [anon_sym_LT] = ACTIONS(4188), + [anon_sym_GT] = ACTIONS(4188), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(4188), + [anon_sym_SEMI] = ACTIONS(4190), + [anon_sym_get] = ACTIONS(4188), + [anon_sym_set] = ACTIONS(4188), + [anon_sym_STAR] = ACTIONS(4190), + [sym_label] = ACTIONS(4190), + [anon_sym_in] = ACTIONS(4188), + [anon_sym_while] = ACTIONS(4188), + [anon_sym_DOT_DOT] = ACTIONS(4190), + [anon_sym_QMARK_COLON] = ACTIONS(4190), + [anon_sym_AMP_AMP] = ACTIONS(4190), + [anon_sym_PIPE_PIPE] = ACTIONS(4190), + [anon_sym_else] = ACTIONS(4188), + [anon_sym_COLON_COLON] = ACTIONS(4190), + [anon_sym_BANG_EQ] = ACTIONS(4188), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4190), + [anon_sym_EQ_EQ] = ACTIONS(4188), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4190), + [anon_sym_LT_EQ] = ACTIONS(4190), + [anon_sym_GT_EQ] = ACTIONS(4190), + [anon_sym_BANGin] = ACTIONS(4190), + [anon_sym_is] = ACTIONS(4188), + [anon_sym_BANGis] = ACTIONS(4190), + [anon_sym_PLUS] = ACTIONS(4188), + [anon_sym_DASH] = ACTIONS(4188), + [anon_sym_SLASH] = ACTIONS(4188), + [anon_sym_PERCENT] = ACTIONS(4190), + [anon_sym_as_QMARK] = ACTIONS(4190), + [anon_sym_PLUS_PLUS] = ACTIONS(4190), + [anon_sym_DASH_DASH] = ACTIONS(4190), + [anon_sym_BANG_BANG] = ACTIONS(4190), + [anon_sym_suspend] = ACTIONS(4188), + [anon_sym_sealed] = ACTIONS(4188), + [anon_sym_annotation] = ACTIONS(4188), + [anon_sym_data] = ACTIONS(4188), + [anon_sym_inner] = ACTIONS(4188), + [anon_sym_override] = ACTIONS(4188), + [anon_sym_lateinit] = ACTIONS(4188), + [anon_sym_public] = ACTIONS(4188), + [anon_sym_private] = ACTIONS(4188), + [anon_sym_internal] = ACTIONS(4188), + [anon_sym_protected] = ACTIONS(4188), + [anon_sym_tailrec] = ACTIONS(4188), + [anon_sym_operator] = ACTIONS(4188), + [anon_sym_infix] = ACTIONS(4188), + [anon_sym_inline] = ACTIONS(4188), + [anon_sym_external] = ACTIONS(4188), + [sym_property_modifier] = ACTIONS(4188), + [anon_sym_abstract] = ACTIONS(4188), + [anon_sym_final] = ACTIONS(4188), + [anon_sym_open] = ACTIONS(4188), + [anon_sym_vararg] = ACTIONS(4188), + [anon_sym_noinline] = ACTIONS(4188), + [anon_sym_crossinline] = ACTIONS(4188), + [anon_sym_expect] = ACTIONS(4188), + [anon_sym_actual] = ACTIONS(4188), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4190), + [sym_safe_nav] = ACTIONS(4190), [sym_multiline_comment] = ACTIONS(3), }, [4068] = { - [sym_type_constraints] = STATE(4129), - [sym_function_body] = STATE(3815), - [sym__block] = STATE(3725), - [sym__alpha_identifier] = ACTIONS(4089), - [anon_sym_AT] = ACTIONS(4091), - [anon_sym_LBRACK] = ACTIONS(4091), - [anon_sym_as] = ACTIONS(4089), - [anon_sym_EQ] = ACTIONS(7017), - [anon_sym_LBRACE] = ACTIONS(6434), - [anon_sym_RBRACE] = ACTIONS(4091), - [anon_sym_LPAREN] = ACTIONS(4091), - [anon_sym_LT] = ACTIONS(4089), - [anon_sym_GT] = ACTIONS(4089), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(4089), - [anon_sym_SEMI] = ACTIONS(4091), - [anon_sym_get] = ACTIONS(4089), - [anon_sym_set] = ACTIONS(4089), - [anon_sym_STAR] = ACTIONS(4091), - [sym_label] = ACTIONS(4091), - [anon_sym_in] = ACTIONS(4089), - [anon_sym_DOT_DOT] = ACTIONS(4091), - [anon_sym_QMARK_COLON] = ACTIONS(4091), - [anon_sym_AMP_AMP] = ACTIONS(4091), - [anon_sym_PIPE_PIPE] = ACTIONS(4091), - [anon_sym_else] = ACTIONS(4089), - [anon_sym_COLON_COLON] = ACTIONS(4091), - [anon_sym_BANG_EQ] = ACTIONS(4089), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4091), - [anon_sym_EQ_EQ] = ACTIONS(4089), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4091), - [anon_sym_LT_EQ] = ACTIONS(4091), - [anon_sym_GT_EQ] = ACTIONS(4091), - [anon_sym_BANGin] = ACTIONS(4091), - [anon_sym_is] = ACTIONS(4089), - [anon_sym_BANGis] = ACTIONS(4091), - [anon_sym_PLUS] = ACTIONS(4089), - [anon_sym_DASH] = ACTIONS(4089), - [anon_sym_SLASH] = ACTIONS(4089), - [anon_sym_PERCENT] = ACTIONS(4091), - [anon_sym_as_QMARK] = ACTIONS(4091), - [anon_sym_PLUS_PLUS] = ACTIONS(4091), - [anon_sym_DASH_DASH] = ACTIONS(4091), - [anon_sym_BANG_BANG] = ACTIONS(4091), - [anon_sym_suspend] = ACTIONS(4089), - [anon_sym_sealed] = ACTIONS(4089), - [anon_sym_annotation] = ACTIONS(4089), - [anon_sym_data] = ACTIONS(4089), - [anon_sym_inner] = ACTIONS(4089), - [anon_sym_override] = ACTIONS(4089), - [anon_sym_lateinit] = ACTIONS(4089), - [anon_sym_public] = ACTIONS(4089), - [anon_sym_private] = ACTIONS(4089), - [anon_sym_internal] = ACTIONS(4089), - [anon_sym_protected] = ACTIONS(4089), - [anon_sym_tailrec] = ACTIONS(4089), - [anon_sym_operator] = ACTIONS(4089), - [anon_sym_infix] = ACTIONS(4089), - [anon_sym_inline] = ACTIONS(4089), - [anon_sym_external] = ACTIONS(4089), - [sym_property_modifier] = ACTIONS(4089), - [anon_sym_abstract] = ACTIONS(4089), - [anon_sym_final] = ACTIONS(4089), - [anon_sym_open] = ACTIONS(4089), - [anon_sym_vararg] = ACTIONS(4089), - [anon_sym_noinline] = ACTIONS(4089), - [anon_sym_crossinline] = ACTIONS(4089), - [anon_sym_expect] = ACTIONS(4089), - [anon_sym_actual] = ACTIONS(4089), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4091), - [sym__automatic_semicolon] = ACTIONS(4091), - [sym_safe_nav] = ACTIONS(4091), + [sym_function_body] = STATE(3788), + [sym__block] = STATE(3738), + [sym__alpha_identifier] = ACTIONS(4099), + [anon_sym_AT] = ACTIONS(4101), + [anon_sym_LBRACK] = ACTIONS(4101), + [anon_sym_as] = ACTIONS(4099), + [anon_sym_EQ] = ACTIONS(6918), + [anon_sym_LBRACE] = ACTIONS(6461), + [anon_sym_RBRACE] = ACTIONS(4101), + [anon_sym_LPAREN] = ACTIONS(4101), + [anon_sym_COMMA] = ACTIONS(4101), + [anon_sym_LT] = ACTIONS(4099), + [anon_sym_GT] = ACTIONS(4099), + [anon_sym_where] = ACTIONS(4099), + [anon_sym_DOT] = ACTIONS(4099), + [anon_sym_SEMI] = ACTIONS(4101), + [anon_sym_get] = ACTIONS(4099), + [anon_sym_set] = ACTIONS(4099), + [anon_sym_STAR] = ACTIONS(4101), + [sym_label] = ACTIONS(4101), + [anon_sym_in] = ACTIONS(4099), + [anon_sym_DOT_DOT] = ACTIONS(4101), + [anon_sym_QMARK_COLON] = ACTIONS(4101), + [anon_sym_AMP_AMP] = ACTIONS(4101), + [anon_sym_PIPE_PIPE] = ACTIONS(4101), + [anon_sym_else] = ACTIONS(4099), + [anon_sym_COLON_COLON] = ACTIONS(4101), + [anon_sym_BANG_EQ] = ACTIONS(4099), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4101), + [anon_sym_EQ_EQ] = ACTIONS(4099), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4101), + [anon_sym_LT_EQ] = ACTIONS(4101), + [anon_sym_GT_EQ] = ACTIONS(4101), + [anon_sym_BANGin] = ACTIONS(4101), + [anon_sym_is] = ACTIONS(4099), + [anon_sym_BANGis] = ACTIONS(4101), + [anon_sym_PLUS] = ACTIONS(4099), + [anon_sym_DASH] = ACTIONS(4099), + [anon_sym_SLASH] = ACTIONS(4099), + [anon_sym_PERCENT] = ACTIONS(4101), + [anon_sym_as_QMARK] = ACTIONS(4101), + [anon_sym_PLUS_PLUS] = ACTIONS(4101), + [anon_sym_DASH_DASH] = ACTIONS(4101), + [anon_sym_BANG_BANG] = ACTIONS(4101), + [anon_sym_suspend] = ACTIONS(4099), + [anon_sym_sealed] = ACTIONS(4099), + [anon_sym_annotation] = ACTIONS(4099), + [anon_sym_data] = ACTIONS(4099), + [anon_sym_inner] = ACTIONS(4099), + [anon_sym_override] = ACTIONS(4099), + [anon_sym_lateinit] = ACTIONS(4099), + [anon_sym_public] = ACTIONS(4099), + [anon_sym_private] = ACTIONS(4099), + [anon_sym_internal] = ACTIONS(4099), + [anon_sym_protected] = ACTIONS(4099), + [anon_sym_tailrec] = ACTIONS(4099), + [anon_sym_operator] = ACTIONS(4099), + [anon_sym_infix] = ACTIONS(4099), + [anon_sym_inline] = ACTIONS(4099), + [anon_sym_external] = ACTIONS(4099), + [sym_property_modifier] = ACTIONS(4099), + [anon_sym_abstract] = ACTIONS(4099), + [anon_sym_final] = ACTIONS(4099), + [anon_sym_open] = ACTIONS(4099), + [anon_sym_vararg] = ACTIONS(4099), + [anon_sym_noinline] = ACTIONS(4099), + [anon_sym_crossinline] = ACTIONS(4099), + [anon_sym_expect] = ACTIONS(4099), + [anon_sym_actual] = ACTIONS(4099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4101), + [sym__automatic_semicolon] = ACTIONS(4101), + [sym_safe_nav] = ACTIONS(4101), [sym_multiline_comment] = ACTIONS(3), }, [4069] = { - [sym_function_body] = STATE(3792), - [sym__block] = STATE(3725), - [sym__alpha_identifier] = ACTIONS(4101), - [anon_sym_AT] = ACTIONS(4103), - [anon_sym_LBRACK] = ACTIONS(4103), - [anon_sym_as] = ACTIONS(4101), - [anon_sym_EQ] = ACTIONS(6934), - [anon_sym_LBRACE] = ACTIONS(6434), - [anon_sym_RBRACE] = ACTIONS(4103), - [anon_sym_LPAREN] = ACTIONS(4103), - [anon_sym_COMMA] = ACTIONS(4103), - [anon_sym_LT] = ACTIONS(4101), - [anon_sym_GT] = ACTIONS(4101), - [anon_sym_where] = ACTIONS(4101), - [anon_sym_DOT] = ACTIONS(4101), - [anon_sym_SEMI] = ACTIONS(4103), - [anon_sym_get] = ACTIONS(4101), - [anon_sym_set] = ACTIONS(4101), - [anon_sym_STAR] = ACTIONS(4103), - [sym_label] = ACTIONS(4103), - [anon_sym_in] = ACTIONS(4101), - [anon_sym_DOT_DOT] = ACTIONS(4103), - [anon_sym_QMARK_COLON] = ACTIONS(4103), - [anon_sym_AMP_AMP] = ACTIONS(4103), - [anon_sym_PIPE_PIPE] = ACTIONS(4103), - [anon_sym_else] = ACTIONS(4101), - [anon_sym_COLON_COLON] = ACTIONS(4103), - [anon_sym_BANG_EQ] = ACTIONS(4101), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4103), - [anon_sym_EQ_EQ] = ACTIONS(4101), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4103), - [anon_sym_LT_EQ] = ACTIONS(4103), - [anon_sym_GT_EQ] = ACTIONS(4103), - [anon_sym_BANGin] = ACTIONS(4103), - [anon_sym_is] = ACTIONS(4101), - [anon_sym_BANGis] = ACTIONS(4103), - [anon_sym_PLUS] = ACTIONS(4101), - [anon_sym_DASH] = ACTIONS(4101), - [anon_sym_SLASH] = ACTIONS(4101), - [anon_sym_PERCENT] = ACTIONS(4103), - [anon_sym_as_QMARK] = ACTIONS(4103), - [anon_sym_PLUS_PLUS] = ACTIONS(4103), - [anon_sym_DASH_DASH] = ACTIONS(4103), - [anon_sym_BANG_BANG] = ACTIONS(4103), - [anon_sym_suspend] = ACTIONS(4101), - [anon_sym_sealed] = ACTIONS(4101), - [anon_sym_annotation] = ACTIONS(4101), - [anon_sym_data] = ACTIONS(4101), - [anon_sym_inner] = ACTIONS(4101), - [anon_sym_override] = ACTIONS(4101), - [anon_sym_lateinit] = ACTIONS(4101), - [anon_sym_public] = ACTIONS(4101), - [anon_sym_private] = ACTIONS(4101), - [anon_sym_internal] = ACTIONS(4101), - [anon_sym_protected] = ACTIONS(4101), - [anon_sym_tailrec] = ACTIONS(4101), - [anon_sym_operator] = ACTIONS(4101), - [anon_sym_infix] = ACTIONS(4101), - [anon_sym_inline] = ACTIONS(4101), - [anon_sym_external] = ACTIONS(4101), - [sym_property_modifier] = ACTIONS(4101), - [anon_sym_abstract] = ACTIONS(4101), - [anon_sym_final] = ACTIONS(4101), - [anon_sym_open] = ACTIONS(4101), - [anon_sym_vararg] = ACTIONS(4101), - [anon_sym_noinline] = ACTIONS(4101), - [anon_sym_crossinline] = ACTIONS(4101), - [anon_sym_expect] = ACTIONS(4101), - [anon_sym_actual] = ACTIONS(4101), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4103), - [sym__automatic_semicolon] = ACTIONS(4103), - [sym_safe_nav] = ACTIONS(4103), - [sym_multiline_comment] = ACTIONS(3), + [sym__alpha_identifier] = ACTIONS(4285), + [anon_sym_AT] = ACTIONS(4288), + [anon_sym_LBRACK] = ACTIONS(4288), + [anon_sym_as] = ACTIONS(4293), + [anon_sym_LBRACE] = ACTIONS(4288), + [anon_sym_RBRACE] = ACTIONS(4291), + [anon_sym_LPAREN] = ACTIONS(7131), + [anon_sym_COMMA] = ACTIONS(4291), + [anon_sym_LT] = ACTIONS(4293), + [anon_sym_GT] = ACTIONS(4293), + [anon_sym_where] = ACTIONS(4293), + [anon_sym_object] = ACTIONS(3943), + [anon_sym_fun] = ACTIONS(3943), + [anon_sym_DOT] = ACTIONS(4293), + [anon_sym_SEMI] = ACTIONS(4291), + [anon_sym_get] = ACTIONS(4285), + [anon_sym_set] = ACTIONS(4285), + [anon_sym_this] = ACTIONS(3943), + [anon_sym_super] = ACTIONS(3943), + [anon_sym_STAR] = ACTIONS(4288), + [sym_label] = ACTIONS(4285), + [anon_sym_in] = ACTIONS(4293), + [anon_sym_DOT_DOT] = ACTIONS(4291), + [anon_sym_QMARK_COLON] = ACTIONS(4291), + [anon_sym_AMP_AMP] = ACTIONS(4291), + [anon_sym_PIPE_PIPE] = ACTIONS(4291), + [anon_sym_null] = ACTIONS(3943), + [anon_sym_if] = ACTIONS(3943), + [anon_sym_else] = ACTIONS(4293), + [anon_sym_when] = ACTIONS(3943), + [anon_sym_try] = ACTIONS(3943), + [anon_sym_throw] = ACTIONS(3943), + [anon_sym_return] = ACTIONS(3943), + [anon_sym_continue] = ACTIONS(3943), + [anon_sym_break] = ACTIONS(3943), + [anon_sym_COLON_COLON] = ACTIONS(4288), + [anon_sym_BANG_EQ] = ACTIONS(4293), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4291), + [anon_sym_EQ_EQ] = ACTIONS(4293), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4291), + [anon_sym_LT_EQ] = ACTIONS(4291), + [anon_sym_GT_EQ] = ACTIONS(4291), + [anon_sym_BANGin] = ACTIONS(4291), + [anon_sym_is] = ACTIONS(4293), + [anon_sym_BANGis] = ACTIONS(4291), + [anon_sym_PLUS] = ACTIONS(4285), + [anon_sym_DASH] = ACTIONS(4285), + [anon_sym_SLASH] = ACTIONS(4293), + [anon_sym_PERCENT] = ACTIONS(4291), + [anon_sym_as_QMARK] = ACTIONS(4291), + [anon_sym_PLUS_PLUS] = ACTIONS(4288), + [anon_sym_DASH_DASH] = ACTIONS(4288), + [anon_sym_BANG] = ACTIONS(3943), + [anon_sym_BANG_BANG] = ACTIONS(4291), + [anon_sym_data] = ACTIONS(4285), + [anon_sym_inner] = ACTIONS(4285), + [anon_sym_expect] = ACTIONS(4285), + [anon_sym_actual] = ACTIONS(4285), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3948), + [anon_sym_continue_AT] = ACTIONS(3948), + [anon_sym_break_AT] = ACTIONS(3948), + [sym_real_literal] = ACTIONS(3948), + [sym_integer_literal] = ACTIONS(3943), + [sym_hex_literal] = ACTIONS(3948), + [sym_bin_literal] = ACTIONS(3948), + [anon_sym_true] = ACTIONS(3943), + [anon_sym_false] = ACTIONS(3943), + [anon_sym_SQUOTE] = ACTIONS(3948), + [sym__backtick_identifier] = ACTIONS(4288), + [sym__automatic_semicolon] = ACTIONS(4291), + [sym_safe_nav] = ACTIONS(4291), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3948), }, [4070] = { - [sym_function_body] = STATE(3680), - [sym__block] = STATE(3725), - [sym__alpha_identifier] = ACTIONS(4503), - [anon_sym_AT] = ACTIONS(4505), - [anon_sym_LBRACK] = ACTIONS(4505), - [anon_sym_as] = ACTIONS(4503), - [anon_sym_EQ] = ACTIONS(6934), - [anon_sym_LBRACE] = ACTIONS(6434), - [anon_sym_RBRACE] = ACTIONS(4505), - [anon_sym_LPAREN] = ACTIONS(4505), - [anon_sym_COMMA] = ACTIONS(4505), - [anon_sym_LT] = ACTIONS(4503), - [anon_sym_GT] = ACTIONS(4503), - [anon_sym_where] = ACTIONS(4503), - [anon_sym_DOT] = ACTIONS(4503), - [anon_sym_SEMI] = ACTIONS(4505), - [anon_sym_get] = ACTIONS(4503), - [anon_sym_set] = ACTIONS(4503), - [anon_sym_STAR] = ACTIONS(4505), - [sym_label] = ACTIONS(4505), - [anon_sym_in] = ACTIONS(4503), - [anon_sym_DOT_DOT] = ACTIONS(4505), - [anon_sym_QMARK_COLON] = ACTIONS(4505), - [anon_sym_AMP_AMP] = ACTIONS(4505), - [anon_sym_PIPE_PIPE] = ACTIONS(4505), - [anon_sym_else] = ACTIONS(4503), - [anon_sym_COLON_COLON] = ACTIONS(4505), - [anon_sym_BANG_EQ] = ACTIONS(4503), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4505), - [anon_sym_EQ_EQ] = ACTIONS(4503), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4505), - [anon_sym_LT_EQ] = ACTIONS(4505), - [anon_sym_GT_EQ] = ACTIONS(4505), - [anon_sym_BANGin] = ACTIONS(4505), - [anon_sym_is] = ACTIONS(4503), - [anon_sym_BANGis] = ACTIONS(4505), - [anon_sym_PLUS] = ACTIONS(4503), - [anon_sym_DASH] = ACTIONS(4503), - [anon_sym_SLASH] = ACTIONS(4503), - [anon_sym_PERCENT] = ACTIONS(4505), - [anon_sym_as_QMARK] = ACTIONS(4505), - [anon_sym_PLUS_PLUS] = ACTIONS(4505), - [anon_sym_DASH_DASH] = ACTIONS(4505), - [anon_sym_BANG_BANG] = ACTIONS(4505), - [anon_sym_suspend] = ACTIONS(4503), - [anon_sym_sealed] = ACTIONS(4503), - [anon_sym_annotation] = ACTIONS(4503), - [anon_sym_data] = ACTIONS(4503), - [anon_sym_inner] = ACTIONS(4503), - [anon_sym_override] = ACTIONS(4503), - [anon_sym_lateinit] = ACTIONS(4503), - [anon_sym_public] = ACTIONS(4503), - [anon_sym_private] = ACTIONS(4503), - [anon_sym_internal] = ACTIONS(4503), - [anon_sym_protected] = ACTIONS(4503), - [anon_sym_tailrec] = ACTIONS(4503), - [anon_sym_operator] = ACTIONS(4503), - [anon_sym_infix] = ACTIONS(4503), - [anon_sym_inline] = ACTIONS(4503), - [anon_sym_external] = ACTIONS(4503), - [sym_property_modifier] = ACTIONS(4503), - [anon_sym_abstract] = ACTIONS(4503), - [anon_sym_final] = ACTIONS(4503), - [anon_sym_open] = ACTIONS(4503), - [anon_sym_vararg] = ACTIONS(4503), - [anon_sym_noinline] = ACTIONS(4503), - [anon_sym_crossinline] = ACTIONS(4503), - [anon_sym_expect] = ACTIONS(4503), - [anon_sym_actual] = ACTIONS(4503), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4505), - [sym__automatic_semicolon] = ACTIONS(4505), - [sym_safe_nav] = ACTIONS(4505), + [sym_class_body] = STATE(3786), + [sym_type_constraints] = STATE(3631), + [sym__alpha_identifier] = ACTIONS(3196), + [anon_sym_AT] = ACTIONS(3200), + [anon_sym_COLON] = ACTIONS(6110), + [anon_sym_LBRACK] = ACTIONS(3200), + [anon_sym_as] = ACTIONS(3196), + [anon_sym_LBRACE] = ACTIONS(5360), + [anon_sym_RBRACE] = ACTIONS(3200), + [anon_sym_LPAREN] = ACTIONS(3200), + [anon_sym_COMMA] = ACTIONS(3200), + [anon_sym_LT] = ACTIONS(3196), + [anon_sym_GT] = ACTIONS(3196), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(3196), + [anon_sym_SEMI] = ACTIONS(3200), + [anon_sym_get] = ACTIONS(3196), + [anon_sym_set] = ACTIONS(3196), + [anon_sym_STAR] = ACTIONS(3200), + [sym_label] = ACTIONS(3200), + [anon_sym_in] = ACTIONS(3196), + [anon_sym_DOT_DOT] = ACTIONS(3200), + [anon_sym_QMARK_COLON] = ACTIONS(3200), + [anon_sym_AMP_AMP] = ACTIONS(3200), + [anon_sym_PIPE_PIPE] = ACTIONS(3200), + [anon_sym_else] = ACTIONS(3196), + [anon_sym_COLON_COLON] = ACTIONS(3200), + [anon_sym_BANG_EQ] = ACTIONS(3196), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3200), + [anon_sym_EQ_EQ] = ACTIONS(3196), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3200), + [anon_sym_LT_EQ] = ACTIONS(3200), + [anon_sym_GT_EQ] = ACTIONS(3200), + [anon_sym_BANGin] = ACTIONS(3200), + [anon_sym_is] = ACTIONS(3196), + [anon_sym_BANGis] = ACTIONS(3200), + [anon_sym_PLUS] = ACTIONS(3196), + [anon_sym_DASH] = ACTIONS(3196), + [anon_sym_SLASH] = ACTIONS(3196), + [anon_sym_PERCENT] = ACTIONS(3200), + [anon_sym_as_QMARK] = ACTIONS(3200), + [anon_sym_PLUS_PLUS] = ACTIONS(3200), + [anon_sym_DASH_DASH] = ACTIONS(3200), + [anon_sym_BANG_BANG] = ACTIONS(3200), + [anon_sym_suspend] = ACTIONS(3196), + [anon_sym_sealed] = ACTIONS(3196), + [anon_sym_annotation] = ACTIONS(3196), + [anon_sym_data] = ACTIONS(3196), + [anon_sym_inner] = ACTIONS(3196), + [anon_sym_override] = ACTIONS(3196), + [anon_sym_lateinit] = ACTIONS(3196), + [anon_sym_public] = ACTIONS(3196), + [anon_sym_private] = ACTIONS(3196), + [anon_sym_internal] = ACTIONS(3196), + [anon_sym_protected] = ACTIONS(3196), + [anon_sym_tailrec] = ACTIONS(3196), + [anon_sym_operator] = ACTIONS(3196), + [anon_sym_infix] = ACTIONS(3196), + [anon_sym_inline] = ACTIONS(3196), + [anon_sym_external] = ACTIONS(3196), + [sym_property_modifier] = ACTIONS(3196), + [anon_sym_abstract] = ACTIONS(3196), + [anon_sym_final] = ACTIONS(3196), + [anon_sym_open] = ACTIONS(3196), + [anon_sym_vararg] = ACTIONS(3196), + [anon_sym_noinline] = ACTIONS(3196), + [anon_sym_crossinline] = ACTIONS(3196), + [anon_sym_expect] = ACTIONS(3196), + [anon_sym_actual] = ACTIONS(3196), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3200), + [sym__automatic_semicolon] = ACTIONS(3200), + [sym_safe_nav] = ACTIONS(3200), [sym_multiline_comment] = ACTIONS(3), }, [4071] = { - [sym_type_constraints] = STATE(4135), - [sym_function_body] = STATE(3878), - [sym__block] = STATE(3725), - [sym__alpha_identifier] = ACTIONS(4095), - [anon_sym_AT] = ACTIONS(4097), - [anon_sym_LBRACK] = ACTIONS(4097), - [anon_sym_as] = ACTIONS(4095), - [anon_sym_EQ] = ACTIONS(7017), - [anon_sym_LBRACE] = ACTIONS(6434), - [anon_sym_RBRACE] = ACTIONS(4097), - [anon_sym_LPAREN] = ACTIONS(4097), - [anon_sym_LT] = ACTIONS(4095), - [anon_sym_GT] = ACTIONS(4095), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(4095), - [anon_sym_SEMI] = ACTIONS(4097), - [anon_sym_get] = ACTIONS(4095), - [anon_sym_set] = ACTIONS(4095), - [anon_sym_STAR] = ACTIONS(4097), - [sym_label] = ACTIONS(4097), - [anon_sym_in] = ACTIONS(4095), - [anon_sym_DOT_DOT] = ACTIONS(4097), - [anon_sym_QMARK_COLON] = ACTIONS(4097), - [anon_sym_AMP_AMP] = ACTIONS(4097), - [anon_sym_PIPE_PIPE] = ACTIONS(4097), - [anon_sym_else] = ACTIONS(4095), - [anon_sym_COLON_COLON] = ACTIONS(4097), - [anon_sym_BANG_EQ] = ACTIONS(4095), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4097), - [anon_sym_EQ_EQ] = ACTIONS(4095), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4097), - [anon_sym_LT_EQ] = ACTIONS(4097), - [anon_sym_GT_EQ] = ACTIONS(4097), - [anon_sym_BANGin] = ACTIONS(4097), - [anon_sym_is] = ACTIONS(4095), - [anon_sym_BANGis] = ACTIONS(4097), - [anon_sym_PLUS] = ACTIONS(4095), - [anon_sym_DASH] = ACTIONS(4095), - [anon_sym_SLASH] = ACTIONS(4095), - [anon_sym_PERCENT] = ACTIONS(4097), - [anon_sym_as_QMARK] = ACTIONS(4097), - [anon_sym_PLUS_PLUS] = ACTIONS(4097), - [anon_sym_DASH_DASH] = ACTIONS(4097), - [anon_sym_BANG_BANG] = ACTIONS(4097), - [anon_sym_suspend] = ACTIONS(4095), - [anon_sym_sealed] = ACTIONS(4095), - [anon_sym_annotation] = ACTIONS(4095), - [anon_sym_data] = ACTIONS(4095), - [anon_sym_inner] = ACTIONS(4095), - [anon_sym_override] = ACTIONS(4095), - [anon_sym_lateinit] = ACTIONS(4095), - [anon_sym_public] = ACTIONS(4095), - [anon_sym_private] = ACTIONS(4095), - [anon_sym_internal] = ACTIONS(4095), - [anon_sym_protected] = ACTIONS(4095), - [anon_sym_tailrec] = ACTIONS(4095), - [anon_sym_operator] = ACTIONS(4095), - [anon_sym_infix] = ACTIONS(4095), - [anon_sym_inline] = ACTIONS(4095), - [anon_sym_external] = ACTIONS(4095), - [sym_property_modifier] = ACTIONS(4095), - [anon_sym_abstract] = ACTIONS(4095), - [anon_sym_final] = ACTIONS(4095), - [anon_sym_open] = ACTIONS(4095), - [anon_sym_vararg] = ACTIONS(4095), - [anon_sym_noinline] = ACTIONS(4095), - [anon_sym_crossinline] = ACTIONS(4095), - [anon_sym_expect] = ACTIONS(4095), - [anon_sym_actual] = ACTIONS(4095), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4097), - [sym__automatic_semicolon] = ACTIONS(4097), - [sym_safe_nav] = ACTIONS(4097), + [sym_class_body] = STATE(3743), + [sym_type_constraints] = STATE(3553), + [sym__alpha_identifier] = ACTIONS(4303), + [anon_sym_AT] = ACTIONS(4305), + [anon_sym_COLON] = ACTIONS(7135), + [anon_sym_LBRACK] = ACTIONS(4305), + [anon_sym_as] = ACTIONS(4303), + [anon_sym_LBRACE] = ACTIONS(5360), + [anon_sym_RBRACE] = ACTIONS(4305), + [anon_sym_LPAREN] = ACTIONS(4305), + [anon_sym_COMMA] = ACTIONS(4305), + [anon_sym_LT] = ACTIONS(4303), + [anon_sym_GT] = ACTIONS(4303), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(4303), + [anon_sym_SEMI] = ACTIONS(4305), + [anon_sym_get] = ACTIONS(4303), + [anon_sym_set] = ACTIONS(4303), + [anon_sym_STAR] = ACTIONS(4305), + [sym_label] = ACTIONS(4305), + [anon_sym_in] = ACTIONS(4303), + [anon_sym_DOT_DOT] = ACTIONS(4305), + [anon_sym_QMARK_COLON] = ACTIONS(4305), + [anon_sym_AMP_AMP] = ACTIONS(4305), + [anon_sym_PIPE_PIPE] = ACTIONS(4305), + [anon_sym_else] = ACTIONS(4303), + [anon_sym_COLON_COLON] = ACTIONS(4305), + [anon_sym_BANG_EQ] = ACTIONS(4303), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4305), + [anon_sym_EQ_EQ] = ACTIONS(4303), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4305), + [anon_sym_LT_EQ] = ACTIONS(4305), + [anon_sym_GT_EQ] = ACTIONS(4305), + [anon_sym_BANGin] = ACTIONS(4305), + [anon_sym_is] = ACTIONS(4303), + [anon_sym_BANGis] = ACTIONS(4305), + [anon_sym_PLUS] = ACTIONS(4303), + [anon_sym_DASH] = ACTIONS(4303), + [anon_sym_SLASH] = ACTIONS(4303), + [anon_sym_PERCENT] = ACTIONS(4305), + [anon_sym_as_QMARK] = ACTIONS(4305), + [anon_sym_PLUS_PLUS] = ACTIONS(4305), + [anon_sym_DASH_DASH] = ACTIONS(4305), + [anon_sym_BANG_BANG] = ACTIONS(4305), + [anon_sym_suspend] = ACTIONS(4303), + [anon_sym_sealed] = ACTIONS(4303), + [anon_sym_annotation] = ACTIONS(4303), + [anon_sym_data] = ACTIONS(4303), + [anon_sym_inner] = ACTIONS(4303), + [anon_sym_override] = ACTIONS(4303), + [anon_sym_lateinit] = ACTIONS(4303), + [anon_sym_public] = ACTIONS(4303), + [anon_sym_private] = ACTIONS(4303), + [anon_sym_internal] = ACTIONS(4303), + [anon_sym_protected] = ACTIONS(4303), + [anon_sym_tailrec] = ACTIONS(4303), + [anon_sym_operator] = ACTIONS(4303), + [anon_sym_infix] = ACTIONS(4303), + [anon_sym_inline] = ACTIONS(4303), + [anon_sym_external] = ACTIONS(4303), + [sym_property_modifier] = ACTIONS(4303), + [anon_sym_abstract] = ACTIONS(4303), + [anon_sym_final] = ACTIONS(4303), + [anon_sym_open] = ACTIONS(4303), + [anon_sym_vararg] = ACTIONS(4303), + [anon_sym_noinline] = ACTIONS(4303), + [anon_sym_crossinline] = ACTIONS(4303), + [anon_sym_expect] = ACTIONS(4303), + [anon_sym_actual] = ACTIONS(4303), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4305), + [sym__automatic_semicolon] = ACTIONS(4305), + [sym_safe_nav] = ACTIONS(4305), [sym_multiline_comment] = ACTIONS(3), }, [4072] = { - [sym_function_body] = STATE(3723), - [sym__block] = STATE(3725), - [sym__alpha_identifier] = ACTIONS(4181), - [anon_sym_AT] = ACTIONS(4183), - [anon_sym_LBRACK] = ACTIONS(4183), - [anon_sym_as] = ACTIONS(4181), - [anon_sym_EQ] = ACTIONS(6934), - [anon_sym_LBRACE] = ACTIONS(6434), - [anon_sym_RBRACE] = ACTIONS(4183), - [anon_sym_LPAREN] = ACTIONS(4183), - [anon_sym_COMMA] = ACTIONS(4183), - [anon_sym_LT] = ACTIONS(4181), - [anon_sym_GT] = ACTIONS(4181), - [anon_sym_where] = ACTIONS(4181), - [anon_sym_DOT] = ACTIONS(4181), - [anon_sym_SEMI] = ACTIONS(4183), - [anon_sym_get] = ACTIONS(4181), - [anon_sym_set] = ACTIONS(4181), - [anon_sym_STAR] = ACTIONS(4183), - [sym_label] = ACTIONS(4183), - [anon_sym_in] = ACTIONS(4181), - [anon_sym_DOT_DOT] = ACTIONS(4183), - [anon_sym_QMARK_COLON] = ACTIONS(4183), - [anon_sym_AMP_AMP] = ACTIONS(4183), - [anon_sym_PIPE_PIPE] = ACTIONS(4183), - [anon_sym_else] = ACTIONS(4181), - [anon_sym_COLON_COLON] = ACTIONS(4183), - [anon_sym_BANG_EQ] = ACTIONS(4181), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4183), - [anon_sym_EQ_EQ] = ACTIONS(4181), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4183), - [anon_sym_LT_EQ] = ACTIONS(4183), - [anon_sym_GT_EQ] = ACTIONS(4183), - [anon_sym_BANGin] = ACTIONS(4183), - [anon_sym_is] = ACTIONS(4181), - [anon_sym_BANGis] = ACTIONS(4183), - [anon_sym_PLUS] = ACTIONS(4181), - [anon_sym_DASH] = ACTIONS(4181), - [anon_sym_SLASH] = ACTIONS(4181), - [anon_sym_PERCENT] = ACTIONS(4183), - [anon_sym_as_QMARK] = ACTIONS(4183), - [anon_sym_PLUS_PLUS] = ACTIONS(4183), - [anon_sym_DASH_DASH] = ACTIONS(4183), - [anon_sym_BANG_BANG] = ACTIONS(4183), - [anon_sym_suspend] = ACTIONS(4181), - [anon_sym_sealed] = ACTIONS(4181), - [anon_sym_annotation] = ACTIONS(4181), - [anon_sym_data] = ACTIONS(4181), - [anon_sym_inner] = ACTIONS(4181), - [anon_sym_override] = ACTIONS(4181), - [anon_sym_lateinit] = ACTIONS(4181), - [anon_sym_public] = ACTIONS(4181), - [anon_sym_private] = ACTIONS(4181), - [anon_sym_internal] = ACTIONS(4181), - [anon_sym_protected] = ACTIONS(4181), - [anon_sym_tailrec] = ACTIONS(4181), - [anon_sym_operator] = ACTIONS(4181), - [anon_sym_infix] = ACTIONS(4181), - [anon_sym_inline] = ACTIONS(4181), - [anon_sym_external] = ACTIONS(4181), - [sym_property_modifier] = ACTIONS(4181), - [anon_sym_abstract] = ACTIONS(4181), - [anon_sym_final] = ACTIONS(4181), - [anon_sym_open] = ACTIONS(4181), - [anon_sym_vararg] = ACTIONS(4181), - [anon_sym_noinline] = ACTIONS(4181), - [anon_sym_crossinline] = ACTIONS(4181), - [anon_sym_expect] = ACTIONS(4181), - [anon_sym_actual] = ACTIONS(4181), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4183), - [sym__automatic_semicolon] = ACTIONS(4183), - [sym_safe_nav] = ACTIONS(4183), + [sym_class_body] = STATE(3209), + [sym_type_constraints] = STATE(3098), + [sym__alpha_identifier] = ACTIONS(4188), + [anon_sym_AT] = ACTIONS(4190), + [anon_sym_COLON] = ACTIONS(7137), + [anon_sym_LBRACK] = ACTIONS(4190), + [anon_sym_as] = ACTIONS(4188), + [anon_sym_LBRACE] = ACTIONS(5179), + [anon_sym_RBRACE] = ACTIONS(4190), + [anon_sym_LPAREN] = ACTIONS(4190), + [anon_sym_RPAREN] = ACTIONS(4190), + [anon_sym_LT] = ACTIONS(4188), + [anon_sym_GT] = ACTIONS(4188), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(4188), + [anon_sym_SEMI] = ACTIONS(4190), + [anon_sym_get] = ACTIONS(4188), + [anon_sym_set] = ACTIONS(4188), + [anon_sym_STAR] = ACTIONS(4190), + [sym_label] = ACTIONS(4190), + [anon_sym_in] = ACTIONS(4188), + [anon_sym_while] = ACTIONS(4188), + [anon_sym_DOT_DOT] = ACTIONS(4190), + [anon_sym_QMARK_COLON] = ACTIONS(4190), + [anon_sym_AMP_AMP] = ACTIONS(4190), + [anon_sym_PIPE_PIPE] = ACTIONS(4190), + [anon_sym_else] = ACTIONS(4188), + [anon_sym_COLON_COLON] = ACTIONS(4190), + [anon_sym_BANG_EQ] = ACTIONS(4188), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4190), + [anon_sym_EQ_EQ] = ACTIONS(4188), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4190), + [anon_sym_LT_EQ] = ACTIONS(4190), + [anon_sym_GT_EQ] = ACTIONS(4190), + [anon_sym_BANGin] = ACTIONS(4190), + [anon_sym_is] = ACTIONS(4188), + [anon_sym_BANGis] = ACTIONS(4190), + [anon_sym_PLUS] = ACTIONS(4188), + [anon_sym_DASH] = ACTIONS(4188), + [anon_sym_SLASH] = ACTIONS(4188), + [anon_sym_PERCENT] = ACTIONS(4190), + [anon_sym_as_QMARK] = ACTIONS(4190), + [anon_sym_PLUS_PLUS] = ACTIONS(4190), + [anon_sym_DASH_DASH] = ACTIONS(4190), + [anon_sym_BANG_BANG] = ACTIONS(4190), + [anon_sym_suspend] = ACTIONS(4188), + [anon_sym_sealed] = ACTIONS(4188), + [anon_sym_annotation] = ACTIONS(4188), + [anon_sym_data] = ACTIONS(4188), + [anon_sym_inner] = ACTIONS(4188), + [anon_sym_override] = ACTIONS(4188), + [anon_sym_lateinit] = ACTIONS(4188), + [anon_sym_public] = ACTIONS(4188), + [anon_sym_private] = ACTIONS(4188), + [anon_sym_internal] = ACTIONS(4188), + [anon_sym_protected] = ACTIONS(4188), + [anon_sym_tailrec] = ACTIONS(4188), + [anon_sym_operator] = ACTIONS(4188), + [anon_sym_infix] = ACTIONS(4188), + [anon_sym_inline] = ACTIONS(4188), + [anon_sym_external] = ACTIONS(4188), + [sym_property_modifier] = ACTIONS(4188), + [anon_sym_abstract] = ACTIONS(4188), + [anon_sym_final] = ACTIONS(4188), + [anon_sym_open] = ACTIONS(4188), + [anon_sym_vararg] = ACTIONS(4188), + [anon_sym_noinline] = ACTIONS(4188), + [anon_sym_crossinline] = ACTIONS(4188), + [anon_sym_expect] = ACTIONS(4188), + [anon_sym_actual] = ACTIONS(4188), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4190), + [sym_safe_nav] = ACTIONS(4190), [sym_multiline_comment] = ACTIONS(3), }, [4073] = { - [sym_type_constraints] = STATE(3098), - [sym_enum_class_body] = STATE(3178), - [sym__alpha_identifier] = ACTIONS(4197), - [anon_sym_AT] = ACTIONS(4199), - [anon_sym_COLON] = ACTIONS(7135), - [anon_sym_LBRACK] = ACTIONS(4199), - [anon_sym_as] = ACTIONS(4197), - [anon_sym_LBRACE] = ACTIONS(5155), - [anon_sym_RBRACE] = ACTIONS(4199), - [anon_sym_LPAREN] = ACTIONS(4199), - [anon_sym_RPAREN] = ACTIONS(4199), - [anon_sym_LT] = ACTIONS(4197), - [anon_sym_GT] = ACTIONS(4197), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(4197), - [anon_sym_SEMI] = ACTIONS(4199), - [anon_sym_get] = ACTIONS(4197), - [anon_sym_set] = ACTIONS(4197), - [anon_sym_STAR] = ACTIONS(4199), - [sym_label] = ACTIONS(4199), - [anon_sym_in] = ACTIONS(4197), - [anon_sym_while] = ACTIONS(4197), - [anon_sym_DOT_DOT] = ACTIONS(4199), - [anon_sym_QMARK_COLON] = ACTIONS(4199), - [anon_sym_AMP_AMP] = ACTIONS(4199), - [anon_sym_PIPE_PIPE] = ACTIONS(4199), - [anon_sym_else] = ACTIONS(4197), - [anon_sym_COLON_COLON] = ACTIONS(4199), - [anon_sym_BANG_EQ] = ACTIONS(4197), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4199), - [anon_sym_EQ_EQ] = ACTIONS(4197), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4199), - [anon_sym_LT_EQ] = ACTIONS(4199), - [anon_sym_GT_EQ] = ACTIONS(4199), - [anon_sym_BANGin] = ACTIONS(4199), - [anon_sym_is] = ACTIONS(4197), - [anon_sym_BANGis] = ACTIONS(4199), - [anon_sym_PLUS] = ACTIONS(4197), - [anon_sym_DASH] = ACTIONS(4197), - [anon_sym_SLASH] = ACTIONS(4197), - [anon_sym_PERCENT] = ACTIONS(4199), - [anon_sym_as_QMARK] = ACTIONS(4199), - [anon_sym_PLUS_PLUS] = ACTIONS(4199), - [anon_sym_DASH_DASH] = ACTIONS(4199), - [anon_sym_BANG_BANG] = ACTIONS(4199), - [anon_sym_suspend] = ACTIONS(4197), - [anon_sym_sealed] = ACTIONS(4197), - [anon_sym_annotation] = ACTIONS(4197), - [anon_sym_data] = ACTIONS(4197), - [anon_sym_inner] = ACTIONS(4197), - [anon_sym_override] = ACTIONS(4197), - [anon_sym_lateinit] = ACTIONS(4197), - [anon_sym_public] = ACTIONS(4197), - [anon_sym_private] = ACTIONS(4197), - [anon_sym_internal] = ACTIONS(4197), - [anon_sym_protected] = ACTIONS(4197), - [anon_sym_tailrec] = ACTIONS(4197), - [anon_sym_operator] = ACTIONS(4197), - [anon_sym_infix] = ACTIONS(4197), - [anon_sym_inline] = ACTIONS(4197), - [anon_sym_external] = ACTIONS(4197), - [sym_property_modifier] = ACTIONS(4197), - [anon_sym_abstract] = ACTIONS(4197), - [anon_sym_final] = ACTIONS(4197), - [anon_sym_open] = ACTIONS(4197), - [anon_sym_vararg] = ACTIONS(4197), - [anon_sym_noinline] = ACTIONS(4197), - [anon_sym_crossinline] = ACTIONS(4197), - [anon_sym_expect] = ACTIONS(4197), - [anon_sym_actual] = ACTIONS(4197), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4199), - [sym_safe_nav] = ACTIONS(4199), + [sym_type_constraints] = STATE(3099), + [sym_enum_class_body] = STATE(3181), + [sym__alpha_identifier] = ACTIONS(3212), + [anon_sym_AT] = ACTIONS(3216), + [anon_sym_COLON] = ACTIONS(6112), + [anon_sym_LBRACK] = ACTIONS(3216), + [anon_sym_as] = ACTIONS(3212), + [anon_sym_LBRACE] = ACTIONS(5171), + [anon_sym_RBRACE] = ACTIONS(3216), + [anon_sym_LPAREN] = ACTIONS(3216), + [anon_sym_RPAREN] = ACTIONS(3216), + [anon_sym_LT] = ACTIONS(3212), + [anon_sym_GT] = ACTIONS(3212), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(3212), + [anon_sym_SEMI] = ACTIONS(3216), + [anon_sym_get] = ACTIONS(3212), + [anon_sym_set] = ACTIONS(3212), + [anon_sym_STAR] = ACTIONS(3216), + [sym_label] = ACTIONS(3216), + [anon_sym_in] = ACTIONS(3212), + [anon_sym_while] = ACTIONS(3212), + [anon_sym_DOT_DOT] = ACTIONS(3216), + [anon_sym_QMARK_COLON] = ACTIONS(3216), + [anon_sym_AMP_AMP] = ACTIONS(3216), + [anon_sym_PIPE_PIPE] = ACTIONS(3216), + [anon_sym_else] = ACTIONS(3212), + [anon_sym_COLON_COLON] = ACTIONS(3216), + [anon_sym_BANG_EQ] = ACTIONS(3212), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3216), + [anon_sym_EQ_EQ] = ACTIONS(3212), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3216), + [anon_sym_LT_EQ] = ACTIONS(3216), + [anon_sym_GT_EQ] = ACTIONS(3216), + [anon_sym_BANGin] = ACTIONS(3216), + [anon_sym_is] = ACTIONS(3212), + [anon_sym_BANGis] = ACTIONS(3216), + [anon_sym_PLUS] = ACTIONS(3212), + [anon_sym_DASH] = ACTIONS(3212), + [anon_sym_SLASH] = ACTIONS(3212), + [anon_sym_PERCENT] = ACTIONS(3216), + [anon_sym_as_QMARK] = ACTIONS(3216), + [anon_sym_PLUS_PLUS] = ACTIONS(3216), + [anon_sym_DASH_DASH] = ACTIONS(3216), + [anon_sym_BANG_BANG] = ACTIONS(3216), + [anon_sym_suspend] = ACTIONS(3212), + [anon_sym_sealed] = ACTIONS(3212), + [anon_sym_annotation] = ACTIONS(3212), + [anon_sym_data] = ACTIONS(3212), + [anon_sym_inner] = ACTIONS(3212), + [anon_sym_override] = ACTIONS(3212), + [anon_sym_lateinit] = ACTIONS(3212), + [anon_sym_public] = ACTIONS(3212), + [anon_sym_private] = ACTIONS(3212), + [anon_sym_internal] = ACTIONS(3212), + [anon_sym_protected] = ACTIONS(3212), + [anon_sym_tailrec] = ACTIONS(3212), + [anon_sym_operator] = ACTIONS(3212), + [anon_sym_infix] = ACTIONS(3212), + [anon_sym_inline] = ACTIONS(3212), + [anon_sym_external] = ACTIONS(3212), + [sym_property_modifier] = ACTIONS(3212), + [anon_sym_abstract] = ACTIONS(3212), + [anon_sym_final] = ACTIONS(3212), + [anon_sym_open] = ACTIONS(3212), + [anon_sym_vararg] = ACTIONS(3212), + [anon_sym_noinline] = ACTIONS(3212), + [anon_sym_crossinline] = ACTIONS(3212), + [anon_sym_expect] = ACTIONS(3212), + [anon_sym_actual] = ACTIONS(3212), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3216), + [sym_safe_nav] = ACTIONS(3216), [sym_multiline_comment] = ACTIONS(3), }, [4074] = { - [sym_type_constraints] = STATE(4148), - [sym_function_body] = STATE(3750), - [sym__block] = STATE(3725), - [sym__alpha_identifier] = ACTIONS(4300), - [anon_sym_AT] = ACTIONS(4302), - [anon_sym_LBRACK] = ACTIONS(4302), - [anon_sym_as] = ACTIONS(4300), - [anon_sym_EQ] = ACTIONS(7017), - [anon_sym_LBRACE] = ACTIONS(6434), - [anon_sym_RBRACE] = ACTIONS(4302), - [anon_sym_LPAREN] = ACTIONS(4302), - [anon_sym_LT] = ACTIONS(4300), - [anon_sym_GT] = ACTIONS(4300), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(4300), - [anon_sym_SEMI] = ACTIONS(4302), - [anon_sym_get] = ACTIONS(4300), - [anon_sym_set] = ACTIONS(4300), - [anon_sym_STAR] = ACTIONS(4302), - [sym_label] = ACTIONS(4302), - [anon_sym_in] = ACTIONS(4300), - [anon_sym_DOT_DOT] = ACTIONS(4302), - [anon_sym_QMARK_COLON] = ACTIONS(4302), - [anon_sym_AMP_AMP] = ACTIONS(4302), - [anon_sym_PIPE_PIPE] = ACTIONS(4302), - [anon_sym_else] = ACTIONS(4300), - [anon_sym_COLON_COLON] = ACTIONS(4302), - [anon_sym_BANG_EQ] = ACTIONS(4300), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4302), - [anon_sym_EQ_EQ] = ACTIONS(4300), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4302), - [anon_sym_LT_EQ] = ACTIONS(4302), - [anon_sym_GT_EQ] = ACTIONS(4302), - [anon_sym_BANGin] = ACTIONS(4302), - [anon_sym_is] = ACTIONS(4300), - [anon_sym_BANGis] = ACTIONS(4302), - [anon_sym_PLUS] = ACTIONS(4300), - [anon_sym_DASH] = ACTIONS(4300), - [anon_sym_SLASH] = ACTIONS(4300), - [anon_sym_PERCENT] = ACTIONS(4302), - [anon_sym_as_QMARK] = ACTIONS(4302), - [anon_sym_PLUS_PLUS] = ACTIONS(4302), - [anon_sym_DASH_DASH] = ACTIONS(4302), - [anon_sym_BANG_BANG] = ACTIONS(4302), - [anon_sym_suspend] = ACTIONS(4300), - [anon_sym_sealed] = ACTIONS(4300), - [anon_sym_annotation] = ACTIONS(4300), - [anon_sym_data] = ACTIONS(4300), - [anon_sym_inner] = ACTIONS(4300), - [anon_sym_override] = ACTIONS(4300), - [anon_sym_lateinit] = ACTIONS(4300), - [anon_sym_public] = ACTIONS(4300), - [anon_sym_private] = ACTIONS(4300), - [anon_sym_internal] = ACTIONS(4300), - [anon_sym_protected] = ACTIONS(4300), - [anon_sym_tailrec] = ACTIONS(4300), - [anon_sym_operator] = ACTIONS(4300), - [anon_sym_infix] = ACTIONS(4300), - [anon_sym_inline] = ACTIONS(4300), - [anon_sym_external] = ACTIONS(4300), - [sym_property_modifier] = ACTIONS(4300), - [anon_sym_abstract] = ACTIONS(4300), - [anon_sym_final] = ACTIONS(4300), - [anon_sym_open] = ACTIONS(4300), - [anon_sym_vararg] = ACTIONS(4300), - [anon_sym_noinline] = ACTIONS(4300), - [anon_sym_crossinline] = ACTIONS(4300), - [anon_sym_expect] = ACTIONS(4300), - [anon_sym_actual] = ACTIONS(4300), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4302), - [sym__automatic_semicolon] = ACTIONS(4302), - [sym_safe_nav] = ACTIONS(4302), + [sym_type_constraints] = STATE(3570), + [sym_enum_class_body] = STATE(3796), + [sym__alpha_identifier] = ACTIONS(3186), + [anon_sym_AT] = ACTIONS(3190), + [anon_sym_COLON] = ACTIONS(6026), + [anon_sym_LBRACK] = ACTIONS(3190), + [anon_sym_as] = ACTIONS(3186), + [anon_sym_LBRACE] = ACTIONS(5415), + [anon_sym_RBRACE] = ACTIONS(3190), + [anon_sym_LPAREN] = ACTIONS(3190), + [anon_sym_COMMA] = ACTIONS(3190), + [anon_sym_LT] = ACTIONS(3186), + [anon_sym_GT] = ACTIONS(3186), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(3186), + [anon_sym_SEMI] = ACTIONS(3190), + [anon_sym_get] = ACTIONS(3186), + [anon_sym_set] = ACTIONS(3186), + [anon_sym_STAR] = ACTIONS(3190), + [sym_label] = ACTIONS(3190), + [anon_sym_in] = ACTIONS(3186), + [anon_sym_DOT_DOT] = ACTIONS(3190), + [anon_sym_QMARK_COLON] = ACTIONS(3190), + [anon_sym_AMP_AMP] = ACTIONS(3190), + [anon_sym_PIPE_PIPE] = ACTIONS(3190), + [anon_sym_else] = ACTIONS(3186), + [anon_sym_COLON_COLON] = ACTIONS(3190), + [anon_sym_BANG_EQ] = ACTIONS(3186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3190), + [anon_sym_EQ_EQ] = ACTIONS(3186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3190), + [anon_sym_LT_EQ] = ACTIONS(3190), + [anon_sym_GT_EQ] = ACTIONS(3190), + [anon_sym_BANGin] = ACTIONS(3190), + [anon_sym_is] = ACTIONS(3186), + [anon_sym_BANGis] = ACTIONS(3190), + [anon_sym_PLUS] = ACTIONS(3186), + [anon_sym_DASH] = ACTIONS(3186), + [anon_sym_SLASH] = ACTIONS(3186), + [anon_sym_PERCENT] = ACTIONS(3190), + [anon_sym_as_QMARK] = ACTIONS(3190), + [anon_sym_PLUS_PLUS] = ACTIONS(3190), + [anon_sym_DASH_DASH] = ACTIONS(3190), + [anon_sym_BANG_BANG] = ACTIONS(3190), + [anon_sym_suspend] = ACTIONS(3186), + [anon_sym_sealed] = ACTIONS(3186), + [anon_sym_annotation] = ACTIONS(3186), + [anon_sym_data] = ACTIONS(3186), + [anon_sym_inner] = ACTIONS(3186), + [anon_sym_override] = ACTIONS(3186), + [anon_sym_lateinit] = ACTIONS(3186), + [anon_sym_public] = ACTIONS(3186), + [anon_sym_private] = ACTIONS(3186), + [anon_sym_internal] = ACTIONS(3186), + [anon_sym_protected] = ACTIONS(3186), + [anon_sym_tailrec] = ACTIONS(3186), + [anon_sym_operator] = ACTIONS(3186), + [anon_sym_infix] = ACTIONS(3186), + [anon_sym_inline] = ACTIONS(3186), + [anon_sym_external] = ACTIONS(3186), + [sym_property_modifier] = ACTIONS(3186), + [anon_sym_abstract] = ACTIONS(3186), + [anon_sym_final] = ACTIONS(3186), + [anon_sym_open] = ACTIONS(3186), + [anon_sym_vararg] = ACTIONS(3186), + [anon_sym_noinline] = ACTIONS(3186), + [anon_sym_crossinline] = ACTIONS(3186), + [anon_sym_expect] = ACTIONS(3186), + [anon_sym_actual] = ACTIONS(3186), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3190), + [sym__automatic_semicolon] = ACTIONS(3190), + [sym_safe_nav] = ACTIONS(3190), [sym_multiline_comment] = ACTIONS(3), }, [4075] = { - [sym_function_body] = STATE(3244), - [sym__block] = STATE(3367), - [sym__alpha_identifier] = ACTIONS(4336), - [anon_sym_AT] = ACTIONS(4338), - [anon_sym_COLON] = ACTIONS(7137), - [anon_sym_LBRACK] = ACTIONS(4338), - [anon_sym_as] = ACTIONS(4336), - [anon_sym_EQ] = ACTIONS(6952), - [anon_sym_LBRACE] = ACTIONS(6236), - [anon_sym_RBRACE] = ACTIONS(4338), - [anon_sym_LPAREN] = ACTIONS(4338), - [anon_sym_RPAREN] = ACTIONS(4338), - [anon_sym_LT] = ACTIONS(4336), - [anon_sym_GT] = ACTIONS(4336), - [anon_sym_DOT] = ACTIONS(4336), - [anon_sym_SEMI] = ACTIONS(4338), - [anon_sym_get] = ACTIONS(4336), - [anon_sym_set] = ACTIONS(4336), - [anon_sym_STAR] = ACTIONS(4338), - [sym_label] = ACTIONS(4338), - [anon_sym_in] = ACTIONS(4336), - [anon_sym_while] = ACTIONS(4336), - [anon_sym_DOT_DOT] = ACTIONS(4338), - [anon_sym_QMARK_COLON] = ACTIONS(4338), - [anon_sym_AMP_AMP] = ACTIONS(4338), - [anon_sym_PIPE_PIPE] = ACTIONS(4338), - [anon_sym_else] = ACTIONS(4336), - [anon_sym_COLON_COLON] = ACTIONS(4338), - [anon_sym_BANG_EQ] = ACTIONS(4336), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4338), - [anon_sym_EQ_EQ] = ACTIONS(4336), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4338), - [anon_sym_LT_EQ] = ACTIONS(4338), - [anon_sym_GT_EQ] = ACTIONS(4338), - [anon_sym_BANGin] = ACTIONS(4338), - [anon_sym_is] = ACTIONS(4336), - [anon_sym_BANGis] = ACTIONS(4338), - [anon_sym_PLUS] = ACTIONS(4336), - [anon_sym_DASH] = ACTIONS(4336), - [anon_sym_SLASH] = ACTIONS(4336), - [anon_sym_PERCENT] = ACTIONS(4338), - [anon_sym_as_QMARK] = ACTIONS(4338), - [anon_sym_PLUS_PLUS] = ACTIONS(4338), - [anon_sym_DASH_DASH] = ACTIONS(4338), - [anon_sym_BANG_BANG] = ACTIONS(4338), - [anon_sym_suspend] = ACTIONS(4336), - [anon_sym_sealed] = ACTIONS(4336), - [anon_sym_annotation] = ACTIONS(4336), - [anon_sym_data] = ACTIONS(4336), - [anon_sym_inner] = ACTIONS(4336), - [anon_sym_override] = ACTIONS(4336), - [anon_sym_lateinit] = ACTIONS(4336), - [anon_sym_public] = ACTIONS(4336), - [anon_sym_private] = ACTIONS(4336), - [anon_sym_internal] = ACTIONS(4336), - [anon_sym_protected] = ACTIONS(4336), - [anon_sym_tailrec] = ACTIONS(4336), - [anon_sym_operator] = ACTIONS(4336), - [anon_sym_infix] = ACTIONS(4336), - [anon_sym_inline] = ACTIONS(4336), - [anon_sym_external] = ACTIONS(4336), - [sym_property_modifier] = ACTIONS(4336), - [anon_sym_abstract] = ACTIONS(4336), - [anon_sym_final] = ACTIONS(4336), - [anon_sym_open] = ACTIONS(4336), - [anon_sym_vararg] = ACTIONS(4336), - [anon_sym_noinline] = ACTIONS(4336), - [anon_sym_crossinline] = ACTIONS(4336), - [anon_sym_expect] = ACTIONS(4336), - [anon_sym_actual] = ACTIONS(4336), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4338), - [sym_safe_nav] = ACTIONS(4338), + [sym_type_constraints] = STATE(3071), + [sym_enum_class_body] = STATE(3261), + [sym__alpha_identifier] = ACTIONS(3186), + [anon_sym_AT] = ACTIONS(3190), + [anon_sym_COLON] = ACTIONS(6076), + [anon_sym_LBRACK] = ACTIONS(3190), + [anon_sym_as] = ACTIONS(3186), + [anon_sym_LBRACE] = ACTIONS(5171), + [anon_sym_RBRACE] = ACTIONS(3190), + [anon_sym_LPAREN] = ACTIONS(3190), + [anon_sym_RPAREN] = ACTIONS(3190), + [anon_sym_LT] = ACTIONS(3186), + [anon_sym_GT] = ACTIONS(3186), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(3186), + [anon_sym_SEMI] = ACTIONS(3190), + [anon_sym_get] = ACTIONS(3186), + [anon_sym_set] = ACTIONS(3186), + [anon_sym_STAR] = ACTIONS(3190), + [sym_label] = ACTIONS(3190), + [anon_sym_in] = ACTIONS(3186), + [anon_sym_while] = ACTIONS(3186), + [anon_sym_DOT_DOT] = ACTIONS(3190), + [anon_sym_QMARK_COLON] = ACTIONS(3190), + [anon_sym_AMP_AMP] = ACTIONS(3190), + [anon_sym_PIPE_PIPE] = ACTIONS(3190), + [anon_sym_else] = ACTIONS(3186), + [anon_sym_COLON_COLON] = ACTIONS(3190), + [anon_sym_BANG_EQ] = ACTIONS(3186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3190), + [anon_sym_EQ_EQ] = ACTIONS(3186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3190), + [anon_sym_LT_EQ] = ACTIONS(3190), + [anon_sym_GT_EQ] = ACTIONS(3190), + [anon_sym_BANGin] = ACTIONS(3190), + [anon_sym_is] = ACTIONS(3186), + [anon_sym_BANGis] = ACTIONS(3190), + [anon_sym_PLUS] = ACTIONS(3186), + [anon_sym_DASH] = ACTIONS(3186), + [anon_sym_SLASH] = ACTIONS(3186), + [anon_sym_PERCENT] = ACTIONS(3190), + [anon_sym_as_QMARK] = ACTIONS(3190), + [anon_sym_PLUS_PLUS] = ACTIONS(3190), + [anon_sym_DASH_DASH] = ACTIONS(3190), + [anon_sym_BANG_BANG] = ACTIONS(3190), + [anon_sym_suspend] = ACTIONS(3186), + [anon_sym_sealed] = ACTIONS(3186), + [anon_sym_annotation] = ACTIONS(3186), + [anon_sym_data] = ACTIONS(3186), + [anon_sym_inner] = ACTIONS(3186), + [anon_sym_override] = ACTIONS(3186), + [anon_sym_lateinit] = ACTIONS(3186), + [anon_sym_public] = ACTIONS(3186), + [anon_sym_private] = ACTIONS(3186), + [anon_sym_internal] = ACTIONS(3186), + [anon_sym_protected] = ACTIONS(3186), + [anon_sym_tailrec] = ACTIONS(3186), + [anon_sym_operator] = ACTIONS(3186), + [anon_sym_infix] = ACTIONS(3186), + [anon_sym_inline] = ACTIONS(3186), + [anon_sym_external] = ACTIONS(3186), + [sym_property_modifier] = ACTIONS(3186), + [anon_sym_abstract] = ACTIONS(3186), + [anon_sym_final] = ACTIONS(3186), + [anon_sym_open] = ACTIONS(3186), + [anon_sym_vararg] = ACTIONS(3186), + [anon_sym_noinline] = ACTIONS(3186), + [anon_sym_crossinline] = ACTIONS(3186), + [anon_sym_expect] = ACTIONS(3186), + [anon_sym_actual] = ACTIONS(3186), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3190), + [sym_safe_nav] = ACTIONS(3190), [sym_multiline_comment] = ACTIONS(3), }, [4076] = { - [sym__alpha_identifier] = ACTIONS(4257), - [anon_sym_AT] = ACTIONS(4255), - [anon_sym_LBRACK] = ACTIONS(4255), - [anon_sym_as] = ACTIONS(4257), - [anon_sym_LBRACE] = ACTIONS(4255), - [anon_sym_RBRACE] = ACTIONS(4255), - [anon_sym_LPAREN] = ACTIONS(7139), - [anon_sym_COMMA] = ACTIONS(4255), - [anon_sym_LT] = ACTIONS(4257), - [anon_sym_GT] = ACTIONS(4257), - [anon_sym_where] = ACTIONS(4257), - [anon_sym_object] = ACTIONS(4257), - [anon_sym_fun] = ACTIONS(4257), - [anon_sym_DOT] = ACTIONS(4257), - [anon_sym_SEMI] = ACTIONS(4255), - [anon_sym_get] = ACTIONS(4257), - [anon_sym_set] = ACTIONS(4257), - [anon_sym_this] = ACTIONS(4257), - [anon_sym_super] = ACTIONS(4257), - [anon_sym_STAR] = ACTIONS(4255), - [sym_label] = ACTIONS(4257), - [anon_sym_in] = ACTIONS(4257), - [anon_sym_DOT_DOT] = ACTIONS(4255), - [anon_sym_QMARK_COLON] = ACTIONS(4255), - [anon_sym_AMP_AMP] = ACTIONS(4255), - [anon_sym_PIPE_PIPE] = ACTIONS(4255), - [anon_sym_null] = ACTIONS(4257), - [anon_sym_if] = ACTIONS(4257), - [anon_sym_else] = ACTIONS(4257), - [anon_sym_when] = ACTIONS(4257), - [anon_sym_try] = ACTIONS(4257), - [anon_sym_throw] = ACTIONS(4257), - [anon_sym_return] = ACTIONS(4257), - [anon_sym_continue] = ACTIONS(4257), - [anon_sym_break] = ACTIONS(4257), - [anon_sym_COLON_COLON] = ACTIONS(4255), - [anon_sym_BANG_EQ] = ACTIONS(4257), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4255), - [anon_sym_EQ_EQ] = ACTIONS(4257), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4255), - [anon_sym_LT_EQ] = ACTIONS(4255), - [anon_sym_GT_EQ] = ACTIONS(4255), - [anon_sym_BANGin] = ACTIONS(4255), - [anon_sym_is] = ACTIONS(4257), - [anon_sym_BANGis] = ACTIONS(4255), - [anon_sym_PLUS] = ACTIONS(4257), - [anon_sym_DASH] = ACTIONS(4257), - [anon_sym_SLASH] = ACTIONS(4257), - [anon_sym_PERCENT] = ACTIONS(4255), - [anon_sym_as_QMARK] = ACTIONS(4255), - [anon_sym_PLUS_PLUS] = ACTIONS(4255), - [anon_sym_DASH_DASH] = ACTIONS(4255), - [anon_sym_BANG] = ACTIONS(4257), - [anon_sym_BANG_BANG] = ACTIONS(4255), - [anon_sym_data] = ACTIONS(4257), - [anon_sym_inner] = ACTIONS(4257), - [anon_sym_expect] = ACTIONS(4257), - [anon_sym_actual] = ACTIONS(4257), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4255), - [anon_sym_continue_AT] = ACTIONS(4255), - [anon_sym_break_AT] = ACTIONS(4255), - [sym_real_literal] = ACTIONS(4255), - [sym_integer_literal] = ACTIONS(4257), - [sym_hex_literal] = ACTIONS(4255), - [sym_bin_literal] = ACTIONS(4255), - [anon_sym_true] = ACTIONS(4257), - [anon_sym_false] = ACTIONS(4257), - [anon_sym_SQUOTE] = ACTIONS(4255), - [sym__backtick_identifier] = ACTIONS(4255), - [sym__automatic_semicolon] = ACTIONS(4255), - [sym_safe_nav] = ACTIONS(4255), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4255), + [sym_class_body] = STATE(3796), + [sym_type_constraints] = STATE(3661), + [sym__alpha_identifier] = ACTIONS(3186), + [anon_sym_AT] = ACTIONS(3190), + [anon_sym_COLON] = ACTIONS(6042), + [anon_sym_LBRACK] = ACTIONS(3190), + [anon_sym_as] = ACTIONS(3186), + [anon_sym_LBRACE] = ACTIONS(5360), + [anon_sym_RBRACE] = ACTIONS(3190), + [anon_sym_LPAREN] = ACTIONS(3190), + [anon_sym_COMMA] = ACTIONS(3190), + [anon_sym_LT] = ACTIONS(3186), + [anon_sym_GT] = ACTIONS(3186), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(3186), + [anon_sym_SEMI] = ACTIONS(3190), + [anon_sym_get] = ACTIONS(3186), + [anon_sym_set] = ACTIONS(3186), + [anon_sym_STAR] = ACTIONS(3190), + [sym_label] = ACTIONS(3190), + [anon_sym_in] = ACTIONS(3186), + [anon_sym_DOT_DOT] = ACTIONS(3190), + [anon_sym_QMARK_COLON] = ACTIONS(3190), + [anon_sym_AMP_AMP] = ACTIONS(3190), + [anon_sym_PIPE_PIPE] = ACTIONS(3190), + [anon_sym_else] = ACTIONS(3186), + [anon_sym_COLON_COLON] = ACTIONS(3190), + [anon_sym_BANG_EQ] = ACTIONS(3186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3190), + [anon_sym_EQ_EQ] = ACTIONS(3186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3190), + [anon_sym_LT_EQ] = ACTIONS(3190), + [anon_sym_GT_EQ] = ACTIONS(3190), + [anon_sym_BANGin] = ACTIONS(3190), + [anon_sym_is] = ACTIONS(3186), + [anon_sym_BANGis] = ACTIONS(3190), + [anon_sym_PLUS] = ACTIONS(3186), + [anon_sym_DASH] = ACTIONS(3186), + [anon_sym_SLASH] = ACTIONS(3186), + [anon_sym_PERCENT] = ACTIONS(3190), + [anon_sym_as_QMARK] = ACTIONS(3190), + [anon_sym_PLUS_PLUS] = ACTIONS(3190), + [anon_sym_DASH_DASH] = ACTIONS(3190), + [anon_sym_BANG_BANG] = ACTIONS(3190), + [anon_sym_suspend] = ACTIONS(3186), + [anon_sym_sealed] = ACTIONS(3186), + [anon_sym_annotation] = ACTIONS(3186), + [anon_sym_data] = ACTIONS(3186), + [anon_sym_inner] = ACTIONS(3186), + [anon_sym_override] = ACTIONS(3186), + [anon_sym_lateinit] = ACTIONS(3186), + [anon_sym_public] = ACTIONS(3186), + [anon_sym_private] = ACTIONS(3186), + [anon_sym_internal] = ACTIONS(3186), + [anon_sym_protected] = ACTIONS(3186), + [anon_sym_tailrec] = ACTIONS(3186), + [anon_sym_operator] = ACTIONS(3186), + [anon_sym_infix] = ACTIONS(3186), + [anon_sym_inline] = ACTIONS(3186), + [anon_sym_external] = ACTIONS(3186), + [sym_property_modifier] = ACTIONS(3186), + [anon_sym_abstract] = ACTIONS(3186), + [anon_sym_final] = ACTIONS(3186), + [anon_sym_open] = ACTIONS(3186), + [anon_sym_vararg] = ACTIONS(3186), + [anon_sym_noinline] = ACTIONS(3186), + [anon_sym_crossinline] = ACTIONS(3186), + [anon_sym_expect] = ACTIONS(3186), + [anon_sym_actual] = ACTIONS(3186), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3190), + [sym__automatic_semicolon] = ACTIONS(3190), + [sym_safe_nav] = ACTIONS(3190), + [sym_multiline_comment] = ACTIONS(3), }, [4077] = { - [sym_function_body] = STATE(3302), - [sym__block] = STATE(3367), - [sym__alpha_identifier] = ACTIONS(4326), - [anon_sym_AT] = ACTIONS(4328), - [anon_sym_COLON] = ACTIONS(7141), - [anon_sym_LBRACK] = ACTIONS(4328), - [anon_sym_as] = ACTIONS(4326), - [anon_sym_EQ] = ACTIONS(6952), - [anon_sym_LBRACE] = ACTIONS(6236), - [anon_sym_RBRACE] = ACTIONS(4328), - [anon_sym_LPAREN] = ACTIONS(4328), - [anon_sym_RPAREN] = ACTIONS(4328), - [anon_sym_LT] = ACTIONS(4326), - [anon_sym_GT] = ACTIONS(4326), - [anon_sym_DOT] = ACTIONS(4326), - [anon_sym_SEMI] = ACTIONS(4328), - [anon_sym_get] = ACTIONS(4326), - [anon_sym_set] = ACTIONS(4326), - [anon_sym_STAR] = ACTIONS(4328), - [sym_label] = ACTIONS(4328), - [anon_sym_in] = ACTIONS(4326), - [anon_sym_while] = ACTIONS(4326), - [anon_sym_DOT_DOT] = ACTIONS(4328), - [anon_sym_QMARK_COLON] = ACTIONS(4328), - [anon_sym_AMP_AMP] = ACTIONS(4328), - [anon_sym_PIPE_PIPE] = ACTIONS(4328), - [anon_sym_else] = ACTIONS(4326), - [anon_sym_COLON_COLON] = ACTIONS(4328), - [anon_sym_BANG_EQ] = ACTIONS(4326), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4328), - [anon_sym_EQ_EQ] = ACTIONS(4326), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4328), - [anon_sym_LT_EQ] = ACTIONS(4328), - [anon_sym_GT_EQ] = ACTIONS(4328), - [anon_sym_BANGin] = ACTIONS(4328), - [anon_sym_is] = ACTIONS(4326), - [anon_sym_BANGis] = ACTIONS(4328), - [anon_sym_PLUS] = ACTIONS(4326), - [anon_sym_DASH] = ACTIONS(4326), - [anon_sym_SLASH] = ACTIONS(4326), - [anon_sym_PERCENT] = ACTIONS(4328), - [anon_sym_as_QMARK] = ACTIONS(4328), - [anon_sym_PLUS_PLUS] = ACTIONS(4328), - [anon_sym_DASH_DASH] = ACTIONS(4328), - [anon_sym_BANG_BANG] = ACTIONS(4328), - [anon_sym_suspend] = ACTIONS(4326), - [anon_sym_sealed] = ACTIONS(4326), - [anon_sym_annotation] = ACTIONS(4326), - [anon_sym_data] = ACTIONS(4326), - [anon_sym_inner] = ACTIONS(4326), - [anon_sym_override] = ACTIONS(4326), - [anon_sym_lateinit] = ACTIONS(4326), - [anon_sym_public] = ACTIONS(4326), - [anon_sym_private] = ACTIONS(4326), - [anon_sym_internal] = ACTIONS(4326), - [anon_sym_protected] = ACTIONS(4326), - [anon_sym_tailrec] = ACTIONS(4326), - [anon_sym_operator] = ACTIONS(4326), - [anon_sym_infix] = ACTIONS(4326), - [anon_sym_inline] = ACTIONS(4326), - [anon_sym_external] = ACTIONS(4326), - [sym_property_modifier] = ACTIONS(4326), - [anon_sym_abstract] = ACTIONS(4326), - [anon_sym_final] = ACTIONS(4326), - [anon_sym_open] = ACTIONS(4326), - [anon_sym_vararg] = ACTIONS(4326), - [anon_sym_noinline] = ACTIONS(4326), - [anon_sym_crossinline] = ACTIONS(4326), - [anon_sym_expect] = ACTIONS(4326), - [anon_sym_actual] = ACTIONS(4326), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4328), - [sym_safe_nav] = ACTIONS(4328), + [sym_type_constraints] = STATE(3629), + [sym_enum_class_body] = STATE(3833), + [sym__alpha_identifier] = ACTIONS(4188), + [anon_sym_AT] = ACTIONS(4190), + [anon_sym_COLON] = ACTIONS(7139), + [anon_sym_LBRACK] = ACTIONS(4190), + [anon_sym_as] = ACTIONS(4188), + [anon_sym_LBRACE] = ACTIONS(5415), + [anon_sym_RBRACE] = ACTIONS(4190), + [anon_sym_LPAREN] = ACTIONS(4190), + [anon_sym_COMMA] = ACTIONS(4190), + [anon_sym_LT] = ACTIONS(4188), + [anon_sym_GT] = ACTIONS(4188), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(4188), + [anon_sym_SEMI] = ACTIONS(4190), + [anon_sym_get] = ACTIONS(4188), + [anon_sym_set] = ACTIONS(4188), + [anon_sym_STAR] = ACTIONS(4190), + [sym_label] = ACTIONS(4190), + [anon_sym_in] = ACTIONS(4188), + [anon_sym_DOT_DOT] = ACTIONS(4190), + [anon_sym_QMARK_COLON] = ACTIONS(4190), + [anon_sym_AMP_AMP] = ACTIONS(4190), + [anon_sym_PIPE_PIPE] = ACTIONS(4190), + [anon_sym_else] = ACTIONS(4188), + [anon_sym_COLON_COLON] = ACTIONS(4190), + [anon_sym_BANG_EQ] = ACTIONS(4188), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4190), + [anon_sym_EQ_EQ] = ACTIONS(4188), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4190), + [anon_sym_LT_EQ] = ACTIONS(4190), + [anon_sym_GT_EQ] = ACTIONS(4190), + [anon_sym_BANGin] = ACTIONS(4190), + [anon_sym_is] = ACTIONS(4188), + [anon_sym_BANGis] = ACTIONS(4190), + [anon_sym_PLUS] = ACTIONS(4188), + [anon_sym_DASH] = ACTIONS(4188), + [anon_sym_SLASH] = ACTIONS(4188), + [anon_sym_PERCENT] = ACTIONS(4190), + [anon_sym_as_QMARK] = ACTIONS(4190), + [anon_sym_PLUS_PLUS] = ACTIONS(4190), + [anon_sym_DASH_DASH] = ACTIONS(4190), + [anon_sym_BANG_BANG] = ACTIONS(4190), + [anon_sym_suspend] = ACTIONS(4188), + [anon_sym_sealed] = ACTIONS(4188), + [anon_sym_annotation] = ACTIONS(4188), + [anon_sym_data] = ACTIONS(4188), + [anon_sym_inner] = ACTIONS(4188), + [anon_sym_override] = ACTIONS(4188), + [anon_sym_lateinit] = ACTIONS(4188), + [anon_sym_public] = ACTIONS(4188), + [anon_sym_private] = ACTIONS(4188), + [anon_sym_internal] = ACTIONS(4188), + [anon_sym_protected] = ACTIONS(4188), + [anon_sym_tailrec] = ACTIONS(4188), + [anon_sym_operator] = ACTIONS(4188), + [anon_sym_infix] = ACTIONS(4188), + [anon_sym_inline] = ACTIONS(4188), + [anon_sym_external] = ACTIONS(4188), + [sym_property_modifier] = ACTIONS(4188), + [anon_sym_abstract] = ACTIONS(4188), + [anon_sym_final] = ACTIONS(4188), + [anon_sym_open] = ACTIONS(4188), + [anon_sym_vararg] = ACTIONS(4188), + [anon_sym_noinline] = ACTIONS(4188), + [anon_sym_crossinline] = ACTIONS(4188), + [anon_sym_expect] = ACTIONS(4188), + [anon_sym_actual] = ACTIONS(4188), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4190), + [sym__automatic_semicolon] = ACTIONS(4190), + [sym_safe_nav] = ACTIONS(4190), [sym_multiline_comment] = ACTIONS(3), }, [4078] = { - [sym__alpha_identifier] = ACTIONS(5067), - [anon_sym_AT] = ACTIONS(5069), - [anon_sym_LBRACK] = ACTIONS(5069), - [anon_sym_as] = ACTIONS(5067), - [anon_sym_LBRACE] = ACTIONS(5069), - [anon_sym_RBRACE] = ACTIONS(5069), - [anon_sym_LPAREN] = ACTIONS(5069), - [anon_sym_COMMA] = ACTIONS(5069), - [anon_sym_LT] = ACTIONS(5067), - [anon_sym_GT] = ACTIONS(5067), - [anon_sym_where] = ACTIONS(5067), - [anon_sym_object] = ACTIONS(5067), - [anon_sym_fun] = ACTIONS(5067), - [anon_sym_DOT] = ACTIONS(5067), - [anon_sym_SEMI] = ACTIONS(5069), - [anon_sym_get] = ACTIONS(5067), - [anon_sym_set] = ACTIONS(5067), - [anon_sym_this] = ACTIONS(5067), - [anon_sym_super] = ACTIONS(5067), - [anon_sym_STAR] = ACTIONS(5069), - [sym_label] = ACTIONS(5067), - [anon_sym_in] = ACTIONS(5067), - [anon_sym_DOT_DOT] = ACTIONS(5069), - [anon_sym_QMARK_COLON] = ACTIONS(5069), - [anon_sym_AMP_AMP] = ACTIONS(5069), - [anon_sym_PIPE_PIPE] = ACTIONS(5069), - [anon_sym_null] = ACTIONS(5067), - [anon_sym_if] = ACTIONS(5067), - [anon_sym_else] = ACTIONS(7089), - [anon_sym_when] = ACTIONS(5067), - [anon_sym_try] = ACTIONS(5067), - [anon_sym_throw] = ACTIONS(5067), - [anon_sym_return] = ACTIONS(5067), - [anon_sym_continue] = ACTIONS(5067), - [anon_sym_break] = ACTIONS(5067), - [anon_sym_COLON_COLON] = ACTIONS(5069), - [anon_sym_BANG_EQ] = ACTIONS(5067), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5069), - [anon_sym_EQ_EQ] = ACTIONS(5067), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5069), - [anon_sym_LT_EQ] = ACTIONS(5069), - [anon_sym_GT_EQ] = ACTIONS(5069), - [anon_sym_BANGin] = ACTIONS(5069), - [anon_sym_is] = ACTIONS(5067), - [anon_sym_BANGis] = ACTIONS(5069), - [anon_sym_PLUS] = ACTIONS(5067), - [anon_sym_DASH] = ACTIONS(5067), - [anon_sym_SLASH] = ACTIONS(5067), - [anon_sym_PERCENT] = ACTIONS(5069), - [anon_sym_as_QMARK] = ACTIONS(5069), - [anon_sym_PLUS_PLUS] = ACTIONS(5069), - [anon_sym_DASH_DASH] = ACTIONS(5069), - [anon_sym_BANG] = ACTIONS(5067), - [anon_sym_BANG_BANG] = ACTIONS(5069), - [anon_sym_data] = ACTIONS(5067), - [anon_sym_inner] = ACTIONS(5067), - [anon_sym_expect] = ACTIONS(5067), - [anon_sym_actual] = ACTIONS(5067), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5069), - [anon_sym_continue_AT] = ACTIONS(5069), - [anon_sym_break_AT] = ACTIONS(5069), - [sym_real_literal] = ACTIONS(5069), - [sym_integer_literal] = ACTIONS(5067), - [sym_hex_literal] = ACTIONS(5069), - [sym_bin_literal] = ACTIONS(5069), - [anon_sym_true] = ACTIONS(5067), - [anon_sym_false] = ACTIONS(5067), - [anon_sym_SQUOTE] = ACTIONS(5069), - [sym__backtick_identifier] = ACTIONS(5069), - [sym__automatic_semicolon] = ACTIONS(5069), - [sym_safe_nav] = ACTIONS(5069), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5069), + [sym_function_body] = STATE(3707), + [sym__block] = STATE(3738), + [sym__alpha_identifier] = ACTIONS(4260), + [anon_sym_AT] = ACTIONS(4262), + [anon_sym_LBRACK] = ACTIONS(4262), + [anon_sym_as] = ACTIONS(4260), + [anon_sym_EQ] = ACTIONS(6918), + [anon_sym_LBRACE] = ACTIONS(6461), + [anon_sym_RBRACE] = ACTIONS(4262), + [anon_sym_LPAREN] = ACTIONS(4262), + [anon_sym_COMMA] = ACTIONS(4262), + [anon_sym_LT] = ACTIONS(4260), + [anon_sym_GT] = ACTIONS(4260), + [anon_sym_where] = ACTIONS(4260), + [anon_sym_DOT] = ACTIONS(4260), + [anon_sym_SEMI] = ACTIONS(4262), + [anon_sym_get] = ACTIONS(4260), + [anon_sym_set] = ACTIONS(4260), + [anon_sym_STAR] = ACTIONS(4262), + [sym_label] = ACTIONS(4262), + [anon_sym_in] = ACTIONS(4260), + [anon_sym_DOT_DOT] = ACTIONS(4262), + [anon_sym_QMARK_COLON] = ACTIONS(4262), + [anon_sym_AMP_AMP] = ACTIONS(4262), + [anon_sym_PIPE_PIPE] = ACTIONS(4262), + [anon_sym_else] = ACTIONS(4260), + [anon_sym_COLON_COLON] = ACTIONS(4262), + [anon_sym_BANG_EQ] = ACTIONS(4260), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4262), + [anon_sym_EQ_EQ] = ACTIONS(4260), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4262), + [anon_sym_LT_EQ] = ACTIONS(4262), + [anon_sym_GT_EQ] = ACTIONS(4262), + [anon_sym_BANGin] = ACTIONS(4262), + [anon_sym_is] = ACTIONS(4260), + [anon_sym_BANGis] = ACTIONS(4262), + [anon_sym_PLUS] = ACTIONS(4260), + [anon_sym_DASH] = ACTIONS(4260), + [anon_sym_SLASH] = ACTIONS(4260), + [anon_sym_PERCENT] = ACTIONS(4262), + [anon_sym_as_QMARK] = ACTIONS(4262), + [anon_sym_PLUS_PLUS] = ACTIONS(4262), + [anon_sym_DASH_DASH] = ACTIONS(4262), + [anon_sym_BANG_BANG] = ACTIONS(4262), + [anon_sym_suspend] = ACTIONS(4260), + [anon_sym_sealed] = ACTIONS(4260), + [anon_sym_annotation] = ACTIONS(4260), + [anon_sym_data] = ACTIONS(4260), + [anon_sym_inner] = ACTIONS(4260), + [anon_sym_override] = ACTIONS(4260), + [anon_sym_lateinit] = ACTIONS(4260), + [anon_sym_public] = ACTIONS(4260), + [anon_sym_private] = ACTIONS(4260), + [anon_sym_internal] = ACTIONS(4260), + [anon_sym_protected] = ACTIONS(4260), + [anon_sym_tailrec] = ACTIONS(4260), + [anon_sym_operator] = ACTIONS(4260), + [anon_sym_infix] = ACTIONS(4260), + [anon_sym_inline] = ACTIONS(4260), + [anon_sym_external] = ACTIONS(4260), + [sym_property_modifier] = ACTIONS(4260), + [anon_sym_abstract] = ACTIONS(4260), + [anon_sym_final] = ACTIONS(4260), + [anon_sym_open] = ACTIONS(4260), + [anon_sym_vararg] = ACTIONS(4260), + [anon_sym_noinline] = ACTIONS(4260), + [anon_sym_crossinline] = ACTIONS(4260), + [anon_sym_expect] = ACTIONS(4260), + [anon_sym_actual] = ACTIONS(4260), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4262), + [sym__automatic_semicolon] = ACTIONS(4262), + [sym_safe_nav] = ACTIONS(4262), + [sym_multiline_comment] = ACTIONS(3), }, [4079] = { - [sym_type_constraints] = STATE(4152), - [sym_function_body] = STATE(3792), - [sym__block] = STATE(3725), - [sym__alpha_identifier] = ACTIONS(4101), - [anon_sym_AT] = ACTIONS(4103), - [anon_sym_LBRACK] = ACTIONS(4103), - [anon_sym_as] = ACTIONS(4101), - [anon_sym_EQ] = ACTIONS(7017), - [anon_sym_LBRACE] = ACTIONS(6434), - [anon_sym_RBRACE] = ACTIONS(4103), - [anon_sym_LPAREN] = ACTIONS(4103), - [anon_sym_LT] = ACTIONS(4101), - [anon_sym_GT] = ACTIONS(4101), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(4101), - [anon_sym_SEMI] = ACTIONS(4103), - [anon_sym_get] = ACTIONS(4101), - [anon_sym_set] = ACTIONS(4101), - [anon_sym_STAR] = ACTIONS(4103), - [sym_label] = ACTIONS(4103), - [anon_sym_in] = ACTIONS(4101), - [anon_sym_DOT_DOT] = ACTIONS(4103), - [anon_sym_QMARK_COLON] = ACTIONS(4103), - [anon_sym_AMP_AMP] = ACTIONS(4103), - [anon_sym_PIPE_PIPE] = ACTIONS(4103), - [anon_sym_else] = ACTIONS(4101), - [anon_sym_COLON_COLON] = ACTIONS(4103), - [anon_sym_BANG_EQ] = ACTIONS(4101), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4103), - [anon_sym_EQ_EQ] = ACTIONS(4101), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4103), - [anon_sym_LT_EQ] = ACTIONS(4103), - [anon_sym_GT_EQ] = ACTIONS(4103), - [anon_sym_BANGin] = ACTIONS(4103), - [anon_sym_is] = ACTIONS(4101), - [anon_sym_BANGis] = ACTIONS(4103), - [anon_sym_PLUS] = ACTIONS(4101), - [anon_sym_DASH] = ACTIONS(4101), - [anon_sym_SLASH] = ACTIONS(4101), - [anon_sym_PERCENT] = ACTIONS(4103), - [anon_sym_as_QMARK] = ACTIONS(4103), - [anon_sym_PLUS_PLUS] = ACTIONS(4103), - [anon_sym_DASH_DASH] = ACTIONS(4103), - [anon_sym_BANG_BANG] = ACTIONS(4103), - [anon_sym_suspend] = ACTIONS(4101), - [anon_sym_sealed] = ACTIONS(4101), - [anon_sym_annotation] = ACTIONS(4101), - [anon_sym_data] = ACTIONS(4101), - [anon_sym_inner] = ACTIONS(4101), - [anon_sym_override] = ACTIONS(4101), - [anon_sym_lateinit] = ACTIONS(4101), - [anon_sym_public] = ACTIONS(4101), - [anon_sym_private] = ACTIONS(4101), - [anon_sym_internal] = ACTIONS(4101), - [anon_sym_protected] = ACTIONS(4101), - [anon_sym_tailrec] = ACTIONS(4101), - [anon_sym_operator] = ACTIONS(4101), - [anon_sym_infix] = ACTIONS(4101), - [anon_sym_inline] = ACTIONS(4101), - [anon_sym_external] = ACTIONS(4101), - [sym_property_modifier] = ACTIONS(4101), - [anon_sym_abstract] = ACTIONS(4101), - [anon_sym_final] = ACTIONS(4101), - [anon_sym_open] = ACTIONS(4101), - [anon_sym_vararg] = ACTIONS(4101), - [anon_sym_noinline] = ACTIONS(4101), - [anon_sym_crossinline] = ACTIONS(4101), - [anon_sym_expect] = ACTIONS(4101), - [anon_sym_actual] = ACTIONS(4101), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4103), - [sym__automatic_semicolon] = ACTIONS(4103), - [sym_safe_nav] = ACTIONS(4103), + [sym_function_body] = STATE(3793), + [sym__block] = STATE(3738), + [sym__alpha_identifier] = ACTIONS(4210), + [anon_sym_AT] = ACTIONS(4212), + [anon_sym_LBRACK] = ACTIONS(4212), + [anon_sym_as] = ACTIONS(4210), + [anon_sym_EQ] = ACTIONS(6918), + [anon_sym_LBRACE] = ACTIONS(6461), + [anon_sym_RBRACE] = ACTIONS(4212), + [anon_sym_LPAREN] = ACTIONS(4212), + [anon_sym_COMMA] = ACTIONS(4212), + [anon_sym_LT] = ACTIONS(4210), + [anon_sym_GT] = ACTIONS(4210), + [anon_sym_where] = ACTIONS(4210), + [anon_sym_DOT] = ACTIONS(4210), + [anon_sym_SEMI] = ACTIONS(4212), + [anon_sym_get] = ACTIONS(4210), + [anon_sym_set] = ACTIONS(4210), + [anon_sym_STAR] = ACTIONS(4212), + [sym_label] = ACTIONS(4212), + [anon_sym_in] = ACTIONS(4210), + [anon_sym_DOT_DOT] = ACTIONS(4212), + [anon_sym_QMARK_COLON] = ACTIONS(4212), + [anon_sym_AMP_AMP] = ACTIONS(4212), + [anon_sym_PIPE_PIPE] = ACTIONS(4212), + [anon_sym_else] = ACTIONS(4210), + [anon_sym_COLON_COLON] = ACTIONS(4212), + [anon_sym_BANG_EQ] = ACTIONS(4210), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4212), + [anon_sym_EQ_EQ] = ACTIONS(4210), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4212), + [anon_sym_LT_EQ] = ACTIONS(4212), + [anon_sym_GT_EQ] = ACTIONS(4212), + [anon_sym_BANGin] = ACTIONS(4212), + [anon_sym_is] = ACTIONS(4210), + [anon_sym_BANGis] = ACTIONS(4212), + [anon_sym_PLUS] = ACTIONS(4210), + [anon_sym_DASH] = ACTIONS(4210), + [anon_sym_SLASH] = ACTIONS(4210), + [anon_sym_PERCENT] = ACTIONS(4212), + [anon_sym_as_QMARK] = ACTIONS(4212), + [anon_sym_PLUS_PLUS] = ACTIONS(4212), + [anon_sym_DASH_DASH] = ACTIONS(4212), + [anon_sym_BANG_BANG] = ACTIONS(4212), + [anon_sym_suspend] = ACTIONS(4210), + [anon_sym_sealed] = ACTIONS(4210), + [anon_sym_annotation] = ACTIONS(4210), + [anon_sym_data] = ACTIONS(4210), + [anon_sym_inner] = ACTIONS(4210), + [anon_sym_override] = ACTIONS(4210), + [anon_sym_lateinit] = ACTIONS(4210), + [anon_sym_public] = ACTIONS(4210), + [anon_sym_private] = ACTIONS(4210), + [anon_sym_internal] = ACTIONS(4210), + [anon_sym_protected] = ACTIONS(4210), + [anon_sym_tailrec] = ACTIONS(4210), + [anon_sym_operator] = ACTIONS(4210), + [anon_sym_infix] = ACTIONS(4210), + [anon_sym_inline] = ACTIONS(4210), + [anon_sym_external] = ACTIONS(4210), + [sym_property_modifier] = ACTIONS(4210), + [anon_sym_abstract] = ACTIONS(4210), + [anon_sym_final] = ACTIONS(4210), + [anon_sym_open] = ACTIONS(4210), + [anon_sym_vararg] = ACTIONS(4210), + [anon_sym_noinline] = ACTIONS(4210), + [anon_sym_crossinline] = ACTIONS(4210), + [anon_sym_expect] = ACTIONS(4210), + [anon_sym_actual] = ACTIONS(4210), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4212), + [sym__automatic_semicolon] = ACTIONS(4212), + [sym_safe_nav] = ACTIONS(4212), [sym_multiline_comment] = ACTIONS(3), }, [4080] = { - [sym_type_constraints] = STATE(3104), - [sym_enum_class_body] = STATE(3165), - [sym__alpha_identifier] = ACTIONS(3204), - [anon_sym_AT] = ACTIONS(3208), - [anon_sym_COLON] = ACTIONS(6114), - [anon_sym_LBRACK] = ACTIONS(3208), - [anon_sym_as] = ACTIONS(3204), - [anon_sym_LBRACE] = ACTIONS(5155), - [anon_sym_RBRACE] = ACTIONS(3208), - [anon_sym_LPAREN] = ACTIONS(3208), - [anon_sym_RPAREN] = ACTIONS(3208), - [anon_sym_LT] = ACTIONS(3204), - [anon_sym_GT] = ACTIONS(3204), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(3204), - [anon_sym_SEMI] = ACTIONS(3208), - [anon_sym_get] = ACTIONS(3204), - [anon_sym_set] = ACTIONS(3204), - [anon_sym_STAR] = ACTIONS(3208), - [sym_label] = ACTIONS(3208), - [anon_sym_in] = ACTIONS(3204), - [anon_sym_while] = ACTIONS(3204), - [anon_sym_DOT_DOT] = ACTIONS(3208), - [anon_sym_QMARK_COLON] = ACTIONS(3208), - [anon_sym_AMP_AMP] = ACTIONS(3208), - [anon_sym_PIPE_PIPE] = ACTIONS(3208), - [anon_sym_else] = ACTIONS(3204), - [anon_sym_COLON_COLON] = ACTIONS(3208), - [anon_sym_BANG_EQ] = ACTIONS(3204), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3208), - [anon_sym_EQ_EQ] = ACTIONS(3204), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3208), - [anon_sym_LT_EQ] = ACTIONS(3208), - [anon_sym_GT_EQ] = ACTIONS(3208), - [anon_sym_BANGin] = ACTIONS(3208), - [anon_sym_is] = ACTIONS(3204), - [anon_sym_BANGis] = ACTIONS(3208), - [anon_sym_PLUS] = ACTIONS(3204), - [anon_sym_DASH] = ACTIONS(3204), - [anon_sym_SLASH] = ACTIONS(3204), - [anon_sym_PERCENT] = ACTIONS(3208), - [anon_sym_as_QMARK] = ACTIONS(3208), - [anon_sym_PLUS_PLUS] = ACTIONS(3208), - [anon_sym_DASH_DASH] = ACTIONS(3208), - [anon_sym_BANG_BANG] = ACTIONS(3208), - [anon_sym_suspend] = ACTIONS(3204), - [anon_sym_sealed] = ACTIONS(3204), - [anon_sym_annotation] = ACTIONS(3204), - [anon_sym_data] = ACTIONS(3204), - [anon_sym_inner] = ACTIONS(3204), - [anon_sym_override] = ACTIONS(3204), - [anon_sym_lateinit] = ACTIONS(3204), - [anon_sym_public] = ACTIONS(3204), - [anon_sym_private] = ACTIONS(3204), - [anon_sym_internal] = ACTIONS(3204), - [anon_sym_protected] = ACTIONS(3204), - [anon_sym_tailrec] = ACTIONS(3204), - [anon_sym_operator] = ACTIONS(3204), - [anon_sym_infix] = ACTIONS(3204), - [anon_sym_inline] = ACTIONS(3204), - [anon_sym_external] = ACTIONS(3204), - [sym_property_modifier] = ACTIONS(3204), - [anon_sym_abstract] = ACTIONS(3204), - [anon_sym_final] = ACTIONS(3204), - [anon_sym_open] = ACTIONS(3204), - [anon_sym_vararg] = ACTIONS(3204), - [anon_sym_noinline] = ACTIONS(3204), - [anon_sym_crossinline] = ACTIONS(3204), - [anon_sym_expect] = ACTIONS(3204), - [anon_sym_actual] = ACTIONS(3204), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3208), - [sym_safe_nav] = ACTIONS(3208), + [sym_type_constraints] = STATE(3117), + [sym_enum_class_body] = STATE(3127), + [sym__alpha_identifier] = ACTIONS(4231), + [anon_sym_AT] = ACTIONS(4233), + [anon_sym_COLON] = ACTIONS(7141), + [anon_sym_LBRACK] = ACTIONS(4233), + [anon_sym_as] = ACTIONS(4231), + [anon_sym_LBRACE] = ACTIONS(5171), + [anon_sym_RBRACE] = ACTIONS(4233), + [anon_sym_LPAREN] = ACTIONS(4233), + [anon_sym_RPAREN] = ACTIONS(4233), + [anon_sym_LT] = ACTIONS(4231), + [anon_sym_GT] = ACTIONS(4231), + [anon_sym_where] = ACTIONS(5175), + [anon_sym_DOT] = ACTIONS(4231), + [anon_sym_SEMI] = ACTIONS(4233), + [anon_sym_get] = ACTIONS(4231), + [anon_sym_set] = ACTIONS(4231), + [anon_sym_STAR] = ACTIONS(4233), + [sym_label] = ACTIONS(4233), + [anon_sym_in] = ACTIONS(4231), + [anon_sym_while] = ACTIONS(4231), + [anon_sym_DOT_DOT] = ACTIONS(4233), + [anon_sym_QMARK_COLON] = ACTIONS(4233), + [anon_sym_AMP_AMP] = ACTIONS(4233), + [anon_sym_PIPE_PIPE] = ACTIONS(4233), + [anon_sym_else] = ACTIONS(4231), + [anon_sym_COLON_COLON] = ACTIONS(4233), + [anon_sym_BANG_EQ] = ACTIONS(4231), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4233), + [anon_sym_EQ_EQ] = ACTIONS(4231), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4233), + [anon_sym_LT_EQ] = ACTIONS(4233), + [anon_sym_GT_EQ] = ACTIONS(4233), + [anon_sym_BANGin] = ACTIONS(4233), + [anon_sym_is] = ACTIONS(4231), + [anon_sym_BANGis] = ACTIONS(4233), + [anon_sym_PLUS] = ACTIONS(4231), + [anon_sym_DASH] = ACTIONS(4231), + [anon_sym_SLASH] = ACTIONS(4231), + [anon_sym_PERCENT] = ACTIONS(4233), + [anon_sym_as_QMARK] = ACTIONS(4233), + [anon_sym_PLUS_PLUS] = ACTIONS(4233), + [anon_sym_DASH_DASH] = ACTIONS(4233), + [anon_sym_BANG_BANG] = ACTIONS(4233), + [anon_sym_suspend] = ACTIONS(4231), + [anon_sym_sealed] = ACTIONS(4231), + [anon_sym_annotation] = ACTIONS(4231), + [anon_sym_data] = ACTIONS(4231), + [anon_sym_inner] = ACTIONS(4231), + [anon_sym_override] = ACTIONS(4231), + [anon_sym_lateinit] = ACTIONS(4231), + [anon_sym_public] = ACTIONS(4231), + [anon_sym_private] = ACTIONS(4231), + [anon_sym_internal] = ACTIONS(4231), + [anon_sym_protected] = ACTIONS(4231), + [anon_sym_tailrec] = ACTIONS(4231), + [anon_sym_operator] = ACTIONS(4231), + [anon_sym_infix] = ACTIONS(4231), + [anon_sym_inline] = ACTIONS(4231), + [anon_sym_external] = ACTIONS(4231), + [sym_property_modifier] = ACTIONS(4231), + [anon_sym_abstract] = ACTIONS(4231), + [anon_sym_final] = ACTIONS(4231), + [anon_sym_open] = ACTIONS(4231), + [anon_sym_vararg] = ACTIONS(4231), + [anon_sym_noinline] = ACTIONS(4231), + [anon_sym_crossinline] = ACTIONS(4231), + [anon_sym_expect] = ACTIONS(4231), + [anon_sym_actual] = ACTIONS(4231), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4233), + [sym_safe_nav] = ACTIONS(4233), [sym_multiline_comment] = ACTIONS(3), }, [4081] = { - [sym__alpha_identifier] = ACTIONS(4233), - [anon_sym_AT] = ACTIONS(4236), - [anon_sym_LBRACK] = ACTIONS(4236), - [anon_sym_as] = ACTIONS(4241), - [anon_sym_LBRACE] = ACTIONS(4236), - [anon_sym_RBRACE] = ACTIONS(4239), - [anon_sym_LPAREN] = ACTIONS(6508), - [anon_sym_COMMA] = ACTIONS(4239), - [anon_sym_LT] = ACTIONS(4241), - [anon_sym_GT] = ACTIONS(4241), - [anon_sym_where] = ACTIONS(4241), - [anon_sym_object] = ACTIONS(4233), - [anon_sym_fun] = ACTIONS(4233), - [anon_sym_DOT] = ACTIONS(4241), - [anon_sym_SEMI] = ACTIONS(4239), - [anon_sym_get] = ACTIONS(4233), - [anon_sym_set] = ACTIONS(4233), - [anon_sym_this] = ACTIONS(4233), - [anon_sym_super] = ACTIONS(4233), - [anon_sym_STAR] = ACTIONS(4236), - [sym_label] = ACTIONS(4233), - [anon_sym_in] = ACTIONS(4241), - [anon_sym_DOT_DOT] = ACTIONS(4239), - [anon_sym_QMARK_COLON] = ACTIONS(4239), - [anon_sym_AMP_AMP] = ACTIONS(4239), - [anon_sym_PIPE_PIPE] = ACTIONS(4239), - [anon_sym_null] = ACTIONS(4233), - [anon_sym_if] = ACTIONS(4233), - [anon_sym_else] = ACTIONS(4241), - [anon_sym_when] = ACTIONS(4233), - [anon_sym_try] = ACTIONS(4233), - [anon_sym_throw] = ACTIONS(4233), - [anon_sym_return] = ACTIONS(4233), - [anon_sym_continue] = ACTIONS(4233), - [anon_sym_break] = ACTIONS(4233), - [anon_sym_COLON_COLON] = ACTIONS(4236), - [anon_sym_BANG_EQ] = ACTIONS(4241), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4239), - [anon_sym_EQ_EQ] = ACTIONS(4241), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4239), - [anon_sym_LT_EQ] = ACTIONS(4239), - [anon_sym_GT_EQ] = ACTIONS(4239), - [anon_sym_BANGin] = ACTIONS(4239), - [anon_sym_is] = ACTIONS(4241), - [anon_sym_BANGis] = ACTIONS(4239), - [anon_sym_PLUS] = ACTIONS(4233), - [anon_sym_DASH] = ACTIONS(4233), - [anon_sym_SLASH] = ACTIONS(4241), - [anon_sym_PERCENT] = ACTIONS(4239), - [anon_sym_as_QMARK] = ACTIONS(4239), - [anon_sym_PLUS_PLUS] = ACTIONS(4236), - [anon_sym_DASH_DASH] = ACTIONS(4236), - [anon_sym_BANG] = ACTIONS(4233), - [anon_sym_BANG_BANG] = ACTIONS(4239), - [anon_sym_data] = ACTIONS(4233), - [anon_sym_inner] = ACTIONS(4233), - [anon_sym_expect] = ACTIONS(4233), - [anon_sym_actual] = ACTIONS(4233), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4236), - [anon_sym_continue_AT] = ACTIONS(4236), - [anon_sym_break_AT] = ACTIONS(4236), - [sym_real_literal] = ACTIONS(4236), - [sym_integer_literal] = ACTIONS(4233), - [sym_hex_literal] = ACTIONS(4236), - [sym_bin_literal] = ACTIONS(4236), - [anon_sym_true] = ACTIONS(4233), - [anon_sym_false] = ACTIONS(4233), - [anon_sym_SQUOTE] = ACTIONS(4236), - [sym__backtick_identifier] = ACTIONS(4236), - [sym__automatic_semicolon] = ACTIONS(4239), - [sym_safe_nav] = ACTIONS(4239), + [sym_class_body] = STATE(3833), + [sym_type_constraints] = STATE(3654), + [sym__alpha_identifier] = ACTIONS(4188), + [anon_sym_AT] = ACTIONS(4190), + [anon_sym_COLON] = ACTIONS(7143), + [anon_sym_LBRACK] = ACTIONS(4190), + [anon_sym_as] = ACTIONS(4188), + [anon_sym_LBRACE] = ACTIONS(5360), + [anon_sym_RBRACE] = ACTIONS(4190), + [anon_sym_LPAREN] = ACTIONS(4190), + [anon_sym_COMMA] = ACTIONS(4190), + [anon_sym_LT] = ACTIONS(4188), + [anon_sym_GT] = ACTIONS(4188), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(4188), + [anon_sym_SEMI] = ACTIONS(4190), + [anon_sym_get] = ACTIONS(4188), + [anon_sym_set] = ACTIONS(4188), + [anon_sym_STAR] = ACTIONS(4190), + [sym_label] = ACTIONS(4190), + [anon_sym_in] = ACTIONS(4188), + [anon_sym_DOT_DOT] = ACTIONS(4190), + [anon_sym_QMARK_COLON] = ACTIONS(4190), + [anon_sym_AMP_AMP] = ACTIONS(4190), + [anon_sym_PIPE_PIPE] = ACTIONS(4190), + [anon_sym_else] = ACTIONS(4188), + [anon_sym_COLON_COLON] = ACTIONS(4190), + [anon_sym_BANG_EQ] = ACTIONS(4188), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4190), + [anon_sym_EQ_EQ] = ACTIONS(4188), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4190), + [anon_sym_LT_EQ] = ACTIONS(4190), + [anon_sym_GT_EQ] = ACTIONS(4190), + [anon_sym_BANGin] = ACTIONS(4190), + [anon_sym_is] = ACTIONS(4188), + [anon_sym_BANGis] = ACTIONS(4190), + [anon_sym_PLUS] = ACTIONS(4188), + [anon_sym_DASH] = ACTIONS(4188), + [anon_sym_SLASH] = ACTIONS(4188), + [anon_sym_PERCENT] = ACTIONS(4190), + [anon_sym_as_QMARK] = ACTIONS(4190), + [anon_sym_PLUS_PLUS] = ACTIONS(4190), + [anon_sym_DASH_DASH] = ACTIONS(4190), + [anon_sym_BANG_BANG] = ACTIONS(4190), + [anon_sym_suspend] = ACTIONS(4188), + [anon_sym_sealed] = ACTIONS(4188), + [anon_sym_annotation] = ACTIONS(4188), + [anon_sym_data] = ACTIONS(4188), + [anon_sym_inner] = ACTIONS(4188), + [anon_sym_override] = ACTIONS(4188), + [anon_sym_lateinit] = ACTIONS(4188), + [anon_sym_public] = ACTIONS(4188), + [anon_sym_private] = ACTIONS(4188), + [anon_sym_internal] = ACTIONS(4188), + [anon_sym_protected] = ACTIONS(4188), + [anon_sym_tailrec] = ACTIONS(4188), + [anon_sym_operator] = ACTIONS(4188), + [anon_sym_infix] = ACTIONS(4188), + [anon_sym_inline] = ACTIONS(4188), + [anon_sym_external] = ACTIONS(4188), + [sym_property_modifier] = ACTIONS(4188), + [anon_sym_abstract] = ACTIONS(4188), + [anon_sym_final] = ACTIONS(4188), + [anon_sym_open] = ACTIONS(4188), + [anon_sym_vararg] = ACTIONS(4188), + [anon_sym_noinline] = ACTIONS(4188), + [anon_sym_crossinline] = ACTIONS(4188), + [anon_sym_expect] = ACTIONS(4188), + [anon_sym_actual] = ACTIONS(4188), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4190), + [sym__automatic_semicolon] = ACTIONS(4190), + [sym_safe_nav] = ACTIONS(4190), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4236), }, [4082] = { - [sym_type_constraints] = STATE(2991), - [sym_enum_class_body] = STATE(3293), - [sym__alpha_identifier] = ACTIONS(4213), - [anon_sym_AT] = ACTIONS(4215), - [anon_sym_COLON] = ACTIONS(7143), - [anon_sym_LBRACK] = ACTIONS(4215), - [anon_sym_as] = ACTIONS(4213), - [anon_sym_LBRACE] = ACTIONS(5155), - [anon_sym_RBRACE] = ACTIONS(4215), - [anon_sym_LPAREN] = ACTIONS(4215), - [anon_sym_RPAREN] = ACTIONS(4215), - [anon_sym_LT] = ACTIONS(4213), - [anon_sym_GT] = ACTIONS(4213), - [anon_sym_where] = ACTIONS(5151), - [anon_sym_DOT] = ACTIONS(4213), - [anon_sym_SEMI] = ACTIONS(4215), - [anon_sym_get] = ACTIONS(4213), - [anon_sym_set] = ACTIONS(4213), - [anon_sym_STAR] = ACTIONS(4215), - [sym_label] = ACTIONS(4215), - [anon_sym_in] = ACTIONS(4213), - [anon_sym_while] = ACTIONS(4213), - [anon_sym_DOT_DOT] = ACTIONS(4215), - [anon_sym_QMARK_COLON] = ACTIONS(4215), - [anon_sym_AMP_AMP] = ACTIONS(4215), - [anon_sym_PIPE_PIPE] = ACTIONS(4215), - [anon_sym_else] = ACTIONS(4213), - [anon_sym_COLON_COLON] = ACTIONS(4215), - [anon_sym_BANG_EQ] = ACTIONS(4213), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4215), - [anon_sym_EQ_EQ] = ACTIONS(4213), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4215), - [anon_sym_LT_EQ] = ACTIONS(4215), - [anon_sym_GT_EQ] = ACTIONS(4215), - [anon_sym_BANGin] = ACTIONS(4215), - [anon_sym_is] = ACTIONS(4213), - [anon_sym_BANGis] = ACTIONS(4215), - [anon_sym_PLUS] = ACTIONS(4213), - [anon_sym_DASH] = ACTIONS(4213), - [anon_sym_SLASH] = ACTIONS(4213), - [anon_sym_PERCENT] = ACTIONS(4215), - [anon_sym_as_QMARK] = ACTIONS(4215), - [anon_sym_PLUS_PLUS] = ACTIONS(4215), - [anon_sym_DASH_DASH] = ACTIONS(4215), - [anon_sym_BANG_BANG] = ACTIONS(4215), - [anon_sym_suspend] = ACTIONS(4213), - [anon_sym_sealed] = ACTIONS(4213), - [anon_sym_annotation] = ACTIONS(4213), - [anon_sym_data] = ACTIONS(4213), - [anon_sym_inner] = ACTIONS(4213), - [anon_sym_override] = ACTIONS(4213), - [anon_sym_lateinit] = ACTIONS(4213), - [anon_sym_public] = ACTIONS(4213), - [anon_sym_private] = ACTIONS(4213), - [anon_sym_internal] = ACTIONS(4213), - [anon_sym_protected] = ACTIONS(4213), - [anon_sym_tailrec] = ACTIONS(4213), - [anon_sym_operator] = ACTIONS(4213), - [anon_sym_infix] = ACTIONS(4213), - [anon_sym_inline] = ACTIONS(4213), - [anon_sym_external] = ACTIONS(4213), - [sym_property_modifier] = ACTIONS(4213), - [anon_sym_abstract] = ACTIONS(4213), - [anon_sym_final] = ACTIONS(4213), - [anon_sym_open] = ACTIONS(4213), - [anon_sym_vararg] = ACTIONS(4213), - [anon_sym_noinline] = ACTIONS(4213), - [anon_sym_crossinline] = ACTIONS(4213), - [anon_sym_expect] = ACTIONS(4213), - [anon_sym_actual] = ACTIONS(4213), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4215), - [sym_safe_nav] = ACTIONS(4215), + [sym_function_body] = STATE(3709), + [sym__block] = STATE(3738), + [sym__alpha_identifier] = ACTIONS(4256), + [anon_sym_AT] = ACTIONS(4258), + [anon_sym_LBRACK] = ACTIONS(4258), + [anon_sym_as] = ACTIONS(4256), + [anon_sym_EQ] = ACTIONS(6918), + [anon_sym_LBRACE] = ACTIONS(6461), + [anon_sym_RBRACE] = ACTIONS(4258), + [anon_sym_LPAREN] = ACTIONS(4258), + [anon_sym_COMMA] = ACTIONS(4258), + [anon_sym_LT] = ACTIONS(4256), + [anon_sym_GT] = ACTIONS(4256), + [anon_sym_where] = ACTIONS(4256), + [anon_sym_DOT] = ACTIONS(4256), + [anon_sym_SEMI] = ACTIONS(4258), + [anon_sym_get] = ACTIONS(4256), + [anon_sym_set] = ACTIONS(4256), + [anon_sym_STAR] = ACTIONS(4258), + [sym_label] = ACTIONS(4258), + [anon_sym_in] = ACTIONS(4256), + [anon_sym_DOT_DOT] = ACTIONS(4258), + [anon_sym_QMARK_COLON] = ACTIONS(4258), + [anon_sym_AMP_AMP] = ACTIONS(4258), + [anon_sym_PIPE_PIPE] = ACTIONS(4258), + [anon_sym_else] = ACTIONS(4256), + [anon_sym_COLON_COLON] = ACTIONS(4258), + [anon_sym_BANG_EQ] = ACTIONS(4256), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4258), + [anon_sym_EQ_EQ] = ACTIONS(4256), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4258), + [anon_sym_LT_EQ] = ACTIONS(4258), + [anon_sym_GT_EQ] = ACTIONS(4258), + [anon_sym_BANGin] = ACTIONS(4258), + [anon_sym_is] = ACTIONS(4256), + [anon_sym_BANGis] = ACTIONS(4258), + [anon_sym_PLUS] = ACTIONS(4256), + [anon_sym_DASH] = ACTIONS(4256), + [anon_sym_SLASH] = ACTIONS(4256), + [anon_sym_PERCENT] = ACTIONS(4258), + [anon_sym_as_QMARK] = ACTIONS(4258), + [anon_sym_PLUS_PLUS] = ACTIONS(4258), + [anon_sym_DASH_DASH] = ACTIONS(4258), + [anon_sym_BANG_BANG] = ACTIONS(4258), + [anon_sym_suspend] = ACTIONS(4256), + [anon_sym_sealed] = ACTIONS(4256), + [anon_sym_annotation] = ACTIONS(4256), + [anon_sym_data] = ACTIONS(4256), + [anon_sym_inner] = ACTIONS(4256), + [anon_sym_override] = ACTIONS(4256), + [anon_sym_lateinit] = ACTIONS(4256), + [anon_sym_public] = ACTIONS(4256), + [anon_sym_private] = ACTIONS(4256), + [anon_sym_internal] = ACTIONS(4256), + [anon_sym_protected] = ACTIONS(4256), + [anon_sym_tailrec] = ACTIONS(4256), + [anon_sym_operator] = ACTIONS(4256), + [anon_sym_infix] = ACTIONS(4256), + [anon_sym_inline] = ACTIONS(4256), + [anon_sym_external] = ACTIONS(4256), + [sym_property_modifier] = ACTIONS(4256), + [anon_sym_abstract] = ACTIONS(4256), + [anon_sym_final] = ACTIONS(4256), + [anon_sym_open] = ACTIONS(4256), + [anon_sym_vararg] = ACTIONS(4256), + [anon_sym_noinline] = ACTIONS(4256), + [anon_sym_crossinline] = ACTIONS(4256), + [anon_sym_expect] = ACTIONS(4256), + [anon_sym_actual] = ACTIONS(4256), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4258), + [sym__automatic_semicolon] = ACTIONS(4258), + [sym_safe_nav] = ACTIONS(4258), [sym_multiline_comment] = ACTIONS(3), }, [4083] = { - [sym_function_body] = STATE(3222), - [sym__block] = STATE(3367), - [sym__alpha_identifier] = ACTIONS(4300), - [anon_sym_AT] = ACTIONS(4302), - [anon_sym_LBRACK] = ACTIONS(4302), - [anon_sym_as] = ACTIONS(4300), - [anon_sym_EQ] = ACTIONS(6952), - [anon_sym_LBRACE] = ACTIONS(6236), - [anon_sym_RBRACE] = ACTIONS(4302), - [anon_sym_LPAREN] = ACTIONS(4302), - [anon_sym_RPAREN] = ACTIONS(4302), - [anon_sym_LT] = ACTIONS(4300), - [anon_sym_GT] = ACTIONS(4300), - [anon_sym_DOT] = ACTIONS(4300), - [anon_sym_SEMI] = ACTIONS(4302), - [anon_sym_get] = ACTIONS(4300), - [anon_sym_set] = ACTIONS(4300), - [anon_sym_STAR] = ACTIONS(4302), - [sym_label] = ACTIONS(4302), - [anon_sym_in] = ACTIONS(4300), - [anon_sym_while] = ACTIONS(4300), - [anon_sym_DOT_DOT] = ACTIONS(4302), - [anon_sym_QMARK_COLON] = ACTIONS(4302), - [anon_sym_AMP_AMP] = ACTIONS(4302), - [anon_sym_PIPE_PIPE] = ACTIONS(4302), - [anon_sym_else] = ACTIONS(4300), - [anon_sym_COLON_COLON] = ACTIONS(4302), - [anon_sym_BANG_EQ] = ACTIONS(4300), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4302), - [anon_sym_EQ_EQ] = ACTIONS(4300), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4302), - [anon_sym_LT_EQ] = ACTIONS(4302), - [anon_sym_GT_EQ] = ACTIONS(4302), - [anon_sym_BANGin] = ACTIONS(4302), - [anon_sym_is] = ACTIONS(4300), - [anon_sym_BANGis] = ACTIONS(4302), - [anon_sym_PLUS] = ACTIONS(4300), - [anon_sym_DASH] = ACTIONS(4300), - [anon_sym_SLASH] = ACTIONS(4300), - [anon_sym_PERCENT] = ACTIONS(4302), - [anon_sym_as_QMARK] = ACTIONS(4302), - [anon_sym_PLUS_PLUS] = ACTIONS(4302), - [anon_sym_DASH_DASH] = ACTIONS(4302), - [anon_sym_BANG_BANG] = ACTIONS(4302), - [anon_sym_suspend] = ACTIONS(4300), - [anon_sym_sealed] = ACTIONS(4300), - [anon_sym_annotation] = ACTIONS(4300), - [anon_sym_data] = ACTIONS(4300), - [anon_sym_inner] = ACTIONS(4300), - [anon_sym_override] = ACTIONS(4300), - [anon_sym_lateinit] = ACTIONS(4300), - [anon_sym_public] = ACTIONS(4300), - [anon_sym_private] = ACTIONS(4300), - [anon_sym_internal] = ACTIONS(4300), - [anon_sym_protected] = ACTIONS(4300), - [anon_sym_tailrec] = ACTIONS(4300), - [anon_sym_operator] = ACTIONS(4300), - [anon_sym_infix] = ACTIONS(4300), - [anon_sym_inline] = ACTIONS(4300), - [anon_sym_external] = ACTIONS(4300), - [sym_property_modifier] = ACTIONS(4300), - [anon_sym_abstract] = ACTIONS(4300), - [anon_sym_final] = ACTIONS(4300), - [anon_sym_open] = ACTIONS(4300), - [anon_sym_vararg] = ACTIONS(4300), - [anon_sym_noinline] = ACTIONS(4300), - [anon_sym_crossinline] = ACTIONS(4300), - [anon_sym_expect] = ACTIONS(4300), - [anon_sym_actual] = ACTIONS(4300), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4302), - [sym_safe_nav] = ACTIONS(4302), + [sym_function_body] = STATE(3305), + [sym__block] = STATE(3464), + [sym__alpha_identifier] = ACTIONS(4210), + [anon_sym_AT] = ACTIONS(4212), + [anon_sym_COLON] = ACTIONS(7145), + [anon_sym_LBRACK] = ACTIONS(4212), + [anon_sym_as] = ACTIONS(4210), + [anon_sym_EQ] = ACTIONS(6967), + [anon_sym_LBRACE] = ACTIONS(6233), + [anon_sym_RBRACE] = ACTIONS(4212), + [anon_sym_LPAREN] = ACTIONS(4212), + [anon_sym_RPAREN] = ACTIONS(4212), + [anon_sym_LT] = ACTIONS(4210), + [anon_sym_GT] = ACTIONS(4210), + [anon_sym_DOT] = ACTIONS(4210), + [anon_sym_SEMI] = ACTIONS(4212), + [anon_sym_get] = ACTIONS(4210), + [anon_sym_set] = ACTIONS(4210), + [anon_sym_STAR] = ACTIONS(4212), + [sym_label] = ACTIONS(4212), + [anon_sym_in] = ACTIONS(4210), + [anon_sym_while] = ACTIONS(4210), + [anon_sym_DOT_DOT] = ACTIONS(4212), + [anon_sym_QMARK_COLON] = ACTIONS(4212), + [anon_sym_AMP_AMP] = ACTIONS(4212), + [anon_sym_PIPE_PIPE] = ACTIONS(4212), + [anon_sym_else] = ACTIONS(4210), + [anon_sym_COLON_COLON] = ACTIONS(4212), + [anon_sym_BANG_EQ] = ACTIONS(4210), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4212), + [anon_sym_EQ_EQ] = ACTIONS(4210), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4212), + [anon_sym_LT_EQ] = ACTIONS(4212), + [anon_sym_GT_EQ] = ACTIONS(4212), + [anon_sym_BANGin] = ACTIONS(4212), + [anon_sym_is] = ACTIONS(4210), + [anon_sym_BANGis] = ACTIONS(4212), + [anon_sym_PLUS] = ACTIONS(4210), + [anon_sym_DASH] = ACTIONS(4210), + [anon_sym_SLASH] = ACTIONS(4210), + [anon_sym_PERCENT] = ACTIONS(4212), + [anon_sym_as_QMARK] = ACTIONS(4212), + [anon_sym_PLUS_PLUS] = ACTIONS(4212), + [anon_sym_DASH_DASH] = ACTIONS(4212), + [anon_sym_BANG_BANG] = ACTIONS(4212), + [anon_sym_suspend] = ACTIONS(4210), + [anon_sym_sealed] = ACTIONS(4210), + [anon_sym_annotation] = ACTIONS(4210), + [anon_sym_data] = ACTIONS(4210), + [anon_sym_inner] = ACTIONS(4210), + [anon_sym_override] = ACTIONS(4210), + [anon_sym_lateinit] = ACTIONS(4210), + [anon_sym_public] = ACTIONS(4210), + [anon_sym_private] = ACTIONS(4210), + [anon_sym_internal] = ACTIONS(4210), + [anon_sym_protected] = ACTIONS(4210), + [anon_sym_tailrec] = ACTIONS(4210), + [anon_sym_operator] = ACTIONS(4210), + [anon_sym_infix] = ACTIONS(4210), + [anon_sym_inline] = ACTIONS(4210), + [anon_sym_external] = ACTIONS(4210), + [sym_property_modifier] = ACTIONS(4210), + [anon_sym_abstract] = ACTIONS(4210), + [anon_sym_final] = ACTIONS(4210), + [anon_sym_open] = ACTIONS(4210), + [anon_sym_vararg] = ACTIONS(4210), + [anon_sym_noinline] = ACTIONS(4210), + [anon_sym_crossinline] = ACTIONS(4210), + [anon_sym_expect] = ACTIONS(4210), + [anon_sym_actual] = ACTIONS(4210), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4212), + [sym_safe_nav] = ACTIONS(4212), [sym_multiline_comment] = ACTIONS(3), }, [4084] = { - [sym_function_body] = STATE(3234), - [sym__block] = STATE(3367), - [sym__alpha_identifier] = ACTIONS(4181), - [anon_sym_AT] = ACTIONS(4183), - [anon_sym_LBRACK] = ACTIONS(4183), - [anon_sym_as] = ACTIONS(4181), - [anon_sym_EQ] = ACTIONS(6952), - [anon_sym_LBRACE] = ACTIONS(6236), - [anon_sym_RBRACE] = ACTIONS(4183), - [anon_sym_LPAREN] = ACTIONS(4183), - [anon_sym_RPAREN] = ACTIONS(4183), - [anon_sym_LT] = ACTIONS(4181), - [anon_sym_GT] = ACTIONS(4181), - [anon_sym_DOT] = ACTIONS(4181), - [anon_sym_SEMI] = ACTIONS(4183), - [anon_sym_get] = ACTIONS(4181), - [anon_sym_set] = ACTIONS(4181), - [anon_sym_STAR] = ACTIONS(4183), - [sym_label] = ACTIONS(4183), - [anon_sym_in] = ACTIONS(4181), - [anon_sym_while] = ACTIONS(4181), - [anon_sym_DOT_DOT] = ACTIONS(4183), - [anon_sym_QMARK_COLON] = ACTIONS(4183), - [anon_sym_AMP_AMP] = ACTIONS(4183), - [anon_sym_PIPE_PIPE] = ACTIONS(4183), - [anon_sym_else] = ACTIONS(4181), - [anon_sym_COLON_COLON] = ACTIONS(4183), - [anon_sym_BANG_EQ] = ACTIONS(4181), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4183), - [anon_sym_EQ_EQ] = ACTIONS(4181), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4183), - [anon_sym_LT_EQ] = ACTIONS(4183), - [anon_sym_GT_EQ] = ACTIONS(4183), - [anon_sym_BANGin] = ACTIONS(4183), - [anon_sym_is] = ACTIONS(4181), - [anon_sym_BANGis] = ACTIONS(4183), - [anon_sym_PLUS] = ACTIONS(4181), - [anon_sym_DASH] = ACTIONS(4181), - [anon_sym_SLASH] = ACTIONS(4181), - [anon_sym_PERCENT] = ACTIONS(4183), - [anon_sym_as_QMARK] = ACTIONS(4183), - [anon_sym_PLUS_PLUS] = ACTIONS(4183), - [anon_sym_DASH_DASH] = ACTIONS(4183), - [anon_sym_BANG_BANG] = ACTIONS(4183), - [anon_sym_suspend] = ACTIONS(4181), - [anon_sym_sealed] = ACTIONS(4181), - [anon_sym_annotation] = ACTIONS(4181), - [anon_sym_data] = ACTIONS(4181), - [anon_sym_inner] = ACTIONS(4181), - [anon_sym_override] = ACTIONS(4181), - [anon_sym_lateinit] = ACTIONS(4181), - [anon_sym_public] = ACTIONS(4181), - [anon_sym_private] = ACTIONS(4181), - [anon_sym_internal] = ACTIONS(4181), - [anon_sym_protected] = ACTIONS(4181), - [anon_sym_tailrec] = ACTIONS(4181), - [anon_sym_operator] = ACTIONS(4181), - [anon_sym_infix] = ACTIONS(4181), - [anon_sym_inline] = ACTIONS(4181), - [anon_sym_external] = ACTIONS(4181), - [sym_property_modifier] = ACTIONS(4181), - [anon_sym_abstract] = ACTIONS(4181), - [anon_sym_final] = ACTIONS(4181), - [anon_sym_open] = ACTIONS(4181), - [anon_sym_vararg] = ACTIONS(4181), - [anon_sym_noinline] = ACTIONS(4181), - [anon_sym_crossinline] = ACTIONS(4181), - [anon_sym_expect] = ACTIONS(4181), - [anon_sym_actual] = ACTIONS(4181), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4183), - [sym_safe_nav] = ACTIONS(4183), - [sym_multiline_comment] = ACTIONS(3), + [sym_class_body] = STATE(3344), + [sym__alpha_identifier] = ACTIONS(4410), + [anon_sym_AT] = ACTIONS(4412), + [anon_sym_COLON] = ACTIONS(7147), + [anon_sym_LBRACK] = ACTIONS(4412), + [anon_sym_as] = ACTIONS(4410), + [anon_sym_LBRACE] = ACTIONS(3144), + [anon_sym_RBRACE] = ACTIONS(4412), + [anon_sym_LPAREN] = ACTIONS(4412), + [anon_sym_LT] = ACTIONS(4410), + [anon_sym_GT] = ACTIONS(4410), + [anon_sym_object] = ACTIONS(4410), + [anon_sym_fun] = ACTIONS(4410), + [anon_sym_DOT] = ACTIONS(4410), + [anon_sym_SEMI] = ACTIONS(4412), + [anon_sym_get] = ACTIONS(4410), + [anon_sym_set] = ACTIONS(4410), + [anon_sym_this] = ACTIONS(4410), + [anon_sym_super] = ACTIONS(4410), + [anon_sym_STAR] = ACTIONS(4412), + [sym_label] = ACTIONS(4410), + [anon_sym_in] = ACTIONS(4410), + [anon_sym_DOT_DOT] = ACTIONS(4412), + [anon_sym_QMARK_COLON] = ACTIONS(4412), + [anon_sym_AMP_AMP] = ACTIONS(4412), + [anon_sym_PIPE_PIPE] = ACTIONS(4412), + [anon_sym_null] = ACTIONS(4410), + [anon_sym_if] = ACTIONS(4410), + [anon_sym_else] = ACTIONS(4410), + [anon_sym_when] = ACTIONS(4410), + [anon_sym_try] = ACTIONS(4410), + [anon_sym_throw] = ACTIONS(4410), + [anon_sym_return] = ACTIONS(4410), + [anon_sym_continue] = ACTIONS(4410), + [anon_sym_break] = ACTIONS(4410), + [anon_sym_COLON_COLON] = ACTIONS(4412), + [anon_sym_BANG_EQ] = ACTIONS(4410), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4412), + [anon_sym_EQ_EQ] = ACTIONS(4410), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4412), + [anon_sym_LT_EQ] = ACTIONS(4412), + [anon_sym_GT_EQ] = ACTIONS(4412), + [anon_sym_BANGin] = ACTIONS(4412), + [anon_sym_is] = ACTIONS(4410), + [anon_sym_BANGis] = ACTIONS(4412), + [anon_sym_PLUS] = ACTIONS(4410), + [anon_sym_DASH] = ACTIONS(4410), + [anon_sym_SLASH] = ACTIONS(4410), + [anon_sym_PERCENT] = ACTIONS(4412), + [anon_sym_as_QMARK] = ACTIONS(4412), + [anon_sym_PLUS_PLUS] = ACTIONS(4412), + [anon_sym_DASH_DASH] = ACTIONS(4412), + [anon_sym_BANG] = ACTIONS(4410), + [anon_sym_BANG_BANG] = ACTIONS(4412), + [anon_sym_data] = ACTIONS(4410), + [anon_sym_inner] = ACTIONS(4410), + [anon_sym_expect] = ACTIONS(4410), + [anon_sym_actual] = ACTIONS(4410), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4412), + [anon_sym_continue_AT] = ACTIONS(4412), + [anon_sym_break_AT] = ACTIONS(4412), + [sym_real_literal] = ACTIONS(4412), + [sym_integer_literal] = ACTIONS(4410), + [sym_hex_literal] = ACTIONS(4412), + [sym_bin_literal] = ACTIONS(4412), + [anon_sym_true] = ACTIONS(4410), + [anon_sym_false] = ACTIONS(4410), + [anon_sym_SQUOTE] = ACTIONS(4412), + [sym__backtick_identifier] = ACTIONS(4412), + [sym__automatic_semicolon] = ACTIONS(4412), + [sym_safe_nav] = ACTIONS(4412), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4412), }, [4085] = { - [sym_function_body] = STATE(3262), - [sym__block] = STATE(3367), - [sym__alpha_identifier] = ACTIONS(4503), - [anon_sym_AT] = ACTIONS(4505), - [anon_sym_LBRACK] = ACTIONS(4505), - [anon_sym_as] = ACTIONS(4503), - [anon_sym_EQ] = ACTIONS(6952), - [anon_sym_LBRACE] = ACTIONS(6236), - [anon_sym_RBRACE] = ACTIONS(4505), - [anon_sym_LPAREN] = ACTIONS(4505), - [anon_sym_RPAREN] = ACTIONS(4505), - [anon_sym_LT] = ACTIONS(4503), - [anon_sym_GT] = ACTIONS(4503), - [anon_sym_DOT] = ACTIONS(4503), - [anon_sym_SEMI] = ACTIONS(4505), - [anon_sym_get] = ACTIONS(4503), - [anon_sym_set] = ACTIONS(4503), - [anon_sym_STAR] = ACTIONS(4505), - [sym_label] = ACTIONS(4505), - [anon_sym_in] = ACTIONS(4503), - [anon_sym_while] = ACTIONS(4503), - [anon_sym_DOT_DOT] = ACTIONS(4505), - [anon_sym_QMARK_COLON] = ACTIONS(4505), - [anon_sym_AMP_AMP] = ACTIONS(4505), - [anon_sym_PIPE_PIPE] = ACTIONS(4505), - [anon_sym_else] = ACTIONS(4503), - [anon_sym_COLON_COLON] = ACTIONS(4505), - [anon_sym_BANG_EQ] = ACTIONS(4503), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4505), - [anon_sym_EQ_EQ] = ACTIONS(4503), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4505), - [anon_sym_LT_EQ] = ACTIONS(4505), - [anon_sym_GT_EQ] = ACTIONS(4505), - [anon_sym_BANGin] = ACTIONS(4505), - [anon_sym_is] = ACTIONS(4503), - [anon_sym_BANGis] = ACTIONS(4505), - [anon_sym_PLUS] = ACTIONS(4503), - [anon_sym_DASH] = ACTIONS(4503), - [anon_sym_SLASH] = ACTIONS(4503), - [anon_sym_PERCENT] = ACTIONS(4505), - [anon_sym_as_QMARK] = ACTIONS(4505), - [anon_sym_PLUS_PLUS] = ACTIONS(4505), - [anon_sym_DASH_DASH] = ACTIONS(4505), - [anon_sym_BANG_BANG] = ACTIONS(4505), - [anon_sym_suspend] = ACTIONS(4503), - [anon_sym_sealed] = ACTIONS(4503), - [anon_sym_annotation] = ACTIONS(4503), - [anon_sym_data] = ACTIONS(4503), - [anon_sym_inner] = ACTIONS(4503), - [anon_sym_override] = ACTIONS(4503), - [anon_sym_lateinit] = ACTIONS(4503), - [anon_sym_public] = ACTIONS(4503), - [anon_sym_private] = ACTIONS(4503), - [anon_sym_internal] = ACTIONS(4503), - [anon_sym_protected] = ACTIONS(4503), - [anon_sym_tailrec] = ACTIONS(4503), - [anon_sym_operator] = ACTIONS(4503), - [anon_sym_infix] = ACTIONS(4503), - [anon_sym_inline] = ACTIONS(4503), - [anon_sym_external] = ACTIONS(4503), - [sym_property_modifier] = ACTIONS(4503), - [anon_sym_abstract] = ACTIONS(4503), - [anon_sym_final] = ACTIONS(4503), - [anon_sym_open] = ACTIONS(4503), - [anon_sym_vararg] = ACTIONS(4503), - [anon_sym_noinline] = ACTIONS(4503), - [anon_sym_crossinline] = ACTIONS(4503), - [anon_sym_expect] = ACTIONS(4503), - [anon_sym_actual] = ACTIONS(4503), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4505), - [sym_safe_nav] = ACTIONS(4505), + [sym_type_constraints] = STATE(4144), + [sym_function_body] = STATE(3707), + [sym__block] = STATE(3738), + [sym__alpha_identifier] = ACTIONS(4260), + [anon_sym_AT] = ACTIONS(4262), + [anon_sym_LBRACK] = ACTIONS(4262), + [anon_sym_as] = ACTIONS(4260), + [anon_sym_EQ] = ACTIONS(7028), + [anon_sym_LBRACE] = ACTIONS(6461), + [anon_sym_RBRACE] = ACTIONS(4262), + [anon_sym_LPAREN] = ACTIONS(4262), + [anon_sym_LT] = ACTIONS(4260), + [anon_sym_GT] = ACTIONS(4260), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(4260), + [anon_sym_SEMI] = ACTIONS(4262), + [anon_sym_get] = ACTIONS(4260), + [anon_sym_set] = ACTIONS(4260), + [anon_sym_STAR] = ACTIONS(4262), + [sym_label] = ACTIONS(4262), + [anon_sym_in] = ACTIONS(4260), + [anon_sym_DOT_DOT] = ACTIONS(4262), + [anon_sym_QMARK_COLON] = ACTIONS(4262), + [anon_sym_AMP_AMP] = ACTIONS(4262), + [anon_sym_PIPE_PIPE] = ACTIONS(4262), + [anon_sym_else] = ACTIONS(4260), + [anon_sym_COLON_COLON] = ACTIONS(4262), + [anon_sym_BANG_EQ] = ACTIONS(4260), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4262), + [anon_sym_EQ_EQ] = ACTIONS(4260), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4262), + [anon_sym_LT_EQ] = ACTIONS(4262), + [anon_sym_GT_EQ] = ACTIONS(4262), + [anon_sym_BANGin] = ACTIONS(4262), + [anon_sym_is] = ACTIONS(4260), + [anon_sym_BANGis] = ACTIONS(4262), + [anon_sym_PLUS] = ACTIONS(4260), + [anon_sym_DASH] = ACTIONS(4260), + [anon_sym_SLASH] = ACTIONS(4260), + [anon_sym_PERCENT] = ACTIONS(4262), + [anon_sym_as_QMARK] = ACTIONS(4262), + [anon_sym_PLUS_PLUS] = ACTIONS(4262), + [anon_sym_DASH_DASH] = ACTIONS(4262), + [anon_sym_BANG_BANG] = ACTIONS(4262), + [anon_sym_suspend] = ACTIONS(4260), + [anon_sym_sealed] = ACTIONS(4260), + [anon_sym_annotation] = ACTIONS(4260), + [anon_sym_data] = ACTIONS(4260), + [anon_sym_inner] = ACTIONS(4260), + [anon_sym_override] = ACTIONS(4260), + [anon_sym_lateinit] = ACTIONS(4260), + [anon_sym_public] = ACTIONS(4260), + [anon_sym_private] = ACTIONS(4260), + [anon_sym_internal] = ACTIONS(4260), + [anon_sym_protected] = ACTIONS(4260), + [anon_sym_tailrec] = ACTIONS(4260), + [anon_sym_operator] = ACTIONS(4260), + [anon_sym_infix] = ACTIONS(4260), + [anon_sym_inline] = ACTIONS(4260), + [anon_sym_external] = ACTIONS(4260), + [sym_property_modifier] = ACTIONS(4260), + [anon_sym_abstract] = ACTIONS(4260), + [anon_sym_final] = ACTIONS(4260), + [anon_sym_open] = ACTIONS(4260), + [anon_sym_vararg] = ACTIONS(4260), + [anon_sym_noinline] = ACTIONS(4260), + [anon_sym_crossinline] = ACTIONS(4260), + [anon_sym_expect] = ACTIONS(4260), + [anon_sym_actual] = ACTIONS(4260), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4262), + [sym__automatic_semicolon] = ACTIONS(4262), + [sym_safe_nav] = ACTIONS(4262), [sym_multiline_comment] = ACTIONS(3), }, [4086] = { - [sym_function_body] = STATE(3145), - [sym__block] = STATE(3367), - [sym__alpha_identifier] = ACTIONS(4095), - [anon_sym_AT] = ACTIONS(4097), - [anon_sym_LBRACK] = ACTIONS(4097), - [anon_sym_as] = ACTIONS(4095), - [anon_sym_EQ] = ACTIONS(6952), - [anon_sym_LBRACE] = ACTIONS(6236), - [anon_sym_RBRACE] = ACTIONS(4097), - [anon_sym_LPAREN] = ACTIONS(4097), - [anon_sym_RPAREN] = ACTIONS(4097), - [anon_sym_LT] = ACTIONS(4095), - [anon_sym_GT] = ACTIONS(4095), - [anon_sym_DOT] = ACTIONS(4095), - [anon_sym_SEMI] = ACTIONS(4097), - [anon_sym_get] = ACTIONS(4095), - [anon_sym_set] = ACTIONS(4095), - [anon_sym_STAR] = ACTIONS(4097), - [sym_label] = ACTIONS(4097), - [anon_sym_in] = ACTIONS(4095), - [anon_sym_while] = ACTIONS(4095), - [anon_sym_DOT_DOT] = ACTIONS(4097), - [anon_sym_QMARK_COLON] = ACTIONS(4097), - [anon_sym_AMP_AMP] = ACTIONS(4097), - [anon_sym_PIPE_PIPE] = ACTIONS(4097), - [anon_sym_else] = ACTIONS(4095), - [anon_sym_COLON_COLON] = ACTIONS(4097), - [anon_sym_BANG_EQ] = ACTIONS(4095), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4097), - [anon_sym_EQ_EQ] = ACTIONS(4095), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4097), - [anon_sym_LT_EQ] = ACTIONS(4097), - [anon_sym_GT_EQ] = ACTIONS(4097), - [anon_sym_BANGin] = ACTIONS(4097), - [anon_sym_is] = ACTIONS(4095), - [anon_sym_BANGis] = ACTIONS(4097), - [anon_sym_PLUS] = ACTIONS(4095), - [anon_sym_DASH] = ACTIONS(4095), - [anon_sym_SLASH] = ACTIONS(4095), - [anon_sym_PERCENT] = ACTIONS(4097), - [anon_sym_as_QMARK] = ACTIONS(4097), - [anon_sym_PLUS_PLUS] = ACTIONS(4097), - [anon_sym_DASH_DASH] = ACTIONS(4097), - [anon_sym_BANG_BANG] = ACTIONS(4097), - [anon_sym_suspend] = ACTIONS(4095), - [anon_sym_sealed] = ACTIONS(4095), - [anon_sym_annotation] = ACTIONS(4095), - [anon_sym_data] = ACTIONS(4095), - [anon_sym_inner] = ACTIONS(4095), - [anon_sym_override] = ACTIONS(4095), - [anon_sym_lateinit] = ACTIONS(4095), - [anon_sym_public] = ACTIONS(4095), - [anon_sym_private] = ACTIONS(4095), - [anon_sym_internal] = ACTIONS(4095), - [anon_sym_protected] = ACTIONS(4095), - [anon_sym_tailrec] = ACTIONS(4095), - [anon_sym_operator] = ACTIONS(4095), - [anon_sym_infix] = ACTIONS(4095), - [anon_sym_inline] = ACTIONS(4095), - [anon_sym_external] = ACTIONS(4095), - [sym_property_modifier] = ACTIONS(4095), - [anon_sym_abstract] = ACTIONS(4095), - [anon_sym_final] = ACTIONS(4095), - [anon_sym_open] = ACTIONS(4095), - [anon_sym_vararg] = ACTIONS(4095), - [anon_sym_noinline] = ACTIONS(4095), - [anon_sym_crossinline] = ACTIONS(4095), - [anon_sym_expect] = ACTIONS(4095), - [anon_sym_actual] = ACTIONS(4095), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4097), - [sym_safe_nav] = ACTIONS(4097), - [sym_multiline_comment] = ACTIONS(3), + [sym__alpha_identifier] = ACTIONS(4792), + [anon_sym_AT] = ACTIONS(4794), + [anon_sym_LBRACK] = ACTIONS(4794), + [anon_sym_as] = ACTIONS(4792), + [anon_sym_LBRACE] = ACTIONS(4794), + [anon_sym_RBRACE] = ACTIONS(4794), + [anon_sym_LPAREN] = ACTIONS(4794), + [anon_sym_COMMA] = ACTIONS(4794), + [anon_sym_LT] = ACTIONS(4792), + [anon_sym_GT] = ACTIONS(4792), + [anon_sym_where] = ACTIONS(4792), + [anon_sym_object] = ACTIONS(4792), + [anon_sym_fun] = ACTIONS(4792), + [anon_sym_DOT] = ACTIONS(4792), + [anon_sym_SEMI] = ACTIONS(4794), + [anon_sym_get] = ACTIONS(4792), + [anon_sym_set] = ACTIONS(4792), + [anon_sym_this] = ACTIONS(4792), + [anon_sym_super] = ACTIONS(4792), + [anon_sym_STAR] = ACTIONS(4794), + [sym_label] = ACTIONS(4792), + [anon_sym_in] = ACTIONS(4792), + [anon_sym_DOT_DOT] = ACTIONS(4794), + [anon_sym_QMARK_COLON] = ACTIONS(4794), + [anon_sym_AMP_AMP] = ACTIONS(4794), + [anon_sym_PIPE_PIPE] = ACTIONS(4794), + [anon_sym_null] = ACTIONS(4792), + [anon_sym_if] = ACTIONS(4792), + [anon_sym_else] = ACTIONS(7125), + [anon_sym_when] = ACTIONS(4792), + [anon_sym_try] = ACTIONS(4792), + [anon_sym_throw] = ACTIONS(4792), + [anon_sym_return] = ACTIONS(4792), + [anon_sym_continue] = ACTIONS(4792), + [anon_sym_break] = ACTIONS(4792), + [anon_sym_COLON_COLON] = ACTIONS(4794), + [anon_sym_BANG_EQ] = ACTIONS(4792), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4794), + [anon_sym_EQ_EQ] = ACTIONS(4792), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4794), + [anon_sym_LT_EQ] = ACTIONS(4794), + [anon_sym_GT_EQ] = ACTIONS(4794), + [anon_sym_BANGin] = ACTIONS(4794), + [anon_sym_is] = ACTIONS(4792), + [anon_sym_BANGis] = ACTIONS(4794), + [anon_sym_PLUS] = ACTIONS(4792), + [anon_sym_DASH] = ACTIONS(4792), + [anon_sym_SLASH] = ACTIONS(4792), + [anon_sym_PERCENT] = ACTIONS(4794), + [anon_sym_as_QMARK] = ACTIONS(4794), + [anon_sym_PLUS_PLUS] = ACTIONS(4794), + [anon_sym_DASH_DASH] = ACTIONS(4794), + [anon_sym_BANG] = ACTIONS(4792), + [anon_sym_BANG_BANG] = ACTIONS(4794), + [anon_sym_data] = ACTIONS(4792), + [anon_sym_inner] = ACTIONS(4792), + [anon_sym_expect] = ACTIONS(4792), + [anon_sym_actual] = ACTIONS(4792), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4794), + [anon_sym_continue_AT] = ACTIONS(4794), + [anon_sym_break_AT] = ACTIONS(4794), + [sym_real_literal] = ACTIONS(4794), + [sym_integer_literal] = ACTIONS(4792), + [sym_hex_literal] = ACTIONS(4794), + [sym_bin_literal] = ACTIONS(4794), + [anon_sym_true] = ACTIONS(4792), + [anon_sym_false] = ACTIONS(4792), + [anon_sym_SQUOTE] = ACTIONS(4794), + [sym__backtick_identifier] = ACTIONS(4794), + [sym__automatic_semicolon] = ACTIONS(4794), + [sym_safe_nav] = ACTIONS(4794), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4794), }, [4087] = { - [sym_value_arguments] = STATE(3893), - [sym__alpha_identifier] = ACTIONS(4454), - [anon_sym_AT] = ACTIONS(4456), - [anon_sym_LBRACK] = ACTIONS(4456), - [anon_sym_as] = ACTIONS(4454), - [anon_sym_LBRACE] = ACTIONS(4456), - [anon_sym_RBRACE] = ACTIONS(4456), - [anon_sym_LPAREN] = ACTIONS(4456), - [anon_sym_COMMA] = ACTIONS(4456), - [anon_sym_by] = ACTIONS(7145), - [anon_sym_LT] = ACTIONS(4454), - [anon_sym_GT] = ACTIONS(4454), - [anon_sym_where] = ACTIONS(4454), - [anon_sym_DOT] = ACTIONS(4454), - [anon_sym_SEMI] = ACTIONS(4456), - [anon_sym_get] = ACTIONS(4454), - [anon_sym_set] = ACTIONS(4454), - [anon_sym_STAR] = ACTIONS(4456), - [sym_label] = ACTIONS(4456), - [anon_sym_in] = ACTIONS(4454), - [anon_sym_DOT_DOT] = ACTIONS(4456), - [anon_sym_QMARK_COLON] = ACTIONS(4456), - [anon_sym_AMP_AMP] = ACTIONS(4456), - [anon_sym_PIPE_PIPE] = ACTIONS(4456), - [anon_sym_else] = ACTIONS(4454), - [anon_sym_COLON_COLON] = ACTIONS(4456), - [anon_sym_BANG_EQ] = ACTIONS(4454), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4456), - [anon_sym_EQ_EQ] = ACTIONS(4454), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4456), - [anon_sym_LT_EQ] = ACTIONS(4456), - [anon_sym_GT_EQ] = ACTIONS(4456), - [anon_sym_BANGin] = ACTIONS(4456), - [anon_sym_is] = ACTIONS(4454), - [anon_sym_BANGis] = ACTIONS(4456), - [anon_sym_PLUS] = ACTIONS(4454), - [anon_sym_DASH] = ACTIONS(4454), - [anon_sym_SLASH] = ACTIONS(4454), - [anon_sym_PERCENT] = ACTIONS(4456), - [anon_sym_as_QMARK] = ACTIONS(4456), - [anon_sym_PLUS_PLUS] = ACTIONS(4456), - [anon_sym_DASH_DASH] = ACTIONS(4456), - [anon_sym_BANG_BANG] = ACTIONS(4456), - [anon_sym_suspend] = ACTIONS(4454), - [anon_sym_sealed] = ACTIONS(4454), - [anon_sym_annotation] = ACTIONS(4454), - [anon_sym_data] = ACTIONS(4454), - [anon_sym_inner] = ACTIONS(4454), - [anon_sym_override] = ACTIONS(4454), - [anon_sym_lateinit] = ACTIONS(4454), - [anon_sym_public] = ACTIONS(4454), - [anon_sym_private] = ACTIONS(4454), - [anon_sym_internal] = ACTIONS(4454), - [anon_sym_protected] = ACTIONS(4454), - [anon_sym_tailrec] = ACTIONS(4454), - [anon_sym_operator] = ACTIONS(4454), - [anon_sym_infix] = ACTIONS(4454), - [anon_sym_inline] = ACTIONS(4454), - [anon_sym_external] = ACTIONS(4454), - [sym_property_modifier] = ACTIONS(4454), - [anon_sym_abstract] = ACTIONS(4454), - [anon_sym_final] = ACTIONS(4454), - [anon_sym_open] = ACTIONS(4454), - [anon_sym_vararg] = ACTIONS(4454), - [anon_sym_noinline] = ACTIONS(4454), - [anon_sym_crossinline] = ACTIONS(4454), - [anon_sym_expect] = ACTIONS(4454), - [anon_sym_actual] = ACTIONS(4454), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4456), - [sym__automatic_semicolon] = ACTIONS(4456), - [sym_safe_nav] = ACTIONS(4456), + [sym_type_constraints] = STATE(4152), + [sym_function_body] = STATE(3788), + [sym__block] = STATE(3738), + [sym__alpha_identifier] = ACTIONS(4099), + [anon_sym_AT] = ACTIONS(4101), + [anon_sym_LBRACK] = ACTIONS(4101), + [anon_sym_as] = ACTIONS(4099), + [anon_sym_EQ] = ACTIONS(7028), + [anon_sym_LBRACE] = ACTIONS(6461), + [anon_sym_RBRACE] = ACTIONS(4101), + [anon_sym_LPAREN] = ACTIONS(4101), + [anon_sym_LT] = ACTIONS(4099), + [anon_sym_GT] = ACTIONS(4099), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(4099), + [anon_sym_SEMI] = ACTIONS(4101), + [anon_sym_get] = ACTIONS(4099), + [anon_sym_set] = ACTIONS(4099), + [anon_sym_STAR] = ACTIONS(4101), + [sym_label] = ACTIONS(4101), + [anon_sym_in] = ACTIONS(4099), + [anon_sym_DOT_DOT] = ACTIONS(4101), + [anon_sym_QMARK_COLON] = ACTIONS(4101), + [anon_sym_AMP_AMP] = ACTIONS(4101), + [anon_sym_PIPE_PIPE] = ACTIONS(4101), + [anon_sym_else] = ACTIONS(4099), + [anon_sym_COLON_COLON] = ACTIONS(4101), + [anon_sym_BANG_EQ] = ACTIONS(4099), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4101), + [anon_sym_EQ_EQ] = ACTIONS(4099), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4101), + [anon_sym_LT_EQ] = ACTIONS(4101), + [anon_sym_GT_EQ] = ACTIONS(4101), + [anon_sym_BANGin] = ACTIONS(4101), + [anon_sym_is] = ACTIONS(4099), + [anon_sym_BANGis] = ACTIONS(4101), + [anon_sym_PLUS] = ACTIONS(4099), + [anon_sym_DASH] = ACTIONS(4099), + [anon_sym_SLASH] = ACTIONS(4099), + [anon_sym_PERCENT] = ACTIONS(4101), + [anon_sym_as_QMARK] = ACTIONS(4101), + [anon_sym_PLUS_PLUS] = ACTIONS(4101), + [anon_sym_DASH_DASH] = ACTIONS(4101), + [anon_sym_BANG_BANG] = ACTIONS(4101), + [anon_sym_suspend] = ACTIONS(4099), + [anon_sym_sealed] = ACTIONS(4099), + [anon_sym_annotation] = ACTIONS(4099), + [anon_sym_data] = ACTIONS(4099), + [anon_sym_inner] = ACTIONS(4099), + [anon_sym_override] = ACTIONS(4099), + [anon_sym_lateinit] = ACTIONS(4099), + [anon_sym_public] = ACTIONS(4099), + [anon_sym_private] = ACTIONS(4099), + [anon_sym_internal] = ACTIONS(4099), + [anon_sym_protected] = ACTIONS(4099), + [anon_sym_tailrec] = ACTIONS(4099), + [anon_sym_operator] = ACTIONS(4099), + [anon_sym_infix] = ACTIONS(4099), + [anon_sym_inline] = ACTIONS(4099), + [anon_sym_external] = ACTIONS(4099), + [sym_property_modifier] = ACTIONS(4099), + [anon_sym_abstract] = ACTIONS(4099), + [anon_sym_final] = ACTIONS(4099), + [anon_sym_open] = ACTIONS(4099), + [anon_sym_vararg] = ACTIONS(4099), + [anon_sym_noinline] = ACTIONS(4099), + [anon_sym_crossinline] = ACTIONS(4099), + [anon_sym_expect] = ACTIONS(4099), + [anon_sym_actual] = ACTIONS(4099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4101), + [sym__automatic_semicolon] = ACTIONS(4101), + [sym_safe_nav] = ACTIONS(4101), [sym_multiline_comment] = ACTIONS(3), }, [4088] = { - [aux_sym__delegation_specifiers_repeat1] = STATE(4091), - [sym__alpha_identifier] = ACTIONS(4678), - [anon_sym_AT] = ACTIONS(4680), - [anon_sym_LBRACK] = ACTIONS(4680), - [anon_sym_as] = ACTIONS(4678), - [anon_sym_LBRACE] = ACTIONS(4680), - [anon_sym_RBRACE] = ACTIONS(4680), - [anon_sym_LPAREN] = ACTIONS(4680), - [anon_sym_COMMA] = ACTIONS(7147), - [anon_sym_RPAREN] = ACTIONS(4680), - [anon_sym_LT] = ACTIONS(4678), - [anon_sym_GT] = ACTIONS(4678), - [anon_sym_where] = ACTIONS(4678), - [anon_sym_DOT] = ACTIONS(4678), - [anon_sym_SEMI] = ACTIONS(4680), - [anon_sym_get] = ACTIONS(4678), - [anon_sym_set] = ACTIONS(4678), - [anon_sym_STAR] = ACTIONS(4680), - [sym_label] = ACTIONS(4680), - [anon_sym_in] = ACTIONS(4678), - [anon_sym_while] = ACTIONS(4678), - [anon_sym_DOT_DOT] = ACTIONS(4680), - [anon_sym_QMARK_COLON] = ACTIONS(4680), - [anon_sym_AMP_AMP] = ACTIONS(4680), - [anon_sym_PIPE_PIPE] = ACTIONS(4680), - [anon_sym_else] = ACTIONS(4678), - [anon_sym_COLON_COLON] = ACTIONS(4680), - [anon_sym_BANG_EQ] = ACTIONS(4678), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4680), - [anon_sym_EQ_EQ] = ACTIONS(4678), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4680), - [anon_sym_LT_EQ] = ACTIONS(4680), - [anon_sym_GT_EQ] = ACTIONS(4680), - [anon_sym_BANGin] = ACTIONS(4680), - [anon_sym_is] = ACTIONS(4678), - [anon_sym_BANGis] = ACTIONS(4680), - [anon_sym_PLUS] = ACTIONS(4678), - [anon_sym_DASH] = ACTIONS(4678), - [anon_sym_SLASH] = ACTIONS(4678), - [anon_sym_PERCENT] = ACTIONS(4680), - [anon_sym_as_QMARK] = ACTIONS(4680), - [anon_sym_PLUS_PLUS] = ACTIONS(4680), - [anon_sym_DASH_DASH] = ACTIONS(4680), - [anon_sym_BANG_BANG] = ACTIONS(4680), - [anon_sym_suspend] = ACTIONS(4678), - [anon_sym_sealed] = ACTIONS(4678), - [anon_sym_annotation] = ACTIONS(4678), - [anon_sym_data] = ACTIONS(4678), - [anon_sym_inner] = ACTIONS(4678), - [anon_sym_override] = ACTIONS(4678), - [anon_sym_lateinit] = ACTIONS(4678), - [anon_sym_public] = ACTIONS(4678), - [anon_sym_private] = ACTIONS(4678), - [anon_sym_internal] = ACTIONS(4678), - [anon_sym_protected] = ACTIONS(4678), - [anon_sym_tailrec] = ACTIONS(4678), - [anon_sym_operator] = ACTIONS(4678), - [anon_sym_infix] = ACTIONS(4678), - [anon_sym_inline] = ACTIONS(4678), - [anon_sym_external] = ACTIONS(4678), - [sym_property_modifier] = ACTIONS(4678), - [anon_sym_abstract] = ACTIONS(4678), - [anon_sym_final] = ACTIONS(4678), - [anon_sym_open] = ACTIONS(4678), - [anon_sym_vararg] = ACTIONS(4678), - [anon_sym_noinline] = ACTIONS(4678), - [anon_sym_crossinline] = ACTIONS(4678), - [anon_sym_expect] = ACTIONS(4678), - [anon_sym_actual] = ACTIONS(4678), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4680), - [sym_safe_nav] = ACTIONS(4680), + [sym__alpha_identifier] = ACTIONS(4961), + [anon_sym_AT] = ACTIONS(4963), + [anon_sym_LBRACK] = ACTIONS(4963), + [anon_sym_RBRACK] = ACTIONS(4963), + [anon_sym_as] = ACTIONS(4961), + [anon_sym_LBRACE] = ACTIONS(4963), + [anon_sym_RBRACE] = ACTIONS(4963), + [anon_sym_LPAREN] = ACTIONS(7149), + [anon_sym_COMMA] = ACTIONS(4963), + [anon_sym_RPAREN] = ACTIONS(4963), + [anon_sym_LT] = ACTIONS(4961), + [anon_sym_GT] = ACTIONS(4961), + [anon_sym_where] = ACTIONS(4961), + [anon_sym_DOT] = ACTIONS(4961), + [anon_sym_SEMI] = ACTIONS(4963), + [anon_sym_get] = ACTIONS(4961), + [anon_sym_set] = ACTIONS(4961), + [anon_sym_STAR] = ACTIONS(4963), + [anon_sym_DASH_GT] = ACTIONS(4963), + [sym_label] = ACTIONS(4963), + [anon_sym_in] = ACTIONS(4961), + [anon_sym_while] = ACTIONS(4961), + [anon_sym_DOT_DOT] = ACTIONS(4963), + [anon_sym_QMARK_COLON] = ACTIONS(4963), + [anon_sym_AMP_AMP] = ACTIONS(4963), + [anon_sym_PIPE_PIPE] = ACTIONS(4963), + [anon_sym_else] = ACTIONS(4961), + [anon_sym_COLON_COLON] = ACTIONS(4963), + [anon_sym_BANG_EQ] = ACTIONS(4961), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4963), + [anon_sym_EQ_EQ] = ACTIONS(4961), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4963), + [anon_sym_LT_EQ] = ACTIONS(4963), + [anon_sym_GT_EQ] = ACTIONS(4963), + [anon_sym_BANGin] = ACTIONS(4963), + [anon_sym_is] = ACTIONS(4961), + [anon_sym_BANGis] = ACTIONS(4963), + [anon_sym_PLUS] = ACTIONS(4961), + [anon_sym_DASH] = ACTIONS(4961), + [anon_sym_SLASH] = ACTIONS(4961), + [anon_sym_PERCENT] = ACTIONS(4963), + [anon_sym_as_QMARK] = ACTIONS(4963), + [anon_sym_PLUS_PLUS] = ACTIONS(4963), + [anon_sym_DASH_DASH] = ACTIONS(4963), + [anon_sym_BANG_BANG] = ACTIONS(4963), + [anon_sym_suspend] = ACTIONS(4961), + [anon_sym_sealed] = ACTIONS(4961), + [anon_sym_annotation] = ACTIONS(4961), + [anon_sym_data] = ACTIONS(4961), + [anon_sym_inner] = ACTIONS(4961), + [anon_sym_override] = ACTIONS(4961), + [anon_sym_lateinit] = ACTIONS(4961), + [anon_sym_public] = ACTIONS(4961), + [anon_sym_private] = ACTIONS(4961), + [anon_sym_internal] = ACTIONS(4961), + [anon_sym_protected] = ACTIONS(4961), + [anon_sym_tailrec] = ACTIONS(4961), + [anon_sym_operator] = ACTIONS(4961), + [anon_sym_infix] = ACTIONS(4961), + [anon_sym_inline] = ACTIONS(4961), + [anon_sym_external] = ACTIONS(4961), + [sym_property_modifier] = ACTIONS(4961), + [anon_sym_abstract] = ACTIONS(4961), + [anon_sym_final] = ACTIONS(4961), + [anon_sym_open] = ACTIONS(4961), + [anon_sym_vararg] = ACTIONS(4961), + [anon_sym_noinline] = ACTIONS(4961), + [anon_sym_crossinline] = ACTIONS(4961), + [anon_sym_expect] = ACTIONS(4961), + [anon_sym_actual] = ACTIONS(4961), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4963), + [sym_safe_nav] = ACTIONS(4963), [sym_multiline_comment] = ACTIONS(3), }, [4089] = { - [sym_class_body] = STATE(3813), - [sym_type_constraints] = STATE(3582), - [sym__alpha_identifier] = ACTIONS(3214), - [anon_sym_AT] = ACTIONS(3218), - [anon_sym_COLON] = ACTIONS(6172), - [anon_sym_LBRACK] = ACTIONS(3218), - [anon_sym_as] = ACTIONS(3214), - [anon_sym_LBRACE] = ACTIONS(5421), - [anon_sym_RBRACE] = ACTIONS(3218), - [anon_sym_LPAREN] = ACTIONS(3218), - [anon_sym_LT] = ACTIONS(3214), - [anon_sym_GT] = ACTIONS(3214), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(3214), - [anon_sym_SEMI] = ACTIONS(3218), - [anon_sym_get] = ACTIONS(3214), - [anon_sym_set] = ACTIONS(3214), - [anon_sym_STAR] = ACTIONS(3218), - [sym_label] = ACTIONS(3218), - [anon_sym_in] = ACTIONS(3214), - [anon_sym_DOT_DOT] = ACTIONS(3218), - [anon_sym_QMARK_COLON] = ACTIONS(3218), - [anon_sym_AMP_AMP] = ACTIONS(3218), - [anon_sym_PIPE_PIPE] = ACTIONS(3218), - [anon_sym_else] = ACTIONS(3214), - [anon_sym_COLON_COLON] = ACTIONS(3218), - [anon_sym_BANG_EQ] = ACTIONS(3214), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3218), - [anon_sym_EQ_EQ] = ACTIONS(3214), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3218), - [anon_sym_LT_EQ] = ACTIONS(3218), - [anon_sym_GT_EQ] = ACTIONS(3218), - [anon_sym_BANGin] = ACTIONS(3218), - [anon_sym_is] = ACTIONS(3214), - [anon_sym_BANGis] = ACTIONS(3218), - [anon_sym_PLUS] = ACTIONS(3214), - [anon_sym_DASH] = ACTIONS(3214), - [anon_sym_SLASH] = ACTIONS(3214), - [anon_sym_PERCENT] = ACTIONS(3218), - [anon_sym_as_QMARK] = ACTIONS(3218), - [anon_sym_PLUS_PLUS] = ACTIONS(3218), - [anon_sym_DASH_DASH] = ACTIONS(3218), - [anon_sym_BANG_BANG] = ACTIONS(3218), - [anon_sym_suspend] = ACTIONS(3214), - [anon_sym_sealed] = ACTIONS(3214), - [anon_sym_annotation] = ACTIONS(3214), - [anon_sym_data] = ACTIONS(3214), - [anon_sym_inner] = ACTIONS(3214), - [anon_sym_override] = ACTIONS(3214), - [anon_sym_lateinit] = ACTIONS(3214), - [anon_sym_public] = ACTIONS(3214), - [anon_sym_private] = ACTIONS(3214), - [anon_sym_internal] = ACTIONS(3214), - [anon_sym_protected] = ACTIONS(3214), - [anon_sym_tailrec] = ACTIONS(3214), - [anon_sym_operator] = ACTIONS(3214), - [anon_sym_infix] = ACTIONS(3214), - [anon_sym_inline] = ACTIONS(3214), - [anon_sym_external] = ACTIONS(3214), - [sym_property_modifier] = ACTIONS(3214), - [anon_sym_abstract] = ACTIONS(3214), - [anon_sym_final] = ACTIONS(3214), - [anon_sym_open] = ACTIONS(3214), - [anon_sym_vararg] = ACTIONS(3214), - [anon_sym_noinline] = ACTIONS(3214), - [anon_sym_crossinline] = ACTIONS(3214), - [anon_sym_expect] = ACTIONS(3214), - [anon_sym_actual] = ACTIONS(3214), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3218), - [sym__automatic_semicolon] = ACTIONS(3218), - [sym_safe_nav] = ACTIONS(3218), + [sym__alpha_identifier] = ACTIONS(4955), + [anon_sym_AT] = ACTIONS(4957), + [anon_sym_LBRACK] = ACTIONS(4957), + [anon_sym_RBRACK] = ACTIONS(4957), + [anon_sym_as] = ACTIONS(4955), + [anon_sym_LBRACE] = ACTIONS(4957), + [anon_sym_RBRACE] = ACTIONS(4957), + [anon_sym_LPAREN] = ACTIONS(7151), + [anon_sym_COMMA] = ACTIONS(4957), + [anon_sym_RPAREN] = ACTIONS(4957), + [anon_sym_LT] = ACTIONS(4955), + [anon_sym_GT] = ACTIONS(4955), + [anon_sym_where] = ACTIONS(4955), + [anon_sym_DOT] = ACTIONS(4955), + [anon_sym_SEMI] = ACTIONS(4957), + [anon_sym_get] = ACTIONS(4955), + [anon_sym_set] = ACTIONS(4955), + [anon_sym_STAR] = ACTIONS(4957), + [anon_sym_DASH_GT] = ACTIONS(4957), + [sym_label] = ACTIONS(4957), + [anon_sym_in] = ACTIONS(4955), + [anon_sym_while] = ACTIONS(4955), + [anon_sym_DOT_DOT] = ACTIONS(4957), + [anon_sym_QMARK_COLON] = ACTIONS(4957), + [anon_sym_AMP_AMP] = ACTIONS(4957), + [anon_sym_PIPE_PIPE] = ACTIONS(4957), + [anon_sym_else] = ACTIONS(4955), + [anon_sym_COLON_COLON] = ACTIONS(4957), + [anon_sym_BANG_EQ] = ACTIONS(4955), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4957), + [anon_sym_EQ_EQ] = ACTIONS(4955), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4957), + [anon_sym_LT_EQ] = ACTIONS(4957), + [anon_sym_GT_EQ] = ACTIONS(4957), + [anon_sym_BANGin] = ACTIONS(4957), + [anon_sym_is] = ACTIONS(4955), + [anon_sym_BANGis] = ACTIONS(4957), + [anon_sym_PLUS] = ACTIONS(4955), + [anon_sym_DASH] = ACTIONS(4955), + [anon_sym_SLASH] = ACTIONS(4955), + [anon_sym_PERCENT] = ACTIONS(4957), + [anon_sym_as_QMARK] = ACTIONS(4957), + [anon_sym_PLUS_PLUS] = ACTIONS(4957), + [anon_sym_DASH_DASH] = ACTIONS(4957), + [anon_sym_BANG_BANG] = ACTIONS(4957), + [anon_sym_suspend] = ACTIONS(4955), + [anon_sym_sealed] = ACTIONS(4955), + [anon_sym_annotation] = ACTIONS(4955), + [anon_sym_data] = ACTIONS(4955), + [anon_sym_inner] = ACTIONS(4955), + [anon_sym_override] = ACTIONS(4955), + [anon_sym_lateinit] = ACTIONS(4955), + [anon_sym_public] = ACTIONS(4955), + [anon_sym_private] = ACTIONS(4955), + [anon_sym_internal] = ACTIONS(4955), + [anon_sym_protected] = ACTIONS(4955), + [anon_sym_tailrec] = ACTIONS(4955), + [anon_sym_operator] = ACTIONS(4955), + [anon_sym_infix] = ACTIONS(4955), + [anon_sym_inline] = ACTIONS(4955), + [anon_sym_external] = ACTIONS(4955), + [sym_property_modifier] = ACTIONS(4955), + [anon_sym_abstract] = ACTIONS(4955), + [anon_sym_final] = ACTIONS(4955), + [anon_sym_open] = ACTIONS(4955), + [anon_sym_vararg] = ACTIONS(4955), + [anon_sym_noinline] = ACTIONS(4955), + [anon_sym_crossinline] = ACTIONS(4955), + [anon_sym_expect] = ACTIONS(4955), + [anon_sym_actual] = ACTIONS(4955), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4957), + [sym_safe_nav] = ACTIONS(4957), [sym_multiline_comment] = ACTIONS(3), }, [4090] = { - [sym_function_body] = STATE(3302), - [sym__block] = STATE(3367), - [sym__alpha_identifier] = ACTIONS(4326), - [anon_sym_AT] = ACTIONS(4328), - [anon_sym_LBRACK] = ACTIONS(4328), - [anon_sym_as] = ACTIONS(4326), - [anon_sym_EQ] = ACTIONS(6952), - [anon_sym_LBRACE] = ACTIONS(6236), - [anon_sym_RBRACE] = ACTIONS(4328), - [anon_sym_LPAREN] = ACTIONS(4328), - [anon_sym_RPAREN] = ACTIONS(4328), - [anon_sym_LT] = ACTIONS(4326), - [anon_sym_GT] = ACTIONS(4326), - [anon_sym_DOT] = ACTIONS(4326), - [anon_sym_SEMI] = ACTIONS(4328), - [anon_sym_get] = ACTIONS(4326), - [anon_sym_set] = ACTIONS(4326), - [anon_sym_STAR] = ACTIONS(4328), - [sym_label] = ACTIONS(4328), - [anon_sym_in] = ACTIONS(4326), - [anon_sym_while] = ACTIONS(4326), - [anon_sym_DOT_DOT] = ACTIONS(4328), - [anon_sym_QMARK_COLON] = ACTIONS(4328), - [anon_sym_AMP_AMP] = ACTIONS(4328), - [anon_sym_PIPE_PIPE] = ACTIONS(4328), - [anon_sym_else] = ACTIONS(4326), - [anon_sym_COLON_COLON] = ACTIONS(4328), - [anon_sym_BANG_EQ] = ACTIONS(4326), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4328), - [anon_sym_EQ_EQ] = ACTIONS(4326), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4328), - [anon_sym_LT_EQ] = ACTIONS(4328), - [anon_sym_GT_EQ] = ACTIONS(4328), - [anon_sym_BANGin] = ACTIONS(4328), - [anon_sym_is] = ACTIONS(4326), - [anon_sym_BANGis] = ACTIONS(4328), - [anon_sym_PLUS] = ACTIONS(4326), - [anon_sym_DASH] = ACTIONS(4326), - [anon_sym_SLASH] = ACTIONS(4326), - [anon_sym_PERCENT] = ACTIONS(4328), - [anon_sym_as_QMARK] = ACTIONS(4328), - [anon_sym_PLUS_PLUS] = ACTIONS(4328), - [anon_sym_DASH_DASH] = ACTIONS(4328), - [anon_sym_BANG_BANG] = ACTIONS(4328), - [anon_sym_suspend] = ACTIONS(4326), - [anon_sym_sealed] = ACTIONS(4326), - [anon_sym_annotation] = ACTIONS(4326), - [anon_sym_data] = ACTIONS(4326), - [anon_sym_inner] = ACTIONS(4326), - [anon_sym_override] = ACTIONS(4326), - [anon_sym_lateinit] = ACTIONS(4326), - [anon_sym_public] = ACTIONS(4326), - [anon_sym_private] = ACTIONS(4326), - [anon_sym_internal] = ACTIONS(4326), - [anon_sym_protected] = ACTIONS(4326), - [anon_sym_tailrec] = ACTIONS(4326), - [anon_sym_operator] = ACTIONS(4326), - [anon_sym_infix] = ACTIONS(4326), - [anon_sym_inline] = ACTIONS(4326), - [anon_sym_external] = ACTIONS(4326), - [sym_property_modifier] = ACTIONS(4326), - [anon_sym_abstract] = ACTIONS(4326), - [anon_sym_final] = ACTIONS(4326), - [anon_sym_open] = ACTIONS(4326), - [anon_sym_vararg] = ACTIONS(4326), - [anon_sym_noinline] = ACTIONS(4326), - [anon_sym_crossinline] = ACTIONS(4326), - [anon_sym_expect] = ACTIONS(4326), - [anon_sym_actual] = ACTIONS(4326), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4328), - [sym_safe_nav] = ACTIONS(4328), + [sym_type_constraints] = STATE(3656), + [sym_enum_class_body] = STATE(3752), + [sym__alpha_identifier] = ACTIONS(3212), + [anon_sym_AT] = ACTIONS(3216), + [anon_sym_COLON] = ACTIONS(6084), + [anon_sym_LBRACK] = ACTIONS(3216), + [anon_sym_as] = ACTIONS(3212), + [anon_sym_LBRACE] = ACTIONS(5415), + [anon_sym_RBRACE] = ACTIONS(3216), + [anon_sym_LPAREN] = ACTIONS(3216), + [anon_sym_COMMA] = ACTIONS(3216), + [anon_sym_LT] = ACTIONS(3212), + [anon_sym_GT] = ACTIONS(3212), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(3212), + [anon_sym_SEMI] = ACTIONS(3216), + [anon_sym_get] = ACTIONS(3212), + [anon_sym_set] = ACTIONS(3212), + [anon_sym_STAR] = ACTIONS(3216), + [sym_label] = ACTIONS(3216), + [anon_sym_in] = ACTIONS(3212), + [anon_sym_DOT_DOT] = ACTIONS(3216), + [anon_sym_QMARK_COLON] = ACTIONS(3216), + [anon_sym_AMP_AMP] = ACTIONS(3216), + [anon_sym_PIPE_PIPE] = ACTIONS(3216), + [anon_sym_else] = ACTIONS(3212), + [anon_sym_COLON_COLON] = ACTIONS(3216), + [anon_sym_BANG_EQ] = ACTIONS(3212), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3216), + [anon_sym_EQ_EQ] = ACTIONS(3212), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3216), + [anon_sym_LT_EQ] = ACTIONS(3216), + [anon_sym_GT_EQ] = ACTIONS(3216), + [anon_sym_BANGin] = ACTIONS(3216), + [anon_sym_is] = ACTIONS(3212), + [anon_sym_BANGis] = ACTIONS(3216), + [anon_sym_PLUS] = ACTIONS(3212), + [anon_sym_DASH] = ACTIONS(3212), + [anon_sym_SLASH] = ACTIONS(3212), + [anon_sym_PERCENT] = ACTIONS(3216), + [anon_sym_as_QMARK] = ACTIONS(3216), + [anon_sym_PLUS_PLUS] = ACTIONS(3216), + [anon_sym_DASH_DASH] = ACTIONS(3216), + [anon_sym_BANG_BANG] = ACTIONS(3216), + [anon_sym_suspend] = ACTIONS(3212), + [anon_sym_sealed] = ACTIONS(3212), + [anon_sym_annotation] = ACTIONS(3212), + [anon_sym_data] = ACTIONS(3212), + [anon_sym_inner] = ACTIONS(3212), + [anon_sym_override] = ACTIONS(3212), + [anon_sym_lateinit] = ACTIONS(3212), + [anon_sym_public] = ACTIONS(3212), + [anon_sym_private] = ACTIONS(3212), + [anon_sym_internal] = ACTIONS(3212), + [anon_sym_protected] = ACTIONS(3212), + [anon_sym_tailrec] = ACTIONS(3212), + [anon_sym_operator] = ACTIONS(3212), + [anon_sym_infix] = ACTIONS(3212), + [anon_sym_inline] = ACTIONS(3212), + [anon_sym_external] = ACTIONS(3212), + [sym_property_modifier] = ACTIONS(3212), + [anon_sym_abstract] = ACTIONS(3212), + [anon_sym_final] = ACTIONS(3212), + [anon_sym_open] = ACTIONS(3212), + [anon_sym_vararg] = ACTIONS(3212), + [anon_sym_noinline] = ACTIONS(3212), + [anon_sym_crossinline] = ACTIONS(3212), + [anon_sym_expect] = ACTIONS(3212), + [anon_sym_actual] = ACTIONS(3212), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3216), + [sym__automatic_semicolon] = ACTIONS(3216), + [sym_safe_nav] = ACTIONS(3216), [sym_multiline_comment] = ACTIONS(3), }, [4091] = { - [aux_sym__delegation_specifiers_repeat1] = STATE(3964), - [sym__alpha_identifier] = ACTIONS(4684), - [anon_sym_AT] = ACTIONS(4686), - [anon_sym_LBRACK] = ACTIONS(4686), - [anon_sym_as] = ACTIONS(4684), - [anon_sym_LBRACE] = ACTIONS(4686), - [anon_sym_RBRACE] = ACTIONS(4686), - [anon_sym_LPAREN] = ACTIONS(4686), - [anon_sym_COMMA] = ACTIONS(7147), - [anon_sym_RPAREN] = ACTIONS(4686), - [anon_sym_LT] = ACTIONS(4684), - [anon_sym_GT] = ACTIONS(4684), - [anon_sym_where] = ACTIONS(4684), - [anon_sym_DOT] = ACTIONS(4684), - [anon_sym_SEMI] = ACTIONS(4686), - [anon_sym_get] = ACTIONS(4684), - [anon_sym_set] = ACTIONS(4684), - [anon_sym_STAR] = ACTIONS(4686), - [sym_label] = ACTIONS(4686), - [anon_sym_in] = ACTIONS(4684), - [anon_sym_while] = ACTIONS(4684), - [anon_sym_DOT_DOT] = ACTIONS(4686), - [anon_sym_QMARK_COLON] = ACTIONS(4686), - [anon_sym_AMP_AMP] = ACTIONS(4686), - [anon_sym_PIPE_PIPE] = ACTIONS(4686), - [anon_sym_else] = ACTIONS(4684), - [anon_sym_COLON_COLON] = ACTIONS(4686), - [anon_sym_BANG_EQ] = ACTIONS(4684), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4686), - [anon_sym_EQ_EQ] = ACTIONS(4684), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4686), - [anon_sym_LT_EQ] = ACTIONS(4686), - [anon_sym_GT_EQ] = ACTIONS(4686), - [anon_sym_BANGin] = ACTIONS(4686), - [anon_sym_is] = ACTIONS(4684), - [anon_sym_BANGis] = ACTIONS(4686), - [anon_sym_PLUS] = ACTIONS(4684), - [anon_sym_DASH] = ACTIONS(4684), - [anon_sym_SLASH] = ACTIONS(4684), - [anon_sym_PERCENT] = ACTIONS(4686), - [anon_sym_as_QMARK] = ACTIONS(4686), - [anon_sym_PLUS_PLUS] = ACTIONS(4686), - [anon_sym_DASH_DASH] = ACTIONS(4686), - [anon_sym_BANG_BANG] = ACTIONS(4686), - [anon_sym_suspend] = ACTIONS(4684), - [anon_sym_sealed] = ACTIONS(4684), - [anon_sym_annotation] = ACTIONS(4684), - [anon_sym_data] = ACTIONS(4684), - [anon_sym_inner] = ACTIONS(4684), - [anon_sym_override] = ACTIONS(4684), - [anon_sym_lateinit] = ACTIONS(4684), - [anon_sym_public] = ACTIONS(4684), - [anon_sym_private] = ACTIONS(4684), - [anon_sym_internal] = ACTIONS(4684), - [anon_sym_protected] = ACTIONS(4684), - [anon_sym_tailrec] = ACTIONS(4684), - [anon_sym_operator] = ACTIONS(4684), - [anon_sym_infix] = ACTIONS(4684), - [anon_sym_inline] = ACTIONS(4684), - [anon_sym_external] = ACTIONS(4684), - [sym_property_modifier] = ACTIONS(4684), - [anon_sym_abstract] = ACTIONS(4684), - [anon_sym_final] = ACTIONS(4684), - [anon_sym_open] = ACTIONS(4684), - [anon_sym_vararg] = ACTIONS(4684), - [anon_sym_noinline] = ACTIONS(4684), - [anon_sym_crossinline] = ACTIONS(4684), - [anon_sym_expect] = ACTIONS(4684), - [anon_sym_actual] = ACTIONS(4684), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4686), - [sym_safe_nav] = ACTIONS(4686), + [sym_class_body] = STATE(3833), + [sym_type_constraints] = STATE(3654), + [sym__alpha_identifier] = ACTIONS(4188), + [anon_sym_AT] = ACTIONS(4190), + [anon_sym_COLON] = ACTIONS(7153), + [anon_sym_LBRACK] = ACTIONS(4190), + [anon_sym_as] = ACTIONS(4188), + [anon_sym_LBRACE] = ACTIONS(5360), + [anon_sym_RBRACE] = ACTIONS(4190), + [anon_sym_LPAREN] = ACTIONS(4190), + [anon_sym_LT] = ACTIONS(4188), + [anon_sym_GT] = ACTIONS(4188), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(4188), + [anon_sym_SEMI] = ACTIONS(4190), + [anon_sym_get] = ACTIONS(4188), + [anon_sym_set] = ACTIONS(4188), + [anon_sym_STAR] = ACTIONS(4190), + [sym_label] = ACTIONS(4190), + [anon_sym_in] = ACTIONS(4188), + [anon_sym_DOT_DOT] = ACTIONS(4190), + [anon_sym_QMARK_COLON] = ACTIONS(4190), + [anon_sym_AMP_AMP] = ACTIONS(4190), + [anon_sym_PIPE_PIPE] = ACTIONS(4190), + [anon_sym_else] = ACTIONS(4188), + [anon_sym_COLON_COLON] = ACTIONS(4190), + [anon_sym_BANG_EQ] = ACTIONS(4188), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4190), + [anon_sym_EQ_EQ] = ACTIONS(4188), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4190), + [anon_sym_LT_EQ] = ACTIONS(4190), + [anon_sym_GT_EQ] = ACTIONS(4190), + [anon_sym_BANGin] = ACTIONS(4190), + [anon_sym_is] = ACTIONS(4188), + [anon_sym_BANGis] = ACTIONS(4190), + [anon_sym_PLUS] = ACTIONS(4188), + [anon_sym_DASH] = ACTIONS(4188), + [anon_sym_SLASH] = ACTIONS(4188), + [anon_sym_PERCENT] = ACTIONS(4190), + [anon_sym_as_QMARK] = ACTIONS(4190), + [anon_sym_PLUS_PLUS] = ACTIONS(4190), + [anon_sym_DASH_DASH] = ACTIONS(4190), + [anon_sym_BANG_BANG] = ACTIONS(4190), + [anon_sym_suspend] = ACTIONS(4188), + [anon_sym_sealed] = ACTIONS(4188), + [anon_sym_annotation] = ACTIONS(4188), + [anon_sym_data] = ACTIONS(4188), + [anon_sym_inner] = ACTIONS(4188), + [anon_sym_override] = ACTIONS(4188), + [anon_sym_lateinit] = ACTIONS(4188), + [anon_sym_public] = ACTIONS(4188), + [anon_sym_private] = ACTIONS(4188), + [anon_sym_internal] = ACTIONS(4188), + [anon_sym_protected] = ACTIONS(4188), + [anon_sym_tailrec] = ACTIONS(4188), + [anon_sym_operator] = ACTIONS(4188), + [anon_sym_infix] = ACTIONS(4188), + [anon_sym_inline] = ACTIONS(4188), + [anon_sym_external] = ACTIONS(4188), + [sym_property_modifier] = ACTIONS(4188), + [anon_sym_abstract] = ACTIONS(4188), + [anon_sym_final] = ACTIONS(4188), + [anon_sym_open] = ACTIONS(4188), + [anon_sym_vararg] = ACTIONS(4188), + [anon_sym_noinline] = ACTIONS(4188), + [anon_sym_crossinline] = ACTIONS(4188), + [anon_sym_expect] = ACTIONS(4188), + [anon_sym_actual] = ACTIONS(4188), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4190), + [sym__automatic_semicolon] = ACTIONS(4190), + [sym_safe_nav] = ACTIONS(4190), [sym_multiline_comment] = ACTIONS(3), }, [4092] = { - [sym_function_body] = STATE(3167), - [sym__block] = STATE(3367), - [sym__alpha_identifier] = ACTIONS(4101), - [anon_sym_AT] = ACTIONS(4103), - [anon_sym_LBRACK] = ACTIONS(4103), - [anon_sym_as] = ACTIONS(4101), - [anon_sym_EQ] = ACTIONS(6952), - [anon_sym_LBRACE] = ACTIONS(6236), - [anon_sym_RBRACE] = ACTIONS(4103), - [anon_sym_LPAREN] = ACTIONS(4103), - [anon_sym_RPAREN] = ACTIONS(4103), - [anon_sym_LT] = ACTIONS(4101), - [anon_sym_GT] = ACTIONS(4101), - [anon_sym_DOT] = ACTIONS(4101), - [anon_sym_SEMI] = ACTIONS(4103), - [anon_sym_get] = ACTIONS(4101), - [anon_sym_set] = ACTIONS(4101), - [anon_sym_STAR] = ACTIONS(4103), - [sym_label] = ACTIONS(4103), - [anon_sym_in] = ACTIONS(4101), - [anon_sym_while] = ACTIONS(4101), - [anon_sym_DOT_DOT] = ACTIONS(4103), - [anon_sym_QMARK_COLON] = ACTIONS(4103), - [anon_sym_AMP_AMP] = ACTIONS(4103), - [anon_sym_PIPE_PIPE] = ACTIONS(4103), - [anon_sym_else] = ACTIONS(4101), - [anon_sym_COLON_COLON] = ACTIONS(4103), - [anon_sym_BANG_EQ] = ACTIONS(4101), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4103), - [anon_sym_EQ_EQ] = ACTIONS(4101), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4103), - [anon_sym_LT_EQ] = ACTIONS(4103), - [anon_sym_GT_EQ] = ACTIONS(4103), - [anon_sym_BANGin] = ACTIONS(4103), - [anon_sym_is] = ACTIONS(4101), - [anon_sym_BANGis] = ACTIONS(4103), - [anon_sym_PLUS] = ACTIONS(4101), - [anon_sym_DASH] = ACTIONS(4101), - [anon_sym_SLASH] = ACTIONS(4101), - [anon_sym_PERCENT] = ACTIONS(4103), - [anon_sym_as_QMARK] = ACTIONS(4103), - [anon_sym_PLUS_PLUS] = ACTIONS(4103), - [anon_sym_DASH_DASH] = ACTIONS(4103), - [anon_sym_BANG_BANG] = ACTIONS(4103), - [anon_sym_suspend] = ACTIONS(4101), - [anon_sym_sealed] = ACTIONS(4101), - [anon_sym_annotation] = ACTIONS(4101), - [anon_sym_data] = ACTIONS(4101), - [anon_sym_inner] = ACTIONS(4101), - [anon_sym_override] = ACTIONS(4101), - [anon_sym_lateinit] = ACTIONS(4101), - [anon_sym_public] = ACTIONS(4101), - [anon_sym_private] = ACTIONS(4101), - [anon_sym_internal] = ACTIONS(4101), - [anon_sym_protected] = ACTIONS(4101), - [anon_sym_tailrec] = ACTIONS(4101), - [anon_sym_operator] = ACTIONS(4101), - [anon_sym_infix] = ACTIONS(4101), - [anon_sym_inline] = ACTIONS(4101), - [anon_sym_external] = ACTIONS(4101), - [sym_property_modifier] = ACTIONS(4101), - [anon_sym_abstract] = ACTIONS(4101), - [anon_sym_final] = ACTIONS(4101), - [anon_sym_open] = ACTIONS(4101), - [anon_sym_vararg] = ACTIONS(4101), - [anon_sym_noinline] = ACTIONS(4101), - [anon_sym_crossinline] = ACTIONS(4101), - [anon_sym_expect] = ACTIONS(4101), - [anon_sym_actual] = ACTIONS(4101), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4103), - [sym_safe_nav] = ACTIONS(4103), + [aux_sym__delegation_specifiers_repeat1] = STATE(4095), + [sym__alpha_identifier] = ACTIONS(4658), + [anon_sym_AT] = ACTIONS(4660), + [anon_sym_LBRACK] = ACTIONS(4660), + [anon_sym_as] = ACTIONS(4658), + [anon_sym_LBRACE] = ACTIONS(4660), + [anon_sym_RBRACE] = ACTIONS(4660), + [anon_sym_LPAREN] = ACTIONS(4660), + [anon_sym_COMMA] = ACTIONS(7155), + [anon_sym_RPAREN] = ACTIONS(4660), + [anon_sym_LT] = ACTIONS(4658), + [anon_sym_GT] = ACTIONS(4658), + [anon_sym_where] = ACTIONS(4658), + [anon_sym_DOT] = ACTIONS(4658), + [anon_sym_SEMI] = ACTIONS(4660), + [anon_sym_get] = ACTIONS(4658), + [anon_sym_set] = ACTIONS(4658), + [anon_sym_STAR] = ACTIONS(4660), + [sym_label] = ACTIONS(4660), + [anon_sym_in] = ACTIONS(4658), + [anon_sym_while] = ACTIONS(4658), + [anon_sym_DOT_DOT] = ACTIONS(4660), + [anon_sym_QMARK_COLON] = ACTIONS(4660), + [anon_sym_AMP_AMP] = ACTIONS(4660), + [anon_sym_PIPE_PIPE] = ACTIONS(4660), + [anon_sym_else] = ACTIONS(4658), + [anon_sym_COLON_COLON] = ACTIONS(4660), + [anon_sym_BANG_EQ] = ACTIONS(4658), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4660), + [anon_sym_EQ_EQ] = ACTIONS(4658), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4660), + [anon_sym_LT_EQ] = ACTIONS(4660), + [anon_sym_GT_EQ] = ACTIONS(4660), + [anon_sym_BANGin] = ACTIONS(4660), + [anon_sym_is] = ACTIONS(4658), + [anon_sym_BANGis] = ACTIONS(4660), + [anon_sym_PLUS] = ACTIONS(4658), + [anon_sym_DASH] = ACTIONS(4658), + [anon_sym_SLASH] = ACTIONS(4658), + [anon_sym_PERCENT] = ACTIONS(4660), + [anon_sym_as_QMARK] = ACTIONS(4660), + [anon_sym_PLUS_PLUS] = ACTIONS(4660), + [anon_sym_DASH_DASH] = ACTIONS(4660), + [anon_sym_BANG_BANG] = ACTIONS(4660), + [anon_sym_suspend] = ACTIONS(4658), + [anon_sym_sealed] = ACTIONS(4658), + [anon_sym_annotation] = ACTIONS(4658), + [anon_sym_data] = ACTIONS(4658), + [anon_sym_inner] = ACTIONS(4658), + [anon_sym_override] = ACTIONS(4658), + [anon_sym_lateinit] = ACTIONS(4658), + [anon_sym_public] = ACTIONS(4658), + [anon_sym_private] = ACTIONS(4658), + [anon_sym_internal] = ACTIONS(4658), + [anon_sym_protected] = ACTIONS(4658), + [anon_sym_tailrec] = ACTIONS(4658), + [anon_sym_operator] = ACTIONS(4658), + [anon_sym_infix] = ACTIONS(4658), + [anon_sym_inline] = ACTIONS(4658), + [anon_sym_external] = ACTIONS(4658), + [sym_property_modifier] = ACTIONS(4658), + [anon_sym_abstract] = ACTIONS(4658), + [anon_sym_final] = ACTIONS(4658), + [anon_sym_open] = ACTIONS(4658), + [anon_sym_vararg] = ACTIONS(4658), + [anon_sym_noinline] = ACTIONS(4658), + [anon_sym_crossinline] = ACTIONS(4658), + [anon_sym_expect] = ACTIONS(4658), + [anon_sym_actual] = ACTIONS(4658), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4660), + [sym_safe_nav] = ACTIONS(4660), [sym_multiline_comment] = ACTIONS(3), }, [4093] = { - [sym_function_body] = STATE(3174), - [sym__block] = STATE(3367), - [sym__alpha_identifier] = ACTIONS(4089), - [anon_sym_AT] = ACTIONS(4091), - [anon_sym_LBRACK] = ACTIONS(4091), - [anon_sym_as] = ACTIONS(4089), - [anon_sym_EQ] = ACTIONS(6952), - [anon_sym_LBRACE] = ACTIONS(6236), - [anon_sym_RBRACE] = ACTIONS(4091), - [anon_sym_LPAREN] = ACTIONS(4091), - [anon_sym_RPAREN] = ACTIONS(4091), - [anon_sym_LT] = ACTIONS(4089), - [anon_sym_GT] = ACTIONS(4089), - [anon_sym_DOT] = ACTIONS(4089), - [anon_sym_SEMI] = ACTIONS(4091), - [anon_sym_get] = ACTIONS(4089), - [anon_sym_set] = ACTIONS(4089), - [anon_sym_STAR] = ACTIONS(4091), - [sym_label] = ACTIONS(4091), - [anon_sym_in] = ACTIONS(4089), - [anon_sym_while] = ACTIONS(4089), - [anon_sym_DOT_DOT] = ACTIONS(4091), - [anon_sym_QMARK_COLON] = ACTIONS(4091), - [anon_sym_AMP_AMP] = ACTIONS(4091), - [anon_sym_PIPE_PIPE] = ACTIONS(4091), - [anon_sym_else] = ACTIONS(4089), - [anon_sym_COLON_COLON] = ACTIONS(4091), - [anon_sym_BANG_EQ] = ACTIONS(4089), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4091), - [anon_sym_EQ_EQ] = ACTIONS(4089), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4091), - [anon_sym_LT_EQ] = ACTIONS(4091), - [anon_sym_GT_EQ] = ACTIONS(4091), - [anon_sym_BANGin] = ACTIONS(4091), - [anon_sym_is] = ACTIONS(4089), - [anon_sym_BANGis] = ACTIONS(4091), - [anon_sym_PLUS] = ACTIONS(4089), - [anon_sym_DASH] = ACTIONS(4089), - [anon_sym_SLASH] = ACTIONS(4089), - [anon_sym_PERCENT] = ACTIONS(4091), - [anon_sym_as_QMARK] = ACTIONS(4091), - [anon_sym_PLUS_PLUS] = ACTIONS(4091), - [anon_sym_DASH_DASH] = ACTIONS(4091), - [anon_sym_BANG_BANG] = ACTIONS(4091), - [anon_sym_suspend] = ACTIONS(4089), - [anon_sym_sealed] = ACTIONS(4089), - [anon_sym_annotation] = ACTIONS(4089), - [anon_sym_data] = ACTIONS(4089), - [anon_sym_inner] = ACTIONS(4089), - [anon_sym_override] = ACTIONS(4089), - [anon_sym_lateinit] = ACTIONS(4089), - [anon_sym_public] = ACTIONS(4089), - [anon_sym_private] = ACTIONS(4089), - [anon_sym_internal] = ACTIONS(4089), - [anon_sym_protected] = ACTIONS(4089), - [anon_sym_tailrec] = ACTIONS(4089), - [anon_sym_operator] = ACTIONS(4089), - [anon_sym_infix] = ACTIONS(4089), - [anon_sym_inline] = ACTIONS(4089), - [anon_sym_external] = ACTIONS(4089), - [sym_property_modifier] = ACTIONS(4089), - [anon_sym_abstract] = ACTIONS(4089), - [anon_sym_final] = ACTIONS(4089), - [anon_sym_open] = ACTIONS(4089), - [anon_sym_vararg] = ACTIONS(4089), - [anon_sym_noinline] = ACTIONS(4089), - [anon_sym_crossinline] = ACTIONS(4089), - [anon_sym_expect] = ACTIONS(4089), - [anon_sym_actual] = ACTIONS(4089), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4091), - [sym_safe_nav] = ACTIONS(4091), - [sym_multiline_comment] = ACTIONS(3), + [sym__alpha_identifier] = ACTIONS(4142), + [anon_sym_AT] = ACTIONS(4145), + [anon_sym_LBRACK] = ACTIONS(4145), + [anon_sym_as] = ACTIONS(4150), + [anon_sym_LBRACE] = ACTIONS(4145), + [anon_sym_RBRACE] = ACTIONS(4148), + [anon_sym_LPAREN] = ACTIONS(7157), + [anon_sym_RPAREN] = ACTIONS(4148), + [anon_sym_LT] = ACTIONS(4150), + [anon_sym_GT] = ACTIONS(4150), + [anon_sym_object] = ACTIONS(3943), + [anon_sym_fun] = ACTIONS(3943), + [anon_sym_DOT] = ACTIONS(4150), + [anon_sym_SEMI] = ACTIONS(4148), + [anon_sym_get] = ACTIONS(4142), + [anon_sym_set] = ACTIONS(4142), + [anon_sym_this] = ACTIONS(3943), + [anon_sym_super] = ACTIONS(3943), + [anon_sym_STAR] = ACTIONS(4145), + [sym_label] = ACTIONS(4142), + [anon_sym_in] = ACTIONS(4150), + [anon_sym_while] = ACTIONS(4150), + [anon_sym_DOT_DOT] = ACTIONS(4148), + [anon_sym_QMARK_COLON] = ACTIONS(4148), + [anon_sym_AMP_AMP] = ACTIONS(4148), + [anon_sym_PIPE_PIPE] = ACTIONS(4148), + [anon_sym_null] = ACTIONS(3943), + [anon_sym_if] = ACTIONS(3943), + [anon_sym_else] = ACTIONS(4150), + [anon_sym_when] = ACTIONS(3943), + [anon_sym_try] = ACTIONS(3943), + [anon_sym_throw] = ACTIONS(3943), + [anon_sym_return] = ACTIONS(3943), + [anon_sym_continue] = ACTIONS(3943), + [anon_sym_break] = ACTIONS(3943), + [anon_sym_COLON_COLON] = ACTIONS(4145), + [anon_sym_BANG_EQ] = ACTIONS(4150), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4148), + [anon_sym_EQ_EQ] = ACTIONS(4150), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4148), + [anon_sym_LT_EQ] = ACTIONS(4148), + [anon_sym_GT_EQ] = ACTIONS(4148), + [anon_sym_BANGin] = ACTIONS(4148), + [anon_sym_is] = ACTIONS(4150), + [anon_sym_BANGis] = ACTIONS(4148), + [anon_sym_PLUS] = ACTIONS(4142), + [anon_sym_DASH] = ACTIONS(4142), + [anon_sym_SLASH] = ACTIONS(4150), + [anon_sym_PERCENT] = ACTIONS(4148), + [anon_sym_as_QMARK] = ACTIONS(4148), + [anon_sym_PLUS_PLUS] = ACTIONS(4145), + [anon_sym_DASH_DASH] = ACTIONS(4145), + [anon_sym_BANG] = ACTIONS(3943), + [anon_sym_BANG_BANG] = ACTIONS(4148), + [anon_sym_data] = ACTIONS(4142), + [anon_sym_inner] = ACTIONS(4142), + [anon_sym_expect] = ACTIONS(4142), + [anon_sym_actual] = ACTIONS(4142), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3948), + [anon_sym_continue_AT] = ACTIONS(3948), + [anon_sym_break_AT] = ACTIONS(3948), + [sym_real_literal] = ACTIONS(3948), + [sym_integer_literal] = ACTIONS(3943), + [sym_hex_literal] = ACTIONS(3948), + [sym_bin_literal] = ACTIONS(3948), + [anon_sym_true] = ACTIONS(3943), + [anon_sym_false] = ACTIONS(3943), + [anon_sym_SQUOTE] = ACTIONS(3948), + [sym__backtick_identifier] = ACTIONS(4145), + [sym_safe_nav] = ACTIONS(4148), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3948), }, [4094] = { - [sym_type_constraints] = STATE(3594), - [sym_enum_class_body] = STATE(3857), - [sym__alpha_identifier] = ACTIONS(4213), - [anon_sym_AT] = ACTIONS(4215), - [anon_sym_COLON] = ACTIONS(7149), - [anon_sym_LBRACK] = ACTIONS(4215), - [anon_sym_as] = ACTIONS(4213), - [anon_sym_LBRACE] = ACTIONS(5359), - [anon_sym_RBRACE] = ACTIONS(4215), - [anon_sym_LPAREN] = ACTIONS(4215), - [anon_sym_LT] = ACTIONS(4213), - [anon_sym_GT] = ACTIONS(4213), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(4213), - [anon_sym_SEMI] = ACTIONS(4215), - [anon_sym_get] = ACTIONS(4213), - [anon_sym_set] = ACTIONS(4213), - [anon_sym_STAR] = ACTIONS(4215), - [sym_label] = ACTIONS(4215), - [anon_sym_in] = ACTIONS(4213), - [anon_sym_DOT_DOT] = ACTIONS(4215), - [anon_sym_QMARK_COLON] = ACTIONS(4215), - [anon_sym_AMP_AMP] = ACTIONS(4215), - [anon_sym_PIPE_PIPE] = ACTIONS(4215), - [anon_sym_else] = ACTIONS(4213), - [anon_sym_COLON_COLON] = ACTIONS(4215), - [anon_sym_BANG_EQ] = ACTIONS(4213), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4215), - [anon_sym_EQ_EQ] = ACTIONS(4213), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4215), - [anon_sym_LT_EQ] = ACTIONS(4215), - [anon_sym_GT_EQ] = ACTIONS(4215), - [anon_sym_BANGin] = ACTIONS(4215), - [anon_sym_is] = ACTIONS(4213), - [anon_sym_BANGis] = ACTIONS(4215), - [anon_sym_PLUS] = ACTIONS(4213), - [anon_sym_DASH] = ACTIONS(4213), - [anon_sym_SLASH] = ACTIONS(4213), - [anon_sym_PERCENT] = ACTIONS(4215), - [anon_sym_as_QMARK] = ACTIONS(4215), - [anon_sym_PLUS_PLUS] = ACTIONS(4215), - [anon_sym_DASH_DASH] = ACTIONS(4215), - [anon_sym_BANG_BANG] = ACTIONS(4215), - [anon_sym_suspend] = ACTIONS(4213), - [anon_sym_sealed] = ACTIONS(4213), - [anon_sym_annotation] = ACTIONS(4213), - [anon_sym_data] = ACTIONS(4213), - [anon_sym_inner] = ACTIONS(4213), - [anon_sym_override] = ACTIONS(4213), - [anon_sym_lateinit] = ACTIONS(4213), - [anon_sym_public] = ACTIONS(4213), - [anon_sym_private] = ACTIONS(4213), - [anon_sym_internal] = ACTIONS(4213), - [anon_sym_protected] = ACTIONS(4213), - [anon_sym_tailrec] = ACTIONS(4213), - [anon_sym_operator] = ACTIONS(4213), - [anon_sym_infix] = ACTIONS(4213), - [anon_sym_inline] = ACTIONS(4213), - [anon_sym_external] = ACTIONS(4213), - [sym_property_modifier] = ACTIONS(4213), - [anon_sym_abstract] = ACTIONS(4213), - [anon_sym_final] = ACTIONS(4213), - [anon_sym_open] = ACTIONS(4213), - [anon_sym_vararg] = ACTIONS(4213), - [anon_sym_noinline] = ACTIONS(4213), - [anon_sym_crossinline] = ACTIONS(4213), - [anon_sym_expect] = ACTIONS(4213), - [anon_sym_actual] = ACTIONS(4213), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4215), - [sym__automatic_semicolon] = ACTIONS(4215), - [sym_safe_nav] = ACTIONS(4215), - [sym_multiline_comment] = ACTIONS(3), + [sym__alpha_identifier] = ACTIONS(4285), + [anon_sym_AT] = ACTIONS(4288), + [anon_sym_LBRACK] = ACTIONS(4288), + [anon_sym_as] = ACTIONS(4293), + [anon_sym_LBRACE] = ACTIONS(4288), + [anon_sym_RBRACE] = ACTIONS(4291), + [anon_sym_LPAREN] = ACTIONS(7161), + [anon_sym_RPAREN] = ACTIONS(4291), + [anon_sym_LT] = ACTIONS(4293), + [anon_sym_GT] = ACTIONS(4293), + [anon_sym_object] = ACTIONS(3943), + [anon_sym_fun] = ACTIONS(3943), + [anon_sym_DOT] = ACTIONS(4293), + [anon_sym_SEMI] = ACTIONS(4291), + [anon_sym_get] = ACTIONS(4285), + [anon_sym_set] = ACTIONS(4285), + [anon_sym_this] = ACTIONS(3943), + [anon_sym_super] = ACTIONS(3943), + [anon_sym_STAR] = ACTIONS(4288), + [sym_label] = ACTIONS(4285), + [anon_sym_in] = ACTIONS(4293), + [anon_sym_while] = ACTIONS(4293), + [anon_sym_DOT_DOT] = ACTIONS(4291), + [anon_sym_QMARK_COLON] = ACTIONS(4291), + [anon_sym_AMP_AMP] = ACTIONS(4291), + [anon_sym_PIPE_PIPE] = ACTIONS(4291), + [anon_sym_null] = ACTIONS(3943), + [anon_sym_if] = ACTIONS(3943), + [anon_sym_else] = ACTIONS(4293), + [anon_sym_when] = ACTIONS(3943), + [anon_sym_try] = ACTIONS(3943), + [anon_sym_throw] = ACTIONS(3943), + [anon_sym_return] = ACTIONS(3943), + [anon_sym_continue] = ACTIONS(3943), + [anon_sym_break] = ACTIONS(3943), + [anon_sym_COLON_COLON] = ACTIONS(4288), + [anon_sym_BANG_EQ] = ACTIONS(4293), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4291), + [anon_sym_EQ_EQ] = ACTIONS(4293), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4291), + [anon_sym_LT_EQ] = ACTIONS(4291), + [anon_sym_GT_EQ] = ACTIONS(4291), + [anon_sym_BANGin] = ACTIONS(4291), + [anon_sym_is] = ACTIONS(4293), + [anon_sym_BANGis] = ACTIONS(4291), + [anon_sym_PLUS] = ACTIONS(4285), + [anon_sym_DASH] = ACTIONS(4285), + [anon_sym_SLASH] = ACTIONS(4293), + [anon_sym_PERCENT] = ACTIONS(4291), + [anon_sym_as_QMARK] = ACTIONS(4291), + [anon_sym_PLUS_PLUS] = ACTIONS(4288), + [anon_sym_DASH_DASH] = ACTIONS(4288), + [anon_sym_BANG] = ACTIONS(3943), + [anon_sym_BANG_BANG] = ACTIONS(4291), + [anon_sym_data] = ACTIONS(4285), + [anon_sym_inner] = ACTIONS(4285), + [anon_sym_expect] = ACTIONS(4285), + [anon_sym_actual] = ACTIONS(4285), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3948), + [anon_sym_continue_AT] = ACTIONS(3948), + [anon_sym_break_AT] = ACTIONS(3948), + [sym_real_literal] = ACTIONS(3948), + [sym_integer_literal] = ACTIONS(3943), + [sym_hex_literal] = ACTIONS(3948), + [sym_bin_literal] = ACTIONS(3948), + [anon_sym_true] = ACTIONS(3943), + [anon_sym_false] = ACTIONS(3943), + [anon_sym_SQUOTE] = ACTIONS(3948), + [sym__backtick_identifier] = ACTIONS(4288), + [sym_safe_nav] = ACTIONS(4291), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3948), }, [4095] = { - [sym_function_body] = STATE(3761), - [sym__block] = STATE(3725), - [sym__alpha_identifier] = ACTIONS(4336), - [anon_sym_AT] = ACTIONS(4338), - [anon_sym_COLON] = ACTIONS(7151), - [anon_sym_LBRACK] = ACTIONS(4338), - [anon_sym_as] = ACTIONS(4336), - [anon_sym_EQ] = ACTIONS(7017), - [anon_sym_LBRACE] = ACTIONS(6434), - [anon_sym_RBRACE] = ACTIONS(4338), - [anon_sym_LPAREN] = ACTIONS(4338), - [anon_sym_LT] = ACTIONS(4336), - [anon_sym_GT] = ACTIONS(4336), - [anon_sym_DOT] = ACTIONS(4336), - [anon_sym_SEMI] = ACTIONS(4338), - [anon_sym_get] = ACTIONS(4336), - [anon_sym_set] = ACTIONS(4336), - [anon_sym_STAR] = ACTIONS(4338), - [sym_label] = ACTIONS(4338), - [anon_sym_in] = ACTIONS(4336), - [anon_sym_DOT_DOT] = ACTIONS(4338), - [anon_sym_QMARK_COLON] = ACTIONS(4338), - [anon_sym_AMP_AMP] = ACTIONS(4338), - [anon_sym_PIPE_PIPE] = ACTIONS(4338), - [anon_sym_else] = ACTIONS(4336), - [anon_sym_COLON_COLON] = ACTIONS(4338), - [anon_sym_BANG_EQ] = ACTIONS(4336), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4338), - [anon_sym_EQ_EQ] = ACTIONS(4336), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4338), - [anon_sym_LT_EQ] = ACTIONS(4338), - [anon_sym_GT_EQ] = ACTIONS(4338), - [anon_sym_BANGin] = ACTIONS(4338), - [anon_sym_is] = ACTIONS(4336), - [anon_sym_BANGis] = ACTIONS(4338), - [anon_sym_PLUS] = ACTIONS(4336), - [anon_sym_DASH] = ACTIONS(4336), - [anon_sym_SLASH] = ACTIONS(4336), - [anon_sym_PERCENT] = ACTIONS(4338), - [anon_sym_as_QMARK] = ACTIONS(4338), - [anon_sym_PLUS_PLUS] = ACTIONS(4338), - [anon_sym_DASH_DASH] = ACTIONS(4338), - [anon_sym_BANG_BANG] = ACTIONS(4338), - [anon_sym_suspend] = ACTIONS(4336), - [anon_sym_sealed] = ACTIONS(4336), - [anon_sym_annotation] = ACTIONS(4336), - [anon_sym_data] = ACTIONS(4336), - [anon_sym_inner] = ACTIONS(4336), - [anon_sym_override] = ACTIONS(4336), - [anon_sym_lateinit] = ACTIONS(4336), - [anon_sym_public] = ACTIONS(4336), - [anon_sym_private] = ACTIONS(4336), - [anon_sym_internal] = ACTIONS(4336), - [anon_sym_protected] = ACTIONS(4336), - [anon_sym_tailrec] = ACTIONS(4336), - [anon_sym_operator] = ACTIONS(4336), - [anon_sym_infix] = ACTIONS(4336), - [anon_sym_inline] = ACTIONS(4336), - [anon_sym_external] = ACTIONS(4336), - [sym_property_modifier] = ACTIONS(4336), - [anon_sym_abstract] = ACTIONS(4336), - [anon_sym_final] = ACTIONS(4336), - [anon_sym_open] = ACTIONS(4336), - [anon_sym_vararg] = ACTIONS(4336), - [anon_sym_noinline] = ACTIONS(4336), - [anon_sym_crossinline] = ACTIONS(4336), - [anon_sym_expect] = ACTIONS(4336), - [anon_sym_actual] = ACTIONS(4336), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4338), - [sym__automatic_semicolon] = ACTIONS(4338), - [sym_safe_nav] = ACTIONS(4338), + [aux_sym__delegation_specifiers_repeat1] = STATE(3972), + [sym__alpha_identifier] = ACTIONS(4664), + [anon_sym_AT] = ACTIONS(4666), + [anon_sym_LBRACK] = ACTIONS(4666), + [anon_sym_as] = ACTIONS(4664), + [anon_sym_LBRACE] = ACTIONS(4666), + [anon_sym_RBRACE] = ACTIONS(4666), + [anon_sym_LPAREN] = ACTIONS(4666), + [anon_sym_COMMA] = ACTIONS(7155), + [anon_sym_RPAREN] = ACTIONS(4666), + [anon_sym_LT] = ACTIONS(4664), + [anon_sym_GT] = ACTIONS(4664), + [anon_sym_where] = ACTIONS(4664), + [anon_sym_DOT] = ACTIONS(4664), + [anon_sym_SEMI] = ACTIONS(4666), + [anon_sym_get] = ACTIONS(4664), + [anon_sym_set] = ACTIONS(4664), + [anon_sym_STAR] = ACTIONS(4666), + [sym_label] = ACTIONS(4666), + [anon_sym_in] = ACTIONS(4664), + [anon_sym_while] = ACTIONS(4664), + [anon_sym_DOT_DOT] = ACTIONS(4666), + [anon_sym_QMARK_COLON] = ACTIONS(4666), + [anon_sym_AMP_AMP] = ACTIONS(4666), + [anon_sym_PIPE_PIPE] = ACTIONS(4666), + [anon_sym_else] = ACTIONS(4664), + [anon_sym_COLON_COLON] = ACTIONS(4666), + [anon_sym_BANG_EQ] = ACTIONS(4664), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4666), + [anon_sym_EQ_EQ] = ACTIONS(4664), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4666), + [anon_sym_LT_EQ] = ACTIONS(4666), + [anon_sym_GT_EQ] = ACTIONS(4666), + [anon_sym_BANGin] = ACTIONS(4666), + [anon_sym_is] = ACTIONS(4664), + [anon_sym_BANGis] = ACTIONS(4666), + [anon_sym_PLUS] = ACTIONS(4664), + [anon_sym_DASH] = ACTIONS(4664), + [anon_sym_SLASH] = ACTIONS(4664), + [anon_sym_PERCENT] = ACTIONS(4666), + [anon_sym_as_QMARK] = ACTIONS(4666), + [anon_sym_PLUS_PLUS] = ACTIONS(4666), + [anon_sym_DASH_DASH] = ACTIONS(4666), + [anon_sym_BANG_BANG] = ACTIONS(4666), + [anon_sym_suspend] = ACTIONS(4664), + [anon_sym_sealed] = ACTIONS(4664), + [anon_sym_annotation] = ACTIONS(4664), + [anon_sym_data] = ACTIONS(4664), + [anon_sym_inner] = ACTIONS(4664), + [anon_sym_override] = ACTIONS(4664), + [anon_sym_lateinit] = ACTIONS(4664), + [anon_sym_public] = ACTIONS(4664), + [anon_sym_private] = ACTIONS(4664), + [anon_sym_internal] = ACTIONS(4664), + [anon_sym_protected] = ACTIONS(4664), + [anon_sym_tailrec] = ACTIONS(4664), + [anon_sym_operator] = ACTIONS(4664), + [anon_sym_infix] = ACTIONS(4664), + [anon_sym_inline] = ACTIONS(4664), + [anon_sym_external] = ACTIONS(4664), + [sym_property_modifier] = ACTIONS(4664), + [anon_sym_abstract] = ACTIONS(4664), + [anon_sym_final] = ACTIONS(4664), + [anon_sym_open] = ACTIONS(4664), + [anon_sym_vararg] = ACTIONS(4664), + [anon_sym_noinline] = ACTIONS(4664), + [anon_sym_crossinline] = ACTIONS(4664), + [anon_sym_expect] = ACTIONS(4664), + [anon_sym_actual] = ACTIONS(4664), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4666), + [sym_safe_nav] = ACTIONS(4666), [sym_multiline_comment] = ACTIONS(3), }, [4096] = { - [sym_function_body] = STATE(3202), - [sym__block] = STATE(3367), - [sym__alpha_identifier] = ACTIONS(4083), - [anon_sym_AT] = ACTIONS(4085), - [anon_sym_LBRACK] = ACTIONS(4085), - [anon_sym_as] = ACTIONS(4083), - [anon_sym_EQ] = ACTIONS(6952), - [anon_sym_LBRACE] = ACTIONS(6236), - [anon_sym_RBRACE] = ACTIONS(4085), - [anon_sym_LPAREN] = ACTIONS(4085), - [anon_sym_RPAREN] = ACTIONS(4085), - [anon_sym_LT] = ACTIONS(4083), - [anon_sym_GT] = ACTIONS(4083), - [anon_sym_DOT] = ACTIONS(4083), - [anon_sym_SEMI] = ACTIONS(4085), - [anon_sym_get] = ACTIONS(4083), - [anon_sym_set] = ACTIONS(4083), - [anon_sym_STAR] = ACTIONS(4085), - [sym_label] = ACTIONS(4085), - [anon_sym_in] = ACTIONS(4083), - [anon_sym_while] = ACTIONS(4083), - [anon_sym_DOT_DOT] = ACTIONS(4085), - [anon_sym_QMARK_COLON] = ACTIONS(4085), - [anon_sym_AMP_AMP] = ACTIONS(4085), - [anon_sym_PIPE_PIPE] = ACTIONS(4085), - [anon_sym_else] = ACTIONS(4083), - [anon_sym_COLON_COLON] = ACTIONS(4085), - [anon_sym_BANG_EQ] = ACTIONS(4083), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4085), - [anon_sym_EQ_EQ] = ACTIONS(4083), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4085), - [anon_sym_LT_EQ] = ACTIONS(4085), - [anon_sym_GT_EQ] = ACTIONS(4085), - [anon_sym_BANGin] = ACTIONS(4085), - [anon_sym_is] = ACTIONS(4083), - [anon_sym_BANGis] = ACTIONS(4085), - [anon_sym_PLUS] = ACTIONS(4083), - [anon_sym_DASH] = ACTIONS(4083), - [anon_sym_SLASH] = ACTIONS(4083), - [anon_sym_PERCENT] = ACTIONS(4085), - [anon_sym_as_QMARK] = ACTIONS(4085), - [anon_sym_PLUS_PLUS] = ACTIONS(4085), - [anon_sym_DASH_DASH] = ACTIONS(4085), - [anon_sym_BANG_BANG] = ACTIONS(4085), - [anon_sym_suspend] = ACTIONS(4083), - [anon_sym_sealed] = ACTIONS(4083), - [anon_sym_annotation] = ACTIONS(4083), - [anon_sym_data] = ACTIONS(4083), - [anon_sym_inner] = ACTIONS(4083), - [anon_sym_override] = ACTIONS(4083), - [anon_sym_lateinit] = ACTIONS(4083), - [anon_sym_public] = ACTIONS(4083), - [anon_sym_private] = ACTIONS(4083), - [anon_sym_internal] = ACTIONS(4083), - [anon_sym_protected] = ACTIONS(4083), - [anon_sym_tailrec] = ACTIONS(4083), - [anon_sym_operator] = ACTIONS(4083), - [anon_sym_infix] = ACTIONS(4083), - [anon_sym_inline] = ACTIONS(4083), - [anon_sym_external] = ACTIONS(4083), - [sym_property_modifier] = ACTIONS(4083), - [anon_sym_abstract] = ACTIONS(4083), - [anon_sym_final] = ACTIONS(4083), - [anon_sym_open] = ACTIONS(4083), - [anon_sym_vararg] = ACTIONS(4083), - [anon_sym_noinline] = ACTIONS(4083), - [anon_sym_crossinline] = ACTIONS(4083), - [anon_sym_expect] = ACTIONS(4083), - [anon_sym_actual] = ACTIONS(4083), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4085), - [sym_safe_nav] = ACTIONS(4085), + [sym_function_body] = STATE(3317), + [sym__block] = STATE(3464), + [sym__alpha_identifier] = ACTIONS(4256), + [anon_sym_AT] = ACTIONS(4258), + [anon_sym_LBRACK] = ACTIONS(4258), + [anon_sym_as] = ACTIONS(4256), + [anon_sym_EQ] = ACTIONS(6967), + [anon_sym_LBRACE] = ACTIONS(6233), + [anon_sym_RBRACE] = ACTIONS(4258), + [anon_sym_LPAREN] = ACTIONS(4258), + [anon_sym_RPAREN] = ACTIONS(4258), + [anon_sym_LT] = ACTIONS(4256), + [anon_sym_GT] = ACTIONS(4256), + [anon_sym_DOT] = ACTIONS(4256), + [anon_sym_SEMI] = ACTIONS(4258), + [anon_sym_get] = ACTIONS(4256), + [anon_sym_set] = ACTIONS(4256), + [anon_sym_STAR] = ACTIONS(4258), + [sym_label] = ACTIONS(4258), + [anon_sym_in] = ACTIONS(4256), + [anon_sym_while] = ACTIONS(4256), + [anon_sym_DOT_DOT] = ACTIONS(4258), + [anon_sym_QMARK_COLON] = ACTIONS(4258), + [anon_sym_AMP_AMP] = ACTIONS(4258), + [anon_sym_PIPE_PIPE] = ACTIONS(4258), + [anon_sym_else] = ACTIONS(4256), + [anon_sym_COLON_COLON] = ACTIONS(4258), + [anon_sym_BANG_EQ] = ACTIONS(4256), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4258), + [anon_sym_EQ_EQ] = ACTIONS(4256), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4258), + [anon_sym_LT_EQ] = ACTIONS(4258), + [anon_sym_GT_EQ] = ACTIONS(4258), + [anon_sym_BANGin] = ACTIONS(4258), + [anon_sym_is] = ACTIONS(4256), + [anon_sym_BANGis] = ACTIONS(4258), + [anon_sym_PLUS] = ACTIONS(4256), + [anon_sym_DASH] = ACTIONS(4256), + [anon_sym_SLASH] = ACTIONS(4256), + [anon_sym_PERCENT] = ACTIONS(4258), + [anon_sym_as_QMARK] = ACTIONS(4258), + [anon_sym_PLUS_PLUS] = ACTIONS(4258), + [anon_sym_DASH_DASH] = ACTIONS(4258), + [anon_sym_BANG_BANG] = ACTIONS(4258), + [anon_sym_suspend] = ACTIONS(4256), + [anon_sym_sealed] = ACTIONS(4256), + [anon_sym_annotation] = ACTIONS(4256), + [anon_sym_data] = ACTIONS(4256), + [anon_sym_inner] = ACTIONS(4256), + [anon_sym_override] = ACTIONS(4256), + [anon_sym_lateinit] = ACTIONS(4256), + [anon_sym_public] = ACTIONS(4256), + [anon_sym_private] = ACTIONS(4256), + [anon_sym_internal] = ACTIONS(4256), + [anon_sym_protected] = ACTIONS(4256), + [anon_sym_tailrec] = ACTIONS(4256), + [anon_sym_operator] = ACTIONS(4256), + [anon_sym_infix] = ACTIONS(4256), + [anon_sym_inline] = ACTIONS(4256), + [anon_sym_external] = ACTIONS(4256), + [sym_property_modifier] = ACTIONS(4256), + [anon_sym_abstract] = ACTIONS(4256), + [anon_sym_final] = ACTIONS(4256), + [anon_sym_open] = ACTIONS(4256), + [anon_sym_vararg] = ACTIONS(4256), + [anon_sym_noinline] = ACTIONS(4256), + [anon_sym_crossinline] = ACTIONS(4256), + [anon_sym_expect] = ACTIONS(4256), + [anon_sym_actual] = ACTIONS(4256), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4258), + [sym_safe_nav] = ACTIONS(4258), [sym_multiline_comment] = ACTIONS(3), }, [4097] = { - [sym_type_constraints] = STATE(3564), - [sym_enum_class_body] = STATE(3835), - [sym__alpha_identifier] = ACTIONS(3204), - [anon_sym_AT] = ACTIONS(3208), - [anon_sym_COLON] = ACTIONS(6190), - [anon_sym_LBRACK] = ACTIONS(3208), - [anon_sym_as] = ACTIONS(3204), - [anon_sym_LBRACE] = ACTIONS(5359), - [anon_sym_RBRACE] = ACTIONS(3208), - [anon_sym_LPAREN] = ACTIONS(3208), - [anon_sym_LT] = ACTIONS(3204), - [anon_sym_GT] = ACTIONS(3204), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(3204), - [anon_sym_SEMI] = ACTIONS(3208), - [anon_sym_get] = ACTIONS(3204), - [anon_sym_set] = ACTIONS(3204), - [anon_sym_STAR] = ACTIONS(3208), - [sym_label] = ACTIONS(3208), - [anon_sym_in] = ACTIONS(3204), - [anon_sym_DOT_DOT] = ACTIONS(3208), - [anon_sym_QMARK_COLON] = ACTIONS(3208), - [anon_sym_AMP_AMP] = ACTIONS(3208), - [anon_sym_PIPE_PIPE] = ACTIONS(3208), - [anon_sym_else] = ACTIONS(3204), - [anon_sym_COLON_COLON] = ACTIONS(3208), - [anon_sym_BANG_EQ] = ACTIONS(3204), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3208), - [anon_sym_EQ_EQ] = ACTIONS(3204), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3208), - [anon_sym_LT_EQ] = ACTIONS(3208), - [anon_sym_GT_EQ] = ACTIONS(3208), - [anon_sym_BANGin] = ACTIONS(3208), - [anon_sym_is] = ACTIONS(3204), - [anon_sym_BANGis] = ACTIONS(3208), - [anon_sym_PLUS] = ACTIONS(3204), - [anon_sym_DASH] = ACTIONS(3204), - [anon_sym_SLASH] = ACTIONS(3204), - [anon_sym_PERCENT] = ACTIONS(3208), - [anon_sym_as_QMARK] = ACTIONS(3208), - [anon_sym_PLUS_PLUS] = ACTIONS(3208), - [anon_sym_DASH_DASH] = ACTIONS(3208), - [anon_sym_BANG_BANG] = ACTIONS(3208), - [anon_sym_suspend] = ACTIONS(3204), - [anon_sym_sealed] = ACTIONS(3204), - [anon_sym_annotation] = ACTIONS(3204), - [anon_sym_data] = ACTIONS(3204), - [anon_sym_inner] = ACTIONS(3204), - [anon_sym_override] = ACTIONS(3204), - [anon_sym_lateinit] = ACTIONS(3204), - [anon_sym_public] = ACTIONS(3204), - [anon_sym_private] = ACTIONS(3204), - [anon_sym_internal] = ACTIONS(3204), - [anon_sym_protected] = ACTIONS(3204), - [anon_sym_tailrec] = ACTIONS(3204), - [anon_sym_operator] = ACTIONS(3204), - [anon_sym_infix] = ACTIONS(3204), - [anon_sym_inline] = ACTIONS(3204), - [anon_sym_external] = ACTIONS(3204), - [sym_property_modifier] = ACTIONS(3204), - [anon_sym_abstract] = ACTIONS(3204), - [anon_sym_final] = ACTIONS(3204), - [anon_sym_open] = ACTIONS(3204), - [anon_sym_vararg] = ACTIONS(3204), - [anon_sym_noinline] = ACTIONS(3204), - [anon_sym_crossinline] = ACTIONS(3204), - [anon_sym_expect] = ACTIONS(3204), - [anon_sym_actual] = ACTIONS(3204), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3208), - [sym__automatic_semicolon] = ACTIONS(3208), - [sym_safe_nav] = ACTIONS(3208), + [sym_function_body] = STATE(3267), + [sym__block] = STATE(3464), + [sym__alpha_identifier] = ACTIONS(4260), + [anon_sym_AT] = ACTIONS(4262), + [anon_sym_LBRACK] = ACTIONS(4262), + [anon_sym_as] = ACTIONS(4260), + [anon_sym_EQ] = ACTIONS(6967), + [anon_sym_LBRACE] = ACTIONS(6233), + [anon_sym_RBRACE] = ACTIONS(4262), + [anon_sym_LPAREN] = ACTIONS(4262), + [anon_sym_RPAREN] = ACTIONS(4262), + [anon_sym_LT] = ACTIONS(4260), + [anon_sym_GT] = ACTIONS(4260), + [anon_sym_DOT] = ACTIONS(4260), + [anon_sym_SEMI] = ACTIONS(4262), + [anon_sym_get] = ACTIONS(4260), + [anon_sym_set] = ACTIONS(4260), + [anon_sym_STAR] = ACTIONS(4262), + [sym_label] = ACTIONS(4262), + [anon_sym_in] = ACTIONS(4260), + [anon_sym_while] = ACTIONS(4260), + [anon_sym_DOT_DOT] = ACTIONS(4262), + [anon_sym_QMARK_COLON] = ACTIONS(4262), + [anon_sym_AMP_AMP] = ACTIONS(4262), + [anon_sym_PIPE_PIPE] = ACTIONS(4262), + [anon_sym_else] = ACTIONS(4260), + [anon_sym_COLON_COLON] = ACTIONS(4262), + [anon_sym_BANG_EQ] = ACTIONS(4260), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4262), + [anon_sym_EQ_EQ] = ACTIONS(4260), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4262), + [anon_sym_LT_EQ] = ACTIONS(4262), + [anon_sym_GT_EQ] = ACTIONS(4262), + [anon_sym_BANGin] = ACTIONS(4262), + [anon_sym_is] = ACTIONS(4260), + [anon_sym_BANGis] = ACTIONS(4262), + [anon_sym_PLUS] = ACTIONS(4260), + [anon_sym_DASH] = ACTIONS(4260), + [anon_sym_SLASH] = ACTIONS(4260), + [anon_sym_PERCENT] = ACTIONS(4262), + [anon_sym_as_QMARK] = ACTIONS(4262), + [anon_sym_PLUS_PLUS] = ACTIONS(4262), + [anon_sym_DASH_DASH] = ACTIONS(4262), + [anon_sym_BANG_BANG] = ACTIONS(4262), + [anon_sym_suspend] = ACTIONS(4260), + [anon_sym_sealed] = ACTIONS(4260), + [anon_sym_annotation] = ACTIONS(4260), + [anon_sym_data] = ACTIONS(4260), + [anon_sym_inner] = ACTIONS(4260), + [anon_sym_override] = ACTIONS(4260), + [anon_sym_lateinit] = ACTIONS(4260), + [anon_sym_public] = ACTIONS(4260), + [anon_sym_private] = ACTIONS(4260), + [anon_sym_internal] = ACTIONS(4260), + [anon_sym_protected] = ACTIONS(4260), + [anon_sym_tailrec] = ACTIONS(4260), + [anon_sym_operator] = ACTIONS(4260), + [anon_sym_infix] = ACTIONS(4260), + [anon_sym_inline] = ACTIONS(4260), + [anon_sym_external] = ACTIONS(4260), + [sym_property_modifier] = ACTIONS(4260), + [anon_sym_abstract] = ACTIONS(4260), + [anon_sym_final] = ACTIONS(4260), + [anon_sym_open] = ACTIONS(4260), + [anon_sym_vararg] = ACTIONS(4260), + [anon_sym_noinline] = ACTIONS(4260), + [anon_sym_crossinline] = ACTIONS(4260), + [anon_sym_expect] = ACTIONS(4260), + [anon_sym_actual] = ACTIONS(4260), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4262), + [sym_safe_nav] = ACTIONS(4262), [sym_multiline_comment] = ACTIONS(3), }, [4098] = { - [sym_class_body] = STATE(3820), - [sym_type_constraints] = STATE(3568), - [sym__alpha_identifier] = ACTIONS(4197), - [anon_sym_AT] = ACTIONS(4199), - [anon_sym_COLON] = ACTIONS(7153), - [anon_sym_LBRACK] = ACTIONS(4199), - [anon_sym_as] = ACTIONS(4197), - [anon_sym_LBRACE] = ACTIONS(5421), - [anon_sym_RBRACE] = ACTIONS(4199), - [anon_sym_LPAREN] = ACTIONS(4199), - [anon_sym_LT] = ACTIONS(4197), - [anon_sym_GT] = ACTIONS(4197), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(4197), - [anon_sym_SEMI] = ACTIONS(4199), - [anon_sym_get] = ACTIONS(4197), - [anon_sym_set] = ACTIONS(4197), - [anon_sym_STAR] = ACTIONS(4199), - [sym_label] = ACTIONS(4199), - [anon_sym_in] = ACTIONS(4197), - [anon_sym_DOT_DOT] = ACTIONS(4199), - [anon_sym_QMARK_COLON] = ACTIONS(4199), - [anon_sym_AMP_AMP] = ACTIONS(4199), - [anon_sym_PIPE_PIPE] = ACTIONS(4199), - [anon_sym_else] = ACTIONS(4197), - [anon_sym_COLON_COLON] = ACTIONS(4199), - [anon_sym_BANG_EQ] = ACTIONS(4197), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4199), - [anon_sym_EQ_EQ] = ACTIONS(4197), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4199), - [anon_sym_LT_EQ] = ACTIONS(4199), - [anon_sym_GT_EQ] = ACTIONS(4199), - [anon_sym_BANGin] = ACTIONS(4199), - [anon_sym_is] = ACTIONS(4197), - [anon_sym_BANGis] = ACTIONS(4199), - [anon_sym_PLUS] = ACTIONS(4197), - [anon_sym_DASH] = ACTIONS(4197), - [anon_sym_SLASH] = ACTIONS(4197), - [anon_sym_PERCENT] = ACTIONS(4199), - [anon_sym_as_QMARK] = ACTIONS(4199), - [anon_sym_PLUS_PLUS] = ACTIONS(4199), - [anon_sym_DASH_DASH] = ACTIONS(4199), - [anon_sym_BANG_BANG] = ACTIONS(4199), - [anon_sym_suspend] = ACTIONS(4197), - [anon_sym_sealed] = ACTIONS(4197), - [anon_sym_annotation] = ACTIONS(4197), - [anon_sym_data] = ACTIONS(4197), - [anon_sym_inner] = ACTIONS(4197), - [anon_sym_override] = ACTIONS(4197), - [anon_sym_lateinit] = ACTIONS(4197), - [anon_sym_public] = ACTIONS(4197), - [anon_sym_private] = ACTIONS(4197), - [anon_sym_internal] = ACTIONS(4197), - [anon_sym_protected] = ACTIONS(4197), - [anon_sym_tailrec] = ACTIONS(4197), - [anon_sym_operator] = ACTIONS(4197), - [anon_sym_infix] = ACTIONS(4197), - [anon_sym_inline] = ACTIONS(4197), - [anon_sym_external] = ACTIONS(4197), - [sym_property_modifier] = ACTIONS(4197), - [anon_sym_abstract] = ACTIONS(4197), - [anon_sym_final] = ACTIONS(4197), - [anon_sym_open] = ACTIONS(4197), - [anon_sym_vararg] = ACTIONS(4197), - [anon_sym_noinline] = ACTIONS(4197), - [anon_sym_crossinline] = ACTIONS(4197), - [anon_sym_expect] = ACTIONS(4197), - [anon_sym_actual] = ACTIONS(4197), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4199), - [sym__automatic_semicolon] = ACTIONS(4199), - [sym_safe_nav] = ACTIONS(4199), + [sym_function_body] = STATE(3793), + [sym__block] = STATE(3738), + [sym__alpha_identifier] = ACTIONS(4210), + [anon_sym_AT] = ACTIONS(4212), + [anon_sym_COLON] = ACTIONS(7165), + [anon_sym_LBRACK] = ACTIONS(4212), + [anon_sym_as] = ACTIONS(4210), + [anon_sym_EQ] = ACTIONS(7028), + [anon_sym_LBRACE] = ACTIONS(6461), + [anon_sym_RBRACE] = ACTIONS(4212), + [anon_sym_LPAREN] = ACTIONS(4212), + [anon_sym_LT] = ACTIONS(4210), + [anon_sym_GT] = ACTIONS(4210), + [anon_sym_DOT] = ACTIONS(4210), + [anon_sym_SEMI] = ACTIONS(4212), + [anon_sym_get] = ACTIONS(4210), + [anon_sym_set] = ACTIONS(4210), + [anon_sym_STAR] = ACTIONS(4212), + [sym_label] = ACTIONS(4212), + [anon_sym_in] = ACTIONS(4210), + [anon_sym_DOT_DOT] = ACTIONS(4212), + [anon_sym_QMARK_COLON] = ACTIONS(4212), + [anon_sym_AMP_AMP] = ACTIONS(4212), + [anon_sym_PIPE_PIPE] = ACTIONS(4212), + [anon_sym_else] = ACTIONS(4210), + [anon_sym_COLON_COLON] = ACTIONS(4212), + [anon_sym_BANG_EQ] = ACTIONS(4210), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4212), + [anon_sym_EQ_EQ] = ACTIONS(4210), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4212), + [anon_sym_LT_EQ] = ACTIONS(4212), + [anon_sym_GT_EQ] = ACTIONS(4212), + [anon_sym_BANGin] = ACTIONS(4212), + [anon_sym_is] = ACTIONS(4210), + [anon_sym_BANGis] = ACTIONS(4212), + [anon_sym_PLUS] = ACTIONS(4210), + [anon_sym_DASH] = ACTIONS(4210), + [anon_sym_SLASH] = ACTIONS(4210), + [anon_sym_PERCENT] = ACTIONS(4212), + [anon_sym_as_QMARK] = ACTIONS(4212), + [anon_sym_PLUS_PLUS] = ACTIONS(4212), + [anon_sym_DASH_DASH] = ACTIONS(4212), + [anon_sym_BANG_BANG] = ACTIONS(4212), + [anon_sym_suspend] = ACTIONS(4210), + [anon_sym_sealed] = ACTIONS(4210), + [anon_sym_annotation] = ACTIONS(4210), + [anon_sym_data] = ACTIONS(4210), + [anon_sym_inner] = ACTIONS(4210), + [anon_sym_override] = ACTIONS(4210), + [anon_sym_lateinit] = ACTIONS(4210), + [anon_sym_public] = ACTIONS(4210), + [anon_sym_private] = ACTIONS(4210), + [anon_sym_internal] = ACTIONS(4210), + [anon_sym_protected] = ACTIONS(4210), + [anon_sym_tailrec] = ACTIONS(4210), + [anon_sym_operator] = ACTIONS(4210), + [anon_sym_infix] = ACTIONS(4210), + [anon_sym_inline] = ACTIONS(4210), + [anon_sym_external] = ACTIONS(4210), + [sym_property_modifier] = ACTIONS(4210), + [anon_sym_abstract] = ACTIONS(4210), + [anon_sym_final] = ACTIONS(4210), + [anon_sym_open] = ACTIONS(4210), + [anon_sym_vararg] = ACTIONS(4210), + [anon_sym_noinline] = ACTIONS(4210), + [anon_sym_crossinline] = ACTIONS(4210), + [anon_sym_expect] = ACTIONS(4210), + [anon_sym_actual] = ACTIONS(4210), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4212), + [sym__automatic_semicolon] = ACTIONS(4212), + [sym_safe_nav] = ACTIONS(4212), [sym_multiline_comment] = ACTIONS(3), }, [4099] = { - [sym_type_constraints] = STATE(3591), - [sym_enum_class_body] = STATE(3820), - [sym__alpha_identifier] = ACTIONS(4197), - [anon_sym_AT] = ACTIONS(4199), - [anon_sym_COLON] = ACTIONS(7155), - [anon_sym_LBRACK] = ACTIONS(4199), - [anon_sym_as] = ACTIONS(4197), - [anon_sym_LBRACE] = ACTIONS(5359), - [anon_sym_RBRACE] = ACTIONS(4199), - [anon_sym_LPAREN] = ACTIONS(4199), - [anon_sym_LT] = ACTIONS(4197), - [anon_sym_GT] = ACTIONS(4197), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(4197), - [anon_sym_SEMI] = ACTIONS(4199), - [anon_sym_get] = ACTIONS(4197), - [anon_sym_set] = ACTIONS(4197), - [anon_sym_STAR] = ACTIONS(4199), - [sym_label] = ACTIONS(4199), - [anon_sym_in] = ACTIONS(4197), - [anon_sym_DOT_DOT] = ACTIONS(4199), - [anon_sym_QMARK_COLON] = ACTIONS(4199), - [anon_sym_AMP_AMP] = ACTIONS(4199), - [anon_sym_PIPE_PIPE] = ACTIONS(4199), - [anon_sym_else] = ACTIONS(4197), - [anon_sym_COLON_COLON] = ACTIONS(4199), - [anon_sym_BANG_EQ] = ACTIONS(4197), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4199), - [anon_sym_EQ_EQ] = ACTIONS(4197), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4199), - [anon_sym_LT_EQ] = ACTIONS(4199), - [anon_sym_GT_EQ] = ACTIONS(4199), - [anon_sym_BANGin] = ACTIONS(4199), - [anon_sym_is] = ACTIONS(4197), - [anon_sym_BANGis] = ACTIONS(4199), - [anon_sym_PLUS] = ACTIONS(4197), - [anon_sym_DASH] = ACTIONS(4197), - [anon_sym_SLASH] = ACTIONS(4197), - [anon_sym_PERCENT] = ACTIONS(4199), - [anon_sym_as_QMARK] = ACTIONS(4199), - [anon_sym_PLUS_PLUS] = ACTIONS(4199), - [anon_sym_DASH_DASH] = ACTIONS(4199), - [anon_sym_BANG_BANG] = ACTIONS(4199), - [anon_sym_suspend] = ACTIONS(4197), - [anon_sym_sealed] = ACTIONS(4197), - [anon_sym_annotation] = ACTIONS(4197), - [anon_sym_data] = ACTIONS(4197), - [anon_sym_inner] = ACTIONS(4197), - [anon_sym_override] = ACTIONS(4197), - [anon_sym_lateinit] = ACTIONS(4197), - [anon_sym_public] = ACTIONS(4197), - [anon_sym_private] = ACTIONS(4197), - [anon_sym_internal] = ACTIONS(4197), - [anon_sym_protected] = ACTIONS(4197), - [anon_sym_tailrec] = ACTIONS(4197), - [anon_sym_operator] = ACTIONS(4197), - [anon_sym_infix] = ACTIONS(4197), - [anon_sym_inline] = ACTIONS(4197), - [anon_sym_external] = ACTIONS(4197), - [sym_property_modifier] = ACTIONS(4197), - [anon_sym_abstract] = ACTIONS(4197), - [anon_sym_final] = ACTIONS(4197), - [anon_sym_open] = ACTIONS(4197), - [anon_sym_vararg] = ACTIONS(4197), - [anon_sym_noinline] = ACTIONS(4197), - [anon_sym_crossinline] = ACTIONS(4197), - [anon_sym_expect] = ACTIONS(4197), - [anon_sym_actual] = ACTIONS(4197), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4199), - [sym__automatic_semicolon] = ACTIONS(4199), - [sym_safe_nav] = ACTIONS(4199), + [sym_function_body] = STATE(3305), + [sym__block] = STATE(3464), + [sym__alpha_identifier] = ACTIONS(4210), + [anon_sym_AT] = ACTIONS(4212), + [anon_sym_LBRACK] = ACTIONS(4212), + [anon_sym_as] = ACTIONS(4210), + [anon_sym_EQ] = ACTIONS(6967), + [anon_sym_LBRACE] = ACTIONS(6233), + [anon_sym_RBRACE] = ACTIONS(4212), + [anon_sym_LPAREN] = ACTIONS(4212), + [anon_sym_RPAREN] = ACTIONS(4212), + [anon_sym_LT] = ACTIONS(4210), + [anon_sym_GT] = ACTIONS(4210), + [anon_sym_DOT] = ACTIONS(4210), + [anon_sym_SEMI] = ACTIONS(4212), + [anon_sym_get] = ACTIONS(4210), + [anon_sym_set] = ACTIONS(4210), + [anon_sym_STAR] = ACTIONS(4212), + [sym_label] = ACTIONS(4212), + [anon_sym_in] = ACTIONS(4210), + [anon_sym_while] = ACTIONS(4210), + [anon_sym_DOT_DOT] = ACTIONS(4212), + [anon_sym_QMARK_COLON] = ACTIONS(4212), + [anon_sym_AMP_AMP] = ACTIONS(4212), + [anon_sym_PIPE_PIPE] = ACTIONS(4212), + [anon_sym_else] = ACTIONS(4210), + [anon_sym_COLON_COLON] = ACTIONS(4212), + [anon_sym_BANG_EQ] = ACTIONS(4210), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4212), + [anon_sym_EQ_EQ] = ACTIONS(4210), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4212), + [anon_sym_LT_EQ] = ACTIONS(4212), + [anon_sym_GT_EQ] = ACTIONS(4212), + [anon_sym_BANGin] = ACTIONS(4212), + [anon_sym_is] = ACTIONS(4210), + [anon_sym_BANGis] = ACTIONS(4212), + [anon_sym_PLUS] = ACTIONS(4210), + [anon_sym_DASH] = ACTIONS(4210), + [anon_sym_SLASH] = ACTIONS(4210), + [anon_sym_PERCENT] = ACTIONS(4212), + [anon_sym_as_QMARK] = ACTIONS(4212), + [anon_sym_PLUS_PLUS] = ACTIONS(4212), + [anon_sym_DASH_DASH] = ACTIONS(4212), + [anon_sym_BANG_BANG] = ACTIONS(4212), + [anon_sym_suspend] = ACTIONS(4210), + [anon_sym_sealed] = ACTIONS(4210), + [anon_sym_annotation] = ACTIONS(4210), + [anon_sym_data] = ACTIONS(4210), + [anon_sym_inner] = ACTIONS(4210), + [anon_sym_override] = ACTIONS(4210), + [anon_sym_lateinit] = ACTIONS(4210), + [anon_sym_public] = ACTIONS(4210), + [anon_sym_private] = ACTIONS(4210), + [anon_sym_internal] = ACTIONS(4210), + [anon_sym_protected] = ACTIONS(4210), + [anon_sym_tailrec] = ACTIONS(4210), + [anon_sym_operator] = ACTIONS(4210), + [anon_sym_infix] = ACTIONS(4210), + [anon_sym_inline] = ACTIONS(4210), + [anon_sym_external] = ACTIONS(4210), + [sym_property_modifier] = ACTIONS(4210), + [anon_sym_abstract] = ACTIONS(4210), + [anon_sym_final] = ACTIONS(4210), + [anon_sym_open] = ACTIONS(4210), + [anon_sym_vararg] = ACTIONS(4210), + [anon_sym_noinline] = ACTIONS(4210), + [anon_sym_crossinline] = ACTIONS(4210), + [anon_sym_expect] = ACTIONS(4210), + [anon_sym_actual] = ACTIONS(4210), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4212), + [sym_safe_nav] = ACTIONS(4212), [sym_multiline_comment] = ACTIONS(3), }, [4100] = { - [sym_class_body] = STATE(3685), - [sym__alpha_identifier] = ACTIONS(4517), - [anon_sym_AT] = ACTIONS(4519), - [anon_sym_COLON] = ACTIONS(7157), - [anon_sym_LBRACK] = ACTIONS(4519), - [anon_sym_as] = ACTIONS(4517), - [anon_sym_LBRACE] = ACTIONS(5421), - [anon_sym_RBRACE] = ACTIONS(4519), - [anon_sym_LPAREN] = ACTIONS(4519), - [anon_sym_COMMA] = ACTIONS(4519), - [anon_sym_LT] = ACTIONS(4517), - [anon_sym_GT] = ACTIONS(4517), - [anon_sym_where] = ACTIONS(4517), - [anon_sym_DOT] = ACTIONS(4517), - [anon_sym_SEMI] = ACTIONS(4519), - [anon_sym_get] = ACTIONS(4517), - [anon_sym_set] = ACTIONS(4517), - [anon_sym_STAR] = ACTIONS(4519), - [sym_label] = ACTIONS(4519), - [anon_sym_in] = ACTIONS(4517), - [anon_sym_DOT_DOT] = ACTIONS(4519), - [anon_sym_QMARK_COLON] = ACTIONS(4519), - [anon_sym_AMP_AMP] = ACTIONS(4519), - [anon_sym_PIPE_PIPE] = ACTIONS(4519), - [anon_sym_else] = ACTIONS(4517), - [anon_sym_COLON_COLON] = ACTIONS(4519), - [anon_sym_BANG_EQ] = ACTIONS(4517), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4519), - [anon_sym_EQ_EQ] = ACTIONS(4517), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4519), - [anon_sym_LT_EQ] = ACTIONS(4519), - [anon_sym_GT_EQ] = ACTIONS(4519), - [anon_sym_BANGin] = ACTIONS(4519), - [anon_sym_is] = ACTIONS(4517), - [anon_sym_BANGis] = ACTIONS(4519), - [anon_sym_PLUS] = ACTIONS(4517), - [anon_sym_DASH] = ACTIONS(4517), - [anon_sym_SLASH] = ACTIONS(4517), - [anon_sym_PERCENT] = ACTIONS(4519), - [anon_sym_as_QMARK] = ACTIONS(4519), - [anon_sym_PLUS_PLUS] = ACTIONS(4519), - [anon_sym_DASH_DASH] = ACTIONS(4519), - [anon_sym_BANG_BANG] = ACTIONS(4519), - [anon_sym_suspend] = ACTIONS(4517), - [anon_sym_sealed] = ACTIONS(4517), - [anon_sym_annotation] = ACTIONS(4517), - [anon_sym_data] = ACTIONS(4517), - [anon_sym_inner] = ACTIONS(4517), - [anon_sym_override] = ACTIONS(4517), - [anon_sym_lateinit] = ACTIONS(4517), - [anon_sym_public] = ACTIONS(4517), - [anon_sym_private] = ACTIONS(4517), - [anon_sym_internal] = ACTIONS(4517), - [anon_sym_protected] = ACTIONS(4517), - [anon_sym_tailrec] = ACTIONS(4517), - [anon_sym_operator] = ACTIONS(4517), - [anon_sym_infix] = ACTIONS(4517), - [anon_sym_inline] = ACTIONS(4517), - [anon_sym_external] = ACTIONS(4517), - [sym_property_modifier] = ACTIONS(4517), - [anon_sym_abstract] = ACTIONS(4517), - [anon_sym_final] = ACTIONS(4517), - [anon_sym_open] = ACTIONS(4517), - [anon_sym_vararg] = ACTIONS(4517), - [anon_sym_noinline] = ACTIONS(4517), - [anon_sym_crossinline] = ACTIONS(4517), - [anon_sym_expect] = ACTIONS(4517), - [anon_sym_actual] = ACTIONS(4517), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4519), - [sym__automatic_semicolon] = ACTIONS(4519), - [sym_safe_nav] = ACTIONS(4519), + [sym_type_constraints] = STATE(3629), + [sym_enum_class_body] = STATE(3833), + [sym__alpha_identifier] = ACTIONS(4188), + [anon_sym_AT] = ACTIONS(4190), + [anon_sym_COLON] = ACTIONS(7167), + [anon_sym_LBRACK] = ACTIONS(4190), + [anon_sym_as] = ACTIONS(4188), + [anon_sym_LBRACE] = ACTIONS(5415), + [anon_sym_RBRACE] = ACTIONS(4190), + [anon_sym_LPAREN] = ACTIONS(4190), + [anon_sym_LT] = ACTIONS(4188), + [anon_sym_GT] = ACTIONS(4188), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(4188), + [anon_sym_SEMI] = ACTIONS(4190), + [anon_sym_get] = ACTIONS(4188), + [anon_sym_set] = ACTIONS(4188), + [anon_sym_STAR] = ACTIONS(4190), + [sym_label] = ACTIONS(4190), + [anon_sym_in] = ACTIONS(4188), + [anon_sym_DOT_DOT] = ACTIONS(4190), + [anon_sym_QMARK_COLON] = ACTIONS(4190), + [anon_sym_AMP_AMP] = ACTIONS(4190), + [anon_sym_PIPE_PIPE] = ACTIONS(4190), + [anon_sym_else] = ACTIONS(4188), + [anon_sym_COLON_COLON] = ACTIONS(4190), + [anon_sym_BANG_EQ] = ACTIONS(4188), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4190), + [anon_sym_EQ_EQ] = ACTIONS(4188), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4190), + [anon_sym_LT_EQ] = ACTIONS(4190), + [anon_sym_GT_EQ] = ACTIONS(4190), + [anon_sym_BANGin] = ACTIONS(4190), + [anon_sym_is] = ACTIONS(4188), + [anon_sym_BANGis] = ACTIONS(4190), + [anon_sym_PLUS] = ACTIONS(4188), + [anon_sym_DASH] = ACTIONS(4188), + [anon_sym_SLASH] = ACTIONS(4188), + [anon_sym_PERCENT] = ACTIONS(4190), + [anon_sym_as_QMARK] = ACTIONS(4190), + [anon_sym_PLUS_PLUS] = ACTIONS(4190), + [anon_sym_DASH_DASH] = ACTIONS(4190), + [anon_sym_BANG_BANG] = ACTIONS(4190), + [anon_sym_suspend] = ACTIONS(4188), + [anon_sym_sealed] = ACTIONS(4188), + [anon_sym_annotation] = ACTIONS(4188), + [anon_sym_data] = ACTIONS(4188), + [anon_sym_inner] = ACTIONS(4188), + [anon_sym_override] = ACTIONS(4188), + [anon_sym_lateinit] = ACTIONS(4188), + [anon_sym_public] = ACTIONS(4188), + [anon_sym_private] = ACTIONS(4188), + [anon_sym_internal] = ACTIONS(4188), + [anon_sym_protected] = ACTIONS(4188), + [anon_sym_tailrec] = ACTIONS(4188), + [anon_sym_operator] = ACTIONS(4188), + [anon_sym_infix] = ACTIONS(4188), + [anon_sym_inline] = ACTIONS(4188), + [anon_sym_external] = ACTIONS(4188), + [sym_property_modifier] = ACTIONS(4188), + [anon_sym_abstract] = ACTIONS(4188), + [anon_sym_final] = ACTIONS(4188), + [anon_sym_open] = ACTIONS(4188), + [anon_sym_vararg] = ACTIONS(4188), + [anon_sym_noinline] = ACTIONS(4188), + [anon_sym_crossinline] = ACTIONS(4188), + [anon_sym_expect] = ACTIONS(4188), + [anon_sym_actual] = ACTIONS(4188), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4190), + [sym__automatic_semicolon] = ACTIONS(4190), + [sym_safe_nav] = ACTIONS(4190), [sym_multiline_comment] = ACTIONS(3), }, [4101] = { - [sym_function_body] = STATE(3785), - [sym__block] = STATE(3725), + [sym_function_body] = STATE(3202), + [sym__block] = STATE(3464), + [sym__alpha_identifier] = ACTIONS(4099), + [anon_sym_AT] = ACTIONS(4101), + [anon_sym_LBRACK] = ACTIONS(4101), + [anon_sym_as] = ACTIONS(4099), + [anon_sym_EQ] = ACTIONS(6967), + [anon_sym_LBRACE] = ACTIONS(6233), + [anon_sym_RBRACE] = ACTIONS(4101), + [anon_sym_LPAREN] = ACTIONS(4101), + [anon_sym_RPAREN] = ACTIONS(4101), + [anon_sym_LT] = ACTIONS(4099), + [anon_sym_GT] = ACTIONS(4099), + [anon_sym_DOT] = ACTIONS(4099), + [anon_sym_SEMI] = ACTIONS(4101), + [anon_sym_get] = ACTIONS(4099), + [anon_sym_set] = ACTIONS(4099), + [anon_sym_STAR] = ACTIONS(4101), + [sym_label] = ACTIONS(4101), + [anon_sym_in] = ACTIONS(4099), + [anon_sym_while] = ACTIONS(4099), + [anon_sym_DOT_DOT] = ACTIONS(4101), + [anon_sym_QMARK_COLON] = ACTIONS(4101), + [anon_sym_AMP_AMP] = ACTIONS(4101), + [anon_sym_PIPE_PIPE] = ACTIONS(4101), + [anon_sym_else] = ACTIONS(4099), + [anon_sym_COLON_COLON] = ACTIONS(4101), + [anon_sym_BANG_EQ] = ACTIONS(4099), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4101), + [anon_sym_EQ_EQ] = ACTIONS(4099), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4101), + [anon_sym_LT_EQ] = ACTIONS(4101), + [anon_sym_GT_EQ] = ACTIONS(4101), + [anon_sym_BANGin] = ACTIONS(4101), + [anon_sym_is] = ACTIONS(4099), + [anon_sym_BANGis] = ACTIONS(4101), + [anon_sym_PLUS] = ACTIONS(4099), + [anon_sym_DASH] = ACTIONS(4099), + [anon_sym_SLASH] = ACTIONS(4099), + [anon_sym_PERCENT] = ACTIONS(4101), + [anon_sym_as_QMARK] = ACTIONS(4101), + [anon_sym_PLUS_PLUS] = ACTIONS(4101), + [anon_sym_DASH_DASH] = ACTIONS(4101), + [anon_sym_BANG_BANG] = ACTIONS(4101), + [anon_sym_suspend] = ACTIONS(4099), + [anon_sym_sealed] = ACTIONS(4099), + [anon_sym_annotation] = ACTIONS(4099), + [anon_sym_data] = ACTIONS(4099), + [anon_sym_inner] = ACTIONS(4099), + [anon_sym_override] = ACTIONS(4099), + [anon_sym_lateinit] = ACTIONS(4099), + [anon_sym_public] = ACTIONS(4099), + [anon_sym_private] = ACTIONS(4099), + [anon_sym_internal] = ACTIONS(4099), + [anon_sym_protected] = ACTIONS(4099), + [anon_sym_tailrec] = ACTIONS(4099), + [anon_sym_operator] = ACTIONS(4099), + [anon_sym_infix] = ACTIONS(4099), + [anon_sym_inline] = ACTIONS(4099), + [anon_sym_external] = ACTIONS(4099), + [sym_property_modifier] = ACTIONS(4099), + [anon_sym_abstract] = ACTIONS(4099), + [anon_sym_final] = ACTIONS(4099), + [anon_sym_open] = ACTIONS(4099), + [anon_sym_vararg] = ACTIONS(4099), + [anon_sym_noinline] = ACTIONS(4099), + [anon_sym_crossinline] = ACTIONS(4099), + [anon_sym_expect] = ACTIONS(4099), + [anon_sym_actual] = ACTIONS(4099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4101), + [sym_safe_nav] = ACTIONS(4101), + [sym_multiline_comment] = ACTIONS(3), + }, + [4102] = { + [sym_class_body] = STATE(3786), + [sym_type_constraints] = STATE(3631), + [sym__alpha_identifier] = ACTIONS(3196), + [anon_sym_AT] = ACTIONS(3200), + [anon_sym_COLON] = ACTIONS(6194), + [anon_sym_LBRACK] = ACTIONS(3200), + [anon_sym_as] = ACTIONS(3196), + [anon_sym_LBRACE] = ACTIONS(5360), + [anon_sym_RBRACE] = ACTIONS(3200), + [anon_sym_LPAREN] = ACTIONS(3200), + [anon_sym_LT] = ACTIONS(3196), + [anon_sym_GT] = ACTIONS(3196), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(3196), + [anon_sym_SEMI] = ACTIONS(3200), + [anon_sym_get] = ACTIONS(3196), + [anon_sym_set] = ACTIONS(3196), + [anon_sym_STAR] = ACTIONS(3200), + [sym_label] = ACTIONS(3200), + [anon_sym_in] = ACTIONS(3196), + [anon_sym_DOT_DOT] = ACTIONS(3200), + [anon_sym_QMARK_COLON] = ACTIONS(3200), + [anon_sym_AMP_AMP] = ACTIONS(3200), + [anon_sym_PIPE_PIPE] = ACTIONS(3200), + [anon_sym_else] = ACTIONS(3196), + [anon_sym_COLON_COLON] = ACTIONS(3200), + [anon_sym_BANG_EQ] = ACTIONS(3196), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3200), + [anon_sym_EQ_EQ] = ACTIONS(3196), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3200), + [anon_sym_LT_EQ] = ACTIONS(3200), + [anon_sym_GT_EQ] = ACTIONS(3200), + [anon_sym_BANGin] = ACTIONS(3200), + [anon_sym_is] = ACTIONS(3196), + [anon_sym_BANGis] = ACTIONS(3200), + [anon_sym_PLUS] = ACTIONS(3196), + [anon_sym_DASH] = ACTIONS(3196), + [anon_sym_SLASH] = ACTIONS(3196), + [anon_sym_PERCENT] = ACTIONS(3200), + [anon_sym_as_QMARK] = ACTIONS(3200), + [anon_sym_PLUS_PLUS] = ACTIONS(3200), + [anon_sym_DASH_DASH] = ACTIONS(3200), + [anon_sym_BANG_BANG] = ACTIONS(3200), + [anon_sym_suspend] = ACTIONS(3196), + [anon_sym_sealed] = ACTIONS(3196), + [anon_sym_annotation] = ACTIONS(3196), + [anon_sym_data] = ACTIONS(3196), + [anon_sym_inner] = ACTIONS(3196), + [anon_sym_override] = ACTIONS(3196), + [anon_sym_lateinit] = ACTIONS(3196), + [anon_sym_public] = ACTIONS(3196), + [anon_sym_private] = ACTIONS(3196), + [anon_sym_internal] = ACTIONS(3196), + [anon_sym_protected] = ACTIONS(3196), + [anon_sym_tailrec] = ACTIONS(3196), + [anon_sym_operator] = ACTIONS(3196), + [anon_sym_infix] = ACTIONS(3196), + [anon_sym_inline] = ACTIONS(3196), + [anon_sym_external] = ACTIONS(3196), + [sym_property_modifier] = ACTIONS(3196), + [anon_sym_abstract] = ACTIONS(3196), + [anon_sym_final] = ACTIONS(3196), + [anon_sym_open] = ACTIONS(3196), + [anon_sym_vararg] = ACTIONS(3196), + [anon_sym_noinline] = ACTIONS(3196), + [anon_sym_crossinline] = ACTIONS(3196), + [anon_sym_expect] = ACTIONS(3196), + [anon_sym_actual] = ACTIONS(3196), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3200), + [sym__automatic_semicolon] = ACTIONS(3200), + [sym_safe_nav] = ACTIONS(3200), + [sym_multiline_comment] = ACTIONS(3), + }, + [4103] = { + [sym_class_body] = STATE(3743), + [sym_type_constraints] = STATE(3553), + [sym__alpha_identifier] = ACTIONS(4303), + [anon_sym_AT] = ACTIONS(4305), + [anon_sym_COLON] = ACTIONS(7169), + [anon_sym_LBRACK] = ACTIONS(4305), + [anon_sym_as] = ACTIONS(4303), + [anon_sym_LBRACE] = ACTIONS(5360), + [anon_sym_RBRACE] = ACTIONS(4305), + [anon_sym_LPAREN] = ACTIONS(4305), + [anon_sym_LT] = ACTIONS(4303), + [anon_sym_GT] = ACTIONS(4303), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(4303), + [anon_sym_SEMI] = ACTIONS(4305), + [anon_sym_get] = ACTIONS(4303), + [anon_sym_set] = ACTIONS(4303), + [anon_sym_STAR] = ACTIONS(4305), + [sym_label] = ACTIONS(4305), + [anon_sym_in] = ACTIONS(4303), + [anon_sym_DOT_DOT] = ACTIONS(4305), + [anon_sym_QMARK_COLON] = ACTIONS(4305), + [anon_sym_AMP_AMP] = ACTIONS(4305), + [anon_sym_PIPE_PIPE] = ACTIONS(4305), + [anon_sym_else] = ACTIONS(4303), + [anon_sym_COLON_COLON] = ACTIONS(4305), + [anon_sym_BANG_EQ] = ACTIONS(4303), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4305), + [anon_sym_EQ_EQ] = ACTIONS(4303), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4305), + [anon_sym_LT_EQ] = ACTIONS(4305), + [anon_sym_GT_EQ] = ACTIONS(4305), + [anon_sym_BANGin] = ACTIONS(4305), + [anon_sym_is] = ACTIONS(4303), + [anon_sym_BANGis] = ACTIONS(4305), + [anon_sym_PLUS] = ACTIONS(4303), + [anon_sym_DASH] = ACTIONS(4303), + [anon_sym_SLASH] = ACTIONS(4303), + [anon_sym_PERCENT] = ACTIONS(4305), + [anon_sym_as_QMARK] = ACTIONS(4305), + [anon_sym_PLUS_PLUS] = ACTIONS(4305), + [anon_sym_DASH_DASH] = ACTIONS(4305), + [anon_sym_BANG_BANG] = ACTIONS(4305), + [anon_sym_suspend] = ACTIONS(4303), + [anon_sym_sealed] = ACTIONS(4303), + [anon_sym_annotation] = ACTIONS(4303), + [anon_sym_data] = ACTIONS(4303), + [anon_sym_inner] = ACTIONS(4303), + [anon_sym_override] = ACTIONS(4303), + [anon_sym_lateinit] = ACTIONS(4303), + [anon_sym_public] = ACTIONS(4303), + [anon_sym_private] = ACTIONS(4303), + [anon_sym_internal] = ACTIONS(4303), + [anon_sym_protected] = ACTIONS(4303), + [anon_sym_tailrec] = ACTIONS(4303), + [anon_sym_operator] = ACTIONS(4303), + [anon_sym_infix] = ACTIONS(4303), + [anon_sym_inline] = ACTIONS(4303), + [anon_sym_external] = ACTIONS(4303), + [sym_property_modifier] = ACTIONS(4303), + [anon_sym_abstract] = ACTIONS(4303), + [anon_sym_final] = ACTIONS(4303), + [anon_sym_open] = ACTIONS(4303), + [anon_sym_vararg] = ACTIONS(4303), + [anon_sym_noinline] = ACTIONS(4303), + [anon_sym_crossinline] = ACTIONS(4303), + [anon_sym_expect] = ACTIONS(4303), + [anon_sym_actual] = ACTIONS(4303), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4305), + [sym__automatic_semicolon] = ACTIONS(4305), + [sym_safe_nav] = ACTIONS(4305), + [sym_multiline_comment] = ACTIONS(3), + }, + [4104] = { + [sym_type_constraints] = STATE(3656), + [sym_enum_class_body] = STATE(3752), + [sym__alpha_identifier] = ACTIONS(3212), + [anon_sym_AT] = ACTIONS(3216), + [anon_sym_COLON] = ACTIONS(6152), + [anon_sym_LBRACK] = ACTIONS(3216), + [anon_sym_as] = ACTIONS(3212), + [anon_sym_LBRACE] = ACTIONS(5415), + [anon_sym_RBRACE] = ACTIONS(3216), + [anon_sym_LPAREN] = ACTIONS(3216), + [anon_sym_LT] = ACTIONS(3212), + [anon_sym_GT] = ACTIONS(3212), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(3212), + [anon_sym_SEMI] = ACTIONS(3216), + [anon_sym_get] = ACTIONS(3212), + [anon_sym_set] = ACTIONS(3212), + [anon_sym_STAR] = ACTIONS(3216), + [sym_label] = ACTIONS(3216), + [anon_sym_in] = ACTIONS(3212), + [anon_sym_DOT_DOT] = ACTIONS(3216), + [anon_sym_QMARK_COLON] = ACTIONS(3216), + [anon_sym_AMP_AMP] = ACTIONS(3216), + [anon_sym_PIPE_PIPE] = ACTIONS(3216), + [anon_sym_else] = ACTIONS(3212), + [anon_sym_COLON_COLON] = ACTIONS(3216), + [anon_sym_BANG_EQ] = ACTIONS(3212), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3216), + [anon_sym_EQ_EQ] = ACTIONS(3212), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3216), + [anon_sym_LT_EQ] = ACTIONS(3216), + [anon_sym_GT_EQ] = ACTIONS(3216), + [anon_sym_BANGin] = ACTIONS(3216), + [anon_sym_is] = ACTIONS(3212), + [anon_sym_BANGis] = ACTIONS(3216), + [anon_sym_PLUS] = ACTIONS(3212), + [anon_sym_DASH] = ACTIONS(3212), + [anon_sym_SLASH] = ACTIONS(3212), + [anon_sym_PERCENT] = ACTIONS(3216), + [anon_sym_as_QMARK] = ACTIONS(3216), + [anon_sym_PLUS_PLUS] = ACTIONS(3216), + [anon_sym_DASH_DASH] = ACTIONS(3216), + [anon_sym_BANG_BANG] = ACTIONS(3216), + [anon_sym_suspend] = ACTIONS(3212), + [anon_sym_sealed] = ACTIONS(3212), + [anon_sym_annotation] = ACTIONS(3212), + [anon_sym_data] = ACTIONS(3212), + [anon_sym_inner] = ACTIONS(3212), + [anon_sym_override] = ACTIONS(3212), + [anon_sym_lateinit] = ACTIONS(3212), + [anon_sym_public] = ACTIONS(3212), + [anon_sym_private] = ACTIONS(3212), + [anon_sym_internal] = ACTIONS(3212), + [anon_sym_protected] = ACTIONS(3212), + [anon_sym_tailrec] = ACTIONS(3212), + [anon_sym_operator] = ACTIONS(3212), + [anon_sym_infix] = ACTIONS(3212), + [anon_sym_inline] = ACTIONS(3212), + [anon_sym_external] = ACTIONS(3212), + [sym_property_modifier] = ACTIONS(3212), + [anon_sym_abstract] = ACTIONS(3212), + [anon_sym_final] = ACTIONS(3212), + [anon_sym_open] = ACTIONS(3212), + [anon_sym_vararg] = ACTIONS(3212), + [anon_sym_noinline] = ACTIONS(3212), + [anon_sym_crossinline] = ACTIONS(3212), + [anon_sym_expect] = ACTIONS(3212), + [anon_sym_actual] = ACTIONS(3212), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3216), + [sym__automatic_semicolon] = ACTIONS(3216), + [sym_safe_nav] = ACTIONS(3216), + [sym_multiline_comment] = ACTIONS(3), + }, + [4105] = { + [sym_function_body] = STATE(3139), + [sym__block] = STATE(3464), + [sym__alpha_identifier] = ACTIONS(4031), + [anon_sym_AT] = ACTIONS(4033), + [anon_sym_LBRACK] = ACTIONS(4033), + [anon_sym_as] = ACTIONS(4031), + [anon_sym_EQ] = ACTIONS(6967), + [anon_sym_LBRACE] = ACTIONS(6233), + [anon_sym_RBRACE] = ACTIONS(4033), + [anon_sym_LPAREN] = ACTIONS(4033), + [anon_sym_RPAREN] = ACTIONS(4033), + [anon_sym_LT] = ACTIONS(4031), + [anon_sym_GT] = ACTIONS(4031), + [anon_sym_DOT] = ACTIONS(4031), + [anon_sym_SEMI] = ACTIONS(4033), + [anon_sym_get] = ACTIONS(4031), + [anon_sym_set] = ACTIONS(4031), + [anon_sym_STAR] = ACTIONS(4033), + [sym_label] = ACTIONS(4033), + [anon_sym_in] = ACTIONS(4031), + [anon_sym_while] = ACTIONS(4031), + [anon_sym_DOT_DOT] = ACTIONS(4033), + [anon_sym_QMARK_COLON] = ACTIONS(4033), + [anon_sym_AMP_AMP] = ACTIONS(4033), + [anon_sym_PIPE_PIPE] = ACTIONS(4033), + [anon_sym_else] = ACTIONS(4031), + [anon_sym_COLON_COLON] = ACTIONS(4033), + [anon_sym_BANG_EQ] = ACTIONS(4031), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4033), + [anon_sym_EQ_EQ] = ACTIONS(4031), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4033), + [anon_sym_LT_EQ] = ACTIONS(4033), + [anon_sym_GT_EQ] = ACTIONS(4033), + [anon_sym_BANGin] = ACTIONS(4033), + [anon_sym_is] = ACTIONS(4031), + [anon_sym_BANGis] = ACTIONS(4033), + [anon_sym_PLUS] = ACTIONS(4031), + [anon_sym_DASH] = ACTIONS(4031), + [anon_sym_SLASH] = ACTIONS(4031), + [anon_sym_PERCENT] = ACTIONS(4033), + [anon_sym_as_QMARK] = ACTIONS(4033), + [anon_sym_PLUS_PLUS] = ACTIONS(4033), + [anon_sym_DASH_DASH] = ACTIONS(4033), + [anon_sym_BANG_BANG] = ACTIONS(4033), + [anon_sym_suspend] = ACTIONS(4031), + [anon_sym_sealed] = ACTIONS(4031), + [anon_sym_annotation] = ACTIONS(4031), + [anon_sym_data] = ACTIONS(4031), + [anon_sym_inner] = ACTIONS(4031), + [anon_sym_override] = ACTIONS(4031), + [anon_sym_lateinit] = ACTIONS(4031), + [anon_sym_public] = ACTIONS(4031), + [anon_sym_private] = ACTIONS(4031), + [anon_sym_internal] = ACTIONS(4031), + [anon_sym_protected] = ACTIONS(4031), + [anon_sym_tailrec] = ACTIONS(4031), + [anon_sym_operator] = ACTIONS(4031), + [anon_sym_infix] = ACTIONS(4031), + [anon_sym_inline] = ACTIONS(4031), + [anon_sym_external] = ACTIONS(4031), + [sym_property_modifier] = ACTIONS(4031), + [anon_sym_abstract] = ACTIONS(4031), + [anon_sym_final] = ACTIONS(4031), + [anon_sym_open] = ACTIONS(4031), + [anon_sym_vararg] = ACTIONS(4031), + [anon_sym_noinline] = ACTIONS(4031), + [anon_sym_crossinline] = ACTIONS(4031), + [anon_sym_expect] = ACTIONS(4031), + [anon_sym_actual] = ACTIONS(4031), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4033), + [sym_safe_nav] = ACTIONS(4033), + [sym_multiline_comment] = ACTIONS(3), + }, + [4106] = { + [sym_function_body] = STATE(3794), + [sym__block] = STATE(3738), [sym__alpha_identifier] = ACTIONS(4326), [anon_sym_AT] = ACTIONS(4328), - [anon_sym_COLON] = ACTIONS(7159), + [anon_sym_COLON] = ACTIONS(7171), [anon_sym_LBRACK] = ACTIONS(4328), [anon_sym_as] = ACTIONS(4326), - [anon_sym_EQ] = ACTIONS(7017), - [anon_sym_LBRACE] = ACTIONS(6434), + [anon_sym_EQ] = ACTIONS(7028), + [anon_sym_LBRACE] = ACTIONS(6461), [anon_sym_RBRACE] = ACTIONS(4328), [anon_sym_LPAREN] = ACTIONS(4328), [anon_sym_LT] = ACTIONS(4326), @@ -430095,390 +430670,1210 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_safe_nav] = ACTIONS(4328), [sym_multiline_comment] = ACTIONS(3), }, - [4102] = { - [sym_class_body] = STATE(3809), - [sym__alpha_identifier] = ACTIONS(4509), - [anon_sym_AT] = ACTIONS(4511), - [anon_sym_COLON] = ACTIONS(7161), - [anon_sym_LBRACK] = ACTIONS(4511), - [anon_sym_as] = ACTIONS(4509), - [anon_sym_LBRACE] = ACTIONS(5421), - [anon_sym_RBRACE] = ACTIONS(4511), - [anon_sym_LPAREN] = ACTIONS(4511), - [anon_sym_COMMA] = ACTIONS(4511), - [anon_sym_LT] = ACTIONS(4509), - [anon_sym_GT] = ACTIONS(4509), - [anon_sym_where] = ACTIONS(4509), - [anon_sym_DOT] = ACTIONS(4509), - [anon_sym_SEMI] = ACTIONS(4511), - [anon_sym_get] = ACTIONS(4509), - [anon_sym_set] = ACTIONS(4509), - [anon_sym_STAR] = ACTIONS(4511), - [sym_label] = ACTIONS(4511), - [anon_sym_in] = ACTIONS(4509), - [anon_sym_DOT_DOT] = ACTIONS(4511), - [anon_sym_QMARK_COLON] = ACTIONS(4511), - [anon_sym_AMP_AMP] = ACTIONS(4511), - [anon_sym_PIPE_PIPE] = ACTIONS(4511), - [anon_sym_else] = ACTIONS(4509), - [anon_sym_COLON_COLON] = ACTIONS(4511), - [anon_sym_BANG_EQ] = ACTIONS(4509), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4511), - [anon_sym_EQ_EQ] = ACTIONS(4509), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4511), - [anon_sym_LT_EQ] = ACTIONS(4511), - [anon_sym_GT_EQ] = ACTIONS(4511), - [anon_sym_BANGin] = ACTIONS(4511), - [anon_sym_is] = ACTIONS(4509), - [anon_sym_BANGis] = ACTIONS(4511), - [anon_sym_PLUS] = ACTIONS(4509), - [anon_sym_DASH] = ACTIONS(4509), - [anon_sym_SLASH] = ACTIONS(4509), - [anon_sym_PERCENT] = ACTIONS(4511), - [anon_sym_as_QMARK] = ACTIONS(4511), - [anon_sym_PLUS_PLUS] = ACTIONS(4511), - [anon_sym_DASH_DASH] = ACTIONS(4511), - [anon_sym_BANG_BANG] = ACTIONS(4511), - [anon_sym_suspend] = ACTIONS(4509), - [anon_sym_sealed] = ACTIONS(4509), - [anon_sym_annotation] = ACTIONS(4509), - [anon_sym_data] = ACTIONS(4509), - [anon_sym_inner] = ACTIONS(4509), - [anon_sym_override] = ACTIONS(4509), - [anon_sym_lateinit] = ACTIONS(4509), - [anon_sym_public] = ACTIONS(4509), - [anon_sym_private] = ACTIONS(4509), - [anon_sym_internal] = ACTIONS(4509), - [anon_sym_protected] = ACTIONS(4509), - [anon_sym_tailrec] = ACTIONS(4509), - [anon_sym_operator] = ACTIONS(4509), - [anon_sym_infix] = ACTIONS(4509), - [anon_sym_inline] = ACTIONS(4509), - [anon_sym_external] = ACTIONS(4509), - [sym_property_modifier] = ACTIONS(4509), - [anon_sym_abstract] = ACTIONS(4509), - [anon_sym_final] = ACTIONS(4509), - [anon_sym_open] = ACTIONS(4509), - [anon_sym_vararg] = ACTIONS(4509), - [anon_sym_noinline] = ACTIONS(4509), - [anon_sym_crossinline] = ACTIONS(4509), - [anon_sym_expect] = ACTIONS(4509), - [anon_sym_actual] = ACTIONS(4509), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4511), - [sym__automatic_semicolon] = ACTIONS(4511), - [sym_safe_nav] = ACTIONS(4511), + [4107] = { + [sym_function_body] = STATE(3387), + [sym__block] = STATE(3464), + [sym__alpha_identifier] = ACTIONS(4422), + [anon_sym_AT] = ACTIONS(4424), + [anon_sym_LBRACK] = ACTIONS(4424), + [anon_sym_as] = ACTIONS(4422), + [anon_sym_EQ] = ACTIONS(6967), + [anon_sym_LBRACE] = ACTIONS(6233), + [anon_sym_RBRACE] = ACTIONS(4424), + [anon_sym_LPAREN] = ACTIONS(4424), + [anon_sym_RPAREN] = ACTIONS(4424), + [anon_sym_LT] = ACTIONS(4422), + [anon_sym_GT] = ACTIONS(4422), + [anon_sym_DOT] = ACTIONS(4422), + [anon_sym_SEMI] = ACTIONS(4424), + [anon_sym_get] = ACTIONS(4422), + [anon_sym_set] = ACTIONS(4422), + [anon_sym_STAR] = ACTIONS(4424), + [sym_label] = ACTIONS(4424), + [anon_sym_in] = ACTIONS(4422), + [anon_sym_while] = ACTIONS(4422), + [anon_sym_DOT_DOT] = ACTIONS(4424), + [anon_sym_QMARK_COLON] = ACTIONS(4424), + [anon_sym_AMP_AMP] = ACTIONS(4424), + [anon_sym_PIPE_PIPE] = ACTIONS(4424), + [anon_sym_else] = ACTIONS(4422), + [anon_sym_COLON_COLON] = ACTIONS(4424), + [anon_sym_BANG_EQ] = ACTIONS(4422), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4424), + [anon_sym_EQ_EQ] = ACTIONS(4422), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4424), + [anon_sym_LT_EQ] = ACTIONS(4424), + [anon_sym_GT_EQ] = ACTIONS(4424), + [anon_sym_BANGin] = ACTIONS(4424), + [anon_sym_is] = ACTIONS(4422), + [anon_sym_BANGis] = ACTIONS(4424), + [anon_sym_PLUS] = ACTIONS(4422), + [anon_sym_DASH] = ACTIONS(4422), + [anon_sym_SLASH] = ACTIONS(4422), + [anon_sym_PERCENT] = ACTIONS(4424), + [anon_sym_as_QMARK] = ACTIONS(4424), + [anon_sym_PLUS_PLUS] = ACTIONS(4424), + [anon_sym_DASH_DASH] = ACTIONS(4424), + [anon_sym_BANG_BANG] = ACTIONS(4424), + [anon_sym_suspend] = ACTIONS(4422), + [anon_sym_sealed] = ACTIONS(4422), + [anon_sym_annotation] = ACTIONS(4422), + [anon_sym_data] = ACTIONS(4422), + [anon_sym_inner] = ACTIONS(4422), + [anon_sym_override] = ACTIONS(4422), + [anon_sym_lateinit] = ACTIONS(4422), + [anon_sym_public] = ACTIONS(4422), + [anon_sym_private] = ACTIONS(4422), + [anon_sym_internal] = ACTIONS(4422), + [anon_sym_protected] = ACTIONS(4422), + [anon_sym_tailrec] = ACTIONS(4422), + [anon_sym_operator] = ACTIONS(4422), + [anon_sym_infix] = ACTIONS(4422), + [anon_sym_inline] = ACTIONS(4422), + [anon_sym_external] = ACTIONS(4422), + [sym_property_modifier] = ACTIONS(4422), + [anon_sym_abstract] = ACTIONS(4422), + [anon_sym_final] = ACTIONS(4422), + [anon_sym_open] = ACTIONS(4422), + [anon_sym_vararg] = ACTIONS(4422), + [anon_sym_noinline] = ACTIONS(4422), + [anon_sym_crossinline] = ACTIONS(4422), + [anon_sym_expect] = ACTIONS(4422), + [anon_sym_actual] = ACTIONS(4422), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4424), + [sym_safe_nav] = ACTIONS(4424), [sym_multiline_comment] = ACTIONS(3), }, - [4103] = { - [sym_class_body] = STATE(3695), - [sym_type_constraints] = STATE(3607), - [sym__alpha_identifier] = ACTIONS(3190), - [anon_sym_AT] = ACTIONS(3194), - [anon_sym_COLON] = ACTIONS(6160), - [anon_sym_LBRACK] = ACTIONS(3194), - [anon_sym_as] = ACTIONS(3190), - [anon_sym_LBRACE] = ACTIONS(5421), - [anon_sym_RBRACE] = ACTIONS(3194), - [anon_sym_LPAREN] = ACTIONS(3194), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3190), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(3190), - [anon_sym_SEMI] = ACTIONS(3194), - [anon_sym_get] = ACTIONS(3190), - [anon_sym_set] = ACTIONS(3190), - [anon_sym_STAR] = ACTIONS(3194), - [sym_label] = ACTIONS(3194), - [anon_sym_in] = ACTIONS(3190), - [anon_sym_DOT_DOT] = ACTIONS(3194), - [anon_sym_QMARK_COLON] = ACTIONS(3194), - [anon_sym_AMP_AMP] = ACTIONS(3194), - [anon_sym_PIPE_PIPE] = ACTIONS(3194), - [anon_sym_else] = ACTIONS(3190), - [anon_sym_COLON_COLON] = ACTIONS(3194), - [anon_sym_BANG_EQ] = ACTIONS(3190), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3194), - [anon_sym_EQ_EQ] = ACTIONS(3190), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3194), - [anon_sym_LT_EQ] = ACTIONS(3194), - [anon_sym_GT_EQ] = ACTIONS(3194), - [anon_sym_BANGin] = ACTIONS(3194), - [anon_sym_is] = ACTIONS(3190), - [anon_sym_BANGis] = ACTIONS(3194), - [anon_sym_PLUS] = ACTIONS(3190), - [anon_sym_DASH] = ACTIONS(3190), - [anon_sym_SLASH] = ACTIONS(3190), - [anon_sym_PERCENT] = ACTIONS(3194), - [anon_sym_as_QMARK] = ACTIONS(3194), - [anon_sym_PLUS_PLUS] = ACTIONS(3194), - [anon_sym_DASH_DASH] = ACTIONS(3194), - [anon_sym_BANG_BANG] = ACTIONS(3194), - [anon_sym_suspend] = ACTIONS(3190), - [anon_sym_sealed] = ACTIONS(3190), - [anon_sym_annotation] = ACTIONS(3190), - [anon_sym_data] = ACTIONS(3190), - [anon_sym_inner] = ACTIONS(3190), - [anon_sym_override] = ACTIONS(3190), - [anon_sym_lateinit] = ACTIONS(3190), - [anon_sym_public] = ACTIONS(3190), - [anon_sym_private] = ACTIONS(3190), - [anon_sym_internal] = ACTIONS(3190), - [anon_sym_protected] = ACTIONS(3190), - [anon_sym_tailrec] = ACTIONS(3190), - [anon_sym_operator] = ACTIONS(3190), - [anon_sym_infix] = ACTIONS(3190), - [anon_sym_inline] = ACTIONS(3190), - [anon_sym_external] = ACTIONS(3190), - [sym_property_modifier] = ACTIONS(3190), - [anon_sym_abstract] = ACTIONS(3190), - [anon_sym_final] = ACTIONS(3190), - [anon_sym_open] = ACTIONS(3190), - [anon_sym_vararg] = ACTIONS(3190), - [anon_sym_noinline] = ACTIONS(3190), - [anon_sym_crossinline] = ACTIONS(3190), - [anon_sym_expect] = ACTIONS(3190), - [anon_sym_actual] = ACTIONS(3190), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3194), - [sym__automatic_semicolon] = ACTIONS(3194), - [sym_safe_nav] = ACTIONS(3194), + [4108] = { + [sym_function_body] = STATE(3418), + [sym__block] = STATE(3464), + [sym__alpha_identifier] = ACTIONS(4426), + [anon_sym_AT] = ACTIONS(4428), + [anon_sym_LBRACK] = ACTIONS(4428), + [anon_sym_as] = ACTIONS(4426), + [anon_sym_EQ] = ACTIONS(6967), + [anon_sym_LBRACE] = ACTIONS(6233), + [anon_sym_RBRACE] = ACTIONS(4428), + [anon_sym_LPAREN] = ACTIONS(4428), + [anon_sym_RPAREN] = ACTIONS(4428), + [anon_sym_LT] = ACTIONS(4426), + [anon_sym_GT] = ACTIONS(4426), + [anon_sym_DOT] = ACTIONS(4426), + [anon_sym_SEMI] = ACTIONS(4428), + [anon_sym_get] = ACTIONS(4426), + [anon_sym_set] = ACTIONS(4426), + [anon_sym_STAR] = ACTIONS(4428), + [sym_label] = ACTIONS(4428), + [anon_sym_in] = ACTIONS(4426), + [anon_sym_while] = ACTIONS(4426), + [anon_sym_DOT_DOT] = ACTIONS(4428), + [anon_sym_QMARK_COLON] = ACTIONS(4428), + [anon_sym_AMP_AMP] = ACTIONS(4428), + [anon_sym_PIPE_PIPE] = ACTIONS(4428), + [anon_sym_else] = ACTIONS(4426), + [anon_sym_COLON_COLON] = ACTIONS(4428), + [anon_sym_BANG_EQ] = ACTIONS(4426), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4428), + [anon_sym_EQ_EQ] = ACTIONS(4426), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4428), + [anon_sym_LT_EQ] = ACTIONS(4428), + [anon_sym_GT_EQ] = ACTIONS(4428), + [anon_sym_BANGin] = ACTIONS(4428), + [anon_sym_is] = ACTIONS(4426), + [anon_sym_BANGis] = ACTIONS(4428), + [anon_sym_PLUS] = ACTIONS(4426), + [anon_sym_DASH] = ACTIONS(4426), + [anon_sym_SLASH] = ACTIONS(4426), + [anon_sym_PERCENT] = ACTIONS(4428), + [anon_sym_as_QMARK] = ACTIONS(4428), + [anon_sym_PLUS_PLUS] = ACTIONS(4428), + [anon_sym_DASH_DASH] = ACTIONS(4428), + [anon_sym_BANG_BANG] = ACTIONS(4428), + [anon_sym_suspend] = ACTIONS(4426), + [anon_sym_sealed] = ACTIONS(4426), + [anon_sym_annotation] = ACTIONS(4426), + [anon_sym_data] = ACTIONS(4426), + [anon_sym_inner] = ACTIONS(4426), + [anon_sym_override] = ACTIONS(4426), + [anon_sym_lateinit] = ACTIONS(4426), + [anon_sym_public] = ACTIONS(4426), + [anon_sym_private] = ACTIONS(4426), + [anon_sym_internal] = ACTIONS(4426), + [anon_sym_protected] = ACTIONS(4426), + [anon_sym_tailrec] = ACTIONS(4426), + [anon_sym_operator] = ACTIONS(4426), + [anon_sym_infix] = ACTIONS(4426), + [anon_sym_inline] = ACTIONS(4426), + [anon_sym_external] = ACTIONS(4426), + [sym_property_modifier] = ACTIONS(4426), + [anon_sym_abstract] = ACTIONS(4426), + [anon_sym_final] = ACTIONS(4426), + [anon_sym_open] = ACTIONS(4426), + [anon_sym_vararg] = ACTIONS(4426), + [anon_sym_noinline] = ACTIONS(4426), + [anon_sym_crossinline] = ACTIONS(4426), + [anon_sym_expect] = ACTIONS(4426), + [anon_sym_actual] = ACTIONS(4426), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4428), + [sym_safe_nav] = ACTIONS(4428), [sym_multiline_comment] = ACTIONS(3), }, - [4104] = { - [sym_function_body] = STATE(3838), - [sym__block] = STATE(3725), - [sym__alpha_identifier] = ACTIONS(4191), - [anon_sym_AT] = ACTIONS(4193), - [anon_sym_COLON] = ACTIONS(7163), - [anon_sym_LBRACK] = ACTIONS(4193), - [anon_sym_as] = ACTIONS(4191), - [anon_sym_EQ] = ACTIONS(7017), - [anon_sym_LBRACE] = ACTIONS(6434), - [anon_sym_RBRACE] = ACTIONS(4193), - [anon_sym_LPAREN] = ACTIONS(4193), - [anon_sym_LT] = ACTIONS(4191), - [anon_sym_GT] = ACTIONS(4191), - [anon_sym_DOT] = ACTIONS(4191), - [anon_sym_SEMI] = ACTIONS(4193), - [anon_sym_get] = ACTIONS(4191), - [anon_sym_set] = ACTIONS(4191), - [anon_sym_STAR] = ACTIONS(4193), - [sym_label] = ACTIONS(4193), - [anon_sym_in] = ACTIONS(4191), - [anon_sym_DOT_DOT] = ACTIONS(4193), - [anon_sym_QMARK_COLON] = ACTIONS(4193), - [anon_sym_AMP_AMP] = ACTIONS(4193), - [anon_sym_PIPE_PIPE] = ACTIONS(4193), - [anon_sym_else] = ACTIONS(4191), - [anon_sym_COLON_COLON] = ACTIONS(4193), - [anon_sym_BANG_EQ] = ACTIONS(4191), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4193), - [anon_sym_EQ_EQ] = ACTIONS(4191), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4193), - [anon_sym_LT_EQ] = ACTIONS(4193), - [anon_sym_GT_EQ] = ACTIONS(4193), - [anon_sym_BANGin] = ACTIONS(4193), - [anon_sym_is] = ACTIONS(4191), - [anon_sym_BANGis] = ACTIONS(4193), - [anon_sym_PLUS] = ACTIONS(4191), - [anon_sym_DASH] = ACTIONS(4191), - [anon_sym_SLASH] = ACTIONS(4191), - [anon_sym_PERCENT] = ACTIONS(4193), - [anon_sym_as_QMARK] = ACTIONS(4193), - [anon_sym_PLUS_PLUS] = ACTIONS(4193), - [anon_sym_DASH_DASH] = ACTIONS(4193), - [anon_sym_BANG_BANG] = ACTIONS(4193), - [anon_sym_suspend] = ACTIONS(4191), - [anon_sym_sealed] = ACTIONS(4191), - [anon_sym_annotation] = ACTIONS(4191), - [anon_sym_data] = ACTIONS(4191), - [anon_sym_inner] = ACTIONS(4191), - [anon_sym_override] = ACTIONS(4191), - [anon_sym_lateinit] = ACTIONS(4191), - [anon_sym_public] = ACTIONS(4191), - [anon_sym_private] = ACTIONS(4191), - [anon_sym_internal] = ACTIONS(4191), - [anon_sym_protected] = ACTIONS(4191), - [anon_sym_tailrec] = ACTIONS(4191), - [anon_sym_operator] = ACTIONS(4191), - [anon_sym_infix] = ACTIONS(4191), - [anon_sym_inline] = ACTIONS(4191), - [anon_sym_external] = ACTIONS(4191), - [sym_property_modifier] = ACTIONS(4191), - [anon_sym_abstract] = ACTIONS(4191), - [anon_sym_final] = ACTIONS(4191), - [anon_sym_open] = ACTIONS(4191), - [anon_sym_vararg] = ACTIONS(4191), - [anon_sym_noinline] = ACTIONS(4191), - [anon_sym_crossinline] = ACTIONS(4191), - [anon_sym_expect] = ACTIONS(4191), - [anon_sym_actual] = ACTIONS(4191), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4193), - [sym__automatic_semicolon] = ACTIONS(4193), - [sym_safe_nav] = ACTIONS(4193), + [4109] = { + [sym_type_constraints] = STATE(3570), + [sym_enum_class_body] = STATE(3796), + [sym__alpha_identifier] = ACTIONS(3186), + [anon_sym_AT] = ACTIONS(3190), + [anon_sym_COLON] = ACTIONS(6186), + [anon_sym_LBRACK] = ACTIONS(3190), + [anon_sym_as] = ACTIONS(3186), + [anon_sym_LBRACE] = ACTIONS(5415), + [anon_sym_RBRACE] = ACTIONS(3190), + [anon_sym_LPAREN] = ACTIONS(3190), + [anon_sym_LT] = ACTIONS(3186), + [anon_sym_GT] = ACTIONS(3186), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(3186), + [anon_sym_SEMI] = ACTIONS(3190), + [anon_sym_get] = ACTIONS(3186), + [anon_sym_set] = ACTIONS(3186), + [anon_sym_STAR] = ACTIONS(3190), + [sym_label] = ACTIONS(3190), + [anon_sym_in] = ACTIONS(3186), + [anon_sym_DOT_DOT] = ACTIONS(3190), + [anon_sym_QMARK_COLON] = ACTIONS(3190), + [anon_sym_AMP_AMP] = ACTIONS(3190), + [anon_sym_PIPE_PIPE] = ACTIONS(3190), + [anon_sym_else] = ACTIONS(3186), + [anon_sym_COLON_COLON] = ACTIONS(3190), + [anon_sym_BANG_EQ] = ACTIONS(3186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3190), + [anon_sym_EQ_EQ] = ACTIONS(3186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3190), + [anon_sym_LT_EQ] = ACTIONS(3190), + [anon_sym_GT_EQ] = ACTIONS(3190), + [anon_sym_BANGin] = ACTIONS(3190), + [anon_sym_is] = ACTIONS(3186), + [anon_sym_BANGis] = ACTIONS(3190), + [anon_sym_PLUS] = ACTIONS(3186), + [anon_sym_DASH] = ACTIONS(3186), + [anon_sym_SLASH] = ACTIONS(3186), + [anon_sym_PERCENT] = ACTIONS(3190), + [anon_sym_as_QMARK] = ACTIONS(3190), + [anon_sym_PLUS_PLUS] = ACTIONS(3190), + [anon_sym_DASH_DASH] = ACTIONS(3190), + [anon_sym_BANG_BANG] = ACTIONS(3190), + [anon_sym_suspend] = ACTIONS(3186), + [anon_sym_sealed] = ACTIONS(3186), + [anon_sym_annotation] = ACTIONS(3186), + [anon_sym_data] = ACTIONS(3186), + [anon_sym_inner] = ACTIONS(3186), + [anon_sym_override] = ACTIONS(3186), + [anon_sym_lateinit] = ACTIONS(3186), + [anon_sym_public] = ACTIONS(3186), + [anon_sym_private] = ACTIONS(3186), + [anon_sym_internal] = ACTIONS(3186), + [anon_sym_protected] = ACTIONS(3186), + [anon_sym_tailrec] = ACTIONS(3186), + [anon_sym_operator] = ACTIONS(3186), + [anon_sym_infix] = ACTIONS(3186), + [anon_sym_inline] = ACTIONS(3186), + [anon_sym_external] = ACTIONS(3186), + [sym_property_modifier] = ACTIONS(3186), + [anon_sym_abstract] = ACTIONS(3186), + [anon_sym_final] = ACTIONS(3186), + [anon_sym_open] = ACTIONS(3186), + [anon_sym_vararg] = ACTIONS(3186), + [anon_sym_noinline] = ACTIONS(3186), + [anon_sym_crossinline] = ACTIONS(3186), + [anon_sym_expect] = ACTIONS(3186), + [anon_sym_actual] = ACTIONS(3186), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3190), + [sym__automatic_semicolon] = ACTIONS(3190), + [sym_safe_nav] = ACTIONS(3190), + [sym_multiline_comment] = ACTIONS(3), + }, + [4110] = { + [sym_function_body] = STATE(3198), + [sym__block] = STATE(3464), + [sym__alpha_identifier] = ACTIONS(4085), + [anon_sym_AT] = ACTIONS(4087), + [anon_sym_LBRACK] = ACTIONS(4087), + [anon_sym_as] = ACTIONS(4085), + [anon_sym_EQ] = ACTIONS(6967), + [anon_sym_LBRACE] = ACTIONS(6233), + [anon_sym_RBRACE] = ACTIONS(4087), + [anon_sym_LPAREN] = ACTIONS(4087), + [anon_sym_RPAREN] = ACTIONS(4087), + [anon_sym_LT] = ACTIONS(4085), + [anon_sym_GT] = ACTIONS(4085), + [anon_sym_DOT] = ACTIONS(4085), + [anon_sym_SEMI] = ACTIONS(4087), + [anon_sym_get] = ACTIONS(4085), + [anon_sym_set] = ACTIONS(4085), + [anon_sym_STAR] = ACTIONS(4087), + [sym_label] = ACTIONS(4087), + [anon_sym_in] = ACTIONS(4085), + [anon_sym_while] = ACTIONS(4085), + [anon_sym_DOT_DOT] = ACTIONS(4087), + [anon_sym_QMARK_COLON] = ACTIONS(4087), + [anon_sym_AMP_AMP] = ACTIONS(4087), + [anon_sym_PIPE_PIPE] = ACTIONS(4087), + [anon_sym_else] = ACTIONS(4085), + [anon_sym_COLON_COLON] = ACTIONS(4087), + [anon_sym_BANG_EQ] = ACTIONS(4085), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4087), + [anon_sym_EQ_EQ] = ACTIONS(4085), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4087), + [anon_sym_LT_EQ] = ACTIONS(4087), + [anon_sym_GT_EQ] = ACTIONS(4087), + [anon_sym_BANGin] = ACTIONS(4087), + [anon_sym_is] = ACTIONS(4085), + [anon_sym_BANGis] = ACTIONS(4087), + [anon_sym_PLUS] = ACTIONS(4085), + [anon_sym_DASH] = ACTIONS(4085), + [anon_sym_SLASH] = ACTIONS(4085), + [anon_sym_PERCENT] = ACTIONS(4087), + [anon_sym_as_QMARK] = ACTIONS(4087), + [anon_sym_PLUS_PLUS] = ACTIONS(4087), + [anon_sym_DASH_DASH] = ACTIONS(4087), + [anon_sym_BANG_BANG] = ACTIONS(4087), + [anon_sym_suspend] = ACTIONS(4085), + [anon_sym_sealed] = ACTIONS(4085), + [anon_sym_annotation] = ACTIONS(4085), + [anon_sym_data] = ACTIONS(4085), + [anon_sym_inner] = ACTIONS(4085), + [anon_sym_override] = ACTIONS(4085), + [anon_sym_lateinit] = ACTIONS(4085), + [anon_sym_public] = ACTIONS(4085), + [anon_sym_private] = ACTIONS(4085), + [anon_sym_internal] = ACTIONS(4085), + [anon_sym_protected] = ACTIONS(4085), + [anon_sym_tailrec] = ACTIONS(4085), + [anon_sym_operator] = ACTIONS(4085), + [anon_sym_infix] = ACTIONS(4085), + [anon_sym_inline] = ACTIONS(4085), + [anon_sym_external] = ACTIONS(4085), + [sym_property_modifier] = ACTIONS(4085), + [anon_sym_abstract] = ACTIONS(4085), + [anon_sym_final] = ACTIONS(4085), + [anon_sym_open] = ACTIONS(4085), + [anon_sym_vararg] = ACTIONS(4085), + [anon_sym_noinline] = ACTIONS(4085), + [anon_sym_crossinline] = ACTIONS(4085), + [anon_sym_expect] = ACTIONS(4085), + [anon_sym_actual] = ACTIONS(4085), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4087), + [sym_safe_nav] = ACTIONS(4087), + [sym_multiline_comment] = ACTIONS(3), + }, + [4111] = { + [sym_class_body] = STATE(3751), + [sym__alpha_identifier] = ACTIONS(4410), + [anon_sym_AT] = ACTIONS(4412), + [anon_sym_COLON] = ACTIONS(7173), + [anon_sym_LBRACK] = ACTIONS(4412), + [anon_sym_as] = ACTIONS(4410), + [anon_sym_LBRACE] = ACTIONS(5360), + [anon_sym_RBRACE] = ACTIONS(4412), + [anon_sym_LPAREN] = ACTIONS(4412), + [anon_sym_COMMA] = ACTIONS(4412), + [anon_sym_LT] = ACTIONS(4410), + [anon_sym_GT] = ACTIONS(4410), + [anon_sym_where] = ACTIONS(4410), + [anon_sym_DOT] = ACTIONS(4410), + [anon_sym_SEMI] = ACTIONS(4412), + [anon_sym_get] = ACTIONS(4410), + [anon_sym_set] = ACTIONS(4410), + [anon_sym_STAR] = ACTIONS(4412), + [sym_label] = ACTIONS(4412), + [anon_sym_in] = ACTIONS(4410), + [anon_sym_DOT_DOT] = ACTIONS(4412), + [anon_sym_QMARK_COLON] = ACTIONS(4412), + [anon_sym_AMP_AMP] = ACTIONS(4412), + [anon_sym_PIPE_PIPE] = ACTIONS(4412), + [anon_sym_else] = ACTIONS(4410), + [anon_sym_COLON_COLON] = ACTIONS(4412), + [anon_sym_BANG_EQ] = ACTIONS(4410), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4412), + [anon_sym_EQ_EQ] = ACTIONS(4410), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4412), + [anon_sym_LT_EQ] = ACTIONS(4412), + [anon_sym_GT_EQ] = ACTIONS(4412), + [anon_sym_BANGin] = ACTIONS(4412), + [anon_sym_is] = ACTIONS(4410), + [anon_sym_BANGis] = ACTIONS(4412), + [anon_sym_PLUS] = ACTIONS(4410), + [anon_sym_DASH] = ACTIONS(4410), + [anon_sym_SLASH] = ACTIONS(4410), + [anon_sym_PERCENT] = ACTIONS(4412), + [anon_sym_as_QMARK] = ACTIONS(4412), + [anon_sym_PLUS_PLUS] = ACTIONS(4412), + [anon_sym_DASH_DASH] = ACTIONS(4412), + [anon_sym_BANG_BANG] = ACTIONS(4412), + [anon_sym_suspend] = ACTIONS(4410), + [anon_sym_sealed] = ACTIONS(4410), + [anon_sym_annotation] = ACTIONS(4410), + [anon_sym_data] = ACTIONS(4410), + [anon_sym_inner] = ACTIONS(4410), + [anon_sym_override] = ACTIONS(4410), + [anon_sym_lateinit] = ACTIONS(4410), + [anon_sym_public] = ACTIONS(4410), + [anon_sym_private] = ACTIONS(4410), + [anon_sym_internal] = ACTIONS(4410), + [anon_sym_protected] = ACTIONS(4410), + [anon_sym_tailrec] = ACTIONS(4410), + [anon_sym_operator] = ACTIONS(4410), + [anon_sym_infix] = ACTIONS(4410), + [anon_sym_inline] = ACTIONS(4410), + [anon_sym_external] = ACTIONS(4410), + [sym_property_modifier] = ACTIONS(4410), + [anon_sym_abstract] = ACTIONS(4410), + [anon_sym_final] = ACTIONS(4410), + [anon_sym_open] = ACTIONS(4410), + [anon_sym_vararg] = ACTIONS(4410), + [anon_sym_noinline] = ACTIONS(4410), + [anon_sym_crossinline] = ACTIONS(4410), + [anon_sym_expect] = ACTIONS(4410), + [anon_sym_actual] = ACTIONS(4410), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4412), + [sym__automatic_semicolon] = ACTIONS(4412), + [sym_safe_nav] = ACTIONS(4412), + [sym_multiline_comment] = ACTIONS(3), + }, + [4112] = { + [sym_class_body] = STATE(3796), + [sym_type_constraints] = STATE(3661), + [sym__alpha_identifier] = ACTIONS(3186), + [anon_sym_AT] = ACTIONS(3190), + [anon_sym_COLON] = ACTIONS(6192), + [anon_sym_LBRACK] = ACTIONS(3190), + [anon_sym_as] = ACTIONS(3186), + [anon_sym_LBRACE] = ACTIONS(5360), + [anon_sym_RBRACE] = ACTIONS(3190), + [anon_sym_LPAREN] = ACTIONS(3190), + [anon_sym_LT] = ACTIONS(3186), + [anon_sym_GT] = ACTIONS(3186), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(3186), + [anon_sym_SEMI] = ACTIONS(3190), + [anon_sym_get] = ACTIONS(3186), + [anon_sym_set] = ACTIONS(3186), + [anon_sym_STAR] = ACTIONS(3190), + [sym_label] = ACTIONS(3190), + [anon_sym_in] = ACTIONS(3186), + [anon_sym_DOT_DOT] = ACTIONS(3190), + [anon_sym_QMARK_COLON] = ACTIONS(3190), + [anon_sym_AMP_AMP] = ACTIONS(3190), + [anon_sym_PIPE_PIPE] = ACTIONS(3190), + [anon_sym_else] = ACTIONS(3186), + [anon_sym_COLON_COLON] = ACTIONS(3190), + [anon_sym_BANG_EQ] = ACTIONS(3186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3190), + [anon_sym_EQ_EQ] = ACTIONS(3186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3190), + [anon_sym_LT_EQ] = ACTIONS(3190), + [anon_sym_GT_EQ] = ACTIONS(3190), + [anon_sym_BANGin] = ACTIONS(3190), + [anon_sym_is] = ACTIONS(3186), + [anon_sym_BANGis] = ACTIONS(3190), + [anon_sym_PLUS] = ACTIONS(3186), + [anon_sym_DASH] = ACTIONS(3186), + [anon_sym_SLASH] = ACTIONS(3186), + [anon_sym_PERCENT] = ACTIONS(3190), + [anon_sym_as_QMARK] = ACTIONS(3190), + [anon_sym_PLUS_PLUS] = ACTIONS(3190), + [anon_sym_DASH_DASH] = ACTIONS(3190), + [anon_sym_BANG_BANG] = ACTIONS(3190), + [anon_sym_suspend] = ACTIONS(3186), + [anon_sym_sealed] = ACTIONS(3186), + [anon_sym_annotation] = ACTIONS(3186), + [anon_sym_data] = ACTIONS(3186), + [anon_sym_inner] = ACTIONS(3186), + [anon_sym_override] = ACTIONS(3186), + [anon_sym_lateinit] = ACTIONS(3186), + [anon_sym_public] = ACTIONS(3186), + [anon_sym_private] = ACTIONS(3186), + [anon_sym_internal] = ACTIONS(3186), + [anon_sym_protected] = ACTIONS(3186), + [anon_sym_tailrec] = ACTIONS(3186), + [anon_sym_operator] = ACTIONS(3186), + [anon_sym_infix] = ACTIONS(3186), + [anon_sym_inline] = ACTIONS(3186), + [anon_sym_external] = ACTIONS(3186), + [sym_property_modifier] = ACTIONS(3186), + [anon_sym_abstract] = ACTIONS(3186), + [anon_sym_final] = ACTIONS(3186), + [anon_sym_open] = ACTIONS(3186), + [anon_sym_vararg] = ACTIONS(3186), + [anon_sym_noinline] = ACTIONS(3186), + [anon_sym_crossinline] = ACTIONS(3186), + [anon_sym_expect] = ACTIONS(3186), + [anon_sym_actual] = ACTIONS(3186), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3190), + [sym__automatic_semicolon] = ACTIONS(3190), + [sym_safe_nav] = ACTIONS(3190), + [sym_multiline_comment] = ACTIONS(3), + }, + [4113] = { + [sym_class_body] = STATE(3813), + [sym__alpha_identifier] = ACTIONS(4386), + [anon_sym_AT] = ACTIONS(4388), + [anon_sym_COLON] = ACTIONS(7175), + [anon_sym_LBRACK] = ACTIONS(4388), + [anon_sym_as] = ACTIONS(4386), + [anon_sym_LBRACE] = ACTIONS(5360), + [anon_sym_RBRACE] = ACTIONS(4388), + [anon_sym_LPAREN] = ACTIONS(4388), + [anon_sym_COMMA] = ACTIONS(4388), + [anon_sym_LT] = ACTIONS(4386), + [anon_sym_GT] = ACTIONS(4386), + [anon_sym_where] = ACTIONS(4386), + [anon_sym_DOT] = ACTIONS(4386), + [anon_sym_SEMI] = ACTIONS(4388), + [anon_sym_get] = ACTIONS(4386), + [anon_sym_set] = ACTIONS(4386), + [anon_sym_STAR] = ACTIONS(4388), + [sym_label] = ACTIONS(4388), + [anon_sym_in] = ACTIONS(4386), + [anon_sym_DOT_DOT] = ACTIONS(4388), + [anon_sym_QMARK_COLON] = ACTIONS(4388), + [anon_sym_AMP_AMP] = ACTIONS(4388), + [anon_sym_PIPE_PIPE] = ACTIONS(4388), + [anon_sym_else] = ACTIONS(4386), + [anon_sym_COLON_COLON] = ACTIONS(4388), + [anon_sym_BANG_EQ] = ACTIONS(4386), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4388), + [anon_sym_EQ_EQ] = ACTIONS(4386), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4388), + [anon_sym_LT_EQ] = ACTIONS(4388), + [anon_sym_GT_EQ] = ACTIONS(4388), + [anon_sym_BANGin] = ACTIONS(4388), + [anon_sym_is] = ACTIONS(4386), + [anon_sym_BANGis] = ACTIONS(4388), + [anon_sym_PLUS] = ACTIONS(4386), + [anon_sym_DASH] = ACTIONS(4386), + [anon_sym_SLASH] = ACTIONS(4386), + [anon_sym_PERCENT] = ACTIONS(4388), + [anon_sym_as_QMARK] = ACTIONS(4388), + [anon_sym_PLUS_PLUS] = ACTIONS(4388), + [anon_sym_DASH_DASH] = ACTIONS(4388), + [anon_sym_BANG_BANG] = ACTIONS(4388), + [anon_sym_suspend] = ACTIONS(4386), + [anon_sym_sealed] = ACTIONS(4386), + [anon_sym_annotation] = ACTIONS(4386), + [anon_sym_data] = ACTIONS(4386), + [anon_sym_inner] = ACTIONS(4386), + [anon_sym_override] = ACTIONS(4386), + [anon_sym_lateinit] = ACTIONS(4386), + [anon_sym_public] = ACTIONS(4386), + [anon_sym_private] = ACTIONS(4386), + [anon_sym_internal] = ACTIONS(4386), + [anon_sym_protected] = ACTIONS(4386), + [anon_sym_tailrec] = ACTIONS(4386), + [anon_sym_operator] = ACTIONS(4386), + [anon_sym_infix] = ACTIONS(4386), + [anon_sym_inline] = ACTIONS(4386), + [anon_sym_external] = ACTIONS(4386), + [sym_property_modifier] = ACTIONS(4386), + [anon_sym_abstract] = ACTIONS(4386), + [anon_sym_final] = ACTIONS(4386), + [anon_sym_open] = ACTIONS(4386), + [anon_sym_vararg] = ACTIONS(4386), + [anon_sym_noinline] = ACTIONS(4386), + [anon_sym_crossinline] = ACTIONS(4386), + [anon_sym_expect] = ACTIONS(4386), + [anon_sym_actual] = ACTIONS(4386), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4388), + [sym__automatic_semicolon] = ACTIONS(4388), + [sym_safe_nav] = ACTIONS(4388), + [sym_multiline_comment] = ACTIONS(3), + }, + [4114] = { + [sym_function_body] = STATE(3332), + [sym__block] = STATE(3464), + [sym__alpha_identifier] = ACTIONS(4487), + [anon_sym_AT] = ACTIONS(4489), + [anon_sym_LBRACK] = ACTIONS(4489), + [anon_sym_as] = ACTIONS(4487), + [anon_sym_EQ] = ACTIONS(6967), + [anon_sym_LBRACE] = ACTIONS(6233), + [anon_sym_RBRACE] = ACTIONS(4489), + [anon_sym_LPAREN] = ACTIONS(4489), + [anon_sym_RPAREN] = ACTIONS(4489), + [anon_sym_LT] = ACTIONS(4487), + [anon_sym_GT] = ACTIONS(4487), + [anon_sym_DOT] = ACTIONS(4487), + [anon_sym_SEMI] = ACTIONS(4489), + [anon_sym_get] = ACTIONS(4487), + [anon_sym_set] = ACTIONS(4487), + [anon_sym_STAR] = ACTIONS(4489), + [sym_label] = ACTIONS(4489), + [anon_sym_in] = ACTIONS(4487), + [anon_sym_while] = ACTIONS(4487), + [anon_sym_DOT_DOT] = ACTIONS(4489), + [anon_sym_QMARK_COLON] = ACTIONS(4489), + [anon_sym_AMP_AMP] = ACTIONS(4489), + [anon_sym_PIPE_PIPE] = ACTIONS(4489), + [anon_sym_else] = ACTIONS(4487), + [anon_sym_COLON_COLON] = ACTIONS(4489), + [anon_sym_BANG_EQ] = ACTIONS(4487), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4489), + [anon_sym_EQ_EQ] = ACTIONS(4487), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4489), + [anon_sym_LT_EQ] = ACTIONS(4489), + [anon_sym_GT_EQ] = ACTIONS(4489), + [anon_sym_BANGin] = ACTIONS(4489), + [anon_sym_is] = ACTIONS(4487), + [anon_sym_BANGis] = ACTIONS(4489), + [anon_sym_PLUS] = ACTIONS(4487), + [anon_sym_DASH] = ACTIONS(4487), + [anon_sym_SLASH] = ACTIONS(4487), + [anon_sym_PERCENT] = ACTIONS(4489), + [anon_sym_as_QMARK] = ACTIONS(4489), + [anon_sym_PLUS_PLUS] = ACTIONS(4489), + [anon_sym_DASH_DASH] = ACTIONS(4489), + [anon_sym_BANG_BANG] = ACTIONS(4489), + [anon_sym_suspend] = ACTIONS(4487), + [anon_sym_sealed] = ACTIONS(4487), + [anon_sym_annotation] = ACTIONS(4487), + [anon_sym_data] = ACTIONS(4487), + [anon_sym_inner] = ACTIONS(4487), + [anon_sym_override] = ACTIONS(4487), + [anon_sym_lateinit] = ACTIONS(4487), + [anon_sym_public] = ACTIONS(4487), + [anon_sym_private] = ACTIONS(4487), + [anon_sym_internal] = ACTIONS(4487), + [anon_sym_protected] = ACTIONS(4487), + [anon_sym_tailrec] = ACTIONS(4487), + [anon_sym_operator] = ACTIONS(4487), + [anon_sym_infix] = ACTIONS(4487), + [anon_sym_inline] = ACTIONS(4487), + [anon_sym_external] = ACTIONS(4487), + [sym_property_modifier] = ACTIONS(4487), + [anon_sym_abstract] = ACTIONS(4487), + [anon_sym_final] = ACTIONS(4487), + [anon_sym_open] = ACTIONS(4487), + [anon_sym_vararg] = ACTIONS(4487), + [anon_sym_noinline] = ACTIONS(4487), + [anon_sym_crossinline] = ACTIONS(4487), + [anon_sym_expect] = ACTIONS(4487), + [anon_sym_actual] = ACTIONS(4487), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4489), + [sym_safe_nav] = ACTIONS(4489), + [sym_multiline_comment] = ACTIONS(3), + }, + [4115] = { + [sym_type_constraints] = STATE(3664), + [sym_enum_class_body] = STATE(3727), + [sym__alpha_identifier] = ACTIONS(4231), + [anon_sym_AT] = ACTIONS(4233), + [anon_sym_COLON] = ACTIONS(7177), + [anon_sym_LBRACK] = ACTIONS(4233), + [anon_sym_as] = ACTIONS(4231), + [anon_sym_LBRACE] = ACTIONS(5415), + [anon_sym_RBRACE] = ACTIONS(4233), + [anon_sym_LPAREN] = ACTIONS(4233), + [anon_sym_LT] = ACTIONS(4231), + [anon_sym_GT] = ACTIONS(4231), + [anon_sym_where] = ACTIONS(5366), + [anon_sym_DOT] = ACTIONS(4231), + [anon_sym_SEMI] = ACTIONS(4233), + [anon_sym_get] = ACTIONS(4231), + [anon_sym_set] = ACTIONS(4231), + [anon_sym_STAR] = ACTIONS(4233), + [sym_label] = ACTIONS(4233), + [anon_sym_in] = ACTIONS(4231), + [anon_sym_DOT_DOT] = ACTIONS(4233), + [anon_sym_QMARK_COLON] = ACTIONS(4233), + [anon_sym_AMP_AMP] = ACTIONS(4233), + [anon_sym_PIPE_PIPE] = ACTIONS(4233), + [anon_sym_else] = ACTIONS(4231), + [anon_sym_COLON_COLON] = ACTIONS(4233), + [anon_sym_BANG_EQ] = ACTIONS(4231), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4233), + [anon_sym_EQ_EQ] = ACTIONS(4231), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4233), + [anon_sym_LT_EQ] = ACTIONS(4233), + [anon_sym_GT_EQ] = ACTIONS(4233), + [anon_sym_BANGin] = ACTIONS(4233), + [anon_sym_is] = ACTIONS(4231), + [anon_sym_BANGis] = ACTIONS(4233), + [anon_sym_PLUS] = ACTIONS(4231), + [anon_sym_DASH] = ACTIONS(4231), + [anon_sym_SLASH] = ACTIONS(4231), + [anon_sym_PERCENT] = ACTIONS(4233), + [anon_sym_as_QMARK] = ACTIONS(4233), + [anon_sym_PLUS_PLUS] = ACTIONS(4233), + [anon_sym_DASH_DASH] = ACTIONS(4233), + [anon_sym_BANG_BANG] = ACTIONS(4233), + [anon_sym_suspend] = ACTIONS(4231), + [anon_sym_sealed] = ACTIONS(4231), + [anon_sym_annotation] = ACTIONS(4231), + [anon_sym_data] = ACTIONS(4231), + [anon_sym_inner] = ACTIONS(4231), + [anon_sym_override] = ACTIONS(4231), + [anon_sym_lateinit] = ACTIONS(4231), + [anon_sym_public] = ACTIONS(4231), + [anon_sym_private] = ACTIONS(4231), + [anon_sym_internal] = ACTIONS(4231), + [anon_sym_protected] = ACTIONS(4231), + [anon_sym_tailrec] = ACTIONS(4231), + [anon_sym_operator] = ACTIONS(4231), + [anon_sym_infix] = ACTIONS(4231), + [anon_sym_inline] = ACTIONS(4231), + [anon_sym_external] = ACTIONS(4231), + [sym_property_modifier] = ACTIONS(4231), + [anon_sym_abstract] = ACTIONS(4231), + [anon_sym_final] = ACTIONS(4231), + [anon_sym_open] = ACTIONS(4231), + [anon_sym_vararg] = ACTIONS(4231), + [anon_sym_noinline] = ACTIONS(4231), + [anon_sym_crossinline] = ACTIONS(4231), + [anon_sym_expect] = ACTIONS(4231), + [anon_sym_actual] = ACTIONS(4231), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4233), + [sym__automatic_semicolon] = ACTIONS(4233), + [sym_safe_nav] = ACTIONS(4233), + [sym_multiline_comment] = ACTIONS(3), + }, + [4116] = { + [sym_value_arguments] = STATE(3821), + [sym__alpha_identifier] = ACTIONS(4416), + [anon_sym_AT] = ACTIONS(4418), + [anon_sym_LBRACK] = ACTIONS(4418), + [anon_sym_as] = ACTIONS(4416), + [anon_sym_LBRACE] = ACTIONS(4418), + [anon_sym_RBRACE] = ACTIONS(4418), + [anon_sym_LPAREN] = ACTIONS(4418), + [anon_sym_COMMA] = ACTIONS(4418), + [anon_sym_by] = ACTIONS(7179), + [anon_sym_LT] = ACTIONS(4416), + [anon_sym_GT] = ACTIONS(4416), + [anon_sym_where] = ACTIONS(4416), + [anon_sym_DOT] = ACTIONS(4416), + [anon_sym_SEMI] = ACTIONS(4418), + [anon_sym_get] = ACTIONS(4416), + [anon_sym_set] = ACTIONS(4416), + [anon_sym_STAR] = ACTIONS(4418), + [sym_label] = ACTIONS(4418), + [anon_sym_in] = ACTIONS(4416), + [anon_sym_DOT_DOT] = ACTIONS(4418), + [anon_sym_QMARK_COLON] = ACTIONS(4418), + [anon_sym_AMP_AMP] = ACTIONS(4418), + [anon_sym_PIPE_PIPE] = ACTIONS(4418), + [anon_sym_else] = ACTIONS(4416), + [anon_sym_COLON_COLON] = ACTIONS(4418), + [anon_sym_BANG_EQ] = ACTIONS(4416), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4418), + [anon_sym_EQ_EQ] = ACTIONS(4416), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4418), + [anon_sym_LT_EQ] = ACTIONS(4418), + [anon_sym_GT_EQ] = ACTIONS(4418), + [anon_sym_BANGin] = ACTIONS(4418), + [anon_sym_is] = ACTIONS(4416), + [anon_sym_BANGis] = ACTIONS(4418), + [anon_sym_PLUS] = ACTIONS(4416), + [anon_sym_DASH] = ACTIONS(4416), + [anon_sym_SLASH] = ACTIONS(4416), + [anon_sym_PERCENT] = ACTIONS(4418), + [anon_sym_as_QMARK] = ACTIONS(4418), + [anon_sym_PLUS_PLUS] = ACTIONS(4418), + [anon_sym_DASH_DASH] = ACTIONS(4418), + [anon_sym_BANG_BANG] = ACTIONS(4418), + [anon_sym_suspend] = ACTIONS(4416), + [anon_sym_sealed] = ACTIONS(4416), + [anon_sym_annotation] = ACTIONS(4416), + [anon_sym_data] = ACTIONS(4416), + [anon_sym_inner] = ACTIONS(4416), + [anon_sym_override] = ACTIONS(4416), + [anon_sym_lateinit] = ACTIONS(4416), + [anon_sym_public] = ACTIONS(4416), + [anon_sym_private] = ACTIONS(4416), + [anon_sym_internal] = ACTIONS(4416), + [anon_sym_protected] = ACTIONS(4416), + [anon_sym_tailrec] = ACTIONS(4416), + [anon_sym_operator] = ACTIONS(4416), + [anon_sym_infix] = ACTIONS(4416), + [anon_sym_inline] = ACTIONS(4416), + [anon_sym_external] = ACTIONS(4416), + [sym_property_modifier] = ACTIONS(4416), + [anon_sym_abstract] = ACTIONS(4416), + [anon_sym_final] = ACTIONS(4416), + [anon_sym_open] = ACTIONS(4416), + [anon_sym_vararg] = ACTIONS(4416), + [anon_sym_noinline] = ACTIONS(4416), + [anon_sym_crossinline] = ACTIONS(4416), + [anon_sym_expect] = ACTIONS(4416), + [anon_sym_actual] = ACTIONS(4416), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4418), + [sym__automatic_semicolon] = ACTIONS(4418), + [sym_safe_nav] = ACTIONS(4418), + [sym_multiline_comment] = ACTIONS(3), + }, + [4117] = { + [sym_function_body] = STATE(3679), + [sym__block] = STATE(3738), + [sym__alpha_identifier] = ACTIONS(4198), + [anon_sym_AT] = ACTIONS(4200), + [anon_sym_COLON] = ACTIONS(7181), + [anon_sym_LBRACK] = ACTIONS(4200), + [anon_sym_as] = ACTIONS(4198), + [anon_sym_EQ] = ACTIONS(7028), + [anon_sym_LBRACE] = ACTIONS(6461), + [anon_sym_RBRACE] = ACTIONS(4200), + [anon_sym_LPAREN] = ACTIONS(4200), + [anon_sym_LT] = ACTIONS(4198), + [anon_sym_GT] = ACTIONS(4198), + [anon_sym_DOT] = ACTIONS(4198), + [anon_sym_SEMI] = ACTIONS(4200), + [anon_sym_get] = ACTIONS(4198), + [anon_sym_set] = ACTIONS(4198), + [anon_sym_STAR] = ACTIONS(4200), + [sym_label] = ACTIONS(4200), + [anon_sym_in] = ACTIONS(4198), + [anon_sym_DOT_DOT] = ACTIONS(4200), + [anon_sym_QMARK_COLON] = ACTIONS(4200), + [anon_sym_AMP_AMP] = ACTIONS(4200), + [anon_sym_PIPE_PIPE] = ACTIONS(4200), + [anon_sym_else] = ACTIONS(4198), + [anon_sym_COLON_COLON] = ACTIONS(4200), + [anon_sym_BANG_EQ] = ACTIONS(4198), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4200), + [anon_sym_EQ_EQ] = ACTIONS(4198), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4200), + [anon_sym_LT_EQ] = ACTIONS(4200), + [anon_sym_GT_EQ] = ACTIONS(4200), + [anon_sym_BANGin] = ACTIONS(4200), + [anon_sym_is] = ACTIONS(4198), + [anon_sym_BANGis] = ACTIONS(4200), + [anon_sym_PLUS] = ACTIONS(4198), + [anon_sym_DASH] = ACTIONS(4198), + [anon_sym_SLASH] = ACTIONS(4198), + [anon_sym_PERCENT] = ACTIONS(4200), + [anon_sym_as_QMARK] = ACTIONS(4200), + [anon_sym_PLUS_PLUS] = ACTIONS(4200), + [anon_sym_DASH_DASH] = ACTIONS(4200), + [anon_sym_BANG_BANG] = ACTIONS(4200), + [anon_sym_suspend] = ACTIONS(4198), + [anon_sym_sealed] = ACTIONS(4198), + [anon_sym_annotation] = ACTIONS(4198), + [anon_sym_data] = ACTIONS(4198), + [anon_sym_inner] = ACTIONS(4198), + [anon_sym_override] = ACTIONS(4198), + [anon_sym_lateinit] = ACTIONS(4198), + [anon_sym_public] = ACTIONS(4198), + [anon_sym_private] = ACTIONS(4198), + [anon_sym_internal] = ACTIONS(4198), + [anon_sym_protected] = ACTIONS(4198), + [anon_sym_tailrec] = ACTIONS(4198), + [anon_sym_operator] = ACTIONS(4198), + [anon_sym_infix] = ACTIONS(4198), + [anon_sym_inline] = ACTIONS(4198), + [anon_sym_external] = ACTIONS(4198), + [sym_property_modifier] = ACTIONS(4198), + [anon_sym_abstract] = ACTIONS(4198), + [anon_sym_final] = ACTIONS(4198), + [anon_sym_open] = ACTIONS(4198), + [anon_sym_vararg] = ACTIONS(4198), + [anon_sym_noinline] = ACTIONS(4198), + [anon_sym_crossinline] = ACTIONS(4198), + [anon_sym_expect] = ACTIONS(4198), + [anon_sym_actual] = ACTIONS(4198), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4200), + [sym__automatic_semicolon] = ACTIONS(4200), + [sym_safe_nav] = ACTIONS(4200), + [sym_multiline_comment] = ACTIONS(3), + }, + [4118] = { + [sym_function_body] = STATE(3248), + [sym__block] = STATE(3464), + [sym__alpha_identifier] = ACTIONS(4047), + [anon_sym_AT] = ACTIONS(4049), + [anon_sym_LBRACK] = ACTIONS(4049), + [anon_sym_as] = ACTIONS(4047), + [anon_sym_EQ] = ACTIONS(6967), + [anon_sym_LBRACE] = ACTIONS(6233), + [anon_sym_RBRACE] = ACTIONS(4049), + [anon_sym_LPAREN] = ACTIONS(4049), + [anon_sym_RPAREN] = ACTIONS(4049), + [anon_sym_LT] = ACTIONS(4047), + [anon_sym_GT] = ACTIONS(4047), + [anon_sym_DOT] = ACTIONS(4047), + [anon_sym_SEMI] = ACTIONS(4049), + [anon_sym_get] = ACTIONS(4047), + [anon_sym_set] = ACTIONS(4047), + [anon_sym_STAR] = ACTIONS(4049), + [sym_label] = ACTIONS(4049), + [anon_sym_in] = ACTIONS(4047), + [anon_sym_while] = ACTIONS(4047), + [anon_sym_DOT_DOT] = ACTIONS(4049), + [anon_sym_QMARK_COLON] = ACTIONS(4049), + [anon_sym_AMP_AMP] = ACTIONS(4049), + [anon_sym_PIPE_PIPE] = ACTIONS(4049), + [anon_sym_else] = ACTIONS(4047), + [anon_sym_COLON_COLON] = ACTIONS(4049), + [anon_sym_BANG_EQ] = ACTIONS(4047), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4049), + [anon_sym_EQ_EQ] = ACTIONS(4047), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4049), + [anon_sym_LT_EQ] = ACTIONS(4049), + [anon_sym_GT_EQ] = ACTIONS(4049), + [anon_sym_BANGin] = ACTIONS(4049), + [anon_sym_is] = ACTIONS(4047), + [anon_sym_BANGis] = ACTIONS(4049), + [anon_sym_PLUS] = ACTIONS(4047), + [anon_sym_DASH] = ACTIONS(4047), + [anon_sym_SLASH] = ACTIONS(4047), + [anon_sym_PERCENT] = ACTIONS(4049), + [anon_sym_as_QMARK] = ACTIONS(4049), + [anon_sym_PLUS_PLUS] = ACTIONS(4049), + [anon_sym_DASH_DASH] = ACTIONS(4049), + [anon_sym_BANG_BANG] = ACTIONS(4049), + [anon_sym_suspend] = ACTIONS(4047), + [anon_sym_sealed] = ACTIONS(4047), + [anon_sym_annotation] = ACTIONS(4047), + [anon_sym_data] = ACTIONS(4047), + [anon_sym_inner] = ACTIONS(4047), + [anon_sym_override] = ACTIONS(4047), + [anon_sym_lateinit] = ACTIONS(4047), + [anon_sym_public] = ACTIONS(4047), + [anon_sym_private] = ACTIONS(4047), + [anon_sym_internal] = ACTIONS(4047), + [anon_sym_protected] = ACTIONS(4047), + [anon_sym_tailrec] = ACTIONS(4047), + [anon_sym_operator] = ACTIONS(4047), + [anon_sym_infix] = ACTIONS(4047), + [anon_sym_inline] = ACTIONS(4047), + [anon_sym_external] = ACTIONS(4047), + [sym_property_modifier] = ACTIONS(4047), + [anon_sym_abstract] = ACTIONS(4047), + [anon_sym_final] = ACTIONS(4047), + [anon_sym_open] = ACTIONS(4047), + [anon_sym_vararg] = ACTIONS(4047), + [anon_sym_noinline] = ACTIONS(4047), + [anon_sym_crossinline] = ACTIONS(4047), + [anon_sym_expect] = ACTIONS(4047), + [anon_sym_actual] = ACTIONS(4047), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4049), + [sym_safe_nav] = ACTIONS(4049), + [sym_multiline_comment] = ACTIONS(3), + }, + [4119] = { + [sym_indexing_suffix] = STATE(4986), + [sym_navigation_suffix] = STATE(5006), + [sym_call_suffix] = STATE(5077), + [sym_annotated_lambda] = STATE(4993), + [sym_type_arguments] = STATE(7551), + [sym_value_arguments] = STATE(4451), + [sym_lambda_literal] = STATE(4995), + [sym__equality_operator] = STATE(1996), + [sym__comparison_operator] = STATE(1999), + [sym__in_operator] = STATE(2000), + [sym__is_operator] = STATE(5776), + [sym__additive_operator] = STATE(2001), + [sym__multiplicative_operator] = STATE(2002), + [sym__as_operator] = STATE(5777), + [sym__postfix_unary_operator] = STATE(5000), + [sym__member_access_operator] = STATE(7402), + [sym_annotation] = STATE(7890), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2003), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7890), + [sym__alpha_identifier] = ACTIONS(3075), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(6702), + [anon_sym_as] = ACTIONS(6704), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_RBRACE] = ACTIONS(3077), + [anon_sym_LPAREN] = ACTIONS(6706), + [anon_sym_COMMA] = ACTIONS(3077), + [anon_sym_LT] = ACTIONS(3079), + [anon_sym_GT] = ACTIONS(3075), + [anon_sym_where] = ACTIONS(3075), + [anon_sym_DOT] = ACTIONS(6708), + [anon_sym_SEMI] = ACTIONS(3077), + [anon_sym_get] = ACTIONS(3075), + [anon_sym_set] = ACTIONS(3075), + [anon_sym_STAR] = ACTIONS(7183), + [sym_label] = ACTIONS(6712), + [anon_sym_in] = ACTIONS(3075), + [anon_sym_DOT_DOT] = ACTIONS(3077), + [anon_sym_QMARK_COLON] = ACTIONS(3077), + [anon_sym_AMP_AMP] = ACTIONS(3077), + [anon_sym_PIPE_PIPE] = ACTIONS(3077), + [anon_sym_else] = ACTIONS(3075), + [anon_sym_COLON_COLON] = ACTIONS(6718), + [anon_sym_BANG_EQ] = ACTIONS(3075), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3077), + [anon_sym_EQ_EQ] = ACTIONS(3075), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3077), + [anon_sym_LT_EQ] = ACTIONS(3077), + [anon_sym_GT_EQ] = ACTIONS(3077), + [anon_sym_BANGin] = ACTIONS(3077), + [anon_sym_is] = ACTIONS(3075), + [anon_sym_BANGis] = ACTIONS(3077), + [anon_sym_PLUS] = ACTIONS(7185), + [anon_sym_DASH] = ACTIONS(7185), + [anon_sym_SLASH] = ACTIONS(7187), + [anon_sym_PERCENT] = ACTIONS(7183), + [anon_sym_as_QMARK] = ACTIONS(6722), + [anon_sym_PLUS_PLUS] = ACTIONS(6724), + [anon_sym_DASH_DASH] = ACTIONS(6724), + [anon_sym_BANG_BANG] = ACTIONS(6724), + [anon_sym_data] = ACTIONS(3075), + [anon_sym_inner] = ACTIONS(3075), + [anon_sym_expect] = ACTIONS(3075), + [anon_sym_actual] = ACTIONS(3075), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3077), + [sym__automatic_semicolon] = ACTIONS(3077), + [sym_safe_nav] = ACTIONS(6718), + [sym_multiline_comment] = ACTIONS(3), + }, + [4120] = { + [aux_sym__delegation_specifiers_repeat1] = STATE(4120), + [sym__alpha_identifier] = ACTIONS(4627), + [anon_sym_AT] = ACTIONS(4629), + [anon_sym_LBRACK] = ACTIONS(4629), + [anon_sym_as] = ACTIONS(4627), + [anon_sym_LBRACE] = ACTIONS(4629), + [anon_sym_RBRACE] = ACTIONS(4629), + [anon_sym_LPAREN] = ACTIONS(4629), + [anon_sym_COMMA] = ACTIONS(7189), + [anon_sym_LT] = ACTIONS(4627), + [anon_sym_GT] = ACTIONS(4627), + [anon_sym_where] = ACTIONS(4627), + [anon_sym_DOT] = ACTIONS(4627), + [anon_sym_SEMI] = ACTIONS(4629), + [anon_sym_get] = ACTIONS(4627), + [anon_sym_set] = ACTIONS(4627), + [anon_sym_STAR] = ACTIONS(4629), + [sym_label] = ACTIONS(4629), + [anon_sym_in] = ACTIONS(4627), + [anon_sym_DOT_DOT] = ACTIONS(4629), + [anon_sym_QMARK_COLON] = ACTIONS(4629), + [anon_sym_AMP_AMP] = ACTIONS(4629), + [anon_sym_PIPE_PIPE] = ACTIONS(4629), + [anon_sym_else] = ACTIONS(4627), + [anon_sym_COLON_COLON] = ACTIONS(4629), + [anon_sym_BANG_EQ] = ACTIONS(4627), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4629), + [anon_sym_EQ_EQ] = ACTIONS(4627), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4629), + [anon_sym_LT_EQ] = ACTIONS(4629), + [anon_sym_GT_EQ] = ACTIONS(4629), + [anon_sym_BANGin] = ACTIONS(4629), + [anon_sym_is] = ACTIONS(4627), + [anon_sym_BANGis] = ACTIONS(4629), + [anon_sym_PLUS] = ACTIONS(4627), + [anon_sym_DASH] = ACTIONS(4627), + [anon_sym_SLASH] = ACTIONS(4627), + [anon_sym_PERCENT] = ACTIONS(4629), + [anon_sym_as_QMARK] = ACTIONS(4629), + [anon_sym_PLUS_PLUS] = ACTIONS(4629), + [anon_sym_DASH_DASH] = ACTIONS(4629), + [anon_sym_BANG_BANG] = ACTIONS(4629), + [anon_sym_suspend] = ACTIONS(4627), + [anon_sym_sealed] = ACTIONS(4627), + [anon_sym_annotation] = ACTIONS(4627), + [anon_sym_data] = ACTIONS(4627), + [anon_sym_inner] = ACTIONS(4627), + [anon_sym_override] = ACTIONS(4627), + [anon_sym_lateinit] = ACTIONS(4627), + [anon_sym_public] = ACTIONS(4627), + [anon_sym_private] = ACTIONS(4627), + [anon_sym_internal] = ACTIONS(4627), + [anon_sym_protected] = ACTIONS(4627), + [anon_sym_tailrec] = ACTIONS(4627), + [anon_sym_operator] = ACTIONS(4627), + [anon_sym_infix] = ACTIONS(4627), + [anon_sym_inline] = ACTIONS(4627), + [anon_sym_external] = ACTIONS(4627), + [sym_property_modifier] = ACTIONS(4627), + [anon_sym_abstract] = ACTIONS(4627), + [anon_sym_final] = ACTIONS(4627), + [anon_sym_open] = ACTIONS(4627), + [anon_sym_vararg] = ACTIONS(4627), + [anon_sym_noinline] = ACTIONS(4627), + [anon_sym_crossinline] = ACTIONS(4627), + [anon_sym_expect] = ACTIONS(4627), + [anon_sym_actual] = ACTIONS(4627), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4629), + [sym__automatic_semicolon] = ACTIONS(4629), + [sym_safe_nav] = ACTIONS(4629), [sym_multiline_comment] = ACTIONS(3), }, - [4105] = { - [sym_type_constraints] = STATE(3628), - [sym_enum_class_body] = STATE(3695), - [sym__alpha_identifier] = ACTIONS(3190), - [anon_sym_AT] = ACTIONS(3194), - [anon_sym_COLON] = ACTIONS(6166), - [anon_sym_LBRACK] = ACTIONS(3194), - [anon_sym_as] = ACTIONS(3190), - [anon_sym_LBRACE] = ACTIONS(5359), - [anon_sym_RBRACE] = ACTIONS(3194), - [anon_sym_LPAREN] = ACTIONS(3194), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3190), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(3190), - [anon_sym_SEMI] = ACTIONS(3194), - [anon_sym_get] = ACTIONS(3190), - [anon_sym_set] = ACTIONS(3190), - [anon_sym_STAR] = ACTIONS(3194), - [sym_label] = ACTIONS(3194), - [anon_sym_in] = ACTIONS(3190), - [anon_sym_DOT_DOT] = ACTIONS(3194), - [anon_sym_QMARK_COLON] = ACTIONS(3194), - [anon_sym_AMP_AMP] = ACTIONS(3194), - [anon_sym_PIPE_PIPE] = ACTIONS(3194), - [anon_sym_else] = ACTIONS(3190), - [anon_sym_COLON_COLON] = ACTIONS(3194), - [anon_sym_BANG_EQ] = ACTIONS(3190), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3194), - [anon_sym_EQ_EQ] = ACTIONS(3190), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3194), - [anon_sym_LT_EQ] = ACTIONS(3194), - [anon_sym_GT_EQ] = ACTIONS(3194), - [anon_sym_BANGin] = ACTIONS(3194), - [anon_sym_is] = ACTIONS(3190), - [anon_sym_BANGis] = ACTIONS(3194), - [anon_sym_PLUS] = ACTIONS(3190), - [anon_sym_DASH] = ACTIONS(3190), - [anon_sym_SLASH] = ACTIONS(3190), - [anon_sym_PERCENT] = ACTIONS(3194), - [anon_sym_as_QMARK] = ACTIONS(3194), - [anon_sym_PLUS_PLUS] = ACTIONS(3194), - [anon_sym_DASH_DASH] = ACTIONS(3194), - [anon_sym_BANG_BANG] = ACTIONS(3194), - [anon_sym_suspend] = ACTIONS(3190), - [anon_sym_sealed] = ACTIONS(3190), - [anon_sym_annotation] = ACTIONS(3190), - [anon_sym_data] = ACTIONS(3190), - [anon_sym_inner] = ACTIONS(3190), - [anon_sym_override] = ACTIONS(3190), - [anon_sym_lateinit] = ACTIONS(3190), - [anon_sym_public] = ACTIONS(3190), - [anon_sym_private] = ACTIONS(3190), - [anon_sym_internal] = ACTIONS(3190), - [anon_sym_protected] = ACTIONS(3190), - [anon_sym_tailrec] = ACTIONS(3190), - [anon_sym_operator] = ACTIONS(3190), - [anon_sym_infix] = ACTIONS(3190), - [anon_sym_inline] = ACTIONS(3190), - [anon_sym_external] = ACTIONS(3190), - [sym_property_modifier] = ACTIONS(3190), - [anon_sym_abstract] = ACTIONS(3190), - [anon_sym_final] = ACTIONS(3190), - [anon_sym_open] = ACTIONS(3190), - [anon_sym_vararg] = ACTIONS(3190), - [anon_sym_noinline] = ACTIONS(3190), - [anon_sym_crossinline] = ACTIONS(3190), - [anon_sym_expect] = ACTIONS(3190), - [anon_sym_actual] = ACTIONS(3190), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3194), - [sym__automatic_semicolon] = ACTIONS(3194), - [sym_safe_nav] = ACTIONS(3194), + [4121] = { + [sym_class_body] = STATE(3272), + [sym__alpha_identifier] = ACTIONS(4410), + [anon_sym_AT] = ACTIONS(4412), + [anon_sym_COLON] = ACTIONS(7192), + [anon_sym_LBRACK] = ACTIONS(4412), + [anon_sym_as] = ACTIONS(4410), + [anon_sym_LBRACE] = ACTIONS(5179), + [anon_sym_RBRACE] = ACTIONS(4412), + [anon_sym_LPAREN] = ACTIONS(4412), + [anon_sym_RPAREN] = ACTIONS(4412), + [anon_sym_LT] = ACTIONS(4410), + [anon_sym_GT] = ACTIONS(4410), + [anon_sym_DOT] = ACTIONS(4410), + [anon_sym_SEMI] = ACTIONS(4412), + [anon_sym_get] = ACTIONS(4410), + [anon_sym_set] = ACTIONS(4410), + [anon_sym_STAR] = ACTIONS(4412), + [sym_label] = ACTIONS(4412), + [anon_sym_in] = ACTIONS(4410), + [anon_sym_while] = ACTIONS(4410), + [anon_sym_DOT_DOT] = ACTIONS(4412), + [anon_sym_QMARK_COLON] = ACTIONS(4412), + [anon_sym_AMP_AMP] = ACTIONS(4412), + [anon_sym_PIPE_PIPE] = ACTIONS(4412), + [anon_sym_else] = ACTIONS(4410), + [anon_sym_COLON_COLON] = ACTIONS(4412), + [anon_sym_BANG_EQ] = ACTIONS(4410), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4412), + [anon_sym_EQ_EQ] = ACTIONS(4410), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4412), + [anon_sym_LT_EQ] = ACTIONS(4412), + [anon_sym_GT_EQ] = ACTIONS(4412), + [anon_sym_BANGin] = ACTIONS(4412), + [anon_sym_is] = ACTIONS(4410), + [anon_sym_BANGis] = ACTIONS(4412), + [anon_sym_PLUS] = ACTIONS(4410), + [anon_sym_DASH] = ACTIONS(4410), + [anon_sym_SLASH] = ACTIONS(4410), + [anon_sym_PERCENT] = ACTIONS(4412), + [anon_sym_as_QMARK] = ACTIONS(4412), + [anon_sym_PLUS_PLUS] = ACTIONS(4412), + [anon_sym_DASH_DASH] = ACTIONS(4412), + [anon_sym_BANG_BANG] = ACTIONS(4412), + [anon_sym_suspend] = ACTIONS(4410), + [anon_sym_sealed] = ACTIONS(4410), + [anon_sym_annotation] = ACTIONS(4410), + [anon_sym_data] = ACTIONS(4410), + [anon_sym_inner] = ACTIONS(4410), + [anon_sym_override] = ACTIONS(4410), + [anon_sym_lateinit] = ACTIONS(4410), + [anon_sym_public] = ACTIONS(4410), + [anon_sym_private] = ACTIONS(4410), + [anon_sym_internal] = ACTIONS(4410), + [anon_sym_protected] = ACTIONS(4410), + [anon_sym_tailrec] = ACTIONS(4410), + [anon_sym_operator] = ACTIONS(4410), + [anon_sym_infix] = ACTIONS(4410), + [anon_sym_inline] = ACTIONS(4410), + [anon_sym_external] = ACTIONS(4410), + [sym_property_modifier] = ACTIONS(4410), + [anon_sym_abstract] = ACTIONS(4410), + [anon_sym_final] = ACTIONS(4410), + [anon_sym_open] = ACTIONS(4410), + [anon_sym_vararg] = ACTIONS(4410), + [anon_sym_noinline] = ACTIONS(4410), + [anon_sym_crossinline] = ACTIONS(4410), + [anon_sym_expect] = ACTIONS(4410), + [anon_sym_actual] = ACTIONS(4410), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4412), + [sym_safe_nav] = ACTIONS(4412), [sym_multiline_comment] = ACTIONS(3), }, - [4106] = { - [sym_class_body] = STATE(3687), - [sym_type_constraints] = STATE(3654), - [sym__alpha_identifier] = ACTIONS(4284), - [anon_sym_AT] = ACTIONS(4286), - [anon_sym_COLON] = ACTIONS(7165), - [anon_sym_LBRACK] = ACTIONS(4286), - [anon_sym_as] = ACTIONS(4284), - [anon_sym_LBRACE] = ACTIONS(5421), - [anon_sym_RBRACE] = ACTIONS(4286), - [anon_sym_LPAREN] = ACTIONS(4286), - [anon_sym_LT] = ACTIONS(4284), - [anon_sym_GT] = ACTIONS(4284), - [anon_sym_where] = ACTIONS(5363), - [anon_sym_DOT] = ACTIONS(4284), - [anon_sym_SEMI] = ACTIONS(4286), - [anon_sym_get] = ACTIONS(4284), - [anon_sym_set] = ACTIONS(4284), - [anon_sym_STAR] = ACTIONS(4286), - [sym_label] = ACTIONS(4286), - [anon_sym_in] = ACTIONS(4284), - [anon_sym_DOT_DOT] = ACTIONS(4286), - [anon_sym_QMARK_COLON] = ACTIONS(4286), - [anon_sym_AMP_AMP] = ACTIONS(4286), - [anon_sym_PIPE_PIPE] = ACTIONS(4286), - [anon_sym_else] = ACTIONS(4284), - [anon_sym_COLON_COLON] = ACTIONS(4286), - [anon_sym_BANG_EQ] = ACTIONS(4284), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4286), - [anon_sym_EQ_EQ] = ACTIONS(4284), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4286), - [anon_sym_LT_EQ] = ACTIONS(4286), - [anon_sym_GT_EQ] = ACTIONS(4286), - [anon_sym_BANGin] = ACTIONS(4286), - [anon_sym_is] = ACTIONS(4284), - [anon_sym_BANGis] = ACTIONS(4286), - [anon_sym_PLUS] = ACTIONS(4284), - [anon_sym_DASH] = ACTIONS(4284), - [anon_sym_SLASH] = ACTIONS(4284), - [anon_sym_PERCENT] = ACTIONS(4286), - [anon_sym_as_QMARK] = ACTIONS(4286), - [anon_sym_PLUS_PLUS] = ACTIONS(4286), - [anon_sym_DASH_DASH] = ACTIONS(4286), - [anon_sym_BANG_BANG] = ACTIONS(4286), - [anon_sym_suspend] = ACTIONS(4284), - [anon_sym_sealed] = ACTIONS(4284), - [anon_sym_annotation] = ACTIONS(4284), - [anon_sym_data] = ACTIONS(4284), - [anon_sym_inner] = ACTIONS(4284), - [anon_sym_override] = ACTIONS(4284), - [anon_sym_lateinit] = ACTIONS(4284), - [anon_sym_public] = ACTIONS(4284), - [anon_sym_private] = ACTIONS(4284), - [anon_sym_internal] = ACTIONS(4284), - [anon_sym_protected] = ACTIONS(4284), - [anon_sym_tailrec] = ACTIONS(4284), - [anon_sym_operator] = ACTIONS(4284), - [anon_sym_infix] = ACTIONS(4284), - [anon_sym_inline] = ACTIONS(4284), - [anon_sym_external] = ACTIONS(4284), - [sym_property_modifier] = ACTIONS(4284), - [anon_sym_abstract] = ACTIONS(4284), - [anon_sym_final] = ACTIONS(4284), - [anon_sym_open] = ACTIONS(4284), - [anon_sym_vararg] = ACTIONS(4284), - [anon_sym_noinline] = ACTIONS(4284), - [anon_sym_crossinline] = ACTIONS(4284), - [anon_sym_expect] = ACTIONS(4284), - [anon_sym_actual] = ACTIONS(4284), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4286), - [sym__automatic_semicolon] = ACTIONS(4286), - [sym_safe_nav] = ACTIONS(4286), - [sym_multiline_comment] = ACTIONS(3), + [4122] = { + [sym__alpha_identifier] = ACTIONS(4142), + [anon_sym_AT] = ACTIONS(4145), + [anon_sym_LBRACK] = ACTIONS(4145), + [anon_sym_as] = ACTIONS(4150), + [anon_sym_LBRACE] = ACTIONS(4145), + [anon_sym_RBRACE] = ACTIONS(4148), + [anon_sym_LPAREN] = ACTIONS(7194), + [anon_sym_LT] = ACTIONS(4150), + [anon_sym_GT] = ACTIONS(4150), + [anon_sym_object] = ACTIONS(3943), + [anon_sym_fun] = ACTIONS(3943), + [anon_sym_DOT] = ACTIONS(4150), + [anon_sym_SEMI] = ACTIONS(4148), + [anon_sym_get] = ACTIONS(4142), + [anon_sym_set] = ACTIONS(4142), + [anon_sym_this] = ACTIONS(3943), + [anon_sym_super] = ACTIONS(3943), + [anon_sym_STAR] = ACTIONS(4145), + [sym_label] = ACTIONS(4142), + [anon_sym_in] = ACTIONS(4150), + [anon_sym_DOT_DOT] = ACTIONS(4148), + [anon_sym_QMARK_COLON] = ACTIONS(4148), + [anon_sym_AMP_AMP] = ACTIONS(4148), + [anon_sym_PIPE_PIPE] = ACTIONS(4148), + [anon_sym_null] = ACTIONS(3943), + [anon_sym_if] = ACTIONS(3943), + [anon_sym_else] = ACTIONS(4150), + [anon_sym_when] = ACTIONS(3943), + [anon_sym_try] = ACTIONS(3943), + [anon_sym_throw] = ACTIONS(3943), + [anon_sym_return] = ACTIONS(3943), + [anon_sym_continue] = ACTIONS(3943), + [anon_sym_break] = ACTIONS(3943), + [anon_sym_COLON_COLON] = ACTIONS(4145), + [anon_sym_BANG_EQ] = ACTIONS(4150), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4148), + [anon_sym_EQ_EQ] = ACTIONS(4150), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4148), + [anon_sym_LT_EQ] = ACTIONS(4148), + [anon_sym_GT_EQ] = ACTIONS(4148), + [anon_sym_BANGin] = ACTIONS(4148), + [anon_sym_is] = ACTIONS(4150), + [anon_sym_BANGis] = ACTIONS(4148), + [anon_sym_PLUS] = ACTIONS(4142), + [anon_sym_DASH] = ACTIONS(4142), + [anon_sym_SLASH] = ACTIONS(4150), + [anon_sym_PERCENT] = ACTIONS(4148), + [anon_sym_as_QMARK] = ACTIONS(4148), + [anon_sym_PLUS_PLUS] = ACTIONS(4145), + [anon_sym_DASH_DASH] = ACTIONS(4145), + [anon_sym_BANG] = ACTIONS(3943), + [anon_sym_BANG_BANG] = ACTIONS(4148), + [anon_sym_data] = ACTIONS(4142), + [anon_sym_inner] = ACTIONS(4142), + [anon_sym_expect] = ACTIONS(4142), + [anon_sym_actual] = ACTIONS(4142), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3948), + [anon_sym_continue_AT] = ACTIONS(3948), + [anon_sym_break_AT] = ACTIONS(3948), + [sym_real_literal] = ACTIONS(3948), + [sym_integer_literal] = ACTIONS(3943), + [sym_hex_literal] = ACTIONS(3948), + [sym_bin_literal] = ACTIONS(3948), + [anon_sym_true] = ACTIONS(3943), + [anon_sym_false] = ACTIONS(3943), + [anon_sym_SQUOTE] = ACTIONS(3948), + [sym__backtick_identifier] = ACTIONS(4145), + [sym__automatic_semicolon] = ACTIONS(4148), + [sym_safe_nav] = ACTIONS(4148), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3948), }, - [4107] = { - [sym_function_body] = STATE(3224), - [sym__block] = STATE(3367), + [4123] = { + [sym_class_body] = STATE(3337), [sym__alpha_identifier] = ACTIONS(4386), [anon_sym_AT] = ACTIONS(4388), + [anon_sym_COLON] = ACTIONS(7198), [anon_sym_LBRACK] = ACTIONS(4388), [anon_sym_as] = ACTIONS(4386), - [anon_sym_EQ] = ACTIONS(6952), - [anon_sym_LBRACE] = ACTIONS(6236), + [anon_sym_LBRACE] = ACTIONS(5179), [anon_sym_RBRACE] = ACTIONS(4388), [anon_sym_LPAREN] = ACTIONS(4388), [anon_sym_RPAREN] = ACTIONS(4388), @@ -430545,1942 +431940,3193 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_safe_nav] = ACTIONS(4388), [sym_multiline_comment] = ACTIONS(3), }, - [4108] = { - [sym__alpha_identifier] = ACTIONS(4233), - [anon_sym_AT] = ACTIONS(4236), - [anon_sym_LBRACK] = ACTIONS(4236), - [anon_sym_as] = ACTIONS(4241), - [anon_sym_LBRACE] = ACTIONS(4236), - [anon_sym_RBRACE] = ACTIONS(4239), - [anon_sym_LPAREN] = ACTIONS(7167), - [anon_sym_RPAREN] = ACTIONS(4239), - [anon_sym_LT] = ACTIONS(4241), - [anon_sym_GT] = ACTIONS(4241), - [anon_sym_object] = ACTIONS(3828), - [anon_sym_fun] = ACTIONS(3828), - [anon_sym_DOT] = ACTIONS(4241), - [anon_sym_SEMI] = ACTIONS(4239), - [anon_sym_get] = ACTIONS(4233), - [anon_sym_set] = ACTIONS(4233), - [anon_sym_this] = ACTIONS(3828), - [anon_sym_super] = ACTIONS(3828), - [anon_sym_STAR] = ACTIONS(4236), - [sym_label] = ACTIONS(4233), - [anon_sym_in] = ACTIONS(4241), - [anon_sym_while] = ACTIONS(4241), - [anon_sym_DOT_DOT] = ACTIONS(4239), - [anon_sym_QMARK_COLON] = ACTIONS(4239), - [anon_sym_AMP_AMP] = ACTIONS(4239), - [anon_sym_PIPE_PIPE] = ACTIONS(4239), - [anon_sym_null] = ACTIONS(3828), - [anon_sym_if] = ACTIONS(3828), - [anon_sym_else] = ACTIONS(4241), - [anon_sym_when] = ACTIONS(3828), - [anon_sym_try] = ACTIONS(3828), - [anon_sym_throw] = ACTIONS(3828), - [anon_sym_return] = ACTIONS(3828), - [anon_sym_continue] = ACTIONS(3828), - [anon_sym_break] = ACTIONS(3828), - [anon_sym_COLON_COLON] = ACTIONS(4236), - [anon_sym_BANG_EQ] = ACTIONS(4241), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4239), - [anon_sym_EQ_EQ] = ACTIONS(4241), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4239), - [anon_sym_LT_EQ] = ACTIONS(4239), - [anon_sym_GT_EQ] = ACTIONS(4239), - [anon_sym_BANGin] = ACTIONS(4239), - [anon_sym_is] = ACTIONS(4241), - [anon_sym_BANGis] = ACTIONS(4239), - [anon_sym_PLUS] = ACTIONS(4233), - [anon_sym_DASH] = ACTIONS(4233), - [anon_sym_SLASH] = ACTIONS(4241), - [anon_sym_PERCENT] = ACTIONS(4239), - [anon_sym_as_QMARK] = ACTIONS(4239), - [anon_sym_PLUS_PLUS] = ACTIONS(4236), - [anon_sym_DASH_DASH] = ACTIONS(4236), - [anon_sym_BANG] = ACTIONS(3828), - [anon_sym_BANG_BANG] = ACTIONS(4239), - [anon_sym_data] = ACTIONS(4233), - [anon_sym_inner] = ACTIONS(4233), - [anon_sym_expect] = ACTIONS(4233), - [anon_sym_actual] = ACTIONS(4233), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3833), - [anon_sym_continue_AT] = ACTIONS(3833), - [anon_sym_break_AT] = ACTIONS(3833), - [sym_real_literal] = ACTIONS(3833), - [sym_integer_literal] = ACTIONS(3828), - [sym_hex_literal] = ACTIONS(3833), - [sym_bin_literal] = ACTIONS(3833), - [anon_sym_true] = ACTIONS(3828), - [anon_sym_false] = ACTIONS(3828), - [anon_sym_SQUOTE] = ACTIONS(3833), - [sym__backtick_identifier] = ACTIONS(4236), - [sym_safe_nav] = ACTIONS(4239), + [4124] = { + [sym__alpha_identifier] = ACTIONS(4961), + [anon_sym_AT] = ACTIONS(4963), + [anon_sym_LBRACK] = ACTIONS(4963), + [anon_sym_as] = ACTIONS(4961), + [anon_sym_LBRACE] = ACTIONS(4963), + [anon_sym_RBRACE] = ACTIONS(4963), + [anon_sym_LPAREN] = ACTIONS(7200), + [anon_sym_LT] = ACTIONS(4961), + [anon_sym_GT] = ACTIONS(4961), + [anon_sym_object] = ACTIONS(4961), + [anon_sym_fun] = ACTIONS(4961), + [anon_sym_DOT] = ACTIONS(4961), + [anon_sym_SEMI] = ACTIONS(4963), + [anon_sym_get] = ACTIONS(4961), + [anon_sym_set] = ACTIONS(4961), + [anon_sym_this] = ACTIONS(4961), + [anon_sym_super] = ACTIONS(4961), + [anon_sym_STAR] = ACTIONS(4963), + [sym_label] = ACTIONS(4961), + [anon_sym_in] = ACTIONS(4961), + [anon_sym_DOT_DOT] = ACTIONS(4963), + [anon_sym_QMARK_COLON] = ACTIONS(4963), + [anon_sym_AMP_AMP] = ACTIONS(4963), + [anon_sym_PIPE_PIPE] = ACTIONS(4963), + [anon_sym_null] = ACTIONS(4961), + [anon_sym_if] = ACTIONS(4961), + [anon_sym_else] = ACTIONS(4961), + [anon_sym_when] = ACTIONS(4961), + [anon_sym_try] = ACTIONS(4961), + [anon_sym_throw] = ACTIONS(4961), + [anon_sym_return] = ACTIONS(4961), + [anon_sym_continue] = ACTIONS(4961), + [anon_sym_break] = ACTIONS(4961), + [anon_sym_COLON_COLON] = ACTIONS(4963), + [anon_sym_BANG_EQ] = ACTIONS(4961), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4963), + [anon_sym_EQ_EQ] = ACTIONS(4961), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4963), + [anon_sym_LT_EQ] = ACTIONS(4963), + [anon_sym_GT_EQ] = ACTIONS(4963), + [anon_sym_BANGin] = ACTIONS(4963), + [anon_sym_is] = ACTIONS(4961), + [anon_sym_BANGis] = ACTIONS(4963), + [anon_sym_PLUS] = ACTIONS(4961), + [anon_sym_DASH] = ACTIONS(4961), + [anon_sym_SLASH] = ACTIONS(4961), + [anon_sym_PERCENT] = ACTIONS(4963), + [anon_sym_as_QMARK] = ACTIONS(4963), + [anon_sym_PLUS_PLUS] = ACTIONS(4963), + [anon_sym_DASH_DASH] = ACTIONS(4963), + [anon_sym_BANG] = ACTIONS(4961), + [anon_sym_BANG_BANG] = ACTIONS(4963), + [anon_sym_data] = ACTIONS(4961), + [anon_sym_inner] = ACTIONS(4961), + [anon_sym_expect] = ACTIONS(4961), + [anon_sym_actual] = ACTIONS(4961), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4963), + [anon_sym_continue_AT] = ACTIONS(4963), + [anon_sym_break_AT] = ACTIONS(4963), + [sym_real_literal] = ACTIONS(4963), + [sym_integer_literal] = ACTIONS(4961), + [sym_hex_literal] = ACTIONS(4963), + [sym_bin_literal] = ACTIONS(4963), + [anon_sym_true] = ACTIONS(4961), + [anon_sym_false] = ACTIONS(4961), + [anon_sym_SQUOTE] = ACTIONS(4963), + [sym__backtick_identifier] = ACTIONS(4963), + [sym__automatic_semicolon] = ACTIONS(4963), + [sym_safe_nav] = ACTIONS(4963), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4963), + }, + [4125] = { + [sym_function_body] = STATE(3730), + [sym__block] = STATE(3738), + [sym__alpha_identifier] = ACTIONS(4487), + [anon_sym_AT] = ACTIONS(4489), + [anon_sym_LBRACK] = ACTIONS(4489), + [anon_sym_as] = ACTIONS(4487), + [anon_sym_EQ] = ACTIONS(7028), + [anon_sym_LBRACE] = ACTIONS(6461), + [anon_sym_RBRACE] = ACTIONS(4489), + [anon_sym_LPAREN] = ACTIONS(4489), + [anon_sym_LT] = ACTIONS(4487), + [anon_sym_GT] = ACTIONS(4487), + [anon_sym_DOT] = ACTIONS(4487), + [anon_sym_SEMI] = ACTIONS(4489), + [anon_sym_get] = ACTIONS(4487), + [anon_sym_set] = ACTIONS(4487), + [anon_sym_STAR] = ACTIONS(4489), + [sym_label] = ACTIONS(4489), + [anon_sym_in] = ACTIONS(4487), + [anon_sym_DOT_DOT] = ACTIONS(4489), + [anon_sym_QMARK_COLON] = ACTIONS(4489), + [anon_sym_AMP_AMP] = ACTIONS(4489), + [anon_sym_PIPE_PIPE] = ACTIONS(4489), + [anon_sym_else] = ACTIONS(4487), + [anon_sym_COLON_COLON] = ACTIONS(4489), + [anon_sym_BANG_EQ] = ACTIONS(4487), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4489), + [anon_sym_EQ_EQ] = ACTIONS(4487), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4489), + [anon_sym_LT_EQ] = ACTIONS(4489), + [anon_sym_GT_EQ] = ACTIONS(4489), + [anon_sym_BANGin] = ACTIONS(4489), + [anon_sym_is] = ACTIONS(4487), + [anon_sym_BANGis] = ACTIONS(4489), + [anon_sym_PLUS] = ACTIONS(4487), + [anon_sym_DASH] = ACTIONS(4487), + [anon_sym_SLASH] = ACTIONS(4487), + [anon_sym_PERCENT] = ACTIONS(4489), + [anon_sym_as_QMARK] = ACTIONS(4489), + [anon_sym_PLUS_PLUS] = ACTIONS(4489), + [anon_sym_DASH_DASH] = ACTIONS(4489), + [anon_sym_BANG_BANG] = ACTIONS(4489), + [anon_sym_suspend] = ACTIONS(4487), + [anon_sym_sealed] = ACTIONS(4487), + [anon_sym_annotation] = ACTIONS(4487), + [anon_sym_data] = ACTIONS(4487), + [anon_sym_inner] = ACTIONS(4487), + [anon_sym_override] = ACTIONS(4487), + [anon_sym_lateinit] = ACTIONS(4487), + [anon_sym_public] = ACTIONS(4487), + [anon_sym_private] = ACTIONS(4487), + [anon_sym_internal] = ACTIONS(4487), + [anon_sym_protected] = ACTIONS(4487), + [anon_sym_tailrec] = ACTIONS(4487), + [anon_sym_operator] = ACTIONS(4487), + [anon_sym_infix] = ACTIONS(4487), + [anon_sym_inline] = ACTIONS(4487), + [anon_sym_external] = ACTIONS(4487), + [sym_property_modifier] = ACTIONS(4487), + [anon_sym_abstract] = ACTIONS(4487), + [anon_sym_final] = ACTIONS(4487), + [anon_sym_open] = ACTIONS(4487), + [anon_sym_vararg] = ACTIONS(4487), + [anon_sym_noinline] = ACTIONS(4487), + [anon_sym_crossinline] = ACTIONS(4487), + [anon_sym_expect] = ACTIONS(4487), + [anon_sym_actual] = ACTIONS(4487), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4489), + [sym__automatic_semicolon] = ACTIONS(4489), + [sym_safe_nav] = ACTIONS(4489), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3833), }, - [4109] = { - [sym_function_body] = STATE(3203), - [sym__block] = STATE(3367), - [sym__alpha_identifier] = ACTIONS(4382), - [anon_sym_AT] = ACTIONS(4384), - [anon_sym_LBRACK] = ACTIONS(4384), - [anon_sym_as] = ACTIONS(4382), - [anon_sym_EQ] = ACTIONS(6952), - [anon_sym_LBRACE] = ACTIONS(6236), - [anon_sym_RBRACE] = ACTIONS(4384), - [anon_sym_LPAREN] = ACTIONS(4384), - [anon_sym_RPAREN] = ACTIONS(4384), - [anon_sym_LT] = ACTIONS(4382), - [anon_sym_GT] = ACTIONS(4382), - [anon_sym_DOT] = ACTIONS(4382), - [anon_sym_SEMI] = ACTIONS(4384), - [anon_sym_get] = ACTIONS(4382), - [anon_sym_set] = ACTIONS(4382), - [anon_sym_STAR] = ACTIONS(4384), - [sym_label] = ACTIONS(4384), - [anon_sym_in] = ACTIONS(4382), - [anon_sym_while] = ACTIONS(4382), - [anon_sym_DOT_DOT] = ACTIONS(4384), - [anon_sym_QMARK_COLON] = ACTIONS(4384), - [anon_sym_AMP_AMP] = ACTIONS(4384), - [anon_sym_PIPE_PIPE] = ACTIONS(4384), - [anon_sym_else] = ACTIONS(4382), - [anon_sym_COLON_COLON] = ACTIONS(4384), - [anon_sym_BANG_EQ] = ACTIONS(4382), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4384), - [anon_sym_EQ_EQ] = ACTIONS(4382), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4384), - [anon_sym_LT_EQ] = ACTIONS(4384), - [anon_sym_GT_EQ] = ACTIONS(4384), - [anon_sym_BANGin] = ACTIONS(4384), - [anon_sym_is] = ACTIONS(4382), - [anon_sym_BANGis] = ACTIONS(4384), - [anon_sym_PLUS] = ACTIONS(4382), - [anon_sym_DASH] = ACTIONS(4382), - [anon_sym_SLASH] = ACTIONS(4382), - [anon_sym_PERCENT] = ACTIONS(4384), - [anon_sym_as_QMARK] = ACTIONS(4384), - [anon_sym_PLUS_PLUS] = ACTIONS(4384), - [anon_sym_DASH_DASH] = ACTIONS(4384), - [anon_sym_BANG_BANG] = ACTIONS(4384), - [anon_sym_suspend] = ACTIONS(4382), - [anon_sym_sealed] = ACTIONS(4382), - [anon_sym_annotation] = ACTIONS(4382), - [anon_sym_data] = ACTIONS(4382), - [anon_sym_inner] = ACTIONS(4382), - [anon_sym_override] = ACTIONS(4382), - [anon_sym_lateinit] = ACTIONS(4382), - [anon_sym_public] = ACTIONS(4382), - [anon_sym_private] = ACTIONS(4382), - [anon_sym_internal] = ACTIONS(4382), - [anon_sym_protected] = ACTIONS(4382), - [anon_sym_tailrec] = ACTIONS(4382), - [anon_sym_operator] = ACTIONS(4382), - [anon_sym_infix] = ACTIONS(4382), - [anon_sym_inline] = ACTIONS(4382), - [anon_sym_external] = ACTIONS(4382), - [sym_property_modifier] = ACTIONS(4382), - [anon_sym_abstract] = ACTIONS(4382), - [anon_sym_final] = ACTIONS(4382), - [anon_sym_open] = ACTIONS(4382), - [anon_sym_vararg] = ACTIONS(4382), - [anon_sym_noinline] = ACTIONS(4382), - [anon_sym_crossinline] = ACTIONS(4382), - [anon_sym_expect] = ACTIONS(4382), - [anon_sym_actual] = ACTIONS(4382), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4384), - [sym_safe_nav] = ACTIONS(4384), + [4126] = { + [aux_sym__delegation_specifiers_repeat1] = STATE(4132), + [sym__alpha_identifier] = ACTIONS(4658), + [anon_sym_AT] = ACTIONS(4660), + [anon_sym_LBRACK] = ACTIONS(4660), + [anon_sym_as] = ACTIONS(4658), + [anon_sym_LBRACE] = ACTIONS(4660), + [anon_sym_RBRACE] = ACTIONS(4660), + [anon_sym_LPAREN] = ACTIONS(4660), + [anon_sym_COMMA] = ACTIONS(7202), + [anon_sym_LT] = ACTIONS(4658), + [anon_sym_GT] = ACTIONS(4658), + [anon_sym_where] = ACTIONS(4658), + [anon_sym_DOT] = ACTIONS(4658), + [anon_sym_SEMI] = ACTIONS(4660), + [anon_sym_get] = ACTIONS(4658), + [anon_sym_set] = ACTIONS(4658), + [anon_sym_STAR] = ACTIONS(4660), + [sym_label] = ACTIONS(4660), + [anon_sym_in] = ACTIONS(4658), + [anon_sym_DOT_DOT] = ACTIONS(4660), + [anon_sym_QMARK_COLON] = ACTIONS(4660), + [anon_sym_AMP_AMP] = ACTIONS(4660), + [anon_sym_PIPE_PIPE] = ACTIONS(4660), + [anon_sym_else] = ACTIONS(4658), + [anon_sym_COLON_COLON] = ACTIONS(4660), + [anon_sym_BANG_EQ] = ACTIONS(4658), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4660), + [anon_sym_EQ_EQ] = ACTIONS(4658), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4660), + [anon_sym_LT_EQ] = ACTIONS(4660), + [anon_sym_GT_EQ] = ACTIONS(4660), + [anon_sym_BANGin] = ACTIONS(4660), + [anon_sym_is] = ACTIONS(4658), + [anon_sym_BANGis] = ACTIONS(4660), + [anon_sym_PLUS] = ACTIONS(4658), + [anon_sym_DASH] = ACTIONS(4658), + [anon_sym_SLASH] = ACTIONS(4658), + [anon_sym_PERCENT] = ACTIONS(4660), + [anon_sym_as_QMARK] = ACTIONS(4660), + [anon_sym_PLUS_PLUS] = ACTIONS(4660), + [anon_sym_DASH_DASH] = ACTIONS(4660), + [anon_sym_BANG_BANG] = ACTIONS(4660), + [anon_sym_suspend] = ACTIONS(4658), + [anon_sym_sealed] = ACTIONS(4658), + [anon_sym_annotation] = ACTIONS(4658), + [anon_sym_data] = ACTIONS(4658), + [anon_sym_inner] = ACTIONS(4658), + [anon_sym_override] = ACTIONS(4658), + [anon_sym_lateinit] = ACTIONS(4658), + [anon_sym_public] = ACTIONS(4658), + [anon_sym_private] = ACTIONS(4658), + [anon_sym_internal] = ACTIONS(4658), + [anon_sym_protected] = ACTIONS(4658), + [anon_sym_tailrec] = ACTIONS(4658), + [anon_sym_operator] = ACTIONS(4658), + [anon_sym_infix] = ACTIONS(4658), + [anon_sym_inline] = ACTIONS(4658), + [anon_sym_external] = ACTIONS(4658), + [sym_property_modifier] = ACTIONS(4658), + [anon_sym_abstract] = ACTIONS(4658), + [anon_sym_final] = ACTIONS(4658), + [anon_sym_open] = ACTIONS(4658), + [anon_sym_vararg] = ACTIONS(4658), + [anon_sym_noinline] = ACTIONS(4658), + [anon_sym_crossinline] = ACTIONS(4658), + [anon_sym_expect] = ACTIONS(4658), + [anon_sym_actual] = ACTIONS(4658), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4660), + [sym__automatic_semicolon] = ACTIONS(4660), + [sym_safe_nav] = ACTIONS(4660), [sym_multiline_comment] = ACTIONS(3), }, - [4110] = { - [sym__alpha_identifier] = ACTIONS(4249), - [anon_sym_AT] = ACTIONS(4252), - [anon_sym_LBRACK] = ACTIONS(4252), - [anon_sym_as] = ACTIONS(4257), - [anon_sym_LBRACE] = ACTIONS(4252), - [anon_sym_RBRACE] = ACTIONS(4255), - [anon_sym_LPAREN] = ACTIONS(7171), - [anon_sym_RPAREN] = ACTIONS(4255), - [anon_sym_LT] = ACTIONS(4257), - [anon_sym_GT] = ACTIONS(4257), - [anon_sym_object] = ACTIONS(3828), - [anon_sym_fun] = ACTIONS(3828), - [anon_sym_DOT] = ACTIONS(4257), - [anon_sym_SEMI] = ACTIONS(4255), - [anon_sym_get] = ACTIONS(4249), - [anon_sym_set] = ACTIONS(4249), - [anon_sym_this] = ACTIONS(3828), - [anon_sym_super] = ACTIONS(3828), - [anon_sym_STAR] = ACTIONS(4252), - [sym_label] = ACTIONS(4249), - [anon_sym_in] = ACTIONS(4257), - [anon_sym_while] = ACTIONS(4257), - [anon_sym_DOT_DOT] = ACTIONS(4255), - [anon_sym_QMARK_COLON] = ACTIONS(4255), - [anon_sym_AMP_AMP] = ACTIONS(4255), - [anon_sym_PIPE_PIPE] = ACTIONS(4255), - [anon_sym_null] = ACTIONS(3828), - [anon_sym_if] = ACTIONS(3828), - [anon_sym_else] = ACTIONS(4257), - [anon_sym_when] = ACTIONS(3828), - [anon_sym_try] = ACTIONS(3828), - [anon_sym_throw] = ACTIONS(3828), - [anon_sym_return] = ACTIONS(3828), - [anon_sym_continue] = ACTIONS(3828), - [anon_sym_break] = ACTIONS(3828), - [anon_sym_COLON_COLON] = ACTIONS(4252), - [anon_sym_BANG_EQ] = ACTIONS(4257), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4255), - [anon_sym_EQ_EQ] = ACTIONS(4257), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4255), - [anon_sym_LT_EQ] = ACTIONS(4255), - [anon_sym_GT_EQ] = ACTIONS(4255), - [anon_sym_BANGin] = ACTIONS(4255), - [anon_sym_is] = ACTIONS(4257), - [anon_sym_BANGis] = ACTIONS(4255), - [anon_sym_PLUS] = ACTIONS(4249), - [anon_sym_DASH] = ACTIONS(4249), - [anon_sym_SLASH] = ACTIONS(4257), - [anon_sym_PERCENT] = ACTIONS(4255), - [anon_sym_as_QMARK] = ACTIONS(4255), - [anon_sym_PLUS_PLUS] = ACTIONS(4252), - [anon_sym_DASH_DASH] = ACTIONS(4252), - [anon_sym_BANG] = ACTIONS(3828), - [anon_sym_BANG_BANG] = ACTIONS(4255), - [anon_sym_data] = ACTIONS(4249), - [anon_sym_inner] = ACTIONS(4249), - [anon_sym_expect] = ACTIONS(4249), - [anon_sym_actual] = ACTIONS(4249), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3833), - [anon_sym_continue_AT] = ACTIONS(3833), - [anon_sym_break_AT] = ACTIONS(3833), - [sym_real_literal] = ACTIONS(3833), - [sym_integer_literal] = ACTIONS(3828), - [sym_hex_literal] = ACTIONS(3833), - [sym_bin_literal] = ACTIONS(3833), - [anon_sym_true] = ACTIONS(3828), - [anon_sym_false] = ACTIONS(3828), - [anon_sym_SQUOTE] = ACTIONS(3833), - [sym__backtick_identifier] = ACTIONS(4252), - [sym_safe_nav] = ACTIONS(4255), + [4127] = { + [sym__alpha_identifier] = ACTIONS(4142), + [anon_sym_AT] = ACTIONS(4145), + [anon_sym_LBRACK] = ACTIONS(4145), + [anon_sym_as] = ACTIONS(4150), + [anon_sym_LBRACE] = ACTIONS(4145), + [anon_sym_RBRACE] = ACTIONS(4148), + [anon_sym_LPAREN] = ACTIONS(6696), + [anon_sym_LT] = ACTIONS(4150), + [anon_sym_GT] = ACTIONS(4150), + [anon_sym_object] = ACTIONS(4142), + [anon_sym_fun] = ACTIONS(4142), + [anon_sym_DOT] = ACTIONS(4150), + [anon_sym_SEMI] = ACTIONS(4148), + [anon_sym_get] = ACTIONS(4142), + [anon_sym_set] = ACTIONS(4142), + [anon_sym_this] = ACTIONS(4142), + [anon_sym_super] = ACTIONS(4142), + [anon_sym_STAR] = ACTIONS(4145), + [sym_label] = ACTIONS(4142), + [anon_sym_in] = ACTIONS(4150), + [anon_sym_DOT_DOT] = ACTIONS(4148), + [anon_sym_QMARK_COLON] = ACTIONS(4148), + [anon_sym_AMP_AMP] = ACTIONS(4148), + [anon_sym_PIPE_PIPE] = ACTIONS(4148), + [anon_sym_null] = ACTIONS(4142), + [anon_sym_if] = ACTIONS(4142), + [anon_sym_else] = ACTIONS(4150), + [anon_sym_when] = ACTIONS(4142), + [anon_sym_try] = ACTIONS(4142), + [anon_sym_throw] = ACTIONS(4142), + [anon_sym_return] = ACTIONS(4142), + [anon_sym_continue] = ACTIONS(4142), + [anon_sym_break] = ACTIONS(4142), + [anon_sym_COLON_COLON] = ACTIONS(4145), + [anon_sym_BANG_EQ] = ACTIONS(4150), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4148), + [anon_sym_EQ_EQ] = ACTIONS(4150), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4148), + [anon_sym_LT_EQ] = ACTIONS(4148), + [anon_sym_GT_EQ] = ACTIONS(4148), + [anon_sym_BANGin] = ACTIONS(4148), + [anon_sym_is] = ACTIONS(4150), + [anon_sym_BANGis] = ACTIONS(4148), + [anon_sym_PLUS] = ACTIONS(4142), + [anon_sym_DASH] = ACTIONS(4142), + [anon_sym_SLASH] = ACTIONS(4150), + [anon_sym_PERCENT] = ACTIONS(4148), + [anon_sym_as_QMARK] = ACTIONS(4148), + [anon_sym_PLUS_PLUS] = ACTIONS(4145), + [anon_sym_DASH_DASH] = ACTIONS(4145), + [anon_sym_BANG] = ACTIONS(4142), + [anon_sym_BANG_BANG] = ACTIONS(4148), + [anon_sym_data] = ACTIONS(4142), + [anon_sym_inner] = ACTIONS(4142), + [anon_sym_expect] = ACTIONS(4142), + [anon_sym_actual] = ACTIONS(4142), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4145), + [anon_sym_continue_AT] = ACTIONS(4145), + [anon_sym_break_AT] = ACTIONS(4145), + [sym_real_literal] = ACTIONS(4145), + [sym_integer_literal] = ACTIONS(4142), + [sym_hex_literal] = ACTIONS(4145), + [sym_bin_literal] = ACTIONS(4145), + [anon_sym_true] = ACTIONS(4142), + [anon_sym_false] = ACTIONS(4142), + [anon_sym_SQUOTE] = ACTIONS(4145), + [sym__backtick_identifier] = ACTIONS(4145), + [sym__automatic_semicolon] = ACTIONS(4148), + [sym_safe_nav] = ACTIONS(4148), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3833), + [sym__string_start] = ACTIONS(4145), }, - [4111] = { - [sym_function_body] = STATE(3759), - [sym__block] = STATE(3725), - [sym__alpha_identifier] = ACTIONS(4083), - [anon_sym_AT] = ACTIONS(4085), - [anon_sym_LBRACK] = ACTIONS(4085), - [anon_sym_as] = ACTIONS(4083), - [anon_sym_EQ] = ACTIONS(7017), - [anon_sym_LBRACE] = ACTIONS(6434), - [anon_sym_RBRACE] = ACTIONS(4085), - [anon_sym_LPAREN] = ACTIONS(4085), - [anon_sym_LT] = ACTIONS(4083), - [anon_sym_GT] = ACTIONS(4083), - [anon_sym_DOT] = ACTIONS(4083), - [anon_sym_SEMI] = ACTIONS(4085), - [anon_sym_get] = ACTIONS(4083), - [anon_sym_set] = ACTIONS(4083), - [anon_sym_STAR] = ACTIONS(4085), - [sym_label] = ACTIONS(4085), - [anon_sym_in] = ACTIONS(4083), - [anon_sym_DOT_DOT] = ACTIONS(4085), - [anon_sym_QMARK_COLON] = ACTIONS(4085), - [anon_sym_AMP_AMP] = ACTIONS(4085), - [anon_sym_PIPE_PIPE] = ACTIONS(4085), - [anon_sym_else] = ACTIONS(4083), - [anon_sym_COLON_COLON] = ACTIONS(4085), - [anon_sym_BANG_EQ] = ACTIONS(4083), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4085), - [anon_sym_EQ_EQ] = ACTIONS(4083), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4085), - [anon_sym_LT_EQ] = ACTIONS(4085), - [anon_sym_GT_EQ] = ACTIONS(4085), - [anon_sym_BANGin] = ACTIONS(4085), - [anon_sym_is] = ACTIONS(4083), - [anon_sym_BANGis] = ACTIONS(4085), - [anon_sym_PLUS] = ACTIONS(4083), - [anon_sym_DASH] = ACTIONS(4083), - [anon_sym_SLASH] = ACTIONS(4083), - [anon_sym_PERCENT] = ACTIONS(4085), - [anon_sym_as_QMARK] = ACTIONS(4085), - [anon_sym_PLUS_PLUS] = ACTIONS(4085), - [anon_sym_DASH_DASH] = ACTIONS(4085), - [anon_sym_BANG_BANG] = ACTIONS(4085), - [anon_sym_suspend] = ACTIONS(4083), - [anon_sym_sealed] = ACTIONS(4083), - [anon_sym_annotation] = ACTIONS(4083), - [anon_sym_data] = ACTIONS(4083), - [anon_sym_inner] = ACTIONS(4083), - [anon_sym_override] = ACTIONS(4083), - [anon_sym_lateinit] = ACTIONS(4083), - [anon_sym_public] = ACTIONS(4083), - [anon_sym_private] = ACTIONS(4083), - [anon_sym_internal] = ACTIONS(4083), - [anon_sym_protected] = ACTIONS(4083), - [anon_sym_tailrec] = ACTIONS(4083), - [anon_sym_operator] = ACTIONS(4083), - [anon_sym_infix] = ACTIONS(4083), - [anon_sym_inline] = ACTIONS(4083), - [anon_sym_external] = ACTIONS(4083), - [sym_property_modifier] = ACTIONS(4083), - [anon_sym_abstract] = ACTIONS(4083), - [anon_sym_final] = ACTIONS(4083), - [anon_sym_open] = ACTIONS(4083), - [anon_sym_vararg] = ACTIONS(4083), - [anon_sym_noinline] = ACTIONS(4083), - [anon_sym_crossinline] = ACTIONS(4083), - [anon_sym_expect] = ACTIONS(4083), - [anon_sym_actual] = ACTIONS(4083), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4085), - [sym__automatic_semicolon] = ACTIONS(4085), - [sym_safe_nav] = ACTIONS(4085), + [4128] = { + [sym__alpha_identifier] = ACTIONS(4416), + [anon_sym_AT] = ACTIONS(4418), + [anon_sym_LBRACK] = ACTIONS(4418), + [anon_sym_as] = ACTIONS(4416), + [anon_sym_LBRACE] = ACTIONS(4418), + [anon_sym_RBRACE] = ACTIONS(4418), + [anon_sym_LPAREN] = ACTIONS(4418), + [anon_sym_COMMA] = ACTIONS(4418), + [anon_sym_by] = ACTIONS(7179), + [anon_sym_LT] = ACTIONS(4416), + [anon_sym_GT] = ACTIONS(4416), + [anon_sym_where] = ACTIONS(4416), + [anon_sym_DOT] = ACTIONS(4416), + [anon_sym_SEMI] = ACTIONS(4418), + [anon_sym_get] = ACTIONS(4416), + [anon_sym_set] = ACTIONS(4416), + [anon_sym_STAR] = ACTIONS(4418), + [sym_label] = ACTIONS(4418), + [anon_sym_in] = ACTIONS(4416), + [anon_sym_DOT_DOT] = ACTIONS(4418), + [anon_sym_QMARK_COLON] = ACTIONS(4418), + [anon_sym_AMP_AMP] = ACTIONS(4418), + [anon_sym_PIPE_PIPE] = ACTIONS(4418), + [anon_sym_else] = ACTIONS(4416), + [anon_sym_COLON_COLON] = ACTIONS(4418), + [anon_sym_BANG_EQ] = ACTIONS(4416), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4418), + [anon_sym_EQ_EQ] = ACTIONS(4416), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4418), + [anon_sym_LT_EQ] = ACTIONS(4418), + [anon_sym_GT_EQ] = ACTIONS(4418), + [anon_sym_BANGin] = ACTIONS(4418), + [anon_sym_is] = ACTIONS(4416), + [anon_sym_BANGis] = ACTIONS(4418), + [anon_sym_PLUS] = ACTIONS(4416), + [anon_sym_DASH] = ACTIONS(4416), + [anon_sym_SLASH] = ACTIONS(4416), + [anon_sym_PERCENT] = ACTIONS(4418), + [anon_sym_as_QMARK] = ACTIONS(4418), + [anon_sym_PLUS_PLUS] = ACTIONS(4418), + [anon_sym_DASH_DASH] = ACTIONS(4418), + [anon_sym_BANG_BANG] = ACTIONS(4418), + [anon_sym_suspend] = ACTIONS(4416), + [anon_sym_sealed] = ACTIONS(4416), + [anon_sym_annotation] = ACTIONS(4416), + [anon_sym_data] = ACTIONS(4416), + [anon_sym_inner] = ACTIONS(4416), + [anon_sym_override] = ACTIONS(4416), + [anon_sym_lateinit] = ACTIONS(4416), + [anon_sym_public] = ACTIONS(4416), + [anon_sym_private] = ACTIONS(4416), + [anon_sym_internal] = ACTIONS(4416), + [anon_sym_protected] = ACTIONS(4416), + [anon_sym_tailrec] = ACTIONS(4416), + [anon_sym_operator] = ACTIONS(4416), + [anon_sym_infix] = ACTIONS(4416), + [anon_sym_inline] = ACTIONS(4416), + [anon_sym_external] = ACTIONS(4416), + [sym_property_modifier] = ACTIONS(4416), + [anon_sym_abstract] = ACTIONS(4416), + [anon_sym_final] = ACTIONS(4416), + [anon_sym_open] = ACTIONS(4416), + [anon_sym_vararg] = ACTIONS(4416), + [anon_sym_noinline] = ACTIONS(4416), + [anon_sym_crossinline] = ACTIONS(4416), + [anon_sym_expect] = ACTIONS(4416), + [anon_sym_actual] = ACTIONS(4416), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4418), + [sym__automatic_semicolon] = ACTIONS(4418), + [sym_safe_nav] = ACTIONS(4418), [sym_multiline_comment] = ACTIONS(3), }, - [4112] = { - [sym__alpha_identifier] = ACTIONS(4257), - [anon_sym_AT] = ACTIONS(4255), - [anon_sym_LBRACK] = ACTIONS(4255), - [anon_sym_as] = ACTIONS(4257), - [anon_sym_LBRACE] = ACTIONS(4255), - [anon_sym_RBRACE] = ACTIONS(4255), - [anon_sym_LPAREN] = ACTIONS(7175), - [anon_sym_LT] = ACTIONS(4257), - [anon_sym_GT] = ACTIONS(4257), - [anon_sym_object] = ACTIONS(4257), - [anon_sym_fun] = ACTIONS(4257), - [anon_sym_DOT] = ACTIONS(4257), - [anon_sym_SEMI] = ACTIONS(4255), - [anon_sym_get] = ACTIONS(4257), - [anon_sym_set] = ACTIONS(4257), - [anon_sym_this] = ACTIONS(4257), - [anon_sym_super] = ACTIONS(4257), - [anon_sym_STAR] = ACTIONS(4255), - [sym_label] = ACTIONS(4257), - [anon_sym_in] = ACTIONS(4257), - [anon_sym_DOT_DOT] = ACTIONS(4255), - [anon_sym_QMARK_COLON] = ACTIONS(4255), - [anon_sym_AMP_AMP] = ACTIONS(4255), - [anon_sym_PIPE_PIPE] = ACTIONS(4255), - [anon_sym_null] = ACTIONS(4257), - [anon_sym_if] = ACTIONS(4257), - [anon_sym_else] = ACTIONS(4257), - [anon_sym_when] = ACTIONS(4257), - [anon_sym_try] = ACTIONS(4257), - [anon_sym_throw] = ACTIONS(4257), - [anon_sym_return] = ACTIONS(4257), - [anon_sym_continue] = ACTIONS(4257), - [anon_sym_break] = ACTIONS(4257), - [anon_sym_COLON_COLON] = ACTIONS(4255), - [anon_sym_BANG_EQ] = ACTIONS(4257), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4255), - [anon_sym_EQ_EQ] = ACTIONS(4257), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4255), - [anon_sym_LT_EQ] = ACTIONS(4255), - [anon_sym_GT_EQ] = ACTIONS(4255), - [anon_sym_BANGin] = ACTIONS(4255), - [anon_sym_is] = ACTIONS(4257), - [anon_sym_BANGis] = ACTIONS(4255), - [anon_sym_PLUS] = ACTIONS(4257), - [anon_sym_DASH] = ACTIONS(4257), - [anon_sym_SLASH] = ACTIONS(4257), - [anon_sym_PERCENT] = ACTIONS(4255), - [anon_sym_as_QMARK] = ACTIONS(4255), - [anon_sym_PLUS_PLUS] = ACTIONS(4255), - [anon_sym_DASH_DASH] = ACTIONS(4255), - [anon_sym_BANG] = ACTIONS(4257), - [anon_sym_BANG_BANG] = ACTIONS(4255), - [anon_sym_data] = ACTIONS(4257), - [anon_sym_inner] = ACTIONS(4257), - [anon_sym_expect] = ACTIONS(4257), - [anon_sym_actual] = ACTIONS(4257), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4255), - [anon_sym_continue_AT] = ACTIONS(4255), - [anon_sym_break_AT] = ACTIONS(4255), - [sym_real_literal] = ACTIONS(4255), - [sym_integer_literal] = ACTIONS(4257), - [sym_hex_literal] = ACTIONS(4255), - [sym_bin_literal] = ACTIONS(4255), - [anon_sym_true] = ACTIONS(4257), - [anon_sym_false] = ACTIONS(4257), - [anon_sym_SQUOTE] = ACTIONS(4255), - [sym__backtick_identifier] = ACTIONS(4255), - [sym__automatic_semicolon] = ACTIONS(4255), - [sym_safe_nav] = ACTIONS(4255), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4255), + [4129] = { + [sym__alpha_identifier] = ACTIONS(4285), + [anon_sym_AT] = ACTIONS(4288), + [anon_sym_LBRACK] = ACTIONS(4288), + [anon_sym_as] = ACTIONS(4293), + [anon_sym_LBRACE] = ACTIONS(4288), + [anon_sym_RBRACE] = ACTIONS(4291), + [anon_sym_LPAREN] = ACTIONS(6748), + [anon_sym_LT] = ACTIONS(4293), + [anon_sym_GT] = ACTIONS(4293), + [anon_sym_object] = ACTIONS(4285), + [anon_sym_fun] = ACTIONS(4285), + [anon_sym_DOT] = ACTIONS(4293), + [anon_sym_SEMI] = ACTIONS(4291), + [anon_sym_get] = ACTIONS(4285), + [anon_sym_set] = ACTIONS(4285), + [anon_sym_this] = ACTIONS(4285), + [anon_sym_super] = ACTIONS(4285), + [anon_sym_STAR] = ACTIONS(4288), + [sym_label] = ACTIONS(4285), + [anon_sym_in] = ACTIONS(4293), + [anon_sym_DOT_DOT] = ACTIONS(4291), + [anon_sym_QMARK_COLON] = ACTIONS(4291), + [anon_sym_AMP_AMP] = ACTIONS(4291), + [anon_sym_PIPE_PIPE] = ACTIONS(4291), + [anon_sym_null] = ACTIONS(4285), + [anon_sym_if] = ACTIONS(4285), + [anon_sym_else] = ACTIONS(4293), + [anon_sym_when] = ACTIONS(4285), + [anon_sym_try] = ACTIONS(4285), + [anon_sym_throw] = ACTIONS(4285), + [anon_sym_return] = ACTIONS(4285), + [anon_sym_continue] = ACTIONS(4285), + [anon_sym_break] = ACTIONS(4285), + [anon_sym_COLON_COLON] = ACTIONS(4288), + [anon_sym_BANG_EQ] = ACTIONS(4293), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4291), + [anon_sym_EQ_EQ] = ACTIONS(4293), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4291), + [anon_sym_LT_EQ] = ACTIONS(4291), + [anon_sym_GT_EQ] = ACTIONS(4291), + [anon_sym_BANGin] = ACTIONS(4291), + [anon_sym_is] = ACTIONS(4293), + [anon_sym_BANGis] = ACTIONS(4291), + [anon_sym_PLUS] = ACTIONS(4285), + [anon_sym_DASH] = ACTIONS(4285), + [anon_sym_SLASH] = ACTIONS(4293), + [anon_sym_PERCENT] = ACTIONS(4291), + [anon_sym_as_QMARK] = ACTIONS(4291), + [anon_sym_PLUS_PLUS] = ACTIONS(4288), + [anon_sym_DASH_DASH] = ACTIONS(4288), + [anon_sym_BANG] = ACTIONS(4285), + [anon_sym_BANG_BANG] = ACTIONS(4291), + [anon_sym_data] = ACTIONS(4285), + [anon_sym_inner] = ACTIONS(4285), + [anon_sym_expect] = ACTIONS(4285), + [anon_sym_actual] = ACTIONS(4285), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4288), + [anon_sym_continue_AT] = ACTIONS(4288), + [anon_sym_break_AT] = ACTIONS(4288), + [sym_real_literal] = ACTIONS(4288), + [sym_integer_literal] = ACTIONS(4285), + [sym_hex_literal] = ACTIONS(4288), + [sym_bin_literal] = ACTIONS(4288), + [anon_sym_true] = ACTIONS(4285), + [anon_sym_false] = ACTIONS(4285), + [anon_sym_SQUOTE] = ACTIONS(4288), + [sym__backtick_identifier] = ACTIONS(4288), + [sym__automatic_semicolon] = ACTIONS(4291), + [sym_safe_nav] = ACTIONS(4291), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4288), }, - [4113] = { - [sym_indexing_suffix] = STATE(4909), - [sym_navigation_suffix] = STATE(4889), - [sym_call_suffix] = STATE(4891), - [sym_annotated_lambda] = STATE(4893), - [sym_type_arguments] = STATE(7557), - [sym_value_arguments] = STATE(4442), - [sym_lambda_literal] = STATE(4899), - [sym__equality_operator] = STATE(2340), - [sym__comparison_operator] = STATE(2339), - [sym__in_operator] = STATE(2338), - [sym__is_operator] = STATE(6028), - [sym__additive_operator] = STATE(2337), - [sym__multiplicative_operator] = STATE(2336), - [sym__as_operator] = STATE(6024), - [sym__postfix_unary_operator] = STATE(4912), - [sym__member_access_operator] = STATE(7341), - [sym_annotation] = STATE(7855), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2334), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7855), + [4130] = { + [sym_indexing_suffix] = STATE(4986), + [sym_navigation_suffix] = STATE(5006), + [sym_call_suffix] = STATE(5077), + [sym_annotated_lambda] = STATE(4993), + [sym_type_arguments] = STATE(7551), + [sym_value_arguments] = STATE(4451), + [sym_lambda_literal] = STATE(4995), + [sym__equality_operator] = STATE(1996), + [sym__comparison_operator] = STATE(1999), + [sym__in_operator] = STATE(2000), + [sym__is_operator] = STATE(5776), + [sym__additive_operator] = STATE(2001), + [sym__multiplicative_operator] = STATE(2002), + [sym__as_operator] = STATE(5777), + [sym__postfix_unary_operator] = STATE(5000), + [sym__member_access_operator] = STATE(7402), + [sym_annotation] = STATE(7890), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2003), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7890), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6688), - [anon_sym_as] = ACTIONS(6690), + [anon_sym_LBRACK] = ACTIONS(6702), + [anon_sym_as] = ACTIONS(6704), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3025), - [anon_sym_LPAREN] = ACTIONS(6692), - [anon_sym_COMMA] = ACTIONS(3025), + [anon_sym_RBRACE] = ACTIONS(3005), + [anon_sym_LPAREN] = ACTIONS(6706), + [anon_sym_COMMA] = ACTIONS(3005), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3023), - [anon_sym_where] = ACTIONS(3023), - [anon_sym_DOT] = ACTIONS(6696), - [anon_sym_SEMI] = ACTIONS(3025), + [anon_sym_GT] = ACTIONS(7204), + [anon_sym_where] = ACTIONS(3003), + [anon_sym_DOT] = ACTIONS(6708), + [anon_sym_SEMI] = ACTIONS(3005), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7177), - [sym_label] = ACTIONS(6700), - [anon_sym_in] = ACTIONS(7179), - [anon_sym_DOT_DOT] = ACTIONS(7181), - [anon_sym_QMARK_COLON] = ACTIONS(7183), - [anon_sym_AMP_AMP] = ACTIONS(3025), - [anon_sym_PIPE_PIPE] = ACTIONS(3025), - [anon_sym_else] = ACTIONS(3023), - [anon_sym_COLON_COLON] = ACTIONS(6712), - [anon_sym_BANG_EQ] = ACTIONS(3023), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3025), - [anon_sym_EQ_EQ] = ACTIONS(3023), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3025), - [anon_sym_LT_EQ] = ACTIONS(3025), - [anon_sym_GT_EQ] = ACTIONS(3025), - [anon_sym_BANGin] = ACTIONS(7185), - [anon_sym_is] = ACTIONS(6722), - [anon_sym_BANGis] = ACTIONS(6724), - [anon_sym_PLUS] = ACTIONS(7187), - [anon_sym_DASH] = ACTIONS(7187), - [anon_sym_SLASH] = ACTIONS(7189), - [anon_sym_PERCENT] = ACTIONS(7177), - [anon_sym_as_QMARK] = ACTIONS(6728), - [anon_sym_PLUS_PLUS] = ACTIONS(6730), - [anon_sym_DASH_DASH] = ACTIONS(6730), - [anon_sym_BANG_BANG] = ACTIONS(6730), + [anon_sym_STAR] = ACTIONS(7183), + [sym_label] = ACTIONS(6712), + [anon_sym_in] = ACTIONS(7206), + [anon_sym_DOT_DOT] = ACTIONS(7208), + [anon_sym_QMARK_COLON] = ACTIONS(7210), + [anon_sym_AMP_AMP] = ACTIONS(7212), + [anon_sym_PIPE_PIPE] = ACTIONS(7214), + [anon_sym_else] = ACTIONS(3003), + [anon_sym_COLON_COLON] = ACTIONS(6718), + [anon_sym_BANG_EQ] = ACTIONS(7216), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7218), + [anon_sym_EQ_EQ] = ACTIONS(7216), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7218), + [anon_sym_LT_EQ] = ACTIONS(7220), + [anon_sym_GT_EQ] = ACTIONS(7220), + [anon_sym_BANGin] = ACTIONS(7222), + [anon_sym_is] = ACTIONS(6744), + [anon_sym_BANGis] = ACTIONS(6746), + [anon_sym_PLUS] = ACTIONS(7185), + [anon_sym_DASH] = ACTIONS(7185), + [anon_sym_SLASH] = ACTIONS(7187), + [anon_sym_PERCENT] = ACTIONS(7183), + [anon_sym_as_QMARK] = ACTIONS(6722), + [anon_sym_PLUS_PLUS] = ACTIONS(6724), + [anon_sym_DASH_DASH] = ACTIONS(6724), + [anon_sym_BANG_BANG] = ACTIONS(6724), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3025), - [sym_safe_nav] = ACTIONS(6712), + [sym__automatic_semicolon] = ACTIONS(3005), + [sym_safe_nav] = ACTIONS(6718), [sym_multiline_comment] = ACTIONS(3), }, - [4114] = { - [sym_indexing_suffix] = STATE(4909), - [sym_navigation_suffix] = STATE(4889), - [sym_call_suffix] = STATE(4891), - [sym_annotated_lambda] = STATE(4893), - [sym_type_arguments] = STATE(7557), - [sym_value_arguments] = STATE(4442), - [sym_lambda_literal] = STATE(4899), - [sym__equality_operator] = STATE(2340), - [sym__comparison_operator] = STATE(2339), - [sym__in_operator] = STATE(2338), - [sym__is_operator] = STATE(6028), - [sym__additive_operator] = STATE(2337), - [sym__multiplicative_operator] = STATE(2336), - [sym__as_operator] = STATE(6024), - [sym__postfix_unary_operator] = STATE(4912), - [sym__member_access_operator] = STATE(7341), - [sym_annotation] = STATE(7855), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2334), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7855), + [4131] = { + [aux_sym__delegation_specifiers_repeat1] = STATE(4120), + [sym__alpha_identifier] = ACTIONS(4664), + [anon_sym_AT] = ACTIONS(4666), + [anon_sym_LBRACK] = ACTIONS(4666), + [anon_sym_as] = ACTIONS(4664), + [anon_sym_LBRACE] = ACTIONS(4666), + [anon_sym_RBRACE] = ACTIONS(4666), + [anon_sym_LPAREN] = ACTIONS(4666), + [anon_sym_COMMA] = ACTIONS(4666), + [anon_sym_LT] = ACTIONS(4664), + [anon_sym_GT] = ACTIONS(4664), + [anon_sym_where] = ACTIONS(4664), + [anon_sym_DOT] = ACTIONS(4664), + [anon_sym_SEMI] = ACTIONS(4666), + [anon_sym_get] = ACTIONS(4664), + [anon_sym_set] = ACTIONS(4664), + [anon_sym_STAR] = ACTIONS(4666), + [sym_label] = ACTIONS(4666), + [anon_sym_in] = ACTIONS(4664), + [anon_sym_DOT_DOT] = ACTIONS(4666), + [anon_sym_QMARK_COLON] = ACTIONS(4666), + [anon_sym_AMP_AMP] = ACTIONS(4666), + [anon_sym_PIPE_PIPE] = ACTIONS(4666), + [anon_sym_else] = ACTIONS(4664), + [anon_sym_COLON_COLON] = ACTIONS(4666), + [anon_sym_BANG_EQ] = ACTIONS(4664), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4666), + [anon_sym_EQ_EQ] = ACTIONS(4664), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4666), + [anon_sym_LT_EQ] = ACTIONS(4666), + [anon_sym_GT_EQ] = ACTIONS(4666), + [anon_sym_BANGin] = ACTIONS(4666), + [anon_sym_is] = ACTIONS(4664), + [anon_sym_BANGis] = ACTIONS(4666), + [anon_sym_PLUS] = ACTIONS(4664), + [anon_sym_DASH] = ACTIONS(4664), + [anon_sym_SLASH] = ACTIONS(4664), + [anon_sym_PERCENT] = ACTIONS(4666), + [anon_sym_as_QMARK] = ACTIONS(4666), + [anon_sym_PLUS_PLUS] = ACTIONS(4666), + [anon_sym_DASH_DASH] = ACTIONS(4666), + [anon_sym_BANG_BANG] = ACTIONS(4666), + [anon_sym_suspend] = ACTIONS(4664), + [anon_sym_sealed] = ACTIONS(4664), + [anon_sym_annotation] = ACTIONS(4664), + [anon_sym_data] = ACTIONS(4664), + [anon_sym_inner] = ACTIONS(4664), + [anon_sym_override] = ACTIONS(4664), + [anon_sym_lateinit] = ACTIONS(4664), + [anon_sym_public] = ACTIONS(4664), + [anon_sym_private] = ACTIONS(4664), + [anon_sym_internal] = ACTIONS(4664), + [anon_sym_protected] = ACTIONS(4664), + [anon_sym_tailrec] = ACTIONS(4664), + [anon_sym_operator] = ACTIONS(4664), + [anon_sym_infix] = ACTIONS(4664), + [anon_sym_inline] = ACTIONS(4664), + [anon_sym_external] = ACTIONS(4664), + [sym_property_modifier] = ACTIONS(4664), + [anon_sym_abstract] = ACTIONS(4664), + [anon_sym_final] = ACTIONS(4664), + [anon_sym_open] = ACTIONS(4664), + [anon_sym_vararg] = ACTIONS(4664), + [anon_sym_noinline] = ACTIONS(4664), + [anon_sym_crossinline] = ACTIONS(4664), + [anon_sym_expect] = ACTIONS(4664), + [anon_sym_actual] = ACTIONS(4664), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4666), + [sym__automatic_semicolon] = ACTIONS(4666), + [sym_safe_nav] = ACTIONS(4666), + [sym_multiline_comment] = ACTIONS(3), + }, + [4132] = { + [aux_sym__delegation_specifiers_repeat1] = STATE(4120), + [sym__alpha_identifier] = ACTIONS(4664), + [anon_sym_AT] = ACTIONS(4666), + [anon_sym_LBRACK] = ACTIONS(4666), + [anon_sym_as] = ACTIONS(4664), + [anon_sym_LBRACE] = ACTIONS(4666), + [anon_sym_RBRACE] = ACTIONS(4666), + [anon_sym_LPAREN] = ACTIONS(4666), + [anon_sym_COMMA] = ACTIONS(7202), + [anon_sym_LT] = ACTIONS(4664), + [anon_sym_GT] = ACTIONS(4664), + [anon_sym_where] = ACTIONS(4664), + [anon_sym_DOT] = ACTIONS(4664), + [anon_sym_SEMI] = ACTIONS(4666), + [anon_sym_get] = ACTIONS(4664), + [anon_sym_set] = ACTIONS(4664), + [anon_sym_STAR] = ACTIONS(4666), + [sym_label] = ACTIONS(4666), + [anon_sym_in] = ACTIONS(4664), + [anon_sym_DOT_DOT] = ACTIONS(4666), + [anon_sym_QMARK_COLON] = ACTIONS(4666), + [anon_sym_AMP_AMP] = ACTIONS(4666), + [anon_sym_PIPE_PIPE] = ACTIONS(4666), + [anon_sym_else] = ACTIONS(4664), + [anon_sym_COLON_COLON] = ACTIONS(4666), + [anon_sym_BANG_EQ] = ACTIONS(4664), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4666), + [anon_sym_EQ_EQ] = ACTIONS(4664), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4666), + [anon_sym_LT_EQ] = ACTIONS(4666), + [anon_sym_GT_EQ] = ACTIONS(4666), + [anon_sym_BANGin] = ACTIONS(4666), + [anon_sym_is] = ACTIONS(4664), + [anon_sym_BANGis] = ACTIONS(4666), + [anon_sym_PLUS] = ACTIONS(4664), + [anon_sym_DASH] = ACTIONS(4664), + [anon_sym_SLASH] = ACTIONS(4664), + [anon_sym_PERCENT] = ACTIONS(4666), + [anon_sym_as_QMARK] = ACTIONS(4666), + [anon_sym_PLUS_PLUS] = ACTIONS(4666), + [anon_sym_DASH_DASH] = ACTIONS(4666), + [anon_sym_BANG_BANG] = ACTIONS(4666), + [anon_sym_suspend] = ACTIONS(4664), + [anon_sym_sealed] = ACTIONS(4664), + [anon_sym_annotation] = ACTIONS(4664), + [anon_sym_data] = ACTIONS(4664), + [anon_sym_inner] = ACTIONS(4664), + [anon_sym_override] = ACTIONS(4664), + [anon_sym_lateinit] = ACTIONS(4664), + [anon_sym_public] = ACTIONS(4664), + [anon_sym_private] = ACTIONS(4664), + [anon_sym_internal] = ACTIONS(4664), + [anon_sym_protected] = ACTIONS(4664), + [anon_sym_tailrec] = ACTIONS(4664), + [anon_sym_operator] = ACTIONS(4664), + [anon_sym_infix] = ACTIONS(4664), + [anon_sym_inline] = ACTIONS(4664), + [anon_sym_external] = ACTIONS(4664), + [sym_property_modifier] = ACTIONS(4664), + [anon_sym_abstract] = ACTIONS(4664), + [anon_sym_final] = ACTIONS(4664), + [anon_sym_open] = ACTIONS(4664), + [anon_sym_vararg] = ACTIONS(4664), + [anon_sym_noinline] = ACTIONS(4664), + [anon_sym_crossinline] = ACTIONS(4664), + [anon_sym_expect] = ACTIONS(4664), + [anon_sym_actual] = ACTIONS(4664), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4666), + [sym__automatic_semicolon] = ACTIONS(4666), + [sym_safe_nav] = ACTIONS(4666), + [sym_multiline_comment] = ACTIONS(3), + }, + [4133] = { + [sym__alpha_identifier] = ACTIONS(4285), + [anon_sym_AT] = ACTIONS(4288), + [anon_sym_LBRACK] = ACTIONS(4288), + [anon_sym_as] = ACTIONS(4293), + [anon_sym_LBRACE] = ACTIONS(4288), + [anon_sym_RBRACE] = ACTIONS(4291), + [anon_sym_LPAREN] = ACTIONS(7224), + [anon_sym_LT] = ACTIONS(4293), + [anon_sym_GT] = ACTIONS(4293), + [anon_sym_object] = ACTIONS(3943), + [anon_sym_fun] = ACTIONS(3943), + [anon_sym_DOT] = ACTIONS(4293), + [anon_sym_SEMI] = ACTIONS(4291), + [anon_sym_get] = ACTIONS(4285), + [anon_sym_set] = ACTIONS(4285), + [anon_sym_this] = ACTIONS(3943), + [anon_sym_super] = ACTIONS(3943), + [anon_sym_STAR] = ACTIONS(4288), + [sym_label] = ACTIONS(4285), + [anon_sym_in] = ACTIONS(4293), + [anon_sym_DOT_DOT] = ACTIONS(4291), + [anon_sym_QMARK_COLON] = ACTIONS(4291), + [anon_sym_AMP_AMP] = ACTIONS(4291), + [anon_sym_PIPE_PIPE] = ACTIONS(4291), + [anon_sym_null] = ACTIONS(3943), + [anon_sym_if] = ACTIONS(3943), + [anon_sym_else] = ACTIONS(4293), + [anon_sym_when] = ACTIONS(3943), + [anon_sym_try] = ACTIONS(3943), + [anon_sym_throw] = ACTIONS(3943), + [anon_sym_return] = ACTIONS(3943), + [anon_sym_continue] = ACTIONS(3943), + [anon_sym_break] = ACTIONS(3943), + [anon_sym_COLON_COLON] = ACTIONS(4288), + [anon_sym_BANG_EQ] = ACTIONS(4293), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4291), + [anon_sym_EQ_EQ] = ACTIONS(4293), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4291), + [anon_sym_LT_EQ] = ACTIONS(4291), + [anon_sym_GT_EQ] = ACTIONS(4291), + [anon_sym_BANGin] = ACTIONS(4291), + [anon_sym_is] = ACTIONS(4293), + [anon_sym_BANGis] = ACTIONS(4291), + [anon_sym_PLUS] = ACTIONS(4285), + [anon_sym_DASH] = ACTIONS(4285), + [anon_sym_SLASH] = ACTIONS(4293), + [anon_sym_PERCENT] = ACTIONS(4291), + [anon_sym_as_QMARK] = ACTIONS(4291), + [anon_sym_PLUS_PLUS] = ACTIONS(4288), + [anon_sym_DASH_DASH] = ACTIONS(4288), + [anon_sym_BANG] = ACTIONS(3943), + [anon_sym_BANG_BANG] = ACTIONS(4291), + [anon_sym_data] = ACTIONS(4285), + [anon_sym_inner] = ACTIONS(4285), + [anon_sym_expect] = ACTIONS(4285), + [anon_sym_actual] = ACTIONS(4285), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3948), + [anon_sym_continue_AT] = ACTIONS(3948), + [anon_sym_break_AT] = ACTIONS(3948), + [sym_real_literal] = ACTIONS(3948), + [sym_integer_literal] = ACTIONS(3943), + [sym_hex_literal] = ACTIONS(3948), + [sym_bin_literal] = ACTIONS(3948), + [anon_sym_true] = ACTIONS(3943), + [anon_sym_false] = ACTIONS(3943), + [anon_sym_SQUOTE] = ACTIONS(3948), + [sym__backtick_identifier] = ACTIONS(4288), + [sym__automatic_semicolon] = ACTIONS(4291), + [sym_safe_nav] = ACTIONS(4291), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3948), + }, + [4134] = { + [sym_indexing_suffix] = STATE(4986), + [sym_navigation_suffix] = STATE(5006), + [sym_call_suffix] = STATE(5077), + [sym_annotated_lambda] = STATE(4993), + [sym_type_arguments] = STATE(7551), + [sym_value_arguments] = STATE(4451), + [sym_lambda_literal] = STATE(4995), + [sym__equality_operator] = STATE(1996), + [sym__comparison_operator] = STATE(1999), + [sym__in_operator] = STATE(2000), + [sym__is_operator] = STATE(5776), + [sym__additive_operator] = STATE(2001), + [sym__multiplicative_operator] = STATE(2002), + [sym__as_operator] = STATE(5777), + [sym__postfix_unary_operator] = STATE(5000), + [sym__member_access_operator] = STATE(7402), + [sym_annotation] = STATE(7890), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2003), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7890), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6688), - [anon_sym_as] = ACTIONS(6690), + [anon_sym_LBRACK] = ACTIONS(6702), + [anon_sym_as] = ACTIONS(6704), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(2997), - [anon_sym_LPAREN] = ACTIONS(6692), - [anon_sym_COMMA] = ACTIONS(2997), + [anon_sym_RBRACE] = ACTIONS(3009), + [anon_sym_LPAREN] = ACTIONS(6706), + [anon_sym_COMMA] = ACTIONS(3009), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7191), - [anon_sym_where] = ACTIONS(2995), - [anon_sym_DOT] = ACTIONS(6696), - [anon_sym_SEMI] = ACTIONS(2997), + [anon_sym_GT] = ACTIONS(7204), + [anon_sym_where] = ACTIONS(3007), + [anon_sym_DOT] = ACTIONS(6708), + [anon_sym_SEMI] = ACTIONS(3009), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7177), - [sym_label] = ACTIONS(6700), - [anon_sym_in] = ACTIONS(7179), - [anon_sym_DOT_DOT] = ACTIONS(7181), - [anon_sym_QMARK_COLON] = ACTIONS(7183), - [anon_sym_AMP_AMP] = ACTIONS(2997), - [anon_sym_PIPE_PIPE] = ACTIONS(2997), - [anon_sym_else] = ACTIONS(2995), - [anon_sym_COLON_COLON] = ACTIONS(6712), - [anon_sym_BANG_EQ] = ACTIONS(2995), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2997), - [anon_sym_EQ_EQ] = ACTIONS(2995), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2997), - [anon_sym_LT_EQ] = ACTIONS(7193), - [anon_sym_GT_EQ] = ACTIONS(7193), - [anon_sym_BANGin] = ACTIONS(7185), - [anon_sym_is] = ACTIONS(6722), - [anon_sym_BANGis] = ACTIONS(6724), - [anon_sym_PLUS] = ACTIONS(7187), - [anon_sym_DASH] = ACTIONS(7187), - [anon_sym_SLASH] = ACTIONS(7189), - [anon_sym_PERCENT] = ACTIONS(7177), - [anon_sym_as_QMARK] = ACTIONS(6728), - [anon_sym_PLUS_PLUS] = ACTIONS(6730), - [anon_sym_DASH_DASH] = ACTIONS(6730), - [anon_sym_BANG_BANG] = ACTIONS(6730), + [anon_sym_STAR] = ACTIONS(7183), + [sym_label] = ACTIONS(6712), + [anon_sym_in] = ACTIONS(7206), + [anon_sym_DOT_DOT] = ACTIONS(7208), + [anon_sym_QMARK_COLON] = ACTIONS(7210), + [anon_sym_AMP_AMP] = ACTIONS(7212), + [anon_sym_PIPE_PIPE] = ACTIONS(7214), + [anon_sym_else] = ACTIONS(3007), + [anon_sym_COLON_COLON] = ACTIONS(6718), + [anon_sym_BANG_EQ] = ACTIONS(7216), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7218), + [anon_sym_EQ_EQ] = ACTIONS(7216), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7218), + [anon_sym_LT_EQ] = ACTIONS(7220), + [anon_sym_GT_EQ] = ACTIONS(7220), + [anon_sym_BANGin] = ACTIONS(7222), + [anon_sym_is] = ACTIONS(6744), + [anon_sym_BANGis] = ACTIONS(6746), + [anon_sym_PLUS] = ACTIONS(7185), + [anon_sym_DASH] = ACTIONS(7185), + [anon_sym_SLASH] = ACTIONS(7187), + [anon_sym_PERCENT] = ACTIONS(7183), + [anon_sym_as_QMARK] = ACTIONS(6722), + [anon_sym_PLUS_PLUS] = ACTIONS(6724), + [anon_sym_DASH_DASH] = ACTIONS(6724), + [anon_sym_BANG_BANG] = ACTIONS(6724), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(2997), - [sym_safe_nav] = ACTIONS(6712), + [sym__automatic_semicolon] = ACTIONS(3009), + [sym_safe_nav] = ACTIONS(6718), [sym_multiline_comment] = ACTIONS(3), }, - [4115] = { - [sym_indexing_suffix] = STATE(4909), - [sym_navigation_suffix] = STATE(4889), - [sym_call_suffix] = STATE(4891), - [sym_annotated_lambda] = STATE(4893), - [sym_type_arguments] = STATE(7557), - [sym_value_arguments] = STATE(4442), - [sym_lambda_literal] = STATE(4899), - [sym__equality_operator] = STATE(2340), - [sym__comparison_operator] = STATE(2339), - [sym__in_operator] = STATE(2338), - [sym__is_operator] = STATE(6028), - [sym__additive_operator] = STATE(2337), - [sym__multiplicative_operator] = STATE(2336), - [sym__as_operator] = STATE(6024), - [sym__postfix_unary_operator] = STATE(4912), - [sym__member_access_operator] = STATE(7341), - [sym_annotation] = STATE(7855), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2334), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7855), - [sym__alpha_identifier] = ACTIONS(1686), + [4135] = { + [sym_indexing_suffix] = STATE(4986), + [sym_navigation_suffix] = STATE(5006), + [sym_call_suffix] = STATE(5077), + [sym_annotated_lambda] = STATE(4993), + [sym_type_arguments] = STATE(7551), + [sym_value_arguments] = STATE(4451), + [sym_lambda_literal] = STATE(4995), + [sym__equality_operator] = STATE(1996), + [sym__comparison_operator] = STATE(1999), + [sym__in_operator] = STATE(2000), + [sym__is_operator] = STATE(5776), + [sym__additive_operator] = STATE(2001), + [sym__multiplicative_operator] = STATE(2002), + [sym__as_operator] = STATE(5777), + [sym__postfix_unary_operator] = STATE(5000), + [sym__member_access_operator] = STATE(7402), + [sym_annotation] = STATE(7890), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2003), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7890), + [sym__alpha_identifier] = ACTIONS(2992), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(6702), + [anon_sym_as] = ACTIONS(6704), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_RBRACE] = ACTIONS(2994), + [anon_sym_LPAREN] = ACTIONS(6706), + [anon_sym_COMMA] = ACTIONS(2994), + [anon_sym_LT] = ACTIONS(2996), + [anon_sym_GT] = ACTIONS(2992), + [anon_sym_where] = ACTIONS(2992), + [anon_sym_DOT] = ACTIONS(6708), + [anon_sym_SEMI] = ACTIONS(2994), + [anon_sym_get] = ACTIONS(2992), + [anon_sym_set] = ACTIONS(2992), + [anon_sym_STAR] = ACTIONS(7183), + [sym_label] = ACTIONS(6712), + [anon_sym_in] = ACTIONS(2992), + [anon_sym_DOT_DOT] = ACTIONS(7208), + [anon_sym_QMARK_COLON] = ACTIONS(2994), + [anon_sym_AMP_AMP] = ACTIONS(2994), + [anon_sym_PIPE_PIPE] = ACTIONS(2994), + [anon_sym_else] = ACTIONS(2992), + [anon_sym_COLON_COLON] = ACTIONS(6718), + [anon_sym_BANG_EQ] = ACTIONS(2992), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2994), + [anon_sym_EQ_EQ] = ACTIONS(2992), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2994), + [anon_sym_LT_EQ] = ACTIONS(2994), + [anon_sym_GT_EQ] = ACTIONS(2994), + [anon_sym_BANGin] = ACTIONS(2994), + [anon_sym_is] = ACTIONS(2992), + [anon_sym_BANGis] = ACTIONS(2994), + [anon_sym_PLUS] = ACTIONS(7185), + [anon_sym_DASH] = ACTIONS(7185), + [anon_sym_SLASH] = ACTIONS(7187), + [anon_sym_PERCENT] = ACTIONS(7183), + [anon_sym_as_QMARK] = ACTIONS(6722), + [anon_sym_PLUS_PLUS] = ACTIONS(6724), + [anon_sym_DASH_DASH] = ACTIONS(6724), + [anon_sym_BANG_BANG] = ACTIONS(6724), + [anon_sym_data] = ACTIONS(2992), + [anon_sym_inner] = ACTIONS(2992), + [anon_sym_expect] = ACTIONS(2992), + [anon_sym_actual] = ACTIONS(2992), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(2994), + [sym__automatic_semicolon] = ACTIONS(2994), + [sym_safe_nav] = ACTIONS(6718), + [sym_multiline_comment] = ACTIONS(3), + }, + [4136] = { + [sym_indexing_suffix] = STATE(4986), + [sym_navigation_suffix] = STATE(5006), + [sym_call_suffix] = STATE(5077), + [sym_annotated_lambda] = STATE(4993), + [sym_type_arguments] = STATE(7551), + [sym_value_arguments] = STATE(4451), + [sym_lambda_literal] = STATE(4995), + [sym__equality_operator] = STATE(1996), + [sym__comparison_operator] = STATE(1999), + [sym__in_operator] = STATE(2000), + [sym__is_operator] = STATE(5776), + [sym__additive_operator] = STATE(2001), + [sym__multiplicative_operator] = STATE(2002), + [sym__as_operator] = STATE(5777), + [sym__postfix_unary_operator] = STATE(5000), + [sym__member_access_operator] = STATE(7402), + [sym_annotation] = STATE(7890), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2003), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7890), + [sym__alpha_identifier] = ACTIONS(3011), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6688), - [anon_sym_as] = ACTIONS(6690), + [anon_sym_LBRACK] = ACTIONS(6702), + [anon_sym_as] = ACTIONS(6704), [anon_sym_LBRACE] = ACTIONS(25), [anon_sym_RBRACE] = ACTIONS(3013), - [anon_sym_LPAREN] = ACTIONS(6692), + [anon_sym_LPAREN] = ACTIONS(6706), [anon_sym_COMMA] = ACTIONS(3013), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7191), + [anon_sym_LT] = ACTIONS(3015), + [anon_sym_GT] = ACTIONS(3011), [anon_sym_where] = ACTIONS(3011), - [anon_sym_DOT] = ACTIONS(6696), + [anon_sym_DOT] = ACTIONS(6708), [anon_sym_SEMI] = ACTIONS(3013), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7177), - [sym_label] = ACTIONS(6700), - [anon_sym_in] = ACTIONS(7179), - [anon_sym_DOT_DOT] = ACTIONS(7181), - [anon_sym_QMARK_COLON] = ACTIONS(7183), - [anon_sym_AMP_AMP] = ACTIONS(7195), + [anon_sym_get] = ACTIONS(3011), + [anon_sym_set] = ACTIONS(3011), + [anon_sym_STAR] = ACTIONS(3013), + [sym_label] = ACTIONS(6712), + [anon_sym_in] = ACTIONS(3011), + [anon_sym_DOT_DOT] = ACTIONS(3013), + [anon_sym_QMARK_COLON] = ACTIONS(3013), + [anon_sym_AMP_AMP] = ACTIONS(3013), [anon_sym_PIPE_PIPE] = ACTIONS(3013), [anon_sym_else] = ACTIONS(3011), - [anon_sym_COLON_COLON] = ACTIONS(6712), - [anon_sym_BANG_EQ] = ACTIONS(7197), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7199), - [anon_sym_EQ_EQ] = ACTIONS(7197), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7199), - [anon_sym_LT_EQ] = ACTIONS(7193), - [anon_sym_GT_EQ] = ACTIONS(7193), - [anon_sym_BANGin] = ACTIONS(7185), - [anon_sym_is] = ACTIONS(6722), - [anon_sym_BANGis] = ACTIONS(6724), - [anon_sym_PLUS] = ACTIONS(7187), - [anon_sym_DASH] = ACTIONS(7187), - [anon_sym_SLASH] = ACTIONS(7189), - [anon_sym_PERCENT] = ACTIONS(7177), - [anon_sym_as_QMARK] = ACTIONS(6728), - [anon_sym_PLUS_PLUS] = ACTIONS(6730), - [anon_sym_DASH_DASH] = ACTIONS(6730), - [anon_sym_BANG_BANG] = ACTIONS(6730), + [anon_sym_COLON_COLON] = ACTIONS(6718), + [anon_sym_BANG_EQ] = ACTIONS(3011), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3013), + [anon_sym_EQ_EQ] = ACTIONS(3011), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3013), + [anon_sym_LT_EQ] = ACTIONS(3013), + [anon_sym_GT_EQ] = ACTIONS(3013), + [anon_sym_BANGin] = ACTIONS(3013), + [anon_sym_is] = ACTIONS(3011), + [anon_sym_BANGis] = ACTIONS(3013), + [anon_sym_PLUS] = ACTIONS(3011), + [anon_sym_DASH] = ACTIONS(3011), + [anon_sym_SLASH] = ACTIONS(3011), + [anon_sym_PERCENT] = ACTIONS(3013), + [anon_sym_as_QMARK] = ACTIONS(6722), + [anon_sym_PLUS_PLUS] = ACTIONS(6724), + [anon_sym_DASH_DASH] = ACTIONS(6724), + [anon_sym_BANG_BANG] = ACTIONS(6724), + [anon_sym_data] = ACTIONS(3011), + [anon_sym_inner] = ACTIONS(3011), + [anon_sym_expect] = ACTIONS(3011), + [anon_sym_actual] = ACTIONS(3011), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3013), + [sym__automatic_semicolon] = ACTIONS(3013), + [sym_safe_nav] = ACTIONS(6718), + [sym_multiline_comment] = ACTIONS(3), + }, + [4137] = { + [sym_indexing_suffix] = STATE(4986), + [sym_navigation_suffix] = STATE(5006), + [sym_call_suffix] = STATE(5077), + [sym_annotated_lambda] = STATE(4993), + [sym_type_arguments] = STATE(7551), + [sym_value_arguments] = STATE(4451), + [sym_lambda_literal] = STATE(4995), + [sym__equality_operator] = STATE(1996), + [sym__comparison_operator] = STATE(1999), + [sym__in_operator] = STATE(2000), + [sym__is_operator] = STATE(5776), + [sym__additive_operator] = STATE(2001), + [sym__multiplicative_operator] = STATE(2002), + [sym__as_operator] = STATE(5777), + [sym__postfix_unary_operator] = STATE(5000), + [sym__member_access_operator] = STATE(7402), + [sym_annotation] = STATE(7890), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2003), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7890), + [sym__alpha_identifier] = ACTIONS(3022), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(6702), + [anon_sym_as] = ACTIONS(6704), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_RBRACE] = ACTIONS(3024), + [anon_sym_LPAREN] = ACTIONS(6706), + [anon_sym_COMMA] = ACTIONS(3024), + [anon_sym_LT] = ACTIONS(3026), + [anon_sym_GT] = ACTIONS(3022), + [anon_sym_where] = ACTIONS(3022), + [anon_sym_DOT] = ACTIONS(6708), + [anon_sym_SEMI] = ACTIONS(3024), + [anon_sym_get] = ACTIONS(3022), + [anon_sym_set] = ACTIONS(3022), + [anon_sym_STAR] = ACTIONS(7183), + [sym_label] = ACTIONS(6712), + [anon_sym_in] = ACTIONS(3022), + [anon_sym_DOT_DOT] = ACTIONS(3024), + [anon_sym_QMARK_COLON] = ACTIONS(3024), + [anon_sym_AMP_AMP] = ACTIONS(3024), + [anon_sym_PIPE_PIPE] = ACTIONS(3024), + [anon_sym_else] = ACTIONS(3022), + [anon_sym_COLON_COLON] = ACTIONS(6718), + [anon_sym_BANG_EQ] = ACTIONS(3022), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3024), + [anon_sym_EQ_EQ] = ACTIONS(3022), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3024), + [anon_sym_LT_EQ] = ACTIONS(3024), + [anon_sym_GT_EQ] = ACTIONS(3024), + [anon_sym_BANGin] = ACTIONS(3024), + [anon_sym_is] = ACTIONS(3022), + [anon_sym_BANGis] = ACTIONS(3024), + [anon_sym_PLUS] = ACTIONS(3022), + [anon_sym_DASH] = ACTIONS(3022), + [anon_sym_SLASH] = ACTIONS(7187), + [anon_sym_PERCENT] = ACTIONS(7183), + [anon_sym_as_QMARK] = ACTIONS(6722), + [anon_sym_PLUS_PLUS] = ACTIONS(6724), + [anon_sym_DASH_DASH] = ACTIONS(6724), + [anon_sym_BANG_BANG] = ACTIONS(6724), + [anon_sym_data] = ACTIONS(3022), + [anon_sym_inner] = ACTIONS(3022), + [anon_sym_expect] = ACTIONS(3022), + [anon_sym_actual] = ACTIONS(3022), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3024), + [sym__automatic_semicolon] = ACTIONS(3024), + [sym_safe_nav] = ACTIONS(6718), + [sym_multiline_comment] = ACTIONS(3), + }, + [4138] = { + [sym__alpha_identifier] = ACTIONS(4792), + [anon_sym_AT] = ACTIONS(4794), + [anon_sym_LBRACK] = ACTIONS(4794), + [anon_sym_as] = ACTIONS(4792), + [anon_sym_LBRACE] = ACTIONS(4794), + [anon_sym_RBRACE] = ACTIONS(4794), + [anon_sym_LPAREN] = ACTIONS(4794), + [anon_sym_LT] = ACTIONS(4792), + [anon_sym_GT] = ACTIONS(4792), + [anon_sym_object] = ACTIONS(4792), + [anon_sym_fun] = ACTIONS(4792), + [anon_sym_DOT] = ACTIONS(4792), + [anon_sym_SEMI] = ACTIONS(4794), + [anon_sym_get] = ACTIONS(4792), + [anon_sym_set] = ACTIONS(4792), + [anon_sym_this] = ACTIONS(4792), + [anon_sym_super] = ACTIONS(4792), + [anon_sym_STAR] = ACTIONS(4794), + [sym_label] = ACTIONS(4792), + [anon_sym_in] = ACTIONS(4792), + [anon_sym_DOT_DOT] = ACTIONS(4794), + [anon_sym_QMARK_COLON] = ACTIONS(4794), + [anon_sym_AMP_AMP] = ACTIONS(4794), + [anon_sym_PIPE_PIPE] = ACTIONS(4794), + [anon_sym_null] = ACTIONS(4792), + [anon_sym_if] = ACTIONS(4792), + [anon_sym_else] = ACTIONS(7228), + [anon_sym_when] = ACTIONS(4792), + [anon_sym_try] = ACTIONS(4792), + [anon_sym_throw] = ACTIONS(4792), + [anon_sym_return] = ACTIONS(4792), + [anon_sym_continue] = ACTIONS(4792), + [anon_sym_break] = ACTIONS(4792), + [anon_sym_COLON_COLON] = ACTIONS(4794), + [anon_sym_BANG_EQ] = ACTIONS(4792), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4794), + [anon_sym_EQ_EQ] = ACTIONS(4792), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4794), + [anon_sym_LT_EQ] = ACTIONS(4794), + [anon_sym_GT_EQ] = ACTIONS(4794), + [anon_sym_BANGin] = ACTIONS(4794), + [anon_sym_is] = ACTIONS(4792), + [anon_sym_BANGis] = ACTIONS(4794), + [anon_sym_PLUS] = ACTIONS(4792), + [anon_sym_DASH] = ACTIONS(4792), + [anon_sym_SLASH] = ACTIONS(4792), + [anon_sym_PERCENT] = ACTIONS(4794), + [anon_sym_as_QMARK] = ACTIONS(4794), + [anon_sym_PLUS_PLUS] = ACTIONS(4794), + [anon_sym_DASH_DASH] = ACTIONS(4794), + [anon_sym_BANG] = ACTIONS(4792), + [anon_sym_BANG_BANG] = ACTIONS(4794), + [anon_sym_data] = ACTIONS(4792), + [anon_sym_inner] = ACTIONS(4792), + [anon_sym_expect] = ACTIONS(4792), + [anon_sym_actual] = ACTIONS(4792), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4794), + [anon_sym_continue_AT] = ACTIONS(4794), + [anon_sym_break_AT] = ACTIONS(4794), + [sym_real_literal] = ACTIONS(4794), + [sym_integer_literal] = ACTIONS(4792), + [sym_hex_literal] = ACTIONS(4794), + [sym_bin_literal] = ACTIONS(4794), + [anon_sym_true] = ACTIONS(4792), + [anon_sym_false] = ACTIONS(4792), + [anon_sym_SQUOTE] = ACTIONS(4794), + [sym__backtick_identifier] = ACTIONS(4794), + [sym__automatic_semicolon] = ACTIONS(4794), + [sym_safe_nav] = ACTIONS(4794), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4794), + }, + [4139] = { + [sym__alpha_identifier] = ACTIONS(4792), + [anon_sym_AT] = ACTIONS(4794), + [anon_sym_LBRACK] = ACTIONS(4794), + [anon_sym_as] = ACTIONS(4792), + [anon_sym_LBRACE] = ACTIONS(4794), + [anon_sym_RBRACE] = ACTIONS(4794), + [anon_sym_LPAREN] = ACTIONS(4794), + [anon_sym_LT] = ACTIONS(4792), + [anon_sym_GT] = ACTIONS(4792), + [anon_sym_object] = ACTIONS(4792), + [anon_sym_fun] = ACTIONS(4792), + [anon_sym_DOT] = ACTIONS(4792), + [anon_sym_SEMI] = ACTIONS(7230), + [anon_sym_get] = ACTIONS(4792), + [anon_sym_set] = ACTIONS(4792), + [anon_sym_this] = ACTIONS(4792), + [anon_sym_super] = ACTIONS(4792), + [anon_sym_STAR] = ACTIONS(4794), + [sym_label] = ACTIONS(4792), + [anon_sym_in] = ACTIONS(4792), + [anon_sym_DOT_DOT] = ACTIONS(4794), + [anon_sym_QMARK_COLON] = ACTIONS(4794), + [anon_sym_AMP_AMP] = ACTIONS(4794), + [anon_sym_PIPE_PIPE] = ACTIONS(4794), + [anon_sym_null] = ACTIONS(4792), + [anon_sym_if] = ACTIONS(4792), + [anon_sym_else] = ACTIONS(7228), + [anon_sym_when] = ACTIONS(4792), + [anon_sym_try] = ACTIONS(4792), + [anon_sym_throw] = ACTIONS(4792), + [anon_sym_return] = ACTIONS(4792), + [anon_sym_continue] = ACTIONS(4792), + [anon_sym_break] = ACTIONS(4792), + [anon_sym_COLON_COLON] = ACTIONS(4794), + [anon_sym_BANG_EQ] = ACTIONS(4792), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4794), + [anon_sym_EQ_EQ] = ACTIONS(4792), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4794), + [anon_sym_LT_EQ] = ACTIONS(4794), + [anon_sym_GT_EQ] = ACTIONS(4794), + [anon_sym_BANGin] = ACTIONS(4794), + [anon_sym_is] = ACTIONS(4792), + [anon_sym_BANGis] = ACTIONS(4794), + [anon_sym_PLUS] = ACTIONS(4792), + [anon_sym_DASH] = ACTIONS(4792), + [anon_sym_SLASH] = ACTIONS(4792), + [anon_sym_PERCENT] = ACTIONS(4794), + [anon_sym_as_QMARK] = ACTIONS(4794), + [anon_sym_PLUS_PLUS] = ACTIONS(4794), + [anon_sym_DASH_DASH] = ACTIONS(4794), + [anon_sym_BANG] = ACTIONS(4792), + [anon_sym_BANG_BANG] = ACTIONS(4794), + [anon_sym_data] = ACTIONS(4792), + [anon_sym_inner] = ACTIONS(4792), + [anon_sym_expect] = ACTIONS(4792), + [anon_sym_actual] = ACTIONS(4792), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4794), + [anon_sym_continue_AT] = ACTIONS(4794), + [anon_sym_break_AT] = ACTIONS(4794), + [sym_real_literal] = ACTIONS(4794), + [sym_integer_literal] = ACTIONS(4792), + [sym_hex_literal] = ACTIONS(4794), + [sym_bin_literal] = ACTIONS(4794), + [anon_sym_true] = ACTIONS(4792), + [anon_sym_false] = ACTIONS(4792), + [anon_sym_SQUOTE] = ACTIONS(4794), + [sym__backtick_identifier] = ACTIONS(4794), + [sym__automatic_semicolon] = ACTIONS(4794), + [sym_safe_nav] = ACTIONS(4794), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4794), + }, + [4140] = { + [sym_indexing_suffix] = STATE(4986), + [sym_navigation_suffix] = STATE(5006), + [sym_call_suffix] = STATE(5077), + [sym_annotated_lambda] = STATE(4993), + [sym_type_arguments] = STATE(7551), + [sym_value_arguments] = STATE(4451), + [sym_lambda_literal] = STATE(4995), + [sym__equality_operator] = STATE(1996), + [sym__comparison_operator] = STATE(1999), + [sym__in_operator] = STATE(2000), + [sym__is_operator] = STATE(5776), + [sym__additive_operator] = STATE(2001), + [sym__multiplicative_operator] = STATE(2002), + [sym__as_operator] = STATE(5777), + [sym__postfix_unary_operator] = STATE(5000), + [sym__member_access_operator] = STATE(7402), + [sym_annotation] = STATE(7890), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2003), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7890), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(6702), + [anon_sym_as] = ACTIONS(6704), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_RBRACE] = ACTIONS(3031), + [anon_sym_LPAREN] = ACTIONS(6706), + [anon_sym_COMMA] = ACTIONS(3031), + [anon_sym_LT] = ACTIONS(3033), + [anon_sym_GT] = ACTIONS(3029), + [anon_sym_where] = ACTIONS(3029), + [anon_sym_DOT] = ACTIONS(6708), + [anon_sym_SEMI] = ACTIONS(3031), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(7183), + [sym_label] = ACTIONS(6712), + [anon_sym_in] = ACTIONS(3029), + [anon_sym_DOT_DOT] = ACTIONS(7208), + [anon_sym_QMARK_COLON] = ACTIONS(7210), + [anon_sym_AMP_AMP] = ACTIONS(3031), + [anon_sym_PIPE_PIPE] = ACTIONS(3031), + [anon_sym_else] = ACTIONS(3029), + [anon_sym_COLON_COLON] = ACTIONS(6718), + [anon_sym_BANG_EQ] = ACTIONS(3029), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3031), + [anon_sym_EQ_EQ] = ACTIONS(3029), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3031), + [anon_sym_LT_EQ] = ACTIONS(3031), + [anon_sym_GT_EQ] = ACTIONS(3031), + [anon_sym_BANGin] = ACTIONS(3031), + [anon_sym_is] = ACTIONS(3029), + [anon_sym_BANGis] = ACTIONS(3031), + [anon_sym_PLUS] = ACTIONS(7185), + [anon_sym_DASH] = ACTIONS(7185), + [anon_sym_SLASH] = ACTIONS(7187), + [anon_sym_PERCENT] = ACTIONS(7183), + [anon_sym_as_QMARK] = ACTIONS(6722), + [anon_sym_PLUS_PLUS] = ACTIONS(6724), + [anon_sym_DASH_DASH] = ACTIONS(6724), + [anon_sym_BANG_BANG] = ACTIONS(6724), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3013), - [sym_safe_nav] = ACTIONS(6712), + [sym__automatic_semicolon] = ACTIONS(3031), + [sym_safe_nav] = ACTIONS(6718), [sym_multiline_comment] = ACTIONS(3), }, - [4116] = { - [sym_indexing_suffix] = STATE(4909), - [sym_navigation_suffix] = STATE(4889), - [sym_call_suffix] = STATE(4891), - [sym_annotated_lambda] = STATE(4893), - [sym_type_arguments] = STATE(7557), - [sym_value_arguments] = STATE(4442), - [sym_lambda_literal] = STATE(4899), - [sym__equality_operator] = STATE(2340), - [sym__comparison_operator] = STATE(2339), - [sym__in_operator] = STATE(2338), - [sym__is_operator] = STATE(6028), - [sym__additive_operator] = STATE(2337), - [sym__multiplicative_operator] = STATE(2336), - [sym__as_operator] = STATE(6024), - [sym__postfix_unary_operator] = STATE(4912), - [sym__member_access_operator] = STATE(7341), - [sym_annotation] = STATE(7855), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2334), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7855), + [4141] = { + [sym_indexing_suffix] = STATE(4986), + [sym_navigation_suffix] = STATE(5006), + [sym_call_suffix] = STATE(5077), + [sym_annotated_lambda] = STATE(4993), + [sym_type_arguments] = STATE(7551), + [sym_value_arguments] = STATE(4451), + [sym_lambda_literal] = STATE(4995), + [sym__equality_operator] = STATE(1996), + [sym__comparison_operator] = STATE(1999), + [sym__in_operator] = STATE(2000), + [sym__is_operator] = STATE(5776), + [sym__additive_operator] = STATE(2001), + [sym__multiplicative_operator] = STATE(2002), + [sym__as_operator] = STATE(5777), + [sym__postfix_unary_operator] = STATE(5000), + [sym__member_access_operator] = STATE(7402), + [sym_annotation] = STATE(7890), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2003), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7890), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6688), - [anon_sym_as] = ACTIONS(6690), + [anon_sym_LBRACK] = ACTIONS(6702), + [anon_sym_as] = ACTIONS(6704), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(2993), - [anon_sym_LPAREN] = ACTIONS(6692), - [anon_sym_COMMA] = ACTIONS(2993), + [anon_sym_RBRACE] = ACTIONS(3038), + [anon_sym_LPAREN] = ACTIONS(6706), + [anon_sym_COMMA] = ACTIONS(3038), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7191), - [anon_sym_where] = ACTIONS(2991), - [anon_sym_DOT] = ACTIONS(6696), - [anon_sym_SEMI] = ACTIONS(2993), + [anon_sym_GT] = ACTIONS(3036), + [anon_sym_where] = ACTIONS(3036), + [anon_sym_DOT] = ACTIONS(6708), + [anon_sym_SEMI] = ACTIONS(3038), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7177), - [sym_label] = ACTIONS(6700), - [anon_sym_in] = ACTIONS(7179), - [anon_sym_DOT_DOT] = ACTIONS(7181), - [anon_sym_QMARK_COLON] = ACTIONS(7183), - [anon_sym_AMP_AMP] = ACTIONS(2993), - [anon_sym_PIPE_PIPE] = ACTIONS(2993), - [anon_sym_else] = ACTIONS(2991), - [anon_sym_COLON_COLON] = ACTIONS(6712), - [anon_sym_BANG_EQ] = ACTIONS(7197), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7199), - [anon_sym_EQ_EQ] = ACTIONS(7197), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7199), - [anon_sym_LT_EQ] = ACTIONS(7193), - [anon_sym_GT_EQ] = ACTIONS(7193), - [anon_sym_BANGin] = ACTIONS(7185), - [anon_sym_is] = ACTIONS(6722), - [anon_sym_BANGis] = ACTIONS(6724), - [anon_sym_PLUS] = ACTIONS(7187), - [anon_sym_DASH] = ACTIONS(7187), - [anon_sym_SLASH] = ACTIONS(7189), - [anon_sym_PERCENT] = ACTIONS(7177), - [anon_sym_as_QMARK] = ACTIONS(6728), - [anon_sym_PLUS_PLUS] = ACTIONS(6730), - [anon_sym_DASH_DASH] = ACTIONS(6730), - [anon_sym_BANG_BANG] = ACTIONS(6730), + [anon_sym_STAR] = ACTIONS(7183), + [sym_label] = ACTIONS(6712), + [anon_sym_in] = ACTIONS(7206), + [anon_sym_DOT_DOT] = ACTIONS(7208), + [anon_sym_QMARK_COLON] = ACTIONS(7210), + [anon_sym_AMP_AMP] = ACTIONS(3038), + [anon_sym_PIPE_PIPE] = ACTIONS(3038), + [anon_sym_else] = ACTIONS(3036), + [anon_sym_COLON_COLON] = ACTIONS(6718), + [anon_sym_BANG_EQ] = ACTIONS(3036), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3038), + [anon_sym_EQ_EQ] = ACTIONS(3036), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3038), + [anon_sym_LT_EQ] = ACTIONS(3038), + [anon_sym_GT_EQ] = ACTIONS(3038), + [anon_sym_BANGin] = ACTIONS(7222), + [anon_sym_is] = ACTIONS(6744), + [anon_sym_BANGis] = ACTIONS(6746), + [anon_sym_PLUS] = ACTIONS(7185), + [anon_sym_DASH] = ACTIONS(7185), + [anon_sym_SLASH] = ACTIONS(7187), + [anon_sym_PERCENT] = ACTIONS(7183), + [anon_sym_as_QMARK] = ACTIONS(6722), + [anon_sym_PLUS_PLUS] = ACTIONS(6724), + [anon_sym_DASH_DASH] = ACTIONS(6724), + [anon_sym_BANG_BANG] = ACTIONS(6724), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(2993), - [sym_safe_nav] = ACTIONS(6712), + [sym__automatic_semicolon] = ACTIONS(3038), + [sym_safe_nav] = ACTIONS(6718), [sym_multiline_comment] = ACTIONS(3), }, - [4117] = { - [sym_indexing_suffix] = STATE(4909), - [sym_navigation_suffix] = STATE(4889), - [sym_call_suffix] = STATE(4891), - [sym_annotated_lambda] = STATE(4893), - [sym_type_arguments] = STATE(7557), - [sym_value_arguments] = STATE(4442), - [sym_lambda_literal] = STATE(4899), - [sym__equality_operator] = STATE(2340), - [sym__comparison_operator] = STATE(2339), - [sym__in_operator] = STATE(2338), - [sym__is_operator] = STATE(6028), - [sym__additive_operator] = STATE(2337), - [sym__multiplicative_operator] = STATE(2336), - [sym__as_operator] = STATE(6024), - [sym__postfix_unary_operator] = STATE(4912), - [sym__member_access_operator] = STATE(7341), - [sym_annotation] = STATE(7855), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2334), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7855), - [sym__alpha_identifier] = ACTIONS(3076), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6688), - [anon_sym_as] = ACTIONS(6690), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3078), - [anon_sym_LPAREN] = ACTIONS(6692), - [anon_sym_COMMA] = ACTIONS(3078), - [anon_sym_LT] = ACTIONS(3080), - [anon_sym_GT] = ACTIONS(3076), - [anon_sym_where] = ACTIONS(3076), - [anon_sym_DOT] = ACTIONS(6696), - [anon_sym_SEMI] = ACTIONS(3078), - [anon_sym_get] = ACTIONS(3076), - [anon_sym_set] = ACTIONS(3076), - [anon_sym_STAR] = ACTIONS(7177), - [sym_label] = ACTIONS(6700), - [anon_sym_in] = ACTIONS(3076), - [anon_sym_DOT_DOT] = ACTIONS(7181), - [anon_sym_QMARK_COLON] = ACTIONS(3078), - [anon_sym_AMP_AMP] = ACTIONS(3078), - [anon_sym_PIPE_PIPE] = ACTIONS(3078), - [anon_sym_else] = ACTIONS(3076), - [anon_sym_COLON_COLON] = ACTIONS(6712), - [anon_sym_BANG_EQ] = ACTIONS(3076), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3078), - [anon_sym_EQ_EQ] = ACTIONS(3076), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3078), - [anon_sym_LT_EQ] = ACTIONS(3078), - [anon_sym_GT_EQ] = ACTIONS(3078), - [anon_sym_BANGin] = ACTIONS(3078), - [anon_sym_is] = ACTIONS(3076), - [anon_sym_BANGis] = ACTIONS(3078), - [anon_sym_PLUS] = ACTIONS(7187), - [anon_sym_DASH] = ACTIONS(7187), - [anon_sym_SLASH] = ACTIONS(7189), - [anon_sym_PERCENT] = ACTIONS(7177), - [anon_sym_as_QMARK] = ACTIONS(6728), - [anon_sym_PLUS_PLUS] = ACTIONS(6730), - [anon_sym_DASH_DASH] = ACTIONS(6730), - [anon_sym_BANG_BANG] = ACTIONS(6730), - [anon_sym_data] = ACTIONS(3076), - [anon_sym_inner] = ACTIONS(3076), - [anon_sym_expect] = ACTIONS(3076), - [anon_sym_actual] = ACTIONS(3076), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3078), - [sym__automatic_semicolon] = ACTIONS(3078), - [sym_safe_nav] = ACTIONS(6712), + [4142] = { + [sym_function_body] = STATE(3776), + [sym__block] = STATE(3738), + [sym__alpha_identifier] = ACTIONS(4426), + [anon_sym_AT] = ACTIONS(4428), + [anon_sym_LBRACK] = ACTIONS(4428), + [anon_sym_as] = ACTIONS(4426), + [anon_sym_EQ] = ACTIONS(7028), + [anon_sym_LBRACE] = ACTIONS(6461), + [anon_sym_RBRACE] = ACTIONS(4428), + [anon_sym_LPAREN] = ACTIONS(4428), + [anon_sym_LT] = ACTIONS(4426), + [anon_sym_GT] = ACTIONS(4426), + [anon_sym_DOT] = ACTIONS(4426), + [anon_sym_SEMI] = ACTIONS(4428), + [anon_sym_get] = ACTIONS(4426), + [anon_sym_set] = ACTIONS(4426), + [anon_sym_STAR] = ACTIONS(4428), + [sym_label] = ACTIONS(4428), + [anon_sym_in] = ACTIONS(4426), + [anon_sym_DOT_DOT] = ACTIONS(4428), + [anon_sym_QMARK_COLON] = ACTIONS(4428), + [anon_sym_AMP_AMP] = ACTIONS(4428), + [anon_sym_PIPE_PIPE] = ACTIONS(4428), + [anon_sym_else] = ACTIONS(4426), + [anon_sym_COLON_COLON] = ACTIONS(4428), + [anon_sym_BANG_EQ] = ACTIONS(4426), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4428), + [anon_sym_EQ_EQ] = ACTIONS(4426), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4428), + [anon_sym_LT_EQ] = ACTIONS(4428), + [anon_sym_GT_EQ] = ACTIONS(4428), + [anon_sym_BANGin] = ACTIONS(4428), + [anon_sym_is] = ACTIONS(4426), + [anon_sym_BANGis] = ACTIONS(4428), + [anon_sym_PLUS] = ACTIONS(4426), + [anon_sym_DASH] = ACTIONS(4426), + [anon_sym_SLASH] = ACTIONS(4426), + [anon_sym_PERCENT] = ACTIONS(4428), + [anon_sym_as_QMARK] = ACTIONS(4428), + [anon_sym_PLUS_PLUS] = ACTIONS(4428), + [anon_sym_DASH_DASH] = ACTIONS(4428), + [anon_sym_BANG_BANG] = ACTIONS(4428), + [anon_sym_suspend] = ACTIONS(4426), + [anon_sym_sealed] = ACTIONS(4426), + [anon_sym_annotation] = ACTIONS(4426), + [anon_sym_data] = ACTIONS(4426), + [anon_sym_inner] = ACTIONS(4426), + [anon_sym_override] = ACTIONS(4426), + [anon_sym_lateinit] = ACTIONS(4426), + [anon_sym_public] = ACTIONS(4426), + [anon_sym_private] = ACTIONS(4426), + [anon_sym_internal] = ACTIONS(4426), + [anon_sym_protected] = ACTIONS(4426), + [anon_sym_tailrec] = ACTIONS(4426), + [anon_sym_operator] = ACTIONS(4426), + [anon_sym_infix] = ACTIONS(4426), + [anon_sym_inline] = ACTIONS(4426), + [anon_sym_external] = ACTIONS(4426), + [sym_property_modifier] = ACTIONS(4426), + [anon_sym_abstract] = ACTIONS(4426), + [anon_sym_final] = ACTIONS(4426), + [anon_sym_open] = ACTIONS(4426), + [anon_sym_vararg] = ACTIONS(4426), + [anon_sym_noinline] = ACTIONS(4426), + [anon_sym_crossinline] = ACTIONS(4426), + [anon_sym_expect] = ACTIONS(4426), + [anon_sym_actual] = ACTIONS(4426), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4428), + [sym__automatic_semicolon] = ACTIONS(4428), + [sym_safe_nav] = ACTIONS(4428), [sym_multiline_comment] = ACTIONS(3), }, - [4118] = { - [sym_indexing_suffix] = STATE(4909), - [sym_navigation_suffix] = STATE(4889), - [sym_call_suffix] = STATE(4891), - [sym_annotated_lambda] = STATE(4893), - [sym_type_arguments] = STATE(7557), - [sym_value_arguments] = STATE(4442), - [sym_lambda_literal] = STATE(4899), - [sym__equality_operator] = STATE(2340), - [sym__comparison_operator] = STATE(2339), - [sym__in_operator] = STATE(2338), - [sym__is_operator] = STATE(6028), - [sym__additive_operator] = STATE(2337), - [sym__multiplicative_operator] = STATE(2336), - [sym__as_operator] = STATE(6024), - [sym__postfix_unary_operator] = STATE(4912), - [sym__member_access_operator] = STATE(7341), - [sym_annotation] = STATE(7855), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2334), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7855), + [4143] = { + [sym_indexing_suffix] = STATE(4986), + [sym_navigation_suffix] = STATE(5006), + [sym_call_suffix] = STATE(5077), + [sym_annotated_lambda] = STATE(4993), + [sym_type_arguments] = STATE(7551), + [sym_value_arguments] = STATE(4451), + [sym_lambda_literal] = STATE(4995), + [sym__equality_operator] = STATE(1996), + [sym__comparison_operator] = STATE(1999), + [sym__in_operator] = STATE(2000), + [sym__is_operator] = STATE(5776), + [sym__additive_operator] = STATE(2001), + [sym__multiplicative_operator] = STATE(2002), + [sym__as_operator] = STATE(5777), + [sym__postfix_unary_operator] = STATE(5000), + [sym__member_access_operator] = STATE(7402), + [sym_annotation] = STATE(7890), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2003), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7890), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6688), - [anon_sym_as] = ACTIONS(6690), + [anon_sym_LBRACK] = ACTIONS(6702), + [anon_sym_as] = ACTIONS(6704), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3085), - [anon_sym_LPAREN] = ACTIONS(6692), - [anon_sym_COMMA] = ACTIONS(3085), - [anon_sym_LT] = ACTIONS(3087), - [anon_sym_GT] = ACTIONS(3083), - [anon_sym_where] = ACTIONS(3083), - [anon_sym_DOT] = ACTIONS(6696), - [anon_sym_SEMI] = ACTIONS(3085), + [anon_sym_RBRACE] = ACTIONS(3073), + [anon_sym_LPAREN] = ACTIONS(6706), + [anon_sym_COMMA] = ACTIONS(3073), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(7204), + [anon_sym_where] = ACTIONS(3071), + [anon_sym_DOT] = ACTIONS(6708), + [anon_sym_SEMI] = ACTIONS(3073), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7177), - [sym_label] = ACTIONS(6700), - [anon_sym_in] = ACTIONS(3083), - [anon_sym_DOT_DOT] = ACTIONS(7181), - [anon_sym_QMARK_COLON] = ACTIONS(3085), - [anon_sym_AMP_AMP] = ACTIONS(3085), - [anon_sym_PIPE_PIPE] = ACTIONS(3085), - [anon_sym_else] = ACTIONS(3083), - [anon_sym_COLON_COLON] = ACTIONS(6712), - [anon_sym_BANG_EQ] = ACTIONS(3083), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3085), - [anon_sym_EQ_EQ] = ACTIONS(3083), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3085), - [anon_sym_LT_EQ] = ACTIONS(3085), - [anon_sym_GT_EQ] = ACTIONS(3085), - [anon_sym_BANGin] = ACTIONS(3085), - [anon_sym_is] = ACTIONS(3083), - [anon_sym_BANGis] = ACTIONS(3085), - [anon_sym_PLUS] = ACTIONS(7187), - [anon_sym_DASH] = ACTIONS(7187), - [anon_sym_SLASH] = ACTIONS(7189), - [anon_sym_PERCENT] = ACTIONS(7177), - [anon_sym_as_QMARK] = ACTIONS(6728), - [anon_sym_PLUS_PLUS] = ACTIONS(6730), - [anon_sym_DASH_DASH] = ACTIONS(6730), - [anon_sym_BANG_BANG] = ACTIONS(6730), + [anon_sym_STAR] = ACTIONS(7183), + [sym_label] = ACTIONS(6712), + [anon_sym_in] = ACTIONS(7206), + [anon_sym_DOT_DOT] = ACTIONS(7208), + [anon_sym_QMARK_COLON] = ACTIONS(7210), + [anon_sym_AMP_AMP] = ACTIONS(7212), + [anon_sym_PIPE_PIPE] = ACTIONS(7214), + [anon_sym_else] = ACTIONS(3071), + [anon_sym_COLON_COLON] = ACTIONS(6718), + [anon_sym_BANG_EQ] = ACTIONS(7216), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7218), + [anon_sym_EQ_EQ] = ACTIONS(7216), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7218), + [anon_sym_LT_EQ] = ACTIONS(7220), + [anon_sym_GT_EQ] = ACTIONS(7220), + [anon_sym_BANGin] = ACTIONS(7222), + [anon_sym_is] = ACTIONS(6744), + [anon_sym_BANGis] = ACTIONS(6746), + [anon_sym_PLUS] = ACTIONS(7185), + [anon_sym_DASH] = ACTIONS(7185), + [anon_sym_SLASH] = ACTIONS(7187), + [anon_sym_PERCENT] = ACTIONS(7183), + [anon_sym_as_QMARK] = ACTIONS(6722), + [anon_sym_PLUS_PLUS] = ACTIONS(6724), + [anon_sym_DASH_DASH] = ACTIONS(6724), + [anon_sym_BANG_BANG] = ACTIONS(6724), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3085), - [sym_safe_nav] = ACTIONS(6712), + [sym__automatic_semicolon] = ACTIONS(3073), + [sym_safe_nav] = ACTIONS(6718), [sym_multiline_comment] = ACTIONS(3), }, - [4119] = { - [sym_indexing_suffix] = STATE(4909), - [sym_navigation_suffix] = STATE(4889), - [sym_call_suffix] = STATE(4891), - [sym_annotated_lambda] = STATE(4893), - [sym_type_arguments] = STATE(7557), - [sym_value_arguments] = STATE(4442), - [sym_lambda_literal] = STATE(4899), - [sym__equality_operator] = STATE(2340), - [sym__comparison_operator] = STATE(2339), - [sym__in_operator] = STATE(2338), - [sym__is_operator] = STATE(6028), - [sym__additive_operator] = STATE(2337), - [sym__multiplicative_operator] = STATE(2336), - [sym__as_operator] = STATE(6024), - [sym__postfix_unary_operator] = STATE(4912), - [sym__member_access_operator] = STATE(7341), - [sym_annotation] = STATE(7855), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2334), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7855), + [4144] = { + [sym_function_body] = STATE(3709), + [sym__block] = STATE(3738), + [sym__alpha_identifier] = ACTIONS(4256), + [anon_sym_AT] = ACTIONS(4258), + [anon_sym_LBRACK] = ACTIONS(4258), + [anon_sym_as] = ACTIONS(4256), + [anon_sym_EQ] = ACTIONS(7028), + [anon_sym_LBRACE] = ACTIONS(6461), + [anon_sym_RBRACE] = ACTIONS(4258), + [anon_sym_LPAREN] = ACTIONS(4258), + [anon_sym_LT] = ACTIONS(4256), + [anon_sym_GT] = ACTIONS(4256), + [anon_sym_DOT] = ACTIONS(4256), + [anon_sym_SEMI] = ACTIONS(4258), + [anon_sym_get] = ACTIONS(4256), + [anon_sym_set] = ACTIONS(4256), + [anon_sym_STAR] = ACTIONS(4258), + [sym_label] = ACTIONS(4258), + [anon_sym_in] = ACTIONS(4256), + [anon_sym_DOT_DOT] = ACTIONS(4258), + [anon_sym_QMARK_COLON] = ACTIONS(4258), + [anon_sym_AMP_AMP] = ACTIONS(4258), + [anon_sym_PIPE_PIPE] = ACTIONS(4258), + [anon_sym_else] = ACTIONS(4256), + [anon_sym_COLON_COLON] = ACTIONS(4258), + [anon_sym_BANG_EQ] = ACTIONS(4256), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4258), + [anon_sym_EQ_EQ] = ACTIONS(4256), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4258), + [anon_sym_LT_EQ] = ACTIONS(4258), + [anon_sym_GT_EQ] = ACTIONS(4258), + [anon_sym_BANGin] = ACTIONS(4258), + [anon_sym_is] = ACTIONS(4256), + [anon_sym_BANGis] = ACTIONS(4258), + [anon_sym_PLUS] = ACTIONS(4256), + [anon_sym_DASH] = ACTIONS(4256), + [anon_sym_SLASH] = ACTIONS(4256), + [anon_sym_PERCENT] = ACTIONS(4258), + [anon_sym_as_QMARK] = ACTIONS(4258), + [anon_sym_PLUS_PLUS] = ACTIONS(4258), + [anon_sym_DASH_DASH] = ACTIONS(4258), + [anon_sym_BANG_BANG] = ACTIONS(4258), + [anon_sym_suspend] = ACTIONS(4256), + [anon_sym_sealed] = ACTIONS(4256), + [anon_sym_annotation] = ACTIONS(4256), + [anon_sym_data] = ACTIONS(4256), + [anon_sym_inner] = ACTIONS(4256), + [anon_sym_override] = ACTIONS(4256), + [anon_sym_lateinit] = ACTIONS(4256), + [anon_sym_public] = ACTIONS(4256), + [anon_sym_private] = ACTIONS(4256), + [anon_sym_internal] = ACTIONS(4256), + [anon_sym_protected] = ACTIONS(4256), + [anon_sym_tailrec] = ACTIONS(4256), + [anon_sym_operator] = ACTIONS(4256), + [anon_sym_infix] = ACTIONS(4256), + [anon_sym_inline] = ACTIONS(4256), + [anon_sym_external] = ACTIONS(4256), + [sym_property_modifier] = ACTIONS(4256), + [anon_sym_abstract] = ACTIONS(4256), + [anon_sym_final] = ACTIONS(4256), + [anon_sym_open] = ACTIONS(4256), + [anon_sym_vararg] = ACTIONS(4256), + [anon_sym_noinline] = ACTIONS(4256), + [anon_sym_crossinline] = ACTIONS(4256), + [anon_sym_expect] = ACTIONS(4256), + [anon_sym_actual] = ACTIONS(4256), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4258), + [sym__automatic_semicolon] = ACTIONS(4258), + [sym_safe_nav] = ACTIONS(4258), + [sym_multiline_comment] = ACTIONS(3), + }, + [4145] = { + [sym_indexing_suffix] = STATE(4986), + [sym_navigation_suffix] = STATE(5006), + [sym_call_suffix] = STATE(5077), + [sym_annotated_lambda] = STATE(4993), + [sym_type_arguments] = STATE(7551), + [sym_value_arguments] = STATE(4451), + [sym_lambda_literal] = STATE(4995), + [sym__equality_operator] = STATE(1996), + [sym__comparison_operator] = STATE(1999), + [sym__in_operator] = STATE(2000), + [sym__is_operator] = STATE(5776), + [sym__additive_operator] = STATE(2001), + [sym__multiplicative_operator] = STATE(2002), + [sym__as_operator] = STATE(5777), + [sym__postfix_unary_operator] = STATE(5000), + [sym__member_access_operator] = STATE(7402), + [sym_annotation] = STATE(7890), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2003), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7890), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6688), - [anon_sym_as] = ACTIONS(6690), + [anon_sym_LBRACK] = ACTIONS(6702), + [anon_sym_as] = ACTIONS(6704), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3055), - [anon_sym_LPAREN] = ACTIONS(6692), - [anon_sym_COMMA] = ACTIONS(3055), + [anon_sym_RBRACE] = ACTIONS(3042), + [anon_sym_LPAREN] = ACTIONS(6706), + [anon_sym_COMMA] = ACTIONS(3042), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7191), - [anon_sym_where] = ACTIONS(3053), - [anon_sym_DOT] = ACTIONS(6696), - [anon_sym_SEMI] = ACTIONS(3055), + [anon_sym_GT] = ACTIONS(7204), + [anon_sym_where] = ACTIONS(3040), + [anon_sym_DOT] = ACTIONS(6708), + [anon_sym_SEMI] = ACTIONS(3042), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7177), - [sym_label] = ACTIONS(6700), - [anon_sym_in] = ACTIONS(7179), - [anon_sym_DOT_DOT] = ACTIONS(7181), - [anon_sym_QMARK_COLON] = ACTIONS(7183), - [anon_sym_AMP_AMP] = ACTIONS(7195), - [anon_sym_PIPE_PIPE] = ACTIONS(7201), - [anon_sym_else] = ACTIONS(3053), - [anon_sym_COLON_COLON] = ACTIONS(6712), - [anon_sym_BANG_EQ] = ACTIONS(7197), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7199), - [anon_sym_EQ_EQ] = ACTIONS(7197), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7199), - [anon_sym_LT_EQ] = ACTIONS(7193), - [anon_sym_GT_EQ] = ACTIONS(7193), - [anon_sym_BANGin] = ACTIONS(7185), - [anon_sym_is] = ACTIONS(6722), - [anon_sym_BANGis] = ACTIONS(6724), - [anon_sym_PLUS] = ACTIONS(7187), - [anon_sym_DASH] = ACTIONS(7187), - [anon_sym_SLASH] = ACTIONS(7189), - [anon_sym_PERCENT] = ACTIONS(7177), - [anon_sym_as_QMARK] = ACTIONS(6728), - [anon_sym_PLUS_PLUS] = ACTIONS(6730), - [anon_sym_DASH_DASH] = ACTIONS(6730), - [anon_sym_BANG_BANG] = ACTIONS(6730), + [anon_sym_STAR] = ACTIONS(7183), + [sym_label] = ACTIONS(6712), + [anon_sym_in] = ACTIONS(7206), + [anon_sym_DOT_DOT] = ACTIONS(7208), + [anon_sym_QMARK_COLON] = ACTIONS(7210), + [anon_sym_AMP_AMP] = ACTIONS(3042), + [anon_sym_PIPE_PIPE] = ACTIONS(3042), + [anon_sym_else] = ACTIONS(3040), + [anon_sym_COLON_COLON] = ACTIONS(6718), + [anon_sym_BANG_EQ] = ACTIONS(3040), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3042), + [anon_sym_EQ_EQ] = ACTIONS(3040), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3042), + [anon_sym_LT_EQ] = ACTIONS(7220), + [anon_sym_GT_EQ] = ACTIONS(7220), + [anon_sym_BANGin] = ACTIONS(7222), + [anon_sym_is] = ACTIONS(6744), + [anon_sym_BANGis] = ACTIONS(6746), + [anon_sym_PLUS] = ACTIONS(7185), + [anon_sym_DASH] = ACTIONS(7185), + [anon_sym_SLASH] = ACTIONS(7187), + [anon_sym_PERCENT] = ACTIONS(7183), + [anon_sym_as_QMARK] = ACTIONS(6722), + [anon_sym_PLUS_PLUS] = ACTIONS(6724), + [anon_sym_DASH_DASH] = ACTIONS(6724), + [anon_sym_BANG_BANG] = ACTIONS(6724), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3055), - [sym_safe_nav] = ACTIONS(6712), + [sym__automatic_semicolon] = ACTIONS(3042), + [sym_safe_nav] = ACTIONS(6718), [sym_multiline_comment] = ACTIONS(3), }, - [4120] = { - [sym_indexing_suffix] = STATE(4909), - [sym_navigation_suffix] = STATE(4889), - [sym_call_suffix] = STATE(4891), - [sym_annotated_lambda] = STATE(4893), - [sym_type_arguments] = STATE(7557), - [sym_value_arguments] = STATE(4442), - [sym_lambda_literal] = STATE(4899), - [sym__equality_operator] = STATE(2340), - [sym__comparison_operator] = STATE(2339), - [sym__in_operator] = STATE(2338), - [sym__is_operator] = STATE(6028), - [sym__additive_operator] = STATE(2337), - [sym__multiplicative_operator] = STATE(2336), - [sym__as_operator] = STATE(6024), - [sym__postfix_unary_operator] = STATE(4912), - [sym__member_access_operator] = STATE(7341), - [sym_annotation] = STATE(7855), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2334), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7855), - [sym__alpha_identifier] = ACTIONS(2984), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6688), - [anon_sym_as] = ACTIONS(6690), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(2986), - [anon_sym_LPAREN] = ACTIONS(6692), - [anon_sym_COMMA] = ACTIONS(2986), - [anon_sym_LT] = ACTIONS(2988), - [anon_sym_GT] = ACTIONS(2984), - [anon_sym_where] = ACTIONS(2984), - [anon_sym_DOT] = ACTIONS(6696), - [anon_sym_SEMI] = ACTIONS(2986), - [anon_sym_get] = ACTIONS(2984), - [anon_sym_set] = ACTIONS(2984), - [anon_sym_STAR] = ACTIONS(7177), - [sym_label] = ACTIONS(6700), - [anon_sym_in] = ACTIONS(2984), - [anon_sym_DOT_DOT] = ACTIONS(2986), - [anon_sym_QMARK_COLON] = ACTIONS(2986), - [anon_sym_AMP_AMP] = ACTIONS(2986), - [anon_sym_PIPE_PIPE] = ACTIONS(2986), - [anon_sym_else] = ACTIONS(2984), - [anon_sym_COLON_COLON] = ACTIONS(6712), - [anon_sym_BANG_EQ] = ACTIONS(2984), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2986), - [anon_sym_EQ_EQ] = ACTIONS(2984), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2986), - [anon_sym_LT_EQ] = ACTIONS(2986), - [anon_sym_GT_EQ] = ACTIONS(2986), - [anon_sym_BANGin] = ACTIONS(2986), - [anon_sym_is] = ACTIONS(2984), - [anon_sym_BANGis] = ACTIONS(2986), - [anon_sym_PLUS] = ACTIONS(7187), - [anon_sym_DASH] = ACTIONS(7187), - [anon_sym_SLASH] = ACTIONS(7189), - [anon_sym_PERCENT] = ACTIONS(7177), - [anon_sym_as_QMARK] = ACTIONS(6728), - [anon_sym_PLUS_PLUS] = ACTIONS(6730), - [anon_sym_DASH_DASH] = ACTIONS(6730), - [anon_sym_BANG_BANG] = ACTIONS(6730), - [anon_sym_data] = ACTIONS(2984), - [anon_sym_inner] = ACTIONS(2984), - [anon_sym_expect] = ACTIONS(2984), - [anon_sym_actual] = ACTIONS(2984), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(2986), - [sym__automatic_semicolon] = ACTIONS(2986), - [sym_safe_nav] = ACTIONS(6712), + [4146] = { + [sym_function_body] = STATE(3745), + [sym__block] = STATE(3738), + [sym__alpha_identifier] = ACTIONS(4422), + [anon_sym_AT] = ACTIONS(4424), + [anon_sym_LBRACK] = ACTIONS(4424), + [anon_sym_as] = ACTIONS(4422), + [anon_sym_EQ] = ACTIONS(7028), + [anon_sym_LBRACE] = ACTIONS(6461), + [anon_sym_RBRACE] = ACTIONS(4424), + [anon_sym_LPAREN] = ACTIONS(4424), + [anon_sym_LT] = ACTIONS(4422), + [anon_sym_GT] = ACTIONS(4422), + [anon_sym_DOT] = ACTIONS(4422), + [anon_sym_SEMI] = ACTIONS(4424), + [anon_sym_get] = ACTIONS(4422), + [anon_sym_set] = ACTIONS(4422), + [anon_sym_STAR] = ACTIONS(4424), + [sym_label] = ACTIONS(4424), + [anon_sym_in] = ACTIONS(4422), + [anon_sym_DOT_DOT] = ACTIONS(4424), + [anon_sym_QMARK_COLON] = ACTIONS(4424), + [anon_sym_AMP_AMP] = ACTIONS(4424), + [anon_sym_PIPE_PIPE] = ACTIONS(4424), + [anon_sym_else] = ACTIONS(4422), + [anon_sym_COLON_COLON] = ACTIONS(4424), + [anon_sym_BANG_EQ] = ACTIONS(4422), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4424), + [anon_sym_EQ_EQ] = ACTIONS(4422), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4424), + [anon_sym_LT_EQ] = ACTIONS(4424), + [anon_sym_GT_EQ] = ACTIONS(4424), + [anon_sym_BANGin] = ACTIONS(4424), + [anon_sym_is] = ACTIONS(4422), + [anon_sym_BANGis] = ACTIONS(4424), + [anon_sym_PLUS] = ACTIONS(4422), + [anon_sym_DASH] = ACTIONS(4422), + [anon_sym_SLASH] = ACTIONS(4422), + [anon_sym_PERCENT] = ACTIONS(4424), + [anon_sym_as_QMARK] = ACTIONS(4424), + [anon_sym_PLUS_PLUS] = ACTIONS(4424), + [anon_sym_DASH_DASH] = ACTIONS(4424), + [anon_sym_BANG_BANG] = ACTIONS(4424), + [anon_sym_suspend] = ACTIONS(4422), + [anon_sym_sealed] = ACTIONS(4422), + [anon_sym_annotation] = ACTIONS(4422), + [anon_sym_data] = ACTIONS(4422), + [anon_sym_inner] = ACTIONS(4422), + [anon_sym_override] = ACTIONS(4422), + [anon_sym_lateinit] = ACTIONS(4422), + [anon_sym_public] = ACTIONS(4422), + [anon_sym_private] = ACTIONS(4422), + [anon_sym_internal] = ACTIONS(4422), + [anon_sym_protected] = ACTIONS(4422), + [anon_sym_tailrec] = ACTIONS(4422), + [anon_sym_operator] = ACTIONS(4422), + [anon_sym_infix] = ACTIONS(4422), + [anon_sym_inline] = ACTIONS(4422), + [anon_sym_external] = ACTIONS(4422), + [sym_property_modifier] = ACTIONS(4422), + [anon_sym_abstract] = ACTIONS(4422), + [anon_sym_final] = ACTIONS(4422), + [anon_sym_open] = ACTIONS(4422), + [anon_sym_vararg] = ACTIONS(4422), + [anon_sym_noinline] = ACTIONS(4422), + [anon_sym_crossinline] = ACTIONS(4422), + [anon_sym_expect] = ACTIONS(4422), + [anon_sym_actual] = ACTIONS(4422), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4424), + [sym__automatic_semicolon] = ACTIONS(4424), + [sym_safe_nav] = ACTIONS(4424), [sym_multiline_comment] = ACTIONS(3), }, - [4121] = { - [sym_indexing_suffix] = STATE(4909), - [sym_navigation_suffix] = STATE(4889), - [sym_call_suffix] = STATE(4891), - [sym_annotated_lambda] = STATE(4893), - [sym_type_arguments] = STATE(7557), - [sym_value_arguments] = STATE(4442), - [sym_lambda_literal] = STATE(4899), - [sym__equality_operator] = STATE(2340), - [sym__comparison_operator] = STATE(2339), - [sym__in_operator] = STATE(2338), - [sym__is_operator] = STATE(6028), - [sym__additive_operator] = STATE(2337), - [sym__multiplicative_operator] = STATE(2336), - [sym__as_operator] = STATE(6024), - [sym__postfix_unary_operator] = STATE(4912), - [sym__member_access_operator] = STATE(7341), - [sym_annotation] = STATE(7855), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2334), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7855), + [4147] = { + [sym_indexing_suffix] = STATE(4986), + [sym_navigation_suffix] = STATE(5006), + [sym_call_suffix] = STATE(5077), + [sym_annotated_lambda] = STATE(4993), + [sym_type_arguments] = STATE(7551), + [sym_value_arguments] = STATE(4451), + [sym_lambda_literal] = STATE(4995), + [sym__equality_operator] = STATE(1996), + [sym__comparison_operator] = STATE(1999), + [sym__in_operator] = STATE(2000), + [sym__is_operator] = STATE(5776), + [sym__additive_operator] = STATE(2001), + [sym__multiplicative_operator] = STATE(2002), + [sym__as_operator] = STATE(5777), + [sym__postfix_unary_operator] = STATE(5000), + [sym__member_access_operator] = STATE(7402), + [sym_annotation] = STATE(7890), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2003), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7890), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6688), - [anon_sym_as] = ACTIONS(6690), + [anon_sym_LBRACK] = ACTIONS(6702), + [anon_sym_as] = ACTIONS(6704), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3063), - [anon_sym_LPAREN] = ACTIONS(6692), - [anon_sym_COMMA] = ACTIONS(3063), + [anon_sym_RBRACE] = ACTIONS(3046), + [anon_sym_LPAREN] = ACTIONS(6706), + [anon_sym_COMMA] = ACTIONS(3046), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7191), - [anon_sym_where] = ACTIONS(3061), - [anon_sym_DOT] = ACTIONS(6696), - [anon_sym_SEMI] = ACTIONS(3063), + [anon_sym_GT] = ACTIONS(7204), + [anon_sym_where] = ACTIONS(3044), + [anon_sym_DOT] = ACTIONS(6708), + [anon_sym_SEMI] = ACTIONS(3046), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7177), - [sym_label] = ACTIONS(6700), - [anon_sym_in] = ACTIONS(7179), - [anon_sym_DOT_DOT] = ACTIONS(7181), - [anon_sym_QMARK_COLON] = ACTIONS(7183), - [anon_sym_AMP_AMP] = ACTIONS(7195), - [anon_sym_PIPE_PIPE] = ACTIONS(7201), - [anon_sym_else] = ACTIONS(3061), - [anon_sym_COLON_COLON] = ACTIONS(6712), - [anon_sym_BANG_EQ] = ACTIONS(7197), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7199), - [anon_sym_EQ_EQ] = ACTIONS(7197), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7199), - [anon_sym_LT_EQ] = ACTIONS(7193), - [anon_sym_GT_EQ] = ACTIONS(7193), - [anon_sym_BANGin] = ACTIONS(7185), - [anon_sym_is] = ACTIONS(6722), - [anon_sym_BANGis] = ACTIONS(6724), - [anon_sym_PLUS] = ACTIONS(7187), - [anon_sym_DASH] = ACTIONS(7187), - [anon_sym_SLASH] = ACTIONS(7189), - [anon_sym_PERCENT] = ACTIONS(7177), - [anon_sym_as_QMARK] = ACTIONS(6728), - [anon_sym_PLUS_PLUS] = ACTIONS(6730), - [anon_sym_DASH_DASH] = ACTIONS(6730), - [anon_sym_BANG_BANG] = ACTIONS(6730), + [anon_sym_STAR] = ACTIONS(7183), + [sym_label] = ACTIONS(6712), + [anon_sym_in] = ACTIONS(7206), + [anon_sym_DOT_DOT] = ACTIONS(7208), + [anon_sym_QMARK_COLON] = ACTIONS(7210), + [anon_sym_AMP_AMP] = ACTIONS(7212), + [anon_sym_PIPE_PIPE] = ACTIONS(3046), + [anon_sym_else] = ACTIONS(3044), + [anon_sym_COLON_COLON] = ACTIONS(6718), + [anon_sym_BANG_EQ] = ACTIONS(7216), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7218), + [anon_sym_EQ_EQ] = ACTIONS(7216), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7218), + [anon_sym_LT_EQ] = ACTIONS(7220), + [anon_sym_GT_EQ] = ACTIONS(7220), + [anon_sym_BANGin] = ACTIONS(7222), + [anon_sym_is] = ACTIONS(6744), + [anon_sym_BANGis] = ACTIONS(6746), + [anon_sym_PLUS] = ACTIONS(7185), + [anon_sym_DASH] = ACTIONS(7185), + [anon_sym_SLASH] = ACTIONS(7187), + [anon_sym_PERCENT] = ACTIONS(7183), + [anon_sym_as_QMARK] = ACTIONS(6722), + [anon_sym_PLUS_PLUS] = ACTIONS(6724), + [anon_sym_DASH_DASH] = ACTIONS(6724), + [anon_sym_BANG_BANG] = ACTIONS(6724), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3063), - [sym_safe_nav] = ACTIONS(6712), + [sym__automatic_semicolon] = ACTIONS(3046), + [sym_safe_nav] = ACTIONS(6718), [sym_multiline_comment] = ACTIONS(3), }, - [4122] = { - [sym_function_body] = STATE(3815), - [sym__block] = STATE(3725), - [sym__alpha_identifier] = ACTIONS(4089), - [anon_sym_AT] = ACTIONS(4091), - [anon_sym_LBRACK] = ACTIONS(4091), - [anon_sym_as] = ACTIONS(4089), - [anon_sym_EQ] = ACTIONS(7017), - [anon_sym_LBRACE] = ACTIONS(6434), - [anon_sym_RBRACE] = ACTIONS(4091), - [anon_sym_LPAREN] = ACTIONS(4091), - [anon_sym_LT] = ACTIONS(4089), - [anon_sym_GT] = ACTIONS(4089), - [anon_sym_DOT] = ACTIONS(4089), - [anon_sym_SEMI] = ACTIONS(4091), - [anon_sym_get] = ACTIONS(4089), - [anon_sym_set] = ACTIONS(4089), - [anon_sym_STAR] = ACTIONS(4091), - [sym_label] = ACTIONS(4091), - [anon_sym_in] = ACTIONS(4089), - [anon_sym_DOT_DOT] = ACTIONS(4091), - [anon_sym_QMARK_COLON] = ACTIONS(4091), - [anon_sym_AMP_AMP] = ACTIONS(4091), - [anon_sym_PIPE_PIPE] = ACTIONS(4091), - [anon_sym_else] = ACTIONS(4089), - [anon_sym_COLON_COLON] = ACTIONS(4091), - [anon_sym_BANG_EQ] = ACTIONS(4089), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4091), - [anon_sym_EQ_EQ] = ACTIONS(4089), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4091), - [anon_sym_LT_EQ] = ACTIONS(4091), - [anon_sym_GT_EQ] = ACTIONS(4091), - [anon_sym_BANGin] = ACTIONS(4091), - [anon_sym_is] = ACTIONS(4089), - [anon_sym_BANGis] = ACTIONS(4091), - [anon_sym_PLUS] = ACTIONS(4089), - [anon_sym_DASH] = ACTIONS(4089), - [anon_sym_SLASH] = ACTIONS(4089), - [anon_sym_PERCENT] = ACTIONS(4091), - [anon_sym_as_QMARK] = ACTIONS(4091), - [anon_sym_PLUS_PLUS] = ACTIONS(4091), - [anon_sym_DASH_DASH] = ACTIONS(4091), - [anon_sym_BANG_BANG] = ACTIONS(4091), - [anon_sym_suspend] = ACTIONS(4089), - [anon_sym_sealed] = ACTIONS(4089), - [anon_sym_annotation] = ACTIONS(4089), - [anon_sym_data] = ACTIONS(4089), - [anon_sym_inner] = ACTIONS(4089), - [anon_sym_override] = ACTIONS(4089), - [anon_sym_lateinit] = ACTIONS(4089), - [anon_sym_public] = ACTIONS(4089), - [anon_sym_private] = ACTIONS(4089), - [anon_sym_internal] = ACTIONS(4089), - [anon_sym_protected] = ACTIONS(4089), - [anon_sym_tailrec] = ACTIONS(4089), - [anon_sym_operator] = ACTIONS(4089), - [anon_sym_infix] = ACTIONS(4089), - [anon_sym_inline] = ACTIONS(4089), - [anon_sym_external] = ACTIONS(4089), - [sym_property_modifier] = ACTIONS(4089), - [anon_sym_abstract] = ACTIONS(4089), - [anon_sym_final] = ACTIONS(4089), - [anon_sym_open] = ACTIONS(4089), - [anon_sym_vararg] = ACTIONS(4089), - [anon_sym_noinline] = ACTIONS(4089), - [anon_sym_crossinline] = ACTIONS(4089), - [anon_sym_expect] = ACTIONS(4089), - [anon_sym_actual] = ACTIONS(4089), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4091), - [sym__automatic_semicolon] = ACTIONS(4091), - [sym_safe_nav] = ACTIONS(4091), + [4148] = { + [sym_indexing_suffix] = STATE(4986), + [sym_navigation_suffix] = STATE(5006), + [sym_call_suffix] = STATE(5077), + [sym_annotated_lambda] = STATE(4993), + [sym_type_arguments] = STATE(7551), + [sym_value_arguments] = STATE(4451), + [sym_lambda_literal] = STATE(4995), + [sym__equality_operator] = STATE(1996), + [sym__comparison_operator] = STATE(1999), + [sym__in_operator] = STATE(2000), + [sym__is_operator] = STATE(5776), + [sym__additive_operator] = STATE(2001), + [sym__multiplicative_operator] = STATE(2002), + [sym__as_operator] = STATE(5777), + [sym__postfix_unary_operator] = STATE(5000), + [sym__member_access_operator] = STATE(7402), + [sym_annotation] = STATE(7890), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2003), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7890), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(6702), + [anon_sym_as] = ACTIONS(6704), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_RBRACE] = ACTIONS(3050), + [anon_sym_LPAREN] = ACTIONS(6706), + [anon_sym_COMMA] = ACTIONS(3050), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(7204), + [anon_sym_where] = ACTIONS(3048), + [anon_sym_DOT] = ACTIONS(6708), + [anon_sym_SEMI] = ACTIONS(3050), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(7183), + [sym_label] = ACTIONS(6712), + [anon_sym_in] = ACTIONS(7206), + [anon_sym_DOT_DOT] = ACTIONS(7208), + [anon_sym_QMARK_COLON] = ACTIONS(7210), + [anon_sym_AMP_AMP] = ACTIONS(3050), + [anon_sym_PIPE_PIPE] = ACTIONS(3050), + [anon_sym_else] = ACTIONS(3048), + [anon_sym_COLON_COLON] = ACTIONS(6718), + [anon_sym_BANG_EQ] = ACTIONS(7216), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7218), + [anon_sym_EQ_EQ] = ACTIONS(7216), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7218), + [anon_sym_LT_EQ] = ACTIONS(7220), + [anon_sym_GT_EQ] = ACTIONS(7220), + [anon_sym_BANGin] = ACTIONS(7222), + [anon_sym_is] = ACTIONS(6744), + [anon_sym_BANGis] = ACTIONS(6746), + [anon_sym_PLUS] = ACTIONS(7185), + [anon_sym_DASH] = ACTIONS(7185), + [anon_sym_SLASH] = ACTIONS(7187), + [anon_sym_PERCENT] = ACTIONS(7183), + [anon_sym_as_QMARK] = ACTIONS(6722), + [anon_sym_PLUS_PLUS] = ACTIONS(6724), + [anon_sym_DASH_DASH] = ACTIONS(6724), + [anon_sym_BANG_BANG] = ACTIONS(6724), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(3050), + [sym_safe_nav] = ACTIONS(6718), [sym_multiline_comment] = ACTIONS(3), }, - [4123] = { - [sym_function_body] = STATE(3680), - [sym__block] = STATE(3725), - [sym__alpha_identifier] = ACTIONS(4503), - [anon_sym_AT] = ACTIONS(4505), - [anon_sym_LBRACK] = ACTIONS(4505), - [anon_sym_as] = ACTIONS(4503), - [anon_sym_EQ] = ACTIONS(7017), - [anon_sym_LBRACE] = ACTIONS(6434), - [anon_sym_RBRACE] = ACTIONS(4505), - [anon_sym_LPAREN] = ACTIONS(4505), - [anon_sym_LT] = ACTIONS(4503), - [anon_sym_GT] = ACTIONS(4503), - [anon_sym_DOT] = ACTIONS(4503), - [anon_sym_SEMI] = ACTIONS(4505), - [anon_sym_get] = ACTIONS(4503), - [anon_sym_set] = ACTIONS(4503), - [anon_sym_STAR] = ACTIONS(4505), - [sym_label] = ACTIONS(4505), - [anon_sym_in] = ACTIONS(4503), - [anon_sym_DOT_DOT] = ACTIONS(4505), - [anon_sym_QMARK_COLON] = ACTIONS(4505), - [anon_sym_AMP_AMP] = ACTIONS(4505), - [anon_sym_PIPE_PIPE] = ACTIONS(4505), - [anon_sym_else] = ACTIONS(4503), - [anon_sym_COLON_COLON] = ACTIONS(4505), - [anon_sym_BANG_EQ] = ACTIONS(4503), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4505), - [anon_sym_EQ_EQ] = ACTIONS(4503), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4505), - [anon_sym_LT_EQ] = ACTIONS(4505), - [anon_sym_GT_EQ] = ACTIONS(4505), - [anon_sym_BANGin] = ACTIONS(4505), - [anon_sym_is] = ACTIONS(4503), - [anon_sym_BANGis] = ACTIONS(4505), - [anon_sym_PLUS] = ACTIONS(4503), - [anon_sym_DASH] = ACTIONS(4503), - [anon_sym_SLASH] = ACTIONS(4503), - [anon_sym_PERCENT] = ACTIONS(4505), - [anon_sym_as_QMARK] = ACTIONS(4505), - [anon_sym_PLUS_PLUS] = ACTIONS(4505), - [anon_sym_DASH_DASH] = ACTIONS(4505), - [anon_sym_BANG_BANG] = ACTIONS(4505), - [anon_sym_suspend] = ACTIONS(4503), - [anon_sym_sealed] = ACTIONS(4503), - [anon_sym_annotation] = ACTIONS(4503), - [anon_sym_data] = ACTIONS(4503), - [anon_sym_inner] = ACTIONS(4503), - [anon_sym_override] = ACTIONS(4503), - [anon_sym_lateinit] = ACTIONS(4503), - [anon_sym_public] = ACTIONS(4503), - [anon_sym_private] = ACTIONS(4503), - [anon_sym_internal] = ACTIONS(4503), - [anon_sym_protected] = ACTIONS(4503), - [anon_sym_tailrec] = ACTIONS(4503), - [anon_sym_operator] = ACTIONS(4503), - [anon_sym_infix] = ACTIONS(4503), - [anon_sym_inline] = ACTIONS(4503), - [anon_sym_external] = ACTIONS(4503), - [sym_property_modifier] = ACTIONS(4503), - [anon_sym_abstract] = ACTIONS(4503), - [anon_sym_final] = ACTIONS(4503), - [anon_sym_open] = ACTIONS(4503), - [anon_sym_vararg] = ACTIONS(4503), - [anon_sym_noinline] = ACTIONS(4503), - [anon_sym_crossinline] = ACTIONS(4503), - [anon_sym_expect] = ACTIONS(4503), - [anon_sym_actual] = ACTIONS(4503), + [4149] = { + [sym_indexing_suffix] = STATE(4986), + [sym_navigation_suffix] = STATE(5006), + [sym_call_suffix] = STATE(5077), + [sym_annotated_lambda] = STATE(4993), + [sym_type_arguments] = STATE(7551), + [sym_value_arguments] = STATE(4451), + [sym_lambda_literal] = STATE(4995), + [sym__equality_operator] = STATE(1996), + [sym__comparison_operator] = STATE(1999), + [sym__in_operator] = STATE(2000), + [sym__is_operator] = STATE(5776), + [sym__additive_operator] = STATE(2001), + [sym__multiplicative_operator] = STATE(2002), + [sym__as_operator] = STATE(5777), + [sym__postfix_unary_operator] = STATE(5000), + [sym__member_access_operator] = STATE(7402), + [sym_annotation] = STATE(7890), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2003), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7890), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(6702), + [anon_sym_as] = ACTIONS(6704), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_RBRACE] = ACTIONS(3061), + [anon_sym_LPAREN] = ACTIONS(6706), + [anon_sym_COMMA] = ACTIONS(3061), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(7204), + [anon_sym_where] = ACTIONS(3059), + [anon_sym_DOT] = ACTIONS(6708), + [anon_sym_SEMI] = ACTIONS(3061), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(7183), + [sym_label] = ACTIONS(6712), + [anon_sym_in] = ACTIONS(7206), + [anon_sym_DOT_DOT] = ACTIONS(7208), + [anon_sym_QMARK_COLON] = ACTIONS(7210), + [anon_sym_AMP_AMP] = ACTIONS(7212), + [anon_sym_PIPE_PIPE] = ACTIONS(7214), + [anon_sym_else] = ACTIONS(3059), + [anon_sym_COLON_COLON] = ACTIONS(6718), + [anon_sym_BANG_EQ] = ACTIONS(7216), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7218), + [anon_sym_EQ_EQ] = ACTIONS(7216), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7218), + [anon_sym_LT_EQ] = ACTIONS(7220), + [anon_sym_GT_EQ] = ACTIONS(7220), + [anon_sym_BANGin] = ACTIONS(7222), + [anon_sym_is] = ACTIONS(6744), + [anon_sym_BANGis] = ACTIONS(6746), + [anon_sym_PLUS] = ACTIONS(7185), + [anon_sym_DASH] = ACTIONS(7185), + [anon_sym_SLASH] = ACTIONS(7187), + [anon_sym_PERCENT] = ACTIONS(7183), + [anon_sym_as_QMARK] = ACTIONS(6722), + [anon_sym_PLUS_PLUS] = ACTIONS(6724), + [anon_sym_DASH_DASH] = ACTIONS(6724), + [anon_sym_BANG_BANG] = ACTIONS(6724), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4505), - [sym__automatic_semicolon] = ACTIONS(4505), - [sym_safe_nav] = ACTIONS(4505), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(3061), + [sym_safe_nav] = ACTIONS(6718), [sym_multiline_comment] = ACTIONS(3), }, - [4124] = { - [aux_sym__delegation_specifiers_repeat1] = STATE(4147), - [sym__alpha_identifier] = ACTIONS(4678), - [anon_sym_AT] = ACTIONS(4680), - [anon_sym_LBRACK] = ACTIONS(4680), - [anon_sym_as] = ACTIONS(4678), - [anon_sym_LBRACE] = ACTIONS(4680), - [anon_sym_RBRACE] = ACTIONS(4680), - [anon_sym_LPAREN] = ACTIONS(4680), - [anon_sym_COMMA] = ACTIONS(7203), - [anon_sym_LT] = ACTIONS(4678), - [anon_sym_GT] = ACTIONS(4678), - [anon_sym_where] = ACTIONS(4678), - [anon_sym_DOT] = ACTIONS(4678), - [anon_sym_SEMI] = ACTIONS(4680), - [anon_sym_get] = ACTIONS(4678), - [anon_sym_set] = ACTIONS(4678), - [anon_sym_STAR] = ACTIONS(4680), - [sym_label] = ACTIONS(4680), - [anon_sym_in] = ACTIONS(4678), - [anon_sym_DOT_DOT] = ACTIONS(4680), - [anon_sym_QMARK_COLON] = ACTIONS(4680), - [anon_sym_AMP_AMP] = ACTIONS(4680), - [anon_sym_PIPE_PIPE] = ACTIONS(4680), - [anon_sym_else] = ACTIONS(4678), - [anon_sym_COLON_COLON] = ACTIONS(4680), - [anon_sym_BANG_EQ] = ACTIONS(4678), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4680), - [anon_sym_EQ_EQ] = ACTIONS(4678), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4680), - [anon_sym_LT_EQ] = ACTIONS(4680), - [anon_sym_GT_EQ] = ACTIONS(4680), - [anon_sym_BANGin] = ACTIONS(4680), - [anon_sym_is] = ACTIONS(4678), - [anon_sym_BANGis] = ACTIONS(4680), - [anon_sym_PLUS] = ACTIONS(4678), - [anon_sym_DASH] = ACTIONS(4678), - [anon_sym_SLASH] = ACTIONS(4678), - [anon_sym_PERCENT] = ACTIONS(4680), - [anon_sym_as_QMARK] = ACTIONS(4680), - [anon_sym_PLUS_PLUS] = ACTIONS(4680), - [anon_sym_DASH_DASH] = ACTIONS(4680), - [anon_sym_BANG_BANG] = ACTIONS(4680), - [anon_sym_suspend] = ACTIONS(4678), - [anon_sym_sealed] = ACTIONS(4678), - [anon_sym_annotation] = ACTIONS(4678), - [anon_sym_data] = ACTIONS(4678), - [anon_sym_inner] = ACTIONS(4678), - [anon_sym_override] = ACTIONS(4678), - [anon_sym_lateinit] = ACTIONS(4678), - [anon_sym_public] = ACTIONS(4678), - [anon_sym_private] = ACTIONS(4678), - [anon_sym_internal] = ACTIONS(4678), - [anon_sym_protected] = ACTIONS(4678), - [anon_sym_tailrec] = ACTIONS(4678), - [anon_sym_operator] = ACTIONS(4678), - [anon_sym_infix] = ACTIONS(4678), - [anon_sym_inline] = ACTIONS(4678), - [anon_sym_external] = ACTIONS(4678), - [sym_property_modifier] = ACTIONS(4678), - [anon_sym_abstract] = ACTIONS(4678), - [anon_sym_final] = ACTIONS(4678), - [anon_sym_open] = ACTIONS(4678), - [anon_sym_vararg] = ACTIONS(4678), - [anon_sym_noinline] = ACTIONS(4678), - [anon_sym_crossinline] = ACTIONS(4678), - [anon_sym_expect] = ACTIONS(4678), - [anon_sym_actual] = ACTIONS(4678), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4680), - [sym__automatic_semicolon] = ACTIONS(4680), - [sym_safe_nav] = ACTIONS(4680), + [4150] = { + [sym_indexing_suffix] = STATE(4986), + [sym_navigation_suffix] = STATE(5006), + [sym_call_suffix] = STATE(5077), + [sym_annotated_lambda] = STATE(4993), + [sym_type_arguments] = STATE(7551), + [sym_value_arguments] = STATE(4451), + [sym_lambda_literal] = STATE(4995), + [sym__equality_operator] = STATE(1996), + [sym__comparison_operator] = STATE(1999), + [sym__in_operator] = STATE(2000), + [sym__is_operator] = STATE(5776), + [sym__additive_operator] = STATE(2001), + [sym__multiplicative_operator] = STATE(2002), + [sym__as_operator] = STATE(5777), + [sym__postfix_unary_operator] = STATE(5000), + [sym__member_access_operator] = STATE(7402), + [sym_annotation] = STATE(7890), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2003), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7890), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(6702), + [anon_sym_as] = ACTIONS(6704), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_RBRACE] = ACTIONS(3065), + [anon_sym_LPAREN] = ACTIONS(6706), + [anon_sym_COMMA] = ACTIONS(3065), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(7204), + [anon_sym_where] = ACTIONS(3063), + [anon_sym_DOT] = ACTIONS(6708), + [anon_sym_SEMI] = ACTIONS(3065), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(7183), + [sym_label] = ACTIONS(6712), + [anon_sym_in] = ACTIONS(7206), + [anon_sym_DOT_DOT] = ACTIONS(7208), + [anon_sym_QMARK_COLON] = ACTIONS(7210), + [anon_sym_AMP_AMP] = ACTIONS(7212), + [anon_sym_PIPE_PIPE] = ACTIONS(7214), + [anon_sym_else] = ACTIONS(3063), + [anon_sym_COLON_COLON] = ACTIONS(6718), + [anon_sym_BANG_EQ] = ACTIONS(7216), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7218), + [anon_sym_EQ_EQ] = ACTIONS(7216), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7218), + [anon_sym_LT_EQ] = ACTIONS(7220), + [anon_sym_GT_EQ] = ACTIONS(7220), + [anon_sym_BANGin] = ACTIONS(7222), + [anon_sym_is] = ACTIONS(6744), + [anon_sym_BANGis] = ACTIONS(6746), + [anon_sym_PLUS] = ACTIONS(7185), + [anon_sym_DASH] = ACTIONS(7185), + [anon_sym_SLASH] = ACTIONS(7187), + [anon_sym_PERCENT] = ACTIONS(7183), + [anon_sym_as_QMARK] = ACTIONS(6722), + [anon_sym_PLUS_PLUS] = ACTIONS(6724), + [anon_sym_DASH_DASH] = ACTIONS(6724), + [anon_sym_BANG_BANG] = ACTIONS(6724), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym__automatic_semicolon] = ACTIONS(3065), + [sym_safe_nav] = ACTIONS(6718), [sym_multiline_comment] = ACTIONS(3), }, - [4125] = { - [sym_indexing_suffix] = STATE(4909), - [sym_navigation_suffix] = STATE(4889), - [sym_call_suffix] = STATE(4891), - [sym_annotated_lambda] = STATE(4893), - [sym_type_arguments] = STATE(7557), - [sym_value_arguments] = STATE(4442), - [sym_lambda_literal] = STATE(4899), - [sym__equality_operator] = STATE(2340), - [sym__comparison_operator] = STATE(2339), - [sym__in_operator] = STATE(2338), - [sym__is_operator] = STATE(6028), - [sym__additive_operator] = STATE(2337), - [sym__multiplicative_operator] = STATE(2336), - [sym__as_operator] = STATE(6024), - [sym__postfix_unary_operator] = STATE(4912), - [sym__member_access_operator] = STATE(7341), - [sym_annotation] = STATE(7855), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2334), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7855), + [4151] = { + [sym_indexing_suffix] = STATE(4986), + [sym_navigation_suffix] = STATE(5006), + [sym_call_suffix] = STATE(5077), + [sym_annotated_lambda] = STATE(4993), + [sym_type_arguments] = STATE(7551), + [sym_value_arguments] = STATE(4451), + [sym_lambda_literal] = STATE(4995), + [sym__equality_operator] = STATE(1996), + [sym__comparison_operator] = STATE(1999), + [sym__in_operator] = STATE(2000), + [sym__is_operator] = STATE(5776), + [sym__additive_operator] = STATE(2001), + [sym__multiplicative_operator] = STATE(2002), + [sym__as_operator] = STATE(5777), + [sym__postfix_unary_operator] = STATE(5000), + [sym__member_access_operator] = STATE(7402), + [sym_annotation] = STATE(7890), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2003), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7890), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6688), - [anon_sym_as] = ACTIONS(6690), + [anon_sym_LBRACK] = ACTIONS(6702), + [anon_sym_as] = ACTIONS(6704), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3029), - [anon_sym_LPAREN] = ACTIONS(6692), - [anon_sym_COMMA] = ACTIONS(3029), - [anon_sym_LT] = ACTIONS(3031), - [anon_sym_GT] = ACTIONS(3027), - [anon_sym_where] = ACTIONS(3027), - [anon_sym_DOT] = ACTIONS(6696), - [anon_sym_SEMI] = ACTIONS(3029), + [anon_sym_RBRACE] = ACTIONS(3069), + [anon_sym_LPAREN] = ACTIONS(6706), + [anon_sym_COMMA] = ACTIONS(3069), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(7204), + [anon_sym_where] = ACTIONS(3067), + [anon_sym_DOT] = ACTIONS(6708), + [anon_sym_SEMI] = ACTIONS(3069), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7177), - [sym_label] = ACTIONS(6700), - [anon_sym_in] = ACTIONS(3027), - [anon_sym_DOT_DOT] = ACTIONS(7181), - [anon_sym_QMARK_COLON] = ACTIONS(7183), - [anon_sym_AMP_AMP] = ACTIONS(3029), - [anon_sym_PIPE_PIPE] = ACTIONS(3029), - [anon_sym_else] = ACTIONS(3027), - [anon_sym_COLON_COLON] = ACTIONS(6712), - [anon_sym_BANG_EQ] = ACTIONS(3027), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3029), - [anon_sym_EQ_EQ] = ACTIONS(3027), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3029), - [anon_sym_LT_EQ] = ACTIONS(3029), - [anon_sym_GT_EQ] = ACTIONS(3029), - [anon_sym_BANGin] = ACTIONS(3029), - [anon_sym_is] = ACTIONS(3027), - [anon_sym_BANGis] = ACTIONS(3029), - [anon_sym_PLUS] = ACTIONS(7187), - [anon_sym_DASH] = ACTIONS(7187), - [anon_sym_SLASH] = ACTIONS(7189), - [anon_sym_PERCENT] = ACTIONS(7177), - [anon_sym_as_QMARK] = ACTIONS(6728), - [anon_sym_PLUS_PLUS] = ACTIONS(6730), - [anon_sym_DASH_DASH] = ACTIONS(6730), - [anon_sym_BANG_BANG] = ACTIONS(6730), + [anon_sym_STAR] = ACTIONS(7183), + [sym_label] = ACTIONS(6712), + [anon_sym_in] = ACTIONS(7206), + [anon_sym_DOT_DOT] = ACTIONS(7208), + [anon_sym_QMARK_COLON] = ACTIONS(7210), + [anon_sym_AMP_AMP] = ACTIONS(7212), + [anon_sym_PIPE_PIPE] = ACTIONS(7214), + [anon_sym_else] = ACTIONS(3067), + [anon_sym_COLON_COLON] = ACTIONS(6718), + [anon_sym_BANG_EQ] = ACTIONS(7216), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7218), + [anon_sym_EQ_EQ] = ACTIONS(7216), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7218), + [anon_sym_LT_EQ] = ACTIONS(7220), + [anon_sym_GT_EQ] = ACTIONS(7220), + [anon_sym_BANGin] = ACTIONS(7222), + [anon_sym_is] = ACTIONS(6744), + [anon_sym_BANGis] = ACTIONS(6746), + [anon_sym_PLUS] = ACTIONS(7185), + [anon_sym_DASH] = ACTIONS(7185), + [anon_sym_SLASH] = ACTIONS(7187), + [anon_sym_PERCENT] = ACTIONS(7183), + [anon_sym_as_QMARK] = ACTIONS(6722), + [anon_sym_PLUS_PLUS] = ACTIONS(6724), + [anon_sym_DASH_DASH] = ACTIONS(6724), + [anon_sym_BANG_BANG] = ACTIONS(6724), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3029), - [sym_safe_nav] = ACTIONS(6712), + [sym__automatic_semicolon] = ACTIONS(3069), + [sym_safe_nav] = ACTIONS(6718), [sym_multiline_comment] = ACTIONS(3), }, - [4126] = { - [aux_sym__delegation_specifiers_repeat1] = STATE(4126), - [sym__alpha_identifier] = ACTIONS(4663), - [anon_sym_AT] = ACTIONS(4665), - [anon_sym_LBRACK] = ACTIONS(4665), - [anon_sym_as] = ACTIONS(4663), - [anon_sym_LBRACE] = ACTIONS(4665), - [anon_sym_RBRACE] = ACTIONS(4665), - [anon_sym_LPAREN] = ACTIONS(4665), - [anon_sym_COMMA] = ACTIONS(7205), - [anon_sym_LT] = ACTIONS(4663), - [anon_sym_GT] = ACTIONS(4663), - [anon_sym_where] = ACTIONS(4663), - [anon_sym_DOT] = ACTIONS(4663), - [anon_sym_SEMI] = ACTIONS(4665), - [anon_sym_get] = ACTIONS(4663), - [anon_sym_set] = ACTIONS(4663), - [anon_sym_STAR] = ACTIONS(4665), - [sym_label] = ACTIONS(4665), - [anon_sym_in] = ACTIONS(4663), - [anon_sym_DOT_DOT] = ACTIONS(4665), - [anon_sym_QMARK_COLON] = ACTIONS(4665), - [anon_sym_AMP_AMP] = ACTIONS(4665), - [anon_sym_PIPE_PIPE] = ACTIONS(4665), - [anon_sym_else] = ACTIONS(4663), - [anon_sym_COLON_COLON] = ACTIONS(4665), - [anon_sym_BANG_EQ] = ACTIONS(4663), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4665), - [anon_sym_EQ_EQ] = ACTIONS(4663), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4665), - [anon_sym_LT_EQ] = ACTIONS(4665), - [anon_sym_GT_EQ] = ACTIONS(4665), - [anon_sym_BANGin] = ACTIONS(4665), - [anon_sym_is] = ACTIONS(4663), - [anon_sym_BANGis] = ACTIONS(4665), - [anon_sym_PLUS] = ACTIONS(4663), - [anon_sym_DASH] = ACTIONS(4663), - [anon_sym_SLASH] = ACTIONS(4663), - [anon_sym_PERCENT] = ACTIONS(4665), - [anon_sym_as_QMARK] = ACTIONS(4665), - [anon_sym_PLUS_PLUS] = ACTIONS(4665), - [anon_sym_DASH_DASH] = ACTIONS(4665), - [anon_sym_BANG_BANG] = ACTIONS(4665), - [anon_sym_suspend] = ACTIONS(4663), - [anon_sym_sealed] = ACTIONS(4663), - [anon_sym_annotation] = ACTIONS(4663), - [anon_sym_data] = ACTIONS(4663), - [anon_sym_inner] = ACTIONS(4663), - [anon_sym_override] = ACTIONS(4663), - [anon_sym_lateinit] = ACTIONS(4663), - [anon_sym_public] = ACTIONS(4663), - [anon_sym_private] = ACTIONS(4663), - [anon_sym_internal] = ACTIONS(4663), - [anon_sym_protected] = ACTIONS(4663), - [anon_sym_tailrec] = ACTIONS(4663), - [anon_sym_operator] = ACTIONS(4663), - [anon_sym_infix] = ACTIONS(4663), - [anon_sym_inline] = ACTIONS(4663), - [anon_sym_external] = ACTIONS(4663), - [sym_property_modifier] = ACTIONS(4663), - [anon_sym_abstract] = ACTIONS(4663), - [anon_sym_final] = ACTIONS(4663), - [anon_sym_open] = ACTIONS(4663), - [anon_sym_vararg] = ACTIONS(4663), - [anon_sym_noinline] = ACTIONS(4663), - [anon_sym_crossinline] = ACTIONS(4663), - [anon_sym_expect] = ACTIONS(4663), - [anon_sym_actual] = ACTIONS(4663), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4665), - [sym__automatic_semicolon] = ACTIONS(4665), - [sym_safe_nav] = ACTIONS(4665), + [4152] = { + [sym_function_body] = STATE(3707), + [sym__block] = STATE(3738), + [sym__alpha_identifier] = ACTIONS(4260), + [anon_sym_AT] = ACTIONS(4262), + [anon_sym_LBRACK] = ACTIONS(4262), + [anon_sym_as] = ACTIONS(4260), + [anon_sym_EQ] = ACTIONS(7028), + [anon_sym_LBRACE] = ACTIONS(6461), + [anon_sym_RBRACE] = ACTIONS(4262), + [anon_sym_LPAREN] = ACTIONS(4262), + [anon_sym_LT] = ACTIONS(4260), + [anon_sym_GT] = ACTIONS(4260), + [anon_sym_DOT] = ACTIONS(4260), + [anon_sym_SEMI] = ACTIONS(4262), + [anon_sym_get] = ACTIONS(4260), + [anon_sym_set] = ACTIONS(4260), + [anon_sym_STAR] = ACTIONS(4262), + [sym_label] = ACTIONS(4262), + [anon_sym_in] = ACTIONS(4260), + [anon_sym_DOT_DOT] = ACTIONS(4262), + [anon_sym_QMARK_COLON] = ACTIONS(4262), + [anon_sym_AMP_AMP] = ACTIONS(4262), + [anon_sym_PIPE_PIPE] = ACTIONS(4262), + [anon_sym_else] = ACTIONS(4260), + [anon_sym_COLON_COLON] = ACTIONS(4262), + [anon_sym_BANG_EQ] = ACTIONS(4260), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4262), + [anon_sym_EQ_EQ] = ACTIONS(4260), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4262), + [anon_sym_LT_EQ] = ACTIONS(4262), + [anon_sym_GT_EQ] = ACTIONS(4262), + [anon_sym_BANGin] = ACTIONS(4262), + [anon_sym_is] = ACTIONS(4260), + [anon_sym_BANGis] = ACTIONS(4262), + [anon_sym_PLUS] = ACTIONS(4260), + [anon_sym_DASH] = ACTIONS(4260), + [anon_sym_SLASH] = ACTIONS(4260), + [anon_sym_PERCENT] = ACTIONS(4262), + [anon_sym_as_QMARK] = ACTIONS(4262), + [anon_sym_PLUS_PLUS] = ACTIONS(4262), + [anon_sym_DASH_DASH] = ACTIONS(4262), + [anon_sym_BANG_BANG] = ACTIONS(4262), + [anon_sym_suspend] = ACTIONS(4260), + [anon_sym_sealed] = ACTIONS(4260), + [anon_sym_annotation] = ACTIONS(4260), + [anon_sym_data] = ACTIONS(4260), + [anon_sym_inner] = ACTIONS(4260), + [anon_sym_override] = ACTIONS(4260), + [anon_sym_lateinit] = ACTIONS(4260), + [anon_sym_public] = ACTIONS(4260), + [anon_sym_private] = ACTIONS(4260), + [anon_sym_internal] = ACTIONS(4260), + [anon_sym_protected] = ACTIONS(4260), + [anon_sym_tailrec] = ACTIONS(4260), + [anon_sym_operator] = ACTIONS(4260), + [anon_sym_infix] = ACTIONS(4260), + [anon_sym_inline] = ACTIONS(4260), + [anon_sym_external] = ACTIONS(4260), + [sym_property_modifier] = ACTIONS(4260), + [anon_sym_abstract] = ACTIONS(4260), + [anon_sym_final] = ACTIONS(4260), + [anon_sym_open] = ACTIONS(4260), + [anon_sym_vararg] = ACTIONS(4260), + [anon_sym_noinline] = ACTIONS(4260), + [anon_sym_crossinline] = ACTIONS(4260), + [anon_sym_expect] = ACTIONS(4260), + [anon_sym_actual] = ACTIONS(4260), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4262), + [sym__automatic_semicolon] = ACTIONS(4262), + [sym_safe_nav] = ACTIONS(4262), [sym_multiline_comment] = ACTIONS(3), }, - [4127] = { - [sym_indexing_suffix] = STATE(4909), - [sym_navigation_suffix] = STATE(4889), - [sym_call_suffix] = STATE(4891), - [sym_annotated_lambda] = STATE(4893), - [sym_type_arguments] = STATE(7557), - [sym_value_arguments] = STATE(4442), - [sym_lambda_literal] = STATE(4899), - [sym__equality_operator] = STATE(2340), - [sym__comparison_operator] = STATE(2339), - [sym__in_operator] = STATE(2338), - [sym__is_operator] = STATE(6028), - [sym__additive_operator] = STATE(2337), - [sym__multiplicative_operator] = STATE(2336), - [sym__as_operator] = STATE(6024), - [sym__postfix_unary_operator] = STATE(4912), - [sym__member_access_operator] = STATE(7341), - [sym_annotation] = STATE(7855), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2334), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7855), + [4153] = { + [sym_indexing_suffix] = STATE(4986), + [sym_navigation_suffix] = STATE(5006), + [sym_call_suffix] = STATE(5077), + [sym_annotated_lambda] = STATE(4993), + [sym_type_arguments] = STATE(7551), + [sym_value_arguments] = STATE(4451), + [sym_lambda_literal] = STATE(4995), + [sym__equality_operator] = STATE(1996), + [sym__comparison_operator] = STATE(1999), + [sym__in_operator] = STATE(2000), + [sym__is_operator] = STATE(5776), + [sym__additive_operator] = STATE(2001), + [sym__multiplicative_operator] = STATE(2002), + [sym__as_operator] = STATE(5777), + [sym__postfix_unary_operator] = STATE(5000), + [sym__member_access_operator] = STATE(7402), + [sym_annotation] = STATE(7890), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2003), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7890), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6688), - [anon_sym_as] = ACTIONS(6690), + [anon_sym_LBRACK] = ACTIONS(6702), + [anon_sym_as] = ACTIONS(6704), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3051), - [anon_sym_LPAREN] = ACTIONS(6692), - [anon_sym_COMMA] = ACTIONS(3051), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7191), - [anon_sym_where] = ACTIONS(3049), - [anon_sym_DOT] = ACTIONS(6696), - [anon_sym_SEMI] = ACTIONS(3051), + [anon_sym_RBRACE] = ACTIONS(3054), + [anon_sym_LPAREN] = ACTIONS(6706), + [anon_sym_COMMA] = ACTIONS(3054), + [anon_sym_LT] = ACTIONS(3056), + [anon_sym_GT] = ACTIONS(3052), + [anon_sym_where] = ACTIONS(3052), + [anon_sym_DOT] = ACTIONS(6708), + [anon_sym_SEMI] = ACTIONS(3054), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7177), - [sym_label] = ACTIONS(6700), - [anon_sym_in] = ACTIONS(7179), - [anon_sym_DOT_DOT] = ACTIONS(7181), - [anon_sym_QMARK_COLON] = ACTIONS(7183), - [anon_sym_AMP_AMP] = ACTIONS(7195), - [anon_sym_PIPE_PIPE] = ACTIONS(7201), - [anon_sym_else] = ACTIONS(3049), - [anon_sym_COLON_COLON] = ACTIONS(6712), - [anon_sym_BANG_EQ] = ACTIONS(7197), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7199), - [anon_sym_EQ_EQ] = ACTIONS(7197), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7199), - [anon_sym_LT_EQ] = ACTIONS(7193), - [anon_sym_GT_EQ] = ACTIONS(7193), - [anon_sym_BANGin] = ACTIONS(7185), - [anon_sym_is] = ACTIONS(6722), - [anon_sym_BANGis] = ACTIONS(6724), - [anon_sym_PLUS] = ACTIONS(7187), - [anon_sym_DASH] = ACTIONS(7187), - [anon_sym_SLASH] = ACTIONS(7189), - [anon_sym_PERCENT] = ACTIONS(7177), - [anon_sym_as_QMARK] = ACTIONS(6728), - [anon_sym_PLUS_PLUS] = ACTIONS(6730), - [anon_sym_DASH_DASH] = ACTIONS(6730), - [anon_sym_BANG_BANG] = ACTIONS(6730), + [anon_sym_STAR] = ACTIONS(7183), + [sym_label] = ACTIONS(6712), + [anon_sym_in] = ACTIONS(3052), + [anon_sym_DOT_DOT] = ACTIONS(7208), + [anon_sym_QMARK_COLON] = ACTIONS(3054), + [anon_sym_AMP_AMP] = ACTIONS(3054), + [anon_sym_PIPE_PIPE] = ACTIONS(3054), + [anon_sym_else] = ACTIONS(3052), + [anon_sym_COLON_COLON] = ACTIONS(6718), + [anon_sym_BANG_EQ] = ACTIONS(3052), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3054), + [anon_sym_EQ_EQ] = ACTIONS(3052), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3054), + [anon_sym_LT_EQ] = ACTIONS(3054), + [anon_sym_GT_EQ] = ACTIONS(3054), + [anon_sym_BANGin] = ACTIONS(3054), + [anon_sym_is] = ACTIONS(3052), + [anon_sym_BANGis] = ACTIONS(3054), + [anon_sym_PLUS] = ACTIONS(7185), + [anon_sym_DASH] = ACTIONS(7185), + [anon_sym_SLASH] = ACTIONS(7187), + [anon_sym_PERCENT] = ACTIONS(7183), + [anon_sym_as_QMARK] = ACTIONS(6722), + [anon_sym_PLUS_PLUS] = ACTIONS(6724), + [anon_sym_DASH_DASH] = ACTIONS(6724), + [anon_sym_BANG_BANG] = ACTIONS(6724), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3051), - [sym_safe_nav] = ACTIONS(6712), + [sym__automatic_semicolon] = ACTIONS(3054), + [sym_safe_nav] = ACTIONS(6718), [sym_multiline_comment] = ACTIONS(3), }, - [4128] = { - [sym_indexing_suffix] = STATE(4909), - [sym_navigation_suffix] = STATE(4889), - [sym_call_suffix] = STATE(4891), - [sym_annotated_lambda] = STATE(4893), - [sym_type_arguments] = STATE(7557), - [sym_value_arguments] = STATE(4442), - [sym_lambda_literal] = STATE(4899), - [sym__equality_operator] = STATE(2340), - [sym__comparison_operator] = STATE(2339), - [sym__in_operator] = STATE(2338), - [sym__is_operator] = STATE(6028), - [sym__additive_operator] = STATE(2337), - [sym__multiplicative_operator] = STATE(2336), - [sym__as_operator] = STATE(6024), - [sym__postfix_unary_operator] = STATE(4912), - [sym__member_access_operator] = STATE(7341), - [sym_annotation] = STATE(7855), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2334), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7855), + [4154] = { + [sym__alpha_identifier] = ACTIONS(4955), + [anon_sym_AT] = ACTIONS(4957), + [anon_sym_LBRACK] = ACTIONS(4957), + [anon_sym_as] = ACTIONS(4955), + [anon_sym_LBRACE] = ACTIONS(4957), + [anon_sym_RBRACE] = ACTIONS(4957), + [anon_sym_LPAREN] = ACTIONS(7232), + [anon_sym_LT] = ACTIONS(4955), + [anon_sym_GT] = ACTIONS(4955), + [anon_sym_object] = ACTIONS(4955), + [anon_sym_fun] = ACTIONS(4955), + [anon_sym_DOT] = ACTIONS(4955), + [anon_sym_SEMI] = ACTIONS(4957), + [anon_sym_get] = ACTIONS(4955), + [anon_sym_set] = ACTIONS(4955), + [anon_sym_this] = ACTIONS(4955), + [anon_sym_super] = ACTIONS(4955), + [anon_sym_STAR] = ACTIONS(4957), + [sym_label] = ACTIONS(4955), + [anon_sym_in] = ACTIONS(4955), + [anon_sym_DOT_DOT] = ACTIONS(4957), + [anon_sym_QMARK_COLON] = ACTIONS(4957), + [anon_sym_AMP_AMP] = ACTIONS(4957), + [anon_sym_PIPE_PIPE] = ACTIONS(4957), + [anon_sym_null] = ACTIONS(4955), + [anon_sym_if] = ACTIONS(4955), + [anon_sym_else] = ACTIONS(4955), + [anon_sym_when] = ACTIONS(4955), + [anon_sym_try] = ACTIONS(4955), + [anon_sym_throw] = ACTIONS(4955), + [anon_sym_return] = ACTIONS(4955), + [anon_sym_continue] = ACTIONS(4955), + [anon_sym_break] = ACTIONS(4955), + [anon_sym_COLON_COLON] = ACTIONS(4957), + [anon_sym_BANG_EQ] = ACTIONS(4955), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4957), + [anon_sym_EQ_EQ] = ACTIONS(4955), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4957), + [anon_sym_LT_EQ] = ACTIONS(4957), + [anon_sym_GT_EQ] = ACTIONS(4957), + [anon_sym_BANGin] = ACTIONS(4957), + [anon_sym_is] = ACTIONS(4955), + [anon_sym_BANGis] = ACTIONS(4957), + [anon_sym_PLUS] = ACTIONS(4955), + [anon_sym_DASH] = ACTIONS(4955), + [anon_sym_SLASH] = ACTIONS(4955), + [anon_sym_PERCENT] = ACTIONS(4957), + [anon_sym_as_QMARK] = ACTIONS(4957), + [anon_sym_PLUS_PLUS] = ACTIONS(4957), + [anon_sym_DASH_DASH] = ACTIONS(4957), + [anon_sym_BANG] = ACTIONS(4955), + [anon_sym_BANG_BANG] = ACTIONS(4957), + [anon_sym_data] = ACTIONS(4955), + [anon_sym_inner] = ACTIONS(4955), + [anon_sym_expect] = ACTIONS(4955), + [anon_sym_actual] = ACTIONS(4955), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4957), + [anon_sym_continue_AT] = ACTIONS(4957), + [anon_sym_break_AT] = ACTIONS(4957), + [sym_real_literal] = ACTIONS(4957), + [sym_integer_literal] = ACTIONS(4955), + [sym_hex_literal] = ACTIONS(4957), + [sym_bin_literal] = ACTIONS(4957), + [anon_sym_true] = ACTIONS(4955), + [anon_sym_false] = ACTIONS(4955), + [anon_sym_SQUOTE] = ACTIONS(4957), + [sym__backtick_identifier] = ACTIONS(4957), + [sym__automatic_semicolon] = ACTIONS(4957), + [sym_safe_nav] = ACTIONS(4957), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4957), + }, + [4155] = { + [sym_indexing_suffix] = STATE(4986), + [sym_navigation_suffix] = STATE(5006), + [sym_call_suffix] = STATE(5077), + [sym_annotated_lambda] = STATE(4993), + [sym_type_arguments] = STATE(7551), + [sym_value_arguments] = STATE(4451), + [sym_lambda_literal] = STATE(4995), + [sym__equality_operator] = STATE(1996), + [sym__comparison_operator] = STATE(1999), + [sym__in_operator] = STATE(2000), + [sym__is_operator] = STATE(5776), + [sym__additive_operator] = STATE(2001), + [sym__multiplicative_operator] = STATE(2002), + [sym__as_operator] = STATE(5777), + [sym__postfix_unary_operator] = STATE(5000), + [sym__member_access_operator] = STATE(7402), + [sym_annotation] = STATE(7890), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2003), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7890), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6688), - [anon_sym_as] = ACTIONS(6690), + [anon_sym_LBRACK] = ACTIONS(6702), + [anon_sym_as] = ACTIONS(6704), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3021), - [anon_sym_LPAREN] = ACTIONS(6692), - [anon_sym_COMMA] = ACTIONS(3021), + [anon_sym_RBRACE] = ACTIONS(3084), + [anon_sym_LPAREN] = ACTIONS(6706), + [anon_sym_COMMA] = ACTIONS(3084), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7191), - [anon_sym_where] = ACTIONS(3019), - [anon_sym_DOT] = ACTIONS(6696), - [anon_sym_SEMI] = ACTIONS(3021), + [anon_sym_GT] = ACTIONS(7204), + [anon_sym_where] = ACTIONS(3082), + [anon_sym_DOT] = ACTIONS(6708), + [anon_sym_SEMI] = ACTIONS(3084), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7177), - [sym_label] = ACTIONS(6700), - [anon_sym_in] = ACTIONS(7179), - [anon_sym_DOT_DOT] = ACTIONS(7181), - [anon_sym_QMARK_COLON] = ACTIONS(7183), - [anon_sym_AMP_AMP] = ACTIONS(7195), - [anon_sym_PIPE_PIPE] = ACTIONS(7201), - [anon_sym_else] = ACTIONS(3019), - [anon_sym_COLON_COLON] = ACTIONS(6712), - [anon_sym_BANG_EQ] = ACTIONS(7197), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7199), - [anon_sym_EQ_EQ] = ACTIONS(7197), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7199), - [anon_sym_LT_EQ] = ACTIONS(7193), - [anon_sym_GT_EQ] = ACTIONS(7193), - [anon_sym_BANGin] = ACTIONS(7185), - [anon_sym_is] = ACTIONS(6722), - [anon_sym_BANGis] = ACTIONS(6724), - [anon_sym_PLUS] = ACTIONS(7187), - [anon_sym_DASH] = ACTIONS(7187), - [anon_sym_SLASH] = ACTIONS(7189), - [anon_sym_PERCENT] = ACTIONS(7177), - [anon_sym_as_QMARK] = ACTIONS(6728), - [anon_sym_PLUS_PLUS] = ACTIONS(6730), - [anon_sym_DASH_DASH] = ACTIONS(6730), - [anon_sym_BANG_BANG] = ACTIONS(6730), + [anon_sym_STAR] = ACTIONS(7183), + [sym_label] = ACTIONS(6712), + [anon_sym_in] = ACTIONS(7206), + [anon_sym_DOT_DOT] = ACTIONS(7208), + [anon_sym_QMARK_COLON] = ACTIONS(7210), + [anon_sym_AMP_AMP] = ACTIONS(7212), + [anon_sym_PIPE_PIPE] = ACTIONS(7214), + [anon_sym_else] = ACTIONS(3082), + [anon_sym_COLON_COLON] = ACTIONS(6718), + [anon_sym_BANG_EQ] = ACTIONS(7216), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7218), + [anon_sym_EQ_EQ] = ACTIONS(7216), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7218), + [anon_sym_LT_EQ] = ACTIONS(7220), + [anon_sym_GT_EQ] = ACTIONS(7220), + [anon_sym_BANGin] = ACTIONS(7222), + [anon_sym_is] = ACTIONS(6744), + [anon_sym_BANGis] = ACTIONS(6746), + [anon_sym_PLUS] = ACTIONS(7185), + [anon_sym_DASH] = ACTIONS(7185), + [anon_sym_SLASH] = ACTIONS(7187), + [anon_sym_PERCENT] = ACTIONS(7183), + [anon_sym_as_QMARK] = ACTIONS(6722), + [anon_sym_PLUS_PLUS] = ACTIONS(6724), + [anon_sym_DASH_DASH] = ACTIONS(6724), + [anon_sym_BANG_BANG] = ACTIONS(6724), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3021), - [sym_safe_nav] = ACTIONS(6712), + [sym__automatic_semicolon] = ACTIONS(3084), + [sym_safe_nav] = ACTIONS(6718), [sym_multiline_comment] = ACTIONS(3), }, - [4129] = { - [sym_function_body] = STATE(3878), - [sym__block] = STATE(3725), - [sym__alpha_identifier] = ACTIONS(4095), - [anon_sym_AT] = ACTIONS(4097), - [anon_sym_LBRACK] = ACTIONS(4097), - [anon_sym_as] = ACTIONS(4095), - [anon_sym_EQ] = ACTIONS(7017), - [anon_sym_LBRACE] = ACTIONS(6434), - [anon_sym_RBRACE] = ACTIONS(4097), - [anon_sym_LPAREN] = ACTIONS(4097), - [anon_sym_LT] = ACTIONS(4095), - [anon_sym_GT] = ACTIONS(4095), - [anon_sym_DOT] = ACTIONS(4095), - [anon_sym_SEMI] = ACTIONS(4097), - [anon_sym_get] = ACTIONS(4095), - [anon_sym_set] = ACTIONS(4095), - [anon_sym_STAR] = ACTIONS(4097), - [sym_label] = ACTIONS(4097), - [anon_sym_in] = ACTIONS(4095), - [anon_sym_DOT_DOT] = ACTIONS(4097), - [anon_sym_QMARK_COLON] = ACTIONS(4097), - [anon_sym_AMP_AMP] = ACTIONS(4097), - [anon_sym_PIPE_PIPE] = ACTIONS(4097), - [anon_sym_else] = ACTIONS(4095), - [anon_sym_COLON_COLON] = ACTIONS(4097), - [anon_sym_BANG_EQ] = ACTIONS(4095), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4097), - [anon_sym_EQ_EQ] = ACTIONS(4095), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4097), - [anon_sym_LT_EQ] = ACTIONS(4097), - [anon_sym_GT_EQ] = ACTIONS(4097), - [anon_sym_BANGin] = ACTIONS(4097), - [anon_sym_is] = ACTIONS(4095), - [anon_sym_BANGis] = ACTIONS(4097), - [anon_sym_PLUS] = ACTIONS(4095), - [anon_sym_DASH] = ACTIONS(4095), - [anon_sym_SLASH] = ACTIONS(4095), - [anon_sym_PERCENT] = ACTIONS(4097), - [anon_sym_as_QMARK] = ACTIONS(4097), - [anon_sym_PLUS_PLUS] = ACTIONS(4097), - [anon_sym_DASH_DASH] = ACTIONS(4097), - [anon_sym_BANG_BANG] = ACTIONS(4097), - [anon_sym_suspend] = ACTIONS(4095), - [anon_sym_sealed] = ACTIONS(4095), - [anon_sym_annotation] = ACTIONS(4095), - [anon_sym_data] = ACTIONS(4095), - [anon_sym_inner] = ACTIONS(4095), - [anon_sym_override] = ACTIONS(4095), - [anon_sym_lateinit] = ACTIONS(4095), - [anon_sym_public] = ACTIONS(4095), - [anon_sym_private] = ACTIONS(4095), - [anon_sym_internal] = ACTIONS(4095), - [anon_sym_protected] = ACTIONS(4095), - [anon_sym_tailrec] = ACTIONS(4095), - [anon_sym_operator] = ACTIONS(4095), - [anon_sym_infix] = ACTIONS(4095), - [anon_sym_inline] = ACTIONS(4095), - [anon_sym_external] = ACTIONS(4095), - [sym_property_modifier] = ACTIONS(4095), - [anon_sym_abstract] = ACTIONS(4095), - [anon_sym_final] = ACTIONS(4095), - [anon_sym_open] = ACTIONS(4095), - [anon_sym_vararg] = ACTIONS(4095), - [anon_sym_noinline] = ACTIONS(4095), - [anon_sym_crossinline] = ACTIONS(4095), - [anon_sym_expect] = ACTIONS(4095), - [anon_sym_actual] = ACTIONS(4095), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4097), - [sym__automatic_semicolon] = ACTIONS(4097), - [sym_safe_nav] = ACTIONS(4097), + [4156] = { + [sym__alpha_identifier] = ACTIONS(4150), + [anon_sym_AT] = ACTIONS(4148), + [anon_sym_LBRACK] = ACTIONS(4148), + [anon_sym_as] = ACTIONS(4150), + [anon_sym_LBRACE] = ACTIONS(4148), + [anon_sym_RBRACE] = ACTIONS(4148), + [anon_sym_LPAREN] = ACTIONS(7234), + [anon_sym_LT] = ACTIONS(4150), + [anon_sym_GT] = ACTIONS(4150), + [anon_sym_object] = ACTIONS(4150), + [anon_sym_fun] = ACTIONS(4150), + [anon_sym_DOT] = ACTIONS(4150), + [anon_sym_SEMI] = ACTIONS(4148), + [anon_sym_get] = ACTIONS(4150), + [anon_sym_set] = ACTIONS(4150), + [anon_sym_this] = ACTIONS(4150), + [anon_sym_super] = ACTIONS(4150), + [anon_sym_STAR] = ACTIONS(4148), + [sym_label] = ACTIONS(4150), + [anon_sym_in] = ACTIONS(4150), + [anon_sym_DOT_DOT] = ACTIONS(4148), + [anon_sym_QMARK_COLON] = ACTIONS(4148), + [anon_sym_AMP_AMP] = ACTIONS(4148), + [anon_sym_PIPE_PIPE] = ACTIONS(4148), + [anon_sym_null] = ACTIONS(4150), + [anon_sym_if] = ACTIONS(4150), + [anon_sym_else] = ACTIONS(4150), + [anon_sym_when] = ACTIONS(4150), + [anon_sym_try] = ACTIONS(4150), + [anon_sym_throw] = ACTIONS(4150), + [anon_sym_return] = ACTIONS(4150), + [anon_sym_continue] = ACTIONS(4150), + [anon_sym_break] = ACTIONS(4150), + [anon_sym_COLON_COLON] = ACTIONS(4148), + [anon_sym_BANG_EQ] = ACTIONS(4150), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4148), + [anon_sym_EQ_EQ] = ACTIONS(4150), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4148), + [anon_sym_LT_EQ] = ACTIONS(4148), + [anon_sym_GT_EQ] = ACTIONS(4148), + [anon_sym_BANGin] = ACTIONS(4148), + [anon_sym_is] = ACTIONS(4150), + [anon_sym_BANGis] = ACTIONS(4148), + [anon_sym_PLUS] = ACTIONS(4150), + [anon_sym_DASH] = ACTIONS(4150), + [anon_sym_SLASH] = ACTIONS(4150), + [anon_sym_PERCENT] = ACTIONS(4148), + [anon_sym_as_QMARK] = ACTIONS(4148), + [anon_sym_PLUS_PLUS] = ACTIONS(4148), + [anon_sym_DASH_DASH] = ACTIONS(4148), + [anon_sym_BANG] = ACTIONS(4150), + [anon_sym_BANG_BANG] = ACTIONS(4148), + [anon_sym_data] = ACTIONS(4150), + [anon_sym_inner] = ACTIONS(4150), + [anon_sym_expect] = ACTIONS(4150), + [anon_sym_actual] = ACTIONS(4150), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4148), + [anon_sym_continue_AT] = ACTIONS(4148), + [anon_sym_break_AT] = ACTIONS(4148), + [sym_real_literal] = ACTIONS(4148), + [sym_integer_literal] = ACTIONS(4150), + [sym_hex_literal] = ACTIONS(4148), + [sym_bin_literal] = ACTIONS(4148), + [anon_sym_true] = ACTIONS(4150), + [anon_sym_false] = ACTIONS(4150), + [anon_sym_SQUOTE] = ACTIONS(4148), + [sym__backtick_identifier] = ACTIONS(4148), + [sym__automatic_semicolon] = ACTIONS(4148), + [sym_safe_nav] = ACTIONS(4148), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4148), + }, + [4157] = { + [sym__alpha_identifier] = ACTIONS(4293), + [anon_sym_AT] = ACTIONS(4291), + [anon_sym_LBRACK] = ACTIONS(4291), + [anon_sym_as] = ACTIONS(4293), + [anon_sym_LBRACE] = ACTIONS(4291), + [anon_sym_RBRACE] = ACTIONS(4291), + [anon_sym_LPAREN] = ACTIONS(7236), + [anon_sym_LT] = ACTIONS(4293), + [anon_sym_GT] = ACTIONS(4293), + [anon_sym_object] = ACTIONS(4293), + [anon_sym_fun] = ACTIONS(4293), + [anon_sym_DOT] = ACTIONS(4293), + [anon_sym_SEMI] = ACTIONS(4291), + [anon_sym_get] = ACTIONS(4293), + [anon_sym_set] = ACTIONS(4293), + [anon_sym_this] = ACTIONS(4293), + [anon_sym_super] = ACTIONS(4293), + [anon_sym_STAR] = ACTIONS(4291), + [sym_label] = ACTIONS(4293), + [anon_sym_in] = ACTIONS(4293), + [anon_sym_DOT_DOT] = ACTIONS(4291), + [anon_sym_QMARK_COLON] = ACTIONS(4291), + [anon_sym_AMP_AMP] = ACTIONS(4291), + [anon_sym_PIPE_PIPE] = ACTIONS(4291), + [anon_sym_null] = ACTIONS(4293), + [anon_sym_if] = ACTIONS(4293), + [anon_sym_else] = ACTIONS(4293), + [anon_sym_when] = ACTIONS(4293), + [anon_sym_try] = ACTIONS(4293), + [anon_sym_throw] = ACTIONS(4293), + [anon_sym_return] = ACTIONS(4293), + [anon_sym_continue] = ACTIONS(4293), + [anon_sym_break] = ACTIONS(4293), + [anon_sym_COLON_COLON] = ACTIONS(4291), + [anon_sym_BANG_EQ] = ACTIONS(4293), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4291), + [anon_sym_EQ_EQ] = ACTIONS(4293), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4291), + [anon_sym_LT_EQ] = ACTIONS(4291), + [anon_sym_GT_EQ] = ACTIONS(4291), + [anon_sym_BANGin] = ACTIONS(4291), + [anon_sym_is] = ACTIONS(4293), + [anon_sym_BANGis] = ACTIONS(4291), + [anon_sym_PLUS] = ACTIONS(4293), + [anon_sym_DASH] = ACTIONS(4293), + [anon_sym_SLASH] = ACTIONS(4293), + [anon_sym_PERCENT] = ACTIONS(4291), + [anon_sym_as_QMARK] = ACTIONS(4291), + [anon_sym_PLUS_PLUS] = ACTIONS(4291), + [anon_sym_DASH_DASH] = ACTIONS(4291), + [anon_sym_BANG] = ACTIONS(4293), + [anon_sym_BANG_BANG] = ACTIONS(4291), + [anon_sym_data] = ACTIONS(4293), + [anon_sym_inner] = ACTIONS(4293), + [anon_sym_expect] = ACTIONS(4293), + [anon_sym_actual] = ACTIONS(4293), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4291), + [anon_sym_continue_AT] = ACTIONS(4291), + [anon_sym_break_AT] = ACTIONS(4291), + [sym_real_literal] = ACTIONS(4291), + [sym_integer_literal] = ACTIONS(4293), + [sym_hex_literal] = ACTIONS(4291), + [sym_bin_literal] = ACTIONS(4291), + [anon_sym_true] = ACTIONS(4293), + [anon_sym_false] = ACTIONS(4293), + [anon_sym_SQUOTE] = ACTIONS(4291), + [sym__backtick_identifier] = ACTIONS(4291), + [sym__automatic_semicolon] = ACTIONS(4291), + [sym_safe_nav] = ACTIONS(4291), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4291), + }, + [4158] = { + [sym_function_body] = STATE(3788), + [sym__block] = STATE(3738), + [sym__alpha_identifier] = ACTIONS(4099), + [anon_sym_AT] = ACTIONS(4101), + [anon_sym_LBRACK] = ACTIONS(4101), + [anon_sym_as] = ACTIONS(4099), + [anon_sym_EQ] = ACTIONS(7028), + [anon_sym_LBRACE] = ACTIONS(6461), + [anon_sym_RBRACE] = ACTIONS(4101), + [anon_sym_LPAREN] = ACTIONS(4101), + [anon_sym_LT] = ACTIONS(4099), + [anon_sym_GT] = ACTIONS(4099), + [anon_sym_DOT] = ACTIONS(4099), + [anon_sym_SEMI] = ACTIONS(4101), + [anon_sym_get] = ACTIONS(4099), + [anon_sym_set] = ACTIONS(4099), + [anon_sym_STAR] = ACTIONS(4101), + [sym_label] = ACTIONS(4101), + [anon_sym_in] = ACTIONS(4099), + [anon_sym_DOT_DOT] = ACTIONS(4101), + [anon_sym_QMARK_COLON] = ACTIONS(4101), + [anon_sym_AMP_AMP] = ACTIONS(4101), + [anon_sym_PIPE_PIPE] = ACTIONS(4101), + [anon_sym_else] = ACTIONS(4099), + [anon_sym_COLON_COLON] = ACTIONS(4101), + [anon_sym_BANG_EQ] = ACTIONS(4099), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4101), + [anon_sym_EQ_EQ] = ACTIONS(4099), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4101), + [anon_sym_LT_EQ] = ACTIONS(4101), + [anon_sym_GT_EQ] = ACTIONS(4101), + [anon_sym_BANGin] = ACTIONS(4101), + [anon_sym_is] = ACTIONS(4099), + [anon_sym_BANGis] = ACTIONS(4101), + [anon_sym_PLUS] = ACTIONS(4099), + [anon_sym_DASH] = ACTIONS(4099), + [anon_sym_SLASH] = ACTIONS(4099), + [anon_sym_PERCENT] = ACTIONS(4101), + [anon_sym_as_QMARK] = ACTIONS(4101), + [anon_sym_PLUS_PLUS] = ACTIONS(4101), + [anon_sym_DASH_DASH] = ACTIONS(4101), + [anon_sym_BANG_BANG] = ACTIONS(4101), + [anon_sym_suspend] = ACTIONS(4099), + [anon_sym_sealed] = ACTIONS(4099), + [anon_sym_annotation] = ACTIONS(4099), + [anon_sym_data] = ACTIONS(4099), + [anon_sym_inner] = ACTIONS(4099), + [anon_sym_override] = ACTIONS(4099), + [anon_sym_lateinit] = ACTIONS(4099), + [anon_sym_public] = ACTIONS(4099), + [anon_sym_private] = ACTIONS(4099), + [anon_sym_internal] = ACTIONS(4099), + [anon_sym_protected] = ACTIONS(4099), + [anon_sym_tailrec] = ACTIONS(4099), + [anon_sym_operator] = ACTIONS(4099), + [anon_sym_infix] = ACTIONS(4099), + [anon_sym_inline] = ACTIONS(4099), + [anon_sym_external] = ACTIONS(4099), + [sym_property_modifier] = ACTIONS(4099), + [anon_sym_abstract] = ACTIONS(4099), + [anon_sym_final] = ACTIONS(4099), + [anon_sym_open] = ACTIONS(4099), + [anon_sym_vararg] = ACTIONS(4099), + [anon_sym_noinline] = ACTIONS(4099), + [anon_sym_crossinline] = ACTIONS(4099), + [anon_sym_expect] = ACTIONS(4099), + [anon_sym_actual] = ACTIONS(4099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4101), + [sym__automatic_semicolon] = ACTIONS(4101), + [sym_safe_nav] = ACTIONS(4101), [sym_multiline_comment] = ACTIONS(3), }, - [4130] = { - [sym_indexing_suffix] = STATE(4909), - [sym_navigation_suffix] = STATE(4889), - [sym_call_suffix] = STATE(4891), - [sym_annotated_lambda] = STATE(4893), - [sym_type_arguments] = STATE(7557), - [sym_value_arguments] = STATE(4442), - [sym_lambda_literal] = STATE(4899), - [sym__equality_operator] = STATE(2340), - [sym__comparison_operator] = STATE(2339), - [sym__in_operator] = STATE(2338), - [sym__is_operator] = STATE(6028), - [sym__additive_operator] = STATE(2337), - [sym__multiplicative_operator] = STATE(2336), - [sym__as_operator] = STATE(6024), - [sym__postfix_unary_operator] = STATE(4912), - [sym__member_access_operator] = STATE(7341), - [sym_annotation] = STATE(7855), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2334), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7855), + [4159] = { + [sym_indexing_suffix] = STATE(4986), + [sym_navigation_suffix] = STATE(5006), + [sym_call_suffix] = STATE(5077), + [sym_annotated_lambda] = STATE(4993), + [sym_type_arguments] = STATE(7551), + [sym_value_arguments] = STATE(4451), + [sym_lambda_literal] = STATE(4995), + [sym__equality_operator] = STATE(1996), + [sym__comparison_operator] = STATE(1999), + [sym__in_operator] = STATE(2000), + [sym__is_operator] = STATE(5776), + [sym__additive_operator] = STATE(2001), + [sym__multiplicative_operator] = STATE(2002), + [sym__as_operator] = STATE(5777), + [sym__postfix_unary_operator] = STATE(5000), + [sym__member_access_operator] = STATE(7402), + [sym_annotation] = STATE(7890), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(2003), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7890), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6688), - [anon_sym_as] = ACTIONS(6690), + [anon_sym_LBRACK] = ACTIONS(6702), + [anon_sym_as] = ACTIONS(6704), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3017), - [anon_sym_LPAREN] = ACTIONS(6692), - [anon_sym_COMMA] = ACTIONS(3017), + [anon_sym_RBRACE] = ACTIONS(3001), + [anon_sym_LPAREN] = ACTIONS(6706), + [anon_sym_COMMA] = ACTIONS(3001), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7191), - [anon_sym_where] = ACTIONS(3015), - [anon_sym_DOT] = ACTIONS(6696), - [anon_sym_SEMI] = ACTIONS(3017), + [anon_sym_GT] = ACTIONS(7204), + [anon_sym_where] = ACTIONS(2999), + [anon_sym_DOT] = ACTIONS(6708), + [anon_sym_SEMI] = ACTIONS(3001), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7177), - [sym_label] = ACTIONS(6700), - [anon_sym_in] = ACTIONS(7179), - [anon_sym_DOT_DOT] = ACTIONS(7181), - [anon_sym_QMARK_COLON] = ACTIONS(7183), - [anon_sym_AMP_AMP] = ACTIONS(7195), - [anon_sym_PIPE_PIPE] = ACTIONS(7201), - [anon_sym_else] = ACTIONS(3015), - [anon_sym_COLON_COLON] = ACTIONS(6712), - [anon_sym_BANG_EQ] = ACTIONS(7197), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7199), - [anon_sym_EQ_EQ] = ACTIONS(7197), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7199), - [anon_sym_LT_EQ] = ACTIONS(7193), - [anon_sym_GT_EQ] = ACTIONS(7193), - [anon_sym_BANGin] = ACTIONS(7185), - [anon_sym_is] = ACTIONS(6722), - [anon_sym_BANGis] = ACTIONS(6724), - [anon_sym_PLUS] = ACTIONS(7187), - [anon_sym_DASH] = ACTIONS(7187), - [anon_sym_SLASH] = ACTIONS(7189), - [anon_sym_PERCENT] = ACTIONS(7177), - [anon_sym_as_QMARK] = ACTIONS(6728), - [anon_sym_PLUS_PLUS] = ACTIONS(6730), - [anon_sym_DASH_DASH] = ACTIONS(6730), - [anon_sym_BANG_BANG] = ACTIONS(6730), + [anon_sym_STAR] = ACTIONS(7183), + [sym_label] = ACTIONS(6712), + [anon_sym_in] = ACTIONS(7206), + [anon_sym_DOT_DOT] = ACTIONS(7208), + [anon_sym_QMARK_COLON] = ACTIONS(7210), + [anon_sym_AMP_AMP] = ACTIONS(7212), + [anon_sym_PIPE_PIPE] = ACTIONS(7214), + [anon_sym_else] = ACTIONS(2999), + [anon_sym_COLON_COLON] = ACTIONS(6718), + [anon_sym_BANG_EQ] = ACTIONS(7216), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7218), + [anon_sym_EQ_EQ] = ACTIONS(7216), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7218), + [anon_sym_LT_EQ] = ACTIONS(7220), + [anon_sym_GT_EQ] = ACTIONS(7220), + [anon_sym_BANGin] = ACTIONS(7222), + [anon_sym_is] = ACTIONS(6744), + [anon_sym_BANGis] = ACTIONS(6746), + [anon_sym_PLUS] = ACTIONS(7185), + [anon_sym_DASH] = ACTIONS(7185), + [anon_sym_SLASH] = ACTIONS(7187), + [anon_sym_PERCENT] = ACTIONS(7183), + [anon_sym_as_QMARK] = ACTIONS(6722), + [anon_sym_PLUS_PLUS] = ACTIONS(6724), + [anon_sym_DASH_DASH] = ACTIONS(6724), + [anon_sym_BANG_BANG] = ACTIONS(6724), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3017), - [sym_safe_nav] = ACTIONS(6712), + [sym__automatic_semicolon] = ACTIONS(3001), + [sym_safe_nav] = ACTIONS(6718), [sym_multiline_comment] = ACTIONS(3), }, - [4131] = { - [sym__alpha_identifier] = ACTIONS(5067), - [anon_sym_AT] = ACTIONS(5069), - [anon_sym_LBRACK] = ACTIONS(5069), - [anon_sym_as] = ACTIONS(5067), - [anon_sym_LBRACE] = ACTIONS(5069), - [anon_sym_RBRACE] = ACTIONS(5069), - [anon_sym_LPAREN] = ACTIONS(5069), - [anon_sym_LT] = ACTIONS(5067), - [anon_sym_GT] = ACTIONS(5067), - [anon_sym_object] = ACTIONS(5067), - [anon_sym_fun] = ACTIONS(5067), - [anon_sym_DOT] = ACTIONS(5067), - [anon_sym_SEMI] = ACTIONS(7208), - [anon_sym_get] = ACTIONS(5067), - [anon_sym_set] = ACTIONS(5067), - [anon_sym_this] = ACTIONS(5067), - [anon_sym_super] = ACTIONS(5067), - [anon_sym_STAR] = ACTIONS(5069), - [sym_label] = ACTIONS(5067), - [anon_sym_in] = ACTIONS(5067), - [anon_sym_DOT_DOT] = ACTIONS(5069), - [anon_sym_QMARK_COLON] = ACTIONS(5069), - [anon_sym_AMP_AMP] = ACTIONS(5069), - [anon_sym_PIPE_PIPE] = ACTIONS(5069), - [anon_sym_null] = ACTIONS(5067), - [anon_sym_if] = ACTIONS(5067), - [anon_sym_else] = ACTIONS(7210), - [anon_sym_when] = ACTIONS(5067), - [anon_sym_try] = ACTIONS(5067), - [anon_sym_throw] = ACTIONS(5067), - [anon_sym_return] = ACTIONS(5067), - [anon_sym_continue] = ACTIONS(5067), - [anon_sym_break] = ACTIONS(5067), - [anon_sym_COLON_COLON] = ACTIONS(5069), - [anon_sym_BANG_EQ] = ACTIONS(5067), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5069), - [anon_sym_EQ_EQ] = ACTIONS(5067), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5069), - [anon_sym_LT_EQ] = ACTIONS(5069), - [anon_sym_GT_EQ] = ACTIONS(5069), - [anon_sym_BANGin] = ACTIONS(5069), - [anon_sym_is] = ACTIONS(5067), - [anon_sym_BANGis] = ACTIONS(5069), - [anon_sym_PLUS] = ACTIONS(5067), - [anon_sym_DASH] = ACTIONS(5067), - [anon_sym_SLASH] = ACTIONS(5067), - [anon_sym_PERCENT] = ACTIONS(5069), - [anon_sym_as_QMARK] = ACTIONS(5069), - [anon_sym_PLUS_PLUS] = ACTIONS(5069), - [anon_sym_DASH_DASH] = ACTIONS(5069), - [anon_sym_BANG] = ACTIONS(5067), - [anon_sym_BANG_BANG] = ACTIONS(5069), - [anon_sym_data] = ACTIONS(5067), - [anon_sym_inner] = ACTIONS(5067), - [anon_sym_expect] = ACTIONS(5067), - [anon_sym_actual] = ACTIONS(5067), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5069), - [anon_sym_continue_AT] = ACTIONS(5069), - [anon_sym_break_AT] = ACTIONS(5069), - [sym_real_literal] = ACTIONS(5069), - [sym_integer_literal] = ACTIONS(5067), - [sym_hex_literal] = ACTIONS(5069), - [sym_bin_literal] = ACTIONS(5069), - [anon_sym_true] = ACTIONS(5067), - [anon_sym_false] = ACTIONS(5067), - [anon_sym_SQUOTE] = ACTIONS(5069), - [sym__backtick_identifier] = ACTIONS(5069), - [sym__automatic_semicolon] = ACTIONS(5069), - [sym_safe_nav] = ACTIONS(5069), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5069), + [4160] = { + [sym_function_body] = STATE(3793), + [sym__block] = STATE(3738), + [sym__alpha_identifier] = ACTIONS(4210), + [anon_sym_AT] = ACTIONS(4212), + [anon_sym_LBRACK] = ACTIONS(4212), + [anon_sym_as] = ACTIONS(4210), + [anon_sym_EQ] = ACTIONS(7028), + [anon_sym_LBRACE] = ACTIONS(6461), + [anon_sym_RBRACE] = ACTIONS(4212), + [anon_sym_LPAREN] = ACTIONS(4212), + [anon_sym_LT] = ACTIONS(4210), + [anon_sym_GT] = ACTIONS(4210), + [anon_sym_DOT] = ACTIONS(4210), + [anon_sym_SEMI] = ACTIONS(4212), + [anon_sym_get] = ACTIONS(4210), + [anon_sym_set] = ACTIONS(4210), + [anon_sym_STAR] = ACTIONS(4212), + [sym_label] = ACTIONS(4212), + [anon_sym_in] = ACTIONS(4210), + [anon_sym_DOT_DOT] = ACTIONS(4212), + [anon_sym_QMARK_COLON] = ACTIONS(4212), + [anon_sym_AMP_AMP] = ACTIONS(4212), + [anon_sym_PIPE_PIPE] = ACTIONS(4212), + [anon_sym_else] = ACTIONS(4210), + [anon_sym_COLON_COLON] = ACTIONS(4212), + [anon_sym_BANG_EQ] = ACTIONS(4210), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4212), + [anon_sym_EQ_EQ] = ACTIONS(4210), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4212), + [anon_sym_LT_EQ] = ACTIONS(4212), + [anon_sym_GT_EQ] = ACTIONS(4212), + [anon_sym_BANGin] = ACTIONS(4212), + [anon_sym_is] = ACTIONS(4210), + [anon_sym_BANGis] = ACTIONS(4212), + [anon_sym_PLUS] = ACTIONS(4210), + [anon_sym_DASH] = ACTIONS(4210), + [anon_sym_SLASH] = ACTIONS(4210), + [anon_sym_PERCENT] = ACTIONS(4212), + [anon_sym_as_QMARK] = ACTIONS(4212), + [anon_sym_PLUS_PLUS] = ACTIONS(4212), + [anon_sym_DASH_DASH] = ACTIONS(4212), + [anon_sym_BANG_BANG] = ACTIONS(4212), + [anon_sym_suspend] = ACTIONS(4210), + [anon_sym_sealed] = ACTIONS(4210), + [anon_sym_annotation] = ACTIONS(4210), + [anon_sym_data] = ACTIONS(4210), + [anon_sym_inner] = ACTIONS(4210), + [anon_sym_override] = ACTIONS(4210), + [anon_sym_lateinit] = ACTIONS(4210), + [anon_sym_public] = ACTIONS(4210), + [anon_sym_private] = ACTIONS(4210), + [anon_sym_internal] = ACTIONS(4210), + [anon_sym_protected] = ACTIONS(4210), + [anon_sym_tailrec] = ACTIONS(4210), + [anon_sym_operator] = ACTIONS(4210), + [anon_sym_infix] = ACTIONS(4210), + [anon_sym_inline] = ACTIONS(4210), + [anon_sym_external] = ACTIONS(4210), + [sym_property_modifier] = ACTIONS(4210), + [anon_sym_abstract] = ACTIONS(4210), + [anon_sym_final] = ACTIONS(4210), + [anon_sym_open] = ACTIONS(4210), + [anon_sym_vararg] = ACTIONS(4210), + [anon_sym_noinline] = ACTIONS(4210), + [anon_sym_crossinline] = ACTIONS(4210), + [anon_sym_expect] = ACTIONS(4210), + [anon_sym_actual] = ACTIONS(4210), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4212), + [sym__automatic_semicolon] = ACTIONS(4212), + [sym_safe_nav] = ACTIONS(4212), + [sym_multiline_comment] = ACTIONS(3), }, - [4132] = { - [sym__alpha_identifier] = ACTIONS(5067), - [anon_sym_AT] = ACTIONS(5069), - [anon_sym_LBRACK] = ACTIONS(5069), - [anon_sym_as] = ACTIONS(5067), - [anon_sym_LBRACE] = ACTIONS(5069), - [anon_sym_RBRACE] = ACTIONS(5069), - [anon_sym_LPAREN] = ACTIONS(5069), - [anon_sym_LT] = ACTIONS(5067), - [anon_sym_GT] = ACTIONS(5067), - [anon_sym_object] = ACTIONS(5067), - [anon_sym_fun] = ACTIONS(5067), - [anon_sym_DOT] = ACTIONS(5067), - [anon_sym_SEMI] = ACTIONS(5069), - [anon_sym_get] = ACTIONS(5067), - [anon_sym_set] = ACTIONS(5067), - [anon_sym_this] = ACTIONS(5067), - [anon_sym_super] = ACTIONS(5067), - [anon_sym_STAR] = ACTIONS(5069), - [sym_label] = ACTIONS(5067), - [anon_sym_in] = ACTIONS(5067), - [anon_sym_DOT_DOT] = ACTIONS(5069), - [anon_sym_QMARK_COLON] = ACTIONS(5069), - [anon_sym_AMP_AMP] = ACTIONS(5069), - [anon_sym_PIPE_PIPE] = ACTIONS(5069), - [anon_sym_null] = ACTIONS(5067), - [anon_sym_if] = ACTIONS(5067), - [anon_sym_else] = ACTIONS(7210), - [anon_sym_when] = ACTIONS(5067), - [anon_sym_try] = ACTIONS(5067), - [anon_sym_throw] = ACTIONS(5067), - [anon_sym_return] = ACTIONS(5067), - [anon_sym_continue] = ACTIONS(5067), - [anon_sym_break] = ACTIONS(5067), - [anon_sym_COLON_COLON] = ACTIONS(5069), - [anon_sym_BANG_EQ] = ACTIONS(5067), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5069), - [anon_sym_EQ_EQ] = ACTIONS(5067), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5069), - [anon_sym_LT_EQ] = ACTIONS(5069), - [anon_sym_GT_EQ] = ACTIONS(5069), - [anon_sym_BANGin] = ACTIONS(5069), - [anon_sym_is] = ACTIONS(5067), - [anon_sym_BANGis] = ACTIONS(5069), - [anon_sym_PLUS] = ACTIONS(5067), - [anon_sym_DASH] = ACTIONS(5067), - [anon_sym_SLASH] = ACTIONS(5067), - [anon_sym_PERCENT] = ACTIONS(5069), - [anon_sym_as_QMARK] = ACTIONS(5069), - [anon_sym_PLUS_PLUS] = ACTIONS(5069), - [anon_sym_DASH_DASH] = ACTIONS(5069), - [anon_sym_BANG] = ACTIONS(5067), - [anon_sym_BANG_BANG] = ACTIONS(5069), - [anon_sym_data] = ACTIONS(5067), - [anon_sym_inner] = ACTIONS(5067), - [anon_sym_expect] = ACTIONS(5067), - [anon_sym_actual] = ACTIONS(5067), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5069), - [anon_sym_continue_AT] = ACTIONS(5069), - [anon_sym_break_AT] = ACTIONS(5069), - [sym_real_literal] = ACTIONS(5069), - [sym_integer_literal] = ACTIONS(5067), - [sym_hex_literal] = ACTIONS(5069), - [sym_bin_literal] = ACTIONS(5069), - [anon_sym_true] = ACTIONS(5067), - [anon_sym_false] = ACTIONS(5067), - [anon_sym_SQUOTE] = ACTIONS(5069), - [sym__backtick_identifier] = ACTIONS(5069), - [sym__automatic_semicolon] = ACTIONS(5069), - [sym_safe_nav] = ACTIONS(5069), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5069), + [4161] = { + [sym_function_body] = STATE(3837), + [sym__block] = STATE(3738), + [sym__alpha_identifier] = ACTIONS(4047), + [anon_sym_AT] = ACTIONS(4049), + [anon_sym_LBRACK] = ACTIONS(4049), + [anon_sym_as] = ACTIONS(4047), + [anon_sym_EQ] = ACTIONS(7028), + [anon_sym_LBRACE] = ACTIONS(6461), + [anon_sym_RBRACE] = ACTIONS(4049), + [anon_sym_LPAREN] = ACTIONS(4049), + [anon_sym_LT] = ACTIONS(4047), + [anon_sym_GT] = ACTIONS(4047), + [anon_sym_DOT] = ACTIONS(4047), + [anon_sym_SEMI] = ACTIONS(4049), + [anon_sym_get] = ACTIONS(4047), + [anon_sym_set] = ACTIONS(4047), + [anon_sym_STAR] = ACTIONS(4049), + [sym_label] = ACTIONS(4049), + [anon_sym_in] = ACTIONS(4047), + [anon_sym_DOT_DOT] = ACTIONS(4049), + [anon_sym_QMARK_COLON] = ACTIONS(4049), + [anon_sym_AMP_AMP] = ACTIONS(4049), + [anon_sym_PIPE_PIPE] = ACTIONS(4049), + [anon_sym_else] = ACTIONS(4047), + [anon_sym_COLON_COLON] = ACTIONS(4049), + [anon_sym_BANG_EQ] = ACTIONS(4047), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4049), + [anon_sym_EQ_EQ] = ACTIONS(4047), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4049), + [anon_sym_LT_EQ] = ACTIONS(4049), + [anon_sym_GT_EQ] = ACTIONS(4049), + [anon_sym_BANGin] = ACTIONS(4049), + [anon_sym_is] = ACTIONS(4047), + [anon_sym_BANGis] = ACTIONS(4049), + [anon_sym_PLUS] = ACTIONS(4047), + [anon_sym_DASH] = ACTIONS(4047), + [anon_sym_SLASH] = ACTIONS(4047), + [anon_sym_PERCENT] = ACTIONS(4049), + [anon_sym_as_QMARK] = ACTIONS(4049), + [anon_sym_PLUS_PLUS] = ACTIONS(4049), + [anon_sym_DASH_DASH] = ACTIONS(4049), + [anon_sym_BANG_BANG] = ACTIONS(4049), + [anon_sym_suspend] = ACTIONS(4047), + [anon_sym_sealed] = ACTIONS(4047), + [anon_sym_annotation] = ACTIONS(4047), + [anon_sym_data] = ACTIONS(4047), + [anon_sym_inner] = ACTIONS(4047), + [anon_sym_override] = ACTIONS(4047), + [anon_sym_lateinit] = ACTIONS(4047), + [anon_sym_public] = ACTIONS(4047), + [anon_sym_private] = ACTIONS(4047), + [anon_sym_internal] = ACTIONS(4047), + [anon_sym_protected] = ACTIONS(4047), + [anon_sym_tailrec] = ACTIONS(4047), + [anon_sym_operator] = ACTIONS(4047), + [anon_sym_infix] = ACTIONS(4047), + [anon_sym_inline] = ACTIONS(4047), + [anon_sym_external] = ACTIONS(4047), + [sym_property_modifier] = ACTIONS(4047), + [anon_sym_abstract] = ACTIONS(4047), + [anon_sym_final] = ACTIONS(4047), + [anon_sym_open] = ACTIONS(4047), + [anon_sym_vararg] = ACTIONS(4047), + [anon_sym_noinline] = ACTIONS(4047), + [anon_sym_crossinline] = ACTIONS(4047), + [anon_sym_expect] = ACTIONS(4047), + [anon_sym_actual] = ACTIONS(4047), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4049), + [sym__automatic_semicolon] = ACTIONS(4049), + [sym_safe_nav] = ACTIONS(4049), + [sym_multiline_comment] = ACTIONS(3), }, - [4133] = { - [sym_indexing_suffix] = STATE(4909), - [sym_navigation_suffix] = STATE(4889), - [sym_call_suffix] = STATE(4891), - [sym_annotated_lambda] = STATE(4893), - [sym_type_arguments] = STATE(7557), - [sym_value_arguments] = STATE(4442), - [sym_lambda_literal] = STATE(4899), - [sym__equality_operator] = STATE(2340), - [sym__comparison_operator] = STATE(2339), - [sym__in_operator] = STATE(2338), - [sym__is_operator] = STATE(6028), - [sym__additive_operator] = STATE(2337), - [sym__multiplicative_operator] = STATE(2336), - [sym__as_operator] = STATE(6024), - [sym__postfix_unary_operator] = STATE(4912), - [sym__member_access_operator] = STATE(7341), - [sym_annotation] = STATE(7855), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2334), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7855), - [sym__alpha_identifier] = ACTIONS(3065), + [4162] = { + [sym_function_body] = STATE(3705), + [sym__block] = STATE(3738), + [sym__alpha_identifier] = ACTIONS(4031), + [anon_sym_AT] = ACTIONS(4033), + [anon_sym_LBRACK] = ACTIONS(4033), + [anon_sym_as] = ACTIONS(4031), + [anon_sym_EQ] = ACTIONS(7028), + [anon_sym_LBRACE] = ACTIONS(6461), + [anon_sym_RBRACE] = ACTIONS(4033), + [anon_sym_LPAREN] = ACTIONS(4033), + [anon_sym_LT] = ACTIONS(4031), + [anon_sym_GT] = ACTIONS(4031), + [anon_sym_DOT] = ACTIONS(4031), + [anon_sym_SEMI] = ACTIONS(4033), + [anon_sym_get] = ACTIONS(4031), + [anon_sym_set] = ACTIONS(4031), + [anon_sym_STAR] = ACTIONS(4033), + [sym_label] = ACTIONS(4033), + [anon_sym_in] = ACTIONS(4031), + [anon_sym_DOT_DOT] = ACTIONS(4033), + [anon_sym_QMARK_COLON] = ACTIONS(4033), + [anon_sym_AMP_AMP] = ACTIONS(4033), + [anon_sym_PIPE_PIPE] = ACTIONS(4033), + [anon_sym_else] = ACTIONS(4031), + [anon_sym_COLON_COLON] = ACTIONS(4033), + [anon_sym_BANG_EQ] = ACTIONS(4031), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4033), + [anon_sym_EQ_EQ] = ACTIONS(4031), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4033), + [anon_sym_LT_EQ] = ACTIONS(4033), + [anon_sym_GT_EQ] = ACTIONS(4033), + [anon_sym_BANGin] = ACTIONS(4033), + [anon_sym_is] = ACTIONS(4031), + [anon_sym_BANGis] = ACTIONS(4033), + [anon_sym_PLUS] = ACTIONS(4031), + [anon_sym_DASH] = ACTIONS(4031), + [anon_sym_SLASH] = ACTIONS(4031), + [anon_sym_PERCENT] = ACTIONS(4033), + [anon_sym_as_QMARK] = ACTIONS(4033), + [anon_sym_PLUS_PLUS] = ACTIONS(4033), + [anon_sym_DASH_DASH] = ACTIONS(4033), + [anon_sym_BANG_BANG] = ACTIONS(4033), + [anon_sym_suspend] = ACTIONS(4031), + [anon_sym_sealed] = ACTIONS(4031), + [anon_sym_annotation] = ACTIONS(4031), + [anon_sym_data] = ACTIONS(4031), + [anon_sym_inner] = ACTIONS(4031), + [anon_sym_override] = ACTIONS(4031), + [anon_sym_lateinit] = ACTIONS(4031), + [anon_sym_public] = ACTIONS(4031), + [anon_sym_private] = ACTIONS(4031), + [anon_sym_internal] = ACTIONS(4031), + [anon_sym_protected] = ACTIONS(4031), + [anon_sym_tailrec] = ACTIONS(4031), + [anon_sym_operator] = ACTIONS(4031), + [anon_sym_infix] = ACTIONS(4031), + [anon_sym_inline] = ACTIONS(4031), + [anon_sym_external] = ACTIONS(4031), + [sym_property_modifier] = ACTIONS(4031), + [anon_sym_abstract] = ACTIONS(4031), + [anon_sym_final] = ACTIONS(4031), + [anon_sym_open] = ACTIONS(4031), + [anon_sym_vararg] = ACTIONS(4031), + [anon_sym_noinline] = ACTIONS(4031), + [anon_sym_crossinline] = ACTIONS(4031), + [anon_sym_expect] = ACTIONS(4031), + [anon_sym_actual] = ACTIONS(4031), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4033), + [sym__automatic_semicolon] = ACTIONS(4033), + [sym_safe_nav] = ACTIONS(4033), + [sym_multiline_comment] = ACTIONS(3), + }, + [4163] = { + [sym_function_body] = STATE(3872), + [sym__block] = STATE(3738), + [sym__alpha_identifier] = ACTIONS(4085), + [anon_sym_AT] = ACTIONS(4087), + [anon_sym_LBRACK] = ACTIONS(4087), + [anon_sym_as] = ACTIONS(4085), + [anon_sym_EQ] = ACTIONS(7028), + [anon_sym_LBRACE] = ACTIONS(6461), + [anon_sym_RBRACE] = ACTIONS(4087), + [anon_sym_LPAREN] = ACTIONS(4087), + [anon_sym_LT] = ACTIONS(4085), + [anon_sym_GT] = ACTIONS(4085), + [anon_sym_DOT] = ACTIONS(4085), + [anon_sym_SEMI] = ACTIONS(4087), + [anon_sym_get] = ACTIONS(4085), + [anon_sym_set] = ACTIONS(4085), + [anon_sym_STAR] = ACTIONS(4087), + [sym_label] = ACTIONS(4087), + [anon_sym_in] = ACTIONS(4085), + [anon_sym_DOT_DOT] = ACTIONS(4087), + [anon_sym_QMARK_COLON] = ACTIONS(4087), + [anon_sym_AMP_AMP] = ACTIONS(4087), + [anon_sym_PIPE_PIPE] = ACTIONS(4087), + [anon_sym_else] = ACTIONS(4085), + [anon_sym_COLON_COLON] = ACTIONS(4087), + [anon_sym_BANG_EQ] = ACTIONS(4085), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4087), + [anon_sym_EQ_EQ] = ACTIONS(4085), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4087), + [anon_sym_LT_EQ] = ACTIONS(4087), + [anon_sym_GT_EQ] = ACTIONS(4087), + [anon_sym_BANGin] = ACTIONS(4087), + [anon_sym_is] = ACTIONS(4085), + [anon_sym_BANGis] = ACTIONS(4087), + [anon_sym_PLUS] = ACTIONS(4085), + [anon_sym_DASH] = ACTIONS(4085), + [anon_sym_SLASH] = ACTIONS(4085), + [anon_sym_PERCENT] = ACTIONS(4087), + [anon_sym_as_QMARK] = ACTIONS(4087), + [anon_sym_PLUS_PLUS] = ACTIONS(4087), + [anon_sym_DASH_DASH] = ACTIONS(4087), + [anon_sym_BANG_BANG] = ACTIONS(4087), + [anon_sym_suspend] = ACTIONS(4085), + [anon_sym_sealed] = ACTIONS(4085), + [anon_sym_annotation] = ACTIONS(4085), + [anon_sym_data] = ACTIONS(4085), + [anon_sym_inner] = ACTIONS(4085), + [anon_sym_override] = ACTIONS(4085), + [anon_sym_lateinit] = ACTIONS(4085), + [anon_sym_public] = ACTIONS(4085), + [anon_sym_private] = ACTIONS(4085), + [anon_sym_internal] = ACTIONS(4085), + [anon_sym_protected] = ACTIONS(4085), + [anon_sym_tailrec] = ACTIONS(4085), + [anon_sym_operator] = ACTIONS(4085), + [anon_sym_infix] = ACTIONS(4085), + [anon_sym_inline] = ACTIONS(4085), + [anon_sym_external] = ACTIONS(4085), + [sym_property_modifier] = ACTIONS(4085), + [anon_sym_abstract] = ACTIONS(4085), + [anon_sym_final] = ACTIONS(4085), + [anon_sym_open] = ACTIONS(4085), + [anon_sym_vararg] = ACTIONS(4085), + [anon_sym_noinline] = ACTIONS(4085), + [anon_sym_crossinline] = ACTIONS(4085), + [anon_sym_expect] = ACTIONS(4085), + [anon_sym_actual] = ACTIONS(4085), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4087), + [sym__automatic_semicolon] = ACTIONS(4087), + [sym_safe_nav] = ACTIONS(4087), + [sym_multiline_comment] = ACTIONS(3), + }, + [4164] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), + [sym__alpha_identifier] = ACTIONS(2992), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6688), - [anon_sym_as] = ACTIONS(6690), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3067), - [anon_sym_LPAREN] = ACTIONS(6692), - [anon_sym_COMMA] = ACTIONS(3067), - [anon_sym_LT] = ACTIONS(3069), - [anon_sym_GT] = ACTIONS(3065), - [anon_sym_where] = ACTIONS(3065), - [anon_sym_DOT] = ACTIONS(6696), - [anon_sym_SEMI] = ACTIONS(3067), - [anon_sym_get] = ACTIONS(3065), - [anon_sym_set] = ACTIONS(3065), - [anon_sym_STAR] = ACTIONS(3067), - [sym_label] = ACTIONS(6700), - [anon_sym_in] = ACTIONS(3065), - [anon_sym_DOT_DOT] = ACTIONS(3067), - [anon_sym_QMARK_COLON] = ACTIONS(3067), - [anon_sym_AMP_AMP] = ACTIONS(3067), - [anon_sym_PIPE_PIPE] = ACTIONS(3067), - [anon_sym_else] = ACTIONS(3065), - [anon_sym_COLON_COLON] = ACTIONS(6712), - [anon_sym_BANG_EQ] = ACTIONS(3065), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3067), - [anon_sym_EQ_EQ] = ACTIONS(3065), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3067), - [anon_sym_LT_EQ] = ACTIONS(3067), - [anon_sym_GT_EQ] = ACTIONS(3067), - [anon_sym_BANGin] = ACTIONS(3067), - [anon_sym_is] = ACTIONS(3065), - [anon_sym_BANGis] = ACTIONS(3067), - [anon_sym_PLUS] = ACTIONS(3065), - [anon_sym_DASH] = ACTIONS(3065), - [anon_sym_SLASH] = ACTIONS(3065), - [anon_sym_PERCENT] = ACTIONS(3067), - [anon_sym_as_QMARK] = ACTIONS(6728), - [anon_sym_PLUS_PLUS] = ACTIONS(6730), - [anon_sym_DASH_DASH] = ACTIONS(6730), - [anon_sym_BANG_BANG] = ACTIONS(6730), - [anon_sym_data] = ACTIONS(3065), - [anon_sym_inner] = ACTIONS(3065), - [anon_sym_expect] = ACTIONS(3065), - [anon_sym_actual] = ACTIONS(3065), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3067), - [sym__automatic_semicolon] = ACTIONS(3067), - [sym_safe_nav] = ACTIONS(6712), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_RBRACE] = ACTIONS(2994), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_RPAREN] = ACTIONS(2994), + [anon_sym_LT] = ACTIONS(2996), + [anon_sym_GT] = ACTIONS(2992), + [anon_sym_DOT] = ACTIONS(6409), + [anon_sym_SEMI] = ACTIONS(2994), + [anon_sym_get] = ACTIONS(2992), + [anon_sym_set] = ACTIONS(2992), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(2992), + [anon_sym_while] = ACTIONS(2992), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(2994), + [anon_sym_AMP_AMP] = ACTIONS(2994), + [anon_sym_PIPE_PIPE] = ACTIONS(2994), + [anon_sym_else] = ACTIONS(2992), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(2992), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2994), + [anon_sym_EQ_EQ] = ACTIONS(2992), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2994), + [anon_sym_LT_EQ] = ACTIONS(2994), + [anon_sym_GT_EQ] = ACTIONS(2994), + [anon_sym_BANGin] = ACTIONS(2994), + [anon_sym_is] = ACTIONS(2992), + [anon_sym_BANGis] = ACTIONS(2994), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), + [anon_sym_data] = ACTIONS(2992), + [anon_sym_inner] = ACTIONS(2992), + [anon_sym_expect] = ACTIONS(2992), + [anon_sym_actual] = ACTIONS(2992), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(2994), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4134] = { - [sym_function_body] = STATE(3688), - [sym__block] = STATE(3725), + [4165] = { + [sym__alpha_identifier] = ACTIONS(4955), + [anon_sym_AT] = ACTIONS(4957), + [anon_sym_LBRACK] = ACTIONS(4957), + [anon_sym_as] = ACTIONS(4955), + [anon_sym_LBRACE] = ACTIONS(4957), + [anon_sym_RBRACE] = ACTIONS(4957), + [anon_sym_LPAREN] = ACTIONS(7246), + [anon_sym_COMMA] = ACTIONS(4957), + [anon_sym_LT] = ACTIONS(4955), + [anon_sym_GT] = ACTIONS(4955), + [anon_sym_where] = ACTIONS(4955), + [anon_sym_DOT] = ACTIONS(4955), + [anon_sym_SEMI] = ACTIONS(4957), + [anon_sym_get] = ACTIONS(4955), + [anon_sym_set] = ACTIONS(4955), + [anon_sym_STAR] = ACTIONS(4957), + [sym_label] = ACTIONS(4957), + [anon_sym_in] = ACTIONS(4955), + [anon_sym_DOT_DOT] = ACTIONS(4957), + [anon_sym_QMARK_COLON] = ACTIONS(4957), + [anon_sym_AMP_AMP] = ACTIONS(4957), + [anon_sym_PIPE_PIPE] = ACTIONS(4957), + [anon_sym_else] = ACTIONS(4955), + [anon_sym_COLON_COLON] = ACTIONS(4957), + [anon_sym_BANG_EQ] = ACTIONS(4955), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4957), + [anon_sym_EQ_EQ] = ACTIONS(4955), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4957), + [anon_sym_LT_EQ] = ACTIONS(4957), + [anon_sym_GT_EQ] = ACTIONS(4957), + [anon_sym_BANGin] = ACTIONS(4957), + [anon_sym_is] = ACTIONS(4955), + [anon_sym_BANGis] = ACTIONS(4957), + [anon_sym_PLUS] = ACTIONS(4955), + [anon_sym_DASH] = ACTIONS(4955), + [anon_sym_SLASH] = ACTIONS(4955), + [anon_sym_PERCENT] = ACTIONS(4957), + [anon_sym_as_QMARK] = ACTIONS(4957), + [anon_sym_PLUS_PLUS] = ACTIONS(4957), + [anon_sym_DASH_DASH] = ACTIONS(4957), + [anon_sym_BANG_BANG] = ACTIONS(4957), + [anon_sym_suspend] = ACTIONS(4955), + [anon_sym_sealed] = ACTIONS(4955), + [anon_sym_annotation] = ACTIONS(4955), + [anon_sym_data] = ACTIONS(4955), + [anon_sym_inner] = ACTIONS(4955), + [anon_sym_override] = ACTIONS(4955), + [anon_sym_lateinit] = ACTIONS(4955), + [anon_sym_public] = ACTIONS(4955), + [anon_sym_private] = ACTIONS(4955), + [anon_sym_internal] = ACTIONS(4955), + [anon_sym_protected] = ACTIONS(4955), + [anon_sym_tailrec] = ACTIONS(4955), + [anon_sym_operator] = ACTIONS(4955), + [anon_sym_infix] = ACTIONS(4955), + [anon_sym_inline] = ACTIONS(4955), + [anon_sym_external] = ACTIONS(4955), + [sym_property_modifier] = ACTIONS(4955), + [anon_sym_abstract] = ACTIONS(4955), + [anon_sym_final] = ACTIONS(4955), + [anon_sym_open] = ACTIONS(4955), + [anon_sym_vararg] = ACTIONS(4955), + [anon_sym_noinline] = ACTIONS(4955), + [anon_sym_crossinline] = ACTIONS(4955), + [anon_sym_expect] = ACTIONS(4955), + [anon_sym_actual] = ACTIONS(4955), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4957), + [sym__automatic_semicolon] = ACTIONS(4957), + [sym_safe_nav] = ACTIONS(4957), + [sym_multiline_comment] = ACTIONS(3), + }, + [4166] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_RBRACE] = ACTIONS(3009), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_RPAREN] = ACTIONS(3009), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), + [anon_sym_SEMI] = ACTIONS(3009), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_while] = ACTIONS(3007), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_else] = ACTIONS(3007), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym_safe_nav] = ACTIONS(6425), + [sym_multiline_comment] = ACTIONS(3), + }, + [4167] = { + [sym_class_body] = STATE(3813), [sym__alpha_identifier] = ACTIONS(4386), [anon_sym_AT] = ACTIONS(4388), + [anon_sym_COLON] = ACTIONS(7266), [anon_sym_LBRACK] = ACTIONS(4388), [anon_sym_as] = ACTIONS(4386), - [anon_sym_EQ] = ACTIONS(7017), - [anon_sym_LBRACE] = ACTIONS(6434), + [anon_sym_LBRACE] = ACTIONS(5360), [anon_sym_RBRACE] = ACTIONS(4388), [anon_sym_LPAREN] = ACTIONS(4388), [anon_sym_LT] = ACTIONS(4386), @@ -432546,20688 +435192,19282 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_safe_nav] = ACTIONS(4388), [sym_multiline_comment] = ACTIONS(3), }, - [4135] = { - [sym_function_body] = STATE(3792), - [sym__block] = STATE(3725), - [sym__alpha_identifier] = ACTIONS(4101), - [anon_sym_AT] = ACTIONS(4103), - [anon_sym_LBRACK] = ACTIONS(4103), - [anon_sym_as] = ACTIONS(4101), - [anon_sym_EQ] = ACTIONS(7017), - [anon_sym_LBRACE] = ACTIONS(6434), - [anon_sym_RBRACE] = ACTIONS(4103), - [anon_sym_LPAREN] = ACTIONS(4103), - [anon_sym_LT] = ACTIONS(4101), - [anon_sym_GT] = ACTIONS(4101), - [anon_sym_DOT] = ACTIONS(4101), - [anon_sym_SEMI] = ACTIONS(4103), - [anon_sym_get] = ACTIONS(4101), - [anon_sym_set] = ACTIONS(4101), - [anon_sym_STAR] = ACTIONS(4103), - [sym_label] = ACTIONS(4103), - [anon_sym_in] = ACTIONS(4101), - [anon_sym_DOT_DOT] = ACTIONS(4103), - [anon_sym_QMARK_COLON] = ACTIONS(4103), - [anon_sym_AMP_AMP] = ACTIONS(4103), - [anon_sym_PIPE_PIPE] = ACTIONS(4103), - [anon_sym_else] = ACTIONS(4101), - [anon_sym_COLON_COLON] = ACTIONS(4103), - [anon_sym_BANG_EQ] = ACTIONS(4101), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4103), - [anon_sym_EQ_EQ] = ACTIONS(4101), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4103), - [anon_sym_LT_EQ] = ACTIONS(4103), - [anon_sym_GT_EQ] = ACTIONS(4103), - [anon_sym_BANGin] = ACTIONS(4103), - [anon_sym_is] = ACTIONS(4101), - [anon_sym_BANGis] = ACTIONS(4103), - [anon_sym_PLUS] = ACTIONS(4101), - [anon_sym_DASH] = ACTIONS(4101), - [anon_sym_SLASH] = ACTIONS(4101), - [anon_sym_PERCENT] = ACTIONS(4103), - [anon_sym_as_QMARK] = ACTIONS(4103), - [anon_sym_PLUS_PLUS] = ACTIONS(4103), - [anon_sym_DASH_DASH] = ACTIONS(4103), - [anon_sym_BANG_BANG] = ACTIONS(4103), - [anon_sym_suspend] = ACTIONS(4101), - [anon_sym_sealed] = ACTIONS(4101), - [anon_sym_annotation] = ACTIONS(4101), - [anon_sym_data] = ACTIONS(4101), - [anon_sym_inner] = ACTIONS(4101), - [anon_sym_override] = ACTIONS(4101), - [anon_sym_lateinit] = ACTIONS(4101), - [anon_sym_public] = ACTIONS(4101), - [anon_sym_private] = ACTIONS(4101), - [anon_sym_internal] = ACTIONS(4101), - [anon_sym_protected] = ACTIONS(4101), - [anon_sym_tailrec] = ACTIONS(4101), - [anon_sym_operator] = ACTIONS(4101), - [anon_sym_infix] = ACTIONS(4101), - [anon_sym_inline] = ACTIONS(4101), - [anon_sym_external] = ACTIONS(4101), - [sym_property_modifier] = ACTIONS(4101), - [anon_sym_abstract] = ACTIONS(4101), - [anon_sym_final] = ACTIONS(4101), - [anon_sym_open] = ACTIONS(4101), - [anon_sym_vararg] = ACTIONS(4101), - [anon_sym_noinline] = ACTIONS(4101), - [anon_sym_crossinline] = ACTIONS(4101), - [anon_sym_expect] = ACTIONS(4101), - [anon_sym_actual] = ACTIONS(4101), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4103), - [sym__automatic_semicolon] = ACTIONS(4103), - [sym_safe_nav] = ACTIONS(4103), - [sym_multiline_comment] = ACTIONS(3), - }, - [4136] = { - [sym__alpha_identifier] = ACTIONS(4929), - [anon_sym_AT] = ACTIONS(4931), - [anon_sym_LBRACK] = ACTIONS(4931), - [anon_sym_as] = ACTIONS(4929), - [anon_sym_LBRACE] = ACTIONS(4931), - [anon_sym_RBRACE] = ACTIONS(4931), - [anon_sym_LPAREN] = ACTIONS(7212), - [anon_sym_LT] = ACTIONS(4929), - [anon_sym_GT] = ACTIONS(4929), - [anon_sym_object] = ACTIONS(4929), - [anon_sym_fun] = ACTIONS(4929), - [anon_sym_DOT] = ACTIONS(4929), - [anon_sym_SEMI] = ACTIONS(4931), - [anon_sym_get] = ACTIONS(4929), - [anon_sym_set] = ACTIONS(4929), - [anon_sym_this] = ACTIONS(4929), - [anon_sym_super] = ACTIONS(4929), - [anon_sym_STAR] = ACTIONS(4931), - [sym_label] = ACTIONS(4929), - [anon_sym_in] = ACTIONS(4929), - [anon_sym_DOT_DOT] = ACTIONS(4931), - [anon_sym_QMARK_COLON] = ACTIONS(4931), - [anon_sym_AMP_AMP] = ACTIONS(4931), - [anon_sym_PIPE_PIPE] = ACTIONS(4931), - [anon_sym_null] = ACTIONS(4929), - [anon_sym_if] = ACTIONS(4929), - [anon_sym_else] = ACTIONS(4929), - [anon_sym_when] = ACTIONS(4929), - [anon_sym_try] = ACTIONS(4929), - [anon_sym_throw] = ACTIONS(4929), - [anon_sym_return] = ACTIONS(4929), - [anon_sym_continue] = ACTIONS(4929), - [anon_sym_break] = ACTIONS(4929), - [anon_sym_COLON_COLON] = ACTIONS(4931), - [anon_sym_BANG_EQ] = ACTIONS(4929), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4931), - [anon_sym_EQ_EQ] = ACTIONS(4929), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4931), - [anon_sym_LT_EQ] = ACTIONS(4931), - [anon_sym_GT_EQ] = ACTIONS(4931), - [anon_sym_BANGin] = ACTIONS(4931), - [anon_sym_is] = ACTIONS(4929), - [anon_sym_BANGis] = ACTIONS(4931), - [anon_sym_PLUS] = ACTIONS(4929), - [anon_sym_DASH] = ACTIONS(4929), - [anon_sym_SLASH] = ACTIONS(4929), - [anon_sym_PERCENT] = ACTIONS(4931), - [anon_sym_as_QMARK] = ACTIONS(4931), - [anon_sym_PLUS_PLUS] = ACTIONS(4931), - [anon_sym_DASH_DASH] = ACTIONS(4931), - [anon_sym_BANG] = ACTIONS(4929), - [anon_sym_BANG_BANG] = ACTIONS(4931), - [anon_sym_data] = ACTIONS(4929), - [anon_sym_inner] = ACTIONS(4929), - [anon_sym_expect] = ACTIONS(4929), - [anon_sym_actual] = ACTIONS(4929), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4931), - [anon_sym_continue_AT] = ACTIONS(4931), - [anon_sym_break_AT] = ACTIONS(4931), - [sym_real_literal] = ACTIONS(4931), - [sym_integer_literal] = ACTIONS(4929), - [sym_hex_literal] = ACTIONS(4931), - [sym_bin_literal] = ACTIONS(4931), - [anon_sym_true] = ACTIONS(4929), - [anon_sym_false] = ACTIONS(4929), - [anon_sym_SQUOTE] = ACTIONS(4931), - [sym__backtick_identifier] = ACTIONS(4931), - [sym__automatic_semicolon] = ACTIONS(4931), - [sym_safe_nav] = ACTIONS(4931), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4931), - }, - [4137] = { - [sym__alpha_identifier] = ACTIONS(4923), - [anon_sym_AT] = ACTIONS(4925), - [anon_sym_LBRACK] = ACTIONS(4925), - [anon_sym_as] = ACTIONS(4923), - [anon_sym_LBRACE] = ACTIONS(4925), - [anon_sym_RBRACE] = ACTIONS(4925), - [anon_sym_LPAREN] = ACTIONS(7214), - [anon_sym_LT] = ACTIONS(4923), - [anon_sym_GT] = ACTIONS(4923), - [anon_sym_object] = ACTIONS(4923), - [anon_sym_fun] = ACTIONS(4923), - [anon_sym_DOT] = ACTIONS(4923), - [anon_sym_SEMI] = ACTIONS(4925), - [anon_sym_get] = ACTIONS(4923), - [anon_sym_set] = ACTIONS(4923), - [anon_sym_this] = ACTIONS(4923), - [anon_sym_super] = ACTIONS(4923), - [anon_sym_STAR] = ACTIONS(4925), - [sym_label] = ACTIONS(4923), - [anon_sym_in] = ACTIONS(4923), - [anon_sym_DOT_DOT] = ACTIONS(4925), - [anon_sym_QMARK_COLON] = ACTIONS(4925), - [anon_sym_AMP_AMP] = ACTIONS(4925), - [anon_sym_PIPE_PIPE] = ACTIONS(4925), - [anon_sym_null] = ACTIONS(4923), - [anon_sym_if] = ACTIONS(4923), - [anon_sym_else] = ACTIONS(4923), - [anon_sym_when] = ACTIONS(4923), - [anon_sym_try] = ACTIONS(4923), - [anon_sym_throw] = ACTIONS(4923), - [anon_sym_return] = ACTIONS(4923), - [anon_sym_continue] = ACTIONS(4923), - [anon_sym_break] = ACTIONS(4923), - [anon_sym_COLON_COLON] = ACTIONS(4925), - [anon_sym_BANG_EQ] = ACTIONS(4923), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4925), - [anon_sym_EQ_EQ] = ACTIONS(4923), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4925), - [anon_sym_LT_EQ] = ACTIONS(4925), - [anon_sym_GT_EQ] = ACTIONS(4925), - [anon_sym_BANGin] = ACTIONS(4925), - [anon_sym_is] = ACTIONS(4923), - [anon_sym_BANGis] = ACTIONS(4925), - [anon_sym_PLUS] = ACTIONS(4923), - [anon_sym_DASH] = ACTIONS(4923), - [anon_sym_SLASH] = ACTIONS(4923), - [anon_sym_PERCENT] = ACTIONS(4925), - [anon_sym_as_QMARK] = ACTIONS(4925), - [anon_sym_PLUS_PLUS] = ACTIONS(4925), - [anon_sym_DASH_DASH] = ACTIONS(4925), - [anon_sym_BANG] = ACTIONS(4923), - [anon_sym_BANG_BANG] = ACTIONS(4925), - [anon_sym_data] = ACTIONS(4923), - [anon_sym_inner] = ACTIONS(4923), - [anon_sym_expect] = ACTIONS(4923), - [anon_sym_actual] = ACTIONS(4923), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4925), - [anon_sym_continue_AT] = ACTIONS(4925), - [anon_sym_break_AT] = ACTIONS(4925), - [sym_real_literal] = ACTIONS(4925), - [sym_integer_literal] = ACTIONS(4923), - [sym_hex_literal] = ACTIONS(4925), - [sym_bin_literal] = ACTIONS(4925), - [anon_sym_true] = ACTIONS(4923), - [anon_sym_false] = ACTIONS(4923), - [anon_sym_SQUOTE] = ACTIONS(4925), - [sym__backtick_identifier] = ACTIONS(4925), - [sym__automatic_semicolon] = ACTIONS(4925), - [sym_safe_nav] = ACTIONS(4925), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4925), - }, - [4138] = { - [sym_class_body] = STATE(3221), - [sym__alpha_identifier] = ACTIONS(4517), - [anon_sym_AT] = ACTIONS(4519), - [anon_sym_COLON] = ACTIONS(7216), - [anon_sym_LBRACK] = ACTIONS(4519), - [anon_sym_as] = ACTIONS(4517), - [anon_sym_LBRACE] = ACTIONS(5147), - [anon_sym_RBRACE] = ACTIONS(4519), - [anon_sym_LPAREN] = ACTIONS(4519), - [anon_sym_RPAREN] = ACTIONS(4519), - [anon_sym_LT] = ACTIONS(4517), - [anon_sym_GT] = ACTIONS(4517), - [anon_sym_DOT] = ACTIONS(4517), - [anon_sym_SEMI] = ACTIONS(4519), - [anon_sym_get] = ACTIONS(4517), - [anon_sym_set] = ACTIONS(4517), - [anon_sym_STAR] = ACTIONS(4519), - [sym_label] = ACTIONS(4519), - [anon_sym_in] = ACTIONS(4517), - [anon_sym_while] = ACTIONS(4517), - [anon_sym_DOT_DOT] = ACTIONS(4519), - [anon_sym_QMARK_COLON] = ACTIONS(4519), - [anon_sym_AMP_AMP] = ACTIONS(4519), - [anon_sym_PIPE_PIPE] = ACTIONS(4519), - [anon_sym_else] = ACTIONS(4517), - [anon_sym_COLON_COLON] = ACTIONS(4519), - [anon_sym_BANG_EQ] = ACTIONS(4517), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4519), - [anon_sym_EQ_EQ] = ACTIONS(4517), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4519), - [anon_sym_LT_EQ] = ACTIONS(4519), - [anon_sym_GT_EQ] = ACTIONS(4519), - [anon_sym_BANGin] = ACTIONS(4519), - [anon_sym_is] = ACTIONS(4517), - [anon_sym_BANGis] = ACTIONS(4519), - [anon_sym_PLUS] = ACTIONS(4517), - [anon_sym_DASH] = ACTIONS(4517), - [anon_sym_SLASH] = ACTIONS(4517), - [anon_sym_PERCENT] = ACTIONS(4519), - [anon_sym_as_QMARK] = ACTIONS(4519), - [anon_sym_PLUS_PLUS] = ACTIONS(4519), - [anon_sym_DASH_DASH] = ACTIONS(4519), - [anon_sym_BANG_BANG] = ACTIONS(4519), - [anon_sym_suspend] = ACTIONS(4517), - [anon_sym_sealed] = ACTIONS(4517), - [anon_sym_annotation] = ACTIONS(4517), - [anon_sym_data] = ACTIONS(4517), - [anon_sym_inner] = ACTIONS(4517), - [anon_sym_override] = ACTIONS(4517), - [anon_sym_lateinit] = ACTIONS(4517), - [anon_sym_public] = ACTIONS(4517), - [anon_sym_private] = ACTIONS(4517), - [anon_sym_internal] = ACTIONS(4517), - [anon_sym_protected] = ACTIONS(4517), - [anon_sym_tailrec] = ACTIONS(4517), - [anon_sym_operator] = ACTIONS(4517), - [anon_sym_infix] = ACTIONS(4517), - [anon_sym_inline] = ACTIONS(4517), - [anon_sym_external] = ACTIONS(4517), - [sym_property_modifier] = ACTIONS(4517), - [anon_sym_abstract] = ACTIONS(4517), - [anon_sym_final] = ACTIONS(4517), - [anon_sym_open] = ACTIONS(4517), - [anon_sym_vararg] = ACTIONS(4517), - [anon_sym_noinline] = ACTIONS(4517), - [anon_sym_crossinline] = ACTIONS(4517), - [anon_sym_expect] = ACTIONS(4517), - [anon_sym_actual] = ACTIONS(4517), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4519), - [sym_safe_nav] = ACTIONS(4519), - [sym_multiline_comment] = ACTIONS(3), - }, - [4139] = { - [sym_indexing_suffix] = STATE(4909), - [sym_navigation_suffix] = STATE(4889), - [sym_call_suffix] = STATE(4891), - [sym_annotated_lambda] = STATE(4893), - [sym_type_arguments] = STATE(7557), - [sym_value_arguments] = STATE(4442), - [sym_lambda_literal] = STATE(4899), - [sym__equality_operator] = STATE(2340), - [sym__comparison_operator] = STATE(2339), - [sym__in_operator] = STATE(2338), - [sym__is_operator] = STATE(6028), - [sym__additive_operator] = STATE(2337), - [sym__multiplicative_operator] = STATE(2336), - [sym__as_operator] = STATE(6024), - [sym__postfix_unary_operator] = STATE(4912), - [sym__member_access_operator] = STATE(7341), - [sym_annotation] = STATE(7855), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2334), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7855), - [sym__alpha_identifier] = ACTIONS(3034), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6688), - [anon_sym_as] = ACTIONS(6690), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3036), - [anon_sym_LPAREN] = ACTIONS(6692), - [anon_sym_COMMA] = ACTIONS(3036), - [anon_sym_LT] = ACTIONS(3038), - [anon_sym_GT] = ACTIONS(3034), - [anon_sym_where] = ACTIONS(3034), - [anon_sym_DOT] = ACTIONS(6696), - [anon_sym_SEMI] = ACTIONS(3036), - [anon_sym_get] = ACTIONS(3034), - [anon_sym_set] = ACTIONS(3034), - [anon_sym_STAR] = ACTIONS(7177), - [sym_label] = ACTIONS(6700), - [anon_sym_in] = ACTIONS(3034), - [anon_sym_DOT_DOT] = ACTIONS(3036), - [anon_sym_QMARK_COLON] = ACTIONS(3036), - [anon_sym_AMP_AMP] = ACTIONS(3036), - [anon_sym_PIPE_PIPE] = ACTIONS(3036), - [anon_sym_else] = ACTIONS(3034), - [anon_sym_COLON_COLON] = ACTIONS(6712), - [anon_sym_BANG_EQ] = ACTIONS(3034), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3036), - [anon_sym_EQ_EQ] = ACTIONS(3034), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3036), - [anon_sym_LT_EQ] = ACTIONS(3036), - [anon_sym_GT_EQ] = ACTIONS(3036), - [anon_sym_BANGin] = ACTIONS(3036), - [anon_sym_is] = ACTIONS(3034), - [anon_sym_BANGis] = ACTIONS(3036), - [anon_sym_PLUS] = ACTIONS(3034), - [anon_sym_DASH] = ACTIONS(3034), - [anon_sym_SLASH] = ACTIONS(7189), - [anon_sym_PERCENT] = ACTIONS(7177), - [anon_sym_as_QMARK] = ACTIONS(6728), - [anon_sym_PLUS_PLUS] = ACTIONS(6730), - [anon_sym_DASH_DASH] = ACTIONS(6730), - [anon_sym_BANG_BANG] = ACTIONS(6730), - [anon_sym_data] = ACTIONS(3034), - [anon_sym_inner] = ACTIONS(3034), - [anon_sym_expect] = ACTIONS(3034), - [anon_sym_actual] = ACTIONS(3034), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3036), - [sym__automatic_semicolon] = ACTIONS(3036), - [sym_safe_nav] = ACTIONS(6712), - [sym_multiline_comment] = ACTIONS(3), - }, - [4140] = { - [sym_class_body] = STATE(3247), - [sym__alpha_identifier] = ACTIONS(4509), - [anon_sym_AT] = ACTIONS(4511), - [anon_sym_COLON] = ACTIONS(7218), - [anon_sym_LBRACK] = ACTIONS(4511), - [anon_sym_as] = ACTIONS(4509), - [anon_sym_LBRACE] = ACTIONS(5147), - [anon_sym_RBRACE] = ACTIONS(4511), - [anon_sym_LPAREN] = ACTIONS(4511), - [anon_sym_RPAREN] = ACTIONS(4511), - [anon_sym_LT] = ACTIONS(4509), - [anon_sym_GT] = ACTIONS(4509), - [anon_sym_DOT] = ACTIONS(4509), - [anon_sym_SEMI] = ACTIONS(4511), - [anon_sym_get] = ACTIONS(4509), - [anon_sym_set] = ACTIONS(4509), - [anon_sym_STAR] = ACTIONS(4511), - [sym_label] = ACTIONS(4511), - [anon_sym_in] = ACTIONS(4509), - [anon_sym_while] = ACTIONS(4509), - [anon_sym_DOT_DOT] = ACTIONS(4511), - [anon_sym_QMARK_COLON] = ACTIONS(4511), - [anon_sym_AMP_AMP] = ACTIONS(4511), - [anon_sym_PIPE_PIPE] = ACTIONS(4511), - [anon_sym_else] = ACTIONS(4509), - [anon_sym_COLON_COLON] = ACTIONS(4511), - [anon_sym_BANG_EQ] = ACTIONS(4509), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4511), - [anon_sym_EQ_EQ] = ACTIONS(4509), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4511), - [anon_sym_LT_EQ] = ACTIONS(4511), - [anon_sym_GT_EQ] = ACTIONS(4511), - [anon_sym_BANGin] = ACTIONS(4511), - [anon_sym_is] = ACTIONS(4509), - [anon_sym_BANGis] = ACTIONS(4511), - [anon_sym_PLUS] = ACTIONS(4509), - [anon_sym_DASH] = ACTIONS(4509), - [anon_sym_SLASH] = ACTIONS(4509), - [anon_sym_PERCENT] = ACTIONS(4511), - [anon_sym_as_QMARK] = ACTIONS(4511), - [anon_sym_PLUS_PLUS] = ACTIONS(4511), - [anon_sym_DASH_DASH] = ACTIONS(4511), - [anon_sym_BANG_BANG] = ACTIONS(4511), - [anon_sym_suspend] = ACTIONS(4509), - [anon_sym_sealed] = ACTIONS(4509), - [anon_sym_annotation] = ACTIONS(4509), - [anon_sym_data] = ACTIONS(4509), - [anon_sym_inner] = ACTIONS(4509), - [anon_sym_override] = ACTIONS(4509), - [anon_sym_lateinit] = ACTIONS(4509), - [anon_sym_public] = ACTIONS(4509), - [anon_sym_private] = ACTIONS(4509), - [anon_sym_internal] = ACTIONS(4509), - [anon_sym_protected] = ACTIONS(4509), - [anon_sym_tailrec] = ACTIONS(4509), - [anon_sym_operator] = ACTIONS(4509), - [anon_sym_infix] = ACTIONS(4509), - [anon_sym_inline] = ACTIONS(4509), - [anon_sym_external] = ACTIONS(4509), - [sym_property_modifier] = ACTIONS(4509), - [anon_sym_abstract] = ACTIONS(4509), - [anon_sym_final] = ACTIONS(4509), - [anon_sym_open] = ACTIONS(4509), - [anon_sym_vararg] = ACTIONS(4509), - [anon_sym_noinline] = ACTIONS(4509), - [anon_sym_crossinline] = ACTIONS(4509), - [anon_sym_expect] = ACTIONS(4509), - [anon_sym_actual] = ACTIONS(4509), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4511), - [sym_safe_nav] = ACTIONS(4511), - [sym_multiline_comment] = ACTIONS(3), - }, - [4141] = { - [sym__alpha_identifier] = ACTIONS(4241), - [anon_sym_AT] = ACTIONS(4239), - [anon_sym_LBRACK] = ACTIONS(4239), - [anon_sym_as] = ACTIONS(4241), - [anon_sym_LBRACE] = ACTIONS(4239), - [anon_sym_RBRACE] = ACTIONS(4239), - [anon_sym_LPAREN] = ACTIONS(7220), - [anon_sym_LT] = ACTIONS(4241), - [anon_sym_GT] = ACTIONS(4241), - [anon_sym_object] = ACTIONS(4241), - [anon_sym_fun] = ACTIONS(4241), - [anon_sym_DOT] = ACTIONS(4241), - [anon_sym_SEMI] = ACTIONS(4239), - [anon_sym_get] = ACTIONS(4241), - [anon_sym_set] = ACTIONS(4241), - [anon_sym_this] = ACTIONS(4241), - [anon_sym_super] = ACTIONS(4241), - [anon_sym_STAR] = ACTIONS(4239), - [sym_label] = ACTIONS(4241), - [anon_sym_in] = ACTIONS(4241), - [anon_sym_DOT_DOT] = ACTIONS(4239), - [anon_sym_QMARK_COLON] = ACTIONS(4239), - [anon_sym_AMP_AMP] = ACTIONS(4239), - [anon_sym_PIPE_PIPE] = ACTIONS(4239), - [anon_sym_null] = ACTIONS(4241), - [anon_sym_if] = ACTIONS(4241), - [anon_sym_else] = ACTIONS(4241), - [anon_sym_when] = ACTIONS(4241), - [anon_sym_try] = ACTIONS(4241), - [anon_sym_throw] = ACTIONS(4241), - [anon_sym_return] = ACTIONS(4241), - [anon_sym_continue] = ACTIONS(4241), - [anon_sym_break] = ACTIONS(4241), - [anon_sym_COLON_COLON] = ACTIONS(4239), - [anon_sym_BANG_EQ] = ACTIONS(4241), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4239), - [anon_sym_EQ_EQ] = ACTIONS(4241), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4239), - [anon_sym_LT_EQ] = ACTIONS(4239), - [anon_sym_GT_EQ] = ACTIONS(4239), - [anon_sym_BANGin] = ACTIONS(4239), - [anon_sym_is] = ACTIONS(4241), - [anon_sym_BANGis] = ACTIONS(4239), - [anon_sym_PLUS] = ACTIONS(4241), - [anon_sym_DASH] = ACTIONS(4241), - [anon_sym_SLASH] = ACTIONS(4241), - [anon_sym_PERCENT] = ACTIONS(4239), - [anon_sym_as_QMARK] = ACTIONS(4239), - [anon_sym_PLUS_PLUS] = ACTIONS(4239), - [anon_sym_DASH_DASH] = ACTIONS(4239), - [anon_sym_BANG] = ACTIONS(4241), - [anon_sym_BANG_BANG] = ACTIONS(4239), - [anon_sym_data] = ACTIONS(4241), - [anon_sym_inner] = ACTIONS(4241), - [anon_sym_expect] = ACTIONS(4241), - [anon_sym_actual] = ACTIONS(4241), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4239), - [anon_sym_continue_AT] = ACTIONS(4239), - [anon_sym_break_AT] = ACTIONS(4239), - [sym_real_literal] = ACTIONS(4239), - [sym_integer_literal] = ACTIONS(4241), - [sym_hex_literal] = ACTIONS(4239), - [sym_bin_literal] = ACTIONS(4239), - [anon_sym_true] = ACTIONS(4241), - [anon_sym_false] = ACTIONS(4241), - [anon_sym_SQUOTE] = ACTIONS(4239), - [sym__backtick_identifier] = ACTIONS(4239), - [sym__automatic_semicolon] = ACTIONS(4239), - [sym_safe_nav] = ACTIONS(4239), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4239), - }, - [4142] = { - [sym__alpha_identifier] = ACTIONS(4454), - [anon_sym_AT] = ACTIONS(4456), - [anon_sym_LBRACK] = ACTIONS(4456), - [anon_sym_as] = ACTIONS(4454), - [anon_sym_LBRACE] = ACTIONS(4456), - [anon_sym_RBRACE] = ACTIONS(4456), - [anon_sym_LPAREN] = ACTIONS(4456), - [anon_sym_COMMA] = ACTIONS(4456), - [anon_sym_by] = ACTIONS(7145), - [anon_sym_LT] = ACTIONS(4454), - [anon_sym_GT] = ACTIONS(4454), - [anon_sym_where] = ACTIONS(4454), - [anon_sym_DOT] = ACTIONS(4454), - [anon_sym_SEMI] = ACTIONS(4456), - [anon_sym_get] = ACTIONS(4454), - [anon_sym_set] = ACTIONS(4454), - [anon_sym_STAR] = ACTIONS(4456), - [sym_label] = ACTIONS(4456), - [anon_sym_in] = ACTIONS(4454), - [anon_sym_DOT_DOT] = ACTIONS(4456), - [anon_sym_QMARK_COLON] = ACTIONS(4456), - [anon_sym_AMP_AMP] = ACTIONS(4456), - [anon_sym_PIPE_PIPE] = ACTIONS(4456), - [anon_sym_else] = ACTIONS(4454), - [anon_sym_COLON_COLON] = ACTIONS(4456), - [anon_sym_BANG_EQ] = ACTIONS(4454), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4456), - [anon_sym_EQ_EQ] = ACTIONS(4454), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4456), - [anon_sym_LT_EQ] = ACTIONS(4456), - [anon_sym_GT_EQ] = ACTIONS(4456), - [anon_sym_BANGin] = ACTIONS(4456), - [anon_sym_is] = ACTIONS(4454), - [anon_sym_BANGis] = ACTIONS(4456), - [anon_sym_PLUS] = ACTIONS(4454), - [anon_sym_DASH] = ACTIONS(4454), - [anon_sym_SLASH] = ACTIONS(4454), - [anon_sym_PERCENT] = ACTIONS(4456), - [anon_sym_as_QMARK] = ACTIONS(4456), - [anon_sym_PLUS_PLUS] = ACTIONS(4456), - [anon_sym_DASH_DASH] = ACTIONS(4456), - [anon_sym_BANG_BANG] = ACTIONS(4456), - [anon_sym_suspend] = ACTIONS(4454), - [anon_sym_sealed] = ACTIONS(4454), - [anon_sym_annotation] = ACTIONS(4454), - [anon_sym_data] = ACTIONS(4454), - [anon_sym_inner] = ACTIONS(4454), - [anon_sym_override] = ACTIONS(4454), - [anon_sym_lateinit] = ACTIONS(4454), - [anon_sym_public] = ACTIONS(4454), - [anon_sym_private] = ACTIONS(4454), - [anon_sym_internal] = ACTIONS(4454), - [anon_sym_protected] = ACTIONS(4454), - [anon_sym_tailrec] = ACTIONS(4454), - [anon_sym_operator] = ACTIONS(4454), - [anon_sym_infix] = ACTIONS(4454), - [anon_sym_inline] = ACTIONS(4454), - [anon_sym_external] = ACTIONS(4454), - [sym_property_modifier] = ACTIONS(4454), - [anon_sym_abstract] = ACTIONS(4454), - [anon_sym_final] = ACTIONS(4454), - [anon_sym_open] = ACTIONS(4454), - [anon_sym_vararg] = ACTIONS(4454), - [anon_sym_noinline] = ACTIONS(4454), - [anon_sym_crossinline] = ACTIONS(4454), - [anon_sym_expect] = ACTIONS(4454), - [anon_sym_actual] = ACTIONS(4454), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4456), - [sym__automatic_semicolon] = ACTIONS(4456), - [sym_safe_nav] = ACTIONS(4456), - [sym_multiline_comment] = ACTIONS(3), - }, - [4143] = { - [sym_function_body] = STATE(3798), - [sym__block] = STATE(3725), - [sym__alpha_identifier] = ACTIONS(4382), - [anon_sym_AT] = ACTIONS(4384), - [anon_sym_LBRACK] = ACTIONS(4384), - [anon_sym_as] = ACTIONS(4382), - [anon_sym_EQ] = ACTIONS(7017), - [anon_sym_LBRACE] = ACTIONS(6434), - [anon_sym_RBRACE] = ACTIONS(4384), - [anon_sym_LPAREN] = ACTIONS(4384), - [anon_sym_LT] = ACTIONS(4382), - [anon_sym_GT] = ACTIONS(4382), - [anon_sym_DOT] = ACTIONS(4382), - [anon_sym_SEMI] = ACTIONS(4384), - [anon_sym_get] = ACTIONS(4382), - [anon_sym_set] = ACTIONS(4382), - [anon_sym_STAR] = ACTIONS(4384), - [sym_label] = ACTIONS(4384), - [anon_sym_in] = ACTIONS(4382), - [anon_sym_DOT_DOT] = ACTIONS(4384), - [anon_sym_QMARK_COLON] = ACTIONS(4384), - [anon_sym_AMP_AMP] = ACTIONS(4384), - [anon_sym_PIPE_PIPE] = ACTIONS(4384), - [anon_sym_else] = ACTIONS(4382), - [anon_sym_COLON_COLON] = ACTIONS(4384), - [anon_sym_BANG_EQ] = ACTIONS(4382), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4384), - [anon_sym_EQ_EQ] = ACTIONS(4382), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4384), - [anon_sym_LT_EQ] = ACTIONS(4384), - [anon_sym_GT_EQ] = ACTIONS(4384), - [anon_sym_BANGin] = ACTIONS(4384), - [anon_sym_is] = ACTIONS(4382), - [anon_sym_BANGis] = ACTIONS(4384), - [anon_sym_PLUS] = ACTIONS(4382), - [anon_sym_DASH] = ACTIONS(4382), - [anon_sym_SLASH] = ACTIONS(4382), - [anon_sym_PERCENT] = ACTIONS(4384), - [anon_sym_as_QMARK] = ACTIONS(4384), - [anon_sym_PLUS_PLUS] = ACTIONS(4384), - [anon_sym_DASH_DASH] = ACTIONS(4384), - [anon_sym_BANG_BANG] = ACTIONS(4384), - [anon_sym_suspend] = ACTIONS(4382), - [anon_sym_sealed] = ACTIONS(4382), - [anon_sym_annotation] = ACTIONS(4382), - [anon_sym_data] = ACTIONS(4382), - [anon_sym_inner] = ACTIONS(4382), - [anon_sym_override] = ACTIONS(4382), - [anon_sym_lateinit] = ACTIONS(4382), - [anon_sym_public] = ACTIONS(4382), - [anon_sym_private] = ACTIONS(4382), - [anon_sym_internal] = ACTIONS(4382), - [anon_sym_protected] = ACTIONS(4382), - [anon_sym_tailrec] = ACTIONS(4382), - [anon_sym_operator] = ACTIONS(4382), - [anon_sym_infix] = ACTIONS(4382), - [anon_sym_inline] = ACTIONS(4382), - [anon_sym_external] = ACTIONS(4382), - [sym_property_modifier] = ACTIONS(4382), - [anon_sym_abstract] = ACTIONS(4382), - [anon_sym_final] = ACTIONS(4382), - [anon_sym_open] = ACTIONS(4382), - [anon_sym_vararg] = ACTIONS(4382), - [anon_sym_noinline] = ACTIONS(4382), - [anon_sym_crossinline] = ACTIONS(4382), - [anon_sym_expect] = ACTIONS(4382), - [anon_sym_actual] = ACTIONS(4382), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4384), - [sym__automatic_semicolon] = ACTIONS(4384), - [sym_safe_nav] = ACTIONS(4384), - [sym_multiline_comment] = ACTIONS(3), - }, - [4144] = { - [sym__alpha_identifier] = ACTIONS(4233), - [anon_sym_AT] = ACTIONS(4236), - [anon_sym_LBRACK] = ACTIONS(4236), - [anon_sym_as] = ACTIONS(4241), - [anon_sym_LBRACE] = ACTIONS(4236), - [anon_sym_RBRACE] = ACTIONS(4239), - [anon_sym_LPAREN] = ACTIONS(6778), - [anon_sym_LT] = ACTIONS(4241), - [anon_sym_GT] = ACTIONS(4241), - [anon_sym_object] = ACTIONS(4233), - [anon_sym_fun] = ACTIONS(4233), - [anon_sym_DOT] = ACTIONS(4241), - [anon_sym_SEMI] = ACTIONS(4239), - [anon_sym_get] = ACTIONS(4233), - [anon_sym_set] = ACTIONS(4233), - [anon_sym_this] = ACTIONS(4233), - [anon_sym_super] = ACTIONS(4233), - [anon_sym_STAR] = ACTIONS(4236), - [sym_label] = ACTIONS(4233), - [anon_sym_in] = ACTIONS(4241), - [anon_sym_DOT_DOT] = ACTIONS(4239), - [anon_sym_QMARK_COLON] = ACTIONS(4239), - [anon_sym_AMP_AMP] = ACTIONS(4239), - [anon_sym_PIPE_PIPE] = ACTIONS(4239), - [anon_sym_null] = ACTIONS(4233), - [anon_sym_if] = ACTIONS(4233), - [anon_sym_else] = ACTIONS(4241), - [anon_sym_when] = ACTIONS(4233), - [anon_sym_try] = ACTIONS(4233), - [anon_sym_throw] = ACTIONS(4233), - [anon_sym_return] = ACTIONS(4233), - [anon_sym_continue] = ACTIONS(4233), - [anon_sym_break] = ACTIONS(4233), - [anon_sym_COLON_COLON] = ACTIONS(4236), - [anon_sym_BANG_EQ] = ACTIONS(4241), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4239), - [anon_sym_EQ_EQ] = ACTIONS(4241), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4239), - [anon_sym_LT_EQ] = ACTIONS(4239), - [anon_sym_GT_EQ] = ACTIONS(4239), - [anon_sym_BANGin] = ACTIONS(4239), - [anon_sym_is] = ACTIONS(4241), - [anon_sym_BANGis] = ACTIONS(4239), - [anon_sym_PLUS] = ACTIONS(4233), - [anon_sym_DASH] = ACTIONS(4233), - [anon_sym_SLASH] = ACTIONS(4241), - [anon_sym_PERCENT] = ACTIONS(4239), - [anon_sym_as_QMARK] = ACTIONS(4239), - [anon_sym_PLUS_PLUS] = ACTIONS(4236), - [anon_sym_DASH_DASH] = ACTIONS(4236), - [anon_sym_BANG] = ACTIONS(4233), - [anon_sym_BANG_BANG] = ACTIONS(4239), - [anon_sym_data] = ACTIONS(4233), - [anon_sym_inner] = ACTIONS(4233), - [anon_sym_expect] = ACTIONS(4233), - [anon_sym_actual] = ACTIONS(4233), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4236), - [anon_sym_continue_AT] = ACTIONS(4236), - [anon_sym_break_AT] = ACTIONS(4236), - [sym_real_literal] = ACTIONS(4236), - [sym_integer_literal] = ACTIONS(4233), - [sym_hex_literal] = ACTIONS(4236), - [sym_bin_literal] = ACTIONS(4236), - [anon_sym_true] = ACTIONS(4233), - [anon_sym_false] = ACTIONS(4233), - [anon_sym_SQUOTE] = ACTIONS(4236), - [sym__backtick_identifier] = ACTIONS(4236), - [sym__automatic_semicolon] = ACTIONS(4239), - [sym_safe_nav] = ACTIONS(4239), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4236), - }, - [4145] = { - [sym__alpha_identifier] = ACTIONS(4249), - [anon_sym_AT] = ACTIONS(4252), - [anon_sym_LBRACK] = ACTIONS(4252), - [anon_sym_as] = ACTIONS(4257), - [anon_sym_LBRACE] = ACTIONS(4252), - [anon_sym_RBRACE] = ACTIONS(4255), - [anon_sym_LPAREN] = ACTIONS(7222), - [anon_sym_LT] = ACTIONS(4257), - [anon_sym_GT] = ACTIONS(4257), - [anon_sym_object] = ACTIONS(3828), - [anon_sym_fun] = ACTIONS(3828), - [anon_sym_DOT] = ACTIONS(4257), - [anon_sym_SEMI] = ACTIONS(4255), - [anon_sym_get] = ACTIONS(4249), - [anon_sym_set] = ACTIONS(4249), - [anon_sym_this] = ACTIONS(3828), - [anon_sym_super] = ACTIONS(3828), - [anon_sym_STAR] = ACTIONS(4252), - [sym_label] = ACTIONS(4249), - [anon_sym_in] = ACTIONS(4257), - [anon_sym_DOT_DOT] = ACTIONS(4255), - [anon_sym_QMARK_COLON] = ACTIONS(4255), - [anon_sym_AMP_AMP] = ACTIONS(4255), - [anon_sym_PIPE_PIPE] = ACTIONS(4255), - [anon_sym_null] = ACTIONS(3828), - [anon_sym_if] = ACTIONS(3828), - [anon_sym_else] = ACTIONS(4257), - [anon_sym_when] = ACTIONS(3828), - [anon_sym_try] = ACTIONS(3828), - [anon_sym_throw] = ACTIONS(3828), - [anon_sym_return] = ACTIONS(3828), - [anon_sym_continue] = ACTIONS(3828), - [anon_sym_break] = ACTIONS(3828), - [anon_sym_COLON_COLON] = ACTIONS(4252), - [anon_sym_BANG_EQ] = ACTIONS(4257), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4255), - [anon_sym_EQ_EQ] = ACTIONS(4257), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4255), - [anon_sym_LT_EQ] = ACTIONS(4255), - [anon_sym_GT_EQ] = ACTIONS(4255), - [anon_sym_BANGin] = ACTIONS(4255), - [anon_sym_is] = ACTIONS(4257), - [anon_sym_BANGis] = ACTIONS(4255), - [anon_sym_PLUS] = ACTIONS(4249), - [anon_sym_DASH] = ACTIONS(4249), - [anon_sym_SLASH] = ACTIONS(4257), - [anon_sym_PERCENT] = ACTIONS(4255), - [anon_sym_as_QMARK] = ACTIONS(4255), - [anon_sym_PLUS_PLUS] = ACTIONS(4252), - [anon_sym_DASH_DASH] = ACTIONS(4252), - [anon_sym_BANG] = ACTIONS(3828), - [anon_sym_BANG_BANG] = ACTIONS(4255), - [anon_sym_data] = ACTIONS(4249), - [anon_sym_inner] = ACTIONS(4249), - [anon_sym_expect] = ACTIONS(4249), - [anon_sym_actual] = ACTIONS(4249), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3833), - [anon_sym_continue_AT] = ACTIONS(3833), - [anon_sym_break_AT] = ACTIONS(3833), - [sym_real_literal] = ACTIONS(3833), - [sym_integer_literal] = ACTIONS(3828), - [sym_hex_literal] = ACTIONS(3833), - [sym_bin_literal] = ACTIONS(3833), - [anon_sym_true] = ACTIONS(3828), - [anon_sym_false] = ACTIONS(3828), - [anon_sym_SQUOTE] = ACTIONS(3833), - [sym__backtick_identifier] = ACTIONS(4252), - [sym__automatic_semicolon] = ACTIONS(4255), - [sym_safe_nav] = ACTIONS(4255), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3833), - }, - [4146] = { - [sym__alpha_identifier] = ACTIONS(4249), - [anon_sym_AT] = ACTIONS(4252), - [anon_sym_LBRACK] = ACTIONS(4252), - [anon_sym_as] = ACTIONS(4257), - [anon_sym_LBRACE] = ACTIONS(4252), - [anon_sym_RBRACE] = ACTIONS(4255), - [anon_sym_LPAREN] = ACTIONS(6782), - [anon_sym_LT] = ACTIONS(4257), - [anon_sym_GT] = ACTIONS(4257), - [anon_sym_object] = ACTIONS(4249), - [anon_sym_fun] = ACTIONS(4249), - [anon_sym_DOT] = ACTIONS(4257), - [anon_sym_SEMI] = ACTIONS(4255), - [anon_sym_get] = ACTIONS(4249), - [anon_sym_set] = ACTIONS(4249), - [anon_sym_this] = ACTIONS(4249), - [anon_sym_super] = ACTIONS(4249), - [anon_sym_STAR] = ACTIONS(4252), - [sym_label] = ACTIONS(4249), - [anon_sym_in] = ACTIONS(4257), - [anon_sym_DOT_DOT] = ACTIONS(4255), - [anon_sym_QMARK_COLON] = ACTIONS(4255), - [anon_sym_AMP_AMP] = ACTIONS(4255), - [anon_sym_PIPE_PIPE] = ACTIONS(4255), - [anon_sym_null] = ACTIONS(4249), - [anon_sym_if] = ACTIONS(4249), - [anon_sym_else] = ACTIONS(4257), - [anon_sym_when] = ACTIONS(4249), - [anon_sym_try] = ACTIONS(4249), - [anon_sym_throw] = ACTIONS(4249), - [anon_sym_return] = ACTIONS(4249), - [anon_sym_continue] = ACTIONS(4249), - [anon_sym_break] = ACTIONS(4249), - [anon_sym_COLON_COLON] = ACTIONS(4252), - [anon_sym_BANG_EQ] = ACTIONS(4257), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4255), - [anon_sym_EQ_EQ] = ACTIONS(4257), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4255), - [anon_sym_LT_EQ] = ACTIONS(4255), - [anon_sym_GT_EQ] = ACTIONS(4255), - [anon_sym_BANGin] = ACTIONS(4255), - [anon_sym_is] = ACTIONS(4257), - [anon_sym_BANGis] = ACTIONS(4255), - [anon_sym_PLUS] = ACTIONS(4249), - [anon_sym_DASH] = ACTIONS(4249), - [anon_sym_SLASH] = ACTIONS(4257), - [anon_sym_PERCENT] = ACTIONS(4255), - [anon_sym_as_QMARK] = ACTIONS(4255), - [anon_sym_PLUS_PLUS] = ACTIONS(4252), - [anon_sym_DASH_DASH] = ACTIONS(4252), - [anon_sym_BANG] = ACTIONS(4249), - [anon_sym_BANG_BANG] = ACTIONS(4255), - [anon_sym_data] = ACTIONS(4249), - [anon_sym_inner] = ACTIONS(4249), - [anon_sym_expect] = ACTIONS(4249), - [anon_sym_actual] = ACTIONS(4249), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4252), - [anon_sym_continue_AT] = ACTIONS(4252), - [anon_sym_break_AT] = ACTIONS(4252), - [sym_real_literal] = ACTIONS(4252), - [sym_integer_literal] = ACTIONS(4249), - [sym_hex_literal] = ACTIONS(4252), - [sym_bin_literal] = ACTIONS(4252), - [anon_sym_true] = ACTIONS(4249), - [anon_sym_false] = ACTIONS(4249), - [anon_sym_SQUOTE] = ACTIONS(4252), - [sym__backtick_identifier] = ACTIONS(4252), - [sym__automatic_semicolon] = ACTIONS(4255), - [sym_safe_nav] = ACTIONS(4255), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4252), - }, - [4147] = { - [aux_sym__delegation_specifiers_repeat1] = STATE(4126), - [sym__alpha_identifier] = ACTIONS(4684), - [anon_sym_AT] = ACTIONS(4686), - [anon_sym_LBRACK] = ACTIONS(4686), - [anon_sym_as] = ACTIONS(4684), - [anon_sym_LBRACE] = ACTIONS(4686), - [anon_sym_RBRACE] = ACTIONS(4686), - [anon_sym_LPAREN] = ACTIONS(4686), - [anon_sym_COMMA] = ACTIONS(7203), - [anon_sym_LT] = ACTIONS(4684), - [anon_sym_GT] = ACTIONS(4684), - [anon_sym_where] = ACTIONS(4684), - [anon_sym_DOT] = ACTIONS(4684), - [anon_sym_SEMI] = ACTIONS(4686), - [anon_sym_get] = ACTIONS(4684), - [anon_sym_set] = ACTIONS(4684), - [anon_sym_STAR] = ACTIONS(4686), - [sym_label] = ACTIONS(4686), - [anon_sym_in] = ACTIONS(4684), - [anon_sym_DOT_DOT] = ACTIONS(4686), - [anon_sym_QMARK_COLON] = ACTIONS(4686), - [anon_sym_AMP_AMP] = ACTIONS(4686), - [anon_sym_PIPE_PIPE] = ACTIONS(4686), - [anon_sym_else] = ACTIONS(4684), - [anon_sym_COLON_COLON] = ACTIONS(4686), - [anon_sym_BANG_EQ] = ACTIONS(4684), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4686), - [anon_sym_EQ_EQ] = ACTIONS(4684), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4686), - [anon_sym_LT_EQ] = ACTIONS(4686), - [anon_sym_GT_EQ] = ACTIONS(4686), - [anon_sym_BANGin] = ACTIONS(4686), - [anon_sym_is] = ACTIONS(4684), - [anon_sym_BANGis] = ACTIONS(4686), - [anon_sym_PLUS] = ACTIONS(4684), - [anon_sym_DASH] = ACTIONS(4684), - [anon_sym_SLASH] = ACTIONS(4684), - [anon_sym_PERCENT] = ACTIONS(4686), - [anon_sym_as_QMARK] = ACTIONS(4686), - [anon_sym_PLUS_PLUS] = ACTIONS(4686), - [anon_sym_DASH_DASH] = ACTIONS(4686), - [anon_sym_BANG_BANG] = ACTIONS(4686), - [anon_sym_suspend] = ACTIONS(4684), - [anon_sym_sealed] = ACTIONS(4684), - [anon_sym_annotation] = ACTIONS(4684), - [anon_sym_data] = ACTIONS(4684), - [anon_sym_inner] = ACTIONS(4684), - [anon_sym_override] = ACTIONS(4684), - [anon_sym_lateinit] = ACTIONS(4684), - [anon_sym_public] = ACTIONS(4684), - [anon_sym_private] = ACTIONS(4684), - [anon_sym_internal] = ACTIONS(4684), - [anon_sym_protected] = ACTIONS(4684), - [anon_sym_tailrec] = ACTIONS(4684), - [anon_sym_operator] = ACTIONS(4684), - [anon_sym_infix] = ACTIONS(4684), - [anon_sym_inline] = ACTIONS(4684), - [anon_sym_external] = ACTIONS(4684), - [sym_property_modifier] = ACTIONS(4684), - [anon_sym_abstract] = ACTIONS(4684), - [anon_sym_final] = ACTIONS(4684), - [anon_sym_open] = ACTIONS(4684), - [anon_sym_vararg] = ACTIONS(4684), - [anon_sym_noinline] = ACTIONS(4684), - [anon_sym_crossinline] = ACTIONS(4684), - [anon_sym_expect] = ACTIONS(4684), - [anon_sym_actual] = ACTIONS(4684), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4686), - [sym__automatic_semicolon] = ACTIONS(4686), - [sym_safe_nav] = ACTIONS(4686), - [sym_multiline_comment] = ACTIONS(3), - }, - [4148] = { - [sym_function_body] = STATE(3723), - [sym__block] = STATE(3725), - [sym__alpha_identifier] = ACTIONS(4181), - [anon_sym_AT] = ACTIONS(4183), - [anon_sym_LBRACK] = ACTIONS(4183), - [anon_sym_as] = ACTIONS(4181), - [anon_sym_EQ] = ACTIONS(7017), - [anon_sym_LBRACE] = ACTIONS(6434), - [anon_sym_RBRACE] = ACTIONS(4183), - [anon_sym_LPAREN] = ACTIONS(4183), - [anon_sym_LT] = ACTIONS(4181), - [anon_sym_GT] = ACTIONS(4181), - [anon_sym_DOT] = ACTIONS(4181), - [anon_sym_SEMI] = ACTIONS(4183), - [anon_sym_get] = ACTIONS(4181), - [anon_sym_set] = ACTIONS(4181), - [anon_sym_STAR] = ACTIONS(4183), - [sym_label] = ACTIONS(4183), - [anon_sym_in] = ACTIONS(4181), - [anon_sym_DOT_DOT] = ACTIONS(4183), - [anon_sym_QMARK_COLON] = ACTIONS(4183), - [anon_sym_AMP_AMP] = ACTIONS(4183), - [anon_sym_PIPE_PIPE] = ACTIONS(4183), - [anon_sym_else] = ACTIONS(4181), - [anon_sym_COLON_COLON] = ACTIONS(4183), - [anon_sym_BANG_EQ] = ACTIONS(4181), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4183), - [anon_sym_EQ_EQ] = ACTIONS(4181), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4183), - [anon_sym_LT_EQ] = ACTIONS(4183), - [anon_sym_GT_EQ] = ACTIONS(4183), - [anon_sym_BANGin] = ACTIONS(4183), - [anon_sym_is] = ACTIONS(4181), - [anon_sym_BANGis] = ACTIONS(4183), - [anon_sym_PLUS] = ACTIONS(4181), - [anon_sym_DASH] = ACTIONS(4181), - [anon_sym_SLASH] = ACTIONS(4181), - [anon_sym_PERCENT] = ACTIONS(4183), - [anon_sym_as_QMARK] = ACTIONS(4183), - [anon_sym_PLUS_PLUS] = ACTIONS(4183), - [anon_sym_DASH_DASH] = ACTIONS(4183), - [anon_sym_BANG_BANG] = ACTIONS(4183), - [anon_sym_suspend] = ACTIONS(4181), - [anon_sym_sealed] = ACTIONS(4181), - [anon_sym_annotation] = ACTIONS(4181), - [anon_sym_data] = ACTIONS(4181), - [anon_sym_inner] = ACTIONS(4181), - [anon_sym_override] = ACTIONS(4181), - [anon_sym_lateinit] = ACTIONS(4181), - [anon_sym_public] = ACTIONS(4181), - [anon_sym_private] = ACTIONS(4181), - [anon_sym_internal] = ACTIONS(4181), - [anon_sym_protected] = ACTIONS(4181), - [anon_sym_tailrec] = ACTIONS(4181), - [anon_sym_operator] = ACTIONS(4181), - [anon_sym_infix] = ACTIONS(4181), - [anon_sym_inline] = ACTIONS(4181), - [anon_sym_external] = ACTIONS(4181), - [sym_property_modifier] = ACTIONS(4181), - [anon_sym_abstract] = ACTIONS(4181), - [anon_sym_final] = ACTIONS(4181), - [anon_sym_open] = ACTIONS(4181), - [anon_sym_vararg] = ACTIONS(4181), - [anon_sym_noinline] = ACTIONS(4181), - [anon_sym_crossinline] = ACTIONS(4181), - [anon_sym_expect] = ACTIONS(4181), - [anon_sym_actual] = ACTIONS(4181), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4183), - [sym__automatic_semicolon] = ACTIONS(4183), - [sym_safe_nav] = ACTIONS(4183), - [sym_multiline_comment] = ACTIONS(3), - }, - [4149] = { - [sym_indexing_suffix] = STATE(4909), - [sym_navigation_suffix] = STATE(4889), - [sym_call_suffix] = STATE(4891), - [sym_annotated_lambda] = STATE(4893), - [sym_type_arguments] = STATE(7557), - [sym_value_arguments] = STATE(4442), - [sym_lambda_literal] = STATE(4899), - [sym__equality_operator] = STATE(2340), - [sym__comparison_operator] = STATE(2339), - [sym__in_operator] = STATE(2338), - [sym__is_operator] = STATE(6028), - [sym__additive_operator] = STATE(2337), - [sym__multiplicative_operator] = STATE(2336), - [sym__as_operator] = STATE(6024), - [sym__postfix_unary_operator] = STATE(4912), - [sym__member_access_operator] = STATE(7341), - [sym_annotation] = STATE(7855), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2334), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7855), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6688), - [anon_sym_as] = ACTIONS(6690), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3001), - [anon_sym_LPAREN] = ACTIONS(6692), - [anon_sym_COMMA] = ACTIONS(3001), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7191), - [anon_sym_where] = ACTIONS(2999), - [anon_sym_DOT] = ACTIONS(6696), - [anon_sym_SEMI] = ACTIONS(3001), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7177), - [sym_label] = ACTIONS(6700), - [anon_sym_in] = ACTIONS(7179), - [anon_sym_DOT_DOT] = ACTIONS(7181), - [anon_sym_QMARK_COLON] = ACTIONS(7183), - [anon_sym_AMP_AMP] = ACTIONS(7195), - [anon_sym_PIPE_PIPE] = ACTIONS(7201), - [anon_sym_else] = ACTIONS(2999), - [anon_sym_COLON_COLON] = ACTIONS(6712), - [anon_sym_BANG_EQ] = ACTIONS(7197), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7199), - [anon_sym_EQ_EQ] = ACTIONS(7197), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7199), - [anon_sym_LT_EQ] = ACTIONS(7193), - [anon_sym_GT_EQ] = ACTIONS(7193), - [anon_sym_BANGin] = ACTIONS(7185), - [anon_sym_is] = ACTIONS(6722), - [anon_sym_BANGis] = ACTIONS(6724), - [anon_sym_PLUS] = ACTIONS(7187), - [anon_sym_DASH] = ACTIONS(7187), - [anon_sym_SLASH] = ACTIONS(7189), - [anon_sym_PERCENT] = ACTIONS(7177), - [anon_sym_as_QMARK] = ACTIONS(6728), - [anon_sym_PLUS_PLUS] = ACTIONS(6730), - [anon_sym_DASH_DASH] = ACTIONS(6730), - [anon_sym_BANG_BANG] = ACTIONS(6730), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3001), - [sym_safe_nav] = ACTIONS(6712), - [sym_multiline_comment] = ACTIONS(3), - }, - [4150] = { - [sym_indexing_suffix] = STATE(4909), - [sym_navigation_suffix] = STATE(4889), - [sym_call_suffix] = STATE(4891), - [sym_annotated_lambda] = STATE(4893), - [sym_type_arguments] = STATE(7557), - [sym_value_arguments] = STATE(4442), - [sym_lambda_literal] = STATE(4899), - [sym__equality_operator] = STATE(2340), - [sym__comparison_operator] = STATE(2339), - [sym__in_operator] = STATE(2338), - [sym__is_operator] = STATE(6028), - [sym__additive_operator] = STATE(2337), - [sym__multiplicative_operator] = STATE(2336), - [sym__as_operator] = STATE(6024), - [sym__postfix_unary_operator] = STATE(4912), - [sym__member_access_operator] = STATE(7341), - [sym_annotation] = STATE(7855), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2334), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7855), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6688), - [anon_sym_as] = ACTIONS(6690), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3074), - [anon_sym_LPAREN] = ACTIONS(6692), - [anon_sym_COMMA] = ACTIONS(3074), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7191), - [anon_sym_where] = ACTIONS(3072), - [anon_sym_DOT] = ACTIONS(6696), - [anon_sym_SEMI] = ACTIONS(3074), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7177), - [sym_label] = ACTIONS(6700), - [anon_sym_in] = ACTIONS(7179), - [anon_sym_DOT_DOT] = ACTIONS(7181), - [anon_sym_QMARK_COLON] = ACTIONS(7183), - [anon_sym_AMP_AMP] = ACTIONS(7195), - [anon_sym_PIPE_PIPE] = ACTIONS(7201), - [anon_sym_else] = ACTIONS(3072), - [anon_sym_COLON_COLON] = ACTIONS(6712), - [anon_sym_BANG_EQ] = ACTIONS(7197), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7199), - [anon_sym_EQ_EQ] = ACTIONS(7197), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7199), - [anon_sym_LT_EQ] = ACTIONS(7193), - [anon_sym_GT_EQ] = ACTIONS(7193), - [anon_sym_BANGin] = ACTIONS(7185), - [anon_sym_is] = ACTIONS(6722), - [anon_sym_BANGis] = ACTIONS(6724), - [anon_sym_PLUS] = ACTIONS(7187), - [anon_sym_DASH] = ACTIONS(7187), - [anon_sym_SLASH] = ACTIONS(7189), - [anon_sym_PERCENT] = ACTIONS(7177), - [anon_sym_as_QMARK] = ACTIONS(6728), - [anon_sym_PLUS_PLUS] = ACTIONS(6730), - [anon_sym_DASH_DASH] = ACTIONS(6730), - [anon_sym_BANG_BANG] = ACTIONS(6730), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3074), - [sym_safe_nav] = ACTIONS(6712), - [sym_multiline_comment] = ACTIONS(3), - }, - [4151] = { - [aux_sym__delegation_specifiers_repeat1] = STATE(4126), - [sym__alpha_identifier] = ACTIONS(4684), - [anon_sym_AT] = ACTIONS(4686), - [anon_sym_LBRACK] = ACTIONS(4686), - [anon_sym_as] = ACTIONS(4684), - [anon_sym_LBRACE] = ACTIONS(4686), - [anon_sym_RBRACE] = ACTIONS(4686), - [anon_sym_LPAREN] = ACTIONS(4686), - [anon_sym_COMMA] = ACTIONS(4686), - [anon_sym_LT] = ACTIONS(4684), - [anon_sym_GT] = ACTIONS(4684), - [anon_sym_where] = ACTIONS(4684), - [anon_sym_DOT] = ACTIONS(4684), - [anon_sym_SEMI] = ACTIONS(4686), - [anon_sym_get] = ACTIONS(4684), - [anon_sym_set] = ACTIONS(4684), - [anon_sym_STAR] = ACTIONS(4686), - [sym_label] = ACTIONS(4686), - [anon_sym_in] = ACTIONS(4684), - [anon_sym_DOT_DOT] = ACTIONS(4686), - [anon_sym_QMARK_COLON] = ACTIONS(4686), - [anon_sym_AMP_AMP] = ACTIONS(4686), - [anon_sym_PIPE_PIPE] = ACTIONS(4686), - [anon_sym_else] = ACTIONS(4684), - [anon_sym_COLON_COLON] = ACTIONS(4686), - [anon_sym_BANG_EQ] = ACTIONS(4684), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4686), - [anon_sym_EQ_EQ] = ACTIONS(4684), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4686), - [anon_sym_LT_EQ] = ACTIONS(4686), - [anon_sym_GT_EQ] = ACTIONS(4686), - [anon_sym_BANGin] = ACTIONS(4686), - [anon_sym_is] = ACTIONS(4684), - [anon_sym_BANGis] = ACTIONS(4686), - [anon_sym_PLUS] = ACTIONS(4684), - [anon_sym_DASH] = ACTIONS(4684), - [anon_sym_SLASH] = ACTIONS(4684), - [anon_sym_PERCENT] = ACTIONS(4686), - [anon_sym_as_QMARK] = ACTIONS(4686), - [anon_sym_PLUS_PLUS] = ACTIONS(4686), - [anon_sym_DASH_DASH] = ACTIONS(4686), - [anon_sym_BANG_BANG] = ACTIONS(4686), - [anon_sym_suspend] = ACTIONS(4684), - [anon_sym_sealed] = ACTIONS(4684), - [anon_sym_annotation] = ACTIONS(4684), - [anon_sym_data] = ACTIONS(4684), - [anon_sym_inner] = ACTIONS(4684), - [anon_sym_override] = ACTIONS(4684), - [anon_sym_lateinit] = ACTIONS(4684), - [anon_sym_public] = ACTIONS(4684), - [anon_sym_private] = ACTIONS(4684), - [anon_sym_internal] = ACTIONS(4684), - [anon_sym_protected] = ACTIONS(4684), - [anon_sym_tailrec] = ACTIONS(4684), - [anon_sym_operator] = ACTIONS(4684), - [anon_sym_infix] = ACTIONS(4684), - [anon_sym_inline] = ACTIONS(4684), - [anon_sym_external] = ACTIONS(4684), - [sym_property_modifier] = ACTIONS(4684), - [anon_sym_abstract] = ACTIONS(4684), - [anon_sym_final] = ACTIONS(4684), - [anon_sym_open] = ACTIONS(4684), - [anon_sym_vararg] = ACTIONS(4684), - [anon_sym_noinline] = ACTIONS(4684), - [anon_sym_crossinline] = ACTIONS(4684), - [anon_sym_expect] = ACTIONS(4684), - [anon_sym_actual] = ACTIONS(4684), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4686), - [sym__automatic_semicolon] = ACTIONS(4686), - [sym_safe_nav] = ACTIONS(4686), - [sym_multiline_comment] = ACTIONS(3), - }, - [4152] = { - [sym_function_body] = STATE(3750), - [sym__block] = STATE(3725), - [sym__alpha_identifier] = ACTIONS(4300), - [anon_sym_AT] = ACTIONS(4302), - [anon_sym_LBRACK] = ACTIONS(4302), - [anon_sym_as] = ACTIONS(4300), - [anon_sym_EQ] = ACTIONS(7017), - [anon_sym_LBRACE] = ACTIONS(6434), - [anon_sym_RBRACE] = ACTIONS(4302), - [anon_sym_LPAREN] = ACTIONS(4302), - [anon_sym_LT] = ACTIONS(4300), - [anon_sym_GT] = ACTIONS(4300), - [anon_sym_DOT] = ACTIONS(4300), - [anon_sym_SEMI] = ACTIONS(4302), - [anon_sym_get] = ACTIONS(4300), - [anon_sym_set] = ACTIONS(4300), - [anon_sym_STAR] = ACTIONS(4302), - [sym_label] = ACTIONS(4302), - [anon_sym_in] = ACTIONS(4300), - [anon_sym_DOT_DOT] = ACTIONS(4302), - [anon_sym_QMARK_COLON] = ACTIONS(4302), - [anon_sym_AMP_AMP] = ACTIONS(4302), - [anon_sym_PIPE_PIPE] = ACTIONS(4302), - [anon_sym_else] = ACTIONS(4300), - [anon_sym_COLON_COLON] = ACTIONS(4302), - [anon_sym_BANG_EQ] = ACTIONS(4300), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4302), - [anon_sym_EQ_EQ] = ACTIONS(4300), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4302), - [anon_sym_LT_EQ] = ACTIONS(4302), - [anon_sym_GT_EQ] = ACTIONS(4302), - [anon_sym_BANGin] = ACTIONS(4302), - [anon_sym_is] = ACTIONS(4300), - [anon_sym_BANGis] = ACTIONS(4302), - [anon_sym_PLUS] = ACTIONS(4300), - [anon_sym_DASH] = ACTIONS(4300), - [anon_sym_SLASH] = ACTIONS(4300), - [anon_sym_PERCENT] = ACTIONS(4302), - [anon_sym_as_QMARK] = ACTIONS(4302), - [anon_sym_PLUS_PLUS] = ACTIONS(4302), - [anon_sym_DASH_DASH] = ACTIONS(4302), - [anon_sym_BANG_BANG] = ACTIONS(4302), - [anon_sym_suspend] = ACTIONS(4300), - [anon_sym_sealed] = ACTIONS(4300), - [anon_sym_annotation] = ACTIONS(4300), - [anon_sym_data] = ACTIONS(4300), - [anon_sym_inner] = ACTIONS(4300), - [anon_sym_override] = ACTIONS(4300), - [anon_sym_lateinit] = ACTIONS(4300), - [anon_sym_public] = ACTIONS(4300), - [anon_sym_private] = ACTIONS(4300), - [anon_sym_internal] = ACTIONS(4300), - [anon_sym_protected] = ACTIONS(4300), - [anon_sym_tailrec] = ACTIONS(4300), - [anon_sym_operator] = ACTIONS(4300), - [anon_sym_infix] = ACTIONS(4300), - [anon_sym_inline] = ACTIONS(4300), - [anon_sym_external] = ACTIONS(4300), - [sym_property_modifier] = ACTIONS(4300), - [anon_sym_abstract] = ACTIONS(4300), - [anon_sym_final] = ACTIONS(4300), - [anon_sym_open] = ACTIONS(4300), - [anon_sym_vararg] = ACTIONS(4300), - [anon_sym_noinline] = ACTIONS(4300), - [anon_sym_crossinline] = ACTIONS(4300), - [anon_sym_expect] = ACTIONS(4300), - [anon_sym_actual] = ACTIONS(4300), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4302), - [sym__automatic_semicolon] = ACTIONS(4302), - [sym_safe_nav] = ACTIONS(4302), - [sym_multiline_comment] = ACTIONS(3), - }, - [4153] = { - [sym__alpha_identifier] = ACTIONS(4233), - [anon_sym_AT] = ACTIONS(4236), - [anon_sym_LBRACK] = ACTIONS(4236), - [anon_sym_as] = ACTIONS(4241), - [anon_sym_LBRACE] = ACTIONS(4236), - [anon_sym_RBRACE] = ACTIONS(4239), - [anon_sym_LPAREN] = ACTIONS(7226), - [anon_sym_LT] = ACTIONS(4241), - [anon_sym_GT] = ACTIONS(4241), - [anon_sym_object] = ACTIONS(3828), - [anon_sym_fun] = ACTIONS(3828), - [anon_sym_DOT] = ACTIONS(4241), - [anon_sym_SEMI] = ACTIONS(4239), - [anon_sym_get] = ACTIONS(4233), - [anon_sym_set] = ACTIONS(4233), - [anon_sym_this] = ACTIONS(3828), - [anon_sym_super] = ACTIONS(3828), - [anon_sym_STAR] = ACTIONS(4236), - [sym_label] = ACTIONS(4233), - [anon_sym_in] = ACTIONS(4241), - [anon_sym_DOT_DOT] = ACTIONS(4239), - [anon_sym_QMARK_COLON] = ACTIONS(4239), - [anon_sym_AMP_AMP] = ACTIONS(4239), - [anon_sym_PIPE_PIPE] = ACTIONS(4239), - [anon_sym_null] = ACTIONS(3828), - [anon_sym_if] = ACTIONS(3828), - [anon_sym_else] = ACTIONS(4241), - [anon_sym_when] = ACTIONS(3828), - [anon_sym_try] = ACTIONS(3828), - [anon_sym_throw] = ACTIONS(3828), - [anon_sym_return] = ACTIONS(3828), - [anon_sym_continue] = ACTIONS(3828), - [anon_sym_break] = ACTIONS(3828), - [anon_sym_COLON_COLON] = ACTIONS(4236), - [anon_sym_BANG_EQ] = ACTIONS(4241), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4239), - [anon_sym_EQ_EQ] = ACTIONS(4241), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4239), - [anon_sym_LT_EQ] = ACTIONS(4239), - [anon_sym_GT_EQ] = ACTIONS(4239), - [anon_sym_BANGin] = ACTIONS(4239), - [anon_sym_is] = ACTIONS(4241), - [anon_sym_BANGis] = ACTIONS(4239), - [anon_sym_PLUS] = ACTIONS(4233), - [anon_sym_DASH] = ACTIONS(4233), - [anon_sym_SLASH] = ACTIONS(4241), - [anon_sym_PERCENT] = ACTIONS(4239), - [anon_sym_as_QMARK] = ACTIONS(4239), - [anon_sym_PLUS_PLUS] = ACTIONS(4236), - [anon_sym_DASH_DASH] = ACTIONS(4236), - [anon_sym_BANG] = ACTIONS(3828), - [anon_sym_BANG_BANG] = ACTIONS(4239), - [anon_sym_data] = ACTIONS(4233), - [anon_sym_inner] = ACTIONS(4233), - [anon_sym_expect] = ACTIONS(4233), - [anon_sym_actual] = ACTIONS(4233), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3833), - [anon_sym_continue_AT] = ACTIONS(3833), - [anon_sym_break_AT] = ACTIONS(3833), - [sym_real_literal] = ACTIONS(3833), - [sym_integer_literal] = ACTIONS(3828), - [sym_hex_literal] = ACTIONS(3833), - [sym_bin_literal] = ACTIONS(3833), - [anon_sym_true] = ACTIONS(3828), - [anon_sym_false] = ACTIONS(3828), - [anon_sym_SQUOTE] = ACTIONS(3833), - [sym__backtick_identifier] = ACTIONS(4236), - [sym__automatic_semicolon] = ACTIONS(4239), - [sym_safe_nav] = ACTIONS(4239), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3833), - }, - [4154] = { - [sym_function_body] = STATE(3785), - [sym__block] = STATE(3725), - [sym__alpha_identifier] = ACTIONS(4326), - [anon_sym_AT] = ACTIONS(4328), - [anon_sym_LBRACK] = ACTIONS(4328), - [anon_sym_as] = ACTIONS(4326), - [anon_sym_EQ] = ACTIONS(7017), - [anon_sym_LBRACE] = ACTIONS(6434), - [anon_sym_RBRACE] = ACTIONS(4328), - [anon_sym_LPAREN] = ACTIONS(4328), - [anon_sym_LT] = ACTIONS(4326), - [anon_sym_GT] = ACTIONS(4326), - [anon_sym_DOT] = ACTIONS(4326), - [anon_sym_SEMI] = ACTIONS(4328), - [anon_sym_get] = ACTIONS(4326), - [anon_sym_set] = ACTIONS(4326), - [anon_sym_STAR] = ACTIONS(4328), - [sym_label] = ACTIONS(4328), - [anon_sym_in] = ACTIONS(4326), - [anon_sym_DOT_DOT] = ACTIONS(4328), - [anon_sym_QMARK_COLON] = ACTIONS(4328), - [anon_sym_AMP_AMP] = ACTIONS(4328), - [anon_sym_PIPE_PIPE] = ACTIONS(4328), - [anon_sym_else] = ACTIONS(4326), - [anon_sym_COLON_COLON] = ACTIONS(4328), - [anon_sym_BANG_EQ] = ACTIONS(4326), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4328), - [anon_sym_EQ_EQ] = ACTIONS(4326), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4328), - [anon_sym_LT_EQ] = ACTIONS(4328), - [anon_sym_GT_EQ] = ACTIONS(4328), - [anon_sym_BANGin] = ACTIONS(4328), - [anon_sym_is] = ACTIONS(4326), - [anon_sym_BANGis] = ACTIONS(4328), - [anon_sym_PLUS] = ACTIONS(4326), - [anon_sym_DASH] = ACTIONS(4326), - [anon_sym_SLASH] = ACTIONS(4326), - [anon_sym_PERCENT] = ACTIONS(4328), - [anon_sym_as_QMARK] = ACTIONS(4328), - [anon_sym_PLUS_PLUS] = ACTIONS(4328), - [anon_sym_DASH_DASH] = ACTIONS(4328), - [anon_sym_BANG_BANG] = ACTIONS(4328), - [anon_sym_suspend] = ACTIONS(4326), - [anon_sym_sealed] = ACTIONS(4326), - [anon_sym_annotation] = ACTIONS(4326), - [anon_sym_data] = ACTIONS(4326), - [anon_sym_inner] = ACTIONS(4326), - [anon_sym_override] = ACTIONS(4326), - [anon_sym_lateinit] = ACTIONS(4326), - [anon_sym_public] = ACTIONS(4326), - [anon_sym_private] = ACTIONS(4326), - [anon_sym_internal] = ACTIONS(4326), - [anon_sym_protected] = ACTIONS(4326), - [anon_sym_tailrec] = ACTIONS(4326), - [anon_sym_operator] = ACTIONS(4326), - [anon_sym_infix] = ACTIONS(4326), - [anon_sym_inline] = ACTIONS(4326), - [anon_sym_external] = ACTIONS(4326), - [sym_property_modifier] = ACTIONS(4326), - [anon_sym_abstract] = ACTIONS(4326), - [anon_sym_final] = ACTIONS(4326), - [anon_sym_open] = ACTIONS(4326), - [anon_sym_vararg] = ACTIONS(4326), - [anon_sym_noinline] = ACTIONS(4326), - [anon_sym_crossinline] = ACTIONS(4326), - [anon_sym_expect] = ACTIONS(4326), - [anon_sym_actual] = ACTIONS(4326), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4328), - [sym__automatic_semicolon] = ACTIONS(4328), - [sym_safe_nav] = ACTIONS(4328), - [sym_multiline_comment] = ACTIONS(3), - }, - [4155] = { - [sym_indexing_suffix] = STATE(4909), - [sym_navigation_suffix] = STATE(4889), - [sym_call_suffix] = STATE(4891), - [sym_annotated_lambda] = STATE(4893), - [sym_type_arguments] = STATE(7557), - [sym_value_arguments] = STATE(4442), - [sym_lambda_literal] = STATE(4899), - [sym__equality_operator] = STATE(2340), - [sym__comparison_operator] = STATE(2339), - [sym__in_operator] = STATE(2338), - [sym__is_operator] = STATE(6028), - [sym__additive_operator] = STATE(2337), - [sym__multiplicative_operator] = STATE(2336), - [sym__as_operator] = STATE(6024), - [sym__postfix_unary_operator] = STATE(4912), - [sym__member_access_operator] = STATE(7341), - [sym_annotation] = STATE(7855), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2334), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7855), + [4168] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6688), - [anon_sym_as] = ACTIONS(6690), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3059), - [anon_sym_LPAREN] = ACTIONS(6692), - [anon_sym_COMMA] = ACTIONS(3059), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_RBRACE] = ACTIONS(3084), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_RPAREN] = ACTIONS(3084), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7191), - [anon_sym_where] = ACTIONS(3057), - [anon_sym_DOT] = ACTIONS(6696), - [anon_sym_SEMI] = ACTIONS(3059), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), + [anon_sym_SEMI] = ACTIONS(3084), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7177), - [sym_label] = ACTIONS(6700), - [anon_sym_in] = ACTIONS(7179), - [anon_sym_DOT_DOT] = ACTIONS(7181), - [anon_sym_QMARK_COLON] = ACTIONS(7183), - [anon_sym_AMP_AMP] = ACTIONS(7195), - [anon_sym_PIPE_PIPE] = ACTIONS(7201), - [anon_sym_else] = ACTIONS(3057), - [anon_sym_COLON_COLON] = ACTIONS(6712), - [anon_sym_BANG_EQ] = ACTIONS(7197), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7199), - [anon_sym_EQ_EQ] = ACTIONS(7197), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7199), - [anon_sym_LT_EQ] = ACTIONS(7193), - [anon_sym_GT_EQ] = ACTIONS(7193), - [anon_sym_BANGin] = ACTIONS(7185), - [anon_sym_is] = ACTIONS(6722), - [anon_sym_BANGis] = ACTIONS(6724), - [anon_sym_PLUS] = ACTIONS(7187), - [anon_sym_DASH] = ACTIONS(7187), - [anon_sym_SLASH] = ACTIONS(7189), - [anon_sym_PERCENT] = ACTIONS(7177), - [anon_sym_as_QMARK] = ACTIONS(6728), - [anon_sym_PLUS_PLUS] = ACTIONS(6730), - [anon_sym_DASH_DASH] = ACTIONS(6730), - [anon_sym_BANG_BANG] = ACTIONS(6730), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_while] = ACTIONS(3082), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_else] = ACTIONS(3082), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3059), - [sym_safe_nav] = ACTIONS(6712), - [sym_multiline_comment] = ACTIONS(3), - }, - [4156] = { - [sym__alpha_identifier] = ACTIONS(5067), - [anon_sym_AT] = ACTIONS(5069), - [anon_sym_LBRACK] = ACTIONS(5069), - [anon_sym_as] = ACTIONS(5067), - [anon_sym_LBRACE] = ACTIONS(5069), - [anon_sym_RBRACE] = ACTIONS(5069), - [anon_sym_LPAREN] = ACTIONS(5069), - [anon_sym_COMMA] = ACTIONS(5069), - [anon_sym_LT] = ACTIONS(5067), - [anon_sym_GT] = ACTIONS(5067), - [anon_sym_where] = ACTIONS(5067), - [anon_sym_DOT] = ACTIONS(5067), - [anon_sym_SEMI] = ACTIONS(7230), - [anon_sym_get] = ACTIONS(5067), - [anon_sym_set] = ACTIONS(5067), - [anon_sym_STAR] = ACTIONS(5069), - [sym_label] = ACTIONS(5069), - [anon_sym_in] = ACTIONS(5067), - [anon_sym_DOT_DOT] = ACTIONS(5069), - [anon_sym_QMARK_COLON] = ACTIONS(5069), - [anon_sym_AMP_AMP] = ACTIONS(5069), - [anon_sym_PIPE_PIPE] = ACTIONS(5069), - [anon_sym_else] = ACTIONS(7232), - [anon_sym_COLON_COLON] = ACTIONS(5069), - [anon_sym_BANG_EQ] = ACTIONS(5067), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5069), - [anon_sym_EQ_EQ] = ACTIONS(5067), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5069), - [anon_sym_LT_EQ] = ACTIONS(5069), - [anon_sym_GT_EQ] = ACTIONS(5069), - [anon_sym_BANGin] = ACTIONS(5069), - [anon_sym_is] = ACTIONS(5067), - [anon_sym_BANGis] = ACTIONS(5069), - [anon_sym_PLUS] = ACTIONS(5067), - [anon_sym_DASH] = ACTIONS(5067), - [anon_sym_SLASH] = ACTIONS(5067), - [anon_sym_PERCENT] = ACTIONS(5069), - [anon_sym_as_QMARK] = ACTIONS(5069), - [anon_sym_PLUS_PLUS] = ACTIONS(5069), - [anon_sym_DASH_DASH] = ACTIONS(5069), - [anon_sym_BANG_BANG] = ACTIONS(5069), - [anon_sym_suspend] = ACTIONS(5067), - [anon_sym_sealed] = ACTIONS(5067), - [anon_sym_annotation] = ACTIONS(5067), - [anon_sym_data] = ACTIONS(5067), - [anon_sym_inner] = ACTIONS(5067), - [anon_sym_override] = ACTIONS(5067), - [anon_sym_lateinit] = ACTIONS(5067), - [anon_sym_public] = ACTIONS(5067), - [anon_sym_private] = ACTIONS(5067), - [anon_sym_internal] = ACTIONS(5067), - [anon_sym_protected] = ACTIONS(5067), - [anon_sym_tailrec] = ACTIONS(5067), - [anon_sym_operator] = ACTIONS(5067), - [anon_sym_infix] = ACTIONS(5067), - [anon_sym_inline] = ACTIONS(5067), - [anon_sym_external] = ACTIONS(5067), - [sym_property_modifier] = ACTIONS(5067), - [anon_sym_abstract] = ACTIONS(5067), - [anon_sym_final] = ACTIONS(5067), - [anon_sym_open] = ACTIONS(5067), - [anon_sym_vararg] = ACTIONS(5067), - [anon_sym_noinline] = ACTIONS(5067), - [anon_sym_crossinline] = ACTIONS(5067), - [anon_sym_expect] = ACTIONS(5067), - [anon_sym_actual] = ACTIONS(5067), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5069), - [sym__automatic_semicolon] = ACTIONS(5069), - [sym_safe_nav] = ACTIONS(5069), - [sym_multiline_comment] = ACTIONS(3), - }, - [4157] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), - [sym__alpha_identifier] = ACTIONS(3065), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(3067), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_RPAREN] = ACTIONS(3067), - [anon_sym_LT] = ACTIONS(3069), - [anon_sym_GT] = ACTIONS(3065), - [anon_sym_DOT] = ACTIONS(6387), - [anon_sym_SEMI] = ACTIONS(3067), - [anon_sym_get] = ACTIONS(3065), - [anon_sym_set] = ACTIONS(3065), - [anon_sym_STAR] = ACTIONS(3067), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(3065), - [anon_sym_while] = ACTIONS(3065), - [anon_sym_DOT_DOT] = ACTIONS(3067), - [anon_sym_QMARK_COLON] = ACTIONS(3067), - [anon_sym_AMP_AMP] = ACTIONS(3067), - [anon_sym_PIPE_PIPE] = ACTIONS(3067), - [anon_sym_else] = ACTIONS(3065), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(3065), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3067), - [anon_sym_EQ_EQ] = ACTIONS(3065), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3067), - [anon_sym_LT_EQ] = ACTIONS(3067), - [anon_sym_GT_EQ] = ACTIONS(3067), - [anon_sym_BANGin] = ACTIONS(3067), - [anon_sym_is] = ACTIONS(3065), - [anon_sym_BANGis] = ACTIONS(3067), - [anon_sym_PLUS] = ACTIONS(3065), - [anon_sym_DASH] = ACTIONS(3065), - [anon_sym_SLASH] = ACTIONS(3065), - [anon_sym_PERCENT] = ACTIONS(3067), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), - [anon_sym_data] = ACTIONS(3065), - [anon_sym_inner] = ACTIONS(3065), - [anon_sym_expect] = ACTIONS(3065), - [anon_sym_actual] = ACTIONS(3065), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3067), - [sym_safe_nav] = ACTIONS(6403), - [sym_multiline_comment] = ACTIONS(3), - }, - [4158] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), - [sym__alpha_identifier] = ACTIONS(3076), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(3078), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_RPAREN] = ACTIONS(3078), - [anon_sym_LT] = ACTIONS(3080), - [anon_sym_GT] = ACTIONS(3076), - [anon_sym_DOT] = ACTIONS(6387), - [anon_sym_SEMI] = ACTIONS(3078), - [anon_sym_get] = ACTIONS(3076), - [anon_sym_set] = ACTIONS(3076), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(3076), - [anon_sym_while] = ACTIONS(3076), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(3078), - [anon_sym_AMP_AMP] = ACTIONS(3078), - [anon_sym_PIPE_PIPE] = ACTIONS(3078), - [anon_sym_else] = ACTIONS(3076), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(3076), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3078), - [anon_sym_EQ_EQ] = ACTIONS(3076), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3078), - [anon_sym_LT_EQ] = ACTIONS(3078), - [anon_sym_GT_EQ] = ACTIONS(3078), - [anon_sym_BANGin] = ACTIONS(3078), - [anon_sym_is] = ACTIONS(3076), - [anon_sym_BANGis] = ACTIONS(3078), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), - [anon_sym_data] = ACTIONS(3076), - [anon_sym_inner] = ACTIONS(3076), - [anon_sym_expect] = ACTIONS(3076), - [anon_sym_actual] = ACTIONS(3076), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3078), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4159] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), - [sym__alpha_identifier] = ACTIONS(3034), + [4169] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), + [sym__alpha_identifier] = ACTIONS(3075), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(3036), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_RPAREN] = ACTIONS(3036), - [anon_sym_LT] = ACTIONS(3038), - [anon_sym_GT] = ACTIONS(3034), - [anon_sym_DOT] = ACTIONS(6387), - [anon_sym_SEMI] = ACTIONS(3036), - [anon_sym_get] = ACTIONS(3034), - [anon_sym_set] = ACTIONS(3034), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(3034), - [anon_sym_while] = ACTIONS(3034), - [anon_sym_DOT_DOT] = ACTIONS(3036), - [anon_sym_QMARK_COLON] = ACTIONS(3036), - [anon_sym_AMP_AMP] = ACTIONS(3036), - [anon_sym_PIPE_PIPE] = ACTIONS(3036), - [anon_sym_else] = ACTIONS(3034), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(3034), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3036), - [anon_sym_EQ_EQ] = ACTIONS(3034), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3036), - [anon_sym_LT_EQ] = ACTIONS(3036), - [anon_sym_GT_EQ] = ACTIONS(3036), - [anon_sym_BANGin] = ACTIONS(3036), - [anon_sym_is] = ACTIONS(3034), - [anon_sym_BANGis] = ACTIONS(3036), - [anon_sym_PLUS] = ACTIONS(3034), - [anon_sym_DASH] = ACTIONS(3034), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), - [anon_sym_data] = ACTIONS(3034), - [anon_sym_inner] = ACTIONS(3034), - [anon_sym_expect] = ACTIONS(3034), - [anon_sym_actual] = ACTIONS(3034), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3036), - [sym_safe_nav] = ACTIONS(6403), + [anon_sym_RBRACE] = ACTIONS(3077), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_RPAREN] = ACTIONS(3077), + [anon_sym_LT] = ACTIONS(3079), + [anon_sym_GT] = ACTIONS(3075), + [anon_sym_DOT] = ACTIONS(6409), + [anon_sym_SEMI] = ACTIONS(3077), + [anon_sym_get] = ACTIONS(3075), + [anon_sym_set] = ACTIONS(3075), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(3075), + [anon_sym_while] = ACTIONS(3075), + [anon_sym_DOT_DOT] = ACTIONS(3077), + [anon_sym_QMARK_COLON] = ACTIONS(3077), + [anon_sym_AMP_AMP] = ACTIONS(3077), + [anon_sym_PIPE_PIPE] = ACTIONS(3077), + [anon_sym_else] = ACTIONS(3075), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(3075), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3077), + [anon_sym_EQ_EQ] = ACTIONS(3075), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3077), + [anon_sym_LT_EQ] = ACTIONS(3077), + [anon_sym_GT_EQ] = ACTIONS(3077), + [anon_sym_BANGin] = ACTIONS(3077), + [anon_sym_is] = ACTIONS(3075), + [anon_sym_BANGis] = ACTIONS(3077), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), + [anon_sym_data] = ACTIONS(3075), + [anon_sym_inner] = ACTIONS(3075), + [anon_sym_expect] = ACTIONS(3075), + [anon_sym_actual] = ACTIONS(3075), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3077), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4160] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4170] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(3029), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_RPAREN] = ACTIONS(3029), - [anon_sym_LT] = ACTIONS(3031), - [anon_sym_GT] = ACTIONS(3027), - [anon_sym_DOT] = ACTIONS(6387), - [anon_sym_SEMI] = ACTIONS(3029), + [anon_sym_RBRACE] = ACTIONS(3054), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_RPAREN] = ACTIONS(3054), + [anon_sym_LT] = ACTIONS(3056), + [anon_sym_GT] = ACTIONS(3052), + [anon_sym_DOT] = ACTIONS(6409), + [anon_sym_SEMI] = ACTIONS(3054), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(3027), - [anon_sym_while] = ACTIONS(3027), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(3029), - [anon_sym_PIPE_PIPE] = ACTIONS(3029), - [anon_sym_else] = ACTIONS(3027), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(3027), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3029), - [anon_sym_EQ_EQ] = ACTIONS(3027), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3029), - [anon_sym_LT_EQ] = ACTIONS(3029), - [anon_sym_GT_EQ] = ACTIONS(3029), - [anon_sym_BANGin] = ACTIONS(3029), - [anon_sym_is] = ACTIONS(3027), - [anon_sym_BANGis] = ACTIONS(3029), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(3052), + [anon_sym_while] = ACTIONS(3052), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(3054), + [anon_sym_AMP_AMP] = ACTIONS(3054), + [anon_sym_PIPE_PIPE] = ACTIONS(3054), + [anon_sym_else] = ACTIONS(3052), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(3052), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3054), + [anon_sym_EQ_EQ] = ACTIONS(3052), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3054), + [anon_sym_LT_EQ] = ACTIONS(3054), + [anon_sym_GT_EQ] = ACTIONS(3054), + [anon_sym_BANGin] = ACTIONS(3054), + [anon_sym_is] = ACTIONS(3052), + [anon_sym_BANGis] = ACTIONS(3054), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4161] = { - [sym_class_body] = STATE(3685), - [sym__alpha_identifier] = ACTIONS(4517), - [anon_sym_AT] = ACTIONS(4519), - [anon_sym_COLON] = ACTIONS(7244), - [anon_sym_LBRACK] = ACTIONS(4519), - [anon_sym_as] = ACTIONS(4517), - [anon_sym_LBRACE] = ACTIONS(5421), - [anon_sym_RBRACE] = ACTIONS(4519), - [anon_sym_LPAREN] = ACTIONS(4519), - [anon_sym_LT] = ACTIONS(4517), - [anon_sym_GT] = ACTIONS(4517), - [anon_sym_DOT] = ACTIONS(4517), - [anon_sym_SEMI] = ACTIONS(4519), - [anon_sym_get] = ACTIONS(4517), - [anon_sym_set] = ACTIONS(4517), - [anon_sym_STAR] = ACTIONS(4519), - [sym_label] = ACTIONS(4519), - [anon_sym_in] = ACTIONS(4517), - [anon_sym_DOT_DOT] = ACTIONS(4519), - [anon_sym_QMARK_COLON] = ACTIONS(4519), - [anon_sym_AMP_AMP] = ACTIONS(4519), - [anon_sym_PIPE_PIPE] = ACTIONS(4519), - [anon_sym_else] = ACTIONS(4517), - [anon_sym_COLON_COLON] = ACTIONS(4519), - [anon_sym_BANG_EQ] = ACTIONS(4517), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4519), - [anon_sym_EQ_EQ] = ACTIONS(4517), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4519), - [anon_sym_LT_EQ] = ACTIONS(4519), - [anon_sym_GT_EQ] = ACTIONS(4519), - [anon_sym_BANGin] = ACTIONS(4519), - [anon_sym_is] = ACTIONS(4517), - [anon_sym_BANGis] = ACTIONS(4519), - [anon_sym_PLUS] = ACTIONS(4517), - [anon_sym_DASH] = ACTIONS(4517), - [anon_sym_SLASH] = ACTIONS(4517), - [anon_sym_PERCENT] = ACTIONS(4519), - [anon_sym_as_QMARK] = ACTIONS(4519), - [anon_sym_PLUS_PLUS] = ACTIONS(4519), - [anon_sym_DASH_DASH] = ACTIONS(4519), - [anon_sym_BANG_BANG] = ACTIONS(4519), - [anon_sym_suspend] = ACTIONS(4517), - [anon_sym_sealed] = ACTIONS(4517), - [anon_sym_annotation] = ACTIONS(4517), - [anon_sym_data] = ACTIONS(4517), - [anon_sym_inner] = ACTIONS(4517), - [anon_sym_override] = ACTIONS(4517), - [anon_sym_lateinit] = ACTIONS(4517), - [anon_sym_public] = ACTIONS(4517), - [anon_sym_private] = ACTIONS(4517), - [anon_sym_internal] = ACTIONS(4517), - [anon_sym_protected] = ACTIONS(4517), - [anon_sym_tailrec] = ACTIONS(4517), - [anon_sym_operator] = ACTIONS(4517), - [anon_sym_infix] = ACTIONS(4517), - [anon_sym_inline] = ACTIONS(4517), - [anon_sym_external] = ACTIONS(4517), - [sym_property_modifier] = ACTIONS(4517), - [anon_sym_abstract] = ACTIONS(4517), - [anon_sym_final] = ACTIONS(4517), - [anon_sym_open] = ACTIONS(4517), - [anon_sym_vararg] = ACTIONS(4517), - [anon_sym_noinline] = ACTIONS(4517), - [anon_sym_crossinline] = ACTIONS(4517), - [anon_sym_expect] = ACTIONS(4517), - [anon_sym_actual] = ACTIONS(4517), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4519), - [sym__automatic_semicolon] = ACTIONS(4519), - [sym_safe_nav] = ACTIONS(4519), + [4171] = { + [sym__alpha_identifier] = ACTIONS(4792), + [anon_sym_AT] = ACTIONS(4794), + [anon_sym_LBRACK] = ACTIONS(4794), + [anon_sym_as] = ACTIONS(4792), + [anon_sym_LBRACE] = ACTIONS(4794), + [anon_sym_RBRACE] = ACTIONS(4794), + [anon_sym_LPAREN] = ACTIONS(4794), + [anon_sym_COMMA] = ACTIONS(4794), + [anon_sym_LT] = ACTIONS(4792), + [anon_sym_GT] = ACTIONS(4792), + [anon_sym_where] = ACTIONS(4792), + [anon_sym_DOT] = ACTIONS(4792), + [anon_sym_SEMI] = ACTIONS(7268), + [anon_sym_get] = ACTIONS(4792), + [anon_sym_set] = ACTIONS(4792), + [anon_sym_STAR] = ACTIONS(4794), + [sym_label] = ACTIONS(4794), + [anon_sym_in] = ACTIONS(4792), + [anon_sym_DOT_DOT] = ACTIONS(4794), + [anon_sym_QMARK_COLON] = ACTIONS(4794), + [anon_sym_AMP_AMP] = ACTIONS(4794), + [anon_sym_PIPE_PIPE] = ACTIONS(4794), + [anon_sym_else] = ACTIONS(7270), + [anon_sym_COLON_COLON] = ACTIONS(4794), + [anon_sym_BANG_EQ] = ACTIONS(4792), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4794), + [anon_sym_EQ_EQ] = ACTIONS(4792), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4794), + [anon_sym_LT_EQ] = ACTIONS(4794), + [anon_sym_GT_EQ] = ACTIONS(4794), + [anon_sym_BANGin] = ACTIONS(4794), + [anon_sym_is] = ACTIONS(4792), + [anon_sym_BANGis] = ACTIONS(4794), + [anon_sym_PLUS] = ACTIONS(4792), + [anon_sym_DASH] = ACTIONS(4792), + [anon_sym_SLASH] = ACTIONS(4792), + [anon_sym_PERCENT] = ACTIONS(4794), + [anon_sym_as_QMARK] = ACTIONS(4794), + [anon_sym_PLUS_PLUS] = ACTIONS(4794), + [anon_sym_DASH_DASH] = ACTIONS(4794), + [anon_sym_BANG_BANG] = ACTIONS(4794), + [anon_sym_suspend] = ACTIONS(4792), + [anon_sym_sealed] = ACTIONS(4792), + [anon_sym_annotation] = ACTIONS(4792), + [anon_sym_data] = ACTIONS(4792), + [anon_sym_inner] = ACTIONS(4792), + [anon_sym_override] = ACTIONS(4792), + [anon_sym_lateinit] = ACTIONS(4792), + [anon_sym_public] = ACTIONS(4792), + [anon_sym_private] = ACTIONS(4792), + [anon_sym_internal] = ACTIONS(4792), + [anon_sym_protected] = ACTIONS(4792), + [anon_sym_tailrec] = ACTIONS(4792), + [anon_sym_operator] = ACTIONS(4792), + [anon_sym_infix] = ACTIONS(4792), + [anon_sym_inline] = ACTIONS(4792), + [anon_sym_external] = ACTIONS(4792), + [sym_property_modifier] = ACTIONS(4792), + [anon_sym_abstract] = ACTIONS(4792), + [anon_sym_final] = ACTIONS(4792), + [anon_sym_open] = ACTIONS(4792), + [anon_sym_vararg] = ACTIONS(4792), + [anon_sym_noinline] = ACTIONS(4792), + [anon_sym_crossinline] = ACTIONS(4792), + [anon_sym_expect] = ACTIONS(4792), + [anon_sym_actual] = ACTIONS(4792), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4794), + [sym__automatic_semicolon] = ACTIONS(4794), + [sym_safe_nav] = ACTIONS(4794), [sym_multiline_comment] = ACTIONS(3), }, - [4162] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(3021), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_RPAREN] = ACTIONS(3021), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), - [anon_sym_SEMI] = ACTIONS(3021), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_while] = ACTIONS(3019), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_else] = ACTIONS(3019), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [4172] = { + [sym__alpha_identifier] = ACTIONS(4792), + [anon_sym_AT] = ACTIONS(4794), + [anon_sym_LBRACK] = ACTIONS(4794), + [anon_sym_as] = ACTIONS(4792), + [anon_sym_LBRACE] = ACTIONS(4794), + [anon_sym_RBRACE] = ACTIONS(4794), + [anon_sym_LPAREN] = ACTIONS(4794), + [anon_sym_COMMA] = ACTIONS(4794), + [anon_sym_LT] = ACTIONS(4792), + [anon_sym_GT] = ACTIONS(4792), + [anon_sym_where] = ACTIONS(4792), + [anon_sym_DOT] = ACTIONS(4792), + [anon_sym_SEMI] = ACTIONS(4794), + [anon_sym_get] = ACTIONS(4792), + [anon_sym_set] = ACTIONS(4792), + [anon_sym_STAR] = ACTIONS(4794), + [sym_label] = ACTIONS(4794), + [anon_sym_in] = ACTIONS(4792), + [anon_sym_DOT_DOT] = ACTIONS(4794), + [anon_sym_QMARK_COLON] = ACTIONS(4794), + [anon_sym_AMP_AMP] = ACTIONS(4794), + [anon_sym_PIPE_PIPE] = ACTIONS(4794), + [anon_sym_else] = ACTIONS(7270), + [anon_sym_COLON_COLON] = ACTIONS(4794), + [anon_sym_BANG_EQ] = ACTIONS(4792), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4794), + [anon_sym_EQ_EQ] = ACTIONS(4792), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4794), + [anon_sym_LT_EQ] = ACTIONS(4794), + [anon_sym_GT_EQ] = ACTIONS(4794), + [anon_sym_BANGin] = ACTIONS(4794), + [anon_sym_is] = ACTIONS(4792), + [anon_sym_BANGis] = ACTIONS(4794), + [anon_sym_PLUS] = ACTIONS(4792), + [anon_sym_DASH] = ACTIONS(4792), + [anon_sym_SLASH] = ACTIONS(4792), + [anon_sym_PERCENT] = ACTIONS(4794), + [anon_sym_as_QMARK] = ACTIONS(4794), + [anon_sym_PLUS_PLUS] = ACTIONS(4794), + [anon_sym_DASH_DASH] = ACTIONS(4794), + [anon_sym_BANG_BANG] = ACTIONS(4794), + [anon_sym_suspend] = ACTIONS(4792), + [anon_sym_sealed] = ACTIONS(4792), + [anon_sym_annotation] = ACTIONS(4792), + [anon_sym_data] = ACTIONS(4792), + [anon_sym_inner] = ACTIONS(4792), + [anon_sym_override] = ACTIONS(4792), + [anon_sym_lateinit] = ACTIONS(4792), + [anon_sym_public] = ACTIONS(4792), + [anon_sym_private] = ACTIONS(4792), + [anon_sym_internal] = ACTIONS(4792), + [anon_sym_protected] = ACTIONS(4792), + [anon_sym_tailrec] = ACTIONS(4792), + [anon_sym_operator] = ACTIONS(4792), + [anon_sym_infix] = ACTIONS(4792), + [anon_sym_inline] = ACTIONS(4792), + [anon_sym_external] = ACTIONS(4792), + [sym_property_modifier] = ACTIONS(4792), + [anon_sym_abstract] = ACTIONS(4792), + [anon_sym_final] = ACTIONS(4792), + [anon_sym_open] = ACTIONS(4792), + [anon_sym_vararg] = ACTIONS(4792), + [anon_sym_noinline] = ACTIONS(4792), + [anon_sym_crossinline] = ACTIONS(4792), + [anon_sym_expect] = ACTIONS(4792), + [anon_sym_actual] = ACTIONS(4792), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4794), + [sym__automatic_semicolon] = ACTIONS(4794), + [sym_safe_nav] = ACTIONS(4794), [sym_multiline_comment] = ACTIONS(3), }, - [4163] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4173] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(3025), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_RPAREN] = ACTIONS(3025), + [anon_sym_RBRACE] = ACTIONS(3050), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_RPAREN] = ACTIONS(3050), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3023), - [anon_sym_DOT] = ACTIONS(6387), - [anon_sym_SEMI] = ACTIONS(3025), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), + [anon_sym_SEMI] = ACTIONS(3050), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_while] = ACTIONS(3023), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(3025), - [anon_sym_PIPE_PIPE] = ACTIONS(3025), - [anon_sym_else] = ACTIONS(3023), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(3023), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3025), - [anon_sym_EQ_EQ] = ACTIONS(3023), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3025), - [anon_sym_LT_EQ] = ACTIONS(3025), - [anon_sym_GT_EQ] = ACTIONS(3025), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_while] = ACTIONS(3048), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(3050), + [anon_sym_PIPE_PIPE] = ACTIONS(3050), + [anon_sym_else] = ACTIONS(3048), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4164] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(2997), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_RPAREN] = ACTIONS(2997), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), - [anon_sym_SEMI] = ACTIONS(2997), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_while] = ACTIONS(2995), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(2997), - [anon_sym_PIPE_PIPE] = ACTIONS(2997), - [anon_sym_else] = ACTIONS(2995), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(2995), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2997), - [anon_sym_EQ_EQ] = ACTIONS(2995), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2997), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [4174] = { + [sym_class_body] = STATE(3751), + [sym__alpha_identifier] = ACTIONS(4410), + [anon_sym_AT] = ACTIONS(4412), + [anon_sym_COLON] = ACTIONS(7272), + [anon_sym_LBRACK] = ACTIONS(4412), + [anon_sym_as] = ACTIONS(4410), + [anon_sym_LBRACE] = ACTIONS(5360), + [anon_sym_RBRACE] = ACTIONS(4412), + [anon_sym_LPAREN] = ACTIONS(4412), + [anon_sym_LT] = ACTIONS(4410), + [anon_sym_GT] = ACTIONS(4410), + [anon_sym_DOT] = ACTIONS(4410), + [anon_sym_SEMI] = ACTIONS(4412), + [anon_sym_get] = ACTIONS(4410), + [anon_sym_set] = ACTIONS(4410), + [anon_sym_STAR] = ACTIONS(4412), + [sym_label] = ACTIONS(4412), + [anon_sym_in] = ACTIONS(4410), + [anon_sym_DOT_DOT] = ACTIONS(4412), + [anon_sym_QMARK_COLON] = ACTIONS(4412), + [anon_sym_AMP_AMP] = ACTIONS(4412), + [anon_sym_PIPE_PIPE] = ACTIONS(4412), + [anon_sym_else] = ACTIONS(4410), + [anon_sym_COLON_COLON] = ACTIONS(4412), + [anon_sym_BANG_EQ] = ACTIONS(4410), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4412), + [anon_sym_EQ_EQ] = ACTIONS(4410), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4412), + [anon_sym_LT_EQ] = ACTIONS(4412), + [anon_sym_GT_EQ] = ACTIONS(4412), + [anon_sym_BANGin] = ACTIONS(4412), + [anon_sym_is] = ACTIONS(4410), + [anon_sym_BANGis] = ACTIONS(4412), + [anon_sym_PLUS] = ACTIONS(4410), + [anon_sym_DASH] = ACTIONS(4410), + [anon_sym_SLASH] = ACTIONS(4410), + [anon_sym_PERCENT] = ACTIONS(4412), + [anon_sym_as_QMARK] = ACTIONS(4412), + [anon_sym_PLUS_PLUS] = ACTIONS(4412), + [anon_sym_DASH_DASH] = ACTIONS(4412), + [anon_sym_BANG_BANG] = ACTIONS(4412), + [anon_sym_suspend] = ACTIONS(4410), + [anon_sym_sealed] = ACTIONS(4410), + [anon_sym_annotation] = ACTIONS(4410), + [anon_sym_data] = ACTIONS(4410), + [anon_sym_inner] = ACTIONS(4410), + [anon_sym_override] = ACTIONS(4410), + [anon_sym_lateinit] = ACTIONS(4410), + [anon_sym_public] = ACTIONS(4410), + [anon_sym_private] = ACTIONS(4410), + [anon_sym_internal] = ACTIONS(4410), + [anon_sym_protected] = ACTIONS(4410), + [anon_sym_tailrec] = ACTIONS(4410), + [anon_sym_operator] = ACTIONS(4410), + [anon_sym_infix] = ACTIONS(4410), + [anon_sym_inline] = ACTIONS(4410), + [anon_sym_external] = ACTIONS(4410), + [sym_property_modifier] = ACTIONS(4410), + [anon_sym_abstract] = ACTIONS(4410), + [anon_sym_final] = ACTIONS(4410), + [anon_sym_open] = ACTIONS(4410), + [anon_sym_vararg] = ACTIONS(4410), + [anon_sym_noinline] = ACTIONS(4410), + [anon_sym_crossinline] = ACTIONS(4410), + [anon_sym_expect] = ACTIONS(4410), + [anon_sym_actual] = ACTIONS(4410), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4412), + [sym__automatic_semicolon] = ACTIONS(4412), + [sym_safe_nav] = ACTIONS(4412), [sym_multiline_comment] = ACTIONS(3), }, - [4165] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4175] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(3013), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_RPAREN] = ACTIONS(3013), + [anon_sym_RBRACE] = ACTIONS(3073), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_RPAREN] = ACTIONS(3073), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), - [anon_sym_SEMI] = ACTIONS(3013), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), + [anon_sym_SEMI] = ACTIONS(3073), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_while] = ACTIONS(3011), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(3013), - [anon_sym_else] = ACTIONS(3011), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_while] = ACTIONS(3071), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_else] = ACTIONS(3071), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4166] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4176] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(3074), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_RPAREN] = ACTIONS(3074), + [anon_sym_RBRACE] = ACTIONS(3069), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_RPAREN] = ACTIONS(3069), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), - [anon_sym_SEMI] = ACTIONS(3074), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), + [anon_sym_SEMI] = ACTIONS(3069), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_while] = ACTIONS(3072), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_else] = ACTIONS(3072), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_while] = ACTIONS(3067), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_else] = ACTIONS(3067), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4167] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4177] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(2993), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_RPAREN] = ACTIONS(2993), + [anon_sym_RBRACE] = ACTIONS(3065), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_RPAREN] = ACTIONS(3065), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), - [anon_sym_SEMI] = ACTIONS(2993), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), + [anon_sym_SEMI] = ACTIONS(3065), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_while] = ACTIONS(2991), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(2993), - [anon_sym_PIPE_PIPE] = ACTIONS(2993), - [anon_sym_else] = ACTIONS(2991), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_while] = ACTIONS(3063), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_else] = ACTIONS(3063), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4168] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4178] = { + [sym__alpha_identifier] = ACTIONS(4293), + [anon_sym_AT] = ACTIONS(4291), + [anon_sym_LBRACK] = ACTIONS(4291), + [anon_sym_as] = ACTIONS(4293), + [anon_sym_LBRACE] = ACTIONS(4291), + [anon_sym_RBRACE] = ACTIONS(4291), + [anon_sym_LPAREN] = ACTIONS(7274), + [anon_sym_COMMA] = ACTIONS(4291), + [anon_sym_LT] = ACTIONS(4293), + [anon_sym_GT] = ACTIONS(4293), + [anon_sym_where] = ACTIONS(4293), + [anon_sym_DOT] = ACTIONS(4293), + [anon_sym_SEMI] = ACTIONS(4291), + [anon_sym_get] = ACTIONS(4293), + [anon_sym_set] = ACTIONS(4293), + [anon_sym_STAR] = ACTIONS(4291), + [sym_label] = ACTIONS(4291), + [anon_sym_in] = ACTIONS(4293), + [anon_sym_DOT_DOT] = ACTIONS(4291), + [anon_sym_QMARK_COLON] = ACTIONS(4291), + [anon_sym_AMP_AMP] = ACTIONS(4291), + [anon_sym_PIPE_PIPE] = ACTIONS(4291), + [anon_sym_else] = ACTIONS(4293), + [anon_sym_COLON_COLON] = ACTIONS(4291), + [anon_sym_BANG_EQ] = ACTIONS(4293), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4291), + [anon_sym_EQ_EQ] = ACTIONS(4293), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4291), + [anon_sym_LT_EQ] = ACTIONS(4291), + [anon_sym_GT_EQ] = ACTIONS(4291), + [anon_sym_BANGin] = ACTIONS(4291), + [anon_sym_is] = ACTIONS(4293), + [anon_sym_BANGis] = ACTIONS(4291), + [anon_sym_PLUS] = ACTIONS(4293), + [anon_sym_DASH] = ACTIONS(4293), + [anon_sym_SLASH] = ACTIONS(4293), + [anon_sym_PERCENT] = ACTIONS(4291), + [anon_sym_as_QMARK] = ACTIONS(4291), + [anon_sym_PLUS_PLUS] = ACTIONS(4291), + [anon_sym_DASH_DASH] = ACTIONS(4291), + [anon_sym_BANG_BANG] = ACTIONS(4291), + [anon_sym_suspend] = ACTIONS(4293), + [anon_sym_sealed] = ACTIONS(4293), + [anon_sym_annotation] = ACTIONS(4293), + [anon_sym_data] = ACTIONS(4293), + [anon_sym_inner] = ACTIONS(4293), + [anon_sym_override] = ACTIONS(4293), + [anon_sym_lateinit] = ACTIONS(4293), + [anon_sym_public] = ACTIONS(4293), + [anon_sym_private] = ACTIONS(4293), + [anon_sym_internal] = ACTIONS(4293), + [anon_sym_protected] = ACTIONS(4293), + [anon_sym_tailrec] = ACTIONS(4293), + [anon_sym_operator] = ACTIONS(4293), + [anon_sym_infix] = ACTIONS(4293), + [anon_sym_inline] = ACTIONS(4293), + [anon_sym_external] = ACTIONS(4293), + [sym_property_modifier] = ACTIONS(4293), + [anon_sym_abstract] = ACTIONS(4293), + [anon_sym_final] = ACTIONS(4293), + [anon_sym_open] = ACTIONS(4293), + [anon_sym_vararg] = ACTIONS(4293), + [anon_sym_noinline] = ACTIONS(4293), + [anon_sym_crossinline] = ACTIONS(4293), + [anon_sym_expect] = ACTIONS(4293), + [anon_sym_actual] = ACTIONS(4293), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4291), + [sym__automatic_semicolon] = ACTIONS(4291), + [sym_safe_nav] = ACTIONS(4291), + [sym_multiline_comment] = ACTIONS(3), + }, + [4179] = { + [sym__alpha_identifier] = ACTIONS(4150), + [anon_sym_AT] = ACTIONS(4148), + [anon_sym_LBRACK] = ACTIONS(4148), + [anon_sym_as] = ACTIONS(4150), + [anon_sym_LBRACE] = ACTIONS(4148), + [anon_sym_RBRACE] = ACTIONS(4148), + [anon_sym_LPAREN] = ACTIONS(7276), + [anon_sym_COMMA] = ACTIONS(4148), + [anon_sym_LT] = ACTIONS(4150), + [anon_sym_GT] = ACTIONS(4150), + [anon_sym_where] = ACTIONS(4150), + [anon_sym_DOT] = ACTIONS(4150), + [anon_sym_SEMI] = ACTIONS(4148), + [anon_sym_get] = ACTIONS(4150), + [anon_sym_set] = ACTIONS(4150), + [anon_sym_STAR] = ACTIONS(4148), + [sym_label] = ACTIONS(4148), + [anon_sym_in] = ACTIONS(4150), + [anon_sym_DOT_DOT] = ACTIONS(4148), + [anon_sym_QMARK_COLON] = ACTIONS(4148), + [anon_sym_AMP_AMP] = ACTIONS(4148), + [anon_sym_PIPE_PIPE] = ACTIONS(4148), + [anon_sym_else] = ACTIONS(4150), + [anon_sym_COLON_COLON] = ACTIONS(4148), + [anon_sym_BANG_EQ] = ACTIONS(4150), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4148), + [anon_sym_EQ_EQ] = ACTIONS(4150), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4148), + [anon_sym_LT_EQ] = ACTIONS(4148), + [anon_sym_GT_EQ] = ACTIONS(4148), + [anon_sym_BANGin] = ACTIONS(4148), + [anon_sym_is] = ACTIONS(4150), + [anon_sym_BANGis] = ACTIONS(4148), + [anon_sym_PLUS] = ACTIONS(4150), + [anon_sym_DASH] = ACTIONS(4150), + [anon_sym_SLASH] = ACTIONS(4150), + [anon_sym_PERCENT] = ACTIONS(4148), + [anon_sym_as_QMARK] = ACTIONS(4148), + [anon_sym_PLUS_PLUS] = ACTIONS(4148), + [anon_sym_DASH_DASH] = ACTIONS(4148), + [anon_sym_BANG_BANG] = ACTIONS(4148), + [anon_sym_suspend] = ACTIONS(4150), + [anon_sym_sealed] = ACTIONS(4150), + [anon_sym_annotation] = ACTIONS(4150), + [anon_sym_data] = ACTIONS(4150), + [anon_sym_inner] = ACTIONS(4150), + [anon_sym_override] = ACTIONS(4150), + [anon_sym_lateinit] = ACTIONS(4150), + [anon_sym_public] = ACTIONS(4150), + [anon_sym_private] = ACTIONS(4150), + [anon_sym_internal] = ACTIONS(4150), + [anon_sym_protected] = ACTIONS(4150), + [anon_sym_tailrec] = ACTIONS(4150), + [anon_sym_operator] = ACTIONS(4150), + [anon_sym_infix] = ACTIONS(4150), + [anon_sym_inline] = ACTIONS(4150), + [anon_sym_external] = ACTIONS(4150), + [sym_property_modifier] = ACTIONS(4150), + [anon_sym_abstract] = ACTIONS(4150), + [anon_sym_final] = ACTIONS(4150), + [anon_sym_open] = ACTIONS(4150), + [anon_sym_vararg] = ACTIONS(4150), + [anon_sym_noinline] = ACTIONS(4150), + [anon_sym_crossinline] = ACTIONS(4150), + [anon_sym_expect] = ACTIONS(4150), + [anon_sym_actual] = ACTIONS(4150), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4148), + [sym__automatic_semicolon] = ACTIONS(4148), + [sym_safe_nav] = ACTIONS(4148), + [sym_multiline_comment] = ACTIONS(3), + }, + [4180] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(3001), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_RPAREN] = ACTIONS(3001), + [anon_sym_RBRACE] = ACTIONS(3038), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_RPAREN] = ACTIONS(3038), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), - [anon_sym_SEMI] = ACTIONS(3001), + [anon_sym_GT] = ACTIONS(3036), + [anon_sym_DOT] = ACTIONS(6409), + [anon_sym_SEMI] = ACTIONS(3038), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_while] = ACTIONS(2999), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_else] = ACTIONS(2999), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_while] = ACTIONS(3036), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(3038), + [anon_sym_PIPE_PIPE] = ACTIONS(3038), + [anon_sym_else] = ACTIONS(3036), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(3036), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3038), + [anon_sym_EQ_EQ] = ACTIONS(3036), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3038), + [anon_sym_LT_EQ] = ACTIONS(3038), + [anon_sym_GT_EQ] = ACTIONS(3038), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4169] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4181] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(3085), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_RPAREN] = ACTIONS(3085), - [anon_sym_LT] = ACTIONS(3087), - [anon_sym_GT] = ACTIONS(3083), - [anon_sym_DOT] = ACTIONS(6387), - [anon_sym_SEMI] = ACTIONS(3085), + [anon_sym_RBRACE] = ACTIONS(3005), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_RPAREN] = ACTIONS(3005), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), + [anon_sym_SEMI] = ACTIONS(3005), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(3083), - [anon_sym_while] = ACTIONS(3083), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(3085), - [anon_sym_AMP_AMP] = ACTIONS(3085), - [anon_sym_PIPE_PIPE] = ACTIONS(3085), - [anon_sym_else] = ACTIONS(3083), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(3083), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3085), - [anon_sym_EQ_EQ] = ACTIONS(3083), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3085), - [anon_sym_LT_EQ] = ACTIONS(3085), - [anon_sym_GT_EQ] = ACTIONS(3085), - [anon_sym_BANGin] = ACTIONS(3085), - [anon_sym_is] = ACTIONS(3083), - [anon_sym_BANGis] = ACTIONS(3085), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_while] = ACTIONS(3003), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_else] = ACTIONS(3003), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4170] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4182] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(3059), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_RPAREN] = ACTIONS(3059), + [anon_sym_RBRACE] = ACTIONS(3042), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_RPAREN] = ACTIONS(3042), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), - [anon_sym_SEMI] = ACTIONS(3059), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), + [anon_sym_SEMI] = ACTIONS(3042), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_while] = ACTIONS(3057), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_else] = ACTIONS(3057), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_while] = ACTIONS(3040), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(3042), + [anon_sym_PIPE_PIPE] = ACTIONS(3042), + [anon_sym_else] = ACTIONS(3040), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(3040), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3042), + [anon_sym_EQ_EQ] = ACTIONS(3040), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3042), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), - [sym_multiline_comment] = ACTIONS(3), - }, - [4171] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), - [sym__alpha_identifier] = ACTIONS(2984), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(2986), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_RPAREN] = ACTIONS(2986), - [anon_sym_LT] = ACTIONS(2988), - [anon_sym_GT] = ACTIONS(2984), - [anon_sym_DOT] = ACTIONS(6387), - [anon_sym_SEMI] = ACTIONS(2986), - [anon_sym_get] = ACTIONS(2984), - [anon_sym_set] = ACTIONS(2984), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(2984), - [anon_sym_while] = ACTIONS(2984), - [anon_sym_DOT_DOT] = ACTIONS(2986), - [anon_sym_QMARK_COLON] = ACTIONS(2986), - [anon_sym_AMP_AMP] = ACTIONS(2986), - [anon_sym_PIPE_PIPE] = ACTIONS(2986), - [anon_sym_else] = ACTIONS(2984), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(2984), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2986), - [anon_sym_EQ_EQ] = ACTIONS(2984), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2986), - [anon_sym_LT_EQ] = ACTIONS(2986), - [anon_sym_GT_EQ] = ACTIONS(2986), - [anon_sym_BANGin] = ACTIONS(2986), - [anon_sym_is] = ACTIONS(2984), - [anon_sym_BANGis] = ACTIONS(2986), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), - [anon_sym_data] = ACTIONS(2984), - [anon_sym_inner] = ACTIONS(2984), - [anon_sym_expect] = ACTIONS(2984), - [anon_sym_actual] = ACTIONS(2984), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(2986), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4172] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4183] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(3063), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_RPAREN] = ACTIONS(3063), + [anon_sym_RBRACE] = ACTIONS(3046), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_RPAREN] = ACTIONS(3046), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), - [anon_sym_SEMI] = ACTIONS(3063), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), + [anon_sym_SEMI] = ACTIONS(3046), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_while] = ACTIONS(3061), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_else] = ACTIONS(3061), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_while] = ACTIONS(3044), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(3046), + [anon_sym_else] = ACTIONS(3044), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), - [sym_multiline_comment] = ACTIONS(3), - }, - [4173] = { - [sym__alpha_identifier] = ACTIONS(4241), - [anon_sym_AT] = ACTIONS(4239), - [anon_sym_LBRACK] = ACTIONS(4239), - [anon_sym_as] = ACTIONS(4241), - [anon_sym_LBRACE] = ACTIONS(4239), - [anon_sym_RBRACE] = ACTIONS(4239), - [anon_sym_LPAREN] = ACTIONS(7262), - [anon_sym_COMMA] = ACTIONS(4239), - [anon_sym_LT] = ACTIONS(4241), - [anon_sym_GT] = ACTIONS(4241), - [anon_sym_where] = ACTIONS(4241), - [anon_sym_DOT] = ACTIONS(4241), - [anon_sym_SEMI] = ACTIONS(4239), - [anon_sym_get] = ACTIONS(4241), - [anon_sym_set] = ACTIONS(4241), - [anon_sym_STAR] = ACTIONS(4239), - [sym_label] = ACTIONS(4239), - [anon_sym_in] = ACTIONS(4241), - [anon_sym_DOT_DOT] = ACTIONS(4239), - [anon_sym_QMARK_COLON] = ACTIONS(4239), - [anon_sym_AMP_AMP] = ACTIONS(4239), - [anon_sym_PIPE_PIPE] = ACTIONS(4239), - [anon_sym_else] = ACTIONS(4241), - [anon_sym_COLON_COLON] = ACTIONS(4239), - [anon_sym_BANG_EQ] = ACTIONS(4241), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4239), - [anon_sym_EQ_EQ] = ACTIONS(4241), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4239), - [anon_sym_LT_EQ] = ACTIONS(4239), - [anon_sym_GT_EQ] = ACTIONS(4239), - [anon_sym_BANGin] = ACTIONS(4239), - [anon_sym_is] = ACTIONS(4241), - [anon_sym_BANGis] = ACTIONS(4239), - [anon_sym_PLUS] = ACTIONS(4241), - [anon_sym_DASH] = ACTIONS(4241), - [anon_sym_SLASH] = ACTIONS(4241), - [anon_sym_PERCENT] = ACTIONS(4239), - [anon_sym_as_QMARK] = ACTIONS(4239), - [anon_sym_PLUS_PLUS] = ACTIONS(4239), - [anon_sym_DASH_DASH] = ACTIONS(4239), - [anon_sym_BANG_BANG] = ACTIONS(4239), - [anon_sym_suspend] = ACTIONS(4241), - [anon_sym_sealed] = ACTIONS(4241), - [anon_sym_annotation] = ACTIONS(4241), - [anon_sym_data] = ACTIONS(4241), - [anon_sym_inner] = ACTIONS(4241), - [anon_sym_override] = ACTIONS(4241), - [anon_sym_lateinit] = ACTIONS(4241), - [anon_sym_public] = ACTIONS(4241), - [anon_sym_private] = ACTIONS(4241), - [anon_sym_internal] = ACTIONS(4241), - [anon_sym_protected] = ACTIONS(4241), - [anon_sym_tailrec] = ACTIONS(4241), - [anon_sym_operator] = ACTIONS(4241), - [anon_sym_infix] = ACTIONS(4241), - [anon_sym_inline] = ACTIONS(4241), - [anon_sym_external] = ACTIONS(4241), - [sym_property_modifier] = ACTIONS(4241), - [anon_sym_abstract] = ACTIONS(4241), - [anon_sym_final] = ACTIONS(4241), - [anon_sym_open] = ACTIONS(4241), - [anon_sym_vararg] = ACTIONS(4241), - [anon_sym_noinline] = ACTIONS(4241), - [anon_sym_crossinline] = ACTIONS(4241), - [anon_sym_expect] = ACTIONS(4241), - [anon_sym_actual] = ACTIONS(4241), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4239), - [sym__automatic_semicolon] = ACTIONS(4239), - [sym_safe_nav] = ACTIONS(4239), - [sym_multiline_comment] = ACTIONS(3), - }, - [4174] = { - [sym__alpha_identifier] = ACTIONS(4257), - [anon_sym_AT] = ACTIONS(4255), - [anon_sym_LBRACK] = ACTIONS(4255), - [anon_sym_as] = ACTIONS(4257), - [anon_sym_LBRACE] = ACTIONS(4255), - [anon_sym_RBRACE] = ACTIONS(4255), - [anon_sym_LPAREN] = ACTIONS(7264), - [anon_sym_COMMA] = ACTIONS(4255), - [anon_sym_LT] = ACTIONS(4257), - [anon_sym_GT] = ACTIONS(4257), - [anon_sym_where] = ACTIONS(4257), - [anon_sym_DOT] = ACTIONS(4257), - [anon_sym_SEMI] = ACTIONS(4255), - [anon_sym_get] = ACTIONS(4257), - [anon_sym_set] = ACTIONS(4257), - [anon_sym_STAR] = ACTIONS(4255), - [sym_label] = ACTIONS(4255), - [anon_sym_in] = ACTIONS(4257), - [anon_sym_DOT_DOT] = ACTIONS(4255), - [anon_sym_QMARK_COLON] = ACTIONS(4255), - [anon_sym_AMP_AMP] = ACTIONS(4255), - [anon_sym_PIPE_PIPE] = ACTIONS(4255), - [anon_sym_else] = ACTIONS(4257), - [anon_sym_COLON_COLON] = ACTIONS(4255), - [anon_sym_BANG_EQ] = ACTIONS(4257), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4255), - [anon_sym_EQ_EQ] = ACTIONS(4257), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4255), - [anon_sym_LT_EQ] = ACTIONS(4255), - [anon_sym_GT_EQ] = ACTIONS(4255), - [anon_sym_BANGin] = ACTIONS(4255), - [anon_sym_is] = ACTIONS(4257), - [anon_sym_BANGis] = ACTIONS(4255), - [anon_sym_PLUS] = ACTIONS(4257), - [anon_sym_DASH] = ACTIONS(4257), - [anon_sym_SLASH] = ACTIONS(4257), - [anon_sym_PERCENT] = ACTIONS(4255), - [anon_sym_as_QMARK] = ACTIONS(4255), - [anon_sym_PLUS_PLUS] = ACTIONS(4255), - [anon_sym_DASH_DASH] = ACTIONS(4255), - [anon_sym_BANG_BANG] = ACTIONS(4255), - [anon_sym_suspend] = ACTIONS(4257), - [anon_sym_sealed] = ACTIONS(4257), - [anon_sym_annotation] = ACTIONS(4257), - [anon_sym_data] = ACTIONS(4257), - [anon_sym_inner] = ACTIONS(4257), - [anon_sym_override] = ACTIONS(4257), - [anon_sym_lateinit] = ACTIONS(4257), - [anon_sym_public] = ACTIONS(4257), - [anon_sym_private] = ACTIONS(4257), - [anon_sym_internal] = ACTIONS(4257), - [anon_sym_protected] = ACTIONS(4257), - [anon_sym_tailrec] = ACTIONS(4257), - [anon_sym_operator] = ACTIONS(4257), - [anon_sym_infix] = ACTIONS(4257), - [anon_sym_inline] = ACTIONS(4257), - [anon_sym_external] = ACTIONS(4257), - [sym_property_modifier] = ACTIONS(4257), - [anon_sym_abstract] = ACTIONS(4257), - [anon_sym_final] = ACTIONS(4257), - [anon_sym_open] = ACTIONS(4257), - [anon_sym_vararg] = ACTIONS(4257), - [anon_sym_noinline] = ACTIONS(4257), - [anon_sym_crossinline] = ACTIONS(4257), - [anon_sym_expect] = ACTIONS(4257), - [anon_sym_actual] = ACTIONS(4257), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4255), - [sym__automatic_semicolon] = ACTIONS(4255), - [sym_safe_nav] = ACTIONS(4255), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4175] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4184] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(3051), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_RPAREN] = ACTIONS(3051), + [anon_sym_RBRACE] = ACTIONS(3061), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_RPAREN] = ACTIONS(3061), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), - [anon_sym_SEMI] = ACTIONS(3051), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), + [anon_sym_SEMI] = ACTIONS(3061), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_while] = ACTIONS(3049), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_else] = ACTIONS(3049), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_while] = ACTIONS(3059), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_else] = ACTIONS(3059), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4176] = { - [sym__alpha_identifier] = ACTIONS(4923), - [anon_sym_AT] = ACTIONS(4925), - [anon_sym_LBRACK] = ACTIONS(4925), - [anon_sym_as] = ACTIONS(4923), - [anon_sym_LBRACE] = ACTIONS(4925), - [anon_sym_RBRACE] = ACTIONS(4925), - [anon_sym_LPAREN] = ACTIONS(7266), - [anon_sym_COMMA] = ACTIONS(4925), - [anon_sym_LT] = ACTIONS(4923), - [anon_sym_GT] = ACTIONS(4923), - [anon_sym_where] = ACTIONS(4923), - [anon_sym_DOT] = ACTIONS(4923), - [anon_sym_SEMI] = ACTIONS(4925), - [anon_sym_get] = ACTIONS(4923), - [anon_sym_set] = ACTIONS(4923), - [anon_sym_STAR] = ACTIONS(4925), - [sym_label] = ACTIONS(4925), - [anon_sym_in] = ACTIONS(4923), - [anon_sym_DOT_DOT] = ACTIONS(4925), - [anon_sym_QMARK_COLON] = ACTIONS(4925), - [anon_sym_AMP_AMP] = ACTIONS(4925), - [anon_sym_PIPE_PIPE] = ACTIONS(4925), - [anon_sym_else] = ACTIONS(4923), - [anon_sym_COLON_COLON] = ACTIONS(4925), - [anon_sym_BANG_EQ] = ACTIONS(4923), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4925), - [anon_sym_EQ_EQ] = ACTIONS(4923), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4925), - [anon_sym_LT_EQ] = ACTIONS(4925), - [anon_sym_GT_EQ] = ACTIONS(4925), - [anon_sym_BANGin] = ACTIONS(4925), - [anon_sym_is] = ACTIONS(4923), - [anon_sym_BANGis] = ACTIONS(4925), - [anon_sym_PLUS] = ACTIONS(4923), - [anon_sym_DASH] = ACTIONS(4923), - [anon_sym_SLASH] = ACTIONS(4923), - [anon_sym_PERCENT] = ACTIONS(4925), - [anon_sym_as_QMARK] = ACTIONS(4925), - [anon_sym_PLUS_PLUS] = ACTIONS(4925), - [anon_sym_DASH_DASH] = ACTIONS(4925), - [anon_sym_BANG_BANG] = ACTIONS(4925), - [anon_sym_suspend] = ACTIONS(4923), - [anon_sym_sealed] = ACTIONS(4923), - [anon_sym_annotation] = ACTIONS(4923), - [anon_sym_data] = ACTIONS(4923), - [anon_sym_inner] = ACTIONS(4923), - [anon_sym_override] = ACTIONS(4923), - [anon_sym_lateinit] = ACTIONS(4923), - [anon_sym_public] = ACTIONS(4923), - [anon_sym_private] = ACTIONS(4923), - [anon_sym_internal] = ACTIONS(4923), - [anon_sym_protected] = ACTIONS(4923), - [anon_sym_tailrec] = ACTIONS(4923), - [anon_sym_operator] = ACTIONS(4923), - [anon_sym_infix] = ACTIONS(4923), - [anon_sym_inline] = ACTIONS(4923), - [anon_sym_external] = ACTIONS(4923), - [sym_property_modifier] = ACTIONS(4923), - [anon_sym_abstract] = ACTIONS(4923), - [anon_sym_final] = ACTIONS(4923), - [anon_sym_open] = ACTIONS(4923), - [anon_sym_vararg] = ACTIONS(4923), - [anon_sym_noinline] = ACTIONS(4923), - [anon_sym_crossinline] = ACTIONS(4923), - [anon_sym_expect] = ACTIONS(4923), - [anon_sym_actual] = ACTIONS(4923), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4925), - [sym__automatic_semicolon] = ACTIONS(4925), - [sym_safe_nav] = ACTIONS(4925), + [4185] = { + [sym__alpha_identifier] = ACTIONS(4961), + [anon_sym_AT] = ACTIONS(4963), + [anon_sym_LBRACK] = ACTIONS(4963), + [anon_sym_as] = ACTIONS(4961), + [anon_sym_LBRACE] = ACTIONS(4963), + [anon_sym_RBRACE] = ACTIONS(4963), + [anon_sym_LPAREN] = ACTIONS(7278), + [anon_sym_COMMA] = ACTIONS(4963), + [anon_sym_LT] = ACTIONS(4961), + [anon_sym_GT] = ACTIONS(4961), + [anon_sym_where] = ACTIONS(4961), + [anon_sym_DOT] = ACTIONS(4961), + [anon_sym_SEMI] = ACTIONS(4963), + [anon_sym_get] = ACTIONS(4961), + [anon_sym_set] = ACTIONS(4961), + [anon_sym_STAR] = ACTIONS(4963), + [sym_label] = ACTIONS(4963), + [anon_sym_in] = ACTIONS(4961), + [anon_sym_DOT_DOT] = ACTIONS(4963), + [anon_sym_QMARK_COLON] = ACTIONS(4963), + [anon_sym_AMP_AMP] = ACTIONS(4963), + [anon_sym_PIPE_PIPE] = ACTIONS(4963), + [anon_sym_else] = ACTIONS(4961), + [anon_sym_COLON_COLON] = ACTIONS(4963), + [anon_sym_BANG_EQ] = ACTIONS(4961), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4963), + [anon_sym_EQ_EQ] = ACTIONS(4961), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4963), + [anon_sym_LT_EQ] = ACTIONS(4963), + [anon_sym_GT_EQ] = ACTIONS(4963), + [anon_sym_BANGin] = ACTIONS(4963), + [anon_sym_is] = ACTIONS(4961), + [anon_sym_BANGis] = ACTIONS(4963), + [anon_sym_PLUS] = ACTIONS(4961), + [anon_sym_DASH] = ACTIONS(4961), + [anon_sym_SLASH] = ACTIONS(4961), + [anon_sym_PERCENT] = ACTIONS(4963), + [anon_sym_as_QMARK] = ACTIONS(4963), + [anon_sym_PLUS_PLUS] = ACTIONS(4963), + [anon_sym_DASH_DASH] = ACTIONS(4963), + [anon_sym_BANG_BANG] = ACTIONS(4963), + [anon_sym_suspend] = ACTIONS(4961), + [anon_sym_sealed] = ACTIONS(4961), + [anon_sym_annotation] = ACTIONS(4961), + [anon_sym_data] = ACTIONS(4961), + [anon_sym_inner] = ACTIONS(4961), + [anon_sym_override] = ACTIONS(4961), + [anon_sym_lateinit] = ACTIONS(4961), + [anon_sym_public] = ACTIONS(4961), + [anon_sym_private] = ACTIONS(4961), + [anon_sym_internal] = ACTIONS(4961), + [anon_sym_protected] = ACTIONS(4961), + [anon_sym_tailrec] = ACTIONS(4961), + [anon_sym_operator] = ACTIONS(4961), + [anon_sym_infix] = ACTIONS(4961), + [anon_sym_inline] = ACTIONS(4961), + [anon_sym_external] = ACTIONS(4961), + [sym_property_modifier] = ACTIONS(4961), + [anon_sym_abstract] = ACTIONS(4961), + [anon_sym_final] = ACTIONS(4961), + [anon_sym_open] = ACTIONS(4961), + [anon_sym_vararg] = ACTIONS(4961), + [anon_sym_noinline] = ACTIONS(4961), + [anon_sym_crossinline] = ACTIONS(4961), + [anon_sym_expect] = ACTIONS(4961), + [anon_sym_actual] = ACTIONS(4961), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4963), + [sym__automatic_semicolon] = ACTIONS(4963), + [sym_safe_nav] = ACTIONS(4963), [sym_multiline_comment] = ACTIONS(3), }, - [4177] = { - [sym__alpha_identifier] = ACTIONS(4929), - [anon_sym_AT] = ACTIONS(4931), - [anon_sym_LBRACK] = ACTIONS(4931), - [anon_sym_as] = ACTIONS(4929), - [anon_sym_LBRACE] = ACTIONS(4931), - [anon_sym_RBRACE] = ACTIONS(4931), - [anon_sym_LPAREN] = ACTIONS(7268), - [anon_sym_COMMA] = ACTIONS(4931), - [anon_sym_LT] = ACTIONS(4929), - [anon_sym_GT] = ACTIONS(4929), - [anon_sym_where] = ACTIONS(4929), - [anon_sym_DOT] = ACTIONS(4929), - [anon_sym_SEMI] = ACTIONS(4931), - [anon_sym_get] = ACTIONS(4929), - [anon_sym_set] = ACTIONS(4929), - [anon_sym_STAR] = ACTIONS(4931), - [sym_label] = ACTIONS(4931), - [anon_sym_in] = ACTIONS(4929), - [anon_sym_DOT_DOT] = ACTIONS(4931), - [anon_sym_QMARK_COLON] = ACTIONS(4931), - [anon_sym_AMP_AMP] = ACTIONS(4931), - [anon_sym_PIPE_PIPE] = ACTIONS(4931), - [anon_sym_else] = ACTIONS(4929), - [anon_sym_COLON_COLON] = ACTIONS(4931), - [anon_sym_BANG_EQ] = ACTIONS(4929), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4931), - [anon_sym_EQ_EQ] = ACTIONS(4929), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4931), - [anon_sym_LT_EQ] = ACTIONS(4931), - [anon_sym_GT_EQ] = ACTIONS(4931), - [anon_sym_BANGin] = ACTIONS(4931), - [anon_sym_is] = ACTIONS(4929), - [anon_sym_BANGis] = ACTIONS(4931), - [anon_sym_PLUS] = ACTIONS(4929), - [anon_sym_DASH] = ACTIONS(4929), - [anon_sym_SLASH] = ACTIONS(4929), - [anon_sym_PERCENT] = ACTIONS(4931), - [anon_sym_as_QMARK] = ACTIONS(4931), - [anon_sym_PLUS_PLUS] = ACTIONS(4931), - [anon_sym_DASH_DASH] = ACTIONS(4931), - [anon_sym_BANG_BANG] = ACTIONS(4931), - [anon_sym_suspend] = ACTIONS(4929), - [anon_sym_sealed] = ACTIONS(4929), - [anon_sym_annotation] = ACTIONS(4929), - [anon_sym_data] = ACTIONS(4929), - [anon_sym_inner] = ACTIONS(4929), - [anon_sym_override] = ACTIONS(4929), - [anon_sym_lateinit] = ACTIONS(4929), - [anon_sym_public] = ACTIONS(4929), - [anon_sym_private] = ACTIONS(4929), - [anon_sym_internal] = ACTIONS(4929), - [anon_sym_protected] = ACTIONS(4929), - [anon_sym_tailrec] = ACTIONS(4929), - [anon_sym_operator] = ACTIONS(4929), - [anon_sym_infix] = ACTIONS(4929), - [anon_sym_inline] = ACTIONS(4929), - [anon_sym_external] = ACTIONS(4929), - [sym_property_modifier] = ACTIONS(4929), - [anon_sym_abstract] = ACTIONS(4929), - [anon_sym_final] = ACTIONS(4929), - [anon_sym_open] = ACTIONS(4929), - [anon_sym_vararg] = ACTIONS(4929), - [anon_sym_noinline] = ACTIONS(4929), - [anon_sym_crossinline] = ACTIONS(4929), - [anon_sym_expect] = ACTIONS(4929), - [anon_sym_actual] = ACTIONS(4929), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4931), - [sym__automatic_semicolon] = ACTIONS(4931), - [sym_safe_nav] = ACTIONS(4931), + [4186] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), + [sym__alpha_identifier] = ACTIONS(3011), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_RBRACE] = ACTIONS(3013), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_RPAREN] = ACTIONS(3013), + [anon_sym_LT] = ACTIONS(3015), + [anon_sym_GT] = ACTIONS(3011), + [anon_sym_DOT] = ACTIONS(6409), + [anon_sym_SEMI] = ACTIONS(3013), + [anon_sym_get] = ACTIONS(3011), + [anon_sym_set] = ACTIONS(3011), + [anon_sym_STAR] = ACTIONS(3013), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(3011), + [anon_sym_while] = ACTIONS(3011), + [anon_sym_DOT_DOT] = ACTIONS(3013), + [anon_sym_QMARK_COLON] = ACTIONS(3013), + [anon_sym_AMP_AMP] = ACTIONS(3013), + [anon_sym_PIPE_PIPE] = ACTIONS(3013), + [anon_sym_else] = ACTIONS(3011), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(3011), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3013), + [anon_sym_EQ_EQ] = ACTIONS(3011), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3013), + [anon_sym_LT_EQ] = ACTIONS(3013), + [anon_sym_GT_EQ] = ACTIONS(3013), + [anon_sym_BANGin] = ACTIONS(3013), + [anon_sym_is] = ACTIONS(3011), + [anon_sym_BANGis] = ACTIONS(3013), + [anon_sym_PLUS] = ACTIONS(3011), + [anon_sym_DASH] = ACTIONS(3011), + [anon_sym_SLASH] = ACTIONS(3011), + [anon_sym_PERCENT] = ACTIONS(3013), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), + [anon_sym_data] = ACTIONS(3011), + [anon_sym_inner] = ACTIONS(3011), + [anon_sym_expect] = ACTIONS(3011), + [anon_sym_actual] = ACTIONS(3011), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3013), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4178] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4187] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), + [sym__alpha_identifier] = ACTIONS(3022), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_RBRACE] = ACTIONS(3024), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_RPAREN] = ACTIONS(3024), + [anon_sym_LT] = ACTIONS(3026), + [anon_sym_GT] = ACTIONS(3022), + [anon_sym_DOT] = ACTIONS(6409), + [anon_sym_SEMI] = ACTIONS(3024), + [anon_sym_get] = ACTIONS(3022), + [anon_sym_set] = ACTIONS(3022), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(3022), + [anon_sym_while] = ACTIONS(3022), + [anon_sym_DOT_DOT] = ACTIONS(3024), + [anon_sym_QMARK_COLON] = ACTIONS(3024), + [anon_sym_AMP_AMP] = ACTIONS(3024), + [anon_sym_PIPE_PIPE] = ACTIONS(3024), + [anon_sym_else] = ACTIONS(3022), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(3022), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3024), + [anon_sym_EQ_EQ] = ACTIONS(3022), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3024), + [anon_sym_LT_EQ] = ACTIONS(3024), + [anon_sym_GT_EQ] = ACTIONS(3024), + [anon_sym_BANGin] = ACTIONS(3024), + [anon_sym_is] = ACTIONS(3022), + [anon_sym_BANGis] = ACTIONS(3024), + [anon_sym_PLUS] = ACTIONS(3022), + [anon_sym_DASH] = ACTIONS(3022), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), + [anon_sym_data] = ACTIONS(3022), + [anon_sym_inner] = ACTIONS(3022), + [anon_sym_expect] = ACTIONS(3022), + [anon_sym_actual] = ACTIONS(3022), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3024), + [sym_safe_nav] = ACTIONS(6425), + [sym_multiline_comment] = ACTIONS(3), + }, + [4188] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(3055), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_RPAREN] = ACTIONS(3055), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), - [anon_sym_SEMI] = ACTIONS(3055), + [anon_sym_RBRACE] = ACTIONS(3031), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_RPAREN] = ACTIONS(3031), + [anon_sym_LT] = ACTIONS(3033), + [anon_sym_GT] = ACTIONS(3029), + [anon_sym_DOT] = ACTIONS(6409), + [anon_sym_SEMI] = ACTIONS(3031), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_while] = ACTIONS(3053), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_else] = ACTIONS(3053), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(3029), + [anon_sym_while] = ACTIONS(3029), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(3031), + [anon_sym_PIPE_PIPE] = ACTIONS(3031), + [anon_sym_else] = ACTIONS(3029), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(3029), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3031), + [anon_sym_EQ_EQ] = ACTIONS(3029), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3031), + [anon_sym_LT_EQ] = ACTIONS(3031), + [anon_sym_GT_EQ] = ACTIONS(3031), + [anon_sym_BANGin] = ACTIONS(3031), + [anon_sym_is] = ACTIONS(3029), + [anon_sym_BANGis] = ACTIONS(3031), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), - [sym_multiline_comment] = ACTIONS(3), - }, - [4179] = { - [sym_class_body] = STATE(3809), - [sym__alpha_identifier] = ACTIONS(4509), - [anon_sym_AT] = ACTIONS(4511), - [anon_sym_COLON] = ACTIONS(7270), - [anon_sym_LBRACK] = ACTIONS(4511), - [anon_sym_as] = ACTIONS(4509), - [anon_sym_LBRACE] = ACTIONS(5421), - [anon_sym_RBRACE] = ACTIONS(4511), - [anon_sym_LPAREN] = ACTIONS(4511), - [anon_sym_LT] = ACTIONS(4509), - [anon_sym_GT] = ACTIONS(4509), - [anon_sym_DOT] = ACTIONS(4509), - [anon_sym_SEMI] = ACTIONS(4511), - [anon_sym_get] = ACTIONS(4509), - [anon_sym_set] = ACTIONS(4509), - [anon_sym_STAR] = ACTIONS(4511), - [sym_label] = ACTIONS(4511), - [anon_sym_in] = ACTIONS(4509), - [anon_sym_DOT_DOT] = ACTIONS(4511), - [anon_sym_QMARK_COLON] = ACTIONS(4511), - [anon_sym_AMP_AMP] = ACTIONS(4511), - [anon_sym_PIPE_PIPE] = ACTIONS(4511), - [anon_sym_else] = ACTIONS(4509), - [anon_sym_COLON_COLON] = ACTIONS(4511), - [anon_sym_BANG_EQ] = ACTIONS(4509), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4511), - [anon_sym_EQ_EQ] = ACTIONS(4509), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4511), - [anon_sym_LT_EQ] = ACTIONS(4511), - [anon_sym_GT_EQ] = ACTIONS(4511), - [anon_sym_BANGin] = ACTIONS(4511), - [anon_sym_is] = ACTIONS(4509), - [anon_sym_BANGis] = ACTIONS(4511), - [anon_sym_PLUS] = ACTIONS(4509), - [anon_sym_DASH] = ACTIONS(4509), - [anon_sym_SLASH] = ACTIONS(4509), - [anon_sym_PERCENT] = ACTIONS(4511), - [anon_sym_as_QMARK] = ACTIONS(4511), - [anon_sym_PLUS_PLUS] = ACTIONS(4511), - [anon_sym_DASH_DASH] = ACTIONS(4511), - [anon_sym_BANG_BANG] = ACTIONS(4511), - [anon_sym_suspend] = ACTIONS(4509), - [anon_sym_sealed] = ACTIONS(4509), - [anon_sym_annotation] = ACTIONS(4509), - [anon_sym_data] = ACTIONS(4509), - [anon_sym_inner] = ACTIONS(4509), - [anon_sym_override] = ACTIONS(4509), - [anon_sym_lateinit] = ACTIONS(4509), - [anon_sym_public] = ACTIONS(4509), - [anon_sym_private] = ACTIONS(4509), - [anon_sym_internal] = ACTIONS(4509), - [anon_sym_protected] = ACTIONS(4509), - [anon_sym_tailrec] = ACTIONS(4509), - [anon_sym_operator] = ACTIONS(4509), - [anon_sym_infix] = ACTIONS(4509), - [anon_sym_inline] = ACTIONS(4509), - [anon_sym_external] = ACTIONS(4509), - [sym_property_modifier] = ACTIONS(4509), - [anon_sym_abstract] = ACTIONS(4509), - [anon_sym_final] = ACTIONS(4509), - [anon_sym_open] = ACTIONS(4509), - [anon_sym_vararg] = ACTIONS(4509), - [anon_sym_noinline] = ACTIONS(4509), - [anon_sym_crossinline] = ACTIONS(4509), - [anon_sym_expect] = ACTIONS(4509), - [anon_sym_actual] = ACTIONS(4509), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4511), - [sym__automatic_semicolon] = ACTIONS(4511), - [sym_safe_nav] = ACTIONS(4511), - [sym_multiline_comment] = ACTIONS(3), - }, - [4180] = { - [sym__alpha_identifier] = ACTIONS(5067), - [anon_sym_AT] = ACTIONS(5069), - [anon_sym_LBRACK] = ACTIONS(5069), - [anon_sym_as] = ACTIONS(5067), - [anon_sym_LBRACE] = ACTIONS(5069), - [anon_sym_RBRACE] = ACTIONS(5069), - [anon_sym_LPAREN] = ACTIONS(5069), - [anon_sym_COMMA] = ACTIONS(5069), - [anon_sym_LT] = ACTIONS(5067), - [anon_sym_GT] = ACTIONS(5067), - [anon_sym_where] = ACTIONS(5067), - [anon_sym_DOT] = ACTIONS(5067), - [anon_sym_SEMI] = ACTIONS(5069), - [anon_sym_get] = ACTIONS(5067), - [anon_sym_set] = ACTIONS(5067), - [anon_sym_STAR] = ACTIONS(5069), - [sym_label] = ACTIONS(5069), - [anon_sym_in] = ACTIONS(5067), - [anon_sym_DOT_DOT] = ACTIONS(5069), - [anon_sym_QMARK_COLON] = ACTIONS(5069), - [anon_sym_AMP_AMP] = ACTIONS(5069), - [anon_sym_PIPE_PIPE] = ACTIONS(5069), - [anon_sym_else] = ACTIONS(7232), - [anon_sym_COLON_COLON] = ACTIONS(5069), - [anon_sym_BANG_EQ] = ACTIONS(5067), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5069), - [anon_sym_EQ_EQ] = ACTIONS(5067), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5069), - [anon_sym_LT_EQ] = ACTIONS(5069), - [anon_sym_GT_EQ] = ACTIONS(5069), - [anon_sym_BANGin] = ACTIONS(5069), - [anon_sym_is] = ACTIONS(5067), - [anon_sym_BANGis] = ACTIONS(5069), - [anon_sym_PLUS] = ACTIONS(5067), - [anon_sym_DASH] = ACTIONS(5067), - [anon_sym_SLASH] = ACTIONS(5067), - [anon_sym_PERCENT] = ACTIONS(5069), - [anon_sym_as_QMARK] = ACTIONS(5069), - [anon_sym_PLUS_PLUS] = ACTIONS(5069), - [anon_sym_DASH_DASH] = ACTIONS(5069), - [anon_sym_BANG_BANG] = ACTIONS(5069), - [anon_sym_suspend] = ACTIONS(5067), - [anon_sym_sealed] = ACTIONS(5067), - [anon_sym_annotation] = ACTIONS(5067), - [anon_sym_data] = ACTIONS(5067), - [anon_sym_inner] = ACTIONS(5067), - [anon_sym_override] = ACTIONS(5067), - [anon_sym_lateinit] = ACTIONS(5067), - [anon_sym_public] = ACTIONS(5067), - [anon_sym_private] = ACTIONS(5067), - [anon_sym_internal] = ACTIONS(5067), - [anon_sym_protected] = ACTIONS(5067), - [anon_sym_tailrec] = ACTIONS(5067), - [anon_sym_operator] = ACTIONS(5067), - [anon_sym_infix] = ACTIONS(5067), - [anon_sym_inline] = ACTIONS(5067), - [anon_sym_external] = ACTIONS(5067), - [sym_property_modifier] = ACTIONS(5067), - [anon_sym_abstract] = ACTIONS(5067), - [anon_sym_final] = ACTIONS(5067), - [anon_sym_open] = ACTIONS(5067), - [anon_sym_vararg] = ACTIONS(5067), - [anon_sym_noinline] = ACTIONS(5067), - [anon_sym_crossinline] = ACTIONS(5067), - [anon_sym_expect] = ACTIONS(5067), - [anon_sym_actual] = ACTIONS(5067), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5069), - [sym__automatic_semicolon] = ACTIONS(5069), - [sym_safe_nav] = ACTIONS(5069), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4181] = { - [sym_indexing_suffix] = STATE(4909), - [sym_navigation_suffix] = STATE(4889), - [sym_call_suffix] = STATE(4891), - [sym_annotated_lambda] = STATE(4893), - [sym_type_arguments] = STATE(7557), - [sym_value_arguments] = STATE(4442), - [sym_lambda_literal] = STATE(4899), - [sym__equality_operator] = STATE(1749), - [sym__comparison_operator] = STATE(1750), - [sym__in_operator] = STATE(1755), - [sym__is_operator] = STATE(6028), - [sym__additive_operator] = STATE(1762), - [sym__multiplicative_operator] = STATE(1763), - [sym__as_operator] = STATE(6024), - [sym__postfix_unary_operator] = STATE(4912), - [sym__member_access_operator] = STATE(7341), - [sym_annotation] = STATE(7855), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1813), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7855), + [4189] = { + [sym_indexing_suffix] = STATE(4986), + [sym_navigation_suffix] = STATE(5006), + [sym_call_suffix] = STATE(5077), + [sym_annotated_lambda] = STATE(4993), + [sym_type_arguments] = STATE(7551), + [sym_value_arguments] = STATE(4451), + [sym_lambda_literal] = STATE(4995), + [sym__equality_operator] = STATE(1860), + [sym__comparison_operator] = STATE(1852), + [sym__in_operator] = STATE(1848), + [sym__is_operator] = STATE(5776), + [sym__additive_operator] = STATE(1847), + [sym__multiplicative_operator] = STATE(1846), + [sym__as_operator] = STATE(5777), + [sym__postfix_unary_operator] = STATE(5000), + [sym__member_access_operator] = STATE(7402), + [sym_annotation] = STATE(7890), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1843), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7890), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6688), - [anon_sym_as] = ACTIONS(6690), + [anon_sym_LBRACK] = ACTIONS(6702), + [anon_sym_as] = ACTIONS(6704), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3085), - [anon_sym_LPAREN] = ACTIONS(6692), - [anon_sym_LT] = ACTIONS(3087), - [anon_sym_GT] = ACTIONS(3083), - [anon_sym_DOT] = ACTIONS(6696), - [anon_sym_SEMI] = ACTIONS(3085), + [anon_sym_RBRACE] = ACTIONS(3084), + [anon_sym_LPAREN] = ACTIONS(6706), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(7280), + [anon_sym_DOT] = ACTIONS(6708), + [anon_sym_SEMI] = ACTIONS(3084), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7272), - [sym_label] = ACTIONS(6700), - [anon_sym_in] = ACTIONS(3083), - [anon_sym_DOT_DOT] = ACTIONS(7274), - [anon_sym_QMARK_COLON] = ACTIONS(3085), - [anon_sym_AMP_AMP] = ACTIONS(3085), - [anon_sym_PIPE_PIPE] = ACTIONS(3085), - [anon_sym_else] = ACTIONS(3083), - [anon_sym_COLON_COLON] = ACTIONS(6712), - [anon_sym_BANG_EQ] = ACTIONS(3083), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3085), - [anon_sym_EQ_EQ] = ACTIONS(3083), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3085), - [anon_sym_LT_EQ] = ACTIONS(3085), - [anon_sym_GT_EQ] = ACTIONS(3085), - [anon_sym_BANGin] = ACTIONS(3085), - [anon_sym_is] = ACTIONS(3083), - [anon_sym_BANGis] = ACTIONS(3085), - [anon_sym_PLUS] = ACTIONS(7276), - [anon_sym_DASH] = ACTIONS(7276), - [anon_sym_SLASH] = ACTIONS(7278), - [anon_sym_PERCENT] = ACTIONS(7272), - [anon_sym_as_QMARK] = ACTIONS(6728), - [anon_sym_PLUS_PLUS] = ACTIONS(6730), - [anon_sym_DASH_DASH] = ACTIONS(6730), - [anon_sym_BANG_BANG] = ACTIONS(6730), + [anon_sym_STAR] = ACTIONS(7282), + [sym_label] = ACTIONS(6712), + [anon_sym_in] = ACTIONS(7284), + [anon_sym_DOT_DOT] = ACTIONS(7286), + [anon_sym_QMARK_COLON] = ACTIONS(7288), + [anon_sym_AMP_AMP] = ACTIONS(7290), + [anon_sym_PIPE_PIPE] = ACTIONS(7292), + [anon_sym_else] = ACTIONS(3082), + [anon_sym_COLON_COLON] = ACTIONS(6718), + [anon_sym_BANG_EQ] = ACTIONS(7294), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7296), + [anon_sym_EQ_EQ] = ACTIONS(7294), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7296), + [anon_sym_LT_EQ] = ACTIONS(7298), + [anon_sym_GT_EQ] = ACTIONS(7298), + [anon_sym_BANGin] = ACTIONS(7300), + [anon_sym_is] = ACTIONS(6744), + [anon_sym_BANGis] = ACTIONS(6746), + [anon_sym_PLUS] = ACTIONS(7302), + [anon_sym_DASH] = ACTIONS(7302), + [anon_sym_SLASH] = ACTIONS(7304), + [anon_sym_PERCENT] = ACTIONS(7282), + [anon_sym_as_QMARK] = ACTIONS(6722), + [anon_sym_PLUS_PLUS] = ACTIONS(6724), + [anon_sym_DASH_DASH] = ACTIONS(6724), + [anon_sym_BANG_BANG] = ACTIONS(6724), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3085), - [sym_safe_nav] = ACTIONS(6712), - [sym_multiline_comment] = ACTIONS(3), - }, - [4182] = { - [sym_indexing_suffix] = STATE(4909), - [sym_navigation_suffix] = STATE(4889), - [sym_call_suffix] = STATE(4891), - [sym_annotated_lambda] = STATE(4893), - [sym_type_arguments] = STATE(7557), - [sym_value_arguments] = STATE(4442), - [sym_lambda_literal] = STATE(4899), - [sym__equality_operator] = STATE(1749), - [sym__comparison_operator] = STATE(1750), - [sym__in_operator] = STATE(1755), - [sym__is_operator] = STATE(6028), - [sym__additive_operator] = STATE(1762), - [sym__multiplicative_operator] = STATE(1763), - [sym__as_operator] = STATE(6024), - [sym__postfix_unary_operator] = STATE(4912), - [sym__member_access_operator] = STATE(7341), - [sym_annotation] = STATE(7855), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1813), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7855), - [sym__alpha_identifier] = ACTIONS(2984), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6688), - [anon_sym_as] = ACTIONS(6690), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(2986), - [anon_sym_LPAREN] = ACTIONS(6692), - [anon_sym_LT] = ACTIONS(2988), - [anon_sym_GT] = ACTIONS(2984), - [anon_sym_DOT] = ACTIONS(6696), - [anon_sym_SEMI] = ACTIONS(2986), - [anon_sym_get] = ACTIONS(2984), - [anon_sym_set] = ACTIONS(2984), - [anon_sym_STAR] = ACTIONS(7272), - [sym_label] = ACTIONS(6700), - [anon_sym_in] = ACTIONS(2984), - [anon_sym_DOT_DOT] = ACTIONS(2986), - [anon_sym_QMARK_COLON] = ACTIONS(2986), - [anon_sym_AMP_AMP] = ACTIONS(2986), - [anon_sym_PIPE_PIPE] = ACTIONS(2986), - [anon_sym_else] = ACTIONS(2984), - [anon_sym_COLON_COLON] = ACTIONS(6712), - [anon_sym_BANG_EQ] = ACTIONS(2984), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2986), - [anon_sym_EQ_EQ] = ACTIONS(2984), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2986), - [anon_sym_LT_EQ] = ACTIONS(2986), - [anon_sym_GT_EQ] = ACTIONS(2986), - [anon_sym_BANGin] = ACTIONS(2986), - [anon_sym_is] = ACTIONS(2984), - [anon_sym_BANGis] = ACTIONS(2986), - [anon_sym_PLUS] = ACTIONS(7276), - [anon_sym_DASH] = ACTIONS(7276), - [anon_sym_SLASH] = ACTIONS(7278), - [anon_sym_PERCENT] = ACTIONS(7272), - [anon_sym_as_QMARK] = ACTIONS(6728), - [anon_sym_PLUS_PLUS] = ACTIONS(6730), - [anon_sym_DASH_DASH] = ACTIONS(6730), - [anon_sym_BANG_BANG] = ACTIONS(6730), - [anon_sym_data] = ACTIONS(2984), - [anon_sym_inner] = ACTIONS(2984), - [anon_sym_expect] = ACTIONS(2984), - [anon_sym_actual] = ACTIONS(2984), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(2986), - [sym__automatic_semicolon] = ACTIONS(2986), - [sym_safe_nav] = ACTIONS(6712), + [sym__automatic_semicolon] = ACTIONS(3084), + [sym_safe_nav] = ACTIONS(6718), [sym_multiline_comment] = ACTIONS(3), }, - [4183] = { - [sym_indexing_suffix] = STATE(4909), - [sym_navigation_suffix] = STATE(4889), - [sym_call_suffix] = STATE(4891), - [sym_annotated_lambda] = STATE(4893), - [sym_type_arguments] = STATE(7557), - [sym_value_arguments] = STATE(4442), - [sym_lambda_literal] = STATE(4899), - [sym__equality_operator] = STATE(1749), - [sym__comparison_operator] = STATE(1750), - [sym__in_operator] = STATE(1755), - [sym__is_operator] = STATE(6028), - [sym__additive_operator] = STATE(1762), - [sym__multiplicative_operator] = STATE(1763), - [sym__as_operator] = STATE(6024), - [sym__postfix_unary_operator] = STATE(4912), - [sym__member_access_operator] = STATE(7341), - [sym_annotation] = STATE(7855), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1813), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7855), - [sym__alpha_identifier] = ACTIONS(3065), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6688), - [anon_sym_as] = ACTIONS(6690), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3067), - [anon_sym_LPAREN] = ACTIONS(6692), - [anon_sym_LT] = ACTIONS(3069), - [anon_sym_GT] = ACTIONS(3065), - [anon_sym_DOT] = ACTIONS(6696), - [anon_sym_SEMI] = ACTIONS(3067), - [anon_sym_get] = ACTIONS(3065), - [anon_sym_set] = ACTIONS(3065), - [anon_sym_STAR] = ACTIONS(3067), - [sym_label] = ACTIONS(6700), - [anon_sym_in] = ACTIONS(3065), - [anon_sym_DOT_DOT] = ACTIONS(3067), - [anon_sym_QMARK_COLON] = ACTIONS(3067), - [anon_sym_AMP_AMP] = ACTIONS(3067), - [anon_sym_PIPE_PIPE] = ACTIONS(3067), - [anon_sym_else] = ACTIONS(3065), - [anon_sym_COLON_COLON] = ACTIONS(6712), - [anon_sym_BANG_EQ] = ACTIONS(3065), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3067), - [anon_sym_EQ_EQ] = ACTIONS(3065), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3067), - [anon_sym_LT_EQ] = ACTIONS(3067), - [anon_sym_GT_EQ] = ACTIONS(3067), - [anon_sym_BANGin] = ACTIONS(3067), - [anon_sym_is] = ACTIONS(3065), - [anon_sym_BANGis] = ACTIONS(3067), - [anon_sym_PLUS] = ACTIONS(3065), - [anon_sym_DASH] = ACTIONS(3065), - [anon_sym_SLASH] = ACTIONS(3065), - [anon_sym_PERCENT] = ACTIONS(3067), - [anon_sym_as_QMARK] = ACTIONS(6728), - [anon_sym_PLUS_PLUS] = ACTIONS(6730), - [anon_sym_DASH_DASH] = ACTIONS(6730), - [anon_sym_BANG_BANG] = ACTIONS(6730), - [anon_sym_data] = ACTIONS(3065), - [anon_sym_inner] = ACTIONS(3065), - [anon_sym_expect] = ACTIONS(3065), - [anon_sym_actual] = ACTIONS(3065), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3067), - [sym__automatic_semicolon] = ACTIONS(3067), - [sym_safe_nav] = ACTIONS(6712), + [4190] = { + [sym__alpha_identifier] = ACTIONS(4293), + [anon_sym_AT] = ACTIONS(4291), + [anon_sym_LBRACK] = ACTIONS(4291), + [anon_sym_as] = ACTIONS(4293), + [anon_sym_LBRACE] = ACTIONS(4291), + [anon_sym_RBRACE] = ACTIONS(4291), + [anon_sym_LPAREN] = ACTIONS(7306), + [anon_sym_RPAREN] = ACTIONS(4291), + [anon_sym_LT] = ACTIONS(4293), + [anon_sym_GT] = ACTIONS(4293), + [anon_sym_DOT] = ACTIONS(4293), + [anon_sym_SEMI] = ACTIONS(4291), + [anon_sym_get] = ACTIONS(4293), + [anon_sym_set] = ACTIONS(4293), + [anon_sym_STAR] = ACTIONS(4291), + [sym_label] = ACTIONS(4291), + [anon_sym_in] = ACTIONS(4293), + [anon_sym_while] = ACTIONS(4293), + [anon_sym_DOT_DOT] = ACTIONS(4291), + [anon_sym_QMARK_COLON] = ACTIONS(4291), + [anon_sym_AMP_AMP] = ACTIONS(4291), + [anon_sym_PIPE_PIPE] = ACTIONS(4291), + [anon_sym_else] = ACTIONS(4293), + [anon_sym_COLON_COLON] = ACTIONS(4291), + [anon_sym_BANG_EQ] = ACTIONS(4293), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4291), + [anon_sym_EQ_EQ] = ACTIONS(4293), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4291), + [anon_sym_LT_EQ] = ACTIONS(4291), + [anon_sym_GT_EQ] = ACTIONS(4291), + [anon_sym_BANGin] = ACTIONS(4291), + [anon_sym_is] = ACTIONS(4293), + [anon_sym_BANGis] = ACTIONS(4291), + [anon_sym_PLUS] = ACTIONS(4293), + [anon_sym_DASH] = ACTIONS(4293), + [anon_sym_SLASH] = ACTIONS(4293), + [anon_sym_PERCENT] = ACTIONS(4291), + [anon_sym_as_QMARK] = ACTIONS(4291), + [anon_sym_PLUS_PLUS] = ACTIONS(4291), + [anon_sym_DASH_DASH] = ACTIONS(4291), + [anon_sym_BANG_BANG] = ACTIONS(4291), + [anon_sym_suspend] = ACTIONS(4293), + [anon_sym_sealed] = ACTIONS(4293), + [anon_sym_annotation] = ACTIONS(4293), + [anon_sym_data] = ACTIONS(4293), + [anon_sym_inner] = ACTIONS(4293), + [anon_sym_override] = ACTIONS(4293), + [anon_sym_lateinit] = ACTIONS(4293), + [anon_sym_public] = ACTIONS(4293), + [anon_sym_private] = ACTIONS(4293), + [anon_sym_internal] = ACTIONS(4293), + [anon_sym_protected] = ACTIONS(4293), + [anon_sym_tailrec] = ACTIONS(4293), + [anon_sym_operator] = ACTIONS(4293), + [anon_sym_infix] = ACTIONS(4293), + [anon_sym_inline] = ACTIONS(4293), + [anon_sym_external] = ACTIONS(4293), + [sym_property_modifier] = ACTIONS(4293), + [anon_sym_abstract] = ACTIONS(4293), + [anon_sym_final] = ACTIONS(4293), + [anon_sym_open] = ACTIONS(4293), + [anon_sym_vararg] = ACTIONS(4293), + [anon_sym_noinline] = ACTIONS(4293), + [anon_sym_crossinline] = ACTIONS(4293), + [anon_sym_expect] = ACTIONS(4293), + [anon_sym_actual] = ACTIONS(4293), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4291), + [sym_safe_nav] = ACTIONS(4291), [sym_multiline_comment] = ACTIONS(3), }, - [4184] = { - [sym_indexing_suffix] = STATE(4909), - [sym_navigation_suffix] = STATE(4889), - [sym_call_suffix] = STATE(4891), - [sym_annotated_lambda] = STATE(4893), - [sym_type_arguments] = STATE(7557), - [sym_value_arguments] = STATE(4442), - [sym_lambda_literal] = STATE(4899), - [sym__equality_operator] = STATE(1749), - [sym__comparison_operator] = STATE(1750), - [sym__in_operator] = STATE(1755), - [sym__is_operator] = STATE(6028), - [sym__additive_operator] = STATE(1762), - [sym__multiplicative_operator] = STATE(1763), - [sym__as_operator] = STATE(6024), - [sym__postfix_unary_operator] = STATE(4912), - [sym__member_access_operator] = STATE(7341), - [sym_annotation] = STATE(7855), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1813), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7855), - [sym__alpha_identifier] = ACTIONS(3034), + [4191] = { + [sym_indexing_suffix] = STATE(4986), + [sym_navigation_suffix] = STATE(5006), + [sym_call_suffix] = STATE(5077), + [sym_annotated_lambda] = STATE(4993), + [sym_type_arguments] = STATE(7551), + [sym_value_arguments] = STATE(4451), + [sym_lambda_literal] = STATE(4995), + [sym__equality_operator] = STATE(1860), + [sym__comparison_operator] = STATE(1852), + [sym__in_operator] = STATE(1848), + [sym__is_operator] = STATE(5776), + [sym__additive_operator] = STATE(1847), + [sym__multiplicative_operator] = STATE(1846), + [sym__as_operator] = STATE(5777), + [sym__postfix_unary_operator] = STATE(5000), + [sym__member_access_operator] = STATE(7402), + [sym_annotation] = STATE(7890), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1843), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7890), + [sym__alpha_identifier] = ACTIONS(3022), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6688), - [anon_sym_as] = ACTIONS(6690), + [anon_sym_LBRACK] = ACTIONS(6702), + [anon_sym_as] = ACTIONS(6704), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3036), - [anon_sym_LPAREN] = ACTIONS(6692), - [anon_sym_LT] = ACTIONS(3038), - [anon_sym_GT] = ACTIONS(3034), - [anon_sym_DOT] = ACTIONS(6696), - [anon_sym_SEMI] = ACTIONS(3036), - [anon_sym_get] = ACTIONS(3034), - [anon_sym_set] = ACTIONS(3034), - [anon_sym_STAR] = ACTIONS(7272), - [sym_label] = ACTIONS(6700), - [anon_sym_in] = ACTIONS(3034), - [anon_sym_DOT_DOT] = ACTIONS(3036), - [anon_sym_QMARK_COLON] = ACTIONS(3036), - [anon_sym_AMP_AMP] = ACTIONS(3036), - [anon_sym_PIPE_PIPE] = ACTIONS(3036), - [anon_sym_else] = ACTIONS(3034), - [anon_sym_COLON_COLON] = ACTIONS(6712), - [anon_sym_BANG_EQ] = ACTIONS(3034), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3036), - [anon_sym_EQ_EQ] = ACTIONS(3034), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3036), - [anon_sym_LT_EQ] = ACTIONS(3036), - [anon_sym_GT_EQ] = ACTIONS(3036), - [anon_sym_BANGin] = ACTIONS(3036), - [anon_sym_is] = ACTIONS(3034), - [anon_sym_BANGis] = ACTIONS(3036), - [anon_sym_PLUS] = ACTIONS(3034), - [anon_sym_DASH] = ACTIONS(3034), - [anon_sym_SLASH] = ACTIONS(7278), - [anon_sym_PERCENT] = ACTIONS(7272), - [anon_sym_as_QMARK] = ACTIONS(6728), - [anon_sym_PLUS_PLUS] = ACTIONS(6730), - [anon_sym_DASH_DASH] = ACTIONS(6730), - [anon_sym_BANG_BANG] = ACTIONS(6730), - [anon_sym_data] = ACTIONS(3034), - [anon_sym_inner] = ACTIONS(3034), - [anon_sym_expect] = ACTIONS(3034), - [anon_sym_actual] = ACTIONS(3034), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3036), - [sym__automatic_semicolon] = ACTIONS(3036), - [sym_safe_nav] = ACTIONS(6712), + [anon_sym_RBRACE] = ACTIONS(3024), + [anon_sym_LPAREN] = ACTIONS(6706), + [anon_sym_LT] = ACTIONS(3026), + [anon_sym_GT] = ACTIONS(3022), + [anon_sym_DOT] = ACTIONS(6708), + [anon_sym_SEMI] = ACTIONS(3024), + [anon_sym_get] = ACTIONS(3022), + [anon_sym_set] = ACTIONS(3022), + [anon_sym_STAR] = ACTIONS(7282), + [sym_label] = ACTIONS(6712), + [anon_sym_in] = ACTIONS(3022), + [anon_sym_DOT_DOT] = ACTIONS(3024), + [anon_sym_QMARK_COLON] = ACTIONS(3024), + [anon_sym_AMP_AMP] = ACTIONS(3024), + [anon_sym_PIPE_PIPE] = ACTIONS(3024), + [anon_sym_else] = ACTIONS(3022), + [anon_sym_COLON_COLON] = ACTIONS(6718), + [anon_sym_BANG_EQ] = ACTIONS(3022), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3024), + [anon_sym_EQ_EQ] = ACTIONS(3022), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3024), + [anon_sym_LT_EQ] = ACTIONS(3024), + [anon_sym_GT_EQ] = ACTIONS(3024), + [anon_sym_BANGin] = ACTIONS(3024), + [anon_sym_is] = ACTIONS(3022), + [anon_sym_BANGis] = ACTIONS(3024), + [anon_sym_PLUS] = ACTIONS(3022), + [anon_sym_DASH] = ACTIONS(3022), + [anon_sym_SLASH] = ACTIONS(7304), + [anon_sym_PERCENT] = ACTIONS(7282), + [anon_sym_as_QMARK] = ACTIONS(6722), + [anon_sym_PLUS_PLUS] = ACTIONS(6724), + [anon_sym_DASH_DASH] = ACTIONS(6724), + [anon_sym_BANG_BANG] = ACTIONS(6724), + [anon_sym_data] = ACTIONS(3022), + [anon_sym_inner] = ACTIONS(3022), + [anon_sym_expect] = ACTIONS(3022), + [anon_sym_actual] = ACTIONS(3022), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3024), + [sym__automatic_semicolon] = ACTIONS(3024), + [sym_safe_nav] = ACTIONS(6718), [sym_multiline_comment] = ACTIONS(3), }, - [4185] = { - [sym_indexing_suffix] = STATE(4909), - [sym_navigation_suffix] = STATE(4889), - [sym_call_suffix] = STATE(4891), - [sym_annotated_lambda] = STATE(4893), - [sym_type_arguments] = STATE(7557), - [sym_value_arguments] = STATE(4442), - [sym_lambda_literal] = STATE(4899), - [sym__equality_operator] = STATE(1749), - [sym__comparison_operator] = STATE(1750), - [sym__in_operator] = STATE(1755), - [sym__is_operator] = STATE(6028), - [sym__additive_operator] = STATE(1762), - [sym__multiplicative_operator] = STATE(1763), - [sym__as_operator] = STATE(6024), - [sym__postfix_unary_operator] = STATE(4912), - [sym__member_access_operator] = STATE(7341), - [sym_annotation] = STATE(7855), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1813), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7855), + [4192] = { + [sym_indexing_suffix] = STATE(4986), + [sym_navigation_suffix] = STATE(5006), + [sym_call_suffix] = STATE(5077), + [sym_annotated_lambda] = STATE(4993), + [sym_type_arguments] = STATE(7551), + [sym_value_arguments] = STATE(4451), + [sym_lambda_literal] = STATE(4995), + [sym__equality_operator] = STATE(1860), + [sym__comparison_operator] = STATE(1852), + [sym__in_operator] = STATE(1848), + [sym__is_operator] = STATE(5776), + [sym__additive_operator] = STATE(1847), + [sym__multiplicative_operator] = STATE(1846), + [sym__as_operator] = STATE(5777), + [sym__postfix_unary_operator] = STATE(5000), + [sym__member_access_operator] = STATE(7402), + [sym_annotation] = STATE(7890), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1843), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7890), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6688), - [anon_sym_as] = ACTIONS(6690), + [anon_sym_LBRACK] = ACTIONS(6702), + [anon_sym_as] = ACTIONS(6704), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3029), - [anon_sym_LPAREN] = ACTIONS(6692), - [anon_sym_LT] = ACTIONS(3031), - [anon_sym_GT] = ACTIONS(3027), - [anon_sym_DOT] = ACTIONS(6696), - [anon_sym_SEMI] = ACTIONS(3029), + [anon_sym_RBRACE] = ACTIONS(3038), + [anon_sym_LPAREN] = ACTIONS(6706), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(3036), + [anon_sym_DOT] = ACTIONS(6708), + [anon_sym_SEMI] = ACTIONS(3038), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7272), - [sym_label] = ACTIONS(6700), - [anon_sym_in] = ACTIONS(3027), - [anon_sym_DOT_DOT] = ACTIONS(7274), - [anon_sym_QMARK_COLON] = ACTIONS(7280), - [anon_sym_AMP_AMP] = ACTIONS(3029), - [anon_sym_PIPE_PIPE] = ACTIONS(3029), - [anon_sym_else] = ACTIONS(3027), - [anon_sym_COLON_COLON] = ACTIONS(6712), - [anon_sym_BANG_EQ] = ACTIONS(3027), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3029), - [anon_sym_EQ_EQ] = ACTIONS(3027), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3029), - [anon_sym_LT_EQ] = ACTIONS(3029), - [anon_sym_GT_EQ] = ACTIONS(3029), - [anon_sym_BANGin] = ACTIONS(3029), - [anon_sym_is] = ACTIONS(3027), - [anon_sym_BANGis] = ACTIONS(3029), - [anon_sym_PLUS] = ACTIONS(7276), - [anon_sym_DASH] = ACTIONS(7276), - [anon_sym_SLASH] = ACTIONS(7278), - [anon_sym_PERCENT] = ACTIONS(7272), - [anon_sym_as_QMARK] = ACTIONS(6728), - [anon_sym_PLUS_PLUS] = ACTIONS(6730), - [anon_sym_DASH_DASH] = ACTIONS(6730), - [anon_sym_BANG_BANG] = ACTIONS(6730), + [anon_sym_STAR] = ACTIONS(7282), + [sym_label] = ACTIONS(6712), + [anon_sym_in] = ACTIONS(7284), + [anon_sym_DOT_DOT] = ACTIONS(7286), + [anon_sym_QMARK_COLON] = ACTIONS(7288), + [anon_sym_AMP_AMP] = ACTIONS(3038), + [anon_sym_PIPE_PIPE] = ACTIONS(3038), + [anon_sym_else] = ACTIONS(3036), + [anon_sym_COLON_COLON] = ACTIONS(6718), + [anon_sym_BANG_EQ] = ACTIONS(3036), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3038), + [anon_sym_EQ_EQ] = ACTIONS(3036), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3038), + [anon_sym_LT_EQ] = ACTIONS(3038), + [anon_sym_GT_EQ] = ACTIONS(3038), + [anon_sym_BANGin] = ACTIONS(7300), + [anon_sym_is] = ACTIONS(6744), + [anon_sym_BANGis] = ACTIONS(6746), + [anon_sym_PLUS] = ACTIONS(7302), + [anon_sym_DASH] = ACTIONS(7302), + [anon_sym_SLASH] = ACTIONS(7304), + [anon_sym_PERCENT] = ACTIONS(7282), + [anon_sym_as_QMARK] = ACTIONS(6722), + [anon_sym_PLUS_PLUS] = ACTIONS(6724), + [anon_sym_DASH_DASH] = ACTIONS(6724), + [anon_sym_BANG_BANG] = ACTIONS(6724), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3029), - [sym_safe_nav] = ACTIONS(6712), - [sym_multiline_comment] = ACTIONS(3), - }, - [4186] = { - [sym__alpha_identifier] = ACTIONS(4257), - [anon_sym_AT] = ACTIONS(4255), - [anon_sym_LBRACK] = ACTIONS(4255), - [anon_sym_as] = ACTIONS(4257), - [anon_sym_LBRACE] = ACTIONS(4255), - [anon_sym_RBRACE] = ACTIONS(4255), - [anon_sym_LPAREN] = ACTIONS(7282), - [anon_sym_RPAREN] = ACTIONS(4255), - [anon_sym_LT] = ACTIONS(4257), - [anon_sym_GT] = ACTIONS(4257), - [anon_sym_DOT] = ACTIONS(4257), - [anon_sym_SEMI] = ACTIONS(4255), - [anon_sym_get] = ACTIONS(4257), - [anon_sym_set] = ACTIONS(4257), - [anon_sym_STAR] = ACTIONS(4255), - [sym_label] = ACTIONS(4255), - [anon_sym_in] = ACTIONS(4257), - [anon_sym_while] = ACTIONS(4257), - [anon_sym_DOT_DOT] = ACTIONS(4255), - [anon_sym_QMARK_COLON] = ACTIONS(4255), - [anon_sym_AMP_AMP] = ACTIONS(4255), - [anon_sym_PIPE_PIPE] = ACTIONS(4255), - [anon_sym_else] = ACTIONS(4257), - [anon_sym_COLON_COLON] = ACTIONS(4255), - [anon_sym_BANG_EQ] = ACTIONS(4257), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4255), - [anon_sym_EQ_EQ] = ACTIONS(4257), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4255), - [anon_sym_LT_EQ] = ACTIONS(4255), - [anon_sym_GT_EQ] = ACTIONS(4255), - [anon_sym_BANGin] = ACTIONS(4255), - [anon_sym_is] = ACTIONS(4257), - [anon_sym_BANGis] = ACTIONS(4255), - [anon_sym_PLUS] = ACTIONS(4257), - [anon_sym_DASH] = ACTIONS(4257), - [anon_sym_SLASH] = ACTIONS(4257), - [anon_sym_PERCENT] = ACTIONS(4255), - [anon_sym_as_QMARK] = ACTIONS(4255), - [anon_sym_PLUS_PLUS] = ACTIONS(4255), - [anon_sym_DASH_DASH] = ACTIONS(4255), - [anon_sym_BANG_BANG] = ACTIONS(4255), - [anon_sym_suspend] = ACTIONS(4257), - [anon_sym_sealed] = ACTIONS(4257), - [anon_sym_annotation] = ACTIONS(4257), - [anon_sym_data] = ACTIONS(4257), - [anon_sym_inner] = ACTIONS(4257), - [anon_sym_override] = ACTIONS(4257), - [anon_sym_lateinit] = ACTIONS(4257), - [anon_sym_public] = ACTIONS(4257), - [anon_sym_private] = ACTIONS(4257), - [anon_sym_internal] = ACTIONS(4257), - [anon_sym_protected] = ACTIONS(4257), - [anon_sym_tailrec] = ACTIONS(4257), - [anon_sym_operator] = ACTIONS(4257), - [anon_sym_infix] = ACTIONS(4257), - [anon_sym_inline] = ACTIONS(4257), - [anon_sym_external] = ACTIONS(4257), - [sym_property_modifier] = ACTIONS(4257), - [anon_sym_abstract] = ACTIONS(4257), - [anon_sym_final] = ACTIONS(4257), - [anon_sym_open] = ACTIONS(4257), - [anon_sym_vararg] = ACTIONS(4257), - [anon_sym_noinline] = ACTIONS(4257), - [anon_sym_crossinline] = ACTIONS(4257), - [anon_sym_expect] = ACTIONS(4257), - [anon_sym_actual] = ACTIONS(4257), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4255), - [sym_safe_nav] = ACTIONS(4255), + [sym__automatic_semicolon] = ACTIONS(3038), + [sym_safe_nav] = ACTIONS(6718), [sym_multiline_comment] = ACTIONS(3), }, - [4187] = { - [sym_indexing_suffix] = STATE(4909), - [sym_navigation_suffix] = STATE(4889), - [sym_call_suffix] = STATE(4891), - [sym_annotated_lambda] = STATE(4893), - [sym_type_arguments] = STATE(7557), - [sym_value_arguments] = STATE(4442), - [sym_lambda_literal] = STATE(4899), - [sym__equality_operator] = STATE(1749), - [sym__comparison_operator] = STATE(1750), - [sym__in_operator] = STATE(1755), - [sym__is_operator] = STATE(6028), - [sym__additive_operator] = STATE(1762), - [sym__multiplicative_operator] = STATE(1763), - [sym__as_operator] = STATE(6024), - [sym__postfix_unary_operator] = STATE(4912), - [sym__member_access_operator] = STATE(7341), - [sym_annotation] = STATE(7855), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1813), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7855), + [4193] = { + [sym_indexing_suffix] = STATE(4986), + [sym_navigation_suffix] = STATE(5006), + [sym_call_suffix] = STATE(5077), + [sym_annotated_lambda] = STATE(4993), + [sym_type_arguments] = STATE(7551), + [sym_value_arguments] = STATE(4451), + [sym_lambda_literal] = STATE(4995), + [sym__equality_operator] = STATE(1860), + [sym__comparison_operator] = STATE(1852), + [sym__in_operator] = STATE(1848), + [sym__is_operator] = STATE(5776), + [sym__additive_operator] = STATE(1847), + [sym__multiplicative_operator] = STATE(1846), + [sym__as_operator] = STATE(5777), + [sym__postfix_unary_operator] = STATE(5000), + [sym__member_access_operator] = STATE(7402), + [sym_annotation] = STATE(7890), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1843), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7890), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6688), - [anon_sym_as] = ACTIONS(6690), + [anon_sym_LBRACK] = ACTIONS(6702), + [anon_sym_as] = ACTIONS(6704), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3025), - [anon_sym_LPAREN] = ACTIONS(6692), + [anon_sym_RBRACE] = ACTIONS(3042), + [anon_sym_LPAREN] = ACTIONS(6706), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(3023), - [anon_sym_DOT] = ACTIONS(6696), - [anon_sym_SEMI] = ACTIONS(3025), + [anon_sym_GT] = ACTIONS(7280), + [anon_sym_DOT] = ACTIONS(6708), + [anon_sym_SEMI] = ACTIONS(3042), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7272), - [sym_label] = ACTIONS(6700), + [anon_sym_STAR] = ACTIONS(7282), + [sym_label] = ACTIONS(6712), [anon_sym_in] = ACTIONS(7284), - [anon_sym_DOT_DOT] = ACTIONS(7274), - [anon_sym_QMARK_COLON] = ACTIONS(7280), - [anon_sym_AMP_AMP] = ACTIONS(3025), - [anon_sym_PIPE_PIPE] = ACTIONS(3025), - [anon_sym_else] = ACTIONS(3023), - [anon_sym_COLON_COLON] = ACTIONS(6712), - [anon_sym_BANG_EQ] = ACTIONS(3023), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3025), - [anon_sym_EQ_EQ] = ACTIONS(3023), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3025), - [anon_sym_LT_EQ] = ACTIONS(3025), - [anon_sym_GT_EQ] = ACTIONS(3025), - [anon_sym_BANGin] = ACTIONS(7286), - [anon_sym_is] = ACTIONS(6722), - [anon_sym_BANGis] = ACTIONS(6724), - [anon_sym_PLUS] = ACTIONS(7276), - [anon_sym_DASH] = ACTIONS(7276), - [anon_sym_SLASH] = ACTIONS(7278), - [anon_sym_PERCENT] = ACTIONS(7272), - [anon_sym_as_QMARK] = ACTIONS(6728), - [anon_sym_PLUS_PLUS] = ACTIONS(6730), - [anon_sym_DASH_DASH] = ACTIONS(6730), - [anon_sym_BANG_BANG] = ACTIONS(6730), + [anon_sym_DOT_DOT] = ACTIONS(7286), + [anon_sym_QMARK_COLON] = ACTIONS(7288), + [anon_sym_AMP_AMP] = ACTIONS(3042), + [anon_sym_PIPE_PIPE] = ACTIONS(3042), + [anon_sym_else] = ACTIONS(3040), + [anon_sym_COLON_COLON] = ACTIONS(6718), + [anon_sym_BANG_EQ] = ACTIONS(3040), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3042), + [anon_sym_EQ_EQ] = ACTIONS(3040), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3042), + [anon_sym_LT_EQ] = ACTIONS(7298), + [anon_sym_GT_EQ] = ACTIONS(7298), + [anon_sym_BANGin] = ACTIONS(7300), + [anon_sym_is] = ACTIONS(6744), + [anon_sym_BANGis] = ACTIONS(6746), + [anon_sym_PLUS] = ACTIONS(7302), + [anon_sym_DASH] = ACTIONS(7302), + [anon_sym_SLASH] = ACTIONS(7304), + [anon_sym_PERCENT] = ACTIONS(7282), + [anon_sym_as_QMARK] = ACTIONS(6722), + [anon_sym_PLUS_PLUS] = ACTIONS(6724), + [anon_sym_DASH_DASH] = ACTIONS(6724), + [anon_sym_BANG_BANG] = ACTIONS(6724), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3025), - [sym_safe_nav] = ACTIONS(6712), + [sym__automatic_semicolon] = ACTIONS(3042), + [sym_safe_nav] = ACTIONS(6718), [sym_multiline_comment] = ACTIONS(3), }, - [4188] = { - [sym_indexing_suffix] = STATE(4909), - [sym_navigation_suffix] = STATE(4889), - [sym_call_suffix] = STATE(4891), - [sym_annotated_lambda] = STATE(4893), - [sym_type_arguments] = STATE(7557), - [sym_value_arguments] = STATE(4442), - [sym_lambda_literal] = STATE(4899), - [sym__equality_operator] = STATE(1749), - [sym__comparison_operator] = STATE(1750), - [sym__in_operator] = STATE(1755), - [sym__is_operator] = STATE(6028), - [sym__additive_operator] = STATE(1762), - [sym__multiplicative_operator] = STATE(1763), - [sym__as_operator] = STATE(6024), - [sym__postfix_unary_operator] = STATE(4912), - [sym__member_access_operator] = STATE(7341), - [sym_annotation] = STATE(7855), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1813), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7855), + [4194] = { + [sym_indexing_suffix] = STATE(4986), + [sym_navigation_suffix] = STATE(5006), + [sym_call_suffix] = STATE(5077), + [sym_annotated_lambda] = STATE(4993), + [sym_type_arguments] = STATE(7551), + [sym_value_arguments] = STATE(4451), + [sym_lambda_literal] = STATE(4995), + [sym__equality_operator] = STATE(1860), + [sym__comparison_operator] = STATE(1852), + [sym__in_operator] = STATE(1848), + [sym__is_operator] = STATE(5776), + [sym__additive_operator] = STATE(1847), + [sym__multiplicative_operator] = STATE(1846), + [sym__as_operator] = STATE(5777), + [sym__postfix_unary_operator] = STATE(5000), + [sym__member_access_operator] = STATE(7402), + [sym_annotation] = STATE(7890), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1843), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7890), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6688), - [anon_sym_as] = ACTIONS(6690), + [anon_sym_LBRACK] = ACTIONS(6702), + [anon_sym_as] = ACTIONS(6704), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(2997), - [anon_sym_LPAREN] = ACTIONS(6692), + [anon_sym_RBRACE] = ACTIONS(3005), + [anon_sym_LPAREN] = ACTIONS(6706), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7288), - [anon_sym_DOT] = ACTIONS(6696), - [anon_sym_SEMI] = ACTIONS(2997), + [anon_sym_GT] = ACTIONS(7280), + [anon_sym_DOT] = ACTIONS(6708), + [anon_sym_SEMI] = ACTIONS(3005), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7272), - [sym_label] = ACTIONS(6700), + [anon_sym_STAR] = ACTIONS(7282), + [sym_label] = ACTIONS(6712), [anon_sym_in] = ACTIONS(7284), - [anon_sym_DOT_DOT] = ACTIONS(7274), - [anon_sym_QMARK_COLON] = ACTIONS(7280), - [anon_sym_AMP_AMP] = ACTIONS(2997), - [anon_sym_PIPE_PIPE] = ACTIONS(2997), - [anon_sym_else] = ACTIONS(2995), - [anon_sym_COLON_COLON] = ACTIONS(6712), - [anon_sym_BANG_EQ] = ACTIONS(2995), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2997), - [anon_sym_EQ_EQ] = ACTIONS(2995), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2997), - [anon_sym_LT_EQ] = ACTIONS(7290), - [anon_sym_GT_EQ] = ACTIONS(7290), - [anon_sym_BANGin] = ACTIONS(7286), - [anon_sym_is] = ACTIONS(6722), - [anon_sym_BANGis] = ACTIONS(6724), - [anon_sym_PLUS] = ACTIONS(7276), - [anon_sym_DASH] = ACTIONS(7276), - [anon_sym_SLASH] = ACTIONS(7278), - [anon_sym_PERCENT] = ACTIONS(7272), - [anon_sym_as_QMARK] = ACTIONS(6728), - [anon_sym_PLUS_PLUS] = ACTIONS(6730), - [anon_sym_DASH_DASH] = ACTIONS(6730), - [anon_sym_BANG_BANG] = ACTIONS(6730), + [anon_sym_DOT_DOT] = ACTIONS(7286), + [anon_sym_QMARK_COLON] = ACTIONS(7288), + [anon_sym_AMP_AMP] = ACTIONS(7290), + [anon_sym_PIPE_PIPE] = ACTIONS(7292), + [anon_sym_else] = ACTIONS(3003), + [anon_sym_COLON_COLON] = ACTIONS(6718), + [anon_sym_BANG_EQ] = ACTIONS(7294), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7296), + [anon_sym_EQ_EQ] = ACTIONS(7294), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7296), + [anon_sym_LT_EQ] = ACTIONS(7298), + [anon_sym_GT_EQ] = ACTIONS(7298), + [anon_sym_BANGin] = ACTIONS(7300), + [anon_sym_is] = ACTIONS(6744), + [anon_sym_BANGis] = ACTIONS(6746), + [anon_sym_PLUS] = ACTIONS(7302), + [anon_sym_DASH] = ACTIONS(7302), + [anon_sym_SLASH] = ACTIONS(7304), + [anon_sym_PERCENT] = ACTIONS(7282), + [anon_sym_as_QMARK] = ACTIONS(6722), + [anon_sym_PLUS_PLUS] = ACTIONS(6724), + [anon_sym_DASH_DASH] = ACTIONS(6724), + [anon_sym_BANG_BANG] = ACTIONS(6724), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(2997), - [sym_safe_nav] = ACTIONS(6712), + [sym__automatic_semicolon] = ACTIONS(3005), + [sym_safe_nav] = ACTIONS(6718), [sym_multiline_comment] = ACTIONS(3), }, - [4189] = { - [sym_indexing_suffix] = STATE(4909), - [sym_navigation_suffix] = STATE(4889), - [sym_call_suffix] = STATE(4891), - [sym_annotated_lambda] = STATE(4893), - [sym_type_arguments] = STATE(7557), - [sym_value_arguments] = STATE(4442), - [sym_lambda_literal] = STATE(4899), - [sym__equality_operator] = STATE(1749), - [sym__comparison_operator] = STATE(1750), - [sym__in_operator] = STATE(1755), - [sym__is_operator] = STATE(6028), - [sym__additive_operator] = STATE(1762), - [sym__multiplicative_operator] = STATE(1763), - [sym__as_operator] = STATE(6024), - [sym__postfix_unary_operator] = STATE(4912), - [sym__member_access_operator] = STATE(7341), - [sym_annotation] = STATE(7855), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1813), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7855), - [sym__alpha_identifier] = ACTIONS(3076), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6688), - [anon_sym_as] = ACTIONS(6690), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3078), - [anon_sym_LPAREN] = ACTIONS(6692), - [anon_sym_LT] = ACTIONS(3080), - [anon_sym_GT] = ACTIONS(3076), - [anon_sym_DOT] = ACTIONS(6696), - [anon_sym_SEMI] = ACTIONS(3078), - [anon_sym_get] = ACTIONS(3076), - [anon_sym_set] = ACTIONS(3076), - [anon_sym_STAR] = ACTIONS(7272), - [sym_label] = ACTIONS(6700), - [anon_sym_in] = ACTIONS(3076), - [anon_sym_DOT_DOT] = ACTIONS(7274), - [anon_sym_QMARK_COLON] = ACTIONS(3078), - [anon_sym_AMP_AMP] = ACTIONS(3078), - [anon_sym_PIPE_PIPE] = ACTIONS(3078), - [anon_sym_else] = ACTIONS(3076), - [anon_sym_COLON_COLON] = ACTIONS(6712), - [anon_sym_BANG_EQ] = ACTIONS(3076), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3078), - [anon_sym_EQ_EQ] = ACTIONS(3076), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3078), - [anon_sym_LT_EQ] = ACTIONS(3078), - [anon_sym_GT_EQ] = ACTIONS(3078), - [anon_sym_BANGin] = ACTIONS(3078), - [anon_sym_is] = ACTIONS(3076), - [anon_sym_BANGis] = ACTIONS(3078), - [anon_sym_PLUS] = ACTIONS(7276), - [anon_sym_DASH] = ACTIONS(7276), - [anon_sym_SLASH] = ACTIONS(7278), - [anon_sym_PERCENT] = ACTIONS(7272), - [anon_sym_as_QMARK] = ACTIONS(6728), - [anon_sym_PLUS_PLUS] = ACTIONS(6730), - [anon_sym_DASH_DASH] = ACTIONS(6730), - [anon_sym_BANG_BANG] = ACTIONS(6730), - [anon_sym_data] = ACTIONS(3076), - [anon_sym_inner] = ACTIONS(3076), - [anon_sym_expect] = ACTIONS(3076), - [anon_sym_actual] = ACTIONS(3076), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3078), - [sym__automatic_semicolon] = ACTIONS(3078), - [sym_safe_nav] = ACTIONS(6712), + [4195] = { + [sym__alpha_identifier] = ACTIONS(4955), + [anon_sym_AT] = ACTIONS(4957), + [anon_sym_LBRACK] = ACTIONS(4957), + [anon_sym_as] = ACTIONS(4955), + [anon_sym_LBRACE] = ACTIONS(4957), + [anon_sym_RBRACE] = ACTIONS(4957), + [anon_sym_LPAREN] = ACTIONS(7308), + [anon_sym_RPAREN] = ACTIONS(4957), + [anon_sym_LT] = ACTIONS(4955), + [anon_sym_GT] = ACTIONS(4955), + [anon_sym_DOT] = ACTIONS(4955), + [anon_sym_SEMI] = ACTIONS(4957), + [anon_sym_get] = ACTIONS(4955), + [anon_sym_set] = ACTIONS(4955), + [anon_sym_STAR] = ACTIONS(4957), + [sym_label] = ACTIONS(4957), + [anon_sym_in] = ACTIONS(4955), + [anon_sym_while] = ACTIONS(4955), + [anon_sym_DOT_DOT] = ACTIONS(4957), + [anon_sym_QMARK_COLON] = ACTIONS(4957), + [anon_sym_AMP_AMP] = ACTIONS(4957), + [anon_sym_PIPE_PIPE] = ACTIONS(4957), + [anon_sym_else] = ACTIONS(4955), + [anon_sym_COLON_COLON] = ACTIONS(4957), + [anon_sym_BANG_EQ] = ACTIONS(4955), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4957), + [anon_sym_EQ_EQ] = ACTIONS(4955), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4957), + [anon_sym_LT_EQ] = ACTIONS(4957), + [anon_sym_GT_EQ] = ACTIONS(4957), + [anon_sym_BANGin] = ACTIONS(4957), + [anon_sym_is] = ACTIONS(4955), + [anon_sym_BANGis] = ACTIONS(4957), + [anon_sym_PLUS] = ACTIONS(4955), + [anon_sym_DASH] = ACTIONS(4955), + [anon_sym_SLASH] = ACTIONS(4955), + [anon_sym_PERCENT] = ACTIONS(4957), + [anon_sym_as_QMARK] = ACTIONS(4957), + [anon_sym_PLUS_PLUS] = ACTIONS(4957), + [anon_sym_DASH_DASH] = ACTIONS(4957), + [anon_sym_BANG_BANG] = ACTIONS(4957), + [anon_sym_suspend] = ACTIONS(4955), + [anon_sym_sealed] = ACTIONS(4955), + [anon_sym_annotation] = ACTIONS(4955), + [anon_sym_data] = ACTIONS(4955), + [anon_sym_inner] = ACTIONS(4955), + [anon_sym_override] = ACTIONS(4955), + [anon_sym_lateinit] = ACTIONS(4955), + [anon_sym_public] = ACTIONS(4955), + [anon_sym_private] = ACTIONS(4955), + [anon_sym_internal] = ACTIONS(4955), + [anon_sym_protected] = ACTIONS(4955), + [anon_sym_tailrec] = ACTIONS(4955), + [anon_sym_operator] = ACTIONS(4955), + [anon_sym_infix] = ACTIONS(4955), + [anon_sym_inline] = ACTIONS(4955), + [anon_sym_external] = ACTIONS(4955), + [sym_property_modifier] = ACTIONS(4955), + [anon_sym_abstract] = ACTIONS(4955), + [anon_sym_final] = ACTIONS(4955), + [anon_sym_open] = ACTIONS(4955), + [anon_sym_vararg] = ACTIONS(4955), + [anon_sym_noinline] = ACTIONS(4955), + [anon_sym_crossinline] = ACTIONS(4955), + [anon_sym_expect] = ACTIONS(4955), + [anon_sym_actual] = ACTIONS(4955), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4957), + [sym_safe_nav] = ACTIONS(4957), [sym_multiline_comment] = ACTIONS(3), }, - [4190] = { - [sym_indexing_suffix] = STATE(4909), - [sym_navigation_suffix] = STATE(4889), - [sym_call_suffix] = STATE(4891), - [sym_annotated_lambda] = STATE(4893), - [sym_type_arguments] = STATE(7557), - [sym_value_arguments] = STATE(4442), - [sym_lambda_literal] = STATE(4899), - [sym__equality_operator] = STATE(1749), - [sym__comparison_operator] = STATE(1750), - [sym__in_operator] = STATE(1755), - [sym__is_operator] = STATE(6028), - [sym__additive_operator] = STATE(1762), - [sym__multiplicative_operator] = STATE(1763), - [sym__as_operator] = STATE(6024), - [sym__postfix_unary_operator] = STATE(4912), - [sym__member_access_operator] = STATE(7341), - [sym_annotation] = STATE(7855), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1813), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7855), + [4196] = { + [sym_indexing_suffix] = STATE(4986), + [sym_navigation_suffix] = STATE(5006), + [sym_call_suffix] = STATE(5077), + [sym_annotated_lambda] = STATE(4993), + [sym_type_arguments] = STATE(7551), + [sym_value_arguments] = STATE(4451), + [sym_lambda_literal] = STATE(4995), + [sym__equality_operator] = STATE(1860), + [sym__comparison_operator] = STATE(1852), + [sym__in_operator] = STATE(1848), + [sym__is_operator] = STATE(5776), + [sym__additive_operator] = STATE(1847), + [sym__multiplicative_operator] = STATE(1846), + [sym__as_operator] = STATE(5777), + [sym__postfix_unary_operator] = STATE(5000), + [sym__member_access_operator] = STATE(7402), + [sym_annotation] = STATE(7890), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1843), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7890), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6688), - [anon_sym_as] = ACTIONS(6690), + [anon_sym_LBRACK] = ACTIONS(6702), + [anon_sym_as] = ACTIONS(6704), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3059), - [anon_sym_LPAREN] = ACTIONS(6692), + [anon_sym_RBRACE] = ACTIONS(3061), + [anon_sym_LPAREN] = ACTIONS(6706), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7288), - [anon_sym_DOT] = ACTIONS(6696), - [anon_sym_SEMI] = ACTIONS(3059), + [anon_sym_GT] = ACTIONS(7280), + [anon_sym_DOT] = ACTIONS(6708), + [anon_sym_SEMI] = ACTIONS(3061), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7272), - [sym_label] = ACTIONS(6700), + [anon_sym_STAR] = ACTIONS(7282), + [sym_label] = ACTIONS(6712), [anon_sym_in] = ACTIONS(7284), - [anon_sym_DOT_DOT] = ACTIONS(7274), - [anon_sym_QMARK_COLON] = ACTIONS(7280), - [anon_sym_AMP_AMP] = ACTIONS(7292), - [anon_sym_PIPE_PIPE] = ACTIONS(7294), - [anon_sym_else] = ACTIONS(3057), - [anon_sym_COLON_COLON] = ACTIONS(6712), - [anon_sym_BANG_EQ] = ACTIONS(7296), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7298), - [anon_sym_EQ_EQ] = ACTIONS(7296), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7298), - [anon_sym_LT_EQ] = ACTIONS(7290), - [anon_sym_GT_EQ] = ACTIONS(7290), - [anon_sym_BANGin] = ACTIONS(7286), - [anon_sym_is] = ACTIONS(6722), - [anon_sym_BANGis] = ACTIONS(6724), - [anon_sym_PLUS] = ACTIONS(7276), - [anon_sym_DASH] = ACTIONS(7276), - [anon_sym_SLASH] = ACTIONS(7278), - [anon_sym_PERCENT] = ACTIONS(7272), - [anon_sym_as_QMARK] = ACTIONS(6728), - [anon_sym_PLUS_PLUS] = ACTIONS(6730), - [anon_sym_DASH_DASH] = ACTIONS(6730), - [anon_sym_BANG_BANG] = ACTIONS(6730), + [anon_sym_DOT_DOT] = ACTIONS(7286), + [anon_sym_QMARK_COLON] = ACTIONS(7288), + [anon_sym_AMP_AMP] = ACTIONS(7290), + [anon_sym_PIPE_PIPE] = ACTIONS(7292), + [anon_sym_else] = ACTIONS(3059), + [anon_sym_COLON_COLON] = ACTIONS(6718), + [anon_sym_BANG_EQ] = ACTIONS(7294), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7296), + [anon_sym_EQ_EQ] = ACTIONS(7294), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7296), + [anon_sym_LT_EQ] = ACTIONS(7298), + [anon_sym_GT_EQ] = ACTIONS(7298), + [anon_sym_BANGin] = ACTIONS(7300), + [anon_sym_is] = ACTIONS(6744), + [anon_sym_BANGis] = ACTIONS(6746), + [anon_sym_PLUS] = ACTIONS(7302), + [anon_sym_DASH] = ACTIONS(7302), + [anon_sym_SLASH] = ACTIONS(7304), + [anon_sym_PERCENT] = ACTIONS(7282), + [anon_sym_as_QMARK] = ACTIONS(6722), + [anon_sym_PLUS_PLUS] = ACTIONS(6724), + [anon_sym_DASH_DASH] = ACTIONS(6724), + [anon_sym_BANG_BANG] = ACTIONS(6724), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3059), - [sym_safe_nav] = ACTIONS(6712), + [sym__automatic_semicolon] = ACTIONS(3061), + [sym_safe_nav] = ACTIONS(6718), [sym_multiline_comment] = ACTIONS(3), }, - [4191] = { - [sym_indexing_suffix] = STATE(4909), - [sym_navigation_suffix] = STATE(4889), - [sym_call_suffix] = STATE(4891), - [sym_annotated_lambda] = STATE(4893), - [sym_type_arguments] = STATE(7557), - [sym_value_arguments] = STATE(4442), - [sym_lambda_literal] = STATE(4899), - [sym__equality_operator] = STATE(1749), - [sym__comparison_operator] = STATE(1750), - [sym__in_operator] = STATE(1755), - [sym__is_operator] = STATE(6028), - [sym__additive_operator] = STATE(1762), - [sym__multiplicative_operator] = STATE(1763), - [sym__as_operator] = STATE(6024), - [sym__postfix_unary_operator] = STATE(4912), - [sym__member_access_operator] = STATE(7341), - [sym_annotation] = STATE(7855), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1813), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7855), + [4197] = { + [sym_indexing_suffix] = STATE(4986), + [sym_navigation_suffix] = STATE(5006), + [sym_call_suffix] = STATE(5077), + [sym_annotated_lambda] = STATE(4993), + [sym_type_arguments] = STATE(7551), + [sym_value_arguments] = STATE(4451), + [sym_lambda_literal] = STATE(4995), + [sym__equality_operator] = STATE(1860), + [sym__comparison_operator] = STATE(1852), + [sym__in_operator] = STATE(1848), + [sym__is_operator] = STATE(5776), + [sym__additive_operator] = STATE(1847), + [sym__multiplicative_operator] = STATE(1846), + [sym__as_operator] = STATE(5777), + [sym__postfix_unary_operator] = STATE(5000), + [sym__member_access_operator] = STATE(7402), + [sym_annotation] = STATE(7890), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1843), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7890), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6688), - [anon_sym_as] = ACTIONS(6690), + [anon_sym_LBRACK] = ACTIONS(6702), + [anon_sym_as] = ACTIONS(6704), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3001), - [anon_sym_LPAREN] = ACTIONS(6692), + [anon_sym_RBRACE] = ACTIONS(3069), + [anon_sym_LPAREN] = ACTIONS(6706), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7288), - [anon_sym_DOT] = ACTIONS(6696), - [anon_sym_SEMI] = ACTIONS(3001), + [anon_sym_GT] = ACTIONS(7280), + [anon_sym_DOT] = ACTIONS(6708), + [anon_sym_SEMI] = ACTIONS(3069), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7272), - [sym_label] = ACTIONS(6700), + [anon_sym_STAR] = ACTIONS(7282), + [sym_label] = ACTIONS(6712), [anon_sym_in] = ACTIONS(7284), - [anon_sym_DOT_DOT] = ACTIONS(7274), - [anon_sym_QMARK_COLON] = ACTIONS(7280), - [anon_sym_AMP_AMP] = ACTIONS(7292), - [anon_sym_PIPE_PIPE] = ACTIONS(7294), - [anon_sym_else] = ACTIONS(2999), - [anon_sym_COLON_COLON] = ACTIONS(6712), - [anon_sym_BANG_EQ] = ACTIONS(7296), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7298), - [anon_sym_EQ_EQ] = ACTIONS(7296), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7298), - [anon_sym_LT_EQ] = ACTIONS(7290), - [anon_sym_GT_EQ] = ACTIONS(7290), - [anon_sym_BANGin] = ACTIONS(7286), - [anon_sym_is] = ACTIONS(6722), - [anon_sym_BANGis] = ACTIONS(6724), - [anon_sym_PLUS] = ACTIONS(7276), - [anon_sym_DASH] = ACTIONS(7276), - [anon_sym_SLASH] = ACTIONS(7278), - [anon_sym_PERCENT] = ACTIONS(7272), - [anon_sym_as_QMARK] = ACTIONS(6728), - [anon_sym_PLUS_PLUS] = ACTIONS(6730), - [anon_sym_DASH_DASH] = ACTIONS(6730), - [anon_sym_BANG_BANG] = ACTIONS(6730), + [anon_sym_DOT_DOT] = ACTIONS(7286), + [anon_sym_QMARK_COLON] = ACTIONS(7288), + [anon_sym_AMP_AMP] = ACTIONS(7290), + [anon_sym_PIPE_PIPE] = ACTIONS(7292), + [anon_sym_else] = ACTIONS(3067), + [anon_sym_COLON_COLON] = ACTIONS(6718), + [anon_sym_BANG_EQ] = ACTIONS(7294), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7296), + [anon_sym_EQ_EQ] = ACTIONS(7294), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7296), + [anon_sym_LT_EQ] = ACTIONS(7298), + [anon_sym_GT_EQ] = ACTIONS(7298), + [anon_sym_BANGin] = ACTIONS(7300), + [anon_sym_is] = ACTIONS(6744), + [anon_sym_BANGis] = ACTIONS(6746), + [anon_sym_PLUS] = ACTIONS(7302), + [anon_sym_DASH] = ACTIONS(7302), + [anon_sym_SLASH] = ACTIONS(7304), + [anon_sym_PERCENT] = ACTIONS(7282), + [anon_sym_as_QMARK] = ACTIONS(6722), + [anon_sym_PLUS_PLUS] = ACTIONS(6724), + [anon_sym_DASH_DASH] = ACTIONS(6724), + [anon_sym_BANG_BANG] = ACTIONS(6724), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3001), - [sym_safe_nav] = ACTIONS(6712), + [sym__automatic_semicolon] = ACTIONS(3069), + [sym_safe_nav] = ACTIONS(6718), [sym_multiline_comment] = ACTIONS(3), }, - [4192] = { - [sym__alpha_identifier] = ACTIONS(4241), - [anon_sym_AT] = ACTIONS(4239), - [anon_sym_LBRACK] = ACTIONS(4239), - [anon_sym_as] = ACTIONS(4241), - [anon_sym_LBRACE] = ACTIONS(4239), - [anon_sym_RBRACE] = ACTIONS(4239), - [anon_sym_LPAREN] = ACTIONS(7300), - [anon_sym_RPAREN] = ACTIONS(4239), - [anon_sym_LT] = ACTIONS(4241), - [anon_sym_GT] = ACTIONS(4241), - [anon_sym_DOT] = ACTIONS(4241), - [anon_sym_SEMI] = ACTIONS(4239), - [anon_sym_get] = ACTIONS(4241), - [anon_sym_set] = ACTIONS(4241), - [anon_sym_STAR] = ACTIONS(4239), - [sym_label] = ACTIONS(4239), - [anon_sym_in] = ACTIONS(4241), - [anon_sym_while] = ACTIONS(4241), - [anon_sym_DOT_DOT] = ACTIONS(4239), - [anon_sym_QMARK_COLON] = ACTIONS(4239), - [anon_sym_AMP_AMP] = ACTIONS(4239), - [anon_sym_PIPE_PIPE] = ACTIONS(4239), - [anon_sym_else] = ACTIONS(4241), - [anon_sym_COLON_COLON] = ACTIONS(4239), - [anon_sym_BANG_EQ] = ACTIONS(4241), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4239), - [anon_sym_EQ_EQ] = ACTIONS(4241), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4239), - [anon_sym_LT_EQ] = ACTIONS(4239), - [anon_sym_GT_EQ] = ACTIONS(4239), - [anon_sym_BANGin] = ACTIONS(4239), - [anon_sym_is] = ACTIONS(4241), - [anon_sym_BANGis] = ACTIONS(4239), - [anon_sym_PLUS] = ACTIONS(4241), - [anon_sym_DASH] = ACTIONS(4241), - [anon_sym_SLASH] = ACTIONS(4241), - [anon_sym_PERCENT] = ACTIONS(4239), - [anon_sym_as_QMARK] = ACTIONS(4239), - [anon_sym_PLUS_PLUS] = ACTIONS(4239), - [anon_sym_DASH_DASH] = ACTIONS(4239), - [anon_sym_BANG_BANG] = ACTIONS(4239), - [anon_sym_suspend] = ACTIONS(4241), - [anon_sym_sealed] = ACTIONS(4241), - [anon_sym_annotation] = ACTIONS(4241), - [anon_sym_data] = ACTIONS(4241), - [anon_sym_inner] = ACTIONS(4241), - [anon_sym_override] = ACTIONS(4241), - [anon_sym_lateinit] = ACTIONS(4241), - [anon_sym_public] = ACTIONS(4241), - [anon_sym_private] = ACTIONS(4241), - [anon_sym_internal] = ACTIONS(4241), - [anon_sym_protected] = ACTIONS(4241), - [anon_sym_tailrec] = ACTIONS(4241), - [anon_sym_operator] = ACTIONS(4241), - [anon_sym_infix] = ACTIONS(4241), - [anon_sym_inline] = ACTIONS(4241), - [anon_sym_external] = ACTIONS(4241), - [sym_property_modifier] = ACTIONS(4241), - [anon_sym_abstract] = ACTIONS(4241), - [anon_sym_final] = ACTIONS(4241), - [anon_sym_open] = ACTIONS(4241), - [anon_sym_vararg] = ACTIONS(4241), - [anon_sym_noinline] = ACTIONS(4241), - [anon_sym_crossinline] = ACTIONS(4241), - [anon_sym_expect] = ACTIONS(4241), - [anon_sym_actual] = ACTIONS(4241), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4239), - [sym_safe_nav] = ACTIONS(4239), + [4198] = { + [sym__alpha_identifier] = ACTIONS(4961), + [anon_sym_AT] = ACTIONS(4963), + [anon_sym_LBRACK] = ACTIONS(4963), + [anon_sym_as] = ACTIONS(4961), + [anon_sym_LBRACE] = ACTIONS(4963), + [anon_sym_RBRACE] = ACTIONS(4963), + [anon_sym_LPAREN] = ACTIONS(7310), + [anon_sym_RPAREN] = ACTIONS(4963), + [anon_sym_LT] = ACTIONS(4961), + [anon_sym_GT] = ACTIONS(4961), + [anon_sym_DOT] = ACTIONS(4961), + [anon_sym_SEMI] = ACTIONS(4963), + [anon_sym_get] = ACTIONS(4961), + [anon_sym_set] = ACTIONS(4961), + [anon_sym_STAR] = ACTIONS(4963), + [sym_label] = ACTIONS(4963), + [anon_sym_in] = ACTIONS(4961), + [anon_sym_while] = ACTIONS(4961), + [anon_sym_DOT_DOT] = ACTIONS(4963), + [anon_sym_QMARK_COLON] = ACTIONS(4963), + [anon_sym_AMP_AMP] = ACTIONS(4963), + [anon_sym_PIPE_PIPE] = ACTIONS(4963), + [anon_sym_else] = ACTIONS(4961), + [anon_sym_COLON_COLON] = ACTIONS(4963), + [anon_sym_BANG_EQ] = ACTIONS(4961), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4963), + [anon_sym_EQ_EQ] = ACTIONS(4961), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4963), + [anon_sym_LT_EQ] = ACTIONS(4963), + [anon_sym_GT_EQ] = ACTIONS(4963), + [anon_sym_BANGin] = ACTIONS(4963), + [anon_sym_is] = ACTIONS(4961), + [anon_sym_BANGis] = ACTIONS(4963), + [anon_sym_PLUS] = ACTIONS(4961), + [anon_sym_DASH] = ACTIONS(4961), + [anon_sym_SLASH] = ACTIONS(4961), + [anon_sym_PERCENT] = ACTIONS(4963), + [anon_sym_as_QMARK] = ACTIONS(4963), + [anon_sym_PLUS_PLUS] = ACTIONS(4963), + [anon_sym_DASH_DASH] = ACTIONS(4963), + [anon_sym_BANG_BANG] = ACTIONS(4963), + [anon_sym_suspend] = ACTIONS(4961), + [anon_sym_sealed] = ACTIONS(4961), + [anon_sym_annotation] = ACTIONS(4961), + [anon_sym_data] = ACTIONS(4961), + [anon_sym_inner] = ACTIONS(4961), + [anon_sym_override] = ACTIONS(4961), + [anon_sym_lateinit] = ACTIONS(4961), + [anon_sym_public] = ACTIONS(4961), + [anon_sym_private] = ACTIONS(4961), + [anon_sym_internal] = ACTIONS(4961), + [anon_sym_protected] = ACTIONS(4961), + [anon_sym_tailrec] = ACTIONS(4961), + [anon_sym_operator] = ACTIONS(4961), + [anon_sym_infix] = ACTIONS(4961), + [anon_sym_inline] = ACTIONS(4961), + [anon_sym_external] = ACTIONS(4961), + [sym_property_modifier] = ACTIONS(4961), + [anon_sym_abstract] = ACTIONS(4961), + [anon_sym_final] = ACTIONS(4961), + [anon_sym_open] = ACTIONS(4961), + [anon_sym_vararg] = ACTIONS(4961), + [anon_sym_noinline] = ACTIONS(4961), + [anon_sym_crossinline] = ACTIONS(4961), + [anon_sym_expect] = ACTIONS(4961), + [anon_sym_actual] = ACTIONS(4961), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4963), + [sym_safe_nav] = ACTIONS(4963), [sym_multiline_comment] = ACTIONS(3), }, - [4193] = { - [sym__alpha_identifier] = ACTIONS(5067), - [anon_sym_AT] = ACTIONS(5069), - [anon_sym_LBRACK] = ACTIONS(5069), - [anon_sym_as] = ACTIONS(5067), - [anon_sym_LBRACE] = ACTIONS(5069), - [anon_sym_RBRACE] = ACTIONS(5069), - [anon_sym_LPAREN] = ACTIONS(5069), - [anon_sym_RPAREN] = ACTIONS(5069), - [anon_sym_LT] = ACTIONS(5067), - [anon_sym_GT] = ACTIONS(5067), - [anon_sym_DOT] = ACTIONS(5067), - [anon_sym_SEMI] = ACTIONS(5069), - [anon_sym_get] = ACTIONS(5067), - [anon_sym_set] = ACTIONS(5067), - [anon_sym_STAR] = ACTIONS(5069), - [sym_label] = ACTIONS(5069), - [anon_sym_in] = ACTIONS(5067), - [anon_sym_while] = ACTIONS(5067), - [anon_sym_DOT_DOT] = ACTIONS(5069), - [anon_sym_QMARK_COLON] = ACTIONS(5069), - [anon_sym_AMP_AMP] = ACTIONS(5069), - [anon_sym_PIPE_PIPE] = ACTIONS(5069), - [anon_sym_else] = ACTIONS(7302), - [anon_sym_COLON_COLON] = ACTIONS(5069), - [anon_sym_BANG_EQ] = ACTIONS(5067), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5069), - [anon_sym_EQ_EQ] = ACTIONS(5067), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5069), - [anon_sym_LT_EQ] = ACTIONS(5069), - [anon_sym_GT_EQ] = ACTIONS(5069), - [anon_sym_BANGin] = ACTIONS(5069), - [anon_sym_is] = ACTIONS(5067), - [anon_sym_BANGis] = ACTIONS(5069), - [anon_sym_PLUS] = ACTIONS(5067), - [anon_sym_DASH] = ACTIONS(5067), - [anon_sym_SLASH] = ACTIONS(5067), - [anon_sym_PERCENT] = ACTIONS(5069), - [anon_sym_as_QMARK] = ACTIONS(5069), - [anon_sym_PLUS_PLUS] = ACTIONS(5069), - [anon_sym_DASH_DASH] = ACTIONS(5069), - [anon_sym_BANG_BANG] = ACTIONS(5069), - [anon_sym_suspend] = ACTIONS(5067), - [anon_sym_sealed] = ACTIONS(5067), - [anon_sym_annotation] = ACTIONS(5067), - [anon_sym_data] = ACTIONS(5067), - [anon_sym_inner] = ACTIONS(5067), - [anon_sym_override] = ACTIONS(5067), - [anon_sym_lateinit] = ACTIONS(5067), - [anon_sym_public] = ACTIONS(5067), - [anon_sym_private] = ACTIONS(5067), - [anon_sym_internal] = ACTIONS(5067), - [anon_sym_protected] = ACTIONS(5067), - [anon_sym_tailrec] = ACTIONS(5067), - [anon_sym_operator] = ACTIONS(5067), - [anon_sym_infix] = ACTIONS(5067), - [anon_sym_inline] = ACTIONS(5067), - [anon_sym_external] = ACTIONS(5067), - [sym_property_modifier] = ACTIONS(5067), - [anon_sym_abstract] = ACTIONS(5067), - [anon_sym_final] = ACTIONS(5067), - [anon_sym_open] = ACTIONS(5067), - [anon_sym_vararg] = ACTIONS(5067), - [anon_sym_noinline] = ACTIONS(5067), - [anon_sym_crossinline] = ACTIONS(5067), - [anon_sym_expect] = ACTIONS(5067), - [anon_sym_actual] = ACTIONS(5067), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5069), - [sym_safe_nav] = ACTIONS(5069), - [sym_multiline_comment] = ACTIONS(3), + [4199] = { + [sym__type] = STATE(8816), + [sym__type_reference] = STATE(7537), + [sym_nullable_type] = STATE(8816), + [sym_user_type] = STATE(7537), + [sym__simple_user_type] = STATE(7618), + [sym_type_projection] = STATE(8408), + [sym_type_projection_modifiers] = STATE(5803), + [sym__type_projection_modifier] = STATE(6929), + [sym_function_type] = STATE(8816), + [sym_function_type_parameters] = STATE(9397), + [sym_parenthesized_type] = STATE(7537), + [sym_type_modifiers] = STATE(6550), + [sym__type_modifier] = STATE(6931), + [sym_variance_modifier] = STATE(6929), + [sym_annotation] = STATE(6931), + [sym__single_annotation] = STATE(5546), + [sym__multi_annotation] = STATE(5546), + [sym_simple_identifier] = STATE(7487), + [sym__lexical_identifier] = STATE(4533), + [aux_sym_type_projection_modifiers_repeat1] = STATE(6929), + [aux_sym_type_modifiers_repeat1] = STATE(6931), + [sym__alpha_identifier] = ACTIONS(7312), + [anon_sym_AT] = ACTIONS(7315), + [anon_sym_LBRACK] = ACTIONS(7318), + [anon_sym_LBRACE] = ACTIONS(7318), + [anon_sym_LPAREN] = ACTIONS(7320), + [anon_sym_object] = ACTIONS(7323), + [anon_sym_fun] = ACTIONS(7323), + [anon_sym_get] = ACTIONS(7312), + [anon_sym_set] = ACTIONS(7312), + [anon_sym_this] = ACTIONS(7323), + [anon_sym_super] = ACTIONS(7323), + [anon_sym_dynamic] = ACTIONS(7325), + [anon_sym_STAR] = ACTIONS(7327), + [sym_label] = ACTIONS(7323), + [anon_sym_in] = ACTIONS(7330), + [anon_sym_null] = ACTIONS(7323), + [anon_sym_if] = ACTIONS(7323), + [anon_sym_when] = ACTIONS(7323), + [anon_sym_try] = ACTIONS(7323), + [anon_sym_throw] = ACTIONS(7323), + [anon_sym_return] = ACTIONS(7323), + [anon_sym_continue] = ACTIONS(7323), + [anon_sym_break] = ACTIONS(7323), + [anon_sym_COLON_COLON] = ACTIONS(7318), + [anon_sym_PLUS] = ACTIONS(7323), + [anon_sym_DASH] = ACTIONS(7323), + [anon_sym_PLUS_PLUS] = ACTIONS(7318), + [anon_sym_DASH_DASH] = ACTIONS(7318), + [anon_sym_BANG] = ACTIONS(7318), + [anon_sym_suspend] = ACTIONS(7332), + [anon_sym_data] = ACTIONS(7312), + [anon_sym_inner] = ACTIONS(7312), + [anon_sym_out] = ACTIONS(7330), + [anon_sym_expect] = ACTIONS(7312), + [anon_sym_actual] = ACTIONS(7312), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(7318), + [anon_sym_continue_AT] = ACTIONS(7318), + [anon_sym_break_AT] = ACTIONS(7318), + [sym_real_literal] = ACTIONS(7318), + [sym_integer_literal] = ACTIONS(7323), + [sym_hex_literal] = ACTIONS(7318), + [sym_bin_literal] = ACTIONS(7318), + [anon_sym_true] = ACTIONS(7323), + [anon_sym_false] = ACTIONS(7323), + [anon_sym_SQUOTE] = ACTIONS(7318), + [sym__backtick_identifier] = ACTIONS(7334), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(7318), }, - [4194] = { - [sym_indexing_suffix] = STATE(4909), - [sym_navigation_suffix] = STATE(4889), - [sym_call_suffix] = STATE(4891), - [sym_annotated_lambda] = STATE(4893), - [sym_type_arguments] = STATE(7557), - [sym_value_arguments] = STATE(4442), - [sym_lambda_literal] = STATE(4899), - [sym__equality_operator] = STATE(1749), - [sym__comparison_operator] = STATE(1750), - [sym__in_operator] = STATE(1755), - [sym__is_operator] = STATE(6028), - [sym__additive_operator] = STATE(1762), - [sym__multiplicative_operator] = STATE(1763), - [sym__as_operator] = STATE(6024), - [sym__postfix_unary_operator] = STATE(4912), - [sym__member_access_operator] = STATE(7341), - [sym_annotation] = STATE(7855), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1813), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7855), + [4200] = { + [sym_indexing_suffix] = STATE(4986), + [sym_navigation_suffix] = STATE(5006), + [sym_call_suffix] = STATE(5077), + [sym_annotated_lambda] = STATE(4993), + [sym_type_arguments] = STATE(7551), + [sym_value_arguments] = STATE(4451), + [sym_lambda_literal] = STATE(4995), + [sym__equality_operator] = STATE(1860), + [sym__comparison_operator] = STATE(1852), + [sym__in_operator] = STATE(1848), + [sym__is_operator] = STATE(5776), + [sym__additive_operator] = STATE(1847), + [sym__multiplicative_operator] = STATE(1846), + [sym__as_operator] = STATE(5777), + [sym__postfix_unary_operator] = STATE(5000), + [sym__member_access_operator] = STATE(7402), + [sym_annotation] = STATE(7890), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1843), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7890), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6688), - [anon_sym_as] = ACTIONS(6690), + [anon_sym_LBRACK] = ACTIONS(6702), + [anon_sym_as] = ACTIONS(6704), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3013), - [anon_sym_LPAREN] = ACTIONS(6692), + [anon_sym_RBRACE] = ACTIONS(3009), + [anon_sym_LPAREN] = ACTIONS(6706), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7288), - [anon_sym_DOT] = ACTIONS(6696), - [anon_sym_SEMI] = ACTIONS(3013), + [anon_sym_GT] = ACTIONS(7280), + [anon_sym_DOT] = ACTIONS(6708), + [anon_sym_SEMI] = ACTIONS(3009), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7272), - [sym_label] = ACTIONS(6700), + [anon_sym_STAR] = ACTIONS(7282), + [sym_label] = ACTIONS(6712), [anon_sym_in] = ACTIONS(7284), - [anon_sym_DOT_DOT] = ACTIONS(7274), - [anon_sym_QMARK_COLON] = ACTIONS(7280), - [anon_sym_AMP_AMP] = ACTIONS(7292), - [anon_sym_PIPE_PIPE] = ACTIONS(3013), - [anon_sym_else] = ACTIONS(3011), - [anon_sym_COLON_COLON] = ACTIONS(6712), - [anon_sym_BANG_EQ] = ACTIONS(7296), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7298), - [anon_sym_EQ_EQ] = ACTIONS(7296), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7298), - [anon_sym_LT_EQ] = ACTIONS(7290), - [anon_sym_GT_EQ] = ACTIONS(7290), - [anon_sym_BANGin] = ACTIONS(7286), - [anon_sym_is] = ACTIONS(6722), - [anon_sym_BANGis] = ACTIONS(6724), - [anon_sym_PLUS] = ACTIONS(7276), - [anon_sym_DASH] = ACTIONS(7276), - [anon_sym_SLASH] = ACTIONS(7278), - [anon_sym_PERCENT] = ACTIONS(7272), - [anon_sym_as_QMARK] = ACTIONS(6728), - [anon_sym_PLUS_PLUS] = ACTIONS(6730), - [anon_sym_DASH_DASH] = ACTIONS(6730), - [anon_sym_BANG_BANG] = ACTIONS(6730), + [anon_sym_DOT_DOT] = ACTIONS(7286), + [anon_sym_QMARK_COLON] = ACTIONS(7288), + [anon_sym_AMP_AMP] = ACTIONS(7290), + [anon_sym_PIPE_PIPE] = ACTIONS(7292), + [anon_sym_else] = ACTIONS(3007), + [anon_sym_COLON_COLON] = ACTIONS(6718), + [anon_sym_BANG_EQ] = ACTIONS(7294), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7296), + [anon_sym_EQ_EQ] = ACTIONS(7294), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7296), + [anon_sym_LT_EQ] = ACTIONS(7298), + [anon_sym_GT_EQ] = ACTIONS(7298), + [anon_sym_BANGin] = ACTIONS(7300), + [anon_sym_is] = ACTIONS(6744), + [anon_sym_BANGis] = ACTIONS(6746), + [anon_sym_PLUS] = ACTIONS(7302), + [anon_sym_DASH] = ACTIONS(7302), + [anon_sym_SLASH] = ACTIONS(7304), + [anon_sym_PERCENT] = ACTIONS(7282), + [anon_sym_as_QMARK] = ACTIONS(6722), + [anon_sym_PLUS_PLUS] = ACTIONS(6724), + [anon_sym_DASH_DASH] = ACTIONS(6724), + [anon_sym_BANG_BANG] = ACTIONS(6724), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3013), - [sym_safe_nav] = ACTIONS(6712), + [sym__automatic_semicolon] = ACTIONS(3009), + [sym_safe_nav] = ACTIONS(6718), [sym_multiline_comment] = ACTIONS(3), }, - [4195] = { - [sym_indexing_suffix] = STATE(4909), - [sym_navigation_suffix] = STATE(4889), - [sym_call_suffix] = STATE(4891), - [sym_annotated_lambda] = STATE(4893), - [sym_type_arguments] = STATE(7557), - [sym_value_arguments] = STATE(4442), - [sym_lambda_literal] = STATE(4899), - [sym__equality_operator] = STATE(1749), - [sym__comparison_operator] = STATE(1750), - [sym__in_operator] = STATE(1755), - [sym__is_operator] = STATE(6028), - [sym__additive_operator] = STATE(1762), - [sym__multiplicative_operator] = STATE(1763), - [sym__as_operator] = STATE(6024), - [sym__postfix_unary_operator] = STATE(4912), - [sym__member_access_operator] = STATE(7341), - [sym_annotation] = STATE(7855), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1813), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7855), + [4201] = { + [sym_indexing_suffix] = STATE(4986), + [sym_navigation_suffix] = STATE(5006), + [sym_call_suffix] = STATE(5077), + [sym_annotated_lambda] = STATE(4993), + [sym_type_arguments] = STATE(7551), + [sym_value_arguments] = STATE(4451), + [sym_lambda_literal] = STATE(4995), + [sym__equality_operator] = STATE(1860), + [sym__comparison_operator] = STATE(1852), + [sym__in_operator] = STATE(1848), + [sym__is_operator] = STATE(5776), + [sym__additive_operator] = STATE(1847), + [sym__multiplicative_operator] = STATE(1846), + [sym__as_operator] = STATE(5777), + [sym__postfix_unary_operator] = STATE(5000), + [sym__member_access_operator] = STATE(7402), + [sym_annotation] = STATE(7890), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1843), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7890), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6688), - [anon_sym_as] = ACTIONS(6690), + [anon_sym_LBRACK] = ACTIONS(6702), + [anon_sym_as] = ACTIONS(6704), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3063), - [anon_sym_LPAREN] = ACTIONS(6692), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7288), - [anon_sym_DOT] = ACTIONS(6696), - [anon_sym_SEMI] = ACTIONS(3063), + [anon_sym_RBRACE] = ACTIONS(3031), + [anon_sym_LPAREN] = ACTIONS(6706), + [anon_sym_LT] = ACTIONS(3033), + [anon_sym_GT] = ACTIONS(3029), + [anon_sym_DOT] = ACTIONS(6708), + [anon_sym_SEMI] = ACTIONS(3031), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7272), - [sym_label] = ACTIONS(6700), - [anon_sym_in] = ACTIONS(7284), - [anon_sym_DOT_DOT] = ACTIONS(7274), - [anon_sym_QMARK_COLON] = ACTIONS(7280), - [anon_sym_AMP_AMP] = ACTIONS(7292), - [anon_sym_PIPE_PIPE] = ACTIONS(7294), - [anon_sym_else] = ACTIONS(3061), - [anon_sym_COLON_COLON] = ACTIONS(6712), - [anon_sym_BANG_EQ] = ACTIONS(7296), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7298), - [anon_sym_EQ_EQ] = ACTIONS(7296), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7298), - [anon_sym_LT_EQ] = ACTIONS(7290), - [anon_sym_GT_EQ] = ACTIONS(7290), - [anon_sym_BANGin] = ACTIONS(7286), - [anon_sym_is] = ACTIONS(6722), - [anon_sym_BANGis] = ACTIONS(6724), - [anon_sym_PLUS] = ACTIONS(7276), - [anon_sym_DASH] = ACTIONS(7276), - [anon_sym_SLASH] = ACTIONS(7278), - [anon_sym_PERCENT] = ACTIONS(7272), - [anon_sym_as_QMARK] = ACTIONS(6728), - [anon_sym_PLUS_PLUS] = ACTIONS(6730), - [anon_sym_DASH_DASH] = ACTIONS(6730), - [anon_sym_BANG_BANG] = ACTIONS(6730), + [anon_sym_STAR] = ACTIONS(7282), + [sym_label] = ACTIONS(6712), + [anon_sym_in] = ACTIONS(3029), + [anon_sym_DOT_DOT] = ACTIONS(7286), + [anon_sym_QMARK_COLON] = ACTIONS(7288), + [anon_sym_AMP_AMP] = ACTIONS(3031), + [anon_sym_PIPE_PIPE] = ACTIONS(3031), + [anon_sym_else] = ACTIONS(3029), + [anon_sym_COLON_COLON] = ACTIONS(6718), + [anon_sym_BANG_EQ] = ACTIONS(3029), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3031), + [anon_sym_EQ_EQ] = ACTIONS(3029), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3031), + [anon_sym_LT_EQ] = ACTIONS(3031), + [anon_sym_GT_EQ] = ACTIONS(3031), + [anon_sym_BANGin] = ACTIONS(3031), + [anon_sym_is] = ACTIONS(3029), + [anon_sym_BANGis] = ACTIONS(3031), + [anon_sym_PLUS] = ACTIONS(7302), + [anon_sym_DASH] = ACTIONS(7302), + [anon_sym_SLASH] = ACTIONS(7304), + [anon_sym_PERCENT] = ACTIONS(7282), + [anon_sym_as_QMARK] = ACTIONS(6722), + [anon_sym_PLUS_PLUS] = ACTIONS(6724), + [anon_sym_DASH_DASH] = ACTIONS(6724), + [anon_sym_BANG_BANG] = ACTIONS(6724), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3063), - [sym_safe_nav] = ACTIONS(6712), + [sym__automatic_semicolon] = ACTIONS(3031), + [sym_safe_nav] = ACTIONS(6718), [sym_multiline_comment] = ACTIONS(3), }, - [4196] = { - [sym_indexing_suffix] = STATE(4909), - [sym_navigation_suffix] = STATE(4889), - [sym_call_suffix] = STATE(4891), - [sym_annotated_lambda] = STATE(4893), - [sym_type_arguments] = STATE(7557), - [sym_value_arguments] = STATE(4442), - [sym_lambda_literal] = STATE(4899), - [sym__equality_operator] = STATE(1749), - [sym__comparison_operator] = STATE(1750), - [sym__in_operator] = STATE(1755), - [sym__is_operator] = STATE(6028), - [sym__additive_operator] = STATE(1762), - [sym__multiplicative_operator] = STATE(1763), - [sym__as_operator] = STATE(6024), - [sym__postfix_unary_operator] = STATE(4912), - [sym__member_access_operator] = STATE(7341), - [sym_annotation] = STATE(7855), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1813), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7855), + [4202] = { + [sym_indexing_suffix] = STATE(4986), + [sym_navigation_suffix] = STATE(5006), + [sym_call_suffix] = STATE(5077), + [sym_annotated_lambda] = STATE(4993), + [sym_type_arguments] = STATE(7551), + [sym_value_arguments] = STATE(4451), + [sym_lambda_literal] = STATE(4995), + [sym__equality_operator] = STATE(1860), + [sym__comparison_operator] = STATE(1852), + [sym__in_operator] = STATE(1848), + [sym__is_operator] = STATE(5776), + [sym__additive_operator] = STATE(1847), + [sym__multiplicative_operator] = STATE(1846), + [sym__as_operator] = STATE(5777), + [sym__postfix_unary_operator] = STATE(5000), + [sym__member_access_operator] = STATE(7402), + [sym_annotation] = STATE(7890), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1843), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7890), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6688), - [anon_sym_as] = ACTIONS(6690), + [anon_sym_LBRACK] = ACTIONS(6702), + [anon_sym_as] = ACTIONS(6704), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3021), - [anon_sym_LPAREN] = ACTIONS(6692), + [anon_sym_RBRACE] = ACTIONS(3073), + [anon_sym_LPAREN] = ACTIONS(6706), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7288), - [anon_sym_DOT] = ACTIONS(6696), - [anon_sym_SEMI] = ACTIONS(3021), + [anon_sym_GT] = ACTIONS(7280), + [anon_sym_DOT] = ACTIONS(6708), + [anon_sym_SEMI] = ACTIONS(3073), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7272), - [sym_label] = ACTIONS(6700), + [anon_sym_STAR] = ACTIONS(7282), + [sym_label] = ACTIONS(6712), [anon_sym_in] = ACTIONS(7284), - [anon_sym_DOT_DOT] = ACTIONS(7274), - [anon_sym_QMARK_COLON] = ACTIONS(7280), - [anon_sym_AMP_AMP] = ACTIONS(7292), - [anon_sym_PIPE_PIPE] = ACTIONS(7294), - [anon_sym_else] = ACTIONS(3019), - [anon_sym_COLON_COLON] = ACTIONS(6712), - [anon_sym_BANG_EQ] = ACTIONS(7296), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7298), - [anon_sym_EQ_EQ] = ACTIONS(7296), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7298), - [anon_sym_LT_EQ] = ACTIONS(7290), - [anon_sym_GT_EQ] = ACTIONS(7290), - [anon_sym_BANGin] = ACTIONS(7286), - [anon_sym_is] = ACTIONS(6722), - [anon_sym_BANGis] = ACTIONS(6724), - [anon_sym_PLUS] = ACTIONS(7276), - [anon_sym_DASH] = ACTIONS(7276), - [anon_sym_SLASH] = ACTIONS(7278), - [anon_sym_PERCENT] = ACTIONS(7272), - [anon_sym_as_QMARK] = ACTIONS(6728), - [anon_sym_PLUS_PLUS] = ACTIONS(6730), - [anon_sym_DASH_DASH] = ACTIONS(6730), - [anon_sym_BANG_BANG] = ACTIONS(6730), + [anon_sym_DOT_DOT] = ACTIONS(7286), + [anon_sym_QMARK_COLON] = ACTIONS(7288), + [anon_sym_AMP_AMP] = ACTIONS(7290), + [anon_sym_PIPE_PIPE] = ACTIONS(7292), + [anon_sym_else] = ACTIONS(3071), + [anon_sym_COLON_COLON] = ACTIONS(6718), + [anon_sym_BANG_EQ] = ACTIONS(7294), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7296), + [anon_sym_EQ_EQ] = ACTIONS(7294), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7296), + [anon_sym_LT_EQ] = ACTIONS(7298), + [anon_sym_GT_EQ] = ACTIONS(7298), + [anon_sym_BANGin] = ACTIONS(7300), + [anon_sym_is] = ACTIONS(6744), + [anon_sym_BANGis] = ACTIONS(6746), + [anon_sym_PLUS] = ACTIONS(7302), + [anon_sym_DASH] = ACTIONS(7302), + [anon_sym_SLASH] = ACTIONS(7304), + [anon_sym_PERCENT] = ACTIONS(7282), + [anon_sym_as_QMARK] = ACTIONS(6722), + [anon_sym_PLUS_PLUS] = ACTIONS(6724), + [anon_sym_DASH_DASH] = ACTIONS(6724), + [anon_sym_BANG_BANG] = ACTIONS(6724), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3021), - [sym_safe_nav] = ACTIONS(6712), + [sym__automatic_semicolon] = ACTIONS(3073), + [sym_safe_nav] = ACTIONS(6718), [sym_multiline_comment] = ACTIONS(3), }, - [4197] = { - [sym__type] = STATE(8711), - [sym__type_reference] = STATE(7408), - [sym_nullable_type] = STATE(8711), - [sym_user_type] = STATE(7408), - [sym__simple_user_type] = STATE(7584), - [sym_type_projection] = STATE(8393), - [sym_type_projection_modifiers] = STATE(5754), - [sym__type_projection_modifier] = STATE(6898), - [sym_function_type] = STATE(8711), - [sym_function_type_parameters] = STATE(9204), - [sym_parenthesized_type] = STATE(7408), - [sym_type_modifiers] = STATE(6677), - [sym__type_modifier] = STATE(6895), - [sym_variance_modifier] = STATE(6898), - [sym_annotation] = STATE(6895), - [sym__single_annotation] = STATE(5537), - [sym__multi_annotation] = STATE(5537), - [sym_simple_identifier] = STATE(7537), - [sym__lexical_identifier] = STATE(4507), - [aux_sym_type_projection_modifiers_repeat1] = STATE(6898), - [aux_sym_type_modifiers_repeat1] = STATE(6895), - [sym__alpha_identifier] = ACTIONS(7304), - [anon_sym_AT] = ACTIONS(7307), - [anon_sym_LBRACK] = ACTIONS(7310), - [anon_sym_LBRACE] = ACTIONS(7310), - [anon_sym_LPAREN] = ACTIONS(7312), - [anon_sym_object] = ACTIONS(7315), - [anon_sym_fun] = ACTIONS(7315), - [anon_sym_get] = ACTIONS(7304), - [anon_sym_set] = ACTIONS(7304), - [anon_sym_this] = ACTIONS(7315), - [anon_sym_super] = ACTIONS(7315), - [anon_sym_dynamic] = ACTIONS(7317), - [anon_sym_STAR] = ACTIONS(7319), - [sym_label] = ACTIONS(7315), - [anon_sym_in] = ACTIONS(7322), - [anon_sym_null] = ACTIONS(7315), - [anon_sym_if] = ACTIONS(7315), - [anon_sym_when] = ACTIONS(7315), - [anon_sym_try] = ACTIONS(7315), - [anon_sym_throw] = ACTIONS(7315), - [anon_sym_return] = ACTIONS(7315), - [anon_sym_continue] = ACTIONS(7315), - [anon_sym_break] = ACTIONS(7315), - [anon_sym_COLON_COLON] = ACTIONS(7310), - [anon_sym_PLUS] = ACTIONS(7315), - [anon_sym_DASH] = ACTIONS(7315), - [anon_sym_PLUS_PLUS] = ACTIONS(7310), - [anon_sym_DASH_DASH] = ACTIONS(7310), - [anon_sym_BANG] = ACTIONS(7310), - [anon_sym_suspend] = ACTIONS(7324), - [anon_sym_data] = ACTIONS(7304), - [anon_sym_inner] = ACTIONS(7304), - [anon_sym_out] = ACTIONS(7322), - [anon_sym_expect] = ACTIONS(7304), - [anon_sym_actual] = ACTIONS(7304), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(7310), - [anon_sym_continue_AT] = ACTIONS(7310), - [anon_sym_break_AT] = ACTIONS(7310), - [sym_real_literal] = ACTIONS(7310), - [sym_integer_literal] = ACTIONS(7315), - [sym_hex_literal] = ACTIONS(7310), - [sym_bin_literal] = ACTIONS(7310), - [anon_sym_true] = ACTIONS(7315), - [anon_sym_false] = ACTIONS(7315), - [anon_sym_SQUOTE] = ACTIONS(7310), - [sym__backtick_identifier] = ACTIONS(7326), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(7310), - }, - [4198] = { - [sym__alpha_identifier] = ACTIONS(4923), - [anon_sym_AT] = ACTIONS(4925), - [anon_sym_LBRACK] = ACTIONS(4925), - [anon_sym_as] = ACTIONS(4923), - [anon_sym_LBRACE] = ACTIONS(4925), - [anon_sym_RBRACE] = ACTIONS(4925), - [anon_sym_LPAREN] = ACTIONS(7329), - [anon_sym_RPAREN] = ACTIONS(4925), - [anon_sym_LT] = ACTIONS(4923), - [anon_sym_GT] = ACTIONS(4923), - [anon_sym_DOT] = ACTIONS(4923), - [anon_sym_SEMI] = ACTIONS(4925), - [anon_sym_get] = ACTIONS(4923), - [anon_sym_set] = ACTIONS(4923), - [anon_sym_STAR] = ACTIONS(4925), - [sym_label] = ACTIONS(4925), - [anon_sym_in] = ACTIONS(4923), - [anon_sym_while] = ACTIONS(4923), - [anon_sym_DOT_DOT] = ACTIONS(4925), - [anon_sym_QMARK_COLON] = ACTIONS(4925), - [anon_sym_AMP_AMP] = ACTIONS(4925), - [anon_sym_PIPE_PIPE] = ACTIONS(4925), - [anon_sym_else] = ACTIONS(4923), - [anon_sym_COLON_COLON] = ACTIONS(4925), - [anon_sym_BANG_EQ] = ACTIONS(4923), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4925), - [anon_sym_EQ_EQ] = ACTIONS(4923), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4925), - [anon_sym_LT_EQ] = ACTIONS(4925), - [anon_sym_GT_EQ] = ACTIONS(4925), - [anon_sym_BANGin] = ACTIONS(4925), - [anon_sym_is] = ACTIONS(4923), - [anon_sym_BANGis] = ACTIONS(4925), - [anon_sym_PLUS] = ACTIONS(4923), - [anon_sym_DASH] = ACTIONS(4923), - [anon_sym_SLASH] = ACTIONS(4923), - [anon_sym_PERCENT] = ACTIONS(4925), - [anon_sym_as_QMARK] = ACTIONS(4925), - [anon_sym_PLUS_PLUS] = ACTIONS(4925), - [anon_sym_DASH_DASH] = ACTIONS(4925), - [anon_sym_BANG_BANG] = ACTIONS(4925), - [anon_sym_suspend] = ACTIONS(4923), - [anon_sym_sealed] = ACTIONS(4923), - [anon_sym_annotation] = ACTIONS(4923), - [anon_sym_data] = ACTIONS(4923), - [anon_sym_inner] = ACTIONS(4923), - [anon_sym_override] = ACTIONS(4923), - [anon_sym_lateinit] = ACTIONS(4923), - [anon_sym_public] = ACTIONS(4923), - [anon_sym_private] = ACTIONS(4923), - [anon_sym_internal] = ACTIONS(4923), - [anon_sym_protected] = ACTIONS(4923), - [anon_sym_tailrec] = ACTIONS(4923), - [anon_sym_operator] = ACTIONS(4923), - [anon_sym_infix] = ACTIONS(4923), - [anon_sym_inline] = ACTIONS(4923), - [anon_sym_external] = ACTIONS(4923), - [sym_property_modifier] = ACTIONS(4923), - [anon_sym_abstract] = ACTIONS(4923), - [anon_sym_final] = ACTIONS(4923), - [anon_sym_open] = ACTIONS(4923), - [anon_sym_vararg] = ACTIONS(4923), - [anon_sym_noinline] = ACTIONS(4923), - [anon_sym_crossinline] = ACTIONS(4923), - [anon_sym_expect] = ACTIONS(4923), - [anon_sym_actual] = ACTIONS(4923), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4925), - [sym_safe_nav] = ACTIONS(4925), + [4203] = { + [sym__alpha_identifier] = ACTIONS(4792), + [anon_sym_AT] = ACTIONS(4794), + [anon_sym_LBRACK] = ACTIONS(4794), + [anon_sym_as] = ACTIONS(4792), + [anon_sym_LBRACE] = ACTIONS(4794), + [anon_sym_RBRACE] = ACTIONS(4794), + [anon_sym_LPAREN] = ACTIONS(4794), + [anon_sym_RPAREN] = ACTIONS(4794), + [anon_sym_LT] = ACTIONS(4792), + [anon_sym_GT] = ACTIONS(4792), + [anon_sym_DOT] = ACTIONS(4792), + [anon_sym_SEMI] = ACTIONS(4794), + [anon_sym_get] = ACTIONS(4792), + [anon_sym_set] = ACTIONS(4792), + [anon_sym_STAR] = ACTIONS(4794), + [sym_label] = ACTIONS(4794), + [anon_sym_in] = ACTIONS(4792), + [anon_sym_while] = ACTIONS(4792), + [anon_sym_DOT_DOT] = ACTIONS(4794), + [anon_sym_QMARK_COLON] = ACTIONS(4794), + [anon_sym_AMP_AMP] = ACTIONS(4794), + [anon_sym_PIPE_PIPE] = ACTIONS(4794), + [anon_sym_else] = ACTIONS(7337), + [anon_sym_COLON_COLON] = ACTIONS(4794), + [anon_sym_BANG_EQ] = ACTIONS(4792), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4794), + [anon_sym_EQ_EQ] = ACTIONS(4792), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4794), + [anon_sym_LT_EQ] = ACTIONS(4794), + [anon_sym_GT_EQ] = ACTIONS(4794), + [anon_sym_BANGin] = ACTIONS(4794), + [anon_sym_is] = ACTIONS(4792), + [anon_sym_BANGis] = ACTIONS(4794), + [anon_sym_PLUS] = ACTIONS(4792), + [anon_sym_DASH] = ACTIONS(4792), + [anon_sym_SLASH] = ACTIONS(4792), + [anon_sym_PERCENT] = ACTIONS(4794), + [anon_sym_as_QMARK] = ACTIONS(4794), + [anon_sym_PLUS_PLUS] = ACTIONS(4794), + [anon_sym_DASH_DASH] = ACTIONS(4794), + [anon_sym_BANG_BANG] = ACTIONS(4794), + [anon_sym_suspend] = ACTIONS(4792), + [anon_sym_sealed] = ACTIONS(4792), + [anon_sym_annotation] = ACTIONS(4792), + [anon_sym_data] = ACTIONS(4792), + [anon_sym_inner] = ACTIONS(4792), + [anon_sym_override] = ACTIONS(4792), + [anon_sym_lateinit] = ACTIONS(4792), + [anon_sym_public] = ACTIONS(4792), + [anon_sym_private] = ACTIONS(4792), + [anon_sym_internal] = ACTIONS(4792), + [anon_sym_protected] = ACTIONS(4792), + [anon_sym_tailrec] = ACTIONS(4792), + [anon_sym_operator] = ACTIONS(4792), + [anon_sym_infix] = ACTIONS(4792), + [anon_sym_inline] = ACTIONS(4792), + [anon_sym_external] = ACTIONS(4792), + [sym_property_modifier] = ACTIONS(4792), + [anon_sym_abstract] = ACTIONS(4792), + [anon_sym_final] = ACTIONS(4792), + [anon_sym_open] = ACTIONS(4792), + [anon_sym_vararg] = ACTIONS(4792), + [anon_sym_noinline] = ACTIONS(4792), + [anon_sym_crossinline] = ACTIONS(4792), + [anon_sym_expect] = ACTIONS(4792), + [anon_sym_actual] = ACTIONS(4792), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4794), + [sym_safe_nav] = ACTIONS(4794), [sym_multiline_comment] = ACTIONS(3), }, - [4199] = { - [sym_indexing_suffix] = STATE(4909), - [sym_navigation_suffix] = STATE(4889), - [sym_call_suffix] = STATE(4891), - [sym_annotated_lambda] = STATE(4893), - [sym_type_arguments] = STATE(7557), - [sym_value_arguments] = STATE(4442), - [sym_lambda_literal] = STATE(4899), - [sym__equality_operator] = STATE(1749), - [sym__comparison_operator] = STATE(1750), - [sym__in_operator] = STATE(1755), - [sym__is_operator] = STATE(6028), - [sym__additive_operator] = STATE(1762), - [sym__multiplicative_operator] = STATE(1763), - [sym__as_operator] = STATE(6024), - [sym__postfix_unary_operator] = STATE(4912), - [sym__member_access_operator] = STATE(7341), - [sym_annotation] = STATE(7855), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1813), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7855), + [4204] = { + [sym_indexing_suffix] = STATE(4986), + [sym_navigation_suffix] = STATE(5006), + [sym_call_suffix] = STATE(5077), + [sym_annotated_lambda] = STATE(4993), + [sym_type_arguments] = STATE(7551), + [sym_value_arguments] = STATE(4451), + [sym_lambda_literal] = STATE(4995), + [sym__equality_operator] = STATE(1860), + [sym__comparison_operator] = STATE(1852), + [sym__in_operator] = STATE(1848), + [sym__is_operator] = STATE(5776), + [sym__additive_operator] = STATE(1847), + [sym__multiplicative_operator] = STATE(1846), + [sym__as_operator] = STATE(5777), + [sym__postfix_unary_operator] = STATE(5000), + [sym__member_access_operator] = STATE(7402), + [sym_annotation] = STATE(7890), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1843), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7890), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6688), - [anon_sym_as] = ACTIONS(6690), + [anon_sym_LBRACK] = ACTIONS(6702), + [anon_sym_as] = ACTIONS(6704), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3055), - [anon_sym_LPAREN] = ACTIONS(6692), + [anon_sym_RBRACE] = ACTIONS(3065), + [anon_sym_LPAREN] = ACTIONS(6706), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7288), - [anon_sym_DOT] = ACTIONS(6696), - [anon_sym_SEMI] = ACTIONS(3055), + [anon_sym_GT] = ACTIONS(7280), + [anon_sym_DOT] = ACTIONS(6708), + [anon_sym_SEMI] = ACTIONS(3065), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7272), - [sym_label] = ACTIONS(6700), + [anon_sym_STAR] = ACTIONS(7282), + [sym_label] = ACTIONS(6712), [anon_sym_in] = ACTIONS(7284), - [anon_sym_DOT_DOT] = ACTIONS(7274), - [anon_sym_QMARK_COLON] = ACTIONS(7280), - [anon_sym_AMP_AMP] = ACTIONS(7292), - [anon_sym_PIPE_PIPE] = ACTIONS(7294), - [anon_sym_else] = ACTIONS(3053), - [anon_sym_COLON_COLON] = ACTIONS(6712), - [anon_sym_BANG_EQ] = ACTIONS(7296), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7298), - [anon_sym_EQ_EQ] = ACTIONS(7296), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7298), - [anon_sym_LT_EQ] = ACTIONS(7290), - [anon_sym_GT_EQ] = ACTIONS(7290), - [anon_sym_BANGin] = ACTIONS(7286), - [anon_sym_is] = ACTIONS(6722), - [anon_sym_BANGis] = ACTIONS(6724), - [anon_sym_PLUS] = ACTIONS(7276), - [anon_sym_DASH] = ACTIONS(7276), - [anon_sym_SLASH] = ACTIONS(7278), - [anon_sym_PERCENT] = ACTIONS(7272), - [anon_sym_as_QMARK] = ACTIONS(6728), - [anon_sym_PLUS_PLUS] = ACTIONS(6730), - [anon_sym_DASH_DASH] = ACTIONS(6730), - [anon_sym_BANG_BANG] = ACTIONS(6730), + [anon_sym_DOT_DOT] = ACTIONS(7286), + [anon_sym_QMARK_COLON] = ACTIONS(7288), + [anon_sym_AMP_AMP] = ACTIONS(7290), + [anon_sym_PIPE_PIPE] = ACTIONS(7292), + [anon_sym_else] = ACTIONS(3063), + [anon_sym_COLON_COLON] = ACTIONS(6718), + [anon_sym_BANG_EQ] = ACTIONS(7294), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7296), + [anon_sym_EQ_EQ] = ACTIONS(7294), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7296), + [anon_sym_LT_EQ] = ACTIONS(7298), + [anon_sym_GT_EQ] = ACTIONS(7298), + [anon_sym_BANGin] = ACTIONS(7300), + [anon_sym_is] = ACTIONS(6744), + [anon_sym_BANGis] = ACTIONS(6746), + [anon_sym_PLUS] = ACTIONS(7302), + [anon_sym_DASH] = ACTIONS(7302), + [anon_sym_SLASH] = ACTIONS(7304), + [anon_sym_PERCENT] = ACTIONS(7282), + [anon_sym_as_QMARK] = ACTIONS(6722), + [anon_sym_PLUS_PLUS] = ACTIONS(6724), + [anon_sym_DASH_DASH] = ACTIONS(6724), + [anon_sym_BANG_BANG] = ACTIONS(6724), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3055), - [sym_safe_nav] = ACTIONS(6712), + [sym__automatic_semicolon] = ACTIONS(3065), + [sym_safe_nav] = ACTIONS(6718), [sym_multiline_comment] = ACTIONS(3), }, - [4200] = { - [sym_indexing_suffix] = STATE(4909), - [sym_navigation_suffix] = STATE(4889), - [sym_call_suffix] = STATE(4891), - [sym_annotated_lambda] = STATE(4893), - [sym_type_arguments] = STATE(7557), - [sym_value_arguments] = STATE(4442), - [sym_lambda_literal] = STATE(4899), - [sym__equality_operator] = STATE(1749), - [sym__comparison_operator] = STATE(1750), - [sym__in_operator] = STATE(1755), - [sym__is_operator] = STATE(6028), - [sym__additive_operator] = STATE(1762), - [sym__multiplicative_operator] = STATE(1763), - [sym__as_operator] = STATE(6024), - [sym__postfix_unary_operator] = STATE(4912), - [sym__member_access_operator] = STATE(7341), - [sym_annotation] = STATE(7855), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1813), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7855), + [4205] = { + [sym__alpha_identifier] = ACTIONS(4792), + [anon_sym_AT] = ACTIONS(4794), + [anon_sym_LBRACK] = ACTIONS(4794), + [anon_sym_as] = ACTIONS(4792), + [anon_sym_LBRACE] = ACTIONS(4794), + [anon_sym_RBRACE] = ACTIONS(4794), + [anon_sym_LPAREN] = ACTIONS(4794), + [anon_sym_RPAREN] = ACTIONS(4794), + [anon_sym_LT] = ACTIONS(4792), + [anon_sym_GT] = ACTIONS(4792), + [anon_sym_DOT] = ACTIONS(4792), + [anon_sym_SEMI] = ACTIONS(7339), + [anon_sym_get] = ACTIONS(4792), + [anon_sym_set] = ACTIONS(4792), + [anon_sym_STAR] = ACTIONS(4794), + [sym_label] = ACTIONS(4794), + [anon_sym_in] = ACTIONS(4792), + [anon_sym_while] = ACTIONS(4792), + [anon_sym_DOT_DOT] = ACTIONS(4794), + [anon_sym_QMARK_COLON] = ACTIONS(4794), + [anon_sym_AMP_AMP] = ACTIONS(4794), + [anon_sym_PIPE_PIPE] = ACTIONS(4794), + [anon_sym_else] = ACTIONS(7337), + [anon_sym_COLON_COLON] = ACTIONS(4794), + [anon_sym_BANG_EQ] = ACTIONS(4792), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4794), + [anon_sym_EQ_EQ] = ACTIONS(4792), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4794), + [anon_sym_LT_EQ] = ACTIONS(4794), + [anon_sym_GT_EQ] = ACTIONS(4794), + [anon_sym_BANGin] = ACTIONS(4794), + [anon_sym_is] = ACTIONS(4792), + [anon_sym_BANGis] = ACTIONS(4794), + [anon_sym_PLUS] = ACTIONS(4792), + [anon_sym_DASH] = ACTIONS(4792), + [anon_sym_SLASH] = ACTIONS(4792), + [anon_sym_PERCENT] = ACTIONS(4794), + [anon_sym_as_QMARK] = ACTIONS(4794), + [anon_sym_PLUS_PLUS] = ACTIONS(4794), + [anon_sym_DASH_DASH] = ACTIONS(4794), + [anon_sym_BANG_BANG] = ACTIONS(4794), + [anon_sym_suspend] = ACTIONS(4792), + [anon_sym_sealed] = ACTIONS(4792), + [anon_sym_annotation] = ACTIONS(4792), + [anon_sym_data] = ACTIONS(4792), + [anon_sym_inner] = ACTIONS(4792), + [anon_sym_override] = ACTIONS(4792), + [anon_sym_lateinit] = ACTIONS(4792), + [anon_sym_public] = ACTIONS(4792), + [anon_sym_private] = ACTIONS(4792), + [anon_sym_internal] = ACTIONS(4792), + [anon_sym_protected] = ACTIONS(4792), + [anon_sym_tailrec] = ACTIONS(4792), + [anon_sym_operator] = ACTIONS(4792), + [anon_sym_infix] = ACTIONS(4792), + [anon_sym_inline] = ACTIONS(4792), + [anon_sym_external] = ACTIONS(4792), + [sym_property_modifier] = ACTIONS(4792), + [anon_sym_abstract] = ACTIONS(4792), + [anon_sym_final] = ACTIONS(4792), + [anon_sym_open] = ACTIONS(4792), + [anon_sym_vararg] = ACTIONS(4792), + [anon_sym_noinline] = ACTIONS(4792), + [anon_sym_crossinline] = ACTIONS(4792), + [anon_sym_expect] = ACTIONS(4792), + [anon_sym_actual] = ACTIONS(4792), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4794), + [sym_safe_nav] = ACTIONS(4794), + [sym_multiline_comment] = ACTIONS(3), + }, + [4206] = { + [sym_indexing_suffix] = STATE(4986), + [sym_navigation_suffix] = STATE(5006), + [sym_call_suffix] = STATE(5077), + [sym_annotated_lambda] = STATE(4993), + [sym_type_arguments] = STATE(7551), + [sym_value_arguments] = STATE(4451), + [sym_lambda_literal] = STATE(4995), + [sym__equality_operator] = STATE(1860), + [sym__comparison_operator] = STATE(1852), + [sym__in_operator] = STATE(1848), + [sym__is_operator] = STATE(5776), + [sym__additive_operator] = STATE(1847), + [sym__multiplicative_operator] = STATE(1846), + [sym__as_operator] = STATE(5777), + [sym__postfix_unary_operator] = STATE(5000), + [sym__member_access_operator] = STATE(7402), + [sym_annotation] = STATE(7890), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1843), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7890), + [sym__alpha_identifier] = ACTIONS(3075), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(6702), + [anon_sym_as] = ACTIONS(6704), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_RBRACE] = ACTIONS(3077), + [anon_sym_LPAREN] = ACTIONS(6706), + [anon_sym_LT] = ACTIONS(3079), + [anon_sym_GT] = ACTIONS(3075), + [anon_sym_DOT] = ACTIONS(6708), + [anon_sym_SEMI] = ACTIONS(3077), + [anon_sym_get] = ACTIONS(3075), + [anon_sym_set] = ACTIONS(3075), + [anon_sym_STAR] = ACTIONS(7282), + [sym_label] = ACTIONS(6712), + [anon_sym_in] = ACTIONS(3075), + [anon_sym_DOT_DOT] = ACTIONS(3077), + [anon_sym_QMARK_COLON] = ACTIONS(3077), + [anon_sym_AMP_AMP] = ACTIONS(3077), + [anon_sym_PIPE_PIPE] = ACTIONS(3077), + [anon_sym_else] = ACTIONS(3075), + [anon_sym_COLON_COLON] = ACTIONS(6718), + [anon_sym_BANG_EQ] = ACTIONS(3075), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3077), + [anon_sym_EQ_EQ] = ACTIONS(3075), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3077), + [anon_sym_LT_EQ] = ACTIONS(3077), + [anon_sym_GT_EQ] = ACTIONS(3077), + [anon_sym_BANGin] = ACTIONS(3077), + [anon_sym_is] = ACTIONS(3075), + [anon_sym_BANGis] = ACTIONS(3077), + [anon_sym_PLUS] = ACTIONS(7302), + [anon_sym_DASH] = ACTIONS(7302), + [anon_sym_SLASH] = ACTIONS(7304), + [anon_sym_PERCENT] = ACTIONS(7282), + [anon_sym_as_QMARK] = ACTIONS(6722), + [anon_sym_PLUS_PLUS] = ACTIONS(6724), + [anon_sym_DASH_DASH] = ACTIONS(6724), + [anon_sym_BANG_BANG] = ACTIONS(6724), + [anon_sym_data] = ACTIONS(3075), + [anon_sym_inner] = ACTIONS(3075), + [anon_sym_expect] = ACTIONS(3075), + [anon_sym_actual] = ACTIONS(3075), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3077), + [sym__automatic_semicolon] = ACTIONS(3077), + [sym_safe_nav] = ACTIONS(6718), + [sym_multiline_comment] = ACTIONS(3), + }, + [4207] = { + [sym_indexing_suffix] = STATE(4986), + [sym_navigation_suffix] = STATE(5006), + [sym_call_suffix] = STATE(5077), + [sym_annotated_lambda] = STATE(4993), + [sym_type_arguments] = STATE(7551), + [sym_value_arguments] = STATE(4451), + [sym_lambda_literal] = STATE(4995), + [sym__equality_operator] = STATE(1860), + [sym__comparison_operator] = STATE(1852), + [sym__in_operator] = STATE(1848), + [sym__is_operator] = STATE(5776), + [sym__additive_operator] = STATE(1847), + [sym__multiplicative_operator] = STATE(1846), + [sym__as_operator] = STATE(5777), + [sym__postfix_unary_operator] = STATE(5000), + [sym__member_access_operator] = STATE(7402), + [sym_annotation] = STATE(7890), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1843), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7890), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6688), - [anon_sym_as] = ACTIONS(6690), + [anon_sym_LBRACK] = ACTIONS(6702), + [anon_sym_as] = ACTIONS(6704), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(2993), - [anon_sym_LPAREN] = ACTIONS(6692), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7288), - [anon_sym_DOT] = ACTIONS(6696), - [anon_sym_SEMI] = ACTIONS(2993), + [anon_sym_RBRACE] = ACTIONS(3054), + [anon_sym_LPAREN] = ACTIONS(6706), + [anon_sym_LT] = ACTIONS(3056), + [anon_sym_GT] = ACTIONS(3052), + [anon_sym_DOT] = ACTIONS(6708), + [anon_sym_SEMI] = ACTIONS(3054), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7272), - [sym_label] = ACTIONS(6700), - [anon_sym_in] = ACTIONS(7284), - [anon_sym_DOT_DOT] = ACTIONS(7274), - [anon_sym_QMARK_COLON] = ACTIONS(7280), - [anon_sym_AMP_AMP] = ACTIONS(2993), - [anon_sym_PIPE_PIPE] = ACTIONS(2993), - [anon_sym_else] = ACTIONS(2991), - [anon_sym_COLON_COLON] = ACTIONS(6712), - [anon_sym_BANG_EQ] = ACTIONS(7296), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7298), - [anon_sym_EQ_EQ] = ACTIONS(7296), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7298), - [anon_sym_LT_EQ] = ACTIONS(7290), - [anon_sym_GT_EQ] = ACTIONS(7290), - [anon_sym_BANGin] = ACTIONS(7286), - [anon_sym_is] = ACTIONS(6722), - [anon_sym_BANGis] = ACTIONS(6724), - [anon_sym_PLUS] = ACTIONS(7276), - [anon_sym_DASH] = ACTIONS(7276), - [anon_sym_SLASH] = ACTIONS(7278), - [anon_sym_PERCENT] = ACTIONS(7272), - [anon_sym_as_QMARK] = ACTIONS(6728), - [anon_sym_PLUS_PLUS] = ACTIONS(6730), - [anon_sym_DASH_DASH] = ACTIONS(6730), - [anon_sym_BANG_BANG] = ACTIONS(6730), + [anon_sym_STAR] = ACTIONS(7282), + [sym_label] = ACTIONS(6712), + [anon_sym_in] = ACTIONS(3052), + [anon_sym_DOT_DOT] = ACTIONS(7286), + [anon_sym_QMARK_COLON] = ACTIONS(3054), + [anon_sym_AMP_AMP] = ACTIONS(3054), + [anon_sym_PIPE_PIPE] = ACTIONS(3054), + [anon_sym_else] = ACTIONS(3052), + [anon_sym_COLON_COLON] = ACTIONS(6718), + [anon_sym_BANG_EQ] = ACTIONS(3052), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3054), + [anon_sym_EQ_EQ] = ACTIONS(3052), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3054), + [anon_sym_LT_EQ] = ACTIONS(3054), + [anon_sym_GT_EQ] = ACTIONS(3054), + [anon_sym_BANGin] = ACTIONS(3054), + [anon_sym_is] = ACTIONS(3052), + [anon_sym_BANGis] = ACTIONS(3054), + [anon_sym_PLUS] = ACTIONS(7302), + [anon_sym_DASH] = ACTIONS(7302), + [anon_sym_SLASH] = ACTIONS(7304), + [anon_sym_PERCENT] = ACTIONS(7282), + [anon_sym_as_QMARK] = ACTIONS(6722), + [anon_sym_PLUS_PLUS] = ACTIONS(6724), + [anon_sym_DASH_DASH] = ACTIONS(6724), + [anon_sym_BANG_BANG] = ACTIONS(6724), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(2993), - [sym_safe_nav] = ACTIONS(6712), - [sym_multiline_comment] = ACTIONS(3), - }, - [4201] = { - [sym__alpha_identifier] = ACTIONS(4929), - [anon_sym_AT] = ACTIONS(4931), - [anon_sym_LBRACK] = ACTIONS(4931), - [anon_sym_as] = ACTIONS(4929), - [anon_sym_LBRACE] = ACTIONS(4931), - [anon_sym_RBRACE] = ACTIONS(4931), - [anon_sym_LPAREN] = ACTIONS(7331), - [anon_sym_RPAREN] = ACTIONS(4931), - [anon_sym_LT] = ACTIONS(4929), - [anon_sym_GT] = ACTIONS(4929), - [anon_sym_DOT] = ACTIONS(4929), - [anon_sym_SEMI] = ACTIONS(4931), - [anon_sym_get] = ACTIONS(4929), - [anon_sym_set] = ACTIONS(4929), - [anon_sym_STAR] = ACTIONS(4931), - [sym_label] = ACTIONS(4931), - [anon_sym_in] = ACTIONS(4929), - [anon_sym_while] = ACTIONS(4929), - [anon_sym_DOT_DOT] = ACTIONS(4931), - [anon_sym_QMARK_COLON] = ACTIONS(4931), - [anon_sym_AMP_AMP] = ACTIONS(4931), - [anon_sym_PIPE_PIPE] = ACTIONS(4931), - [anon_sym_else] = ACTIONS(4929), - [anon_sym_COLON_COLON] = ACTIONS(4931), - [anon_sym_BANG_EQ] = ACTIONS(4929), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4931), - [anon_sym_EQ_EQ] = ACTIONS(4929), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4931), - [anon_sym_LT_EQ] = ACTIONS(4931), - [anon_sym_GT_EQ] = ACTIONS(4931), - [anon_sym_BANGin] = ACTIONS(4931), - [anon_sym_is] = ACTIONS(4929), - [anon_sym_BANGis] = ACTIONS(4931), - [anon_sym_PLUS] = ACTIONS(4929), - [anon_sym_DASH] = ACTIONS(4929), - [anon_sym_SLASH] = ACTIONS(4929), - [anon_sym_PERCENT] = ACTIONS(4931), - [anon_sym_as_QMARK] = ACTIONS(4931), - [anon_sym_PLUS_PLUS] = ACTIONS(4931), - [anon_sym_DASH_DASH] = ACTIONS(4931), - [anon_sym_BANG_BANG] = ACTIONS(4931), - [anon_sym_suspend] = ACTIONS(4929), - [anon_sym_sealed] = ACTIONS(4929), - [anon_sym_annotation] = ACTIONS(4929), - [anon_sym_data] = ACTIONS(4929), - [anon_sym_inner] = ACTIONS(4929), - [anon_sym_override] = ACTIONS(4929), - [anon_sym_lateinit] = ACTIONS(4929), - [anon_sym_public] = ACTIONS(4929), - [anon_sym_private] = ACTIONS(4929), - [anon_sym_internal] = ACTIONS(4929), - [anon_sym_protected] = ACTIONS(4929), - [anon_sym_tailrec] = ACTIONS(4929), - [anon_sym_operator] = ACTIONS(4929), - [anon_sym_infix] = ACTIONS(4929), - [anon_sym_inline] = ACTIONS(4929), - [anon_sym_external] = ACTIONS(4929), - [sym_property_modifier] = ACTIONS(4929), - [anon_sym_abstract] = ACTIONS(4929), - [anon_sym_final] = ACTIONS(4929), - [anon_sym_open] = ACTIONS(4929), - [anon_sym_vararg] = ACTIONS(4929), - [anon_sym_noinline] = ACTIONS(4929), - [anon_sym_crossinline] = ACTIONS(4929), - [anon_sym_expect] = ACTIONS(4929), - [anon_sym_actual] = ACTIONS(4929), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4931), - [sym_safe_nav] = ACTIONS(4931), + [sym__automatic_semicolon] = ACTIONS(3054), + [sym_safe_nav] = ACTIONS(6718), [sym_multiline_comment] = ACTIONS(3), }, - [4202] = { - [sym_indexing_suffix] = STATE(4909), - [sym_navigation_suffix] = STATE(4889), - [sym_call_suffix] = STATE(4891), - [sym_annotated_lambda] = STATE(4893), - [sym_type_arguments] = STATE(7557), - [sym_value_arguments] = STATE(4442), - [sym_lambda_literal] = STATE(4899), - [sym__equality_operator] = STATE(1749), - [sym__comparison_operator] = STATE(1750), - [sym__in_operator] = STATE(1755), - [sym__is_operator] = STATE(6028), - [sym__additive_operator] = STATE(1762), - [sym__multiplicative_operator] = STATE(1763), - [sym__as_operator] = STATE(6024), - [sym__postfix_unary_operator] = STATE(4912), - [sym__member_access_operator] = STATE(7341), - [sym_annotation] = STATE(7855), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1813), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7855), + [4208] = { + [sym_indexing_suffix] = STATE(4986), + [sym_navigation_suffix] = STATE(5006), + [sym_call_suffix] = STATE(5077), + [sym_annotated_lambda] = STATE(4993), + [sym_type_arguments] = STATE(7551), + [sym_value_arguments] = STATE(4451), + [sym_lambda_literal] = STATE(4995), + [sym__equality_operator] = STATE(1860), + [sym__comparison_operator] = STATE(1852), + [sym__in_operator] = STATE(1848), + [sym__is_operator] = STATE(5776), + [sym__additive_operator] = STATE(1847), + [sym__multiplicative_operator] = STATE(1846), + [sym__as_operator] = STATE(5777), + [sym__postfix_unary_operator] = STATE(5000), + [sym__member_access_operator] = STATE(7402), + [sym_annotation] = STATE(7890), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1843), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7890), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6688), - [anon_sym_as] = ACTIONS(6690), + [anon_sym_LBRACK] = ACTIONS(6702), + [anon_sym_as] = ACTIONS(6704), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3051), - [anon_sym_LPAREN] = ACTIONS(6692), + [anon_sym_RBRACE] = ACTIONS(3050), + [anon_sym_LPAREN] = ACTIONS(6706), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7288), - [anon_sym_DOT] = ACTIONS(6696), - [anon_sym_SEMI] = ACTIONS(3051), + [anon_sym_GT] = ACTIONS(7280), + [anon_sym_DOT] = ACTIONS(6708), + [anon_sym_SEMI] = ACTIONS(3050), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7272), - [sym_label] = ACTIONS(6700), + [anon_sym_STAR] = ACTIONS(7282), + [sym_label] = ACTIONS(6712), [anon_sym_in] = ACTIONS(7284), - [anon_sym_DOT_DOT] = ACTIONS(7274), - [anon_sym_QMARK_COLON] = ACTIONS(7280), - [anon_sym_AMP_AMP] = ACTIONS(7292), - [anon_sym_PIPE_PIPE] = ACTIONS(7294), - [anon_sym_else] = ACTIONS(3049), - [anon_sym_COLON_COLON] = ACTIONS(6712), - [anon_sym_BANG_EQ] = ACTIONS(7296), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7298), - [anon_sym_EQ_EQ] = ACTIONS(7296), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7298), - [anon_sym_LT_EQ] = ACTIONS(7290), - [anon_sym_GT_EQ] = ACTIONS(7290), - [anon_sym_BANGin] = ACTIONS(7286), - [anon_sym_is] = ACTIONS(6722), - [anon_sym_BANGis] = ACTIONS(6724), - [anon_sym_PLUS] = ACTIONS(7276), - [anon_sym_DASH] = ACTIONS(7276), - [anon_sym_SLASH] = ACTIONS(7278), - [anon_sym_PERCENT] = ACTIONS(7272), - [anon_sym_as_QMARK] = ACTIONS(6728), - [anon_sym_PLUS_PLUS] = ACTIONS(6730), - [anon_sym_DASH_DASH] = ACTIONS(6730), - [anon_sym_BANG_BANG] = ACTIONS(6730), + [anon_sym_DOT_DOT] = ACTIONS(7286), + [anon_sym_QMARK_COLON] = ACTIONS(7288), + [anon_sym_AMP_AMP] = ACTIONS(3050), + [anon_sym_PIPE_PIPE] = ACTIONS(3050), + [anon_sym_else] = ACTIONS(3048), + [anon_sym_COLON_COLON] = ACTIONS(6718), + [anon_sym_BANG_EQ] = ACTIONS(7294), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7296), + [anon_sym_EQ_EQ] = ACTIONS(7294), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7296), + [anon_sym_LT_EQ] = ACTIONS(7298), + [anon_sym_GT_EQ] = ACTIONS(7298), + [anon_sym_BANGin] = ACTIONS(7300), + [anon_sym_is] = ACTIONS(6744), + [anon_sym_BANGis] = ACTIONS(6746), + [anon_sym_PLUS] = ACTIONS(7302), + [anon_sym_DASH] = ACTIONS(7302), + [anon_sym_SLASH] = ACTIONS(7304), + [anon_sym_PERCENT] = ACTIONS(7282), + [anon_sym_as_QMARK] = ACTIONS(6722), + [anon_sym_PLUS_PLUS] = ACTIONS(6724), + [anon_sym_DASH_DASH] = ACTIONS(6724), + [anon_sym_BANG_BANG] = ACTIONS(6724), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3051), - [sym_safe_nav] = ACTIONS(6712), + [sym__automatic_semicolon] = ACTIONS(3050), + [sym_safe_nav] = ACTIONS(6718), [sym_multiline_comment] = ACTIONS(3), }, - [4203] = { - [sym__alpha_identifier] = ACTIONS(5067), - [anon_sym_AT] = ACTIONS(5069), - [anon_sym_LBRACK] = ACTIONS(5069), - [anon_sym_as] = ACTIONS(5067), - [anon_sym_LBRACE] = ACTIONS(5069), - [anon_sym_RBRACE] = ACTIONS(5069), - [anon_sym_LPAREN] = ACTIONS(5069), - [anon_sym_RPAREN] = ACTIONS(5069), - [anon_sym_LT] = ACTIONS(5067), - [anon_sym_GT] = ACTIONS(5067), - [anon_sym_DOT] = ACTIONS(5067), - [anon_sym_SEMI] = ACTIONS(7333), - [anon_sym_get] = ACTIONS(5067), - [anon_sym_set] = ACTIONS(5067), - [anon_sym_STAR] = ACTIONS(5069), - [sym_label] = ACTIONS(5069), - [anon_sym_in] = ACTIONS(5067), - [anon_sym_while] = ACTIONS(5067), - [anon_sym_DOT_DOT] = ACTIONS(5069), - [anon_sym_QMARK_COLON] = ACTIONS(5069), - [anon_sym_AMP_AMP] = ACTIONS(5069), - [anon_sym_PIPE_PIPE] = ACTIONS(5069), - [anon_sym_else] = ACTIONS(7302), - [anon_sym_COLON_COLON] = ACTIONS(5069), - [anon_sym_BANG_EQ] = ACTIONS(5067), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5069), - [anon_sym_EQ_EQ] = ACTIONS(5067), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5069), - [anon_sym_LT_EQ] = ACTIONS(5069), - [anon_sym_GT_EQ] = ACTIONS(5069), - [anon_sym_BANGin] = ACTIONS(5069), - [anon_sym_is] = ACTIONS(5067), - [anon_sym_BANGis] = ACTIONS(5069), - [anon_sym_PLUS] = ACTIONS(5067), - [anon_sym_DASH] = ACTIONS(5067), - [anon_sym_SLASH] = ACTIONS(5067), - [anon_sym_PERCENT] = ACTIONS(5069), - [anon_sym_as_QMARK] = ACTIONS(5069), - [anon_sym_PLUS_PLUS] = ACTIONS(5069), - [anon_sym_DASH_DASH] = ACTIONS(5069), - [anon_sym_BANG_BANG] = ACTIONS(5069), - [anon_sym_suspend] = ACTIONS(5067), - [anon_sym_sealed] = ACTIONS(5067), - [anon_sym_annotation] = ACTIONS(5067), - [anon_sym_data] = ACTIONS(5067), - [anon_sym_inner] = ACTIONS(5067), - [anon_sym_override] = ACTIONS(5067), - [anon_sym_lateinit] = ACTIONS(5067), - [anon_sym_public] = ACTIONS(5067), - [anon_sym_private] = ACTIONS(5067), - [anon_sym_internal] = ACTIONS(5067), - [anon_sym_protected] = ACTIONS(5067), - [anon_sym_tailrec] = ACTIONS(5067), - [anon_sym_operator] = ACTIONS(5067), - [anon_sym_infix] = ACTIONS(5067), - [anon_sym_inline] = ACTIONS(5067), - [anon_sym_external] = ACTIONS(5067), - [sym_property_modifier] = ACTIONS(5067), - [anon_sym_abstract] = ACTIONS(5067), - [anon_sym_final] = ACTIONS(5067), - [anon_sym_open] = ACTIONS(5067), - [anon_sym_vararg] = ACTIONS(5067), - [anon_sym_noinline] = ACTIONS(5067), - [anon_sym_crossinline] = ACTIONS(5067), - [anon_sym_expect] = ACTIONS(5067), - [anon_sym_actual] = ACTIONS(5067), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5069), - [sym_safe_nav] = ACTIONS(5069), + [4209] = { + [sym__alpha_identifier] = ACTIONS(4150), + [anon_sym_AT] = ACTIONS(4148), + [anon_sym_LBRACK] = ACTIONS(4148), + [anon_sym_as] = ACTIONS(4150), + [anon_sym_LBRACE] = ACTIONS(4148), + [anon_sym_RBRACE] = ACTIONS(4148), + [anon_sym_LPAREN] = ACTIONS(7341), + [anon_sym_RPAREN] = ACTIONS(4148), + [anon_sym_LT] = ACTIONS(4150), + [anon_sym_GT] = ACTIONS(4150), + [anon_sym_DOT] = ACTIONS(4150), + [anon_sym_SEMI] = ACTIONS(4148), + [anon_sym_get] = ACTIONS(4150), + [anon_sym_set] = ACTIONS(4150), + [anon_sym_STAR] = ACTIONS(4148), + [sym_label] = ACTIONS(4148), + [anon_sym_in] = ACTIONS(4150), + [anon_sym_while] = ACTIONS(4150), + [anon_sym_DOT_DOT] = ACTIONS(4148), + [anon_sym_QMARK_COLON] = ACTIONS(4148), + [anon_sym_AMP_AMP] = ACTIONS(4148), + [anon_sym_PIPE_PIPE] = ACTIONS(4148), + [anon_sym_else] = ACTIONS(4150), + [anon_sym_COLON_COLON] = ACTIONS(4148), + [anon_sym_BANG_EQ] = ACTIONS(4150), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4148), + [anon_sym_EQ_EQ] = ACTIONS(4150), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4148), + [anon_sym_LT_EQ] = ACTIONS(4148), + [anon_sym_GT_EQ] = ACTIONS(4148), + [anon_sym_BANGin] = ACTIONS(4148), + [anon_sym_is] = ACTIONS(4150), + [anon_sym_BANGis] = ACTIONS(4148), + [anon_sym_PLUS] = ACTIONS(4150), + [anon_sym_DASH] = ACTIONS(4150), + [anon_sym_SLASH] = ACTIONS(4150), + [anon_sym_PERCENT] = ACTIONS(4148), + [anon_sym_as_QMARK] = ACTIONS(4148), + [anon_sym_PLUS_PLUS] = ACTIONS(4148), + [anon_sym_DASH_DASH] = ACTIONS(4148), + [anon_sym_BANG_BANG] = ACTIONS(4148), + [anon_sym_suspend] = ACTIONS(4150), + [anon_sym_sealed] = ACTIONS(4150), + [anon_sym_annotation] = ACTIONS(4150), + [anon_sym_data] = ACTIONS(4150), + [anon_sym_inner] = ACTIONS(4150), + [anon_sym_override] = ACTIONS(4150), + [anon_sym_lateinit] = ACTIONS(4150), + [anon_sym_public] = ACTIONS(4150), + [anon_sym_private] = ACTIONS(4150), + [anon_sym_internal] = ACTIONS(4150), + [anon_sym_protected] = ACTIONS(4150), + [anon_sym_tailrec] = ACTIONS(4150), + [anon_sym_operator] = ACTIONS(4150), + [anon_sym_infix] = ACTIONS(4150), + [anon_sym_inline] = ACTIONS(4150), + [anon_sym_external] = ACTIONS(4150), + [sym_property_modifier] = ACTIONS(4150), + [anon_sym_abstract] = ACTIONS(4150), + [anon_sym_final] = ACTIONS(4150), + [anon_sym_open] = ACTIONS(4150), + [anon_sym_vararg] = ACTIONS(4150), + [anon_sym_noinline] = ACTIONS(4150), + [anon_sym_crossinline] = ACTIONS(4150), + [anon_sym_expect] = ACTIONS(4150), + [anon_sym_actual] = ACTIONS(4150), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4148), + [sym_safe_nav] = ACTIONS(4148), [sym_multiline_comment] = ACTIONS(3), }, - [4204] = { - [sym_indexing_suffix] = STATE(4909), - [sym_navigation_suffix] = STATE(4889), - [sym_call_suffix] = STATE(4891), - [sym_annotated_lambda] = STATE(4893), - [sym_type_arguments] = STATE(7557), - [sym_value_arguments] = STATE(4442), - [sym_lambda_literal] = STATE(4899), - [sym__equality_operator] = STATE(1749), - [sym__comparison_operator] = STATE(1750), - [sym__in_operator] = STATE(1755), - [sym__is_operator] = STATE(6028), - [sym__additive_operator] = STATE(1762), - [sym__multiplicative_operator] = STATE(1763), - [sym__as_operator] = STATE(6024), - [sym__postfix_unary_operator] = STATE(4912), - [sym__member_access_operator] = STATE(7341), - [sym_annotation] = STATE(7855), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(1813), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7855), + [4210] = { + [sym_indexing_suffix] = STATE(4986), + [sym_navigation_suffix] = STATE(5006), + [sym_call_suffix] = STATE(5077), + [sym_annotated_lambda] = STATE(4993), + [sym_type_arguments] = STATE(7551), + [sym_value_arguments] = STATE(4451), + [sym_lambda_literal] = STATE(4995), + [sym__equality_operator] = STATE(1860), + [sym__comparison_operator] = STATE(1852), + [sym__in_operator] = STATE(1848), + [sym__is_operator] = STATE(5776), + [sym__additive_operator] = STATE(1847), + [sym__multiplicative_operator] = STATE(1846), + [sym__as_operator] = STATE(5777), + [sym__postfix_unary_operator] = STATE(5000), + [sym__member_access_operator] = STATE(7402), + [sym_annotation] = STATE(7890), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1843), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7890), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6688), - [anon_sym_as] = ACTIONS(6690), + [anon_sym_LBRACK] = ACTIONS(6702), + [anon_sym_as] = ACTIONS(6704), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3074), - [anon_sym_LPAREN] = ACTIONS(6692), + [anon_sym_RBRACE] = ACTIONS(3046), + [anon_sym_LPAREN] = ACTIONS(6706), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7288), - [anon_sym_DOT] = ACTIONS(6696), - [anon_sym_SEMI] = ACTIONS(3074), + [anon_sym_GT] = ACTIONS(7280), + [anon_sym_DOT] = ACTIONS(6708), + [anon_sym_SEMI] = ACTIONS(3046), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7272), - [sym_label] = ACTIONS(6700), + [anon_sym_STAR] = ACTIONS(7282), + [sym_label] = ACTIONS(6712), [anon_sym_in] = ACTIONS(7284), - [anon_sym_DOT_DOT] = ACTIONS(7274), - [anon_sym_QMARK_COLON] = ACTIONS(7280), - [anon_sym_AMP_AMP] = ACTIONS(7292), - [anon_sym_PIPE_PIPE] = ACTIONS(7294), - [anon_sym_else] = ACTIONS(3072), - [anon_sym_COLON_COLON] = ACTIONS(6712), - [anon_sym_BANG_EQ] = ACTIONS(7296), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7298), - [anon_sym_EQ_EQ] = ACTIONS(7296), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7298), - [anon_sym_LT_EQ] = ACTIONS(7290), - [anon_sym_GT_EQ] = ACTIONS(7290), - [anon_sym_BANGin] = ACTIONS(7286), - [anon_sym_is] = ACTIONS(6722), - [anon_sym_BANGis] = ACTIONS(6724), - [anon_sym_PLUS] = ACTIONS(7276), - [anon_sym_DASH] = ACTIONS(7276), - [anon_sym_SLASH] = ACTIONS(7278), - [anon_sym_PERCENT] = ACTIONS(7272), - [anon_sym_as_QMARK] = ACTIONS(6728), - [anon_sym_PLUS_PLUS] = ACTIONS(6730), - [anon_sym_DASH_DASH] = ACTIONS(6730), - [anon_sym_BANG_BANG] = ACTIONS(6730), + [anon_sym_DOT_DOT] = ACTIONS(7286), + [anon_sym_QMARK_COLON] = ACTIONS(7288), + [anon_sym_AMP_AMP] = ACTIONS(7290), + [anon_sym_PIPE_PIPE] = ACTIONS(3046), + [anon_sym_else] = ACTIONS(3044), + [anon_sym_COLON_COLON] = ACTIONS(6718), + [anon_sym_BANG_EQ] = ACTIONS(7294), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7296), + [anon_sym_EQ_EQ] = ACTIONS(7294), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7296), + [anon_sym_LT_EQ] = ACTIONS(7298), + [anon_sym_GT_EQ] = ACTIONS(7298), + [anon_sym_BANGin] = ACTIONS(7300), + [anon_sym_is] = ACTIONS(6744), + [anon_sym_BANGis] = ACTIONS(6746), + [anon_sym_PLUS] = ACTIONS(7302), + [anon_sym_DASH] = ACTIONS(7302), + [anon_sym_SLASH] = ACTIONS(7304), + [anon_sym_PERCENT] = ACTIONS(7282), + [anon_sym_as_QMARK] = ACTIONS(6722), + [anon_sym_PLUS_PLUS] = ACTIONS(6724), + [anon_sym_DASH_DASH] = ACTIONS(6724), + [anon_sym_BANG_BANG] = ACTIONS(6724), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym__automatic_semicolon] = ACTIONS(3074), - [sym_safe_nav] = ACTIONS(6712), + [sym__automatic_semicolon] = ACTIONS(3046), + [sym_safe_nav] = ACTIONS(6718), [sym_multiline_comment] = ACTIONS(3), }, - [4205] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2308), - [sym__comparison_operator] = STATE(2309), - [sym__in_operator] = STATE(2310), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2311), - [sym__multiplicative_operator] = STATE(2312), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2313), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), - [aux_sym_indexing_suffix_repeat1] = STATE(8462), + [4211] = { + [sym_indexing_suffix] = STATE(4986), + [sym_navigation_suffix] = STATE(5006), + [sym_call_suffix] = STATE(5077), + [sym_annotated_lambda] = STATE(4993), + [sym_type_arguments] = STATE(7551), + [sym_value_arguments] = STATE(4451), + [sym_lambda_literal] = STATE(4995), + [sym__equality_operator] = STATE(1860), + [sym__comparison_operator] = STATE(1852), + [sym__in_operator] = STATE(1848), + [sym__is_operator] = STATE(5776), + [sym__additive_operator] = STATE(1847), + [sym__multiplicative_operator] = STATE(1846), + [sym__as_operator] = STATE(5777), + [sym__postfix_unary_operator] = STATE(5000), + [sym__member_access_operator] = STATE(7402), + [sym_annotation] = STATE(7890), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1843), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7890), + [sym__alpha_identifier] = ACTIONS(2992), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(6702), + [anon_sym_as] = ACTIONS(6704), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_RBRACE] = ACTIONS(2994), + [anon_sym_LPAREN] = ACTIONS(6706), + [anon_sym_LT] = ACTIONS(2996), + [anon_sym_GT] = ACTIONS(2992), + [anon_sym_DOT] = ACTIONS(6708), + [anon_sym_SEMI] = ACTIONS(2994), + [anon_sym_get] = ACTIONS(2992), + [anon_sym_set] = ACTIONS(2992), + [anon_sym_STAR] = ACTIONS(7282), + [sym_label] = ACTIONS(6712), + [anon_sym_in] = ACTIONS(2992), + [anon_sym_DOT_DOT] = ACTIONS(7286), + [anon_sym_QMARK_COLON] = ACTIONS(2994), + [anon_sym_AMP_AMP] = ACTIONS(2994), + [anon_sym_PIPE_PIPE] = ACTIONS(2994), + [anon_sym_else] = ACTIONS(2992), + [anon_sym_COLON_COLON] = ACTIONS(6718), + [anon_sym_BANG_EQ] = ACTIONS(2992), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2994), + [anon_sym_EQ_EQ] = ACTIONS(2992), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2994), + [anon_sym_LT_EQ] = ACTIONS(2994), + [anon_sym_GT_EQ] = ACTIONS(2994), + [anon_sym_BANGin] = ACTIONS(2994), + [anon_sym_is] = ACTIONS(2992), + [anon_sym_BANGis] = ACTIONS(2994), + [anon_sym_PLUS] = ACTIONS(7302), + [anon_sym_DASH] = ACTIONS(7302), + [anon_sym_SLASH] = ACTIONS(7304), + [anon_sym_PERCENT] = ACTIONS(7282), + [anon_sym_as_QMARK] = ACTIONS(6722), + [anon_sym_PLUS_PLUS] = ACTIONS(6724), + [anon_sym_DASH_DASH] = ACTIONS(6724), + [anon_sym_BANG_BANG] = ACTIONS(6724), + [anon_sym_data] = ACTIONS(2992), + [anon_sym_inner] = ACTIONS(2992), + [anon_sym_expect] = ACTIONS(2992), + [anon_sym_actual] = ACTIONS(2992), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(2994), + [sym__automatic_semicolon] = ACTIONS(2994), + [sym_safe_nav] = ACTIONS(6718), + [sym_multiline_comment] = ACTIONS(3), + }, + [4212] = { + [sym_indexing_suffix] = STATE(4986), + [sym_navigation_suffix] = STATE(5006), + [sym_call_suffix] = STATE(5077), + [sym_annotated_lambda] = STATE(4993), + [sym_type_arguments] = STATE(7551), + [sym_value_arguments] = STATE(4451), + [sym_lambda_literal] = STATE(4995), + [sym__equality_operator] = STATE(1860), + [sym__comparison_operator] = STATE(1852), + [sym__in_operator] = STATE(1848), + [sym__is_operator] = STATE(5776), + [sym__additive_operator] = STATE(1847), + [sym__multiplicative_operator] = STATE(1846), + [sym__as_operator] = STATE(5777), + [sym__postfix_unary_operator] = STATE(5000), + [sym__member_access_operator] = STATE(7402), + [sym_annotation] = STATE(7890), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1843), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7890), + [sym__alpha_identifier] = ACTIONS(3011), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(6702), + [anon_sym_as] = ACTIONS(6704), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_RBRACE] = ACTIONS(3013), + [anon_sym_LPAREN] = ACTIONS(6706), + [anon_sym_LT] = ACTIONS(3015), + [anon_sym_GT] = ACTIONS(3011), + [anon_sym_DOT] = ACTIONS(6708), + [anon_sym_SEMI] = ACTIONS(3013), + [anon_sym_get] = ACTIONS(3011), + [anon_sym_set] = ACTIONS(3011), + [anon_sym_STAR] = ACTIONS(3013), + [sym_label] = ACTIONS(6712), + [anon_sym_in] = ACTIONS(3011), + [anon_sym_DOT_DOT] = ACTIONS(3013), + [anon_sym_QMARK_COLON] = ACTIONS(3013), + [anon_sym_AMP_AMP] = ACTIONS(3013), + [anon_sym_PIPE_PIPE] = ACTIONS(3013), + [anon_sym_else] = ACTIONS(3011), + [anon_sym_COLON_COLON] = ACTIONS(6718), + [anon_sym_BANG_EQ] = ACTIONS(3011), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3013), + [anon_sym_EQ_EQ] = ACTIONS(3011), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3013), + [anon_sym_LT_EQ] = ACTIONS(3013), + [anon_sym_GT_EQ] = ACTIONS(3013), + [anon_sym_BANGin] = ACTIONS(3013), + [anon_sym_is] = ACTIONS(3011), + [anon_sym_BANGis] = ACTIONS(3013), + [anon_sym_PLUS] = ACTIONS(3011), + [anon_sym_DASH] = ACTIONS(3011), + [anon_sym_SLASH] = ACTIONS(3011), + [anon_sym_PERCENT] = ACTIONS(3013), + [anon_sym_as_QMARK] = ACTIONS(6722), + [anon_sym_PLUS_PLUS] = ACTIONS(6724), + [anon_sym_DASH_DASH] = ACTIONS(6724), + [anon_sym_BANG_BANG] = ACTIONS(6724), + [anon_sym_data] = ACTIONS(3011), + [anon_sym_inner] = ACTIONS(3011), + [anon_sym_expect] = ACTIONS(3011), + [anon_sym_actual] = ACTIONS(3011), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3013), + [sym__automatic_semicolon] = ACTIONS(3013), + [sym_safe_nav] = ACTIONS(6718), + [sym_multiline_comment] = ACTIONS(3), + }, + [4213] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(1850), + [sym__comparison_operator] = STATE(1849), + [sym__in_operator] = STATE(1845), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(1842), + [sym__multiplicative_operator] = STATE(1841), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1838), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), + [aux_sym_indexing_suffix_repeat1] = STATE(8389), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_RBRACK] = ACTIONS(7335), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_RBRACK] = ACTIONS(7343), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_COMMA] = ACTIONS(7337), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_COMMA] = ACTIONS(7345), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7031), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7038), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7007), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7033), - [anon_sym_DOT_DOT] = ACTIONS(7009), - [anon_sym_QMARK_COLON] = ACTIONS(7035), - [anon_sym_AMP_AMP] = ACTIONS(7037), - [anon_sym_PIPE_PIPE] = ACTIONS(7039), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7041), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7043), - [anon_sym_EQ_EQ] = ACTIONS(7041), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7043), - [anon_sym_LT_EQ] = ACTIONS(7045), - [anon_sym_GT_EQ] = ACTIONS(7045), - [anon_sym_BANGin] = ACTIONS(7047), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7011), - [anon_sym_DASH] = ACTIONS(7011), - [anon_sym_SLASH] = ACTIONS(7013), - [anon_sym_PERCENT] = ACTIONS(7007), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7040), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7042), + [anon_sym_DOT_DOT] = ACTIONS(7044), + [anon_sym_QMARK_COLON] = ACTIONS(7046), + [anon_sym_AMP_AMP] = ACTIONS(7048), + [anon_sym_PIPE_PIPE] = ACTIONS(7050), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7052), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7054), + [anon_sym_EQ_EQ] = ACTIONS(7052), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7054), + [anon_sym_LT_EQ] = ACTIONS(7056), + [anon_sym_GT_EQ] = ACTIONS(7056), + [anon_sym_BANGin] = ACTIONS(7058), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7060), + [anon_sym_DASH] = ACTIONS(7060), + [anon_sym_SLASH] = ACTIONS(7062), + [anon_sym_PERCENT] = ACTIONS(7040), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4206] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2308), - [sym__comparison_operator] = STATE(2309), - [sym__in_operator] = STATE(2310), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2311), - [sym__multiplicative_operator] = STATE(2312), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2313), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4214] = { + [sym__alpha_identifier] = ACTIONS(4293), + [anon_sym_AT] = ACTIONS(4291), + [anon_sym_LBRACK] = ACTIONS(4291), + [anon_sym_as] = ACTIONS(4293), + [anon_sym_LBRACE] = ACTIONS(4291), + [anon_sym_RBRACE] = ACTIONS(4291), + [anon_sym_LPAREN] = ACTIONS(7347), + [anon_sym_LT] = ACTIONS(4293), + [anon_sym_GT] = ACTIONS(4293), + [anon_sym_DOT] = ACTIONS(4293), + [anon_sym_SEMI] = ACTIONS(4291), + [anon_sym_get] = ACTIONS(4293), + [anon_sym_set] = ACTIONS(4293), + [anon_sym_STAR] = ACTIONS(4291), + [sym_label] = ACTIONS(4291), + [anon_sym_in] = ACTIONS(4293), + [anon_sym_DOT_DOT] = ACTIONS(4291), + [anon_sym_QMARK_COLON] = ACTIONS(4291), + [anon_sym_AMP_AMP] = ACTIONS(4291), + [anon_sym_PIPE_PIPE] = ACTIONS(4291), + [anon_sym_else] = ACTIONS(4293), + [anon_sym_COLON_COLON] = ACTIONS(4291), + [anon_sym_BANG_EQ] = ACTIONS(4293), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4291), + [anon_sym_EQ_EQ] = ACTIONS(4293), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4291), + [anon_sym_LT_EQ] = ACTIONS(4291), + [anon_sym_GT_EQ] = ACTIONS(4291), + [anon_sym_BANGin] = ACTIONS(4291), + [anon_sym_is] = ACTIONS(4293), + [anon_sym_BANGis] = ACTIONS(4291), + [anon_sym_PLUS] = ACTIONS(4293), + [anon_sym_DASH] = ACTIONS(4293), + [anon_sym_SLASH] = ACTIONS(4293), + [anon_sym_PERCENT] = ACTIONS(4291), + [anon_sym_as_QMARK] = ACTIONS(4291), + [anon_sym_PLUS_PLUS] = ACTIONS(4291), + [anon_sym_DASH_DASH] = ACTIONS(4291), + [anon_sym_BANG_BANG] = ACTIONS(4291), + [anon_sym_suspend] = ACTIONS(4293), + [anon_sym_sealed] = ACTIONS(4293), + [anon_sym_annotation] = ACTIONS(4293), + [anon_sym_data] = ACTIONS(4293), + [anon_sym_inner] = ACTIONS(4293), + [anon_sym_override] = ACTIONS(4293), + [anon_sym_lateinit] = ACTIONS(4293), + [anon_sym_public] = ACTIONS(4293), + [anon_sym_private] = ACTIONS(4293), + [anon_sym_internal] = ACTIONS(4293), + [anon_sym_protected] = ACTIONS(4293), + [anon_sym_tailrec] = ACTIONS(4293), + [anon_sym_operator] = ACTIONS(4293), + [anon_sym_infix] = ACTIONS(4293), + [anon_sym_inline] = ACTIONS(4293), + [anon_sym_external] = ACTIONS(4293), + [sym_property_modifier] = ACTIONS(4293), + [anon_sym_abstract] = ACTIONS(4293), + [anon_sym_final] = ACTIONS(4293), + [anon_sym_open] = ACTIONS(4293), + [anon_sym_vararg] = ACTIONS(4293), + [anon_sym_noinline] = ACTIONS(4293), + [anon_sym_crossinline] = ACTIONS(4293), + [anon_sym_expect] = ACTIONS(4293), + [anon_sym_actual] = ACTIONS(4293), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4291), + [sym__automatic_semicolon] = ACTIONS(4291), + [sym_safe_nav] = ACTIONS(4291), + [sym_multiline_comment] = ACTIONS(3), + }, + [4215] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(1850), + [sym__comparison_operator] = STATE(1849), + [sym__in_operator] = STATE(1845), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(1842), + [sym__multiplicative_operator] = STATE(1841), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1838), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [aux_sym_indexing_suffix_repeat1] = STATE(8369), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_RBRACK] = ACTIONS(7339), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_RBRACK] = ACTIONS(7349), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_COMMA] = ACTIONS(7337), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_COMMA] = ACTIONS(7345), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7031), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7038), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7007), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7033), - [anon_sym_DOT_DOT] = ACTIONS(7009), - [anon_sym_QMARK_COLON] = ACTIONS(7035), - [anon_sym_AMP_AMP] = ACTIONS(7037), - [anon_sym_PIPE_PIPE] = ACTIONS(7039), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7041), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7043), - [anon_sym_EQ_EQ] = ACTIONS(7041), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7043), - [anon_sym_LT_EQ] = ACTIONS(7045), - [anon_sym_GT_EQ] = ACTIONS(7045), - [anon_sym_BANGin] = ACTIONS(7047), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7011), - [anon_sym_DASH] = ACTIONS(7011), - [anon_sym_SLASH] = ACTIONS(7013), - [anon_sym_PERCENT] = ACTIONS(7007), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7040), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7042), + [anon_sym_DOT_DOT] = ACTIONS(7044), + [anon_sym_QMARK_COLON] = ACTIONS(7046), + [anon_sym_AMP_AMP] = ACTIONS(7048), + [anon_sym_PIPE_PIPE] = ACTIONS(7050), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7052), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7054), + [anon_sym_EQ_EQ] = ACTIONS(7052), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7054), + [anon_sym_LT_EQ] = ACTIONS(7056), + [anon_sym_GT_EQ] = ACTIONS(7056), + [anon_sym_BANGin] = ACTIONS(7058), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7060), + [anon_sym_DASH] = ACTIONS(7060), + [anon_sym_SLASH] = ACTIONS(7062), + [anon_sym_PERCENT] = ACTIONS(7040), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4207] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2308), - [sym__comparison_operator] = STATE(2309), - [sym__in_operator] = STATE(2310), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2311), - [sym__multiplicative_operator] = STATE(2312), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2313), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), - [aux_sym_indexing_suffix_repeat1] = STATE(8362), + [4216] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(1850), + [sym__comparison_operator] = STATE(1849), + [sym__in_operator] = STATE(1845), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(1842), + [sym__multiplicative_operator] = STATE(1841), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1838), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), + [aux_sym_indexing_suffix_repeat1] = STATE(8575), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_RBRACK] = ACTIONS(7341), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_RBRACK] = ACTIONS(7351), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_COMMA] = ACTIONS(7337), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_COMMA] = ACTIONS(7345), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7031), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7038), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7007), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7033), - [anon_sym_DOT_DOT] = ACTIONS(7009), - [anon_sym_QMARK_COLON] = ACTIONS(7035), - [anon_sym_AMP_AMP] = ACTIONS(7037), - [anon_sym_PIPE_PIPE] = ACTIONS(7039), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7041), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7043), - [anon_sym_EQ_EQ] = ACTIONS(7041), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7043), - [anon_sym_LT_EQ] = ACTIONS(7045), - [anon_sym_GT_EQ] = ACTIONS(7045), - [anon_sym_BANGin] = ACTIONS(7047), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7011), - [anon_sym_DASH] = ACTIONS(7011), - [anon_sym_SLASH] = ACTIONS(7013), - [anon_sym_PERCENT] = ACTIONS(7007), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7040), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7042), + [anon_sym_DOT_DOT] = ACTIONS(7044), + [anon_sym_QMARK_COLON] = ACTIONS(7046), + [anon_sym_AMP_AMP] = ACTIONS(7048), + [anon_sym_PIPE_PIPE] = ACTIONS(7050), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7052), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7054), + [anon_sym_EQ_EQ] = ACTIONS(7052), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7054), + [anon_sym_LT_EQ] = ACTIONS(7056), + [anon_sym_GT_EQ] = ACTIONS(7056), + [anon_sym_BANGin] = ACTIONS(7058), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7060), + [anon_sym_DASH] = ACTIONS(7060), + [anon_sym_SLASH] = ACTIONS(7062), + [anon_sym_PERCENT] = ACTIONS(7040), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4208] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2308), - [sym__comparison_operator] = STATE(2309), - [sym__in_operator] = STATE(2310), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2311), - [sym__multiplicative_operator] = STATE(2312), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2313), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), - [aux_sym_indexing_suffix_repeat1] = STATE(8297), + [4217] = { + [sym__alpha_identifier] = ACTIONS(4150), + [anon_sym_AT] = ACTIONS(4148), + [anon_sym_LBRACK] = ACTIONS(4148), + [anon_sym_as] = ACTIONS(4150), + [anon_sym_LBRACE] = ACTIONS(4148), + [anon_sym_RBRACE] = ACTIONS(4148), + [anon_sym_LPAREN] = ACTIONS(7353), + [anon_sym_LT] = ACTIONS(4150), + [anon_sym_GT] = ACTIONS(4150), + [anon_sym_DOT] = ACTIONS(4150), + [anon_sym_SEMI] = ACTIONS(4148), + [anon_sym_get] = ACTIONS(4150), + [anon_sym_set] = ACTIONS(4150), + [anon_sym_STAR] = ACTIONS(4148), + [sym_label] = ACTIONS(4148), + [anon_sym_in] = ACTIONS(4150), + [anon_sym_DOT_DOT] = ACTIONS(4148), + [anon_sym_QMARK_COLON] = ACTIONS(4148), + [anon_sym_AMP_AMP] = ACTIONS(4148), + [anon_sym_PIPE_PIPE] = ACTIONS(4148), + [anon_sym_else] = ACTIONS(4150), + [anon_sym_COLON_COLON] = ACTIONS(4148), + [anon_sym_BANG_EQ] = ACTIONS(4150), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4148), + [anon_sym_EQ_EQ] = ACTIONS(4150), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4148), + [anon_sym_LT_EQ] = ACTIONS(4148), + [anon_sym_GT_EQ] = ACTIONS(4148), + [anon_sym_BANGin] = ACTIONS(4148), + [anon_sym_is] = ACTIONS(4150), + [anon_sym_BANGis] = ACTIONS(4148), + [anon_sym_PLUS] = ACTIONS(4150), + [anon_sym_DASH] = ACTIONS(4150), + [anon_sym_SLASH] = ACTIONS(4150), + [anon_sym_PERCENT] = ACTIONS(4148), + [anon_sym_as_QMARK] = ACTIONS(4148), + [anon_sym_PLUS_PLUS] = ACTIONS(4148), + [anon_sym_DASH_DASH] = ACTIONS(4148), + [anon_sym_BANG_BANG] = ACTIONS(4148), + [anon_sym_suspend] = ACTIONS(4150), + [anon_sym_sealed] = ACTIONS(4150), + [anon_sym_annotation] = ACTIONS(4150), + [anon_sym_data] = ACTIONS(4150), + [anon_sym_inner] = ACTIONS(4150), + [anon_sym_override] = ACTIONS(4150), + [anon_sym_lateinit] = ACTIONS(4150), + [anon_sym_public] = ACTIONS(4150), + [anon_sym_private] = ACTIONS(4150), + [anon_sym_internal] = ACTIONS(4150), + [anon_sym_protected] = ACTIONS(4150), + [anon_sym_tailrec] = ACTIONS(4150), + [anon_sym_operator] = ACTIONS(4150), + [anon_sym_infix] = ACTIONS(4150), + [anon_sym_inline] = ACTIONS(4150), + [anon_sym_external] = ACTIONS(4150), + [sym_property_modifier] = ACTIONS(4150), + [anon_sym_abstract] = ACTIONS(4150), + [anon_sym_final] = ACTIONS(4150), + [anon_sym_open] = ACTIONS(4150), + [anon_sym_vararg] = ACTIONS(4150), + [anon_sym_noinline] = ACTIONS(4150), + [anon_sym_crossinline] = ACTIONS(4150), + [anon_sym_expect] = ACTIONS(4150), + [anon_sym_actual] = ACTIONS(4150), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4148), + [sym__automatic_semicolon] = ACTIONS(4148), + [sym_safe_nav] = ACTIONS(4148), + [sym_multiline_comment] = ACTIONS(3), + }, + [4218] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(1850), + [sym__comparison_operator] = STATE(1849), + [sym__in_operator] = STATE(1845), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(1842), + [sym__multiplicative_operator] = STATE(1841), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1838), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), + [aux_sym_indexing_suffix_repeat1] = STATE(8387), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_RBRACK] = ACTIONS(7343), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_RBRACK] = ACTIONS(7355), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_COMMA] = ACTIONS(7337), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_COMMA] = ACTIONS(7345), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7031), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7038), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7007), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7033), - [anon_sym_DOT_DOT] = ACTIONS(7009), - [anon_sym_QMARK_COLON] = ACTIONS(7035), - [anon_sym_AMP_AMP] = ACTIONS(7037), - [anon_sym_PIPE_PIPE] = ACTIONS(7039), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7041), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7043), - [anon_sym_EQ_EQ] = ACTIONS(7041), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7043), - [anon_sym_LT_EQ] = ACTIONS(7045), - [anon_sym_GT_EQ] = ACTIONS(7045), - [anon_sym_BANGin] = ACTIONS(7047), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7011), - [anon_sym_DASH] = ACTIONS(7011), - [anon_sym_SLASH] = ACTIONS(7013), - [anon_sym_PERCENT] = ACTIONS(7007), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7040), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7042), + [anon_sym_DOT_DOT] = ACTIONS(7044), + [anon_sym_QMARK_COLON] = ACTIONS(7046), + [anon_sym_AMP_AMP] = ACTIONS(7048), + [anon_sym_PIPE_PIPE] = ACTIONS(7050), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7052), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7054), + [anon_sym_EQ_EQ] = ACTIONS(7052), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7054), + [anon_sym_LT_EQ] = ACTIONS(7056), + [anon_sym_GT_EQ] = ACTIONS(7056), + [anon_sym_BANGin] = ACTIONS(7058), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7060), + [anon_sym_DASH] = ACTIONS(7060), + [anon_sym_SLASH] = ACTIONS(7062), + [anon_sym_PERCENT] = ACTIONS(7040), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4209] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2308), - [sym__comparison_operator] = STATE(2309), - [sym__in_operator] = STATE(2310), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2311), - [sym__multiplicative_operator] = STATE(2312), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2313), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), - [aux_sym_indexing_suffix_repeat1] = STATE(8513), + [4219] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(1850), + [sym__comparison_operator] = STATE(1849), + [sym__in_operator] = STATE(1845), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(1842), + [sym__multiplicative_operator] = STATE(1841), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1838), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), + [aux_sym_indexing_suffix_repeat1] = STATE(8524), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_RBRACK] = ACTIONS(7345), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_RBRACK] = ACTIONS(7357), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_COMMA] = ACTIONS(7337), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_COMMA] = ACTIONS(7345), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7031), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7038), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7007), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7033), - [anon_sym_DOT_DOT] = ACTIONS(7009), - [anon_sym_QMARK_COLON] = ACTIONS(7035), - [anon_sym_AMP_AMP] = ACTIONS(7037), - [anon_sym_PIPE_PIPE] = ACTIONS(7039), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7041), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7043), - [anon_sym_EQ_EQ] = ACTIONS(7041), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7043), - [anon_sym_LT_EQ] = ACTIONS(7045), - [anon_sym_GT_EQ] = ACTIONS(7045), - [anon_sym_BANGin] = ACTIONS(7047), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7011), - [anon_sym_DASH] = ACTIONS(7011), - [anon_sym_SLASH] = ACTIONS(7013), - [anon_sym_PERCENT] = ACTIONS(7007), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7040), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7042), + [anon_sym_DOT_DOT] = ACTIONS(7044), + [anon_sym_QMARK_COLON] = ACTIONS(7046), + [anon_sym_AMP_AMP] = ACTIONS(7048), + [anon_sym_PIPE_PIPE] = ACTIONS(7050), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7052), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7054), + [anon_sym_EQ_EQ] = ACTIONS(7052), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7054), + [anon_sym_LT_EQ] = ACTIONS(7056), + [anon_sym_GT_EQ] = ACTIONS(7056), + [anon_sym_BANGin] = ACTIONS(7058), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7060), + [anon_sym_DASH] = ACTIONS(7060), + [anon_sym_SLASH] = ACTIONS(7062), + [anon_sym_PERCENT] = ACTIONS(7040), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), - [sym_multiline_comment] = ACTIONS(3), - }, - [4210] = { - [sym__alpha_identifier] = ACTIONS(4929), - [anon_sym_AT] = ACTIONS(4931), - [anon_sym_LBRACK] = ACTIONS(4931), - [anon_sym_as] = ACTIONS(4929), - [anon_sym_LBRACE] = ACTIONS(4931), - [anon_sym_RBRACE] = ACTIONS(4931), - [anon_sym_LPAREN] = ACTIONS(7347), - [anon_sym_LT] = ACTIONS(4929), - [anon_sym_GT] = ACTIONS(4929), - [anon_sym_DOT] = ACTIONS(4929), - [anon_sym_SEMI] = ACTIONS(4931), - [anon_sym_get] = ACTIONS(4929), - [anon_sym_set] = ACTIONS(4929), - [anon_sym_STAR] = ACTIONS(4931), - [sym_label] = ACTIONS(4931), - [anon_sym_in] = ACTIONS(4929), - [anon_sym_DOT_DOT] = ACTIONS(4931), - [anon_sym_QMARK_COLON] = ACTIONS(4931), - [anon_sym_AMP_AMP] = ACTIONS(4931), - [anon_sym_PIPE_PIPE] = ACTIONS(4931), - [anon_sym_else] = ACTIONS(4929), - [anon_sym_COLON_COLON] = ACTIONS(4931), - [anon_sym_BANG_EQ] = ACTIONS(4929), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4931), - [anon_sym_EQ_EQ] = ACTIONS(4929), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4931), - [anon_sym_LT_EQ] = ACTIONS(4931), - [anon_sym_GT_EQ] = ACTIONS(4931), - [anon_sym_BANGin] = ACTIONS(4931), - [anon_sym_is] = ACTIONS(4929), - [anon_sym_BANGis] = ACTIONS(4931), - [anon_sym_PLUS] = ACTIONS(4929), - [anon_sym_DASH] = ACTIONS(4929), - [anon_sym_SLASH] = ACTIONS(4929), - [anon_sym_PERCENT] = ACTIONS(4931), - [anon_sym_as_QMARK] = ACTIONS(4931), - [anon_sym_PLUS_PLUS] = ACTIONS(4931), - [anon_sym_DASH_DASH] = ACTIONS(4931), - [anon_sym_BANG_BANG] = ACTIONS(4931), - [anon_sym_suspend] = ACTIONS(4929), - [anon_sym_sealed] = ACTIONS(4929), - [anon_sym_annotation] = ACTIONS(4929), - [anon_sym_data] = ACTIONS(4929), - [anon_sym_inner] = ACTIONS(4929), - [anon_sym_override] = ACTIONS(4929), - [anon_sym_lateinit] = ACTIONS(4929), - [anon_sym_public] = ACTIONS(4929), - [anon_sym_private] = ACTIONS(4929), - [anon_sym_internal] = ACTIONS(4929), - [anon_sym_protected] = ACTIONS(4929), - [anon_sym_tailrec] = ACTIONS(4929), - [anon_sym_operator] = ACTIONS(4929), - [anon_sym_infix] = ACTIONS(4929), - [anon_sym_inline] = ACTIONS(4929), - [anon_sym_external] = ACTIONS(4929), - [sym_property_modifier] = ACTIONS(4929), - [anon_sym_abstract] = ACTIONS(4929), - [anon_sym_final] = ACTIONS(4929), - [anon_sym_open] = ACTIONS(4929), - [anon_sym_vararg] = ACTIONS(4929), - [anon_sym_noinline] = ACTIONS(4929), - [anon_sym_crossinline] = ACTIONS(4929), - [anon_sym_expect] = ACTIONS(4929), - [anon_sym_actual] = ACTIONS(4929), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4931), - [sym__automatic_semicolon] = ACTIONS(4931), - [sym_safe_nav] = ACTIONS(4931), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4211] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2308), - [sym__comparison_operator] = STATE(2309), - [sym__in_operator] = STATE(2310), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2311), - [sym__multiplicative_operator] = STATE(2312), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2313), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), - [aux_sym_indexing_suffix_repeat1] = STATE(8425), + [4220] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(1850), + [sym__comparison_operator] = STATE(1849), + [sym__in_operator] = STATE(1845), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(1842), + [sym__multiplicative_operator] = STATE(1841), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1838), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), + [aux_sym_indexing_suffix_repeat1] = STATE(8553), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_RBRACK] = ACTIONS(7349), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_RBRACK] = ACTIONS(7359), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_COMMA] = ACTIONS(7337), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_COMMA] = ACTIONS(7345), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7031), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7038), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7007), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7033), - [anon_sym_DOT_DOT] = ACTIONS(7009), - [anon_sym_QMARK_COLON] = ACTIONS(7035), - [anon_sym_AMP_AMP] = ACTIONS(7037), - [anon_sym_PIPE_PIPE] = ACTIONS(7039), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7041), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7043), - [anon_sym_EQ_EQ] = ACTIONS(7041), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7043), - [anon_sym_LT_EQ] = ACTIONS(7045), - [anon_sym_GT_EQ] = ACTIONS(7045), - [anon_sym_BANGin] = ACTIONS(7047), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7011), - [anon_sym_DASH] = ACTIONS(7011), - [anon_sym_SLASH] = ACTIONS(7013), - [anon_sym_PERCENT] = ACTIONS(7007), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7040), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7042), + [anon_sym_DOT_DOT] = ACTIONS(7044), + [anon_sym_QMARK_COLON] = ACTIONS(7046), + [anon_sym_AMP_AMP] = ACTIONS(7048), + [anon_sym_PIPE_PIPE] = ACTIONS(7050), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7052), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7054), + [anon_sym_EQ_EQ] = ACTIONS(7052), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7054), + [anon_sym_LT_EQ] = ACTIONS(7056), + [anon_sym_GT_EQ] = ACTIONS(7056), + [anon_sym_BANGin] = ACTIONS(7058), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7060), + [anon_sym_DASH] = ACTIONS(7060), + [anon_sym_SLASH] = ACTIONS(7062), + [anon_sym_PERCENT] = ACTIONS(7040), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), - [sym_multiline_comment] = ACTIONS(3), - }, - [4212] = { - [sym__alpha_identifier] = ACTIONS(5067), - [anon_sym_AT] = ACTIONS(5069), - [anon_sym_LBRACK] = ACTIONS(5069), - [anon_sym_as] = ACTIONS(5067), - [anon_sym_LBRACE] = ACTIONS(5069), - [anon_sym_RBRACE] = ACTIONS(5069), - [anon_sym_LPAREN] = ACTIONS(5069), - [anon_sym_LT] = ACTIONS(5067), - [anon_sym_GT] = ACTIONS(5067), - [anon_sym_DOT] = ACTIONS(5067), - [anon_sym_SEMI] = ACTIONS(5069), - [anon_sym_get] = ACTIONS(5067), - [anon_sym_set] = ACTIONS(5067), - [anon_sym_STAR] = ACTIONS(5069), - [sym_label] = ACTIONS(5069), - [anon_sym_in] = ACTIONS(5067), - [anon_sym_DOT_DOT] = ACTIONS(5069), - [anon_sym_QMARK_COLON] = ACTIONS(5069), - [anon_sym_AMP_AMP] = ACTIONS(5069), - [anon_sym_PIPE_PIPE] = ACTIONS(5069), - [anon_sym_else] = ACTIONS(7351), - [anon_sym_COLON_COLON] = ACTIONS(5069), - [anon_sym_BANG_EQ] = ACTIONS(5067), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5069), - [anon_sym_EQ_EQ] = ACTIONS(5067), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5069), - [anon_sym_LT_EQ] = ACTIONS(5069), - [anon_sym_GT_EQ] = ACTIONS(5069), - [anon_sym_BANGin] = ACTIONS(5069), - [anon_sym_is] = ACTIONS(5067), - [anon_sym_BANGis] = ACTIONS(5069), - [anon_sym_PLUS] = ACTIONS(5067), - [anon_sym_DASH] = ACTIONS(5067), - [anon_sym_SLASH] = ACTIONS(5067), - [anon_sym_PERCENT] = ACTIONS(5069), - [anon_sym_as_QMARK] = ACTIONS(5069), - [anon_sym_PLUS_PLUS] = ACTIONS(5069), - [anon_sym_DASH_DASH] = ACTIONS(5069), - [anon_sym_BANG_BANG] = ACTIONS(5069), - [anon_sym_suspend] = ACTIONS(5067), - [anon_sym_sealed] = ACTIONS(5067), - [anon_sym_annotation] = ACTIONS(5067), - [anon_sym_data] = ACTIONS(5067), - [anon_sym_inner] = ACTIONS(5067), - [anon_sym_override] = ACTIONS(5067), - [anon_sym_lateinit] = ACTIONS(5067), - [anon_sym_public] = ACTIONS(5067), - [anon_sym_private] = ACTIONS(5067), - [anon_sym_internal] = ACTIONS(5067), - [anon_sym_protected] = ACTIONS(5067), - [anon_sym_tailrec] = ACTIONS(5067), - [anon_sym_operator] = ACTIONS(5067), - [anon_sym_infix] = ACTIONS(5067), - [anon_sym_inline] = ACTIONS(5067), - [anon_sym_external] = ACTIONS(5067), - [sym_property_modifier] = ACTIONS(5067), - [anon_sym_abstract] = ACTIONS(5067), - [anon_sym_final] = ACTIONS(5067), - [anon_sym_open] = ACTIONS(5067), - [anon_sym_vararg] = ACTIONS(5067), - [anon_sym_noinline] = ACTIONS(5067), - [anon_sym_crossinline] = ACTIONS(5067), - [anon_sym_expect] = ACTIONS(5067), - [anon_sym_actual] = ACTIONS(5067), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5069), - [sym__automatic_semicolon] = ACTIONS(5069), - [sym_safe_nav] = ACTIONS(5069), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4213] = { - [sym__alpha_identifier] = ACTIONS(5067), - [anon_sym_AT] = ACTIONS(5069), - [anon_sym_LBRACK] = ACTIONS(5069), - [anon_sym_as] = ACTIONS(5067), - [anon_sym_LBRACE] = ACTIONS(5069), - [anon_sym_RBRACE] = ACTIONS(5069), - [anon_sym_LPAREN] = ACTIONS(5069), - [anon_sym_LT] = ACTIONS(5067), - [anon_sym_GT] = ACTIONS(5067), - [anon_sym_DOT] = ACTIONS(5067), - [anon_sym_SEMI] = ACTIONS(7353), - [anon_sym_get] = ACTIONS(5067), - [anon_sym_set] = ACTIONS(5067), - [anon_sym_STAR] = ACTIONS(5069), - [sym_label] = ACTIONS(5069), - [anon_sym_in] = ACTIONS(5067), - [anon_sym_DOT_DOT] = ACTIONS(5069), - [anon_sym_QMARK_COLON] = ACTIONS(5069), - [anon_sym_AMP_AMP] = ACTIONS(5069), - [anon_sym_PIPE_PIPE] = ACTIONS(5069), - [anon_sym_else] = ACTIONS(7351), - [anon_sym_COLON_COLON] = ACTIONS(5069), - [anon_sym_BANG_EQ] = ACTIONS(5067), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5069), - [anon_sym_EQ_EQ] = ACTIONS(5067), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5069), - [anon_sym_LT_EQ] = ACTIONS(5069), - [anon_sym_GT_EQ] = ACTIONS(5069), - [anon_sym_BANGin] = ACTIONS(5069), - [anon_sym_is] = ACTIONS(5067), - [anon_sym_BANGis] = ACTIONS(5069), - [anon_sym_PLUS] = ACTIONS(5067), - [anon_sym_DASH] = ACTIONS(5067), - [anon_sym_SLASH] = ACTIONS(5067), - [anon_sym_PERCENT] = ACTIONS(5069), - [anon_sym_as_QMARK] = ACTIONS(5069), - [anon_sym_PLUS_PLUS] = ACTIONS(5069), - [anon_sym_DASH_DASH] = ACTIONS(5069), - [anon_sym_BANG_BANG] = ACTIONS(5069), - [anon_sym_suspend] = ACTIONS(5067), - [anon_sym_sealed] = ACTIONS(5067), - [anon_sym_annotation] = ACTIONS(5067), - [anon_sym_data] = ACTIONS(5067), - [anon_sym_inner] = ACTIONS(5067), - [anon_sym_override] = ACTIONS(5067), - [anon_sym_lateinit] = ACTIONS(5067), - [anon_sym_public] = ACTIONS(5067), - [anon_sym_private] = ACTIONS(5067), - [anon_sym_internal] = ACTIONS(5067), - [anon_sym_protected] = ACTIONS(5067), - [anon_sym_tailrec] = ACTIONS(5067), - [anon_sym_operator] = ACTIONS(5067), - [anon_sym_infix] = ACTIONS(5067), - [anon_sym_inline] = ACTIONS(5067), - [anon_sym_external] = ACTIONS(5067), - [sym_property_modifier] = ACTIONS(5067), - [anon_sym_abstract] = ACTIONS(5067), - [anon_sym_final] = ACTIONS(5067), - [anon_sym_open] = ACTIONS(5067), - [anon_sym_vararg] = ACTIONS(5067), - [anon_sym_noinline] = ACTIONS(5067), - [anon_sym_crossinline] = ACTIONS(5067), - [anon_sym_expect] = ACTIONS(5067), - [anon_sym_actual] = ACTIONS(5067), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5069), - [sym__automatic_semicolon] = ACTIONS(5069), - [sym_safe_nav] = ACTIONS(5069), - [sym_multiline_comment] = ACTIONS(3), - }, - [4214] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2308), - [sym__comparison_operator] = STATE(2309), - [sym__in_operator] = STATE(2310), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2311), - [sym__multiplicative_operator] = STATE(2312), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2313), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), - [aux_sym_indexing_suffix_repeat1] = STATE(8316), + [4221] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(1850), + [sym__comparison_operator] = STATE(1849), + [sym__in_operator] = STATE(1845), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(1842), + [sym__multiplicative_operator] = STATE(1841), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1838), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), + [aux_sym_indexing_suffix_repeat1] = STATE(8569), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_RBRACK] = ACTIONS(7355), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_RBRACK] = ACTIONS(7361), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_COMMA] = ACTIONS(7337), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_COMMA] = ACTIONS(7345), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7031), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7038), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7007), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7033), - [anon_sym_DOT_DOT] = ACTIONS(7009), - [anon_sym_QMARK_COLON] = ACTIONS(7035), - [anon_sym_AMP_AMP] = ACTIONS(7037), - [anon_sym_PIPE_PIPE] = ACTIONS(7039), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7041), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7043), - [anon_sym_EQ_EQ] = ACTIONS(7041), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7043), - [anon_sym_LT_EQ] = ACTIONS(7045), - [anon_sym_GT_EQ] = ACTIONS(7045), - [anon_sym_BANGin] = ACTIONS(7047), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7011), - [anon_sym_DASH] = ACTIONS(7011), - [anon_sym_SLASH] = ACTIONS(7013), - [anon_sym_PERCENT] = ACTIONS(7007), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7040), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7042), + [anon_sym_DOT_DOT] = ACTIONS(7044), + [anon_sym_QMARK_COLON] = ACTIONS(7046), + [anon_sym_AMP_AMP] = ACTIONS(7048), + [anon_sym_PIPE_PIPE] = ACTIONS(7050), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7052), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7054), + [anon_sym_EQ_EQ] = ACTIONS(7052), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7054), + [anon_sym_LT_EQ] = ACTIONS(7056), + [anon_sym_GT_EQ] = ACTIONS(7056), + [anon_sym_BANGin] = ACTIONS(7058), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7060), + [anon_sym_DASH] = ACTIONS(7060), + [anon_sym_SLASH] = ACTIONS(7062), + [anon_sym_PERCENT] = ACTIONS(7040), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4215] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2308), - [sym__comparison_operator] = STATE(2309), - [sym__in_operator] = STATE(2310), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2311), - [sym__multiplicative_operator] = STATE(2312), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2313), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), - [aux_sym_indexing_suffix_repeat1] = STATE(8449), + [4222] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(1850), + [sym__comparison_operator] = STATE(1849), + [sym__in_operator] = STATE(1845), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(1842), + [sym__multiplicative_operator] = STATE(1841), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1838), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), + [aux_sym_indexing_suffix_repeat1] = STATE(8395), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_RBRACK] = ACTIONS(7357), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_RBRACK] = ACTIONS(7363), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_COMMA] = ACTIONS(7337), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_COMMA] = ACTIONS(7345), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7031), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7038), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7007), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7033), - [anon_sym_DOT_DOT] = ACTIONS(7009), - [anon_sym_QMARK_COLON] = ACTIONS(7035), - [anon_sym_AMP_AMP] = ACTIONS(7037), - [anon_sym_PIPE_PIPE] = ACTIONS(7039), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7041), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7043), - [anon_sym_EQ_EQ] = ACTIONS(7041), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7043), - [anon_sym_LT_EQ] = ACTIONS(7045), - [anon_sym_GT_EQ] = ACTIONS(7045), - [anon_sym_BANGin] = ACTIONS(7047), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7011), - [anon_sym_DASH] = ACTIONS(7011), - [anon_sym_SLASH] = ACTIONS(7013), - [anon_sym_PERCENT] = ACTIONS(7007), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7040), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7042), + [anon_sym_DOT_DOT] = ACTIONS(7044), + [anon_sym_QMARK_COLON] = ACTIONS(7046), + [anon_sym_AMP_AMP] = ACTIONS(7048), + [anon_sym_PIPE_PIPE] = ACTIONS(7050), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7052), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7054), + [anon_sym_EQ_EQ] = ACTIONS(7052), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7054), + [anon_sym_LT_EQ] = ACTIONS(7056), + [anon_sym_GT_EQ] = ACTIONS(7056), + [anon_sym_BANGin] = ACTIONS(7058), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7060), + [anon_sym_DASH] = ACTIONS(7060), + [anon_sym_SLASH] = ACTIONS(7062), + [anon_sym_PERCENT] = ACTIONS(7040), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), - [sym_multiline_comment] = ACTIONS(3), - }, - [4216] = { - [sym__alpha_identifier] = ACTIONS(4923), - [anon_sym_AT] = ACTIONS(4925), - [anon_sym_LBRACK] = ACTIONS(4925), - [anon_sym_as] = ACTIONS(4923), - [anon_sym_LBRACE] = ACTIONS(4925), - [anon_sym_RBRACE] = ACTIONS(4925), - [anon_sym_LPAREN] = ACTIONS(7359), - [anon_sym_LT] = ACTIONS(4923), - [anon_sym_GT] = ACTIONS(4923), - [anon_sym_DOT] = ACTIONS(4923), - [anon_sym_SEMI] = ACTIONS(4925), - [anon_sym_get] = ACTIONS(4923), - [anon_sym_set] = ACTIONS(4923), - [anon_sym_STAR] = ACTIONS(4925), - [sym_label] = ACTIONS(4925), - [anon_sym_in] = ACTIONS(4923), - [anon_sym_DOT_DOT] = ACTIONS(4925), - [anon_sym_QMARK_COLON] = ACTIONS(4925), - [anon_sym_AMP_AMP] = ACTIONS(4925), - [anon_sym_PIPE_PIPE] = ACTIONS(4925), - [anon_sym_else] = ACTIONS(4923), - [anon_sym_COLON_COLON] = ACTIONS(4925), - [anon_sym_BANG_EQ] = ACTIONS(4923), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4925), - [anon_sym_EQ_EQ] = ACTIONS(4923), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4925), - [anon_sym_LT_EQ] = ACTIONS(4925), - [anon_sym_GT_EQ] = ACTIONS(4925), - [anon_sym_BANGin] = ACTIONS(4925), - [anon_sym_is] = ACTIONS(4923), - [anon_sym_BANGis] = ACTIONS(4925), - [anon_sym_PLUS] = ACTIONS(4923), - [anon_sym_DASH] = ACTIONS(4923), - [anon_sym_SLASH] = ACTIONS(4923), - [anon_sym_PERCENT] = ACTIONS(4925), - [anon_sym_as_QMARK] = ACTIONS(4925), - [anon_sym_PLUS_PLUS] = ACTIONS(4925), - [anon_sym_DASH_DASH] = ACTIONS(4925), - [anon_sym_BANG_BANG] = ACTIONS(4925), - [anon_sym_suspend] = ACTIONS(4923), - [anon_sym_sealed] = ACTIONS(4923), - [anon_sym_annotation] = ACTIONS(4923), - [anon_sym_data] = ACTIONS(4923), - [anon_sym_inner] = ACTIONS(4923), - [anon_sym_override] = ACTIONS(4923), - [anon_sym_lateinit] = ACTIONS(4923), - [anon_sym_public] = ACTIONS(4923), - [anon_sym_private] = ACTIONS(4923), - [anon_sym_internal] = ACTIONS(4923), - [anon_sym_protected] = ACTIONS(4923), - [anon_sym_tailrec] = ACTIONS(4923), - [anon_sym_operator] = ACTIONS(4923), - [anon_sym_infix] = ACTIONS(4923), - [anon_sym_inline] = ACTIONS(4923), - [anon_sym_external] = ACTIONS(4923), - [sym_property_modifier] = ACTIONS(4923), - [anon_sym_abstract] = ACTIONS(4923), - [anon_sym_final] = ACTIONS(4923), - [anon_sym_open] = ACTIONS(4923), - [anon_sym_vararg] = ACTIONS(4923), - [anon_sym_noinline] = ACTIONS(4923), - [anon_sym_crossinline] = ACTIONS(4923), - [anon_sym_expect] = ACTIONS(4923), - [anon_sym_actual] = ACTIONS(4923), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4925), - [sym__automatic_semicolon] = ACTIONS(4925), - [sym_safe_nav] = ACTIONS(4925), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4217] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2308), - [sym__comparison_operator] = STATE(2309), - [sym__in_operator] = STATE(2310), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2311), - [sym__multiplicative_operator] = STATE(2312), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2313), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), - [aux_sym_indexing_suffix_repeat1] = STATE(8510), + [4223] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(1850), + [sym__comparison_operator] = STATE(1849), + [sym__in_operator] = STATE(1845), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(1842), + [sym__multiplicative_operator] = STATE(1841), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1838), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), + [aux_sym_indexing_suffix_repeat1] = STATE(8403), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_RBRACK] = ACTIONS(7361), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_RBRACK] = ACTIONS(7365), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_COMMA] = ACTIONS(7337), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_COMMA] = ACTIONS(7345), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7031), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7038), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7007), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7033), - [anon_sym_DOT_DOT] = ACTIONS(7009), - [anon_sym_QMARK_COLON] = ACTIONS(7035), - [anon_sym_AMP_AMP] = ACTIONS(7037), - [anon_sym_PIPE_PIPE] = ACTIONS(7039), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7041), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7043), - [anon_sym_EQ_EQ] = ACTIONS(7041), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7043), - [anon_sym_LT_EQ] = ACTIONS(7045), - [anon_sym_GT_EQ] = ACTIONS(7045), - [anon_sym_BANGin] = ACTIONS(7047), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7011), - [anon_sym_DASH] = ACTIONS(7011), - [anon_sym_SLASH] = ACTIONS(7013), - [anon_sym_PERCENT] = ACTIONS(7007), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7040), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7042), + [anon_sym_DOT_DOT] = ACTIONS(7044), + [anon_sym_QMARK_COLON] = ACTIONS(7046), + [anon_sym_AMP_AMP] = ACTIONS(7048), + [anon_sym_PIPE_PIPE] = ACTIONS(7050), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7052), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7054), + [anon_sym_EQ_EQ] = ACTIONS(7052), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7054), + [anon_sym_LT_EQ] = ACTIONS(7056), + [anon_sym_GT_EQ] = ACTIONS(7056), + [anon_sym_BANGin] = ACTIONS(7058), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7060), + [anon_sym_DASH] = ACTIONS(7060), + [anon_sym_SLASH] = ACTIONS(7062), + [anon_sym_PERCENT] = ACTIONS(7040), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), - [sym_multiline_comment] = ACTIONS(3), - }, - [4218] = { - [sym__alpha_identifier] = ACTIONS(4257), - [anon_sym_AT] = ACTIONS(4255), - [anon_sym_LBRACK] = ACTIONS(4255), - [anon_sym_as] = ACTIONS(4257), - [anon_sym_LBRACE] = ACTIONS(4255), - [anon_sym_RBRACE] = ACTIONS(4255), - [anon_sym_LPAREN] = ACTIONS(7363), - [anon_sym_LT] = ACTIONS(4257), - [anon_sym_GT] = ACTIONS(4257), - [anon_sym_DOT] = ACTIONS(4257), - [anon_sym_SEMI] = ACTIONS(4255), - [anon_sym_get] = ACTIONS(4257), - [anon_sym_set] = ACTIONS(4257), - [anon_sym_STAR] = ACTIONS(4255), - [sym_label] = ACTIONS(4255), - [anon_sym_in] = ACTIONS(4257), - [anon_sym_DOT_DOT] = ACTIONS(4255), - [anon_sym_QMARK_COLON] = ACTIONS(4255), - [anon_sym_AMP_AMP] = ACTIONS(4255), - [anon_sym_PIPE_PIPE] = ACTIONS(4255), - [anon_sym_else] = ACTIONS(4257), - [anon_sym_COLON_COLON] = ACTIONS(4255), - [anon_sym_BANG_EQ] = ACTIONS(4257), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4255), - [anon_sym_EQ_EQ] = ACTIONS(4257), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4255), - [anon_sym_LT_EQ] = ACTIONS(4255), - [anon_sym_GT_EQ] = ACTIONS(4255), - [anon_sym_BANGin] = ACTIONS(4255), - [anon_sym_is] = ACTIONS(4257), - [anon_sym_BANGis] = ACTIONS(4255), - [anon_sym_PLUS] = ACTIONS(4257), - [anon_sym_DASH] = ACTIONS(4257), - [anon_sym_SLASH] = ACTIONS(4257), - [anon_sym_PERCENT] = ACTIONS(4255), - [anon_sym_as_QMARK] = ACTIONS(4255), - [anon_sym_PLUS_PLUS] = ACTIONS(4255), - [anon_sym_DASH_DASH] = ACTIONS(4255), - [anon_sym_BANG_BANG] = ACTIONS(4255), - [anon_sym_suspend] = ACTIONS(4257), - [anon_sym_sealed] = ACTIONS(4257), - [anon_sym_annotation] = ACTIONS(4257), - [anon_sym_data] = ACTIONS(4257), - [anon_sym_inner] = ACTIONS(4257), - [anon_sym_override] = ACTIONS(4257), - [anon_sym_lateinit] = ACTIONS(4257), - [anon_sym_public] = ACTIONS(4257), - [anon_sym_private] = ACTIONS(4257), - [anon_sym_internal] = ACTIONS(4257), - [anon_sym_protected] = ACTIONS(4257), - [anon_sym_tailrec] = ACTIONS(4257), - [anon_sym_operator] = ACTIONS(4257), - [anon_sym_infix] = ACTIONS(4257), - [anon_sym_inline] = ACTIONS(4257), - [anon_sym_external] = ACTIONS(4257), - [sym_property_modifier] = ACTIONS(4257), - [anon_sym_abstract] = ACTIONS(4257), - [anon_sym_final] = ACTIONS(4257), - [anon_sym_open] = ACTIONS(4257), - [anon_sym_vararg] = ACTIONS(4257), - [anon_sym_noinline] = ACTIONS(4257), - [anon_sym_crossinline] = ACTIONS(4257), - [anon_sym_expect] = ACTIONS(4257), - [anon_sym_actual] = ACTIONS(4257), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4255), - [sym__automatic_semicolon] = ACTIONS(4255), - [sym_safe_nav] = ACTIONS(4255), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4219] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2308), - [sym__comparison_operator] = STATE(2309), - [sym__in_operator] = STATE(2310), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2311), - [sym__multiplicative_operator] = STATE(2312), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2313), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), - [aux_sym_indexing_suffix_repeat1] = STATE(8310), + [4224] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(1850), + [sym__comparison_operator] = STATE(1849), + [sym__in_operator] = STATE(1845), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(1842), + [sym__multiplicative_operator] = STATE(1841), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1838), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), + [aux_sym_indexing_suffix_repeat1] = STATE(8336), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_RBRACK] = ACTIONS(7365), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_RBRACK] = ACTIONS(7367), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_COMMA] = ACTIONS(7337), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_COMMA] = ACTIONS(7345), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7031), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7038), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7007), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7033), - [anon_sym_DOT_DOT] = ACTIONS(7009), - [anon_sym_QMARK_COLON] = ACTIONS(7035), - [anon_sym_AMP_AMP] = ACTIONS(7037), - [anon_sym_PIPE_PIPE] = ACTIONS(7039), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7041), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7043), - [anon_sym_EQ_EQ] = ACTIONS(7041), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7043), - [anon_sym_LT_EQ] = ACTIONS(7045), - [anon_sym_GT_EQ] = ACTIONS(7045), - [anon_sym_BANGin] = ACTIONS(7047), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7011), - [anon_sym_DASH] = ACTIONS(7011), - [anon_sym_SLASH] = ACTIONS(7013), - [anon_sym_PERCENT] = ACTIONS(7007), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7040), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7042), + [anon_sym_DOT_DOT] = ACTIONS(7044), + [anon_sym_QMARK_COLON] = ACTIONS(7046), + [anon_sym_AMP_AMP] = ACTIONS(7048), + [anon_sym_PIPE_PIPE] = ACTIONS(7050), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7052), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7054), + [anon_sym_EQ_EQ] = ACTIONS(7052), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7054), + [anon_sym_LT_EQ] = ACTIONS(7056), + [anon_sym_GT_EQ] = ACTIONS(7056), + [anon_sym_BANGin] = ACTIONS(7058), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7060), + [anon_sym_DASH] = ACTIONS(7060), + [anon_sym_SLASH] = ACTIONS(7062), + [anon_sym_PERCENT] = ACTIONS(7040), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4220] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2308), - [sym__comparison_operator] = STATE(2309), - [sym__in_operator] = STATE(2310), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2311), - [sym__multiplicative_operator] = STATE(2312), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2313), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), - [aux_sym_indexing_suffix_repeat1] = STATE(8359), + [4225] = { + [sym__alpha_identifier] = ACTIONS(4961), + [anon_sym_AT] = ACTIONS(4963), + [anon_sym_LBRACK] = ACTIONS(4963), + [anon_sym_as] = ACTIONS(4961), + [anon_sym_LBRACE] = ACTIONS(4963), + [anon_sym_RBRACE] = ACTIONS(4963), + [anon_sym_LPAREN] = ACTIONS(7369), + [anon_sym_LT] = ACTIONS(4961), + [anon_sym_GT] = ACTIONS(4961), + [anon_sym_DOT] = ACTIONS(4961), + [anon_sym_SEMI] = ACTIONS(4963), + [anon_sym_get] = ACTIONS(4961), + [anon_sym_set] = ACTIONS(4961), + [anon_sym_STAR] = ACTIONS(4963), + [sym_label] = ACTIONS(4963), + [anon_sym_in] = ACTIONS(4961), + [anon_sym_DOT_DOT] = ACTIONS(4963), + [anon_sym_QMARK_COLON] = ACTIONS(4963), + [anon_sym_AMP_AMP] = ACTIONS(4963), + [anon_sym_PIPE_PIPE] = ACTIONS(4963), + [anon_sym_else] = ACTIONS(4961), + [anon_sym_COLON_COLON] = ACTIONS(4963), + [anon_sym_BANG_EQ] = ACTIONS(4961), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4963), + [anon_sym_EQ_EQ] = ACTIONS(4961), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4963), + [anon_sym_LT_EQ] = ACTIONS(4963), + [anon_sym_GT_EQ] = ACTIONS(4963), + [anon_sym_BANGin] = ACTIONS(4963), + [anon_sym_is] = ACTIONS(4961), + [anon_sym_BANGis] = ACTIONS(4963), + [anon_sym_PLUS] = ACTIONS(4961), + [anon_sym_DASH] = ACTIONS(4961), + [anon_sym_SLASH] = ACTIONS(4961), + [anon_sym_PERCENT] = ACTIONS(4963), + [anon_sym_as_QMARK] = ACTIONS(4963), + [anon_sym_PLUS_PLUS] = ACTIONS(4963), + [anon_sym_DASH_DASH] = ACTIONS(4963), + [anon_sym_BANG_BANG] = ACTIONS(4963), + [anon_sym_suspend] = ACTIONS(4961), + [anon_sym_sealed] = ACTIONS(4961), + [anon_sym_annotation] = ACTIONS(4961), + [anon_sym_data] = ACTIONS(4961), + [anon_sym_inner] = ACTIONS(4961), + [anon_sym_override] = ACTIONS(4961), + [anon_sym_lateinit] = ACTIONS(4961), + [anon_sym_public] = ACTIONS(4961), + [anon_sym_private] = ACTIONS(4961), + [anon_sym_internal] = ACTIONS(4961), + [anon_sym_protected] = ACTIONS(4961), + [anon_sym_tailrec] = ACTIONS(4961), + [anon_sym_operator] = ACTIONS(4961), + [anon_sym_infix] = ACTIONS(4961), + [anon_sym_inline] = ACTIONS(4961), + [anon_sym_external] = ACTIONS(4961), + [sym_property_modifier] = ACTIONS(4961), + [anon_sym_abstract] = ACTIONS(4961), + [anon_sym_final] = ACTIONS(4961), + [anon_sym_open] = ACTIONS(4961), + [anon_sym_vararg] = ACTIONS(4961), + [anon_sym_noinline] = ACTIONS(4961), + [anon_sym_crossinline] = ACTIONS(4961), + [anon_sym_expect] = ACTIONS(4961), + [anon_sym_actual] = ACTIONS(4961), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4963), + [sym__automatic_semicolon] = ACTIONS(4963), + [sym_safe_nav] = ACTIONS(4963), + [sym_multiline_comment] = ACTIONS(3), + }, + [4226] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(1850), + [sym__comparison_operator] = STATE(1849), + [sym__in_operator] = STATE(1845), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(1842), + [sym__multiplicative_operator] = STATE(1841), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1838), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), + [aux_sym_indexing_suffix_repeat1] = STATE(8587), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_RBRACK] = ACTIONS(7367), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_RBRACK] = ACTIONS(7371), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_COMMA] = ACTIONS(7337), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_COMMA] = ACTIONS(7345), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7031), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7038), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7007), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7033), - [anon_sym_DOT_DOT] = ACTIONS(7009), - [anon_sym_QMARK_COLON] = ACTIONS(7035), - [anon_sym_AMP_AMP] = ACTIONS(7037), - [anon_sym_PIPE_PIPE] = ACTIONS(7039), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7041), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7043), - [anon_sym_EQ_EQ] = ACTIONS(7041), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7043), - [anon_sym_LT_EQ] = ACTIONS(7045), - [anon_sym_GT_EQ] = ACTIONS(7045), - [anon_sym_BANGin] = ACTIONS(7047), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7011), - [anon_sym_DASH] = ACTIONS(7011), - [anon_sym_SLASH] = ACTIONS(7013), - [anon_sym_PERCENT] = ACTIONS(7007), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7040), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7042), + [anon_sym_DOT_DOT] = ACTIONS(7044), + [anon_sym_QMARK_COLON] = ACTIONS(7046), + [anon_sym_AMP_AMP] = ACTIONS(7048), + [anon_sym_PIPE_PIPE] = ACTIONS(7050), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7052), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7054), + [anon_sym_EQ_EQ] = ACTIONS(7052), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7054), + [anon_sym_LT_EQ] = ACTIONS(7056), + [anon_sym_GT_EQ] = ACTIONS(7056), + [anon_sym_BANGin] = ACTIONS(7058), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7060), + [anon_sym_DASH] = ACTIONS(7060), + [anon_sym_SLASH] = ACTIONS(7062), + [anon_sym_PERCENT] = ACTIONS(7040), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), - [sym_multiline_comment] = ACTIONS(3), - }, - [4221] = { - [sym__alpha_identifier] = ACTIONS(4241), - [anon_sym_AT] = ACTIONS(4239), - [anon_sym_LBRACK] = ACTIONS(4239), - [anon_sym_as] = ACTIONS(4241), - [anon_sym_LBRACE] = ACTIONS(4239), - [anon_sym_RBRACE] = ACTIONS(4239), - [anon_sym_LPAREN] = ACTIONS(7369), - [anon_sym_LT] = ACTIONS(4241), - [anon_sym_GT] = ACTIONS(4241), - [anon_sym_DOT] = ACTIONS(4241), - [anon_sym_SEMI] = ACTIONS(4239), - [anon_sym_get] = ACTIONS(4241), - [anon_sym_set] = ACTIONS(4241), - [anon_sym_STAR] = ACTIONS(4239), - [sym_label] = ACTIONS(4239), - [anon_sym_in] = ACTIONS(4241), - [anon_sym_DOT_DOT] = ACTIONS(4239), - [anon_sym_QMARK_COLON] = ACTIONS(4239), - [anon_sym_AMP_AMP] = ACTIONS(4239), - [anon_sym_PIPE_PIPE] = ACTIONS(4239), - [anon_sym_else] = ACTIONS(4241), - [anon_sym_COLON_COLON] = ACTIONS(4239), - [anon_sym_BANG_EQ] = ACTIONS(4241), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4239), - [anon_sym_EQ_EQ] = ACTIONS(4241), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4239), - [anon_sym_LT_EQ] = ACTIONS(4239), - [anon_sym_GT_EQ] = ACTIONS(4239), - [anon_sym_BANGin] = ACTIONS(4239), - [anon_sym_is] = ACTIONS(4241), - [anon_sym_BANGis] = ACTIONS(4239), - [anon_sym_PLUS] = ACTIONS(4241), - [anon_sym_DASH] = ACTIONS(4241), - [anon_sym_SLASH] = ACTIONS(4241), - [anon_sym_PERCENT] = ACTIONS(4239), - [anon_sym_as_QMARK] = ACTIONS(4239), - [anon_sym_PLUS_PLUS] = ACTIONS(4239), - [anon_sym_DASH_DASH] = ACTIONS(4239), - [anon_sym_BANG_BANG] = ACTIONS(4239), - [anon_sym_suspend] = ACTIONS(4241), - [anon_sym_sealed] = ACTIONS(4241), - [anon_sym_annotation] = ACTIONS(4241), - [anon_sym_data] = ACTIONS(4241), - [anon_sym_inner] = ACTIONS(4241), - [anon_sym_override] = ACTIONS(4241), - [anon_sym_lateinit] = ACTIONS(4241), - [anon_sym_public] = ACTIONS(4241), - [anon_sym_private] = ACTIONS(4241), - [anon_sym_internal] = ACTIONS(4241), - [anon_sym_protected] = ACTIONS(4241), - [anon_sym_tailrec] = ACTIONS(4241), - [anon_sym_operator] = ACTIONS(4241), - [anon_sym_infix] = ACTIONS(4241), - [anon_sym_inline] = ACTIONS(4241), - [anon_sym_external] = ACTIONS(4241), - [sym_property_modifier] = ACTIONS(4241), - [anon_sym_abstract] = ACTIONS(4241), - [anon_sym_final] = ACTIONS(4241), - [anon_sym_open] = ACTIONS(4241), - [anon_sym_vararg] = ACTIONS(4241), - [anon_sym_noinline] = ACTIONS(4241), - [anon_sym_crossinline] = ACTIONS(4241), - [anon_sym_expect] = ACTIONS(4241), - [anon_sym_actual] = ACTIONS(4241), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4239), - [sym__automatic_semicolon] = ACTIONS(4239), - [sym_safe_nav] = ACTIONS(4239), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4222] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2308), - [sym__comparison_operator] = STATE(2309), - [sym__in_operator] = STATE(2310), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2311), - [sym__multiplicative_operator] = STATE(2312), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2313), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), - [aux_sym_indexing_suffix_repeat1] = STATE(8484), + [4227] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(1850), + [sym__comparison_operator] = STATE(1849), + [sym__in_operator] = STATE(1845), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(1842), + [sym__multiplicative_operator] = STATE(1841), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1838), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), + [aux_sym_indexing_suffix_repeat1] = STATE(8425), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_RBRACK] = ACTIONS(7371), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_RBRACK] = ACTIONS(7373), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_COMMA] = ACTIONS(7337), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_COMMA] = ACTIONS(7345), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7031), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7038), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7007), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7033), - [anon_sym_DOT_DOT] = ACTIONS(7009), - [anon_sym_QMARK_COLON] = ACTIONS(7035), - [anon_sym_AMP_AMP] = ACTIONS(7037), - [anon_sym_PIPE_PIPE] = ACTIONS(7039), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7041), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7043), - [anon_sym_EQ_EQ] = ACTIONS(7041), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7043), - [anon_sym_LT_EQ] = ACTIONS(7045), - [anon_sym_GT_EQ] = ACTIONS(7045), - [anon_sym_BANGin] = ACTIONS(7047), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7011), - [anon_sym_DASH] = ACTIONS(7011), - [anon_sym_SLASH] = ACTIONS(7013), - [anon_sym_PERCENT] = ACTIONS(7007), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7040), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7042), + [anon_sym_DOT_DOT] = ACTIONS(7044), + [anon_sym_QMARK_COLON] = ACTIONS(7046), + [anon_sym_AMP_AMP] = ACTIONS(7048), + [anon_sym_PIPE_PIPE] = ACTIONS(7050), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7052), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7054), + [anon_sym_EQ_EQ] = ACTIONS(7052), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7054), + [anon_sym_LT_EQ] = ACTIONS(7056), + [anon_sym_GT_EQ] = ACTIONS(7056), + [anon_sym_BANGin] = ACTIONS(7058), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7060), + [anon_sym_DASH] = ACTIONS(7060), + [anon_sym_SLASH] = ACTIONS(7062), + [anon_sym_PERCENT] = ACTIONS(7040), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), - [sym_multiline_comment] = ACTIONS(3), - }, - [4223] = { - [sym_type_alias] = STATE(8669), - [sym__declaration] = STATE(8669), - [sym_class_declaration] = STATE(8669), - [aux_sym__class_member_declarations] = STATE(4232), - [sym__class_member_declaration] = STATE(8669), - [sym_anonymous_initializer] = STATE(8669), - [sym_companion_object] = STATE(8669), - [sym_function_declaration] = STATE(8669), - [sym_property_declaration] = STATE(8669), - [sym_getter] = STATE(8669), - [sym_setter] = STATE(8669), - [sym_object_declaration] = STATE(8669), - [sym_secondary_constructor] = STATE(8669), - [sym_modifiers] = STATE(7392), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_typealias] = ACTIONS(7373), - [anon_sym_class] = ACTIONS(7375), - [anon_sym_interface] = ACTIONS(7375), - [anon_sym_enum] = ACTIONS(7377), - [anon_sym_constructor] = ACTIONS(7379), - [anon_sym_RBRACE] = ACTIONS(7381), - [anon_sym_val] = ACTIONS(7383), - [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7385), - [anon_sym_companion] = ACTIONS(7387), - [anon_sym_object] = ACTIONS(7389), - [anon_sym_fun] = ACTIONS(7391), - [anon_sym_get] = ACTIONS(7393), - [anon_sym_set] = ACTIONS(7395), - [anon_sym_suspend] = ACTIONS(7397), - [anon_sym_sealed] = ACTIONS(7399), - [anon_sym_annotation] = ACTIONS(7399), - [anon_sym_data] = ACTIONS(7399), - [anon_sym_inner] = ACTIONS(7399), - [anon_sym_override] = ACTIONS(7401), - [anon_sym_lateinit] = ACTIONS(7401), - [anon_sym_public] = ACTIONS(7403), - [anon_sym_private] = ACTIONS(7403), - [anon_sym_internal] = ACTIONS(7403), - [anon_sym_protected] = ACTIONS(7403), - [anon_sym_tailrec] = ACTIONS(7397), - [anon_sym_operator] = ACTIONS(7397), - [anon_sym_infix] = ACTIONS(7397), - [anon_sym_inline] = ACTIONS(7397), - [anon_sym_external] = ACTIONS(7397), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(7405), - [anon_sym_final] = ACTIONS(7405), - [anon_sym_open] = ACTIONS(7405), - [anon_sym_vararg] = ACTIONS(7407), - [anon_sym_noinline] = ACTIONS(7407), - [anon_sym_crossinline] = ACTIONS(7407), - [anon_sym_expect] = ACTIONS(7409), - [anon_sym_actual] = ACTIONS(7409), - [sym_line_comment] = ACTIONS(3), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4224] = { - [sym_type_alias] = STATE(8669), - [sym__declaration] = STATE(8669), - [sym_class_declaration] = STATE(8669), - [aux_sym__class_member_declarations] = STATE(4293), - [sym__class_member_declaration] = STATE(8669), - [sym_anonymous_initializer] = STATE(8669), - [sym_companion_object] = STATE(8669), - [sym_function_declaration] = STATE(8669), - [sym_property_declaration] = STATE(8669), - [sym_getter] = STATE(8669), - [sym_setter] = STATE(8669), - [sym_object_declaration] = STATE(8669), - [sym_secondary_constructor] = STATE(8669), - [sym_modifiers] = STATE(7392), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_typealias] = ACTIONS(7373), - [anon_sym_class] = ACTIONS(7375), - [anon_sym_interface] = ACTIONS(7375), - [anon_sym_enum] = ACTIONS(7377), - [anon_sym_constructor] = ACTIONS(7379), - [anon_sym_RBRACE] = ACTIONS(7411), - [anon_sym_val] = ACTIONS(7383), - [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7385), - [anon_sym_companion] = ACTIONS(7387), - [anon_sym_object] = ACTIONS(7389), - [anon_sym_fun] = ACTIONS(7391), - [anon_sym_get] = ACTIONS(7393), - [anon_sym_set] = ACTIONS(7395), - [anon_sym_suspend] = ACTIONS(7397), - [anon_sym_sealed] = ACTIONS(7399), - [anon_sym_annotation] = ACTIONS(7399), - [anon_sym_data] = ACTIONS(7399), - [anon_sym_inner] = ACTIONS(7399), - [anon_sym_override] = ACTIONS(7401), - [anon_sym_lateinit] = ACTIONS(7401), - [anon_sym_public] = ACTIONS(7403), - [anon_sym_private] = ACTIONS(7403), - [anon_sym_internal] = ACTIONS(7403), - [anon_sym_protected] = ACTIONS(7403), - [anon_sym_tailrec] = ACTIONS(7397), - [anon_sym_operator] = ACTIONS(7397), - [anon_sym_infix] = ACTIONS(7397), - [anon_sym_inline] = ACTIONS(7397), - [anon_sym_external] = ACTIONS(7397), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(7405), - [anon_sym_final] = ACTIONS(7405), - [anon_sym_open] = ACTIONS(7405), - [anon_sym_vararg] = ACTIONS(7407), - [anon_sym_noinline] = ACTIONS(7407), - [anon_sym_crossinline] = ACTIONS(7407), - [anon_sym_expect] = ACTIONS(7409), - [anon_sym_actual] = ACTIONS(7409), - [sym_line_comment] = ACTIONS(3), + [4228] = { + [sym__alpha_identifier] = ACTIONS(4792), + [anon_sym_AT] = ACTIONS(4794), + [anon_sym_LBRACK] = ACTIONS(4794), + [anon_sym_as] = ACTIONS(4792), + [anon_sym_LBRACE] = ACTIONS(4794), + [anon_sym_RBRACE] = ACTIONS(4794), + [anon_sym_LPAREN] = ACTIONS(4794), + [anon_sym_LT] = ACTIONS(4792), + [anon_sym_GT] = ACTIONS(4792), + [anon_sym_DOT] = ACTIONS(4792), + [anon_sym_SEMI] = ACTIONS(7375), + [anon_sym_get] = ACTIONS(4792), + [anon_sym_set] = ACTIONS(4792), + [anon_sym_STAR] = ACTIONS(4794), + [sym_label] = ACTIONS(4794), + [anon_sym_in] = ACTIONS(4792), + [anon_sym_DOT_DOT] = ACTIONS(4794), + [anon_sym_QMARK_COLON] = ACTIONS(4794), + [anon_sym_AMP_AMP] = ACTIONS(4794), + [anon_sym_PIPE_PIPE] = ACTIONS(4794), + [anon_sym_else] = ACTIONS(7377), + [anon_sym_COLON_COLON] = ACTIONS(4794), + [anon_sym_BANG_EQ] = ACTIONS(4792), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4794), + [anon_sym_EQ_EQ] = ACTIONS(4792), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4794), + [anon_sym_LT_EQ] = ACTIONS(4794), + [anon_sym_GT_EQ] = ACTIONS(4794), + [anon_sym_BANGin] = ACTIONS(4794), + [anon_sym_is] = ACTIONS(4792), + [anon_sym_BANGis] = ACTIONS(4794), + [anon_sym_PLUS] = ACTIONS(4792), + [anon_sym_DASH] = ACTIONS(4792), + [anon_sym_SLASH] = ACTIONS(4792), + [anon_sym_PERCENT] = ACTIONS(4794), + [anon_sym_as_QMARK] = ACTIONS(4794), + [anon_sym_PLUS_PLUS] = ACTIONS(4794), + [anon_sym_DASH_DASH] = ACTIONS(4794), + [anon_sym_BANG_BANG] = ACTIONS(4794), + [anon_sym_suspend] = ACTIONS(4792), + [anon_sym_sealed] = ACTIONS(4792), + [anon_sym_annotation] = ACTIONS(4792), + [anon_sym_data] = ACTIONS(4792), + [anon_sym_inner] = ACTIONS(4792), + [anon_sym_override] = ACTIONS(4792), + [anon_sym_lateinit] = ACTIONS(4792), + [anon_sym_public] = ACTIONS(4792), + [anon_sym_private] = ACTIONS(4792), + [anon_sym_internal] = ACTIONS(4792), + [anon_sym_protected] = ACTIONS(4792), + [anon_sym_tailrec] = ACTIONS(4792), + [anon_sym_operator] = ACTIONS(4792), + [anon_sym_infix] = ACTIONS(4792), + [anon_sym_inline] = ACTIONS(4792), + [anon_sym_external] = ACTIONS(4792), + [sym_property_modifier] = ACTIONS(4792), + [anon_sym_abstract] = ACTIONS(4792), + [anon_sym_final] = ACTIONS(4792), + [anon_sym_open] = ACTIONS(4792), + [anon_sym_vararg] = ACTIONS(4792), + [anon_sym_noinline] = ACTIONS(4792), + [anon_sym_crossinline] = ACTIONS(4792), + [anon_sym_expect] = ACTIONS(4792), + [anon_sym_actual] = ACTIONS(4792), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4794), + [sym__automatic_semicolon] = ACTIONS(4794), + [sym_safe_nav] = ACTIONS(4794), [sym_multiline_comment] = ACTIONS(3), }, - [4225] = { - [sym_type_alias] = STATE(8669), - [sym__declaration] = STATE(8669), - [sym_class_declaration] = STATE(8669), - [aux_sym__class_member_declarations] = STATE(4293), - [sym__class_member_declaration] = STATE(8669), - [sym_anonymous_initializer] = STATE(8669), - [sym_companion_object] = STATE(8669), - [sym_function_declaration] = STATE(8669), - [sym_property_declaration] = STATE(8669), - [sym_getter] = STATE(8669), - [sym_setter] = STATE(8669), - [sym_object_declaration] = STATE(8669), - [sym_secondary_constructor] = STATE(8669), - [sym_modifiers] = STATE(7392), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_typealias] = ACTIONS(7373), - [anon_sym_class] = ACTIONS(7375), - [anon_sym_interface] = ACTIONS(7375), - [anon_sym_enum] = ACTIONS(7377), - [anon_sym_constructor] = ACTIONS(7379), - [anon_sym_RBRACE] = ACTIONS(7413), - [anon_sym_val] = ACTIONS(7383), - [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7385), - [anon_sym_companion] = ACTIONS(7387), - [anon_sym_object] = ACTIONS(7389), - [anon_sym_fun] = ACTIONS(7391), - [anon_sym_get] = ACTIONS(7393), - [anon_sym_set] = ACTIONS(7395), - [anon_sym_suspend] = ACTIONS(7397), - [anon_sym_sealed] = ACTIONS(7399), - [anon_sym_annotation] = ACTIONS(7399), - [anon_sym_data] = ACTIONS(7399), - [anon_sym_inner] = ACTIONS(7399), - [anon_sym_override] = ACTIONS(7401), - [anon_sym_lateinit] = ACTIONS(7401), - [anon_sym_public] = ACTIONS(7403), - [anon_sym_private] = ACTIONS(7403), - [anon_sym_internal] = ACTIONS(7403), - [anon_sym_protected] = ACTIONS(7403), - [anon_sym_tailrec] = ACTIONS(7397), - [anon_sym_operator] = ACTIONS(7397), - [anon_sym_infix] = ACTIONS(7397), - [anon_sym_inline] = ACTIONS(7397), - [anon_sym_external] = ACTIONS(7397), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(7405), - [anon_sym_final] = ACTIONS(7405), - [anon_sym_open] = ACTIONS(7405), - [anon_sym_vararg] = ACTIONS(7407), - [anon_sym_noinline] = ACTIONS(7407), - [anon_sym_crossinline] = ACTIONS(7407), - [anon_sym_expect] = ACTIONS(7409), - [anon_sym_actual] = ACTIONS(7409), - [sym_line_comment] = ACTIONS(3), + [4229] = { + [sym__alpha_identifier] = ACTIONS(4792), + [anon_sym_AT] = ACTIONS(4794), + [anon_sym_LBRACK] = ACTIONS(4794), + [anon_sym_as] = ACTIONS(4792), + [anon_sym_LBRACE] = ACTIONS(4794), + [anon_sym_RBRACE] = ACTIONS(4794), + [anon_sym_LPAREN] = ACTIONS(4794), + [anon_sym_LT] = ACTIONS(4792), + [anon_sym_GT] = ACTIONS(4792), + [anon_sym_DOT] = ACTIONS(4792), + [anon_sym_SEMI] = ACTIONS(4794), + [anon_sym_get] = ACTIONS(4792), + [anon_sym_set] = ACTIONS(4792), + [anon_sym_STAR] = ACTIONS(4794), + [sym_label] = ACTIONS(4794), + [anon_sym_in] = ACTIONS(4792), + [anon_sym_DOT_DOT] = ACTIONS(4794), + [anon_sym_QMARK_COLON] = ACTIONS(4794), + [anon_sym_AMP_AMP] = ACTIONS(4794), + [anon_sym_PIPE_PIPE] = ACTIONS(4794), + [anon_sym_else] = ACTIONS(7377), + [anon_sym_COLON_COLON] = ACTIONS(4794), + [anon_sym_BANG_EQ] = ACTIONS(4792), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4794), + [anon_sym_EQ_EQ] = ACTIONS(4792), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4794), + [anon_sym_LT_EQ] = ACTIONS(4794), + [anon_sym_GT_EQ] = ACTIONS(4794), + [anon_sym_BANGin] = ACTIONS(4794), + [anon_sym_is] = ACTIONS(4792), + [anon_sym_BANGis] = ACTIONS(4794), + [anon_sym_PLUS] = ACTIONS(4792), + [anon_sym_DASH] = ACTIONS(4792), + [anon_sym_SLASH] = ACTIONS(4792), + [anon_sym_PERCENT] = ACTIONS(4794), + [anon_sym_as_QMARK] = ACTIONS(4794), + [anon_sym_PLUS_PLUS] = ACTIONS(4794), + [anon_sym_DASH_DASH] = ACTIONS(4794), + [anon_sym_BANG_BANG] = ACTIONS(4794), + [anon_sym_suspend] = ACTIONS(4792), + [anon_sym_sealed] = ACTIONS(4792), + [anon_sym_annotation] = ACTIONS(4792), + [anon_sym_data] = ACTIONS(4792), + [anon_sym_inner] = ACTIONS(4792), + [anon_sym_override] = ACTIONS(4792), + [anon_sym_lateinit] = ACTIONS(4792), + [anon_sym_public] = ACTIONS(4792), + [anon_sym_private] = ACTIONS(4792), + [anon_sym_internal] = ACTIONS(4792), + [anon_sym_protected] = ACTIONS(4792), + [anon_sym_tailrec] = ACTIONS(4792), + [anon_sym_operator] = ACTIONS(4792), + [anon_sym_infix] = ACTIONS(4792), + [anon_sym_inline] = ACTIONS(4792), + [anon_sym_external] = ACTIONS(4792), + [sym_property_modifier] = ACTIONS(4792), + [anon_sym_abstract] = ACTIONS(4792), + [anon_sym_final] = ACTIONS(4792), + [anon_sym_open] = ACTIONS(4792), + [anon_sym_vararg] = ACTIONS(4792), + [anon_sym_noinline] = ACTIONS(4792), + [anon_sym_crossinline] = ACTIONS(4792), + [anon_sym_expect] = ACTIONS(4792), + [anon_sym_actual] = ACTIONS(4792), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4794), + [sym__automatic_semicolon] = ACTIONS(4794), + [sym_safe_nav] = ACTIONS(4794), [sym_multiline_comment] = ACTIONS(3), }, - [4226] = { - [sym_type_alias] = STATE(8669), - [sym__declaration] = STATE(8669), - [sym_class_declaration] = STATE(8669), - [aux_sym__class_member_declarations] = STATE(4291), - [sym__class_member_declaration] = STATE(8669), - [sym_anonymous_initializer] = STATE(8669), - [sym_companion_object] = STATE(8669), - [sym_function_declaration] = STATE(8669), - [sym_property_declaration] = STATE(8669), - [sym_getter] = STATE(8669), - [sym_setter] = STATE(8669), - [sym_object_declaration] = STATE(8669), - [sym_secondary_constructor] = STATE(8669), - [sym_modifiers] = STATE(7392), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_typealias] = ACTIONS(7373), - [anon_sym_class] = ACTIONS(7375), - [anon_sym_interface] = ACTIONS(7375), - [anon_sym_enum] = ACTIONS(7377), - [anon_sym_constructor] = ACTIONS(7379), - [anon_sym_RBRACE] = ACTIONS(7415), - [anon_sym_val] = ACTIONS(7383), - [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7385), - [anon_sym_companion] = ACTIONS(7387), - [anon_sym_object] = ACTIONS(7389), - [anon_sym_fun] = ACTIONS(7391), - [anon_sym_get] = ACTIONS(7393), - [anon_sym_set] = ACTIONS(7395), - [anon_sym_suspend] = ACTIONS(7397), - [anon_sym_sealed] = ACTIONS(7399), - [anon_sym_annotation] = ACTIONS(7399), - [anon_sym_data] = ACTIONS(7399), - [anon_sym_inner] = ACTIONS(7399), - [anon_sym_override] = ACTIONS(7401), - [anon_sym_lateinit] = ACTIONS(7401), - [anon_sym_public] = ACTIONS(7403), - [anon_sym_private] = ACTIONS(7403), - [anon_sym_internal] = ACTIONS(7403), - [anon_sym_protected] = ACTIONS(7403), - [anon_sym_tailrec] = ACTIONS(7397), - [anon_sym_operator] = ACTIONS(7397), - [anon_sym_infix] = ACTIONS(7397), - [anon_sym_inline] = ACTIONS(7397), - [anon_sym_external] = ACTIONS(7397), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(7405), - [anon_sym_final] = ACTIONS(7405), - [anon_sym_open] = ACTIONS(7405), - [anon_sym_vararg] = ACTIONS(7407), - [anon_sym_noinline] = ACTIONS(7407), - [anon_sym_crossinline] = ACTIONS(7407), - [anon_sym_expect] = ACTIONS(7409), - [anon_sym_actual] = ACTIONS(7409), + [4230] = { + [sym__alpha_identifier] = ACTIONS(4955), + [anon_sym_AT] = ACTIONS(4957), + [anon_sym_LBRACK] = ACTIONS(4957), + [anon_sym_as] = ACTIONS(4955), + [anon_sym_LBRACE] = ACTIONS(4957), + [anon_sym_RBRACE] = ACTIONS(4957), + [anon_sym_LPAREN] = ACTIONS(7379), + [anon_sym_LT] = ACTIONS(4955), + [anon_sym_GT] = ACTIONS(4955), + [anon_sym_DOT] = ACTIONS(4955), + [anon_sym_SEMI] = ACTIONS(4957), + [anon_sym_get] = ACTIONS(4955), + [anon_sym_set] = ACTIONS(4955), + [anon_sym_STAR] = ACTIONS(4957), + [sym_label] = ACTIONS(4957), + [anon_sym_in] = ACTIONS(4955), + [anon_sym_DOT_DOT] = ACTIONS(4957), + [anon_sym_QMARK_COLON] = ACTIONS(4957), + [anon_sym_AMP_AMP] = ACTIONS(4957), + [anon_sym_PIPE_PIPE] = ACTIONS(4957), + [anon_sym_else] = ACTIONS(4955), + [anon_sym_COLON_COLON] = ACTIONS(4957), + [anon_sym_BANG_EQ] = ACTIONS(4955), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4957), + [anon_sym_EQ_EQ] = ACTIONS(4955), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4957), + [anon_sym_LT_EQ] = ACTIONS(4957), + [anon_sym_GT_EQ] = ACTIONS(4957), + [anon_sym_BANGin] = ACTIONS(4957), + [anon_sym_is] = ACTIONS(4955), + [anon_sym_BANGis] = ACTIONS(4957), + [anon_sym_PLUS] = ACTIONS(4955), + [anon_sym_DASH] = ACTIONS(4955), + [anon_sym_SLASH] = ACTIONS(4955), + [anon_sym_PERCENT] = ACTIONS(4957), + [anon_sym_as_QMARK] = ACTIONS(4957), + [anon_sym_PLUS_PLUS] = ACTIONS(4957), + [anon_sym_DASH_DASH] = ACTIONS(4957), + [anon_sym_BANG_BANG] = ACTIONS(4957), + [anon_sym_suspend] = ACTIONS(4955), + [anon_sym_sealed] = ACTIONS(4955), + [anon_sym_annotation] = ACTIONS(4955), + [anon_sym_data] = ACTIONS(4955), + [anon_sym_inner] = ACTIONS(4955), + [anon_sym_override] = ACTIONS(4955), + [anon_sym_lateinit] = ACTIONS(4955), + [anon_sym_public] = ACTIONS(4955), + [anon_sym_private] = ACTIONS(4955), + [anon_sym_internal] = ACTIONS(4955), + [anon_sym_protected] = ACTIONS(4955), + [anon_sym_tailrec] = ACTIONS(4955), + [anon_sym_operator] = ACTIONS(4955), + [anon_sym_infix] = ACTIONS(4955), + [anon_sym_inline] = ACTIONS(4955), + [anon_sym_external] = ACTIONS(4955), + [sym_property_modifier] = ACTIONS(4955), + [anon_sym_abstract] = ACTIONS(4955), + [anon_sym_final] = ACTIONS(4955), + [anon_sym_open] = ACTIONS(4955), + [anon_sym_vararg] = ACTIONS(4955), + [anon_sym_noinline] = ACTIONS(4955), + [anon_sym_crossinline] = ACTIONS(4955), + [anon_sym_expect] = ACTIONS(4955), + [anon_sym_actual] = ACTIONS(4955), [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4957), + [sym__automatic_semicolon] = ACTIONS(4957), + [sym_safe_nav] = ACTIONS(4957), [sym_multiline_comment] = ACTIONS(3), }, - [4227] = { - [sym_type_alias] = STATE(8669), - [sym__declaration] = STATE(8669), - [sym_class_declaration] = STATE(8669), - [aux_sym__class_member_declarations] = STATE(4265), - [sym__class_member_declaration] = STATE(8669), - [sym_anonymous_initializer] = STATE(8669), - [sym_companion_object] = STATE(8669), - [sym_function_declaration] = STATE(8669), - [sym_property_declaration] = STATE(8669), - [sym_getter] = STATE(8669), - [sym_setter] = STATE(8669), - [sym_object_declaration] = STATE(8669), - [sym_secondary_constructor] = STATE(8669), - [sym_modifiers] = STATE(7392), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), + [4231] = { + [sym_type_alias] = STATE(8631), + [sym__declaration] = STATE(8631), + [sym_class_declaration] = STATE(8631), + [aux_sym__class_member_declarations] = STATE(4248), + [sym__class_member_declaration] = STATE(8631), + [sym_anonymous_initializer] = STATE(8631), + [sym_companion_object] = STATE(8631), + [sym_function_declaration] = STATE(8631), + [sym_property_declaration] = STATE(8631), + [sym_getter] = STATE(8631), + [sym_setter] = STATE(8631), + [sym_object_declaration] = STATE(8631), + [sym_secondary_constructor] = STATE(8631), + [sym_modifiers] = STATE(7426), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_typealias] = ACTIONS(7373), - [anon_sym_class] = ACTIONS(7375), - [anon_sym_interface] = ACTIONS(7375), - [anon_sym_enum] = ACTIONS(7377), - [anon_sym_constructor] = ACTIONS(7379), - [anon_sym_RBRACE] = ACTIONS(7417), - [anon_sym_val] = ACTIONS(7383), + [anon_sym_typealias] = ACTIONS(7381), + [anon_sym_class] = ACTIONS(7383), + [anon_sym_interface] = ACTIONS(7383), + [anon_sym_enum] = ACTIONS(7385), + [anon_sym_constructor] = ACTIONS(7387), + [anon_sym_RBRACE] = ACTIONS(7389), + [anon_sym_val] = ACTIONS(7391), [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7385), - [anon_sym_companion] = ACTIONS(7387), - [anon_sym_object] = ACTIONS(7389), - [anon_sym_fun] = ACTIONS(7391), - [anon_sym_get] = ACTIONS(7393), - [anon_sym_set] = ACTIONS(7395), - [anon_sym_suspend] = ACTIONS(7397), - [anon_sym_sealed] = ACTIONS(7399), - [anon_sym_annotation] = ACTIONS(7399), - [anon_sym_data] = ACTIONS(7399), - [anon_sym_inner] = ACTIONS(7399), - [anon_sym_override] = ACTIONS(7401), - [anon_sym_lateinit] = ACTIONS(7401), - [anon_sym_public] = ACTIONS(7403), - [anon_sym_private] = ACTIONS(7403), - [anon_sym_internal] = ACTIONS(7403), - [anon_sym_protected] = ACTIONS(7403), - [anon_sym_tailrec] = ACTIONS(7397), - [anon_sym_operator] = ACTIONS(7397), - [anon_sym_infix] = ACTIONS(7397), - [anon_sym_inline] = ACTIONS(7397), - [anon_sym_external] = ACTIONS(7397), + [anon_sym_init] = ACTIONS(7393), + [anon_sym_companion] = ACTIONS(7395), + [anon_sym_object] = ACTIONS(7397), + [anon_sym_fun] = ACTIONS(7399), + [anon_sym_get] = ACTIONS(7401), + [anon_sym_set] = ACTIONS(7403), + [anon_sym_suspend] = ACTIONS(7405), + [anon_sym_sealed] = ACTIONS(7407), + [anon_sym_annotation] = ACTIONS(7407), + [anon_sym_data] = ACTIONS(7407), + [anon_sym_inner] = ACTIONS(7407), + [anon_sym_override] = ACTIONS(7409), + [anon_sym_lateinit] = ACTIONS(7409), + [anon_sym_public] = ACTIONS(7411), + [anon_sym_private] = ACTIONS(7411), + [anon_sym_internal] = ACTIONS(7411), + [anon_sym_protected] = ACTIONS(7411), + [anon_sym_tailrec] = ACTIONS(7405), + [anon_sym_operator] = ACTIONS(7405), + [anon_sym_infix] = ACTIONS(7405), + [anon_sym_inline] = ACTIONS(7405), + [anon_sym_external] = ACTIONS(7405), [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(7405), - [anon_sym_final] = ACTIONS(7405), - [anon_sym_open] = ACTIONS(7405), - [anon_sym_vararg] = ACTIONS(7407), - [anon_sym_noinline] = ACTIONS(7407), - [anon_sym_crossinline] = ACTIONS(7407), - [anon_sym_expect] = ACTIONS(7409), - [anon_sym_actual] = ACTIONS(7409), + [anon_sym_abstract] = ACTIONS(7413), + [anon_sym_final] = ACTIONS(7413), + [anon_sym_open] = ACTIONS(7413), + [anon_sym_vararg] = ACTIONS(7415), + [anon_sym_noinline] = ACTIONS(7415), + [anon_sym_crossinline] = ACTIONS(7415), + [anon_sym_expect] = ACTIONS(7417), + [anon_sym_actual] = ACTIONS(7417), [sym_line_comment] = ACTIONS(3), [sym_multiline_comment] = ACTIONS(3), }, - [4228] = { - [sym_type_alias] = STATE(8669), - [sym__declaration] = STATE(8669), - [sym_class_declaration] = STATE(8669), - [aux_sym__class_member_declarations] = STATE(4239), - [sym__class_member_declaration] = STATE(8669), - [sym_anonymous_initializer] = STATE(8669), - [sym_companion_object] = STATE(8669), - [sym_function_declaration] = STATE(8669), - [sym_property_declaration] = STATE(8669), - [sym_getter] = STATE(8669), - [sym_setter] = STATE(8669), - [sym_object_declaration] = STATE(8669), - [sym_secondary_constructor] = STATE(8669), - [sym_modifiers] = STATE(7392), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), + [4232] = { + [sym_type_alias] = STATE(8631), + [sym__declaration] = STATE(8631), + [sym_class_declaration] = STATE(8631), + [aux_sym__class_member_declarations] = STATE(4248), + [sym__class_member_declaration] = STATE(8631), + [sym_anonymous_initializer] = STATE(8631), + [sym_companion_object] = STATE(8631), + [sym_function_declaration] = STATE(8631), + [sym_property_declaration] = STATE(8631), + [sym_getter] = STATE(8631), + [sym_setter] = STATE(8631), + [sym_object_declaration] = STATE(8631), + [sym_secondary_constructor] = STATE(8631), + [sym_modifiers] = STATE(7426), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_typealias] = ACTIONS(7373), - [anon_sym_class] = ACTIONS(7375), - [anon_sym_interface] = ACTIONS(7375), - [anon_sym_enum] = ACTIONS(7377), - [anon_sym_constructor] = ACTIONS(7379), + [anon_sym_typealias] = ACTIONS(7381), + [anon_sym_class] = ACTIONS(7383), + [anon_sym_interface] = ACTIONS(7383), + [anon_sym_enum] = ACTIONS(7385), + [anon_sym_constructor] = ACTIONS(7387), [anon_sym_RBRACE] = ACTIONS(7419), - [anon_sym_val] = ACTIONS(7383), + [anon_sym_val] = ACTIONS(7391), [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7385), - [anon_sym_companion] = ACTIONS(7387), - [anon_sym_object] = ACTIONS(7389), - [anon_sym_fun] = ACTIONS(7391), - [anon_sym_get] = ACTIONS(7393), - [anon_sym_set] = ACTIONS(7395), - [anon_sym_suspend] = ACTIONS(7397), - [anon_sym_sealed] = ACTIONS(7399), - [anon_sym_annotation] = ACTIONS(7399), - [anon_sym_data] = ACTIONS(7399), - [anon_sym_inner] = ACTIONS(7399), - [anon_sym_override] = ACTIONS(7401), - [anon_sym_lateinit] = ACTIONS(7401), - [anon_sym_public] = ACTIONS(7403), - [anon_sym_private] = ACTIONS(7403), - [anon_sym_internal] = ACTIONS(7403), - [anon_sym_protected] = ACTIONS(7403), - [anon_sym_tailrec] = ACTIONS(7397), - [anon_sym_operator] = ACTIONS(7397), - [anon_sym_infix] = ACTIONS(7397), - [anon_sym_inline] = ACTIONS(7397), - [anon_sym_external] = ACTIONS(7397), + [anon_sym_init] = ACTIONS(7393), + [anon_sym_companion] = ACTIONS(7395), + [anon_sym_object] = ACTIONS(7397), + [anon_sym_fun] = ACTIONS(7399), + [anon_sym_get] = ACTIONS(7401), + [anon_sym_set] = ACTIONS(7403), + [anon_sym_suspend] = ACTIONS(7405), + [anon_sym_sealed] = ACTIONS(7407), + [anon_sym_annotation] = ACTIONS(7407), + [anon_sym_data] = ACTIONS(7407), + [anon_sym_inner] = ACTIONS(7407), + [anon_sym_override] = ACTIONS(7409), + [anon_sym_lateinit] = ACTIONS(7409), + [anon_sym_public] = ACTIONS(7411), + [anon_sym_private] = ACTIONS(7411), + [anon_sym_internal] = ACTIONS(7411), + [anon_sym_protected] = ACTIONS(7411), + [anon_sym_tailrec] = ACTIONS(7405), + [anon_sym_operator] = ACTIONS(7405), + [anon_sym_infix] = ACTIONS(7405), + [anon_sym_inline] = ACTIONS(7405), + [anon_sym_external] = ACTIONS(7405), [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(7405), - [anon_sym_final] = ACTIONS(7405), - [anon_sym_open] = ACTIONS(7405), - [anon_sym_vararg] = ACTIONS(7407), - [anon_sym_noinline] = ACTIONS(7407), - [anon_sym_crossinline] = ACTIONS(7407), - [anon_sym_expect] = ACTIONS(7409), - [anon_sym_actual] = ACTIONS(7409), + [anon_sym_abstract] = ACTIONS(7413), + [anon_sym_final] = ACTIONS(7413), + [anon_sym_open] = ACTIONS(7413), + [anon_sym_vararg] = ACTIONS(7415), + [anon_sym_noinline] = ACTIONS(7415), + [anon_sym_crossinline] = ACTIONS(7415), + [anon_sym_expect] = ACTIONS(7417), + [anon_sym_actual] = ACTIONS(7417), [sym_line_comment] = ACTIONS(3), [sym_multiline_comment] = ACTIONS(3), }, - [4229] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2308), - [sym__comparison_operator] = STATE(2309), - [sym__in_operator] = STATE(2310), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2311), - [sym__multiplicative_operator] = STATE(2312), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2313), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4233] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(1850), + [sym__comparison_operator] = STATE(1849), + [sym__in_operator] = STATE(1845), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(1842), + [sym__multiplicative_operator] = STATE(1841), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1838), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_COMMA] = ACTIONS(3001), - [anon_sym_RPAREN] = ACTIONS(3001), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_COMMA] = ACTIONS(3065), + [anon_sym_RPAREN] = ACTIONS(3065), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7031), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7038), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7007), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7033), - [anon_sym_DOT_DOT] = ACTIONS(7009), - [anon_sym_QMARK_COLON] = ACTIONS(7035), - [anon_sym_AMP_AMP] = ACTIONS(7037), - [anon_sym_PIPE_PIPE] = ACTIONS(7039), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7041), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7043), - [anon_sym_EQ_EQ] = ACTIONS(7041), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7043), - [anon_sym_LT_EQ] = ACTIONS(7045), - [anon_sym_GT_EQ] = ACTIONS(7045), - [anon_sym_BANGin] = ACTIONS(7047), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7011), - [anon_sym_DASH] = ACTIONS(7011), - [anon_sym_SLASH] = ACTIONS(7013), - [anon_sym_PERCENT] = ACTIONS(7007), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7040), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7042), + [anon_sym_DOT_DOT] = ACTIONS(7044), + [anon_sym_QMARK_COLON] = ACTIONS(7046), + [anon_sym_AMP_AMP] = ACTIONS(7048), + [anon_sym_PIPE_PIPE] = ACTIONS(7050), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7052), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7054), + [anon_sym_EQ_EQ] = ACTIONS(7052), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7054), + [anon_sym_LT_EQ] = ACTIONS(7056), + [anon_sym_GT_EQ] = ACTIONS(7056), + [anon_sym_BANGin] = ACTIONS(7058), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7060), + [anon_sym_DASH] = ACTIONS(7060), + [anon_sym_SLASH] = ACTIONS(7062), + [anon_sym_PERCENT] = ACTIONS(7040), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4230] = { - [sym_type_alias] = STATE(8669), - [sym__declaration] = STATE(8669), - [sym_class_declaration] = STATE(8669), - [aux_sym__class_member_declarations] = STATE(4256), - [sym__class_member_declaration] = STATE(8669), - [sym_anonymous_initializer] = STATE(8669), - [sym_companion_object] = STATE(8669), - [sym_function_declaration] = STATE(8669), - [sym_property_declaration] = STATE(8669), - [sym_getter] = STATE(8669), - [sym_setter] = STATE(8669), - [sym_object_declaration] = STATE(8669), - [sym_secondary_constructor] = STATE(8669), - [sym_modifiers] = STATE(7392), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), + [4234] = { + [sym_type_alias] = STATE(8631), + [sym__declaration] = STATE(8631), + [sym_class_declaration] = STATE(8631), + [aux_sym__class_member_declarations] = STATE(4248), + [sym__class_member_declaration] = STATE(8631), + [sym_anonymous_initializer] = STATE(8631), + [sym_companion_object] = STATE(8631), + [sym_function_declaration] = STATE(8631), + [sym_property_declaration] = STATE(8631), + [sym_getter] = STATE(8631), + [sym_setter] = STATE(8631), + [sym_object_declaration] = STATE(8631), + [sym_secondary_constructor] = STATE(8631), + [sym_modifiers] = STATE(7426), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_typealias] = ACTIONS(7373), - [anon_sym_class] = ACTIONS(7375), - [anon_sym_interface] = ACTIONS(7375), - [anon_sym_enum] = ACTIONS(7377), - [anon_sym_constructor] = ACTIONS(7379), + [anon_sym_typealias] = ACTIONS(7381), + [anon_sym_class] = ACTIONS(7383), + [anon_sym_interface] = ACTIONS(7383), + [anon_sym_enum] = ACTIONS(7385), + [anon_sym_constructor] = ACTIONS(7387), [anon_sym_RBRACE] = ACTIONS(7421), - [anon_sym_val] = ACTIONS(7383), + [anon_sym_val] = ACTIONS(7391), [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7385), - [anon_sym_companion] = ACTIONS(7387), - [anon_sym_object] = ACTIONS(7389), - [anon_sym_fun] = ACTIONS(7391), - [anon_sym_get] = ACTIONS(7393), - [anon_sym_set] = ACTIONS(7395), - [anon_sym_suspend] = ACTIONS(7397), - [anon_sym_sealed] = ACTIONS(7399), - [anon_sym_annotation] = ACTIONS(7399), - [anon_sym_data] = ACTIONS(7399), - [anon_sym_inner] = ACTIONS(7399), - [anon_sym_override] = ACTIONS(7401), - [anon_sym_lateinit] = ACTIONS(7401), - [anon_sym_public] = ACTIONS(7403), - [anon_sym_private] = ACTIONS(7403), - [anon_sym_internal] = ACTIONS(7403), - [anon_sym_protected] = ACTIONS(7403), - [anon_sym_tailrec] = ACTIONS(7397), - [anon_sym_operator] = ACTIONS(7397), - [anon_sym_infix] = ACTIONS(7397), - [anon_sym_inline] = ACTIONS(7397), - [anon_sym_external] = ACTIONS(7397), + [anon_sym_init] = ACTIONS(7393), + [anon_sym_companion] = ACTIONS(7395), + [anon_sym_object] = ACTIONS(7397), + [anon_sym_fun] = ACTIONS(7399), + [anon_sym_get] = ACTIONS(7401), + [anon_sym_set] = ACTIONS(7403), + [anon_sym_suspend] = ACTIONS(7405), + [anon_sym_sealed] = ACTIONS(7407), + [anon_sym_annotation] = ACTIONS(7407), + [anon_sym_data] = ACTIONS(7407), + [anon_sym_inner] = ACTIONS(7407), + [anon_sym_override] = ACTIONS(7409), + [anon_sym_lateinit] = ACTIONS(7409), + [anon_sym_public] = ACTIONS(7411), + [anon_sym_private] = ACTIONS(7411), + [anon_sym_internal] = ACTIONS(7411), + [anon_sym_protected] = ACTIONS(7411), + [anon_sym_tailrec] = ACTIONS(7405), + [anon_sym_operator] = ACTIONS(7405), + [anon_sym_infix] = ACTIONS(7405), + [anon_sym_inline] = ACTIONS(7405), + [anon_sym_external] = ACTIONS(7405), [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(7405), - [anon_sym_final] = ACTIONS(7405), - [anon_sym_open] = ACTIONS(7405), - [anon_sym_vararg] = ACTIONS(7407), - [anon_sym_noinline] = ACTIONS(7407), - [anon_sym_crossinline] = ACTIONS(7407), - [anon_sym_expect] = ACTIONS(7409), - [anon_sym_actual] = ACTIONS(7409), + [anon_sym_abstract] = ACTIONS(7413), + [anon_sym_final] = ACTIONS(7413), + [anon_sym_open] = ACTIONS(7413), + [anon_sym_vararg] = ACTIONS(7415), + [anon_sym_noinline] = ACTIONS(7415), + [anon_sym_crossinline] = ACTIONS(7415), + [anon_sym_expect] = ACTIONS(7417), + [anon_sym_actual] = ACTIONS(7417), [sym_line_comment] = ACTIONS(3), [sym_multiline_comment] = ACTIONS(3), }, - [4231] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2308), - [sym__comparison_operator] = STATE(2309), - [sym__in_operator] = STATE(2310), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2311), - [sym__multiplicative_operator] = STATE(2312), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2313), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4235] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(1850), + [sym__comparison_operator] = STATE(1849), + [sym__in_operator] = STATE(1845), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(1842), + [sym__multiplicative_operator] = STATE(1841), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1838), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_COMMA] = ACTIONS(7423), [anon_sym_RPAREN] = ACTIONS(7423), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7031), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7038), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7007), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7033), - [anon_sym_DOT_DOT] = ACTIONS(7009), - [anon_sym_QMARK_COLON] = ACTIONS(7035), - [anon_sym_AMP_AMP] = ACTIONS(7037), - [anon_sym_PIPE_PIPE] = ACTIONS(7039), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7041), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7043), - [anon_sym_EQ_EQ] = ACTIONS(7041), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7043), - [anon_sym_LT_EQ] = ACTIONS(7045), - [anon_sym_GT_EQ] = ACTIONS(7045), - [anon_sym_BANGin] = ACTIONS(7047), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7011), - [anon_sym_DASH] = ACTIONS(7011), - [anon_sym_SLASH] = ACTIONS(7013), - [anon_sym_PERCENT] = ACTIONS(7007), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7040), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7042), + [anon_sym_DOT_DOT] = ACTIONS(7044), + [anon_sym_QMARK_COLON] = ACTIONS(7046), + [anon_sym_AMP_AMP] = ACTIONS(7048), + [anon_sym_PIPE_PIPE] = ACTIONS(7050), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7052), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7054), + [anon_sym_EQ_EQ] = ACTIONS(7052), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7054), + [anon_sym_LT_EQ] = ACTIONS(7056), + [anon_sym_GT_EQ] = ACTIONS(7056), + [anon_sym_BANGin] = ACTIONS(7058), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7060), + [anon_sym_DASH] = ACTIONS(7060), + [anon_sym_SLASH] = ACTIONS(7062), + [anon_sym_PERCENT] = ACTIONS(7040), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4232] = { - [sym_type_alias] = STATE(8669), - [sym__declaration] = STATE(8669), - [sym_class_declaration] = STATE(8669), - [aux_sym__class_member_declarations] = STATE(4293), - [sym__class_member_declaration] = STATE(8669), - [sym_anonymous_initializer] = STATE(8669), - [sym_companion_object] = STATE(8669), - [sym_function_declaration] = STATE(8669), - [sym_property_declaration] = STATE(8669), - [sym_getter] = STATE(8669), - [sym_setter] = STATE(8669), - [sym_object_declaration] = STATE(8669), - [sym_secondary_constructor] = STATE(8669), - [sym_modifiers] = STATE(7392), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), + [4236] = { + [sym_type_alias] = STATE(8631), + [sym__declaration] = STATE(8631), + [sym_class_declaration] = STATE(8631), + [aux_sym__class_member_declarations] = STATE(4248), + [sym__class_member_declaration] = STATE(8631), + [sym_anonymous_initializer] = STATE(8631), + [sym_companion_object] = STATE(8631), + [sym_function_declaration] = STATE(8631), + [sym_property_declaration] = STATE(8631), + [sym_getter] = STATE(8631), + [sym_setter] = STATE(8631), + [sym_object_declaration] = STATE(8631), + [sym_secondary_constructor] = STATE(8631), + [sym_modifiers] = STATE(7426), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_typealias] = ACTIONS(7373), - [anon_sym_class] = ACTIONS(7375), - [anon_sym_interface] = ACTIONS(7375), - [anon_sym_enum] = ACTIONS(7377), - [anon_sym_constructor] = ACTIONS(7379), + [anon_sym_typealias] = ACTIONS(7381), + [anon_sym_class] = ACTIONS(7383), + [anon_sym_interface] = ACTIONS(7383), + [anon_sym_enum] = ACTIONS(7385), + [anon_sym_constructor] = ACTIONS(7387), [anon_sym_RBRACE] = ACTIONS(7425), - [anon_sym_val] = ACTIONS(7383), + [anon_sym_val] = ACTIONS(7391), [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7385), - [anon_sym_companion] = ACTIONS(7387), - [anon_sym_object] = ACTIONS(7389), - [anon_sym_fun] = ACTIONS(7391), - [anon_sym_get] = ACTIONS(7393), - [anon_sym_set] = ACTIONS(7395), - [anon_sym_suspend] = ACTIONS(7397), - [anon_sym_sealed] = ACTIONS(7399), - [anon_sym_annotation] = ACTIONS(7399), - [anon_sym_data] = ACTIONS(7399), - [anon_sym_inner] = ACTIONS(7399), - [anon_sym_override] = ACTIONS(7401), - [anon_sym_lateinit] = ACTIONS(7401), - [anon_sym_public] = ACTIONS(7403), - [anon_sym_private] = ACTIONS(7403), - [anon_sym_internal] = ACTIONS(7403), - [anon_sym_protected] = ACTIONS(7403), - [anon_sym_tailrec] = ACTIONS(7397), - [anon_sym_operator] = ACTIONS(7397), - [anon_sym_infix] = ACTIONS(7397), - [anon_sym_inline] = ACTIONS(7397), - [anon_sym_external] = ACTIONS(7397), + [anon_sym_init] = ACTIONS(7393), + [anon_sym_companion] = ACTIONS(7395), + [anon_sym_object] = ACTIONS(7397), + [anon_sym_fun] = ACTIONS(7399), + [anon_sym_get] = ACTIONS(7401), + [anon_sym_set] = ACTIONS(7403), + [anon_sym_suspend] = ACTIONS(7405), + [anon_sym_sealed] = ACTIONS(7407), + [anon_sym_annotation] = ACTIONS(7407), + [anon_sym_data] = ACTIONS(7407), + [anon_sym_inner] = ACTIONS(7407), + [anon_sym_override] = ACTIONS(7409), + [anon_sym_lateinit] = ACTIONS(7409), + [anon_sym_public] = ACTIONS(7411), + [anon_sym_private] = ACTIONS(7411), + [anon_sym_internal] = ACTIONS(7411), + [anon_sym_protected] = ACTIONS(7411), + [anon_sym_tailrec] = ACTIONS(7405), + [anon_sym_operator] = ACTIONS(7405), + [anon_sym_infix] = ACTIONS(7405), + [anon_sym_inline] = ACTIONS(7405), + [anon_sym_external] = ACTIONS(7405), [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(7405), - [anon_sym_final] = ACTIONS(7405), - [anon_sym_open] = ACTIONS(7405), - [anon_sym_vararg] = ACTIONS(7407), - [anon_sym_noinline] = ACTIONS(7407), - [anon_sym_crossinline] = ACTIONS(7407), - [anon_sym_expect] = ACTIONS(7409), - [anon_sym_actual] = ACTIONS(7409), + [anon_sym_abstract] = ACTIONS(7413), + [anon_sym_final] = ACTIONS(7413), + [anon_sym_open] = ACTIONS(7413), + [anon_sym_vararg] = ACTIONS(7415), + [anon_sym_noinline] = ACTIONS(7415), + [anon_sym_crossinline] = ACTIONS(7415), + [anon_sym_expect] = ACTIONS(7417), + [anon_sym_actual] = ACTIONS(7417), [sym_line_comment] = ACTIONS(3), [sym_multiline_comment] = ACTIONS(3), }, - [4233] = { - [sym_type_alias] = STATE(8669), - [sym__declaration] = STATE(8669), - [sym_class_declaration] = STATE(8669), - [aux_sym__class_member_declarations] = STATE(4273), - [sym__class_member_declaration] = STATE(8669), - [sym_anonymous_initializer] = STATE(8669), - [sym_companion_object] = STATE(8669), - [sym_function_declaration] = STATE(8669), - [sym_property_declaration] = STATE(8669), - [sym_getter] = STATE(8669), - [sym_setter] = STATE(8669), - [sym_object_declaration] = STATE(8669), - [sym_secondary_constructor] = STATE(8669), - [sym_modifiers] = STATE(7392), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), + [4237] = { + [sym_type_alias] = STATE(8631), + [sym__declaration] = STATE(8631), + [sym_class_declaration] = STATE(8631), + [aux_sym__class_member_declarations] = STATE(4241), + [sym__class_member_declaration] = STATE(8631), + [sym_anonymous_initializer] = STATE(8631), + [sym_companion_object] = STATE(8631), + [sym_function_declaration] = STATE(8631), + [sym_property_declaration] = STATE(8631), + [sym_getter] = STATE(8631), + [sym_setter] = STATE(8631), + [sym_object_declaration] = STATE(8631), + [sym_secondary_constructor] = STATE(8631), + [sym_modifiers] = STATE(7426), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_typealias] = ACTIONS(7373), - [anon_sym_class] = ACTIONS(7375), - [anon_sym_interface] = ACTIONS(7375), - [anon_sym_enum] = ACTIONS(7377), - [anon_sym_constructor] = ACTIONS(7379), - [anon_sym_RBRACE] = ACTIONS(7427), - [anon_sym_val] = ACTIONS(7383), + [anon_sym_typealias] = ACTIONS(7381), + [anon_sym_class] = ACTIONS(7383), + [anon_sym_interface] = ACTIONS(7383), + [anon_sym_enum] = ACTIONS(7385), + [anon_sym_constructor] = ACTIONS(7387), + [anon_sym_RBRACE] = ACTIONS(7425), + [anon_sym_val] = ACTIONS(7391), [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7385), - [anon_sym_companion] = ACTIONS(7387), - [anon_sym_object] = ACTIONS(7389), - [anon_sym_fun] = ACTIONS(7391), - [anon_sym_get] = ACTIONS(7393), - [anon_sym_set] = ACTIONS(7395), - [anon_sym_suspend] = ACTIONS(7397), - [anon_sym_sealed] = ACTIONS(7399), - [anon_sym_annotation] = ACTIONS(7399), - [anon_sym_data] = ACTIONS(7399), - [anon_sym_inner] = ACTIONS(7399), - [anon_sym_override] = ACTIONS(7401), - [anon_sym_lateinit] = ACTIONS(7401), - [anon_sym_public] = ACTIONS(7403), - [anon_sym_private] = ACTIONS(7403), - [anon_sym_internal] = ACTIONS(7403), - [anon_sym_protected] = ACTIONS(7403), - [anon_sym_tailrec] = ACTIONS(7397), - [anon_sym_operator] = ACTIONS(7397), - [anon_sym_infix] = ACTIONS(7397), - [anon_sym_inline] = ACTIONS(7397), - [anon_sym_external] = ACTIONS(7397), + [anon_sym_init] = ACTIONS(7393), + [anon_sym_companion] = ACTIONS(7395), + [anon_sym_object] = ACTIONS(7397), + [anon_sym_fun] = ACTIONS(7399), + [anon_sym_get] = ACTIONS(7401), + [anon_sym_set] = ACTIONS(7403), + [anon_sym_suspend] = ACTIONS(7405), + [anon_sym_sealed] = ACTIONS(7407), + [anon_sym_annotation] = ACTIONS(7407), + [anon_sym_data] = ACTIONS(7407), + [anon_sym_inner] = ACTIONS(7407), + [anon_sym_override] = ACTIONS(7409), + [anon_sym_lateinit] = ACTIONS(7409), + [anon_sym_public] = ACTIONS(7411), + [anon_sym_private] = ACTIONS(7411), + [anon_sym_internal] = ACTIONS(7411), + [anon_sym_protected] = ACTIONS(7411), + [anon_sym_tailrec] = ACTIONS(7405), + [anon_sym_operator] = ACTIONS(7405), + [anon_sym_infix] = ACTIONS(7405), + [anon_sym_inline] = ACTIONS(7405), + [anon_sym_external] = ACTIONS(7405), [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(7405), - [anon_sym_final] = ACTIONS(7405), - [anon_sym_open] = ACTIONS(7405), - [anon_sym_vararg] = ACTIONS(7407), - [anon_sym_noinline] = ACTIONS(7407), - [anon_sym_crossinline] = ACTIONS(7407), - [anon_sym_expect] = ACTIONS(7409), - [anon_sym_actual] = ACTIONS(7409), + [anon_sym_abstract] = ACTIONS(7413), + [anon_sym_final] = ACTIONS(7413), + [anon_sym_open] = ACTIONS(7413), + [anon_sym_vararg] = ACTIONS(7415), + [anon_sym_noinline] = ACTIONS(7415), + [anon_sym_crossinline] = ACTIONS(7415), + [anon_sym_expect] = ACTIONS(7417), + [anon_sym_actual] = ACTIONS(7417), [sym_line_comment] = ACTIONS(3), [sym_multiline_comment] = ACTIONS(3), }, - [4234] = { - [sym_type_alias] = STATE(8669), - [sym__declaration] = STATE(8669), - [sym_class_declaration] = STATE(8669), - [aux_sym__class_member_declarations] = STATE(4293), - [sym__class_member_declaration] = STATE(8669), - [sym_anonymous_initializer] = STATE(8669), - [sym_companion_object] = STATE(8669), - [sym_function_declaration] = STATE(8669), - [sym_property_declaration] = STATE(8669), - [sym_getter] = STATE(8669), - [sym_setter] = STATE(8669), - [sym_object_declaration] = STATE(8669), - [sym_secondary_constructor] = STATE(8669), - [sym_modifiers] = STATE(7392), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), + [4238] = { + [sym_type_alias] = STATE(8631), + [sym__declaration] = STATE(8631), + [sym_class_declaration] = STATE(8631), + [aux_sym__class_member_declarations] = STATE(4244), + [sym__class_member_declaration] = STATE(8631), + [sym_anonymous_initializer] = STATE(8631), + [sym_companion_object] = STATE(8631), + [sym_function_declaration] = STATE(8631), + [sym_property_declaration] = STATE(8631), + [sym_getter] = STATE(8631), + [sym_setter] = STATE(8631), + [sym_object_declaration] = STATE(8631), + [sym_secondary_constructor] = STATE(8631), + [sym_modifiers] = STATE(7426), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_typealias] = ACTIONS(7373), - [anon_sym_class] = ACTIONS(7375), - [anon_sym_interface] = ACTIONS(7375), - [anon_sym_enum] = ACTIONS(7377), - [anon_sym_constructor] = ACTIONS(7379), + [anon_sym_typealias] = ACTIONS(7381), + [anon_sym_class] = ACTIONS(7383), + [anon_sym_interface] = ACTIONS(7383), + [anon_sym_enum] = ACTIONS(7385), + [anon_sym_constructor] = ACTIONS(7387), [anon_sym_RBRACE] = ACTIONS(7427), - [anon_sym_val] = ACTIONS(7383), + [anon_sym_val] = ACTIONS(7391), [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7385), - [anon_sym_companion] = ACTIONS(7387), - [anon_sym_object] = ACTIONS(7389), - [anon_sym_fun] = ACTIONS(7391), - [anon_sym_get] = ACTIONS(7393), - [anon_sym_set] = ACTIONS(7395), - [anon_sym_suspend] = ACTIONS(7397), - [anon_sym_sealed] = ACTIONS(7399), - [anon_sym_annotation] = ACTIONS(7399), - [anon_sym_data] = ACTIONS(7399), - [anon_sym_inner] = ACTIONS(7399), - [anon_sym_override] = ACTIONS(7401), - [anon_sym_lateinit] = ACTIONS(7401), - [anon_sym_public] = ACTIONS(7403), - [anon_sym_private] = ACTIONS(7403), - [anon_sym_internal] = ACTIONS(7403), - [anon_sym_protected] = ACTIONS(7403), - [anon_sym_tailrec] = ACTIONS(7397), - [anon_sym_operator] = ACTIONS(7397), - [anon_sym_infix] = ACTIONS(7397), - [anon_sym_inline] = ACTIONS(7397), - [anon_sym_external] = ACTIONS(7397), + [anon_sym_init] = ACTIONS(7393), + [anon_sym_companion] = ACTIONS(7395), + [anon_sym_object] = ACTIONS(7397), + [anon_sym_fun] = ACTIONS(7399), + [anon_sym_get] = ACTIONS(7401), + [anon_sym_set] = ACTIONS(7403), + [anon_sym_suspend] = ACTIONS(7405), + [anon_sym_sealed] = ACTIONS(7407), + [anon_sym_annotation] = ACTIONS(7407), + [anon_sym_data] = ACTIONS(7407), + [anon_sym_inner] = ACTIONS(7407), + [anon_sym_override] = ACTIONS(7409), + [anon_sym_lateinit] = ACTIONS(7409), + [anon_sym_public] = ACTIONS(7411), + [anon_sym_private] = ACTIONS(7411), + [anon_sym_internal] = ACTIONS(7411), + [anon_sym_protected] = ACTIONS(7411), + [anon_sym_tailrec] = ACTIONS(7405), + [anon_sym_operator] = ACTIONS(7405), + [anon_sym_infix] = ACTIONS(7405), + [anon_sym_inline] = ACTIONS(7405), + [anon_sym_external] = ACTIONS(7405), [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(7405), - [anon_sym_final] = ACTIONS(7405), - [anon_sym_open] = ACTIONS(7405), - [anon_sym_vararg] = ACTIONS(7407), - [anon_sym_noinline] = ACTIONS(7407), - [anon_sym_crossinline] = ACTIONS(7407), - [anon_sym_expect] = ACTIONS(7409), - [anon_sym_actual] = ACTIONS(7409), + [anon_sym_abstract] = ACTIONS(7413), + [anon_sym_final] = ACTIONS(7413), + [anon_sym_open] = ACTIONS(7413), + [anon_sym_vararg] = ACTIONS(7415), + [anon_sym_noinline] = ACTIONS(7415), + [anon_sym_crossinline] = ACTIONS(7415), + [anon_sym_expect] = ACTIONS(7417), + [anon_sym_actual] = ACTIONS(7417), [sym_line_comment] = ACTIONS(3), [sym_multiline_comment] = ACTIONS(3), }, - [4235] = { - [sym_type_alias] = STATE(8669), - [sym__declaration] = STATE(8669), - [sym_class_declaration] = STATE(8669), - [aux_sym__class_member_declarations] = STATE(4245), - [sym__class_member_declaration] = STATE(8669), - [sym_anonymous_initializer] = STATE(8669), - [sym_companion_object] = STATE(8669), - [sym_function_declaration] = STATE(8669), - [sym_property_declaration] = STATE(8669), - [sym_getter] = STATE(8669), - [sym_setter] = STATE(8669), - [sym_object_declaration] = STATE(8669), - [sym_secondary_constructor] = STATE(8669), - [sym_modifiers] = STATE(7392), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_typealias] = ACTIONS(7373), - [anon_sym_class] = ACTIONS(7375), - [anon_sym_interface] = ACTIONS(7375), - [anon_sym_enum] = ACTIONS(7377), - [anon_sym_constructor] = ACTIONS(7379), - [anon_sym_RBRACE] = ACTIONS(7429), - [anon_sym_val] = ACTIONS(7383), - [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7385), - [anon_sym_companion] = ACTIONS(7387), - [anon_sym_object] = ACTIONS(7389), - [anon_sym_fun] = ACTIONS(7391), - [anon_sym_get] = ACTIONS(7393), - [anon_sym_set] = ACTIONS(7395), - [anon_sym_suspend] = ACTIONS(7397), - [anon_sym_sealed] = ACTIONS(7399), - [anon_sym_annotation] = ACTIONS(7399), - [anon_sym_data] = ACTIONS(7399), - [anon_sym_inner] = ACTIONS(7399), - [anon_sym_override] = ACTIONS(7401), - [anon_sym_lateinit] = ACTIONS(7401), - [anon_sym_public] = ACTIONS(7403), - [anon_sym_private] = ACTIONS(7403), - [anon_sym_internal] = ACTIONS(7403), - [anon_sym_protected] = ACTIONS(7403), - [anon_sym_tailrec] = ACTIONS(7397), - [anon_sym_operator] = ACTIONS(7397), - [anon_sym_infix] = ACTIONS(7397), - [anon_sym_inline] = ACTIONS(7397), - [anon_sym_external] = ACTIONS(7397), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(7405), - [anon_sym_final] = ACTIONS(7405), - [anon_sym_open] = ACTIONS(7405), - [anon_sym_vararg] = ACTIONS(7407), - [anon_sym_noinline] = ACTIONS(7407), - [anon_sym_crossinline] = ACTIONS(7407), - [anon_sym_expect] = ACTIONS(7409), - [anon_sym_actual] = ACTIONS(7409), - [sym_line_comment] = ACTIONS(3), - [sym_multiline_comment] = ACTIONS(3), - }, - [4236] = { - [sym_type_alias] = STATE(8669), - [sym__declaration] = STATE(8669), - [sym_class_declaration] = STATE(8669), - [aux_sym__class_member_declarations] = STATE(4293), - [sym__class_member_declaration] = STATE(8669), - [sym_anonymous_initializer] = STATE(8669), - [sym_companion_object] = STATE(8669), - [sym_function_declaration] = STATE(8669), - [sym_property_declaration] = STATE(8669), - [sym_getter] = STATE(8669), - [sym_setter] = STATE(8669), - [sym_object_declaration] = STATE(8669), - [sym_secondary_constructor] = STATE(8669), - [sym_modifiers] = STATE(7392), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), + [4239] = { + [sym_type_alias] = STATE(8631), + [sym__declaration] = STATE(8631), + [sym_class_declaration] = STATE(8631), + [aux_sym__class_member_declarations] = STATE(4247), + [sym__class_member_declaration] = STATE(8631), + [sym_anonymous_initializer] = STATE(8631), + [sym_companion_object] = STATE(8631), + [sym_function_declaration] = STATE(8631), + [sym_property_declaration] = STATE(8631), + [sym_getter] = STATE(8631), + [sym_setter] = STATE(8631), + [sym_object_declaration] = STATE(8631), + [sym_secondary_constructor] = STATE(8631), + [sym_modifiers] = STATE(7426), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_typealias] = ACTIONS(7373), - [anon_sym_class] = ACTIONS(7375), - [anon_sym_interface] = ACTIONS(7375), - [anon_sym_enum] = ACTIONS(7377), - [anon_sym_constructor] = ACTIONS(7379), + [anon_sym_typealias] = ACTIONS(7381), + [anon_sym_class] = ACTIONS(7383), + [anon_sym_interface] = ACTIONS(7383), + [anon_sym_enum] = ACTIONS(7385), + [anon_sym_constructor] = ACTIONS(7387), [anon_sym_RBRACE] = ACTIONS(7429), - [anon_sym_val] = ACTIONS(7383), + [anon_sym_val] = ACTIONS(7391), [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7385), - [anon_sym_companion] = ACTIONS(7387), - [anon_sym_object] = ACTIONS(7389), - [anon_sym_fun] = ACTIONS(7391), - [anon_sym_get] = ACTIONS(7393), - [anon_sym_set] = ACTIONS(7395), - [anon_sym_suspend] = ACTIONS(7397), - [anon_sym_sealed] = ACTIONS(7399), - [anon_sym_annotation] = ACTIONS(7399), - [anon_sym_data] = ACTIONS(7399), - [anon_sym_inner] = ACTIONS(7399), - [anon_sym_override] = ACTIONS(7401), - [anon_sym_lateinit] = ACTIONS(7401), - [anon_sym_public] = ACTIONS(7403), - [anon_sym_private] = ACTIONS(7403), - [anon_sym_internal] = ACTIONS(7403), - [anon_sym_protected] = ACTIONS(7403), - [anon_sym_tailrec] = ACTIONS(7397), - [anon_sym_operator] = ACTIONS(7397), - [anon_sym_infix] = ACTIONS(7397), - [anon_sym_inline] = ACTIONS(7397), - [anon_sym_external] = ACTIONS(7397), + [anon_sym_init] = ACTIONS(7393), + [anon_sym_companion] = ACTIONS(7395), + [anon_sym_object] = ACTIONS(7397), + [anon_sym_fun] = ACTIONS(7399), + [anon_sym_get] = ACTIONS(7401), + [anon_sym_set] = ACTIONS(7403), + [anon_sym_suspend] = ACTIONS(7405), + [anon_sym_sealed] = ACTIONS(7407), + [anon_sym_annotation] = ACTIONS(7407), + [anon_sym_data] = ACTIONS(7407), + [anon_sym_inner] = ACTIONS(7407), + [anon_sym_override] = ACTIONS(7409), + [anon_sym_lateinit] = ACTIONS(7409), + [anon_sym_public] = ACTIONS(7411), + [anon_sym_private] = ACTIONS(7411), + [anon_sym_internal] = ACTIONS(7411), + [anon_sym_protected] = ACTIONS(7411), + [anon_sym_tailrec] = ACTIONS(7405), + [anon_sym_operator] = ACTIONS(7405), + [anon_sym_infix] = ACTIONS(7405), + [anon_sym_inline] = ACTIONS(7405), + [anon_sym_external] = ACTIONS(7405), [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(7405), - [anon_sym_final] = ACTIONS(7405), - [anon_sym_open] = ACTIONS(7405), - [anon_sym_vararg] = ACTIONS(7407), - [anon_sym_noinline] = ACTIONS(7407), - [anon_sym_crossinline] = ACTIONS(7407), - [anon_sym_expect] = ACTIONS(7409), - [anon_sym_actual] = ACTIONS(7409), + [anon_sym_abstract] = ACTIONS(7413), + [anon_sym_final] = ACTIONS(7413), + [anon_sym_open] = ACTIONS(7413), + [anon_sym_vararg] = ACTIONS(7415), + [anon_sym_noinline] = ACTIONS(7415), + [anon_sym_crossinline] = ACTIONS(7415), + [anon_sym_expect] = ACTIONS(7417), + [anon_sym_actual] = ACTIONS(7417), [sym_line_comment] = ACTIONS(3), [sym_multiline_comment] = ACTIONS(3), }, - [4237] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2308), - [sym__comparison_operator] = STATE(2309), - [sym__in_operator] = STATE(2310), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2311), - [sym__multiplicative_operator] = STATE(2312), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2313), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4240] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(1850), + [sym__comparison_operator] = STATE(1849), + [sym__in_operator] = STATE(1845), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(1842), + [sym__multiplicative_operator] = STATE(1841), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1838), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_COMMA] = ACTIONS(7431), [anon_sym_RPAREN] = ACTIONS(7431), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7031), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7038), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7007), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7033), - [anon_sym_DOT_DOT] = ACTIONS(7009), - [anon_sym_QMARK_COLON] = ACTIONS(7035), - [anon_sym_AMP_AMP] = ACTIONS(7037), - [anon_sym_PIPE_PIPE] = ACTIONS(7039), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7041), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7043), - [anon_sym_EQ_EQ] = ACTIONS(7041), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7043), - [anon_sym_LT_EQ] = ACTIONS(7045), - [anon_sym_GT_EQ] = ACTIONS(7045), - [anon_sym_BANGin] = ACTIONS(7047), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7011), - [anon_sym_DASH] = ACTIONS(7011), - [anon_sym_SLASH] = ACTIONS(7013), - [anon_sym_PERCENT] = ACTIONS(7007), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7040), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7042), + [anon_sym_DOT_DOT] = ACTIONS(7044), + [anon_sym_QMARK_COLON] = ACTIONS(7046), + [anon_sym_AMP_AMP] = ACTIONS(7048), + [anon_sym_PIPE_PIPE] = ACTIONS(7050), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7052), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7054), + [anon_sym_EQ_EQ] = ACTIONS(7052), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7054), + [anon_sym_LT_EQ] = ACTIONS(7056), + [anon_sym_GT_EQ] = ACTIONS(7056), + [anon_sym_BANGin] = ACTIONS(7058), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7060), + [anon_sym_DASH] = ACTIONS(7060), + [anon_sym_SLASH] = ACTIONS(7062), + [anon_sym_PERCENT] = ACTIONS(7040), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4238] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2308), - [sym__comparison_operator] = STATE(2309), - [sym__in_operator] = STATE(2310), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2311), - [sym__multiplicative_operator] = STATE(2312), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2313), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4241] = { + [sym_type_alias] = STATE(8631), + [sym__declaration] = STATE(8631), + [sym_class_declaration] = STATE(8631), + [aux_sym__class_member_declarations] = STATE(4248), + [sym__class_member_declaration] = STATE(8631), + [sym_anonymous_initializer] = STATE(8631), + [sym_companion_object] = STATE(8631), + [sym_function_declaration] = STATE(8631), + [sym_property_declaration] = STATE(8631), + [sym_getter] = STATE(8631), + [sym_setter] = STATE(8631), + [sym_object_declaration] = STATE(8631), + [sym_secondary_constructor] = STATE(8631), + [sym_modifiers] = STATE(7426), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_typealias] = ACTIONS(7381), + [anon_sym_class] = ACTIONS(7383), + [anon_sym_interface] = ACTIONS(7383), + [anon_sym_enum] = ACTIONS(7385), + [anon_sym_constructor] = ACTIONS(7387), + [anon_sym_RBRACE] = ACTIONS(7434), + [anon_sym_val] = ACTIONS(7391), + [anon_sym_var] = ACTIONS(29), + [anon_sym_init] = ACTIONS(7393), + [anon_sym_companion] = ACTIONS(7395), + [anon_sym_object] = ACTIONS(7397), + [anon_sym_fun] = ACTIONS(7399), + [anon_sym_get] = ACTIONS(7401), + [anon_sym_set] = ACTIONS(7403), + [anon_sym_suspend] = ACTIONS(7405), + [anon_sym_sealed] = ACTIONS(7407), + [anon_sym_annotation] = ACTIONS(7407), + [anon_sym_data] = ACTIONS(7407), + [anon_sym_inner] = ACTIONS(7407), + [anon_sym_override] = ACTIONS(7409), + [anon_sym_lateinit] = ACTIONS(7409), + [anon_sym_public] = ACTIONS(7411), + [anon_sym_private] = ACTIONS(7411), + [anon_sym_internal] = ACTIONS(7411), + [anon_sym_protected] = ACTIONS(7411), + [anon_sym_tailrec] = ACTIONS(7405), + [anon_sym_operator] = ACTIONS(7405), + [anon_sym_infix] = ACTIONS(7405), + [anon_sym_inline] = ACTIONS(7405), + [anon_sym_external] = ACTIONS(7405), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(7413), + [anon_sym_final] = ACTIONS(7413), + [anon_sym_open] = ACTIONS(7413), + [anon_sym_vararg] = ACTIONS(7415), + [anon_sym_noinline] = ACTIONS(7415), + [anon_sym_crossinline] = ACTIONS(7415), + [anon_sym_expect] = ACTIONS(7417), + [anon_sym_actual] = ACTIONS(7417), + [sym_line_comment] = ACTIONS(3), + [sym_multiline_comment] = ACTIONS(3), + }, + [4242] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(1850), + [sym__comparison_operator] = STATE(1849), + [sym__in_operator] = STATE(1845), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(1842), + [sym__multiplicative_operator] = STATE(1841), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1838), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_COMMA] = ACTIONS(7434), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_COMMA] = ACTIONS(3065), + [anon_sym_RPAREN] = ACTIONS(3065), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7031), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7038), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7007), - [anon_sym_DASH_GT] = ACTIONS(7434), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7033), - [anon_sym_DOT_DOT] = ACTIONS(7009), - [anon_sym_QMARK_COLON] = ACTIONS(7035), - [anon_sym_AMP_AMP] = ACTIONS(7037), - [anon_sym_PIPE_PIPE] = ACTIONS(7039), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7041), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7043), - [anon_sym_EQ_EQ] = ACTIONS(7041), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7043), - [anon_sym_LT_EQ] = ACTIONS(7045), - [anon_sym_GT_EQ] = ACTIONS(7045), - [anon_sym_BANGin] = ACTIONS(7047), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7011), - [anon_sym_DASH] = ACTIONS(7011), - [anon_sym_SLASH] = ACTIONS(7013), - [anon_sym_PERCENT] = ACTIONS(7007), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7040), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7042), + [anon_sym_DOT_DOT] = ACTIONS(7044), + [anon_sym_QMARK_COLON] = ACTIONS(7046), + [anon_sym_AMP_AMP] = ACTIONS(7048), + [anon_sym_PIPE_PIPE] = ACTIONS(7050), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7052), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7054), + [anon_sym_EQ_EQ] = ACTIONS(7052), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7054), + [anon_sym_LT_EQ] = ACTIONS(7056), + [anon_sym_GT_EQ] = ACTIONS(7056), + [anon_sym_BANGin] = ACTIONS(7058), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7060), + [anon_sym_DASH] = ACTIONS(7060), + [anon_sym_SLASH] = ACTIONS(7062), + [anon_sym_PERCENT] = ACTIONS(7040), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), - [sym_multiline_comment] = ACTIONS(3), - }, - [4239] = { - [sym_type_alias] = STATE(8669), - [sym__declaration] = STATE(8669), - [sym_class_declaration] = STATE(8669), - [aux_sym__class_member_declarations] = STATE(4293), - [sym__class_member_declaration] = STATE(8669), - [sym_anonymous_initializer] = STATE(8669), - [sym_companion_object] = STATE(8669), - [sym_function_declaration] = STATE(8669), - [sym_property_declaration] = STATE(8669), - [sym_getter] = STATE(8669), - [sym_setter] = STATE(8669), - [sym_object_declaration] = STATE(8669), - [sym_secondary_constructor] = STATE(8669), - [sym_modifiers] = STATE(7392), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_typealias] = ACTIONS(7373), - [anon_sym_class] = ACTIONS(7375), - [anon_sym_interface] = ACTIONS(7375), - [anon_sym_enum] = ACTIONS(7377), - [anon_sym_constructor] = ACTIONS(7379), - [anon_sym_RBRACE] = ACTIONS(7436), - [anon_sym_val] = ACTIONS(7383), - [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7385), - [anon_sym_companion] = ACTIONS(7387), - [anon_sym_object] = ACTIONS(7389), - [anon_sym_fun] = ACTIONS(7391), - [anon_sym_get] = ACTIONS(7393), - [anon_sym_set] = ACTIONS(7395), - [anon_sym_suspend] = ACTIONS(7397), - [anon_sym_sealed] = ACTIONS(7399), - [anon_sym_annotation] = ACTIONS(7399), - [anon_sym_data] = ACTIONS(7399), - [anon_sym_inner] = ACTIONS(7399), - [anon_sym_override] = ACTIONS(7401), - [anon_sym_lateinit] = ACTIONS(7401), - [anon_sym_public] = ACTIONS(7403), - [anon_sym_private] = ACTIONS(7403), - [anon_sym_internal] = ACTIONS(7403), - [anon_sym_protected] = ACTIONS(7403), - [anon_sym_tailrec] = ACTIONS(7397), - [anon_sym_operator] = ACTIONS(7397), - [anon_sym_infix] = ACTIONS(7397), - [anon_sym_inline] = ACTIONS(7397), - [anon_sym_external] = ACTIONS(7397), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(7405), - [anon_sym_final] = ACTIONS(7405), - [anon_sym_open] = ACTIONS(7405), - [anon_sym_vararg] = ACTIONS(7407), - [anon_sym_noinline] = ACTIONS(7407), - [anon_sym_crossinline] = ACTIONS(7407), - [anon_sym_expect] = ACTIONS(7409), - [anon_sym_actual] = ACTIONS(7409), - [sym_line_comment] = ACTIONS(3), - [sym_multiline_comment] = ACTIONS(3), - }, - [4240] = { - [sym_type_alias] = STATE(8669), - [sym__declaration] = STATE(8669), - [sym_class_declaration] = STATE(8669), - [aux_sym__class_member_declarations] = STATE(4282), - [sym__class_member_declaration] = STATE(8669), - [sym_anonymous_initializer] = STATE(8669), - [sym_companion_object] = STATE(8669), - [sym_function_declaration] = STATE(8669), - [sym_property_declaration] = STATE(8669), - [sym_getter] = STATE(8669), - [sym_setter] = STATE(8669), - [sym_object_declaration] = STATE(8669), - [sym_secondary_constructor] = STATE(8669), - [sym_modifiers] = STATE(7392), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_typealias] = ACTIONS(7373), - [anon_sym_class] = ACTIONS(7375), - [anon_sym_interface] = ACTIONS(7375), - [anon_sym_enum] = ACTIONS(7377), - [anon_sym_constructor] = ACTIONS(7379), - [anon_sym_RBRACE] = ACTIONS(7438), - [anon_sym_val] = ACTIONS(7383), - [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7385), - [anon_sym_companion] = ACTIONS(7387), - [anon_sym_object] = ACTIONS(7389), - [anon_sym_fun] = ACTIONS(7391), - [anon_sym_get] = ACTIONS(7393), - [anon_sym_set] = ACTIONS(7395), - [anon_sym_suspend] = ACTIONS(7397), - [anon_sym_sealed] = ACTIONS(7399), - [anon_sym_annotation] = ACTIONS(7399), - [anon_sym_data] = ACTIONS(7399), - [anon_sym_inner] = ACTIONS(7399), - [anon_sym_override] = ACTIONS(7401), - [anon_sym_lateinit] = ACTIONS(7401), - [anon_sym_public] = ACTIONS(7403), - [anon_sym_private] = ACTIONS(7403), - [anon_sym_internal] = ACTIONS(7403), - [anon_sym_protected] = ACTIONS(7403), - [anon_sym_tailrec] = ACTIONS(7397), - [anon_sym_operator] = ACTIONS(7397), - [anon_sym_infix] = ACTIONS(7397), - [anon_sym_inline] = ACTIONS(7397), - [anon_sym_external] = ACTIONS(7397), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(7405), - [anon_sym_final] = ACTIONS(7405), - [anon_sym_open] = ACTIONS(7405), - [anon_sym_vararg] = ACTIONS(7407), - [anon_sym_noinline] = ACTIONS(7407), - [anon_sym_crossinline] = ACTIONS(7407), - [anon_sym_expect] = ACTIONS(7409), - [anon_sym_actual] = ACTIONS(7409), - [sym_line_comment] = ACTIONS(3), - [sym_multiline_comment] = ACTIONS(3), - }, - [4241] = { - [sym_type_alias] = STATE(8669), - [sym__declaration] = STATE(8669), - [sym_class_declaration] = STATE(8669), - [aux_sym__class_member_declarations] = STATE(4254), - [sym__class_member_declaration] = STATE(8669), - [sym_anonymous_initializer] = STATE(8669), - [sym_companion_object] = STATE(8669), - [sym_function_declaration] = STATE(8669), - [sym_property_declaration] = STATE(8669), - [sym_getter] = STATE(8669), - [sym_setter] = STATE(8669), - [sym_object_declaration] = STATE(8669), - [sym_secondary_constructor] = STATE(8669), - [sym_modifiers] = STATE(7392), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_typealias] = ACTIONS(7373), - [anon_sym_class] = ACTIONS(7375), - [anon_sym_interface] = ACTIONS(7375), - [anon_sym_enum] = ACTIONS(7377), - [anon_sym_constructor] = ACTIONS(7379), - [anon_sym_RBRACE] = ACTIONS(7440), - [anon_sym_val] = ACTIONS(7383), - [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7385), - [anon_sym_companion] = ACTIONS(7387), - [anon_sym_object] = ACTIONS(7389), - [anon_sym_fun] = ACTIONS(7391), - [anon_sym_get] = ACTIONS(7393), - [anon_sym_set] = ACTIONS(7395), - [anon_sym_suspend] = ACTIONS(7397), - [anon_sym_sealed] = ACTIONS(7399), - [anon_sym_annotation] = ACTIONS(7399), - [anon_sym_data] = ACTIONS(7399), - [anon_sym_inner] = ACTIONS(7399), - [anon_sym_override] = ACTIONS(7401), - [anon_sym_lateinit] = ACTIONS(7401), - [anon_sym_public] = ACTIONS(7403), - [anon_sym_private] = ACTIONS(7403), - [anon_sym_internal] = ACTIONS(7403), - [anon_sym_protected] = ACTIONS(7403), - [anon_sym_tailrec] = ACTIONS(7397), - [anon_sym_operator] = ACTIONS(7397), - [anon_sym_infix] = ACTIONS(7397), - [anon_sym_inline] = ACTIONS(7397), - [anon_sym_external] = ACTIONS(7397), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(7405), - [anon_sym_final] = ACTIONS(7405), - [anon_sym_open] = ACTIONS(7405), - [anon_sym_vararg] = ACTIONS(7407), - [anon_sym_noinline] = ACTIONS(7407), - [anon_sym_crossinline] = ACTIONS(7407), - [anon_sym_expect] = ACTIONS(7409), - [anon_sym_actual] = ACTIONS(7409), - [sym_line_comment] = ACTIONS(3), - [sym_multiline_comment] = ACTIONS(3), - }, - [4242] = { - [sym_type_alias] = STATE(8669), - [sym__declaration] = STATE(8669), - [sym_class_declaration] = STATE(8669), - [aux_sym__class_member_declarations] = STATE(4293), - [sym__class_member_declaration] = STATE(8669), - [sym_anonymous_initializer] = STATE(8669), - [sym_companion_object] = STATE(8669), - [sym_function_declaration] = STATE(8669), - [sym_property_declaration] = STATE(8669), - [sym_getter] = STATE(8669), - [sym_setter] = STATE(8669), - [sym_object_declaration] = STATE(8669), - [sym_secondary_constructor] = STATE(8669), - [sym_modifiers] = STATE(7392), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_typealias] = ACTIONS(7373), - [anon_sym_class] = ACTIONS(7375), - [anon_sym_interface] = ACTIONS(7375), - [anon_sym_enum] = ACTIONS(7377), - [anon_sym_constructor] = ACTIONS(7379), - [anon_sym_RBRACE] = ACTIONS(7442), - [anon_sym_val] = ACTIONS(7383), - [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7385), - [anon_sym_companion] = ACTIONS(7387), - [anon_sym_object] = ACTIONS(7389), - [anon_sym_fun] = ACTIONS(7391), - [anon_sym_get] = ACTIONS(7393), - [anon_sym_set] = ACTIONS(7395), - [anon_sym_suspend] = ACTIONS(7397), - [anon_sym_sealed] = ACTIONS(7399), - [anon_sym_annotation] = ACTIONS(7399), - [anon_sym_data] = ACTIONS(7399), - [anon_sym_inner] = ACTIONS(7399), - [anon_sym_override] = ACTIONS(7401), - [anon_sym_lateinit] = ACTIONS(7401), - [anon_sym_public] = ACTIONS(7403), - [anon_sym_private] = ACTIONS(7403), - [anon_sym_internal] = ACTIONS(7403), - [anon_sym_protected] = ACTIONS(7403), - [anon_sym_tailrec] = ACTIONS(7397), - [anon_sym_operator] = ACTIONS(7397), - [anon_sym_infix] = ACTIONS(7397), - [anon_sym_inline] = ACTIONS(7397), - [anon_sym_external] = ACTIONS(7397), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(7405), - [anon_sym_final] = ACTIONS(7405), - [anon_sym_open] = ACTIONS(7405), - [anon_sym_vararg] = ACTIONS(7407), - [anon_sym_noinline] = ACTIONS(7407), - [anon_sym_crossinline] = ACTIONS(7407), - [anon_sym_expect] = ACTIONS(7409), - [anon_sym_actual] = ACTIONS(7409), - [sym_line_comment] = ACTIONS(3), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, [4243] = { - [sym_type_alias] = STATE(8669), - [sym__declaration] = STATE(8669), - [sym_class_declaration] = STATE(8669), - [aux_sym__class_member_declarations] = STATE(4293), - [sym__class_member_declaration] = STATE(8669), - [sym_anonymous_initializer] = STATE(8669), - [sym_companion_object] = STATE(8669), - [sym_function_declaration] = STATE(8669), - [sym_property_declaration] = STATE(8669), - [sym_getter] = STATE(8669), - [sym_setter] = STATE(8669), - [sym_object_declaration] = STATE(8669), - [sym_secondary_constructor] = STATE(8669), - [sym_modifiers] = STATE(7392), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), + [sym_type_alias] = STATE(8631), + [sym__declaration] = STATE(8631), + [sym_class_declaration] = STATE(8631), + [aux_sym__class_member_declarations] = STATE(4248), + [sym__class_member_declaration] = STATE(8631), + [sym_anonymous_initializer] = STATE(8631), + [sym_companion_object] = STATE(8631), + [sym_function_declaration] = STATE(8631), + [sym_property_declaration] = STATE(8631), + [sym_getter] = STATE(8631), + [sym_setter] = STATE(8631), + [sym_object_declaration] = STATE(8631), + [sym_secondary_constructor] = STATE(8631), + [sym_modifiers] = STATE(7426), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_typealias] = ACTIONS(7373), - [anon_sym_class] = ACTIONS(7375), - [anon_sym_interface] = ACTIONS(7375), - [anon_sym_enum] = ACTIONS(7377), - [anon_sym_constructor] = ACTIONS(7379), - [anon_sym_RBRACE] = ACTIONS(7444), - [anon_sym_val] = ACTIONS(7383), + [anon_sym_typealias] = ACTIONS(7381), + [anon_sym_class] = ACTIONS(7383), + [anon_sym_interface] = ACTIONS(7383), + [anon_sym_enum] = ACTIONS(7385), + [anon_sym_constructor] = ACTIONS(7387), + [anon_sym_RBRACE] = ACTIONS(7436), + [anon_sym_val] = ACTIONS(7391), [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7385), - [anon_sym_companion] = ACTIONS(7387), - [anon_sym_object] = ACTIONS(7389), - [anon_sym_fun] = ACTIONS(7391), - [anon_sym_get] = ACTIONS(7393), - [anon_sym_set] = ACTIONS(7395), - [anon_sym_suspend] = ACTIONS(7397), - [anon_sym_sealed] = ACTIONS(7399), - [anon_sym_annotation] = ACTIONS(7399), - [anon_sym_data] = ACTIONS(7399), - [anon_sym_inner] = ACTIONS(7399), - [anon_sym_override] = ACTIONS(7401), - [anon_sym_lateinit] = ACTIONS(7401), - [anon_sym_public] = ACTIONS(7403), - [anon_sym_private] = ACTIONS(7403), - [anon_sym_internal] = ACTIONS(7403), - [anon_sym_protected] = ACTIONS(7403), - [anon_sym_tailrec] = ACTIONS(7397), - [anon_sym_operator] = ACTIONS(7397), - [anon_sym_infix] = ACTIONS(7397), - [anon_sym_inline] = ACTIONS(7397), - [anon_sym_external] = ACTIONS(7397), + [anon_sym_init] = ACTIONS(7393), + [anon_sym_companion] = ACTIONS(7395), + [anon_sym_object] = ACTIONS(7397), + [anon_sym_fun] = ACTIONS(7399), + [anon_sym_get] = ACTIONS(7401), + [anon_sym_set] = ACTIONS(7403), + [anon_sym_suspend] = ACTIONS(7405), + [anon_sym_sealed] = ACTIONS(7407), + [anon_sym_annotation] = ACTIONS(7407), + [anon_sym_data] = ACTIONS(7407), + [anon_sym_inner] = ACTIONS(7407), + [anon_sym_override] = ACTIONS(7409), + [anon_sym_lateinit] = ACTIONS(7409), + [anon_sym_public] = ACTIONS(7411), + [anon_sym_private] = ACTIONS(7411), + [anon_sym_internal] = ACTIONS(7411), + [anon_sym_protected] = ACTIONS(7411), + [anon_sym_tailrec] = ACTIONS(7405), + [anon_sym_operator] = ACTIONS(7405), + [anon_sym_infix] = ACTIONS(7405), + [anon_sym_inline] = ACTIONS(7405), + [anon_sym_external] = ACTIONS(7405), [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(7405), - [anon_sym_final] = ACTIONS(7405), - [anon_sym_open] = ACTIONS(7405), - [anon_sym_vararg] = ACTIONS(7407), - [anon_sym_noinline] = ACTIONS(7407), - [anon_sym_crossinline] = ACTIONS(7407), - [anon_sym_expect] = ACTIONS(7409), - [anon_sym_actual] = ACTIONS(7409), + [anon_sym_abstract] = ACTIONS(7413), + [anon_sym_final] = ACTIONS(7413), + [anon_sym_open] = ACTIONS(7413), + [anon_sym_vararg] = ACTIONS(7415), + [anon_sym_noinline] = ACTIONS(7415), + [anon_sym_crossinline] = ACTIONS(7415), + [anon_sym_expect] = ACTIONS(7417), + [anon_sym_actual] = ACTIONS(7417), [sym_line_comment] = ACTIONS(3), [sym_multiline_comment] = ACTIONS(3), }, [4244] = { - [sym_type_alias] = STATE(8669), - [sym__declaration] = STATE(8669), - [sym_class_declaration] = STATE(8669), - [aux_sym__class_member_declarations] = STATE(4293), - [sym__class_member_declaration] = STATE(8669), - [sym_anonymous_initializer] = STATE(8669), - [sym_companion_object] = STATE(8669), - [sym_function_declaration] = STATE(8669), - [sym_property_declaration] = STATE(8669), - [sym_getter] = STATE(8669), - [sym_setter] = STATE(8669), - [sym_object_declaration] = STATE(8669), - [sym_secondary_constructor] = STATE(8669), - [sym_modifiers] = STATE(7392), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), + [sym_type_alias] = STATE(8631), + [sym__declaration] = STATE(8631), + [sym_class_declaration] = STATE(8631), + [aux_sym__class_member_declarations] = STATE(4248), + [sym__class_member_declaration] = STATE(8631), + [sym_anonymous_initializer] = STATE(8631), + [sym_companion_object] = STATE(8631), + [sym_function_declaration] = STATE(8631), + [sym_property_declaration] = STATE(8631), + [sym_getter] = STATE(8631), + [sym_setter] = STATE(8631), + [sym_object_declaration] = STATE(8631), + [sym_secondary_constructor] = STATE(8631), + [sym_modifiers] = STATE(7426), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_typealias] = ACTIONS(7373), - [anon_sym_class] = ACTIONS(7375), - [anon_sym_interface] = ACTIONS(7375), - [anon_sym_enum] = ACTIONS(7377), - [anon_sym_constructor] = ACTIONS(7379), - [anon_sym_RBRACE] = ACTIONS(7446), - [anon_sym_val] = ACTIONS(7383), + [anon_sym_typealias] = ACTIONS(7381), + [anon_sym_class] = ACTIONS(7383), + [anon_sym_interface] = ACTIONS(7383), + [anon_sym_enum] = ACTIONS(7385), + [anon_sym_constructor] = ACTIONS(7387), + [anon_sym_RBRACE] = ACTIONS(7438), + [anon_sym_val] = ACTIONS(7391), [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7385), - [anon_sym_companion] = ACTIONS(7387), - [anon_sym_object] = ACTIONS(7389), - [anon_sym_fun] = ACTIONS(7391), - [anon_sym_get] = ACTIONS(7393), - [anon_sym_set] = ACTIONS(7395), - [anon_sym_suspend] = ACTIONS(7397), - [anon_sym_sealed] = ACTIONS(7399), - [anon_sym_annotation] = ACTIONS(7399), - [anon_sym_data] = ACTIONS(7399), - [anon_sym_inner] = ACTIONS(7399), - [anon_sym_override] = ACTIONS(7401), - [anon_sym_lateinit] = ACTIONS(7401), - [anon_sym_public] = ACTIONS(7403), - [anon_sym_private] = ACTIONS(7403), - [anon_sym_internal] = ACTIONS(7403), - [anon_sym_protected] = ACTIONS(7403), - [anon_sym_tailrec] = ACTIONS(7397), - [anon_sym_operator] = ACTIONS(7397), - [anon_sym_infix] = ACTIONS(7397), - [anon_sym_inline] = ACTIONS(7397), - [anon_sym_external] = ACTIONS(7397), + [anon_sym_init] = ACTIONS(7393), + [anon_sym_companion] = ACTIONS(7395), + [anon_sym_object] = ACTIONS(7397), + [anon_sym_fun] = ACTIONS(7399), + [anon_sym_get] = ACTIONS(7401), + [anon_sym_set] = ACTIONS(7403), + [anon_sym_suspend] = ACTIONS(7405), + [anon_sym_sealed] = ACTIONS(7407), + [anon_sym_annotation] = ACTIONS(7407), + [anon_sym_data] = ACTIONS(7407), + [anon_sym_inner] = ACTIONS(7407), + [anon_sym_override] = ACTIONS(7409), + [anon_sym_lateinit] = ACTIONS(7409), + [anon_sym_public] = ACTIONS(7411), + [anon_sym_private] = ACTIONS(7411), + [anon_sym_internal] = ACTIONS(7411), + [anon_sym_protected] = ACTIONS(7411), + [anon_sym_tailrec] = ACTIONS(7405), + [anon_sym_operator] = ACTIONS(7405), + [anon_sym_infix] = ACTIONS(7405), + [anon_sym_inline] = ACTIONS(7405), + [anon_sym_external] = ACTIONS(7405), [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(7405), - [anon_sym_final] = ACTIONS(7405), - [anon_sym_open] = ACTIONS(7405), - [anon_sym_vararg] = ACTIONS(7407), - [anon_sym_noinline] = ACTIONS(7407), - [anon_sym_crossinline] = ACTIONS(7407), - [anon_sym_expect] = ACTIONS(7409), - [anon_sym_actual] = ACTIONS(7409), + [anon_sym_abstract] = ACTIONS(7413), + [anon_sym_final] = ACTIONS(7413), + [anon_sym_open] = ACTIONS(7413), + [anon_sym_vararg] = ACTIONS(7415), + [anon_sym_noinline] = ACTIONS(7415), + [anon_sym_crossinline] = ACTIONS(7415), + [anon_sym_expect] = ACTIONS(7417), + [anon_sym_actual] = ACTIONS(7417), [sym_line_comment] = ACTIONS(3), [sym_multiline_comment] = ACTIONS(3), }, [4245] = { - [sym_type_alias] = STATE(8669), - [sym__declaration] = STATE(8669), - [sym_class_declaration] = STATE(8669), - [aux_sym__class_member_declarations] = STATE(4293), - [sym__class_member_declaration] = STATE(8669), - [sym_anonymous_initializer] = STATE(8669), - [sym_companion_object] = STATE(8669), - [sym_function_declaration] = STATE(8669), - [sym_property_declaration] = STATE(8669), - [sym_getter] = STATE(8669), - [sym_setter] = STATE(8669), - [sym_object_declaration] = STATE(8669), - [sym_secondary_constructor] = STATE(8669), - [sym_modifiers] = STATE(7392), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_typealias] = ACTIONS(7373), - [anon_sym_class] = ACTIONS(7375), - [anon_sym_interface] = ACTIONS(7375), - [anon_sym_enum] = ACTIONS(7377), - [anon_sym_constructor] = ACTIONS(7379), - [anon_sym_RBRACE] = ACTIONS(7448), - [anon_sym_val] = ACTIONS(7383), - [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7385), - [anon_sym_companion] = ACTIONS(7387), - [anon_sym_object] = ACTIONS(7389), - [anon_sym_fun] = ACTIONS(7391), - [anon_sym_get] = ACTIONS(7393), - [anon_sym_set] = ACTIONS(7395), - [anon_sym_suspend] = ACTIONS(7397), - [anon_sym_sealed] = ACTIONS(7399), - [anon_sym_annotation] = ACTIONS(7399), - [anon_sym_data] = ACTIONS(7399), - [anon_sym_inner] = ACTIONS(7399), - [anon_sym_override] = ACTIONS(7401), - [anon_sym_lateinit] = ACTIONS(7401), - [anon_sym_public] = ACTIONS(7403), - [anon_sym_private] = ACTIONS(7403), - [anon_sym_internal] = ACTIONS(7403), - [anon_sym_protected] = ACTIONS(7403), - [anon_sym_tailrec] = ACTIONS(7397), - [anon_sym_operator] = ACTIONS(7397), - [anon_sym_infix] = ACTIONS(7397), - [anon_sym_inline] = ACTIONS(7397), - [anon_sym_external] = ACTIONS(7397), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(7405), - [anon_sym_final] = ACTIONS(7405), - [anon_sym_open] = ACTIONS(7405), - [anon_sym_vararg] = ACTIONS(7407), - [anon_sym_noinline] = ACTIONS(7407), - [anon_sym_crossinline] = ACTIONS(7407), - [anon_sym_expect] = ACTIONS(7409), - [anon_sym_actual] = ACTIONS(7409), - [sym_line_comment] = ACTIONS(3), - [sym_multiline_comment] = ACTIONS(3), - }, - [4246] = { - [sym_type_alias] = STATE(8669), - [sym__declaration] = STATE(8669), - [sym_class_declaration] = STATE(8669), - [aux_sym__class_member_declarations] = STATE(4225), - [sym__class_member_declaration] = STATE(8669), - [sym_anonymous_initializer] = STATE(8669), - [sym_companion_object] = STATE(8669), - [sym_function_declaration] = STATE(8669), - [sym_property_declaration] = STATE(8669), - [sym_getter] = STATE(8669), - [sym_setter] = STATE(8669), - [sym_object_declaration] = STATE(8669), - [sym_secondary_constructor] = STATE(8669), - [sym_modifiers] = STATE(7392), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_typealias] = ACTIONS(7373), - [anon_sym_class] = ACTIONS(7375), - [anon_sym_interface] = ACTIONS(7375), - [anon_sym_enum] = ACTIONS(7377), - [anon_sym_constructor] = ACTIONS(7379), - [anon_sym_RBRACE] = ACTIONS(7450), - [anon_sym_val] = ACTIONS(7383), - [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7385), - [anon_sym_companion] = ACTIONS(7387), - [anon_sym_object] = ACTIONS(7389), - [anon_sym_fun] = ACTIONS(7391), - [anon_sym_get] = ACTIONS(7393), - [anon_sym_set] = ACTIONS(7395), - [anon_sym_suspend] = ACTIONS(7397), - [anon_sym_sealed] = ACTIONS(7399), - [anon_sym_annotation] = ACTIONS(7399), - [anon_sym_data] = ACTIONS(7399), - [anon_sym_inner] = ACTIONS(7399), - [anon_sym_override] = ACTIONS(7401), - [anon_sym_lateinit] = ACTIONS(7401), - [anon_sym_public] = ACTIONS(7403), - [anon_sym_private] = ACTIONS(7403), - [anon_sym_internal] = ACTIONS(7403), - [anon_sym_protected] = ACTIONS(7403), - [anon_sym_tailrec] = ACTIONS(7397), - [anon_sym_operator] = ACTIONS(7397), - [anon_sym_infix] = ACTIONS(7397), - [anon_sym_inline] = ACTIONS(7397), - [anon_sym_external] = ACTIONS(7397), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(7405), - [anon_sym_final] = ACTIONS(7405), - [anon_sym_open] = ACTIONS(7405), - [anon_sym_vararg] = ACTIONS(7407), - [anon_sym_noinline] = ACTIONS(7407), - [anon_sym_crossinline] = ACTIONS(7407), - [anon_sym_expect] = ACTIONS(7409), - [anon_sym_actual] = ACTIONS(7409), - [sym_line_comment] = ACTIONS(3), - [sym_multiline_comment] = ACTIONS(3), - }, - [4247] = { - [sym_type_alias] = STATE(8669), - [sym__declaration] = STATE(8669), - [sym_class_declaration] = STATE(8669), - [aux_sym__class_member_declarations] = STATE(4293), - [sym__class_member_declaration] = STATE(8669), - [sym_anonymous_initializer] = STATE(8669), - [sym_companion_object] = STATE(8669), - [sym_function_declaration] = STATE(8669), - [sym_property_declaration] = STATE(8669), - [sym_getter] = STATE(8669), - [sym_setter] = STATE(8669), - [sym_object_declaration] = STATE(8669), - [sym_secondary_constructor] = STATE(8669), - [sym_modifiers] = STATE(7392), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_typealias] = ACTIONS(7373), - [anon_sym_class] = ACTIONS(7375), - [anon_sym_interface] = ACTIONS(7375), - [anon_sym_enum] = ACTIONS(7377), - [anon_sym_constructor] = ACTIONS(7379), - [anon_sym_RBRACE] = ACTIONS(7450), - [anon_sym_val] = ACTIONS(7383), - [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7385), - [anon_sym_companion] = ACTIONS(7387), - [anon_sym_object] = ACTIONS(7389), - [anon_sym_fun] = ACTIONS(7391), - [anon_sym_get] = ACTIONS(7393), - [anon_sym_set] = ACTIONS(7395), - [anon_sym_suspend] = ACTIONS(7397), - [anon_sym_sealed] = ACTIONS(7399), - [anon_sym_annotation] = ACTIONS(7399), - [anon_sym_data] = ACTIONS(7399), - [anon_sym_inner] = ACTIONS(7399), - [anon_sym_override] = ACTIONS(7401), - [anon_sym_lateinit] = ACTIONS(7401), - [anon_sym_public] = ACTIONS(7403), - [anon_sym_private] = ACTIONS(7403), - [anon_sym_internal] = ACTIONS(7403), - [anon_sym_protected] = ACTIONS(7403), - [anon_sym_tailrec] = ACTIONS(7397), - [anon_sym_operator] = ACTIONS(7397), - [anon_sym_infix] = ACTIONS(7397), - [anon_sym_inline] = ACTIONS(7397), - [anon_sym_external] = ACTIONS(7397), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(7405), - [anon_sym_final] = ACTIONS(7405), - [anon_sym_open] = ACTIONS(7405), - [anon_sym_vararg] = ACTIONS(7407), - [anon_sym_noinline] = ACTIONS(7407), - [anon_sym_crossinline] = ACTIONS(7407), - [anon_sym_expect] = ACTIONS(7409), - [anon_sym_actual] = ACTIONS(7409), - [sym_line_comment] = ACTIONS(3), - [sym_multiline_comment] = ACTIONS(3), - }, - [4248] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2308), - [sym__comparison_operator] = STATE(2309), - [sym__in_operator] = STATE(2310), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2311), - [sym__multiplicative_operator] = STATE(2312), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2313), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_COMMA] = ACTIONS(7452), - [anon_sym_RPAREN] = ACTIONS(7452), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7031), - [anon_sym_DOT] = ACTIONS(6387), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7007), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7033), - [anon_sym_DOT_DOT] = ACTIONS(7009), - [anon_sym_QMARK_COLON] = ACTIONS(7035), - [anon_sym_AMP_AMP] = ACTIONS(7037), - [anon_sym_PIPE_PIPE] = ACTIONS(7039), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7041), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7043), - [anon_sym_EQ_EQ] = ACTIONS(7041), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7043), - [anon_sym_LT_EQ] = ACTIONS(7045), - [anon_sym_GT_EQ] = ACTIONS(7045), - [anon_sym_BANGin] = ACTIONS(7047), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7011), - [anon_sym_DASH] = ACTIONS(7011), - [anon_sym_SLASH] = ACTIONS(7013), - [anon_sym_PERCENT] = ACTIONS(7007), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), - [sym_multiline_comment] = ACTIONS(3), - }, - [4249] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2308), - [sym__comparison_operator] = STATE(2309), - [sym__in_operator] = STATE(2310), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2311), - [sym__multiplicative_operator] = STATE(2312), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2313), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(1850), + [sym__comparison_operator] = STATE(1849), + [sym__in_operator] = STATE(1845), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(1842), + [sym__multiplicative_operator] = STATE(1841), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1838), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_COMMA] = ACTIONS(7454), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_COMMA] = ACTIONS(7440), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7031), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7038), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7007), - [anon_sym_DASH_GT] = ACTIONS(7454), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7033), - [anon_sym_DOT_DOT] = ACTIONS(7009), - [anon_sym_QMARK_COLON] = ACTIONS(7035), - [anon_sym_AMP_AMP] = ACTIONS(7037), - [anon_sym_PIPE_PIPE] = ACTIONS(7039), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7041), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7043), - [anon_sym_EQ_EQ] = ACTIONS(7041), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7043), - [anon_sym_LT_EQ] = ACTIONS(7045), - [anon_sym_GT_EQ] = ACTIONS(7045), - [anon_sym_BANGin] = ACTIONS(7047), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7011), - [anon_sym_DASH] = ACTIONS(7011), - [anon_sym_SLASH] = ACTIONS(7013), - [anon_sym_PERCENT] = ACTIONS(7007), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7040), + [anon_sym_DASH_GT] = ACTIONS(7440), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7042), + [anon_sym_DOT_DOT] = ACTIONS(7044), + [anon_sym_QMARK_COLON] = ACTIONS(7046), + [anon_sym_AMP_AMP] = ACTIONS(7048), + [anon_sym_PIPE_PIPE] = ACTIONS(7050), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7052), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7054), + [anon_sym_EQ_EQ] = ACTIONS(7052), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7054), + [anon_sym_LT_EQ] = ACTIONS(7056), + [anon_sym_GT_EQ] = ACTIONS(7056), + [anon_sym_BANGin] = ACTIONS(7058), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7060), + [anon_sym_DASH] = ACTIONS(7060), + [anon_sym_SLASH] = ACTIONS(7062), + [anon_sym_PERCENT] = ACTIONS(7040), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), - [sym_multiline_comment] = ACTIONS(3), - }, - [4250] = { - [sym_type_alias] = STATE(8669), - [sym__declaration] = STATE(8669), - [sym_class_declaration] = STATE(8669), - [aux_sym__class_member_declarations] = STATE(4243), - [sym__class_member_declaration] = STATE(8669), - [sym_anonymous_initializer] = STATE(8669), - [sym_companion_object] = STATE(8669), - [sym_function_declaration] = STATE(8669), - [sym_property_declaration] = STATE(8669), - [sym_getter] = STATE(8669), - [sym_setter] = STATE(8669), - [sym_object_declaration] = STATE(8669), - [sym_secondary_constructor] = STATE(8669), - [sym_modifiers] = STATE(7392), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_typealias] = ACTIONS(7373), - [anon_sym_class] = ACTIONS(7375), - [anon_sym_interface] = ACTIONS(7375), - [anon_sym_enum] = ACTIONS(7377), - [anon_sym_constructor] = ACTIONS(7379), - [anon_sym_RBRACE] = ACTIONS(7456), - [anon_sym_val] = ACTIONS(7383), - [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7385), - [anon_sym_companion] = ACTIONS(7387), - [anon_sym_object] = ACTIONS(7389), - [anon_sym_fun] = ACTIONS(7391), - [anon_sym_get] = ACTIONS(7393), - [anon_sym_set] = ACTIONS(7395), - [anon_sym_suspend] = ACTIONS(7397), - [anon_sym_sealed] = ACTIONS(7399), - [anon_sym_annotation] = ACTIONS(7399), - [anon_sym_data] = ACTIONS(7399), - [anon_sym_inner] = ACTIONS(7399), - [anon_sym_override] = ACTIONS(7401), - [anon_sym_lateinit] = ACTIONS(7401), - [anon_sym_public] = ACTIONS(7403), - [anon_sym_private] = ACTIONS(7403), - [anon_sym_internal] = ACTIONS(7403), - [anon_sym_protected] = ACTIONS(7403), - [anon_sym_tailrec] = ACTIONS(7397), - [anon_sym_operator] = ACTIONS(7397), - [anon_sym_infix] = ACTIONS(7397), - [anon_sym_inline] = ACTIONS(7397), - [anon_sym_external] = ACTIONS(7397), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(7405), - [anon_sym_final] = ACTIONS(7405), - [anon_sym_open] = ACTIONS(7405), - [anon_sym_vararg] = ACTIONS(7407), - [anon_sym_noinline] = ACTIONS(7407), - [anon_sym_crossinline] = ACTIONS(7407), - [anon_sym_expect] = ACTIONS(7409), - [anon_sym_actual] = ACTIONS(7409), - [sym_line_comment] = ACTIONS(3), - [sym_multiline_comment] = ACTIONS(3), - }, - [4251] = { - [sym_type_alias] = STATE(8669), - [sym__declaration] = STATE(8669), - [sym_class_declaration] = STATE(8669), - [aux_sym__class_member_declarations] = STATE(4244), - [sym__class_member_declaration] = STATE(8669), - [sym_anonymous_initializer] = STATE(8669), - [sym_companion_object] = STATE(8669), - [sym_function_declaration] = STATE(8669), - [sym_property_declaration] = STATE(8669), - [sym_getter] = STATE(8669), - [sym_setter] = STATE(8669), - [sym_object_declaration] = STATE(8669), - [sym_secondary_constructor] = STATE(8669), - [sym_modifiers] = STATE(7392), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_typealias] = ACTIONS(7373), - [anon_sym_class] = ACTIONS(7375), - [anon_sym_interface] = ACTIONS(7375), - [anon_sym_enum] = ACTIONS(7377), - [anon_sym_constructor] = ACTIONS(7379), - [anon_sym_RBRACE] = ACTIONS(7458), - [anon_sym_val] = ACTIONS(7383), - [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7385), - [anon_sym_companion] = ACTIONS(7387), - [anon_sym_object] = ACTIONS(7389), - [anon_sym_fun] = ACTIONS(7391), - [anon_sym_get] = ACTIONS(7393), - [anon_sym_set] = ACTIONS(7395), - [anon_sym_suspend] = ACTIONS(7397), - [anon_sym_sealed] = ACTIONS(7399), - [anon_sym_annotation] = ACTIONS(7399), - [anon_sym_data] = ACTIONS(7399), - [anon_sym_inner] = ACTIONS(7399), - [anon_sym_override] = ACTIONS(7401), - [anon_sym_lateinit] = ACTIONS(7401), - [anon_sym_public] = ACTIONS(7403), - [anon_sym_private] = ACTIONS(7403), - [anon_sym_internal] = ACTIONS(7403), - [anon_sym_protected] = ACTIONS(7403), - [anon_sym_tailrec] = ACTIONS(7397), - [anon_sym_operator] = ACTIONS(7397), - [anon_sym_infix] = ACTIONS(7397), - [anon_sym_inline] = ACTIONS(7397), - [anon_sym_external] = ACTIONS(7397), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(7405), - [anon_sym_final] = ACTIONS(7405), - [anon_sym_open] = ACTIONS(7405), - [anon_sym_vararg] = ACTIONS(7407), - [anon_sym_noinline] = ACTIONS(7407), - [anon_sym_crossinline] = ACTIONS(7407), - [anon_sym_expect] = ACTIONS(7409), - [anon_sym_actual] = ACTIONS(7409), - [sym_line_comment] = ACTIONS(3), - [sym_multiline_comment] = ACTIONS(3), - }, - [4252] = { - [sym_type_alias] = STATE(8669), - [sym__declaration] = STATE(8669), - [sym_class_declaration] = STATE(8669), - [aux_sym__class_member_declarations] = STATE(4293), - [sym__class_member_declaration] = STATE(8669), - [sym_anonymous_initializer] = STATE(8669), - [sym_companion_object] = STATE(8669), - [sym_function_declaration] = STATE(8669), - [sym_property_declaration] = STATE(8669), - [sym_getter] = STATE(8669), - [sym_setter] = STATE(8669), - [sym_object_declaration] = STATE(8669), - [sym_secondary_constructor] = STATE(8669), - [sym_modifiers] = STATE(7392), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_typealias] = ACTIONS(7373), - [anon_sym_class] = ACTIONS(7375), - [anon_sym_interface] = ACTIONS(7375), - [anon_sym_enum] = ACTIONS(7377), - [anon_sym_constructor] = ACTIONS(7379), - [anon_sym_RBRACE] = ACTIONS(7456), - [anon_sym_val] = ACTIONS(7383), - [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7385), - [anon_sym_companion] = ACTIONS(7387), - [anon_sym_object] = ACTIONS(7389), - [anon_sym_fun] = ACTIONS(7391), - [anon_sym_get] = ACTIONS(7393), - [anon_sym_set] = ACTIONS(7395), - [anon_sym_suspend] = ACTIONS(7397), - [anon_sym_sealed] = ACTIONS(7399), - [anon_sym_annotation] = ACTIONS(7399), - [anon_sym_data] = ACTIONS(7399), - [anon_sym_inner] = ACTIONS(7399), - [anon_sym_override] = ACTIONS(7401), - [anon_sym_lateinit] = ACTIONS(7401), - [anon_sym_public] = ACTIONS(7403), - [anon_sym_private] = ACTIONS(7403), - [anon_sym_internal] = ACTIONS(7403), - [anon_sym_protected] = ACTIONS(7403), - [anon_sym_tailrec] = ACTIONS(7397), - [anon_sym_operator] = ACTIONS(7397), - [anon_sym_infix] = ACTIONS(7397), - [anon_sym_inline] = ACTIONS(7397), - [anon_sym_external] = ACTIONS(7397), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(7405), - [anon_sym_final] = ACTIONS(7405), - [anon_sym_open] = ACTIONS(7405), - [anon_sym_vararg] = ACTIONS(7407), - [anon_sym_noinline] = ACTIONS(7407), - [anon_sym_crossinline] = ACTIONS(7407), - [anon_sym_expect] = ACTIONS(7409), - [anon_sym_actual] = ACTIONS(7409), - [sym_line_comment] = ACTIONS(3), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4253] = { - [sym_type_alias] = STATE(8669), - [sym__declaration] = STATE(8669), - [sym_class_declaration] = STATE(8669), - [aux_sym__class_member_declarations] = STATE(4287), - [sym__class_member_declaration] = STATE(8669), - [sym_anonymous_initializer] = STATE(8669), - [sym_companion_object] = STATE(8669), - [sym_function_declaration] = STATE(8669), - [sym_property_declaration] = STATE(8669), - [sym_getter] = STATE(8669), - [sym_setter] = STATE(8669), - [sym_object_declaration] = STATE(8669), - [sym_secondary_constructor] = STATE(8669), - [sym_modifiers] = STATE(7392), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), + [4246] = { + [sym_type_alias] = STATE(8631), + [sym__declaration] = STATE(8631), + [sym_class_declaration] = STATE(8631), + [aux_sym__class_member_declarations] = STATE(4269), + [sym__class_member_declaration] = STATE(8631), + [sym_anonymous_initializer] = STATE(8631), + [sym_companion_object] = STATE(8631), + [sym_function_declaration] = STATE(8631), + [sym_property_declaration] = STATE(8631), + [sym_getter] = STATE(8631), + [sym_setter] = STATE(8631), + [sym_object_declaration] = STATE(8631), + [sym_secondary_constructor] = STATE(8631), + [sym_modifiers] = STATE(7426), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_typealias] = ACTIONS(7373), - [anon_sym_class] = ACTIONS(7375), - [anon_sym_interface] = ACTIONS(7375), - [anon_sym_enum] = ACTIONS(7377), - [anon_sym_constructor] = ACTIONS(7379), - [anon_sym_RBRACE] = ACTIONS(7460), - [anon_sym_val] = ACTIONS(7383), + [anon_sym_typealias] = ACTIONS(7381), + [anon_sym_class] = ACTIONS(7383), + [anon_sym_interface] = ACTIONS(7383), + [anon_sym_enum] = ACTIONS(7385), + [anon_sym_constructor] = ACTIONS(7387), + [anon_sym_RBRACE] = ACTIONS(7438), + [anon_sym_val] = ACTIONS(7391), [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7385), - [anon_sym_companion] = ACTIONS(7387), - [anon_sym_object] = ACTIONS(7389), - [anon_sym_fun] = ACTIONS(7391), - [anon_sym_get] = ACTIONS(7393), - [anon_sym_set] = ACTIONS(7395), - [anon_sym_suspend] = ACTIONS(7397), - [anon_sym_sealed] = ACTIONS(7399), - [anon_sym_annotation] = ACTIONS(7399), - [anon_sym_data] = ACTIONS(7399), - [anon_sym_inner] = ACTIONS(7399), - [anon_sym_override] = ACTIONS(7401), - [anon_sym_lateinit] = ACTIONS(7401), - [anon_sym_public] = ACTIONS(7403), - [anon_sym_private] = ACTIONS(7403), - [anon_sym_internal] = ACTIONS(7403), - [anon_sym_protected] = ACTIONS(7403), - [anon_sym_tailrec] = ACTIONS(7397), - [anon_sym_operator] = ACTIONS(7397), - [anon_sym_infix] = ACTIONS(7397), - [anon_sym_inline] = ACTIONS(7397), - [anon_sym_external] = ACTIONS(7397), + [anon_sym_init] = ACTIONS(7393), + [anon_sym_companion] = ACTIONS(7395), + [anon_sym_object] = ACTIONS(7397), + [anon_sym_fun] = ACTIONS(7399), + [anon_sym_get] = ACTIONS(7401), + [anon_sym_set] = ACTIONS(7403), + [anon_sym_suspend] = ACTIONS(7405), + [anon_sym_sealed] = ACTIONS(7407), + [anon_sym_annotation] = ACTIONS(7407), + [anon_sym_data] = ACTIONS(7407), + [anon_sym_inner] = ACTIONS(7407), + [anon_sym_override] = ACTIONS(7409), + [anon_sym_lateinit] = ACTIONS(7409), + [anon_sym_public] = ACTIONS(7411), + [anon_sym_private] = ACTIONS(7411), + [anon_sym_internal] = ACTIONS(7411), + [anon_sym_protected] = ACTIONS(7411), + [anon_sym_tailrec] = ACTIONS(7405), + [anon_sym_operator] = ACTIONS(7405), + [anon_sym_infix] = ACTIONS(7405), + [anon_sym_inline] = ACTIONS(7405), + [anon_sym_external] = ACTIONS(7405), [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(7405), - [anon_sym_final] = ACTIONS(7405), - [anon_sym_open] = ACTIONS(7405), - [anon_sym_vararg] = ACTIONS(7407), - [anon_sym_noinline] = ACTIONS(7407), - [anon_sym_crossinline] = ACTIONS(7407), - [anon_sym_expect] = ACTIONS(7409), - [anon_sym_actual] = ACTIONS(7409), + [anon_sym_abstract] = ACTIONS(7413), + [anon_sym_final] = ACTIONS(7413), + [anon_sym_open] = ACTIONS(7413), + [anon_sym_vararg] = ACTIONS(7415), + [anon_sym_noinline] = ACTIONS(7415), + [anon_sym_crossinline] = ACTIONS(7415), + [anon_sym_expect] = ACTIONS(7417), + [anon_sym_actual] = ACTIONS(7417), [sym_line_comment] = ACTIONS(3), [sym_multiline_comment] = ACTIONS(3), }, - [4254] = { - [sym_type_alias] = STATE(8669), - [sym__declaration] = STATE(8669), - [sym_class_declaration] = STATE(8669), - [aux_sym__class_member_declarations] = STATE(4293), - [sym__class_member_declaration] = STATE(8669), - [sym_anonymous_initializer] = STATE(8669), - [sym_companion_object] = STATE(8669), - [sym_function_declaration] = STATE(8669), - [sym_property_declaration] = STATE(8669), - [sym_getter] = STATE(8669), - [sym_setter] = STATE(8669), - [sym_object_declaration] = STATE(8669), - [sym_secondary_constructor] = STATE(8669), - [sym_modifiers] = STATE(7392), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), + [4247] = { + [sym_type_alias] = STATE(8631), + [sym__declaration] = STATE(8631), + [sym_class_declaration] = STATE(8631), + [aux_sym__class_member_declarations] = STATE(4248), + [sym__class_member_declaration] = STATE(8631), + [sym_anonymous_initializer] = STATE(8631), + [sym_companion_object] = STATE(8631), + [sym_function_declaration] = STATE(8631), + [sym_property_declaration] = STATE(8631), + [sym_getter] = STATE(8631), + [sym_setter] = STATE(8631), + [sym_object_declaration] = STATE(8631), + [sym_secondary_constructor] = STATE(8631), + [sym_modifiers] = STATE(7426), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_typealias] = ACTIONS(7373), - [anon_sym_class] = ACTIONS(7375), - [anon_sym_interface] = ACTIONS(7375), - [anon_sym_enum] = ACTIONS(7377), - [anon_sym_constructor] = ACTIONS(7379), - [anon_sym_RBRACE] = ACTIONS(7462), - [anon_sym_val] = ACTIONS(7383), + [anon_sym_typealias] = ACTIONS(7381), + [anon_sym_class] = ACTIONS(7383), + [anon_sym_interface] = ACTIONS(7383), + [anon_sym_enum] = ACTIONS(7385), + [anon_sym_constructor] = ACTIONS(7387), + [anon_sym_RBRACE] = ACTIONS(7442), + [anon_sym_val] = ACTIONS(7391), [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7385), - [anon_sym_companion] = ACTIONS(7387), - [anon_sym_object] = ACTIONS(7389), - [anon_sym_fun] = ACTIONS(7391), - [anon_sym_get] = ACTIONS(7393), - [anon_sym_set] = ACTIONS(7395), - [anon_sym_suspend] = ACTIONS(7397), - [anon_sym_sealed] = ACTIONS(7399), - [anon_sym_annotation] = ACTIONS(7399), - [anon_sym_data] = ACTIONS(7399), - [anon_sym_inner] = ACTIONS(7399), - [anon_sym_override] = ACTIONS(7401), - [anon_sym_lateinit] = ACTIONS(7401), - [anon_sym_public] = ACTIONS(7403), - [anon_sym_private] = ACTIONS(7403), - [anon_sym_internal] = ACTIONS(7403), - [anon_sym_protected] = ACTIONS(7403), - [anon_sym_tailrec] = ACTIONS(7397), - [anon_sym_operator] = ACTIONS(7397), - [anon_sym_infix] = ACTIONS(7397), - [anon_sym_inline] = ACTIONS(7397), - [anon_sym_external] = ACTIONS(7397), + [anon_sym_init] = ACTIONS(7393), + [anon_sym_companion] = ACTIONS(7395), + [anon_sym_object] = ACTIONS(7397), + [anon_sym_fun] = ACTIONS(7399), + [anon_sym_get] = ACTIONS(7401), + [anon_sym_set] = ACTIONS(7403), + [anon_sym_suspend] = ACTIONS(7405), + [anon_sym_sealed] = ACTIONS(7407), + [anon_sym_annotation] = ACTIONS(7407), + [anon_sym_data] = ACTIONS(7407), + [anon_sym_inner] = ACTIONS(7407), + [anon_sym_override] = ACTIONS(7409), + [anon_sym_lateinit] = ACTIONS(7409), + [anon_sym_public] = ACTIONS(7411), + [anon_sym_private] = ACTIONS(7411), + [anon_sym_internal] = ACTIONS(7411), + [anon_sym_protected] = ACTIONS(7411), + [anon_sym_tailrec] = ACTIONS(7405), + [anon_sym_operator] = ACTIONS(7405), + [anon_sym_infix] = ACTIONS(7405), + [anon_sym_inline] = ACTIONS(7405), + [anon_sym_external] = ACTIONS(7405), [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(7405), - [anon_sym_final] = ACTIONS(7405), - [anon_sym_open] = ACTIONS(7405), - [anon_sym_vararg] = ACTIONS(7407), - [anon_sym_noinline] = ACTIONS(7407), - [anon_sym_crossinline] = ACTIONS(7407), - [anon_sym_expect] = ACTIONS(7409), - [anon_sym_actual] = ACTIONS(7409), + [anon_sym_abstract] = ACTIONS(7413), + [anon_sym_final] = ACTIONS(7413), + [anon_sym_open] = ACTIONS(7413), + [anon_sym_vararg] = ACTIONS(7415), + [anon_sym_noinline] = ACTIONS(7415), + [anon_sym_crossinline] = ACTIONS(7415), + [anon_sym_expect] = ACTIONS(7417), + [anon_sym_actual] = ACTIONS(7417), [sym_line_comment] = ACTIONS(3), [sym_multiline_comment] = ACTIONS(3), }, - [4255] = { - [sym_type_alias] = STATE(8669), - [sym__declaration] = STATE(8669), - [sym_class_declaration] = STATE(8669), - [aux_sym__class_member_declarations] = STATE(4293), - [sym__class_member_declaration] = STATE(8669), - [sym_anonymous_initializer] = STATE(8669), - [sym_companion_object] = STATE(8669), - [sym_function_declaration] = STATE(8669), - [sym_property_declaration] = STATE(8669), - [sym_getter] = STATE(8669), - [sym_setter] = STATE(8669), - [sym_object_declaration] = STATE(8669), - [sym_secondary_constructor] = STATE(8669), - [sym_modifiers] = STATE(7392), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_typealias] = ACTIONS(7373), - [anon_sym_class] = ACTIONS(7375), - [anon_sym_interface] = ACTIONS(7375), - [anon_sym_enum] = ACTIONS(7377), - [anon_sym_constructor] = ACTIONS(7379), - [anon_sym_RBRACE] = ACTIONS(7458), - [anon_sym_val] = ACTIONS(7383), - [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7385), - [anon_sym_companion] = ACTIONS(7387), - [anon_sym_object] = ACTIONS(7389), - [anon_sym_fun] = ACTIONS(7391), - [anon_sym_get] = ACTIONS(7393), - [anon_sym_set] = ACTIONS(7395), - [anon_sym_suspend] = ACTIONS(7397), - [anon_sym_sealed] = ACTIONS(7399), - [anon_sym_annotation] = ACTIONS(7399), - [anon_sym_data] = ACTIONS(7399), - [anon_sym_inner] = ACTIONS(7399), - [anon_sym_override] = ACTIONS(7401), - [anon_sym_lateinit] = ACTIONS(7401), - [anon_sym_public] = ACTIONS(7403), - [anon_sym_private] = ACTIONS(7403), - [anon_sym_internal] = ACTIONS(7403), - [anon_sym_protected] = ACTIONS(7403), - [anon_sym_tailrec] = ACTIONS(7397), - [anon_sym_operator] = ACTIONS(7397), - [anon_sym_infix] = ACTIONS(7397), - [anon_sym_inline] = ACTIONS(7397), - [anon_sym_external] = ACTIONS(7397), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(7405), - [anon_sym_final] = ACTIONS(7405), - [anon_sym_open] = ACTIONS(7405), - [anon_sym_vararg] = ACTIONS(7407), - [anon_sym_noinline] = ACTIONS(7407), - [anon_sym_crossinline] = ACTIONS(7407), - [anon_sym_expect] = ACTIONS(7409), - [anon_sym_actual] = ACTIONS(7409), + [4248] = { + [sym_type_alias] = STATE(8631), + [sym__declaration] = STATE(8631), + [sym_class_declaration] = STATE(8631), + [aux_sym__class_member_declarations] = STATE(4248), + [sym__class_member_declaration] = STATE(8631), + [sym_anonymous_initializer] = STATE(8631), + [sym_companion_object] = STATE(8631), + [sym_function_declaration] = STATE(8631), + [sym_property_declaration] = STATE(8631), + [sym_getter] = STATE(8631), + [sym_setter] = STATE(8631), + [sym_object_declaration] = STATE(8631), + [sym_secondary_constructor] = STATE(8631), + [sym_modifiers] = STATE(7426), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [anon_sym_AT] = ACTIONS(7444), + [anon_sym_typealias] = ACTIONS(7447), + [anon_sym_class] = ACTIONS(7450), + [anon_sym_interface] = ACTIONS(7450), + [anon_sym_enum] = ACTIONS(7453), + [anon_sym_constructor] = ACTIONS(7456), + [anon_sym_RBRACE] = ACTIONS(7459), + [anon_sym_val] = ACTIONS(7461), + [anon_sym_var] = ACTIONS(7464), + [anon_sym_init] = ACTIONS(7467), + [anon_sym_companion] = ACTIONS(7470), + [anon_sym_object] = ACTIONS(7473), + [anon_sym_fun] = ACTIONS(7476), + [anon_sym_get] = ACTIONS(7479), + [anon_sym_set] = ACTIONS(7482), + [anon_sym_suspend] = ACTIONS(7485), + [anon_sym_sealed] = ACTIONS(7488), + [anon_sym_annotation] = ACTIONS(7488), + [anon_sym_data] = ACTIONS(7488), + [anon_sym_inner] = ACTIONS(7488), + [anon_sym_override] = ACTIONS(7491), + [anon_sym_lateinit] = ACTIONS(7491), + [anon_sym_public] = ACTIONS(7494), + [anon_sym_private] = ACTIONS(7494), + [anon_sym_internal] = ACTIONS(7494), + [anon_sym_protected] = ACTIONS(7494), + [anon_sym_tailrec] = ACTIONS(7485), + [anon_sym_operator] = ACTIONS(7485), + [anon_sym_infix] = ACTIONS(7485), + [anon_sym_inline] = ACTIONS(7485), + [anon_sym_external] = ACTIONS(7485), + [sym_property_modifier] = ACTIONS(7497), + [anon_sym_abstract] = ACTIONS(7500), + [anon_sym_final] = ACTIONS(7500), + [anon_sym_open] = ACTIONS(7500), + [anon_sym_vararg] = ACTIONS(7503), + [anon_sym_noinline] = ACTIONS(7503), + [anon_sym_crossinline] = ACTIONS(7503), + [anon_sym_expect] = ACTIONS(7506), + [anon_sym_actual] = ACTIONS(7506), [sym_line_comment] = ACTIONS(3), [sym_multiline_comment] = ACTIONS(3), }, - [4256] = { - [sym_type_alias] = STATE(8669), - [sym__declaration] = STATE(8669), - [sym_class_declaration] = STATE(8669), - [aux_sym__class_member_declarations] = STATE(4293), - [sym__class_member_declaration] = STATE(8669), - [sym_anonymous_initializer] = STATE(8669), - [sym_companion_object] = STATE(8669), - [sym_function_declaration] = STATE(8669), - [sym_property_declaration] = STATE(8669), - [sym_getter] = STATE(8669), - [sym_setter] = STATE(8669), - [sym_object_declaration] = STATE(8669), - [sym_secondary_constructor] = STATE(8669), - [sym_modifiers] = STATE(7392), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), + [4249] = { + [sym_type_alias] = STATE(8631), + [sym__declaration] = STATE(8631), + [sym_class_declaration] = STATE(8631), + [aux_sym__class_member_declarations] = STATE(4236), + [sym__class_member_declaration] = STATE(8631), + [sym_anonymous_initializer] = STATE(8631), + [sym_companion_object] = STATE(8631), + [sym_function_declaration] = STATE(8631), + [sym_property_declaration] = STATE(8631), + [sym_getter] = STATE(8631), + [sym_setter] = STATE(8631), + [sym_object_declaration] = STATE(8631), + [sym_secondary_constructor] = STATE(8631), + [sym_modifiers] = STATE(7426), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_typealias] = ACTIONS(7373), - [anon_sym_class] = ACTIONS(7375), - [anon_sym_interface] = ACTIONS(7375), - [anon_sym_enum] = ACTIONS(7377), - [anon_sym_constructor] = ACTIONS(7379), - [anon_sym_RBRACE] = ACTIONS(7464), - [anon_sym_val] = ACTIONS(7383), + [anon_sym_typealias] = ACTIONS(7381), + [anon_sym_class] = ACTIONS(7383), + [anon_sym_interface] = ACTIONS(7383), + [anon_sym_enum] = ACTIONS(7385), + [anon_sym_constructor] = ACTIONS(7387), + [anon_sym_RBRACE] = ACTIONS(7509), + [anon_sym_val] = ACTIONS(7391), [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7385), - [anon_sym_companion] = ACTIONS(7387), - [anon_sym_object] = ACTIONS(7389), - [anon_sym_fun] = ACTIONS(7391), - [anon_sym_get] = ACTIONS(7393), - [anon_sym_set] = ACTIONS(7395), - [anon_sym_suspend] = ACTIONS(7397), - [anon_sym_sealed] = ACTIONS(7399), - [anon_sym_annotation] = ACTIONS(7399), - [anon_sym_data] = ACTIONS(7399), - [anon_sym_inner] = ACTIONS(7399), - [anon_sym_override] = ACTIONS(7401), - [anon_sym_lateinit] = ACTIONS(7401), - [anon_sym_public] = ACTIONS(7403), - [anon_sym_private] = ACTIONS(7403), - [anon_sym_internal] = ACTIONS(7403), - [anon_sym_protected] = ACTIONS(7403), - [anon_sym_tailrec] = ACTIONS(7397), - [anon_sym_operator] = ACTIONS(7397), - [anon_sym_infix] = ACTIONS(7397), - [anon_sym_inline] = ACTIONS(7397), - [anon_sym_external] = ACTIONS(7397), + [anon_sym_init] = ACTIONS(7393), + [anon_sym_companion] = ACTIONS(7395), + [anon_sym_object] = ACTIONS(7397), + [anon_sym_fun] = ACTIONS(7399), + [anon_sym_get] = ACTIONS(7401), + [anon_sym_set] = ACTIONS(7403), + [anon_sym_suspend] = ACTIONS(7405), + [anon_sym_sealed] = ACTIONS(7407), + [anon_sym_annotation] = ACTIONS(7407), + [anon_sym_data] = ACTIONS(7407), + [anon_sym_inner] = ACTIONS(7407), + [anon_sym_override] = ACTIONS(7409), + [anon_sym_lateinit] = ACTIONS(7409), + [anon_sym_public] = ACTIONS(7411), + [anon_sym_private] = ACTIONS(7411), + [anon_sym_internal] = ACTIONS(7411), + [anon_sym_protected] = ACTIONS(7411), + [anon_sym_tailrec] = ACTIONS(7405), + [anon_sym_operator] = ACTIONS(7405), + [anon_sym_infix] = ACTIONS(7405), + [anon_sym_inline] = ACTIONS(7405), + [anon_sym_external] = ACTIONS(7405), [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(7405), - [anon_sym_final] = ACTIONS(7405), - [anon_sym_open] = ACTIONS(7405), - [anon_sym_vararg] = ACTIONS(7407), - [anon_sym_noinline] = ACTIONS(7407), - [anon_sym_crossinline] = ACTIONS(7407), - [anon_sym_expect] = ACTIONS(7409), - [anon_sym_actual] = ACTIONS(7409), + [anon_sym_abstract] = ACTIONS(7413), + [anon_sym_final] = ACTIONS(7413), + [anon_sym_open] = ACTIONS(7413), + [anon_sym_vararg] = ACTIONS(7415), + [anon_sym_noinline] = ACTIONS(7415), + [anon_sym_crossinline] = ACTIONS(7415), + [anon_sym_expect] = ACTIONS(7417), + [anon_sym_actual] = ACTIONS(7417), [sym_line_comment] = ACTIONS(3), [sym_multiline_comment] = ACTIONS(3), }, - [4257] = { - [sym_type_alias] = STATE(8669), - [sym__declaration] = STATE(8669), - [sym_class_declaration] = STATE(8669), - [aux_sym__class_member_declarations] = STATE(4264), - [sym__class_member_declaration] = STATE(8669), - [sym_anonymous_initializer] = STATE(8669), - [sym_companion_object] = STATE(8669), - [sym_function_declaration] = STATE(8669), - [sym_property_declaration] = STATE(8669), - [sym_getter] = STATE(8669), - [sym_setter] = STATE(8669), - [sym_object_declaration] = STATE(8669), - [sym_secondary_constructor] = STATE(8669), - [sym_modifiers] = STATE(7392), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_typealias] = ACTIONS(7373), - [anon_sym_class] = ACTIONS(7375), - [anon_sym_interface] = ACTIONS(7375), - [anon_sym_enum] = ACTIONS(7377), - [anon_sym_constructor] = ACTIONS(7379), - [anon_sym_RBRACE] = ACTIONS(7462), - [anon_sym_val] = ACTIONS(7383), - [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7385), - [anon_sym_companion] = ACTIONS(7387), - [anon_sym_object] = ACTIONS(7389), - [anon_sym_fun] = ACTIONS(7391), - [anon_sym_get] = ACTIONS(7393), - [anon_sym_set] = ACTIONS(7395), - [anon_sym_suspend] = ACTIONS(7397), - [anon_sym_sealed] = ACTIONS(7399), - [anon_sym_annotation] = ACTIONS(7399), - [anon_sym_data] = ACTIONS(7399), - [anon_sym_inner] = ACTIONS(7399), - [anon_sym_override] = ACTIONS(7401), - [anon_sym_lateinit] = ACTIONS(7401), - [anon_sym_public] = ACTIONS(7403), - [anon_sym_private] = ACTIONS(7403), - [anon_sym_internal] = ACTIONS(7403), - [anon_sym_protected] = ACTIONS(7403), - [anon_sym_tailrec] = ACTIONS(7397), - [anon_sym_operator] = ACTIONS(7397), - [anon_sym_infix] = ACTIONS(7397), - [anon_sym_inline] = ACTIONS(7397), - [anon_sym_external] = ACTIONS(7397), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(7405), - [anon_sym_final] = ACTIONS(7405), - [anon_sym_open] = ACTIONS(7405), - [anon_sym_vararg] = ACTIONS(7407), - [anon_sym_noinline] = ACTIONS(7407), - [anon_sym_crossinline] = ACTIONS(7407), - [anon_sym_expect] = ACTIONS(7409), - [anon_sym_actual] = ACTIONS(7409), + [4250] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(1850), + [sym__comparison_operator] = STATE(1849), + [sym__in_operator] = STATE(1845), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(1842), + [sym__multiplicative_operator] = STATE(1841), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1838), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_RBRACK] = ACTIONS(7511), + [anon_sym_as] = ACTIONS(6403), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_COMMA] = ACTIONS(7511), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(7038), + [anon_sym_DOT] = ACTIONS(6409), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(7040), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7042), + [anon_sym_DOT_DOT] = ACTIONS(7044), + [anon_sym_QMARK_COLON] = ACTIONS(7046), + [anon_sym_AMP_AMP] = ACTIONS(7048), + [anon_sym_PIPE_PIPE] = ACTIONS(7050), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7052), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7054), + [anon_sym_EQ_EQ] = ACTIONS(7052), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7054), + [anon_sym_LT_EQ] = ACTIONS(7056), + [anon_sym_GT_EQ] = ACTIONS(7056), + [anon_sym_BANGin] = ACTIONS(7058), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7060), + [anon_sym_DASH] = ACTIONS(7060), + [anon_sym_SLASH] = ACTIONS(7062), + [anon_sym_PERCENT] = ACTIONS(7040), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4258] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2308), - [sym__comparison_operator] = STATE(2309), - [sym__in_operator] = STATE(2310), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2311), - [sym__multiplicative_operator] = STATE(2312), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2313), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4251] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(1850), + [sym__comparison_operator] = STATE(1849), + [sym__in_operator] = STATE(1845), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(1842), + [sym__multiplicative_operator] = STATE(1841), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1838), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_COMMA] = ACTIONS(7466), - [anon_sym_RPAREN] = ACTIONS(7466), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_COMMA] = ACTIONS(7513), + [anon_sym_RPAREN] = ACTIONS(7513), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7031), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7038), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7007), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7033), - [anon_sym_DOT_DOT] = ACTIONS(7009), - [anon_sym_QMARK_COLON] = ACTIONS(7035), - [anon_sym_AMP_AMP] = ACTIONS(7037), - [anon_sym_PIPE_PIPE] = ACTIONS(7039), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7041), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7043), - [anon_sym_EQ_EQ] = ACTIONS(7041), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7043), - [anon_sym_LT_EQ] = ACTIONS(7045), - [anon_sym_GT_EQ] = ACTIONS(7045), - [anon_sym_BANGin] = ACTIONS(7047), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7011), - [anon_sym_DASH] = ACTIONS(7011), - [anon_sym_SLASH] = ACTIONS(7013), - [anon_sym_PERCENT] = ACTIONS(7007), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7040), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7042), + [anon_sym_DOT_DOT] = ACTIONS(7044), + [anon_sym_QMARK_COLON] = ACTIONS(7046), + [anon_sym_AMP_AMP] = ACTIONS(7048), + [anon_sym_PIPE_PIPE] = ACTIONS(7050), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7052), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7054), + [anon_sym_EQ_EQ] = ACTIONS(7052), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7054), + [anon_sym_LT_EQ] = ACTIONS(7056), + [anon_sym_GT_EQ] = ACTIONS(7056), + [anon_sym_BANGin] = ACTIONS(7058), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7060), + [anon_sym_DASH] = ACTIONS(7060), + [anon_sym_SLASH] = ACTIONS(7062), + [anon_sym_PERCENT] = ACTIONS(7040), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4259] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2308), - [sym__comparison_operator] = STATE(2309), - [sym__in_operator] = STATE(2310), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2311), - [sym__multiplicative_operator] = STATE(2312), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2313), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4252] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(1850), + [sym__comparison_operator] = STATE(1849), + [sym__in_operator] = STATE(1845), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(1842), + [sym__multiplicative_operator] = STATE(1841), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1838), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_COMMA] = ACTIONS(7468), - [anon_sym_RPAREN] = ACTIONS(7468), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_COMMA] = ACTIONS(7515), + [anon_sym_RPAREN] = ACTIONS(7515), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7031), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7038), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7007), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7033), - [anon_sym_DOT_DOT] = ACTIONS(7009), - [anon_sym_QMARK_COLON] = ACTIONS(7035), - [anon_sym_AMP_AMP] = ACTIONS(7037), - [anon_sym_PIPE_PIPE] = ACTIONS(7039), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7041), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7043), - [anon_sym_EQ_EQ] = ACTIONS(7041), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7043), - [anon_sym_LT_EQ] = ACTIONS(7045), - [anon_sym_GT_EQ] = ACTIONS(7045), - [anon_sym_BANGin] = ACTIONS(7047), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7011), - [anon_sym_DASH] = ACTIONS(7011), - [anon_sym_SLASH] = ACTIONS(7013), - [anon_sym_PERCENT] = ACTIONS(7007), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7040), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7042), + [anon_sym_DOT_DOT] = ACTIONS(7044), + [anon_sym_QMARK_COLON] = ACTIONS(7046), + [anon_sym_AMP_AMP] = ACTIONS(7048), + [anon_sym_PIPE_PIPE] = ACTIONS(7050), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7052), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7054), + [anon_sym_EQ_EQ] = ACTIONS(7052), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7054), + [anon_sym_LT_EQ] = ACTIONS(7056), + [anon_sym_GT_EQ] = ACTIONS(7056), + [anon_sym_BANGin] = ACTIONS(7058), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7060), + [anon_sym_DASH] = ACTIONS(7060), + [anon_sym_SLASH] = ACTIONS(7062), + [anon_sym_PERCENT] = ACTIONS(7040), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4260] = { - [sym_type_alias] = STATE(8669), - [sym__declaration] = STATE(8669), - [sym_class_declaration] = STATE(8669), - [aux_sym__class_member_declarations] = STATE(4236), - [sym__class_member_declaration] = STATE(8669), - [sym_anonymous_initializer] = STATE(8669), - [sym_companion_object] = STATE(8669), - [sym_function_declaration] = STATE(8669), - [sym_property_declaration] = STATE(8669), - [sym_getter] = STATE(8669), - [sym_setter] = STATE(8669), - [sym_object_declaration] = STATE(8669), - [sym_secondary_constructor] = STATE(8669), - [sym_modifiers] = STATE(7392), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), + [4253] = { + [sym_type_alias] = STATE(8631), + [sym__declaration] = STATE(8631), + [sym_class_declaration] = STATE(8631), + [aux_sym__class_member_declarations] = STATE(4257), + [sym__class_member_declaration] = STATE(8631), + [sym_anonymous_initializer] = STATE(8631), + [sym_companion_object] = STATE(8631), + [sym_function_declaration] = STATE(8631), + [sym_property_declaration] = STATE(8631), + [sym_getter] = STATE(8631), + [sym_setter] = STATE(8631), + [sym_object_declaration] = STATE(8631), + [sym_secondary_constructor] = STATE(8631), + [sym_modifiers] = STATE(7426), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_typealias] = ACTIONS(7373), - [anon_sym_class] = ACTIONS(7375), - [anon_sym_interface] = ACTIONS(7375), - [anon_sym_enum] = ACTIONS(7377), - [anon_sym_constructor] = ACTIONS(7379), - [anon_sym_RBRACE] = ACTIONS(7470), - [anon_sym_val] = ACTIONS(7383), + [anon_sym_typealias] = ACTIONS(7381), + [anon_sym_class] = ACTIONS(7383), + [anon_sym_interface] = ACTIONS(7383), + [anon_sym_enum] = ACTIONS(7385), + [anon_sym_constructor] = ACTIONS(7387), + [anon_sym_RBRACE] = ACTIONS(7517), + [anon_sym_val] = ACTIONS(7391), [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7385), - [anon_sym_companion] = ACTIONS(7387), - [anon_sym_object] = ACTIONS(7389), - [anon_sym_fun] = ACTIONS(7391), - [anon_sym_get] = ACTIONS(7393), - [anon_sym_set] = ACTIONS(7395), - [anon_sym_suspend] = ACTIONS(7397), - [anon_sym_sealed] = ACTIONS(7399), - [anon_sym_annotation] = ACTIONS(7399), - [anon_sym_data] = ACTIONS(7399), - [anon_sym_inner] = ACTIONS(7399), - [anon_sym_override] = ACTIONS(7401), - [anon_sym_lateinit] = ACTIONS(7401), - [anon_sym_public] = ACTIONS(7403), - [anon_sym_private] = ACTIONS(7403), - [anon_sym_internal] = ACTIONS(7403), - [anon_sym_protected] = ACTIONS(7403), - [anon_sym_tailrec] = ACTIONS(7397), - [anon_sym_operator] = ACTIONS(7397), - [anon_sym_infix] = ACTIONS(7397), - [anon_sym_inline] = ACTIONS(7397), - [anon_sym_external] = ACTIONS(7397), + [anon_sym_init] = ACTIONS(7393), + [anon_sym_companion] = ACTIONS(7395), + [anon_sym_object] = ACTIONS(7397), + [anon_sym_fun] = ACTIONS(7399), + [anon_sym_get] = ACTIONS(7401), + [anon_sym_set] = ACTIONS(7403), + [anon_sym_suspend] = ACTIONS(7405), + [anon_sym_sealed] = ACTIONS(7407), + [anon_sym_annotation] = ACTIONS(7407), + [anon_sym_data] = ACTIONS(7407), + [anon_sym_inner] = ACTIONS(7407), + [anon_sym_override] = ACTIONS(7409), + [anon_sym_lateinit] = ACTIONS(7409), + [anon_sym_public] = ACTIONS(7411), + [anon_sym_private] = ACTIONS(7411), + [anon_sym_internal] = ACTIONS(7411), + [anon_sym_protected] = ACTIONS(7411), + [anon_sym_tailrec] = ACTIONS(7405), + [anon_sym_operator] = ACTIONS(7405), + [anon_sym_infix] = ACTIONS(7405), + [anon_sym_inline] = ACTIONS(7405), + [anon_sym_external] = ACTIONS(7405), [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(7405), - [anon_sym_final] = ACTIONS(7405), - [anon_sym_open] = ACTIONS(7405), - [anon_sym_vararg] = ACTIONS(7407), - [anon_sym_noinline] = ACTIONS(7407), - [anon_sym_crossinline] = ACTIONS(7407), - [anon_sym_expect] = ACTIONS(7409), - [anon_sym_actual] = ACTIONS(7409), + [anon_sym_abstract] = ACTIONS(7413), + [anon_sym_final] = ACTIONS(7413), + [anon_sym_open] = ACTIONS(7413), + [anon_sym_vararg] = ACTIONS(7415), + [anon_sym_noinline] = ACTIONS(7415), + [anon_sym_crossinline] = ACTIONS(7415), + [anon_sym_expect] = ACTIONS(7417), + [anon_sym_actual] = ACTIONS(7417), [sym_line_comment] = ACTIONS(3), [sym_multiline_comment] = ACTIONS(3), }, - [4261] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2308), - [sym__comparison_operator] = STATE(2309), - [sym__in_operator] = STATE(2310), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2311), - [sym__multiplicative_operator] = STATE(2312), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2313), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4254] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(1850), + [sym__comparison_operator] = STATE(1849), + [sym__in_operator] = STATE(1845), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(1842), + [sym__multiplicative_operator] = STATE(1841), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1838), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_COMMA] = ACTIONS(3001), - [anon_sym_RPAREN] = ACTIONS(3001), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_COMMA] = ACTIONS(7519), + [anon_sym_RPAREN] = ACTIONS(7519), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7031), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7038), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7007), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7033), - [anon_sym_DOT_DOT] = ACTIONS(7009), - [anon_sym_QMARK_COLON] = ACTIONS(7035), - [anon_sym_AMP_AMP] = ACTIONS(7037), - [anon_sym_PIPE_PIPE] = ACTIONS(7039), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7041), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7043), - [anon_sym_EQ_EQ] = ACTIONS(7041), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7043), - [anon_sym_LT_EQ] = ACTIONS(7045), - [anon_sym_GT_EQ] = ACTIONS(7045), - [anon_sym_BANGin] = ACTIONS(7047), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7011), - [anon_sym_DASH] = ACTIONS(7011), - [anon_sym_SLASH] = ACTIONS(7013), - [anon_sym_PERCENT] = ACTIONS(7007), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7040), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7042), + [anon_sym_DOT_DOT] = ACTIONS(7044), + [anon_sym_QMARK_COLON] = ACTIONS(7046), + [anon_sym_AMP_AMP] = ACTIONS(7048), + [anon_sym_PIPE_PIPE] = ACTIONS(7050), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7052), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7054), + [anon_sym_EQ_EQ] = ACTIONS(7052), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7054), + [anon_sym_LT_EQ] = ACTIONS(7056), + [anon_sym_GT_EQ] = ACTIONS(7056), + [anon_sym_BANGin] = ACTIONS(7058), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7060), + [anon_sym_DASH] = ACTIONS(7060), + [anon_sym_SLASH] = ACTIONS(7062), + [anon_sym_PERCENT] = ACTIONS(7040), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4262] = { - [sym_type_alias] = STATE(8669), - [sym__declaration] = STATE(8669), - [sym_class_declaration] = STATE(8669), - [aux_sym__class_member_declarations] = STATE(4252), - [sym__class_member_declaration] = STATE(8669), - [sym_anonymous_initializer] = STATE(8669), - [sym_companion_object] = STATE(8669), - [sym_function_declaration] = STATE(8669), - [sym_property_declaration] = STATE(8669), - [sym_getter] = STATE(8669), - [sym_setter] = STATE(8669), - [sym_object_declaration] = STATE(8669), - [sym_secondary_constructor] = STATE(8669), - [sym_modifiers] = STATE(7392), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), + [4255] = { + [sym_type_alias] = STATE(8631), + [sym__declaration] = STATE(8631), + [sym_class_declaration] = STATE(8631), + [aux_sym__class_member_declarations] = STATE(4258), + [sym__class_member_declaration] = STATE(8631), + [sym_anonymous_initializer] = STATE(8631), + [sym_companion_object] = STATE(8631), + [sym_function_declaration] = STATE(8631), + [sym_property_declaration] = STATE(8631), + [sym_getter] = STATE(8631), + [sym_setter] = STATE(8631), + [sym_object_declaration] = STATE(8631), + [sym_secondary_constructor] = STATE(8631), + [sym_modifiers] = STATE(7426), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_typealias] = ACTIONS(7373), - [anon_sym_class] = ACTIONS(7375), - [anon_sym_interface] = ACTIONS(7375), - [anon_sym_enum] = ACTIONS(7377), - [anon_sym_constructor] = ACTIONS(7379), - [anon_sym_RBRACE] = ACTIONS(7472), - [anon_sym_val] = ACTIONS(7383), + [anon_sym_typealias] = ACTIONS(7381), + [anon_sym_class] = ACTIONS(7383), + [anon_sym_interface] = ACTIONS(7383), + [anon_sym_enum] = ACTIONS(7385), + [anon_sym_constructor] = ACTIONS(7387), + [anon_sym_RBRACE] = ACTIONS(7521), + [anon_sym_val] = ACTIONS(7391), [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7385), - [anon_sym_companion] = ACTIONS(7387), - [anon_sym_object] = ACTIONS(7389), - [anon_sym_fun] = ACTIONS(7391), - [anon_sym_get] = ACTIONS(7393), - [anon_sym_set] = ACTIONS(7395), - [anon_sym_suspend] = ACTIONS(7397), - [anon_sym_sealed] = ACTIONS(7399), - [anon_sym_annotation] = ACTIONS(7399), - [anon_sym_data] = ACTIONS(7399), - [anon_sym_inner] = ACTIONS(7399), - [anon_sym_override] = ACTIONS(7401), - [anon_sym_lateinit] = ACTIONS(7401), - [anon_sym_public] = ACTIONS(7403), - [anon_sym_private] = ACTIONS(7403), - [anon_sym_internal] = ACTIONS(7403), - [anon_sym_protected] = ACTIONS(7403), - [anon_sym_tailrec] = ACTIONS(7397), - [anon_sym_operator] = ACTIONS(7397), - [anon_sym_infix] = ACTIONS(7397), - [anon_sym_inline] = ACTIONS(7397), - [anon_sym_external] = ACTIONS(7397), + [anon_sym_init] = ACTIONS(7393), + [anon_sym_companion] = ACTIONS(7395), + [anon_sym_object] = ACTIONS(7397), + [anon_sym_fun] = ACTIONS(7399), + [anon_sym_get] = ACTIONS(7401), + [anon_sym_set] = ACTIONS(7403), + [anon_sym_suspend] = ACTIONS(7405), + [anon_sym_sealed] = ACTIONS(7407), + [anon_sym_annotation] = ACTIONS(7407), + [anon_sym_data] = ACTIONS(7407), + [anon_sym_inner] = ACTIONS(7407), + [anon_sym_override] = ACTIONS(7409), + [anon_sym_lateinit] = ACTIONS(7409), + [anon_sym_public] = ACTIONS(7411), + [anon_sym_private] = ACTIONS(7411), + [anon_sym_internal] = ACTIONS(7411), + [anon_sym_protected] = ACTIONS(7411), + [anon_sym_tailrec] = ACTIONS(7405), + [anon_sym_operator] = ACTIONS(7405), + [anon_sym_infix] = ACTIONS(7405), + [anon_sym_inline] = ACTIONS(7405), + [anon_sym_external] = ACTIONS(7405), [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(7405), - [anon_sym_final] = ACTIONS(7405), - [anon_sym_open] = ACTIONS(7405), - [anon_sym_vararg] = ACTIONS(7407), - [anon_sym_noinline] = ACTIONS(7407), - [anon_sym_crossinline] = ACTIONS(7407), - [anon_sym_expect] = ACTIONS(7409), - [anon_sym_actual] = ACTIONS(7409), + [anon_sym_abstract] = ACTIONS(7413), + [anon_sym_final] = ACTIONS(7413), + [anon_sym_open] = ACTIONS(7413), + [anon_sym_vararg] = ACTIONS(7415), + [anon_sym_noinline] = ACTIONS(7415), + [anon_sym_crossinline] = ACTIONS(7415), + [anon_sym_expect] = ACTIONS(7417), + [anon_sym_actual] = ACTIONS(7417), [sym_line_comment] = ACTIONS(3), [sym_multiline_comment] = ACTIONS(3), }, - [4263] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2308), - [sym__comparison_operator] = STATE(2309), - [sym__in_operator] = STATE(2310), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2311), - [sym__multiplicative_operator] = STATE(2312), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2313), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4256] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(1850), + [sym__comparison_operator] = STATE(1849), + [sym__in_operator] = STATE(1845), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(1842), + [sym__multiplicative_operator] = STATE(1841), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1838), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_COMMA] = ACTIONS(3001), - [anon_sym_RPAREN] = ACTIONS(3001), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_COMMA] = ACTIONS(3065), + [anon_sym_RPAREN] = ACTIONS(3065), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7031), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7038), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7007), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7033), - [anon_sym_DOT_DOT] = ACTIONS(7009), - [anon_sym_QMARK_COLON] = ACTIONS(7035), - [anon_sym_AMP_AMP] = ACTIONS(7037), - [anon_sym_PIPE_PIPE] = ACTIONS(7039), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7041), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7043), - [anon_sym_EQ_EQ] = ACTIONS(7041), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7043), - [anon_sym_LT_EQ] = ACTIONS(7045), - [anon_sym_GT_EQ] = ACTIONS(7045), - [anon_sym_BANGin] = ACTIONS(7047), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7011), - [anon_sym_DASH] = ACTIONS(7011), - [anon_sym_SLASH] = ACTIONS(7013), - [anon_sym_PERCENT] = ACTIONS(7007), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7040), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7042), + [anon_sym_DOT_DOT] = ACTIONS(7044), + [anon_sym_QMARK_COLON] = ACTIONS(7046), + [anon_sym_AMP_AMP] = ACTIONS(7048), + [anon_sym_PIPE_PIPE] = ACTIONS(7050), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7052), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7054), + [anon_sym_EQ_EQ] = ACTIONS(7052), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7054), + [anon_sym_LT_EQ] = ACTIONS(7056), + [anon_sym_GT_EQ] = ACTIONS(7056), + [anon_sym_BANGin] = ACTIONS(7058), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7060), + [anon_sym_DASH] = ACTIONS(7060), + [anon_sym_SLASH] = ACTIONS(7062), + [anon_sym_PERCENT] = ACTIONS(7040), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4264] = { - [sym_type_alias] = STATE(8669), - [sym__declaration] = STATE(8669), - [sym_class_declaration] = STATE(8669), - [aux_sym__class_member_declarations] = STATE(4293), - [sym__class_member_declaration] = STATE(8669), - [sym_anonymous_initializer] = STATE(8669), - [sym_companion_object] = STATE(8669), - [sym_function_declaration] = STATE(8669), - [sym_property_declaration] = STATE(8669), - [sym_getter] = STATE(8669), - [sym_setter] = STATE(8669), - [sym_object_declaration] = STATE(8669), - [sym_secondary_constructor] = STATE(8669), - [sym_modifiers] = STATE(7392), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), + [4257] = { + [sym_type_alias] = STATE(8631), + [sym__declaration] = STATE(8631), + [sym_class_declaration] = STATE(8631), + [aux_sym__class_member_declarations] = STATE(4248), + [sym__class_member_declaration] = STATE(8631), + [sym_anonymous_initializer] = STATE(8631), + [sym_companion_object] = STATE(8631), + [sym_function_declaration] = STATE(8631), + [sym_property_declaration] = STATE(8631), + [sym_getter] = STATE(8631), + [sym_setter] = STATE(8631), + [sym_object_declaration] = STATE(8631), + [sym_secondary_constructor] = STATE(8631), + [sym_modifiers] = STATE(7426), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_typealias] = ACTIONS(7373), - [anon_sym_class] = ACTIONS(7375), - [anon_sym_interface] = ACTIONS(7375), - [anon_sym_enum] = ACTIONS(7377), - [anon_sym_constructor] = ACTIONS(7379), - [anon_sym_RBRACE] = ACTIONS(7474), - [anon_sym_val] = ACTIONS(7383), + [anon_sym_typealias] = ACTIONS(7381), + [anon_sym_class] = ACTIONS(7383), + [anon_sym_interface] = ACTIONS(7383), + [anon_sym_enum] = ACTIONS(7385), + [anon_sym_constructor] = ACTIONS(7387), + [anon_sym_RBRACE] = ACTIONS(7523), + [anon_sym_val] = ACTIONS(7391), [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7385), - [anon_sym_companion] = ACTIONS(7387), - [anon_sym_object] = ACTIONS(7389), - [anon_sym_fun] = ACTIONS(7391), - [anon_sym_get] = ACTIONS(7393), - [anon_sym_set] = ACTIONS(7395), - [anon_sym_suspend] = ACTIONS(7397), - [anon_sym_sealed] = ACTIONS(7399), - [anon_sym_annotation] = ACTIONS(7399), - [anon_sym_data] = ACTIONS(7399), - [anon_sym_inner] = ACTIONS(7399), - [anon_sym_override] = ACTIONS(7401), - [anon_sym_lateinit] = ACTIONS(7401), - [anon_sym_public] = ACTIONS(7403), - [anon_sym_private] = ACTIONS(7403), - [anon_sym_internal] = ACTIONS(7403), - [anon_sym_protected] = ACTIONS(7403), - [anon_sym_tailrec] = ACTIONS(7397), - [anon_sym_operator] = ACTIONS(7397), - [anon_sym_infix] = ACTIONS(7397), - [anon_sym_inline] = ACTIONS(7397), - [anon_sym_external] = ACTIONS(7397), + [anon_sym_init] = ACTIONS(7393), + [anon_sym_companion] = ACTIONS(7395), + [anon_sym_object] = ACTIONS(7397), + [anon_sym_fun] = ACTIONS(7399), + [anon_sym_get] = ACTIONS(7401), + [anon_sym_set] = ACTIONS(7403), + [anon_sym_suspend] = ACTIONS(7405), + [anon_sym_sealed] = ACTIONS(7407), + [anon_sym_annotation] = ACTIONS(7407), + [anon_sym_data] = ACTIONS(7407), + [anon_sym_inner] = ACTIONS(7407), + [anon_sym_override] = ACTIONS(7409), + [anon_sym_lateinit] = ACTIONS(7409), + [anon_sym_public] = ACTIONS(7411), + [anon_sym_private] = ACTIONS(7411), + [anon_sym_internal] = ACTIONS(7411), + [anon_sym_protected] = ACTIONS(7411), + [anon_sym_tailrec] = ACTIONS(7405), + [anon_sym_operator] = ACTIONS(7405), + [anon_sym_infix] = ACTIONS(7405), + [anon_sym_inline] = ACTIONS(7405), + [anon_sym_external] = ACTIONS(7405), [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(7405), - [anon_sym_final] = ACTIONS(7405), - [anon_sym_open] = ACTIONS(7405), - [anon_sym_vararg] = ACTIONS(7407), - [anon_sym_noinline] = ACTIONS(7407), - [anon_sym_crossinline] = ACTIONS(7407), - [anon_sym_expect] = ACTIONS(7409), - [anon_sym_actual] = ACTIONS(7409), + [anon_sym_abstract] = ACTIONS(7413), + [anon_sym_final] = ACTIONS(7413), + [anon_sym_open] = ACTIONS(7413), + [anon_sym_vararg] = ACTIONS(7415), + [anon_sym_noinline] = ACTIONS(7415), + [anon_sym_crossinline] = ACTIONS(7415), + [anon_sym_expect] = ACTIONS(7417), + [anon_sym_actual] = ACTIONS(7417), [sym_line_comment] = ACTIONS(3), [sym_multiline_comment] = ACTIONS(3), }, - [4265] = { - [sym_type_alias] = STATE(8669), - [sym__declaration] = STATE(8669), - [sym_class_declaration] = STATE(8669), - [aux_sym__class_member_declarations] = STATE(4293), - [sym__class_member_declaration] = STATE(8669), - [sym_anonymous_initializer] = STATE(8669), - [sym_companion_object] = STATE(8669), - [sym_function_declaration] = STATE(8669), - [sym_property_declaration] = STATE(8669), - [sym_getter] = STATE(8669), - [sym_setter] = STATE(8669), - [sym_object_declaration] = STATE(8669), - [sym_secondary_constructor] = STATE(8669), - [sym_modifiers] = STATE(7392), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), + [4258] = { + [sym_type_alias] = STATE(8631), + [sym__declaration] = STATE(8631), + [sym_class_declaration] = STATE(8631), + [aux_sym__class_member_declarations] = STATE(4248), + [sym__class_member_declaration] = STATE(8631), + [sym_anonymous_initializer] = STATE(8631), + [sym_companion_object] = STATE(8631), + [sym_function_declaration] = STATE(8631), + [sym_property_declaration] = STATE(8631), + [sym_getter] = STATE(8631), + [sym_setter] = STATE(8631), + [sym_object_declaration] = STATE(8631), + [sym_secondary_constructor] = STATE(8631), + [sym_modifiers] = STATE(7426), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_typealias] = ACTIONS(7373), - [anon_sym_class] = ACTIONS(7375), - [anon_sym_interface] = ACTIONS(7375), - [anon_sym_enum] = ACTIONS(7377), - [anon_sym_constructor] = ACTIONS(7379), - [anon_sym_RBRACE] = ACTIONS(7476), - [anon_sym_val] = ACTIONS(7383), + [anon_sym_typealias] = ACTIONS(7381), + [anon_sym_class] = ACTIONS(7383), + [anon_sym_interface] = ACTIONS(7383), + [anon_sym_enum] = ACTIONS(7385), + [anon_sym_constructor] = ACTIONS(7387), + [anon_sym_RBRACE] = ACTIONS(7525), + [anon_sym_val] = ACTIONS(7391), [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7385), - [anon_sym_companion] = ACTIONS(7387), - [anon_sym_object] = ACTIONS(7389), - [anon_sym_fun] = ACTIONS(7391), - [anon_sym_get] = ACTIONS(7393), - [anon_sym_set] = ACTIONS(7395), - [anon_sym_suspend] = ACTIONS(7397), - [anon_sym_sealed] = ACTIONS(7399), - [anon_sym_annotation] = ACTIONS(7399), - [anon_sym_data] = ACTIONS(7399), - [anon_sym_inner] = ACTIONS(7399), - [anon_sym_override] = ACTIONS(7401), - [anon_sym_lateinit] = ACTIONS(7401), - [anon_sym_public] = ACTIONS(7403), - [anon_sym_private] = ACTIONS(7403), - [anon_sym_internal] = ACTIONS(7403), - [anon_sym_protected] = ACTIONS(7403), - [anon_sym_tailrec] = ACTIONS(7397), - [anon_sym_operator] = ACTIONS(7397), - [anon_sym_infix] = ACTIONS(7397), - [anon_sym_inline] = ACTIONS(7397), - [anon_sym_external] = ACTIONS(7397), + [anon_sym_init] = ACTIONS(7393), + [anon_sym_companion] = ACTIONS(7395), + [anon_sym_object] = ACTIONS(7397), + [anon_sym_fun] = ACTIONS(7399), + [anon_sym_get] = ACTIONS(7401), + [anon_sym_set] = ACTIONS(7403), + [anon_sym_suspend] = ACTIONS(7405), + [anon_sym_sealed] = ACTIONS(7407), + [anon_sym_annotation] = ACTIONS(7407), + [anon_sym_data] = ACTIONS(7407), + [anon_sym_inner] = ACTIONS(7407), + [anon_sym_override] = ACTIONS(7409), + [anon_sym_lateinit] = ACTIONS(7409), + [anon_sym_public] = ACTIONS(7411), + [anon_sym_private] = ACTIONS(7411), + [anon_sym_internal] = ACTIONS(7411), + [anon_sym_protected] = ACTIONS(7411), + [anon_sym_tailrec] = ACTIONS(7405), + [anon_sym_operator] = ACTIONS(7405), + [anon_sym_infix] = ACTIONS(7405), + [anon_sym_inline] = ACTIONS(7405), + [anon_sym_external] = ACTIONS(7405), [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(7405), - [anon_sym_final] = ACTIONS(7405), - [anon_sym_open] = ACTIONS(7405), - [anon_sym_vararg] = ACTIONS(7407), - [anon_sym_noinline] = ACTIONS(7407), - [anon_sym_crossinline] = ACTIONS(7407), - [anon_sym_expect] = ACTIONS(7409), - [anon_sym_actual] = ACTIONS(7409), + [anon_sym_abstract] = ACTIONS(7413), + [anon_sym_final] = ACTIONS(7413), + [anon_sym_open] = ACTIONS(7413), + [anon_sym_vararg] = ACTIONS(7415), + [anon_sym_noinline] = ACTIONS(7415), + [anon_sym_crossinline] = ACTIONS(7415), + [anon_sym_expect] = ACTIONS(7417), + [anon_sym_actual] = ACTIONS(7417), [sym_line_comment] = ACTIONS(3), [sym_multiline_comment] = ACTIONS(3), }, - [4266] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2308), - [sym__comparison_operator] = STATE(2309), - [sym__in_operator] = STATE(2310), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2311), - [sym__multiplicative_operator] = STATE(2312), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2313), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_COMMA] = ACTIONS(7478), - [anon_sym_RPAREN] = ACTIONS(7478), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7031), - [anon_sym_DOT] = ACTIONS(6387), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7007), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7033), - [anon_sym_DOT_DOT] = ACTIONS(7009), - [anon_sym_QMARK_COLON] = ACTIONS(7035), - [anon_sym_AMP_AMP] = ACTIONS(7037), - [anon_sym_PIPE_PIPE] = ACTIONS(7039), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7041), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7043), - [anon_sym_EQ_EQ] = ACTIONS(7041), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7043), - [anon_sym_LT_EQ] = ACTIONS(7045), - [anon_sym_GT_EQ] = ACTIONS(7045), - [anon_sym_BANGin] = ACTIONS(7047), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7011), - [anon_sym_DASH] = ACTIONS(7011), - [anon_sym_SLASH] = ACTIONS(7013), - [anon_sym_PERCENT] = ACTIONS(7007), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), + [4259] = { + [sym_type_alias] = STATE(8631), + [sym__declaration] = STATE(8631), + [sym_class_declaration] = STATE(8631), + [aux_sym__class_member_declarations] = STATE(4261), + [sym__class_member_declaration] = STATE(8631), + [sym_anonymous_initializer] = STATE(8631), + [sym_companion_object] = STATE(8631), + [sym_function_declaration] = STATE(8631), + [sym_property_declaration] = STATE(8631), + [sym_getter] = STATE(8631), + [sym_setter] = STATE(8631), + [sym_object_declaration] = STATE(8631), + [sym_secondary_constructor] = STATE(8631), + [sym_modifiers] = STATE(7426), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_typealias] = ACTIONS(7381), + [anon_sym_class] = ACTIONS(7383), + [anon_sym_interface] = ACTIONS(7383), + [anon_sym_enum] = ACTIONS(7385), + [anon_sym_constructor] = ACTIONS(7387), + [anon_sym_RBRACE] = ACTIONS(7525), + [anon_sym_val] = ACTIONS(7391), + [anon_sym_var] = ACTIONS(29), + [anon_sym_init] = ACTIONS(7393), + [anon_sym_companion] = ACTIONS(7395), + [anon_sym_object] = ACTIONS(7397), + [anon_sym_fun] = ACTIONS(7399), + [anon_sym_get] = ACTIONS(7401), + [anon_sym_set] = ACTIONS(7403), + [anon_sym_suspend] = ACTIONS(7405), + [anon_sym_sealed] = ACTIONS(7407), + [anon_sym_annotation] = ACTIONS(7407), + [anon_sym_data] = ACTIONS(7407), + [anon_sym_inner] = ACTIONS(7407), + [anon_sym_override] = ACTIONS(7409), + [anon_sym_lateinit] = ACTIONS(7409), + [anon_sym_public] = ACTIONS(7411), + [anon_sym_private] = ACTIONS(7411), + [anon_sym_internal] = ACTIONS(7411), + [anon_sym_protected] = ACTIONS(7411), + [anon_sym_tailrec] = ACTIONS(7405), + [anon_sym_operator] = ACTIONS(7405), + [anon_sym_infix] = ACTIONS(7405), + [anon_sym_inline] = ACTIONS(7405), + [anon_sym_external] = ACTIONS(7405), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(7413), + [anon_sym_final] = ACTIONS(7413), + [anon_sym_open] = ACTIONS(7413), + [anon_sym_vararg] = ACTIONS(7415), + [anon_sym_noinline] = ACTIONS(7415), + [anon_sym_crossinline] = ACTIONS(7415), + [anon_sym_expect] = ACTIONS(7417), + [anon_sym_actual] = ACTIONS(7417), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), [sym_multiline_comment] = ACTIONS(3), }, - [4267] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2308), - [sym__comparison_operator] = STATE(2309), - [sym__in_operator] = STATE(2310), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2311), - [sym__multiplicative_operator] = STATE(2312), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2313), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_COMMA] = ACTIONS(7480), - [anon_sym_RPAREN] = ACTIONS(7480), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7031), - [anon_sym_DOT] = ACTIONS(6387), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7007), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7033), - [anon_sym_DOT_DOT] = ACTIONS(7009), - [anon_sym_QMARK_COLON] = ACTIONS(7035), - [anon_sym_AMP_AMP] = ACTIONS(7037), - [anon_sym_PIPE_PIPE] = ACTIONS(7039), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7041), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7043), - [anon_sym_EQ_EQ] = ACTIONS(7041), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7043), - [anon_sym_LT_EQ] = ACTIONS(7045), - [anon_sym_GT_EQ] = ACTIONS(7045), - [anon_sym_BANGin] = ACTIONS(7047), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7011), - [anon_sym_DASH] = ACTIONS(7011), - [anon_sym_SLASH] = ACTIONS(7013), - [anon_sym_PERCENT] = ACTIONS(7007), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), + [4260] = { + [sym_type_alias] = STATE(8631), + [sym__declaration] = STATE(8631), + [sym_class_declaration] = STATE(8631), + [aux_sym__class_member_declarations] = STATE(4264), + [sym__class_member_declaration] = STATE(8631), + [sym_anonymous_initializer] = STATE(8631), + [sym_companion_object] = STATE(8631), + [sym_function_declaration] = STATE(8631), + [sym_property_declaration] = STATE(8631), + [sym_getter] = STATE(8631), + [sym_setter] = STATE(8631), + [sym_object_declaration] = STATE(8631), + [sym_secondary_constructor] = STATE(8631), + [sym_modifiers] = STATE(7426), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_typealias] = ACTIONS(7381), + [anon_sym_class] = ACTIONS(7383), + [anon_sym_interface] = ACTIONS(7383), + [anon_sym_enum] = ACTIONS(7385), + [anon_sym_constructor] = ACTIONS(7387), + [anon_sym_RBRACE] = ACTIONS(7523), + [anon_sym_val] = ACTIONS(7391), + [anon_sym_var] = ACTIONS(29), + [anon_sym_init] = ACTIONS(7393), + [anon_sym_companion] = ACTIONS(7395), + [anon_sym_object] = ACTIONS(7397), + [anon_sym_fun] = ACTIONS(7399), + [anon_sym_get] = ACTIONS(7401), + [anon_sym_set] = ACTIONS(7403), + [anon_sym_suspend] = ACTIONS(7405), + [anon_sym_sealed] = ACTIONS(7407), + [anon_sym_annotation] = ACTIONS(7407), + [anon_sym_data] = ACTIONS(7407), + [anon_sym_inner] = ACTIONS(7407), + [anon_sym_override] = ACTIONS(7409), + [anon_sym_lateinit] = ACTIONS(7409), + [anon_sym_public] = ACTIONS(7411), + [anon_sym_private] = ACTIONS(7411), + [anon_sym_internal] = ACTIONS(7411), + [anon_sym_protected] = ACTIONS(7411), + [anon_sym_tailrec] = ACTIONS(7405), + [anon_sym_operator] = ACTIONS(7405), + [anon_sym_infix] = ACTIONS(7405), + [anon_sym_inline] = ACTIONS(7405), + [anon_sym_external] = ACTIONS(7405), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(7413), + [anon_sym_final] = ACTIONS(7413), + [anon_sym_open] = ACTIONS(7413), + [anon_sym_vararg] = ACTIONS(7415), + [anon_sym_noinline] = ACTIONS(7415), + [anon_sym_crossinline] = ACTIONS(7415), + [anon_sym_expect] = ACTIONS(7417), + [anon_sym_actual] = ACTIONS(7417), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), [sym_multiline_comment] = ACTIONS(3), }, - [4268] = { - [sym_type_alias] = STATE(8669), - [sym__declaration] = STATE(8669), - [sym_class_declaration] = STATE(8669), - [aux_sym__class_member_declarations] = STATE(4293), - [sym__class_member_declaration] = STATE(8669), - [sym_anonymous_initializer] = STATE(8669), - [sym_companion_object] = STATE(8669), - [sym_function_declaration] = STATE(8669), - [sym_property_declaration] = STATE(8669), - [sym_getter] = STATE(8669), - [sym_setter] = STATE(8669), - [sym_object_declaration] = STATE(8669), - [sym_secondary_constructor] = STATE(8669), - [sym_modifiers] = STATE(7392), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), + [4261] = { + [sym_type_alias] = STATE(8631), + [sym__declaration] = STATE(8631), + [sym_class_declaration] = STATE(8631), + [aux_sym__class_member_declarations] = STATE(4248), + [sym__class_member_declaration] = STATE(8631), + [sym_anonymous_initializer] = STATE(8631), + [sym_companion_object] = STATE(8631), + [sym_function_declaration] = STATE(8631), + [sym_property_declaration] = STATE(8631), + [sym_getter] = STATE(8631), + [sym_setter] = STATE(8631), + [sym_object_declaration] = STATE(8631), + [sym_secondary_constructor] = STATE(8631), + [sym_modifiers] = STATE(7426), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_typealias] = ACTIONS(7373), - [anon_sym_class] = ACTIONS(7375), - [anon_sym_interface] = ACTIONS(7375), - [anon_sym_enum] = ACTIONS(7377), - [anon_sym_constructor] = ACTIONS(7379), - [anon_sym_RBRACE] = ACTIONS(7482), - [anon_sym_val] = ACTIONS(7383), + [anon_sym_typealias] = ACTIONS(7381), + [anon_sym_class] = ACTIONS(7383), + [anon_sym_interface] = ACTIONS(7383), + [anon_sym_enum] = ACTIONS(7385), + [anon_sym_constructor] = ACTIONS(7387), + [anon_sym_RBRACE] = ACTIONS(7527), + [anon_sym_val] = ACTIONS(7391), [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7385), - [anon_sym_companion] = ACTIONS(7387), - [anon_sym_object] = ACTIONS(7389), - [anon_sym_fun] = ACTIONS(7391), - [anon_sym_get] = ACTIONS(7393), - [anon_sym_set] = ACTIONS(7395), - [anon_sym_suspend] = ACTIONS(7397), - [anon_sym_sealed] = ACTIONS(7399), - [anon_sym_annotation] = ACTIONS(7399), - [anon_sym_data] = ACTIONS(7399), - [anon_sym_inner] = ACTIONS(7399), - [anon_sym_override] = ACTIONS(7401), - [anon_sym_lateinit] = ACTIONS(7401), - [anon_sym_public] = ACTIONS(7403), - [anon_sym_private] = ACTIONS(7403), - [anon_sym_internal] = ACTIONS(7403), - [anon_sym_protected] = ACTIONS(7403), - [anon_sym_tailrec] = ACTIONS(7397), - [anon_sym_operator] = ACTIONS(7397), - [anon_sym_infix] = ACTIONS(7397), - [anon_sym_inline] = ACTIONS(7397), - [anon_sym_external] = ACTIONS(7397), + [anon_sym_init] = ACTIONS(7393), + [anon_sym_companion] = ACTIONS(7395), + [anon_sym_object] = ACTIONS(7397), + [anon_sym_fun] = ACTIONS(7399), + [anon_sym_get] = ACTIONS(7401), + [anon_sym_set] = ACTIONS(7403), + [anon_sym_suspend] = ACTIONS(7405), + [anon_sym_sealed] = ACTIONS(7407), + [anon_sym_annotation] = ACTIONS(7407), + [anon_sym_data] = ACTIONS(7407), + [anon_sym_inner] = ACTIONS(7407), + [anon_sym_override] = ACTIONS(7409), + [anon_sym_lateinit] = ACTIONS(7409), + [anon_sym_public] = ACTIONS(7411), + [anon_sym_private] = ACTIONS(7411), + [anon_sym_internal] = ACTIONS(7411), + [anon_sym_protected] = ACTIONS(7411), + [anon_sym_tailrec] = ACTIONS(7405), + [anon_sym_operator] = ACTIONS(7405), + [anon_sym_infix] = ACTIONS(7405), + [anon_sym_inline] = ACTIONS(7405), + [anon_sym_external] = ACTIONS(7405), [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(7405), - [anon_sym_final] = ACTIONS(7405), - [anon_sym_open] = ACTIONS(7405), - [anon_sym_vararg] = ACTIONS(7407), - [anon_sym_noinline] = ACTIONS(7407), - [anon_sym_crossinline] = ACTIONS(7407), - [anon_sym_expect] = ACTIONS(7409), - [anon_sym_actual] = ACTIONS(7409), + [anon_sym_abstract] = ACTIONS(7413), + [anon_sym_final] = ACTIONS(7413), + [anon_sym_open] = ACTIONS(7413), + [anon_sym_vararg] = ACTIONS(7415), + [anon_sym_noinline] = ACTIONS(7415), + [anon_sym_crossinline] = ACTIONS(7415), + [anon_sym_expect] = ACTIONS(7417), + [anon_sym_actual] = ACTIONS(7417), [sym_line_comment] = ACTIONS(3), [sym_multiline_comment] = ACTIONS(3), }, - [4269] = { - [sym_type_alias] = STATE(8669), - [sym__declaration] = STATE(8669), - [sym_class_declaration] = STATE(8669), - [aux_sym__class_member_declarations] = STATE(4293), - [sym__class_member_declaration] = STATE(8669), - [sym_anonymous_initializer] = STATE(8669), - [sym_companion_object] = STATE(8669), - [sym_function_declaration] = STATE(8669), - [sym_property_declaration] = STATE(8669), - [sym_getter] = STATE(8669), - [sym_setter] = STATE(8669), - [sym_object_declaration] = STATE(8669), - [sym_secondary_constructor] = STATE(8669), - [sym_modifiers] = STATE(7392), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), + [4262] = { + [sym_type_alias] = STATE(8631), + [sym__declaration] = STATE(8631), + [sym_class_declaration] = STATE(8631), + [aux_sym__class_member_declarations] = STATE(4274), + [sym__class_member_declaration] = STATE(8631), + [sym_anonymous_initializer] = STATE(8631), + [sym_companion_object] = STATE(8631), + [sym_function_declaration] = STATE(8631), + [sym_property_declaration] = STATE(8631), + [sym_getter] = STATE(8631), + [sym_setter] = STATE(8631), + [sym_object_declaration] = STATE(8631), + [sym_secondary_constructor] = STATE(8631), + [sym_modifiers] = STATE(7426), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_typealias] = ACTIONS(7373), - [anon_sym_class] = ACTIONS(7375), - [anon_sym_interface] = ACTIONS(7375), - [anon_sym_enum] = ACTIONS(7377), - [anon_sym_constructor] = ACTIONS(7379), - [anon_sym_RBRACE] = ACTIONS(7484), - [anon_sym_val] = ACTIONS(7383), + [anon_sym_typealias] = ACTIONS(7381), + [anon_sym_class] = ACTIONS(7383), + [anon_sym_interface] = ACTIONS(7383), + [anon_sym_enum] = ACTIONS(7385), + [anon_sym_constructor] = ACTIONS(7387), + [anon_sym_RBRACE] = ACTIONS(7529), + [anon_sym_val] = ACTIONS(7391), [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7385), - [anon_sym_companion] = ACTIONS(7387), - [anon_sym_object] = ACTIONS(7389), - [anon_sym_fun] = ACTIONS(7391), - [anon_sym_get] = ACTIONS(7393), - [anon_sym_set] = ACTIONS(7395), - [anon_sym_suspend] = ACTIONS(7397), - [anon_sym_sealed] = ACTIONS(7399), - [anon_sym_annotation] = ACTIONS(7399), - [anon_sym_data] = ACTIONS(7399), - [anon_sym_inner] = ACTIONS(7399), - [anon_sym_override] = ACTIONS(7401), - [anon_sym_lateinit] = ACTIONS(7401), - [anon_sym_public] = ACTIONS(7403), - [anon_sym_private] = ACTIONS(7403), - [anon_sym_internal] = ACTIONS(7403), - [anon_sym_protected] = ACTIONS(7403), - [anon_sym_tailrec] = ACTIONS(7397), - [anon_sym_operator] = ACTIONS(7397), - [anon_sym_infix] = ACTIONS(7397), - [anon_sym_inline] = ACTIONS(7397), - [anon_sym_external] = ACTIONS(7397), + [anon_sym_init] = ACTIONS(7393), + [anon_sym_companion] = ACTIONS(7395), + [anon_sym_object] = ACTIONS(7397), + [anon_sym_fun] = ACTIONS(7399), + [anon_sym_get] = ACTIONS(7401), + [anon_sym_set] = ACTIONS(7403), + [anon_sym_suspend] = ACTIONS(7405), + [anon_sym_sealed] = ACTIONS(7407), + [anon_sym_annotation] = ACTIONS(7407), + [anon_sym_data] = ACTIONS(7407), + [anon_sym_inner] = ACTIONS(7407), + [anon_sym_override] = ACTIONS(7409), + [anon_sym_lateinit] = ACTIONS(7409), + [anon_sym_public] = ACTIONS(7411), + [anon_sym_private] = ACTIONS(7411), + [anon_sym_internal] = ACTIONS(7411), + [anon_sym_protected] = ACTIONS(7411), + [anon_sym_tailrec] = ACTIONS(7405), + [anon_sym_operator] = ACTIONS(7405), + [anon_sym_infix] = ACTIONS(7405), + [anon_sym_inline] = ACTIONS(7405), + [anon_sym_external] = ACTIONS(7405), [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(7405), - [anon_sym_final] = ACTIONS(7405), - [anon_sym_open] = ACTIONS(7405), - [anon_sym_vararg] = ACTIONS(7407), - [anon_sym_noinline] = ACTIONS(7407), - [anon_sym_crossinline] = ACTIONS(7407), - [anon_sym_expect] = ACTIONS(7409), - [anon_sym_actual] = ACTIONS(7409), + [anon_sym_abstract] = ACTIONS(7413), + [anon_sym_final] = ACTIONS(7413), + [anon_sym_open] = ACTIONS(7413), + [anon_sym_vararg] = ACTIONS(7415), + [anon_sym_noinline] = ACTIONS(7415), + [anon_sym_crossinline] = ACTIONS(7415), + [anon_sym_expect] = ACTIONS(7417), + [anon_sym_actual] = ACTIONS(7417), [sym_line_comment] = ACTIONS(3), [sym_multiline_comment] = ACTIONS(3), }, - [4270] = { - [sym_type_alias] = STATE(8669), - [sym__declaration] = STATE(8669), - [sym_class_declaration] = STATE(8669), - [aux_sym__class_member_declarations] = STATE(4268), - [sym__class_member_declaration] = STATE(8669), - [sym_anonymous_initializer] = STATE(8669), - [sym_companion_object] = STATE(8669), - [sym_function_declaration] = STATE(8669), - [sym_property_declaration] = STATE(8669), - [sym_getter] = STATE(8669), - [sym_setter] = STATE(8669), - [sym_object_declaration] = STATE(8669), - [sym_secondary_constructor] = STATE(8669), - [sym_modifiers] = STATE(7392), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), + [4263] = { + [sym_type_alias] = STATE(8631), + [sym__declaration] = STATE(8631), + [sym_class_declaration] = STATE(8631), + [aux_sym__class_member_declarations] = STATE(4234), + [sym__class_member_declaration] = STATE(8631), + [sym_anonymous_initializer] = STATE(8631), + [sym_companion_object] = STATE(8631), + [sym_function_declaration] = STATE(8631), + [sym_property_declaration] = STATE(8631), + [sym_getter] = STATE(8631), + [sym_setter] = STATE(8631), + [sym_object_declaration] = STATE(8631), + [sym_secondary_constructor] = STATE(8631), + [sym_modifiers] = STATE(7426), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_typealias] = ACTIONS(7373), - [anon_sym_class] = ACTIONS(7375), - [anon_sym_interface] = ACTIONS(7375), - [anon_sym_enum] = ACTIONS(7377), - [anon_sym_constructor] = ACTIONS(7379), - [anon_sym_RBRACE] = ACTIONS(7486), - [anon_sym_val] = ACTIONS(7383), + [anon_sym_typealias] = ACTIONS(7381), + [anon_sym_class] = ACTIONS(7383), + [anon_sym_interface] = ACTIONS(7383), + [anon_sym_enum] = ACTIONS(7385), + [anon_sym_constructor] = ACTIONS(7387), + [anon_sym_RBRACE] = ACTIONS(7531), + [anon_sym_val] = ACTIONS(7391), [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7385), - [anon_sym_companion] = ACTIONS(7387), - [anon_sym_object] = ACTIONS(7389), - [anon_sym_fun] = ACTIONS(7391), - [anon_sym_get] = ACTIONS(7393), - [anon_sym_set] = ACTIONS(7395), - [anon_sym_suspend] = ACTIONS(7397), - [anon_sym_sealed] = ACTIONS(7399), - [anon_sym_annotation] = ACTIONS(7399), - [anon_sym_data] = ACTIONS(7399), - [anon_sym_inner] = ACTIONS(7399), - [anon_sym_override] = ACTIONS(7401), - [anon_sym_lateinit] = ACTIONS(7401), - [anon_sym_public] = ACTIONS(7403), - [anon_sym_private] = ACTIONS(7403), - [anon_sym_internal] = ACTIONS(7403), - [anon_sym_protected] = ACTIONS(7403), - [anon_sym_tailrec] = ACTIONS(7397), - [anon_sym_operator] = ACTIONS(7397), - [anon_sym_infix] = ACTIONS(7397), - [anon_sym_inline] = ACTIONS(7397), - [anon_sym_external] = ACTIONS(7397), + [anon_sym_init] = ACTIONS(7393), + [anon_sym_companion] = ACTIONS(7395), + [anon_sym_object] = ACTIONS(7397), + [anon_sym_fun] = ACTIONS(7399), + [anon_sym_get] = ACTIONS(7401), + [anon_sym_set] = ACTIONS(7403), + [anon_sym_suspend] = ACTIONS(7405), + [anon_sym_sealed] = ACTIONS(7407), + [anon_sym_annotation] = ACTIONS(7407), + [anon_sym_data] = ACTIONS(7407), + [anon_sym_inner] = ACTIONS(7407), + [anon_sym_override] = ACTIONS(7409), + [anon_sym_lateinit] = ACTIONS(7409), + [anon_sym_public] = ACTIONS(7411), + [anon_sym_private] = ACTIONS(7411), + [anon_sym_internal] = ACTIONS(7411), + [anon_sym_protected] = ACTIONS(7411), + [anon_sym_tailrec] = ACTIONS(7405), + [anon_sym_operator] = ACTIONS(7405), + [anon_sym_infix] = ACTIONS(7405), + [anon_sym_inline] = ACTIONS(7405), + [anon_sym_external] = ACTIONS(7405), [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(7405), - [anon_sym_final] = ACTIONS(7405), - [anon_sym_open] = ACTIONS(7405), - [anon_sym_vararg] = ACTIONS(7407), - [anon_sym_noinline] = ACTIONS(7407), - [anon_sym_crossinline] = ACTIONS(7407), - [anon_sym_expect] = ACTIONS(7409), - [anon_sym_actual] = ACTIONS(7409), + [anon_sym_abstract] = ACTIONS(7413), + [anon_sym_final] = ACTIONS(7413), + [anon_sym_open] = ACTIONS(7413), + [anon_sym_vararg] = ACTIONS(7415), + [anon_sym_noinline] = ACTIONS(7415), + [anon_sym_crossinline] = ACTIONS(7415), + [anon_sym_expect] = ACTIONS(7417), + [anon_sym_actual] = ACTIONS(7417), [sym_line_comment] = ACTIONS(3), [sym_multiline_comment] = ACTIONS(3), }, - [4271] = { - [sym_type_alias] = STATE(8669), - [sym__declaration] = STATE(8669), - [sym_class_declaration] = STATE(8669), - [aux_sym__class_member_declarations] = STATE(4234), - [sym__class_member_declaration] = STATE(8669), - [sym_anonymous_initializer] = STATE(8669), - [sym_companion_object] = STATE(8669), - [sym_function_declaration] = STATE(8669), - [sym_property_declaration] = STATE(8669), - [sym_getter] = STATE(8669), - [sym_setter] = STATE(8669), - [sym_object_declaration] = STATE(8669), - [sym_secondary_constructor] = STATE(8669), - [sym_modifiers] = STATE(7392), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), + [4264] = { + [sym_type_alias] = STATE(8631), + [sym__declaration] = STATE(8631), + [sym_class_declaration] = STATE(8631), + [aux_sym__class_member_declarations] = STATE(4248), + [sym__class_member_declaration] = STATE(8631), + [sym_anonymous_initializer] = STATE(8631), + [sym_companion_object] = STATE(8631), + [sym_function_declaration] = STATE(8631), + [sym_property_declaration] = STATE(8631), + [sym_getter] = STATE(8631), + [sym_setter] = STATE(8631), + [sym_object_declaration] = STATE(8631), + [sym_secondary_constructor] = STATE(8631), + [sym_modifiers] = STATE(7426), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_typealias] = ACTIONS(7373), - [anon_sym_class] = ACTIONS(7375), - [anon_sym_interface] = ACTIONS(7375), - [anon_sym_enum] = ACTIONS(7377), - [anon_sym_constructor] = ACTIONS(7379), - [anon_sym_RBRACE] = ACTIONS(7488), - [anon_sym_val] = ACTIONS(7383), + [anon_sym_typealias] = ACTIONS(7381), + [anon_sym_class] = ACTIONS(7383), + [anon_sym_interface] = ACTIONS(7383), + [anon_sym_enum] = ACTIONS(7385), + [anon_sym_constructor] = ACTIONS(7387), + [anon_sym_RBRACE] = ACTIONS(7533), + [anon_sym_val] = ACTIONS(7391), [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7385), - [anon_sym_companion] = ACTIONS(7387), - [anon_sym_object] = ACTIONS(7389), - [anon_sym_fun] = ACTIONS(7391), - [anon_sym_get] = ACTIONS(7393), - [anon_sym_set] = ACTIONS(7395), - [anon_sym_suspend] = ACTIONS(7397), - [anon_sym_sealed] = ACTIONS(7399), - [anon_sym_annotation] = ACTIONS(7399), - [anon_sym_data] = ACTIONS(7399), - [anon_sym_inner] = ACTIONS(7399), - [anon_sym_override] = ACTIONS(7401), - [anon_sym_lateinit] = ACTIONS(7401), - [anon_sym_public] = ACTIONS(7403), - [anon_sym_private] = ACTIONS(7403), - [anon_sym_internal] = ACTIONS(7403), - [anon_sym_protected] = ACTIONS(7403), - [anon_sym_tailrec] = ACTIONS(7397), - [anon_sym_operator] = ACTIONS(7397), - [anon_sym_infix] = ACTIONS(7397), - [anon_sym_inline] = ACTIONS(7397), - [anon_sym_external] = ACTIONS(7397), + [anon_sym_init] = ACTIONS(7393), + [anon_sym_companion] = ACTIONS(7395), + [anon_sym_object] = ACTIONS(7397), + [anon_sym_fun] = ACTIONS(7399), + [anon_sym_get] = ACTIONS(7401), + [anon_sym_set] = ACTIONS(7403), + [anon_sym_suspend] = ACTIONS(7405), + [anon_sym_sealed] = ACTIONS(7407), + [anon_sym_annotation] = ACTIONS(7407), + [anon_sym_data] = ACTIONS(7407), + [anon_sym_inner] = ACTIONS(7407), + [anon_sym_override] = ACTIONS(7409), + [anon_sym_lateinit] = ACTIONS(7409), + [anon_sym_public] = ACTIONS(7411), + [anon_sym_private] = ACTIONS(7411), + [anon_sym_internal] = ACTIONS(7411), + [anon_sym_protected] = ACTIONS(7411), + [anon_sym_tailrec] = ACTIONS(7405), + [anon_sym_operator] = ACTIONS(7405), + [anon_sym_infix] = ACTIONS(7405), + [anon_sym_inline] = ACTIONS(7405), + [anon_sym_external] = ACTIONS(7405), [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(7405), - [anon_sym_final] = ACTIONS(7405), - [anon_sym_open] = ACTIONS(7405), - [anon_sym_vararg] = ACTIONS(7407), - [anon_sym_noinline] = ACTIONS(7407), - [anon_sym_crossinline] = ACTIONS(7407), - [anon_sym_expect] = ACTIONS(7409), - [anon_sym_actual] = ACTIONS(7409), + [anon_sym_abstract] = ACTIONS(7413), + [anon_sym_final] = ACTIONS(7413), + [anon_sym_open] = ACTIONS(7413), + [anon_sym_vararg] = ACTIONS(7415), + [anon_sym_noinline] = ACTIONS(7415), + [anon_sym_crossinline] = ACTIONS(7415), + [anon_sym_expect] = ACTIONS(7417), + [anon_sym_actual] = ACTIONS(7417), [sym_line_comment] = ACTIONS(3), [sym_multiline_comment] = ACTIONS(3), }, - [4272] = { - [sym_type_alias] = STATE(8669), - [sym__declaration] = STATE(8669), - [sym_class_declaration] = STATE(8669), - [aux_sym__class_member_declarations] = STATE(4293), - [sym__class_member_declaration] = STATE(8669), - [sym_anonymous_initializer] = STATE(8669), - [sym_companion_object] = STATE(8669), - [sym_function_declaration] = STATE(8669), - [sym_property_declaration] = STATE(8669), - [sym_getter] = STATE(8669), - [sym_setter] = STATE(8669), - [sym_object_declaration] = STATE(8669), - [sym_secondary_constructor] = STATE(8669), - [sym_modifiers] = STATE(7392), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), + [4265] = { + [sym_type_alias] = STATE(8631), + [sym__declaration] = STATE(8631), + [sym_class_declaration] = STATE(8631), + [aux_sym__class_member_declarations] = STATE(4243), + [sym__class_member_declaration] = STATE(8631), + [sym_anonymous_initializer] = STATE(8631), + [sym_companion_object] = STATE(8631), + [sym_function_declaration] = STATE(8631), + [sym_property_declaration] = STATE(8631), + [sym_getter] = STATE(8631), + [sym_setter] = STATE(8631), + [sym_object_declaration] = STATE(8631), + [sym_secondary_constructor] = STATE(8631), + [sym_modifiers] = STATE(7426), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_typealias] = ACTIONS(7373), - [anon_sym_class] = ACTIONS(7375), - [anon_sym_interface] = ACTIONS(7375), - [anon_sym_enum] = ACTIONS(7377), - [anon_sym_constructor] = ACTIONS(7379), - [anon_sym_RBRACE] = ACTIONS(7486), - [anon_sym_val] = ACTIONS(7383), + [anon_sym_typealias] = ACTIONS(7381), + [anon_sym_class] = ACTIONS(7383), + [anon_sym_interface] = ACTIONS(7383), + [anon_sym_enum] = ACTIONS(7385), + [anon_sym_constructor] = ACTIONS(7387), + [anon_sym_RBRACE] = ACTIONS(7535), + [anon_sym_val] = ACTIONS(7391), [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7385), - [anon_sym_companion] = ACTIONS(7387), - [anon_sym_object] = ACTIONS(7389), - [anon_sym_fun] = ACTIONS(7391), - [anon_sym_get] = ACTIONS(7393), - [anon_sym_set] = ACTIONS(7395), - [anon_sym_suspend] = ACTIONS(7397), - [anon_sym_sealed] = ACTIONS(7399), - [anon_sym_annotation] = ACTIONS(7399), - [anon_sym_data] = ACTIONS(7399), - [anon_sym_inner] = ACTIONS(7399), - [anon_sym_override] = ACTIONS(7401), - [anon_sym_lateinit] = ACTIONS(7401), - [anon_sym_public] = ACTIONS(7403), - [anon_sym_private] = ACTIONS(7403), - [anon_sym_internal] = ACTIONS(7403), - [anon_sym_protected] = ACTIONS(7403), - [anon_sym_tailrec] = ACTIONS(7397), - [anon_sym_operator] = ACTIONS(7397), - [anon_sym_infix] = ACTIONS(7397), - [anon_sym_inline] = ACTIONS(7397), - [anon_sym_external] = ACTIONS(7397), + [anon_sym_init] = ACTIONS(7393), + [anon_sym_companion] = ACTIONS(7395), + [anon_sym_object] = ACTIONS(7397), + [anon_sym_fun] = ACTIONS(7399), + [anon_sym_get] = ACTIONS(7401), + [anon_sym_set] = ACTIONS(7403), + [anon_sym_suspend] = ACTIONS(7405), + [anon_sym_sealed] = ACTIONS(7407), + [anon_sym_annotation] = ACTIONS(7407), + [anon_sym_data] = ACTIONS(7407), + [anon_sym_inner] = ACTIONS(7407), + [anon_sym_override] = ACTIONS(7409), + [anon_sym_lateinit] = ACTIONS(7409), + [anon_sym_public] = ACTIONS(7411), + [anon_sym_private] = ACTIONS(7411), + [anon_sym_internal] = ACTIONS(7411), + [anon_sym_protected] = ACTIONS(7411), + [anon_sym_tailrec] = ACTIONS(7405), + [anon_sym_operator] = ACTIONS(7405), + [anon_sym_infix] = ACTIONS(7405), + [anon_sym_inline] = ACTIONS(7405), + [anon_sym_external] = ACTIONS(7405), [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(7405), - [anon_sym_final] = ACTIONS(7405), - [anon_sym_open] = ACTIONS(7405), - [anon_sym_vararg] = ACTIONS(7407), - [anon_sym_noinline] = ACTIONS(7407), - [anon_sym_crossinline] = ACTIONS(7407), - [anon_sym_expect] = ACTIONS(7409), - [anon_sym_actual] = ACTIONS(7409), + [anon_sym_abstract] = ACTIONS(7413), + [anon_sym_final] = ACTIONS(7413), + [anon_sym_open] = ACTIONS(7413), + [anon_sym_vararg] = ACTIONS(7415), + [anon_sym_noinline] = ACTIONS(7415), + [anon_sym_crossinline] = ACTIONS(7415), + [anon_sym_expect] = ACTIONS(7417), + [anon_sym_actual] = ACTIONS(7417), [sym_line_comment] = ACTIONS(3), [sym_multiline_comment] = ACTIONS(3), }, - [4273] = { - [sym_type_alias] = STATE(8669), - [sym__declaration] = STATE(8669), - [sym_class_declaration] = STATE(8669), - [aux_sym__class_member_declarations] = STATE(4293), - [sym__class_member_declaration] = STATE(8669), - [sym_anonymous_initializer] = STATE(8669), - [sym_companion_object] = STATE(8669), - [sym_function_declaration] = STATE(8669), - [sym_property_declaration] = STATE(8669), - [sym_getter] = STATE(8669), - [sym_setter] = STATE(8669), - [sym_object_declaration] = STATE(8669), - [sym_secondary_constructor] = STATE(8669), - [sym_modifiers] = STATE(7392), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), + [4266] = { + [sym_type_alias] = STATE(8631), + [sym__declaration] = STATE(8631), + [sym_class_declaration] = STATE(8631), + [aux_sym__class_member_declarations] = STATE(4248), + [sym__class_member_declaration] = STATE(8631), + [sym_anonymous_initializer] = STATE(8631), + [sym_companion_object] = STATE(8631), + [sym_function_declaration] = STATE(8631), + [sym_property_declaration] = STATE(8631), + [sym_getter] = STATE(8631), + [sym_setter] = STATE(8631), + [sym_object_declaration] = STATE(8631), + [sym_secondary_constructor] = STATE(8631), + [sym_modifiers] = STATE(7426), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_typealias] = ACTIONS(7373), - [anon_sym_class] = ACTIONS(7375), - [anon_sym_interface] = ACTIONS(7375), - [anon_sym_enum] = ACTIONS(7377), - [anon_sym_constructor] = ACTIONS(7379), - [anon_sym_RBRACE] = ACTIONS(7490), - [anon_sym_val] = ACTIONS(7383), + [anon_sym_typealias] = ACTIONS(7381), + [anon_sym_class] = ACTIONS(7383), + [anon_sym_interface] = ACTIONS(7383), + [anon_sym_enum] = ACTIONS(7385), + [anon_sym_constructor] = ACTIONS(7387), + [anon_sym_RBRACE] = ACTIONS(7537), + [anon_sym_val] = ACTIONS(7391), [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7385), - [anon_sym_companion] = ACTIONS(7387), - [anon_sym_object] = ACTIONS(7389), - [anon_sym_fun] = ACTIONS(7391), - [anon_sym_get] = ACTIONS(7393), - [anon_sym_set] = ACTIONS(7395), - [anon_sym_suspend] = ACTIONS(7397), - [anon_sym_sealed] = ACTIONS(7399), - [anon_sym_annotation] = ACTIONS(7399), - [anon_sym_data] = ACTIONS(7399), - [anon_sym_inner] = ACTIONS(7399), - [anon_sym_override] = ACTIONS(7401), - [anon_sym_lateinit] = ACTIONS(7401), - [anon_sym_public] = ACTIONS(7403), - [anon_sym_private] = ACTIONS(7403), - [anon_sym_internal] = ACTIONS(7403), - [anon_sym_protected] = ACTIONS(7403), - [anon_sym_tailrec] = ACTIONS(7397), - [anon_sym_operator] = ACTIONS(7397), - [anon_sym_infix] = ACTIONS(7397), - [anon_sym_inline] = ACTIONS(7397), - [anon_sym_external] = ACTIONS(7397), + [anon_sym_init] = ACTIONS(7393), + [anon_sym_companion] = ACTIONS(7395), + [anon_sym_object] = ACTIONS(7397), + [anon_sym_fun] = ACTIONS(7399), + [anon_sym_get] = ACTIONS(7401), + [anon_sym_set] = ACTIONS(7403), + [anon_sym_suspend] = ACTIONS(7405), + [anon_sym_sealed] = ACTIONS(7407), + [anon_sym_annotation] = ACTIONS(7407), + [anon_sym_data] = ACTIONS(7407), + [anon_sym_inner] = ACTIONS(7407), + [anon_sym_override] = ACTIONS(7409), + [anon_sym_lateinit] = ACTIONS(7409), + [anon_sym_public] = ACTIONS(7411), + [anon_sym_private] = ACTIONS(7411), + [anon_sym_internal] = ACTIONS(7411), + [anon_sym_protected] = ACTIONS(7411), + [anon_sym_tailrec] = ACTIONS(7405), + [anon_sym_operator] = ACTIONS(7405), + [anon_sym_infix] = ACTIONS(7405), + [anon_sym_inline] = ACTIONS(7405), + [anon_sym_external] = ACTIONS(7405), [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(7405), - [anon_sym_final] = ACTIONS(7405), - [anon_sym_open] = ACTIONS(7405), - [anon_sym_vararg] = ACTIONS(7407), - [anon_sym_noinline] = ACTIONS(7407), - [anon_sym_crossinline] = ACTIONS(7407), - [anon_sym_expect] = ACTIONS(7409), - [anon_sym_actual] = ACTIONS(7409), + [anon_sym_abstract] = ACTIONS(7413), + [anon_sym_final] = ACTIONS(7413), + [anon_sym_open] = ACTIONS(7413), + [anon_sym_vararg] = ACTIONS(7415), + [anon_sym_noinline] = ACTIONS(7415), + [anon_sym_crossinline] = ACTIONS(7415), + [anon_sym_expect] = ACTIONS(7417), + [anon_sym_actual] = ACTIONS(7417), [sym_line_comment] = ACTIONS(3), [sym_multiline_comment] = ACTIONS(3), }, - [4274] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2308), - [sym__comparison_operator] = STATE(2309), - [sym__in_operator] = STATE(2310), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2311), - [sym__multiplicative_operator] = STATE(2312), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2313), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4267] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(1850), + [sym__comparison_operator] = STATE(1849), + [sym__in_operator] = STATE(1845), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(1842), + [sym__multiplicative_operator] = STATE(1841), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1838), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_COMMA] = ACTIONS(3001), - [anon_sym_RPAREN] = ACTIONS(3001), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_COMMA] = ACTIONS(7539), + [anon_sym_RPAREN] = ACTIONS(7539), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7031), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7038), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7007), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7033), - [anon_sym_DOT_DOT] = ACTIONS(7009), - [anon_sym_QMARK_COLON] = ACTIONS(7035), - [anon_sym_AMP_AMP] = ACTIONS(7037), - [anon_sym_PIPE_PIPE] = ACTIONS(7039), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7041), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7043), - [anon_sym_EQ_EQ] = ACTIONS(7041), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7043), - [anon_sym_LT_EQ] = ACTIONS(7045), - [anon_sym_GT_EQ] = ACTIONS(7045), - [anon_sym_BANGin] = ACTIONS(7047), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7011), - [anon_sym_DASH] = ACTIONS(7011), - [anon_sym_SLASH] = ACTIONS(7013), - [anon_sym_PERCENT] = ACTIONS(7007), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7040), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7042), + [anon_sym_DOT_DOT] = ACTIONS(7044), + [anon_sym_QMARK_COLON] = ACTIONS(7046), + [anon_sym_AMP_AMP] = ACTIONS(7048), + [anon_sym_PIPE_PIPE] = ACTIONS(7050), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7052), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7054), + [anon_sym_EQ_EQ] = ACTIONS(7052), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7054), + [anon_sym_LT_EQ] = ACTIONS(7056), + [anon_sym_GT_EQ] = ACTIONS(7056), + [anon_sym_BANGin] = ACTIONS(7058), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7060), + [anon_sym_DASH] = ACTIONS(7060), + [anon_sym_SLASH] = ACTIONS(7062), + [anon_sym_PERCENT] = ACTIONS(7040), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4275] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2308), - [sym__comparison_operator] = STATE(2309), - [sym__in_operator] = STATE(2310), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2311), - [sym__multiplicative_operator] = STATE(2312), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2313), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4268] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(1850), + [sym__comparison_operator] = STATE(1849), + [sym__in_operator] = STATE(1845), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(1842), + [sym__multiplicative_operator] = STATE(1841), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1838), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_COMMA] = ACTIONS(7492), - [anon_sym_RPAREN] = ACTIONS(7492), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_COMMA] = ACTIONS(7541), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7031), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7038), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7007), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7033), - [anon_sym_DOT_DOT] = ACTIONS(7009), - [anon_sym_QMARK_COLON] = ACTIONS(7035), - [anon_sym_AMP_AMP] = ACTIONS(7037), - [anon_sym_PIPE_PIPE] = ACTIONS(7039), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7041), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7043), - [anon_sym_EQ_EQ] = ACTIONS(7041), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7043), - [anon_sym_LT_EQ] = ACTIONS(7045), - [anon_sym_GT_EQ] = ACTIONS(7045), - [anon_sym_BANGin] = ACTIONS(7047), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7011), - [anon_sym_DASH] = ACTIONS(7011), - [anon_sym_SLASH] = ACTIONS(7013), - [anon_sym_PERCENT] = ACTIONS(7007), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7040), + [anon_sym_DASH_GT] = ACTIONS(7541), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7042), + [anon_sym_DOT_DOT] = ACTIONS(7044), + [anon_sym_QMARK_COLON] = ACTIONS(7046), + [anon_sym_AMP_AMP] = ACTIONS(7048), + [anon_sym_PIPE_PIPE] = ACTIONS(7050), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7052), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7054), + [anon_sym_EQ_EQ] = ACTIONS(7052), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7054), + [anon_sym_LT_EQ] = ACTIONS(7056), + [anon_sym_GT_EQ] = ACTIONS(7056), + [anon_sym_BANGin] = ACTIONS(7058), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7060), + [anon_sym_DASH] = ACTIONS(7060), + [anon_sym_SLASH] = ACTIONS(7062), + [anon_sym_PERCENT] = ACTIONS(7040), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4276] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2308), - [sym__comparison_operator] = STATE(2309), - [sym__in_operator] = STATE(2310), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2311), - [sym__multiplicative_operator] = STATE(2312), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2313), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4269] = { + [sym_type_alias] = STATE(8631), + [sym__declaration] = STATE(8631), + [sym_class_declaration] = STATE(8631), + [aux_sym__class_member_declarations] = STATE(4248), + [sym__class_member_declaration] = STATE(8631), + [sym_anonymous_initializer] = STATE(8631), + [sym_companion_object] = STATE(8631), + [sym_function_declaration] = STATE(8631), + [sym_property_declaration] = STATE(8631), + [sym_getter] = STATE(8631), + [sym_setter] = STATE(8631), + [sym_object_declaration] = STATE(8631), + [sym_secondary_constructor] = STATE(8631), + [sym_modifiers] = STATE(7426), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_typealias] = ACTIONS(7381), + [anon_sym_class] = ACTIONS(7383), + [anon_sym_interface] = ACTIONS(7383), + [anon_sym_enum] = ACTIONS(7385), + [anon_sym_constructor] = ACTIONS(7387), + [anon_sym_RBRACE] = ACTIONS(7543), + [anon_sym_val] = ACTIONS(7391), + [anon_sym_var] = ACTIONS(29), + [anon_sym_init] = ACTIONS(7393), + [anon_sym_companion] = ACTIONS(7395), + [anon_sym_object] = ACTIONS(7397), + [anon_sym_fun] = ACTIONS(7399), + [anon_sym_get] = ACTIONS(7401), + [anon_sym_set] = ACTIONS(7403), + [anon_sym_suspend] = ACTIONS(7405), + [anon_sym_sealed] = ACTIONS(7407), + [anon_sym_annotation] = ACTIONS(7407), + [anon_sym_data] = ACTIONS(7407), + [anon_sym_inner] = ACTIONS(7407), + [anon_sym_override] = ACTIONS(7409), + [anon_sym_lateinit] = ACTIONS(7409), + [anon_sym_public] = ACTIONS(7411), + [anon_sym_private] = ACTIONS(7411), + [anon_sym_internal] = ACTIONS(7411), + [anon_sym_protected] = ACTIONS(7411), + [anon_sym_tailrec] = ACTIONS(7405), + [anon_sym_operator] = ACTIONS(7405), + [anon_sym_infix] = ACTIONS(7405), + [anon_sym_inline] = ACTIONS(7405), + [anon_sym_external] = ACTIONS(7405), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(7413), + [anon_sym_final] = ACTIONS(7413), + [anon_sym_open] = ACTIONS(7413), + [anon_sym_vararg] = ACTIONS(7415), + [anon_sym_noinline] = ACTIONS(7415), + [anon_sym_crossinline] = ACTIONS(7415), + [anon_sym_expect] = ACTIONS(7417), + [anon_sym_actual] = ACTIONS(7417), + [sym_line_comment] = ACTIONS(3), + [sym_multiline_comment] = ACTIONS(3), + }, + [4270] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(1850), + [sym__comparison_operator] = STATE(1849), + [sym__in_operator] = STATE(1845), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(1842), + [sym__multiplicative_operator] = STATE(1841), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1838), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_COMMA] = ACTIONS(7494), - [anon_sym_RPAREN] = ACTIONS(7494), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_COMMA] = ACTIONS(7545), + [anon_sym_RPAREN] = ACTIONS(7545), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7031), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7038), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7007), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7033), - [anon_sym_DOT_DOT] = ACTIONS(7009), - [anon_sym_QMARK_COLON] = ACTIONS(7035), - [anon_sym_AMP_AMP] = ACTIONS(7037), - [anon_sym_PIPE_PIPE] = ACTIONS(7039), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7041), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7043), - [anon_sym_EQ_EQ] = ACTIONS(7041), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7043), - [anon_sym_LT_EQ] = ACTIONS(7045), - [anon_sym_GT_EQ] = ACTIONS(7045), - [anon_sym_BANGin] = ACTIONS(7047), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7011), - [anon_sym_DASH] = ACTIONS(7011), - [anon_sym_SLASH] = ACTIONS(7013), - [anon_sym_PERCENT] = ACTIONS(7007), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7040), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7042), + [anon_sym_DOT_DOT] = ACTIONS(7044), + [anon_sym_QMARK_COLON] = ACTIONS(7046), + [anon_sym_AMP_AMP] = ACTIONS(7048), + [anon_sym_PIPE_PIPE] = ACTIONS(7050), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7052), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7054), + [anon_sym_EQ_EQ] = ACTIONS(7052), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7054), + [anon_sym_LT_EQ] = ACTIONS(7056), + [anon_sym_GT_EQ] = ACTIONS(7056), + [anon_sym_BANGin] = ACTIONS(7058), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7060), + [anon_sym_DASH] = ACTIONS(7060), + [anon_sym_SLASH] = ACTIONS(7062), + [anon_sym_PERCENT] = ACTIONS(7040), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), + [sym_multiline_comment] = ACTIONS(3), + }, + [4271] = { + [sym_type_alias] = STATE(8631), + [sym__declaration] = STATE(8631), + [sym_class_declaration] = STATE(8631), + [aux_sym__class_member_declarations] = STATE(4231), + [sym__class_member_declaration] = STATE(8631), + [sym_anonymous_initializer] = STATE(8631), + [sym_companion_object] = STATE(8631), + [sym_function_declaration] = STATE(8631), + [sym_property_declaration] = STATE(8631), + [sym_getter] = STATE(8631), + [sym_setter] = STATE(8631), + [sym_object_declaration] = STATE(8631), + [sym_secondary_constructor] = STATE(8631), + [sym_modifiers] = STATE(7426), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_typealias] = ACTIONS(7381), + [anon_sym_class] = ACTIONS(7383), + [anon_sym_interface] = ACTIONS(7383), + [anon_sym_enum] = ACTIONS(7385), + [anon_sym_constructor] = ACTIONS(7387), + [anon_sym_RBRACE] = ACTIONS(7547), + [anon_sym_val] = ACTIONS(7391), + [anon_sym_var] = ACTIONS(29), + [anon_sym_init] = ACTIONS(7393), + [anon_sym_companion] = ACTIONS(7395), + [anon_sym_object] = ACTIONS(7397), + [anon_sym_fun] = ACTIONS(7399), + [anon_sym_get] = ACTIONS(7401), + [anon_sym_set] = ACTIONS(7403), + [anon_sym_suspend] = ACTIONS(7405), + [anon_sym_sealed] = ACTIONS(7407), + [anon_sym_annotation] = ACTIONS(7407), + [anon_sym_data] = ACTIONS(7407), + [anon_sym_inner] = ACTIONS(7407), + [anon_sym_override] = ACTIONS(7409), + [anon_sym_lateinit] = ACTIONS(7409), + [anon_sym_public] = ACTIONS(7411), + [anon_sym_private] = ACTIONS(7411), + [anon_sym_internal] = ACTIONS(7411), + [anon_sym_protected] = ACTIONS(7411), + [anon_sym_tailrec] = ACTIONS(7405), + [anon_sym_operator] = ACTIONS(7405), + [anon_sym_infix] = ACTIONS(7405), + [anon_sym_inline] = ACTIONS(7405), + [anon_sym_external] = ACTIONS(7405), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(7413), + [anon_sym_final] = ACTIONS(7413), + [anon_sym_open] = ACTIONS(7413), + [anon_sym_vararg] = ACTIONS(7415), + [anon_sym_noinline] = ACTIONS(7415), + [anon_sym_crossinline] = ACTIONS(7415), + [anon_sym_expect] = ACTIONS(7417), + [anon_sym_actual] = ACTIONS(7417), + [sym_line_comment] = ACTIONS(3), + [sym_multiline_comment] = ACTIONS(3), + }, + [4272] = { + [sym_type_alias] = STATE(8631), + [sym__declaration] = STATE(8631), + [sym_class_declaration] = STATE(8631), + [aux_sym__class_member_declarations] = STATE(4266), + [sym__class_member_declaration] = STATE(8631), + [sym_anonymous_initializer] = STATE(8631), + [sym_companion_object] = STATE(8631), + [sym_function_declaration] = STATE(8631), + [sym_property_declaration] = STATE(8631), + [sym_getter] = STATE(8631), + [sym_setter] = STATE(8631), + [sym_object_declaration] = STATE(8631), + [sym_secondary_constructor] = STATE(8631), + [sym_modifiers] = STATE(7426), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_typealias] = ACTIONS(7381), + [anon_sym_class] = ACTIONS(7383), + [anon_sym_interface] = ACTIONS(7383), + [anon_sym_enum] = ACTIONS(7385), + [anon_sym_constructor] = ACTIONS(7387), + [anon_sym_RBRACE] = ACTIONS(7549), + [anon_sym_val] = ACTIONS(7391), + [anon_sym_var] = ACTIONS(29), + [anon_sym_init] = ACTIONS(7393), + [anon_sym_companion] = ACTIONS(7395), + [anon_sym_object] = ACTIONS(7397), + [anon_sym_fun] = ACTIONS(7399), + [anon_sym_get] = ACTIONS(7401), + [anon_sym_set] = ACTIONS(7403), + [anon_sym_suspend] = ACTIONS(7405), + [anon_sym_sealed] = ACTIONS(7407), + [anon_sym_annotation] = ACTIONS(7407), + [anon_sym_data] = ACTIONS(7407), + [anon_sym_inner] = ACTIONS(7407), + [anon_sym_override] = ACTIONS(7409), + [anon_sym_lateinit] = ACTIONS(7409), + [anon_sym_public] = ACTIONS(7411), + [anon_sym_private] = ACTIONS(7411), + [anon_sym_internal] = ACTIONS(7411), + [anon_sym_protected] = ACTIONS(7411), + [anon_sym_tailrec] = ACTIONS(7405), + [anon_sym_operator] = ACTIONS(7405), + [anon_sym_infix] = ACTIONS(7405), + [anon_sym_inline] = ACTIONS(7405), + [anon_sym_external] = ACTIONS(7405), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(7413), + [anon_sym_final] = ACTIONS(7413), + [anon_sym_open] = ACTIONS(7413), + [anon_sym_vararg] = ACTIONS(7415), + [anon_sym_noinline] = ACTIONS(7415), + [anon_sym_crossinline] = ACTIONS(7415), + [anon_sym_expect] = ACTIONS(7417), + [anon_sym_actual] = ACTIONS(7417), + [sym_line_comment] = ACTIONS(3), + [sym_multiline_comment] = ACTIONS(3), + }, + [4273] = { + [sym_type_alias] = STATE(8631), + [sym__declaration] = STATE(8631), + [sym_class_declaration] = STATE(8631), + [aux_sym__class_member_declarations] = STATE(4248), + [sym__class_member_declaration] = STATE(8631), + [sym_anonymous_initializer] = STATE(8631), + [sym_companion_object] = STATE(8631), + [sym_function_declaration] = STATE(8631), + [sym_property_declaration] = STATE(8631), + [sym_getter] = STATE(8631), + [sym_setter] = STATE(8631), + [sym_object_declaration] = STATE(8631), + [sym_secondary_constructor] = STATE(8631), + [sym_modifiers] = STATE(7426), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_typealias] = ACTIONS(7381), + [anon_sym_class] = ACTIONS(7383), + [anon_sym_interface] = ACTIONS(7383), + [anon_sym_enum] = ACTIONS(7385), + [anon_sym_constructor] = ACTIONS(7387), + [anon_sym_RBRACE] = ACTIONS(7551), + [anon_sym_val] = ACTIONS(7391), + [anon_sym_var] = ACTIONS(29), + [anon_sym_init] = ACTIONS(7393), + [anon_sym_companion] = ACTIONS(7395), + [anon_sym_object] = ACTIONS(7397), + [anon_sym_fun] = ACTIONS(7399), + [anon_sym_get] = ACTIONS(7401), + [anon_sym_set] = ACTIONS(7403), + [anon_sym_suspend] = ACTIONS(7405), + [anon_sym_sealed] = ACTIONS(7407), + [anon_sym_annotation] = ACTIONS(7407), + [anon_sym_data] = ACTIONS(7407), + [anon_sym_inner] = ACTIONS(7407), + [anon_sym_override] = ACTIONS(7409), + [anon_sym_lateinit] = ACTIONS(7409), + [anon_sym_public] = ACTIONS(7411), + [anon_sym_private] = ACTIONS(7411), + [anon_sym_internal] = ACTIONS(7411), + [anon_sym_protected] = ACTIONS(7411), + [anon_sym_tailrec] = ACTIONS(7405), + [anon_sym_operator] = ACTIONS(7405), + [anon_sym_infix] = ACTIONS(7405), + [anon_sym_inline] = ACTIONS(7405), + [anon_sym_external] = ACTIONS(7405), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(7413), + [anon_sym_final] = ACTIONS(7413), + [anon_sym_open] = ACTIONS(7413), + [anon_sym_vararg] = ACTIONS(7415), + [anon_sym_noinline] = ACTIONS(7415), + [anon_sym_crossinline] = ACTIONS(7415), + [anon_sym_expect] = ACTIONS(7417), + [anon_sym_actual] = ACTIONS(7417), + [sym_line_comment] = ACTIONS(3), + [sym_multiline_comment] = ACTIONS(3), + }, + [4274] = { + [sym_type_alias] = STATE(8631), + [sym__declaration] = STATE(8631), + [sym_class_declaration] = STATE(8631), + [aux_sym__class_member_declarations] = STATE(4248), + [sym__class_member_declaration] = STATE(8631), + [sym_anonymous_initializer] = STATE(8631), + [sym_companion_object] = STATE(8631), + [sym_function_declaration] = STATE(8631), + [sym_property_declaration] = STATE(8631), + [sym_getter] = STATE(8631), + [sym_setter] = STATE(8631), + [sym_object_declaration] = STATE(8631), + [sym_secondary_constructor] = STATE(8631), + [sym_modifiers] = STATE(7426), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_typealias] = ACTIONS(7381), + [anon_sym_class] = ACTIONS(7383), + [anon_sym_interface] = ACTIONS(7383), + [anon_sym_enum] = ACTIONS(7385), + [anon_sym_constructor] = ACTIONS(7387), + [anon_sym_RBRACE] = ACTIONS(7553), + [anon_sym_val] = ACTIONS(7391), + [anon_sym_var] = ACTIONS(29), + [anon_sym_init] = ACTIONS(7393), + [anon_sym_companion] = ACTIONS(7395), + [anon_sym_object] = ACTIONS(7397), + [anon_sym_fun] = ACTIONS(7399), + [anon_sym_get] = ACTIONS(7401), + [anon_sym_set] = ACTIONS(7403), + [anon_sym_suspend] = ACTIONS(7405), + [anon_sym_sealed] = ACTIONS(7407), + [anon_sym_annotation] = ACTIONS(7407), + [anon_sym_data] = ACTIONS(7407), + [anon_sym_inner] = ACTIONS(7407), + [anon_sym_override] = ACTIONS(7409), + [anon_sym_lateinit] = ACTIONS(7409), + [anon_sym_public] = ACTIONS(7411), + [anon_sym_private] = ACTIONS(7411), + [anon_sym_internal] = ACTIONS(7411), + [anon_sym_protected] = ACTIONS(7411), + [anon_sym_tailrec] = ACTIONS(7405), + [anon_sym_operator] = ACTIONS(7405), + [anon_sym_infix] = ACTIONS(7405), + [anon_sym_inline] = ACTIONS(7405), + [anon_sym_external] = ACTIONS(7405), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(7413), + [anon_sym_final] = ACTIONS(7413), + [anon_sym_open] = ACTIONS(7413), + [anon_sym_vararg] = ACTIONS(7415), + [anon_sym_noinline] = ACTIONS(7415), + [anon_sym_crossinline] = ACTIONS(7415), + [anon_sym_expect] = ACTIONS(7417), + [anon_sym_actual] = ACTIONS(7417), + [sym_line_comment] = ACTIONS(3), + [sym_multiline_comment] = ACTIONS(3), + }, + [4275] = { + [sym_type_alias] = STATE(8631), + [sym__declaration] = STATE(8631), + [sym_class_declaration] = STATE(8631), + [aux_sym__class_member_declarations] = STATE(4284), + [sym__class_member_declaration] = STATE(8631), + [sym_anonymous_initializer] = STATE(8631), + [sym_companion_object] = STATE(8631), + [sym_function_declaration] = STATE(8631), + [sym_property_declaration] = STATE(8631), + [sym_getter] = STATE(8631), + [sym_setter] = STATE(8631), + [sym_object_declaration] = STATE(8631), + [sym_secondary_constructor] = STATE(8631), + [sym_modifiers] = STATE(7426), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_typealias] = ACTIONS(7381), + [anon_sym_class] = ACTIONS(7383), + [anon_sym_interface] = ACTIONS(7383), + [anon_sym_enum] = ACTIONS(7385), + [anon_sym_constructor] = ACTIONS(7387), + [anon_sym_RBRACE] = ACTIONS(7555), + [anon_sym_val] = ACTIONS(7391), + [anon_sym_var] = ACTIONS(29), + [anon_sym_init] = ACTIONS(7393), + [anon_sym_companion] = ACTIONS(7395), + [anon_sym_object] = ACTIONS(7397), + [anon_sym_fun] = ACTIONS(7399), + [anon_sym_get] = ACTIONS(7401), + [anon_sym_set] = ACTIONS(7403), + [anon_sym_suspend] = ACTIONS(7405), + [anon_sym_sealed] = ACTIONS(7407), + [anon_sym_annotation] = ACTIONS(7407), + [anon_sym_data] = ACTIONS(7407), + [anon_sym_inner] = ACTIONS(7407), + [anon_sym_override] = ACTIONS(7409), + [anon_sym_lateinit] = ACTIONS(7409), + [anon_sym_public] = ACTIONS(7411), + [anon_sym_private] = ACTIONS(7411), + [anon_sym_internal] = ACTIONS(7411), + [anon_sym_protected] = ACTIONS(7411), + [anon_sym_tailrec] = ACTIONS(7405), + [anon_sym_operator] = ACTIONS(7405), + [anon_sym_infix] = ACTIONS(7405), + [anon_sym_inline] = ACTIONS(7405), + [anon_sym_external] = ACTIONS(7405), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(7413), + [anon_sym_final] = ACTIONS(7413), + [anon_sym_open] = ACTIONS(7413), + [anon_sym_vararg] = ACTIONS(7415), + [anon_sym_noinline] = ACTIONS(7415), + [anon_sym_crossinline] = ACTIONS(7415), + [anon_sym_expect] = ACTIONS(7417), + [anon_sym_actual] = ACTIONS(7417), + [sym_line_comment] = ACTIONS(3), + [sym_multiline_comment] = ACTIONS(3), + }, + [4276] = { + [sym_type_alias] = STATE(8631), + [sym__declaration] = STATE(8631), + [sym_class_declaration] = STATE(8631), + [aux_sym__class_member_declarations] = STATE(4248), + [sym__class_member_declaration] = STATE(8631), + [sym_anonymous_initializer] = STATE(8631), + [sym_companion_object] = STATE(8631), + [sym_function_declaration] = STATE(8631), + [sym_property_declaration] = STATE(8631), + [sym_getter] = STATE(8631), + [sym_setter] = STATE(8631), + [sym_object_declaration] = STATE(8631), + [sym_secondary_constructor] = STATE(8631), + [sym_modifiers] = STATE(7426), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_typealias] = ACTIONS(7381), + [anon_sym_class] = ACTIONS(7383), + [anon_sym_interface] = ACTIONS(7383), + [anon_sym_enum] = ACTIONS(7385), + [anon_sym_constructor] = ACTIONS(7387), + [anon_sym_RBRACE] = ACTIONS(7549), + [anon_sym_val] = ACTIONS(7391), + [anon_sym_var] = ACTIONS(29), + [anon_sym_init] = ACTIONS(7393), + [anon_sym_companion] = ACTIONS(7395), + [anon_sym_object] = ACTIONS(7397), + [anon_sym_fun] = ACTIONS(7399), + [anon_sym_get] = ACTIONS(7401), + [anon_sym_set] = ACTIONS(7403), + [anon_sym_suspend] = ACTIONS(7405), + [anon_sym_sealed] = ACTIONS(7407), + [anon_sym_annotation] = ACTIONS(7407), + [anon_sym_data] = ACTIONS(7407), + [anon_sym_inner] = ACTIONS(7407), + [anon_sym_override] = ACTIONS(7409), + [anon_sym_lateinit] = ACTIONS(7409), + [anon_sym_public] = ACTIONS(7411), + [anon_sym_private] = ACTIONS(7411), + [anon_sym_internal] = ACTIONS(7411), + [anon_sym_protected] = ACTIONS(7411), + [anon_sym_tailrec] = ACTIONS(7405), + [anon_sym_operator] = ACTIONS(7405), + [anon_sym_infix] = ACTIONS(7405), + [anon_sym_inline] = ACTIONS(7405), + [anon_sym_external] = ACTIONS(7405), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(7413), + [anon_sym_final] = ACTIONS(7413), + [anon_sym_open] = ACTIONS(7413), + [anon_sym_vararg] = ACTIONS(7415), + [anon_sym_noinline] = ACTIONS(7415), + [anon_sym_crossinline] = ACTIONS(7415), + [anon_sym_expect] = ACTIONS(7417), + [anon_sym_actual] = ACTIONS(7417), + [sym_line_comment] = ACTIONS(3), [sym_multiline_comment] = ACTIONS(3), }, [4277] = { - [sym_type_alias] = STATE(8669), - [sym__declaration] = STATE(8669), - [sym_class_declaration] = STATE(8669), - [aux_sym__class_member_declarations] = STATE(4272), - [sym__class_member_declaration] = STATE(8669), - [sym_anonymous_initializer] = STATE(8669), - [sym_companion_object] = STATE(8669), - [sym_function_declaration] = STATE(8669), - [sym_property_declaration] = STATE(8669), - [sym_getter] = STATE(8669), - [sym_setter] = STATE(8669), - [sym_object_declaration] = STATE(8669), - [sym_secondary_constructor] = STATE(8669), - [sym_modifiers] = STATE(7392), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), + [sym_type_alias] = STATE(8631), + [sym__declaration] = STATE(8631), + [sym_class_declaration] = STATE(8631), + [aux_sym__class_member_declarations] = STATE(4288), + [sym__class_member_declaration] = STATE(8631), + [sym_anonymous_initializer] = STATE(8631), + [sym_companion_object] = STATE(8631), + [sym_function_declaration] = STATE(8631), + [sym_property_declaration] = STATE(8631), + [sym_getter] = STATE(8631), + [sym_setter] = STATE(8631), + [sym_object_declaration] = STATE(8631), + [sym_secondary_constructor] = STATE(8631), + [sym_modifiers] = STATE(7426), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_typealias] = ACTIONS(7373), - [anon_sym_class] = ACTIONS(7375), - [anon_sym_interface] = ACTIONS(7375), - [anon_sym_enum] = ACTIONS(7377), - [anon_sym_constructor] = ACTIONS(7379), - [anon_sym_RBRACE] = ACTIONS(7496), - [anon_sym_val] = ACTIONS(7383), + [anon_sym_typealias] = ACTIONS(7381), + [anon_sym_class] = ACTIONS(7383), + [anon_sym_interface] = ACTIONS(7383), + [anon_sym_enum] = ACTIONS(7385), + [anon_sym_constructor] = ACTIONS(7387), + [anon_sym_RBRACE] = ACTIONS(7557), + [anon_sym_val] = ACTIONS(7391), [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7385), - [anon_sym_companion] = ACTIONS(7387), - [anon_sym_object] = ACTIONS(7389), - [anon_sym_fun] = ACTIONS(7391), - [anon_sym_get] = ACTIONS(7393), - [anon_sym_set] = ACTIONS(7395), - [anon_sym_suspend] = ACTIONS(7397), - [anon_sym_sealed] = ACTIONS(7399), - [anon_sym_annotation] = ACTIONS(7399), - [anon_sym_data] = ACTIONS(7399), - [anon_sym_inner] = ACTIONS(7399), - [anon_sym_override] = ACTIONS(7401), - [anon_sym_lateinit] = ACTIONS(7401), - [anon_sym_public] = ACTIONS(7403), - [anon_sym_private] = ACTIONS(7403), - [anon_sym_internal] = ACTIONS(7403), - [anon_sym_protected] = ACTIONS(7403), - [anon_sym_tailrec] = ACTIONS(7397), - [anon_sym_operator] = ACTIONS(7397), - [anon_sym_infix] = ACTIONS(7397), - [anon_sym_inline] = ACTIONS(7397), - [anon_sym_external] = ACTIONS(7397), + [anon_sym_init] = ACTIONS(7393), + [anon_sym_companion] = ACTIONS(7395), + [anon_sym_object] = ACTIONS(7397), + [anon_sym_fun] = ACTIONS(7399), + [anon_sym_get] = ACTIONS(7401), + [anon_sym_set] = ACTIONS(7403), + [anon_sym_suspend] = ACTIONS(7405), + [anon_sym_sealed] = ACTIONS(7407), + [anon_sym_annotation] = ACTIONS(7407), + [anon_sym_data] = ACTIONS(7407), + [anon_sym_inner] = ACTIONS(7407), + [anon_sym_override] = ACTIONS(7409), + [anon_sym_lateinit] = ACTIONS(7409), + [anon_sym_public] = ACTIONS(7411), + [anon_sym_private] = ACTIONS(7411), + [anon_sym_internal] = ACTIONS(7411), + [anon_sym_protected] = ACTIONS(7411), + [anon_sym_tailrec] = ACTIONS(7405), + [anon_sym_operator] = ACTIONS(7405), + [anon_sym_infix] = ACTIONS(7405), + [anon_sym_inline] = ACTIONS(7405), + [anon_sym_external] = ACTIONS(7405), [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(7405), - [anon_sym_final] = ACTIONS(7405), - [anon_sym_open] = ACTIONS(7405), - [anon_sym_vararg] = ACTIONS(7407), - [anon_sym_noinline] = ACTIONS(7407), - [anon_sym_crossinline] = ACTIONS(7407), - [anon_sym_expect] = ACTIONS(7409), - [anon_sym_actual] = ACTIONS(7409), + [anon_sym_abstract] = ACTIONS(7413), + [anon_sym_final] = ACTIONS(7413), + [anon_sym_open] = ACTIONS(7413), + [anon_sym_vararg] = ACTIONS(7415), + [anon_sym_noinline] = ACTIONS(7415), + [anon_sym_crossinline] = ACTIONS(7415), + [anon_sym_expect] = ACTIONS(7417), + [anon_sym_actual] = ACTIONS(7417), [sym_line_comment] = ACTIONS(3), [sym_multiline_comment] = ACTIONS(3), }, [4278] = { - [sym_type_alias] = STATE(8669), - [sym__declaration] = STATE(8669), - [sym_class_declaration] = STATE(8669), - [aux_sym__class_member_declarations] = STATE(4293), - [sym__class_member_declaration] = STATE(8669), - [sym_anonymous_initializer] = STATE(8669), - [sym_companion_object] = STATE(8669), - [sym_function_declaration] = STATE(8669), - [sym_property_declaration] = STATE(8669), - [sym_getter] = STATE(8669), - [sym_setter] = STATE(8669), - [sym_object_declaration] = STATE(8669), - [sym_secondary_constructor] = STATE(8669), - [sym_modifiers] = STATE(7392), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), + [sym_type_alias] = STATE(8631), + [sym__declaration] = STATE(8631), + [sym_class_declaration] = STATE(8631), + [aux_sym__class_member_declarations] = STATE(4273), + [sym__class_member_declaration] = STATE(8631), + [sym_anonymous_initializer] = STATE(8631), + [sym_companion_object] = STATE(8631), + [sym_function_declaration] = STATE(8631), + [sym_property_declaration] = STATE(8631), + [sym_getter] = STATE(8631), + [sym_setter] = STATE(8631), + [sym_object_declaration] = STATE(8631), + [sym_secondary_constructor] = STATE(8631), + [sym_modifiers] = STATE(7426), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_typealias] = ACTIONS(7373), - [anon_sym_class] = ACTIONS(7375), - [anon_sym_interface] = ACTIONS(7375), - [anon_sym_enum] = ACTIONS(7377), - [anon_sym_constructor] = ACTIONS(7379), - [anon_sym_RBRACE] = ACTIONS(7498), - [anon_sym_val] = ACTIONS(7383), + [anon_sym_typealias] = ACTIONS(7381), + [anon_sym_class] = ACTIONS(7383), + [anon_sym_interface] = ACTIONS(7383), + [anon_sym_enum] = ACTIONS(7385), + [anon_sym_constructor] = ACTIONS(7387), + [anon_sym_RBRACE] = ACTIONS(7559), + [anon_sym_val] = ACTIONS(7391), [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7385), - [anon_sym_companion] = ACTIONS(7387), - [anon_sym_object] = ACTIONS(7389), - [anon_sym_fun] = ACTIONS(7391), - [anon_sym_get] = ACTIONS(7393), - [anon_sym_set] = ACTIONS(7395), - [anon_sym_suspend] = ACTIONS(7397), - [anon_sym_sealed] = ACTIONS(7399), - [anon_sym_annotation] = ACTIONS(7399), - [anon_sym_data] = ACTIONS(7399), - [anon_sym_inner] = ACTIONS(7399), - [anon_sym_override] = ACTIONS(7401), - [anon_sym_lateinit] = ACTIONS(7401), - [anon_sym_public] = ACTIONS(7403), - [anon_sym_private] = ACTIONS(7403), - [anon_sym_internal] = ACTIONS(7403), - [anon_sym_protected] = ACTIONS(7403), - [anon_sym_tailrec] = ACTIONS(7397), - [anon_sym_operator] = ACTIONS(7397), - [anon_sym_infix] = ACTIONS(7397), - [anon_sym_inline] = ACTIONS(7397), - [anon_sym_external] = ACTIONS(7397), + [anon_sym_init] = ACTIONS(7393), + [anon_sym_companion] = ACTIONS(7395), + [anon_sym_object] = ACTIONS(7397), + [anon_sym_fun] = ACTIONS(7399), + [anon_sym_get] = ACTIONS(7401), + [anon_sym_set] = ACTIONS(7403), + [anon_sym_suspend] = ACTIONS(7405), + [anon_sym_sealed] = ACTIONS(7407), + [anon_sym_annotation] = ACTIONS(7407), + [anon_sym_data] = ACTIONS(7407), + [anon_sym_inner] = ACTIONS(7407), + [anon_sym_override] = ACTIONS(7409), + [anon_sym_lateinit] = ACTIONS(7409), + [anon_sym_public] = ACTIONS(7411), + [anon_sym_private] = ACTIONS(7411), + [anon_sym_internal] = ACTIONS(7411), + [anon_sym_protected] = ACTIONS(7411), + [anon_sym_tailrec] = ACTIONS(7405), + [anon_sym_operator] = ACTIONS(7405), + [anon_sym_infix] = ACTIONS(7405), + [anon_sym_inline] = ACTIONS(7405), + [anon_sym_external] = ACTIONS(7405), [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(7405), - [anon_sym_final] = ACTIONS(7405), - [anon_sym_open] = ACTIONS(7405), - [anon_sym_vararg] = ACTIONS(7407), - [anon_sym_noinline] = ACTIONS(7407), - [anon_sym_crossinline] = ACTIONS(7407), - [anon_sym_expect] = ACTIONS(7409), - [anon_sym_actual] = ACTIONS(7409), + [anon_sym_abstract] = ACTIONS(7413), + [anon_sym_final] = ACTIONS(7413), + [anon_sym_open] = ACTIONS(7413), + [anon_sym_vararg] = ACTIONS(7415), + [anon_sym_noinline] = ACTIONS(7415), + [anon_sym_crossinline] = ACTIONS(7415), + [anon_sym_expect] = ACTIONS(7417), + [anon_sym_actual] = ACTIONS(7417), [sym_line_comment] = ACTIONS(3), [sym_multiline_comment] = ACTIONS(3), }, [4279] = { - [sym_type_alias] = STATE(8669), - [sym__declaration] = STATE(8669), - [sym_class_declaration] = STATE(8669), - [aux_sym__class_member_declarations] = STATE(4255), - [sym__class_member_declaration] = STATE(8669), - [sym_anonymous_initializer] = STATE(8669), - [sym_companion_object] = STATE(8669), - [sym_function_declaration] = STATE(8669), - [sym_property_declaration] = STATE(8669), - [sym_getter] = STATE(8669), - [sym_setter] = STATE(8669), - [sym_object_declaration] = STATE(8669), - [sym_secondary_constructor] = STATE(8669), - [sym_modifiers] = STATE(7392), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), + [sym_type_alias] = STATE(8631), + [sym__declaration] = STATE(8631), + [sym_class_declaration] = STATE(8631), + [aux_sym__class_member_declarations] = STATE(4248), + [sym__class_member_declaration] = STATE(8631), + [sym_anonymous_initializer] = STATE(8631), + [sym_companion_object] = STATE(8631), + [sym_function_declaration] = STATE(8631), + [sym_property_declaration] = STATE(8631), + [sym_getter] = STATE(8631), + [sym_setter] = STATE(8631), + [sym_object_declaration] = STATE(8631), + [sym_secondary_constructor] = STATE(8631), + [sym_modifiers] = STATE(7426), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_typealias] = ACTIONS(7373), - [anon_sym_class] = ACTIONS(7375), - [anon_sym_interface] = ACTIONS(7375), - [anon_sym_enum] = ACTIONS(7377), - [anon_sym_constructor] = ACTIONS(7379), - [anon_sym_RBRACE] = ACTIONS(7500), - [anon_sym_val] = ACTIONS(7383), + [anon_sym_typealias] = ACTIONS(7381), + [anon_sym_class] = ACTIONS(7383), + [anon_sym_interface] = ACTIONS(7383), + [anon_sym_enum] = ACTIONS(7385), + [anon_sym_constructor] = ACTIONS(7387), + [anon_sym_RBRACE] = ACTIONS(7559), + [anon_sym_val] = ACTIONS(7391), [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7385), - [anon_sym_companion] = ACTIONS(7387), - [anon_sym_object] = ACTIONS(7389), - [anon_sym_fun] = ACTIONS(7391), - [anon_sym_get] = ACTIONS(7393), - [anon_sym_set] = ACTIONS(7395), - [anon_sym_suspend] = ACTIONS(7397), - [anon_sym_sealed] = ACTIONS(7399), - [anon_sym_annotation] = ACTIONS(7399), - [anon_sym_data] = ACTIONS(7399), - [anon_sym_inner] = ACTIONS(7399), - [anon_sym_override] = ACTIONS(7401), - [anon_sym_lateinit] = ACTIONS(7401), - [anon_sym_public] = ACTIONS(7403), - [anon_sym_private] = ACTIONS(7403), - [anon_sym_internal] = ACTIONS(7403), - [anon_sym_protected] = ACTIONS(7403), - [anon_sym_tailrec] = ACTIONS(7397), - [anon_sym_operator] = ACTIONS(7397), - [anon_sym_infix] = ACTIONS(7397), - [anon_sym_inline] = ACTIONS(7397), - [anon_sym_external] = ACTIONS(7397), + [anon_sym_init] = ACTIONS(7393), + [anon_sym_companion] = ACTIONS(7395), + [anon_sym_object] = ACTIONS(7397), + [anon_sym_fun] = ACTIONS(7399), + [anon_sym_get] = ACTIONS(7401), + [anon_sym_set] = ACTIONS(7403), + [anon_sym_suspend] = ACTIONS(7405), + [anon_sym_sealed] = ACTIONS(7407), + [anon_sym_annotation] = ACTIONS(7407), + [anon_sym_data] = ACTIONS(7407), + [anon_sym_inner] = ACTIONS(7407), + [anon_sym_override] = ACTIONS(7409), + [anon_sym_lateinit] = ACTIONS(7409), + [anon_sym_public] = ACTIONS(7411), + [anon_sym_private] = ACTIONS(7411), + [anon_sym_internal] = ACTIONS(7411), + [anon_sym_protected] = ACTIONS(7411), + [anon_sym_tailrec] = ACTIONS(7405), + [anon_sym_operator] = ACTIONS(7405), + [anon_sym_infix] = ACTIONS(7405), + [anon_sym_inline] = ACTIONS(7405), + [anon_sym_external] = ACTIONS(7405), [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(7405), - [anon_sym_final] = ACTIONS(7405), - [anon_sym_open] = ACTIONS(7405), - [anon_sym_vararg] = ACTIONS(7407), - [anon_sym_noinline] = ACTIONS(7407), - [anon_sym_crossinline] = ACTIONS(7407), - [anon_sym_expect] = ACTIONS(7409), - [anon_sym_actual] = ACTIONS(7409), + [anon_sym_abstract] = ACTIONS(7413), + [anon_sym_final] = ACTIONS(7413), + [anon_sym_open] = ACTIONS(7413), + [anon_sym_vararg] = ACTIONS(7415), + [anon_sym_noinline] = ACTIONS(7415), + [anon_sym_crossinline] = ACTIONS(7415), + [anon_sym_expect] = ACTIONS(7417), + [anon_sym_actual] = ACTIONS(7417), [sym_line_comment] = ACTIONS(3), [sym_multiline_comment] = ACTIONS(3), }, [4280] = { - [sym_type_alias] = STATE(8669), - [sym__declaration] = STATE(8669), - [sym_class_declaration] = STATE(8669), - [aux_sym__class_member_declarations] = STATE(4224), - [sym__class_member_declaration] = STATE(8669), - [sym_anonymous_initializer] = STATE(8669), - [sym_companion_object] = STATE(8669), - [sym_function_declaration] = STATE(8669), - [sym_property_declaration] = STATE(8669), - [sym_getter] = STATE(8669), - [sym_setter] = STATE(8669), - [sym_object_declaration] = STATE(8669), - [sym_secondary_constructor] = STATE(8669), - [sym_modifiers] = STATE(7392), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_typealias] = ACTIONS(7373), - [anon_sym_class] = ACTIONS(7375), - [anon_sym_interface] = ACTIONS(7375), - [anon_sym_enum] = ACTIONS(7377), - [anon_sym_constructor] = ACTIONS(7379), - [anon_sym_RBRACE] = ACTIONS(7502), - [anon_sym_val] = ACTIONS(7383), - [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7385), - [anon_sym_companion] = ACTIONS(7387), - [anon_sym_object] = ACTIONS(7389), - [anon_sym_fun] = ACTIONS(7391), - [anon_sym_get] = ACTIONS(7393), - [anon_sym_set] = ACTIONS(7395), - [anon_sym_suspend] = ACTIONS(7397), - [anon_sym_sealed] = ACTIONS(7399), - [anon_sym_annotation] = ACTIONS(7399), - [anon_sym_data] = ACTIONS(7399), - [anon_sym_inner] = ACTIONS(7399), - [anon_sym_override] = ACTIONS(7401), - [anon_sym_lateinit] = ACTIONS(7401), - [anon_sym_public] = ACTIONS(7403), - [anon_sym_private] = ACTIONS(7403), - [anon_sym_internal] = ACTIONS(7403), - [anon_sym_protected] = ACTIONS(7403), - [anon_sym_tailrec] = ACTIONS(7397), - [anon_sym_operator] = ACTIONS(7397), - [anon_sym_infix] = ACTIONS(7397), - [anon_sym_inline] = ACTIONS(7397), - [anon_sym_external] = ACTIONS(7397), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(7405), - [anon_sym_final] = ACTIONS(7405), - [anon_sym_open] = ACTIONS(7405), - [anon_sym_vararg] = ACTIONS(7407), - [anon_sym_noinline] = ACTIONS(7407), - [anon_sym_crossinline] = ACTIONS(7407), - [anon_sym_expect] = ACTIONS(7409), - [anon_sym_actual] = ACTIONS(7409), + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(1850), + [sym__comparison_operator] = STATE(1849), + [sym__in_operator] = STATE(1845), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(1842), + [sym__multiplicative_operator] = STATE(1841), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1838), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_COMMA] = ACTIONS(3065), + [anon_sym_RPAREN] = ACTIONS(3065), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(7038), + [anon_sym_DOT] = ACTIONS(6409), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(7040), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7042), + [anon_sym_DOT_DOT] = ACTIONS(7044), + [anon_sym_QMARK_COLON] = ACTIONS(7046), + [anon_sym_AMP_AMP] = ACTIONS(7048), + [anon_sym_PIPE_PIPE] = ACTIONS(7050), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7052), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7054), + [anon_sym_EQ_EQ] = ACTIONS(7052), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7054), + [anon_sym_LT_EQ] = ACTIONS(7056), + [anon_sym_GT_EQ] = ACTIONS(7056), + [anon_sym_BANGin] = ACTIONS(7058), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7060), + [anon_sym_DASH] = ACTIONS(7060), + [anon_sym_SLASH] = ACTIONS(7062), + [anon_sym_PERCENT] = ACTIONS(7040), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, [4281] = { - [sym_type_alias] = STATE(8669), - [sym__declaration] = STATE(8669), - [sym_class_declaration] = STATE(8669), - [aux_sym__class_member_declarations] = STATE(4242), - [sym__class_member_declaration] = STATE(8669), - [sym_anonymous_initializer] = STATE(8669), - [sym_companion_object] = STATE(8669), - [sym_function_declaration] = STATE(8669), - [sym_property_declaration] = STATE(8669), - [sym_getter] = STATE(8669), - [sym_setter] = STATE(8669), - [sym_object_declaration] = STATE(8669), - [sym_secondary_constructor] = STATE(8669), - [sym_modifiers] = STATE(7392), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), + [sym_type_alias] = STATE(8631), + [sym__declaration] = STATE(8631), + [sym_class_declaration] = STATE(8631), + [aux_sym__class_member_declarations] = STATE(4279), + [sym__class_member_declaration] = STATE(8631), + [sym_anonymous_initializer] = STATE(8631), + [sym_companion_object] = STATE(8631), + [sym_function_declaration] = STATE(8631), + [sym_property_declaration] = STATE(8631), + [sym_getter] = STATE(8631), + [sym_setter] = STATE(8631), + [sym_object_declaration] = STATE(8631), + [sym_secondary_constructor] = STATE(8631), + [sym_modifiers] = STATE(7426), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_typealias] = ACTIONS(7373), - [anon_sym_class] = ACTIONS(7375), - [anon_sym_interface] = ACTIONS(7375), - [anon_sym_enum] = ACTIONS(7377), - [anon_sym_constructor] = ACTIONS(7379), - [anon_sym_RBRACE] = ACTIONS(7504), - [anon_sym_val] = ACTIONS(7383), + [anon_sym_typealias] = ACTIONS(7381), + [anon_sym_class] = ACTIONS(7383), + [anon_sym_interface] = ACTIONS(7383), + [anon_sym_enum] = ACTIONS(7385), + [anon_sym_constructor] = ACTIONS(7387), + [anon_sym_RBRACE] = ACTIONS(7561), + [anon_sym_val] = ACTIONS(7391), [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7385), - [anon_sym_companion] = ACTIONS(7387), - [anon_sym_object] = ACTIONS(7389), - [anon_sym_fun] = ACTIONS(7391), - [anon_sym_get] = ACTIONS(7393), - [anon_sym_set] = ACTIONS(7395), - [anon_sym_suspend] = ACTIONS(7397), - [anon_sym_sealed] = ACTIONS(7399), - [anon_sym_annotation] = ACTIONS(7399), - [anon_sym_data] = ACTIONS(7399), - [anon_sym_inner] = ACTIONS(7399), - [anon_sym_override] = ACTIONS(7401), - [anon_sym_lateinit] = ACTIONS(7401), - [anon_sym_public] = ACTIONS(7403), - [anon_sym_private] = ACTIONS(7403), - [anon_sym_internal] = ACTIONS(7403), - [anon_sym_protected] = ACTIONS(7403), - [anon_sym_tailrec] = ACTIONS(7397), - [anon_sym_operator] = ACTIONS(7397), - [anon_sym_infix] = ACTIONS(7397), - [anon_sym_inline] = ACTIONS(7397), - [anon_sym_external] = ACTIONS(7397), + [anon_sym_init] = ACTIONS(7393), + [anon_sym_companion] = ACTIONS(7395), + [anon_sym_object] = ACTIONS(7397), + [anon_sym_fun] = ACTIONS(7399), + [anon_sym_get] = ACTIONS(7401), + [anon_sym_set] = ACTIONS(7403), + [anon_sym_suspend] = ACTIONS(7405), + [anon_sym_sealed] = ACTIONS(7407), + [anon_sym_annotation] = ACTIONS(7407), + [anon_sym_data] = ACTIONS(7407), + [anon_sym_inner] = ACTIONS(7407), + [anon_sym_override] = ACTIONS(7409), + [anon_sym_lateinit] = ACTIONS(7409), + [anon_sym_public] = ACTIONS(7411), + [anon_sym_private] = ACTIONS(7411), + [anon_sym_internal] = ACTIONS(7411), + [anon_sym_protected] = ACTIONS(7411), + [anon_sym_tailrec] = ACTIONS(7405), + [anon_sym_operator] = ACTIONS(7405), + [anon_sym_infix] = ACTIONS(7405), + [anon_sym_inline] = ACTIONS(7405), + [anon_sym_external] = ACTIONS(7405), [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(7405), - [anon_sym_final] = ACTIONS(7405), - [anon_sym_open] = ACTIONS(7405), - [anon_sym_vararg] = ACTIONS(7407), - [anon_sym_noinline] = ACTIONS(7407), - [anon_sym_crossinline] = ACTIONS(7407), - [anon_sym_expect] = ACTIONS(7409), - [anon_sym_actual] = ACTIONS(7409), + [anon_sym_abstract] = ACTIONS(7413), + [anon_sym_final] = ACTIONS(7413), + [anon_sym_open] = ACTIONS(7413), + [anon_sym_vararg] = ACTIONS(7415), + [anon_sym_noinline] = ACTIONS(7415), + [anon_sym_crossinline] = ACTIONS(7415), + [anon_sym_expect] = ACTIONS(7417), + [anon_sym_actual] = ACTIONS(7417), [sym_line_comment] = ACTIONS(3), [sym_multiline_comment] = ACTIONS(3), }, [4282] = { - [sym_type_alias] = STATE(8669), - [sym__declaration] = STATE(8669), - [sym_class_declaration] = STATE(8669), - [aux_sym__class_member_declarations] = STATE(4293), - [sym__class_member_declaration] = STATE(8669), - [sym_anonymous_initializer] = STATE(8669), - [sym_companion_object] = STATE(8669), - [sym_function_declaration] = STATE(8669), - [sym_property_declaration] = STATE(8669), - [sym_getter] = STATE(8669), - [sym_setter] = STATE(8669), - [sym_object_declaration] = STATE(8669), - [sym_secondary_constructor] = STATE(8669), - [sym_modifiers] = STATE(7392), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), + [sym_type_alias] = STATE(8631), + [sym__declaration] = STATE(8631), + [sym_class_declaration] = STATE(8631), + [aux_sym__class_member_declarations] = STATE(4248), + [sym__class_member_declaration] = STATE(8631), + [sym_anonymous_initializer] = STATE(8631), + [sym_companion_object] = STATE(8631), + [sym_function_declaration] = STATE(8631), + [sym_property_declaration] = STATE(8631), + [sym_getter] = STATE(8631), + [sym_setter] = STATE(8631), + [sym_object_declaration] = STATE(8631), + [sym_secondary_constructor] = STATE(8631), + [sym_modifiers] = STATE(7426), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_typealias] = ACTIONS(7373), - [anon_sym_class] = ACTIONS(7375), - [anon_sym_interface] = ACTIONS(7375), - [anon_sym_enum] = ACTIONS(7377), - [anon_sym_constructor] = ACTIONS(7379), - [anon_sym_RBRACE] = ACTIONS(7506), - [anon_sym_val] = ACTIONS(7383), + [anon_sym_typealias] = ACTIONS(7381), + [anon_sym_class] = ACTIONS(7383), + [anon_sym_interface] = ACTIONS(7383), + [anon_sym_enum] = ACTIONS(7385), + [anon_sym_constructor] = ACTIONS(7387), + [anon_sym_RBRACE] = ACTIONS(7563), + [anon_sym_val] = ACTIONS(7391), [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7385), - [anon_sym_companion] = ACTIONS(7387), - [anon_sym_object] = ACTIONS(7389), - [anon_sym_fun] = ACTIONS(7391), - [anon_sym_get] = ACTIONS(7393), - [anon_sym_set] = ACTIONS(7395), - [anon_sym_suspend] = ACTIONS(7397), - [anon_sym_sealed] = ACTIONS(7399), - [anon_sym_annotation] = ACTIONS(7399), - [anon_sym_data] = ACTIONS(7399), - [anon_sym_inner] = ACTIONS(7399), - [anon_sym_override] = ACTIONS(7401), - [anon_sym_lateinit] = ACTIONS(7401), - [anon_sym_public] = ACTIONS(7403), - [anon_sym_private] = ACTIONS(7403), - [anon_sym_internal] = ACTIONS(7403), - [anon_sym_protected] = ACTIONS(7403), - [anon_sym_tailrec] = ACTIONS(7397), - [anon_sym_operator] = ACTIONS(7397), - [anon_sym_infix] = ACTIONS(7397), - [anon_sym_inline] = ACTIONS(7397), - [anon_sym_external] = ACTIONS(7397), + [anon_sym_init] = ACTIONS(7393), + [anon_sym_companion] = ACTIONS(7395), + [anon_sym_object] = ACTIONS(7397), + [anon_sym_fun] = ACTIONS(7399), + [anon_sym_get] = ACTIONS(7401), + [anon_sym_set] = ACTIONS(7403), + [anon_sym_suspend] = ACTIONS(7405), + [anon_sym_sealed] = ACTIONS(7407), + [anon_sym_annotation] = ACTIONS(7407), + [anon_sym_data] = ACTIONS(7407), + [anon_sym_inner] = ACTIONS(7407), + [anon_sym_override] = ACTIONS(7409), + [anon_sym_lateinit] = ACTIONS(7409), + [anon_sym_public] = ACTIONS(7411), + [anon_sym_private] = ACTIONS(7411), + [anon_sym_internal] = ACTIONS(7411), + [anon_sym_protected] = ACTIONS(7411), + [anon_sym_tailrec] = ACTIONS(7405), + [anon_sym_operator] = ACTIONS(7405), + [anon_sym_infix] = ACTIONS(7405), + [anon_sym_inline] = ACTIONS(7405), + [anon_sym_external] = ACTIONS(7405), [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(7405), - [anon_sym_final] = ACTIONS(7405), - [anon_sym_open] = ACTIONS(7405), - [anon_sym_vararg] = ACTIONS(7407), - [anon_sym_noinline] = ACTIONS(7407), - [anon_sym_crossinline] = ACTIONS(7407), - [anon_sym_expect] = ACTIONS(7409), - [anon_sym_actual] = ACTIONS(7409), + [anon_sym_abstract] = ACTIONS(7413), + [anon_sym_final] = ACTIONS(7413), + [anon_sym_open] = ACTIONS(7413), + [anon_sym_vararg] = ACTIONS(7415), + [anon_sym_noinline] = ACTIONS(7415), + [anon_sym_crossinline] = ACTIONS(7415), + [anon_sym_expect] = ACTIONS(7417), + [anon_sym_actual] = ACTIONS(7417), [sym_line_comment] = ACTIONS(3), [sym_multiline_comment] = ACTIONS(3), }, [4283] = { - [sym_type_alias] = STATE(8669), - [sym__declaration] = STATE(8669), - [sym_class_declaration] = STATE(8669), - [aux_sym__class_member_declarations] = STATE(4278), - [sym__class_member_declaration] = STATE(8669), - [sym_anonymous_initializer] = STATE(8669), - [sym_companion_object] = STATE(8669), - [sym_function_declaration] = STATE(8669), - [sym_property_declaration] = STATE(8669), - [sym_getter] = STATE(8669), - [sym_setter] = STATE(8669), - [sym_object_declaration] = STATE(8669), - [sym_secondary_constructor] = STATE(8669), - [sym_modifiers] = STATE(7392), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), + [sym_type_alias] = STATE(8631), + [sym__declaration] = STATE(8631), + [sym_class_declaration] = STATE(8631), + [aux_sym__class_member_declarations] = STATE(4276), + [sym__class_member_declaration] = STATE(8631), + [sym_anonymous_initializer] = STATE(8631), + [sym_companion_object] = STATE(8631), + [sym_function_declaration] = STATE(8631), + [sym_property_declaration] = STATE(8631), + [sym_getter] = STATE(8631), + [sym_setter] = STATE(8631), + [sym_object_declaration] = STATE(8631), + [sym_secondary_constructor] = STATE(8631), + [sym_modifiers] = STATE(7426), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_typealias] = ACTIONS(7373), - [anon_sym_class] = ACTIONS(7375), - [anon_sym_interface] = ACTIONS(7375), - [anon_sym_enum] = ACTIONS(7377), - [anon_sym_constructor] = ACTIONS(7379), - [anon_sym_RBRACE] = ACTIONS(7508), - [anon_sym_val] = ACTIONS(7383), + [anon_sym_typealias] = ACTIONS(7381), + [anon_sym_class] = ACTIONS(7383), + [anon_sym_interface] = ACTIONS(7383), + [anon_sym_enum] = ACTIONS(7385), + [anon_sym_constructor] = ACTIONS(7387), + [anon_sym_RBRACE] = ACTIONS(7565), + [anon_sym_val] = ACTIONS(7391), [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7385), - [anon_sym_companion] = ACTIONS(7387), - [anon_sym_object] = ACTIONS(7389), - [anon_sym_fun] = ACTIONS(7391), - [anon_sym_get] = ACTIONS(7393), - [anon_sym_set] = ACTIONS(7395), - [anon_sym_suspend] = ACTIONS(7397), - [anon_sym_sealed] = ACTIONS(7399), - [anon_sym_annotation] = ACTIONS(7399), - [anon_sym_data] = ACTIONS(7399), - [anon_sym_inner] = ACTIONS(7399), - [anon_sym_override] = ACTIONS(7401), - [anon_sym_lateinit] = ACTIONS(7401), - [anon_sym_public] = ACTIONS(7403), - [anon_sym_private] = ACTIONS(7403), - [anon_sym_internal] = ACTIONS(7403), - [anon_sym_protected] = ACTIONS(7403), - [anon_sym_tailrec] = ACTIONS(7397), - [anon_sym_operator] = ACTIONS(7397), - [anon_sym_infix] = ACTIONS(7397), - [anon_sym_inline] = ACTIONS(7397), - [anon_sym_external] = ACTIONS(7397), + [anon_sym_init] = ACTIONS(7393), + [anon_sym_companion] = ACTIONS(7395), + [anon_sym_object] = ACTIONS(7397), + [anon_sym_fun] = ACTIONS(7399), + [anon_sym_get] = ACTIONS(7401), + [anon_sym_set] = ACTIONS(7403), + [anon_sym_suspend] = ACTIONS(7405), + [anon_sym_sealed] = ACTIONS(7407), + [anon_sym_annotation] = ACTIONS(7407), + [anon_sym_data] = ACTIONS(7407), + [anon_sym_inner] = ACTIONS(7407), + [anon_sym_override] = ACTIONS(7409), + [anon_sym_lateinit] = ACTIONS(7409), + [anon_sym_public] = ACTIONS(7411), + [anon_sym_private] = ACTIONS(7411), + [anon_sym_internal] = ACTIONS(7411), + [anon_sym_protected] = ACTIONS(7411), + [anon_sym_tailrec] = ACTIONS(7405), + [anon_sym_operator] = ACTIONS(7405), + [anon_sym_infix] = ACTIONS(7405), + [anon_sym_inline] = ACTIONS(7405), + [anon_sym_external] = ACTIONS(7405), [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(7405), - [anon_sym_final] = ACTIONS(7405), - [anon_sym_open] = ACTIONS(7405), - [anon_sym_vararg] = ACTIONS(7407), - [anon_sym_noinline] = ACTIONS(7407), - [anon_sym_crossinline] = ACTIONS(7407), - [anon_sym_expect] = ACTIONS(7409), - [anon_sym_actual] = ACTIONS(7409), + [anon_sym_abstract] = ACTIONS(7413), + [anon_sym_final] = ACTIONS(7413), + [anon_sym_open] = ACTIONS(7413), + [anon_sym_vararg] = ACTIONS(7415), + [anon_sym_noinline] = ACTIONS(7415), + [anon_sym_crossinline] = ACTIONS(7415), + [anon_sym_expect] = ACTIONS(7417), + [anon_sym_actual] = ACTIONS(7417), [sym_line_comment] = ACTIONS(3), [sym_multiline_comment] = ACTIONS(3), }, [4284] = { - [sym_type_alias] = STATE(8669), - [sym__declaration] = STATE(8669), - [sym_class_declaration] = STATE(8669), - [aux_sym__class_member_declarations] = STATE(4292), - [sym__class_member_declaration] = STATE(8669), - [sym_anonymous_initializer] = STATE(8669), - [sym_companion_object] = STATE(8669), - [sym_function_declaration] = STATE(8669), - [sym_property_declaration] = STATE(8669), - [sym_getter] = STATE(8669), - [sym_setter] = STATE(8669), - [sym_object_declaration] = STATE(8669), - [sym_secondary_constructor] = STATE(8669), - [sym_modifiers] = STATE(7392), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), + [sym_type_alias] = STATE(8631), + [sym__declaration] = STATE(8631), + [sym_class_declaration] = STATE(8631), + [aux_sym__class_member_declarations] = STATE(4248), + [sym__class_member_declaration] = STATE(8631), + [sym_anonymous_initializer] = STATE(8631), + [sym_companion_object] = STATE(8631), + [sym_function_declaration] = STATE(8631), + [sym_property_declaration] = STATE(8631), + [sym_getter] = STATE(8631), + [sym_setter] = STATE(8631), + [sym_object_declaration] = STATE(8631), + [sym_secondary_constructor] = STATE(8631), + [sym_modifiers] = STATE(7426), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_typealias] = ACTIONS(7373), - [anon_sym_class] = ACTIONS(7375), - [anon_sym_interface] = ACTIONS(7375), - [anon_sym_enum] = ACTIONS(7377), - [anon_sym_constructor] = ACTIONS(7379), - [anon_sym_RBRACE] = ACTIONS(7510), - [anon_sym_val] = ACTIONS(7383), + [anon_sym_typealias] = ACTIONS(7381), + [anon_sym_class] = ACTIONS(7383), + [anon_sym_interface] = ACTIONS(7383), + [anon_sym_enum] = ACTIONS(7385), + [anon_sym_constructor] = ACTIONS(7387), + [anon_sym_RBRACE] = ACTIONS(7567), + [anon_sym_val] = ACTIONS(7391), [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7385), - [anon_sym_companion] = ACTIONS(7387), - [anon_sym_object] = ACTIONS(7389), - [anon_sym_fun] = ACTIONS(7391), - [anon_sym_get] = ACTIONS(7393), - [anon_sym_set] = ACTIONS(7395), - [anon_sym_suspend] = ACTIONS(7397), - [anon_sym_sealed] = ACTIONS(7399), - [anon_sym_annotation] = ACTIONS(7399), - [anon_sym_data] = ACTIONS(7399), - [anon_sym_inner] = ACTIONS(7399), - [anon_sym_override] = ACTIONS(7401), - [anon_sym_lateinit] = ACTIONS(7401), - [anon_sym_public] = ACTIONS(7403), - [anon_sym_private] = ACTIONS(7403), - [anon_sym_internal] = ACTIONS(7403), - [anon_sym_protected] = ACTIONS(7403), - [anon_sym_tailrec] = ACTIONS(7397), - [anon_sym_operator] = ACTIONS(7397), - [anon_sym_infix] = ACTIONS(7397), - [anon_sym_inline] = ACTIONS(7397), - [anon_sym_external] = ACTIONS(7397), + [anon_sym_init] = ACTIONS(7393), + [anon_sym_companion] = ACTIONS(7395), + [anon_sym_object] = ACTIONS(7397), + [anon_sym_fun] = ACTIONS(7399), + [anon_sym_get] = ACTIONS(7401), + [anon_sym_set] = ACTIONS(7403), + [anon_sym_suspend] = ACTIONS(7405), + [anon_sym_sealed] = ACTIONS(7407), + [anon_sym_annotation] = ACTIONS(7407), + [anon_sym_data] = ACTIONS(7407), + [anon_sym_inner] = ACTIONS(7407), + [anon_sym_override] = ACTIONS(7409), + [anon_sym_lateinit] = ACTIONS(7409), + [anon_sym_public] = ACTIONS(7411), + [anon_sym_private] = ACTIONS(7411), + [anon_sym_internal] = ACTIONS(7411), + [anon_sym_protected] = ACTIONS(7411), + [anon_sym_tailrec] = ACTIONS(7405), + [anon_sym_operator] = ACTIONS(7405), + [anon_sym_infix] = ACTIONS(7405), + [anon_sym_inline] = ACTIONS(7405), + [anon_sym_external] = ACTIONS(7405), [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(7405), - [anon_sym_final] = ACTIONS(7405), - [anon_sym_open] = ACTIONS(7405), - [anon_sym_vararg] = ACTIONS(7407), - [anon_sym_noinline] = ACTIONS(7407), - [anon_sym_crossinline] = ACTIONS(7407), - [anon_sym_expect] = ACTIONS(7409), - [anon_sym_actual] = ACTIONS(7409), + [anon_sym_abstract] = ACTIONS(7413), + [anon_sym_final] = ACTIONS(7413), + [anon_sym_open] = ACTIONS(7413), + [anon_sym_vararg] = ACTIONS(7415), + [anon_sym_noinline] = ACTIONS(7415), + [anon_sym_crossinline] = ACTIONS(7415), + [anon_sym_expect] = ACTIONS(7417), + [anon_sym_actual] = ACTIONS(7417), [sym_line_comment] = ACTIONS(3), [sym_multiline_comment] = ACTIONS(3), }, [4285] = { - [sym_type_alias] = STATE(8669), - [sym__declaration] = STATE(8669), - [sym_class_declaration] = STATE(8669), - [aux_sym__class_member_declarations] = STATE(4269), - [sym__class_member_declaration] = STATE(8669), - [sym_anonymous_initializer] = STATE(8669), - [sym_companion_object] = STATE(8669), - [sym_function_declaration] = STATE(8669), - [sym_property_declaration] = STATE(8669), - [sym_getter] = STATE(8669), - [sym_setter] = STATE(8669), - [sym_object_declaration] = STATE(8669), - [sym_secondary_constructor] = STATE(8669), - [sym_modifiers] = STATE(7392), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [anon_sym_AT] = ACTIONS(3104), - [anon_sym_typealias] = ACTIONS(7373), - [anon_sym_class] = ACTIONS(7375), - [anon_sym_interface] = ACTIONS(7375), - [anon_sym_enum] = ACTIONS(7377), - [anon_sym_constructor] = ACTIONS(7379), - [anon_sym_RBRACE] = ACTIONS(7512), - [anon_sym_val] = ACTIONS(7383), - [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7385), - [anon_sym_companion] = ACTIONS(7387), - [anon_sym_object] = ACTIONS(7389), - [anon_sym_fun] = ACTIONS(7391), - [anon_sym_get] = ACTIONS(7393), - [anon_sym_set] = ACTIONS(7395), - [anon_sym_suspend] = ACTIONS(7397), - [anon_sym_sealed] = ACTIONS(7399), - [anon_sym_annotation] = ACTIONS(7399), - [anon_sym_data] = ACTIONS(7399), - [anon_sym_inner] = ACTIONS(7399), - [anon_sym_override] = ACTIONS(7401), - [anon_sym_lateinit] = ACTIONS(7401), - [anon_sym_public] = ACTIONS(7403), - [anon_sym_private] = ACTIONS(7403), - [anon_sym_internal] = ACTIONS(7403), - [anon_sym_protected] = ACTIONS(7403), - [anon_sym_tailrec] = ACTIONS(7397), - [anon_sym_operator] = ACTIONS(7397), - [anon_sym_infix] = ACTIONS(7397), - [anon_sym_inline] = ACTIONS(7397), - [anon_sym_external] = ACTIONS(7397), - [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(7405), - [anon_sym_final] = ACTIONS(7405), - [anon_sym_open] = ACTIONS(7405), - [anon_sym_vararg] = ACTIONS(7407), - [anon_sym_noinline] = ACTIONS(7407), - [anon_sym_crossinline] = ACTIONS(7407), - [anon_sym_expect] = ACTIONS(7409), - [anon_sym_actual] = ACTIONS(7409), + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(1850), + [sym__comparison_operator] = STATE(1849), + [sym__in_operator] = STATE(1845), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(1842), + [sym__multiplicative_operator] = STATE(1841), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1838), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_COMMA] = ACTIONS(7569), + [anon_sym_RPAREN] = ACTIONS(7569), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(7038), + [anon_sym_DOT] = ACTIONS(6409), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(7040), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7042), + [anon_sym_DOT_DOT] = ACTIONS(7044), + [anon_sym_QMARK_COLON] = ACTIONS(7046), + [anon_sym_AMP_AMP] = ACTIONS(7048), + [anon_sym_PIPE_PIPE] = ACTIONS(7050), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7052), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7054), + [anon_sym_EQ_EQ] = ACTIONS(7052), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7054), + [anon_sym_LT_EQ] = ACTIONS(7056), + [anon_sym_GT_EQ] = ACTIONS(7056), + [anon_sym_BANGin] = ACTIONS(7058), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7060), + [anon_sym_DASH] = ACTIONS(7060), + [anon_sym_SLASH] = ACTIONS(7062), + [anon_sym_PERCENT] = ACTIONS(7040), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, [4286] = { - [sym_type_alias] = STATE(8669), - [sym__declaration] = STATE(8669), - [sym_class_declaration] = STATE(8669), - [aux_sym__class_member_declarations] = STATE(4293), - [sym__class_member_declaration] = STATE(8669), - [sym_anonymous_initializer] = STATE(8669), - [sym_companion_object] = STATE(8669), - [sym_function_declaration] = STATE(8669), - [sym_property_declaration] = STATE(8669), - [sym_getter] = STATE(8669), - [sym_setter] = STATE(8669), - [sym_object_declaration] = STATE(8669), - [sym_secondary_constructor] = STATE(8669), - [sym_modifiers] = STATE(7392), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), + [sym_type_alias] = STATE(8631), + [sym__declaration] = STATE(8631), + [sym_class_declaration] = STATE(8631), + [aux_sym__class_member_declarations] = STATE(4298), + [sym__class_member_declaration] = STATE(8631), + [sym_anonymous_initializer] = STATE(8631), + [sym_companion_object] = STATE(8631), + [sym_function_declaration] = STATE(8631), + [sym_property_declaration] = STATE(8631), + [sym_getter] = STATE(8631), + [sym_setter] = STATE(8631), + [sym_object_declaration] = STATE(8631), + [sym_secondary_constructor] = STATE(8631), + [sym_modifiers] = STATE(7426), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_typealias] = ACTIONS(7373), - [anon_sym_class] = ACTIONS(7375), - [anon_sym_interface] = ACTIONS(7375), - [anon_sym_enum] = ACTIONS(7377), - [anon_sym_constructor] = ACTIONS(7379), - [anon_sym_RBRACE] = ACTIONS(7514), - [anon_sym_val] = ACTIONS(7383), + [anon_sym_typealias] = ACTIONS(7381), + [anon_sym_class] = ACTIONS(7383), + [anon_sym_interface] = ACTIONS(7383), + [anon_sym_enum] = ACTIONS(7385), + [anon_sym_constructor] = ACTIONS(7387), + [anon_sym_RBRACE] = ACTIONS(7571), + [anon_sym_val] = ACTIONS(7391), [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7385), - [anon_sym_companion] = ACTIONS(7387), - [anon_sym_object] = ACTIONS(7389), - [anon_sym_fun] = ACTIONS(7391), - [anon_sym_get] = ACTIONS(7393), - [anon_sym_set] = ACTIONS(7395), - [anon_sym_suspend] = ACTIONS(7397), - [anon_sym_sealed] = ACTIONS(7399), - [anon_sym_annotation] = ACTIONS(7399), - [anon_sym_data] = ACTIONS(7399), - [anon_sym_inner] = ACTIONS(7399), - [anon_sym_override] = ACTIONS(7401), - [anon_sym_lateinit] = ACTIONS(7401), - [anon_sym_public] = ACTIONS(7403), - [anon_sym_private] = ACTIONS(7403), - [anon_sym_internal] = ACTIONS(7403), - [anon_sym_protected] = ACTIONS(7403), - [anon_sym_tailrec] = ACTIONS(7397), - [anon_sym_operator] = ACTIONS(7397), - [anon_sym_infix] = ACTIONS(7397), - [anon_sym_inline] = ACTIONS(7397), - [anon_sym_external] = ACTIONS(7397), + [anon_sym_init] = ACTIONS(7393), + [anon_sym_companion] = ACTIONS(7395), + [anon_sym_object] = ACTIONS(7397), + [anon_sym_fun] = ACTIONS(7399), + [anon_sym_get] = ACTIONS(7401), + [anon_sym_set] = ACTIONS(7403), + [anon_sym_suspend] = ACTIONS(7405), + [anon_sym_sealed] = ACTIONS(7407), + [anon_sym_annotation] = ACTIONS(7407), + [anon_sym_data] = ACTIONS(7407), + [anon_sym_inner] = ACTIONS(7407), + [anon_sym_override] = ACTIONS(7409), + [anon_sym_lateinit] = ACTIONS(7409), + [anon_sym_public] = ACTIONS(7411), + [anon_sym_private] = ACTIONS(7411), + [anon_sym_internal] = ACTIONS(7411), + [anon_sym_protected] = ACTIONS(7411), + [anon_sym_tailrec] = ACTIONS(7405), + [anon_sym_operator] = ACTIONS(7405), + [anon_sym_infix] = ACTIONS(7405), + [anon_sym_inline] = ACTIONS(7405), + [anon_sym_external] = ACTIONS(7405), [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(7405), - [anon_sym_final] = ACTIONS(7405), - [anon_sym_open] = ACTIONS(7405), - [anon_sym_vararg] = ACTIONS(7407), - [anon_sym_noinline] = ACTIONS(7407), - [anon_sym_crossinline] = ACTIONS(7407), - [anon_sym_expect] = ACTIONS(7409), - [anon_sym_actual] = ACTIONS(7409), + [anon_sym_abstract] = ACTIONS(7413), + [anon_sym_final] = ACTIONS(7413), + [anon_sym_open] = ACTIONS(7413), + [anon_sym_vararg] = ACTIONS(7415), + [anon_sym_noinline] = ACTIONS(7415), + [anon_sym_crossinline] = ACTIONS(7415), + [anon_sym_expect] = ACTIONS(7417), + [anon_sym_actual] = ACTIONS(7417), [sym_line_comment] = ACTIONS(3), [sym_multiline_comment] = ACTIONS(3), }, [4287] = { - [sym_type_alias] = STATE(8669), - [sym__declaration] = STATE(8669), - [sym_class_declaration] = STATE(8669), - [aux_sym__class_member_declarations] = STATE(4293), - [sym__class_member_declaration] = STATE(8669), - [sym_anonymous_initializer] = STATE(8669), - [sym_companion_object] = STATE(8669), - [sym_function_declaration] = STATE(8669), - [sym_property_declaration] = STATE(8669), - [sym_getter] = STATE(8669), - [sym_setter] = STATE(8669), - [sym_object_declaration] = STATE(8669), - [sym_secondary_constructor] = STATE(8669), - [sym_modifiers] = STATE(7392), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), + [sym_type_alias] = STATE(8631), + [sym__declaration] = STATE(8631), + [sym_class_declaration] = STATE(8631), + [aux_sym__class_member_declarations] = STATE(4292), + [sym__class_member_declaration] = STATE(8631), + [sym_anonymous_initializer] = STATE(8631), + [sym_companion_object] = STATE(8631), + [sym_function_declaration] = STATE(8631), + [sym_property_declaration] = STATE(8631), + [sym_getter] = STATE(8631), + [sym_setter] = STATE(8631), + [sym_object_declaration] = STATE(8631), + [sym_secondary_constructor] = STATE(8631), + [sym_modifiers] = STATE(7426), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_typealias] = ACTIONS(7373), - [anon_sym_class] = ACTIONS(7375), - [anon_sym_interface] = ACTIONS(7375), - [anon_sym_enum] = ACTIONS(7377), - [anon_sym_constructor] = ACTIONS(7379), - [anon_sym_RBRACE] = ACTIONS(7516), - [anon_sym_val] = ACTIONS(7383), + [anon_sym_typealias] = ACTIONS(7381), + [anon_sym_class] = ACTIONS(7383), + [anon_sym_interface] = ACTIONS(7383), + [anon_sym_enum] = ACTIONS(7385), + [anon_sym_constructor] = ACTIONS(7387), + [anon_sym_RBRACE] = ACTIONS(7573), + [anon_sym_val] = ACTIONS(7391), [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7385), - [anon_sym_companion] = ACTIONS(7387), - [anon_sym_object] = ACTIONS(7389), - [anon_sym_fun] = ACTIONS(7391), - [anon_sym_get] = ACTIONS(7393), - [anon_sym_set] = ACTIONS(7395), - [anon_sym_suspend] = ACTIONS(7397), - [anon_sym_sealed] = ACTIONS(7399), - [anon_sym_annotation] = ACTIONS(7399), - [anon_sym_data] = ACTIONS(7399), - [anon_sym_inner] = ACTIONS(7399), - [anon_sym_override] = ACTIONS(7401), - [anon_sym_lateinit] = ACTIONS(7401), - [anon_sym_public] = ACTIONS(7403), - [anon_sym_private] = ACTIONS(7403), - [anon_sym_internal] = ACTIONS(7403), - [anon_sym_protected] = ACTIONS(7403), - [anon_sym_tailrec] = ACTIONS(7397), - [anon_sym_operator] = ACTIONS(7397), - [anon_sym_infix] = ACTIONS(7397), - [anon_sym_inline] = ACTIONS(7397), - [anon_sym_external] = ACTIONS(7397), + [anon_sym_init] = ACTIONS(7393), + [anon_sym_companion] = ACTIONS(7395), + [anon_sym_object] = ACTIONS(7397), + [anon_sym_fun] = ACTIONS(7399), + [anon_sym_get] = ACTIONS(7401), + [anon_sym_set] = ACTIONS(7403), + [anon_sym_suspend] = ACTIONS(7405), + [anon_sym_sealed] = ACTIONS(7407), + [anon_sym_annotation] = ACTIONS(7407), + [anon_sym_data] = ACTIONS(7407), + [anon_sym_inner] = ACTIONS(7407), + [anon_sym_override] = ACTIONS(7409), + [anon_sym_lateinit] = ACTIONS(7409), + [anon_sym_public] = ACTIONS(7411), + [anon_sym_private] = ACTIONS(7411), + [anon_sym_internal] = ACTIONS(7411), + [anon_sym_protected] = ACTIONS(7411), + [anon_sym_tailrec] = ACTIONS(7405), + [anon_sym_operator] = ACTIONS(7405), + [anon_sym_infix] = ACTIONS(7405), + [anon_sym_inline] = ACTIONS(7405), + [anon_sym_external] = ACTIONS(7405), [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(7405), - [anon_sym_final] = ACTIONS(7405), - [anon_sym_open] = ACTIONS(7405), - [anon_sym_vararg] = ACTIONS(7407), - [anon_sym_noinline] = ACTIONS(7407), - [anon_sym_crossinline] = ACTIONS(7407), - [anon_sym_expect] = ACTIONS(7409), - [anon_sym_actual] = ACTIONS(7409), + [anon_sym_abstract] = ACTIONS(7413), + [anon_sym_final] = ACTIONS(7413), + [anon_sym_open] = ACTIONS(7413), + [anon_sym_vararg] = ACTIONS(7415), + [anon_sym_noinline] = ACTIONS(7415), + [anon_sym_crossinline] = ACTIONS(7415), + [anon_sym_expect] = ACTIONS(7417), + [anon_sym_actual] = ACTIONS(7417), [sym_line_comment] = ACTIONS(3), [sym_multiline_comment] = ACTIONS(3), }, [4288] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2308), - [sym__comparison_operator] = STATE(2309), - [sym__in_operator] = STATE(2310), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2311), - [sym__multiplicative_operator] = STATE(2312), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2313), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_RBRACK] = ACTIONS(7518), - [anon_sym_as] = ACTIONS(6381), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_COMMA] = ACTIONS(7518), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7031), - [anon_sym_DOT] = ACTIONS(6387), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7007), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7033), - [anon_sym_DOT_DOT] = ACTIONS(7009), - [anon_sym_QMARK_COLON] = ACTIONS(7035), - [anon_sym_AMP_AMP] = ACTIONS(7037), - [anon_sym_PIPE_PIPE] = ACTIONS(7039), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7041), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7043), - [anon_sym_EQ_EQ] = ACTIONS(7041), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7043), - [anon_sym_LT_EQ] = ACTIONS(7045), - [anon_sym_GT_EQ] = ACTIONS(7045), - [anon_sym_BANGin] = ACTIONS(7047), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7011), - [anon_sym_DASH] = ACTIONS(7011), - [anon_sym_SLASH] = ACTIONS(7013), - [anon_sym_PERCENT] = ACTIONS(7007), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), + [sym_type_alias] = STATE(8631), + [sym__declaration] = STATE(8631), + [sym_class_declaration] = STATE(8631), + [aux_sym__class_member_declarations] = STATE(4248), + [sym__class_member_declaration] = STATE(8631), + [sym_anonymous_initializer] = STATE(8631), + [sym_companion_object] = STATE(8631), + [sym_function_declaration] = STATE(8631), + [sym_property_declaration] = STATE(8631), + [sym_getter] = STATE(8631), + [sym_setter] = STATE(8631), + [sym_object_declaration] = STATE(8631), + [sym_secondary_constructor] = STATE(8631), + [sym_modifiers] = STATE(7426), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_typealias] = ACTIONS(7381), + [anon_sym_class] = ACTIONS(7383), + [anon_sym_interface] = ACTIONS(7383), + [anon_sym_enum] = ACTIONS(7385), + [anon_sym_constructor] = ACTIONS(7387), + [anon_sym_RBRACE] = ACTIONS(7575), + [anon_sym_val] = ACTIONS(7391), + [anon_sym_var] = ACTIONS(29), + [anon_sym_init] = ACTIONS(7393), + [anon_sym_companion] = ACTIONS(7395), + [anon_sym_object] = ACTIONS(7397), + [anon_sym_fun] = ACTIONS(7399), + [anon_sym_get] = ACTIONS(7401), + [anon_sym_set] = ACTIONS(7403), + [anon_sym_suspend] = ACTIONS(7405), + [anon_sym_sealed] = ACTIONS(7407), + [anon_sym_annotation] = ACTIONS(7407), + [anon_sym_data] = ACTIONS(7407), + [anon_sym_inner] = ACTIONS(7407), + [anon_sym_override] = ACTIONS(7409), + [anon_sym_lateinit] = ACTIONS(7409), + [anon_sym_public] = ACTIONS(7411), + [anon_sym_private] = ACTIONS(7411), + [anon_sym_internal] = ACTIONS(7411), + [anon_sym_protected] = ACTIONS(7411), + [anon_sym_tailrec] = ACTIONS(7405), + [anon_sym_operator] = ACTIONS(7405), + [anon_sym_infix] = ACTIONS(7405), + [anon_sym_inline] = ACTIONS(7405), + [anon_sym_external] = ACTIONS(7405), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(7413), + [anon_sym_final] = ACTIONS(7413), + [anon_sym_open] = ACTIONS(7413), + [anon_sym_vararg] = ACTIONS(7415), + [anon_sym_noinline] = ACTIONS(7415), + [anon_sym_crossinline] = ACTIONS(7415), + [anon_sym_expect] = ACTIONS(7417), + [anon_sym_actual] = ACTIONS(7417), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), [sym_multiline_comment] = ACTIONS(3), }, [4289] = { - [sym_type_alias] = STATE(8669), - [sym__declaration] = STATE(8669), - [sym_class_declaration] = STATE(8669), - [aux_sym__class_member_declarations] = STATE(4286), - [sym__class_member_declaration] = STATE(8669), - [sym_anonymous_initializer] = STATE(8669), - [sym_companion_object] = STATE(8669), - [sym_function_declaration] = STATE(8669), - [sym_property_declaration] = STATE(8669), - [sym_getter] = STATE(8669), - [sym_setter] = STATE(8669), - [sym_object_declaration] = STATE(8669), - [sym_secondary_constructor] = STATE(8669), - [sym_modifiers] = STATE(7392), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), + [sym_type_alias] = STATE(8631), + [sym__declaration] = STATE(8631), + [sym_class_declaration] = STATE(8631), + [aux_sym__class_member_declarations] = STATE(4296), + [sym__class_member_declaration] = STATE(8631), + [sym_anonymous_initializer] = STATE(8631), + [sym_companion_object] = STATE(8631), + [sym_function_declaration] = STATE(8631), + [sym_property_declaration] = STATE(8631), + [sym_getter] = STATE(8631), + [sym_setter] = STATE(8631), + [sym_object_declaration] = STATE(8631), + [sym_secondary_constructor] = STATE(8631), + [sym_modifiers] = STATE(7426), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_typealias] = ACTIONS(7373), - [anon_sym_class] = ACTIONS(7375), - [anon_sym_interface] = ACTIONS(7375), - [anon_sym_enum] = ACTIONS(7377), - [anon_sym_constructor] = ACTIONS(7379), - [anon_sym_RBRACE] = ACTIONS(7520), - [anon_sym_val] = ACTIONS(7383), + [anon_sym_typealias] = ACTIONS(7381), + [anon_sym_class] = ACTIONS(7383), + [anon_sym_interface] = ACTIONS(7383), + [anon_sym_enum] = ACTIONS(7385), + [anon_sym_constructor] = ACTIONS(7387), + [anon_sym_RBRACE] = ACTIONS(7577), + [anon_sym_val] = ACTIONS(7391), [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7385), - [anon_sym_companion] = ACTIONS(7387), - [anon_sym_object] = ACTIONS(7389), - [anon_sym_fun] = ACTIONS(7391), - [anon_sym_get] = ACTIONS(7393), - [anon_sym_set] = ACTIONS(7395), - [anon_sym_suspend] = ACTIONS(7397), - [anon_sym_sealed] = ACTIONS(7399), - [anon_sym_annotation] = ACTIONS(7399), - [anon_sym_data] = ACTIONS(7399), - [anon_sym_inner] = ACTIONS(7399), - [anon_sym_override] = ACTIONS(7401), - [anon_sym_lateinit] = ACTIONS(7401), - [anon_sym_public] = ACTIONS(7403), - [anon_sym_private] = ACTIONS(7403), - [anon_sym_internal] = ACTIONS(7403), - [anon_sym_protected] = ACTIONS(7403), - [anon_sym_tailrec] = ACTIONS(7397), - [anon_sym_operator] = ACTIONS(7397), - [anon_sym_infix] = ACTIONS(7397), - [anon_sym_inline] = ACTIONS(7397), - [anon_sym_external] = ACTIONS(7397), + [anon_sym_init] = ACTIONS(7393), + [anon_sym_companion] = ACTIONS(7395), + [anon_sym_object] = ACTIONS(7397), + [anon_sym_fun] = ACTIONS(7399), + [anon_sym_get] = ACTIONS(7401), + [anon_sym_set] = ACTIONS(7403), + [anon_sym_suspend] = ACTIONS(7405), + [anon_sym_sealed] = ACTIONS(7407), + [anon_sym_annotation] = ACTIONS(7407), + [anon_sym_data] = ACTIONS(7407), + [anon_sym_inner] = ACTIONS(7407), + [anon_sym_override] = ACTIONS(7409), + [anon_sym_lateinit] = ACTIONS(7409), + [anon_sym_public] = ACTIONS(7411), + [anon_sym_private] = ACTIONS(7411), + [anon_sym_internal] = ACTIONS(7411), + [anon_sym_protected] = ACTIONS(7411), + [anon_sym_tailrec] = ACTIONS(7405), + [anon_sym_operator] = ACTIONS(7405), + [anon_sym_infix] = ACTIONS(7405), + [anon_sym_inline] = ACTIONS(7405), + [anon_sym_external] = ACTIONS(7405), [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(7405), - [anon_sym_final] = ACTIONS(7405), - [anon_sym_open] = ACTIONS(7405), - [anon_sym_vararg] = ACTIONS(7407), - [anon_sym_noinline] = ACTIONS(7407), - [anon_sym_crossinline] = ACTIONS(7407), - [anon_sym_expect] = ACTIONS(7409), - [anon_sym_actual] = ACTIONS(7409), + [anon_sym_abstract] = ACTIONS(7413), + [anon_sym_final] = ACTIONS(7413), + [anon_sym_open] = ACTIONS(7413), + [anon_sym_vararg] = ACTIONS(7415), + [anon_sym_noinline] = ACTIONS(7415), + [anon_sym_crossinline] = ACTIONS(7415), + [anon_sym_expect] = ACTIONS(7417), + [anon_sym_actual] = ACTIONS(7417), [sym_line_comment] = ACTIONS(3), [sym_multiline_comment] = ACTIONS(3), }, [4290] = { - [sym_type_alias] = STATE(8669), - [sym__declaration] = STATE(8669), - [sym_class_declaration] = STATE(8669), - [aux_sym__class_member_declarations] = STATE(4247), - [sym__class_member_declaration] = STATE(8669), - [sym_anonymous_initializer] = STATE(8669), - [sym_companion_object] = STATE(8669), - [sym_function_declaration] = STATE(8669), - [sym_property_declaration] = STATE(8669), - [sym_getter] = STATE(8669), - [sym_setter] = STATE(8669), - [sym_object_declaration] = STATE(8669), - [sym_secondary_constructor] = STATE(8669), - [sym_modifiers] = STATE(7392), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), + [sym_type_alias] = STATE(8631), + [sym__declaration] = STATE(8631), + [sym_class_declaration] = STATE(8631), + [aux_sym__class_member_declarations] = STATE(4294), + [sym__class_member_declaration] = STATE(8631), + [sym_anonymous_initializer] = STATE(8631), + [sym_companion_object] = STATE(8631), + [sym_function_declaration] = STATE(8631), + [sym_property_declaration] = STATE(8631), + [sym_getter] = STATE(8631), + [sym_setter] = STATE(8631), + [sym_object_declaration] = STATE(8631), + [sym_secondary_constructor] = STATE(8631), + [sym_modifiers] = STATE(7426), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_typealias] = ACTIONS(7373), - [anon_sym_class] = ACTIONS(7375), - [anon_sym_interface] = ACTIONS(7375), - [anon_sym_enum] = ACTIONS(7377), - [anon_sym_constructor] = ACTIONS(7379), - [anon_sym_RBRACE] = ACTIONS(7522), - [anon_sym_val] = ACTIONS(7383), + [anon_sym_typealias] = ACTIONS(7381), + [anon_sym_class] = ACTIONS(7383), + [anon_sym_interface] = ACTIONS(7383), + [anon_sym_enum] = ACTIONS(7385), + [anon_sym_constructor] = ACTIONS(7387), + [anon_sym_RBRACE] = ACTIONS(7579), + [anon_sym_val] = ACTIONS(7391), [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7385), - [anon_sym_companion] = ACTIONS(7387), - [anon_sym_object] = ACTIONS(7389), - [anon_sym_fun] = ACTIONS(7391), - [anon_sym_get] = ACTIONS(7393), - [anon_sym_set] = ACTIONS(7395), - [anon_sym_suspend] = ACTIONS(7397), - [anon_sym_sealed] = ACTIONS(7399), - [anon_sym_annotation] = ACTIONS(7399), - [anon_sym_data] = ACTIONS(7399), - [anon_sym_inner] = ACTIONS(7399), - [anon_sym_override] = ACTIONS(7401), - [anon_sym_lateinit] = ACTIONS(7401), - [anon_sym_public] = ACTIONS(7403), - [anon_sym_private] = ACTIONS(7403), - [anon_sym_internal] = ACTIONS(7403), - [anon_sym_protected] = ACTIONS(7403), - [anon_sym_tailrec] = ACTIONS(7397), - [anon_sym_operator] = ACTIONS(7397), - [anon_sym_infix] = ACTIONS(7397), - [anon_sym_inline] = ACTIONS(7397), - [anon_sym_external] = ACTIONS(7397), + [anon_sym_init] = ACTIONS(7393), + [anon_sym_companion] = ACTIONS(7395), + [anon_sym_object] = ACTIONS(7397), + [anon_sym_fun] = ACTIONS(7399), + [anon_sym_get] = ACTIONS(7401), + [anon_sym_set] = ACTIONS(7403), + [anon_sym_suspend] = ACTIONS(7405), + [anon_sym_sealed] = ACTIONS(7407), + [anon_sym_annotation] = ACTIONS(7407), + [anon_sym_data] = ACTIONS(7407), + [anon_sym_inner] = ACTIONS(7407), + [anon_sym_override] = ACTIONS(7409), + [anon_sym_lateinit] = ACTIONS(7409), + [anon_sym_public] = ACTIONS(7411), + [anon_sym_private] = ACTIONS(7411), + [anon_sym_internal] = ACTIONS(7411), + [anon_sym_protected] = ACTIONS(7411), + [anon_sym_tailrec] = ACTIONS(7405), + [anon_sym_operator] = ACTIONS(7405), + [anon_sym_infix] = ACTIONS(7405), + [anon_sym_inline] = ACTIONS(7405), + [anon_sym_external] = ACTIONS(7405), [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(7405), - [anon_sym_final] = ACTIONS(7405), - [anon_sym_open] = ACTIONS(7405), - [anon_sym_vararg] = ACTIONS(7407), - [anon_sym_noinline] = ACTIONS(7407), - [anon_sym_crossinline] = ACTIONS(7407), - [anon_sym_expect] = ACTIONS(7409), - [anon_sym_actual] = ACTIONS(7409), + [anon_sym_abstract] = ACTIONS(7413), + [anon_sym_final] = ACTIONS(7413), + [anon_sym_open] = ACTIONS(7413), + [anon_sym_vararg] = ACTIONS(7415), + [anon_sym_noinline] = ACTIONS(7415), + [anon_sym_crossinline] = ACTIONS(7415), + [anon_sym_expect] = ACTIONS(7417), + [anon_sym_actual] = ACTIONS(7417), [sym_line_comment] = ACTIONS(3), [sym_multiline_comment] = ACTIONS(3), }, [4291] = { - [sym_type_alias] = STATE(8669), - [sym__declaration] = STATE(8669), - [sym_class_declaration] = STATE(8669), - [aux_sym__class_member_declarations] = STATE(4293), - [sym__class_member_declaration] = STATE(8669), - [sym_anonymous_initializer] = STATE(8669), - [sym_companion_object] = STATE(8669), - [sym_function_declaration] = STATE(8669), - [sym_property_declaration] = STATE(8669), - [sym_getter] = STATE(8669), - [sym_setter] = STATE(8669), - [sym_object_declaration] = STATE(8669), - [sym_secondary_constructor] = STATE(8669), - [sym_modifiers] = STATE(7392), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), + [sym_type_alias] = STATE(8631), + [sym__declaration] = STATE(8631), + [sym_class_declaration] = STATE(8631), + [aux_sym__class_member_declarations] = STATE(4282), + [sym__class_member_declaration] = STATE(8631), + [sym_anonymous_initializer] = STATE(8631), + [sym_companion_object] = STATE(8631), + [sym_function_declaration] = STATE(8631), + [sym_property_declaration] = STATE(8631), + [sym_getter] = STATE(8631), + [sym_setter] = STATE(8631), + [sym_object_declaration] = STATE(8631), + [sym_secondary_constructor] = STATE(8631), + [sym_modifiers] = STATE(7426), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_typealias] = ACTIONS(7373), - [anon_sym_class] = ACTIONS(7375), - [anon_sym_interface] = ACTIONS(7375), - [anon_sym_enum] = ACTIONS(7377), - [anon_sym_constructor] = ACTIONS(7379), - [anon_sym_RBRACE] = ACTIONS(7520), - [anon_sym_val] = ACTIONS(7383), + [anon_sym_typealias] = ACTIONS(7381), + [anon_sym_class] = ACTIONS(7383), + [anon_sym_interface] = ACTIONS(7383), + [anon_sym_enum] = ACTIONS(7385), + [anon_sym_constructor] = ACTIONS(7387), + [anon_sym_RBRACE] = ACTIONS(7581), + [anon_sym_val] = ACTIONS(7391), [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7385), - [anon_sym_companion] = ACTIONS(7387), - [anon_sym_object] = ACTIONS(7389), - [anon_sym_fun] = ACTIONS(7391), - [anon_sym_get] = ACTIONS(7393), - [anon_sym_set] = ACTIONS(7395), - [anon_sym_suspend] = ACTIONS(7397), - [anon_sym_sealed] = ACTIONS(7399), - [anon_sym_annotation] = ACTIONS(7399), - [anon_sym_data] = ACTIONS(7399), - [anon_sym_inner] = ACTIONS(7399), - [anon_sym_override] = ACTIONS(7401), - [anon_sym_lateinit] = ACTIONS(7401), - [anon_sym_public] = ACTIONS(7403), - [anon_sym_private] = ACTIONS(7403), - [anon_sym_internal] = ACTIONS(7403), - [anon_sym_protected] = ACTIONS(7403), - [anon_sym_tailrec] = ACTIONS(7397), - [anon_sym_operator] = ACTIONS(7397), - [anon_sym_infix] = ACTIONS(7397), - [anon_sym_inline] = ACTIONS(7397), - [anon_sym_external] = ACTIONS(7397), + [anon_sym_init] = ACTIONS(7393), + [anon_sym_companion] = ACTIONS(7395), + [anon_sym_object] = ACTIONS(7397), + [anon_sym_fun] = ACTIONS(7399), + [anon_sym_get] = ACTIONS(7401), + [anon_sym_set] = ACTIONS(7403), + [anon_sym_suspend] = ACTIONS(7405), + [anon_sym_sealed] = ACTIONS(7407), + [anon_sym_annotation] = ACTIONS(7407), + [anon_sym_data] = ACTIONS(7407), + [anon_sym_inner] = ACTIONS(7407), + [anon_sym_override] = ACTIONS(7409), + [anon_sym_lateinit] = ACTIONS(7409), + [anon_sym_public] = ACTIONS(7411), + [anon_sym_private] = ACTIONS(7411), + [anon_sym_internal] = ACTIONS(7411), + [anon_sym_protected] = ACTIONS(7411), + [anon_sym_tailrec] = ACTIONS(7405), + [anon_sym_operator] = ACTIONS(7405), + [anon_sym_infix] = ACTIONS(7405), + [anon_sym_inline] = ACTIONS(7405), + [anon_sym_external] = ACTIONS(7405), [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(7405), - [anon_sym_final] = ACTIONS(7405), - [anon_sym_open] = ACTIONS(7405), - [anon_sym_vararg] = ACTIONS(7407), - [anon_sym_noinline] = ACTIONS(7407), - [anon_sym_crossinline] = ACTIONS(7407), - [anon_sym_expect] = ACTIONS(7409), - [anon_sym_actual] = ACTIONS(7409), + [anon_sym_abstract] = ACTIONS(7413), + [anon_sym_final] = ACTIONS(7413), + [anon_sym_open] = ACTIONS(7413), + [anon_sym_vararg] = ACTIONS(7415), + [anon_sym_noinline] = ACTIONS(7415), + [anon_sym_crossinline] = ACTIONS(7415), + [anon_sym_expect] = ACTIONS(7417), + [anon_sym_actual] = ACTIONS(7417), [sym_line_comment] = ACTIONS(3), [sym_multiline_comment] = ACTIONS(3), }, [4292] = { - [sym_type_alias] = STATE(8669), - [sym__declaration] = STATE(8669), - [sym_class_declaration] = STATE(8669), - [aux_sym__class_member_declarations] = STATE(4293), - [sym__class_member_declaration] = STATE(8669), - [sym_anonymous_initializer] = STATE(8669), - [sym_companion_object] = STATE(8669), - [sym_function_declaration] = STATE(8669), - [sym_property_declaration] = STATE(8669), - [sym_getter] = STATE(8669), - [sym_setter] = STATE(8669), - [sym_object_declaration] = STATE(8669), - [sym_secondary_constructor] = STATE(8669), - [sym_modifiers] = STATE(7392), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), + [sym_type_alias] = STATE(8631), + [sym__declaration] = STATE(8631), + [sym_class_declaration] = STATE(8631), + [aux_sym__class_member_declarations] = STATE(4248), + [sym__class_member_declaration] = STATE(8631), + [sym_anonymous_initializer] = STATE(8631), + [sym_companion_object] = STATE(8631), + [sym_function_declaration] = STATE(8631), + [sym_property_declaration] = STATE(8631), + [sym_getter] = STATE(8631), + [sym_setter] = STATE(8631), + [sym_object_declaration] = STATE(8631), + [sym_secondary_constructor] = STATE(8631), + [sym_modifiers] = STATE(7426), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), [anon_sym_AT] = ACTIONS(3104), - [anon_sym_typealias] = ACTIONS(7373), - [anon_sym_class] = ACTIONS(7375), - [anon_sym_interface] = ACTIONS(7375), - [anon_sym_enum] = ACTIONS(7377), - [anon_sym_constructor] = ACTIONS(7379), - [anon_sym_RBRACE] = ACTIONS(7504), - [anon_sym_val] = ACTIONS(7383), + [anon_sym_typealias] = ACTIONS(7381), + [anon_sym_class] = ACTIONS(7383), + [anon_sym_interface] = ACTIONS(7383), + [anon_sym_enum] = ACTIONS(7385), + [anon_sym_constructor] = ACTIONS(7387), + [anon_sym_RBRACE] = ACTIONS(7583), + [anon_sym_val] = ACTIONS(7391), [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7385), - [anon_sym_companion] = ACTIONS(7387), - [anon_sym_object] = ACTIONS(7389), - [anon_sym_fun] = ACTIONS(7391), - [anon_sym_get] = ACTIONS(7393), - [anon_sym_set] = ACTIONS(7395), - [anon_sym_suspend] = ACTIONS(7397), - [anon_sym_sealed] = ACTIONS(7399), - [anon_sym_annotation] = ACTIONS(7399), - [anon_sym_data] = ACTIONS(7399), - [anon_sym_inner] = ACTIONS(7399), - [anon_sym_override] = ACTIONS(7401), - [anon_sym_lateinit] = ACTIONS(7401), - [anon_sym_public] = ACTIONS(7403), - [anon_sym_private] = ACTIONS(7403), - [anon_sym_internal] = ACTIONS(7403), - [anon_sym_protected] = ACTIONS(7403), - [anon_sym_tailrec] = ACTIONS(7397), - [anon_sym_operator] = ACTIONS(7397), - [anon_sym_infix] = ACTIONS(7397), - [anon_sym_inline] = ACTIONS(7397), - [anon_sym_external] = ACTIONS(7397), + [anon_sym_init] = ACTIONS(7393), + [anon_sym_companion] = ACTIONS(7395), + [anon_sym_object] = ACTIONS(7397), + [anon_sym_fun] = ACTIONS(7399), + [anon_sym_get] = ACTIONS(7401), + [anon_sym_set] = ACTIONS(7403), + [anon_sym_suspend] = ACTIONS(7405), + [anon_sym_sealed] = ACTIONS(7407), + [anon_sym_annotation] = ACTIONS(7407), + [anon_sym_data] = ACTIONS(7407), + [anon_sym_inner] = ACTIONS(7407), + [anon_sym_override] = ACTIONS(7409), + [anon_sym_lateinit] = ACTIONS(7409), + [anon_sym_public] = ACTIONS(7411), + [anon_sym_private] = ACTIONS(7411), + [anon_sym_internal] = ACTIONS(7411), + [anon_sym_protected] = ACTIONS(7411), + [anon_sym_tailrec] = ACTIONS(7405), + [anon_sym_operator] = ACTIONS(7405), + [anon_sym_infix] = ACTIONS(7405), + [anon_sym_inline] = ACTIONS(7405), + [anon_sym_external] = ACTIONS(7405), [sym_property_modifier] = ACTIONS(3128), - [anon_sym_abstract] = ACTIONS(7405), - [anon_sym_final] = ACTIONS(7405), - [anon_sym_open] = ACTIONS(7405), - [anon_sym_vararg] = ACTIONS(7407), - [anon_sym_noinline] = ACTIONS(7407), - [anon_sym_crossinline] = ACTIONS(7407), - [anon_sym_expect] = ACTIONS(7409), - [anon_sym_actual] = ACTIONS(7409), + [anon_sym_abstract] = ACTIONS(7413), + [anon_sym_final] = ACTIONS(7413), + [anon_sym_open] = ACTIONS(7413), + [anon_sym_vararg] = ACTIONS(7415), + [anon_sym_noinline] = ACTIONS(7415), + [anon_sym_crossinline] = ACTIONS(7415), + [anon_sym_expect] = ACTIONS(7417), + [anon_sym_actual] = ACTIONS(7417), [sym_line_comment] = ACTIONS(3), [sym_multiline_comment] = ACTIONS(3), }, [4293] = { - [sym_type_alias] = STATE(8669), - [sym__declaration] = STATE(8669), - [sym_class_declaration] = STATE(8669), - [aux_sym__class_member_declarations] = STATE(4293), - [sym__class_member_declaration] = STATE(8669), - [sym_anonymous_initializer] = STATE(8669), - [sym_companion_object] = STATE(8669), - [sym_function_declaration] = STATE(8669), - [sym_property_declaration] = STATE(8669), - [sym_getter] = STATE(8669), - [sym_setter] = STATE(8669), - [sym_object_declaration] = STATE(8669), - [sym_secondary_constructor] = STATE(8669), - [sym_modifiers] = STATE(7392), - [sym__modifier] = STATE(5263), - [sym_class_modifier] = STATE(5263), - [sym_member_modifier] = STATE(5263), - [sym_visibility_modifier] = STATE(5263), - [sym_function_modifier] = STATE(5263), - [sym_inheritance_modifier] = STATE(5263), - [sym_parameter_modifier] = STATE(5263), - [sym_platform_modifier] = STATE(5263), - [sym_annotation] = STATE(5263), - [sym__single_annotation] = STATE(5562), - [sym__multi_annotation] = STATE(5562), - [aux_sym_modifiers_repeat1] = STATE(5263), - [anon_sym_AT] = ACTIONS(7524), - [anon_sym_typealias] = ACTIONS(7527), - [anon_sym_class] = ACTIONS(7530), - [anon_sym_interface] = ACTIONS(7530), - [anon_sym_enum] = ACTIONS(7533), - [anon_sym_constructor] = ACTIONS(7536), - [anon_sym_RBRACE] = ACTIONS(7539), - [anon_sym_val] = ACTIONS(7541), - [anon_sym_var] = ACTIONS(7544), - [anon_sym_init] = ACTIONS(7547), - [anon_sym_companion] = ACTIONS(7550), - [anon_sym_object] = ACTIONS(7553), - [anon_sym_fun] = ACTIONS(7556), - [anon_sym_get] = ACTIONS(7559), - [anon_sym_set] = ACTIONS(7562), - [anon_sym_suspend] = ACTIONS(7565), - [anon_sym_sealed] = ACTIONS(7568), - [anon_sym_annotation] = ACTIONS(7568), - [anon_sym_data] = ACTIONS(7568), - [anon_sym_inner] = ACTIONS(7568), - [anon_sym_override] = ACTIONS(7571), - [anon_sym_lateinit] = ACTIONS(7571), - [anon_sym_public] = ACTIONS(7574), - [anon_sym_private] = ACTIONS(7574), - [anon_sym_internal] = ACTIONS(7574), - [anon_sym_protected] = ACTIONS(7574), - [anon_sym_tailrec] = ACTIONS(7565), - [anon_sym_operator] = ACTIONS(7565), - [anon_sym_infix] = ACTIONS(7565), - [anon_sym_inline] = ACTIONS(7565), - [anon_sym_external] = ACTIONS(7565), - [sym_property_modifier] = ACTIONS(7577), - [anon_sym_abstract] = ACTIONS(7580), - [anon_sym_final] = ACTIONS(7580), - [anon_sym_open] = ACTIONS(7580), - [anon_sym_vararg] = ACTIONS(7583), - [anon_sym_noinline] = ACTIONS(7583), - [anon_sym_crossinline] = ACTIONS(7583), - [anon_sym_expect] = ACTIONS(7586), - [anon_sym_actual] = ACTIONS(7586), + [sym_type_alias] = STATE(8631), + [sym__declaration] = STATE(8631), + [sym_class_declaration] = STATE(8631), + [aux_sym__class_member_declarations] = STATE(4295), + [sym__class_member_declaration] = STATE(8631), + [sym_anonymous_initializer] = STATE(8631), + [sym_companion_object] = STATE(8631), + [sym_function_declaration] = STATE(8631), + [sym_property_declaration] = STATE(8631), + [sym_getter] = STATE(8631), + [sym_setter] = STATE(8631), + [sym_object_declaration] = STATE(8631), + [sym_secondary_constructor] = STATE(8631), + [sym_modifiers] = STATE(7426), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_typealias] = ACTIONS(7381), + [anon_sym_class] = ACTIONS(7383), + [anon_sym_interface] = ACTIONS(7383), + [anon_sym_enum] = ACTIONS(7385), + [anon_sym_constructor] = ACTIONS(7387), + [anon_sym_RBRACE] = ACTIONS(7583), + [anon_sym_val] = ACTIONS(7391), + [anon_sym_var] = ACTIONS(29), + [anon_sym_init] = ACTIONS(7393), + [anon_sym_companion] = ACTIONS(7395), + [anon_sym_object] = ACTIONS(7397), + [anon_sym_fun] = ACTIONS(7399), + [anon_sym_get] = ACTIONS(7401), + [anon_sym_set] = ACTIONS(7403), + [anon_sym_suspend] = ACTIONS(7405), + [anon_sym_sealed] = ACTIONS(7407), + [anon_sym_annotation] = ACTIONS(7407), + [anon_sym_data] = ACTIONS(7407), + [anon_sym_inner] = ACTIONS(7407), + [anon_sym_override] = ACTIONS(7409), + [anon_sym_lateinit] = ACTIONS(7409), + [anon_sym_public] = ACTIONS(7411), + [anon_sym_private] = ACTIONS(7411), + [anon_sym_internal] = ACTIONS(7411), + [anon_sym_protected] = ACTIONS(7411), + [anon_sym_tailrec] = ACTIONS(7405), + [anon_sym_operator] = ACTIONS(7405), + [anon_sym_infix] = ACTIONS(7405), + [anon_sym_inline] = ACTIONS(7405), + [anon_sym_external] = ACTIONS(7405), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(7413), + [anon_sym_final] = ACTIONS(7413), + [anon_sym_open] = ACTIONS(7413), + [anon_sym_vararg] = ACTIONS(7415), + [anon_sym_noinline] = ACTIONS(7415), + [anon_sym_crossinline] = ACTIONS(7415), + [anon_sym_expect] = ACTIONS(7417), + [anon_sym_actual] = ACTIONS(7417), [sym_line_comment] = ACTIONS(3), [sym_multiline_comment] = ACTIONS(3), }, [4294] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_RPAREN] = ACTIONS(7589), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), + [sym_type_alias] = STATE(8631), + [sym__declaration] = STATE(8631), + [sym_class_declaration] = STATE(8631), + [aux_sym__class_member_declarations] = STATE(4248), + [sym__class_member_declaration] = STATE(8631), + [sym_anonymous_initializer] = STATE(8631), + [sym_companion_object] = STATE(8631), + [sym_function_declaration] = STATE(8631), + [sym_property_declaration] = STATE(8631), + [sym_getter] = STATE(8631), + [sym_setter] = STATE(8631), + [sym_object_declaration] = STATE(8631), + [sym_secondary_constructor] = STATE(8631), + [sym_modifiers] = STATE(7426), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_typealias] = ACTIONS(7381), + [anon_sym_class] = ACTIONS(7383), + [anon_sym_interface] = ACTIONS(7383), + [anon_sym_enum] = ACTIONS(7385), + [anon_sym_constructor] = ACTIONS(7387), + [anon_sym_RBRACE] = ACTIONS(7585), + [anon_sym_val] = ACTIONS(7391), + [anon_sym_var] = ACTIONS(29), + [anon_sym_init] = ACTIONS(7393), + [anon_sym_companion] = ACTIONS(7395), + [anon_sym_object] = ACTIONS(7397), + [anon_sym_fun] = ACTIONS(7399), + [anon_sym_get] = ACTIONS(7401), + [anon_sym_set] = ACTIONS(7403), + [anon_sym_suspend] = ACTIONS(7405), + [anon_sym_sealed] = ACTIONS(7407), + [anon_sym_annotation] = ACTIONS(7407), + [anon_sym_data] = ACTIONS(7407), + [anon_sym_inner] = ACTIONS(7407), + [anon_sym_override] = ACTIONS(7409), + [anon_sym_lateinit] = ACTIONS(7409), + [anon_sym_public] = ACTIONS(7411), + [anon_sym_private] = ACTIONS(7411), + [anon_sym_internal] = ACTIONS(7411), + [anon_sym_protected] = ACTIONS(7411), + [anon_sym_tailrec] = ACTIONS(7405), + [anon_sym_operator] = ACTIONS(7405), + [anon_sym_infix] = ACTIONS(7405), + [anon_sym_inline] = ACTIONS(7405), + [anon_sym_external] = ACTIONS(7405), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(7413), + [anon_sym_final] = ACTIONS(7413), + [anon_sym_open] = ACTIONS(7413), + [anon_sym_vararg] = ACTIONS(7415), + [anon_sym_noinline] = ACTIONS(7415), + [anon_sym_crossinline] = ACTIONS(7415), + [anon_sym_expect] = ACTIONS(7417), + [anon_sym_actual] = ACTIONS(7417), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), [sym_multiline_comment] = ACTIONS(3), }, [4295] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_RPAREN] = ACTIONS(7591), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), + [sym_type_alias] = STATE(8631), + [sym__declaration] = STATE(8631), + [sym_class_declaration] = STATE(8631), + [aux_sym__class_member_declarations] = STATE(4248), + [sym__class_member_declaration] = STATE(8631), + [sym_anonymous_initializer] = STATE(8631), + [sym_companion_object] = STATE(8631), + [sym_function_declaration] = STATE(8631), + [sym_property_declaration] = STATE(8631), + [sym_getter] = STATE(8631), + [sym_setter] = STATE(8631), + [sym_object_declaration] = STATE(8631), + [sym_secondary_constructor] = STATE(8631), + [sym_modifiers] = STATE(7426), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_typealias] = ACTIONS(7381), + [anon_sym_class] = ACTIONS(7383), + [anon_sym_interface] = ACTIONS(7383), + [anon_sym_enum] = ACTIONS(7385), + [anon_sym_constructor] = ACTIONS(7387), + [anon_sym_RBRACE] = ACTIONS(7587), + [anon_sym_val] = ACTIONS(7391), + [anon_sym_var] = ACTIONS(29), + [anon_sym_init] = ACTIONS(7393), + [anon_sym_companion] = ACTIONS(7395), + [anon_sym_object] = ACTIONS(7397), + [anon_sym_fun] = ACTIONS(7399), + [anon_sym_get] = ACTIONS(7401), + [anon_sym_set] = ACTIONS(7403), + [anon_sym_suspend] = ACTIONS(7405), + [anon_sym_sealed] = ACTIONS(7407), + [anon_sym_annotation] = ACTIONS(7407), + [anon_sym_data] = ACTIONS(7407), + [anon_sym_inner] = ACTIONS(7407), + [anon_sym_override] = ACTIONS(7409), + [anon_sym_lateinit] = ACTIONS(7409), + [anon_sym_public] = ACTIONS(7411), + [anon_sym_private] = ACTIONS(7411), + [anon_sym_internal] = ACTIONS(7411), + [anon_sym_protected] = ACTIONS(7411), + [anon_sym_tailrec] = ACTIONS(7405), + [anon_sym_operator] = ACTIONS(7405), + [anon_sym_infix] = ACTIONS(7405), + [anon_sym_inline] = ACTIONS(7405), + [anon_sym_external] = ACTIONS(7405), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(7413), + [anon_sym_final] = ACTIONS(7413), + [anon_sym_open] = ACTIONS(7413), + [anon_sym_vararg] = ACTIONS(7415), + [anon_sym_noinline] = ACTIONS(7415), + [anon_sym_crossinline] = ACTIONS(7415), + [anon_sym_expect] = ACTIONS(7417), + [anon_sym_actual] = ACTIONS(7417), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), [sym_multiline_comment] = ACTIONS(3), }, [4296] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), - [sym__alpha_identifier] = ACTIONS(1686), - [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), - [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_RPAREN] = ACTIONS(7593), - [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), - [anon_sym_get] = ACTIONS(1686), - [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), - [anon_sym_data] = ACTIONS(1686), - [anon_sym_inner] = ACTIONS(1686), - [anon_sym_expect] = ACTIONS(1686), - [anon_sym_actual] = ACTIONS(1686), + [sym_type_alias] = STATE(8631), + [sym__declaration] = STATE(8631), + [sym_class_declaration] = STATE(8631), + [aux_sym__class_member_declarations] = STATE(4248), + [sym__class_member_declaration] = STATE(8631), + [sym_anonymous_initializer] = STATE(8631), + [sym_companion_object] = STATE(8631), + [sym_function_declaration] = STATE(8631), + [sym_property_declaration] = STATE(8631), + [sym_getter] = STATE(8631), + [sym_setter] = STATE(8631), + [sym_object_declaration] = STATE(8631), + [sym_secondary_constructor] = STATE(8631), + [sym_modifiers] = STATE(7426), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_typealias] = ACTIONS(7381), + [anon_sym_class] = ACTIONS(7383), + [anon_sym_interface] = ACTIONS(7383), + [anon_sym_enum] = ACTIONS(7385), + [anon_sym_constructor] = ACTIONS(7387), + [anon_sym_RBRACE] = ACTIONS(7589), + [anon_sym_val] = ACTIONS(7391), + [anon_sym_var] = ACTIONS(29), + [anon_sym_init] = ACTIONS(7393), + [anon_sym_companion] = ACTIONS(7395), + [anon_sym_object] = ACTIONS(7397), + [anon_sym_fun] = ACTIONS(7399), + [anon_sym_get] = ACTIONS(7401), + [anon_sym_set] = ACTIONS(7403), + [anon_sym_suspend] = ACTIONS(7405), + [anon_sym_sealed] = ACTIONS(7407), + [anon_sym_annotation] = ACTIONS(7407), + [anon_sym_data] = ACTIONS(7407), + [anon_sym_inner] = ACTIONS(7407), + [anon_sym_override] = ACTIONS(7409), + [anon_sym_lateinit] = ACTIONS(7409), + [anon_sym_public] = ACTIONS(7411), + [anon_sym_private] = ACTIONS(7411), + [anon_sym_internal] = ACTIONS(7411), + [anon_sym_protected] = ACTIONS(7411), + [anon_sym_tailrec] = ACTIONS(7405), + [anon_sym_operator] = ACTIONS(7405), + [anon_sym_infix] = ACTIONS(7405), + [anon_sym_inline] = ACTIONS(7405), + [anon_sym_external] = ACTIONS(7405), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(7413), + [anon_sym_final] = ACTIONS(7413), + [anon_sym_open] = ACTIONS(7413), + [anon_sym_vararg] = ACTIONS(7415), + [anon_sym_noinline] = ACTIONS(7415), + [anon_sym_crossinline] = ACTIONS(7415), + [anon_sym_expect] = ACTIONS(7417), + [anon_sym_actual] = ACTIONS(7417), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), [sym_multiline_comment] = ACTIONS(3), }, [4297] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [sym_type_alias] = STATE(8631), + [sym__declaration] = STATE(8631), + [sym_class_declaration] = STATE(8631), + [aux_sym__class_member_declarations] = STATE(4299), + [sym__class_member_declaration] = STATE(8631), + [sym_anonymous_initializer] = STATE(8631), + [sym_companion_object] = STATE(8631), + [sym_function_declaration] = STATE(8631), + [sym_property_declaration] = STATE(8631), + [sym_getter] = STATE(8631), + [sym_setter] = STATE(8631), + [sym_object_declaration] = STATE(8631), + [sym_secondary_constructor] = STATE(8631), + [sym_modifiers] = STATE(7426), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_typealias] = ACTIONS(7381), + [anon_sym_class] = ACTIONS(7383), + [anon_sym_interface] = ACTIONS(7383), + [anon_sym_enum] = ACTIONS(7385), + [anon_sym_constructor] = ACTIONS(7387), + [anon_sym_RBRACE] = ACTIONS(7575), + [anon_sym_val] = ACTIONS(7391), + [anon_sym_var] = ACTIONS(29), + [anon_sym_init] = ACTIONS(7393), + [anon_sym_companion] = ACTIONS(7395), + [anon_sym_object] = ACTIONS(7397), + [anon_sym_fun] = ACTIONS(7399), + [anon_sym_get] = ACTIONS(7401), + [anon_sym_set] = ACTIONS(7403), + [anon_sym_suspend] = ACTIONS(7405), + [anon_sym_sealed] = ACTIONS(7407), + [anon_sym_annotation] = ACTIONS(7407), + [anon_sym_data] = ACTIONS(7407), + [anon_sym_inner] = ACTIONS(7407), + [anon_sym_override] = ACTIONS(7409), + [anon_sym_lateinit] = ACTIONS(7409), + [anon_sym_public] = ACTIONS(7411), + [anon_sym_private] = ACTIONS(7411), + [anon_sym_internal] = ACTIONS(7411), + [anon_sym_protected] = ACTIONS(7411), + [anon_sym_tailrec] = ACTIONS(7405), + [anon_sym_operator] = ACTIONS(7405), + [anon_sym_infix] = ACTIONS(7405), + [anon_sym_inline] = ACTIONS(7405), + [anon_sym_external] = ACTIONS(7405), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(7413), + [anon_sym_final] = ACTIONS(7413), + [anon_sym_open] = ACTIONS(7413), + [anon_sym_vararg] = ACTIONS(7415), + [anon_sym_noinline] = ACTIONS(7415), + [anon_sym_crossinline] = ACTIONS(7415), + [anon_sym_expect] = ACTIONS(7417), + [anon_sym_actual] = ACTIONS(7417), + [sym_line_comment] = ACTIONS(3), + [sym_multiline_comment] = ACTIONS(3), + }, + [4298] = { + [sym_type_alias] = STATE(8631), + [sym__declaration] = STATE(8631), + [sym_class_declaration] = STATE(8631), + [aux_sym__class_member_declarations] = STATE(4248), + [sym__class_member_declaration] = STATE(8631), + [sym_anonymous_initializer] = STATE(8631), + [sym_companion_object] = STATE(8631), + [sym_function_declaration] = STATE(8631), + [sym_property_declaration] = STATE(8631), + [sym_getter] = STATE(8631), + [sym_setter] = STATE(8631), + [sym_object_declaration] = STATE(8631), + [sym_secondary_constructor] = STATE(8631), + [sym_modifiers] = STATE(7426), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_typealias] = ACTIONS(7381), + [anon_sym_class] = ACTIONS(7383), + [anon_sym_interface] = ACTIONS(7383), + [anon_sym_enum] = ACTIONS(7385), + [anon_sym_constructor] = ACTIONS(7387), + [anon_sym_RBRACE] = ACTIONS(7591), + [anon_sym_val] = ACTIONS(7391), + [anon_sym_var] = ACTIONS(29), + [anon_sym_init] = ACTIONS(7393), + [anon_sym_companion] = ACTIONS(7395), + [anon_sym_object] = ACTIONS(7397), + [anon_sym_fun] = ACTIONS(7399), + [anon_sym_get] = ACTIONS(7401), + [anon_sym_set] = ACTIONS(7403), + [anon_sym_suspend] = ACTIONS(7405), + [anon_sym_sealed] = ACTIONS(7407), + [anon_sym_annotation] = ACTIONS(7407), + [anon_sym_data] = ACTIONS(7407), + [anon_sym_inner] = ACTIONS(7407), + [anon_sym_override] = ACTIONS(7409), + [anon_sym_lateinit] = ACTIONS(7409), + [anon_sym_public] = ACTIONS(7411), + [anon_sym_private] = ACTIONS(7411), + [anon_sym_internal] = ACTIONS(7411), + [anon_sym_protected] = ACTIONS(7411), + [anon_sym_tailrec] = ACTIONS(7405), + [anon_sym_operator] = ACTIONS(7405), + [anon_sym_infix] = ACTIONS(7405), + [anon_sym_inline] = ACTIONS(7405), + [anon_sym_external] = ACTIONS(7405), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(7413), + [anon_sym_final] = ACTIONS(7413), + [anon_sym_open] = ACTIONS(7413), + [anon_sym_vararg] = ACTIONS(7415), + [anon_sym_noinline] = ACTIONS(7415), + [anon_sym_crossinline] = ACTIONS(7415), + [anon_sym_expect] = ACTIONS(7417), + [anon_sym_actual] = ACTIONS(7417), + [sym_line_comment] = ACTIONS(3), + [sym_multiline_comment] = ACTIONS(3), + }, + [4299] = { + [sym_type_alias] = STATE(8631), + [sym__declaration] = STATE(8631), + [sym_class_declaration] = STATE(8631), + [aux_sym__class_member_declarations] = STATE(4248), + [sym__class_member_declaration] = STATE(8631), + [sym_anonymous_initializer] = STATE(8631), + [sym_companion_object] = STATE(8631), + [sym_function_declaration] = STATE(8631), + [sym_property_declaration] = STATE(8631), + [sym_getter] = STATE(8631), + [sym_setter] = STATE(8631), + [sym_object_declaration] = STATE(8631), + [sym_secondary_constructor] = STATE(8631), + [sym_modifiers] = STATE(7426), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_typealias] = ACTIONS(7381), + [anon_sym_class] = ACTIONS(7383), + [anon_sym_interface] = ACTIONS(7383), + [anon_sym_enum] = ACTIONS(7385), + [anon_sym_constructor] = ACTIONS(7387), + [anon_sym_RBRACE] = ACTIONS(7593), + [anon_sym_val] = ACTIONS(7391), + [anon_sym_var] = ACTIONS(29), + [anon_sym_init] = ACTIONS(7393), + [anon_sym_companion] = ACTIONS(7395), + [anon_sym_object] = ACTIONS(7397), + [anon_sym_fun] = ACTIONS(7399), + [anon_sym_get] = ACTIONS(7401), + [anon_sym_set] = ACTIONS(7403), + [anon_sym_suspend] = ACTIONS(7405), + [anon_sym_sealed] = ACTIONS(7407), + [anon_sym_annotation] = ACTIONS(7407), + [anon_sym_data] = ACTIONS(7407), + [anon_sym_inner] = ACTIONS(7407), + [anon_sym_override] = ACTIONS(7409), + [anon_sym_lateinit] = ACTIONS(7409), + [anon_sym_public] = ACTIONS(7411), + [anon_sym_private] = ACTIONS(7411), + [anon_sym_internal] = ACTIONS(7411), + [anon_sym_protected] = ACTIONS(7411), + [anon_sym_tailrec] = ACTIONS(7405), + [anon_sym_operator] = ACTIONS(7405), + [anon_sym_infix] = ACTIONS(7405), + [anon_sym_inline] = ACTIONS(7405), + [anon_sym_external] = ACTIONS(7405), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(7413), + [anon_sym_final] = ACTIONS(7413), + [anon_sym_open] = ACTIONS(7413), + [anon_sym_vararg] = ACTIONS(7415), + [anon_sym_noinline] = ACTIONS(7415), + [anon_sym_crossinline] = ACTIONS(7415), + [anon_sym_expect] = ACTIONS(7417), + [anon_sym_actual] = ACTIONS(7417), + [sym_line_comment] = ACTIONS(3), + [sym_multiline_comment] = ACTIONS(3), + }, + [4300] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(1850), + [sym__comparison_operator] = STATE(1849), + [sym__in_operator] = STATE(1845), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(1842), + [sym__multiplicative_operator] = STATE(1841), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1838), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_COMMA] = ACTIONS(7595), [anon_sym_RPAREN] = ACTIONS(7595), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7038), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7040), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7042), + [anon_sym_DOT_DOT] = ACTIONS(7044), + [anon_sym_QMARK_COLON] = ACTIONS(7046), + [anon_sym_AMP_AMP] = ACTIONS(7048), + [anon_sym_PIPE_PIPE] = ACTIONS(7050), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7052), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7054), + [anon_sym_EQ_EQ] = ACTIONS(7052), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7054), + [anon_sym_LT_EQ] = ACTIONS(7056), + [anon_sym_GT_EQ] = ACTIONS(7056), + [anon_sym_BANGin] = ACTIONS(7058), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7060), + [anon_sym_DASH] = ACTIONS(7060), + [anon_sym_SLASH] = ACTIONS(7062), + [anon_sym_PERCENT] = ACTIONS(7040), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4298] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4301] = { + [sym_type_alias] = STATE(8631), + [sym__declaration] = STATE(8631), + [sym_class_declaration] = STATE(8631), + [aux_sym__class_member_declarations] = STATE(4232), + [sym__class_member_declaration] = STATE(8631), + [sym_anonymous_initializer] = STATE(8631), + [sym_companion_object] = STATE(8631), + [sym_function_declaration] = STATE(8631), + [sym_property_declaration] = STATE(8631), + [sym_getter] = STATE(8631), + [sym_setter] = STATE(8631), + [sym_object_declaration] = STATE(8631), + [sym_secondary_constructor] = STATE(8631), + [sym_modifiers] = STATE(7426), + [sym__modifier] = STATE(5318), + [sym_class_modifier] = STATE(5318), + [sym_member_modifier] = STATE(5318), + [sym_visibility_modifier] = STATE(5318), + [sym_function_modifier] = STATE(5318), + [sym_inheritance_modifier] = STATE(5318), + [sym_parameter_modifier] = STATE(5318), + [sym_platform_modifier] = STATE(5318), + [sym_annotation] = STATE(5318), + [sym__single_annotation] = STATE(5571), + [sym__multi_annotation] = STATE(5571), + [aux_sym_modifiers_repeat1] = STATE(5318), + [anon_sym_AT] = ACTIONS(3104), + [anon_sym_typealias] = ACTIONS(7381), + [anon_sym_class] = ACTIONS(7383), + [anon_sym_interface] = ACTIONS(7383), + [anon_sym_enum] = ACTIONS(7385), + [anon_sym_constructor] = ACTIONS(7387), + [anon_sym_RBRACE] = ACTIONS(7591), + [anon_sym_val] = ACTIONS(7391), + [anon_sym_var] = ACTIONS(29), + [anon_sym_init] = ACTIONS(7393), + [anon_sym_companion] = ACTIONS(7395), + [anon_sym_object] = ACTIONS(7397), + [anon_sym_fun] = ACTIONS(7399), + [anon_sym_get] = ACTIONS(7401), + [anon_sym_set] = ACTIONS(7403), + [anon_sym_suspend] = ACTIONS(7405), + [anon_sym_sealed] = ACTIONS(7407), + [anon_sym_annotation] = ACTIONS(7407), + [anon_sym_data] = ACTIONS(7407), + [anon_sym_inner] = ACTIONS(7407), + [anon_sym_override] = ACTIONS(7409), + [anon_sym_lateinit] = ACTIONS(7409), + [anon_sym_public] = ACTIONS(7411), + [anon_sym_private] = ACTIONS(7411), + [anon_sym_internal] = ACTIONS(7411), + [anon_sym_protected] = ACTIONS(7411), + [anon_sym_tailrec] = ACTIONS(7405), + [anon_sym_operator] = ACTIONS(7405), + [anon_sym_infix] = ACTIONS(7405), + [anon_sym_inline] = ACTIONS(7405), + [anon_sym_external] = ACTIONS(7405), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(7413), + [anon_sym_final] = ACTIONS(7413), + [anon_sym_open] = ACTIONS(7413), + [anon_sym_vararg] = ACTIONS(7415), + [anon_sym_noinline] = ACTIONS(7415), + [anon_sym_crossinline] = ACTIONS(7415), + [anon_sym_expect] = ACTIONS(7417), + [anon_sym_actual] = ACTIONS(7417), + [sym_line_comment] = ACTIONS(3), + [sym_multiline_comment] = ACTIONS(3), + }, + [4302] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7597), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4299] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4303] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7599), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4300] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4304] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7601), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4301] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4305] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7603), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4302] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4306] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7605), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4303] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4307] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7607), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4304] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4308] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7609), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4305] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4309] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7611), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4306] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4310] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7613), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4307] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4311] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7615), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4308] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4312] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7617), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4309] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4313] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7619), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4310] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4314] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7621), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4311] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4315] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7623), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4312] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4316] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7625), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4313] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4317] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7627), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4314] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4318] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7629), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4315] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4319] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7631), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4316] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4320] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7633), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4317] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4321] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7635), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4318] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4322] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7637), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4319] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4323] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7639), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4320] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4324] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7641), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4321] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4325] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7643), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4322] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4326] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7645), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4323] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4327] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7647), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4324] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4328] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7649), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4325] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4329] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7651), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4326] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4330] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7653), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4327] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4331] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7655), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4328] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4332] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7657), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4329] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4333] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7659), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4330] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4334] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7661), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4331] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4335] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7663), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4332] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4336] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7665), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4333] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4337] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7667), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4334] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4338] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7669), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4335] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4339] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7671), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4336] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4340] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7673), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4337] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4341] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7675), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4338] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4342] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7677), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4339] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4343] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7679), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4340] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4344] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7681), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4341] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4345] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7683), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4342] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4346] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7685), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4343] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4347] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(7687), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_RPAREN] = ACTIONS(7687), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4344] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4348] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7689), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4345] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4349] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7691), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4346] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4350] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7693), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4347] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4351] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7695), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4348] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4352] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7697), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4349] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4353] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7699), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4350] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4354] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7701), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4351] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4355] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7703), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4352] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4356] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7705), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4353] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4357] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7707), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4354] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4358] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7709), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4355] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4359] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7711), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4356] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4360] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7713), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4357] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4361] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7715), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4358] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4362] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7717), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4359] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4363] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7719), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4360] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4364] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7721), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4361] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4365] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7723), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4362] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4366] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7725), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4363] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4367] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7727), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4364] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4368] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7729), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4365] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4369] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7731), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4366] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4370] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7733), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4367] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4371] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7735), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4368] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4372] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7737), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4369] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4373] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7739), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4370] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4374] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7741), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4371] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4375] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7743), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4372] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4376] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7745), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4373] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4377] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7747), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4374] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4378] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7749), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4375] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4379] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7751), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4376] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4380] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7753), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4377] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4381] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7755), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4378] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4382] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7757), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4379] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4383] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7759), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4380] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4384] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7761), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4381] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4385] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7763), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4382] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4386] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7765), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4383] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4387] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7767), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4384] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4388] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7769), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4385] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4389] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7771), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4386] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4390] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7773), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4387] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4391] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7775), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4388] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4392] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7777), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4389] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4393] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7779), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4390] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4394] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7781), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4391] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4395] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7783), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4392] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4396] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7785), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4393] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4397] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7787), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4394] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4398] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7789), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4395] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4399] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7791), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4396] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4400] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7793), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4397] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4401] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7795), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4398] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4402] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7797), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4399] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4403] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7799), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4400] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4404] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7801), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4401] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4405] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7803), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4402] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4406] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7805), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4403] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4407] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7807), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4404] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4408] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7809), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4405] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4409] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7811), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4406] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4410] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7813), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4407] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4411] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7815), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4408] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4412] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7817), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4409] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4413] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7819), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4410] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4414] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7821), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4411] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4415] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7823), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4412] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4416] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7825), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4413] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4417] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7827), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4414] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4418] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7829), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4415] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4419] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7831), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4416] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4420] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7833), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4417] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4421] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7835), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4418] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4422] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7837), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4419] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4423] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7839), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4420] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4424] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7841), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4421] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4425] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), - [anon_sym_RPAREN] = ACTIONS(7843), + [anon_sym_RBRACE] = ACTIONS(7843), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, - [4422] = { - [sym_indexing_suffix] = STATE(4582), - [sym_navigation_suffix] = STATE(4649), - [sym_call_suffix] = STATE(4585), - [sym_annotated_lambda] = STATE(4587), - [sym_type_arguments] = STATE(7434), - [sym_value_arguments] = STATE(4425), - [sym_lambda_literal] = STATE(4588), - [sym__equality_operator] = STATE(2057), - [sym__comparison_operator] = STATE(2058), - [sym__in_operator] = STATE(2065), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2067), - [sym__multiplicative_operator] = STATE(2069), - [sym__as_operator] = STATE(5924), - [sym__postfix_unary_operator] = STATE(4589), - [sym__member_access_operator] = STATE(7210), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [sym_simple_identifier] = STATE(2070), - [sym__lexical_identifier] = STATE(3796), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), + [4426] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), [sym__alpha_identifier] = ACTIONS(1686), [anon_sym_AT] = ACTIONS(1688), - [anon_sym_LBRACK] = ACTIONS(6379), - [anon_sym_as] = ACTIONS(6381), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), [anon_sym_LBRACE] = ACTIONS(1854), - [anon_sym_LPAREN] = ACTIONS(6383), + [anon_sym_LPAREN] = ACTIONS(6405), [anon_sym_RPAREN] = ACTIONS(7845), [anon_sym_LT] = ACTIONS(1700), - [anon_sym_GT] = ACTIONS(7246), - [anon_sym_DOT] = ACTIONS(6387), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), [anon_sym_get] = ACTIONS(1686), [anon_sym_set] = ACTIONS(1686), - [anon_sym_STAR] = ACTIONS(7234), - [sym_label] = ACTIONS(6391), - [anon_sym_in] = ACTIONS(7248), - [anon_sym_DOT_DOT] = ACTIONS(7236), - [anon_sym_QMARK_COLON] = ACTIONS(7242), - [anon_sym_AMP_AMP] = ACTIONS(7250), - [anon_sym_PIPE_PIPE] = ACTIONS(7252), - [anon_sym_COLON_COLON] = ACTIONS(6403), - [anon_sym_BANG_EQ] = ACTIONS(7254), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7256), - [anon_sym_EQ_EQ] = ACTIONS(7254), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7256), - [anon_sym_LT_EQ] = ACTIONS(7258), - [anon_sym_GT_EQ] = ACTIONS(7258), - [anon_sym_BANGin] = ACTIONS(7260), - [anon_sym_is] = ACTIONS(6413), - [anon_sym_BANGis] = ACTIONS(6415), - [anon_sym_PLUS] = ACTIONS(7238), - [anon_sym_DASH] = ACTIONS(7238), - [anon_sym_SLASH] = ACTIONS(7240), - [anon_sym_PERCENT] = ACTIONS(7234), - [anon_sym_as_QMARK] = ACTIONS(6419), - [anon_sym_PLUS_PLUS] = ACTIONS(6421), - [anon_sym_DASH_DASH] = ACTIONS(6421), - [anon_sym_BANG_BANG] = ACTIONS(6421), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), [anon_sym_data] = ACTIONS(1686), [anon_sym_inner] = ACTIONS(1686), [anon_sym_expect] = ACTIONS(1686), [anon_sym_actual] = ACTIONS(1686), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1750), - [sym_safe_nav] = ACTIONS(6403), - [sym_multiline_comment] = ACTIONS(3), - }, - [4423] = { - [sym__alpha_identifier] = ACTIONS(3828), - [anon_sym_AT] = ACTIONS(3830), - [anon_sym_LBRACK] = ACTIONS(3833), - [anon_sym_LBRACE] = ACTIONS(3833), - [anon_sym_LPAREN] = ACTIONS(3833), - [anon_sym_object] = ACTIONS(3828), - [anon_sym_fun] = ACTIONS(3828), - [anon_sym_get] = ACTIONS(3837), - [anon_sym_set] = ACTIONS(3837), - [anon_sym_this] = ACTIONS(3828), - [anon_sym_super] = ACTIONS(3828), - [anon_sym_STAR] = ACTIONS(3833), - [sym_label] = ACTIONS(3828), - [anon_sym_null] = ACTIONS(3828), - [anon_sym_if] = ACTIONS(3828), - [anon_sym_when] = ACTIONS(3828), - [anon_sym_try] = ACTIONS(3828), - [anon_sym_throw] = ACTIONS(3828), - [anon_sym_return] = ACTIONS(3828), - [anon_sym_continue] = ACTIONS(3828), - [anon_sym_break] = ACTIONS(3828), - [anon_sym_COLON_COLON] = ACTIONS(3833), - [anon_sym_PLUS] = ACTIONS(3828), - [anon_sym_DASH] = ACTIONS(3828), - [anon_sym_PLUS_PLUS] = ACTIONS(3833), - [anon_sym_DASH_DASH] = ACTIONS(3833), - [anon_sym_BANG] = ACTIONS(3833), - [anon_sym_suspend] = ACTIONS(3835), - [anon_sym_sealed] = ACTIONS(3835), - [anon_sym_annotation] = ACTIONS(3835), - [anon_sym_data] = ACTIONS(3837), - [anon_sym_inner] = ACTIONS(3837), - [anon_sym_override] = ACTIONS(3835), - [anon_sym_lateinit] = ACTIONS(3835), - [anon_sym_public] = ACTIONS(3835), - [anon_sym_private] = ACTIONS(3835), - [anon_sym_internal] = ACTIONS(3835), - [anon_sym_protected] = ACTIONS(3835), - [anon_sym_tailrec] = ACTIONS(3835), - [anon_sym_operator] = ACTIONS(3835), - [anon_sym_infix] = ACTIONS(3835), - [anon_sym_inline] = ACTIONS(3835), - [anon_sym_external] = ACTIONS(3835), - [sym_property_modifier] = ACTIONS(3835), - [anon_sym_abstract] = ACTIONS(3835), - [anon_sym_final] = ACTIONS(3835), - [anon_sym_open] = ACTIONS(3835), - [anon_sym_vararg] = ACTIONS(3835), - [anon_sym_noinline] = ACTIONS(3835), - [anon_sym_crossinline] = ACTIONS(3835), - [anon_sym_expect] = ACTIONS(3837), - [anon_sym_actual] = ACTIONS(3837), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3833), - [anon_sym_continue_AT] = ACTIONS(3833), - [anon_sym_break_AT] = ACTIONS(3833), - [sym_real_literal] = ACTIONS(3833), - [sym_integer_literal] = ACTIONS(3828), - [sym_hex_literal] = ACTIONS(3833), - [sym_bin_literal] = ACTIONS(3833), - [anon_sym_true] = ACTIONS(3828), - [anon_sym_false] = ACTIONS(3828), - [anon_sym_SQUOTE] = ACTIONS(3833), - [sym__backtick_identifier] = ACTIONS(3833), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3833), - }, - [4424] = { - [sym__alpha_identifier] = ACTIONS(3828), - [anon_sym_AT] = ACTIONS(3860), - [anon_sym_LBRACK] = ACTIONS(3833), - [anon_sym_LBRACE] = ACTIONS(3833), - [anon_sym_LPAREN] = ACTIONS(3833), - [anon_sym_object] = ACTIONS(3828), - [anon_sym_fun] = ACTIONS(3828), - [anon_sym_get] = ACTIONS(3865), - [anon_sym_set] = ACTIONS(3865), - [anon_sym_this] = ACTIONS(3828), - [anon_sym_super] = ACTIONS(3828), - [anon_sym_STAR] = ACTIONS(3833), - [sym_label] = ACTIONS(3828), - [anon_sym_null] = ACTIONS(3828), - [anon_sym_if] = ACTIONS(3828), - [anon_sym_when] = ACTIONS(3828), - [anon_sym_try] = ACTIONS(3828), - [anon_sym_throw] = ACTIONS(3828), - [anon_sym_return] = ACTIONS(3828), - [anon_sym_continue] = ACTIONS(3828), - [anon_sym_break] = ACTIONS(3828), - [anon_sym_COLON_COLON] = ACTIONS(3833), - [anon_sym_PLUS] = ACTIONS(3828), - [anon_sym_DASH] = ACTIONS(3828), - [anon_sym_PLUS_PLUS] = ACTIONS(3833), - [anon_sym_DASH_DASH] = ACTIONS(3833), - [anon_sym_BANG] = ACTIONS(3833), - [anon_sym_suspend] = ACTIONS(3863), - [anon_sym_sealed] = ACTIONS(3863), - [anon_sym_annotation] = ACTIONS(3863), - [anon_sym_data] = ACTIONS(3865), - [anon_sym_inner] = ACTIONS(3865), - [anon_sym_override] = ACTIONS(3863), - [anon_sym_lateinit] = ACTIONS(3863), - [anon_sym_public] = ACTIONS(3863), - [anon_sym_private] = ACTIONS(3863), - [anon_sym_internal] = ACTIONS(3863), - [anon_sym_protected] = ACTIONS(3863), - [anon_sym_tailrec] = ACTIONS(3863), - [anon_sym_operator] = ACTIONS(3863), - [anon_sym_infix] = ACTIONS(3863), - [anon_sym_inline] = ACTIONS(3863), - [anon_sym_external] = ACTIONS(3863), - [sym_property_modifier] = ACTIONS(3863), - [anon_sym_abstract] = ACTIONS(3863), - [anon_sym_final] = ACTIONS(3863), - [anon_sym_open] = ACTIONS(3863), - [anon_sym_vararg] = ACTIONS(3863), - [anon_sym_noinline] = ACTIONS(3863), - [anon_sym_crossinline] = ACTIONS(3863), - [anon_sym_expect] = ACTIONS(3865), - [anon_sym_actual] = ACTIONS(3865), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3833), - [anon_sym_continue_AT] = ACTIONS(3833), - [anon_sym_break_AT] = ACTIONS(3833), - [sym_real_literal] = ACTIONS(3833), - [sym_integer_literal] = ACTIONS(3828), - [sym_hex_literal] = ACTIONS(3833), - [sym_bin_literal] = ACTIONS(3833), - [anon_sym_true] = ACTIONS(3828), - [anon_sym_false] = ACTIONS(3828), - [anon_sym_SQUOTE] = ACTIONS(3833), - [sym__backtick_identifier] = ACTIONS(3833), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3833), - }, - [4425] = { - [sym_annotated_lambda] = STATE(4672), - [sym_lambda_literal] = STATE(4588), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), - [sym__alpha_identifier] = ACTIONS(3854), - [anon_sym_AT] = ACTIONS(3856), - [anon_sym_LBRACK] = ACTIONS(3856), - [anon_sym_RBRACK] = ACTIONS(3856), - [anon_sym_as] = ACTIONS(3854), - [anon_sym_EQ] = ACTIONS(3854), - [anon_sym_LBRACE] = ACTIONS(3856), - [anon_sym_RBRACE] = ACTIONS(3856), - [anon_sym_LPAREN] = ACTIONS(3856), - [anon_sym_COMMA] = ACTIONS(3856), - [anon_sym_RPAREN] = ACTIONS(3856), - [anon_sym_LT] = ACTIONS(3854), - [anon_sym_GT] = ACTIONS(3854), - [anon_sym_where] = ACTIONS(3854), - [anon_sym_DOT] = ACTIONS(3854), - [anon_sym_SEMI] = ACTIONS(3856), - [anon_sym_get] = ACTIONS(3854), - [anon_sym_set] = ACTIONS(3854), - [anon_sym_STAR] = ACTIONS(3854), - [anon_sym_DASH_GT] = ACTIONS(3856), - [sym_label] = ACTIONS(3856), - [anon_sym_in] = ACTIONS(3854), - [anon_sym_while] = ACTIONS(3854), - [anon_sym_DOT_DOT] = ACTIONS(3856), - [anon_sym_QMARK_COLON] = ACTIONS(3856), - [anon_sym_AMP_AMP] = ACTIONS(3856), - [anon_sym_PIPE_PIPE] = ACTIONS(3856), - [anon_sym_else] = ACTIONS(3854), - [anon_sym_COLON_COLON] = ACTIONS(3856), - [anon_sym_PLUS_EQ] = ACTIONS(3856), - [anon_sym_DASH_EQ] = ACTIONS(3856), - [anon_sym_STAR_EQ] = ACTIONS(3856), - [anon_sym_SLASH_EQ] = ACTIONS(3856), - [anon_sym_PERCENT_EQ] = ACTIONS(3856), - [anon_sym_BANG_EQ] = ACTIONS(3854), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3856), - [anon_sym_EQ_EQ] = ACTIONS(3854), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3856), - [anon_sym_LT_EQ] = ACTIONS(3856), - [anon_sym_GT_EQ] = ACTIONS(3856), - [anon_sym_BANGin] = ACTIONS(3856), - [anon_sym_is] = ACTIONS(3854), - [anon_sym_BANGis] = ACTIONS(3856), - [anon_sym_PLUS] = ACTIONS(3854), - [anon_sym_DASH] = ACTIONS(3854), - [anon_sym_SLASH] = ACTIONS(3854), - [anon_sym_PERCENT] = ACTIONS(3854), - [anon_sym_as_QMARK] = ACTIONS(3856), - [anon_sym_PLUS_PLUS] = ACTIONS(3856), - [anon_sym_DASH_DASH] = ACTIONS(3856), - [anon_sym_BANG_BANG] = ACTIONS(3856), - [anon_sym_data] = ACTIONS(3854), - [anon_sym_inner] = ACTIONS(3854), - [anon_sym_expect] = ACTIONS(3854), - [anon_sym_actual] = ACTIONS(3854), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3856), - [sym_safe_nav] = ACTIONS(3856), - [sym_multiline_comment] = ACTIONS(3), - }, - [4426] = { - [sym_indexing_suffix] = STATE(6624), - [sym_navigation_suffix] = STATE(6624), - [sym__postfix_unary_operator] = STATE(6624), - [sym__member_access_operator] = STATE(7210), - [sym__postfix_unary_suffix] = STATE(6624), - [aux_sym__postfix_unary_expression_repeat1] = STATE(6624), - [sym__alpha_identifier] = ACTIONS(3874), - [anon_sym_AT] = ACTIONS(3876), - [anon_sym_LBRACK] = ACTIONS(3878), - [anon_sym_RBRACK] = ACTIONS(3876), - [anon_sym_as] = ACTIONS(3874), - [anon_sym_EQ] = ACTIONS(3881), - [anon_sym_LBRACE] = ACTIONS(3876), - [anon_sym_RBRACE] = ACTIONS(3876), - [anon_sym_LPAREN] = ACTIONS(3876), - [anon_sym_COMMA] = ACTIONS(3876), - [anon_sym_RPAREN] = ACTIONS(3876), - [anon_sym_LT] = ACTIONS(3874), - [anon_sym_GT] = ACTIONS(3874), - [anon_sym_where] = ACTIONS(3874), - [anon_sym_DOT] = ACTIONS(3884), - [anon_sym_SEMI] = ACTIONS(3876), - [anon_sym_get] = ACTIONS(3874), - [anon_sym_set] = ACTIONS(3874), - [anon_sym_STAR] = ACTIONS(3874), - [anon_sym_DASH_GT] = ACTIONS(3876), - [sym_label] = ACTIONS(3876), - [anon_sym_in] = ACTIONS(3874), - [anon_sym_while] = ACTIONS(3874), - [anon_sym_DOT_DOT] = ACTIONS(3876), - [anon_sym_QMARK_COLON] = ACTIONS(3876), - [anon_sym_AMP_AMP] = ACTIONS(3876), - [anon_sym_PIPE_PIPE] = ACTIONS(3876), - [anon_sym_else] = ACTIONS(3874), - [anon_sym_COLON_COLON] = ACTIONS(3887), - [anon_sym_PLUS_EQ] = ACTIONS(3890), - [anon_sym_DASH_EQ] = ACTIONS(3890), - [anon_sym_STAR_EQ] = ACTIONS(3890), - [anon_sym_SLASH_EQ] = ACTIONS(3890), - [anon_sym_PERCENT_EQ] = ACTIONS(3890), - [anon_sym_BANG_EQ] = ACTIONS(3874), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3876), - [anon_sym_EQ_EQ] = ACTIONS(3874), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3876), - [anon_sym_LT_EQ] = ACTIONS(3876), - [anon_sym_GT_EQ] = ACTIONS(3876), - [anon_sym_BANGin] = ACTIONS(3876), - [anon_sym_is] = ACTIONS(3874), - [anon_sym_BANGis] = ACTIONS(3876), - [anon_sym_PLUS] = ACTIONS(3874), - [anon_sym_DASH] = ACTIONS(3874), - [anon_sym_SLASH] = ACTIONS(3874), - [anon_sym_PERCENT] = ACTIONS(3874), - [anon_sym_as_QMARK] = ACTIONS(3876), - [anon_sym_PLUS_PLUS] = ACTIONS(3893), - [anon_sym_DASH_DASH] = ACTIONS(3893), - [anon_sym_BANG_BANG] = ACTIONS(3893), - [anon_sym_data] = ACTIONS(3874), - [anon_sym_inner] = ACTIONS(3874), - [anon_sym_expect] = ACTIONS(3874), - [anon_sym_actual] = ACTIONS(3874), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3876), - [sym_safe_nav] = ACTIONS(3887), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, [4427] = { - [sym_annotated_lambda] = STATE(4694), - [sym_lambda_literal] = STATE(4588), - [sym_annotation] = STATE(7847), - [sym__single_annotation] = STATE(5656), - [sym__multi_annotation] = STATE(5656), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7847), - [sym__alpha_identifier] = ACTIONS(3840), - [anon_sym_AT] = ACTIONS(3842), - [anon_sym_LBRACK] = ACTIONS(3842), - [anon_sym_RBRACK] = ACTIONS(3842), - [anon_sym_as] = ACTIONS(3840), - [anon_sym_EQ] = ACTIONS(3840), - [anon_sym_LBRACE] = ACTIONS(3842), - [anon_sym_RBRACE] = ACTIONS(3842), - [anon_sym_LPAREN] = ACTIONS(3842), - [anon_sym_COMMA] = ACTIONS(3842), - [anon_sym_RPAREN] = ACTIONS(3842), - [anon_sym_LT] = ACTIONS(3840), - [anon_sym_GT] = ACTIONS(3840), - [anon_sym_where] = ACTIONS(3840), - [anon_sym_DOT] = ACTIONS(3840), - [anon_sym_SEMI] = ACTIONS(3842), - [anon_sym_get] = ACTIONS(3840), - [anon_sym_set] = ACTIONS(3840), - [anon_sym_STAR] = ACTIONS(3840), - [anon_sym_DASH_GT] = ACTIONS(3842), - [sym_label] = ACTIONS(3842), - [anon_sym_in] = ACTIONS(3840), - [anon_sym_while] = ACTIONS(3840), - [anon_sym_DOT_DOT] = ACTIONS(3842), - [anon_sym_QMARK_COLON] = ACTIONS(3842), - [anon_sym_AMP_AMP] = ACTIONS(3842), - [anon_sym_PIPE_PIPE] = ACTIONS(3842), - [anon_sym_else] = ACTIONS(3840), - [anon_sym_COLON_COLON] = ACTIONS(3842), - [anon_sym_PLUS_EQ] = ACTIONS(3842), - [anon_sym_DASH_EQ] = ACTIONS(3842), - [anon_sym_STAR_EQ] = ACTIONS(3842), - [anon_sym_SLASH_EQ] = ACTIONS(3842), - [anon_sym_PERCENT_EQ] = ACTIONS(3842), - [anon_sym_BANG_EQ] = ACTIONS(3840), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3842), - [anon_sym_EQ_EQ] = ACTIONS(3840), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3842), - [anon_sym_LT_EQ] = ACTIONS(3842), - [anon_sym_GT_EQ] = ACTIONS(3842), - [anon_sym_BANGin] = ACTIONS(3842), - [anon_sym_is] = ACTIONS(3840), - [anon_sym_BANGis] = ACTIONS(3842), - [anon_sym_PLUS] = ACTIONS(3840), - [anon_sym_DASH] = ACTIONS(3840), - [anon_sym_SLASH] = ACTIONS(3840), - [anon_sym_PERCENT] = ACTIONS(3840), - [anon_sym_as_QMARK] = ACTIONS(3842), - [anon_sym_PLUS_PLUS] = ACTIONS(3842), - [anon_sym_DASH_DASH] = ACTIONS(3842), - [anon_sym_BANG_BANG] = ACTIONS(3842), - [anon_sym_data] = ACTIONS(3840), - [anon_sym_inner] = ACTIONS(3840), - [anon_sym_expect] = ACTIONS(3840), - [anon_sym_actual] = ACTIONS(3840), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3842), - [sym_safe_nav] = ACTIONS(3842), + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_RPAREN] = ACTIONS(7847), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym_safe_nav] = ACTIONS(6425), [sym_multiline_comment] = ACTIONS(3), }, [4428] = { - [sym_indexing_suffix] = STATE(6624), - [sym_navigation_suffix] = STATE(6624), - [sym__postfix_unary_operator] = STATE(6624), - [sym__member_access_operator] = STATE(7210), - [sym__postfix_unary_suffix] = STATE(6624), - [aux_sym__postfix_unary_expression_repeat1] = STATE(6624), - [sym__alpha_identifier] = ACTIONS(3874), - [anon_sym_AT] = ACTIONS(3876), - [anon_sym_LBRACK] = ACTIONS(3878), - [anon_sym_RBRACK] = ACTIONS(3876), - [anon_sym_as] = ACTIONS(3874), - [anon_sym_EQ] = ACTIONS(4017), - [anon_sym_LBRACE] = ACTIONS(3876), - [anon_sym_RBRACE] = ACTIONS(3876), - [anon_sym_LPAREN] = ACTIONS(3876), - [anon_sym_COMMA] = ACTIONS(3876), - [anon_sym_RPAREN] = ACTIONS(3876), - [anon_sym_LT] = ACTIONS(3874), - [anon_sym_GT] = ACTIONS(3874), - [anon_sym_where] = ACTIONS(3874), - [anon_sym_DOT] = ACTIONS(3884), - [anon_sym_SEMI] = ACTIONS(3876), - [anon_sym_get] = ACTIONS(3874), - [anon_sym_set] = ACTIONS(3874), - [anon_sym_STAR] = ACTIONS(3874), - [anon_sym_DASH_GT] = ACTIONS(3876), - [sym_label] = ACTIONS(3876), - [anon_sym_in] = ACTIONS(3874), - [anon_sym_while] = ACTIONS(3874), - [anon_sym_DOT_DOT] = ACTIONS(3876), - [anon_sym_QMARK_COLON] = ACTIONS(3876), - [anon_sym_AMP_AMP] = ACTIONS(3876), - [anon_sym_PIPE_PIPE] = ACTIONS(3876), - [anon_sym_else] = ACTIONS(3874), - [anon_sym_COLON_COLON] = ACTIONS(3887), - [anon_sym_PLUS_EQ] = ACTIONS(4019), - [anon_sym_DASH_EQ] = ACTIONS(4019), - [anon_sym_STAR_EQ] = ACTIONS(4019), - [anon_sym_SLASH_EQ] = ACTIONS(4019), - [anon_sym_PERCENT_EQ] = ACTIONS(4019), - [anon_sym_BANG_EQ] = ACTIONS(3874), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3876), - [anon_sym_EQ_EQ] = ACTIONS(3874), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3876), - [anon_sym_LT_EQ] = ACTIONS(3876), - [anon_sym_GT_EQ] = ACTIONS(3876), - [anon_sym_BANGin] = ACTIONS(3876), - [anon_sym_is] = ACTIONS(3874), - [anon_sym_BANGis] = ACTIONS(3876), - [anon_sym_PLUS] = ACTIONS(3874), - [anon_sym_DASH] = ACTIONS(3874), - [anon_sym_SLASH] = ACTIONS(3874), - [anon_sym_PERCENT] = ACTIONS(3874), - [anon_sym_as_QMARK] = ACTIONS(3876), - [anon_sym_PLUS_PLUS] = ACTIONS(3893), - [anon_sym_DASH_DASH] = ACTIONS(3893), - [anon_sym_BANG_BANG] = ACTIONS(3893), - [anon_sym_data] = ACTIONS(3874), - [anon_sym_inner] = ACTIONS(3874), - [anon_sym_expect] = ACTIONS(3874), - [anon_sym_actual] = ACTIONS(3874), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3876), - [sym_safe_nav] = ACTIONS(3887), + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_RPAREN] = ACTIONS(7849), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym_safe_nav] = ACTIONS(6425), + [sym_multiline_comment] = ACTIONS(3), + }, + [4429] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_RPAREN] = ACTIONS(7851), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym_safe_nav] = ACTIONS(6425), + [sym_multiline_comment] = ACTIONS(3), + }, + [4430] = { + [sym_indexing_suffix] = STATE(4644), + [sym_navigation_suffix] = STATE(4645), + [sym_call_suffix] = STATE(4646), + [sym_annotated_lambda] = STATE(4649), + [sym_type_arguments] = STATE(7563), + [sym_value_arguments] = STATE(4436), + [sym_lambda_literal] = STATE(4654), + [sym__equality_operator] = STATE(2118), + [sym__comparison_operator] = STATE(2319), + [sym__in_operator] = STATE(2331), + [sym__is_operator] = STATE(5872), + [sym__additive_operator] = STATE(2333), + [sym__multiplicative_operator] = STATE(1622), + [sym__as_operator] = STATE(5873), + [sym__postfix_unary_operator] = STATE(4655), + [sym__member_access_operator] = STATE(7345), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [sym_simple_identifier] = STATE(1653), + [sym__lexical_identifier] = STATE(3789), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), + [sym__alpha_identifier] = ACTIONS(1686), + [anon_sym_AT] = ACTIONS(1688), + [anon_sym_LBRACK] = ACTIONS(6401), + [anon_sym_as] = ACTIONS(6403), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(6405), + [anon_sym_RPAREN] = ACTIONS(7853), + [anon_sym_LT] = ACTIONS(1700), + [anon_sym_GT] = ACTIONS(7248), + [anon_sym_DOT] = ACTIONS(6409), + [anon_sym_get] = ACTIONS(1686), + [anon_sym_set] = ACTIONS(1686), + [anon_sym_STAR] = ACTIONS(7238), + [sym_label] = ACTIONS(6413), + [anon_sym_in] = ACTIONS(7250), + [anon_sym_DOT_DOT] = ACTIONS(7240), + [anon_sym_QMARK_COLON] = ACTIONS(7252), + [anon_sym_AMP_AMP] = ACTIONS(7254), + [anon_sym_PIPE_PIPE] = ACTIONS(7256), + [anon_sym_COLON_COLON] = ACTIONS(6425), + [anon_sym_BANG_EQ] = ACTIONS(7258), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7260), + [anon_sym_EQ_EQ] = ACTIONS(7258), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7260), + [anon_sym_LT_EQ] = ACTIONS(7262), + [anon_sym_GT_EQ] = ACTIONS(7262), + [anon_sym_BANGin] = ACTIONS(7264), + [anon_sym_is] = ACTIONS(6435), + [anon_sym_BANGis] = ACTIONS(6437), + [anon_sym_PLUS] = ACTIONS(7242), + [anon_sym_DASH] = ACTIONS(7242), + [anon_sym_SLASH] = ACTIONS(7244), + [anon_sym_PERCENT] = ACTIONS(7238), + [anon_sym_as_QMARK] = ACTIONS(6441), + [anon_sym_PLUS_PLUS] = ACTIONS(6443), + [anon_sym_DASH_DASH] = ACTIONS(6443), + [anon_sym_BANG_BANG] = ACTIONS(6443), + [anon_sym_data] = ACTIONS(1686), + [anon_sym_inner] = ACTIONS(1686), + [anon_sym_expect] = ACTIONS(1686), + [anon_sym_actual] = ACTIONS(1686), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1750), + [sym_safe_nav] = ACTIONS(6425), + [sym_multiline_comment] = ACTIONS(3), + }, + [4431] = { + [sym__alpha_identifier] = ACTIONS(3943), + [anon_sym_AT] = ACTIONS(3945), + [anon_sym_LBRACK] = ACTIONS(3948), + [anon_sym_LBRACE] = ACTIONS(3948), + [anon_sym_LPAREN] = ACTIONS(3948), + [anon_sym_object] = ACTIONS(3943), + [anon_sym_fun] = ACTIONS(3943), + [anon_sym_get] = ACTIONS(3952), + [anon_sym_set] = ACTIONS(3952), + [anon_sym_this] = ACTIONS(3943), + [anon_sym_super] = ACTIONS(3943), + [anon_sym_STAR] = ACTIONS(3948), + [sym_label] = ACTIONS(3943), + [anon_sym_null] = ACTIONS(3943), + [anon_sym_if] = ACTIONS(3943), + [anon_sym_when] = ACTIONS(3943), + [anon_sym_try] = ACTIONS(3943), + [anon_sym_throw] = ACTIONS(3943), + [anon_sym_return] = ACTIONS(3943), + [anon_sym_continue] = ACTIONS(3943), + [anon_sym_break] = ACTIONS(3943), + [anon_sym_COLON_COLON] = ACTIONS(3948), + [anon_sym_PLUS] = ACTIONS(3943), + [anon_sym_DASH] = ACTIONS(3943), + [anon_sym_PLUS_PLUS] = ACTIONS(3948), + [anon_sym_DASH_DASH] = ACTIONS(3948), + [anon_sym_BANG] = ACTIONS(3948), + [anon_sym_suspend] = ACTIONS(3950), + [anon_sym_sealed] = ACTIONS(3950), + [anon_sym_annotation] = ACTIONS(3950), + [anon_sym_data] = ACTIONS(3952), + [anon_sym_inner] = ACTIONS(3952), + [anon_sym_override] = ACTIONS(3950), + [anon_sym_lateinit] = ACTIONS(3950), + [anon_sym_public] = ACTIONS(3950), + [anon_sym_private] = ACTIONS(3950), + [anon_sym_internal] = ACTIONS(3950), + [anon_sym_protected] = ACTIONS(3950), + [anon_sym_tailrec] = ACTIONS(3950), + [anon_sym_operator] = ACTIONS(3950), + [anon_sym_infix] = ACTIONS(3950), + [anon_sym_inline] = ACTIONS(3950), + [anon_sym_external] = ACTIONS(3950), + [sym_property_modifier] = ACTIONS(3950), + [anon_sym_abstract] = ACTIONS(3950), + [anon_sym_final] = ACTIONS(3950), + [anon_sym_open] = ACTIONS(3950), + [anon_sym_vararg] = ACTIONS(3950), + [anon_sym_noinline] = ACTIONS(3950), + [anon_sym_crossinline] = ACTIONS(3950), + [anon_sym_expect] = ACTIONS(3952), + [anon_sym_actual] = ACTIONS(3952), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3948), + [anon_sym_continue_AT] = ACTIONS(3948), + [anon_sym_break_AT] = ACTIONS(3948), + [sym_real_literal] = ACTIONS(3948), + [sym_integer_literal] = ACTIONS(3943), + [sym_hex_literal] = ACTIONS(3948), + [sym_bin_literal] = ACTIONS(3948), + [anon_sym_true] = ACTIONS(3943), + [anon_sym_false] = ACTIONS(3943), + [anon_sym_SQUOTE] = ACTIONS(3948), + [sym__backtick_identifier] = ACTIONS(3948), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3948), + }, + [4432] = { + [sym__alpha_identifier] = ACTIONS(3943), + [anon_sym_AT] = ACTIONS(3955), + [anon_sym_LBRACK] = ACTIONS(3948), + [anon_sym_LBRACE] = ACTIONS(3948), + [anon_sym_LPAREN] = ACTIONS(3948), + [anon_sym_object] = ACTIONS(3943), + [anon_sym_fun] = ACTIONS(3943), + [anon_sym_get] = ACTIONS(3960), + [anon_sym_set] = ACTIONS(3960), + [anon_sym_this] = ACTIONS(3943), + [anon_sym_super] = ACTIONS(3943), + [anon_sym_STAR] = ACTIONS(3948), + [sym_label] = ACTIONS(3943), + [anon_sym_null] = ACTIONS(3943), + [anon_sym_if] = ACTIONS(3943), + [anon_sym_when] = ACTIONS(3943), + [anon_sym_try] = ACTIONS(3943), + [anon_sym_throw] = ACTIONS(3943), + [anon_sym_return] = ACTIONS(3943), + [anon_sym_continue] = ACTIONS(3943), + [anon_sym_break] = ACTIONS(3943), + [anon_sym_COLON_COLON] = ACTIONS(3948), + [anon_sym_PLUS] = ACTIONS(3943), + [anon_sym_DASH] = ACTIONS(3943), + [anon_sym_PLUS_PLUS] = ACTIONS(3948), + [anon_sym_DASH_DASH] = ACTIONS(3948), + [anon_sym_BANG] = ACTIONS(3948), + [anon_sym_suspend] = ACTIONS(3958), + [anon_sym_sealed] = ACTIONS(3958), + [anon_sym_annotation] = ACTIONS(3958), + [anon_sym_data] = ACTIONS(3960), + [anon_sym_inner] = ACTIONS(3960), + [anon_sym_override] = ACTIONS(3958), + [anon_sym_lateinit] = ACTIONS(3958), + [anon_sym_public] = ACTIONS(3958), + [anon_sym_private] = ACTIONS(3958), + [anon_sym_internal] = ACTIONS(3958), + [anon_sym_protected] = ACTIONS(3958), + [anon_sym_tailrec] = ACTIONS(3958), + [anon_sym_operator] = ACTIONS(3958), + [anon_sym_infix] = ACTIONS(3958), + [anon_sym_inline] = ACTIONS(3958), + [anon_sym_external] = ACTIONS(3958), + [sym_property_modifier] = ACTIONS(3958), + [anon_sym_abstract] = ACTIONS(3958), + [anon_sym_final] = ACTIONS(3958), + [anon_sym_open] = ACTIONS(3958), + [anon_sym_vararg] = ACTIONS(3958), + [anon_sym_noinline] = ACTIONS(3958), + [anon_sym_crossinline] = ACTIONS(3958), + [anon_sym_expect] = ACTIONS(3960), + [anon_sym_actual] = ACTIONS(3960), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3948), + [anon_sym_continue_AT] = ACTIONS(3948), + [anon_sym_break_AT] = ACTIONS(3948), + [sym_real_literal] = ACTIONS(3948), + [sym_integer_literal] = ACTIONS(3943), + [sym_hex_literal] = ACTIONS(3948), + [sym_bin_literal] = ACTIONS(3948), + [anon_sym_true] = ACTIONS(3943), + [anon_sym_false] = ACTIONS(3943), + [anon_sym_SQUOTE] = ACTIONS(3948), + [sym__backtick_identifier] = ACTIONS(3948), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3948), + }, + [4433] = { + [sym_annotated_lambda] = STATE(4745), + [sym_lambda_literal] = STATE(4654), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), + [sym__alpha_identifier] = ACTIONS(4005), + [anon_sym_AT] = ACTIONS(4007), + [anon_sym_LBRACK] = ACTIONS(4007), + [anon_sym_RBRACK] = ACTIONS(4007), + [anon_sym_as] = ACTIONS(4005), + [anon_sym_EQ] = ACTIONS(4005), + [anon_sym_LBRACE] = ACTIONS(4007), + [anon_sym_RBRACE] = ACTIONS(4007), + [anon_sym_LPAREN] = ACTIONS(4007), + [anon_sym_COMMA] = ACTIONS(4007), + [anon_sym_RPAREN] = ACTIONS(4007), + [anon_sym_LT] = ACTIONS(4005), + [anon_sym_GT] = ACTIONS(4005), + [anon_sym_where] = ACTIONS(4005), + [anon_sym_DOT] = ACTIONS(4005), + [anon_sym_SEMI] = ACTIONS(4007), + [anon_sym_get] = ACTIONS(4005), + [anon_sym_set] = ACTIONS(4005), + [anon_sym_STAR] = ACTIONS(4005), + [anon_sym_DASH_GT] = ACTIONS(4007), + [sym_label] = ACTIONS(4007), + [anon_sym_in] = ACTIONS(4005), + [anon_sym_while] = ACTIONS(4005), + [anon_sym_DOT_DOT] = ACTIONS(4007), + [anon_sym_QMARK_COLON] = ACTIONS(4007), + [anon_sym_AMP_AMP] = ACTIONS(4007), + [anon_sym_PIPE_PIPE] = ACTIONS(4007), + [anon_sym_else] = ACTIONS(4005), + [anon_sym_COLON_COLON] = ACTIONS(4007), + [anon_sym_PLUS_EQ] = ACTIONS(4007), + [anon_sym_DASH_EQ] = ACTIONS(4007), + [anon_sym_STAR_EQ] = ACTIONS(4007), + [anon_sym_SLASH_EQ] = ACTIONS(4007), + [anon_sym_PERCENT_EQ] = ACTIONS(4007), + [anon_sym_BANG_EQ] = ACTIONS(4005), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4007), + [anon_sym_EQ_EQ] = ACTIONS(4005), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4007), + [anon_sym_LT_EQ] = ACTIONS(4007), + [anon_sym_GT_EQ] = ACTIONS(4007), + [anon_sym_BANGin] = ACTIONS(4007), + [anon_sym_is] = ACTIONS(4005), + [anon_sym_BANGis] = ACTIONS(4007), + [anon_sym_PLUS] = ACTIONS(4005), + [anon_sym_DASH] = ACTIONS(4005), + [anon_sym_SLASH] = ACTIONS(4005), + [anon_sym_PERCENT] = ACTIONS(4005), + [anon_sym_as_QMARK] = ACTIONS(4007), + [anon_sym_PLUS_PLUS] = ACTIONS(4007), + [anon_sym_DASH_DASH] = ACTIONS(4007), + [anon_sym_BANG_BANG] = ACTIONS(4007), + [anon_sym_data] = ACTIONS(4005), + [anon_sym_inner] = ACTIONS(4005), + [anon_sym_expect] = ACTIONS(4005), + [anon_sym_actual] = ACTIONS(4005), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4007), + [sym_safe_nav] = ACTIONS(4007), + [sym_multiline_comment] = ACTIONS(3), + }, + [4434] = { + [sym_indexing_suffix] = STATE(6609), + [sym_navigation_suffix] = STATE(6609), + [sym__postfix_unary_operator] = STATE(6609), + [sym__member_access_operator] = STATE(7345), + [sym__postfix_unary_suffix] = STATE(6609), + [aux_sym__postfix_unary_expression_repeat1] = STATE(6609), + [sym__alpha_identifier] = ACTIONS(3969), + [anon_sym_AT] = ACTIONS(3971), + [anon_sym_LBRACK] = ACTIONS(3973), + [anon_sym_RBRACK] = ACTIONS(3971), + [anon_sym_as] = ACTIONS(3969), + [anon_sym_EQ] = ACTIONS(3976), + [anon_sym_LBRACE] = ACTIONS(3971), + [anon_sym_RBRACE] = ACTIONS(3971), + [anon_sym_LPAREN] = ACTIONS(3971), + [anon_sym_COMMA] = ACTIONS(3971), + [anon_sym_RPAREN] = ACTIONS(3971), + [anon_sym_LT] = ACTIONS(3969), + [anon_sym_GT] = ACTIONS(3969), + [anon_sym_where] = ACTIONS(3969), + [anon_sym_DOT] = ACTIONS(3979), + [anon_sym_SEMI] = ACTIONS(3971), + [anon_sym_get] = ACTIONS(3969), + [anon_sym_set] = ACTIONS(3969), + [anon_sym_STAR] = ACTIONS(3969), + [anon_sym_DASH_GT] = ACTIONS(3971), + [sym_label] = ACTIONS(3971), + [anon_sym_in] = ACTIONS(3969), + [anon_sym_while] = ACTIONS(3969), + [anon_sym_DOT_DOT] = ACTIONS(3971), + [anon_sym_QMARK_COLON] = ACTIONS(3971), + [anon_sym_AMP_AMP] = ACTIONS(3971), + [anon_sym_PIPE_PIPE] = ACTIONS(3971), + [anon_sym_else] = ACTIONS(3969), + [anon_sym_COLON_COLON] = ACTIONS(3982), + [anon_sym_PLUS_EQ] = ACTIONS(3985), + [anon_sym_DASH_EQ] = ACTIONS(3985), + [anon_sym_STAR_EQ] = ACTIONS(3985), + [anon_sym_SLASH_EQ] = ACTIONS(3985), + [anon_sym_PERCENT_EQ] = ACTIONS(3985), + [anon_sym_BANG_EQ] = ACTIONS(3969), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3971), + [anon_sym_EQ_EQ] = ACTIONS(3969), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3971), + [anon_sym_LT_EQ] = ACTIONS(3971), + [anon_sym_GT_EQ] = ACTIONS(3971), + [anon_sym_BANGin] = ACTIONS(3971), + [anon_sym_is] = ACTIONS(3969), + [anon_sym_BANGis] = ACTIONS(3971), + [anon_sym_PLUS] = ACTIONS(3969), + [anon_sym_DASH] = ACTIONS(3969), + [anon_sym_SLASH] = ACTIONS(3969), + [anon_sym_PERCENT] = ACTIONS(3969), + [anon_sym_as_QMARK] = ACTIONS(3971), + [anon_sym_PLUS_PLUS] = ACTIONS(3988), + [anon_sym_DASH_DASH] = ACTIONS(3988), + [anon_sym_BANG_BANG] = ACTIONS(3988), + [anon_sym_data] = ACTIONS(3969), + [anon_sym_inner] = ACTIONS(3969), + [anon_sym_expect] = ACTIONS(3969), + [anon_sym_actual] = ACTIONS(3969), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3971), + [sym_safe_nav] = ACTIONS(3982), + [sym_multiline_comment] = ACTIONS(3), + }, + [4435] = { + [sym_indexing_suffix] = STATE(6609), + [sym_navigation_suffix] = STATE(6609), + [sym__postfix_unary_operator] = STATE(6609), + [sym__member_access_operator] = STATE(7345), + [sym__postfix_unary_suffix] = STATE(6609), + [aux_sym__postfix_unary_expression_repeat1] = STATE(6609), + [sym__alpha_identifier] = ACTIONS(3969), + [anon_sym_AT] = ACTIONS(3971), + [anon_sym_LBRACK] = ACTIONS(3973), + [anon_sym_RBRACK] = ACTIONS(3971), + [anon_sym_as] = ACTIONS(3969), + [anon_sym_EQ] = ACTIONS(4009), + [anon_sym_LBRACE] = ACTIONS(3971), + [anon_sym_RBRACE] = ACTIONS(3971), + [anon_sym_LPAREN] = ACTIONS(3971), + [anon_sym_COMMA] = ACTIONS(3971), + [anon_sym_RPAREN] = ACTIONS(3971), + [anon_sym_LT] = ACTIONS(3969), + [anon_sym_GT] = ACTIONS(3969), + [anon_sym_where] = ACTIONS(3969), + [anon_sym_DOT] = ACTIONS(3979), + [anon_sym_SEMI] = ACTIONS(3971), + [anon_sym_get] = ACTIONS(3969), + [anon_sym_set] = ACTIONS(3969), + [anon_sym_STAR] = ACTIONS(3969), + [anon_sym_DASH_GT] = ACTIONS(3971), + [sym_label] = ACTIONS(3971), + [anon_sym_in] = ACTIONS(3969), + [anon_sym_while] = ACTIONS(3969), + [anon_sym_DOT_DOT] = ACTIONS(3971), + [anon_sym_QMARK_COLON] = ACTIONS(3971), + [anon_sym_AMP_AMP] = ACTIONS(3971), + [anon_sym_PIPE_PIPE] = ACTIONS(3971), + [anon_sym_else] = ACTIONS(3969), + [anon_sym_COLON_COLON] = ACTIONS(3982), + [anon_sym_PLUS_EQ] = ACTIONS(4011), + [anon_sym_DASH_EQ] = ACTIONS(4011), + [anon_sym_STAR_EQ] = ACTIONS(4011), + [anon_sym_SLASH_EQ] = ACTIONS(4011), + [anon_sym_PERCENT_EQ] = ACTIONS(4011), + [anon_sym_BANG_EQ] = ACTIONS(3969), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3971), + [anon_sym_EQ_EQ] = ACTIONS(3969), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3971), + [anon_sym_LT_EQ] = ACTIONS(3971), + [anon_sym_GT_EQ] = ACTIONS(3971), + [anon_sym_BANGin] = ACTIONS(3971), + [anon_sym_is] = ACTIONS(3969), + [anon_sym_BANGis] = ACTIONS(3971), + [anon_sym_PLUS] = ACTIONS(3969), + [anon_sym_DASH] = ACTIONS(3969), + [anon_sym_SLASH] = ACTIONS(3969), + [anon_sym_PERCENT] = ACTIONS(3969), + [anon_sym_as_QMARK] = ACTIONS(3971), + [anon_sym_PLUS_PLUS] = ACTIONS(3988), + [anon_sym_DASH_DASH] = ACTIONS(3988), + [anon_sym_BANG_BANG] = ACTIONS(3988), + [anon_sym_data] = ACTIONS(3969), + [anon_sym_inner] = ACTIONS(3969), + [anon_sym_expect] = ACTIONS(3969), + [anon_sym_actual] = ACTIONS(3969), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3971), + [sym_safe_nav] = ACTIONS(3982), + [sym_multiline_comment] = ACTIONS(3), + }, + [4436] = { + [sym_annotated_lambda] = STATE(4706), + [sym_lambda_literal] = STATE(4654), + [sym_annotation] = STATE(7889), + [sym__single_annotation] = STATE(5733), + [sym__multi_annotation] = STATE(5733), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(7889), + [sym__alpha_identifier] = ACTIONS(4019), + [anon_sym_AT] = ACTIONS(4021), + [anon_sym_LBRACK] = ACTIONS(4021), + [anon_sym_RBRACK] = ACTIONS(4021), + [anon_sym_as] = ACTIONS(4019), + [anon_sym_EQ] = ACTIONS(4019), + [anon_sym_LBRACE] = ACTIONS(4021), + [anon_sym_RBRACE] = ACTIONS(4021), + [anon_sym_LPAREN] = ACTIONS(4021), + [anon_sym_COMMA] = ACTIONS(4021), + [anon_sym_RPAREN] = ACTIONS(4021), + [anon_sym_LT] = ACTIONS(4019), + [anon_sym_GT] = ACTIONS(4019), + [anon_sym_where] = ACTIONS(4019), + [anon_sym_DOT] = ACTIONS(4019), + [anon_sym_SEMI] = ACTIONS(4021), + [anon_sym_get] = ACTIONS(4019), + [anon_sym_set] = ACTIONS(4019), + [anon_sym_STAR] = ACTIONS(4019), + [anon_sym_DASH_GT] = ACTIONS(4021), + [sym_label] = ACTIONS(4021), + [anon_sym_in] = ACTIONS(4019), + [anon_sym_while] = ACTIONS(4019), + [anon_sym_DOT_DOT] = ACTIONS(4021), + [anon_sym_QMARK_COLON] = ACTIONS(4021), + [anon_sym_AMP_AMP] = ACTIONS(4021), + [anon_sym_PIPE_PIPE] = ACTIONS(4021), + [anon_sym_else] = ACTIONS(4019), + [anon_sym_COLON_COLON] = ACTIONS(4021), + [anon_sym_PLUS_EQ] = ACTIONS(4021), + [anon_sym_DASH_EQ] = ACTIONS(4021), + [anon_sym_STAR_EQ] = ACTIONS(4021), + [anon_sym_SLASH_EQ] = ACTIONS(4021), + [anon_sym_PERCENT_EQ] = ACTIONS(4021), + [anon_sym_BANG_EQ] = ACTIONS(4019), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4021), + [anon_sym_EQ_EQ] = ACTIONS(4019), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4021), + [anon_sym_LT_EQ] = ACTIONS(4021), + [anon_sym_GT_EQ] = ACTIONS(4021), + [anon_sym_BANGin] = ACTIONS(4021), + [anon_sym_is] = ACTIONS(4019), + [anon_sym_BANGis] = ACTIONS(4021), + [anon_sym_PLUS] = ACTIONS(4019), + [anon_sym_DASH] = ACTIONS(4019), + [anon_sym_SLASH] = ACTIONS(4019), + [anon_sym_PERCENT] = ACTIONS(4019), + [anon_sym_as_QMARK] = ACTIONS(4021), + [anon_sym_PLUS_PLUS] = ACTIONS(4021), + [anon_sym_DASH_DASH] = ACTIONS(4021), + [anon_sym_BANG_BANG] = ACTIONS(4021), + [anon_sym_data] = ACTIONS(4019), + [anon_sym_inner] = ACTIONS(4019), + [anon_sym_expect] = ACTIONS(4019), + [anon_sym_actual] = ACTIONS(4019), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4021), + [sym_safe_nav] = ACTIONS(4021), [sym_multiline_comment] = ACTIONS(3), }, }; static const uint16_t ts_small_parse_table[] = { [0] = 7, - ACTIONS(7847), 1, + ACTIONS(7855), 1, anon_sym_catch, - ACTIONS(7849), 1, + ACTIONS(7857), 1, anon_sym_finally, - STATE(4719), 1, + STATE(4751), 1, sym_finally_block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4435), 2, - sym_catch_block, - aux_sym_try_expression_repeat1, - ACTIONS(4023), 24, + STATE(4438), 2, + sym_catch_block, + aux_sym_try_expression_repeat1, + ACTIONS(4023), 24, + anon_sym_as, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_where, + anon_sym_DOT, + anon_sym_get, + anon_sym_set, + anon_sym_STAR, + anon_sym_in, + anon_sym_while, + anon_sym_else, + anon_sym_BANG_EQ, + anon_sym_EQ_EQ, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4025), 33, + sym_safe_nav, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_DASH_GT, + sym_label, + anon_sym_DOT_DOT, + anon_sym_QMARK_COLON, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_COLON_COLON, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_as_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG_BANG, + sym__backtick_identifier, + [79] = 5, + ACTIONS(7859), 1, + anon_sym_catch, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + STATE(4438), 2, + sym_catch_block, + aux_sym_try_expression_repeat1, + ACTIONS(4125), 25, + anon_sym_as, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_where, + anon_sym_DOT, + anon_sym_get, + anon_sym_set, + anon_sym_STAR, + anon_sym_in, + anon_sym_while, + anon_sym_else, + anon_sym_finally, + anon_sym_BANG_EQ, + anon_sym_EQ_EQ, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4127), 33, + sym_safe_nav, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_DASH_GT, + sym_label, + anon_sym_DOT_DOT, + anon_sym_QMARK_COLON, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_COLON_COLON, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_as_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG_BANG, + sym__backtick_identifier, + [153] = 10, + ACTIONS(5121), 1, + anon_sym_where, + ACTIONS(7862), 1, + anon_sym_COLON, + ACTIONS(7864), 1, + anon_sym_EQ, + ACTIONS(7866), 1, + anon_sym_LBRACE, + STATE(4498), 1, + sym_type_constraints, + STATE(4580), 1, + sym_function_body, + STATE(4690), 1, + sym__block, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4099), 22, + anon_sym_as, + anon_sym_LT, + anon_sym_GT, + anon_sym_DOT, + anon_sym_get, + anon_sym_set, + anon_sym_STAR, + anon_sym_in, + anon_sym_while, + anon_sym_else, + anon_sym_BANG_EQ, + anon_sym_EQ_EQ, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4101), 32, + sym_safe_nav, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_DASH_GT, + sym_label, + anon_sym_DOT_DOT, + anon_sym_QMARK_COLON, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_COLON_COLON, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_as_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG_BANG, + sym__backtick_identifier, + [237] = 10, + ACTIONS(5121), 1, + anon_sym_where, + ACTIONS(7864), 1, + anon_sym_EQ, + ACTIONS(7866), 1, + anon_sym_LBRACE, + ACTIONS(7868), 1, + anon_sym_COLON, + STATE(4502), 1, + sym_type_constraints, + STATE(4653), 1, + sym_function_body, + STATE(4690), 1, + sym__block, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4031), 22, + anon_sym_as, + anon_sym_LT, + anon_sym_GT, + anon_sym_DOT, + anon_sym_get, + anon_sym_set, + anon_sym_STAR, + anon_sym_in, + anon_sym_while, + anon_sym_else, + anon_sym_BANG_EQ, + anon_sym_EQ_EQ, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4033), 32, + sym_safe_nav, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_DASH_GT, + sym_label, + anon_sym_DOT_DOT, + anon_sym_QMARK_COLON, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_COLON_COLON, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_as_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG_BANG, + sym__backtick_identifier, + [321] = 10, + ACTIONS(5121), 1, + anon_sym_where, + ACTIONS(7864), 1, + anon_sym_EQ, + ACTIONS(7866), 1, + anon_sym_LBRACE, + ACTIONS(7870), 1, + anon_sym_COLON, + STATE(4504), 1, + sym_type_constraints, + STATE(4652), 1, + sym_function_body, + STATE(4690), 1, + sym__block, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4085), 22, anon_sym_as, + anon_sym_LT, + anon_sym_GT, + anon_sym_DOT, + anon_sym_get, + anon_sym_set, + anon_sym_STAR, + anon_sym_in, + anon_sym_while, + anon_sym_else, + anon_sym_BANG_EQ, + anon_sym_EQ_EQ, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4087), 32, + sym_safe_nav, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_DASH_GT, + sym_label, + anon_sym_DOT_DOT, + anon_sym_QMARK_COLON, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_COLON_COLON, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_as_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG_BANG, + sym__backtick_identifier, + [405] = 10, + ACTIONS(5121), 1, + anon_sym_where, + ACTIONS(7864), 1, anon_sym_EQ, + ACTIONS(7866), 1, + anon_sym_LBRACE, + ACTIONS(7872), 1, + anon_sym_COLON, + STATE(4506), 1, + sym_type_constraints, + STATE(4690), 1, + sym__block, + STATE(4716), 1, + sym_function_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4047), 22, + anon_sym_as, anon_sym_LT, anon_sym_GT, + anon_sym_DOT, + anon_sym_get, + anon_sym_set, + anon_sym_STAR, + anon_sym_in, + anon_sym_while, + anon_sym_else, + anon_sym_BANG_EQ, + anon_sym_EQ_EQ, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4049), 32, + sym_safe_nav, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_DASH_GT, + sym_label, + anon_sym_DOT_DOT, + anon_sym_QMARK_COLON, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_COLON_COLON, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_as_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG_BANG, + sym__backtick_identifier, + [489] = 10, + ACTIONS(5121), 1, anon_sym_where, + ACTIONS(7864), 1, + anon_sym_EQ, + ACTIONS(7866), 1, + anon_sym_LBRACE, + ACTIONS(7874), 1, + anon_sym_COLON, + STATE(4508), 1, + sym_type_constraints, + STATE(4619), 1, + sym_function_body, + STATE(4690), 1, + sym__block, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4041), 22, + anon_sym_as, + anon_sym_LT, + anon_sym_GT, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -453247,7 +454487,501 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4025), 33, + ACTIONS(4043), 32, + sym_safe_nav, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_DASH_GT, + sym_label, + anon_sym_DOT_DOT, + anon_sym_QMARK_COLON, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_COLON_COLON, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_as_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG_BANG, + sym__backtick_identifier, + [573] = 8, + ACTIONS(5121), 1, + anon_sym_where, + ACTIONS(5161), 1, + anon_sym_LBRACE, + ACTIONS(7876), 1, + anon_sym_COLON, + STATE(4527), 1, + sym_type_constraints, + STATE(4720), 1, + sym_class_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4188), 23, + anon_sym_as, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_DOT, + anon_sym_get, + anon_sym_set, + anon_sym_STAR, + anon_sym_in, + anon_sym_while, + anon_sym_else, + anon_sym_BANG_EQ, + anon_sym_EQ_EQ, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4190), 32, + sym_safe_nav, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_DASH_GT, + sym_label, + anon_sym_DOT_DOT, + anon_sym_QMARK_COLON, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_COLON_COLON, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_as_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG_BANG, + sym__backtick_identifier, + [652] = 5, + ACTIONS(7878), 1, + anon_sym_DOT, + STATE(4468), 1, + aux_sym_user_type_repeat1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4222), 25, + anon_sym_as, + anon_sym_EQ, + anon_sym_by, + anon_sym_LT, + anon_sym_GT, + anon_sym_where, + anon_sym_get, + anon_sym_set, + sym__quest, + anon_sym_STAR, + anon_sym_in, + anon_sym_while, + anon_sym_else, + anon_sym_BANG_EQ, + anon_sym_EQ_EQ, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4224), 33, + sym_safe_nav, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_DASH_GT, + sym_label, + anon_sym_DOT_DOT, + anon_sym_QMARK_COLON, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_COLON_COLON, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_as_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG_BANG, + sym__backtick_identifier, + [725] = 9, + ACTIONS(5121), 1, + anon_sym_where, + ACTIONS(7864), 1, + anon_sym_EQ, + ACTIONS(7866), 1, + anon_sym_LBRACE, + STATE(4504), 1, + sym_type_constraints, + STATE(4652), 1, + sym_function_body, + STATE(4690), 1, + sym__block, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4085), 22, + anon_sym_as, + anon_sym_LT, + anon_sym_GT, + anon_sym_DOT, + anon_sym_get, + anon_sym_set, + anon_sym_STAR, + anon_sym_in, + anon_sym_while, + anon_sym_else, + anon_sym_BANG_EQ, + anon_sym_EQ_EQ, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4087), 32, + sym_safe_nav, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_DASH_GT, + sym_label, + anon_sym_DOT_DOT, + anon_sym_QMARK_COLON, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_COLON_COLON, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_as_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG_BANG, + sym__backtick_identifier, + [806] = 9, + ACTIONS(5121), 1, + anon_sym_where, + ACTIONS(7864), 1, + anon_sym_EQ, + ACTIONS(7866), 1, + anon_sym_LBRACE, + STATE(4502), 1, + sym_type_constraints, + STATE(4653), 1, + sym_function_body, + STATE(4690), 1, + sym__block, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4031), 22, + anon_sym_as, + anon_sym_LT, + anon_sym_GT, + anon_sym_DOT, + anon_sym_get, + anon_sym_set, + anon_sym_STAR, + anon_sym_in, + anon_sym_while, + anon_sym_else, + anon_sym_BANG_EQ, + anon_sym_EQ_EQ, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4033), 32, + sym_safe_nav, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_DASH_GT, + sym_label, + anon_sym_DOT_DOT, + anon_sym_QMARK_COLON, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_COLON_COLON, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_as_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG_BANG, + sym__backtick_identifier, + [887] = 9, + ACTIONS(5121), 1, + anon_sym_where, + ACTIONS(7864), 1, + anon_sym_EQ, + ACTIONS(7866), 1, + anon_sym_LBRACE, + STATE(4498), 1, + sym_type_constraints, + STATE(4580), 1, + sym_function_body, + STATE(4690), 1, + sym__block, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4099), 22, + anon_sym_as, + anon_sym_LT, + anon_sym_GT, + anon_sym_DOT, + anon_sym_get, + anon_sym_set, + anon_sym_STAR, + anon_sym_in, + anon_sym_while, + anon_sym_else, + anon_sym_BANG_EQ, + anon_sym_EQ_EQ, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4101), 32, + sym_safe_nav, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_DASH_GT, + sym_label, + anon_sym_DOT_DOT, + anon_sym_QMARK_COLON, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_COLON_COLON, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_as_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG_BANG, + sym__backtick_identifier, + [968] = 9, + ACTIONS(5121), 1, + anon_sym_where, + ACTIONS(7864), 1, + anon_sym_EQ, + ACTIONS(7866), 1, + anon_sym_LBRACE, + STATE(4497), 1, + sym_type_constraints, + STATE(4573), 1, + sym_function_body, + STATE(4690), 1, + sym__block, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4260), 22, + anon_sym_as, + anon_sym_LT, + anon_sym_GT, + anon_sym_DOT, + anon_sym_get, + anon_sym_set, + anon_sym_STAR, + anon_sym_in, + anon_sym_while, + anon_sym_else, + anon_sym_BANG_EQ, + anon_sym_EQ_EQ, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4262), 32, + sym_safe_nav, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_DASH_GT, + sym_label, + anon_sym_DOT_DOT, + anon_sym_QMARK_COLON, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_COLON_COLON, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_as_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG_BANG, + sym__backtick_identifier, + [1049] = 5, + ACTIONS(7881), 1, + sym__quest, + STATE(4450), 1, + aux_sym_nullable_type_repeat1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4237), 25, + anon_sym_as, + anon_sym_EQ, + anon_sym_by, + anon_sym_LT, + anon_sym_GT, + anon_sym_where, + anon_sym_DOT, + anon_sym_get, + anon_sym_set, + anon_sym_STAR, + anon_sym_in, + anon_sym_while, + anon_sym_else, + anon_sym_BANG_EQ, + anon_sym_EQ_EQ, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4239), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -453281,28 +455015,446 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [79] = 10, - ACTIONS(5133), 1, + [1122] = 7, + STATE(4961), 1, + sym_annotated_lambda, + STATE(4995), 1, + sym_lambda_literal, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + STATE(5733), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7890), 2, + sym_annotation, + aux_sym__annotated_delegation_specifier_repeat1, + ACTIONS(4019), 23, + anon_sym_as, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_where, + anon_sym_DOT, + anon_sym_get, + anon_sym_set, + anon_sym_STAR, + anon_sym_in, + anon_sym_else, + anon_sym_BANG_EQ, + anon_sym_EQ_EQ, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4021), 31, + sym__automatic_semicolon, + sym_safe_nav, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_SEMI, + sym_label, + anon_sym_DOT_DOT, + anon_sym_QMARK_COLON, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_COLON_COLON, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_as_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG_BANG, + sym__backtick_identifier, + [1199] = 8, + ACTIONS(5115), 1, + anon_sym_LBRACE, + ACTIONS(5121), 1, anon_sym_where, - ACTIONS(7851), 1, + ACTIONS(5235), 1, anon_sym_COLON, - ACTIONS(7853), 1, + STATE(4524), 1, + sym_type_constraints, + STATE(4697), 1, + sym_enum_class_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(3186), 23, + anon_sym_as, anon_sym_EQ, - ACTIONS(7855), 1, + anon_sym_LT, + anon_sym_GT, + anon_sym_DOT, + anon_sym_get, + anon_sym_set, + anon_sym_STAR, + anon_sym_in, + anon_sym_while, + anon_sym_else, + anon_sym_BANG_EQ, + anon_sym_EQ_EQ, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(3190), 32, + sym_safe_nav, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_DASH_GT, + sym_label, + anon_sym_DOT_DOT, + anon_sym_QMARK_COLON, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_COLON_COLON, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_as_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG_BANG, + sym__backtick_identifier, + [1278] = 8, + ACTIONS(5115), 1, anon_sym_LBRACE, - STATE(4490), 1, + ACTIONS(5121), 1, + anon_sym_where, + ACTIONS(7884), 1, + anon_sym_COLON, + STATE(4521), 1, sym_type_constraints, - STATE(4641), 1, + STATE(4720), 1, + sym_enum_class_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4188), 23, + anon_sym_as, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_DOT, + anon_sym_get, + anon_sym_set, + anon_sym_STAR, + anon_sym_in, + anon_sym_while, + anon_sym_else, + anon_sym_BANG_EQ, + anon_sym_EQ_EQ, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4190), 32, + sym_safe_nav, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_DASH_GT, + sym_label, + anon_sym_DOT_DOT, + anon_sym_QMARK_COLON, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_COLON_COLON, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_as_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG_BANG, + sym__backtick_identifier, + [1357] = 8, + ACTIONS(7864), 1, + anon_sym_EQ, + ACTIONS(7866), 1, + anon_sym_LBRACE, + ACTIONS(7886), 1, + anon_sym_COLON, + STATE(4689), 1, + sym_function_body, + STATE(4690), 1, sym__block, - STATE(4739), 1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4326), 23, + anon_sym_as, + anon_sym_LT, + anon_sym_GT, + anon_sym_where, + anon_sym_DOT, + anon_sym_get, + anon_sym_set, + anon_sym_STAR, + anon_sym_in, + anon_sym_while, + anon_sym_else, + anon_sym_BANG_EQ, + anon_sym_EQ_EQ, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4328), 32, + sym_safe_nav, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_DASH_GT, + sym_label, + anon_sym_DOT_DOT, + anon_sym_QMARK_COLON, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_COLON_COLON, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_as_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG_BANG, + sym__backtick_identifier, + [1436] = 5, + ACTIONS(7888), 1, + sym__quest, + STATE(4472), 1, + aux_sym_nullable_type_repeat1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4244), 25, + anon_sym_as, + anon_sym_EQ, + anon_sym_by, + anon_sym_LT, + anon_sym_GT, + anon_sym_where, + anon_sym_DOT, + anon_sym_get, + anon_sym_set, + anon_sym_STAR, + anon_sym_in, + anon_sym_while, + anon_sym_else, + anon_sym_BANG_EQ, + anon_sym_EQ_EQ, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4246), 33, + sym_safe_nav, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_DASH_GT, + sym_label, + anon_sym_DOT_DOT, + anon_sym_QMARK_COLON, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_COLON_COLON, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_as_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG_BANG, + sym__backtick_identifier, + [1509] = 7, + STATE(4995), 1, + sym_lambda_literal, + STATE(5021), 1, + sym_annotated_lambda, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + STATE(5733), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7890), 2, + sym_annotation, + aux_sym__annotated_delegation_specifier_repeat1, + ACTIONS(4005), 23, + anon_sym_as, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_where, + anon_sym_DOT, + anon_sym_get, + anon_sym_set, + anon_sym_STAR, + anon_sym_in, + anon_sym_else, + anon_sym_BANG_EQ, + anon_sym_EQ_EQ, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4007), 31, + sym__automatic_semicolon, + sym_safe_nav, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_SEMI, + sym_label, + anon_sym_DOT_DOT, + anon_sym_QMARK_COLON, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_COLON_COLON, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_as_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG_BANG, + sym__backtick_identifier, + [1586] = 8, + ACTIONS(7864), 1, + anon_sym_EQ, + ACTIONS(7866), 1, + anon_sym_LBRACE, + ACTIONS(7890), 1, + anon_sym_COLON, + STATE(4628), 1, sym_function_body, + STATE(4690), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4089), 22, + ACTIONS(4198), 23, anon_sym_as, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -453322,7 +455474,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4091), 32, + ACTIONS(4200), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -453355,28 +455507,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [163] = 10, - ACTIONS(5133), 1, - anon_sym_where, - ACTIONS(7853), 1, + [1665] = 8, + ACTIONS(7864), 1, anon_sym_EQ, - ACTIONS(7855), 1, + ACTIONS(7866), 1, anon_sym_LBRACE, - ACTIONS(7857), 1, + ACTIONS(7892), 1, anon_sym_COLON, - STATE(4499), 1, - sym_type_constraints, - STATE(4641), 1, - sym__block, - STATE(4718), 1, + STATE(4685), 1, sym_function_body, + STATE(4690), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4083), 22, + ACTIONS(4210), 23, anon_sym_as, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -453396,7 +455545,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4085), 32, + ACTIONS(4212), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -453429,31 +455578,158 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [247] = 10, - ACTIONS(5133), 1, + [1744] = 5, + ACTIONS(7894), 1, + anon_sym_DOT, + STATE(4445), 1, + aux_sym_user_type_repeat1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4309), 25, + anon_sym_as, + anon_sym_EQ, + anon_sym_by, + anon_sym_LT, + anon_sym_GT, anon_sym_where, - ACTIONS(7853), 1, + anon_sym_get, + anon_sym_set, + sym__quest, + anon_sym_STAR, + anon_sym_in, + anon_sym_while, + anon_sym_else, + anon_sym_BANG_EQ, + anon_sym_EQ_EQ, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4311), 33, + sym_safe_nav, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_DASH_GT, + sym_label, + anon_sym_DOT_DOT, + anon_sym_QMARK_COLON, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_COLON_COLON, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_as_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG_BANG, + sym__backtick_identifier, + [1817] = 5, + ACTIONS(7888), 1, + sym__quest, + STATE(4472), 1, + aux_sym_nullable_type_repeat1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4322), 25, + anon_sym_as, anon_sym_EQ, - ACTIONS(7855), 1, + anon_sym_by, + anon_sym_LT, + anon_sym_GT, + anon_sym_where, + anon_sym_DOT, + anon_sym_get, + anon_sym_set, + anon_sym_STAR, + anon_sym_in, + anon_sym_while, + anon_sym_else, + anon_sym_BANG_EQ, + anon_sym_EQ_EQ, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4324), 33, + sym_safe_nav, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_LBRACE, - ACTIONS(7859), 1, - anon_sym_COLON, - STATE(4470), 1, - sym_type_constraints, - STATE(4641), 1, - sym__block, - STATE(4677), 1, - sym_function_body, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_DASH_GT, + sym_label, + anon_sym_DOT_DOT, + anon_sym_QMARK_COLON, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_COLON_COLON, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_as_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG_BANG, + sym__backtick_identifier, + [1890] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4101), 22, + ACTIONS(3943), 27, + anon_sym_COLON, anon_sym_as, + anon_sym_EQ, + anon_sym_by, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, + sym__quest, anon_sym_STAR, anon_sym_in, anon_sym_while, @@ -453470,11 +455746,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4103), 32, + ACTIONS(3948), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, @@ -453503,26 +455780,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [331] = 10, - ACTIONS(5133), 1, + [1959] = 8, + ACTIONS(5121), 1, anon_sym_where, - ACTIONS(7853), 1, - anon_sym_EQ, - ACTIONS(7855), 1, + ACTIONS(5161), 1, anon_sym_LBRACE, - ACTIONS(7861), 1, + ACTIONS(7897), 1, anon_sym_COLON, - STATE(4477), 1, + STATE(4535), 1, sym_type_constraints, - STATE(4641), 1, - sym__block, - STATE(4646), 1, - sym_function_body, + STATE(4664), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4073), 22, + ACTIONS(4303), 23, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_DOT, @@ -453544,7 +455818,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4075), 32, + ACTIONS(4305), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -453577,26 +455851,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [415] = 10, - ACTIONS(5133), 1, + [2038] = 8, + ACTIONS(5121), 1, anon_sym_where, - ACTIONS(7853), 1, - anon_sym_EQ, - ACTIONS(7855), 1, + ACTIONS(5161), 1, anon_sym_LBRACE, - ACTIONS(7863), 1, + ACTIONS(5251), 1, anon_sym_COLON, - STATE(4494), 1, + STATE(4514), 1, sym_type_constraints, - STATE(4641), 1, - sym__block, - STATE(4708), 1, - sym_function_body, + STATE(4697), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4095), 22, + ACTIONS(3186), 23, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_DOT, @@ -453618,7 +455889,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4097), 32, + ACTIONS(3190), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -453651,21 +455922,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [499] = 5, - ACTIONS(7865), 1, - anon_sym_catch, + [2117] = 8, + ACTIONS(5115), 1, + anon_sym_LBRACE, + ACTIONS(5121), 1, + anon_sym_where, + ACTIONS(5239), 1, + anon_sym_COLON, + STATE(4528), 1, + sym_type_constraints, + STATE(4703), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4435), 2, - sym_catch_block, - aux_sym_try_expression_repeat1, - ACTIONS(4107), 25, + ACTIONS(3212), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, anon_sym_GT, - anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -453673,7 +455948,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_while, anon_sym_else, - anon_sym_finally, anon_sym_BANG_EQ, anon_sym_EQ_EQ, anon_sym_is, @@ -453686,12 +455960,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4109), 33, + ACTIONS(3216), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, @@ -453720,24 +455993,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [573] = 9, - ACTIONS(5133), 1, + [2196] = 8, + ACTIONS(5121), 1, anon_sym_where, - ACTIONS(7853), 1, - anon_sym_EQ, - ACTIONS(7855), 1, + ACTIONS(5161), 1, anon_sym_LBRACE, - STATE(4485), 1, + ACTIONS(5213), 1, + anon_sym_COLON, + STATE(4557), 1, sym_type_constraints, - STATE(4641), 1, - sym__block, - STATE(4653), 1, - sym_function_body, + STATE(4603), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4181), 22, + ACTIONS(3196), 23, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_DOT, @@ -453759,7 +456031,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4183), 32, + ACTIONS(3200), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -453792,24 +456064,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [654] = 5, - ACTIONS(7868), 1, - sym__quest, - STATE(4453), 1, - aux_sym_nullable_type_repeat1, + [2275] = 5, + ACTIONS(7899), 1, + anon_sym_LT, + STATE(4479), 1, + sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4263), 25, + ACTIONS(4107), 25, anon_sym_as, anon_sym_EQ, anon_sym_by, - anon_sym_LT, anon_sym_GT, anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, + sym__quest, anon_sym_STAR, anon_sym_in, anon_sym_while, @@ -453826,7 +456098,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4265), 33, + ACTIONS(4115), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -453860,28 +456132,98 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [727] = 8, - ACTIONS(7853), 1, + [2348] = 11, + ACTIONS(3973), 1, + anon_sym_LBRACK, + ACTIONS(3976), 1, anon_sym_EQ, - ACTIONS(7855), 1, - anon_sym_LBRACE, - ACTIONS(7870), 1, - anon_sym_COLON, - STATE(4641), 1, - sym__block, - STATE(4730), 1, - sym_function_body, + ACTIONS(3979), 1, + anon_sym_DOT, + STATE(7345), 1, + sym__member_access_operator, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4336), 23, + ACTIONS(3982), 2, + sym_safe_nav, + anon_sym_COLON_COLON, + ACTIONS(3988), 3, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG_BANG, + ACTIONS(3985), 5, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + STATE(6609), 5, + sym_indexing_suffix, + sym_navigation_suffix, + sym__postfix_unary_operator, + sym__postfix_unary_suffix, + aux_sym__postfix_unary_expression_repeat1, + ACTIONS(3971), 20, + sym__automatic_semicolon, + anon_sym_AT, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_SEMI, + sym_label, + anon_sym_DOT_DOT, + anon_sym_QMARK_COLON, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_as_QMARK, + sym__backtick_identifier, + ACTIONS(3969), 21, anon_sym_as, anon_sym_LT, anon_sym_GT, anon_sym_where, + anon_sym_get, + anon_sym_set, + anon_sym_STAR, + anon_sym_in, + anon_sym_else, + anon_sym_BANG_EQ, + anon_sym_EQ_EQ, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + [2433] = 5, + ACTIONS(7901), 1, anon_sym_DOT, + STATE(4468), 1, + aux_sym_user_type_repeat1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4272), 25, + anon_sym_as, + anon_sym_EQ, + anon_sym_by, + anon_sym_LT, + anon_sym_GT, + anon_sym_where, anon_sym_get, anon_sym_set, + sym__quest, anon_sym_STAR, anon_sym_in, anon_sym_while, @@ -453898,11 +456240,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4338), 32, + ACTIONS(4274), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, @@ -453931,25 +456274,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [806] = 8, - ACTIONS(7853), 1, - anon_sym_EQ, - ACTIONS(7855), 1, + [2506] = 8, + ACTIONS(5115), 1, anon_sym_LBRACE, - ACTIONS(7872), 1, + ACTIONS(5121), 1, + anon_sym_where, + ACTIONS(7904), 1, anon_sym_COLON, - STATE(4598), 1, - sym_function_body, - STATE(4641), 1, - sym__block, + STATE(4544), 1, + sym_type_constraints, + STATE(4638), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4326), 23, + ACTIONS(4231), 23, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, - anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -453969,7 +456312,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4328), 32, + ACTIONS(4233), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -454002,22 +456345,103 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [885] = 3, + [2585] = 11, + ACTIONS(3973), 1, + anon_sym_LBRACK, + ACTIONS(3979), 1, + anon_sym_DOT, + ACTIONS(4009), 1, + anon_sym_EQ, + STATE(7345), 1, + sym__member_access_operator, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3828), 27, - anon_sym_COLON, + ACTIONS(3982), 2, + sym_safe_nav, + anon_sym_COLON_COLON, + ACTIONS(3988), 3, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG_BANG, + ACTIONS(4011), 5, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + STATE(6609), 5, + sym_indexing_suffix, + sym_navigation_suffix, + sym__postfix_unary_operator, + sym__postfix_unary_suffix, + aux_sym__postfix_unary_expression_repeat1, + ACTIONS(3971), 20, + sym__automatic_semicolon, + anon_sym_AT, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_SEMI, + sym_label, + anon_sym_DOT_DOT, + anon_sym_QMARK_COLON, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_as_QMARK, + sym__backtick_identifier, + ACTIONS(3969), 21, anon_sym_as, - anon_sym_EQ, - anon_sym_by, anon_sym_LT, anon_sym_GT, anon_sym_where, + anon_sym_get, + anon_sym_set, + anon_sym_STAR, + anon_sym_in, + anon_sym_else, + anon_sym_BANG_EQ, + anon_sym_EQ_EQ, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + [2670] = 9, + ACTIONS(5121), 1, + anon_sym_where, + ACTIONS(7864), 1, + anon_sym_EQ, + ACTIONS(7866), 1, + anon_sym_LBRACE, + STATE(4491), 1, + sym_type_constraints, + STATE(4683), 1, + sym_function_body, + STATE(4690), 1, + sym__block, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4256), 22, + anon_sym_as, + anon_sym_LT, + anon_sym_GT, anon_sym_DOT, anon_sym_get, anon_sym_set, - sym__quest, anon_sym_STAR, anon_sym_in, anon_sym_while, @@ -454034,12 +456458,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3833), 33, + ACTIONS(4258), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, @@ -454068,26 +456491,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [954] = 9, - ACTIONS(5133), 1, - anon_sym_where, - ACTIONS(7853), 1, - anon_sym_EQ, - ACTIONS(7855), 1, - anon_sym_LBRACE, - STATE(4490), 1, - sym_type_constraints, - STATE(4641), 1, - sym__block, - STATE(4739), 1, - sym_function_body, + [2751] = 5, + ACTIONS(7906), 1, + sym__quest, + STATE(4450), 1, + aux_sym_nullable_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4089), 22, + ACTIONS(4250), 25, anon_sym_as, + anon_sym_EQ, + anon_sym_by, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -454107,11 +456525,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4091), 32, + ACTIONS(4252), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, @@ -454140,31 +456559,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [1035] = 7, - STATE(4892), 1, - sym_annotated_lambda, - STATE(4899), 1, - sym_lambda_literal, + [2824] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5656), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(7855), 2, - sym_annotation, - aux_sym__annotated_delegation_specifier_repeat1, - ACTIONS(3854), 23, + ACTIONS(4272), 26, anon_sym_as, anon_sym_EQ, + anon_sym_by, anon_sym_LT, anon_sym_GT, anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, + sym__quest, anon_sym_STAR, anon_sym_in, + anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -454178,16 +456590,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3856), 31, - sym__automatic_semicolon, + ACTIONS(4274), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_SEMI, + anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -454210,24 +456624,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [1112] = 9, - ACTIONS(5133), 1, - anon_sym_where, - ACTIONS(7853), 1, - anon_sym_EQ, - ACTIONS(7855), 1, + [2892] = 7, + ACTIONS(5115), 1, anon_sym_LBRACE, - STATE(4494), 1, + ACTIONS(5121), 1, + anon_sym_where, + STATE(4547), 1, sym_type_constraints, - STATE(4641), 1, - sym__block, - STATE(4708), 1, - sym_function_body, + STATE(4588), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4095), 22, + ACTIONS(4346), 23, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_DOT, @@ -454249,7 +456660,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4097), 32, + ACTIONS(4348), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -454282,28 +456693,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [1193] = 5, - ACTIONS(7874), 1, - anon_sym_DOT, - STATE(4444), 1, - aux_sym_user_type_repeat1, + [2968] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4304), 25, + ACTIONS(4519), 26, anon_sym_as, anon_sym_EQ, - anon_sym_by, anon_sym_LT, anon_sym_GT, anon_sym_where, + anon_sym_DOT, anon_sym_get, anon_sym_set, - sym__quest, anon_sym_STAR, anon_sym_in, anon_sym_while, anon_sym_else, + anon_sym_catch, + anon_sym_finally, anon_sym_BANG_EQ, anon_sym_EQ_EQ, anon_sym_is, @@ -454316,7 +456724,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4306), 33, + ACTIONS(4521), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -454350,28 +456758,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [1266] = 5, - ACTIONS(7877), 1, - anon_sym_DOT, - STATE(4444), 1, - aux_sym_user_type_repeat1, + [3036] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4269), 25, + ACTIONS(4511), 26, anon_sym_as, anon_sym_EQ, - anon_sym_by, anon_sym_LT, anon_sym_GT, anon_sym_where, + anon_sym_DOT, anon_sym_get, anon_sym_set, - sym__quest, anon_sym_STAR, anon_sym_in, anon_sym_while, anon_sym_else, + anon_sym_catch, + anon_sym_finally, anon_sym_BANG_EQ, anon_sym_EQ_EQ, anon_sym_is, @@ -454384,7 +456789,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4271), 33, + ACTIONS(4513), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -454418,67 +456823,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [1339] = 11, - ACTIONS(3878), 1, - anon_sym_LBRACK, - ACTIONS(3881), 1, - anon_sym_EQ, - ACTIONS(3884), 1, - anon_sym_DOT, - STATE(7210), 1, - sym__member_access_operator, + [3104] = 7, + ACTIONS(5115), 1, + anon_sym_LBRACE, + ACTIONS(5121), 1, + anon_sym_where, + STATE(4556), 1, + sym_type_constraints, + STATE(4639), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3887), 2, - sym_safe_nav, - anon_sym_COLON_COLON, - ACTIONS(3893), 3, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BANG_BANG, - ACTIONS(3890), 5, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - STATE(6624), 5, - sym_indexing_suffix, - sym_navigation_suffix, - sym__postfix_unary_operator, - sym__postfix_unary_suffix, - aux_sym__postfix_unary_expression_repeat1, - ACTIONS(3876), 20, - sym__automatic_semicolon, - anon_sym_AT, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_SEMI, - sym_label, - anon_sym_DOT_DOT, - anon_sym_QMARK_COLON, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_BANG_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_as_QMARK, - sym__backtick_identifier, - ACTIONS(3874), 21, + ACTIONS(4342), 23, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, - anon_sym_where, + anon_sym_DOT, anon_sym_get, anon_sym_set, anon_sym_STAR, anon_sym_in, + anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -454492,24 +456859,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [1424] = 9, - ACTIONS(5133), 1, - anon_sym_where, - ACTIONS(7853), 1, - anon_sym_EQ, - ACTIONS(7855), 1, + ACTIONS(4344), 32, + sym_safe_nav, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_DASH_GT, + sym_label, + anon_sym_DOT_DOT, + anon_sym_QMARK_COLON, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_COLON_COLON, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_as_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG_BANG, + sym__backtick_identifier, + [3180] = 7, + ACTIONS(5115), 1, anon_sym_LBRACE, - STATE(4470), 1, + ACTIONS(5121), 1, + anon_sym_where, + STATE(4521), 1, sym_type_constraints, - STATE(4641), 1, - sym__block, - STATE(4677), 1, - sym_function_body, + STATE(4720), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4101), 22, + ACTIONS(4188), 23, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_DOT, @@ -454531,7 +456928,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4103), 32, + ACTIONS(4190), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -454564,28 +456961,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [1505] = 8, - ACTIONS(5127), 1, - anon_sym_LBRACE, - ACTIONS(5133), 1, - anon_sym_where, - ACTIONS(5195), 1, - anon_sym_COLON, - STATE(4519), 1, - sym_type_constraints, - STATE(4638), 1, - sym_class_body, + [3256] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3214), 23, + ACTIONS(4515), 26, anon_sym_as, anon_sym_EQ, + anon_sym_by, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, + sym__quest, anon_sym_STAR, anon_sym_in, anon_sym_while, @@ -454602,11 +456992,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3218), 32, + ACTIONS(4517), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, @@ -454635,25 +457026,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [1584] = 8, - ACTIONS(5127), 1, + [3324] = 7, + ACTIONS(7864), 1, + anon_sym_EQ, + ACTIONS(7866), 1, anon_sym_LBRACE, - ACTIONS(5133), 1, - anon_sym_where, - ACTIONS(7880), 1, - anon_sym_COLON, - STATE(4508), 1, - sym_type_constraints, - STATE(4704), 1, - sym_class_body, + STATE(4685), 1, + sym_function_body, + STATE(4690), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4284), 23, + ACTIONS(4210), 23, anon_sym_as, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -454673,7 +457062,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4286), 32, + ACTIONS(4212), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -454706,21 +457095,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [1663] = 8, - ACTIONS(5133), 1, + [3400] = 7, + ACTIONS(5121), 1, anon_sym_where, - ACTIONS(5137), 1, + ACTIONS(5161), 1, anon_sym_LBRACE, - ACTIONS(5199), 1, - anon_sym_COLON, - STATE(4537), 1, + STATE(4527), 1, sym_type_constraints, - STATE(4709), 1, - sym_enum_class_body, + STATE(4720), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3190), 23, + ACTIONS(4188), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -454744,7 +457131,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3194), 32, + ACTIONS(4190), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -454777,28 +457164,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [1742] = 8, - ACTIONS(5127), 1, - anon_sym_LBRACE, - ACTIONS(5133), 1, - anon_sym_where, - ACTIONS(5217), 1, - anon_sym_COLON, - STATE(4540), 1, - sym_type_constraints, - STATE(4709), 1, - sym_class_body, + [3476] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3190), 23, + ACTIONS(4491), 26, anon_sym_as, anon_sym_EQ, + anon_sym_by, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, + sym__quest, anon_sym_STAR, anon_sym_in, anon_sym_while, @@ -454815,11 +457195,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3194), 32, + ACTIONS(4493), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, @@ -454848,25 +457229,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [1821] = 8, - ACTIONS(5133), 1, - anon_sym_where, - ACTIONS(5137), 1, - anon_sym_LBRACE, - ACTIONS(7882), 1, - anon_sym_COLON, - STATE(4550), 1, - sym_type_constraints, - STATE(4734), 1, - sym_enum_class_body, + [3544] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4197), 23, + ACTIONS(4507), 26, anon_sym_as, anon_sym_EQ, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -454874,6 +457246,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_while, anon_sym_else, + anon_sym_catch, + anon_sym_finally, anon_sym_BANG_EQ, anon_sym_EQ_EQ, anon_sym_is, @@ -454886,11 +457260,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4199), 32, + ACTIONS(4509), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, @@ -454919,18 +457294,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [1900] = 5, - ACTIONS(7884), 1, - sym__quest, - STATE(4453), 1, - aux_sym_nullable_type_repeat1, + [3612] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4311), 25, + ACTIONS(4497), 26, anon_sym_as, anon_sym_EQ, - anon_sym_by, anon_sym_LT, anon_sym_GT, anon_sym_where, @@ -454941,6 +457311,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_while, anon_sym_else, + anon_sym_catch, + anon_sym_finally, anon_sym_BANG_EQ, anon_sym_EQ_EQ, anon_sym_is, @@ -454953,7 +457325,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4313), 33, + ACTIONS(4499), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -454987,24 +457359,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [1973] = 9, - ACTIONS(5133), 1, - anon_sym_where, - ACTIONS(7853), 1, - anon_sym_EQ, - ACTIONS(7855), 1, + [3680] = 7, + ACTIONS(5115), 1, anon_sym_LBRACE, - STATE(4491), 1, + ACTIONS(5121), 1, + anon_sym_where, + STATE(4542), 1, sym_type_constraints, - STATE(4641), 1, - sym__block, - STATE(4666), 1, - sym_function_body, + STATE(4570), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4300), 22, + ACTIONS(4392), 23, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_DOT, @@ -455026,7 +457395,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4302), 32, + ACTIONS(4394), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -455059,105 +457428,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [2054] = 11, - ACTIONS(3878), 1, - anon_sym_LBRACK, - ACTIONS(3884), 1, - anon_sym_DOT, - ACTIONS(4017), 1, - anon_sym_EQ, - STATE(7210), 1, - sym__member_access_operator, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(3887), 2, - sym_safe_nav, - anon_sym_COLON_COLON, - ACTIONS(3893), 3, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BANG_BANG, - ACTIONS(4019), 5, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - STATE(6624), 5, - sym_indexing_suffix, - sym_navigation_suffix, - sym__postfix_unary_operator, - sym__postfix_unary_suffix, - aux_sym__postfix_unary_expression_repeat1, - ACTIONS(3876), 20, - sym__automatic_semicolon, - anon_sym_AT, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_SEMI, - sym_label, - anon_sym_DOT_DOT, - anon_sym_QMARK_COLON, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_BANG_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_as_QMARK, - sym__backtick_identifier, - ACTIONS(3874), 21, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - anon_sym_where, - anon_sym_get, - anon_sym_set, - anon_sym_STAR, - anon_sym_in, - anon_sym_else, - anon_sym_BANG_EQ, - anon_sym_EQ_EQ, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - [2139] = 7, - STATE(4899), 1, - sym_lambda_literal, - STATE(4948), 1, - sym_annotated_lambda, + [3756] = 4, + ACTIONS(4268), 1, + anon_sym_DASH_GT, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5656), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(7855), 2, - sym_annotation, - aux_sym__annotated_delegation_specifier_repeat1, - ACTIONS(3840), 23, + ACTIONS(4264), 26, anon_sym_as, anon_sym_EQ, + anon_sym_by, anon_sym_LT, anon_sym_GT, anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, + sym__quest, anon_sym_STAR, anon_sym_in, + anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -455171,15 +457461,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3842), 31, - sym__automatic_semicolon, + ACTIONS(4266), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_SEMI, sym_label, anon_sym_DOT_DOT, @@ -455203,21 +457494,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [2216] = 5, - ACTIONS(7887), 1, - sym__quest, - STATE(4437), 1, - aux_sym_nullable_type_repeat1, + [3826] = 7, + ACTIONS(5121), 1, + anon_sym_where, + ACTIONS(5161), 1, + anon_sym_LBRACE, + STATE(4540), 1, + sym_type_constraints, + STATE(4667), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4294), 25, + ACTIONS(4406), 23, anon_sym_as, anon_sym_EQ, - anon_sym_by, anon_sym_LT, anon_sym_GT, - anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -455237,12 +457530,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4296), 33, + ACTIONS(4408), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, @@ -455271,21 +457563,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [2289] = 8, - ACTIONS(5127), 1, - anon_sym_LBRACE, - ACTIONS(5133), 1, + [3902] = 7, + ACTIONS(5121), 1, anon_sym_where, - ACTIONS(7889), 1, - anon_sym_COLON, - STATE(4513), 1, + ACTIONS(5161), 1, + anon_sym_LBRACE, + STATE(4535), 1, sym_type_constraints, - STATE(4734), 1, + STATE(4664), 1, sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4197), 23, + ACTIONS(4303), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -455309,7 +457599,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4199), 32, + ACTIONS(4305), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -455342,21 +457632,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [2368] = 8, - ACTIONS(7853), 1, + [3978] = 7, + ACTIONS(7864), 1, anon_sym_EQ, - ACTIONS(7855), 1, + ACTIONS(7866), 1, anon_sym_LBRACE, - ACTIONS(7891), 1, - anon_sym_COLON, - STATE(4634), 1, + STATE(4601), 1, sym_function_body, - STATE(4641), 1, + STATE(4690), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4191), 23, + ACTIONS(4422), 23, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -455380,7 +457668,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4193), 32, + ACTIONS(4424), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -455413,15 +457701,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [2447] = 5, - ACTIONS(7887), 1, - sym__quest, - STATE(4437), 1, - aux_sym_nullable_type_repeat1, + [4054] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4185), 25, + ACTIONS(4471), 26, anon_sym_as, anon_sym_EQ, anon_sym_by, @@ -455431,6 +457715,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, anon_sym_get, anon_sym_set, + sym__quest, anon_sym_STAR, anon_sym_in, anon_sym_while, @@ -455447,7 +457732,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4187), 33, + ACTIONS(4473), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -455481,24 +457766,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [2520] = 5, - ACTIONS(7893), 1, - anon_sym_DOT, - STATE(4445), 1, - aux_sym_user_type_repeat1, + [4122] = 7, + ACTIONS(7864), 1, + anon_sym_EQ, + ACTIONS(7866), 1, + anon_sym_LBRACE, + STATE(4690), 1, + sym__block, + STATE(4691), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4142), 25, + ACTIONS(4487), 23, anon_sym_as, - anon_sym_EQ, - anon_sym_by, anon_sym_LT, anon_sym_GT, anon_sym_where, + anon_sym_DOT, anon_sym_get, anon_sym_set, - sym__quest, anon_sym_STAR, anon_sym_in, anon_sym_while, @@ -455515,12 +457802,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4144), 33, + ACTIONS(4489), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, @@ -455549,21 +457835,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [2593] = 8, - ACTIONS(5133), 1, - anon_sym_where, - ACTIONS(5137), 1, + [4198] = 7, + ACTIONS(5115), 1, anon_sym_LBRACE, - ACTIONS(5221), 1, - anon_sym_COLON, - STATE(4558), 1, + ACTIONS(5121), 1, + anon_sym_where, + STATE(4531), 1, sym_type_constraints, - STATE(4743), 1, + STATE(4663), 1, sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3204), 23, + ACTIONS(4503), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -455587,7 +457871,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3208), 32, + ACTIONS(4505), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -455620,27 +457904,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [2672] = 5, - ACTIONS(7896), 1, - anon_sym_LT, - STATE(4481), 1, - sym_type_arguments, + [4274] = 7, + ACTIONS(7908), 1, + anon_sym_catch, + ACTIONS(7910), 1, + anon_sym_finally, + STATE(5014), 1, + sym_finally_block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4130), 25, + STATE(4536), 2, + sym_catch_block, + aux_sym_try_expression_repeat1, + ACTIONS(4023), 23, anon_sym_as, anon_sym_EQ, - anon_sym_by, + anon_sym_LT, anon_sym_GT, anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, - sym__quest, anon_sym_STAR, anon_sym_in, - anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -455654,18 +457941,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4138), 33, + ACTIONS(4025), 31, + sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_SEMI, - anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -455688,94 +457973,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [2745] = 8, - ACTIONS(5133), 1, - anon_sym_where, - ACTIONS(5137), 1, + [4350] = 6, + ACTIONS(5161), 1, anon_sym_LBRACE, - ACTIONS(7898), 1, + ACTIONS(7912), 1, anon_sym_COLON, - STATE(4527), 1, - sym_type_constraints, - STATE(4699), 1, - sym_enum_class_body, + STATE(4586), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4213), 23, + ACTIONS(4386), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, anon_sym_GT, - anon_sym_DOT, - anon_sym_get, - anon_sym_set, - anon_sym_STAR, - anon_sym_in, - anon_sym_while, - anon_sym_else, - anon_sym_BANG_EQ, - anon_sym_EQ_EQ, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4215), 32, - sym_safe_nav, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_DASH_GT, - sym_label, - anon_sym_DOT_DOT, - anon_sym_QMARK_COLON, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_COLON_COLON, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_as_QMARK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BANG_BANG, - sym__backtick_identifier, - [2824] = 7, - ACTIONS(5133), 1, anon_sym_where, - ACTIONS(5137), 1, - anon_sym_LBRACE, - STATE(4525), 1, - sym_type_constraints, - STATE(4664), 1, - sym_enum_class_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4495), 23, - anon_sym_as, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -455795,7 +458008,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4497), 32, + ACTIONS(4388), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -455828,19 +458041,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [2900] = 7, - ACTIONS(5127), 1, - anon_sym_LBRACE, - ACTIONS(5133), 1, + [4424] = 7, + ACTIONS(5121), 1, anon_sym_where, - STATE(4508), 1, + ACTIONS(5161), 1, + anon_sym_LBRACE, + STATE(4543), 1, sym_type_constraints, - STATE(4704), 1, + STATE(4663), 1, sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4284), 23, + ACTIONS(4503), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -455864,7 +458077,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4286), 32, + ACTIONS(4505), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -455897,11 +458110,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [2976] = 3, + [4500] = 5, + ACTIONS(7914), 1, + aux_sym_unsigned_literal_token1, + ACTIONS(7916), 1, + anon_sym_L, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4374), 26, + ACTIONS(4477), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -455914,8 +458131,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_while, anon_sym_else, - anon_sym_catch, - anon_sym_finally, anon_sym_BANG_EQ, anon_sym_EQ_EQ, anon_sym_is, @@ -455928,7 +458143,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4376), 33, + ACTIONS(4479), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -455962,19 +458177,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [3044] = 7, - ACTIONS(7853), 1, + [4572] = 7, + ACTIONS(7864), 1, anon_sym_EQ, - ACTIONS(7855), 1, + ACTIONS(7866), 1, anon_sym_LBRACE, - STATE(4641), 1, - sym__block, - STATE(4705), 1, + STATE(4683), 1, sym_function_body, + STATE(4690), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4386), 23, + ACTIONS(4256), 23, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -455998,7 +458213,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4388), 32, + ACTIONS(4258), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -456031,88 +458246,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [3120] = 7, - ACTIONS(5133), 1, - anon_sym_where, - ACTIONS(5137), 1, - anon_sym_LBRACE, - STATE(4518), 1, - sym_type_constraints, - STATE(4725), 1, - sym_enum_class_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4422), 23, - anon_sym_as, + [4648] = 7, + ACTIONS(7864), 1, anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_DOT, - anon_sym_get, - anon_sym_set, - anon_sym_STAR, - anon_sym_in, - anon_sym_while, - anon_sym_else, - anon_sym_BANG_EQ, - anon_sym_EQ_EQ, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4424), 32, - sym_safe_nav, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_DASH_GT, - sym_label, - anon_sym_DOT_DOT, - anon_sym_QMARK_COLON, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_COLON_COLON, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_as_QMARK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BANG_BANG, - sym__backtick_identifier, - [3196] = 7, - ACTIONS(7853), 1, - anon_sym_EQ, - ACTIONS(7855), 1, + ACTIONS(7866), 1, anon_sym_LBRACE, - STATE(4641), 1, - sym__block, - STATE(4666), 1, + STATE(4573), 1, sym_function_body, + STATE(4690), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4300), 23, + ACTIONS(4260), 23, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -456136,7 +458282,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4302), 32, + ACTIONS(4262), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -456169,21 +458315,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [3272] = 3, + [4724] = 6, + ACTIONS(5161), 1, + anon_sym_LBRACE, + ACTIONS(7918), 1, + anon_sym_COLON, + STATE(4658), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4440), 26, + ACTIONS(4410), 24, anon_sym_as, anon_sym_EQ, - anon_sym_by, anon_sym_LT, anon_sym_GT, anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, - sym__quest, anon_sym_STAR, anon_sym_in, anon_sym_while, @@ -456200,12 +458350,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4442), 33, + ACTIONS(4412), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, @@ -456234,19 +458383,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [3340] = 7, - ACTIONS(5127), 1, + [4798] = 7, + ACTIONS(5115), 1, anon_sym_LBRACE, - ACTIONS(5133), 1, + ACTIONS(5121), 1, anon_sym_where, - STATE(4535), 1, + STATE(4544), 1, sym_type_constraints, - STATE(4725), 1, - sym_class_body, + STATE(4638), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4422), 23, + ACTIONS(4231), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -456270,7 +458419,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4424), 32, + ACTIONS(4233), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -456303,23 +458452,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [3416] = 7, - ACTIONS(5133), 1, - anon_sym_where, - ACTIONS(5137), 1, + [4874] = 7, + ACTIONS(7864), 1, + anon_sym_EQ, + ACTIONS(7866), 1, anon_sym_LBRACE, - STATE(4527), 1, - sym_type_constraints, - STATE(4699), 1, - sym_enum_class_body, + STATE(4690), 1, + sym__block, + STATE(4740), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4213), 23, + ACTIONS(4426), 23, anon_sym_as, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -456339,7 +458488,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4215), 32, + ACTIONS(4428), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -456372,21 +458521,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [3492] = 3, + [4950] = 7, + ACTIONS(7864), 1, + anon_sym_EQ, + ACTIONS(7866), 1, + anon_sym_LBRACE, + STATE(4580), 1, + sym_function_body, + STATE(4690), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4444), 26, + ACTIONS(4099), 23, anon_sym_as, - anon_sym_EQ, - anon_sym_by, anon_sym_LT, anon_sym_GT, anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, - sym__quest, anon_sym_STAR, anon_sym_in, anon_sym_while, @@ -456403,12 +458557,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4446), 33, + ACTIONS(4101), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, @@ -456437,89 +458590,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [3560] = 7, - ACTIONS(7900), 1, - anon_sym_catch, - ACTIONS(7902), 1, - anon_sym_finally, - STATE(4967), 1, - sym_finally_block, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(4544), 2, - sym_catch_block, - aux_sym_try_expression_repeat1, - ACTIONS(4023), 23, - anon_sym_as, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, + [5026] = 7, + ACTIONS(5121), 1, anon_sym_where, - anon_sym_DOT, - anon_sym_get, - anon_sym_set, - anon_sym_STAR, - anon_sym_in, - anon_sym_else, - anon_sym_BANG_EQ, - anon_sym_EQ_EQ, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4025), 31, - sym__automatic_semicolon, - sym_safe_nav, - anon_sym_AT, - anon_sym_LBRACK, + ACTIONS(5161), 1, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_SEMI, - sym_label, - anon_sym_DOT_DOT, - anon_sym_QMARK_COLON, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_COLON_COLON, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_as_QMARK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BANG_BANG, - sym__backtick_identifier, - [3636] = 5, - ACTIONS(7904), 1, - anon_sym_by, - STATE(4581), 1, - sym_value_arguments, + STATE(4558), 1, + sym_type_constraints, + STATE(4639), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4454), 24, + ACTIONS(4342), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, anon_sym_GT, - anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -456539,12 +458626,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4456), 33, + ACTIONS(4344), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, @@ -456573,19 +458659,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [3708] = 7, - ACTIONS(7853), 1, + [5102] = 7, + ACTIONS(7864), 1, anon_sym_EQ, - ACTIONS(7855), 1, + ACTIONS(7866), 1, anon_sym_LBRACE, - STATE(4641), 1, - sym__block, - STATE(4718), 1, + STATE(4653), 1, sym_function_body, + STATE(4690), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4083), 23, + ACTIONS(4031), 23, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -456609,7 +458695,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4085), 32, + ACTIONS(4033), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -456642,85 +458728,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [3784] = 7, - ACTIONS(5127), 1, - anon_sym_LBRACE, - ACTIONS(5133), 1, + [5178] = 7, + ACTIONS(5121), 1, anon_sym_where, - STATE(4553), 1, + ACTIONS(5161), 1, + anon_sym_LBRACE, + STATE(4520), 1, sym_type_constraints, - STATE(4731), 1, + STATE(4753), 1, sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4481), 23, - anon_sym_as, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_DOT, - anon_sym_get, - anon_sym_set, - anon_sym_STAR, - anon_sym_in, - anon_sym_while, - anon_sym_else, - anon_sym_BANG_EQ, - anon_sym_EQ_EQ, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4483), 32, - sym_safe_nav, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_DASH_GT, - sym_label, - anon_sym_DOT_DOT, - anon_sym_QMARK_COLON, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_COLON_COLON, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_as_QMARK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BANG_BANG, - sym__backtick_identifier, - [3860] = 3, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4406), 26, + ACTIONS(4402), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, anon_sym_GT, - anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -456728,8 +458752,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_while, anon_sym_else, - anon_sym_catch, - anon_sym_finally, anon_sym_BANG_EQ, anon_sym_EQ_EQ, anon_sym_is, @@ -456742,12 +458764,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4408), 33, + ACTIONS(4404), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, @@ -456776,19 +458797,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [3928] = 7, - ACTIONS(7853), 1, + [5254] = 7, + ACTIONS(7864), 1, anon_sym_EQ, - ACTIONS(7855), 1, + ACTIONS(7866), 1, anon_sym_LBRACE, - STATE(4598), 1, + STATE(4652), 1, sym_function_body, - STATE(4641), 1, + STATE(4690), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4326), 23, + ACTIONS(4085), 23, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -456812,7 +458833,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4328), 32, + ACTIONS(4087), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -456845,21 +458866,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [4004] = 3, + [5330] = 5, + ACTIONS(7920), 1, + anon_sym_by, + STATE(4584), 1, + sym_value_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4426), 26, + ACTIONS(4416), 24, anon_sym_as, anon_sym_EQ, - anon_sym_by, anon_sym_LT, anon_sym_GT, anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, - sym__quest, anon_sym_STAR, anon_sym_in, anon_sym_while, @@ -456876,7 +458899,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4428), 33, + ACTIONS(4418), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -456910,23 +458933,89 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [4072] = 7, - ACTIONS(5127), 1, + [5402] = 7, + ACTIONS(7864), 1, + anon_sym_EQ, + ACTIONS(7866), 1, anon_sym_LBRACE, - ACTIONS(5133), 1, + STATE(4690), 1, + sym__block, + STATE(4716), 1, + sym_function_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4047), 23, + anon_sym_as, + anon_sym_LT, + anon_sym_GT, anon_sym_where, - STATE(4513), 1, - sym_type_constraints, - STATE(4734), 1, + anon_sym_DOT, + anon_sym_get, + anon_sym_set, + anon_sym_STAR, + anon_sym_in, + anon_sym_while, + anon_sym_else, + anon_sym_BANG_EQ, + anon_sym_EQ_EQ, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4049), 32, + sym_safe_nav, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_DASH_GT, + sym_label, + anon_sym_DOT_DOT, + anon_sym_QMARK_COLON, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_COLON_COLON, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_as_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG_BANG, + sym__backtick_identifier, + [5478] = 5, + ACTIONS(5161), 1, + anon_sym_LBRACE, + STATE(4708), 1, sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4197), 23, + ACTIONS(4535), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -456946,7 +459035,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4199), 32, + ACTIONS(4537), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -456979,15 +459068,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [4148] = 5, - ACTIONS(7906), 1, - aux_sym_unsigned_literal_token1, - ACTIONS(7908), 1, - anon_sym_L, + [5549] = 5, + ACTIONS(7922), 1, + anon_sym_COMMA, + STATE(4549), 1, + aux_sym_type_constraints_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4473), 24, + ACTIONS(4442), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -457012,7 +459101,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4475), 33, + ACTIONS(4444), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -457020,7 +459109,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_DASH_GT, @@ -457046,23 +459134,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [4220] = 7, - ACTIONS(5127), 1, + [5620] = 5, + ACTIONS(5161), 1, anon_sym_LBRACE, - ACTIONS(5133), 1, - anon_sym_where, - STATE(4506), 1, - sym_type_constraints, - STATE(4686), 1, + STATE(4670), 1, sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4448), 23, + ACTIONS(4682), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -457082,7 +459167,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4450), 32, + ACTIONS(4684), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -457115,20 +459200,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [4296] = 7, - ACTIONS(7853), 1, - anon_sym_EQ, - ACTIONS(7855), 1, - anon_sym_LBRACE, - STATE(4559), 1, - sym_function_body, - STATE(4641), 1, - sym__block, + [5691] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4503), 23, + ACTIONS(4531), 25, + anon_sym_COLON, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_where, @@ -457151,11 +459230,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4505), 32, + ACTIONS(4533), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, @@ -457184,21 +459264,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [4372] = 3, + [5758] = 5, + ACTIONS(5115), 1, + anon_sym_LBRACE, + STATE(4703), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4304), 26, + ACTIONS(3212), 24, anon_sym_as, anon_sym_EQ, - anon_sym_by, anon_sym_LT, anon_sym_GT, anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, - sym__quest, anon_sym_STAR, anon_sym_in, anon_sym_while, @@ -457215,12 +459297,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4306), 33, + ACTIONS(3216), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, @@ -457249,17 +459330,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [4440] = 6, - ACTIONS(5127), 1, + [5829] = 5, + ACTIONS(5161), 1, anon_sym_LBRACE, - ACTIONS(7910), 1, - anon_sym_COLON, - STATE(4635), 1, + STATE(4720), 1, sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4509), 24, + ACTIONS(4188), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -457284,7 +459363,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4511), 32, + ACTIONS(4190), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -457317,21 +459396,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [4514] = 7, - ACTIONS(5133), 1, + [5900] = 10, + ACTIONS(5405), 1, anon_sym_where, - ACTIONS(5137), 1, + ACTIONS(7924), 1, + anon_sym_COLON, + ACTIONS(7926), 1, + anon_sym_EQ, + ACTIONS(7928), 1, anon_sym_LBRACE, - STATE(4550), 1, + STATE(4773), 1, sym_type_constraints, - STATE(4734), 1, - sym_enum_class_body, + STATE(4901), 1, + sym__block, + STATE(5030), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4197), 23, + ACTIONS(4041), 21, anon_sym_as, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_DOT, @@ -457339,7 +459423,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_set, anon_sym_STAR, anon_sym_in, - anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -457353,17 +459436,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4199), 32, + ACTIONS(4043), 30, + sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_SEMI, - anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -457386,23 +459467,89 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [4590] = 7, - ACTIONS(5133), 1, + [5981] = 10, + ACTIONS(5405), 1, anon_sym_where, - ACTIONS(5137), 1, + ACTIONS(7926), 1, + anon_sym_EQ, + ACTIONS(7928), 1, anon_sym_LBRACE, - STATE(4530), 1, + ACTIONS(7930), 1, + anon_sym_COLON, + STATE(4774), 1, sym_type_constraints, - STATE(4671), 1, - sym_enum_class_body, + STATE(4901), 1, + sym__block, + STATE(5032), 1, + sym_function_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4047), 21, + anon_sym_as, + anon_sym_LT, + anon_sym_GT, + anon_sym_DOT, + anon_sym_get, + anon_sym_set, + anon_sym_STAR, + anon_sym_in, + anon_sym_else, + anon_sym_BANG_EQ, + anon_sym_EQ_EQ, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4049), 30, + sym__automatic_semicolon, + sym_safe_nav, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_SEMI, + sym_label, + anon_sym_DOT_DOT, + anon_sym_QMARK_COLON, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_COLON_COLON, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_as_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG_BANG, + sym__backtick_identifier, + [6062] = 4, + STATE(4563), 1, + aux_sym__delegation_specifiers_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4460), 23, + ACTIONS(4664), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -457422,11 +459569,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4462), 32, + ACTIONS(4666), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, @@ -457455,29 +459603,104 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [4666] = 7, - ACTIONS(7853), 1, + [6131] = 10, + ACTIONS(5405), 1, + anon_sym_where, + ACTIONS(7926), 1, anon_sym_EQ, - ACTIONS(7855), 1, + ACTIONS(7928), 1, anon_sym_LBRACE, - STATE(4641), 1, + ACTIONS(7932), 1, + anon_sym_COLON, + STATE(4775), 1, + sym_type_constraints, + STATE(4901), 1, sym__block, - STATE(4708), 1, + STATE(5051), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4095), 23, + ACTIONS(4085), 21, anon_sym_as, anon_sym_LT, anon_sym_GT, + anon_sym_DOT, + anon_sym_get, + anon_sym_set, + anon_sym_STAR, + anon_sym_in, + anon_sym_else, + anon_sym_BANG_EQ, + anon_sym_EQ_EQ, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4087), 30, + sym__automatic_semicolon, + sym_safe_nav, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_SEMI, + sym_label, + anon_sym_DOT_DOT, + anon_sym_QMARK_COLON, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_COLON_COLON, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_as_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG_BANG, + sym__backtick_identifier, + [6212] = 10, + ACTIONS(5405), 1, anon_sym_where, + ACTIONS(7926), 1, + anon_sym_EQ, + ACTIONS(7928), 1, + anon_sym_LBRACE, + ACTIONS(7934), 1, + anon_sym_COLON, + STATE(4777), 1, + sym_type_constraints, + STATE(4901), 1, + sym__block, + STATE(5017), 1, + sym_function_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4031), 21, + anon_sym_as, + anon_sym_LT, + anon_sym_GT, anon_sym_DOT, anon_sym_get, anon_sym_set, anon_sym_STAR, anon_sym_in, - anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -457491,17 +459714,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4097), 32, + ACTIONS(4033), 30, + sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_SEMI, - anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -457524,20 +459745,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [4742] = 7, - ACTIONS(7853), 1, - anon_sym_EQ, - ACTIONS(7855), 1, + [6293] = 5, + ACTIONS(5161), 1, anon_sym_LBRACE, - STATE(4641), 1, - sym__block, - STATE(4653), 1, - sym_function_body, + STATE(4667), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4181), 23, + ACTIONS(4406), 24, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_where, @@ -457560,7 +459778,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4183), 32, + ACTIONS(4408), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -457593,11 +459811,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [4818] = 3, + [6364] = 5, + ACTIONS(5115), 1, + anon_sym_LBRACE, + STATE(4663), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4396), 26, + ACTIONS(4503), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -457610,8 +459832,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_while, anon_sym_else, - anon_sym_catch, - anon_sym_finally, anon_sym_BANG_EQ, anon_sym_EQ_EQ, anon_sym_is, @@ -457624,12 +459844,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4398), 33, + ACTIONS(4505), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, @@ -457658,13 +459877,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [4886] = 3, + [6435] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4378), 26, + ACTIONS(4621), 25, anon_sym_as, anon_sym_EQ, + anon_sym_by, anon_sym_LT, anon_sym_GT, anon_sym_where, @@ -457675,8 +459895,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_while, anon_sym_else, - anon_sym_catch, - anon_sym_finally, anon_sym_BANG_EQ, anon_sym_EQ_EQ, anon_sym_is, @@ -457689,7 +459907,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4380), 33, + ACTIONS(4623), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -457723,29 +459941,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [4954] = 7, - ACTIONS(7853), 1, + [6502] = 10, + ACTIONS(5405), 1, + anon_sym_where, + ACTIONS(7926), 1, anon_sym_EQ, - ACTIONS(7855), 1, + ACTIONS(7928), 1, anon_sym_LBRACE, - STATE(4641), 1, + ACTIONS(7936), 1, + anon_sym_COLON, + STATE(4779), 1, + sym_type_constraints, + STATE(4901), 1, sym__block, - STATE(4677), 1, + STATE(4912), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4101), 23, + ACTIONS(4099), 21, anon_sym_as, anon_sym_LT, anon_sym_GT, - anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, anon_sym_STAR, anon_sym_in, - anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -457759,17 +459981,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4103), 32, + ACTIONS(4101), 30, + sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_SEMI, - anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -457792,23 +460012,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [5030] = 7, - ACTIONS(5133), 1, - anon_sym_where, - ACTIONS(5137), 1, + [6583] = 5, + ACTIONS(5115), 1, anon_sym_LBRACE, - STATE(4510), 1, - sym_type_constraints, - STATE(4686), 1, + STATE(4720), 1, sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4448), 23, + ACTIONS(4188), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -457828,7 +460045,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4450), 32, + ACTIONS(4190), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -457861,20 +460078,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [5106] = 7, - ACTIONS(7853), 1, - anon_sym_EQ, - ACTIONS(7855), 1, - anon_sym_LBRACE, - STATE(4641), 1, - sym__block, - STATE(4691), 1, - sym_function_body, + [6654] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4382), 23, + ACTIONS(4646), 25, anon_sym_as, + anon_sym_EQ, + anon_sym_by, anon_sym_LT, anon_sym_GT, anon_sym_where, @@ -457897,11 +460108,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4384), 32, + ACTIONS(4648), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, @@ -457930,23 +460142,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [5182] = 7, - ACTIONS(5127), 1, - anon_sym_LBRACE, - ACTIONS(5133), 1, - anon_sym_where, - STATE(4546), 1, - sym_type_constraints, - STATE(4733), 1, - sym_class_body, + [6721] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4434), 23, + ACTIONS(4668), 25, + anon_sym_COLON, anon_sym_as, anon_sym_EQ, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -457966,11 +460172,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4436), 32, + ACTIONS(4670), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, @@ -457999,17 +460206,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [5258] = 6, - ACTIONS(5127), 1, + [6788] = 5, + ACTIONS(5161), 1, anon_sym_LBRACE, - ACTIONS(7912), 1, - anon_sym_COLON, - STATE(4702), 1, + STATE(4663), 1, sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4517), 24, + ACTIONS(4503), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -458034,7 +460239,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4519), 32, + ACTIONS(4505), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -458067,20 +460272,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [5332] = 7, - ACTIONS(7853), 1, - anon_sym_EQ, - ACTIONS(7855), 1, + [6859] = 5, + ACTIONS(5115), 1, anon_sym_LBRACE, - STATE(4641), 1, - sym__block, - STATE(4739), 1, - sym_function_body, + STATE(4638), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4089), 23, + ACTIONS(4231), 24, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_where, @@ -458103,7 +460305,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4091), 32, + ACTIONS(4233), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -458136,23 +460338,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [5408] = 4, - ACTIONS(4223), 1, - anon_sym_DASH_GT, + [6930] = 4, + ACTIONS(7920), 1, + anon_sym_by, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4219), 26, + ACTIONS(4416), 24, anon_sym_as, anon_sym_EQ, - anon_sym_by, anon_sym_LT, anon_sym_GT, anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, - sym__quest, anon_sym_STAR, anon_sym_in, anon_sym_while, @@ -458169,7 +460369,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4221), 32, + ACTIONS(4418), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -458180,6 +460380,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, + anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -458202,28 +460403,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [5478] = 10, - ACTIONS(5133), 1, - anon_sym_where, - ACTIONS(7855), 1, - anon_sym_LBRACE, - ACTIONS(7914), 1, - anon_sym_COLON, - ACTIONS(7916), 1, - anon_sym_EQ, - STATE(4641), 1, - sym__block, - STATE(4708), 1, - sym_function_body, - STATE(4873), 1, - sym_type_constraints, + [6999] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4095), 22, + ACTIONS(4591), 25, + anon_sym_COLON, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -458243,14 +460433,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4097), 29, + ACTIONS(4593), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, + anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -458273,28 +460467,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [5559] = 10, - ACTIONS(5133), 1, - anon_sym_where, - ACTIONS(7855), 1, + [7066] = 5, + ACTIONS(5115), 1, anon_sym_LBRACE, - ACTIONS(7916), 1, - anon_sym_EQ, - ACTIONS(7918), 1, - anon_sym_COLON, - STATE(4641), 1, - sym__block, - STATE(4718), 1, - sym_function_body, - STATE(4869), 1, - sym_type_constraints, + STATE(4639), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4083), 22, + ACTIONS(4342), 24, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -458314,14 +460500,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4085), 29, + ACTIONS(4344), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, + anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -458344,11 +460533,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [5640] = 3, + [7137] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4623), 25, + ACTIONS(4688), 25, anon_sym_COLON, anon_sym_as, anon_sym_EQ, @@ -458374,7 +460563,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4625), 33, + ACTIONS(4690), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -458408,145 +460597,76 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [5707] = 3, + [7204] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4615), 25, - anon_sym_COLON, - anon_sym_as, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_where, - anon_sym_DOT, - anon_sym_get, - anon_sym_set, - anon_sym_STAR, - anon_sym_in, - anon_sym_while, - anon_sym_else, - anon_sym_BANG_EQ, - anon_sym_EQ_EQ, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4617), 33, - sym_safe_nav, + ACTIONS(3948), 16, anon_sym_AT, - anon_sym_LBRACK, + anon_sym_COLON, anon_sym_RBRACK, + anon_sym_EQ, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_DOT, anon_sym_SEMI, + sym__quest, anon_sym_DASH_GT, - sym_label, - anon_sym_DOT_DOT, - anon_sym_QMARK_COLON, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_COLON_COLON, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_as_QMARK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BANG_BANG, sym__backtick_identifier, - [5774] = 5, - ACTIONS(7920), 1, - anon_sym_COMMA, - STATE(4505), 1, - aux_sym_type_constraints_repeat1, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4466), 24, - anon_sym_as, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, + ACTIONS(3943), 42, + anon_sym_typealias, + anon_sym_class, + anon_sym_interface, + anon_sym_enum, + anon_sym_constructor, + anon_sym_val, + anon_sym_var, + anon_sym_by, anon_sym_where, - anon_sym_DOT, + anon_sym_companion, + anon_sym_object, + anon_sym_fun, anon_sym_get, anon_sym_set, - anon_sym_STAR, - anon_sym_in, + anon_sym_dynamic, anon_sym_while, - anon_sym_else, - anon_sym_BANG_EQ, - anon_sym_EQ_EQ, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + anon_sym_suspend, + anon_sym_sealed, + anon_sym_annotation, anon_sym_data, anon_sym_inner, + anon_sym_override, + anon_sym_lateinit, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_protected, + anon_sym_tailrec, + anon_sym_operator, + anon_sym_infix, + anon_sym_inline, + anon_sym_external, + sym_property_modifier, + anon_sym_abstract, + anon_sym_final, + anon_sym_open, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4468), 32, - sym_safe_nav, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_DASH_GT, - sym_label, - anon_sym_DOT_DOT, - anon_sym_QMARK_COLON, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_COLON_COLON, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_as_QMARK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BANG_BANG, - sym__backtick_identifier, - [5845] = 5, - ACTIONS(5127), 1, - anon_sym_LBRACE, - STATE(4669), 1, - sym_class_body, + [7271] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4583), 24, + ACTIONS(4650), 25, + anon_sym_COLON, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -458571,11 +460691,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4585), 32, + ACTIONS(4652), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, @@ -458604,79 +460725,208 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [5916] = 3, + [7338] = 5, + ACTIONS(5161), 1, + anon_sym_LBRACE, + STATE(4753), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3833), 16, + ACTIONS(4402), 24, + anon_sym_as, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_where, + anon_sym_DOT, + anon_sym_get, + anon_sym_set, + anon_sym_STAR, + anon_sym_in, + anon_sym_while, + anon_sym_else, + anon_sym_BANG_EQ, + anon_sym_EQ_EQ, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4404), 32, + sym_safe_nav, anon_sym_AT, - anon_sym_COLON, + anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_EQ, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_DASH_GT, + sym_label, + anon_sym_DOT_DOT, + anon_sym_QMARK_COLON, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_COLON_COLON, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_as_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG_BANG, + sym__backtick_identifier, + [7409] = 5, + ACTIONS(7938), 1, + anon_sym_catch, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + STATE(4536), 2, + sym_catch_block, + aux_sym_try_expression_repeat1, + ACTIONS(4125), 24, + anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, + anon_sym_get, + anon_sym_set, + anon_sym_STAR, + anon_sym_in, + anon_sym_else, + anon_sym_finally, + anon_sym_BANG_EQ, + anon_sym_EQ_EQ, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4127), 31, + sym__automatic_semicolon, + sym_safe_nav, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_SEMI, + sym_label, + anon_sym_DOT_DOT, + anon_sym_QMARK_COLON, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_COLON_COLON, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_as_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG_BANG, + sym__backtick_identifier, + [7480] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(3948), 25, + sym__automatic_semicolon, + sym__string_start, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_LT, sym__quest, - anon_sym_DASH_GT, + anon_sym_STAR, + anon_sym_COLON_COLON, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_return_AT, + anon_sym_continue_AT, + anon_sym_break_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(3828), 42, - anon_sym_typealias, - anon_sym_class, - anon_sym_interface, - anon_sym_enum, - anon_sym_constructor, - anon_sym_val, - anon_sym_var, + ACTIONS(3943), 33, + anon_sym_COLON, anon_sym_by, anon_sym_where, - anon_sym_companion, anon_sym_object, anon_sym_fun, + anon_sym_DOT, anon_sym_get, anon_sym_set, - anon_sym_dynamic, - anon_sym_while, - anon_sym_suspend, - anon_sym_sealed, - anon_sym_annotation, + anon_sym_this, + anon_sym_super, + sym_label, + anon_sym_in, + anon_sym_null, + anon_sym_if, + anon_sym_else, + anon_sym_when, + anon_sym_try, + anon_sym_throw, + anon_sym_return, + anon_sym_continue, + anon_sym_break, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_BANG, anon_sym_data, anon_sym_inner, - anon_sym_override, - anon_sym_lateinit, - anon_sym_public, - anon_sym_private, - anon_sym_internal, - anon_sym_protected, - anon_sym_tailrec, - anon_sym_operator, - anon_sym_infix, - anon_sym_inline, - anon_sym_external, - sym_property_modifier, - anon_sym_abstract, - anon_sym_final, - anon_sym_open, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, anon_sym_expect, anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, sym__alpha_identifier, - [5983] = 5, - ACTIONS(5127), 1, - anon_sym_LBRACE, - STATE(4733), 1, - sym_class_body, + [7547] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4434), 24, + ACTIONS(4599), 25, + anon_sym_COLON, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -458701,11 +460951,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4436), 32, + ACTIONS(4601), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, @@ -458734,25 +460985,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [6054] = 10, - ACTIONS(5133), 1, + [7614] = 10, + ACTIONS(5121), 1, anon_sym_where, - ACTIONS(7855), 1, + ACTIONS(7866), 1, anon_sym_LBRACE, - ACTIONS(7916), 1, - anon_sym_EQ, - ACTIONS(7923), 1, + ACTIONS(7941), 1, anon_sym_COLON, - STATE(4641), 1, - sym__block, - STATE(4739), 1, + ACTIONS(7943), 1, + anon_sym_EQ, + STATE(4580), 1, sym_function_body, - STATE(4871), 1, + STATE(4690), 1, + sym__block, + STATE(4849), 1, sym_type_constraints, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4089), 22, + ACTIONS(4099), 22, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -458775,7 +461026,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4091), 29, + ACTIONS(4101), 29, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -458805,15 +461056,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [6135] = 5, - ACTIONS(5137), 1, + [7695] = 5, + ACTIONS(5161), 1, anon_sym_LBRACE, - STATE(4669), 1, - sym_enum_class_body, + STATE(4597), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4583), 24, + ACTIONS(4595), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -458838,7 +461089,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4585), 32, + ACTIONS(4597), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -458871,14 +461122,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [6206] = 3, + [7766] = 5, + ACTIONS(5161), 1, + anon_sym_LBRACE, + STATE(4697), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4591), 25, + ACTIONS(3186), 24, anon_sym_as, anon_sym_EQ, - anon_sym_by, anon_sym_LT, anon_sym_GT, anon_sym_where, @@ -458901,12 +461155,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4593), 33, + ACTIONS(3190), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, @@ -458935,12 +461188,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [6273] = 3, + [7837] = 5, + ACTIONS(5115), 1, + anon_sym_LBRACE, + STATE(4587), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4651), 25, - anon_sym_COLON, + ACTIONS(4672), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -458965,12 +461221,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4653), 33, + ACTIONS(4674), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, @@ -458999,15 +461254,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [6340] = 5, - ACTIONS(5127), 1, + [7908] = 5, + ACTIONS(5161), 1, anon_sym_LBRACE, - STATE(4725), 1, + STATE(4639), 1, sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4422), 24, + ACTIONS(4342), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -459032,7 +461287,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4424), 32, + ACTIONS(4344), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -459065,15 +461320,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [6411] = 5, - ACTIONS(5127), 1, + [7979] = 5, + ACTIONS(5115), 1, anon_sym_LBRACE, - STATE(4709), 1, - sym_class_body, + STATE(4588), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3190), 24, + ACTIONS(4346), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -459098,7 +461353,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3194), 32, + ACTIONS(4348), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -459131,12 +461386,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [6482] = 3, + [8050] = 4, + ACTIONS(7945), 1, + anon_sym_L, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4674), 25, - anon_sym_COLON, + ACTIONS(4640), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -459161,7 +461417,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4676), 33, + ACTIONS(4642), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -459195,14 +461451,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [6549] = 3, + [8119] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4294), 25, + ACTIONS(4617), 25, + anon_sym_COLON, anon_sym_as, anon_sym_EQ, - anon_sym_by, anon_sym_LT, anon_sym_GT, anon_sym_where, @@ -459225,7 +461481,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4296), 33, + ACTIONS(4619), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -459259,12 +461515,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [6616] = 3, + [8186] = 5, + ACTIONS(5115), 1, + anon_sym_LBRACE, + STATE(4570), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4605), 25, - anon_sym_COLON, + ACTIONS(4392), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -459289,12 +461548,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4607), 33, + ACTIONS(4394), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, @@ -459323,20 +461581,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [6683] = 5, - ACTIONS(5137), 1, + [8257] = 10, + ACTIONS(5121), 1, + anon_sym_where, + ACTIONS(7866), 1, anon_sym_LBRACE, - STATE(4686), 1, - sym_enum_class_body, + ACTIONS(7943), 1, + anon_sym_EQ, + ACTIONS(7947), 1, + anon_sym_COLON, + STATE(4653), 1, + sym_function_body, + STATE(4690), 1, + sym__block, + STATE(4852), 1, + sym_type_constraints, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4448), 24, + ACTIONS(4031), 22, anon_sym_as, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, - anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -459356,17 +461622,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4450), 32, + ACTIONS(4033), 29, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, - anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -459389,15 +461652,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [6754] = 5, - ACTIONS(5127), 1, - anon_sym_LBRACE, - STATE(4704), 1, - sym_class_body, + [8338] = 5, + ACTIONS(7922), 1, + anon_sym_COMMA, + STATE(4564), 1, + aux_sym_type_constraints_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4284), 24, + ACTIONS(4456), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -459422,14 +461685,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4286), 32, + ACTIONS(4458), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_DASH_GT, @@ -459455,13 +461718,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [6825] = 4, - ACTIONS(7925), 1, - anon_sym_L, + [8409] = 5, + ACTIONS(5161), 1, + anon_sym_LBRACE, + STATE(4603), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4609), 24, + ACTIONS(3196), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -459486,12 +461751,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4611), 33, + ACTIONS(3200), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, @@ -459520,28 +461784,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [6894] = 10, - ACTIONS(5133), 1, - anon_sym_where, - ACTIONS(7855), 1, - anon_sym_LBRACE, - ACTIONS(7916), 1, - anon_sym_EQ, - ACTIONS(7927), 1, - anon_sym_COLON, - STATE(4641), 1, - sym__block, - STATE(4677), 1, - sym_function_body, - STATE(4878), 1, - sym_type_constraints, + [8480] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4101), 22, + ACTIONS(4539), 25, + anon_sym_COLON, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -459561,14 +461814,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4103), 29, + ACTIONS(4541), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, + anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -459591,28 +461848,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [6975] = 10, - ACTIONS(5133), 1, - anon_sym_where, - ACTIONS(7855), 1, - anon_sym_LBRACE, - ACTIONS(7916), 1, - anon_sym_EQ, - ACTIONS(7929), 1, - anon_sym_COLON, - STATE(4641), 1, - sym__block, - STATE(4646), 1, - sym_function_body, - STATE(4868), 1, - sym_type_constraints, + [8547] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4073), 22, + ACTIONS(4587), 25, + anon_sym_COLON, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -459632,14 +461878,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4075), 29, + ACTIONS(4589), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, + anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -459662,17 +461912,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [7056] = 3, + [8614] = 10, + ACTIONS(5121), 1, + anon_sym_where, + ACTIONS(7866), 1, + anon_sym_LBRACE, + ACTIONS(7943), 1, + anon_sym_EQ, + ACTIONS(7949), 1, + anon_sym_COLON, + STATE(4652), 1, + sym_function_body, + STATE(4690), 1, + sym__block, + STATE(4857), 1, + sym_type_constraints, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4700), 25, - anon_sym_COLON, + ACTIONS(4085), 22, anon_sym_as, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, - anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -459692,18 +461953,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4702), 33, + ACTIONS(4087), 29, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, - anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -459726,79 +461983,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [7123] = 3, + [8695] = 5, + ACTIONS(7951), 1, + anon_sym_LT, + STATE(4791), 1, + sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4690), 25, - anon_sym_COLON, - anon_sym_as, + ACTIONS(4115), 24, + sym__automatic_semicolon, + sym__string_start, + anon_sym_AT, + anon_sym_LBRACK, anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + sym__quest, + anon_sym_STAR, + anon_sym_COLON_COLON, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_return_AT, + anon_sym_continue_AT, + anon_sym_break_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(4107), 32, + anon_sym_by, anon_sym_where, + anon_sym_object, + anon_sym_fun, anon_sym_DOT, anon_sym_get, anon_sym_set, - anon_sym_STAR, + anon_sym_this, + anon_sym_super, + sym_label, anon_sym_in, - anon_sym_while, + anon_sym_null, + anon_sym_if, anon_sym_else, - anon_sym_BANG_EQ, - anon_sym_EQ_EQ, + anon_sym_when, + anon_sym_try, + anon_sym_throw, + anon_sym_return, + anon_sym_continue, + anon_sym_break, anon_sym_is, anon_sym_PLUS, anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + anon_sym_BANG, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, sym__alpha_identifier, - ACTIONS(4692), 33, - sym_safe_nav, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_DASH_GT, - sym_label, - anon_sym_DOT_DOT, - anon_sym_QMARK_COLON, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_COLON_COLON, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_as_QMARK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BANG_BANG, - sym__backtick_identifier, - [7190] = 5, - ACTIONS(5137), 1, - anon_sym_LBRACE, - STATE(4647), 1, - sym_enum_class_body, + [8766] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4567), 24, + ACTIONS(4523), 25, + anon_sym_COLON, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -459823,11 +462079,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4569), 32, + ACTIONS(4525), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, @@ -459856,15 +462113,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [7261] = 5, - ACTIONS(7931), 1, - anon_sym_COMMA, - STATE(4505), 1, - aux_sym_type_constraints_repeat1, + [8833] = 5, + ACTIONS(5115), 1, + anon_sym_LBRACE, + STATE(4582), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4485), 24, + ACTIONS(4654), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -459889,14 +462146,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4487), 32, + ACTIONS(4656), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_DASH_GT, @@ -459922,15 +462179,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [7332] = 5, - ACTIONS(5137), 1, + [8904] = 5, + ACTIONS(5161), 1, anon_sym_LBRACE, - STATE(4671), 1, - sym_enum_class_body, + STATE(4664), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4460), 24, + ACTIONS(4303), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -459955,7 +462212,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4462), 32, + ACTIONS(4305), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -459988,12 +462245,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [7403] = 3, + [8975] = 5, + ACTIONS(5161), 1, + anon_sym_LBRACE, + STATE(4582), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4659), 25, - anon_sym_COLON, + ACTIONS(4654), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -460018,12 +462278,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4661), 33, + ACTIONS(4656), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, @@ -460052,24 +462311,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [7470] = 3, + [9046] = 5, + ACTIONS(5115), 1, + anon_sym_LBRACE, + STATE(4697), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3828), 26, - anon_sym_COLON, + ACTIONS(3186), 24, anon_sym_as, anon_sym_EQ, - anon_sym_by, anon_sym_LT, anon_sym_GT, anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, - sym__quest, anon_sym_STAR, anon_sym_in, + anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -460083,15 +462344,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3833), 32, - sym__automatic_semicolon, + ACTIONS(3190), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_LBRACE, + anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_SEMI, anon_sym_DASH_GT, sym_label, @@ -460116,20 +462377,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [7537] = 5, - ACTIONS(5137), 1, + [9117] = 10, + ACTIONS(5121), 1, + anon_sym_where, + ACTIONS(7866), 1, anon_sym_LBRACE, - STATE(4664), 1, - sym_enum_class_body, + ACTIONS(7943), 1, + anon_sym_EQ, + ACTIONS(7953), 1, + anon_sym_COLON, + STATE(4690), 1, + sym__block, + STATE(4716), 1, + sym_function_body, + STATE(4862), 1, + sym_type_constraints, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4495), 24, + ACTIONS(4047), 22, anon_sym_as, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, - anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -460149,17 +462418,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4497), 32, + ACTIONS(4049), 29, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, - anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -460182,15 +462448,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [7608] = 4, - STATE(4534), 1, - aux_sym__delegation_specifiers_repeat1, + [9198] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4684), 24, + ACTIONS(4244), 25, anon_sym_as, anon_sym_EQ, + anon_sym_by, anon_sym_LT, anon_sym_GT, anon_sym_where, @@ -460213,7 +462478,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4686), 33, + ACTIONS(4246), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -460247,20 +462512,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [7677] = 5, - ACTIONS(5137), 1, + [9265] = 10, + ACTIONS(5121), 1, + anon_sym_where, + ACTIONS(7866), 1, anon_sym_LBRACE, - STATE(4709), 1, - sym_enum_class_body, + ACTIONS(7943), 1, + anon_sym_EQ, + ACTIONS(7955), 1, + anon_sym_COLON, + STATE(4619), 1, + sym_function_body, + STATE(4690), 1, + sym__block, + STATE(4863), 1, + sym_type_constraints, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3190), 24, + ACTIONS(4041), 22, anon_sym_as, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, - anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -460280,17 +462553,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3194), 32, + ACTIONS(4043), 29, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, - anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -460313,15 +462583,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [7748] = 5, - ACTIONS(5127), 1, - anon_sym_LBRACE, - STATE(4738), 1, - sym_class_body, + [9346] = 5, + ACTIONS(7957), 1, + anon_sym_COMMA, + STATE(4563), 1, + aux_sym__delegation_specifiers_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4694), 24, + ACTIONS(4627), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -460346,14 +462616,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4696), 32, + ACTIONS(4629), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_DASH_GT, @@ -460379,15 +462649,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [7819] = 5, - ACTIONS(7933), 1, + [9417] = 5, + ACTIONS(7960), 1, anon_sym_COMMA, - STATE(4534), 1, - aux_sym__delegation_specifiers_repeat1, + STATE(4564), 1, + aux_sym_type_constraints_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4663), 24, + ACTIONS(4464), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -460412,7 +462682,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4665), 32, + ACTIONS(4466), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -460445,15 +462715,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [7890] = 5, - ACTIONS(5127), 1, - anon_sym_LBRACE, - STATE(4686), 1, - sym_class_body, + [9488] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4448), 24, + ACTIONS(4613), 25, + anon_sym_COLON, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -460478,11 +462745,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4450), 32, + ACTIONS(4615), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, @@ -460511,26 +462779,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [7961] = 5, - ACTIONS(7931), 1, - anon_sym_COMMA, - STATE(4526), 1, - aux_sym_type_constraints_repeat1, + [9555] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4491), 24, + ACTIONS(3943), 26, + anon_sym_COLON, anon_sym_as, anon_sym_EQ, + anon_sym_by, anon_sym_LT, anon_sym_GT, anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, + sym__quest, anon_sym_STAR, anon_sym_in, - anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -460544,15 +462810,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4493), 32, + ACTIONS(3948), 32, + sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_RPAREN, + anon_sym_COMMA, anon_sym_SEMI, anon_sym_DASH_GT, sym_label, @@ -460577,15 +462843,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [8032] = 5, - ACTIONS(5137), 1, - anon_sym_LBRACE, - STATE(4734), 1, - sym_enum_class_body, + [9622] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4197), 24, + ACTIONS(3278), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -460610,11 +462872,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4199), 32, + ACTIONS(3280), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, @@ -460643,15 +462906,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [8103] = 5, - ACTIONS(5137), 1, - anon_sym_LBRACE, - STATE(4743), 1, - sym_enum_class_body, + [9688] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3204), 24, + ACTIONS(4732), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -460676,11 +462935,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3208), 32, + ACTIONS(4734), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, @@ -460709,17 +462969,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [8174] = 3, + [9754] = 9, + ACTIONS(5121), 1, + anon_sym_where, + ACTIONS(7866), 1, + anon_sym_LBRACE, + ACTIONS(7943), 1, + anon_sym_EQ, + STATE(4652), 1, + sym_function_body, + STATE(4690), 1, + sym__block, + STATE(4857), 1, + sym_type_constraints, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4587), 25, - anon_sym_COLON, + ACTIONS(4085), 22, anon_sym_as, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, - anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -460739,18 +463008,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4589), 33, + ACTIONS(4087), 29, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, - anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -460773,15 +463038,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [8241] = 5, - ACTIONS(5127), 1, - anon_sym_LBRACE, - STATE(4734), 1, - sym_class_body, + [9832] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4197), 24, + ACTIONS(4672), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -460806,11 +463067,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4199), 32, + ACTIONS(4674), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, @@ -460839,15 +463101,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [8312] = 5, - ACTIONS(5127), 1, - anon_sym_LBRACE, - STATE(4715), 1, - sym_class_body, + [9898] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4635), 24, + ACTIONS(4752), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -460872,11 +463130,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4637), 32, + ACTIONS(4754), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, @@ -460905,15 +463164,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [8383] = 5, - ACTIONS(7936), 1, - anon_sym_LT, - STATE(4774), 1, - sym_type_arguments, + [9964] = 5, + ACTIONS(7963), 1, + anon_sym_DOT, + STATE(4572), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4138), 24, + ACTIONS(4274), 24, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -460938,12 +463197,11 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4130), 32, + ACTIONS(4272), 31, anon_sym_by, anon_sym_where, anon_sym_object, anon_sym_fun, - anon_sym_DOT, anon_sym_get, anon_sym_set, anon_sym_this, @@ -460971,87 +463229,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [8454] = 10, - ACTIONS(5342), 1, - anon_sym_where, - ACTIONS(7938), 1, - anon_sym_COLON, - ACTIONS(7940), 1, - anon_sym_EQ, - ACTIONS(7942), 1, - anon_sym_LBRACE, - STATE(4810), 1, - sym_type_constraints, - STATE(5001), 1, - sym__block, - STATE(5008), 1, - sym_function_body, + [10034] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4095), 21, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - anon_sym_DOT, - anon_sym_get, - anon_sym_set, - anon_sym_STAR, - anon_sym_in, - anon_sym_else, - anon_sym_BANG_EQ, - anon_sym_EQ_EQ, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4097), 30, - sym__automatic_semicolon, - sym_safe_nav, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_SEMI, - sym_label, - anon_sym_DOT_DOT, - anon_sym_QMARK_COLON, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_COLON_COLON, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_as_QMARK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BANG_BANG, - sym__backtick_identifier, - [8535] = 5, - ACTIONS(7944), 1, - anon_sym_catch, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(4544), 2, - sym_catch_block, - aux_sym_try_expression_repeat1, - ACTIONS(4107), 24, + ACTIONS(4256), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -461062,8 +463244,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_set, anon_sym_STAR, anon_sym_in, + anon_sym_while, anon_sym_else, - anon_sym_finally, anon_sym_BANG_EQ, anon_sym_EQ_EQ, anon_sym_is, @@ -461076,16 +463258,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4109), 31, - sym__automatic_semicolon, + ACTIONS(4258), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_SEMI, + anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -461108,15 +463292,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [8606] = 5, - ACTIONS(5127), 1, - anon_sym_LBRACE, - STATE(4638), 1, - sym_class_body, + [10100] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3214), 24, + ACTIONS(3082), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -461141,11 +463321,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3218), 32, + ACTIONS(3084), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, @@ -461174,17 +463355,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [8677] = 5, - ACTIONS(5127), 1, - anon_sym_LBRACE, - STATE(4731), 1, - sym_class_body, + [10166] = 5, + ACTIONS(4828), 1, + anon_sym_EQ, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4481), 24, + ACTIONS(4830), 5, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + ACTIONS(4519), 23, anon_sym_as, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_where, @@ -461207,11 +463391,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4483), 32, + ACTIONS(4521), 28, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, @@ -461224,11 +463409,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_COLON_COLON, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, anon_sym_BANG_EQ_EQ, anon_sym_EQ_EQ_EQ, anon_sym_LT_EQ, @@ -461240,31 +463420,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [8748] = 10, - ACTIONS(5342), 1, - anon_sym_where, - ACTIONS(7940), 1, - anon_sym_EQ, - ACTIONS(7942), 1, - anon_sym_LBRACE, - ACTIONS(7947), 1, - anon_sym_COLON, - STATE(4812), 1, - sym_type_constraints, - STATE(5001), 1, - sym__block, - STATE(5047), 1, - sym_function_body, + [10236] = 5, + ACTIONS(7966), 1, + anon_sym_DOT, + STATE(4678), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4089), 21, + ACTIONS(4222), 24, anon_sym_as, + anon_sym_EQ, + anon_sym_by, anon_sym_LT, anon_sym_GT, - anon_sym_DOT, + anon_sym_where, anon_sym_get, anon_sym_set, + sym__quest, anon_sym_STAR, anon_sym_in, anon_sym_else, @@ -461280,11 +463453,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4091), 30, + ACTIONS(4224), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, @@ -461311,89 +463485,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [8829] = 3, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(3833), 25, - sym__automatic_semicolon, - sym__string_start, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_LT, - sym__quest, - anon_sym_STAR, - anon_sym_COLON_COLON, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_return_AT, - anon_sym_continue_AT, - anon_sym_break_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(3828), 33, - anon_sym_COLON, - anon_sym_by, - anon_sym_where, - anon_sym_object, - anon_sym_fun, - anon_sym_DOT, - anon_sym_get, - anon_sym_set, - anon_sym_this, - anon_sym_super, - sym_label, - anon_sym_in, - anon_sym_null, - anon_sym_if, - anon_sym_else, - anon_sym_when, - anon_sym_try, - anon_sym_throw, - anon_sym_return, - anon_sym_continue, - anon_sym_break, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_BANG, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [8896] = 10, - ACTIONS(5342), 1, + [10306] = 10, + ACTIONS(5405), 1, anon_sym_where, - ACTIONS(7940), 1, - anon_sym_EQ, - ACTIONS(7942), 1, + ACTIONS(7928), 1, anon_sym_LBRACE, - ACTIONS(7949), 1, + ACTIONS(7969), 1, anon_sym_COLON, - STATE(4814), 1, - sym_type_constraints, - STATE(5001), 1, + ACTIONS(7971), 1, + anon_sym_EQ, + STATE(4901), 1, sym__block, - STATE(5045), 1, + STATE(4926), 1, + sym_type_constraints, + STATE(5030), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4083), 21, + ACTIONS(4041), 21, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -461415,14 +463525,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4085), 30, + ACTIONS(4043), 29, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_COMMA, anon_sym_SEMI, sym_label, anon_sym_DOT_DOT, @@ -461446,15 +463555,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [8977] = 5, - ACTIONS(5137), 1, - anon_sym_LBRACE, - STATE(4725), 1, - sym_enum_class_body, + [10386] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4422), 24, + ACTIONS(3196), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -461479,11 +463584,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4424), 32, + ACTIONS(3200), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, @@ -461512,33 +463618,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [9048] = 10, - ACTIONS(5342), 1, - anon_sym_where, - ACTIONS(7940), 1, - anon_sym_EQ, - ACTIONS(7942), 1, - anon_sym_LBRACE, - ACTIONS(7951), 1, - anon_sym_COLON, - STATE(4811), 1, - sym_type_constraints, - STATE(4983), 1, - sym_function_body, - STATE(5001), 1, - sym__block, + [10452] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4073), 21, + ACTIONS(4885), 24, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, anon_sym_STAR, anon_sym_in, + anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -461552,15 +463647,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4075), 30, - sym__automatic_semicolon, + ACTIONS(4887), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_SEMI, + anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -461583,33 +463681,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [9129] = 10, - ACTIONS(5342), 1, - anon_sym_where, - ACTIONS(7940), 1, - anon_sym_EQ, - ACTIONS(7942), 1, - anon_sym_LBRACE, - ACTIONS(7953), 1, - anon_sym_COLON, - STATE(4809), 1, - sym_type_constraints, - STATE(4964), 1, - sym_function_body, - STATE(5001), 1, - sym__block, + [10518] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4101), 21, + ACTIONS(4260), 24, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, anon_sym_STAR, anon_sym_in, + anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -461623,15 +463710,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4103), 30, - sym__automatic_semicolon, + ACTIONS(4262), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_SEMI, + anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -461654,15 +463744,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [9210] = 5, - ACTIONS(5127), 1, - anon_sym_LBRACE, - STATE(4693), 1, - sym_class_body, + [10584] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4643), 24, + ACTIONS(1778), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -461687,11 +463773,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4645), 32, + ACTIONS(1780), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, @@ -461720,12 +463807,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [9281] = 3, + [10650] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4639), 25, - anon_sym_COLON, + ACTIONS(4937), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -461750,7 +463836,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4641), 33, + ACTIONS(4939), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -461784,12 +463870,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [9348] = 3, + [10716] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4647), 25, - anon_sym_COLON, + ACTIONS(4941), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -461814,7 +463899,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4649), 33, + ACTIONS(4943), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -461848,13 +463933,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [9415] = 4, - ACTIONS(7904), 1, - anon_sym_by, + [10782] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4454), 24, + ACTIONS(4893), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -461879,7 +463962,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4456), 33, + ACTIONS(4895), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -461913,14 +463996,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [9484] = 3, + [10848] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4619), 25, + ACTIONS(4416), 24, anon_sym_as, anon_sym_EQ, - anon_sym_by, anon_sym_LT, anon_sym_GT, anon_sym_where, @@ -461943,7 +464025,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4621), 33, + ACTIONS(4418), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -461977,15 +464059,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [9551] = 5, - ACTIONS(5137), 1, - anon_sym_LBRACE, - STATE(4699), 1, - sym_enum_class_body, + [10914] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4213), 24, + ACTIONS(4812), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -462010,11 +464088,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4215), 32, + ACTIONS(4814), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, @@ -462043,11 +464122,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [9622] = 3, + [10980] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5047), 24, + ACTIONS(4923), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -462072,7 +464151,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5049), 33, + ACTIONS(4925), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -462106,11 +464185,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [9688] = 3, + [11046] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5063), 24, + ACTIONS(4392), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -462135,7 +464214,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5065), 33, + ACTIONS(4394), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -462169,21 +464248,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [9754] = 6, - ACTIONS(4750), 1, + [11112] = 5, + ACTIONS(4816), 1, anon_sym_EQ, - ACTIONS(7955), 1, - anon_sym_COLON_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4755), 5, + ACTIONS(4818), 5, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, - ACTIONS(4746), 23, + ACTIONS(4511), 23, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -462207,64 +464284,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4748), 27, - sym_safe_nav, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_DASH_GT, - sym_label, - anon_sym_DOT_DOT, - anon_sym_QMARK_COLON, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_BANG_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_as_QMARK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BANG_BANG, - sym__backtick_identifier, - [9826] = 3, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4396), 24, - anon_sym_as, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_where, - anon_sym_DOT, - anon_sym_get, - anon_sym_set, - anon_sym_STAR, - anon_sym_in, - anon_sym_while, - anon_sym_else, - anon_sym_BANG_EQ, - anon_sym_EQ_EQ, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4398), 33, + ACTIONS(4513), 28, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -462282,11 +464302,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_COLON_COLON, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, anon_sym_BANG_EQ_EQ, anon_sym_EQ_EQ_EQ, anon_sym_LT_EQ, @@ -462298,11 +464313,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [9892] = 3, + [11182] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4406), 24, + ACTIONS(4907), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -462327,7 +464342,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4408), 33, + ACTIONS(4909), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -462361,11 +464376,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [9958] = 3, + [11248] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4466), 24, + ACTIONS(4511), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -462390,7 +464405,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4468), 33, + ACTIONS(4513), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -462424,11 +464439,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [10024] = 3, + [11314] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4595), 24, + ACTIONS(4945), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -462453,7 +464468,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4597), 33, + ACTIONS(4947), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -462487,11 +464502,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [10090] = 3, + [11380] = 4, + ACTIONS(6285), 1, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1594), 24, + ACTIONS(4142), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -462516,14 +464533,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(1592), 33, + ACTIONS(4145), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, @@ -462550,11 +464566,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [10156] = 3, + [11448] = 4, + ACTIONS(6281), 1, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4599), 24, + ACTIONS(4285), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -462579,14 +464597,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4601), 33, + ACTIONS(4288), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, @@ -462613,11 +464630,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [10222] = 3, + [11516] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4757), 24, + ACTIONS(5057), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -462642,7 +464659,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4759), 33, + ACTIONS(5059), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -462676,76 +464693,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [10288] = 5, - ACTIONS(7958), 1, - anon_sym_DOT, - STATE(4569), 1, - aux_sym_user_type_repeat1, + [11582] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4304), 24, - anon_sym_as, - anon_sym_EQ, - anon_sym_by, - anon_sym_LT, - anon_sym_GT, - anon_sym_where, - anon_sym_get, - anon_sym_set, - sym__quest, - anon_sym_STAR, - anon_sym_in, - anon_sym_else, - anon_sym_BANG_EQ, - anon_sym_EQ_EQ, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4306), 31, - sym__automatic_semicolon, - sym_safe_nav, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_SEMI, - sym_label, - anon_sym_DOT_DOT, - anon_sym_QMARK_COLON, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_COLON_COLON, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_as_QMARK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BANG_BANG, - sym__backtick_identifier, - [10358] = 3, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4742), 24, + ACTIONS(4519), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -462770,7 +464722,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4744), 33, + ACTIONS(4521), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -462804,76 +464756,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [10424] = 5, - ACTIONS(7961), 1, - anon_sym_DOT, - STATE(4625), 1, - aux_sym_user_type_repeat1, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4144), 24, - sym__automatic_semicolon, - sym__string_start, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_COMMA, - sym__quest, - anon_sym_STAR, - anon_sym_COLON_COLON, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_return_AT, - anon_sym_continue_AT, - anon_sym_break_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(4142), 31, - anon_sym_by, - anon_sym_where, - anon_sym_object, - anon_sym_fun, - anon_sym_get, - anon_sym_set, - anon_sym_this, - anon_sym_super, - sym_label, - anon_sym_in, - anon_sym_null, - anon_sym_if, - anon_sym_else, - anon_sym_when, - anon_sym_try, - anon_sym_throw, - anon_sym_return, - anon_sym_continue, - anon_sym_break, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_BANG, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [10494] = 3, + [11648] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4730), 24, + ACTIONS(4971), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -462898,7 +464785,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4732), 33, + ACTIONS(4973), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -462932,13 +464819,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [10560] = 4, - ACTIONS(6271), 1, - anon_sym_LPAREN, + [11714] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4249), 24, + ACTIONS(4919), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -462963,77 +464848,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4252), 32, + ACTIONS(4921), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_DASH_GT, - sym_label, - anon_sym_DOT_DOT, - anon_sym_QMARK_COLON, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_COLON_COLON, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_as_QMARK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BANG_BANG, - sym__backtick_identifier, - [10628] = 4, - ACTIONS(6277), 1, anon_sym_LPAREN, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4233), 24, - anon_sym_as, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_where, - anon_sym_DOT, - anon_sym_get, - anon_sym_set, - anon_sym_STAR, - anon_sym_in, - anon_sym_while, - anon_sym_else, - anon_sym_BANG_EQ, - anon_sym_EQ_EQ, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4236), 32, - sym_safe_nav, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, @@ -463060,11 +464882,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [10696] = 3, + [11780] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4777), 24, + ACTIONS(4983), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -463089,7 +464911,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4779), 33, + ACTIONS(4985), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -463123,11 +464945,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [10762] = 3, + [11846] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4781), 24, + ACTIONS(1401), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -463152,7 +464974,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4783), 33, + ACTIONS(1399), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -463186,11 +465008,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [10828] = 3, + [11912] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4785), 24, + ACTIONS(4426), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -463215,7 +465037,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4787), 33, + ACTIONS(4428), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -463249,11 +465071,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [10894] = 3, + [11978] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4789), 24, + ACTIONS(1770), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -463278,7 +465100,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4791), 33, + ACTIONS(1772), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -463312,11 +465134,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [10960] = 3, + [12044] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4797), 24, + ACTIONS(4303), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -463341,7 +465163,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4799), 33, + ACTIONS(4305), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -463375,11 +465197,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [11026] = 3, + [12110] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4801), 24, + ACTIONS(3186), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -463404,7 +465226,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4803), 33, + ACTIONS(3190), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -463438,11 +465260,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [11092] = 3, + [12176] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5051), 24, + ACTIONS(4897), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -463467,7 +465289,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5053), 33, + ACTIONS(4899), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -463501,11 +465323,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [11158] = 3, + [12242] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4809), 24, + ACTIONS(3969), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -463530,7 +465352,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4811), 33, + ACTIONS(3971), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -463564,11 +465386,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [11224] = 3, + [12308] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4734), 24, + ACTIONS(1784), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -463593,7 +465415,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4736), 33, + ACTIONS(1786), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -463627,15 +465449,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [11290] = 4, - ACTIONS(7963), 1, - anon_sym_else, + [12374] = 6, + ACTIONS(4877), 1, + anon_sym_EQ, + ACTIONS(7973), 1, + anon_sym_COLON_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5067), 23, + ACTIONS(4879), 5, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + ACTIONS(4842), 23, anon_sym_as, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_where, @@ -463645,6 +465474,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_in, anon_sym_while, + anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, anon_sym_is, @@ -463657,7 +465487,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5069), 33, + ACTIONS(4844), 27, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -463674,12 +465504,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_COLON, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_COLON_COLON, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, anon_sym_BANG_EQ_EQ, anon_sym_EQ_EQ_EQ, anon_sym_LT_EQ, @@ -463691,11 +465515,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [11358] = 3, + [12446] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4817), 24, + ACTIONS(4857), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -463720,7 +465544,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4819), 33, + ACTIONS(4859), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -463754,26 +465578,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [11424] = 5, - ACTIONS(7963), 1, - anon_sym_else, - ACTIONS(7965), 1, - anon_sym_SEMI, + [12512] = 8, + ACTIONS(5401), 1, + anon_sym_LBRACE, + ACTIONS(5405), 1, + anon_sym_where, + ACTIONS(5627), 1, + anon_sym_COLON, + STATE(4875), 1, + sym_type_constraints, + STATE(4962), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5067), 23, + ACTIONS(3196), 22, anon_sym_as, anon_sym_EQ, anon_sym_LT, anon_sym_GT, - anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, anon_sym_STAR, anon_sym_in, - anon_sym_while, + anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, anon_sym_is, @@ -463786,17 +465615,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5069), 32, + ACTIONS(3200), 30, + sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_DASH_GT, + anon_sym_SEMI, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -463819,22 +465646,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [11494] = 3, + [12588] = 8, + ACTIONS(5401), 1, + anon_sym_LBRACE, + ACTIONS(5405), 1, + anon_sym_where, + ACTIONS(7976), 1, + anon_sym_COLON, + STATE(4891), 1, + sym_type_constraints, + STATE(4990), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3854), 24, + ACTIONS(4303), 22, anon_sym_as, anon_sym_EQ, anon_sym_LT, anon_sym_GT, - anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, anon_sym_STAR, anon_sym_in, - anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -463848,18 +465683,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3856), 33, + ACTIONS(4305), 30, + sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_SEMI, - anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -463882,22 +465714,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [11560] = 3, + [12664] = 8, + ACTIONS(5405), 1, + anon_sym_where, + ACTIONS(5411), 1, + anon_sym_LBRACE, + ACTIONS(5635), 1, + anon_sym_COLON, + STATE(4876), 1, + sym_type_constraints, + STATE(4973), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4825), 24, + ACTIONS(3186), 22, anon_sym_as, anon_sym_EQ, anon_sym_LT, anon_sym_GT, - anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, anon_sym_STAR, anon_sym_in, - anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -463911,18 +465751,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4827), 33, + ACTIONS(3190), 30, + sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_SEMI, - anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -463945,11 +465782,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [11626] = 3, + [12740] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4829), 24, + ACTIONS(4464), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -463974,7 +465811,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4831), 33, + ACTIONS(4466), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -464008,21 +465845,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [11692] = 8, - ACTIONS(5336), 1, + [12806] = 8, + ACTIONS(5401), 1, anon_sym_LBRACE, - ACTIONS(5342), 1, + ACTIONS(5405), 1, anon_sym_where, - ACTIONS(7967), 1, + ACTIONS(5633), 1, anon_sym_COLON, - STATE(4850), 1, + STATE(4867), 1, sym_type_constraints, - STATE(4991), 1, - sym_enum_class_body, + STATE(4973), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4213), 22, + ACTIONS(3186), 22, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -464045,7 +465882,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4215), 30, + ACTIONS(3190), 30, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -464076,22 +465913,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [11768] = 3, + [12882] = 10, + ACTIONS(5405), 1, + anon_sym_where, + ACTIONS(7928), 1, + anon_sym_LBRACE, + ACTIONS(7971), 1, + anon_sym_EQ, + ACTIONS(7978), 1, + anon_sym_COLON, + STATE(4901), 1, + sym__block, + STATE(5023), 1, + sym_type_constraints, + STATE(5032), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4839), 24, + ACTIONS(4047), 21, anon_sym_as, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, - anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, anon_sym_STAR, anon_sym_in, - anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -464105,18 +465953,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4841), 33, + ACTIONS(4049), 29, + sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_SEMI, - anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -464139,30 +465983,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [11834] = 8, - ACTIONS(5336), 1, - anon_sym_LBRACE, - ACTIONS(5342), 1, - anon_sym_where, - ACTIONS(5571), 1, - anon_sym_COLON, - STATE(4828), 1, - sym_type_constraints, - STATE(5031), 1, - sym_enum_class_body, + [12962] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3204), 22, + ACTIONS(4636), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, anon_sym_STAR, anon_sym_in, + anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -464176,15 +466012,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3208), 30, - sym__automatic_semicolon, + ACTIONS(4638), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_SEMI, + anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -464207,30 +466046,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [11910] = 8, - ACTIONS(5342), 1, - anon_sym_where, - ACTIONS(5397), 1, - anon_sym_LBRACE, - ACTIONS(7969), 1, - anon_sym_COLON, - STATE(4816), 1, - sym_type_constraints, - STATE(5056), 1, - sym_class_body, + [13028] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4197), 22, + ACTIONS(4816), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, anon_sym_STAR, anon_sym_in, + anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -464244,15 +466075,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4199), 30, - sym__automatic_semicolon, + ACTIONS(4818), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_SEMI, + anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -464275,26 +466109,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [11986] = 5, - ACTIONS(7971), 1, - anon_sym_LT, - STATE(4758), 1, - sym_type_arguments, + [13094] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4130), 24, + ACTIONS(4788), 24, anon_sym_as, anon_sym_EQ, - anon_sym_by, + anon_sym_LT, anon_sym_GT, anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, - sym__quest, anon_sym_STAR, anon_sym_in, + anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -464308,16 +466138,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4138), 31, - sym__automatic_semicolon, + ACTIONS(4790), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_SEMI, + anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -464340,13 +466172,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [12056] = 4, - ACTIONS(7973), 1, - anon_sym_LPAREN, + [13160] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4929), 24, + ACTIONS(4047), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -464371,13 +466201,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4931), 32, + ACTIONS(4049), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, @@ -464404,21 +466235,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [12124] = 8, - ACTIONS(5336), 1, - anon_sym_LBRACE, - ACTIONS(5342), 1, + [13226] = 8, + ACTIONS(5405), 1, anon_sym_where, - ACTIONS(7975), 1, + ACTIONS(5411), 1, + anon_sym_LBRACE, + ACTIONS(7980), 1, anon_sym_COLON, - STATE(4825), 1, + STATE(4879), 1, sym_type_constraints, - STATE(5056), 1, + STATE(5081), 1, sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4197), 22, + ACTIONS(4188), 22, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -464441,7 +466272,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4199), 30, + ACTIONS(4190), 30, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -464472,13 +466303,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [12200] = 4, - ACTIONS(7977), 1, - anon_sym_LPAREN, + [13302] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4923), 24, + ACTIONS(4527), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -464503,13 +466332,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4925), 32, + ACTIONS(4529), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, @@ -464536,11 +466366,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [12268] = 3, + [13368] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4336), 24, + ACTIONS(4869), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -464565,7 +466395,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4338), 33, + ACTIONS(4871), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -464599,13 +466429,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [12334] = 4, - ACTIONS(7979), 1, - anon_sym_LPAREN, + [13434] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4257), 24, + ACTIONS(4967), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -464630,13 +466458,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4255), 32, + ACTIONS(4969), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, @@ -464663,13 +466492,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [12402] = 4, - ACTIONS(7981), 1, - anon_sym_LPAREN, + [13500] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4241), 24, + ACTIONS(5019), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -464694,13 +466521,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4239), 32, + ACTIONS(5021), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, @@ -464727,11 +466555,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [12470] = 3, + [13566] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4847), 24, + ACTIONS(5095), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -464756,7 +466584,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4849), 33, + ACTIONS(5097), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -464790,21 +466618,89 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [12536] = 8, - ACTIONS(5342), 1, - anon_sym_where, - ACTIONS(5397), 1, + [13632] = 8, + ACTIONS(5401), 1, anon_sym_LBRACE, - ACTIONS(5547), 1, + ACTIONS(5405), 1, + anon_sym_where, + ACTIONS(7982), 1, anon_sym_COLON, - STATE(4822), 1, + STATE(4868), 1, sym_type_constraints, - STATE(5032), 1, + STATE(5081), 1, sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3190), 22, + ACTIONS(4188), 22, + anon_sym_as, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_DOT, + anon_sym_get, + anon_sym_set, + anon_sym_STAR, + anon_sym_in, + anon_sym_else, + anon_sym_BANG_EQ, + anon_sym_EQ_EQ, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4190), 30, + sym__automatic_semicolon, + sym_safe_nav, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_SEMI, + sym_label, + anon_sym_DOT_DOT, + anon_sym_QMARK_COLON, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_COLON_COLON, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_as_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG_BANG, + sym__backtick_identifier, + [13708] = 8, + ACTIONS(5405), 1, + anon_sym_where, + ACTIONS(5411), 1, + anon_sym_LBRACE, + ACTIONS(5619), 1, + anon_sym_COLON, + STATE(4885), 1, + sym_type_constraints, + STATE(4917), 1, + sym_enum_class_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(3212), 22, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -464827,7 +466723,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3194), 30, + ACTIONS(3216), 30, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -464858,11 +466754,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [12612] = 3, + [13784] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4851), 24, + ACTIONS(4422), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -464887,7 +466783,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4853), 33, + ACTIONS(4424), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -464921,21 +466817,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [12678] = 8, - ACTIONS(5336), 1, - anon_sym_LBRACE, - ACTIONS(5342), 1, + [13850] = 8, + ACTIONS(5405), 1, anon_sym_where, - ACTIONS(5617), 1, + ACTIONS(5411), 1, + anon_sym_LBRACE, + ACTIONS(7984), 1, anon_sym_COLON, - STATE(4829), 1, + STATE(4856), 1, sym_type_constraints, - STATE(5032), 1, + STATE(5001), 1, sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3190), 22, + ACTIONS(4231), 22, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -464958,7 +466854,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3194), 30, + ACTIONS(4233), 30, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -464989,30 +466885,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [12754] = 8, - ACTIONS(5342), 1, - anon_sym_where, - ACTIONS(5397), 1, - anon_sym_LBRACE, - ACTIONS(7983), 1, - anon_sym_COLON, - STATE(4844), 1, - sym_type_constraints, - STATE(5000), 1, - sym_class_body, + [13926] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4284), 22, + ACTIONS(4780), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, anon_sym_STAR, anon_sym_in, + anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -465026,15 +466914,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4286), 30, - sym__automatic_semicolon, + ACTIONS(4782), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_SEMI, + anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -465057,11 +466948,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [12830] = 3, + [13992] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4859), 24, + ACTIONS(4772), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -465086,7 +466977,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4861), 33, + ACTIONS(4774), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -465120,18 +467011,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [12896] = 5, - ACTIONS(7985), 1, - sym__quest, - STATE(4609), 1, - aux_sym_nullable_type_repeat1, + [14058] = 8, + ACTIONS(7926), 1, + anon_sym_EQ, + ACTIONS(7928), 1, + anon_sym_LBRACE, + ACTIONS(7986), 1, + anon_sym_COLON, + STATE(4901), 1, + sym__block, + STATE(5031), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4185), 24, + ACTIONS(4210), 22, anon_sym_as, - anon_sym_EQ, - anon_sym_by, anon_sym_LT, anon_sym_GT, anon_sym_where, @@ -465153,12 +467048,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4187), 31, + ACTIONS(4212), 30, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, @@ -465185,26 +467079,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [12966] = 5, - ACTIONS(7987), 1, - anon_sym_DOT, - STATE(4624), 1, - aux_sym_user_type_repeat1, + [14134] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4142), 24, + ACTIONS(4804), 24, anon_sym_as, anon_sym_EQ, - anon_sym_by, anon_sym_LT, anon_sym_GT, anon_sym_where, + anon_sym_DOT, anon_sym_get, anon_sym_set, - sym__quest, anon_sym_STAR, anon_sym_in, + anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -465218,16 +467108,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4144), 31, - sym__automatic_semicolon, + ACTIONS(4806), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_SEMI, + anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -465250,18 +467142,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [13036] = 5, - ACTIONS(7990), 1, - sym__quest, - STATE(4716), 1, - aux_sym_nullable_type_repeat1, + [14200] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4263), 24, + ACTIONS(4975), 24, anon_sym_as, anon_sym_EQ, - anon_sym_by, anon_sym_LT, anon_sym_GT, anon_sym_where, @@ -465270,6 +467157,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_set, anon_sym_STAR, anon_sym_in, + anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -465283,16 +467171,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4265), 31, - sym__automatic_semicolon, + ACTIONS(4977), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_SEMI, + anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -465315,30 +467205,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [13106] = 8, - ACTIONS(5342), 1, - anon_sym_where, - ACTIONS(5397), 1, - anon_sym_LBRACE, - ACTIONS(5619), 1, - anon_sym_COLON, - STATE(4859), 1, - sym_type_constraints, - STATE(4969), 1, - sym_class_body, + [14266] = 4, + ACTIONS(7988), 1, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3214), 22, + ACTIONS(4293), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, anon_sym_STAR, anon_sym_in, + anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -465352,15 +467236,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3218), 30, - sym__automatic_semicolon, + ACTIONS(4291), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_SEMI, + anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -465383,26 +467269,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [13182] = 9, - ACTIONS(5133), 1, - anon_sym_where, - ACTIONS(7855), 1, - anon_sym_LBRACE, - ACTIONS(7916), 1, - anon_sym_EQ, - STATE(4641), 1, - sym__block, - STATE(4653), 1, - sym_function_body, - STATE(4842), 1, - sym_type_constraints, + [14334] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4181), 22, + ACTIONS(4768), 24, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -465422,14 +467298,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4183), 29, + ACTIONS(4770), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, + anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -465452,26 +467332,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [13260] = 9, - ACTIONS(5133), 1, - anon_sym_where, - ACTIONS(7855), 1, - anon_sym_LBRACE, - ACTIONS(7916), 1, + [14400] = 5, + ACTIONS(7990), 1, + anon_sym_DOT, + STATE(4660), 1, + aux_sym_user_type_repeat1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4311), 24, + sym__automatic_semicolon, + sym__string_start, + anon_sym_AT, + anon_sym_LBRACK, anon_sym_EQ, - STATE(4641), 1, - sym__block, - STATE(4666), 1, - sym_function_body, - STATE(4879), 1, - sym_type_constraints, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + sym__quest, + anon_sym_STAR, + anon_sym_COLON_COLON, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_return_AT, + anon_sym_continue_AT, + anon_sym_break_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(4309), 31, + anon_sym_by, + anon_sym_where, + anon_sym_object, + anon_sym_fun, + anon_sym_get, + anon_sym_set, + anon_sym_this, + anon_sym_super, + sym_label, + anon_sym_in, + anon_sym_null, + anon_sym_if, + anon_sym_else, + anon_sym_when, + anon_sym_try, + anon_sym_throw, + anon_sym_return, + anon_sym_continue, + anon_sym_break, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_BANG, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, + sym__alpha_identifier, + [14470] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4300), 22, + ACTIONS(4346), 24, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -465491,14 +467426,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4302), 29, + ACTIONS(4348), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, + anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -465521,26 +467460,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [13338] = 9, - ACTIONS(5133), 1, - anon_sym_where, - ACTIONS(7855), 1, - anon_sym_LBRACE, - ACTIONS(7916), 1, - anon_sym_EQ, - STATE(4641), 1, - sym__block, - STATE(4677), 1, - sym_function_body, - STATE(4878), 1, - sym_type_constraints, + [14536] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4101), 22, + ACTIONS(4654), 24, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -465560,14 +467489,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4103), 29, + ACTIONS(4656), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, + anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -465590,23 +467523,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [13416] = 9, - ACTIONS(5133), 1, + [14602] = 9, + ACTIONS(5121), 1, anon_sym_where, - ACTIONS(7855), 1, + ACTIONS(7866), 1, anon_sym_LBRACE, - ACTIONS(7916), 1, + ACTIONS(7943), 1, anon_sym_EQ, - STATE(4641), 1, - sym__block, - STATE(4708), 1, + STATE(4653), 1, sym_function_body, - STATE(4873), 1, + STATE(4690), 1, + sym__block, + STATE(4852), 1, sym_type_constraints, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4095), 22, + ACTIONS(4031), 22, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -465629,7 +467562,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4097), 29, + ACTIONS(4033), 29, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -465659,91 +467592,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [13494] = 5, - ACTIONS(7992), 1, - anon_sym_DOT, - STATE(4615), 1, - aux_sym_user_type_repeat1, + [14680] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4306), 24, - sym__automatic_semicolon, - sym__string_start, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_COMMA, - sym__quest, - anon_sym_STAR, - anon_sym_COLON_COLON, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_return_AT, - anon_sym_continue_AT, - anon_sym_break_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(4304), 31, - anon_sym_by, - anon_sym_where, - anon_sym_object, - anon_sym_fun, - anon_sym_get, - anon_sym_set, - anon_sym_this, - anon_sym_super, - sym_label, - anon_sym_in, - anon_sym_null, - anon_sym_if, - anon_sym_else, - anon_sym_when, - anon_sym_try, - anon_sym_throw, - anon_sym_return, - anon_sym_continue, - anon_sym_break, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_BANG, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [13564] = 9, - ACTIONS(5133), 1, - anon_sym_where, - ACTIONS(7855), 1, - anon_sym_LBRACE, - ACTIONS(7916), 1, - anon_sym_EQ, - STATE(4641), 1, - sym__block, - STATE(4739), 1, - sym_function_body, - STATE(4871), 1, - sym_type_constraints, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4089), 22, + ACTIONS(1694), 24, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -465763,14 +467621,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4091), 29, + ACTIONS(1696), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, + anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -465793,11 +467655,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [13642] = 3, + [14746] = 4, + ACTIONS(7973), 1, + anon_sym_COLON_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4947), 24, + ACTIONS(4842), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -465822,7 +467686,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4949), 33, + ACTIONS(4844), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -465839,7 +467703,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_COLON, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_COLON_COLON, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -465856,33 +467719,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [13708] = 10, - ACTIONS(5342), 1, - anon_sym_where, - ACTIONS(7942), 1, - anon_sym_LBRACE, - ACTIONS(7995), 1, - anon_sym_COLON, - ACTIONS(7997), 1, - anon_sym_EQ, - STATE(5001), 1, - sym__block, - STATE(5047), 1, - sym_function_body, - STATE(5048), 1, - sym_type_constraints, + [14814] = 4, + ACTIONS(7992), 1, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4089), 21, + ACTIONS(4150), 24, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, anon_sym_STAR, anon_sym_in, + anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -465896,14 +467750,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4091), 29, - sym__automatic_semicolon, + ACTIONS(4148), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_SEMI, + anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -465926,33 +467783,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [13788] = 10, - ACTIONS(5342), 1, - anon_sym_where, - ACTIONS(7942), 1, - anon_sym_LBRACE, - ACTIONS(7997), 1, - anon_sym_EQ, - ACTIONS(7999), 1, - anon_sym_COLON, - STATE(4962), 1, - sym_type_constraints, - STATE(4964), 1, - sym_function_body, - STATE(5001), 1, - sym__block, + [14882] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4101), 21, + ACTIONS(4716), 24, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, anon_sym_STAR, anon_sym_in, + anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -465966,14 +467812,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4103), 29, - sym__automatic_semicolon, + ACTIONS(4718), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_SEMI, + anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -465996,11 +467846,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [13868] = 3, + [14948] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4999), 24, + ACTIONS(4740), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -466025,7 +467875,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5001), 33, + ACTIONS(4742), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -466059,11 +467909,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [13934] = 3, + [15014] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4887), 24, + ACTIONS(4744), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -466088,7 +467938,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4889), 33, + ACTIONS(4746), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -466122,11 +467972,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [14000] = 3, + [15080] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3061), 24, + ACTIONS(5023), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -466151,7 +468001,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3063), 33, + ACTIONS(5025), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -466185,11 +468035,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [14066] = 3, + [15146] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5015), 24, + ACTIONS(4933), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -466214,7 +468064,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5017), 33, + ACTIONS(4935), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -466248,26 +468098,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [14132] = 5, - ACTIONS(8001), 1, - anon_sym_DOT, - STATE(4569), 1, - aux_sym_user_type_repeat1, + [15212] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4269), 24, + ACTIONS(4019), 24, anon_sym_as, anon_sym_EQ, - anon_sym_by, anon_sym_LT, anon_sym_GT, anon_sym_where, + anon_sym_DOT, anon_sym_get, anon_sym_set, - sym__quest, anon_sym_STAR, anon_sym_in, + anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -466281,16 +468127,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4271), 31, - sym__automatic_semicolon, + ACTIONS(4021), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_SEMI, + anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -466313,98 +468161,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [14202] = 5, - ACTIONS(8004), 1, - anon_sym_DOT, - STATE(4615), 1, - aux_sym_user_type_repeat1, + [15278] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4271), 24, - sym__automatic_semicolon, - sym__string_start, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_COMMA, - sym__quest, - anon_sym_STAR, - anon_sym_COLON_COLON, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_return_AT, - anon_sym_continue_AT, - anon_sym_break_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(4269), 31, - anon_sym_by, - anon_sym_where, - anon_sym_object, - anon_sym_fun, - anon_sym_get, - anon_sym_set, - anon_sym_this, - anon_sym_super, - sym_label, - anon_sym_in, - anon_sym_null, - anon_sym_if, - anon_sym_else, - anon_sym_when, - anon_sym_try, - anon_sym_throw, - anon_sym_return, - anon_sym_continue, - anon_sym_break, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_BANG, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [14272] = 10, - ACTIONS(5342), 1, - anon_sym_where, - ACTIONS(7942), 1, - anon_sym_LBRACE, - ACTIONS(7997), 1, - anon_sym_EQ, - ACTIONS(8006), 1, - anon_sym_COLON, - STATE(5001), 1, - sym__block, - STATE(5008), 1, - sym_function_body, - STATE(5010), 1, - sym_type_constraints, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4095), 21, + ACTIONS(201), 24, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, anon_sym_STAR, anon_sym_in, + anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -466418,14 +468190,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4097), 29, - sym__automatic_semicolon, + ACTIONS(199), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_SEMI, + anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -466448,11 +468224,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [14352] = 3, + [15344] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5019), 24, + ACTIONS(4987), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -466477,7 +468253,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5021), 33, + ACTIONS(4989), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -466511,11 +468287,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [14418] = 3, + [15410] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3214), 24, + ACTIONS(4031), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -466540,7 +468316,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3218), 33, + ACTIONS(4033), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -466574,11 +468350,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [14484] = 3, + [15476] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4718), 24, + ACTIONS(4099), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -466603,7 +468379,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4720), 33, + ACTIONS(4101), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -466637,11 +468413,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [14550] = 3, + [15542] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3254), 24, + ACTIONS(4764), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -466666,7 +468442,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3256), 33, + ACTIONS(4766), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -466700,11 +468476,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [14616] = 3, + [15608] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4454), 24, + ACTIONS(4951), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -466729,7 +468505,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4456), 33, + ACTIONS(4953), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -466763,22 +468539,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [14682] = 6, - ACTIONS(3828), 1, - anon_sym_EQ, - ACTIONS(6892), 1, - anon_sym_LPAREN, + [15674] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3833), 5, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - ACTIONS(4233), 23, + ACTIONS(4720), 24, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_where, @@ -466801,13 +468568,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4236), 27, + ACTIONS(4722), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, @@ -466818,6 +468586,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_COLON_COLON, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, anon_sym_BANG_EQ_EQ, anon_sym_EQ_EQ_EQ, anon_sym_LT_EQ, @@ -466829,22 +468602,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [14754] = 6, - ACTIONS(3828), 1, - anon_sym_EQ, - ACTIONS(6882), 1, + [15740] = 4, + ACTIONS(7994), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3833), 5, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - ACTIONS(4249), 23, + ACTIONS(4955), 24, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_where, @@ -466867,7 +468633,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4252), 27, + ACTIONS(4957), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -466884,6 +468650,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_COLON_COLON, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, anon_sym_BANG_EQ_EQ, anon_sym_EQ_EQ_EQ, anon_sym_LT_EQ, @@ -466895,11 +468666,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [14826] = 3, + [15808] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4863), 24, + ACTIONS(5027), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -466924,7 +468695,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4865), 33, + ACTIONS(5029), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -466958,11 +468729,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [14892] = 3, + [15874] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4943), 24, + ACTIONS(1764), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -466987,7 +468758,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4945), 33, + ACTIONS(1766), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -467021,139 +468792,76 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [14958] = 5, - ACTIONS(4777), 1, - anon_sym_EQ, + [15940] = 5, + ACTIONS(7996), 1, + anon_sym_DOT, + STATE(4572), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4779), 5, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - ACTIONS(4406), 23, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - anon_sym_where, - anon_sym_DOT, - anon_sym_get, - anon_sym_set, - anon_sym_STAR, - anon_sym_in, - anon_sym_while, - anon_sym_else, - anon_sym_BANG_EQ, - anon_sym_EQ_EQ, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4408), 28, - sym_safe_nav, + ACTIONS(4224), 24, + sym__automatic_semicolon, + sym__string_start, anon_sym_AT, anon_sym_LBRACK, - anon_sym_RBRACK, + anon_sym_EQ, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_DASH_GT, - sym_label, - anon_sym_DOT_DOT, - anon_sym_QMARK_COLON, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + sym__quest, + anon_sym_STAR, anon_sym_COLON_COLON, - anon_sym_BANG_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, anon_sym_BANGin, anon_sym_BANGis, - anon_sym_as_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_BANG_BANG, + anon_sym_return_AT, + anon_sym_continue_AT, + anon_sym_break_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, sym__backtick_identifier, - [15028] = 3, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4704), 24, - anon_sym_as, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, + ACTIONS(4222), 31, + anon_sym_by, anon_sym_where, - anon_sym_DOT, + anon_sym_object, + anon_sym_fun, anon_sym_get, anon_sym_set, - anon_sym_STAR, + anon_sym_this, + anon_sym_super, + sym_label, anon_sym_in, - anon_sym_while, + anon_sym_null, + anon_sym_if, anon_sym_else, - anon_sym_BANG_EQ, - anon_sym_EQ_EQ, + anon_sym_when, + anon_sym_try, + anon_sym_throw, + anon_sym_return, + anon_sym_continue, + anon_sym_break, anon_sym_is, anon_sym_PLUS, anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + anon_sym_BANG, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, sym__alpha_identifier, - ACTIONS(4706), 33, - sym_safe_nav, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_DASH_GT, - sym_label, - anon_sym_DOT_DOT, - anon_sym_QMARK_COLON, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_COLON_COLON, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_as_QMARK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BANG_BANG, - sym__backtick_identifier, - [15094] = 3, + [16010] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4284), 24, + ACTIONS(5031), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -467178,7 +468886,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4286), 33, + ACTIONS(5033), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -467212,11 +468920,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [15160] = 3, + [16076] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3874), 24, + ACTIONS(4991), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -467241,7 +468949,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3876), 33, + ACTIONS(4993), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -467275,11 +468983,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [15226] = 3, + [16142] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3190), 24, + ACTIONS(4342), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -467304,7 +469012,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3194), 33, + ACTIONS(4344), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -467338,11 +469046,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [15292] = 3, + [16208] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4935), 24, + ACTIONS(4402), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -467367,7 +469075,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4937), 33, + ACTIONS(4404), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -467401,23 +469109,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [15358] = 8, - ACTIONS(5127), 1, - anon_sym_LBRACE, - ACTIONS(5133), 1, + [16274] = 9, + ACTIONS(5121), 1, anon_sym_where, - ACTIONS(5522), 1, - anon_sym_COLON, - STATE(4519), 1, + ACTIONS(7866), 1, + anon_sym_LBRACE, + ACTIONS(7943), 1, + anon_sym_EQ, + STATE(4580), 1, + sym_function_body, + STATE(4690), 1, + sym__block, + STATE(4849), 1, sym_type_constraints, - STATE(4638), 1, - sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3214), 23, + ACTIONS(4099), 22, anon_sym_as, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_DOT, @@ -467439,7 +469148,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3218), 29, + ACTIONS(4101), 29, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -467469,11 +469178,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [15434] = 3, + [16352] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1694), 24, + ACTIONS(4828), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -467498,7 +469207,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(1696), 33, + ACTIONS(4830), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -467532,11 +469241,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [15500] = 3, + [16418] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5043), 24, + ACTIONS(4595), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -467561,7 +469270,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5045), 33, + ACTIONS(4597), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -467595,11 +469304,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [15566] = 3, + [16484] = 4, + ACTIONS(7998), 1, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4867), 24, + ACTIONS(4961), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -467624,14 +469335,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4869), 33, + ACTIONS(4963), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, @@ -467658,11 +469368,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [15632] = 3, + [16552] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4083), 24, + ACTIONS(4997), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -467687,7 +469397,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4085), 33, + ACTIONS(4999), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -467721,11 +469431,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [15698] = 3, + [16618] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5039), 24, + ACTIONS(5001), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -467750,7 +469460,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5041), 33, + ACTIONS(5003), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -467784,11 +469494,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [15764] = 3, + [16684] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4871), 24, + ACTIONS(4756), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -467813,7 +469523,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4873), 33, + ACTIONS(4758), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -467847,13 +469557,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [15830] = 3, + [16750] = 5, + ACTIONS(8000), 1, + sym__quest, + STATE(4680), 1, + aux_sym_nullable_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4813), 24, + ACTIONS(4322), 24, anon_sym_as, anon_sym_EQ, + anon_sym_by, anon_sym_LT, anon_sym_GT, anon_sym_where, @@ -467862,7 +469577,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_set, anon_sym_STAR, anon_sym_in, - anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -467876,18 +469590,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4815), 33, + ACTIONS(4324), 31, + sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_SEMI, - anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -467910,31 +469622,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [15896] = 8, - ACTIONS(5127), 1, - anon_sym_LBRACE, - ACTIONS(5133), 1, - anon_sym_where, - ACTIONS(8008), 1, - anon_sym_COLON, - STATE(4508), 1, - sym_type_constraints, - STATE(4704), 1, - sym_class_body, + [16820] = 5, + ACTIONS(8002), 1, + anon_sym_DOT, + STATE(4576), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4284), 23, + ACTIONS(4309), 24, anon_sym_as, anon_sym_EQ, + anon_sym_by, anon_sym_LT, anon_sym_GT, - anon_sym_DOT, + anon_sym_where, anon_sym_get, anon_sym_set, + sym__quest, anon_sym_STAR, anon_sym_in, - anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -467948,13 +469655,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4286), 29, + ACTIONS(4311), 31, + sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_RPAREN, + anon_sym_COMMA, anon_sym_SEMI, sym_label, anon_sym_DOT_DOT, @@ -467978,23 +469687,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [15972] = 8, - ACTIONS(5133), 1, + [16890] = 9, + ACTIONS(5121), 1, anon_sym_where, - ACTIONS(5137), 1, + ACTIONS(7866), 1, anon_sym_LBRACE, - ACTIONS(5520), 1, - anon_sym_COLON, - STATE(4537), 1, + ACTIONS(7943), 1, + anon_sym_EQ, + STATE(4573), 1, + sym_function_body, + STATE(4690), 1, + sym__block, + STATE(4848), 1, sym_type_constraints, - STATE(4709), 1, - sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3190), 23, + ACTIONS(4260), 22, anon_sym_as, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_DOT, @@ -468016,7 +469726,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3194), 29, + ACTIONS(4262), 29, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -468046,16 +469756,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [16048] = 3, + [16968] = 9, + ACTIONS(5121), 1, + anon_sym_where, + ACTIONS(7866), 1, + anon_sym_LBRACE, + ACTIONS(7943), 1, + anon_sym_EQ, + STATE(4683), 1, + sym_function_body, + STATE(4690), 1, + sym__block, + STATE(4847), 1, + sym_type_constraints, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4875), 24, + ACTIONS(4256), 22, anon_sym_as, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, - anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -468075,18 +469795,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4877), 33, + ACTIONS(4258), 29, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, - anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -468109,11 +469825,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [16114] = 3, + [17046] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4503), 24, + ACTIONS(4927), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -468138,7 +469854,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4505), 33, + ACTIONS(4929), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -468172,22 +469888,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [16180] = 3, + [17112] = 5, + ACTIONS(8005), 1, + anon_sym_LT, + STATE(4789), 1, + sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4879), 24, + ACTIONS(4107), 24, anon_sym_as, anon_sym_EQ, - anon_sym_LT, + anon_sym_by, anon_sym_GT, anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, + sym__quest, anon_sym_STAR, anon_sym_in, - anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -468201,18 +469921,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4881), 33, + ACTIONS(4115), 31, + sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_SEMI, - anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -468235,22 +469953,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [16246] = 3, + [17182] = 5, + ACTIONS(8007), 1, + anon_sym_DOT, + STATE(4678), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5059), 24, + ACTIONS(4272), 24, anon_sym_as, anon_sym_EQ, + anon_sym_by, anon_sym_LT, anon_sym_GT, anon_sym_where, - anon_sym_DOT, anon_sym_get, anon_sym_set, + sym__quest, anon_sym_STAR, anon_sym_in, - anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -468264,18 +469986,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5061), 33, + ACTIONS(4274), 31, + sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_SEMI, - anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -468298,25 +470018,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [16312] = 8, - ACTIONS(5127), 1, - anon_sym_LBRACE, - ACTIONS(5133), 1, - anon_sym_where, - ACTIONS(5518), 1, - anon_sym_COLON, - STATE(4540), 1, - sym_type_constraints, - STATE(4709), 1, - sym_class_body, + [17252] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3190), 23, + ACTIONS(5039), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -468336,14 +470047,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3194), 29, + ACTIONS(5041), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, + anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -468366,13 +470081,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [16388] = 3, + [17318] = 5, + ACTIONS(8010), 1, + sym__quest, + STATE(4741), 1, + aux_sym_nullable_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3340), 24, + ACTIONS(4250), 24, anon_sym_as, anon_sym_EQ, + anon_sym_by, anon_sym_LT, anon_sym_GT, anon_sym_where, @@ -468381,7 +470101,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_set, anon_sym_STAR, anon_sym_in, - anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -468395,18 +470114,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3342), 33, + ACTIONS(4252), 31, + sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_SEMI, - anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -468429,25 +470146,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [16454] = 4, - ACTIONS(4223), 1, - anon_sym_DASH_GT, + [17388] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4219), 25, + ACTIONS(4808), 24, anon_sym_as, anon_sym_EQ, - anon_sym_by, anon_sym_LT, anon_sym_GT, anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, - sym__quest, anon_sym_STAR, anon_sym_in, + anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -468461,16 +470175,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4221), 31, - sym__automatic_semicolon, + ACTIONS(4810), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_SEMI, + anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -468493,11 +470209,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [16522] = 3, + [17454] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4883), 24, + ACTIONS(3338), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -468522,7 +470238,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4885), 33, + ACTIONS(3340), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -468556,25 +470272,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [16588] = 8, - ACTIONS(5133), 1, - anon_sym_where, - ACTIONS(5137), 1, - anon_sym_LBRACE, - ACTIONS(8010), 1, - anon_sym_COLON, - STATE(4550), 1, - sym_type_constraints, - STATE(4734), 1, - sym_enum_class_body, + [17520] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4197), 23, + ACTIONS(4487), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -468594,14 +470301,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4199), 29, + ACTIONS(4489), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, + anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -468624,22 +470335,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [16664] = 3, + [17586] = 10, + ACTIONS(5405), 1, + anon_sym_where, + ACTIONS(7928), 1, + anon_sym_LBRACE, + ACTIONS(7971), 1, + anon_sym_EQ, + ACTIONS(8012), 1, + anon_sym_COLON, + STATE(4901), 1, + sym__block, + STATE(4909), 1, + sym_type_constraints, + STATE(4912), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5009), 24, + ACTIONS(4099), 21, anon_sym_as, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, - anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, anon_sym_STAR, anon_sym_in, - anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -468653,18 +470375,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5011), 33, + ACTIONS(4101), 29, + sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_SEMI, - anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -468687,25 +470405,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [16730] = 8, - ACTIONS(5127), 1, - anon_sym_LBRACE, - ACTIONS(5133), 1, - anon_sym_where, - ACTIONS(8012), 1, - anon_sym_COLON, - STATE(4513), 1, - sym_type_constraints, - STATE(4734), 1, - sym_class_body, + [17666] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4197), 23, + ACTIONS(4198), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -468725,14 +470434,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4199), 29, + ACTIONS(4200), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, + anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -468755,23 +470468,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [16806] = 8, - ACTIONS(5133), 1, + [17732] = 9, + ACTIONS(5405), 1, anon_sym_where, - ACTIONS(5137), 1, + ACTIONS(7926), 1, + anon_sym_EQ, + ACTIONS(7928), 1, anon_sym_LBRACE, - ACTIONS(5516), 1, - anon_sym_COLON, - STATE(4558), 1, + STATE(4782), 1, sym_type_constraints, - STATE(4743), 1, - sym_enum_class_body, + STATE(4901), 1, + sym__block, + STATE(4949), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3204), 23, + ACTIONS(4256), 21, anon_sym_as, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_DOT, @@ -468779,7 +470493,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_set, anon_sym_STAR, anon_sym_in, - anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -468793,13 +470506,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3208), 29, + ACTIONS(4258), 30, + sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_RPAREN, + anon_sym_COMMA, anon_sym_SEMI, sym_label, anon_sym_DOT_DOT, @@ -468823,11 +470537,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [16882] = 3, + [17810] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4567), 24, + ACTIONS(4915), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -468852,7 +470566,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4569), 33, + ACTIONS(4917), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -468886,25 +470600,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [16948] = 8, - ACTIONS(5133), 1, - anon_sym_where, - ACTIONS(5137), 1, - anon_sym_LBRACE, - ACTIONS(8014), 1, - anon_sym_COLON, - STATE(4527), 1, - sym_type_constraints, - STATE(4699), 1, - sym_enum_class_body, + [17876] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4213), 23, + ACTIONS(5035), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -468924,14 +470629,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4215), 29, + ACTIONS(5037), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, + anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -468954,11 +470663,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [17024] = 3, + [17942] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4181), 24, + ACTIONS(5091), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -468983,7 +470692,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4183), 33, + ACTIONS(5093), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -469017,33 +470726,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [17090] = 10, - ACTIONS(5342), 1, - anon_sym_where, - ACTIONS(7942), 1, - anon_sym_LBRACE, - ACTIONS(7997), 1, - anon_sym_EQ, - ACTIONS(8016), 1, - anon_sym_COLON, - STATE(5001), 1, - sym__block, - STATE(5044), 1, - sym_type_constraints, - STATE(5045), 1, - sym_function_body, + [18008] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4083), 21, + ACTIONS(4824), 24, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, anon_sym_STAR, anon_sym_in, + anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -469057,14 +470755,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4085), 29, - sym__automatic_semicolon, + ACTIONS(4826), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_SEMI, + anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -469087,11 +470789,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [17170] = 3, + [18074] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1782), 24, + ACTIONS(4911), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -469116,7 +470818,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(1784), 33, + ACTIONS(4913), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -469150,13 +470852,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [17236] = 3, + [18140] = 6, + ACTIONS(3943), 1, + anon_sym_EQ, + ACTIONS(6912), 1, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5027), 24, + ACTIONS(3948), 5, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + ACTIONS(4142), 23, anon_sym_as, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_where, @@ -469179,14 +470890,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5029), 33, + ACTIONS(4145), 27, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, @@ -469197,11 +470907,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_COLON_COLON, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, anon_sym_BANG_EQ_EQ, anon_sym_EQ_EQ_EQ, anon_sym_LT_EQ, @@ -469213,11 +470918,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [17302] = 3, + [18212] = 4, + ACTIONS(8014), 1, + anon_sym_else, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5023), 24, + ACTIONS(4792), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -469229,7 +470936,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_in, anon_sym_while, - anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, anon_sym_is, @@ -469242,7 +470948,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5025), 33, + ACTIONS(4794), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -469276,11 +470982,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [17368] = 3, + [18280] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4495), 24, + ACTIONS(4881), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -469305,7 +471011,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4497), 33, + ACTIONS(4883), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -469339,11 +471045,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [17434] = 3, + [18346] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3840), 24, + ACTIONS(4873), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -469368,7 +471074,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3842), 33, + ACTIONS(4875), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -469402,11 +471108,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [17500] = 3, + [18412] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5055), 24, + ACTIONS(5043), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -469431,7 +471137,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5057), 33, + ACTIONS(5045), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -469465,22 +471171,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [17566] = 8, - ACTIONS(7940), 1, - anon_sym_EQ, - ACTIONS(7942), 1, - anon_sym_LBRACE, - ACTIONS(8018), 1, - anon_sym_COLON, - STATE(4910), 1, - sym_function_body, - STATE(5001), 1, - sym__block, + [18478] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4191), 22, + ACTIONS(4188), 24, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_where, @@ -469489,6 +471186,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_set, anon_sym_STAR, anon_sym_in, + anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -469502,15 +471200,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4193), 30, - sym__automatic_semicolon, + ACTIONS(4190), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_SEMI, + anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -469533,11 +471234,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [17642] = 3, + [18544] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3027), 24, + ACTIONS(5047), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -469562,7 +471263,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3029), 33, + ACTIONS(5049), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -469596,33 +471297,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [17708] = 10, - ACTIONS(5342), 1, - anon_sym_where, - ACTIONS(7942), 1, - anon_sym_LBRACE, - ACTIONS(7997), 1, - anon_sym_EQ, - ACTIONS(8020), 1, - anon_sym_COLON, - STATE(4982), 1, - sym_type_constraints, - STATE(4983), 1, - sym_function_body, - STATE(5001), 1, - sym__block, + [18610] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4073), 21, + ACTIONS(4023), 24, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, anon_sym_STAR, anon_sym_in, + anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -469636,14 +471326,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4075), 29, - sym__automatic_semicolon, + ACTIONS(4025), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_SEMI, + anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -469666,11 +471360,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [17788] = 3, + [18676] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4300), 24, + ACTIONS(5065), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -469695,7 +471389,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4302), 33, + ACTIONS(5067), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -469729,11 +471423,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [17854] = 3, + [18742] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4951), 24, + ACTIONS(5015), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -469758,7 +471452,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4953), 33, + ACTIONS(5017), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -469792,11 +471486,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [17920] = 3, + [18808] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4726), 24, + ACTIONS(5011), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -469821,7 +471515,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4728), 33, + ACTIONS(5013), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -469855,11 +471549,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [17986] = 3, + [18874] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1752), 24, + ACTIONS(4231), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -469884,7 +471578,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(1754), 33, + ACTIONS(4233), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -469918,20 +471612,77 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [18052] = 5, - ACTIONS(4851), 1, - anon_sym_EQ, + [18940] = 4, + ACTIONS(4268), 1, + anon_sym_DASH_GT, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4853), 5, + ACTIONS(4264), 25, + anon_sym_as, + anon_sym_EQ, + anon_sym_by, + anon_sym_LT, + anon_sym_GT, + anon_sym_where, + anon_sym_DOT, + anon_sym_get, + anon_sym_set, + sym__quest, + anon_sym_STAR, + anon_sym_in, + anon_sym_else, + anon_sym_BANG_EQ, + anon_sym_EQ_EQ, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4266), 31, + sym__automatic_semicolon, + sym_safe_nav, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_SEMI, + sym_label, + anon_sym_DOT_DOT, + anon_sym_QMARK_COLON, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_COLON_COLON, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, - ACTIONS(4396), 23, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_as_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG_BANG, + sym__backtick_identifier, + [19008] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4903), 24, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_where, @@ -469954,7 +471705,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4398), 28, + ACTIONS(4905), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -469972,6 +471723,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_COLON_COLON, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, anon_sym_BANG_EQ_EQ, anon_sym_EQ_EQ_EQ, anon_sym_LT_EQ, @@ -469983,31 +471739,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [18122] = 9, - ACTIONS(5342), 1, - anon_sym_where, - ACTIONS(7940), 1, - anon_sym_EQ, - ACTIONS(7942), 1, - anon_sym_LBRACE, - STATE(4806), 1, - sym_type_constraints, - STATE(4925), 1, - sym_function_body, - STATE(5001), 1, - sym__block, + [19074] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4181), 21, + ACTIONS(4005), 24, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, anon_sym_STAR, anon_sym_in, + anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -470021,15 +471768,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4183), 30, - sym__automatic_semicolon, + ACTIONS(4007), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_SEMI, + anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -470052,11 +471802,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [18200] = 3, + [19140] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4955), 24, + ACTIONS(4627), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -470081,7 +471831,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4957), 33, + ACTIONS(4629), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -470115,31 +471865,85 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [18266] = 9, - ACTIONS(5342), 1, - anon_sym_where, - ACTIONS(7940), 1, + [19206] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(5087), 24, + anon_sym_as, anon_sym_EQ, - ACTIONS(7942), 1, + anon_sym_LT, + anon_sym_GT, + anon_sym_where, + anon_sym_DOT, + anon_sym_get, + anon_sym_set, + anon_sym_STAR, + anon_sym_in, + anon_sym_while, + anon_sym_else, + anon_sym_BANG_EQ, + anon_sym_EQ_EQ, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(5089), 33, + sym_safe_nav, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_LBRACE, - STATE(4808), 1, - sym_type_constraints, - STATE(4950), 1, - sym_function_body, - STATE(5001), 1, - sym__block, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_DASH_GT, + sym_label, + anon_sym_DOT_DOT, + anon_sym_QMARK_COLON, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_COLON_COLON, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_as_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG_BANG, + sym__backtick_identifier, + [19272] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4300), 21, + ACTIONS(3029), 24, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, anon_sym_STAR, anon_sym_in, + anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -470153,15 +471957,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4302), 30, - sym__automatic_semicolon, + ACTIONS(3031), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_SEMI, + anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -470184,23 +471991,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [18344] = 9, - ACTIONS(5342), 1, + [19338] = 10, + ACTIONS(5405), 1, anon_sym_where, - ACTIONS(7940), 1, - anon_sym_EQ, - ACTIONS(7942), 1, + ACTIONS(7928), 1, anon_sym_LBRACE, - STATE(4809), 1, - sym_type_constraints, - STATE(4964), 1, - sym_function_body, - STATE(5001), 1, + ACTIONS(7971), 1, + anon_sym_EQ, + ACTIONS(8016), 1, + anon_sym_COLON, + STATE(4901), 1, sym__block, + STATE(5051), 1, + sym_function_body, + STATE(5057), 1, + sym_type_constraints, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4101), 21, + ACTIONS(4085), 21, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -470222,14 +472031,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4103), 30, + ACTIONS(4087), 29, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_COMMA, anon_sym_SEMI, sym_label, anon_sym_DOT_DOT, @@ -470253,22 +472061,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [18422] = 3, + [19418] = 9, + ACTIONS(5405), 1, + anon_sym_where, + ACTIONS(7926), 1, + anon_sym_EQ, + ACTIONS(7928), 1, + anon_sym_LBRACE, + STATE(4781), 1, + sym_type_constraints, + STATE(4901), 1, + sym__block, + STATE(4932), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4583), 24, + ACTIONS(4260), 21, anon_sym_as, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, - anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, anon_sym_STAR, anon_sym_in, - anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -470282,18 +472099,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4585), 33, + ACTIONS(4262), 30, + sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_SEMI, - anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -470316,11 +472130,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [18488] = 3, + [19496] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4959), 24, + ACTIONS(4889), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -470345,7 +472159,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4961), 33, + ACTIONS(4891), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -470379,26 +472193,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [18554] = 9, - ACTIONS(5342), 1, - anon_sym_where, - ACTIONS(7940), 1, + [19562] = 8, + ACTIONS(7926), 1, anon_sym_EQ, - ACTIONS(7942), 1, + ACTIONS(7928), 1, anon_sym_LBRACE, - STATE(4810), 1, - sym_type_constraints, - STATE(5001), 1, + ACTIONS(8018), 1, + anon_sym_COLON, + STATE(4901), 1, sym__block, - STATE(5008), 1, + STATE(4919), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4095), 21, + ACTIONS(4326), 22, anon_sym_as, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -470417,7 +472230,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4097), 30, + ACTIONS(4328), 30, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -470448,11 +472261,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [18632] = 3, + [19638] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5087), 24, + ACTIONS(4979), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -470477,7 +472290,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5089), 33, + ACTIONS(4981), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -470511,11 +472324,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [18698] = 3, + [19704] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4971), 24, + ACTIONS(1752), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -470540,7 +472353,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4973), 33, + ACTIONS(1754), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -470574,11 +472387,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [18764] = 3, + [19770] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5091), 24, + ACTIONS(4085), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -470603,7 +472416,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5093), 33, + ACTIONS(4087), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -470637,11 +472450,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [18830] = 3, + [19836] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5005), 24, + ACTIONS(4820), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -470666,7 +472479,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5007), 33, + ACTIONS(4822), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -470700,11 +472513,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [18896] = 3, + [19902] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4963), 24, + ACTIONS(5099), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -470729,7 +472542,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4965), 33, + ACTIONS(5101), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -470763,11 +472576,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [18962] = 3, + [19968] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4995), 24, + ACTIONS(5061), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -470792,7 +472605,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4997), 33, + ACTIONS(5063), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -470826,11 +472639,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [19028] = 3, + [20034] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4722), 24, + ACTIONS(4503), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -470855,7 +472668,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4724), 33, + ACTIONS(4505), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -470889,23 +472702,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [19094] = 9, - ACTIONS(5342), 1, + [20100] = 9, + ACTIONS(5405), 1, anon_sym_where, - ACTIONS(7940), 1, + ACTIONS(7926), 1, anon_sym_EQ, - ACTIONS(7942), 1, + ACTIONS(7928), 1, anon_sym_LBRACE, - STATE(4812), 1, + STATE(4779), 1, sym_type_constraints, - STATE(5001), 1, + STATE(4901), 1, sym__block, - STATE(5047), 1, + STATE(4912), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4089), 21, + ACTIONS(4099), 21, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -470927,7 +472740,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4091), 30, + ACTIONS(4101), 30, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -470958,11 +472771,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [19172] = 3, + [20178] = 5, + ACTIONS(8014), 1, + anon_sym_else, + ACTIONS(8020), 1, + anon_sym_SEMI, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4939), 24, + ACTIONS(4792), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -470974,7 +472791,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_in, anon_sym_while, - anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, anon_sym_is, @@ -470987,7 +472803,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4941), 33, + ACTIONS(4794), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -470997,7 +472813,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_SEMI, anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, @@ -471021,11 +472836,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [19238] = 3, + [20248] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5035), 24, + ACTIONS(4760), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -471050,7 +472865,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5037), 33, + ACTIONS(4762), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -471084,16 +472899,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [19304] = 3, + [20314] = 8, + ACTIONS(5121), 1, + anon_sym_where, + ACTIONS(5161), 1, + anon_sym_LBRACE, + ACTIONS(5550), 1, + anon_sym_COLON, + STATE(4557), 1, + sym_type_constraints, + STATE(4603), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4460), 24, + ACTIONS(3196), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, anon_sym_GT, - anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -471113,18 +472937,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4462), 33, + ACTIONS(3200), 29, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, - anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -471147,11 +472967,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [19370] = 3, + [20390] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(119), 24, + ACTIONS(5083), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -471176,7 +472996,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(117), 33, + ACTIONS(5085), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -471210,11 +473030,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [19436] = 3, + [20456] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4917), 24, + ACTIONS(4865), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -471239,7 +473059,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4919), 33, + ACTIONS(4867), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -471273,11 +473093,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [19502] = 3, + [20522] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4855), 24, + ACTIONS(4748), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -471302,7 +473122,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4857), 33, + ACTIONS(4750), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -471336,16 +473156,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [19568] = 3, + [20588] = 8, + ACTIONS(5121), 1, + anon_sym_where, + ACTIONS(5161), 1, + anon_sym_LBRACE, + ACTIONS(8022), 1, + anon_sym_COLON, + STATE(4535), 1, + sym_type_constraints, + STATE(4664), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4967), 24, + ACTIONS(4303), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, anon_sym_GT, - anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -471365,18 +473194,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4969), 33, + ACTIONS(4305), 29, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, - anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -471399,16 +473224,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [19634] = 3, + [20664] = 8, + ACTIONS(5115), 1, + anon_sym_LBRACE, + ACTIONS(5121), 1, + anon_sym_where, + ACTIONS(5530), 1, + anon_sym_COLON, + STATE(4524), 1, + sym_type_constraints, + STATE(4697), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4434), 24, + ACTIONS(3186), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, anon_sym_GT, - anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -471428,18 +473262,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4436), 33, + ACTIONS(3190), 29, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, - anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -471462,16 +473292,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [19700] = 3, + [20740] = 8, + ACTIONS(5121), 1, + anon_sym_where, + ACTIONS(5161), 1, + anon_sym_LBRACE, + ACTIONS(5528), 1, + anon_sym_COLON, + STATE(4514), 1, + sym_type_constraints, + STATE(4697), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4382), 24, + ACTIONS(3186), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, anon_sym_GT, - anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -471491,18 +473330,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4384), 33, + ACTIONS(3190), 29, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, - anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -471525,13 +473360,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [19766] = 3, + [20816] = 5, + ACTIONS(8000), 1, + sym__quest, + STATE(4680), 1, + aux_sym_nullable_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4821), 24, + ACTIONS(4244), 24, anon_sym_as, anon_sym_EQ, + anon_sym_by, anon_sym_LT, anon_sym_GT, anon_sym_where, @@ -471540,7 +473380,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_set, anon_sym_STAR, anon_sym_in, - anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -471554,18 +473393,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4823), 33, + ACTIONS(4246), 31, + sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_SEMI, - anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -471588,30 +473425,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [19832] = 8, - ACTIONS(7940), 1, - anon_sym_EQ, - ACTIONS(7942), 1, + [20886] = 8, + ACTIONS(5115), 1, anon_sym_LBRACE, - ACTIONS(8022), 1, + ACTIONS(5121), 1, + anon_sym_where, + ACTIONS(8024), 1, anon_sym_COLON, - STATE(4908), 1, - sym_function_body, - STATE(5001), 1, - sym__block, + STATE(4521), 1, + sym_type_constraints, + STATE(4720), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4326), 22, + ACTIONS(4188), 23, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, - anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, anon_sym_STAR, anon_sym_in, + anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -471625,14 +473463,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4328), 30, - sym__automatic_semicolon, + ACTIONS(4190), 29, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_SEMI, sym_label, anon_sym_DOT_DOT, @@ -471656,16 +473493,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [19908] = 3, + [20962] = 8, + ACTIONS(5121), 1, + anon_sym_where, + ACTIONS(5161), 1, + anon_sym_LBRACE, + ACTIONS(8026), 1, + anon_sym_COLON, + STATE(4527), 1, + sym_type_constraints, + STATE(4720), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4101), 24, + ACTIONS(4188), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, anon_sym_GT, - anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -471685,18 +473531,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4103), 33, + ACTIONS(4190), 29, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, - anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -471719,16 +473561,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [19974] = 3, + [21038] = 8, + ACTIONS(5115), 1, + anon_sym_LBRACE, + ACTIONS(5121), 1, + anon_sym_where, + ACTIONS(5522), 1, + anon_sym_COLON, + STATE(4528), 1, + sym_type_constraints, + STATE(4703), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4197), 24, + ACTIONS(3212), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, anon_sym_GT, - anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -471748,18 +473599,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4199), 33, + ACTIONS(3216), 29, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, - anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -471782,16 +473629,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [20040] = 3, + [21114] = 8, + ACTIONS(5115), 1, + anon_sym_LBRACE, + ACTIONS(5121), 1, + anon_sym_where, + ACTIONS(8028), 1, + anon_sym_COLON, + STATE(4544), 1, + sym_type_constraints, + STATE(4638), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1770), 24, + ACTIONS(4231), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, anon_sym_GT, - anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -471811,18 +473667,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(1772), 33, + ACTIONS(4233), 29, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, - anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -471845,11 +473697,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [20106] = 3, + [21190] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4023), 24, + ACTIONS(4861), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -471874,7 +473726,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4025), 33, + ACTIONS(4863), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -471908,21 +473760,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [20172] = 5, - ACTIONS(7985), 1, - sym__quest, - STATE(4609), 1, - aux_sym_nullable_type_repeat1, + [21256] = 9, + ACTIONS(5405), 1, + anon_sym_where, + ACTIONS(7926), 1, + anon_sym_EQ, + ACTIONS(7928), 1, + anon_sym_LBRACE, + STATE(4777), 1, + sym_type_constraints, + STATE(4901), 1, + sym__block, + STATE(5017), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4294), 24, + ACTIONS(4031), 21, anon_sym_as, - anon_sym_EQ, - anon_sym_by, anon_sym_LT, anon_sym_GT, - anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -471941,12 +473798,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4296), 31, + ACTIONS(4033), 30, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, @@ -471973,11 +473829,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [20242] = 3, + [21334] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1764), 24, + ACTIONS(5077), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -472002,7 +473858,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(1766), 33, + ACTIONS(5079), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -472036,13 +473892,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [20308] = 3, + [21400] = 6, + ACTIONS(3943), 1, + anon_sym_EQ, + ACTIONS(6908), 1, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4663), 24, + ACTIONS(3948), 5, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + ACTIONS(4285), 23, anon_sym_as, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_where, @@ -472065,14 +473930,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4665), 33, + ACTIONS(4288), 27, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, @@ -472083,11 +473947,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_COLON_COLON, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, anon_sym_BANG_EQ_EQ, anon_sym_EQ_EQ_EQ, anon_sym_LT_EQ, @@ -472099,11 +473958,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [20374] = 3, + [21472] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4793), 24, + ACTIONS(5053), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -472128,7 +473987,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4795), 33, + ACTIONS(5055), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -472162,15 +474021,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [20440] = 5, - ACTIONS(8024), 1, + [21538] = 5, + ACTIONS(8030), 1, sym__quest, - STATE(4716), 1, + STATE(4741), 1, aux_sym_nullable_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4311), 24, + ACTIONS(4237), 24, anon_sym_as, anon_sym_EQ, anon_sym_by, @@ -472195,7 +474054,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4313), 31, + ACTIONS(4239), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -472227,11 +474086,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [20510] = 3, + [21608] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4975), 24, + ACTIONS(4724), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -472256,7 +474115,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4977), 33, + ACTIONS(4726), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -472290,11 +474149,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [20576] = 3, + [21674] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4089), 24, + ACTIONS(5005), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -472319,7 +474178,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4091), 33, + ACTIONS(5007), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -472353,22 +474212,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [20642] = 3, + [21740] = 10, + ACTIONS(5405), 1, + anon_sym_where, + ACTIONS(7928), 1, + anon_sym_LBRACE, + ACTIONS(7971), 1, + anon_sym_EQ, + ACTIONS(8033), 1, + anon_sym_COLON, + STATE(4901), 1, + sym__block, + STATE(5017), 1, + sym_function_body, + STATE(5019), 1, + sym_type_constraints, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4989), 24, + ACTIONS(4031), 21, anon_sym_as, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, - anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, anon_sym_STAR, anon_sym_in, - anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -472382,18 +474252,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4991), 33, + ACTIONS(4033), 29, + sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_SEMI, - anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -472416,11 +474282,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [20708] = 3, + [21820] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4773), 24, + ACTIONS(4853), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -472445,7 +474311,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4775), 33, + ACTIONS(4855), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -472479,22 +474345,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [20774] = 3, + [21886] = 9, + ACTIONS(5405), 1, + anon_sym_where, + ACTIONS(7926), 1, + anon_sym_EQ, + ACTIONS(7928), 1, + anon_sym_LBRACE, + STATE(4775), 1, + sym_type_constraints, + STATE(4901), 1, + sym__block, + STATE(5051), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4903), 24, + ACTIONS(4085), 21, anon_sym_as, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, - anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, anon_sym_STAR, anon_sym_in, - anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -472508,18 +474383,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4905), 33, + ACTIONS(4087), 30, + sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_SEMI, - anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -472542,11 +474414,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [20840] = 3, + [21964] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4769), 24, + ACTIONS(5073), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -472571,7 +474443,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4771), 33, + ACTIONS(5075), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -472605,77 +474477,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [20906] = 4, - ACTIONS(7955), 1, - anon_sym_COLON_COLON, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4746), 24, - anon_sym_as, + [22030] = 8, + ACTIONS(7926), 1, anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_where, - anon_sym_DOT, - anon_sym_get, - anon_sym_set, - anon_sym_STAR, - anon_sym_in, - anon_sym_while, - anon_sym_else, - anon_sym_BANG_EQ, - anon_sym_EQ_EQ, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4748), 32, - sym_safe_nav, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_RBRACK, + ACTIONS(7928), 1, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_DASH_GT, - sym_label, - anon_sym_DOT_DOT, - anon_sym_QMARK_COLON, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_as_QMARK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BANG_BANG, - sym__backtick_identifier, - [20974] = 3, + ACTIONS(8035), 1, + anon_sym_COLON, + STATE(4901), 1, + sym__block, + STATE(5063), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4895), 24, + ACTIONS(4198), 22, anon_sym_as, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_where, @@ -472684,7 +474501,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_set, anon_sym_STAR, anon_sym_in, - anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -472698,18 +474514,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4897), 33, + ACTIONS(4200), 30, + sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_SEMI, - anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -472732,11 +474545,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [21040] = 3, + [22106] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4448), 24, + ACTIONS(5069), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -472761,7 +474574,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4450), 33, + ACTIONS(5071), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -472795,11 +474608,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [21106] = 3, + [22172] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4765), 24, + ACTIONS(3212), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -472824,7 +474637,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4767), 33, + ACTIONS(3216), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -472858,22 +474671,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [21172] = 8, - ACTIONS(7940), 1, - anon_sym_EQ, - ACTIONS(7942), 1, - anon_sym_LBRACE, - ACTIONS(8027), 1, - anon_sym_COLON, - STATE(4979), 1, - sym_function_body, - STATE(5001), 1, - sym__block, + [22238] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4336), 22, + ACTIONS(4849), 24, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_where, @@ -472882,6 +474686,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_set, anon_sym_STAR, anon_sym_in, + anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -472895,15 +474700,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4338), 30, - sym__automatic_semicolon, + ACTIONS(4851), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_SEMI, + anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -472926,11 +474734,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [21248] = 3, + [22304] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5031), 24, + ACTIONS(4832), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -472955,7 +474763,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5033), 33, + ACTIONS(4834), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -472989,11 +474797,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [21314] = 3, + [22370] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3204), 24, + ACTIONS(4406), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -473018,7 +474826,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3208), 33, + ACTIONS(4408), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -473052,11 +474860,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [21380] = 3, + [22436] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4386), 24, + ACTIONS(4784), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -473081,7 +474889,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4388), 33, + ACTIONS(4786), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -473115,20 +474923,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [21446] = 3, + [22502] = 10, + ACTIONS(5121), 1, + anon_sym_where, + ACTIONS(7866), 1, + anon_sym_LBRACE, + ACTIONS(8037), 1, + anon_sym_COLON, + ACTIONS(8039), 1, + anon_sym_EQ, + STATE(4690), 1, + sym__block, + STATE(4716), 1, + sym_function_body, + STATE(5043), 1, + sym_type_constraints, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4643), 24, + ACTIONS(4047), 20, anon_sym_as, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, - anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, - anon_sym_STAR, anon_sym_in, anon_sym_while, anon_sym_else, @@ -473138,23 +474957,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4645), 33, + ACTIONS(4049), 29, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, + anon_sym_STAR, anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, @@ -473162,38 +474980,168 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_COLON_COLON, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, anon_sym_BANG_EQ_EQ, anon_sym_EQ_EQ_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_BANGin, anon_sym_BANGis, + anon_sym_PERCENT, anon_sym_as_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [21512] = 3, + [22581] = 5, + ACTIONS(8041), 1, + sym__quest, + STATE(4767), 1, + aux_sym_nullable_type_repeat1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4252), 23, + sym__automatic_semicolon, + sym__string_start, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_STAR, + anon_sym_COLON_COLON, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_return_AT, + anon_sym_continue_AT, + anon_sym_break_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(4250), 31, + anon_sym_by, + anon_sym_where, + anon_sym_object, + anon_sym_fun, + anon_sym_get, + anon_sym_set, + anon_sym_this, + anon_sym_super, + sym_label, + anon_sym_in, + anon_sym_null, + anon_sym_if, + anon_sym_else, + anon_sym_when, + anon_sym_try, + anon_sym_throw, + anon_sym_return, + anon_sym_continue, + anon_sym_break, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_BANG, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, + sym__alpha_identifier, + [22650] = 5, + ACTIONS(8043), 1, + sym__quest, + STATE(4756), 1, + aux_sym_nullable_type_repeat1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4246), 23, + sym__automatic_semicolon, + sym__string_start, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_STAR, + anon_sym_COLON_COLON, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_return_AT, + anon_sym_continue_AT, + anon_sym_break_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(4244), 31, + anon_sym_by, + anon_sym_where, + anon_sym_object, + anon_sym_fun, + anon_sym_get, + anon_sym_set, + anon_sym_this, + anon_sym_super, + sym_label, + anon_sym_in, + anon_sym_null, + anon_sym_if, + anon_sym_else, + anon_sym_when, + anon_sym_try, + anon_sym_throw, + anon_sym_return, + anon_sym_continue, + anon_sym_break, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_BANG, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, + sym__alpha_identifier, + [22719] = 7, + ACTIONS(5401), 1, + anon_sym_LBRACE, + ACTIONS(5405), 1, + anon_sym_where, + STATE(4836), 1, + sym_type_constraints, + STATE(5078), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4738), 24, + ACTIONS(4406), 22, anon_sym_as, anon_sym_EQ, anon_sym_LT, anon_sym_GT, - anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, anon_sym_STAR, anon_sym_in, - anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -473207,18 +475155,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4740), 33, + ACTIONS(4408), 30, + sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_SEMI, - anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -473241,11 +475186,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [21578] = 3, + [22792] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4481), 24, + ACTIONS(4519), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -473256,8 +475201,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_set, anon_sym_STAR, anon_sym_in, - anon_sym_while, anon_sym_else, + anon_sym_catch, + anon_sym_finally, anon_sym_BANG_EQ, anon_sym_EQ_EQ, anon_sym_is, @@ -473270,18 +475216,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4483), 33, + ACTIONS(4521), 31, + sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_SEMI, - anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -473304,22 +475248,92 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [21644] = 3, + [22857] = 10, + ACTIONS(5655), 1, + anon_sym_where, + ACTIONS(8045), 1, + anon_sym_COLON, + ACTIONS(8047), 1, + anon_sym_EQ, + ACTIONS(8049), 1, + anon_sym_LBRACE, + STATE(5118), 1, + sym_type_constraints, + STATE(5272), 1, + sym_function_body, + STATE(5357), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4422), 24, + ACTIONS(4087), 20, + sym__automatic_semicolon, + sym__string_start, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_COLON_COLON, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_return_AT, + anon_sym_continue_AT, + anon_sym_break_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(4085), 29, + anon_sym_object, + anon_sym_fun, + anon_sym_get, + anon_sym_set, + anon_sym_this, + anon_sym_super, + sym_label, + anon_sym_in, + anon_sym_null, + anon_sym_if, + anon_sym_else, + anon_sym_when, + anon_sym_try, + anon_sym_throw, + anon_sym_return, + anon_sym_continue, + anon_sym_break, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_BANG, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, + sym__alpha_identifier, + [22936] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4471), 25, anon_sym_as, anon_sym_EQ, + anon_sym_by, anon_sym_LT, anon_sym_GT, anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, + sym__quest, anon_sym_STAR, anon_sym_in, - anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -473333,18 +475347,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4424), 33, + ACTIONS(4473), 31, + sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_SEMI, - anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -473367,11 +475379,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [21710] = 3, + [23001] = 5, + ACTIONS(8051), 1, + anon_sym_COMMA, + STATE(4563), 1, + aux_sym__delegation_specifiers_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4714), 24, + ACTIONS(4664), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -473396,18 +475412,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4716), 33, + ACTIONS(4666), 30, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, - anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -473430,13 +475443,89 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [21776] = 3, + [23070] = 10, + ACTIONS(5655), 1, + anon_sym_where, + ACTIONS(8047), 1, + anon_sym_EQ, + ACTIONS(8049), 1, + anon_sym_LBRACE, + ACTIONS(8053), 1, + anon_sym_COLON, + STATE(5091), 1, + sym_type_constraints, + STATE(5357), 1, + sym__block, + STATE(5391), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1776), 24, - anon_sym_as, + ACTIONS(4033), 20, + sym__automatic_semicolon, + sym__string_start, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_COLON_COLON, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_return_AT, + anon_sym_continue_AT, + anon_sym_break_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(4031), 29, + anon_sym_object, + anon_sym_fun, + anon_sym_get, + anon_sym_set, + anon_sym_this, + anon_sym_super, + sym_label, + anon_sym_in, + anon_sym_null, + anon_sym_if, + anon_sym_else, + anon_sym_when, + anon_sym_try, + anon_sym_throw, + anon_sym_return, + anon_sym_continue, + anon_sym_break, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_BANG, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, + sym__alpha_identifier, + [23149] = 7, + ACTIONS(7926), 1, anon_sym_EQ, + ACTIONS(7928), 1, + anon_sym_LBRACE, + STATE(4901), 1, + sym__block, + STATE(5031), 1, + sym_function_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4210), 22, + anon_sym_as, anon_sym_LT, anon_sym_GT, anon_sym_where, @@ -473445,7 +475534,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_set, anon_sym_STAR, anon_sym_in, - anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -473459,18 +475547,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(1778), 33, + ACTIONS(4212), 30, + sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_SEMI, - anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -473493,22 +475578,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [21842] = 3, + [23222] = 7, + ACTIONS(5405), 1, + anon_sym_where, + ACTIONS(5411), 1, + anon_sym_LBRACE, + STATE(4840), 1, + sym_type_constraints, + STATE(5059), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4843), 24, + ACTIONS(4503), 22, anon_sym_as, anon_sym_EQ, anon_sym_LT, anon_sym_GT, - anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, anon_sym_STAR, anon_sym_in, - anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -473522,18 +475613,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4845), 33, + ACTIONS(4505), 30, + sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_SEMI, - anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -473556,13 +475644,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [21908] = 3, + [23295] = 7, + ACTIONS(7926), 1, + anon_sym_EQ, + ACTIONS(7928), 1, + anon_sym_LBRACE, + STATE(4901), 1, + sym__block, + STATE(4939), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4833), 24, + ACTIONS(4422), 22, anon_sym_as, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_where, @@ -473571,7 +475666,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_set, anon_sym_STAR, anon_sym_in, - anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -473585,18 +475679,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4835), 33, + ACTIONS(4424), 30, + sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_SEMI, - anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -473619,76 +475710,84 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [21974] = 3, + [23368] = 5, + ACTIONS(8055), 1, + sym__quest, + STATE(4767), 1, + aux_sym_nullable_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4095), 24, - anon_sym_as, + ACTIONS(4239), 23, + sym__automatic_semicolon, + sym__string_start, + anon_sym_AT, + anon_sym_LBRACK, anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_STAR, + anon_sym_COLON_COLON, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_return_AT, + anon_sym_continue_AT, + anon_sym_break_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(4237), 31, + anon_sym_by, anon_sym_where, - anon_sym_DOT, + anon_sym_object, + anon_sym_fun, anon_sym_get, anon_sym_set, - anon_sym_STAR, + anon_sym_this, + anon_sym_super, + sym_label, anon_sym_in, - anon_sym_while, + anon_sym_null, + anon_sym_if, anon_sym_else, - anon_sym_BANG_EQ, - anon_sym_EQ_EQ, + anon_sym_when, + anon_sym_try, + anon_sym_throw, + anon_sym_return, + anon_sym_continue, + anon_sym_break, anon_sym_is, anon_sym_PLUS, anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + anon_sym_BANG, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, sym__alpha_identifier, - ACTIONS(4097), 33, - sym_safe_nav, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_RBRACK, + [23437] = 7, + ACTIONS(7926), 1, + anon_sym_EQ, + ACTIONS(7928), 1, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_DASH_GT, - sym_label, - anon_sym_DOT_DOT, - anon_sym_QMARK_COLON, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_COLON_COLON, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_as_QMARK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BANG_BANG, - sym__backtick_identifier, - [22040] = 3, + STATE(4901), 1, + sym__block, + STATE(5034), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4981), 24, + ACTIONS(4426), 22, anon_sym_as, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_where, @@ -473697,7 +475796,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_set, anon_sym_STAR, anon_sym_in, - anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -473711,18 +475809,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4983), 33, + ACTIONS(4428), 30, + sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_SEMI, - anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -473745,74 +475840,84 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [22106] = 3, + [23510] = 10, + ACTIONS(5655), 1, + anon_sym_where, + ACTIONS(8047), 1, + anon_sym_EQ, + ACTIONS(8049), 1, + anon_sym_LBRACE, + ACTIONS(8058), 1, + anon_sym_COLON, + STATE(5106), 1, + sym_type_constraints, + STATE(5324), 1, + sym_function_body, + STATE(5357), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4761), 24, - anon_sym_as, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_where, - anon_sym_DOT, + ACTIONS(4101), 20, + sym__automatic_semicolon, + sym__string_start, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_COLON_COLON, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_return_AT, + anon_sym_continue_AT, + anon_sym_break_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(4099), 29, + anon_sym_object, + anon_sym_fun, anon_sym_get, anon_sym_set, - anon_sym_STAR, + anon_sym_this, + anon_sym_super, + sym_label, anon_sym_in, - anon_sym_while, + anon_sym_null, + anon_sym_if, anon_sym_else, - anon_sym_BANG_EQ, - anon_sym_EQ_EQ, + anon_sym_when, + anon_sym_try, + anon_sym_throw, + anon_sym_return, + anon_sym_continue, + anon_sym_break, anon_sym_is, anon_sym_PLUS, anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + anon_sym_BANG, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, sym__alpha_identifier, - ACTIONS(4763), 33, - sym_safe_nav, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, + [23589] = 5, + ACTIONS(8051), 1, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_DASH_GT, - sym_label, - anon_sym_DOT_DOT, - anon_sym_QMARK_COLON, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_COLON_COLON, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_as_QMARK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BANG_BANG, - sym__backtick_identifier, - [22172] = 3, + STATE(4762), 1, + aux_sym__delegation_specifiers_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4985), 24, + ACTIONS(4658), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -473837,18 +475942,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4987), 33, + ACTIONS(4660), 30, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, - anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -473871,11 +475973,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [22238] = 3, + [23658] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4213), 24, + ACTIONS(4511), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -473886,8 +475988,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_set, anon_sym_STAR, anon_sym_in, - anon_sym_while, anon_sym_else, + anon_sym_catch, + anon_sym_finally, anon_sym_BANG_EQ, anon_sym_EQ_EQ, anon_sym_is, @@ -473900,18 +476003,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4215), 33, + ACTIONS(4513), 31, + sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_SEMI, - anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -473934,22 +476035,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [22304] = 3, + [23723] = 8, + ACTIONS(5401), 1, + anon_sym_LBRACE, + ACTIONS(5405), 1, + anon_sym_where, + ACTIONS(5778), 1, + anon_sym_COLON, + STATE(4875), 1, + sym_type_constraints, + STATE(4962), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4805), 24, + ACTIONS(3196), 22, anon_sym_as, anon_sym_EQ, anon_sym_LT, anon_sym_GT, - anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, anon_sym_STAR, anon_sym_in, - anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -473963,18 +476072,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4807), 33, + ACTIONS(3200), 29, + sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_SEMI, - anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -473997,33 +476102,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [22370] = 10, - ACTIONS(5133), 1, - anon_sym_where, - ACTIONS(7855), 1, - anon_sym_LBRACE, - ACTIONS(8029), 1, - anon_sym_COLON, - ACTIONS(8031), 1, + [23798] = 7, + ACTIONS(7926), 1, anon_sym_EQ, - STATE(4641), 1, + ACTIONS(7928), 1, + anon_sym_LBRACE, + STATE(4901), 1, sym__block, - STATE(4677), 1, + STATE(5032), 1, sym_function_body, - STATE(4952), 1, - sym_type_constraints, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4101), 20, + ACTIONS(4047), 22, anon_sym_as, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, + anon_sym_STAR, anon_sym_in, - anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -474031,56 +476131,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4103), 29, + ACTIONS(4049), 30, + sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_SEMI, - anon_sym_STAR, - anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_COLON_COLON, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, anon_sym_BANG_EQ_EQ, anon_sym_EQ_EQ_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_BANGin, anon_sym_BANGis, - anon_sym_PERCENT, anon_sym_as_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [22449] = 3, + [23871] = 7, + ACTIONS(7926), 1, + anon_sym_EQ, + ACTIONS(7928), 1, + anon_sym_LBRACE, + STATE(4901), 1, + sym__block, + STATE(5051), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4304), 25, + ACTIONS(4085), 22, anon_sym_as, - anon_sym_EQ, - anon_sym_by, anon_sym_LT, anon_sym_GT, anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, - sym__quest, anon_sym_STAR, anon_sym_in, anon_sym_else, @@ -474096,12 +476203,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4306), 31, + ACTIONS(4087), 30, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, @@ -474128,17 +476234,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [22514] = 5, - ACTIONS(8033), 1, - aux_sym_unsigned_literal_token1, - ACTIONS(8035), 1, - anon_sym_L, + [23944] = 7, + ACTIONS(7926), 1, + anon_sym_EQ, + ACTIONS(7928), 1, + anon_sym_LBRACE, + STATE(4901), 1, + sym__block, + STATE(5017), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4473), 23, + ACTIONS(4031), 22, anon_sym_as, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_where, @@ -474160,12 +476269,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4475), 31, + ACTIONS(4033), 30, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, @@ -474192,93 +476300,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [22583] = 10, - ACTIONS(5681), 1, + [24017] = 9, + ACTIONS(5405), 1, anon_sym_where, - ACTIONS(8037), 1, - anon_sym_COLON, - ACTIONS(8039), 1, - anon_sym_EQ, - ACTIONS(8041), 1, + ACTIONS(7928), 1, anon_sym_LBRACE, - STATE(5123), 1, - sym_type_constraints, - STATE(5299), 1, + ACTIONS(7971), 1, + anon_sym_EQ, + STATE(4901), 1, sym__block, - STATE(5321), 1, + STATE(5017), 1, sym_function_body, + STATE(5019), 1, + sym_type_constraints, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4075), 20, - sym__automatic_semicolon, - sym__string_start, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_COLON_COLON, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_return_AT, - anon_sym_continue_AT, - anon_sym_break_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(4073), 29, - anon_sym_object, - anon_sym_fun, - anon_sym_get, - anon_sym_set, - anon_sym_this, - anon_sym_super, - sym_label, - anon_sym_in, - anon_sym_null, - anon_sym_if, - anon_sym_else, - anon_sym_when, - anon_sym_try, - anon_sym_throw, - anon_sym_return, - anon_sym_continue, - anon_sym_break, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_BANG, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [22662] = 3, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4396), 25, + ACTIONS(4031), 21, anon_sym_as, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, - anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, anon_sym_STAR, anon_sym_in, anon_sym_else, - anon_sym_catch, - anon_sym_finally, anon_sym_BANG_EQ, anon_sym_EQ_EQ, anon_sym_is, @@ -474291,15 +476338,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4398), 31, + ACTIONS(4033), 29, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_COMMA, anon_sym_SEMI, sym_label, anon_sym_DOT_DOT, @@ -474323,77 +476368,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [22727] = 5, - ACTIONS(8043), 1, - sym__quest, - STATE(4762), 1, - aux_sym_nullable_type_repeat1, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4187), 23, - sym__automatic_semicolon, - sym__string_start, - anon_sym_AT, - anon_sym_LBRACK, + [24094] = 7, + ACTIONS(7926), 1, anon_sym_EQ, + ACTIONS(7928), 1, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_STAR, - anon_sym_COLON_COLON, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_return_AT, - anon_sym_continue_AT, - anon_sym_break_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(4185), 31, - anon_sym_by, - anon_sym_where, - anon_sym_object, - anon_sym_fun, - anon_sym_get, - anon_sym_set, - anon_sym_this, - anon_sym_super, - sym_label, - anon_sym_in, - anon_sym_null, - anon_sym_if, - anon_sym_else, - anon_sym_when, - anon_sym_try, - anon_sym_throw, - anon_sym_return, - anon_sym_continue, - anon_sym_break, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_BANG, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [22796] = 3, + STATE(4901), 1, + sym__block, + STATE(4912), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4374), 25, + ACTIONS(4099), 22, anon_sym_as, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_where, @@ -474403,8 +476391,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_in, anon_sym_else, - anon_sym_catch, - anon_sym_finally, anon_sym_BANG_EQ, anon_sym_EQ_EQ, anon_sym_is, @@ -474417,12 +476403,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4376), 31, + ACTIONS(4101), 30, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, @@ -474449,24 +476434,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [22861] = 3, + [24167] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4378), 25, + ACTIONS(4491), 25, anon_sym_as, anon_sym_EQ, + anon_sym_by, anon_sym_LT, anon_sym_GT, anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, + sym__quest, anon_sym_STAR, anon_sym_in, anon_sym_else, - anon_sym_catch, - anon_sym_finally, anon_sym_BANG_EQ, anon_sym_EQ_EQ, anon_sym_is, @@ -474479,7 +476464,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4380), 31, + ACTIONS(4493), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -474511,88 +476496,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [22926] = 10, - ACTIONS(5681), 1, - anon_sym_where, - ACTIONS(8039), 1, - anon_sym_EQ, - ACTIONS(8041), 1, - anon_sym_LBRACE, - ACTIONS(8045), 1, - anon_sym_COLON, - STATE(5113), 1, - sym_type_constraints, - STATE(5299), 1, - sym__block, - STATE(5358), 1, - sym_function_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4085), 20, - sym__automatic_semicolon, - sym__string_start, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_COLON_COLON, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_return_AT, - anon_sym_continue_AT, - anon_sym_break_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(4083), 29, - anon_sym_object, - anon_sym_fun, - anon_sym_get, - anon_sym_set, - anon_sym_this, - anon_sym_super, - sym_label, - anon_sym_in, - anon_sym_null, - anon_sym_if, - anon_sym_else, - anon_sym_when, - anon_sym_try, - anon_sym_throw, - anon_sym_return, - anon_sym_continue, - anon_sym_break, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_BANG, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [23005] = 7, - ACTIONS(7940), 1, + [24232] = 7, + ACTIONS(7926), 1, anon_sym_EQ, - ACTIONS(7942), 1, + ACTIONS(7928), 1, anon_sym_LBRACE, - STATE(5001), 1, + STATE(4901), 1, sym__block, - STATE(5006), 1, + STATE(4932), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4382), 22, + ACTIONS(4260), 22, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -474615,7 +476531,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4384), 30, + ACTIONS(4262), 30, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -474646,23 +476562,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [23078] = 4, - ACTIONS(4223), 1, - anon_sym_DASH_GT, + [24305] = 10, + ACTIONS(5655), 1, + anon_sym_where, + ACTIONS(8047), 1, + anon_sym_EQ, + ACTIONS(8049), 1, + anon_sym_LBRACE, + ACTIONS(8060), 1, + anon_sym_COLON, + STATE(5107), 1, + sym_type_constraints, + STATE(5357), 1, + sym__block, + STATE(5371), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4221), 24, + ACTIONS(4049), 20, sym__automatic_semicolon, sym__string_start, anon_sym_AT, anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_COMMA, - sym__quest, anon_sym_STAR, anon_sym_COLON_COLON, anon_sym_BANGin, @@ -474677,9 +476601,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4219), 31, - anon_sym_by, - anon_sym_where, + ACTIONS(4047), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -474709,33 +476631,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [23145] = 10, - ACTIONS(5133), 1, - anon_sym_where, - ACTIONS(7855), 1, - anon_sym_LBRACE, - ACTIONS(8031), 1, + [24384] = 7, + ACTIONS(7926), 1, anon_sym_EQ, - ACTIONS(8047), 1, - anon_sym_COLON, - STATE(4641), 1, + ACTIONS(7928), 1, + anon_sym_LBRACE, + STATE(4901), 1, sym__block, - STATE(4708), 1, + STATE(4949), 1, sym_function_body, - STATE(5003), 1, - sym_type_constraints, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4095), 20, + ACTIONS(4256), 22, anon_sym_as, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, + anon_sym_STAR, anon_sym_in, - anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -474743,56 +476660,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4097), 29, + ACTIONS(4258), 30, + sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_SEMI, - anon_sym_STAR, - anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_COLON_COLON, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, anon_sym_BANG_EQ_EQ, anon_sym_EQ_EQ_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_BANGin, anon_sym_BANGis, - anon_sym_PERCENT, anon_sym_as_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [23224] = 3, + [24457] = 7, + ACTIONS(7926), 1, + anon_sym_EQ, + ACTIONS(7928), 1, + anon_sym_LBRACE, + STATE(4901), 1, + sym__block, + STATE(4954), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4440), 25, + ACTIONS(4487), 22, anon_sym_as, - anon_sym_EQ, - anon_sym_by, anon_sym_LT, anon_sym_GT, anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, - sym__quest, anon_sym_STAR, anon_sym_in, anon_sym_else, @@ -474808,12 +476732,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4442), 31, + ACTIONS(4489), 30, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, @@ -474840,11 +476763,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [23289] = 3, + [24530] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4426), 25, + ACTIONS(4272), 25, anon_sym_as, anon_sym_EQ, anon_sym_by, @@ -474870,7 +476793,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4428), 31, + ACTIONS(4274), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -474902,79 +476825,84 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [23354] = 5, + [24595] = 10, + ACTIONS(5655), 1, + anon_sym_where, + ACTIONS(8047), 1, + anon_sym_EQ, ACTIONS(8049), 1, - anon_sym_COMMA, - STATE(4534), 1, - aux_sym__delegation_specifiers_repeat1, + anon_sym_LBRACE, + ACTIONS(8062), 1, + anon_sym_COLON, + STATE(5127), 1, + sym_type_constraints, + STATE(5289), 1, + sym_function_body, + STATE(5357), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4684), 24, - anon_sym_as, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_where, - anon_sym_DOT, + ACTIONS(4043), 20, + sym__automatic_semicolon, + sym__string_start, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_COLON_COLON, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_return_AT, + anon_sym_continue_AT, + anon_sym_break_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(4041), 29, + anon_sym_object, + anon_sym_fun, anon_sym_get, anon_sym_set, - anon_sym_STAR, + anon_sym_this, + anon_sym_super, + sym_label, anon_sym_in, - anon_sym_while, + anon_sym_null, + anon_sym_if, anon_sym_else, - anon_sym_BANG_EQ, - anon_sym_EQ_EQ, + anon_sym_when, + anon_sym_try, + anon_sym_throw, + anon_sym_return, + anon_sym_continue, + anon_sym_break, anon_sym_is, anon_sym_PLUS, anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + anon_sym_BANG, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, sym__alpha_identifier, - ACTIONS(4686), 30, - sym_safe_nav, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_SEMI, - sym_label, - anon_sym_DOT_DOT, - anon_sym_QMARK_COLON, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_COLON_COLON, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_as_QMARK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BANG_BANG, - sym__backtick_identifier, - [23423] = 5, - ACTIONS(8049), 1, - anon_sym_COMMA, - STATE(4759), 1, - aux_sym__delegation_specifiers_repeat1, + [24674] = 5, + ACTIONS(8064), 1, + anon_sym_by, + STATE(4982), 1, + sym_value_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4678), 24, + ACTIONS(4416), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -474985,7 +476913,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_set, anon_sym_STAR, anon_sym_in, - anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -474999,14 +476926,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4680), 30, + ACTIONS(4418), 31, + sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_RPAREN, + anon_sym_COMMA, anon_sym_SEMI, sym_label, anon_sym_DOT_DOT, @@ -475030,31 +476958,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [23492] = 10, - ACTIONS(5681), 1, - anon_sym_where, - ACTIONS(8039), 1, - anon_sym_EQ, - ACTIONS(8041), 1, - anon_sym_LBRACE, - ACTIONS(8051), 1, - anon_sym_COLON, - STATE(5100), 1, - sym_type_constraints, - STATE(5299), 1, - sym__block, - STATE(5366), 1, - sym_function_body, + [24743] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4091), 20, + ACTIONS(4473), 24, sym__automatic_semicolon, sym__string_start, anon_sym_AT, anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_COMMA, + sym__quest, anon_sym_STAR, anon_sym_COLON_COLON, anon_sym_BANGin, @@ -475069,9 +476987,12 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4089), 29, + ACTIONS(4471), 32, + anon_sym_by, + anon_sym_where, anon_sym_object, anon_sym_fun, + anon_sym_DOT, anon_sym_get, anon_sym_set, anon_sym_this, @@ -475099,15 +477020,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [23571] = 5, - ACTIONS(8053), 1, - sym__quest, - STATE(4764), 1, - aux_sym_nullable_type_repeat1, + [24808] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4265), 23, + ACTIONS(4493), 24, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -475117,6 +477034,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, + sym__quest, anon_sym_STAR, anon_sym_COLON_COLON, anon_sym_BANGin, @@ -475131,11 +477049,12 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4263), 31, + ACTIONS(4491), 32, anon_sym_by, anon_sym_where, anon_sym_object, anon_sym_fun, + anon_sym_DOT, anon_sym_get, anon_sym_set, anon_sym_this, @@ -475163,77 +477082,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [23640] = 3, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4444), 25, - anon_sym_as, - anon_sym_EQ, - anon_sym_by, - anon_sym_LT, - anon_sym_GT, - anon_sym_where, - anon_sym_DOT, - anon_sym_get, - anon_sym_set, - sym__quest, - anon_sym_STAR, - anon_sym_in, - anon_sym_else, - anon_sym_BANG_EQ, - anon_sym_EQ_EQ, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4446), 31, - sym__automatic_semicolon, - sym_safe_nav, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_SEMI, - sym_label, - anon_sym_DOT_DOT, - anon_sym_QMARK_COLON, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_COLON_COLON, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_as_QMARK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BANG_BANG, - sym__backtick_identifier, - [23705] = 5, - ACTIONS(8055), 1, - sym__quest, - STATE(4764), 1, - aux_sym_nullable_type_repeat1, + [24873] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4313), 23, + ACTIONS(4274), 24, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -475243,6 +477096,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, + sym__quest, anon_sym_STAR, anon_sym_COLON_COLON, anon_sym_BANGin, @@ -475257,11 +477111,12 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4311), 31, + ACTIONS(4272), 32, anon_sym_by, anon_sym_where, anon_sym_object, anon_sym_fun, + anon_sym_DOT, anon_sym_get, anon_sym_set, anon_sym_this, @@ -475289,30 +477144,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [23774] = 8, - ACTIONS(7855), 1, - anon_sym_LBRACE, - ACTIONS(7916), 1, - anon_sym_EQ, - ACTIONS(8058), 1, - anon_sym_COLON, - STATE(4598), 1, - sym_function_body, - STATE(4641), 1, - sym__block, + [24938] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4326), 22, + ACTIONS(4515), 25, anon_sym_as, + anon_sym_EQ, + anon_sym_by, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, + sym__quest, anon_sym_STAR, anon_sym_in, - anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -475326,13 +477174,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4328), 29, + ACTIONS(4517), 31, + sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_RPAREN, + anon_sym_COMMA, anon_sym_SEMI, sym_label, anon_sym_DOT_DOT, @@ -475356,21 +477206,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [23849] = 8, - ACTIONS(7855), 1, + [25003] = 8, + ACTIONS(7866), 1, anon_sym_LBRACE, - ACTIONS(7916), 1, + ACTIONS(7943), 1, anon_sym_EQ, - ACTIONS(8060), 1, + ACTIONS(8066), 1, anon_sym_COLON, - STATE(4641), 1, - sym__block, - STATE(4730), 1, + STATE(4689), 1, sym_function_body, + STATE(4690), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4336), 22, + ACTIONS(4326), 22, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -475393,7 +477243,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4338), 29, + ACTIONS(4328), 29, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -475423,84 +477273,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [23924] = 10, - ACTIONS(5681), 1, - anon_sym_where, - ACTIONS(8039), 1, - anon_sym_EQ, - ACTIONS(8041), 1, - anon_sym_LBRACE, - ACTIONS(8062), 1, - anon_sym_COLON, - STATE(5077), 1, - sym_type_constraints, - STATE(5282), 1, - sym_function_body, - STATE(5299), 1, - sym__block, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4097), 20, - sym__automatic_semicolon, - sym__string_start, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_COLON_COLON, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_return_AT, - anon_sym_continue_AT, - anon_sym_break_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(4095), 29, - anon_sym_object, - anon_sym_fun, - anon_sym_get, - anon_sym_set, - anon_sym_this, - anon_sym_super, - sym_label, - anon_sym_in, - anon_sym_null, - anon_sym_if, - anon_sym_else, - anon_sym_when, - anon_sym_try, - anon_sym_throw, - anon_sym_return, - anon_sym_continue, - anon_sym_break, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_BANG, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [24003] = 5, - ACTIONS(8043), 1, - sym__quest, - STATE(4762), 1, - aux_sym_nullable_type_repeat1, + [25078] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4296), 23, + ACTIONS(4517), 24, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -475510,6 +477287,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, + sym__quest, anon_sym_STAR, anon_sym_COLON_COLON, anon_sym_BANGin, @@ -475524,11 +477302,12 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4294), 31, + ACTIONS(4515), 32, anon_sym_by, anon_sym_where, anon_sym_object, anon_sym_fun, + anon_sym_DOT, anon_sym_get, anon_sym_set, anon_sym_this, @@ -475556,22 +477335,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [24072] = 8, - ACTIONS(7855), 1, + [25143] = 8, + ACTIONS(5405), 1, + anon_sym_where, + ACTIONS(5411), 1, anon_sym_LBRACE, - ACTIONS(7916), 1, - anon_sym_EQ, - ACTIONS(8064), 1, + ACTIONS(5639), 1, anon_sym_COLON, - STATE(4634), 1, - sym_function_body, - STATE(4641), 1, - sym__block, + STATE(4885), 1, + sym_type_constraints, + STATE(4917), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4191), 22, + ACTIONS(3212), 22, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_DOT, @@ -475579,7 +477359,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_set, anon_sym_STAR, anon_sym_in, - anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -475593,13 +477372,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4193), 29, + ACTIONS(3216), 29, + sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_SEMI, sym_label, anon_sym_DOT_DOT, @@ -475623,22 +477402,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [24147] = 6, - ACTIONS(5397), 1, + [25218] = 8, + ACTIONS(5401), 1, anon_sym_LBRACE, - ACTIONS(8066), 1, + ACTIONS(5405), 1, + anon_sym_where, + ACTIONS(8068), 1, anon_sym_COLON, - STATE(4997), 1, + STATE(4868), 1, + sym_type_constraints, + STATE(5081), 1, sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4517), 23, + ACTIONS(4188), 22, anon_sym_as, anon_sym_EQ, anon_sym_LT, anon_sym_GT, - anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -475657,14 +477439,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4519), 30, + ACTIONS(4190), 29, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_COMMA, anon_sym_SEMI, sym_label, anon_sym_DOT_DOT, @@ -475688,32 +477469,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [24218] = 9, - ACTIONS(5342), 1, - anon_sym_where, - ACTIONS(7942), 1, - anon_sym_LBRACE, - ACTIONS(7997), 1, - anon_sym_EQ, - STATE(4922), 1, - sym_type_constraints, - STATE(4925), 1, - sym_function_body, - STATE(5001), 1, - sym__block, + [25293] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4181), 21, + ACTIONS(4497), 25, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, anon_sym_STAR, anon_sym_in, anon_sym_else, + anon_sym_catch, + anon_sym_finally, anon_sym_BANG_EQ, anon_sym_EQ_EQ, anon_sym_is, @@ -475726,13 +477499,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4183), 29, + ACTIONS(4499), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_SEMI, sym_label, anon_sym_DOT_DOT, @@ -475756,91 +477531,85 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [24295] = 10, - ACTIONS(5681), 1, - anon_sym_where, - ACTIONS(8039), 1, - anon_sym_EQ, - ACTIONS(8041), 1, - anon_sym_LBRACE, - ACTIONS(8068), 1, - anon_sym_COLON, - STATE(5086), 1, - sym_type_constraints, - STATE(5299), 1, - sym__block, - STATE(5308), 1, - sym_function_body, + [25358] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4103), 20, - sym__automatic_semicolon, - sym__string_start, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_COLON_COLON, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_return_AT, - anon_sym_continue_AT, - anon_sym_break_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(4101), 29, - anon_sym_object, - anon_sym_fun, + ACTIONS(4507), 25, + anon_sym_as, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_where, + anon_sym_DOT, anon_sym_get, anon_sym_set, - anon_sym_this, - anon_sym_super, - sym_label, + anon_sym_STAR, anon_sym_in, - anon_sym_null, - anon_sym_if, anon_sym_else, - anon_sym_when, - anon_sym_try, - anon_sym_throw, - anon_sym_return, - anon_sym_continue, - anon_sym_break, + anon_sym_catch, + anon_sym_finally, + anon_sym_BANG_EQ, + anon_sym_EQ_EQ, anon_sym_is, anon_sym_PLUS, anon_sym_DASH, - anon_sym_BANG, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, sym__alpha_identifier, - [24374] = 6, - ACTIONS(5397), 1, + ACTIONS(4509), 31, + sym__automatic_semicolon, + sym_safe_nav, + anon_sym_AT, + anon_sym_LBRACK, anon_sym_LBRACE, - ACTIONS(8070), 1, - anon_sym_COLON, - STATE(4949), 1, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_SEMI, + sym_label, + anon_sym_DOT_DOT, + anon_sym_QMARK_COLON, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_COLON_COLON, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_as_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG_BANG, + sym__backtick_identifier, + [25423] = 7, + ACTIONS(5401), 1, + anon_sym_LBRACE, + ACTIONS(5405), 1, + anon_sym_where, + STATE(4891), 1, + sym_type_constraints, + STATE(4990), 1, sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4509), 23, + ACTIONS(4303), 22, anon_sym_as, anon_sym_EQ, anon_sym_LT, anon_sym_GT, - anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -475859,7 +477628,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4511), 30, + ACTIONS(4305), 30, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -475890,143 +477659,222 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [24445] = 3, + [25496] = 10, + ACTIONS(5121), 1, + anon_sym_where, + ACTIONS(7866), 1, + anon_sym_LBRACE, + ACTIONS(8039), 1, + anon_sym_EQ, + ACTIONS(8070), 1, + anon_sym_COLON, + STATE(4619), 1, + sym_function_body, + STATE(4690), 1, + sym__block, + STATE(4927), 1, + sym_type_constraints, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4428), 24, - sym__automatic_semicolon, - sym__string_start, + ACTIONS(4041), 20, + anon_sym_as, + anon_sym_LT, + anon_sym_GT, + anon_sym_DOT, + anon_sym_get, + anon_sym_set, + anon_sym_in, + anon_sym_while, + anon_sym_else, + anon_sym_BANG_EQ, + anon_sym_EQ_EQ, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4043), 29, + sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_LBRACE, + anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, - sym__quest, + anon_sym_RPAREN, + anon_sym_SEMI, anon_sym_STAR, + anon_sym_DASH_GT, + sym_label, + anon_sym_DOT_DOT, + anon_sym_QMARK_COLON, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_COLON_COLON, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_BANGin, anon_sym_BANGis, + anon_sym_PERCENT, + anon_sym_as_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_return_AT, - anon_sym_continue_AT, - anon_sym_break_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, + anon_sym_BANG_BANG, sym__backtick_identifier, - ACTIONS(4426), 32, - anon_sym_by, + [25575] = 7, + ACTIONS(5401), 1, + anon_sym_LBRACE, + ACTIONS(5405), 1, anon_sym_where, - anon_sym_object, - anon_sym_fun, + STATE(4868), 1, + sym_type_constraints, + STATE(5081), 1, + sym_class_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4188), 22, + anon_sym_as, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, anon_sym_DOT, anon_sym_get, anon_sym_set, - anon_sym_this, - anon_sym_super, - sym_label, + anon_sym_STAR, anon_sym_in, - anon_sym_null, - anon_sym_if, anon_sym_else, - anon_sym_when, - anon_sym_try, - anon_sym_throw, - anon_sym_return, - anon_sym_continue, - anon_sym_break, + anon_sym_BANG_EQ, + anon_sym_EQ_EQ, anon_sym_is, anon_sym_PLUS, anon_sym_DASH, - anon_sym_BANG, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, sym__alpha_identifier, - [24510] = 3, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4306), 24, + ACTIONS(4190), 30, sym__automatic_semicolon, - sym__string_start, + sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, - sym__quest, - anon_sym_STAR, + anon_sym_SEMI, + sym_label, + anon_sym_DOT_DOT, + anon_sym_QMARK_COLON, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_COLON_COLON, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_BANGin, anon_sym_BANGis, + anon_sym_as_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_return_AT, - anon_sym_continue_AT, - anon_sym_break_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, + anon_sym_BANG_BANG, sym__backtick_identifier, - ACTIONS(4304), 32, - anon_sym_by, + [25648] = 7, + ACTIONS(5401), 1, + anon_sym_LBRACE, + ACTIONS(5405), 1, anon_sym_where, - anon_sym_object, - anon_sym_fun, + STATE(4854), 1, + sym_type_constraints, + STATE(5059), 1, + sym_class_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4503), 22, + anon_sym_as, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, anon_sym_DOT, anon_sym_get, anon_sym_set, - anon_sym_this, - anon_sym_super, - sym_label, + anon_sym_STAR, anon_sym_in, - anon_sym_null, - anon_sym_if, anon_sym_else, - anon_sym_when, - anon_sym_try, - anon_sym_throw, - anon_sym_return, - anon_sym_continue, - anon_sym_break, + anon_sym_BANG_EQ, + anon_sym_EQ_EQ, anon_sym_is, anon_sym_PLUS, anon_sym_DASH, - anon_sym_BANG, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, sym__alpha_identifier, - [24575] = 7, - ACTIONS(5336), 1, + ACTIONS(4505), 30, + sym__automatic_semicolon, + sym_safe_nav, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_SEMI, + sym_label, + anon_sym_DOT_DOT, + anon_sym_QMARK_COLON, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_COLON_COLON, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_as_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG_BANG, + sym__backtick_identifier, + [25721] = 8, + ACTIONS(5401), 1, anon_sym_LBRACE, - ACTIONS(5342), 1, + ACTIONS(5405), 1, anon_sym_where, - STATE(4880), 1, + ACTIONS(8072), 1, + anon_sym_COLON, + STATE(4891), 1, sym_type_constraints, - STATE(4929), 1, - sym_enum_class_body, + STATE(4990), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4495), 22, + ACTIONS(4303), 22, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -476049,14 +477897,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4497), 30, + ACTIONS(4305), 29, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_COMMA, anon_sym_SEMI, sym_label, anon_sym_DOT_DOT, @@ -476080,24 +477927,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [24648] = 9, - ACTIONS(5342), 1, + [25796] = 8, + ACTIONS(5405), 1, anon_sym_where, - ACTIONS(7942), 1, + ACTIONS(5411), 1, anon_sym_LBRACE, - ACTIONS(7997), 1, - anon_sym_EQ, - STATE(4947), 1, + ACTIONS(5719), 1, + anon_sym_COLON, + STATE(4876), 1, sym_type_constraints, - STATE(4950), 1, - sym_function_body, - STATE(5001), 1, - sym__block, + STATE(4973), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4300), 21, + ACTIONS(3186), 22, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_DOT, @@ -476118,7 +477964,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4302), 29, + ACTIONS(3190), 29, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -476148,81 +477994,83 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [24725] = 3, + [25871] = 5, + ACTIONS(8074), 1, + aux_sym_unsigned_literal_token1, + ACTIONS(8076), 1, + anon_sym_L, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4442), 24, - sym__automatic_semicolon, - sym__string_start, - anon_sym_AT, - anon_sym_LBRACK, + ACTIONS(4477), 23, + anon_sym_as, anon_sym_EQ, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_COMMA, - sym__quest, - anon_sym_STAR, - anon_sym_COLON_COLON, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_return_AT, - anon_sym_continue_AT, - anon_sym_break_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(4440), 32, - anon_sym_by, + anon_sym_LT, + anon_sym_GT, anon_sym_where, - anon_sym_object, - anon_sym_fun, anon_sym_DOT, anon_sym_get, anon_sym_set, - anon_sym_this, - anon_sym_super, - sym_label, + anon_sym_STAR, anon_sym_in, - anon_sym_null, - anon_sym_if, anon_sym_else, - anon_sym_when, - anon_sym_try, - anon_sym_throw, - anon_sym_return, - anon_sym_continue, - anon_sym_break, + anon_sym_BANG_EQ, + anon_sym_EQ_EQ, anon_sym_is, anon_sym_PLUS, anon_sym_DASH, - anon_sym_BANG, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, sym__alpha_identifier, - [24790] = 7, - ACTIONS(5336), 1, + ACTIONS(4479), 31, + sym__automatic_semicolon, + sym_safe_nav, + anon_sym_AT, + anon_sym_LBRACK, anon_sym_LBRACE, - ACTIONS(5342), 1, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_SEMI, + sym_label, + anon_sym_DOT_DOT, + anon_sym_QMARK_COLON, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_COLON_COLON, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_as_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG_BANG, + sym__backtick_identifier, + [25940] = 7, + ACTIONS(5405), 1, anon_sym_where, - STATE(4864), 1, + ACTIONS(5411), 1, + anon_sym_LBRACE, + STATE(4856), 1, sym_type_constraints, - STATE(4958), 1, + STATE(5001), 1, sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4460), 22, + ACTIONS(4231), 22, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -476245,7 +478093,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4462), 30, + ACTIONS(4233), 30, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -476276,21 +478124,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [24863] = 7, - ACTIONS(5342), 1, + [26013] = 9, + ACTIONS(5405), 1, anon_sym_where, - ACTIONS(5397), 1, + ACTIONS(7928), 1, anon_sym_LBRACE, - STATE(4863), 1, + ACTIONS(7971), 1, + anon_sym_EQ, + STATE(4901), 1, + sym__block, + STATE(4949), 1, + sym_function_body, + STATE(4952), 1, sym_type_constraints, - STATE(4975), 1, - sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4448), 22, + ACTIONS(4256), 21, anon_sym_as, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_DOT, @@ -476311,14 +478162,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4450), 30, + ACTIONS(4258), 29, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_COMMA, anon_sym_SEMI, sym_label, anon_sym_DOT_DOT, @@ -476342,20 +478192,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [24936] = 7, - ACTIONS(7940), 1, - anon_sym_EQ, - ACTIONS(7942), 1, + [26090] = 6, + ACTIONS(5401), 1, anon_sym_LBRACE, - STATE(4939), 1, - sym_function_body, - STATE(5001), 1, - sym__block, + ACTIONS(8078), 1, + anon_sym_COLON, + STATE(4984), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4386), 22, + ACTIONS(4386), 23, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_where, @@ -476408,26 +478257,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [25009] = 9, - ACTIONS(5342), 1, - anon_sym_where, - ACTIONS(7942), 1, + [26161] = 6, + ACTIONS(5401), 1, anon_sym_LBRACE, - ACTIONS(7997), 1, - anon_sym_EQ, - STATE(4962), 1, - sym_type_constraints, - STATE(4964), 1, - sym_function_body, - STATE(5001), 1, - sym__block, + ACTIONS(8080), 1, + anon_sym_COLON, + STATE(4925), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4101), 21, + ACTIONS(4410), 23, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -476446,13 +478291,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4103), 29, + ACTIONS(4412), 30, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_SEMI, sym_label, anon_sym_DOT_DOT, @@ -476476,19 +478322,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [25086] = 7, - ACTIONS(5336), 1, + [26232] = 8, + ACTIONS(5401), 1, anon_sym_LBRACE, - ACTIONS(5342), 1, + ACTIONS(5405), 1, anon_sym_where, - STATE(4857), 1, + ACTIONS(5657), 1, + anon_sym_COLON, + STATE(4867), 1, sym_type_constraints, - STATE(4975), 1, - sym_enum_class_body, + STATE(4973), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4448), 22, + ACTIONS(3186), 22, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -476511,14 +478359,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4450), 30, + ACTIONS(3190), 29, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_COMMA, anon_sym_SEMI, sym_label, anon_sym_DOT_DOT, @@ -476542,21 +478389,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [25159] = 8, - ACTIONS(5336), 1, - anon_sym_LBRACE, - ACTIONS(5342), 1, + [26307] = 7, + ACTIONS(5405), 1, anon_sym_where, - ACTIONS(8072), 1, - anon_sym_COLON, - STATE(4850), 1, + ACTIONS(5411), 1, + anon_sym_LBRACE, + STATE(4883), 1, sym_type_constraints, - STATE(4991), 1, + STATE(4934), 1, sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4213), 22, + ACTIONS(4392), 22, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -476579,13 +478424,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4215), 29, + ACTIONS(4394), 30, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_SEMI, sym_label, anon_sym_DOT_DOT, @@ -476609,28 +478455,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [25234] = 7, - ACTIONS(5336), 1, - anon_sym_LBRACE, - ACTIONS(5342), 1, + [26380] = 10, + ACTIONS(5121), 1, anon_sym_where, - STATE(4850), 1, + ACTIONS(7866), 1, + anon_sym_LBRACE, + ACTIONS(8039), 1, + anon_sym_EQ, + ACTIONS(8082), 1, + anon_sym_COLON, + STATE(4580), 1, + sym_function_body, + STATE(4690), 1, + sym__block, + STATE(4965), 1, sym_type_constraints, - STATE(4991), 1, - sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4213), 22, + ACTIONS(4099), 20, anon_sym_as, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_DOT, anon_sym_get, anon_sym_set, - anon_sym_STAR, anon_sym_in, + anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -476638,58 +478489,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4215), 30, - sym__automatic_semicolon, + ACTIONS(4101), 29, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_SEMI, + anon_sym_STAR, + anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_COLON_COLON, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, anon_sym_BANG_EQ_EQ, anon_sym_EQ_EQ_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_BANGin, anon_sym_BANGis, + anon_sym_PERCENT, anon_sym_as_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [25307] = 7, - ACTIONS(5342), 1, - anon_sym_where, - ACTIONS(5397), 1, + [26459] = 8, + ACTIONS(7866), 1, anon_sym_LBRACE, - STATE(4848), 1, - sym_type_constraints, - STATE(5016), 1, - sym_class_body, + ACTIONS(7943), 1, + anon_sym_EQ, + ACTIONS(8084), 1, + anon_sym_COLON, + STATE(4685), 1, + sym_function_body, + STATE(4690), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4422), 22, + ACTIONS(4210), 22, anon_sym_as, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_DOT, @@ -476697,6 +478547,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_set, anon_sym_STAR, anon_sym_in, + anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -476710,14 +478561,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4424), 30, - sym__automatic_semicolon, + ACTIONS(4212), 29, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_SEMI, sym_label, anon_sym_DOT_DOT, @@ -476741,23 +478591,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [25380] = 9, - ACTIONS(5342), 1, - anon_sym_where, - ACTIONS(7942), 1, + [26534] = 8, + ACTIONS(7866), 1, anon_sym_LBRACE, - ACTIONS(7997), 1, + ACTIONS(7943), 1, anon_sym_EQ, - STATE(5001), 1, - sym__block, - STATE(5008), 1, + ACTIONS(8086), 1, + anon_sym_COLON, + STATE(4628), 1, sym_function_body, - STATE(5010), 1, - sym_type_constraints, + STATE(4690), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4095), 21, + ACTIONS(4198), 22, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -476766,6 +478614,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_set, anon_sym_STAR, anon_sym_in, + anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -476779,13 +478628,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4097), 29, - sym__automatic_semicolon, + ACTIONS(4200), 29, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_SEMI, sym_label, anon_sym_DOT_DOT, @@ -476809,11 +478658,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [25457] = 3, + [26609] = 5, + ACTIONS(8043), 1, + sym__quest, + STATE(4756), 1, + aux_sym_nullable_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4446), 24, + ACTIONS(4324), 23, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -476823,7 +478676,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, - sym__quest, anon_sym_STAR, anon_sym_COLON_COLON, anon_sym_BANGin, @@ -476838,12 +478690,11 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4444), 32, + ACTIONS(4322), 31, anon_sym_by, anon_sym_where, anon_sym_object, anon_sym_fun, - anon_sym_DOT, anon_sym_get, anon_sym_set, anon_sym_this, @@ -476871,19 +478722,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [25522] = 7, - ACTIONS(5336), 1, - anon_sym_LBRACE, - ACTIONS(5342), 1, + [26678] = 8, + ACTIONS(5405), 1, anon_sym_where, - STATE(4838), 1, + ACTIONS(5411), 1, + anon_sym_LBRACE, + ACTIONS(8088), 1, + anon_sym_COLON, + STATE(4856), 1, sym_type_constraints, - STATE(5016), 1, + STATE(5001), 1, sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4422), 22, + ACTIONS(4231), 22, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -476906,14 +478759,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4424), 30, + ACTIONS(4233), 29, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_COMMA, anon_sym_SEMI, sym_label, anon_sym_DOT_DOT, @@ -476937,21 +478789,87 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [25595] = 7, - ACTIONS(5342), 1, + [26753] = 4, + ACTIONS(4268), 1, + anon_sym_DASH_GT, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4266), 24, + sym__automatic_semicolon, + sym__string_start, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + sym__quest, + anon_sym_STAR, + anon_sym_COLON_COLON, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_return_AT, + anon_sym_continue_AT, + anon_sym_break_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(4264), 31, + anon_sym_by, anon_sym_where, - ACTIONS(5397), 1, + anon_sym_object, + anon_sym_fun, + anon_sym_get, + anon_sym_set, + anon_sym_this, + anon_sym_super, + sym_label, + anon_sym_in, + anon_sym_null, + anon_sym_if, + anon_sym_else, + anon_sym_when, + anon_sym_try, + anon_sym_throw, + anon_sym_return, + anon_sym_continue, + anon_sym_break, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_BANG, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, + sym__alpha_identifier, + [26820] = 9, + ACTIONS(5405), 1, + anon_sym_where, + ACTIONS(7928), 1, anon_sym_LBRACE, - STATE(4834), 1, + ACTIONS(7971), 1, + anon_sym_EQ, + STATE(4901), 1, + sym__block, + STATE(4930), 1, sym_type_constraints, - STATE(5019), 1, - sym_class_body, + STATE(4932), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4481), 22, + ACTIONS(4260), 21, anon_sym_as, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_DOT, @@ -476972,14 +478890,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4483), 30, + ACTIONS(4262), 29, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_COMMA, anon_sym_SEMI, sym_label, anon_sym_DOT_DOT, @@ -477003,25 +478920,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [25668] = 10, - ACTIONS(5133), 1, + [26897] = 10, + ACTIONS(5121), 1, anon_sym_where, - ACTIONS(7855), 1, + ACTIONS(7866), 1, anon_sym_LBRACE, - ACTIONS(8031), 1, + ACTIONS(8039), 1, anon_sym_EQ, - ACTIONS(8074), 1, + ACTIONS(8090), 1, anon_sym_COLON, - STATE(4641), 1, - sym__block, - STATE(4646), 1, + STATE(4652), 1, sym_function_body, - STATE(5020), 1, + STATE(4690), 1, + sym__block, + STATE(5002), 1, sym_type_constraints, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4073), 20, + ACTIONS(4085), 20, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -477042,7 +478959,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4075), 29, + ACTIONS(4087), 29, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -477072,21 +478989,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [25747] = 8, - ACTIONS(5336), 1, - anon_sym_LBRACE, - ACTIONS(5342), 1, + [26976] = 8, + ACTIONS(5405), 1, anon_sym_where, - ACTIONS(5685), 1, + ACTIONS(5411), 1, + anon_sym_LBRACE, + ACTIONS(8092), 1, anon_sym_COLON, - STATE(4828), 1, + STATE(4879), 1, sym_type_constraints, - STATE(5031), 1, + STATE(5081), 1, sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3204), 22, + ACTIONS(4188), 22, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -477109,7 +479026,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3208), 29, + ACTIONS(4190), 29, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -477139,21 +479056,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [25822] = 8, - ACTIONS(5342), 1, - anon_sym_where, - ACTIONS(5397), 1, + [27051] = 7, + ACTIONS(5401), 1, anon_sym_LBRACE, - ACTIONS(8076), 1, - anon_sym_COLON, - STATE(4816), 1, + ACTIONS(5405), 1, + anon_sym_where, + STATE(4896), 1, sym_type_constraints, - STATE(5056), 1, + STATE(4951), 1, sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4197), 22, + ACTIONS(4342), 22, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -477176,13 +479091,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4199), 29, + ACTIONS(4344), 30, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_SEMI, sym_label, anon_sym_DOT_DOT, @@ -477206,19 +479122,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [25897] = 7, - ACTIONS(5342), 1, + [27124] = 7, + ACTIONS(5405), 1, anon_sym_where, - ACTIONS(5397), 1, + ACTIONS(5411), 1, anon_sym_LBRACE, - STATE(4816), 1, + STATE(4890), 1, sym_type_constraints, - STATE(5056), 1, - sym_class_body, + STATE(4951), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4197), 22, + ACTIONS(4342), 22, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -477241,7 +479157,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4199), 30, + ACTIONS(4344), 30, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -477272,91 +479188,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [25970] = 9, - ACTIONS(5342), 1, + [27197] = 9, + ACTIONS(5405), 1, anon_sym_where, - ACTIONS(7942), 1, + ACTIONS(7928), 1, anon_sym_LBRACE, - ACTIONS(7997), 1, + ACTIONS(7971), 1, anon_sym_EQ, - STATE(5001), 1, + STATE(4901), 1, sym__block, - STATE(5047), 1, - sym_function_body, - STATE(5048), 1, + STATE(4909), 1, sym_type_constraints, + STATE(4912), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4089), 21, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - anon_sym_DOT, - anon_sym_get, - anon_sym_set, - anon_sym_STAR, - anon_sym_in, - anon_sym_else, - anon_sym_BANG_EQ, - anon_sym_EQ_EQ, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4091), 29, - sym__automatic_semicolon, - sym_safe_nav, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_label, - anon_sym_DOT_DOT, - anon_sym_QMARK_COLON, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_COLON_COLON, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_as_QMARK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BANG_BANG, - sym__backtick_identifier, - [26047] = 8, - ACTIONS(5336), 1, - anon_sym_LBRACE, - ACTIONS(5342), 1, - anon_sym_where, - ACTIONS(8078), 1, - anon_sym_COLON, - STATE(4825), 1, - sym_type_constraints, - STATE(5056), 1, - sym_enum_class_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4197), 22, + ACTIONS(4099), 21, anon_sym_as, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_DOT, @@ -477377,7 +479226,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4199), 29, + ACTIONS(4101), 29, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -477407,25 +479256,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [26122] = 10, - ACTIONS(5133), 1, + [27274] = 10, + ACTIONS(5121), 1, anon_sym_where, - ACTIONS(7855), 1, + ACTIONS(7866), 1, anon_sym_LBRACE, - ACTIONS(8031), 1, + ACTIONS(8039), 1, anon_sym_EQ, - ACTIONS(8080), 1, + ACTIONS(8094), 1, anon_sym_COLON, - STATE(4641), 1, - sym__block, - STATE(4718), 1, + STATE(4653), 1, sym_function_body, - STATE(4903), 1, + STATE(4690), 1, + sym__block, + STATE(4908), 1, sym_type_constraints, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4083), 20, + ACTIONS(4031), 20, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -477446,7 +479295,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4085), 29, + ACTIONS(4033), 29, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -477476,19 +479325,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [26201] = 7, - ACTIONS(5336), 1, + [27353] = 7, + ACTIONS(5401), 1, anon_sym_LBRACE, - ACTIONS(5342), 1, + ACTIONS(5405), 1, anon_sym_where, - STATE(4825), 1, + STATE(4895), 1, sym_type_constraints, - STATE(5056), 1, - sym_enum_class_body, + STATE(5026), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4197), 22, + ACTIONS(4402), 22, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -477511,7 +479360,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4199), 30, + ACTIONS(4404), 30, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -477542,24 +479391,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [26274] = 3, + [27426] = 9, + ACTIONS(5405), 1, + anon_sym_where, + ACTIONS(7928), 1, + anon_sym_LBRACE, + ACTIONS(7971), 1, + anon_sym_EQ, + STATE(4901), 1, + sym__block, + STATE(5051), 1, + sym_function_body, + STATE(5057), 1, + sym_type_constraints, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4406), 25, + ACTIONS(4085), 21, anon_sym_as, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, - anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, anon_sym_STAR, anon_sym_in, anon_sym_else, - anon_sym_catch, - anon_sym_finally, anon_sym_BANG_EQ, anon_sym_EQ_EQ, anon_sym_is, @@ -477572,15 +479429,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4408), 31, + ACTIONS(4087), 29, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_COMMA, anon_sym_SEMI, sym_label, anon_sym_DOT_DOT, @@ -477604,19 +479459,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [26339] = 7, - ACTIONS(5342), 1, + [27503] = 7, + ACTIONS(5405), 1, anon_sym_where, - ACTIONS(5397), 1, + ACTIONS(5411), 1, anon_sym_LBRACE, - STATE(4824), 1, + STATE(4879), 1, sym_type_constraints, - STATE(5066), 1, - sym_class_body, + STATE(5081), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4434), 22, + ACTIONS(4188), 22, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -477639,7 +479494,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4436), 30, + ACTIONS(4190), 30, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -477670,21 +479525,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [26412] = 8, - ACTIONS(5342), 1, + [27576] = 7, + ACTIONS(5405), 1, anon_sym_where, - ACTIONS(5397), 1, + ACTIONS(5411), 1, anon_sym_LBRACE, - ACTIONS(5705), 1, - anon_sym_COLON, - STATE(4822), 1, + STATE(4894), 1, sym_type_constraints, - STATE(5032), 1, - sym_class_body, + STATE(4915), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3190), 22, + ACTIONS(4346), 22, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -477707,13 +479560,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3194), 29, + ACTIONS(4348), 30, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_SEMI, sym_label, anon_sym_DOT_DOT, @@ -477737,30 +479591,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [26487] = 8, - ACTIONS(5336), 1, - anon_sym_LBRACE, - ACTIONS(5342), 1, + [27649] = 9, + ACTIONS(5121), 1, anon_sym_where, - ACTIONS(5750), 1, - anon_sym_COLON, - STATE(4829), 1, + ACTIONS(7866), 1, + anon_sym_LBRACE, + ACTIONS(8039), 1, + anon_sym_EQ, + STATE(4580), 1, + sym_function_body, + STATE(4690), 1, + sym__block, + STATE(4965), 1, sym_type_constraints, - STATE(5032), 1, - sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3190), 22, + ACTIONS(4099), 20, anon_sym_as, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_DOT, anon_sym_get, anon_sym_set, - anon_sym_STAR, anon_sym_in, + anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -477768,61 +479623,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3194), 29, - sym__automatic_semicolon, + ACTIONS(4101), 29, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_SEMI, + anon_sym_STAR, + anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_COLON_COLON, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, anon_sym_BANG_EQ_EQ, anon_sym_EQ_EQ_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_BANGin, anon_sym_BANGis, + anon_sym_PERCENT, anon_sym_as_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [26562] = 8, - ACTIONS(5342), 1, - anon_sym_where, - ACTIONS(5397), 1, - anon_sym_LBRACE, - ACTIONS(8082), 1, - anon_sym_COLON, - STATE(4844), 1, - sym_type_constraints, - STATE(5000), 1, - sym_class_body, + [27725] = 4, + STATE(4850), 1, + aux_sym__delegation_specifiers_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4284), 22, + ACTIONS(4664), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -477841,13 +479688,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4286), 29, + ACTIONS(4666), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_SEMI, sym_label, anon_sym_DOT_DOT, @@ -477871,23 +479720,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [26637] = 7, - ACTIONS(5342), 1, - anon_sym_where, - ACTIONS(5397), 1, - anon_sym_LBRACE, - STATE(4844), 1, - sym_type_constraints, - STATE(5000), 1, - sym_class_body, + [27791] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4284), 22, + ACTIONS(4599), 24, + anon_sym_COLON, anon_sym_as, anon_sym_EQ, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -477906,11 +479749,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4286), 30, + ACTIONS(4601), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, @@ -477937,83 +479781,88 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [26710] = 5, - ACTIONS(8084), 1, - anon_sym_by, - STATE(5050), 1, - sym_value_arguments, + [27855] = 9, + ACTIONS(5655), 1, + anon_sym_where, + ACTIONS(8047), 1, + anon_sym_EQ, + ACTIONS(8049), 1, + anon_sym_LBRACE, + STATE(5118), 1, + sym_type_constraints, + STATE(5272), 1, + sym_function_body, + STATE(5357), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4454), 23, - anon_sym_as, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_where, - anon_sym_DOT, + ACTIONS(4087), 20, + sym__automatic_semicolon, + sym__string_start, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_COLON_COLON, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_return_AT, + anon_sym_continue_AT, + anon_sym_break_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(4085), 29, + anon_sym_object, + anon_sym_fun, anon_sym_get, anon_sym_set, - anon_sym_STAR, + anon_sym_this, + anon_sym_super, + sym_label, anon_sym_in, + anon_sym_null, + anon_sym_if, anon_sym_else, - anon_sym_BANG_EQ, - anon_sym_EQ_EQ, + anon_sym_when, + anon_sym_try, + anon_sym_throw, + anon_sym_return, + anon_sym_continue, + anon_sym_break, anon_sym_is, anon_sym_PLUS, anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + anon_sym_BANG, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, sym__alpha_identifier, - ACTIONS(4456), 31, - sym__automatic_semicolon, - sym_safe_nav, - anon_sym_AT, - anon_sym_LBRACK, + [27931] = 8, + ACTIONS(7866), 1, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_SEMI, - sym_label, - anon_sym_DOT_DOT, - anon_sym_QMARK_COLON, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_COLON_COLON, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_as_QMARK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BANG_BANG, - sym__backtick_identifier, - [26779] = 7, - ACTIONS(7940), 1, + ACTIONS(8039), 1, anon_sym_EQ, - ACTIONS(7942), 1, - anon_sym_LBRACE, - STATE(4913), 1, + ACTIONS(8096), 1, + anon_sym_COLON, + STATE(4685), 1, sym_function_body, - STATE(5001), 1, + STATE(4690), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4503), 22, + ACTIONS(4210), 21, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -478021,8 +479870,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, anon_sym_get, anon_sym_set, - anon_sym_STAR, anon_sym_in, + anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -478030,132 +479879,197 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4505), 30, - sym__automatic_semicolon, + ACTIONS(4212), 29, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_SEMI, + anon_sym_STAR, + anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_COLON_COLON, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, anon_sym_BANG_EQ_EQ, anon_sym_EQ_EQ_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_BANGin, anon_sym_BANGis, + anon_sym_PERCENT, anon_sym_as_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [26852] = 8, - ACTIONS(5342), 1, + [28005] = 9, + ACTIONS(5655), 1, anon_sym_where, - ACTIONS(5397), 1, + ACTIONS(8047), 1, + anon_sym_EQ, + ACTIONS(8049), 1, anon_sym_LBRACE, - ACTIONS(5762), 1, - anon_sym_COLON, - STATE(4859), 1, + STATE(5091), 1, sym_type_constraints, - STATE(4969), 1, - sym_class_body, + STATE(5357), 1, + sym__block, + STATE(5391), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3214), 22, - anon_sym_as, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_DOT, + ACTIONS(4033), 20, + sym__automatic_semicolon, + sym__string_start, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_COLON_COLON, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_return_AT, + anon_sym_continue_AT, + anon_sym_break_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(4031), 29, + anon_sym_object, + anon_sym_fun, anon_sym_get, anon_sym_set, - anon_sym_STAR, + anon_sym_this, + anon_sym_super, + sym_label, anon_sym_in, + anon_sym_null, + anon_sym_if, anon_sym_else, - anon_sym_BANG_EQ, - anon_sym_EQ_EQ, + anon_sym_when, + anon_sym_try, + anon_sym_throw, + anon_sym_return, + anon_sym_continue, + anon_sym_break, anon_sym_is, anon_sym_PLUS, anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + anon_sym_BANG, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, sym__alpha_identifier, - ACTIONS(3218), 29, + [28081] = 9, + ACTIONS(5655), 1, + anon_sym_where, + ACTIONS(8047), 1, + anon_sym_EQ, + ACTIONS(8049), 1, + anon_sym_LBRACE, + STATE(5106), 1, + sym_type_constraints, + STATE(5324), 1, + sym_function_body, + STATE(5357), 1, + sym__block, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4101), 20, sym__automatic_semicolon, - sym_safe_nav, + sym__string_start, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_SEMI, - sym_label, - anon_sym_DOT_DOT, - anon_sym_QMARK_COLON, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + anon_sym_STAR, anon_sym_COLON_COLON, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, anon_sym_BANGin, anon_sym_BANGis, - anon_sym_as_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_BANG_BANG, + anon_sym_return_AT, + anon_sym_continue_AT, + anon_sym_break_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, sym__backtick_identifier, - [26927] = 7, - ACTIONS(7940), 1, - anon_sym_EQ, - ACTIONS(7942), 1, + ACTIONS(4099), 29, + anon_sym_object, + anon_sym_fun, + anon_sym_get, + anon_sym_set, + anon_sym_this, + anon_sym_super, + sym_label, + anon_sym_in, + anon_sym_null, + anon_sym_if, + anon_sym_else, + anon_sym_when, + anon_sym_try, + anon_sym_throw, + anon_sym_return, + anon_sym_continue, + anon_sym_break, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_BANG, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, + sym__alpha_identifier, + [28157] = 7, + ACTIONS(7866), 1, anon_sym_LBRACE, - STATE(4925), 1, + ACTIONS(7943), 1, + anon_sym_EQ, + STATE(4601), 1, sym_function_body, - STATE(5001), 1, + STATE(4690), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4181), 22, + ACTIONS(4422), 22, anon_sym_as, anon_sym_LT, anon_sym_GT, - anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, anon_sym_STAR, anon_sym_in, + anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -478169,14 +480083,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4183), 30, - sym__automatic_semicolon, + ACTIONS(4424), 29, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_SEMI, sym_label, anon_sym_DOT_DOT, @@ -478200,28 +480113,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [27000] = 7, - ACTIONS(7940), 1, - anon_sym_EQ, - ACTIONS(7942), 1, + [28229] = 7, + ACTIONS(7866), 1, anon_sym_LBRACE, - STATE(4950), 1, - sym_function_body, - STATE(5001), 1, + ACTIONS(7943), 1, + anon_sym_EQ, + STATE(4690), 1, sym__block, + STATE(4740), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4300), 22, + ACTIONS(4426), 22, anon_sym_as, anon_sym_LT, anon_sym_GT, - anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, anon_sym_STAR, anon_sym_in, + anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -478235,14 +480148,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4302), 30, - sym__automatic_semicolon, + ACTIONS(4428), 29, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_SEMI, sym_label, anon_sym_DOT_DOT, @@ -478266,28 +480178,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [27073] = 7, - ACTIONS(7940), 1, - anon_sym_EQ, - ACTIONS(7942), 1, + [28301] = 9, + ACTIONS(5121), 1, + anon_sym_where, + ACTIONS(7866), 1, anon_sym_LBRACE, - STATE(4964), 1, + ACTIONS(8039), 1, + anon_sym_EQ, + STATE(4652), 1, sym_function_body, - STATE(5001), 1, + STATE(4690), 1, sym__block, + STATE(5002), 1, + sym_type_constraints, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4101), 22, + ACTIONS(4085), 20, anon_sym_as, anon_sym_LT, anon_sym_GT, - anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, - anon_sym_STAR, anon_sym_in, + anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -478295,57 +480210,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4103), 30, - sym__automatic_semicolon, + ACTIONS(4087), 29, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_SEMI, + anon_sym_STAR, + anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_COLON_COLON, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, anon_sym_BANG_EQ_EQ, anon_sym_EQ_EQ_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_BANGin, anon_sym_BANGis, + anon_sym_PERCENT, anon_sym_as_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [27146] = 7, - ACTIONS(7940), 1, - anon_sym_EQ, - ACTIONS(7942), 1, + [28377] = 5, + ACTIONS(5401), 1, anon_sym_LBRACE, - STATE(5001), 1, - sym__block, - STATE(5045), 1, - sym_function_body, + STATE(4966), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4083), 22, + ACTIONS(4595), 23, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_where, @@ -478367,7 +480277,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4085), 30, + ACTIONS(4597), 30, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -478398,20 +480308,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [27219] = 7, - ACTIONS(7940), 1, - anon_sym_EQ, - ACTIONS(7942), 1, - anon_sym_LBRACE, - STATE(5001), 1, - sym__block, - STATE(5008), 1, - sym_function_body, + [28445] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4095), 22, + ACTIONS(4617), 24, + anon_sym_COLON, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_where, @@ -478433,11 +480337,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4097), 30, + ACTIONS(4619), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, @@ -478464,89 +480369,84 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [27292] = 10, - ACTIONS(5133), 1, + [28509] = 9, + ACTIONS(5655), 1, anon_sym_where, - ACTIONS(7855), 1, - anon_sym_LBRACE, - ACTIONS(8031), 1, + ACTIONS(8047), 1, anon_sym_EQ, - ACTIONS(8086), 1, - anon_sym_COLON, - STATE(4641), 1, - sym__block, - STATE(4739), 1, - sym_function_body, - STATE(4992), 1, + ACTIONS(8049), 1, + anon_sym_LBRACE, + STATE(5140), 1, sym_type_constraints, + STATE(5319), 1, + sym_function_body, + STATE(5357), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4089), 20, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - anon_sym_DOT, + ACTIONS(4262), 20, + sym__automatic_semicolon, + sym__string_start, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_COLON_COLON, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_return_AT, + anon_sym_continue_AT, + anon_sym_break_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(4260), 29, + anon_sym_object, + anon_sym_fun, anon_sym_get, anon_sym_set, + anon_sym_this, + anon_sym_super, + sym_label, anon_sym_in, - anon_sym_while, + anon_sym_null, + anon_sym_if, anon_sym_else, - anon_sym_BANG_EQ, - anon_sym_EQ_EQ, + anon_sym_when, + anon_sym_try, + anon_sym_throw, + anon_sym_return, + anon_sym_continue, + anon_sym_break, anon_sym_is, anon_sym_PLUS, anon_sym_DASH, - anon_sym_SLASH, + anon_sym_BANG, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, sym__alpha_identifier, - ACTIONS(4091), 29, - sym_safe_nav, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_LPAREN, + [28585] = 5, + ACTIONS(8098), 1, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_STAR, - anon_sym_DASH_GT, - sym_label, - anon_sym_DOT_DOT, - anon_sym_QMARK_COLON, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_COLON_COLON, - anon_sym_BANG_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_PERCENT, - anon_sym_as_QMARK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BANG_BANG, - sym__backtick_identifier, - [27371] = 7, - ACTIONS(7940), 1, - anon_sym_EQ, - ACTIONS(7942), 1, - anon_sym_LBRACE, - STATE(5001), 1, - sym__block, - STATE(5047), 1, - sym_function_body, + STATE(4839), 1, + aux_sym_type_constraints_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4089), 22, + ACTIONS(4464), 23, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_where, @@ -478568,14 +480468,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4091), 30, + ACTIONS(4466), 30, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_COMMA, anon_sym_SEMI, sym_label, anon_sym_DOT_DOT, @@ -478599,20 +480499,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [27444] = 7, - ACTIONS(7940), 1, - anon_sym_EQ, - ACTIONS(7942), 1, + [28653] = 5, + ACTIONS(5411), 1, anon_sym_LBRACE, - STATE(4908), 1, - sym_function_body, - STATE(5001), 1, - sym__block, + STATE(4951), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4326), 22, + ACTIONS(4342), 23, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_where, @@ -478634,7 +480531,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4328), 30, + ACTIONS(4344), 30, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -478665,15 +480562,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [27517] = 5, - ACTIONS(5397), 1, - anon_sym_LBRACE, - STATE(5016), 1, - sym_class_body, + [28721] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4422), 23, + ACTIONS(4613), 24, + anon_sym_COLON, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -478697,11 +480591,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4424), 30, + ACTIONS(4615), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, @@ -478728,82 +480623,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [27585] = 9, - ACTIONS(5681), 1, - anon_sym_where, - ACTIONS(8039), 1, - anon_sym_EQ, - ACTIONS(8041), 1, + [28785] = 5, + ACTIONS(5401), 1, anon_sym_LBRACE, - STATE(5109), 1, - sym_type_constraints, - STATE(5299), 1, - sym__block, - STATE(5359), 1, - sym_function_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4183), 20, - sym__automatic_semicolon, - sym__string_start, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_COLON_COLON, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_return_AT, - anon_sym_continue_AT, - anon_sym_break_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(4181), 29, - anon_sym_object, - anon_sym_fun, - anon_sym_get, - anon_sym_set, - anon_sym_this, - anon_sym_super, - sym_label, - anon_sym_in, - anon_sym_null, - anon_sym_if, - anon_sym_else, - anon_sym_when, - anon_sym_try, - anon_sym_throw, - anon_sym_return, - anon_sym_continue, - anon_sym_break, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_BANG, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [27661] = 5, - ACTIONS(5397), 1, - anon_sym_LBRACE, - STATE(5027), 1, + STATE(4962), 1, sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4694), 23, + ACTIONS(3196), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -478827,7 +480655,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4696), 30, + ACTIONS(3200), 30, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -478858,27 +480686,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [27729] = 6, - ACTIONS(5127), 1, - anon_sym_LBRACE, - ACTIONS(8088), 1, - anon_sym_COLON, - STATE(4635), 1, - sym_class_body, + [28853] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4509), 23, + ACTIONS(4539), 24, + anon_sym_COLON, anon_sym_as, anon_sym_EQ, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, anon_sym_STAR, anon_sym_in, - anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -478892,13 +480715,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4511), 29, + ACTIONS(4541), 31, + sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_RPAREN, + anon_sym_COMMA, anon_sym_SEMI, sym_label, anon_sym_DOT_DOT, @@ -478922,17 +480747,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [27799] = 3, + [28917] = 8, + ACTIONS(7928), 1, + anon_sym_LBRACE, + ACTIONS(7971), 1, + anon_sym_EQ, + ACTIONS(8101), 1, + anon_sym_COLON, + STATE(4901), 1, + sym__block, + STATE(5063), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4690), 24, - anon_sym_COLON, + ACTIONS(4198), 21, anon_sym_as, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, - anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -478951,15 +480783,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4692), 31, + ACTIONS(4200), 29, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_COMMA, anon_sym_SEMI, sym_label, anon_sym_DOT_DOT, @@ -478983,15 +480813,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [27863] = 5, - ACTIONS(8090), 1, - anon_sym_COMMA, - STATE(4821), 1, - aux_sym_type_constraints_repeat1, + [28991] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4466), 23, + ACTIONS(4668), 24, + anon_sym_COLON, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -479015,7 +480842,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4468), 30, + ACTIONS(4670), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -479023,6 +480850,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_SEMI, sym_label, anon_sym_DOT_DOT, @@ -479046,25 +480874,95 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [27931] = 5, - ACTIONS(5397), 1, + [29055] = 9, + ACTIONS(5655), 1, + anon_sym_where, + ACTIONS(8047), 1, + anon_sym_EQ, + ACTIONS(8049), 1, anon_sym_LBRACE, - STATE(5056), 1, - sym_class_body, + STATE(5113), 1, + sym_type_constraints, + STATE(5328), 1, + sym_function_body, + STATE(5357), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4197), 23, - anon_sym_as, + ACTIONS(4258), 20, + sym__automatic_semicolon, + sym__string_start, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_COLON_COLON, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_return_AT, + anon_sym_continue_AT, + anon_sym_break_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(4256), 29, + anon_sym_object, + anon_sym_fun, + anon_sym_get, + anon_sym_set, + anon_sym_this, + anon_sym_super, + sym_label, + anon_sym_in, + anon_sym_null, + anon_sym_if, + anon_sym_else, + anon_sym_when, + anon_sym_try, + anon_sym_throw, + anon_sym_return, + anon_sym_continue, + anon_sym_break, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_BANG, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, + sym__alpha_identifier, + [29131] = 7, + ACTIONS(7866), 1, + anon_sym_LBRACE, + ACTIONS(7943), 1, anon_sym_EQ, + STATE(4690), 1, + sym__block, + STATE(4691), 1, + sym_function_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4487), 22, + anon_sym_as, anon_sym_LT, anon_sym_GT, - anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, anon_sym_STAR, anon_sym_in, + anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -479078,14 +480976,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4199), 30, - sym__automatic_semicolon, + ACTIONS(4489), 29, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_SEMI, sym_label, anon_sym_DOT_DOT, @@ -479109,29 +481006,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [27999] = 9, - ACTIONS(5133), 1, - anon_sym_where, - ACTIONS(7855), 1, + [29203] = 7, + ACTIONS(7866), 1, anon_sym_LBRACE, - ACTIONS(8031), 1, + ACTIONS(7943), 1, anon_sym_EQ, - STATE(4641), 1, - sym__block, - STATE(4708), 1, + STATE(4683), 1, sym_function_body, - STATE(5003), 1, - sym_type_constraints, + STATE(4690), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4095), 20, + ACTIONS(4256), 22, anon_sym_as, anon_sym_LT, anon_sym_GT, anon_sym_DOT, anon_sym_get, anon_sym_set, + anon_sym_STAR, anon_sym_in, anon_sym_while, anon_sym_else, @@ -479141,50 +481035,116 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4097), 29, + ACTIONS(4258), 29, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, - anon_sym_STAR, - anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_COLON_COLON, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, anon_sym_BANG_EQ_EQ, anon_sym_EQ_EQ_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_BANGin, anon_sym_BANGis, - anon_sym_PERCENT, anon_sym_as_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [28075] = 5, - ACTIONS(5397), 1, + [29275] = 7, + ACTIONS(7866), 1, anon_sym_LBRACE, - STATE(5019), 1, - sym_class_body, + ACTIONS(7943), 1, + anon_sym_EQ, + STATE(4573), 1, + sym_function_body, + STATE(4690), 1, + sym__block, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4260), 22, + anon_sym_as, + anon_sym_LT, + anon_sym_GT, + anon_sym_DOT, + anon_sym_get, + anon_sym_set, + anon_sym_STAR, + anon_sym_in, + anon_sym_while, + anon_sym_else, + anon_sym_BANG_EQ, + anon_sym_EQ_EQ, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4262), 29, + sym_safe_nav, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_SEMI, + sym_label, + anon_sym_DOT_DOT, + anon_sym_QMARK_COLON, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_COLON_COLON, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_as_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG_BANG, + sym__backtick_identifier, + [29347] = 5, + ACTIONS(8103), 1, + anon_sym_COMMA, + STATE(4850), 1, + aux_sym__delegation_specifiers_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4481), 23, + ACTIONS(4627), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -479208,14 +481168,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4483), 30, + ACTIONS(4629), 30, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_COMMA, anon_sym_SEMI, sym_label, anon_sym_DOT_DOT, @@ -479239,25 +481199,95 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [28143] = 5, - ACTIONS(5336), 1, + [29415] = 9, + ACTIONS(5121), 1, + anon_sym_where, + ACTIONS(7866), 1, anon_sym_LBRACE, - STATE(5016), 1, - sym_enum_class_body, + ACTIONS(8039), 1, + anon_sym_EQ, + STATE(4683), 1, + sym_function_body, + STATE(4690), 1, + sym__block, + STATE(5042), 1, + sym_type_constraints, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4422), 23, + ACTIONS(4256), 20, anon_sym_as, + anon_sym_LT, + anon_sym_GT, + anon_sym_DOT, + anon_sym_get, + anon_sym_set, + anon_sym_in, + anon_sym_while, + anon_sym_else, + anon_sym_BANG_EQ, + anon_sym_EQ_EQ, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4258), 29, + sym_safe_nav, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_STAR, + anon_sym_DASH_GT, + sym_label, + anon_sym_DOT_DOT, + anon_sym_QMARK_COLON, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_COLON_COLON, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_PERCENT, + anon_sym_as_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG_BANG, + sym__backtick_identifier, + [29491] = 7, + ACTIONS(7866), 1, + anon_sym_LBRACE, + ACTIONS(7943), 1, anon_sym_EQ, + STATE(4580), 1, + sym_function_body, + STATE(4690), 1, + sym__block, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4099), 22, + anon_sym_as, anon_sym_LT, anon_sym_GT, - anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, anon_sym_STAR, anon_sym_in, + anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -479271,14 +481301,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4424), 30, - sym__automatic_semicolon, + ACTIONS(4101), 29, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_SEMI, sym_label, anon_sym_DOT_DOT, @@ -479302,17 +481331,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [28211] = 3, + [29563] = 8, + ACTIONS(7928), 1, + anon_sym_LBRACE, + ACTIONS(7971), 1, + anon_sym_EQ, + ACTIONS(8106), 1, + anon_sym_COLON, + STATE(4901), 1, + sym__block, + STATE(5031), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4674), 24, - anon_sym_COLON, + ACTIONS(4210), 21, anon_sym_as, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, - anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -479331,15 +481367,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4676), 31, + ACTIONS(4212), 29, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_COMMA, anon_sym_SEMI, sym_label, anon_sym_DOT_DOT, @@ -479363,15 +481397,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [28275] = 5, - ACTIONS(8093), 1, - anon_sym_COMMA, - STATE(4827), 1, - aux_sym__delegation_specifiers_repeat1, + [29637] = 5, + ACTIONS(5401), 1, + anon_sym_LBRACE, + STATE(4951), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4663), 23, + ACTIONS(4342), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -479395,14 +481429,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4665), 30, + ACTIONS(4344), 30, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_SEMI, sym_label, anon_sym_DOT_DOT, @@ -479426,17 +481460,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [28343] = 5, - ACTIONS(5336), 1, - anon_sym_LBRACE, - STATE(4991), 1, - sym_enum_class_body, + [29705] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4213), 23, + ACTIONS(4646), 24, anon_sym_as, anon_sym_EQ, + anon_sym_by, anon_sym_LT, anon_sym_GT, anon_sym_where, @@ -479458,11 +481489,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4215), 30, + ACTIONS(4648), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, @@ -479489,15 +481521,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [28411] = 5, - ACTIONS(5336), 1, + [29769] = 5, + ACTIONS(5411), 1, anon_sym_LBRACE, - STATE(5056), 1, + STATE(4915), 1, sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4197), 23, + ACTIONS(4346), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -479521,7 +481553,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4199), 30, + ACTIONS(4348), 30, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -479552,28 +481584,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [28479] = 8, - ACTIONS(7855), 1, + [29837] = 7, + ACTIONS(7866), 1, anon_sym_LBRACE, - ACTIONS(8031), 1, + ACTIONS(7943), 1, anon_sym_EQ, - ACTIONS(8096), 1, - anon_sym_COLON, - STATE(4598), 1, + STATE(4653), 1, sym_function_body, - STATE(4641), 1, + STATE(4690), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4326), 21, + ACTIONS(4031), 22, anon_sym_as, anon_sym_LT, anon_sym_GT, - anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, + anon_sym_STAR, anon_sym_in, anon_sym_while, anon_sym_else, @@ -479583,49 +481613,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4328), 29, + ACTIONS(4033), 29, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, - anon_sym_STAR, - anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_COLON_COLON, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, anon_sym_BANG_EQ_EQ, anon_sym_EQ_EQ_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_BANGin, anon_sym_BANGis, - anon_sym_PERCENT, anon_sym_as_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [28553] = 3, + [29909] = 5, + ACTIONS(8108), 1, + anon_sym_COMMA, + STATE(4898), 1, + aux_sym__delegation_specifiers_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4294), 24, + ACTIONS(4658), 23, anon_sym_as, anon_sym_EQ, - anon_sym_by, anon_sym_LT, anon_sym_GT, anon_sym_where, @@ -479647,7 +481681,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4296), 31, + ACTIONS(4660), 30, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -479655,7 +481689,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_COMMA, anon_sym_SEMI, sym_label, anon_sym_DOT_DOT, @@ -479679,22 +481712,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [28617] = 3, + [29977] = 9, + ACTIONS(5121), 1, + anon_sym_where, + ACTIONS(7866), 1, + anon_sym_LBRACE, + ACTIONS(8039), 1, + anon_sym_EQ, + STATE(4653), 1, + sym_function_body, + STATE(4690), 1, + sym__block, + STATE(4908), 1, + sym_type_constraints, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4639), 24, - anon_sym_COLON, + ACTIONS(4031), 20, anon_sym_as, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, - anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, - anon_sym_STAR, anon_sym_in, + anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -479702,50 +481744,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4641), 31, - sym__automatic_semicolon, + ACTIONS(4033), 29, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_LBRACE, + anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_SEMI, + anon_sym_STAR, + anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_COLON_COLON, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, anon_sym_BANG_EQ_EQ, anon_sym_EQ_EQ_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_BANGin, anon_sym_BANGis, + anon_sym_PERCENT, anon_sym_as_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [28681] = 3, + [30053] = 5, + ACTIONS(5401), 1, + anon_sym_LBRACE, + STATE(4902), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4647), 24, - anon_sym_COLON, + ACTIONS(4682), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -479769,12 +481811,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4649), 31, + ACTIONS(4684), 30, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, @@ -479801,15 +481842,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [28745] = 5, - ACTIONS(5397), 1, - anon_sym_LBRACE, - STATE(4981), 1, - sym_class_body, + [30121] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4643), 23, + ACTIONS(4531), 24, + anon_sym_COLON, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -479833,11 +481871,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4645), 30, + ACTIONS(4533), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, @@ -479864,19 +481903,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [28813] = 6, - ACTIONS(5127), 1, + [30185] = 7, + ACTIONS(7866), 1, anon_sym_LBRACE, - ACTIONS(8098), 1, - anon_sym_COLON, - STATE(4702), 1, - sym_class_body, + ACTIONS(7943), 1, + anon_sym_EQ, + STATE(4652), 1, + sym_function_body, + STATE(4690), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4517), 23, + ACTIONS(4085), 22, anon_sym_as, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_DOT, @@ -479898,7 +481938,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4519), 29, + ACTIONS(4087), 29, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -479928,22 +481968,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [28883] = 3, + [30257] = 7, + ACTIONS(7866), 1, + anon_sym_LBRACE, + ACTIONS(7943), 1, + anon_sym_EQ, + STATE(4690), 1, + sym__block, + STATE(4716), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4659), 24, - anon_sym_COLON, + ACTIONS(4047), 22, anon_sym_as, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, - anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, anon_sym_STAR, anon_sym_in, + anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -479957,15 +482003,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4661), 31, - sym__automatic_semicolon, + ACTIONS(4049), 29, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_SEMI, sym_label, anon_sym_DOT_DOT, @@ -479989,11 +482033,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [28947] = 3, + [30329] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4619), 24, + ACTIONS(4244), 24, anon_sym_as, anon_sym_EQ, anon_sym_by, @@ -480018,7 +482062,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4621), 31, + ACTIONS(4246), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -480050,15 +482094,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [29011] = 5, - ACTIONS(5336), 1, + [30393] = 5, + ACTIONS(5411), 1, anon_sym_LBRACE, - STATE(4975), 1, + STATE(4917), 1, sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4448), 23, + ACTIONS(3212), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -480082,7 +482126,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4450), 30, + ACTIONS(3216), 30, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -480113,15 +482157,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [29079] = 5, - ACTIONS(8100), 1, - anon_sym_COMMA, - STATE(4821), 1, - aux_sym_type_constraints_repeat1, + [30461] = 4, + ACTIONS(8064), 1, + anon_sym_by, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4485), 23, + ACTIONS(4416), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -480145,7 +482187,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4487), 30, + ACTIONS(4418), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -480153,6 +482195,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_SEMI, sym_label, anon_sym_DOT_DOT, @@ -480176,15 +482219,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [29147] = 5, - ACTIONS(5336), 1, + [30527] = 5, + ACTIONS(5401), 1, anon_sym_LBRACE, - STATE(5031), 1, - sym_enum_class_body, + STATE(5081), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3204), 23, + ACTIONS(4188), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -480208,7 +482251,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3208), 30, + ACTIONS(4190), 30, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -480239,12 +482282,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [29215] = 3, + [30595] = 5, + ACTIONS(5401), 1, + anon_sym_LBRACE, + STATE(5059), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4651), 24, - anon_sym_COLON, + ACTIONS(4503), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -480268,12 +482314,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4653), 31, + ACTIONS(4505), 30, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, @@ -480300,28 +482345,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [29279] = 7, - ACTIONS(7855), 1, - anon_sym_LBRACE, - ACTIONS(7916), 1, - anon_sym_EQ, - STATE(4559), 1, - sym_function_body, - STATE(4641), 1, - sym__block, + [30663] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4503), 22, + ACTIONS(4523), 24, + anon_sym_COLON, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, anon_sym_STAR, anon_sym_in, - anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -480335,13 +482374,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4505), 29, + ACTIONS(4525), 31, + sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_RPAREN, + anon_sym_COMMA, anon_sym_SEMI, sym_label, anon_sym_DOT_DOT, @@ -480365,21 +482406,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [29351] = 8, - ACTIONS(7855), 1, + [30727] = 8, + ACTIONS(7866), 1, anon_sym_LBRACE, - ACTIONS(8031), 1, + ACTIONS(8039), 1, anon_sym_EQ, - ACTIONS(8102), 1, + ACTIONS(8110), 1, anon_sym_COLON, - STATE(4634), 1, + STATE(4628), 1, sym_function_body, - STATE(4641), 1, + STATE(4690), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4191), 21, + ACTIONS(4198), 21, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -480401,7 +482442,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4193), 29, + ACTIONS(4200), 29, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -480431,15 +482472,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [29425] = 5, - ACTIONS(5397), 1, - anon_sym_LBRACE, - STATE(5066), 1, - sym_class_body, + [30801] = 4, + ACTIONS(8112), 1, + anon_sym_L, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4434), 23, + ACTIONS(4640), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -480463,11 +482502,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4436), 30, + ACTIONS(4642), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, @@ -480494,13 +482534,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [29493] = 4, - STATE(4827), 1, - aux_sym__delegation_specifiers_repeat1, + [30867] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4684), 23, + ACTIONS(4587), 24, + anon_sym_COLON, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -480524,7 +482563,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4686), 31, + ACTIONS(4589), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -480556,15 +482595,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [29559] = 5, - ACTIONS(5397), 1, - anon_sym_LBRACE, - STATE(5032), 1, - sym_class_body, + [30931] = 5, + ACTIONS(8114), 1, + anon_sym_COMMA, + STATE(4882), 1, + aux_sym_type_constraints_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3190), 23, + ACTIONS(4442), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -480588,14 +482627,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3194), 30, + ACTIONS(4444), 30, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_COMMA, anon_sym_SEMI, sym_label, anon_sym_DOT_DOT, @@ -480619,23 +482658,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [29627] = 9, - ACTIONS(5133), 1, + [30999] = 9, + ACTIONS(5121), 1, anon_sym_where, - ACTIONS(7855), 1, + ACTIONS(7866), 1, anon_sym_LBRACE, - ACTIONS(8031), 1, + ACTIONS(8039), 1, anon_sym_EQ, - STATE(4641), 1, - sym__block, - STATE(4677), 1, + STATE(4573), 1, sym_function_body, - STATE(4952), 1, + STATE(4690), 1, + sym__block, + STATE(4983), 1, sym_type_constraints, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4101), 20, + ACTIONS(4260), 20, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -480656,7 +482695,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4103), 29, + ACTIONS(4262), 29, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -480686,15 +482725,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [29703] = 5, - ACTIONS(5397), 1, + [31075] = 5, + ACTIONS(5401), 1, anon_sym_LBRACE, - STATE(4975), 1, + STATE(4990), 1, sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4448), 23, + ACTIONS(4303), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -480718,7 +482757,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4450), 30, + ACTIONS(4305), 30, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -480749,81 +482788,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [29771] = 8, - ACTIONS(7942), 1, + [31143] = 5, + ACTIONS(5411), 1, anon_sym_LBRACE, - ACTIONS(7997), 1, - anon_sym_EQ, - ACTIONS(8104), 1, - anon_sym_COLON, - STATE(4908), 1, - sym_function_body, - STATE(5001), 1, - sym__block, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4326), 21, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - anon_sym_DOT, - anon_sym_get, - anon_sym_set, - anon_sym_STAR, - anon_sym_in, - anon_sym_else, - anon_sym_BANG_EQ, - anon_sym_EQ_EQ, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4328), 29, - sym__automatic_semicolon, - sym_safe_nav, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_label, - anon_sym_DOT_DOT, - anon_sym_QMARK_COLON, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_COLON_COLON, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_as_QMARK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BANG_BANG, - sym__backtick_identifier, - [29845] = 5, - ACTIONS(5336), 1, - anon_sym_LBRACE, - STATE(4958), 1, + STATE(5081), 1, sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4460), 23, + ACTIONS(4188), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -480847,7 +482820,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4462), 30, + ACTIONS(4190), 30, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -480878,11 +482851,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [29913] = 3, + [31211] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4591), 24, + ACTIONS(4621), 24, anon_sym_as, anon_sym_EQ, anon_sym_by, @@ -480907,7 +482880,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4593), 31, + ACTIONS(4623), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -480939,21 +482912,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [29977] = 8, - ACTIONS(7942), 1, + [31275] = 7, + ACTIONS(7866), 1, anon_sym_LBRACE, - ACTIONS(7997), 1, + ACTIONS(7943), 1, anon_sym_EQ, - ACTIONS(8106), 1, - anon_sym_COLON, - STATE(4910), 1, + STATE(4685), 1, sym_function_body, - STATE(5001), 1, + STATE(4690), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4191), 21, + ACTIONS(4210), 22, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -480962,6 +482933,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_set, anon_sym_STAR, anon_sym_in, + anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -480975,13 +482947,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4193), 29, - sym__automatic_semicolon, + ACTIONS(4212), 29, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_SEMI, sym_label, anon_sym_DOT_DOT, @@ -481005,82 +482977,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [30051] = 9, - ACTIONS(5133), 1, - anon_sym_where, - ACTIONS(7855), 1, - anon_sym_LBRACE, - ACTIONS(8031), 1, - anon_sym_EQ, - STATE(4641), 1, - sym__block, - STATE(4653), 1, - sym_function_body, - STATE(5023), 1, - sym_type_constraints, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4181), 20, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - anon_sym_DOT, - anon_sym_get, - anon_sym_set, - anon_sym_in, - anon_sym_while, - anon_sym_else, - anon_sym_BANG_EQ, - anon_sym_EQ_EQ, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4183), 29, - sym_safe_nav, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_STAR, - anon_sym_DASH_GT, - sym_label, - anon_sym_DOT_DOT, - anon_sym_QMARK_COLON, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_COLON_COLON, - anon_sym_BANG_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_PERCENT, - anon_sym_as_QMARK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BANG_BANG, - sym__backtick_identifier, - [30127] = 5, - ACTIONS(5397), 1, + [31347] = 5, + ACTIONS(5411), 1, anon_sym_LBRACE, - STATE(5039), 1, - sym_class_body, + STATE(5059), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4635), 23, + ACTIONS(4503), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -481104,7 +483009,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4637), 30, + ACTIONS(4505), 30, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -481135,15 +483040,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [30195] = 5, - ACTIONS(8108), 1, - anon_sym_COMMA, - STATE(4827), 1, - aux_sym__delegation_specifiers_repeat1, + [31415] = 5, + ACTIONS(5411), 1, + anon_sym_LBRACE, + STATE(4973), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4684), 23, + ACTIONS(3186), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -481167,14 +483072,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4686), 30, + ACTIONS(3190), 30, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_SEMI, sym_label, anon_sym_DOT_DOT, @@ -481198,15 +483103,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [30263] = 5, - ACTIONS(5336), 1, - anon_sym_LBRACE, - STATE(5032), 1, - sym_enum_class_body, + [31483] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3190), 23, + ACTIONS(4688), 24, + anon_sym_COLON, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -481230,11 +483132,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3194), 30, + ACTIONS(4690), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, @@ -481261,15 +483164,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [30331] = 5, - ACTIONS(5336), 1, - anon_sym_LBRACE, - STATE(4954), 1, - sym_enum_class_body, + [31547] = 5, + ACTIONS(8114), 1, + anon_sym_COMMA, + STATE(4839), 1, + aux_sym_type_constraints_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4583), 23, + ACTIONS(4456), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -481293,14 +483196,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4585), 30, + ACTIONS(4458), 30, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_COMMA, anon_sym_SEMI, sym_label, anon_sym_DOT_DOT, @@ -481324,31 +483227,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [30399] = 9, - ACTIONS(5133), 1, - anon_sym_where, - ACTIONS(7855), 1, + [31615] = 5, + ACTIONS(5411), 1, anon_sym_LBRACE, - ACTIONS(8031), 1, - anon_sym_EQ, - STATE(4641), 1, - sym__block, - STATE(4739), 1, - sym_function_body, - STATE(4992), 1, - sym_type_constraints, + STATE(4950), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4089), 20, + ACTIONS(4672), 23, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, + anon_sym_STAR, anon_sym_in, - anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -481356,50 +483253,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4091), 29, + ACTIONS(4674), 30, + sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_SEMI, - anon_sym_STAR, - anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_COLON_COLON, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, anon_sym_BANG_EQ_EQ, anon_sym_EQ_EQ_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_BANGin, anon_sym_BANGis, - anon_sym_PERCENT, anon_sym_as_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [30475] = 5, - ACTIONS(5397), 1, - anon_sym_LBRACE, - STATE(5000), 1, - sym_class_body, + [31683] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4284), 23, + ACTIONS(4650), 24, + anon_sym_COLON, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -481423,11 +483319,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4286), 30, + ACTIONS(4652), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, @@ -481454,15 +483351,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [30543] = 5, - ACTIONS(8100), 1, - anon_sym_COMMA, - STATE(4839), 1, - aux_sym_type_constraints_repeat1, + [31747] = 5, + ACTIONS(5411), 1, + anon_sym_LBRACE, + STATE(5001), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4491), 23, + ACTIONS(4231), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -481486,14 +483383,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4493), 30, + ACTIONS(4233), 30, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_SEMI, sym_label, anon_sym_DOT_DOT, @@ -481517,12 +483414,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [30611] = 3, + [31815] = 5, + ACTIONS(5401), 1, + anon_sym_LBRACE, + STATE(5015), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4623), 24, - anon_sym_COLON, + ACTIONS(4535), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -481546,12 +483446,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4625), 31, + ACTIONS(4537), 30, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, @@ -481578,17 +483477,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [30675] = 3, + [31883] = 8, + ACTIONS(7928), 1, + anon_sym_LBRACE, + ACTIONS(7971), 1, + anon_sym_EQ, + ACTIONS(8116), 1, + anon_sym_COLON, + STATE(4901), 1, + sym__block, + STATE(4919), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4615), 24, - anon_sym_COLON, + ACTIONS(4326), 21, anon_sym_as, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, - anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -481607,15 +483513,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4617), 31, + ACTIONS(4328), 29, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_COMMA, anon_sym_SEMI, sym_label, anon_sym_DOT_DOT, @@ -481639,15 +483543,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [30739] = 5, - ACTIONS(5397), 1, - anon_sym_LBRACE, - STATE(4954), 1, - sym_class_body, + [31957] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4583), 23, + ACTIONS(4591), 24, + anon_sym_COLON, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -481671,11 +483572,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4585), 30, + ACTIONS(4593), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, @@ -481702,25 +483604,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [30807] = 5, - ACTIONS(5336), 1, + [32021] = 8, + ACTIONS(7866), 1, anon_sym_LBRACE, - STATE(4929), 1, - sym_enum_class_body, + ACTIONS(8039), 1, + anon_sym_EQ, + ACTIONS(8118), 1, + anon_sym_COLON, + STATE(4689), 1, + sym_function_body, + STATE(4690), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4495), 23, + ACTIONS(4326), 21, anon_sym_as, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, - anon_sym_STAR, anon_sym_in, + anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -481728,68 +483635,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4497), 30, - sym__automatic_semicolon, + ACTIONS(4328), 29, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_SEMI, + anon_sym_STAR, + anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_COLON_COLON, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, anon_sym_BANG_EQ_EQ, anon_sym_EQ_EQ_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_BANGin, anon_sym_BANGis, + anon_sym_PERCENT, anon_sym_as_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [30875] = 9, - ACTIONS(5133), 1, - anon_sym_where, - ACTIONS(7855), 1, + [32095] = 5, + ACTIONS(5411), 1, anon_sym_LBRACE, - ACTIONS(8031), 1, - anon_sym_EQ, - STATE(4641), 1, - sym__block, - STATE(4666), 1, - sym_function_body, - STATE(4980), 1, - sym_type_constraints, + STATE(4996), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4300), 20, + ACTIONS(4654), 23, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, + anon_sym_STAR, anon_sym_in, - anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -481797,48 +483696,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4302), 29, + ACTIONS(4656), 30, + sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_SEMI, - anon_sym_STAR, - anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_COLON_COLON, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, anon_sym_BANG_EQ_EQ, anon_sym_EQ_EQ_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_BANGin, anon_sym_BANGis, - anon_sym_PERCENT, anon_sym_as_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [30951] = 4, - ACTIONS(8084), 1, - anon_sym_by, + [32163] = 5, + ACTIONS(5401), 1, + anon_sym_LBRACE, + STATE(5026), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4454), 23, + ACTIONS(4402), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -481862,12 +483765,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4456), 31, + ACTIONS(4404), 30, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, @@ -481894,15 +483796,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [31017] = 5, - ACTIONS(8108), 1, - anon_sym_COMMA, - STATE(4855), 1, - aux_sym__delegation_specifiers_repeat1, + [32231] = 5, + ACTIONS(5401), 1, + anon_sym_LBRACE, + STATE(4973), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4678), 23, + ACTIONS(3186), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -481926,14 +483828,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4680), 30, + ACTIONS(3190), 30, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_SEMI, sym_label, anon_sym_DOT_DOT, @@ -481957,20 +483859,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [31085] = 7, - ACTIONS(7855), 1, + [32299] = 6, + ACTIONS(5161), 1, anon_sym_LBRACE, - ACTIONS(7916), 1, - anon_sym_EQ, - STATE(4641), 1, - sym__block, - STATE(4718), 1, - sym_function_body, + ACTIONS(8120), 1, + anon_sym_COLON, + STATE(4658), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4083), 22, + ACTIONS(4410), 23, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_DOT, @@ -481992,7 +483893,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4085), 29, + ACTIONS(4412), 29, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -482022,28 +483923,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [31157] = 7, - ACTIONS(7855), 1, + [32369] = 5, + ACTIONS(5411), 1, anon_sym_LBRACE, - ACTIONS(7916), 1, - anon_sym_EQ, - STATE(4641), 1, - sym__block, - STATE(4739), 1, - sym_function_body, + STATE(4934), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4089), 22, + ACTIONS(4392), 23, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, anon_sym_STAR, anon_sym_in, - anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -482057,13 +483955,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4091), 29, + ACTIONS(4394), 30, + sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_RPAREN, + anon_sym_COMMA, anon_sym_SEMI, sym_label, anon_sym_DOT_DOT, @@ -482087,95 +483986,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [31229] = 9, - ACTIONS(5681), 1, - anon_sym_where, - ACTIONS(8039), 1, - anon_sym_EQ, - ACTIONS(8041), 1, - anon_sym_LBRACE, - STATE(5089), 1, - sym_type_constraints, - STATE(5299), 1, - sym__block, - STATE(5335), 1, - sym_function_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4302), 20, - sym__automatic_semicolon, - sym__string_start, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_COLON_COLON, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_return_AT, - anon_sym_continue_AT, - anon_sym_break_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(4300), 29, - anon_sym_object, - anon_sym_fun, - anon_sym_get, - anon_sym_set, - anon_sym_this, - anon_sym_super, - sym_label, - anon_sym_in, - anon_sym_null, - anon_sym_if, - anon_sym_else, - anon_sym_when, - anon_sym_try, - anon_sym_throw, - anon_sym_return, - anon_sym_continue, - anon_sym_break, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_BANG, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [31305] = 7, - ACTIONS(7855), 1, + [32437] = 5, + ACTIONS(5401), 1, anon_sym_LBRACE, - ACTIONS(7916), 1, - anon_sym_EQ, - STATE(4641), 1, - sym__block, - STATE(4708), 1, - sym_function_body, + STATE(5078), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4095), 22, + ACTIONS(4406), 23, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, anon_sym_STAR, anon_sym_in, - anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -482189,13 +484018,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4097), 29, + ACTIONS(4408), 30, + sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_RPAREN, + anon_sym_COMMA, anon_sym_SEMI, sym_label, anon_sym_DOT_DOT, @@ -482219,13 +484049,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [31377] = 4, - ACTIONS(8110), 1, - anon_sym_L, + [32505] = 5, + ACTIONS(5401), 1, + anon_sym_LBRACE, + STATE(4996), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4609), 23, + ACTIONS(4654), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -482249,12 +484081,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4611), 31, + ACTIONS(4656), 30, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, @@ -482281,20 +484112,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [31443] = 7, - ACTIONS(7855), 1, + [32573] = 6, + ACTIONS(5161), 1, anon_sym_LBRACE, - ACTIONS(7916), 1, - anon_sym_EQ, - STATE(4641), 1, - sym__block, - STATE(4677), 1, - sym_function_body, + ACTIONS(8122), 1, + anon_sym_COLON, + STATE(4586), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4101), 22, + ACTIONS(4386), 23, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_DOT, @@ -482316,7 +484146,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4103), 29, + ACTIONS(4388), 29, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -482346,28 +484176,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [31515] = 7, - ACTIONS(7855), 1, - anon_sym_LBRACE, - ACTIONS(7916), 1, - anon_sym_EQ, - STATE(4598), 1, - sym_function_body, - STATE(4641), 1, - sym__block, + [32643] = 5, + ACTIONS(8108), 1, + anon_sym_COMMA, + STATE(4850), 1, + aux_sym__delegation_specifiers_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4326), 22, + ACTIONS(4664), 23, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, anon_sym_STAR, anon_sym_in, - anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -482381,13 +484208,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4328), 29, + ACTIONS(4666), 30, + sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_SEMI, sym_label, anon_sym_DOT_DOT, @@ -482411,23 +484239,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [31587] = 9, - ACTIONS(5681), 1, + [32711] = 8, + ACTIONS(5655), 1, anon_sym_where, - ACTIONS(8039), 1, - anon_sym_EQ, - ACTIONS(8041), 1, + ACTIONS(5685), 1, anon_sym_LBRACE, - STATE(5100), 1, + ACTIONS(5932), 1, + anon_sym_COLON, + STATE(5238), 1, sym_type_constraints, - STATE(5299), 1, - sym__block, - STATE(5366), 1, - sym_function_body, + STATE(5296), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4091), 20, + ACTIONS(3200), 20, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -482448,7 +484274,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4089), 29, + ACTIONS(3196), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -482478,15 +484304,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [31663] = 5, - ACTIONS(5397), 1, - anon_sym_LBRACE, - STATE(4969), 1, - sym_class_body, + [32784] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3214), 23, + ACTIONS(5061), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -482510,11 +484332,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3218), 30, + ACTIONS(5063), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, @@ -482541,12 +484364,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [31731] = 3, + [32847] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4587), 24, - anon_sym_COLON, + ACTIONS(4824), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -482570,7 +484392,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4589), 31, + ACTIONS(4826), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -482602,28 +484424,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [31795] = 7, - ACTIONS(7855), 1, - anon_sym_LBRACE, - ACTIONS(7916), 1, - anon_sym_EQ, - STATE(4641), 1, - sym__block, - STATE(4666), 1, - sym_function_body, + [32910] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4300), 22, + ACTIONS(5001), 23, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, anon_sym_STAR, anon_sym_in, - anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -482637,13 +484452,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4302), 29, + ACTIONS(5003), 31, + sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_RPAREN, + anon_sym_COMMA, anon_sym_SEMI, sym_label, anon_sym_DOT_DOT, @@ -482667,28 +484484,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [31867] = 7, - ACTIONS(7855), 1, - anon_sym_LBRACE, - ACTIONS(7916), 1, - anon_sym_EQ, - STATE(4641), 1, - sym__block, - STATE(4653), 1, - sym_function_body, + [32973] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4181), 22, + ACTIONS(4816), 23, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, anon_sym_STAR, anon_sym_in, - anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -482702,13 +484512,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4183), 29, + ACTIONS(4818), 31, + sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_RPAREN, + anon_sym_COMMA, anon_sym_SEMI, sym_label, anon_sym_DOT_DOT, @@ -482732,15 +484544,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [31939] = 5, - ACTIONS(5336), 1, - anon_sym_LBRACE, - STATE(4923), 1, - sym_enum_class_body, + [33036] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4567), 23, + ACTIONS(4788), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -482764,11 +484572,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4569), 30, + ACTIONS(4790), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, @@ -482795,79 +484604,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [32007] = 9, - ACTIONS(5681), 1, - anon_sym_where, - ACTIONS(8039), 1, - anon_sym_EQ, - ACTIONS(8041), 1, - anon_sym_LBRACE, - STATE(5086), 1, - sym_type_constraints, - STATE(5299), 1, - sym__block, - STATE(5308), 1, - sym_function_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4103), 20, - sym__automatic_semicolon, - sym__string_start, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_RBRACE, + [33099] = 4, + ACTIONS(8124), 1, anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_COLON_COLON, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_return_AT, - anon_sym_continue_AT, - anon_sym_break_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(4101), 29, - anon_sym_object, - anon_sym_fun, - anon_sym_get, - anon_sym_set, - anon_sym_this, - anon_sym_super, - sym_label, - anon_sym_in, - anon_sym_null, - anon_sym_if, - anon_sym_else, - anon_sym_when, - anon_sym_try, - anon_sym_throw, - anon_sym_return, - anon_sym_continue, - anon_sym_break, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_BANG, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [32083] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4605), 24, - anon_sym_COLON, + ACTIONS(4955), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -482891,14 +484634,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4607), 31, + ACTIONS(4957), 30, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_COMMA, anon_sym_SEMI, sym_label, @@ -482923,24 +484665,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [32147] = 8, - ACTIONS(7942), 1, - anon_sym_LBRACE, - ACTIONS(7997), 1, - anon_sym_EQ, - ACTIONS(8112), 1, - anon_sym_COLON, - STATE(4979), 1, - sym_function_body, - STATE(5001), 1, - sym__block, + [33164] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4336), 21, + ACTIONS(4945), 23, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -482959,13 +484693,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4338), 29, + ACTIONS(4947), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_SEMI, sym_label, anon_sym_DOT_DOT, @@ -482989,12 +484725,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [32221] = 3, + [33227] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4700), 24, - anon_sym_COLON, + ACTIONS(4857), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -483018,7 +484753,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4702), 31, + ACTIONS(4859), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -483050,21 +484785,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [32285] = 8, - ACTIONS(7855), 1, + [33290] = 7, + ACTIONS(7866), 1, anon_sym_LBRACE, - ACTIONS(8031), 1, + ACTIONS(8039), 1, anon_sym_EQ, - ACTIONS(8114), 1, - anon_sym_COLON, - STATE(4641), 1, - sym__block, - STATE(4730), 1, + STATE(4580), 1, sym_function_body, + STATE(4690), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4336), 21, + ACTIONS(4099), 21, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -483086,7 +484819,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4338), 29, + ACTIONS(4101), 29, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -483116,86 +484849,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [32359] = 9, - ACTIONS(5681), 1, - anon_sym_where, - ACTIONS(8039), 1, - anon_sym_EQ, - ACTIONS(8041), 1, - anon_sym_LBRACE, - STATE(5077), 1, - sym_type_constraints, - STATE(5282), 1, - sym_function_body, - STATE(5299), 1, - sym__block, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4097), 20, - sym__automatic_semicolon, - sym__string_start, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_COLON_COLON, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_return_AT, - anon_sym_continue_AT, - anon_sym_break_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(4095), 29, - anon_sym_object, - anon_sym_fun, - anon_sym_get, - anon_sym_set, - anon_sym_this, - anon_sym_super, - sym_label, - anon_sym_in, - anon_sym_null, - anon_sym_if, - anon_sym_else, - anon_sym_when, - anon_sym_try, - anon_sym_throw, - anon_sym_return, - anon_sym_continue, - anon_sym_break, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_BANG, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [32435] = 7, - ACTIONS(7855), 1, + [33361] = 7, + ACTIONS(7928), 1, anon_sym_LBRACE, - ACTIONS(7916), 1, + ACTIONS(7971), 1, anon_sym_EQ, - STATE(4641), 1, + STATE(4901), 1, sym__block, - STATE(4691), 1, + STATE(4932), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4382), 22, + ACTIONS(4260), 21, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -483204,7 +484870,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_set, anon_sym_STAR, anon_sym_in, - anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -483218,13 +484883,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4384), 29, + ACTIONS(4262), 29, + sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_SEMI, sym_label, anon_sym_DOT_DOT, @@ -483248,28 +484913,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [32507] = 7, - ACTIONS(7855), 1, - anon_sym_LBRACE, - ACTIONS(7916), 1, - anon_sym_EQ, - STATE(4641), 1, - sym__block, - STATE(4705), 1, - sym_function_body, + [33432] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4386), 22, + ACTIONS(4881), 23, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, anon_sym_STAR, anon_sym_in, - anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -483283,13 +484941,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4388), 29, + ACTIONS(4883), 31, + sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_RPAREN, + anon_sym_COMMA, anon_sym_SEMI, sym_label, anon_sym_DOT_DOT, @@ -483313,21 +484973,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [32579] = 3, + [33495] = 7, + ACTIONS(7866), 1, + anon_sym_LBRACE, + ACTIONS(8039), 1, + anon_sym_EQ, + STATE(4601), 1, + sym_function_body, + STATE(4690), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4813), 23, + ACTIONS(4422), 21, anon_sym_as, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, - anon_sym_STAR, anon_sym_in, + anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -483335,49 +485002,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4815), 31, - sym__automatic_semicolon, + ACTIONS(4424), 29, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_LBRACE, + anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_SEMI, + anon_sym_STAR, + anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_COLON_COLON, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, anon_sym_BANG_EQ_EQ, anon_sym_EQ_EQ_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_BANGin, anon_sym_BANGis, + anon_sym_PERCENT, anon_sym_as_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [32642] = 3, + [33566] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4883), 23, + ACTIONS(4260), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -483401,7 +485065,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4885), 31, + ACTIONS(4262), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -483433,11 +485097,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [32705] = 3, + [33629] = 4, + ACTIONS(8126), 1, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4817), 23, + ACTIONS(4150), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -483461,14 +485127,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4819), 31, + ACTIONS(4148), 30, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_COMMA, anon_sym_SEMI, sym_label, @@ -483493,11 +485158,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [32768] = 3, + [33694] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3840), 23, + ACTIONS(4941), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -483521,7 +485186,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3842), 31, + ACTIONS(4943), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -483553,11 +485218,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [32831] = 3, + [33757] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3854), 23, + ACTIONS(4392), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -483581,7 +485246,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3856), 31, + ACTIONS(4394), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -483613,11 +485278,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [32894] = 3, + [33820] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5009), 23, + ACTIONS(1770), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -483641,7 +485306,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5011), 31, + ACTIONS(1772), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -483673,11 +485338,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [32957] = 3, + [33883] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3027), 23, + ACTIONS(4231), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -483701,7 +485366,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3029), 31, + ACTIONS(4233), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -483733,20 +485398,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [33020] = 5, - ACTIONS(4851), 1, - anon_sym_EQ, + [33946] = 4, + ACTIONS(8128), 1, + anon_sym_else, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4853), 5, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - ACTIONS(4396), 22, + ACTIONS(4792), 22, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_where, @@ -483755,7 +485415,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_set, anon_sym_STAR, anon_sym_in, - anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, anon_sym_is, @@ -483768,7 +485427,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4398), 26, + ACTIONS(4794), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -483784,6 +485443,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_COLON_COLON, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, anon_sym_BANG_EQ_EQ, anon_sym_EQ_EQ_EQ, anon_sym_LT_EQ, @@ -483795,11 +485459,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [33087] = 3, + [34011] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5055), 23, + ACTIONS(5091), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -483823,7 +485487,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5057), 31, + ACTIONS(5093), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -483855,13 +485519,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [33150] = 3, + [34074] = 6, + ACTIONS(4877), 1, + anon_sym_EQ, + ACTIONS(8130), 1, + anon_sym_COLON_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4879), 23, + ACTIONS(4879), 5, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + ACTIONS(4842), 22, anon_sym_as, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_where, @@ -483883,7 +485556,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4881), 31, + ACTIONS(4844), 25, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -483898,12 +485571,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_COLON, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_COLON_COLON, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, anon_sym_BANG_EQ_EQ, anon_sym_EQ_EQ_EQ, anon_sym_LT_EQ, @@ -483915,11 +485582,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [33213] = 3, + [34143] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4825), 23, + ACTIONS(4519), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -483943,7 +485610,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4827), 31, + ACTIONS(4521), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -483975,11 +485642,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [33276] = 3, + [34206] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4875), 23, + ACTIONS(5019), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -484003,7 +485670,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4877), 31, + ACTIONS(5021), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -484035,11 +485702,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [33339] = 3, + [34269] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4023), 23, + ACTIONS(1778), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -484063,7 +485730,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4025), 31, + ACTIONS(1780), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -484095,11 +485762,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [33402] = 3, + [34332] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4867), 23, + ACTIONS(4023), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -484123,7 +485790,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4869), 31, + ACTIONS(4025), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -484155,28 +485822,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [33465] = 7, - ACTIONS(7855), 1, - anon_sym_LBRACE, - ACTIONS(8031), 1, - anon_sym_EQ, - STATE(4641), 1, - sym__block, - STATE(4739), 1, - sym_function_body, + [34395] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4089), 21, + ACTIONS(5027), 23, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, + anon_sym_STAR, anon_sym_in, - anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -484184,116 +485844,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4091), 29, + ACTIONS(5029), 31, + sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_SEMI, - anon_sym_STAR, - anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_COLON_COLON, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, anon_sym_BANG_EQ_EQ, anon_sym_EQ_EQ_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_BANGin, anon_sym_BANGis, - anon_sym_PERCENT, anon_sym_as_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [33536] = 8, - ACTIONS(5681), 1, - anon_sym_where, - ACTIONS(5703), 1, + [34458] = 7, + ACTIONS(7928), 1, anon_sym_LBRACE, - ACTIONS(8116), 1, - anon_sym_COLON, - STATE(5225), 1, - sym_type_constraints, - STATE(5273), 1, - sym_enum_class_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4215), 20, - sym__automatic_semicolon, - sym__string_start, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_COLON_COLON, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_return_AT, - anon_sym_continue_AT, - anon_sym_break_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(4213), 29, - anon_sym_object, - anon_sym_fun, - anon_sym_get, - anon_sym_set, - anon_sym_this, - anon_sym_super, - sym_label, - anon_sym_in, - anon_sym_null, - anon_sym_if, - anon_sym_else, - anon_sym_when, - anon_sym_try, - anon_sym_throw, - anon_sym_return, - anon_sym_continue, - anon_sym_break, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_BANG, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [33609] = 3, + ACTIONS(7971), 1, + anon_sym_EQ, + STATE(4901), 1, + sym__block, + STATE(5032), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4951), 23, + ACTIONS(4047), 21, anon_sym_as, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, - anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -484312,15 +485916,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4953), 31, + ACTIONS(4049), 29, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_COMMA, anon_sym_SEMI, sym_label, anon_sym_DOT_DOT, @@ -484344,21 +485946,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [33672] = 3, + [34529] = 7, + ACTIONS(7866), 1, + anon_sym_LBRACE, + ACTIONS(8039), 1, + anon_sym_EQ, + STATE(4690), 1, + sym__block, + STATE(4716), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4726), 23, + ACTIONS(4047), 21, anon_sym_as, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, - anon_sym_STAR, anon_sym_in, + anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -484366,49 +485975,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4728), 31, - sym__automatic_semicolon, + ACTIONS(4049), 29, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_LBRACE, + anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_SEMI, + anon_sym_STAR, + anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_COLON_COLON, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, anon_sym_BANG_EQ_EQ, anon_sym_EQ_EQ_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_BANGin, anon_sym_BANGis, + anon_sym_PERCENT, anon_sym_as_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [33735] = 3, + [34600] = 4, + ACTIONS(8130), 1, + anon_sym_COLON_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4851), 23, + ACTIONS(4842), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -484432,7 +486040,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4853), 31, + ACTIONS(4844), 30, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -484447,7 +486055,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_COLON, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_COLON_COLON, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -484464,21 +486071,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [33798] = 3, + [34665] = 8, + ACTIONS(5121), 1, + anon_sym_where, + ACTIONS(5161), 1, + anon_sym_LBRACE, + ACTIONS(5930), 1, + anon_sym_COLON, + STATE(4514), 1, + sym_type_constraints, + STATE(4697), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4336), 23, + ACTIONS(3186), 20, anon_sym_as, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, - anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, - anon_sym_STAR, anon_sym_in, + anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -484486,54 +486101,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4338), 31, - sym__automatic_semicolon, + ACTIONS(3190), 29, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_LBRACE, + anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_SEMI, + anon_sym_STAR, + anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_COLON_COLON, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, anon_sym_BANG_EQ_EQ, anon_sym_EQ_EQ_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_BANGin, anon_sym_BANGis, + anon_sym_PERCENT, anon_sym_as_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [33861] = 3, + [34738] = 7, + ACTIONS(7928), 1, + anon_sym_LBRACE, + ACTIONS(7971), 1, + anon_sym_EQ, + STATE(4901), 1, + sym__block, + STATE(4949), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4809), 23, + ACTIONS(4256), 21, anon_sym_as, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, - anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -484552,15 +486170,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4811), 31, + ACTIONS(4258), 29, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_COMMA, anon_sym_SEMI, sym_label, anon_sym_DOT_DOT, @@ -484584,11 +486200,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [33924] = 3, + [34809] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4863), 23, + ACTIONS(3969), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -484612,7 +486228,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4865), 31, + ACTIONS(3971), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -484644,13 +486260,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [33987] = 4, - ACTIONS(6584), 1, - anon_sym_LPAREN, + [34872] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4249), 23, + ACTIONS(4256), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -484674,13 +486288,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4252), 30, + ACTIONS(4258), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_COMMA, anon_sym_SEMI, sym_label, @@ -484705,11 +486320,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [34052] = 3, + [34935] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4623), 23, + sym__automatic_semicolon, + sym__string_start, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_STAR, + anon_sym_COLON_COLON, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_return_AT, + anon_sym_continue_AT, + anon_sym_break_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(4621), 31, + anon_sym_by, + anon_sym_where, + anon_sym_object, + anon_sym_fun, + anon_sym_get, + anon_sym_set, + anon_sym_this, + anon_sym_super, + sym_label, + anon_sym_in, + anon_sym_null, + anon_sym_if, + anon_sym_else, + anon_sym_when, + anon_sym_try, + anon_sym_throw, + anon_sym_return, + anon_sym_continue, + anon_sym_break, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_BANG, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, + sym__alpha_identifier, + [34998] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4829), 23, + ACTIONS(4672), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -484733,7 +486408,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4831), 31, + ACTIONS(4674), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -484765,11 +486440,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [34115] = 3, + [35061] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5047), 23, + ACTIONS(5065), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -484793,7 +486468,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5049), 31, + ACTIONS(5067), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -484825,11 +486500,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [34178] = 3, + [35124] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5043), 23, + ACTIONS(5015), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -484853,7 +486528,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5045), 31, + ACTIONS(5017), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -484885,11 +486560,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [34241] = 3, + [35187] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5015), 23, + ACTIONS(4246), 23, + sym__automatic_semicolon, + sym__string_start, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_STAR, + anon_sym_COLON_COLON, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_return_AT, + anon_sym_continue_AT, + anon_sym_break_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(4244), 31, + anon_sym_by, + anon_sym_where, + anon_sym_object, + anon_sym_fun, + anon_sym_get, + anon_sym_set, + anon_sym_this, + anon_sym_super, + sym_label, + anon_sym_in, + anon_sym_null, + anon_sym_if, + anon_sym_else, + anon_sym_when, + anon_sym_try, + anon_sym_throw, + anon_sym_return, + anon_sym_continue, + anon_sym_break, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_BANG, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, + sym__alpha_identifier, + [35250] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4897), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -484913,7 +486648,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5017), 31, + ACTIONS(4899), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -484945,11 +486680,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [34304] = 3, + [35313] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4718), 23, + ACTIONS(4426), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -484973,7 +486708,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4720), 31, + ACTIONS(4428), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -485005,11 +486740,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [34367] = 3, + [35376] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5063), 23, + ACTIONS(4885), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -485033,7 +486768,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5065), 31, + ACTIONS(4887), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -485065,13 +486800,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [34430] = 4, - ACTIONS(6588), 1, + [35439] = 4, + ACTIONS(8133), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4233), 23, + ACTIONS(4293), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -485095,7 +486830,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4236), 30, + ACTIONS(4291), 30, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -485126,11 +486861,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [34495] = 3, + [35504] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4947), 23, + ACTIONS(3082), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -485154,7 +486889,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4949), 31, + ACTIONS(3084), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -485186,21 +486921,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [34558] = 6, - ACTIONS(5397), 1, - anon_sym_LBRACE, - ACTIONS(8118), 1, - anon_sym_COLON, - STATE(4949), 1, - sym_class_body, + [35567] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4509), 22, + ACTIONS(5011), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -485219,13 +486949,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4511), 29, + ACTIONS(5013), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_SEMI, sym_label, anon_sym_DOT_DOT, @@ -485249,11 +486981,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [34627] = 3, + [35630] = 5, + ACTIONS(8128), 1, + anon_sym_else, + ACTIONS(8135), 1, + anon_sym_SEMI, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4999), 23, + ACTIONS(4792), 22, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -485264,7 +487000,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_set, anon_sym_STAR, anon_sym_in, - anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, anon_sym_is, @@ -485277,7 +487012,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5001), 31, + ACTIONS(4794), 30, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -485286,7 +487021,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_SEMI, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -485309,22 +487043,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [34690] = 7, - ACTIONS(7942), 1, - anon_sym_LBRACE, - ACTIONS(7997), 1, - anon_sym_EQ, - STATE(4913), 1, - sym_function_body, - STATE(5001), 1, - sym__block, + [35697] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4503), 21, + ACTIONS(1784), 23, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -485343,13 +487071,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4505), 29, + ACTIONS(1786), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_SEMI, sym_label, anon_sym_DOT_DOT, @@ -485373,11 +487103,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [34761] = 3, + [35760] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5039), 23, + ACTIONS(3186), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -485401,7 +487131,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5041), 31, + ACTIONS(3190), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -485433,11 +487163,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [34824] = 3, + [35823] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3061), 23, + ACTIONS(3338), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -485461,7 +487191,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3063), 31, + ACTIONS(3340), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -485493,11 +487223,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [34887] = 3, + [35886] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4503), 23, + ACTIONS(4756), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -485521,7 +487251,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4505), 31, + ACTIONS(4758), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -485553,13 +487283,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [34950] = 4, - ACTIONS(8120), 1, - anon_sym_LPAREN, + [35949] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4241), 23, + ACTIONS(4487), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -485583,13 +487311,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4239), 30, + ACTIONS(4489), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_COMMA, anon_sym_SEMI, sym_label, @@ -485614,13 +487343,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [35015] = 4, - ACTIONS(8122), 1, - anon_sym_LPAREN, + [36012] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4257), 23, + ACTIONS(4923), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -485644,13 +487371,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4255), 30, + ACTIONS(4925), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_COMMA, anon_sym_SEMI, sym_label, @@ -485675,11 +487403,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [35080] = 3, + [36075] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3340), 23, + ACTIONS(4654), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -485703,7 +487431,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3342), 31, + ACTIONS(4656), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -485735,16 +487463,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [35143] = 3, + [36138] = 7, + ACTIONS(7928), 1, + anon_sym_LBRACE, + ACTIONS(7971), 1, + anon_sym_EQ, + STATE(4901), 1, + sym__block, + STATE(4954), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4567), 23, + ACTIONS(4487), 21, anon_sym_as, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, - anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -485763,15 +487497,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4569), 31, + ACTIONS(4489), 29, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_COMMA, anon_sym_SEMI, sym_label, anon_sym_DOT_DOT, @@ -485795,76 +487527,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [35206] = 8, - ACTIONS(5681), 1, - anon_sym_where, - ACTIONS(5703), 1, - anon_sym_LBRACE, - ACTIONS(5948), 1, - anon_sym_COLON, - STATE(5193), 1, - sym_type_constraints, - STATE(5327), 1, - sym_enum_class_body, + [36209] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3208), 20, - sym__automatic_semicolon, - sym__string_start, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_COLON_COLON, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_return_AT, - anon_sym_continue_AT, - anon_sym_break_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(3204), 29, - anon_sym_object, - anon_sym_fun, - anon_sym_get, - anon_sym_set, - anon_sym_this, - anon_sym_super, - sym_label, - anon_sym_in, - anon_sym_null, - anon_sym_if, - anon_sym_else, - anon_sym_when, - anon_sym_try, - anon_sym_throw, - anon_sym_return, - anon_sym_continue, - anon_sym_break, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_BANG, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [35279] = 3, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4887), 23, + ACTIONS(4915), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -485888,7 +487555,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4889), 31, + ACTIONS(4917), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -485920,13 +487587,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [35342] = 4, - ACTIONS(8124), 1, - anon_sym_LPAREN, + [36272] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4923), 23, + ACTIONS(4911), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -485950,13 +487615,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4925), 30, + ACTIONS(4913), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_COMMA, anon_sym_SEMI, sym_label, @@ -485981,13 +487647,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [35407] = 4, - ACTIONS(8126), 1, - anon_sym_LPAREN, + [36335] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4929), 23, + ACTIONS(4780), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -486011,13 +487675,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4931), 30, + ACTIONS(4782), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_COMMA, anon_sym_SEMI, sym_label, @@ -486042,76 +487707,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [35472] = 8, - ACTIONS(5675), 1, - anon_sym_LBRACE, - ACTIONS(5681), 1, - anon_sym_where, - ACTIONS(8128), 1, - anon_sym_COLON, - STATE(5190), 1, - sym_type_constraints, - STATE(5369), 1, - sym_class_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4199), 20, - sym__automatic_semicolon, - sym__string_start, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_COLON_COLON, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_return_AT, - anon_sym_continue_AT, - anon_sym_break_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(4197), 29, - anon_sym_object, - anon_sym_fun, - anon_sym_get, - anon_sym_set, - anon_sym_this, - anon_sym_super, - sym_label, - anon_sym_in, - anon_sym_null, - anon_sym_if, - anon_sym_else, - anon_sym_when, - anon_sym_try, - anon_sym_throw, - anon_sym_return, - anon_sym_continue, - anon_sym_break, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_BANG, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [35545] = 3, + [36398] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3214), 23, + ACTIONS(4997), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -486135,7 +487735,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3218), 31, + ACTIONS(4999), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -486167,21 +487767,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [35608] = 3, + [36461] = 8, + ACTIONS(5115), 1, + anon_sym_LBRACE, + ACTIONS(5121), 1, + anon_sym_where, + ACTIONS(5942), 1, + anon_sym_COLON, + STATE(4524), 1, + sym_type_constraints, + STATE(4697), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4801), 23, + ACTIONS(3186), 20, anon_sym_as, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, - anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, - anon_sym_STAR, anon_sym_in, + anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -486189,49 +487797,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4803), 31, - sym__automatic_semicolon, + ACTIONS(3190), 29, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_LBRACE, + anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_SEMI, + anon_sym_STAR, + anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_COLON_COLON, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, anon_sym_BANG_EQ_EQ, anon_sym_EQ_EQ_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_BANGin, anon_sym_BANGis, + anon_sym_PERCENT, anon_sym_as_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [35671] = 3, + [36534] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4955), 23, + ACTIONS(5039), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -486255,7 +487860,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4957), 31, + ACTIONS(5041), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -486287,23 +487892,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [35734] = 7, - ACTIONS(7855), 1, + [36597] = 8, + ACTIONS(5115), 1, anon_sym_LBRACE, - ACTIONS(8031), 1, - anon_sym_EQ, - STATE(4641), 1, - sym__block, - STATE(4705), 1, - sym_function_body, + ACTIONS(5121), 1, + anon_sym_where, + ACTIONS(8137), 1, + anon_sym_COLON, + STATE(4544), 1, + sym_type_constraints, + STATE(4638), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4386), 21, + ACTIONS(4231), 20, anon_sym_as, anon_sym_LT, anon_sym_GT, - anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -486321,7 +487927,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4388), 29, + ACTIONS(4233), 29, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -486351,11 +487957,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [35805] = 3, + [36670] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4382), 23, + ACTIONS(4772), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -486379,7 +487985,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4384), 31, + ACTIONS(4774), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -486411,11 +488017,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [35868] = 3, + [36733] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4797), 23, + ACTIONS(4005), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -486439,7 +488045,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4799), 31, + ACTIONS(4007), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -486471,11 +488077,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [35931] = 3, + [36796] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3874), 23, + ACTIONS(4303), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -486499,7 +488105,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3876), 31, + ACTIONS(4305), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -486531,86 +488137,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [35994] = 8, - ACTIONS(5681), 1, - anon_sym_where, - ACTIONS(5703), 1, + [36859] = 7, + ACTIONS(7866), 1, anon_sym_LBRACE, - ACTIONS(8130), 1, - anon_sym_COLON, - STATE(5227), 1, - sym_type_constraints, - STATE(5369), 1, - sym_enum_class_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4199), 20, - sym__automatic_semicolon, - sym__string_start, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_COLON_COLON, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_return_AT, - anon_sym_continue_AT, - anon_sym_break_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(4197), 29, - anon_sym_object, - anon_sym_fun, - anon_sym_get, - anon_sym_set, - anon_sym_this, - anon_sym_super, - sym_label, - anon_sym_in, - anon_sym_null, - anon_sym_if, - anon_sym_else, - anon_sym_when, - anon_sym_try, - anon_sym_throw, - anon_sym_return, - anon_sym_continue, - anon_sym_break, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_BANG, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [36067] = 3, + ACTIONS(8039), 1, + anon_sym_EQ, + STATE(4690), 1, + sym__block, + STATE(4740), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3254), 23, + ACTIONS(4426), 21, anon_sym_as, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, - anon_sym_STAR, anon_sym_in, + anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -486618,109 +488166,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3256), 31, - sym__automatic_semicolon, + ACTIONS(4428), 29, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_LBRACE, + anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_SEMI, + anon_sym_STAR, + anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_COLON_COLON, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, anon_sym_BANG_EQ_EQ, anon_sym_EQ_EQ_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_BANGin, anon_sym_BANGis, + anon_sym_PERCENT, anon_sym_as_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [36130] = 3, + [36930] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4621), 23, - sym__automatic_semicolon, - sym__string_start, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_STAR, - anon_sym_COLON_COLON, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_return_AT, - anon_sym_continue_AT, - anon_sym_break_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(4619), 31, - anon_sym_by, - anon_sym_where, - anon_sym_object, - anon_sym_fun, - anon_sym_get, - anon_sym_set, - anon_sym_this, - anon_sym_super, - sym_label, - anon_sym_in, - anon_sym_null, - anon_sym_if, - anon_sym_else, - anon_sym_when, - anon_sym_try, - anon_sym_throw, - anon_sym_return, - anon_sym_continue, - anon_sym_break, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_BANG, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [36193] = 3, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(5005), 23, + ACTIONS(4804), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -486744,7 +488229,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5007), 31, + ACTIONS(4806), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -486776,21 +488261,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [36256] = 3, + [36993] = 7, + ACTIONS(7866), 1, + anon_sym_LBRACE, + ACTIONS(8039), 1, + anon_sym_EQ, + STATE(4573), 1, + sym_function_body, + STATE(4690), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4454), 23, + ACTIONS(4260), 21, anon_sym_as, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, - anon_sym_STAR, anon_sym_in, + anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -486798,60 +488290,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4456), 31, - sym__automatic_semicolon, + ACTIONS(4262), 29, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_LBRACE, + anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_SEMI, + anon_sym_STAR, + anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_COLON_COLON, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, anon_sym_BANG_EQ_EQ, anon_sym_EQ_EQ_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_BANGin, anon_sym_BANGis, + anon_sym_PERCENT, anon_sym_as_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [36319] = 7, - ACTIONS(7942), 1, - anon_sym_LBRACE, - ACTIONS(7997), 1, - anon_sym_EQ, - STATE(4925), 1, - sym_function_body, - STATE(5001), 1, - sym__block, + [37064] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4181), 21, + ACTIONS(4971), 23, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -486870,13 +488353,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4183), 29, + ACTIONS(4973), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_SEMI, sym_label, anon_sym_DOT_DOT, @@ -486900,11 +488385,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [36390] = 3, + [37127] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4995), 23, + ACTIONS(5077), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -486928,7 +488413,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4997), 31, + ACTIONS(5079), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -486960,11 +488445,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [36453] = 3, + [37190] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4943), 23, + ACTIONS(4808), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -486988,7 +488473,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4945), 31, + ACTIONS(4810), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -487020,11 +488505,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [36516] = 3, + [37253] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4181), 23, + ACTIONS(4768), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -487048,7 +488533,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4183), 31, + ACTIONS(4770), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -487080,11 +488565,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [36579] = 3, + [37316] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4789), 23, + ACTIONS(4828), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -487108,7 +488593,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4791), 31, + ACTIONS(4830), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -487140,75 +488625,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [36642] = 7, - ACTIONS(7855), 1, - anon_sym_LBRACE, - ACTIONS(8031), 1, - anon_sym_EQ, - STATE(4641), 1, - sym__block, - STATE(4666), 1, - sym_function_body, + [37379] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4300), 21, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - anon_sym_where, - anon_sym_DOT, - anon_sym_get, - anon_sym_set, - anon_sym_in, - anon_sym_while, - anon_sym_else, - anon_sym_BANG_EQ, - anon_sym_EQ_EQ, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4302), 29, - sym_safe_nav, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_STAR, - anon_sym_DASH_GT, - sym_label, - anon_sym_DOT_DOT, - anon_sym_QMARK_COLON, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_COLON_COLON, - anon_sym_BANG_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_PERCENT, - anon_sym_as_QMARK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BANG_BANG, - sym__backtick_identifier, - [36713] = 3, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(1782), 23, + ACTIONS(3029), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -487232,7 +488653,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(1784), 31, + ACTIONS(3031), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -487264,11 +488685,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [36776] = 3, + [37442] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5027), 23, + ACTIONS(4889), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -487292,7 +488713,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5029), 31, + ACTIONS(4891), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -487324,11 +488745,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [36839] = 3, + [37505] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5023), 23, + ACTIONS(4188), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -487352,7 +488773,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5025), 31, + ACTIONS(4190), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -487384,11 +488805,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [36902] = 3, + [37568] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4785), 23, + ACTIONS(4979), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -487412,7 +488833,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4787), 31, + ACTIONS(4981), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -487444,11 +488865,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [36965] = 3, + [37631] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4406), 23, + ACTIONS(4907), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -487472,7 +488893,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4408), 31, + ACTIONS(4909), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -487504,11 +488925,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [37028] = 3, + [37694] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4495), 23, + ACTIONS(4416), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -487532,7 +488953,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4497), 31, + ACTIONS(4418), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -487564,21 +488985,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [37091] = 6, - ACTIONS(5397), 1, - anon_sym_LBRACE, - ACTIONS(8132), 1, - anon_sym_COLON, - STATE(4997), 1, - sym_class_body, + [37757] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4517), 22, + ACTIONS(4975), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -487597,13 +489013,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4519), 29, + ACTIONS(4977), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_SEMI, sym_label, anon_sym_DOT_DOT, @@ -487627,16 +489045,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [37160] = 3, + [37820] = 6, + ACTIONS(5401), 1, + anon_sym_LBRACE, + ACTIONS(8139), 1, + anon_sym_COLON, + STATE(4925), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5059), 23, + ACTIONS(4410), 22, anon_sym_as, anon_sym_EQ, anon_sym_LT, anon_sym_GT, - anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -487655,15 +489078,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5061), 31, + ACTIONS(4412), 29, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_COMMA, anon_sym_SEMI, sym_label, anon_sym_DOT_DOT, @@ -487687,21 +489108,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [37223] = 3, + [37889] = 8, + ACTIONS(5121), 1, + anon_sym_where, + ACTIONS(5161), 1, + anon_sym_LBRACE, + ACTIONS(5966), 1, + anon_sym_COLON, + STATE(4557), 1, + sym_type_constraints, + STATE(4603), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5019), 23, + ACTIONS(3196), 20, anon_sym_as, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, - anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, - anon_sym_STAR, anon_sym_in, + anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -487709,60 +489138,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5021), 31, - sym__automatic_semicolon, + ACTIONS(3200), 29, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_LBRACE, + anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_SEMI, + anon_sym_STAR, + anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_COLON_COLON, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, anon_sym_BANG_EQ_EQ, anon_sym_EQ_EQ_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_BANGin, anon_sym_BANGis, + anon_sym_PERCENT, anon_sym_as_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [37286] = 7, - ACTIONS(7942), 1, - anon_sym_LBRACE, - ACTIONS(7997), 1, - anon_sym_EQ, - STATE(4950), 1, - sym_function_body, - STATE(5001), 1, - sym__block, + [37962] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4300), 21, + ACTIONS(4820), 23, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -487781,13 +489201,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4302), 29, + ACTIONS(4822), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_SEMI, sym_label, anon_sym_DOT_DOT, @@ -487811,11 +489233,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [37357] = 3, + [38025] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4704), 23, + ACTIONS(4511), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -487839,7 +489261,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4706), 31, + ACTIONS(4513), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -487871,11 +489293,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [37420] = 3, + [38088] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4300), 23, + ACTIONS(4893), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -487899,7 +489321,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4302), 31, + ACTIONS(4895), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -487931,21 +489353,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [37483] = 3, + [38151] = 7, + ACTIONS(7866), 1, + anon_sym_LBRACE, + ACTIONS(8039), 1, + anon_sym_EQ, + STATE(4683), 1, + sym_function_body, + STATE(4690), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4722), 23, + ACTIONS(4256), 21, anon_sym_as, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, - anon_sym_STAR, anon_sym_in, + anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -487953,49 +489382,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4724), 31, - sym__automatic_semicolon, + ACTIONS(4258), 29, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_LBRACE, + anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_SEMI, + anon_sym_STAR, + anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_COLON_COLON, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, anon_sym_BANG_EQ_EQ, anon_sym_EQ_EQ_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_BANGin, anon_sym_BANGis, + anon_sym_PERCENT, anon_sym_as_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [37546] = 3, + [38222] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1752), 23, + ACTIONS(4812), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -488019,7 +489445,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(1754), 31, + ACTIONS(4814), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -488051,11 +489477,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [37609] = 3, + [38285] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4989), 23, + ACTIONS(4760), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -488079,7 +489505,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4991), 31, + ACTIONS(4762), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -488111,11 +489537,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [37672] = 3, + [38348] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4985), 23, + ACTIONS(4716), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -488139,7 +489565,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4987), 31, + ACTIONS(4718), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -488171,11 +489597,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [37735] = 3, + [38411] = 4, + ACTIONS(6584), 1, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4284), 23, + ACTIONS(4142), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -488199,14 +489627,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4286), 31, + ACTIONS(4145), 30, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_COMMA, anon_sym_SEMI, sym_label, @@ -488231,22 +489658,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [37798] = 7, - ACTIONS(7942), 1, - anon_sym_LBRACE, - ACTIONS(7997), 1, - anon_sym_EQ, - STATE(5001), 1, - sym__block, - STATE(5006), 1, - sym_function_body, + [38476] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4382), 21, + ACTIONS(4748), 23, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -488265,13 +489686,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4384), 29, + ACTIONS(4750), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_SEMI, sym_label, anon_sym_DOT_DOT, @@ -488295,11 +489718,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [37869] = 3, + [38539] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4981), 23, + ACTIONS(3278), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -488323,7 +489746,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4983), 31, + ACTIONS(3280), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -488355,141 +489778,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [37932] = 8, - ACTIONS(5675), 1, - anon_sym_LBRACE, - ACTIONS(5681), 1, - anon_sym_where, - ACTIONS(5946), 1, - anon_sym_COLON, - STATE(5239), 1, - sym_type_constraints, - STATE(5342), 1, - sym_class_body, + [38602] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3194), 20, - sym__automatic_semicolon, - sym__string_start, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_COLON_COLON, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_return_AT, - anon_sym_continue_AT, - anon_sym_break_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(3190), 29, - anon_sym_object, - anon_sym_fun, - anon_sym_get, - anon_sym_set, - anon_sym_this, - anon_sym_super, - sym_label, - anon_sym_in, - anon_sym_null, - anon_sym_if, - anon_sym_else, - anon_sym_when, - anon_sym_try, - anon_sym_throw, - anon_sym_return, - anon_sym_continue, - anon_sym_break, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_BANG, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [38005] = 8, - ACTIONS(5127), 1, - anon_sym_LBRACE, - ACTIONS(5133), 1, - anon_sym_where, - ACTIONS(5960), 1, - anon_sym_COLON, - STATE(4540), 1, - sym_type_constraints, - STATE(4709), 1, - sym_class_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(3190), 20, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - anon_sym_DOT, - anon_sym_get, - anon_sym_set, - anon_sym_in, - anon_sym_while, - anon_sym_else, - anon_sym_BANG_EQ, - anon_sym_EQ_EQ, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(3194), 29, - sym_safe_nav, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_STAR, - anon_sym_DASH_GT, - sym_label, - anon_sym_DOT_DOT, - anon_sym_QMARK_COLON, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_COLON_COLON, - anon_sym_BANG_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_PERCENT, - anon_sym_as_QMARK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BANG_BANG, - sym__backtick_identifier, - [38078] = 3, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(3190), 23, + ACTIONS(4402), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -488513,7 +489806,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3194), 31, + ACTIONS(4404), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -488545,11 +489838,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [38141] = 3, + [38665] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4583), 23, + ACTIONS(4720), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -488573,7 +489866,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4585), 31, + ACTIONS(4722), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -488605,11 +489898,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [38204] = 3, + [38728] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1694), 23, + ACTIONS(3212), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -488633,7 +489926,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(1696), 31, + ACTIONS(3216), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -488665,11 +489958,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [38267] = 3, + [38791] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5035), 23, + ACTIONS(4019), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -488693,7 +489986,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5037), 31, + ACTIONS(4021), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -488725,11 +490018,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [38330] = 3, + [38854] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4971), 23, + ACTIONS(4724), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -488753,7 +490046,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4973), 31, + ACTIONS(4726), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -488785,11 +490078,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [38393] = 3, + [38917] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4386), 23, + ACTIONS(4764), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -488813,7 +490106,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4388), 31, + ACTIONS(4766), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -488845,75 +490138,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [38456] = 7, - ACTIONS(7855), 1, - anon_sym_LBRACE, - ACTIONS(8031), 1, - anon_sym_EQ, - STATE(4641), 1, - sym__block, - STATE(4653), 1, - sym_function_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4181), 21, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - anon_sym_where, - anon_sym_DOT, - anon_sym_get, - anon_sym_set, - anon_sym_in, - anon_sym_while, - anon_sym_else, - anon_sym_BANG_EQ, - anon_sym_EQ_EQ, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4183), 29, - sym_safe_nav, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_STAR, - anon_sym_DASH_GT, - sym_label, - anon_sym_DOT_DOT, - anon_sym_QMARK_COLON, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_COLON_COLON, - anon_sym_BANG_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_PERCENT, - anon_sym_as_QMARK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BANG_BANG, - sym__backtick_identifier, - [38527] = 3, + [38980] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4963), 23, + ACTIONS(4937), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -488937,7 +490166,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4965), 31, + ACTIONS(4939), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -488969,22 +490198,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [38590] = 7, - ACTIONS(7942), 1, - anon_sym_LBRACE, - ACTIONS(7997), 1, - anon_sym_EQ, - STATE(5001), 1, - sym__block, - STATE(5045), 1, - sym_function_body, + [39043] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4083), 21, + ACTIONS(5005), 23, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -489003,13 +490226,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4085), 29, + ACTIONS(5007), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_SEMI, sym_label, anon_sym_DOT_DOT, @@ -489033,11 +490258,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [38661] = 3, + [39106] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4083), 23, + ACTIONS(5035), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -489061,7 +490286,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4085), 31, + ACTIONS(5037), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -489093,11 +490318,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [38724] = 3, + [39169] = 4, + ACTIONS(6613), 1, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4871), 23, + ACTIONS(4285), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -489121,14 +490348,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4873), 31, + ACTIONS(4288), 30, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_COMMA, anon_sym_SEMI, sym_label, @@ -489153,71 +490379,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [38787] = 3, + [39234] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4593), 23, - sym__automatic_semicolon, - sym__string_start, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_STAR, - anon_sym_COLON_COLON, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_return_AT, - anon_sym_continue_AT, - anon_sym_break_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(4591), 31, - anon_sym_by, - anon_sym_where, - anon_sym_object, - anon_sym_fun, - anon_sym_get, - anon_sym_set, - anon_sym_this, - anon_sym_super, - sym_label, - anon_sym_in, - anon_sym_null, - anon_sym_if, - anon_sym_else, - anon_sym_when, - anon_sym_try, - anon_sym_throw, - anon_sym_return, - anon_sym_continue, - anon_sym_break, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_BANG, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [38850] = 3, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(5031), 23, + ACTIONS(4951), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -489241,7 +490407,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5033), 31, + ACTIONS(4953), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -489273,11 +490439,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [38913] = 3, + [39297] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4396), 23, + ACTIONS(4346), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -489301,7 +490467,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4398), 31, + ACTIONS(4348), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -489333,86 +490499,93 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [38976] = 8, - ACTIONS(5675), 1, + [39360] = 7, + ACTIONS(7866), 1, anon_sym_LBRACE, - ACTIONS(5681), 1, - anon_sym_where, - ACTIONS(5924), 1, - anon_sym_COLON, - STATE(5210), 1, - sym_type_constraints, - STATE(5281), 1, - sym_class_body, + ACTIONS(8039), 1, + anon_sym_EQ, + STATE(4653), 1, + sym_function_body, + STATE(4690), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3218), 20, - sym__automatic_semicolon, - sym__string_start, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_COLON_COLON, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_return_AT, - anon_sym_continue_AT, - anon_sym_break_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(3214), 29, - anon_sym_object, - anon_sym_fun, + ACTIONS(4031), 21, + anon_sym_as, + anon_sym_LT, + anon_sym_GT, + anon_sym_where, + anon_sym_DOT, anon_sym_get, anon_sym_set, - anon_sym_this, - anon_sym_super, - sym_label, anon_sym_in, - anon_sym_null, - anon_sym_if, + anon_sym_while, anon_sym_else, - anon_sym_when, - anon_sym_try, - anon_sym_throw, - anon_sym_return, - anon_sym_continue, - anon_sym_break, + anon_sym_BANG_EQ, + anon_sym_EQ_EQ, anon_sym_is, anon_sym_PLUS, anon_sym_DASH, - anon_sym_BANG, + anon_sym_SLASH, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, sym__alpha_identifier, - [39049] = 3, + ACTIONS(4033), 29, + sym_safe_nav, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_STAR, + anon_sym_DASH_GT, + sym_label, + anon_sym_DOT_DOT, + anon_sym_QMARK_COLON, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_COLON_COLON, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_PERCENT, + anon_sym_as_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG_BANG, + sym__backtick_identifier, + [39431] = 8, + ACTIONS(5115), 1, + anon_sym_LBRACE, + ACTIONS(5121), 1, + anon_sym_where, + ACTIONS(8141), 1, + anon_sym_COLON, + STATE(4521), 1, + sym_type_constraints, + STATE(4720), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4939), 23, + ACTIONS(4188), 20, anon_sym_as, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, - anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, - anon_sym_STAR, anon_sym_in, + anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -489420,60 +490593,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4941), 31, - sym__automatic_semicolon, + ACTIONS(4190), 29, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_LBRACE, + anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_SEMI, + anon_sym_STAR, + anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_COLON_COLON, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, anon_sym_BANG_EQ_EQ, anon_sym_EQ_EQ_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_BANGin, anon_sym_BANGis, + anon_sym_PERCENT, anon_sym_as_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [39112] = 6, - ACTIONS(4750), 1, - anon_sym_EQ, - ACTIONS(8134), 1, - anon_sym_COLON_COLON, + [39504] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4755), 5, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - ACTIONS(4746), 22, + ACTIONS(201), 23, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_where, @@ -489495,7 +490656,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4748), 25, + ACTIONS(199), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -489510,6 +490671,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_COLON, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + anon_sym_COLON_COLON, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, anon_sym_BANG_EQ_EQ, anon_sym_EQ_EQ_EQ, anon_sym_LT_EQ, @@ -489521,11 +490688,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [39181] = 3, + [39567] = 5, + ACTIONS(6963), 1, + anon_sym_by, + STATE(5182), 1, + sym_value_arguments, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4418), 22, + sym__automatic_semicolon, + sym__string_start, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_STAR, + anon_sym_COLON_COLON, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_return_AT, + anon_sym_continue_AT, + anon_sym_break_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(4416), 30, + anon_sym_where, + anon_sym_object, + anon_sym_fun, + anon_sym_get, + anon_sym_set, + anon_sym_this, + anon_sym_super, + sym_label, + anon_sym_in, + anon_sym_null, + anon_sym_if, + anon_sym_else, + anon_sym_when, + anon_sym_try, + anon_sym_throw, + anon_sym_return, + anon_sym_continue, + anon_sym_break, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_BANG, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, + sym__alpha_identifier, + [39634] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4460), 23, + ACTIONS(4740), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -489549,7 +490778,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4462), 31, + ACTIONS(4742), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -489581,19 +490810,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [39244] = 7, - ACTIONS(7855), 1, - anon_sym_LBRACE, - ACTIONS(8031), 1, + [39697] = 6, + ACTIONS(3943), 1, anon_sym_EQ, - STATE(4641), 1, - sym__block, - STATE(4708), 1, - sym_function_body, + ACTIONS(7131), 1, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4095), 21, + ACTIONS(3948), 5, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + ACTIONS(4285), 22, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -489601,8 +490832,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, anon_sym_get, anon_sym_set, + anon_sym_STAR, anon_sym_in, - anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -489610,23 +490841,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4097), 29, + ACTIONS(4288), 25, + sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_SEMI, - anon_sym_STAR, - anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -489639,17 +490868,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_BANGin, anon_sym_BANGis, - anon_sym_PERCENT, anon_sym_as_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [39315] = 3, + [39766] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4757), 23, + ACTIONS(4627), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -489673,7 +490901,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4759), 31, + ACTIONS(4629), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -489705,19 +490933,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [39378] = 7, - ACTIONS(7855), 1, - anon_sym_LBRACE, - ACTIONS(8031), 1, + [39829] = 6, + ACTIONS(3943), 1, anon_sym_EQ, - STATE(4641), 1, - sym__block, - STATE(4691), 1, - sym_function_body, + ACTIONS(7103), 1, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4382), 21, + ACTIONS(3948), 5, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + ACTIONS(4142), 22, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -489725,8 +490955,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, anon_sym_get, anon_sym_set, + anon_sym_STAR, anon_sym_in, - anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -489734,23 +490964,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4384), 29, + ACTIONS(4145), 25, + sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_SEMI, - anon_sym_STAR, - anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -489763,28 +490991,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_BANGin, anon_sym_BANGis, - anon_sym_PERCENT, anon_sym_as_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [39449] = 7, - ACTIONS(7942), 1, - anon_sym_LBRACE, - ACTIONS(7997), 1, - anon_sym_EQ, - STATE(4908), 1, - sym_function_body, - STATE(5001), 1, - sym__block, + [39898] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4326), 21, + ACTIONS(4987), 23, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -489803,13 +491024,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4328), 29, + ACTIONS(4989), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_SEMI, sym_label, anon_sym_DOT_DOT, @@ -489833,11 +491056,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [39520] = 3, + [39961] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(119), 23, + ACTIONS(5043), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -489861,7 +491084,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(117), 31, + ACTIONS(5045), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -489893,11 +491116,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [39583] = 3, + [40024] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4855), 23, + ACTIONS(4784), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -489921,7 +491144,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4857), 31, + ACTIONS(4786), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -489953,16 +491176,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [39646] = 3, + [40087] = 7, + ACTIONS(7928), 1, + anon_sym_LBRACE, + ACTIONS(7971), 1, + anon_sym_EQ, + STATE(4901), 1, + sym__block, + STATE(5031), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4859), 23, + ACTIONS(4210), 21, anon_sym_as, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, - anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -489981,15 +491210,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4861), 31, + ACTIONS(4212), 29, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_COMMA, anon_sym_SEMI, sym_label, anon_sym_DOT_DOT, @@ -490013,11 +491240,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [39709] = 3, + [40158] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4917), 23, + ACTIONS(4849), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -490041,7 +491268,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4919), 31, + ACTIONS(4851), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -490073,11 +491300,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [39772] = 3, + [40221] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4434), 23, + ACTIONS(5087), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -490101,7 +491328,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4436), 31, + ACTIONS(5089), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -490133,11 +491360,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [39835] = 3, + [40284] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4935), 23, + ACTIONS(5073), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -490161,7 +491388,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4937), 31, + ACTIONS(5075), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -490193,88 +491420,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [39898] = 3, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4296), 23, - sym__automatic_semicolon, - sym__string_start, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_STAR, - anon_sym_COLON_COLON, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_return_AT, - anon_sym_continue_AT, - anon_sym_break_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(4294), 31, - anon_sym_by, - anon_sym_where, - anon_sym_object, - anon_sym_fun, - anon_sym_get, - anon_sym_set, - anon_sym_this, - anon_sym_super, - sym_label, - anon_sym_in, - anon_sym_null, - anon_sym_if, - anon_sym_else, - anon_sym_when, - anon_sym_try, - anon_sym_throw, - anon_sym_return, - anon_sym_continue, - anon_sym_break, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_BANG, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [39961] = 7, - ACTIONS(7855), 1, - anon_sym_LBRACE, - ACTIONS(8031), 1, - anon_sym_EQ, - STATE(4641), 1, - sym__block, - STATE(4677), 1, - sym_function_body, + [40347] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4101), 21, + ACTIONS(4099), 23, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, + anon_sym_STAR, anon_sym_in, - anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -490282,57 +491442,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4103), 29, + ACTIONS(4101), 31, + sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_SEMI, - anon_sym_STAR, - anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_COLON_COLON, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, anon_sym_BANG_EQ_EQ, anon_sym_EQ_EQ_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_BANGin, anon_sym_BANGis, - anon_sym_PERCENT, anon_sym_as_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [40032] = 7, - ACTIONS(7942), 1, - anon_sym_LBRACE, - ACTIONS(7997), 1, - anon_sym_EQ, - STATE(4939), 1, - sym_function_body, - STATE(5001), 1, - sym__block, + [40410] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4386), 21, + ACTIONS(5069), 23, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -490351,13 +491508,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4388), 29, + ACTIONS(5071), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_SEMI, sym_label, anon_sym_DOT_DOT, @@ -490381,81 +491540,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [40103] = 8, - ACTIONS(5133), 1, - anon_sym_where, - ACTIONS(5137), 1, + [40473] = 7, + ACTIONS(7928), 1, anon_sym_LBRACE, - ACTIONS(8137), 1, - anon_sym_COLON, - STATE(4550), 1, - sym_type_constraints, - STATE(4734), 1, - sym_enum_class_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4197), 20, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - anon_sym_DOT, - anon_sym_get, - anon_sym_set, - anon_sym_in, - anon_sym_while, - anon_sym_else, - anon_sym_BANG_EQ, - anon_sym_EQ_EQ, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4199), 29, - sym_safe_nav, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_STAR, - anon_sym_DASH_GT, - sym_label, - anon_sym_DOT_DOT, - anon_sym_QMARK_COLON, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_COLON_COLON, - anon_sym_BANG_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_PERCENT, - anon_sym_as_QMARK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BANG_BANG, - sym__backtick_identifier, - [40176] = 3, + ACTIONS(7971), 1, + anon_sym_EQ, + STATE(4901), 1, + sym__block, + STATE(4912), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5091), 23, + ACTIONS(4099), 21, anon_sym_as, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, - anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -490474,15 +491574,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5093), 31, + ACTIONS(4101), 29, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_COMMA, anon_sym_SEMI, sym_label, anon_sym_DOT_DOT, @@ -490506,22 +491604,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [40239] = 6, - ACTIONS(3828), 1, - anon_sym_EQ, - ACTIONS(7097), 1, - anon_sym_LPAREN, + [40544] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3833), 5, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - ACTIONS(4249), 22, + ACTIONS(4869), 23, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_where, @@ -490543,13 +491632,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4252), 25, + ACTIONS(4871), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_COMMA, anon_sym_SEMI, sym_label, @@ -490558,6 +491648,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_COLON_COLON, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, anon_sym_BANG_EQ_EQ, anon_sym_EQ_EQ_EQ, anon_sym_LT_EQ, @@ -490569,11 +491664,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [40308] = 3, + [40607] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4101), 23, + ACTIONS(4853), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -490597,7 +491692,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4103), 31, + ACTIONS(4855), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -490629,11 +491724,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [40371] = 3, + [40670] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4777), 23, + ACTIONS(4873), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -490657,7 +491752,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4779), 31, + ACTIONS(4875), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -490689,19 +491784,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [40434] = 7, - ACTIONS(7942), 1, + [40733] = 7, + ACTIONS(7928), 1, anon_sym_LBRACE, - ACTIONS(7997), 1, + ACTIONS(7971), 1, anon_sym_EQ, - STATE(4964), 1, - sym_function_body, - STATE(5001), 1, + STATE(4901), 1, sym__block, + STATE(5051), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4101), 21, + ACTIONS(4085), 21, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -490723,7 +491818,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4103), 29, + ACTIONS(4087), 29, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -490753,11 +491848,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [40505] = 3, + [40804] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1770), 23, + ACTIONS(4903), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -490781,7 +491876,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(1772), 31, + ACTIONS(4905), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -490813,29 +491908,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [40568] = 8, - ACTIONS(5133), 1, - anon_sym_where, - ACTIONS(5137), 1, - anon_sym_LBRACE, - ACTIONS(5940), 1, - anon_sym_COLON, - STATE(4558), 1, - sym_type_constraints, - STATE(4743), 1, - sym_enum_class_body, + [40867] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3204), 20, + ACTIONS(5057), 23, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, + anon_sym_STAR, anon_sym_in, - anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -490843,46 +491930,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3208), 29, + ACTIONS(5059), 31, + sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_SEMI, - anon_sym_STAR, - anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_COLON_COLON, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, anon_sym_BANG_EQ_EQ, anon_sym_EQ_EQ_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_BANGin, anon_sym_BANGis, - anon_sym_PERCENT, anon_sym_as_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [40641] = 3, + [40930] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4781), 23, + ACTIONS(4406), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -490906,7 +491996,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4783), 31, + ACTIONS(4408), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -490938,11 +492028,141 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [40704] = 3, + [40993] = 8, + ACTIONS(5655), 1, + anon_sym_where, + ACTIONS(5685), 1, + anon_sym_LBRACE, + ACTIONS(8143), 1, + anon_sym_COLON, + STATE(5215), 1, + sym_type_constraints, + STATE(5344), 1, + sym_class_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4305), 20, + sym__automatic_semicolon, + sym__string_start, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_COLON_COLON, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_return_AT, + anon_sym_continue_AT, + anon_sym_break_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(4303), 29, + anon_sym_object, + anon_sym_fun, + anon_sym_get, + anon_sym_set, + anon_sym_this, + anon_sym_super, + sym_label, + anon_sym_in, + anon_sym_null, + anon_sym_if, + anon_sym_else, + anon_sym_when, + anon_sym_try, + anon_sym_throw, + anon_sym_return, + anon_sym_continue, + anon_sym_break, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_BANG, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, + sym__alpha_identifier, + [41066] = 8, + ACTIONS(5649), 1, + anon_sym_LBRACE, + ACTIONS(5655), 1, + anon_sym_where, + ACTIONS(5934), 1, + anon_sym_COLON, + STATE(5201), 1, + sym_type_constraints, + STATE(5323), 1, + sym_enum_class_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(3190), 20, + sym__automatic_semicolon, + sym__string_start, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_COLON_COLON, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_return_AT, + anon_sym_continue_AT, + anon_sym_break_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(3186), 29, + anon_sym_object, + anon_sym_fun, + anon_sym_get, + anon_sym_set, + anon_sym_this, + anon_sym_super, + sym_label, + anon_sym_in, + anon_sym_null, + anon_sym_if, + anon_sym_else, + anon_sym_when, + anon_sym_try, + anon_sym_throw, + anon_sym_return, + anon_sym_continue, + anon_sym_break, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_BANG, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, + sym__alpha_identifier, + [41139] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4730), 23, + ACTIONS(1764), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -490966,7 +492186,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4732), 31, + ACTIONS(1766), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -490998,11 +492218,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [40767] = 3, + [41202] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4903), 23, + ACTIONS(4047), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -491026,7 +492246,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4905), 31, + ACTIONS(4049), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -491058,11 +492278,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [40830] = 3, + [41265] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4448), 23, + ACTIONS(4198), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -491086,7 +492306,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4450), 31, + ACTIONS(4200), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -491118,11 +492338,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [40893] = 3, + [41328] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4734), 23, + ACTIONS(4085), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -491146,7 +492366,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4736), 31, + ACTIONS(4087), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -491178,22 +492398,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [40956] = 6, - ACTIONS(3828), 1, - anon_sym_EQ, - ACTIONS(7101), 1, - anon_sym_LPAREN, + [41391] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3833), 5, + ACTIONS(4832), 23, + anon_sym_as, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_where, + anon_sym_DOT, + anon_sym_get, + anon_sym_set, + anon_sym_STAR, + anon_sym_in, + anon_sym_else, + anon_sym_BANG_EQ, + anon_sym_EQ_EQ, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4834), 31, + sym__automatic_semicolon, + sym_safe_nav, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_SEMI, + sym_label, + anon_sym_DOT_DOT, + anon_sym_QMARK_COLON, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_COLON_COLON, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, - ACTIONS(4233), 22, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_as_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG_BANG, + sym__backtick_identifier, + [41454] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(5053), 23, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_where, @@ -491215,13 +492486,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4236), 25, + ACTIONS(5055), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_COMMA, anon_sym_SEMI, sym_label, @@ -491230,6 +492502,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_COLON_COLON, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, anon_sym_BANG_EQ_EQ, anon_sym_EQ_EQ_EQ, anon_sym_LT_EQ, @@ -491241,11 +492518,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [41025] = 3, + [41517] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4643), 23, + ACTIONS(5099), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -491269,7 +492546,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4645), 31, + ACTIONS(5101), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -491301,19 +492578,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [41088] = 7, - ACTIONS(7855), 1, - anon_sym_LBRACE, - ACTIONS(8031), 1, + [41580] = 5, + ACTIONS(4816), 1, anon_sym_EQ, - STATE(4641), 1, - sym__block, - STATE(4718), 1, - sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4083), 21, + ACTIONS(4818), 5, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + ACTIONS(4511), 22, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -491321,8 +492598,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, anon_sym_get, anon_sym_set, + anon_sym_STAR, anon_sym_in, - anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -491330,23 +492607,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4085), 29, + ACTIONS(4513), 26, + sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_SEMI, - anon_sym_STAR, - anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -491359,17 +492635,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_BANGin, anon_sym_BANGis, - anon_sym_PERCENT, anon_sym_as_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [41159] = 3, + [41647] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4599), 23, + ACTIONS(4933), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -491393,7 +492668,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4601), 31, + ACTIONS(4935), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -491425,11 +492700,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [41222] = 3, + [41710] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4847), 23, + ACTIONS(5023), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -491453,7 +492728,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4849), 31, + ACTIONS(5025), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -491485,28 +492760,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [41285] = 7, - ACTIONS(7855), 1, - anon_sym_LBRACE, - ACTIONS(8031), 1, - anon_sym_EQ, - STATE(4559), 1, - sym_function_body, - STATE(4641), 1, - sym__block, + [41773] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4503), 21, + ACTIONS(4732), 23, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, + anon_sym_STAR, anon_sym_in, - anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -491514,46 +492782,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4505), 29, + ACTIONS(4734), 31, + sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_SEMI, - anon_sym_STAR, - anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_COLON_COLON, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, anon_sym_BANG_EQ_EQ, anon_sym_EQ_EQ_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_BANGin, anon_sym_BANGis, - anon_sym_PERCENT, anon_sym_as_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [41356] = 3, + [41836] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5087), 23, + ACTIONS(4865), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -491577,7 +492848,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5089), 31, + ACTIONS(4867), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -491609,21 +492880,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [41419] = 3, + [41899] = 8, + ACTIONS(5121), 1, + anon_sym_where, + ACTIONS(5161), 1, + anon_sym_LBRACE, + ACTIONS(8145), 1, + anon_sym_COLON, + STATE(4527), 1, + sym_type_constraints, + STATE(4720), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4843), 23, + ACTIONS(4188), 20, anon_sym_as, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, - anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, - anon_sym_STAR, anon_sym_in, + anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -491631,59 +492910,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4845), 31, - sym__automatic_semicolon, + ACTIONS(4190), 29, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_LBRACE, + anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_SEMI, + anon_sym_STAR, + anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_COLON_COLON, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, anon_sym_BANG_EQ_EQ, anon_sym_EQ_EQ_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_BANGin, anon_sym_BANGis, + anon_sym_PERCENT, anon_sym_as_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [41482] = 3, + [41972] = 7, + ACTIONS(7866), 1, + anon_sym_LBRACE, + ACTIONS(8039), 1, + anon_sym_EQ, + STATE(4690), 1, + sym__block, + STATE(4691), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4821), 23, + ACTIONS(4487), 21, anon_sym_as, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, - anon_sym_STAR, anon_sym_in, + anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -491691,59 +492974,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4823), 31, - sym__automatic_semicolon, + ACTIONS(4489), 29, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_LBRACE, + anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_SEMI, + anon_sym_STAR, + anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_COLON_COLON, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, anon_sym_BANG_EQ_EQ, anon_sym_EQ_EQ_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_BANGin, anon_sym_BANGis, + anon_sym_PERCENT, anon_sym_as_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [41545] = 3, + [42043] = 7, + ACTIONS(7866), 1, + anon_sym_LBRACE, + ACTIONS(8039), 1, + anon_sym_EQ, + STATE(4652), 1, + sym_function_body, + STATE(4690), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4833), 23, + ACTIONS(4085), 21, anon_sym_as, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, - anon_sym_STAR, anon_sym_in, + anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -491751,59 +493038,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4835), 31, - sym__automatic_semicolon, + ACTIONS(4087), 29, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_LBRACE, + anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_SEMI, + anon_sym_STAR, + anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_COLON_COLON, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, anon_sym_BANG_EQ_EQ, anon_sym_EQ_EQ_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_BANGin, anon_sym_BANGis, + anon_sym_PERCENT, anon_sym_as_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [41608] = 3, + [42114] = 8, + ACTIONS(5115), 1, + anon_sym_LBRACE, + ACTIONS(5121), 1, + anon_sym_where, + ACTIONS(5926), 1, + anon_sym_COLON, + STATE(4528), 1, + sym_type_constraints, + STATE(4703), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4895), 23, + ACTIONS(3212), 20, anon_sym_as, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, - anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, - anon_sym_STAR, anon_sym_in, + anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -491811,56 +493103,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4897), 31, - sym__automatic_semicolon, + ACTIONS(3216), 29, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_LBRACE, + anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_SEMI, + anon_sym_STAR, + anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_COLON_COLON, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, anon_sym_BANG_EQ_EQ, anon_sym_EQ_EQ_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_BANGin, anon_sym_BANGis, + anon_sym_PERCENT, anon_sym_as_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [41671] = 4, - ACTIONS(8134), 1, - anon_sym_COLON_COLON, + [42187] = 6, + ACTIONS(5401), 1, + anon_sym_LBRACE, + ACTIONS(8147), 1, + anon_sym_COLON, + STATE(4984), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4746), 23, + ACTIONS(4386), 22, anon_sym_as, anon_sym_EQ, anon_sym_LT, anon_sym_GT, - anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -491879,21 +493171,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4748), 30, + ACTIONS(4388), 29, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_COMMA, anon_sym_SEMI, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + anon_sym_COLON_COLON, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -491910,29 +493201,86 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [41736] = 8, - ACTIONS(5127), 1, - anon_sym_LBRACE, - ACTIONS(5133), 1, + [42256] = 8, + ACTIONS(5655), 1, anon_sym_where, - ACTIONS(8139), 1, + ACTIONS(5685), 1, + anon_sym_LBRACE, + ACTIONS(5960), 1, anon_sym_COLON, - STATE(4508), 1, + STATE(5223), 1, sym_type_constraints, - STATE(4704), 1, + STATE(5323), 1, sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4284), 20, + ACTIONS(3190), 20, + sym__automatic_semicolon, + sym__string_start, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_COLON_COLON, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_return_AT, + anon_sym_continue_AT, + anon_sym_break_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(3186), 29, + anon_sym_object, + anon_sym_fun, + anon_sym_get, + anon_sym_set, + anon_sym_this, + anon_sym_super, + sym_label, + anon_sym_in, + anon_sym_null, + anon_sym_if, + anon_sym_else, + anon_sym_when, + anon_sym_try, + anon_sym_throw, + anon_sym_return, + anon_sym_continue, + anon_sym_break, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_BANG, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, + sym__alpha_identifier, + [42329] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4464), 23, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, + anon_sym_STAR, anon_sym_in, - anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -491940,46 +493288,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4286), 29, + ACTIONS(4466), 31, + sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_SEMI, - anon_sym_STAR, - anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_COLON_COLON, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, anon_sym_BANG_EQ_EQ, anon_sym_EQ_EQ_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_BANGin, anon_sym_BANGis, - anon_sym_PERCENT, anon_sym_as_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [41809] = 3, + [42392] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4213), 23, + ACTIONS(5083), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -492003,7 +493354,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4215), 31, + ACTIONS(5085), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -492035,11 +493386,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [41872] = 3, + [42455] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4197), 23, + ACTIONS(5047), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -492063,7 +493414,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4199), 31, + ACTIONS(5049), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -492095,93 +493446,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [41935] = 8, - ACTIONS(5681), 1, - anon_sym_where, - ACTIONS(5703), 1, - anon_sym_LBRACE, - ACTIONS(5928), 1, - anon_sym_COLON, - STATE(5251), 1, - sym_type_constraints, - STATE(5342), 1, - sym_enum_class_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(3194), 20, - sym__automatic_semicolon, - sym__string_start, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_COLON_COLON, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_return_AT, - anon_sym_continue_AT, - anon_sym_break_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(3190), 29, - anon_sym_object, - anon_sym_fun, - anon_sym_get, - anon_sym_set, - anon_sym_this, - anon_sym_super, - sym_label, - anon_sym_in, - anon_sym_null, - anon_sym_if, - anon_sym_else, - anon_sym_when, - anon_sym_try, - anon_sym_throw, - anon_sym_return, - anon_sym_continue, - anon_sym_break, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_BANG, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [42008] = 7, - ACTIONS(7855), 1, - anon_sym_LBRACE, - ACTIONS(8031), 1, - anon_sym_EQ, - STATE(4598), 1, - sym_function_body, - STATE(4641), 1, - sym__block, + [42518] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4326), 21, + ACTIONS(3196), 23, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, + anon_sym_STAR, anon_sym_in, - anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -492189,64 +493468,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4328), 29, + ACTIONS(3200), 31, + sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_SEMI, - anon_sym_STAR, - anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_COLON_COLON, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, anon_sym_BANG_EQ_EQ, anon_sym_EQ_EQ_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_BANGin, anon_sym_BANGis, - anon_sym_PERCENT, anon_sym_as_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [42079] = 8, - ACTIONS(5133), 1, - anon_sym_where, - ACTIONS(5137), 1, - anon_sym_LBRACE, - ACTIONS(8141), 1, - anon_sym_COLON, - STATE(4527), 1, - sym_type_constraints, - STATE(4699), 1, - sym_enum_class_body, + [42581] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4213), 20, + ACTIONS(4031), 23, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, + anon_sym_STAR, anon_sym_in, - anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -492254,46 +493528,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4215), 29, + ACTIONS(4033), 31, + sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_SEMI, - anon_sym_STAR, - anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_COLON_COLON, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, anon_sym_BANG_EQ_EQ, anon_sym_EQ_EQ_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_BANGin, anon_sym_BANGis, - anon_sym_PERCENT, anon_sym_as_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [42152] = 3, + [42644] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4663), 23, + ACTIONS(4752), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -492317,7 +493594,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4665), 31, + ACTIONS(4754), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -492349,28 +493626,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [42215] = 5, - ACTIONS(4777), 1, - anon_sym_EQ, + [42707] = 8, + ACTIONS(5121), 1, + anon_sym_where, + ACTIONS(5161), 1, + anon_sym_LBRACE, + ACTIONS(8149), 1, + anon_sym_COLON, + STATE(4535), 1, + sym_type_constraints, + STATE(4664), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4779), 5, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - ACTIONS(4406), 22, + ACTIONS(4303), 20, anon_sym_as, anon_sym_LT, anon_sym_GT, - anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, - anon_sym_STAR, anon_sym_in, + anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -492378,22 +493656,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4408), 26, - sym__automatic_semicolon, + ACTIONS(4305), 29, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_LBRACE, + anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_SEMI, + anon_sym_STAR, + anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -492406,16 +493685,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_BANGin, anon_sym_BANGis, + anon_sym_PERCENT, anon_sym_as_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [42282] = 3, + [42780] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4975), 23, + ACTIONS(4636), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -492439,7 +493719,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4977), 31, + ACTIONS(4638), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -492471,11 +493751,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [42345] = 3, + [42843] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4793), 23, + ACTIONS(4991), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -492499,7 +493779,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4795), 31, + ACTIONS(4993), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -492531,73 +493811,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [42408] = 3, + [42906] = 5, + ACTIONS(4828), 1, + anon_sym_EQ, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1764), 23, - anon_sym_as, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_where, - anon_sym_DOT, - anon_sym_get, - anon_sym_set, - anon_sym_STAR, - anon_sym_in, - anon_sym_else, - anon_sym_BANG_EQ, - anon_sym_EQ_EQ, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(1766), 31, - sym__automatic_semicolon, - sym_safe_nav, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_SEMI, - sym_label, - anon_sym_DOT_DOT, - anon_sym_QMARK_COLON, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_COLON_COLON, + ACTIONS(4830), 5, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_as_QMARK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BANG_BANG, - sym__backtick_identifier, - [42471] = 3, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4805), 23, + ACTIONS(4519), 22, anon_sym_as, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_where, @@ -492619,7 +493846,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4807), 31, + ACTIONS(4521), 26, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -492635,11 +493862,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_COLON_COLON, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, anon_sym_BANG_EQ_EQ, anon_sym_EQ_EQ_EQ, anon_sym_LT_EQ, @@ -492651,16 +493873,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [42534] = 3, + [42973] = 7, + ACTIONS(7928), 1, + anon_sym_LBRACE, + ACTIONS(7971), 1, + anon_sym_EQ, + STATE(4901), 1, + sym__block, + STATE(5017), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4761), 23, + ACTIONS(4031), 21, anon_sym_as, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, - anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -492679,15 +493907,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4763), 31, + ACTIONS(4033), 29, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_COMMA, anon_sym_SEMI, sym_label, anon_sym_DOT_DOT, @@ -492711,11 +493937,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [42597] = 3, + [43044] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1594), 23, + ACTIONS(1694), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -492739,7 +493965,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(1592), 31, + ACTIONS(1696), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -492771,75 +493997,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [42660] = 7, - ACTIONS(7942), 1, - anon_sym_LBRACE, - ACTIONS(7997), 1, - anon_sym_EQ, - STATE(5001), 1, - sym__block, - STATE(5047), 1, - sym_function_body, + [43107] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4089), 21, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - anon_sym_DOT, - anon_sym_get, - anon_sym_set, - anon_sym_STAR, - anon_sym_in, - anon_sym_else, - anon_sym_BANG_EQ, - anon_sym_EQ_EQ, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4091), 29, - sym__automatic_semicolon, - sym_safe_nav, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_label, - anon_sym_DOT_DOT, - anon_sym_QMARK_COLON, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_COLON_COLON, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_as_QMARK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BANG_BANG, - sym__backtick_identifier, - [42731] = 3, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4089), 23, + ACTIONS(4342), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -492863,7 +494025,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4091), 31, + ACTIONS(4344), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -492895,76 +494057,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [42794] = 8, - ACTIONS(5127), 1, - anon_sym_LBRACE, - ACTIONS(5133), 1, - anon_sym_where, - ACTIONS(8143), 1, - anon_sym_COLON, - STATE(4513), 1, - sym_type_constraints, - STATE(4734), 1, - sym_class_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4197), 20, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - anon_sym_DOT, - anon_sym_get, - anon_sym_set, - anon_sym_in, - anon_sym_while, - anon_sym_else, - anon_sym_BANG_EQ, - anon_sym_EQ_EQ, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4199), 29, - sym_safe_nav, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_STAR, - anon_sym_DASH_GT, - sym_label, - anon_sym_DOT_DOT, - anon_sym_QMARK_COLON, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_COLON_COLON, - anon_sym_BANG_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_PERCENT, - anon_sym_as_QMARK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BANG_BANG, - sym__backtick_identifier, - [42867] = 3, + [43170] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4095), 23, + ACTIONS(1401), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -492988,7 +494085,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4097), 31, + ACTIONS(1399), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -493020,80 +494117,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [42930] = 7, - ACTIONS(7942), 1, + [43233] = 7, + ACTIONS(7928), 1, anon_sym_LBRACE, - ACTIONS(7997), 1, + ACTIONS(7971), 1, anon_sym_EQ, - STATE(5001), 1, + STATE(4901), 1, sym__block, - STATE(5008), 1, + STATE(4939), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4095), 21, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - anon_sym_DOT, - anon_sym_get, - anon_sym_set, - anon_sym_STAR, - anon_sym_in, - anon_sym_else, - anon_sym_BANG_EQ, - anon_sym_EQ_EQ, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4097), 29, - sym__automatic_semicolon, - sym_safe_nav, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_label, - anon_sym_DOT_DOT, - anon_sym_QMARK_COLON, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_COLON_COLON, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_as_QMARK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BANG_BANG, - sym__backtick_identifier, - [43001] = 3, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4773), 23, + ACTIONS(4422), 21, anon_sym_as, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, - anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -493112,15 +494151,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4775), 31, + ACTIONS(4424), 29, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_COMMA, anon_sym_SEMI, sym_label, anon_sym_DOT_DOT, @@ -493144,11 +494181,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [43064] = 3, + [43304] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5051), 23, + ACTIONS(1752), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -493172,7 +494209,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5053), 31, + ACTIONS(1754), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -493204,11 +494241,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [43127] = 3, + [43367] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4769), 23, + ACTIONS(4422), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -493232,7 +494269,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4771), 31, + ACTIONS(4424), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -493264,11 +494301,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [43190] = 3, + [43430] = 4, + ACTIONS(8151), 1, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4839), 23, + ACTIONS(4961), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -493292,14 +494331,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4841), 31, + ACTIONS(4963), 30, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_COMMA, anon_sym_SEMI, sym_label, @@ -493324,11 +494362,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [43253] = 3, + [43495] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1776), 23, + ACTIONS(5095), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -493352,7 +494390,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(1778), 31, + ACTIONS(5097), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -493384,29 +494422,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [43316] = 8, - ACTIONS(5127), 1, - anon_sym_LBRACE, - ACTIONS(5133), 1, - anon_sym_where, - ACTIONS(5974), 1, - anon_sym_COLON, - STATE(4519), 1, - sym_type_constraints, - STATE(4638), 1, - sym_class_body, + [43558] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3214), 20, + ACTIONS(4919), 23, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, + anon_sym_STAR, anon_sym_in, - anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -493414,46 +494444,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3218), 29, + ACTIONS(4921), 31, + sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_SEMI, - anon_sym_STAR, - anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_COLON_COLON, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, anon_sym_BANG_EQ_EQ, anon_sym_EQ_EQ_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_BANGin, anon_sym_BANGis, - anon_sym_PERCENT, anon_sym_as_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [43389] = 3, + [43621] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4714), 23, + ACTIONS(4927), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -493477,7 +494510,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4716), 31, + ACTIONS(4929), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -493509,11 +494542,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [43452] = 3, + [43684] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4422), 23, + ACTIONS(4648), 23, + sym__automatic_semicolon, + sym__string_start, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_STAR, + anon_sym_COLON_COLON, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_return_AT, + anon_sym_continue_AT, + anon_sym_break_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(4646), 31, + anon_sym_by, + anon_sym_where, + anon_sym_object, + anon_sym_fun, + anon_sym_get, + anon_sym_set, + anon_sym_this, + anon_sym_super, + sym_label, + anon_sym_in, + anon_sym_null, + anon_sym_if, + anon_sym_else, + anon_sym_when, + anon_sym_try, + anon_sym_throw, + anon_sym_return, + anon_sym_continue, + anon_sym_break, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_BANG, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, + sym__alpha_identifier, + [43747] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(5031), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -493537,7 +494630,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4424), 31, + ACTIONS(5033), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -493569,11 +494662,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [43515] = 3, + [43810] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4765), 23, + ACTIONS(4861), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -493597,7 +494690,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4767), 31, + ACTIONS(4863), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -493629,86 +494722,86 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [43578] = 8, - ACTIONS(5133), 1, - anon_sym_where, - ACTIONS(5137), 1, + [43873] = 8, + ACTIONS(5649), 1, anon_sym_LBRACE, - ACTIONS(5968), 1, + ACTIONS(5655), 1, + anon_sym_where, + ACTIONS(8153), 1, anon_sym_COLON, - STATE(4537), 1, + STATE(5209), 1, sym_type_constraints, - STATE(4709), 1, + STATE(5386), 1, sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3190), 20, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - anon_sym_DOT, + ACTIONS(4233), 20, + sym__automatic_semicolon, + sym__string_start, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_COLON_COLON, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_return_AT, + anon_sym_continue_AT, + anon_sym_break_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(4231), 29, + anon_sym_object, + anon_sym_fun, anon_sym_get, anon_sym_set, + anon_sym_this, + anon_sym_super, + sym_label, anon_sym_in, - anon_sym_while, + anon_sym_null, + anon_sym_if, anon_sym_else, - anon_sym_BANG_EQ, - anon_sym_EQ_EQ, + anon_sym_when, + anon_sym_try, + anon_sym_throw, + anon_sym_return, + anon_sym_continue, + anon_sym_break, anon_sym_is, anon_sym_PLUS, anon_sym_DASH, - anon_sym_SLASH, + anon_sym_BANG, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, sym__alpha_identifier, - ACTIONS(3194), 29, - sym_safe_nav, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_STAR, - anon_sym_DASH_GT, - sym_label, - anon_sym_DOT_DOT, - anon_sym_QMARK_COLON, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_COLON_COLON, - anon_sym_BANG_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_PERCENT, - anon_sym_as_QMARK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BANG_BANG, - sym__backtick_identifier, - [43651] = 8, - ACTIONS(5675), 1, + [43946] = 8, + ACTIONS(5649), 1, anon_sym_LBRACE, - ACTIONS(5681), 1, + ACTIONS(5655), 1, anon_sym_where, - ACTIONS(8145), 1, + ACTIONS(8155), 1, anon_sym_COLON, - STATE(5226), 1, + STATE(5255), 1, sym_type_constraints, - STATE(5331), 1, - sym_class_body, + STATE(5290), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4286), 20, + ACTIONS(4190), 20, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -493729,7 +494822,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4284), 29, + ACTIONS(4188), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -493759,7 +494852,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [43724] = 3, + [44019] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, @@ -493819,21 +494912,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [43787] = 3, + [44082] = 7, + ACTIONS(7866), 1, + anon_sym_LBRACE, + ACTIONS(8039), 1, + anon_sym_EQ, + STATE(4685), 1, + sym_function_body, + STATE(4690), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4595), 23, + ACTIONS(4210), 21, anon_sym_as, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, - anon_sym_STAR, anon_sym_in, + anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -493841,61 +494941,127 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4597), 31, - sym__automatic_semicolon, + ACTIONS(4212), 29, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_LBRACE, + anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_SEMI, + anon_sym_STAR, + anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_COLON_COLON, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, anon_sym_BANG_EQ_EQ, anon_sym_EQ_EQ_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_BANGin, anon_sym_BANGis, + anon_sym_PERCENT, anon_sym_as_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [43850] = 5, - ACTIONS(6983), 1, - anon_sym_by, - STATE(5182), 1, - sym_value_arguments, + [44153] = 8, + ACTIONS(5655), 1, + anon_sym_where, + ACTIONS(5685), 1, + anon_sym_LBRACE, + ACTIONS(8157), 1, + anon_sym_COLON, + STATE(5257), 1, + sym_type_constraints, + STATE(5290), 1, + sym_class_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4190), 20, + sym__automatic_semicolon, + sym__string_start, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_COLON_COLON, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_return_AT, + anon_sym_continue_AT, + anon_sym_break_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(4188), 29, + anon_sym_object, + anon_sym_fun, + anon_sym_get, + anon_sym_set, + anon_sym_this, + anon_sym_super, + sym_label, + anon_sym_in, + anon_sym_null, + anon_sym_if, + anon_sym_else, + anon_sym_when, + anon_sym_try, + anon_sym_throw, + anon_sym_return, + anon_sym_continue, + anon_sym_break, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_BANG, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, + sym__alpha_identifier, + [44226] = 8, + ACTIONS(5649), 1, + anon_sym_LBRACE, + ACTIONS(5655), 1, + anon_sym_where, + ACTIONS(5972), 1, + anon_sym_COLON, + STATE(5248), 1, + sym_type_constraints, + STATE(5270), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4456), 22, + ACTIONS(3216), 20, sym__automatic_semicolon, sym__string_start, anon_sym_AT, anon_sym_LBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_COMMA, anon_sym_STAR, anon_sym_COLON_COLON, anon_sym_BANGin, @@ -493910,8 +495076,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4454), 30, - anon_sym_where, + ACTIONS(3212), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -493941,11 +495106,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [43917] = 3, + [44299] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4742), 23, + ACTIONS(4744), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -493969,7 +495134,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4744), 31, + ACTIONS(4746), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -494001,11 +495166,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [43980] = 3, + [44362] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4466), 23, + ACTIONS(4595), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -494029,7 +495194,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4468), 31, + ACTIONS(4597), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -494061,11 +495226,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [44043] = 3, + [44425] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4959), 23, + ACTIONS(4527), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -494089,7 +495254,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4961), 31, + ACTIONS(4529), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -494121,11 +495286,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [44106] = 3, + [44488] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4481), 23, + ACTIONS(4983), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -494149,7 +495314,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4483), 31, + ACTIONS(4985), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -494181,13 +495346,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [44169] = 4, - ACTIONS(8147), 1, - anon_sym_else, + [44551] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5067), 22, + ACTIONS(4503), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -494198,6 +495361,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_set, anon_sym_STAR, anon_sym_in, + anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, anon_sym_is, @@ -494210,7 +495374,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5069), 31, + ACTIONS(4505), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -494242,16 +495406,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [44234] = 3, + [44614] = 7, + ACTIONS(7928), 1, + anon_sym_LBRACE, + ACTIONS(7971), 1, + anon_sym_EQ, + STATE(4901), 1, + sym__block, + STATE(5034), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4738), 23, + ACTIONS(4426), 21, anon_sym_as, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, - anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -494270,15 +495440,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4740), 31, + ACTIONS(4428), 29, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_COMMA, anon_sym_SEMI, sym_label, anon_sym_DOT_DOT, @@ -494302,139 +495470,145 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [44297] = 5, - ACTIONS(8147), 1, - anon_sym_else, - ACTIONS(8149), 1, - anon_sym_SEMI, + [44685] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5067), 22, - anon_sym_as, + ACTIONS(4274), 13, + anon_sym_AT, + anon_sym_RBRACK, anon_sym_EQ, - anon_sym_LT, + anon_sym_LBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_GT, - anon_sym_where, anon_sym_DOT, + anon_sym_SEMI, + sym__quest, + anon_sym_DASH_GT, + sym__backtick_identifier, + ACTIONS(4272), 40, + anon_sym_typealias, + anon_sym_class, + anon_sym_interface, + anon_sym_enum, + anon_sym_val, + anon_sym_var, + anon_sym_by, + anon_sym_where, + anon_sym_object, + anon_sym_fun, anon_sym_get, anon_sym_set, - anon_sym_STAR, - anon_sym_in, - anon_sym_BANG_EQ, - anon_sym_EQ_EQ, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + anon_sym_dynamic, + anon_sym_while, + anon_sym_suspend, + anon_sym_sealed, + anon_sym_annotation, anon_sym_data, anon_sym_inner, + anon_sym_override, + anon_sym_lateinit, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_protected, + anon_sym_tailrec, + anon_sym_operator, + anon_sym_infix, + anon_sym_inline, + anon_sym_external, + sym_property_modifier, + anon_sym_abstract, + anon_sym_final, + anon_sym_open, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5069), 30, + [44747] = 7, + ACTIONS(5655), 1, + anon_sym_where, + ACTIONS(5685), 1, + anon_sym_LBRACE, + STATE(5267), 1, + sym_type_constraints, + STATE(5363), 1, + sym_class_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4344), 20, sym__automatic_semicolon, - sym_safe_nav, + sym__string_start, anon_sym_AT, anon_sym_LBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_COMMA, - sym_label, - anon_sym_DOT_DOT, - anon_sym_QMARK_COLON, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + anon_sym_STAR, anon_sym_COLON_COLON, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, anon_sym_BANGin, anon_sym_BANGis, - anon_sym_as_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_BANG_BANG, + anon_sym_return_AT, + anon_sym_continue_AT, + anon_sym_break_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, sym__backtick_identifier, - [44364] = 3, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(3204), 23, - anon_sym_as, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_where, - anon_sym_DOT, + ACTIONS(4342), 29, + anon_sym_object, + anon_sym_fun, anon_sym_get, anon_sym_set, - anon_sym_STAR, + anon_sym_this, + anon_sym_super, + sym_label, anon_sym_in, + anon_sym_null, + anon_sym_if, anon_sym_else, - anon_sym_BANG_EQ, - anon_sym_EQ_EQ, + anon_sym_when, + anon_sym_try, + anon_sym_throw, + anon_sym_return, + anon_sym_continue, + anon_sym_break, anon_sym_is, anon_sym_PLUS, anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + anon_sym_BANG, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, sym__alpha_identifier, - ACTIONS(3208), 31, - sym__automatic_semicolon, - sym_safe_nav, - anon_sym_AT, - anon_sym_LBRACK, + [44817] = 7, + ACTIONS(5655), 1, + anon_sym_where, + ACTIONS(5685), 1, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_SEMI, - sym_label, - anon_sym_DOT_DOT, - anon_sym_QMARK_COLON, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_COLON_COLON, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_as_QMARK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BANG_BANG, - sym__backtick_identifier, - [44427] = 3, + STATE(5252), 1, + sym_type_constraints, + STATE(5298), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4676), 22, + ACTIONS(4404), 20, sym__automatic_semicolon, sym__string_start, anon_sym_AT, anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_STAR, @@ -494451,9 +495625,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4674), 31, - anon_sym_COLON, - anon_sym_where, + ACTIONS(4402), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -494483,72 +495655,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [44489] = 3, + [44887] = 5, + ACTIONS(8159), 1, + anon_sym_COMMA, + STATE(5134), 1, + aux_sym__delegation_specifiers_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4306), 13, + ACTIONS(4660), 21, + sym__automatic_semicolon, + sym__string_start, anon_sym_AT, - anon_sym_RBRACK, - anon_sym_EQ, + anon_sym_LBRACK, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_GT, - anon_sym_DOT, - anon_sym_SEMI, - sym__quest, - anon_sym_DASH_GT, + anon_sym_STAR, + anon_sym_COLON_COLON, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_return_AT, + anon_sym_continue_AT, + anon_sym_break_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4304), 40, - anon_sym_typealias, - anon_sym_class, - anon_sym_interface, - anon_sym_enum, - anon_sym_val, - anon_sym_var, - anon_sym_by, + ACTIONS(4658), 30, anon_sym_where, anon_sym_object, anon_sym_fun, anon_sym_get, anon_sym_set, - anon_sym_dynamic, - anon_sym_while, - anon_sym_suspend, - anon_sym_sealed, - anon_sym_annotation, + anon_sym_this, + anon_sym_super, + sym_label, + anon_sym_in, + anon_sym_null, + anon_sym_if, + anon_sym_else, + anon_sym_when, + anon_sym_try, + anon_sym_throw, + anon_sym_return, + anon_sym_continue, + anon_sym_break, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_BANG, anon_sym_data, anon_sym_inner, - anon_sym_override, - anon_sym_lateinit, - anon_sym_public, - anon_sym_private, - anon_sym_internal, - anon_sym_protected, - anon_sym_tailrec, - anon_sym_operator, - anon_sym_infix, - anon_sym_inline, - anon_sym_external, - sym_property_modifier, - anon_sym_abstract, - anon_sym_final, - anon_sym_open, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, anon_sym_expect, anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, sym__alpha_identifier, - [44551] = 4, - ACTIONS(8151), 1, - anon_sym_else, + [44953] = 5, + ACTIONS(8161), 1, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5067), 22, + ACTIONS(4145), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + ACTIONS(3943), 22, + anon_sym_COLON, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -494558,7 +495736,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_set, anon_sym_STAR, anon_sym_in, - anon_sym_while, anon_sym_BANG_EQ, anon_sym_EQ_EQ, anon_sym_is, @@ -494571,15 +495748,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5069), 30, + ACTIONS(3948), 28, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -494602,15 +495777,139 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [44615] = 5, - ACTIONS(8151), 1, + [45019] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4619), 22, + sym__automatic_semicolon, + sym__string_start, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_COLON_COLON, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_return_AT, + anon_sym_continue_AT, + anon_sym_break_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(4617), 31, + anon_sym_COLON, + anon_sym_where, + anon_sym_object, + anon_sym_fun, + anon_sym_get, + anon_sym_set, + anon_sym_this, + anon_sym_super, + sym_label, + anon_sym_in, + anon_sym_null, + anon_sym_if, anon_sym_else, - ACTIONS(8153), 1, - anon_sym_SEMI, + anon_sym_when, + anon_sym_try, + anon_sym_throw, + anon_sym_return, + anon_sym_continue, + anon_sym_break, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_BANG, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, + sym__alpha_identifier, + [45081] = 7, + ACTIONS(5649), 1, + anon_sym_LBRACE, + ACTIONS(5655), 1, + anon_sym_where, + STATE(5255), 1, + sym_type_constraints, + STATE(5290), 1, + sym_enum_class_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4190), 20, + sym__automatic_semicolon, + sym__string_start, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_COLON_COLON, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_return_AT, + anon_sym_continue_AT, + anon_sym_break_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(4188), 29, + anon_sym_object, + anon_sym_fun, + anon_sym_get, + anon_sym_set, + anon_sym_this, + anon_sym_super, + sym_label, + anon_sym_in, + anon_sym_null, + anon_sym_if, + anon_sym_else, + anon_sym_when, + anon_sym_try, + anon_sym_throw, + anon_sym_return, + anon_sym_continue, + anon_sym_break, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_BANG, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, + sym__alpha_identifier, + [45151] = 5, + ACTIONS(8164), 1, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5067), 22, + ACTIONS(4288), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + ACTIONS(3943), 22, + anon_sym_COLON, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -494620,7 +495919,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_set, anon_sym_STAR, anon_sym_in, - anon_sym_while, anon_sym_BANG_EQ, anon_sym_EQ_EQ, anon_sym_is, @@ -494633,14 +495931,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5069), 29, + ACTIONS(3948), 28, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -494663,19 +495960,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [44681] = 7, - ACTIONS(5681), 1, - anon_sym_where, - ACTIONS(5703), 1, + [45217] = 7, + ACTIONS(8047), 1, + anon_sym_EQ, + ACTIONS(8049), 1, anon_sym_LBRACE, - STATE(5222), 1, - sym_type_constraints, - STATE(5294), 1, - sym_enum_class_body, + STATE(5324), 1, + sym_function_body, + STATE(5357), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4462), 20, + ACTIONS(4101), 20, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -494696,7 +495993,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4460), 29, + ACTIONS(4099), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -494726,21 +496023,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [44751] = 5, - ACTIONS(8155), 1, - anon_sym_COMMA, - STATE(5076), 1, - aux_sym_type_constraints_repeat1, + [45287] = 7, + ACTIONS(5649), 1, + anon_sym_LBRACE, + ACTIONS(5655), 1, + anon_sym_where, + STATE(5268), 1, + sym_type_constraints, + STATE(5330), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4468), 22, + ACTIONS(4348), 20, sym__automatic_semicolon, sym__string_start, anon_sym_AT, anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_STAR, @@ -494757,7 +496056,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4466), 29, + ACTIONS(4346), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -494787,19 +496086,85 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [44817] = 7, - ACTIONS(8039), 1, - anon_sym_EQ, - ACTIONS(8041), 1, + [45357] = 10, + ACTIONS(5405), 1, + anon_sym_where, + ACTIONS(7928), 1, anon_sym_LBRACE, - STATE(5299), 1, + ACTIONS(8167), 1, + anon_sym_COLON, + ACTIONS(8169), 1, + anon_sym_EQ, + STATE(4901), 1, sym__block, - STATE(5308), 1, + STATE(4912), 1, sym_function_body, + STATE(5259), 1, + sym_type_constraints, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4099), 19, + anon_sym_as, + anon_sym_LT, + anon_sym_GT, + anon_sym_DOT, + anon_sym_get, + anon_sym_set, + anon_sym_in, + anon_sym_else, + anon_sym_BANG_EQ, + anon_sym_EQ_EQ, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4101), 27, + sym__automatic_semicolon, + sym_safe_nav, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_STAR, + sym_label, + anon_sym_DOT_DOT, + anon_sym_QMARK_COLON, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_COLON_COLON, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_PERCENT, + anon_sym_as_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG_BANG, + sym__backtick_identifier, + [45433] = 7, + ACTIONS(5649), 1, + anon_sym_LBRACE, + ACTIONS(5655), 1, + anon_sym_where, + STATE(5227), 1, + sym_type_constraints, + STATE(5363), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4103), 20, + ACTIONS(4344), 20, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -494820,7 +496185,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4101), 29, + ACTIONS(4342), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -494850,23 +496215,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [44887] = 7, - ACTIONS(5681), 1, - anon_sym_where, - ACTIONS(5703), 1, - anon_sym_LBRACE, - STATE(5237), 1, - sym_type_constraints, - STATE(5261), 1, - sym_enum_class_body, + [45503] = 5, + ACTIONS(8171), 1, + anon_sym_COMMA, + STATE(5095), 1, + aux_sym__delegation_specifiers_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4450), 20, + ACTIONS(4629), 21, sym__automatic_semicolon, sym__string_start, anon_sym_AT, anon_sym_LBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_STAR, @@ -494883,7 +496245,8 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4448), 29, + ACTIONS(4627), 30, + anon_sym_where, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -494913,32 +496276,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [44957] = 10, - ACTIONS(5342), 1, - anon_sym_where, - ACTIONS(7942), 1, + [45569] = 6, + ACTIONS(5161), 1, anon_sym_LBRACE, - ACTIONS(8158), 1, + ACTIONS(8174), 1, anon_sym_COLON, - ACTIONS(8160), 1, - anon_sym_EQ, - STATE(4983), 1, - sym_function_body, - STATE(5001), 1, - sym__block, - STATE(5250), 1, - sym_type_constraints, + STATE(4586), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4073), 19, + ACTIONS(4386), 21, anon_sym_as, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, anon_sym_in, + anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -494951,16 +496308,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4075), 27, - sym__automatic_semicolon, + ACTIONS(4388), 29, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_SEMI, anon_sym_STAR, + anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -494979,26 +496338,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [45033] = 6, - ACTIONS(5127), 1, + [45637] = 10, + ACTIONS(5405), 1, + anon_sym_where, + ACTIONS(7928), 1, anon_sym_LBRACE, - ACTIONS(8162), 1, + ACTIONS(8169), 1, + anon_sym_EQ, + ACTIONS(8176), 1, anon_sym_COLON, - STATE(4702), 1, - sym_class_body, + STATE(4901), 1, + sym__block, + STATE(5017), 1, + sym_function_body, + STATE(5208), 1, + sym_type_constraints, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4517), 21, + ACTIONS(4031), 19, anon_sym_as, anon_sym_LT, anon_sym_GT, - anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, anon_sym_in, - anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -495011,18 +496376,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4519), 29, + ACTIONS(4033), 27, + sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_SEMI, anon_sym_STAR, - anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -495041,93 +496404,203 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [45101] = 5, - ACTIONS(8164), 1, - anon_sym_COMMA, - STATE(5117), 1, - aux_sym__delegation_specifiers_repeat1, + [45713] = 4, + ACTIONS(6672), 1, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4680), 21, - sym__automatic_semicolon, - sym__string_start, + ACTIONS(4142), 23, + anon_sym_as, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_DOT, + anon_sym_get, + anon_sym_set, + anon_sym_STAR, + anon_sym_in, + anon_sym_while, + anon_sym_else, + anon_sym_BANG_EQ, + anon_sym_EQ_EQ, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4145), 29, + sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_SEMI, + sym_label, + anon_sym_DOT_DOT, + anon_sym_QMARK_COLON, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_COLON_COLON, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_as_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG_BANG, + sym__backtick_identifier, + [45777] = 4, + ACTIONS(6668), 1, anon_sym_LPAREN, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4285), 23, + anon_sym_as, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_DOT, + anon_sym_get, + anon_sym_set, anon_sym_STAR, + anon_sym_in, + anon_sym_while, + anon_sym_else, + anon_sym_BANG_EQ, + anon_sym_EQ_EQ, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4288), 29, + sym_safe_nav, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_SEMI, + sym_label, + anon_sym_DOT_DOT, + anon_sym_QMARK_COLON, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_COLON_COLON, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_BANGin, anon_sym_BANGis, + anon_sym_as_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_return_AT, - anon_sym_continue_AT, - anon_sym_break_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, + anon_sym_BANG_BANG, sym__backtick_identifier, - ACTIONS(4678), 30, - anon_sym_where, - anon_sym_object, - anon_sym_fun, + [45841] = 4, + ACTIONS(8178), 1, + anon_sym_LPAREN, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4961), 23, + anon_sym_as, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_DOT, anon_sym_get, anon_sym_set, - anon_sym_this, - anon_sym_super, - sym_label, + anon_sym_STAR, anon_sym_in, - anon_sym_null, - anon_sym_if, + anon_sym_while, anon_sym_else, - anon_sym_when, - anon_sym_try, - anon_sym_throw, - anon_sym_return, - anon_sym_continue, - anon_sym_break, + anon_sym_BANG_EQ, + anon_sym_EQ_EQ, anon_sym_is, anon_sym_PLUS, anon_sym_DASH, - anon_sym_BANG, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, sym__alpha_identifier, - [45167] = 10, - ACTIONS(5342), 1, - anon_sym_where, - ACTIONS(7942), 1, + ACTIONS(4963), 29, + sym_safe_nav, + anon_sym_AT, + anon_sym_LBRACK, anon_sym_LBRACE, - ACTIONS(8160), 1, - anon_sym_EQ, - ACTIONS(8166), 1, - anon_sym_COLON, - STATE(4964), 1, - sym_function_body, - STATE(5001), 1, - sym__block, - STATE(5221), 1, - sym_type_constraints, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_SEMI, + sym_label, + anon_sym_DOT_DOT, + anon_sym_QMARK_COLON, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_COLON_COLON, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_as_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG_BANG, + sym__backtick_identifier, + [45905] = 4, + ACTIONS(8180), 1, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4101), 19, + ACTIONS(4955), 23, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_DOT, anon_sym_get, anon_sym_set, + anon_sym_STAR, anon_sym_in, + anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -495135,118 +496608,249 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4103), 27, - sym__automatic_semicolon, + ACTIONS(4957), 29, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_SEMI, - anon_sym_STAR, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_COLON_COLON, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, anon_sym_BANG_EQ_EQ, anon_sym_EQ_EQ_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_BANGin, anon_sym_BANGis, - anon_sym_PERCENT, anon_sym_as_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [45243] = 7, - ACTIONS(5675), 1, + [45969] = 4, + ACTIONS(8182), 1, + anon_sym_LPAREN, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4150), 23, + anon_sym_as, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_DOT, + anon_sym_get, + anon_sym_set, + anon_sym_STAR, + anon_sym_in, + anon_sym_while, + anon_sym_else, + anon_sym_BANG_EQ, + anon_sym_EQ_EQ, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4148), 29, + sym_safe_nav, + anon_sym_AT, + anon_sym_LBRACK, anon_sym_LBRACE, - ACTIONS(5681), 1, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_SEMI, + sym_label, + anon_sym_DOT_DOT, + anon_sym_QMARK_COLON, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_COLON_COLON, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_as_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG_BANG, + sym__backtick_identifier, + [46033] = 10, + ACTIONS(5405), 1, anon_sym_where, - STATE(5224), 1, + ACTIONS(7928), 1, + anon_sym_LBRACE, + ACTIONS(8169), 1, + anon_sym_EQ, + ACTIONS(8184), 1, + anon_sym_COLON, + STATE(4901), 1, + sym__block, + STATE(5051), 1, + sym_function_body, + STATE(5211), 1, sym_type_constraints, - STATE(5261), 1, - sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4450), 20, + ACTIONS(4085), 19, + anon_sym_as, + anon_sym_LT, + anon_sym_GT, + anon_sym_DOT, + anon_sym_get, + anon_sym_set, + anon_sym_in, + anon_sym_else, + anon_sym_BANG_EQ, + anon_sym_EQ_EQ, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4087), 27, sym__automatic_semicolon, - sym__string_start, + sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_SEMI, anon_sym_STAR, + sym_label, + anon_sym_DOT_DOT, + anon_sym_QMARK_COLON, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_COLON_COLON, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_BANGin, anon_sym_BANGis, + anon_sym_PERCENT, + anon_sym_as_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_return_AT, - anon_sym_continue_AT, - anon_sym_break_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, + anon_sym_BANG_BANG, sym__backtick_identifier, - ACTIONS(4448), 29, - anon_sym_object, - anon_sym_fun, + [46109] = 10, + ACTIONS(5405), 1, + anon_sym_where, + ACTIONS(7928), 1, + anon_sym_LBRACE, + ACTIONS(8169), 1, + anon_sym_EQ, + ACTIONS(8186), 1, + anon_sym_COLON, + STATE(4901), 1, + sym__block, + STATE(5032), 1, + sym_function_body, + STATE(5214), 1, + sym_type_constraints, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4047), 19, + anon_sym_as, + anon_sym_LT, + anon_sym_GT, + anon_sym_DOT, anon_sym_get, anon_sym_set, - anon_sym_this, - anon_sym_super, - sym_label, anon_sym_in, - anon_sym_null, - anon_sym_if, anon_sym_else, - anon_sym_when, - anon_sym_try, - anon_sym_throw, - anon_sym_return, - anon_sym_continue, - anon_sym_break, + anon_sym_BANG_EQ, + anon_sym_EQ_EQ, anon_sym_is, anon_sym_PLUS, anon_sym_DASH, - anon_sym_BANG, + anon_sym_SLASH, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, sym__alpha_identifier, - [45313] = 5, - ACTIONS(8168), 1, - anon_sym_by, - STATE(4581), 1, - sym_value_arguments, + ACTIONS(4049), 27, + sym__automatic_semicolon, + sym_safe_nav, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_STAR, + sym_label, + anon_sym_DOT_DOT, + anon_sym_QMARK_COLON, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_COLON_COLON, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_PERCENT, + anon_sym_as_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG_BANG, + sym__backtick_identifier, + [46185] = 4, + ACTIONS(8188), 1, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4454), 21, + ACTIONS(4293), 23, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, - anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, + anon_sym_STAR, anon_sym_in, anon_sym_while, anon_sym_else, @@ -495256,57 +496860,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4456), 30, + ACTIONS(4291), 29, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, - anon_sym_STAR, - anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_COLON_COLON, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, anon_sym_BANG_EQ_EQ, anon_sym_EQ_EQ_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_BANGin, anon_sym_BANGis, - anon_sym_PERCENT, anon_sym_as_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [45379] = 4, - ACTIONS(6983), 1, - anon_sym_by, + [46249] = 7, + ACTIONS(8047), 1, + anon_sym_EQ, + ACTIONS(8049), 1, + anon_sym_LBRACE, + STATE(5319), 1, + sym_function_body, + STATE(5357), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4456), 22, + ACTIONS(4262), 20, sym__automatic_semicolon, sym__string_start, anon_sym_AT, anon_sym_LBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_COMMA, anon_sym_STAR, anon_sym_COLON_COLON, anon_sym_BANGin, @@ -495321,8 +496929,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4454), 30, - anon_sym_where, + ACTIONS(4260), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -495352,19 +496959,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [45443] = 7, - ACTIONS(8039), 1, + [46319] = 7, + ACTIONS(8047), 1, anon_sym_EQ, - ACTIONS(8041), 1, + ACTIONS(8049), 1, anon_sym_LBRACE, - STATE(5299), 1, - sym__block, - STATE(5335), 1, + STATE(5272), 1, sym_function_body, + STATE(5357), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4302), 20, + ACTIONS(4087), 20, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -495385,7 +496992,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4300), 29, + ACTIONS(4085), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -495415,23 +497022,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [45513] = 7, - ACTIONS(5681), 1, - anon_sym_where, - ACTIONS(5703), 1, - anon_sym_LBRACE, - STATE(5192), 1, - sym_type_constraints, - STATE(5343), 1, - sym_enum_class_body, + [46389] = 5, + ACTIONS(8190), 1, + anon_sym_COMMA, + STATE(5108), 1, + aux_sym_type_constraints_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4497), 20, + ACTIONS(4466), 22, sym__automatic_semicolon, sym__string_start, anon_sym_AT, anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_STAR, @@ -495448,7 +497053,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4495), 29, + ACTIONS(4464), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -495475,88 +497080,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [45583] = 10, - ACTIONS(5342), 1, - anon_sym_where, - ACTIONS(7942), 1, - anon_sym_LBRACE, - ACTIONS(8160), 1, - anon_sym_EQ, - ACTIONS(8170), 1, - anon_sym_COLON, - STATE(5001), 1, - sym__block, - STATE(5008), 1, - sym_function_body, - STATE(5246), 1, - sym_type_constraints, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4095), 19, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - anon_sym_DOT, - anon_sym_get, - anon_sym_set, - anon_sym_in, - anon_sym_else, - anon_sym_BANG_EQ, - anon_sym_EQ_EQ, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4097), 27, - sym__automatic_semicolon, - sym_safe_nav, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_STAR, - sym_label, - anon_sym_DOT_DOT, - anon_sym_QMARK_COLON, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_COLON_COLON, - anon_sym_BANG_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_PERCENT, - anon_sym_as_QMARK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BANG_BANG, - sym__backtick_identifier, - [45659] = 7, - ACTIONS(8039), 1, - anon_sym_EQ, - ACTIONS(8041), 1, + anon_sym_true, + anon_sym_false, + sym__alpha_identifier, + [46455] = 7, + ACTIONS(5649), 1, anon_sym_LBRACE, - STATE(5299), 1, - sym__block, - STATE(5359), 1, - sym_function_body, + ACTIONS(5655), 1, + anon_sym_where, + STATE(5209), 1, + sym_type_constraints, + STATE(5386), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4183), 20, + ACTIONS(4233), 20, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -495577,7 +497116,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4181), 29, + ACTIONS(4231), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -495607,85 +497146,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [45729] = 10, - ACTIONS(5133), 1, + [46525] = 7, + ACTIONS(5655), 1, anon_sym_where, - ACTIONS(7855), 1, - anon_sym_LBRACE, - ACTIONS(8172), 1, - anon_sym_COLON, - ACTIONS(8174), 1, - anon_sym_EQ, - STATE(4641), 1, - sym__block, - STATE(4708), 1, - sym_function_body, - STATE(5286), 1, - sym_type_constraints, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4095), 20, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - anon_sym_DOT, - anon_sym_get, - anon_sym_set, - anon_sym_in, - anon_sym_while, - anon_sym_else, - anon_sym_BANG_EQ, - anon_sym_EQ_EQ, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4097), 26, - sym_safe_nav, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_STAR, - sym_label, - anon_sym_DOT_DOT, - anon_sym_QMARK_COLON, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_COLON_COLON, - anon_sym_BANG_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_PERCENT, - anon_sym_as_QMARK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BANG_BANG, - sym__backtick_identifier, - [45805] = 7, - ACTIONS(5675), 1, + ACTIONS(5685), 1, anon_sym_LBRACE, - ACTIONS(5681), 1, - anon_sym_where, - STATE(5226), 1, + STATE(5204), 1, sym_type_constraints, - STATE(5331), 1, + STATE(5351), 1, sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4286), 20, + ACTIONS(4505), 20, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -495706,7 +497179,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4284), 29, + ACTIONS(4503), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -495736,77 +497209,74 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [45875] = 10, - ACTIONS(5133), 1, + [46595] = 7, + ACTIONS(5655), 1, anon_sym_where, - ACTIONS(7855), 1, + ACTIONS(5685), 1, anon_sym_LBRACE, - ACTIONS(8174), 1, - anon_sym_EQ, - ACTIONS(8176), 1, - anon_sym_COLON, - STATE(4641), 1, - sym__block, - STATE(4677), 1, - sym_function_body, - STATE(5376), 1, + STATE(5215), 1, sym_type_constraints, + STATE(5344), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4101), 20, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - anon_sym_DOT, + ACTIONS(4305), 20, + sym__automatic_semicolon, + sym__string_start, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_COLON_COLON, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_return_AT, + anon_sym_continue_AT, + anon_sym_break_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(4303), 29, + anon_sym_object, + anon_sym_fun, anon_sym_get, anon_sym_set, + anon_sym_this, + anon_sym_super, + sym_label, anon_sym_in, - anon_sym_while, + anon_sym_null, + anon_sym_if, anon_sym_else, - anon_sym_BANG_EQ, - anon_sym_EQ_EQ, + anon_sym_when, + anon_sym_try, + anon_sym_throw, + anon_sym_return, + anon_sym_continue, + anon_sym_break, anon_sym_is, anon_sym_PLUS, anon_sym_DASH, - anon_sym_SLASH, + anon_sym_BANG, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, sym__alpha_identifier, - ACTIONS(4103), 26, - sym_safe_nav, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_STAR, - sym_label, - anon_sym_DOT_DOT, - anon_sym_QMARK_COLON, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_COLON_COLON, - anon_sym_BANG_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_PERCENT, - anon_sym_as_QMARK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BANG_BANG, - sym__backtick_identifier, - [45951] = 3, + [46665] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4428), 13, + ACTIONS(4517), 13, anon_sym_AT, anon_sym_RBRACK, anon_sym_EQ, @@ -495820,7 +497290,7 @@ static const uint16_t ts_small_parse_table[] = { sym__quest, anon_sym_DASH_GT, sym__backtick_identifier, - ACTIONS(4426), 40, + ACTIONS(4515), 40, anon_sym_typealias, anon_sym_class, anon_sym_interface, @@ -495861,82 +497331,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [46013] = 7, - ACTIONS(5681), 1, - anon_sym_where, - ACTIONS(5703), 1, - anon_sym_LBRACE, - STATE(5225), 1, - sym_type_constraints, - STATE(5273), 1, - sym_enum_class_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4215), 20, - sym__automatic_semicolon, - sym__string_start, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_COLON_COLON, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_return_AT, - anon_sym_continue_AT, - anon_sym_break_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(4213), 29, - anon_sym_object, - anon_sym_fun, - anon_sym_get, - anon_sym_set, - anon_sym_this, - anon_sym_super, - sym_label, - anon_sym_in, - anon_sym_null, - anon_sym_if, - anon_sym_else, - anon_sym_when, - anon_sym_try, - anon_sym_throw, - anon_sym_return, - anon_sym_continue, - anon_sym_break, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_BANG, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [46083] = 7, - ACTIONS(5675), 1, + [46727] = 7, + ACTIONS(8047), 1, + anon_sym_EQ, + ACTIONS(8049), 1, anon_sym_LBRACE, - ACTIONS(5681), 1, - anon_sym_where, - STATE(5240), 1, - sym_type_constraints, - STATE(5300), 1, - sym_class_body, + STATE(5341), 1, + sym_function_body, + STATE(5357), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4424), 20, + ACTIONS(4489), 20, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -495957,7 +497364,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4422), 29, + ACTIONS(4487), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -495987,25 +497394,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [46153] = 10, - ACTIONS(5133), 1, + [46797] = 10, + ACTIONS(5121), 1, anon_sym_where, - ACTIONS(7855), 1, + ACTIONS(7866), 1, anon_sym_LBRACE, - ACTIONS(8174), 1, - anon_sym_EQ, - ACTIONS(8178), 1, + ACTIONS(8193), 1, anon_sym_COLON, - STATE(4641), 1, - sym__block, - STATE(4718), 1, + ACTIONS(8195), 1, + anon_sym_EQ, + STATE(4580), 1, sym_function_body, - STATE(5302), 1, + STATE(4690), 1, + sym__block, + STATE(5295), 1, sym_type_constraints, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4083), 20, + ACTIONS(4099), 20, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -496026,7 +497433,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4085), 26, + ACTIONS(4101), 26, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -496053,158 +497460,153 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [46229] = 8, - ACTIONS(4750), 1, - anon_sym_EQ, - ACTIONS(8134), 1, - anon_sym_COLON_COLON, - ACTIONS(8180), 1, - anon_sym_COLON, + [46873] = 7, + ACTIONS(5655), 1, + anon_sym_where, + ACTIONS(5685), 1, + anon_sym_LBRACE, + STATE(5257), 1, + sym_type_constraints, + STATE(5290), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4132), 2, - anon_sym_COMMA, - anon_sym_DASH_GT, - ACTIONS(4755), 5, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - ACTIONS(4746), 20, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - anon_sym_DOT, + ACTIONS(4190), 20, + sym__automatic_semicolon, + sym__string_start, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_COLON_COLON, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_return_AT, + anon_sym_continue_AT, + anon_sym_break_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(4188), 29, + anon_sym_object, + anon_sym_fun, anon_sym_get, anon_sym_set, - anon_sym_STAR, + anon_sym_this, + anon_sym_super, + sym_label, anon_sym_in, - anon_sym_BANG_EQ, - anon_sym_EQ_EQ, + anon_sym_null, + anon_sym_if, + anon_sym_else, + anon_sym_when, + anon_sym_try, + anon_sym_throw, + anon_sym_return, + anon_sym_continue, + anon_sym_break, anon_sym_is, anon_sym_PLUS, anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + anon_sym_BANG, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, sym__alpha_identifier, - ACTIONS(4748), 23, + [46943] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4670), 22, sym__automatic_semicolon, - sym_safe_nav, + sym__string_start, anon_sym_AT, anon_sym_LBRACK, + anon_sym_EQ, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, - sym_label, - anon_sym_DOT_DOT, - anon_sym_QMARK_COLON, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_BANG_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, + anon_sym_STAR, + anon_sym_COLON_COLON, anon_sym_BANGin, anon_sym_BANGis, - anon_sym_as_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_BANG_BANG, + anon_sym_return_AT, + anon_sym_continue_AT, + anon_sym_break_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, sym__backtick_identifier, - [46301] = 10, - ACTIONS(5133), 1, - anon_sym_where, - ACTIONS(7855), 1, - anon_sym_LBRACE, - ACTIONS(8174), 1, - anon_sym_EQ, - ACTIONS(8182), 1, + ACTIONS(4668), 31, anon_sym_COLON, - STATE(4641), 1, - sym__block, - STATE(4739), 1, - sym_function_body, - STATE(5332), 1, - sym_type_constraints, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4089), 20, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - anon_sym_DOT, + anon_sym_where, + anon_sym_object, + anon_sym_fun, anon_sym_get, anon_sym_set, + anon_sym_this, + anon_sym_super, + sym_label, anon_sym_in, - anon_sym_while, + anon_sym_null, + anon_sym_if, anon_sym_else, - anon_sym_BANG_EQ, - anon_sym_EQ_EQ, + anon_sym_when, + anon_sym_try, + anon_sym_throw, + anon_sym_return, + anon_sym_continue, + anon_sym_break, anon_sym_is, anon_sym_PLUS, anon_sym_DASH, - anon_sym_SLASH, + anon_sym_BANG, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, sym__alpha_identifier, - ACTIONS(4091), 26, - sym_safe_nav, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_STAR, - sym_label, - anon_sym_DOT_DOT, - anon_sym_QMARK_COLON, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_COLON_COLON, - anon_sym_BANG_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_PERCENT, - anon_sym_as_QMARK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BANG_BANG, - sym__backtick_identifier, - [46377] = 6, - ACTIONS(3828), 1, + [47005] = 10, + ACTIONS(5121), 1, + anon_sym_where, + ACTIONS(7866), 1, + anon_sym_LBRACE, + ACTIONS(8195), 1, anon_sym_EQ, - ACTIONS(7171), 1, - anon_sym_LPAREN, + ACTIONS(8197), 1, + anon_sym_COLON, + STATE(4653), 1, + sym_function_body, + STATE(4690), 1, + sym__block, + STATE(5288), 1, + sym_type_constraints, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3833), 5, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - ACTIONS(4249), 22, + ACTIONS(4031), 20, anon_sym_as, anon_sym_LT, anon_sym_GT, anon_sym_DOT, anon_sym_get, anon_sym_set, - anon_sym_STAR, anon_sym_in, anon_sym_while, anon_sym_else, @@ -496214,20 +497616,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4252), 24, + ACTIONS(4033), 26, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, + anon_sym_STAR, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -496240,24 +497642,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_BANGin, anon_sym_BANGis, + anon_sym_PERCENT, anon_sym_as_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [46445] = 7, - ACTIONS(8039), 1, + [47081] = 7, + ACTIONS(8047), 1, anon_sym_EQ, - ACTIONS(8041), 1, + ACTIONS(8049), 1, anon_sym_LBRACE, - STATE(5282), 1, - sym_function_body, - STATE(5299), 1, + STATE(5357), 1, sym__block, + STATE(5391), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4097), 20, + ACTIONS(4033), 20, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -496278,7 +497681,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4095), 29, + ACTIONS(4031), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -496308,15 +497711,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [46515] = 5, - ACTIONS(8184), 1, - anon_sym_COMMA, - STATE(5115), 1, - aux_sym_type_constraints_repeat1, + [47151] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4493), 22, + ACTIONS(4593), 22, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -496339,7 +497738,9 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4491), 29, + ACTIONS(4591), 31, + anon_sym_COLON, + anon_sym_where, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -496369,75 +497770,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [46581] = 6, - ACTIONS(3828), 1, - anon_sym_EQ, - ACTIONS(7167), 1, - anon_sym_LPAREN, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(3833), 5, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - ACTIONS(4233), 22, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - anon_sym_DOT, - anon_sym_get, - anon_sym_set, - anon_sym_STAR, - anon_sym_in, - anon_sym_while, + [47213] = 4, + ACTIONS(8199), 1, anon_sym_else, - anon_sym_BANG_EQ, - anon_sym_EQ_EQ, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4236), 24, - sym_safe_nav, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_SEMI, - sym_label, - anon_sym_DOT_DOT, - anon_sym_QMARK_COLON, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_COLON_COLON, - anon_sym_BANG_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_as_QMARK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BANG_BANG, - sym__backtick_identifier, - [46649] = 4, - ACTIONS(8186), 1, - anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4929), 23, + ACTIONS(4792), 22, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -496448,7 +497787,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_in, anon_sym_while, - anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, anon_sym_is, @@ -496461,12 +497799,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4931), 29, + ACTIONS(4794), 30, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, sym_label, @@ -496491,13 +497830,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [46713] = 4, - ACTIONS(8188), 1, - anon_sym_LPAREN, + [47277] = 5, + ACTIONS(8199), 1, + anon_sym_else, + ACTIONS(8201), 1, + anon_sym_SEMI, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4923), 23, + ACTIONS(4792), 22, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -496508,7 +497849,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_in, anon_sym_while, - anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, anon_sym_is, @@ -496521,14 +497861,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4925), 29, + ACTIONS(4794), 29, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_SEMI, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -496551,21 +497891,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [46777] = 4, - ACTIONS(8190), 1, - anon_sym_LPAREN, + [47343] = 10, + ACTIONS(5121), 1, + anon_sym_where, + ACTIONS(7866), 1, + anon_sym_LBRACE, + ACTIONS(8195), 1, + anon_sym_EQ, + ACTIONS(8203), 1, + anon_sym_COLON, + STATE(4652), 1, + sym_function_body, + STATE(4690), 1, + sym__block, + STATE(5274), 1, + sym_type_constraints, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4257), 23, + ACTIONS(4085), 20, anon_sym_as, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_DOT, anon_sym_get, anon_sym_set, - anon_sym_STAR, anon_sym_in, anon_sym_while, anon_sym_else, @@ -496575,59 +497925,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4255), 29, + ACTIONS(4087), 26, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, + anon_sym_STAR, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_COLON_COLON, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, anon_sym_BANG_EQ_EQ, anon_sym_EQ_EQ_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_BANGin, anon_sym_BANGis, + anon_sym_PERCENT, anon_sym_as_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [46841] = 4, - ACTIONS(8192), 1, - anon_sym_LPAREN, + [47419] = 10, + ACTIONS(5405), 1, + anon_sym_where, + ACTIONS(7928), 1, + anon_sym_LBRACE, + ACTIONS(8169), 1, + anon_sym_EQ, + ACTIONS(8205), 1, + anon_sym_COLON, + STATE(4901), 1, + sym__block, + STATE(5030), 1, + sym_function_body, + STATE(5225), 1, + sym_type_constraints, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4241), 23, + ACTIONS(4041), 19, anon_sym_as, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_DOT, anon_sym_get, anon_sym_set, - anon_sym_STAR, anon_sym_in, - anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -496635,55 +497990,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4239), 29, + ACTIONS(4043), 27, + sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_RPAREN, + anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_SEMI, + anon_sym_STAR, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_COLON_COLON, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, anon_sym_BANG_EQ_EQ, anon_sym_EQ_EQ_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_BANGin, anon_sym_BANGis, + anon_sym_PERCENT, anon_sym_as_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [46905] = 7, - ACTIONS(5681), 1, - anon_sym_where, - ACTIONS(5703), 1, + [47495] = 7, + ACTIONS(5649), 1, anon_sym_LBRACE, + ACTIONS(5655), 1, + anon_sym_where, STATE(5228), 1, sym_type_constraints, - STATE(5300), 1, + STATE(5351), 1, sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4424), 20, + ACTIONS(4505), 20, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -496704,7 +498056,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4422), 29, + ACTIONS(4503), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -496734,19 +498086,85 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [46975] = 7, - ACTIONS(5675), 1, + [47565] = 10, + ACTIONS(5121), 1, + anon_sym_where, + ACTIONS(7866), 1, + anon_sym_LBRACE, + ACTIONS(8195), 1, + anon_sym_EQ, + ACTIONS(8207), 1, + anon_sym_COLON, + STATE(4690), 1, + sym__block, + STATE(4716), 1, + sym_function_body, + STATE(5271), 1, + sym_type_constraints, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4047), 20, + anon_sym_as, + anon_sym_LT, + anon_sym_GT, + anon_sym_DOT, + anon_sym_get, + anon_sym_set, + anon_sym_in, + anon_sym_while, + anon_sym_else, + anon_sym_BANG_EQ, + anon_sym_EQ_EQ, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4049), 26, + sym_safe_nav, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_STAR, + sym_label, + anon_sym_DOT_DOT, + anon_sym_QMARK_COLON, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_COLON_COLON, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_PERCENT, + anon_sym_as_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG_BANG, + sym__backtick_identifier, + [47641] = 7, + ACTIONS(5649), 1, anon_sym_LBRACE, - ACTIONS(5681), 1, + ACTIONS(5655), 1, anon_sym_where, - STATE(5217), 1, + STATE(5237), 1, sym_type_constraints, - STATE(5257), 1, - sym_class_body, + STATE(5322), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4483), 20, + ACTIONS(4394), 20, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -496767,7 +498185,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4481), 29, + ACTIONS(4392), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -496797,19 +498215,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [47045] = 7, - ACTIONS(8039), 1, + [47711] = 7, + ACTIONS(8047), 1, anon_sym_EQ, - ACTIONS(8041), 1, + ACTIONS(8049), 1, anon_sym_LBRACE, - STATE(5299), 1, + STATE(5357), 1, sym__block, - STATE(5372), 1, + STATE(5371), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4505), 20, + ACTIONS(4049), 20, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -496830,7 +498248,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4503), 29, + ACTIONS(4047), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -496860,17 +498278,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [47115] = 6, - ACTIONS(5127), 1, - anon_sym_LBRACE, - ACTIONS(8194), 1, - anon_sym_COLON, - STATE(4635), 1, - sym_class_body, + [47781] = 5, + ACTIONS(8209), 1, + anon_sym_by, + STATE(4584), 1, + sym_value_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4509), 21, + ACTIONS(4416), 21, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -496892,11 +498308,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4511), 29, + ACTIONS(4418), 30, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, @@ -496922,141 +498339,147 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [47183] = 7, - ACTIONS(5675), 1, - anon_sym_LBRACE, - ACTIONS(5681), 1, + [47847] = 10, + ACTIONS(5121), 1, anon_sym_where, - STATE(5190), 1, + ACTIONS(7866), 1, + anon_sym_LBRACE, + ACTIONS(8195), 1, + anon_sym_EQ, + ACTIONS(8211), 1, + anon_sym_COLON, + STATE(4619), 1, + sym_function_body, + STATE(4690), 1, + sym__block, + STATE(5273), 1, sym_type_constraints, - STATE(5369), 1, - sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4199), 20, - sym__automatic_semicolon, - sym__string_start, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_COLON_COLON, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_return_AT, - anon_sym_continue_AT, - anon_sym_break_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(4197), 29, - anon_sym_object, - anon_sym_fun, + ACTIONS(4041), 20, + anon_sym_as, + anon_sym_LT, + anon_sym_GT, + anon_sym_DOT, anon_sym_get, anon_sym_set, - anon_sym_this, - anon_sym_super, - sym_label, anon_sym_in, - anon_sym_null, - anon_sym_if, + anon_sym_while, anon_sym_else, - anon_sym_when, - anon_sym_try, - anon_sym_throw, - anon_sym_return, - anon_sym_continue, - anon_sym_break, + anon_sym_BANG_EQ, + anon_sym_EQ_EQ, anon_sym_is, anon_sym_PLUS, anon_sym_DASH, - anon_sym_BANG, + anon_sym_SLASH, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, sym__alpha_identifier, - [47253] = 3, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4607), 22, - sym__automatic_semicolon, - sym__string_start, + ACTIONS(4043), 26, + sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_SEMI, anon_sym_STAR, + sym_label, + anon_sym_DOT_DOT, + anon_sym_QMARK_COLON, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_COLON_COLON, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_BANGin, anon_sym_BANGis, + anon_sym_PERCENT, + anon_sym_as_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_return_AT, - anon_sym_continue_AT, - anon_sym_break_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, + anon_sym_BANG_BANG, sym__backtick_identifier, - ACTIONS(4605), 31, + [47923] = 6, + ACTIONS(5161), 1, + anon_sym_LBRACE, + ACTIONS(8213), 1, anon_sym_COLON, + STATE(4658), 1, + sym_class_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4410), 21, + anon_sym_as, + anon_sym_LT, + anon_sym_GT, anon_sym_where, - anon_sym_object, - anon_sym_fun, + anon_sym_DOT, anon_sym_get, anon_sym_set, - anon_sym_this, - anon_sym_super, - sym_label, anon_sym_in, - anon_sym_null, - anon_sym_if, + anon_sym_while, anon_sym_else, - anon_sym_when, - anon_sym_try, - anon_sym_throw, - anon_sym_return, - anon_sym_continue, - anon_sym_break, + anon_sym_BANG_EQ, + anon_sym_EQ_EQ, anon_sym_is, anon_sym_PLUS, anon_sym_DASH, - anon_sym_BANG, + anon_sym_SLASH, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, sym__alpha_identifier, - [47315] = 7, - ACTIONS(8039), 1, - anon_sym_EQ, - ACTIONS(8041), 1, + ACTIONS(4412), 29, + sym_safe_nav, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_STAR, + anon_sym_DASH_GT, + sym_label, + anon_sym_DOT_DOT, + anon_sym_QMARK_COLON, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_COLON_COLON, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_PERCENT, + anon_sym_as_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG_BANG, + sym__backtick_identifier, + [47991] = 7, + ACTIONS(5655), 1, + anon_sym_where, + ACTIONS(5685), 1, anon_sym_LBRACE, - STATE(5299), 1, - sym__block, - STATE(5366), 1, - sym_function_body, + STATE(5224), 1, + sym_type_constraints, + STATE(5349), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4091), 20, + ACTIONS(4408), 20, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -497077,7 +498500,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4089), 29, + ACTIONS(4406), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -497107,19 +498530,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [47385] = 5, - ACTIONS(8196), 1, - anon_sym_LPAREN, + [48061] = 8, + ACTIONS(4877), 1, + anon_sym_EQ, + ACTIONS(8130), 1, + anon_sym_COLON_COLON, + ACTIONS(8215), 1, + anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4236), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - ACTIONS(3828), 22, - anon_sym_COLON, + ACTIONS(4109), 2, + anon_sym_COMMA, + anon_sym_DASH_GT, + ACTIONS(4879), 5, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + ACTIONS(4842), 20, anon_sym_as, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_DOT, @@ -497139,24 +498570,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3833), 28, + ACTIONS(4844), 23, + sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_DASH_GT, + anon_sym_RBRACE, + anon_sym_LPAREN, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_COLON_COLON, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, anon_sym_BANG_EQ_EQ, anon_sym_EQ_EQ_EQ, anon_sym_LT_EQ, @@ -497168,15 +498594,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [47451] = 5, - ACTIONS(8184), 1, + [48133] = 5, + ACTIONS(8217), 1, anon_sym_COMMA, - STATE(5076), 1, + STATE(5139), 1, aux_sym_type_constraints_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4487), 22, + ACTIONS(4444), 22, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -497199,68 +498625,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4485), 29, - anon_sym_object, - anon_sym_fun, - anon_sym_get, - anon_sym_set, - anon_sym_this, - anon_sym_super, - sym_label, - anon_sym_in, - anon_sym_null, - anon_sym_if, - anon_sym_else, - anon_sym_when, - anon_sym_try, - anon_sym_throw, - anon_sym_return, - anon_sym_continue, - anon_sym_break, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_BANG, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [47517] = 5, - ACTIONS(8199), 1, - anon_sym_COMMA, - STATE(5116), 1, - aux_sym__delegation_specifiers_repeat1, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4665), 21, - sym__automatic_semicolon, - sym__string_start, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_COLON_COLON, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_return_AT, - anon_sym_continue_AT, - anon_sym_break_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(4663), 30, - anon_sym_where, + ACTIONS(4442), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -497290,15 +498655,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [47583] = 5, - ACTIONS(8164), 1, + [48199] = 5, + ACTIONS(8159), 1, anon_sym_COMMA, - STATE(5116), 1, + STATE(5095), 1, aux_sym__delegation_specifiers_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4686), 21, + ACTIONS(4666), 21, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -497320,7 +498685,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4684), 30, + ACTIONS(4664), 30, anon_sym_where, anon_sym_object, anon_sym_fun, @@ -497351,32 +498716,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [47649] = 10, - ACTIONS(5342), 1, - anon_sym_where, - ACTIONS(7942), 1, - anon_sym_LBRACE, - ACTIONS(8160), 1, + [48265] = 6, + ACTIONS(3943), 1, anon_sym_EQ, - ACTIONS(8202), 1, - anon_sym_COLON, - STATE(5001), 1, - sym__block, - STATE(5045), 1, - sym_function_body, - STATE(5248), 1, - sym_type_constraints, + ACTIONS(7161), 1, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4083), 19, + ACTIONS(3948), 5, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + ACTIONS(4285), 22, anon_sym_as, anon_sym_LT, anon_sym_GT, anon_sym_DOT, anon_sym_get, anon_sym_set, + anon_sym_STAR, anon_sym_in, + anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -497384,21 +498747,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4085), 27, - sym__automatic_semicolon, + ACTIONS(4288), 24, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_SEMI, - anon_sym_STAR, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -497411,146 +498773,85 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_BANGin, anon_sym_BANGis, - anon_sym_PERCENT, anon_sym_as_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [47725] = 5, - ACTIONS(8204), 1, - anon_sym_LPAREN, + [48333] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4252), 2, + ACTIONS(4533), 22, sym__automatic_semicolon, - anon_sym_RBRACE, - ACTIONS(3828), 22, - anon_sym_COLON, - anon_sym_as, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_DOT, - anon_sym_get, - anon_sym_set, - anon_sym_STAR, - anon_sym_in, - anon_sym_BANG_EQ, - anon_sym_EQ_EQ, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(3833), 28, - sym_safe_nav, + sym__string_start, anon_sym_AT, anon_sym_LBRACK, + anon_sym_EQ, anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_DASH_GT, - sym_label, - anon_sym_DOT_DOT, - anon_sym_QMARK_COLON, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_STAR, anon_sym_COLON_COLON, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, anon_sym_BANGin, anon_sym_BANGis, - anon_sym_as_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_BANG_BANG, + anon_sym_return_AT, + anon_sym_continue_AT, + anon_sym_break_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, sym__backtick_identifier, - [47791] = 4, - ACTIONS(6615), 1, - anon_sym_LPAREN, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4233), 23, - anon_sym_as, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_DOT, + ACTIONS(4531), 31, + anon_sym_COLON, + anon_sym_where, + anon_sym_object, + anon_sym_fun, anon_sym_get, anon_sym_set, - anon_sym_STAR, + anon_sym_this, + anon_sym_super, + sym_label, anon_sym_in, - anon_sym_while, + anon_sym_null, + anon_sym_if, anon_sym_else, - anon_sym_BANG_EQ, - anon_sym_EQ_EQ, + anon_sym_when, + anon_sym_try, + anon_sym_throw, + anon_sym_return, + anon_sym_continue, + anon_sym_break, anon_sym_is, anon_sym_PLUS, anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + anon_sym_BANG, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, sym__alpha_identifier, - ACTIONS(4236), 29, - sym_safe_nav, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_SEMI, - sym_label, - anon_sym_DOT_DOT, - anon_sym_QMARK_COLON, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_COLON_COLON, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_as_QMARK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BANG_BANG, - sym__backtick_identifier, - [47855] = 3, + [48395] = 4, + ACTIONS(6963), 1, + anon_sym_by, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4641), 22, + ACTIONS(4418), 22, sym__automatic_semicolon, sym__string_start, anon_sym_AT, anon_sym_LBRACK, - anon_sym_EQ, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_STAR, anon_sym_COLON_COLON, anon_sym_BANGin, @@ -497565,8 +498866,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4639), 31, - anon_sym_COLON, + ACTIONS(4416), 30, anon_sym_where, anon_sym_object, anon_sym_fun, @@ -497597,15 +498897,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [47917] = 4, - ACTIONS(6636), 1, + [48459] = 6, + ACTIONS(3943), 1, + anon_sym_EQ, + ACTIONS(7157), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4249), 23, + ACTIONS(3948), 5, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + ACTIONS(4142), 22, anon_sym_as, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_DOT, @@ -497627,7 +498934,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4252), 29, + ACTIONS(4145), 24, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -497638,14 +498945,9 @@ static const uint16_t ts_small_parse_table[] = { sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_COLON_COLON, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_COLON_COLON, anon_sym_BANG_EQ_EQ, anon_sym_EQ_EQ_EQ, anon_sym_LT_EQ, @@ -497657,23 +498959,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [47981] = 7, - ACTIONS(8039), 1, - anon_sym_EQ, - ACTIONS(8041), 1, - anon_sym_LBRACE, - STATE(5299), 1, - sym__block, - STATE(5358), 1, - sym_function_body, + [48527] = 5, + ACTIONS(8217), 1, + anon_sym_COMMA, + STATE(5108), 1, + aux_sym_type_constraints_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4085), 20, + ACTIONS(4458), 22, sym__automatic_semicolon, sym__string_start, anon_sym_AT, anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_STAR, @@ -497690,7 +498990,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4083), 29, + ACTIONS(4456), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -497720,17 +499020,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [48051] = 3, + [48593] = 7, + ACTIONS(8047), 1, + anon_sym_EQ, + ACTIONS(8049), 1, + anon_sym_LBRACE, + STATE(5328), 1, + sym_function_body, + STATE(5357), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4702), 22, + ACTIONS(4258), 20, sym__automatic_semicolon, sym__string_start, anon_sym_AT, anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_STAR, @@ -497747,9 +499053,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4700), 31, - anon_sym_COLON, - anon_sym_where, + ACTIONS(4256), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -497779,23 +499083,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [48113] = 7, - ACTIONS(5681), 1, - anon_sym_where, - ACTIONS(5703), 1, - anon_sym_LBRACE, - STATE(5227), 1, - sym_type_constraints, - STATE(5369), 1, - sym_enum_class_body, + [48663] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4199), 20, + ACTIONS(4525), 21, sym__automatic_semicolon, sym__string_start, anon_sym_AT, anon_sym_LBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_STAR, @@ -497812,7 +499109,9 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4197), 29, + ACTIONS(4523), 31, + anon_sym_COLON, + anon_sym_where, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -497842,89 +499141,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [48183] = 10, - ACTIONS(5342), 1, - anon_sym_where, - ACTIONS(7942), 1, - anon_sym_LBRACE, - ACTIONS(8160), 1, - anon_sym_EQ, - ACTIONS(8207), 1, - anon_sym_COLON, - STATE(5001), 1, - sym__block, - STATE(5047), 1, - sym_function_body, - STATE(5216), 1, - sym_type_constraints, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4089), 19, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - anon_sym_DOT, - anon_sym_get, - anon_sym_set, - anon_sym_in, - anon_sym_else, - anon_sym_BANG_EQ, - anon_sym_EQ_EQ, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4091), 27, - sym__automatic_semicolon, - sym_safe_nav, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_STAR, - sym_label, - anon_sym_DOT_DOT, - anon_sym_QMARK_COLON, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_COLON_COLON, - anon_sym_BANG_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_PERCENT, - anon_sym_as_QMARK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BANG_BANG, - sym__backtick_identifier, - [48259] = 7, - ACTIONS(5675), 1, - anon_sym_LBRACE, - ACTIONS(5681), 1, - anon_sym_where, - STATE(5232), 1, - sym_type_constraints, - STATE(5377), 1, - sym_class_body, + [48724] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4436), 20, + ACTIONS(4541), 21, sym__automatic_semicolon, sym__string_start, anon_sym_AT, anon_sym_LBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_STAR, @@ -497941,7 +499167,9 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4434), 29, + ACTIONS(4539), 31, + anon_sym_COLON, + anon_sym_where, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -497971,25 +499199,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [48329] = 10, - ACTIONS(5133), 1, + [48785] = 10, + ACTIONS(5405), 1, anon_sym_where, - ACTIONS(7855), 1, + ACTIONS(7928), 1, anon_sym_LBRACE, - ACTIONS(8174), 1, - anon_sym_EQ, - ACTIONS(8209), 1, + ACTIONS(8219), 1, anon_sym_COLON, - STATE(4641), 1, + ACTIONS(8221), 1, + anon_sym_EQ, + STATE(4901), 1, sym__block, - STATE(4646), 1, + STATE(5017), 1, sym_function_body, - STATE(5329), 1, + STATE(5404), 1, sym_type_constraints, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4073), 20, + ACTIONS(4031), 19, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -497997,7 +499225,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_get, anon_sym_set, anon_sym_in, - anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -498010,13 +499237,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4075), 26, + ACTIONS(4033), 26, + sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_SEMI, anon_sym_STAR, sym_label, @@ -498037,21 +499264,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [48405] = 8, - ACTIONS(7942), 1, - anon_sym_LBRACE, - ACTIONS(8160), 1, - anon_sym_EQ, - ACTIONS(8211), 1, - anon_sym_COLON, - STATE(4910), 1, - sym_function_body, - STATE(5001), 1, - sym__block, + [48860] = 5, + ACTIONS(8223), 1, + anon_sym_COMMA, + STATE(5144), 1, + aux_sym__delegation_specifiers_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4191), 20, + ACTIONS(4627), 21, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -498060,6 +499281,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_get, anon_sym_set, anon_sym_in, + anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -498072,16 +499294,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4193), 27, - sym__automatic_semicolon, + ACTIONS(4629), 29, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_SEMI, anon_sym_STAR, + anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -498100,30 +499324,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [48476] = 9, - ACTIONS(5342), 1, - anon_sym_where, - ACTIONS(7942), 1, - anon_sym_LBRACE, - ACTIONS(8160), 1, - anon_sym_EQ, - STATE(5001), 1, - sym__block, - STATE(5047), 1, - sym_function_body, - STATE(5216), 1, - sym_type_constraints, + [48925] = 4, + STATE(5144), 1, + aux_sym__delegation_specifiers_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4089), 19, + ACTIONS(4664), 21, anon_sym_as, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, anon_sym_in, + anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -498136,16 +499352,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4091), 27, - sym__automatic_semicolon, + ACTIONS(4666), 30, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_SEMI, anon_sym_STAR, + anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -498164,212 +499383,199 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [48549] = 3, + [48988] = 4, + ACTIONS(6809), 1, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4653), 21, - sym__automatic_semicolon, - sym__string_start, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_COLON_COLON, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_return_AT, - anon_sym_continue_AT, - anon_sym_break_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(4651), 31, - anon_sym_COLON, - anon_sym_where, - anon_sym_object, - anon_sym_fun, + ACTIONS(4142), 22, + anon_sym_as, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_DOT, anon_sym_get, anon_sym_set, - anon_sym_this, - anon_sym_super, - sym_label, + anon_sym_STAR, anon_sym_in, - anon_sym_null, - anon_sym_if, anon_sym_else, - anon_sym_when, - anon_sym_try, - anon_sym_throw, - anon_sym_return, - anon_sym_continue, - anon_sym_break, + anon_sym_BANG_EQ, + anon_sym_EQ_EQ, anon_sym_is, anon_sym_PLUS, anon_sym_DASH, - anon_sym_BANG, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, sym__alpha_identifier, - [48610] = 10, - ACTIONS(5342), 1, - anon_sym_where, - ACTIONS(7942), 1, + ACTIONS(4145), 29, + sym__automatic_semicolon, + sym_safe_nav, + anon_sym_AT, + anon_sym_LBRACK, anon_sym_LBRACE, - ACTIONS(8213), 1, - anon_sym_COLON, - ACTIONS(8215), 1, - anon_sym_EQ, - STATE(5001), 1, - sym__block, - STATE(5008), 1, - sym_function_body, - STATE(5435), 1, - sym_type_constraints, + anon_sym_RBRACE, + anon_sym_SEMI, + sym_label, + anon_sym_DOT_DOT, + anon_sym_QMARK_COLON, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_COLON_COLON, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_as_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG_BANG, + sym__backtick_identifier, + [49051] = 4, + ACTIONS(8226), 1, + anon_sym_else, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4095), 19, + ACTIONS(4792), 21, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_DOT, anon_sym_get, anon_sym_set, + anon_sym_STAR, anon_sym_in, - anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, anon_sym_is, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4097), 26, + ACTIONS(4794), 30, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, - anon_sym_STAR, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_COLON_COLON, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, anon_sym_BANG_EQ_EQ, anon_sym_EQ_EQ_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_BANGin, anon_sym_BANGis, - anon_sym_PERCENT, anon_sym_as_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [48685] = 3, + [49114] = 5, + ACTIONS(8226), 1, + anon_sym_else, + ACTIONS(8228), 1, + anon_sym_SEMI, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4661), 21, - sym__automatic_semicolon, - sym__string_start, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_COLON_COLON, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_return_AT, - anon_sym_continue_AT, - anon_sym_break_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(4659), 31, - anon_sym_COLON, - anon_sym_where, - anon_sym_object, - anon_sym_fun, + ACTIONS(4792), 21, + anon_sym_as, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_DOT, anon_sym_get, anon_sym_set, - anon_sym_this, - anon_sym_super, - sym_label, + anon_sym_STAR, anon_sym_in, - anon_sym_null, - anon_sym_if, - anon_sym_else, - anon_sym_when, - anon_sym_try, - anon_sym_throw, - anon_sym_return, - anon_sym_continue, - anon_sym_break, + anon_sym_BANG_EQ, + anon_sym_EQ_EQ, anon_sym_is, anon_sym_PLUS, anon_sym_DASH, - anon_sym_BANG, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, sym__alpha_identifier, - [48746] = 10, - ACTIONS(5342), 1, - anon_sym_where, - ACTIONS(7942), 1, + ACTIONS(4794), 29, + sym__automatic_semicolon, + sym_safe_nav, + anon_sym_AT, + anon_sym_LBRACK, anon_sym_LBRACE, - ACTIONS(8215), 1, - anon_sym_EQ, - ACTIONS(8217), 1, - anon_sym_COLON, - STATE(5001), 1, - sym__block, - STATE(5047), 1, - sym_function_body, - STATE(5425), 1, - sym_type_constraints, + anon_sym_RBRACE, + anon_sym_LPAREN, + sym_label, + anon_sym_DOT_DOT, + anon_sym_QMARK_COLON, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_COLON_COLON, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_as_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG_BANG, + sym__backtick_identifier, + [49179] = 4, + ACTIONS(6805), 1, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4089), 19, + ACTIONS(4285), 22, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_DOT, anon_sym_get, anon_sym_set, + anon_sym_STAR, anon_sym_in, anon_sym_else, anon_sym_BANG_EQ, @@ -498378,58 +499584,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4091), 26, + ACTIONS(4288), 29, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_SEMI, - anon_sym_STAR, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_COLON_COLON, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, anon_sym_BANG_EQ_EQ, anon_sym_EQ_EQ_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_BANGin, anon_sym_BANGis, - anon_sym_PERCENT, anon_sym_as_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [48821] = 9, - ACTIONS(5133), 1, - anon_sym_where, - ACTIONS(7855), 1, - anon_sym_LBRACE, - ACTIONS(8174), 1, - anon_sym_EQ, - STATE(4641), 1, - sym__block, - STATE(4677), 1, - sym_function_body, - STATE(5376), 1, - sym_type_constraints, + [49242] = 4, + ACTIONS(8209), 1, + anon_sym_by, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4101), 20, + ACTIONS(4416), 21, anon_sym_as, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -498447,15 +499648,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4103), 26, + ACTIONS(4418), 30, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_STAR, + anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -498474,77 +499679,183 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [48894] = 3, + [49305] = 25, + ACTIONS(3104), 1, + anon_sym_AT, + ACTIONS(3128), 1, + sym_property_modifier, + ACTIONS(8230), 1, + anon_sym_COLON, + ACTIONS(8232), 1, + anon_sym_constructor, + ACTIONS(8234), 1, + anon_sym_LBRACE, + ACTIONS(8236), 1, + anon_sym_LPAREN, + ACTIONS(8238), 1, + anon_sym_LT, + ACTIONS(8240), 1, + anon_sym_where, + STATE(5362), 1, + sym_type_parameters, + STATE(7905), 1, + sym_primary_constructor, + STATE(8024), 1, + sym__class_parameters, + STATE(8302), 1, + sym_type_constraints, + STATE(8783), 1, + sym_enum_class_body, + STATE(9411), 1, + sym_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5065), 22, + ACTIONS(3140), 2, sym__automatic_semicolon, - sym__string_start, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_STAR, - anon_sym_COLON_COLON, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_return_AT, - anon_sym_continue_AT, - anon_sym_break_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(5063), 30, - anon_sym_where, - anon_sym_object, - anon_sym_fun, - anon_sym_get, - anon_sym_set, - anon_sym_this, - anon_sym_super, - sym_label, - anon_sym_in, - anon_sym_null, - anon_sym_if, - anon_sym_else, - anon_sym_when, - anon_sym_try, - anon_sym_throw, - anon_sym_return, - anon_sym_continue, - anon_sym_break, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_BANG, + ACTIONS(7409), 2, + anon_sym_override, + anon_sym_lateinit, + ACTIONS(7417), 2, + anon_sym_expect, + anon_sym_actual, + STATE(5571), 2, + sym__single_annotation, + sym__multi_annotation, + ACTIONS(7413), 3, + anon_sym_abstract, + anon_sym_final, + anon_sym_open, + ACTIONS(7415), 3, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + ACTIONS(7407), 4, + anon_sym_sealed, + anon_sym_annotation, anon_sym_data, anon_sym_inner, + ACTIONS(7411), 4, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_protected, + ACTIONS(7405), 6, + anon_sym_suspend, + anon_sym_tailrec, + anon_sym_operator, + anon_sym_infix, + anon_sym_inline, + anon_sym_external, + STATE(5318), 10, + sym__modifier, + sym_class_modifier, + sym_member_modifier, + sym_visibility_modifier, + sym_function_modifier, + sym_inheritance_modifier, + sym_parameter_modifier, + sym_platform_modifier, + sym_annotation, + aux_sym_modifiers_repeat1, + [49410] = 25, + ACTIONS(3104), 1, + anon_sym_AT, + ACTIONS(3128), 1, + sym_property_modifier, + ACTIONS(8232), 1, + anon_sym_constructor, + ACTIONS(8236), 1, + anon_sym_LPAREN, + ACTIONS(8238), 1, + anon_sym_LT, + ACTIONS(8240), 1, + anon_sym_where, + ACTIONS(8242), 1, + anon_sym_COLON, + ACTIONS(8244), 1, + anon_sym_LBRACE, + STATE(5283), 1, + sym_type_parameters, + STATE(7913), 1, + sym_primary_constructor, + STATE(8024), 1, + sym__class_parameters, + STATE(8301), 1, + sym_type_constraints, + STATE(8882), 1, + sym_class_body, + STATE(9411), 1, + sym_modifiers, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(3150), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + ACTIONS(7409), 2, + anon_sym_override, + anon_sym_lateinit, + ACTIONS(7417), 2, anon_sym_expect, anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [48955] = 3, + STATE(5571), 2, + sym__single_annotation, + sym__multi_annotation, + ACTIONS(7413), 3, + anon_sym_abstract, + anon_sym_final, + anon_sym_open, + ACTIONS(7415), 3, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + ACTIONS(7407), 4, + anon_sym_sealed, + anon_sym_annotation, + anon_sym_data, + anon_sym_inner, + ACTIONS(7411), 4, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_protected, + ACTIONS(7405), 6, + anon_sym_suspend, + anon_sym_tailrec, + anon_sym_operator, + anon_sym_infix, + anon_sym_inline, + anon_sym_external, + STATE(5318), 10, + sym__modifier, + sym_class_modifier, + sym_member_modifier, + sym_visibility_modifier, + sym_function_modifier, + sym_inheritance_modifier, + sym_parameter_modifier, + sym_platform_modifier, + sym_annotation, + aux_sym_modifiers_repeat1, + [49515] = 6, + ACTIONS(5685), 1, + anon_sym_LBRACE, + ACTIONS(8246), 1, + anon_sym_COLON, + STATE(5378), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4456), 22, + ACTIONS(4388), 20, sym__automatic_semicolon, sym__string_start, anon_sym_AT, anon_sym_LBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_COMMA, anon_sym_STAR, anon_sym_COLON_COLON, anon_sym_BANGin, @@ -498559,8 +499870,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4454), 30, - anon_sym_where, + ACTIONS(4386), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -498590,23 +499900,103 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [49016] = 9, - ACTIONS(5342), 1, + [49582] = 25, + ACTIONS(3104), 1, + anon_sym_AT, + ACTIONS(3128), 1, + sym_property_modifier, + ACTIONS(8232), 1, + anon_sym_constructor, + ACTIONS(8234), 1, + anon_sym_LBRACE, + ACTIONS(8236), 1, + anon_sym_LPAREN, + ACTIONS(8238), 1, + anon_sym_LT, + ACTIONS(8240), 1, + anon_sym_where, + ACTIONS(8248), 1, + anon_sym_COLON, + STATE(5284), 1, + sym_type_parameters, + STATE(7910), 1, + sym_primary_constructor, + STATE(8024), 1, + sym__class_parameters, + STATE(8265), 1, + sym_type_constraints, + STATE(8784), 1, + sym_enum_class_body, + STATE(9411), 1, + sym_modifiers, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(3108), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + ACTIONS(7409), 2, + anon_sym_override, + anon_sym_lateinit, + ACTIONS(7417), 2, + anon_sym_expect, + anon_sym_actual, + STATE(5571), 2, + sym__single_annotation, + sym__multi_annotation, + ACTIONS(7413), 3, + anon_sym_abstract, + anon_sym_final, + anon_sym_open, + ACTIONS(7415), 3, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + ACTIONS(7407), 4, + anon_sym_sealed, + anon_sym_annotation, + anon_sym_data, + anon_sym_inner, + ACTIONS(7411), 4, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_protected, + ACTIONS(7405), 6, + anon_sym_suspend, + anon_sym_tailrec, + anon_sym_operator, + anon_sym_infix, + anon_sym_inline, + anon_sym_external, + STATE(5318), 10, + sym__modifier, + sym_class_modifier, + sym_member_modifier, + sym_visibility_modifier, + sym_function_modifier, + sym_inheritance_modifier, + sym_parameter_modifier, + sym_platform_modifier, + sym_annotation, + aux_sym_modifiers_repeat1, + [49687] = 9, + ACTIONS(5405), 1, anon_sym_where, - ACTIONS(7942), 1, + ACTIONS(7928), 1, anon_sym_LBRACE, - ACTIONS(8160), 1, + ACTIONS(8169), 1, anon_sym_EQ, - STATE(5001), 1, + STATE(4901), 1, sym__block, - STATE(5008), 1, + STATE(4949), 1, sym_function_body, - STATE(5246), 1, + STATE(5243), 1, sym_type_constraints, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4095), 19, + ACTIONS(4256), 19, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -498626,7 +500016,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4097), 27, + ACTIONS(4258), 27, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -498654,13 +500044,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [49089] = 4, - ACTIONS(8219), 1, + [49760] = 4, + ACTIONS(8250), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4929), 22, + ACTIONS(4955), 22, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -498683,7 +500073,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4931), 29, + ACTIONS(4957), 29, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -498713,21 +500103,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [49152] = 4, - ACTIONS(8221), 1, - anon_sym_LPAREN, + [49823] = 8, + ACTIONS(7928), 1, + anon_sym_LBRACE, + ACTIONS(8169), 1, + anon_sym_EQ, + ACTIONS(8252), 1, + anon_sym_COLON, + STATE(4901), 1, + sym__block, + STATE(4919), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4923), 22, + ACTIONS(4326), 20, anon_sym_as, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, - anon_sym_STAR, anon_sym_in, anon_sym_else, anon_sym_BANG_EQ, @@ -498736,65 +500133,144 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4925), 29, + ACTIONS(4328), 27, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_SEMI, + anon_sym_STAR, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_COLON_COLON, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, anon_sym_BANG_EQ_EQ, anon_sym_EQ_EQ_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_BANGin, anon_sym_BANGis, + anon_sym_PERCENT, anon_sym_as_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [49215] = 6, - ACTIONS(3828), 1, - anon_sym_EQ, - ACTIONS(7222), 1, + [49894] = 25, + ACTIONS(3104), 1, + anon_sym_AT, + ACTIONS(3128), 1, + sym_property_modifier, + ACTIONS(8232), 1, + anon_sym_constructor, + ACTIONS(8236), 1, anon_sym_LPAREN, + ACTIONS(8238), 1, + anon_sym_LT, + ACTIONS(8240), 1, + anon_sym_where, + ACTIONS(8244), 1, + anon_sym_LBRACE, + ACTIONS(8254), 1, + anon_sym_COLON, + STATE(5350), 1, + sym_type_parameters, + STATE(7934), 1, + sym_primary_constructor, + STATE(8024), 1, + sym__class_parameters, + STATE(8317), 1, + sym_type_constraints, + STATE(8783), 1, + sym_class_body, + STATE(9411), 1, + sym_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3833), 5, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - ACTIONS(4249), 21, + ACTIONS(3140), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + ACTIONS(7409), 2, + anon_sym_override, + anon_sym_lateinit, + ACTIONS(7417), 2, + anon_sym_expect, + anon_sym_actual, + STATE(5571), 2, + sym__single_annotation, + sym__multi_annotation, + ACTIONS(7413), 3, + anon_sym_abstract, + anon_sym_final, + anon_sym_open, + ACTIONS(7415), 3, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + ACTIONS(7407), 4, + anon_sym_sealed, + anon_sym_annotation, + anon_sym_data, + anon_sym_inner, + ACTIONS(7411), 4, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_protected, + ACTIONS(7405), 6, + anon_sym_suspend, + anon_sym_tailrec, + anon_sym_operator, + anon_sym_infix, + anon_sym_inline, + anon_sym_external, + STATE(5318), 10, + sym__modifier, + sym_class_modifier, + sym_member_modifier, + sym_visibility_modifier, + sym_function_modifier, + sym_inheritance_modifier, + sym_parameter_modifier, + sym_platform_modifier, + sym_annotation, + aux_sym_modifiers_repeat1, + [49999] = 9, + ACTIONS(5121), 1, + anon_sym_where, + ACTIONS(7866), 1, + anon_sym_LBRACE, + ACTIONS(8195), 1, + anon_sym_EQ, + STATE(4652), 1, + sym_function_body, + STATE(4690), 1, + sym__block, + STATE(5274), 1, + sym_type_constraints, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4085), 20, anon_sym_as, anon_sym_LT, anon_sym_GT, anon_sym_DOT, anon_sym_get, anon_sym_set, - anon_sym_STAR, anon_sym_in, + anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -498802,20 +500278,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4252), 24, - sym__automatic_semicolon, + ACTIONS(4087), 26, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_SEMI, + anon_sym_STAR, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -498828,34 +500304,95 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_BANGin, anon_sym_BANGis, + anon_sym_PERCENT, anon_sym_as_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [49282] = 6, - ACTIONS(3828), 1, - anon_sym_EQ, - ACTIONS(7226), 1, + [50072] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4871), 22, + sym__automatic_semicolon, + sym__string_start, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_STAR, + anon_sym_COLON_COLON, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_return_AT, + anon_sym_continue_AT, + anon_sym_break_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(4869), 30, + anon_sym_where, + anon_sym_object, + anon_sym_fun, + anon_sym_get, + anon_sym_set, + anon_sym_this, + anon_sym_super, + sym_label, + anon_sym_in, + anon_sym_null, + anon_sym_if, + anon_sym_else, + anon_sym_when, + anon_sym_try, + anon_sym_throw, + anon_sym_return, + anon_sym_continue, + anon_sym_break, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_BANG, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, + sym__alpha_identifier, + [50133] = 9, + ACTIONS(5121), 1, + anon_sym_where, + ACTIONS(7866), 1, + anon_sym_LBRACE, + ACTIONS(8195), 1, + anon_sym_EQ, + STATE(4653), 1, + sym_function_body, + STATE(4690), 1, + sym__block, + STATE(5288), 1, + sym_type_constraints, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3833), 5, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - ACTIONS(4233), 21, + ACTIONS(4031), 20, anon_sym_as, anon_sym_LT, anon_sym_GT, anon_sym_DOT, anon_sym_get, anon_sym_set, - anon_sym_STAR, anon_sym_in, + anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -498863,20 +500400,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4236), 24, - sym__automatic_semicolon, + ACTIONS(4033), 26, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_SEMI, + anon_sym_STAR, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -498889,16 +500426,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_BANGin, anon_sym_BANGis, + anon_sym_PERCENT, anon_sym_as_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [49349] = 3, + [50206] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4889), 22, + ACTIONS(4867), 22, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -498921,7 +500459,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4887), 30, + ACTIONS(4865), 30, anon_sym_where, anon_sym_object, anon_sym_fun, @@ -498952,23 +500490,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [49410] = 9, - ACTIONS(5133), 1, + [50267] = 9, + ACTIONS(5121), 1, anon_sym_where, - ACTIONS(7855), 1, + ACTIONS(7866), 1, anon_sym_LBRACE, - ACTIONS(8174), 1, + ACTIONS(8195), 1, anon_sym_EQ, - STATE(4641), 1, - sym__block, - STATE(4708), 1, + STATE(4580), 1, sym_function_body, - STATE(5286), 1, + STATE(4690), 1, + sym__block, + STATE(5295), 1, sym_type_constraints, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4095), 20, + ACTIONS(4099), 20, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -498989,7 +500527,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4097), 26, + ACTIONS(4101), 26, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -499016,103 +500554,210 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [49483] = 25, - ACTIONS(3104), 1, + [50340] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4863), 22, + sym__automatic_semicolon, + sym__string_start, anon_sym_AT, - ACTIONS(3128), 1, - sym_property_modifier, - ACTIONS(8223), 1, - anon_sym_COLON, - ACTIONS(8225), 1, - anon_sym_constructor, - ACTIONS(8227), 1, + anon_sym_LBRACK, anon_sym_LBRACE, - ACTIONS(8229), 1, + anon_sym_RBRACE, anon_sym_LPAREN, - ACTIONS(8231), 1, - anon_sym_LT, - ACTIONS(8233), 1, + anon_sym_COMMA, + anon_sym_STAR, + anon_sym_COLON_COLON, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_return_AT, + anon_sym_continue_AT, + anon_sym_break_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(4861), 30, anon_sym_where, - STATE(5275), 1, - sym_type_parameters, - STATE(7877), 1, - sym_primary_constructor, - STATE(8121), 1, - sym__class_parameters, - STATE(8250), 1, + anon_sym_object, + anon_sym_fun, + anon_sym_get, + anon_sym_set, + anon_sym_this, + anon_sym_super, + sym_label, + anon_sym_in, + anon_sym_null, + anon_sym_if, + anon_sym_else, + anon_sym_when, + anon_sym_try, + anon_sym_throw, + anon_sym_return, + anon_sym_continue, + anon_sym_break, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_BANG, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, + sym__alpha_identifier, + [50401] = 9, + ACTIONS(5121), 1, + anon_sym_where, + ACTIONS(7866), 1, + anon_sym_LBRACE, + ACTIONS(8195), 1, + anon_sym_EQ, + STATE(4573), 1, + sym_function_body, + STATE(4690), 1, + sym__block, + STATE(5297), 1, sym_type_constraints, - STATE(8751), 1, - sym_enum_class_body, - STATE(9219), 1, - sym_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3140), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - ACTIONS(7401), 2, - anon_sym_override, - anon_sym_lateinit, - ACTIONS(7409), 2, + ACTIONS(4260), 20, + anon_sym_as, + anon_sym_LT, + anon_sym_GT, + anon_sym_DOT, + anon_sym_get, + anon_sym_set, + anon_sym_in, + anon_sym_while, + anon_sym_else, + anon_sym_BANG_EQ, + anon_sym_EQ_EQ, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_data, + anon_sym_inner, anon_sym_expect, anon_sym_actual, - STATE(5562), 2, - sym__single_annotation, - sym__multi_annotation, - ACTIONS(7405), 3, - anon_sym_abstract, - anon_sym_final, - anon_sym_open, - ACTIONS(7407), 3, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, - ACTIONS(7399), 4, - anon_sym_sealed, - anon_sym_annotation, + sym__alpha_identifier, + ACTIONS(4262), 26, + sym_safe_nav, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_STAR, + sym_label, + anon_sym_DOT_DOT, + anon_sym_QMARK_COLON, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_COLON_COLON, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_PERCENT, + anon_sym_as_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG_BANG, + sym__backtick_identifier, + [50474] = 8, + ACTIONS(7928), 1, + anon_sym_LBRACE, + ACTIONS(8169), 1, + anon_sym_EQ, + ACTIONS(8256), 1, + anon_sym_COLON, + STATE(4901), 1, + sym__block, + STATE(5031), 1, + sym_function_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4210), 20, + anon_sym_as, + anon_sym_LT, + anon_sym_GT, + anon_sym_where, + anon_sym_DOT, + anon_sym_get, + anon_sym_set, + anon_sym_in, + anon_sym_else, + anon_sym_BANG_EQ, + anon_sym_EQ_EQ, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, anon_sym_data, anon_sym_inner, - ACTIONS(7403), 4, - anon_sym_public, - anon_sym_private, - anon_sym_internal, - anon_sym_protected, - ACTIONS(7397), 6, - anon_sym_suspend, - anon_sym_tailrec, - anon_sym_operator, - anon_sym_infix, - anon_sym_inline, - anon_sym_external, - STATE(5263), 10, - sym__modifier, - sym_class_modifier, - sym_member_modifier, - sym_visibility_modifier, - sym_function_modifier, - sym_inheritance_modifier, - sym_parameter_modifier, - sym_platform_modifier, - sym_annotation, - aux_sym_modifiers_repeat1, - [49588] = 9, - ACTIONS(5342), 1, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4212), 27, + sym__automatic_semicolon, + sym_safe_nav, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_STAR, + sym_label, + anon_sym_DOT_DOT, + anon_sym_QMARK_COLON, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_COLON_COLON, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_PERCENT, + anon_sym_as_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG_BANG, + sym__backtick_identifier, + [50545] = 10, + ACTIONS(5405), 1, anon_sym_where, - ACTIONS(7942), 1, + ACTIONS(7928), 1, anon_sym_LBRACE, - ACTIONS(8160), 1, + ACTIONS(8221), 1, anon_sym_EQ, - STATE(4950), 1, - sym_function_body, - STATE(5001), 1, + ACTIONS(8258), 1, + anon_sym_COLON, + STATE(4901), 1, sym__block, - STATE(5201), 1, + STATE(5030), 1, + sym_function_body, + STATE(5413), 1, sym_type_constraints, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4300), 19, + ACTIONS(4041), 19, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -499132,14 +500777,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4302), 27, + ACTIONS(4043), 26, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_COMMA, anon_sym_SEMI, anon_sym_STAR, sym_label, @@ -499160,69 +500804,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [49661] = 3, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4597), 23, - sym__automatic_semicolon, - sym__string_start, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_STAR, - anon_sym_COLON_COLON, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_return_AT, - anon_sym_continue_AT, - anon_sym_break_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(4595), 29, - anon_sym_object, - anon_sym_fun, - anon_sym_get, - anon_sym_set, - anon_sym_this, - anon_sym_super, - sym_label, - anon_sym_in, - anon_sym_null, - anon_sym_if, - anon_sym_else, - anon_sym_when, - anon_sym_try, - anon_sym_throw, - anon_sym_return, - anon_sym_continue, - anon_sym_break, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_BANG, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [49722] = 3, + [50620] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4665), 22, + ACTIONS(4589), 21, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -499230,7 +500816,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_COMMA, anon_sym_STAR, anon_sym_COLON_COLON, anon_sym_BANGin, @@ -499245,7 +500830,8 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4663), 30, + ACTIONS(4587), 31, + anon_sym_COLON, anon_sym_where, anon_sym_object, anon_sym_fun, @@ -499276,11 +500862,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [49783] = 3, + [50681] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4589), 21, + ACTIONS(4615), 21, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -499302,7 +500888,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4587), 31, + ACTIONS(4613), 31, anon_sym_COLON, anon_sym_where, anon_sym_object, @@ -499334,23 +500920,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [49844] = 9, - ACTIONS(5342), 1, + [50742] = 9, + ACTIONS(5121), 1, anon_sym_where, - ACTIONS(7942), 1, + ACTIONS(7866), 1, anon_sym_LBRACE, - ACTIONS(8160), 1, + ACTIONS(8195), 1, anon_sym_EQ, - STATE(4964), 1, + STATE(4683), 1, sym_function_body, - STATE(5001), 1, + STATE(4690), 1, sym__block, - STATE(5221), 1, + STATE(5302), 1, sym_type_constraints, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4101), 19, + ACTIONS(4256), 20, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -499358,6 +500944,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_get, anon_sym_set, anon_sym_in, + anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -499370,14 +500957,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4103), 27, - sym__automatic_semicolon, + ACTIONS(4258), 26, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_SEMI, anon_sym_STAR, sym_label, @@ -499398,31 +500984,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [49917] = 9, - ACTIONS(5133), 1, - anon_sym_where, - ACTIONS(7855), 1, + [50815] = 8, + ACTIONS(7928), 1, anon_sym_LBRACE, - ACTIONS(8174), 1, + ACTIONS(8169), 1, anon_sym_EQ, - STATE(4641), 1, + ACTIONS(8260), 1, + anon_sym_COLON, + STATE(4901), 1, sym__block, - STATE(4653), 1, + STATE(5063), 1, sym_function_body, - STATE(5296), 1, - sym_type_constraints, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4181), 20, + ACTIONS(4198), 20, anon_sym_as, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, anon_sym_in, - anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -499435,13 +501019,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4183), 26, + ACTIONS(4200), 27, + sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_RPAREN, + anon_sym_COMMA, anon_sym_SEMI, anon_sym_STAR, sym_label, @@ -499462,11 +501047,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [49990] = 3, + [50886] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4468), 23, + ACTIONS(4466), 23, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -499490,7 +501075,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4466), 29, + ACTIONS(4464), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -499520,22 +501105,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [50051] = 4, - STATE(5164), 1, - aux_sym__delegation_specifiers_repeat1, + [50947] = 6, + ACTIONS(3943), 1, + anon_sym_EQ, + ACTIONS(7224), 1, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4684), 21, + ACTIONS(3948), 5, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + ACTIONS(4285), 21, anon_sym_as, anon_sym_LT, anon_sym_GT, - anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, + anon_sym_STAR, anon_sym_in, - anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -499543,24 +501135,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4686), 30, + ACTIONS(4288), 24, + sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_SEMI, - anon_sym_STAR, - anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -499573,117 +501161,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_BANGin, anon_sym_BANGis, - anon_sym_PERCENT, anon_sym_as_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [50114] = 25, - ACTIONS(3104), 1, - anon_sym_AT, - ACTIONS(3128), 1, - sym_property_modifier, - ACTIONS(8225), 1, - anon_sym_constructor, - ACTIONS(8229), 1, - anon_sym_LPAREN, - ACTIONS(8231), 1, - anon_sym_LT, - ACTIONS(8233), 1, - anon_sym_where, - ACTIONS(8235), 1, - anon_sym_COLON, - ACTIONS(8237), 1, - anon_sym_LBRACE, - STATE(5347), 1, - sym_type_parameters, - STATE(7872), 1, - sym_primary_constructor, - STATE(8121), 1, - sym__class_parameters, - STATE(8293), 1, - sym_type_constraints, - STATE(8781), 1, - sym_class_body, - STATE(9219), 1, - sym_modifiers, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(3108), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - ACTIONS(7401), 2, - anon_sym_override, - anon_sym_lateinit, - ACTIONS(7409), 2, - anon_sym_expect, - anon_sym_actual, - STATE(5562), 2, - sym__single_annotation, - sym__multi_annotation, - ACTIONS(7405), 3, - anon_sym_abstract, - anon_sym_final, - anon_sym_open, - ACTIONS(7407), 3, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, - ACTIONS(7399), 4, - anon_sym_sealed, - anon_sym_annotation, - anon_sym_data, - anon_sym_inner, - ACTIONS(7403), 4, - anon_sym_public, - anon_sym_private, - anon_sym_internal, - anon_sym_protected, - ACTIONS(7397), 6, - anon_sym_suspend, - anon_sym_tailrec, - anon_sym_operator, - anon_sym_infix, - anon_sym_inline, - anon_sym_external, - STATE(5263), 10, - sym__modifier, - sym_class_modifier, - sym_member_modifier, - sym_visibility_modifier, - sym_function_modifier, - sym_inheritance_modifier, - sym_parameter_modifier, - sym_platform_modifier, - sym_annotation, - aux_sym_modifiers_repeat1, - [50219] = 10, - ACTIONS(5342), 1, - anon_sym_where, - ACTIONS(7942), 1, - anon_sym_LBRACE, - ACTIONS(8215), 1, + [51014] = 6, + ACTIONS(3943), 1, anon_sym_EQ, - ACTIONS(8239), 1, - anon_sym_COLON, - STATE(5001), 1, - sym__block, - STATE(5045), 1, - sym_function_body, - STATE(5415), 1, - sym_type_constraints, + ACTIONS(7194), 1, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4083), 19, + ACTIONS(3948), 5, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + ACTIONS(4142), 21, anon_sym_as, anon_sym_LT, anon_sym_GT, anon_sym_DOT, anon_sym_get, anon_sym_set, + anon_sym_STAR, anon_sym_in, anon_sym_else, anon_sym_BANG_EQ, @@ -499692,20 +501196,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4085), 26, + ACTIONS(4145), 24, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_SEMI, - anon_sym_STAR, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -499718,27 +501222,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_BANGin, anon_sym_BANGis, - anon_sym_PERCENT, anon_sym_as_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [50294] = 4, - ACTIONS(6768), 1, - anon_sym_LPAREN, + [51081] = 9, + ACTIONS(5405), 1, + anon_sym_where, + ACTIONS(7928), 1, + anon_sym_LBRACE, + ACTIONS(8169), 1, + anon_sym_EQ, + STATE(4901), 1, + sym__block, + STATE(4932), 1, + sym_function_body, + STATE(5266), 1, + sym_type_constraints, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4249), 22, + ACTIONS(4260), 19, anon_sym_as, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_DOT, anon_sym_get, anon_sym_set, - anon_sym_STAR, anon_sym_in, anon_sym_else, anon_sym_BANG_EQ, @@ -499747,47 +501258,102 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4252), 29, + ACTIONS(4262), 27, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_SEMI, + anon_sym_STAR, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_COLON_COLON, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, anon_sym_BANG_EQ_EQ, anon_sym_EQ_EQ_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_BANGin, anon_sym_BANGis, + anon_sym_PERCENT, anon_sym_as_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [50357] = 3, + [51154] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4601), 21, + sym__automatic_semicolon, + sym__string_start, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_COLON_COLON, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_return_AT, + anon_sym_continue_AT, + anon_sym_break_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(4599), 31, + anon_sym_COLON, + anon_sym_where, + anon_sym_object, + anon_sym_fun, + anon_sym_get, + anon_sym_set, + anon_sym_this, + anon_sym_super, + sym_label, + anon_sym_in, + anon_sym_null, + anon_sym_if, + anon_sym_else, + anon_sym_when, + anon_sym_try, + anon_sym_throw, + anon_sym_return, + anon_sym_continue, + anon_sym_break, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_BANG, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, + sym__alpha_identifier, + [51215] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4601), 23, + ACTIONS(4638), 23, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -499811,7 +501377,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4599), 29, + ACTIONS(4636), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -499841,13 +501407,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [50418] = 4, - ACTIONS(8241), 1, + [51276] = 4, + ACTIONS(8262), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4257), 22, + ACTIONS(4293), 22, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -499870,7 +501436,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4255), 29, + ACTIONS(4291), 29, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -499900,16 +501466,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [50481] = 3, + [51339] = 6, + ACTIONS(5685), 1, + anon_sym_LBRACE, + ACTIONS(8264), 1, + anon_sym_COLON, + STATE(5281), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4692), 21, + ACTIONS(4412), 20, sym__automatic_semicolon, sym__string_start, anon_sym_AT, anon_sym_LBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_STAR, @@ -499926,9 +501497,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4690), 31, - anon_sym_COLON, - anon_sym_where, + ACTIONS(4410), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -499958,141 +501527,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [50542] = 4, - ACTIONS(8243), 1, - anon_sym_LPAREN, + [51406] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4241), 22, - anon_sym_as, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_DOT, - anon_sym_get, - anon_sym_set, - anon_sym_STAR, - anon_sym_in, - anon_sym_else, - anon_sym_BANG_EQ, - anon_sym_EQ_EQ, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4239), 29, + ACTIONS(4529), 23, sym__automatic_semicolon, - sym_safe_nav, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_SEMI, - sym_label, - anon_sym_DOT_DOT, - anon_sym_QMARK_COLON, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_COLON_COLON, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_as_QMARK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BANG_BANG, - sym__backtick_identifier, - [50605] = 4, - ACTIONS(8168), 1, - anon_sym_by, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4454), 21, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - anon_sym_where, - anon_sym_DOT, - anon_sym_get, - anon_sym_set, - anon_sym_in, - anon_sym_while, - anon_sym_else, - anon_sym_BANG_EQ, - anon_sym_EQ_EQ, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4456), 30, - sym_safe_nav, + sym__string_start, anon_sym_AT, anon_sym_LBRACK, - anon_sym_RBRACK, + anon_sym_EQ, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_STAR, - anon_sym_DASH_GT, - sym_label, - anon_sym_DOT_DOT, - anon_sym_QMARK_COLON, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_COLON_COLON, - anon_sym_BANG_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_PERCENT, - anon_sym_as_QMARK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BANG_BANG, - sym__backtick_identifier, - [50668] = 6, - ACTIONS(5675), 1, - anon_sym_LBRACE, - ACTIONS(8245), 1, - anon_sym_COLON, - STATE(5326), 1, - sym_class_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4519), 20, - sym__automatic_semicolon, - sym__string_start, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_STAR, anon_sym_COLON_COLON, anon_sym_BANGin, @@ -500107,7 +501555,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4517), 29, + ACTIONS(4527), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -500137,13 +501585,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [50735] = 4, - ACTIONS(6764), 1, + [51467] = 4, + ACTIONS(8266), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4233), 22, + ACTIONS(4150), 22, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -500166,7 +501614,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4236), 29, + ACTIONS(4148), 29, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -500196,141 +501644,74 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [50798] = 5, - ACTIONS(8247), 1, - anon_sym_COMMA, - STATE(5164), 1, - aux_sym__delegation_specifiers_repeat1, + [51530] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4663), 21, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - anon_sym_where, - anon_sym_DOT, - anon_sym_get, - anon_sym_set, - anon_sym_in, - anon_sym_while, - anon_sym_else, - anon_sym_BANG_EQ, - anon_sym_EQ_EQ, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4665), 29, - sym_safe_nav, + ACTIONS(4895), 22, + sym__automatic_semicolon, + sym__string_start, anon_sym_AT, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_SEMI, + anon_sym_COMMA, anon_sym_STAR, - anon_sym_DASH_GT, - sym_label, - anon_sym_DOT_DOT, - anon_sym_QMARK_COLON, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, anon_sym_COLON_COLON, - anon_sym_BANG_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, anon_sym_BANGin, anon_sym_BANGis, - anon_sym_PERCENT, - anon_sym_as_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_BANG_BANG, + anon_sym_return_AT, + anon_sym_continue_AT, + anon_sym_break_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, sym__backtick_identifier, - [50863] = 5, - ACTIONS(8250), 1, - anon_sym_SEMI, - ACTIONS(8252), 1, - anon_sym_else, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(5067), 21, - anon_sym_as, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_DOT, + ACTIONS(4893), 30, + anon_sym_where, + anon_sym_object, + anon_sym_fun, anon_sym_get, anon_sym_set, - anon_sym_STAR, + anon_sym_this, + anon_sym_super, + sym_label, anon_sym_in, - anon_sym_BANG_EQ, - anon_sym_EQ_EQ, + anon_sym_null, + anon_sym_if, + anon_sym_else, + anon_sym_when, + anon_sym_try, + anon_sym_throw, + anon_sym_return, + anon_sym_continue, + anon_sym_break, anon_sym_is, anon_sym_PLUS, anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + anon_sym_BANG, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, sym__alpha_identifier, - ACTIONS(5069), 29, - sym__automatic_semicolon, - sym_safe_nav, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_label, - anon_sym_DOT_DOT, - anon_sym_QMARK_COLON, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_COLON_COLON, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_as_QMARK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BANG_BANG, - sym__backtick_identifier, - [50928] = 6, - ACTIONS(5675), 1, - anon_sym_LBRACE, - ACTIONS(8254), 1, - anon_sym_COLON, - STATE(5264), 1, - sym_class_body, + [51591] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4511), 20, + ACTIONS(4652), 21, sym__automatic_semicolon, sym__string_start, anon_sym_AT, anon_sym_LBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_STAR, @@ -500347,7 +501728,9 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4509), 29, + ACTIONS(4650), 31, + anon_sym_COLON, + anon_sym_where, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -500377,128 +501760,135 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [50995] = 4, - ACTIONS(8252), 1, - anon_sym_else, + [51652] = 10, + ACTIONS(5405), 1, + anon_sym_where, + ACTIONS(7928), 1, + anon_sym_LBRACE, + ACTIONS(8221), 1, + anon_sym_EQ, + ACTIONS(8268), 1, + anon_sym_COLON, + STATE(4901), 1, + sym__block, + STATE(5032), 1, + sym_function_body, + STATE(5408), 1, + sym_type_constraints, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5067), 21, + ACTIONS(4047), 19, anon_sym_as, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_DOT, anon_sym_get, anon_sym_set, - anon_sym_STAR, anon_sym_in, + anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, anon_sym_is, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5069), 30, + ACTIONS(4049), 26, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, + anon_sym_STAR, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_COLON_COLON, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, anon_sym_BANG_EQ_EQ, anon_sym_EQ_EQ_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_BANGin, anon_sym_BANGis, + anon_sym_PERCENT, anon_sym_as_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [51058] = 3, + [51727] = 4, + ACTIONS(8270), 1, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5061), 22, - sym__automatic_semicolon, - sym__string_start, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_STAR, - anon_sym_COLON_COLON, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_return_AT, - anon_sym_continue_AT, - anon_sym_break_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(5059), 30, - anon_sym_where, - anon_sym_object, - anon_sym_fun, + ACTIONS(4961), 22, + anon_sym_as, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_DOT, anon_sym_get, anon_sym_set, - anon_sym_this, - anon_sym_super, - sym_label, + anon_sym_STAR, anon_sym_in, - anon_sym_null, - anon_sym_if, anon_sym_else, - anon_sym_when, - anon_sym_try, - anon_sym_throw, - anon_sym_return, - anon_sym_continue, - anon_sym_break, + anon_sym_BANG_EQ, + anon_sym_EQ_EQ, anon_sym_is, anon_sym_PLUS, anon_sym_DASH, - anon_sym_BANG, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, sym__alpha_identifier, - [51119] = 3, + ACTIONS(4963), 29, + sym__automatic_semicolon, + sym_safe_nav, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_SEMI, + sym_label, + anon_sym_DOT_DOT, + anon_sym_QMARK_COLON, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_COLON_COLON, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_as_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG_BANG, + sym__backtick_identifier, + [51790] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5057), 22, + ACTIONS(4629), 22, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -500521,7 +501911,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(5055), 30, + ACTIONS(4627), 30, anon_sym_where, anon_sym_object, anon_sym_fun, @@ -500552,15 +501942,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [51180] = 5, - ACTIONS(6338), 1, + [51851] = 5, + ACTIONS(6349), 1, anon_sym_LT, - STATE(5093), 1, + STATE(5112), 1, sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4138), 10, + ACTIONS(4115), 10, anon_sym_AT, anon_sym_RBRACK, anon_sym_EQ, @@ -500571,7 +501961,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, sym__quest, sym__backtick_identifier, - ACTIONS(4130), 40, + ACTIONS(4107), 40, anon_sym_typealias, anon_sym_class, anon_sym_interface, @@ -500612,23 +502002,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [51245] = 9, - ACTIONS(5133), 1, + [51916] = 9, + ACTIONS(5405), 1, anon_sym_where, - ACTIONS(7855), 1, + ACTIONS(7928), 1, anon_sym_LBRACE, - ACTIONS(8174), 1, + ACTIONS(8169), 1, anon_sym_EQ, - STATE(4641), 1, + STATE(4901), 1, sym__block, - STATE(4739), 1, + STATE(4912), 1, sym_function_body, - STATE(5332), 1, + STATE(5259), 1, sym_type_constraints, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4089), 20, + ACTIONS(4099), 19, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -500636,7 +502026,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_get, anon_sym_set, anon_sym_in, - anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -500649,13 +502038,79 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4091), 26, + ACTIONS(4101), 27, + sym__automatic_semicolon, + sym_safe_nav, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_STAR, + sym_label, + anon_sym_DOT_DOT, + anon_sym_QMARK_COLON, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_COLON_COLON, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_PERCENT, + anon_sym_as_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG_BANG, + sym__backtick_identifier, + [51989] = 10, + ACTIONS(5405), 1, + anon_sym_where, + ACTIONS(7928), 1, + anon_sym_LBRACE, + ACTIONS(8221), 1, + anon_sym_EQ, + ACTIONS(8272), 1, + anon_sym_COLON, + STATE(4901), 1, + sym__block, + STATE(5051), 1, + sym_function_body, + STATE(5398), 1, + sym_type_constraints, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4085), 19, + anon_sym_as, + anon_sym_LT, + anon_sym_GT, + anon_sym_DOT, + anon_sym_get, + anon_sym_set, + anon_sym_in, + anon_sym_else, + anon_sym_BANG_EQ, + anon_sym_EQ_EQ, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4087), 26, + sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_SEMI, anon_sym_STAR, sym_label, @@ -500676,11 +502131,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [51318] = 3, + [52064] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4649), 21, + ACTIONS(4887), 22, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -500688,6 +502143,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_STAR, anon_sym_COLON_COLON, anon_sym_BANGin, @@ -500702,8 +502158,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4647), 31, - anon_sym_COLON, + ACTIONS(4885), 30, anon_sym_where, anon_sym_object, anon_sym_fun, @@ -500734,23 +502189,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [51379] = 9, - ACTIONS(5133), 1, + [52125] = 9, + ACTIONS(5405), 1, anon_sym_where, - ACTIONS(7855), 1, + ACTIONS(7928), 1, anon_sym_LBRACE, - ACTIONS(8174), 1, + ACTIONS(8169), 1, anon_sym_EQ, - STATE(4641), 1, + STATE(4901), 1, sym__block, - STATE(4666), 1, + STATE(5051), 1, sym_function_body, - STATE(5290), 1, + STATE(5211), 1, sym_type_constraints, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4300), 20, + ACTIONS(4085), 19, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -500758,7 +502213,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_get, anon_sym_set, anon_sym_in, - anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -500771,13 +502225,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4302), 26, + ACTIONS(4087), 27, + sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_RPAREN, + anon_sym_COMMA, anon_sym_SEMI, anon_sym_STAR, sym_label, @@ -500798,25 +502253,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [51452] = 8, - ACTIONS(7942), 1, + [52198] = 9, + ACTIONS(5405), 1, + anon_sym_where, + ACTIONS(7928), 1, anon_sym_LBRACE, - ACTIONS(8160), 1, + ACTIONS(8169), 1, anon_sym_EQ, - ACTIONS(8256), 1, - anon_sym_COLON, - STATE(4979), 1, - sym_function_body, - STATE(5001), 1, + STATE(4901), 1, sym__block, + STATE(5017), 1, + sym_function_body, + STATE(5208), 1, + sym_type_constraints, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4336), 20, + ACTIONS(4031), 19, anon_sym_as, anon_sym_LT, anon_sym_GT, - anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -500833,7 +502289,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4338), 27, + ACTIONS(4033), 27, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -500861,91 +502317,76 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [51523] = 25, - ACTIONS(3104), 1, - anon_sym_AT, - ACTIONS(3128), 1, - sym_property_modifier, - ACTIONS(8225), 1, - anon_sym_constructor, - ACTIONS(8229), 1, - anon_sym_LPAREN, - ACTIONS(8231), 1, - anon_sym_LT, - ACTIONS(8233), 1, + [52271] = 10, + ACTIONS(5405), 1, anon_sym_where, - ACTIONS(8237), 1, + ACTIONS(7928), 1, anon_sym_LBRACE, - ACTIONS(8258), 1, + ACTIONS(8221), 1, + anon_sym_EQ, + ACTIONS(8274), 1, anon_sym_COLON, - STATE(5346), 1, - sym_type_parameters, - STATE(7864), 1, - sym_primary_constructor, - STATE(8121), 1, - sym__class_parameters, - STATE(8141), 1, + STATE(4901), 1, + sym__block, + STATE(4912), 1, + sym_function_body, + STATE(5396), 1, sym_type_constraints, - STATE(8573), 1, - sym_class_body, - STATE(9219), 1, - sym_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3164), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - ACTIONS(7401), 2, - anon_sym_override, - anon_sym_lateinit, - ACTIONS(7409), 2, - anon_sym_expect, - anon_sym_actual, - STATE(5562), 2, - sym__single_annotation, - sym__multi_annotation, - ACTIONS(7405), 3, - anon_sym_abstract, - anon_sym_final, - anon_sym_open, - ACTIONS(7407), 3, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, - ACTIONS(7399), 4, - anon_sym_sealed, - anon_sym_annotation, + ACTIONS(4099), 19, + anon_sym_as, + anon_sym_LT, + anon_sym_GT, + anon_sym_DOT, + anon_sym_get, + anon_sym_set, + anon_sym_in, + anon_sym_else, + anon_sym_BANG_EQ, + anon_sym_EQ_EQ, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, anon_sym_data, anon_sym_inner, - ACTIONS(7403), 4, - anon_sym_public, - anon_sym_private, - anon_sym_internal, - anon_sym_protected, - ACTIONS(7397), 6, - anon_sym_suspend, - anon_sym_tailrec, - anon_sym_operator, - anon_sym_infix, - anon_sym_inline, - anon_sym_external, - STATE(5263), 10, - sym__modifier, - sym_class_modifier, - sym_member_modifier, - sym_visibility_modifier, - sym_function_modifier, - sym_inheritance_modifier, - sym_parameter_modifier, - sym_platform_modifier, - sym_annotation, - aux_sym_modifiers_repeat1, - [51628] = 3, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4101), 26, + sym__automatic_semicolon, + sym_safe_nav, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_STAR, + sym_label, + anon_sym_DOT_DOT, + anon_sym_QMARK_COLON, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_COLON_COLON, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_PERCENT, + anon_sym_as_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG_BANG, + sym__backtick_identifier, + [52346] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4617), 21, + ACTIONS(4690), 21, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -500967,7 +502408,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4615), 31, + ACTIONS(4688), 31, anon_sym_COLON, anon_sym_where, anon_sym_object, @@ -500999,155 +502440,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [51689] = 9, - ACTIONS(5342), 1, - anon_sym_where, - ACTIONS(7942), 1, - anon_sym_LBRACE, - ACTIONS(8160), 1, - anon_sym_EQ, - STATE(4925), 1, - sym_function_body, - STATE(5001), 1, - sym__block, - STATE(5185), 1, - sym_type_constraints, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4181), 19, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - anon_sym_DOT, - anon_sym_get, - anon_sym_set, - anon_sym_in, - anon_sym_else, - anon_sym_BANG_EQ, - anon_sym_EQ_EQ, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4183), 27, - sym__automatic_semicolon, - sym_safe_nav, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_STAR, - sym_label, - anon_sym_DOT_DOT, - anon_sym_QMARK_COLON, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_COLON_COLON, - anon_sym_BANG_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_PERCENT, - anon_sym_as_QMARK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BANG_BANG, - sym__backtick_identifier, - [51762] = 25, - ACTIONS(3104), 1, - anon_sym_AT, - ACTIONS(3128), 1, - sym_property_modifier, - ACTIONS(8225), 1, - anon_sym_constructor, - ACTIONS(8227), 1, - anon_sym_LBRACE, - ACTIONS(8229), 1, - anon_sym_LPAREN, - ACTIONS(8231), 1, - anon_sym_LT, - ACTIONS(8233), 1, - anon_sym_where, - ACTIONS(8260), 1, - anon_sym_COLON, - STATE(5276), 1, - sym_type_parameters, - STATE(7879), 1, - sym_primary_constructor, - STATE(8121), 1, - sym__class_parameters, - STATE(8262), 1, - sym_type_constraints, - STATE(8781), 1, - sym_enum_class_body, - STATE(9219), 1, - sym_modifiers, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(3108), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - ACTIONS(7401), 2, - anon_sym_override, - anon_sym_lateinit, - ACTIONS(7409), 2, - anon_sym_expect, - anon_sym_actual, - STATE(5562), 2, - sym__single_annotation, - sym__multi_annotation, - ACTIONS(7405), 3, - anon_sym_abstract, - anon_sym_final, - anon_sym_open, - ACTIONS(7407), 3, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, - ACTIONS(7399), 4, - anon_sym_sealed, - anon_sym_annotation, - anon_sym_data, - anon_sym_inner, - ACTIONS(7403), 4, - anon_sym_public, - anon_sym_private, - anon_sym_internal, - anon_sym_protected, - ACTIONS(7397), 6, - anon_sym_suspend, - anon_sym_tailrec, - anon_sym_operator, - anon_sym_infix, - anon_sym_inline, - anon_sym_external, - STATE(5263), 10, - sym__modifier, - sym_class_modifier, - sym_member_modifier, - sym_visibility_modifier, - sym_function_modifier, - sym_inheritance_modifier, - sym_parameter_modifier, - sym_platform_modifier, - sym_annotation, - aux_sym_modifiers_repeat1, - [51867] = 3, + [52407] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4625), 21, + ACTIONS(4418), 22, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -501155,6 +502452,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_STAR, anon_sym_COLON_COLON, anon_sym_BANGin, @@ -501169,8 +502467,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4623), 31, - anon_sym_COLON, + ACTIONS(4416), 30, anon_sym_where, anon_sym_object, anon_sym_fun, @@ -501201,25 +502498,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [51928] = 8, - ACTIONS(7942), 1, + [52468] = 8, + ACTIONS(5401), 1, anon_sym_LBRACE, - ACTIONS(8160), 1, - anon_sym_EQ, - ACTIONS(8262), 1, + ACTIONS(5405), 1, + anon_sym_where, + ACTIONS(6098), 1, anon_sym_COLON, - STATE(4908), 1, - sym_function_body, - STATE(5001), 1, - sym__block, + STATE(4867), 1, + sym_type_constraints, + STATE(4973), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4326), 20, + ACTIONS(3186), 19, anon_sym_as, anon_sym_LT, anon_sym_GT, - anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -501236,7 +502532,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4328), 27, + ACTIONS(3190), 27, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -501264,32 +502560,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [51999] = 10, - ACTIONS(5342), 1, - anon_sym_where, - ACTIONS(7942), 1, - anon_sym_LBRACE, - ACTIONS(8215), 1, - anon_sym_EQ, - ACTIONS(8264), 1, - anon_sym_COLON, - STATE(4983), 1, - sym_function_body, - STATE(5001), 1, - sym__block, - STATE(5401), 1, - sym_type_constraints, + [52538] = 4, + ACTIONS(8276), 1, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4073), 19, + ACTIONS(4150), 21, anon_sym_as, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, anon_sym_in, + anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -501302,15 +502588,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4075), 26, - sym__automatic_semicolon, + ACTIONS(4148), 29, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_SEMI, anon_sym_STAR, + anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -501329,19 +502618,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [52074] = 3, + [52600] = 5, + ACTIONS(8282), 1, + sym__automatic_semicolon, + STATE(5397), 1, + sym__semi, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5053), 22, - sym__automatic_semicolon, + ACTIONS(8280), 20, sym__string_start, anon_sym_AT, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_COMMA, anon_sym_STAR, anon_sym_COLON_COLON, anon_sym_BANGin, @@ -501356,8 +502647,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(5051), 30, - anon_sym_where, + ACTIONS(8278), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -501387,25 +502677,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [52135] = 10, - ACTIONS(5342), 1, + [52664] = 9, + ACTIONS(5405), 1, anon_sym_where, - ACTIONS(7942), 1, + ACTIONS(7928), 1, anon_sym_LBRACE, - ACTIONS(8215), 1, + ACTIONS(8221), 1, anon_sym_EQ, - ACTIONS(8266), 1, - anon_sym_COLON, - STATE(4964), 1, - sym_function_body, - STATE(5001), 1, + STATE(4901), 1, sym__block, + STATE(5051), 1, + sym_function_body, STATE(5398), 1, sym_type_constraints, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4101), 19, + ACTIONS(4085), 19, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -501425,7 +502713,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4103), 26, + ACTIONS(4087), 26, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -501452,102 +502740,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [52210] = 25, - ACTIONS(3104), 1, - anon_sym_AT, - ACTIONS(3128), 1, - sym_property_modifier, - ACTIONS(3140), 1, - anon_sym_while, - ACTIONS(8268), 1, - anon_sym_COLON, - ACTIONS(8270), 1, - anon_sym_constructor, - ACTIONS(8272), 1, - anon_sym_LBRACE, - ACTIONS(8274), 1, - anon_sym_LPAREN, - ACTIONS(8276), 1, - anon_sym_LT, - ACTIONS(8278), 1, + [52736] = 8, + ACTIONS(5405), 1, anon_sym_where, - STATE(5431), 1, - sym_type_parameters, - STATE(7947), 1, - sym_primary_constructor, - STATE(8214), 1, - sym__class_parameters, - STATE(8428), 1, + ACTIONS(5411), 1, + anon_sym_LBRACE, + ACTIONS(6104), 1, + anon_sym_COLON, + STATE(4876), 1, sym_type_constraints, - STATE(9278), 1, - sym_modifiers, - STATE(9458), 1, + STATE(4973), 1, sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7401), 2, - anon_sym_override, - anon_sym_lateinit, - ACTIONS(7409), 2, - anon_sym_expect, - anon_sym_actual, - STATE(5562), 2, - sym__single_annotation, - sym__multi_annotation, - ACTIONS(7405), 3, - anon_sym_abstract, - anon_sym_final, - anon_sym_open, - ACTIONS(7407), 3, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, - ACTIONS(7399), 4, - anon_sym_sealed, - anon_sym_annotation, - anon_sym_data, - anon_sym_inner, - ACTIONS(7403), 4, - anon_sym_public, - anon_sym_private, - anon_sym_internal, - anon_sym_protected, - ACTIONS(7397), 6, - anon_sym_suspend, - anon_sym_tailrec, - anon_sym_operator, - anon_sym_infix, - anon_sym_inline, - anon_sym_external, - STATE(5263), 10, - sym__modifier, - sym_class_modifier, - sym_member_modifier, - sym_visibility_modifier, - sym_function_modifier, - sym_inheritance_modifier, - sym_parameter_modifier, - sym_platform_modifier, - sym_annotation, - aux_sym_modifiers_repeat1, - [52314] = 7, - ACTIONS(7942), 1, - anon_sym_LBRACE, - ACTIONS(8160), 1, - anon_sym_EQ, - STATE(4913), 1, - sym_function_body, - STATE(5001), 1, - sym__block, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4503), 20, + ACTIONS(3186), 19, anon_sym_as, anon_sym_LT, anon_sym_GT, - anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -501564,7 +502774,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4505), 27, + ACTIONS(3190), 27, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -501592,21 +502802,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [52382] = 8, - ACTIONS(5336), 1, + [52806] = 5, + ACTIONS(5649), 1, anon_sym_LBRACE, - ACTIONS(5342), 1, + STATE(5290), 1, + sym_enum_class_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4190), 20, + sym__automatic_semicolon, + sym__string_start, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_COLON_COLON, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_return_AT, + anon_sym_continue_AT, + anon_sym_break_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(4188), 29, + anon_sym_object, + anon_sym_fun, + anon_sym_get, + anon_sym_set, + anon_sym_this, + anon_sym_super, + sym_label, + anon_sym_in, + anon_sym_null, + anon_sym_if, + anon_sym_else, + anon_sym_when, + anon_sym_try, + anon_sym_throw, + anon_sym_return, + anon_sym_continue, + anon_sym_break, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_BANG, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, + sym__alpha_identifier, + [52870] = 9, + ACTIONS(5405), 1, anon_sym_where, - ACTIONS(6116), 1, - anon_sym_COLON, - STATE(4828), 1, + ACTIONS(7928), 1, + anon_sym_LBRACE, + ACTIONS(8221), 1, + anon_sym_EQ, + STATE(4901), 1, + sym__block, + STATE(5017), 1, + sym_function_body, + STATE(5404), 1, sym_type_constraints, - STATE(5031), 1, - sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3204), 19, + ACTIONS(4031), 19, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -501626,14 +502897,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3208), 27, + ACTIONS(4033), 26, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_COMMA, anon_sym_SEMI, anon_sym_STAR, sym_label, @@ -501654,21 +502924,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [52452] = 8, - ACTIONS(5133), 1, + [52942] = 9, + ACTIONS(5405), 1, anon_sym_where, - ACTIONS(5137), 1, + ACTIONS(7928), 1, anon_sym_LBRACE, - ACTIONS(6058), 1, - anon_sym_COLON, - STATE(4537), 1, + ACTIONS(8221), 1, + anon_sym_EQ, + STATE(4901), 1, + sym__block, + STATE(4912), 1, + sym_function_body, + STATE(5396), 1, sym_type_constraints, - STATE(4709), 1, - sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3190), 20, + ACTIONS(4099), 19, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -501676,7 +502948,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_get, anon_sym_set, anon_sym_in, - anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -501689,13 +502960,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3194), 26, + ACTIONS(4101), 26, + sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_SEMI, anon_sym_STAR, sym_label, @@ -501716,21 +502987,80 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [52522] = 8, - ACTIONS(5342), 1, - anon_sym_where, - ACTIONS(5397), 1, + [53014] = 5, + ACTIONS(5685), 1, + anon_sym_LBRACE, + STATE(5363), 1, + sym_class_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4344), 20, + sym__automatic_semicolon, + sym__string_start, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_COLON_COLON, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_return_AT, + anon_sym_continue_AT, + anon_sym_break_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(4342), 29, + anon_sym_object, + anon_sym_fun, + anon_sym_get, + anon_sym_set, + anon_sym_this, + anon_sym_super, + sym_label, + anon_sym_in, + anon_sym_null, + anon_sym_if, + anon_sym_else, + anon_sym_when, + anon_sym_try, + anon_sym_throw, + anon_sym_return, + anon_sym_continue, + anon_sym_break, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_BANG, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, + sym__alpha_identifier, + [53078] = 8, + ACTIONS(5401), 1, anon_sym_LBRACE, - ACTIONS(8280), 1, + ACTIONS(5405), 1, + anon_sym_where, + ACTIONS(8284), 1, anon_sym_COLON, - STATE(4816), 1, + STATE(4868), 1, sym_type_constraints, - STATE(5056), 1, + STATE(5081), 1, sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4197), 19, + ACTIONS(4188), 19, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -501750,7 +503080,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4199), 27, + ACTIONS(4190), 27, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -501773,162 +503103,88 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_BANGis, anon_sym_PERCENT, - anon_sym_as_QMARK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BANG_BANG, - sym__backtick_identifier, - [52592] = 23, - ACTIONS(3232), 1, - anon_sym_AT, - ACTIONS(4577), 1, - anon_sym_SEMI, - ACTIONS(7393), 1, - anon_sym_get, - ACTIONS(7395), 1, - anon_sym_set, - ACTIONS(8282), 1, - anon_sym_EQ, - ACTIONS(8284), 1, - anon_sym_by, - ACTIONS(8286), 1, - anon_sym_where, - ACTIONS(8296), 1, - sym_property_modifier, - STATE(5397), 1, - sym_type_constraints, - STATE(5475), 1, - sym_property_delegate, - STATE(8618), 1, - sym_modifiers, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(1766), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - ACTIONS(8292), 2, - anon_sym_override, - anon_sym_lateinit, - ACTIONS(8302), 2, - anon_sym_expect, - anon_sym_actual, - STATE(5537), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(8648), 2, - sym_getter, - sym_setter, - ACTIONS(8298), 3, - anon_sym_abstract, - anon_sym_final, - anon_sym_open, - ACTIONS(8300), 3, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, - ACTIONS(8290), 4, - anon_sym_sealed, - anon_sym_annotation, - anon_sym_data, - anon_sym_inner, - ACTIONS(8294), 4, - anon_sym_public, - anon_sym_private, - anon_sym_internal, - anon_sym_protected, - ACTIONS(8288), 6, - anon_sym_suspend, - anon_sym_tailrec, - anon_sym_operator, - anon_sym_infix, - anon_sym_inline, - anon_sym_external, - STATE(5441), 10, - sym__modifier, - sym_class_modifier, - sym_member_modifier, - sym_visibility_modifier, - sym_function_modifier, - sym_inheritance_modifier, - sym_parameter_modifier, - sym_platform_modifier, - sym_annotation, - aux_sym_modifiers_repeat1, - [52692] = 5, - ACTIONS(5675), 1, - anon_sym_LBRACE, - STATE(5300), 1, - sym_class_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4424), 20, - sym__automatic_semicolon, - sym__string_start, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_COLON_COLON, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_return_AT, - anon_sym_continue_AT, - anon_sym_break_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, + anon_sym_as_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG_BANG, sym__backtick_identifier, - ACTIONS(4422), 29, - anon_sym_object, - anon_sym_fun, + [53148] = 8, + ACTIONS(5405), 1, + anon_sym_where, + ACTIONS(5411), 1, + anon_sym_LBRACE, + ACTIONS(6102), 1, + anon_sym_COLON, + STATE(4885), 1, + sym_type_constraints, + STATE(4917), 1, + sym_enum_class_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(3212), 19, + anon_sym_as, + anon_sym_LT, + anon_sym_GT, + anon_sym_DOT, anon_sym_get, anon_sym_set, - anon_sym_this, - anon_sym_super, - sym_label, anon_sym_in, - anon_sym_null, - anon_sym_if, anon_sym_else, - anon_sym_when, - anon_sym_try, - anon_sym_throw, - anon_sym_return, - anon_sym_continue, - anon_sym_break, + anon_sym_BANG_EQ, + anon_sym_EQ_EQ, anon_sym_is, anon_sym_PLUS, anon_sym_DASH, - anon_sym_BANG, + anon_sym_SLASH, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, sym__alpha_identifier, - [52756] = 8, - ACTIONS(5127), 1, + ACTIONS(3216), 27, + sym__automatic_semicolon, + sym_safe_nav, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_STAR, + sym_label, + anon_sym_DOT_DOT, + anon_sym_QMARK_COLON, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_COLON_COLON, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_PERCENT, + anon_sym_as_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG_BANG, + sym__backtick_identifier, + [53218] = 8, + ACTIONS(5401), 1, anon_sym_LBRACE, - ACTIONS(5133), 1, + ACTIONS(5405), 1, anon_sym_where, - ACTIONS(6068), 1, + ACTIONS(8286), 1, anon_sym_COLON, - STATE(4540), 1, + STATE(4891), 1, sym_type_constraints, - STATE(4709), 1, + STATE(4990), 1, sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3190), 20, + ACTIONS(4303), 19, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -501936,7 +503192,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_get, anon_sym_set, anon_sym_in, - anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -501949,13 +503204,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3194), 26, + ACTIONS(4305), 27, + sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_RPAREN, + anon_sym_COMMA, anon_sym_SEMI, anon_sym_STAR, sym_label, @@ -501976,74 +503232,76 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [52826] = 5, - ACTIONS(5703), 1, + [53288] = 7, + ACTIONS(7928), 1, anon_sym_LBRACE, - STATE(5364), 1, - sym_enum_class_body, + ACTIONS(8169), 1, + anon_sym_EQ, + STATE(4901), 1, + sym__block, + STATE(4912), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4569), 20, - sym__automatic_semicolon, - sym__string_start, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_COLON_COLON, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_return_AT, - anon_sym_continue_AT, - anon_sym_break_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(4567), 29, - anon_sym_object, - anon_sym_fun, + ACTIONS(4099), 20, + anon_sym_as, + anon_sym_LT, + anon_sym_GT, + anon_sym_where, + anon_sym_DOT, anon_sym_get, anon_sym_set, - anon_sym_this, - anon_sym_super, - sym_label, anon_sym_in, - anon_sym_null, - anon_sym_if, anon_sym_else, - anon_sym_when, - anon_sym_try, - anon_sym_throw, - anon_sym_return, - anon_sym_continue, - anon_sym_break, + anon_sym_BANG_EQ, + anon_sym_EQ_EQ, anon_sym_is, anon_sym_PLUS, anon_sym_DASH, - anon_sym_BANG, + anon_sym_SLASH, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, sym__alpha_identifier, - [52890] = 5, - ACTIONS(5703), 1, + ACTIONS(4101), 27, + sym__automatic_semicolon, + sym_safe_nav, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_STAR, + sym_label, + anon_sym_DOT_DOT, + anon_sym_QMARK_COLON, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_COLON_COLON, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_PERCENT, + anon_sym_as_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG_BANG, + sym__backtick_identifier, + [53356] = 5, + ACTIONS(5649), 1, anon_sym_LBRACE, - STATE(5273), 1, + STATE(5330), 1, sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4215), 20, + ACTIONS(4348), 20, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -502064,7 +503322,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4213), 29, + ACTIONS(4346), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -502094,98 +503352,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [52954] = 23, - ACTIONS(3232), 1, - anon_sym_AT, - ACTIONS(7393), 1, - anon_sym_get, - ACTIONS(7395), 1, - anon_sym_set, - ACTIONS(8284), 1, - anon_sym_by, - ACTIONS(8286), 1, - anon_sym_where, - ACTIONS(8296), 1, - sym_property_modifier, - ACTIONS(8304), 1, - anon_sym_EQ, - ACTIONS(8306), 1, - anon_sym_SEMI, - STATE(5388), 1, - sym_type_constraints, - STATE(5478), 1, - sym_property_delegate, - STATE(8618), 1, - sym_modifiers, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(3274), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - ACTIONS(8292), 2, - anon_sym_override, - anon_sym_lateinit, - ACTIONS(8302), 2, - anon_sym_expect, - anon_sym_actual, - STATE(5537), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(8605), 2, - sym_getter, - sym_setter, - ACTIONS(8298), 3, - anon_sym_abstract, - anon_sym_final, - anon_sym_open, - ACTIONS(8300), 3, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, - ACTIONS(8290), 4, - anon_sym_sealed, - anon_sym_annotation, - anon_sym_data, - anon_sym_inner, - ACTIONS(8294), 4, - anon_sym_public, - anon_sym_private, - anon_sym_internal, - anon_sym_protected, - ACTIONS(8288), 6, - anon_sym_suspend, - anon_sym_tailrec, - anon_sym_operator, - anon_sym_infix, - anon_sym_inline, - anon_sym_external, - STATE(5441), 10, - sym__modifier, - sym_class_modifier, - sym_member_modifier, - sym_visibility_modifier, - sym_function_modifier, - sym_inheritance_modifier, - sym_parameter_modifier, - sym_platform_modifier, - sym_annotation, - aux_sym_modifiers_repeat1, - [53054] = 8, - ACTIONS(5127), 1, + [53420] = 8, + ACTIONS(5401), 1, anon_sym_LBRACE, - ACTIONS(5133), 1, + ACTIONS(5405), 1, anon_sym_where, - ACTIONS(8308), 1, + ACTIONS(6114), 1, anon_sym_COLON, - STATE(4508), 1, + STATE(4875), 1, sym_type_constraints, - STATE(4704), 1, + STATE(4962), 1, sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4284), 20, + ACTIONS(3196), 19, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -502193,7 +503374,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_get, anon_sym_set, anon_sym_in, - anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -502206,13 +503386,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4286), 26, + ACTIONS(3200), 27, + sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_RPAREN, + anon_sym_COMMA, anon_sym_SEMI, anon_sym_STAR, sym_label, @@ -502233,26 +503414,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [53124] = 9, - ACTIONS(5342), 1, - anon_sym_where, - ACTIONS(7942), 1, + [53490] = 7, + ACTIONS(7928), 1, anon_sym_LBRACE, - ACTIONS(8215), 1, + ACTIONS(8169), 1, anon_sym_EQ, - STATE(4950), 1, - sym_function_body, - STATE(5001), 1, + STATE(4901), 1, sym__block, - STATE(5418), 1, - sym_type_constraints, + STATE(5017), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4300), 19, + ACTIONS(4031), 20, anon_sym_as, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -502269,13 +503447,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4302), 26, + ACTIONS(4033), 27, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_SEMI, anon_sym_STAR, sym_label, @@ -502296,21 +503475,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [53196] = 8, - ACTIONS(5336), 1, - anon_sym_LBRACE, - ACTIONS(5342), 1, + [53558] = 8, + ACTIONS(5405), 1, anon_sym_where, - ACTIONS(8310), 1, + ACTIONS(5411), 1, + anon_sym_LBRACE, + ACTIONS(8288), 1, anon_sym_COLON, - STATE(4825), 1, + STATE(4856), 1, sym_type_constraints, - STATE(5056), 1, + STATE(5001), 1, sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4197), 19, + ACTIONS(4231), 19, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -502330,7 +503509,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4199), 27, + ACTIONS(4233), 27, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -502358,21 +503537,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [53266] = 8, - ACTIONS(5342), 1, + [53628] = 9, + ACTIONS(5405), 1, anon_sym_where, - ACTIONS(5397), 1, + ACTIONS(7928), 1, anon_sym_LBRACE, - ACTIONS(6112), 1, - anon_sym_COLON, - STATE(4822), 1, + ACTIONS(8221), 1, + anon_sym_EQ, + STATE(4901), 1, + sym__block, + STATE(4932), 1, + sym_function_body, + STATE(5412), 1, sym_type_constraints, - STATE(5032), 1, - sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3190), 19, + ACTIONS(4260), 19, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -502392,14 +503573,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3194), 27, + ACTIONS(4262), 26, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_COMMA, anon_sym_SEMI, anon_sym_STAR, sym_label, @@ -502420,24 +503600,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [53336] = 8, - ACTIONS(5336), 1, + [53700] = 7, + ACTIONS(7928), 1, anon_sym_LBRACE, - ACTIONS(5342), 1, - anon_sym_where, - ACTIONS(8312), 1, - anon_sym_COLON, - STATE(4850), 1, - sym_type_constraints, - STATE(4991), 1, - sym_enum_class_body, + ACTIONS(8169), 1, + anon_sym_EQ, + STATE(4901), 1, + sym__block, + STATE(5051), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4213), 19, + ACTIONS(4085), 20, anon_sym_as, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -502454,7 +503633,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4215), 27, + ACTIONS(4087), 27, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -502482,23 +503661,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [53406] = 9, - ACTIONS(5342), 1, + [53768] = 5, + ACTIONS(5685), 1, + anon_sym_LBRACE, + STATE(5298), 1, + sym_class_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4404), 20, + sym__automatic_semicolon, + sym__string_start, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_COLON_COLON, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_return_AT, + anon_sym_continue_AT, + anon_sym_break_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(4402), 29, + anon_sym_object, + anon_sym_fun, + anon_sym_get, + anon_sym_set, + anon_sym_this, + anon_sym_super, + sym_label, + anon_sym_in, + anon_sym_null, + anon_sym_if, + anon_sym_else, + anon_sym_when, + anon_sym_try, + anon_sym_throw, + anon_sym_return, + anon_sym_continue, + anon_sym_break, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_BANG, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, + sym__alpha_identifier, + [53832] = 9, + ACTIONS(5405), 1, anon_sym_where, - ACTIONS(7942), 1, + ACTIONS(7928), 1, anon_sym_LBRACE, - ACTIONS(8215), 1, + ACTIONS(8221), 1, anon_sym_EQ, - STATE(4964), 1, - sym_function_body, - STATE(5001), 1, + STATE(4901), 1, sym__block, - STATE(5398), 1, + STATE(4949), 1, + sym_function_body, + STATE(5414), 1, sym_type_constraints, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4101), 19, + ACTIONS(4256), 19, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -502518,7 +503756,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4103), 26, + ACTIONS(4258), 26, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -502545,19 +503783,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [53478] = 7, - ACTIONS(7942), 1, + [53904] = 5, + ACTIONS(5685), 1, anon_sym_LBRACE, - ACTIONS(8160), 1, - anon_sym_EQ, - STATE(4925), 1, - sym_function_body, - STATE(5001), 1, - sym__block, + STATE(5296), 1, + sym_class_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(3200), 20, + sym__automatic_semicolon, + sym__string_start, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_COLON_COLON, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_return_AT, + anon_sym_continue_AT, + anon_sym_break_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(3196), 29, + anon_sym_object, + anon_sym_fun, + anon_sym_get, + anon_sym_set, + anon_sym_this, + anon_sym_super, + sym_label, + anon_sym_in, + anon_sym_null, + anon_sym_if, + anon_sym_else, + anon_sym_when, + anon_sym_try, + anon_sym_throw, + anon_sym_return, + anon_sym_continue, + anon_sym_break, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_BANG, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, + sym__alpha_identifier, + [53968] = 4, + ACTIONS(8290), 1, + anon_sym_else, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4181), 20, + ACTIONS(4792), 20, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -502566,7 +503857,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_get, anon_sym_set, anon_sym_in, - anon_sym_else, + anon_sym_while, anon_sym_BANG_EQ, anon_sym_EQ_EQ, anon_sym_is, @@ -502578,16 +503869,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4183), 27, - sym__automatic_semicolon, + ACTIONS(4794), 30, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_SEMI, anon_sym_STAR, + anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -502606,73 +503900,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [53546] = 23, + [54030] = 23, ACTIONS(3232), 1, anon_sym_AT, - ACTIONS(4581), 1, + ACTIONS(4686), 1, anon_sym_SEMI, - ACTIONS(7393), 1, + ACTIONS(7401), 1, anon_sym_get, - ACTIONS(7395), 1, + ACTIONS(7403), 1, anon_sym_set, - ACTIONS(8284), 1, + ACTIONS(8292), 1, + anon_sym_EQ, + ACTIONS(8294), 1, anon_sym_by, - ACTIONS(8286), 1, - anon_sym_where, ACTIONS(8296), 1, + anon_sym_where, + ACTIONS(8306), 1, sym_property_modifier, - ACTIONS(8314), 1, - anon_sym_EQ, - STATE(5429), 1, + STATE(5402), 1, sym_type_constraints, - STATE(5476), 1, + STATE(5484), 1, sym_property_delegate, - STATE(8618), 1, + STATE(8834), 1, sym_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1696), 2, + ACTIONS(1786), 2, sym__automatic_semicolon, anon_sym_RBRACE, - ACTIONS(8292), 2, + ACTIONS(8302), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8302), 2, + ACTIONS(8312), 2, anon_sym_expect, anon_sym_actual, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(8833), 2, + STATE(8659), 2, sym_getter, sym_setter, - ACTIONS(8298), 3, + ACTIONS(8308), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8300), 3, + ACTIONS(8310), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8290), 4, + ACTIONS(8300), 4, anon_sym_sealed, anon_sym_annotation, anon_sym_data, anon_sym_inner, - ACTIONS(8294), 4, + ACTIONS(8304), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8288), 6, + ACTIONS(8298), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5441), 10, + STATE(5459), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -502683,135 +503977,73 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [53646] = 8, - ACTIONS(5336), 1, - anon_sym_LBRACE, - ACTIONS(5342), 1, - anon_sym_where, - ACTIONS(6100), 1, - anon_sym_COLON, - STATE(4829), 1, - sym_type_constraints, - STATE(5032), 1, - sym_enum_class_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(3190), 19, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - anon_sym_DOT, - anon_sym_get, - anon_sym_set, - anon_sym_in, - anon_sym_else, - anon_sym_BANG_EQ, - anon_sym_EQ_EQ, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(3194), 27, - sym__automatic_semicolon, - sym_safe_nav, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_STAR, - sym_label, - anon_sym_DOT_DOT, - anon_sym_QMARK_COLON, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_COLON_COLON, - anon_sym_BANG_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_PERCENT, - anon_sym_as_QMARK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BANG_BANG, - sym__backtick_identifier, - [53716] = 23, + [54130] = 23, ACTIONS(3232), 1, anon_sym_AT, - ACTIONS(4579), 1, + ACTIONS(4678), 1, anon_sym_SEMI, - ACTIONS(7393), 1, + ACTIONS(7401), 1, anon_sym_get, - ACTIONS(7395), 1, + ACTIONS(7403), 1, anon_sym_set, - ACTIONS(8284), 1, + ACTIONS(8294), 1, anon_sym_by, - ACTIONS(8286), 1, - anon_sym_where, ACTIONS(8296), 1, + anon_sym_where, + ACTIONS(8306), 1, sym_property_modifier, - ACTIONS(8316), 1, + ACTIONS(8314), 1, anon_sym_EQ, - STATE(5421), 1, + STATE(5441), 1, sym_type_constraints, - STATE(5470), 1, + STATE(5482), 1, sym_property_delegate, - STATE(8618), 1, + STATE(8834), 1, sym_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1778), 2, + ACTIONS(1754), 2, sym__automatic_semicolon, anon_sym_RBRACE, - ACTIONS(8292), 2, + ACTIONS(8302), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8302), 2, + ACTIONS(8312), 2, anon_sym_expect, anon_sym_actual, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(8880), 2, + STATE(8906), 2, sym_getter, sym_setter, - ACTIONS(8298), 3, + ACTIONS(8308), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8300), 3, + ACTIONS(8310), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8290), 4, + ACTIONS(8300), 4, anon_sym_sealed, anon_sym_annotation, anon_sym_data, anon_sym_inner, - ACTIONS(8294), 4, + ACTIONS(8304), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8288), 6, + ACTIONS(8298), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5441), 10, + STATE(5459), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -502822,28 +504054,22 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [53816] = 8, - ACTIONS(5342), 1, - anon_sym_where, - ACTIONS(5397), 1, - anon_sym_LBRACE, - ACTIONS(8318), 1, - anon_sym_COLON, - STATE(4844), 1, - sym_type_constraints, - STATE(5000), 1, - sym_class_body, + [54230] = 4, + ACTIONS(8316), 1, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4284), 19, + ACTIONS(4961), 21, anon_sym_as, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, anon_sym_in, + anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -502856,16 +504082,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4286), 27, - sym__automatic_semicolon, + ACTIONS(4963), 29, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_SEMI, anon_sym_STAR, + anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -502884,96 +504112,77 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [53886] = 23, - ACTIONS(3232), 1, - anon_sym_AT, - ACTIONS(7393), 1, - anon_sym_get, - ACTIONS(7395), 1, - anon_sym_set, - ACTIONS(8284), 1, - anon_sym_by, - ACTIONS(8286), 1, - anon_sym_where, - ACTIONS(8296), 1, - sym_property_modifier, - ACTIONS(8320), 1, - anon_sym_EQ, - ACTIONS(8322), 1, - anon_sym_SEMI, - STATE(5437), 1, - sym_type_constraints, - STATE(5472), 1, - sym_property_delegate, - STATE(8618), 1, - sym_modifiers, + [54292] = 4, + ACTIONS(8318), 1, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3256), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - ACTIONS(8292), 2, - anon_sym_override, - anon_sym_lateinit, - ACTIONS(8302), 2, - anon_sym_expect, - anon_sym_actual, - STATE(5537), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(8810), 2, - sym_getter, - sym_setter, - ACTIONS(8298), 3, - anon_sym_abstract, - anon_sym_final, - anon_sym_open, - ACTIONS(8300), 3, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, - ACTIONS(8290), 4, - anon_sym_sealed, - anon_sym_annotation, + ACTIONS(4955), 21, + anon_sym_as, + anon_sym_LT, + anon_sym_GT, + anon_sym_where, + anon_sym_DOT, + anon_sym_get, + anon_sym_set, + anon_sym_in, + anon_sym_while, + anon_sym_else, + anon_sym_BANG_EQ, + anon_sym_EQ_EQ, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, anon_sym_data, anon_sym_inner, - ACTIONS(8294), 4, - anon_sym_public, - anon_sym_private, - anon_sym_internal, - anon_sym_protected, - ACTIONS(8288), 6, - anon_sym_suspend, - anon_sym_tailrec, - anon_sym_operator, - anon_sym_infix, - anon_sym_inline, - anon_sym_external, - STATE(5441), 10, - sym__modifier, - sym_class_modifier, - sym_member_modifier, - sym_visibility_modifier, - sym_function_modifier, - sym_inheritance_modifier, - sym_parameter_modifier, - sym_platform_modifier, - sym_annotation, - aux_sym_modifiers_repeat1, - [53986] = 5, - ACTIONS(8328), 1, - sym__automatic_semicolon, - STATE(5394), 1, - sym__semi, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4957), 29, + sym_safe_nav, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_STAR, + anon_sym_DASH_GT, + sym_label, + anon_sym_DOT_DOT, + anon_sym_QMARK_COLON, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_COLON_COLON, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_PERCENT, + anon_sym_as_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG_BANG, + sym__backtick_identifier, + [54354] = 5, + ACTIONS(5685), 1, + anon_sym_LBRACE, + STATE(5290), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8326), 20, + ACTIONS(4190), 20, + sym__automatic_semicolon, sym__string_start, anon_sym_AT, anon_sym_LBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_STAR, @@ -502990,7 +504199,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(8324), 29, + ACTIONS(4188), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -503020,81 +504229,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [54050] = 8, - ACTIONS(5133), 1, - anon_sym_where, - ACTIONS(5137), 1, + [54418] = 5, + ACTIONS(5685), 1, anon_sym_LBRACE, - ACTIONS(8330), 1, - anon_sym_COLON, - STATE(4550), 1, - sym_type_constraints, - STATE(4734), 1, - sym_enum_class_body, + STATE(5382), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4197), 20, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - anon_sym_DOT, + ACTIONS(4597), 20, + sym__automatic_semicolon, + sym__string_start, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_COLON_COLON, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_return_AT, + anon_sym_continue_AT, + anon_sym_break_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(4595), 29, + anon_sym_object, + anon_sym_fun, anon_sym_get, anon_sym_set, + anon_sym_this, + anon_sym_super, + sym_label, anon_sym_in, - anon_sym_while, + anon_sym_null, + anon_sym_if, anon_sym_else, - anon_sym_BANG_EQ, - anon_sym_EQ_EQ, + anon_sym_when, + anon_sym_try, + anon_sym_throw, + anon_sym_return, + anon_sym_continue, + anon_sym_break, anon_sym_is, anon_sym_PLUS, anon_sym_DASH, - anon_sym_SLASH, + anon_sym_BANG, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, sym__alpha_identifier, - ACTIONS(4199), 26, - sym_safe_nav, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_STAR, - sym_label, - anon_sym_DOT_DOT, - anon_sym_QMARK_COLON, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_COLON_COLON, - anon_sym_BANG_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_PERCENT, - anon_sym_as_QMARK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BANG_BANG, - sym__backtick_identifier, - [54120] = 7, - ACTIONS(7942), 1, + [54482] = 7, + ACTIONS(7928), 1, anon_sym_LBRACE, - ACTIONS(8160), 1, + ACTIONS(8169), 1, anon_sym_EQ, - STATE(4939), 1, - sym_function_body, - STATE(5001), 1, + STATE(4901), 1, sym__block, + STATE(5032), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4386), 20, + ACTIONS(4047), 20, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -503115,7 +504321,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4388), 27, + ACTIONS(4049), 27, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -503143,15 +504349,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [54188] = 5, - ACTIONS(5675), 1, + [54550] = 5, + ACTIONS(5649), 1, anon_sym_LBRACE, - STATE(5331), 1, - sym_class_body, + STATE(5270), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4286), 20, + ACTIONS(3216), 20, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -503172,7 +504378,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4284), 29, + ACTIONS(3212), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -503202,278 +504408,131 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [54252] = 25, - ACTIONS(3104), 1, - anon_sym_AT, - ACTIONS(3108), 1, - anon_sym_while, - ACTIONS(3128), 1, - sym_property_modifier, - ACTIONS(8270), 1, - anon_sym_constructor, - ACTIONS(8272), 1, + [54614] = 5, + ACTIONS(5649), 1, anon_sym_LBRACE, - ACTIONS(8274), 1, - anon_sym_LPAREN, - ACTIONS(8276), 1, - anon_sym_LT, - ACTIONS(8278), 1, - anon_sym_where, - ACTIONS(8332), 1, - anon_sym_COLON, - STATE(5417), 1, - sym_type_parameters, - STATE(7934), 1, - sym_primary_constructor, - STATE(8214), 1, - sym__class_parameters, - STATE(8529), 1, - sym_type_constraints, - STATE(9278), 1, - sym_modifiers, - STATE(9412), 1, + STATE(5309), 1, sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7401), 2, - anon_sym_override, - anon_sym_lateinit, - ACTIONS(7409), 2, - anon_sym_expect, - anon_sym_actual, - STATE(5562), 2, - sym__single_annotation, - sym__multi_annotation, - ACTIONS(7405), 3, - anon_sym_abstract, - anon_sym_final, - anon_sym_open, - ACTIONS(7407), 3, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, - ACTIONS(7399), 4, - anon_sym_sealed, - anon_sym_annotation, - anon_sym_data, - anon_sym_inner, - ACTIONS(7403), 4, - anon_sym_public, - anon_sym_private, - anon_sym_internal, - anon_sym_protected, - ACTIONS(7397), 6, - anon_sym_suspend, - anon_sym_tailrec, - anon_sym_operator, - anon_sym_infix, - anon_sym_inline, - anon_sym_external, - STATE(5263), 10, - sym__modifier, - sym_class_modifier, - sym_member_modifier, - sym_visibility_modifier, - sym_function_modifier, - sym_inheritance_modifier, - sym_parameter_modifier, - sym_platform_modifier, - sym_annotation, - aux_sym_modifiers_repeat1, - [54356] = 8, - ACTIONS(5127), 1, - anon_sym_LBRACE, - ACTIONS(5133), 1, - anon_sym_where, - ACTIONS(8334), 1, - anon_sym_COLON, - STATE(4513), 1, - sym_type_constraints, - STATE(4734), 1, - sym_class_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4197), 20, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - anon_sym_DOT, - anon_sym_get, - anon_sym_set, - anon_sym_in, - anon_sym_while, - anon_sym_else, - anon_sym_BANG_EQ, - anon_sym_EQ_EQ, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4199), 26, - sym_safe_nav, + ACTIONS(4656), 20, + sym__automatic_semicolon, + sym__string_start, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_SEMI, anon_sym_STAR, - sym_label, - anon_sym_DOT_DOT, - anon_sym_QMARK_COLON, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, anon_sym_COLON_COLON, - anon_sym_BANG_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, anon_sym_BANGin, anon_sym_BANGis, - anon_sym_PERCENT, - anon_sym_as_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_BANG_BANG, + anon_sym_return_AT, + anon_sym_continue_AT, + anon_sym_break_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, sym__backtick_identifier, - [54426] = 8, - ACTIONS(5342), 1, - anon_sym_where, - ACTIONS(5397), 1, - anon_sym_LBRACE, - ACTIONS(6088), 1, - anon_sym_COLON, - STATE(4859), 1, - sym_type_constraints, - STATE(4969), 1, - sym_class_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(3214), 19, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - anon_sym_DOT, + ACTIONS(4654), 29, + anon_sym_object, + anon_sym_fun, anon_sym_get, anon_sym_set, + anon_sym_this, + anon_sym_super, + sym_label, anon_sym_in, + anon_sym_null, + anon_sym_if, anon_sym_else, - anon_sym_BANG_EQ, - anon_sym_EQ_EQ, + anon_sym_when, + anon_sym_try, + anon_sym_throw, + anon_sym_return, + anon_sym_continue, + anon_sym_break, anon_sym_is, anon_sym_PLUS, anon_sym_DASH, - anon_sym_SLASH, + anon_sym_BANG, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, sym__alpha_identifier, - ACTIONS(3218), 27, + [54678] = 5, + ACTIONS(5649), 1, + anon_sym_LBRACE, + STATE(5363), 1, + sym_enum_class_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4344), 20, sym__automatic_semicolon, - sym_safe_nav, + sym__string_start, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_SEMI, anon_sym_STAR, - sym_label, - anon_sym_DOT_DOT, - anon_sym_QMARK_COLON, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, anon_sym_COLON_COLON, - anon_sym_BANG_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, anon_sym_BANGin, anon_sym_BANGis, - anon_sym_PERCENT, - anon_sym_as_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_BANG_BANG, + anon_sym_return_AT, + anon_sym_continue_AT, + anon_sym_break_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, sym__backtick_identifier, - [54496] = 8, - ACTIONS(5127), 1, - anon_sym_LBRACE, - ACTIONS(5133), 1, - anon_sym_where, - ACTIONS(6054), 1, - anon_sym_COLON, - STATE(4519), 1, - sym_type_constraints, - STATE(4638), 1, - sym_class_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(3214), 20, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - anon_sym_DOT, + ACTIONS(4342), 29, + anon_sym_object, + anon_sym_fun, anon_sym_get, anon_sym_set, + anon_sym_this, + anon_sym_super, + sym_label, anon_sym_in, - anon_sym_while, + anon_sym_null, + anon_sym_if, anon_sym_else, - anon_sym_BANG_EQ, - anon_sym_EQ_EQ, + anon_sym_when, + anon_sym_try, + anon_sym_throw, + anon_sym_return, + anon_sym_continue, + anon_sym_break, anon_sym_is, anon_sym_PLUS, anon_sym_DASH, - anon_sym_SLASH, + anon_sym_BANG, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, sym__alpha_identifier, - ACTIONS(3218), 26, - sym_safe_nav, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_RBRACE, + [54742] = 4, + ACTIONS(8320), 1, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_STAR, - sym_label, - anon_sym_DOT_DOT, - anon_sym_QMARK_COLON, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_COLON_COLON, - anon_sym_BANG_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_PERCENT, - anon_sym_as_QMARK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BANG_BANG, - sym__backtick_identifier, - [54566] = 4, - ACTIONS(8336), 1, - anon_sym_else, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5067), 20, + ACTIONS(4293), 21, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -503483,6 +504542,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_set, anon_sym_in, anon_sym_while, + anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, anon_sym_is, @@ -503494,14 +504554,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5069), 30, + ACTIONS(4291), 29, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, @@ -503525,27 +504584,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [54628] = 7, - ACTIONS(7942), 1, + [54804] = 8, + ACTIONS(7866), 1, anon_sym_LBRACE, - ACTIONS(8160), 1, + ACTIONS(8195), 1, anon_sym_EQ, - STATE(5001), 1, - sym__block, - STATE(5008), 1, + ACTIONS(8322), 1, + anon_sym_COLON, + STATE(4628), 1, sym_function_body, + STATE(4690), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4095), 20, + ACTIONS(4198), 20, anon_sym_as, anon_sym_LT, anon_sym_GT, - anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, anon_sym_in, + anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -503558,14 +504619,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4097), 27, - sym__automatic_semicolon, + ACTIONS(4200), 26, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_SEMI, anon_sym_STAR, sym_label, @@ -503586,82 +504646,100 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [54696] = 5, - ACTIONS(5675), 1, + [54874] = 25, + ACTIONS(3104), 1, + anon_sym_AT, + ACTIONS(3108), 1, + anon_sym_while, + ACTIONS(3128), 1, + sym_property_modifier, + ACTIONS(8324), 1, + anon_sym_COLON, + ACTIONS(8326), 1, + anon_sym_constructor, + ACTIONS(8328), 1, anon_sym_LBRACE, - STATE(5268), 1, - sym_class_body, + ACTIONS(8330), 1, + anon_sym_LPAREN, + ACTIONS(8332), 1, + anon_sym_LT, + ACTIONS(8334), 1, + anon_sym_where, + STATE(5400), 1, + sym_type_parameters, + STATE(7956), 1, + sym_primary_constructor, + STATE(8268), 1, + sym__class_parameters, + STATE(8454), 1, + sym_type_constraints, + STATE(9071), 1, + sym_enum_class_body, + STATE(9423), 1, + sym_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4645), 20, - sym__automatic_semicolon, - sym__string_start, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_COLON_COLON, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_return_AT, - anon_sym_continue_AT, - anon_sym_break_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(4643), 29, - anon_sym_object, - anon_sym_fun, - anon_sym_get, - anon_sym_set, - anon_sym_this, - anon_sym_super, - sym_label, - anon_sym_in, - anon_sym_null, - anon_sym_if, - anon_sym_else, - anon_sym_when, - anon_sym_try, - anon_sym_throw, - anon_sym_return, - anon_sym_continue, - anon_sym_break, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_BANG, - anon_sym_data, - anon_sym_inner, + ACTIONS(7409), 2, + anon_sym_override, + anon_sym_lateinit, + ACTIONS(7417), 2, anon_sym_expect, anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [54760] = 9, - ACTIONS(5342), 1, - anon_sym_where, - ACTIONS(7942), 1, + STATE(5571), 2, + sym__single_annotation, + sym__multi_annotation, + ACTIONS(7413), 3, + anon_sym_abstract, + anon_sym_final, + anon_sym_open, + ACTIONS(7415), 3, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + ACTIONS(7407), 4, + anon_sym_sealed, + anon_sym_annotation, + anon_sym_data, + anon_sym_inner, + ACTIONS(7411), 4, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_protected, + ACTIONS(7405), 6, + anon_sym_suspend, + anon_sym_tailrec, + anon_sym_operator, + anon_sym_infix, + anon_sym_inline, + anon_sym_external, + STATE(5318), 10, + sym__modifier, + sym_class_modifier, + sym_member_modifier, + sym_visibility_modifier, + sym_function_modifier, + sym_inheritance_modifier, + sym_parameter_modifier, + sym_platform_modifier, + sym_annotation, + aux_sym_modifiers_repeat1, + [54978] = 8, + ACTIONS(7866), 1, anon_sym_LBRACE, - ACTIONS(8215), 1, + ACTIONS(8195), 1, anon_sym_EQ, - STATE(5001), 1, - sym__block, - STATE(5008), 1, + ACTIONS(8336), 1, + anon_sym_COLON, + STATE(4685), 1, sym_function_body, - STATE(5435), 1, - sym_type_constraints, + STATE(4690), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4095), 19, + ACTIONS(4210), 20, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -503669,6 +504747,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_get, anon_sym_set, anon_sym_in, + anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -503681,13 +504760,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4097), 26, - sym__automatic_semicolon, + ACTIONS(4212), 26, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_SEMI, anon_sym_STAR, sym_label, @@ -503708,21 +504787,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [54832] = 8, - ACTIONS(5133), 1, - anon_sym_where, - ACTIONS(5137), 1, + [55048] = 8, + ACTIONS(7866), 1, anon_sym_LBRACE, - ACTIONS(6074), 1, + ACTIONS(8195), 1, + anon_sym_EQ, + ACTIONS(8338), 1, anon_sym_COLON, - STATE(4558), 1, - sym_type_constraints, - STATE(4743), 1, - sym_enum_class_body, + STATE(4689), 1, + sym_function_body, + STATE(4690), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3204), 20, + ACTIONS(4326), 20, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -503743,7 +504822,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3208), 26, + ACTIONS(4328), 26, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -503770,15 +504849,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [54902] = 5, - ACTIONS(5675), 1, + [55118] = 5, + ACTIONS(5685), 1, anon_sym_LBRACE, - STATE(5281), 1, + STATE(5329), 1, sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3218), 20, + ACTIONS(4684), 20, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -503799,7 +504878,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(3214), 29, + ACTIONS(4682), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -503829,27 +504908,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [54966] = 7, - ACTIONS(7942), 1, + [55182] = 8, + ACTIONS(5121), 1, + anon_sym_where, + ACTIONS(5161), 1, anon_sym_LBRACE, - ACTIONS(8160), 1, - anon_sym_EQ, - STATE(4950), 1, - sym_function_body, - STATE(5001), 1, - sym__block, + ACTIONS(6126), 1, + anon_sym_COLON, + STATE(4557), 1, + sym_type_constraints, + STATE(4603), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4300), 20, + ACTIONS(3196), 20, anon_sym_as, anon_sym_LT, anon_sym_GT, - anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, anon_sym_in, + anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -503862,14 +504943,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4302), 27, - sym__automatic_semicolon, + ACTIONS(3200), 26, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_SEMI, anon_sym_STAR, sym_label, @@ -503890,80 +504970,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [55034] = 5, - ACTIONS(5703), 1, - anon_sym_LBRACE, - STATE(5343), 1, - sym_enum_class_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4497), 20, - sym__automatic_semicolon, - sym__string_start, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_COLON_COLON, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_return_AT, - anon_sym_continue_AT, - anon_sym_break_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(4495), 29, - anon_sym_object, - anon_sym_fun, - anon_sym_get, - anon_sym_set, - anon_sym_this, - anon_sym_super, - sym_label, - anon_sym_in, - anon_sym_null, - anon_sym_if, - anon_sym_else, - anon_sym_when, - anon_sym_try, - anon_sym_throw, - anon_sym_return, - anon_sym_continue, - anon_sym_break, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_BANG, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [55098] = 8, - ACTIONS(5133), 1, + [55252] = 8, + ACTIONS(5121), 1, anon_sym_where, - ACTIONS(5137), 1, + ACTIONS(5161), 1, anon_sym_LBRACE, - ACTIONS(8338), 1, + ACTIONS(8340), 1, anon_sym_COLON, - STATE(4527), 1, + STATE(4535), 1, sym_type_constraints, - STATE(4699), 1, - sym_enum_class_body, + STATE(4664), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4213), 20, + ACTIONS(4303), 20, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -503984,7 +505005,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4215), 26, + ACTIONS(4305), 26, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -504011,15 +505032,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [55168] = 5, - ACTIONS(5675), 1, + [55322] = 5, + ACTIONS(5649), 1, anon_sym_LBRACE, - STATE(5301), 1, - sym_class_body, + STATE(5320), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4585), 20, + ACTIONS(4674), 20, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -504040,7 +505061,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4583), 29, + ACTIONS(4672), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -504070,15 +505091,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [55232] = 5, - ACTIONS(5703), 1, + [55386] = 5, + ACTIONS(5685), 1, anon_sym_LBRACE, - STATE(5294), 1, - sym_enum_class_body, + STATE(5344), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4462), 20, + ACTIONS(4305), 20, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -504099,7 +505120,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4460), 29, + ACTIONS(4303), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -504129,196 +505150,299 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [55296] = 5, - ACTIONS(5675), 1, + [55450] = 8, + ACTIONS(5115), 1, anon_sym_LBRACE, - STATE(5377), 1, - sym_class_body, + ACTIONS(5121), 1, + anon_sym_where, + ACTIONS(6124), 1, + anon_sym_COLON, + STATE(4524), 1, + sym_type_constraints, + STATE(4697), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4436), 20, - sym__automatic_semicolon, - sym__string_start, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_COLON_COLON, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_return_AT, - anon_sym_continue_AT, - anon_sym_break_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(4434), 29, - anon_sym_object, - anon_sym_fun, + ACTIONS(3186), 20, + anon_sym_as, + anon_sym_LT, + anon_sym_GT, + anon_sym_DOT, anon_sym_get, anon_sym_set, - anon_sym_this, - anon_sym_super, - sym_label, anon_sym_in, - anon_sym_null, - anon_sym_if, + anon_sym_while, anon_sym_else, - anon_sym_when, - anon_sym_try, - anon_sym_throw, - anon_sym_return, - anon_sym_continue, - anon_sym_break, + anon_sym_BANG_EQ, + anon_sym_EQ_EQ, anon_sym_is, anon_sym_PLUS, anon_sym_DASH, - anon_sym_BANG, + anon_sym_SLASH, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, sym__alpha_identifier, - [55360] = 5, - ACTIONS(5703), 1, - anon_sym_LBRACE, - STATE(5300), 1, - sym_enum_class_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4424), 20, - sym__automatic_semicolon, - sym__string_start, + ACTIONS(3190), 26, + sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_SEMI, anon_sym_STAR, + sym_label, + anon_sym_DOT_DOT, + anon_sym_QMARK_COLON, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_COLON_COLON, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_BANGin, anon_sym_BANGis, + anon_sym_PERCENT, + anon_sym_as_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_return_AT, - anon_sym_continue_AT, - anon_sym_break_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, + anon_sym_BANG_BANG, sym__backtick_identifier, - ACTIONS(4422), 29, - anon_sym_object, - anon_sym_fun, + [55520] = 8, + ACTIONS(5121), 1, + anon_sym_where, + ACTIONS(5161), 1, + anon_sym_LBRACE, + ACTIONS(6122), 1, + anon_sym_COLON, + STATE(4514), 1, + sym_type_constraints, + STATE(4697), 1, + sym_class_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(3186), 20, + anon_sym_as, + anon_sym_LT, + anon_sym_GT, + anon_sym_DOT, anon_sym_get, anon_sym_set, - anon_sym_this, - anon_sym_super, - sym_label, anon_sym_in, - anon_sym_null, - anon_sym_if, + anon_sym_while, anon_sym_else, - anon_sym_when, - anon_sym_try, - anon_sym_throw, - anon_sym_return, - anon_sym_continue, - anon_sym_break, + anon_sym_BANG_EQ, + anon_sym_EQ_EQ, anon_sym_is, anon_sym_PLUS, anon_sym_DASH, - anon_sym_BANG, + anon_sym_SLASH, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, sym__alpha_identifier, - [55424] = 5, - ACTIONS(5703), 1, - anon_sym_LBRACE, - STATE(5261), 1, - sym_enum_class_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4450), 20, - sym__automatic_semicolon, - sym__string_start, + ACTIONS(3190), 26, + sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_SEMI, anon_sym_STAR, + sym_label, + anon_sym_DOT_DOT, + anon_sym_QMARK_COLON, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_COLON_COLON, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_BANGin, anon_sym_BANGis, + anon_sym_PERCENT, + anon_sym_as_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_return_AT, - anon_sym_continue_AT, - anon_sym_break_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, + anon_sym_BANG_BANG, sym__backtick_identifier, - ACTIONS(4448), 29, - anon_sym_object, - anon_sym_fun, - anon_sym_get, - anon_sym_set, - anon_sym_this, - anon_sym_super, - sym_label, - anon_sym_in, - anon_sym_null, - anon_sym_if, - anon_sym_else, - anon_sym_when, - anon_sym_try, - anon_sym_throw, - anon_sym_return, - anon_sym_continue, - anon_sym_break, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_BANG, + [55590] = 25, + ACTIONS(3104), 1, + anon_sym_AT, + ACTIONS(3128), 1, + sym_property_modifier, + ACTIONS(3150), 1, + anon_sym_while, + ACTIONS(8326), 1, + anon_sym_constructor, + ACTIONS(8330), 1, + anon_sym_LPAREN, + ACTIONS(8332), 1, + anon_sym_LT, + ACTIONS(8334), 1, + anon_sym_where, + ACTIONS(8342), 1, + anon_sym_COLON, + ACTIONS(8344), 1, + anon_sym_LBRACE, + STATE(5399), 1, + sym_type_parameters, + STATE(7959), 1, + sym_primary_constructor, + STATE(8268), 1, + sym__class_parameters, + STATE(8396), 1, + sym_type_constraints, + STATE(8993), 1, + sym_class_body, + STATE(9423), 1, + sym_modifiers, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(7409), 2, + anon_sym_override, + anon_sym_lateinit, + ACTIONS(7417), 2, + anon_sym_expect, + anon_sym_actual, + STATE(5571), 2, + sym__single_annotation, + sym__multi_annotation, + ACTIONS(7413), 3, + anon_sym_abstract, + anon_sym_final, + anon_sym_open, + ACTIONS(7415), 3, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + ACTIONS(7407), 4, + anon_sym_sealed, + anon_sym_annotation, anon_sym_data, anon_sym_inner, + ACTIONS(7411), 4, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_protected, + ACTIONS(7405), 6, + anon_sym_suspend, + anon_sym_tailrec, + anon_sym_operator, + anon_sym_infix, + anon_sym_inline, + anon_sym_external, + STATE(5318), 10, + sym__modifier, + sym_class_modifier, + sym_member_modifier, + sym_visibility_modifier, + sym_function_modifier, + sym_inheritance_modifier, + sym_parameter_modifier, + sym_platform_modifier, + sym_annotation, + aux_sym_modifiers_repeat1, + [55694] = 23, + ACTIONS(3232), 1, + anon_sym_AT, + ACTIONS(4692), 1, + anon_sym_SEMI, + ACTIONS(7401), 1, + anon_sym_get, + ACTIONS(7403), 1, + anon_sym_set, + ACTIONS(8294), 1, + anon_sym_by, + ACTIONS(8296), 1, + anon_sym_where, + ACTIONS(8306), 1, + sym_property_modifier, + ACTIONS(8346), 1, + anon_sym_EQ, + STATE(5411), 1, + sym_type_constraints, + STATE(5489), 1, + sym_property_delegate, + STATE(8834), 1, + sym_modifiers, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(1696), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + ACTIONS(8302), 2, + anon_sym_override, + anon_sym_lateinit, + ACTIONS(8312), 2, anon_sym_expect, anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [55488] = 7, - ACTIONS(7942), 1, + STATE(5546), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(8897), 2, + sym_getter, + sym_setter, + ACTIONS(8308), 3, + anon_sym_abstract, + anon_sym_final, + anon_sym_open, + ACTIONS(8310), 3, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + ACTIONS(8300), 4, + anon_sym_sealed, + anon_sym_annotation, + anon_sym_data, + anon_sym_inner, + ACTIONS(8304), 4, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_protected, + ACTIONS(8298), 6, + anon_sym_suspend, + anon_sym_tailrec, + anon_sym_operator, + anon_sym_infix, + anon_sym_inline, + anon_sym_external, + STATE(5459), 10, + sym__modifier, + sym_class_modifier, + sym_member_modifier, + sym_visibility_modifier, + sym_function_modifier, + sym_inheritance_modifier, + sym_parameter_modifier, + sym_platform_modifier, + sym_annotation, + aux_sym_modifiers_repeat1, + [55794] = 7, + ACTIONS(7928), 1, anon_sym_LBRACE, - ACTIONS(8160), 1, + ACTIONS(8169), 1, anon_sym_EQ, - STATE(4908), 1, - sym_function_body, - STATE(5001), 1, + STATE(4901), 1, sym__block, + STATE(4954), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4326), 20, + ACTIONS(4487), 20, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -504339,7 +505463,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4328), 27, + ACTIONS(4489), 27, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -504367,15 +505491,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [55556] = 5, - ACTIONS(5703), 1, + [55862] = 5, + ACTIONS(5649), 1, anon_sym_LBRACE, - STATE(5342), 1, + STATE(5323), 1, sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3194), 20, + ACTIONS(3190), 20, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -504396,7 +505520,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(3190), 29, + ACTIONS(3186), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -504426,13 +505550,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [55620] = 4, - ACTIONS(8340), 1, - anon_sym_LPAREN, + [55926] = 5, + ACTIONS(8290), 1, + anon_sym_else, + ACTIONS(8348), 1, + anon_sym_SEMI, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4241), 21, + ACTIONS(4792), 20, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -504442,7 +505568,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_set, anon_sym_in, anon_sym_while, - anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, anon_sym_is, @@ -504454,16 +505579,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4239), 29, + ACTIONS(4794), 29, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_SEMI, anon_sym_STAR, anon_sym_DASH_GT, sym_label, @@ -504484,15 +505609,155 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [55682] = 5, - ACTIONS(5675), 1, + [55990] = 25, + ACTIONS(3104), 1, + anon_sym_AT, + ACTIONS(3128), 1, + sym_property_modifier, + ACTIONS(3140), 1, + anon_sym_while, + ACTIONS(8326), 1, + anon_sym_constructor, + ACTIONS(8328), 1, anon_sym_LBRACE, - STATE(5257), 1, - sym_class_body, + ACTIONS(8330), 1, + anon_sym_LPAREN, + ACTIONS(8332), 1, + anon_sym_LT, + ACTIONS(8334), 1, + anon_sym_where, + ACTIONS(8350), 1, + anon_sym_COLON, + STATE(5438), 1, + sym_type_parameters, + STATE(7944), 1, + sym_primary_constructor, + STATE(8268), 1, + sym__class_parameters, + STATE(8477), 1, + sym_type_constraints, + STATE(9024), 1, + sym_enum_class_body, + STATE(9423), 1, + sym_modifiers, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(7409), 2, + anon_sym_override, + anon_sym_lateinit, + ACTIONS(7417), 2, + anon_sym_expect, + anon_sym_actual, + STATE(5571), 2, + sym__single_annotation, + sym__multi_annotation, + ACTIONS(7413), 3, + anon_sym_abstract, + anon_sym_final, + anon_sym_open, + ACTIONS(7415), 3, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + ACTIONS(7407), 4, + anon_sym_sealed, + anon_sym_annotation, + anon_sym_data, + anon_sym_inner, + ACTIONS(7411), 4, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_protected, + ACTIONS(7405), 6, + anon_sym_suspend, + anon_sym_tailrec, + anon_sym_operator, + anon_sym_infix, + anon_sym_inline, + anon_sym_external, + STATE(5318), 10, + sym__modifier, + sym_class_modifier, + sym_member_modifier, + sym_visibility_modifier, + sym_function_modifier, + sym_inheritance_modifier, + sym_parameter_modifier, + sym_platform_modifier, + sym_annotation, + aux_sym_modifiers_repeat1, + [56094] = 7, + ACTIONS(7928), 1, + anon_sym_LBRACE, + ACTIONS(8169), 1, + anon_sym_EQ, + STATE(4901), 1, + sym__block, + STATE(5034), 1, + sym_function_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4426), 20, + anon_sym_as, + anon_sym_LT, + anon_sym_GT, + anon_sym_where, + anon_sym_DOT, + anon_sym_get, + anon_sym_set, + anon_sym_in, + anon_sym_else, + anon_sym_BANG_EQ, + anon_sym_EQ_EQ, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4428), 27, + sym__automatic_semicolon, + sym_safe_nav, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_STAR, + sym_label, + anon_sym_DOT_DOT, + anon_sym_QMARK_COLON, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_COLON_COLON, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_PERCENT, + anon_sym_as_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG_BANG, + sym__backtick_identifier, + [56162] = 5, + ACTIONS(5649), 1, + anon_sym_LBRACE, + STATE(5386), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4483), 20, + ACTIONS(4233), 20, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -504513,7 +505778,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4481), 29, + ACTIONS(4231), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -504543,26 +505808,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [55746] = 9, - ACTIONS(5342), 1, - anon_sym_where, - ACTIONS(7942), 1, + [56226] = 7, + ACTIONS(7928), 1, anon_sym_LBRACE, - ACTIONS(8215), 1, + ACTIONS(8169), 1, anon_sym_EQ, - STATE(4925), 1, - sym_function_body, - STATE(5001), 1, + STATE(4901), 1, sym__block, - STATE(5387), 1, - sym_type_constraints, + STATE(4939), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4181), 19, + ACTIONS(4422), 20, anon_sym_as, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -504579,13 +505841,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4183), 26, + ACTIONS(4424), 27, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_SEMI, anon_sym_STAR, sym_label, @@ -504606,23 +505869,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [55818] = 7, - ACTIONS(7942), 1, + [56294] = 8, + ACTIONS(5405), 1, + anon_sym_where, + ACTIONS(5411), 1, anon_sym_LBRACE, - ACTIONS(8160), 1, - anon_sym_EQ, - STATE(5001), 1, - sym__block, - STATE(5006), 1, - sym_function_body, + ACTIONS(8352), 1, + anon_sym_COLON, + STATE(4879), 1, + sym_type_constraints, + STATE(5081), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4382), 20, + ACTIONS(4188), 19, anon_sym_as, anon_sym_LT, anon_sym_GT, - anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -504639,7 +505903,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4384), 27, + ACTIONS(4190), 27, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -504667,15 +505931,77 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [55886] = 5, - ACTIONS(5675), 1, + [56364] = 8, + ACTIONS(5115), 1, anon_sym_LBRACE, - STATE(5323), 1, + ACTIONS(5121), 1, + anon_sym_where, + ACTIONS(8354), 1, + anon_sym_COLON, + STATE(4521), 1, + sym_type_constraints, + STATE(4720), 1, + sym_enum_class_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4188), 20, + anon_sym_as, + anon_sym_LT, + anon_sym_GT, + anon_sym_DOT, + anon_sym_get, + anon_sym_set, + anon_sym_in, + anon_sym_while, + anon_sym_else, + anon_sym_BANG_EQ, + anon_sym_EQ_EQ, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4190), 26, + sym_safe_nav, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_STAR, + sym_label, + anon_sym_DOT_DOT, + anon_sym_QMARK_COLON, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_COLON_COLON, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_PERCENT, + anon_sym_as_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG_BANG, + sym__backtick_identifier, + [56434] = 5, + ACTIONS(5685), 1, + anon_sym_LBRACE, + STATE(5349), 1, sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4696), 20, + ACTIONS(4408), 20, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -504696,7 +506022,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4694), 29, + ACTIONS(4406), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -504726,21 +506052,83 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [55950] = 8, - ACTIONS(7855), 1, + [56498] = 8, + ACTIONS(5121), 1, + anon_sym_where, + ACTIONS(5161), 1, anon_sym_LBRACE, - ACTIONS(8174), 1, - anon_sym_EQ, - ACTIONS(8342), 1, + ACTIONS(8356), 1, anon_sym_COLON, - STATE(4634), 1, - sym_function_body, - STATE(4641), 1, - sym__block, + STATE(4527), 1, + sym_type_constraints, + STATE(4720), 1, + sym_class_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4188), 20, + anon_sym_as, + anon_sym_LT, + anon_sym_GT, + anon_sym_DOT, + anon_sym_get, + anon_sym_set, + anon_sym_in, + anon_sym_while, + anon_sym_else, + anon_sym_BANG_EQ, + anon_sym_EQ_EQ, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4190), 26, + sym_safe_nav, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_STAR, + sym_label, + anon_sym_DOT_DOT, + anon_sym_QMARK_COLON, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_COLON_COLON, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_PERCENT, + anon_sym_as_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG_BANG, + sym__backtick_identifier, + [56568] = 8, + ACTIONS(5115), 1, + anon_sym_LBRACE, + ACTIONS(5121), 1, + anon_sym_where, + ACTIONS(6116), 1, + anon_sym_COLON, + STATE(4528), 1, + sym_type_constraints, + STATE(4703), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4191), 20, + ACTIONS(3212), 20, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -504761,7 +506149,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4193), 26, + ACTIONS(3216), 26, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -504788,15 +506176,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [56020] = 5, - ACTIONS(5703), 1, + [56638] = 5, + ACTIONS(5649), 1, anon_sym_LBRACE, - STATE(5301), 1, + STATE(5351), 1, sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4585), 20, + ACTIONS(4505), 20, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -504817,7 +506205,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4583), 29, + ACTIONS(4503), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -504847,15 +506235,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [56084] = 5, - ACTIONS(5703), 1, + [56702] = 5, + ACTIONS(5685), 1, anon_sym_LBRACE, - STATE(5327), 1, - sym_enum_class_body, + STATE(5379), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3208), 20, + ACTIONS(4537), 20, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -504876,7 +506264,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(3204), 29, + ACTIONS(4535), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -504906,15 +506294,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [56148] = 5, - ACTIONS(5675), 1, + [56766] = 5, + ACTIONS(5685), 1, anon_sym_LBRACE, - STATE(5369), 1, + STATE(5351), 1, sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4199), 20, + ACTIONS(4505), 20, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -504935,7 +506323,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4197), 29, + ACTIONS(4503), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -504965,19 +506353,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [56212] = 5, - ACTIONS(5675), 1, - anon_sym_LBRACE, - STATE(5261), 1, - sym_class_body, + [56830] = 5, + ACTIONS(8362), 1, + sym__automatic_semicolon, + STATE(5435), 1, + sym__semi, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4450), 20, - sym__automatic_semicolon, + ACTIONS(8360), 20, sym__string_start, anon_sym_AT, anon_sym_LBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_STAR, @@ -504994,7 +506382,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4448), 29, + ACTIONS(8358), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -505024,75 +506412,275 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [56276] = 25, - ACTIONS(3104), 1, + [56894] = 7, + ACTIONS(7928), 1, + anon_sym_LBRACE, + ACTIONS(8169), 1, + anon_sym_EQ, + STATE(4901), 1, + sym__block, + STATE(4932), 1, + sym_function_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4260), 20, + anon_sym_as, + anon_sym_LT, + anon_sym_GT, + anon_sym_where, + anon_sym_DOT, + anon_sym_get, + anon_sym_set, + anon_sym_in, + anon_sym_else, + anon_sym_BANG_EQ, + anon_sym_EQ_EQ, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4262), 27, + sym__automatic_semicolon, + sym_safe_nav, anon_sym_AT, - ACTIONS(3108), 1, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_STAR, + sym_label, + anon_sym_DOT_DOT, + anon_sym_QMARK_COLON, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_COLON_COLON, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_PERCENT, + anon_sym_as_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG_BANG, + sym__backtick_identifier, + [56962] = 8, + ACTIONS(5115), 1, + anon_sym_LBRACE, + ACTIONS(5121), 1, + anon_sym_where, + ACTIONS(8364), 1, + anon_sym_COLON, + STATE(4544), 1, + sym_type_constraints, + STATE(4638), 1, + sym_enum_class_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4231), 20, + anon_sym_as, + anon_sym_LT, + anon_sym_GT, + anon_sym_DOT, + anon_sym_get, + anon_sym_set, + anon_sym_in, anon_sym_while, + anon_sym_else, + anon_sym_BANG_EQ, + anon_sym_EQ_EQ, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4233), 26, + sym_safe_nav, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_STAR, + sym_label, + anon_sym_DOT_DOT, + anon_sym_QMARK_COLON, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_COLON_COLON, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_PERCENT, + anon_sym_as_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG_BANG, + sym__backtick_identifier, + [57032] = 23, + ACTIONS(3232), 1, + anon_sym_AT, + ACTIONS(7401), 1, + anon_sym_get, + ACTIONS(7403), 1, + anon_sym_set, + ACTIONS(8294), 1, + anon_sym_by, + ACTIONS(8296), 1, + anon_sym_where, + ACTIONS(8306), 1, + sym_property_modifier, + ACTIONS(8366), 1, + anon_sym_EQ, + ACTIONS(8368), 1, + anon_sym_SEMI, + STATE(5393), 1, + sym_type_constraints, + STATE(5491), 1, + sym_property_delegate, + STATE(8834), 1, + sym_modifiers, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(3280), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + ACTIONS(8302), 2, + anon_sym_override, + anon_sym_lateinit, + ACTIONS(8312), 2, + anon_sym_expect, + anon_sym_actual, + STATE(5546), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(8605), 2, + sym_getter, + sym_setter, + ACTIONS(8308), 3, + anon_sym_abstract, + anon_sym_final, + anon_sym_open, + ACTIONS(8310), 3, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + ACTIONS(8300), 4, + anon_sym_sealed, + anon_sym_annotation, + anon_sym_data, + anon_sym_inner, + ACTIONS(8304), 4, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_protected, + ACTIONS(8298), 6, + anon_sym_suspend, + anon_sym_tailrec, + anon_sym_operator, + anon_sym_infix, + anon_sym_inline, + anon_sym_external, + STATE(5459), 10, + sym__modifier, + sym_class_modifier, + sym_member_modifier, + sym_visibility_modifier, + sym_function_modifier, + sym_inheritance_modifier, + sym_parameter_modifier, + sym_platform_modifier, + sym_annotation, + aux_sym_modifiers_repeat1, + [57132] = 25, + ACTIONS(3104), 1, + anon_sym_AT, ACTIONS(3128), 1, sym_property_modifier, - ACTIONS(8270), 1, + ACTIONS(3140), 1, + anon_sym_while, + ACTIONS(8326), 1, anon_sym_constructor, - ACTIONS(8274), 1, + ACTIONS(8330), 1, anon_sym_LPAREN, - ACTIONS(8276), 1, + ACTIONS(8332), 1, anon_sym_LT, - ACTIONS(8278), 1, + ACTIONS(8334), 1, anon_sym_where, ACTIONS(8344), 1, - anon_sym_COLON, - ACTIONS(8346), 1, anon_sym_LBRACE, - STATE(5379), 1, + ACTIONS(8370), 1, + anon_sym_COLON, + STATE(5415), 1, sym_type_parameters, - STATE(7905), 1, + STATE(7938), 1, sym_primary_constructor, - STATE(8214), 1, + STATE(8268), 1, sym__class_parameters, - STATE(8454), 1, + STATE(8493), 1, sym_type_constraints, - STATE(9278), 1, - sym_modifiers, - STATE(9412), 1, + STATE(9024), 1, sym_class_body, + STATE(9423), 1, + sym_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7401), 2, + ACTIONS(7409), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(7409), 2, + ACTIONS(7417), 2, anon_sym_expect, anon_sym_actual, - STATE(5562), 2, + STATE(5571), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(7405), 3, + ACTIONS(7413), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(7407), 3, + ACTIONS(7415), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(7399), 4, + ACTIONS(7407), 4, anon_sym_sealed, anon_sym_annotation, anon_sym_data, anon_sym_inner, - ACTIONS(7403), 4, + ACTIONS(7411), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(7397), 6, + ACTIONS(7405), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5263), 10, + STATE(5318), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -505103,19 +506691,19 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [56380] = 5, - ACTIONS(8352), 1, - sym__automatic_semicolon, - STATE(5383), 1, - sym__semi, + [57236] = 5, + ACTIONS(5685), 1, + anon_sym_LBRACE, + STATE(5323), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8350), 20, + ACTIONS(3190), 20, + sym__automatic_semicolon, sym__string_start, anon_sym_AT, anon_sym_LBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_STAR, @@ -505132,7 +506720,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(8348), 29, + ACTIONS(3186), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -505162,76 +506750,96 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [56444] = 9, - ACTIONS(5342), 1, + [57300] = 23, + ACTIONS(3232), 1, + anon_sym_AT, + ACTIONS(7401), 1, + anon_sym_get, + ACTIONS(7403), 1, + anon_sym_set, + ACTIONS(8294), 1, + anon_sym_by, + ACTIONS(8296), 1, anon_sym_where, - ACTIONS(7942), 1, - anon_sym_LBRACE, - ACTIONS(8215), 1, + ACTIONS(8306), 1, + sym_property_modifier, + ACTIONS(8372), 1, anon_sym_EQ, - STATE(5001), 1, - sym__block, - STATE(5047), 1, - sym_function_body, - STATE(5425), 1, + ACTIONS(8374), 1, + anon_sym_SEMI, + STATE(5423), 1, sym_type_constraints, + STATE(5494), 1, + sym_property_delegate, + STATE(8834), 1, + sym_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4089), 19, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - anon_sym_DOT, - anon_sym_get, - anon_sym_set, - anon_sym_in, - anon_sym_else, - anon_sym_BANG_EQ, - anon_sym_EQ_EQ, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4091), 26, + ACTIONS(3234), 2, sym__automatic_semicolon, - sym_safe_nav, - anon_sym_AT, - anon_sym_LBRACK, anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_STAR, - sym_label, - anon_sym_DOT_DOT, - anon_sym_QMARK_COLON, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_COLON_COLON, - anon_sym_BANG_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_PERCENT, - anon_sym_as_QMARK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BANG_BANG, - sym__backtick_identifier, - [56516] = 4, - ACTIONS(8354), 1, - anon_sym_LPAREN, + ACTIONS(8302), 2, + anon_sym_override, + anon_sym_lateinit, + ACTIONS(8312), 2, + anon_sym_expect, + anon_sym_actual, + STATE(5546), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(8780), 2, + sym_getter, + sym_setter, + ACTIONS(8308), 3, + anon_sym_abstract, + anon_sym_final, + anon_sym_open, + ACTIONS(8310), 3, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + ACTIONS(8300), 4, + anon_sym_sealed, + anon_sym_annotation, + anon_sym_data, + anon_sym_inner, + ACTIONS(8304), 4, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_protected, + ACTIONS(8298), 6, + anon_sym_suspend, + anon_sym_tailrec, + anon_sym_operator, + anon_sym_infix, + anon_sym_inline, + anon_sym_external, + STATE(5459), 10, + sym__modifier, + sym_class_modifier, + sym_member_modifier, + sym_visibility_modifier, + sym_function_modifier, + sym_inheritance_modifier, + sym_parameter_modifier, + sym_platform_modifier, + sym_annotation, + aux_sym_modifiers_repeat1, + [57400] = 7, + ACTIONS(7928), 1, + anon_sym_LBRACE, + ACTIONS(8169), 1, + anon_sym_EQ, + STATE(4901), 1, + sym__block, + STATE(5031), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4257), 21, + ACTIONS(4210), 20, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -505240,7 +506848,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_get, anon_sym_set, anon_sym_in, - anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -505253,18 +506860,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4255), 29, + ACTIONS(4212), 27, + sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_SEMI, anon_sym_STAR, - anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -505283,98 +506888,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [56578] = 25, - ACTIONS(3104), 1, - anon_sym_AT, - ACTIONS(3128), 1, - sym_property_modifier, - ACTIONS(3164), 1, - anon_sym_while, - ACTIONS(8270), 1, - anon_sym_constructor, - ACTIONS(8274), 1, - anon_sym_LPAREN, - ACTIONS(8276), 1, - anon_sym_LT, - ACTIONS(8278), 1, - anon_sym_where, - ACTIONS(8346), 1, - anon_sym_LBRACE, - ACTIONS(8356), 1, - anon_sym_COLON, - STATE(5405), 1, - sym_type_parameters, - STATE(7930), 1, - sym_primary_constructor, - STATE(8214), 1, - sym__class_parameters, - STATE(8407), 1, - sym_type_constraints, - STATE(9278), 1, - sym_modifiers, - STATE(9356), 1, - sym_class_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(7401), 2, - anon_sym_override, - anon_sym_lateinit, - ACTIONS(7409), 2, - anon_sym_expect, - anon_sym_actual, - STATE(5562), 2, - sym__single_annotation, - sym__multi_annotation, - ACTIONS(7405), 3, - anon_sym_abstract, - anon_sym_final, - anon_sym_open, - ACTIONS(7407), 3, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, - ACTIONS(7399), 4, - anon_sym_sealed, - anon_sym_annotation, - anon_sym_data, - anon_sym_inner, - ACTIONS(7403), 4, - anon_sym_public, - anon_sym_private, - anon_sym_internal, - anon_sym_protected, - ACTIONS(7397), 6, - anon_sym_suspend, - anon_sym_tailrec, - anon_sym_operator, - anon_sym_infix, - anon_sym_inline, - anon_sym_external, - STATE(5263), 10, - sym__modifier, - sym_class_modifier, - sym_member_modifier, - sym_visibility_modifier, - sym_function_modifier, - sym_inheritance_modifier, - sym_parameter_modifier, - sym_platform_modifier, - sym_annotation, - aux_sym_modifiers_repeat1, - [56682] = 7, - ACTIONS(7942), 1, + [57468] = 7, + ACTIONS(7928), 1, anon_sym_LBRACE, - ACTIONS(8160), 1, + ACTIONS(8169), 1, anon_sym_EQ, - STATE(4964), 1, - sym_function_body, - STATE(5001), 1, + STATE(4901), 1, sym__block, + STATE(4949), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4101), 20, + ACTIONS(4256), 20, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -505395,7 +506921,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4103), 27, + ACTIONS(4258), 27, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -505423,15 +506949,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [56750] = 5, - ACTIONS(5675), 1, + [57536] = 5, + ACTIONS(5685), 1, anon_sym_LBRACE, - STATE(5355), 1, + STATE(5309), 1, sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4637), 20, + ACTIONS(4656), 20, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -505452,7 +506978,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4635), 29, + ACTIONS(4654), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -505482,203 +507008,131 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [56814] = 7, - ACTIONS(7942), 1, + [57600] = 5, + ACTIONS(5649), 1, anon_sym_LBRACE, - ACTIONS(8160), 1, - anon_sym_EQ, - STATE(5001), 1, - sym__block, - STATE(5047), 1, - sym_function_body, + STATE(5322), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4089), 20, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - anon_sym_where, - anon_sym_DOT, - anon_sym_get, - anon_sym_set, - anon_sym_in, - anon_sym_else, - anon_sym_BANG_EQ, - anon_sym_EQ_EQ, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4091), 27, + ACTIONS(4394), 20, sym__automatic_semicolon, - sym_safe_nav, + sym__string_start, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_SEMI, anon_sym_STAR, - sym_label, - anon_sym_DOT_DOT, - anon_sym_QMARK_COLON, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, anon_sym_COLON_COLON, - anon_sym_BANG_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, anon_sym_BANGin, anon_sym_BANGis, - anon_sym_PERCENT, - anon_sym_as_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_BANG_BANG, + anon_sym_return_AT, + anon_sym_continue_AT, + anon_sym_break_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, sym__backtick_identifier, - [56882] = 8, - ACTIONS(7855), 1, - anon_sym_LBRACE, - ACTIONS(8174), 1, - anon_sym_EQ, - ACTIONS(8358), 1, - anon_sym_COLON, - STATE(4641), 1, - sym__block, - STATE(4730), 1, - sym_function_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4336), 20, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - anon_sym_DOT, + ACTIONS(4392), 29, + anon_sym_object, + anon_sym_fun, anon_sym_get, anon_sym_set, + anon_sym_this, + anon_sym_super, + sym_label, anon_sym_in, - anon_sym_while, + anon_sym_null, + anon_sym_if, anon_sym_else, - anon_sym_BANG_EQ, - anon_sym_EQ_EQ, + anon_sym_when, + anon_sym_try, + anon_sym_throw, + anon_sym_return, + anon_sym_continue, + anon_sym_break, anon_sym_is, anon_sym_PLUS, anon_sym_DASH, - anon_sym_SLASH, + anon_sym_BANG, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, sym__alpha_identifier, - ACTIONS(4338), 26, - sym_safe_nav, + [57664] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(5075), 21, + sym__automatic_semicolon, + sym__string_start, anon_sym_AT, anon_sym_LBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_SEMI, anon_sym_STAR, - sym_label, - anon_sym_DOT_DOT, - anon_sym_QMARK_COLON, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, anon_sym_COLON_COLON, - anon_sym_BANG_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, anon_sym_BANGin, anon_sym_BANGis, - anon_sym_PERCENT, - anon_sym_as_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_BANG_BANG, + anon_sym_return_AT, + anon_sym_continue_AT, + anon_sym_break_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, sym__backtick_identifier, - [56952] = 7, - ACTIONS(7942), 1, - anon_sym_LBRACE, - ACTIONS(8160), 1, - anon_sym_EQ, - STATE(5001), 1, - sym__block, - STATE(5045), 1, - sym_function_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4083), 20, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - anon_sym_where, - anon_sym_DOT, + ACTIONS(5073), 29, + anon_sym_object, + anon_sym_fun, anon_sym_get, anon_sym_set, + anon_sym_this, + anon_sym_super, + sym_label, anon_sym_in, + anon_sym_null, + anon_sym_if, anon_sym_else, - anon_sym_BANG_EQ, - anon_sym_EQ_EQ, + anon_sym_when, + anon_sym_try, + anon_sym_throw, + anon_sym_return, + anon_sym_continue, + anon_sym_break, anon_sym_is, anon_sym_PLUS, anon_sym_DASH, - anon_sym_SLASH, + anon_sym_BANG, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, sym__alpha_identifier, - ACTIONS(4085), 27, - sym__automatic_semicolon, - sym_safe_nav, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_STAR, - sym_label, - anon_sym_DOT_DOT, - anon_sym_QMARK_COLON, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_COLON_COLON, - anon_sym_BANG_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_PERCENT, - anon_sym_as_QMARK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BANG_BANG, - sym__backtick_identifier, - [57020] = 5, - ACTIONS(5703), 1, - anon_sym_LBRACE, - STATE(5369), 1, - sym_enum_class_body, + [57723] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4199), 20, + ACTIONS(4233), 21, sym__automatic_semicolon, sym__string_start, anon_sym_AT, anon_sym_LBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_STAR, @@ -505695,7 +507149,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4197), 29, + ACTIONS(4231), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -505725,17 +507179,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [57084] = 4, - ACTIONS(8360), 1, - anon_sym_LPAREN, + [57782] = 7, + ACTIONS(7866), 1, + anon_sym_LBRACE, + ACTIONS(8195), 1, + anon_sym_EQ, + STATE(4652), 1, + sym_function_body, + STATE(4690), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4929), 21, + ACTIONS(4085), 20, anon_sym_as, anon_sym_LT, anon_sym_GT, - anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -505753,18 +507212,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4931), 29, + ACTIONS(4087), 26, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_COMMA, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_STAR, - anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -505783,19 +507239,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [57146] = 5, - ACTIONS(5675), 1, - anon_sym_LBRACE, - STATE(5342), 1, - sym_class_body, + [57849] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3194), 20, + ACTIONS(4033), 21, sym__automatic_semicolon, sym__string_start, anon_sym_AT, anon_sym_LBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_STAR, @@ -505812,7 +507265,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(3190), 29, + ACTIONS(4031), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -505842,82 +507295,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [57210] = 4, - ACTIONS(8362), 1, - anon_sym_LPAREN, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4923), 21, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - anon_sym_where, - anon_sym_DOT, - anon_sym_get, - anon_sym_set, - anon_sym_in, - anon_sym_while, - anon_sym_else, - anon_sym_BANG_EQ, - anon_sym_EQ_EQ, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4925), 29, - sym_safe_nav, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_RBRACK, + [57908] = 7, + ACTIONS(7866), 1, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_STAR, - anon_sym_DASH_GT, - sym_label, - anon_sym_DOT_DOT, - anon_sym_QMARK_COLON, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_COLON_COLON, - anon_sym_BANG_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_PERCENT, - anon_sym_as_QMARK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BANG_BANG, - sym__backtick_identifier, - [57272] = 5, - ACTIONS(8336), 1, - anon_sym_else, - ACTIONS(8364), 1, - anon_sym_SEMI, + ACTIONS(8195), 1, + anon_sym_EQ, + STATE(4690), 1, + sym__block, + STATE(4716), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5067), 20, + ACTIONS(4047), 20, anon_sym_as, anon_sym_LT, anon_sym_GT, - anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, anon_sym_in, anon_sym_while, + anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, anon_sym_is, @@ -505929,18 +507328,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5069), 29, + ACTIONS(4049), 26, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_SEMI, anon_sym_STAR, - anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -505959,21 +507355,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [57336] = 8, - ACTIONS(7855), 1, + [57975] = 7, + ACTIONS(7866), 1, anon_sym_LBRACE, - ACTIONS(8174), 1, + ACTIONS(8195), 1, anon_sym_EQ, - ACTIONS(8366), 1, - anon_sym_COLON, - STATE(4598), 1, + STATE(4653), 1, sym_function_body, - STATE(4641), 1, + STATE(4690), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4326), 20, + ACTIONS(4031), 20, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -505994,7 +507388,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4328), 26, + ACTIONS(4033), 26, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -506021,11 +507415,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [57406] = 3, + [58042] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4645), 21, + ACTIONS(5033), 21, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -506047,7 +507441,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4643), 29, + ACTIONS(5031), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -506077,11 +507471,87 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [57465] = 3, + [58101] = 23, + ACTIONS(1786), 1, + anon_sym_while, + ACTIONS(3232), 1, + anon_sym_AT, + ACTIONS(4836), 1, + anon_sym_SEMI, + ACTIONS(8306), 1, + sym_property_modifier, + ACTIONS(8376), 1, + anon_sym_EQ, + ACTIONS(8378), 1, + anon_sym_by, + ACTIONS(8380), 1, + anon_sym_where, + ACTIONS(8382), 1, + anon_sym_get, + ACTIONS(8384), 1, + anon_sym_set, + STATE(5458), 1, + sym_type_constraints, + STATE(5500), 1, + sym_property_delegate, + STATE(8728), 1, + sym_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4408), 21, + ACTIONS(8302), 2, + anon_sym_override, + anon_sym_lateinit, + ACTIONS(8312), 2, + anon_sym_expect, + anon_sym_actual, + STATE(5546), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(9055), 2, + sym_getter, + sym_setter, + ACTIONS(8308), 3, + anon_sym_abstract, + anon_sym_final, + anon_sym_open, + ACTIONS(8310), 3, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + ACTIONS(8300), 4, + anon_sym_sealed, + anon_sym_annotation, + anon_sym_data, + anon_sym_inner, + ACTIONS(8304), 4, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_protected, + ACTIONS(8298), 6, + anon_sym_suspend, + anon_sym_tailrec, + anon_sym_operator, + anon_sym_infix, + anon_sym_inline, + anon_sym_external, + STATE(5459), 10, + sym__modifier, + sym_class_modifier, + sym_member_modifier, + sym_visibility_modifier, + sym_function_modifier, + sym_inheritance_modifier, + sym_parameter_modifier, + sym_platform_modifier, + sym_annotation, + aux_sym_modifiers_repeat1, + [58200] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(1754), 21, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -506103,7 +507573,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4406), 29, + ACTIONS(1752), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -506133,15 +507603,151 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [57524] = 5, - ACTIONS(8368), 1, + [58259] = 22, + ACTIONS(3232), 1, + anon_sym_AT, + ACTIONS(8388), 1, + anon_sym_COMMA, + ACTIONS(8390), 1, + anon_sym_RPAREN, + ACTIONS(8396), 1, + sym_property_modifier, + ACTIONS(8400), 1, + sym__backtick_identifier, + STATE(4533), 1, + sym__lexical_identifier, + STATE(7424), 1, + sym_modifiers, + STATE(8466), 1, + sym_class_parameter, + STATE(9222), 1, + sym_simple_identifier, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(75), 2, + anon_sym_sealed, + anon_sym_annotation, + ACTIONS(79), 2, + anon_sym_override, + anon_sym_lateinit, + ACTIONS(8392), 2, + anon_sym_val, + anon_sym_var, + ACTIONS(8394), 2, + anon_sym_data, + anon_sym_inner, + ACTIONS(8398), 2, + anon_sym_expect, + anon_sym_actual, + STATE(5546), 2, + sym__single_annotation, + sym__multi_annotation, + ACTIONS(85), 3, + anon_sym_abstract, + anon_sym_final, + anon_sym_open, + ACTIONS(87), 3, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + ACTIONS(8386), 3, + anon_sym_get, + anon_sym_set, + sym__alpha_identifier, + ACTIONS(81), 4, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_protected, + ACTIONS(73), 6, + anon_sym_suspend, + anon_sym_tailrec, + anon_sym_operator, + anon_sym_infix, + anon_sym_inline, + anon_sym_external, + STATE(5527), 10, + sym__modifier, + sym_class_modifier, + sym_member_modifier, + sym_visibility_modifier, + sym_function_modifier, + sym_inheritance_modifier, + sym_parameter_modifier, + sym_platform_modifier, + sym_annotation, + aux_sym_modifiers_repeat1, + [58356] = 8, + ACTIONS(5405), 1, + anon_sym_where, + ACTIONS(5411), 1, + anon_sym_LBRACE, + ACTIONS(8402), 1, + anon_sym_COLON, + STATE(4856), 1, + sym_type_constraints, + STATE(5001), 1, + sym_enum_class_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4231), 19, + anon_sym_as, + anon_sym_LT, + anon_sym_GT, + anon_sym_DOT, + anon_sym_get, + anon_sym_set, + anon_sym_in, + anon_sym_else, + anon_sym_BANG_EQ, + anon_sym_EQ_EQ, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4233), 26, + sym__automatic_semicolon, + sym_safe_nav, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_STAR, + sym_label, + anon_sym_DOT_DOT, + anon_sym_QMARK_COLON, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_COLON_COLON, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_PERCENT, + anon_sym_as_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG_BANG, + sym__backtick_identifier, + [58425] = 5, + ACTIONS(8404), 1, anon_sym_COMMA, - STATE(5164), 1, + STATE(5377), 1, aux_sym__delegation_specifiers_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4684), 21, + ACTIONS(4658), 21, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -506163,7 +507769,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4686), 27, + ACTIONS(4660), 27, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -506191,11 +507797,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [57587] = 3, + [58488] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1754), 21, + ACTIONS(5029), 21, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -506217,7 +507823,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(1752), 29, + ACTIONS(5027), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -506247,128 +507853,133 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [57646] = 3, + [58547] = 8, + ACTIONS(5405), 1, + anon_sym_where, + ACTIONS(5411), 1, + anon_sym_LBRACE, + ACTIONS(6200), 1, + anon_sym_COLON, + STATE(4885), 1, + sym_type_constraints, + STATE(4917), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4585), 21, - sym__automatic_semicolon, - sym__string_start, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_COLON_COLON, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_return_AT, - anon_sym_continue_AT, - anon_sym_break_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(4583), 29, - anon_sym_object, - anon_sym_fun, + ACTIONS(3212), 19, + anon_sym_as, + anon_sym_LT, + anon_sym_GT, + anon_sym_DOT, anon_sym_get, anon_sym_set, - anon_sym_this, - anon_sym_super, - sym_label, anon_sym_in, - anon_sym_null, - anon_sym_if, anon_sym_else, - anon_sym_when, - anon_sym_try, - anon_sym_throw, - anon_sym_return, - anon_sym_continue, - anon_sym_break, + anon_sym_BANG_EQ, + anon_sym_EQ_EQ, anon_sym_is, anon_sym_PLUS, anon_sym_DASH, - anon_sym_BANG, + anon_sym_SLASH, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, sym__alpha_identifier, - [57705] = 23, - ACTIONS(1778), 1, - anon_sym_while, - ACTIONS(3232), 1, + ACTIONS(3216), 26, + sym__automatic_semicolon, + sym_safe_nav, anon_sym_AT, - ACTIONS(5075), 1, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_SEMI, - ACTIONS(8296), 1, + anon_sym_STAR, + sym_label, + anon_sym_DOT_DOT, + anon_sym_QMARK_COLON, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_COLON_COLON, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_PERCENT, + anon_sym_as_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG_BANG, + sym__backtick_identifier, + [58616] = 23, + ACTIONS(3104), 1, + anon_sym_AT, + ACTIONS(3128), 1, sym_property_modifier, - ACTIONS(8370), 1, - anon_sym_EQ, - ACTIONS(8372), 1, - anon_sym_by, - ACTIONS(8374), 1, + ACTIONS(8232), 1, + anon_sym_constructor, + ACTIONS(8236), 1, + anon_sym_LPAREN, + ACTIONS(8240), 1, anon_sym_where, - ACTIONS(8376), 1, - anon_sym_get, - ACTIONS(8378), 1, - anon_sym_set, - STATE(5440), 1, + ACTIONS(8244), 1, + anon_sym_LBRACE, + ACTIONS(8406), 1, + anon_sym_COLON, + STATE(7916), 1, + sym_primary_constructor, + STATE(8024), 1, + sym__class_parameters, + STATE(8314), 1, sym_type_constraints, - STATE(5491), 1, - sym_property_delegate, - STATE(8580), 1, + STATE(8912), 1, + sym_class_body, + STATE(9411), 1, sym_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8292), 2, + ACTIONS(3200), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + ACTIONS(7409), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8302), 2, + ACTIONS(7417), 2, anon_sym_expect, anon_sym_actual, - STATE(5537), 2, + STATE(5571), 2, sym__single_annotation, sym__multi_annotation, - STATE(9417), 2, - sym_getter, - sym_setter, - ACTIONS(8298), 3, + ACTIONS(7413), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8300), 3, + ACTIONS(7415), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8290), 4, + ACTIONS(7407), 4, anon_sym_sealed, anon_sym_annotation, anon_sym_data, anon_sym_inner, - ACTIONS(8294), 4, + ACTIONS(7411), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8288), 6, + ACTIONS(7405), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5441), 10, + STATE(5318), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -506379,51 +507990,72 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [57804] = 14, + [58715] = 23, ACTIONS(3104), 1, anon_sym_AT, - ACTIONS(8382), 1, - anon_sym_var, - ACTIONS(8384), 1, + ACTIONS(3128), 1, sym_property_modifier, + ACTIONS(8232), 1, + anon_sym_constructor, + ACTIONS(8234), 1, + anon_sym_LBRACE, + ACTIONS(8236), 1, + anon_sym_LPAREN, + ACTIONS(8240), 1, + anon_sym_where, + ACTIONS(8408), 1, + anon_sym_COLON, + STATE(7914), 1, + sym_primary_constructor, + STATE(8024), 1, + sym__class_parameters, + STATE(8324), 1, + sym_type_constraints, + STATE(8928), 1, + sym_enum_class_body, + STATE(9411), 1, + sym_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7401), 2, + ACTIONS(3216), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + ACTIONS(7409), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(7409), 2, + ACTIONS(7417), 2, anon_sym_expect, anon_sym_actual, - STATE(5562), 2, + STATE(5571), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(7405), 3, + ACTIONS(7413), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(7407), 3, + ACTIONS(7415), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(7399), 4, + ACTIONS(7407), 4, anon_sym_sealed, anon_sym_annotation, anon_sym_data, anon_sym_inner, - ACTIONS(7403), 4, + ACTIONS(7411), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(7397), 6, + ACTIONS(7405), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5367), 10, + STATE(5318), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -506434,23 +508066,11 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - ACTIONS(8380), 11, - anon_sym_typealias, - anon_sym_class, - anon_sym_interface, - anon_sym_enum, - anon_sym_constructor, - anon_sym_val, - anon_sym_companion, - anon_sym_object, - anon_sym_fun, - anon_sym_get, - anon_sym_set, - [57885] = 3, + [58814] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4945), 21, + ACTIONS(5063), 21, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -506472,7 +508092,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4943), 29, + ACTIONS(5061), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -506502,11 +508122,86 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [57944] = 3, + [58873] = 22, + ACTIONS(3232), 1, + anon_sym_AT, + ACTIONS(8396), 1, + sym_property_modifier, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8410), 1, + anon_sym_COMMA, + ACTIONS(8412), 1, + anon_sym_RPAREN, + STATE(4533), 1, + sym__lexical_identifier, + STATE(7424), 1, + sym_modifiers, + STATE(8500), 1, + sym_class_parameter, + STATE(9222), 1, + sym_simple_identifier, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(75), 2, + anon_sym_sealed, + anon_sym_annotation, + ACTIONS(79), 2, + anon_sym_override, + anon_sym_lateinit, + ACTIONS(8392), 2, + anon_sym_val, + anon_sym_var, + ACTIONS(8394), 2, + anon_sym_data, + anon_sym_inner, + ACTIONS(8398), 2, + anon_sym_expect, + anon_sym_actual, + STATE(5546), 2, + sym__single_annotation, + sym__multi_annotation, + ACTIONS(85), 3, + anon_sym_abstract, + anon_sym_final, + anon_sym_open, + ACTIONS(87), 3, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + ACTIONS(8386), 3, + anon_sym_get, + anon_sym_set, + sym__alpha_identifier, + ACTIONS(81), 4, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_protected, + ACTIONS(73), 6, + anon_sym_suspend, + anon_sym_tailrec, + anon_sym_operator, + anon_sym_infix, + anon_sym_inline, + anon_sym_external, + STATE(5527), 10, + sym__modifier, + sym_class_modifier, + sym_member_modifier, + sym_visibility_modifier, + sym_function_modifier, + sym_inheritance_modifier, + sym_parameter_modifier, + sym_platform_modifier, + sym_annotation, + aux_sym_modifiers_repeat1, + [58970] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3256), 21, + ACTIONS(5021), 21, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -506528,7 +508223,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(3254), 29, + ACTIONS(5019), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -506558,19 +508253,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [58003] = 4, - ACTIONS(8386), 1, + [59029] = 7, + ACTIONS(7866), 1, + anon_sym_LBRACE, + ACTIONS(8195), 1, + anon_sym_EQ, + STATE(4580), 1, + sym_function_body, + STATE(4690), 1, + sym__block, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4099), 20, + anon_sym_as, + anon_sym_LT, + anon_sym_GT, + anon_sym_DOT, + anon_sym_get, + anon_sym_set, + anon_sym_in, + anon_sym_while, + anon_sym_else, + anon_sym_BANG_EQ, + anon_sym_EQ_EQ, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4101), 26, + sym_safe_nav, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_STAR, + sym_label, + anon_sym_DOT_DOT, + anon_sym_QMARK_COLON, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_COLON_COLON, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_PERCENT, + anon_sym_as_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG_BANG, + sym__backtick_identifier, + [59096] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4239), 20, + ACTIONS(4049), 21, sym__automatic_semicolon, sym__string_start, anon_sym_AT, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_STAR, anon_sym_COLON_COLON, anon_sym_BANGin, @@ -506585,7 +508339,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4241), 29, + ACTIONS(4047), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -506615,11 +508369,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [58064] = 3, + [59155] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4973), 21, + ACTIONS(4505), 21, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -506641,7 +508395,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4971), 29, + ACTIONS(4503), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -506671,11 +508425,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [58123] = 3, + [59214] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4965), 21, + ACTIONS(5045), 21, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -506697,7 +508451,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4963), 29, + ACTIONS(5043), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -506727,87 +508481,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [58182] = 23, - ACTIONS(1696), 1, - anon_sym_while, - ACTIONS(3232), 1, - anon_sym_AT, - ACTIONS(4837), 1, - anon_sym_SEMI, - ACTIONS(8296), 1, - sym_property_modifier, - ACTIONS(8372), 1, - anon_sym_by, - ACTIONS(8374), 1, + [59273] = 8, + ACTIONS(5401), 1, + anon_sym_LBRACE, + ACTIONS(5405), 1, anon_sym_where, - ACTIONS(8376), 1, - anon_sym_get, - ACTIONS(8378), 1, - anon_sym_set, - ACTIONS(8388), 1, - anon_sym_EQ, - STATE(5448), 1, + ACTIONS(8414), 1, + anon_sym_COLON, + STATE(4868), 1, sym_type_constraints, - STATE(5492), 1, - sym_property_delegate, - STATE(8580), 1, - sym_modifiers, + STATE(5081), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8292), 2, - anon_sym_override, - anon_sym_lateinit, - ACTIONS(8302), 2, - anon_sym_expect, - anon_sym_actual, - STATE(5537), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(9506), 2, - sym_getter, - sym_setter, - ACTIONS(8298), 3, - anon_sym_abstract, - anon_sym_final, - anon_sym_open, - ACTIONS(8300), 3, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, - ACTIONS(8290), 4, - anon_sym_sealed, - anon_sym_annotation, + ACTIONS(4188), 19, + anon_sym_as, + anon_sym_LT, + anon_sym_GT, + anon_sym_DOT, + anon_sym_get, + anon_sym_set, + anon_sym_in, + anon_sym_else, + anon_sym_BANG_EQ, + anon_sym_EQ_EQ, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, anon_sym_data, anon_sym_inner, - ACTIONS(8294), 4, - anon_sym_public, - anon_sym_private, - anon_sym_internal, - anon_sym_protected, - ACTIONS(8288), 6, - anon_sym_suspend, - anon_sym_tailrec, - anon_sym_operator, - anon_sym_infix, - anon_sym_inline, - anon_sym_external, - STATE(5441), 10, - sym__modifier, - sym_class_modifier, - sym_member_modifier, - sym_visibility_modifier, - sym_function_modifier, - sym_inheritance_modifier, - sym_parameter_modifier, - sym_platform_modifier, - sym_annotation, - aux_sym_modifiers_repeat1, - [58281] = 3, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4190), 26, + sym__automatic_semicolon, + sym_safe_nav, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_STAR, + sym_label, + anon_sym_DOT_DOT, + anon_sym_QMARK_COLON, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_COLON_COLON, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_PERCENT, + anon_sym_as_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG_BANG, + sym__backtick_identifier, + [59342] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4941), 21, + ACTIONS(5037), 21, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -506829,7 +508568,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4939), 29, + ACTIONS(5035), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -506859,19 +508598,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [58340] = 4, - ACTIONS(8390), 1, - anon_sym_LPAREN, + [59401] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4255), 20, + ACTIONS(5101), 21, sym__automatic_semicolon, sym__string_start, anon_sym_AT, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_STAR, anon_sym_COLON_COLON, anon_sym_BANGin, @@ -506886,7 +508624,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4257), 29, + ACTIONS(5099), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -506916,11 +508654,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [58401] = 3, + [59460] = 7, + ACTIONS(7866), 1, + anon_sym_LBRACE, + ACTIONS(8195), 1, + anon_sym_EQ, + STATE(4573), 1, + sym_function_body, + STATE(4690), 1, + sym__block, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4260), 20, + anon_sym_as, + anon_sym_LT, + anon_sym_GT, + anon_sym_DOT, + anon_sym_get, + anon_sym_set, + anon_sym_in, + anon_sym_while, + anon_sym_else, + anon_sym_BANG_EQ, + anon_sym_EQ_EQ, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4262), 26, + sym_safe_nav, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_STAR, + sym_label, + anon_sym_DOT_DOT, + anon_sym_QMARK_COLON, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_COLON_COLON, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_PERCENT, + anon_sym_as_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG_BANG, + sym__backtick_identifier, + [59527] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4949), 21, + ACTIONS(4305), 21, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -506942,7 +508740,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4947), 29, + ACTIONS(4303), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -506972,11 +508770,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [58460] = 3, + [59586] = 7, + ACTIONS(7866), 1, + anon_sym_LBRACE, + ACTIONS(8195), 1, + anon_sym_EQ, + STATE(4683), 1, + sym_function_body, + STATE(4690), 1, + sym__block, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4256), 20, + anon_sym_as, + anon_sym_LT, + anon_sym_GT, + anon_sym_DOT, + anon_sym_get, + anon_sym_set, + anon_sym_in, + anon_sym_while, + anon_sym_else, + anon_sym_BANG_EQ, + anon_sym_EQ_EQ, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4258), 26, + sym_safe_nav, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_STAR, + sym_label, + anon_sym_DOT_DOT, + anon_sym_QMARK_COLON, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_COLON_COLON, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_PERCENT, + anon_sym_as_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG_BANG, + sym__backtick_identifier, + [59653] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4462), 21, + ACTIONS(4408), 21, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -506998,7 +508856,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4460), 29, + ACTIONS(4406), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -507028,24 +508886,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [58519] = 22, + [59712] = 22, ACTIONS(3232), 1, anon_sym_AT, - ACTIONS(8394), 1, - anon_sym_COMMA, ACTIONS(8396), 1, - anon_sym_RPAREN, - ACTIONS(8402), 1, sym_property_modifier, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(4507), 1, + ACTIONS(8416), 1, + anon_sym_COMMA, + ACTIONS(8418), 1, + anon_sym_RPAREN, + STATE(4533), 1, sym__lexical_identifier, - STATE(7389), 1, + STATE(7424), 1, sym_modifiers, - STATE(8540), 1, + STATE(8505), 1, sym_class_parameter, - STATE(9004), 1, + STATE(9222), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, @@ -507056,16 +508914,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(79), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8398), 2, + ACTIONS(8392), 2, anon_sym_val, anon_sym_var, - ACTIONS(8400), 2, + ACTIONS(8394), 2, anon_sym_data, anon_sym_inner, - ACTIONS(8404), 2, + ACTIONS(8398), 2, anon_sym_expect, anon_sym_actual, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(85), 3, @@ -507076,7 +508934,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8392), 3, + ACTIONS(8386), 3, anon_sym_get, anon_sym_set, sym__alpha_identifier, @@ -507092,7 +508950,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5502), 10, + STATE(5527), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -507103,223 +508961,245 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [58616] = 23, - ACTIONS(3104), 1, + [59809] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(1786), 21, + sym__automatic_semicolon, + sym__string_start, anon_sym_AT, - ACTIONS(3128), 1, - sym_property_modifier, - ACTIONS(8225), 1, - anon_sym_constructor, - ACTIONS(8227), 1, + anon_sym_LBRACK, anon_sym_LBRACE, - ACTIONS(8229), 1, + anon_sym_RBRACE, anon_sym_LPAREN, - ACTIONS(8233), 1, - anon_sym_where, - ACTIONS(8408), 1, - anon_sym_COLON, - STATE(7871), 1, - sym_primary_constructor, - STATE(8121), 1, - sym__class_parameters, - STATE(8191), 1, - sym_type_constraints, - STATE(8610), 1, - sym_enum_class_body, - STATE(9219), 1, - sym_modifiers, + anon_sym_STAR, + anon_sym_COLON_COLON, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_return_AT, + anon_sym_continue_AT, + anon_sym_break_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(1784), 29, + anon_sym_object, + anon_sym_fun, + anon_sym_get, + anon_sym_set, + anon_sym_this, + anon_sym_super, + sym_label, + anon_sym_in, + anon_sym_null, + anon_sym_if, + anon_sym_else, + anon_sym_when, + anon_sym_try, + anon_sym_throw, + anon_sym_return, + anon_sym_continue, + anon_sym_break, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_BANG, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, + sym__alpha_identifier, + [59868] = 4, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3208), 2, + ACTIONS(4513), 2, sym__automatic_semicolon, anon_sym_RBRACE, - ACTIONS(7401), 2, - anon_sym_override, - anon_sym_lateinit, - ACTIONS(7409), 2, - anon_sym_expect, - anon_sym_actual, - STATE(5562), 2, - sym__single_annotation, - sym__multi_annotation, - ACTIONS(7405), 3, - anon_sym_abstract, - anon_sym_final, - anon_sym_open, - ACTIONS(7407), 3, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, - ACTIONS(7399), 4, - anon_sym_sealed, - anon_sym_annotation, + ACTIONS(4816), 21, + anon_sym_as, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_DOT, + anon_sym_get, + anon_sym_set, + anon_sym_STAR, + anon_sym_in, + anon_sym_BANG_EQ, + anon_sym_EQ_EQ, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_data, anon_sym_inner, - ACTIONS(7403), 4, - anon_sym_public, - anon_sym_private, - anon_sym_internal, - anon_sym_protected, - ACTIONS(7397), 6, - anon_sym_suspend, - anon_sym_tailrec, - anon_sym_operator, - anon_sym_infix, - anon_sym_inline, - anon_sym_external, - STATE(5263), 10, - sym__modifier, - sym_class_modifier, - sym_member_modifier, - sym_visibility_modifier, - sym_function_modifier, - sym_inheritance_modifier, - sym_parameter_modifier, - sym_platform_modifier, - sym_annotation, - aux_sym_modifiers_repeat1, - [58715] = 23, - ACTIONS(3104), 1, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4818), 27, + sym_safe_nav, anon_sym_AT, - ACTIONS(3128), 1, - sym_property_modifier, - ACTIONS(8225), 1, - anon_sym_constructor, - ACTIONS(8227), 1, + anon_sym_LBRACK, anon_sym_LBRACE, - ACTIONS(8229), 1, anon_sym_LPAREN, - ACTIONS(8233), 1, - anon_sym_where, - ACTIONS(8410), 1, - anon_sym_COLON, - STATE(7903), 1, - sym_primary_constructor, - STATE(8121), 1, - sym__class_parameters, - STATE(8281), 1, - sym_type_constraints, - STATE(8862), 1, - sym_enum_class_body, - STATE(9219), 1, - sym_modifiers, + sym_label, + anon_sym_DOT_DOT, + anon_sym_QMARK_COLON, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_COLON_COLON, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_as_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG_BANG, + sym__backtick_identifier, + [59929] = 7, + ACTIONS(7866), 1, + anon_sym_LBRACE, + ACTIONS(8195), 1, + anon_sym_EQ, + STATE(4690), 1, + sym__block, + STATE(4691), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3194), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - ACTIONS(7401), 2, - anon_sym_override, - anon_sym_lateinit, - ACTIONS(7409), 2, - anon_sym_expect, - anon_sym_actual, - STATE(5562), 2, - sym__single_annotation, - sym__multi_annotation, - ACTIONS(7405), 3, - anon_sym_abstract, - anon_sym_final, - anon_sym_open, - ACTIONS(7407), 3, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, - ACTIONS(7399), 4, - anon_sym_sealed, - anon_sym_annotation, + ACTIONS(4487), 20, + anon_sym_as, + anon_sym_LT, + anon_sym_GT, + anon_sym_DOT, + anon_sym_get, + anon_sym_set, + anon_sym_in, + anon_sym_while, + anon_sym_else, + anon_sym_BANG_EQ, + anon_sym_EQ_EQ, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, anon_sym_data, anon_sym_inner, - ACTIONS(7403), 4, - anon_sym_public, - anon_sym_private, - anon_sym_internal, - anon_sym_protected, - ACTIONS(7397), 6, - anon_sym_suspend, - anon_sym_tailrec, - anon_sym_operator, - anon_sym_infix, - anon_sym_inline, - anon_sym_external, - STATE(5263), 10, - sym__modifier, - sym_class_modifier, - sym_member_modifier, - sym_visibility_modifier, - sym_function_modifier, - sym_inheritance_modifier, - sym_parameter_modifier, - sym_platform_modifier, - sym_annotation, - aux_sym_modifiers_repeat1, - [58814] = 22, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4489), 26, + sym_safe_nav, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_STAR, + sym_label, + anon_sym_DOT_DOT, + anon_sym_QMARK_COLON, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_COLON_COLON, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_PERCENT, + anon_sym_as_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG_BANG, + sym__backtick_identifier, + [59996] = 23, ACTIONS(3232), 1, anon_sym_AT, - ACTIONS(8402), 1, + ACTIONS(3280), 1, + anon_sym_while, + ACTIONS(8306), 1, sym_property_modifier, - ACTIONS(8406), 1, - sym__backtick_identifier, - ACTIONS(8412), 1, - anon_sym_COMMA, - ACTIONS(8414), 1, - anon_sym_RPAREN, - STATE(4507), 1, - sym__lexical_identifier, - STATE(7389), 1, + ACTIONS(8378), 1, + anon_sym_by, + ACTIONS(8380), 1, + anon_sym_where, + ACTIONS(8382), 1, + anon_sym_get, + ACTIONS(8384), 1, + anon_sym_set, + ACTIONS(8420), 1, + anon_sym_EQ, + ACTIONS(8422), 1, + anon_sym_SEMI, + STATE(5467), 1, + sym_type_constraints, + STATE(5496), 1, + sym_property_delegate, + STATE(8728), 1, sym_modifiers, - STATE(8490), 1, - sym_class_parameter, - STATE(9004), 1, - sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(75), 2, - anon_sym_sealed, - anon_sym_annotation, - ACTIONS(79), 2, + ACTIONS(8302), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8398), 2, - anon_sym_val, - anon_sym_var, - ACTIONS(8400), 2, - anon_sym_data, - anon_sym_inner, - ACTIONS(8404), 2, + ACTIONS(8312), 2, anon_sym_expect, anon_sym_actual, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(85), 3, + STATE(9027), 2, + sym_getter, + sym_setter, + ACTIONS(8308), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(87), 3, + ACTIONS(8310), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8392), 3, - anon_sym_get, - anon_sym_set, - sym__alpha_identifier, - ACTIONS(81), 4, + ACTIONS(8300), 4, + anon_sym_sealed, + anon_sym_annotation, + anon_sym_data, + anon_sym_inner, + ACTIONS(8304), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(73), 6, + ACTIONS(8298), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5502), 10, + STATE(5459), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -507330,11 +509210,11 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [58911] = 3, + [60095] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4706), 21, + ACTIONS(3190), 21, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -507356,7 +509236,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4704), 29, + ACTIONS(3186), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -507386,11 +509266,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [58970] = 3, + [60154] = 14, + ACTIONS(8426), 1, + anon_sym_AT, + ACTIONS(8441), 1, + sym_property_modifier, + ACTIONS(8453), 1, + sym__backtick_identifier, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(8435), 2, + anon_sym_override, + anon_sym_lateinit, + ACTIONS(8450), 2, + anon_sym_expect, + anon_sym_actual, + STATE(5546), 2, + sym__single_annotation, + sym__multi_annotation, + ACTIONS(8444), 3, + anon_sym_abstract, + anon_sym_final, + anon_sym_open, + ACTIONS(8447), 3, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + ACTIONS(8432), 4, + anon_sym_sealed, + anon_sym_annotation, + anon_sym_data, + anon_sym_inner, + ACTIONS(8438), 4, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_protected, + ACTIONS(8429), 6, + anon_sym_suspend, + anon_sym_tailrec, + anon_sym_operator, + anon_sym_infix, + anon_sym_inline, + anon_sym_external, + STATE(5305), 10, + sym__modifier, + sym_class_modifier, + sym_member_modifier, + sym_visibility_modifier, + sym_function_modifier, + sym_inheritance_modifier, + sym_parameter_modifier, + sym_platform_modifier, + sym_annotation, + aux_sym_modifiers_repeat1, + ACTIONS(8424), 11, + anon_sym_typealias, + anon_sym_class, + anon_sym_interface, + anon_sym_enum, + anon_sym_val, + anon_sym_var, + anon_sym_object, + anon_sym_fun, + anon_sym_get, + anon_sym_set, + sym__alpha_identifier, + [60235] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(117), 21, + ACTIONS(4943), 21, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -507412,7 +509359,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(119), 29, + ACTIONS(4941), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -507442,123 +509389,143 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [59029] = 3, + [60294] = 4, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4919), 21, + ACTIONS(4521), 2, sym__automatic_semicolon, - sym__string_start, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_COLON_COLON, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_return_AT, - anon_sym_continue_AT, - anon_sym_break_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(4917), 29, - anon_sym_object, - anon_sym_fun, + ACTIONS(4828), 21, + anon_sym_as, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_DOT, anon_sym_get, anon_sym_set, - anon_sym_this, - anon_sym_super, - sym_label, + anon_sym_STAR, anon_sym_in, - anon_sym_null, - anon_sym_if, - anon_sym_else, - anon_sym_when, - anon_sym_try, - anon_sym_throw, - anon_sym_return, - anon_sym_continue, - anon_sym_break, + anon_sym_BANG_EQ, + anon_sym_EQ_EQ, anon_sym_is, anon_sym_PLUS, anon_sym_DASH, - anon_sym_BANG, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, sym__alpha_identifier, - [59088] = 3, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4286), 21, - sym__automatic_semicolon, - sym__string_start, + ACTIONS(4830), 27, + sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_STAR, + sym_label, + anon_sym_DOT_DOT, + anon_sym_QMARK_COLON, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_COLON_COLON, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_BANGin, anon_sym_BANGis, + anon_sym_as_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_return_AT, - anon_sym_continue_AT, - anon_sym_break_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, + anon_sym_BANG_BANG, sym__backtick_identifier, - ACTIONS(4284), 29, - anon_sym_object, - anon_sym_fun, - anon_sym_get, - anon_sym_set, - anon_sym_this, - anon_sym_super, - sym_label, - anon_sym_in, - anon_sym_null, - anon_sym_if, - anon_sym_else, - anon_sym_when, - anon_sym_try, - anon_sym_throw, - anon_sym_return, - anon_sym_continue, - anon_sym_break, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_BANG, + [60355] = 22, + ACTIONS(3232), 1, + anon_sym_AT, + ACTIONS(8396), 1, + sym_property_modifier, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8455), 1, + anon_sym_COMMA, + ACTIONS(8457), 1, + anon_sym_RPAREN, + STATE(4533), 1, + sym__lexical_identifier, + STATE(7424), 1, + sym_modifiers, + STATE(8441), 1, + sym_class_parameter, + STATE(9222), 1, + sym_simple_identifier, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(75), 2, + anon_sym_sealed, + anon_sym_annotation, + ACTIONS(79), 2, + anon_sym_override, + anon_sym_lateinit, + ACTIONS(8392), 2, + anon_sym_val, + anon_sym_var, + ACTIONS(8394), 2, anon_sym_data, anon_sym_inner, + ACTIONS(8398), 2, anon_sym_expect, anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, + STATE(5546), 2, + sym__single_annotation, + sym__multi_annotation, + ACTIONS(85), 3, + anon_sym_abstract, + anon_sym_final, + anon_sym_open, + ACTIONS(87), 3, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + ACTIONS(8386), 3, + anon_sym_get, + anon_sym_set, sym__alpha_identifier, - [59147] = 3, + ACTIONS(81), 4, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_protected, + ACTIONS(73), 6, + anon_sym_suspend, + anon_sym_tailrec, + anon_sym_operator, + anon_sym_infix, + anon_sym_inline, + anon_sym_external, + STATE(5527), 10, + sym__modifier, + sym_class_modifier, + sym_member_modifier, + sym_visibility_modifier, + sym_function_modifier, + sym_inheritance_modifier, + sym_parameter_modifier, + sym_platform_modifier, + sym_annotation, + aux_sym_modifiers_repeat1, + [60452] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4103), 21, + ACTIONS(4939), 21, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -507580,7 +509547,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4101), 29, + ACTIONS(4937), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -507610,71 +509577,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [59206] = 22, - ACTIONS(3232), 1, + [60511] = 14, + ACTIONS(8424), 1, + anon_sym_var, + ACTIONS(8459), 1, anon_sym_AT, - ACTIONS(8402), 1, + ACTIONS(8474), 1, sym_property_modifier, - ACTIONS(8406), 1, - sym__backtick_identifier, - ACTIONS(8416), 1, - anon_sym_COMMA, - ACTIONS(8418), 1, - anon_sym_RPAREN, - STATE(4507), 1, - sym__lexical_identifier, - STATE(7389), 1, - sym_modifiers, - STATE(8410), 1, - sym_class_parameter, - STATE(9004), 1, - sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(75), 2, - anon_sym_sealed, - anon_sym_annotation, - ACTIONS(79), 2, + ACTIONS(8468), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8398), 2, - anon_sym_val, - anon_sym_var, - ACTIONS(8400), 2, - anon_sym_data, - anon_sym_inner, - ACTIONS(8404), 2, + ACTIONS(8483), 2, anon_sym_expect, anon_sym_actual, - STATE(5537), 2, + STATE(5571), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(85), 3, + ACTIONS(8477), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(87), 3, + ACTIONS(8480), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8392), 3, - anon_sym_get, - anon_sym_set, - sym__alpha_identifier, - ACTIONS(81), 4, + ACTIONS(8465), 4, + anon_sym_sealed, + anon_sym_annotation, + anon_sym_data, + anon_sym_inner, + ACTIONS(8471), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(73), 6, + ACTIONS(8462), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5502), 10, + STATE(5310), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -507685,68 +509632,23 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [59303] = 4, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4398), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - ACTIONS(4851), 21, - anon_sym_as, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_DOT, + ACTIONS(8453), 11, + anon_sym_typealias, + anon_sym_class, + anon_sym_interface, + anon_sym_enum, + anon_sym_constructor, + anon_sym_val, + anon_sym_companion, + anon_sym_object, + anon_sym_fun, anon_sym_get, anon_sym_set, - anon_sym_STAR, - anon_sym_in, - anon_sym_BANG_EQ, - anon_sym_EQ_EQ, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4853), 27, - sym_safe_nav, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_LPAREN, - sym_label, - anon_sym_DOT_DOT, - anon_sym_QMARK_COLON, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_COLON_COLON, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_as_QMARK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BANG_BANG, - sym__backtick_identifier, - [59364] = 3, + [60592] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1772), 21, + ACTIONS(1780), 21, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -507768,7 +509670,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(1770), 29, + ACTIONS(1778), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -507798,19 +509700,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [59423] = 7, - ACTIONS(7855), 1, + [60651] = 8, + ACTIONS(7928), 1, anon_sym_LBRACE, - ACTIONS(8174), 1, + ACTIONS(8221), 1, anon_sym_EQ, - STATE(4641), 1, + ACTIONS(8486), 1, + anon_sym_COLON, + STATE(4901), 1, sym__block, - STATE(4677), 1, + STATE(5031), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4101), 20, + ACTIONS(4210), 19, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -507818,7 +509722,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_get, anon_sym_set, anon_sym_in, - anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -507831,13 +509734,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4103), 26, + ACTIONS(4212), 26, + sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_SEMI, anon_sym_STAR, sym_label, @@ -507858,21 +509761,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [59490] = 8, - ACTIONS(5342), 1, - anon_sym_where, - ACTIONS(5397), 1, + [60720] = 8, + ACTIONS(7928), 1, anon_sym_LBRACE, - ACTIONS(8420), 1, + ACTIONS(8221), 1, + anon_sym_EQ, + ACTIONS(8488), 1, anon_sym_COLON, - STATE(4844), 1, - sym_type_constraints, - STATE(5000), 1, - sym_class_body, + STATE(4901), 1, + sym__block, + STATE(5063), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4284), 19, + ACTIONS(4198), 19, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -507892,7 +509795,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4286), 26, + ACTIONS(4200), 26, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -507919,21 +509822,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [59559] = 8, - ACTIONS(5336), 1, - anon_sym_LBRACE, - ACTIONS(5342), 1, + [60789] = 8, + ACTIONS(5405), 1, anon_sym_where, - ACTIONS(6198), 1, + ACTIONS(5411), 1, + anon_sym_LBRACE, + ACTIONS(8490), 1, anon_sym_COLON, - STATE(4829), 1, + STATE(4879), 1, sym_type_constraints, - STATE(5032), 1, + STATE(5081), 1, sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3190), 19, + ACTIONS(4188), 19, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -507953,7 +509856,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3194), 26, + ACTIONS(4190), 26, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -507980,78 +509883,97 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [59628] = 6, - ACTIONS(5397), 1, - anon_sym_LBRACE, - ACTIONS(8422), 1, - anon_sym_COLON, - STATE(4997), 1, - sym_class_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4517), 20, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, + [60858] = 23, + ACTIONS(3232), 1, + anon_sym_AT, + ACTIONS(3234), 1, + anon_sym_while, + ACTIONS(8306), 1, + sym_property_modifier, + ACTIONS(8378), 1, + anon_sym_by, + ACTIONS(8380), 1, anon_sym_where, - anon_sym_DOT, + ACTIONS(8382), 1, anon_sym_get, + ACTIONS(8384), 1, anon_sym_set, - anon_sym_in, - anon_sym_else, - anon_sym_BANG_EQ, - anon_sym_EQ_EQ, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_data, - anon_sym_inner, + ACTIONS(8492), 1, + anon_sym_EQ, + ACTIONS(8494), 1, + anon_sym_SEMI, + STATE(5462), 1, + sym_type_constraints, + STATE(5497), 1, + sym_property_delegate, + STATE(8728), 1, + sym_modifiers, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(8302), 2, + anon_sym_override, + anon_sym_lateinit, + ACTIONS(8312), 2, anon_sym_expect, anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4519), 27, - sym__automatic_semicolon, - sym_safe_nav, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_STAR, - sym_label, - anon_sym_DOT_DOT, - anon_sym_QMARK_COLON, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_COLON_COLON, - anon_sym_BANG_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_PERCENT, - anon_sym_as_QMARK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BANG_BANG, - sym__backtick_identifier, - [59693] = 7, - ACTIONS(7855), 1, + STATE(5546), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(9015), 2, + sym_getter, + sym_setter, + ACTIONS(8308), 3, + anon_sym_abstract, + anon_sym_final, + anon_sym_open, + ACTIONS(8310), 3, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + ACTIONS(8300), 4, + anon_sym_sealed, + anon_sym_annotation, + anon_sym_data, + anon_sym_inner, + ACTIONS(8304), 4, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_protected, + ACTIONS(8298), 6, + anon_sym_suspend, + anon_sym_tailrec, + anon_sym_operator, + anon_sym_infix, + anon_sym_inline, + anon_sym_external, + STATE(5459), 10, + sym__modifier, + sym_class_modifier, + sym_member_modifier, + sym_visibility_modifier, + sym_function_modifier, + sym_inheritance_modifier, + sym_parameter_modifier, + sym_platform_modifier, + sym_annotation, + aux_sym_modifiers_repeat1, + [60957] = 8, + ACTIONS(5401), 1, anon_sym_LBRACE, - ACTIONS(8174), 1, - anon_sym_EQ, - STATE(4641), 1, - sym__block, - STATE(4653), 1, - sym_function_body, + ACTIONS(5405), 1, + anon_sym_where, + ACTIONS(6188), 1, + anon_sym_COLON, + STATE(4867), 1, + sym_type_constraints, + STATE(4973), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4181), 20, + ACTIONS(3186), 19, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -508059,7 +509981,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_get, anon_sym_set, anon_sym_in, - anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -508072,13 +509993,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4183), 26, + ACTIONS(3190), 26, + sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_SEMI, anon_sym_STAR, sym_label, @@ -508099,24 +510020,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [59760] = 3, + [61026] = 7, + ACTIONS(8498), 1, + anon_sym_AT, + ACTIONS(8503), 1, + sym_label, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3194), 21, - sym__automatic_semicolon, + STATE(3980), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(5317), 2, + sym_annotation, + aux_sym__statement_repeat1, + ACTIONS(8501), 17, sym__string_start, - anon_sym_AT, anon_sym_LBRACK, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_STAR, anon_sym_COLON_COLON, - anon_sym_BANGin, - anon_sym_BANGis, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_BANG, anon_sym_return_AT, anon_sym_continue_AT, anon_sym_break_AT, @@ -508125,28 +510052,26 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(3190), 29, + ACTIONS(8496), 27, anon_sym_object, anon_sym_fun, anon_sym_get, anon_sym_set, anon_sym_this, anon_sym_super, - sym_label, - anon_sym_in, + anon_sym_for, + anon_sym_while, + anon_sym_do, anon_sym_null, anon_sym_if, - anon_sym_else, anon_sym_when, anon_sym_try, anon_sym_throw, anon_sym_return, anon_sym_continue, anon_sym_break, - anon_sym_is, anon_sym_PLUS, anon_sym_DASH, - anon_sym_BANG, anon_sym_data, anon_sym_inner, anon_sym_expect, @@ -508155,72 +510080,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [59819] = 23, - ACTIONS(3232), 1, + [61093] = 14, + ACTIONS(3104), 1, anon_sym_AT, - ACTIONS(3256), 1, - anon_sym_while, - ACTIONS(8296), 1, + ACTIONS(8508), 1, + anon_sym_var, + ACTIONS(8510), 1, sym_property_modifier, - ACTIONS(8372), 1, - anon_sym_by, - ACTIONS(8374), 1, - anon_sym_where, - ACTIONS(8376), 1, - anon_sym_get, - ACTIONS(8378), 1, - anon_sym_set, - ACTIONS(8424), 1, - anon_sym_EQ, - ACTIONS(8426), 1, - anon_sym_SEMI, - STATE(5449), 1, - sym_type_constraints, - STATE(5499), 1, - sym_property_delegate, - STATE(8580), 1, - sym_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8292), 2, + ACTIONS(7409), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8302), 2, + ACTIONS(7417), 2, anon_sym_expect, anon_sym_actual, - STATE(5537), 2, + STATE(5571), 2, sym__single_annotation, sym__multi_annotation, - STATE(9430), 2, - sym_getter, - sym_setter, - ACTIONS(8298), 3, + ACTIONS(7413), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8300), 3, + ACTIONS(7415), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8290), 4, + ACTIONS(7407), 4, anon_sym_sealed, anon_sym_annotation, anon_sym_data, anon_sym_inner, - ACTIONS(8294), 4, + ACTIONS(7411), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8288), 6, + ACTIONS(7405), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5441), 10, + STATE(5310), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -508231,11 +510135,23 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [59918] = 3, + ACTIONS(8506), 11, + anon_sym_typealias, + anon_sym_class, + anon_sym_interface, + anon_sym_enum, + anon_sym_constructor, + anon_sym_val, + anon_sym_companion, + anon_sym_object, + anon_sym_fun, + anon_sym_get, + anon_sym_set, + [61174] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5021), 21, + ACTIONS(4258), 21, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -508257,7 +510173,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(5019), 29, + ACTIONS(4256), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -508287,11 +510203,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [59977] = 3, + [61233] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4497), 21, + ACTIONS(4925), 21, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -508313,7 +510229,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4495), 29, + ACTIONS(4923), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -508343,11 +510259,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [60036] = 3, + [61292] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5025), 21, + ACTIONS(4999), 21, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -508369,7 +510285,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(5023), 29, + ACTIONS(4997), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -508399,19 +510315,189 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [60095] = 7, - ACTIONS(7855), 1, + [61351] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4674), 21, + sym__automatic_semicolon, + sym__string_start, + anon_sym_AT, + anon_sym_LBRACK, anon_sym_LBRACE, - ACTIONS(8174), 1, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_COLON_COLON, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_return_AT, + anon_sym_continue_AT, + anon_sym_break_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(4672), 29, + anon_sym_object, + anon_sym_fun, + anon_sym_get, + anon_sym_set, + anon_sym_this, + anon_sym_super, + sym_label, + anon_sym_in, + anon_sym_null, + anon_sym_if, + anon_sym_else, + anon_sym_when, + anon_sym_try, + anon_sym_throw, + anon_sym_return, + anon_sym_continue, + anon_sym_break, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_BANG, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, + sym__alpha_identifier, + [61410] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4190), 21, + sym__automatic_semicolon, + sym__string_start, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_COLON_COLON, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_return_AT, + anon_sym_continue_AT, + anon_sym_break_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(4188), 29, + anon_sym_object, + anon_sym_fun, + anon_sym_get, + anon_sym_set, + anon_sym_this, + anon_sym_super, + sym_label, + anon_sym_in, + anon_sym_null, + anon_sym_if, + anon_sym_else, + anon_sym_when, + anon_sym_try, + anon_sym_throw, + anon_sym_return, + anon_sym_continue, + anon_sym_break, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_BANG, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, + sym__alpha_identifier, + [61469] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4262), 21, + sym__automatic_semicolon, + sym__string_start, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_COLON_COLON, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_return_AT, + anon_sym_continue_AT, + anon_sym_break_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(4260), 29, + anon_sym_object, + anon_sym_fun, + anon_sym_get, + anon_sym_set, + anon_sym_this, + anon_sym_super, + sym_label, + anon_sym_in, + anon_sym_null, + anon_sym_if, + anon_sym_else, + anon_sym_when, + anon_sym_try, + anon_sym_throw, + anon_sym_return, + anon_sym_continue, + anon_sym_break, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_BANG, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, + sym__alpha_identifier, + [61528] = 8, + ACTIONS(7928), 1, + anon_sym_LBRACE, + ACTIONS(8221), 1, anon_sym_EQ, - STATE(4559), 1, - sym_function_body, - STATE(4641), 1, + ACTIONS(8512), 1, + anon_sym_COLON, + STATE(4901), 1, sym__block, + STATE(4919), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4503), 20, + ACTIONS(4326), 19, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -508419,7 +510505,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_get, anon_sym_set, anon_sym_in, - anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -508432,13 +510517,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4505), 26, + ACTIONS(4328), 26, + sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_SEMI, anon_sym_STAR, sym_label, @@ -508459,86 +510544,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [60162] = 22, - ACTIONS(3232), 1, - anon_sym_AT, - ACTIONS(8402), 1, - sym_property_modifier, - ACTIONS(8406), 1, - sym__backtick_identifier, - ACTIONS(8428), 1, - anon_sym_COMMA, - ACTIONS(8430), 1, - anon_sym_RPAREN, - STATE(4507), 1, - sym__lexical_identifier, - STATE(7389), 1, - sym_modifiers, - STATE(8349), 1, - sym_class_parameter, - STATE(9004), 1, - sym_simple_identifier, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(75), 2, - anon_sym_sealed, - anon_sym_annotation, - ACTIONS(79), 2, - anon_sym_override, - anon_sym_lateinit, - ACTIONS(8398), 2, - anon_sym_val, - anon_sym_var, - ACTIONS(8400), 2, - anon_sym_data, - anon_sym_inner, - ACTIONS(8404), 2, - anon_sym_expect, - anon_sym_actual, - STATE(5537), 2, - sym__single_annotation, - sym__multi_annotation, - ACTIONS(85), 3, - anon_sym_abstract, - anon_sym_final, - anon_sym_open, - ACTIONS(87), 3, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, - ACTIONS(8392), 3, - anon_sym_get, - anon_sym_set, - sym__alpha_identifier, - ACTIONS(81), 4, - anon_sym_public, - anon_sym_private, - anon_sym_internal, - anon_sym_protected, - ACTIONS(73), 6, - anon_sym_suspend, - anon_sym_tailrec, - anon_sym_operator, - anon_sym_infix, - anon_sym_inline, - anon_sym_external, - STATE(5502), 10, - sym__modifier, - sym_class_modifier, - sym_member_modifier, - sym_visibility_modifier, - sym_function_modifier, - sym_inheritance_modifier, - sym_parameter_modifier, - sym_platform_modifier, - sym_annotation, - aux_sym_modifiers_repeat1, - [60259] = 3, + [61597] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4905), 21, + ACTIONS(4521), 21, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -508560,7 +510570,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4903), 29, + ACTIONS(4519), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -508590,11 +510600,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [60318] = 3, + [61656] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4937), 21, + ACTIONS(3340), 21, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -508616,7 +510626,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4935), 29, + ACTIONS(3338), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -508646,11 +510656,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [60377] = 3, + [61715] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4450), 21, + ACTIONS(4489), 21, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -508672,7 +510682,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4448), 29, + ACTIONS(4487), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -508702,11 +510712,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [60436] = 3, + [61774] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5029), 21, + ACTIONS(5003), 21, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -508728,7 +510738,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(5027), 29, + ACTIONS(5001), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -508758,71 +510768,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [60495] = 7, - ACTIONS(7855), 1, - anon_sym_LBRACE, - ACTIONS(8174), 1, - anon_sym_EQ, - STATE(4641), 1, - sym__block, - STATE(4739), 1, - sym_function_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4089), 20, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - anon_sym_DOT, - anon_sym_get, - anon_sym_set, - anon_sym_in, - anon_sym_while, - anon_sym_else, - anon_sym_BANG_EQ, - anon_sym_EQ_EQ, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4091), 26, - sym_safe_nav, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_STAR, - sym_label, - anon_sym_DOT_DOT, - anon_sym_QMARK_COLON, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_COLON_COLON, - anon_sym_BANG_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_PERCENT, - anon_sym_as_QMARK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BANG_BANG, - sym__backtick_identifier, - [60562] = 3, + [61833] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1784), 21, + ACTIONS(4394), 21, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -508844,7 +510794,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(1782), 29, + ACTIONS(4392), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -508874,24 +510824,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [60621] = 22, + [61892] = 22, ACTIONS(3232), 1, anon_sym_AT, - ACTIONS(8402), 1, + ACTIONS(8396), 1, sym_property_modifier, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8432), 1, + ACTIONS(8514), 1, anon_sym_COMMA, - ACTIONS(8434), 1, + ACTIONS(8516), 1, anon_sym_RPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7389), 1, + STATE(7424), 1, sym_modifiers, - STATE(8438), 1, + STATE(8579), 1, sym_class_parameter, - STATE(9004), 1, + STATE(9222), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, @@ -508902,150 +510852,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(79), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8398), 2, + ACTIONS(8392), 2, anon_sym_val, anon_sym_var, - ACTIONS(8400), 2, - anon_sym_data, - anon_sym_inner, - ACTIONS(8404), 2, - anon_sym_expect, - anon_sym_actual, - STATE(5537), 2, - sym__single_annotation, - sym__multi_annotation, - ACTIONS(85), 3, - anon_sym_abstract, - anon_sym_final, - anon_sym_open, - ACTIONS(87), 3, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, - ACTIONS(8392), 3, - anon_sym_get, - anon_sym_set, - sym__alpha_identifier, - ACTIONS(81), 4, - anon_sym_public, - anon_sym_private, - anon_sym_internal, - anon_sym_protected, - ACTIONS(73), 6, - anon_sym_suspend, - anon_sym_tailrec, - anon_sym_operator, - anon_sym_infix, - anon_sym_inline, - anon_sym_external, - STATE(5502), 10, - sym__modifier, - sym_class_modifier, - sym_member_modifier, - sym_visibility_modifier, - sym_function_modifier, - sym_inheritance_modifier, - sym_parameter_modifier, - sym_platform_modifier, - sym_annotation, - aux_sym_modifiers_repeat1, - [60718] = 6, - ACTIONS(5397), 1, - anon_sym_LBRACE, - ACTIONS(8436), 1, - anon_sym_COLON, - STATE(4949), 1, - sym_class_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4509), 20, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - anon_sym_where, - anon_sym_DOT, - anon_sym_get, - anon_sym_set, - anon_sym_in, - anon_sym_else, - anon_sym_BANG_EQ, - anon_sym_EQ_EQ, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, + ACTIONS(8394), 2, anon_sym_data, anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4511), 27, - sym__automatic_semicolon, - sym_safe_nav, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_STAR, - sym_label, - anon_sym_DOT_DOT, - anon_sym_QMARK_COLON, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_COLON_COLON, - anon_sym_BANG_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_PERCENT, - anon_sym_as_QMARK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BANG_BANG, - sym__backtick_identifier, - [60783] = 22, - ACTIONS(3232), 1, - anon_sym_AT, - ACTIONS(8402), 1, - sym_property_modifier, - ACTIONS(8406), 1, - sym__backtick_identifier, - ACTIONS(8438), 1, - anon_sym_COMMA, - ACTIONS(8440), 1, - anon_sym_RPAREN, - STATE(4507), 1, - sym__lexical_identifier, - STATE(7389), 1, - sym_modifiers, - STATE(8329), 1, - sym_class_parameter, - STATE(9004), 1, - sym_simple_identifier, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(75), 2, - anon_sym_sealed, - anon_sym_annotation, - ACTIONS(79), 2, - anon_sym_override, - anon_sym_lateinit, ACTIONS(8398), 2, - anon_sym_val, - anon_sym_var, - ACTIONS(8400), 2, - anon_sym_data, - anon_sym_inner, - ACTIONS(8404), 2, anon_sym_expect, anon_sym_actual, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(85), 3, @@ -509056,7 +510872,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8392), 3, + ACTIONS(8386), 3, anon_sym_get, anon_sym_set, sym__alpha_identifier, @@ -509072,83 +510888,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5502), 10, - sym__modifier, - sym_class_modifier, - sym_member_modifier, - sym_visibility_modifier, - sym_function_modifier, - sym_inheritance_modifier, - sym_parameter_modifier, - sym_platform_modifier, - sym_annotation, - aux_sym_modifiers_repeat1, - [60880] = 23, - ACTIONS(3232), 1, - anon_sym_AT, - ACTIONS(3274), 1, - anon_sym_while, - ACTIONS(8296), 1, - sym_property_modifier, - ACTIONS(8372), 1, - anon_sym_by, - ACTIONS(8374), 1, - anon_sym_where, - ACTIONS(8376), 1, - anon_sym_get, - ACTIONS(8378), 1, - anon_sym_set, - ACTIONS(8442), 1, - anon_sym_EQ, - ACTIONS(8444), 1, - anon_sym_SEMI, - STATE(5447), 1, - sym_type_constraints, - STATE(5490), 1, - sym_property_delegate, - STATE(8580), 1, - sym_modifiers, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(8292), 2, - anon_sym_override, - anon_sym_lateinit, - ACTIONS(8302), 2, - anon_sym_expect, - anon_sym_actual, - STATE(5537), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(9364), 2, - sym_getter, - sym_setter, - ACTIONS(8298), 3, - anon_sym_abstract, - anon_sym_final, - anon_sym_open, - ACTIONS(8300), 3, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, - ACTIONS(8290), 4, - anon_sym_sealed, - anon_sym_annotation, - anon_sym_data, - anon_sym_inner, - ACTIONS(8294), 4, - anon_sym_public, - anon_sym_private, - anon_sym_internal, - anon_sym_protected, - ACTIONS(8288), 6, - anon_sym_suspend, - anon_sym_tailrec, - anon_sym_operator, - anon_sym_infix, - anon_sym_inline, - anon_sym_external, - STATE(5441), 10, + STATE(5527), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -509159,67 +510899,11 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [60979] = 3, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4302), 21, - sym__automatic_semicolon, - sym__string_start, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_COLON_COLON, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_return_AT, - anon_sym_continue_AT, - anon_sym_break_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(4300), 29, - anon_sym_object, - anon_sym_fun, - anon_sym_get, - anon_sym_set, - anon_sym_this, - anon_sym_super, - sym_label, - anon_sym_in, - anon_sym_null, - anon_sym_if, - anon_sym_else, - anon_sym_when, - anon_sym_try, - anon_sym_throw, - anon_sym_return, - anon_sym_continue, - anon_sym_break, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_BANG, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [61038] = 3, + [61989] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4446), 10, + ACTIONS(4473), 10, anon_sym_AT, anon_sym_RBRACK, anon_sym_EQ, @@ -509230,7 +510914,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, sym__quest, sym__backtick_identifier, - ACTIONS(4444), 40, + ACTIONS(4471), 40, anon_sym_typealias, anon_sym_class, anon_sym_interface, @@ -509271,24 +510955,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [61097] = 22, + [62048] = 22, ACTIONS(3232), 1, anon_sym_AT, - ACTIONS(8402), 1, + ACTIONS(8396), 1, sym_property_modifier, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8446), 1, + ACTIONS(8518), 1, anon_sym_COMMA, - ACTIONS(8448), 1, + ACTIONS(8520), 1, anon_sym_RPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7389), 1, + STATE(7424), 1, sym_modifiers, - STATE(8500), 1, + STATE(8535), 1, sym_class_parameter, - STATE(9004), 1, + STATE(9222), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, @@ -509299,16 +510983,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(79), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8398), 2, + ACTIONS(8392), 2, anon_sym_val, anon_sym_var, - ACTIONS(8400), 2, + ACTIONS(8394), 2, anon_sym_data, anon_sym_inner, - ACTIONS(8404), 2, + ACTIONS(8398), 2, anon_sym_expect, anon_sym_actual, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(85), 3, @@ -509319,7 +511003,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8392), 3, + ACTIONS(8386), 3, anon_sym_get, anon_sym_set, sym__alpha_identifier, @@ -509335,7 +511019,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5502), 10, + STATE(5527), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -509346,71 +511030,71 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [61194] = 7, - ACTIONS(8452), 1, - anon_sym_AT, - ACTIONS(8457), 1, - sym_label, + [62145] = 7, + ACTIONS(7866), 1, + anon_sym_LBRACE, + ACTIONS(8195), 1, + anon_sym_EQ, + STATE(4685), 1, + sym_function_body, + STATE(4690), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4000), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(5311), 2, - sym_annotation, - aux_sym__statement_repeat1, - ACTIONS(8455), 17, - sym__string_start, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_COLON_COLON, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BANG, - anon_sym_return_AT, - anon_sym_continue_AT, - anon_sym_break_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(8450), 27, - anon_sym_object, - anon_sym_fun, + ACTIONS(4210), 20, + anon_sym_as, + anon_sym_LT, + anon_sym_GT, + anon_sym_DOT, anon_sym_get, anon_sym_set, - anon_sym_this, - anon_sym_super, - anon_sym_for, + anon_sym_in, anon_sym_while, - anon_sym_do, - anon_sym_null, - anon_sym_if, - anon_sym_when, - anon_sym_try, - anon_sym_throw, - anon_sym_return, - anon_sym_continue, - anon_sym_break, + anon_sym_else, + anon_sym_BANG_EQ, + anon_sym_EQ_EQ, + anon_sym_is, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, sym__alpha_identifier, - [61261] = 3, + ACTIONS(4212), 26, + sym_safe_nav, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_STAR, + sym_label, + anon_sym_DOT_DOT, + anon_sym_QMARK_COLON, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_COLON_COLON, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_PERCENT, + anon_sym_as_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG_BANG, + sym__backtick_identifier, + [62212] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4845), 21, + ACTIONS(3216), 21, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -509432,7 +511116,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4843), 29, + ACTIONS(3212), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -509462,11 +511146,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [61320] = 3, + [62271] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1696), 21, + ACTIONS(4917), 21, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -509488,7 +511172,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(1694), 29, + ACTIONS(4915), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -509518,21 +511202,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [61379] = 8, - ACTIONS(7942), 1, + [62330] = 8, + ACTIONS(5405), 1, + anon_sym_where, + ACTIONS(5411), 1, anon_sym_LBRACE, - ACTIONS(8215), 1, - anon_sym_EQ, - ACTIONS(8460), 1, + ACTIONS(6170), 1, anon_sym_COLON, - STATE(4979), 1, - sym_function_body, - STATE(5001), 1, - sym__block, + STATE(4876), 1, + sym_type_constraints, + STATE(4973), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4336), 19, + ACTIONS(3186), 19, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -509552,7 +511236,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4338), 26, + ACTIONS(3190), 26, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -509579,21 +511263,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [61448] = 8, - ACTIONS(7942), 1, + [62399] = 8, + ACTIONS(5401), 1, anon_sym_LBRACE, - ACTIONS(8215), 1, - anon_sym_EQ, - ACTIONS(8462), 1, + ACTIONS(5405), 1, + anon_sym_where, + ACTIONS(8522), 1, anon_sym_COLON, - STATE(4908), 1, - sym_function_body, - STATE(5001), 1, - sym__block, + STATE(4891), 1, + sym_type_constraints, + STATE(4990), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4326), 19, + ACTIONS(4303), 19, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -509613,7 +511297,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4328), 26, + ACTIONS(4305), 26, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -509640,11 +511324,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [61517] = 3, + [62468] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4897), 21, + ACTIONS(1772), 21, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -509666,7 +511350,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4895), 29, + ACTIONS(1770), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -509696,305 +511380,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [61576] = 14, - ACTIONS(8466), 1, - anon_sym_AT, - ACTIONS(8481), 1, - sym_property_modifier, - ACTIONS(8493), 1, - sym__backtick_identifier, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(8475), 2, - anon_sym_override, - anon_sym_lateinit, - ACTIONS(8490), 2, - anon_sym_expect, - anon_sym_actual, - STATE(5537), 2, - sym__single_annotation, - sym__multi_annotation, - ACTIONS(8484), 3, - anon_sym_abstract, - anon_sym_final, - anon_sym_open, - ACTIONS(8487), 3, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, - ACTIONS(8472), 4, - anon_sym_sealed, - anon_sym_annotation, - anon_sym_data, - anon_sym_inner, - ACTIONS(8478), 4, - anon_sym_public, - anon_sym_private, - anon_sym_internal, - anon_sym_protected, - ACTIONS(8469), 6, - anon_sym_suspend, - anon_sym_tailrec, - anon_sym_operator, - anon_sym_infix, - anon_sym_inline, - anon_sym_external, - STATE(5317), 10, - sym__modifier, - sym_class_modifier, - sym_member_modifier, - sym_visibility_modifier, - sym_function_modifier, - sym_inheritance_modifier, - sym_parameter_modifier, - sym_platform_modifier, - sym_annotation, - aux_sym_modifiers_repeat1, - ACTIONS(8464), 11, - anon_sym_typealias, - anon_sym_class, - anon_sym_interface, - anon_sym_enum, - anon_sym_val, - anon_sym_var, - anon_sym_object, - anon_sym_fun, - anon_sym_get, - anon_sym_set, - sym__alpha_identifier, - [61657] = 6, - ACTIONS(6904), 1, - anon_sym_LPAREN, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4241), 3, - anon_sym_in, - anon_sym_else, - anon_sym_is, - ACTIONS(4239), 4, - sym__automatic_semicolon, - anon_sym_RBRACE, - anon_sym_BANGin, - anon_sym_BANGis, - ACTIONS(4236), 16, - sym__string_start, - anon_sym_AT, - anon_sym_LBRACK, + [62527] = 7, + ACTIONS(7866), 1, anon_sym_LBRACE, - anon_sym_STAR, - anon_sym_COLON_COLON, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_return_AT, - anon_sym_continue_AT, - anon_sym_break_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(4233), 26, - anon_sym_object, - anon_sym_fun, - anon_sym_get, - anon_sym_set, - anon_sym_this, - anon_sym_super, - sym_label, - anon_sym_null, - anon_sym_if, - anon_sym_when, - anon_sym_try, - anon_sym_throw, - anon_sym_return, - anon_sym_continue, - anon_sym_break, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_BANG, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [61722] = 3, + ACTIONS(8195), 1, + anon_sym_EQ, + STATE(4601), 1, + sym_function_body, + STATE(4690), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3218), 21, - sym__automatic_semicolon, - sym__string_start, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_COLON_COLON, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_return_AT, - anon_sym_continue_AT, - anon_sym_break_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(3214), 29, - anon_sym_object, - anon_sym_fun, + ACTIONS(4422), 20, + anon_sym_as, + anon_sym_LT, + anon_sym_GT, + anon_sym_DOT, anon_sym_get, anon_sym_set, - anon_sym_this, - anon_sym_super, - sym_label, anon_sym_in, - anon_sym_null, - anon_sym_if, + anon_sym_while, anon_sym_else, - anon_sym_when, - anon_sym_try, - anon_sym_throw, - anon_sym_return, - anon_sym_continue, - anon_sym_break, + anon_sym_BANG_EQ, + anon_sym_EQ_EQ, anon_sym_is, anon_sym_PLUS, anon_sym_DASH, - anon_sym_BANG, + anon_sym_SLASH, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, sym__alpha_identifier, - [61781] = 3, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4398), 21, - sym__automatic_semicolon, - sym__string_start, + ACTIONS(4424), 26, + sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_SEMI, anon_sym_STAR, - anon_sym_COLON_COLON, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_return_AT, - anon_sym_continue_AT, - anon_sym_break_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(4396), 29, - anon_sym_object, - anon_sym_fun, - anon_sym_get, - anon_sym_set, - anon_sym_this, - anon_sym_super, sym_label, - anon_sym_in, - anon_sym_null, - anon_sym_if, - anon_sym_else, - anon_sym_when, - anon_sym_try, - anon_sym_throw, - anon_sym_return, - anon_sym_continue, - anon_sym_break, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_BANG, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [61840] = 3, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4085), 21, - sym__automatic_semicolon, - sym__string_start, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_STAR, + anon_sym_DOT_DOT, + anon_sym_QMARK_COLON, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_COLON_COLON, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_BANGin, anon_sym_BANGis, + anon_sym_PERCENT, + anon_sym_as_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_return_AT, - anon_sym_continue_AT, - anon_sym_break_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, + anon_sym_BANG_BANG, sym__backtick_identifier, - ACTIONS(4083), 29, - anon_sym_object, - anon_sym_fun, - anon_sym_get, - anon_sym_set, - anon_sym_this, - anon_sym_super, - sym_label, - anon_sym_in, - anon_sym_null, - anon_sym_if, - anon_sym_else, - anon_sym_when, - anon_sym_try, - anon_sym_throw, - anon_sym_return, - anon_sym_continue, - anon_sym_break, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_BANG, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [61899] = 3, + [62594] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4873), 21, + ACTIONS(4913), 21, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -510016,7 +511466,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4871), 29, + ACTIONS(4911), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -510046,11 +511496,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [61958] = 3, + [62653] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4835), 21, + ACTIONS(4947), 21, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -510072,7 +511522,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4833), 29, + ACTIONS(4945), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -510102,82 +511552,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [62017] = 8, - ACTIONS(5342), 1, - anon_sym_where, - ACTIONS(5397), 1, - anon_sym_LBRACE, - ACTIONS(6162), 1, - anon_sym_COLON, - STATE(4822), 1, - sym_type_constraints, - STATE(5032), 1, - sym_class_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(3190), 19, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - anon_sym_DOT, - anon_sym_get, - anon_sym_set, - anon_sym_in, - anon_sym_else, - anon_sym_BANG_EQ, - anon_sym_EQ_EQ, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(3194), 26, - sym__automatic_semicolon, - sym_safe_nav, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_STAR, - sym_label, - anon_sym_DOT_DOT, - anon_sym_QMARK_COLON, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_COLON_COLON, - anon_sym_BANG_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_PERCENT, - anon_sym_as_QMARK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BANG_BANG, - sym__backtick_identifier, - [62086] = 8, - ACTIONS(5336), 1, + [62712] = 7, + ACTIONS(7866), 1, anon_sym_LBRACE, - ACTIONS(5342), 1, - anon_sym_where, - ACTIONS(8495), 1, - anon_sym_COLON, - STATE(4825), 1, - sym_type_constraints, - STATE(5056), 1, - sym_enum_class_body, + ACTIONS(8195), 1, + anon_sym_EQ, + STATE(4690), 1, + sym__block, + STATE(4740), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4197), 19, + ACTIONS(4426), 20, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -510185,6 +511572,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_get, anon_sym_set, anon_sym_in, + anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -510197,13 +511585,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4199), 26, - sym__automatic_semicolon, + ACTIONS(4428), 26, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_SEMI, anon_sym_STAR, sym_label, @@ -510224,11 +511612,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [62155] = 3, + [62779] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4857), 21, + ACTIONS(4404), 21, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -510250,7 +511638,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4855), 29, + ACTIONS(4402), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -510280,11 +511668,87 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [62214] = 3, + [62838] = 23, + ACTIONS(1696), 1, + anon_sym_while, + ACTIONS(3232), 1, + anon_sym_AT, + ACTIONS(4995), 1, + anon_sym_SEMI, + ACTIONS(8306), 1, + sym_property_modifier, + ACTIONS(8378), 1, + anon_sym_by, + ACTIONS(8380), 1, + anon_sym_where, + ACTIONS(8382), 1, + anon_sym_get, + ACTIONS(8384), 1, + anon_sym_set, + ACTIONS(8524), 1, + anon_sym_EQ, + STATE(5456), 1, + sym_type_constraints, + STATE(5498), 1, + sym_property_delegate, + STATE(8728), 1, + sym_modifiers, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(8302), 2, + anon_sym_override, + anon_sym_lateinit, + ACTIONS(8312), 2, + anon_sym_expect, + anon_sym_actual, + STATE(5546), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(9079), 2, + sym_getter, + sym_setter, + ACTIONS(8308), 3, + anon_sym_abstract, + anon_sym_final, + anon_sym_open, + ACTIONS(8310), 3, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + ACTIONS(8300), 4, + anon_sym_sealed, + anon_sym_annotation, + anon_sym_data, + anon_sym_inner, + ACTIONS(8304), 4, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_protected, + ACTIONS(8298), 6, + anon_sym_suspend, + anon_sym_tailrec, + anon_sym_operator, + anon_sym_infix, + anon_sym_inline, + anon_sym_external, + STATE(5459), 10, + sym__modifier, + sym_class_modifier, + sym_member_modifier, + sym_visibility_modifier, + sym_function_modifier, + sym_inheritance_modifier, + sym_parameter_modifier, + sym_platform_modifier, + sym_annotation, + aux_sym_modifiers_repeat1, + [62937] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4215), 21, + ACTIONS(3280), 21, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -510306,7 +511770,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4213), 29, + ACTIONS(3278), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -510336,188 +511800,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [62273] = 8, - ACTIONS(7942), 1, - anon_sym_LBRACE, - ACTIONS(8215), 1, - anon_sym_EQ, - ACTIONS(8497), 1, - anon_sym_COLON, - STATE(4910), 1, - sym_function_body, - STATE(5001), 1, - sym__block, + [62996] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4191), 19, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - anon_sym_DOT, - anon_sym_get, - anon_sym_set, - anon_sym_in, - anon_sym_else, - anon_sym_BANG_EQ, - anon_sym_EQ_EQ, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4193), 26, + ACTIONS(5007), 21, sym__automatic_semicolon, - sym_safe_nav, + sym__string_start, anon_sym_AT, anon_sym_LBRACK, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_STAR, - sym_label, - anon_sym_DOT_DOT, - anon_sym_QMARK_COLON, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_COLON_COLON, - anon_sym_BANG_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_PERCENT, - anon_sym_as_QMARK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BANG_BANG, - sym__backtick_identifier, - [62342] = 7, - ACTIONS(7855), 1, anon_sym_LBRACE, - ACTIONS(8174), 1, - anon_sym_EQ, - STATE(4641), 1, - sym__block, - STATE(4718), 1, - sym_function_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4083), 20, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - anon_sym_DOT, - anon_sym_get, - anon_sym_set, - anon_sym_in, - anon_sym_while, - anon_sym_else, - anon_sym_BANG_EQ, - anon_sym_EQ_EQ, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4085), 26, - sym_safe_nav, - anon_sym_AT, - anon_sym_LBRACK, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_SEMI, anon_sym_STAR, - sym_label, - anon_sym_DOT_DOT, - anon_sym_QMARK_COLON, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, anon_sym_COLON_COLON, - anon_sym_BANG_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, anon_sym_BANGin, anon_sym_BANGis, - anon_sym_PERCENT, - anon_sym_as_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_BANG_BANG, - sym__backtick_identifier, - [62409] = 3, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4442), 10, - anon_sym_AT, - anon_sym_RBRACK, - anon_sym_EQ, - anon_sym_LBRACE, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_DOT, - anon_sym_SEMI, - sym__quest, + anon_sym_return_AT, + anon_sym_continue_AT, + anon_sym_break_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4440), 40, - anon_sym_typealias, - anon_sym_class, - anon_sym_interface, - anon_sym_enum, - anon_sym_val, - anon_sym_var, - anon_sym_by, - anon_sym_where, + ACTIONS(5005), 29, anon_sym_object, anon_sym_fun, anon_sym_get, anon_sym_set, - anon_sym_dynamic, - anon_sym_while, - anon_sym_suspend, - anon_sym_sealed, - anon_sym_annotation, - anon_sym_data, - anon_sym_inner, - anon_sym_override, - anon_sym_lateinit, - anon_sym_public, - anon_sym_private, - anon_sym_internal, - anon_sym_protected, - anon_sym_tailrec, - anon_sym_operator, - anon_sym_infix, - anon_sym_inline, - anon_sym_external, - sym_property_modifier, - anon_sym_abstract, - anon_sym_final, - anon_sym_open, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, + anon_sym_this, + anon_sym_super, + sym_label, + anon_sym_in, + anon_sym_null, + anon_sym_if, + anon_sym_else, + anon_sym_when, + anon_sym_try, + anon_sym_throw, + anon_sym_return, + anon_sym_continue, + anon_sym_break, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_BANG, + anon_sym_data, + anon_sym_inner, anon_sym_expect, anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, sym__alpha_identifier, - [62468] = 3, + [63055] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4436), 21, + ACTIONS(4754), 21, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -510539,7 +511882,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4434), 29, + ACTIONS(4752), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -510569,192 +511912,143 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [62527] = 7, - ACTIONS(7855), 1, - anon_sym_LBRACE, - ACTIONS(8174), 1, - anon_sym_EQ, - STATE(4641), 1, - sym__block, - STATE(4708), 1, - sym_function_body, + [63114] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4095), 20, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - anon_sym_DOT, - anon_sym_get, - anon_sym_set, - anon_sym_in, - anon_sym_while, - anon_sym_else, - anon_sym_BANG_EQ, - anon_sym_EQ_EQ, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4097), 26, - sym_safe_nav, + ACTIONS(4597), 21, + sym__automatic_semicolon, + sym__string_start, anon_sym_AT, anon_sym_LBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_SEMI, anon_sym_STAR, - sym_label, - anon_sym_DOT_DOT, - anon_sym_QMARK_COLON, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, anon_sym_COLON_COLON, - anon_sym_BANG_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, anon_sym_BANGin, anon_sym_BANGis, - anon_sym_PERCENT, - anon_sym_as_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_BANG_BANG, + anon_sym_return_AT, + anon_sym_continue_AT, + anon_sym_break_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, sym__backtick_identifier, - [62594] = 7, - ACTIONS(7855), 1, - anon_sym_LBRACE, - ACTIONS(8174), 1, - anon_sym_EQ, - STATE(4598), 1, - sym_function_body, - STATE(4641), 1, - sym__block, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4326), 20, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - anon_sym_DOT, + ACTIONS(4595), 29, + anon_sym_object, + anon_sym_fun, anon_sym_get, anon_sym_set, + anon_sym_this, + anon_sym_super, + sym_label, anon_sym_in, - anon_sym_while, + anon_sym_null, + anon_sym_if, anon_sym_else, - anon_sym_BANG_EQ, - anon_sym_EQ_EQ, + anon_sym_when, + anon_sym_try, + anon_sym_throw, + anon_sym_return, + anon_sym_continue, + anon_sym_break, anon_sym_is, anon_sym_PLUS, anon_sym_DASH, - anon_sym_SLASH, + anon_sym_BANG, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, sym__alpha_identifier, - ACTIONS(4328), 26, - sym_safe_nav, + [63173] = 23, + ACTIONS(3104), 1, anon_sym_AT, - anon_sym_LBRACK, - anon_sym_RBRACE, + ACTIONS(3128), 1, + sym_property_modifier, + ACTIONS(8232), 1, + anon_sym_constructor, + ACTIONS(8236), 1, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_STAR, - sym_label, - anon_sym_DOT_DOT, - anon_sym_QMARK_COLON, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_COLON_COLON, - anon_sym_BANG_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_PERCENT, - anon_sym_as_QMARK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BANG_BANG, - sym__backtick_identifier, - [62661] = 8, - ACTIONS(5342), 1, + ACTIONS(8240), 1, anon_sym_where, - ACTIONS(5397), 1, + ACTIONS(8244), 1, anon_sym_LBRACE, - ACTIONS(8499), 1, + ACTIONS(8526), 1, anon_sym_COLON, - STATE(4816), 1, + STATE(7912), 1, + sym_primary_constructor, + STATE(8024), 1, + sym__class_parameters, + STATE(8261), 1, sym_type_constraints, - STATE(5056), 1, + STATE(8646), 1, sym_class_body, + STATE(9411), 1, + sym_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4197), 19, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - anon_sym_DOT, - anon_sym_get, - anon_sym_set, - anon_sym_in, - anon_sym_else, - anon_sym_BANG_EQ, - anon_sym_EQ_EQ, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4199), 26, + ACTIONS(3190), 2, sym__automatic_semicolon, - sym_safe_nav, - anon_sym_AT, - anon_sym_LBRACK, anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_STAR, - sym_label, - anon_sym_DOT_DOT, - anon_sym_QMARK_COLON, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_COLON_COLON, - anon_sym_BANG_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_PERCENT, - anon_sym_as_QMARK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BANG_BANG, - sym__backtick_identifier, - [62730] = 3, + ACTIONS(7409), 2, + anon_sym_override, + anon_sym_lateinit, + ACTIONS(7417), 2, + anon_sym_expect, + anon_sym_actual, + STATE(5571), 2, + sym__single_annotation, + sym__multi_annotation, + ACTIONS(7413), 3, + anon_sym_abstract, + anon_sym_final, + anon_sym_open, + ACTIONS(7415), 3, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + ACTIONS(7407), 4, + anon_sym_sealed, + anon_sym_annotation, + anon_sym_data, + anon_sym_inner, + ACTIONS(7411), 4, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_protected, + ACTIONS(7405), 6, + anon_sym_suspend, + anon_sym_tailrec, + anon_sym_operator, + anon_sym_infix, + anon_sym_inline, + anon_sym_external, + STATE(5318), 10, + sym__modifier, + sym_class_modifier, + sym_member_modifier, + sym_visibility_modifier, + sym_function_modifier, + sym_inheritance_modifier, + sym_parameter_modifier, + sym_platform_modifier, + sym_annotation, + aux_sym_modifiers_repeat1, + [63272] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4183), 21, + ACTIONS(4344), 21, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -510776,7 +512070,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4181), 29, + ACTIONS(4342), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -510806,72 +512100,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [62789] = 8, - ACTIONS(5336), 1, - anon_sym_LBRACE, - ACTIONS(5342), 1, - anon_sym_where, - ACTIONS(6142), 1, - anon_sym_COLON, - STATE(4828), 1, - sym_type_constraints, - STATE(5031), 1, - sym_enum_class_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(3204), 19, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - anon_sym_DOT, - anon_sym_get, - anon_sym_set, - anon_sym_in, - anon_sym_else, - anon_sym_BANG_EQ, - anon_sym_EQ_EQ, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(3208), 26, - sym__automatic_semicolon, - sym_safe_nav, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_STAR, - sym_label, - anon_sym_DOT_DOT, - anon_sym_QMARK_COLON, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_COLON_COLON, - anon_sym_BANG_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_PERCENT, - anon_sym_as_QMARK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BANG_BANG, - sym__backtick_identifier, - [62858] = 3, + [63331] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4823), 21, + ACTIONS(4513), 21, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -510893,7 +512126,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4821), 29, + ACTIONS(4511), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -510923,18 +512156,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [62917] = 3, + [63390] = 4, + ACTIONS(8528), 1, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4807), 21, + ACTIONS(4963), 20, sym__automatic_semicolon, sym__string_start, anon_sym_AT, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_STAR, anon_sym_COLON_COLON, anon_sym_BANGin, @@ -510949,7 +512183,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4805), 29, + ACTIONS(4961), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -510979,76 +512213,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [62976] = 5, - ACTIONS(8501), 1, - anon_sym_by, - STATE(5050), 1, - sym_value_arguments, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4454), 20, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - anon_sym_where, - anon_sym_DOT, - anon_sym_get, - anon_sym_set, - anon_sym_in, - anon_sym_else, - anon_sym_BANG_EQ, - anon_sym_EQ_EQ, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4456), 28, - sym__automatic_semicolon, - sym_safe_nav, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_RBRACE, + [63451] = 4, + ACTIONS(8530), 1, anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_STAR, - sym_label, - anon_sym_DOT_DOT, - anon_sym_QMARK_COLON, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_COLON_COLON, - anon_sym_BANG_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_PERCENT, - anon_sym_as_QMARK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BANG_BANG, - sym__backtick_identifier, - [63039] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4763), 21, + ACTIONS(4957), 20, sym__automatic_semicolon, sym__string_start, anon_sym_AT, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_STAR, anon_sym_COLON_COLON, anon_sym_BANGin, @@ -511063,7 +512240,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4761), 29, + ACTIONS(4955), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -511093,69 +512270,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [63098] = 5, - ACTIONS(8368), 1, - anon_sym_COMMA, - STATE(5259), 1, - aux_sym__delegation_specifiers_repeat1, + [63512] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4678), 21, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - anon_sym_where, - anon_sym_DOT, - anon_sym_get, - anon_sym_set, - anon_sym_in, - anon_sym_while, - anon_sym_else, - anon_sym_BANG_EQ, - anon_sym_EQ_EQ, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4680), 27, - sym_safe_nav, + ACTIONS(3084), 21, + sym__automatic_semicolon, + sym__string_start, anon_sym_AT, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_SEMI, anon_sym_STAR, - sym_label, - anon_sym_DOT_DOT, - anon_sym_QMARK_COLON, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, anon_sym_COLON_COLON, - anon_sym_BANG_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, anon_sym_BANGin, anon_sym_BANGis, - anon_sym_PERCENT, - anon_sym_as_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_BANG_BANG, + anon_sym_return_AT, + anon_sym_continue_AT, + anon_sym_break_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, sym__backtick_identifier, - [63161] = 3, + ACTIONS(3082), 29, + anon_sym_object, + anon_sym_fun, + anon_sym_get, + anon_sym_set, + anon_sym_this, + anon_sym_super, + sym_label, + anon_sym_in, + anon_sym_null, + anon_sym_if, + anon_sym_else, + anon_sym_when, + anon_sym_try, + anon_sym_throw, + anon_sym_return, + anon_sym_continue, + anon_sym_break, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_BANG, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, + sym__alpha_identifier, + [63571] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4199), 21, + ACTIONS(4993), 21, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -511177,7 +512352,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4197), 29, + ACTIONS(4991), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -511207,11 +512382,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [63220] = 3, + [63630] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4569), 21, + ACTIONS(4826), 21, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -511233,7 +512408,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4567), 29, + ACTIONS(4824), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -511263,19 +512438,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [63279] = 7, - ACTIONS(7855), 1, + [63689] = 8, + ACTIONS(5401), 1, anon_sym_LBRACE, - ACTIONS(8174), 1, - anon_sym_EQ, - STATE(4641), 1, - sym__block, - STATE(4705), 1, - sym_function_body, + ACTIONS(5405), 1, + anon_sym_where, + ACTIONS(6156), 1, + anon_sym_COLON, + STATE(4875), 1, + sym_type_constraints, + STATE(4962), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4386), 20, + ACTIONS(3196), 19, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -511283,7 +512460,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_get, anon_sym_set, anon_sym_in, - anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -511296,13 +512472,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4388), 26, + ACTIONS(3200), 26, + sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_SEMI, anon_sym_STAR, sym_label, @@ -511323,28 +512499,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [63346] = 6, - ACTIONS(6900), 1, - anon_sym_LPAREN, + [63758] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4257), 3, - anon_sym_in, - anon_sym_else, - anon_sym_is, - ACTIONS(4255), 4, + ACTIONS(4810), 21, sym__automatic_semicolon, - anon_sym_RBRACE, - anon_sym_BANGin, - anon_sym_BANGis, - ACTIONS(4252), 16, sym__string_start, anon_sym_AT, anon_sym_LBRACK, anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_STAR, anon_sym_COLON_COLON, + anon_sym_BANGin, + anon_sym_BANGis, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_return_AT, @@ -511355,7 +512525,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4249), 26, + ACTIONS(4808), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -511363,14 +512533,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_this, anon_sym_super, sym_label, + anon_sym_in, anon_sym_null, anon_sym_if, + anon_sym_else, anon_sym_when, anon_sym_try, anon_sym_throw, anon_sym_return, anon_sym_continue, anon_sym_break, + anon_sym_is, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, @@ -511382,148 +512555,186 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [63411] = 23, - ACTIONS(3104), 1, - anon_sym_AT, - ACTIONS(3128), 1, - sym_property_modifier, - ACTIONS(8225), 1, - anon_sym_constructor, - ACTIONS(8229), 1, - anon_sym_LPAREN, - ACTIONS(8233), 1, - anon_sym_where, - ACTIONS(8237), 1, - anon_sym_LBRACE, - ACTIONS(8503), 1, - anon_sym_COLON, - STATE(7900), 1, - sym_primary_constructor, - STATE(8121), 1, - sym__class_parameters, - STATE(8261), 1, - sym_type_constraints, - STATE(8771), 1, - sym_class_body, - STATE(9219), 1, - sym_modifiers, + [63817] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3218), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - ACTIONS(7401), 2, - anon_sym_override, - anon_sym_lateinit, - ACTIONS(7409), 2, - anon_sym_expect, - anon_sym_actual, - STATE(5562), 2, - sym__single_annotation, - sym__multi_annotation, - ACTIONS(7405), 3, - anon_sym_abstract, - anon_sym_final, - anon_sym_open, - ACTIONS(7407), 3, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, - ACTIONS(7399), 4, + ACTIONS(4493), 10, + anon_sym_AT, + anon_sym_RBRACK, + anon_sym_EQ, + anon_sym_LBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_SEMI, + sym__quest, + sym__backtick_identifier, + ACTIONS(4491), 40, + anon_sym_typealias, + anon_sym_class, + anon_sym_interface, + anon_sym_enum, + anon_sym_val, + anon_sym_var, + anon_sym_by, + anon_sym_where, + anon_sym_object, + anon_sym_fun, + anon_sym_get, + anon_sym_set, + anon_sym_dynamic, + anon_sym_while, + anon_sym_suspend, anon_sym_sealed, anon_sym_annotation, anon_sym_data, anon_sym_inner, - ACTIONS(7403), 4, + anon_sym_override, + anon_sym_lateinit, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(7397), 6, - anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5263), 10, - sym__modifier, - sym_class_modifier, - sym_member_modifier, - sym_visibility_modifier, - sym_function_modifier, - sym_inheritance_modifier, - sym_parameter_modifier, - sym_platform_modifier, - sym_annotation, - aux_sym_modifiers_repeat1, - [63510] = 23, + sym_property_modifier, + anon_sym_abstract, + anon_sym_final, + anon_sym_open, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + [63876] = 5, + ACTIONS(8532), 1, + anon_sym_by, + STATE(4982), 1, + sym_value_arguments, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4416), 20, + anon_sym_as, + anon_sym_LT, + anon_sym_GT, + anon_sym_where, + anon_sym_DOT, + anon_sym_get, + anon_sym_set, + anon_sym_in, + anon_sym_else, + anon_sym_BANG_EQ, + anon_sym_EQ_EQ, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4418), 28, + sym__automatic_semicolon, + sym_safe_nav, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_STAR, + sym_label, + anon_sym_DOT_DOT, + anon_sym_QMARK_COLON, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_COLON_COLON, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_PERCENT, + anon_sym_as_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG_BANG, + sym__backtick_identifier, + [63939] = 23, ACTIONS(3104), 1, anon_sym_AT, ACTIONS(3128), 1, sym_property_modifier, - ACTIONS(8225), 1, + ACTIONS(8232), 1, anon_sym_constructor, - ACTIONS(8229), 1, + ACTIONS(8234), 1, + anon_sym_LBRACE, + ACTIONS(8236), 1, anon_sym_LPAREN, - ACTIONS(8233), 1, + ACTIONS(8240), 1, anon_sym_where, - ACTIONS(8237), 1, - anon_sym_LBRACE, - ACTIONS(8505), 1, + ACTIONS(8534), 1, anon_sym_COLON, - STATE(7884), 1, + STATE(7925), 1, sym_primary_constructor, - STATE(8121), 1, + STATE(8024), 1, sym__class_parameters, - STATE(8258), 1, + STATE(8192), 1, sym_type_constraints, - STATE(8862), 1, - sym_class_body, - STATE(9219), 1, + STATE(8646), 1, + sym_enum_class_body, + STATE(9411), 1, sym_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3194), 2, + ACTIONS(3190), 2, sym__automatic_semicolon, anon_sym_RBRACE, - ACTIONS(7401), 2, + ACTIONS(7409), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(7409), 2, + ACTIONS(7417), 2, anon_sym_expect, anon_sym_actual, - STATE(5562), 2, + STATE(5571), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(7405), 3, + ACTIONS(7413), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(7407), 3, + ACTIONS(7415), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(7399), 4, + ACTIONS(7407), 4, anon_sym_sealed, anon_sym_annotation, anon_sym_data, anon_sym_inner, - ACTIONS(7403), 4, + ACTIONS(7411), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(7397), 6, + ACTIONS(7405), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5263), 10, + STATE(5318), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -511534,86 +512745,67 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [63609] = 22, - ACTIONS(3232), 1, - anon_sym_AT, - ACTIONS(8402), 1, - sym_property_modifier, - ACTIONS(8406), 1, - sym__backtick_identifier, - ACTIONS(8507), 1, - anon_sym_COMMA, - ACTIONS(8509), 1, - anon_sym_RPAREN, - STATE(4507), 1, - sym__lexical_identifier, - STATE(7389), 1, - sym_modifiers, - STATE(8396), 1, - sym_class_parameter, - STATE(9004), 1, - sym_simple_identifier, + [64038] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(75), 2, - anon_sym_sealed, - anon_sym_annotation, - ACTIONS(79), 2, - anon_sym_override, - anon_sym_lateinit, - ACTIONS(8398), 2, - anon_sym_val, - anon_sym_var, - ACTIONS(8400), 2, + ACTIONS(4656), 21, + sym__automatic_semicolon, + sym__string_start, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_COLON_COLON, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_return_AT, + anon_sym_continue_AT, + anon_sym_break_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(4654), 29, + anon_sym_object, + anon_sym_fun, + anon_sym_get, + anon_sym_set, + anon_sym_this, + anon_sym_super, + sym_label, + anon_sym_in, + anon_sym_null, + anon_sym_if, + anon_sym_else, + anon_sym_when, + anon_sym_try, + anon_sym_throw, + anon_sym_return, + anon_sym_continue, + anon_sym_break, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_BANG, anon_sym_data, anon_sym_inner, - ACTIONS(8404), 2, anon_sym_expect, anon_sym_actual, - STATE(5537), 2, - sym__single_annotation, - sym__multi_annotation, - ACTIONS(85), 3, - anon_sym_abstract, - anon_sym_final, - anon_sym_open, - ACTIONS(87), 3, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, - ACTIONS(8392), 3, - anon_sym_get, - anon_sym_set, + sym_integer_literal, + anon_sym_true, + anon_sym_false, sym__alpha_identifier, - ACTIONS(81), 4, - anon_sym_public, - anon_sym_private, - anon_sym_internal, - anon_sym_protected, - ACTIONS(73), 6, - anon_sym_suspend, - anon_sym_tailrec, - anon_sym_operator, - anon_sym_infix, - anon_sym_inline, - anon_sym_external, - STATE(5502), 10, - sym__modifier, - sym_class_modifier, - sym_member_modifier, - sym_visibility_modifier, - sym_function_modifier, - sym_inheritance_modifier, - sym_parameter_modifier, - sym_platform_modifier, - sym_annotation, - aux_sym_modifiers_repeat1, - [63706] = 3, + [64097] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1766), 21, + ACTIONS(5079), 21, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -511635,7 +512827,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(1764), 29, + ACTIONS(5077), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -511665,11 +512857,86 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [63765] = 3, + [64156] = 22, + ACTIONS(3232), 1, + anon_sym_AT, + ACTIONS(8396), 1, + sym_property_modifier, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8536), 1, + anon_sym_COMMA, + ACTIONS(8538), 1, + anon_sym_RPAREN, + STATE(4533), 1, + sym__lexical_identifier, + STATE(7424), 1, + sym_modifiers, + STATE(8550), 1, + sym_class_parameter, + STATE(9222), 1, + sym_simple_identifier, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(75), 2, + anon_sym_sealed, + anon_sym_annotation, + ACTIONS(79), 2, + anon_sym_override, + anon_sym_lateinit, + ACTIONS(8392), 2, + anon_sym_val, + anon_sym_var, + ACTIONS(8394), 2, + anon_sym_data, + anon_sym_inner, + ACTIONS(8398), 2, + anon_sym_expect, + anon_sym_actual, + STATE(5546), 2, + sym__single_annotation, + sym__multi_annotation, + ACTIONS(85), 3, + anon_sym_abstract, + anon_sym_final, + anon_sym_open, + ACTIONS(87), 3, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + ACTIONS(8386), 3, + anon_sym_get, + anon_sym_set, + sym__alpha_identifier, + ACTIONS(81), 4, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_protected, + ACTIONS(73), 6, + anon_sym_suspend, + anon_sym_tailrec, + anon_sym_operator, + anon_sym_infix, + anon_sym_inline, + anon_sym_external, + STATE(5527), 10, + sym__modifier, + sym_class_modifier, + sym_member_modifier, + sym_visibility_modifier, + sym_function_modifier, + sym_inheritance_modifier, + sym_parameter_modifier, + sym_platform_modifier, + sym_annotation, + aux_sym_modifiers_repeat1, + [64253] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4767), 21, + ACTIONS(3200), 21, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -511691,7 +512958,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4765), 29, + ACTIONS(3196), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -511721,11 +512988,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [63824] = 3, + [64312] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3342), 21, + ACTIONS(5085), 21, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -511747,7 +513014,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(3340), 29, + ACTIONS(5083), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -511777,11 +513044,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [63883] = 3, + [64371] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3063), 21, + ACTIONS(4909), 21, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -511803,7 +513070,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(3061), 29, + ACTIONS(4907), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -511833,24 +513100,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [63942] = 22, + [64430] = 22, ACTIONS(3232), 1, anon_sym_AT, - ACTIONS(8402), 1, + ACTIONS(8396), 1, sym_property_modifier, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8511), 1, + ACTIONS(8540), 1, anon_sym_COMMA, - ACTIONS(8513), 1, + ACTIONS(8542), 1, anon_sym_RPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7389), 1, + STATE(7424), 1, sym_modifiers, - STATE(8374), 1, + STATE(8488), 1, sym_class_parameter, - STATE(9004), 1, + STATE(9222), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, @@ -511861,16 +513128,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(79), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8398), 2, + ACTIONS(8392), 2, anon_sym_val, anon_sym_var, - ACTIONS(8400), 2, + ACTIONS(8394), 2, anon_sym_data, anon_sym_inner, - ACTIONS(8404), 2, + ACTIONS(8398), 2, anon_sym_expect, anon_sym_actual, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(85), 3, @@ -511881,7 +513148,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8392), 3, + ACTIONS(8386), 3, anon_sym_get, anon_sym_set, sym__alpha_identifier, @@ -511897,7 +513164,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5502), 10, + STATE(5527), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -511908,245 +513175,87 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [64039] = 7, - ACTIONS(7855), 1, - anon_sym_LBRACE, - ACTIONS(8174), 1, - anon_sym_EQ, - STATE(4641), 1, - sym__block, - STATE(4691), 1, - sym_function_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4382), 20, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - anon_sym_DOT, - anon_sym_get, - anon_sym_set, - anon_sym_in, + [64527] = 23, + ACTIONS(1754), 1, anon_sym_while, - anon_sym_else, - anon_sym_BANG_EQ, - anon_sym_EQ_EQ, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4384), 26, - sym_safe_nav, + ACTIONS(3232), 1, anon_sym_AT, - anon_sym_LBRACK, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_RPAREN, + ACTIONS(5009), 1, anon_sym_SEMI, - anon_sym_STAR, - sym_label, - anon_sym_DOT_DOT, - anon_sym_QMARK_COLON, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_COLON_COLON, - anon_sym_BANG_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_PERCENT, - anon_sym_as_QMARK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BANG_BANG, - sym__backtick_identifier, - [64106] = 3, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4795), 21, - sym__automatic_semicolon, - sym__string_start, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_COLON_COLON, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_return_AT, - anon_sym_continue_AT, - anon_sym_break_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(4793), 29, - anon_sym_object, - anon_sym_fun, + ACTIONS(8306), 1, + sym_property_modifier, + ACTIONS(8378), 1, + anon_sym_by, + ACTIONS(8380), 1, + anon_sym_where, + ACTIONS(8382), 1, anon_sym_get, + ACTIONS(8384), 1, anon_sym_set, - anon_sym_this, - anon_sym_super, - sym_label, - anon_sym_in, - anon_sym_null, - anon_sym_if, - anon_sym_else, - anon_sym_when, - anon_sym_try, - anon_sym_throw, - anon_sym_return, - anon_sym_continue, - anon_sym_break, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_BANG, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [64165] = 8, - ACTIONS(5336), 1, - anon_sym_LBRACE, - ACTIONS(5342), 1, - anon_sym_where, - ACTIONS(8515), 1, - anon_sym_COLON, - STATE(4850), 1, + ACTIONS(8544), 1, + anon_sym_EQ, + STATE(5466), 1, sym_type_constraints, - STATE(4991), 1, - sym_enum_class_body, + STATE(5513), 1, + sym_property_delegate, + STATE(8728), 1, + sym_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4213), 19, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - anon_sym_DOT, - anon_sym_get, - anon_sym_set, - anon_sym_in, - anon_sym_else, - anon_sym_BANG_EQ, - anon_sym_EQ_EQ, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_data, - anon_sym_inner, + ACTIONS(8302), 2, + anon_sym_override, + anon_sym_lateinit, + ACTIONS(8312), 2, anon_sym_expect, anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4215), 26, - sym__automatic_semicolon, - sym_safe_nav, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_STAR, - sym_label, - anon_sym_DOT_DOT, - anon_sym_QMARK_COLON, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_COLON_COLON, - anon_sym_BANG_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_PERCENT, - anon_sym_as_QMARK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BANG_BANG, - sym__backtick_identifier, - [64234] = 4, - ACTIONS(8517), 1, - anon_sym_LPAREN, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4925), 20, - sym__automatic_semicolon, - sym__string_start, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_STAR, - anon_sym_COLON_COLON, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_return_AT, - anon_sym_continue_AT, - anon_sym_break_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(4923), 29, - anon_sym_object, - anon_sym_fun, - anon_sym_get, - anon_sym_set, - anon_sym_this, - anon_sym_super, - sym_label, - anon_sym_in, - anon_sym_null, - anon_sym_if, - anon_sym_else, - anon_sym_when, - anon_sym_try, - anon_sym_throw, - anon_sym_return, - anon_sym_continue, - anon_sym_break, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_BANG, + STATE(5546), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(9095), 2, + sym_getter, + sym_setter, + ACTIONS(8308), 3, + anon_sym_abstract, + anon_sym_final, + anon_sym_open, + ACTIONS(8310), 3, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + ACTIONS(8300), 4, + anon_sym_sealed, + anon_sym_annotation, anon_sym_data, anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [64295] = 3, + ACTIONS(8304), 4, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_protected, + ACTIONS(8298), 6, + anon_sym_suspend, + anon_sym_tailrec, + anon_sym_operator, + anon_sym_infix, + anon_sym_inline, + anon_sym_external, + STATE(5459), 10, + sym__modifier, + sym_class_modifier, + sym_member_modifier, + sym_visibility_modifier, + sym_function_modifier, + sym_inheritance_modifier, + sym_parameter_modifier, + sym_platform_modifier, + sym_annotation, + aux_sym_modifiers_repeat1, + [64626] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4091), 21, + ACTIONS(4087), 21, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -512168,7 +513277,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4089), 29, + ACTIONS(4085), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -512198,11 +513307,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [64354] = 3, + [64685] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4505), 21, + ACTIONS(5049), 21, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -512224,7 +513333,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4503), 29, + ACTIONS(5047), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -512254,11 +513363,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [64413] = 3, + [64744] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4775), 21, + ACTIONS(4969), 21, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -512280,7 +513389,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4773), 29, + ACTIONS(4967), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -512310,72 +513419,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [64472] = 23, - ACTIONS(1766), 1, - anon_sym_while, + [64803] = 22, ACTIONS(3232), 1, anon_sym_AT, - ACTIONS(4993), 1, - anon_sym_SEMI, - ACTIONS(8296), 1, + ACTIONS(8396), 1, sym_property_modifier, - ACTIONS(8372), 1, - anon_sym_by, - ACTIONS(8374), 1, - anon_sym_where, - ACTIONS(8376), 1, - anon_sym_get, - ACTIONS(8378), 1, - anon_sym_set, - ACTIONS(8519), 1, - anon_sym_EQ, - STATE(5443), 1, - sym_type_constraints, - STATE(5488), 1, - sym_property_delegate, - STATE(8580), 1, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8546), 1, + anon_sym_COMMA, + ACTIONS(8548), 1, + anon_sym_RPAREN, + STATE(4533), 1, + sym__lexical_identifier, + STATE(7424), 1, sym_modifiers, + STATE(8357), 1, + sym_class_parameter, + STATE(9222), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8292), 2, + ACTIONS(75), 2, + anon_sym_sealed, + anon_sym_annotation, + ACTIONS(79), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8302), 2, + ACTIONS(8392), 2, + anon_sym_val, + anon_sym_var, + ACTIONS(8394), 2, + anon_sym_data, + anon_sym_inner, + ACTIONS(8398), 2, anon_sym_expect, anon_sym_actual, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(9435), 2, - sym_getter, - sym_setter, - ACTIONS(8298), 3, + ACTIONS(85), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8300), 3, + ACTIONS(87), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8290), 4, - anon_sym_sealed, - anon_sym_annotation, - anon_sym_data, - anon_sym_inner, - ACTIONS(8294), 4, + ACTIONS(8386), 3, + anon_sym_get, + anon_sym_set, + sym__alpha_identifier, + ACTIONS(81), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8288), 6, + ACTIONS(73), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5441), 10, + STATE(5527), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -512386,18 +513494,19 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [64571] = 3, + [64900] = 4, + ACTIONS(8550), 1, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4771), 21, + ACTIONS(4148), 20, sym__automatic_semicolon, sym__string_start, anon_sym_AT, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_STAR, anon_sym_COLON_COLON, anon_sym_BANGin, @@ -512412,7 +513521,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4769), 29, + ACTIONS(4150), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -512442,22 +513551,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [64630] = 3, + [64961] = 6, + ACTIONS(6904), 1, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1778), 21, + ACTIONS(4293), 3, + anon_sym_in, + anon_sym_else, + anon_sym_is, + ACTIONS(4291), 4, sym__automatic_semicolon, + anon_sym_RBRACE, + anon_sym_BANGin, + anon_sym_BANGis, + ACTIONS(4288), 16, sym__string_start, anon_sym_AT, anon_sym_LBRACK, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_STAR, anon_sym_COLON_COLON, - anon_sym_BANGin, - anon_sym_BANGis, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_return_AT, @@ -512468,7 +513583,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(1776), 29, + ACTIONS(4285), 26, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -512476,17 +513591,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_this, anon_sym_super, sym_label, - anon_sym_in, anon_sym_null, anon_sym_if, - anon_sym_else, anon_sym_when, anon_sym_try, anon_sym_throw, anon_sym_return, anon_sym_continue, anon_sym_break, - anon_sym_is, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, @@ -512498,11 +513610,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [64689] = 3, + [65026] = 5, + ACTIONS(8404), 1, + anon_sym_COMMA, + STATE(5144), 1, + aux_sym__delegation_specifiers_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5041), 21, + ACTIONS(4664), 21, + anon_sym_as, + anon_sym_LT, + anon_sym_GT, + anon_sym_where, + anon_sym_DOT, + anon_sym_get, + anon_sym_set, + anon_sym_in, + anon_sym_while, + anon_sym_else, + anon_sym_BANG_EQ, + anon_sym_EQ_EQ, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4666), 27, + sym_safe_nav, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_STAR, + sym_label, + anon_sym_DOT_DOT, + anon_sym_QMARK_COLON, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_COLON_COLON, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_PERCENT, + anon_sym_as_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG_BANG, + sym__backtick_identifier, + [65089] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4814), 21, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -512524,7 +513694,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(5039), 29, + ACTIONS(4812), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -512554,19 +513724,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [64748] = 4, - ACTIONS(8521), 1, - anon_sym_LPAREN, + [65148] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4931), 20, + ACTIONS(5089), 21, sym__automatic_semicolon, sym__string_start, anon_sym_AT, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_STAR, anon_sym_COLON_COLON, anon_sym_BANGin, @@ -512581,7 +513750,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4929), 29, + ACTIONS(5087), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -512611,22 +513780,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [64809] = 3, + [65207] = 6, + ACTIONS(6882), 1, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4097), 21, + ACTIONS(4150), 3, + anon_sym_in, + anon_sym_else, + anon_sym_is, + ACTIONS(4148), 4, sym__automatic_semicolon, + anon_sym_RBRACE, + anon_sym_BANGin, + anon_sym_BANGis, + ACTIONS(4145), 16, sym__string_start, anon_sym_AT, anon_sym_LBRACK, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_STAR, anon_sym_COLON_COLON, - anon_sym_BANGin, - anon_sym_BANGis, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_return_AT, @@ -512637,7 +513812,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4095), 29, + ACTIONS(4142), 26, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -512645,17 +513820,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_this, anon_sym_super, sym_label, - anon_sym_in, anon_sym_null, anon_sym_if, - anon_sym_else, anon_sym_when, anon_sym_try, anon_sym_throw, anon_sym_return, anon_sym_continue, anon_sym_break, - anon_sym_is, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, @@ -512667,85 +513839,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [64868] = 14, - ACTIONS(8464), 1, - anon_sym_var, - ACTIONS(8523), 1, - anon_sym_AT, - ACTIONS(8538), 1, - sym_property_modifier, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(8532), 2, - anon_sym_override, - anon_sym_lateinit, - ACTIONS(8547), 2, - anon_sym_expect, - anon_sym_actual, - STATE(5562), 2, - sym__single_annotation, - sym__multi_annotation, - ACTIONS(8541), 3, - anon_sym_abstract, - anon_sym_final, - anon_sym_open, - ACTIONS(8544), 3, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, - ACTIONS(8529), 4, - anon_sym_sealed, - anon_sym_annotation, - anon_sym_data, - anon_sym_inner, - ACTIONS(8535), 4, - anon_sym_public, - anon_sym_private, - anon_sym_internal, - anon_sym_protected, - ACTIONS(8526), 6, - anon_sym_suspend, - anon_sym_tailrec, - anon_sym_operator, - anon_sym_infix, - anon_sym_inline, - anon_sym_external, - STATE(5367), 10, - sym__modifier, - sym_class_modifier, - sym_member_modifier, - sym_visibility_modifier, - sym_function_modifier, - sym_inheritance_modifier, - sym_parameter_modifier, - sym_platform_modifier, - sym_annotation, - aux_sym_modifiers_repeat1, - ACTIONS(8493), 11, - anon_sym_typealias, - anon_sym_class, - anon_sym_interface, - anon_sym_enum, - anon_sym_constructor, - anon_sym_val, - anon_sym_companion, - anon_sym_object, - anon_sym_fun, - anon_sym_get, - anon_sym_set, - [64949] = 3, + [65272] = 4, + ACTIONS(8552), 1, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4716), 21, + ACTIONS(4291), 20, sym__automatic_semicolon, sym__string_start, anon_sym_AT, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_STAR, anon_sym_COLON_COLON, anon_sym_BANGin, @@ -512760,7 +513866,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4714), 29, + ACTIONS(4293), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -512790,11 +513896,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [65008] = 3, + [65333] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4424), 21, + ACTIONS(4973), 21, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -512816,7 +513922,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4422), 29, + ACTIONS(4971), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -512846,11 +513952,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [65067] = 3, + [65392] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3208), 21, + ACTIONS(1696), 21, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -512872,7 +513978,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(3204), 29, + ACTIONS(1694), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -512902,11 +514008,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [65126] = 3, + [65451] = 6, + ACTIONS(5401), 1, + anon_sym_LBRACE, + ACTIONS(8554), 1, + anon_sym_COLON, + STATE(4984), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5001), 21, + ACTIONS(4386), 20, + anon_sym_as, + anon_sym_LT, + anon_sym_GT, + anon_sym_where, + anon_sym_DOT, + anon_sym_get, + anon_sym_set, + anon_sym_in, + anon_sym_else, + anon_sym_BANG_EQ, + anon_sym_EQ_EQ, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4388), 27, + sym__automatic_semicolon, + sym_safe_nav, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_STAR, + sym_label, + anon_sym_DOT_DOT, + anon_sym_QMARK_COLON, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_COLON_COLON, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_PERCENT, + anon_sym_as_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG_BANG, + sym__backtick_identifier, + [65516] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4977), 21, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -512928,7 +514093,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4999), 29, + ACTIONS(4975), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -512958,11 +514123,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [65185] = 3, + [65575] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5049), 21, + ACTIONS(4348), 21, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -512984,7 +514149,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(5047), 29, + ACTIONS(4346), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -513014,24 +514179,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [65244] = 8, - ACTIONS(5342), 1, - anon_sym_where, - ACTIONS(5397), 1, + [65634] = 6, + ACTIONS(5401), 1, anon_sym_LBRACE, - ACTIONS(6168), 1, + ACTIONS(8556), 1, anon_sym_COLON, - STATE(4859), 1, - sym_type_constraints, - STATE(4969), 1, + STATE(4925), 1, sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3214), 19, + ACTIONS(4410), 20, anon_sym_as, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -513048,13 +514210,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3218), 26, + ACTIONS(4412), 27, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_SEMI, anon_sym_STAR, sym_label, @@ -513075,68 +514238,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [65313] = 4, + [65699] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4408), 2, + ACTIONS(5041), 21, sym__automatic_semicolon, + sym__string_start, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, - ACTIONS(4777), 21, - anon_sym_as, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_COLON_COLON, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_return_AT, + anon_sym_continue_AT, + anon_sym_break_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(5039), 29, + anon_sym_object, + anon_sym_fun, anon_sym_get, anon_sym_set, - anon_sym_STAR, + anon_sym_this, + anon_sym_super, + sym_label, anon_sym_in, - anon_sym_BANG_EQ, - anon_sym_EQ_EQ, + anon_sym_null, + anon_sym_if, + anon_sym_else, + anon_sym_when, + anon_sym_try, + anon_sym_throw, + anon_sym_return, + anon_sym_continue, + anon_sym_break, anon_sym_is, anon_sym_PLUS, anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + anon_sym_BANG, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, sym__alpha_identifier, - ACTIONS(4779), 27, - sym_safe_nav, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_LPAREN, - sym_label, - anon_sym_DOT_DOT, - anon_sym_QMARK_COLON, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_COLON_COLON, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_as_QMARK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BANG_BANG, - sym__backtick_identifier, - [65374] = 3, + [65758] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5045), 21, + ACTIONS(199), 21, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -513158,7 +514320,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(5043), 29, + ACTIONS(201), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -513188,71 +514350,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [65433] = 7, - ACTIONS(7855), 1, - anon_sym_LBRACE, - ACTIONS(8174), 1, - anon_sym_EQ, - STATE(4641), 1, - sym__block, - STATE(4666), 1, - sym_function_body, + [65817] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4300), 20, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - anon_sym_DOT, + ACTIONS(4989), 21, + sym__automatic_semicolon, + sym__string_start, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_COLON_COLON, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_return_AT, + anon_sym_continue_AT, + anon_sym_break_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(4987), 29, + anon_sym_object, + anon_sym_fun, anon_sym_get, anon_sym_set, + anon_sym_this, + anon_sym_super, + sym_label, anon_sym_in, - anon_sym_while, + anon_sym_null, + anon_sym_if, anon_sym_else, - anon_sym_BANG_EQ, - anon_sym_EQ_EQ, + anon_sym_when, + anon_sym_try, + anon_sym_throw, + anon_sym_return, + anon_sym_continue, + anon_sym_break, anon_sym_is, anon_sym_PLUS, anon_sym_DASH, - anon_sym_SLASH, + anon_sym_BANG, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, sym__alpha_identifier, - ACTIONS(4302), 26, - sym_safe_nav, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_STAR, - sym_label, - anon_sym_DOT_DOT, - anon_sym_QMARK_COLON, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_COLON_COLON, - anon_sym_BANG_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_PERCENT, - anon_sym_as_QMARK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BANG_BANG, - sym__backtick_identifier, - [65500] = 3, + [65876] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4483), 21, + ACTIONS(4101), 21, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -513274,7 +514432,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4481), 29, + ACTIONS(4099), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -513304,11 +514462,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [65559] = 3, + [65935] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4740), 21, + ACTIONS(1766), 21, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -513330,7 +514488,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4738), 29, + ACTIONS(1764), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -513360,71 +514518,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [65618] = 23, - ACTIONS(3104), 1, + [65994] = 21, + ACTIONS(3232), 1, anon_sym_AT, - ACTIONS(3128), 1, + ACTIONS(4686), 1, + anon_sym_SEMI, + ACTIONS(7401), 1, + anon_sym_get, + ACTIONS(7403), 1, + anon_sym_set, + ACTIONS(8292), 1, + anon_sym_EQ, + ACTIONS(8294), 1, + anon_sym_by, + ACTIONS(8306), 1, sym_property_modifier, - ACTIONS(3194), 1, - anon_sym_while, - ACTIONS(8270), 1, - anon_sym_constructor, - ACTIONS(8274), 1, - anon_sym_LPAREN, - ACTIONS(8278), 1, - anon_sym_where, - ACTIONS(8346), 1, - anon_sym_LBRACE, - ACTIONS(8550), 1, - anon_sym_COLON, - STATE(7953), 1, - sym_primary_constructor, - STATE(8214), 1, - sym__class_parameters, - STATE(8390), 1, - sym_type_constraints, - STATE(9278), 1, + STATE(5484), 1, + sym_property_delegate, + STATE(8834), 1, sym_modifiers, - STATE(9468), 1, - sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7401), 2, + ACTIONS(1786), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + ACTIONS(8302), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(7409), 2, + ACTIONS(8312), 2, anon_sym_expect, anon_sym_actual, - STATE(5562), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(7405), 3, + STATE(8659), 2, + sym_getter, + sym_setter, + ACTIONS(8308), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(7407), 3, + ACTIONS(8310), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(7399), 4, + ACTIONS(8300), 4, anon_sym_sealed, anon_sym_annotation, anon_sym_data, anon_sym_inner, - ACTIONS(7403), 4, + ACTIONS(8304), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(7397), 6, + ACTIONS(8298), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5263), 10, + STATE(5459), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -513435,23 +514591,27 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [65716] = 21, + [66088] = 22, ACTIONS(3232), 1, anon_sym_AT, - ACTIONS(8402), 1, + ACTIONS(8396), 1, sym_property_modifier, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8552), 1, - anon_sym_RPAREN, - STATE(4507), 1, + ACTIONS(8558), 1, + anon_sym_RBRACE, + ACTIONS(8560), 1, + anon_sym_SEMI, + STATE(4533), 1, sym__lexical_identifier, - STATE(7389), 1, + STATE(7788), 1, sym_modifiers, - STATE(8677), 1, - sym_class_parameter, - STATE(9004), 1, + STATE(7920), 1, sym_simple_identifier, + STATE(8212), 1, + sym_enum_entry, + STATE(8750), 1, + sym__enum_entries, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, @@ -513461,16 +514621,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(79), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8398), 2, - anon_sym_val, - anon_sym_var, - ACTIONS(8400), 2, + ACTIONS(8394), 2, anon_sym_data, anon_sym_inner, - ACTIONS(8404), 2, + ACTIONS(8398), 2, anon_sym_expect, anon_sym_actual, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(85), 3, @@ -513481,7 +514638,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8392), 3, + ACTIONS(8386), 3, anon_sym_get, anon_sym_set, sym__alpha_identifier, @@ -513497,7 +514654,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5502), 10, + STATE(5527), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -513508,27 +514665,23 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [65810] = 22, + [66184] = 21, ACTIONS(3232), 1, anon_sym_AT, - ACTIONS(8402), 1, + ACTIONS(8396), 1, sym_property_modifier, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8554), 1, - anon_sym_RBRACE, - ACTIONS(8556), 1, - anon_sym_SEMI, - STATE(4507), 1, + ACTIONS(8562), 1, + anon_sym_RPAREN, + STATE(4533), 1, sym__lexical_identifier, - STATE(7672), 1, + STATE(7424), 1, sym_modifiers, - STATE(7870), 1, + STATE(8837), 1, + sym_class_parameter, + STATE(9222), 1, sym_simple_identifier, - STATE(8292), 1, - sym_enum_entry, - STATE(8583), 1, - sym__enum_entries, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, @@ -513538,13 +514691,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(79), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8400), 2, + ACTIONS(8392), 2, + anon_sym_val, + anon_sym_var, + ACTIONS(8394), 2, anon_sym_data, anon_sym_inner, - ACTIONS(8404), 2, + ACTIONS(8398), 2, anon_sym_expect, anon_sym_actual, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(85), 3, @@ -513555,7 +514711,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8392), 3, + ACTIONS(8386), 3, anon_sym_get, anon_sym_set, sym__alpha_identifier, @@ -513571,7 +514727,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5502), 10, + STATE(5527), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -513582,19 +514738,19 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [65906] = 7, - ACTIONS(7942), 1, + [66278] = 7, + ACTIONS(7928), 1, anon_sym_LBRACE, - ACTIONS(8215), 1, + ACTIONS(8221), 1, anon_sym_EQ, - STATE(4908), 1, - sym_function_body, - STATE(5001), 1, + STATE(4901), 1, sym__block, + STATE(4932), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4326), 19, + ACTIONS(4260), 19, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -513614,7 +514770,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4328), 26, + ACTIONS(4262), 26, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -513641,11 +514797,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [65972] = 3, + [66344] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8326), 20, + ACTIONS(8566), 20, sym__string_start, anon_sym_AT, anon_sym_LBRACK, @@ -513666,7 +514822,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(8324), 29, + ACTIONS(8564), 29, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -513696,93 +514852,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [66030] = 22, - ACTIONS(3232), 1, - anon_sym_AT, - ACTIONS(8402), 1, - sym_property_modifier, - ACTIONS(8406), 1, - sym__backtick_identifier, - ACTIONS(8558), 1, - anon_sym_RBRACE, - ACTIONS(8560), 1, - anon_sym_SEMI, - STATE(4507), 1, - sym__lexical_identifier, - STATE(7672), 1, - sym_modifiers, - STATE(7870), 1, - sym_simple_identifier, - STATE(8292), 1, - sym_enum_entry, - STATE(8595), 1, - sym__enum_entries, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(75), 2, - anon_sym_sealed, - anon_sym_annotation, - ACTIONS(79), 2, - anon_sym_override, - anon_sym_lateinit, - ACTIONS(8400), 2, - anon_sym_data, - anon_sym_inner, - ACTIONS(8404), 2, - anon_sym_expect, - anon_sym_actual, - STATE(5537), 2, - sym__single_annotation, - sym__multi_annotation, - ACTIONS(85), 3, - anon_sym_abstract, - anon_sym_final, - anon_sym_open, - ACTIONS(87), 3, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, - ACTIONS(8392), 3, - anon_sym_get, - anon_sym_set, - sym__alpha_identifier, - ACTIONS(81), 4, - anon_sym_public, - anon_sym_private, - anon_sym_internal, - anon_sym_protected, - ACTIONS(73), 6, - anon_sym_suspend, - anon_sym_tailrec, - anon_sym_operator, - anon_sym_infix, - anon_sym_inline, - anon_sym_external, - STATE(5502), 10, - sym__modifier, - sym_class_modifier, - sym_member_modifier, - sym_visibility_modifier, - sym_function_modifier, - sym_inheritance_modifier, - sym_parameter_modifier, - sym_platform_modifier, - sym_annotation, - aux_sym_modifiers_repeat1, - [66126] = 5, - ACTIONS(8562), 1, - anon_sym_COMMA, - STATE(5396), 1, - aux_sym__delegation_specifiers_repeat1, + [66402] = 7, + ACTIONS(7928), 1, + anon_sym_LBRACE, + ACTIONS(8221), 1, + anon_sym_EQ, + STATE(4901), 1, + sym__block, + STATE(5017), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4678), 20, + ACTIONS(4031), 19, anon_sym_as, anon_sym_LT, anon_sym_GT, - anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -513799,12 +514884,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4680), 27, + ACTIONS(4033), 26, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, @@ -513827,69 +514911,146 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [66188] = 21, - ACTIONS(3232), 1, + [66468] = 23, + ACTIONS(3104), 1, anon_sym_AT, - ACTIONS(8402), 1, + ACTIONS(3128), 1, sym_property_modifier, - ACTIONS(8406), 1, - sym__backtick_identifier, - ACTIONS(8564), 1, - anon_sym_RPAREN, - STATE(4507), 1, - sym__lexical_identifier, - STATE(7389), 1, + ACTIONS(3200), 1, + anon_sym_while, + ACTIONS(8326), 1, + anon_sym_constructor, + ACTIONS(8330), 1, + anon_sym_LPAREN, + ACTIONS(8334), 1, + anon_sym_where, + ACTIONS(8344), 1, + anon_sym_LBRACE, + ACTIONS(8568), 1, + anon_sym_COLON, + STATE(7946), 1, + sym_primary_constructor, + STATE(8268), 1, + sym__class_parameters, + STATE(8471), 1, + sym_type_constraints, + STATE(9023), 1, + sym_class_body, + STATE(9423), 1, sym_modifiers, - STATE(8677), 1, - sym_class_parameter, - STATE(9004), 1, - sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(75), 2, - anon_sym_sealed, - anon_sym_annotation, - ACTIONS(79), 2, + ACTIONS(7409), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8398), 2, - anon_sym_val, - anon_sym_var, - ACTIONS(8400), 2, + ACTIONS(7417), 2, + anon_sym_expect, + anon_sym_actual, + STATE(5571), 2, + sym__single_annotation, + sym__multi_annotation, + ACTIONS(7413), 3, + anon_sym_abstract, + anon_sym_final, + anon_sym_open, + ACTIONS(7415), 3, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + ACTIONS(7407), 4, + anon_sym_sealed, + anon_sym_annotation, anon_sym_data, anon_sym_inner, - ACTIONS(8404), 2, + ACTIONS(7411), 4, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_protected, + ACTIONS(7405), 6, + anon_sym_suspend, + anon_sym_tailrec, + anon_sym_operator, + anon_sym_infix, + anon_sym_inline, + anon_sym_external, + STATE(5318), 10, + sym__modifier, + sym_class_modifier, + sym_member_modifier, + sym_visibility_modifier, + sym_function_modifier, + sym_inheritance_modifier, + sym_parameter_modifier, + sym_platform_modifier, + sym_annotation, + aux_sym_modifiers_repeat1, + [66566] = 23, + ACTIONS(3104), 1, + anon_sym_AT, + ACTIONS(3128), 1, + sym_property_modifier, + ACTIONS(3216), 1, + anon_sym_while, + ACTIONS(8326), 1, + anon_sym_constructor, + ACTIONS(8328), 1, + anon_sym_LBRACE, + ACTIONS(8330), 1, + anon_sym_LPAREN, + ACTIONS(8334), 1, + anon_sym_where, + ACTIONS(8570), 1, + anon_sym_COLON, + STATE(7965), 1, + sym_primary_constructor, + STATE(8268), 1, + sym__class_parameters, + STATE(8412), 1, + sym_type_constraints, + STATE(9088), 1, + sym_enum_class_body, + STATE(9423), 1, + sym_modifiers, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(7409), 2, + anon_sym_override, + anon_sym_lateinit, + ACTIONS(7417), 2, anon_sym_expect, anon_sym_actual, - STATE(5537), 2, + STATE(5571), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(85), 3, + ACTIONS(7413), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(87), 3, + ACTIONS(7415), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8392), 3, - anon_sym_get, - anon_sym_set, - sym__alpha_identifier, - ACTIONS(81), 4, + ACTIONS(7407), 4, + anon_sym_sealed, + anon_sym_annotation, + anon_sym_data, + anon_sym_inner, + ACTIONS(7411), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(73), 6, + ACTIONS(7405), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5502), 10, + STATE(5318), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -513900,19 +515061,19 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [66282] = 7, - ACTIONS(7942), 1, + [66664] = 7, + ACTIONS(7928), 1, anon_sym_LBRACE, - ACTIONS(8215), 1, + ACTIONS(8221), 1, anon_sym_EQ, - STATE(4913), 1, - sym_function_body, - STATE(5001), 1, + STATE(4901), 1, sym__block, + STATE(5031), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4503), 19, + ACTIONS(4210), 19, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -513932,7 +515093,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4505), 26, + ACTIONS(4212), 26, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -513959,69 +515120,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [66348] = 21, + [66730] = 21, ACTIONS(3232), 1, anon_sym_AT, - ACTIONS(7393), 1, + ACTIONS(4692), 1, + anon_sym_SEMI, + ACTIONS(7401), 1, anon_sym_get, - ACTIONS(7395), 1, + ACTIONS(7403), 1, anon_sym_set, - ACTIONS(8284), 1, + ACTIONS(8294), 1, anon_sym_by, - ACTIONS(8296), 1, + ACTIONS(8306), 1, sym_property_modifier, - ACTIONS(8320), 1, + ACTIONS(8346), 1, anon_sym_EQ, - ACTIONS(8322), 1, - anon_sym_SEMI, - STATE(5472), 1, + STATE(5489), 1, sym_property_delegate, - STATE(8618), 1, + STATE(8834), 1, sym_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3256), 2, + ACTIONS(1696), 2, sym__automatic_semicolon, anon_sym_RBRACE, - ACTIONS(8292), 2, + ACTIONS(8302), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8302), 2, + ACTIONS(8312), 2, anon_sym_expect, anon_sym_actual, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(8810), 2, + STATE(8897), 2, sym_getter, sym_setter, - ACTIONS(8298), 3, + ACTIONS(8308), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8300), 3, + ACTIONS(8310), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8290), 4, + ACTIONS(8300), 4, anon_sym_sealed, anon_sym_annotation, anon_sym_data, anon_sym_inner, - ACTIONS(8294), 4, + ACTIONS(8304), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8288), 6, + ACTIONS(8298), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5441), 10, + STATE(5459), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -514032,22 +515193,22 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [66442] = 21, + [66824] = 21, ACTIONS(3232), 1, anon_sym_AT, - ACTIONS(8402), 1, + ACTIONS(8396), 1, sym_property_modifier, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8566), 1, + ACTIONS(8572), 1, anon_sym_RPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7389), 1, + STATE(7424), 1, sym_modifiers, - STATE(8677), 1, + STATE(8837), 1, sym_class_parameter, - STATE(9004), 1, + STATE(9222), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, @@ -514058,16 +515219,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(79), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8398), 2, + ACTIONS(8392), 2, anon_sym_val, anon_sym_var, - ACTIONS(8400), 2, + ACTIONS(8394), 2, anon_sym_data, anon_sym_inner, - ACTIONS(8404), 2, + ACTIONS(8398), 2, anon_sym_expect, anon_sym_actual, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(85), 3, @@ -514078,7 +515239,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8392), 3, + ACTIONS(8386), 3, anon_sym_get, anon_sym_set, sym__alpha_identifier, @@ -514094,7 +515255,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5502), 10, + STATE(5527), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -514105,242 +515266,197 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [66536] = 21, - ACTIONS(3232), 1, - anon_sym_AT, - ACTIONS(8402), 1, - sym_property_modifier, - ACTIONS(8406), 1, - sym__backtick_identifier, - ACTIONS(8568), 1, - anon_sym_RPAREN, - STATE(4507), 1, - sym__lexical_identifier, - STATE(7389), 1, - sym_modifiers, - STATE(8677), 1, - sym_class_parameter, - STATE(9004), 1, - sym_simple_identifier, + [66918] = 7, + ACTIONS(7928), 1, + anon_sym_LBRACE, + ACTIONS(8221), 1, + anon_sym_EQ, + STATE(4901), 1, + sym__block, + STATE(4912), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(75), 2, - anon_sym_sealed, - anon_sym_annotation, - ACTIONS(79), 2, - anon_sym_override, - anon_sym_lateinit, - ACTIONS(8398), 2, - anon_sym_val, - anon_sym_var, - ACTIONS(8400), 2, + ACTIONS(4099), 19, + anon_sym_as, + anon_sym_LT, + anon_sym_GT, + anon_sym_DOT, + anon_sym_get, + anon_sym_set, + anon_sym_in, + anon_sym_else, + anon_sym_BANG_EQ, + anon_sym_EQ_EQ, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, anon_sym_data, anon_sym_inner, - ACTIONS(8404), 2, anon_sym_expect, anon_sym_actual, - STATE(5537), 2, - sym__single_annotation, - sym__multi_annotation, - ACTIONS(85), 3, - anon_sym_abstract, - anon_sym_final, - anon_sym_open, - ACTIONS(87), 3, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, - ACTIONS(8392), 3, - anon_sym_get, - anon_sym_set, sym__alpha_identifier, - ACTIONS(81), 4, - anon_sym_public, - anon_sym_private, - anon_sym_internal, - anon_sym_protected, - ACTIONS(73), 6, - anon_sym_suspend, - anon_sym_tailrec, - anon_sym_operator, - anon_sym_infix, - anon_sym_inline, - anon_sym_external, - STATE(5502), 10, - sym__modifier, - sym_class_modifier, - sym_member_modifier, - sym_visibility_modifier, - sym_function_modifier, - sym_inheritance_modifier, - sym_parameter_modifier, - sym_platform_modifier, - sym_annotation, - aux_sym_modifiers_repeat1, - [66630] = 21, - ACTIONS(3232), 1, + ACTIONS(4101), 26, + sym__automatic_semicolon, + sym_safe_nav, anon_sym_AT, - ACTIONS(8402), 1, - sym_property_modifier, - ACTIONS(8406), 1, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_STAR, + sym_label, + anon_sym_DOT_DOT, + anon_sym_QMARK_COLON, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_COLON_COLON, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_PERCENT, + anon_sym_as_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG_BANG, sym__backtick_identifier, - ACTIONS(8570), 1, - anon_sym_RPAREN, - STATE(4507), 1, - sym__lexical_identifier, - STATE(7389), 1, - sym_modifiers, - STATE(8677), 1, - sym_class_parameter, - STATE(9004), 1, - sym_simple_identifier, + [66984] = 5, + ACTIONS(8574), 1, + anon_sym_COMMA, + STATE(5425), 1, + aux_sym__delegation_specifiers_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(75), 2, - anon_sym_sealed, - anon_sym_annotation, - ACTIONS(79), 2, - anon_sym_override, - anon_sym_lateinit, - ACTIONS(8398), 2, - anon_sym_val, - anon_sym_var, - ACTIONS(8400), 2, + ACTIONS(4658), 20, + anon_sym_as, + anon_sym_LT, + anon_sym_GT, + anon_sym_where, + anon_sym_DOT, + anon_sym_get, + anon_sym_set, + anon_sym_in, + anon_sym_else, + anon_sym_BANG_EQ, + anon_sym_EQ_EQ, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, anon_sym_data, anon_sym_inner, - ACTIONS(8404), 2, anon_sym_expect, anon_sym_actual, - STATE(5537), 2, - sym__single_annotation, - sym__multi_annotation, - ACTIONS(85), 3, - anon_sym_abstract, - anon_sym_final, - anon_sym_open, - ACTIONS(87), 3, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, - ACTIONS(8392), 3, - anon_sym_get, - anon_sym_set, sym__alpha_identifier, - ACTIONS(81), 4, - anon_sym_public, - anon_sym_private, - anon_sym_internal, - anon_sym_protected, - ACTIONS(73), 6, - anon_sym_suspend, - anon_sym_tailrec, - anon_sym_operator, - anon_sym_infix, - anon_sym_inline, - anon_sym_external, - STATE(5502), 10, - sym__modifier, - sym_class_modifier, - sym_member_modifier, - sym_visibility_modifier, - sym_function_modifier, - sym_inheritance_modifier, - sym_parameter_modifier, - sym_platform_modifier, - sym_annotation, - aux_sym_modifiers_repeat1, - [66724] = 22, - ACTIONS(3232), 1, + ACTIONS(4660), 27, + sym__automatic_semicolon, + sym_safe_nav, anon_sym_AT, - ACTIONS(8402), 1, - sym_property_modifier, - ACTIONS(8406), 1, - sym__backtick_identifier, - ACTIONS(8572), 1, + anon_sym_LBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, - ACTIONS(8574), 1, + anon_sym_LPAREN, anon_sym_SEMI, - STATE(4507), 1, - sym__lexical_identifier, - STATE(7672), 1, - sym_modifiers, - STATE(7870), 1, - sym_simple_identifier, - STATE(8292), 1, - sym_enum_entry, - STATE(8614), 1, - sym__enum_entries, + anon_sym_STAR, + sym_label, + anon_sym_DOT_DOT, + anon_sym_QMARK_COLON, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_COLON_COLON, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_PERCENT, + anon_sym_as_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG_BANG, + sym__backtick_identifier, + [67046] = 7, + ACTIONS(7928), 1, + anon_sym_LBRACE, + ACTIONS(8221), 1, + anon_sym_EQ, + STATE(4901), 1, + sym__block, + STATE(4939), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(75), 2, - anon_sym_sealed, - anon_sym_annotation, - ACTIONS(79), 2, - anon_sym_override, - anon_sym_lateinit, - ACTIONS(8400), 2, + ACTIONS(4422), 19, + anon_sym_as, + anon_sym_LT, + anon_sym_GT, + anon_sym_DOT, + anon_sym_get, + anon_sym_set, + anon_sym_in, + anon_sym_else, + anon_sym_BANG_EQ, + anon_sym_EQ_EQ, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, anon_sym_data, anon_sym_inner, - ACTIONS(8404), 2, anon_sym_expect, anon_sym_actual, - STATE(5537), 2, - sym__single_annotation, - sym__multi_annotation, - ACTIONS(85), 3, - anon_sym_abstract, - anon_sym_final, - anon_sym_open, - ACTIONS(87), 3, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, - ACTIONS(8392), 3, - anon_sym_get, - anon_sym_set, sym__alpha_identifier, - ACTIONS(81), 4, - anon_sym_public, - anon_sym_private, - anon_sym_internal, - anon_sym_protected, - ACTIONS(73), 6, - anon_sym_suspend, - anon_sym_tailrec, - anon_sym_operator, - anon_sym_infix, - anon_sym_inline, - anon_sym_external, - STATE(5502), 10, - sym__modifier, - sym_class_modifier, - sym_member_modifier, - sym_visibility_modifier, - sym_function_modifier, - sym_inheritance_modifier, - sym_parameter_modifier, - sym_platform_modifier, - sym_annotation, - aux_sym_modifiers_repeat1, - [66820] = 21, + ACTIONS(4424), 26, + sym__automatic_semicolon, + sym_safe_nav, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_STAR, + sym_label, + anon_sym_DOT_DOT, + anon_sym_QMARK_COLON, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_COLON_COLON, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_PERCENT, + anon_sym_as_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG_BANG, + sym__backtick_identifier, + [67112] = 21, ACTIONS(3232), 1, anon_sym_AT, - ACTIONS(8402), 1, + ACTIONS(8396), 1, sym_property_modifier, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, ACTIONS(8576), 1, anon_sym_RPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7389), 1, + STATE(7424), 1, sym_modifiers, - STATE(8677), 1, + STATE(8837), 1, sym_class_parameter, - STATE(9004), 1, + STATE(9222), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, @@ -514351,16 +515467,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(79), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8398), 2, + ACTIONS(8392), 2, anon_sym_val, anon_sym_var, - ACTIONS(8400), 2, + ACTIONS(8394), 2, anon_sym_data, anon_sym_inner, - ACTIONS(8404), 2, + ACTIONS(8398), 2, anon_sym_expect, anon_sym_actual, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(85), 3, @@ -514371,7 +515487,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8392), 3, + ACTIONS(8386), 3, anon_sym_get, anon_sym_set, sym__alpha_identifier, @@ -514387,7 +515503,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5502), 10, + STATE(5527), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -514398,78 +515514,86 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [66914] = 3, + [67206] = 7, + ACTIONS(7928), 1, + anon_sym_LBRACE, + ACTIONS(8221), 1, + anon_sym_EQ, + STATE(4901), 1, + sym__block, + STATE(5051), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8580), 20, - sym__string_start, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_COLON_COLON, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_return_AT, - anon_sym_continue_AT, - anon_sym_break_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(8578), 29, - anon_sym_object, - anon_sym_fun, + ACTIONS(4085), 19, + anon_sym_as, + anon_sym_LT, + anon_sym_GT, + anon_sym_DOT, anon_sym_get, anon_sym_set, - anon_sym_this, - anon_sym_super, - sym_label, anon_sym_in, - anon_sym_null, - anon_sym_if, anon_sym_else, - anon_sym_when, - anon_sym_try, - anon_sym_throw, - anon_sym_return, - anon_sym_continue, - anon_sym_break, + anon_sym_BANG_EQ, + anon_sym_EQ_EQ, anon_sym_is, anon_sym_PLUS, anon_sym_DASH, - anon_sym_BANG, + anon_sym_SLASH, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, sym__alpha_identifier, - [66972] = 21, + ACTIONS(4087), 26, + sym__automatic_semicolon, + sym_safe_nav, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_STAR, + sym_label, + anon_sym_DOT_DOT, + anon_sym_QMARK_COLON, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_COLON_COLON, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_PERCENT, + anon_sym_as_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG_BANG, + sym__backtick_identifier, + [67272] = 22, ACTIONS(3232), 1, anon_sym_AT, - ACTIONS(8402), 1, + ACTIONS(8396), 1, sym_property_modifier, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8582), 1, - anon_sym_RPAREN, - STATE(4507), 1, + ACTIONS(8578), 1, + anon_sym_RBRACE, + ACTIONS(8580), 1, + anon_sym_SEMI, + STATE(4533), 1, sym__lexical_identifier, - STATE(7389), 1, + STATE(7788), 1, sym_modifiers, - STATE(8677), 1, - sym_class_parameter, - STATE(9004), 1, + STATE(7920), 1, sym_simple_identifier, + STATE(8212), 1, + sym_enum_entry, + STATE(8863), 1, + sym__enum_entries, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, @@ -514479,16 +515603,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(79), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8398), 2, - anon_sym_val, - anon_sym_var, - ACTIONS(8400), 2, + ACTIONS(8394), 2, anon_sym_data, anon_sym_inner, - ACTIONS(8404), 2, + ACTIONS(8398), 2, anon_sym_expect, anon_sym_actual, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(85), 3, @@ -514499,7 +515620,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8392), 3, + ACTIONS(8386), 3, anon_sym_get, anon_sym_set, sym__alpha_identifier, @@ -514515,7 +515636,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5502), 10, + STATE(5527), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -514526,19 +515647,22 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [67066] = 5, - ACTIONS(8562), 1, - anon_sym_COMMA, - STATE(5438), 1, - aux_sym__delegation_specifiers_repeat1, + [67368] = 7, + ACTIONS(7928), 1, + anon_sym_LBRACE, + ACTIONS(8221), 1, + anon_sym_EQ, + STATE(4901), 1, + sym__block, + STATE(5034), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4684), 20, + ACTIONS(4426), 19, anon_sym_as, anon_sym_LT, anon_sym_GT, - anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -514555,12 +515679,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4686), 27, + ACTIONS(4428), 26, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, @@ -514583,69 +515706,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [67128] = 21, + [67434] = 21, ACTIONS(3232), 1, anon_sym_AT, - ACTIONS(4579), 1, + ACTIONS(4678), 1, anon_sym_SEMI, - ACTIONS(7393), 1, + ACTIONS(7401), 1, anon_sym_get, - ACTIONS(7395), 1, + ACTIONS(7403), 1, anon_sym_set, - ACTIONS(8284), 1, + ACTIONS(8294), 1, anon_sym_by, - ACTIONS(8296), 1, + ACTIONS(8306), 1, sym_property_modifier, - ACTIONS(8316), 1, + ACTIONS(8314), 1, anon_sym_EQ, - STATE(5470), 1, + STATE(5482), 1, sym_property_delegate, - STATE(8618), 1, + STATE(8834), 1, sym_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1778), 2, + ACTIONS(1754), 2, sym__automatic_semicolon, anon_sym_RBRACE, - ACTIONS(8292), 2, + ACTIONS(8302), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8302), 2, + ACTIONS(8312), 2, anon_sym_expect, anon_sym_actual, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(8880), 2, + STATE(8906), 2, sym_getter, sym_setter, - ACTIONS(8298), 3, + ACTIONS(8308), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8300), 3, + ACTIONS(8310), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8290), 4, + ACTIONS(8300), 4, anon_sym_sealed, anon_sym_annotation, anon_sym_data, anon_sym_inner, - ACTIONS(8294), 4, + ACTIONS(8304), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8288), 6, + ACTIONS(8298), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5441), 10, + STATE(5459), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -514656,19 +515779,19 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [67222] = 7, - ACTIONS(7942), 1, + [67528] = 7, + ACTIONS(7928), 1, anon_sym_LBRACE, - ACTIONS(8215), 1, + ACTIONS(8221), 1, anon_sym_EQ, - STATE(4950), 1, - sym_function_body, - STATE(5001), 1, + STATE(4901), 1, sym__block, + STATE(4949), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4300), 19, + ACTIONS(4256), 19, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -514688,7 +515811,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4302), 26, + ACTIONS(4258), 26, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -514715,17 +515838,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [67288] = 6, - ACTIONS(5127), 1, + [67594] = 7, + ACTIONS(7928), 1, anon_sym_LBRACE, - ACTIONS(8584), 1, - anon_sym_COLON, - STATE(4635), 1, - sym_class_body, + ACTIONS(8221), 1, + anon_sym_EQ, + STATE(4901), 1, + sym__block, + STATE(5032), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4509), 20, + ACTIONS(4047), 19, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -514733,7 +515858,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_get, anon_sym_set, anon_sym_in, - anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -514746,13 +515870,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4511), 26, + ACTIONS(4049), 26, + sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_SEMI, anon_sym_STAR, sym_label, @@ -514773,70 +515897,130 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [67352] = 22, - ACTIONS(3232), 1, + [67660] = 7, + ACTIONS(7928), 1, + anon_sym_LBRACE, + ACTIONS(8221), 1, + anon_sym_EQ, + STATE(4901), 1, + sym__block, + STATE(4954), 1, + sym_function_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4487), 19, + anon_sym_as, + anon_sym_LT, + anon_sym_GT, + anon_sym_DOT, + anon_sym_get, + anon_sym_set, + anon_sym_in, + anon_sym_else, + anon_sym_BANG_EQ, + anon_sym_EQ_EQ, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4489), 26, + sym__automatic_semicolon, + sym_safe_nav, anon_sym_AT, - ACTIONS(8402), 1, - sym_property_modifier, - ACTIONS(8406), 1, - sym__backtick_identifier, - ACTIONS(8586), 1, + anon_sym_LBRACK, anon_sym_RBRACE, - ACTIONS(8588), 1, + anon_sym_LPAREN, anon_sym_SEMI, - STATE(4507), 1, - sym__lexical_identifier, - STATE(7672), 1, + anon_sym_STAR, + sym_label, + anon_sym_DOT_DOT, + anon_sym_QMARK_COLON, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_COLON_COLON, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_PERCENT, + anon_sym_as_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG_BANG, + sym__backtick_identifier, + [67726] = 23, + ACTIONS(3104), 1, + anon_sym_AT, + ACTIONS(3128), 1, + sym_property_modifier, + ACTIONS(3190), 1, + anon_sym_while, + ACTIONS(8326), 1, + anon_sym_constructor, + ACTIONS(8330), 1, + anon_sym_LPAREN, + ACTIONS(8334), 1, + anon_sym_where, + ACTIONS(8344), 1, + anon_sym_LBRACE, + ACTIONS(8582), 1, + anon_sym_COLON, + STATE(7954), 1, + sym_primary_constructor, + STATE(8268), 1, + sym__class_parameters, + STATE(8458), 1, + sym_type_constraints, + STATE(9036), 1, + sym_class_body, + STATE(9423), 1, sym_modifiers, - STATE(7870), 1, - sym_simple_identifier, - STATE(8292), 1, - sym_enum_entry, - STATE(8868), 1, - sym__enum_entries, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(75), 2, - anon_sym_sealed, - anon_sym_annotation, - ACTIONS(79), 2, + ACTIONS(7409), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8400), 2, - anon_sym_data, - anon_sym_inner, - ACTIONS(8404), 2, + ACTIONS(7417), 2, anon_sym_expect, anon_sym_actual, - STATE(5537), 2, + STATE(5571), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(85), 3, + ACTIONS(7413), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(87), 3, + ACTIONS(7415), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8392), 3, - anon_sym_get, - anon_sym_set, - sym__alpha_identifier, - ACTIONS(81), 4, + ACTIONS(7407), 4, + anon_sym_sealed, + anon_sym_annotation, + anon_sym_data, + anon_sym_inner, + ACTIONS(7411), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(73), 6, + ACTIONS(7405), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5502), 10, + STATE(5318), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -514847,82 +516031,83 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [67448] = 7, - ACTIONS(7942), 1, - anon_sym_LBRACE, - ACTIONS(8215), 1, - anon_sym_EQ, - STATE(5001), 1, - sym__block, - STATE(5045), 1, - sym_function_body, + [67824] = 4, + ACTIONS(4511), 1, + anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4083), 19, + ACTIONS(4816), 21, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_DOT, anon_sym_get, anon_sym_set, + anon_sym_STAR, anon_sym_in, - anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, anon_sym_is, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4085), 26, - sym__automatic_semicolon, + ACTIONS(4818), 27, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_STAR, + anon_sym_LBRACE, + anon_sym_LPAREN, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_COLON_COLON, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, anon_sym_BANG_EQ_EQ, anon_sym_EQ_EQ_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_BANGin, anon_sym_BANGis, - anon_sym_PERCENT, anon_sym_as_QMARK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [67514] = 21, + [67884] = 22, ACTIONS(3232), 1, anon_sym_AT, - ACTIONS(8402), 1, + ACTIONS(8396), 1, sym_property_modifier, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8590), 1, - anon_sym_RPAREN, - STATE(4507), 1, + ACTIONS(8584), 1, + anon_sym_RBRACE, + ACTIONS(8586), 1, + anon_sym_SEMI, + STATE(4533), 1, sym__lexical_identifier, - STATE(7389), 1, + STATE(7788), 1, sym_modifiers, - STATE(8677), 1, - sym_class_parameter, - STATE(9004), 1, + STATE(7920), 1, sym_simple_identifier, + STATE(8212), 1, + sym_enum_entry, + STATE(8836), 1, + sym__enum_entries, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, @@ -514932,16 +516117,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(79), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8398), 2, - anon_sym_val, - anon_sym_var, - ACTIONS(8400), 2, + ACTIONS(8394), 2, anon_sym_data, anon_sym_inner, - ACTIONS(8404), 2, + ACTIONS(8398), 2, anon_sym_expect, anon_sym_actual, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(85), 3, @@ -514952,7 +516134,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8392), 3, + ACTIONS(8386), 3, anon_sym_get, anon_sym_set, sym__alpha_identifier, @@ -514968,7 +516150,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5502), 10, + STATE(5527), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -514979,13 +516161,13 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [67608] = 4, - ACTIONS(4406), 1, + [67980] = 4, + ACTIONS(4519), 1, anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4777), 21, + ACTIONS(4828), 21, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -515007,7 +516189,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4779), 27, + ACTIONS(4830), 27, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -515035,27 +516217,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [67668] = 22, + [68040] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(3948), 10, + anon_sym_AT, + anon_sym_COLON, + anon_sym_EQ, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_LT, + anon_sym_DOT, + anon_sym_SEMI, + sym__quest, + sym__backtick_identifier, + ACTIONS(3943), 39, + anon_sym_typealias, + anon_sym_class, + anon_sym_interface, + anon_sym_enum, + anon_sym_val, + anon_sym_var, + anon_sym_by, + anon_sym_where, + anon_sym_object, + anon_sym_fun, + anon_sym_get, + anon_sym_set, + anon_sym_while, + anon_sym_suspend, + anon_sym_sealed, + anon_sym_annotation, + anon_sym_data, + anon_sym_inner, + anon_sym_override, + anon_sym_lateinit, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_protected, + anon_sym_tailrec, + anon_sym_operator, + anon_sym_infix, + anon_sym_inline, + anon_sym_external, + sym_property_modifier, + anon_sym_abstract, + anon_sym_final, + anon_sym_open, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + [68098] = 21, ACTIONS(3232), 1, anon_sym_AT, - ACTIONS(8402), 1, + ACTIONS(8396), 1, sym_property_modifier, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8592), 1, - anon_sym_RBRACE, - ACTIONS(8594), 1, - anon_sym_SEMI, - STATE(4507), 1, + ACTIONS(8588), 1, + anon_sym_RPAREN, + STATE(4533), 1, sym__lexical_identifier, - STATE(7672), 1, + STATE(7424), 1, sym_modifiers, - STATE(7870), 1, + STATE(8837), 1, + sym_class_parameter, + STATE(9222), 1, sym_simple_identifier, - STATE(8292), 1, - sym_enum_entry, - STATE(8641), 1, - sym__enum_entries, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, @@ -515065,13 +516298,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(79), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8400), 2, + ACTIONS(8392), 2, + anon_sym_val, + anon_sym_var, + ACTIONS(8394), 2, anon_sym_data, anon_sym_inner, - ACTIONS(8404), 2, + ACTIONS(8398), 2, anon_sym_expect, anon_sym_actual, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(85), 3, @@ -515082,7 +516318,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8392), 3, + ACTIONS(8386), 3, anon_sym_get, anon_sym_set, sym__alpha_identifier, @@ -515098,7 +516334,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5502), 10, + STATE(5527), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -515109,71 +516345,70 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [67764] = 23, - ACTIONS(3104), 1, + [68192] = 22, + ACTIONS(3232), 1, anon_sym_AT, - ACTIONS(3128), 1, + ACTIONS(8396), 1, sym_property_modifier, - ACTIONS(3218), 1, - anon_sym_while, - ACTIONS(8270), 1, - anon_sym_constructor, - ACTIONS(8274), 1, - anon_sym_LPAREN, - ACTIONS(8278), 1, - anon_sym_where, - ACTIONS(8346), 1, - anon_sym_LBRACE, - ACTIONS(8596), 1, - anon_sym_COLON, - STATE(7935), 1, - sym_primary_constructor, - STATE(8214), 1, - sym__class_parameters, - STATE(8526), 1, - sym_type_constraints, - STATE(9278), 1, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8590), 1, + anon_sym_RBRACE, + ACTIONS(8592), 1, + anon_sym_SEMI, + STATE(4533), 1, + sym__lexical_identifier, + STATE(7788), 1, sym_modifiers, - STATE(9401), 1, - sym_class_body, + STATE(7920), 1, + sym_simple_identifier, + STATE(8212), 1, + sym_enum_entry, + STATE(8602), 1, + sym__enum_entries, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7401), 2, + ACTIONS(75), 2, + anon_sym_sealed, + anon_sym_annotation, + ACTIONS(79), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(7409), 2, + ACTIONS(8394), 2, + anon_sym_data, + anon_sym_inner, + ACTIONS(8398), 2, anon_sym_expect, anon_sym_actual, - STATE(5562), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(7405), 3, + ACTIONS(85), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(7407), 3, + ACTIONS(87), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(7399), 4, - anon_sym_sealed, - anon_sym_annotation, - anon_sym_data, - anon_sym_inner, - ACTIONS(7403), 4, + ACTIONS(8386), 3, + anon_sym_get, + anon_sym_set, + sym__alpha_identifier, + ACTIONS(81), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(7397), 6, + ACTIONS(73), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5263), 10, + STATE(5527), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -515184,23 +516419,27 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [67862] = 21, + [68288] = 22, ACTIONS(3232), 1, anon_sym_AT, - ACTIONS(8402), 1, + ACTIONS(8396), 1, sym_property_modifier, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8598), 1, - anon_sym_RPAREN, - STATE(4507), 1, + ACTIONS(8594), 1, + anon_sym_RBRACE, + ACTIONS(8596), 1, + anon_sym_SEMI, + STATE(4533), 1, sym__lexical_identifier, - STATE(7389), 1, + STATE(7788), 1, sym_modifiers, - STATE(8677), 1, - sym_class_parameter, - STATE(9004), 1, + STATE(7920), 1, sym_simple_identifier, + STATE(8212), 1, + sym_enum_entry, + STATE(8711), 1, + sym__enum_entries, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, @@ -515210,16 +516449,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(79), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8398), 2, - anon_sym_val, - anon_sym_var, - ACTIONS(8400), 2, + ACTIONS(8394), 2, anon_sym_data, anon_sym_inner, - ACTIONS(8404), 2, + ACTIONS(8398), 2, anon_sym_expect, anon_sym_actual, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(85), 3, @@ -515230,7 +516466,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8392), 3, + ACTIONS(8386), 3, anon_sym_get, anon_sym_set, sym__alpha_identifier, @@ -515246,7 +516482,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5502), 10, + STATE(5527), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -515257,26 +516493,272 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [67956] = 22, + [68384] = 21, ACTIONS(3232), 1, anon_sym_AT, - ACTIONS(8402), 1, + ACTIONS(7401), 1, + anon_sym_get, + ACTIONS(7403), 1, + anon_sym_set, + ACTIONS(8294), 1, + anon_sym_by, + ACTIONS(8306), 1, sym_property_modifier, - ACTIONS(8406), 1, + ACTIONS(8366), 1, + anon_sym_EQ, + ACTIONS(8368), 1, + anon_sym_SEMI, + STATE(5491), 1, + sym_property_delegate, + STATE(8834), 1, + sym_modifiers, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(3280), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + ACTIONS(8302), 2, + anon_sym_override, + anon_sym_lateinit, + ACTIONS(8312), 2, + anon_sym_expect, + anon_sym_actual, + STATE(5546), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(8605), 2, + sym_getter, + sym_setter, + ACTIONS(8308), 3, + anon_sym_abstract, + anon_sym_final, + anon_sym_open, + ACTIONS(8310), 3, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + ACTIONS(8300), 4, + anon_sym_sealed, + anon_sym_annotation, + anon_sym_data, + anon_sym_inner, + ACTIONS(8304), 4, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_protected, + ACTIONS(8298), 6, + anon_sym_suspend, + anon_sym_tailrec, + anon_sym_operator, + anon_sym_infix, + anon_sym_inline, + anon_sym_external, + STATE(5459), 10, + sym__modifier, + sym_class_modifier, + sym_member_modifier, + sym_visibility_modifier, + sym_function_modifier, + sym_inheritance_modifier, + sym_parameter_modifier, + sym_platform_modifier, + sym_annotation, + aux_sym_modifiers_repeat1, + [68478] = 6, + ACTIONS(5161), 1, + anon_sym_LBRACE, + ACTIONS(8598), 1, + anon_sym_COLON, + STATE(4586), 1, + sym_class_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4386), 20, + anon_sym_as, + anon_sym_LT, + anon_sym_GT, + anon_sym_DOT, + anon_sym_get, + anon_sym_set, + anon_sym_in, + anon_sym_while, + anon_sym_else, + anon_sym_BANG_EQ, + anon_sym_EQ_EQ, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4388), 26, + sym_safe_nav, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_STAR, + sym_label, + anon_sym_DOT_DOT, + anon_sym_QMARK_COLON, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_COLON_COLON, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_PERCENT, + anon_sym_as_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG_BANG, + sym__backtick_identifier, + [68542] = 5, + ACTIONS(8574), 1, + anon_sym_COMMA, + STATE(5434), 1, + aux_sym__delegation_specifiers_repeat1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4664), 20, + anon_sym_as, + anon_sym_LT, + anon_sym_GT, + anon_sym_where, + anon_sym_DOT, + anon_sym_get, + anon_sym_set, + anon_sym_in, + anon_sym_else, + anon_sym_BANG_EQ, + anon_sym_EQ_EQ, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4666), 27, + sym__automatic_semicolon, + sym_safe_nav, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_STAR, + sym_label, + anon_sym_DOT_DOT, + anon_sym_QMARK_COLON, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_COLON_COLON, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_PERCENT, + anon_sym_as_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG_BANG, sym__backtick_identifier, + [68604] = 6, + ACTIONS(5161), 1, + anon_sym_LBRACE, ACTIONS(8600), 1, + anon_sym_COLON, + STATE(4658), 1, + sym_class_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4410), 20, + anon_sym_as, + anon_sym_LT, + anon_sym_GT, + anon_sym_DOT, + anon_sym_get, + anon_sym_set, + anon_sym_in, + anon_sym_while, + anon_sym_else, + anon_sym_BANG_EQ, + anon_sym_EQ_EQ, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4412), 26, + sym_safe_nav, + anon_sym_AT, + anon_sym_LBRACK, anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_STAR, + sym_label, + anon_sym_DOT_DOT, + anon_sym_QMARK_COLON, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_COLON_COLON, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_PERCENT, + anon_sym_as_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG_BANG, + sym__backtick_identifier, + [68668] = 22, + ACTIONS(3232), 1, + anon_sym_AT, + ACTIONS(8396), 1, + sym_property_modifier, + ACTIONS(8400), 1, + sym__backtick_identifier, ACTIONS(8602), 1, + anon_sym_RBRACE, + ACTIONS(8604), 1, anon_sym_SEMI, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7672), 1, + STATE(7788), 1, sym_modifiers, - STATE(7870), 1, + STATE(7920), 1, sym_simple_identifier, - STATE(8292), 1, + STATE(8212), 1, sym_enum_entry, - STATE(8748), 1, + STATE(8825), 1, sym__enum_entries, ACTIONS(3), 2, sym_multiline_comment, @@ -515287,13 +516769,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(79), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8400), 2, + ACTIONS(8394), 2, anon_sym_data, anon_sym_inner, - ACTIONS(8404), 2, + ACTIONS(8398), 2, anon_sym_expect, anon_sym_actual, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(85), 3, @@ -515304,7 +516786,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8392), 3, + ACTIONS(8386), 3, anon_sym_get, anon_sym_set, sym__alpha_identifier, @@ -515320,7 +516802,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5502), 10, + STATE(5527), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -515331,15 +516813,15 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [68052] = 5, - ACTIONS(4233), 1, + [68764] = 5, + ACTIONS(4285), 1, anon_sym_while, - ACTIONS(8604), 1, + ACTIONS(8606), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3828), 21, + ACTIONS(3943), 21, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -515361,7 +516843,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3833), 26, + ACTIONS(3948), 26, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -515388,23 +516870,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [68114] = 21, + [68826] = 22, ACTIONS(3232), 1, anon_sym_AT, - ACTIONS(8402), 1, + ACTIONS(8396), 1, sym_property_modifier, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8607), 1, - anon_sym_RPAREN, - STATE(4507), 1, + ACTIONS(8609), 1, + anon_sym_RBRACE, + ACTIONS(8611), 1, + anon_sym_SEMI, + STATE(4533), 1, sym__lexical_identifier, - STATE(7389), 1, + STATE(7788), 1, sym_modifiers, - STATE(8677), 1, - sym_class_parameter, - STATE(9004), 1, + STATE(7920), 1, sym_simple_identifier, + STATE(8212), 1, + sym_enum_entry, + STATE(8641), 1, + sym__enum_entries, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, @@ -515414,16 +516900,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(79), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8398), 2, - anon_sym_val, - anon_sym_var, - ACTIONS(8400), 2, + ACTIONS(8394), 2, anon_sym_data, anon_sym_inner, - ACTIONS(8404), 2, + ACTIONS(8398), 2, anon_sym_expect, anon_sym_actual, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(85), 3, @@ -515434,7 +516917,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8392), 3, + ACTIONS(8386), 3, anon_sym_get, anon_sym_set, sym__alpha_identifier, @@ -515450,7 +516933,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5502), 10, + STATE(5527), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -515461,22 +516944,22 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [68208] = 21, + [68922] = 21, ACTIONS(3232), 1, anon_sym_AT, - ACTIONS(8402), 1, + ACTIONS(8396), 1, sym_property_modifier, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8609), 1, + ACTIONS(8613), 1, anon_sym_RPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7389), 1, + STATE(7424), 1, sym_modifiers, - STATE(8677), 1, + STATE(8837), 1, sym_class_parameter, - STATE(9004), 1, + STATE(9222), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, @@ -515487,16 +516970,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(79), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8398), 2, + ACTIONS(8392), 2, anon_sym_val, anon_sym_var, - ACTIONS(8400), 2, + ACTIONS(8394), 2, anon_sym_data, anon_sym_inner, - ACTIONS(8404), 2, + ACTIONS(8398), 2, anon_sym_expect, anon_sym_actual, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(85), 3, @@ -515507,7 +516990,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8392), 3, + ACTIONS(8386), 3, anon_sym_get, anon_sym_set, sym__alpha_identifier, @@ -515523,7 +517006,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5502), 10, + STATE(5527), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -515534,22 +517017,22 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [68302] = 21, + [69016] = 21, ACTIONS(3232), 1, anon_sym_AT, - ACTIONS(8402), 1, + ACTIONS(8396), 1, sym_property_modifier, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8611), 1, + ACTIONS(8615), 1, anon_sym_RPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7389), 1, + STATE(7424), 1, sym_modifiers, - STATE(8677), 1, + STATE(8837), 1, sym_class_parameter, - STATE(9004), 1, + STATE(9222), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, @@ -515560,16 +517043,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(79), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8398), 2, + ACTIONS(8392), 2, anon_sym_val, anon_sym_var, - ACTIONS(8400), 2, + ACTIONS(8394), 2, anon_sym_data, anon_sym_inner, - ACTIONS(8404), 2, + ACTIONS(8398), 2, anon_sym_expect, anon_sym_actual, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(85), 3, @@ -515580,7 +517063,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8392), 3, + ACTIONS(8386), 3, anon_sym_get, anon_sym_set, sym__alpha_identifier, @@ -515596,7 +517079,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5502), 10, + STATE(5527), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -515607,27 +517090,23 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [68396] = 22, + [69110] = 21, ACTIONS(3232), 1, anon_sym_AT, - ACTIONS(8402), 1, + ACTIONS(8396), 1, sym_property_modifier, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8613), 1, - anon_sym_RBRACE, - ACTIONS(8615), 1, - anon_sym_SEMI, - STATE(4507), 1, + ACTIONS(8617), 1, + anon_sym_RPAREN, + STATE(4533), 1, sym__lexical_identifier, - STATE(7672), 1, + STATE(7424), 1, sym_modifiers, - STATE(7870), 1, + STATE(8837), 1, + sym_class_parameter, + STATE(9222), 1, sym_simple_identifier, - STATE(8292), 1, - sym_enum_entry, - STATE(8739), 1, - sym__enum_entries, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, @@ -515637,13 +517116,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(79), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8400), 2, + ACTIONS(8392), 2, + anon_sym_val, + anon_sym_var, + ACTIONS(8394), 2, anon_sym_data, anon_sym_inner, - ACTIONS(8404), 2, + ACTIONS(8398), 2, anon_sym_expect, anon_sym_actual, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(85), 3, @@ -515654,7 +517136,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8392), 3, + ACTIONS(8386), 3, anon_sym_get, anon_sym_set, sym__alpha_identifier, @@ -515670,7 +517152,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5502), 10, + STATE(5527), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -515681,73 +517163,15 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [68492] = 6, - ACTIONS(5127), 1, - anon_sym_LBRACE, - ACTIONS(8617), 1, - anon_sym_COLON, - STATE(4702), 1, - sym_class_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4517), 20, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - anon_sym_DOT, - anon_sym_get, - anon_sym_set, - anon_sym_in, - anon_sym_while, - anon_sym_else, - anon_sym_BANG_EQ, - anon_sym_EQ_EQ, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4519), 26, - sym_safe_nav, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_STAR, - sym_label, - anon_sym_DOT_DOT, - anon_sym_QMARK_COLON, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_COLON_COLON, - anon_sym_BANG_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_PERCENT, - anon_sym_as_QMARK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BANG_BANG, - sym__backtick_identifier, - [68556] = 5, - ACTIONS(4249), 1, + [69204] = 5, + ACTIONS(4142), 1, anon_sym_while, ACTIONS(8619), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3828), 21, + ACTIONS(3943), 21, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -515769,7 +517193,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3833), 26, + ACTIONS(3948), 26, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -515796,22 +517220,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [68618] = 7, - ACTIONS(7942), 1, - anon_sym_LBRACE, - ACTIONS(8215), 1, - anon_sym_EQ, - STATE(5001), 1, - sym__block, - STATE(5047), 1, - sym_function_body, + [69266] = 5, + ACTIONS(8622), 1, + anon_sym_COMMA, + STATE(5434), 1, + aux_sym__delegation_specifiers_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4089), 19, + ACTIONS(4627), 20, anon_sym_as, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -515828,11 +517249,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4091), 26, + ACTIONS(4629), 27, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, @@ -515855,126 +517277,273 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [68684] = 3, + [69328] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3833), 10, + ACTIONS(8280), 20, + sym__string_start, anon_sym_AT, - anon_sym_COLON, - anon_sym_EQ, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_LT, - anon_sym_DOT, - anon_sym_SEMI, - sym__quest, + anon_sym_STAR, + anon_sym_COLON_COLON, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_return_AT, + anon_sym_continue_AT, + anon_sym_break_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(3828), 39, - anon_sym_typealias, - anon_sym_class, - anon_sym_interface, - anon_sym_enum, - anon_sym_val, - anon_sym_var, - anon_sym_by, - anon_sym_where, + ACTIONS(8278), 29, anon_sym_object, anon_sym_fun, anon_sym_get, anon_sym_set, - anon_sym_while, - anon_sym_suspend, - anon_sym_sealed, - anon_sym_annotation, + anon_sym_this, + anon_sym_super, + sym_label, + anon_sym_in, + anon_sym_null, + anon_sym_if, + anon_sym_else, + anon_sym_when, + anon_sym_try, + anon_sym_throw, + anon_sym_return, + anon_sym_continue, + anon_sym_break, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_BANG, anon_sym_data, anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, + sym__alpha_identifier, + [69386] = 21, + ACTIONS(3232), 1, + anon_sym_AT, + ACTIONS(8396), 1, + sym_property_modifier, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8625), 1, + anon_sym_RPAREN, + STATE(4533), 1, + sym__lexical_identifier, + STATE(7424), 1, + sym_modifiers, + STATE(8837), 1, + sym_class_parameter, + STATE(9222), 1, + sym_simple_identifier, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(75), 2, + anon_sym_sealed, + anon_sym_annotation, + ACTIONS(79), 2, anon_sym_override, anon_sym_lateinit, + ACTIONS(8392), 2, + anon_sym_val, + anon_sym_var, + ACTIONS(8394), 2, + anon_sym_data, + anon_sym_inner, + ACTIONS(8398), 2, + anon_sym_expect, + anon_sym_actual, + STATE(5546), 2, + sym__single_annotation, + sym__multi_annotation, + ACTIONS(85), 3, + anon_sym_abstract, + anon_sym_final, + anon_sym_open, + ACTIONS(87), 3, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + ACTIONS(8386), 3, + anon_sym_get, + anon_sym_set, + sym__alpha_identifier, + ACTIONS(81), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, + ACTIONS(73), 6, + anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, + STATE(5527), 10, + sym__modifier, + sym_class_modifier, + sym_member_modifier, + sym_visibility_modifier, + sym_function_modifier, + sym_inheritance_modifier, + sym_parameter_modifier, + sym_platform_modifier, + sym_annotation, + aux_sym_modifiers_repeat1, + [69480] = 22, + ACTIONS(3232), 1, + anon_sym_AT, + ACTIONS(8396), 1, sym_property_modifier, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8627), 1, + anon_sym_RBRACE, + ACTIONS(8629), 1, + anon_sym_SEMI, + STATE(4533), 1, + sym__lexical_identifier, + STATE(7788), 1, + sym_modifiers, + STATE(7920), 1, + sym_simple_identifier, + STATE(8212), 1, + sym_enum_entry, + STATE(8695), 1, + sym__enum_entries, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(75), 2, + anon_sym_sealed, + anon_sym_annotation, + ACTIONS(79), 2, + anon_sym_override, + anon_sym_lateinit, + ACTIONS(8394), 2, + anon_sym_data, + anon_sym_inner, + ACTIONS(8398), 2, + anon_sym_expect, + anon_sym_actual, + STATE(5546), 2, + sym__single_annotation, + sym__multi_annotation, + ACTIONS(85), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, + ACTIONS(87), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - anon_sym_expect, - anon_sym_actual, + ACTIONS(8386), 3, + anon_sym_get, + anon_sym_set, sym__alpha_identifier, - [68742] = 23, + ACTIONS(81), 4, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_protected, + ACTIONS(73), 6, + anon_sym_suspend, + anon_sym_tailrec, + anon_sym_operator, + anon_sym_infix, + anon_sym_inline, + anon_sym_external, + STATE(5527), 10, + sym__modifier, + sym_class_modifier, + sym_member_modifier, + sym_visibility_modifier, + sym_function_modifier, + sym_inheritance_modifier, + sym_parameter_modifier, + sym_platform_modifier, + sym_annotation, + aux_sym_modifiers_repeat1, + [69576] = 23, ACTIONS(3104), 1, anon_sym_AT, ACTIONS(3128), 1, sym_property_modifier, - ACTIONS(3194), 1, + ACTIONS(3190), 1, anon_sym_while, - ACTIONS(8270), 1, + ACTIONS(8326), 1, anon_sym_constructor, - ACTIONS(8272), 1, + ACTIONS(8328), 1, anon_sym_LBRACE, - ACTIONS(8274), 1, + ACTIONS(8330), 1, anon_sym_LPAREN, - ACTIONS(8278), 1, + ACTIONS(8334), 1, anon_sym_where, - ACTIONS(8622), 1, + ACTIONS(8631), 1, anon_sym_COLON, - STATE(7946), 1, + STATE(7939), 1, sym_primary_constructor, - STATE(8214), 1, + STATE(8268), 1, sym__class_parameters, - STATE(8426), 1, + STATE(8510), 1, sym_type_constraints, - STATE(9278), 1, - sym_modifiers, - STATE(9468), 1, + STATE(9036), 1, sym_enum_class_body, + STATE(9423), 1, + sym_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7401), 2, + ACTIONS(7409), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(7409), 2, + ACTIONS(7417), 2, anon_sym_expect, anon_sym_actual, - STATE(5562), 2, + STATE(5571), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(7405), 3, + ACTIONS(7413), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(7407), 3, + ACTIONS(7415), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(7399), 4, + ACTIONS(7407), 4, anon_sym_sealed, anon_sym_annotation, anon_sym_data, anon_sym_inner, - ACTIONS(7403), 4, + ACTIONS(7411), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(7397), 6, + ACTIONS(7405), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5263), 10, + STATE(5318), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -515985,22 +517554,17 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [68840] = 7, - ACTIONS(7942), 1, - anon_sym_LBRACE, - ACTIONS(8215), 1, - anon_sym_EQ, - STATE(4925), 1, - sym_function_body, - STATE(5001), 1, - sym__block, + [69674] = 4, + ACTIONS(8532), 1, + anon_sym_by, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4181), 19, + ACTIONS(4416), 20, anon_sym_as, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -516017,13 +517581,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4183), 26, + ACTIONS(4418), 28, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_SEMI, anon_sym_STAR, sym_label, @@ -516044,22 +517610,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [68906] = 21, + [69734] = 21, ACTIONS(3232), 1, anon_sym_AT, - ACTIONS(8402), 1, + ACTIONS(8396), 1, sym_property_modifier, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8624), 1, + ACTIONS(8633), 1, anon_sym_RPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7389), 1, + STATE(7424), 1, sym_modifiers, - STATE(8677), 1, + STATE(8837), 1, sym_class_parameter, - STATE(9004), 1, + STATE(9222), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, @@ -516070,16 +517636,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(79), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8398), 2, + ACTIONS(8392), 2, anon_sym_val, anon_sym_var, - ACTIONS(8400), 2, + ACTIONS(8394), 2, anon_sym_data, anon_sym_inner, - ACTIONS(8404), 2, + ACTIONS(8398), 2, anon_sym_expect, anon_sym_actual, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(85), 3, @@ -516090,7 +517656,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8392), 3, + ACTIONS(8386), 3, anon_sym_get, anon_sym_set, sym__alpha_identifier, @@ -516106,7 +517672,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5502), 10, + STATE(5527), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -516117,125 +517683,69 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [69000] = 4, - ACTIONS(4396), 1, - anon_sym_while, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4851), 21, - anon_sym_as, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_DOT, - anon_sym_get, - anon_sym_set, - anon_sym_STAR, - anon_sym_in, - anon_sym_BANG_EQ, - anon_sym_EQ_EQ, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4853), 27, - sym_safe_nav, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_LPAREN, - sym_label, - anon_sym_DOT_DOT, - anon_sym_QMARK_COLON, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_COLON_COLON, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_as_QMARK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BANG_BANG, - sym__backtick_identifier, - [69060] = 21, + [69828] = 21, ACTIONS(3232), 1, anon_sym_AT, - ACTIONS(4571), 1, + ACTIONS(4607), 1, anon_sym_SEMI, - ACTIONS(7393), 1, + ACTIONS(7401), 1, anon_sym_get, - ACTIONS(7395), 1, + ACTIONS(7403), 1, anon_sym_set, - ACTIONS(8284), 1, + ACTIONS(8294), 1, anon_sym_by, - ACTIONS(8296), 1, + ACTIONS(8306), 1, sym_property_modifier, - ACTIONS(8626), 1, + ACTIONS(8635), 1, anon_sym_EQ, - STATE(5479), 1, + STATE(5493), 1, sym_property_delegate, - STATE(8618), 1, + STATE(8834), 1, sym_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1772), 2, + ACTIONS(1766), 2, sym__automatic_semicolon, anon_sym_RBRACE, - ACTIONS(8292), 2, + ACTIONS(8302), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8302), 2, + ACTIONS(8312), 2, anon_sym_expect, anon_sym_actual, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(8819), 2, + STATE(8867), 2, sym_getter, sym_setter, - ACTIONS(8298), 3, + ACTIONS(8308), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8300), 3, + ACTIONS(8310), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8290), 4, + ACTIONS(8300), 4, anon_sym_sealed, anon_sym_annotation, anon_sym_data, anon_sym_inner, - ACTIONS(8294), 4, + ACTIONS(8304), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8288), 6, + ACTIONS(8298), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5441), 10, + STATE(5459), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -516246,22 +517756,22 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [69154] = 21, + [69922] = 21, ACTIONS(3232), 1, anon_sym_AT, - ACTIONS(8402), 1, + ACTIONS(8396), 1, sym_property_modifier, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8628), 1, + ACTIONS(8637), 1, anon_sym_RPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7389), 1, + STATE(7424), 1, sym_modifiers, - STATE(8677), 1, + STATE(8837), 1, sym_class_parameter, - STATE(9004), 1, + STATE(9222), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, @@ -516272,16 +517782,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(79), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8398), 2, + ACTIONS(8392), 2, anon_sym_val, anon_sym_var, - ACTIONS(8400), 2, + ACTIONS(8394), 2, anon_sym_data, anon_sym_inner, - ACTIONS(8404), 2, + ACTIONS(8398), 2, anon_sym_expect, anon_sym_actual, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(85), 3, @@ -516292,7 +517802,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8392), 3, + ACTIONS(8386), 3, anon_sym_get, anon_sym_set, sym__alpha_identifier, @@ -516308,7 +517818,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5502), 10, + STATE(5527), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -516319,83 +517829,96 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [69248] = 4, - ACTIONS(8501), 1, - anon_sym_by, + [70016] = 21, + ACTIONS(3232), 1, + anon_sym_AT, + ACTIONS(8396), 1, + sym_property_modifier, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8639), 1, + anon_sym_RPAREN, + STATE(4533), 1, + sym__lexical_identifier, + STATE(7424), 1, + sym_modifiers, + STATE(8837), 1, + sym_class_parameter, + STATE(9222), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4454), 20, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - anon_sym_where, - anon_sym_DOT, - anon_sym_get, - anon_sym_set, - anon_sym_in, - anon_sym_else, - anon_sym_BANG_EQ, - anon_sym_EQ_EQ, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, + ACTIONS(75), 2, + anon_sym_sealed, + anon_sym_annotation, + ACTIONS(79), 2, + anon_sym_override, + anon_sym_lateinit, + ACTIONS(8392), 2, + anon_sym_val, + anon_sym_var, + ACTIONS(8394), 2, anon_sym_data, anon_sym_inner, + ACTIONS(8398), 2, anon_sym_expect, anon_sym_actual, + STATE(5546), 2, + sym__single_annotation, + sym__multi_annotation, + ACTIONS(85), 3, + anon_sym_abstract, + anon_sym_final, + anon_sym_open, + ACTIONS(87), 3, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + ACTIONS(8386), 3, + anon_sym_get, + anon_sym_set, sym__alpha_identifier, - ACTIONS(4456), 28, - sym__automatic_semicolon, - sym_safe_nav, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_STAR, - sym_label, - anon_sym_DOT_DOT, - anon_sym_QMARK_COLON, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_COLON_COLON, - anon_sym_BANG_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_PERCENT, - anon_sym_as_QMARK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BANG_BANG, - sym__backtick_identifier, - [69308] = 22, + ACTIONS(81), 4, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_protected, + ACTIONS(73), 6, + anon_sym_suspend, + anon_sym_tailrec, + anon_sym_operator, + anon_sym_infix, + anon_sym_inline, + anon_sym_external, + STATE(5527), 10, + sym__modifier, + sym_class_modifier, + sym_member_modifier, + sym_visibility_modifier, + sym_function_modifier, + sym_inheritance_modifier, + sym_parameter_modifier, + sym_platform_modifier, + sym_annotation, + aux_sym_modifiers_repeat1, + [70110] = 21, ACTIONS(3232), 1, anon_sym_AT, - ACTIONS(8402), 1, + ACTIONS(8396), 1, sym_property_modifier, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8630), 1, - anon_sym_RBRACE, - ACTIONS(8632), 1, - anon_sym_SEMI, - STATE(4507), 1, + ACTIONS(8641), 1, + anon_sym_RPAREN, + STATE(4533), 1, sym__lexical_identifier, - STATE(7672), 1, + STATE(7424), 1, sym_modifiers, - STATE(7870), 1, + STATE(8837), 1, + sym_class_parameter, + STATE(9222), 1, sym_simple_identifier, - STATE(8292), 1, - sym_enum_entry, - STATE(8545), 1, - sym__enum_entries, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, @@ -516405,13 +517928,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(79), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8400), 2, + ACTIONS(8392), 2, + anon_sym_val, + anon_sym_var, + ACTIONS(8394), 2, anon_sym_data, anon_sym_inner, - ACTIONS(8404), 2, + ACTIONS(8398), 2, anon_sym_expect, anon_sym_actual, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(85), 3, @@ -516422,7 +517948,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8392), 3, + ACTIONS(8386), 3, anon_sym_get, anon_sym_set, sym__alpha_identifier, @@ -516438,7 +517964,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5502), 10, + STATE(5527), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -516449,140 +517975,168 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [69404] = 7, - ACTIONS(7942), 1, - anon_sym_LBRACE, - ACTIONS(8215), 1, - anon_sym_EQ, - STATE(5001), 1, - sym__block, - STATE(5008), 1, - sym_function_body, + [70204] = 21, + ACTIONS(3232), 1, + anon_sym_AT, + ACTIONS(8396), 1, + sym_property_modifier, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8643), 1, + anon_sym_RPAREN, + STATE(4533), 1, + sym__lexical_identifier, + STATE(7424), 1, + sym_modifiers, + STATE(8837), 1, + sym_class_parameter, + STATE(9222), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4095), 19, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - anon_sym_DOT, - anon_sym_get, - anon_sym_set, - anon_sym_in, - anon_sym_else, - anon_sym_BANG_EQ, - anon_sym_EQ_EQ, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, + ACTIONS(75), 2, + anon_sym_sealed, + anon_sym_annotation, + ACTIONS(79), 2, + anon_sym_override, + anon_sym_lateinit, + ACTIONS(8392), 2, + anon_sym_val, + anon_sym_var, + ACTIONS(8394), 2, anon_sym_data, anon_sym_inner, + ACTIONS(8398), 2, anon_sym_expect, anon_sym_actual, + STATE(5546), 2, + sym__single_annotation, + sym__multi_annotation, + ACTIONS(85), 3, + anon_sym_abstract, + anon_sym_final, + anon_sym_open, + ACTIONS(87), 3, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + ACTIONS(8386), 3, + anon_sym_get, + anon_sym_set, sym__alpha_identifier, - ACTIONS(4097), 26, - sym__automatic_semicolon, - sym_safe_nav, + ACTIONS(81), 4, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_protected, + ACTIONS(73), 6, + anon_sym_suspend, + anon_sym_tailrec, + anon_sym_operator, + anon_sym_infix, + anon_sym_inline, + anon_sym_external, + STATE(5527), 10, + sym__modifier, + sym_class_modifier, + sym_member_modifier, + sym_visibility_modifier, + sym_function_modifier, + sym_inheritance_modifier, + sym_parameter_modifier, + sym_platform_modifier, + sym_annotation, + aux_sym_modifiers_repeat1, + [70298] = 21, + ACTIONS(3232), 1, anon_sym_AT, - anon_sym_LBRACK, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_STAR, - sym_label, - anon_sym_DOT_DOT, - anon_sym_QMARK_COLON, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_COLON_COLON, - anon_sym_BANG_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_PERCENT, - anon_sym_as_QMARK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BANG_BANG, + ACTIONS(8396), 1, + sym_property_modifier, + ACTIONS(8400), 1, sym__backtick_identifier, - [69470] = 7, - ACTIONS(7942), 1, - anon_sym_LBRACE, - ACTIONS(8215), 1, - anon_sym_EQ, - STATE(5001), 1, - sym__block, - STATE(5006), 1, - sym_function_body, + ACTIONS(8645), 1, + anon_sym_RPAREN, + STATE(4533), 1, + sym__lexical_identifier, + STATE(7424), 1, + sym_modifiers, + STATE(8837), 1, + sym_class_parameter, + STATE(9222), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4382), 19, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - anon_sym_DOT, - anon_sym_get, - anon_sym_set, - anon_sym_in, - anon_sym_else, - anon_sym_BANG_EQ, - anon_sym_EQ_EQ, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, + ACTIONS(75), 2, + anon_sym_sealed, + anon_sym_annotation, + ACTIONS(79), 2, + anon_sym_override, + anon_sym_lateinit, + ACTIONS(8392), 2, + anon_sym_val, + anon_sym_var, + ACTIONS(8394), 2, anon_sym_data, anon_sym_inner, + ACTIONS(8398), 2, anon_sym_expect, anon_sym_actual, + STATE(5546), 2, + sym__single_annotation, + sym__multi_annotation, + ACTIONS(85), 3, + anon_sym_abstract, + anon_sym_final, + anon_sym_open, + ACTIONS(87), 3, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + ACTIONS(8386), 3, + anon_sym_get, + anon_sym_set, sym__alpha_identifier, - ACTIONS(4384), 26, - sym__automatic_semicolon, - sym_safe_nav, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_STAR, - sym_label, - anon_sym_DOT_DOT, - anon_sym_QMARK_COLON, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_COLON_COLON, - anon_sym_BANG_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_PERCENT, - anon_sym_as_QMARK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BANG_BANG, - sym__backtick_identifier, - [69536] = 21, + ACTIONS(81), 4, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_protected, + ACTIONS(73), 6, + anon_sym_suspend, + anon_sym_tailrec, + anon_sym_operator, + anon_sym_infix, + anon_sym_inline, + anon_sym_external, + STATE(5527), 10, + sym__modifier, + sym_class_modifier, + sym_member_modifier, + sym_visibility_modifier, + sym_function_modifier, + sym_inheritance_modifier, + sym_parameter_modifier, + sym_platform_modifier, + sym_annotation, + aux_sym_modifiers_repeat1, + [70392] = 21, ACTIONS(3232), 1, anon_sym_AT, - ACTIONS(8402), 1, + ACTIONS(8396), 1, sym_property_modifier, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8634), 1, + ACTIONS(8647), 1, anon_sym_RPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7389), 1, + STATE(7424), 1, sym_modifiers, - STATE(8677), 1, + STATE(8837), 1, sym_class_parameter, - STATE(9004), 1, + STATE(9222), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, @@ -516593,16 +518147,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(79), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8398), 2, + ACTIONS(8392), 2, anon_sym_val, anon_sym_var, - ACTIONS(8400), 2, + ACTIONS(8394), 2, anon_sym_data, anon_sym_inner, - ACTIONS(8404), 2, + ACTIONS(8398), 2, anon_sym_expect, anon_sym_actual, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(85), 3, @@ -516613,7 +518167,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8392), 3, + ACTIONS(8386), 3, anon_sym_get, anon_sym_set, sym__alpha_identifier, @@ -516629,7 +518183,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5502), 10, + STATE(5527), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -516640,13 +518194,13 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [69630] = 4, - STATE(5438), 1, + [70486] = 4, + STATE(5434), 1, aux_sym__delegation_specifiers_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4684), 20, + ACTIONS(4664), 20, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -516667,7 +518221,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4686), 28, + ACTIONS(4666), 28, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -516696,95 +518250,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [69690] = 21, - ACTIONS(3232), 1, - anon_sym_AT, - ACTIONS(4577), 1, - anon_sym_SEMI, - ACTIONS(7393), 1, - anon_sym_get, - ACTIONS(7395), 1, - anon_sym_set, - ACTIONS(8282), 1, - anon_sym_EQ, - ACTIONS(8284), 1, - anon_sym_by, - ACTIONS(8296), 1, - sym_property_modifier, - STATE(5475), 1, - sym_property_delegate, - STATE(8618), 1, - sym_modifiers, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(1766), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - ACTIONS(8292), 2, - anon_sym_override, - anon_sym_lateinit, - ACTIONS(8302), 2, - anon_sym_expect, - anon_sym_actual, - STATE(5537), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(8648), 2, - sym_getter, - sym_setter, - ACTIONS(8298), 3, - anon_sym_abstract, - anon_sym_final, - anon_sym_open, - ACTIONS(8300), 3, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, - ACTIONS(8290), 4, - anon_sym_sealed, - anon_sym_annotation, - anon_sym_data, - anon_sym_inner, - ACTIONS(8294), 4, - anon_sym_public, - anon_sym_private, - anon_sym_internal, - anon_sym_protected, - ACTIONS(8288), 6, - anon_sym_suspend, - anon_sym_tailrec, - anon_sym_operator, - anon_sym_infix, - anon_sym_inline, - anon_sym_external, - STATE(5441), 10, - sym__modifier, - sym_class_modifier, - sym_member_modifier, - sym_visibility_modifier, - sym_function_modifier, - sym_inheritance_modifier, - sym_parameter_modifier, - sym_platform_modifier, - sym_annotation, - aux_sym_modifiers_repeat1, - [69784] = 21, + [70546] = 21, ACTIONS(3232), 1, anon_sym_AT, - ACTIONS(8402), 1, + ACTIONS(8396), 1, sym_property_modifier, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8636), 1, + ACTIONS(8649), 1, anon_sym_RPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7389), 1, + STATE(7424), 1, sym_modifiers, - STATE(8677), 1, + STATE(8837), 1, sym_class_parameter, - STATE(9004), 1, + STATE(9222), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, @@ -516795,16 +518276,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(79), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8398), 2, + ACTIONS(8392), 2, anon_sym_val, anon_sym_var, - ACTIONS(8400), 2, + ACTIONS(8394), 2, anon_sym_data, anon_sym_inner, - ACTIONS(8404), 2, + ACTIONS(8398), 2, anon_sym_expect, anon_sym_actual, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(85), 3, @@ -516815,7 +518296,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8392), 3, + ACTIONS(8386), 3, anon_sym_get, anon_sym_set, sym__alpha_identifier, @@ -516831,7 +518312,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5502), 10, + STATE(5527), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -516842,71 +518323,70 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [69878] = 23, - ACTIONS(3104), 1, + [70640] = 22, + ACTIONS(3232), 1, anon_sym_AT, - ACTIONS(3128), 1, + ACTIONS(8396), 1, sym_property_modifier, - ACTIONS(3208), 1, - anon_sym_while, - ACTIONS(8270), 1, - anon_sym_constructor, - ACTIONS(8272), 1, - anon_sym_LBRACE, - ACTIONS(8274), 1, - anon_sym_LPAREN, - ACTIONS(8278), 1, - anon_sym_where, - ACTIONS(8638), 1, - anon_sym_COLON, - STATE(7926), 1, - sym_primary_constructor, - STATE(8214), 1, - sym__class_parameters, - STATE(8475), 1, - sym_type_constraints, - STATE(9278), 1, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8651), 1, + anon_sym_RBRACE, + ACTIONS(8653), 1, + anon_sym_SEMI, + STATE(4533), 1, + sym__lexical_identifier, + STATE(7788), 1, sym_modifiers, - STATE(9428), 1, - sym_enum_class_body, + STATE(7920), 1, + sym_simple_identifier, + STATE(8212), 1, + sym_enum_entry, + STATE(8596), 1, + sym__enum_entries, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7401), 2, + ACTIONS(75), 2, + anon_sym_sealed, + anon_sym_annotation, + ACTIONS(79), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(7409), 2, + ACTIONS(8394), 2, + anon_sym_data, + anon_sym_inner, + ACTIONS(8398), 2, anon_sym_expect, anon_sym_actual, - STATE(5562), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(7405), 3, + ACTIONS(85), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(7407), 3, + ACTIONS(87), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(7399), 4, - anon_sym_sealed, - anon_sym_annotation, - anon_sym_data, - anon_sym_inner, - ACTIONS(7403), 4, + ACTIONS(8386), 3, + anon_sym_get, + anon_sym_set, + sym__alpha_identifier, + ACTIONS(81), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(7397), 6, + ACTIONS(73), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5263), 10, + STATE(5527), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -516917,22 +518397,22 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [69976] = 21, + [70736] = 21, ACTIONS(3232), 1, anon_sym_AT, - ACTIONS(8402), 1, + ACTIONS(8396), 1, sym_property_modifier, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8640), 1, + ACTIONS(8655), 1, anon_sym_RPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7389), 1, + STATE(7424), 1, sym_modifiers, - STATE(8677), 1, + STATE(8837), 1, sym_class_parameter, - STATE(9004), 1, + STATE(9222), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, @@ -516943,16 +518423,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(79), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8398), 2, + ACTIONS(8392), 2, anon_sym_val, anon_sym_var, - ACTIONS(8400), 2, + ACTIONS(8394), 2, anon_sym_data, anon_sym_inner, - ACTIONS(8404), 2, + ACTIONS(8398), 2, anon_sym_expect, anon_sym_actual, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(85), 3, @@ -516963,7 +518443,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8392), 3, + ACTIONS(8386), 3, anon_sym_get, anon_sym_set, sym__alpha_identifier, @@ -516979,7 +518459,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5502), 10, + STATE(5527), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -516990,22 +518470,22 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [70070] = 21, + [70830] = 21, ACTIONS(3232), 1, anon_sym_AT, - ACTIONS(8402), 1, + ACTIONS(8396), 1, sym_property_modifier, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8642), 1, + ACTIONS(8657), 1, anon_sym_RPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7389), 1, + STATE(7424), 1, sym_modifiers, - STATE(8677), 1, + STATE(8837), 1, sym_class_parameter, - STATE(9004), 1, + STATE(9222), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, @@ -517016,16 +518496,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(79), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8398), 2, + ACTIONS(8392), 2, anon_sym_val, anon_sym_var, - ACTIONS(8400), 2, + ACTIONS(8394), 2, anon_sym_data, anon_sym_inner, - ACTIONS(8404), 2, + ACTIONS(8398), 2, anon_sym_expect, anon_sym_actual, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(85), 3, @@ -517036,7 +518516,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8392), 3, + ACTIONS(8386), 3, anon_sym_get, anon_sym_set, sym__alpha_identifier, @@ -517052,7 +518532,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5502), 10, + STATE(5527), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -517063,27 +518543,21 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [70164] = 7, - ACTIONS(7942), 1, - anon_sym_LBRACE, - ACTIONS(8215), 1, - anon_sym_EQ, - STATE(4939), 1, - sym_function_body, - STATE(5001), 1, - sym__block, + [70924] = 4, + ACTIONS(8659), 1, + anon_sym_else, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4386), 19, + ACTIONS(4792), 19, anon_sym_as, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, anon_sym_in, - anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, anon_sym_is, @@ -517095,13 +518569,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4388), 26, + ACTIONS(4794), 28, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_SEMI, anon_sym_STAR, sym_label, @@ -517122,19 +518598,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [70230] = 7, - ACTIONS(7942), 1, + [70983] = 6, + ACTIONS(5401), 1, anon_sym_LBRACE, - ACTIONS(8215), 1, - anon_sym_EQ, - STATE(4964), 1, - sym_function_body, - STATE(5001), 1, - sym__block, + ACTIONS(8661), 1, + anon_sym_COLON, + STATE(4984), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4101), 19, + ACTIONS(4386), 19, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -517154,7 +518628,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4103), 26, + ACTIONS(4388), 26, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -517181,143 +518655,124 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [70296] = 22, - ACTIONS(3232), 1, - anon_sym_AT, - ACTIONS(8402), 1, - sym_property_modifier, - ACTIONS(8406), 1, - sym__backtick_identifier, - ACTIONS(8644), 1, - anon_sym_RBRACE, - ACTIONS(8646), 1, + [71046] = 5, + ACTIONS(8659), 1, + anon_sym_else, + ACTIONS(8663), 1, anon_sym_SEMI, - STATE(4507), 1, - sym__lexical_identifier, - STATE(7672), 1, - sym_modifiers, - STATE(7870), 1, - sym_simple_identifier, - STATE(8292), 1, - sym_enum_entry, - STATE(8889), 1, - sym__enum_entries, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(75), 2, - anon_sym_sealed, - anon_sym_annotation, - ACTIONS(79), 2, - anon_sym_override, - anon_sym_lateinit, - ACTIONS(8400), 2, + ACTIONS(4792), 19, + anon_sym_as, + anon_sym_LT, + anon_sym_GT, + anon_sym_where, + anon_sym_DOT, + anon_sym_get, + anon_sym_set, + anon_sym_in, + anon_sym_BANG_EQ, + anon_sym_EQ_EQ, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, anon_sym_data, anon_sym_inner, - ACTIONS(8404), 2, anon_sym_expect, anon_sym_actual, - STATE(5537), 2, - sym__single_annotation, - sym__multi_annotation, - ACTIONS(85), 3, - anon_sym_abstract, - anon_sym_final, - anon_sym_open, - ACTIONS(87), 3, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, - ACTIONS(8392), 3, - anon_sym_get, - anon_sym_set, sym__alpha_identifier, - ACTIONS(81), 4, - anon_sym_public, - anon_sym_private, - anon_sym_internal, - anon_sym_protected, - ACTIONS(73), 6, - anon_sym_suspend, - anon_sym_tailrec, - anon_sym_operator, - anon_sym_infix, - anon_sym_inline, - anon_sym_external, - STATE(5502), 10, - sym__modifier, - sym_class_modifier, - sym_member_modifier, - sym_visibility_modifier, - sym_function_modifier, - sym_inheritance_modifier, - sym_parameter_modifier, - sym_platform_modifier, - sym_annotation, - aux_sym_modifiers_repeat1, - [70392] = 21, + ACTIONS(4794), 27, + sym__automatic_semicolon, + sym_safe_nav, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_STAR, + sym_label, + anon_sym_DOT_DOT, + anon_sym_QMARK_COLON, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_COLON_COLON, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_PERCENT, + anon_sym_as_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG_BANG, + sym__backtick_identifier, + [71107] = 21, + ACTIONS(1754), 1, + anon_sym_while, ACTIONS(3232), 1, anon_sym_AT, - ACTIONS(4581), 1, + ACTIONS(5009), 1, anon_sym_SEMI, - ACTIONS(7393), 1, + ACTIONS(8306), 1, + sym_property_modifier, + ACTIONS(8378), 1, + anon_sym_by, + ACTIONS(8382), 1, anon_sym_get, - ACTIONS(7395), 1, + ACTIONS(8384), 1, anon_sym_set, - ACTIONS(8284), 1, - anon_sym_by, - ACTIONS(8296), 1, - sym_property_modifier, - ACTIONS(8314), 1, + ACTIONS(8544), 1, anon_sym_EQ, - STATE(5476), 1, + STATE(5513), 1, sym_property_delegate, - STATE(8618), 1, + STATE(8728), 1, sym_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1696), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - ACTIONS(8292), 2, + ACTIONS(8302), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8302), 2, + ACTIONS(8312), 2, anon_sym_expect, anon_sym_actual, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(8833), 2, + STATE(9095), 2, sym_getter, sym_setter, - ACTIONS(8298), 3, + ACTIONS(8308), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8300), 3, + ACTIONS(8310), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8290), 4, + ACTIONS(8300), 4, anon_sym_sealed, anon_sym_annotation, anon_sym_data, anon_sym_inner, - ACTIONS(8294), 4, + ACTIONS(8304), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8288), 6, + ACTIONS(8298), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5441), 10, + STATE(5459), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -517328,19 +518783,20 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [70486] = 5, - ACTIONS(8648), 1, - anon_sym_COMMA, - STATE(5438), 1, - aux_sym__delegation_specifiers_repeat1, + [71200] = 6, + ACTIONS(5401), 1, + anon_sym_LBRACE, + ACTIONS(8665), 1, + anon_sym_COLON, + STATE(4925), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4663), 20, + ACTIONS(4410), 19, anon_sym_as, anon_sym_LT, anon_sym_GT, - anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -517357,12 +518813,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4665), 27, + ACTIONS(4412), 26, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_SEMI, @@ -517385,139 +518840,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [70548] = 20, - ACTIONS(3232), 1, - anon_sym_AT, - ACTIONS(8402), 1, - sym_property_modifier, - ACTIONS(8406), 1, - sym__backtick_identifier, - STATE(4507), 1, - sym__lexical_identifier, - STATE(7672), 1, - sym_modifiers, - STATE(7870), 1, - sym_simple_identifier, - STATE(8389), 1, - sym_enum_entry, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(75), 2, - anon_sym_sealed, - anon_sym_annotation, - ACTIONS(79), 2, - anon_sym_override, - anon_sym_lateinit, - ACTIONS(8400), 2, - anon_sym_data, - anon_sym_inner, - ACTIONS(8404), 2, - anon_sym_expect, - anon_sym_actual, - ACTIONS(8651), 2, - anon_sym_RBRACE, - anon_sym_SEMI, - STATE(5537), 2, - sym__single_annotation, - sym__multi_annotation, - ACTIONS(85), 3, - anon_sym_abstract, - anon_sym_final, - anon_sym_open, - ACTIONS(87), 3, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, - ACTIONS(8392), 3, - anon_sym_get, - anon_sym_set, - sym__alpha_identifier, - ACTIONS(81), 4, - anon_sym_public, - anon_sym_private, - anon_sym_internal, - anon_sym_protected, - ACTIONS(73), 6, - anon_sym_suspend, - anon_sym_tailrec, - anon_sym_operator, - anon_sym_infix, - anon_sym_inline, - anon_sym_external, - STATE(5502), 10, - sym__modifier, - sym_class_modifier, - sym_member_modifier, - sym_visibility_modifier, - sym_function_modifier, - sym_inheritance_modifier, - sym_parameter_modifier, - sym_platform_modifier, - sym_annotation, - aux_sym_modifiers_repeat1, - [70639] = 21, - ACTIONS(1772), 1, + [71263] = 21, + ACTIONS(1696), 1, anon_sym_while, ACTIONS(3232), 1, anon_sym_AT, - ACTIONS(5085), 1, + ACTIONS(4995), 1, anon_sym_SEMI, - ACTIONS(8296), 1, + ACTIONS(8306), 1, sym_property_modifier, - ACTIONS(8372), 1, + ACTIONS(8378), 1, anon_sym_by, - ACTIONS(8376), 1, + ACTIONS(8382), 1, anon_sym_get, - ACTIONS(8378), 1, + ACTIONS(8384), 1, anon_sym_set, - ACTIONS(8653), 1, + ACTIONS(8524), 1, anon_sym_EQ, - STATE(5481), 1, + STATE(5498), 1, sym_property_delegate, - STATE(8580), 1, + STATE(8728), 1, sym_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8292), 2, + ACTIONS(8302), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8302), 2, + ACTIONS(8312), 2, anon_sym_expect, anon_sym_actual, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(9399), 2, + STATE(9079), 2, sym_getter, sym_setter, - ACTIONS(8298), 3, + ACTIONS(8308), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8300), 3, + ACTIONS(8310), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8290), 4, + ACTIONS(8300), 4, anon_sym_sealed, anon_sym_annotation, anon_sym_data, anon_sym_inner, - ACTIONS(8294), 4, + ACTIONS(8304), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8288), 6, + ACTIONS(8298), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5441), 10, + STATE(5459), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -517528,51 +518912,51 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [70732] = 14, + [71356] = 14, ACTIONS(3232), 1, anon_sym_AT, - ACTIONS(8382), 1, + ACTIONS(8508), 1, anon_sym_var, - ACTIONS(8655), 1, + ACTIONS(8667), 1, sym_property_modifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8292), 2, + ACTIONS(8302), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8302), 2, + ACTIONS(8312), 2, anon_sym_expect, anon_sym_actual, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(8298), 3, + ACTIONS(8308), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8300), 3, + ACTIONS(8310), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8290), 4, + ACTIONS(8300), 4, anon_sym_sealed, anon_sym_annotation, anon_sym_data, anon_sym_inner, - ACTIONS(8294), 4, + ACTIONS(8304), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8288), 6, + ACTIONS(8298), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - ACTIONS(8380), 9, + ACTIONS(8506), 9, anon_sym_typealias, anon_sym_class, anon_sym_interface, @@ -517582,7 +518966,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_fun, anon_sym_get, anon_sym_set, - STATE(5317), 10, + STATE(5305), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -517593,15 +518977,13 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [70811] = 5, - ACTIONS(8657), 1, - anon_sym_SEMI, - ACTIONS(8659), 1, - anon_sym_else, + [71435] = 4, + ACTIONS(8669), 1, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5067), 19, + ACTIONS(4293), 20, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -517610,6 +518992,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_get, anon_sym_set, anon_sym_in, + anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, anon_sym_is, @@ -517621,15 +519004,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5069), 27, + ACTIONS(4291), 27, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_STAR, + sym_label, + anon_sym_DOT_DOT, + anon_sym_QMARK_COLON, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_COLON_COLON, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_PERCENT, + anon_sym_as_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG_BANG, + sym__backtick_identifier, + [71494] = 4, + ACTIONS(8671), 1, anon_sym_LPAREN, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4150), 20, + anon_sym_as, + anon_sym_LT, + anon_sym_GT, + anon_sym_where, + anon_sym_DOT, + anon_sym_get, + anon_sym_set, + anon_sym_in, + anon_sym_else, + anon_sym_BANG_EQ, + anon_sym_EQ_EQ, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4148), 27, + sym__automatic_semicolon, + sym_safe_nav, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_COMMA, + anon_sym_SEMI, anon_sym_STAR, sym_label, anon_sym_DOT_DOT, @@ -517649,68 +519087,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [70872] = 21, - ACTIONS(1778), 1, - anon_sym_while, + [71553] = 21, ACTIONS(3232), 1, anon_sym_AT, - ACTIONS(5075), 1, - anon_sym_SEMI, - ACTIONS(8296), 1, + ACTIONS(3280), 1, + anon_sym_while, + ACTIONS(8306), 1, sym_property_modifier, - ACTIONS(8370), 1, - anon_sym_EQ, - ACTIONS(8372), 1, + ACTIONS(8378), 1, anon_sym_by, - ACTIONS(8376), 1, + ACTIONS(8382), 1, anon_sym_get, - ACTIONS(8378), 1, + ACTIONS(8384), 1, anon_sym_set, - STATE(5491), 1, + ACTIONS(8420), 1, + anon_sym_EQ, + ACTIONS(8422), 1, + anon_sym_SEMI, + STATE(5496), 1, sym_property_delegate, - STATE(8580), 1, + STATE(8728), 1, sym_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8292), 2, + ACTIONS(8302), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8302), 2, + ACTIONS(8312), 2, anon_sym_expect, anon_sym_actual, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(9417), 2, + STATE(9027), 2, sym_getter, sym_setter, - ACTIONS(8298), 3, + ACTIONS(8308), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8300), 3, + ACTIONS(8310), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8290), 4, + ACTIONS(8300), 4, anon_sym_sealed, anon_sym_annotation, anon_sym_data, anon_sym_inner, - ACTIONS(8294), 4, + ACTIONS(8304), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8288), 6, + ACTIONS(8298), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5441), 10, + STATE(5459), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -517721,21 +519159,21 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [70965] = 20, + [71646] = 20, ACTIONS(3232), 1, anon_sym_AT, - ACTIONS(8402), 1, + ACTIONS(8396), 1, sym_property_modifier, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7672), 1, + STATE(7424), 1, sym_modifiers, - STATE(7870), 1, + STATE(8837), 1, + sym_class_parameter, + STATE(9222), 1, sym_simple_identifier, - STATE(8389), 1, - sym_enum_entry, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, @@ -517745,16 +519183,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(79), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8400), 2, + ACTIONS(8392), 2, + anon_sym_val, + anon_sym_var, + ACTIONS(8394), 2, anon_sym_data, anon_sym_inner, - ACTIONS(8404), 2, + ACTIONS(8398), 2, anon_sym_expect, anon_sym_actual, - ACTIONS(8661), 2, - anon_sym_RBRACE, - anon_sym_SEMI, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(85), 3, @@ -517765,7 +519203,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8392), 3, + ACTIONS(8386), 3, anon_sym_get, anon_sym_set, sym__alpha_identifier, @@ -517781,7 +519219,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5502), 10, + STATE(5527), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -517792,78 +519230,77 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [71056] = 6, - ACTIONS(5397), 1, - anon_sym_LBRACE, - ACTIONS(8663), 1, - anon_sym_COLON, - STATE(4997), 1, - sym_class_body, + [71737] = 5, + ACTIONS(8673), 1, + anon_sym_DOT, + STATE(5464), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4517), 19, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - anon_sym_DOT, + ACTIONS(4274), 7, + anon_sym_AT, + anon_sym_EQ, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_SEMI, + sym__quest, + sym__backtick_identifier, + ACTIONS(4272), 39, + anon_sym_typealias, + anon_sym_class, + anon_sym_interface, + anon_sym_enum, + anon_sym_val, + anon_sym_var, + anon_sym_by, + anon_sym_where, + anon_sym_object, + anon_sym_fun, anon_sym_get, anon_sym_set, - anon_sym_in, - anon_sym_else, - anon_sym_BANG_EQ, - anon_sym_EQ_EQ, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, + anon_sym_while, + anon_sym_suspend, + anon_sym_sealed, + anon_sym_annotation, anon_sym_data, anon_sym_inner, + anon_sym_override, + anon_sym_lateinit, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_protected, + anon_sym_tailrec, + anon_sym_operator, + anon_sym_infix, + anon_sym_inline, + anon_sym_external, + sym_property_modifier, + anon_sym_abstract, + anon_sym_final, + anon_sym_open, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4519), 26, - sym__automatic_semicolon, - sym_safe_nav, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_STAR, - sym_label, - anon_sym_DOT_DOT, - anon_sym_QMARK_COLON, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_COLON_COLON, - anon_sym_BANG_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_PERCENT, - anon_sym_as_QMARK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BANG_BANG, - sym__backtick_identifier, - [71119] = 20, + [71798] = 20, ACTIONS(3232), 1, anon_sym_AT, - ACTIONS(8402), 1, + ACTIONS(8396), 1, sym_property_modifier, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7389), 1, + STATE(7788), 1, sym_modifiers, - STATE(8677), 1, - sym_class_parameter, - STATE(9004), 1, + STATE(7920), 1, sym_simple_identifier, + STATE(8339), 1, + sym_enum_entry, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, @@ -517873,16 +519310,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(79), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8398), 2, - anon_sym_val, - anon_sym_var, - ACTIONS(8400), 2, + ACTIONS(8394), 2, anon_sym_data, anon_sym_inner, - ACTIONS(8404), 2, + ACTIONS(8398), 2, anon_sym_expect, anon_sym_actual, - STATE(5537), 2, + ACTIONS(8676), 2, + anon_sym_RBRACE, + anon_sym_SEMI, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(85), 3, @@ -517893,7 +519330,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8392), 3, + ACTIONS(8386), 3, anon_sym_get, anon_sym_set, sym__alpha_identifier, @@ -517909,7 +519346,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5502), 10, + STATE(5527), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -517920,68 +519357,68 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [71210] = 21, + [71889] = 21, + ACTIONS(1766), 1, + anon_sym_while, ACTIONS(3232), 1, anon_sym_AT, - ACTIONS(3256), 1, - anon_sym_while, - ACTIONS(8296), 1, + ACTIONS(4901), 1, + anon_sym_SEMI, + ACTIONS(8306), 1, sym_property_modifier, - ACTIONS(8372), 1, + ACTIONS(8378), 1, anon_sym_by, - ACTIONS(8376), 1, + ACTIONS(8382), 1, anon_sym_get, - ACTIONS(8378), 1, + ACTIONS(8384), 1, anon_sym_set, - ACTIONS(8424), 1, + ACTIONS(8678), 1, anon_sym_EQ, - ACTIONS(8426), 1, - anon_sym_SEMI, - STATE(5499), 1, + STATE(5503), 1, sym_property_delegate, - STATE(8580), 1, + STATE(8728), 1, sym_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8292), 2, + ACTIONS(8302), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8302), 2, + ACTIONS(8312), 2, anon_sym_expect, anon_sym_actual, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(9430), 2, + STATE(9127), 2, sym_getter, sym_setter, - ACTIONS(8298), 3, + ACTIONS(8308), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8300), 3, + ACTIONS(8310), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8290), 4, + ACTIONS(8300), 4, anon_sym_sealed, anon_sym_annotation, anon_sym_data, anon_sym_inner, - ACTIONS(8294), 4, + ACTIONS(8304), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8288), 6, + ACTIONS(8298), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5441), 10, + STATE(5459), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -517992,68 +519429,68 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [71303] = 21, - ACTIONS(1766), 1, + [71982] = 21, + ACTIONS(1786), 1, anon_sym_while, ACTIONS(3232), 1, anon_sym_AT, - ACTIONS(4993), 1, + ACTIONS(4836), 1, anon_sym_SEMI, - ACTIONS(8296), 1, + ACTIONS(8306), 1, sym_property_modifier, - ACTIONS(8372), 1, - anon_sym_by, ACTIONS(8376), 1, - anon_sym_get, + anon_sym_EQ, ACTIONS(8378), 1, + anon_sym_by, + ACTIONS(8382), 1, + anon_sym_get, + ACTIONS(8384), 1, anon_sym_set, - ACTIONS(8519), 1, - anon_sym_EQ, - STATE(5488), 1, + STATE(5500), 1, sym_property_delegate, - STATE(8580), 1, + STATE(8728), 1, sym_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8292), 2, + ACTIONS(8302), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8302), 2, + ACTIONS(8312), 2, anon_sym_expect, anon_sym_actual, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(9435), 2, + STATE(9055), 2, sym_getter, sym_setter, - ACTIONS(8298), 3, + ACTIONS(8308), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8300), 3, + ACTIONS(8310), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8290), 4, + ACTIONS(8300), 4, anon_sym_sealed, anon_sym_annotation, anon_sym_data, anon_sym_inner, - ACTIONS(8294), 4, + ACTIONS(8304), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8288), 6, + ACTIONS(8298), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5441), 10, + STATE(5459), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -518064,68 +519501,67 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [71396] = 21, - ACTIONS(1696), 1, - anon_sym_while, + [72075] = 20, ACTIONS(3232), 1, anon_sym_AT, - ACTIONS(4837), 1, - anon_sym_SEMI, - ACTIONS(8296), 1, + ACTIONS(8396), 1, sym_property_modifier, - ACTIONS(8372), 1, - anon_sym_by, - ACTIONS(8376), 1, - anon_sym_get, - ACTIONS(8378), 1, - anon_sym_set, - ACTIONS(8388), 1, - anon_sym_EQ, - STATE(5492), 1, - sym_property_delegate, - STATE(8580), 1, + ACTIONS(8400), 1, + sym__backtick_identifier, + STATE(4533), 1, + sym__lexical_identifier, + STATE(7788), 1, sym_modifiers, + STATE(7920), 1, + sym_simple_identifier, + STATE(8339), 1, + sym_enum_entry, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8292), 2, + ACTIONS(75), 2, + anon_sym_sealed, + anon_sym_annotation, + ACTIONS(79), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8302), 2, + ACTIONS(8394), 2, + anon_sym_data, + anon_sym_inner, + ACTIONS(8398), 2, anon_sym_expect, anon_sym_actual, - STATE(5537), 2, + ACTIONS(8680), 2, + anon_sym_RBRACE, + anon_sym_SEMI, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(9506), 2, - sym_getter, - sym_setter, - ACTIONS(8298), 3, + ACTIONS(85), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8300), 3, + ACTIONS(87), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8290), 4, - anon_sym_sealed, - anon_sym_annotation, - anon_sym_data, - anon_sym_inner, - ACTIONS(8294), 4, + ACTIONS(8386), 3, + anon_sym_get, + anon_sym_set, + sym__alpha_identifier, + ACTIONS(81), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8288), 6, + ACTIONS(73), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5441), 10, + STATE(5527), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -518136,182 +519572,15 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [71489] = 4, - ACTIONS(8659), 1, - anon_sym_else, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(5067), 19, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - anon_sym_where, - anon_sym_DOT, - anon_sym_get, - anon_sym_set, - anon_sym_in, - anon_sym_BANG_EQ, - anon_sym_EQ_EQ, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(5069), 28, - sym__automatic_semicolon, - sym_safe_nav, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_STAR, - sym_label, - anon_sym_DOT_DOT, - anon_sym_QMARK_COLON, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_COLON_COLON, - anon_sym_BANG_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_PERCENT, - anon_sym_as_QMARK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BANG_BANG, - sym__backtick_identifier, - [71548] = 4, - ACTIONS(8665), 1, - anon_sym_LPAREN, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4929), 20, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - anon_sym_where, - anon_sym_DOT, - anon_sym_get, - anon_sym_set, - anon_sym_in, - anon_sym_else, - anon_sym_BANG_EQ, - anon_sym_EQ_EQ, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4931), 27, - sym__automatic_semicolon, - sym_safe_nav, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_STAR, - sym_label, - anon_sym_DOT_DOT, - anon_sym_QMARK_COLON, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_COLON_COLON, - anon_sym_BANG_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_PERCENT, - anon_sym_as_QMARK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BANG_BANG, - sym__backtick_identifier, - [71607] = 6, - ACTIONS(5397), 1, - anon_sym_LBRACE, - ACTIONS(8667), 1, - anon_sym_COLON, - STATE(4949), 1, - sym_class_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4509), 19, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - anon_sym_DOT, - anon_sym_get, - anon_sym_set, - anon_sym_in, - anon_sym_else, - anon_sym_BANG_EQ, - anon_sym_EQ_EQ, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4511), 26, - sym__automatic_semicolon, - sym_safe_nav, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_STAR, - sym_label, - anon_sym_DOT_DOT, - anon_sym_QMARK_COLON, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_COLON_COLON, - anon_sym_BANG_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_PERCENT, - anon_sym_as_QMARK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BANG_BANG, - sym__backtick_identifier, - [71670] = 5, - ACTIONS(8669), 1, + [72166] = 5, + ACTIONS(8682), 1, anon_sym_DOT, - STATE(5453), 1, + STATE(5464), 1, aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4306), 7, + ACTIONS(4224), 7, anon_sym_AT, anon_sym_EQ, anon_sym_LPAREN, @@ -518319,7 +519588,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, sym__quest, sym__backtick_identifier, - ACTIONS(4304), 39, + ACTIONS(4222), 39, anon_sym_typealias, anon_sym_class, anon_sym_interface, @@ -518359,13 +519628,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [71731] = 4, - ACTIONS(8672), 1, + [72227] = 4, + ACTIONS(8684), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4923), 20, + ACTIONS(4961), 20, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -518386,7 +519655,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4925), 27, + ACTIONS(4963), 27, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -518414,69 +519683,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [71790] = 5, - ACTIONS(8674), 1, - anon_sym_DOT, - STATE(5453), 1, - aux_sym_user_type_repeat1, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4271), 7, - anon_sym_AT, - anon_sym_EQ, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_SEMI, - sym__quest, - sym__backtick_identifier, - ACTIONS(4269), 39, - anon_sym_typealias, - anon_sym_class, - anon_sym_interface, - anon_sym_enum, - anon_sym_val, - anon_sym_var, - anon_sym_by, - anon_sym_where, - anon_sym_object, - anon_sym_fun, - anon_sym_get, - anon_sym_set, - anon_sym_while, - anon_sym_suspend, - anon_sym_sealed, - anon_sym_annotation, - anon_sym_data, - anon_sym_inner, - anon_sym_override, - anon_sym_lateinit, - anon_sym_public, - anon_sym_private, - anon_sym_internal, - anon_sym_protected, - anon_sym_tailrec, - anon_sym_operator, - anon_sym_infix, - anon_sym_inline, - anon_sym_external, - sym_property_modifier, - anon_sym_abstract, - anon_sym_final, - anon_sym_open, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - [71851] = 4, - ACTIONS(8676), 1, + [72286] = 4, + ACTIONS(8686), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4257), 20, + ACTIONS(4955), 20, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -518497,7 +519710,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4255), 27, + ACTIONS(4957), 27, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -518525,21 +519738,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [71910] = 4, - ACTIONS(8678), 1, + [72345] = 4, + ACTIONS(8688), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4241), 20, + ACTIONS(4293), 20, anon_sym_as, anon_sym_LT, anon_sym_GT, - anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, anon_sym_in, + anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -518552,14 +519765,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4239), 27, - sym__automatic_semicolon, + ACTIONS(4291), 26, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_SEMI, anon_sym_STAR, sym_label, @@ -518580,66 +519792,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [71969] = 3, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4889), 8, - anon_sym_AT, - anon_sym_RBRACK, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_SEMI, - sym__backtick_identifier, - ACTIONS(4887), 39, - anon_sym_typealias, - anon_sym_class, - anon_sym_interface, - anon_sym_enum, - anon_sym_val, - anon_sym_var, - anon_sym_where, - anon_sym_object, - anon_sym_fun, - anon_sym_get, - anon_sym_set, - anon_sym_dynamic, - anon_sym_while, - anon_sym_suspend, - anon_sym_sealed, - anon_sym_annotation, - anon_sym_data, - anon_sym_inner, - anon_sym_override, - anon_sym_lateinit, - anon_sym_public, - anon_sym_private, - anon_sym_internal, - anon_sym_protected, - anon_sym_tailrec, - anon_sym_operator, - anon_sym_infix, - anon_sym_inline, - anon_sym_external, - sym_property_modifier, - anon_sym_abstract, - anon_sym_final, - anon_sym_open, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - [72025] = 4, - ACTIONS(8680), 1, - anon_sym_LPAREN, + [72403] = 4, + ACTIONS(8690), 1, + anon_sym_else, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4923), 20, + ACTIONS(4792), 19, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -518648,7 +519807,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_set, anon_sym_in, anon_sym_while, - anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, anon_sym_is, @@ -518660,12 +519818,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4925), 26, + ACTIONS(4794), 27, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_STAR, @@ -518687,13 +519846,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [72083] = 4, - ACTIONS(8682), 1, + [72461] = 5, + ACTIONS(8690), 1, anon_sym_else, + ACTIONS(8692), 1, + anon_sym_SEMI, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5067), 19, + ACTIONS(4792), 19, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -518713,7 +519874,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5069), 27, + ACTIONS(4794), 26, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -518721,7 +519882,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_SEMI, anon_sym_STAR, sym_label, anon_sym_DOT_DOT, @@ -518741,15 +519901,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [72141] = 5, - ACTIONS(8682), 1, - anon_sym_else, - ACTIONS(8684), 1, + [72521] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4887), 8, + anon_sym_AT, + anon_sym_RBRACK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_SEMI, + sym__backtick_identifier, + ACTIONS(4885), 39, + anon_sym_typealias, + anon_sym_class, + anon_sym_interface, + anon_sym_enum, + anon_sym_val, + anon_sym_var, + anon_sym_where, + anon_sym_object, + anon_sym_fun, + anon_sym_get, + anon_sym_set, + anon_sym_dynamic, + anon_sym_while, + anon_sym_suspend, + anon_sym_sealed, + anon_sym_annotation, + anon_sym_data, + anon_sym_inner, + anon_sym_override, + anon_sym_lateinit, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_protected, + anon_sym_tailrec, + anon_sym_operator, + anon_sym_infix, + anon_sym_inline, + anon_sym_external, + sym_property_modifier, + anon_sym_abstract, + anon_sym_final, + anon_sym_open, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + [72577] = 4, + ACTIONS(8694), 1, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5067), 19, + ACTIONS(4955), 20, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -518758,6 +519969,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_set, anon_sym_in, anon_sym_while, + anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, anon_sym_is, @@ -518769,14 +519981,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5069), 26, + ACTIONS(4957), 26, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_RPAREN, + anon_sym_SEMI, anon_sym_STAR, sym_label, anon_sym_DOT_DOT, @@ -518796,13 +520008,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [72201] = 4, - ACTIONS(8686), 1, + [72635] = 4, + ACTIONS(8696), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4257), 20, + ACTIONS(4150), 20, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -518823,7 +520035,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4255), 26, + ACTIONS(4148), 26, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -518850,11 +520062,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [72259] = 3, + [72693] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5065), 8, + ACTIONS(4867), 8, anon_sym_AT, anon_sym_RBRACK, anon_sym_LBRACE, @@ -518863,7 +520075,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_SEMI, sym__backtick_identifier, - ACTIONS(5063), 39, + ACTIONS(4865), 39, anon_sym_typealias, anon_sym_class, anon_sym_interface, @@ -518903,11 +520115,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [72315] = 3, + [72749] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5057), 8, + ACTIONS(4871), 8, anon_sym_AT, anon_sym_RBRACK, anon_sym_LBRACE, @@ -518916,7 +520128,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_SEMI, sym__backtick_identifier, - ACTIONS(5055), 39, + ACTIONS(4869), 39, anon_sym_typealias, anon_sym_class, anon_sym_interface, @@ -518956,13 +520168,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [72371] = 4, - ACTIONS(8688), 1, + [72805] = 4, + ACTIONS(8698), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4241), 20, + ACTIONS(4961), 20, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -518983,7 +520195,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4239), 26, + ACTIONS(4963), 26, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -519010,13 +520222,133 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [72429] = 4, - ACTIONS(8690), 1, + [72863] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4863), 8, + anon_sym_AT, + anon_sym_RBRACK, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_SEMI, + sym__backtick_identifier, + ACTIONS(4861), 39, + anon_sym_typealias, + anon_sym_class, + anon_sym_interface, + anon_sym_enum, + anon_sym_val, + anon_sym_var, + anon_sym_where, + anon_sym_object, + anon_sym_fun, + anon_sym_get, + anon_sym_set, + anon_sym_dynamic, + anon_sym_while, + anon_sym_suspend, + anon_sym_sealed, + anon_sym_annotation, + anon_sym_data, + anon_sym_inner, + anon_sym_override, + anon_sym_lateinit, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_protected, + anon_sym_tailrec, + anon_sym_operator, + anon_sym_infix, + anon_sym_inline, + anon_sym_external, + sym_property_modifier, + anon_sym_abstract, + anon_sym_final, + anon_sym_open, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + [72919] = 18, + ACTIONS(3232), 1, + anon_sym_AT, + ACTIONS(4607), 1, + anon_sym_SEMI, + ACTIONS(7401), 1, + anon_sym_get, + ACTIONS(7403), 1, + anon_sym_set, + ACTIONS(8306), 1, + sym_property_modifier, + STATE(8834), 1, + sym_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4929), 20, + ACTIONS(1766), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + ACTIONS(8302), 2, + anon_sym_override, + anon_sym_lateinit, + ACTIONS(8312), 2, + anon_sym_expect, + anon_sym_actual, + STATE(5546), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(8867), 2, + sym_getter, + sym_setter, + ACTIONS(8308), 3, + anon_sym_abstract, + anon_sym_final, + anon_sym_open, + ACTIONS(8310), 3, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + ACTIONS(8300), 4, + anon_sym_sealed, + anon_sym_annotation, + anon_sym_data, + anon_sym_inner, + ACTIONS(8304), 4, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_protected, + ACTIONS(8298), 6, + anon_sym_suspend, + anon_sym_tailrec, + anon_sym_operator, + anon_sym_infix, + anon_sym_inline, + anon_sym_external, + STATE(5459), 10, + sym__modifier, + sym_class_modifier, + sym_member_modifier, + sym_visibility_modifier, + sym_function_modifier, + sym_inheritance_modifier, + sym_parameter_modifier, + sym_platform_modifier, + sym_annotation, + aux_sym_modifiers_repeat1, + [73004] = 4, + ACTIONS(8700), 1, + anon_sym_LPAREN, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4961), 19, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -519024,7 +520356,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_get, anon_sym_set, anon_sym_in, - anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -519037,13 +520368,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4931), 26, + ACTIONS(4963), 26, + sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_RPAREN, anon_sym_SEMI, anon_sym_STAR, sym_label, @@ -519064,68 +520395,80 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [72487] = 3, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(5061), 8, + [73061] = 18, + ACTIONS(3232), 1, anon_sym_AT, - anon_sym_RBRACK, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_COMMA, + ACTIONS(4692), 1, anon_sym_SEMI, - sym__backtick_identifier, - ACTIONS(5059), 39, - anon_sym_typealias, - anon_sym_class, - anon_sym_interface, - anon_sym_enum, - anon_sym_val, - anon_sym_var, - anon_sym_where, - anon_sym_object, - anon_sym_fun, + ACTIONS(7401), 1, anon_sym_get, + ACTIONS(7403), 1, anon_sym_set, - anon_sym_dynamic, - anon_sym_while, - anon_sym_suspend, + ACTIONS(8306), 1, + sym_property_modifier, + STATE(8834), 1, + sym_modifiers, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(1696), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + ACTIONS(8302), 2, + anon_sym_override, + anon_sym_lateinit, + ACTIONS(8312), 2, + anon_sym_expect, + anon_sym_actual, + STATE(5546), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(8897), 2, + sym_getter, + sym_setter, + ACTIONS(8308), 3, + anon_sym_abstract, + anon_sym_final, + anon_sym_open, + ACTIONS(8310), 3, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + ACTIONS(8300), 4, anon_sym_sealed, anon_sym_annotation, anon_sym_data, anon_sym_inner, - anon_sym_override, - anon_sym_lateinit, + ACTIONS(8304), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, + ACTIONS(8298), 6, + anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - sym_property_modifier, - anon_sym_abstract, - anon_sym_final, - anon_sym_open, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - [72543] = 5, - ACTIONS(8692), 1, - anon_sym_SEMI, - ACTIONS(8694), 1, + STATE(5459), 10, + sym__modifier, + sym_class_modifier, + sym_member_modifier, + sym_visibility_modifier, + sym_function_modifier, + sym_inheritance_modifier, + sym_parameter_modifier, + sym_platform_modifier, + sym_annotation, + aux_sym_modifiers_repeat1, + [73146] = 4, + ACTIONS(8702), 1, anon_sym_else, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5067), 18, + ACTIONS(4792), 18, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -519144,7 +520487,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5069), 26, + ACTIONS(4794), 27, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -519152,6 +520495,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_SEMI, anon_sym_STAR, sym_label, anon_sym_DOT_DOT, @@ -519171,13 +520515,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [72602] = 4, - ACTIONS(8696), 1, + [73203] = 4, + ACTIONS(8704), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4241), 19, + ACTIONS(4955), 19, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -519197,7 +520541,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4239), 26, + ACTIONS(4957), 26, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -519224,63 +520568,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [72659] = 18, + [73260] = 19, ACTIONS(3232), 1, anon_sym_AT, - ACTIONS(4571), 1, - anon_sym_SEMI, - ACTIONS(7393), 1, - anon_sym_get, - ACTIONS(7395), 1, - anon_sym_set, - ACTIONS(8296), 1, + ACTIONS(8396), 1, sym_property_modifier, - STATE(8618), 1, + ACTIONS(8400), 1, + sym__backtick_identifier, + STATE(4533), 1, + sym__lexical_identifier, + STATE(7788), 1, sym_modifiers, + STATE(7920), 1, + sym_simple_identifier, + STATE(8339), 1, + sym_enum_entry, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1772), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - ACTIONS(8292), 2, + ACTIONS(75), 2, + anon_sym_sealed, + anon_sym_annotation, + ACTIONS(79), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8302), 2, + ACTIONS(8394), 2, + anon_sym_data, + anon_sym_inner, + ACTIONS(8398), 2, anon_sym_expect, anon_sym_actual, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(8819), 2, - sym_getter, - sym_setter, - ACTIONS(8298), 3, + ACTIONS(85), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8300), 3, + ACTIONS(87), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8290), 4, - anon_sym_sealed, - anon_sym_annotation, - anon_sym_data, - anon_sym_inner, - ACTIONS(8294), 4, + ACTIONS(8386), 3, + anon_sym_get, + anon_sym_set, + sym__alpha_identifier, + ACTIONS(81), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8288), 6, + ACTIONS(73), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5441), 10, + STATE(5527), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -519291,13 +520636,13 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [72744] = 4, - ACTIONS(8694), 1, - anon_sym_else, + [73347] = 4, + ACTIONS(8706), 1, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5067), 18, + ACTIONS(4150), 19, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -519305,6 +520650,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_get, anon_sym_set, anon_sym_in, + anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, anon_sym_is, @@ -519316,14 +520662,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5069), 27, + ACTIONS(4148), 26, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_SEMI, anon_sym_STAR, sym_label, @@ -519344,63 +520689,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [72801] = 18, + [73404] = 18, ACTIONS(3232), 1, anon_sym_AT, - ACTIONS(4581), 1, + ACTIONS(4678), 1, anon_sym_SEMI, - ACTIONS(7393), 1, + ACTIONS(7401), 1, anon_sym_get, - ACTIONS(7395), 1, + ACTIONS(7403), 1, anon_sym_set, - ACTIONS(8296), 1, + ACTIONS(8306), 1, sym_property_modifier, - STATE(8618), 1, + STATE(8834), 1, sym_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1696), 2, + ACTIONS(1754), 2, sym__automatic_semicolon, anon_sym_RBRACE, - ACTIONS(8292), 2, + ACTIONS(8302), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8302), 2, + ACTIONS(8312), 2, anon_sym_expect, anon_sym_actual, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(8833), 2, + STATE(8906), 2, sym_getter, sym_setter, - ACTIONS(8298), 3, + ACTIONS(8308), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8300), 3, + ACTIONS(8310), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8290), 4, + ACTIONS(8300), 4, anon_sym_sealed, anon_sym_annotation, anon_sym_data, anon_sym_inner, - ACTIONS(8294), 4, + ACTIONS(8304), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8288), 6, + ACTIONS(8298), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5441), 10, + STATE(5459), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -519411,66 +520756,13 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [72886] = 4, - ACTIONS(8698), 1, - anon_sym_LPAREN, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4923), 19, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - anon_sym_DOT, - anon_sym_get, - anon_sym_set, - anon_sym_in, - anon_sym_else, - anon_sym_BANG_EQ, - anon_sym_EQ_EQ, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4925), 26, - sym__automatic_semicolon, - sym_safe_nav, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_STAR, - sym_label, - anon_sym_DOT_DOT, - anon_sym_QMARK_COLON, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_COLON_COLON, - anon_sym_BANG_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_PERCENT, - anon_sym_as_QMARK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BANG_BANG, - sym__backtick_identifier, - [72943] = 4, - ACTIONS(8700), 1, + [73489] = 4, + ACTIONS(8708), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4257), 19, + ACTIONS(4293), 19, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -519490,7 +520782,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4255), 26, + ACTIONS(4291), 26, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -519517,63 +520809,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [73000] = 18, + [73546] = 18, ACTIONS(3232), 1, anon_sym_AT, - ACTIONS(4579), 1, + ACTIONS(4686), 1, anon_sym_SEMI, - ACTIONS(7393), 1, + ACTIONS(7401), 1, anon_sym_get, - ACTIONS(7395), 1, + ACTIONS(7403), 1, anon_sym_set, - ACTIONS(8296), 1, + ACTIONS(8306), 1, sym_property_modifier, - STATE(8618), 1, + STATE(8834), 1, sym_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1778), 2, + ACTIONS(1786), 2, sym__automatic_semicolon, anon_sym_RBRACE, - ACTIONS(8292), 2, + ACTIONS(8302), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8302), 2, + ACTIONS(8312), 2, anon_sym_expect, anon_sym_actual, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(8880), 2, + STATE(8659), 2, sym_getter, sym_setter, - ACTIONS(8298), 3, + ACTIONS(8308), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8300), 3, + ACTIONS(8310), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8290), 4, + ACTIONS(8300), 4, anon_sym_sealed, anon_sym_annotation, anon_sym_data, anon_sym_inner, - ACTIONS(8294), 4, + ACTIONS(8304), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8288), 6, + ACTIONS(8298), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5441), 10, + STATE(5459), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -519584,63 +520876,117 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [73085] = 18, + [73631] = 5, + ACTIONS(8702), 1, + anon_sym_else, + ACTIONS(8710), 1, + anon_sym_SEMI, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4792), 18, + anon_sym_as, + anon_sym_LT, + anon_sym_GT, + anon_sym_DOT, + anon_sym_get, + anon_sym_set, + anon_sym_in, + anon_sym_BANG_EQ, + anon_sym_EQ_EQ, + anon_sym_is, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4794), 26, + sym__automatic_semicolon, + sym_safe_nav, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_STAR, + sym_label, + anon_sym_DOT_DOT, + anon_sym_QMARK_COLON, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_COLON_COLON, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_PERCENT, + anon_sym_as_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG_BANG, + sym__backtick_identifier, + [73690] = 18, ACTIONS(3232), 1, anon_sym_AT, - ACTIONS(4577), 1, + ACTIONS(4676), 1, anon_sym_SEMI, - ACTIONS(7393), 1, + ACTIONS(7401), 1, anon_sym_get, - ACTIONS(7395), 1, + ACTIONS(7403), 1, anon_sym_set, - ACTIONS(8296), 1, + ACTIONS(8306), 1, sym_property_modifier, - STATE(8618), 1, + STATE(8834), 1, sym_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1766), 2, + ACTIONS(1772), 2, sym__automatic_semicolon, anon_sym_RBRACE, - ACTIONS(8292), 2, + ACTIONS(8302), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8302), 2, + ACTIONS(8312), 2, anon_sym_expect, anon_sym_actual, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(8648), 2, + STATE(8838), 2, sym_getter, sym_setter, - ACTIONS(8298), 3, + ACTIONS(8308), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8300), 3, + ACTIONS(8310), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8290), 4, + ACTIONS(8300), 4, anon_sym_sealed, anon_sym_annotation, anon_sym_data, anon_sym_inner, - ACTIONS(8294), 4, + ACTIONS(8304), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8288), 6, + ACTIONS(8298), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5441), 10, + STATE(5459), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -519651,131 +520997,63 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [73170] = 19, + [73775] = 18, ACTIONS(3232), 1, anon_sym_AT, - ACTIONS(8402), 1, - sym_property_modifier, - ACTIONS(8406), 1, - sym__backtick_identifier, - STATE(4507), 1, - sym__lexical_identifier, - STATE(7672), 1, - sym_modifiers, - STATE(7870), 1, - sym_simple_identifier, - STATE(8389), 1, - sym_enum_entry, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(75), 2, - anon_sym_sealed, - anon_sym_annotation, - ACTIONS(79), 2, - anon_sym_override, - anon_sym_lateinit, - ACTIONS(8400), 2, - anon_sym_data, - anon_sym_inner, - ACTIONS(8404), 2, - anon_sym_expect, - anon_sym_actual, - STATE(5537), 2, - sym__single_annotation, - sym__multi_annotation, - ACTIONS(85), 3, - anon_sym_abstract, - anon_sym_final, - anon_sym_open, - ACTIONS(87), 3, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, - ACTIONS(8392), 3, + ACTIONS(7401), 1, anon_sym_get, + ACTIONS(7403), 1, anon_sym_set, - sym__alpha_identifier, - ACTIONS(81), 4, - anon_sym_public, - anon_sym_private, - anon_sym_internal, - anon_sym_protected, - ACTIONS(73), 6, - anon_sym_suspend, - anon_sym_tailrec, - anon_sym_operator, - anon_sym_infix, - anon_sym_inline, - anon_sym_external, - STATE(5502), 10, - sym__modifier, - sym_class_modifier, - sym_member_modifier, - sym_visibility_modifier, - sym_function_modifier, - sym_inheritance_modifier, - sym_parameter_modifier, - sym_platform_modifier, - sym_annotation, - aux_sym_modifiers_repeat1, - [73257] = 18, - ACTIONS(3232), 1, - anon_sym_AT, - ACTIONS(7393), 1, - anon_sym_get, - ACTIONS(7395), 1, - anon_sym_set, - ACTIONS(8296), 1, + ACTIONS(8306), 1, sym_property_modifier, - ACTIONS(8322), 1, + ACTIONS(8368), 1, anon_sym_SEMI, - STATE(8618), 1, + STATE(8834), 1, sym_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3256), 2, + ACTIONS(3280), 2, sym__automatic_semicolon, anon_sym_RBRACE, - ACTIONS(8292), 2, + ACTIONS(8302), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8302), 2, + ACTIONS(8312), 2, anon_sym_expect, anon_sym_actual, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(8810), 2, + STATE(8605), 2, sym_getter, sym_setter, - ACTIONS(8298), 3, + ACTIONS(8308), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8300), 3, + ACTIONS(8310), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8290), 4, + ACTIONS(8300), 4, anon_sym_sealed, anon_sym_annotation, anon_sym_data, anon_sym_inner, - ACTIONS(8294), 4, + ACTIONS(8304), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8288), 6, + ACTIONS(8298), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5441), 10, + STATE(5459), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -519786,63 +521064,61 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [73342] = 18, + [73860] = 17, ACTIONS(3232), 1, anon_sym_AT, - ACTIONS(4698), 1, - anon_sym_SEMI, - ACTIONS(7393), 1, + ACTIONS(7401), 1, anon_sym_get, - ACTIONS(7395), 1, + ACTIONS(7403), 1, anon_sym_set, - ACTIONS(8296), 1, + ACTIONS(8306), 1, sym_property_modifier, - STATE(8618), 1, + STATE(8834), 1, sym_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1754), 2, + ACTIONS(3340), 2, sym__automatic_semicolon, anon_sym_RBRACE, - ACTIONS(8292), 2, + ACTIONS(8302), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8302), 2, + ACTIONS(8312), 2, anon_sym_expect, anon_sym_actual, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(8849), 2, + STATE(8821), 2, sym_getter, sym_setter, - ACTIONS(8298), 3, + ACTIONS(8308), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8300), 3, + ACTIONS(8310), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8290), 4, + ACTIONS(8300), 4, anon_sym_sealed, anon_sym_annotation, anon_sym_data, anon_sym_inner, - ACTIONS(8294), 4, + ACTIONS(8304), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8288), 6, + ACTIONS(8298), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5441), 10, + STATE(5459), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -519853,233 +521129,128 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [73427] = 4, - ACTIONS(8702), 1, - anon_sym_LPAREN, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4929), 19, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - anon_sym_DOT, - anon_sym_get, - anon_sym_set, - anon_sym_in, - anon_sym_else, - anon_sym_BANG_EQ, - anon_sym_EQ_EQ, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4931), 26, - sym__automatic_semicolon, - sym_safe_nav, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_SEMI, - anon_sym_STAR, - sym_label, - anon_sym_DOT_DOT, - anon_sym_QMARK_COLON, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_COLON_COLON, - anon_sym_BANG_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_PERCENT, - anon_sym_as_QMARK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BANG_BANG, - sym__backtick_identifier, - [73484] = 18, - ACTIONS(1754), 1, + [73942] = 18, + ACTIONS(1786), 1, anon_sym_while, ACTIONS(3232), 1, anon_sym_AT, - ACTIONS(4708), 1, + ACTIONS(4836), 1, anon_sym_SEMI, - ACTIONS(8296), 1, + ACTIONS(8306), 1, sym_property_modifier, - ACTIONS(8376), 1, + ACTIONS(8382), 1, anon_sym_get, - ACTIONS(8378), 1, + ACTIONS(8384), 1, anon_sym_set, - STATE(8580), 1, + STATE(8728), 1, sym_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8292), 2, + ACTIONS(8302), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8302), 2, + ACTIONS(8312), 2, anon_sym_expect, anon_sym_actual, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(9393), 2, + STATE(9055), 2, sym_getter, sym_setter, - ACTIONS(8298), 3, + ACTIONS(8308), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8300), 3, + ACTIONS(8310), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8290), 4, + ACTIONS(8300), 4, anon_sym_sealed, anon_sym_annotation, anon_sym_data, anon_sym_inner, - ACTIONS(8294), 4, + ACTIONS(8304), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8288), 6, + ACTIONS(8298), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5441), 10, + STATE(5459), 10, sym__modifier, sym_class_modifier, sym_member_modifier, sym_visibility_modifier, sym_function_modifier, - sym_inheritance_modifier, - sym_parameter_modifier, - sym_platform_modifier, - sym_annotation, - aux_sym_modifiers_repeat1, - [73568] = 5, - ACTIONS(8196), 1, - anon_sym_LPAREN, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4239), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - ACTIONS(3833), 17, - sym__string_start, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR, - anon_sym_COLON_COLON, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BANG, - anon_sym_return_AT, - anon_sym_continue_AT, - anon_sym_break_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(3828), 25, - anon_sym_object, - anon_sym_fun, - anon_sym_get, - anon_sym_set, - anon_sym_this, - anon_sym_super, - sym_label, - anon_sym_null, - anon_sym_if, - anon_sym_when, - anon_sym_try, - anon_sym_throw, - anon_sym_return, - anon_sym_continue, - anon_sym_break, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [73626] = 17, + sym_inheritance_modifier, + sym_parameter_modifier, + sym_platform_modifier, + sym_annotation, + aux_sym_modifiers_repeat1, + [74026] = 18, ACTIONS(3232), 1, anon_sym_AT, - ACTIONS(7393), 1, + ACTIONS(3280), 1, + anon_sym_while, + ACTIONS(8306), 1, + sym_property_modifier, + ACTIONS(8382), 1, anon_sym_get, - ACTIONS(7395), 1, + ACTIONS(8384), 1, anon_sym_set, - ACTIONS(8296), 1, - sym_property_modifier, - STATE(8618), 1, + ACTIONS(8422), 1, + anon_sym_SEMI, + STATE(8728), 1, sym_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3256), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - ACTIONS(8292), 2, + ACTIONS(8302), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8302), 2, + ACTIONS(8312), 2, anon_sym_expect, anon_sym_actual, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(8810), 2, + STATE(9027), 2, sym_getter, sym_setter, - ACTIONS(8298), 3, + ACTIONS(8308), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8300), 3, + ACTIONS(8310), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8290), 4, + ACTIONS(8300), 4, anon_sym_sealed, anon_sym_annotation, anon_sym_data, anon_sym_inner, - ACTIONS(8294), 4, + ACTIONS(8304), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8288), 6, + ACTIONS(8298), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5441), 10, + STATE(5459), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -520090,61 +521261,62 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [73708] = 17, + [74110] = 18, + ACTIONS(1754), 1, + anon_sym_while, ACTIONS(3232), 1, anon_sym_AT, - ACTIONS(7393), 1, + ACTIONS(5009), 1, + anon_sym_SEMI, + ACTIONS(8306), 1, + sym_property_modifier, + ACTIONS(8382), 1, anon_sym_get, - ACTIONS(7395), 1, + ACTIONS(8384), 1, anon_sym_set, - ACTIONS(8296), 1, - sym_property_modifier, - STATE(8618), 1, + STATE(8728), 1, sym_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1766), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - ACTIONS(8292), 2, + ACTIONS(8302), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8302), 2, + ACTIONS(8312), 2, anon_sym_expect, anon_sym_actual, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(8648), 2, + STATE(9095), 2, sym_getter, sym_setter, - ACTIONS(8298), 3, + ACTIONS(8308), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8300), 3, + ACTIONS(8310), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8290), 4, + ACTIONS(8300), 4, anon_sym_sealed, anon_sym_annotation, anon_sym_data, anon_sym_inner, - ACTIONS(8294), 4, + ACTIONS(8304), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8288), 6, + ACTIONS(8298), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5441), 10, + STATE(5459), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -520155,15 +521327,18 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [73790] = 5, - ACTIONS(7955), 1, + [74194] = 6, + ACTIONS(7973), 1, anon_sym_COLON_COLON, - ACTIONS(8704), 1, - anon_sym_EQ, + ACTIONS(8215), 1, + anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4746), 18, + ACTIONS(4109), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + ACTIONS(4842), 18, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -520182,14 +521357,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4748), 25, + ACTIONS(4844), 23, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_STAR, sym_label, anon_sym_DOT_DOT, @@ -520208,61 +521381,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [73848] = 17, + [74254] = 18, + ACTIONS(1696), 1, + anon_sym_while, ACTIONS(3232), 1, anon_sym_AT, - ACTIONS(7393), 1, + ACTIONS(4995), 1, + anon_sym_SEMI, + ACTIONS(8306), 1, + sym_property_modifier, + ACTIONS(8382), 1, anon_sym_get, - ACTIONS(7395), 1, + ACTIONS(8384), 1, anon_sym_set, - ACTIONS(8296), 1, - sym_property_modifier, - STATE(8618), 1, + STATE(8728), 1, sym_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1754), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - ACTIONS(8292), 2, + ACTIONS(8302), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8302), 2, + ACTIONS(8312), 2, anon_sym_expect, anon_sym_actual, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(8849), 2, + STATE(9079), 2, sym_getter, sym_setter, - ACTIONS(8298), 3, + ACTIONS(8308), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8300), 3, + ACTIONS(8310), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8290), 4, + ACTIONS(8300), 4, anon_sym_sealed, anon_sym_annotation, anon_sym_data, anon_sym_inner, - ACTIONS(8294), 4, + ACTIONS(8304), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8288), 6, + ACTIONS(8298), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5441), 10, + STATE(5459), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -520273,15 +521447,15 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [73930] = 5, - ACTIONS(7955), 1, + [74338] = 5, + ACTIONS(7973), 1, anon_sym_COLON_COLON, - ACTIONS(8706), 1, + ACTIONS(8712), 1, anon_sym_EQ, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4746), 18, + ACTIONS(4842), 18, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -520300,7 +521474,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4748), 25, + ACTIONS(4844), 25, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -520326,62 +521500,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [73988] = 18, - ACTIONS(1778), 1, - anon_sym_while, + [74396] = 17, ACTIONS(3232), 1, anon_sym_AT, - ACTIONS(5075), 1, - anon_sym_SEMI, - ACTIONS(8296), 1, - sym_property_modifier, - ACTIONS(8376), 1, + ACTIONS(7401), 1, anon_sym_get, - ACTIONS(8378), 1, + ACTIONS(7403), 1, anon_sym_set, - STATE(8580), 1, + ACTIONS(8306), 1, + sym_property_modifier, + STATE(8834), 1, sym_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8292), 2, + ACTIONS(1696), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + ACTIONS(8302), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8302), 2, + ACTIONS(8312), 2, anon_sym_expect, anon_sym_actual, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(9417), 2, + STATE(8897), 2, sym_getter, sym_setter, - ACTIONS(8298), 3, + ACTIONS(8308), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8300), 3, + ACTIONS(8310), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8290), 4, + ACTIONS(8300), 4, anon_sym_sealed, anon_sym_annotation, anon_sym_data, anon_sym_inner, - ACTIONS(8294), 4, + ACTIONS(8304), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8288), 6, + ACTIONS(8298), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5441), 10, + STATE(5459), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -520392,61 +521565,62 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [74072] = 17, + [74478] = 18, + ACTIONS(1772), 1, + anon_sym_while, ACTIONS(3232), 1, anon_sym_AT, - ACTIONS(7393), 1, + ACTIONS(5081), 1, + anon_sym_SEMI, + ACTIONS(8306), 1, + sym_property_modifier, + ACTIONS(8382), 1, anon_sym_get, - ACTIONS(7395), 1, + ACTIONS(8384), 1, anon_sym_set, - ACTIONS(8296), 1, - sym_property_modifier, - STATE(8618), 1, + STATE(8728), 1, sym_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1772), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - ACTIONS(8292), 2, + ACTIONS(8302), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8302), 2, + ACTIONS(8312), 2, anon_sym_expect, anon_sym_actual, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(8819), 2, + STATE(9115), 2, sym_getter, sym_setter, - ACTIONS(8298), 3, + ACTIONS(8308), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8300), 3, + ACTIONS(8310), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8290), 4, + ACTIONS(8300), 4, anon_sym_sealed, anon_sym_annotation, anon_sym_data, anon_sym_inner, - ACTIONS(8294), 4, + ACTIONS(8304), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8288), 6, + ACTIONS(8298), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5441), 10, + STATE(5459), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -520457,128 +521631,112 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [74154] = 18, - ACTIONS(3232), 1, - anon_sym_AT, - ACTIONS(3256), 1, - anon_sym_while, - ACTIONS(8296), 1, - sym_property_modifier, - ACTIONS(8376), 1, - anon_sym_get, - ACTIONS(8378), 1, - anon_sym_set, - ACTIONS(8426), 1, - anon_sym_SEMI, - STATE(8580), 1, - sym_modifiers, + [74562] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8292), 2, - anon_sym_override, - anon_sym_lateinit, - ACTIONS(8302), 2, - anon_sym_expect, - anon_sym_actual, - STATE(5537), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(9430), 2, - sym_getter, - sym_setter, - ACTIONS(8298), 3, - anon_sym_abstract, - anon_sym_final, - anon_sym_open, - ACTIONS(8300), 3, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, - ACTIONS(8290), 4, + ACTIONS(4895), 6, + anon_sym_AT, + anon_sym_RBRACK, + anon_sym_LBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + sym__backtick_identifier, + ACTIONS(4893), 39, + anon_sym_typealias, + anon_sym_class, + anon_sym_interface, + anon_sym_enum, + anon_sym_val, + anon_sym_var, + anon_sym_where, + anon_sym_object, + anon_sym_fun, + anon_sym_get, + anon_sym_set, + anon_sym_dynamic, + anon_sym_while, + anon_sym_suspend, anon_sym_sealed, anon_sym_annotation, anon_sym_data, anon_sym_inner, - ACTIONS(8294), 4, + anon_sym_override, + anon_sym_lateinit, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8288), 6, - anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5441), 10, - sym__modifier, - sym_class_modifier, - sym_member_modifier, - sym_visibility_modifier, - sym_function_modifier, - sym_inheritance_modifier, - sym_parameter_modifier, - sym_platform_modifier, - sym_annotation, - aux_sym_modifiers_repeat1, - [74238] = 18, - ACTIONS(1772), 1, - anon_sym_while, + sym_property_modifier, + anon_sym_abstract, + anon_sym_final, + anon_sym_open, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + [74616] = 17, ACTIONS(3232), 1, anon_sym_AT, - ACTIONS(5085), 1, - anon_sym_SEMI, - ACTIONS(8296), 1, - sym_property_modifier, - ACTIONS(8376), 1, + ACTIONS(7401), 1, anon_sym_get, - ACTIONS(8378), 1, + ACTIONS(7403), 1, anon_sym_set, - STATE(8580), 1, + ACTIONS(8306), 1, + sym_property_modifier, + STATE(8834), 1, sym_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8292), 2, + ACTIONS(1780), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + ACTIONS(8302), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8302), 2, + ACTIONS(8312), 2, anon_sym_expect, anon_sym_actual, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(9399), 2, + STATE(8826), 2, sym_getter, sym_setter, - ACTIONS(8298), 3, + ACTIONS(8308), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8300), 3, + ACTIONS(8310), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8290), 4, + ACTIONS(8300), 4, anon_sym_sealed, anon_sym_annotation, anon_sym_data, anon_sym_inner, - ACTIONS(8294), 4, + ACTIONS(8304), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8288), 6, + ACTIONS(8298), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5441), 10, + STATE(5459), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -520589,62 +521747,61 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [74322] = 18, - ACTIONS(1766), 1, - anon_sym_while, + [74698] = 17, ACTIONS(3232), 1, anon_sym_AT, - ACTIONS(4993), 1, - anon_sym_SEMI, - ACTIONS(8296), 1, - sym_property_modifier, - ACTIONS(8376), 1, + ACTIONS(7401), 1, anon_sym_get, - ACTIONS(8378), 1, + ACTIONS(7403), 1, anon_sym_set, - STATE(8580), 1, + ACTIONS(8306), 1, + sym_property_modifier, + STATE(8834), 1, sym_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8292), 2, + ACTIONS(1786), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + ACTIONS(8302), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8302), 2, + ACTIONS(8312), 2, anon_sym_expect, anon_sym_actual, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(9435), 2, + STATE(8659), 2, sym_getter, sym_setter, - ACTIONS(8298), 3, + ACTIONS(8308), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8300), 3, + ACTIONS(8310), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8290), 4, + ACTIONS(8300), 4, anon_sym_sealed, anon_sym_annotation, anon_sym_data, anon_sym_inner, - ACTIONS(8294), 4, + ACTIONS(8304), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8288), 6, + ACTIONS(8298), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5441), 10, + STATE(5459), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -520655,114 +521812,114 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [74406] = 5, - ACTIONS(8204), 1, - anon_sym_LPAREN, + [74780] = 5, + ACTIONS(7973), 1, + anon_sym_COLON_COLON, + ACTIONS(8714), 1, + anon_sym_EQ, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4255), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - ACTIONS(3833), 17, - sym__string_start, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR, - anon_sym_COLON_COLON, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BANG, - anon_sym_return_AT, - anon_sym_continue_AT, - anon_sym_break_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(3828), 25, - anon_sym_object, - anon_sym_fun, + ACTIONS(4842), 18, + anon_sym_as, + anon_sym_LT, + anon_sym_GT, + anon_sym_DOT, anon_sym_get, anon_sym_set, - anon_sym_this, - anon_sym_super, - sym_label, - anon_sym_null, - anon_sym_if, - anon_sym_when, - anon_sym_try, - anon_sym_throw, - anon_sym_return, - anon_sym_continue, - anon_sym_break, + anon_sym_in, + anon_sym_BANG_EQ, + anon_sym_EQ_EQ, + anon_sym_is, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, sym__alpha_identifier, - [74464] = 17, + ACTIONS(4844), 25, + sym_safe_nav, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_STAR, + sym_label, + anon_sym_DOT_DOT, + anon_sym_QMARK_COLON, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_BANG_EQ_EQ, + anon_sym_EQ_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_BANGin, + anon_sym_BANGis, + anon_sym_PERCENT, + anon_sym_as_QMARK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG_BANG, + sym__backtick_identifier, + [74838] = 17, ACTIONS(3232), 1, anon_sym_AT, - ACTIONS(7393), 1, + ACTIONS(7401), 1, anon_sym_get, - ACTIONS(7395), 1, + ACTIONS(7403), 1, anon_sym_set, - ACTIONS(8296), 1, + ACTIONS(8306), 1, sym_property_modifier, - STATE(8618), 1, + STATE(8834), 1, sym_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1696), 2, + ACTIONS(1772), 2, sym__automatic_semicolon, anon_sym_RBRACE, - ACTIONS(8292), 2, + ACTIONS(8302), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8302), 2, + ACTIONS(8312), 2, anon_sym_expect, anon_sym_actual, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(8833), 2, + STATE(8838), 2, sym_getter, sym_setter, - ACTIONS(8298), 3, + ACTIONS(8308), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8300), 3, + ACTIONS(8310), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8290), 4, + ACTIONS(8300), 4, anon_sym_sealed, anon_sym_annotation, anon_sym_data, anon_sym_inner, - ACTIONS(8294), 4, + ACTIONS(8304), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8288), 6, + ACTIONS(8298), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5441), 10, + STATE(5459), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -520773,115 +521930,61 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [74546] = 6, - ACTIONS(7955), 1, - anon_sym_COLON_COLON, - ACTIONS(8180), 1, - anon_sym_COLON, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4132), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - ACTIONS(4746), 18, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - anon_sym_DOT, - anon_sym_get, - anon_sym_set, - anon_sym_in, - anon_sym_BANG_EQ, - anon_sym_EQ_EQ, - anon_sym_is, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4748), 23, - sym_safe_nav, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_LPAREN, - anon_sym_STAR, - sym_label, - anon_sym_DOT_DOT, - anon_sym_QMARK_COLON, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_BANG_EQ_EQ, - anon_sym_EQ_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_BANGin, - anon_sym_BANGis, - anon_sym_PERCENT, - anon_sym_as_QMARK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BANG_BANG, - sym__backtick_identifier, - [74606] = 17, + [74920] = 17, ACTIONS(3232), 1, anon_sym_AT, - ACTIONS(7393), 1, + ACTIONS(7401), 1, anon_sym_get, - ACTIONS(7395), 1, + ACTIONS(7403), 1, anon_sym_set, - ACTIONS(8296), 1, + ACTIONS(8306), 1, sym_property_modifier, - STATE(8618), 1, + STATE(8834), 1, sym_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1784), 2, + ACTIONS(1754), 2, sym__automatic_semicolon, anon_sym_RBRACE, - ACTIONS(8292), 2, + ACTIONS(8302), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8302), 2, + ACTIONS(8312), 2, anon_sym_expect, anon_sym_actual, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(8853), 2, + STATE(8906), 2, sym_getter, sym_setter, - ACTIONS(8298), 3, + ACTIONS(8308), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8300), 3, + ACTIONS(8310), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8290), 4, + ACTIONS(8300), 4, anon_sym_sealed, anon_sym_annotation, anon_sym_data, anon_sym_inner, - ACTIONS(8294), 4, + ACTIONS(8304), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8288), 6, + ACTIONS(8298), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5441), 10, + STATE(5459), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -520892,61 +521995,114 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [74688] = 17, + [75002] = 5, + ACTIONS(8164), 1, + anon_sym_LPAREN, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4291), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + ACTIONS(3948), 17, + sym__string_start, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR, + anon_sym_COLON_COLON, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG, + anon_sym_return_AT, + anon_sym_continue_AT, + anon_sym_break_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(3943), 25, + anon_sym_object, + anon_sym_fun, + anon_sym_get, + anon_sym_set, + anon_sym_this, + anon_sym_super, + sym_label, + anon_sym_null, + anon_sym_if, + anon_sym_when, + anon_sym_try, + anon_sym_throw, + anon_sym_return, + anon_sym_continue, + anon_sym_break, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, + sym__alpha_identifier, + [75060] = 17, ACTIONS(3232), 1, anon_sym_AT, - ACTIONS(7393), 1, + ACTIONS(7401), 1, anon_sym_get, - ACTIONS(7395), 1, + ACTIONS(7403), 1, anon_sym_set, - ACTIONS(8296), 1, + ACTIONS(8306), 1, sym_property_modifier, - STATE(8618), 1, + STATE(8834), 1, sym_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1778), 2, + ACTIONS(1766), 2, sym__automatic_semicolon, anon_sym_RBRACE, - ACTIONS(8292), 2, + ACTIONS(8302), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8302), 2, + ACTIONS(8312), 2, anon_sym_expect, anon_sym_actual, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(8880), 2, + STATE(8867), 2, sym_getter, sym_setter, - ACTIONS(8298), 3, + ACTIONS(8308), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8300), 3, + ACTIONS(8310), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8290), 4, + ACTIONS(8300), 4, anon_sym_sealed, anon_sym_annotation, anon_sym_data, anon_sym_inner, - ACTIONS(8294), 4, + ACTIONS(8304), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8288), 6, + ACTIONS(8298), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5441), 10, + STATE(5459), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -520957,61 +522113,61 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [74770] = 17, + [75142] = 17, ACTIONS(3232), 1, anon_sym_AT, - ACTIONS(7393), 1, + ACTIONS(7401), 1, anon_sym_get, - ACTIONS(7395), 1, + ACTIONS(7403), 1, anon_sym_set, - ACTIONS(8296), 1, + ACTIONS(8306), 1, sym_property_modifier, - STATE(8618), 1, + STATE(8834), 1, sym_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3342), 2, + ACTIONS(3280), 2, sym__automatic_semicolon, anon_sym_RBRACE, - ACTIONS(8292), 2, + ACTIONS(8302), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8302), 2, + ACTIONS(8312), 2, anon_sym_expect, anon_sym_actual, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(8866), 2, + STATE(8605), 2, sym_getter, sym_setter, - ACTIONS(8298), 3, + ACTIONS(8308), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8300), 3, + ACTIONS(8310), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8290), 4, + ACTIONS(8300), 4, anon_sym_sealed, anon_sym_annotation, anon_sym_data, anon_sym_inner, - ACTIONS(8294), 4, + ACTIONS(8304), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8288), 6, + ACTIONS(8298), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5441), 10, + STATE(5459), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -521022,62 +522178,62 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [74852] = 18, - ACTIONS(1696), 1, + [75224] = 18, + ACTIONS(1766), 1, anon_sym_while, ACTIONS(3232), 1, anon_sym_AT, - ACTIONS(4837), 1, + ACTIONS(4901), 1, anon_sym_SEMI, - ACTIONS(8296), 1, + ACTIONS(8306), 1, sym_property_modifier, - ACTIONS(8376), 1, + ACTIONS(8382), 1, anon_sym_get, - ACTIONS(8378), 1, + ACTIONS(8384), 1, anon_sym_set, - STATE(8580), 1, + STATE(8728), 1, sym_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8292), 2, + ACTIONS(8302), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8302), 2, + ACTIONS(8312), 2, anon_sym_expect, anon_sym_actual, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(9506), 2, + STATE(9127), 2, sym_getter, sym_setter, - ACTIONS(8298), 3, + ACTIONS(8308), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8300), 3, + ACTIONS(8310), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8290), 4, + ACTIONS(8300), 4, anon_sym_sealed, anon_sym_annotation, anon_sym_data, anon_sym_inner, - ACTIONS(8294), 4, + ACTIONS(8304), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8288), 6, + ACTIONS(8298), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5441), 10, + STATE(5459), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -521088,30 +522244,84 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [74936] = 3, + [75308] = 5, + ACTIONS(8161), 1, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5053), 6, + ACTIONS(4148), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + ACTIONS(3948), 17, + sym__string_start, anon_sym_AT, - anon_sym_RBRACK, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR, + anon_sym_COLON_COLON, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG, + anon_sym_return_AT, + anon_sym_continue_AT, + anon_sym_break_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(3943), 25, + anon_sym_object, + anon_sym_fun, + anon_sym_get, + anon_sym_set, + anon_sym_this, + anon_sym_super, + sym_label, + anon_sym_null, + anon_sym_if, + anon_sym_when, + anon_sym_try, + anon_sym_throw, + anon_sym_return, + anon_sym_continue, + anon_sym_break, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, + sym__alpha_identifier, + [75366] = 5, + ACTIONS(8716), 1, + sym__quest, + STATE(5526), 1, + aux_sym_nullable_type_repeat1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4252), 11, + anon_sym_AT, + anon_sym_EQ, anon_sym_LBRACE, anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_GT, + anon_sym_DOT, + anon_sym_SEMI, + anon_sym_DASH_GT, sym__backtick_identifier, - ACTIONS(5051), 39, - anon_sym_typealias, - anon_sym_class, - anon_sym_interface, - anon_sym_enum, - anon_sym_val, - anon_sym_var, + ACTIONS(4250), 31, + anon_sym_by, anon_sym_where, - anon_sym_object, - anon_sym_fun, anon_sym_get, anon_sym_set, - anon_sym_dynamic, anon_sym_while, anon_sym_suspend, anon_sym_sealed, @@ -521139,60 +522349,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [74990] = 17, + [75423] = 17, ACTIONS(1772), 1, anon_sym_while, ACTIONS(3232), 1, anon_sym_AT, - ACTIONS(8296), 1, + ACTIONS(8306), 1, sym_property_modifier, - ACTIONS(8376), 1, + ACTIONS(8382), 1, anon_sym_get, - ACTIONS(8378), 1, + ACTIONS(8384), 1, anon_sym_set, - STATE(8580), 1, + STATE(8728), 1, sym_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8292), 2, + ACTIONS(8302), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8302), 2, + ACTIONS(8312), 2, anon_sym_expect, anon_sym_actual, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(9399), 2, + STATE(9115), 2, sym_getter, sym_setter, - ACTIONS(8298), 3, + ACTIONS(8308), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8300), 3, + ACTIONS(8310), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8290), 4, + ACTIONS(8300), 4, anon_sym_sealed, anon_sym_annotation, anon_sym_data, anon_sym_inner, - ACTIONS(8294), 4, + ACTIONS(8304), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8288), 6, + ACTIONS(8298), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5441), 10, + STATE(5459), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -521203,56 +522413,60 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [75071] = 13, + [75504] = 17, ACTIONS(3232), 1, anon_sym_AT, - ACTIONS(8380), 1, - sym__backtick_identifier, - ACTIONS(8708), 1, + ACTIONS(3280), 1, + anon_sym_while, + ACTIONS(8306), 1, sym_property_modifier, + ACTIONS(8382), 1, + anon_sym_get, + ACTIONS(8384), 1, + anon_sym_set, + STATE(8728), 1, + sym_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(75), 2, - anon_sym_sealed, - anon_sym_annotation, - ACTIONS(79), 2, + ACTIONS(8302), 2, anon_sym_override, anon_sym_lateinit, - STATE(5537), 2, + ACTIONS(8312), 2, + anon_sym_expect, + anon_sym_actual, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(85), 3, + STATE(9027), 2, + sym_getter, + sym_setter, + ACTIONS(8308), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(87), 3, + ACTIONS(8310), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(81), 4, + ACTIONS(8300), 4, + anon_sym_sealed, + anon_sym_annotation, + anon_sym_data, + anon_sym_inner, + ACTIONS(8304), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(73), 6, + ACTIONS(8298), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - ACTIONS(8382), 9, - anon_sym_val, - anon_sym_var, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - STATE(5317), 10, + STATE(5459), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -521263,60 +522477,60 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [75144] = 17, + [75585] = 17, ACTIONS(3232), 1, anon_sym_AT, - ACTIONS(3256), 1, + ACTIONS(3340), 1, anon_sym_while, - ACTIONS(8296), 1, + ACTIONS(8306), 1, sym_property_modifier, - ACTIONS(8376), 1, + ACTIONS(8382), 1, anon_sym_get, - ACTIONS(8378), 1, + ACTIONS(8384), 1, anon_sym_set, - STATE(8580), 1, + STATE(8728), 1, sym_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8292), 2, + ACTIONS(8302), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8302), 2, + ACTIONS(8312), 2, anon_sym_expect, anon_sym_actual, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(9430), 2, + STATE(9121), 2, sym_getter, sym_setter, - ACTIONS(8298), 3, + ACTIONS(8308), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8300), 3, + ACTIONS(8310), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8290), 4, + ACTIONS(8300), 4, anon_sym_sealed, anon_sym_annotation, anon_sym_data, anon_sym_inner, - ACTIONS(8294), 4, + ACTIONS(8304), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8288), 6, + ACTIONS(8298), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5441), 10, + STATE(5459), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -521327,60 +522541,60 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [75225] = 17, + [75666] = 17, + ACTIONS(1780), 1, + anon_sym_while, ACTIONS(3232), 1, anon_sym_AT, - ACTIONS(3342), 1, - anon_sym_while, - ACTIONS(8296), 1, + ACTIONS(8306), 1, sym_property_modifier, - ACTIONS(8376), 1, + ACTIONS(8382), 1, anon_sym_get, - ACTIONS(8378), 1, + ACTIONS(8384), 1, anon_sym_set, - STATE(8580), 1, + STATE(8728), 1, sym_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8292), 2, + ACTIONS(8302), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8302), 2, + ACTIONS(8312), 2, anon_sym_expect, anon_sym_actual, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(9383), 2, + STATE(9118), 2, sym_getter, sym_setter, - ACTIONS(8298), 3, + ACTIONS(8308), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8300), 3, + ACTIONS(8310), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8290), 4, + ACTIONS(8300), 4, anon_sym_sealed, anon_sym_annotation, anon_sym_data, anon_sym_inner, - ACTIONS(8294), 4, + ACTIONS(8304), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8288), 6, + ACTIONS(8298), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5441), 10, + STATE(5459), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -521391,112 +522605,60 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [75306] = 5, - ACTIONS(8710), 1, - sym__quest, - STATE(5505), 1, - aux_sym_nullable_type_repeat1, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4313), 11, - anon_sym_AT, - anon_sym_EQ, - anon_sym_LBRACE, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_GT, - anon_sym_DOT, - anon_sym_SEMI, - anon_sym_DASH_GT, - sym__backtick_identifier, - ACTIONS(4311), 31, - anon_sym_by, - anon_sym_where, - anon_sym_get, - anon_sym_set, - anon_sym_while, - anon_sym_suspend, - anon_sym_sealed, - anon_sym_annotation, - anon_sym_data, - anon_sym_inner, - anon_sym_override, - anon_sym_lateinit, - anon_sym_public, - anon_sym_private, - anon_sym_internal, - anon_sym_protected, - anon_sym_tailrec, - anon_sym_operator, - anon_sym_infix, - anon_sym_inline, - anon_sym_external, - sym_property_modifier, - anon_sym_abstract, - anon_sym_final, - anon_sym_open, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - [75363] = 17, + [75747] = 17, ACTIONS(1766), 1, anon_sym_while, ACTIONS(3232), 1, anon_sym_AT, - ACTIONS(8296), 1, + ACTIONS(8306), 1, sym_property_modifier, - ACTIONS(8376), 1, + ACTIONS(8382), 1, anon_sym_get, - ACTIONS(8378), 1, + ACTIONS(8384), 1, anon_sym_set, - STATE(8580), 1, + STATE(8728), 1, sym_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8292), 2, + ACTIONS(8302), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8302), 2, + ACTIONS(8312), 2, anon_sym_expect, anon_sym_actual, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(9435), 2, + STATE(9127), 2, sym_getter, sym_setter, - ACTIONS(8298), 3, + ACTIONS(8308), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8300), 3, + ACTIONS(8310), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8290), 4, + ACTIONS(8300), 4, anon_sym_sealed, anon_sym_annotation, anon_sym_data, anon_sym_inner, - ACTIONS(8294), 4, + ACTIONS(8304), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8288), 6, + ACTIONS(8298), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5441), 10, + STATE(5459), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -521507,112 +522669,60 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [75444] = 5, - ACTIONS(8713), 1, - sym__quest, - STATE(5505), 1, - aux_sym_nullable_type_repeat1, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4265), 11, - anon_sym_AT, - anon_sym_EQ, - anon_sym_LBRACE, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_GT, - anon_sym_DOT, - anon_sym_SEMI, - anon_sym_DASH_GT, - sym__backtick_identifier, - ACTIONS(4263), 31, - anon_sym_by, - anon_sym_where, - anon_sym_get, - anon_sym_set, - anon_sym_while, - anon_sym_suspend, - anon_sym_sealed, - anon_sym_annotation, - anon_sym_data, - anon_sym_inner, - anon_sym_override, - anon_sym_lateinit, - anon_sym_public, - anon_sym_private, - anon_sym_internal, - anon_sym_protected, - anon_sym_tailrec, - anon_sym_operator, - anon_sym_infix, - anon_sym_inline, - anon_sym_external, - sym_property_modifier, - anon_sym_abstract, - anon_sym_final, - anon_sym_open, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - [75501] = 17, - ACTIONS(1784), 1, + [75828] = 17, + ACTIONS(1754), 1, anon_sym_while, ACTIONS(3232), 1, anon_sym_AT, - ACTIONS(8296), 1, + ACTIONS(8306), 1, sym_property_modifier, - ACTIONS(8376), 1, + ACTIONS(8382), 1, anon_sym_get, - ACTIONS(8378), 1, + ACTIONS(8384), 1, anon_sym_set, - STATE(8580), 1, + STATE(8728), 1, sym_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8292), 2, + ACTIONS(8302), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8302), 2, + ACTIONS(8312), 2, anon_sym_expect, anon_sym_actual, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(9389), 2, + STATE(9095), 2, sym_getter, sym_setter, - ACTIONS(8298), 3, + ACTIONS(8308), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8300), 3, + ACTIONS(8310), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8290), 4, + ACTIONS(8300), 4, anon_sym_sealed, anon_sym_annotation, anon_sym_data, anon_sym_inner, - ACTIONS(8294), 4, + ACTIONS(8304), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8288), 6, + ACTIONS(8298), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5441), 10, + STATE(5459), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -521623,112 +522733,60 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [75582] = 5, - ACTIONS(4257), 1, - anon_sym_while, - ACTIONS(8619), 1, - anon_sym_LPAREN, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(3833), 17, - sym__string_start, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR, - anon_sym_COLON_COLON, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BANG, - anon_sym_return_AT, - anon_sym_continue_AT, - anon_sym_break_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(3828), 25, - anon_sym_object, - anon_sym_fun, - anon_sym_get, - anon_sym_set, - anon_sym_this, - anon_sym_super, - sym_label, - anon_sym_null, - anon_sym_if, - anon_sym_when, - anon_sym_try, - anon_sym_throw, - anon_sym_return, - anon_sym_continue, - anon_sym_break, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [75639] = 17, - ACTIONS(1754), 1, + [75909] = 17, + ACTIONS(1786), 1, anon_sym_while, ACTIONS(3232), 1, anon_sym_AT, - ACTIONS(8296), 1, + ACTIONS(8306), 1, sym_property_modifier, - ACTIONS(8376), 1, + ACTIONS(8382), 1, anon_sym_get, - ACTIONS(8378), 1, + ACTIONS(8384), 1, anon_sym_set, - STATE(8580), 1, + STATE(8728), 1, sym_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8292), 2, + ACTIONS(8302), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8302), 2, + ACTIONS(8312), 2, anon_sym_expect, anon_sym_actual, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(9393), 2, + STATE(9055), 2, sym_getter, sym_setter, - ACTIONS(8298), 3, + ACTIONS(8308), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8300), 3, + ACTIONS(8310), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8290), 4, + ACTIONS(8300), 4, anon_sym_sealed, anon_sym_annotation, anon_sym_data, anon_sym_inner, - ACTIONS(8294), 4, + ACTIONS(8304), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8288), 6, + ACTIONS(8298), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5441), 10, + STATE(5459), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -521739,60 +522797,60 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [75720] = 17, + [75990] = 17, ACTIONS(1696), 1, anon_sym_while, ACTIONS(3232), 1, anon_sym_AT, - ACTIONS(8296), 1, + ACTIONS(8306), 1, sym_property_modifier, - ACTIONS(8376), 1, + ACTIONS(8382), 1, anon_sym_get, - ACTIONS(8378), 1, + ACTIONS(8384), 1, anon_sym_set, - STATE(8580), 1, + STATE(8728), 1, sym_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8292), 2, + ACTIONS(8302), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8302), 2, + ACTIONS(8312), 2, anon_sym_expect, anon_sym_actual, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(9506), 2, + STATE(9079), 2, sym_getter, sym_setter, - ACTIONS(8298), 3, + ACTIONS(8308), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8300), 3, + ACTIONS(8310), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8290), 4, + ACTIONS(8300), 4, anon_sym_sealed, anon_sym_annotation, anon_sym_data, anon_sym_inner, - ACTIONS(8294), 4, + ACTIONS(8304), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8288), 6, + ACTIONS(8298), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5441), 10, + STATE(5459), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -521803,15 +522861,15 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [75801] = 5, - ACTIONS(4241), 1, + [76071] = 5, + ACTIONS(4150), 1, anon_sym_while, - ACTIONS(8604), 1, + ACTIONS(8619), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3833), 17, + ACTIONS(3948), 17, sym__string_start, anon_sym_AT, anon_sym_LBRACK, @@ -521829,7 +522887,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(3828), 25, + ACTIONS(3943), 25, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -521855,94 +522913,84 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [75858] = 17, - ACTIONS(1778), 1, + [76128] = 5, + ACTIONS(4293), 1, anon_sym_while, - ACTIONS(3232), 1, - anon_sym_AT, - ACTIONS(8296), 1, - sym_property_modifier, - ACTIONS(8376), 1, - anon_sym_get, - ACTIONS(8378), 1, - anon_sym_set, - STATE(8580), 1, - sym_modifiers, + ACTIONS(8606), 1, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8292), 2, - anon_sym_override, - anon_sym_lateinit, - ACTIONS(8302), 2, - anon_sym_expect, - anon_sym_actual, - STATE(5537), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(9417), 2, - sym_getter, - sym_setter, - ACTIONS(8298), 3, - anon_sym_abstract, - anon_sym_final, - anon_sym_open, - ACTIONS(8300), 3, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, - ACTIONS(8290), 4, - anon_sym_sealed, - anon_sym_annotation, + ACTIONS(3948), 17, + sym__string_start, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR, + anon_sym_COLON_COLON, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG, + anon_sym_return_AT, + anon_sym_continue_AT, + anon_sym_break_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(3943), 25, + anon_sym_object, + anon_sym_fun, + anon_sym_get, + anon_sym_set, + anon_sym_this, + anon_sym_super, + sym_label, + anon_sym_null, + anon_sym_if, + anon_sym_when, + anon_sym_try, + anon_sym_throw, + anon_sym_return, + anon_sym_continue, + anon_sym_break, + anon_sym_PLUS, + anon_sym_DASH, anon_sym_data, anon_sym_inner, - ACTIONS(8294), 4, - anon_sym_public, - anon_sym_private, - anon_sym_internal, - anon_sym_protected, - ACTIONS(8288), 6, - anon_sym_suspend, - anon_sym_tailrec, - anon_sym_operator, - anon_sym_infix, - anon_sym_inline, - anon_sym_external, - STATE(5441), 10, - sym__modifier, - sym_class_modifier, - sym_member_modifier, - sym_visibility_modifier, - sym_function_modifier, - sym_inheritance_modifier, - sym_parameter_modifier, - sym_platform_modifier, - sym_annotation, - aux_sym_modifiers_repeat1, - [75939] = 4, - ACTIONS(8715), 1, - anon_sym_COLON, + anon_sym_expect, + anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, + sym__alpha_identifier, + [76185] = 5, + ACTIONS(8718), 1, + sym__quest, + STATE(5526), 1, + aux_sym_nullable_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3833), 5, + ACTIONS(4239), 11, anon_sym_AT, + anon_sym_EQ, + anon_sym_LBRACE, anon_sym_LPAREN, - anon_sym_LT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_GT, anon_sym_DOT, + anon_sym_SEMI, + anon_sym_DASH_GT, sym__backtick_identifier, - ACTIONS(3828), 37, - anon_sym_typealias, - anon_sym_class, - anon_sym_interface, - anon_sym_enum, - anon_sym_val, - anon_sym_var, - anon_sym_object, - anon_sym_fun, + ACTIONS(4237), 31, + anon_sym_by, + anon_sym_where, anon_sym_get, anon_sym_set, - anon_sym_dynamic, + anon_sym_while, anon_sym_suspend, anon_sym_sealed, anon_sym_annotation, @@ -521969,89 +523017,95 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [75993] = 3, + [76242] = 13, + ACTIONS(3232), 1, + anon_sym_AT, + ACTIONS(8506), 1, + sym__backtick_identifier, + ACTIONS(8721), 1, + sym_property_modifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3833), 12, - sym__automatic_semicolon, - anon_sym_AT, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_LT, - anon_sym_DOT, - anon_sym_SEMI, - sym__quest, - sym__backtick_identifier, - ACTIONS(3828), 30, - anon_sym_by, - anon_sym_where, - anon_sym_get, - anon_sym_set, - anon_sym_suspend, + ACTIONS(75), 2, anon_sym_sealed, anon_sym_annotation, - anon_sym_data, - anon_sym_inner, + ACTIONS(79), 2, anon_sym_override, anon_sym_lateinit, + STATE(5546), 2, + sym__single_annotation, + sym__multi_annotation, + ACTIONS(85), 3, + anon_sym_abstract, + anon_sym_final, + anon_sym_open, + ACTIONS(87), 3, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + ACTIONS(81), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, + ACTIONS(73), 6, + anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - sym_property_modifier, - anon_sym_abstract, - anon_sym_final, - anon_sym_open, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, + ACTIONS(8508), 9, + anon_sym_val, + anon_sym_var, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [76044] = 8, - ACTIONS(6338), 1, - anon_sym_LT, - ACTIONS(8717), 1, + STATE(5305), 10, + sym__modifier, + sym_class_modifier, + sym_member_modifier, + sym_visibility_modifier, + sym_function_modifier, + sym_inheritance_modifier, + sym_parameter_modifier, + sym_platform_modifier, + sym_annotation, + aux_sym_modifiers_repeat1, + [76315] = 4, + ACTIONS(8723), 1, anon_sym_COLON, - STATE(5093), 1, - sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4138), 4, + ACTIONS(3948), 5, + anon_sym_AT, anon_sym_LPAREN, + anon_sym_LT, anon_sym_DOT, - sym__quest, sym__backtick_identifier, - ACTIONS(4132), 5, - sym__automatic_semicolon, - anon_sym_AT, - anon_sym_EQ, - anon_sym_RBRACE, - anon_sym_SEMI, - ACTIONS(4130), 7, + ACTIONS(3943), 37, + anon_sym_typealias, + anon_sym_class, + anon_sym_interface, + anon_sym_enum, + anon_sym_val, + anon_sym_var, + anon_sym_object, + anon_sym_fun, anon_sym_get, anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4136), 23, - anon_sym_by, - anon_sym_where, + anon_sym_dynamic, anon_sym_suspend, anon_sym_sealed, anon_sym_annotation, + anon_sym_data, + anon_sym_inner, anon_sym_override, anon_sym_lateinit, anon_sym_public, @@ -522070,18 +523124,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - [76105] = 5, - ACTIONS(8719), 1, - anon_sym_LT, - STATE(5536), 1, - sym_type_arguments, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + [76369] = 4, + ACTIONS(8723), 1, + anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4130), 2, + ACTIONS(3943), 2, anon_sym_var, sym_property_modifier, - ACTIONS(4138), 38, + ACTIONS(3948), 39, anon_sym_AT, anon_sym_typealias, anon_sym_class, @@ -522090,6 +523145,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constructor, anon_sym_LPAREN, anon_sym_val, + anon_sym_LT, anon_sym_companion, anon_sym_object, anon_sym_fun, @@ -522120,16 +523176,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [76160] = 4, - ACTIONS(8715), 1, - anon_sym_COLON, + [76422] = 5, + ACTIONS(8725), 1, + anon_sym_LT, + STATE(5545), 1, + sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3828), 2, + ACTIONS(4107), 2, anon_sym_var, sym_property_modifier, - ACTIONS(3833), 39, + ACTIONS(4115), 38, anon_sym_AT, anon_sym_typealias, anon_sym_class, @@ -522138,7 +523196,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_constructor, anon_sym_LPAREN, anon_sym_val, - anon_sym_LT, anon_sym_companion, anon_sym_object, anon_sym_fun, @@ -522169,34 +523226,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [76213] = 3, + [76477] = 8, + ACTIONS(6349), 1, + anon_sym_LT, + ACTIONS(8727), 1, + anon_sym_COLON, + STATE(5112), 1, + sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3828), 2, + ACTIONS(4115), 4, + anon_sym_LPAREN, anon_sym_DOT, - sym_property_modifier, - ACTIONS(3833), 39, + sym__quest, + sym__backtick_identifier, + ACTIONS(4109), 5, sym__automatic_semicolon, anon_sym_AT, - anon_sym_COLON, - anon_sym_DOT_STAR, - anon_sym_as, anon_sym_EQ, - anon_sym_constructor, - anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_COMMA, + anon_sym_SEMI, + ACTIONS(4107), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4113), 23, anon_sym_by, - anon_sym_LT, anon_sym_where, - sym__quest, anon_sym_suspend, anon_sym_sealed, anon_sym_annotation, - anon_sym_data, - anon_sym_inner, anon_sym_override, anon_sym_lateinit, anon_sym_public, @@ -522208,35 +523272,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_infix, anon_sym_inline, anon_sym_external, + sym_property_modifier, anon_sym_abstract, anon_sym_final, anon_sym_open, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - anon_sym_expect, - anon_sym_actual, - [76263] = 5, - ACTIONS(8721), 1, - anon_sym_LPAREN, - STATE(5500), 1, - sym_value_arguments, + [76538] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(6970), 3, + ACTIONS(3948), 12, + sym__automatic_semicolon, anon_sym_AT, - anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_EQ, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_LT, + anon_sym_DOT, + anon_sym_SEMI, + sym__quest, sym__backtick_identifier, - ACTIONS(6968), 36, - anon_sym_typealias, - anon_sym_class, - anon_sym_interface, - anon_sym_enum, - anon_sym_val, - anon_sym_var, - anon_sym_object, - anon_sym_fun, + ACTIONS(3943), 30, + anon_sym_by, + anon_sym_where, anon_sym_get, anon_sym_set, anon_sym_suspend, @@ -522265,29 +523327,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [76317] = 4, - ACTIONS(8723), 1, - anon_sym_LT, - STATE(5544), 1, - sym_type_arguments, + [76589] = 5, + ACTIONS(8729), 1, + anon_sym_DOT, + STATE(5533), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4138), 39, - sym__automatic_semicolon, + ACTIONS(4272), 2, + anon_sym_var, + sym_property_modifier, + ACTIONS(4274), 37, anon_sym_AT, - anon_sym_EQ, - anon_sym_LBRACE, - anon_sym_RBRACE, + anon_sym_typealias, + anon_sym_class, + anon_sym_interface, + anon_sym_enum, + anon_sym_constructor, anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_by, - anon_sym_where, - anon_sym_DOT, - anon_sym_SEMI, + anon_sym_val, + anon_sym_companion, + anon_sym_object, + anon_sym_fun, anon_sym_get, anon_sym_set, - sym__quest, anon_sym_suspend, anon_sym_sealed, anon_sym_annotation, @@ -522304,7 +523368,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_infix, anon_sym_inline, anon_sym_external, - sym_property_modifier, anon_sym_abstract, anon_sym_final, anon_sym_open, @@ -522313,18 +523376,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [76369] = 5, - ACTIONS(8725), 1, + [76643] = 5, + ACTIONS(8732), 1, anon_sym_DOT, - STATE(5523), 1, + STATE(5533), 1, aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4269), 2, + ACTIONS(4222), 2, anon_sym_var, sym_property_modifier, - ACTIONS(4271), 37, + ACTIONS(4224), 37, anon_sym_AT, anon_sym_typealias, anon_sym_class, @@ -522362,31 +523425,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [76423] = 5, - ACTIONS(8727), 1, + [76697] = 8, + ACTIONS(6349), 1, + anon_sym_LT, + ACTIONS(8734), 1, + anon_sym_COLON, + STATE(5112), 1, + sym_type_arguments, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4109), 3, + anon_sym_AT, + anon_sym_EQ, + anon_sym_SEMI, + ACTIONS(4115), 4, + anon_sym_LPAREN, anon_sym_DOT, - STATE(5523), 1, - aux_sym_user_type_repeat1, + sym__quest, + sym__backtick_identifier, + ACTIONS(4107), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4113), 24, + anon_sym_by, + anon_sym_where, + anon_sym_while, + anon_sym_suspend, + anon_sym_sealed, + anon_sym_annotation, + anon_sym_override, + anon_sym_lateinit, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_protected, + anon_sym_tailrec, + anon_sym_operator, + anon_sym_infix, + anon_sym_inline, + anon_sym_external, + sym_property_modifier, + anon_sym_abstract, + anon_sym_final, + anon_sym_open, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + [76757] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4304), 2, - anon_sym_var, + ACTIONS(3943), 2, + anon_sym_DOT, sym_property_modifier, - ACTIONS(4306), 37, + ACTIONS(3948), 39, + sym__automatic_semicolon, anon_sym_AT, - anon_sym_typealias, - anon_sym_class, - anon_sym_interface, - anon_sym_enum, + anon_sym_COLON, + anon_sym_DOT_STAR, + anon_sym_as, + anon_sym_EQ, anon_sym_constructor, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_val, - anon_sym_companion, - anon_sym_object, - anon_sym_fun, - anon_sym_get, - anon_sym_set, + anon_sym_COMMA, + anon_sym_by, + anon_sym_LT, + anon_sym_where, + sym__quest, anon_sym_suspend, anon_sym_sealed, anon_sym_annotation, @@ -522411,31 +523524,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [76477] = 5, - ACTIONS(8725), 1, - anon_sym_DOT, - STATE(5522), 1, - aux_sym_user_type_repeat1, + [76807] = 4, + ACTIONS(8736), 1, + anon_sym_LT, + STATE(5554), 1, + sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4142), 2, - anon_sym_var, - sym_property_modifier, - ACTIONS(4144), 37, + ACTIONS(4115), 39, + sym__automatic_semicolon, anon_sym_AT, - anon_sym_typealias, - anon_sym_class, - anon_sym_interface, - anon_sym_enum, - anon_sym_constructor, + anon_sym_EQ, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_val, - anon_sym_companion, - anon_sym_object, - anon_sym_fun, + anon_sym_COMMA, + anon_sym_by, + anon_sym_where, + anon_sym_DOT, + anon_sym_SEMI, anon_sym_get, anon_sym_set, + sym__quest, anon_sym_suspend, anon_sym_sealed, anon_sym_annotation, @@ -522452,6 +523563,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_infix, anon_sym_inline, anon_sym_external, + sym_property_modifier, anon_sym_abstract, anon_sym_final, anon_sym_open, @@ -522460,19 +523572,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [76531] = 5, - ACTIONS(8674), 1, + [76859] = 5, + ACTIONS(8682), 1, anon_sym_DOT, - STATE(5455), 1, + STATE(5469), 1, aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4144), 3, + ACTIONS(4311), 3, anon_sym_AT, anon_sym_LPAREN, sym__backtick_identifier, - ACTIONS(4142), 36, + ACTIONS(4309), 36, anon_sym_typealias, anon_sym_class, anon_sym_interface, @@ -522509,40 +523621,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [76585] = 8, - ACTIONS(6338), 1, - anon_sym_LT, - ACTIONS(8730), 1, - anon_sym_COLON, - STATE(5093), 1, - sym_type_arguments, + [76913] = 5, + ACTIONS(8738), 1, + anon_sym_LPAREN, + STATE(5504), 1, + sym_value_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4132), 3, + ACTIONS(6932), 3, anon_sym_AT, - anon_sym_EQ, - anon_sym_SEMI, - ACTIONS(4138), 4, - anon_sym_LPAREN, - anon_sym_DOT, - sym__quest, + anon_sym_RBRACK, sym__backtick_identifier, - ACTIONS(4130), 7, + ACTIONS(6930), 36, + anon_sym_typealias, + anon_sym_class, + anon_sym_interface, + anon_sym_enum, + anon_sym_val, + anon_sym_var, + anon_sym_object, + anon_sym_fun, anon_sym_get, anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4136), 24, - anon_sym_by, - anon_sym_where, - anon_sym_while, anon_sym_suspend, anon_sym_sealed, anon_sym_annotation, + anon_sym_data, + anon_sym_inner, anon_sym_override, anon_sym_lateinit, anon_sym_public, @@ -522561,23 +523667,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - [76645] = 3, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + [76967] = 5, + ACTIONS(8732), 1, + anon_sym_DOT, + STATE(5534), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8732), 2, + ACTIONS(4309), 2, anon_sym_var, sym_property_modifier, - ACTIONS(7539), 38, + ACTIONS(4311), 37, anon_sym_AT, anon_sym_typealias, anon_sym_class, anon_sym_interface, anon_sym_enum, anon_sym_constructor, - anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_val, - anon_sym_init, anon_sym_companion, anon_sym_object, anon_sym_fun, @@ -522607,26 +523719,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [76694] = 3, + [77021] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7083), 3, + ACTIONS(4272), 2, + anon_sym_var, + sym_property_modifier, + ACTIONS(4274), 38, anon_sym_AT, - anon_sym_LPAREN, - sym__backtick_identifier, - ACTIONS(7081), 37, anon_sym_typealias, anon_sym_class, anon_sym_interface, anon_sym_enum, + anon_sym_constructor, + anon_sym_LPAREN, anon_sym_val, - anon_sym_var, + anon_sym_companion, anon_sym_object, anon_sym_fun, + anon_sym_DOT, anon_sym_get, anon_sym_set, - anon_sym_dynamic, anon_sym_suspend, anon_sym_sealed, anon_sym_annotation, @@ -522643,7 +523757,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_infix, anon_sym_inline, anon_sym_external, - sym_property_modifier, anon_sym_abstract, anon_sym_final, anon_sym_open, @@ -522652,27 +523765,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - sym__alpha_identifier, - [76743] = 3, + [77070] = 5, + ACTIONS(8740), 1, + anon_sym_LPAREN, + STATE(5568), 1, + sym_value_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7055), 3, + ACTIONS(6930), 2, + anon_sym_var, + sym_property_modifier, + ACTIONS(6932), 36, anon_sym_AT, - anon_sym_LPAREN, - sym__backtick_identifier, - ACTIONS(7053), 37, anon_sym_typealias, anon_sym_class, anon_sym_interface, anon_sym_enum, + anon_sym_constructor, anon_sym_val, - anon_sym_var, + anon_sym_companion, anon_sym_object, anon_sym_fun, anon_sym_get, anon_sym_set, - anon_sym_dynamic, anon_sym_suspend, anon_sym_sealed, anon_sym_annotation, @@ -522689,7 +523805,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_infix, anon_sym_inline, anon_sym_external, - sym_property_modifier, anon_sym_abstract, anon_sym_final, anon_sym_open, @@ -522698,15 +523813,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - sym__alpha_identifier, - [76792] = 3, + [77123] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4304), 2, + ACTIONS(4491), 2, anon_sym_var, sym_property_modifier, - ACTIONS(4306), 38, + ACTIONS(4493), 38, anon_sym_AT, anon_sym_typealias, anon_sym_class, @@ -522745,15 +523859,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [76841] = 3, + [77172] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7029), 3, + ACTIONS(7017), 3, anon_sym_AT, anon_sym_LPAREN, sym__backtick_identifier, - ACTIONS(7027), 37, + ACTIONS(7015), 37, anon_sym_typealias, anon_sym_class, anon_sym_interface, @@ -522791,14 +523905,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [76890] = 3, + [77221] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4444), 2, + ACTIONS(4515), 2, anon_sym_var, sym_property_modifier, - ACTIONS(4446), 38, + ACTIONS(4517), 38, anon_sym_AT, anon_sym_typealias, anon_sym_class, @@ -522837,15 +523951,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [76939] = 4, - ACTIONS(8734), 1, + [77270] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(7032), 3, + anon_sym_AT, + anon_sym_LPAREN, + sym__backtick_identifier, + ACTIONS(7030), 37, + anon_sym_typealias, + anon_sym_class, + anon_sym_interface, + anon_sym_enum, + anon_sym_val, + anon_sym_var, + anon_sym_object, + anon_sym_fun, + anon_sym_get, + anon_sym_set, + anon_sym_dynamic, + anon_sym_suspend, + anon_sym_sealed, + anon_sym_annotation, + anon_sym_data, + anon_sym_inner, + anon_sym_override, + anon_sym_lateinit, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_protected, + anon_sym_tailrec, + anon_sym_operator, + anon_sym_infix, + anon_sym_inline, + anon_sym_external, + sym_property_modifier, + anon_sym_abstract, + anon_sym_final, + anon_sym_open, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + [77319] = 4, + ACTIONS(8742), 1, sym__quest, - STATE(5507), 1, + STATE(5515), 1, aux_sym_nullable_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4296), 38, + ACTIONS(4246), 38, anon_sym_AT, anon_sym_EQ, anon_sym_LBRACE, @@ -522884,28 +524044,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [76990] = 5, - ACTIONS(8736), 1, - anon_sym_LPAREN, - STATE(5582), 1, - sym_value_arguments, + [77370] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(6968), 2, + ACTIONS(4471), 2, anon_sym_var, sym_property_modifier, - ACTIONS(6970), 36, + ACTIONS(4473), 38, anon_sym_AT, anon_sym_typealias, anon_sym_class, anon_sym_interface, anon_sym_enum, anon_sym_constructor, + anon_sym_LPAREN, anon_sym_val, anon_sym_companion, anon_sym_object, anon_sym_fun, + anon_sym_DOT, anon_sym_get, anon_sym_set, anon_sym_suspend, @@ -522932,28 +524090,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [77043] = 3, + [77419] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4440), 2, - anon_sym_var, - sym_property_modifier, - ACTIONS(4442), 38, + ACTIONS(7083), 3, anon_sym_AT, + anon_sym_LPAREN, + sym__backtick_identifier, + ACTIONS(7081), 37, anon_sym_typealias, anon_sym_class, anon_sym_interface, anon_sym_enum, - anon_sym_constructor, - anon_sym_LPAREN, anon_sym_val, - anon_sym_companion, + anon_sym_var, anon_sym_object, anon_sym_fun, - anon_sym_DOT, anon_sym_get, anon_sym_set, + anon_sym_dynamic, anon_sym_suspend, anon_sym_sealed, anon_sym_annotation, @@ -522970,6 +524126,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_infix, anon_sym_inline, anon_sym_external, + sym_property_modifier, anon_sym_abstract, anon_sym_final, anon_sym_open, @@ -522978,28 +524135,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [77092] = 3, + sym__alpha_identifier, + [77468] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4426), 2, - anon_sym_var, - sym_property_modifier, - ACTIONS(4428), 38, + ACTIONS(7079), 3, anon_sym_AT, + anon_sym_LPAREN, + sym__backtick_identifier, + ACTIONS(7077), 37, anon_sym_typealias, anon_sym_class, anon_sym_interface, anon_sym_enum, - anon_sym_constructor, - anon_sym_LPAREN, anon_sym_val, - anon_sym_companion, + anon_sym_var, anon_sym_object, anon_sym_fun, - anon_sym_DOT, anon_sym_get, anon_sym_set, + anon_sym_dynamic, anon_sym_suspend, anon_sym_sealed, anon_sym_annotation, @@ -523016,6 +524172,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_infix, anon_sym_inline, anon_sym_external, + sym_property_modifier, anon_sym_abstract, anon_sym_final, anon_sym_open, @@ -523024,15 +524181,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [77141] = 3, + sym__alpha_identifier, + [77517] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7069), 3, + ACTIONS(7024), 3, anon_sym_AT, anon_sym_LPAREN, sym__backtick_identifier, - ACTIONS(7067), 37, + ACTIONS(7022), 37, anon_sym_typealias, anon_sym_class, anon_sym_interface, @@ -523070,26 +524228,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [77190] = 3, + [77566] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7005), 3, + ACTIONS(8744), 2, + anon_sym_var, + sym_property_modifier, + ACTIONS(7459), 38, anon_sym_AT, - anon_sym_LPAREN, - sym__backtick_identifier, - ACTIONS(7003), 37, anon_sym_typealias, anon_sym_class, anon_sym_interface, anon_sym_enum, + anon_sym_constructor, + anon_sym_RBRACE, anon_sym_val, - anon_sym_var, + anon_sym_init, + anon_sym_companion, anon_sym_object, anon_sym_fun, anon_sym_get, anon_sym_set, - anon_sym_dynamic, anon_sym_suspend, anon_sym_sealed, anon_sym_annotation, @@ -523106,7 +524266,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_infix, anon_sym_inline, anon_sym_external, - sym_property_modifier, anon_sym_abstract, anon_sym_final, anon_sym_open, @@ -523115,26 +524274,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - sym__alpha_identifier, - [77239] = 2, + [77615] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4446), 39, - sym__automatic_semicolon, + ACTIONS(4493), 11, anon_sym_AT, anon_sym_EQ, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_by, - anon_sym_where, + anon_sym_RPAREN, + anon_sym_GT, anon_sym_DOT, - anon_sym_SEMI, + sym__quest, + anon_sym_DASH_GT, + sym_label, + ACTIONS(4491), 28, anon_sym_get, anon_sym_set, - sym__quest, + anon_sym_while, anon_sym_suspend, anon_sym_sealed, anon_sym_annotation, @@ -523160,26 +524319,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [77285] = 3, + [77663] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4446), 11, + ACTIONS(4517), 39, + sym__automatic_semicolon, anon_sym_AT, anon_sym_EQ, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_GT, + anon_sym_by, + anon_sym_where, anon_sym_DOT, + anon_sym_SEMI, + anon_sym_get, + anon_sym_set, sym__quest, - anon_sym_DASH_GT, - sym_label, - ACTIONS(4444), 28, + anon_sym_suspend, + anon_sym_sealed, + anon_sym_annotation, + anon_sym_data, + anon_sym_inner, + anon_sym_override, + anon_sym_lateinit, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_protected, + anon_sym_tailrec, + anon_sym_operator, + anon_sym_infix, + anon_sym_inline, + anon_sym_external, + sym_property_modifier, + anon_sym_abstract, + anon_sym_final, + anon_sym_open, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + anon_sym_expect, + anon_sym_actual, + [77709] = 2, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4473), 39, + sym__automatic_semicolon, + anon_sym_AT, + anon_sym_EQ, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_by, + anon_sym_where, + anon_sym_DOT, + anon_sym_SEMI, anon_sym_get, anon_sym_set, - anon_sym_while, + sym__quest, anon_sym_suspend, anon_sym_sealed, anon_sym_annotation, @@ -523205,11 +524407,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [77333] = 3, + [77755] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4442), 11, + ACTIONS(4473), 11, anon_sym_AT, anon_sym_EQ, anon_sym_LBRACE, @@ -523221,7 +524423,7 @@ static const uint16_t ts_small_parse_table[] = { sym__quest, anon_sym_DASH_GT, sym_label, - ACTIONS(4440), 28, + ACTIONS(4471), 28, anon_sym_get, anon_sym_set, anon_sym_while, @@ -523250,11 +524452,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [77381] = 2, + [77803] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4306), 39, + ACTIONS(4493), 39, sym__automatic_semicolon, anon_sym_AT, anon_sym_EQ, @@ -523294,11 +524496,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [77427] = 2, + [77849] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4442), 39, + ACTIONS(4274), 39, sym__automatic_semicolon, anon_sym_AT, anon_sym_EQ, @@ -523338,25 +524540,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [77473] = 2, + [77895] = 4, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4428), 39, - sym__automatic_semicolon, + ACTIONS(8746), 2, anon_sym_AT, - anon_sym_EQ, + sym__backtick_identifier, + ACTIONS(3948), 6, + anon_sym_COLON, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_by, - anon_sym_where, - anon_sym_DOT, anon_sym_SEMI, + ACTIONS(3950), 30, + anon_sym_val, + anon_sym_var, + anon_sym_get, + anon_sym_set, + anon_sym_suspend, + anon_sym_sealed, + anon_sym_annotation, + anon_sym_data, + anon_sym_inner, + anon_sym_override, + anon_sym_lateinit, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_protected, + anon_sym_tailrec, + anon_sym_operator, + anon_sym_infix, + anon_sym_inline, + anon_sym_external, + sym_property_modifier, + anon_sym_abstract, + anon_sym_final, + anon_sym_open, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + [77944] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(8750), 2, + anon_sym_AT, + sym__backtick_identifier, + ACTIONS(8748), 36, + anon_sym_typealias, + anon_sym_class, + anon_sym_interface, + anon_sym_enum, + anon_sym_val, + anon_sym_var, + anon_sym_object, + anon_sym_fun, anon_sym_get, anon_sym_set, - sym__quest, anon_sym_suspend, anon_sym_sealed, anon_sym_annotation, @@ -523382,64 +524628,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [77519] = 24, - ACTIONS(7317), 1, + sym__alpha_identifier, + [77991] = 24, + ACTIONS(7325), 1, anon_sym_dynamic, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - ACTIONS(8742), 1, + ACTIONS(8756), 1, anon_sym_COMMA, - ACTIONS(8744), 1, + ACTIONS(8758), 1, anon_sym_RPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6677), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(6981), 1, + STATE(6989), 1, sym_annotation, - STATE(7513), 1, + STATE(7463), 1, sym_parameter_modifiers, - STATE(7584), 1, + STATE(7618), 1, sym__simple_user_type, - STATE(7891), 1, + STATE(7918), 1, sym_simple_identifier, - STATE(8305), 1, + STATE(8337), 1, sym__function_value_parameter, - STATE(8421), 1, + STATE(8515), 1, sym_parameter, - STATE(9204), 1, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6894), 2, + STATE(6927), 2, sym_parameter_modifier, aux_sym_parameter_modifiers_repeat1, - STATE(6895), 2, + STATE(6931), 2, sym__type_modifier, aux_sym_type_modifiers_repeat1, ACTIONS(87), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(7408), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(9207), 3, + STATE(9400), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -523447,14 +524694,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [77608] = 3, + [78080] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8748), 2, + ACTIONS(3958), 2, anon_sym_var, sym_property_modifier, - ACTIONS(8746), 36, + ACTIONS(8760), 36, anon_sym_AT, anon_sym_typealias, anon_sym_class, @@ -523491,84 +524738,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [77655] = 24, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8406), 1, - sym__backtick_identifier, - ACTIONS(8738), 1, - anon_sym_AT, - ACTIONS(8740), 1, - anon_sym_LPAREN, - ACTIONS(8750), 1, - anon_sym_COMMA, - ACTIONS(8752), 1, - anon_sym_RPAREN, - STATE(4507), 1, - sym__lexical_identifier, - STATE(6677), 1, - sym_type_modifiers, - STATE(6981), 1, - sym_annotation, - STATE(7513), 1, - sym_parameter_modifiers, - STATE(7584), 1, - sym__simple_user_type, - STATE(7891), 1, - sym_simple_identifier, - STATE(8421), 1, - sym_parameter, - STATE(8423), 1, - sym__function_value_parameter, - STATE(9204), 1, - sym_function_type_parameters, + [78127] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(6894), 2, - sym_parameter_modifier, - aux_sym_parameter_modifiers_repeat1, - STATE(6895), 2, - sym__type_modifier, - aux_sym_type_modifiers_repeat1, - ACTIONS(87), 3, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, - STATE(7408), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - STATE(9207), 3, - sym__type, - sym_nullable_type, - sym_function_type, - ACTIONS(8392), 7, + ACTIONS(4869), 2, + anon_sym_var, + sym_property_modifier, + ACTIONS(4871), 36, + anon_sym_AT, + anon_sym_typealias, + anon_sym_class, + anon_sym_interface, + anon_sym_enum, + anon_sym_constructor, + anon_sym_val, + anon_sym_companion, + anon_sym_object, + anon_sym_fun, anon_sym_get, anon_sym_set, + anon_sym_suspend, + anon_sym_sealed, + anon_sym_annotation, anon_sym_data, anon_sym_inner, + anon_sym_override, + anon_sym_lateinit, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_protected, + anon_sym_tailrec, + anon_sym_operator, + anon_sym_infix, + anon_sym_inline, + anon_sym_external, + anon_sym_abstract, + anon_sym_final, + anon_sym_open, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - sym__alpha_identifier, - [77744] = 4, - ACTIONS(8754), 1, - sym__quest, - STATE(5548), 1, - aux_sym_nullable_type_repeat1, + [78174] = 4, + ACTIONS(8762), 1, + anon_sym_DOT, + STATE(5564), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4313), 36, + ACTIONS(4274), 36, sym__automatic_semicolon, anon_sym_AT, anon_sym_EQ, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COMMA, anon_sym_by, @@ -523576,6 +524801,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_get, anon_sym_set, + sym__quest, anon_sym_suspend, anon_sym_sealed, anon_sym_annotation, @@ -523601,22 +524827,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [77793] = 3, + [78223] = 4, + ACTIONS(8765), 1, + sym__quest, + STATE(5567), 1, + aux_sym_nullable_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8759), 2, + ACTIONS(4252), 36, + sym__automatic_semicolon, anon_sym_AT, - sym__backtick_identifier, - ACTIONS(8757), 36, - anon_sym_typealias, - anon_sym_class, - anon_sym_interface, - anon_sym_enum, - anon_sym_val, - anon_sym_var, - anon_sym_object, - anon_sym_fun, + anon_sym_EQ, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_COMMA, + anon_sym_by, + anon_sym_where, + anon_sym_SEMI, anon_sym_get, anon_sym_set, anon_sym_suspend, @@ -523644,25 +524872,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - sym__alpha_identifier, - [77840] = 3, + [78272] = 4, + ACTIONS(8767), 1, + anon_sym_DOT, + STATE(5564), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8746), 2, + ACTIONS(4224), 36, + sym__automatic_semicolon, anon_sym_AT, - sym__backtick_identifier, - ACTIONS(8748), 36, - anon_sym_typealias, - anon_sym_class, - anon_sym_interface, - anon_sym_enum, - anon_sym_val, - anon_sym_var, - anon_sym_object, - anon_sym_fun, + anon_sym_EQ, + anon_sym_RBRACE, + anon_sym_COMMA, + anon_sym_by, + anon_sym_where, + anon_sym_SEMI, anon_sym_get, anon_sym_set, + sym__quest, anon_sym_suspend, anon_sym_sealed, anon_sym_annotation, @@ -523688,23 +524917,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - sym__alpha_identifier, - [77887] = 3, + [78321] = 4, + ACTIONS(8769), 1, + sym__quest, + STATE(5567), 1, + aux_sym_nullable_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8763), 2, + ACTIONS(4239), 36, + sym__automatic_semicolon, anon_sym_AT, - sym__backtick_identifier, - ACTIONS(8761), 36, - anon_sym_typealias, - anon_sym_class, - anon_sym_interface, - anon_sym_enum, - anon_sym_val, - anon_sym_var, - anon_sym_object, - anon_sym_fun, + anon_sym_EQ, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_COMMA, + anon_sym_by, + anon_sym_where, + anon_sym_SEMI, anon_sym_get, anon_sym_set, anon_sym_suspend, @@ -523732,15 +524962,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - sym__alpha_identifier, - [77934] = 3, + [78370] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7027), 2, + ACTIONS(4893), 2, anon_sym_var, sym_property_modifier, - ACTIONS(7029), 36, + ACTIONS(4895), 36, anon_sym_AT, anon_sym_typealias, anon_sym_class, @@ -523777,20 +525006,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [77981] = 3, + [78417] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8767), 2, + ACTIONS(4861), 2, + anon_sym_var, + sym_property_modifier, + ACTIONS(4863), 36, anon_sym_AT, - sym__backtick_identifier, - ACTIONS(8765), 36, anon_sym_typealias, anon_sym_class, anon_sym_interface, anon_sym_enum, + anon_sym_constructor, anon_sym_val, - anon_sym_var, + anon_sym_companion, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -523811,7 +525042,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_infix, anon_sym_inline, anon_sym_external, - sym_property_modifier, anon_sym_abstract, anon_sym_final, anon_sym_open, @@ -523820,21 +525050,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - sym__alpha_identifier, - [78028] = 3, + [78464] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8769), 2, + ACTIONS(8748), 2, + anon_sym_var, + sym_property_modifier, + ACTIONS(8750), 36, anon_sym_AT, - sym__backtick_identifier, - ACTIONS(3835), 36, anon_sym_typealias, anon_sym_class, anon_sym_interface, anon_sym_enum, + anon_sym_constructor, anon_sym_val, - anon_sym_var, + anon_sym_companion, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -523855,7 +525086,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_infix, anon_sym_inline, anon_sym_external, - sym_property_modifier, anon_sym_abstract, anon_sym_final, anon_sym_open, @@ -523864,21 +525094,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - sym__alpha_identifier, - [78075] = 3, + [78511] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8773), 2, + ACTIONS(7030), 2, + anon_sym_var, + sym_property_modifier, + ACTIONS(7032), 36, anon_sym_AT, - sym__backtick_identifier, - ACTIONS(8771), 36, anon_sym_typealias, anon_sym_class, anon_sym_interface, anon_sym_enum, + anon_sym_constructor, anon_sym_val, - anon_sym_var, + anon_sym_companion, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -523899,7 +525130,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_infix, anon_sym_inline, anon_sym_external, - sym_property_modifier, anon_sym_abstract, anon_sym_final, anon_sym_open, @@ -523908,25 +525138,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - sym__alpha_identifier, - [78122] = 4, - ACTIONS(8775), 1, - sym__quest, - STATE(5548), 1, - aux_sym_nullable_type_repeat1, + [78558] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4265), 36, - sym__automatic_semicolon, + ACTIONS(4865), 2, + anon_sym_var, + sym_property_modifier, + ACTIONS(4867), 36, anon_sym_AT, - anon_sym_EQ, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_by, - anon_sym_where, - anon_sym_SEMI, + anon_sym_typealias, + anon_sym_class, + anon_sym_interface, + anon_sym_enum, + anon_sym_constructor, + anon_sym_val, + anon_sym_companion, + anon_sym_object, + anon_sym_fun, anon_sym_get, anon_sym_set, anon_sym_suspend, @@ -523945,7 +525174,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_infix, anon_sym_inline, anon_sym_external, - sym_property_modifier, anon_sym_abstract, anon_sym_final, anon_sym_open, @@ -523954,23 +525182,87 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [78171] = 4, + [78605] = 24, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, + anon_sym_AT, + ACTIONS(8754), 1, + anon_sym_LPAREN, + ACTIONS(8772), 1, + anon_sym_COMMA, + ACTIONS(8774), 1, + anon_sym_RPAREN, + STATE(4533), 1, + sym__lexical_identifier, + STATE(6550), 1, + sym_type_modifiers, + STATE(6989), 1, + sym_annotation, + STATE(7463), 1, + sym_parameter_modifiers, + STATE(7618), 1, + sym__simple_user_type, + STATE(7918), 1, + sym_simple_identifier, + STATE(8366), 1, + sym__function_value_parameter, + STATE(8515), 1, + sym_parameter, + STATE(9397), 1, + sym_function_type_parameters, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + STATE(5546), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(6927), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(6931), 2, + sym__type_modifier, + aux_sym_type_modifiers_repeat1, + ACTIONS(87), 3, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + STATE(7537), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + STATE(9400), 3, + sym__type, + sym_nullable_type, + sym_function_type, + ACTIONS(8386), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + [78694] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8769), 2, + ACTIONS(8778), 2, anon_sym_AT, sym__backtick_identifier, - ACTIONS(3833), 6, - anon_sym_COLON, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_SEMI, - ACTIONS(3835), 30, + ACTIONS(8776), 36, + anon_sym_typealias, + anon_sym_class, + anon_sym_interface, + anon_sym_enum, anon_sym_val, anon_sym_var, + anon_sym_object, + anon_sym_fun, anon_sym_get, anon_sym_set, anon_sym_suspend, @@ -523999,129 +525291,174 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [78220] = 24, - ACTIONS(7317), 1, + [78741] = 24, + ACTIONS(7325), 1, anon_sym_dynamic, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - ACTIONS(8777), 1, + ACTIONS(8780), 1, anon_sym_COMMA, - ACTIONS(8779), 1, + ACTIONS(8782), 1, anon_sym_RPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6677), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(6981), 1, + STATE(6989), 1, sym_annotation, - STATE(7513), 1, + STATE(7463), 1, sym_parameter_modifiers, - STATE(7584), 1, + STATE(7618), 1, sym__simple_user_type, - STATE(7891), 1, + STATE(7918), 1, sym_simple_identifier, - STATE(8301), 1, - sym__function_value_parameter, - STATE(8421), 1, + STATE(8515), 1, sym_parameter, - STATE(9204), 1, + STATE(8519), 1, + sym__function_value_parameter, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6894), 2, + STATE(6927), 2, sym_parameter_modifier, aux_sym_parameter_modifiers_repeat1, - STATE(6895), 2, + STATE(6931), 2, sym__type_modifier, aux_sym_type_modifiers_repeat1, ACTIONS(87), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(7408), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(9207), 3, + STATE(9400), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + [78830] = 4, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(8760), 2, + anon_sym_AT, + sym__backtick_identifier, + ACTIONS(3948), 6, + anon_sym_COLON, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_SEMI, + ACTIONS(3958), 30, + anon_sym_val, + anon_sym_var, anon_sym_get, anon_sym_set, + anon_sym_suspend, + anon_sym_sealed, + anon_sym_annotation, anon_sym_data, anon_sym_inner, + anon_sym_override, + anon_sym_lateinit, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_protected, + anon_sym_tailrec, + anon_sym_operator, + anon_sym_infix, + anon_sym_inline, + anon_sym_external, + sym_property_modifier, + anon_sym_abstract, + anon_sym_final, + anon_sym_open, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [78309] = 24, - ACTIONS(7317), 1, + [78879] = 24, + ACTIONS(7325), 1, anon_sym_dynamic, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - ACTIONS(8781), 1, + ACTIONS(8784), 1, anon_sym_COMMA, - ACTIONS(8783), 1, + ACTIONS(8786), 1, anon_sym_RPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6677), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(6981), 1, + STATE(6989), 1, sym_annotation, - STATE(7513), 1, + STATE(7463), 1, sym_parameter_modifiers, - STATE(7584), 1, + STATE(7618), 1, sym__simple_user_type, - STATE(7891), 1, + STATE(7918), 1, sym_simple_identifier, - STATE(8421), 1, - sym_parameter, - STATE(8502), 1, + STATE(8467), 1, sym__function_value_parameter, - STATE(9204), 1, + STATE(8515), 1, + sym_parameter, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6894), 2, + STATE(6927), 2, sym_parameter_modifier, aux_sym_parameter_modifiers_repeat1, - STATE(6895), 2, + STATE(6931), 2, sym__type_modifier, aux_sym_type_modifiers_repeat1, ACTIONS(87), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(7408), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(9207), 3, + STATE(9400), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -524129,22 +525466,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [78398] = 3, + [78968] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3863), 2, - anon_sym_var, - sym_property_modifier, - ACTIONS(8785), 36, + ACTIONS(8790), 2, anon_sym_AT, + sym__backtick_identifier, + ACTIONS(8788), 36, anon_sym_typealias, anon_sym_class, anon_sym_interface, anon_sym_enum, - anon_sym_constructor, anon_sym_val, - anon_sym_companion, + anon_sym_var, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -524165,49 +525500,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_infix, anon_sym_inline, anon_sym_external, - anon_sym_abstract, - anon_sym_final, - anon_sym_open, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, - anon_sym_expect, - anon_sym_actual, - [78445] = 4, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(8785), 2, - anon_sym_AT, - sym__backtick_identifier, - ACTIONS(3833), 6, - anon_sym_COLON, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_SEMI, - ACTIONS(3863), 30, - anon_sym_val, - anon_sym_var, - anon_sym_get, - anon_sym_set, - anon_sym_suspend, - anon_sym_sealed, - anon_sym_annotation, - anon_sym_data, - anon_sym_inner, - anon_sym_override, - anon_sym_lateinit, - anon_sym_public, - anon_sym_private, - anon_sym_internal, - anon_sym_protected, - anon_sym_tailrec, - anon_sym_operator, - anon_sym_infix, - anon_sym_inline, - anon_sym_external, sym_property_modifier, anon_sym_abstract, anon_sym_final, @@ -524218,22 +525510,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [78494] = 3, + [79015] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7067), 2, - anon_sym_var, - sym_property_modifier, - ACTIONS(7069), 36, + ACTIONS(8794), 2, anon_sym_AT, + sym__backtick_identifier, + ACTIONS(8792), 36, anon_sym_typealias, anon_sym_class, anon_sym_interface, anon_sym_enum, - anon_sym_constructor, anon_sym_val, - anon_sym_companion, + anon_sym_var, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -524254,6 +525544,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_infix, anon_sym_inline, anon_sym_external, + sym_property_modifier, anon_sym_abstract, anon_sym_final, anon_sym_open, @@ -524262,79 +525553,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [78541] = 24, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8406), 1, - sym__backtick_identifier, - ACTIONS(8738), 1, - anon_sym_AT, - ACTIONS(8740), 1, - anon_sym_LPAREN, - ACTIONS(8787), 1, - anon_sym_COMMA, - ACTIONS(8789), 1, - anon_sym_RPAREN, - STATE(4507), 1, - sym__lexical_identifier, - STATE(6677), 1, - sym_type_modifiers, - STATE(6981), 1, - sym_annotation, - STATE(7513), 1, - sym_parameter_modifiers, - STATE(7584), 1, - sym__simple_user_type, - STATE(7891), 1, - sym_simple_identifier, - STATE(8421), 1, - sym_parameter, - STATE(8512), 1, - sym__function_value_parameter, - STATE(9204), 1, - sym_function_type_parameters, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(5537), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(6894), 2, - sym_parameter_modifier, - aux_sym_parameter_modifiers_repeat1, - STATE(6895), 2, - sym__type_modifier, - aux_sym_type_modifiers_repeat1, - ACTIONS(87), 3, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, - STATE(7408), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - STATE(9207), 3, - sym__type, - sym_nullable_type, - sym_function_type, - ACTIONS(8392), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, sym__alpha_identifier, - [78630] = 3, + [79062] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8757), 2, + ACTIONS(7077), 2, anon_sym_var, sym_property_modifier, - ACTIONS(8759), 36, + ACTIONS(7079), 36, anon_sym_AT, anon_sym_typealias, anon_sym_class, @@ -524371,14 +525598,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [78677] = 3, + [79109] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7081), 2, + ACTIONS(3950), 2, anon_sym_var, sym_property_modifier, - ACTIONS(7083), 36, + ACTIONS(8746), 36, anon_sym_AT, anon_sym_typealias, anon_sym_class, @@ -524415,13 +525642,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [78724] = 3, - ACTIONS(4223), 1, - anon_sym_DASH_GT, + [79156] = 4, + ACTIONS(8796), 1, + sym__quest, + STATE(5565), 1, + aux_sym_nullable_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4221), 37, + ACTIONS(4324), 36, sym__automatic_semicolon, anon_sym_AT, anon_sym_EQ, @@ -524433,7 +525662,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_get, anon_sym_set, - sym__quest, anon_sym_suspend, anon_sym_sealed, anon_sym_annotation, @@ -524459,15 +525687,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [78771] = 4, - ACTIONS(8791), 1, - sym__quest, - STATE(5556), 1, - aux_sym_nullable_type_repeat1, + [79205] = 3, + ACTIONS(4268), 1, + anon_sym_DASH_GT, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4187), 36, + ACTIONS(4266), 37, sym__automatic_semicolon, anon_sym_AT, anon_sym_EQ, @@ -524479,6 +525705,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_get, anon_sym_set, + sym__quest, anon_sym_suspend, anon_sym_sealed, anon_sym_annotation, @@ -524504,14 +525731,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [78820] = 3, + [79252] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7053), 2, + ACTIONS(7015), 2, anon_sym_var, sym_property_modifier, - ACTIONS(7055), 36, + ACTIONS(7017), 36, anon_sym_AT, anon_sym_typealias, anon_sym_class, @@ -524548,14 +525775,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [78867] = 3, + [79299] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7003), 2, + ACTIONS(8792), 2, anon_sym_var, sym_property_modifier, - ACTIONS(7005), 36, + ACTIONS(8794), 36, anon_sym_AT, anon_sym_typealias, anon_sym_class, @@ -524592,70 +525819,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [78914] = 3, + [79346] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8761), 2, - anon_sym_var, - sym_property_modifier, - ACTIONS(8763), 36, - anon_sym_AT, - anon_sym_typealias, - anon_sym_class, - anon_sym_interface, - anon_sym_enum, - anon_sym_constructor, - anon_sym_val, - anon_sym_companion, - anon_sym_object, - anon_sym_fun, - anon_sym_get, - anon_sym_set, - anon_sym_suspend, - anon_sym_sealed, - anon_sym_annotation, - anon_sym_data, - anon_sym_inner, - anon_sym_override, - anon_sym_lateinit, - anon_sym_public, - anon_sym_private, - anon_sym_internal, - anon_sym_protected, - anon_sym_tailrec, - anon_sym_operator, - anon_sym_infix, - anon_sym_inline, - anon_sym_external, - anon_sym_abstract, - anon_sym_final, - anon_sym_open, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, - anon_sym_expect, - anon_sym_actual, - [78961] = 4, - ACTIONS(8793), 1, - anon_sym_DOT, - STATE(5571), 1, - aux_sym_user_type_repeat1, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4306), 36, - sym__automatic_semicolon, + ACTIONS(4398), 6, anon_sym_AT, + anon_sym_COLON, anon_sym_EQ, - anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_by, + anon_sym_LBRACE, + anon_sym_LPAREN, + sym__backtick_identifier, + ACTIONS(4396), 32, + anon_sym_constructor, anon_sym_where, - anon_sym_SEMI, anon_sym_get, anon_sym_set, - sym__quest, + anon_sym_dynamic, + anon_sym_while, anon_sym_suspend, anon_sym_sealed, anon_sym_annotation, @@ -524681,24 +525862,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [79010] = 3, + sym__alpha_identifier, + [79393] = 4, + ACTIONS(8796), 1, + sym__quest, + STATE(5565), 1, + aux_sym_nullable_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4887), 2, - anon_sym_var, - sym_property_modifier, - ACTIONS(4889), 36, + ACTIONS(4246), 36, + sym__automatic_semicolon, anon_sym_AT, - anon_sym_typealias, - anon_sym_class, - anon_sym_interface, - anon_sym_enum, - anon_sym_constructor, - anon_sym_val, - anon_sym_companion, - anon_sym_object, - anon_sym_fun, + anon_sym_EQ, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_COMMA, + anon_sym_by, + anon_sym_where, + anon_sym_SEMI, anon_sym_get, anon_sym_set, anon_sym_suspend, @@ -524717,6 +525899,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_infix, anon_sym_inline, anon_sym_external, + sym_property_modifier, anon_sym_abstract, anon_sym_final, anon_sym_open, @@ -524725,22 +525908,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [79057] = 3, + [79442] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8765), 2, - anon_sym_var, - sym_property_modifier, - ACTIONS(8767), 36, + ACTIONS(8760), 2, anon_sym_AT, + sym__backtick_identifier, + ACTIONS(3958), 36, anon_sym_typealias, anon_sym_class, anon_sym_interface, anon_sym_enum, - anon_sym_constructor, anon_sym_val, - anon_sym_companion, + anon_sym_var, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -524761,6 +525942,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_infix, anon_sym_inline, anon_sym_external, + sym_property_modifier, anon_sym_abstract, anon_sym_final, anon_sym_open, @@ -524769,14 +525951,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [79104] = 3, + sym__alpha_identifier, + [79489] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5063), 2, + ACTIONS(4885), 2, anon_sym_var, sym_property_modifier, - ACTIONS(5065), 36, + ACTIONS(4887), 36, anon_sym_AT, anon_sym_typealias, anon_sym_class, @@ -524813,14 +525996,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [79151] = 3, + [79536] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3835), 2, + ACTIONS(8776), 2, anon_sym_var, sym_property_modifier, - ACTIONS(8769), 36, + ACTIONS(8778), 36, anon_sym_AT, anon_sym_typealias, anon_sym_class, @@ -524857,15 +526040,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [79198] = 4, - ACTIONS(8796), 1, + [79583] = 4, + ACTIONS(8798), 1, anon_sym_DOT, - STATE(5584), 1, + STATE(5566), 1, aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4144), 36, + ACTIONS(4311), 36, sym__automatic_semicolon, anon_sym_AT, anon_sym_EQ, @@ -524902,14 +526085,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [79247] = 3, + [79632] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8771), 2, + ACTIONS(8802), 2, anon_sym_var, sym_property_modifier, - ACTIONS(8773), 36, + ACTIONS(8800), 36, anon_sym_AT, anon_sym_typealias, anon_sym_class, @@ -524946,14 +526129,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [79294] = 3, + [79679] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5059), 2, + ACTIONS(8788), 2, anon_sym_var, sym_property_modifier, - ACTIONS(5061), 36, + ACTIONS(8790), 36, anon_sym_AT, anon_sym_typealias, anon_sym_class, @@ -524990,14 +526173,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [79341] = 3, + [79726] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5055), 2, + ACTIONS(7081), 2, anon_sym_var, sym_property_modifier, - ACTIONS(5057), 36, + ACTIONS(7083), 36, anon_sym_AT, anon_sym_typealias, anon_sym_class, @@ -525034,64 +526217,173 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [79388] = 24, - ACTIONS(7317), 1, + [79773] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(8746), 2, + anon_sym_AT, + sym__backtick_identifier, + ACTIONS(3950), 36, + anon_sym_typealias, + anon_sym_class, + anon_sym_interface, + anon_sym_enum, + anon_sym_val, + anon_sym_var, + anon_sym_object, + anon_sym_fun, + anon_sym_get, + anon_sym_set, + anon_sym_suspend, + anon_sym_sealed, + anon_sym_annotation, + anon_sym_data, + anon_sym_inner, + anon_sym_override, + anon_sym_lateinit, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_protected, + anon_sym_tailrec, + anon_sym_operator, + anon_sym_infix, + anon_sym_inline, + anon_sym_external, + sym_property_modifier, + anon_sym_abstract, + anon_sym_final, + anon_sym_open, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + [79820] = 24, + ACTIONS(7325), 1, anon_sym_dynamic, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - ACTIONS(8798), 1, + ACTIONS(8804), 1, anon_sym_COMMA, - ACTIONS(8800), 1, + ACTIONS(8806), 1, anon_sym_RPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6677), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(6981), 1, + STATE(6989), 1, sym_annotation, - STATE(7513), 1, + STATE(7463), 1, sym_parameter_modifiers, - STATE(7584), 1, + STATE(7618), 1, sym__simple_user_type, - STATE(7891), 1, + STATE(7918), 1, sym_simple_identifier, - STATE(8421), 1, + STATE(8515), 1, sym_parameter, - STATE(8476), 1, + STATE(8558), 1, sym__function_value_parameter, - STATE(9204), 1, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6894), 2, + STATE(6927), 2, sym_parameter_modifier, aux_sym_parameter_modifiers_repeat1, - STATE(6895), 2, + STATE(6931), 2, + sym__type_modifier, + aux_sym_type_modifiers_repeat1, + ACTIONS(87), 3, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + STATE(7537), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + STATE(9400), 3, + sym__type, + sym_nullable_type, + sym_function_type, + ACTIONS(8386), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + [79909] = 24, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, + anon_sym_AT, + ACTIONS(8754), 1, + anon_sym_LPAREN, + ACTIONS(8808), 1, + anon_sym_COMMA, + ACTIONS(8810), 1, + anon_sym_RPAREN, + STATE(4533), 1, + sym__lexical_identifier, + STATE(6550), 1, + sym_type_modifiers, + STATE(6989), 1, + sym_annotation, + STATE(7463), 1, + sym_parameter_modifiers, + STATE(7618), 1, + sym__simple_user_type, + STATE(7918), 1, + sym_simple_identifier, + STATE(8515), 1, + sym_parameter, + STATE(8556), 1, + sym__function_value_parameter, + STATE(9397), 1, + sym_function_type_parameters, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + STATE(5546), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(6927), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(6931), 2, sym__type_modifier, aux_sym_type_modifiers_repeat1, ACTIONS(87), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(7408), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(9207), 3, + STATE(9400), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -525099,14 +526391,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [79477] = 3, + [79998] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8785), 2, + ACTIONS(8800), 2, anon_sym_AT, sym__backtick_identifier, - ACTIONS(3863), 36, + ACTIONS(8802), 36, anon_sym_typealias, anon_sym_class, anon_sym_interface, @@ -525143,14 +526435,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [79524] = 3, + [80045] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5051), 2, + ACTIONS(7022), 2, anon_sym_var, sym_property_modifier, - ACTIONS(5053), 36, + ACTIONS(7024), 36, anon_sym_AT, anon_sym_typealias, anon_sym_class, @@ -525187,107 +526479,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [79571] = 4, - ACTIONS(8791), 1, - sym__quest, - STATE(5556), 1, - aux_sym_nullable_type_repeat1, + [80092] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4296), 36, - sym__automatic_semicolon, - anon_sym_AT, - anon_sym_EQ, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_by, - anon_sym_where, - anon_sym_SEMI, - anon_sym_get, - anon_sym_set, - anon_sym_suspend, - anon_sym_sealed, - anon_sym_annotation, - anon_sym_data, - anon_sym_inner, - anon_sym_override, - anon_sym_lateinit, - anon_sym_public, - anon_sym_private, - anon_sym_internal, - anon_sym_protected, - anon_sym_tailrec, - anon_sym_operator, - anon_sym_infix, - anon_sym_inline, - anon_sym_external, - sym_property_modifier, - anon_sym_abstract, - anon_sym_final, - anon_sym_open, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, - anon_sym_expect, - anon_sym_actual, - [79620] = 4, - ACTIONS(8802), 1, - anon_sym_DOT, - STATE(5571), 1, - aux_sym_user_type_repeat1, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4271), 36, - sym__automatic_semicolon, - anon_sym_AT, - anon_sym_EQ, - anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_by, - anon_sym_where, - anon_sym_SEMI, - anon_sym_get, - anon_sym_set, - sym__quest, - anon_sym_suspend, - anon_sym_sealed, - anon_sym_annotation, - anon_sym_data, - anon_sym_inner, - anon_sym_override, - anon_sym_lateinit, - anon_sym_public, - anon_sym_private, - anon_sym_internal, - anon_sym_protected, - anon_sym_tailrec, - anon_sym_operator, - anon_sym_infix, - anon_sym_inline, - anon_sym_external, - sym_property_modifier, - anon_sym_abstract, - anon_sym_final, - anon_sym_open, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, - anon_sym_expect, - anon_sym_actual, - [79669] = 3, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4394), 5, + ACTIONS(4462), 6, anon_sym_AT, anon_sym_COLON, + anon_sym_EQ, anon_sym_LBRACE, anon_sym_LPAREN, sym__backtick_identifier, - ACTIONS(4392), 32, + ACTIONS(4460), 32, anon_sym_constructor, anon_sym_where, anon_sym_get, @@ -525320,15 +526523,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [79715] = 4, - ACTIONS(8804), 1, + [80139] = 4, + ACTIONS(8812), 1, anon_sym_DOT, - STATE(5455), 1, + STATE(5469), 1, aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4144), 35, + ACTIONS(4311), 35, anon_sym_AT, anon_sym_EQ, anon_sym_COMMA, @@ -525364,102 +526567,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [79763] = 3, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4432), 5, - anon_sym_AT, - anon_sym_COLON, - anon_sym_LBRACE, - anon_sym_LPAREN, - sym__backtick_identifier, - ACTIONS(4430), 32, - anon_sym_constructor, - anon_sym_where, - anon_sym_get, - anon_sym_set, - anon_sym_dynamic, - anon_sym_while, - anon_sym_suspend, - anon_sym_sealed, - anon_sym_annotation, - anon_sym_data, - anon_sym_inner, - anon_sym_override, - anon_sym_lateinit, - anon_sym_public, - anon_sym_private, - anon_sym_internal, - anon_sym_protected, - anon_sym_tailrec, - anon_sym_operator, - anon_sym_infix, - anon_sym_inline, - anon_sym_external, - sym_property_modifier, - anon_sym_abstract, - anon_sym_final, - anon_sym_open, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - [79809] = 21, - ACTIONS(7317), 1, + [80187] = 21, + ACTIONS(7325), 1, anon_sym_dynamic, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - ACTIONS(8806), 1, + ACTIONS(8814), 1, anon_sym_STAR, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(5754), 1, + STATE(5803), 1, sym_type_projection_modifiers, - STATE(6677), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7537), 1, + STATE(7487), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(7618), 1, sym__simple_user_type, - STATE(8458), 1, + STATE(8346), 1, sym_type_projection, - STATE(9204), 1, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7322), 2, + ACTIONS(7330), 2, anon_sym_in, anon_sym_out, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(6898), 3, + STATE(6929), 3, sym__type_projection_modifier, sym_variance_modifier, aux_sym_type_projection_modifiers_repeat1, - STATE(7408), 3, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8711), 3, + STATE(8816), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -525467,59 +526627,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [79890] = 21, - ACTIONS(7317), 1, + [80268] = 21, + ACTIONS(7325), 1, anon_sym_dynamic, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - ACTIONS(8806), 1, + ACTIONS(8814), 1, anon_sym_STAR, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(5754), 1, + STATE(5803), 1, sym_type_projection_modifiers, - STATE(6677), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7537), 1, + STATE(7487), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(7618), 1, sym__simple_user_type, - STATE(8347), 1, + STATE(8470), 1, sym_type_projection, - STATE(9204), 1, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7322), 2, + ACTIONS(7330), 2, anon_sym_in, anon_sym_out, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(6898), 3, + STATE(6929), 3, sym__type_projection_modifier, sym_variance_modifier, aux_sym_type_projection_modifiers_repeat1, - STATE(7408), 3, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8711), 3, + STATE(8816), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -525527,59 +526687,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [79971] = 21, - ACTIONS(7317), 1, + [80349] = 21, + ACTIONS(7325), 1, anon_sym_dynamic, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - ACTIONS(8806), 1, + ACTIONS(8814), 1, anon_sym_STAR, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(5754), 1, + STATE(5803), 1, sym_type_projection_modifiers, - STATE(6677), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7537), 1, + STATE(7487), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(7618), 1, sym__simple_user_type, - STATE(8433), 1, + STATE(8563), 1, sym_type_projection, - STATE(9204), 1, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7322), 2, + ACTIONS(7330), 2, anon_sym_in, anon_sym_out, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(6898), 3, + STATE(6929), 3, sym__type_projection_modifier, sym_variance_modifier, aux_sym_type_projection_modifiers_repeat1, - STATE(7408), 3, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8711), 3, + STATE(8816), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -525587,59 +526747,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [80052] = 21, - ACTIONS(7317), 1, + [80430] = 21, + ACTIONS(7325), 1, anon_sym_dynamic, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - ACTIONS(8806), 1, + ACTIONS(8814), 1, anon_sym_STAR, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(5754), 1, + STATE(5803), 1, sym_type_projection_modifiers, - STATE(6677), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7537), 1, + STATE(7487), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(7618), 1, sym__simple_user_type, - STATE(8375), 1, + STATE(8552), 1, sym_type_projection, - STATE(9204), 1, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7322), 2, + ACTIONS(7330), 2, anon_sym_in, anon_sym_out, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(6898), 3, + STATE(6929), 3, sym__type_projection_modifier, sym_variance_modifier, aux_sym_type_projection_modifiers_repeat1, - STATE(7408), 3, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8711), 3, + STATE(8816), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -525647,141 +526807,119 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [80133] = 2, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4593), 36, - sym__automatic_semicolon, - anon_sym_AT, - anon_sym_EQ, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_by, - anon_sym_where, - anon_sym_SEMI, - anon_sym_get, - anon_sym_set, + [80511] = 21, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, anon_sym_suspend, - anon_sym_sealed, - anon_sym_annotation, - anon_sym_data, - anon_sym_inner, - anon_sym_override, - anon_sym_lateinit, - anon_sym_public, - anon_sym_private, - anon_sym_internal, - anon_sym_protected, - anon_sym_tailrec, - anon_sym_operator, - anon_sym_infix, - anon_sym_inline, - anon_sym_external, - sym_property_modifier, - anon_sym_abstract, - anon_sym_final, - anon_sym_open, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, - anon_sym_expect, - anon_sym_actual, - [80176] = 2, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, + anon_sym_AT, + ACTIONS(8754), 1, + anon_sym_LPAREN, + ACTIONS(8814), 1, + anon_sym_STAR, + STATE(4533), 1, + sym__lexical_identifier, + STATE(5803), 1, + sym_type_projection_modifiers, + STATE(6550), 1, + sym_type_modifiers, + STATE(7487), 1, + sym_simple_identifier, + STATE(7618), 1, + sym__simple_user_type, + STATE(8408), 1, + sym_type_projection, + STATE(9397), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4296), 36, - sym__automatic_semicolon, - anon_sym_AT, - anon_sym_EQ, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_by, - anon_sym_where, - anon_sym_SEMI, + ACTIONS(7330), 2, + anon_sym_in, + anon_sym_out, + STATE(5546), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(6929), 3, + sym__type_projection_modifier, + sym_variance_modifier, + aux_sym_type_projection_modifiers_repeat1, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7537), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + STATE(8816), 3, + sym__type, + sym_nullable_type, + sym_function_type, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, - anon_sym_suspend, - anon_sym_sealed, - anon_sym_annotation, anon_sym_data, anon_sym_inner, - anon_sym_override, - anon_sym_lateinit, - anon_sym_public, - anon_sym_private, - anon_sym_internal, - anon_sym_protected, - anon_sym_tailrec, - anon_sym_operator, - anon_sym_infix, - anon_sym_inline, - anon_sym_external, - sym_property_modifier, - anon_sym_abstract, - anon_sym_final, - anon_sym_open, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [80219] = 21, - ACTIONS(7317), 1, + sym__alpha_identifier, + [80592] = 21, + ACTIONS(7325), 1, anon_sym_dynamic, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - ACTIONS(8806), 1, + ACTIONS(8814), 1, anon_sym_STAR, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(5754), 1, + STATE(5803), 1, sym_type_projection_modifiers, - STATE(6677), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7537), 1, + STATE(7487), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(7618), 1, sym__simple_user_type, - STATE(8383), 1, + STATE(8457), 1, sym_type_projection, - STATE(9204), 1, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7322), 2, + ACTIONS(7330), 2, anon_sym_in, anon_sym_out, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(6898), 3, + STATE(6929), 3, sym__type_projection_modifier, sym_variance_modifier, aux_sym_type_projection_modifiers_repeat1, - STATE(7408), 3, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8711), 3, + STATE(8816), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -525789,59 +526927,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [80300] = 21, - ACTIONS(7317), 1, + [80673] = 21, + ACTIONS(7325), 1, anon_sym_dynamic, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - ACTIONS(8806), 1, + ACTIONS(8814), 1, anon_sym_STAR, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(5754), 1, + STATE(5803), 1, sym_type_projection_modifiers, - STATE(6677), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7537), 1, + STATE(7487), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(7618), 1, sym__simple_user_type, - STATE(8353), 1, + STATE(8584), 1, sym_type_projection, - STATE(9204), 1, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7322), 2, + ACTIONS(7330), 2, anon_sym_in, anon_sym_out, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(6898), 3, + STATE(6929), 3, sym__type_projection_modifier, sym_variance_modifier, aux_sym_type_projection_modifiers_repeat1, - STATE(7408), 3, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8711), 3, + STATE(8816), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -525849,59 +526987,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [80381] = 21, - ACTIONS(7317), 1, + [80754] = 21, + ACTIONS(7325), 1, anon_sym_dynamic, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - ACTIONS(8806), 1, + ACTIONS(8814), 1, anon_sym_STAR, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(5754), 1, + STATE(5803), 1, sym_type_projection_modifiers, - STATE(6677), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7537), 1, + STATE(7487), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(7618), 1, sym__simple_user_type, - STATE(8298), 1, + STATE(8478), 1, sym_type_projection, - STATE(9204), 1, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7322), 2, + ACTIONS(7330), 2, anon_sym_in, anon_sym_out, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(6898), 3, + STATE(6929), 3, sym__type_projection_modifier, sym_variance_modifier, aux_sym_type_projection_modifiers_repeat1, - STATE(7408), 3, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8711), 3, + STATE(8816), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -525909,23 +527047,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [80462] = 3, - ACTIONS(4223), 1, - anon_sym_DASH_GT, + [80835] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4221), 35, + ACTIONS(4623), 36, + sym__automatic_semicolon, anon_sym_AT, anon_sym_EQ, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_COMMA, anon_sym_by, anon_sym_where, anon_sym_SEMI, anon_sym_get, anon_sym_set, - sym__quest, - anon_sym_while, anon_sym_suspend, anon_sym_sealed, anon_sym_annotation, @@ -525951,59 +527088,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [80507] = 21, - ACTIONS(7317), 1, + [80878] = 21, + ACTIONS(7325), 1, anon_sym_dynamic, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - ACTIONS(8806), 1, + ACTIONS(8814), 1, anon_sym_STAR, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(5754), 1, + STATE(5803), 1, sym_type_projection_modifiers, - STATE(6677), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7537), 1, + STATE(7487), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(7618), 1, sym__simple_user_type, - STATE(8302), 1, + STATE(8364), 1, sym_type_projection, - STATE(9204), 1, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7322), 2, + ACTIONS(7330), 2, anon_sym_in, anon_sym_out, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(6898), 3, + STATE(6929), 3, sym__type_projection_modifier, sym_variance_modifier, aux_sym_type_projection_modifiers_repeat1, - STATE(7408), 3, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8711), 3, + STATE(8816), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -526011,59 +527148,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [80588] = 21, - ACTIONS(7317), 1, + [80959] = 21, + ACTIONS(7325), 1, anon_sym_dynamic, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - ACTIONS(8806), 1, + ACTIONS(8814), 1, anon_sym_STAR, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(5754), 1, + STATE(5803), 1, sym_type_projection_modifiers, - STATE(6677), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7537), 1, + STATE(7487), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(7618), 1, sym__simple_user_type, - STATE(8393), 1, + STATE(8527), 1, sym_type_projection, - STATE(9204), 1, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7322), 2, + ACTIONS(7330), 2, anon_sym_in, anon_sym_out, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(6898), 3, + STATE(6929), 3, sym__type_projection_modifier, sym_variance_modifier, aux_sym_type_projection_modifiers_repeat1, - STATE(7408), 3, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8711), 3, + STATE(8816), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -526071,119 +527208,102 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [80669] = 21, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8406), 1, - sym__backtick_identifier, - ACTIONS(8738), 1, - anon_sym_AT, - ACTIONS(8740), 1, - anon_sym_LPAREN, - ACTIONS(8806), 1, - anon_sym_STAR, - STATE(4507), 1, - sym__lexical_identifier, - STATE(5754), 1, - sym_type_projection_modifiers, - STATE(6677), 1, - sym_type_modifiers, - STATE(7537), 1, - sym_simple_identifier, - STATE(7584), 1, - sym__simple_user_type, - STATE(8314), 1, - sym_type_projection, - STATE(9204), 1, - sym_function_type_parameters, + [81040] = 4, + ACTIONS(8742), 1, + sym__quest, + STATE(5515), 1, + aux_sym_nullable_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7322), 2, - anon_sym_in, - anon_sym_out, - STATE(5537), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(6898), 3, - sym__type_projection_modifier, - sym_variance_modifier, - aux_sym_type_projection_modifiers_repeat1, - STATE(7408), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - STATE(8711), 3, - sym__type, - sym_nullable_type, - sym_function_type, - ACTIONS(8392), 7, + ACTIONS(4324), 34, + anon_sym_AT, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_by, + anon_sym_where, + anon_sym_SEMI, anon_sym_get, anon_sym_set, + anon_sym_while, + anon_sym_suspend, + anon_sym_sealed, + anon_sym_annotation, anon_sym_data, anon_sym_inner, + anon_sym_override, + anon_sym_lateinit, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_protected, + anon_sym_tailrec, + anon_sym_operator, + anon_sym_infix, + anon_sym_inline, + anon_sym_external, + sym_property_modifier, + anon_sym_abstract, + anon_sym_final, + anon_sym_open, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - sym__alpha_identifier, - [80750] = 21, - ACTIONS(7317), 1, + [81087] = 21, + ACTIONS(7325), 1, anon_sym_dynamic, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - ACTIONS(8806), 1, + ACTIONS(8814), 1, anon_sym_STAR, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(5754), 1, + STATE(5803), 1, sym_type_projection_modifiers, - STATE(6677), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7537), 1, + STATE(7487), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(7618), 1, sym__simple_user_type, - STATE(8504), 1, + STATE(8438), 1, sym_type_projection, - STATE(9204), 1, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7322), 2, + ACTIONS(7330), 2, anon_sym_in, anon_sym_out, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(6898), 3, + STATE(6929), 3, sym__type_projection_modifier, sym_variance_modifier, aux_sym_type_projection_modifiers_repeat1, - STATE(7408), 3, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8711), 3, + STATE(8816), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -526191,59 +527311,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [80831] = 21, - ACTIONS(7317), 1, + [81168] = 21, + ACTIONS(7325), 1, anon_sym_dynamic, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - ACTIONS(8806), 1, + ACTIONS(8814), 1, anon_sym_STAR, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(5754), 1, + STATE(5803), 1, sym_type_projection_modifiers, - STATE(6677), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7537), 1, + STATE(7487), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(7618), 1, sym__simple_user_type, - STATE(8506), 1, + STATE(8767), 1, sym_type_projection, - STATE(9204), 1, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7322), 2, + ACTIONS(7330), 2, anon_sym_in, anon_sym_out, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(6898), 3, + STATE(6929), 3, sym__type_projection_modifier, sym_variance_modifier, aux_sym_type_projection_modifiers_repeat1, - STATE(7408), 3, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8711), 3, + STATE(8816), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -526251,24 +527371,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [80912] = 4, - ACTIONS(8734), 1, - sym__quest, - STATE(5507), 1, - aux_sym_nullable_type_repeat1, + [81249] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4187), 34, + ACTIONS(4648), 36, + sym__automatic_semicolon, anon_sym_AT, anon_sym_EQ, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_COMMA, anon_sym_by, anon_sym_where, anon_sym_SEMI, anon_sym_get, anon_sym_set, - anon_sym_while, anon_sym_suspend, anon_sym_sealed, anon_sym_annotation, @@ -526294,59 +527412,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [80959] = 21, - ACTIONS(7317), 1, + [81292] = 21, + ACTIONS(7325), 1, anon_sym_dynamic, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - ACTIONS(8806), 1, + ACTIONS(8814), 1, anon_sym_STAR, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(5754), 1, + STATE(5803), 1, sym_type_projection_modifiers, - STATE(6677), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7537), 1, + STATE(7487), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(7618), 1, sym__simple_user_type, - STATE(8764), 1, + STATE(8464), 1, sym_type_projection, - STATE(9204), 1, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7322), 2, + ACTIONS(7330), 2, anon_sym_in, anon_sym_out, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(6898), 3, + STATE(6929), 3, sym__type_projection_modifier, sym_variance_modifier, aux_sym_type_projection_modifiers_repeat1, - STATE(7408), 3, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8711), 3, + STATE(8816), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -526354,59 +527472,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [81040] = 21, - ACTIONS(7317), 1, + [81373] = 21, + ACTIONS(7325), 1, anon_sym_dynamic, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - ACTIONS(8806), 1, + ACTIONS(8814), 1, anon_sym_STAR, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(5754), 1, + STATE(5803), 1, sym_type_projection_modifiers, - STATE(6677), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7537), 1, + STATE(7487), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(7618), 1, sym__simple_user_type, - STATE(8487), 1, + STATE(8508), 1, sym_type_projection, - STATE(9204), 1, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7322), 2, + ACTIONS(7330), 2, anon_sym_in, anon_sym_out, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(6898), 3, + STATE(6929), 3, sym__type_projection_modifier, sym_variance_modifier, aux_sym_type_projection_modifiers_repeat1, - STATE(7408), 3, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8711), 3, + STATE(8816), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -526414,59 +527532,100 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [81121] = 21, - ACTIONS(7317), 1, + [81454] = 2, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4246), 36, + sym__automatic_semicolon, + anon_sym_AT, + anon_sym_EQ, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_COMMA, + anon_sym_by, + anon_sym_where, + anon_sym_SEMI, + anon_sym_get, + anon_sym_set, + anon_sym_suspend, + anon_sym_sealed, + anon_sym_annotation, + anon_sym_data, + anon_sym_inner, + anon_sym_override, + anon_sym_lateinit, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_protected, + anon_sym_tailrec, + anon_sym_operator, + anon_sym_infix, + anon_sym_inline, + anon_sym_external, + sym_property_modifier, + anon_sym_abstract, + anon_sym_final, + anon_sym_open, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + anon_sym_expect, + anon_sym_actual, + [81497] = 21, + ACTIONS(7325), 1, anon_sym_dynamic, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - ACTIONS(8806), 1, + ACTIONS(8814), 1, anon_sym_STAR, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(5754), 1, + STATE(5803), 1, sym_type_projection_modifiers, - STATE(6677), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7537), 1, + STATE(7487), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(7618), 1, sym__simple_user_type, - STATE(8323), 1, + STATE(8397), 1, sym_type_projection, - STATE(9204), 1, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7322), 2, + ACTIONS(7330), 2, anon_sym_in, anon_sym_out, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(6898), 3, + STATE(6929), 3, sym__type_projection_modifier, sym_variance_modifier, aux_sym_type_projection_modifiers_repeat1, - STATE(7408), 3, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8711), 3, + STATE(8816), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -526474,22 +527633,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [81202] = 2, + [81578] = 3, + ACTIONS(4268), 1, + anon_sym_DASH_GT, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4621), 36, - sym__automatic_semicolon, + ACTIONS(4266), 35, anon_sym_AT, anon_sym_EQ, - anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_COMMA, anon_sym_by, anon_sym_where, anon_sym_SEMI, anon_sym_get, anon_sym_set, + sym__quest, + anon_sym_while, anon_sym_suspend, anon_sym_sealed, anon_sym_annotation, @@ -526515,59 +527675,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [81245] = 21, - ACTIONS(7317), 1, + [81623] = 21, + ACTIONS(7325), 1, anon_sym_dynamic, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - ACTIONS(8806), 1, + ACTIONS(8814), 1, anon_sym_STAR, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(5754), 1, + STATE(5803), 1, sym_type_projection_modifiers, - STATE(6677), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7537), 1, + STATE(7487), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(7618), 1, sym__simple_user_type, - STATE(8411), 1, + STATE(8447), 1, sym_type_projection, - STATE(9204), 1, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7322), 2, + ACTIONS(7330), 2, anon_sym_in, anon_sym_out, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(6898), 3, + STATE(6929), 3, sym__type_projection_modifier, sym_variance_modifier, aux_sym_type_projection_modifiers_repeat1, - STATE(7408), 3, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8711), 3, + STATE(8816), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -526575,17 +527735,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [81326] = 2, + [81704] = 4, + ACTIONS(8816), 1, + anon_sym_COMMA, + STATE(5625), 1, + aux_sym_type_constraints_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4597), 35, + ACTIONS(4458), 33, sym__automatic_semicolon, anon_sym_AT, anon_sym_EQ, - anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_COMMA, anon_sym_by, anon_sym_SEMI, anon_sym_get, @@ -526615,19 +527777,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [81368] = 4, - ACTIONS(8808), 1, - anon_sym_COMMA, - STATE(5611), 1, - aux_sym_type_constraints_repeat1, + [81750] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4487), 33, + ACTIONS(4529), 35, sym__automatic_semicolon, anon_sym_AT, anon_sym_EQ, + anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_COMMA, anon_sym_by, anon_sym_SEMI, anon_sym_get, @@ -526657,15 +527817,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [81414] = 4, - ACTIONS(8810), 1, + [81792] = 4, + ACTIONS(8818), 1, anon_sym_COMMA, - STATE(5611), 1, + STATE(5625), 1, aux_sym_type_constraints_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4468), 33, + ACTIONS(4466), 33, sym__automatic_semicolon, anon_sym_AT, anon_sym_EQ, @@ -526699,11 +527859,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [81460] = 2, + [81838] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4601), 35, + ACTIONS(4638), 35, sym__automatic_semicolon, anon_sym_AT, anon_sym_EQ, @@ -526739,19 +527899,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [81502] = 4, - ACTIONS(8808), 1, + [81880] = 4, + ACTIONS(8816), 1, anon_sym_COMMA, - STATE(5610), 1, + STATE(5623), 1, aux_sym_type_constraints_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4493), 33, + ACTIONS(4444), 33, + sym__automatic_semicolon, + anon_sym_AT, + anon_sym_EQ, + anon_sym_RBRACE, + anon_sym_by, + anon_sym_SEMI, + anon_sym_get, + anon_sym_set, + anon_sym_suspend, + anon_sym_sealed, + anon_sym_annotation, + anon_sym_data, + anon_sym_inner, + anon_sym_override, + anon_sym_lateinit, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_protected, + anon_sym_tailrec, + anon_sym_operator, + anon_sym_infix, + anon_sym_inline, + anon_sym_external, + sym_property_modifier, + anon_sym_abstract, + anon_sym_final, + anon_sym_open, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + anon_sym_expect, + anon_sym_actual, + [81926] = 2, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4466), 35, sym__automatic_semicolon, anon_sym_AT, anon_sym_EQ, + anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_COMMA, anon_sym_by, anon_sym_SEMI, anon_sym_get, @@ -526781,13 +527981,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [81548] = 3, - ACTIONS(8717), 1, + [81968] = 3, + ACTIONS(8727), 1, anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4132), 34, + ACTIONS(4109), 34, sym__automatic_semicolon, anon_sym_AT, anon_sym_EQ, @@ -526822,18 +528022,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [81592] = 2, + [82012] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4468), 35, + ACTIONS(4698), 34, sym__automatic_semicolon, anon_sym_AT, anon_sym_EQ, - anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_COMMA, anon_sym_by, + anon_sym_where, anon_sym_SEMI, anon_sym_get, anon_sym_set, @@ -526862,11 +528061,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [81634] = 2, + [82053] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4468), 34, + ACTIONS(4466), 34, anon_sym_AT, anon_sym_EQ, anon_sym_LBRACE, @@ -526901,11 +528100,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [81675] = 2, + [82094] = 5, + ACTIONS(8821), 1, + anon_sym_LT, + STATE(5654), 1, + sym_type_arguments, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4115), 5, + anon_sym_AT, + anon_sym_LBRACE, + anon_sym_LPAREN, + anon_sym_DOT, + sym_label, + ACTIONS(4107), 27, + anon_sym_get, + anon_sym_set, + anon_sym_suspend, + anon_sym_sealed, + anon_sym_annotation, + anon_sym_data, + anon_sym_inner, + anon_sym_override, + anon_sym_lateinit, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_protected, + anon_sym_tailrec, + anon_sym_operator, + anon_sym_infix, + anon_sym_inline, + anon_sym_external, + sym_property_modifier, + anon_sym_abstract, + anon_sym_final, + anon_sym_open, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + anon_sym_expect, + anon_sym_actual, + [82141] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4633), 34, + ACTIONS(4702), 34, sym__automatic_semicolon, anon_sym_AT, anon_sym_EQ, @@ -526940,17 +528181,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [81716] = 3, - ACTIONS(8730), 1, + [82182] = 4, + ACTIONS(8723), 1, anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4132), 33, + ACTIONS(3948), 6, + anon_sym_AT, + anon_sym_LBRACE, + anon_sym_LPAREN, + anon_sym_LT, + anon_sym_DOT, + sym_label, + ACTIONS(3943), 27, + anon_sym_get, + anon_sym_set, + anon_sym_suspend, + anon_sym_sealed, + anon_sym_annotation, + anon_sym_data, + anon_sym_inner, + anon_sym_override, + anon_sym_lateinit, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_protected, + anon_sym_tailrec, + anon_sym_operator, + anon_sym_infix, + anon_sym_inline, + anon_sym_external, + sym_property_modifier, + anon_sym_abstract, + anon_sym_final, + anon_sym_open, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + anon_sym_expect, + anon_sym_actual, + [82227] = 4, + ACTIONS(8823), 1, + anon_sym_COMMA, + STATE(5635), 1, + aux_sym_type_constraints_repeat1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4466), 32, anon_sym_AT, anon_sym_EQ, anon_sym_by, - anon_sym_where, anon_sym_SEMI, anon_sym_get, anon_sym_set, @@ -526980,16 +528263,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [81759] = 2, + [82272] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4601), 34, + ACTIONS(4623), 34, anon_sym_AT, anon_sym_EQ, - anon_sym_LBRACE, anon_sym_COMMA, anon_sym_by, + anon_sym_where, anon_sym_SEMI, anon_sym_get, anon_sym_set, @@ -527019,23 +528302,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [81800] = 5, - ACTIONS(8813), 1, - anon_sym_LT, - STATE(5642), 1, - sym_type_arguments, + [82313] = 4, + ACTIONS(8826), 1, + anon_sym_COMMA, + STATE(5635), 1, + aux_sym_type_constraints_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4138), 5, + ACTIONS(4458), 32, anon_sym_AT, - anon_sym_LBRACE, - anon_sym_LPAREN, - anon_sym_DOT, - sym_label, - ACTIONS(4130), 27, + anon_sym_EQ, + anon_sym_by, + anon_sym_SEMI, anon_sym_get, anon_sym_set, + anon_sym_while, anon_sym_suspend, anon_sym_sealed, anon_sym_annotation, @@ -527061,22 +528343,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [81847] = 4, - ACTIONS(8715), 1, - anon_sym_COLON, + [82358] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3833), 6, + ACTIONS(4246), 34, anon_sym_AT, - anon_sym_LBRACE, - anon_sym_LPAREN, - anon_sym_LT, - anon_sym_DOT, - sym_label, - ACTIONS(3828), 27, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_by, + anon_sym_where, + anon_sym_SEMI, anon_sym_get, anon_sym_set, + anon_sym_while, anon_sym_suspend, anon_sym_sealed, anon_sym_annotation, @@ -527102,16 +528382,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [81892] = 2, + [82399] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4621), 34, + ACTIONS(4638), 34, anon_sym_AT, anon_sym_EQ, + anon_sym_LBRACE, anon_sym_COMMA, anon_sym_by, - anon_sym_where, anon_sym_SEMI, anon_sym_get, anon_sym_set, @@ -527141,11 +528421,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [81933] = 2, + [82440] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4593), 34, + ACTIONS(4648), 34, anon_sym_AT, anon_sym_EQ, anon_sym_COMMA, @@ -527180,11 +528460,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [81974] = 2, + [82481] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4672), 34, + ACTIONS(4605), 34, sym__automatic_semicolon, anon_sym_AT, anon_sym_EQ, @@ -527219,20 +528499,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [82015] = 2, + [82522] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4657), 34, - sym__automatic_semicolon, + ACTIONS(4529), 34, anon_sym_AT, anon_sym_EQ, - anon_sym_RBRACE, + anon_sym_LBRACE, + anon_sym_COMMA, anon_sym_by, - anon_sym_where, anon_sym_SEMI, anon_sym_get, anon_sym_set, + anon_sym_while, anon_sym_suspend, anon_sym_sealed, anon_sym_annotation, @@ -527258,18 +528538,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [82056] = 4, - ACTIONS(8815), 1, - anon_sym_COMMA, - STATE(5628), 1, - aux_sym_type_constraints_repeat1, + [82563] = 3, + ACTIONS(8734), 1, + anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4487), 32, + ACTIONS(4109), 33, anon_sym_AT, anon_sym_EQ, anon_sym_by, + anon_sym_where, anon_sym_SEMI, anon_sym_get, anon_sym_set, @@ -527299,15 +528578,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [82101] = 4, - ACTIONS(8815), 1, + [82606] = 4, + ACTIONS(8826), 1, anon_sym_COMMA, - STATE(5626), 1, + STATE(5637), 1, aux_sym_type_constraints_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4493), 32, + ACTIONS(4444), 32, anon_sym_AT, anon_sym_EQ, anon_sym_by, @@ -527340,18 +528619,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [82146] = 4, - ACTIONS(8817), 1, - anon_sym_COMMA, - STATE(5628), 1, - aux_sym_type_constraints_repeat1, + [82651] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4468), 32, + ACTIONS(4605), 33, anon_sym_AT, anon_sym_EQ, anon_sym_by, + anon_sym_where, anon_sym_SEMI, anon_sym_get, anon_sym_set, @@ -527381,16 +528657,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [82191] = 2, + [82691] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4597), 34, + ACTIONS(4698), 33, anon_sym_AT, anon_sym_EQ, - anon_sym_LBRACE, - anon_sym_COMMA, anon_sym_by, + anon_sym_where, anon_sym_SEMI, anon_sym_get, anon_sym_set, @@ -527420,14 +528695,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [82232] = 2, + [82731] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4296), 34, + ACTIONS(4702), 33, anon_sym_AT, anon_sym_EQ, - anon_sym_COMMA, anon_sym_by, anon_sym_where, anon_sym_SEMI, @@ -527459,13 +528733,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [82273] = 3, - ACTIONS(4392), 1, + [82771] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(3948), 6, + anon_sym_AT, + anon_sym_LBRACE, + anon_sym_LPAREN, + anon_sym_LT, + anon_sym_DOT, + sym_label, + ACTIONS(3943), 27, + anon_sym_get, + anon_sym_set, + anon_sym_suspend, + anon_sym_sealed, + anon_sym_annotation, + anon_sym_data, + anon_sym_inner, + anon_sym_override, + anon_sym_lateinit, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_protected, + anon_sym_tailrec, + anon_sym_operator, + anon_sym_infix, + anon_sym_inline, + anon_sym_external, + sym_property_modifier, + anon_sym_abstract, + anon_sym_final, + anon_sym_open, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + anon_sym_expect, + anon_sym_actual, + [82813] = 3, + ACTIONS(4396), 1, sym_property_modifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4394), 32, + ACTIONS(4398), 32, sym__automatic_semicolon, anon_sym_AT, anon_sym_COLON, @@ -527498,18 +528811,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [82315] = 3, + [82855] = 5, + ACTIONS(8828), 1, + anon_sym_DOT, + STATE(5650), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3833), 6, + ACTIONS(4274), 4, anon_sym_AT, anon_sym_LBRACE, anon_sym_LPAREN, - anon_sym_LT, - anon_sym_DOT, sym_label, - ACTIONS(3828), 27, + ACTIONS(4272), 27, anon_sym_get, anon_sym_set, anon_sym_suspend, @@ -527537,19 +528852,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [82357] = 2, + [82901] = 5, + ACTIONS(8831), 1, + anon_sym_DOT, + STATE(5650), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4672), 33, + ACTIONS(4224), 4, anon_sym_AT, - anon_sym_EQ, - anon_sym_by, - anon_sym_where, - anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_LPAREN, + sym_label, + ACTIONS(4222), 27, anon_sym_get, anon_sym_set, - anon_sym_while, anon_sym_suspend, anon_sym_sealed, anon_sym_annotation, @@ -527575,20 +528893,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [82397] = 5, - ACTIONS(8820), 1, + [82947] = 5, + ACTIONS(8831), 1, anon_sym_DOT, - STATE(5634), 1, + STATE(5651), 1, aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4306), 4, + ACTIONS(4311), 4, anon_sym_AT, anon_sym_LBRACE, anon_sym_LPAREN, sym_label, - ACTIONS(4304), 27, + ACTIONS(4309), 27, anon_sym_get, anon_sym_set, anon_sym_suspend, @@ -527616,20 +528934,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [82443] = 5, - ACTIONS(8823), 1, - anon_sym_DOT, - STATE(5634), 1, - aux_sym_user_type_repeat1, + [82993] = 3, + ACTIONS(4460), 1, + sym_property_modifier, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4462), 32, + sym__automatic_semicolon, + anon_sym_AT, + anon_sym_COLON, + anon_sym_constructor, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_where, + anon_sym_suspend, + anon_sym_sealed, + anon_sym_annotation, + anon_sym_data, + anon_sym_inner, + anon_sym_override, + anon_sym_lateinit, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_protected, + anon_sym_tailrec, + anon_sym_operator, + anon_sym_infix, + anon_sym_inline, + anon_sym_external, + anon_sym_abstract, + anon_sym_final, + anon_sym_open, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + anon_sym_expect, + anon_sym_actual, + [83035] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4271), 4, + ACTIONS(4517), 5, anon_sym_AT, anon_sym_LBRACE, anon_sym_LPAREN, + anon_sym_DOT, sym_label, - ACTIONS(4269), 27, + ACTIONS(4515), 27, anon_sym_get, anon_sym_set, anon_sym_suspend, @@ -527657,19 +529011,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [82489] = 2, + [83076] = 5, + ACTIONS(8833), 1, + anon_sym_LPAREN, + STATE(5666), 1, + sym_value_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4657), 33, + ACTIONS(6932), 3, anon_sym_AT, - anon_sym_EQ, - anon_sym_by, - anon_sym_where, - anon_sym_SEMI, + anon_sym_LBRACE, + sym_label, + ACTIONS(6930), 27, anon_sym_get, anon_sym_set, - anon_sym_while, anon_sym_suspend, anon_sym_sealed, anon_sym_annotation, @@ -527695,19 +529051,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [82529] = 2, + [83121] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4633), 33, + ACTIONS(4274), 5, anon_sym_AT, - anon_sym_EQ, - anon_sym_by, - anon_sym_where, - anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_LPAREN, + anon_sym_DOT, + sym_label, + ACTIONS(4272), 27, anon_sym_get, anon_sym_set, - anon_sym_while, anon_sym_suspend, anon_sym_sealed, anon_sym_annotation, @@ -527733,20 +529089,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [82569] = 5, - ACTIONS(8823), 1, - anon_sym_DOT, - STATE(5635), 1, - aux_sym_user_type_repeat1, + [83162] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4144), 4, + ACTIONS(7017), 3, anon_sym_AT, anon_sym_LBRACE, - anon_sym_LPAREN, sym_label, - ACTIONS(4142), 27, + ACTIONS(7015), 27, anon_sym_get, anon_sym_set, anon_sym_suspend, @@ -527774,21 +529125,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [82615] = 3, - ACTIONS(4430), 1, - sym_property_modifier, + [83201] = 18, + ACTIONS(613), 1, + sym__backtick_identifier, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8332), 1, + anon_sym_LT, + ACTIONS(8752), 1, + anon_sym_AT, + ACTIONS(8835), 1, + anon_sym_LPAREN, + ACTIONS(8837), 1, + anon_sym_dynamic, + STATE(812), 1, + sym_simple_identifier, + STATE(843), 1, + sym__lexical_identifier, + STATE(5826), 1, + sym_type_parameters, + STATE(6930), 1, + sym_type_modifiers, + STATE(7425), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4432), 32, - sym__automatic_semicolon, + STATE(570), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(5546), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7067), 2, + sym__receiver_type, + sym_nullable_type, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7427), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(537), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + [83270] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4867), 3, anon_sym_AT, - anon_sym_COLON, - anon_sym_constructor, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_where, + sym_label, + ACTIONS(4865), 27, + anon_sym_get, + anon_sym_set, anon_sym_suspend, anon_sym_sealed, anon_sym_annotation, @@ -527805,6 +529203,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_infix, anon_sym_inline, anon_sym_external, + sym_property_modifier, anon_sym_abstract, anon_sym_final, anon_sym_open, @@ -527813,19 +529212,321 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [82657] = 5, - ACTIONS(8825), 1, + [83309] = 18, + ACTIONS(613), 1, + sym__backtick_identifier, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8332), 1, + anon_sym_LT, + ACTIONS(8752), 1, + anon_sym_AT, + ACTIONS(8835), 1, anon_sym_LPAREN, - STATE(5661), 1, - sym_value_arguments, + ACTIONS(8837), 1, + anon_sym_dynamic, + STATE(812), 1, + sym_simple_identifier, + STATE(843), 1, + sym__lexical_identifier, + STATE(6069), 1, + sym_type_parameters, + STATE(6930), 1, + sym_type_modifiers, + STATE(7425), 1, + sym__simple_user_type, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + STATE(632), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(5546), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7062), 2, + sym__receiver_type, + sym_nullable_type, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7427), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(537), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + [83378] = 18, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, + anon_sym_AT, + ACTIONS(8754), 1, + anon_sym_LPAREN, + ACTIONS(8839), 1, + anon_sym_RPAREN, + STATE(4533), 1, + sym__lexical_identifier, + STATE(6550), 1, + sym_type_modifiers, + STATE(7618), 1, + sym__simple_user_type, + STATE(7918), 1, + sym_simple_identifier, + STATE(8479), 1, + sym_parameter, + STATE(9397), 1, + sym_function_type_parameters, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + STATE(5546), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7537), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + STATE(8548), 3, + sym__type, + sym_nullable_type, + sym_function_type, + ACTIONS(8386), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + [83447] = 18, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, + anon_sym_AT, + ACTIONS(8754), 1, + anon_sym_LPAREN, + ACTIONS(8839), 1, + anon_sym_RPAREN, + STATE(4533), 1, + sym__lexical_identifier, + STATE(6550), 1, + sym_type_modifiers, + STATE(7618), 1, + sym__simple_user_type, + STATE(7918), 1, + sym_simple_identifier, + STATE(8479), 1, + sym_parameter, + STATE(9397), 1, + sym_function_type_parameters, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + STATE(5546), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7537), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + STATE(8480), 3, + sym__type, + sym_nullable_type, + sym_function_type, + ACTIONS(8386), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + [83516] = 18, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, + anon_sym_AT, + ACTIONS(8754), 1, + anon_sym_LPAREN, + ACTIONS(8839), 1, + anon_sym_RPAREN, + STATE(4533), 1, + sym__lexical_identifier, + STATE(6550), 1, + sym_type_modifiers, + STATE(7618), 1, + sym__simple_user_type, + STATE(7918), 1, + sym_simple_identifier, + STATE(8479), 1, + sym_parameter, + STATE(9397), 1, + sym_function_type_parameters, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + STATE(5546), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7537), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + STATE(8554), 3, + sym__type, + sym_nullable_type, + sym_function_type, + ACTIONS(8386), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + [83585] = 18, + ACTIONS(613), 1, + sym__backtick_identifier, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8332), 1, + anon_sym_LT, + ACTIONS(8752), 1, + anon_sym_AT, + ACTIONS(8835), 1, + anon_sym_LPAREN, + ACTIONS(8837), 1, + anon_sym_dynamic, + STATE(812), 1, + sym_simple_identifier, + STATE(843), 1, + sym__lexical_identifier, + STATE(6004), 1, + sym_type_parameters, + STATE(6930), 1, + sym_type_modifiers, + STATE(7425), 1, + sym__simple_user_type, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + STATE(622), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(5546), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7068), 2, + sym__receiver_type, + sym_nullable_type, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7427), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(537), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + [83654] = 18, + ACTIONS(613), 1, + sym__backtick_identifier, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8332), 1, + anon_sym_LT, + ACTIONS(8752), 1, + anon_sym_AT, + ACTIONS(8835), 1, + anon_sym_LPAREN, + ACTIONS(8837), 1, + anon_sym_dynamic, + STATE(812), 1, + sym_simple_identifier, + STATE(843), 1, + sym__lexical_identifier, + STATE(6141), 1, + sym_type_parameters, + STATE(6930), 1, + sym_type_modifiers, + STATE(7425), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(6970), 3, + STATE(442), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(5546), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7065), 2, + sym__receiver_type, + sym_nullable_type, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7427), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(537), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + [83723] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4895), 3, anon_sym_AT, anon_sym_LBRACE, sym_label, - ACTIONS(6968), 27, + ACTIONS(4893), 27, anon_sym_get, anon_sym_set, anon_sym_suspend, @@ -527853,235 +529554,509 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [82702] = 3, + [83762] = 18, + ACTIONS(533), 1, + sym__backtick_identifier, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8332), 1, + anon_sym_LT, + ACTIONS(8752), 1, + anon_sym_AT, + ACTIONS(8837), 1, + anon_sym_dynamic, + ACTIONS(8841), 1, + anon_sym_LPAREN, + STATE(2996), 1, + sym_simple_identifier, + STATE(3382), 1, + sym__lexical_identifier, + STATE(6100), 1, + sym_type_parameters, + STATE(6930), 1, + sym_type_modifiers, + STATE(7425), 1, + sym__simple_user_type, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + STATE(2326), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(5546), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7020), 2, + sym__receiver_type, + sym_nullable_type, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7427), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(455), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + [83831] = 18, + ACTIONS(195), 1, + sym__backtick_identifier, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8332), 1, + anon_sym_LT, + ACTIONS(8752), 1, + anon_sym_AT, + ACTIONS(8837), 1, + anon_sym_dynamic, + ACTIONS(8843), 1, + anon_sym_LPAREN, + STATE(2796), 1, + sym_simple_identifier, + STATE(2858), 1, + sym__lexical_identifier, + STATE(5898), 1, + sym_type_parameters, + STATE(6930), 1, + sym_type_modifiers, + STATE(7425), 1, + sym__simple_user_type, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + STATE(2390), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(5546), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7183), 2, + sym__receiver_type, + sym_nullable_type, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7427), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(111), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + [83900] = 18, + ACTIONS(195), 1, + sym__backtick_identifier, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8332), 1, + anon_sym_LT, + ACTIONS(8752), 1, + anon_sym_AT, + ACTIONS(8837), 1, + anon_sym_dynamic, + ACTIONS(8843), 1, + anon_sym_LPAREN, + STATE(2796), 1, + sym_simple_identifier, + STATE(2858), 1, + sym__lexical_identifier, + STATE(6002), 1, + sym_type_parameters, + STATE(6930), 1, + sym_type_modifiers, + STATE(7425), 1, + sym__simple_user_type, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + STATE(2396), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(5546), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7143), 2, + sym__receiver_type, + sym_nullable_type, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7427), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(111), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + [83969] = 18, + ACTIONS(533), 1, + sym__backtick_identifier, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8332), 1, + anon_sym_LT, + ACTIONS(8752), 1, + anon_sym_AT, + ACTIONS(8837), 1, + anon_sym_dynamic, + ACTIONS(8841), 1, + anon_sym_LPAREN, + STATE(2996), 1, + sym_simple_identifier, + STATE(3382), 1, + sym__lexical_identifier, + STATE(6263), 1, + sym_type_parameters, + STATE(6930), 1, + sym_type_modifiers, + STATE(7425), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4306), 5, + STATE(2662), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(5546), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7044), 2, + sym__receiver_type, + sym_nullable_type, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7427), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(455), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + [84038] = 18, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - anon_sym_LBRACE, + ACTIONS(8754), 1, anon_sym_LPAREN, - anon_sym_DOT, - sym_label, - ACTIONS(4304), 27, + ACTIONS(8839), 1, + anon_sym_RPAREN, + STATE(4533), 1, + sym__lexical_identifier, + STATE(6550), 1, + sym_type_modifiers, + STATE(7618), 1, + sym__simple_user_type, + STATE(7918), 1, + sym_simple_identifier, + STATE(8479), 1, + sym_parameter, + STATE(9397), 1, + sym_function_type_parameters, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + STATE(5546), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7537), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + STATE(8360), 3, + sym__type, + sym_nullable_type, + sym_function_type, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, - anon_sym_suspend, - anon_sym_sealed, - anon_sym_annotation, anon_sym_data, anon_sym_inner, - anon_sym_override, - anon_sym_lateinit, - anon_sym_public, - anon_sym_private, - anon_sym_internal, - anon_sym_protected, - anon_sym_tailrec, - anon_sym_operator, - anon_sym_infix, - anon_sym_inline, - anon_sym_external, - sym_property_modifier, - anon_sym_abstract, - anon_sym_final, - anon_sym_open, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [82743] = 3, + sym__alpha_identifier, + [84107] = 18, + ACTIONS(533), 1, + sym__backtick_identifier, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8332), 1, + anon_sym_LT, + ACTIONS(8752), 1, + anon_sym_AT, + ACTIONS(8837), 1, + anon_sym_dynamic, + ACTIONS(8841), 1, + anon_sym_LPAREN, + STATE(2996), 1, + sym_simple_identifier, + STATE(3382), 1, + sym__lexical_identifier, + STATE(5989), 1, + sym_type_parameters, + STATE(6930), 1, + sym_type_modifiers, + STATE(7425), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4428), 5, - anon_sym_AT, - anon_sym_LBRACE, - anon_sym_LPAREN, - anon_sym_DOT, - sym_label, - ACTIONS(4426), 27, + STATE(1886), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(5546), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7111), 2, + sym__receiver_type, + sym_nullable_type, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7427), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, - anon_sym_suspend, - anon_sym_sealed, - anon_sym_annotation, anon_sym_data, anon_sym_inner, - anon_sym_override, - anon_sym_lateinit, - anon_sym_public, - anon_sym_private, - anon_sym_internal, - anon_sym_protected, - anon_sym_tailrec, - anon_sym_operator, - anon_sym_infix, - anon_sym_inline, - anon_sym_external, - sym_property_modifier, - anon_sym_abstract, - anon_sym_final, - anon_sym_open, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [82784] = 3, + sym__alpha_identifier, + [84176] = 18, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, + anon_sym_AT, + ACTIONS(8754), 1, + anon_sym_LPAREN, + ACTIONS(8839), 1, + anon_sym_RPAREN, + STATE(4533), 1, + sym__lexical_identifier, + STATE(6550), 1, + sym_type_modifiers, + STATE(7618), 1, + sym__simple_user_type, + STATE(7918), 1, + sym_simple_identifier, + STATE(8479), 1, + sym_parameter, + STATE(9397), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5057), 3, - anon_sym_AT, - anon_sym_LBRACE, - sym_label, - ACTIONS(5055), 27, + STATE(5546), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7537), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + STATE(8574), 3, + sym__type, + sym_nullable_type, + sym_function_type, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, - anon_sym_suspend, - anon_sym_sealed, - anon_sym_annotation, anon_sym_data, anon_sym_inner, - anon_sym_override, - anon_sym_lateinit, - anon_sym_public, - anon_sym_private, - anon_sym_internal, - anon_sym_protected, - anon_sym_tailrec, - anon_sym_operator, - anon_sym_infix, - anon_sym_inline, - anon_sym_external, - sym_property_modifier, - anon_sym_abstract, - anon_sym_final, - anon_sym_open, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [82823] = 4, - ACTIONS(8827), 1, + sym__alpha_identifier, + [84245] = 18, + ACTIONS(195), 1, + sym__backtick_identifier, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8332), 1, + anon_sym_LT, + ACTIONS(8752), 1, anon_sym_AT, + ACTIONS(8837), 1, + anon_sym_dynamic, + ACTIONS(8843), 1, + anon_sym_LPAREN, + STATE(2796), 1, + sym_simple_identifier, + STATE(2858), 1, + sym__lexical_identifier, + STATE(5796), 1, + sym_type_parameters, + STATE(6930), 1, + sym_type_modifiers, + STATE(7425), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8830), 2, - anon_sym_LBRACE, - sym_label, - ACTIONS(2038), 27, + STATE(1316), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(5546), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7187), 2, + sym__receiver_type, + sym_nullable_type, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7427), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, - anon_sym_suspend, - anon_sym_sealed, - anon_sym_annotation, anon_sym_data, anon_sym_inner, - anon_sym_override, - anon_sym_lateinit, - anon_sym_public, - anon_sym_private, - anon_sym_internal, - anon_sym_protected, - anon_sym_tailrec, - anon_sym_operator, - anon_sym_infix, - anon_sym_inline, - anon_sym_external, - sym_property_modifier, - anon_sym_abstract, - anon_sym_final, - anon_sym_open, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [82864] = 3, + sym__alpha_identifier, + [84314] = 18, + ACTIONS(195), 1, + sym__backtick_identifier, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8332), 1, + anon_sym_LT, + ACTIONS(8752), 1, + anon_sym_AT, + ACTIONS(8837), 1, + anon_sym_dynamic, + ACTIONS(8843), 1, + anon_sym_LPAREN, + STATE(2796), 1, + sym_simple_identifier, + STATE(2858), 1, + sym__lexical_identifier, + STATE(6044), 1, + sym_type_parameters, + STATE(6930), 1, + sym_type_modifiers, + STATE(7425), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5065), 3, - anon_sym_AT, - anon_sym_LBRACE, - sym_label, - ACTIONS(5063), 27, + STATE(1315), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(5546), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7032), 2, + sym__receiver_type, + sym_nullable_type, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7427), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, - anon_sym_suspend, - anon_sym_sealed, - anon_sym_annotation, anon_sym_data, anon_sym_inner, - anon_sym_override, - anon_sym_lateinit, - anon_sym_public, - anon_sym_private, - anon_sym_internal, - anon_sym_protected, - anon_sym_tailrec, - anon_sym_operator, - anon_sym_infix, - anon_sym_inline, - anon_sym_external, - sym_property_modifier, - anon_sym_abstract, - anon_sym_final, - anon_sym_open, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [82903] = 18, - ACTIONS(491), 1, + sym__alpha_identifier, + [84383] = 18, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8276), 1, + ACTIONS(8332), 1, anon_sym_LT, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8832), 1, + ACTIONS(8835), 1, anon_sym_LPAREN, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - STATE(822), 1, + STATE(812), 1, sym_simple_identifier, - STATE(866), 1, + STATE(843), 1, sym__lexical_identifier, - STATE(6063), 1, + STATE(5790), 1, sym_type_parameters, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7393), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(564), 2, + STATE(435), 2, sym_variable_declaration, sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7141), 2, + STATE(7109), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(413), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -528089,50 +530064,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [82972] = 18, - ACTIONS(195), 1, + [84452] = 18, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8276), 1, + ACTIONS(8332), 1, anon_sym_LT, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - ACTIONS(8836), 1, + ACTIONS(8841), 1, anon_sym_LPAREN, - STATE(2826), 1, + STATE(2996), 1, sym_simple_identifier, - STATE(2864), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(6040), 1, + STATE(5986), 1, sym_type_parameters, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7393), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1552), 2, + STATE(1894), 2, sym_variable_declaration, sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7144), 2, + STATE(7168), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(111), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -528140,50 +530115,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [83041] = 18, - ACTIONS(491), 1, + [84521] = 18, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8276), 1, + ACTIONS(8332), 1, anon_sym_LT, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8832), 1, + ACTIONS(8835), 1, anon_sym_LPAREN, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - STATE(822), 1, + STATE(812), 1, sym_simple_identifier, - STATE(866), 1, + STATE(843), 1, sym__lexical_identifier, - STATE(6021), 1, + STATE(5791), 1, sym_type_parameters, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7393), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(558), 2, + STATE(433), 2, sym_variable_declaration, sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7088), 2, + STATE(7121), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(413), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -528191,50 +530166,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [83110] = 18, - ACTIONS(195), 1, + [84590] = 18, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8276), 1, + ACTIONS(8332), 1, anon_sym_LT, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, - anon_sym_dynamic, - ACTIONS(8836), 1, + ACTIONS(8835), 1, anon_sym_LPAREN, - STATE(2826), 1, + ACTIONS(8837), 1, + anon_sym_dynamic, + STATE(812), 1, sym_simple_identifier, - STATE(2864), 1, + STATE(843), 1, sym__lexical_identifier, - STATE(6168), 1, + STATE(5794), 1, sym_type_parameters, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7393), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1563), 2, + STATE(437), 2, sym_variable_declaration, sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7127), 2, + STATE(7156), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(111), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -528242,50 +530217,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [83179] = 18, - ACTIONS(7317), 1, + [84659] = 18, + ACTIONS(7325), 1, anon_sym_dynamic, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - ACTIONS(8838), 1, + ACTIONS(8839), 1, anon_sym_RPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6677), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7584), 1, + STATE(7618), 1, sym__simple_user_type, - STATE(7891), 1, + STATE(7918), 1, sym_simple_identifier, - STATE(8351), 1, + STATE(8479), 1, sym_parameter, - STATE(9204), 1, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8361), 3, + STATE(8517), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -528293,50 +530268,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [83248] = 18, - ACTIONS(491), 1, + [84728] = 18, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8276), 1, + ACTIONS(8332), 1, anon_sym_LT, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8832), 1, + ACTIONS(8835), 1, anon_sym_LPAREN, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - STATE(822), 1, + STATE(812), 1, sym_simple_identifier, - STATE(866), 1, + STATE(843), 1, sym__lexical_identifier, - STATE(5841), 1, + STATE(5828), 1, sym_type_parameters, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7393), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(609), 2, + STATE(602), 2, sym_variable_declaration, sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7095), 2, + STATE(7083), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(413), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -528344,50 +530319,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [83317] = 18, - ACTIONS(7324), 1, + [84797] = 18, + ACTIONS(533), 1, + sym__backtick_identifier, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8276), 1, + ACTIONS(8332), 1, anon_sym_LT, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - ACTIONS(8842), 1, + ACTIONS(8841), 1, anon_sym_LPAREN, - ACTIONS(8844), 1, - sym__backtick_identifier, - STATE(2897), 1, + STATE(2996), 1, sym_simple_identifier, - STATE(2984), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(6245), 1, + STATE(5902), 1, sym_type_parameters, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7393), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1767), 2, + STATE(2625), 2, sym_variable_declaration, sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7058), 2, + STATE(7150), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8840), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -528395,50 +530370,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [83386] = 18, - ACTIONS(491), 1, + [84866] = 18, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8276), 1, + ACTIONS(8332), 1, anon_sym_LT, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8832), 1, - anon_sym_LPAREN, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - STATE(822), 1, + ACTIONS(8841), 1, + anon_sym_LPAREN, + STATE(2996), 1, sym_simple_identifier, - STATE(866), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(6102), 1, + STATE(5903), 1, sym_type_parameters, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7393), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(634), 2, + STATE(2584), 2, sym_variable_declaration, sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7073), 2, + STATE(7147), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(413), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -528446,50 +530421,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [83455] = 18, - ACTIONS(195), 1, + [84935] = 18, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8276), 1, + ACTIONS(8332), 1, anon_sym_LT, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - ACTIONS(8836), 1, + ACTIONS(8841), 1, anon_sym_LPAREN, - STATE(2826), 1, + STATE(2996), 1, sym_simple_identifier, - STATE(2864), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(5765), 1, + STATE(6058), 1, sym_type_parameters, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7393), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1551), 2, + STATE(1555), 2, sym_variable_declaration, sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7138), 2, + STATE(7105), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(111), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -528497,50 +530472,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [83524] = 18, - ACTIONS(7324), 1, + [85004] = 18, + ACTIONS(613), 1, + sym__backtick_identifier, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8276), 1, + ACTIONS(8332), 1, anon_sym_LT, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, - anon_sym_dynamic, - ACTIONS(8848), 1, + ACTIONS(8835), 1, anon_sym_LPAREN, - ACTIONS(8850), 1, - sym__backtick_identifier, - STATE(5515), 1, - sym__lexical_identifier, - STATE(5516), 1, + ACTIONS(8837), 1, + anon_sym_dynamic, + STATE(812), 1, sym_simple_identifier, - STATE(6069), 1, + STATE(843), 1, + sym__lexical_identifier, + STATE(5795), 1, sym_type_parameters, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7393), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5194), 2, + STATE(422), 2, sym_variable_declaration, sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7002), 2, + STATE(7163), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8846), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -528548,15 +530523,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [83593] = 3, + [85073] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7069), 3, + ACTIONS(4863), 3, anon_sym_AT, anon_sym_LBRACE, sym_label, - ACTIONS(7067), 27, + ACTIONS(4861), 27, anon_sym_get, anon_sym_set, anon_sym_suspend, @@ -528584,50 +530559,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [83632] = 18, - ACTIONS(7317), 1, + [85112] = 18, + ACTIONS(7325), 1, anon_sym_dynamic, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - ACTIONS(8838), 1, + ACTIONS(8839), 1, anon_sym_RPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6677), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7584), 1, + STATE(7618), 1, sym__simple_user_type, - STATE(7891), 1, + STATE(7918), 1, sym_simple_identifier, - STATE(8351), 1, + STATE(8479), 1, sym_parameter, - STATE(9204), 1, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8528), 3, + STATE(8560), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -528635,51 +530610,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [83701] = 3, + [85181] = 18, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8332), 1, + anon_sym_LT, + ACTIONS(8752), 1, + anon_sym_AT, + ACTIONS(8837), 1, + anon_sym_dynamic, + ACTIONS(8847), 1, + anon_sym_LPAREN, + ACTIONS(8849), 1, + sym__backtick_identifier, + STATE(5419), 1, + sym__lexical_identifier, + STATE(5535), 1, + sym_simple_identifier, + STATE(5955), 1, + sym_type_parameters, + STATE(6930), 1, + sym_type_modifiers, + STATE(7425), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7029), 3, - anon_sym_AT, - anon_sym_LBRACE, - sym_label, - ACTIONS(7027), 27, + STATE(5303), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(5546), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7119), 2, + sym__receiver_type, + sym_nullable_type, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7427), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(8845), 7, anon_sym_get, anon_sym_set, - anon_sym_suspend, - anon_sym_sealed, - anon_sym_annotation, anon_sym_data, anon_sym_inner, - anon_sym_override, - anon_sym_lateinit, - anon_sym_public, - anon_sym_private, - anon_sym_internal, - anon_sym_protected, - anon_sym_tailrec, - anon_sym_operator, - anon_sym_infix, - anon_sym_inline, - anon_sym_external, - sym_property_modifier, - anon_sym_abstract, - anon_sym_final, - anon_sym_open, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [83740] = 3, + sym__alpha_identifier, + [85250] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4889), 3, + ACTIONS(7024), 3, anon_sym_AT, anon_sym_LBRACE, sym_label, - ACTIONS(4887), 27, + ACTIONS(7022), 27, anon_sym_get, anon_sym_set, anon_sym_suspend, @@ -528707,51 +530697,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [83779] = 3, + [85289] = 18, + ACTIONS(533), 1, + sym__backtick_identifier, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8332), 1, + anon_sym_LT, + ACTIONS(8752), 1, + anon_sym_AT, + ACTIONS(8837), 1, + anon_sym_dynamic, + ACTIONS(8841), 1, + anon_sym_LPAREN, + STATE(2996), 1, + sym_simple_identifier, + STATE(3382), 1, + sym__lexical_identifier, + STATE(6294), 1, + sym_type_parameters, + STATE(6930), 1, + sym_type_modifiers, + STATE(7425), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5061), 3, - anon_sym_AT, - anon_sym_LBRACE, - sym_label, - ACTIONS(5059), 27, + STATE(2655), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(5546), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7054), 2, + sym__receiver_type, + sym_nullable_type, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7427), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, - anon_sym_suspend, - anon_sym_sealed, - anon_sym_annotation, anon_sym_data, anon_sym_inner, - anon_sym_override, - anon_sym_lateinit, - anon_sym_public, - anon_sym_private, - anon_sym_internal, - anon_sym_protected, - anon_sym_tailrec, - anon_sym_operator, - anon_sym_infix, - anon_sym_inline, - anon_sym_external, - sym_property_modifier, - anon_sym_abstract, - anon_sym_final, - anon_sym_open, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [83818] = 3, + sym__alpha_identifier, + [85358] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5053), 3, + ACTIONS(7079), 3, anon_sym_AT, anon_sym_LBRACE, sym_label, - ACTIONS(5051), 27, + ACTIONS(7077), 27, anon_sym_get, anon_sym_set, anon_sym_suspend, @@ -528779,86 +530784,101 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [83857] = 3, + [85397] = 18, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8332), 1, + anon_sym_LT, + ACTIONS(8752), 1, + anon_sym_AT, + ACTIONS(8837), 1, + anon_sym_dynamic, + ACTIONS(8853), 1, + anon_sym_LPAREN, + ACTIONS(8855), 1, + sym__backtick_identifier, + STATE(5531), 1, + sym_simple_identifier, + STATE(5532), 1, + sym__lexical_identifier, + STATE(5804), 1, + sym_type_parameters, + STATE(6930), 1, + sym_type_modifiers, + STATE(7425), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7005), 3, - anon_sym_AT, - anon_sym_LBRACE, - sym_label, - ACTIONS(7003), 27, + STATE(5261), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(5546), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7179), 2, + sym__receiver_type, + sym_nullable_type, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7427), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(8851), 7, anon_sym_get, anon_sym_set, - anon_sym_suspend, - anon_sym_sealed, - anon_sym_annotation, anon_sym_data, anon_sym_inner, - anon_sym_override, - anon_sym_lateinit, - anon_sym_public, - anon_sym_private, - anon_sym_internal, - anon_sym_protected, - anon_sym_tailrec, - anon_sym_operator, - anon_sym_infix, - anon_sym_inline, - anon_sym_external, - sym_property_modifier, - anon_sym_abstract, - anon_sym_final, - anon_sym_open, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [83896] = 18, - ACTIONS(613), 1, + sym__alpha_identifier, + [85466] = 18, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8276), 1, + ACTIONS(8332), 1, anon_sym_LT, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - ACTIONS(8852), 1, + ACTIONS(8843), 1, anon_sym_LPAREN, - STATE(3037), 1, + STATE(2796), 1, sym_simple_identifier, - STATE(3263), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(6194), 1, + STATE(5798), 1, sym_type_parameters, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7393), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2571), 2, + STATE(1338), 2, sym_variable_declaration, sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7100), 2, + STATE(7157), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(537), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -528866,50 +530886,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [83965] = 18, - ACTIONS(7324), 1, + [85535] = 18, + ACTIONS(613), 1, + sym__backtick_identifier, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8276), 1, + ACTIONS(8332), 1, anon_sym_LT, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, - anon_sym_dynamic, - ACTIONS(8848), 1, + ACTIONS(8835), 1, anon_sym_LPAREN, - ACTIONS(8850), 1, - sym__backtick_identifier, - STATE(5515), 1, - sym__lexical_identifier, - STATE(5516), 1, + ACTIONS(8837), 1, + anon_sym_dynamic, + STATE(812), 1, sym_simple_identifier, - STATE(5826), 1, + STATE(843), 1, + sym__lexical_identifier, + STATE(5825), 1, sym_type_parameters, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7393), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5206), 2, + STATE(569), 2, sym_variable_declaration, sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7097), 2, + STATE(7064), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8846), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -528917,86 +530937,101 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [84034] = 3, + [85604] = 18, + ACTIONS(195), 1, + sym__backtick_identifier, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8332), 1, + anon_sym_LT, + ACTIONS(8752), 1, + anon_sym_AT, + ACTIONS(8837), 1, + anon_sym_dynamic, + ACTIONS(8843), 1, + anon_sym_LPAREN, + STATE(2796), 1, + sym_simple_identifier, + STATE(2858), 1, + sym__lexical_identifier, + STATE(5799), 1, + sym_type_parameters, + STATE(6930), 1, + sym_type_modifiers, + STATE(7425), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7083), 3, - anon_sym_AT, - anon_sym_LBRACE, - sym_label, - ACTIONS(7081), 27, + STATE(1340), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(5546), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7151), 2, + sym__receiver_type, + sym_nullable_type, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7427), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, - anon_sym_suspend, - anon_sym_sealed, - anon_sym_annotation, anon_sym_data, anon_sym_inner, - anon_sym_override, - anon_sym_lateinit, - anon_sym_public, - anon_sym_private, - anon_sym_internal, - anon_sym_protected, - anon_sym_tailrec, - anon_sym_operator, - anon_sym_infix, - anon_sym_inline, - anon_sym_external, - sym_property_modifier, - anon_sym_abstract, - anon_sym_final, - anon_sym_open, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [84073] = 18, - ACTIONS(491), 1, + sym__alpha_identifier, + [85673] = 18, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8276), 1, + ACTIONS(8332), 1, anon_sym_LT, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8832), 1, - anon_sym_LPAREN, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - STATE(822), 1, + ACTIONS(8841), 1, + anon_sym_LPAREN, + STATE(2996), 1, sym_simple_identifier, - STATE(866), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(5999), 1, + STATE(6108), 1, sym_type_parameters, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7393), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(591), 2, + STATE(2223), 2, sym_variable_declaration, sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7157), 2, + STATE(7134), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(413), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -529004,50 +531039,101 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [84142] = 18, - ACTIONS(7324), 1, + [85742] = 18, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8276), 1, - anon_sym_LT, - ACTIONS(8738), 1, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, - anon_sym_dynamic, - ACTIONS(8856), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - ACTIONS(8858), 1, - sym__backtick_identifier, - STATE(5416), 1, + ACTIONS(8839), 1, + anon_sym_RPAREN, + STATE(4533), 1, sym__lexical_identifier, - STATE(5526), 1, + STATE(6550), 1, + sym_type_modifiers, + STATE(7618), 1, + sym__simple_user_type, + STATE(7918), 1, + sym_simple_identifier, + STATE(8479), 1, + sym_parameter, + STATE(9397), 1, + sym_function_type_parameters, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + STATE(5546), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7537), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + STATE(8474), 3, + sym__type, + sym_nullable_type, + sym_function_type, + ACTIONS(8386), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + [85811] = 18, + ACTIONS(613), 1, + sym__backtick_identifier, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8332), 1, + anon_sym_LT, + ACTIONS(8752), 1, + anon_sym_AT, + ACTIONS(8835), 1, + anon_sym_LPAREN, + ACTIONS(8837), 1, + anon_sym_dynamic, + STATE(812), 1, sym_simple_identifier, - STATE(6150), 1, + STATE(843), 1, + sym__lexical_identifier, + STATE(5827), 1, sym_type_parameters, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7393), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5292), 2, + STATE(607), 2, sym_variable_declaration, sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7118), 2, + STATE(7082), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8854), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -529055,50 +531141,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [84211] = 18, - ACTIONS(491), 1, + [85880] = 18, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8276), 1, + ACTIONS(8332), 1, anon_sym_LT, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8832), 1, + ACTIONS(8835), 1, anon_sym_LPAREN, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - STATE(822), 1, + STATE(812), 1, sym_simple_identifier, - STATE(866), 1, + STATE(843), 1, sym__lexical_identifier, - STATE(6146), 1, + STATE(6139), 1, sym_type_parameters, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7393), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(452), 2, + STATE(459), 2, sym_variable_declaration, sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7072), 2, + STATE(7185), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(413), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -529106,50 +531192,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [84280] = 18, - ACTIONS(7317), 1, + [85949] = 17, + ACTIONS(7325), 1, anon_sym_dynamic, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - ACTIONS(8838), 1, + ACTIONS(8839), 1, anon_sym_RPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6677), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7584), 1, + STATE(7618), 1, sym__simple_user_type, - STATE(7891), 1, + STATE(7918), 1, sym_simple_identifier, - STATE(8351), 1, - sym_parameter, - STATE(9204), 1, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8355), 3, + STATE(8479), 4, + sym_parameter, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -529157,50 +531242,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [84349] = 18, - ACTIONS(491), 1, + [86016] = 18, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8276), 1, + ACTIONS(8332), 1, anon_sym_LT, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8832), 1, - anon_sym_LPAREN, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - STATE(822), 1, + ACTIONS(8843), 1, + anon_sym_LPAREN, + STATE(2796), 1, sym_simple_identifier, - STATE(866), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(6078), 1, + STATE(5900), 1, sym_type_parameters, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7393), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(619), 2, + STATE(2576), 2, sym_variable_declaration, sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6991), 2, + STATE(7159), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(413), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -529208,50 +531293,101 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [84418] = 18, - ACTIONS(491), 1, + [86085] = 18, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8276), 1, + ACTIONS(8332), 1, anon_sym_LT, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8832), 1, + ACTIONS(8837), 1, + anon_sym_dynamic, + ACTIONS(8843), 1, anon_sym_LPAREN, - ACTIONS(8834), 1, + STATE(2796), 1, + sym_simple_identifier, + STATE(2858), 1, + sym__lexical_identifier, + STATE(6257), 1, + sym_type_parameters, + STATE(6930), 1, + sym_type_modifiers, + STATE(7425), 1, + sym__simple_user_type, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + STATE(2405), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(5546), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7079), 2, + sym__receiver_type, + sym_nullable_type, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7427), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(111), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + [86154] = 18, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8332), 1, + anon_sym_LT, + ACTIONS(8752), 1, + anon_sym_AT, + ACTIONS(8837), 1, anon_sym_dynamic, - STATE(822), 1, + ACTIONS(8859), 1, + anon_sym_LPAREN, + ACTIONS(8861), 1, + sym__backtick_identifier, + STATE(2901), 1, sym_simple_identifier, - STATE(866), 1, + STATE(2903), 1, sym__lexical_identifier, - STATE(5857), 1, + STATE(6137), 1, sym_type_parameters, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7393), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(636), 2, + STATE(1781), 2, sym_variable_declaration, sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7078), 2, + STATE(7155), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(413), 7, + ACTIONS(8857), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -529259,50 +531395,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [84487] = 18, - ACTIONS(613), 1, + [86223] = 18, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8276), 1, + ACTIONS(8332), 1, anon_sym_LT, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - ACTIONS(8852), 1, + ACTIONS(8843), 1, anon_sym_LPAREN, - STATE(3037), 1, + STATE(2796), 1, sym_simple_identifier, - STATE(3263), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(6215), 1, + STATE(5829), 1, sym_type_parameters, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7393), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1539), 2, + STATE(1599), 2, sym_variable_declaration, sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7084), 2, + STATE(7091), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(537), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -529310,50 +531446,203 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [84556] = 18, - ACTIONS(491), 1, + [86292] = 18, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8276), 1, + ACTIONS(8332), 1, anon_sym_LT, - ACTIONS(8738), 1, + ACTIONS(8752), 1, + anon_sym_AT, + ACTIONS(8837), 1, + anon_sym_dynamic, + ACTIONS(8843), 1, + anon_sym_LPAREN, + STATE(2796), 1, + sym_simple_identifier, + STATE(2858), 1, + sym__lexical_identifier, + STATE(6219), 1, + sym_type_parameters, + STATE(6930), 1, + sym_type_modifiers, + STATE(7425), 1, + sym__simple_user_type, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + STATE(1600), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(5546), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7076), 2, + sym__receiver_type, + sym_nullable_type, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7427), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(111), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + [86361] = 18, + ACTIONS(195), 1, + sym__backtick_identifier, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8332), 1, + anon_sym_LT, + ACTIONS(8752), 1, + anon_sym_AT, + ACTIONS(8837), 1, + anon_sym_dynamic, + ACTIONS(8843), 1, + anon_sym_LPAREN, + STATE(2796), 1, + sym_simple_identifier, + STATE(2858), 1, + sym__lexical_identifier, + STATE(5899), 1, + sym_type_parameters, + STATE(6930), 1, + sym_type_modifiers, + STATE(7425), 1, + sym__simple_user_type, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + STATE(2569), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(5546), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7164), 2, + sym__receiver_type, + sym_nullable_type, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7427), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(111), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + [86430] = 18, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8332), 1, + anon_sym_LT, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8832), 1, + ACTIONS(8837), 1, + anon_sym_dynamic, + ACTIONS(8847), 1, anon_sym_LPAREN, - ACTIONS(8834), 1, + ACTIONS(8849), 1, + sym__backtick_identifier, + STATE(5419), 1, + sym__lexical_identifier, + STATE(5535), 1, + sym_simple_identifier, + STATE(5948), 1, + sym_type_parameters, + STATE(6930), 1, + sym_type_modifiers, + STATE(7425), 1, + sym__simple_user_type, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + STATE(5315), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(5546), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7103), 2, + sym__receiver_type, + sym_nullable_type, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7427), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(8845), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + [86499] = 18, + ACTIONS(533), 1, + sym__backtick_identifier, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8332), 1, + anon_sym_LT, + ACTIONS(8752), 1, + anon_sym_AT, + ACTIONS(8837), 1, anon_sym_dynamic, - STATE(822), 1, + ACTIONS(8841), 1, + anon_sym_LPAREN, + STATE(2996), 1, sym_simple_identifier, - STATE(866), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(5994), 1, + STATE(6232), 1, sym_type_parameters, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7393), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(430), 2, + STATE(2565), 2, sym_variable_declaration, sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7043), 2, + STATE(7131), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(413), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -529361,50 +531650,138 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [84625] = 18, - ACTIONS(491), 1, + [86568] = 4, + ACTIONS(8863), 1, + anon_sym_AT, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(8866), 2, + anon_sym_LBRACE, + sym_label, + ACTIONS(2038), 27, + anon_sym_get, + anon_sym_set, + anon_sym_suspend, + anon_sym_sealed, + anon_sym_annotation, + anon_sym_data, + anon_sym_inner, + anon_sym_override, + anon_sym_lateinit, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_protected, + anon_sym_tailrec, + anon_sym_operator, + anon_sym_infix, + anon_sym_inline, + anon_sym_external, + sym_property_modifier, + anon_sym_abstract, + anon_sym_final, + anon_sym_open, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + anon_sym_expect, + anon_sym_actual, + [86609] = 18, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8276), 1, + ACTIONS(8332), 1, anon_sym_LT, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8832), 1, + ACTIONS(8837), 1, + anon_sym_dynamic, + ACTIONS(8841), 1, anon_sym_LPAREN, - ACTIONS(8834), 1, + STATE(2996), 1, + sym_simple_identifier, + STATE(3382), 1, + sym__lexical_identifier, + STATE(6233), 1, + sym_type_parameters, + STATE(6930), 1, + sym_type_modifiers, + STATE(7425), 1, + sym__simple_user_type, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + STATE(2563), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(5546), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7140), 2, + sym__receiver_type, + sym_nullable_type, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7427), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(455), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + [86678] = 18, + ACTIONS(195), 1, + sym__backtick_identifier, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8332), 1, + anon_sym_LT, + ACTIONS(8752), 1, + anon_sym_AT, + ACTIONS(8837), 1, anon_sym_dynamic, - STATE(822), 1, + ACTIONS(8843), 1, + anon_sym_LPAREN, + STATE(2796), 1, sym_simple_identifier, - STATE(866), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(5986), 1, + STATE(6181), 1, sym_type_parameters, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7393), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(593), 2, + STATE(2570), 2, sym_variable_declaration, sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7159), 2, + STATE(7144), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(413), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -529412,50 +531789,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [84694] = 18, - ACTIONS(7317), 1, + [86747] = 18, + ACTIONS(7325), 1, anon_sym_dynamic, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - ACTIONS(8838), 1, + ACTIONS(8839), 1, anon_sym_RPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6677), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7584), 1, + STATE(7618), 1, sym__simple_user_type, - STATE(7891), 1, + STATE(7918), 1, sym_simple_identifier, - STATE(8351), 1, + STATE(8479), 1, sym_parameter, - STATE(9204), 1, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8463), 3, + STATE(8430), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -529463,50 +531840,86 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [84763] = 18, - ACTIONS(491), 1, + [86816] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4871), 3, + anon_sym_AT, + anon_sym_LBRACE, + sym_label, + ACTIONS(4869), 27, + anon_sym_get, + anon_sym_set, + anon_sym_suspend, + anon_sym_sealed, + anon_sym_annotation, + anon_sym_data, + anon_sym_inner, + anon_sym_override, + anon_sym_lateinit, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_protected, + anon_sym_tailrec, + anon_sym_operator, + anon_sym_infix, + anon_sym_inline, + anon_sym_external, + sym_property_modifier, + anon_sym_abstract, + anon_sym_final, + anon_sym_open, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + anon_sym_expect, + anon_sym_actual, + [86855] = 18, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8276), 1, + ACTIONS(8332), 1, anon_sym_LT, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8832), 1, - anon_sym_LPAREN, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - STATE(822), 1, + ACTIONS(8843), 1, + anon_sym_LPAREN, + STATE(2796), 1, sym_simple_identifier, - STATE(866), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(5991), 1, + STATE(6184), 1, sym_type_parameters, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7393), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(439), 2, + STATE(2624), 2, sym_variable_declaration, sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7044), 2, + STATE(7112), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(413), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -529514,50 +531927,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [84832] = 18, - ACTIONS(7324), 1, + [86924] = 18, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8276), 1, - anon_sym_LT, - ACTIONS(8738), 1, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, - anon_sym_dynamic, - ACTIONS(8842), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - ACTIONS(8844), 1, - sym__backtick_identifier, - STATE(2897), 1, - sym_simple_identifier, - STATE(2984), 1, + ACTIONS(8839), 1, + anon_sym_RPAREN, + STATE(4533), 1, sym__lexical_identifier, - STATE(6018), 1, - sym_type_parameters, - STATE(6897), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7393), 1, + STATE(7618), 1, sym__simple_user_type, + STATE(7918), 1, + sym_simple_identifier, + STATE(8479), 1, + sym_parameter, + STATE(9397), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1713), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7025), 2, - sym__receiver_type, - sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8840), 7, + STATE(8537), 3, + sym__type, + sym_nullable_type, + sym_function_type, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -529565,50 +531978,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [84901] = 18, - ACTIONS(195), 1, + [86993] = 18, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8276), 1, + ACTIONS(8332), 1, anon_sym_LT, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - ACTIONS(8836), 1, + ACTIONS(8841), 1, anon_sym_LPAREN, - STATE(2826), 1, + STATE(2996), 1, sym_simple_identifier, - STATE(2864), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(5971), 1, + STATE(6008), 1, sym_type_parameters, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7393), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2623), 2, + STATE(2681), 2, sym_variable_declaration, sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7148), 2, + STATE(7110), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(111), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -529616,82 +532029,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [84970] = 3, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(7055), 3, - anon_sym_AT, - anon_sym_LBRACE, - sym_label, - ACTIONS(7053), 27, - anon_sym_get, - anon_sym_set, - anon_sym_suspend, - anon_sym_sealed, - anon_sym_annotation, - anon_sym_data, - anon_sym_inner, - anon_sym_override, - anon_sym_lateinit, - anon_sym_public, - anon_sym_private, - anon_sym_internal, - anon_sym_protected, - anon_sym_tailrec, - anon_sym_operator, - anon_sym_infix, - anon_sym_inline, - anon_sym_external, - sym_property_modifier, - anon_sym_abstract, - anon_sym_final, - anon_sym_open, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, - anon_sym_expect, - anon_sym_actual, - [85009] = 18, + [87062] = 18, ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8276), 1, + ACTIONS(8332), 1, anon_sym_LT, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, - anon_sym_dynamic, - ACTIONS(8852), 1, + ACTIONS(8835), 1, anon_sym_LPAREN, - STATE(3037), 1, + ACTIONS(8837), 1, + anon_sym_dynamic, + STATE(812), 1, sym_simple_identifier, - STATE(3263), 1, + STATE(843), 1, sym__lexical_identifier, - STATE(5886), 1, + STATE(5897), 1, sym_type_parameters, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7393), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2299), 2, + STATE(625), 2, sym_variable_declaration, sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7048), 2, + STATE(7145), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, @@ -529703,50 +532080,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [85078] = 18, - ACTIONS(491), 1, + [87131] = 18, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8276), 1, + ACTIONS(8332), 1, anon_sym_LT, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8832), 1, + ACTIONS(8835), 1, anon_sym_LPAREN, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - STATE(822), 1, + STATE(812), 1, sym_simple_identifier, - STATE(866), 1, + STATE(843), 1, sym__lexical_identifier, - STATE(5987), 1, + STATE(5895), 1, sym_type_parameters, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7393), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(427), 2, + STATE(634), 2, sym_variable_declaration, sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7049), 2, + STATE(7132), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(413), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -529754,50 +532131,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [85147] = 18, - ACTIONS(613), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [87200] = 18, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8276), 1, + ACTIONS(8332), 1, anon_sym_LT, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - ACTIONS(8852), 1, + ACTIONS(8859), 1, anon_sym_LPAREN, - STATE(3037), 1, + ACTIONS(8861), 1, + sym__backtick_identifier, + STATE(2901), 1, sym_simple_identifier, - STATE(3263), 1, + STATE(2903), 1, sym__lexical_identifier, - STATE(5900), 1, + STATE(6134), 1, sym_type_parameters, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7393), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2640), 2, + STATE(1727), 2, sym_variable_declaration, sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7035), 2, + STATE(7175), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(537), 7, + ACTIONS(8857), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -529805,50 +532182,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [85216] = 18, - ACTIONS(613), 1, + [87269] = 18, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8276), 1, + ACTIONS(8332), 1, anon_sym_LT, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - ACTIONS(8852), 1, + ACTIONS(8841), 1, anon_sym_LPAREN, - STATE(3037), 1, + STATE(2996), 1, sym_simple_identifier, - STATE(3263), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(5896), 1, + STATE(5995), 1, sym_type_parameters, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7393), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2303), 2, + STATE(2689), 2, sym_variable_declaration, sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7040), 2, + STATE(7136), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(537), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -529856,46 +532233,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [85285] = 18, + [87338] = 18, ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8276), 1, + ACTIONS(8332), 1, anon_sym_LT, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, - anon_sym_dynamic, - ACTIONS(8852), 1, + ACTIONS(8835), 1, anon_sym_LPAREN, - STATE(3037), 1, + ACTIONS(8837), 1, + anon_sym_dynamic, + STATE(812), 1, sym_simple_identifier, - STATE(3263), 1, + STATE(843), 1, sym__lexical_identifier, - STATE(5953), 1, + STATE(5894), 1, sym_type_parameters, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7393), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1641), 2, + STATE(454), 2, sym_variable_declaration, sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7143), 2, + STATE(7028), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, @@ -529907,50 +532284,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [85354] = 18, - ACTIONS(7324), 1, + [87407] = 18, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8276), 1, - anon_sym_LT, - ACTIONS(8738), 1, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, - anon_sym_dynamic, - ACTIONS(8856), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - ACTIONS(8858), 1, - sym__backtick_identifier, - STATE(5416), 1, + ACTIONS(8839), 1, + anon_sym_RPAREN, + STATE(4533), 1, sym__lexical_identifier, - STATE(5526), 1, - sym_simple_identifier, - STATE(6200), 1, - sym_type_parameters, - STATE(6897), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7393), 1, + STATE(7618), 1, sym__simple_user_type, + STATE(7918), 1, + sym_simple_identifier, + STATE(8479), 1, + sym_parameter, + STATE(9397), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5307), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7065), 2, - sym__receiver_type, - sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8854), 7, + STATE(8497), 3, + sym__type, + sym_nullable_type, + sym_function_type, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -529958,50 +532335,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [85423] = 18, - ACTIONS(491), 1, + [87476] = 18, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8276), 1, + ACTIONS(8332), 1, anon_sym_LT, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8832), 1, - anon_sym_LPAREN, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - STATE(822), 1, + ACTIONS(8841), 1, + anon_sym_LPAREN, + STATE(2996), 1, sym_simple_identifier, - STATE(866), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(6212), 1, + STATE(5835), 1, sym_type_parameters, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7393), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(440), 2, + STATE(1546), 2, sym_variable_declaration, sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7081), 2, + STATE(7127), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(413), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -530009,50 +532386,86 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [85492] = 18, - ACTIONS(613), 1, + [87545] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4887), 3, + anon_sym_AT, + anon_sym_LBRACE, + sym_label, + ACTIONS(4885), 27, + anon_sym_get, + anon_sym_set, + anon_sym_suspend, + anon_sym_sealed, + anon_sym_annotation, + anon_sym_data, + anon_sym_inner, + anon_sym_override, + anon_sym_lateinit, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_protected, + anon_sym_tailrec, + anon_sym_operator, + anon_sym_infix, + anon_sym_inline, + anon_sym_external, + sym_property_modifier, + anon_sym_abstract, + anon_sym_final, + anon_sym_open, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + anon_sym_expect, + anon_sym_actual, + [87584] = 18, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8276), 1, + ACTIONS(8332), 1, anon_sym_LT, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - ACTIONS(8852), 1, + ACTIONS(8841), 1, anon_sym_LPAREN, - STATE(3037), 1, + STATE(2996), 1, sym_simple_identifier, - STATE(3263), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(5885), 1, + STATE(5834), 1, sym_type_parameters, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7393), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1536), 2, + STATE(1547), 2, sym_variable_declaration, sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7111), 2, + STATE(7120), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(537), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -530060,50 +532473,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [85561] = 18, - ACTIONS(491), 1, + [87653] = 18, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8276), 1, + ACTIONS(8332), 1, anon_sym_LT, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8832), 1, - anon_sym_LPAREN, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - STATE(822), 1, + ACTIONS(8843), 1, + anon_sym_LPAREN, + STATE(2796), 1, sym_simple_identifier, - STATE(866), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(5979), 1, + STATE(5831), 1, sym_type_parameters, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7393), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(432), 2, + STATE(1563), 2, sym_variable_declaration, sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7050), 2, + STATE(7102), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(413), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -530111,50 +532524,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [85630] = 18, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8406), 1, + [87722] = 18, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8332), 1, + anon_sym_LT, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8837), 1, + anon_sym_dynamic, + ACTIONS(8841), 1, anon_sym_LPAREN, - ACTIONS(8838), 1, - anon_sym_RPAREN, - STATE(4507), 1, + STATE(2996), 1, + sym_simple_identifier, + STATE(3382), 1, sym__lexical_identifier, - STATE(6677), 1, + STATE(6054), 1, + sym_type_parameters, + STATE(6930), 1, sym_type_modifiers, - STATE(7584), 1, + STATE(7425), 1, sym__simple_user_type, - STATE(7891), 1, - sym_simple_identifier, - STATE(8351), 1, - sym_parameter, - STATE(9204), 1, - sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(1554), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(7023), 2, + sym__receiver_type, + sym_nullable_type, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8495), 3, - sym__type, - sym_nullable_type, - sym_function_type, - ACTIONS(8392), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -530162,50 +532575,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [85699] = 18, - ACTIONS(613), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [87791] = 18, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8276), 1, + ACTIONS(8332), 1, anon_sym_LT, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - ACTIONS(8852), 1, + ACTIONS(8853), 1, anon_sym_LPAREN, - STATE(3037), 1, + ACTIONS(8855), 1, + sym__backtick_identifier, + STATE(5531), 1, sym_simple_identifier, - STATE(3263), 1, + STATE(5532), 1, sym__lexical_identifier, - STATE(5883), 1, + STATE(5773), 1, sym_type_parameters, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7393), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2662), 2, + STATE(5264), 2, sym_variable_declaration, sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7038), 2, + STATE(7026), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(537), 7, + ACTIONS(8851), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -530213,46 +532626,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [85768] = 18, + [87860] = 18, ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8276), 1, + ACTIONS(8332), 1, anon_sym_LT, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, - anon_sym_dynamic, - ACTIONS(8852), 1, + ACTIONS(8835), 1, anon_sym_LPAREN, - STATE(3037), 1, + ACTIONS(8837), 1, + anon_sym_dynamic, + STATE(812), 1, sym_simple_identifier, - STATE(3263), 1, + STATE(843), 1, sym__lexical_identifier, - STATE(6014), 1, + STATE(5893), 1, sym_type_parameters, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7393), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2678), 2, + STATE(440), 2, sym_variable_declaration, sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7042), 2, + STATE(7031), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, @@ -530264,50 +532677,86 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [85837] = 18, - ACTIONS(613), 1, + [87929] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(7083), 3, + anon_sym_AT, + anon_sym_LBRACE, + sym_label, + ACTIONS(7081), 27, + anon_sym_get, + anon_sym_set, + anon_sym_suspend, + anon_sym_sealed, + anon_sym_annotation, + anon_sym_data, + anon_sym_inner, + anon_sym_override, + anon_sym_lateinit, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_protected, + anon_sym_tailrec, + anon_sym_operator, + anon_sym_infix, + anon_sym_inline, + anon_sym_external, + sym_property_modifier, + anon_sym_abstract, + anon_sym_final, + anon_sym_open, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + anon_sym_expect, + anon_sym_actual, + [87968] = 18, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8276), 1, + ACTIONS(8332), 1, anon_sym_LT, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - ACTIONS(8852), 1, + ACTIONS(8843), 1, anon_sym_LPAREN, - STATE(3037), 1, + STATE(2796), 1, sym_simple_identifier, - STATE(3263), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(6220), 1, + STATE(6221), 1, sym_type_parameters, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7393), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1542), 2, + STATE(2365), 2, sym_variable_declaration, sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7089), 2, + STATE(7043), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(537), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -530315,46 +532764,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [85906] = 18, + [88037] = 18, ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8276), 1, + ACTIONS(8332), 1, anon_sym_LT, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - ACTIONS(8836), 1, + ACTIONS(8843), 1, anon_sym_LPAREN, - STATE(2826), 1, + STATE(2796), 1, sym_simple_identifier, - STATE(2864), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(5773), 1, + STATE(5830), 1, sym_type_parameters, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7393), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2616), 2, + STATE(1570), 2, sym_variable_declaration, sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7153), 2, + STATE(7100), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, @@ -530366,50 +532815,85 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [85975] = 18, - ACTIONS(195), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [88106] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(7032), 3, + anon_sym_AT, + anon_sym_LBRACE, + sym_label, + ACTIONS(7030), 27, + anon_sym_get, + anon_sym_set, anon_sym_suspend, - ACTIONS(8276), 1, + anon_sym_sealed, + anon_sym_annotation, + anon_sym_data, + anon_sym_inner, + anon_sym_override, + anon_sym_lateinit, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_protected, + anon_sym_tailrec, + anon_sym_operator, + anon_sym_infix, + anon_sym_inline, + anon_sym_external, + sym_property_modifier, + anon_sym_abstract, + anon_sym_final, + anon_sym_open, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + anon_sym_expect, + anon_sym_actual, + [88145] = 18, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8332), 1, anon_sym_LT, - ACTIONS(8738), 1, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - ACTIONS(8836), 1, + ACTIONS(8868), 1, anon_sym_LPAREN, - STATE(2826), 1, - sym_simple_identifier, - STATE(2864), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(5960), 1, + STATE(4887), 1, + sym__function_value_parameters, + STATE(6334), 1, sym_type_parameters, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7393), 1, + STATE(7118), 1, + sym_simple_identifier, + STATE(7468), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1333), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7061), 2, + STATE(7540), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(111), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -530417,50 +532901,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [86044] = 18, - ACTIONS(195), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [88213] = 16, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8276), 1, - anon_sym_LT, - ACTIONS(8738), 1, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, - anon_sym_dynamic, - ACTIONS(8836), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - STATE(2826), 1, - sym_simple_identifier, - STATE(2864), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(5781), 1, - sym_type_parameters, - STATE(6897), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7393), 1, + STATE(7618), 1, sym__simple_user_type, + STATE(7918), 1, + sym_simple_identifier, + STATE(9397), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2407), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7128), 2, - sym__receiver_type, - sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(111), 7, + STATE(8888), 4, + sym_parameter, + sym__type, + sym_nullable_type, + sym_function_type, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -530468,50 +532949,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [86113] = 18, - ACTIONS(195), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [88277] = 18, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8276), 1, + ACTIONS(8332), 1, anon_sym_LT, - ACTIONS(8738), 1, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - ACTIONS(8836), 1, + ACTIONS(8870), 1, anon_sym_LPAREN, - STATE(2826), 1, - sym_simple_identifier, - STATE(2864), 1, + STATE(3412), 1, + sym__function_value_parameters, + STATE(4533), 1, sym__lexical_identifier, - STATE(5891), 1, + STATE(6315), 1, sym_type_parameters, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7393), 1, + STATE(7138), 1, + sym_simple_identifier, + STATE(7568), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2417), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7091), 2, + STATE(7452), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(111), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -530519,50 +532999,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [86182] = 18, - ACTIONS(613), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [88345] = 18, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8276), 1, + ACTIONS(8332), 1, anon_sym_LT, - ACTIONS(8738), 1, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - ACTIONS(8852), 1, + ACTIONS(8868), 1, anon_sym_LPAREN, - STATE(3037), 1, - sym_simple_identifier, - STATE(3263), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(5950), 1, + STATE(4713), 1, + sym__function_value_parameters, + STATE(6307), 1, sym_type_parameters, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7393), 1, + STATE(7128), 1, + sym_simple_identifier, + STATE(7559), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2621), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7099), 2, + STATE(7491), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(537), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -530570,50 +533049,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [86251] = 18, - ACTIONS(195), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [88413] = 18, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8276), 1, + ACTIONS(8332), 1, anon_sym_LT, - ACTIONS(8738), 1, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - ACTIONS(8836), 1, + ACTIONS(8872), 1, anon_sym_LPAREN, - STATE(2826), 1, - sym_simple_identifier, - STATE(2864), 1, + STATE(3512), 1, + sym__function_value_parameters, + STATE(4533), 1, sym__lexical_identifier, - STATE(5952), 1, + STATE(6320), 1, sym_type_parameters, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7393), 1, + STATE(7073), 1, + sym_simple_identifier, + STATE(7435), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1327), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7063), 2, + STATE(7441), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(111), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -530621,50 +533099,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [86320] = 18, - ACTIONS(7317), 1, + [88481] = 17, + ACTIONS(7325), 1, anon_sym_dynamic, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - ACTIONS(8838), 1, - anon_sym_RPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6677), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7584), 1, + STATE(7618), 1, sym__simple_user_type, - STATE(7891), 1, + STATE(7904), 1, sym_simple_identifier, - STATE(8351), 1, - sym_parameter, - STATE(9204), 1, + STATE(8482), 1, + sym_variable_declaration, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8503), 3, + STATE(9400), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -530672,50 +533148,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [86389] = 18, - ACTIONS(195), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [88547] = 18, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8276), 1, + ACTIONS(8332), 1, anon_sym_LT, - ACTIONS(8738), 1, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - ACTIONS(8836), 1, + ACTIONS(8870), 1, anon_sym_LPAREN, - STATE(2826), 1, - sym_simple_identifier, - STATE(2864), 1, + STATE(3645), 1, + sym__function_value_parameters, + STATE(4533), 1, sym__lexical_identifier, - STATE(6193), 1, + STATE(6324), 1, sym_type_parameters, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7393), 1, + STATE(7053), 1, + sym_simple_identifier, + STATE(7516), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2589), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7013), 2, + STATE(7459), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(111), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -530723,50 +533198,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [86458] = 18, - ACTIONS(613), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [88615] = 18, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8276), 1, + ACTIONS(8332), 1, anon_sym_LT, - ACTIONS(8738), 1, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - ACTIONS(8852), 1, + ACTIONS(8868), 1, anon_sym_LPAREN, - STATE(3037), 1, - sym_simple_identifier, - STATE(3263), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6158), 1, + STATE(4713), 1, + sym__function_value_parameters, + STATE(6333), 1, sym_type_parameters, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7393), 1, + STATE(7149), 1, + sym_simple_identifier, + STATE(7559), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2579), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7011), 2, + STATE(7547), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(537), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -530774,50 +533248,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [86527] = 18, - ACTIONS(195), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [88683] = 18, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8276), 1, + ACTIONS(8332), 1, anon_sym_LT, - ACTIONS(8738), 1, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - ACTIONS(8836), 1, + ACTIONS(8874), 1, anon_sym_LPAREN, - STATE(2826), 1, - sym_simple_identifier, - STATE(2864), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6207), 1, + STATE(4790), 1, + sym__function_value_parameters, + STATE(6311), 1, sym_type_parameters, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7393), 1, + STATE(7180), 1, + sym_simple_identifier, + STATE(7573), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1321), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7102), 2, + STATE(7432), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(111), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -530825,50 +533298,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [86596] = 18, - ACTIONS(613), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [88751] = 18, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8276), 1, + ACTIONS(8332), 1, anon_sym_LT, - ACTIONS(8738), 1, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - ACTIONS(8852), 1, + ACTIONS(8876), 1, anon_sym_LPAREN, - STATE(3037), 1, - sym_simple_identifier, - STATE(3263), 1, + STATE(2846), 1, + sym__function_value_parameters, + STATE(4533), 1, sym__lexical_identifier, - STATE(5895), 1, + STATE(6325), 1, sym_type_parameters, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7393), 1, + STATE(7059), 1, + sym_simple_identifier, + STATE(7539), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2237), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7129), 2, + STATE(7521), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(537), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -530876,50 +533348,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [86665] = 18, - ACTIONS(613), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [88819] = 18, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8276), 1, + ACTIONS(8332), 1, anon_sym_LT, - ACTIONS(8738), 1, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - ACTIONS(8852), 1, + ACTIONS(8870), 1, anon_sym_LPAREN, - STATE(3037), 1, - sym_simple_identifier, - STATE(3263), 1, + STATE(3412), 1, + sym__function_value_parameters, + STATE(4533), 1, sym__lexical_identifier, - STATE(5937), 1, + STATE(6328), 1, sym_type_parameters, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7393), 1, + STATE(7022), 1, + sym_simple_identifier, + STATE(7568), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2614), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7149), 2, + STATE(7504), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(537), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -530927,50 +533398,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [86734] = 18, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, + [88887] = 18, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8332), 1, + anon_sym_LT, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8837), 1, + anon_sym_dynamic, + ACTIONS(8872), 1, anon_sym_LPAREN, - ACTIONS(8838), 1, - anon_sym_RPAREN, - STATE(4507), 1, + STATE(2851), 1, + sym__function_value_parameters, + STATE(4533), 1, sym__lexical_identifier, - STATE(6677), 1, + STATE(6302), 1, + sym_type_parameters, + STATE(6930), 1, sym_type_modifiers, - STATE(7584), 1, - sym__simple_user_type, - STATE(7891), 1, + STATE(7033), 1, sym_simple_identifier, - STATE(8351), 1, - sym_parameter, - STATE(9204), 1, - sym_function_type_parameters, + STATE(7571), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(7508), 2, + sym__receiver_type, + sym_nullable_type, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8455), 3, - sym__type, - sym_nullable_type, - sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -530978,50 +533448,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [86803] = 18, - ACTIONS(195), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [88955] = 18, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8276), 1, + ACTIONS(8332), 1, anon_sym_LT, - ACTIONS(8738), 1, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - ACTIONS(8836), 1, + ACTIONS(8874), 1, anon_sym_LPAREN, - STATE(2826), 1, - sym_simple_identifier, - STATE(2864), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6255), 1, + STATE(4790), 1, + sym__function_value_parameters, + STATE(6297), 1, sym_type_parameters, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7393), 1, + STATE(7104), 1, + sym_simple_identifier, + STATE(7573), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1605), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7130), 2, + STATE(7574), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(111), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -531029,50 +533498,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [86872] = 18, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, + [89023] = 18, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8332), 1, + anon_sym_LT, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8837), 1, + anon_sym_dynamic, + ACTIONS(8878), 1, anon_sym_LPAREN, - ACTIONS(8838), 1, - anon_sym_RPAREN, - STATE(4507), 1, + STATE(870), 1, + sym__function_value_parameters, + STATE(4533), 1, sym__lexical_identifier, - STATE(6677), 1, + STATE(6321), 1, + sym_type_parameters, + STATE(6930), 1, sym_type_modifiers, - STATE(7584), 1, - sym__simple_user_type, - STATE(7891), 1, + STATE(7048), 1, sym_simple_identifier, - STATE(8351), 1, - sym_parameter, - STATE(9204), 1, - sym_function_type_parameters, + STATE(7588), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(7527), 2, + sym__receiver_type, + sym_nullable_type, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8493), 3, - sym__type, - sym_nullable_type, - sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -531080,50 +533548,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [86941] = 18, - ACTIONS(613), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [89091] = 18, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8276), 1, + ACTIONS(8332), 1, anon_sym_LT, - ACTIONS(8738), 1, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - ACTIONS(8852), 1, + ACTIONS(8870), 1, anon_sym_LPAREN, - STATE(3037), 1, - sym_simple_identifier, - STATE(3263), 1, + STATE(3645), 1, + sym__function_value_parameters, + STATE(4533), 1, sym__lexical_identifier, - STATE(5940), 1, + STATE(6327), 1, sym_type_parameters, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7393), 1, + STATE(7184), 1, + sym_simple_identifier, + STATE(7516), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2687), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7069), 2, + STATE(7454), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(537), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -531131,50 +533598,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [87010] = 18, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, + [89159] = 18, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8332), 1, + anon_sym_LT, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8837), 1, + anon_sym_dynamic, + ACTIONS(8878), 1, anon_sym_LPAREN, - ACTIONS(8838), 1, - anon_sym_RPAREN, - STATE(4507), 1, + STATE(1031), 1, + sym__function_value_parameters, + STATE(4533), 1, sym__lexical_identifier, - STATE(6677), 1, + STATE(6341), 1, + sym_type_parameters, + STATE(6930), 1, sym_type_modifiers, - STATE(7584), 1, - sym__simple_user_type, - STATE(7891), 1, + STATE(7063), 1, sym_simple_identifier, - STATE(8351), 1, - sym_parameter, - STATE(9204), 1, - sym_function_type_parameters, + STATE(7462), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(7578), 2, + sym__receiver_type, + sym_nullable_type, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8447), 3, - sym__type, - sym_nullable_type, - sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -531182,50 +533648,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [87079] = 18, - ACTIONS(195), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [89227] = 17, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8276), 1, - anon_sym_LT, - ACTIONS(8738), 1, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, - anon_sym_dynamic, - ACTIONS(8836), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - STATE(2826), 1, - sym_simple_identifier, - STATE(2864), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6171), 1, - sym_type_parameters, - STATE(6897), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7393), 1, + STATE(7618), 1, sym__simple_user_type, + STATE(7904), 1, + sym_simple_identifier, + STATE(8350), 1, + sym_variable_declaration, + STATE(9397), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2593), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7009), 2, - sym__receiver_type, - sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(111), 7, + STATE(9400), 3, + sym__type, + sym_nullable_type, + sym_function_type, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -531233,50 +533697,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [87148] = 18, - ACTIONS(491), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [89293] = 17, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8276), 1, - anon_sym_LT, - ACTIONS(8738), 1, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8832), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - ACTIONS(8834), 1, - anon_sym_dynamic, - STATE(822), 1, - sym_simple_identifier, - STATE(866), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6259), 1, - sym_type_parameters, - STATE(6897), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7393), 1, + STATE(7618), 1, sym__simple_user_type, + STATE(7904), 1, + sym_simple_identifier, + STATE(8545), 1, + sym_variable_declaration, + STATE(9397), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(459), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7018), 2, - sym__receiver_type, - sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(413), 7, + STATE(9400), 3, + sym__type, + sym_nullable_type, + sym_function_type, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -531284,50 +533746,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [87217] = 18, - ACTIONS(195), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [89359] = 18, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8276), 1, + ACTIONS(8332), 1, anon_sym_LT, - ACTIONS(8738), 1, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - ACTIONS(8836), 1, + ACTIONS(8874), 1, anon_sym_LPAREN, - STATE(2826), 1, - sym_simple_identifier, - STATE(2864), 1, + STATE(4454), 1, + sym__function_value_parameters, + STATE(4533), 1, sym__lexical_identifier, - STATE(5969), 1, + STATE(6319), 1, sym_type_parameters, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7393), 1, + STATE(7085), 1, + sym_simple_identifier, + STATE(7561), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1337), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7053), 2, + STATE(7496), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(111), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -531335,50 +533796,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [87286] = 18, - ACTIONS(491), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [89427] = 18, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8276), 1, + ACTIONS(8332), 1, anon_sym_LT, - ACTIONS(8738), 1, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8832), 1, - anon_sym_LPAREN, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - STATE(822), 1, - sym_simple_identifier, - STATE(866), 1, + ACTIONS(8876), 1, + anon_sym_LPAREN, + STATE(2846), 1, + sym__function_value_parameters, + STATE(4533), 1, sym__lexical_identifier, - STATE(6177), 1, + STATE(6298), 1, sym_type_parameters, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7393), 1, + STATE(7040), 1, + sym_simple_identifier, + STATE(7539), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(457), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7003), 2, + STATE(7520), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(413), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -531386,50 +533846,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [87355] = 18, - ACTIONS(195), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [89495] = 18, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8276), 1, + ACTIONS(8332), 1, anon_sym_LT, - ACTIONS(8738), 1, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - ACTIONS(8836), 1, + ACTIONS(8876), 1, anon_sym_LPAREN, - STATE(2826), 1, - sym_simple_identifier, - STATE(2864), 1, + STATE(3027), 1, + sym__function_value_parameters, + STATE(4533), 1, sym__lexical_identifier, - STATE(5845), 1, + STATE(6329), 1, sym_type_parameters, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7393), 1, + STATE(7172), 1, + sym_simple_identifier, + STATE(7434), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2391), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7092), 2, + STATE(7532), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(111), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -531437,50 +533896,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [87424] = 18, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, + [89563] = 18, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8332), 1, + anon_sym_LT, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8837), 1, + anon_sym_dynamic, + ACTIONS(8868), 1, anon_sym_LPAREN, - ACTIONS(8838), 1, - anon_sym_RPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6677), 1, + STATE(4887), 1, + sym__function_value_parameters, + STATE(6335), 1, + sym_type_parameters, + STATE(6930), 1, sym_type_modifiers, - STATE(7584), 1, - sym__simple_user_type, - STATE(7891), 1, + STATE(7117), 1, sym_simple_identifier, - STATE(8351), 1, - sym_parameter, - STATE(9204), 1, - sym_function_type_parameters, + STATE(7468), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(7475), 2, + sym__receiver_type, + sym_nullable_type, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8350), 3, - sym__type, - sym_nullable_type, - sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -531488,50 +533946,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [87493] = 18, - ACTIONS(195), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [89631] = 17, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8276), 1, - anon_sym_LT, - ACTIONS(8738), 1, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, - anon_sym_dynamic, - ACTIONS(8836), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - STATE(2826), 1, - sym_simple_identifier, - STATE(2864), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6053), 1, - sym_type_parameters, - STATE(6897), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7393), 1, + STATE(7618), 1, sym__simple_user_type, + STATE(7904), 1, + sym_simple_identifier, + STATE(8465), 1, + sym_variable_declaration, + STATE(9397), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2382), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6995), 2, - sym__receiver_type, - sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(111), 7, + STATE(9400), 3, + sym__type, + sym_nullable_type, + sym_function_type, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -531539,49 +533995,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [87562] = 17, - ACTIONS(7317), 1, + [89697] = 17, + ACTIONS(7325), 1, anon_sym_dynamic, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - ACTIONS(8838), 1, - anon_sym_RPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6677), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7584), 1, + STATE(7618), 1, sym__simple_user_type, - STATE(7891), 1, + STATE(7904), 1, sym_simple_identifier, - STATE(9204), 1, + STATE(8405), 1, + sym_variable_declaration, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8351), 4, - sym_parameter, + STATE(9400), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -531589,50 +534044,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [87629] = 18, - ACTIONS(7317), 1, + [89763] = 17, + ACTIONS(7325), 1, anon_sym_dynamic, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - ACTIONS(8838), 1, - anon_sym_RPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6677), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7584), 1, + STATE(7618), 1, sym__simple_user_type, - STATE(7891), 1, + STATE(7904), 1, sym_simple_identifier, - STATE(8351), 1, - sym_parameter, - STATE(9204), 1, + STATE(8473), 1, + sym_variable_declaration, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8404), 3, + STATE(9400), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -531640,50 +534093,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [87698] = 18, - ACTIONS(613), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [89829] = 18, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8276), 1, + ACTIONS(8332), 1, anon_sym_LT, - ACTIONS(8738), 1, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - ACTIONS(8852), 1, + ACTIONS(8874), 1, anon_sym_LPAREN, - STATE(3037), 1, - sym_simple_identifier, - STATE(3263), 1, + STATE(4454), 1, + sym__function_value_parameters, + STATE(4533), 1, sym__lexical_identifier, - STATE(5894), 1, + STATE(6296), 1, sym_type_parameters, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7393), 1, + STATE(7045), 1, + sym_simple_identifier, + STATE(7561), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1566), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7110), 2, + STATE(7437), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(537), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -531691,49 +534143,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [87767] = 18, - ACTIONS(7324), 1, + [89897] = 18, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8276), 1, + ACTIONS(8332), 1, anon_sym_LT, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - ACTIONS(8860), 1, + ACTIONS(8874), 1, anon_sym_LPAREN, - STATE(3033), 1, - sym__function_value_parameters, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6287), 1, + STATE(4790), 1, + sym__function_value_parameters, + STATE(6345), 1, sym_type_parameters, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7008), 1, + STATE(7097), 1, sym_simple_identifier, - STATE(7542), 1, + STATE(7573), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7498), 2, + STATE(7433), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -531741,49 +534193,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [87835] = 18, - ACTIONS(7324), 1, + [89965] = 18, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8276), 1, + ACTIONS(8332), 1, anon_sym_LT, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - ACTIONS(8862), 1, + ACTIONS(8876), 1, anon_sym_LPAREN, - STATE(4459), 1, + STATE(3027), 1, sym__function_value_parameters, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6266), 1, + STATE(6351), 1, sym_type_parameters, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7126), 1, + STATE(7101), 1, sym_simple_identifier, - STATE(7459), 1, + STATE(7434), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7490), 2, + STATE(7458), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -531791,49 +534243,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [87903] = 18, - ACTIONS(7324), 1, + [90033] = 18, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8276), 1, + ACTIONS(8332), 1, anon_sym_LT, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - ACTIONS(8864), 1, + ACTIONS(8878), 1, anon_sym_LPAREN, - STATE(2877), 1, + STATE(870), 1, sym__function_value_parameters, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6283), 1, + STATE(6301), 1, sym_type_parameters, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(6996), 1, + STATE(7055), 1, sym_simple_identifier, - STATE(7449), 1, + STATE(7588), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7471), 2, + STATE(7498), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -531841,49 +534293,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [87971] = 18, - ACTIONS(7324), 1, + [90101] = 18, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8276), 1, + ACTIONS(8332), 1, anon_sym_LT, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - ACTIONS(8864), 1, + ACTIONS(8876), 1, anon_sym_LPAREN, - STATE(3501), 1, + STATE(3027), 1, sym__function_value_parameters, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6314), 1, + STATE(6342), 1, sym_type_parameters, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7152), 1, + STATE(7188), 1, sym_simple_identifier, - STATE(7489), 1, + STATE(7434), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7458), 2, + STATE(7530), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -531891,49 +534343,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [88039] = 18, - ACTIONS(7324), 1, + [90169] = 18, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8276), 1, + ACTIONS(8332), 1, anon_sym_LT, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - ACTIONS(8860), 1, + ACTIONS(8872), 1, anon_sym_LPAREN, - STATE(3033), 1, + STATE(2851), 1, sym__function_value_parameters, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6318), 1, + STATE(6343), 1, sym_type_parameters, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7079), 1, + STATE(7142), 1, sym_simple_identifier, - STATE(7542), 1, + STATE(7571), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7443), 2, + STATE(7549), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -531941,49 +534393,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [88107] = 18, - ACTIONS(7324), 1, + [90237] = 18, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8276), 1, + ACTIONS(8332), 1, anon_sym_LT, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - ACTIONS(8866), 1, + ACTIONS(8868), 1, anon_sym_LPAREN, - STATE(976), 1, - sym__function_value_parameters, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6301), 1, + STATE(4887), 1, + sym__function_value_parameters, + STATE(6310), 1, sym_type_parameters, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(6990), 1, + STATE(7046), 1, sym_simple_identifier, - STATE(7467), 1, + STATE(7468), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7418), 2, + STATE(7466), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -531991,49 +534443,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [88175] = 18, - ACTIONS(7324), 1, + [90305] = 18, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8276), 1, + ACTIONS(8332), 1, anon_sym_LT, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - ACTIONS(8862), 1, + ACTIONS(8878), 1, anon_sym_LPAREN, - STATE(4459), 1, + STATE(1031), 1, sym__function_value_parameters, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6313), 1, + STATE(6348), 1, sym_type_parameters, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7060), 1, + STATE(7077), 1, sym_simple_identifier, - STATE(7459), 1, + STATE(7462), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7441), 2, + STATE(7470), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -532041,48 +534493,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [88243] = 17, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, + [90373] = 18, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8332), 1, + anon_sym_LT, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8837), 1, + anon_sym_dynamic, + ACTIONS(8872), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(3512), 1, + sym__function_value_parameters, + STATE(4533), 1, sym__lexical_identifier, - STATE(6677), 1, + STATE(6305), 1, + sym_type_parameters, + STATE(6930), 1, sym_type_modifiers, - STATE(7584), 1, - sym__simple_user_type, - STATE(7894), 1, + STATE(7113), 1, sym_simple_identifier, - STATE(8336), 1, - sym_variable_declaration, - STATE(9204), 1, - sym_function_type_parameters, + STATE(7435), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(7506), 2, + sym__receiver_type, + sym_nullable_type, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(9207), 3, - sym__type, - sym_nullable_type, - sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -532090,49 +534543,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [88309] = 18, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8276), 1, - anon_sym_LT, - ACTIONS(8406), 1, + [90441] = 16, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, - anon_sym_dynamic, - ACTIONS(8860), 1, + ACTIONS(8880), 1, anon_sym_LPAREN, - STATE(2835), 1, - sym__function_value_parameters, - STATE(4507), 1, + ACTIONS(8882), 1, + anon_sym_dynamic, + STATE(3377), 1, + sym__simple_user_type, + STATE(3382), 1, sym__lexical_identifier, - STATE(6286), 1, - sym_type_parameters, - STATE(6897), 1, - sym_type_modifiers, - STATE(7112), 1, + STATE(3446), 1, sym_simple_identifier, - STATE(7533), 1, - sym__simple_user_type, + STATE(6710), 1, + sym_type_modifiers, + STATE(9488), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7419), 2, - sym__receiver_type, + STATE(3378), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + STATE(3998), 3, + sym__type, sym_nullable_type, - STATE(6895), 3, + sym_function_type, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(8392), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -532140,49 +534590,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [88377] = 18, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8276), 1, - anon_sym_LT, - ACTIONS(8406), 1, + [90504] = 16, + ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, - anon_sym_dynamic, - ACTIONS(8868), 1, + ACTIONS(8884), 1, anon_sym_LPAREN, - STATE(3613), 1, - sym__function_value_parameters, - STATE(4507), 1, + ACTIONS(8886), 1, + anon_sym_dynamic, + STATE(4459), 1, + sym__simple_user_type, + STATE(4461), 1, sym__lexical_identifier, - STATE(6276), 1, - sym_type_parameters, - STATE(6897), 1, - sym_type_modifiers, - STATE(7046), 1, + STATE(4466), 1, sym_simple_identifier, - STATE(7508), 1, - sym__simple_user_type, + STATE(6741), 1, + sym_type_modifiers, + STATE(9309), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7403), 2, - sym__receiver_type, + STATE(4460), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + STATE(4661), 3, + sym__type, sym_nullable_type, - STATE(6895), 3, + sym_function_type, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(8392), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -532190,48 +534637,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [88445] = 17, - ACTIONS(7317), 1, + [90567] = 16, + ACTIONS(7325), 1, anon_sym_dynamic, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6677), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7584), 1, - sym__simple_user_type, - STATE(7894), 1, + STATE(7487), 1, sym_simple_identifier, - STATE(8303), 1, - sym_variable_declaration, - STATE(9204), 1, + STATE(7618), 1, + sym__simple_user_type, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(9207), 3, + STATE(8178), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -532239,49 +534684,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [88511] = 18, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8276), 1, - anon_sym_LT, - ACTIONS(8406), 1, + [90630] = 16, + ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, - anon_sym_dynamic, - ACTIONS(8870), 1, + ACTIONS(8888), 1, anon_sym_LPAREN, - STATE(4507), 1, + ACTIONS(8890), 1, + anon_sym_dynamic, + STATE(2837), 1, sym__lexical_identifier, - STATE(4852), 1, - sym__function_value_parameters, - STATE(6267), 1, - sym_type_parameters, - STATE(6897), 1, - sym_type_modifiers, - STATE(7037), 1, - sym_simple_identifier, - STATE(7545), 1, + STATE(2881), 1, sym__simple_user_type, + STATE(2898), 1, + sym_simple_identifier, + STATE(6704), 1, + sym_type_modifiers, + STATE(9530), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7534), 2, - sym__receiver_type, + STATE(2883), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + STATE(3977), 3, + sym__type, sym_nullable_type, - STATE(6895), 3, + sym_function_type, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(8392), 7, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -532289,49 +534731,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [88579] = 18, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8276), 1, - anon_sym_LT, - ACTIONS(8406), 1, + [90693] = 16, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, - anon_sym_dynamic, - ACTIONS(8860), 1, + ACTIONS(8880), 1, anon_sym_LPAREN, - STATE(2835), 1, - sym__function_value_parameters, - STATE(4507), 1, + ACTIONS(8882), 1, + anon_sym_dynamic, + STATE(3377), 1, + sym__simple_user_type, + STATE(3382), 1, sym__lexical_identifier, - STATE(6303), 1, - sym_type_parameters, - STATE(6897), 1, - sym_type_modifiers, - STATE(7123), 1, + STATE(3446), 1, sym_simple_identifier, - STATE(7533), 1, - sym__simple_user_type, + STATE(6710), 1, + sym_type_modifiers, + STATE(9488), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7540), 2, - sym__receiver_type, + STATE(3378), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + STATE(3536), 3, + sym__type, sym_nullable_type, - STATE(6895), 3, + sym_function_type, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(8392), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -532339,49 +534778,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [88647] = 18, - ACTIONS(7324), 1, + [90756] = 16, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8276), 1, - anon_sym_LT, - ACTIONS(8406), 1, - sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - ACTIONS(8866), 1, + ACTIONS(8853), 1, anon_sym_LPAREN, - STATE(976), 1, - sym__function_value_parameters, - STATE(4507), 1, + ACTIONS(8855), 1, + sym__backtick_identifier, + STATE(5531), 1, + sym_simple_identifier, + STATE(5532), 1, sym__lexical_identifier, - STATE(6292), 1, - sym_type_parameters, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7019), 1, - sym_simple_identifier, - STATE(7467), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5261), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7404), 2, + STATE(7179), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8392), 7, + ACTIONS(8851), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -532389,49 +534825,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [88715] = 18, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8276), 1, - anon_sym_LT, - ACTIONS(8406), 1, + [90819] = 16, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, - anon_sym_dynamic, - ACTIONS(8862), 1, + ACTIONS(8880), 1, anon_sym_LPAREN, - STATE(4507), 1, + ACTIONS(8882), 1, + anon_sym_dynamic, + STATE(3377), 1, + sym__simple_user_type, + STATE(3382), 1, sym__lexical_identifier, - STATE(4769), 1, - sym__function_value_parameters, - STATE(6282), 1, - sym_type_parameters, - STATE(6897), 1, - sym_type_modifiers, - STATE(7155), 1, + STATE(3446), 1, sym_simple_identifier, - STATE(7492), 1, - sym__simple_user_type, + STATE(6710), 1, + sym_type_modifiers, + STATE(9488), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7539), 2, - sym__receiver_type, + STATE(3378), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + STATE(3532), 3, + sym__type, sym_nullable_type, - STATE(6895), 3, + sym_function_type, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(8392), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -532439,49 +534872,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [88783] = 18, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8276), 1, - anon_sym_LT, - ACTIONS(8406), 1, + [90882] = 16, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, - anon_sym_dynamic, - ACTIONS(8868), 1, + ACTIONS(8892), 1, anon_sym_LPAREN, - STATE(3266), 1, - sym__function_value_parameters, - STATE(4507), 1, - sym__lexical_identifier, - STATE(6305), 1, - sym_type_parameters, - STATE(6897), 1, - sym_type_modifiers, - STATE(7087), 1, + ACTIONS(8894), 1, + anon_sym_dynamic, + STATE(834), 1, sym_simple_identifier, - STATE(7454), 1, + STATE(843), 1, + sym__lexical_identifier, + STATE(865), 1, sym__simple_user_type, + STATE(6614), 1, + sym_type_modifiers, + STATE(9486), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7435), 2, - sym__receiver_type, + STATE(868), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + STATE(995), 3, + sym__type, sym_nullable_type, - STATE(6895), 3, + sym_function_type, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(8392), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -532489,48 +534919,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [88851] = 17, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8406), 1, + [90945] = 16, + ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8896), 1, anon_sym_LPAREN, - STATE(4507), 1, + ACTIONS(8898), 1, + anon_sym_dynamic, + STATE(4566), 1, sym__lexical_identifier, - STATE(6677), 1, - sym_type_modifiers, - STATE(7584), 1, + STATE(4673), 1, sym__simple_user_type, - STATE(7894), 1, + STATE(4677), 1, sym_simple_identifier, - STATE(8515), 1, - sym_variable_declaration, - STATE(9204), 1, + STATE(6567), 1, + sym_type_modifiers, + STATE(9181), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(4672), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(9207), 3, + STATE(4971), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + ACTIONS(7), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -532538,49 +534966,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [88917] = 18, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8276), 1, - anon_sym_LT, - ACTIONS(8406), 1, + [91008] = 16, + ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, - anon_sym_dynamic, - ACTIONS(8864), 1, + ACTIONS(8896), 1, anon_sym_LPAREN, - STATE(2877), 1, - sym__function_value_parameters, - STATE(4507), 1, + ACTIONS(8898), 1, + anon_sym_dynamic, + STATE(4566), 1, sym__lexical_identifier, - STATE(6297), 1, - sym_type_parameters, - STATE(6897), 1, - sym_type_modifiers, - STATE(7103), 1, - sym_simple_identifier, - STATE(7449), 1, + STATE(4673), 1, sym__simple_user_type, + STATE(4677), 1, + sym_simple_identifier, + STATE(6567), 1, + sym_type_modifiers, + STATE(9181), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7427), 2, - sym__receiver_type, + STATE(4672), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + STATE(4972), 3, + sym__type, sym_nullable_type, - STATE(6895), 3, + sym_function_type, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(8392), 7, + ACTIONS(7), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -532588,49 +535013,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [88985] = 18, - ACTIONS(7324), 1, + [91071] = 17, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8276), 1, + ACTIONS(8332), 1, anon_sym_LT, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - ACTIONS(8870), 1, + ACTIONS(8900), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(4674), 1, - sym__function_value_parameters, - STATE(6275), 1, + STATE(6314), 1, sym_type_parameters, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7074), 1, + STATE(7089), 1, sym_simple_identifier, - STATE(7422), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7524), 2, + STATE(7451), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -532638,48 +535061,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [89053] = 17, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8406), 1, + [91136] = 16, + ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8888), 1, anon_sym_LPAREN, - STATE(4507), 1, + ACTIONS(8890), 1, + anon_sym_dynamic, + STATE(2837), 1, sym__lexical_identifier, - STATE(6677), 1, - sym_type_modifiers, - STATE(7584), 1, + STATE(2881), 1, sym__simple_user_type, - STATE(7894), 1, + STATE(2898), 1, sym_simple_identifier, - STATE(8453), 1, - sym_variable_declaration, - STATE(9204), 1, + STATE(6704), 1, + sym_type_modifiers, + STATE(9530), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(2883), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(9207), 3, + STATE(3985), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -532687,49 +535108,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [89119] = 18, - ACTIONS(7324), 1, + [91199] = 16, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8276), 1, - anon_sym_LT, - ACTIONS(8406), 1, - sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, - anon_sym_dynamic, - ACTIONS(8866), 1, + ACTIONS(8904), 1, anon_sym_LPAREN, - STATE(838), 1, - sym__function_value_parameters, - STATE(4507), 1, + ACTIONS(8906), 1, + anon_sym_dynamic, + ACTIONS(8908), 1, + sym__backtick_identifier, + STATE(5536), 1, sym__lexical_identifier, - STATE(6277), 1, - sym_type_parameters, - STATE(6897), 1, - sym_type_modifiers, - STATE(7132), 1, + STATE(5537), 1, sym_simple_identifier, - STATE(7444), 1, + STATE(6729), 1, + sym_type_modifiers, + STATE(7457), 1, sym__simple_user_type, + STATE(9337), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7411), 2, - sym__receiver_type, - sym_nullable_type, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(5582), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8392), 7, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(8850), 3, + sym__type, + sym_nullable_type, + sym_function_type, + ACTIONS(8902), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -532737,49 +535155,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [89187] = 18, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8276), 1, - anon_sym_LT, - ACTIONS(8406), 1, + [91262] = 16, + ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, - anon_sym_dynamic, - ACTIONS(8860), 1, + ACTIONS(8896), 1, anon_sym_LPAREN, - STATE(3033), 1, - sym__function_value_parameters, - STATE(4507), 1, + ACTIONS(8898), 1, + anon_sym_dynamic, + STATE(4566), 1, sym__lexical_identifier, - STATE(6271), 1, - sym_type_parameters, - STATE(6897), 1, - sym_type_modifiers, - STATE(7027), 1, - sym_simple_identifier, - STATE(7542), 1, + STATE(4673), 1, sym__simple_user_type, + STATE(4677), 1, + sym_simple_identifier, + STATE(6567), 1, + sym_type_modifiers, + STATE(9181), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7510), 2, - sym__receiver_type, + STATE(4672), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + STATE(4686), 3, + sym__type, sym_nullable_type, - STATE(6895), 3, + sym_function_type, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(8392), 7, + ACTIONS(7), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -532787,49 +535202,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [89255] = 18, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8276), 1, - anon_sym_LT, - ACTIONS(8406), 1, + [91325] = 16, + ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, - anon_sym_dynamic, - ACTIONS(8866), 1, + ACTIONS(8896), 1, anon_sym_LPAREN, - STATE(838), 1, - sym__function_value_parameters, - STATE(4507), 1, + ACTIONS(8898), 1, + anon_sym_dynamic, + STATE(4566), 1, sym__lexical_identifier, - STATE(6306), 1, - sym_type_parameters, - STATE(6897), 1, - sym_type_modifiers, - STATE(7119), 1, - sym_simple_identifier, - STATE(7444), 1, + STATE(4673), 1, sym__simple_user_type, + STATE(4677), 1, + sym_simple_identifier, + STATE(6567), 1, + sym_type_modifiers, + STATE(9181), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7400), 2, - sym__receiver_type, + STATE(4672), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + STATE(4711), 3, + sym__type, sym_nullable_type, - STATE(6895), 3, + sym_function_type, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(8392), 7, + ACTIONS(7), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -532837,49 +535249,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [89323] = 18, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8276), 1, - anon_sym_LT, - ACTIONS(8406), 1, + [91388] = 16, + ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, - anon_sym_dynamic, - ACTIONS(8862), 1, + ACTIONS(8896), 1, anon_sym_LPAREN, - STATE(4507), 1, + ACTIONS(8898), 1, + anon_sym_dynamic, + STATE(4566), 1, sym__lexical_identifier, - STATE(4769), 1, - sym__function_value_parameters, - STATE(6319), 1, - sym_type_parameters, - STATE(6897), 1, - sym_type_modifiers, - STATE(7068), 1, - sym_simple_identifier, - STATE(7492), 1, + STATE(4673), 1, sym__simple_user_type, + STATE(4677), 1, + sym_simple_identifier, + STATE(6567), 1, + sym_type_modifiers, + STATE(9181), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7493), 2, - sym__receiver_type, + STATE(4672), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + STATE(4721), 3, + sym__type, sym_nullable_type, - STATE(6895), 3, + sym_function_type, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(8392), 7, + ACTIONS(7), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -532887,48 +535296,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [89391] = 17, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8406), 1, + [91451] = 16, + ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8896), 1, anon_sym_LPAREN, - STATE(4507), 1, + ACTIONS(8898), 1, + anon_sym_dynamic, + STATE(4566), 1, sym__lexical_identifier, - STATE(6677), 1, - sym_type_modifiers, - STATE(7584), 1, + STATE(4673), 1, sym__simple_user_type, - STATE(7894), 1, + STATE(4677), 1, sym_simple_identifier, - STATE(8427), 1, - sym_variable_declaration, - STATE(9204), 1, + STATE(6567), 1, + sym_type_modifiers, + STATE(9181), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(4672), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(9207), 3, + STATE(4737), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + ACTIONS(7), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -532936,49 +535343,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [89457] = 18, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8276), 1, - anon_sym_LT, - ACTIONS(8406), 1, + [91514] = 16, + ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, - anon_sym_dynamic, - ACTIONS(8870), 1, + ACTIONS(8896), 1, anon_sym_LPAREN, - STATE(4507), 1, + ACTIONS(8898), 1, + anon_sym_dynamic, + STATE(4566), 1, sym__lexical_identifier, - STATE(4852), 1, - sym__function_value_parameters, - STATE(6284), 1, - sym_type_parameters, - STATE(6897), 1, - sym_type_modifiers, - STATE(7139), 1, - sym_simple_identifier, - STATE(7545), 1, + STATE(4673), 1, sym__simple_user_type, + STATE(4677), 1, + sym_simple_identifier, + STATE(6567), 1, + sym_type_modifiers, + STATE(9181), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7546), 2, - sym__receiver_type, + STATE(4672), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + STATE(4746), 3, + sym__type, sym_nullable_type, - STATE(6895), 3, + sym_function_type, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(8392), 7, + ACTIONS(7), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -532986,49 +535390,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [89525] = 18, - ACTIONS(7324), 1, + [91577] = 16, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8276), 1, - anon_sym_LT, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, - anon_sym_dynamic, - ACTIONS(8868), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - STATE(3613), 1, - sym__function_value_parameters, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6309), 1, - sym_type_parameters, - STATE(6897), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7064), 1, + STATE(7487), 1, sym_simple_identifier, - STATE(7508), 1, + STATE(7618), 1, sym__simple_user_type, + STATE(9397), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7468), 2, - sym__receiver_type, - sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8392), 7, + STATE(8091), 3, + sym__type, + sym_nullable_type, + sym_function_type, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -533036,47 +535437,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [89593] = 16, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8406), 1, + [91640] = 16, + ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8896), 1, anon_sym_LPAREN, - STATE(4507), 1, + ACTIONS(8898), 1, + anon_sym_dynamic, + STATE(4566), 1, sym__lexical_identifier, - STATE(6677), 1, - sym_type_modifiers, - STATE(7584), 1, + STATE(4673), 1, sym__simple_user_type, - STATE(7891), 1, + STATE(4677), 1, sym_simple_identifier, - STATE(9204), 1, + STATE(6567), 1, + sym_type_modifiers, + STATE(9181), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(4672), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8656), 4, - sym_parameter, + STATE(4768), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + ACTIONS(7), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -533084,49 +535484,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [89657] = 18, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8276), 1, - anon_sym_LT, - ACTIONS(8406), 1, + [91703] = 16, + ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, - anon_sym_dynamic, - ACTIONS(8862), 1, + ACTIONS(8896), 1, anon_sym_LPAREN, - STATE(4507), 1, + ACTIONS(8898), 1, + anon_sym_dynamic, + STATE(4566), 1, sym__lexical_identifier, - STATE(4769), 1, - sym__function_value_parameters, - STATE(6272), 1, - sym_type_parameters, - STATE(6897), 1, - sym_type_modifiers, - STATE(7101), 1, - sym_simple_identifier, - STATE(7492), 1, + STATE(4673), 1, sym__simple_user_type, + STATE(4677), 1, + sym_simple_identifier, + STATE(6567), 1, + sym_type_modifiers, + STATE(9181), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7438), 2, - sym__receiver_type, + STATE(4672), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + STATE(4766), 3, + sym__type, sym_nullable_type, - STATE(6895), 3, + sym_function_type, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(8392), 7, + ACTIONS(7), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -533134,49 +535531,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [89725] = 18, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8276), 1, - anon_sym_LT, - ACTIONS(8406), 1, + [91766] = 16, + ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, - anon_sym_dynamic, - ACTIONS(8868), 1, + ACTIONS(8896), 1, anon_sym_LPAREN, - STATE(3266), 1, - sym__function_value_parameters, - STATE(4507), 1, + ACTIONS(8898), 1, + anon_sym_dynamic, + STATE(4566), 1, sym__lexical_identifier, - STATE(6295), 1, - sym_type_parameters, - STATE(6897), 1, - sym_type_modifiers, - STATE(7142), 1, - sym_simple_identifier, - STATE(7454), 1, + STATE(4673), 1, sym__simple_user_type, + STATE(4677), 1, + sym_simple_identifier, + STATE(6567), 1, + sym_type_modifiers, + STATE(9181), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7551), 2, - sym__receiver_type, + STATE(4672), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + STATE(4764), 3, + sym__type, sym_nullable_type, - STATE(6895), 3, + sym_function_type, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(8392), 7, + ACTIONS(7), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -533184,49 +535578,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [89793] = 18, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8276), 1, - anon_sym_LT, - ACTIONS(8406), 1, + [91829] = 16, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, - anon_sym_dynamic, - ACTIONS(8870), 1, + ACTIONS(8835), 1, anon_sym_LPAREN, - STATE(4507), 1, + ACTIONS(8837), 1, + anon_sym_dynamic, + STATE(812), 1, + sym_simple_identifier, + STATE(843), 1, sym__lexical_identifier, - STATE(4852), 1, - sym__function_value_parameters, - STATE(6312), 1, - sym_type_parameters, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7017), 1, - sym_simple_identifier, - STATE(7545), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(439), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7544), 2, + STATE(7099), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8392), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -533234,49 +535625,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [89861] = 18, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8276), 1, - anon_sym_LT, - ACTIONS(8406), 1, + [91892] = 16, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, - anon_sym_dynamic, - ACTIONS(8864), 1, + ACTIONS(8835), 1, anon_sym_LPAREN, - STATE(3501), 1, - sym__function_value_parameters, - STATE(4507), 1, + ACTIONS(8837), 1, + anon_sym_dynamic, + STATE(812), 1, + sym_simple_identifier, + STATE(843), 1, sym__lexical_identifier, - STATE(6300), 1, - sym_type_parameters, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7137), 1, - sym_simple_identifier, - STATE(7489), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(435), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7560), 2, + STATE(7109), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8392), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -533284,98 +535672,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [89929] = 17, - ACTIONS(7317), 1, + [91955] = 16, + ACTIONS(7325), 1, anon_sym_dynamic, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6677), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7584), 1, - sym__simple_user_type, - STATE(7894), 1, + STATE(7487), 1, sym_simple_identifier, - STATE(8330), 1, - sym_variable_declaration, - STATE(9204), 1, + STATE(7618), 1, + sym__simple_user_type, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(9207), 3, + STATE(9392), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - [89995] = 18, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8276), 1, - anon_sym_LT, - ACTIONS(8406), 1, - sym__backtick_identifier, - ACTIONS(8738), 1, - anon_sym_AT, - ACTIONS(8834), 1, - anon_sym_dynamic, - ACTIONS(8870), 1, - anon_sym_LPAREN, - STATE(4507), 1, - sym__lexical_identifier, - STATE(4674), 1, - sym__function_value_parameters, - STATE(6296), 1, - sym_type_parameters, - STATE(6897), 1, - sym_type_modifiers, - STATE(7016), 1, - sym_simple_identifier, - STATE(7422), 1, - sym__simple_user_type, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(5537), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(7477), 2, - sym__receiver_type, - sym_nullable_type, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(7391), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -533383,46 +535719,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [90063] = 16, - ACTIONS(7317), 1, + [92018] = 16, + ACTIONS(7325), 1, anon_sym_dynamic, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6677), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7537), 1, + STATE(7487), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(7618), 1, sym__simple_user_type, - STATE(9204), 1, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8870), 3, + STATE(9394), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -533430,46 +535766,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [90126] = 16, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8406), 1, + [92081] = 16, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8835), 1, anon_sym_LPAREN, - STATE(4507), 1, + ACTIONS(8837), 1, + anon_sym_dynamic, + STATE(812), 1, + sym_simple_identifier, + STATE(843), 1, sym__lexical_identifier, - STATE(6677), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7537), 1, - sym_simple_identifier, - STATE(7584), 1, + STATE(7425), 1, sym__simple_user_type, - STATE(9204), 1, - sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(436), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(7139), 2, + sym__receiver_type, + sym_nullable_type, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8177), 3, - sym__type, - sym_nullable_type, - sym_function_type, - ACTIONS(8392), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -533477,46 +535813,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [90189] = 16, - ACTIONS(281), 1, + [92144] = 16, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8872), 1, + ACTIONS(8835), 1, anon_sym_LPAREN, - ACTIONS(8874), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - STATE(4440), 1, - sym__lexical_identifier, - STATE(4461), 1, - sym__simple_user_type, - STATE(4463), 1, + STATE(812), 1, sym_simple_identifier, - STATE(6634), 1, + STATE(843), 1, + sym__lexical_identifier, + STATE(6930), 1, sym_type_modifiers, - STATE(9167), 1, - sym_function_type_parameters, + STATE(7425), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(437), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(4460), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - STATE(4858), 3, - sym__type, + STATE(7156), 2, + sym__receiver_type, sym_nullable_type, - sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(199), 7, + STATE(7427), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -533524,46 +535860,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [90252] = 16, - ACTIONS(409), 1, + [92207] = 16, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8876), 1, - anon_sym_LPAREN, - ACTIONS(8878), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - STATE(2866), 1, - sym__simple_user_type, - STATE(2885), 1, + ACTIONS(8843), 1, + anon_sym_LPAREN, + STATE(2796), 1, sym_simple_identifier, - STATE(2890), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(6530), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(9429), 1, - sym_function_type_parameters, + STATE(7425), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(1337), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(2875), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - STATE(3602), 3, - sym__type, + STATE(7181), 2, + sym__receiver_type, sym_nullable_type, - sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(333), 7, + STATE(7427), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -533571,46 +535907,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [90315] = 16, - ACTIONS(7317), 1, + [92270] = 16, + ACTIONS(7325), 1, anon_sym_dynamic, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6677), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7537), 1, + STATE(7487), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(7618), 1, sym__simple_user_type, - STATE(9204), 1, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8289), 3, + STATE(8199), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -533618,46 +535954,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [90378] = 16, - ACTIONS(7324), 1, + [92333] = 16, + ACTIONS(195), 1, + sym__backtick_identifier, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8882), 1, - anon_sym_LPAREN, - ACTIONS(8884), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - ACTIONS(8886), 1, - sym__backtick_identifier, - STATE(5519), 1, - sym__lexical_identifier, - STATE(5521), 1, + ACTIONS(8843), 1, + anon_sym_LPAREN, + STATE(2796), 1, sym_simple_identifier, - STATE(6699), 1, + STATE(2858), 1, + sym__lexical_identifier, + STATE(6930), 1, sym_type_modifiers, - STATE(7476), 1, + STATE(7425), 1, sym__simple_user_type, - STATE(8952), 1, - sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(1334), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(5567), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - STATE(5609), 3, - sym__type, + STATE(7178), 2, + sym__receiver_type, sym_nullable_type, - sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(8880), 7, + STATE(7427), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -533665,46 +536001,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [90441] = 16, - ACTIONS(409), 1, + [92396] = 16, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8876), 1, - anon_sym_LPAREN, - ACTIONS(8878), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - STATE(2866), 1, - sym__simple_user_type, - STATE(2885), 1, + ACTIONS(8843), 1, + anon_sym_LPAREN, + STATE(2796), 1, sym_simple_identifier, - STATE(2890), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(6530), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(9429), 1, - sym_function_type_parameters, + STATE(7425), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(1338), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(2875), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - STATE(3544), 3, - sym__type, + STATE(7157), 2, + sym__receiver_type, sym_nullable_type, - sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(333), 7, + STATE(7427), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -533712,46 +536048,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [90504] = 16, - ACTIONS(409), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [92459] = 17, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8332), 1, + anon_sym_LT, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8876), 1, - anon_sym_LPAREN, - ACTIONS(8878), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - STATE(2866), 1, - sym__simple_user_type, - STATE(2885), 1, - sym_simple_identifier, - STATE(2890), 1, + ACTIONS(8900), 1, + anon_sym_LPAREN, + STATE(4533), 1, sym__lexical_identifier, - STATE(6530), 1, + STATE(6310), 1, + sym_type_parameters, + STATE(6930), 1, sym_type_modifiers, - STATE(9429), 1, - sym_function_type_parameters, + STATE(7046), 1, + sym_simple_identifier, + STATE(7425), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(2875), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - STATE(3548), 3, - sym__type, + STATE(7466), 2, + sym__receiver_type, sym_nullable_type, - sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(333), 7, + STATE(7427), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -533759,46 +536096,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [90567] = 16, - ACTIONS(613), 1, + [92524] = 16, + ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8888), 1, + ACTIONS(8896), 1, anon_sym_LPAREN, - ACTIONS(8890), 1, + ACTIONS(8898), 1, anon_sym_dynamic, - STATE(3205), 1, - sym__simple_user_type, - STATE(3263), 1, + STATE(4566), 1, sym__lexical_identifier, - STATE(3264), 1, + STATE(4673), 1, + sym__simple_user_type, + STATE(4677), 1, sym_simple_identifier, - STATE(6466), 1, + STATE(6567), 1, sym_type_modifiers, - STATE(9518), 1, + STATE(9181), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(3204), 3, + STATE(4672), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(3520), 3, + STATE(5013), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(537), 7, + ACTIONS(7), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -533806,46 +536143,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [90630] = 16, - ACTIONS(613), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [92587] = 16, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8888), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - ACTIONS(8890), 1, - anon_sym_dynamic, - STATE(3205), 1, - sym__simple_user_type, - STATE(3263), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(3264), 1, - sym_simple_identifier, - STATE(6466), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(9518), 1, + STATE(7487), 1, + sym_simple_identifier, + STATE(7618), 1, + sym__simple_user_type, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(3204), 3, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(3611), 3, + STATE(8749), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - ACTIONS(537), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -533853,46 +536190,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [90693] = 16, - ACTIONS(7317), 1, + [92650] = 16, + ACTIONS(7325), 1, anon_sym_dynamic, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6677), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7537), 1, + STATE(7487), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(7618), 1, sym__simple_user_type, - STATE(9204), 1, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8139), 3, + STATE(8798), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -533900,46 +536237,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [90756] = 16, - ACTIONS(195), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [92713] = 16, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - ACTIONS(8836), 1, + ACTIONS(8853), 1, anon_sym_LPAREN, - STATE(2826), 1, + ACTIONS(8855), 1, + sym__backtick_identifier, + STATE(5531), 1, sym_simple_identifier, - STATE(2864), 1, + STATE(5532), 1, sym__lexical_identifier, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7393), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1552), 2, + STATE(5219), 2, sym_variable_declaration, sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7144), 2, + STATE(7036), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(111), 7, + ACTIONS(8851), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -533947,46 +536284,93 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [90819] = 16, - ACTIONS(613), 1, + [92776] = 16, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, + anon_sym_AT, + ACTIONS(8754), 1, + anon_sym_LPAREN, + STATE(4533), 1, + sym__lexical_identifier, + STATE(6550), 1, + sym_type_modifiers, + STATE(7487), 1, + sym_simple_identifier, + STATE(7618), 1, + sym__simple_user_type, + STATE(9397), 1, + sym_function_type_parameters, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + STATE(5546), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7537), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + STATE(9400), 3, + sym__type, + sym_nullable_type, + sym_function_type, + ACTIONS(8386), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + [92839] = 16, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8888), 1, + ACTIONS(8880), 1, anon_sym_LPAREN, - ACTIONS(8890), 1, + ACTIONS(8882), 1, anon_sym_dynamic, - STATE(3205), 1, + STATE(3377), 1, sym__simple_user_type, - STATE(3263), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(3264), 1, + STATE(3446), 1, sym_simple_identifier, - STATE(6466), 1, + STATE(6710), 1, sym_type_modifiers, - STATE(9518), 1, + STATE(9488), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(3204), 3, + STATE(3378), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(3515), 3, + STATE(3522), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(537), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -533994,46 +536378,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [90882] = 16, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, + [92902] = 16, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, - sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8904), 1, anon_sym_LPAREN, - STATE(4507), 1, + ACTIONS(8906), 1, + anon_sym_dynamic, + ACTIONS(8908), 1, + sym__backtick_identifier, + STATE(5536), 1, sym__lexical_identifier, - STATE(6677), 1, - sym_type_modifiers, - STATE(7537), 1, + STATE(5537), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(6729), 1, + sym_type_modifiers, + STATE(7457), 1, sym__simple_user_type, - STATE(9204), 1, + STATE(9337), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(5582), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(9161), 3, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(8803), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8902), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -534041,46 +536425,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [90945] = 16, - ACTIONS(7317), 1, + [92965] = 16, + ACTIONS(7325), 1, anon_sym_dynamic, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6677), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7537), 1, + STATE(7487), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(7618), 1, sym__simple_user_type, - STATE(9204), 1, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(9158), 3, + STATE(8194), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -534088,46 +536472,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [91008] = 16, - ACTIONS(7324), 1, + [93028] = 16, + ACTIONS(533), 1, + sym__backtick_identifier, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8882), 1, + ACTIONS(8880), 1, anon_sym_LPAREN, - ACTIONS(8884), 1, + ACTIONS(8882), 1, anon_sym_dynamic, - ACTIONS(8886), 1, - sym__backtick_identifier, - STATE(5519), 1, + STATE(3377), 1, + sym__simple_user_type, + STATE(3382), 1, sym__lexical_identifier, - STATE(5521), 1, + STATE(3446), 1, sym_simple_identifier, - STATE(6699), 1, + STATE(6710), 1, sym_type_modifiers, - STATE(7476), 1, - sym__simple_user_type, - STATE(8952), 1, + STATE(9488), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(5567), 3, + STATE(3378), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(5607), 3, + STATE(3533), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(8880), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -534135,47 +536519,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [91071] = 17, - ACTIONS(7324), 1, + [93091] = 16, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8276), 1, - anon_sym_LT, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, - anon_sym_dynamic, - ACTIONS(8892), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6265), 1, - sym_type_parameters, - STATE(6897), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7086), 1, + STATE(7487), 1, sym_simple_identifier, - STATE(7393), 1, + STATE(7618), 1, sym__simple_user_type, + STATE(9397), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7482), 2, - sym__receiver_type, - sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8392), 7, + STATE(9321), 3, + sym__type, + sym_nullable_type, + sym_function_type, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -534183,46 +536566,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [91136] = 16, - ACTIONS(7324), 1, + [93154] = 16, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8882), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - ACTIONS(8884), 1, - anon_sym_dynamic, - ACTIONS(8886), 1, - sym__backtick_identifier, - STATE(5519), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(5521), 1, - sym_simple_identifier, - STATE(6699), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7476), 1, + STATE(7487), 1, + sym_simple_identifier, + STATE(7618), 1, sym__simple_user_type, - STATE(8952), 1, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(5567), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7859), 3, + STATE(7537), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + STATE(9325), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8880), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -534230,46 +536613,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [91199] = 16, - ACTIONS(491), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [93217] = 16, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8894), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - ACTIONS(8896), 1, - anon_sym_dynamic, - STATE(831), 1, - sym__simple_user_type, - STATE(866), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(875), 1, - sym_simple_identifier, - STATE(6417), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(9350), 1, + STATE(7487), 1, + sym_simple_identifier, + STATE(7618), 1, + sym__simple_user_type, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(837), 3, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(1232), 3, + STATE(8658), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - ACTIONS(413), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -534277,46 +536660,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [91262] = 16, - ACTIONS(195), 1, + [93280] = 16, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, - anon_sym_dynamic, - ACTIONS(8836), 1, + ACTIONS(8892), 1, anon_sym_LPAREN, - STATE(2826), 1, + ACTIONS(8894), 1, + anon_sym_dynamic, + STATE(834), 1, sym_simple_identifier, - STATE(2864), 1, + STATE(843), 1, sym__lexical_identifier, - STATE(6897), 1, - sym_type_modifiers, - STATE(7393), 1, + STATE(865), 1, sym__simple_user_type, + STATE(6614), 1, + sym_type_modifiers, + STATE(9486), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2623), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7148), 2, - sym__receiver_type, + STATE(868), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + STATE(945), 3, + sym__type, sym_nullable_type, - STATE(6895), 3, + sym_function_type, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(111), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -534324,46 +536707,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [91325] = 16, - ACTIONS(7317), 1, + [93343] = 16, + ACTIONS(7325), 1, anon_sym_dynamic, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6677), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7537), 1, + STATE(7487), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(7618), 1, sym__simple_user_type, - STATE(9204), 1, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8273), 3, + STATE(8490), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -534371,46 +536754,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [91388] = 16, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, + [93406] = 16, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, - sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8904), 1, anon_sym_LPAREN, - STATE(4507), 1, + ACTIONS(8906), 1, + anon_sym_dynamic, + ACTIONS(8908), 1, + sym__backtick_identifier, + STATE(5536), 1, sym__lexical_identifier, - STATE(6677), 1, - sym_type_modifiers, - STATE(7537), 1, + STATE(5537), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(6729), 1, + sym_type_modifiers, + STATE(7457), 1, sym__simple_user_type, - STATE(9204), 1, + STATE(9337), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(5582), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(9129), 3, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7885), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8902), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -534418,46 +536801,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [91451] = 16, - ACTIONS(7317), 1, + [93469] = 16, + ACTIONS(7325), 1, anon_sym_dynamic, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6677), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7537), 1, + STATE(7487), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(7618), 1, sym__simple_user_type, - STATE(9204), 1, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(9128), 3, + STATE(8240), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -534465,46 +536848,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [91514] = 16, - ACTIONS(7317), 1, + [93532] = 16, + ACTIONS(7325), 1, anon_sym_dynamic, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6677), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7537), 1, + STATE(7487), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(7618), 1, sym__simple_user_type, - STATE(9204), 1, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8146), 3, + STATE(9016), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -534512,46 +536895,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [91577] = 16, - ACTIONS(613), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [93595] = 16, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8888), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - ACTIONS(8890), 1, - anon_sym_dynamic, - STATE(3205), 1, - sym__simple_user_type, - STATE(3263), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(3264), 1, - sym_simple_identifier, - STATE(6466), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(9518), 1, + STATE(7487), 1, + sym_simple_identifier, + STATE(7618), 1, + sym__simple_user_type, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(3204), 3, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(4079), 3, + STATE(7700), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - ACTIONS(537), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -534559,46 +536942,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [91640] = 16, - ACTIONS(491), 1, + [93658] = 16, + ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8894), 1, + ACTIONS(8884), 1, anon_sym_LPAREN, - ACTIONS(8896), 1, + ACTIONS(8886), 1, anon_sym_dynamic, - STATE(831), 1, + STATE(4459), 1, sym__simple_user_type, - STATE(866), 1, + STATE(4461), 1, sym__lexical_identifier, - STATE(875), 1, + STATE(4466), 1, sym_simple_identifier, - STATE(6417), 1, + STATE(6741), 1, sym_type_modifiers, - STATE(9350), 1, + STATE(9309), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(837), 3, + STATE(4460), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(1250), 3, + STATE(4501), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(413), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -534606,46 +536989,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [91703] = 16, - ACTIONS(107), 1, + [93721] = 16, + ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8898), 1, + ACTIONS(8884), 1, anon_sym_LPAREN, - ACTIONS(8900), 1, + ACTIONS(8886), 1, anon_sym_dynamic, - STATE(4529), 1, + STATE(4459), 1, + sym__simple_user_type, + STATE(4461), 1, sym__lexical_identifier, - STATE(4594), 1, + STATE(4466), 1, sym_simple_identifier, - STATE(4608), 1, - sym__simple_user_type, - STATE(6687), 1, + STATE(6741), 1, sym_type_modifiers, - STATE(9218), 1, + STATE(9309), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(4607), 3, + STATE(4460), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(5177), 3, + STATE(4489), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(7), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -534653,46 +537036,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [91766] = 16, - ACTIONS(195), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [93784] = 16, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, - anon_sym_dynamic, - ACTIONS(8836), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - STATE(2826), 1, - sym_simple_identifier, - STATE(2864), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6897), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7393), 1, + STATE(7487), 1, + sym_simple_identifier, + STATE(7618), 1, sym__simple_user_type, + STATE(9397), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2417), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7091), 2, - sym__receiver_type, - sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(111), 7, + STATE(9289), 3, + sym__type, + sym_nullable_type, + sym_function_type, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -534700,46 +537083,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [91829] = 16, - ACTIONS(7317), 1, + [93847] = 16, + ACTIONS(7325), 1, anon_sym_dynamic, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6677), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7537), 1, + STATE(7487), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(7618), 1, sym__simple_user_type, - STATE(9204), 1, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8652), 3, + STATE(9288), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -534747,46 +537130,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [91892] = 16, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8406), 1, + [93910] = 16, + ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8884), 1, anon_sym_LPAREN, - STATE(4507), 1, + ACTIONS(8886), 1, + anon_sym_dynamic, + STATE(4459), 1, + sym__simple_user_type, + STATE(4461), 1, sym__lexical_identifier, - STATE(6677), 1, - sym_type_modifiers, - STATE(7537), 1, + STATE(4466), 1, sym_simple_identifier, - STATE(7584), 1, - sym__simple_user_type, - STATE(9204), 1, + STATE(6741), 1, + sym_type_modifiers, + STATE(9309), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(4460), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(9101), 3, + STATE(4480), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -534794,46 +537177,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [91955] = 16, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, + [93973] = 16, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, - sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8904), 1, anon_sym_LPAREN, - STATE(4507), 1, + ACTIONS(8906), 1, + anon_sym_dynamic, + ACTIONS(8908), 1, + sym__backtick_identifier, + STATE(5536), 1, sym__lexical_identifier, - STATE(6677), 1, - sym_type_modifiers, - STATE(7537), 1, + STATE(5537), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(6729), 1, + sym_type_modifiers, + STATE(7457), 1, sym__simple_user_type, - STATE(9204), 1, + STATE(9337), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(5582), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(9100), 3, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(8774), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8902), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -534841,46 +537224,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [92018] = 16, - ACTIONS(491), 1, + [94036] = 16, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8894), 1, + ACTIONS(8835), 1, anon_sym_LPAREN, - ACTIONS(8896), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - STATE(831), 1, - sym__simple_user_type, - STATE(866), 1, - sym__lexical_identifier, - STATE(875), 1, + STATE(812), 1, sym_simple_identifier, - STATE(6417), 1, + STATE(843), 1, + sym__lexical_identifier, + STATE(6930), 1, sym_type_modifiers, - STATE(9350), 1, - sym_function_type_parameters, + STATE(7425), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(559), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(837), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - STATE(1261), 3, - sym__type, + STATE(7027), 2, + sym__receiver_type, sym_nullable_type, - sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(413), 7, + STATE(7427), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -534888,46 +537271,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [92081] = 16, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8406), 1, + [94099] = 16, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8835), 1, anon_sym_LPAREN, - STATE(4507), 1, + ACTIONS(8837), 1, + anon_sym_dynamic, + STATE(812), 1, + sym_simple_identifier, + STATE(843), 1, sym__lexical_identifier, - STATE(6677), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7537), 1, - sym_simple_identifier, - STATE(7584), 1, + STATE(7425), 1, sym__simple_user_type, - STATE(9204), 1, - sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(569), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(7064), 2, + sym__receiver_type, + sym_nullable_type, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8271), 3, - sym__type, - sym_nullable_type, - sym_function_type, - ACTIONS(8392), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -534935,46 +537318,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [92144] = 16, - ACTIONS(107), 1, + [94162] = 16, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8898), 1, + ACTIONS(8835), 1, anon_sym_LPAREN, - ACTIONS(8900), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - STATE(4529), 1, - sym__lexical_identifier, - STATE(4594), 1, + STATE(812), 1, sym_simple_identifier, - STATE(4608), 1, - sym__simple_user_type, - STATE(6687), 1, + STATE(843), 1, + sym__lexical_identifier, + STATE(6930), 1, sym_type_modifiers, - STATE(9218), 1, - sym_function_type_parameters, + STATE(7425), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(571), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(4607), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - STATE(5146), 3, - sym__type, + STATE(7069), 2, + sym__receiver_type, sym_nullable_type, - sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(7), 7, + STATE(7427), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -534982,46 +537365,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [92207] = 16, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8406), 1, + [94225] = 16, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8835), 1, anon_sym_LPAREN, - STATE(4507), 1, + ACTIONS(8837), 1, + anon_sym_dynamic, + STATE(812), 1, + sym_simple_identifier, + STATE(843), 1, sym__lexical_identifier, - STATE(6677), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7537), 1, - sym_simple_identifier, - STATE(7584), 1, + STATE(7425), 1, sym__simple_user_type, - STATE(9204), 1, - sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(607), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(7082), 2, + sym__receiver_type, + sym_nullable_type, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8270), 3, - sym__type, - sym_nullable_type, - sym_function_type, - ACTIONS(8392), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -535029,46 +537412,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [92270] = 16, - ACTIONS(491), 1, + [94288] = 16, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8894), 1, - anon_sym_LPAREN, - ACTIONS(8896), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - STATE(831), 1, - sym__simple_user_type, - STATE(866), 1, - sym__lexical_identifier, - STATE(875), 1, + ACTIONS(8843), 1, + anon_sym_LPAREN, + STATE(2796), 1, sym_simple_identifier, - STATE(6417), 1, + STATE(2858), 1, + sym__lexical_identifier, + STATE(6930), 1, sym_type_modifiers, - STATE(9350), 1, - sym_function_type_parameters, + STATE(7425), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(1607), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(837), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - STATE(1258), 3, - sym__type, + STATE(7087), 2, + sym__receiver_type, sym_nullable_type, - sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(413), 7, + STATE(7427), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -535076,46 +537459,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [92333] = 16, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8406), 1, + [94351] = 16, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8837), 1, + anon_sym_dynamic, + ACTIONS(8843), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(2796), 1, + sym_simple_identifier, + STATE(2858), 1, sym__lexical_identifier, - STATE(6677), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7537), 1, - sym_simple_identifier, - STATE(7584), 1, + STATE(7425), 1, sym__simple_user_type, - STATE(9204), 1, - sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(1571), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(7098), 2, + sym__receiver_type, + sym_nullable_type, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8269), 3, - sym__type, - sym_nullable_type, - sym_function_type, - ACTIONS(8392), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -535123,46 +537506,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [92396] = 16, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8406), 1, + [94414] = 16, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8837), 1, + anon_sym_dynamic, + ACTIONS(8843), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(2796), 1, + sym_simple_identifier, + STATE(2858), 1, sym__lexical_identifier, - STATE(6677), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7537), 1, - sym_simple_identifier, - STATE(7584), 1, + STATE(7425), 1, sym__simple_user_type, - STATE(9204), 1, - sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(1570), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(7100), 2, + sym__receiver_type, + sym_nullable_type, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(9071), 3, - sym__type, - sym_nullable_type, - sym_function_type, - ACTIONS(8392), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -535170,46 +537553,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [92459] = 16, - ACTIONS(7317), 1, + [94477] = 16, + ACTIONS(7325), 1, anon_sym_dynamic, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6677), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7537), 1, + STATE(7487), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(7618), 1, sym__simple_user_type, - STATE(9204), 1, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(9070), 3, + STATE(9260), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -535217,46 +537600,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [92522] = 16, - ACTIONS(107), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [94540] = 16, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8898), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - ACTIONS(8900), 1, - anon_sym_dynamic, - STATE(4529), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(4594), 1, + STATE(6550), 1, + sym_type_modifiers, + STATE(7487), 1, sym_simple_identifier, - STATE(4608), 1, + STATE(7618), 1, sym__simple_user_type, - STATE(6687), 1, - sym_type_modifiers, - STATE(9218), 1, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(4607), 3, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(5150), 3, + STATE(9259), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - ACTIONS(7), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -535264,46 +537647,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [92585] = 16, - ACTIONS(107), 1, + [94603] = 16, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8898), 1, - anon_sym_LPAREN, - ACTIONS(8900), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - STATE(4529), 1, - sym__lexical_identifier, - STATE(4594), 1, + ACTIONS(8841), 1, + anon_sym_LPAREN, + STATE(2996), 1, sym_simple_identifier, - STATE(4608), 1, - sym__simple_user_type, - STATE(6687), 1, + STATE(3382), 1, + sym__lexical_identifier, + STATE(6930), 1, sym_type_modifiers, - STATE(9218), 1, - sym_function_type_parameters, + STATE(7425), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(1549), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(4607), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - STATE(4771), 3, - sym__type, + STATE(7114), 2, + sym__receiver_type, sym_nullable_type, - sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(7), 7, + STATE(7427), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -535311,46 +537694,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [92648] = 16, - ACTIONS(107), 1, + [94666] = 16, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8898), 1, - anon_sym_LPAREN, - ACTIONS(8900), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - STATE(4529), 1, - sym__lexical_identifier, - STATE(4594), 1, + ACTIONS(8841), 1, + anon_sym_LPAREN, + STATE(2996), 1, sym_simple_identifier, - STATE(4608), 1, - sym__simple_user_type, - STATE(6687), 1, + STATE(3382), 1, + sym__lexical_identifier, + STATE(6930), 1, sym_type_modifiers, - STATE(9218), 1, - sym_function_type_parameters, + STATE(7425), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(1547), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(4607), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - STATE(5138), 3, - sym__type, + STATE(7120), 2, + sym__receiver_type, sym_nullable_type, - sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(7), 7, + STATE(7427), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -535358,46 +537741,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [92711] = 16, - ACTIONS(7317), 1, + [94729] = 16, + ACTIONS(7325), 1, anon_sym_dynamic, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6677), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7537), 1, + STATE(7487), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(7618), 1, sym__simple_user_type, - STATE(9204), 1, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8846), 3, + STATE(8383), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -535405,46 +537788,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [92774] = 16, - ACTIONS(613), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [94792] = 16, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8888), 1, + ACTIONS(8904), 1, anon_sym_LPAREN, - ACTIONS(8890), 1, + ACTIONS(8906), 1, anon_sym_dynamic, - STATE(3205), 1, - sym__simple_user_type, - STATE(3263), 1, + ACTIONS(8908), 1, + sym__backtick_identifier, + STATE(5536), 1, sym__lexical_identifier, - STATE(3264), 1, + STATE(5537), 1, sym_simple_identifier, - STATE(6466), 1, + STATE(6729), 1, sym_type_modifiers, - STATE(9518), 1, + STATE(7457), 1, + sym__simple_user_type, + STATE(9337), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(3204), 3, + STATE(5582), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(3522), 3, + STATE(5626), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(537), 7, + ACTIONS(8902), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -535452,46 +537835,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [92837] = 16, - ACTIONS(107), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [94855] = 16, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8898), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - ACTIONS(8900), 1, - anon_sym_dynamic, - STATE(4529), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(4594), 1, + STATE(6550), 1, + sym_type_modifiers, + STATE(7487), 1, sym_simple_identifier, - STATE(4608), 1, + STATE(7618), 1, sym__simple_user_type, - STATE(6687), 1, - sym_type_modifiers, - STATE(9218), 1, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(4607), 3, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(5130), 3, + STATE(8896), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - ACTIONS(7), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -535499,46 +537882,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [92900] = 16, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8406), 1, + [94918] = 16, + ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8888), 1, anon_sym_LPAREN, - STATE(4507), 1, + ACTIONS(8890), 1, + anon_sym_dynamic, + STATE(2837), 1, sym__lexical_identifier, - STATE(6677), 1, - sym_type_modifiers, - STATE(7537), 1, - sym_simple_identifier, - STATE(7584), 1, + STATE(2881), 1, sym__simple_user_type, - STATE(9204), 1, + STATE(2898), 1, + sym_simple_identifier, + STATE(6704), 1, + sym_type_modifiers, + STATE(9530), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(2883), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8147), 3, + STATE(3979), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -535546,46 +537929,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [92963] = 16, - ACTIONS(491), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [94981] = 16, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8894), 1, + ACTIONS(8904), 1, anon_sym_LPAREN, - ACTIONS(8896), 1, + ACTIONS(8906), 1, anon_sym_dynamic, - STATE(831), 1, - sym__simple_user_type, - STATE(866), 1, + ACTIONS(8908), 1, + sym__backtick_identifier, + STATE(5536), 1, sym__lexical_identifier, - STATE(875), 1, + STATE(5537), 1, sym_simple_identifier, - STATE(6417), 1, + STATE(6729), 1, sym_type_modifiers, - STATE(9350), 1, + STATE(7457), 1, + sym__simple_user_type, + STATE(9337), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(837), 3, + STATE(5582), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(1235), 3, - sym__type, - sym_nullable_type, - sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(413), 7, + STATE(7879), 3, + sym__type, + sym_nullable_type, + sym_function_type, + ACTIONS(8902), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -535593,46 +537976,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [93026] = 16, - ACTIONS(7324), 1, + [95044] = 16, + ACTIONS(107), 1, + sym__backtick_identifier, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8904), 1, + ACTIONS(8896), 1, anon_sym_LPAREN, - ACTIONS(8906), 1, + ACTIONS(8898), 1, anon_sym_dynamic, - ACTIONS(8908), 1, - sym__backtick_identifier, - STATE(4542), 1, - sym_simple_identifier, - STATE(4548), 1, + STATE(4566), 1, sym__lexical_identifier, - STATE(4571), 1, + STATE(4673), 1, sym__simple_user_type, - STATE(6609), 1, + STATE(4677), 1, + sym_simple_identifier, + STATE(6567), 1, sym_type_modifiers, - STATE(9387), 1, + STATE(9181), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(4750), 3, + STATE(4672), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(5157), 3, + STATE(5061), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(8902), 7, + ACTIONS(7), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -535640,46 +538023,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [93089] = 16, - ACTIONS(7317), 1, + [95107] = 16, + ACTIONS(7325), 1, anon_sym_dynamic, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6677), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7537), 1, + STATE(7487), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(7618), 1, sym__simple_user_type, - STATE(9204), 1, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(9398), 3, + STATE(9234), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -535687,46 +538070,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [93152] = 16, - ACTIONS(7317), 1, + [95170] = 16, + ACTIONS(7325), 1, anon_sym_dynamic, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6677), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7537), 1, + STATE(7487), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(7618), 1, sym__simple_user_type, - STATE(9204), 1, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8254), 3, + STATE(9232), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -535734,46 +538117,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [93215] = 16, - ACTIONS(7317), 1, + [95233] = 16, + ACTIONS(7325), 1, anon_sym_dynamic, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6677), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7537), 1, + STATE(7487), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(7618), 1, sym__simple_user_type, - STATE(9204), 1, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8259), 3, + STATE(8327), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -535781,47 +538164,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [93278] = 17, - ACTIONS(7324), 1, + [95296] = 16, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8276), 1, - anon_sym_LT, - ACTIONS(8406), 1, - sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, - anon_sym_dynamic, - ACTIONS(8892), 1, + ACTIONS(8904), 1, anon_sym_LPAREN, - STATE(4507), 1, + ACTIONS(8906), 1, + anon_sym_dynamic, + ACTIONS(8908), 1, + sym__backtick_identifier, + STATE(5536), 1, sym__lexical_identifier, - STATE(6270), 1, - sym_type_parameters, - STATE(6897), 1, - sym_type_modifiers, - STATE(7062), 1, + STATE(5537), 1, sym_simple_identifier, - STATE(7393), 1, + STATE(6729), 1, + sym_type_modifiers, + STATE(7457), 1, sym__simple_user_type, + STATE(9337), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7500), 2, - sym__receiver_type, - sym_nullable_type, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(5582), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8392), 7, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(8822), 3, + sym__type, + sym_nullable_type, + sym_function_type, + ACTIONS(8902), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -535829,46 +538211,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [93343] = 16, - ACTIONS(7317), 1, + [95359] = 16, + ACTIONS(7325), 1, anon_sym_dynamic, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6677), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7537), 1, + STATE(7487), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(7618), 1, sym__simple_user_type, - STATE(9204), 1, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8257), 3, + STATE(8319), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -535876,46 +538258,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [93406] = 16, - ACTIONS(7324), 1, + [95422] = 16, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8882), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - ACTIONS(8884), 1, - anon_sym_dynamic, - ACTIONS(8886), 1, - sym__backtick_identifier, - STATE(5519), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(5521), 1, - sym_simple_identifier, - STATE(6699), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7476), 1, + STATE(7487), 1, + sym_simple_identifier, + STATE(7618), 1, sym__simple_user_type, - STATE(8952), 1, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(5567), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7850), 3, + STATE(7537), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + STATE(8338), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8880), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -535923,46 +538305,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [93469] = 16, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, + [95485] = 16, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, - sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8904), 1, anon_sym_LPAREN, - STATE(4507), 1, + ACTIONS(8906), 1, + anon_sym_dynamic, + ACTIONS(8908), 1, + sym__backtick_identifier, + STATE(5536), 1, sym__lexical_identifier, - STATE(6677), 1, - sym_type_modifiers, - STATE(7537), 1, + STATE(5537), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(6729), 1, + sym_type_modifiers, + STATE(7457), 1, sym__simple_user_type, - STATE(9204), 1, + STATE(9337), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(5582), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8256), 3, + STATE(5624), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + ACTIONS(8902), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -535970,46 +538352,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [93532] = 16, - ACTIONS(7317), 1, + [95548] = 16, + ACTIONS(7325), 1, anon_sym_dynamic, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6677), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7537), 1, + STATE(7487), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(7618), 1, sym__simple_user_type, - STATE(9204), 1, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8255), 3, + STATE(7604), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -536017,46 +538399,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [93595] = 16, - ACTIONS(613), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [95611] = 16, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8888), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - ACTIONS(8890), 1, - anon_sym_dynamic, - STATE(3205), 1, - sym__simple_user_type, - STATE(3263), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(3264), 1, - sym_simple_identifier, - STATE(6466), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(9518), 1, + STATE(7487), 1, + sym_simple_identifier, + STATE(7618), 1, + sym__simple_user_type, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(3204), 3, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(3523), 3, + STATE(8190), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - ACTIONS(537), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -536064,46 +538446,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [93658] = 16, - ACTIONS(281), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [95674] = 16, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8872), 1, + ACTIONS(8904), 1, anon_sym_LPAREN, - ACTIONS(8874), 1, + ACTIONS(8906), 1, anon_sym_dynamic, - STATE(4440), 1, + ACTIONS(8908), 1, + sym__backtick_identifier, + STATE(5536), 1, sym__lexical_identifier, - STATE(4461), 1, - sym__simple_user_type, - STATE(4463), 1, + STATE(5537), 1, sym_simple_identifier, - STATE(6634), 1, + STATE(6729), 1, sym_type_modifiers, - STATE(9167), 1, + STATE(7457), 1, + sym__simple_user_type, + STATE(9337), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(4460), 3, + STATE(5582), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(4887), 3, - sym__type, - sym_nullable_type, - sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(199), 7, + STATE(7882), 3, + sym__type, + sym_nullable_type, + sym_function_type, + ACTIONS(8902), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -536111,46 +538493,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [93721] = 16, - ACTIONS(281), 1, + [95737] = 16, + ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8872), 1, + ACTIONS(8896), 1, anon_sym_LPAREN, - ACTIONS(8874), 1, + ACTIONS(8898), 1, anon_sym_dynamic, - STATE(4440), 1, + STATE(4566), 1, sym__lexical_identifier, - STATE(4461), 1, + STATE(4673), 1, sym__simple_user_type, - STATE(4463), 1, + STATE(4677), 1, sym_simple_identifier, - STATE(6634), 1, + STATE(6567), 1, sym_type_modifiers, - STATE(9167), 1, + STATE(9181), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(4460), 3, + STATE(4672), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(4888), 3, + STATE(5082), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(199), 7, + ACTIONS(7), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -536158,46 +538540,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [93784] = 16, - ACTIONS(107), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [95800] = 16, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8898), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - ACTIONS(8900), 1, - anon_sym_dynamic, - STATE(4529), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(4594), 1, + STATE(6550), 1, + sym_type_modifiers, + STATE(7487), 1, sym_simple_identifier, - STATE(4608), 1, + STATE(7618), 1, sym__simple_user_type, - STATE(6687), 1, - sym_type_modifiers, - STATE(9218), 1, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(4607), 3, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(5004), 3, + STATE(8949), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - ACTIONS(7), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -536205,47 +538587,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [93847] = 17, - ACTIONS(7324), 1, + [95863] = 16, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8276), 1, - anon_sym_LT, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, - anon_sym_dynamic, - ACTIONS(8892), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6288), 1, - sym_type_parameters, - STATE(6897), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7133), 1, + STATE(7487), 1, sym_simple_identifier, - STATE(7393), 1, + STATE(7618), 1, sym__simple_user_type, + STATE(9397), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7407), 2, - sym__receiver_type, - sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8392), 7, + STATE(8968), 3, + sym__type, + sym_nullable_type, + sym_function_type, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -536253,46 +538634,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [93912] = 16, - ACTIONS(281), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [95926] = 16, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8872), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - ACTIONS(8874), 1, - anon_sym_dynamic, - STATE(4440), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(4461), 1, - sym__simple_user_type, - STATE(4463), 1, - sym_simple_identifier, - STATE(6634), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(9167), 1, + STATE(7487), 1, + sym_simple_identifier, + STATE(7618), 1, + sym__simple_user_type, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(4460), 3, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(4874), 3, + STATE(8290), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - ACTIONS(199), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -536300,46 +538681,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [93975] = 16, - ACTIONS(7324), 1, + [95989] = 16, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, - anon_sym_AT, - ACTIONS(8850), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8882), 1, + ACTIONS(8752), 1, + anon_sym_AT, + ACTIONS(8754), 1, anon_sym_LPAREN, - ACTIONS(8884), 1, - anon_sym_dynamic, - STATE(5515), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(5521), 1, + STATE(6550), 1, + sym_type_modifiers, + STATE(7487), 1, sym_simple_identifier, - STATE(5576), 1, + STATE(7618), 1, sym__simple_user_type, - STATE(6777), 1, - sym_type_modifiers, - STATE(9197), 1, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(5567), 3, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(5625), 3, + STATE(8355), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - ACTIONS(8846), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -536347,46 +538728,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [94038] = 16, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, + [96052] = 16, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, - sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8904), 1, anon_sym_LPAREN, - STATE(4507), 1, + ACTIONS(8906), 1, + anon_sym_dynamic, + ACTIONS(8908), 1, + sym__backtick_identifier, + STATE(5536), 1, sym__lexical_identifier, - STATE(6677), 1, - sym_type_modifiers, - STATE(7537), 1, + STATE(5537), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(6729), 1, + sym_type_modifiers, + STATE(7457), 1, sym__simple_user_type, - STATE(9204), 1, + STATE(9337), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(5582), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8210), 3, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7886), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8902), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -536394,46 +538775,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [94101] = 16, - ACTIONS(613), 1, + [96115] = 16, + ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8888), 1, + ACTIONS(8896), 1, anon_sym_LPAREN, - ACTIONS(8890), 1, + ACTIONS(8898), 1, anon_sym_dynamic, - STATE(3205), 1, - sym__simple_user_type, - STATE(3263), 1, + STATE(4566), 1, sym__lexical_identifier, - STATE(3264), 1, + STATE(4673), 1, + sym__simple_user_type, + STATE(4677), 1, sym_simple_identifier, - STATE(6466), 1, + STATE(6567), 1, sym_type_modifiers, - STATE(9518), 1, + STATE(9181), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(3204), 3, + STATE(4672), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(3529), 3, + STATE(5155), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(537), 7, + ACTIONS(7), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -536441,46 +538822,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [94164] = 16, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8406), 1, + [96178] = 16, + ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8896), 1, anon_sym_LPAREN, - STATE(4507), 1, + ACTIONS(8898), 1, + anon_sym_dynamic, + STATE(4566), 1, sym__lexical_identifier, - STATE(6677), 1, - sym_type_modifiers, - STATE(7537), 1, - sym_simple_identifier, - STATE(7584), 1, + STATE(4673), 1, sym__simple_user_type, - STATE(9204), 1, + STATE(4677), 1, + sym_simple_identifier, + STATE(6567), 1, + sym_type_modifiers, + STATE(9181), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(4672), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(9184), 3, + STATE(5175), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + ACTIONS(7), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -536488,42 +538869,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [94227] = 16, + [96241] = 16, ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8898), 1, + ACTIONS(8896), 1, anon_sym_LPAREN, - ACTIONS(8900), 1, + ACTIONS(8898), 1, anon_sym_dynamic, - STATE(4529), 1, + STATE(4566), 1, sym__lexical_identifier, - STATE(4594), 1, - sym_simple_identifier, - STATE(4608), 1, + STATE(4673), 1, sym__simple_user_type, - STATE(6687), 1, + STATE(4677), 1, + sym_simple_identifier, + STATE(6567), 1, sym_type_modifiers, - STATE(9218), 1, + STATE(9181), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(4607), 3, + STATE(4672), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(5234), 3, + STATE(5188), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, @@ -536535,46 +538916,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [94290] = 16, - ACTIONS(7317), 1, + [96304] = 16, + ACTIONS(7325), 1, anon_sym_dynamic, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6677), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7537), 1, + STATE(7487), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(7618), 1, sym__simple_user_type, - STATE(9204), 1, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8291), 3, + STATE(8977), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -536582,42 +538963,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [94353] = 16, + [96367] = 16, ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8898), 1, + ACTIONS(8896), 1, anon_sym_LPAREN, - ACTIONS(8900), 1, + ACTIONS(8898), 1, anon_sym_dynamic, - STATE(4529), 1, + STATE(4566), 1, sym__lexical_identifier, - STATE(4594), 1, - sym_simple_identifier, - STATE(4608), 1, + STATE(4673), 1, sym__simple_user_type, - STATE(6687), 1, + STATE(4677), 1, + sym_simple_identifier, + STATE(6567), 1, sym_type_modifiers, - STATE(9218), 1, + STATE(9181), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(4607), 3, + STATE(4672), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(5209), 3, + STATE(5192), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, @@ -536629,42 +539010,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [94416] = 16, + [96430] = 16, ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8898), 1, + ACTIONS(8896), 1, anon_sym_LPAREN, - ACTIONS(8900), 1, + ACTIONS(8898), 1, anon_sym_dynamic, - STATE(4529), 1, + STATE(4566), 1, sym__lexical_identifier, - STATE(4594), 1, - sym_simple_identifier, - STATE(4608), 1, + STATE(4673), 1, sym__simple_user_type, - STATE(6687), 1, + STATE(4677), 1, + sym_simple_identifier, + STATE(6567), 1, sym_type_modifiers, - STATE(9218), 1, + STATE(9181), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(4607), 3, + STATE(4672), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(4995), 3, + STATE(5191), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, @@ -536676,46 +539057,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [94479] = 16, - ACTIONS(107), 1, + [96493] = 16, + ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8898), 1, + ACTIONS(8884), 1, anon_sym_LPAREN, - ACTIONS(8900), 1, + ACTIONS(8886), 1, anon_sym_dynamic, - STATE(4529), 1, + STATE(4459), 1, + sym__simple_user_type, + STATE(4461), 1, sym__lexical_identifier, - STATE(4594), 1, + STATE(4466), 1, sym_simple_identifier, - STATE(4608), 1, - sym__simple_user_type, - STATE(6687), 1, + STATE(6741), 1, sym_type_modifiers, - STATE(9218), 1, + STATE(9309), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(4607), 3, + STATE(4460), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(5229), 3, + STATE(4834), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(7), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -536723,93 +539104,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [94542] = 16, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8406), 1, + [96556] = 16, + ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8884), 1, anon_sym_LPAREN, - STATE(4507), 1, + ACTIONS(8886), 1, + anon_sym_dynamic, + STATE(4459), 1, + sym__simple_user_type, + STATE(4461), 1, sym__lexical_identifier, - STATE(6677), 1, - sym_type_modifiers, - STATE(7537), 1, + STATE(4466), 1, sym_simple_identifier, - STATE(7584), 1, - sym__simple_user_type, - STATE(9204), 1, + STATE(6741), 1, + sym_type_modifiers, + STATE(9309), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(4460), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8422), 3, + STATE(4833), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - [94605] = 16, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8738), 1, - anon_sym_AT, - ACTIONS(8834), 1, - anon_sym_dynamic, - ACTIONS(8848), 1, - anon_sym_LPAREN, - ACTIONS(8850), 1, - sym__backtick_identifier, - STATE(5515), 1, - sym__lexical_identifier, - STATE(5516), 1, - sym_simple_identifier, - STATE(6897), 1, - sym_type_modifiers, - STATE(7393), 1, - sym__simple_user_type, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(5202), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(5537), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(7010), 2, - sym__receiver_type, - sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(8846), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -536817,46 +539151,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [94668] = 16, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8406), 1, + [96619] = 16, + ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8884), 1, anon_sym_LPAREN, - STATE(4507), 1, + ACTIONS(8886), 1, + anon_sym_dynamic, + STATE(4459), 1, + sym__simple_user_type, + STATE(4461), 1, sym__lexical_identifier, - STATE(6677), 1, - sym_type_modifiers, - STATE(7537), 1, + STATE(4466), 1, sym_simple_identifier, - STATE(7584), 1, - sym__simple_user_type, - STATE(9204), 1, + STATE(6741), 1, + sym_type_modifiers, + STATE(9309), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(4460), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8290), 3, + STATE(4878), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -536864,46 +539198,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [94731] = 16, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, + [96682] = 16, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, - sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8904), 1, anon_sym_LPAREN, - STATE(4507), 1, + ACTIONS(8906), 1, + anon_sym_dynamic, + ACTIONS(8908), 1, + sym__backtick_identifier, + STATE(5536), 1, sym__lexical_identifier, - STATE(6677), 1, - sym_type_modifiers, - STATE(7537), 1, + STATE(5537), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(6729), 1, + sym_type_modifiers, + STATE(7457), 1, sym__simple_user_type, - STATE(9204), 1, + STATE(9337), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(5582), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8284), 3, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7892), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8902), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -536911,46 +539245,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [94794] = 16, - ACTIONS(281), 1, + [96745] = 16, + ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8872), 1, + ACTIONS(8896), 1, anon_sym_LPAREN, - ACTIONS(8874), 1, + ACTIONS(8898), 1, anon_sym_dynamic, - STATE(4440), 1, + STATE(4566), 1, sym__lexical_identifier, - STATE(4461), 1, + STATE(4673), 1, sym__simple_user_type, - STATE(4463), 1, + STATE(4677), 1, sym_simple_identifier, - STATE(6634), 1, + STATE(6567), 1, sym_type_modifiers, - STATE(9167), 1, + STATE(9181), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(4460), 3, + STATE(4672), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(4726), 3, + STATE(5247), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(199), 7, + ACTIONS(7), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -536958,46 +539292,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [94857] = 16, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8406), 1, + [96808] = 16, + ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8896), 1, anon_sym_LPAREN, - STATE(4507), 1, + ACTIONS(8898), 1, + anon_sym_dynamic, + STATE(4566), 1, sym__lexical_identifier, - STATE(6677), 1, - sym_type_modifiers, - STATE(7537), 1, - sym_simple_identifier, - STATE(7584), 1, + STATE(4673), 1, sym__simple_user_type, - STATE(9204), 1, + STATE(4677), 1, + sym_simple_identifier, + STATE(6567), 1, + sym_type_modifiers, + STATE(9181), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(4672), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8268), 3, + STATE(5249), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + ACTIONS(7), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -537005,46 +539339,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [94920] = 16, - ACTIONS(409), 1, + [96871] = 16, + ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8876), 1, + ACTIONS(8896), 1, anon_sym_LPAREN, - ACTIONS(8878), 1, + ACTIONS(8898), 1, anon_sym_dynamic, - STATE(2866), 1, + STATE(4566), 1, + sym__lexical_identifier, + STATE(4673), 1, sym__simple_user_type, - STATE(2885), 1, + STATE(4677), 1, sym_simple_identifier, - STATE(2890), 1, - sym__lexical_identifier, - STATE(6530), 1, + STATE(6567), 1, sym_type_modifiers, - STATE(9429), 1, + STATE(9181), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(2875), 3, + STATE(4672), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(4018), 3, + STATE(5265), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(333), 7, + ACTIONS(7), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -537052,46 +539386,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [94983] = 16, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8406), 1, + [96934] = 16, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8910), 1, anon_sym_LPAREN, - STATE(4507), 1, + ACTIONS(8912), 1, + anon_sym_dynamic, + STATE(2858), 1, sym__lexical_identifier, - STATE(6677), 1, - sym_type_modifiers, - STATE(7537), 1, - sym_simple_identifier, - STATE(7584), 1, + STATE(2874), 1, sym__simple_user_type, - STATE(9204), 1, + STATE(2897), 1, + sym_simple_identifier, + STATE(6709), 1, + sym_type_modifiers, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(2876), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8267), 3, + STATE(3791), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -537099,46 +539433,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [95046] = 16, + [96997] = 16, ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8872), 1, + ACTIONS(8884), 1, anon_sym_LPAREN, - ACTIONS(8874), 1, + ACTIONS(8886), 1, anon_sym_dynamic, - STATE(4440), 1, - sym__lexical_identifier, - STATE(4461), 1, + STATE(4459), 1, sym__simple_user_type, - STATE(4463), 1, + STATE(4461), 1, + sym__lexical_identifier, + STATE(4466), 1, sym_simple_identifier, - STATE(6634), 1, + STATE(6741), 1, sym_type_modifiers, - STATE(9167), 1, + STATE(9309), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, STATE(4460), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(4496), 3, + STATE(4709), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(199), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -537146,46 +539480,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [95109] = 16, - ACTIONS(409), 1, + [97060] = 16, + ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8876), 1, + ACTIONS(8884), 1, anon_sym_LPAREN, - ACTIONS(8878), 1, + ACTIONS(8886), 1, anon_sym_dynamic, - STATE(2866), 1, + STATE(4459), 1, sym__simple_user_type, - STATE(2885), 1, - sym_simple_identifier, - STATE(2890), 1, + STATE(4461), 1, sym__lexical_identifier, - STATE(6530), 1, + STATE(4466), 1, + sym_simple_identifier, + STATE(6741), 1, sym_type_modifiers, - STATE(9429), 1, + STATE(9309), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(2875), 3, + STATE(4460), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(4026), 3, + STATE(4712), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(333), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -537193,46 +539527,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [95172] = 16, - ACTIONS(281), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [97123] = 16, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8872), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - ACTIONS(8874), 1, - anon_sym_dynamic, - STATE(4440), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(4461), 1, - sym__simple_user_type, - STATE(4463), 1, - sym_simple_identifier, - STATE(6634), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(9167), 1, + STATE(7487), 1, + sym_simple_identifier, + STATE(7618), 1, + sym__simple_user_type, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(4460), 3, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(4468), 3, + STATE(9021), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - ACTIONS(199), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -537240,46 +539574,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [95235] = 16, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8406), 1, + [97186] = 16, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8910), 1, anon_sym_LPAREN, - STATE(4507), 1, + ACTIONS(8912), 1, + anon_sym_dynamic, + STATE(2858), 1, sym__lexical_identifier, - STATE(6677), 1, - sym_type_modifiers, - STATE(7537), 1, - sym_simple_identifier, - STATE(7584), 1, + STATE(2874), 1, sym__simple_user_type, - STATE(9204), 1, + STATE(2897), 1, + sym_simple_identifier, + STATE(6709), 1, + sym_type_modifiers, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(2876), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8205), 3, + STATE(3606), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -537287,42 +539621,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [95298] = 16, + [97249] = 16, ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, ACTIONS(8910), 1, anon_sym_LPAREN, ACTIONS(8912), 1, anon_sym_dynamic, - STATE(2864), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(2881), 1, + STATE(2874), 1, sym__simple_user_type, - STATE(2889), 1, + STATE(2897), 1, sym_simple_identifier, - STATE(6483), 1, + STATE(6709), 1, sym_type_modifiers, - STATE(9470), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(2838), 3, + STATE(2876), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(3243), 3, + STATE(3812), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, @@ -537334,47 +539668,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [95361] = 17, - ACTIONS(7324), 1, + [97312] = 16, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8276), 1, - anon_sym_LT, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, - anon_sym_dynamic, - ACTIONS(8892), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6281), 1, - sym_type_parameters, - STATE(6897), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7076), 1, + STATE(7487), 1, sym_simple_identifier, - STATE(7393), 1, + STATE(7618), 1, sym__simple_user_type, + STATE(9397), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7525), 2, - sym__receiver_type, - sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8392), 7, + STATE(8311), 3, + sym__type, + sym_nullable_type, + sym_function_type, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -537382,47 +539715,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [95426] = 17, - ACTIONS(7324), 1, + [97375] = 17, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8276), 1, + ACTIONS(8332), 1, anon_sym_LT, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - ACTIONS(8892), 1, + ACTIONS(8900), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6312), 1, + STATE(6332), 1, sym_type_parameters, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7017), 1, + STATE(7152), 1, sym_simple_identifier, - STATE(7393), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7544), 2, + STATE(7541), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -537430,46 +539763,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [95491] = 16, - ACTIONS(409), 1, + [97440] = 16, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8876), 1, + ACTIONS(8910), 1, anon_sym_LPAREN, - ACTIONS(8878), 1, + ACTIONS(8912), 1, anon_sym_dynamic, - STATE(2866), 1, + STATE(2858), 1, + sym__lexical_identifier, + STATE(2874), 1, sym__simple_user_type, - STATE(2885), 1, + STATE(2897), 1, sym_simple_identifier, - STATE(2890), 1, - sym__lexical_identifier, - STATE(6530), 1, + STATE(6709), 1, sym_type_modifiers, - STATE(9429), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(2875), 3, + STATE(2876), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(4027), 3, + STATE(3604), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(333), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -537477,46 +539810,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [95554] = 16, - ACTIONS(491), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [97503] = 16, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8832), 1, + ACTIONS(8855), 1, + sym__backtick_identifier, + ACTIONS(8904), 1, anon_sym_LPAREN, - ACTIONS(8834), 1, + ACTIONS(8906), 1, anon_sym_dynamic, - STATE(822), 1, - sym_simple_identifier, - STATE(866), 1, + STATE(5532), 1, sym__lexical_identifier, - STATE(6897), 1, - sym_type_modifiers, - STATE(7393), 1, + STATE(5537), 1, + sym_simple_identifier, + STATE(5591), 1, sym__simple_user_type, + STATE(6720), 1, + sym_type_modifiers, + STATE(9413), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(636), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7078), 2, - sym__receiver_type, + STATE(5582), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + STATE(5630), 3, + sym__type, sym_nullable_type, - STATE(6895), 3, + sym_function_type, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(413), 7, + ACTIONS(8851), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -537524,46 +539857,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [95617] = 16, - ACTIONS(613), 1, + [97566] = 16, + ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8888), 1, + ACTIONS(8884), 1, anon_sym_LPAREN, - ACTIONS(8890), 1, + ACTIONS(8886), 1, anon_sym_dynamic, - STATE(3205), 1, + STATE(4459), 1, sym__simple_user_type, - STATE(3263), 1, + STATE(4461), 1, sym__lexical_identifier, - STATE(3264), 1, + STATE(4466), 1, sym_simple_identifier, - STATE(6466), 1, + STATE(6741), 1, sym_type_modifiers, - STATE(9518), 1, + STATE(9309), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(3204), 3, + STATE(4460), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(3539), 3, + STATE(5074), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(537), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -537571,46 +539904,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [95680] = 16, - ACTIONS(281), 1, + [97629] = 16, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8872), 1, + ACTIONS(8910), 1, anon_sym_LPAREN, - ACTIONS(8874), 1, + ACTIONS(8912), 1, anon_sym_dynamic, - STATE(4440), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(4461), 1, + STATE(2874), 1, sym__simple_user_type, - STATE(4463), 1, + STATE(2897), 1, sym_simple_identifier, - STATE(6634), 1, + STATE(6709), 1, sym_type_modifiers, - STATE(9167), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(4460), 3, + STATE(2876), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(4480), 3, + STATE(3845), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(199), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -537618,46 +539951,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [95743] = 16, - ACTIONS(7317), 1, + [97692] = 16, + ACTIONS(7325), 1, anon_sym_dynamic, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6677), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7537), 1, + STATE(7487), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(7618), 1, sym__simple_user_type, - STATE(9204), 1, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8200), 3, + STATE(9038), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -537665,46 +539998,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [95806] = 16, - ACTIONS(195), 1, + [97755] = 16, + ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, - anon_sym_dynamic, - ACTIONS(8836), 1, + ACTIONS(8896), 1, anon_sym_LPAREN, - STATE(2826), 1, - sym_simple_identifier, - STATE(2864), 1, + ACTIONS(8898), 1, + anon_sym_dynamic, + STATE(4566), 1, sym__lexical_identifier, - STATE(6897), 1, - sym_type_modifiers, - STATE(7393), 1, + STATE(4673), 1, sym__simple_user_type, + STATE(4677), 1, + sym_simple_identifier, + STATE(6567), 1, + sym_type_modifiers, + STATE(9181), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2372), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7106), 2, - sym__receiver_type, + STATE(4672), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + STATE(4855), 3, + sym__type, sym_nullable_type, - STATE(6895), 3, + sym_function_type, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(111), 7, + ACTIONS(7), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -537712,46 +540045,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [95869] = 16, - ACTIONS(7317), 1, + [97818] = 16, + ACTIONS(7325), 1, anon_sym_dynamic, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6677), 1, - sym_type_modifiers, - STATE(7537), 1, + STATE(5187), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(6613), 1, + sym_type_modifiers, + STATE(7692), 1, sym__simple_user_type, - STATE(9204), 1, + STATE(9202), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8213), 3, + STATE(7924), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -537759,94 +540092,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [95932] = 17, - ACTIONS(7324), 1, + [97881] = 16, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8276), 1, - anon_sym_LT, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, - anon_sym_dynamic, - ACTIONS(8892), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6278), 1, - sym_type_parameters, - STATE(6897), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7120), 1, + STATE(7487), 1, sym_simple_identifier, - STATE(7393), 1, + STATE(7618), 1, sym__simple_user_type, + STATE(9397), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7535), 2, - sym__receiver_type, - sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(8392), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - [95997] = 16, - ACTIONS(613), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8738), 1, - anon_sym_AT, - ACTIONS(8888), 1, - anon_sym_LPAREN, - ACTIONS(8890), 1, - anon_sym_dynamic, - STATE(3205), 1, - sym__simple_user_type, - STATE(3263), 1, - sym__lexical_identifier, - STATE(3264), 1, - sym_simple_identifier, - STATE(6466), 1, - sym_type_modifiers, - STATE(9518), 1, - sym_function_type_parameters, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(5537), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(3204), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(4071), 3, + STATE(9064), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - ACTIONS(537), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -537854,46 +540139,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [96060] = 16, - ACTIONS(195), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [97944] = 16, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8910), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - ACTIONS(8912), 1, - anon_sym_dynamic, - STATE(2864), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(2881), 1, - sym__simple_user_type, - STATE(2889), 1, - sym_simple_identifier, - STATE(6483), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(9470), 1, + STATE(7487), 1, + sym_simple_identifier, + STATE(7618), 1, + sym__simple_user_type, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(2838), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - STATE(3558), 3, + STATE(5639), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(111), 7, + STATE(7537), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -537901,46 +540186,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [96123] = 16, - ACTIONS(7317), 1, + [98007] = 16, + ACTIONS(7325), 1, anon_sym_dynamic, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6677), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7537), 1, + STATE(7487), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(7618), 1, sym__simple_user_type, - STATE(9204), 1, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(9207), 3, + STATE(8248), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -537948,46 +540233,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [96186] = 16, - ACTIONS(7317), 1, + [98070] = 16, + ACTIONS(7325), 1, anon_sym_dynamic, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6677), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7537), 1, + STATE(7487), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(7618), 1, sym__simple_user_type, - STATE(9204), 1, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8166), 3, + STATE(8251), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -537995,47 +540280,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [96249] = 17, - ACTIONS(7324), 1, + [98133] = 16, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8276), 1, - anon_sym_LT, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, - anon_sym_dynamic, - ACTIONS(8892), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6279), 1, - sym_type_parameters, - STATE(6897), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7114), 1, + STATE(7487), 1, sym_simple_identifier, - STATE(7393), 1, + STATE(7618), 1, sym__simple_user_type, + STATE(9397), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7416), 2, - sym__receiver_type, - sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8392), 7, + STATE(8252), 3, + sym__type, + sym_nullable_type, + sym_function_type, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -538043,46 +540327,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [96314] = 16, - ACTIONS(195), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [98196] = 16, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8910), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - ACTIONS(8912), 1, - anon_sym_dynamic, - STATE(2864), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(2881), 1, - sym__simple_user_type, - STATE(2889), 1, - sym_simple_identifier, - STATE(6483), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(9470), 1, + STATE(7487), 1, + sym_simple_identifier, + STATE(7618), 1, + sym__simple_user_type, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(2838), 3, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(3555), 3, + STATE(8255), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - ACTIONS(111), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -538090,46 +540374,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [96377] = 16, - ACTIONS(491), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [98259] = 16, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8894), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - ACTIONS(8896), 1, - anon_sym_dynamic, - STATE(831), 1, - sym__simple_user_type, - STATE(866), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(875), 1, + STATE(5187), 1, sym_simple_identifier, - STATE(6417), 1, + STATE(6613), 1, sym_type_modifiers, - STATE(9350), 1, + STATE(7692), 1, + sym__simple_user_type, + STATE(9202), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(837), 3, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(1038), 3, + STATE(7908), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - ACTIONS(413), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -538137,47 +540421,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [96440] = 17, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8276), 1, - anon_sym_LT, - ACTIONS(8406), 1, + [98322] = 16, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, - anon_sym_dynamic, - ACTIONS(8892), 1, + ACTIONS(8835), 1, anon_sym_LPAREN, - STATE(4507), 1, + ACTIONS(8837), 1, + anon_sym_dynamic, + STATE(812), 1, + sym_simple_identifier, + STATE(843), 1, sym__lexical_identifier, - STATE(6289), 1, - sym_type_parameters, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7158), 1, - sym_simple_identifier, - STATE(7393), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(451), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7547), 2, + STATE(7042), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8392), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -538185,46 +540468,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [96505] = 16, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8406), 1, + [98385] = 16, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8835), 1, anon_sym_LPAREN, - STATE(4507), 1, + ACTIONS(8837), 1, + anon_sym_dynamic, + STATE(812), 1, + sym_simple_identifier, + STATE(843), 1, sym__lexical_identifier, - STATE(6677), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7537), 1, - sym_simple_identifier, - STATE(7584), 1, + STATE(7425), 1, sym__simple_user_type, - STATE(9204), 1, - sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(440), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(7031), 2, + sym__receiver_type, + sym_nullable_type, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8165), 3, - sym__type, - sym_nullable_type, - sym_function_type, - ACTIONS(8392), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -538232,46 +540515,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [96568] = 16, - ACTIONS(491), 1, + [98448] = 16, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8832), 1, + ACTIONS(8835), 1, anon_sym_LPAREN, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - STATE(822), 1, + STATE(812), 1, sym_simple_identifier, - STATE(866), 1, + STATE(843), 1, sym__lexical_identifier, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7393), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(610), 2, + STATE(618), 2, sym_variable_declaration, sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6992), 2, + STATE(7095), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(413), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -538279,46 +540562,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [96631] = 16, - ACTIONS(195), 1, + [98511] = 16, + ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8910), 1, + ACTIONS(8884), 1, anon_sym_LPAREN, - ACTIONS(8912), 1, + ACTIONS(8886), 1, anon_sym_dynamic, - STATE(2864), 1, - sym__lexical_identifier, - STATE(2881), 1, + STATE(4459), 1, sym__simple_user_type, - STATE(2889), 1, + STATE(4461), 1, + sym__lexical_identifier, + STATE(4466), 1, sym_simple_identifier, - STATE(6483), 1, + STATE(6741), 1, sym_type_modifiers, - STATE(9470), 1, + STATE(9309), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(2838), 3, + STATE(4460), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(3698), 3, + STATE(4911), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(111), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -538326,45 +540609,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [96694] = 16, + [98574] = 16, ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8888), 1, + ACTIONS(8835), 1, anon_sym_LPAREN, - ACTIONS(8890), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - STATE(3205), 1, - sym__simple_user_type, - STATE(3263), 1, - sym__lexical_identifier, - STATE(3264), 1, + STATE(812), 1, sym_simple_identifier, - STATE(6466), 1, + STATE(843), 1, + sym__lexical_identifier, + STATE(6930), 1, sym_type_modifiers, - STATE(9518), 1, - sym_function_type_parameters, + STATE(7425), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(634), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(3204), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - STATE(3661), 3, - sym__type, + STATE(7132), 2, + sym__receiver_type, sym_nullable_type, - sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, + STATE(7427), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, ACTIONS(537), 7, anon_sym_get, anon_sym_set, @@ -538373,45 +540656,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [96757] = 16, + [98637] = 16, ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8910), 1, - anon_sym_LPAREN, - ACTIONS(8912), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - STATE(2864), 1, - sym__lexical_identifier, - STATE(2881), 1, - sym__simple_user_type, - STATE(2889), 1, + ACTIONS(8843), 1, + anon_sym_LPAREN, + STATE(2796), 1, sym_simple_identifier, - STATE(6483), 1, + STATE(2858), 1, + sym__lexical_identifier, + STATE(6930), 1, sym_type_modifiers, - STATE(9470), 1, - sym_function_type_parameters, + STATE(7425), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(2368), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(2838), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - STATE(3699), 3, - sym__type, + STATE(7177), 2, + sym__receiver_type, sym_nullable_type, - sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, + STATE(7427), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, ACTIONS(111), 7, anon_sym_get, anon_sym_set, @@ -538420,46 +540703,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [96820] = 16, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8406), 1, + [98700] = 16, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8837), 1, + anon_sym_dynamic, + ACTIONS(8843), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(2796), 1, + sym_simple_identifier, + STATE(2858), 1, sym__lexical_identifier, - STATE(6677), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7537), 1, - sym_simple_identifier, - STATE(7584), 1, + STATE(7425), 1, sym__simple_user_type, - STATE(9204), 1, - sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(2616), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(7174), 2, + sym__receiver_type, + sym_nullable_type, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8295), 3, - sym__type, - sym_nullable_type, - sym_function_type, - ACTIONS(8392), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -538467,45 +540750,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [96883] = 16, + [98763] = 16, ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8910), 1, - anon_sym_LPAREN, - ACTIONS(8912), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - STATE(2864), 1, - sym__lexical_identifier, - STATE(2881), 1, - sym__simple_user_type, - STATE(2889), 1, + ACTIONS(8843), 1, + anon_sym_LPAREN, + STATE(2796), 1, sym_simple_identifier, - STATE(6483), 1, + STATE(2858), 1, + sym__lexical_identifier, + STATE(6930), 1, sym_type_modifiers, - STATE(9470), 1, - sym_function_type_parameters, + STATE(7425), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(2569), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(2838), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - STATE(3703), 3, - sym__type, + STATE(7164), 2, + sym__receiver_type, sym_nullable_type, - sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, + STATE(7427), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, ACTIONS(111), 7, anon_sym_get, anon_sym_set, @@ -538514,46 +540797,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [96946] = 16, - ACTIONS(195), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [98826] = 16, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8910), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - ACTIONS(8912), 1, - anon_sym_dynamic, - STATE(2864), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(2881), 1, - sym__simple_user_type, - STATE(2889), 1, - sym_simple_identifier, - STATE(6483), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(9470), 1, + STATE(7487), 1, + sym_simple_identifier, + STATE(7618), 1, + sym__simple_user_type, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(2838), 3, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(3026), 3, + STATE(9087), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - ACTIONS(111), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -538561,47 +540844,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [97009] = 17, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8276), 1, - anon_sym_LT, - ACTIONS(8406), 1, + [98889] = 16, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - ACTIONS(8892), 1, + ACTIONS(8841), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(2996), 1, + sym_simple_identifier, + STATE(3382), 1, sym__lexical_identifier, - STATE(6291), 1, - sym_type_parameters, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7104), 1, - sym_simple_identifier, - STATE(7393), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(2606), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7426), 2, + STATE(7153), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8392), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -538609,47 +540891,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [97074] = 17, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8276), 1, - anon_sym_LT, - ACTIONS(8406), 1, + [98952] = 16, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - ACTIONS(8892), 1, + ACTIONS(8841), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(2996), 1, + sym_simple_identifier, + STATE(3382), 1, sym__lexical_identifier, - STATE(6294), 1, - sym_type_parameters, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7082), 1, - sym_simple_identifier, - STATE(7393), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(2625), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7479), 2, + STATE(7150), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8392), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -538657,46 +540938,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [97139] = 16, - ACTIONS(281), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [99015] = 16, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8872), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - ACTIONS(8874), 1, - anon_sym_dynamic, - STATE(4440), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(4461), 1, - sym__simple_user_type, - STATE(4463), 1, - sym_simple_identifier, - STATE(6634), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(9167), 1, + STATE(7487), 1, + sym_simple_identifier, + STATE(7618), 1, + sym__simple_user_type, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(4460), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - STATE(5151), 3, + STATE(5642), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(199), 7, + STATE(7537), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -538704,46 +540985,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [97202] = 16, - ACTIONS(281), 1, + [99078] = 16, + ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8872), 1, + ACTIONS(8896), 1, anon_sym_LPAREN, - ACTIONS(8874), 1, + ACTIONS(8898), 1, anon_sym_dynamic, - STATE(4440), 1, + STATE(4566), 1, sym__lexical_identifier, - STATE(4461), 1, + STATE(4673), 1, sym__simple_user_type, - STATE(4463), 1, + STATE(4677), 1, sym_simple_identifier, - STATE(6634), 1, + STATE(6567), 1, sym_type_modifiers, - STATE(9167), 1, + STATE(9181), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(4460), 3, + STATE(4672), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(5173), 3, + STATE(4877), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(199), 7, + ACTIONS(7), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -538751,47 +541032,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [97265] = 17, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8276), 1, - anon_sym_LT, - ACTIONS(8406), 1, + [99141] = 16, + ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, - anon_sym_dynamic, - ACTIONS(8892), 1, + ACTIONS(8884), 1, anon_sym_LPAREN, - STATE(4507), 1, + ACTIONS(8886), 1, + anon_sym_dynamic, + STATE(4459), 1, + sym__simple_user_type, + STATE(4461), 1, sym__lexical_identifier, - STATE(6298), 1, - sym_type_parameters, - STATE(6897), 1, - sym_type_modifiers, - STATE(7154), 1, + STATE(4466), 1, sym_simple_identifier, - STATE(7393), 1, - sym__simple_user_type, + STATE(6741), 1, + sym_type_modifiers, + STATE(9309), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7556), 2, - sym__receiver_type, + STATE(4460), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + STATE(4963), 3, + sym__type, sym_nullable_type, - STATE(6895), 3, + sym_function_type, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(8392), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -538799,46 +541079,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [97330] = 16, - ACTIONS(7317), 1, + [99204] = 16, + ACTIONS(7325), 1, anon_sym_dynamic, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6677), 1, - sym_type_modifiers, - STATE(7537), 1, + STATE(5187), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(6613), 1, + sym_type_modifiers, + STATE(7692), 1, sym__simple_user_type, - STATE(9204), 1, + STATE(9202), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8155), 3, + STATE(7901), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -538846,93 +541126,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [97393] = 16, - ACTIONS(281), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [99267] = 16, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8872), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - ACTIONS(8874), 1, - anon_sym_dynamic, - STATE(4440), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(4461), 1, - sym__simple_user_type, - STATE(4463), 1, + STATE(5187), 1, sym_simple_identifier, - STATE(6634), 1, + STATE(6613), 1, sym_type_modifiers, - STATE(9167), 1, + STATE(7692), 1, + sym__simple_user_type, + STATE(9202), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(4460), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - STATE(5135), 3, - sym__type, - sym_nullable_type, - sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(199), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - [97456] = 16, - ACTIONS(281), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8738), 1, - anon_sym_AT, - ACTIONS(8872), 1, - anon_sym_LPAREN, - ACTIONS(8874), 1, - anon_sym_dynamic, - STATE(4440), 1, - sym__lexical_identifier, - STATE(4461), 1, - sym__simple_user_type, - STATE(4463), 1, - sym_simple_identifier, - STATE(6634), 1, - sym_type_modifiers, - STATE(9167), 1, - sym_function_type_parameters, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(5537), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(4460), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(5144), 3, + STATE(7902), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - ACTIONS(199), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -538940,46 +541173,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [97519] = 16, - ACTIONS(195), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [99330] = 16, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8910), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - ACTIONS(8912), 1, - anon_sym_dynamic, - STATE(2864), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(2881), 1, - sym__simple_user_type, - STATE(2889), 1, + STATE(5187), 1, sym_simple_identifier, - STATE(6483), 1, + STATE(6613), 1, sym_type_modifiers, - STATE(9470), 1, + STATE(7692), 1, + sym__simple_user_type, + STATE(9202), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(2838), 3, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(3553), 3, + STATE(7899), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - ACTIONS(111), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -538987,47 +541220,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [97582] = 17, - ACTIONS(7324), 1, + [99393] = 16, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8276), 1, - anon_sym_LT, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, - anon_sym_dynamic, - ACTIONS(8892), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6302), 1, - sym_type_parameters, - STATE(6897), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7134), 1, + STATE(7487), 1, sym_simple_identifier, - STATE(7393), 1, + STATE(7618), 1, sym__simple_user_type, + STATE(9397), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7401), 2, - sym__receiver_type, - sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8392), 7, + STATE(8326), 3, + sym__type, + sym_nullable_type, + sym_function_type, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -539035,47 +541267,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [97647] = 17, - ACTIONS(7324), 1, + [99456] = 16, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8276), 1, - anon_sym_LT, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, - anon_sym_dynamic, - ACTIONS(8892), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6299), 1, - sym_type_parameters, - STATE(6897), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7090), 1, + STATE(7487), 1, sym_simple_identifier, - STATE(7393), 1, + STATE(7618), 1, sym__simple_user_type, + STATE(9397), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7431), 2, - sym__receiver_type, - sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8392), 7, + STATE(8328), 3, + sym__type, + sym_nullable_type, + sym_function_type, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -539083,46 +541314,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [97712] = 16, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8406), 1, + [99519] = 16, + ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8896), 1, anon_sym_LPAREN, - STATE(4507), 1, + ACTIONS(8898), 1, + anon_sym_dynamic, + STATE(4566), 1, sym__lexical_identifier, - STATE(6677), 1, - sym_type_modifiers, - STATE(7537), 1, - sym_simple_identifier, - STATE(7584), 1, + STATE(4673), 1, sym__simple_user_type, - STATE(9204), 1, + STATE(4677), 1, + sym_simple_identifier, + STATE(6567), 1, + sym_type_modifiers, + STATE(9181), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(4672), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8154), 3, + STATE(4975), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + ACTIONS(7), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -539130,46 +541361,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [97775] = 16, - ACTIONS(195), 1, + [99582] = 16, + ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8910), 1, + ACTIONS(8896), 1, anon_sym_LPAREN, - ACTIONS(8912), 1, + ACTIONS(8898), 1, anon_sym_dynamic, - STATE(2864), 1, + STATE(4566), 1, sym__lexical_identifier, - STATE(2881), 1, + STATE(4673), 1, sym__simple_user_type, - STATE(2889), 1, + STATE(4677), 1, sym_simple_identifier, - STATE(6483), 1, + STATE(6567), 1, sym_type_modifiers, - STATE(9470), 1, + STATE(9181), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(2838), 3, + STATE(4672), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(3551), 3, + STATE(5069), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(111), 7, + ACTIONS(7), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -539177,46 +541408,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [97838] = 16, + [99645] = 16, ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8872), 1, + ACTIONS(8884), 1, anon_sym_LPAREN, - ACTIONS(8874), 1, + ACTIONS(8886), 1, anon_sym_dynamic, - STATE(4440), 1, - sym__lexical_identifier, - STATE(4461), 1, + STATE(4459), 1, sym__simple_user_type, - STATE(4463), 1, + STATE(4461), 1, + sym__lexical_identifier, + STATE(4466), 1, sym_simple_identifier, - STATE(6634), 1, + STATE(6741), 1, sym_type_modifiers, - STATE(9167), 1, + STATE(9309), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, STATE(4460), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(5171), 3, + STATE(4525), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(199), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -539224,47 +541455,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [97901] = 17, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8276), 1, - anon_sym_LT, - ACTIONS(8406), 1, + [99708] = 16, + ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, - anon_sym_dynamic, - ACTIONS(8892), 1, + ACTIONS(8896), 1, anon_sym_LPAREN, - STATE(4507), 1, + ACTIONS(8898), 1, + anon_sym_dynamic, + STATE(4566), 1, sym__lexical_identifier, - STATE(6304), 1, - sym_type_parameters, - STATE(6897), 1, - sym_type_modifiers, - STATE(7122), 1, - sym_simple_identifier, - STATE(7393), 1, + STATE(4673), 1, sym__simple_user_type, + STATE(4677), 1, + sym_simple_identifier, + STATE(6567), 1, + sym_type_modifiers, + STATE(9181), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7531), 2, - sym__receiver_type, + STATE(4672), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + STATE(4823), 3, + sym__type, sym_nullable_type, - STATE(6895), 3, + sym_function_type, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(8392), 7, + ACTIONS(7), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -539272,46 +541502,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [97966] = 16, - ACTIONS(195), 1, + [99771] = 16, + ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8910), 1, + ACTIONS(8896), 1, anon_sym_LPAREN, - ACTIONS(8912), 1, + ACTIONS(8898), 1, anon_sym_dynamic, - STATE(2864), 1, + STATE(4566), 1, sym__lexical_identifier, - STATE(2881), 1, + STATE(4673), 1, sym__simple_user_type, - STATE(2889), 1, + STATE(4677), 1, sym_simple_identifier, - STATE(6483), 1, + STATE(6567), 1, sym_type_modifiers, - STATE(9470), 1, + STATE(9181), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(2838), 3, + STATE(4672), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(3549), 3, + STATE(4967), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(111), 7, + ACTIONS(7), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -539319,46 +541549,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [98029] = 16, - ACTIONS(491), 1, + [99834] = 16, + ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8894), 1, - anon_sym_LPAREN, ACTIONS(8896), 1, + anon_sym_LPAREN, + ACTIONS(8898), 1, anon_sym_dynamic, - STATE(831), 1, - sym__simple_user_type, - STATE(866), 1, + STATE(4566), 1, sym__lexical_identifier, - STATE(875), 1, + STATE(4673), 1, + sym__simple_user_type, + STATE(4677), 1, sym_simple_identifier, - STATE(6417), 1, + STATE(6567), 1, sym_type_modifiers, - STATE(9350), 1, + STATE(9181), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(837), 3, + STATE(4672), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(1070), 3, + STATE(5054), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(413), 7, + ACTIONS(7), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -539366,46 +541596,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [98092] = 16, - ACTIONS(491), 1, + [99897] = 16, + ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8894), 1, - anon_sym_LPAREN, ACTIONS(8896), 1, + anon_sym_LPAREN, + ACTIONS(8898), 1, anon_sym_dynamic, - STATE(831), 1, - sym__simple_user_type, - STATE(866), 1, + STATE(4566), 1, sym__lexical_identifier, - STATE(875), 1, + STATE(4673), 1, + sym__simple_user_type, + STATE(4677), 1, sym_simple_identifier, - STATE(6417), 1, + STATE(6567), 1, sym_type_modifiers, - STATE(9350), 1, + STATE(9181), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(837), 3, + STATE(4672), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(1111), 3, + STATE(4776), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(413), 7, + ACTIONS(7), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -539413,47 +541643,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [98155] = 17, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8276), 1, - anon_sym_LT, - ACTIONS(8406), 1, + [99960] = 16, + ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, - anon_sym_dynamic, - ACTIONS(8892), 1, + ACTIONS(8896), 1, anon_sym_LPAREN, - STATE(4507), 1, + ACTIONS(8898), 1, + anon_sym_dynamic, + STATE(4566), 1, sym__lexical_identifier, - STATE(6307), 1, - sym_type_parameters, - STATE(6897), 1, - sym_type_modifiers, - STATE(7116), 1, - sym_simple_identifier, - STATE(7393), 1, + STATE(4673), 1, sym__simple_user_type, + STATE(4677), 1, + sym_simple_identifier, + STATE(6567), 1, + sym_type_modifiers, + STATE(9181), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7506), 2, - sym__receiver_type, + STATE(4672), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + STATE(4998), 3, + sym__type, sym_nullable_type, - STATE(6895), 3, + sym_function_type, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(8392), 7, + ACTIONS(7), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -539461,46 +541690,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [98220] = 16, - ACTIONS(613), 1, + [100023] = 16, + ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, - anon_sym_dynamic, - ACTIONS(8852), 1, + ACTIONS(8896), 1, anon_sym_LPAREN, - STATE(3037), 1, - sym_simple_identifier, - STATE(3263), 1, + ACTIONS(8898), 1, + anon_sym_dynamic, + STATE(4566), 1, sym__lexical_identifier, - STATE(6897), 1, - sym_type_modifiers, - STATE(7393), 1, + STATE(4673), 1, sym__simple_user_type, + STATE(4677), 1, + sym_simple_identifier, + STATE(6567), 1, + sym_type_modifiers, + STATE(9181), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2661), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7059), 2, - sym__receiver_type, + STATE(4672), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + STATE(5079), 3, + sym__type, sym_nullable_type, - STATE(6895), 3, + sym_function_type, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(537), 7, + ACTIONS(7), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -539508,46 +541737,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [98283] = 16, - ACTIONS(491), 1, + [100086] = 16, + ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8894), 1, + ACTIONS(8884), 1, anon_sym_LPAREN, - ACTIONS(8896), 1, + ACTIONS(8886), 1, anon_sym_dynamic, - STATE(831), 1, + STATE(4459), 1, sym__simple_user_type, - STATE(866), 1, + STATE(4461), 1, sym__lexical_identifier, - STATE(875), 1, + STATE(4466), 1, sym_simple_identifier, - STATE(6417), 1, + STATE(6741), 1, sym_type_modifiers, - STATE(9350), 1, + STATE(9309), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(837), 3, + STATE(4460), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(1117), 3, + STATE(4522), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(413), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -539555,46 +541784,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [98346] = 16, - ACTIONS(613), 1, + [100149] = 16, + ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, - anon_sym_dynamic, - ACTIONS(8852), 1, + ACTIONS(8896), 1, anon_sym_LPAREN, - STATE(3037), 1, - sym_simple_identifier, - STATE(3263), 1, + ACTIONS(8898), 1, + anon_sym_dynamic, + STATE(4566), 1, sym__lexical_identifier, - STATE(6897), 1, - sym_type_modifiers, - STATE(7393), 1, + STATE(4673), 1, sym__simple_user_type, + STATE(4677), 1, + sym_simple_identifier, + STATE(6567), 1, + sym_type_modifiers, + STATE(9181), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1560), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7117), 2, - sym__receiver_type, + STATE(4672), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + STATE(4820), 3, + sym__type, sym_nullable_type, - STATE(6895), 3, + sym_function_type, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(537), 7, + ACTIONS(7), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -539602,46 +541831,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [98409] = 16, - ACTIONS(613), 1, + [100212] = 16, + ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, - anon_sym_dynamic, - ACTIONS(8852), 1, + ACTIONS(8896), 1, anon_sym_LPAREN, - STATE(3037), 1, - sym_simple_identifier, - STATE(3263), 1, + ACTIONS(8898), 1, + anon_sym_dynamic, + STATE(4566), 1, sym__lexical_identifier, - STATE(6897), 1, - sym_type_modifiers, - STATE(7393), 1, + STATE(4673), 1, sym__simple_user_type, + STATE(4677), 1, + sym_simple_identifier, + STATE(6567), 1, + sym_type_modifiers, + STATE(9181), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2303), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7040), 2, - sym__receiver_type, + STATE(4672), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + STATE(4815), 3, + sym__type, sym_nullable_type, - STATE(6895), 3, + sym_function_type, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(537), 7, + ACTIONS(7), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -539649,46 +541878,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [98472] = 16, + [100275] = 16, ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8872), 1, + ACTIONS(8884), 1, anon_sym_LPAREN, - ACTIONS(8874), 1, + ACTIONS(8886), 1, anon_sym_dynamic, - STATE(4440), 1, - sym__lexical_identifier, - STATE(4461), 1, + STATE(4459), 1, sym__simple_user_type, - STATE(4463), 1, + STATE(4461), 1, + sym__lexical_identifier, + STATE(4466), 1, sym_simple_identifier, - STATE(6634), 1, + STATE(6741), 1, sym_type_modifiers, - STATE(9167), 1, + STATE(9309), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, STATE(4460), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(5034), 3, + STATE(5170), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(199), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -539696,46 +541925,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [98535] = 16, - ACTIONS(409), 1, + [100338] = 16, + ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8876), 1, + ACTIONS(8896), 1, anon_sym_LPAREN, - ACTIONS(8878), 1, + ACTIONS(8898), 1, anon_sym_dynamic, - STATE(2866), 1, + STATE(4566), 1, + sym__lexical_identifier, + STATE(4673), 1, sym__simple_user_type, - STATE(2885), 1, + STATE(4677), 1, sym_simple_identifier, - STATE(2890), 1, - sym__lexical_identifier, - STATE(6530), 1, + STATE(6567), 1, sym_type_modifiers, - STATE(9429), 1, + STATE(9181), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(2875), 3, + STATE(4672), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(3583), 3, + STATE(4804), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(333), 7, + ACTIONS(7), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -539743,46 +541972,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [98598] = 16, - ACTIONS(195), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [100401] = 16, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8910), 1, + ACTIONS(8904), 1, anon_sym_LPAREN, - ACTIONS(8912), 1, + ACTIONS(8906), 1, anon_sym_dynamic, - STATE(2864), 1, + ACTIONS(8908), 1, + sym__backtick_identifier, + STATE(5536), 1, sym__lexical_identifier, - STATE(2881), 1, - sym__simple_user_type, - STATE(2889), 1, + STATE(5537), 1, sym_simple_identifier, - STATE(6483), 1, + STATE(6729), 1, sym_type_modifiers, - STATE(9470), 1, + STATE(7457), 1, + sym__simple_user_type, + STATE(9337), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(2838), 3, + STATE(5582), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(3040), 3, + STATE(5616), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(111), 7, + ACTIONS(8902), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -539790,46 +542019,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [98661] = 16, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, + [100464] = 16, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, - sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8904), 1, anon_sym_LPAREN, - STATE(4507), 1, + ACTIONS(8906), 1, + anon_sym_dynamic, + ACTIONS(8908), 1, + sym__backtick_identifier, + STATE(5536), 1, sym__lexical_identifier, - STATE(6677), 1, - sym_type_modifiers, - STATE(7537), 1, + STATE(5537), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(6729), 1, + sym_type_modifiers, + STATE(7457), 1, sym__simple_user_type, - STATE(9204), 1, + STATE(9337), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(5582), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(7986), 3, + STATE(5610), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + ACTIONS(8902), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -539837,45 +542066,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [98724] = 16, + [100527] = 16, ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, - anon_sym_dynamic, - ACTIONS(8836), 1, + ACTIONS(8910), 1, anon_sym_LPAREN, - STATE(2826), 1, - sym_simple_identifier, - STATE(2864), 1, + ACTIONS(8912), 1, + anon_sym_dynamic, + STATE(2858), 1, sym__lexical_identifier, - STATE(6897), 1, - sym_type_modifiers, - STATE(7393), 1, + STATE(2874), 1, sym__simple_user_type, + STATE(2897), 1, + sym_simple_identifier, + STATE(6709), 1, + sym_type_modifiers, + STATE(9504), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2408), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7077), 2, - sym__receiver_type, + STATE(2876), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + STATE(3602), 3, + sym__type, sym_nullable_type, - STATE(6895), 3, + sym_function_type, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, ACTIONS(111), 7, anon_sym_get, anon_sym_set, @@ -539884,46 +542113,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [98787] = 16, - ACTIONS(107), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [100590] = 16, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8898), 1, + ACTIONS(8855), 1, + sym__backtick_identifier, + ACTIONS(8904), 1, anon_sym_LPAREN, - ACTIONS(8900), 1, + ACTIONS(8906), 1, anon_sym_dynamic, - STATE(4529), 1, + STATE(5532), 1, sym__lexical_identifier, - STATE(4594), 1, + STATE(5537), 1, sym_simple_identifier, - STATE(4608), 1, + STATE(5591), 1, sym__simple_user_type, - STATE(6687), 1, + STATE(6720), 1, sym_type_modifiers, - STATE(9218), 1, + STATE(9413), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(4607), 3, + STATE(5582), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(4777), 3, + STATE(5616), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(7), 7, + ACTIONS(8851), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -539931,46 +542160,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [98850] = 16, - ACTIONS(7324), 1, + [100653] = 16, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8882), 1, + ACTIONS(8855), 1, + sym__backtick_identifier, + ACTIONS(8904), 1, anon_sym_LPAREN, - ACTIONS(8884), 1, + ACTIONS(8906), 1, anon_sym_dynamic, - ACTIONS(8886), 1, - sym__backtick_identifier, - STATE(5519), 1, + STATE(5532), 1, sym__lexical_identifier, - STATE(5521), 1, + STATE(5537), 1, sym_simple_identifier, - STATE(6699), 1, - sym_type_modifiers, - STATE(7476), 1, + STATE(5591), 1, sym__simple_user_type, - STATE(8952), 1, + STATE(6720), 1, + sym_type_modifiers, + STATE(9413), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(5567), 3, + STATE(5582), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(8848), 3, + STATE(5610), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8880), 7, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + ACTIONS(8851), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -539978,46 +542207,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [98913] = 16, - ACTIONS(613), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [100716] = 16, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, - anon_sym_dynamic, - ACTIONS(8852), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - STATE(3037), 1, + ACTIONS(8916), 1, + anon_sym_dynamic, + ACTIONS(8918), 1, + sym__backtick_identifier, + STATE(6719), 1, + sym_type_modifiers, + STATE(8059), 1, sym_simple_identifier, - STATE(3263), 1, + STATE(8112), 1, sym__lexical_identifier, - STATE(6897), 1, - sym_type_modifiers, - STATE(7393), 1, + STATE(8187), 1, sym__simple_user_type, + STATE(9468), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1536), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7111), 2, - sym__receiver_type, - sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7700), 3, + sym__type, + sym_nullable_type, + sym_function_type, + STATE(8549), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(537), 7, + ACTIONS(8914), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -540025,46 +542254,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [98976] = 16, - ACTIONS(613), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [100779] = 16, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, - anon_sym_dynamic, - ACTIONS(8852), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - STATE(3037), 1, + ACTIONS(8916), 1, + anon_sym_dynamic, + ACTIONS(8918), 1, + sym__backtick_identifier, + STATE(6719), 1, + sym_type_modifiers, + STATE(8059), 1, sym_simple_identifier, - STATE(3263), 1, + STATE(8112), 1, sym__lexical_identifier, - STATE(6897), 1, - sym_type_modifiers, - STATE(7393), 1, + STATE(8187), 1, sym__simple_user_type, + STATE(9468), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2022), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7004), 2, - sym__receiver_type, - sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7604), 3, + sym__type, + sym_nullable_type, + sym_function_type, + STATE(8549), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(537), 7, + ACTIONS(8914), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -540072,46 +542301,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [99039] = 16, - ACTIONS(613), 1, + [100842] = 16, + ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, - anon_sym_dynamic, - ACTIONS(8852), 1, + ACTIONS(8884), 1, anon_sym_LPAREN, - STATE(3037), 1, - sym_simple_identifier, - STATE(3263), 1, + ACTIONS(8886), 1, + anon_sym_dynamic, + STATE(4459), 1, + sym__simple_user_type, + STATE(4461), 1, sym__lexical_identifier, - STATE(6897), 1, + STATE(4466), 1, + sym_simple_identifier, + STATE(6741), 1, sym_type_modifiers, - STATE(7393), 1, - sym__simple_user_type, + STATE(9309), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2243), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7030), 2, - sym__receiver_type, + STATE(4460), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + STATE(5165), 3, + sym__type, sym_nullable_type, - STATE(6895), 3, + sym_function_type, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(537), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -540119,46 +542348,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [99102] = 16, - ACTIONS(409), 1, + [100905] = 16, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8876), 1, + ACTIONS(8880), 1, anon_sym_LPAREN, - ACTIONS(8878), 1, + ACTIONS(8882), 1, anon_sym_dynamic, - STATE(2866), 1, + STATE(3377), 1, sym__simple_user_type, - STATE(2885), 1, - sym_simple_identifier, - STATE(2890), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(6530), 1, + STATE(3446), 1, + sym_simple_identifier, + STATE(6710), 1, sym_type_modifiers, - STATE(9429), 1, + STATE(9488), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(2875), 3, + STATE(3378), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(3894), 3, + STATE(3630), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(333), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -540166,46 +542395,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [99165] = 16, - ACTIONS(195), 1, + [100968] = 16, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8910), 1, + ACTIONS(8880), 1, anon_sym_LPAREN, - ACTIONS(8912), 1, + ACTIONS(8882), 1, anon_sym_dynamic, - STATE(2864), 1, - sym__lexical_identifier, - STATE(2881), 1, + STATE(3377), 1, sym__simple_user_type, - STATE(2889), 1, + STATE(3382), 1, + sym__lexical_identifier, + STATE(3446), 1, sym_simple_identifier, - STATE(6483), 1, + STATE(6710), 1, sym_type_modifiers, - STATE(9470), 1, + STATE(9488), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(2838), 3, + STATE(3378), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(3960), 3, + STATE(3608), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(111), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -540213,46 +542442,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [99228] = 16, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8406), 1, + [101031] = 16, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8910), 1, anon_sym_LPAREN, - STATE(4507), 1, + ACTIONS(8912), 1, + anon_sym_dynamic, + STATE(2858), 1, sym__lexical_identifier, - STATE(6677), 1, - sym_type_modifiers, - STATE(7537), 1, - sym_simple_identifier, - STATE(7584), 1, + STATE(2874), 1, sym__simple_user_type, - STATE(9204), 1, + STATE(2897), 1, + sym_simple_identifier, + STATE(6709), 1, + sym_type_modifiers, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(2876), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8240), 3, + STATE(3009), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -540260,46 +542489,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [99291] = 16, - ACTIONS(613), 1, + [101094] = 16, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, - anon_sym_dynamic, - ACTIONS(8852), 1, + ACTIONS(8910), 1, anon_sym_LPAREN, - STATE(3037), 1, - sym_simple_identifier, - STATE(3263), 1, + ACTIONS(8912), 1, + anon_sym_dynamic, + STATE(2858), 1, sym__lexical_identifier, - STATE(6897), 1, - sym_type_modifiers, - STATE(7393), 1, + STATE(2874), 1, sym__simple_user_type, + STATE(2897), 1, + sym_simple_identifier, + STATE(6709), 1, + sym_type_modifiers, + STATE(9504), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2662), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7038), 2, - sym__receiver_type, + STATE(2876), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + STATE(3034), 3, + sym__type, sym_nullable_type, - STATE(6895), 3, + sym_function_type, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(537), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -540307,46 +542536,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [99354] = 16, - ACTIONS(195), 1, + [101157] = 16, + ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8910), 1, + ACTIONS(8888), 1, anon_sym_LPAREN, - ACTIONS(8912), 1, + ACTIONS(8890), 1, anon_sym_dynamic, - STATE(2864), 1, + STATE(2837), 1, sym__lexical_identifier, STATE(2881), 1, sym__simple_user_type, - STATE(2889), 1, + STATE(2898), 1, sym_simple_identifier, - STATE(6483), 1, + STATE(6704), 1, sym_type_modifiers, - STATE(9470), 1, + STATE(9530), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(2838), 3, + STATE(2883), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(3303), 3, + STATE(3074), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(111), 7, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -540354,46 +542583,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [99417] = 16, - ACTIONS(195), 1, + [101220] = 16, + ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8910), 1, + ACTIONS(8888), 1, anon_sym_LPAREN, - ACTIONS(8912), 1, + ACTIONS(8890), 1, anon_sym_dynamic, - STATE(2864), 1, + STATE(2837), 1, sym__lexical_identifier, STATE(2881), 1, sym__simple_user_type, - STATE(2889), 1, + STATE(2898), 1, sym_simple_identifier, - STATE(6483), 1, + STATE(6704), 1, sym_type_modifiers, - STATE(9470), 1, + STATE(9530), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(2838), 3, + STATE(2883), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(3194), 3, + STATE(3109), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(111), 7, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -540401,46 +542630,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [99480] = 16, - ACTIONS(7324), 1, + [101283] = 16, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8844), 1, - sym__backtick_identifier, - ACTIONS(8914), 1, + ACTIONS(8922), 1, anon_sym_LPAREN, - ACTIONS(8916), 1, + ACTIONS(8924), 1, anon_sym_dynamic, - STATE(2984), 1, + ACTIONS(8926), 1, + sym__backtick_identifier, + STATE(4537), 1, sym__lexical_identifier, - STATE(2986), 1, + STATE(4554), 1, sym_simple_identifier, - STATE(3101), 1, + STATE(4637), 1, sym__simple_user_type, - STATE(6546), 1, + STATE(6679), 1, sym_type_modifiers, - STATE(9363), 1, + STATE(9563), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(3170), 3, + STATE(4812), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(3791), 3, + STATE(5068), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(8840), 7, + ACTIONS(8920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -540448,46 +542677,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [99543] = 16, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, + [101346] = 16, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, - sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8922), 1, anon_sym_LPAREN, - STATE(4507), 1, + ACTIONS(8924), 1, + anon_sym_dynamic, + ACTIONS(8926), 1, + sym__backtick_identifier, + STATE(4537), 1, sym__lexical_identifier, - STATE(6677), 1, - sym_type_modifiers, - STATE(7537), 1, + STATE(4554), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(4637), 1, sym__simple_user_type, - STATE(9204), 1, + STATE(6679), 1, + sym_type_modifiers, + STATE(9563), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(4812), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8153), 3, + STATE(4933), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + ACTIONS(8920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -540495,46 +542724,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [99606] = 16, - ACTIONS(195), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [101409] = 16, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8910), 1, + ACTIONS(8861), 1, + sym__backtick_identifier, + ACTIONS(8928), 1, anon_sym_LPAREN, - ACTIONS(8912), 1, + ACTIONS(8930), 1, anon_sym_dynamic, - STATE(2864), 1, + STATE(2903), 1, sym__lexical_identifier, - STATE(2881), 1, - sym__simple_user_type, - STATE(2889), 1, + STATE(2974), 1, sym_simple_identifier, - STATE(6483), 1, + STATE(3097), 1, + sym__simple_user_type, + STATE(6702), 1, sym_type_modifiers, - STATE(9470), 1, + STATE(9501), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(2838), 3, + STATE(3194), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(3999), 3, + STATE(3628), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(111), 7, + ACTIONS(8857), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -540542,46 +542771,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [99669] = 16, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, + [101472] = 16, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, - sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8861), 1, + sym__backtick_identifier, + ACTIONS(8928), 1, anon_sym_LPAREN, - STATE(4507), 1, + ACTIONS(8930), 1, + anon_sym_dynamic, + STATE(2903), 1, sym__lexical_identifier, - STATE(6677), 1, - sym_type_modifiers, - STATE(7537), 1, + STATE(2974), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(3097), 1, sym__simple_user_type, - STATE(9204), 1, + STATE(6702), 1, + sym_type_modifiers, + STATE(9501), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(3194), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8237), 3, + STATE(3651), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + ACTIONS(8857), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -540589,46 +542818,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [99732] = 16, - ACTIONS(107), 1, + [101535] = 16, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8898), 1, + ACTIONS(8892), 1, anon_sym_LPAREN, - ACTIONS(8900), 1, + ACTIONS(8894), 1, anon_sym_dynamic, - STATE(4529), 1, - sym__lexical_identifier, - STATE(4594), 1, + STATE(834), 1, sym_simple_identifier, - STATE(4608), 1, + STATE(843), 1, + sym__lexical_identifier, + STATE(865), 1, sym__simple_user_type, - STATE(6687), 1, + STATE(6614), 1, sym_type_modifiers, - STATE(9218), 1, + STATE(9486), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(4607), 3, + STATE(868), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(4782), 3, + STATE(999), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(7), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -540636,46 +542865,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [99795] = 16, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8406), 1, + [101598] = 16, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8892), 1, anon_sym_LPAREN, - STATE(4507), 1, - sym__lexical_identifier, - STATE(6677), 1, - sym_type_modifiers, - STATE(7537), 1, + ACTIONS(8894), 1, + anon_sym_dynamic, + STATE(834), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(843), 1, + sym__lexical_identifier, + STATE(865), 1, sym__simple_user_type, - STATE(9204), 1, + STATE(6614), 1, + sym_type_modifiers, + STATE(9486), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(868), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8242), 3, + STATE(983), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -540683,46 +542912,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [99858] = 16, - ACTIONS(281), 1, + [101661] = 16, + ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8872), 1, + ACTIONS(8896), 1, anon_sym_LPAREN, - ACTIONS(8874), 1, + ACTIONS(8898), 1, anon_sym_dynamic, - STATE(4440), 1, + STATE(4566), 1, sym__lexical_identifier, - STATE(4461), 1, + STATE(4673), 1, sym__simple_user_type, - STATE(4463), 1, + STATE(4677), 1, sym_simple_identifier, - STATE(6634), 1, + STATE(6567), 1, sym_type_modifiers, - STATE(9167), 1, + STATE(9181), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(4460), 3, + STATE(4672), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(4823), 3, + STATE(5216), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(199), 7, + ACTIONS(7), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -540730,46 +542959,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [99921] = 16, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8406), 1, + [101724] = 16, + ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8896), 1, anon_sym_LPAREN, - STATE(4507), 1, + ACTIONS(8898), 1, + anon_sym_dynamic, + STATE(4566), 1, sym__lexical_identifier, - STATE(6677), 1, - sym_type_modifiers, - STATE(7537), 1, - sym_simple_identifier, - STATE(7584), 1, + STATE(4673), 1, sym__simple_user_type, - STATE(9204), 1, + STATE(4677), 1, + sym_simple_identifier, + STATE(6567), 1, + sym_type_modifiers, + STATE(9181), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(4672), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8342), 3, + STATE(5213), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + ACTIONS(7), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -540777,46 +543006,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [99984] = 16, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, + [101787] = 16, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, - sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8837), 1, + anon_sym_dynamic, + ACTIONS(8847), 1, anon_sym_LPAREN, - STATE(4507), 1, + ACTIONS(8849), 1, + sym__backtick_identifier, + STATE(5419), 1, sym__lexical_identifier, - STATE(6677), 1, - sym_type_modifiers, - STATE(7537), 1, + STATE(5535), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(6930), 1, + sym_type_modifiers, + STATE(7425), 1, sym__simple_user_type, - STATE(9204), 1, - sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5303), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(7119), 2, + sym__receiver_type, + sym_nullable_type, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8398), 3, - sym__type, - sym_nullable_type, - sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8845), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -540824,46 +543053,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [100047] = 16, - ACTIONS(7324), 1, + [101850] = 16, + ACTIONS(107), 1, + sym__backtick_identifier, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8844), 1, - sym__backtick_identifier, - ACTIONS(8914), 1, + ACTIONS(8896), 1, anon_sym_LPAREN, - ACTIONS(8916), 1, + ACTIONS(8898), 1, anon_sym_dynamic, - STATE(2984), 1, + STATE(4566), 1, sym__lexical_identifier, - STATE(2986), 1, - sym_simple_identifier, - STATE(3101), 1, + STATE(4673), 1, sym__simple_user_type, - STATE(6546), 1, + STATE(4677), 1, + sym_simple_identifier, + STATE(6567), 1, sym_type_modifiers, - STATE(9363), 1, + STATE(9181), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(3170), 3, + STATE(4672), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(3852), 3, + STATE(5203), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(8840), 7, + ACTIONS(7), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -540871,46 +543100,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [100110] = 16, - ACTIONS(195), 1, + [101913] = 16, + ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8910), 1, + ACTIONS(8896), 1, anon_sym_LPAREN, - ACTIONS(8912), 1, + ACTIONS(8898), 1, anon_sym_dynamic, - STATE(2864), 1, + STATE(4566), 1, sym__lexical_identifier, - STATE(2881), 1, + STATE(4673), 1, sym__simple_user_type, - STATE(2889), 1, + STATE(4677), 1, sym_simple_identifier, - STATE(6483), 1, + STATE(6567), 1, sym_type_modifiers, - STATE(9470), 1, + STATE(9181), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(2838), 3, + STATE(4672), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(4006), 3, + STATE(5202), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(111), 7, + ACTIONS(7), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -540918,46 +543147,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [100173] = 16, - ACTIONS(7317), 1, + [101976] = 16, + ACTIONS(7325), 1, anon_sym_dynamic, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(5170), 1, - sym_simple_identifier, - STATE(6771), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7562), 1, + STATE(7487), 1, + sym_simple_identifier, + STATE(7618), 1, sym__simple_user_type, - STATE(9457), 1, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(7697), 3, + STATE(8216), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -540965,46 +543194,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [100236] = 16, - ACTIONS(281), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [102039] = 16, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8872), 1, + ACTIONS(8922), 1, anon_sym_LPAREN, - ACTIONS(8874), 1, + ACTIONS(8924), 1, anon_sym_dynamic, - STATE(4440), 1, + ACTIONS(8926), 1, + sym__backtick_identifier, + STATE(4537), 1, sym__lexical_identifier, - STATE(4461), 1, - sym__simple_user_type, - STATE(4463), 1, + STATE(4554), 1, sym_simple_identifier, - STATE(6634), 1, + STATE(4637), 1, + sym__simple_user_type, + STATE(6679), 1, sym_type_modifiers, - STATE(9167), 1, + STATE(9563), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(4460), 3, + STATE(4812), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(4557), 3, + STATE(5368), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(199), 7, + ACTIONS(8920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -541012,93 +543241,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [100299] = 16, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, + [102102] = 16, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, - sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8849), 1, + sym__backtick_identifier, + ACTIONS(8932), 1, anon_sym_LPAREN, - STATE(4507), 1, - sym__lexical_identifier, - STATE(6677), 1, - sym_type_modifiers, - STATE(7537), 1, + ACTIONS(8934), 1, + anon_sym_dynamic, + STATE(5187), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(5419), 1, + sym__lexical_identifier, + STATE(5601), 1, sym__simple_user_type, - STATE(9204), 1, + STATE(6608), 1, + sym_type_modifiers, + STATE(9419), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(5613), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8235), 3, + STATE(5646), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - [100362] = 16, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8406), 1, - sym__backtick_identifier, - ACTIONS(8738), 1, - anon_sym_AT, - ACTIONS(8740), 1, - anon_sym_LPAREN, - STATE(4507), 1, - sym__lexical_identifier, - STATE(6677), 1, - sym_type_modifiers, - STATE(7537), 1, - sym_simple_identifier, - STATE(7584), 1, - sym__simple_user_type, - STATE(9204), 1, - sym_function_type_parameters, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(5537), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - STATE(8185), 3, - sym__type, - sym_nullable_type, - sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8845), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -541106,46 +543288,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [100425] = 16, - ACTIONS(195), 1, + [102165] = 16, + ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8910), 1, + ACTIONS(8896), 1, anon_sym_LPAREN, - ACTIONS(8912), 1, + ACTIONS(8898), 1, anon_sym_dynamic, - STATE(2864), 1, + STATE(4566), 1, sym__lexical_identifier, - STATE(2881), 1, + STATE(4673), 1, sym__simple_user_type, - STATE(2889), 1, + STATE(4677), 1, sym_simple_identifier, - STATE(6483), 1, + STATE(6567), 1, sym_type_modifiers, - STATE(9470), 1, + STATE(9181), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(2838), 3, + STATE(4672), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(4017), 3, + STATE(5199), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(111), 7, + ACTIONS(7), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -541153,46 +543335,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [100488] = 16, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, + [102228] = 16, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, - sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8837), 1, + anon_sym_dynamic, + ACTIONS(8847), 1, anon_sym_LPAREN, - STATE(4507), 1, + ACTIONS(8849), 1, + sym__backtick_identifier, + STATE(5419), 1, sym__lexical_identifier, - STATE(6677), 1, - sym_type_modifiers, - STATE(7537), 1, + STATE(5535), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(6930), 1, + sym_type_modifiers, + STATE(7425), 1, sym__simple_user_type, - STATE(9204), 1, - sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5276), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(7190), 2, + sym__receiver_type, + sym_nullable_type, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8252), 3, - sym__type, - sym_nullable_type, - sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8845), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -541200,46 +543382,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [100551] = 16, - ACTIONS(409), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [102291] = 16, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8876), 1, + ACTIONS(8922), 1, anon_sym_LPAREN, - ACTIONS(8878), 1, + ACTIONS(8924), 1, anon_sym_dynamic, - STATE(2866), 1, - sym__simple_user_type, - STATE(2885), 1, - sym_simple_identifier, - STATE(2890), 1, + ACTIONS(8926), 1, + sym__backtick_identifier, + STATE(4537), 1, sym__lexical_identifier, - STATE(6530), 1, + STATE(4554), 1, + sym_simple_identifier, + STATE(4637), 1, + sym__simple_user_type, + STATE(6679), 1, sym_type_modifiers, - STATE(9429), 1, + STATE(9563), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(2875), 3, + STATE(4812), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(3584), 3, + STATE(5275), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(333), 7, + ACTIONS(8920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -541247,46 +543429,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [100614] = 16, - ACTIONS(195), 1, + [102354] = 16, + ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8910), 1, + ACTIONS(8884), 1, anon_sym_LPAREN, - ACTIONS(8912), 1, + ACTIONS(8886), 1, anon_sym_dynamic, - STATE(2864), 1, - sym__lexical_identifier, - STATE(2881), 1, + STATE(4459), 1, sym__simple_user_type, - STATE(2889), 1, + STATE(4461), 1, + sym__lexical_identifier, + STATE(4466), 1, sym_simple_identifier, - STATE(6483), 1, + STATE(6741), 1, sym_type_modifiers, - STATE(9470), 1, + STATE(9309), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(2838), 3, + STATE(4460), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(4021), 3, + STATE(5343), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(111), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -541294,46 +543476,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [100677] = 16, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8406), 1, + [102417] = 16, + ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8884), 1, anon_sym_LPAREN, - STATE(4507), 1, + ACTIONS(8886), 1, + anon_sym_dynamic, + STATE(4459), 1, + sym__simple_user_type, + STATE(4461), 1, sym__lexical_identifier, - STATE(5170), 1, + STATE(4466), 1, sym_simple_identifier, - STATE(6771), 1, + STATE(6741), 1, sym_type_modifiers, - STATE(7562), 1, - sym__simple_user_type, - STATE(9457), 1, + STATE(9309), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(4460), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(7791), 3, + STATE(5340), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -541341,46 +543523,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [100740] = 16, - ACTIONS(491), 1, + [102480] = 16, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8894), 1, + ACTIONS(8910), 1, anon_sym_LPAREN, - ACTIONS(8896), 1, + ACTIONS(8912), 1, anon_sym_dynamic, - STATE(831), 1, - sym__simple_user_type, - STATE(866), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(875), 1, + STATE(2874), 1, + sym__simple_user_type, + STATE(2897), 1, sym_simple_identifier, - STATE(6417), 1, + STATE(6709), 1, sym_type_modifiers, - STATE(9350), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(837), 3, + STATE(2876), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(1116), 3, + STATE(3600), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(413), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -541388,46 +543570,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [100803] = 16, + [102543] = 16, ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8872), 1, + ACTIONS(8884), 1, anon_sym_LPAREN, - ACTIONS(8874), 1, + ACTIONS(8886), 1, anon_sym_dynamic, - STATE(4440), 1, - sym__lexical_identifier, - STATE(4461), 1, + STATE(4459), 1, sym__simple_user_type, - STATE(4463), 1, + STATE(4461), 1, + sym__lexical_identifier, + STATE(4466), 1, sym_simple_identifier, - STATE(6634), 1, + STATE(6741), 1, sym_type_modifiers, - STATE(9167), 1, + STATE(9309), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, STATE(4460), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(4678), 3, + STATE(5334), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(199), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -541435,46 +543617,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [100866] = 16, - ACTIONS(491), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [102606] = 16, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8894), 1, + ACTIONS(8849), 1, + sym__backtick_identifier, + ACTIONS(8932), 1, anon_sym_LPAREN, - ACTIONS(8896), 1, + ACTIONS(8934), 1, anon_sym_dynamic, - STATE(831), 1, - sym__simple_user_type, - STATE(866), 1, - sym__lexical_identifier, - STATE(875), 1, + STATE(5187), 1, sym_simple_identifier, - STATE(6417), 1, + STATE(5419), 1, + sym__lexical_identifier, + STATE(5601), 1, + sym__simple_user_type, + STATE(6608), 1, sym_type_modifiers, - STATE(9350), 1, + STATE(9419), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(837), 3, + STATE(5613), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(1132), 3, + STATE(5640), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(413), 7, + ACTIONS(8845), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -541482,46 +543664,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [100929] = 16, - ACTIONS(195), 1, + [102669] = 16, + ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8910), 1, + ACTIONS(8884), 1, anon_sym_LPAREN, - ACTIONS(8912), 1, + ACTIONS(8886), 1, anon_sym_dynamic, - STATE(2864), 1, - sym__lexical_identifier, - STATE(2881), 1, + STATE(4459), 1, sym__simple_user_type, - STATE(2889), 1, + STATE(4461), 1, + sym__lexical_identifier, + STATE(4466), 1, sym_simple_identifier, - STATE(6483), 1, + STATE(6741), 1, sym_type_modifiers, - STATE(9470), 1, + STATE(9309), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(2838), 3, + STATE(4460), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(3041), 3, + STATE(5163), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(111), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -541529,46 +543711,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [100992] = 16, - ACTIONS(491), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [102732] = 17, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8332), 1, + anon_sym_LT, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8894), 1, - anon_sym_LPAREN, - ACTIONS(8896), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - STATE(831), 1, - sym__simple_user_type, - STATE(866), 1, + ACTIONS(8900), 1, + anon_sym_LPAREN, + STATE(4533), 1, sym__lexical_identifier, - STATE(875), 1, - sym_simple_identifier, - STATE(6417), 1, + STATE(6350), 1, + sym_type_parameters, + STATE(6930), 1, sym_type_modifiers, - STATE(9350), 1, - sym_function_type_parameters, + STATE(7096), 1, + sym_simple_identifier, + STATE(7425), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(837), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - STATE(1494), 3, - sym__type, + STATE(7577), 2, + sym__receiver_type, sym_nullable_type, - sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(413), 7, + STATE(7427), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -541576,46 +543759,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [101055] = 16, - ACTIONS(7324), 1, + [102797] = 16, + ACTIONS(107), 1, + sym__backtick_identifier, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8882), 1, + ACTIONS(8896), 1, anon_sym_LPAREN, - ACTIONS(8884), 1, + ACTIONS(8898), 1, anon_sym_dynamic, - ACTIONS(8886), 1, - sym__backtick_identifier, - STATE(5519), 1, + STATE(4566), 1, sym__lexical_identifier, - STATE(5521), 1, + STATE(4673), 1, + sym__simple_user_type, + STATE(4677), 1, sym_simple_identifier, - STATE(6699), 1, + STATE(6567), 1, sym_type_modifiers, - STATE(7476), 1, - sym__simple_user_type, - STATE(8952), 1, + STATE(9181), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(5567), 3, + STATE(4672), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(5612), 3, + STATE(5410), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(8880), 7, + ACTIONS(7), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -541623,46 +543806,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [101118] = 16, - ACTIONS(491), 1, + [102860] = 16, + ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8894), 1, - anon_sym_LPAREN, ACTIONS(8896), 1, + anon_sym_LPAREN, + ACTIONS(8898), 1, anon_sym_dynamic, - STATE(831), 1, - sym__simple_user_type, - STATE(866), 1, + STATE(4566), 1, sym__lexical_identifier, - STATE(875), 1, + STATE(4673), 1, + sym__simple_user_type, + STATE(4677), 1, sym_simple_identifier, - STATE(6417), 1, + STATE(6567), 1, sym_type_modifiers, - STATE(9350), 1, + STATE(9181), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(837), 3, + STATE(4672), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(1507), 3, + STATE(5406), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(413), 7, + ACTIONS(7), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -541670,47 +543853,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [101181] = 17, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8276), 1, - anon_sym_LT, - ACTIONS(8406), 1, + [102923] = 16, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, - anon_sym_dynamic, - ACTIONS(8892), 1, + ACTIONS(8910), 1, anon_sym_LPAREN, - STATE(4507), 1, + ACTIONS(8912), 1, + anon_sym_dynamic, + STATE(2858), 1, sym__lexical_identifier, - STATE(6315), 1, - sym_type_parameters, - STATE(6897), 1, - sym_type_modifiers, - STATE(7036), 1, - sym_simple_identifier, - STATE(7393), 1, + STATE(2874), 1, sym__simple_user_type, + STATE(2897), 1, + sym_simple_identifier, + STATE(6709), 1, + sym_type_modifiers, + STATE(9504), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7462), 2, - sym__receiver_type, + STATE(2876), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + STATE(3598), 3, + sym__type, sym_nullable_type, - STATE(6895), 3, + sym_function_type, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(8392), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -541718,46 +543900,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [101246] = 16, - ACTIONS(491), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [102986] = 16, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8894), 1, + ACTIONS(8922), 1, anon_sym_LPAREN, - ACTIONS(8896), 1, + ACTIONS(8924), 1, anon_sym_dynamic, - STATE(831), 1, - sym__simple_user_type, - STATE(866), 1, + ACTIONS(8926), 1, + sym__backtick_identifier, + STATE(4537), 1, sym__lexical_identifier, - STATE(875), 1, + STATE(4554), 1, sym_simple_identifier, - STATE(6417), 1, + STATE(4637), 1, + sym__simple_user_type, + STATE(6679), 1, sym_type_modifiers, - STATE(9350), 1, + STATE(9563), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(837), 3, + STATE(4812), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(1513), 3, + STATE(4829), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(413), 7, + ACTIONS(8920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -541765,46 +543947,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [101309] = 16, - ACTIONS(7317), 1, + [103049] = 16, + ACTIONS(7325), 1, anon_sym_dynamic, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6677), 1, - sym_type_modifiers, - STATE(7537), 1, + STATE(5187), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(6613), 1, + sym_type_modifiers, + STATE(7692), 1, sym__simple_user_type, - STATE(9204), 1, + STATE(9202), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8186), 3, + STATE(7700), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -541812,46 +543994,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [101372] = 16, - ACTIONS(613), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [103112] = 16, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8888), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - ACTIONS(8890), 1, - anon_sym_dynamic, - STATE(3205), 1, - sym__simple_user_type, - STATE(3263), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(3264), 1, - sym_simple_identifier, - STATE(6466), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(9518), 1, + STATE(7487), 1, + sym_simple_identifier, + STATE(7618), 1, + sym__simple_user_type, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(3204), 3, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(3639), 3, + STATE(8202), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - ACTIONS(537), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -541859,46 +544041,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [101435] = 16, - ACTIONS(107), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [103175] = 16, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8898), 1, + ACTIONS(8922), 1, anon_sym_LPAREN, - ACTIONS(8900), 1, + ACTIONS(8924), 1, anon_sym_dynamic, - STATE(4529), 1, + ACTIONS(8926), 1, + sym__backtick_identifier, + STATE(4537), 1, sym__lexical_identifier, - STATE(4594), 1, + STATE(4554), 1, sym_simple_identifier, - STATE(4608), 1, + STATE(4637), 1, sym__simple_user_type, - STATE(6687), 1, + STATE(6679), 1, sym_type_modifiers, - STATE(9218), 1, + STATE(9563), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(4607), 3, + STATE(4812), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(5021), 3, + STATE(5364), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(7), 7, + ACTIONS(8920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -541906,46 +544088,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [101498] = 16, - ACTIONS(281), 1, + [103238] = 16, + ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8872), 1, + ACTIONS(8896), 1, anon_sym_LPAREN, - ACTIONS(8874), 1, + ACTIONS(8898), 1, anon_sym_dynamic, - STATE(4440), 1, + STATE(4566), 1, sym__lexical_identifier, - STATE(4461), 1, + STATE(4673), 1, sym__simple_user_type, - STATE(4463), 1, + STATE(4677), 1, sym_simple_identifier, - STATE(6634), 1, + STATE(6567), 1, sym_type_modifiers, - STATE(9167), 1, + STATE(9181), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(4460), 3, + STATE(4672), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(4847), 3, + STATE(5401), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(199), 7, + ACTIONS(7), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -541953,46 +544135,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [101561] = 16, - ACTIONS(281), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [103301] = 16, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8872), 1, + ACTIONS(8855), 1, + sym__backtick_identifier, + ACTIONS(8904), 1, anon_sym_LPAREN, - ACTIONS(8874), 1, + ACTIONS(8906), 1, anon_sym_dynamic, - STATE(4440), 1, + STATE(5532), 1, sym__lexical_identifier, - STATE(4461), 1, - sym__simple_user_type, - STATE(4463), 1, + STATE(5537), 1, sym_simple_identifier, - STATE(6634), 1, + STATE(5591), 1, + sym__simple_user_type, + STATE(6720), 1, sym_type_modifiers, - STATE(9167), 1, + STATE(9413), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(4460), 3, + STATE(5582), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(4637), 3, + STATE(5626), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(199), 7, + ACTIONS(8851), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -542000,45 +544182,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [101624] = 16, + [103364] = 16, ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, - anon_sym_dynamic, - ACTIONS(8852), 1, + ACTIONS(8892), 1, anon_sym_LPAREN, - STATE(3037), 1, + ACTIONS(8894), 1, + anon_sym_dynamic, + STATE(834), 1, sym_simple_identifier, - STATE(3263), 1, + STATE(843), 1, sym__lexical_identifier, - STATE(6897), 1, - sym_type_modifiers, - STATE(7393), 1, + STATE(865), 1, sym__simple_user_type, + STATE(6614), 1, + sym_type_modifiers, + STATE(9486), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2572), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7156), 2, - sym__receiver_type, + STATE(868), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + STATE(1092), 3, + sym__type, sym_nullable_type, - STATE(6895), 3, + sym_function_type, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, ACTIONS(537), 7, anon_sym_get, anon_sym_set, @@ -542047,46 +544229,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [101687] = 16, - ACTIONS(409), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [103427] = 16, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8876), 1, + ACTIONS(8922), 1, anon_sym_LPAREN, - ACTIONS(8878), 1, + ACTIONS(8924), 1, anon_sym_dynamic, - STATE(2866), 1, - sym__simple_user_type, - STATE(2885), 1, - sym_simple_identifier, - STATE(2890), 1, + ACTIONS(8926), 1, + sym__backtick_identifier, + STATE(4537), 1, sym__lexical_identifier, - STATE(6530), 1, + STATE(4554), 1, + sym_simple_identifier, + STATE(4637), 1, + sym__simple_user_type, + STATE(6679), 1, sym_type_modifiers, - STATE(9429), 1, + STATE(9563), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(2875), 3, + STATE(4812), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(3889), 3, + STATE(4831), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(333), 7, + ACTIONS(8920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -542094,46 +544276,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [101750] = 16, - ACTIONS(281), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [103490] = 16, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8872), 1, - anon_sym_LPAREN, - ACTIONS(8874), 1, - anon_sym_dynamic, - STATE(4440), 1, + ACTIONS(8754), 1, + anon_sym_LPAREN, + STATE(4533), 1, sym__lexical_identifier, - STATE(4461), 1, - sym__simple_user_type, - STATE(4463), 1, - sym_simple_identifier, - STATE(6634), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(9167), 1, + STATE(7487), 1, + sym_simple_identifier, + STATE(7618), 1, + sym__simple_user_type, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(4460), 3, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(4675), 3, + STATE(8272), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - ACTIONS(199), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -542141,46 +544323,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [101813] = 16, - ACTIONS(613), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [103553] = 16, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, - anon_sym_dynamic, - ACTIONS(8852), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - STATE(3037), 1, - sym_simple_identifier, - STATE(3263), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6897), 1, + STATE(5187), 1, + sym_simple_identifier, + STATE(6613), 1, sym_type_modifiers, - STATE(7393), 1, + STATE(7692), 1, sym__simple_user_type, + STATE(9202), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2678), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7042), 2, - sym__receiver_type, - sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(537), 7, + STATE(7604), 3, + sym__type, + sym_nullable_type, + sym_function_type, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -542188,46 +544370,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [101876] = 16, - ACTIONS(107), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [103616] = 16, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8898), 1, + ACTIONS(8922), 1, anon_sym_LPAREN, - ACTIONS(8900), 1, + ACTIONS(8924), 1, anon_sym_dynamic, - STATE(4529), 1, + ACTIONS(8926), 1, + sym__backtick_identifier, + STATE(4537), 1, sym__lexical_identifier, - STATE(4594), 1, + STATE(4554), 1, sym_simple_identifier, - STATE(4608), 1, + STATE(4637), 1, sym__simple_user_type, - STATE(6687), 1, + STATE(6679), 1, sym_type_modifiers, - STATE(9218), 1, + STATE(9563), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(4607), 3, + STATE(4812), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(4815), 3, + STATE(5293), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(7), 7, + ACTIONS(8920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -542235,46 +544417,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [101939] = 16, - ACTIONS(7317), 1, + [103679] = 16, + ACTIONS(7325), 1, anon_sym_dynamic, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6677), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7537), 1, + STATE(7487), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(7618), 1, sym__simple_user_type, - STATE(9204), 1, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8171), 3, + STATE(8280), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -542282,46 +544464,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [102002] = 16, + [103742] = 16, ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8872), 1, + ACTIONS(8884), 1, anon_sym_LPAREN, - ACTIONS(8874), 1, + ACTIONS(8886), 1, anon_sym_dynamic, - STATE(4440), 1, - sym__lexical_identifier, - STATE(4461), 1, + STATE(4459), 1, sym__simple_user_type, - STATE(4463), 1, + STATE(4461), 1, + sym__lexical_identifier, + STATE(4466), 1, sym_simple_identifier, - STATE(6634), 1, + STATE(6741), 1, sym_type_modifiers, - STATE(9167), 1, + STATE(9309), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, STATE(4460), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(4865), 3, + STATE(5161), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(199), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -542329,47 +544511,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [102065] = 17, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8276), 1, - anon_sym_LT, - ACTIONS(8406), 1, + [103805] = 16, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, - anon_sym_dynamic, ACTIONS(8892), 1, anon_sym_LPAREN, - STATE(4507), 1, - sym__lexical_identifier, - STATE(6317), 1, - sym_type_parameters, - STATE(6897), 1, - sym_type_modifiers, - STATE(7066), 1, + ACTIONS(8894), 1, + anon_sym_dynamic, + STATE(834), 1, sym_simple_identifier, - STATE(7393), 1, + STATE(843), 1, + sym__lexical_identifier, + STATE(865), 1, sym__simple_user_type, + STATE(6614), 1, + sym_type_modifiers, + STATE(9486), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7439), 2, - sym__receiver_type, + STATE(868), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + STATE(1080), 3, + sym__type, sym_nullable_type, - STATE(6895), 3, + sym_function_type, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(8392), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -542377,46 +544558,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [102130] = 16, - ACTIONS(281), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [103868] = 16, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8872), 1, + ACTIONS(8855), 1, + sym__backtick_identifier, + ACTIONS(8904), 1, anon_sym_LPAREN, - ACTIONS(8874), 1, + ACTIONS(8906), 1, anon_sym_dynamic, - STATE(4440), 1, + STATE(5532), 1, sym__lexical_identifier, - STATE(4461), 1, - sym__simple_user_type, - STATE(4463), 1, + STATE(5537), 1, sym_simple_identifier, - STATE(6634), 1, + STATE(5591), 1, + sym__simple_user_type, + STATE(6720), 1, sym_type_modifiers, - STATE(9167), 1, + STATE(9413), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(4460), 3, + STATE(5582), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(4853), 3, + STATE(5624), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(199), 7, + ACTIONS(8851), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -542424,46 +544605,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [102193] = 16, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, + [103931] = 16, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, - sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8849), 1, + sym__backtick_identifier, + ACTIONS(8932), 1, anon_sym_LPAREN, - STATE(4507), 1, - sym__lexical_identifier, - STATE(6677), 1, - sym_type_modifiers, - STATE(7537), 1, + ACTIONS(8934), 1, + anon_sym_dynamic, + STATE(5187), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(5419), 1, + sym__lexical_identifier, + STATE(5601), 1, sym__simple_user_type, - STATE(9204), 1, + STATE(6608), 1, + sym_type_modifiers, + STATE(9419), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(5613), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(7791), 3, + STATE(5636), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + ACTIONS(8845), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -542471,46 +544652,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [102256] = 16, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, + [103994] = 16, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, - sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8922), 1, anon_sym_LPAREN, - STATE(4507), 1, + ACTIONS(8924), 1, + anon_sym_dynamic, + ACTIONS(8926), 1, + sym__backtick_identifier, + STATE(4537), 1, sym__lexical_identifier, - STATE(6677), 1, - sym_type_modifiers, - STATE(7537), 1, + STATE(4554), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(4637), 1, sym__simple_user_type, - STATE(9204), 1, + STATE(6679), 1, + sym_type_modifiers, + STATE(9563), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(4812), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8157), 3, + STATE(4832), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + ACTIONS(8920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -542518,46 +544699,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [102319] = 16, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, + [104057] = 17, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8332), 1, + anon_sym_LT, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8837), 1, + anon_sym_dynamic, + ACTIONS(8900), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6677), 1, + STATE(6317), 1, + sym_type_parameters, + STATE(6930), 1, sym_type_modifiers, - STATE(7537), 1, + STATE(7182), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(7425), 1, sym__simple_user_type, - STATE(9204), 1, - sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(7585), 2, + sym__receiver_type, + sym_nullable_type, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8158), 3, - sym__type, - sym_nullable_type, - sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -542565,46 +544747,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [102382] = 16, - ACTIONS(195), 1, + [104122] = 16, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8910), 1, + ACTIONS(8892), 1, anon_sym_LPAREN, - ACTIONS(8912), 1, + ACTIONS(8894), 1, anon_sym_dynamic, - STATE(2864), 1, + STATE(834), 1, + sym_simple_identifier, + STATE(843), 1, sym__lexical_identifier, - STATE(2881), 1, + STATE(865), 1, sym__simple_user_type, - STATE(2889), 1, - sym_simple_identifier, - STATE(6483), 1, + STATE(6614), 1, sym_type_modifiers, - STATE(9470), 1, + STATE(9486), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(2838), 3, + STATE(868), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(3330), 3, + STATE(1076), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(111), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -542612,46 +544794,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [102445] = 16, - ACTIONS(613), 1, + [104185] = 16, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - ACTIONS(8852), 1, + ACTIONS(8841), 1, anon_sym_LPAREN, - STATE(3037), 1, + STATE(2996), 1, sym_simple_identifier, - STATE(3263), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7393), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2614), 2, + STATE(1886), 2, sym_variable_declaration, sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7149), 2, + STATE(7111), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(537), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -542659,46 +544841,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [102508] = 16, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, + [104248] = 17, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8332), 1, + anon_sym_LT, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8837), 1, + anon_sym_dynamic, + ACTIONS(8900), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6677), 1, + STATE(6306), 1, + sym_type_parameters, + STATE(6930), 1, sym_type_modifiers, - STATE(7537), 1, + STATE(7049), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(7425), 1, sym__simple_user_type, - STATE(9204), 1, - sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(7528), 2, + sym__receiver_type, + sym_nullable_type, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8145), 3, - sym__type, - sym_nullable_type, - sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -542706,46 +544889,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [102571] = 16, - ACTIONS(195), 1, + [104313] = 16, + ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, - anon_sym_dynamic, - ACTIONS(8836), 1, + ACTIONS(8884), 1, anon_sym_LPAREN, - STATE(2826), 1, - sym_simple_identifier, - STATE(2864), 1, + ACTIONS(8886), 1, + anon_sym_dynamic, + STATE(4459), 1, + sym__simple_user_type, + STATE(4461), 1, sym__lexical_identifier, - STATE(6897), 1, + STATE(4466), 1, + sym_simple_identifier, + STATE(6741), 1, sym_type_modifiers, - STATE(7393), 1, - sym__simple_user_type, + STATE(9309), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1333), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7061), 2, - sym__receiver_type, + STATE(4460), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + STATE(5159), 3, + sym__type, sym_nullable_type, - STATE(6895), 3, + sym_function_type, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(111), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -542753,93 +544936,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [102634] = 16, - ACTIONS(613), 1, + [104376] = 16, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - ACTIONS(8852), 1, + ACTIONS(8841), 1, anon_sym_LPAREN, - STATE(3037), 1, + STATE(2996), 1, sym_simple_identifier, - STATE(3263), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7393), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2237), 2, + STATE(2076), 2, sym_variable_declaration, sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7129), 2, + STATE(7160), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(7391), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(537), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - [102697] = 16, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8406), 1, - sym__backtick_identifier, - ACTIONS(8738), 1, - anon_sym_AT, - ACTIONS(8740), 1, - anon_sym_LPAREN, - STATE(4507), 1, - sym__lexical_identifier, - STATE(6677), 1, - sym_type_modifiers, - STATE(7537), 1, - sym_simple_identifier, - STATE(7584), 1, - sym__simple_user_type, - STATE(9204), 1, - sym_function_type_parameters, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(5537), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8181), 3, - sym__type, - sym_nullable_type, - sym_function_type, - ACTIONS(8392), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -542847,46 +544983,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [102760] = 16, - ACTIONS(195), 1, + [104439] = 16, + ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8910), 1, + ACTIONS(8888), 1, anon_sym_LPAREN, - ACTIONS(8912), 1, + ACTIONS(8890), 1, anon_sym_dynamic, - STATE(2864), 1, + STATE(2837), 1, sym__lexical_identifier, STATE(2881), 1, sym__simple_user_type, - STATE(2889), 1, + STATE(2898), 1, sym_simple_identifier, - STATE(6483), 1, + STATE(6704), 1, sym_type_modifiers, - STATE(9470), 1, + STATE(9530), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(2838), 3, + STATE(2883), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(3328), 3, + STATE(3825), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(111), 7, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -542894,46 +545030,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [102823] = 16, - ACTIONS(491), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [104502] = 16, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8894), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - ACTIONS(8896), 1, - anon_sym_dynamic, - STATE(831), 1, - sym__simple_user_type, - STATE(866), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(875), 1, - sym_simple_identifier, - STATE(6417), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(9350), 1, + STATE(7487), 1, + sym_simple_identifier, + STATE(7618), 1, + sym__simple_user_type, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(837), 3, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(1298), 3, + STATE(8173), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - ACTIONS(413), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -542941,46 +545077,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [102886] = 16, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, + [104565] = 17, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8332), 1, + anon_sym_LT, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8837), 1, + anon_sym_dynamic, + ACTIONS(8900), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6677), 1, + STATE(6330), 1, + sym_type_parameters, + STATE(6930), 1, sym_type_modifiers, - STATE(7537), 1, + STATE(7041), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(7425), 1, sym__simple_user_type, - STATE(9204), 1, - sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(7523), 2, + sym__receiver_type, + sym_nullable_type, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8180), 3, - sym__type, - sym_nullable_type, - sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -542988,46 +545125,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [102949] = 16, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8406), 1, + [104630] = 16, + ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8888), 1, anon_sym_LPAREN, - STATE(4507), 1, + ACTIONS(8890), 1, + anon_sym_dynamic, + STATE(2837), 1, sym__lexical_identifier, - STATE(6677), 1, - sym_type_modifiers, - STATE(7537), 1, - sym_simple_identifier, - STATE(7584), 1, + STATE(2881), 1, sym__simple_user_type, - STATE(9204), 1, + STATE(2898), 1, + sym_simple_identifier, + STATE(6704), 1, + sym_type_modifiers, + STATE(9530), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(2883), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8179), 3, + STATE(3823), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -543035,46 +545172,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [103012] = 16, - ACTIONS(7324), 1, + [104693] = 16, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, - anon_sym_AT, - ACTIONS(8850), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8882), 1, + ACTIONS(8752), 1, + anon_sym_AT, + ACTIONS(8754), 1, anon_sym_LPAREN, - ACTIONS(8884), 1, - anon_sym_dynamic, - STATE(5515), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(5521), 1, + STATE(6550), 1, + sym_type_modifiers, + STATE(7487), 1, sym_simple_identifier, - STATE(5576), 1, + STATE(7618), 1, sym__simple_user_type, - STATE(6777), 1, - sym_type_modifiers, - STATE(9197), 1, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(5567), 3, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(5592), 3, + STATE(8167), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - ACTIONS(8846), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -543082,46 +545219,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [103075] = 16, - ACTIONS(195), 1, + [104756] = 16, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - ACTIONS(8836), 1, + ACTIONS(8841), 1, anon_sym_LPAREN, - STATE(2826), 1, + STATE(2996), 1, sym_simple_identifier, - STATE(2864), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7393), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1287), 2, + STATE(2645), 2, sym_variable_declaration, sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7056), 2, + STATE(7170), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(111), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -543129,46 +545266,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [103138] = 16, - ACTIONS(613), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [104819] = 16, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8888), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - ACTIONS(8890), 1, - anon_sym_dynamic, - STATE(3205), 1, - sym__simple_user_type, - STATE(3263), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(3264), 1, - sym_simple_identifier, - STATE(6466), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(9518), 1, + STATE(7487), 1, + sym_simple_identifier, + STATE(7618), 1, + sym__simple_user_type, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(3204), 3, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(3606), 3, + STATE(8205), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - ACTIONS(537), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -543176,46 +545313,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [103201] = 16, - ACTIONS(195), 1, + [104882] = 16, + ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8910), 1, + ACTIONS(8888), 1, anon_sym_LPAREN, - ACTIONS(8912), 1, + ACTIONS(8890), 1, anon_sym_dynamic, - STATE(2864), 1, + STATE(2837), 1, sym__lexical_identifier, STATE(2881), 1, sym__simple_user_type, - STATE(2889), 1, + STATE(2898), 1, sym_simple_identifier, - STATE(6483), 1, + STATE(6704), 1, sym_type_modifiers, - STATE(9470), 1, + STATE(9530), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(2838), 3, + STATE(2883), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(4090), 3, + STATE(3816), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(111), 7, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -543223,46 +545360,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [103264] = 16, - ACTIONS(107), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [104945] = 16, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8898), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - ACTIONS(8900), 1, - anon_sym_dynamic, - STATE(4529), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(4594), 1, + STATE(6550), 1, + sym_type_modifiers, + STATE(7487), 1, sym_simple_identifier, - STATE(4608), 1, + STATE(7618), 1, sym__simple_user_type, - STATE(6687), 1, - sym_type_modifiers, - STATE(9218), 1, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(4607), 3, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(4787), 3, + STATE(8220), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - ACTIONS(7), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -543270,46 +545407,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [103327] = 16, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, + [105008] = 17, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8332), 1, + anon_sym_LT, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8837), 1, + anon_sym_dynamic, + ACTIONS(8900), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6677), 1, + STATE(6300), 1, + sym_type_parameters, + STATE(6930), 1, sym_type_modifiers, - STATE(7537), 1, + STATE(7035), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(7425), 1, sym__simple_user_type, - STATE(9204), 1, - sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(7489), 2, + sym__receiver_type, + sym_nullable_type, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8152), 3, - sym__type, - sym_nullable_type, - sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -543317,46 +545455,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [103390] = 16, - ACTIONS(195), 1, + [105073] = 16, + ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8910), 1, + ACTIONS(8888), 1, anon_sym_LPAREN, - ACTIONS(8912), 1, + ACTIONS(8890), 1, anon_sym_dynamic, - STATE(2864), 1, + STATE(2837), 1, sym__lexical_identifier, STATE(2881), 1, sym__simple_user_type, - STATE(2889), 1, + STATE(2898), 1, sym_simple_identifier, - STATE(6483), 1, + STATE(6704), 1, sym_type_modifiers, - STATE(9470), 1, + STATE(9530), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(2838), 3, + STATE(2883), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(4107), 3, + STATE(3804), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(111), 7, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -543364,46 +545502,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [103453] = 16, - ACTIONS(7324), 1, + [105136] = 16, + ACTIONS(409), 1, + sym__backtick_identifier, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8888), 1, anon_sym_LPAREN, - ACTIONS(8920), 1, + ACTIONS(8890), 1, anon_sym_dynamic, - ACTIONS(8922), 1, - sym__backtick_identifier, - STATE(6570), 1, - sym_type_modifiers, - STATE(8046), 1, - sym_simple_identifier, - STATE(8123), 1, + STATE(2837), 1, sym__lexical_identifier, - STATE(8144), 1, + STATE(2881), 1, sym__simple_user_type, - STATE(9292), 1, + STATE(2898), 1, + sym_simple_identifier, + STATE(6704), 1, + sym_type_modifiers, + STATE(9530), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(7791), 3, - sym__type, - sym_nullable_type, - sym_function_type, - STATE(8525), 3, + STATE(2883), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8918), 7, + STATE(3899), 3, + sym__type, + sym_nullable_type, + sym_function_type, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -543411,46 +545549,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [103516] = 16, - ACTIONS(409), 1, + [105199] = 16, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8876), 1, - anon_sym_LPAREN, - ACTIONS(8878), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - STATE(2866), 1, - sym__simple_user_type, - STATE(2885), 1, + ACTIONS(8843), 1, + anon_sym_LPAREN, + STATE(2796), 1, sym_simple_identifier, - STATE(2890), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(6530), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(9429), 1, - sym_function_type_parameters, + STATE(7425), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(2390), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(2875), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - STATE(3863), 3, - sym__type, + STATE(7183), 2, + sym__receiver_type, sym_nullable_type, - sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(333), 7, + STATE(7427), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -543458,46 +545596,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [103579] = 16, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, + [105262] = 17, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8332), 1, + anon_sym_LT, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8837), 1, + anon_sym_dynamic, + ACTIONS(8900), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6677), 1, + STATE(6299), 1, + sym_type_parameters, + STATE(6930), 1, sym_type_modifiers, - STATE(7537), 1, + STATE(7148), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(7425), 1, sym__simple_user_type, - STATE(9204), 1, - sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(7509), 2, + sym__receiver_type, + sym_nullable_type, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8159), 3, - sym__type, - sym_nullable_type, - sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -543505,46 +545644,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [103642] = 16, - ACTIONS(195), 1, + [105327] = 16, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, - anon_sym_dynamic, - ACTIONS(8836), 1, + ACTIONS(8835), 1, anon_sym_LPAREN, - STATE(2826), 1, + ACTIONS(8837), 1, + anon_sym_dynamic, + STATE(812), 1, sym_simple_identifier, - STATE(2864), 1, + STATE(843), 1, sym__lexical_identifier, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7393), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1288), 2, + STATE(623), 2, sym_variable_declaration, sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7052), 2, + STATE(7038), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(111), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -543552,46 +545691,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [103705] = 16, - ACTIONS(409), 1, + [105390] = 16, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8876), 1, + ACTIONS(8892), 1, anon_sym_LPAREN, - ACTIONS(8878), 1, + ACTIONS(8894), 1, anon_sym_dynamic, - STATE(2866), 1, - sym__simple_user_type, - STATE(2885), 1, + STATE(834), 1, sym_simple_identifier, - STATE(2890), 1, + STATE(843), 1, sym__lexical_identifier, - STATE(6530), 1, + STATE(865), 1, + sym__simple_user_type, + STATE(6614), 1, sym_type_modifiers, - STATE(9429), 1, + STATE(9486), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(2875), 3, + STATE(868), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(3446), 3, + STATE(880), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(333), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -543599,46 +545738,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [103768] = 16, - ACTIONS(195), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [105453] = 17, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8332), 1, + anon_sym_LT, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - ACTIONS(8836), 1, + ACTIONS(8900), 1, anon_sym_LPAREN, - STATE(2826), 1, - sym_simple_identifier, - STATE(2864), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6897), 1, + STATE(6304), 1, + sym_type_parameters, + STATE(6930), 1, sym_type_modifiers, - STATE(7393), 1, + STATE(7024), 1, + sym_simple_identifier, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2577), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7109), 2, + STATE(7505), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(111), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -543646,46 +545786,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [103831] = 16, - ACTIONS(195), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [105518] = 16, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8910), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - ACTIONS(8912), 1, - anon_sym_dynamic, - STATE(2864), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(2881), 1, - sym__simple_user_type, - STATE(2889), 1, - sym_simple_identifier, - STATE(6483), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(9470), 1, + STATE(7487), 1, + sym_simple_identifier, + STATE(7618), 1, + sym__simple_user_type, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(2838), 3, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(4109), 3, + STATE(8312), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - ACTIONS(111), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -543693,46 +545833,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [103894] = 16, - ACTIONS(7324), 1, + [105581] = 16, + ACTIONS(533), 1, + sym__backtick_identifier, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8882), 1, - anon_sym_LPAREN, - ACTIONS(8884), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - ACTIONS(8886), 1, - sym__backtick_identifier, - STATE(5519), 1, - sym__lexical_identifier, - STATE(5521), 1, + ACTIONS(8841), 1, + anon_sym_LPAREN, + STATE(2996), 1, sym_simple_identifier, - STATE(6699), 1, + STATE(3382), 1, + sym__lexical_identifier, + STATE(6930), 1, sym_type_modifiers, - STATE(7476), 1, + STATE(7425), 1, sym__simple_user_type, - STATE(8952), 1, - sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(2689), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(5567), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - STATE(6895), 3, + STATE(7136), 2, + sym__receiver_type, + sym_nullable_type, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7853), 3, - sym__type, - sym_nullable_type, - sym_function_type, - ACTIONS(8880), 7, + STATE(7427), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -543740,46 +545880,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [103957] = 16, - ACTIONS(7324), 1, + [105644] = 16, + ACTIONS(613), 1, + sym__backtick_identifier, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8882), 1, + ACTIONS(8892), 1, anon_sym_LPAREN, - ACTIONS(8884), 1, + ACTIONS(8894), 1, anon_sym_dynamic, - ACTIONS(8886), 1, - sym__backtick_identifier, - STATE(5519), 1, - sym__lexical_identifier, - STATE(5521), 1, + STATE(834), 1, sym_simple_identifier, - STATE(6699), 1, - sym_type_modifiers, - STATE(7476), 1, + STATE(843), 1, + sym__lexical_identifier, + STATE(865), 1, sym__simple_user_type, - STATE(8952), 1, + STATE(6614), 1, + sym_type_modifiers, + STATE(9486), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(5567), 3, + STATE(868), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(8761), 3, + STATE(884), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8880), 7, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -543787,46 +545927,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [104020] = 16, - ACTIONS(491), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [105707] = 16, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8894), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - ACTIONS(8896), 1, - anon_sym_dynamic, - STATE(831), 1, - sym__simple_user_type, - STATE(866), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(875), 1, - sym_simple_identifier, - STATE(6417), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(9350), 1, + STATE(7487), 1, + sym_simple_identifier, + STATE(7618), 1, + sym__simple_user_type, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(837), 3, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(1301), 3, + STATE(8309), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - ACTIONS(413), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -543834,46 +545974,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [104083] = 16, - ACTIONS(491), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [105770] = 16, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8894), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - ACTIONS(8896), 1, - anon_sym_dynamic, - STATE(831), 1, - sym__simple_user_type, - STATE(866), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(875), 1, - sym_simple_identifier, - STATE(6417), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(9350), 1, + STATE(7487), 1, + sym_simple_identifier, + STATE(7618), 1, + sym__simple_user_type, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(837), 3, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(1304), 3, + STATE(8303), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - ACTIONS(413), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -543881,46 +546021,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [104146] = 16, - ACTIONS(195), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [105833] = 17, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8332), 1, + anon_sym_LT, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8910), 1, - anon_sym_LPAREN, - ACTIONS(8912), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - STATE(2864), 1, + ACTIONS(8900), 1, + anon_sym_LPAREN, + STATE(4533), 1, sym__lexical_identifier, - STATE(2881), 1, - sym__simple_user_type, - STATE(2889), 1, - sym_simple_identifier, - STATE(6483), 1, + STATE(6316), 1, + sym_type_parameters, + STATE(6930), 1, sym_type_modifiers, - STATE(9470), 1, - sym_function_type_parameters, + STATE(7084), 1, + sym_simple_identifier, + STATE(7425), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(2838), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - STATE(3307), 3, - sym__type, + STATE(7497), 2, + sym__receiver_type, sym_nullable_type, - sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(111), 7, + STATE(7427), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -543928,47 +546069,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [104209] = 17, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8276), 1, - anon_sym_LT, - ACTIONS(8406), 1, + [105898] = 16, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, - anon_sym_dynamic, ACTIONS(8892), 1, anon_sym_LPAREN, - STATE(4507), 1, - sym__lexical_identifier, - STATE(6310), 1, - sym_type_parameters, - STATE(6897), 1, - sym_type_modifiers, - STATE(7014), 1, + ACTIONS(8894), 1, + anon_sym_dynamic, + STATE(834), 1, sym_simple_identifier, - STATE(7393), 1, + STATE(843), 1, + sym__lexical_identifier, + STATE(865), 1, sym__simple_user_type, + STATE(6614), 1, + sym_type_modifiers, + STATE(9486), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7483), 2, - sym__receiver_type, + STATE(868), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + STATE(886), 3, + sym__type, sym_nullable_type, - STATE(6895), 3, + sym_function_type, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(8392), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -543976,46 +546116,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [104274] = 16, - ACTIONS(491), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [105961] = 16, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8832), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - ACTIONS(8834), 1, - anon_sym_dynamic, - STATE(822), 1, - sym_simple_identifier, - STATE(866), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6897), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7393), 1, + STATE(7487), 1, + sym_simple_identifier, + STATE(7618), 1, sym__simple_user_type, + STATE(9397), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(427), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7049), 2, - sym__receiver_type, - sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(413), 7, + STATE(8292), 3, + sym__type, + sym_nullable_type, + sym_function_type, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -544023,46 +546163,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [104337] = 16, - ACTIONS(195), 1, + [106024] = 16, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8910), 1, + ACTIONS(8892), 1, anon_sym_LPAREN, - ACTIONS(8912), 1, + ACTIONS(8894), 1, anon_sym_dynamic, - STATE(2864), 1, + STATE(834), 1, + sym_simple_identifier, + STATE(843), 1, sym__lexical_identifier, - STATE(2881), 1, + STATE(865), 1, sym__simple_user_type, - STATE(2889), 1, - sym_simple_identifier, - STATE(6483), 1, + STATE(6614), 1, sym_type_modifiers, - STATE(9470), 1, + STATE(9486), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(2838), 3, + STATE(868), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(3306), 3, + STATE(893), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(111), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -544070,46 +546210,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [104400] = 16, - ACTIONS(409), 1, + [106087] = 16, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8876), 1, + ACTIONS(8892), 1, anon_sym_LPAREN, - ACTIONS(8878), 1, + ACTIONS(8894), 1, anon_sym_dynamic, - STATE(2866), 1, - sym__simple_user_type, - STATE(2885), 1, + STATE(834), 1, sym_simple_identifier, - STATE(2890), 1, + STATE(843), 1, sym__lexical_identifier, - STATE(6530), 1, + STATE(865), 1, + sym__simple_user_type, + STATE(6614), 1, sym_type_modifiers, - STATE(9429), 1, + STATE(9486), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(2875), 3, + STATE(868), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(3849), 3, + STATE(897), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(333), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -544117,46 +546257,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [104463] = 16, - ACTIONS(107), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [106150] = 16, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8898), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - ACTIONS(8900), 1, - anon_sym_dynamic, - STATE(4529), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(4594), 1, + STATE(6550), 1, + sym_type_modifiers, + STATE(7487), 1, sym_simple_identifier, - STATE(4608), 1, + STATE(7618), 1, sym__simple_user_type, - STATE(6687), 1, - sym_type_modifiers, - STATE(9218), 1, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(4607), 3, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(5061), 3, + STATE(8307), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - ACTIONS(7), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -544164,46 +546304,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [104526] = 16, - ACTIONS(409), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [106213] = 16, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8876), 1, + ACTIONS(8922), 1, anon_sym_LPAREN, - ACTIONS(8878), 1, + ACTIONS(8924), 1, anon_sym_dynamic, - STATE(2866), 1, - sym__simple_user_type, - STATE(2885), 1, - sym_simple_identifier, - STATE(2890), 1, + ACTIONS(8926), 1, + sym__backtick_identifier, + STATE(4537), 1, sym__lexical_identifier, - STATE(6530), 1, + STATE(4554), 1, + sym_simple_identifier, + STATE(4637), 1, + sym__simple_user_type, + STATE(6679), 1, sym_type_modifiers, - STATE(9429), 1, + STATE(9563), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(2875), 3, + STATE(4812), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(3105), 3, + STATE(4838), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(333), 7, + ACTIONS(8920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -544211,46 +546351,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [104589] = 16, - ACTIONS(107), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [106276] = 16, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8898), 1, + ACTIONS(8922), 1, anon_sym_LPAREN, - ACTIONS(8900), 1, + ACTIONS(8924), 1, anon_sym_dynamic, - STATE(4529), 1, + ACTIONS(8926), 1, + sym__backtick_identifier, + STATE(4537), 1, sym__lexical_identifier, - STATE(4594), 1, + STATE(4554), 1, sym_simple_identifier, - STATE(4608), 1, + STATE(4637), 1, sym__simple_user_type, - STATE(6687), 1, + STATE(6679), 1, sym_type_modifiers, - STATE(9218), 1, + STATE(9563), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(4607), 3, + STATE(4812), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(4970), 3, + STATE(4846), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(7), 7, + ACTIONS(8920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -544258,46 +546398,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [104652] = 16, - ACTIONS(7317), 1, + [106339] = 16, + ACTIONS(7325), 1, anon_sym_dynamic, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(5170), 1, - sym_simple_identifier, - STATE(6771), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7562), 1, + STATE(7487), 1, + sym_simple_identifier, + STATE(7618), 1, sym__simple_user_type, - STATE(9457), 1, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(7902), 3, + STATE(8271), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -544305,46 +546445,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [104715] = 16, - ACTIONS(491), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [106402] = 16, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8832), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - ACTIONS(8834), 1, - anon_sym_dynamic, - STATE(822), 1, - sym_simple_identifier, - STATE(866), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6897), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7393), 1, + STATE(7487), 1, + sym_simple_identifier, + STATE(7618), 1, sym__simple_user_type, + STATE(9397), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(565), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7145), 2, - sym__receiver_type, - sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(413), 7, + STATE(8270), 3, + sym__type, + sym_nullable_type, + sym_function_type, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -544352,46 +546492,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [104778] = 16, - ACTIONS(491), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [106465] = 16, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8832), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - ACTIONS(8834), 1, - anon_sym_dynamic, - STATE(822), 1, - sym_simple_identifier, - STATE(866), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6897), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7393), 1, + STATE(7487), 1, + sym_simple_identifier, + STATE(7618), 1, sym__simple_user_type, + STATE(9397), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(433), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7047), 2, - sym__receiver_type, - sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(413), 7, + STATE(8269), 3, + sym__type, + sym_nullable_type, + sym_function_type, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -544399,46 +546539,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [104841] = 16, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8406), 1, + [106528] = 16, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8880), 1, anon_sym_LPAREN, - STATE(4507), 1, + ACTIONS(8882), 1, + anon_sym_dynamic, + STATE(3377), 1, + sym__simple_user_type, + STATE(3382), 1, sym__lexical_identifier, - STATE(6677), 1, - sym_type_modifiers, - STATE(7537), 1, + STATE(3446), 1, sym_simple_identifier, - STATE(7584), 1, - sym__simple_user_type, - STATE(9204), 1, + STATE(6710), 1, + sym_type_modifiers, + STATE(9488), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(3378), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8230), 3, + STATE(3848), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -544446,46 +546586,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [104904] = 16, - ACTIONS(409), 1, + [106591] = 16, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8876), 1, + ACTIONS(8880), 1, anon_sym_LPAREN, - ACTIONS(8878), 1, + ACTIONS(8882), 1, anon_sym_dynamic, - STATE(2866), 1, + STATE(3377), 1, sym__simple_user_type, - STATE(2885), 1, - sym_simple_identifier, - STATE(2890), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(6530), 1, + STATE(3446), 1, + sym_simple_identifier, + STATE(6710), 1, sym_type_modifiers, - STATE(9429), 1, + STATE(9488), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(2875), 3, + STATE(3378), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(3840), 3, + STATE(3824), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(333), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -544493,46 +546633,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [104967] = 16, - ACTIONS(7317), 1, + [106654] = 16, + ACTIONS(7325), 1, anon_sym_dynamic, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6677), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7537), 1, + STATE(7487), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(7618), 1, sym__simple_user_type, - STATE(9204), 1, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(9261), 3, + STATE(8236), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -544540,46 +546680,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [105030] = 16, - ACTIONS(491), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [106717] = 16, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8832), 1, - anon_sym_LPAREN, - ACTIONS(8834), 1, - anon_sym_dynamic, - STATE(822), 1, - sym_simple_identifier, - STATE(866), 1, + ACTIONS(8754), 1, + anon_sym_LPAREN, + STATE(4533), 1, sym__lexical_identifier, - STATE(6897), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7393), 1, + STATE(7487), 1, + sym_simple_identifier, + STATE(7618), 1, sym__simple_user_type, + STATE(9397), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(430), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7043), 2, - sym__receiver_type, - sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(413), 7, + STATE(8234), 3, + sym__type, + sym_nullable_type, + sym_function_type, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -544587,46 +546727,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [105093] = 16, - ACTIONS(107), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [106780] = 16, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8898), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - ACTIONS(8900), 1, - anon_sym_dynamic, - STATE(4529), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(4594), 1, + STATE(6550), 1, + sym_type_modifiers, + STATE(7487), 1, sym_simple_identifier, - STATE(4608), 1, + STATE(7618), 1, sym__simple_user_type, - STATE(6687), 1, - sym_type_modifiers, - STATE(9218), 1, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(4607), 3, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(5057), 3, + STATE(8233), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - ACTIONS(7), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -544634,46 +546774,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [105156] = 16, - ACTIONS(7324), 1, + [106843] = 16, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8882), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - ACTIONS(8884), 1, - anon_sym_dynamic, - ACTIONS(8886), 1, - sym__backtick_identifier, - STATE(5519), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(5521), 1, - sym_simple_identifier, - STATE(6699), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7476), 1, + STATE(7487), 1, + sym_simple_identifier, + STATE(7618), 1, sym__simple_user_type, - STATE(8952), 1, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(5567), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7848), 3, + STATE(7537), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + STATE(8229), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8880), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -544681,46 +546821,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [105219] = 16, - ACTIONS(491), 1, + [106906] = 16, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8832), 1, + ACTIONS(8892), 1, anon_sym_LPAREN, - ACTIONS(8834), 1, + ACTIONS(8894), 1, anon_sym_dynamic, - STATE(822), 1, + STATE(834), 1, sym_simple_identifier, - STATE(866), 1, + STATE(843), 1, sym__lexical_identifier, - STATE(6897), 1, - sym_type_modifiers, - STATE(7393), 1, + STATE(865), 1, sym__simple_user_type, + STATE(6614), 1, + sym_type_modifiers, + STATE(9486), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(435), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7041), 2, - sym__receiver_type, + STATE(849), 3, + sym__type, sym_nullable_type, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + sym_function_type, + STATE(868), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(413), 7, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -544728,46 +546868,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [105282] = 16, - ACTIONS(107), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [106969] = 17, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8332), 1, + anon_sym_LT, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8898), 1, - anon_sym_LPAREN, - ACTIONS(8900), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - STATE(4529), 1, + ACTIONS(8900), 1, + anon_sym_LPAREN, + STATE(4533), 1, sym__lexical_identifier, - STATE(4594), 1, + STATE(6322), 1, + sym_type_parameters, + STATE(6930), 1, + sym_type_modifiers, + STATE(7039), 1, sym_simple_identifier, - STATE(4608), 1, + STATE(7425), 1, sym__simple_user_type, - STATE(6687), 1, - sym_type_modifiers, - STATE(9218), 1, - sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(4607), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - STATE(4795), 3, - sym__type, + STATE(7488), 2, + sym__receiver_type, sym_nullable_type, - sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(7), 7, + STATE(7427), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -544775,46 +546916,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [105345] = 16, - ACTIONS(281), 1, + [107034] = 16, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8872), 1, + ACTIONS(8892), 1, anon_sym_LPAREN, - ACTIONS(8874), 1, + ACTIONS(8894), 1, anon_sym_dynamic, - STATE(4440), 1, + STATE(834), 1, + sym_simple_identifier, + STATE(843), 1, sym__lexical_identifier, - STATE(4461), 1, + STATE(865), 1, sym__simple_user_type, - STATE(4463), 1, - sym_simple_identifier, - STATE(6634), 1, + STATE(6614), 1, sym_type_modifiers, - STATE(9167), 1, + STATE(9486), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(4460), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - STATE(4511), 3, + STATE(850), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(868), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(199), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -544822,47 +546963,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [105408] = 17, - ACTIONS(7324), 1, + [107097] = 16, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8276), 1, - anon_sym_LT, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, - anon_sym_dynamic, - ACTIONS(8892), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6273), 1, - sym_type_parameters, - STATE(6897), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7113), 1, + STATE(7487), 1, sym_simple_identifier, - STATE(7393), 1, + STATE(7618), 1, sym__simple_user_type, + STATE(9397), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7511), 2, - sym__receiver_type, - sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8392), 7, + STATE(8191), 3, + sym__type, + sym_nullable_type, + sym_function_type, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -544870,47 +547010,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [105473] = 17, - ACTIONS(7324), 1, + [107160] = 16, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8276), 1, - anon_sym_LT, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, - anon_sym_dynamic, - ACTIONS(8892), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6311), 1, - sym_type_parameters, - STATE(6897), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7146), 1, + STATE(7487), 1, sym_simple_identifier, - STATE(7393), 1, + STATE(7618), 1, sym__simple_user_type, + STATE(9397), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7457), 2, - sym__receiver_type, - sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8392), 7, + STATE(8267), 3, + sym__type, + sym_nullable_type, + sym_function_type, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -544918,46 +547057,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [105538] = 16, - ACTIONS(491), 1, + [107223] = 16, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8832), 1, + ACTIONS(8892), 1, anon_sym_LPAREN, - ACTIONS(8834), 1, + ACTIONS(8894), 1, anon_sym_dynamic, - STATE(822), 1, + STATE(834), 1, sym_simple_identifier, - STATE(866), 1, + STATE(843), 1, sym__lexical_identifier, - STATE(6897), 1, - sym_type_modifiers, - STATE(7393), 1, + STATE(865), 1, sym__simple_user_type, + STATE(6614), 1, + sym_type_modifiers, + STATE(9486), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(593), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7159), 2, - sym__receiver_type, + STATE(851), 3, + sym__type, sym_nullable_type, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + sym_function_type, + STATE(868), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(413), 7, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -544965,46 +547104,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [105601] = 16, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, + [107286] = 16, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, - sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - STATE(4507), 1, - sym__lexical_identifier, - STATE(6677), 1, + ACTIONS(8916), 1, + anon_sym_dynamic, + ACTIONS(8918), 1, + sym__backtick_identifier, + STATE(6719), 1, sym_type_modifiers, - STATE(7537), 1, + STATE(8059), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(8112), 1, + sym__lexical_identifier, + STATE(8187), 1, sym__simple_user_type, - STATE(9204), 1, + STATE(9468), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - STATE(8220), 3, + STATE(8091), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + STATE(8549), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(8914), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -545012,46 +547151,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [105664] = 16, - ACTIONS(7317), 1, + [107349] = 16, + ACTIONS(7325), 1, anon_sym_dynamic, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6677), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7537), 1, + STATE(7487), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(7618), 1, sym__simple_user_type, - STATE(9204), 1, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8218), 3, + STATE(8291), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -545059,46 +547198,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [105727] = 16, - ACTIONS(7317), 1, + [107412] = 16, + ACTIONS(7325), 1, anon_sym_dynamic, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6677), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7537), 1, + STATE(7487), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(7618), 1, sym__simple_user_type, - STATE(9204), 1, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(9260), 3, + STATE(8189), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -545106,46 +547245,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [105790] = 16, - ACTIONS(7317), 1, + [107475] = 16, + ACTIONS(7325), 1, anon_sym_dynamic, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6677), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7537), 1, + STATE(7487), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(7618), 1, sym__simple_user_type, - STATE(9204), 1, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8893), 3, + STATE(8283), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -545153,46 +547292,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [105853] = 16, - ACTIONS(107), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [107538] = 16, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8898), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - ACTIONS(8900), 1, - anon_sym_dynamic, - STATE(4529), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(4594), 1, + STATE(6550), 1, + sym_type_modifiers, + STATE(7487), 1, sym_simple_identifier, - STATE(4608), 1, + STATE(7618), 1, sym__simple_user_type, - STATE(6687), 1, - sym_type_modifiers, - STATE(9218), 1, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(4607), 3, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(4685), 3, + STATE(8188), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - ACTIONS(7), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -545200,46 +547339,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [105916] = 16, - ACTIONS(107), 1, + [107601] = 16, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8898), 1, + ACTIONS(8892), 1, anon_sym_LPAREN, - ACTIONS(8900), 1, + ACTIONS(8894), 1, anon_sym_dynamic, - STATE(4529), 1, - sym__lexical_identifier, - STATE(4594), 1, + STATE(834), 1, sym_simple_identifier, - STATE(4608), 1, + STATE(843), 1, + sym__lexical_identifier, + STATE(865), 1, sym__simple_user_type, - STATE(6687), 1, + STATE(6614), 1, sym_type_modifiers, - STATE(9218), 1, + STATE(9486), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(4607), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - STATE(4781), 3, + STATE(863), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(868), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(7), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -545247,46 +547386,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [105979] = 16, - ACTIONS(107), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [107664] = 16, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8898), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - ACTIONS(8900), 1, - anon_sym_dynamic, - STATE(4529), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(4594), 1, + STATE(6550), 1, + sym_type_modifiers, + STATE(7487), 1, sym_simple_identifier, - STATE(4608), 1, + STATE(7618), 1, sym__simple_user_type, - STATE(6687), 1, - sym_type_modifiers, - STATE(9218), 1, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(4607), 3, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(4754), 3, + STATE(8184), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - ACTIONS(7), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -545294,46 +547433,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [106042] = 16, - ACTIONS(107), 1, + [107727] = 16, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8898), 1, + ACTIONS(8892), 1, anon_sym_LPAREN, - ACTIONS(8900), 1, + ACTIONS(8894), 1, anon_sym_dynamic, - STATE(4529), 1, - sym__lexical_identifier, - STATE(4594), 1, + STATE(834), 1, sym_simple_identifier, - STATE(4608), 1, + STATE(843), 1, + sym__lexical_identifier, + STATE(865), 1, sym__simple_user_type, - STATE(6687), 1, + STATE(6614), 1, sym_type_modifiers, - STATE(9218), 1, + STATE(9486), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(4607), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - STATE(4963), 3, + STATE(864), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(868), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(7), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -545341,46 +547480,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [106105] = 16, - ACTIONS(281), 1, + [107790] = 16, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8872), 1, + ACTIONS(8880), 1, anon_sym_LPAREN, - ACTIONS(8874), 1, + ACTIONS(8882), 1, anon_sym_dynamic, - STATE(4440), 1, - sym__lexical_identifier, - STATE(4461), 1, + STATE(3377), 1, sym__simple_user_type, - STATE(4463), 1, + STATE(3382), 1, + sym__lexical_identifier, + STATE(3446), 1, sym_simple_identifier, - STATE(6634), 1, + STATE(6710), 1, sym_type_modifiers, - STATE(9167), 1, + STATE(9488), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(4460), 3, + STATE(3378), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(4938), 3, + STATE(4160), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(199), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -545388,46 +547527,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [106168] = 16, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8406), 1, + [107853] = 16, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8837), 1, + anon_sym_dynamic, + ACTIONS(8843), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(2796), 1, + sym_simple_identifier, + STATE(2858), 1, sym__lexical_identifier, - STATE(6677), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7537), 1, - sym_simple_identifier, - STATE(7584), 1, + STATE(7425), 1, sym__simple_user_type, - STATE(9204), 1, - sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(1316), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(7187), 2, + sym__receiver_type, + sym_nullable_type, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8987), 3, - sym__type, - sym_nullable_type, - sym_function_type, - ACTIONS(8392), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -545435,42 +547574,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [106231] = 16, + [107916] = 16, ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8876), 1, + ACTIONS(8888), 1, anon_sym_LPAREN, - ACTIONS(8878), 1, + ACTIONS(8890), 1, anon_sym_dynamic, - STATE(2866), 1, + STATE(2837), 1, + sym__lexical_identifier, + STATE(2881), 1, sym__simple_user_type, - STATE(2885), 1, + STATE(2898), 1, sym_simple_identifier, - STATE(2890), 1, - sym__lexical_identifier, - STATE(6530), 1, + STATE(6704), 1, sym_type_modifiers, - STATE(9429), 1, + STATE(9530), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(2875), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - STATE(3110), 3, + STATE(2859), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(2883), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, @@ -545482,46 +547621,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [106294] = 16, - ACTIONS(195), 1, + [107979] = 16, + ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8910), 1, + ACTIONS(8888), 1, anon_sym_LPAREN, - ACTIONS(8912), 1, + ACTIONS(8890), 1, anon_sym_dynamic, - STATE(2864), 1, + STATE(2837), 1, sym__lexical_identifier, STATE(2881), 1, sym__simple_user_type, - STATE(2889), 1, + STATE(2898), 1, sym_simple_identifier, - STATE(6483), 1, + STATE(6704), 1, sym_type_modifiers, - STATE(9470), 1, + STATE(9530), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(2838), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - STATE(3295), 3, + STATE(2866), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(2883), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(111), 7, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -545529,46 +547668,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [106357] = 16, - ACTIONS(7317), 1, + [108042] = 16, + ACTIONS(7325), 1, anon_sym_dynamic, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6677), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7537), 1, + STATE(7487), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(7618), 1, sym__simple_user_type, - STATE(9204), 1, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8204), 3, + STATE(8172), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -545576,46 +547715,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [106420] = 16, - ACTIONS(613), 1, + [108105] = 16, + ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, ACTIONS(8888), 1, anon_sym_LPAREN, ACTIONS(8890), 1, anon_sym_dynamic, - STATE(3205), 1, - sym__simple_user_type, - STATE(3263), 1, + STATE(2837), 1, sym__lexical_identifier, - STATE(3264), 1, + STATE(2881), 1, + sym__simple_user_type, + STATE(2898), 1, sym_simple_identifier, - STATE(6466), 1, + STATE(6704), 1, sym_type_modifiers, - STATE(9518), 1, + STATE(9530), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(3204), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - STATE(4143), 3, + STATE(2870), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(2883), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(537), 7, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -545623,140 +547762,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [106483] = 16, - ACTIONS(613), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [108168] = 16, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, - anon_sym_dynamic, - ACTIONS(8852), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - STATE(3037), 1, - sym_simple_identifier, - STATE(3263), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6897), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7393), 1, - sym__simple_user_type, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(2637), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(5537), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(7007), 2, - sym__receiver_type, - sym_nullable_type, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(7391), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(537), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - [106546] = 16, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8738), 1, - anon_sym_AT, - ACTIONS(8904), 1, - anon_sym_LPAREN, - ACTIONS(8906), 1, - anon_sym_dynamic, - ACTIONS(8908), 1, - sym__backtick_identifier, - STATE(4542), 1, + STATE(7487), 1, sym_simple_identifier, - STATE(4548), 1, - sym__lexical_identifier, - STATE(4571), 1, + STATE(7618), 1, sym__simple_user_type, - STATE(6609), 1, - sym_type_modifiers, - STATE(9387), 1, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(4750), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - STATE(5147), 3, - sym__type, - sym_nullable_type, - sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(8902), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - [106609] = 16, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8738), 1, - anon_sym_AT, - ACTIONS(8858), 1, - sym__backtick_identifier, - ACTIONS(8924), 1, - anon_sym_LPAREN, - ACTIONS(8926), 1, - anon_sym_dynamic, - STATE(5170), 1, - sym_simple_identifier, - STATE(5416), 1, - sym__lexical_identifier, - STATE(5586), 1, - sym__simple_user_type, - STATE(6702), 1, - sym_type_modifiers, - STATE(9277), 1, - sym_function_type_parameters, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(5537), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(5603), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(5619), 3, + STATE(8171), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - ACTIONS(8854), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -545764,46 +547809,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [106672] = 16, - ACTIONS(7317), 1, + [108231] = 16, + ACTIONS(7325), 1, anon_sym_dynamic, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6677), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7537), 1, + STATE(7487), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(7618), 1, sym__simple_user_type, - STATE(9204), 1, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8265), 3, + STATE(8170), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -545811,46 +547856,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [106735] = 16, - ACTIONS(7324), 1, + [108294] = 16, + ACTIONS(409), 1, + sym__backtick_identifier, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, - anon_sym_dynamic, - ACTIONS(8842), 1, + ACTIONS(8888), 1, anon_sym_LPAREN, - ACTIONS(8844), 1, - sym__backtick_identifier, - STATE(2897), 1, - sym_simple_identifier, - STATE(2984), 1, + ACTIONS(8890), 1, + anon_sym_dynamic, + STATE(2837), 1, sym__lexical_identifier, - STATE(6897), 1, - sym_type_modifiers, - STATE(7393), 1, + STATE(2881), 1, sym__simple_user_type, + STATE(2898), 1, + sym_simple_identifier, + STATE(6704), 1, + sym_type_modifiers, + STATE(9530), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1767), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7058), 2, - sym__receiver_type, + STATE(2882), 3, + sym__type, sym_nullable_type, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + sym_function_type, + STATE(2883), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8840), 7, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -545858,46 +547903,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [106798] = 16, - ACTIONS(7317), 1, + [108357] = 16, + ACTIONS(7325), 1, anon_sym_dynamic, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6677), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7537), 1, + STATE(7487), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(7618), 1, sym__simple_user_type, - STATE(9204), 1, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8217), 3, + STATE(8169), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -545905,46 +547950,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [106861] = 16, - ACTIONS(107), 1, + [108420] = 16, + ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8898), 1, + ACTIONS(8888), 1, anon_sym_LPAREN, - ACTIONS(8900), 1, + ACTIONS(8890), 1, anon_sym_dynamic, - STATE(4529), 1, + STATE(2837), 1, sym__lexical_identifier, - STATE(4594), 1, - sym_simple_identifier, - STATE(4608), 1, + STATE(2881), 1, sym__simple_user_type, - STATE(6687), 1, + STATE(2898), 1, + sym_simple_identifier, + STATE(6704), 1, sym_type_modifiers, - STATE(9218), 1, + STATE(9530), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(4607), 3, + STATE(2883), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(4696), 3, + STATE(2896), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(7), 7, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -545952,46 +547997,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [106924] = 16, - ACTIONS(491), 1, + [108483] = 16, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8832), 1, - anon_sym_LPAREN, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - STATE(822), 1, + ACTIONS(8841), 1, + anon_sym_LPAREN, + STATE(2996), 1, sym_simple_identifier, - STATE(866), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7393), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(546), 2, + STATE(1569), 2, sym_variable_declaration, sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7150), 2, + STATE(7025), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(413), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -545999,46 +548044,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [106987] = 16, - ACTIONS(195), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [108546] = 16, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8910), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - ACTIONS(8912), 1, - anon_sym_dynamic, - STATE(2864), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(2881), 1, - sym__simple_user_type, - STATE(2889), 1, - sym_simple_identifier, - STATE(6483), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(9470), 1, + STATE(7487), 1, + sym_simple_identifier, + STATE(7618), 1, + sym__simple_user_type, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(2838), 3, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(3283), 3, + STATE(8274), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - ACTIONS(111), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -546046,46 +548091,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [107050] = 16, - ACTIONS(7317), 1, + [108609] = 16, + ACTIONS(7325), 1, anon_sym_dynamic, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6677), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7537), 1, + STATE(7487), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(7618), 1, sym__simple_user_type, - STATE(9204), 1, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8203), 3, + STATE(8262), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -546093,46 +548138,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [107113] = 16, - ACTIONS(107), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [108672] = 16, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8898), 1, + ACTIONS(8849), 1, + sym__backtick_identifier, + ACTIONS(8932), 1, anon_sym_LPAREN, - ACTIONS(8900), 1, + ACTIONS(8934), 1, anon_sym_dynamic, - STATE(4529), 1, - sym__lexical_identifier, - STATE(4594), 1, + STATE(5187), 1, sym_simple_identifier, - STATE(4608), 1, + STATE(5419), 1, + sym__lexical_identifier, + STATE(5601), 1, sym__simple_user_type, - STATE(6687), 1, + STATE(6608), 1, sym_type_modifiers, - STATE(9218), 1, + STATE(9419), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(4607), 3, + STATE(5613), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(4905), 3, + STATE(5639), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(7), 7, + ACTIONS(8845), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -546140,46 +548185,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [107176] = 16, - ACTIONS(107), 1, + [108735] = 16, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8898), 1, - anon_sym_LPAREN, - ACTIONS(8900), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - STATE(4529), 1, - sym__lexical_identifier, - STATE(4594), 1, + ACTIONS(8841), 1, + anon_sym_LPAREN, + STATE(2996), 1, sym_simple_identifier, - STATE(4608), 1, - sym__simple_user_type, - STATE(6687), 1, + STATE(3382), 1, + sym__lexical_identifier, + STATE(6930), 1, sym_type_modifiers, - STATE(9218), 1, - sym_function_type_parameters, + STATE(7425), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(1554), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(4607), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - STATE(4688), 3, - sym__type, + STATE(7023), 2, + sym__receiver_type, sym_nullable_type, - sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(7), 7, + STATE(7427), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -546187,42 +548232,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [107239] = 16, + [108798] = 16, ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8888), 1, + ACTIONS(8892), 1, anon_sym_LPAREN, - ACTIONS(8890), 1, + ACTIONS(8894), 1, anon_sym_dynamic, - STATE(3205), 1, - sym__simple_user_type, - STATE(3263), 1, - sym__lexical_identifier, - STATE(3264), 1, + STATE(834), 1, sym_simple_identifier, - STATE(6466), 1, + STATE(843), 1, + sym__lexical_identifier, + STATE(865), 1, + sym__simple_user_type, + STATE(6614), 1, sym_type_modifiers, - STATE(9518), 1, + STATE(9486), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(3204), 3, + STATE(868), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(4134), 3, + STATE(899), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, @@ -546234,46 +548279,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [107302] = 16, - ACTIONS(107), 1, + [108861] = 16, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8898), 1, + ACTIONS(8892), 1, anon_sym_LPAREN, - ACTIONS(8900), 1, + ACTIONS(8894), 1, anon_sym_dynamic, - STATE(4529), 1, - sym__lexical_identifier, - STATE(4594), 1, + STATE(834), 1, sym_simple_identifier, - STATE(4608), 1, + STATE(843), 1, + sym__lexical_identifier, + STATE(865), 1, sym__simple_user_type, - STATE(6687), 1, + STATE(6614), 1, sym_type_modifiers, - STATE(9218), 1, + STATE(9486), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(4607), 3, + STATE(868), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(5233), 3, + STATE(898), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(7), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -546281,46 +548326,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [107365] = 16, - ACTIONS(107), 1, + [108924] = 16, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8898), 1, + ACTIONS(8892), 1, anon_sym_LPAREN, - ACTIONS(8900), 1, + ACTIONS(8894), 1, anon_sym_dynamic, - STATE(4529), 1, - sym__lexical_identifier, - STATE(4594), 1, + STATE(834), 1, sym_simple_identifier, - STATE(4608), 1, + STATE(843), 1, + sym__lexical_identifier, + STATE(865), 1, sym__simple_user_type, - STATE(6687), 1, + STATE(6614), 1, sym_type_modifiers, - STATE(9218), 1, + STATE(9486), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(4607), 3, + STATE(868), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(4895), 3, + STATE(890), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(7), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -546328,42 +548373,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [107428] = 16, + [108987] = 16, ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, ACTIONS(8910), 1, anon_sym_LPAREN, ACTIONS(8912), 1, anon_sym_dynamic, - STATE(2864), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(2881), 1, + STATE(2874), 1, sym__simple_user_type, - STATE(2889), 1, + STATE(2897), 1, sym_simple_identifier, - STATE(6483), 1, + STATE(6709), 1, sym_type_modifiers, - STATE(9470), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(2838), 3, + STATE(2876), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(3572), 3, + STATE(2877), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, @@ -546375,93 +548420,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [107491] = 16, - ACTIONS(107), 1, + [109050] = 16, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8898), 1, + ACTIONS(8880), 1, anon_sym_LPAREN, - ACTIONS(8900), 1, + ACTIONS(8882), 1, anon_sym_dynamic, - STATE(4529), 1, + STATE(3377), 1, + sym__simple_user_type, + STATE(3382), 1, sym__lexical_identifier, - STATE(4594), 1, + STATE(3446), 1, sym_simple_identifier, - STATE(4608), 1, - sym__simple_user_type, - STATE(6687), 1, + STATE(6710), 1, sym_type_modifiers, - STATE(9218), 1, + STATE(9488), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(4607), 3, + STATE(3378), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(4684), 3, + STATE(4146), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - ACTIONS(7), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - [107554] = 16, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8406), 1, - sym__backtick_identifier, - ACTIONS(8738), 1, - anon_sym_AT, - ACTIONS(8740), 1, - anon_sym_LPAREN, - STATE(4507), 1, - sym__lexical_identifier, - STATE(6677), 1, - sym_type_modifiers, - STATE(7537), 1, - sym_simple_identifier, - STATE(7584), 1, - sym__simple_user_type, - STATE(9204), 1, - sym_function_type_parameters, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(5537), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - STATE(8202), 3, - sym__type, - sym_nullable_type, - sym_function_type, - ACTIONS(8392), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -546469,93 +548467,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [107617] = 16, - ACTIONS(107), 1, + [109113] = 16, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8898), 1, + ACTIONS(8910), 1, anon_sym_LPAREN, - ACTIONS(8900), 1, + ACTIONS(8912), 1, anon_sym_dynamic, - STATE(4529), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(4594), 1, - sym_simple_identifier, - STATE(4608), 1, + STATE(2874), 1, sym__simple_user_type, - STATE(6687), 1, + STATE(2897), 1, + sym_simple_identifier, + STATE(6709), 1, sym_type_modifiers, - STATE(9218), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(4607), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - STATE(4682), 3, + STATE(2868), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - ACTIONS(7), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - [107680] = 16, - ACTIONS(107), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8738), 1, - anon_sym_AT, - ACTIONS(8898), 1, - anon_sym_LPAREN, - ACTIONS(8900), 1, - anon_sym_dynamic, - STATE(4529), 1, - sym__lexical_identifier, - STATE(4594), 1, - sym_simple_identifier, - STATE(4608), 1, - sym__simple_user_type, - STATE(6687), 1, - sym_type_modifiers, - STATE(9218), 1, - sym_function_type_parameters, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(5537), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(4607), 3, + STATE(2876), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(5196), 3, - sym__type, - sym_nullable_type, - sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(7), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -546563,46 +548514,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [107743] = 16, - ACTIONS(7317), 1, + [109176] = 16, + ACTIONS(7325), 1, anon_sym_dynamic, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(5170), 1, - sym_simple_identifier, - STATE(6771), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7562), 1, + STATE(7487), 1, + sym_simple_identifier, + STATE(7618), 1, sym__simple_user_type, - STATE(9457), 1, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(7874), 3, + STATE(8257), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -546610,46 +548561,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [107806] = 16, - ACTIONS(7324), 1, + [109239] = 17, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, - anon_sym_AT, - ACTIONS(8858), 1, + ACTIONS(8332), 1, + anon_sym_LT, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8924), 1, - anon_sym_LPAREN, - ACTIONS(8926), 1, + ACTIONS(8752), 1, + anon_sym_AT, + ACTIONS(8837), 1, anon_sym_dynamic, - STATE(5170), 1, - sym_simple_identifier, - STATE(5416), 1, + ACTIONS(8900), 1, + anon_sym_LPAREN, + STATE(4533), 1, sym__lexical_identifier, - STATE(5586), 1, - sym__simple_user_type, - STATE(6702), 1, + STATE(6326), 1, + sym_type_parameters, + STATE(6930), 1, sym_type_modifiers, - STATE(9277), 1, - sym_function_type_parameters, + STATE(7129), 1, + sym_simple_identifier, + STATE(7425), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(5603), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - STATE(5629), 3, - sym__type, + STATE(7566), 2, + sym__receiver_type, sym_nullable_type, - sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(8854), 7, + STATE(7427), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -546657,46 +548609,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [107869] = 16, - ACTIONS(107), 1, + [109304] = 16, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8898), 1, + ACTIONS(8910), 1, anon_sym_LPAREN, - ACTIONS(8900), 1, + ACTIONS(8912), 1, anon_sym_dynamic, - STATE(4529), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(4594), 1, - sym_simple_identifier, - STATE(4608), 1, + STATE(2874), 1, sym__simple_user_type, - STATE(6687), 1, + STATE(2897), 1, + sym_simple_identifier, + STATE(6709), 1, sym_type_modifiers, - STATE(9218), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(4607), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - STATE(5200), 3, + STATE(2862), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(2876), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(7), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -546704,46 +548656,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [107932] = 16, - ACTIONS(107), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [109367] = 16, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8898), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - ACTIONS(8900), 1, - anon_sym_dynamic, - STATE(4529), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(4594), 1, + STATE(6550), 1, + sym_type_modifiers, + STATE(7487), 1, sym_simple_identifier, - STATE(4608), 1, + STATE(7618), 1, sym__simple_user_type, - STATE(6687), 1, - sym_type_modifiers, - STATE(9218), 1, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(4607), 3, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(5218), 3, + STATE(8245), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - ACTIONS(7), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -546751,46 +548703,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [107995] = 16, - ACTIONS(7324), 1, + [109430] = 16, + ACTIONS(613), 1, + sym__backtick_identifier, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8904), 1, + ACTIONS(8835), 1, anon_sym_LPAREN, - ACTIONS(8906), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - ACTIONS(8908), 1, - sym__backtick_identifier, - STATE(4542), 1, + STATE(812), 1, sym_simple_identifier, - STATE(4548), 1, + STATE(843), 1, sym__lexical_identifier, - STATE(4571), 1, - sym__simple_user_type, - STATE(6609), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(9387), 1, - sym_function_type_parameters, + STATE(7425), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(622), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(4750), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - STATE(4985), 3, - sym__type, + STATE(7068), 2, + sym__receiver_type, sym_nullable_type, - sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(8902), 7, + STATE(7427), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -546798,46 +548750,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [108058] = 16, - ACTIONS(7317), 1, + [109493] = 16, + ACTIONS(7325), 1, anon_sym_dynamic, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6677), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7537), 1, + STATE(7487), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(7618), 1, sym__simple_user_type, - STATE(9204), 1, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8201), 3, + STATE(8244), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -546845,45 +548797,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [108121] = 16, + [109556] = 16, ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, - anon_sym_dynamic, - ACTIONS(8836), 1, + ACTIONS(8910), 1, anon_sym_LPAREN, - STATE(2826), 1, - sym_simple_identifier, - STATE(2864), 1, + ACTIONS(8912), 1, + anon_sym_dynamic, + STATE(2858), 1, sym__lexical_identifier, - STATE(6897), 1, - sym_type_modifiers, - STATE(7393), 1, + STATE(2874), 1, sym__simple_user_type, + STATE(2897), 1, + sym_simple_identifier, + STATE(6709), 1, + sym_type_modifiers, + STATE(9504), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1576), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7151), 2, - sym__receiver_type, + STATE(2857), 3, + sym__type, sym_nullable_type, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + sym_function_type, + STATE(2876), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, ACTIONS(111), 7, anon_sym_get, anon_sym_set, @@ -546892,46 +548844,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [108184] = 16, - ACTIONS(107), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [109619] = 16, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8898), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - ACTIONS(8900), 1, - anon_sym_dynamic, - STATE(4529), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(4594), 1, + STATE(6550), 1, + sym_type_modifiers, + STATE(7487), 1, sym_simple_identifier, - STATE(4608), 1, + STATE(7618), 1, sym__simple_user_type, - STATE(6687), 1, - sym_type_modifiers, - STATE(9218), 1, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(4607), 3, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(5243), 3, + STATE(8237), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - ACTIONS(7), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -546939,46 +548891,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [108247] = 16, - ACTIONS(491), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [109682] = 16, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8894), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - ACTIONS(8896), 1, - anon_sym_dynamic, - STATE(831), 1, - sym__simple_user_type, - STATE(866), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(875), 1, - sym_simple_identifier, - STATE(6417), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(9350), 1, + STATE(7487), 1, + sym_simple_identifier, + STATE(7618), 1, + sym__simple_user_type, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(835), 3, - sym__type, - sym_nullable_type, - sym_function_type, - STATE(837), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(413), 7, + STATE(7537), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + STATE(8321), 3, + sym__type, + sym_nullable_type, + sym_function_type, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -546986,46 +548938,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [108310] = 16, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, + [109745] = 17, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8332), 1, + anon_sym_LT, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8837), 1, + anon_sym_dynamic, + ACTIONS(8900), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6677), 1, + STATE(6337), 1, + sym_type_parameters, + STATE(6930), 1, sym_type_modifiers, - STATE(7537), 1, + STATE(7146), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(7425), 1, sym__simple_user_type, - STATE(9204), 1, - sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(7538), 2, + sym__receiver_type, + sym_nullable_type, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8222), 3, - sym__type, - sym_nullable_type, - sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -547033,46 +548986,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [108373] = 16, - ACTIONS(613), 1, + [109810] = 16, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8888), 1, + ACTIONS(8910), 1, anon_sym_LPAREN, - ACTIONS(8890), 1, + ACTIONS(8912), 1, anon_sym_dynamic, - STATE(3205), 1, - sym__simple_user_type, - STATE(3263), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(3264), 1, + STATE(2874), 1, + sym__simple_user_type, + STATE(2897), 1, sym_simple_identifier, - STATE(6466), 1, + STATE(6709), 1, sym_type_modifiers, - STATE(9518), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(3204), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - STATE(4154), 3, + STATE(2844), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(2876), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(537), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -547080,46 +549033,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [108436] = 16, - ACTIONS(409), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [109873] = 16, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8876), 1, + ACTIONS(8849), 1, + sym__backtick_identifier, + ACTIONS(8932), 1, anon_sym_LPAREN, - ACTIONS(8878), 1, + ACTIONS(8934), 1, anon_sym_dynamic, - STATE(2866), 1, - sym__simple_user_type, - STATE(2885), 1, + STATE(5187), 1, sym_simple_identifier, - STATE(2890), 1, + STATE(5419), 1, sym__lexical_identifier, - STATE(6530), 1, + STATE(5601), 1, + sym__simple_user_type, + STATE(6608), 1, sym_type_modifiers, - STATE(9429), 1, + STATE(9419), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(2875), 3, + STATE(5613), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(2951), 3, + STATE(5642), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(333), 7, + ACTIONS(8845), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -547127,46 +549080,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [108499] = 16, - ACTIONS(7324), 1, + [109936] = 16, + ACTIONS(409), 1, + sym__backtick_identifier, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8888), 1, anon_sym_LPAREN, - ACTIONS(8920), 1, + ACTIONS(8890), 1, anon_sym_dynamic, - ACTIONS(8922), 1, - sym__backtick_identifier, - STATE(6570), 1, - sym_type_modifiers, - STATE(8046), 1, - sym_simple_identifier, - STATE(8123), 1, + STATE(2837), 1, sym__lexical_identifier, - STATE(8144), 1, + STATE(2881), 1, sym__simple_user_type, - STATE(9292), 1, + STATE(2898), 1, + sym_simple_identifier, + STATE(6704), 1, + sym_type_modifiers, + STATE(9530), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(7986), 3, - sym__type, - sym_nullable_type, - sym_function_type, - STATE(8525), 3, + STATE(2883), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8918), 7, + STATE(2921), 3, + sym__type, + sym_nullable_type, + sym_function_type, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -547174,46 +549127,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [108562] = 16, - ACTIONS(491), 1, + [109999] = 16, + ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8894), 1, + ACTIONS(8888), 1, anon_sym_LPAREN, - ACTIONS(8896), 1, + ACTIONS(8890), 1, anon_sym_dynamic, - STATE(831), 1, - sym__simple_user_type, - STATE(866), 1, + STATE(2837), 1, sym__lexical_identifier, - STATE(875), 1, + STATE(2881), 1, + sym__simple_user_type, + STATE(2898), 1, sym_simple_identifier, - STATE(6417), 1, + STATE(6704), 1, sym_type_modifiers, - STATE(9350), 1, + STATE(9530), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(837), 3, + STATE(2883), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(1307), 3, + STATE(2924), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(413), 7, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -547221,46 +549174,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [108625] = 16, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8406), 1, + [110062] = 16, + ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8888), 1, anon_sym_LPAREN, - STATE(4507), 1, + ACTIONS(8890), 1, + anon_sym_dynamic, + STATE(2837), 1, sym__lexical_identifier, - STATE(5170), 1, + STATE(2881), 1, + sym__simple_user_type, + STATE(2898), 1, sym_simple_identifier, - STATE(6771), 1, + STATE(6704), 1, sym_type_modifiers, - STATE(7562), 1, - sym__simple_user_type, - STATE(9457), 1, + STATE(9530), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(2883), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(7869), 3, + STATE(2935), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -547268,46 +549221,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [108688] = 16, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8406), 1, + [110125] = 16, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8880), 1, anon_sym_LPAREN, - STATE(4507), 1, + ACTIONS(8882), 1, + anon_sym_dynamic, + STATE(3377), 1, + sym__simple_user_type, + STATE(3382), 1, sym__lexical_identifier, - STATE(6677), 1, - sym_type_modifiers, - STATE(7537), 1, + STATE(3446), 1, sym_simple_identifier, - STATE(7584), 1, - sym__simple_user_type, - STATE(9204), 1, + STATE(6710), 1, + sym_type_modifiers, + STATE(9488), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(7408), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - STATE(8215), 3, + STATE(3278), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + STATE(3378), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -547315,46 +549268,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [108751] = 16, - ACTIONS(613), 1, + [110188] = 16, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8888), 1, + ACTIONS(8880), 1, anon_sym_LPAREN, - ACTIONS(8890), 1, + ACTIONS(8882), 1, anon_sym_dynamic, - STATE(3205), 1, + STATE(3377), 1, sym__simple_user_type, - STATE(3263), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(3264), 1, + STATE(3446), 1, sym_simple_identifier, - STATE(6466), 1, + STATE(6710), 1, sym_type_modifiers, - STATE(9518), 1, + STATE(9488), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(3204), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - STATE(3724), 3, + STATE(3284), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(3378), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(537), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -547362,46 +549315,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [108814] = 16, - ACTIONS(613), 1, + [110251] = 16, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8888), 1, + ACTIONS(8880), 1, anon_sym_LPAREN, - ACTIONS(8890), 1, + ACTIONS(8882), 1, anon_sym_dynamic, - STATE(3205), 1, + STATE(3377), 1, sym__simple_user_type, - STATE(3263), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(3264), 1, + STATE(3446), 1, sym_simple_identifier, - STATE(6466), 1, + STATE(6710), 1, sym_type_modifiers, - STATE(9518), 1, + STATE(9488), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(3204), 3, + STATE(3378), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(3691), 3, + STATE(4142), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(537), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -547409,46 +549362,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [108877] = 16, - ACTIONS(7324), 1, + [110314] = 16, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8904), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - ACTIONS(8906), 1, - anon_sym_dynamic, - ACTIONS(8908), 1, - sym__backtick_identifier, - STATE(4542), 1, - sym_simple_identifier, - STATE(4548), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(4571), 1, - sym__simple_user_type, - STATE(6609), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(9387), 1, + STATE(7487), 1, + sym_simple_identifier, + STATE(7618), 1, + sym__simple_user_type, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(4750), 3, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(4881), 3, + STATE(8168), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - ACTIONS(8902), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -547456,46 +549409,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [108940] = 16, - ACTIONS(195), 1, + [110377] = 16, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, - anon_sym_dynamic, - ACTIONS(8836), 1, + ACTIONS(8880), 1, anon_sym_LPAREN, - STATE(2826), 1, - sym_simple_identifier, - STATE(2864), 1, + ACTIONS(8882), 1, + anon_sym_dynamic, + STATE(3377), 1, + sym__simple_user_type, + STATE(3382), 1, sym__lexical_identifier, - STATE(6897), 1, + STATE(3446), 1, + sym_simple_identifier, + STATE(6710), 1, sym_type_modifiers, - STATE(7393), 1, - sym__simple_user_type, + STATE(9488), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2391), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7092), 2, - sym__receiver_type, + STATE(3301), 3, + sym__type, sym_nullable_type, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + sym_function_type, + STATE(3378), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(111), 7, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -547503,46 +549456,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [109003] = 16, - ACTIONS(7317), 1, + [110440] = 16, + ACTIONS(7325), 1, anon_sym_dynamic, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6677), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7537), 1, + STATE(7487), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(7618), 1, sym__simple_user_type, - STATE(9204), 1, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8225), 3, + STATE(8203), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -547550,46 +549503,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [109066] = 16, - ACTIONS(7317), 1, + [110503] = 16, + ACTIONS(7325), 1, anon_sym_dynamic, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6677), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7537), 1, + STATE(7487), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(7618), 1, sym__simple_user_type, - STATE(9204), 1, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8226), 3, + STATE(8206), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -547597,46 +549550,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [109129] = 16, - ACTIONS(7324), 1, + [110566] = 16, + ACTIONS(533), 1, + sym__backtick_identifier, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8904), 1, + ACTIONS(8880), 1, anon_sym_LPAREN, - ACTIONS(8906), 1, + ACTIONS(8882), 1, anon_sym_dynamic, - ACTIONS(8908), 1, - sym__backtick_identifier, - STATE(4542), 1, - sym_simple_identifier, - STATE(4548), 1, - sym__lexical_identifier, - STATE(4571), 1, + STATE(3377), 1, sym__simple_user_type, - STATE(6609), 1, + STATE(3382), 1, + sym__lexical_identifier, + STATE(3446), 1, + sym_simple_identifier, + STATE(6710), 1, sym_type_modifiers, - STATE(9387), 1, + STATE(9488), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(4750), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - STATE(4817), 3, + STATE(3315), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(3378), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(8902), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -547644,46 +549597,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [109192] = 16, - ACTIONS(7317), 1, + [110629] = 16, + ACTIONS(7325), 1, anon_sym_dynamic, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6677), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7537), 1, + STATE(7487), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(7618), 1, sym__simple_user_type, - STATE(9204), 1, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8229), 3, + STATE(8210), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -547691,94 +549644,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [109255] = 16, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8406), 1, + [110692] = 16, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8880), 1, anon_sym_LPAREN, - STATE(4507), 1, + ACTIONS(8882), 1, + anon_sym_dynamic, + STATE(3377), 1, + sym__simple_user_type, + STATE(3382), 1, sym__lexical_identifier, - STATE(6677), 1, - sym_type_modifiers, - STATE(7537), 1, + STATE(3446), 1, sym_simple_identifier, - STATE(7584), 1, - sym__simple_user_type, - STATE(9204), 1, + STATE(6710), 1, + sym_type_modifiers, + STATE(9488), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(7408), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - STATE(9294), 3, + STATE(3327), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - [109318] = 17, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8276), 1, - anon_sym_LT, - ACTIONS(8406), 1, - sym__backtick_identifier, - ACTIONS(8738), 1, - anon_sym_AT, - ACTIONS(8834), 1, - anon_sym_dynamic, - ACTIONS(8892), 1, - anon_sym_LPAREN, - STATE(4507), 1, - sym__lexical_identifier, - STATE(6308), 1, - sym_type_parameters, - STATE(6897), 1, - sym_type_modifiers, - STATE(7067), 1, - sym_simple_identifier, - STATE(7393), 1, - sym__simple_user_type, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(5537), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(7437), 2, - sym__receiver_type, - sym_nullable_type, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(3378), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8392), 7, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -547786,46 +549691,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [109383] = 16, - ACTIONS(7324), 1, + [110755] = 16, + ACTIONS(195), 1, + sym__backtick_identifier, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8904), 1, + ACTIONS(8910), 1, anon_sym_LPAREN, - ACTIONS(8906), 1, + ACTIONS(8912), 1, anon_sym_dynamic, - ACTIONS(8908), 1, - sym__backtick_identifier, - STATE(4542), 1, - sym_simple_identifier, - STATE(4548), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(4571), 1, + STATE(2874), 1, sym__simple_user_type, - STATE(6609), 1, + STATE(2897), 1, + sym_simple_identifier, + STATE(6709), 1, sym_type_modifiers, - STATE(9387), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(4750), 3, + STATE(2876), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(4870), 3, + STATE(2943), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(8902), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -547833,46 +549738,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [109446] = 16, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8406), 1, + [110818] = 16, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8910), 1, anon_sym_LPAREN, - STATE(4507), 1, + ACTIONS(8912), 1, + anon_sym_dynamic, + STATE(2858), 1, sym__lexical_identifier, - STATE(6677), 1, - sym_type_modifiers, - STATE(7537), 1, - sym_simple_identifier, - STATE(7584), 1, + STATE(2874), 1, sym__simple_user_type, - STATE(9204), 1, + STATE(2897), 1, + sym_simple_identifier, + STATE(6709), 1, + sym_type_modifiers, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(2876), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8138), 3, + STATE(2949), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -547880,46 +549785,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [109509] = 16, - ACTIONS(491), 1, + [110881] = 16, + ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8894), 1, + ACTIONS(8888), 1, anon_sym_LPAREN, - ACTIONS(8896), 1, + ACTIONS(8890), 1, anon_sym_dynamic, - STATE(831), 1, - sym__simple_user_type, - STATE(866), 1, + STATE(2837), 1, sym__lexical_identifier, - STATE(875), 1, + STATE(2881), 1, + sym__simple_user_type, + STATE(2898), 1, sym_simple_identifier, - STATE(6417), 1, + STATE(6704), 1, sym_type_modifiers, - STATE(9350), 1, + STATE(9530), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(837), 3, + STATE(2883), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(975), 3, + STATE(3330), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(413), 7, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -547927,46 +549832,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [109572] = 16, - ACTIONS(491), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [110944] = 16, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8832), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - ACTIONS(8834), 1, - anon_sym_dynamic, - STATE(822), 1, - sym_simple_identifier, - STATE(866), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6897), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7393), 1, + STATE(7487), 1, + sym_simple_identifier, + STATE(7618), 1, sym__simple_user_type, + STATE(9397), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(558), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7088), 2, - sym__receiver_type, - sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(413), 7, + STATE(8213), 3, + sym__type, + sym_nullable_type, + sym_function_type, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -547974,46 +549879,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [109635] = 16, - ACTIONS(409), 1, + [111007] = 16, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8876), 1, + ACTIONS(8910), 1, anon_sym_LPAREN, - ACTIONS(8878), 1, + ACTIONS(8912), 1, anon_sym_dynamic, - STATE(2866), 1, + STATE(2858), 1, + sym__lexical_identifier, + STATE(2874), 1, sym__simple_user_type, - STATE(2885), 1, + STATE(2897), 1, sym_simple_identifier, - STATE(2890), 1, - sym__lexical_identifier, - STATE(6530), 1, + STATE(6709), 1, sym_type_modifiers, - STATE(9429), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(2875), 3, + STATE(2876), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(3267), 3, + STATE(2957), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(333), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -548021,46 +549926,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [109698] = 16, - ACTIONS(7324), 1, + [111070] = 16, + ACTIONS(281), 1, + sym__backtick_identifier, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8882), 1, - anon_sym_LPAREN, ACTIONS(8884), 1, - anon_sym_dynamic, + anon_sym_LPAREN, ACTIONS(8886), 1, - sym__backtick_identifier, - STATE(5519), 1, + anon_sym_dynamic, + STATE(4459), 1, + sym__simple_user_type, + STATE(4461), 1, sym__lexical_identifier, - STATE(5521), 1, + STATE(4466), 1, sym_simple_identifier, - STATE(6699), 1, + STATE(6741), 1, sym_type_modifiers, - STATE(7476), 1, - sym__simple_user_type, - STATE(8952), 1, + STATE(9309), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(5567), 3, + STATE(4460), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(5592), 3, + STATE(4471), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(8880), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -548068,46 +549973,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [109761] = 16, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8406), 1, + [111133] = 16, + ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8884), 1, anon_sym_LPAREN, - STATE(4507), 1, + ACTIONS(8886), 1, + anon_sym_dynamic, + STATE(4459), 1, + sym__simple_user_type, + STATE(4461), 1, sym__lexical_identifier, - STATE(6677), 1, - sym_type_modifiers, - STATE(7537), 1, + STATE(4466), 1, sym_simple_identifier, - STATE(7584), 1, - sym__simple_user_type, - STATE(9204), 1, + STATE(6741), 1, + sym_type_modifiers, + STATE(9309), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(7408), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - STATE(9481), 3, + STATE(4449), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + STATE(4460), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -548115,46 +550020,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [109824] = 16, - ACTIONS(491), 1, + [111196] = 16, + ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8894), 1, + ACTIONS(8884), 1, anon_sym_LPAREN, - ACTIONS(8896), 1, + ACTIONS(8886), 1, anon_sym_dynamic, - STATE(831), 1, + STATE(4459), 1, sym__simple_user_type, - STATE(866), 1, + STATE(4461), 1, sym__lexical_identifier, - STATE(875), 1, + STATE(4466), 1, sym_simple_identifier, - STATE(6417), 1, + STATE(6741), 1, sym_type_modifiers, - STATE(9350), 1, + STATE(9309), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(837), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - STATE(974), 3, + STATE(4448), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(4460), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(413), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -548162,46 +550067,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [109887] = 16, - ACTIONS(613), 1, + [111259] = 16, + ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8888), 1, + ACTIONS(8884), 1, anon_sym_LPAREN, - ACTIONS(8890), 1, + ACTIONS(8886), 1, anon_sym_dynamic, - STATE(3205), 1, + STATE(4459), 1, sym__simple_user_type, - STATE(3263), 1, + STATE(4461), 1, sym__lexical_identifier, - STATE(3264), 1, + STATE(4466), 1, sym_simple_identifier, - STATE(6466), 1, + STATE(6741), 1, sym_type_modifiers, - STATE(9518), 1, + STATE(9309), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(3204), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - STATE(3499), 3, + STATE(4447), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(4460), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(537), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -548209,46 +550114,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [109950] = 16, - ACTIONS(7324), 1, + [111322] = 16, + ACTIONS(281), 1, + sym__backtick_identifier, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, - anon_sym_dynamic, - ACTIONS(8848), 1, + ACTIONS(8884), 1, anon_sym_LPAREN, - ACTIONS(8850), 1, - sym__backtick_identifier, - STATE(5515), 1, + ACTIONS(8886), 1, + anon_sym_dynamic, + STATE(4459), 1, + sym__simple_user_type, + STATE(4461), 1, sym__lexical_identifier, - STATE(5516), 1, + STATE(4466), 1, sym_simple_identifier, - STATE(6897), 1, + STATE(6741), 1, sym_type_modifiers, - STATE(7393), 1, - sym__simple_user_type, + STATE(9309), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5206), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7097), 2, - sym__receiver_type, + STATE(4446), 3, + sym__type, sym_nullable_type, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + sym_function_type, + STATE(4460), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8846), 7, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -548256,46 +550161,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [110013] = 16, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8406), 1, + [111385] = 16, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8837), 1, + anon_sym_dynamic, + ACTIONS(8841), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(2996), 1, + sym_simple_identifier, + STATE(3382), 1, sym__lexical_identifier, - STATE(6677), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7537), 1, - sym_simple_identifier, - STATE(7584), 1, + STATE(7425), 1, sym__simple_user_type, - STATE(9204), 1, - sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(2223), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(7134), 2, + sym__receiver_type, + sym_nullable_type, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8286), 3, - sym__type, - sym_nullable_type, - sym_function_type, - ACTIONS(8392), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -548303,46 +550208,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [110076] = 16, - ACTIONS(7324), 1, + [111448] = 16, + ACTIONS(533), 1, + sym__backtick_identifier, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8858), 1, - sym__backtick_identifier, - ACTIONS(8924), 1, + ACTIONS(8880), 1, anon_sym_LPAREN, - ACTIONS(8926), 1, + ACTIONS(8882), 1, anon_sym_dynamic, - STATE(5170), 1, - sym_simple_identifier, - STATE(5416), 1, - sym__lexical_identifier, - STATE(5586), 1, + STATE(3377), 1, sym__simple_user_type, - STATE(6702), 1, + STATE(3382), 1, + sym__lexical_identifier, + STATE(3446), 1, + sym_simple_identifier, + STATE(6710), 1, sym_type_modifiers, - STATE(9277), 1, + STATE(9488), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(5603), 3, + STATE(3378), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(5622), 3, + STATE(3484), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(8854), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -548350,46 +550255,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [110139] = 16, - ACTIONS(491), 1, + [111511] = 16, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8894), 1, + ACTIONS(8880), 1, anon_sym_LPAREN, - ACTIONS(8896), 1, + ACTIONS(8882), 1, anon_sym_dynamic, - STATE(831), 1, + STATE(3377), 1, sym__simple_user_type, - STATE(866), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(875), 1, + STATE(3446), 1, sym_simple_identifier, - STATE(6417), 1, + STATE(6710), 1, sym_type_modifiers, - STATE(9350), 1, + STATE(9488), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(837), 3, + STATE(3378), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(867), 3, + STATE(3483), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(413), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -548397,46 +550302,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [110202] = 16, - ACTIONS(7324), 1, + [111574] = 17, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8332), 1, + anon_sym_LT, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8904), 1, - anon_sym_LPAREN, - ACTIONS(8906), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - ACTIONS(8908), 1, - sym__backtick_identifier, - STATE(4542), 1, - sym_simple_identifier, - STATE(4548), 1, + ACTIONS(8900), 1, + anon_sym_LPAREN, + STATE(4533), 1, sym__lexical_identifier, - STATE(4571), 1, - sym__simple_user_type, - STATE(6609), 1, + STATE(6338), 1, + sym_type_parameters, + STATE(6930), 1, sym_type_modifiers, - STATE(9387), 1, - sym_function_type_parameters, + STATE(7141), 1, + sym_simple_identifier, + STATE(7425), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(4750), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - STATE(4944), 3, - sym__type, + STATE(7480), 2, + sym__receiver_type, sym_nullable_type, - sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(8902), 7, + STATE(7427), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -548444,46 +550350,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [110265] = 16, - ACTIONS(7324), 1, + [111639] = 16, + ACTIONS(533), 1, + sym__backtick_identifier, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8850), 1, - sym__backtick_identifier, - ACTIONS(8882), 1, + ACTIONS(8880), 1, anon_sym_LPAREN, - ACTIONS(8884), 1, + ACTIONS(8882), 1, anon_sym_dynamic, - STATE(5515), 1, + STATE(3377), 1, + sym__simple_user_type, + STATE(3382), 1, sym__lexical_identifier, - STATE(5521), 1, + STATE(3446), 1, sym_simple_identifier, - STATE(5576), 1, - sym__simple_user_type, - STATE(6777), 1, + STATE(6710), 1, sym_type_modifiers, - STATE(9197), 1, + STATE(9488), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(5567), 3, + STATE(3378), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(5612), 3, + STATE(3508), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(8846), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -548491,46 +550397,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [110328] = 16, - ACTIONS(7317), 1, + [111702] = 16, + ACTIONS(7325), 1, anon_sym_dynamic, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6677), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7537), 1, + STATE(7487), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(7618), 1, sym__simple_user_type, - STATE(9204), 1, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8192), 3, + STATE(8211), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -548538,46 +550444,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [110391] = 16, - ACTIONS(613), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [111765] = 17, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8332), 1, + anon_sym_LT, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8888), 1, - anon_sym_LPAREN, - ACTIONS(8890), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - STATE(3205), 1, - sym__simple_user_type, - STATE(3263), 1, + ACTIONS(8900), 1, + anon_sym_LPAREN, + STATE(4533), 1, sym__lexical_identifier, - STATE(3264), 1, - sym_simple_identifier, - STATE(6466), 1, + STATE(6312), 1, + sym_type_parameters, + STATE(6930), 1, sym_type_modifiers, - STATE(9518), 1, - sym_function_type_parameters, + STATE(7093), 1, + sym_simple_identifier, + STATE(7425), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(3204), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - STATE(3503), 3, - sym__type, + STATE(7473), 2, + sym__receiver_type, sym_nullable_type, - sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(537), 7, + STATE(7427), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -548585,46 +550492,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [110454] = 16, - ACTIONS(613), 1, + [111830] = 16, + ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8888), 1, + ACTIONS(8884), 1, anon_sym_LPAREN, - ACTIONS(8890), 1, + ACTIONS(8886), 1, anon_sym_dynamic, - STATE(3205), 1, + STATE(4459), 1, sym__simple_user_type, - STATE(3263), 1, + STATE(4461), 1, sym__lexical_identifier, - STATE(3264), 1, + STATE(4466), 1, sym_simple_identifier, - STATE(6466), 1, + STATE(6741), 1, sym_type_modifiers, - STATE(9518), 1, + STATE(9309), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(3204), 3, + STATE(4460), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(3504), 3, + STATE(4590), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(537), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -548632,46 +550539,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [110517] = 16, - ACTIONS(491), 1, + [111893] = 16, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8832), 1, - anon_sym_LPAREN, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - STATE(822), 1, + ACTIONS(8841), 1, + anon_sym_LPAREN, + STATE(2996), 1, sym_simple_identifier, - STATE(866), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7393), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(625), 2, + STATE(2083), 2, sym_variable_declaration, sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7000), 2, + STATE(7162), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(413), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -548679,46 +550586,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [110580] = 16, - ACTIONS(491), 1, + [111956] = 16, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8894), 1, + ACTIONS(8880), 1, anon_sym_LPAREN, - ACTIONS(8896), 1, + ACTIONS(8882), 1, anon_sym_dynamic, - STATE(831), 1, + STATE(3377), 1, sym__simple_user_type, - STATE(866), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(875), 1, + STATE(3446), 1, sym_simple_identifier, - STATE(6417), 1, + STATE(6710), 1, sym_type_modifiers, - STATE(9350), 1, + STATE(9488), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(837), 3, + STATE(3378), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(1057), 3, + STATE(3527), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(413), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -548726,46 +550633,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [110643] = 16, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, + [112019] = 17, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8332), 1, + anon_sym_LT, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8837), 1, + anon_sym_dynamic, + ACTIONS(8900), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(5170), 1, - sym_simple_identifier, - STATE(6771), 1, + STATE(6339), 1, + sym_type_parameters, + STATE(6930), 1, sym_type_modifiers, - STATE(7562), 1, + STATE(7189), 1, + sym_simple_identifier, + STATE(7425), 1, sym__simple_user_type, - STATE(9457), 1, - sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(7447), 2, + sym__receiver_type, + sym_nullable_type, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(7875), 3, - sym__type, - sym_nullable_type, - sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -548773,46 +550681,95 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [110706] = 16, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, + [112084] = 17, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8332), 1, + anon_sym_LT, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8837), 1, + anon_sym_dynamic, + ACTIONS(8900), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6677), 1, + STATE(6344), 1, + sym_type_parameters, + STATE(6930), 1, sym_type_modifiers, - STATE(7537), 1, + STATE(7133), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(7425), 1, sym__simple_user_type, - STATE(9204), 1, - sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(7442), 2, + sym__receiver_type, + sym_nullable_type, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8150), 3, - sym__type, + ACTIONS(8386), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + [112149] = 17, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8332), 1, + anon_sym_LT, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, + anon_sym_AT, + ACTIONS(8837), 1, + anon_sym_dynamic, + ACTIONS(8900), 1, + anon_sym_LPAREN, + STATE(4533), 1, + sym__lexical_identifier, + STATE(6349), 1, + sym_type_parameters, + STATE(6930), 1, + sym_type_modifiers, + STATE(7090), 1, + sym_simple_identifier, + STATE(7425), 1, + sym__simple_user_type, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + STATE(5546), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7464), 2, + sym__receiver_type, sym_nullable_type, - sym_function_type, - ACTIONS(8392), 7, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7427), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -548820,46 +550777,93 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [110769] = 16, + [112214] = 16, ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8872), 1, + ACTIONS(8884), 1, anon_sym_LPAREN, - ACTIONS(8874), 1, + ACTIONS(8886), 1, anon_sym_dynamic, - STATE(4440), 1, - sym__lexical_identifier, - STATE(4461), 1, + STATE(4459), 1, sym__simple_user_type, - STATE(4463), 1, + STATE(4461), 1, + sym__lexical_identifier, + STATE(4466), 1, sym_simple_identifier, - STATE(6634), 1, + STATE(6741), 1, sym_type_modifiers, - STATE(9167), 1, + STATE(9309), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, STATE(4460), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(5354), 3, + STATE(4835), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + ACTIONS(203), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + [112277] = 16, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, + anon_sym_AT, + ACTIONS(8754), 1, + anon_sym_LPAREN, + STATE(4533), 1, + sym__lexical_identifier, + STATE(6550), 1, + sym_type_modifiers, + STATE(7487), 1, + sym_simple_identifier, + STATE(7618), 1, + sym__simple_user_type, + STATE(9397), 1, + sym_function_type_parameters, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + STATE(5546), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(199), 7, + STATE(7537), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + STATE(8310), 3, + sym__type, + sym_nullable_type, + sym_function_type, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -548867,46 +550871,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [110832] = 16, + [112340] = 16, ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8872), 1, + ACTIONS(8884), 1, anon_sym_LPAREN, - ACTIONS(8874), 1, + ACTIONS(8886), 1, anon_sym_dynamic, - STATE(4440), 1, - sym__lexical_identifier, - STATE(4461), 1, + STATE(4459), 1, sym__simple_user_type, - STATE(4463), 1, + STATE(4461), 1, + sym__lexical_identifier, + STATE(4466), 1, sym_simple_identifier, - STATE(6634), 1, + STATE(6741), 1, sym_type_modifiers, - STATE(9167), 1, + STATE(9309), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, STATE(4460), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(4994), 3, + STATE(4738), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(199), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -548914,46 +550918,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [110895] = 16, - ACTIONS(281), 1, + [112403] = 16, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8872), 1, + ACTIONS(8880), 1, anon_sym_LPAREN, - ACTIONS(8874), 1, + ACTIONS(8882), 1, anon_sym_dynamic, - STATE(4440), 1, - sym__lexical_identifier, - STATE(4461), 1, + STATE(3377), 1, sym__simple_user_type, - STATE(4463), 1, + STATE(3382), 1, + sym__lexical_identifier, + STATE(3446), 1, sym_simple_identifier, - STATE(6634), 1, + STATE(6710), 1, sym_type_modifiers, - STATE(9167), 1, + STATE(9488), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(4441), 3, - sym__type, - sym_nullable_type, - sym_function_type, - STATE(4460), 3, + STATE(3378), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(6895), 3, + STATE(3655), 3, + sym__type, + sym_nullable_type, + sym_function_type, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(199), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -548961,46 +550965,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [110958] = 16, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, + [112466] = 17, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8332), 1, + anon_sym_LT, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8837), 1, + anon_sym_dynamic, + ACTIONS(8900), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6677), 1, + STATE(6347), 1, + sym_type_parameters, + STATE(6930), 1, sym_type_modifiers, - STATE(7537), 1, + STATE(7075), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(7425), 1, sym__simple_user_type, - STATE(9204), 1, - sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(7474), 2, + sym__receiver_type, + sym_nullable_type, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8182), 3, - sym__type, - sym_nullable_type, - sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -549008,46 +551013,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [111021] = 16, + [112531] = 16, ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8872), 1, + ACTIONS(8884), 1, anon_sym_LPAREN, - ACTIONS(8874), 1, + ACTIONS(8886), 1, anon_sym_dynamic, - STATE(4440), 1, - sym__lexical_identifier, - STATE(4461), 1, + STATE(4459), 1, sym__simple_user_type, - STATE(4463), 1, + STATE(4461), 1, + sym__lexical_identifier, + STATE(4466), 1, sym_simple_identifier, - STATE(6634), 1, + STATE(6741), 1, sym_type_modifiers, - STATE(9167), 1, + STATE(9309), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(4443), 3, - sym__type, - sym_nullable_type, - sym_function_type, STATE(4460), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(6895), 3, + STATE(4859), 3, + sym__type, + sym_nullable_type, + sym_function_type, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(199), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -549055,46 +551060,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [111084] = 16, - ACTIONS(7324), 1, + [112594] = 16, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8904), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - ACTIONS(8906), 1, - anon_sym_dynamic, - ACTIONS(8908), 1, - sym__backtick_identifier, - STATE(4542), 1, - sym_simple_identifier, - STATE(4548), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(4571), 1, - sym__simple_user_type, - STATE(6609), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(9387), 1, + STATE(7487), 1, + sym_simple_identifier, + STATE(7618), 1, + sym__simple_user_type, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(4750), 3, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(4886), 3, + STATE(8323), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - ACTIONS(8902), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -549102,46 +551107,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [111147] = 16, + [112657] = 16, ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8872), 1, + ACTIONS(8884), 1, anon_sym_LPAREN, - ACTIONS(8874), 1, + ACTIONS(8886), 1, anon_sym_dynamic, - STATE(4440), 1, - sym__lexical_identifier, - STATE(4461), 1, + STATE(4459), 1, sym__simple_user_type, - STATE(4463), 1, + STATE(4461), 1, + sym__lexical_identifier, + STATE(4466), 1, sym_simple_identifier, - STATE(6634), 1, + STATE(6741), 1, sym_type_modifiers, - STATE(9167), 1, + STATE(9309), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(4447), 3, - sym__type, - sym_nullable_type, - sym_function_type, STATE(4460), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(6895), 3, + STATE(4688), 3, + sym__type, + sym_nullable_type, + sym_function_type, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(199), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -549149,46 +551154,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [111210] = 16, - ACTIONS(491), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [112720] = 16, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8894), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - ACTIONS(8896), 1, - anon_sym_dynamic, - STATE(831), 1, - sym__simple_user_type, - STATE(866), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(875), 1, - sym_simple_identifier, - STATE(6417), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(9350), 1, + STATE(7487), 1, + sym_simple_identifier, + STATE(7618), 1, + sym__simple_user_type, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(837), 3, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(863), 3, + STATE(8322), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - ACTIONS(413), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -549196,46 +551201,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [111273] = 16, - ACTIONS(281), 1, + [112783] = 16, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8872), 1, + ACTIONS(8880), 1, anon_sym_LPAREN, - ACTIONS(8874), 1, + ACTIONS(8882), 1, anon_sym_dynamic, - STATE(4440), 1, - sym__lexical_identifier, - STATE(4461), 1, + STATE(3377), 1, sym__simple_user_type, - STATE(4463), 1, + STATE(3382), 1, + sym__lexical_identifier, + STATE(3446), 1, sym_simple_identifier, - STATE(6634), 1, + STATE(6710), 1, sym_type_modifiers, - STATE(9167), 1, + STATE(9488), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(4460), 3, + STATE(3378), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(5344), 3, + STATE(3668), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(199), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -549243,46 +551248,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [111336] = 16, + [112846] = 16, ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8872), 1, + ACTIONS(8884), 1, anon_sym_LPAREN, - ACTIONS(8874), 1, + ACTIONS(8886), 1, anon_sym_dynamic, - STATE(4440), 1, - sym__lexical_identifier, - STATE(4461), 1, + STATE(4459), 1, sym__simple_user_type, - STATE(4463), 1, + STATE(4461), 1, + sym__lexical_identifier, + STATE(4466), 1, sym_simple_identifier, - STATE(6634), 1, + STATE(6741), 1, sym_type_modifiers, - STATE(9167), 1, + STATE(9309), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(4454), 3, - sym__type, - sym_nullable_type, - sym_function_type, STATE(4460), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(6895), 3, + STATE(4826), 3, + sym__type, + sym_nullable_type, + sym_function_type, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(199), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -549290,46 +551295,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [111399] = 16, - ACTIONS(7317), 1, + [112909] = 16, + ACTIONS(7325), 1, anon_sym_dynamic, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6677), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7537), 1, + STATE(7487), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(7618), 1, sym__simple_user_type, - STATE(9204), 1, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8187), 3, + STATE(8320), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -549337,46 +551342,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [111462] = 16, + [112972] = 16, ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8872), 1, + ACTIONS(8884), 1, anon_sym_LPAREN, - ACTIONS(8874), 1, + ACTIONS(8886), 1, anon_sym_dynamic, - STATE(4440), 1, - sym__lexical_identifier, - STATE(4461), 1, + STATE(4459), 1, sym__simple_user_type, - STATE(4463), 1, + STATE(4461), 1, + sym__lexical_identifier, + STATE(4466), 1, sym_simple_identifier, - STATE(6634), 1, + STATE(6741), 1, sym_type_modifiers, - STATE(9167), 1, + STATE(9309), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(4436), 3, - sym__type, - sym_nullable_type, - sym_function_type, STATE(4460), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(6895), 3, + STATE(4874), 3, + sym__type, + sym_nullable_type, + sym_function_type, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(199), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -549384,46 +551389,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [111525] = 16, - ACTIONS(409), 1, + [113035] = 16, + ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8876), 1, + ACTIONS(8884), 1, anon_sym_LPAREN, - ACTIONS(8878), 1, + ACTIONS(8886), 1, anon_sym_dynamic, - STATE(2866), 1, + STATE(4459), 1, sym__simple_user_type, - STATE(2885), 1, - sym_simple_identifier, - STATE(2890), 1, + STATE(4461), 1, sym__lexical_identifier, - STATE(6530), 1, + STATE(4466), 1, + sym_simple_identifier, + STATE(6741), 1, sym_type_modifiers, - STATE(9429), 1, + STATE(9309), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(2875), 3, + STATE(4460), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(3195), 3, + STATE(4851), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(333), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -549431,46 +551436,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [111588] = 16, - ACTIONS(7324), 1, + [113098] = 16, + ACTIONS(409), 1, + sym__backtick_identifier, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8850), 1, - sym__backtick_identifier, - ACTIONS(8882), 1, + ACTIONS(8888), 1, anon_sym_LPAREN, - ACTIONS(8884), 1, + ACTIONS(8890), 1, anon_sym_dynamic, - STATE(5515), 1, + STATE(2837), 1, sym__lexical_identifier, - STATE(5521), 1, - sym_simple_identifier, - STATE(5576), 1, + STATE(2881), 1, sym__simple_user_type, - STATE(6777), 1, + STATE(2898), 1, + sym_simple_identifier, + STATE(6704), 1, sym_type_modifiers, - STATE(9197), 1, + STATE(9530), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(5567), 3, + STATE(2883), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(5609), 3, + STATE(3298), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(8846), 7, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -549478,46 +551483,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [111651] = 16, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8406), 1, + [113161] = 16, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8910), 1, anon_sym_LPAREN, - STATE(4507), 1, + ACTIONS(8912), 1, + anon_sym_dynamic, + STATE(2858), 1, sym__lexical_identifier, - STATE(5170), 1, + STATE(2874), 1, + sym__simple_user_type, + STATE(2897), 1, sym_simple_identifier, - STATE(6771), 1, + STATE(6709), 1, sym_type_modifiers, - STATE(7562), 1, - sym__simple_user_type, - STATE(9457), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(2876), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(7862), 3, + STATE(3455), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -549525,46 +551530,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [111714] = 16, - ACTIONS(7324), 1, + [113224] = 16, + ACTIONS(195), 1, + sym__backtick_identifier, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8850), 1, - sym__backtick_identifier, - ACTIONS(8882), 1, + ACTIONS(8910), 1, anon_sym_LPAREN, - ACTIONS(8884), 1, + ACTIONS(8912), 1, anon_sym_dynamic, - STATE(5515), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(5521), 1, - sym_simple_identifier, - STATE(5576), 1, + STATE(2874), 1, sym__simple_user_type, - STATE(6777), 1, + STATE(2897), 1, + sym_simple_identifier, + STATE(6709), 1, sym_type_modifiers, - STATE(9197), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(5567), 3, + STATE(2876), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(5607), 3, + STATE(3453), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(8846), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -549572,46 +551577,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [111777] = 16, - ACTIONS(195), 1, + [113287] = 16, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8910), 1, + ACTIONS(8880), 1, anon_sym_LPAREN, - ACTIONS(8912), 1, + ACTIONS(8882), 1, anon_sym_dynamic, - STATE(2864), 1, - sym__lexical_identifier, - STATE(2881), 1, + STATE(3377), 1, sym__simple_user_type, - STATE(2889), 1, + STATE(3382), 1, + sym__lexical_identifier, + STATE(3446), 1, sym_simple_identifier, - STATE(6483), 1, + STATE(6710), 1, sym_type_modifiers, - STATE(9470), 1, + STATE(9488), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(2838), 3, + STATE(3378), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(2955), 3, + STATE(3560), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(111), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -549619,46 +551624,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [111840] = 16, - ACTIONS(281), 1, + [113350] = 16, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8872), 1, + ACTIONS(8910), 1, anon_sym_LPAREN, - ACTIONS(8874), 1, + ACTIONS(8912), 1, anon_sym_dynamic, - STATE(4440), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(4461), 1, + STATE(2874), 1, sym__simple_user_type, - STATE(4463), 1, + STATE(2897), 1, sym_simple_identifier, - STATE(6634), 1, + STATE(6709), 1, sym_type_modifiers, - STATE(9167), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(4460), 3, + STATE(2876), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(4565), 3, + STATE(4099), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(199), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -549666,42 +551671,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [111903] = 16, + [113413] = 16, ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, ACTIONS(8910), 1, anon_sym_LPAREN, ACTIONS(8912), 1, anon_sym_dynamic, - STATE(2864), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(2881), 1, + STATE(2874), 1, sym__simple_user_type, - STATE(2889), 1, + STATE(2897), 1, sym_simple_identifier, - STATE(6483), 1, + STATE(6709), 1, sym_type_modifiers, - STATE(9470), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(2838), 3, + STATE(2876), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(2961), 3, + STATE(4107), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, @@ -549713,42 +551718,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [111966] = 16, + [113476] = 16, ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, ACTIONS(8910), 1, anon_sym_LPAREN, ACTIONS(8912), 1, anon_sym_dynamic, - STATE(2864), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(2881), 1, + STATE(2874), 1, sym__simple_user_type, - STATE(2889), 1, + STATE(2897), 1, sym_simple_identifier, - STATE(6483), 1, + STATE(6709), 1, sym_type_modifiers, - STATE(9470), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(2838), 3, + STATE(2876), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(2966), 3, + STATE(4108), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, @@ -549760,46 +551765,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [112029] = 16, - ACTIONS(491), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [113539] = 16, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8832), 1, - anon_sym_LPAREN, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - STATE(822), 1, + ACTIONS(8859), 1, + anon_sym_LPAREN, + ACTIONS(8861), 1, + sym__backtick_identifier, + STATE(2901), 1, sym_simple_identifier, - STATE(866), 1, + STATE(2903), 1, sym__lexical_identifier, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7393), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(619), 2, + STATE(1781), 2, sym_variable_declaration, sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6991), 2, + STATE(7155), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(413), 7, + ACTIONS(8857), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -549807,46 +551812,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [112092] = 16, - ACTIONS(107), 1, + [113602] = 16, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8898), 1, + ACTIONS(8880), 1, anon_sym_LPAREN, - ACTIONS(8900), 1, + ACTIONS(8882), 1, anon_sym_dynamic, - STATE(4529), 1, + STATE(3377), 1, + sym__simple_user_type, + STATE(3382), 1, sym__lexical_identifier, - STATE(4594), 1, + STATE(3446), 1, sym_simple_identifier, - STATE(4608), 1, - sym__simple_user_type, - STATE(6687), 1, + STATE(6710), 1, sym_type_modifiers, - STATE(9218), 1, + STATE(9488), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(4607), 3, + STATE(3378), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(4837), 3, + STATE(3674), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(7), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -549854,46 +551859,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [112155] = 16, - ACTIONS(613), 1, + [113665] = 16, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8888), 1, + ACTIONS(8880), 1, anon_sym_LPAREN, - ACTIONS(8890), 1, + ACTIONS(8882), 1, anon_sym_dynamic, - STATE(3205), 1, + STATE(3377), 1, sym__simple_user_type, - STATE(3263), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(3264), 1, + STATE(3446), 1, sym_simple_identifier, - STATE(6466), 1, + STATE(6710), 1, sym_type_modifiers, - STATE(9518), 1, + STATE(9488), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(3204), 3, + STATE(3378), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(4050), 3, + STATE(3748), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(537), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -549901,46 +551906,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [112218] = 16, - ACTIONS(281), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [113728] = 16, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8872), 1, - anon_sym_LPAREN, - ACTIONS(8874), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - STATE(4440), 1, - sym__lexical_identifier, - STATE(4461), 1, - sym__simple_user_type, - STATE(4463), 1, + ACTIONS(8859), 1, + anon_sym_LPAREN, + ACTIONS(8861), 1, + sym__backtick_identifier, + STATE(2901), 1, sym_simple_identifier, - STATE(6634), 1, + STATE(2903), 1, + sym__lexical_identifier, + STATE(6930), 1, sym_type_modifiers, - STATE(9167), 1, - sym_function_type_parameters, + STATE(7425), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(1854), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(4460), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - STATE(5333), 3, - sym__type, + STATE(7108), 2, + sym__receiver_type, sym_nullable_type, - sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(199), 7, + STATE(7427), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(8857), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -549948,46 +551953,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [112281] = 16, - ACTIONS(7324), 1, + [113791] = 16, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8904), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - ACTIONS(8906), 1, - anon_sym_dynamic, - ACTIONS(8908), 1, - sym__backtick_identifier, - STATE(4542), 1, - sym_simple_identifier, - STATE(4548), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(4571), 1, - sym__simple_user_type, - STATE(6609), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(9387), 1, + STATE(7487), 1, + sym_simple_identifier, + STATE(7618), 1, + sym__simple_user_type, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(4750), 3, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(5350), 3, + STATE(8208), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - ACTIONS(8902), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -549995,46 +552000,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [112344] = 16, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8406), 1, + [113854] = 16, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8835), 1, anon_sym_LPAREN, - STATE(4507), 1, + ACTIONS(8837), 1, + anon_sym_dynamic, + STATE(812), 1, + sym_simple_identifier, + STATE(843), 1, sym__lexical_identifier, - STATE(6677), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7537), 1, - sym_simple_identifier, - STATE(7584), 1, + STATE(7425), 1, sym__simple_user_type, - STATE(9204), 1, - sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(448), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(7169), 2, + sym__receiver_type, + sym_nullable_type, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8239), 3, - sym__type, - sym_nullable_type, - sym_function_type, - ACTIONS(8392), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -550042,46 +552047,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [112407] = 16, - ACTIONS(409), 1, + [113917] = 16, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8876), 1, + ACTIONS(8880), 1, anon_sym_LPAREN, - ACTIONS(8878), 1, + ACTIONS(8882), 1, anon_sym_dynamic, - STATE(2866), 1, + STATE(3377), 1, sym__simple_user_type, - STATE(2885), 1, - sym_simple_identifier, - STATE(2890), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(6530), 1, + STATE(3446), 1, + sym_simple_identifier, + STATE(6710), 1, sym_type_modifiers, - STATE(9429), 1, + STATE(9488), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(2875), 3, + STATE(3378), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(3395), 3, + STATE(3750), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(333), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -550089,46 +552094,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [112470] = 16, - ACTIONS(195), 1, + [113980] = 16, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8910), 1, + ACTIONS(8835), 1, anon_sym_LPAREN, - ACTIONS(8912), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - STATE(2864), 1, - sym__lexical_identifier, - STATE(2881), 1, - sym__simple_user_type, - STATE(2889), 1, + STATE(812), 1, sym_simple_identifier, - STATE(6483), 1, + STATE(843), 1, + sym__lexical_identifier, + STATE(6930), 1, sym_type_modifiers, - STATE(9470), 1, - sym_function_type_parameters, + STATE(7425), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(459), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(2838), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - STATE(3573), 3, - sym__type, + STATE(7185), 2, + sym__receiver_type, sym_nullable_type, - sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(111), 7, + STATE(7427), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -550136,46 +552141,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [112533] = 16, - ACTIONS(613), 1, + [114043] = 16, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8888), 1, + ACTIONS(8880), 1, anon_sym_LPAREN, - ACTIONS(8890), 1, + ACTIONS(8882), 1, anon_sym_dynamic, - STATE(3205), 1, + STATE(3377), 1, sym__simple_user_type, - STATE(3263), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(3264), 1, + STATE(3446), 1, sym_simple_identifier, - STATE(6466), 1, + STATE(6710), 1, sym_type_modifiers, - STATE(9518), 1, + STATE(9488), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(3204), 3, + STATE(3378), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(4052), 3, + STATE(4065), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(537), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -550183,46 +552188,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [112596] = 16, - ACTIONS(7317), 1, + [114106] = 16, + ACTIONS(7325), 1, anon_sym_dynamic, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6677), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7537), 1, + STATE(7487), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(7618), 1, sym__simple_user_type, - STATE(9204), 1, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8260), 3, + STATE(8287), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -550230,46 +552235,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [112659] = 16, - ACTIONS(409), 1, + [114169] = 16, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8876), 1, + ACTIONS(8880), 1, anon_sym_LPAREN, - ACTIONS(8878), 1, + ACTIONS(8882), 1, anon_sym_dynamic, - STATE(2866), 1, + STATE(3377), 1, sym__simple_user_type, - STATE(2885), 1, - sym_simple_identifier, - STATE(2890), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(6530), 1, + STATE(3446), 1, + sym_simple_identifier, + STATE(6710), 1, sym_type_modifiers, - STATE(9429), 1, + STATE(9488), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(2875), 3, + STATE(3378), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(3304), 3, + STATE(3718), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(333), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -550277,46 +552282,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [112722] = 16, - ACTIONS(7324), 1, + [114232] = 16, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8904), 1, + ACTIONS(8922), 1, anon_sym_LPAREN, - ACTIONS(8906), 1, + ACTIONS(8924), 1, anon_sym_dynamic, - ACTIONS(8908), 1, + ACTIONS(8926), 1, sym__backtick_identifier, - STATE(4542), 1, - sym_simple_identifier, - STATE(4548), 1, + STATE(4537), 1, sym__lexical_identifier, - STATE(4571), 1, + STATE(4554), 1, + sym_simple_identifier, + STATE(4637), 1, sym__simple_user_type, - STATE(6609), 1, + STATE(6679), 1, sym_type_modifiers, - STATE(9387), 1, + STATE(9563), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(4750), 3, + STATE(4812), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(4875), 3, + STATE(5177), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(8902), 7, + ACTIONS(8920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -550324,93 +552329,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [112785] = 16, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8406), 1, + [114295] = 16, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8892), 1, anon_sym_LPAREN, - STATE(4507), 1, - sym__lexical_identifier, - STATE(6677), 1, - sym_type_modifiers, - STATE(7537), 1, + ACTIONS(8894), 1, + anon_sym_dynamic, + STATE(834), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(843), 1, + sym__lexical_identifier, + STATE(865), 1, sym__simple_user_type, - STATE(9204), 1, + STATE(6614), 1, + sym_type_modifiers, + STATE(9486), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(868), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8243), 3, - sym__type, - sym_nullable_type, - sym_function_type, - ACTIONS(8392), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - [112848] = 16, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8406), 1, - sym__backtick_identifier, - ACTIONS(8738), 1, - anon_sym_AT, - ACTIONS(8740), 1, - anon_sym_LPAREN, - STATE(4507), 1, - sym__lexical_identifier, - STATE(6677), 1, - sym_type_modifiers, - STATE(7537), 1, - sym_simple_identifier, - STATE(7584), 1, - sym__simple_user_type, - STATE(9204), 1, - sym_function_type_parameters, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(5537), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(5619), 3, + STATE(1295), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(8392), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -550418,46 +552376,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [112911] = 16, - ACTIONS(195), 1, + [114358] = 16, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8910), 1, + ACTIONS(8880), 1, anon_sym_LPAREN, - ACTIONS(8912), 1, + ACTIONS(8882), 1, anon_sym_dynamic, - STATE(2864), 1, - sym__lexical_identifier, - STATE(2881), 1, + STATE(3377), 1, sym__simple_user_type, - STATE(2889), 1, + STATE(3382), 1, + sym__lexical_identifier, + STATE(3446), 1, sym_simple_identifier, - STATE(6483), 1, + STATE(6710), 1, sym_type_modifiers, - STATE(9470), 1, + STATE(9488), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(2838), 3, + STATE(3378), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(3590), 3, + STATE(4044), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(111), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -550465,46 +552423,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [112974] = 16, - ACTIONS(409), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [114421] = 16, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8876), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - ACTIONS(8878), 1, - anon_sym_dynamic, - STATE(2866), 1, - sym__simple_user_type, - STATE(2885), 1, - sym_simple_identifier, - STATE(2890), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6530), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(9429), 1, + STATE(7487), 1, + sym_simple_identifier, + STATE(7618), 1, + sym__simple_user_type, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(2875), 3, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(2928), 3, + STATE(8174), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - ACTIONS(333), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -550512,46 +552470,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [113037] = 16, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, + [114484] = 17, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8332), 1, + anon_sym_LT, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8837), 1, + anon_sym_dynamic, + ACTIONS(8900), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6677), 1, + STATE(6340), 1, + sym_type_parameters, + STATE(6930), 1, sym_type_modifiers, - STATE(7537), 1, + STATE(7135), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(7425), 1, sym__simple_user_type, - STATE(9204), 1, - sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(7500), 2, + sym__receiver_type, + sym_nullable_type, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8216), 3, - sym__type, - sym_nullable_type, - sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -550559,46 +552518,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [113100] = 16, - ACTIONS(107), 1, + [114549] = 16, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8898), 1, + ACTIONS(8880), 1, anon_sym_LPAREN, - ACTIONS(8900), 1, + ACTIONS(8882), 1, anon_sym_dynamic, - STATE(4529), 1, + STATE(3377), 1, + sym__simple_user_type, + STATE(3382), 1, sym__lexical_identifier, - STATE(4594), 1, + STATE(3446), 1, sym_simple_identifier, - STATE(4608), 1, - sym__simple_user_type, - STATE(6687), 1, + STATE(6710), 1, sym_type_modifiers, - STATE(9218), 1, + STATE(9488), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(4607), 3, + STATE(3378), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(5426), 3, + STATE(3768), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(7), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -550606,46 +552565,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [113163] = 16, - ACTIONS(7317), 1, + [114612] = 16, + ACTIONS(7325), 1, anon_sym_dynamic, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6677), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7537), 1, + STATE(7487), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(7618), 1, sym__simple_user_type, - STATE(9204), 1, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8244), 3, + STATE(8198), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -550653,46 +552612,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [113226] = 16, - ACTIONS(613), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [114675] = 16, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8888), 1, + ACTIONS(8922), 1, anon_sym_LPAREN, - ACTIONS(8890), 1, + ACTIONS(8924), 1, anon_sym_dynamic, - STATE(3205), 1, - sym__simple_user_type, - STATE(3263), 1, + ACTIONS(8926), 1, + sym__backtick_identifier, + STATE(4537), 1, sym__lexical_identifier, - STATE(3264), 1, + STATE(4554), 1, sym_simple_identifier, - STATE(6466), 1, + STATE(4637), 1, + sym__simple_user_type, + STATE(6679), 1, sym_type_modifiers, - STATE(9518), 1, + STATE(9563), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(3204), 3, + STATE(4812), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(3770), 3, + STATE(5180), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(537), 7, + ACTIONS(8920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -550700,46 +552659,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [113289] = 16, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8406), 1, + [114738] = 16, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8880), 1, anon_sym_LPAREN, - STATE(4507), 1, + ACTIONS(8882), 1, + anon_sym_dynamic, + STATE(3377), 1, + sym__simple_user_type, + STATE(3382), 1, sym__lexical_identifier, - STATE(6677), 1, - sym_type_modifiers, - STATE(7537), 1, + STATE(3446), 1, sym_simple_identifier, - STATE(7584), 1, - sym__simple_user_type, - STATE(9204), 1, + STATE(6710), 1, + sym_type_modifiers, + STATE(9488), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(3378), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8184), 3, + STATE(3799), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -550747,46 +552706,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [113352] = 16, - ACTIONS(491), 1, + [114801] = 16, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8894), 1, + ACTIONS(8880), 1, anon_sym_LPAREN, - ACTIONS(8896), 1, + ACTIONS(8882), 1, anon_sym_dynamic, - STATE(831), 1, + STATE(3377), 1, sym__simple_user_type, - STATE(866), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(875), 1, + STATE(3446), 1, sym_simple_identifier, - STATE(6417), 1, + STATE(6710), 1, sym_type_modifiers, - STATE(9350), 1, + STATE(9488), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(837), 3, + STATE(3378), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(858), 3, + STATE(4087), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(413), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -550794,46 +552753,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [113415] = 16, - ACTIONS(7317), 1, + [114864] = 16, + ACTIONS(7325), 1, anon_sym_dynamic, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6677), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7537), 1, + STATE(7487), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(7618), 1, sym__simple_user_type, - STATE(9204), 1, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8340), 3, + STATE(8193), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -550841,42 +552800,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [113478] = 16, + [114927] = 16, ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8888), 1, + ACTIONS(8892), 1, anon_sym_LPAREN, - ACTIONS(8890), 1, + ACTIONS(8894), 1, anon_sym_dynamic, - STATE(3205), 1, - sym__simple_user_type, - STATE(3263), 1, - sym__lexical_identifier, - STATE(3264), 1, + STATE(834), 1, sym_simple_identifier, - STATE(6466), 1, + STATE(843), 1, + sym__lexical_identifier, + STATE(865), 1, + sym__simple_user_type, + STATE(6614), 1, sym_type_modifiers, - STATE(9518), 1, + STATE(9486), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(3204), 3, + STATE(868), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(3741), 3, + STATE(1305), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, @@ -550888,46 +552847,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [113541] = 16, - ACTIONS(409), 1, + [114990] = 16, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8876), 1, + ACTIONS(8880), 1, anon_sym_LPAREN, - ACTIONS(8878), 1, + ACTIONS(8882), 1, anon_sym_dynamic, - STATE(2866), 1, + STATE(3377), 1, sym__simple_user_type, - STATE(2885), 1, - sym_simple_identifier, - STATE(2890), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(6530), 1, + STATE(3446), 1, + sym_simple_identifier, + STATE(6710), 1, sym_type_modifiers, - STATE(9429), 1, + STATE(9488), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(2875), 3, + STATE(3378), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(3332), 3, + STATE(4085), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(333), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -550935,46 +552894,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [113604] = 16, - ACTIONS(409), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [115053] = 16, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8876), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - ACTIONS(8878), 1, - anon_sym_dynamic, - STATE(2866), 1, - sym__simple_user_type, - STATE(2885), 1, - sym_simple_identifier, - STATE(2890), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6530), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(9429), 1, + STATE(7487), 1, + sym_simple_identifier, + STATE(7618), 1, + sym__simple_user_type, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(2875), 3, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(3273), 3, + STATE(8286), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - ACTIONS(333), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -550982,46 +552941,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [113667] = 16, - ACTIONS(613), 1, + [115116] = 16, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8888), 1, + ACTIONS(8880), 1, anon_sym_LPAREN, - ACTIONS(8890), 1, + ACTIONS(8882), 1, anon_sym_dynamic, - STATE(3205), 1, + STATE(3377), 1, sym__simple_user_type, - STATE(3263), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(3264), 1, + STATE(3446), 1, sym_simple_identifier, - STATE(6466), 1, + STATE(6710), 1, sym_type_modifiers, - STATE(9518), 1, + STATE(9488), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(3204), 3, + STATE(3378), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(3396), 3, + STATE(4060), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(537), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -551029,46 +552988,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [113730] = 16, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8406), 1, + [115179] = 16, + ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8888), 1, anon_sym_LPAREN, - STATE(4507), 1, + ACTIONS(8890), 1, + anon_sym_dynamic, + STATE(2837), 1, sym__lexical_identifier, - STATE(6677), 1, - sym_type_modifiers, - STATE(7537), 1, - sym_simple_identifier, - STATE(7584), 1, + STATE(2881), 1, sym__simple_user_type, - STATE(9204), 1, + STATE(2898), 1, + sym_simple_identifier, + STATE(6704), 1, + sym_type_modifiers, + STATE(9530), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(2883), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8156), 3, + STATE(3350), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -551076,46 +553035,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [113793] = 16, - ACTIONS(7324), 1, + [115242] = 16, + ACTIONS(409), 1, + sym__backtick_identifier, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8844), 1, - sym__backtick_identifier, - ACTIONS(8914), 1, + ACTIONS(8888), 1, anon_sym_LPAREN, - ACTIONS(8916), 1, + ACTIONS(8890), 1, anon_sym_dynamic, - STATE(2984), 1, + STATE(2837), 1, sym__lexical_identifier, - STATE(2986), 1, - sym_simple_identifier, - STATE(3101), 1, + STATE(2881), 1, sym__simple_user_type, - STATE(6546), 1, + STATE(2898), 1, + sym_simple_identifier, + STATE(6704), 1, sym_type_modifiers, - STATE(9363), 1, + STATE(9530), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(3170), 3, + STATE(2883), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(3615), 3, + STATE(3349), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(8840), 7, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -551123,46 +553082,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [113856] = 16, - ACTIONS(107), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [115305] = 16, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8898), 1, + ACTIONS(8861), 1, + sym__backtick_identifier, + ACTIONS(8928), 1, anon_sym_LPAREN, - ACTIONS(8900), 1, + ACTIONS(8930), 1, anon_sym_dynamic, - STATE(4529), 1, + STATE(2903), 1, sym__lexical_identifier, - STATE(4594), 1, + STATE(2974), 1, sym_simple_identifier, - STATE(4608), 1, + STATE(3097), 1, sym__simple_user_type, - STATE(6687), 1, + STATE(6702), 1, sym_type_modifiers, - STATE(9218), 1, + STATE(9501), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(4607), 3, + STATE(3194), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(5434), 3, + STATE(3878), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(7), 7, + ACTIONS(8857), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -551170,46 +553129,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [113919] = 16, - ACTIONS(613), 1, + [115368] = 16, + ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, ACTIONS(8888), 1, anon_sym_LPAREN, ACTIONS(8890), 1, anon_sym_dynamic, - STATE(3205), 1, - sym__simple_user_type, - STATE(3263), 1, + STATE(2837), 1, sym__lexical_identifier, - STATE(3264), 1, + STATE(2881), 1, + sym__simple_user_type, + STATE(2898), 1, sym_simple_identifier, - STATE(6466), 1, + STATE(6704), 1, sym_type_modifiers, - STATE(9518), 1, + STATE(9530), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(3204), 3, + STATE(2883), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(3385), 3, + STATE(3313), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(537), 7, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -551217,93 +553176,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [113982] = 16, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8406), 1, + [115431] = 16, + ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8888), 1, anon_sym_LPAREN, - STATE(4507), 1, + ACTIONS(8890), 1, + anon_sym_dynamic, + STATE(2837), 1, sym__lexical_identifier, - STATE(6677), 1, - sym_type_modifiers, - STATE(7537), 1, - sym_simple_identifier, - STATE(7584), 1, + STATE(2881), 1, sym__simple_user_type, - STATE(9204), 1, + STATE(2898), 1, + sym_simple_identifier, + STATE(6704), 1, + sym_type_modifiers, + STATE(9530), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(2883), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8162), 3, + STATE(3206), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - [114045] = 16, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8406), 1, - sym__backtick_identifier, - ACTIONS(8738), 1, - anon_sym_AT, - ACTIONS(8740), 1, - anon_sym_LPAREN, - STATE(4507), 1, - sym__lexical_identifier, - STATE(6677), 1, - sym_type_modifiers, - STATE(7537), 1, - sym_simple_identifier, - STATE(7584), 1, - sym__simple_user_type, - STATE(9204), 1, - sym_function_type_parameters, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(5537), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - STATE(8163), 3, - sym__type, - sym_nullable_type, - sym_function_type, - ACTIONS(8392), 7, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -551311,46 +553223,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [114108] = 16, - ACTIONS(613), 1, + [115494] = 16, + ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, ACTIONS(8888), 1, anon_sym_LPAREN, ACTIONS(8890), 1, anon_sym_dynamic, - STATE(3205), 1, - sym__simple_user_type, - STATE(3263), 1, + STATE(2837), 1, sym__lexical_identifier, - STATE(3264), 1, + STATE(2881), 1, + sym__simple_user_type, + STATE(2898), 1, sym_simple_identifier, - STATE(6466), 1, + STATE(6704), 1, sym_type_modifiers, - STATE(9518), 1, + STATE(9530), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(3204), 3, + STATE(2883), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(3375), 3, + STATE(3297), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(537), 7, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -551358,46 +553270,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [114171] = 16, - ACTIONS(7324), 1, + [115557] = 16, + ACTIONS(613), 1, + sym__backtick_identifier, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8858), 1, - sym__backtick_identifier, - ACTIONS(8924), 1, + ACTIONS(8892), 1, anon_sym_LPAREN, - ACTIONS(8926), 1, + ACTIONS(8894), 1, anon_sym_dynamic, - STATE(5170), 1, + STATE(834), 1, sym_simple_identifier, - STATE(5416), 1, + STATE(843), 1, sym__lexical_identifier, - STATE(5586), 1, + STATE(865), 1, sym__simple_user_type, - STATE(6702), 1, + STATE(6614), 1, sym_type_modifiers, - STATE(9277), 1, + STATE(9486), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(5603), 3, + STATE(868), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(5623), 3, + STATE(1313), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(8854), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -551405,46 +553317,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [114234] = 16, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8406), 1, + [115620] = 16, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8910), 1, anon_sym_LPAREN, - STATE(4507), 1, + ACTIONS(8912), 1, + anon_sym_dynamic, + STATE(2858), 1, sym__lexical_identifier, - STATE(6677), 1, - sym_type_modifiers, - STATE(7537), 1, - sym_simple_identifier, - STATE(7584), 1, + STATE(2874), 1, sym__simple_user_type, - STATE(9204), 1, + STATE(2897), 1, + sym_simple_identifier, + STATE(6709), 1, + sym_type_modifiers, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(2876), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8247), 3, + STATE(3119), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -551452,46 +553364,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [114297] = 16, - ACTIONS(7317), 1, + [115683] = 16, + ACTIONS(7325), 1, anon_sym_dynamic, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6677), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7537), 1, + STATE(7487), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(7618), 1, sym__simple_user_type, - STATE(9204), 1, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8183), 3, + STATE(8293), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -551499,46 +553411,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [114360] = 16, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, + [115746] = 17, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8332), 1, + anon_sym_LT, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8837), 1, + anon_sym_dynamic, + ACTIONS(8900), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6677), 1, + STATE(6331), 1, + sym_type_parameters, + STATE(6930), 1, sym_type_modifiers, - STATE(7537), 1, + STATE(7052), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(7425), 1, sym__simple_user_type, - STATE(9204), 1, - sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(7465), 2, + sym__receiver_type, + sym_nullable_type, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8164), 3, - sym__type, - sym_nullable_type, - sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -551546,42 +553459,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [114423] = 16, + [115811] = 16, ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8888), 1, + ACTIONS(8892), 1, anon_sym_LPAREN, - ACTIONS(8890), 1, + ACTIONS(8894), 1, anon_sym_dynamic, - STATE(3205), 1, - sym__simple_user_type, - STATE(3263), 1, - sym__lexical_identifier, - STATE(3264), 1, + STATE(834), 1, sym_simple_identifier, - STATE(6466), 1, + STATE(843), 1, + sym__lexical_identifier, + STATE(865), 1, + sym__simple_user_type, + STATE(6614), 1, sym_type_modifiers, - STATE(9518), 1, + STATE(9486), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(3204), 3, + STATE(868), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(3329), 3, + STATE(1175), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, @@ -551593,46 +553506,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [114486] = 16, - ACTIONS(613), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [115874] = 16, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8888), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - ACTIONS(8890), 1, - anon_sym_dynamic, - STATE(3205), 1, - sym__simple_user_type, - STATE(3263), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(3264), 1, - sym_simple_identifier, - STATE(6466), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(9518), 1, + STATE(7487), 1, + sym_simple_identifier, + STATE(7618), 1, + sym__simple_user_type, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(3204), 3, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(3326), 3, + STATE(8297), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - ACTIONS(537), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -551640,46 +553553,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [114549] = 16, - ACTIONS(409), 1, + [115937] = 16, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8876), 1, + ACTIONS(8892), 1, anon_sym_LPAREN, - ACTIONS(8878), 1, + ACTIONS(8894), 1, anon_sym_dynamic, - STATE(2866), 1, - sym__simple_user_type, - STATE(2885), 1, + STATE(834), 1, sym_simple_identifier, - STATE(2890), 1, + STATE(843), 1, sym__lexical_identifier, - STATE(6530), 1, + STATE(865), 1, + sym__simple_user_type, + STATE(6614), 1, sym_type_modifiers, - STATE(9429), 1, + STATE(9486), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(2875), 3, + STATE(868), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(2903), 3, + STATE(1321), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(333), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -551687,46 +553600,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [114612] = 16, - ACTIONS(7324), 1, + [116000] = 17, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, - anon_sym_AT, - ACTIONS(8844), 1, + ACTIONS(8332), 1, + anon_sym_LT, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8914), 1, - anon_sym_LPAREN, - ACTIONS(8916), 1, + ACTIONS(8752), 1, + anon_sym_AT, + ACTIONS(8837), 1, anon_sym_dynamic, - STATE(2984), 1, + ACTIONS(8900), 1, + anon_sym_LPAREN, + STATE(4533), 1, sym__lexical_identifier, - STATE(2986), 1, + STATE(6309), 1, + sym_type_parameters, + STATE(6930), 1, + sym_type_modifiers, + STATE(7058), 1, sym_simple_identifier, - STATE(3101), 1, + STATE(7425), 1, sym__simple_user_type, - STATE(6546), 1, - sym_type_modifiers, - STATE(9363), 1, - sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(3170), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - STATE(3836), 3, - sym__type, + STATE(7544), 2, + sym__receiver_type, sym_nullable_type, - sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(8840), 7, + STATE(7427), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -551734,46 +553648,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [114675] = 16, - ACTIONS(409), 1, + [116065] = 16, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8876), 1, + ACTIONS(8910), 1, anon_sym_LPAREN, - ACTIONS(8878), 1, + ACTIONS(8912), 1, anon_sym_dynamic, - STATE(2866), 1, + STATE(2858), 1, + sym__lexical_identifier, + STATE(2874), 1, sym__simple_user_type, - STATE(2885), 1, + STATE(2897), 1, sym_simple_identifier, - STATE(2890), 1, - sym__lexical_identifier, - STATE(6530), 1, + STATE(6709), 1, sym_type_modifiers, - STATE(9429), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(2875), 3, + STATE(2876), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(2981), 3, + STATE(3089), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(333), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -551781,42 +553695,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [114738] = 16, + [116128] = 16, ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8888), 1, + ACTIONS(8892), 1, anon_sym_LPAREN, - ACTIONS(8890), 1, + ACTIONS(8894), 1, anon_sym_dynamic, - STATE(3205), 1, - sym__simple_user_type, - STATE(3263), 1, - sym__lexical_identifier, - STATE(3264), 1, + STATE(834), 1, sym_simple_identifier, - STATE(6466), 1, + STATE(843), 1, + sym__lexical_identifier, + STATE(865), 1, + sym__simple_user_type, + STATE(6614), 1, sym_type_modifiers, - STATE(9518), 1, + STATE(9486), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(3204), 3, + STATE(868), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(4053), 3, + STATE(1193), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, @@ -551828,93 +553742,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [114801] = 16, - ACTIONS(491), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8738), 1, - anon_sym_AT, - ACTIONS(8832), 1, - anon_sym_LPAREN, - ACTIONS(8834), 1, - anon_sym_dynamic, - STATE(822), 1, - sym_simple_identifier, - STATE(866), 1, - sym__lexical_identifier, - STATE(6897), 1, - sym_type_modifiers, - STATE(7393), 1, - sym__simple_user_type, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(446), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(5537), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(7055), 2, - sym__receiver_type, - sym_nullable_type, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(7391), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(413), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - [114864] = 16, - ACTIONS(409), 1, + [116191] = 16, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8876), 1, + ACTIONS(8880), 1, anon_sym_LPAREN, - ACTIONS(8878), 1, + ACTIONS(8882), 1, anon_sym_dynamic, - STATE(2866), 1, + STATE(3377), 1, sym__simple_user_type, - STATE(2885), 1, - sym_simple_identifier, - STATE(2890), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(6530), 1, + STATE(3446), 1, + sym_simple_identifier, + STATE(6710), 1, sym_type_modifiers, - STATE(9429), 1, + STATE(9488), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(2875), 3, + STATE(3378), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(2953), 3, + STATE(3785), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(333), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -551922,93 +553789,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [114927] = 16, - ACTIONS(7317), 1, + [116254] = 16, + ACTIONS(7325), 1, anon_sym_dynamic, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6677), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7537), 1, + STATE(7487), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(7618), 1, sym__simple_user_type, - STATE(9204), 1, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8223), 3, - sym__type, - sym_nullable_type, - sym_function_type, - ACTIONS(8392), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - [114990] = 16, - ACTIONS(195), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8738), 1, - anon_sym_AT, - ACTIONS(8910), 1, - anon_sym_LPAREN, - ACTIONS(8912), 1, - anon_sym_dynamic, - STATE(2864), 1, - sym__lexical_identifier, - STATE(2881), 1, - sym__simple_user_type, - STATE(2889), 1, - sym_simple_identifier, - STATE(6483), 1, - sym_type_modifiers, - STATE(9470), 1, - sym_function_type_parameters, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(5537), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(2836), 3, + STATE(8313), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(2838), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - ACTIONS(111), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -552016,46 +553836,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [115053] = 16, - ACTIONS(7324), 1, + [116317] = 17, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8332), 1, + anon_sym_LT, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - ACTIONS(8856), 1, + ACTIONS(8900), 1, anon_sym_LPAREN, - ACTIONS(8858), 1, - sym__backtick_identifier, - STATE(5416), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(5526), 1, - sym_simple_identifier, - STATE(6897), 1, + STATE(6323), 1, + sym_type_parameters, + STATE(6930), 1, sym_type_modifiers, - STATE(7393), 1, + STATE(7070), 1, + sym_simple_identifier, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5269), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7105), 2, + STATE(7439), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8854), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -552063,46 +553884,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [115116] = 16, - ACTIONS(107), 1, + [116382] = 16, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8898), 1, + ACTIONS(8892), 1, anon_sym_LPAREN, - ACTIONS(8900), 1, + ACTIONS(8894), 1, anon_sym_dynamic, - STATE(4529), 1, - sym__lexical_identifier, - STATE(4594), 1, + STATE(834), 1, sym_simple_identifier, - STATE(4608), 1, + STATE(843), 1, + sym__lexical_identifier, + STATE(865), 1, sym__simple_user_type, - STATE(6687), 1, + STATE(6614), 1, sym_type_modifiers, - STATE(9218), 1, + STATE(9486), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(4607), 3, + STATE(868), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(5382), 3, + STATE(1288), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(7), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -552110,46 +553931,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [115179] = 16, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8406), 1, + [116445] = 16, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8892), 1, anon_sym_LPAREN, - STATE(4507), 1, - sym__lexical_identifier, - STATE(6677), 1, - sym_type_modifiers, - STATE(7537), 1, + ACTIONS(8894), 1, + anon_sym_dynamic, + STATE(834), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(843), 1, + sym__lexical_identifier, + STATE(865), 1, sym__simple_user_type, - STATE(9204), 1, + STATE(6614), 1, + sym_type_modifiers, + STATE(9486), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(5629), 3, + STATE(868), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + STATE(1173), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(8392), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -552157,46 +553978,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [115242] = 16, - ACTIONS(281), 1, + [116508] = 16, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8872), 1, - anon_sym_LPAREN, - ACTIONS(8874), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - STATE(4440), 1, - sym__lexical_identifier, - STATE(4461), 1, - sym__simple_user_type, - STATE(4463), 1, + ACTIONS(8843), 1, + anon_sym_LPAREN, + STATE(2796), 1, sym_simple_identifier, - STATE(6634), 1, + STATE(2858), 1, + sym__lexical_identifier, + STATE(6930), 1, sym_type_modifiers, - STATE(9167), 1, - sym_function_type_parameters, + STATE(7425), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(2608), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(4460), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - STATE(4567), 3, - sym__type, + STATE(7171), 2, + sym__receiver_type, sym_nullable_type, - sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(199), 7, + STATE(7427), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -552204,46 +554025,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [115305] = 16, - ACTIONS(195), 1, + [116571] = 16, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8910), 1, + ACTIONS(8892), 1, anon_sym_LPAREN, - ACTIONS(8912), 1, + ACTIONS(8894), 1, anon_sym_dynamic, - STATE(2864), 1, + STATE(834), 1, + sym_simple_identifier, + STATE(843), 1, sym__lexical_identifier, - STATE(2881), 1, + STATE(865), 1, sym__simple_user_type, - STATE(2889), 1, - sym_simple_identifier, - STATE(6483), 1, + STATE(6614), 1, sym_type_modifiers, - STATE(9470), 1, + STATE(9486), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(2838), 3, + STATE(868), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(2843), 3, + STATE(1113), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(111), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -552251,46 +554072,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [115368] = 16, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, + [116634] = 17, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8332), 1, + anon_sym_LT, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8837), 1, + anon_sym_dynamic, + ACTIONS(8900), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6677), 1, + STATE(6318), 1, + sym_type_parameters, + STATE(6930), 1, sym_type_modifiers, - STATE(7537), 1, + STATE(7124), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(7425), 1, sym__simple_user_type, - STATE(9204), 1, - sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(7449), 2, + sym__receiver_type, + sym_nullable_type, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8178), 3, - sym__type, - sym_nullable_type, - sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -552298,46 +554120,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [115431] = 16, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8406), 1, + [116699] = 16, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8837), 1, + anon_sym_dynamic, + ACTIONS(8843), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(2796), 1, + sym_simple_identifier, + STATE(2858), 1, sym__lexical_identifier, - STATE(6677), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7537), 1, - sym_simple_identifier, - STATE(7584), 1, + STATE(7425), 1, sym__simple_user_type, - STATE(9204), 1, - sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(2570), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(7144), 2, + sym__receiver_type, + sym_nullable_type, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8193), 3, - sym__type, - sym_nullable_type, - sym_function_type, - ACTIONS(8392), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -552345,46 +554167,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [115494] = 16, - ACTIONS(491), 1, + [116762] = 16, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8894), 1, + ACTIONS(8892), 1, anon_sym_LPAREN, - ACTIONS(8896), 1, + ACTIONS(8894), 1, anon_sym_dynamic, - STATE(831), 1, - sym__simple_user_type, - STATE(866), 1, - sym__lexical_identifier, - STATE(875), 1, + STATE(834), 1, sym_simple_identifier, - STATE(6417), 1, + STATE(843), 1, + sym__lexical_identifier, + STATE(865), 1, + sym__simple_user_type, + STATE(6614), 1, sym_type_modifiers, - STATE(9350), 1, + STATE(9486), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(837), 3, + STATE(868), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(849), 3, + STATE(1032), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(413), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -552392,46 +554214,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [115557] = 16, - ACTIONS(613), 1, + [116825] = 16, + ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, - anon_sym_dynamic, - ACTIONS(8852), 1, + ACTIONS(8888), 1, anon_sym_LPAREN, - STATE(3037), 1, - sym_simple_identifier, - STATE(3263), 1, + ACTIONS(8890), 1, + anon_sym_dynamic, + STATE(2837), 1, sym__lexical_identifier, - STATE(6897), 1, - sym_type_modifiers, - STATE(7393), 1, + STATE(2881), 1, sym__simple_user_type, + STATE(2898), 1, + sym_simple_identifier, + STATE(6704), 1, + sym_type_modifiers, + STATE(9530), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2571), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7100), 2, - sym__receiver_type, + STATE(2883), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + STATE(2910), 3, + sym__type, sym_nullable_type, - STATE(6895), 3, + sym_function_type, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(537), 7, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -552439,46 +554261,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [115620] = 16, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8406), 1, + [116888] = 16, + ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8888), 1, anon_sym_LPAREN, - STATE(4507), 1, + ACTIONS(8890), 1, + anon_sym_dynamic, + STATE(2837), 1, sym__lexical_identifier, - STATE(6677), 1, - sym_type_modifiers, - STATE(7537), 1, - sym_simple_identifier, - STATE(7584), 1, + STATE(2881), 1, sym__simple_user_type, - STATE(9204), 1, + STATE(2898), 1, + sym_simple_identifier, + STATE(6704), 1, + sym_type_modifiers, + STATE(9530), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(2883), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8176), 3, + STATE(2913), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -552486,46 +554308,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [115683] = 16, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, + [116951] = 17, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8332), 1, + anon_sym_LT, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8837), 1, + anon_sym_dynamic, + ACTIONS(8900), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6677), 1, + STATE(6313), 1, + sym_type_parameters, + STATE(6930), 1, sym_type_modifiers, - STATE(7537), 1, + STATE(7176), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(7425), 1, sym__simple_user_type, - STATE(9204), 1, - sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(7460), 2, + sym__receiver_type, + sym_nullable_type, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8175), 3, - sym__type, - sym_nullable_type, - sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -552533,47 +554356,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [115746] = 17, - ACTIONS(7324), 1, + [117016] = 16, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8276), 1, - anon_sym_LT, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, - anon_sym_dynamic, - ACTIONS(8892), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6269), 1, - sym_type_parameters, - STATE(6897), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(6993), 1, + STATE(7487), 1, sym_simple_identifier, - STATE(7393), 1, + STATE(7618), 1, sym__simple_user_type, + STATE(9397), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7409), 2, - sym__receiver_type, - sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8392), 7, + STATE(8175), 3, + sym__type, + sym_nullable_type, + sym_function_type, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -552581,46 +554403,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [115811] = 16, - ACTIONS(281), 1, + [117079] = 16, + ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8872), 1, + ACTIONS(8888), 1, anon_sym_LPAREN, - ACTIONS(8874), 1, + ACTIONS(8890), 1, anon_sym_dynamic, - STATE(4440), 1, + STATE(2837), 1, sym__lexical_identifier, - STATE(4461), 1, + STATE(2881), 1, sym__simple_user_type, - STATE(4463), 1, + STATE(2898), 1, sym_simple_identifier, - STATE(6634), 1, + STATE(6704), 1, sym_type_modifiers, - STATE(9167), 1, + STATE(9530), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(4460), 3, + STATE(2883), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(4611), 3, + STATE(2922), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(199), 7, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -552628,46 +554450,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [115874] = 16, + [117142] = 16, ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8872), 1, + ACTIONS(8884), 1, anon_sym_LPAREN, - ACTIONS(8874), 1, + ACTIONS(8886), 1, anon_sym_dynamic, - STATE(4440), 1, - sym__lexical_identifier, - STATE(4461), 1, + STATE(4459), 1, sym__simple_user_type, - STATE(4463), 1, + STATE(4461), 1, + sym__lexical_identifier, + STATE(4466), 1, sym_simple_identifier, - STATE(6634), 1, + STATE(6741), 1, sym_type_modifiers, - STATE(9167), 1, + STATE(9309), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, STATE(4460), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(4612), 3, + STATE(4621), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(199), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -552675,46 +554497,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [115937] = 16, - ACTIONS(7324), 1, + [117205] = 16, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - ACTIONS(8920), 1, - anon_sym_dynamic, - ACTIONS(8922), 1, - sym__backtick_identifier, - STATE(6570), 1, + STATE(4533), 1, + sym__lexical_identifier, + STATE(6550), 1, sym_type_modifiers, - STATE(8046), 1, + STATE(7487), 1, sym_simple_identifier, - STATE(8123), 1, - sym__lexical_identifier, - STATE(8144), 1, + STATE(7618), 1, sym__simple_user_type, - STATE(9292), 1, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7697), 3, - sym__type, - sym_nullable_type, - sym_function_type, - STATE(8525), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8918), 7, + STATE(8176), 3, + sym__type, + sym_nullable_type, + sym_function_type, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -552722,47 +554544,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [116000] = 17, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8276), 1, - anon_sym_LT, - ACTIONS(8406), 1, + [117268] = 16, + ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, - anon_sym_dynamic, - ACTIONS(8892), 1, + ACTIONS(8888), 1, anon_sym_LPAREN, - STATE(4507), 1, + ACTIONS(8890), 1, + anon_sym_dynamic, + STATE(2837), 1, sym__lexical_identifier, - STATE(6293), 1, - sym_type_parameters, - STATE(6897), 1, - sym_type_modifiers, - STATE(7020), 1, - sym_simple_identifier, - STATE(7393), 1, + STATE(2881), 1, sym__simple_user_type, + STATE(2898), 1, + sym_simple_identifier, + STATE(6704), 1, + sym_type_modifiers, + STATE(9530), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7412), 2, - sym__receiver_type, + STATE(2883), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + STATE(3143), 3, + sym__type, sym_nullable_type, - STATE(6895), 3, + sym_function_type, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(8392), 7, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -552770,46 +554591,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [116065] = 16, - ACTIONS(491), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [117331] = 17, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8332), 1, + anon_sym_LT, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8894), 1, - anon_sym_LPAREN, - ACTIONS(8896), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - STATE(831), 1, - sym__simple_user_type, - STATE(866), 1, + ACTIONS(8900), 1, + anon_sym_LPAREN, + STATE(4533), 1, sym__lexical_identifier, - STATE(875), 1, - sym_simple_identifier, - STATE(6417), 1, + STATE(6308), 1, + sym_type_parameters, + STATE(6930), 1, sym_type_modifiers, - STATE(9350), 1, - sym_function_type_parameters, + STATE(7130), 1, + sym_simple_identifier, + STATE(7425), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(837), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - STATE(918), 3, - sym__type, + STATE(7485), 2, + sym__receiver_type, sym_nullable_type, - sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(413), 7, + STATE(7427), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -552817,46 +554639,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [116128] = 16, - ACTIONS(7317), 1, + [117396] = 16, + ACTIONS(7325), 1, anon_sym_dynamic, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6677), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7537), 1, + STATE(7487), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(7618), 1, sym__simple_user_type, - STATE(9204), 1, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8167), 3, + STATE(8177), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -552864,46 +554686,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [116191] = 16, - ACTIONS(195), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [117459] = 16, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, - anon_sym_dynamic, - ACTIONS(8836), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - STATE(2826), 1, - sym_simple_identifier, - STATE(2864), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6897), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7393), 1, + STATE(7487), 1, + sym_simple_identifier, + STATE(7618), 1, sym__simple_user_type, + STATE(9397), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1605), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7130), 2, - sym__receiver_type, - sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(111), 7, + STATE(8209), 3, + sym__type, + sym_nullable_type, + sym_function_type, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -552911,47 +554733,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [116254] = 17, - ACTIONS(7324), 1, + [117522] = 16, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8276), 1, - anon_sym_LT, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, - anon_sym_dynamic, - ACTIONS(8892), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6290), 1, - sym_type_parameters, - STATE(6897), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7012), 1, + STATE(7487), 1, sym_simple_identifier, - STATE(7393), 1, + STATE(7618), 1, sym__simple_user_type, + STATE(9397), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7509), 2, - sym__receiver_type, - sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8392), 7, + STATE(8217), 3, + sym__type, + sym_nullable_type, + sym_function_type, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -552959,46 +554780,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [116319] = 16, - ACTIONS(613), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [117585] = 16, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8888), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - ACTIONS(8890), 1, - anon_sym_dynamic, - STATE(3205), 1, - sym__simple_user_type, - STATE(3263), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(3264), 1, - sym_simple_identifier, - STATE(6466), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(9518), 1, + STATE(7487), 1, + sym_simple_identifier, + STATE(7618), 1, + sym__simple_user_type, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(3204), 3, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(3737), 3, + STATE(8218), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - ACTIONS(537), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -553006,46 +554827,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [116382] = 16, - ACTIONS(195), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [117648] = 16, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, - anon_sym_dynamic, - ACTIONS(8836), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - STATE(2826), 1, - sym_simple_identifier, - STATE(2864), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6897), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7393), 1, + STATE(7487), 1, + sym_simple_identifier, + STATE(7618), 1, sym__simple_user_type, + STATE(9397), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2594), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6998), 2, - sym__receiver_type, - sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(111), 7, + STATE(8223), 3, + sym__type, + sym_nullable_type, + sym_function_type, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -553053,46 +554874,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [116445] = 16, - ACTIONS(491), 1, + [117711] = 16, + ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8894), 1, + ACTIONS(8888), 1, anon_sym_LPAREN, - ACTIONS(8896), 1, + ACTIONS(8890), 1, anon_sym_dynamic, - STATE(831), 1, - sym__simple_user_type, - STATE(866), 1, + STATE(2837), 1, sym__lexical_identifier, - STATE(875), 1, + STATE(2881), 1, + sym__simple_user_type, + STATE(2898), 1, sym_simple_identifier, - STATE(6417), 1, + STATE(6704), 1, sym_type_modifiers, - STATE(9350), 1, + STATE(9530), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(837), 3, + STATE(2883), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(878), 3, + STATE(2936), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(413), 7, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -553100,46 +554921,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [116508] = 16, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8406), 1, + [117774] = 16, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8910), 1, anon_sym_LPAREN, - STATE(4507), 1, + ACTIONS(8912), 1, + anon_sym_dynamic, + STATE(2858), 1, sym__lexical_identifier, - STATE(6677), 1, - sym_type_modifiers, - STATE(7537), 1, - sym_simple_identifier, - STATE(7584), 1, + STATE(2874), 1, sym__simple_user_type, - STATE(9204), 1, + STATE(2897), 1, + sym_simple_identifier, + STATE(6709), 1, + sym_type_modifiers, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(2876), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8169), 3, + STATE(3324), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -553147,47 +554968,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [116571] = 17, - ACTIONS(7324), 1, + [117837] = 16, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8276), 1, - anon_sym_LT, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, - anon_sym_dynamic, - ACTIONS(8892), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6285), 1, - sym_type_parameters, - STATE(6897), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(6997), 1, + STATE(7487), 1, sym_simple_identifier, - STATE(7393), 1, + STATE(7618), 1, sym__simple_user_type, + STATE(9397), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7470), 2, - sym__receiver_type, - sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8392), 7, + STATE(8264), 3, + sym__type, + sym_nullable_type, + sym_function_type, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -553195,46 +555015,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [116636] = 16, - ACTIONS(7317), 1, + [117900] = 16, + ACTIONS(7325), 1, anon_sym_dynamic, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6677), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7537), 1, + STATE(7487), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(7618), 1, sym__simple_user_type, - STATE(9204), 1, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8188), 3, + STATE(8260), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -553242,46 +555062,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [116699] = 16, - ACTIONS(7324), 1, + [117963] = 16, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, - anon_sym_AT, - ACTIONS(8858), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8924), 1, + ACTIONS(8752), 1, + anon_sym_AT, + ACTIONS(8754), 1, anon_sym_LPAREN, - ACTIONS(8926), 1, - anon_sym_dynamic, - STATE(5170), 1, - sym_simple_identifier, - STATE(5416), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(5586), 1, - sym__simple_user_type, - STATE(6702), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(9277), 1, + STATE(7487), 1, + sym_simple_identifier, + STATE(7618), 1, + sym__simple_user_type, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(5603), 3, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(5636), 3, + STATE(8259), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - ACTIONS(8854), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -553289,46 +555109,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [116762] = 16, - ACTIONS(491), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [118026] = 16, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8832), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - ACTIONS(8834), 1, - anon_sym_dynamic, - STATE(822), 1, - sym_simple_identifier, - STATE(866), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6897), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7393), 1, + STATE(7487), 1, + sym_simple_identifier, + STATE(7618), 1, sym__simple_user_type, + STATE(9397), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(459), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7018), 2, - sym__receiver_type, - sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(413), 7, + STATE(8256), 3, + sym__type, + sym_nullable_type, + sym_function_type, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -553336,46 +555156,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [116825] = 16, - ACTIONS(409), 1, + [118089] = 16, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8876), 1, + ACTIONS(8892), 1, anon_sym_LPAREN, - ACTIONS(8878), 1, + ACTIONS(8894), 1, anon_sym_dynamic, - STATE(2866), 1, - sym__simple_user_type, - STATE(2885), 1, + STATE(834), 1, sym_simple_identifier, - STATE(2890), 1, + STATE(843), 1, sym__lexical_identifier, - STATE(6530), 1, + STATE(865), 1, + sym__simple_user_type, + STATE(6614), 1, sym_type_modifiers, - STATE(9429), 1, + STATE(9486), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(2875), 3, + STATE(868), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(3780), 3, + STATE(1241), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(333), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -553383,46 +555203,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [116888] = 16, - ACTIONS(613), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [118152] = 16, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8888), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - ACTIONS(8890), 1, - anon_sym_dynamic, - STATE(3205), 1, - sym__simple_user_type, - STATE(3263), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(3264), 1, - sym_simple_identifier, - STATE(6466), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(9518), 1, + STATE(7487), 1, + sym_simple_identifier, + STATE(7618), 1, + sym__simple_user_type, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(3204), 3, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(3740), 3, + STATE(8232), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - ACTIONS(537), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -553430,42 +555250,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [116951] = 16, + [118215] = 16, ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8888), 1, + ACTIONS(8892), 1, anon_sym_LPAREN, - ACTIONS(8890), 1, + ACTIONS(8894), 1, anon_sym_dynamic, - STATE(3205), 1, - sym__simple_user_type, - STATE(3263), 1, - sym__lexical_identifier, - STATE(3264), 1, + STATE(834), 1, sym_simple_identifier, - STATE(6466), 1, + STATE(843), 1, + sym__lexical_identifier, + STATE(865), 1, + sym__simple_user_type, + STATE(6614), 1, sym_type_modifiers, - STATE(9518), 1, + STATE(9486), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(3204), 3, + STATE(868), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(4068), 3, + STATE(1234), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, @@ -553477,46 +555297,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [117014] = 16, - ACTIONS(195), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [118278] = 16, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8910), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - ACTIONS(8912), 1, - anon_sym_dynamic, - STATE(2864), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(2881), 1, - sym__simple_user_type, - STATE(2889), 1, - sym_simple_identifier, - STATE(6483), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(9470), 1, + STATE(7487), 1, + sym_simple_identifier, + STATE(7618), 1, + sym__simple_user_type, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(2838), 3, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(3066), 3, + STATE(8254), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - ACTIONS(111), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -553524,47 +555344,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [117077] = 17, - ACTIONS(7324), 1, + [118341] = 16, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8276), 1, - anon_sym_LT, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, - anon_sym_dynamic, - ACTIONS(8892), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6280), 1, - sym_type_parameters, - STATE(6897), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7039), 1, + STATE(7487), 1, sym_simple_identifier, - STATE(7393), 1, + STATE(7618), 1, sym__simple_user_type, + STATE(9397), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7528), 2, - sym__receiver_type, - sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8392), 7, + STATE(8219), 3, + sym__type, + sym_nullable_type, + sym_function_type, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -553572,46 +555391,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [117142] = 16, - ACTIONS(7324), 1, + [118404] = 16, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8904), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - ACTIONS(8906), 1, - anon_sym_dynamic, - ACTIONS(8908), 1, - sym__backtick_identifier, - STATE(4542), 1, - sym_simple_identifier, - STATE(4548), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(4571), 1, - sym__simple_user_type, - STATE(6609), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(9387), 1, + STATE(7487), 1, + sym_simple_identifier, + STATE(7618), 1, + sym__simple_user_type, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(4750), 3, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(5278), 3, + STATE(8263), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - ACTIONS(8902), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -553619,46 +555438,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [117205] = 16, - ACTIONS(491), 1, + [118467] = 16, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8894), 1, + ACTIONS(8892), 1, anon_sym_LPAREN, - ACTIONS(8896), 1, + ACTIONS(8894), 1, anon_sym_dynamic, - STATE(831), 1, - sym__simple_user_type, - STATE(866), 1, - sym__lexical_identifier, - STATE(875), 1, + STATE(834), 1, sym_simple_identifier, - STATE(6417), 1, + STATE(843), 1, + sym__lexical_identifier, + STATE(865), 1, + sym__simple_user_type, + STATE(6614), 1, sym_type_modifiers, - STATE(9350), 1, + STATE(9486), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(837), 3, + STATE(868), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(906), 3, + STATE(1243), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(413), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -553666,46 +555485,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [117268] = 16, - ACTIONS(7317), 1, + [118530] = 16, + ACTIONS(7325), 1, anon_sym_dynamic, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6677), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7537), 1, + STATE(7487), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(7618), 1, sym__simple_user_type, - STATE(9204), 1, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8189), 3, + STATE(8201), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -553713,46 +555532,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [117331] = 16, - ACTIONS(491), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [118593] = 16, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8894), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - ACTIONS(8896), 1, - anon_sym_dynamic, - STATE(831), 1, - sym__simple_user_type, - STATE(866), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(875), 1, - sym_simple_identifier, - STATE(6417), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(9350), 1, + STATE(7487), 1, + sym_simple_identifier, + STATE(7618), 1, + sym__simple_user_type, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(837), 3, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(938), 3, + STATE(8214), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - ACTIONS(413), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -553760,46 +555579,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [117394] = 16, - ACTIONS(281), 1, + [118656] = 16, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8872), 1, + ACTIONS(8892), 1, anon_sym_LPAREN, - ACTIONS(8874), 1, + ACTIONS(8894), 1, anon_sym_dynamic, - STATE(4440), 1, + STATE(834), 1, + sym_simple_identifier, + STATE(843), 1, sym__lexical_identifier, - STATE(4461), 1, + STATE(865), 1, sym__simple_user_type, - STATE(4463), 1, - sym_simple_identifier, - STATE(6634), 1, + STATE(6614), 1, sym_type_modifiers, - STATE(9167), 1, + STATE(9486), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(4460), 3, + STATE(868), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(4613), 3, + STATE(1244), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(199), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -553807,46 +555626,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [117457] = 16, - ACTIONS(281), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [118719] = 16, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8872), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - ACTIONS(8874), 1, - anon_sym_dynamic, - STATE(4440), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(4461), 1, - sym__simple_user_type, - STATE(4463), 1, - sym_simple_identifier, - STATE(6634), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(9167), 1, + STATE(7487), 1, + sym_simple_identifier, + STATE(7618), 1, + sym__simple_user_type, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(4460), 3, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(4614), 3, + STATE(8207), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - ACTIONS(199), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -553854,46 +555673,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [117520] = 16, - ACTIONS(409), 1, + [118782] = 16, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8876), 1, + ACTIONS(8892), 1, anon_sym_LPAREN, - ACTIONS(8878), 1, + ACTIONS(8894), 1, anon_sym_dynamic, - STATE(2866), 1, - sym__simple_user_type, - STATE(2885), 1, + STATE(834), 1, sym_simple_identifier, - STATE(2890), 1, + STATE(843), 1, sym__lexical_identifier, - STATE(6530), 1, + STATE(865), 1, + sym__simple_user_type, + STATE(6614), 1, sym_type_modifiers, - STATE(9429), 1, + STATE(9486), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(2875), 3, + STATE(868), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(3861), 3, + STATE(1245), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(333), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -553901,47 +555720,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [117583] = 17, - ACTIONS(7324), 1, + [118845] = 16, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8276), 1, - anon_sym_LT, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, - anon_sym_dynamic, - ACTIONS(8892), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6274), 1, - sym_type_parameters, - STATE(6897), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(6988), 1, + STATE(7487), 1, sym_simple_identifier, - STATE(7393), 1, + STATE(7618), 1, sym__simple_user_type, + STATE(9397), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7433), 2, - sym__receiver_type, - sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8392), 7, + STATE(8166), 3, + sym__type, + sym_nullable_type, + sym_function_type, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -553949,46 +555767,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [117648] = 16, - ACTIONS(491), 1, + [118908] = 16, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8894), 1, - anon_sym_LPAREN, - ACTIONS(8896), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - STATE(831), 1, - sym__simple_user_type, - STATE(866), 1, - sym__lexical_identifier, - STATE(875), 1, + ACTIONS(8843), 1, + anon_sym_LPAREN, + STATE(2796), 1, sym_simple_identifier, - STATE(6417), 1, + STATE(2858), 1, + sym__lexical_identifier, + STATE(6930), 1, sym_type_modifiers, - STATE(9350), 1, - sym_function_type_parameters, + STATE(7425), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(1599), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(837), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - STATE(901), 3, - sym__type, + STATE(7091), 2, + sym__receiver_type, sym_nullable_type, - sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(413), 7, + STATE(7427), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -553996,46 +555814,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [117711] = 16, - ACTIONS(613), 1, + [118971] = 16, + ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, ACTIONS(8888), 1, anon_sym_LPAREN, ACTIONS(8890), 1, anon_sym_dynamic, - STATE(3205), 1, - sym__simple_user_type, - STATE(3263), 1, + STATE(2837), 1, sym__lexical_identifier, - STATE(3264), 1, + STATE(2881), 1, + sym__simple_user_type, + STATE(2898), 1, sym_simple_identifier, - STATE(6466), 1, + STATE(6704), 1, sym_type_modifiers, - STATE(9518), 1, + STATE(9530), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(3204), 3, + STATE(2883), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(4007), 3, + STATE(3595), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(537), 7, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -554043,42 +555861,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [117774] = 16, + [119034] = 16, ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - ACTIONS(8836), 1, + ACTIONS(8843), 1, anon_sym_LPAREN, - STATE(2826), 1, + STATE(2796), 1, sym_simple_identifier, - STATE(2864), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7393), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2593), 2, + STATE(2405), 2, sym_variable_declaration, sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7009), 2, + STATE(7079), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, @@ -554090,46 +555908,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [117837] = 16, - ACTIONS(613), 1, + [119097] = 16, + ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, - anon_sym_dynamic, - ACTIONS(8852), 1, + ACTIONS(8888), 1, anon_sym_LPAREN, - STATE(3037), 1, - sym_simple_identifier, - STATE(3263), 1, + ACTIONS(8890), 1, + anon_sym_dynamic, + STATE(2837), 1, sym__lexical_identifier, - STATE(6897), 1, - sym_type_modifiers, - STATE(7393), 1, + STATE(2881), 1, sym__simple_user_type, + STATE(2898), 1, + sym_simple_identifier, + STATE(6704), 1, + sym_type_modifiers, + STATE(9530), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2564), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7034), 2, - sym__receiver_type, + STATE(2883), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + STATE(3597), 3, + sym__type, sym_nullable_type, - STATE(6895), 3, + sym_function_type, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(537), 7, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -554137,46 +555955,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [117900] = 16, - ACTIONS(613), 1, + [119160] = 16, + ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8888), 1, + ACTIONS(8884), 1, anon_sym_LPAREN, - ACTIONS(8890), 1, + ACTIONS(8886), 1, anon_sym_dynamic, - STATE(3205), 1, + STATE(4459), 1, sym__simple_user_type, - STATE(3263), 1, + STATE(4461), 1, sym__lexical_identifier, - STATE(3264), 1, + STATE(4466), 1, sym_simple_identifier, - STATE(6466), 1, + STATE(6741), 1, sym_type_modifiers, - STATE(9518), 1, + STATE(9309), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(3204), 3, + STATE(4460), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(3751), 3, + STATE(4616), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(537), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -554184,46 +556002,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [117963] = 16, - ACTIONS(195), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [119223] = 16, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8910), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - ACTIONS(8912), 1, - anon_sym_dynamic, - STATE(2864), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(2881), 1, - sym__simple_user_type, - STATE(2889), 1, - sym_simple_identifier, - STATE(6483), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(9470), 1, + STATE(7487), 1, + sym_simple_identifier, + STATE(7618), 1, + sym__simple_user_type, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(2838), 3, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(2880), 3, + STATE(8181), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - ACTIONS(111), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -554231,46 +556049,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [118026] = 16, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8406), 1, + [119286] = 16, + ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8888), 1, anon_sym_LPAREN, - STATE(4507), 1, + ACTIONS(8890), 1, + anon_sym_dynamic, + STATE(2837), 1, sym__lexical_identifier, - STATE(6677), 1, - sym_type_modifiers, - STATE(7537), 1, - sym_simple_identifier, - STATE(7584), 1, + STATE(2881), 1, sym__simple_user_type, - STATE(9204), 1, + STATE(2898), 1, + sym_simple_identifier, + STATE(6704), 1, + sym_type_modifiers, + STATE(9530), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(2883), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8195), 3, + STATE(3250), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -554278,42 +556096,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [118089] = 16, + [119349] = 16, ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8876), 1, + ACTIONS(8888), 1, anon_sym_LPAREN, - ACTIONS(8878), 1, + ACTIONS(8890), 1, anon_sym_dynamic, - STATE(2866), 1, + STATE(2837), 1, + sym__lexical_identifier, + STATE(2881), 1, sym__simple_user_type, - STATE(2885), 1, + STATE(2898), 1, sym_simple_identifier, - STATE(2890), 1, - sym__lexical_identifier, - STATE(6530), 1, + STATE(6704), 1, sym_type_modifiers, - STATE(9429), 1, + STATE(9530), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(2875), 3, + STATE(2883), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(3814), 3, + STATE(3599), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, @@ -554325,46 +556143,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [118152] = 16, - ACTIONS(7317), 1, + [119412] = 16, + ACTIONS(7325), 1, anon_sym_dynamic, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6677), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7537), 1, + STATE(7487), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(7618), 1, sym__simple_user_type, - STATE(9204), 1, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8174), 3, + STATE(8182), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -554372,46 +556190,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [118215] = 16, - ACTIONS(7324), 1, + [119475] = 16, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, - anon_sym_dynamic, - ACTIONS(8856), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - ACTIONS(8858), 1, - sym__backtick_identifier, - STATE(5416), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(5526), 1, - sym_simple_identifier, - STATE(6897), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7393), 1, + STATE(7487), 1, + sym_simple_identifier, + STATE(7618), 1, sym__simple_user_type, + STATE(9397), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5292), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7118), 2, - sym__receiver_type, - sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8854), 7, + STATE(8183), 3, + sym__type, + sym_nullable_type, + sym_function_type, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -554419,42 +556237,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [118278] = 16, + [119538] = 16, ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8876), 1, + ACTIONS(8888), 1, anon_sym_LPAREN, - ACTIONS(8878), 1, + ACTIONS(8890), 1, anon_sym_dynamic, - STATE(2866), 1, + STATE(2837), 1, + sym__lexical_identifier, + STATE(2881), 1, sym__simple_user_type, - STATE(2885), 1, + STATE(2898), 1, sym_simple_identifier, - STATE(2890), 1, - sym__lexical_identifier, - STATE(6530), 1, + STATE(6704), 1, sym_type_modifiers, - STATE(9429), 1, + STATE(9530), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(2875), 3, + STATE(2883), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(2914), 3, + STATE(3603), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, @@ -554466,46 +556284,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [118341] = 16, - ACTIONS(195), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [119601] = 16, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8910), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - ACTIONS(8912), 1, - anon_sym_dynamic, - STATE(2864), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(2881), 1, - sym__simple_user_type, - STATE(2889), 1, - sym_simple_identifier, - STATE(6483), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(9470), 1, + STATE(7487), 1, + sym_simple_identifier, + STATE(7618), 1, + sym__simple_user_type, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(2838), 3, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(2876), 3, + STATE(8185), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - ACTIONS(111), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -554513,46 +556331,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [118404] = 16, - ACTIONS(195), 1, + [119664] = 16, + ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8910), 1, + ACTIONS(8888), 1, anon_sym_LPAREN, - ACTIONS(8912), 1, + ACTIONS(8890), 1, anon_sym_dynamic, - STATE(2864), 1, + STATE(2837), 1, sym__lexical_identifier, STATE(2881), 1, sym__simple_user_type, - STATE(2889), 1, + STATE(2898), 1, sym_simple_identifier, - STATE(6483), 1, + STATE(6704), 1, sym_type_modifiers, - STATE(9470), 1, + STATE(9530), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(2838), 3, + STATE(2883), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(2863), 3, + STATE(3605), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(111), 7, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -554560,46 +556378,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [118467] = 16, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8406), 1, + [119727] = 16, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8837), 1, + anon_sym_dynamic, + ACTIONS(8841), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(2996), 1, + sym_simple_identifier, + STATE(3382), 1, sym__lexical_identifier, - STATE(6677), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7537), 1, - sym_simple_identifier, - STATE(7584), 1, + STATE(7425), 1, sym__simple_user_type, - STATE(9204), 1, - sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(2590), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(7106), 2, + sym__receiver_type, + sym_nullable_type, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8197), 3, - sym__type, - sym_nullable_type, - sym_function_type, - ACTIONS(8392), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -554607,46 +556425,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [118530] = 16, - ACTIONS(491), 1, + [119790] = 16, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8894), 1, - anon_sym_LPAREN, - ACTIONS(8896), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - STATE(831), 1, - sym__simple_user_type, - STATE(866), 1, - sym__lexical_identifier, - STATE(875), 1, + ACTIONS(8841), 1, + anon_sym_LPAREN, + STATE(2996), 1, sym_simple_identifier, - STATE(6417), 1, + STATE(3382), 1, + sym__lexical_identifier, + STATE(6930), 1, sym_type_modifiers, - STATE(9350), 1, - sym_function_type_parameters, + STATE(7425), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(2565), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(837), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - STATE(893), 3, - sym__type, + STATE(7131), 2, + sym__receiver_type, sym_nullable_type, - sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(413), 7, + STATE(7427), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -554654,47 +556472,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [118593] = 17, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8276), 1, - anon_sym_LT, - ACTIONS(8406), 1, + [119853] = 16, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, - anon_sym_dynamic, ACTIONS(8892), 1, anon_sym_LPAREN, - STATE(4507), 1, - sym__lexical_identifier, - STATE(6268), 1, - sym_type_parameters, - STATE(6897), 1, - sym_type_modifiers, - STATE(7045), 1, + ACTIONS(8894), 1, + anon_sym_dynamic, + STATE(834), 1, sym_simple_identifier, - STATE(7393), 1, + STATE(843), 1, + sym__lexical_identifier, + STATE(865), 1, sym__simple_user_type, + STATE(6614), 1, + sym_type_modifiers, + STATE(9486), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7526), 2, - sym__receiver_type, + STATE(868), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + STATE(1322), 3, + sym__type, sym_nullable_type, - STATE(6895), 3, + sym_function_type, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(8392), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -554702,46 +556519,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [118658] = 16, - ACTIONS(195), 1, + [119916] = 16, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, - anon_sym_dynamic, - ACTIONS(8836), 1, + ACTIONS(8892), 1, anon_sym_LPAREN, - STATE(2826), 1, + ACTIONS(8894), 1, + anon_sym_dynamic, + STATE(834), 1, sym_simple_identifier, - STATE(2864), 1, + STATE(843), 1, sym__lexical_identifier, - STATE(6897), 1, - sym_type_modifiers, - STATE(7393), 1, + STATE(865), 1, sym__simple_user_type, + STATE(6614), 1, + sym_type_modifiers, + STATE(9486), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1337), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7053), 2, - sym__receiver_type, + STATE(868), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + STATE(1324), 3, + sym__type, sym_nullable_type, - STATE(6895), 3, + sym_function_type, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(111), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -554749,42 +556566,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [118721] = 16, + [119979] = 16, ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8888), 1, + ACTIONS(8892), 1, anon_sym_LPAREN, - ACTIONS(8890), 1, + ACTIONS(8894), 1, anon_sym_dynamic, - STATE(3205), 1, - sym__simple_user_type, - STATE(3263), 1, - sym__lexical_identifier, - STATE(3264), 1, + STATE(834), 1, sym_simple_identifier, - STATE(6466), 1, + STATE(843), 1, + sym__lexical_identifier, + STATE(865), 1, + sym__simple_user_type, + STATE(6614), 1, sym_type_modifiers, - STATE(9518), 1, + STATE(9486), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(3204), 3, + STATE(868), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(3997), 3, + STATE(1325), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, @@ -554796,46 +556613,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [118784] = 16, - ACTIONS(613), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [120042] = 17, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8332), 1, + anon_sym_LT, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8888), 1, - anon_sym_LPAREN, - ACTIONS(8890), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - STATE(3205), 1, - sym__simple_user_type, - STATE(3263), 1, + ACTIONS(8900), 1, + anon_sym_LPAREN, + STATE(4533), 1, sym__lexical_identifier, - STATE(3264), 1, - sym_simple_identifier, - STATE(6466), 1, + STATE(6303), 1, + sym_type_parameters, + STATE(6930), 1, sym_type_modifiers, - STATE(9518), 1, - sym_function_type_parameters, + STATE(7123), 1, + sym_simple_identifier, + STATE(7425), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, - sym_line_comment, - STATE(5537), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(3204), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - STATE(3998), 3, - sym__type, + sym_line_comment, + STATE(5546), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7560), 2, + sym__receiver_type, sym_nullable_type, - sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(537), 7, + STATE(7427), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -554843,46 +556661,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [118847] = 16, - ACTIONS(491), 1, + [120107] = 16, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8894), 1, + ACTIONS(8910), 1, anon_sym_LPAREN, - ACTIONS(8896), 1, + ACTIONS(8912), 1, anon_sym_dynamic, - STATE(831), 1, - sym__simple_user_type, - STATE(866), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(875), 1, + STATE(2874), 1, + sym__simple_user_type, + STATE(2897), 1, sym_simple_identifier, - STATE(6417), 1, + STATE(6709), 1, sym_type_modifiers, - STATE(9350), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(837), 3, + STATE(2876), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(883), 3, + STATE(3237), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(413), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -554890,46 +556708,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [118910] = 16, - ACTIONS(491), 1, + [120170] = 16, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8894), 1, + ACTIONS(8910), 1, anon_sym_LPAREN, - ACTIONS(8896), 1, + ACTIONS(8912), 1, anon_sym_dynamic, - STATE(831), 1, - sym__simple_user_type, - STATE(866), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(875), 1, + STATE(2874), 1, + sym__simple_user_type, + STATE(2897), 1, sym_simple_identifier, - STATE(6417), 1, + STATE(6709), 1, sym_type_modifiers, - STATE(9350), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(837), 3, + STATE(2876), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(882), 3, + STATE(3236), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(413), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -554937,46 +556755,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [118973] = 16, - ACTIONS(491), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [120233] = 16, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8832), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - ACTIONS(8834), 1, - anon_sym_dynamic, - STATE(822), 1, - sym_simple_identifier, - STATE(866), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6897), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7393), 1, + STATE(7487), 1, + sym_simple_identifier, + STATE(7618), 1, sym__simple_user_type, + STATE(9397), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(452), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7072), 2, - sym__receiver_type, - sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(413), 7, + STATE(8253), 3, + sym__type, + sym_nullable_type, + sym_function_type, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -554984,46 +556802,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [119036] = 16, - ACTIONS(7317), 1, + [120296] = 16, + ACTIONS(7325), 1, anon_sym_dynamic, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6677), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7537), 1, + STATE(7487), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(7618), 1, sym__simple_user_type, - STATE(9204), 1, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8282), 3, + STATE(8179), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -555031,46 +556849,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [119099] = 16, - ACTIONS(409), 1, + [120359] = 16, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8876), 1, + ACTIONS(8910), 1, anon_sym_LPAREN, - ACTIONS(8878), 1, + ACTIONS(8912), 1, anon_sym_dynamic, - STATE(2866), 1, + STATE(2858), 1, + sym__lexical_identifier, + STATE(2874), 1, sym__simple_user_type, - STATE(2885), 1, + STATE(2897), 1, sym_simple_identifier, - STATE(2890), 1, - sym__lexical_identifier, - STATE(6530), 1, + STATE(6709), 1, sym_type_modifiers, - STATE(9429), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(2875), 3, + STATE(2876), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(3301), 3, + STATE(3234), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(333), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -555078,46 +556896,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [119162] = 16, - ACTIONS(613), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [120422] = 16, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, - anon_sym_dynamic, - ACTIONS(8852), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - STATE(3037), 1, - sym_simple_identifier, - STATE(3263), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6897), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7393), 1, + STATE(7487), 1, + sym_simple_identifier, + STATE(7618), 1, sym__simple_user_type, + STATE(9397), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1542), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7089), 2, - sym__receiver_type, - sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(537), 7, + STATE(8250), 3, + sym__type, + sym_nullable_type, + sym_function_type, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -555125,46 +556943,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [119225] = 16, - ACTIONS(613), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [120485] = 16, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8888), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - ACTIONS(8890), 1, - anon_sym_dynamic, - STATE(3205), 1, - sym__simple_user_type, - STATE(3263), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(3264), 1, - sym_simple_identifier, - STATE(6466), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(9518), 1, + STATE(7487), 1, + sym_simple_identifier, + STATE(7618), 1, + sym__simple_user_type, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(3204), 3, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(4011), 3, + STATE(8246), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - ACTIONS(537), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -555172,42 +556990,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [119288] = 16, + [120548] = 16, ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8876), 1, + ACTIONS(8888), 1, anon_sym_LPAREN, - ACTIONS(8878), 1, + ACTIONS(8890), 1, anon_sym_dynamic, - STATE(2866), 1, + STATE(2837), 1, + sym__lexical_identifier, + STATE(2881), 1, sym__simple_user_type, - STATE(2885), 1, + STATE(2898), 1, sym_simple_identifier, - STATE(2890), 1, - sym__lexical_identifier, - STATE(6530), 1, + STATE(6704), 1, sym_type_modifiers, - STATE(9429), 1, + STATE(9530), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(2875), 3, + STATE(2883), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(3297), 3, + STATE(2952), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, @@ -555219,46 +557037,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [119351] = 16, - ACTIONS(7324), 1, + [120611] = 16, + ACTIONS(195), 1, + sym__backtick_identifier, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8882), 1, + ACTIONS(8910), 1, anon_sym_LPAREN, - ACTIONS(8884), 1, + ACTIONS(8912), 1, anon_sym_dynamic, - ACTIONS(8886), 1, - sym__backtick_identifier, - STATE(5519), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(5521), 1, + STATE(2874), 1, + sym__simple_user_type, + STATE(2897), 1, sym_simple_identifier, - STATE(6699), 1, + STATE(6709), 1, sym_type_modifiers, - STATE(7476), 1, - sym__simple_user_type, - STATE(8952), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(5567), 3, + STATE(2876), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(7854), 3, + STATE(3233), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8880), 7, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -555266,93 +557084,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [119414] = 16, - ACTIONS(491), 1, + [120674] = 16, + ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8894), 1, + ACTIONS(8888), 1, anon_sym_LPAREN, - ACTIONS(8896), 1, + ACTIONS(8890), 1, anon_sym_dynamic, - STATE(831), 1, - sym__simple_user_type, - STATE(866), 1, + STATE(2837), 1, sym__lexical_identifier, - STATE(875), 1, + STATE(2881), 1, + sym__simple_user_type, + STATE(2898), 1, sym_simple_identifier, - STATE(6417), 1, + STATE(6704), 1, sym_type_modifiers, - STATE(9350), 1, + STATE(9530), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(837), 3, + STATE(2883), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(1319), 3, + STATE(3335), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - ACTIONS(413), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - [119477] = 16, - ACTIONS(613), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8738), 1, - anon_sym_AT, - ACTIONS(8834), 1, - anon_sym_dynamic, - ACTIONS(8852), 1, - anon_sym_LPAREN, - STATE(3037), 1, - sym_simple_identifier, - STATE(3263), 1, - sym__lexical_identifier, - STATE(6897), 1, - sym_type_modifiers, - STATE(7393), 1, - sym__simple_user_type, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(1597), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(5537), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(7093), 2, - sym__receiver_type, - sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(537), 7, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -555360,46 +557131,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [119540] = 16, - ACTIONS(7317), 1, + [120737] = 16, + ACTIONS(7325), 1, anon_sym_dynamic, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6677), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7537), 1, + STATE(7487), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(7618), 1, sym__simple_user_type, - STATE(9204), 1, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8287), 3, + STATE(8235), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -555407,46 +557178,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [119603] = 16, - ACTIONS(491), 1, + [120800] = 16, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8894), 1, + ACTIONS(8910), 1, anon_sym_LPAREN, - ACTIONS(8896), 1, + ACTIONS(8912), 1, anon_sym_dynamic, - STATE(831), 1, - sym__simple_user_type, - STATE(866), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(875), 1, + STATE(2874), 1, + sym__simple_user_type, + STATE(2897), 1, sym_simple_identifier, - STATE(6417), 1, + STATE(6709), 1, sym_type_modifiers, - STATE(9350), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(837), 3, + STATE(2876), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(1309), 3, + STATE(3229), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(413), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -555454,46 +557225,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [119666] = 16, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8406), 1, + [120863] = 16, + ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8888), 1, anon_sym_LPAREN, - STATE(4507), 1, + ACTIONS(8890), 1, + anon_sym_dynamic, + STATE(2837), 1, sym__lexical_identifier, - STATE(6677), 1, - sym_type_modifiers, - STATE(7537), 1, - sym_simple_identifier, - STATE(7584), 1, + STATE(2881), 1, sym__simple_user_type, - STATE(9204), 1, + STATE(2898), 1, + sym_simple_identifier, + STATE(6704), 1, + sym_type_modifiers, + STATE(9530), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(2883), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8212), 3, + STATE(3854), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -555501,42 +557272,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [119729] = 16, + [120926] = 16, ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8876), 1, + ACTIONS(8888), 1, anon_sym_LPAREN, - ACTIONS(8878), 1, + ACTIONS(8890), 1, anon_sym_dynamic, - STATE(2866), 1, + STATE(2837), 1, + sym__lexical_identifier, + STATE(2881), 1, sym__simple_user_type, - STATE(2885), 1, + STATE(2898), 1, sym_simple_identifier, - STATE(2890), 1, - sym__lexical_identifier, - STATE(6530), 1, + STATE(6704), 1, sym_type_modifiers, - STATE(9429), 1, + STATE(9530), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(2875), 3, + STATE(2883), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(2906), 3, + STATE(3840), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, @@ -555548,46 +557319,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [119792] = 16, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8406), 1, + [120989] = 16, + ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8888), 1, anon_sym_LPAREN, - STATE(4507), 1, + ACTIONS(8890), 1, + anon_sym_dynamic, + STATE(2837), 1, sym__lexical_identifier, - STATE(6677), 1, - sym_type_modifiers, - STATE(7537), 1, - sym_simple_identifier, - STATE(7584), 1, + STATE(2881), 1, sym__simple_user_type, - STATE(9204), 1, + STATE(2898), 1, + sym_simple_identifier, + STATE(6704), 1, + sym_type_modifiers, + STATE(9530), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(2883), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8279), 3, + STATE(3771), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -555595,46 +557366,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [119855] = 16, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8406), 1, + [121052] = 16, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8880), 1, anon_sym_LPAREN, - STATE(4507), 1, + ACTIONS(8882), 1, + anon_sym_dynamic, + STATE(3377), 1, + sym__simple_user_type, + STATE(3382), 1, sym__lexical_identifier, - STATE(6677), 1, - sym_type_modifiers, - STATE(7537), 1, + STATE(3446), 1, sym_simple_identifier, - STATE(7584), 1, - sym__simple_user_type, - STATE(9204), 1, + STATE(6710), 1, + sym_type_modifiers, + STATE(9488), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(3378), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8840), 3, + STATE(4033), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -555642,46 +557413,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [119918] = 16, - ACTIONS(409), 1, + [121115] = 16, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8876), 1, + ACTIONS(8880), 1, anon_sym_LPAREN, - ACTIONS(8878), 1, + ACTIONS(8882), 1, anon_sym_dynamic, - STATE(2866), 1, + STATE(3377), 1, sym__simple_user_type, - STATE(2885), 1, - sym_simple_identifier, - STATE(2890), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(6530), 1, + STATE(3446), 1, + sym_simple_identifier, + STATE(6710), 1, sym_type_modifiers, - STATE(9429), 1, + STATE(9488), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(2859), 3, - sym__type, - sym_nullable_type, - sym_function_type, - STATE(2875), 3, + STATE(3378), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(6895), 3, + STATE(4035), 3, + sym__type, + sym_nullable_type, + sym_function_type, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(333), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -555689,46 +557460,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [119981] = 16, - ACTIONS(7317), 1, + [121178] = 16, + ACTIONS(7325), 1, anon_sym_dynamic, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6677), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7537), 1, + STATE(7487), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(7618), 1, sym__simple_user_type, - STATE(9204), 1, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8168), 3, + STATE(8195), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -555736,46 +557507,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [120044] = 16, - ACTIONS(491), 1, + [121241] = 16, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8894), 1, + ACTIONS(8880), 1, anon_sym_LPAREN, - ACTIONS(8896), 1, + ACTIONS(8882), 1, anon_sym_dynamic, - STATE(831), 1, + STATE(3377), 1, sym__simple_user_type, - STATE(866), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(875), 1, + STATE(3446), 1, sym_simple_identifier, - STATE(6417), 1, + STATE(6710), 1, sym_type_modifiers, - STATE(9350), 1, + STATE(9488), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(837), 3, + STATE(3378), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(1338), 3, + STATE(4034), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(413), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -555783,46 +557554,93 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [120107] = 16, - ACTIONS(107), 1, + [121304] = 16, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8898), 1, + ACTIONS(8837), 1, + anon_sym_dynamic, + ACTIONS(8843), 1, anon_sym_LPAREN, - ACTIONS(8900), 1, + STATE(2796), 1, + sym_simple_identifier, + STATE(2858), 1, + sym__lexical_identifier, + STATE(6930), 1, + sym_type_modifiers, + STATE(7425), 1, + sym__simple_user_type, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + STATE(2424), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(5546), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7126), 2, + sym__receiver_type, + sym_nullable_type, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7427), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(111), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + [121367] = 16, + ACTIONS(7325), 1, anon_sym_dynamic, - STATE(4529), 1, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, + anon_sym_AT, + ACTIONS(8754), 1, + anon_sym_LPAREN, + STATE(4533), 1, sym__lexical_identifier, - STATE(4594), 1, + STATE(6550), 1, + sym_type_modifiers, + STATE(7487), 1, sym_simple_identifier, - STATE(4608), 1, + STATE(7618), 1, sym__simple_user_type, - STATE(6687), 1, - sym_type_modifiers, - STATE(9218), 1, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(4607), 3, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(4851), 3, + STATE(8196), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - ACTIONS(7), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -555830,46 +557648,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [120170] = 16, - ACTIONS(409), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [121430] = 16, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8876), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - ACTIONS(8878), 1, - anon_sym_dynamic, - STATE(2866), 1, - sym__simple_user_type, - STATE(2885), 1, - sym_simple_identifier, - STATE(2890), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6530), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(9429), 1, + STATE(7487), 1, + sym_simple_identifier, + STATE(7618), 1, + sym__simple_user_type, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(2867), 3, - sym__type, - sym_nullable_type, - sym_function_type, - STATE(2875), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(333), 7, + STATE(7537), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + STATE(8197), 3, + sym__type, + sym_nullable_type, + sym_function_type, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -555877,46 +557695,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [120233] = 16, - ACTIONS(409), 1, + [121493] = 16, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8876), 1, + ACTIONS(8880), 1, anon_sym_LPAREN, - ACTIONS(8878), 1, + ACTIONS(8882), 1, anon_sym_dynamic, - STATE(2866), 1, + STATE(3377), 1, sym__simple_user_type, - STATE(2885), 1, - sym_simple_identifier, - STATE(2890), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(6530), 1, + STATE(3446), 1, + sym_simple_identifier, + STATE(6710), 1, sym_type_modifiers, - STATE(9429), 1, + STATE(9488), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(2875), 3, + STATE(3378), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(2901), 3, + STATE(4010), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(333), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -555924,46 +557742,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [120296] = 16, - ACTIONS(7317), 1, + [121556] = 16, + ACTIONS(7325), 1, anon_sym_dynamic, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6677), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7537), 1, + STATE(7487), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(7618), 1, sym__simple_user_type, - STATE(9204), 1, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8170), 3, + STATE(8200), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -555971,42 +557789,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [120359] = 16, + [121619] = 16, ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, ACTIONS(8910), 1, anon_sym_LPAREN, ACTIONS(8912), 1, anon_sym_dynamic, - STATE(2864), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(2881), 1, + STATE(2874), 1, sym__simple_user_type, - STATE(2889), 1, + STATE(2897), 1, sym_simple_identifier, - STATE(6483), 1, + STATE(6709), 1, sym_type_modifiers, - STATE(9470), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(2838), 3, + STATE(2876), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(3097), 3, + STATE(3271), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, @@ -556018,46 +557836,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [120422] = 16, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8406), 1, + [121682] = 16, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8837), 1, + anon_sym_dynamic, + ACTIONS(8841), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(2996), 1, + sym_simple_identifier, + STATE(3382), 1, sym__lexical_identifier, - STATE(6677), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7537), 1, - sym_simple_identifier, - STATE(7584), 1, + STATE(7425), 1, sym__simple_user_type, - STATE(9204), 1, - sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(2687), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(7072), 2, + sym__receiver_type, + sym_nullable_type, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8280), 3, - sym__type, - sym_nullable_type, - sym_function_type, - ACTIONS(8392), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -556065,46 +557883,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [120485] = 16, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8406), 1, + [121745] = 16, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8910), 1, anon_sym_LPAREN, - STATE(4507), 1, + ACTIONS(8912), 1, + anon_sym_dynamic, + STATE(2858), 1, sym__lexical_identifier, - STATE(6677), 1, - sym_type_modifiers, - STATE(7537), 1, - sym_simple_identifier, - STATE(7584), 1, + STATE(2874), 1, sym__simple_user_type, - STATE(9204), 1, + STATE(2897), 1, + sym_simple_identifier, + STATE(6709), 1, + sym_type_modifiers, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(2876), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8172), 3, + STATE(3566), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -556112,46 +557930,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [120548] = 16, - ACTIONS(409), 1, + [121808] = 16, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8876), 1, + ACTIONS(8910), 1, anon_sym_LPAREN, - ACTIONS(8878), 1, + ACTIONS(8912), 1, anon_sym_dynamic, - STATE(2866), 1, + STATE(2858), 1, + sym__lexical_identifier, + STATE(2874), 1, sym__simple_user_type, - STATE(2885), 1, + STATE(2897), 1, sym_simple_identifier, - STATE(2890), 1, - sym__lexical_identifier, - STATE(6530), 1, + STATE(6709), 1, sym_type_modifiers, - STATE(9429), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(2875), 3, + STATE(2876), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(2888), 3, + STATE(3568), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(333), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -556159,46 +557977,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [120611] = 16, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8406), 1, + [121871] = 16, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8910), 1, anon_sym_LPAREN, - STATE(4507), 1, + ACTIONS(8912), 1, + anon_sym_dynamic, + STATE(2858), 1, sym__lexical_identifier, - STATE(6677), 1, - sym_type_modifiers, - STATE(7537), 1, - sym_simple_identifier, - STATE(7584), 1, + STATE(2874), 1, sym__simple_user_type, - STATE(9204), 1, + STATE(2897), 1, + sym_simple_identifier, + STATE(6709), 1, + sym_type_modifiers, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(2876), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8173), 3, + STATE(3574), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -556206,46 +558024,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [120674] = 16, - ACTIONS(491), 1, + [121934] = 16, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8894), 1, + ACTIONS(8910), 1, anon_sym_LPAREN, - ACTIONS(8896), 1, + ACTIONS(8912), 1, anon_sym_dynamic, - STATE(831), 1, - sym__simple_user_type, - STATE(866), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(875), 1, + STATE(2874), 1, + sym__simple_user_type, + STATE(2897), 1, sym_simple_identifier, - STATE(6417), 1, + STATE(6709), 1, sym_type_modifiers, - STATE(9350), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(837), 3, + STATE(2876), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(1009), 3, + STATE(3969), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(413), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -556253,46 +558071,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [120737] = 16, - ACTIONS(409), 1, + [121997] = 16, + ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8876), 1, + ACTIONS(8884), 1, anon_sym_LPAREN, - ACTIONS(8878), 1, + ACTIONS(8886), 1, anon_sym_dynamic, - STATE(2866), 1, + STATE(4459), 1, sym__simple_user_type, - STATE(2885), 1, - sym_simple_identifier, - STATE(2890), 1, + STATE(4461), 1, sym__lexical_identifier, - STATE(6530), 1, + STATE(4466), 1, + sym_simple_identifier, + STATE(6741), 1, sym_type_modifiers, - STATE(9429), 1, + STATE(9309), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(2865), 3, - sym__type, - sym_nullable_type, - sym_function_type, - STATE(2875), 3, + STATE(4460), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(6895), 3, + STATE(4675), 3, + sym__type, + sym_nullable_type, + sym_function_type, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(333), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -556300,46 +558118,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [120800] = 16, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8406), 1, + [122060] = 16, + ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8884), 1, anon_sym_LPAREN, - STATE(4507), 1, + ACTIONS(8886), 1, + anon_sym_dynamic, + STATE(4459), 1, + sym__simple_user_type, + STATE(4461), 1, sym__lexical_identifier, - STATE(6677), 1, - sym_type_modifiers, - STATE(7537), 1, + STATE(4466), 1, sym_simple_identifier, - STATE(7584), 1, - sym__simple_user_type, - STATE(9204), 1, + STATE(6741), 1, + sym_type_modifiers, + STATE(9309), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(4460), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8134), 3, + STATE(4674), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -556347,46 +558165,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [120863] = 16, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8406), 1, + [122123] = 16, + ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8884), 1, anon_sym_LPAREN, - STATE(4507), 1, + ACTIONS(8886), 1, + anon_sym_dynamic, + STATE(4459), 1, + sym__simple_user_type, + STATE(4461), 1, sym__lexical_identifier, - STATE(6677), 1, - sym_type_modifiers, - STATE(7537), 1, + STATE(4466), 1, sym_simple_identifier, - STATE(7584), 1, - sym__simple_user_type, - STATE(9204), 1, + STATE(6741), 1, + sym_type_modifiers, + STATE(9309), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(4460), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8288), 3, + STATE(4665), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -556394,46 +558212,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [120926] = 16, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8406), 1, + [122186] = 16, + ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8884), 1, anon_sym_LPAREN, - STATE(4507), 1, + ACTIONS(8886), 1, + anon_sym_dynamic, + STATE(4459), 1, + sym__simple_user_type, + STATE(4461), 1, sym__lexical_identifier, - STATE(6677), 1, - sym_type_modifiers, - STATE(7537), 1, + STATE(4466), 1, sym_simple_identifier, - STATE(7584), 1, - sym__simple_user_type, - STATE(9204), 1, + STATE(6741), 1, + sym_type_modifiers, + STATE(9309), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(4460), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8136), 3, + STATE(4640), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -556441,93 +558259,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [120989] = 16, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8406), 1, + [122249] = 16, + ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8884), 1, anon_sym_LPAREN, - STATE(4507), 1, + ACTIONS(8886), 1, + anon_sym_dynamic, + STATE(4459), 1, + sym__simple_user_type, + STATE(4461), 1, sym__lexical_identifier, - STATE(6677), 1, - sym_type_modifiers, - STATE(7537), 1, + STATE(4466), 1, sym_simple_identifier, - STATE(7584), 1, - sym__simple_user_type, - STATE(9204), 1, + STATE(6741), 1, + sym_type_modifiers, + STATE(9309), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(4460), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8276), 3, + STATE(4569), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - [121052] = 16, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8738), 1, - anon_sym_AT, - ACTIONS(8834), 1, - anon_sym_dynamic, - ACTIONS(8842), 1, - anon_sym_LPAREN, - ACTIONS(8844), 1, - sym__backtick_identifier, - STATE(2897), 1, - sym_simple_identifier, - STATE(2984), 1, - sym__lexical_identifier, - STATE(6897), 1, - sym_type_modifiers, - STATE(7393), 1, - sym__simple_user_type, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(1840), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(5537), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(7096), 2, - sym__receiver_type, - sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(8840), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -556535,46 +558306,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [121115] = 16, - ACTIONS(491), 1, + [122312] = 16, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8894), 1, + ACTIONS(8910), 1, anon_sym_LPAREN, - ACTIONS(8896), 1, + ACTIONS(8912), 1, anon_sym_dynamic, - STATE(831), 1, - sym__simple_user_type, - STATE(866), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(875), 1, + STATE(2874), 1, + sym__simple_user_type, + STATE(2897), 1, sym_simple_identifier, - STATE(6417), 1, + STATE(6709), 1, sym_type_modifiers, - STATE(9350), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(837), 3, + STATE(2876), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(981), 3, + STATE(3244), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(413), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -556582,46 +558353,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [121178] = 16, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, + [122375] = 16, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, - sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8861), 1, + sym__backtick_identifier, + ACTIONS(8928), 1, anon_sym_LPAREN, - STATE(4507), 1, + ACTIONS(8930), 1, + anon_sym_dynamic, + STATE(2903), 1, sym__lexical_identifier, - STATE(6677), 1, - sym_type_modifiers, - STATE(7537), 1, + STATE(2974), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(3097), 1, sym__simple_user_type, - STATE(9204), 1, + STATE(6702), 1, + sym_type_modifiers, + STATE(9501), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(3194), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8137), 3, + STATE(3787), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + ACTIONS(8857), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -556629,46 +558400,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [121241] = 16, - ACTIONS(7324), 1, + [122438] = 16, + ACTIONS(533), 1, + sym__backtick_identifier, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8844), 1, - sym__backtick_identifier, - ACTIONS(8914), 1, + ACTIONS(8880), 1, anon_sym_LPAREN, - ACTIONS(8916), 1, + ACTIONS(8882), 1, anon_sym_dynamic, - STATE(2984), 1, + STATE(3377), 1, + sym__simple_user_type, + STATE(3382), 1, sym__lexical_identifier, - STATE(2986), 1, + STATE(3446), 1, sym_simple_identifier, - STATE(3101), 1, - sym__simple_user_type, - STATE(6546), 1, + STATE(6710), 1, sym_type_modifiers, - STATE(9363), 1, + STATE(9488), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(3170), 3, + STATE(3378), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(3637), 3, + STATE(4052), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(8840), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -556676,46 +558447,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [121304] = 16, - ACTIONS(613), 1, + [122501] = 16, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8888), 1, + ACTIONS(8880), 1, anon_sym_LPAREN, - ACTIONS(8890), 1, + ACTIONS(8882), 1, anon_sym_dynamic, - STATE(3205), 1, + STATE(3377), 1, sym__simple_user_type, - STATE(3263), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(3264), 1, + STATE(3446), 1, sym_simple_identifier, - STATE(6466), 1, + STATE(6710), 1, sym_type_modifiers, - STATE(9518), 1, + STATE(9488), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(3204), 3, + STATE(3378), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(4047), 3, + STATE(4059), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(537), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -556723,46 +558494,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [121367] = 16, - ACTIONS(491), 1, + [122564] = 16, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8894), 1, + ACTIONS(8880), 1, anon_sym_LPAREN, - ACTIONS(8896), 1, + ACTIONS(8882), 1, anon_sym_dynamic, - STATE(831), 1, + STATE(3377), 1, sym__simple_user_type, - STATE(866), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(875), 1, + STATE(3446), 1, sym_simple_identifier, - STATE(6417), 1, + STATE(6710), 1, sym_type_modifiers, - STATE(9350), 1, + STATE(9488), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(837), 3, + STATE(3378), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(1318), 3, + STATE(4079), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(413), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -556770,46 +558541,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [121430] = 16, - ACTIONS(7317), 1, + [122627] = 16, + ACTIONS(7325), 1, anon_sym_dynamic, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6677), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7537), 1, + STATE(7487), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(7618), 1, sym__simple_user_type, - STATE(9204), 1, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8140), 3, + STATE(8298), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -556817,46 +558588,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [121493] = 16, - ACTIONS(491), 1, + [122690] = 16, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8894), 1, + ACTIONS(8910), 1, anon_sym_LPAREN, - ACTIONS(8896), 1, + ACTIONS(8912), 1, anon_sym_dynamic, - STATE(831), 1, - sym__simple_user_type, - STATE(866), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(875), 1, + STATE(2874), 1, + sym__simple_user_type, + STATE(2897), 1, sym_simple_identifier, - STATE(6417), 1, + STATE(6709), 1, sym_type_modifiers, - STATE(9350), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(837), 3, + STATE(2876), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(972), 3, + STATE(3973), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(413), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -556864,46 +558635,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [121556] = 16, - ACTIONS(613), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [122753] = 16, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8888), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - ACTIONS(8890), 1, - anon_sym_dynamic, - STATE(3205), 1, - sym__simple_user_type, - STATE(3263), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(3264), 1, - sym_simple_identifier, - STATE(6466), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(9518), 1, + STATE(7487), 1, + sym_simple_identifier, + STATE(7618), 1, + sym__simple_user_type, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(3204), 3, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(4029), 3, + STATE(8296), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - ACTIONS(537), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -556911,46 +558682,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [121619] = 16, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8406), 1, + [122816] = 16, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8910), 1, anon_sym_LPAREN, - STATE(4507), 1, + ACTIONS(8912), 1, + anon_sym_dynamic, + STATE(2858), 1, sym__lexical_identifier, - STATE(6677), 1, - sym_type_modifiers, - STATE(7537), 1, - sym_simple_identifier, - STATE(7584), 1, + STATE(2874), 1, sym__simple_user_type, - STATE(9204), 1, + STATE(2897), 1, + sym_simple_identifier, + STATE(6709), 1, + sym_type_modifiers, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(2876), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8206), 3, + STATE(3190), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -556958,46 +558729,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [121682] = 16, - ACTIONS(195), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [122879] = 16, + ACTIONS(7325), 1, + anon_sym_dynamic, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, - anon_sym_dynamic, - ACTIONS(8836), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - STATE(2826), 1, - sym_simple_identifier, - STATE(2864), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6897), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7393), 1, + STATE(7487), 1, + sym_simple_identifier, + STATE(7618), 1, sym__simple_user_type, + STATE(9397), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1604), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7135), 2, - sym__receiver_type, - sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(111), 7, + STATE(8295), 3, + sym__type, + sym_nullable_type, + sym_function_type, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -557005,46 +558776,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [121745] = 16, - ACTIONS(409), 1, - sym__backtick_identifier, - ACTIONS(7324), 1, + [122942] = 16, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8876), 1, + ACTIONS(8861), 1, + sym__backtick_identifier, + ACTIONS(8928), 1, anon_sym_LPAREN, - ACTIONS(8878), 1, + ACTIONS(8930), 1, anon_sym_dynamic, - STATE(2866), 1, - sym__simple_user_type, - STATE(2885), 1, - sym_simple_identifier, - STATE(2890), 1, + STATE(2903), 1, sym__lexical_identifier, - STATE(6530), 1, + STATE(2974), 1, + sym_simple_identifier, + STATE(3097), 1, + sym__simple_user_type, + STATE(6702), 1, sym_type_modifiers, - STATE(9429), 1, + STATE(9501), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(2854), 3, - sym__type, - sym_nullable_type, - sym_function_type, - STATE(2875), 3, + STATE(3194), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(6895), 3, + STATE(3681), 3, + sym__type, + sym_nullable_type, + sym_function_type, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(333), 7, + ACTIONS(8857), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -557052,46 +558823,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [121808] = 16, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8406), 1, + [123005] = 16, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8910), 1, anon_sym_LPAREN, - STATE(4507), 1, + ACTIONS(8912), 1, + anon_sym_dynamic, + STATE(2858), 1, sym__lexical_identifier, - STATE(6677), 1, - sym_type_modifiers, - STATE(7537), 1, - sym_simple_identifier, - STATE(7584), 1, + STATE(2874), 1, sym__simple_user_type, - STATE(9204), 1, + STATE(2897), 1, + sym_simple_identifier, + STATE(6709), 1, + sym_type_modifiers, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(2876), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8198), 3, + STATE(3981), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -557099,46 +558870,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [121871] = 16, - ACTIONS(7317), 1, + [123068] = 16, + ACTIONS(7325), 1, anon_sym_dynamic, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6677), 1, + STATE(6550), 1, sym_type_modifiers, - STATE(7537), 1, + STATE(7487), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(7618), 1, sym__simple_user_type, - STATE(9204), 1, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(7537), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(7697), 3, + STATE(8294), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -557146,46 +558917,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [121934] = 16, - ACTIONS(491), 1, + [123131] = 16, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8832), 1, + ACTIONS(8910), 1, anon_sym_LPAREN, - ACTIONS(8834), 1, + ACTIONS(8912), 1, anon_sym_dynamic, - STATE(822), 1, - sym_simple_identifier, - STATE(866), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(6897), 1, - sym_type_modifiers, - STATE(7393), 1, + STATE(2874), 1, sym__simple_user_type, + STATE(2897), 1, + sym_simple_identifier, + STATE(6709), 1, + sym_type_modifiers, + STATE(9504), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(448), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7031), 2, - sym__receiver_type, + STATE(2876), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + STATE(3978), 3, + sym__type, sym_nullable_type, - STATE(6895), 3, + sym_function_type, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(413), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -557193,46 +558964,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [121997] = 16, - ACTIONS(613), 1, + [123194] = 16, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8888), 1, + ACTIONS(8910), 1, anon_sym_LPAREN, - ACTIONS(8890), 1, + ACTIONS(8912), 1, anon_sym_dynamic, - STATE(3205), 1, - sym__simple_user_type, - STATE(3263), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(3264), 1, + STATE(2874), 1, + sym__simple_user_type, + STATE(2897), 1, sym_simple_identifier, - STATE(6466), 1, + STATE(6709), 1, sym_type_modifiers, - STATE(9518), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(3204), 3, + STATE(2876), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(4074), 3, + STATE(3967), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(537), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -557240,46 +559011,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [122060] = 16, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8406), 1, + [123257] = 16, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8892), 1, anon_sym_LPAREN, - STATE(4507), 1, - sym__lexical_identifier, - STATE(6677), 1, - sym_type_modifiers, - STATE(7537), 1, + ACTIONS(8894), 1, + anon_sym_dynamic, + STATE(834), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(843), 1, + sym__lexical_identifier, + STATE(865), 1, sym__simple_user_type, - STATE(9204), 1, + STATE(6614), 1, + sym_type_modifiers, + STATE(9486), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(868), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8211), 3, + STATE(1132), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -557287,46 +559058,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [122123] = 16, - ACTIONS(7317), 1, - anon_sym_dynamic, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8406), 1, + [123320] = 16, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8740), 1, + ACTIONS(8892), 1, anon_sym_LPAREN, - STATE(4507), 1, - sym__lexical_identifier, - STATE(6677), 1, - sym_type_modifiers, - STATE(7537), 1, + ACTIONS(8894), 1, + anon_sym_dynamic, + STATE(834), 1, sym_simple_identifier, - STATE(7584), 1, + STATE(843), 1, + sym__lexical_identifier, + STATE(865), 1, sym__simple_user_type, - STATE(9204), 1, + STATE(6614), 1, + sym_type_modifiers, + STATE(9486), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(7408), 3, + STATE(868), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(8199), 3, + STATE(1107), 3, sym__type, sym_nullable_type, sym_function_type, - ACTIONS(8392), 7, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -557334,46 +559105,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [122186] = 16, - ACTIONS(281), 1, + [123383] = 16, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8872), 1, + ACTIONS(8910), 1, anon_sym_LPAREN, - ACTIONS(8874), 1, + ACTIONS(8912), 1, anon_sym_dynamic, - STATE(4440), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(4461), 1, + STATE(2874), 1, sym__simple_user_type, - STATE(4463), 1, + STATE(2897), 1, sym_simple_identifier, - STATE(6634), 1, + STATE(6709), 1, sym_type_modifiers, - STATE(9167), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(4460), 3, + STATE(2876), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - STATE(4616), 3, + STATE(3049), 3, sym__type, sym_nullable_type, sym_function_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(199), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -557381,121 +559152,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [122249] = 5, - ACTIONS(8928), 1, - anon_sym_DOT, - STATE(6316), 1, - aux_sym_user_type_repeat1, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4271), 8, - anon_sym_AT, - anon_sym_RBRACK, - anon_sym_EQ, - anon_sym_LBRACE, - anon_sym_LPAREN, - anon_sym_COMMA, - sym__quest, + [123446] = 16, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(4269), 16, - anon_sym_val, - anon_sym_by, - anon_sym_where, - anon_sym_get, - anon_sym_set, - anon_sym_dynamic, - anon_sym_while, - anon_sym_suspend, - anon_sym_data, - anon_sym_inner, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - [122288] = 15, - ACTIONS(7324), 1, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, - sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, - anon_sym_dynamic, ACTIONS(8892), 1, anon_sym_LPAREN, - STATE(4507), 1, - sym__lexical_identifier, - STATE(6897), 1, - sym_type_modifiers, - STATE(7075), 1, + ACTIONS(8894), 1, + anon_sym_dynamic, + STATE(834), 1, sym_simple_identifier, - STATE(7393), 1, + STATE(843), 1, + sym__lexical_identifier, + STATE(865), 1, sym__simple_user_type, + STATE(6614), 1, + sym_type_modifiers, + STATE(9486), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7472), 2, - sym__receiver_type, - sym_nullable_type, - STATE(6895), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(868), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8392), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - [122347] = 15, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8406), 1, - sym__backtick_identifier, - ACTIONS(8738), 1, - anon_sym_AT, - ACTIONS(8834), 1, - anon_sym_dynamic, - ACTIONS(8892), 1, - anon_sym_LPAREN, - STATE(4507), 1, - sym__lexical_identifier, - STATE(6897), 1, - sym_type_modifiers, - STATE(7086), 1, - sym_simple_identifier, - STATE(7393), 1, - sym__simple_user_type, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(5537), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(7482), 2, - sym__receiver_type, + STATE(1445), 3, + sym__type, sym_nullable_type, - STATE(6895), 3, + sym_function_type, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(8392), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -557503,43 +559199,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [122406] = 15, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8406), 1, + [123509] = 16, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, - anon_sym_dynamic, ACTIONS(8892), 1, anon_sym_LPAREN, - STATE(4507), 1, - sym__lexical_identifier, - STATE(6897), 1, - sym_type_modifiers, - STATE(7045), 1, + ACTIONS(8894), 1, + anon_sym_dynamic, + STATE(834), 1, sym_simple_identifier, - STATE(7393), 1, + STATE(843), 1, + sym__lexical_identifier, + STATE(865), 1, sym__simple_user_type, + STATE(6614), 1, + sym_type_modifiers, + STATE(9486), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7526), 2, - sym__receiver_type, + STATE(868), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + STATE(1458), 3, + sym__type, sym_nullable_type, - STATE(6895), 3, + sym_function_type, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(8392), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -557547,43 +559246,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [122465] = 15, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8406), 1, + [123572] = 16, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, - anon_sym_dynamic, ACTIONS(8892), 1, anon_sym_LPAREN, - STATE(4507), 1, - sym__lexical_identifier, - STATE(6897), 1, - sym_type_modifiers, - STATE(7070), 1, + ACTIONS(8894), 1, + anon_sym_dynamic, + STATE(834), 1, sym_simple_identifier, - STATE(7393), 1, + STATE(843), 1, + sym__lexical_identifier, + STATE(865), 1, sym__simple_user_type, + STATE(6614), 1, + sym_type_modifiers, + STATE(9486), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7518), 2, - sym__receiver_type, + STATE(868), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + STATE(1463), 3, + sym__type, sym_nullable_type, - STATE(6895), 3, + sym_function_type, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(8392), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -557591,43 +559293,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [122524] = 15, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8406), 1, + [123635] = 16, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - ACTIONS(8892), 1, + ACTIONS(8841), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(2996), 1, + sym_simple_identifier, + STATE(3382), 1, sym__lexical_identifier, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7001), 1, - sym_simple_identifier, - STATE(7393), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(2662), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7465), 2, + STATE(7044), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8392), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -557635,43 +559340,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [122583] = 15, - ACTIONS(7324), 1, - anon_sym_suspend, - ACTIONS(8406), 1, + [123698] = 16, + ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, - anon_sym_dynamic, - ACTIONS(8892), 1, + ACTIONS(8888), 1, anon_sym_LPAREN, - STATE(4507), 1, + ACTIONS(8890), 1, + anon_sym_dynamic, + STATE(2837), 1, sym__lexical_identifier, - STATE(6897), 1, - sym_type_modifiers, - STATE(7098), 1, - sym_simple_identifier, - STATE(7393), 1, + STATE(2881), 1, sym__simple_user_type, + STATE(2898), 1, + sym_simple_identifier, + STATE(6704), 1, + sym_type_modifiers, + STATE(9530), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7496), 2, - sym__receiver_type, + STATE(2883), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + STATE(3425), 3, + sym__type, sym_nullable_type, - STATE(6895), 3, + sym_function_type, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(8392), 7, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -557679,43 +559387,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [122642] = 15, - ACTIONS(7324), 1, + [123761] = 15, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - ACTIONS(8892), 1, + ACTIONS(8900), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7062), 1, + STATE(7129), 1, sym_simple_identifier, - STATE(7393), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7500), 2, + STATE(7566), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -557723,43 +559431,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [122701] = 15, - ACTIONS(7324), 1, + [123820] = 15, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - ACTIONS(8892), 1, + ACTIONS(8900), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(6988), 1, + STATE(7123), 1, sym_simple_identifier, - STATE(7393), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7433), 2, + STATE(7560), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -557767,43 +559475,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [122760] = 15, - ACTIONS(7324), 1, + [123879] = 15, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - ACTIONS(8892), 1, + ACTIONS(8900), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7006), 1, + STATE(7041), 1, sym_simple_identifier, - STATE(7393), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7532), 2, + STATE(7523), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -557811,43 +559519,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [122819] = 15, - ACTIONS(7324), 1, + [123938] = 15, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - ACTIONS(8892), 1, + ACTIONS(8900), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(6989), 1, + STATE(7173), 1, sym_simple_identifier, - STATE(7393), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7421), 2, + STATE(7524), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -557855,43 +559563,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [122878] = 15, - ACTIONS(7324), 1, + [123997] = 15, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - ACTIONS(8892), 1, + ACTIONS(8900), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7076), 1, + STATE(7037), 1, sym_simple_identifier, - STATE(7393), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7525), 2, + STATE(7515), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -557899,43 +559607,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [122937] = 15, - ACTIONS(7324), 1, + [124056] = 15, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - ACTIONS(8892), 1, + ACTIONS(8900), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7039), 1, + STATE(7052), 1, sym_simple_identifier, - STATE(7393), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7528), 2, + STATE(7465), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -557943,43 +559651,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [122996] = 15, - ACTIONS(7324), 1, + [124115] = 15, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - ACTIONS(8892), 1, + ACTIONS(8900), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7133), 1, + STATE(7035), 1, sym_simple_identifier, - STATE(7393), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7407), 2, + STATE(7489), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -557987,43 +559695,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [123055] = 15, - ACTIONS(7324), 1, + [124174] = 15, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - ACTIONS(8892), 1, + ACTIONS(8900), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7005), 1, + STATE(7186), 1, sym_simple_identifier, - STATE(7393), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7522), 2, + STATE(7542), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -558031,43 +559739,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [123114] = 15, - ACTIONS(7324), 1, + [124233] = 15, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - ACTIONS(8892), 1, + ACTIONS(8900), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7125), 1, + STATE(7029), 1, sym_simple_identifier, - STATE(7393), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7415), 2, + STATE(7507), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -558075,43 +559783,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [123173] = 15, - ACTIONS(7324), 1, + [124292] = 15, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - ACTIONS(8892), 1, + ACTIONS(8900), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7028), 1, + STATE(7148), 1, sym_simple_identifier, - STATE(7393), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7504), 2, + STATE(7509), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -558119,43 +559827,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [123232] = 15, - ACTIONS(7324), 1, + [124351] = 15, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - ACTIONS(8892), 1, + ACTIONS(8900), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7083), 1, + STATE(7050), 1, sym_simple_identifier, - STATE(7393), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7530), 2, + STATE(7535), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -558163,43 +559871,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [123291] = 15, - ACTIONS(7324), 1, + [124410] = 15, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - ACTIONS(8892), 1, + ACTIONS(8900), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7158), 1, + STATE(7130), 1, sym_simple_identifier, - STATE(7393), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7547), 2, + STATE(7485), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -558207,43 +559915,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [123350] = 15, - ACTIONS(7324), 1, + [124469] = 15, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - ACTIONS(8892), 1, + ACTIONS(8900), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(6997), 1, + STATE(7137), 1, sym_simple_identifier, - STATE(7393), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7470), 2, + STATE(7478), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -558251,43 +559959,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [123409] = 15, - ACTIONS(7324), 1, + [124528] = 15, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - ACTIONS(8892), 1, + ACTIONS(8900), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7120), 1, + STATE(7056), 1, sym_simple_identifier, - STATE(7393), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7535), 2, + STATE(7548), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -558295,43 +560003,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [123468] = 15, - ACTIONS(7324), 1, + [124587] = 15, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - ACTIONS(8892), 1, + ACTIONS(8900), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(6999), 1, + STATE(7089), 1, sym_simple_identifier, - STATE(7393), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7491), 2, + STATE(7451), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -558339,43 +560047,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [123527] = 15, - ACTIONS(7324), 1, + [124646] = 15, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - ACTIONS(8892), 1, + ACTIONS(8900), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7114), 1, + STATE(7176), 1, sym_simple_identifier, - STATE(7393), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7416), 2, + STATE(7460), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -558383,43 +560091,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [123586] = 15, - ACTIONS(7324), 1, + [124705] = 15, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - ACTIONS(8892), 1, + ACTIONS(8900), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7012), 1, + STATE(7030), 1, sym_simple_identifier, - STATE(7393), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7509), 2, + STATE(7472), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -558427,43 +560135,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [123645] = 15, - ACTIONS(7324), 1, + [124764] = 15, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - ACTIONS(8892), 1, + ACTIONS(8900), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7136), 1, + STATE(7166), 1, sym_simple_identifier, - STATE(7393), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7406), 2, + STATE(7456), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -558471,43 +560179,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [123704] = 15, - ACTIONS(7324), 1, + [124823] = 15, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - ACTIONS(8892), 1, + ACTIONS(8900), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7147), 1, + STATE(7066), 1, sym_simple_identifier, - STATE(7393), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7550), 2, + STATE(7450), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -558515,43 +560223,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [123763] = 15, - ACTIONS(7324), 1, + [124882] = 15, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - ACTIONS(8892), 1, + ACTIONS(8900), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7015), 1, + STATE(7124), 1, sym_simple_identifier, - STATE(7393), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7486), 2, + STATE(7449), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -558559,43 +560267,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [123822] = 15, - ACTIONS(7324), 1, + [124941] = 15, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - ACTIONS(8892), 1, + ACTIONS(8900), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7107), 1, + STATE(7080), 1, sym_simple_identifier, - STATE(7393), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7423), 2, + STATE(7503), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -558603,43 +560311,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [123881] = 15, - ACTIONS(7324), 1, + [125000] = 15, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - ACTIONS(8892), 1, + ACTIONS(8900), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7020), 1, + STATE(7167), 1, sym_simple_identifier, - STATE(7393), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7412), 2, + STATE(7589), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -558647,43 +560355,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [123940] = 15, - ACTIONS(7324), 1, + [125059] = 15, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - ACTIONS(8892), 1, + ACTIONS(8900), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, STATE(7021), 1, sym_simple_identifier, - STATE(7393), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7478), 2, + STATE(7446), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -558691,43 +560399,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [123999] = 15, - ACTIONS(7324), 1, + [125118] = 15, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - ACTIONS(8892), 1, + ACTIONS(8900), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7022), 1, + STATE(7084), 1, sym_simple_identifier, - STATE(7393), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7487), 2, + STATE(7497), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -558735,43 +560443,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [124058] = 15, - ACTIONS(7324), 1, + [125177] = 15, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - ACTIONS(8892), 1, + ACTIONS(8900), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7154), 1, + STATE(7070), 1, sym_simple_identifier, - STATE(7393), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7556), 2, + STATE(7439), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -558779,43 +560487,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [124117] = 15, - ACTIONS(7324), 1, + [125236] = 15, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - ACTIONS(8892), 1, + ACTIONS(8900), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7082), 1, + STATE(7049), 1, sym_simple_identifier, - STATE(7393), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7479), 2, + STATE(7528), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -558823,43 +560531,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [124176] = 15, - ACTIONS(7324), 1, + [125295] = 15, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - ACTIONS(8892), 1, + ACTIONS(8900), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7104), 1, + STATE(7078), 1, sym_simple_identifier, - STATE(7393), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7426), 2, + STATE(7512), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -558867,43 +560575,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [124235] = 15, - ACTIONS(7324), 1, + [125354] = 15, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - ACTIONS(8892), 1, + ACTIONS(8900), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7140), 1, + STATE(7060), 1, sym_simple_identifier, - STATE(7393), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7558), 2, + STATE(7513), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -558911,43 +560619,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [124294] = 15, - ACTIONS(7324), 1, + [125413] = 15, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - ACTIONS(8892), 1, + ACTIONS(8900), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7094), 1, + STATE(7039), 1, sym_simple_identifier, - STATE(7393), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7430), 2, + STATE(7488), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -558955,43 +560663,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [124353] = 15, - ACTIONS(7324), 1, + [125472] = 15, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - ACTIONS(8892), 1, + ACTIONS(8900), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7134), 1, + STATE(7058), 1, sym_simple_identifier, - STATE(7393), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7401), 2, + STATE(7544), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -558999,43 +560707,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [124412] = 15, - ACTIONS(7324), 1, + [125531] = 15, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - ACTIONS(8892), 1, + ACTIONS(8900), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(6993), 1, + STATE(7116), 1, sym_simple_identifier, - STATE(7393), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7409), 2, + STATE(7444), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -559043,43 +560751,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [124471] = 15, - ACTIONS(7324), 1, + [125590] = 15, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - ACTIONS(8892), 1, + ACTIONS(8900), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7131), 1, + STATE(7189), 1, sym_simple_identifier, - STATE(7393), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7553), 2, + STATE(7447), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -559087,43 +560795,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [124530] = 15, - ACTIONS(7324), 1, + [125649] = 15, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - ACTIONS(8892), 1, + ACTIONS(8900), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7122), 1, + STATE(7024), 1, sym_simple_identifier, - STATE(7393), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7531), 2, + STATE(7505), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -559131,43 +560839,219 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [124589] = 15, - ACTIONS(7324), 1, + [125708] = 15, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - ACTIONS(8892), 1, + ACTIONS(8900), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, + sym__lexical_identifier, + STATE(6930), 1, + sym_type_modifiers, + STATE(7141), 1, + sym_simple_identifier, + STATE(7425), 1, + sym__simple_user_type, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + STATE(5546), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7480), 2, + sym__receiver_type, + sym_nullable_type, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7427), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(8386), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + [125767] = 15, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, + anon_sym_AT, + ACTIONS(8837), 1, + anon_sym_dynamic, + ACTIONS(8900), 1, + anon_sym_LPAREN, + STATE(4533), 1, + sym__lexical_identifier, + STATE(6930), 1, + sym_type_modifiers, + STATE(7047), 1, + sym_simple_identifier, + STATE(7425), 1, + sym__simple_user_type, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + STATE(5546), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7525), 2, + sym__receiver_type, + sym_nullable_type, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7427), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(8386), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + [125826] = 15, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, + anon_sym_AT, + ACTIONS(8837), 1, + anon_sym_dynamic, + ACTIONS(8900), 1, + anon_sym_LPAREN, + STATE(4533), 1, sym__lexical_identifier, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7121), 1, + STATE(7051), 1, + sym_simple_identifier, + STATE(7425), 1, + sym__simple_user_type, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + STATE(5546), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7554), 2, + sym__receiver_type, + sym_nullable_type, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7427), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(8386), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + [125885] = 15, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, + anon_sym_AT, + ACTIONS(8837), 1, + anon_sym_dynamic, + ACTIONS(8900), 1, + anon_sym_LPAREN, + STATE(4533), 1, + sym__lexical_identifier, + STATE(6930), 1, + sym_type_modifiers, + STATE(7154), 1, + sym_simple_identifier, + STATE(7425), 1, + sym__simple_user_type, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + STATE(5546), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7533), 2, + sym__receiver_type, + sym_nullable_type, + STATE(6931), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7427), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(8386), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + [125944] = 15, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8752), 1, + anon_sym_AT, + ACTIONS(8837), 1, + anon_sym_dynamic, + ACTIONS(8900), 1, + anon_sym_LPAREN, + STATE(4533), 1, + sym__lexical_identifier, + STATE(6930), 1, + sym_type_modifiers, + STATE(7152), 1, sym_simple_identifier, - STATE(7393), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7517), 2, + STATE(7541), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -559175,43 +561059,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [124648] = 15, - ACTIONS(7324), 1, + [126003] = 15, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - ACTIONS(8892), 1, + ACTIONS(8900), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7090), 1, + STATE(7146), 1, sym_simple_identifier, - STATE(7393), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7431), 2, + STATE(7538), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -559219,87 +561103,121 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [124707] = 15, - ACTIONS(7324), 1, + [126062] = 15, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - ACTIONS(8892), 1, + ACTIONS(8900), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7116), 1, + STATE(7135), 1, sym_simple_identifier, - STATE(7393), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7506), 2, + STATE(7500), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + [126121] = 5, + ACTIONS(8936), 1, + anon_sym_DOT, + STATE(6336), 1, + aux_sym_user_type_repeat1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4274), 8, + anon_sym_AT, + anon_sym_RBRACK, + anon_sym_EQ, + anon_sym_LBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + sym__quest, + sym__backtick_identifier, + ACTIONS(4272), 16, + anon_sym_val, + anon_sym_by, + anon_sym_where, anon_sym_get, anon_sym_set, + anon_sym_dynamic, + anon_sym_while, + anon_sym_suspend, anon_sym_data, anon_sym_inner, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [124766] = 15, - ACTIONS(7324), 1, + [126160] = 15, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - ACTIONS(8892), 1, + ACTIONS(8900), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7115), 1, + STATE(7191), 1, sym_simple_identifier, - STATE(7393), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7497), 2, + STATE(7526), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -559307,43 +561225,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [124825] = 15, - ACTIONS(7324), 1, + [126219] = 15, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - ACTIONS(8892), 1, + ACTIONS(8900), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7051), 1, + STATE(7107), 1, sym_simple_identifier, - STATE(7393), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7428), 2, + STATE(7453), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -559351,43 +561269,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [124884] = 15, - ACTIONS(7324), 1, + [126278] = 15, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - ACTIONS(8892), 1, + ACTIONS(8900), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7036), 1, + STATE(7158), 1, sym_simple_identifier, - STATE(7393), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7462), 2, + STATE(7438), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -559395,43 +561313,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [124943] = 15, - ACTIONS(7324), 1, + [126337] = 15, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - ACTIONS(8892), 1, + ACTIONS(8900), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7124), 1, + STATE(7165), 1, sym_simple_identifier, - STATE(7393), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7469), 2, + STATE(7592), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -559439,43 +561357,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [125002] = 15, - ACTIONS(7324), 1, + [126396] = 15, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - ACTIONS(8892), 1, + ACTIONS(8900), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7108), 1, + STATE(7096), 1, sym_simple_identifier, - STATE(7393), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7451), 2, + STATE(7577), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -559483,43 +561401,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [125061] = 15, - ACTIONS(7324), 1, + [126455] = 15, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - ACTIONS(8892), 1, + ACTIONS(8900), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7113), 1, + STATE(7182), 1, sym_simple_identifier, - STATE(7393), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7511), 2, + STATE(7585), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -559527,43 +561445,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [125120] = 15, - ACTIONS(7324), 1, + [126514] = 15, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - ACTIONS(8892), 1, + ACTIONS(8900), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7066), 1, + STATE(7133), 1, sym_simple_identifier, - STATE(7393), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7439), 2, + STATE(7442), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -559571,43 +561489,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [125179] = 15, - ACTIONS(7324), 1, + [126573] = 15, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - ACTIONS(8892), 1, + ACTIONS(8900), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7146), 1, + STATE(7115), 1, sym_simple_identifier, - STATE(7393), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7457), 2, + STATE(7448), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -559615,43 +561533,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [125238] = 15, - ACTIONS(7324), 1, + [126632] = 15, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - ACTIONS(8892), 1, + ACTIONS(8900), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7080), 1, + STATE(7093), 1, sym_simple_identifier, - STATE(7393), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7460), 2, + STATE(7473), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -559659,15 +561577,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [125297] = 5, - ACTIONS(8930), 1, + [126691] = 5, + ACTIONS(8939), 1, anon_sym_DOT, - STATE(6316), 1, + STATE(6336), 1, aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4306), 8, + ACTIONS(4224), 8, anon_sym_AT, anon_sym_RBRACK, anon_sym_EQ, @@ -559676,7 +561594,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, sym__quest, sym__backtick_identifier, - ACTIONS(4304), 16, + ACTIONS(4222), 16, anon_sym_val, anon_sym_by, anon_sym_where, @@ -559693,43 +561611,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [125336] = 15, - ACTIONS(7324), 1, + [126730] = 15, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - ACTIONS(8892), 1, + ACTIONS(8900), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7071), 1, + STATE(7074), 1, sym_simple_identifier, - STATE(7393), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7436), 2, + STATE(7514), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -559737,43 +561655,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [125395] = 15, - ACTIONS(7324), 1, + [126789] = 15, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - ACTIONS(8892), 1, + ACTIONS(8900), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7067), 1, + STATE(7075), 1, sym_simple_identifier, - STATE(7393), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7437), 2, + STATE(7474), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -559781,84 +561699,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [125454] = 15, - ACTIONS(7324), 1, + [126848] = 15, + ACTIONS(7332), 1, anon_sym_suspend, - ACTIONS(8406), 1, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8738), 1, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8834), 1, + ACTIONS(8837), 1, anon_sym_dynamic, - ACTIONS(8892), 1, + ACTIONS(8900), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(6897), 1, + STATE(6930), 1, sym_type_modifiers, - STATE(7014), 1, + STATE(7081), 1, sym_simple_identifier, - STATE(7393), 1, + STATE(7425), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7483), 2, + STATE(7469), 2, sym__receiver_type, sym_nullable_type, - STATE(6895), 3, + STATE(6931), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7391), 3, + STATE(7427), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8392), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - [125513] = 14, - ACTIONS(8406), 1, - sym__backtick_identifier, - ACTIONS(8798), 1, - anon_sym_COMMA, - ACTIONS(8800), 1, - anon_sym_RPAREN, - ACTIONS(8933), 1, - anon_sym_AT, - STATE(4507), 1, - sym__lexical_identifier, - STATE(7513), 1, - sym_parameter_modifiers, - STATE(8421), 1, - sym_parameter, - STATE(8476), 1, - sym__function_value_parameter, - STATE(9076), 1, - sym_simple_identifier, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(5537), 2, - sym__single_annotation, - sym__multi_annotation, - ACTIONS(87), 3, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, - STATE(6894), 3, - sym_parameter_modifier, - sym_annotation, - aux_sym_parameter_modifiers_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -559866,40 +561743,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [125568] = 14, - ACTIONS(8406), 1, + [126907] = 15, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8750), 1, - anon_sym_COMMA, ACTIONS(8752), 1, - anon_sym_RPAREN, - ACTIONS(8933), 1, anon_sym_AT, - STATE(4507), 1, + ACTIONS(8837), 1, + anon_sym_dynamic, + ACTIONS(8900), 1, + anon_sym_LPAREN, + STATE(4533), 1, sym__lexical_identifier, - STATE(7513), 1, - sym_parameter_modifiers, - STATE(8421), 1, - sym_parameter, - STATE(8423), 1, - sym__function_value_parameter, - STATE(9076), 1, + STATE(6930), 1, + sym_type_modifiers, + STATE(7071), 1, sym_simple_identifier, + STATE(7425), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(87), 3, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, - STATE(6894), 3, - sym_parameter_modifier, + STATE(7569), 2, + sym__receiver_type, + sym_nullable_type, + STATE(6931), 3, + sym__type_modifier, sym_annotation, - aux_sym_parameter_modifiers_repeat1, - ACTIONS(8392), 7, + aux_sym_type_modifiers_repeat1, + STATE(7427), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -559907,40 +561787,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [125623] = 14, - ACTIONS(8406), 1, + [126966] = 15, + ACTIONS(7332), 1, + anon_sym_suspend, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8781), 1, - anon_sym_COMMA, - ACTIONS(8783), 1, - anon_sym_RPAREN, - ACTIONS(8933), 1, + ACTIONS(8752), 1, anon_sym_AT, - STATE(4507), 1, + ACTIONS(8837), 1, + anon_sym_dynamic, + ACTIONS(8900), 1, + anon_sym_LPAREN, + STATE(4533), 1, sym__lexical_identifier, - STATE(7513), 1, - sym_parameter_modifiers, - STATE(8421), 1, - sym_parameter, - STATE(8502), 1, - sym__function_value_parameter, - STATE(9076), 1, + STATE(6930), 1, + sym_type_modifiers, + STATE(7090), 1, sym_simple_identifier, + STATE(7425), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(87), 3, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, - STATE(6894), 3, - sym_parameter_modifier, + STATE(7464), 2, + sym__receiver_type, + sym_nullable_type, + STATE(6931), 3, + sym__type_modifier, sym_annotation, - aux_sym_parameter_modifiers_repeat1, - ACTIONS(8392), 7, + aux_sym_type_modifiers_repeat1, + STATE(7427), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -559948,40 +561831,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [125678] = 14, - ACTIONS(8406), 1, + [127025] = 14, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - ACTIONS(8935), 1, + ACTIONS(8943), 1, anon_sym_COMMA, - ACTIONS(8937), 1, + ACTIONS(8945), 1, anon_sym_RPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7513), 1, + STATE(7463), 1, sym_parameter_modifiers, - STATE(8418), 1, + STATE(8455), 1, sym__function_value_parameter, - STATE(8421), 1, + STATE(8515), 1, sym_parameter, - STATE(9076), 1, + STATE(9239), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(87), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(6894), 3, + STATE(6927), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -559989,40 +561872,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [125733] = 14, - ACTIONS(8406), 1, + [127080] = 14, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8742), 1, + ACTIONS(8756), 1, anon_sym_COMMA, - ACTIONS(8744), 1, + ACTIONS(8758), 1, anon_sym_RPAREN, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7513), 1, + STATE(7463), 1, sym_parameter_modifiers, - STATE(8305), 1, + STATE(8337), 1, sym__function_value_parameter, - STATE(8421), 1, + STATE(8515), 1, sym_parameter, - STATE(9076), 1, + STATE(9239), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(87), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(6894), 3, + STATE(6927), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -560030,40 +561913,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [125788] = 14, - ACTIONS(8406), 1, + [127135] = 14, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - ACTIONS(8939), 1, + ACTIONS(8947), 1, anon_sym_COMMA, - ACTIONS(8941), 1, + ACTIONS(8949), 1, anon_sym_RPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7513), 1, + STATE(7463), 1, sym_parameter_modifiers, - STATE(8417), 1, + STATE(8442), 1, sym__function_value_parameter, - STATE(8421), 1, + STATE(8515), 1, sym_parameter, - STATE(9076), 1, + STATE(9239), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(87), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(6894), 3, + STATE(6927), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -560071,40 +561954,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [125843] = 14, - ACTIONS(8406), 1, + [127190] = 14, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, - anon_sym_AT, - ACTIONS(8943), 1, + ACTIONS(8780), 1, anon_sym_COMMA, - ACTIONS(8945), 1, + ACTIONS(8782), 1, anon_sym_RPAREN, - STATE(4507), 1, + ACTIONS(8941), 1, + anon_sym_AT, + STATE(4533), 1, sym__lexical_identifier, - STATE(7513), 1, + STATE(7463), 1, sym_parameter_modifiers, - STATE(8341), 1, - sym__function_value_parameter, - STATE(8421), 1, + STATE(8515), 1, sym_parameter, - STATE(9076), 1, + STATE(8519), 1, + sym__function_value_parameter, + STATE(9239), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(87), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(6894), 3, + STATE(6927), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -560112,40 +561995,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [125898] = 14, - ACTIONS(8406), 1, + [127245] = 14, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8787), 1, + ACTIONS(8784), 1, anon_sym_COMMA, - ACTIONS(8789), 1, + ACTIONS(8786), 1, anon_sym_RPAREN, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7513), 1, + STATE(7463), 1, sym_parameter_modifiers, - STATE(8421), 1, - sym_parameter, - STATE(8512), 1, + STATE(8467), 1, sym__function_value_parameter, - STATE(9076), 1, + STATE(8515), 1, + sym_parameter, + STATE(9239), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(87), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(6894), 3, + STATE(6927), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -560153,40 +562036,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [125953] = 14, - ACTIONS(8406), 1, + [127300] = 14, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8777), 1, + ACTIONS(8772), 1, anon_sym_COMMA, - ACTIONS(8779), 1, + ACTIONS(8774), 1, anon_sym_RPAREN, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7513), 1, + STATE(7463), 1, sym_parameter_modifiers, - STATE(8301), 1, + STATE(8366), 1, sym__function_value_parameter, - STATE(8421), 1, + STATE(8515), 1, sym_parameter, - STATE(9076), 1, + STATE(9239), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(87), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(6894), 3, + STATE(6927), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -560194,38 +562077,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [126008] = 13, - ACTIONS(8406), 1, + [127355] = 14, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, - anon_sym_AT, - ACTIONS(8947), 1, + ACTIONS(8804), 1, + anon_sym_COMMA, + ACTIONS(8806), 1, anon_sym_RPAREN, - STATE(4507), 1, + ACTIONS(8941), 1, + anon_sym_AT, + STATE(4533), 1, sym__lexical_identifier, - STATE(7513), 1, + STATE(7463), 1, sym_parameter_modifiers, - STATE(8421), 1, + STATE(8515), 1, sym_parameter, - STATE(8817), 1, + STATE(8558), 1, sym__function_value_parameter, - STATE(9076), 1, + STATE(9239), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(87), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(6894), 3, + STATE(6927), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -560233,38 +562118,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [126060] = 13, - ACTIONS(8406), 1, + [127410] = 14, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - ACTIONS(8949), 1, + ACTIONS(8951), 1, + anon_sym_COMMA, + ACTIONS(8953), 1, anon_sym_RPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7513), 1, + STATE(7463), 1, sym_parameter_modifiers, - STATE(8421), 1, + STATE(8515), 1, sym_parameter, - STATE(8817), 1, + STATE(8526), 1, sym__function_value_parameter, - STATE(9076), 1, + STATE(9239), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(87), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(6894), 3, + STATE(6927), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -560272,38 +562159,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [126112] = 13, - ACTIONS(8406), 1, + [127465] = 14, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, - anon_sym_AT, - ACTIONS(8951), 1, + ACTIONS(8808), 1, + anon_sym_COMMA, + ACTIONS(8810), 1, anon_sym_RPAREN, - STATE(4507), 1, + ACTIONS(8941), 1, + anon_sym_AT, + STATE(4533), 1, sym__lexical_identifier, - STATE(7513), 1, + STATE(7463), 1, sym_parameter_modifiers, - STATE(8421), 1, + STATE(8515), 1, sym_parameter, - STATE(8817), 1, + STATE(8556), 1, sym__function_value_parameter, - STATE(9076), 1, + STATE(9239), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(87), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(6894), 3, + STATE(6927), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -560311,38 +562200,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [126164] = 13, - ACTIONS(8406), 1, + [127520] = 13, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - ACTIONS(8953), 1, + ACTIONS(8955), 1, anon_sym_RPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7513), 1, + STATE(7463), 1, sym_parameter_modifiers, - STATE(8421), 1, + STATE(8515), 1, sym_parameter, - STATE(8817), 1, + STATE(8681), 1, sym__function_value_parameter, - STATE(9076), 1, + STATE(9239), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(87), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(6894), 3, + STATE(6927), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -560350,38 +562239,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [126216] = 13, - ACTIONS(8406), 1, + [127572] = 13, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - ACTIONS(8955), 1, + ACTIONS(8957), 1, anon_sym_RPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7513), 1, + STATE(7463), 1, sym_parameter_modifiers, - STATE(8421), 1, + STATE(8515), 1, sym_parameter, - STATE(8817), 1, + STATE(8681), 1, sym__function_value_parameter, - STATE(9076), 1, + STATE(9239), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(87), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(6894), 3, + STATE(6927), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -560389,38 +562278,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [126268] = 13, - ACTIONS(8406), 1, + [127624] = 13, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - ACTIONS(8957), 1, + ACTIONS(8959), 1, anon_sym_RPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7513), 1, + STATE(7463), 1, sym_parameter_modifiers, - STATE(8421), 1, + STATE(8515), 1, sym_parameter, - STATE(8817), 1, + STATE(8681), 1, sym__function_value_parameter, - STATE(9076), 1, + STATE(9239), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(87), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(6894), 3, + STATE(6927), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -560428,38 +562317,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [126320] = 13, - ACTIONS(8406), 1, + [127676] = 13, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - ACTIONS(8959), 1, + ACTIONS(8961), 1, anon_sym_RPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7513), 1, + STATE(7463), 1, sym_parameter_modifiers, - STATE(8421), 1, + STATE(8515), 1, sym_parameter, - STATE(8817), 1, + STATE(8681), 1, sym__function_value_parameter, - STATE(9076), 1, + STATE(9239), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(87), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(6894), 3, + STATE(6927), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -560467,38 +562356,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [126372] = 13, - ACTIONS(8406), 1, + [127728] = 13, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - ACTIONS(8961), 1, + ACTIONS(8963), 1, anon_sym_RPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7513), 1, + STATE(7463), 1, sym_parameter_modifiers, - STATE(8421), 1, + STATE(8515), 1, sym_parameter, - STATE(8817), 1, + STATE(8681), 1, sym__function_value_parameter, - STATE(9076), 1, + STATE(9239), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(87), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(6894), 3, + STATE(6927), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -560506,38 +562395,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [126424] = 13, - ACTIONS(8406), 1, + [127780] = 13, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - ACTIONS(8963), 1, + ACTIONS(8965), 1, anon_sym_RPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7513), 1, + STATE(7463), 1, sym_parameter_modifiers, - STATE(8421), 1, + STATE(8515), 1, sym_parameter, - STATE(8817), 1, + STATE(8681), 1, sym__function_value_parameter, - STATE(9076), 1, + STATE(9239), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(87), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(6894), 3, + STATE(6927), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -560545,38 +562434,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [126476] = 13, - ACTIONS(8406), 1, + [127832] = 13, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - ACTIONS(8965), 1, + ACTIONS(8967), 1, anon_sym_RPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7513), 1, + STATE(7463), 1, sym_parameter_modifiers, - STATE(8421), 1, + STATE(8515), 1, sym_parameter, - STATE(8817), 1, + STATE(8681), 1, sym__function_value_parameter, - STATE(9076), 1, + STATE(9239), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(87), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(6894), 3, + STATE(6927), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -560584,30 +562473,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [126528] = 13, + [127884] = 13, ACTIONS(1750), 1, sym__backtick_identifier, - ACTIONS(8967), 1, - anon_sym_file, ACTIONS(8969), 1, + anon_sym_file, + ACTIONS(8971), 1, anon_sym_LBRACK, - STATE(3569), 1, + STATE(3593), 1, sym_simple_identifier, - STATE(3796), 1, + STATE(3789), 1, sym__lexical_identifier, - STATE(3850), 1, + STATE(3866), 1, sym__simple_user_type, - STATE(3929), 1, + STATE(3913), 1, sym_user_type, - STATE(6975), 1, + STATE(6982), 1, sym_use_site_target, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8971), 2, + ACTIONS(8973), 2, anon_sym_get, anon_sym_set, - STATE(3967), 2, + STATE(3968), 2, sym_constructor_invocation, sym__unescaped_annotation, ACTIONS(1686), 5, @@ -560616,45 +562505,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(8973), 6, + ACTIONS(8975), 6, anon_sym_field, anon_sym_property, anon_sym_receiver, anon_sym_param, anon_sym_setparam, anon_sym_delegate, - [126580] = 13, - ACTIONS(8406), 1, + [127936] = 13, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - ACTIONS(8975), 1, + ACTIONS(8977), 1, anon_sym_RPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7513), 1, + STATE(7463), 1, sym_parameter_modifiers, - STATE(8421), 1, + STATE(8515), 1, sym_parameter, - STATE(8817), 1, + STATE(8681), 1, sym__function_value_parameter, - STATE(9076), 1, + STATE(9239), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(87), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(6894), 3, + STATE(6927), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -560662,38 +562551,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [126632] = 13, - ACTIONS(8406), 1, + [127988] = 13, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - ACTIONS(8977), 1, + ACTIONS(8979), 1, anon_sym_RPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7513), 1, + STATE(7463), 1, sym_parameter_modifiers, - STATE(8421), 1, + STATE(8515), 1, sym_parameter, - STATE(8817), 1, + STATE(8681), 1, sym__function_value_parameter, - STATE(9076), 1, + STATE(9239), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(87), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(6894), 3, + STATE(6927), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -560701,38 +562590,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [126684] = 13, - ACTIONS(8406), 1, + [128040] = 13, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - ACTIONS(8979), 1, + ACTIONS(8981), 1, anon_sym_RPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7513), 1, + STATE(7463), 1, sym_parameter_modifiers, - STATE(8421), 1, + STATE(8515), 1, sym_parameter, - STATE(8817), 1, + STATE(8681), 1, sym__function_value_parameter, - STATE(9076), 1, + STATE(9239), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(87), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(6894), 3, + STATE(6927), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -560740,38 +562629,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [126736] = 13, - ACTIONS(8406), 1, + [128092] = 13, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - ACTIONS(8981), 1, + ACTIONS(8983), 1, anon_sym_RPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7513), 1, + STATE(7463), 1, sym_parameter_modifiers, - STATE(8421), 1, + STATE(8515), 1, sym_parameter, - STATE(8817), 1, + STATE(8681), 1, sym__function_value_parameter, - STATE(9076), 1, + STATE(9239), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(87), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(6894), 3, + STATE(6927), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -560779,38 +562668,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [126788] = 13, - ACTIONS(8406), 1, + [128144] = 13, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - ACTIONS(8983), 1, + ACTIONS(8985), 1, anon_sym_RPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7513), 1, + STATE(7463), 1, sym_parameter_modifiers, - STATE(8421), 1, + STATE(8515), 1, sym_parameter, - STATE(8817), 1, + STATE(8681), 1, sym__function_value_parameter, - STATE(9076), 1, + STATE(9239), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(87), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(6894), 3, + STATE(6927), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -560818,38 +562707,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [126840] = 13, - ACTIONS(8406), 1, + [128196] = 13, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - ACTIONS(8985), 1, + ACTIONS(8987), 1, anon_sym_RPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7513), 1, + STATE(7463), 1, sym_parameter_modifiers, - STATE(8421), 1, + STATE(8515), 1, sym_parameter, - STATE(8817), 1, + STATE(8681), 1, sym__function_value_parameter, - STATE(9076), 1, + STATE(9239), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(87), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(6894), 3, + STATE(6927), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -560857,38 +562746,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [126892] = 13, - ACTIONS(8406), 1, + [128248] = 13, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - ACTIONS(8987), 1, + ACTIONS(8989), 1, anon_sym_RPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7513), 1, + STATE(7463), 1, sym_parameter_modifiers, - STATE(8421), 1, + STATE(8515), 1, sym_parameter, - STATE(8817), 1, + STATE(8681), 1, sym__function_value_parameter, - STATE(9076), 1, + STATE(9239), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(87), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(6894), 3, + STATE(6927), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -560896,38 +562785,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [126944] = 13, - ACTIONS(8406), 1, + [128300] = 13, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - ACTIONS(8989), 1, + ACTIONS(8991), 1, anon_sym_RPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7513), 1, + STATE(7463), 1, sym_parameter_modifiers, - STATE(8421), 1, + STATE(8515), 1, sym_parameter, - STATE(8817), 1, + STATE(8681), 1, sym__function_value_parameter, - STATE(9076), 1, + STATE(9239), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(87), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(6894), 3, + STATE(6927), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -560935,36 +562824,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [126996] = 12, - ACTIONS(8406), 1, + [128352] = 13, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8991), 1, + ACTIONS(8941), 1, anon_sym_AT, ACTIONS(8993), 1, - sym_reification_modifier, - STATE(4507), 1, + anon_sym_RPAREN, + STATE(4533), 1, sym__lexical_identifier, - STATE(7756), 1, - sym_type_parameter_modifiers, - STATE(8337), 1, - sym_type_parameter, - STATE(8496), 1, + STATE(7463), 1, + sym_parameter_modifiers, + STATE(8515), 1, + sym_parameter, + STATE(8681), 1, + sym__function_value_parameter, + STATE(9239), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7322), 2, - anon_sym_in, - anon_sym_out, - STATE(7398), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6879), 4, - sym_variance_modifier, - sym__type_parameter_modifier, + ACTIONS(87), 3, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + STATE(6927), 3, + sym_parameter_modifier, sym_annotation, - aux_sym_type_parameter_modifiers_repeat1, - ACTIONS(8392), 7, + aux_sym_parameter_modifiers_repeat1, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -560972,36 +562863,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [127045] = 12, - ACTIONS(8406), 1, + [128404] = 13, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8991), 1, + ACTIONS(8941), 1, anon_sym_AT, - ACTIONS(8993), 1, - sym_reification_modifier, - STATE(4507), 1, + ACTIONS(8995), 1, + anon_sym_RPAREN, + STATE(4533), 1, sym__lexical_identifier, - STATE(7756), 1, - sym_type_parameter_modifiers, - STATE(8307), 1, - sym_type_parameter, - STATE(8496), 1, + STATE(7463), 1, + sym_parameter_modifiers, + STATE(8515), 1, + sym_parameter, + STATE(8681), 1, + sym__function_value_parameter, + STATE(9239), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7322), 2, - anon_sym_in, - anon_sym_out, - STATE(7398), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6879), 4, - sym_variance_modifier, - sym__type_parameter_modifier, + ACTIONS(87), 3, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + STATE(6927), 3, + sym_parameter_modifier, sym_annotation, - aux_sym_type_parameter_modifiers_repeat1, - ACTIONS(8392), 7, + aux_sym_parameter_modifiers_repeat1, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -561009,36 +562902,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [127094] = 12, - ACTIONS(8406), 1, + [128456] = 13, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8991), 1, + ACTIONS(8941), 1, anon_sym_AT, - ACTIONS(8993), 1, - sym_reification_modifier, - STATE(4507), 1, + ACTIONS(8997), 1, + anon_sym_RPAREN, + STATE(4533), 1, sym__lexical_identifier, - STATE(7756), 1, - sym_type_parameter_modifiers, - STATE(8496), 1, + STATE(7463), 1, + sym_parameter_modifiers, + STATE(8515), 1, + sym_parameter, + STATE(8681), 1, + sym__function_value_parameter, + STATE(9239), 1, sym_simple_identifier, - STATE(8539), 1, - sym_type_parameter, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7322), 2, - anon_sym_in, - anon_sym_out, - STATE(7398), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6879), 4, - sym_variance_modifier, - sym__type_parameter_modifier, + ACTIONS(87), 3, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + STATE(6927), 3, + sym_parameter_modifier, sym_annotation, - aux_sym_type_parameter_modifiers_repeat1, - ACTIONS(8392), 7, + aux_sym_parameter_modifiers_repeat1, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -561046,36 +562941,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [127143] = 12, - ACTIONS(8406), 1, + [128508] = 12, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8991), 1, + ACTIONS(8999), 1, anon_sym_AT, - ACTIONS(8993), 1, + ACTIONS(9001), 1, sym_reification_modifier, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7756), 1, + STATE(7631), 1, sym_type_parameter_modifiers, - STATE(8424), 1, + STATE(8460), 1, sym_type_parameter, - STATE(8496), 1, + STATE(8522), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7322), 2, + ACTIONS(7330), 2, anon_sym_in, anon_sym_out, - STATE(7398), 2, + STATE(7430), 2, sym__single_annotation, sym__multi_annotation, - STATE(6879), 4, + STATE(6875), 4, sym_variance_modifier, sym__type_parameter_modifier, sym_annotation, aux_sym_type_parameter_modifiers_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -561083,110 +562978,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [127192] = 12, - ACTIONS(8997), 1, - anon_sym_LBRACK, - ACTIONS(9001), 1, + [128557] = 12, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(6935), 1, - sym_simple_identifier, - STATE(6951), 1, - sym__lexical_identifier, - STATE(6961), 1, - sym__simple_user_type, - STATE(6962), 1, - sym_use_site_target, - STATE(7054), 1, - sym_user_type, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(8999), 2, - anon_sym_get, - anon_sym_set, - STATE(7395), 2, - sym_constructor_invocation, - sym__unescaped_annotation, - ACTIONS(8995), 5, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(8973), 6, - anon_sym_field, - anon_sym_property, - anon_sym_receiver, - anon_sym_param, - anon_sym_setparam, - anon_sym_delegate, - [127241] = 12, - ACTIONS(8406), 1, - sym__backtick_identifier, - ACTIONS(8991), 1, + ACTIONS(8999), 1, anon_sym_AT, - ACTIONS(8993), 1, + ACTIONS(9001), 1, sym_reification_modifier, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7756), 1, + STATE(7631), 1, sym_type_parameter_modifiers, - STATE(8496), 1, - sym_simple_identifier, - STATE(8501), 1, + STATE(8333), 1, sym_type_parameter, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(7322), 2, - anon_sym_in, - anon_sym_out, - STATE(7398), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(6879), 4, - sym_variance_modifier, - sym__type_parameter_modifier, - sym_annotation, - aux_sym_type_parameter_modifiers_repeat1, - ACTIONS(8392), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - [127290] = 12, - ACTIONS(8406), 1, - sym__backtick_identifier, - ACTIONS(8991), 1, - anon_sym_AT, - ACTIONS(8993), 1, - sym_reification_modifier, - STATE(4507), 1, - sym__lexical_identifier, - STATE(7756), 1, - sym_type_parameter_modifiers, - STATE(8496), 1, + STATE(8522), 1, sym_simple_identifier, - STATE(8845), 1, - sym_type_parameter, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7322), 2, + ACTIONS(7330), 2, anon_sym_in, anon_sym_out, - STATE(7398), 2, + STATE(7430), 2, sym__single_annotation, sym__multi_annotation, - STATE(6879), 4, + STATE(6875), 4, sym_variance_modifier, sym__type_parameter_modifier, sym_annotation, aux_sym_type_parameter_modifiers_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -561194,110 +563015,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [127339] = 12, - ACTIONS(8406), 1, + [128606] = 12, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9003), 1, - anon_sym_LBRACK, - STATE(4507), 1, - sym__lexical_identifier, - STATE(5170), 1, - sym_simple_identifier, - STATE(5520), 1, - sym_user_type, - STATE(6621), 1, - sym__simple_user_type, - STATE(6984), 1, - sym_use_site_target, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(9005), 2, - anon_sym_get, - anon_sym_set, - STATE(5531), 2, - sym_constructor_invocation, - sym__unescaped_annotation, - ACTIONS(8392), 5, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(8973), 6, - anon_sym_field, - anon_sym_property, - anon_sym_receiver, - anon_sym_param, - anon_sym_setparam, - anon_sym_delegate, - [127388] = 12, - ACTIONS(9009), 1, - anon_sym_LBRACK, - ACTIONS(9013), 1, - sym__backtick_identifier, - STATE(5620), 1, - sym_simple_identifier, - STATE(5632), 1, - sym__lexical_identifier, - STATE(5638), 1, - sym__simple_user_type, - STATE(5640), 1, - sym_user_type, - STATE(6976), 1, - sym_use_site_target, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(9011), 2, - anon_sym_get, - anon_sym_set, - STATE(5658), 2, - sym_constructor_invocation, - sym__unescaped_annotation, - ACTIONS(9007), 5, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(8973), 6, - anon_sym_field, - anon_sym_property, - anon_sym_receiver, - anon_sym_param, - anon_sym_setparam, - anon_sym_delegate, - [127437] = 12, - ACTIONS(8406), 1, - sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7513), 1, + STATE(7463), 1, sym_parameter_modifiers, - STATE(8421), 1, + STATE(8515), 1, sym_parameter, - STATE(8817), 1, + STATE(8681), 1, sym__function_value_parameter, - STATE(9076), 1, + STATE(9239), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(87), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(6894), 3, + STATE(6927), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -561305,57 +563052,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [127486] = 12, - ACTIONS(1750), 1, + [128655] = 12, + ACTIONS(8849), 1, sym__backtick_identifier, - ACTIONS(8969), 1, + ACTIONS(9003), 1, anon_sym_LBRACK, - STATE(3569), 1, + STATE(5187), 1, sym_simple_identifier, - STATE(3796), 1, + STATE(5419), 1, sym__lexical_identifier, - STATE(3850), 1, + STATE(5538), 1, sym__simple_user_type, - STATE(3929), 1, + STATE(5539), 1, sym_user_type, - STATE(6975), 1, + STATE(7000), 1, sym_use_site_target, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8971), 2, + ACTIONS(9005), 2, anon_sym_get, anon_sym_set, - STATE(3967), 2, + STATE(5544), 2, sym_constructor_invocation, sym__unescaped_annotation, - ACTIONS(1686), 5, + ACTIONS(8845), 5, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(8973), 6, + ACTIONS(8975), 6, anon_sym_field, anon_sym_property, anon_sym_receiver, anon_sym_param, anon_sym_setparam, anon_sym_delegate, - [127535] = 12, - ACTIONS(8858), 1, + [128704] = 12, + ACTIONS(8400), 1, sym__backtick_identifier, ACTIONS(9003), 1, anon_sym_LBRACK, - STATE(5170), 1, - sym_simple_identifier, - STATE(5416), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(5520), 1, - sym_user_type, - STATE(5525), 1, + STATE(5187), 1, + sym_simple_identifier, + STATE(6746), 1, sym__simple_user_type, - STATE(6969), 1, + STATE(6961), 1, + sym_user_type, + STATE(7011), 1, sym_use_site_target, ACTIONS(3), 2, sym_multiline_comment, @@ -561363,52 +563110,89 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(9005), 2, anon_sym_get, anon_sym_set, - STATE(5531), 2, + STATE(5544), 2, sym_constructor_invocation, sym__unescaped_annotation, - ACTIONS(8854), 5, + ACTIONS(8386), 5, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(8973), 6, + ACTIONS(8975), 6, anon_sym_field, anon_sym_property, anon_sym_receiver, anon_sym_param, anon_sym_setparam, anon_sym_delegate, - [127584] = 12, - ACTIONS(8406), 1, + [128753] = 12, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8991), 1, + ACTIONS(8999), 1, anon_sym_AT, - ACTIONS(8993), 1, + ACTIONS(9001), 1, sym_reification_modifier, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7756), 1, + STATE(7631), 1, sym_type_parameter_modifiers, - STATE(8496), 1, + STATE(8419), 1, + sym_type_parameter, + STATE(8522), 1, sym_simple_identifier, - STATE(8499), 1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(7330), 2, + anon_sym_in, + anon_sym_out, + STATE(7430), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(6875), 4, + sym_variance_modifier, + sym__type_parameter_modifier, + sym_annotation, + aux_sym_type_parameter_modifiers_repeat1, + ACTIONS(8386), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + [128802] = 12, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8999), 1, + anon_sym_AT, + ACTIONS(9001), 1, + sym_reification_modifier, + STATE(4533), 1, + sym__lexical_identifier, + STATE(7631), 1, + sym_type_parameter_modifiers, + STATE(8522), 1, + sym_simple_identifier, + STATE(8655), 1, sym_type_parameter, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7322), 2, + ACTIONS(7330), 2, anon_sym_in, anon_sym_out, - STATE(7398), 2, + STATE(7430), 2, sym__single_annotation, sym__multi_annotation, - STATE(6879), 4, + STATE(6875), 4, sym_variance_modifier, sym__type_parameter_modifier, sym_annotation, aux_sym_type_parameter_modifiers_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -561416,57 +563200,168 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [127633] = 12, - ACTIONS(8406), 1, + [128851] = 12, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9015), 1, + ACTIONS(8999), 1, + anon_sym_AT, + ACTIONS(9001), 1, + sym_reification_modifier, + STATE(4533), 1, + sym__lexical_identifier, + STATE(7631), 1, + sym_type_parameter_modifiers, + STATE(8353), 1, + sym_type_parameter, + STATE(8522), 1, + sym_simple_identifier, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(7330), 2, + anon_sym_in, + anon_sym_out, + STATE(7430), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(6875), 4, + sym_variance_modifier, + sym__type_parameter_modifier, + sym_annotation, + aux_sym_type_parameter_modifiers_repeat1, + ACTIONS(8386), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + [128900] = 12, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8999), 1, + anon_sym_AT, + ACTIONS(9001), 1, + sym_reification_modifier, + STATE(4533), 1, + sym__lexical_identifier, + STATE(7631), 1, + sym_type_parameter_modifiers, + STATE(8335), 1, + sym_type_parameter, + STATE(8522), 1, + sym_simple_identifier, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(7330), 2, + anon_sym_in, + anon_sym_out, + STATE(7430), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(6875), 4, + sym_variance_modifier, + sym__type_parameter_modifier, + sym_annotation, + aux_sym_type_parameter_modifiers_repeat1, + ACTIONS(8386), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + [128949] = 12, + ACTIONS(9009), 1, anon_sym_LBRACK, - STATE(4507), 1, + ACTIONS(9013), 1, + sym__backtick_identifier, + STATE(5632), 1, + sym_simple_identifier, + STATE(5648), 1, sym__lexical_identifier, - STATE(5517), 1, + STATE(5652), 1, + sym__simple_user_type, + STATE(5655), 1, + sym_user_type, + STATE(7014), 1, + sym_use_site_target, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(9011), 2, + anon_sym_get, + anon_sym_set, + STATE(5657), 2, + sym_constructor_invocation, + sym__unescaped_annotation, + ACTIONS(9007), 5, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(8975), 6, + anon_sym_field, + anon_sym_property, + anon_sym_receiver, + anon_sym_param, + anon_sym_setparam, + anon_sym_delegate, + [128998] = 12, + ACTIONS(1750), 1, + sym__backtick_identifier, + ACTIONS(8971), 1, + anon_sym_LBRACK, + STATE(3593), 1, sym_simple_identifier, - STATE(5524), 1, + STATE(3789), 1, + sym__lexical_identifier, + STATE(3866), 1, sym__simple_user_type, - STATE(5534), 1, + STATE(3913), 1, sym_user_type, - STATE(6970), 1, + STATE(6982), 1, sym_use_site_target, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9017), 2, + ACTIONS(8973), 2, anon_sym_get, anon_sym_set, - STATE(5552), 2, + STATE(3968), 2, sym_constructor_invocation, sym__unescaped_annotation, - ACTIONS(8392), 5, + ACTIONS(1686), 5, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(8973), 6, + ACTIONS(8975), 6, anon_sym_field, anon_sym_property, anon_sym_receiver, anon_sym_param, anon_sym_setparam, anon_sym_delegate, - [127682] = 12, - ACTIONS(8406), 1, + [129047] = 12, + ACTIONS(8400), 1, sym__backtick_identifier, ACTIONS(9003), 1, anon_sym_LBRACK, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(5170), 1, + STATE(5187), 1, sym_simple_identifier, - STATE(6621), 1, - sym__simple_user_type, - STATE(6934), 1, + STATE(5539), 1, sym_user_type, - STATE(6948), 1, + STATE(6746), 1, + sym__simple_user_type, + STATE(7019), 1, sym_use_site_target, ACTIONS(3), 2, sym_multiline_comment, @@ -561474,50 +563369,89 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(9005), 2, anon_sym_get, anon_sym_set, - STATE(5531), 2, + STATE(5544), 2, sym_constructor_invocation, sym__unescaped_annotation, - ACTIONS(8392), 5, + ACTIONS(8386), 5, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(8973), 6, + ACTIONS(8975), 6, anon_sym_field, anon_sym_property, anon_sym_receiver, anon_sym_param, anon_sym_setparam, anon_sym_delegate, - [127731] = 11, - ACTIONS(8406), 1, + [129096] = 12, + ACTIONS(9017), 1, + anon_sym_LBRACK, + ACTIONS(9021), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + STATE(6965), 1, + sym_simple_identifier, + STATE(6986), 1, + sym_use_site_target, + STATE(6998), 1, + sym__lexical_identifier, + STATE(7017), 1, + sym__simple_user_type, + STATE(7057), 1, + sym_user_type, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(9019), 2, + anon_sym_get, + anon_sym_set, + STATE(7429), 2, + sym_constructor_invocation, + sym__unescaped_annotation, + ACTIONS(9015), 5, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(8975), 6, + anon_sym_field, + anon_sym_property, + anon_sym_receiver, + anon_sym_param, + anon_sym_setparam, + anon_sym_delegate, + [129145] = 12, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8999), 1, anon_sym_AT, - STATE(4507), 1, + ACTIONS(9001), 1, + sym_reification_modifier, + STATE(4533), 1, sym__lexical_identifier, - STATE(7734), 1, - sym_parameter_modifiers, - STATE(8725), 1, + STATE(7631), 1, + sym_type_parameter_modifiers, + STATE(8522), 1, sym_simple_identifier, - STATE(9446), 1, - sym_parameter_with_optional_type, + STATE(8551), 1, + sym_type_parameter, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + ACTIONS(7330), 2, + anon_sym_in, + anon_sym_out, + STATE(7430), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(87), 3, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, - STATE(6894), 3, - sym_parameter_modifier, + STATE(6875), 4, + sym_variance_modifier, + sym__type_parameter_modifier, sym_annotation, - aux_sym_parameter_modifiers_repeat1, - ACTIONS(8392), 7, + aux_sym_type_parameter_modifiers_repeat1, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -561525,34 +563459,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [127777] = 11, - ACTIONS(8406), 1, + [129194] = 12, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(9023), 1, + anon_sym_LBRACK, + STATE(4533), 1, + sym__lexical_identifier, + STATE(5530), 1, + sym_simple_identifier, + STATE(5540), 1, + sym__simple_user_type, + STATE(5542), 1, + sym_user_type, + STATE(6976), 1, + sym_use_site_target, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(9025), 2, + anon_sym_get, + anon_sym_set, + STATE(5584), 2, + sym_constructor_invocation, + sym__unescaped_annotation, + ACTIONS(8386), 5, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(8975), 6, + anon_sym_field, + anon_sym_property, + anon_sym_receiver, + anon_sym_param, + anon_sym_setparam, + anon_sym_delegate, + [129243] = 11, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8941), 1, anon_sym_AT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7734), 1, + STATE(7820), 1, sym_parameter_modifiers, - STATE(8725), 1, + STATE(8782), 1, sym_simple_identifier, - STATE(9156), 1, + STATE(9569), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(87), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(6894), 3, + STATE(6927), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -561560,34 +563531,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [127823] = 11, - ACTIONS(8406), 1, + [129289] = 11, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7734), 1, + STATE(7820), 1, sym_parameter_modifiers, - STATE(8725), 1, + STATE(8782), 1, sym_simple_identifier, - STATE(9286), 1, + STATE(9430), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(87), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(6894), 3, + STATE(6927), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -561595,34 +563566,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [127869] = 11, - ACTIONS(8406), 1, + [129335] = 11, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7734), 1, + STATE(7820), 1, sym_parameter_modifiers, - STATE(8725), 1, + STATE(8782), 1, sym_simple_identifier, - STATE(9347), 1, + STATE(9270), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(87), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(6894), 3, + STATE(6927), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -561630,34 +563601,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [127915] = 11, - ACTIONS(8406), 1, + [129381] = 11, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7734), 1, + STATE(7820), 1, sym_parameter_modifiers, - STATE(8725), 1, + STATE(8782), 1, sym_simple_identifier, - STATE(9346), 1, + STATE(9348), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(87), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(6894), 3, + STATE(6927), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -561665,34 +563636,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [127961] = 11, - ACTIONS(8406), 1, + [129427] = 11, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7734), 1, + STATE(7820), 1, sym_parameter_modifiers, - STATE(8725), 1, + STATE(8782), 1, sym_simple_identifier, - STATE(9344), 1, + STATE(9492), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(87), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(6894), 3, + STATE(6927), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -561700,34 +563671,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [128007] = 11, - ACTIONS(8406), 1, + [129473] = 11, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7734), 1, + STATE(7820), 1, sym_parameter_modifiers, - STATE(8725), 1, + STATE(8782), 1, sym_simple_identifier, - STATE(9477), 1, + STATE(9449), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(87), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(6894), 3, + STATE(6927), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -561735,34 +563706,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [128053] = 11, - ACTIONS(8406), 1, + [129519] = 11, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7734), 1, + STATE(7820), 1, sym_parameter_modifiers, - STATE(8725), 1, + STATE(8782), 1, sym_simple_identifier, - STATE(9340), 1, + STATE(9266), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(87), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(6894), 3, + STATE(6927), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -561770,34 +563741,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [128099] = 11, - ACTIONS(8406), 1, + [129565] = 11, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7734), 1, + STATE(7820), 1, sym_parameter_modifiers, - STATE(8725), 1, + STATE(8782), 1, sym_simple_identifier, - STATE(9466), 1, + STATE(9295), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(87), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(6894), 3, + STATE(6927), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -561805,34 +563776,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [128145] = 11, - ACTIONS(8406), 1, + [129611] = 11, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7734), 1, + STATE(7820), 1, sym_parameter_modifiers, - STATE(8725), 1, + STATE(8782), 1, sym_simple_identifier, - STATE(9244), 1, + STATE(9256), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(87), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(6894), 3, + STATE(6927), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -561840,34 +563811,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [128191] = 11, - ACTIONS(8406), 1, + [129657] = 11, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7734), 1, + STATE(7820), 1, sym_parameter_modifiers, - STATE(8725), 1, + STATE(8782), 1, sym_simple_identifier, - STATE(9483), 1, + STATE(9293), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(87), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(6894), 3, + STATE(6927), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -561875,34 +563846,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [128237] = 11, - ACTIONS(8406), 1, + [129703] = 11, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7734), 1, + STATE(7820), 1, sym_parameter_modifiers, - STATE(8725), 1, + STATE(8782), 1, sym_simple_identifier, - STATE(9330), 1, + STATE(9428), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(87), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(6894), 3, + STATE(6927), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -561910,34 +563881,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [128283] = 11, - ACTIONS(8406), 1, + [129749] = 11, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7734), 1, + STATE(7820), 1, sym_parameter_modifiers, - STATE(8725), 1, + STATE(8782), 1, sym_simple_identifier, - STATE(9253), 1, + STATE(9498), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(87), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(6894), 3, + STATE(6927), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -561945,34 +563916,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [128329] = 11, - ACTIONS(8406), 1, + [129795] = 11, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7734), 1, + STATE(7820), 1, sym_parameter_modifiers, - STATE(8725), 1, + STATE(8782), 1, sym_simple_identifier, - STATE(9484), 1, + STATE(9254), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(87), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(6894), 3, + STATE(6927), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -561980,34 +563951,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [128375] = 11, - ACTIONS(8406), 1, + [129841] = 11, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7734), 1, + STATE(7820), 1, sym_parameter_modifiers, - STATE(8725), 1, + STATE(8782), 1, sym_simple_identifier, - STATE(9251), 1, + STATE(9284), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(87), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(6894), 3, + STATE(6927), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -562015,34 +563986,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [128421] = 11, - ACTIONS(8406), 1, + [129887] = 11, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7734), 1, + STATE(7820), 1, sym_parameter_modifiers, - STATE(8725), 1, + STATE(8782), 1, sym_simple_identifier, - STATE(9248), 1, + STATE(9249), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(87), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(6894), 3, + STATE(6927), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -562050,34 +564021,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [128467] = 11, - ACTIONS(8406), 1, + [129933] = 11, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7734), 1, + STATE(7820), 1, sym_parameter_modifiers, - STATE(8725), 1, + STATE(8782), 1, sym_simple_identifier, - STATE(9486), 1, + STATE(9471), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(87), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(6894), 3, + STATE(6927), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -562085,34 +564056,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [128513] = 11, - ACTIONS(8406), 1, + [129979] = 11, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7734), 1, + STATE(7820), 1, sym_parameter_modifiers, - STATE(8725), 1, + STATE(8782), 1, sym_simple_identifier, - STATE(9140), 1, + STATE(9243), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(87), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(6894), 3, + STATE(6927), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -562120,34 +564091,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [128559] = 11, - ACTIONS(8406), 1, + [130025] = 11, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7734), 1, + STATE(7820), 1, sym_parameter_modifiers, - STATE(8725), 1, + STATE(8782), 1, sym_simple_identifier, - STATE(9245), 1, + STATE(9281), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(87), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(6894), 3, + STATE(6927), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -562155,34 +564126,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [128605] = 11, - ACTIONS(8406), 1, + [130071] = 11, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7734), 1, + STATE(7820), 1, sym_parameter_modifiers, - STATE(8725), 1, + STATE(8782), 1, sym_simple_identifier, - STATE(9189), 1, + STATE(9184), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(87), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(6894), 3, + STATE(6927), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -562190,34 +564161,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [128651] = 11, - ACTIONS(8406), 1, + [130117] = 11, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7734), 1, + STATE(7820), 1, sym_parameter_modifiers, - STATE(8725), 1, + STATE(8782), 1, sym_simple_identifier, - STATE(9358), 1, + STATE(9575), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(87), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(6894), 3, + STATE(6927), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -562225,34 +564196,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [128697] = 11, - ACTIONS(8406), 1, + [130163] = 11, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7734), 1, + STATE(7820), 1, sym_parameter_modifiers, - STATE(8725), 1, + STATE(8782), 1, sym_simple_identifier, - STATE(9242), 1, + STATE(9506), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(87), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(6894), 3, + STATE(6927), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -562260,34 +564231,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [128743] = 11, - ACTIONS(8406), 1, + [130209] = 11, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7734), 1, + STATE(7820), 1, sym_parameter_modifiers, - STATE(8725), 1, + STATE(8782), 1, sym_simple_identifier, - STATE(9360), 1, + STATE(9566), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(87), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(6894), 3, + STATE(6927), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -562295,34 +564266,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [128789] = 11, - ACTIONS(8406), 1, + [130255] = 11, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7734), 1, + STATE(7820), 1, sym_parameter_modifiers, - STATE(8725), 1, + STATE(8782), 1, sym_simple_identifier, - STATE(9267), 1, + STATE(9354), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(87), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(6894), 3, + STATE(6927), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -562330,34 +564301,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [128835] = 11, - ACTIONS(8406), 1, + [130301] = 11, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7734), 1, + STATE(7820), 1, sym_parameter_modifiers, - STATE(8725), 1, + STATE(8782), 1, sym_simple_identifier, - STATE(9490), 1, + STATE(9515), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(87), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(6894), 3, + STATE(6927), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -562365,34 +564336,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [128881] = 11, - ACTIONS(8406), 1, + [130347] = 11, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7734), 1, + STATE(7820), 1, sym_parameter_modifiers, - STATE(8725), 1, + STATE(8782), 1, sym_simple_identifier, - STATE(9328), 1, + STATE(9564), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(87), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(6894), 3, + STATE(6927), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -562400,34 +564371,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [128927] = 11, - ACTIONS(8406), 1, + [130393] = 11, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7734), 1, + STATE(7820), 1, sym_parameter_modifiers, - STATE(8725), 1, + STATE(8782), 1, sym_simple_identifier, - STATE(9240), 1, + STATE(9550), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(87), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(6894), 3, + STATE(6927), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -562435,34 +564406,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [128973] = 11, - ACTIONS(8406), 1, + [130439] = 11, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7734), 1, + STATE(7820), 1, sym_parameter_modifiers, - STATE(8725), 1, + STATE(8782), 1, sym_simple_identifier, - STATE(9474), 1, + STATE(9548), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(87), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(6894), 3, + STATE(6927), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -562470,34 +564441,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [129019] = 11, - ACTIONS(8406), 1, + [130485] = 11, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7734), 1, + STATE(7820), 1, sym_parameter_modifiers, - STATE(8725), 1, + STATE(8782), 1, sym_simple_identifier, - STATE(9326), 1, + STATE(9545), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(87), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(6894), 3, + STATE(6927), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -562505,34 +564476,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [129065] = 11, - ACTIONS(8406), 1, + [130531] = 11, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7734), 1, + STATE(7820), 1, sym_parameter_modifiers, - STATE(8725), 1, + STATE(8782), 1, sym_simple_identifier, - STATE(9301), 1, + STATE(9543), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(87), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(6894), 3, + STATE(6927), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -562540,34 +564511,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [129111] = 11, - ACTIONS(8406), 1, + [130577] = 11, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7734), 1, + STATE(7820), 1, sym_parameter_modifiers, - STATE(8725), 1, + STATE(8782), 1, sym_simple_identifier, - STATE(9276), 1, + STATE(9448), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(87), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(6894), 3, + STATE(6927), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -562575,34 +564546,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [129157] = 11, - ACTIONS(8406), 1, + [130623] = 11, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7734), 1, + STATE(7820), 1, sym_parameter_modifiers, - STATE(8725), 1, + STATE(8782), 1, sym_simple_identifier, - STATE(8896), 1, + STATE(9539), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(87), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(6894), 3, + STATE(6927), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -562610,34 +564581,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [129203] = 11, - ACTIONS(8406), 1, + [130669] = 11, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7734), 1, + STATE(7820), 1, sym_parameter_modifiers, - STATE(8725), 1, + STATE(8782), 1, sym_simple_identifier, - STATE(9238), 1, + STATE(9537), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(87), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(6894), 3, + STATE(6927), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -562645,34 +564616,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [129249] = 11, - ACTIONS(8406), 1, + [130715] = 11, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7734), 1, + STATE(7820), 1, sym_parameter_modifiers, - STATE(8725), 1, + STATE(8782), 1, sym_simple_identifier, - STATE(9142), 1, + STATE(9535), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(87), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(6894), 3, + STATE(6927), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -562680,34 +564651,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [129295] = 11, - ACTIONS(8406), 1, + [130761] = 11, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7734), 1, + STATE(7820), 1, sym_parameter_modifiers, - STATE(8725), 1, + STATE(8782), 1, sym_simple_identifier, - STATE(9236), 1, + STATE(9532), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(87), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(6894), 3, + STATE(6927), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -562715,34 +564686,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [129341] = 11, - ACTIONS(8406), 1, + [130807] = 11, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7734), 1, + STATE(7820), 1, sym_parameter_modifiers, - STATE(8725), 1, + STATE(8782), 1, sym_simple_identifier, - STATE(9493), 1, + STATE(9297), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(87), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(6894), 3, + STATE(6927), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -562750,34 +564721,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [129387] = 11, - ACTIONS(8406), 1, + [130853] = 11, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7734), 1, + STATE(7820), 1, sym_parameter_modifiers, - STATE(8725), 1, + STATE(8782), 1, sym_simple_identifier, - STATE(9016), 1, + STATE(9311), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(87), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(6894), 3, + STATE(6927), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -562785,34 +564756,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [129433] = 11, - ACTIONS(8406), 1, + [130899] = 11, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7734), 1, + STATE(7820), 1, sym_parameter_modifiers, - STATE(8725), 1, + STATE(8782), 1, sym_simple_identifier, - STATE(9492), 1, + STATE(9387), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(87), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(6894), 3, + STATE(6927), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -562820,34 +564791,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [129479] = 11, - ACTIONS(8406), 1, + [130945] = 11, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7734), 1, + STATE(7820), 1, sym_parameter_modifiers, - STATE(8725), 1, + STATE(8782), 1, sym_simple_identifier, - STATE(9269), 1, + STATE(9048), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(87), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(6894), 3, + STATE(6927), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -562855,34 +564826,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [129525] = 11, - ACTIONS(8406), 1, + [130991] = 11, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7734), 1, + STATE(7820), 1, sym_parameter_modifiers, - STATE(8725), 1, + STATE(8782), 1, sym_simple_identifier, - STATE(9455), 1, + STATE(9044), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(87), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(6894), 3, + STATE(6927), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -562890,34 +564861,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [129571] = 11, - ACTIONS(8406), 1, + [131037] = 11, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7734), 1, + STATE(7820), 1, sym_parameter_modifiers, - STATE(8725), 1, + STATE(8782), 1, sym_simple_identifier, - STATE(9234), 1, + STATE(9390), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(87), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(6894), 3, + STATE(6927), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -562925,34 +564896,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [129617] = 11, - ACTIONS(8406), 1, + [131083] = 11, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7734), 1, + STATE(7820), 1, sym_parameter_modifiers, - STATE(8725), 1, + STATE(8782), 1, sym_simple_identifier, - STATE(9422), 1, + STATE(9393), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(87), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(6894), 3, + STATE(6927), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -562960,34 +564931,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [129663] = 11, - ACTIONS(8406), 1, + [131129] = 11, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7734), 1, + STATE(7820), 1, sym_parameter_modifiers, - STATE(8725), 1, + STATE(8782), 1, sym_simple_identifier, - STATE(9231), 1, + STATE(9396), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(87), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(6894), 3, + STATE(6927), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -562995,34 +564966,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [129709] = 11, - ACTIONS(8406), 1, + [131175] = 11, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7734), 1, + STATE(7820), 1, sym_parameter_modifiers, - STATE(8725), 1, + STATE(8782), 1, sym_simple_identifier, - STATE(8962), 1, + STATE(9405), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(87), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(6894), 3, + STATE(6927), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -563030,34 +565001,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [129755] = 11, - ACTIONS(8406), 1, + [131221] = 11, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7734), 1, + STATE(7820), 1, sym_parameter_modifiers, - STATE(8725), 1, + STATE(8782), 1, sym_simple_identifier, - STATE(9199), 1, + STATE(9412), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(87), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(6894), 3, + STATE(6927), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -563065,34 +565036,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [129801] = 11, - ACTIONS(8406), 1, + [131267] = 11, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7734), 1, + STATE(7820), 1, sym_parameter_modifiers, - STATE(8725), 1, + STATE(8782), 1, sym_simple_identifier, - STATE(9229), 1, + STATE(9418), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(87), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(6894), 3, + STATE(6927), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -563100,34 +565071,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [129847] = 11, - ACTIONS(8406), 1, + [131313] = 11, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7734), 1, + STATE(7820), 1, sym_parameter_modifiers, - STATE(8725), 1, + STATE(8782), 1, sym_simple_identifier, - STATE(9005), 1, + STATE(9424), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(87), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(6894), 3, + STATE(6927), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -563135,34 +565106,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [129893] = 11, - ACTIONS(8406), 1, + [131359] = 11, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7734), 1, + STATE(7820), 1, sym_parameter_modifiers, - STATE(8725), 1, + STATE(8782), 1, sym_simple_identifier, - STATE(9447), 1, + STATE(9109), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(87), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(6894), 3, + STATE(6927), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -563170,34 +565141,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [129939] = 11, - ACTIONS(8406), 1, + [131405] = 11, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7734), 1, + STATE(7820), 1, sym_parameter_modifiers, - STATE(8725), 1, + STATE(8782), 1, sym_simple_identifier, - STATE(9227), 1, + STATE(9404), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(87), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(6894), 3, + STATE(6927), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -563205,34 +565176,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [129985] = 11, - ACTIONS(8406), 1, + [131451] = 11, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7734), 1, + STATE(7820), 1, sym_parameter_modifiers, - STATE(8725), 1, + STATE(8782), 1, sym_simple_identifier, - STATE(9208), 1, + STATE(9433), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(87), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(6894), 3, + STATE(6927), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -563240,34 +565211,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [130031] = 11, - ACTIONS(8406), 1, + [131497] = 11, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7734), 1, + STATE(7820), 1, sym_parameter_modifiers, - STATE(8725), 1, + STATE(8782), 1, sym_simple_identifier, - STATE(9215), 1, + STATE(9280), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(87), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(6894), 3, + STATE(6927), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -563275,34 +565246,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [130077] = 11, - ACTIONS(8406), 1, + [131543] = 11, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7734), 1, + STATE(7820), 1, sym_parameter_modifiers, - STATE(8725), 1, + STATE(8782), 1, sym_simple_identifier, - STATE(9444), 1, + STATE(9435), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(87), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(6894), 3, + STATE(6927), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -563310,34 +565281,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [130123] = 11, - ACTIONS(8406), 1, + [131589] = 11, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7734), 1, + STATE(7820), 1, sym_parameter_modifiers, - STATE(8725), 1, + STATE(8782), 1, sym_simple_identifier, - STATE(9511), 1, + STATE(9440), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(87), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(6894), 3, + STATE(6927), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -563345,34 +565316,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [130169] = 11, - ACTIONS(8406), 1, + [131635] = 11, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7734), 1, + STATE(7820), 1, sym_parameter_modifiers, - STATE(8725), 1, + STATE(8782), 1, sym_simple_identifier, - STATE(9338), 1, + STATE(9443), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, ACTIONS(87), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(6894), 3, + STATE(6927), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -563380,32 +565351,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [130215] = 11, - ACTIONS(491), 1, + [131681] = 11, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8894), 1, - anon_sym_LPAREN, - ACTIONS(9019), 1, - anon_sym_dynamic, - STATE(831), 1, - sym__simple_user_type, - STATE(866), 1, + ACTIONS(8941), 1, + anon_sym_AT, + STATE(4533), 1, sym__lexical_identifier, - STATE(875), 1, + STATE(7820), 1, + sym_parameter_modifiers, + STATE(8782), 1, sym_simple_identifier, - STATE(9350), 1, - sym_function_type_parameters, + STATE(9201), 1, + sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(965), 2, - sym_nullable_type, - sym_function_type, - STATE(864), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(413), 7, + STATE(5546), 2, + sym__single_annotation, + sym__multi_annotation, + ACTIONS(87), 3, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + STATE(6927), 3, + sym_parameter_modifier, + sym_annotation, + aux_sym_parameter_modifiers_repeat1, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -563413,67 +565386,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [130259] = 12, - ACTIONS(409), 1, + [131727] = 12, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2866), 1, + STATE(3377), 1, sym__simple_user_type, - STATE(2885), 1, - sym_simple_identifier, - STATE(2890), 1, - sym__lexical_identifier, - STATE(3936), 1, - sym_user_type, - STATE(4025), 1, - sym_function_type, - STATE(9429), 1, - sym_function_type_parameters, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(2923), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(3407), 2, - sym_constructor_invocation, - sym_explicit_delegation, - ACTIONS(333), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - [130305] = 12, - ACTIONS(281), 1, - sym__backtick_identifier, - ACTIONS(9021), 1, - anon_sym_LPAREN, - STATE(4440), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(4461), 1, - sym__simple_user_type, - STATE(4463), 1, + STATE(3446), 1, sym_simple_identifier, - STATE(4476), 1, + STATE(3501), 1, sym_user_type, - STATE(4556), 1, + STATE(3659), 1, sym_function_type, - STATE(9167), 1, + STATE(9488), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4533), 2, + STATE(3578), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(4631), 2, + STATE(3882), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(199), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -563481,34 +565420,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [130351] = 13, - ACTIONS(195), 1, + [131773] = 13, + ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(9021), 1, - anon_sym_LPAREN, - STATE(2864), 1, - sym__lexical_identifier, - STATE(2881), 1, + ACTIONS(9027), 1, + anon_sym_LPAREN, + STATE(4459), 1, sym__simple_user_type, - STATE(2889), 1, + STATE(4461), 1, + sym__lexical_identifier, + STATE(4466), 1, sym_simple_identifier, - STATE(2958), 1, + STATE(4488), 1, sym__delegation_specifiers, - STATE(3906), 1, + STATE(5128), 1, sym_user_type, - STATE(4012), 1, + STATE(5150), 1, sym_function_type, - STATE(4088), 1, + STATE(5280), 1, sym_delegation_specifier, - STATE(9470), 1, + STATE(9309), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3249), 2, + STATE(4585), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(111), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -563516,33 +565455,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [130399] = 12, - ACTIONS(281), 1, + [131821] = 13, + ACTIONS(8908), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4440), 1, + STATE(5536), 1, sym__lexical_identifier, - STATE(4461), 1, - sym__simple_user_type, - STATE(4463), 1, + STATE(5537), 1, sym_simple_identifier, - STATE(4476), 1, + STATE(7457), 1, + sym__simple_user_type, + STATE(7888), 1, sym_user_type, - STATE(4556), 1, + STATE(7949), 1, sym_function_type, - STATE(9167), 1, + STATE(7951), 1, + sym_delegation_specifier, + STATE(8349), 1, + sym__delegation_specifiers, + STATE(9337), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4478), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(4631), 2, + STATE(8082), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(199), 7, + ACTIONS(8902), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -563550,33 +565490,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [130445] = 12, - ACTIONS(281), 1, + [131869] = 13, + ACTIONS(8926), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4440), 1, + STATE(4537), 1, sym__lexical_identifier, - STATE(4461), 1, - sym__simple_user_type, - STATE(4463), 1, + STATE(4554), 1, sym_simple_identifier, - STATE(4476), 1, + STATE(4637), 1, + sym__simple_user_type, + STATE(5005), 1, sym_user_type, - STATE(4556), 1, + STATE(5086), 1, + sym_delegation_specifier, + STATE(5126), 1, + sym__delegation_specifiers, + STATE(5137), 1, sym_function_type, - STATE(9167), 1, + STATE(9563), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4469), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(4631), 2, + STATE(5195), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(199), 7, + ACTIONS(8920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -563584,34 +565525,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [130491] = 13, - ACTIONS(195), 1, + [131917] = 13, + ACTIONS(8908), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2864), 1, + STATE(5536), 1, sym__lexical_identifier, - STATE(2881), 1, - sym__simple_user_type, - STATE(2889), 1, + STATE(5537), 1, sym_simple_identifier, - STATE(3074), 1, - sym__delegation_specifiers, - STATE(3906), 1, + STATE(7457), 1, + sym__simple_user_type, + STATE(7888), 1, sym_user_type, - STATE(4012), 1, + STATE(7949), 1, sym_function_type, - STATE(4088), 1, + STATE(7951), 1, sym_delegation_specifier, - STATE(9470), 1, + STATE(7981), 1, + sym__delegation_specifiers, + STATE(9337), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3249), 2, + STATE(8082), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(111), 7, + ACTIONS(8902), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -563619,34 +565560,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [130539] = 13, - ACTIONS(195), 1, + [131965] = 13, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2864), 1, + STATE(834), 1, + sym_simple_identifier, + STATE(843), 1, sym__lexical_identifier, - STATE(2881), 1, + STATE(865), 1, sym__simple_user_type, - STATE(2889), 1, - sym_simple_identifier, - STATE(2978), 1, + STATE(887), 1, sym__delegation_specifiers, - STATE(3906), 1, + STATE(1352), 1, sym_user_type, - STATE(4012), 1, - sym_function_type, - STATE(4088), 1, + STATE(1470), 1, sym_delegation_specifier, - STATE(9470), 1, + STATE(1508), 1, + sym_function_type, + STATE(9486), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3249), 2, + STATE(1075), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(111), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -563654,34 +565595,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [130587] = 13, - ACTIONS(195), 1, + [132013] = 13, + ACTIONS(8908), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2864), 1, + STATE(5536), 1, sym__lexical_identifier, - STATE(2881), 1, - sym__simple_user_type, - STATE(2889), 1, + STATE(5537), 1, sym_simple_identifier, - STATE(2899), 1, - sym__delegation_specifiers, - STATE(2950), 1, + STATE(7457), 1, + sym__simple_user_type, + STATE(7888), 1, sym_user_type, - STATE(3022), 1, + STATE(7949), 1, sym_function_type, - STATE(3516), 1, + STATE(7951), 1, sym_delegation_specifier, - STATE(9470), 1, + STATE(7980), 1, + sym__delegation_specifiers, + STATE(9337), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3249), 2, + STATE(8082), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(111), 7, + ACTIONS(8902), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -563689,33 +565630,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [130635] = 12, - ACTIONS(281), 1, + [132061] = 13, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4440), 1, + STATE(834), 1, + sym_simple_identifier, + STATE(843), 1, sym__lexical_identifier, - STATE(4461), 1, + STATE(865), 1, sym__simple_user_type, - STATE(4463), 1, - sym_simple_identifier, - STATE(4476), 1, + STATE(878), 1, + sym__delegation_specifiers, + STATE(1352), 1, sym_user_type, - STATE(4556), 1, + STATE(1470), 1, + sym_delegation_specifier, + STATE(1508), 1, sym_function_type, - STATE(9167), 1, + STATE(9486), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4472), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(4631), 2, + STATE(1075), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(199), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -563723,33 +565665,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [130681] = 12, - ACTIONS(281), 1, + [132109] = 13, + ACTIONS(8926), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4440), 1, + STATE(4537), 1, sym__lexical_identifier, - STATE(4461), 1, - sym__simple_user_type, - STATE(4463), 1, + STATE(4554), 1, sym_simple_identifier, - STATE(4476), 1, + STATE(4637), 1, + sym__simple_user_type, + STATE(5005), 1, sym_user_type, - STATE(4556), 1, + STATE(5086), 1, + sym_delegation_specifier, + STATE(5092), 1, + sym__delegation_specifiers, + STATE(5137), 1, sym_function_type, - STATE(9167), 1, + STATE(9563), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4473), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(4631), 2, + STATE(5195), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(199), 7, + ACTIONS(8920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -563757,34 +565700,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [130727] = 13, - ACTIONS(195), 1, + [132157] = 13, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2864), 1, + STATE(834), 1, + sym_simple_identifier, + STATE(843), 1, sym__lexical_identifier, - STATE(2881), 1, + STATE(865), 1, sym__simple_user_type, - STATE(2889), 1, - sym_simple_identifier, - STATE(2974), 1, + STATE(877), 1, sym__delegation_specifiers, - STATE(3906), 1, + STATE(1352), 1, sym_user_type, - STATE(4012), 1, - sym_function_type, - STATE(4088), 1, + STATE(1470), 1, sym_delegation_specifier, - STATE(9470), 1, + STATE(1508), 1, + sym_function_type, + STATE(9486), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3249), 2, + STATE(1075), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(111), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -563792,33 +565735,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [130775] = 12, - ACTIONS(281), 1, + [132205] = 13, + ACTIONS(8908), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4440), 1, + STATE(5536), 1, sym__lexical_identifier, - STATE(4461), 1, - sym__simple_user_type, - STATE(4463), 1, + STATE(5537), 1, sym_simple_identifier, - STATE(4476), 1, + STATE(7457), 1, + sym__simple_user_type, + STATE(7888), 1, sym_user_type, - STATE(4556), 1, + STATE(7949), 1, sym_function_type, - STATE(9167), 1, + STATE(7951), 1, + sym_delegation_specifier, + STATE(8344), 1, + sym__delegation_specifiers, + STATE(9337), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4495), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(4631), 2, + STATE(8082), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(199), 7, + ACTIONS(8902), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -563826,33 +565770,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [130821] = 12, - ACTIONS(281), 1, + [132253] = 13, + ACTIONS(8908), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4440), 1, + STATE(5536), 1, sym__lexical_identifier, - STATE(4461), 1, - sym__simple_user_type, - STATE(4463), 1, + STATE(5537), 1, sym_simple_identifier, - STATE(4476), 1, + STATE(7457), 1, + sym__simple_user_type, + STATE(7888), 1, sym_user_type, - STATE(4556), 1, + STATE(7949), 1, sym_function_type, - STATE(9167), 1, + STATE(7951), 1, + sym_delegation_specifier, + STATE(8376), 1, + sym__delegation_specifiers, + STATE(9337), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4488), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(4631), 2, + STATE(8082), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(199), 7, + ACTIONS(8902), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -563860,33 +565805,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [130867] = 12, - ACTIONS(281), 1, + [132301] = 13, + ACTIONS(8926), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4440), 1, + STATE(4537), 1, sym__lexical_identifier, - STATE(4461), 1, - sym__simple_user_type, - STATE(4463), 1, + STATE(4554), 1, sym_simple_identifier, - STATE(4476), 1, + STATE(4637), 1, + sym__simple_user_type, + STATE(5005), 1, sym_user_type, - STATE(4556), 1, + STATE(5084), 1, + sym__delegation_specifiers, + STATE(5086), 1, + sym_delegation_specifier, + STATE(5137), 1, sym_function_type, - STATE(9167), 1, + STATE(9563), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4497), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(4631), 2, + STATE(5195), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(199), 7, + ACTIONS(8920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -563894,33 +565840,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [130913] = 12, - ACTIONS(281), 1, + [132349] = 13, + ACTIONS(8926), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4440), 1, + STATE(4537), 1, sym__lexical_identifier, - STATE(4461), 1, - sym__simple_user_type, - STATE(4463), 1, + STATE(4554), 1, sym_simple_identifier, - STATE(4476), 1, + STATE(4637), 1, + sym__simple_user_type, + STATE(5005), 1, sym_user_type, - STATE(4556), 1, + STATE(5086), 1, + sym_delegation_specifier, + STATE(5094), 1, + sym__delegation_specifiers, + STATE(5137), 1, sym_function_type, - STATE(9167), 1, + STATE(9563), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4484), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(4631), 2, + STATE(5195), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(199), 7, + ACTIONS(8920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -563928,33 +565875,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [130959] = 12, - ACTIONS(281), 1, + [132397] = 13, + ACTIONS(8926), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4440), 1, + STATE(4537), 1, sym__lexical_identifier, - STATE(4461), 1, - sym__simple_user_type, - STATE(4463), 1, + STATE(4554), 1, sym_simple_identifier, - STATE(4476), 1, + STATE(4637), 1, + sym__simple_user_type, + STATE(5005), 1, sym_user_type, - STATE(4556), 1, + STATE(5086), 1, + sym_delegation_specifier, + STATE(5109), 1, + sym__delegation_specifiers, + STATE(5137), 1, sym_function_type, - STATE(9167), 1, + STATE(9563), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4489), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(4631), 2, + STATE(5195), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(199), 7, + ACTIONS(8920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -563962,34 +565910,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [131005] = 13, - ACTIONS(195), 1, + [132445] = 13, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2864), 1, + STATE(834), 1, + sym_simple_identifier, + STATE(843), 1, sym__lexical_identifier, - STATE(2881), 1, + STATE(865), 1, sym__simple_user_type, - STATE(2889), 1, - sym_simple_identifier, - STATE(2907), 1, + STATE(937), 1, sym__delegation_specifiers, - STATE(2950), 1, + STATE(1352), 1, sym_user_type, - STATE(3022), 1, - sym_function_type, - STATE(3516), 1, + STATE(1470), 1, sym_delegation_specifier, - STATE(9470), 1, + STATE(1508), 1, + sym_function_type, + STATE(9486), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3249), 2, + STATE(1075), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(111), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -563997,34 +565945,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [131053] = 13, - ACTIONS(195), 1, + [132493] = 13, + ACTIONS(8908), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2864), 1, + STATE(5536), 1, sym__lexical_identifier, - STATE(2881), 1, - sym__simple_user_type, - STATE(2889), 1, + STATE(5537), 1, sym_simple_identifier, - STATE(2910), 1, - sym__delegation_specifiers, - STATE(2950), 1, + STATE(7457), 1, + sym__simple_user_type, + STATE(7888), 1, sym_user_type, - STATE(3022), 1, + STATE(7949), 1, sym_function_type, - STATE(3516), 1, + STATE(7951), 1, sym_delegation_specifier, - STATE(9470), 1, + STATE(7984), 1, + sym__delegation_specifiers, + STATE(9337), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3249), 2, + STATE(8082), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(111), 7, + ACTIONS(8902), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -564032,34 +565980,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [131101] = 13, - ACTIONS(195), 1, + [132541] = 13, + ACTIONS(8908), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2864), 1, + STATE(5536), 1, sym__lexical_identifier, - STATE(2881), 1, - sym__simple_user_type, - STATE(2889), 1, + STATE(5537), 1, sym_simple_identifier, - STATE(2956), 1, - sym__delegation_specifiers, - STATE(3906), 1, + STATE(7457), 1, + sym__simple_user_type, + STATE(7888), 1, sym_user_type, - STATE(4012), 1, + STATE(7949), 1, sym_function_type, - STATE(4088), 1, + STATE(7951), 1, sym_delegation_specifier, - STATE(9470), 1, + STATE(7973), 1, + sym__delegation_specifiers, + STATE(9337), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3249), 2, + STATE(8082), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(111), 7, + ACTIONS(8902), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -564067,33 +566015,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [131149] = 12, - ACTIONS(281), 1, + [132589] = 13, + ACTIONS(8926), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4440), 1, + STATE(4537), 1, sym__lexical_identifier, - STATE(4461), 1, - sym__simple_user_type, - STATE(4463), 1, + STATE(4554), 1, sym_simple_identifier, - STATE(4476), 1, + STATE(4637), 1, + sym__simple_user_type, + STATE(5005), 1, sym_user_type, - STATE(4556), 1, + STATE(5086), 1, + sym_delegation_specifier, + STATE(5110), 1, + sym__delegation_specifiers, + STATE(5137), 1, sym_function_type, - STATE(9167), 1, + STATE(9563), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4465), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(4631), 2, + STATE(5195), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(199), 7, + ACTIONS(8920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -564101,34 +566050,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [131195] = 13, - ACTIONS(195), 1, + [132637] = 13, + ACTIONS(8926), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2864), 1, + STATE(4537), 1, sym__lexical_identifier, - STATE(2881), 1, - sym__simple_user_type, - STATE(2889), 1, + STATE(4554), 1, sym_simple_identifier, - STATE(2929), 1, - sym__delegation_specifiers, - STATE(2950), 1, + STATE(4637), 1, + sym__simple_user_type, + STATE(5005), 1, sym_user_type, - STATE(3022), 1, - sym_function_type, - STATE(3516), 1, + STATE(5086), 1, sym_delegation_specifier, - STATE(9470), 1, + STATE(5124), 1, + sym__delegation_specifiers, + STATE(5137), 1, + sym_function_type, + STATE(9563), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3249), 2, + STATE(5195), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(111), 7, + ACTIONS(8920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -564136,33 +566085,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [131243] = 12, - ACTIONS(281), 1, + [132685] = 13, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4440), 1, + STATE(834), 1, + sym_simple_identifier, + STATE(843), 1, sym__lexical_identifier, - STATE(4461), 1, + STATE(865), 1, sym__simple_user_type, - STATE(4463), 1, - sym_simple_identifier, - STATE(4476), 1, + STATE(924), 1, + sym__delegation_specifiers, + STATE(1352), 1, sym_user_type, - STATE(4556), 1, + STATE(1470), 1, + sym_delegation_specifier, + STATE(1508), 1, sym_function_type, - STATE(9167), 1, + STATE(9486), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4541), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(4631), 2, + STATE(1075), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(199), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -564170,33 +566120,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [131289] = 12, - ACTIONS(281), 1, + [132733] = 13, + ACTIONS(8926), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4440), 1, + STATE(4537), 1, sym__lexical_identifier, - STATE(4461), 1, - sym__simple_user_type, - STATE(4463), 1, + STATE(4554), 1, sym_simple_identifier, - STATE(4476), 1, + STATE(4637), 1, + sym__simple_user_type, + STATE(5005), 1, sym_user_type, - STATE(4556), 1, + STATE(5086), 1, + sym_delegation_specifier, + STATE(5131), 1, + sym__delegation_specifiers, + STATE(5137), 1, sym_function_type, - STATE(9167), 1, + STATE(9563), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4466), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(4631), 2, + STATE(5195), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(199), 7, + ACTIONS(8920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -564204,34 +566155,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [131335] = 13, - ACTIONS(195), 1, + [132781] = 13, + ACTIONS(8926), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2864), 1, + STATE(4537), 1, sym__lexical_identifier, - STATE(2881), 1, - sym__simple_user_type, - STATE(2889), 1, + STATE(4554), 1, sym_simple_identifier, - STATE(2926), 1, - sym__delegation_specifiers, - STATE(2950), 1, + STATE(4637), 1, + sym__simple_user_type, + STATE(5005), 1, sym_user_type, - STATE(3022), 1, - sym_function_type, - STATE(3516), 1, + STATE(5086), 1, sym_delegation_specifier, - STATE(9470), 1, + STATE(5137), 1, + sym_function_type, + STATE(5234), 1, + sym__delegation_specifiers, + STATE(9563), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3249), 2, + STATE(5195), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(111), 7, + ACTIONS(8920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -564239,34 +566190,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [131383] = 13, - ACTIONS(195), 1, + [132829] = 12, + ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2864), 1, - sym__lexical_identifier, - STATE(2881), 1, + STATE(4459), 1, sym__simple_user_type, - STATE(2889), 1, + STATE(4461), 1, + sym__lexical_identifier, + STATE(4466), 1, sym_simple_identifier, - STATE(3091), 1, - sym__delegation_specifiers, - STATE(3906), 1, + STATE(4507), 1, sym_user_type, - STATE(4012), 1, + STATE(4529), 1, sym_function_type, - STATE(4088), 1, - sym_delegation_specifier, - STATE(9470), 1, + STATE(9309), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3249), 2, + STATE(4488), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(4585), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(111), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -564274,34 +566224,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [131431] = 13, - ACTIONS(195), 1, + [132875] = 13, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2864), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(2881), 1, - sym__simple_user_type, - STATE(2889), 1, + STATE(5187), 1, sym_simple_identifier, - STATE(2930), 1, - sym__delegation_specifiers, - STATE(2950), 1, + STATE(7692), 1, + sym__simple_user_type, + STATE(7927), 1, sym_user_type, - STATE(3022), 1, - sym_function_type, - STATE(3516), 1, + STATE(8081), 1, sym_delegation_specifier, - STATE(9470), 1, + STATE(8097), 1, + sym_function_type, + STATE(8769), 1, + sym__delegation_specifiers, + STATE(9202), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3249), 2, + STATE(8231), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(111), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -564309,34 +566259,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [131479] = 13, - ACTIONS(195), 1, + [132923] = 12, + ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2864), 1, - sym__lexical_identifier, - STATE(2881), 1, + STATE(4459), 1, sym__simple_user_type, - STATE(2889), 1, + STATE(4461), 1, + sym__lexical_identifier, + STATE(4466), 1, sym_simple_identifier, - STATE(2945), 1, - sym__delegation_specifiers, - STATE(2950), 1, + STATE(4507), 1, sym_user_type, - STATE(3022), 1, + STATE(4529), 1, sym_function_type, - STATE(3516), 1, - sym_delegation_specifier, - STATE(9470), 1, + STATE(9309), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3249), 2, + STATE(4509), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(4585), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(111), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -564344,34 +566293,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [131527] = 13, - ACTIONS(195), 1, + [132969] = 12, + ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2864), 1, - sym__lexical_identifier, - STATE(2881), 1, + STATE(4459), 1, sym__simple_user_type, - STATE(2889), 1, + STATE(4461), 1, + sym__lexical_identifier, + STATE(4466), 1, sym_simple_identifier, - STATE(2949), 1, - sym__delegation_specifiers, - STATE(2950), 1, + STATE(5128), 1, sym_user_type, - STATE(3022), 1, + STATE(5150), 1, sym_function_type, - STATE(3516), 1, - sym_delegation_specifier, - STATE(9470), 1, + STATE(9309), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3249), 2, + STATE(4488), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(4585), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(111), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -564379,34 +566327,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [131575] = 13, - ACTIONS(195), 1, + [133015] = 13, + ACTIONS(8926), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2864), 1, + STATE(4537), 1, sym__lexical_identifier, - STATE(2881), 1, - sym__simple_user_type, - STATE(2889), 1, + STATE(4554), 1, sym_simple_identifier, - STATE(2950), 1, + STATE(4637), 1, + sym__simple_user_type, + STATE(5005), 1, sym_user_type, - STATE(3022), 1, - sym_function_type, - STATE(3091), 1, - sym__delegation_specifiers, - STATE(3516), 1, + STATE(5086), 1, sym_delegation_specifier, - STATE(9470), 1, + STATE(5115), 1, + sym__delegation_specifiers, + STATE(5137), 1, + sym_function_type, + STATE(9563), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3249), 2, + STATE(5195), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(111), 7, + ACTIONS(8920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -564414,34 +566362,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [131623] = 13, - ACTIONS(195), 1, + [133063] = 12, + ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2864), 1, - sym__lexical_identifier, - STATE(2881), 1, + STATE(4459), 1, sym__simple_user_type, - STATE(2889), 1, + STATE(4461), 1, + sym__lexical_identifier, + STATE(4466), 1, sym_simple_identifier, - STATE(2949), 1, - sym__delegation_specifiers, - STATE(3906), 1, + STATE(5128), 1, sym_user_type, - STATE(4012), 1, + STATE(5150), 1, sym_function_type, - STATE(4088), 1, - sym_delegation_specifier, - STATE(9470), 1, + STATE(9309), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3249), 2, + STATE(4509), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(4585), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(111), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -564449,34 +566396,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [131671] = 13, - ACTIONS(195), 1, + [133109] = 12, + ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2864), 1, - sym__lexical_identifier, - STATE(2881), 1, + STATE(4459), 1, sym__simple_user_type, - STATE(2889), 1, + STATE(4461), 1, + sym__lexical_identifier, + STATE(4466), 1, sym_simple_identifier, - STATE(2950), 1, + STATE(4507), 1, sym_user_type, - STATE(2956), 1, - sym__delegation_specifiers, - STATE(3022), 1, + STATE(4529), 1, sym_function_type, - STATE(3516), 1, - sym_delegation_specifier, - STATE(9470), 1, + STATE(9309), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3249), 2, + STATE(4505), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(4585), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(111), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -564484,34 +566430,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [131719] = 13, - ACTIONS(613), 1, + [133155] = 12, + ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(3205), 1, + STATE(4459), 1, sym__simple_user_type, - STATE(3263), 1, + STATE(4461), 1, sym__lexical_identifier, - STATE(3264), 1, + STATE(4466), 1, sym_simple_identifier, - STATE(3507), 1, - sym__delegation_specifiers, - STATE(4087), 1, + STATE(4507), 1, sym_user_type, - STATE(4124), 1, - sym_delegation_specifier, - STATE(4142), 1, + STATE(4529), 1, sym_function_type, - STATE(9518), 1, + STATE(9309), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3677), 2, + STATE(4478), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(4585), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(537), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -564519,34 +566464,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [131767] = 13, - ACTIONS(195), 1, + [133201] = 13, + ACTIONS(8926), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2864), 1, + STATE(4537), 1, sym__lexical_identifier, - STATE(2881), 1, - sym__simple_user_type, - STATE(2889), 1, + STATE(4554), 1, sym_simple_identifier, - STATE(2945), 1, - sym__delegation_specifiers, - STATE(3906), 1, + STATE(4637), 1, + sym__simple_user_type, + STATE(5005), 1, sym_user_type, - STATE(4012), 1, - sym_function_type, - STATE(4088), 1, + STATE(5086), 1, sym_delegation_specifier, - STATE(9470), 1, + STATE(5089), 1, + sym__delegation_specifiers, + STATE(5137), 1, + sym_function_type, + STATE(9563), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3249), 2, + STATE(5195), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(111), 7, + ACTIONS(8920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -564554,34 +566499,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [131815] = 13, - ACTIONS(195), 1, + [133249] = 13, + ACTIONS(8926), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2864), 1, + STATE(4537), 1, sym__lexical_identifier, - STATE(2881), 1, - sym__simple_user_type, - STATE(2889), 1, + STATE(4554), 1, sym_simple_identifier, - STATE(2950), 1, + STATE(4637), 1, + sym__simple_user_type, + STATE(5005), 1, sym_user_type, - STATE(2974), 1, + STATE(5085), 1, sym__delegation_specifiers, - STATE(3022), 1, - sym_function_type, - STATE(3516), 1, + STATE(5086), 1, sym_delegation_specifier, - STATE(9470), 1, + STATE(5137), 1, + sym_function_type, + STATE(9563), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3249), 2, + STATE(5195), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(111), 7, + ACTIONS(8920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -564589,34 +566534,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [131863] = 13, - ACTIONS(195), 1, + [133297] = 13, + ACTIONS(8926), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2864), 1, + STATE(4537), 1, sym__lexical_identifier, - STATE(2881), 1, - sym__simple_user_type, - STATE(2889), 1, + STATE(4554), 1, sym_simple_identifier, - STATE(2930), 1, - sym__delegation_specifiers, - STATE(3906), 1, + STATE(4637), 1, + sym__simple_user_type, + STATE(5005), 1, sym_user_type, - STATE(4012), 1, - sym_function_type, - STATE(4088), 1, + STATE(5086), 1, sym_delegation_specifier, - STATE(9470), 1, + STATE(5137), 1, + sym_function_type, + STATE(5256), 1, + sym__delegation_specifiers, + STATE(9563), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3249), 2, + STATE(5195), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(111), 7, + ACTIONS(8920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -564624,34 +566569,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [131911] = 13, - ACTIONS(195), 1, + [133345] = 12, + ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2864), 1, - sym__lexical_identifier, - STATE(2881), 1, + STATE(4459), 1, sym__simple_user_type, - STATE(2889), 1, + STATE(4461), 1, + sym__lexical_identifier, + STATE(4466), 1, sym_simple_identifier, - STATE(2929), 1, - sym__delegation_specifiers, - STATE(3906), 1, + STATE(4507), 1, sym_user_type, - STATE(4012), 1, + STATE(4529), 1, sym_function_type, - STATE(4088), 1, - sym_delegation_specifier, - STATE(9470), 1, + STATE(9309), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3249), 2, + STATE(4481), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(4585), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(111), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -564659,34 +566603,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [131959] = 13, - ACTIONS(195), 1, + [133391] = 12, + ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2864), 1, - sym__lexical_identifier, - STATE(2881), 1, + STATE(4459), 1, sym__simple_user_type, - STATE(2889), 1, + STATE(4461), 1, + sym__lexical_identifier, + STATE(4466), 1, sym_simple_identifier, - STATE(2950), 1, + STATE(4507), 1, sym_user_type, - STATE(2978), 1, - sym__delegation_specifiers, - STATE(3022), 1, + STATE(4529), 1, sym_function_type, - STATE(3516), 1, - sym_delegation_specifier, - STATE(9470), 1, + STATE(9309), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3249), 2, + STATE(4511), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(4585), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(111), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -564694,34 +566637,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [132007] = 13, - ACTIONS(281), 1, + [133437] = 13, + ACTIONS(8926), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4440), 1, + STATE(4537), 1, sym__lexical_identifier, - STATE(4461), 1, - sym__simple_user_type, - STATE(4463), 1, + STATE(4554), 1, sym_simple_identifier, - STATE(4466), 1, - sym__delegation_specifiers, - STATE(4476), 1, + STATE(4637), 1, + sym__simple_user_type, + STATE(5005), 1, sym_user_type, - STATE(4556), 1, - sym_function_type, - STATE(4760), 1, + STATE(5086), 1, sym_delegation_specifier, - STATE(9167), 1, + STATE(5111), 1, + sym__delegation_specifiers, + STATE(5137), 1, + sym_function_type, + STATE(9563), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4631), 2, + STATE(5195), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(199), 7, + ACTIONS(8920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -564729,34 +566672,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [132055] = 13, - ACTIONS(195), 1, + [133485] = 12, + ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2864), 1, - sym__lexical_identifier, - STATE(2881), 1, + STATE(4459), 1, sym__simple_user_type, - STATE(2889), 1, + STATE(4461), 1, + sym__lexical_identifier, + STATE(4466), 1, sym_simple_identifier, - STATE(2899), 1, - sym__delegation_specifiers, - STATE(3906), 1, + STATE(4507), 1, sym_user_type, - STATE(4012), 1, + STATE(4529), 1, sym_function_type, - STATE(4088), 1, - sym_delegation_specifier, - STATE(9470), 1, + STATE(9309), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3249), 2, + STATE(4487), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(4585), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(111), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -564764,34 +566706,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [132103] = 13, + [133531] = 12, ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4440), 1, - sym__lexical_identifier, - STATE(4461), 1, + STATE(4459), 1, sym__simple_user_type, - STATE(4463), 1, + STATE(4461), 1, + sym__lexical_identifier, + STATE(4466), 1, sym_simple_identifier, - STATE(4476), 1, + STATE(4507), 1, sym_user_type, - STATE(4541), 1, - sym__delegation_specifiers, - STATE(4556), 1, + STATE(4529), 1, sym_function_type, - STATE(4760), 1, - sym_delegation_specifier, - STATE(9167), 1, + STATE(9309), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4631), 2, + STATE(4492), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(4585), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(199), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -564799,34 +566740,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [132151] = 13, - ACTIONS(613), 1, + [133577] = 12, + ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(3205), 1, + STATE(4459), 1, sym__simple_user_type, - STATE(3263), 1, + STATE(4461), 1, sym__lexical_identifier, - STATE(3264), 1, + STATE(4466), 1, sym_simple_identifier, - STATE(3483), 1, - sym__delegation_specifiers, - STATE(4087), 1, + STATE(5128), 1, sym_user_type, - STATE(4124), 1, - sym_delegation_specifier, - STATE(4142), 1, + STATE(5150), 1, sym_function_type, - STATE(9518), 1, + STATE(9309), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3677), 2, + STATE(4505), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(4585), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(537), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -564834,34 +566774,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [132199] = 13, - ACTIONS(107), 1, + [133623] = 12, + ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4529), 1, + STATE(4459), 1, + sym__simple_user_type, + STATE(4461), 1, sym__lexical_identifier, - STATE(4594), 1, + STATE(4466), 1, sym_simple_identifier, - STATE(4608), 1, - sym__simple_user_type, - STATE(4786), 1, - sym__delegation_specifiers, - STATE(4805), 1, + STATE(4507), 1, sym_user_type, - STATE(4866), 1, + STATE(4529), 1, sym_function_type, - STATE(4867), 1, - sym_delegation_specifier, - STATE(9218), 1, + STATE(9309), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4946), 2, + STATE(4495), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(4585), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(7), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -564869,34 +566808,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [132247] = 13, - ACTIONS(195), 1, + [133669] = 12, + ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2864), 1, - sym__lexical_identifier, - STATE(2881), 1, + STATE(4459), 1, sym__simple_user_type, - STATE(2889), 1, + STATE(4461), 1, + sym__lexical_identifier, + STATE(4466), 1, sym_simple_identifier, - STATE(2907), 1, - sym__delegation_specifiers, - STATE(3906), 1, + STATE(4507), 1, sym_user_type, - STATE(4012), 1, + STATE(4529), 1, sym_function_type, - STATE(4088), 1, - sym_delegation_specifier, - STATE(9470), 1, + STATE(9309), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3249), 2, + STATE(4500), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(4585), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(111), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -564904,34 +566842,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [132295] = 13, - ACTIONS(195), 1, + [133715] = 12, + ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2864), 1, - sym__lexical_identifier, - STATE(2881), 1, + STATE(4459), 1, sym__simple_user_type, - STATE(2889), 1, + STATE(4461), 1, + sym__lexical_identifier, + STATE(4466), 1, sym_simple_identifier, - STATE(2950), 1, + STATE(4507), 1, sym_user_type, - STATE(3022), 1, + STATE(4529), 1, sym_function_type, - STATE(3074), 1, - sym__delegation_specifiers, - STATE(3516), 1, - sym_delegation_specifier, - STATE(9470), 1, + STATE(9309), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3249), 2, + STATE(4477), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(4585), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(111), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -564939,34 +566876,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [132343] = 13, - ACTIONS(195), 1, + [133761] = 13, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2864), 1, + STATE(834), 1, + sym_simple_identifier, + STATE(843), 1, sym__lexical_identifier, - STATE(2881), 1, + STATE(865), 1, sym__simple_user_type, - STATE(2889), 1, - sym_simple_identifier, - STATE(2910), 1, + STATE(943), 1, sym__delegation_specifiers, - STATE(3906), 1, + STATE(1352), 1, sym_user_type, - STATE(4012), 1, - sym_function_type, - STATE(4088), 1, + STATE(1470), 1, sym_delegation_specifier, - STATE(9470), 1, + STATE(1508), 1, + sym_function_type, + STATE(9486), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3249), 2, + STATE(1075), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(111), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -564974,34 +566911,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [132391] = 13, + [133809] = 12, ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4440), 1, - sym__lexical_identifier, - STATE(4461), 1, + STATE(4459), 1, sym__simple_user_type, - STATE(4463), 1, + STATE(4461), 1, + sym__lexical_identifier, + STATE(4466), 1, sym_simple_identifier, - STATE(4476), 1, + STATE(4507), 1, sym_user_type, - STATE(4497), 1, - sym__delegation_specifiers, - STATE(4556), 1, + STATE(4529), 1, sym_function_type, - STATE(4760), 1, - sym_delegation_specifier, - STATE(9167), 1, + STATE(9309), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4631), 2, + STATE(4503), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(4585), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(199), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -565009,34 +566945,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [132439] = 13, + [133855] = 12, ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4440), 1, - sym__lexical_identifier, - STATE(4461), 1, + STATE(4459), 1, sym__simple_user_type, - STATE(4463), 1, + STATE(4461), 1, + sym__lexical_identifier, + STATE(4466), 1, sym_simple_identifier, - STATE(4476), 1, + STATE(4507), 1, sym_user_type, - STATE(4488), 1, - sym__delegation_specifiers, - STATE(4556), 1, + STATE(4529), 1, sym_function_type, - STATE(4760), 1, - sym_delegation_specifier, - STATE(9167), 1, + STATE(9309), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4631), 2, + STATE(4474), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(4585), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(199), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -565044,34 +566979,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [132487] = 13, - ACTIONS(195), 1, + [133901] = 12, + ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2864), 1, - sym__lexical_identifier, - STATE(2881), 1, + STATE(4459), 1, sym__simple_user_type, - STATE(2889), 1, + STATE(4461), 1, + sym__lexical_identifier, + STATE(4466), 1, sym_simple_identifier, - STATE(2926), 1, - sym__delegation_specifiers, - STATE(3906), 1, + STATE(5128), 1, sym_user_type, - STATE(4012), 1, + STATE(5150), 1, sym_function_type, - STATE(4088), 1, - sym_delegation_specifier, - STATE(9470), 1, + STATE(9309), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3249), 2, + STATE(4478), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(4585), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(111), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -565079,32 +567013,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [132535] = 11, - ACTIONS(613), 1, + [133947] = 12, + ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(8888), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - ACTIONS(9023), 1, - anon_sym_dynamic, - STATE(3205), 1, + STATE(4459), 1, sym__simple_user_type, - STATE(3263), 1, + STATE(4461), 1, sym__lexical_identifier, - STATE(3264), 1, + STATE(4466), 1, sym_simple_identifier, - STATE(9518), 1, + STATE(4507), 1, + sym_user_type, + STATE(4529), 1, + sym_function_type, + STATE(9309), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3625), 2, - sym_nullable_type, - sym_function_type, - STATE(3418), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(537), 7, + STATE(4485), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(4585), 2, + sym_constructor_invocation, + sym_explicit_delegation, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -565112,34 +567047,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [132579] = 13, - ACTIONS(195), 1, + [133993] = 13, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2864), 1, + STATE(834), 1, + sym_simple_identifier, + STATE(843), 1, sym__lexical_identifier, - STATE(2881), 1, + STATE(865), 1, sym__simple_user_type, - STATE(2889), 1, - sym_simple_identifier, - STATE(2950), 1, - sym_user_type, - STATE(2958), 1, + STATE(892), 1, sym__delegation_specifiers, - STATE(3022), 1, - sym_function_type, - STATE(3516), 1, + STATE(1352), 1, + sym_user_type, + STATE(1470), 1, sym_delegation_specifier, - STATE(9470), 1, + STATE(1508), 1, + sym_function_type, + STATE(9486), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3249), 2, + STATE(1075), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(111), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -565147,34 +567082,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [132627] = 13, - ACTIONS(613), 1, + [134041] = 12, + ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(3205), 1, + STATE(4459), 1, sym__simple_user_type, - STATE(3263), 1, + STATE(4461), 1, sym__lexical_identifier, - STATE(3264), 1, + STATE(4466), 1, sym_simple_identifier, - STATE(3498), 1, - sym__delegation_specifiers, - STATE(4087), 1, + STATE(5128), 1, sym_user_type, - STATE(4124), 1, - sym_delegation_specifier, - STATE(4142), 1, + STATE(5150), 1, sym_function_type, - STATE(9518), 1, + STATE(9309), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3677), 2, + STATE(4481), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(4585), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(537), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -565182,34 +567116,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [132675] = 13, - ACTIONS(409), 1, + [134087] = 12, + ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2866), 1, + STATE(4459), 1, sym__simple_user_type, - STATE(2885), 1, - sym_simple_identifier, - STATE(2890), 1, + STATE(4461), 1, sym__lexical_identifier, - STATE(2989), 1, - sym__delegation_specifiers, - STATE(3936), 1, + STATE(4466), 1, + sym_simple_identifier, + STATE(5128), 1, sym_user_type, - STATE(4003), 1, - sym_delegation_specifier, - STATE(4025), 1, + STATE(5150), 1, sym_function_type, - STATE(9429), 1, + STATE(9309), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3407), 2, + STATE(4511), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(4585), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(333), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -565217,34 +567150,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [132723] = 13, - ACTIONS(107), 1, + [134133] = 12, + ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4529), 1, + STATE(4459), 1, + sym__simple_user_type, + STATE(4461), 1, sym__lexical_identifier, - STATE(4594), 1, + STATE(4466), 1, sym_simple_identifier, - STATE(4608), 1, - sym__simple_user_type, - STATE(4785), 1, - sym__delegation_specifiers, - STATE(4805), 1, + STATE(5128), 1, sym_user_type, - STATE(4866), 1, + STATE(5150), 1, sym_function_type, - STATE(4867), 1, - sym_delegation_specifier, - STATE(9218), 1, + STATE(9309), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4946), 2, + STATE(4487), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(4585), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(7), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -565252,34 +567184,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [132771] = 13, + [134179] = 12, ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4440), 1, - sym__lexical_identifier, - STATE(4461), 1, + STATE(4459), 1, sym__simple_user_type, - STATE(4463), 1, + STATE(4461), 1, + sym__lexical_identifier, + STATE(4466), 1, sym_simple_identifier, - STATE(4476), 1, + STATE(5128), 1, sym_user_type, - STATE(4482), 1, - sym__delegation_specifiers, - STATE(4556), 1, + STATE(5150), 1, sym_function_type, - STATE(4760), 1, - sym_delegation_specifier, - STATE(9167), 1, + STATE(9309), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4631), 2, + STATE(4492), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(4585), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(199), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -565287,34 +567218,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [132819] = 13, - ACTIONS(281), 1, + [134225] = 13, + ACTIONS(8908), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4440), 1, + STATE(5536), 1, sym__lexical_identifier, - STATE(4461), 1, - sym__simple_user_type, - STATE(4463), 1, + STATE(5537), 1, sym_simple_identifier, - STATE(4476), 1, + STATE(7457), 1, + sym__simple_user_type, + STATE(7888), 1, sym_user_type, - STATE(4533), 1, - sym__delegation_specifiers, - STATE(4556), 1, + STATE(7949), 1, sym_function_type, - STATE(4760), 1, + STATE(7951), 1, sym_delegation_specifier, - STATE(9167), 1, + STATE(8186), 1, + sym__delegation_specifiers, + STATE(9337), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4631), 2, + STATE(8082), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(199), 7, + ACTIONS(8902), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -565322,34 +567253,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [132867] = 13, - ACTIONS(613), 1, + [134273] = 13, + ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(3205), 1, - sym__simple_user_type, - STATE(3263), 1, + STATE(4566), 1, sym__lexical_identifier, - STATE(3264), 1, + STATE(4673), 1, + sym__simple_user_type, + STATE(4677), 1, sym_simple_identifier, - STATE(3534), 1, - sym__delegation_specifiers, - STATE(4087), 1, + STATE(4785), 1, sym_user_type, - STATE(4124), 1, + STATE(4796), 1, + sym__delegation_specifiers, + STATE(4858), 1, sym_delegation_specifier, - STATE(4142), 1, + STATE(4866), 1, sym_function_type, - STATE(9518), 1, + STATE(9181), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3677), 2, + STATE(4976), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(537), 7, + ACTIONS(7), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -565357,34 +567288,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [132915] = 13, - ACTIONS(409), 1, + [134321] = 12, + ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2866), 1, + STATE(4459), 1, sym__simple_user_type, - STATE(2885), 1, - sym_simple_identifier, - STATE(2890), 1, + STATE(4461), 1, sym__lexical_identifier, - STATE(2975), 1, + STATE(4466), 1, + sym_simple_identifier, + STATE(5128), 1, sym_user_type, - STATE(2989), 1, - sym__delegation_specifiers, - STATE(3019), 1, + STATE(5150), 1, sym_function_type, - STATE(3095), 1, - sym_delegation_specifier, - STATE(9429), 1, + STATE(9309), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3407), 2, + STATE(4495), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(4585), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(333), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -565392,34 +567322,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [132963] = 13, + [134367] = 12, ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4440), 1, - sym__lexical_identifier, - STATE(4461), 1, + STATE(4459), 1, sym__simple_user_type, - STATE(4463), 1, + STATE(4461), 1, + sym__lexical_identifier, + STATE(4466), 1, sym_simple_identifier, - STATE(4476), 1, + STATE(5128), 1, sym_user_type, - STATE(4478), 1, - sym__delegation_specifiers, - STATE(4556), 1, + STATE(5150), 1, sym_function_type, - STATE(4760), 1, - sym_delegation_specifier, - STATE(9167), 1, + STATE(9309), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4631), 2, + STATE(4500), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(4585), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(199), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -565427,34 +567356,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [133011] = 13, + [134413] = 12, ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4440), 1, - sym__lexical_identifier, - STATE(4461), 1, + STATE(4459), 1, sym__simple_user_type, - STATE(4463), 1, + STATE(4461), 1, + sym__lexical_identifier, + STATE(4466), 1, sym_simple_identifier, - STATE(4469), 1, - sym__delegation_specifiers, - STATE(4476), 1, + STATE(5128), 1, sym_user_type, - STATE(4556), 1, + STATE(5150), 1, sym_function_type, - STATE(4760), 1, - sym_delegation_specifier, - STATE(9167), 1, + STATE(9309), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4631), 2, + STATE(4477), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(4585), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(199), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -565462,34 +567390,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [133059] = 13, - ACTIONS(613), 1, + [134459] = 12, + ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(3205), 1, + STATE(4459), 1, sym__simple_user_type, - STATE(3263), 1, + STATE(4461), 1, sym__lexical_identifier, - STATE(3264), 1, + STATE(4466), 1, sym_simple_identifier, - STATE(3477), 1, + STATE(5128), 1, sym_user_type, - STATE(3483), 1, - sym__delegation_specifiers, - STATE(3623), 1, - sym_delegation_specifier, - STATE(3638), 1, + STATE(5150), 1, sym_function_type, - STATE(9518), 1, + STATE(9309), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3677), 2, + STATE(4503), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(4585), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(537), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -565497,34 +567424,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [133107] = 13, - ACTIONS(613), 1, + [134505] = 12, + ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(3205), 1, + STATE(4459), 1, sym__simple_user_type, - STATE(3263), 1, + STATE(4461), 1, sym__lexical_identifier, - STATE(3264), 1, + STATE(4466), 1, sym_simple_identifier, - STATE(3477), 1, + STATE(5128), 1, sym_user_type, - STATE(3498), 1, - sym__delegation_specifiers, - STATE(3623), 1, - sym_delegation_specifier, - STATE(3638), 1, + STATE(5150), 1, sym_function_type, - STATE(9518), 1, + STATE(9309), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3677), 2, + STATE(4474), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(4585), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(537), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -565532,34 +567458,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [133155] = 13, - ACTIONS(107), 1, + [134551] = 13, + ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4529), 1, + STATE(4459), 1, + sym__simple_user_type, + STATE(4461), 1, sym__lexical_identifier, - STATE(4594), 1, + STATE(4466), 1, sym_simple_identifier, - STATE(4608), 1, - sym__simple_user_type, - STATE(4789), 1, + STATE(4488), 1, sym__delegation_specifiers, - STATE(4805), 1, + STATE(4507), 1, sym_user_type, - STATE(4866), 1, + STATE(4529), 1, sym_function_type, - STATE(4867), 1, + STATE(4770), 1, sym_delegation_specifier, - STATE(9218), 1, + STATE(9309), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4946), 2, + STATE(4585), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(7), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -565567,34 +567493,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [133203] = 13, - ACTIONS(409), 1, + [134599] = 13, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2866), 1, - sym__simple_user_type, - STATE(2885), 1, - sym_simple_identifier, - STATE(2890), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(3010), 1, - sym__delegation_specifiers, - STATE(3936), 1, + STATE(5187), 1, + sym_simple_identifier, + STATE(7692), 1, + sym__simple_user_type, + STATE(7927), 1, sym_user_type, - STATE(4003), 1, + STATE(8081), 1, sym_delegation_specifier, - STATE(4025), 1, + STATE(8097), 1, sym_function_type, - STATE(9429), 1, + STATE(8725), 1, + sym__delegation_specifiers, + STATE(9202), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3407), 2, + STATE(8231), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(333), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -565602,34 +567528,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [133251] = 13, + [134647] = 13, ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4440), 1, - sym__lexical_identifier, - STATE(4461), 1, + STATE(4459), 1, sym__simple_user_type, - STATE(4463), 1, + STATE(4461), 1, + sym__lexical_identifier, + STATE(4466), 1, sym_simple_identifier, - STATE(4472), 1, - sym__delegation_specifiers, - STATE(4476), 1, + STATE(4507), 1, sym_user_type, - STATE(4556), 1, + STATE(4509), 1, + sym__delegation_specifiers, + STATE(4529), 1, sym_function_type, - STATE(4760), 1, + STATE(4770), 1, sym_delegation_specifier, - STATE(9167), 1, + STATE(9309), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4631), 2, + STATE(4585), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(199), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -565637,34 +567563,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [133299] = 13, + [134695] = 12, ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4440), 1, - sym__lexical_identifier, - STATE(4461), 1, + STATE(4459), 1, sym__simple_user_type, - STATE(4463), 1, + STATE(4461), 1, + sym__lexical_identifier, + STATE(4466), 1, sym_simple_identifier, - STATE(4473), 1, - sym__delegation_specifiers, - STATE(4476), 1, + STATE(5128), 1, sym_user_type, - STATE(4556), 1, + STATE(5150), 1, sym_function_type, - STATE(4760), 1, - sym_delegation_specifier, - STATE(9167), 1, + STATE(9309), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4631), 2, + STATE(4485), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(4585), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(199), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -565672,32 +567597,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [133347] = 11, - ACTIONS(195), 1, + [134741] = 12, + ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(8910), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - ACTIONS(9025), 1, - anon_sym_dynamic, - STATE(2864), 1, + STATE(4566), 1, sym__lexical_identifier, - STATE(2881), 1, + STATE(4673), 1, sym__simple_user_type, - STATE(2889), 1, + STATE(4677), 1, sym_simple_identifier, - STATE(9470), 1, + STATE(5361), 1, + sym_user_type, + STATE(5439), 1, + sym_function_type, + STATE(9181), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3015), 2, - sym_nullable_type, - sym_function_type, - STATE(2893), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(111), 7, + STATE(4808), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(4976), 2, + sym_constructor_invocation, + sym_explicit_delegation, + ACTIONS(7), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -565705,34 +567631,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [133391] = 13, - ACTIONS(281), 1, + [134787] = 12, + ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4440), 1, + STATE(4566), 1, sym__lexical_identifier, - STATE(4461), 1, + STATE(4673), 1, sym__simple_user_type, - STATE(4463), 1, + STATE(4677), 1, sym_simple_identifier, - STATE(4476), 1, + STATE(5361), 1, sym_user_type, - STATE(4495), 1, - sym__delegation_specifiers, - STATE(4556), 1, + STATE(5439), 1, sym_function_type, - STATE(4760), 1, - sym_delegation_specifier, - STATE(9167), 1, + STATE(9181), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4631), 2, + STATE(4825), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(4976), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(199), 7, + ACTIONS(7), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -565740,34 +567665,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [133439] = 13, - ACTIONS(409), 1, + [134833] = 12, + ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2866), 1, + STATE(4566), 1, + sym__lexical_identifier, + STATE(4673), 1, sym__simple_user_type, - STATE(2885), 1, + STATE(4677), 1, sym_simple_identifier, - STATE(2890), 1, - sym__lexical_identifier, - STATE(2967), 1, - sym__delegation_specifiers, - STATE(3936), 1, + STATE(5361), 1, sym_user_type, - STATE(4003), 1, - sym_delegation_specifier, - STATE(4025), 1, + STATE(5439), 1, sym_function_type, - STATE(9429), 1, + STATE(9181), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3407), 2, + STATE(4818), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(4976), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(333), 7, + ACTIONS(7), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -565775,34 +567699,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [133487] = 13, - ACTIONS(409), 1, + [134879] = 12, + ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2866), 1, + STATE(4566), 1, + sym__lexical_identifier, + STATE(4673), 1, sym__simple_user_type, - STATE(2885), 1, + STATE(4677), 1, sym_simple_identifier, - STATE(2890), 1, - sym__lexical_identifier, - STATE(2975), 1, + STATE(5361), 1, sym_user_type, - STATE(3010), 1, - sym__delegation_specifiers, - STATE(3019), 1, + STATE(5439), 1, sym_function_type, - STATE(3095), 1, - sym_delegation_specifier, - STATE(9429), 1, + STATE(9181), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3407), 2, + STATE(4819), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(4976), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(333), 7, + ACTIONS(7), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -565810,34 +567733,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [133535] = 13, + [134925] = 13, ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4440), 1, - sym__lexical_identifier, - STATE(4461), 1, + STATE(4459), 1, sym__simple_user_type, - STATE(4463), 1, + STATE(4461), 1, + sym__lexical_identifier, + STATE(4466), 1, sym_simple_identifier, - STATE(4476), 1, - sym_user_type, - STATE(4484), 1, + STATE(4505), 1, sym__delegation_specifiers, - STATE(4556), 1, + STATE(4507), 1, + sym_user_type, + STATE(4529), 1, sym_function_type, - STATE(4760), 1, + STATE(4770), 1, sym_delegation_specifier, - STATE(9167), 1, + STATE(9309), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4631), 2, + STATE(4585), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(199), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -565845,34 +567768,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [133583] = 13, + [134973] = 13, ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4440), 1, - sym__lexical_identifier, - STATE(4461), 1, + STATE(4459), 1, sym__simple_user_type, - STATE(4463), 1, + STATE(4461), 1, + sym__lexical_identifier, + STATE(4466), 1, sym_simple_identifier, - STATE(4476), 1, - sym_user_type, - STATE(4489), 1, + STATE(4478), 1, sym__delegation_specifiers, - STATE(4556), 1, + STATE(4507), 1, + sym_user_type, + STATE(4529), 1, sym_function_type, - STATE(4760), 1, + STATE(4770), 1, sym_delegation_specifier, - STATE(9167), 1, + STATE(9309), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4631), 2, + STATE(4585), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(199), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -565880,34 +567803,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [133631] = 13, - ACTIONS(613), 1, + [135021] = 12, + ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(3205), 1, - sym__simple_user_type, - STATE(3263), 1, + STATE(4566), 1, sym__lexical_identifier, - STATE(3264), 1, + STATE(4673), 1, + sym__simple_user_type, + STATE(4677), 1, sym_simple_identifier, - STATE(3477), 1, + STATE(5361), 1, sym_user_type, - STATE(3507), 1, - sym__delegation_specifiers, - STATE(3623), 1, - sym_delegation_specifier, - STATE(3638), 1, + STATE(5439), 1, sym_function_type, - STATE(9518), 1, + STATE(9181), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3677), 2, + STATE(4803), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(4976), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(537), 7, + ACTIONS(7), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -565915,34 +567837,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [133679] = 13, - ACTIONS(409), 1, + [135067] = 13, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2866), 1, - sym__simple_user_type, - STATE(2885), 1, - sym_simple_identifier, - STATE(2890), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(2965), 1, - sym__delegation_specifiers, - STATE(3936), 1, + STATE(5187), 1, + sym_simple_identifier, + STATE(7692), 1, + sym__simple_user_type, + STATE(7927), 1, sym_user_type, - STATE(4003), 1, + STATE(8081), 1, sym_delegation_specifier, - STATE(4025), 1, + STATE(8097), 1, sym_function_type, - STATE(9429), 1, + STATE(8880), 1, + sym__delegation_specifiers, + STATE(9202), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3407), 2, + STATE(8231), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(333), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -565950,34 +567872,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [133727] = 13, - ACTIONS(613), 1, + [135115] = 12, + ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(3205), 1, - sym__simple_user_type, - STATE(3263), 1, + STATE(4566), 1, sym__lexical_identifier, - STATE(3264), 1, + STATE(4673), 1, + sym__simple_user_type, + STATE(4677), 1, sym_simple_identifier, - STATE(3477), 1, + STATE(5361), 1, sym_user_type, - STATE(3534), 1, - sym__delegation_specifiers, - STATE(3623), 1, - sym_delegation_specifier, - STATE(3638), 1, + STATE(5439), 1, sym_function_type, - STATE(9518), 1, + STATE(9181), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3677), 2, + STATE(4799), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(4976), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(537), 7, + ACTIONS(7), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -565985,31 +567906,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [133775] = 13, + [135161] = 12, ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4529), 1, + STATE(4566), 1, sym__lexical_identifier, - STATE(4594), 1, - sym_simple_identifier, - STATE(4608), 1, + STATE(4673), 1, sym__simple_user_type, - STATE(4790), 1, - sym__delegation_specifiers, - STATE(4805), 1, + STATE(4677), 1, + sym_simple_identifier, + STATE(5361), 1, sym_user_type, - STATE(4866), 1, + STATE(5439), 1, sym_function_type, - STATE(4867), 1, - sym_delegation_specifier, - STATE(9218), 1, + STATE(9181), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4946), 2, + STATE(4765), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(4976), 2, sym_constructor_invocation, sym_explicit_delegation, ACTIONS(7), 7, @@ -566020,34 +567940,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [133823] = 13, - ACTIONS(281), 1, + [135207] = 12, + ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4440), 1, + STATE(4566), 1, sym__lexical_identifier, - STATE(4461), 1, + STATE(4673), 1, sym__simple_user_type, - STATE(4463), 1, + STATE(4677), 1, sym_simple_identifier, - STATE(4465), 1, - sym__delegation_specifiers, - STATE(4476), 1, + STATE(5361), 1, sym_user_type, - STATE(4556), 1, + STATE(5439), 1, sym_function_type, - STATE(4760), 1, - sym_delegation_specifier, - STATE(9167), 1, + STATE(9181), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4631), 2, + STATE(4758), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(4976), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(199), 7, + ACTIONS(7), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -566055,31 +567974,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [133871] = 13, + [135253] = 12, ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4529), 1, + STATE(4566), 1, sym__lexical_identifier, - STATE(4594), 1, - sym_simple_identifier, - STATE(4608), 1, + STATE(4673), 1, sym__simple_user_type, - STATE(4805), 1, + STATE(4677), 1, + sym_simple_identifier, + STATE(5361), 1, sym_user_type, - STATE(4818), 1, - sym__delegation_specifiers, - STATE(4866), 1, + STATE(5439), 1, sym_function_type, - STATE(4867), 1, - sym_delegation_specifier, - STATE(9218), 1, + STATE(9181), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4946), 2, + STATE(4860), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(4976), 2, sym_constructor_invocation, sym_explicit_delegation, ACTIONS(7), 7, @@ -566090,34 +568008,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [133919] = 13, - ACTIONS(107), 1, + [135299] = 13, + ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4529), 1, + STATE(4459), 1, + sym__simple_user_type, + STATE(4461), 1, sym__lexical_identifier, - STATE(4594), 1, + STATE(4466), 1, sym_simple_identifier, - STATE(4608), 1, - sym__simple_user_type, - STATE(4794), 1, + STATE(4481), 1, sym__delegation_specifiers, - STATE(4805), 1, + STATE(4507), 1, sym_user_type, - STATE(4866), 1, + STATE(4529), 1, sym_function_type, - STATE(4867), 1, + STATE(4770), 1, sym_delegation_specifier, - STATE(9218), 1, + STATE(9309), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4946), 2, + STATE(4585), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(7), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -566125,34 +568043,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [133967] = 13, - ACTIONS(409), 1, + [135347] = 13, + ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2866), 1, + STATE(4459), 1, sym__simple_user_type, - STATE(2885), 1, - sym_simple_identifier, - STATE(2890), 1, + STATE(4461), 1, sym__lexical_identifier, - STATE(2967), 1, - sym__delegation_specifiers, - STATE(2975), 1, + STATE(4466), 1, + sym_simple_identifier, + STATE(4507), 1, sym_user_type, - STATE(3019), 1, + STATE(4511), 1, + sym__delegation_specifiers, + STATE(4529), 1, sym_function_type, - STATE(3095), 1, + STATE(4770), 1, sym_delegation_specifier, - STATE(9429), 1, + STATE(9309), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3407), 2, + STATE(4585), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(333), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -566160,34 +568078,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [134015] = 13, - ACTIONS(409), 1, + [135395] = 12, + ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2866), 1, + STATE(4566), 1, + sym__lexical_identifier, + STATE(4673), 1, sym__simple_user_type, - STATE(2885), 1, + STATE(4677), 1, sym_simple_identifier, - STATE(2890), 1, - sym__lexical_identifier, - STATE(2965), 1, - sym__delegation_specifiers, - STATE(2975), 1, + STATE(5361), 1, sym_user_type, - STATE(3019), 1, + STATE(5439), 1, sym_function_type, - STATE(3095), 1, - sym_delegation_specifier, - STATE(9429), 1, + STATE(9181), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3407), 2, + STATE(4798), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(4976), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(333), 7, + ACTIONS(7), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -566195,34 +568112,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [134063] = 13, - ACTIONS(409), 1, + [135441] = 12, + ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2866), 1, + STATE(4566), 1, + sym__lexical_identifier, + STATE(4673), 1, sym__simple_user_type, - STATE(2885), 1, + STATE(4677), 1, sym_simple_identifier, - STATE(2890), 1, - sym__lexical_identifier, - STATE(2943), 1, - sym__delegation_specifiers, - STATE(2975), 1, + STATE(5361), 1, sym_user_type, - STATE(3019), 1, + STATE(5439), 1, sym_function_type, - STATE(3095), 1, - sym_delegation_specifier, - STATE(9429), 1, + STATE(9181), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3407), 2, + STATE(4824), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(4976), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(333), 7, + ACTIONS(7), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -566230,34 +568146,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [134111] = 13, - ACTIONS(409), 1, + [135487] = 13, + ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2866), 1, + STATE(4459), 1, sym__simple_user_type, - STATE(2885), 1, - sym_simple_identifier, - STATE(2890), 1, + STATE(4461), 1, sym__lexical_identifier, - STATE(2975), 1, + STATE(4466), 1, + sym_simple_identifier, + STATE(4487), 1, + sym__delegation_specifiers, + STATE(4507), 1, sym_user_type, - STATE(3019), 1, + STATE(4529), 1, sym_function_type, - STATE(3060), 1, - sym__delegation_specifiers, - STATE(3095), 1, + STATE(4770), 1, sym_delegation_specifier, - STATE(9429), 1, + STATE(9309), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3407), 2, + STATE(4585), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(333), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -566265,34 +568181,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [134159] = 13, - ACTIONS(409), 1, + [135535] = 13, + ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2866), 1, + STATE(4459), 1, sym__simple_user_type, - STATE(2885), 1, - sym_simple_identifier, - STATE(2890), 1, + STATE(4461), 1, sym__lexical_identifier, - STATE(2938), 1, + STATE(4466), 1, + sym_simple_identifier, + STATE(4492), 1, sym__delegation_specifiers, - STATE(2975), 1, + STATE(4507), 1, sym_user_type, - STATE(3019), 1, + STATE(4529), 1, sym_function_type, - STATE(3095), 1, + STATE(4770), 1, sym_delegation_specifier, - STATE(9429), 1, + STATE(9309), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3407), 2, + STATE(4585), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(333), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -566300,31 +568216,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [134207] = 13, + [135583] = 13, ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(3205), 1, - sym__simple_user_type, - STATE(3263), 1, - sym__lexical_identifier, - STATE(3264), 1, + STATE(834), 1, sym_simple_identifier, - STATE(3527), 1, + STATE(843), 1, + sym__lexical_identifier, + STATE(865), 1, + sym__simple_user_type, + STATE(1027), 1, sym__delegation_specifiers, - STATE(4087), 1, + STATE(1352), 1, sym_user_type, - STATE(4124), 1, + STATE(1470), 1, sym_delegation_specifier, - STATE(4142), 1, + STATE(1508), 1, sym_function_type, - STATE(9518), 1, + STATE(9486), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3677), 2, + STATE(1075), 2, sym_constructor_invocation, sym_explicit_delegation, ACTIONS(537), 7, @@ -566335,34 +568251,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [134255] = 13, - ACTIONS(409), 1, + [135631] = 12, + ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2866), 1, + STATE(4566), 1, + sym__lexical_identifier, + STATE(4673), 1, sym__simple_user_type, - STATE(2885), 1, + STATE(4677), 1, sym_simple_identifier, - STATE(2890), 1, - sym__lexical_identifier, - STATE(2937), 1, - sym__delegation_specifiers, - STATE(2975), 1, + STATE(5361), 1, sym_user_type, - STATE(3019), 1, + STATE(5439), 1, sym_function_type, - STATE(3095), 1, - sym_delegation_specifier, - STATE(9429), 1, + STATE(9181), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3407), 2, + STATE(4822), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(4976), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(333), 7, + ACTIONS(7), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -566370,34 +568285,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [134303] = 13, - ACTIONS(613), 1, + [135677] = 12, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(3205), 1, - sym__simple_user_type, - STATE(3263), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(3264), 1, + STATE(2874), 1, + sym__simple_user_type, + STATE(2897), 1, sym_simple_identifier, - STATE(3530), 1, - sym__delegation_specifiers, - STATE(4087), 1, + STATE(3922), 1, sym_user_type, - STATE(4124), 1, - sym_delegation_specifier, - STATE(4142), 1, + STATE(4000), 1, sym_function_type, - STATE(9518), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3677), 2, + STATE(2972), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(3342), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(537), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -566405,34 +568319,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [134351] = 13, - ACTIONS(409), 1, + [135723] = 7, + ACTIONS(9029), 1, + anon_sym_LBRACK, + STATE(7345), 1, + sym__member_access_operator, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(9034), 3, + sym_safe_nav, + anon_sym_DOT, + anon_sym_COLON_COLON, + ACTIONS(9037), 3, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG_BANG, + STATE(6534), 5, + sym_indexing_suffix, + sym_navigation_suffix, + sym__postfix_unary_operator, + sym__postfix_unary_suffix, + aux_sym__postfix_unary_expression_repeat1, + ACTIONS(9032), 6, + anon_sym_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + [135759] = 13, + ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2866), 1, + STATE(4459), 1, sym__simple_user_type, - STATE(2885), 1, - sym_simple_identifier, - STATE(2890), 1, + STATE(4461), 1, sym__lexical_identifier, - STATE(2924), 1, + STATE(4466), 1, + sym_simple_identifier, + STATE(4495), 1, sym__delegation_specifiers, - STATE(2975), 1, + STATE(4507), 1, sym_user_type, - STATE(3019), 1, + STATE(4529), 1, sym_function_type, - STATE(3095), 1, + STATE(4770), 1, sym_delegation_specifier, - STATE(9429), 1, + STATE(9309), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3407), 2, + STATE(4585), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(333), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -566440,34 +568383,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [134399] = 13, - ACTIONS(613), 1, + [135807] = 13, + ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(3205), 1, + STATE(4459), 1, sym__simple_user_type, - STATE(3263), 1, + STATE(4461), 1, sym__lexical_identifier, - STATE(3264), 1, + STATE(4466), 1, sym_simple_identifier, - STATE(3477), 1, - sym_user_type, - STATE(3527), 1, + STATE(4500), 1, sym__delegation_specifiers, - STATE(3623), 1, - sym_delegation_specifier, - STATE(3638), 1, + STATE(4507), 1, + sym_user_type, + STATE(4529), 1, sym_function_type, - STATE(9518), 1, + STATE(4770), 1, + sym_delegation_specifier, + STATE(9309), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3677), 2, + STATE(4585), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(537), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -566475,34 +568418,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [134447] = 13, - ACTIONS(409), 1, + [135855] = 12, + ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2866), 1, + STATE(4566), 1, + sym__lexical_identifier, + STATE(4673), 1, sym__simple_user_type, - STATE(2885), 1, + STATE(4677), 1, sym_simple_identifier, - STATE(2890), 1, - sym__lexical_identifier, - STATE(2923), 1, - sym__delegation_specifiers, - STATE(2975), 1, + STATE(5361), 1, sym_user_type, - STATE(3019), 1, + STATE(5439), 1, sym_function_type, - STATE(3095), 1, - sym_delegation_specifier, - STATE(9429), 1, + STATE(9181), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3407), 2, + STATE(4886), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(4976), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(333), 7, + ACTIONS(7), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -566510,34 +568452,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [134495] = 13, - ACTIONS(409), 1, + [135901] = 13, + ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2866), 1, + STATE(4459), 1, sym__simple_user_type, - STATE(2885), 1, - sym_simple_identifier, - STATE(2890), 1, + STATE(4461), 1, sym__lexical_identifier, - STATE(2920), 1, + STATE(4466), 1, + sym_simple_identifier, + STATE(4477), 1, sym__delegation_specifiers, - STATE(2975), 1, + STATE(4507), 1, sym_user_type, - STATE(3019), 1, + STATE(4529), 1, sym_function_type, - STATE(3095), 1, + STATE(4770), 1, sym_delegation_specifier, - STATE(9429), 1, + STATE(9309), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3407), 2, + STATE(4585), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(333), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -566545,34 +568487,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [134543] = 13, - ACTIONS(409), 1, + [135949] = 13, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2866), 1, - sym__simple_user_type, - STATE(2885), 1, - sym_simple_identifier, - STATE(2890), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(2912), 1, - sym__delegation_specifiers, - STATE(2975), 1, + STATE(5187), 1, + sym_simple_identifier, + STATE(7692), 1, + sym__simple_user_type, + STATE(7927), 1, sym_user_type, - STATE(3019), 1, - sym_function_type, - STATE(3095), 1, + STATE(8081), 1, sym_delegation_specifier, - STATE(9429), 1, + STATE(8097), 1, + sym_function_type, + STATE(8935), 1, + sym__delegation_specifiers, + STATE(9202), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3407), 2, + STATE(8231), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(333), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -566580,34 +568522,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [134591] = 13, - ACTIONS(409), 1, + [135997] = 12, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2866), 1, + STATE(2858), 1, + sym__lexical_identifier, + STATE(2874), 1, sym__simple_user_type, - STATE(2885), 1, + STATE(2897), 1, sym_simple_identifier, - STATE(2890), 1, - sym__lexical_identifier, - STATE(2909), 1, - sym__delegation_specifiers, - STATE(2975), 1, + STATE(3922), 1, sym_user_type, - STATE(3019), 1, + STATE(4000), 1, sym_function_type, - STATE(3095), 1, - sym_delegation_specifier, - STATE(9429), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3407), 2, + STATE(3063), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(3342), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(333), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -566615,34 +568556,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [134639] = 13, - ACTIONS(613), 1, + [136043] = 13, + ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(3205), 1, + STATE(4459), 1, sym__simple_user_type, - STATE(3263), 1, + STATE(4461), 1, sym__lexical_identifier, - STATE(3264), 1, + STATE(4466), 1, sym_simple_identifier, - STATE(3512), 1, + STATE(4503), 1, sym__delegation_specifiers, - STATE(4087), 1, + STATE(4507), 1, sym_user_type, - STATE(4124), 1, - sym_delegation_specifier, - STATE(4142), 1, + STATE(4529), 1, sym_function_type, - STATE(9518), 1, + STATE(4770), 1, + sym_delegation_specifier, + STATE(9309), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3677), 2, + STATE(4585), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(537), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -566650,34 +568591,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [134687] = 13, - ACTIONS(613), 1, + [136091] = 13, + ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(3205), 1, + STATE(4459), 1, sym__simple_user_type, - STATE(3263), 1, + STATE(4461), 1, sym__lexical_identifier, - STATE(3264), 1, + STATE(4466), 1, sym_simple_identifier, - STATE(3477), 1, - sym_user_type, - STATE(3530), 1, + STATE(4474), 1, sym__delegation_specifiers, - STATE(3623), 1, - sym_delegation_specifier, - STATE(3638), 1, + STATE(4507), 1, + sym_user_type, + STATE(4529), 1, sym_function_type, - STATE(9518), 1, + STATE(4770), 1, + sym_delegation_specifier, + STATE(9309), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3677), 2, + STATE(4585), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(537), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -566685,34 +568626,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [134735] = 13, - ACTIONS(409), 1, + [136139] = 12, + ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2866), 1, + STATE(4566), 1, + sym__lexical_identifier, + STATE(4673), 1, sym__simple_user_type, - STATE(2885), 1, + STATE(4677), 1, sym_simple_identifier, - STATE(2890), 1, - sym__lexical_identifier, - STATE(2905), 1, - sym__delegation_specifiers, - STATE(2975), 1, + STATE(5361), 1, sym_user_type, - STATE(3019), 1, + STATE(5439), 1, sym_function_type, - STATE(3095), 1, - sym_delegation_specifier, - STATE(9429), 1, + STATE(9181), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3407), 2, + STATE(4796), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(4976), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(333), 7, + ACTIONS(7), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -566720,34 +568660,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [134783] = 13, - ACTIONS(613), 1, + [136185] = 13, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(3205), 1, - sym__simple_user_type, - STATE(3263), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(3264), 1, + STATE(5187), 1, sym_simple_identifier, - STATE(3477), 1, + STATE(7692), 1, + sym__simple_user_type, + STATE(7927), 1, sym_user_type, - STATE(3512), 1, + STATE(7994), 1, sym__delegation_specifiers, - STATE(3623), 1, + STATE(8081), 1, sym_delegation_specifier, - STATE(3638), 1, + STATE(8097), 1, sym_function_type, - STATE(9518), 1, + STATE(9202), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3677), 2, + STATE(8231), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(537), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -566755,34 +568695,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [134831] = 13, - ACTIONS(107), 1, + [136233] = 13, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4529), 1, - sym__lexical_identifier, - STATE(4594), 1, + STATE(834), 1, sym_simple_identifier, - STATE(4608), 1, + STATE(843), 1, + sym__lexical_identifier, + STATE(865), 1, sym__simple_user_type, - STATE(4804), 1, + STATE(894), 1, sym__delegation_specifiers, - STATE(5339), 1, + STATE(1352), 1, sym_user_type, - STATE(5385), 1, + STATE(1470), 1, sym_delegation_specifier, - STATE(5423), 1, + STATE(1508), 1, sym_function_type, - STATE(9218), 1, + STATE(9486), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4946), 2, + STATE(1075), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(7), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -566790,34 +568730,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [134879] = 13, - ACTIONS(613), 1, + [136281] = 13, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(3205), 1, - sym__simple_user_type, - STATE(3263), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(3264), 1, + STATE(5187), 1, sym_simple_identifier, - STATE(3477), 1, + STATE(7692), 1, + sym__simple_user_type, + STATE(7927), 1, sym_user_type, - STATE(3500), 1, + STATE(8027), 1, sym__delegation_specifiers, - STATE(3623), 1, + STATE(8081), 1, sym_delegation_specifier, - STATE(3638), 1, + STATE(8097), 1, sym_function_type, - STATE(9518), 1, + STATE(9202), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3677), 2, + STATE(8231), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(537), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -566825,34 +568765,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [134927] = 13, - ACTIONS(107), 1, + [136329] = 13, + ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4529), 1, + STATE(4459), 1, + sym__simple_user_type, + STATE(4461), 1, sym__lexical_identifier, - STATE(4594), 1, + STATE(4466), 1, sym_simple_identifier, - STATE(4608), 1, - sym__simple_user_type, - STATE(4854), 1, + STATE(4485), 1, sym__delegation_specifiers, - STATE(5339), 1, + STATE(4507), 1, sym_user_type, - STATE(5385), 1, - sym_delegation_specifier, - STATE(5423), 1, + STATE(4529), 1, sym_function_type, - STATE(9218), 1, + STATE(4770), 1, + sym_delegation_specifier, + STATE(9309), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4946), 2, + STATE(4585), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(7), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -566860,34 +568800,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [134975] = 13, - ACTIONS(613), 1, + [136377] = 13, + ACTIONS(8908), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(3205), 1, - sym__simple_user_type, - STATE(3263), 1, + STATE(5536), 1, sym__lexical_identifier, - STATE(3264), 1, + STATE(5537), 1, sym_simple_identifier, - STATE(3477), 1, + STATE(7457), 1, + sym__simple_user_type, + STATE(7888), 1, sym_user_type, - STATE(3600), 1, - sym__delegation_specifiers, - STATE(3623), 1, - sym_delegation_specifier, - STATE(3638), 1, + STATE(7949), 1, sym_function_type, - STATE(9518), 1, + STATE(7951), 1, + sym_delegation_specifier, + STATE(7986), 1, + sym__delegation_specifiers, + STATE(9337), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3677), 2, + STATE(8082), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(537), 7, + ACTIONS(8902), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -566895,34 +568835,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [135023] = 13, - ACTIONS(613), 1, + [136425] = 13, + ACTIONS(8908), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(3205), 1, - sym__simple_user_type, - STATE(3263), 1, + STATE(5536), 1, sym__lexical_identifier, - STATE(3264), 1, + STATE(5537), 1, sym_simple_identifier, - STATE(3477), 1, + STATE(7457), 1, + sym__simple_user_type, + STATE(7888), 1, sym_user_type, - STATE(3489), 1, - sym__delegation_specifiers, - STATE(3623), 1, - sym_delegation_specifier, - STATE(3638), 1, + STATE(7949), 1, sym_function_type, - STATE(9518), 1, + STATE(7951), 1, + sym_delegation_specifier, + STATE(7988), 1, + sym__delegation_specifiers, + STATE(9337), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3677), 2, + STATE(8082), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(537), 7, + ACTIONS(8902), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -566930,34 +568870,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [135071] = 13, - ACTIONS(107), 1, + [136473] = 11, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - STATE(4529), 1, + ACTIONS(9040), 1, + anon_sym_dynamic, + STATE(4533), 1, sym__lexical_identifier, - STATE(4594), 1, + STATE(7487), 1, sym_simple_identifier, - STATE(4608), 1, + STATE(7618), 1, sym__simple_user_type, - STATE(4800), 1, - sym__delegation_specifiers, - STATE(5339), 1, - sym_user_type, - STATE(5385), 1, - sym_delegation_specifier, - STATE(5423), 1, - sym_function_type, - STATE(9218), 1, + STATE(9397), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4946), 2, - sym_constructor_invocation, - sym_explicit_delegation, - ACTIONS(7), 7, + STATE(7699), 2, + sym_nullable_type, + sym_function_type, + STATE(5547), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -566965,34 +568903,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [135119] = 13, - ACTIONS(107), 1, + [136517] = 13, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4529), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(4594), 1, + STATE(5187), 1, sym_simple_identifier, - STATE(4608), 1, + STATE(7692), 1, sym__simple_user_type, - STATE(4798), 1, - sym__delegation_specifiers, - STATE(5339), 1, + STATE(7927), 1, sym_user_type, - STATE(5385), 1, + STATE(8028), 1, + sym__delegation_specifiers, + STATE(8081), 1, sym_delegation_specifier, - STATE(5423), 1, + STATE(8097), 1, sym_function_type, - STATE(9218), 1, + STATE(9202), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4946), 2, + STATE(8231), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(7), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -567000,34 +568938,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [135167] = 13, - ACTIONS(107), 1, + [136565] = 13, + ACTIONS(8908), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4529), 1, + STATE(5536), 1, sym__lexical_identifier, - STATE(4594), 1, + STATE(5537), 1, sym_simple_identifier, - STATE(4608), 1, + STATE(7457), 1, sym__simple_user_type, - STATE(4794), 1, - sym__delegation_specifiers, - STATE(5339), 1, + STATE(7888), 1, sym_user_type, - STATE(5385), 1, - sym_delegation_specifier, - STATE(5423), 1, + STATE(7949), 1, sym_function_type, - STATE(9218), 1, + STATE(7951), 1, + sym_delegation_specifier, + STATE(7957), 1, + sym__delegation_specifiers, + STATE(9337), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4946), 2, + STATE(8082), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(7), 7, + ACTIONS(8902), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -567035,34 +568973,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [135215] = 13, - ACTIONS(107), 1, + [136613] = 13, + ACTIONS(8908), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4529), 1, + STATE(5536), 1, sym__lexical_identifier, - STATE(4594), 1, + STATE(5537), 1, sym_simple_identifier, - STATE(4608), 1, + STATE(7457), 1, sym__simple_user_type, - STATE(4818), 1, - sym__delegation_specifiers, - STATE(5339), 1, + STATE(7888), 1, sym_user_type, - STATE(5385), 1, - sym_delegation_specifier, - STATE(5423), 1, + STATE(7949), 1, sym_function_type, - STATE(9218), 1, + STATE(7950), 1, + sym__delegation_specifiers, + STATE(7951), 1, + sym_delegation_specifier, + STATE(9337), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4946), 2, + STATE(8082), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(7), 7, + ACTIONS(8902), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -567070,34 +569008,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [135263] = 13, - ACTIONS(107), 1, + [136661] = 13, + ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4529), 1, + STATE(4459), 1, + sym__simple_user_type, + STATE(4461), 1, sym__lexical_identifier, - STATE(4594), 1, + STATE(4466), 1, sym_simple_identifier, - STATE(4608), 1, - sym__simple_user_type, - STATE(4783), 1, + STATE(4509), 1, sym__delegation_specifiers, - STATE(4805), 1, + STATE(5128), 1, sym_user_type, - STATE(4866), 1, + STATE(5150), 1, sym_function_type, - STATE(4867), 1, + STATE(5280), 1, sym_delegation_specifier, - STATE(9218), 1, + STATE(9309), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4946), 2, + STATE(4585), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(7), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -567105,34 +569043,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [135311] = 13, - ACTIONS(613), 1, + [136709] = 13, + ACTIONS(8908), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(3205), 1, - sym__simple_user_type, - STATE(3263), 1, + STATE(5536), 1, sym__lexical_identifier, - STATE(3264), 1, + STATE(5537), 1, sym_simple_identifier, - STATE(3500), 1, - sym__delegation_specifiers, - STATE(4087), 1, + STATE(7457), 1, + sym__simple_user_type, + STATE(7888), 1, sym_user_type, - STATE(4124), 1, - sym_delegation_specifier, - STATE(4142), 1, + STATE(7949), 1, sym_function_type, - STATE(9518), 1, + STATE(7951), 1, + sym_delegation_specifier, + STATE(7961), 1, + sym__delegation_specifiers, + STATE(9337), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3677), 2, + STATE(8082), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(537), 7, + ACTIONS(8902), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -567140,34 +569078,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [135359] = 13, - ACTIONS(613), 1, + [136757] = 13, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(3205), 1, - sym__simple_user_type, - STATE(3263), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(3264), 1, + STATE(5187), 1, sym_simple_identifier, - STATE(3471), 1, - sym__delegation_specifiers, - STATE(3477), 1, + STATE(7692), 1, + sym__simple_user_type, + STATE(7927), 1, sym_user_type, - STATE(3623), 1, + STATE(8081), 1, sym_delegation_specifier, - STATE(3638), 1, + STATE(8097), 1, sym_function_type, - STATE(9518), 1, + STATE(8634), 1, + sym__delegation_specifiers, + STATE(9202), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3677), 2, + STATE(8231), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(537), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -567175,31 +569113,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [135407] = 13, + [136805] = 12, ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(3205), 1, - sym__simple_user_type, - STATE(3263), 1, - sym__lexical_identifier, - STATE(3264), 1, + STATE(834), 1, sym_simple_identifier, - STATE(3472), 1, - sym__delegation_specifiers, - STATE(3477), 1, + STATE(843), 1, + sym__lexical_identifier, + STATE(865), 1, + sym__simple_user_type, + STATE(1352), 1, sym_user_type, - STATE(3623), 1, - sym_delegation_specifier, - STATE(3638), 1, + STATE(1508), 1, sym_function_type, - STATE(9518), 1, + STATE(9486), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3677), 2, + STATE(949), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(1075), 2, sym_constructor_invocation, sym_explicit_delegation, ACTIONS(537), 7, @@ -567210,34 +569147,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [135455] = 13, - ACTIONS(409), 1, + [136851] = 13, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2866), 1, - sym__simple_user_type, - STATE(2885), 1, - sym_simple_identifier, - STATE(2890), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(2943), 1, - sym__delegation_specifiers, - STATE(3936), 1, + STATE(5187), 1, + sym_simple_identifier, + STATE(7692), 1, + sym__simple_user_type, + STATE(7927), 1, sym_user_type, - STATE(4003), 1, + STATE(8035), 1, + sym__delegation_specifiers, + STATE(8081), 1, sym_delegation_specifier, - STATE(4025), 1, + STATE(8097), 1, sym_function_type, - STATE(9429), 1, + STATE(9202), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3407), 2, + STATE(8231), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(333), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -567245,34 +569182,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [135503] = 13, - ACTIONS(107), 1, + [136899] = 13, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4529), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(4594), 1, + STATE(5187), 1, sym_simple_identifier, - STATE(4608), 1, + STATE(7692), 1, sym__simple_user_type, - STATE(4790), 1, - sym__delegation_specifiers, - STATE(5339), 1, + STATE(7927), 1, sym_user_type, - STATE(5385), 1, + STATE(8038), 1, + sym__delegation_specifiers, + STATE(8081), 1, sym_delegation_specifier, - STATE(5423), 1, + STATE(8097), 1, sym_function_type, - STATE(9218), 1, + STATE(9202), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4946), 2, + STATE(8231), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(7), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -567280,34 +569217,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [135551] = 13, - ACTIONS(107), 1, + [136947] = 13, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4529), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(4594), 1, + STATE(5187), 1, sym_simple_identifier, - STATE(4608), 1, + STATE(7692), 1, sym__simple_user_type, - STATE(4789), 1, - sym__delegation_specifiers, - STATE(5339), 1, + STATE(7927), 1, sym_user_type, - STATE(5385), 1, + STATE(8041), 1, + sym__delegation_specifiers, + STATE(8081), 1, sym_delegation_specifier, - STATE(5423), 1, + STATE(8097), 1, sym_function_type, - STATE(9218), 1, + STATE(9202), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4946), 2, + STATE(8231), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(7), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -567315,32 +569252,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [135599] = 11, - ACTIONS(409), 1, + [136995] = 13, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8876), 1, - anon_sym_LPAREN, ACTIONS(9027), 1, - anon_sym_dynamic, - STATE(2866), 1, - sym__simple_user_type, - STATE(2885), 1, - sym_simple_identifier, - STATE(2890), 1, + anon_sym_LPAREN, + STATE(4533), 1, sym__lexical_identifier, - STATE(9429), 1, + STATE(5187), 1, + sym_simple_identifier, + STATE(7692), 1, + sym__simple_user_type, + STATE(7927), 1, + sym_user_type, + STATE(8067), 1, + sym__delegation_specifiers, + STATE(8081), 1, + sym_delegation_specifier, + STATE(8097), 1, + sym_function_type, + STATE(9202), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3071), 2, - sym_nullable_type, - sym_function_type, - STATE(2837), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(333), 7, + STATE(8231), 2, + sym_constructor_invocation, + sym_explicit_delegation, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -567348,34 +569287,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [135643] = 13, - ACTIONS(491), 1, + [137043] = 13, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(831), 1, - sym__simple_user_type, - STATE(866), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(875), 1, + STATE(5187), 1, sym_simple_identifier, - STATE(1001), 1, - sym__delegation_specifiers, - STATE(1368), 1, + STATE(7692), 1, + sym__simple_user_type, + STATE(7927), 1, sym_user_type, - STATE(1483), 1, - sym_function_type, - STATE(1529), 1, + STATE(8074), 1, + sym__delegation_specifiers, + STATE(8081), 1, sym_delegation_specifier, - STATE(9350), 1, + STATE(8097), 1, + sym_function_type, + STATE(9202), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1134), 2, + STATE(8231), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(413), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -567383,34 +569322,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [135691] = 13, - ACTIONS(409), 1, + [137091] = 13, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2866), 1, - sym__simple_user_type, - STATE(2885), 1, - sym_simple_identifier, - STATE(2890), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(3060), 1, - sym__delegation_specifiers, - STATE(3936), 1, + STATE(5187), 1, + sym_simple_identifier, + STATE(7692), 1, + sym__simple_user_type, + STATE(7927), 1, sym_user_type, - STATE(4003), 1, + STATE(8081), 1, sym_delegation_specifier, - STATE(4025), 1, + STATE(8097), 1, sym_function_type, - STATE(9429), 1, + STATE(8452), 1, + sym__delegation_specifiers, + STATE(9202), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3407), 2, + STATE(8231), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(333), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -567418,34 +569357,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [135739] = 13, - ACTIONS(613), 1, + [137139] = 13, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(3205), 1, - sym__simple_user_type, - STATE(3263), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(3264), 1, + STATE(5187), 1, sym_simple_identifier, - STATE(3477), 1, + STATE(7692), 1, + sym__simple_user_type, + STATE(7927), 1, sym_user_type, - STATE(3604), 1, - sym__delegation_specifiers, - STATE(3623), 1, + STATE(8081), 1, sym_delegation_specifier, - STATE(3638), 1, + STATE(8097), 1, sym_function_type, - STATE(9518), 1, + STATE(8105), 1, + sym__delegation_specifiers, + STATE(9202), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3677), 2, + STATE(8231), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(537), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -567453,34 +569392,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [135787] = 13, - ACTIONS(409), 1, + [137187] = 13, + ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2866), 1, + STATE(4459), 1, sym__simple_user_type, - STATE(2885), 1, - sym_simple_identifier, - STATE(2890), 1, + STATE(4461), 1, sym__lexical_identifier, - STATE(2938), 1, + STATE(4466), 1, + sym_simple_identifier, + STATE(4505), 1, sym__delegation_specifiers, - STATE(3936), 1, + STATE(5128), 1, sym_user_type, - STATE(4003), 1, - sym_delegation_specifier, - STATE(4025), 1, + STATE(5150), 1, sym_function_type, - STATE(9429), 1, + STATE(5280), 1, + sym_delegation_specifier, + STATE(9309), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3407), 2, + STATE(4585), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(333), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -567488,31 +569427,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [135835] = 13, + [137235] = 13, ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4529), 1, + STATE(4566), 1, sym__lexical_identifier, - STATE(4594), 1, - sym_simple_identifier, - STATE(4608), 1, + STATE(4673), 1, sym__simple_user_type, - STATE(4786), 1, + STATE(4677), 1, + sym_simple_identifier, + STATE(4796), 1, sym__delegation_specifiers, - STATE(5339), 1, + STATE(5361), 1, sym_user_type, - STATE(5385), 1, + STATE(5405), 1, sym_delegation_specifier, - STATE(5423), 1, + STATE(5439), 1, sym_function_type, - STATE(9218), 1, + STATE(9181), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4946), 2, + STATE(4976), 2, sym_constructor_invocation, sym_explicit_delegation, ACTIONS(7), 7, @@ -567523,34 +569462,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [135883] = 13, - ACTIONS(409), 1, + [137283] = 11, + ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(8896), 1, anon_sym_LPAREN, - STATE(2866), 1, + ACTIONS(9042), 1, + anon_sym_dynamic, + STATE(4566), 1, + sym__lexical_identifier, + STATE(4673), 1, sym__simple_user_type, - STATE(2885), 1, + STATE(4677), 1, sym_simple_identifier, - STATE(2890), 1, - sym__lexical_identifier, - STATE(2937), 1, - sym__delegation_specifiers, - STATE(3936), 1, - sym_user_type, - STATE(4003), 1, - sym_delegation_specifier, - STATE(4025), 1, - sym_function_type, - STATE(9429), 1, + STATE(9181), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3407), 2, - sym_constructor_invocation, - sym_explicit_delegation, - ACTIONS(333), 7, + STATE(4864), 2, + sym_nullable_type, + sym_function_type, + STATE(4731), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(7), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -567558,34 +569495,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [135931] = 13, - ACTIONS(613), 1, + [137327] = 13, + ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(3205), 1, - sym__simple_user_type, - STATE(3263), 1, + STATE(4566), 1, sym__lexical_identifier, - STATE(3264), 1, + STATE(4673), 1, + sym__simple_user_type, + STATE(4677), 1, sym_simple_identifier, - STATE(3477), 1, - sym_user_type, - STATE(3480), 1, + STATE(4886), 1, sym__delegation_specifiers, - STATE(3623), 1, + STATE(5361), 1, + sym_user_type, + STATE(5405), 1, sym_delegation_specifier, - STATE(3638), 1, + STATE(5439), 1, sym_function_type, - STATE(9518), 1, + STATE(9181), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3677), 2, + STATE(4976), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(537), 7, + ACTIONS(7), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -567593,34 +569530,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [135979] = 13, - ACTIONS(409), 1, + [137375] = 13, + ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2866), 1, + STATE(4459), 1, sym__simple_user_type, - STATE(2885), 1, - sym_simple_identifier, - STATE(2890), 1, + STATE(4461), 1, sym__lexical_identifier, - STATE(2924), 1, + STATE(4466), 1, + sym_simple_identifier, + STATE(4478), 1, sym__delegation_specifiers, - STATE(3936), 1, + STATE(5128), 1, sym_user_type, - STATE(4003), 1, - sym_delegation_specifier, - STATE(4025), 1, + STATE(5150), 1, sym_function_type, - STATE(9429), 1, + STATE(5280), 1, + sym_delegation_specifier, + STATE(9309), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3407), 2, + STATE(4585), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(333), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -567628,34 +569565,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [136027] = 13, - ACTIONS(409), 1, + [137423] = 13, + ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2866), 1, + STATE(4566), 1, + sym__lexical_identifier, + STATE(4673), 1, sym__simple_user_type, - STATE(2885), 1, + STATE(4677), 1, sym_simple_identifier, - STATE(2890), 1, - sym__lexical_identifier, - STATE(2923), 1, + STATE(4822), 1, sym__delegation_specifiers, - STATE(3936), 1, + STATE(5361), 1, sym_user_type, - STATE(4003), 1, + STATE(5405), 1, sym_delegation_specifier, - STATE(4025), 1, + STATE(5439), 1, sym_function_type, - STATE(9429), 1, + STATE(9181), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3407), 2, + STATE(4976), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(333), 7, + ACTIONS(7), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -567663,31 +569600,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [136075] = 13, + [137471] = 13, ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4529), 1, + STATE(4566), 1, sym__lexical_identifier, - STATE(4594), 1, - sym_simple_identifier, - STATE(4608), 1, + STATE(4673), 1, sym__simple_user_type, - STATE(4785), 1, + STATE(4677), 1, + sym_simple_identifier, + STATE(4824), 1, sym__delegation_specifiers, - STATE(5339), 1, + STATE(5361), 1, sym_user_type, - STATE(5385), 1, + STATE(5405), 1, sym_delegation_specifier, - STATE(5423), 1, + STATE(5439), 1, sym_function_type, - STATE(9218), 1, + STATE(9181), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4946), 2, + STATE(4976), 2, sym_constructor_invocation, sym_explicit_delegation, ACTIONS(7), 7, @@ -567698,34 +569635,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [136123] = 13, - ACTIONS(409), 1, + [137519] = 13, + ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2866), 1, + STATE(4566), 1, + sym__lexical_identifier, + STATE(4673), 1, sym__simple_user_type, - STATE(2885), 1, + STATE(4677), 1, sym_simple_identifier, - STATE(2890), 1, - sym__lexical_identifier, - STATE(2920), 1, - sym__delegation_specifiers, - STATE(3936), 1, + STATE(4785), 1, sym_user_type, - STATE(4003), 1, + STATE(4858), 1, sym_delegation_specifier, - STATE(4025), 1, + STATE(4866), 1, sym_function_type, - STATE(9429), 1, + STATE(4886), 1, + sym__delegation_specifiers, + STATE(9181), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3407), 2, + STATE(4976), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(333), 7, + ACTIONS(7), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -567733,31 +569670,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [136171] = 13, + [137567] = 13, ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4529), 1, + STATE(4566), 1, sym__lexical_identifier, - STATE(4594), 1, - sym_simple_identifier, - STATE(4608), 1, + STATE(4673), 1, sym__simple_user_type, - STATE(4783), 1, + STATE(4677), 1, + sym_simple_identifier, + STATE(4798), 1, sym__delegation_specifiers, - STATE(5339), 1, + STATE(5361), 1, sym_user_type, - STATE(5385), 1, + STATE(5405), 1, sym_delegation_specifier, - STATE(5423), 1, + STATE(5439), 1, sym_function_type, - STATE(9218), 1, + STATE(9181), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4946), 2, + STATE(4976), 2, sym_constructor_invocation, sym_explicit_delegation, ACTIONS(7), 7, @@ -567768,31 +569705,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [136219] = 13, + [137615] = 13, ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4529), 1, + STATE(4566), 1, sym__lexical_identifier, - STATE(4594), 1, - sym_simple_identifier, - STATE(4608), 1, + STATE(4673), 1, sym__simple_user_type, - STATE(4780), 1, + STATE(4677), 1, + sym_simple_identifier, + STATE(4860), 1, sym__delegation_specifiers, - STATE(5339), 1, + STATE(5361), 1, sym_user_type, - STATE(5385), 1, + STATE(5405), 1, sym_delegation_specifier, - STATE(5423), 1, + STATE(5439), 1, sym_function_type, - STATE(9218), 1, + STATE(9181), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4946), 2, + STATE(4976), 2, sym_constructor_invocation, sym_explicit_delegation, ACTIONS(7), 7, @@ -567803,31 +569740,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [136267] = 13, + [137663] = 13, ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4529), 1, + STATE(4566), 1, sym__lexical_identifier, - STATE(4594), 1, - sym_simple_identifier, - STATE(4608), 1, + STATE(4673), 1, sym__simple_user_type, - STATE(4779), 1, + STATE(4677), 1, + sym_simple_identifier, + STATE(4758), 1, sym__delegation_specifiers, - STATE(5339), 1, + STATE(5361), 1, sym_user_type, - STATE(5385), 1, + STATE(5405), 1, sym_delegation_specifier, - STATE(5423), 1, + STATE(5439), 1, sym_function_type, - STATE(9218), 1, + STATE(9181), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4946), 2, + STATE(4976), 2, sym_constructor_invocation, sym_explicit_delegation, ACTIONS(7), 7, @@ -567838,34 +569775,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [136315] = 13, - ACTIONS(409), 1, + [137711] = 13, + ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2866), 1, + STATE(4566), 1, + sym__lexical_identifier, + STATE(4673), 1, sym__simple_user_type, - STATE(2885), 1, + STATE(4677), 1, sym_simple_identifier, - STATE(2890), 1, - sym__lexical_identifier, - STATE(2912), 1, + STATE(4765), 1, sym__delegation_specifiers, - STATE(3936), 1, + STATE(5361), 1, sym_user_type, - STATE(4003), 1, + STATE(5405), 1, sym_delegation_specifier, - STATE(4025), 1, + STATE(5439), 1, sym_function_type, - STATE(9429), 1, + STATE(9181), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3407), 2, + STATE(4976), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(333), 7, + ACTIONS(7), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -567873,32 +569810,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [136363] = 11, - ACTIONS(8844), 1, + [137759] = 13, + ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(8914), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - ACTIONS(9029), 1, - anon_sym_dynamic, - STATE(2984), 1, + STATE(4566), 1, sym__lexical_identifier, - STATE(2986), 1, - sym_simple_identifier, - STATE(3101), 1, + STATE(4673), 1, sym__simple_user_type, - STATE(9363), 1, + STATE(4677), 1, + sym_simple_identifier, + STATE(4799), 1, + sym__delegation_specifiers, + STATE(5361), 1, + sym_user_type, + STATE(5405), 1, + sym_delegation_specifier, + STATE(5439), 1, + sym_function_type, + STATE(9181), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3540), 2, - sym_nullable_type, - sym_function_type, - STATE(3379), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(8840), 7, + STATE(4976), 2, + sym_constructor_invocation, + sym_explicit_delegation, + ACTIONS(7), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -567906,31 +569845,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [136407] = 13, + [137807] = 13, ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4529), 1, + STATE(4566), 1, sym__lexical_identifier, - STATE(4594), 1, - sym_simple_identifier, - STATE(4608), 1, + STATE(4673), 1, sym__simple_user_type, - STATE(4776), 1, - sym__delegation_specifiers, - STATE(5339), 1, + STATE(4677), 1, + sym_simple_identifier, + STATE(4785), 1, sym_user_type, - STATE(5385), 1, + STATE(4822), 1, + sym__delegation_specifiers, + STATE(4858), 1, sym_delegation_specifier, - STATE(5423), 1, + STATE(4866), 1, sym_function_type, - STATE(9218), 1, + STATE(9181), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4946), 2, + STATE(4976), 2, sym_constructor_invocation, sym_explicit_delegation, ACTIONS(7), 7, @@ -567941,34 +569880,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [136455] = 13, - ACTIONS(491), 1, + [137855] = 12, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(831), 1, - sym__simple_user_type, - STATE(866), 1, - sym__lexical_identifier, - STATE(875), 1, + STATE(834), 1, sym_simple_identifier, - STATE(905), 1, - sym__delegation_specifiers, - STATE(1368), 1, + STATE(843), 1, + sym__lexical_identifier, + STATE(865), 1, + sym__simple_user_type, + STATE(1352), 1, sym_user_type, - STATE(1483), 1, + STATE(1508), 1, sym_function_type, - STATE(1529), 1, - sym_delegation_specifier, - STATE(9350), 1, + STATE(9486), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1134), 2, + STATE(887), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(1075), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(413), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -567976,34 +569914,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [136503] = 13, - ACTIONS(409), 1, + [137901] = 13, + ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2866), 1, + STATE(4566), 1, + sym__lexical_identifier, + STATE(4673), 1, sym__simple_user_type, - STATE(2885), 1, + STATE(4677), 1, sym_simple_identifier, - STATE(2890), 1, - sym__lexical_identifier, - STATE(2909), 1, - sym__delegation_specifiers, - STATE(3936), 1, + STATE(4785), 1, sym_user_type, - STATE(4003), 1, + STATE(4824), 1, + sym__delegation_specifiers, + STATE(4858), 1, sym_delegation_specifier, - STATE(4025), 1, + STATE(4866), 1, sym_function_type, - STATE(9429), 1, + STATE(9181), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3407), 2, + STATE(4976), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(333), 7, + ACTIONS(7), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -568011,31 +569949,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [136551] = 13, + [137949] = 13, ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4529), 1, + STATE(4566), 1, sym__lexical_identifier, - STATE(4594), 1, - sym_simple_identifier, - STATE(4608), 1, + STATE(4673), 1, sym__simple_user_type, - STATE(4780), 1, + STATE(4677), 1, + sym_simple_identifier, + STATE(4803), 1, sym__delegation_specifiers, - STATE(4805), 1, + STATE(5361), 1, sym_user_type, - STATE(4866), 1, - sym_function_type, - STATE(4867), 1, + STATE(5405), 1, sym_delegation_specifier, - STATE(9218), 1, + STATE(5439), 1, + sym_function_type, + STATE(9181), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4946), 2, + STATE(4976), 2, sym_constructor_invocation, sym_explicit_delegation, ACTIONS(7), 7, @@ -568046,33 +569984,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [136599] = 12, - ACTIONS(107), 1, + [137997] = 12, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4529), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(4594), 1, - sym_simple_identifier, - STATE(4608), 1, + STATE(2874), 1, sym__simple_user_type, - STATE(4805), 1, + STATE(2897), 1, + sym_simple_identifier, + STATE(3922), 1, sym_user_type, - STATE(4866), 1, + STATE(4000), 1, sym_function_type, - STATE(9218), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4776), 2, + STATE(2912), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(4946), 2, + STATE(3342), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(7), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -568080,34 +570018,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [136645] = 13, - ACTIONS(491), 1, + [138043] = 12, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(831), 1, - sym__simple_user_type, - STATE(866), 1, - sym__lexical_identifier, - STATE(875), 1, + STATE(834), 1, sym_simple_identifier, - STATE(904), 1, - sym__delegation_specifiers, - STATE(1368), 1, + STATE(843), 1, + sym__lexical_identifier, + STATE(865), 1, + sym__simple_user_type, + STATE(1352), 1, sym_user_type, - STATE(1483), 1, + STATE(1508), 1, sym_function_type, - STATE(1529), 1, - sym_delegation_specifier, - STATE(9350), 1, + STATE(9486), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1134), 2, + STATE(878), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(1075), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(413), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -568115,34 +570052,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [136693] = 13, - ACTIONS(409), 1, + [138089] = 13, + ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2866), 1, + STATE(4566), 1, + sym__lexical_identifier, + STATE(4673), 1, sym__simple_user_type, - STATE(2885), 1, + STATE(4677), 1, sym_simple_identifier, - STATE(2890), 1, - sym__lexical_identifier, - STATE(2905), 1, + STATE(4819), 1, sym__delegation_specifiers, - STATE(3936), 1, + STATE(5361), 1, sym_user_type, - STATE(4003), 1, + STATE(5405), 1, sym_delegation_specifier, - STATE(4025), 1, + STATE(5439), 1, sym_function_type, - STATE(9429), 1, + STATE(9181), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3407), 2, + STATE(4976), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(333), 7, + ACTIONS(7), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -568150,33 +570087,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [136741] = 12, - ACTIONS(107), 1, + [138137] = 12, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4529), 1, - sym__lexical_identifier, - STATE(4594), 1, + STATE(834), 1, sym_simple_identifier, - STATE(4608), 1, + STATE(843), 1, + sym__lexical_identifier, + STATE(865), 1, sym__simple_user_type, - STATE(4805), 1, + STATE(1352), 1, sym_user_type, - STATE(4866), 1, + STATE(1508), 1, sym_function_type, - STATE(9218), 1, + STATE(9486), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4779), 2, + STATE(877), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(4946), 2, + STATE(1075), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(7), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -568184,34 +570121,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [136787] = 13, - ACTIONS(491), 1, + [138183] = 12, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(831), 1, - sym__simple_user_type, - STATE(866), 1, - sym__lexical_identifier, - STATE(875), 1, + STATE(834), 1, sym_simple_identifier, - STATE(931), 1, - sym__delegation_specifiers, - STATE(1368), 1, + STATE(843), 1, + sym__lexical_identifier, + STATE(865), 1, + sym__simple_user_type, + STATE(1352), 1, sym_user_type, - STATE(1483), 1, + STATE(1508), 1, sym_function_type, - STATE(1529), 1, - sym_delegation_specifier, - STATE(9350), 1, + STATE(9486), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1134), 2, + STATE(937), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(1075), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(413), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -568219,34 +570155,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [136835] = 13, - ACTIONS(491), 1, + [138229] = 12, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(831), 1, - sym__simple_user_type, - STATE(866), 1, - sym__lexical_identifier, - STATE(875), 1, + STATE(834), 1, sym_simple_identifier, - STATE(1032), 1, - sym__delegation_specifiers, - STATE(1368), 1, + STATE(843), 1, + sym__lexical_identifier, + STATE(865), 1, + sym__simple_user_type, + STATE(1352), 1, sym_user_type, - STATE(1483), 1, + STATE(1508), 1, sym_function_type, - STATE(1529), 1, - sym_delegation_specifier, - STATE(9350), 1, + STATE(9486), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1134), 2, + STATE(924), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(1075), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(413), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -568254,31 +570189,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [136883] = 13, + [138275] = 13, ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4529), 1, + STATE(4566), 1, sym__lexical_identifier, - STATE(4594), 1, - sym_simple_identifier, - STATE(4608), 1, + STATE(4673), 1, sym__simple_user_type, - STATE(4779), 1, - sym__delegation_specifiers, - STATE(4805), 1, + STATE(4677), 1, + sym_simple_identifier, + STATE(4785), 1, sym_user_type, + STATE(4798), 1, + sym__delegation_specifiers, + STATE(4858), 1, + sym_delegation_specifier, STATE(4866), 1, sym_function_type, - STATE(4867), 1, - sym_delegation_specifier, - STATE(9218), 1, + STATE(9181), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4946), 2, + STATE(4976), 2, sym_constructor_invocation, sym_explicit_delegation, ACTIONS(7), 7, @@ -568289,33 +570224,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [136931] = 12, - ACTIONS(107), 1, + [138323] = 13, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4529), 1, - sym__lexical_identifier, - STATE(4594), 1, + STATE(834), 1, sym_simple_identifier, - STATE(4608), 1, + STATE(843), 1, + sym__lexical_identifier, + STATE(865), 1, sym__simple_user_type, - STATE(4805), 1, + STATE(885), 1, + sym__delegation_specifiers, + STATE(1352), 1, sym_user_type, - STATE(4866), 1, + STATE(1470), 1, + sym_delegation_specifier, + STATE(1508), 1, sym_function_type, - STATE(9218), 1, + STATE(9486), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4780), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(4946), 2, + STATE(1075), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(7), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -568323,30 +570259,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [136977] = 12, + [138371] = 13, ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4529), 1, + STATE(4566), 1, sym__lexical_identifier, - STATE(4594), 1, - sym_simple_identifier, - STATE(4608), 1, + STATE(4673), 1, sym__simple_user_type, - STATE(4805), 1, + STATE(4677), 1, + sym_simple_identifier, + STATE(4818), 1, + sym__delegation_specifiers, + STATE(5361), 1, sym_user_type, - STATE(4866), 1, + STATE(5405), 1, + sym_delegation_specifier, + STATE(5439), 1, sym_function_type, - STATE(9218), 1, + STATE(9181), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4783), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(4946), 2, + STATE(4976), 2, sym_constructor_invocation, sym_explicit_delegation, ACTIONS(7), 7, @@ -568357,34 +570294,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [137023] = 13, - ACTIONS(491), 1, + [138419] = 13, + ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(831), 1, - sym__simple_user_type, - STATE(866), 1, + STATE(4566), 1, sym__lexical_identifier, - STATE(875), 1, + STATE(4673), 1, + sym__simple_user_type, + STATE(4677), 1, sym_simple_identifier, - STATE(928), 1, - sym__delegation_specifiers, - STATE(1368), 1, + STATE(4785), 1, sym_user_type, - STATE(1483), 1, - sym_function_type, - STATE(1529), 1, + STATE(4858), 1, sym_delegation_specifier, - STATE(9350), 1, + STATE(4860), 1, + sym__delegation_specifiers, + STATE(4866), 1, + sym_function_type, + STATE(9181), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1134), 2, + STATE(4976), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(413), 7, + ACTIONS(7), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -568392,33 +570329,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [137071] = 12, - ACTIONS(107), 1, + [138467] = 12, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4529), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(4594), 1, - sym_simple_identifier, - STATE(4608), 1, + STATE(2874), 1, sym__simple_user_type, - STATE(4805), 1, + STATE(2897), 1, + sym_simple_identifier, + STATE(3922), 1, sym_user_type, - STATE(4866), 1, + STATE(4000), 1, sym_function_type, - STATE(9218), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4785), 2, + STATE(2990), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(4946), 2, + STATE(3342), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(7), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -568426,33 +570363,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [137117] = 12, - ACTIONS(107), 1, + [138513] = 13, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4529), 1, - sym__lexical_identifier, - STATE(4594), 1, + STATE(834), 1, sym_simple_identifier, - STATE(4608), 1, + STATE(843), 1, + sym__lexical_identifier, + STATE(865), 1, sym__simple_user_type, - STATE(4805), 1, + STATE(891), 1, + sym__delegation_specifiers, + STATE(1352), 1, sym_user_type, - STATE(4866), 1, + STATE(1470), 1, + sym_delegation_specifier, + STATE(1508), 1, sym_function_type, - STATE(9218), 1, + STATE(9486), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4786), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(4946), 2, + STATE(1075), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(7), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -568460,33 +570398,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [137163] = 12, - ACTIONS(107), 1, + [138561] = 12, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4529), 1, - sym__lexical_identifier, - STATE(4594), 1, + STATE(834), 1, sym_simple_identifier, - STATE(4608), 1, + STATE(843), 1, + sym__lexical_identifier, + STATE(865), 1, sym__simple_user_type, - STATE(4805), 1, + STATE(1352), 1, sym_user_type, - STATE(4866), 1, + STATE(1508), 1, sym_function_type, - STATE(9218), 1, + STATE(9486), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4789), 2, + STATE(936), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(4946), 2, + STATE(1075), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(7), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -568494,34 +570432,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [137209] = 13, - ACTIONS(613), 1, + [138607] = 13, + ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(3205), 1, - sym__simple_user_type, - STATE(3263), 1, + STATE(4566), 1, sym__lexical_identifier, - STATE(3264), 1, + STATE(4673), 1, + sym__simple_user_type, + STATE(4677), 1, sym_simple_identifier, - STATE(3600), 1, + STATE(4825), 1, sym__delegation_specifiers, - STATE(4087), 1, + STATE(5361), 1, sym_user_type, - STATE(4124), 1, + STATE(5405), 1, sym_delegation_specifier, - STATE(4142), 1, + STATE(5439), 1, sym_function_type, - STATE(9518), 1, + STATE(9181), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3677), 2, + STATE(4976), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(537), 7, + ACTIONS(7), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -568529,30 +570467,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [137257] = 12, + [138655] = 13, ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4529), 1, + STATE(4566), 1, sym__lexical_identifier, - STATE(4594), 1, - sym_simple_identifier, - STATE(4608), 1, + STATE(4673), 1, sym__simple_user_type, - STATE(4805), 1, + STATE(4677), 1, + sym_simple_identifier, + STATE(4808), 1, + sym__delegation_specifiers, + STATE(5361), 1, sym_user_type, - STATE(4866), 1, + STATE(5405), 1, + sym_delegation_specifier, + STATE(5439), 1, sym_function_type, - STATE(9218), 1, + STATE(9181), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4790), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(4946), 2, + STATE(4976), 2, sym_constructor_invocation, sym_explicit_delegation, ACTIONS(7), 7, @@ -568563,34 +570502,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [137303] = 13, - ACTIONS(491), 1, + [138703] = 13, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(831), 1, - sym__simple_user_type, - STATE(866), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(875), 1, + STATE(5187), 1, sym_simple_identifier, - STATE(921), 1, - sym__delegation_specifiers, - STATE(1368), 1, + STATE(7692), 1, + sym__simple_user_type, + STATE(7927), 1, sym_user_type, - STATE(1483), 1, - sym_function_type, - STATE(1529), 1, + STATE(8081), 1, sym_delegation_specifier, - STATE(9350), 1, + STATE(8097), 1, + sym_function_type, + STATE(8110), 1, + sym__delegation_specifiers, + STATE(9202), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1134), 2, + STATE(8231), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(413), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -568598,33 +570537,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [137351] = 12, - ACTIONS(107), 1, + [138751] = 13, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4529), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(4594), 1, + STATE(5187), 1, sym_simple_identifier, - STATE(4608), 1, + STATE(7692), 1, sym__simple_user_type, - STATE(4805), 1, + STATE(7927), 1, sym_user_type, - STATE(4866), 1, + STATE(8081), 1, + sym_delegation_specifier, + STATE(8097), 1, sym_function_type, - STATE(9218), 1, + STATE(8107), 1, + sym__delegation_specifiers, + STATE(9202), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4818), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(4946), 2, + STATE(8231), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(7), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -568632,31 +570572,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [137397] = 13, + [138799] = 12, ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(3205), 1, - sym__simple_user_type, - STATE(3263), 1, - sym__lexical_identifier, - STATE(3264), 1, + STATE(834), 1, sym_simple_identifier, - STATE(3489), 1, - sym__delegation_specifiers, - STATE(4087), 1, + STATE(843), 1, + sym__lexical_identifier, + STATE(865), 1, + sym__simple_user_type, + STATE(1352), 1, sym_user_type, - STATE(4124), 1, - sym_delegation_specifier, - STATE(4142), 1, + STATE(1508), 1, sym_function_type, - STATE(9518), 1, + STATE(9486), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3677), 2, + STATE(892), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(1075), 2, sym_constructor_invocation, sym_explicit_delegation, ACTIONS(537), 7, @@ -568667,33 +570606,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [137445] = 12, - ACTIONS(107), 1, + [138845] = 12, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4529), 1, - sym__lexical_identifier, - STATE(4594), 1, + STATE(834), 1, sym_simple_identifier, - STATE(4608), 1, + STATE(843), 1, + sym__lexical_identifier, + STATE(865), 1, sym__simple_user_type, - STATE(4805), 1, + STATE(1352), 1, sym_user_type, - STATE(4866), 1, + STATE(1508), 1, sym_function_type, - STATE(9218), 1, + STATE(9486), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4794), 2, + STATE(1027), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(4946), 2, + STATE(1075), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(7), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -568701,32 +570640,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [137491] = 11, - ACTIONS(8740), 1, - anon_sym_LPAREN, - ACTIONS(8922), 1, + [138891] = 12, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(9031), 1, - anon_sym_dynamic, - STATE(8046), 1, + ACTIONS(9027), 1, + anon_sym_LPAREN, + STATE(834), 1, sym_simple_identifier, - STATE(8123), 1, + STATE(843), 1, sym__lexical_identifier, - STATE(8144), 1, + STATE(865), 1, sym__simple_user_type, - STATE(9292), 1, + STATE(1352), 1, + sym_user_type, + STATE(1508), 1, + sym_function_type, + STATE(9486), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7696), 2, - sym_nullable_type, - sym_function_type, - STATE(8408), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(8918), 7, + STATE(894), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(1075), 2, + sym_constructor_invocation, + sym_explicit_delegation, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -568734,34 +570674,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [137535] = 13, - ACTIONS(491), 1, + [138937] = 13, + ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(831), 1, - sym__simple_user_type, - STATE(866), 1, + STATE(4566), 1, sym__lexical_identifier, - STATE(875), 1, + STATE(4673), 1, + sym__simple_user_type, + STATE(4677), 1, sym_simple_identifier, - STATE(898), 1, + STATE(4758), 1, sym__delegation_specifiers, - STATE(1368), 1, + STATE(4785), 1, sym_user_type, - STATE(1483), 1, - sym_function_type, - STATE(1529), 1, + STATE(4858), 1, sym_delegation_specifier, - STATE(9350), 1, + STATE(4866), 1, + sym_function_type, + STATE(9181), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1134), 2, + STATE(4976), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(413), 7, + ACTIONS(7), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -568769,34 +570709,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [137583] = 13, - ACTIONS(491), 1, + [138985] = 13, + ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(831), 1, + STATE(4459), 1, sym__simple_user_type, - STATE(866), 1, + STATE(4461), 1, sym__lexical_identifier, - STATE(875), 1, + STATE(4466), 1, sym_simple_identifier, - STATE(900), 1, + STATE(4481), 1, sym__delegation_specifiers, - STATE(1368), 1, + STATE(5128), 1, sym_user_type, - STATE(1483), 1, + STATE(5150), 1, sym_function_type, - STATE(1529), 1, + STATE(5280), 1, sym_delegation_specifier, - STATE(9350), 1, + STATE(9309), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1134), 2, + STATE(4585), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(413), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -568804,34 +570744,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [137631] = 13, - ACTIONS(491), 1, + [139033] = 13, + ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(831), 1, + STATE(4459), 1, sym__simple_user_type, - STATE(866), 1, + STATE(4461), 1, sym__lexical_identifier, - STATE(875), 1, + STATE(4466), 1, sym_simple_identifier, - STATE(912), 1, + STATE(4511), 1, sym__delegation_specifiers, - STATE(1368), 1, + STATE(5128), 1, sym_user_type, - STATE(1483), 1, + STATE(5150), 1, sym_function_type, - STATE(1529), 1, + STATE(5280), 1, sym_delegation_specifier, - STATE(9350), 1, + STATE(9309), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1134), 2, + STATE(4585), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(413), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -568839,30 +570779,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [137679] = 12, + [139081] = 13, ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4529), 1, + STATE(4566), 1, sym__lexical_identifier, - STATE(4594), 1, - sym_simple_identifier, - STATE(4608), 1, + STATE(4673), 1, sym__simple_user_type, - STATE(4805), 1, + STATE(4677), 1, + sym_simple_identifier, + STATE(4765), 1, + sym__delegation_specifiers, + STATE(4785), 1, sym_user_type, + STATE(4858), 1, + sym_delegation_specifier, STATE(4866), 1, sym_function_type, - STATE(9218), 1, + STATE(9181), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4798), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(4946), 2, + STATE(4976), 2, sym_constructor_invocation, sym_explicit_delegation, ACTIONS(7), 7, @@ -568873,34 +570814,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [137725] = 13, - ACTIONS(8406), 1, + [139129] = 13, + ACTIONS(8908), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(5536), 1, sym__lexical_identifier, - STATE(5170), 1, + STATE(5537), 1, sym_simple_identifier, - STATE(7562), 1, + STATE(7457), 1, sym__simple_user_type, - STATE(7887), 1, + STATE(7888), 1, sym_user_type, - STATE(8024), 1, + STATE(7949), 1, sym_function_type, - STATE(8029), 1, + STATE(7951), 1, sym_delegation_specifier, - STATE(8639), 1, + STATE(8342), 1, sym__delegation_specifiers, - STATE(9457), 1, + STATE(9337), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8231), 2, + STATE(8082), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(8392), 7, + ACTIONS(8902), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -568908,34 +570849,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [137773] = 13, - ACTIONS(491), 1, + [139177] = 13, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(831), 1, - sym__simple_user_type, - STATE(866), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(875), 1, + STATE(5187), 1, sym_simple_identifier, - STATE(917), 1, - sym__delegation_specifiers, - STATE(1368), 1, + STATE(7692), 1, + sym__simple_user_type, + STATE(7927), 1, sym_user_type, - STATE(1483), 1, - sym_function_type, - STATE(1529), 1, + STATE(8081), 1, sym_delegation_specifier, - STATE(9350), 1, + STATE(8097), 1, + sym_function_type, + STATE(8483), 1, + sym__delegation_specifiers, + STATE(9202), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1134), 2, + STATE(8231), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(413), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -568943,33 +570884,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [137821] = 12, - ACTIONS(107), 1, + [139225] = 11, + ACTIONS(8849), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(8932), 1, anon_sym_LPAREN, - STATE(4529), 1, - sym__lexical_identifier, - STATE(4594), 1, + ACTIONS(9040), 1, + anon_sym_dynamic, + STATE(5187), 1, sym_simple_identifier, - STATE(4608), 1, + STATE(5419), 1, + sym__lexical_identifier, + STATE(5601), 1, sym__simple_user_type, - STATE(4805), 1, - sym_user_type, - STATE(4866), 1, - sym_function_type, - STATE(9218), 1, + STATE(9419), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4800), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(4946), 2, - sym_constructor_invocation, - sym_explicit_delegation, - ACTIONS(7), 7, + STATE(5638), 2, + sym_nullable_type, + sym_function_type, + STATE(5547), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(8845), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -568977,34 +570917,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [137867] = 13, - ACTIONS(491), 1, + [139269] = 7, + ACTIONS(6401), 1, + anon_sym_LBRACK, + STATE(7345), 1, + sym__member_access_operator, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(6425), 3, + sym_safe_nav, + anon_sym_DOT, + anon_sym_COLON_COLON, + ACTIONS(9046), 3, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG_BANG, + STATE(6534), 5, + sym_indexing_suffix, + sym_navigation_suffix, + sym__postfix_unary_operator, + sym__postfix_unary_suffix, + aux_sym__postfix_unary_expression_repeat1, + ACTIONS(9044), 6, + anon_sym_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + [139305] = 13, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(831), 1, - sym__simple_user_type, - STATE(866), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(875), 1, + STATE(5187), 1, sym_simple_identifier, - STATE(915), 1, + STATE(7692), 1, + sym__simple_user_type, + STATE(7927), 1, sym_user_type, - STATE(921), 1, - sym__delegation_specifiers, - STATE(1024), 1, + STATE(8081), 1, sym_delegation_specifier, - STATE(1029), 1, + STATE(8087), 1, + sym__delegation_specifiers, + STATE(8097), 1, sym_function_type, - STATE(9350), 1, + STATE(9202), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1134), 2, + STATE(8231), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(413), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -569012,34 +570981,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [137915] = 13, - ACTIONS(491), 1, + [139353] = 12, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(831), 1, - sym__simple_user_type, - STATE(866), 1, - sym__lexical_identifier, - STATE(875), 1, + STATE(834), 1, sym_simple_identifier, - STATE(919), 1, - sym__delegation_specifiers, - STATE(1368), 1, + STATE(843), 1, + sym__lexical_identifier, + STATE(865), 1, + sym__simple_user_type, + STATE(896), 1, sym_user_type, - STATE(1483), 1, + STATE(1018), 1, sym_function_type, - STATE(1529), 1, - sym_delegation_specifier, - STATE(9350), 1, + STATE(9486), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1134), 2, + STATE(887), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(1075), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(413), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -569047,34 +571015,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [137963] = 13, - ACTIONS(491), 1, + [139399] = 12, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(831), 1, - sym__simple_user_type, - STATE(866), 1, - sym__lexical_identifier, - STATE(875), 1, + STATE(834), 1, sym_simple_identifier, - STATE(935), 1, - sym__delegation_specifiers, - STATE(1368), 1, + STATE(843), 1, + sym__lexical_identifier, + STATE(865), 1, + sym__simple_user_type, + STATE(896), 1, sym_user_type, - STATE(1483), 1, + STATE(1018), 1, sym_function_type, - STATE(1529), 1, - sym_delegation_specifier, - STATE(9350), 1, + STATE(9486), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1134), 2, + STATE(878), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(1075), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(413), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -569082,33 +571049,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [138011] = 12, - ACTIONS(195), 1, + [139445] = 11, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(8754), 1, anon_sym_LPAREN, - STATE(2864), 1, + ACTIONS(9040), 1, + anon_sym_dynamic, + STATE(4533), 1, sym__lexical_identifier, - STATE(2881), 1, - sym__simple_user_type, - STATE(2889), 1, + STATE(5187), 1, sym_simple_identifier, - STATE(3906), 1, - sym_user_type, - STATE(4012), 1, - sym_function_type, - STATE(9470), 1, + STATE(7692), 1, + sym__simple_user_type, + STATE(9202), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2958), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(3249), 2, - sym_constructor_invocation, - sym_explicit_delegation, - ACTIONS(111), 7, + STATE(7699), 2, + sym_nullable_type, + sym_function_type, + STATE(5547), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -569116,33 +571082,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [138057] = 12, - ACTIONS(107), 1, + [139489] = 11, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(8892), 1, anon_sym_LPAREN, - STATE(4529), 1, - sym__lexical_identifier, - STATE(4594), 1, + ACTIONS(9048), 1, + anon_sym_dynamic, + STATE(834), 1, sym_simple_identifier, - STATE(4608), 1, + STATE(843), 1, + sym__lexical_identifier, + STATE(865), 1, sym__simple_user_type, - STATE(4805), 1, - sym_user_type, - STATE(4866), 1, - sym_function_type, - STATE(9218), 1, + STATE(9486), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4854), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(4946), 2, - sym_constructor_invocation, - sym_explicit_delegation, - ACTIONS(7), 7, + STATE(1005), 2, + sym_nullable_type, + sym_function_type, + STATE(847), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -569150,33 +571115,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [138103] = 12, - ACTIONS(107), 1, + [139533] = 12, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4529), 1, - sym__lexical_identifier, - STATE(4594), 1, + STATE(834), 1, sym_simple_identifier, - STATE(4608), 1, + STATE(843), 1, + sym__lexical_identifier, + STATE(865), 1, sym__simple_user_type, - STATE(4805), 1, + STATE(896), 1, sym_user_type, - STATE(4866), 1, + STATE(1018), 1, sym_function_type, - STATE(9218), 1, + STATE(9486), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4804), 2, + STATE(877), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(4946), 2, + STATE(1075), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(7), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -569184,33 +571149,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [138149] = 12, - ACTIONS(195), 1, + [139579] = 12, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2864), 1, + STATE(834), 1, + sym_simple_identifier, + STATE(843), 1, sym__lexical_identifier, - STATE(2881), 1, + STATE(865), 1, sym__simple_user_type, - STATE(2889), 1, - sym_simple_identifier, - STATE(3906), 1, + STATE(896), 1, sym_user_type, - STATE(4012), 1, + STATE(1018), 1, sym_function_type, - STATE(9470), 1, + STATE(9486), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3074), 2, + STATE(937), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(3249), 2, + STATE(1075), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(111), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -569218,34 +571183,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [138195] = 13, - ACTIONS(107), 1, + [139625] = 12, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4529), 1, - sym__lexical_identifier, - STATE(4594), 1, + STATE(834), 1, sym_simple_identifier, - STATE(4608), 1, + STATE(843), 1, + sym__lexical_identifier, + STATE(865), 1, sym__simple_user_type, - STATE(4776), 1, - sym__delegation_specifiers, - STATE(4805), 1, + STATE(896), 1, sym_user_type, - STATE(4866), 1, + STATE(1018), 1, sym_function_type, - STATE(4867), 1, - sym_delegation_specifier, - STATE(9218), 1, + STATE(9486), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4946), 2, + STATE(924), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(1075), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(7), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -569253,34 +571217,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [138243] = 13, - ACTIONS(107), 1, + [139671] = 12, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4529), 1, - sym__lexical_identifier, - STATE(4594), 1, + STATE(834), 1, sym_simple_identifier, - STATE(4608), 1, + STATE(843), 1, + sym__lexical_identifier, + STATE(865), 1, sym__simple_user_type, - STATE(4798), 1, - sym__delegation_specifiers, - STATE(4805), 1, + STATE(896), 1, sym_user_type, - STATE(4866), 1, + STATE(1018), 1, sym_function_type, - STATE(4867), 1, - sym_delegation_specifier, - STATE(9218), 1, + STATE(9486), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4946), 2, + STATE(936), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(1075), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(7), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -569288,33 +571251,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [138291] = 12, - ACTIONS(195), 1, + [139717] = 12, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2864), 1, + STATE(834), 1, + sym_simple_identifier, + STATE(843), 1, sym__lexical_identifier, - STATE(2881), 1, + STATE(865), 1, sym__simple_user_type, - STATE(2889), 1, - sym_simple_identifier, - STATE(3906), 1, + STATE(896), 1, sym_user_type, - STATE(4012), 1, + STATE(1018), 1, sym_function_type, - STATE(9470), 1, + STATE(9486), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2978), 2, + STATE(943), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(3249), 2, + STATE(1075), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(111), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -569322,33 +571285,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [138337] = 12, - ACTIONS(195), 1, + [139763] = 12, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2864), 1, + STATE(834), 1, + sym_simple_identifier, + STATE(843), 1, sym__lexical_identifier, - STATE(2881), 1, + STATE(865), 1, sym__simple_user_type, - STATE(2889), 1, - sym_simple_identifier, - STATE(3906), 1, + STATE(896), 1, sym_user_type, - STATE(4012), 1, + STATE(1018), 1, sym_function_type, - STATE(9470), 1, + STATE(9486), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2974), 2, + STATE(892), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(3249), 2, + STATE(1075), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(111), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -569356,22 +571319,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [138383] = 12, + [139809] = 12, ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2864), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(2881), 1, + STATE(2874), 1, sym__simple_user_type, - STATE(2889), 1, + STATE(2897), 1, sym_simple_identifier, - STATE(3906), 1, + STATE(3922), 1, sym_user_type, - STATE(4012), 1, + STATE(4000), 1, sym_function_type, - STATE(9470), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, @@ -569379,7 +571342,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(2956), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(3249), 2, + STATE(3342), 2, sym_constructor_invocation, sym_explicit_delegation, ACTIONS(111), 7, @@ -569390,33 +571353,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [138429] = 12, - ACTIONS(195), 1, + [139855] = 12, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2864), 1, + STATE(834), 1, + sym_simple_identifier, + STATE(843), 1, sym__lexical_identifier, - STATE(2881), 1, + STATE(865), 1, sym__simple_user_type, - STATE(2889), 1, - sym_simple_identifier, - STATE(3906), 1, + STATE(1352), 1, sym_user_type, - STATE(4012), 1, + STATE(1508), 1, sym_function_type, - STATE(9470), 1, + STATE(9486), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3091), 2, + STATE(885), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(3249), 2, + STATE(1075), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(111), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -569424,30 +571387,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [138475] = 12, + [139901] = 12, ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2864), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(2881), 1, + STATE(2874), 1, sym__simple_user_type, - STATE(2889), 1, + STATE(2897), 1, sym_simple_identifier, - STATE(3906), 1, + STATE(3922), 1, sym_user_type, - STATE(4012), 1, + STATE(4000), 1, sym_function_type, - STATE(9470), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2949), 2, + STATE(3084), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(3249), 2, + STATE(3342), 2, sym_constructor_invocation, sym_explicit_delegation, ACTIONS(111), 7, @@ -569458,34 +571421,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [138521] = 13, - ACTIONS(107), 1, + [139947] = 12, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4529), 1, - sym__lexical_identifier, - STATE(4594), 1, + STATE(834), 1, sym_simple_identifier, - STATE(4608), 1, + STATE(843), 1, + sym__lexical_identifier, + STATE(865), 1, sym__simple_user_type, - STATE(4800), 1, - sym__delegation_specifiers, - STATE(4805), 1, + STATE(896), 1, sym_user_type, - STATE(4866), 1, + STATE(1018), 1, sym_function_type, - STATE(4867), 1, - sym_delegation_specifier, - STATE(9218), 1, + STATE(9486), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4946), 2, + STATE(1027), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(1075), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(7), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -569493,33 +571455,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [138569] = 12, - ACTIONS(195), 1, + [139993] = 12, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2864), 1, + STATE(834), 1, + sym_simple_identifier, + STATE(843), 1, sym__lexical_identifier, - STATE(2881), 1, + STATE(865), 1, sym__simple_user_type, - STATE(2889), 1, - sym_simple_identifier, - STATE(3906), 1, + STATE(1352), 1, sym_user_type, - STATE(4012), 1, + STATE(1508), 1, sym_function_type, - STATE(9470), 1, + STATE(9486), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2945), 2, + STATE(891), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(3249), 2, + STATE(1075), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(111), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -569527,33 +571489,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [138615] = 12, - ACTIONS(195), 1, + [140039] = 12, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2864), 1, + STATE(834), 1, + sym_simple_identifier, + STATE(843), 1, sym__lexical_identifier, - STATE(2881), 1, + STATE(865), 1, sym__simple_user_type, - STATE(2889), 1, - sym_simple_identifier, - STATE(3906), 1, + STATE(896), 1, sym_user_type, - STATE(4012), 1, + STATE(1018), 1, sym_function_type, - STATE(9470), 1, + STATE(9486), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2930), 2, + STATE(894), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(3249), 2, + STATE(1075), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(111), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -569561,33 +571523,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [138661] = 12, - ACTIONS(195), 1, + [140085] = 13, + ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2864), 1, - sym__lexical_identifier, - STATE(2881), 1, + STATE(4459), 1, sym__simple_user_type, - STATE(2889), 1, + STATE(4461), 1, + sym__lexical_identifier, + STATE(4466), 1, sym_simple_identifier, - STATE(3906), 1, + STATE(4487), 1, + sym__delegation_specifiers, + STATE(5128), 1, sym_user_type, - STATE(4012), 1, + STATE(5150), 1, sym_function_type, - STATE(9470), 1, + STATE(5280), 1, + sym_delegation_specifier, + STATE(9309), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2929), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(3249), 2, + STATE(4585), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(111), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -569595,34 +571558,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [138707] = 13, - ACTIONS(491), 1, + [140133] = 12, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(831), 1, - sym__simple_user_type, - STATE(866), 1, - sym__lexical_identifier, - STATE(875), 1, + STATE(834), 1, sym_simple_identifier, - STATE(915), 1, + STATE(843), 1, + sym__lexical_identifier, + STATE(865), 1, + sym__simple_user_type, + STATE(896), 1, sym_user_type, - STATE(1001), 1, - sym__delegation_specifiers, - STATE(1024), 1, - sym_delegation_specifier, - STATE(1029), 1, + STATE(1018), 1, sym_function_type, - STATE(9350), 1, + STATE(9486), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1134), 2, + STATE(885), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(1075), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(413), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -569630,33 +571592,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [138755] = 12, - ACTIONS(195), 1, + [140179] = 12, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2864), 1, + STATE(834), 1, + sym_simple_identifier, + STATE(843), 1, sym__lexical_identifier, - STATE(2881), 1, + STATE(865), 1, sym__simple_user_type, - STATE(2889), 1, - sym_simple_identifier, - STATE(3906), 1, + STATE(896), 1, sym_user_type, - STATE(4012), 1, + STATE(1018), 1, sym_function_type, - STATE(9470), 1, + STATE(9486), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2899), 2, + STATE(891), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(3249), 2, + STATE(1075), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(111), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -569664,34 +571626,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [138801] = 13, - ACTIONS(491), 1, + [140225] = 12, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(831), 1, - sym__simple_user_type, - STATE(866), 1, - sym__lexical_identifier, - STATE(875), 1, + STATE(834), 1, sym_simple_identifier, - STATE(905), 1, - sym__delegation_specifiers, - STATE(915), 1, + STATE(843), 1, + sym__lexical_identifier, + STATE(865), 1, + sym__simple_user_type, + STATE(896), 1, sym_user_type, - STATE(1024), 1, - sym_delegation_specifier, - STATE(1029), 1, + STATE(1018), 1, sym_function_type, - STATE(9350), 1, + STATE(9486), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1134), 2, + STATE(949), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(1075), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(413), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -569699,33 +571660,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [138849] = 12, - ACTIONS(195), 1, + [140271] = 12, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2864), 1, + STATE(834), 1, + sym_simple_identifier, + STATE(843), 1, sym__lexical_identifier, - STATE(2881), 1, + STATE(865), 1, sym__simple_user_type, - STATE(2889), 1, - sym_simple_identifier, - STATE(3906), 1, + STATE(896), 1, sym_user_type, - STATE(4012), 1, + STATE(1018), 1, sym_function_type, - STATE(9470), 1, + STATE(9486), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2907), 2, + STATE(939), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(3249), 2, + STATE(1075), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(111), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -569733,33 +571694,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [138895] = 12, - ACTIONS(195), 1, + [140317] = 13, + ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2864), 1, - sym__lexical_identifier, - STATE(2881), 1, + STATE(4459), 1, sym__simple_user_type, - STATE(2889), 1, + STATE(4461), 1, + sym__lexical_identifier, + STATE(4466), 1, sym_simple_identifier, - STATE(3906), 1, + STATE(4492), 1, + sym__delegation_specifiers, + STATE(5128), 1, sym_user_type, - STATE(4012), 1, + STATE(5150), 1, sym_function_type, - STATE(9470), 1, + STATE(5280), 1, + sym_delegation_specifier, + STATE(9309), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2910), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(3249), 2, + STATE(4585), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(111), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -569767,33 +571729,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [138941] = 12, - ACTIONS(195), 1, + [140365] = 12, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2864), 1, + STATE(834), 1, + sym_simple_identifier, + STATE(843), 1, sym__lexical_identifier, - STATE(2881), 1, + STATE(865), 1, sym__simple_user_type, - STATE(2889), 1, - sym_simple_identifier, - STATE(3906), 1, + STATE(1352), 1, sym_user_type, - STATE(4012), 1, + STATE(1508), 1, sym_function_type, - STATE(9470), 1, + STATE(9486), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2926), 2, + STATE(943), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(3249), 2, + STATE(1075), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(111), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -569801,34 +571763,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [138987] = 13, - ACTIONS(491), 1, + [140411] = 13, + ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(831), 1, + STATE(4459), 1, sym__simple_user_type, - STATE(866), 1, + STATE(4461), 1, sym__lexical_identifier, - STATE(875), 1, + STATE(4466), 1, sym_simple_identifier, - STATE(904), 1, + STATE(4495), 1, sym__delegation_specifiers, - STATE(915), 1, + STATE(5128), 1, sym_user_type, - STATE(1024), 1, - sym_delegation_specifier, - STATE(1029), 1, + STATE(5150), 1, sym_function_type, - STATE(9350), 1, + STATE(5280), 1, + sym_delegation_specifier, + STATE(9309), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1134), 2, + STATE(4585), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(413), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -569836,33 +571798,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [139035] = 12, - ACTIONS(409), 1, + [140459] = 12, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2866), 1, + STATE(3377), 1, sym__simple_user_type, - STATE(2885), 1, - sym_simple_identifier, - STATE(2890), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(3936), 1, + STATE(3446), 1, + sym_simple_identifier, + STATE(3501), 1, sym_user_type, - STATE(4025), 1, + STATE(3659), 1, sym_function_type, - STATE(9429), 1, + STATE(9488), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2989), 2, + STATE(3495), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(3407), 2, + STATE(3882), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(333), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -569870,33 +571832,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [139081] = 12, - ACTIONS(409), 1, + [140505] = 12, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2866), 1, + STATE(2858), 1, + sym__lexical_identifier, + STATE(2874), 1, sym__simple_user_type, - STATE(2885), 1, + STATE(2897), 1, sym_simple_identifier, - STATE(2890), 1, - sym__lexical_identifier, - STATE(3936), 1, + STATE(3922), 1, sym_user_type, - STATE(4025), 1, + STATE(4000), 1, sym_function_type, - STATE(9429), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3010), 2, + STATE(2932), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(3407), 2, + STATE(3342), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(333), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -569904,34 +571866,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [139127] = 13, - ACTIONS(613), 1, + [140551] = 12, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(3205), 1, + STATE(3377), 1, sym__simple_user_type, - STATE(3263), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(3264), 1, + STATE(3446), 1, sym_simple_identifier, - STATE(3471), 1, - sym__delegation_specifiers, - STATE(4087), 1, + STATE(3501), 1, sym_user_type, - STATE(4124), 1, - sym_delegation_specifier, - STATE(4142), 1, + STATE(3659), 1, sym_function_type, - STATE(9518), 1, + STATE(9488), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3677), 2, + STATE(3503), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(3882), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(537), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -569939,34 +571900,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [139175] = 13, - ACTIONS(491), 1, + [140597] = 12, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(831), 1, + STATE(3377), 1, sym__simple_user_type, - STATE(866), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(875), 1, + STATE(3446), 1, sym_simple_identifier, - STATE(915), 1, + STATE(3501), 1, sym_user_type, - STATE(931), 1, - sym__delegation_specifiers, - STATE(1024), 1, - sym_delegation_specifier, - STATE(1029), 1, + STATE(3659), 1, sym_function_type, - STATE(9350), 1, + STATE(9488), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1134), 2, + STATE(3489), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(3882), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(413), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -569974,33 +571934,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [139223] = 12, - ACTIONS(409), 1, + [140643] = 12, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2866), 1, + STATE(2858), 1, + sym__lexical_identifier, + STATE(2874), 1, sym__simple_user_type, - STATE(2885), 1, + STATE(2897), 1, sym_simple_identifier, - STATE(2890), 1, - sym__lexical_identifier, - STATE(3936), 1, + STATE(3922), 1, sym_user_type, - STATE(4025), 1, + STATE(4000), 1, sym_function_type, - STATE(9429), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2967), 2, + STATE(2926), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(3407), 2, + STATE(3342), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(333), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -570008,66 +571968,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [139269] = 12, - ACTIONS(409), 1, + [140689] = 12, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2866), 1, + STATE(3377), 1, sym__simple_user_type, - STATE(2885), 1, - sym_simple_identifier, - STATE(2890), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(3936), 1, + STATE(3446), 1, + sym_simple_identifier, + STATE(3501), 1, sym_user_type, - STATE(4025), 1, + STATE(3659), 1, sym_function_type, - STATE(9429), 1, - sym_function_type_parameters, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(2965), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(3407), 2, - sym_constructor_invocation, - sym_explicit_delegation, - ACTIONS(333), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - [139315] = 11, - ACTIONS(8904), 1, - anon_sym_LPAREN, - ACTIONS(8908), 1, - sym__backtick_identifier, - ACTIONS(9033), 1, - anon_sym_dynamic, - STATE(4542), 1, - sym_simple_identifier, - STATE(4548), 1, - sym__lexical_identifier, - STATE(4571), 1, - sym__simple_user_type, - STATE(9387), 1, + STATE(9488), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, - sym_line_comment, - STATE(5002), 2, - sym_nullable_type, - sym_function_type, - STATE(4768), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(8902), 7, + sym_line_comment, + STATE(3488), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(3882), 2, + sym_constructor_invocation, + sym_explicit_delegation, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -570075,33 +572002,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [139359] = 12, - ACTIONS(409), 1, + [140735] = 13, + ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2866), 1, + STATE(4459), 1, sym__simple_user_type, - STATE(2885), 1, - sym_simple_identifier, - STATE(2890), 1, + STATE(4461), 1, sym__lexical_identifier, - STATE(3936), 1, + STATE(4466), 1, + sym_simple_identifier, + STATE(4500), 1, + sym__delegation_specifiers, + STATE(5128), 1, sym_user_type, - STATE(4025), 1, + STATE(5150), 1, sym_function_type, - STATE(9429), 1, + STATE(5280), 1, + sym_delegation_specifier, + STATE(9309), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2943), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(3407), 2, + STATE(4585), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(333), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -570109,33 +572037,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [139405] = 12, - ACTIONS(409), 1, + [140783] = 12, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2866), 1, + STATE(3377), 1, sym__simple_user_type, - STATE(2885), 1, - sym_simple_identifier, - STATE(2890), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(3936), 1, + STATE(3446), 1, + sym_simple_identifier, + STATE(3501), 1, sym_user_type, - STATE(4025), 1, + STATE(3659), 1, sym_function_type, - STATE(9429), 1, + STATE(9488), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3060), 2, + STATE(3482), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(3407), 2, + STATE(3882), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(333), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -570143,33 +572071,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [139451] = 12, - ACTIONS(409), 1, + [140829] = 12, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2866), 1, - sym__simple_user_type, - STATE(2885), 1, + STATE(834), 1, sym_simple_identifier, - STATE(2890), 1, + STATE(843), 1, sym__lexical_identifier, - STATE(3936), 1, + STATE(865), 1, + sym__simple_user_type, + STATE(1352), 1, sym_user_type, - STATE(4025), 1, + STATE(1508), 1, sym_function_type, - STATE(9429), 1, + STATE(9486), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2938), 2, + STATE(939), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(3407), 2, + STATE(1075), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(333), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -570177,33 +572105,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [139497] = 12, - ACTIONS(409), 1, + [140875] = 12, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2866), 1, + STATE(3377), 1, sym__simple_user_type, - STATE(2885), 1, - sym_simple_identifier, - STATE(2890), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(3936), 1, + STATE(3446), 1, + sym_simple_identifier, + STATE(3501), 1, sym_user_type, - STATE(4025), 1, + STATE(3659), 1, sym_function_type, - STATE(9429), 1, + STATE(9488), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2937), 2, + STATE(3480), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(3407), 2, + STATE(3882), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(333), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -570211,34 +572139,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [139543] = 13, - ACTIONS(613), 1, + [140921] = 13, + ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(3205), 1, + STATE(4459), 1, sym__simple_user_type, - STATE(3263), 1, + STATE(4461), 1, sym__lexical_identifier, - STATE(3264), 1, + STATE(4466), 1, sym_simple_identifier, - STATE(3472), 1, + STATE(4477), 1, sym__delegation_specifiers, - STATE(4087), 1, + STATE(5128), 1, sym_user_type, - STATE(4124), 1, - sym_delegation_specifier, - STATE(4142), 1, + STATE(5150), 1, sym_function_type, - STATE(9518), 1, + STATE(5280), 1, + sym_delegation_specifier, + STATE(9309), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3677), 2, + STATE(4585), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(537), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -570246,33 +572174,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [139591] = 12, - ACTIONS(409), 1, + [140969] = 12, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2866), 1, + STATE(3377), 1, sym__simple_user_type, - STATE(2885), 1, - sym_simple_identifier, - STATE(2890), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(3936), 1, + STATE(3446), 1, + sym_simple_identifier, + STATE(3501), 1, sym_user_type, - STATE(4025), 1, + STATE(3659), 1, sym_function_type, - STATE(9429), 1, + STATE(9488), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2924), 2, + STATE(3478), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(3407), 2, + STATE(3882), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(333), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -570280,33 +572208,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [139637] = 12, - ACTIONS(281), 1, + [141015] = 12, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4440), 1, - sym__lexical_identifier, - STATE(4461), 1, + STATE(3377), 1, sym__simple_user_type, - STATE(4463), 1, + STATE(3382), 1, + sym__lexical_identifier, + STATE(3446), 1, sym_simple_identifier, - STATE(4476), 1, + STATE(3501), 1, sym_user_type, - STATE(4556), 1, + STATE(3659), 1, sym_function_type, - STATE(9167), 1, + STATE(9488), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4482), 2, + STATE(3477), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(4631), 2, + STATE(3882), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(199), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -570314,33 +572242,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [139683] = 12, - ACTIONS(409), 1, + [141061] = 12, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2866), 1, + STATE(3377), 1, sym__simple_user_type, - STATE(2885), 1, - sym_simple_identifier, - STATE(2890), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(3936), 1, + STATE(3446), 1, + sym_simple_identifier, + STATE(3501), 1, sym_user_type, - STATE(4025), 1, + STATE(3659), 1, sym_function_type, - STATE(9429), 1, + STATE(9488), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2920), 2, + STATE(3670), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(3407), 2, + STATE(3882), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(333), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -570348,33 +572276,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [139729] = 12, - ACTIONS(409), 1, + [141107] = 12, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2866), 1, + STATE(3377), 1, sym__simple_user_type, - STATE(2885), 1, - sym_simple_identifier, - STATE(2890), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(3936), 1, + STATE(3446), 1, + sym_simple_identifier, + STATE(4116), 1, sym_user_type, - STATE(4025), 1, + STATE(4128), 1, sym_function_type, - STATE(9429), 1, + STATE(9488), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2912), 2, + STATE(3495), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(3407), 2, + STATE(3882), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(333), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -570382,33 +572310,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [139775] = 12, - ACTIONS(409), 1, + [141153] = 12, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2866), 1, + STATE(3377), 1, sym__simple_user_type, - STATE(2885), 1, - sym_simple_identifier, - STATE(2890), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(3936), 1, + STATE(3446), 1, + sym_simple_identifier, + STATE(3501), 1, sym_user_type, - STATE(4025), 1, + STATE(3659), 1, sym_function_type, - STATE(9429), 1, + STATE(9488), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2909), 2, + STATE(3490), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(3407), 2, + STATE(3882), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(333), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -570416,33 +572344,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [139821] = 12, - ACTIONS(409), 1, + [141199] = 12, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2866), 1, + STATE(3377), 1, sym__simple_user_type, - STATE(2885), 1, - sym_simple_identifier, - STATE(2890), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(3936), 1, + STATE(3446), 1, + sym_simple_identifier, + STATE(3501), 1, sym_user_type, - STATE(4025), 1, + STATE(3659), 1, sym_function_type, - STATE(9429), 1, + STATE(9488), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2905), 2, + STATE(3486), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(3407), 2, + STATE(3882), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(333), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -570450,61 +572378,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [139867] = 5, - ACTIONS(8928), 1, - anon_sym_DOT, - STATE(6264), 1, - aux_sym_user_type_repeat1, + [141245] = 12, + ACTIONS(533), 1, + sym__backtick_identifier, + ACTIONS(9027), 1, + anon_sym_LPAREN, + STATE(3377), 1, + sym__simple_user_type, + STATE(3382), 1, + sym__lexical_identifier, + STATE(3446), 1, + sym_simple_identifier, + STATE(3501), 1, + sym_user_type, + STATE(3659), 1, + sym_function_type, + STATE(9488), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4144), 4, - anon_sym_AT, - anon_sym_RBRACK, - anon_sym_LPAREN, - sym__backtick_identifier, - ACTIONS(4142), 13, - anon_sym_val, + STATE(3491), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(3882), 2, + sym_constructor_invocation, + sym_explicit_delegation, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, - anon_sym_dynamic, - anon_sym_suspend, anon_sym_data, anon_sym_inner, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [139899] = 13, - ACTIONS(491), 1, + [141291] = 13, + ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(831), 1, + STATE(4459), 1, sym__simple_user_type, - STATE(866), 1, + STATE(4461), 1, sym__lexical_identifier, - STATE(875), 1, + STATE(4466), 1, sym_simple_identifier, - STATE(916), 1, + STATE(4503), 1, sym__delegation_specifiers, - STATE(1368), 1, + STATE(5128), 1, sym_user_type, - STATE(1483), 1, + STATE(5150), 1, sym_function_type, - STATE(1529), 1, + STATE(5280), 1, sym_delegation_specifier, - STATE(9350), 1, + STATE(9309), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1134), 2, + STATE(4585), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(413), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -570512,33 +572447,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [139947] = 12, - ACTIONS(613), 1, + [141339] = 12, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(3205), 1, + STATE(3377), 1, sym__simple_user_type, - STATE(3263), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(3264), 1, + STATE(3446), 1, sym_simple_identifier, - STATE(4087), 1, + STATE(3501), 1, sym_user_type, - STATE(4142), 1, + STATE(3659), 1, sym_function_type, - STATE(9518), 1, + STATE(9488), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3604), 2, + STATE(3535), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(3677), 2, + STATE(3882), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(537), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -570546,62 +572481,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [139993] = 7, - ACTIONS(6379), 1, - anon_sym_LBRACK, - STATE(7210), 1, - sym__member_access_operator, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(6403), 3, - sym_safe_nav, - anon_sym_DOT, - anon_sym_COLON_COLON, - ACTIONS(9037), 3, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BANG_BANG, - STATE(6692), 5, - sym_indexing_suffix, - sym_navigation_suffix, - sym__postfix_unary_operator, - sym__postfix_unary_suffix, - aux_sym__postfix_unary_expression_repeat1, - ACTIONS(9035), 6, - anon_sym_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - [140029] = 12, - ACTIONS(613), 1, + [141385] = 12, + ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(3205), 1, - sym__simple_user_type, - STATE(3263), 1, + STATE(2837), 1, sym__lexical_identifier, - STATE(3264), 1, + STATE(2881), 1, + sym__simple_user_type, + STATE(2898), 1, sym_simple_identifier, - STATE(4087), 1, + STATE(2991), 1, sym_user_type, - STATE(4142), 1, + STATE(3000), 1, sym_function_type, - STATE(9518), 1, + STATE(9530), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3472), 2, + STATE(2899), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(3677), 2, + STATE(3227), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(537), 7, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -570609,33 +572515,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [140075] = 12, - ACTIONS(613), 1, + [141431] = 12, + ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(3205), 1, - sym__simple_user_type, - STATE(3263), 1, + STATE(2837), 1, sym__lexical_identifier, - STATE(3264), 1, + STATE(2881), 1, + sym__simple_user_type, + STATE(2898), 1, sym_simple_identifier, - STATE(4087), 1, + STATE(2991), 1, sym_user_type, - STATE(4142), 1, + STATE(3000), 1, sym_function_type, - STATE(9518), 1, + STATE(9530), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3471), 2, + STATE(2917), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(3677), 2, + STATE(3227), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(537), 7, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -570643,33 +572549,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [140121] = 12, - ACTIONS(613), 1, + [141477] = 12, + ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(3205), 1, - sym__simple_user_type, - STATE(3263), 1, + STATE(2837), 1, sym__lexical_identifier, - STATE(3264), 1, + STATE(2881), 1, + sym__simple_user_type, + STATE(2898), 1, sym_simple_identifier, - STATE(4087), 1, + STATE(2991), 1, sym_user_type, - STATE(4142), 1, + STATE(3000), 1, sym_function_type, - STATE(9518), 1, + STATE(9530), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3489), 2, + STATE(2918), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(3677), 2, + STATE(3227), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(537), 7, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -570677,33 +572583,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [140167] = 12, - ACTIONS(613), 1, + [141523] = 12, + ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(3205), 1, - sym__simple_user_type, - STATE(3263), 1, + STATE(2837), 1, sym__lexical_identifier, - STATE(3264), 1, + STATE(2881), 1, + sym__simple_user_type, + STATE(2898), 1, sym_simple_identifier, - STATE(4087), 1, + STATE(2991), 1, sym_user_type, - STATE(4142), 1, + STATE(3000), 1, sym_function_type, - STATE(9518), 1, + STATE(9530), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3600), 2, + STATE(2925), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(3677), 2, + STATE(3227), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(537), 7, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -570711,33 +572617,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [140213] = 12, - ACTIONS(613), 1, + [141569] = 12, + ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(3205), 1, - sym__simple_user_type, - STATE(3263), 1, + STATE(2837), 1, sym__lexical_identifier, - STATE(3264), 1, + STATE(2881), 1, + sym__simple_user_type, + STATE(2898), 1, sym_simple_identifier, - STATE(4087), 1, + STATE(2991), 1, sym_user_type, - STATE(4142), 1, + STATE(3000), 1, sym_function_type, - STATE(9518), 1, + STATE(9530), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3500), 2, + STATE(2930), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(3677), 2, + STATE(3227), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(537), 7, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -570745,34 +572651,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [140259] = 13, - ACTIONS(491), 1, + [141615] = 13, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(831), 1, - sym__simple_user_type, - STATE(866), 1, - sym__lexical_identifier, - STATE(875), 1, + STATE(834), 1, sym_simple_identifier, - STATE(915), 1, + STATE(843), 1, + sym__lexical_identifier, + STATE(865), 1, + sym__simple_user_type, + STATE(949), 1, + sym__delegation_specifiers, + STATE(1352), 1, sym_user_type, - STATE(1024), 1, + STATE(1470), 1, sym_delegation_specifier, - STATE(1029), 1, + STATE(1508), 1, sym_function_type, - STATE(1032), 1, - sym__delegation_specifiers, - STATE(9350), 1, + STATE(9486), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1134), 2, + STATE(1075), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(413), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -570780,34 +572686,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [140307] = 13, - ACTIONS(491), 1, + [141663] = 13, + ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(831), 1, + STATE(4459), 1, sym__simple_user_type, - STATE(866), 1, + STATE(4461), 1, sym__lexical_identifier, - STATE(875), 1, + STATE(4466), 1, sym_simple_identifier, - STATE(915), 1, - sym_user_type, - STATE(928), 1, + STATE(4474), 1, sym__delegation_specifiers, - STATE(1024), 1, - sym_delegation_specifier, - STATE(1029), 1, + STATE(5128), 1, + sym_user_type, + STATE(5150), 1, sym_function_type, - STATE(9350), 1, + STATE(5280), 1, + sym_delegation_specifier, + STATE(9309), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1134), 2, + STATE(4585), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(413), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -570815,34 +572721,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [140355] = 13, - ACTIONS(491), 1, + [141711] = 12, + ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(831), 1, - sym__simple_user_type, - STATE(866), 1, + STATE(2837), 1, sym__lexical_identifier, - STATE(875), 1, + STATE(2881), 1, + sym__simple_user_type, + STATE(2898), 1, sym_simple_identifier, - STATE(915), 1, + STATE(2991), 1, sym_user_type, - STATE(916), 1, - sym__delegation_specifiers, - STATE(1024), 1, - sym_delegation_specifier, - STATE(1029), 1, + STATE(3000), 1, sym_function_type, - STATE(9350), 1, + STATE(9530), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1134), 2, + STATE(2934), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(3227), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(413), 7, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -570850,33 +572755,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [140403] = 12, - ACTIONS(613), 1, + [141757] = 12, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(3205), 1, + STATE(3377), 1, sym__simple_user_type, - STATE(3263), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(3264), 1, + STATE(3446), 1, sym_simple_identifier, - STATE(4087), 1, + STATE(4116), 1, sym_user_type, - STATE(4142), 1, + STATE(4128), 1, sym_function_type, - STATE(9518), 1, + STATE(9488), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3512), 2, + STATE(3503), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(3677), 2, + STATE(3882), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(537), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -570884,32 +572789,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [140449] = 11, - ACTIONS(281), 1, + [141803] = 12, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(8872), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - ACTIONS(9039), 1, - anon_sym_dynamic, - STATE(4440), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(4461), 1, + STATE(2874), 1, sym__simple_user_type, - STATE(4463), 1, + STATE(2897), 1, sym_simple_identifier, - STATE(9167), 1, + STATE(3922), 1, + sym_user_type, + STATE(4000), 1, + sym_function_type, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4516), 2, - sym_nullable_type, - sym_function_type, - STATE(4457), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(199), 7, + STATE(2905), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(3342), 2, + sym_constructor_invocation, + sym_explicit_delegation, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -570917,33 +572823,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [140493] = 12, - ACTIONS(613), 1, + [141849] = 12, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(3205), 1, + STATE(3377), 1, sym__simple_user_type, - STATE(3263), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(3264), 1, + STATE(3446), 1, sym_simple_identifier, - STATE(4087), 1, + STATE(4116), 1, sym_user_type, - STATE(4142), 1, + STATE(4128), 1, sym_function_type, - STATE(9518), 1, + STATE(9488), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3530), 2, + STATE(3489), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(3677), 2, + STATE(3882), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(537), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -570951,33 +572857,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [140539] = 12, - ACTIONS(613), 1, + [141895] = 12, + ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(3205), 1, - sym__simple_user_type, - STATE(3263), 1, + STATE(2837), 1, sym__lexical_identifier, - STATE(3264), 1, + STATE(2881), 1, + sym__simple_user_type, + STATE(2898), 1, sym_simple_identifier, - STATE(4087), 1, + STATE(2991), 1, sym_user_type, - STATE(4142), 1, + STATE(3000), 1, sym_function_type, - STATE(9518), 1, + STATE(9530), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3527), 2, + STATE(2944), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(3677), 2, + STATE(3227), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(537), 7, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -570985,33 +572891,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [140585] = 12, - ACTIONS(613), 1, + [141941] = 12, + ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(3205), 1, - sym__simple_user_type, - STATE(3263), 1, + STATE(2837), 1, sym__lexical_identifier, - STATE(3264), 1, + STATE(2881), 1, + sym__simple_user_type, + STATE(2898), 1, sym_simple_identifier, - STATE(4087), 1, + STATE(2991), 1, sym_user_type, - STATE(4142), 1, + STATE(3000), 1, sym_function_type, - STATE(9518), 1, + STATE(9530), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3534), 2, + STATE(2945), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(3677), 2, + STATE(3227), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(537), 7, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -571019,33 +572925,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [140631] = 12, - ACTIONS(613), 1, + [141987] = 13, + ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(3205), 1, + STATE(4459), 1, sym__simple_user_type, - STATE(3263), 1, + STATE(4461), 1, sym__lexical_identifier, - STATE(3264), 1, + STATE(4466), 1, sym_simple_identifier, - STATE(4087), 1, + STATE(4485), 1, + sym__delegation_specifiers, + STATE(5128), 1, sym_user_type, - STATE(4142), 1, + STATE(5150), 1, sym_function_type, - STATE(9518), 1, + STATE(5280), 1, + sym_delegation_specifier, + STATE(9309), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3480), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(3677), 2, + STATE(4585), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(537), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -571053,33 +572960,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [140677] = 12, - ACTIONS(613), 1, + [142035] = 12, + ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(3205), 1, - sym__simple_user_type, - STATE(3263), 1, + STATE(2837), 1, sym__lexical_identifier, - STATE(3264), 1, + STATE(2881), 1, + sym__simple_user_type, + STATE(2898), 1, sym_simple_identifier, - STATE(4087), 1, + STATE(2991), 1, sym_user_type, - STATE(4142), 1, + STATE(3000), 1, sym_function_type, - STATE(9518), 1, + STATE(9530), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3498), 2, + STATE(3083), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(3677), 2, + STATE(3227), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(537), 7, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -571087,30 +572994,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [140723] = 12, + [142081] = 13, ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(3205), 1, - sym__simple_user_type, - STATE(3263), 1, - sym__lexical_identifier, - STATE(3264), 1, + STATE(834), 1, sym_simple_identifier, - STATE(4087), 1, + STATE(843), 1, + sym__lexical_identifier, + STATE(865), 1, + sym__simple_user_type, + STATE(939), 1, + sym__delegation_specifiers, + STATE(1352), 1, sym_user_type, - STATE(4142), 1, + STATE(1470), 1, + sym_delegation_specifier, + STATE(1508), 1, sym_function_type, - STATE(9518), 1, + STATE(9486), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3483), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(3677), 2, + STATE(1075), 2, sym_constructor_invocation, sym_explicit_delegation, ACTIONS(537), 7, @@ -571121,33 +573029,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [140769] = 12, - ACTIONS(491), 1, + [142129] = 12, + ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(831), 1, - sym__simple_user_type, - STATE(866), 1, + STATE(2837), 1, sym__lexical_identifier, - STATE(875), 1, + STATE(2881), 1, + sym__simple_user_type, + STATE(2898), 1, sym_simple_identifier, - STATE(1368), 1, + STATE(2991), 1, sym_user_type, - STATE(1483), 1, + STATE(3000), 1, sym_function_type, - STATE(9350), 1, + STATE(9530), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(921), 2, + STATE(2951), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(1134), 2, + STATE(3227), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(413), 7, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -571155,33 +573063,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [140815] = 12, - ACTIONS(491), 1, + [142175] = 12, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(831), 1, + STATE(3377), 1, sym__simple_user_type, - STATE(866), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(875), 1, + STATE(3446), 1, sym_simple_identifier, - STATE(1368), 1, + STATE(4116), 1, sym_user_type, - STATE(1483), 1, + STATE(4128), 1, sym_function_type, - STATE(9350), 1, + STATE(9488), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1001), 2, + STATE(3488), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(1134), 2, + STATE(3882), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(413), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -571189,33 +573097,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [140861] = 12, - ACTIONS(491), 1, + [142221] = 12, + ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(831), 1, - sym__simple_user_type, - STATE(866), 1, + STATE(2837), 1, sym__lexical_identifier, - STATE(875), 1, + STATE(2881), 1, + sym__simple_user_type, + STATE(2898), 1, sym_simple_identifier, - STATE(1368), 1, + STATE(2991), 1, sym_user_type, - STATE(1483), 1, + STATE(3000), 1, sym_function_type, - STATE(9350), 1, + STATE(9530), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(905), 2, + STATE(2960), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(1134), 2, + STATE(3227), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(413), 7, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -571223,33 +573131,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [140907] = 12, - ACTIONS(491), 1, + [142267] = 12, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(831), 1, + STATE(3377), 1, sym__simple_user_type, - STATE(866), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(875), 1, + STATE(3446), 1, sym_simple_identifier, - STATE(1368), 1, + STATE(4116), 1, sym_user_type, - STATE(1483), 1, + STATE(4128), 1, sym_function_type, - STATE(9350), 1, + STATE(9488), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(904), 2, + STATE(3482), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(1134), 2, + STATE(3882), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(413), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -571257,33 +573165,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [140953] = 12, - ACTIONS(491), 1, + [142313] = 12, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(831), 1, + STATE(3377), 1, sym__simple_user_type, - STATE(866), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(875), 1, + STATE(3446), 1, sym_simple_identifier, - STATE(1368), 1, + STATE(4116), 1, sym_user_type, - STATE(1483), 1, + STATE(4128), 1, sym_function_type, - STATE(9350), 1, + STATE(9488), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(931), 2, + STATE(3480), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(1134), 2, + STATE(3882), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(413), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -571291,33 +573199,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [140999] = 12, - ACTIONS(491), 1, + [142359] = 12, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(831), 1, - sym__simple_user_type, - STATE(866), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(875), 1, + STATE(2874), 1, + sym__simple_user_type, + STATE(2897), 1, sym_simple_identifier, - STATE(1368), 1, + STATE(3922), 1, sym_user_type, - STATE(1483), 1, + STATE(4000), 1, sym_function_type, - STATE(9350), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1032), 2, + STATE(2906), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(1134), 2, + STATE(3342), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(413), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -571325,33 +573233,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [141045] = 12, - ACTIONS(491), 1, + [142405] = 12, + ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(831), 1, - sym__simple_user_type, - STATE(866), 1, + STATE(2837), 1, sym__lexical_identifier, - STATE(875), 1, + STATE(2881), 1, + sym__simple_user_type, + STATE(2898), 1, sym_simple_identifier, - STATE(1368), 1, + STATE(2991), 1, sym_user_type, - STATE(1483), 1, + STATE(3000), 1, sym_function_type, - STATE(9350), 1, + STATE(9530), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(928), 2, + STATE(2961), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(1134), 2, + STATE(3227), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(413), 7, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -571359,33 +573267,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [141091] = 12, - ACTIONS(491), 1, + [142451] = 12, + ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(831), 1, - sym__simple_user_type, - STATE(866), 1, + STATE(2837), 1, sym__lexical_identifier, - STATE(875), 1, + STATE(2881), 1, + sym__simple_user_type, + STATE(2898), 1, sym_simple_identifier, - STATE(1368), 1, + STATE(2991), 1, sym_user_type, - STATE(1483), 1, + STATE(3000), 1, sym_function_type, - STATE(9350), 1, + STATE(9530), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(916), 2, + STATE(3032), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(1134), 2, + STATE(3227), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(413), 7, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -571393,33 +573301,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [141137] = 12, - ACTIONS(491), 1, - sym__backtick_identifier, - ACTIONS(9021), 1, + [142497] = 11, + ACTIONS(8922), 1, anon_sym_LPAREN, - STATE(831), 1, - sym__simple_user_type, - STATE(866), 1, + ACTIONS(8926), 1, + sym__backtick_identifier, + ACTIONS(9050), 1, + anon_sym_dynamic, + STATE(4537), 1, sym__lexical_identifier, - STATE(875), 1, + STATE(4554), 1, sym_simple_identifier, - STATE(1368), 1, - sym_user_type, - STATE(1483), 1, - sym_function_type, - STATE(9350), 1, + STATE(4637), 1, + sym__simple_user_type, + STATE(9563), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(898), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(1134), 2, - sym_constructor_invocation, - sym_explicit_delegation, - ACTIONS(413), 7, + STATE(4937), 2, + sym_nullable_type, + sym_function_type, + STATE(4757), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(8920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -571427,33 +573334,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [141183] = 12, - ACTIONS(491), 1, + [142541] = 12, + ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(831), 1, - sym__simple_user_type, - STATE(866), 1, + STATE(2837), 1, sym__lexical_identifier, - STATE(875), 1, + STATE(2881), 1, + sym__simple_user_type, + STATE(2898), 1, sym_simple_identifier, - STATE(1368), 1, + STATE(2991), 1, sym_user_type, - STATE(1483), 1, + STATE(3000), 1, sym_function_type, - STATE(9350), 1, + STATE(9530), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(900), 2, + STATE(2982), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(1134), 2, + STATE(3227), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(413), 7, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -571461,34 +573368,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [141229] = 13, - ACTIONS(491), 1, + [142587] = 13, + ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(831), 1, - sym__simple_user_type, - STATE(866), 1, + STATE(2837), 1, sym__lexical_identifier, - STATE(875), 1, + STATE(2881), 1, + sym__simple_user_type, + STATE(2898), 1, sym_simple_identifier, - STATE(898), 1, + STATE(2899), 1, sym__delegation_specifiers, - STATE(915), 1, + STATE(2991), 1, sym_user_type, - STATE(1024), 1, - sym_delegation_specifier, - STATE(1029), 1, + STATE(3000), 1, sym_function_type, - STATE(9350), 1, + STATE(3094), 1, + sym_delegation_specifier, + STATE(9530), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1134), 2, + STATE(3227), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(413), 7, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -571496,33 +573403,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [141277] = 12, - ACTIONS(491), 1, + [142635] = 12, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(831), 1, - sym__simple_user_type, - STATE(866), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(875), 1, + STATE(2874), 1, + sym__simple_user_type, + STATE(2897), 1, sym_simple_identifier, - STATE(1368), 1, + STATE(3922), 1, sym_user_type, - STATE(1483), 1, + STATE(4000), 1, sym_function_type, - STATE(9350), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(912), 2, + STATE(2916), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(1134), 2, + STATE(3342), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(413), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -571530,33 +573437,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [141323] = 12, - ACTIONS(491), 1, + [142681] = 12, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(831), 1, - sym__simple_user_type, - STATE(866), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(875), 1, + STATE(2874), 1, + sym__simple_user_type, + STATE(2897), 1, sym_simple_identifier, - STATE(1368), 1, + STATE(2942), 1, sym_user_type, - STATE(1483), 1, + STATE(3035), 1, sym_function_type, - STATE(9350), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(917), 2, + STATE(2948), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(1134), 2, + STATE(3342), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(413), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -571564,33 +573471,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [141369] = 12, - ACTIONS(491), 1, + [142727] = 13, + ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(831), 1, - sym__simple_user_type, - STATE(866), 1, + STATE(2837), 1, sym__lexical_identifier, - STATE(875), 1, + STATE(2881), 1, + sym__simple_user_type, + STATE(2898), 1, sym_simple_identifier, - STATE(1368), 1, + STATE(2917), 1, + sym__delegation_specifiers, + STATE(2991), 1, sym_user_type, - STATE(1483), 1, + STATE(3000), 1, sym_function_type, - STATE(9350), 1, + STATE(3094), 1, + sym_delegation_specifier, + STATE(9530), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(919), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(1134), 2, + STATE(3227), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(413), 7, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -571598,33 +573506,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [141415] = 12, - ACTIONS(491), 1, + [142775] = 13, + ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(831), 1, - sym__simple_user_type, - STATE(866), 1, + STATE(2837), 1, sym__lexical_identifier, - STATE(875), 1, + STATE(2881), 1, + sym__simple_user_type, + STATE(2898), 1, sym_simple_identifier, - STATE(1368), 1, + STATE(2918), 1, + sym__delegation_specifiers, + STATE(2991), 1, sym_user_type, - STATE(1483), 1, + STATE(3000), 1, sym_function_type, - STATE(9350), 1, + STATE(3094), 1, + sym_delegation_specifier, + STATE(9530), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(935), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(1134), 2, + STATE(3227), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(413), 7, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -571632,34 +573541,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [141461] = 13, - ACTIONS(491), 1, + [142823] = 12, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(831), 1, - sym__simple_user_type, - STATE(866), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(875), 1, + STATE(2874), 1, + sym__simple_user_type, + STATE(2897), 1, sym_simple_identifier, - STATE(900), 1, - sym__delegation_specifiers, - STATE(915), 1, + STATE(2942), 1, sym_user_type, - STATE(1024), 1, - sym_delegation_specifier, - STATE(1029), 1, + STATE(3035), 1, sym_function_type, - STATE(9350), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1134), 2, + STATE(2931), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(3342), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(413), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -571667,34 +573575,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [141509] = 13, - ACTIONS(613), 1, + [142869] = 13, + ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(3205), 1, - sym__simple_user_type, - STATE(3263), 1, + STATE(2837), 1, sym__lexical_identifier, - STATE(3264), 1, + STATE(2881), 1, + sym__simple_user_type, + STATE(2898), 1, sym_simple_identifier, - STATE(3604), 1, + STATE(2925), 1, sym__delegation_specifiers, - STATE(4087), 1, + STATE(2991), 1, sym_user_type, - STATE(4124), 1, - sym_delegation_specifier, - STATE(4142), 1, + STATE(3000), 1, sym_function_type, - STATE(9518), 1, + STATE(3094), 1, + sym_delegation_specifier, + STATE(9530), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3677), 2, + STATE(3227), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(537), 7, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -571702,34 +573610,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [141557] = 13, - ACTIONS(8406), 1, + [142917] = 12, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(5170), 1, - sym_simple_identifier, - STATE(7562), 1, + STATE(2874), 1, sym__simple_user_type, - STATE(7887), 1, + STATE(2897), 1, + sym_simple_identifier, + STATE(2942), 1, sym_user_type, - STATE(8024), 1, + STATE(3035), 1, sym_function_type, - STATE(8029), 1, - sym_delegation_specifier, - STATE(8553), 1, - sym__delegation_specifiers, - STATE(9457), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8231), 2, + STATE(2928), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(3342), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(8392), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -571737,34 +573644,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [141605] = 13, - ACTIONS(613), 1, + [142963] = 12, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(3205), 1, - sym__simple_user_type, - STATE(3263), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(3264), 1, + STATE(2874), 1, + sym__simple_user_type, + STATE(2897), 1, sym_simple_identifier, - STATE(3480), 1, - sym__delegation_specifiers, - STATE(4087), 1, + STATE(2942), 1, sym_user_type, - STATE(4124), 1, - sym_delegation_specifier, - STATE(4142), 1, + STATE(3035), 1, sym_function_type, - STATE(9518), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3677), 2, + STATE(2916), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(3342), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(537), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -571772,33 +573678,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [141653] = 12, - ACTIONS(613), 1, + [143009] = 12, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(3205), 1, - sym__simple_user_type, - STATE(3263), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(3264), 1, + STATE(2874), 1, + sym__simple_user_type, + STATE(2897), 1, sym_simple_identifier, - STATE(4087), 1, + STATE(2942), 1, sym_user_type, - STATE(4142), 1, + STATE(3035), 1, sym_function_type, - STATE(9518), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3507), 2, + STATE(2906), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(3677), 2, + STATE(3342), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(537), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -571806,34 +573712,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [141699] = 13, - ACTIONS(281), 1, + [143055] = 12, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4440), 1, - sym__lexical_identifier, - STATE(4461), 1, + STATE(3377), 1, sym__simple_user_type, - STATE(4463), 1, + STATE(3382), 1, + sym__lexical_identifier, + STATE(3446), 1, sym_simple_identifier, - STATE(4465), 1, - sym__delegation_specifiers, - STATE(5084), 1, + STATE(4116), 1, sym_user_type, - STATE(5161), 1, + STATE(4128), 1, sym_function_type, - STATE(5341), 1, - sym_delegation_specifier, - STATE(9167), 1, + STATE(9488), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4631), 2, + STATE(3478), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(3882), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(199), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -571841,34 +573746,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [141747] = 13, - ACTIONS(491), 1, + [143101] = 12, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(831), 1, - sym__simple_user_type, - STATE(866), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(875), 1, + STATE(2874), 1, + sym__simple_user_type, + STATE(2897), 1, sym_simple_identifier, - STATE(912), 1, - sym__delegation_specifiers, - STATE(915), 1, + STATE(2942), 1, sym_user_type, - STATE(1024), 1, - sym_delegation_specifier, - STATE(1029), 1, + STATE(3035), 1, sym_function_type, - STATE(9350), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1134), 2, + STATE(2905), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(3342), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(413), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -571876,34 +573780,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [141795] = 13, - ACTIONS(491), 1, + [143147] = 12, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(831), 1, - sym__simple_user_type, - STATE(866), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(875), 1, + STATE(2874), 1, + sym__simple_user_type, + STATE(2897), 1, sym_simple_identifier, - STATE(915), 1, + STATE(2942), 1, sym_user_type, - STATE(917), 1, - sym__delegation_specifiers, - STATE(1024), 1, - sym_delegation_specifier, - STATE(1029), 1, + STATE(3035), 1, sym_function_type, - STATE(9350), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1134), 2, + STATE(2926), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(3342), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(413), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -571911,34 +573814,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [141843] = 13, - ACTIONS(281), 1, + [143193] = 12, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4440), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(4461), 1, + STATE(2874), 1, sym__simple_user_type, - STATE(4463), 1, + STATE(2897), 1, sym_simple_identifier, - STATE(4489), 1, - sym__delegation_specifiers, - STATE(5084), 1, + STATE(2942), 1, sym_user_type, - STATE(5161), 1, + STATE(3035), 1, sym_function_type, - STATE(5341), 1, - sym_delegation_specifier, - STATE(9167), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4631), 2, + STATE(2932), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(3342), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(199), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -571946,34 +573848,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [141891] = 13, - ACTIONS(491), 1, + [143239] = 12, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(831), 1, - sym__simple_user_type, - STATE(866), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(875), 1, + STATE(2874), 1, + sym__simple_user_type, + STATE(2897), 1, sym_simple_identifier, - STATE(915), 1, + STATE(2942), 1, sym_user_type, - STATE(919), 1, - sym__delegation_specifiers, - STATE(1024), 1, - sym_delegation_specifier, - STATE(1029), 1, + STATE(3035), 1, sym_function_type, - STATE(9350), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1134), 2, + STATE(3084), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(3342), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(413), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -571981,34 +573882,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [141939] = 13, - ACTIONS(281), 1, + [143285] = 13, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4440), 1, + STATE(834), 1, + sym_simple_identifier, + STATE(843), 1, sym__lexical_identifier, - STATE(4461), 1, + STATE(865), 1, sym__simple_user_type, - STATE(4463), 1, - sym_simple_identifier, - STATE(4484), 1, + STATE(936), 1, sym__delegation_specifiers, - STATE(5084), 1, + STATE(1352), 1, sym_user_type, - STATE(5161), 1, - sym_function_type, - STATE(5341), 1, + STATE(1470), 1, sym_delegation_specifier, - STATE(9167), 1, + STATE(1508), 1, + sym_function_type, + STATE(9486), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4631), 2, + STATE(1075), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(199), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -572016,34 +573917,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [141987] = 13, - ACTIONS(281), 1, + [143333] = 12, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4440), 1, - sym__lexical_identifier, - STATE(4461), 1, + STATE(3377), 1, sym__simple_user_type, - STATE(4463), 1, + STATE(3382), 1, + sym__lexical_identifier, + STATE(3446), 1, sym_simple_identifier, - STATE(4473), 1, - sym__delegation_specifiers, - STATE(5084), 1, + STATE(4116), 1, sym_user_type, - STATE(5161), 1, + STATE(4128), 1, sym_function_type, - STATE(5341), 1, - sym_delegation_specifier, - STATE(9167), 1, + STATE(9488), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4631), 2, + STATE(3477), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(3882), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(199), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -572051,33 +573951,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [142035] = 12, - ACTIONS(613), 1, + [143379] = 12, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(3205), 1, + STATE(3377), 1, sym__simple_user_type, - STATE(3263), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(3264), 1, + STATE(3446), 1, sym_simple_identifier, - STATE(3477), 1, + STATE(4116), 1, sym_user_type, - STATE(3638), 1, + STATE(4128), 1, sym_function_type, - STATE(9518), 1, + STATE(9488), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3534), 2, + STATE(3670), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(3677), 2, + STATE(3882), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(537), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -572085,34 +573985,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [142081] = 13, - ACTIONS(281), 1, + [143425] = 12, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4440), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(4461), 1, + STATE(2874), 1, sym__simple_user_type, - STATE(4463), 1, + STATE(2897), 1, sym_simple_identifier, - STATE(4472), 1, - sym__delegation_specifiers, - STATE(5084), 1, + STATE(2942), 1, sym_user_type, - STATE(5161), 1, + STATE(3035), 1, sym_function_type, - STATE(5341), 1, - sym_delegation_specifier, - STATE(9167), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4631), 2, + STATE(2956), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(3342), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(199), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -572120,34 +574019,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [142129] = 13, - ACTIONS(281), 1, + [143471] = 12, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4440), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(4461), 1, + STATE(2874), 1, sym__simple_user_type, - STATE(4463), 1, + STATE(2897), 1, sym_simple_identifier, - STATE(4488), 1, - sym__delegation_specifiers, - STATE(5084), 1, + STATE(2942), 1, sym_user_type, - STATE(5161), 1, + STATE(3035), 1, sym_function_type, - STATE(5341), 1, - sym_delegation_specifier, - STATE(9167), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4631), 2, + STATE(2990), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(3342), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(199), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -572155,34 +574053,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [142177] = 13, - ACTIONS(281), 1, + [143517] = 12, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4440), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(4461), 1, + STATE(2874), 1, sym__simple_user_type, - STATE(4463), 1, + STATE(2897), 1, sym_simple_identifier, - STATE(4469), 1, - sym__delegation_specifiers, - STATE(5084), 1, + STATE(3922), 1, sym_user_type, - STATE(5161), 1, + STATE(4000), 1, sym_function_type, - STATE(5341), 1, - sym_delegation_specifier, - STATE(9167), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4631), 2, + STATE(2928), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(3342), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(199), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -572190,34 +574087,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [142225] = 13, - ACTIONS(281), 1, + [143563] = 11, + ACTIONS(8861), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(8928), 1, anon_sym_LPAREN, - STATE(4440), 1, + ACTIONS(9052), 1, + anon_sym_dynamic, + STATE(2903), 1, sym__lexical_identifier, - STATE(4461), 1, - sym__simple_user_type, - STATE(4463), 1, + STATE(2974), 1, sym_simple_identifier, - STATE(4478), 1, - sym__delegation_specifiers, - STATE(5084), 1, - sym_user_type, - STATE(5161), 1, - sym_function_type, - STATE(5341), 1, - sym_delegation_specifier, - STATE(9167), 1, + STATE(3097), 1, + sym__simple_user_type, + STATE(9501), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4631), 2, - sym_constructor_invocation, - sym_explicit_delegation, - ACTIONS(199), 7, + STATE(3618), 2, + sym_nullable_type, + sym_function_type, + STATE(3405), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(8857), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -572225,34 +574120,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [142273] = 13, - ACTIONS(281), 1, + [143607] = 12, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4440), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(4461), 1, + STATE(2874), 1, sym__simple_user_type, - STATE(4463), 1, + STATE(2897), 1, sym_simple_identifier, - STATE(4533), 1, - sym__delegation_specifiers, - STATE(5084), 1, + STATE(2942), 1, sym_user_type, - STATE(5161), 1, + STATE(3035), 1, sym_function_type, - STATE(5341), 1, - sym_delegation_specifier, - STATE(9167), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4631), 2, + STATE(2912), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(3342), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(199), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -572260,34 +574154,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [142321] = 13, - ACTIONS(281), 1, + [143653] = 11, + ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(8888), 1, anon_sym_LPAREN, - STATE(4440), 1, + ACTIONS(9054), 1, + anon_sym_dynamic, + STATE(2837), 1, sym__lexical_identifier, - STATE(4461), 1, + STATE(2881), 1, sym__simple_user_type, - STATE(4463), 1, + STATE(2898), 1, sym_simple_identifier, - STATE(4482), 1, - sym__delegation_specifiers, - STATE(5084), 1, - sym_user_type, - STATE(5161), 1, - sym_function_type, - STATE(5341), 1, - sym_delegation_specifier, - STATE(9167), 1, + STATE(9530), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4631), 2, - sym_constructor_invocation, - sym_explicit_delegation, - ACTIONS(199), 7, + STATE(3061), 2, + sym_nullable_type, + sym_function_type, + STATE(2855), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -572295,34 +574187,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [142369] = 13, - ACTIONS(8886), 1, + [143697] = 12, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(5519), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(5521), 1, - sym_simple_identifier, - STATE(7476), 1, + STATE(2874), 1, sym__simple_user_type, - STATE(7856), 1, + STATE(2897), 1, + sym_simple_identifier, + STATE(3922), 1, sym_user_type, - STATE(7929), 1, - sym__delegation_specifiers, - STATE(7942), 1, - sym_delegation_specifier, - STATE(7948), 1, + STATE(4000), 1, sym_function_type, - STATE(8952), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8055), 2, + STATE(2931), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(3342), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(8880), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -572330,34 +574221,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [142417] = 13, - ACTIONS(281), 1, + [143743] = 12, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4440), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(4461), 1, + STATE(2874), 1, sym__simple_user_type, - STATE(4463), 1, + STATE(2897), 1, sym_simple_identifier, - STATE(4497), 1, - sym__delegation_specifiers, - STATE(5084), 1, + STATE(2942), 1, sym_user_type, - STATE(5161), 1, + STATE(3035), 1, sym_function_type, - STATE(5341), 1, - sym_delegation_specifier, - STATE(9167), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4631), 2, + STATE(3063), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(3342), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(199), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -572365,32 +574255,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [142465] = 11, - ACTIONS(8406), 1, + [143789] = 12, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(8740), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - ACTIONS(9041), 1, - anon_sym_dynamic, - STATE(4507), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(7537), 1, - sym_simple_identifier, - STATE(7584), 1, + STATE(2874), 1, sym__simple_user_type, - STATE(9204), 1, + STATE(2897), 1, + sym_simple_identifier, + STATE(2942), 1, + sym_user_type, + STATE(3035), 1, + sym_function_type, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7696), 2, - sym_nullable_type, - sym_function_type, - STATE(5533), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(8392), 7, + STATE(2972), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(3342), 2, + sym_constructor_invocation, + sym_explicit_delegation, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -572398,34 +574289,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [142509] = 13, - ACTIONS(281), 1, + [143835] = 13, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4440), 1, + STATE(834), 1, + sym_simple_identifier, + STATE(843), 1, sym__lexical_identifier, - STATE(4461), 1, + STATE(865), 1, sym__simple_user_type, - STATE(4463), 1, - sym_simple_identifier, - STATE(4541), 1, + STATE(887), 1, sym__delegation_specifiers, - STATE(5084), 1, + STATE(896), 1, sym_user_type, - STATE(5161), 1, - sym_function_type, - STATE(5341), 1, + STATE(1008), 1, sym_delegation_specifier, - STATE(9167), 1, + STATE(1018), 1, + sym_function_type, + STATE(9486), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4631), 2, + STATE(1075), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(199), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -572433,34 +574324,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [142557] = 13, - ACTIONS(281), 1, + [143883] = 11, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(8910), 1, anon_sym_LPAREN, - STATE(4440), 1, + ACTIONS(9056), 1, + anon_sym_dynamic, + STATE(2858), 1, sym__lexical_identifier, - STATE(4461), 1, + STATE(2874), 1, sym__simple_user_type, - STATE(4463), 1, + STATE(2897), 1, sym_simple_identifier, - STATE(4495), 1, - sym__delegation_specifiers, - STATE(5084), 1, - sym_user_type, - STATE(5161), 1, - sym_function_type, - STATE(5341), 1, - sym_delegation_specifier, - STATE(9167), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4631), 2, - sym_constructor_invocation, - sym_explicit_delegation, - ACTIONS(199), 7, + STATE(3002), 2, + sym_nullable_type, + sym_function_type, + STATE(2850), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -572468,34 +574357,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [142605] = 13, - ACTIONS(107), 1, + [143927] = 11, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(8880), 1, anon_sym_LPAREN, - STATE(4529), 1, + ACTIONS(9058), 1, + anon_sym_dynamic, + STATE(3377), 1, + sym__simple_user_type, + STATE(3382), 1, sym__lexical_identifier, - STATE(4594), 1, + STATE(3446), 1, sym_simple_identifier, - STATE(4608), 1, - sym__simple_user_type, - STATE(4805), 1, + STATE(9488), 1, + sym_function_type_parameters, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + STATE(3649), 2, + sym_nullable_type, + sym_function_type, + STATE(3242), 3, + sym__type_reference, sym_user_type, - STATE(4854), 1, + sym_parenthesized_type, + ACTIONS(455), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + [143971] = 13, + ACTIONS(613), 1, + sym__backtick_identifier, + ACTIONS(9027), 1, + anon_sym_LPAREN, + STATE(834), 1, + sym_simple_identifier, + STATE(843), 1, + sym__lexical_identifier, + STATE(865), 1, + sym__simple_user_type, + STATE(878), 1, sym__delegation_specifiers, - STATE(4866), 1, - sym_function_type, - STATE(4867), 1, + STATE(896), 1, + sym_user_type, + STATE(1008), 1, sym_delegation_specifier, - STATE(9218), 1, + STATE(1018), 1, + sym_function_type, + STATE(9486), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4946), 2, + STATE(1075), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(7), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -572503,34 +574425,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [142653] = 13, - ACTIONS(491), 1, + [144019] = 13, + ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(831), 1, - sym__simple_user_type, - STATE(866), 1, + STATE(2837), 1, sym__lexical_identifier, - STATE(875), 1, + STATE(2881), 1, + sym__simple_user_type, + STATE(2898), 1, sym_simple_identifier, - STATE(915), 1, - sym_user_type, - STATE(935), 1, + STATE(2930), 1, sym__delegation_specifiers, - STATE(1024), 1, - sym_delegation_specifier, - STATE(1029), 1, + STATE(2991), 1, + sym_user_type, + STATE(3000), 1, sym_function_type, - STATE(9350), 1, + STATE(3094), 1, + sym_delegation_specifier, + STATE(9530), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1134), 2, + STATE(3227), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(413), 7, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -572538,34 +574460,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [142701] = 13, - ACTIONS(8406), 1, + [144067] = 13, + ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(2837), 1, sym__lexical_identifier, - STATE(5170), 1, - sym_simple_identifier, - STATE(7562), 1, + STATE(2881), 1, sym__simple_user_type, - STATE(7887), 1, + STATE(2898), 1, + sym_simple_identifier, + STATE(2934), 1, + sym__delegation_specifiers, + STATE(2991), 1, sym_user_type, - STATE(8024), 1, + STATE(3000), 1, sym_function_type, - STATE(8029), 1, + STATE(3094), 1, sym_delegation_specifier, - STATE(8676), 1, - sym__delegation_specifiers, - STATE(9457), 1, + STATE(9530), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8231), 2, + STATE(3227), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(8392), 7, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -572573,34 +574495,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [142749] = 13, - ACTIONS(281), 1, + [144115] = 12, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4440), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(4461), 1, + STATE(2874), 1, sym__simple_user_type, - STATE(4463), 1, + STATE(2897), 1, sym_simple_identifier, - STATE(4466), 1, - sym__delegation_specifiers, - STATE(5084), 1, + STATE(3922), 1, sym_user_type, - STATE(5161), 1, + STATE(4000), 1, sym_function_type, - STATE(5341), 1, - sym_delegation_specifier, - STATE(9167), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4631), 2, + STATE(2948), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(3342), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(199), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -572608,34 +574529,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [142797] = 13, - ACTIONS(8886), 1, + [144161] = 12, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(5519), 1, + STATE(3377), 1, + sym__simple_user_type, + STATE(3382), 1, sym__lexical_identifier, - STATE(5521), 1, + STATE(3446), 1, sym_simple_identifier, - STATE(7476), 1, - sym__simple_user_type, - STATE(7856), 1, + STATE(4116), 1, sym_user_type, - STATE(7942), 1, - sym_delegation_specifier, - STATE(7948), 1, + STATE(4128), 1, sym_function_type, - STATE(8275), 1, - sym__delegation_specifiers, - STATE(8952), 1, + STATE(9488), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8055), 2, + STATE(3490), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(3882), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(8880), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -572643,34 +574563,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [142845] = 13, - ACTIONS(8406), 1, + [144207] = 13, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4507), 1, - sym__lexical_identifier, - STATE(5170), 1, + STATE(834), 1, sym_simple_identifier, - STATE(7562), 1, + STATE(843), 1, + sym__lexical_identifier, + STATE(865), 1, sym__simple_user_type, - STATE(7887), 1, + STATE(877), 1, + sym__delegation_specifiers, + STATE(896), 1, sym_user_type, - STATE(8024), 1, - sym_function_type, - STATE(8029), 1, + STATE(1008), 1, sym_delegation_specifier, - STATE(8114), 1, - sym__delegation_specifiers, - STATE(9457), 1, + STATE(1018), 1, + sym_function_type, + STATE(9486), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8231), 2, + STATE(1075), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(8392), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -572678,33 +574598,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [142893] = 12, - ACTIONS(195), 1, + [144255] = 12, + ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2864), 1, + STATE(2837), 1, sym__lexical_identifier, STATE(2881), 1, sym__simple_user_type, - STATE(2889), 1, + STATE(2898), 1, sym_simple_identifier, - STATE(2950), 1, + STATE(3920), 1, sym_user_type, - STATE(3022), 1, + STATE(4009), 1, sym_function_type, - STATE(9470), 1, + STATE(9530), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2958), 2, + STATE(2982), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(3249), 2, + STATE(3227), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(111), 7, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -572712,32 +574632,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [142939] = 11, - ACTIONS(107), 1, + [144301] = 13, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(8898), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - ACTIONS(9043), 1, - anon_sym_dynamic, - STATE(4529), 1, - sym__lexical_identifier, - STATE(4594), 1, + STATE(834), 1, sym_simple_identifier, - STATE(4608), 1, + STATE(843), 1, + sym__lexical_identifier, + STATE(865), 1, sym__simple_user_type, - STATE(9218), 1, + STATE(896), 1, + sym_user_type, + STATE(937), 1, + sym__delegation_specifiers, + STATE(1008), 1, + sym_delegation_specifier, + STATE(1018), 1, + sym_function_type, + STATE(9486), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4831), 2, - sym_nullable_type, - sym_function_type, - STATE(4712), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(7), 7, + STATE(1075), 2, + sym_constructor_invocation, + sym_explicit_delegation, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -572745,34 +574667,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [142983] = 13, - ACTIONS(8406), 1, - sym__backtick_identifier, - ACTIONS(9021), 1, + [144349] = 11, + ACTIONS(8754), 1, anon_sym_LPAREN, - STATE(4507), 1, - sym__lexical_identifier, - STATE(5170), 1, + ACTIONS(8918), 1, + sym__backtick_identifier, + ACTIONS(9060), 1, + anon_sym_dynamic, + STATE(8059), 1, sym_simple_identifier, - STATE(7562), 1, + STATE(8112), 1, + sym__lexical_identifier, + STATE(8187), 1, sym__simple_user_type, - STATE(7887), 1, - sym_user_type, - STATE(8024), 1, - sym_function_type, - STATE(8029), 1, - sym_delegation_specifier, - STATE(8811), 1, - sym__delegation_specifiers, - STATE(9457), 1, + STATE(9468), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8231), 2, - sym_constructor_invocation, - sym_explicit_delegation, - ACTIONS(8392), 7, + STATE(7699), 2, + sym_nullable_type, + sym_function_type, + STATE(8411), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(8914), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -572780,34 +574700,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [143031] = 13, - ACTIONS(107), 1, + [144393] = 11, + ACTIONS(8855), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(8904), 1, anon_sym_LPAREN, - STATE(4529), 1, + ACTIONS(9062), 1, + anon_sym_dynamic, + STATE(5532), 1, sym__lexical_identifier, - STATE(4594), 1, + STATE(5537), 1, sym_simple_identifier, - STATE(4608), 1, + STATE(5591), 1, sym__simple_user_type, - STATE(4804), 1, - sym__delegation_specifiers, - STATE(4805), 1, - sym_user_type, - STATE(4866), 1, - sym_function_type, - STATE(4867), 1, - sym_delegation_specifier, - STATE(9218), 1, + STATE(9413), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4946), 2, - sym_constructor_invocation, - sym_explicit_delegation, - ACTIONS(7), 7, + STATE(5619), 2, + sym_nullable_type, + sym_function_type, + STATE(5587), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(8851), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -572815,34 +574733,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [143079] = 13, - ACTIONS(8406), 1, + [144437] = 13, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4507), 1, - sym__lexical_identifier, - STATE(5170), 1, + STATE(834), 1, sym_simple_identifier, - STATE(7562), 1, + STATE(843), 1, + sym__lexical_identifier, + STATE(865), 1, sym__simple_user_type, - STATE(7887), 1, + STATE(896), 1, sym_user_type, - STATE(8024), 1, - sym_function_type, - STATE(8029), 1, - sym_delegation_specifier, - STATE(8698), 1, + STATE(924), 1, sym__delegation_specifiers, - STATE(9457), 1, + STATE(1008), 1, + sym_delegation_specifier, + STATE(1018), 1, + sym_function_type, + STATE(9486), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8231), 2, + STATE(1075), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(8392), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -572850,33 +574768,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [143127] = 12, - ACTIONS(195), 1, + [144485] = 12, + ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2864), 1, + STATE(2837), 1, sym__lexical_identifier, STATE(2881), 1, sym__simple_user_type, - STATE(2889), 1, + STATE(2898), 1, sym_simple_identifier, - STATE(2950), 1, + STATE(3920), 1, sym_user_type, - STATE(3022), 1, + STATE(4009), 1, sym_function_type, - STATE(9470), 1, + STATE(9530), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3074), 2, + STATE(3032), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(3249), 2, + STATE(3227), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(111), 7, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -572884,62 +574802,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [143173] = 7, - ACTIONS(9045), 1, - anon_sym_LBRACK, - STATE(7210), 1, - sym__member_access_operator, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(9050), 3, - sym_safe_nav, - anon_sym_DOT, - anon_sym_COLON_COLON, - ACTIONS(9053), 3, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BANG_BANG, - STATE(6692), 5, - sym_indexing_suffix, - sym_navigation_suffix, - sym__postfix_unary_operator, - sym__postfix_unary_suffix, - aux_sym__postfix_unary_expression_repeat1, - ACTIONS(9048), 6, - anon_sym_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - [143209] = 12, - ACTIONS(195), 1, + [144531] = 13, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2864), 1, - sym__lexical_identifier, - STATE(2881), 1, + STATE(3377), 1, sym__simple_user_type, - STATE(2889), 1, + STATE(3382), 1, + sym__lexical_identifier, + STATE(3446), 1, sym_simple_identifier, - STATE(2950), 1, + STATE(3535), 1, + sym__delegation_specifiers, + STATE(4116), 1, sym_user_type, - STATE(3022), 1, + STATE(4126), 1, + sym_delegation_specifier, + STATE(4128), 1, sym_function_type, - STATE(9470), 1, + STATE(9488), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2978), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(3249), 2, + STATE(3882), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(111), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -572947,33 +574837,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [143255] = 12, - ACTIONS(195), 1, + [144579] = 13, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2864), 1, + STATE(834), 1, + sym_simple_identifier, + STATE(843), 1, sym__lexical_identifier, - STATE(2881), 1, + STATE(865), 1, sym__simple_user_type, - STATE(2889), 1, - sym_simple_identifier, - STATE(2950), 1, + STATE(896), 1, sym_user_type, - STATE(3022), 1, + STATE(936), 1, + sym__delegation_specifiers, + STATE(1008), 1, + sym_delegation_specifier, + STATE(1018), 1, sym_function_type, - STATE(9470), 1, + STATE(9486), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2974), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(3249), 2, + STATE(1075), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(111), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -572981,34 +574872,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [143301] = 13, - ACTIONS(8406), 1, + [144627] = 13, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4507), 1, - sym__lexical_identifier, - STATE(5170), 1, + STATE(834), 1, sym_simple_identifier, - STATE(7562), 1, + STATE(843), 1, + sym__lexical_identifier, + STATE(865), 1, sym__simple_user_type, - STATE(7887), 1, + STATE(896), 1, sym_user_type, - STATE(8024), 1, - sym_function_type, - STATE(8029), 1, - sym_delegation_specifier, - STATE(8886), 1, + STATE(943), 1, sym__delegation_specifiers, - STATE(9457), 1, + STATE(1008), 1, + sym_delegation_specifier, + STATE(1018), 1, + sym_function_type, + STATE(9486), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8231), 2, + STATE(1075), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(8392), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -573016,33 +574907,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [143349] = 12, - ACTIONS(281), 1, + [144675] = 13, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4440), 1, + STATE(834), 1, + sym_simple_identifier, + STATE(843), 1, sym__lexical_identifier, - STATE(4461), 1, + STATE(865), 1, sym__simple_user_type, - STATE(4463), 1, - sym_simple_identifier, - STATE(5084), 1, + STATE(892), 1, + sym__delegation_specifiers, + STATE(896), 1, sym_user_type, - STATE(5161), 1, + STATE(1008), 1, + sym_delegation_specifier, + STATE(1018), 1, sym_function_type, - STATE(9167), 1, + STATE(9486), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4465), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(4631), 2, + STATE(1075), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(199), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -573050,33 +574942,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [143395] = 12, - ACTIONS(195), 1, + [144723] = 13, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2864), 1, + STATE(834), 1, + sym_simple_identifier, + STATE(843), 1, sym__lexical_identifier, - STATE(2881), 1, + STATE(865), 1, sym__simple_user_type, - STATE(2889), 1, - sym_simple_identifier, - STATE(2950), 1, + STATE(896), 1, sym_user_type, - STATE(3022), 1, + STATE(1008), 1, + sym_delegation_specifier, + STATE(1018), 1, sym_function_type, - STATE(9470), 1, + STATE(1027), 1, + sym__delegation_specifiers, + STATE(9486), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2956), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(3249), 2, + STATE(1075), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(111), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -573084,33 +574977,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [143441] = 12, - ACTIONS(195), 1, + [144771] = 13, + ACTIONS(8908), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2864), 1, + STATE(5536), 1, sym__lexical_identifier, - STATE(2881), 1, - sym__simple_user_type, - STATE(2889), 1, + STATE(5537), 1, sym_simple_identifier, - STATE(2950), 1, + STATE(7457), 1, + sym__simple_user_type, + STATE(7888), 1, sym_user_type, - STATE(3022), 1, + STATE(7949), 1, sym_function_type, - STATE(9470), 1, + STATE(7951), 1, + sym_delegation_specifier, + STATE(7955), 1, + sym__delegation_specifiers, + STATE(9337), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3091), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(3249), 2, + STATE(8082), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(111), 7, + ACTIONS(8902), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -573118,32 +575012,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [143487] = 11, - ACTIONS(8882), 1, + [144819] = 11, + ACTIONS(8904), 1, anon_sym_LPAREN, - ACTIONS(8886), 1, + ACTIONS(8908), 1, sym__backtick_identifier, - ACTIONS(9056), 1, + ACTIONS(9062), 1, anon_sym_dynamic, - STATE(5519), 1, + STATE(5536), 1, sym__lexical_identifier, - STATE(5521), 1, + STATE(5537), 1, sym_simple_identifier, - STATE(7476), 1, + STATE(7457), 1, sym__simple_user_type, - STATE(8952), 1, + STATE(9337), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5593), 2, + STATE(5619), 2, sym_nullable_type, sym_function_type, - STATE(5583), 3, + STATE(5587), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8880), 7, + ACTIONS(8902), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -573151,33 +575045,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [143531] = 12, - ACTIONS(281), 1, + [144863] = 13, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4440), 1, - sym__lexical_identifier, - STATE(4461), 1, + STATE(3377), 1, sym__simple_user_type, - STATE(4463), 1, + STATE(3382), 1, + sym__lexical_identifier, + STATE(3446), 1, sym_simple_identifier, - STATE(5084), 1, + STATE(3578), 1, + sym__delegation_specifiers, + STATE(4116), 1, sym_user_type, - STATE(5161), 1, + STATE(4126), 1, + sym_delegation_specifier, + STATE(4128), 1, sym_function_type, - STATE(9167), 1, + STATE(9488), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4489), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(4631), 2, + STATE(3882), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(199), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -573185,33 +575080,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [143577] = 12, - ACTIONS(281), 1, + [144911] = 13, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4440), 1, + STATE(834), 1, + sym_simple_identifier, + STATE(843), 1, sym__lexical_identifier, - STATE(4461), 1, + STATE(865), 1, sym__simple_user_type, - STATE(4463), 1, - sym_simple_identifier, - STATE(5084), 1, + STATE(894), 1, + sym__delegation_specifiers, + STATE(896), 1, sym_user_type, - STATE(5161), 1, + STATE(1008), 1, + sym_delegation_specifier, + STATE(1018), 1, sym_function_type, - STATE(9167), 1, + STATE(9486), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4484), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(4631), 2, + STATE(1075), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(199), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -573219,32 +575115,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [143623] = 11, - ACTIONS(8858), 1, + [144959] = 13, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8924), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - ACTIONS(9041), 1, - anon_sym_dynamic, - STATE(5170), 1, - sym_simple_identifier, - STATE(5416), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(5586), 1, + STATE(5187), 1, + sym_simple_identifier, + STATE(7692), 1, sym__simple_user_type, - STATE(9277), 1, + STATE(7927), 1, + sym_user_type, + STATE(8081), 1, + sym_delegation_specifier, + STATE(8097), 1, + sym_function_type, + STATE(8742), 1, + sym__delegation_specifiers, + STATE(9202), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5630), 2, - sym_nullable_type, - sym_function_type, - STATE(5533), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(8854), 7, + STATE(8231), 2, + sym_constructor_invocation, + sym_explicit_delegation, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -573252,33 +575150,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [143667] = 12, - ACTIONS(281), 1, + [145007] = 13, + ACTIONS(8908), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4440), 1, + STATE(5536), 1, sym__lexical_identifier, - STATE(4461), 1, - sym__simple_user_type, - STATE(4463), 1, + STATE(5537), 1, sym_simple_identifier, - STATE(5084), 1, + STATE(7457), 1, + sym__simple_user_type, + STATE(7888), 1, sym_user_type, - STATE(5161), 1, + STATE(7949), 1, sym_function_type, - STATE(9167), 1, + STATE(7951), 1, + sym_delegation_specifier, + STATE(8266), 1, + sym__delegation_specifiers, + STATE(9337), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4495), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(4631), 2, + STATE(8082), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(199), 7, + ACTIONS(8902), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -573286,33 +575185,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [143713] = 12, - ACTIONS(195), 1, + [145055] = 13, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2864), 1, + STATE(834), 1, + sym_simple_identifier, + STATE(843), 1, sym__lexical_identifier, - STATE(2881), 1, + STATE(865), 1, sym__simple_user_type, - STATE(2889), 1, - sym_simple_identifier, - STATE(2950), 1, + STATE(885), 1, + sym__delegation_specifiers, + STATE(896), 1, sym_user_type, - STATE(3022), 1, + STATE(1008), 1, + sym_delegation_specifier, + STATE(1018), 1, sym_function_type, - STATE(9470), 1, + STATE(9486), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2949), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(3249), 2, + STATE(1075), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(111), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -573320,33 +575220,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [143759] = 12, - ACTIONS(281), 1, + [145103] = 13, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4440), 1, + STATE(834), 1, + sym_simple_identifier, + STATE(843), 1, sym__lexical_identifier, - STATE(4461), 1, + STATE(865), 1, sym__simple_user_type, - STATE(4463), 1, - sym_simple_identifier, - STATE(5084), 1, + STATE(891), 1, + sym__delegation_specifiers, + STATE(896), 1, sym_user_type, - STATE(5161), 1, + STATE(1008), 1, + sym_delegation_specifier, + STATE(1018), 1, sym_function_type, - STATE(9167), 1, + STATE(9486), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4473), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(4631), 2, + STATE(1075), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(199), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -573354,33 +575255,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [143805] = 12, - ACTIONS(281), 1, + [145151] = 13, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4440), 1, + STATE(834), 1, + sym_simple_identifier, + STATE(843), 1, sym__lexical_identifier, - STATE(4461), 1, + STATE(865), 1, sym__simple_user_type, - STATE(4463), 1, - sym_simple_identifier, - STATE(5084), 1, + STATE(896), 1, sym_user_type, - STATE(5161), 1, + STATE(949), 1, + sym__delegation_specifiers, + STATE(1008), 1, + sym_delegation_specifier, + STATE(1018), 1, sym_function_type, - STATE(9167), 1, + STATE(9486), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4472), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(4631), 2, + STATE(1075), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(199), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -573388,33 +575290,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [143851] = 12, - ACTIONS(281), 1, + [145199] = 12, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4440), 1, - sym__lexical_identifier, - STATE(4461), 1, + STATE(3377), 1, sym__simple_user_type, - STATE(4463), 1, + STATE(3382), 1, + sym__lexical_identifier, + STATE(3446), 1, sym_simple_identifier, - STATE(5084), 1, + STATE(4116), 1, sym_user_type, - STATE(5161), 1, + STATE(4128), 1, sym_function_type, - STATE(9167), 1, + STATE(9488), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4469), 2, + STATE(3486), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(4631), 2, + STATE(3882), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(199), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -573422,33 +575324,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [143897] = 12, - ACTIONS(195), 1, + [145245] = 12, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2864), 1, - sym__lexical_identifier, - STATE(2881), 1, + STATE(3377), 1, sym__simple_user_type, - STATE(2889), 1, + STATE(3382), 1, + sym__lexical_identifier, + STATE(3446), 1, sym_simple_identifier, - STATE(2950), 1, + STATE(4116), 1, sym_user_type, - STATE(3022), 1, + STATE(4128), 1, sym_function_type, - STATE(9470), 1, + STATE(9488), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2945), 2, + STATE(3491), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(3249), 2, + STATE(3882), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(111), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -573456,33 +575358,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [143943] = 12, - ACTIONS(281), 1, + [145291] = 12, + ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4440), 1, + STATE(2837), 1, sym__lexical_identifier, - STATE(4461), 1, + STATE(2881), 1, sym__simple_user_type, - STATE(4463), 1, + STATE(2898), 1, sym_simple_identifier, - STATE(5084), 1, + STATE(3920), 1, sym_user_type, - STATE(5161), 1, + STATE(4009), 1, sym_function_type, - STATE(9167), 1, + STATE(9530), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4478), 2, + STATE(2961), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(4631), 2, + STATE(3227), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(199), 7, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -573490,33 +575392,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [143989] = 12, - ACTIONS(281), 1, + [145337] = 12, + ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4440), 1, + STATE(2837), 1, sym__lexical_identifier, - STATE(4461), 1, + STATE(2881), 1, sym__simple_user_type, - STATE(4463), 1, + STATE(2898), 1, sym_simple_identifier, - STATE(5084), 1, + STATE(3920), 1, sym_user_type, - STATE(5161), 1, + STATE(4009), 1, sym_function_type, - STATE(9167), 1, + STATE(9530), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4533), 2, + STATE(2960), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(4631), 2, + STATE(3227), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(199), 7, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -573524,33 +575426,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [144035] = 12, + [145383] = 11, ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(8884), 1, anon_sym_LPAREN, - STATE(4440), 1, - sym__lexical_identifier, - STATE(4461), 1, + ACTIONS(9064), 1, + anon_sym_dynamic, + STATE(4459), 1, sym__simple_user_type, - STATE(4463), 1, + STATE(4461), 1, + sym__lexical_identifier, + STATE(4466), 1, sym_simple_identifier, - STATE(5084), 1, - sym_user_type, - STATE(5161), 1, - sym_function_type, - STATE(9167), 1, + STATE(9309), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4482), 2, + STATE(4561), 2, + sym_nullable_type, + sym_function_type, + STATE(4455), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(203), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + [145427] = 13, + ACTIONS(613), 1, + sym__backtick_identifier, + ACTIONS(9027), 1, + anon_sym_LPAREN, + STATE(834), 1, + sym_simple_identifier, + STATE(843), 1, + sym__lexical_identifier, + STATE(865), 1, + sym__simple_user_type, + STATE(896), 1, + sym_user_type, + STATE(939), 1, sym__delegation_specifiers, + STATE(1008), 1, sym_delegation_specifier, - STATE(4631), 2, + STATE(1018), 1, + sym_function_type, + STATE(9486), 1, + sym_function_type_parameters, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + STATE(1075), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(199), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -573558,34 +575494,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [144081] = 13, - ACTIONS(8886), 1, + [145475] = 13, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(5519), 1, + STATE(3377), 1, + sym__simple_user_type, + STATE(3382), 1, sym__lexical_identifier, - STATE(5521), 1, + STATE(3446), 1, sym_simple_identifier, - STATE(7476), 1, - sym__simple_user_type, - STATE(7856), 1, - sym_user_type, - STATE(7917), 1, + STATE(3491), 1, sym__delegation_specifiers, - STATE(7942), 1, + STATE(4116), 1, + sym_user_type, + STATE(4126), 1, sym_delegation_specifier, - STATE(7948), 1, + STATE(4128), 1, sym_function_type, - STATE(8952), 1, + STATE(9488), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8055), 2, + STATE(3882), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(8880), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -573593,33 +575529,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [144129] = 12, - ACTIONS(195), 1, + [145523] = 13, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2864), 1, - sym__lexical_identifier, - STATE(2881), 1, + STATE(3377), 1, sym__simple_user_type, - STATE(2889), 1, + STATE(3382), 1, + sym__lexical_identifier, + STATE(3446), 1, sym_simple_identifier, - STATE(2950), 1, + STATE(3486), 1, + sym__delegation_specifiers, + STATE(4116), 1, sym_user_type, - STATE(3022), 1, + STATE(4126), 1, + sym_delegation_specifier, + STATE(4128), 1, sym_function_type, - STATE(9470), 1, + STATE(9488), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2930), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(3249), 2, + STATE(3882), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(111), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -573627,34 +575564,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [144175] = 13, - ACTIONS(8886), 1, + [145571] = 13, + ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(5519), 1, + STATE(2837), 1, sym__lexical_identifier, - STATE(5521), 1, - sym_simple_identifier, - STATE(7476), 1, + STATE(2881), 1, sym__simple_user_type, - STATE(7856), 1, - sym_user_type, - STATE(7910), 1, + STATE(2898), 1, + sym_simple_identifier, + STATE(2899), 1, sym__delegation_specifiers, - STATE(7942), 1, + STATE(3920), 1, + sym_user_type, + STATE(3988), 1, sym_delegation_specifier, - STATE(7948), 1, + STATE(4009), 1, sym_function_type, - STATE(8952), 1, + STATE(9530), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8055), 2, + STATE(3227), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(8880), 7, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -573662,34 +575599,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [144223] = 13, - ACTIONS(8406), 1, + [145619] = 5, + ACTIONS(8939), 1, + anon_sym_DOT, + STATE(6346), 1, + aux_sym_user_type_repeat1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4311), 4, + anon_sym_AT, + anon_sym_RBRACK, + anon_sym_LPAREN, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(4309), 13, + anon_sym_val, + anon_sym_get, + anon_sym_set, + anon_sym_dynamic, + anon_sym_suspend, + anon_sym_data, + anon_sym_inner, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + [145651] = 13, + ACTIONS(533), 1, + sym__backtick_identifier, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(3377), 1, + sym__simple_user_type, + STATE(3382), 1, sym__lexical_identifier, - STATE(5170), 1, + STATE(3446), 1, sym_simple_identifier, - STATE(7562), 1, - sym__simple_user_type, - STATE(7887), 1, + STATE(3490), 1, + sym__delegation_specifiers, + STATE(4116), 1, sym_user_type, - STATE(8024), 1, - sym_function_type, - STATE(8029), 1, + STATE(4126), 1, sym_delegation_specifier, - STATE(8471), 1, - sym__delegation_specifiers, - STATE(9457), 1, + STATE(4128), 1, + sym_function_type, + STATE(9488), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8231), 2, + STATE(3882), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(8392), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -573697,33 +575661,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [144271] = 12, - ACTIONS(281), 1, + [145699] = 13, + ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4440), 1, + STATE(2837), 1, sym__lexical_identifier, - STATE(4461), 1, + STATE(2881), 1, sym__simple_user_type, - STATE(4463), 1, + STATE(2898), 1, sym_simple_identifier, - STATE(5084), 1, + STATE(2917), 1, + sym__delegation_specifiers, + STATE(3920), 1, sym_user_type, - STATE(5161), 1, + STATE(3988), 1, + sym_delegation_specifier, + STATE(4009), 1, sym_function_type, - STATE(9167), 1, + STATE(9530), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4488), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(4631), 2, + STATE(3227), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(199), 7, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -573731,33 +575696,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [144317] = 12, - ACTIONS(281), 1, + [145747] = 13, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4440), 1, - sym__lexical_identifier, - STATE(4461), 1, + STATE(3377), 1, sym__simple_user_type, - STATE(4463), 1, + STATE(3382), 1, + sym__lexical_identifier, + STATE(3446), 1, sym_simple_identifier, - STATE(5084), 1, + STATE(3670), 1, + sym__delegation_specifiers, + STATE(4116), 1, sym_user_type, - STATE(5161), 1, + STATE(4126), 1, + sym_delegation_specifier, + STATE(4128), 1, sym_function_type, - STATE(9167), 1, + STATE(9488), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4497), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(4631), 2, + STATE(3882), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(199), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -573765,33 +575731,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [144363] = 12, - ACTIONS(195), 1, + [145795] = 13, + ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2864), 1, + STATE(2837), 1, sym__lexical_identifier, STATE(2881), 1, sym__simple_user_type, - STATE(2889), 1, + STATE(2898), 1, sym_simple_identifier, - STATE(2950), 1, + STATE(2918), 1, + sym__delegation_specifiers, + STATE(3920), 1, sym_user_type, - STATE(3022), 1, + STATE(3988), 1, + sym_delegation_specifier, + STATE(4009), 1, sym_function_type, - STATE(9470), 1, + STATE(9530), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2929), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(3249), 2, + STATE(3227), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(111), 7, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -573799,33 +575766,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [144409] = 12, - ACTIONS(281), 1, + [145843] = 13, + ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4440), 1, + STATE(2837), 1, sym__lexical_identifier, - STATE(4461), 1, + STATE(2881), 1, sym__simple_user_type, - STATE(4463), 1, + STATE(2898), 1, sym_simple_identifier, - STATE(5084), 1, + STATE(2925), 1, + sym__delegation_specifiers, + STATE(3920), 1, sym_user_type, - STATE(5161), 1, + STATE(3988), 1, + sym_delegation_specifier, + STATE(4009), 1, sym_function_type, - STATE(9167), 1, + STATE(9530), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4541), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(4631), 2, + STATE(3227), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(199), 7, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -573833,33 +575801,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [144455] = 12, - ACTIONS(281), 1, + [145891] = 12, + ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4440), 1, + STATE(2837), 1, sym__lexical_identifier, - STATE(4461), 1, + STATE(2881), 1, sym__simple_user_type, - STATE(4463), 1, + STATE(2898), 1, sym_simple_identifier, - STATE(5084), 1, + STATE(3920), 1, sym_user_type, - STATE(5161), 1, + STATE(4009), 1, sym_function_type, - STATE(9167), 1, + STATE(9530), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4466), 2, + STATE(2951), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(4631), 2, + STATE(3227), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(199), 7, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -573867,34 +575835,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [144501] = 13, - ACTIONS(8886), 1, + [145937] = 13, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(5519), 1, + STATE(3377), 1, + sym__simple_user_type, + STATE(3382), 1, sym__lexical_identifier, - STATE(5521), 1, + STATE(3446), 1, sym_simple_identifier, - STATE(7476), 1, - sym__simple_user_type, - STATE(7856), 1, + STATE(3477), 1, + sym__delegation_specifiers, + STATE(4116), 1, sym_user_type, - STATE(7942), 1, + STATE(4126), 1, sym_delegation_specifier, - STATE(7948), 1, + STATE(4128), 1, sym_function_type, - STATE(7955), 1, - sym__delegation_specifiers, - STATE(8952), 1, + STATE(9488), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8055), 2, + STATE(3882), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(8880), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -573902,34 +575870,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [144549] = 13, - ACTIONS(8908), 1, + [145985] = 13, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4542), 1, - sym_simple_identifier, - STATE(4548), 1, - sym__lexical_identifier, - STATE(4571), 1, + STATE(3377), 1, sym__simple_user_type, - STATE(5062), 1, + STATE(3382), 1, + sym__lexical_identifier, + STATE(3446), 1, + sym_simple_identifier, + STATE(3478), 1, + sym__delegation_specifiers, + STATE(4116), 1, sym_user_type, - STATE(5081), 1, + STATE(4126), 1, sym_delegation_specifier, - STATE(5085), 1, + STATE(4128), 1, sym_function_type, - STATE(5235), 1, - sym__delegation_specifiers, - STATE(9387), 1, + STATE(9488), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5137), 2, + STATE(3882), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(8902), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -573937,34 +575905,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [144597] = 13, - ACTIONS(8886), 1, + [146033] = 13, + ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(5519), 1, + STATE(2837), 1, sym__lexical_identifier, - STATE(5521), 1, - sym_simple_identifier, - STATE(7476), 1, + STATE(2881), 1, sym__simple_user_type, - STATE(7856), 1, - sym_user_type, - STATE(7925), 1, + STATE(2898), 1, + sym_simple_identifier, + STATE(2930), 1, sym__delegation_specifiers, - STATE(7942), 1, + STATE(3920), 1, + sym_user_type, + STATE(3988), 1, sym_delegation_specifier, - STATE(7948), 1, + STATE(4009), 1, sym_function_type, - STATE(8952), 1, + STATE(9530), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8055), 2, + STATE(3227), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(8880), 7, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -573972,33 +575940,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [144645] = 12, - ACTIONS(195), 1, + [146081] = 12, + ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2864), 1, + STATE(2837), 1, sym__lexical_identifier, STATE(2881), 1, sym__simple_user_type, - STATE(2889), 1, + STATE(2898), 1, sym_simple_identifier, - STATE(2950), 1, + STATE(3920), 1, sym_user_type, - STATE(3022), 1, + STATE(4009), 1, sym_function_type, - STATE(9470), 1, + STATE(9530), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2899), 2, + STATE(3083), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(3249), 2, + STATE(3227), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(111), 7, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -574006,34 +575974,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [144691] = 13, - ACTIONS(8908), 1, + [146127] = 13, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4542), 1, - sym_simple_identifier, - STATE(4548), 1, - sym__lexical_identifier, - STATE(4571), 1, + STATE(3377), 1, sym__simple_user_type, - STATE(5062), 1, + STATE(3382), 1, + sym__lexical_identifier, + STATE(3446), 1, + sym_simple_identifier, + STATE(3480), 1, + sym__delegation_specifiers, + STATE(4116), 1, sym_user_type, - STATE(5081), 1, + STATE(4126), 1, sym_delegation_specifier, - STATE(5085), 1, + STATE(4128), 1, sym_function_type, - STATE(5087), 1, - sym__delegation_specifiers, - STATE(9387), 1, + STATE(9488), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5137), 2, + STATE(3882), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(8902), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -574041,34 +576009,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [144739] = 13, - ACTIONS(8908), 1, + [146175] = 13, + ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4542), 1, - sym_simple_identifier, - STATE(4548), 1, + STATE(2837), 1, sym__lexical_identifier, - STATE(4571), 1, + STATE(2881), 1, sym__simple_user_type, - STATE(5062), 1, - sym_user_type, - STATE(5075), 1, + STATE(2898), 1, + sym_simple_identifier, + STATE(2934), 1, sym__delegation_specifiers, - STATE(5081), 1, + STATE(3920), 1, + sym_user_type, + STATE(3988), 1, sym_delegation_specifier, - STATE(5085), 1, + STATE(4009), 1, sym_function_type, - STATE(9387), 1, + STATE(9530), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5137), 2, + STATE(3227), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(8902), 7, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -574076,34 +576044,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [144787] = 13, - ACTIONS(8908), 1, + [146223] = 12, + ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4542), 1, - sym_simple_identifier, - STATE(4548), 1, + STATE(2837), 1, sym__lexical_identifier, - STATE(4571), 1, + STATE(2881), 1, sym__simple_user_type, - STATE(5062), 1, + STATE(2898), 1, + sym_simple_identifier, + STATE(3920), 1, sym_user_type, - STATE(5081), 1, - sym_delegation_specifier, - STATE(5083), 1, - sym__delegation_specifiers, - STATE(5085), 1, + STATE(4009), 1, sym_function_type, - STATE(9387), 1, + STATE(9530), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5137), 2, + STATE(2945), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(3227), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(8902), 7, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -574111,33 +576078,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [144835] = 12, - ACTIONS(195), 1, + [146269] = 13, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2864), 1, - sym__lexical_identifier, - STATE(2881), 1, + STATE(3377), 1, sym__simple_user_type, - STATE(2889), 1, + STATE(3382), 1, + sym__lexical_identifier, + STATE(3446), 1, sym_simple_identifier, - STATE(2950), 1, + STATE(3482), 1, + sym__delegation_specifiers, + STATE(4116), 1, sym_user_type, - STATE(3022), 1, + STATE(4126), 1, + sym_delegation_specifier, + STATE(4128), 1, sym_function_type, - STATE(9470), 1, + STATE(9488), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2907), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(3249), 2, + STATE(3882), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(111), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -574145,34 +576113,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [144881] = 13, - ACTIONS(8908), 1, + [146317] = 13, + ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4542), 1, - sym_simple_identifier, - STATE(4548), 1, + STATE(2837), 1, sym__lexical_identifier, - STATE(4571), 1, + STATE(2881), 1, sym__simple_user_type, - STATE(5062), 1, - sym_user_type, - STATE(5078), 1, + STATE(2898), 1, + sym_simple_identifier, + STATE(2944), 1, sym__delegation_specifiers, - STATE(5081), 1, + STATE(3920), 1, + sym_user_type, + STATE(3988), 1, sym_delegation_specifier, - STATE(5085), 1, + STATE(4009), 1, sym_function_type, - STATE(9387), 1, + STATE(9530), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5137), 2, + STATE(3227), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(8902), 7, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -574180,34 +576148,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [144929] = 13, - ACTIONS(8908), 1, + [146365] = 12, + ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4542), 1, - sym_simple_identifier, - STATE(4548), 1, + STATE(2837), 1, sym__lexical_identifier, - STATE(4571), 1, + STATE(2881), 1, sym__simple_user_type, - STATE(5062), 1, + STATE(2898), 1, + sym_simple_identifier, + STATE(3920), 1, sym_user_type, - STATE(5081), 1, - sym_delegation_specifier, - STATE(5085), 1, + STATE(4009), 1, sym_function_type, - STATE(5094), 1, - sym__delegation_specifiers, - STATE(9387), 1, + STATE(9530), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5137), 2, + STATE(2944), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(3227), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(8902), 7, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -574215,33 +576182,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [144977] = 12, - ACTIONS(195), 1, + [146411] = 13, + ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2864), 1, + STATE(2837), 1, sym__lexical_identifier, STATE(2881), 1, sym__simple_user_type, - STATE(2889), 1, + STATE(2898), 1, sym_simple_identifier, - STATE(2950), 1, + STATE(2945), 1, + sym__delegation_specifiers, + STATE(3920), 1, sym_user_type, - STATE(3022), 1, + STATE(3988), 1, + sym_delegation_specifier, + STATE(4009), 1, sym_function_type, - STATE(9470), 1, + STATE(9530), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2910), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(3249), 2, + STATE(3227), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(111), 7, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -574249,34 +576217,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [145023] = 13, - ACTIONS(8908), 1, + [146459] = 13, + ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4542), 1, - sym_simple_identifier, - STATE(4548), 1, + STATE(2837), 1, sym__lexical_identifier, - STATE(4571), 1, + STATE(2881), 1, sym__simple_user_type, - STATE(5062), 1, + STATE(2898), 1, + sym_simple_identifier, + STATE(3083), 1, + sym__delegation_specifiers, + STATE(3920), 1, sym_user_type, - STATE(5081), 1, + STATE(3988), 1, sym_delegation_specifier, - STATE(5085), 1, + STATE(4009), 1, sym_function_type, - STATE(5095), 1, - sym__delegation_specifiers, - STATE(9387), 1, + STATE(9530), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5137), 2, + STATE(3227), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(8902), 7, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -574284,33 +576252,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [145071] = 12, - ACTIONS(195), 1, + [146507] = 12, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2864), 1, - sym__lexical_identifier, - STATE(2881), 1, + STATE(3377), 1, sym__simple_user_type, - STATE(2889), 1, + STATE(3382), 1, + sym__lexical_identifier, + STATE(3446), 1, sym_simple_identifier, - STATE(2950), 1, + STATE(4116), 1, sym_user_type, - STATE(3022), 1, + STATE(4128), 1, sym_function_type, - STATE(9470), 1, + STATE(9488), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2926), 2, + STATE(3578), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(3249), 2, + STATE(3882), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(111), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -574318,33 +576286,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [145117] = 12, - ACTIONS(409), 1, + [146553] = 13, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2866), 1, + STATE(3377), 1, sym__simple_user_type, - STATE(2885), 1, - sym_simple_identifier, - STATE(2890), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(2975), 1, + STATE(3446), 1, + sym_simple_identifier, + STATE(3488), 1, + sym__delegation_specifiers, + STATE(4116), 1, sym_user_type, - STATE(3019), 1, + STATE(4126), 1, + sym_delegation_specifier, + STATE(4128), 1, sym_function_type, - STATE(9429), 1, + STATE(9488), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2989), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(3407), 2, + STATE(3882), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(333), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -574352,30 +576321,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [145163] = 12, + [146601] = 12, ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2866), 1, + STATE(2837), 1, + sym__lexical_identifier, + STATE(2881), 1, sym__simple_user_type, - STATE(2885), 1, + STATE(2898), 1, sym_simple_identifier, - STATE(2890), 1, - sym__lexical_identifier, - STATE(2975), 1, + STATE(3920), 1, sym_user_type, - STATE(3019), 1, + STATE(4009), 1, sym_function_type, - STATE(9429), 1, + STATE(9530), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3010), 2, + STATE(2934), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(3407), 2, + STATE(3227), 2, sym_constructor_invocation, sym_explicit_delegation, ACTIONS(333), 7, @@ -574386,34 +576355,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [145209] = 13, - ACTIONS(8886), 1, + [146647] = 13, + ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(5519), 1, + STATE(4566), 1, sym__lexical_identifier, - STATE(5521), 1, - sym_simple_identifier, - STATE(7476), 1, + STATE(4673), 1, sym__simple_user_type, - STATE(7856), 1, + STATE(4677), 1, + sym_simple_identifier, + STATE(4785), 1, sym_user_type, - STATE(7942), 1, + STATE(4808), 1, + sym__delegation_specifiers, + STATE(4858), 1, sym_delegation_specifier, - STATE(7948), 1, + STATE(4866), 1, sym_function_type, - STATE(8248), 1, - sym__delegation_specifiers, - STATE(8952), 1, + STATE(9181), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8055), 2, + STATE(4976), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(8880), 7, + ACTIONS(7), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -574421,34 +576390,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [145257] = 13, - ACTIONS(8908), 1, + [146695] = 13, + ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4542), 1, - sym_simple_identifier, - STATE(4548), 1, + STATE(2837), 1, sym__lexical_identifier, - STATE(4571), 1, + STATE(2881), 1, sym__simple_user_type, - STATE(5062), 1, + STATE(2898), 1, + sym_simple_identifier, + STATE(2951), 1, + sym__delegation_specifiers, + STATE(3920), 1, sym_user_type, - STATE(5081), 1, + STATE(3988), 1, sym_delegation_specifier, - STATE(5085), 1, + STATE(4009), 1, sym_function_type, - STATE(5107), 1, - sym__delegation_specifiers, - STATE(9387), 1, + STATE(9530), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5137), 2, + STATE(3227), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(8902), 7, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -574456,33 +576425,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [145305] = 12, - ACTIONS(409), 1, + [146743] = 13, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2866), 1, + STATE(3377), 1, sym__simple_user_type, - STATE(2885), 1, - sym_simple_identifier, - STATE(2890), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(2975), 1, + STATE(3446), 1, + sym_simple_identifier, + STATE(3489), 1, + sym__delegation_specifiers, + STATE(4116), 1, sym_user_type, - STATE(3019), 1, + STATE(4126), 1, + sym_delegation_specifier, + STATE(4128), 1, sym_function_type, - STATE(9429), 1, + STATE(9488), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2967), 2, + STATE(3882), 2, + sym_constructor_invocation, + sym_explicit_delegation, + ACTIONS(455), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + [146791] = 13, + ACTIONS(533), 1, + sym__backtick_identifier, + ACTIONS(9027), 1, + anon_sym_LPAREN, + STATE(3377), 1, + sym__simple_user_type, + STATE(3382), 1, + sym__lexical_identifier, + STATE(3446), 1, + sym_simple_identifier, + STATE(3503), 1, sym__delegation_specifiers, + STATE(4116), 1, + sym_user_type, + STATE(4126), 1, sym_delegation_specifier, - STATE(3407), 2, + STATE(4128), 1, + sym_function_type, + STATE(9488), 1, + sym_function_type_parameters, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + STATE(3882), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(333), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -574490,33 +576495,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [145351] = 12, - ACTIONS(409), 1, + [146839] = 12, + ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2866), 1, + STATE(4566), 1, + sym__lexical_identifier, + STATE(4673), 1, sym__simple_user_type, - STATE(2885), 1, + STATE(4677), 1, sym_simple_identifier, - STATE(2890), 1, - sym__lexical_identifier, - STATE(2975), 1, + STATE(4785), 1, sym_user_type, - STATE(3019), 1, + STATE(4866), 1, sym_function_type, - STATE(9429), 1, + STATE(9181), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2965), 2, + STATE(4808), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(3407), 2, + STATE(4976), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(333), 7, + ACTIONS(7), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -574524,34 +576529,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [145397] = 13, - ACTIONS(8908), 1, + [146885] = 13, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4542), 1, - sym_simple_identifier, - STATE(4548), 1, - sym__lexical_identifier, - STATE(4571), 1, + STATE(3377), 1, sym__simple_user_type, - STATE(5062), 1, + STATE(3382), 1, + sym__lexical_identifier, + STATE(3446), 1, + sym_simple_identifier, + STATE(3495), 1, + sym__delegation_specifiers, + STATE(4116), 1, sym_user_type, - STATE(5081), 1, + STATE(4126), 1, sym_delegation_specifier, - STATE(5085), 1, + STATE(4128), 1, sym_function_type, - STATE(5108), 1, - sym__delegation_specifiers, - STATE(9387), 1, + STATE(9488), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5137), 2, + STATE(3882), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(8902), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -574559,33 +576564,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [145445] = 12, - ACTIONS(409), 1, + [146933] = 13, + ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2866), 1, + STATE(4566), 1, + sym__lexical_identifier, + STATE(4673), 1, sym__simple_user_type, - STATE(2885), 1, + STATE(4677), 1, sym_simple_identifier, - STATE(2890), 1, - sym__lexical_identifier, - STATE(2975), 1, + STATE(4785), 1, sym_user_type, - STATE(3019), 1, + STATE(4825), 1, + sym__delegation_specifiers, + STATE(4858), 1, + sym_delegation_specifier, + STATE(4866), 1, sym_function_type, - STATE(9429), 1, + STATE(9181), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2943), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(3407), 2, + STATE(4976), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(333), 7, + ACTIONS(7), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -574593,34 +576599,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [145491] = 13, - ACTIONS(8908), 1, + [146981] = 13, + ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4542), 1, - sym_simple_identifier, - STATE(4548), 1, + STATE(2837), 1, sym__lexical_identifier, - STATE(4571), 1, + STATE(2881), 1, sym__simple_user_type, - STATE(5062), 1, + STATE(2898), 1, + sym_simple_identifier, + STATE(2960), 1, + sym__delegation_specifiers, + STATE(3920), 1, sym_user_type, - STATE(5081), 1, + STATE(3988), 1, sym_delegation_specifier, - STATE(5085), 1, + STATE(4009), 1, sym_function_type, - STATE(5111), 1, - sym__delegation_specifiers, - STATE(9387), 1, + STATE(9530), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5137), 2, + STATE(3227), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(8902), 7, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -574628,30 +576634,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [145539] = 12, + [147029] = 13, ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2866), 1, + STATE(2837), 1, + sym__lexical_identifier, + STATE(2881), 1, sym__simple_user_type, - STATE(2885), 1, + STATE(2898), 1, sym_simple_identifier, - STATE(2890), 1, - sym__lexical_identifier, - STATE(2975), 1, + STATE(2961), 1, + sym__delegation_specifiers, + STATE(3920), 1, sym_user_type, - STATE(3019), 1, + STATE(3988), 1, + sym_delegation_specifier, + STATE(4009), 1, sym_function_type, - STATE(9429), 1, + STATE(9530), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3060), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(3407), 2, + STATE(3227), 2, sym_constructor_invocation, sym_explicit_delegation, ACTIONS(333), 7, @@ -574662,34 +576669,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [145585] = 13, - ACTIONS(8886), 1, + [147077] = 13, + ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(5519), 1, + STATE(2837), 1, sym__lexical_identifier, - STATE(5521), 1, - sym_simple_identifier, - STATE(7476), 1, + STATE(2881), 1, sym__simple_user_type, - STATE(7856), 1, - sym_user_type, - STATE(7938), 1, + STATE(2898), 1, + sym_simple_identifier, + STATE(3032), 1, sym__delegation_specifiers, - STATE(7942), 1, + STATE(3920), 1, + sym_user_type, + STATE(3988), 1, sym_delegation_specifier, - STATE(7948), 1, + STATE(4009), 1, sym_function_type, - STATE(8952), 1, + STATE(9530), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8055), 2, + STATE(3227), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(8880), 7, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -574697,30 +576704,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [145633] = 12, + [147125] = 12, ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2866), 1, + STATE(2837), 1, + sym__lexical_identifier, + STATE(2881), 1, sym__simple_user_type, - STATE(2885), 1, + STATE(2898), 1, sym_simple_identifier, - STATE(2890), 1, - sym__lexical_identifier, - STATE(2975), 1, + STATE(3920), 1, sym_user_type, - STATE(3019), 1, + STATE(4009), 1, sym_function_type, - STATE(9429), 1, + STATE(9530), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2938), 2, + STATE(2930), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(3407), 2, + STATE(3227), 2, sym_constructor_invocation, sym_explicit_delegation, ACTIONS(333), 7, @@ -574731,34 +576738,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [145679] = 13, - ACTIONS(8886), 1, + [147171] = 13, + ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(5519), 1, + STATE(4566), 1, sym__lexical_identifier, - STATE(5521), 1, - sym_simple_identifier, - STATE(7476), 1, + STATE(4673), 1, sym__simple_user_type, - STATE(7856), 1, + STATE(4677), 1, + sym_simple_identifier, + STATE(4785), 1, sym_user_type, - STATE(7937), 1, + STATE(4818), 1, sym__delegation_specifiers, - STATE(7942), 1, + STATE(4858), 1, sym_delegation_specifier, - STATE(7948), 1, + STATE(4866), 1, sym_function_type, - STATE(8952), 1, + STATE(9181), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8055), 2, + STATE(4976), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(8880), 7, + ACTIONS(7), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -574766,33 +576773,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [145727] = 12, - ACTIONS(409), 1, + [147219] = 12, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2866), 1, + STATE(3377), 1, sym__simple_user_type, - STATE(2885), 1, - sym_simple_identifier, - STATE(2890), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(2975), 1, + STATE(3446), 1, + sym_simple_identifier, + STATE(4116), 1, sym_user_type, - STATE(3019), 1, + STATE(4128), 1, sym_function_type, - STATE(9429), 1, + STATE(9488), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2937), 2, + STATE(3535), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(3407), 2, + STATE(3882), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(333), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -574800,34 +576807,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [145773] = 13, - ACTIONS(8886), 1, + [147265] = 13, + ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(5519), 1, + STATE(4566), 1, sym__lexical_identifier, - STATE(5521), 1, - sym_simple_identifier, - STATE(7476), 1, + STATE(4673), 1, sym__simple_user_type, - STATE(7856), 1, + STATE(4677), 1, + sym_simple_identifier, + STATE(4785), 1, sym_user_type, - STATE(7942), 1, + STATE(4819), 1, + sym__delegation_specifiers, + STATE(4858), 1, sym_delegation_specifier, - STATE(7948), 1, + STATE(4866), 1, sym_function_type, - STATE(8334), 1, - sym__delegation_specifiers, - STATE(8952), 1, + STATE(9181), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8055), 2, + STATE(4976), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(8880), 7, + ACTIONS(7), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -574835,33 +576842,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [145821] = 12, - ACTIONS(409), 1, + [147313] = 13, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2866), 1, + STATE(2858), 1, + sym__lexical_identifier, + STATE(2874), 1, sym__simple_user_type, - STATE(2885), 1, + STATE(2897), 1, sym_simple_identifier, - STATE(2890), 1, - sym__lexical_identifier, - STATE(2975), 1, + STATE(2972), 1, + sym__delegation_specifiers, + STATE(3922), 1, sym_user_type, - STATE(3019), 1, + STATE(4000), 1, sym_function_type, - STATE(9429), 1, + STATE(4092), 1, + sym_delegation_specifier, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2924), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(3407), 2, + STATE(3342), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(333), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -574869,30 +576877,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [145867] = 12, + [147361] = 13, ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2866), 1, + STATE(2837), 1, + sym__lexical_identifier, + STATE(2881), 1, sym__simple_user_type, - STATE(2885), 1, + STATE(2898), 1, sym_simple_identifier, - STATE(2890), 1, - sym__lexical_identifier, - STATE(2975), 1, + STATE(2982), 1, + sym__delegation_specifiers, + STATE(3920), 1, sym_user_type, - STATE(3019), 1, + STATE(3988), 1, + sym_delegation_specifier, + STATE(4009), 1, sym_function_type, - STATE(9429), 1, + STATE(9530), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2923), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(3407), 2, + STATE(3227), 2, sym_constructor_invocation, sym_explicit_delegation, ACTIONS(333), 7, @@ -574903,33 +576912,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [145913] = 12, - ACTIONS(409), 1, + [147409] = 12, + ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2866), 1, + STATE(4566), 1, + sym__lexical_identifier, + STATE(4673), 1, sym__simple_user_type, - STATE(2885), 1, + STATE(4677), 1, sym_simple_identifier, - STATE(2890), 1, - sym__lexical_identifier, - STATE(2975), 1, + STATE(4785), 1, sym_user_type, - STATE(3019), 1, + STATE(4866), 1, sym_function_type, - STATE(9429), 1, + STATE(9181), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2920), 2, + STATE(4825), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(3407), 2, + STATE(4976), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(333), 7, + ACTIONS(7), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -574937,68 +576946,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [145959] = 13, - ACTIONS(8406), 1, + [147455] = 13, + ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4566), 1, sym__lexical_identifier, - STATE(5170), 1, - sym_simple_identifier, - STATE(7562), 1, + STATE(4673), 1, sym__simple_user_type, - STATE(7887), 1, + STATE(4677), 1, + sym_simple_identifier, + STATE(4785), 1, sym_user_type, - STATE(8024), 1, - sym_function_type, - STATE(8025), 1, + STATE(4803), 1, sym__delegation_specifiers, - STATE(8029), 1, + STATE(4858), 1, sym_delegation_specifier, - STATE(9457), 1, - sym_function_type_parameters, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(8231), 2, - sym_constructor_invocation, - sym_explicit_delegation, - ACTIONS(8392), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - [146007] = 12, - ACTIONS(409), 1, - sym__backtick_identifier, - ACTIONS(9021), 1, - anon_sym_LPAREN, - STATE(2866), 1, - sym__simple_user_type, - STATE(2885), 1, - sym_simple_identifier, - STATE(2890), 1, - sym__lexical_identifier, - STATE(2975), 1, - sym_user_type, - STATE(3019), 1, + STATE(4866), 1, sym_function_type, - STATE(9429), 1, + STATE(9181), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2912), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(3407), 2, + STATE(4976), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(333), 7, + ACTIONS(7), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -575006,34 +576981,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [146053] = 13, - ACTIONS(8406), 1, + [147503] = 13, + ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4566), 1, sym__lexical_identifier, - STATE(5170), 1, - sym_simple_identifier, - STATE(7562), 1, + STATE(4673), 1, sym__simple_user_type, - STATE(7887), 1, + STATE(4677), 1, + sym_simple_identifier, + STATE(4785), 1, sym_user_type, - STATE(8022), 1, + STATE(4799), 1, sym__delegation_specifiers, - STATE(8024), 1, - sym_function_type, - STATE(8029), 1, + STATE(4858), 1, sym_delegation_specifier, - STATE(9457), 1, + STATE(4866), 1, + sym_function_type, + STATE(9181), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8231), 2, + STATE(4976), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(8392), 7, + ACTIONS(7), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -575041,33 +577016,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [146101] = 12, - ACTIONS(409), 1, + [147551] = 13, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2866), 1, + STATE(2858), 1, + sym__lexical_identifier, + STATE(2874), 1, sym__simple_user_type, - STATE(2885), 1, + STATE(2897), 1, sym_simple_identifier, - STATE(2890), 1, - sym__lexical_identifier, - STATE(2975), 1, + STATE(3063), 1, + sym__delegation_specifiers, + STATE(3922), 1, sym_user_type, - STATE(3019), 1, + STATE(4000), 1, sym_function_type, - STATE(9429), 1, + STATE(4092), 1, + sym_delegation_specifier, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2909), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(3407), 2, + STATE(3342), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(333), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -575075,30 +577051,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [146147] = 12, + [147599] = 13, ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2866), 1, + STATE(2837), 1, + sym__lexical_identifier, + STATE(2881), 1, sym__simple_user_type, - STATE(2885), 1, + STATE(2898), 1, sym_simple_identifier, - STATE(2890), 1, - sym__lexical_identifier, - STATE(2975), 1, + STATE(2944), 1, + sym__delegation_specifiers, + STATE(2991), 1, sym_user_type, - STATE(3019), 1, + STATE(3000), 1, sym_function_type, - STATE(9429), 1, + STATE(3094), 1, + sym_delegation_specifier, + STATE(9530), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2905), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(3407), 2, + STATE(3227), 2, sym_constructor_invocation, sym_explicit_delegation, ACTIONS(333), 7, @@ -575109,33 +577086,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [146193] = 12, - ACTIONS(613), 1, + [147647] = 13, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(3205), 1, - sym__simple_user_type, - STATE(3263), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(3264), 1, + STATE(2874), 1, + sym__simple_user_type, + STATE(2897), 1, sym_simple_identifier, - STATE(3477), 1, + STATE(2942), 1, sym_user_type, - STATE(3638), 1, + STATE(2948), 1, + sym__delegation_specifiers, + STATE(3035), 1, sym_function_type, - STATE(9518), 1, + STATE(3544), 1, + sym_delegation_specifier, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3480), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(3677), 2, + STATE(3342), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(537), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -575143,34 +577121,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [146239] = 13, - ACTIONS(8886), 1, + [147695] = 13, + ACTIONS(8908), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(5519), 1, + STATE(5536), 1, sym__lexical_identifier, - STATE(5521), 1, + STATE(5537), 1, sym_simple_identifier, - STATE(7476), 1, + STATE(7457), 1, sym__simple_user_type, - STATE(7856), 1, + STATE(7888), 1, sym_user_type, - STATE(7942), 1, - sym_delegation_specifier, - STATE(7948), 1, + STATE(7949), 1, sym_function_type, - STATE(8435), 1, + STATE(7951), 1, + sym_delegation_specifier, + STATE(7974), 1, sym__delegation_specifiers, - STATE(8952), 1, + STATE(9337), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8055), 2, + STATE(8082), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(8880), 7, + ACTIONS(8902), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -575178,33 +577156,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [146287] = 12, - ACTIONS(613), 1, + [147743] = 12, + ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(3205), 1, - sym__simple_user_type, - STATE(3263), 1, + STATE(2837), 1, sym__lexical_identifier, - STATE(3264), 1, + STATE(2881), 1, + sym__simple_user_type, + STATE(2898), 1, sym_simple_identifier, - STATE(3477), 1, + STATE(3920), 1, sym_user_type, - STATE(3638), 1, + STATE(4009), 1, sym_function_type, - STATE(9518), 1, + STATE(9530), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3604), 2, + STATE(2899), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(3677), 2, + STATE(3227), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(537), 7, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -575212,34 +577190,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [146333] = 13, - ACTIONS(8886), 1, + [147789] = 13, + ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(5519), 1, + STATE(2837), 1, sym__lexical_identifier, - STATE(5521), 1, - sym_simple_identifier, - STATE(7476), 1, + STATE(2881), 1, sym__simple_user_type, - STATE(7856), 1, - sym_user_type, - STATE(7911), 1, + STATE(2898), 1, + sym_simple_identifier, + STATE(2945), 1, sym__delegation_specifiers, - STATE(7942), 1, - sym_delegation_specifier, - STATE(7948), 1, + STATE(2991), 1, + sym_user_type, + STATE(3000), 1, sym_function_type, - STATE(8952), 1, + STATE(3094), 1, + sym_delegation_specifier, + STATE(9530), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8055), 2, + STATE(3227), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(8880), 7, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -575247,34 +577225,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [146381] = 13, - ACTIONS(8886), 1, + [147837] = 12, + ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(5519), 1, + STATE(4566), 1, sym__lexical_identifier, - STATE(5521), 1, - sym_simple_identifier, - STATE(7476), 1, + STATE(4673), 1, sym__simple_user_type, - STATE(7856), 1, + STATE(4677), 1, + sym_simple_identifier, + STATE(4785), 1, sym_user_type, - STATE(7908), 1, - sym__delegation_specifiers, - STATE(7942), 1, - sym_delegation_specifier, - STATE(7948), 1, + STATE(4866), 1, sym_function_type, - STATE(8952), 1, + STATE(9181), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8055), 2, + STATE(4818), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(4976), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(8880), 7, + ACTIONS(7), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -575282,33 +577259,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [146429] = 12, - ACTIONS(613), 1, + [147883] = 12, + ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(3205), 1, - sym__simple_user_type, - STATE(3263), 1, + STATE(2837), 1, sym__lexical_identifier, - STATE(3264), 1, + STATE(2881), 1, + sym__simple_user_type, + STATE(2898), 1, sym_simple_identifier, - STATE(3477), 1, + STATE(3920), 1, sym_user_type, - STATE(3638), 1, + STATE(4009), 1, sym_function_type, - STATE(9518), 1, + STATE(9530), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3472), 2, + STATE(2917), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(3677), 2, + STATE(3227), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(537), 7, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -575316,33 +577293,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [146475] = 12, - ACTIONS(613), 1, + [147929] = 13, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(3205), 1, - sym__simple_user_type, - STATE(3263), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(3264), 1, + STATE(2874), 1, + sym__simple_user_type, + STATE(2897), 1, sym_simple_identifier, - STATE(3477), 1, + STATE(2912), 1, + sym__delegation_specifiers, + STATE(3922), 1, sym_user_type, - STATE(3638), 1, + STATE(4000), 1, sym_function_type, - STATE(9518), 1, + STATE(4092), 1, + sym_delegation_specifier, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3471), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(3677), 2, + STATE(3342), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(537), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -575350,34 +577328,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [146521] = 13, - ACTIONS(8908), 1, + [147977] = 13, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4542), 1, - sym_simple_identifier, - STATE(4548), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(4571), 1, + STATE(2874), 1, sym__simple_user_type, - STATE(5062), 1, + STATE(2897), 1, + sym_simple_identifier, + STATE(2931), 1, + sym__delegation_specifiers, + STATE(2942), 1, sym_user_type, - STATE(5081), 1, - sym_delegation_specifier, - STATE(5085), 1, + STATE(3035), 1, sym_function_type, - STATE(5125), 1, - sym__delegation_specifiers, - STATE(9387), 1, + STATE(3544), 1, + sym_delegation_specifier, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5137), 2, + STATE(3342), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(8902), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -575385,33 +577363,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [146569] = 12, - ACTIONS(613), 1, + [148025] = 13, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(3205), 1, - sym__simple_user_type, - STATE(3263), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(3264), 1, + STATE(2874), 1, + sym__simple_user_type, + STATE(2897), 1, sym_simple_identifier, - STATE(3477), 1, + STATE(2928), 1, + sym__delegation_specifiers, + STATE(2942), 1, sym_user_type, - STATE(3638), 1, + STATE(3035), 1, sym_function_type, - STATE(9518), 1, + STATE(3544), 1, + sym_delegation_specifier, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3489), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(3677), 2, + STATE(3342), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(537), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -575419,34 +577398,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [146615] = 13, - ACTIONS(8908), 1, + [148073] = 13, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4542), 1, - sym_simple_identifier, - STATE(4548), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(4571), 1, + STATE(2874), 1, sym__simple_user_type, - STATE(5062), 1, + STATE(2897), 1, + sym_simple_identifier, + STATE(2990), 1, + sym__delegation_specifiers, + STATE(3922), 1, sym_user_type, - STATE(5081), 1, - sym_delegation_specifier, - STATE(5085), 1, + STATE(4000), 1, sym_function_type, - STATE(5127), 1, - sym__delegation_specifiers, - STATE(9387), 1, + STATE(4092), 1, + sym_delegation_specifier, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5137), 2, + STATE(3342), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(8902), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -575454,33 +577433,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [146663] = 12, - ACTIONS(613), 1, + [148121] = 12, + ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(3205), 1, - sym__simple_user_type, - STATE(3263), 1, + STATE(4566), 1, sym__lexical_identifier, - STATE(3264), 1, + STATE(4673), 1, + sym__simple_user_type, + STATE(4677), 1, sym_simple_identifier, - STATE(3477), 1, + STATE(4785), 1, sym_user_type, - STATE(3638), 1, + STATE(4866), 1, sym_function_type, - STATE(9518), 1, + STATE(9181), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3600), 2, + STATE(4796), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(3677), 2, + STATE(4976), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(537), 7, + ACTIONS(7), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -575488,33 +577467,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [146709] = 12, - ACTIONS(613), 1, + [148167] = 12, + ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(3205), 1, - sym__simple_user_type, - STATE(3263), 1, + STATE(4566), 1, sym__lexical_identifier, - STATE(3264), 1, + STATE(4673), 1, + sym__simple_user_type, + STATE(4677), 1, sym_simple_identifier, - STATE(3477), 1, + STATE(4785), 1, sym_user_type, - STATE(3638), 1, + STATE(4866), 1, sym_function_type, - STATE(9518), 1, + STATE(9181), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3500), 2, + STATE(4886), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(3677), 2, + STATE(4976), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(537), 7, + ACTIONS(7), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -575522,33 +577501,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [146755] = 12, - ACTIONS(613), 1, + [148213] = 13, + ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(3205), 1, - sym__simple_user_type, - STATE(3263), 1, + STATE(2837), 1, sym__lexical_identifier, - STATE(3264), 1, + STATE(2881), 1, + sym__simple_user_type, + STATE(2898), 1, sym_simple_identifier, - STATE(3477), 1, + STATE(2991), 1, sym_user_type, - STATE(3638), 1, + STATE(3000), 1, sym_function_type, - STATE(9518), 1, + STATE(3083), 1, + sym__delegation_specifiers, + STATE(3094), 1, + sym_delegation_specifier, + STATE(9530), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3512), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(3677), 2, + STATE(3227), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(537), 7, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -575556,34 +577536,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [146801] = 13, - ACTIONS(8406), 1, + [148261] = 13, + ACTIONS(8908), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(5536), 1, sym__lexical_identifier, - STATE(5170), 1, + STATE(5537), 1, sym_simple_identifier, - STATE(7562), 1, + STATE(7457), 1, sym__simple_user_type, - STATE(7887), 1, + STATE(7888), 1, sym_user_type, - STATE(8005), 1, - sym__delegation_specifiers, - STATE(8024), 1, + STATE(7949), 1, sym_function_type, - STATE(8029), 1, + STATE(7951), 1, sym_delegation_specifier, - STATE(9457), 1, + STATE(7979), 1, + sym__delegation_specifiers, + STATE(9337), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8231), 2, + STATE(8082), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(8392), 7, + ACTIONS(8902), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -575591,32 +577571,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [146849] = 11, - ACTIONS(8406), 1, + [148309] = 13, + ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(8740), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - ACTIONS(9041), 1, - anon_sym_dynamic, - STATE(4507), 1, + STATE(2837), 1, sym__lexical_identifier, - STATE(5170), 1, - sym_simple_identifier, - STATE(7562), 1, + STATE(2881), 1, sym__simple_user_type, - STATE(9457), 1, + STATE(2898), 1, + sym_simple_identifier, + STATE(2951), 1, + sym__delegation_specifiers, + STATE(2991), 1, + sym_user_type, + STATE(3000), 1, + sym_function_type, + STATE(3094), 1, + sym_delegation_specifier, + STATE(9530), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7696), 2, - sym_nullable_type, - sym_function_type, - STATE(5533), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(8392), 7, + STATE(3227), 2, + sym_constructor_invocation, + sym_explicit_delegation, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -575624,34 +577606,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [146893] = 13, - ACTIONS(8406), 1, + [148357] = 13, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(5170), 1, - sym_simple_identifier, - STATE(7562), 1, + STATE(2874), 1, sym__simple_user_type, - STATE(7887), 1, + STATE(2897), 1, + sym_simple_identifier, + STATE(2916), 1, + sym__delegation_specifiers, + STATE(2942), 1, sym_user_type, - STATE(8024), 1, + STATE(3035), 1, sym_function_type, - STATE(8029), 1, + STATE(3544), 1, sym_delegation_specifier, - STATE(8451), 1, - sym__delegation_specifiers, - STATE(9457), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8231), 2, + STATE(3342), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(8392), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -575659,34 +577641,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [146941] = 13, - ACTIONS(8908), 1, + [148405] = 12, + ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4542), 1, - sym_simple_identifier, - STATE(4548), 1, + STATE(4566), 1, sym__lexical_identifier, - STATE(4571), 1, + STATE(4673), 1, sym__simple_user_type, - STATE(5062), 1, + STATE(4677), 1, + sym_simple_identifier, + STATE(4785), 1, sym_user_type, - STATE(5081), 1, - sym_delegation_specifier, - STATE(5085), 1, + STATE(4866), 1, sym_function_type, - STATE(5247), 1, - sym__delegation_specifiers, - STATE(9387), 1, + STATE(9181), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5137), 2, + STATE(4822), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(4976), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(8902), 7, + ACTIONS(7), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -575694,33 +577675,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [146989] = 12, - ACTIONS(613), 1, + [148451] = 13, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(3205), 1, - sym__simple_user_type, - STATE(3263), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(3264), 1, + STATE(2874), 1, + sym__simple_user_type, + STATE(2897), 1, sym_simple_identifier, - STATE(3477), 1, + STATE(2906), 1, + sym__delegation_specifiers, + STATE(2942), 1, sym_user_type, - STATE(3638), 1, + STATE(3035), 1, sym_function_type, - STATE(9518), 1, + STATE(3544), 1, + sym_delegation_specifier, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3530), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(3677), 2, + STATE(3342), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(537), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -575728,33 +577710,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [147035] = 12, - ACTIONS(613), 1, + [148499] = 13, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(3205), 1, - sym__simple_user_type, - STATE(3263), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(3264), 1, + STATE(2874), 1, + sym__simple_user_type, + STATE(2897), 1, sym_simple_identifier, - STATE(3477), 1, + STATE(2905), 1, + sym__delegation_specifiers, + STATE(2942), 1, sym_user_type, - STATE(3638), 1, + STATE(3035), 1, sym_function_type, - STATE(9518), 1, + STATE(3544), 1, + sym_delegation_specifier, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3527), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(3677), 2, + STATE(3342), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(537), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -575762,33 +577745,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [147081] = 12, - ACTIONS(491), 1, + [148547] = 13, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(831), 1, - sym__simple_user_type, - STATE(866), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(875), 1, + STATE(2874), 1, + sym__simple_user_type, + STATE(2897), 1, sym_simple_identifier, - STATE(915), 1, + STATE(2926), 1, + sym__delegation_specifiers, + STATE(2942), 1, sym_user_type, - STATE(1029), 1, + STATE(3035), 1, sym_function_type, - STATE(9350), 1, + STATE(3544), 1, + sym_delegation_specifier, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(900), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(1134), 2, + STATE(3342), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(413), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -575796,32 +577780,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [147127] = 11, - ACTIONS(8850), 1, + [148595] = 12, + ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(8882), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - ACTIONS(9056), 1, - anon_sym_dynamic, - STATE(5515), 1, + STATE(2837), 1, sym__lexical_identifier, - STATE(5521), 1, - sym_simple_identifier, - STATE(5576), 1, + STATE(2881), 1, sym__simple_user_type, - STATE(9197), 1, + STATE(2898), 1, + sym_simple_identifier, + STATE(3920), 1, + sym_user_type, + STATE(4009), 1, + sym_function_type, + STATE(9530), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5593), 2, - sym_nullable_type, - sym_function_type, - STATE(5583), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(8846), 7, + STATE(2925), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(3227), 2, + sym_constructor_invocation, + sym_explicit_delegation, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -575829,33 +577814,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [147171] = 12, - ACTIONS(613), 1, + [148641] = 13, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(3205), 1, - sym__simple_user_type, - STATE(3263), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(3264), 1, + STATE(2874), 1, + sym__simple_user_type, + STATE(2897), 1, sym_simple_identifier, - STATE(3477), 1, + STATE(2956), 1, + sym__delegation_specifiers, + STATE(3922), 1, sym_user_type, - STATE(3638), 1, + STATE(4000), 1, sym_function_type, - STATE(9518), 1, + STATE(4092), 1, + sym_delegation_specifier, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3507), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(3677), 2, + STATE(3342), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(537), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -575863,34 +577849,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [147217] = 13, - ACTIONS(8406), 1, + [148689] = 13, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(5170), 1, - sym_simple_identifier, - STATE(7562), 1, + STATE(2874), 1, sym__simple_user_type, - STATE(7887), 1, + STATE(2897), 1, + sym_simple_identifier, + STATE(3084), 1, + sym__delegation_specifiers, + STATE(3922), 1, sym_user_type, - STATE(8024), 1, + STATE(4000), 1, sym_function_type, - STATE(8029), 1, + STATE(4092), 1, sym_delegation_specifier, - STATE(8064), 1, - sym__delegation_specifiers, - STATE(9457), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8231), 2, + STATE(3342), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(8392), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -575898,33 +577884,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [147265] = 12, - ACTIONS(613), 1, + [148737] = 12, + ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(3205), 1, - sym__simple_user_type, - STATE(3263), 1, + STATE(4566), 1, sym__lexical_identifier, - STATE(3264), 1, + STATE(4673), 1, + sym__simple_user_type, + STATE(4677), 1, sym_simple_identifier, - STATE(3477), 1, + STATE(4785), 1, sym_user_type, - STATE(3638), 1, + STATE(4866), 1, sym_function_type, - STATE(9518), 1, + STATE(9181), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3498), 2, + STATE(4824), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(3677), 2, + STATE(4976), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(537), 7, + ACTIONS(7), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -575932,34 +577918,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [147311] = 13, - ACTIONS(8406), 1, + [148783] = 13, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(5170), 1, - sym_simple_identifier, - STATE(7562), 1, + STATE(2874), 1, sym__simple_user_type, - STATE(7887), 1, + STATE(2897), 1, + sym_simple_identifier, + STATE(2932), 1, + sym__delegation_specifiers, + STATE(2942), 1, sym_user_type, - STATE(8024), 1, + STATE(3035), 1, sym_function_type, - STATE(8029), 1, + STATE(3544), 1, sym_delegation_specifier, - STATE(8076), 1, - sym__delegation_specifiers, - STATE(9457), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8231), 2, + STATE(3342), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(8392), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -575967,33 +577953,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [147359] = 12, - ACTIONS(613), 1, + [148831] = 13, + ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(3205), 1, - sym__simple_user_type, - STATE(3263), 1, + STATE(2837), 1, sym__lexical_identifier, - STATE(3264), 1, + STATE(2881), 1, + sym__simple_user_type, + STATE(2898), 1, sym_simple_identifier, - STATE(3477), 1, + STATE(2960), 1, + sym__delegation_specifiers, + STATE(2991), 1, sym_user_type, - STATE(3638), 1, + STATE(3000), 1, sym_function_type, - STATE(9518), 1, + STATE(3094), 1, + sym_delegation_specifier, + STATE(9530), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3483), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(3677), 2, + STATE(3227), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(537), 7, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -576001,33 +577988,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [147405] = 12, - ACTIONS(491), 1, + [148879] = 13, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(831), 1, - sym__simple_user_type, - STATE(866), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(875), 1, + STATE(2874), 1, + sym__simple_user_type, + STATE(2897), 1, sym_simple_identifier, - STATE(915), 1, + STATE(2942), 1, sym_user_type, - STATE(1029), 1, + STATE(3035), 1, sym_function_type, - STATE(9350), 1, + STATE(3084), 1, + sym__delegation_specifiers, + STATE(3544), 1, + sym_delegation_specifier, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(921), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(1134), 2, + STATE(3342), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(413), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -576035,33 +578023,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [147451] = 12, - ACTIONS(491), 1, + [148927] = 13, + ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(831), 1, - sym__simple_user_type, - STATE(866), 1, + STATE(2837), 1, sym__lexical_identifier, - STATE(875), 1, + STATE(2881), 1, + sym__simple_user_type, + STATE(2898), 1, sym_simple_identifier, - STATE(915), 1, + STATE(2961), 1, + sym__delegation_specifiers, + STATE(2991), 1, sym_user_type, - STATE(1029), 1, + STATE(3000), 1, sym_function_type, - STATE(9350), 1, + STATE(3094), 1, + sym_delegation_specifier, + STATE(9530), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1001), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(1134), 2, + STATE(3227), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(413), 7, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -576069,34 +578058,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [147497] = 13, - ACTIONS(8406), 1, + [148975] = 13, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(5170), 1, - sym_simple_identifier, - STATE(7562), 1, + STATE(2874), 1, sym__simple_user_type, - STATE(7887), 1, + STATE(2897), 1, + sym_simple_identifier, + STATE(2932), 1, + sym__delegation_specifiers, + STATE(3922), 1, sym_user_type, - STATE(8024), 1, + STATE(4000), 1, sym_function_type, - STATE(8029), 1, + STATE(4092), 1, sym_delegation_specifier, - STATE(8094), 1, - sym__delegation_specifiers, - STATE(9457), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8231), 2, + STATE(3342), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(8392), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -576104,34 +578093,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [147545] = 13, - ACTIONS(8406), 1, + [149023] = 13, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(5170), 1, - sym_simple_identifier, - STATE(7562), 1, + STATE(2874), 1, sym__simple_user_type, - STATE(7887), 1, + STATE(2897), 1, + sym_simple_identifier, + STATE(2942), 1, sym_user_type, - STATE(8024), 1, + STATE(2956), 1, + sym__delegation_specifiers, + STATE(3035), 1, sym_function_type, - STATE(8029), 1, + STATE(3544), 1, sym_delegation_specifier, - STATE(8104), 1, - sym__delegation_specifiers, - STATE(9457), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8231), 2, + STATE(3342), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(8392), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -576139,34 +578128,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [147593] = 13, - ACTIONS(8908), 1, + [149071] = 13, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4542), 1, - sym_simple_identifier, - STATE(4548), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(4571), 1, + STATE(2874), 1, sym__simple_user_type, - STATE(5062), 1, + STATE(2897), 1, + sym_simple_identifier, + STATE(2926), 1, + sym__delegation_specifiers, + STATE(3922), 1, sym_user_type, - STATE(5081), 1, - sym_delegation_specifier, - STATE(5085), 1, + STATE(4000), 1, sym_function_type, - STATE(5091), 1, - sym__delegation_specifiers, - STATE(9387), 1, + STATE(4092), 1, + sym_delegation_specifier, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5137), 2, + STATE(3342), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(8902), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -576174,33 +578163,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [147641] = 12, - ACTIONS(491), 1, + [149119] = 12, + ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(831), 1, - sym__simple_user_type, - STATE(866), 1, + STATE(4566), 1, sym__lexical_identifier, - STATE(875), 1, + STATE(4673), 1, + sym__simple_user_type, + STATE(4677), 1, sym_simple_identifier, - STATE(915), 1, + STATE(4785), 1, sym_user_type, - STATE(1029), 1, + STATE(4866), 1, sym_function_type, - STATE(9350), 1, + STATE(9181), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(905), 2, + STATE(4819), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(1134), 2, + STATE(4976), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(413), 7, + ACTIONS(7), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -576208,33 +578197,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [147687] = 12, - ACTIONS(491), 1, + [149165] = 12, + ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(831), 1, - sym__simple_user_type, - STATE(866), 1, + STATE(2837), 1, sym__lexical_identifier, - STATE(875), 1, + STATE(2881), 1, + sym__simple_user_type, + STATE(2898), 1, sym_simple_identifier, - STATE(915), 1, + STATE(3920), 1, sym_user_type, - STATE(1029), 1, + STATE(4009), 1, sym_function_type, - STATE(9350), 1, + STATE(9530), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(904), 2, + STATE(2918), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(1134), 2, + STATE(3227), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(413), 7, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -576242,33 +578231,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [147733] = 12, - ACTIONS(491), 1, + [149211] = 13, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(831), 1, + STATE(3377), 1, sym__simple_user_type, - STATE(866), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(875), 1, + STATE(3446), 1, sym_simple_identifier, - STATE(915), 1, + STATE(3501), 1, sym_user_type, - STATE(1029), 1, + STATE(3535), 1, + sym__delegation_specifiers, + STATE(3613), 1, + sym_delegation_specifier, + STATE(3659), 1, sym_function_type, - STATE(9350), 1, + STATE(9488), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(931), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(1134), 2, + STATE(3882), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(413), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -576276,33 +578266,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [147779] = 12, - ACTIONS(491), 1, + [149259] = 13, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(831), 1, - sym__simple_user_type, - STATE(866), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(875), 1, + STATE(2874), 1, + sym__simple_user_type, + STATE(2897), 1, sym_simple_identifier, - STATE(915), 1, + STATE(2942), 1, sym_user_type, - STATE(1029), 1, + STATE(2990), 1, + sym__delegation_specifiers, + STATE(3035), 1, sym_function_type, - STATE(9350), 1, + STATE(3544), 1, + sym_delegation_specifier, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1032), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(1134), 2, + STATE(3342), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(413), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -576310,33 +578301,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [147825] = 12, - ACTIONS(491), 1, + [149307] = 12, + ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(831), 1, - sym__simple_user_type, - STATE(866), 1, + STATE(4566), 1, sym__lexical_identifier, - STATE(875), 1, + STATE(4673), 1, + sym__simple_user_type, + STATE(4677), 1, sym_simple_identifier, - STATE(915), 1, + STATE(4785), 1, sym_user_type, - STATE(1029), 1, + STATE(4866), 1, sym_function_type, - STATE(9350), 1, + STATE(9181), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(928), 2, + STATE(4798), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(1134), 2, + STATE(4976), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(413), 7, + ACTIONS(7), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -576344,34 +578335,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [147871] = 13, - ACTIONS(8406), 1, + [149353] = 13, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(5170), 1, - sym_simple_identifier, - STATE(7562), 1, + STATE(2874), 1, sym__simple_user_type, - STATE(7887), 1, + STATE(2897), 1, + sym_simple_identifier, + STATE(2912), 1, + sym__delegation_specifiers, + STATE(2942), 1, sym_user_type, - STATE(8024), 1, + STATE(3035), 1, sym_function_type, - STATE(8029), 1, + STATE(3544), 1, sym_delegation_specifier, - STATE(8117), 1, - sym__delegation_specifiers, - STATE(9457), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8231), 2, + STATE(3342), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(8392), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -576379,33 +578370,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [147919] = 12, - ACTIONS(491), 1, + [149401] = 13, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(831), 1, - sym__simple_user_type, - STATE(866), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(875), 1, + STATE(2874), 1, + sym__simple_user_type, + STATE(2897), 1, sym_simple_identifier, - STATE(915), 1, + STATE(2942), 1, sym_user_type, - STATE(1029), 1, + STATE(3035), 1, sym_function_type, - STATE(9350), 1, + STATE(3063), 1, + sym__delegation_specifiers, + STATE(3544), 1, + sym_delegation_specifier, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(916), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(1134), 2, + STATE(3342), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(413), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -576413,33 +578405,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [147965] = 12, - ACTIONS(491), 1, + [149449] = 12, + ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(831), 1, - sym__simple_user_type, - STATE(866), 1, + STATE(4566), 1, sym__lexical_identifier, - STATE(875), 1, + STATE(4673), 1, + sym__simple_user_type, + STATE(4677), 1, sym_simple_identifier, - STATE(915), 1, + STATE(4785), 1, sym_user_type, - STATE(1029), 1, + STATE(4866), 1, sym_function_type, - STATE(9350), 1, + STATE(9181), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(898), 2, + STATE(4860), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(1134), 2, + STATE(4976), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(413), 7, + ACTIONS(7), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -576447,34 +578439,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [148011] = 13, - ACTIONS(8886), 1, + [149495] = 13, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(5519), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(5521), 1, - sym_simple_identifier, - STATE(7476), 1, + STATE(2874), 1, sym__simple_user_type, - STATE(7856), 1, + STATE(2897), 1, + sym_simple_identifier, + STATE(2905), 1, + sym__delegation_specifiers, + STATE(3922), 1, sym_user_type, - STATE(7942), 1, - sym_delegation_specifier, - STATE(7948), 1, + STATE(4000), 1, sym_function_type, - STATE(7949), 1, - sym__delegation_specifiers, - STATE(8952), 1, + STATE(4092), 1, + sym_delegation_specifier, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8055), 2, + STATE(3342), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(8880), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -576482,34 +578474,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [148059] = 13, - ACTIONS(8886), 1, + [149543] = 13, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(5519), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(5521), 1, - sym_simple_identifier, - STATE(7476), 1, + STATE(2874), 1, sym__simple_user_type, - STATE(7856), 1, + STATE(2897), 1, + sym_simple_identifier, + STATE(2906), 1, + sym__delegation_specifiers, + STATE(3922), 1, sym_user_type, - STATE(7942), 1, - sym_delegation_specifier, - STATE(7948), 1, + STATE(4000), 1, sym_function_type, - STATE(8366), 1, - sym__delegation_specifiers, - STATE(8952), 1, + STATE(4092), 1, + sym_delegation_specifier, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8055), 2, + STATE(3342), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(8880), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -576517,33 +578509,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [148107] = 12, - ACTIONS(491), 1, + [149591] = 13, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(831), 1, - sym__simple_user_type, - STATE(866), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(875), 1, + STATE(2874), 1, + sym__simple_user_type, + STATE(2897), 1, sym_simple_identifier, - STATE(915), 1, + STATE(2942), 1, sym_user_type, - STATE(1029), 1, + STATE(2972), 1, + sym__delegation_specifiers, + STATE(3035), 1, sym_function_type, - STATE(9350), 1, + STATE(3544), 1, + sym_delegation_specifier, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(912), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(1134), 2, + STATE(3342), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(413), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -576551,33 +578544,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [148153] = 12, - ACTIONS(491), 1, + [149639] = 13, + ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(831), 1, - sym__simple_user_type, - STATE(866), 1, + STATE(2837), 1, sym__lexical_identifier, - STATE(875), 1, + STATE(2881), 1, + sym__simple_user_type, + STATE(2898), 1, sym_simple_identifier, - STATE(915), 1, + STATE(2991), 1, sym_user_type, - STATE(1029), 1, + STATE(3000), 1, sym_function_type, - STATE(9350), 1, + STATE(3032), 1, + sym__delegation_specifiers, + STATE(3094), 1, + sym_delegation_specifier, + STATE(9530), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(917), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(1134), 2, + STATE(3227), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(413), 7, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -576585,34 +578579,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [148199] = 13, - ACTIONS(8406), 1, + [149687] = 13, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(3377), 1, + sym__simple_user_type, + STATE(3382), 1, sym__lexical_identifier, - STATE(5170), 1, + STATE(3446), 1, sym_simple_identifier, - STATE(7562), 1, - sym__simple_user_type, - STATE(7887), 1, + STATE(3501), 1, sym_user_type, - STATE(8024), 1, - sym_function_type, - STATE(8029), 1, - sym_delegation_specifier, - STATE(8124), 1, + STATE(3578), 1, sym__delegation_specifiers, - STATE(9457), 1, + STATE(3613), 1, + sym_delegation_specifier, + STATE(3659), 1, + sym_function_type, + STATE(9488), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8231), 2, + STATE(3882), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(8392), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -576620,34 +578614,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [148247] = 13, - ACTIONS(8406), 1, + [149735] = 12, + ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4566), 1, sym__lexical_identifier, - STATE(5170), 1, - sym_simple_identifier, - STATE(7562), 1, + STATE(4673), 1, sym__simple_user_type, - STATE(7887), 1, + STATE(4677), 1, + sym_simple_identifier, + STATE(4785), 1, sym_user_type, - STATE(8024), 1, + STATE(4866), 1, sym_function_type, - STATE(8029), 1, - sym_delegation_specifier, - STATE(8129), 1, - sym__delegation_specifiers, - STATE(9457), 1, + STATE(9181), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8231), 2, + STATE(4758), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(4976), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(8392), 7, + ACTIONS(7), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -576655,33 +578648,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [148295] = 12, - ACTIONS(491), 1, + [149781] = 13, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(831), 1, + STATE(3377), 1, sym__simple_user_type, - STATE(866), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(875), 1, + STATE(3446), 1, sym_simple_identifier, - STATE(915), 1, + STATE(3495), 1, + sym__delegation_specifiers, + STATE(3501), 1, sym_user_type, - STATE(1029), 1, + STATE(3613), 1, + sym_delegation_specifier, + STATE(3659), 1, sym_function_type, - STATE(9350), 1, + STATE(9488), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(919), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(1134), 2, + STATE(3882), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(413), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -576689,33 +578683,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [148341] = 12, - ACTIONS(491), 1, + [149829] = 13, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(831), 1, - sym__simple_user_type, - STATE(866), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(875), 1, + STATE(2874), 1, + sym__simple_user_type, + STATE(2897), 1, sym_simple_identifier, - STATE(915), 1, + STATE(2916), 1, + sym__delegation_specifiers, + STATE(3922), 1, sym_user_type, - STATE(1029), 1, + STATE(4000), 1, sym_function_type, - STATE(9350), 1, + STATE(4092), 1, + sym_delegation_specifier, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(935), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(1134), 2, + STATE(3342), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(413), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -576723,34 +578718,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [148387] = 13, - ACTIONS(8406), 1, + [149877] = 13, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(3377), 1, + sym__simple_user_type, + STATE(3382), 1, sym__lexical_identifier, - STATE(5170), 1, + STATE(3446), 1, sym_simple_identifier, - STATE(7562), 1, - sym__simple_user_type, - STATE(7887), 1, + STATE(3501), 1, sym_user_type, - STATE(8024), 1, - sym_function_type, - STATE(8029), 1, - sym_delegation_specifier, - STATE(8109), 1, + STATE(3503), 1, sym__delegation_specifiers, - STATE(9457), 1, + STATE(3613), 1, + sym_delegation_specifier, + STATE(3659), 1, + sym_function_type, + STATE(9488), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8231), 2, + STATE(3882), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(8392), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -576758,34 +578753,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [148435] = 13, - ACTIONS(8886), 1, + [149925] = 13, + ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(5519), 1, + STATE(2837), 1, sym__lexical_identifier, - STATE(5521), 1, - sym_simple_identifier, - STATE(7476), 1, + STATE(2881), 1, sym__simple_user_type, - STATE(7856), 1, + STATE(2898), 1, + sym_simple_identifier, + STATE(2982), 1, + sym__delegation_specifiers, + STATE(2991), 1, sym_user_type, - STATE(7942), 1, - sym_delegation_specifier, - STATE(7948), 1, + STATE(3000), 1, sym_function_type, - STATE(8364), 1, - sym__delegation_specifiers, - STATE(8952), 1, + STATE(3094), 1, + sym_delegation_specifier, + STATE(9530), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8055), 2, + STATE(3227), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(8880), 7, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -576793,33 +578788,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [148483] = 12, - ACTIONS(107), 1, + [149973] = 13, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4529), 1, + STATE(3377), 1, + sym__simple_user_type, + STATE(3382), 1, sym__lexical_identifier, - STATE(4594), 1, + STATE(3446), 1, sym_simple_identifier, - STATE(4608), 1, - sym__simple_user_type, - STATE(5339), 1, + STATE(3489), 1, + sym__delegation_specifiers, + STATE(3501), 1, sym_user_type, - STATE(5423), 1, + STATE(3613), 1, + sym_delegation_specifier, + STATE(3659), 1, sym_function_type, - STATE(9218), 1, + STATE(9488), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4776), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(4946), 2, + STATE(3882), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(7), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -576827,30 +578823,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [148529] = 12, + [150021] = 12, ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4529), 1, + STATE(4566), 1, sym__lexical_identifier, - STATE(4594), 1, - sym_simple_identifier, - STATE(4608), 1, + STATE(4673), 1, sym__simple_user_type, - STATE(5339), 1, + STATE(4677), 1, + sym_simple_identifier, + STATE(4785), 1, sym_user_type, - STATE(5423), 1, + STATE(4866), 1, sym_function_type, - STATE(9218), 1, + STATE(9181), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4804), 2, + STATE(4765), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(4946), 2, + STATE(4976), 2, sym_constructor_invocation, sym_explicit_delegation, ACTIONS(7), 7, @@ -576861,33 +578857,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [148575] = 12, - ACTIONS(107), 1, + [150067] = 13, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4529), 1, + STATE(3377), 1, + sym__simple_user_type, + STATE(3382), 1, sym__lexical_identifier, - STATE(4594), 1, + STATE(3446), 1, sym_simple_identifier, - STATE(4608), 1, - sym__simple_user_type, - STATE(5339), 1, + STATE(3488), 1, + sym__delegation_specifiers, + STATE(3501), 1, sym_user_type, - STATE(5423), 1, + STATE(3613), 1, + sym_delegation_specifier, + STATE(3659), 1, sym_function_type, - STATE(9218), 1, + STATE(9488), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4854), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(4946), 2, + STATE(3882), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(7), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -576895,33 +578892,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [148621] = 12, - ACTIONS(107), 1, + [150115] = 13, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4529), 1, + STATE(3377), 1, + sym__simple_user_type, + STATE(3382), 1, sym__lexical_identifier, - STATE(4594), 1, + STATE(3446), 1, sym_simple_identifier, - STATE(4608), 1, - sym__simple_user_type, - STATE(5339), 1, + STATE(3482), 1, + sym__delegation_specifiers, + STATE(3501), 1, sym_user_type, - STATE(5423), 1, + STATE(3613), 1, + sym_delegation_specifier, + STATE(3659), 1, sym_function_type, - STATE(9218), 1, + STATE(9488), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4779), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(4946), 2, + STATE(3882), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(7), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -576929,33 +578927,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [148667] = 12, - ACTIONS(107), 1, + [150163] = 13, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4529), 1, + STATE(3377), 1, + sym__simple_user_type, + STATE(3382), 1, sym__lexical_identifier, - STATE(4594), 1, + STATE(3446), 1, sym_simple_identifier, - STATE(4608), 1, - sym__simple_user_type, - STATE(5339), 1, + STATE(3480), 1, + sym__delegation_specifiers, + STATE(3501), 1, sym_user_type, - STATE(5423), 1, + STATE(3613), 1, + sym_delegation_specifier, + STATE(3659), 1, sym_function_type, - STATE(9218), 1, + STATE(9488), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4780), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(4946), 2, + STATE(3882), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(7), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -576963,33 +578962,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [148713] = 12, - ACTIONS(107), 1, + [150211] = 13, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4529), 1, + STATE(3377), 1, + sym__simple_user_type, + STATE(3382), 1, sym__lexical_identifier, - STATE(4594), 1, + STATE(3446), 1, sym_simple_identifier, - STATE(4608), 1, - sym__simple_user_type, - STATE(5339), 1, + STATE(3491), 1, + sym__delegation_specifiers, + STATE(3501), 1, sym_user_type, - STATE(5423), 1, + STATE(3613), 1, + sym_delegation_specifier, + STATE(3659), 1, sym_function_type, - STATE(9218), 1, + STATE(9488), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4800), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(4946), 2, + STATE(3882), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(7), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -576997,33 +578997,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [148759] = 12, - ACTIONS(107), 1, + [150259] = 13, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4529), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(4594), 1, - sym_simple_identifier, - STATE(4608), 1, + STATE(2874), 1, sym__simple_user_type, - STATE(5339), 1, + STATE(2897), 1, + sym_simple_identifier, + STATE(2928), 1, + sym__delegation_specifiers, + STATE(3922), 1, sym_user_type, - STATE(5423), 1, + STATE(4000), 1, sym_function_type, - STATE(9218), 1, + STATE(4092), 1, + sym_delegation_specifier, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4798), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(4946), 2, + STATE(3342), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(7), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -577031,30 +579032,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [148805] = 12, + [150307] = 12, ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4529), 1, + STATE(4566), 1, sym__lexical_identifier, - STATE(4594), 1, - sym_simple_identifier, - STATE(4608), 1, + STATE(4673), 1, sym__simple_user_type, - STATE(5339), 1, + STATE(4677), 1, + sym_simple_identifier, + STATE(4785), 1, sym_user_type, - STATE(5423), 1, + STATE(4866), 1, sym_function_type, - STATE(9218), 1, + STATE(9181), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4794), 2, + STATE(4803), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(4946), 2, + STATE(4976), 2, sym_constructor_invocation, sym_explicit_delegation, ACTIONS(7), 7, @@ -577065,33 +579066,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [148851] = 12, - ACTIONS(107), 1, + [150353] = 13, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4529), 1, + STATE(3377), 1, + sym__simple_user_type, + STATE(3382), 1, sym__lexical_identifier, - STATE(4594), 1, + STATE(3446), 1, sym_simple_identifier, - STATE(4608), 1, - sym__simple_user_type, - STATE(5339), 1, + STATE(3478), 1, + sym__delegation_specifiers, + STATE(3501), 1, sym_user_type, - STATE(5423), 1, + STATE(3613), 1, + sym_delegation_specifier, + STATE(3659), 1, sym_function_type, - STATE(9218), 1, + STATE(9488), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4818), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(4946), 2, + STATE(3882), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(7), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -577099,34 +579101,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [148897] = 13, - ACTIONS(8886), 1, + [150401] = 13, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(5519), 1, + STATE(3377), 1, + sym__simple_user_type, + STATE(3382), 1, sym__lexical_identifier, - STATE(5521), 1, + STATE(3446), 1, sym_simple_identifier, - STATE(7476), 1, - sym__simple_user_type, - STATE(7856), 1, - sym_user_type, - STATE(7920), 1, + STATE(3477), 1, sym__delegation_specifiers, - STATE(7942), 1, + STATE(3501), 1, + sym_user_type, + STATE(3613), 1, sym_delegation_specifier, - STATE(7948), 1, + STATE(3659), 1, sym_function_type, - STATE(8952), 1, + STATE(9488), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8055), 2, + STATE(3882), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(8880), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -577134,33 +579136,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [148945] = 12, - ACTIONS(107), 1, + [150449] = 13, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4529), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(4594), 1, - sym_simple_identifier, - STATE(4608), 1, + STATE(2874), 1, sym__simple_user_type, - STATE(5339), 1, + STATE(2897), 1, + sym_simple_identifier, + STATE(2931), 1, + sym__delegation_specifiers, + STATE(3922), 1, sym_user_type, - STATE(5423), 1, + STATE(4000), 1, sym_function_type, - STATE(9218), 1, + STATE(4092), 1, + sym_delegation_specifier, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4790), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(4946), 2, + STATE(3342), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(7), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -577168,33 +579171,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [148991] = 12, - ACTIONS(107), 1, + [150497] = 13, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4529), 1, + STATE(3377), 1, + sym__simple_user_type, + STATE(3382), 1, sym__lexical_identifier, - STATE(4594), 1, + STATE(3446), 1, sym_simple_identifier, - STATE(4608), 1, - sym__simple_user_type, - STATE(5339), 1, + STATE(3501), 1, sym_user_type, - STATE(5423), 1, + STATE(3613), 1, + sym_delegation_specifier, + STATE(3659), 1, sym_function_type, - STATE(9218), 1, + STATE(3670), 1, + sym__delegation_specifiers, + STATE(9488), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4789), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(4946), 2, + STATE(3882), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(7), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -577202,30 +579206,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [149037] = 12, + [150545] = 12, ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4529), 1, + STATE(4566), 1, sym__lexical_identifier, - STATE(4594), 1, - sym_simple_identifier, - STATE(4608), 1, + STATE(4673), 1, sym__simple_user_type, - STATE(5339), 1, + STATE(4677), 1, + sym_simple_identifier, + STATE(4785), 1, sym_user_type, - STATE(5423), 1, + STATE(4866), 1, sym_function_type, - STATE(9218), 1, + STATE(9181), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4783), 2, + STATE(4799), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(4946), 2, + STATE(4976), 2, sym_constructor_invocation, sym_explicit_delegation, ACTIONS(7), 7, @@ -577236,33 +579240,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [149083] = 12, - ACTIONS(107), 1, + [150591] = 13, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4529), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(4594), 1, - sym_simple_identifier, - STATE(4608), 1, + STATE(2874), 1, sym__simple_user_type, - STATE(5339), 1, + STATE(2897), 1, + sym_simple_identifier, + STATE(2948), 1, + sym__delegation_specifiers, + STATE(3922), 1, sym_user_type, - STATE(5423), 1, + STATE(4000), 1, sym_function_type, - STATE(9218), 1, + STATE(4092), 1, + sym_delegation_specifier, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4786), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(4946), 2, + STATE(3342), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(7), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -577270,33 +579275,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [149129] = 12, - ACTIONS(107), 1, + [150639] = 13, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4529), 1, + STATE(3377), 1, + sym__simple_user_type, + STATE(3382), 1, sym__lexical_identifier, - STATE(4594), 1, + STATE(3446), 1, sym_simple_identifier, - STATE(4608), 1, - sym__simple_user_type, - STATE(5339), 1, + STATE(3490), 1, + sym__delegation_specifiers, + STATE(3501), 1, sym_user_type, - STATE(5423), 1, + STATE(3613), 1, + sym_delegation_specifier, + STATE(3659), 1, sym_function_type, - STATE(9218), 1, + STATE(9488), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4785), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(4946), 2, + STATE(3882), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(7), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -577304,34 +579310,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [149175] = 13, - ACTIONS(8886), 1, + [150687] = 13, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(5519), 1, + STATE(3377), 1, + sym__simple_user_type, + STATE(3382), 1, sym__lexical_identifier, - STATE(5521), 1, + STATE(3446), 1, sym_simple_identifier, - STATE(7476), 1, - sym__simple_user_type, - STATE(7856), 1, + STATE(3486), 1, + sym__delegation_specifiers, + STATE(3501), 1, sym_user_type, - STATE(7942), 1, + STATE(3613), 1, sym_delegation_specifier, - STATE(7948), 1, + STATE(3659), 1, sym_function_type, - STATE(7954), 1, - sym__delegation_specifiers, - STATE(8952), 1, + STATE(9488), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8055), 2, + STATE(3882), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(8880), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -577339,30 +579345,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [149223] = 10, - ACTIONS(8738), 1, + [150735] = 10, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8922), 1, + ACTIONS(8918), 1, sym__backtick_identifier, - ACTIONS(9058), 1, + ACTIONS(9066), 1, anon_sym_LPAREN, - STATE(8123), 1, + STATE(8112), 1, sym__lexical_identifier, - STATE(8609), 1, + STATE(8732), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6888), 2, + STATE(7161), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(9132), 2, + STATE(8958), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(8918), 7, + ACTIONS(8914), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -577370,30 +579376,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [149264] = 10, - ACTIONS(8738), 1, + [150776] = 10, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8922), 1, + ACTIONS(8918), 1, sym__backtick_identifier, - ACTIONS(9058), 1, + ACTIONS(9066), 1, anon_sym_LPAREN, - STATE(8123), 1, + STATE(8112), 1, sym__lexical_identifier, - STATE(8609), 1, + STATE(8732), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7033), 2, + STATE(6892), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(8965), 2, + STATE(9126), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(8918), 7, + ACTIONS(8914), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -577401,63 +579407,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [149305] = 10, - ACTIONS(8738), 1, + [150817] = 10, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8922), 1, + ACTIONS(8918), 1, sym__backtick_identifier, - ACTIONS(9058), 1, + ACTIONS(9066), 1, anon_sym_LPAREN, - STATE(8123), 1, + STATE(8112), 1, sym__lexical_identifier, - STATE(8609), 1, + STATE(8732), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6823), 2, + STATE(7161), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(8960), 2, + STATE(9094), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(8918), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - [149346] = 12, - ACTIONS(8908), 1, - sym__backtick_identifier, - ACTIONS(9021), 1, - anon_sym_LPAREN, - STATE(4542), 1, - sym_simple_identifier, - STATE(4548), 1, - sym__lexical_identifier, - STATE(4571), 1, - sym__simple_user_type, - STATE(5062), 1, - sym_user_type, - STATE(5085), 1, - sym_function_type, - STATE(5148), 1, - sym_delegation_specifier, - STATE(9387), 1, - sym_function_type_parameters, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(5137), 2, - sym_constructor_invocation, - sym_explicit_delegation, - ACTIONS(8902), 7, + ACTIONS(8914), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -577465,30 +579438,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [149391] = 10, - ACTIONS(8738), 1, + [150858] = 10, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8922), 1, + ACTIONS(8918), 1, sym__backtick_identifier, - ACTIONS(9058), 1, + ACTIONS(9066), 1, anon_sym_LPAREN, - STATE(8123), 1, + STATE(8112), 1, sym__lexical_identifier, - STATE(8609), 1, + STATE(8732), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7033), 2, + STATE(6856), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(8956), 2, + STATE(9112), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(8918), 7, + ACTIONS(8914), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -577496,30 +579469,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [149432] = 10, - ACTIONS(8738), 1, + [150899] = 10, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8922), 1, + ACTIONS(8918), 1, sym__backtick_identifier, - ACTIONS(9058), 1, + ACTIONS(9066), 1, anon_sym_LPAREN, - STATE(8123), 1, + STATE(8112), 1, sym__lexical_identifier, - STATE(8609), 1, + STATE(8732), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6826), 2, + STATE(7161), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(8954), 2, + STATE(9338), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(8918), 7, + ACTIONS(8914), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -577527,30 +579500,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [149473] = 10, - ACTIONS(8738), 1, - anon_sym_AT, - ACTIONS(8922), 1, + [150940] = 12, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9058), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(8123), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(8609), 1, + STATE(2874), 1, + sym__simple_user_type, + STATE(2897), 1, sym_simple_identifier, + STATE(2942), 1, + sym_user_type, + STATE(3035), 1, + sym_function_type, + STATE(3254), 1, + sym_delegation_specifier, + STATE(9504), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(7033), 2, - sym_annotation, - aux_sym__annotated_delegation_specifier_repeat1, - STATE(8946), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(8918), 7, + STATE(3342), 2, + sym_constructor_invocation, + sym_explicit_delegation, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -577558,30 +579533,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [149514] = 10, - ACTIONS(8738), 1, + [150985] = 10, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8922), 1, + ACTIONS(8918), 1, sym__backtick_identifier, - ACTIONS(9058), 1, + ACTIONS(9066), 1, anon_sym_LPAREN, - STATE(8123), 1, + STATE(8112), 1, sym__lexical_identifier, - STATE(8609), 1, + STATE(8732), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6828), 2, + STATE(6889), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(8943), 2, + STATE(9277), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(8918), 7, + ACTIONS(8914), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -577589,30 +579564,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [149555] = 10, - ACTIONS(8738), 1, + [151026] = 10, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8922), 1, + ACTIONS(8918), 1, sym__backtick_identifier, - ACTIONS(9058), 1, + ACTIONS(9066), 1, anon_sym_LPAREN, - STATE(8123), 1, + STATE(8112), 1, sym__lexical_identifier, - STATE(8609), 1, + STATE(8732), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7033), 2, + STATE(7161), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(8938), 2, + STATE(9026), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(8918), 7, + ACTIONS(8914), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -577620,30 +579595,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [149596] = 10, - ACTIONS(8738), 1, + [151067] = 10, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8922), 1, + ACTIONS(8918), 1, sym__backtick_identifier, - ACTIONS(9058), 1, + ACTIONS(9066), 1, anon_sym_LPAREN, - STATE(8123), 1, + STATE(8112), 1, sym__lexical_identifier, - STATE(8609), 1, + STATE(8732), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6830), 2, + STATE(7161), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(8931), 2, + STATE(9149), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(8918), 7, + ACTIONS(8914), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -577651,30 +579626,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [149637] = 10, - ACTIONS(8738), 1, + [151108] = 10, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8922), 1, + ACTIONS(8918), 1, sym__backtick_identifier, - ACTIONS(9058), 1, + ACTIONS(9066), 1, anon_sym_LPAREN, - STATE(8123), 1, + STATE(8112), 1, sym__lexical_identifier, - STATE(8609), 1, + STATE(8732), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7033), 2, + STATE(6862), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(8927), 2, + STATE(9180), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(8918), 7, + ACTIONS(8914), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -577682,30 +579657,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [149678] = 10, - ACTIONS(8738), 1, + [151149] = 10, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8922), 1, + ACTIONS(8918), 1, sym__backtick_identifier, - ACTIONS(9058), 1, + ACTIONS(9066), 1, anon_sym_LPAREN, - STATE(8123), 1, + STATE(8112), 1, sym__lexical_identifier, - STATE(8609), 1, + STATE(8732), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6832), 2, + STATE(6861), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(8923), 2, + STATE(8946), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(8918), 7, + ACTIONS(8914), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -577713,32 +579688,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [149719] = 12, - ACTIONS(195), 1, + [151190] = 12, + ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2864), 1, + STATE(2837), 1, sym__lexical_identifier, STATE(2881), 1, sym__simple_user_type, - STATE(2889), 1, + STATE(2898), 1, sym_simple_identifier, - STATE(3208), 1, - sym_delegation_specifier, - STATE(3906), 1, + STATE(2991), 1, sym_user_type, - STATE(4012), 1, + STATE(3000), 1, sym_function_type, - STATE(9470), 1, + STATE(3286), 1, + sym_delegation_specifier, + STATE(9530), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3249), 2, + STATE(3227), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(111), 7, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -577746,30 +579721,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [149764] = 10, - ACTIONS(8738), 1, + [151235] = 10, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8922), 1, + ACTIONS(8918), 1, sym__backtick_identifier, - ACTIONS(9058), 1, + ACTIONS(9066), 1, anon_sym_LPAREN, - STATE(8123), 1, + STATE(8112), 1, sym__lexical_identifier, - STATE(8609), 1, + STATE(8732), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6840), 2, + STATE(6858), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(8968), 2, + STATE(9189), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(8918), 7, + ACTIONS(8914), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -577777,32 +579752,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [149805] = 12, - ACTIONS(613), 1, + [151276] = 10, + ACTIONS(8752), 1, + anon_sym_AT, + ACTIONS(8918), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9066), 1, anon_sym_LPAREN, - STATE(3205), 1, - sym__simple_user_type, - STATE(3263), 1, + STATE(8112), 1, sym__lexical_identifier, - STATE(3264), 1, + STATE(8732), 1, sym_simple_identifier, - STATE(3477), 1, - sym_user_type, - STATE(3638), 1, - sym_function_type, - STATE(3743), 1, - sym_delegation_specifier, - STATE(9518), 1, - sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3677), 2, - sym_constructor_invocation, - sym_explicit_delegation, - ACTIONS(537), 7, + STATE(5546), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7161), 2, + sym_annotation, + aux_sym__annotated_delegation_specifier_repeat1, + STATE(9141), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(8914), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -577810,32 +579783,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [149850] = 12, - ACTIONS(107), 1, + [151317] = 12, + ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4529), 1, + STATE(2837), 1, sym__lexical_identifier, - STATE(4594), 1, - sym_simple_identifier, - STATE(4608), 1, + STATE(2881), 1, sym__simple_user_type, - STATE(4805), 1, + STATE(2898), 1, + sym_simple_identifier, + STATE(3286), 1, + sym_delegation_specifier, + STATE(3920), 1, sym_user_type, - STATE(4866), 1, + STATE(4009), 1, sym_function_type, - STATE(5036), 1, - sym_delegation_specifier, - STATE(9218), 1, + STATE(9530), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4946), 2, + STATE(3227), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(7), 7, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -577843,30 +579816,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [149895] = 10, - ACTIONS(8738), 1, - anon_sym_AT, - ACTIONS(8922), 1, + [151362] = 12, + ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(9058), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(8123), 1, + STATE(4459), 1, + sym__simple_user_type, + STATE(4461), 1, sym__lexical_identifier, - STATE(8609), 1, + STATE(4466), 1, sym_simple_identifier, + STATE(4707), 1, + sym_delegation_specifier, + STATE(5128), 1, + sym_user_type, + STATE(5150), 1, + sym_function_type, + STATE(9309), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(6847), 2, - sym_annotation, - aux_sym__annotated_delegation_specifier_repeat1, - STATE(8905), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(8918), 7, + STATE(4585), 2, + sym_constructor_invocation, + sym_explicit_delegation, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -577874,30 +579849,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [149936] = 10, - ACTIONS(8738), 1, + [151407] = 10, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8922), 1, + ACTIONS(8918), 1, sym__backtick_identifier, - ACTIONS(9058), 1, + ACTIONS(9066), 1, anon_sym_LPAREN, - STATE(8123), 1, + STATE(8112), 1, sym__lexical_identifier, - STATE(8609), 1, + STATE(8732), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6866), 2, + STATE(7161), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(9139), 2, + STATE(9031), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(8918), 7, + ACTIONS(8914), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -577905,30 +579880,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [149977] = 10, - ACTIONS(8738), 1, + [151448] = 10, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8922), 1, + ACTIONS(8918), 1, sym__backtick_identifier, - ACTIONS(9058), 1, + ACTIONS(9066), 1, anon_sym_LPAREN, - STATE(8123), 1, + STATE(8112), 1, sym__lexical_identifier, - STATE(8609), 1, + STATE(8732), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7033), 2, + STATE(7161), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(8969), 2, + STATE(9051), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(8918), 7, + ACTIONS(8914), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -577936,30 +579911,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [150018] = 10, - ACTIONS(8738), 1, + [151489] = 10, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8922), 1, + ACTIONS(8918), 1, sym__backtick_identifier, - ACTIONS(9058), 1, + ACTIONS(9066), 1, anon_sym_LPAREN, - STATE(8123), 1, + STATE(8112), 1, sym__lexical_identifier, - STATE(8609), 1, + STATE(8732), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6842), 2, + STATE(6909), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(8975), 2, + STATE(9042), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(8918), 7, + ACTIONS(8914), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -577967,30 +579942,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [150059] = 10, - ACTIONS(8738), 1, - anon_sym_AT, - ACTIONS(8922), 1, + [151530] = 12, + ACTIONS(8908), 1, sym__backtick_identifier, - ACTIONS(9058), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(8123), 1, + STATE(5536), 1, sym__lexical_identifier, - STATE(8609), 1, + STATE(5537), 1, sym_simple_identifier, + STATE(7457), 1, + sym__simple_user_type, + STATE(7888), 1, + sym_user_type, + STATE(7949), 1, + sym_function_type, + STATE(8114), 1, + sym_delegation_specifier, + STATE(9337), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(7033), 2, - sym_annotation, - aux_sym__annotated_delegation_specifier_repeat1, - STATE(8977), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(8918), 7, + STATE(8082), 2, + sym_constructor_invocation, + sym_explicit_delegation, + ACTIONS(8902), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -577998,30 +579975,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [150100] = 10, - ACTIONS(8738), 1, + [151575] = 10, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8922), 1, + ACTIONS(8918), 1, sym__backtick_identifier, - ACTIONS(9058), 1, + ACTIONS(9066), 1, anon_sym_LPAREN, - STATE(8123), 1, + STATE(8112), 1, sym__lexical_identifier, - STATE(8609), 1, + STATE(8732), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6844), 2, + STATE(6867), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(8981), 2, + STATE(9140), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(8918), 7, + ACTIONS(8914), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -578029,30 +580006,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [150141] = 10, - ACTIONS(8738), 1, + [151616] = 8, + ACTIONS(8999), 1, anon_sym_AT, - ACTIONS(8922), 1, + ACTIONS(9070), 1, + sym_reification_modifier, + ACTIONS(9072), 1, sym__backtick_identifier, - ACTIONS(9058), 1, - anon_sym_LPAREN, - STATE(8123), 1, - sym__lexical_identifier, - STATE(8609), 1, - sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + ACTIONS(7330), 2, + anon_sym_in, + anon_sym_out, + STATE(7430), 2, sym__single_annotation, sym__multi_annotation, - STATE(7033), 2, + STATE(6918), 4, + sym_variance_modifier, + sym__type_parameter_modifier, sym_annotation, - aux_sym__annotated_delegation_specifier_repeat1, - STATE(8982), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(8918), 7, + aux_sym_type_parameter_modifiers_repeat1, + ACTIONS(9068), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -578060,30 +580035,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [150182] = 10, - ACTIONS(8738), 1, - anon_sym_AT, - ACTIONS(8922), 1, + [151653] = 12, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9058), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(8123), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(8609), 1, + STATE(2874), 1, + sym__simple_user_type, + STATE(2897), 1, sym_simple_identifier, + STATE(3254), 1, + sym_delegation_specifier, + STATE(3922), 1, + sym_user_type, + STATE(4000), 1, + sym_function_type, + STATE(9504), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(6848), 2, - sym_annotation, - aux_sym__annotated_delegation_specifier_repeat1, - STATE(8986), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(8918), 7, + STATE(3342), 2, + sym_constructor_invocation, + sym_explicit_delegation, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -578091,32 +580068,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [150223] = 12, - ACTIONS(281), 1, + [151698] = 12, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4440), 1, - sym__lexical_identifier, - STATE(4461), 1, + STATE(3377), 1, sym__simple_user_type, - STATE(4463), 1, + STATE(3382), 1, + sym__lexical_identifier, + STATE(3446), 1, sym_simple_identifier, - STATE(4476), 1, + STATE(3501), 1, sym_user_type, - STATE(4556), 1, + STATE(3659), 1, sym_function_type, - STATE(4714), 1, + STATE(3901), 1, sym_delegation_specifier, - STATE(9167), 1, + STATE(9488), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4631), 2, + STATE(3882), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(199), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -578124,30 +580101,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [150268] = 10, - ACTIONS(8738), 1, + [151743] = 10, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8922), 1, + ACTIONS(8918), 1, sym__backtick_identifier, - ACTIONS(9058), 1, + ACTIONS(9066), 1, anon_sym_LPAREN, - STATE(8123), 1, + STATE(8112), 1, sym__lexical_identifier, - STATE(8609), 1, + STATE(8732), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7033), 2, + STATE(7161), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(8907), 2, + STATE(9138), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(8918), 7, + ACTIONS(8914), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -578155,30 +580132,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [150309] = 10, - ACTIONS(8738), 1, + [151784] = 10, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8922), 1, + ACTIONS(8918), 1, sym__backtick_identifier, - ACTIONS(9058), 1, + ACTIONS(9066), 1, anon_sym_LPAREN, - STATE(8123), 1, + STATE(8112), 1, sym__lexical_identifier, - STATE(8609), 1, + STATE(8732), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7033), 2, + STATE(6878), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(8988), 2, + STATE(9137), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(8918), 7, + ACTIONS(8914), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -578186,32 +580163,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [150350] = 12, - ACTIONS(195), 1, + [151825] = 10, + ACTIONS(8752), 1, + anon_sym_AT, + ACTIONS(8918), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9066), 1, anon_sym_LPAREN, - STATE(2864), 1, + STATE(8112), 1, sym__lexical_identifier, - STATE(2881), 1, - sym__simple_user_type, - STATE(2889), 1, + STATE(8732), 1, + sym_simple_identifier, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + STATE(5546), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7161), 2, + sym_annotation, + aux_sym__annotated_delegation_specifier_repeat1, + STATE(9135), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(8914), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + [151866] = 12, + ACTIONS(613), 1, + sym__backtick_identifier, + ACTIONS(9027), 1, + anon_sym_LPAREN, + STATE(834), 1, sym_simple_identifier, - STATE(2950), 1, + STATE(843), 1, + sym__lexical_identifier, + STATE(865), 1, + sym__simple_user_type, + STATE(1195), 1, + sym_delegation_specifier, + STATE(1352), 1, sym_user_type, - STATE(3022), 1, + STATE(1508), 1, sym_function_type, - STATE(3208), 1, - sym_delegation_specifier, - STATE(9470), 1, + STATE(9486), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3249), 2, + STATE(1075), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(111), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -578219,30 +580227,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [150395] = 10, - ACTIONS(8738), 1, + [151911] = 10, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8922), 1, + ACTIONS(8918), 1, sym__backtick_identifier, - ACTIONS(9058), 1, + ACTIONS(9066), 1, anon_sym_LPAREN, - STATE(8123), 1, + STATE(8112), 1, sym__lexical_identifier, - STATE(8609), 1, + STATE(8732), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6851), 2, + STATE(6883), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(8991), 2, + STATE(8986), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(8918), 7, + ACTIONS(8914), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -578250,30 +580258,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [150436] = 10, - ACTIONS(8738), 1, + [151952] = 10, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8922), 1, + ACTIONS(8918), 1, sym__backtick_identifier, - ACTIONS(9058), 1, + ACTIONS(9066), 1, anon_sym_LPAREN, - STATE(8123), 1, + STATE(8112), 1, sym__lexical_identifier, - STATE(8609), 1, + STATE(8732), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7033), 2, + STATE(7161), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(8993), 2, + STATE(8950), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(8918), 7, + ACTIONS(8914), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -578281,30 +580289,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [150477] = 10, - ACTIONS(8738), 1, + [151993] = 10, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8922), 1, + ACTIONS(8918), 1, sym__backtick_identifier, - ACTIONS(9058), 1, + ACTIONS(9066), 1, anon_sym_LPAREN, - STATE(8123), 1, + STATE(8112), 1, sym__lexical_identifier, - STATE(8609), 1, + STATE(8732), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6853), 2, + STATE(6880), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(8998), 2, + STATE(9134), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(8918), 7, + ACTIONS(8914), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -578312,30 +580320,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [150518] = 10, - ACTIONS(8738), 1, + [152034] = 10, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8922), 1, + ACTIONS(8918), 1, sym__backtick_identifier, - ACTIONS(9058), 1, + ACTIONS(9066), 1, anon_sym_LPAREN, - STATE(8123), 1, + STATE(8112), 1, sym__lexical_identifier, - STATE(8609), 1, + STATE(8732), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7033), 2, + STATE(6854), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(8999), 2, + STATE(8951), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(8918), 7, + ACTIONS(8914), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -578343,29 +580351,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [150559] = 12, + [152075] = 12, ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4529), 1, + STATE(4566), 1, sym__lexical_identifier, - STATE(4594), 1, - sym_simple_identifier, - STATE(4608), 1, + STATE(4673), 1, sym__simple_user_type, - STATE(5036), 1, + STATE(4677), 1, + sym_simple_identifier, + STATE(5008), 1, sym_delegation_specifier, - STATE(5339), 1, + STATE(5361), 1, sym_user_type, - STATE(5423), 1, + STATE(5439), 1, sym_function_type, - STATE(9218), 1, + STATE(9181), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4946), 2, + STATE(4976), 2, sym_constructor_invocation, sym_explicit_delegation, ACTIONS(7), 7, @@ -578376,30 +580384,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [150604] = 10, - ACTIONS(8738), 1, + [152120] = 10, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8922), 1, + ACTIONS(8918), 1, sym__backtick_identifier, - ACTIONS(9058), 1, + ACTIONS(9066), 1, anon_sym_LPAREN, - STATE(8123), 1, + STATE(8112), 1, sym__lexical_identifier, - STATE(8609), 1, + STATE(8732), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6856), 2, + STATE(7161), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(9006), 2, + STATE(9131), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(8918), 7, + ACTIONS(8914), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -578407,30 +580415,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [150645] = 10, - ACTIONS(8738), 1, + [152161] = 10, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8922), 1, + ACTIONS(8918), 1, sym__backtick_identifier, - ACTIONS(9058), 1, + ACTIONS(9066), 1, anon_sym_LPAREN, - STATE(8123), 1, + STATE(8112), 1, sym__lexical_identifier, - STATE(8609), 1, + STATE(8732), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7033), 2, + STATE(6887), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(9007), 2, + STATE(9130), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(8918), 7, + ACTIONS(8914), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -578438,32 +580446,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [150686] = 12, - ACTIONS(491), 1, + [152202] = 10, + ACTIONS(8752), 1, + anon_sym_AT, + ACTIONS(8918), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9066), 1, anon_sym_LPAREN, - STATE(831), 1, - sym__simple_user_type, - STATE(866), 1, + STATE(8112), 1, sym__lexical_identifier, - STATE(875), 1, + STATE(8732), 1, sym_simple_identifier, - STATE(915), 1, - sym_user_type, - STATE(1029), 1, - sym_function_type, - STATE(1068), 1, - sym_delegation_specifier, - STATE(9350), 1, - sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1134), 2, - sym_constructor_invocation, - sym_explicit_delegation, - ACTIONS(413), 7, + STATE(5546), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7161), 2, + sym_annotation, + aux_sym__annotated_delegation_specifier_repeat1, + STATE(9159), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(8914), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -578471,32 +580477,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [150731] = 12, - ACTIONS(491), 1, + [152243] = 10, + ACTIONS(8752), 1, + anon_sym_AT, + ACTIONS(8918), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9066), 1, anon_sym_LPAREN, - STATE(831), 1, - sym__simple_user_type, - STATE(866), 1, + STATE(8112), 1, sym__lexical_identifier, - STATE(875), 1, + STATE(8732), 1, sym_simple_identifier, - STATE(1068), 1, - sym_delegation_specifier, - STATE(1368), 1, - sym_user_type, - STATE(1483), 1, - sym_function_type, - STATE(9350), 1, - sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1134), 2, - sym_constructor_invocation, - sym_explicit_delegation, - ACTIONS(413), 7, + STATE(5546), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(6891), 2, + sym_annotation, + aux_sym__annotated_delegation_specifier_repeat1, + STATE(9164), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(8914), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -578504,30 +580508,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [150776] = 10, - ACTIONS(8738), 1, + [152284] = 10, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8922), 1, + ACTIONS(8918), 1, sym__backtick_identifier, - ACTIONS(9058), 1, + ACTIONS(9066), 1, anon_sym_LPAREN, - STATE(8123), 1, + STATE(8112), 1, sym__lexical_identifier, - STATE(8609), 1, + STATE(8732), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6862), 2, + STATE(7161), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(8912), 2, + STATE(9147), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(8918), 7, + ACTIONS(8914), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -578535,32 +580539,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [150817] = 12, - ACTIONS(8406), 1, + [152325] = 10, + ACTIONS(8752), 1, + anon_sym_AT, + ACTIONS(8918), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9066), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(8112), 1, sym__lexical_identifier, - STATE(5170), 1, + STATE(8732), 1, sym_simple_identifier, - STATE(7562), 1, - sym__simple_user_type, - STATE(7887), 1, - sym_user_type, - STATE(8024), 1, - sym_function_type, - STATE(8278), 1, - sym_delegation_specifier, - STATE(9457), 1, - sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8231), 2, - sym_constructor_invocation, - sym_explicit_delegation, - ACTIONS(8392), 7, + STATE(5546), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7161), 2, + sym_annotation, + aux_sym__annotated_delegation_specifier_repeat1, + STATE(9128), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(8914), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -578568,32 +580570,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [150862] = 12, - ACTIONS(409), 1, + [152366] = 10, + ACTIONS(8752), 1, + anon_sym_AT, + ACTIONS(8918), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9066), 1, anon_sym_LPAREN, - STATE(2866), 1, - sym__simple_user_type, - STATE(2885), 1, - sym_simple_identifier, - STATE(2890), 1, + STATE(8112), 1, sym__lexical_identifier, - STATE(2975), 1, - sym_user_type, - STATE(3019), 1, - sym_function_type, - STATE(3318), 1, - sym_delegation_specifier, - STATE(9429), 1, - sym_function_type_parameters, + STATE(8732), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3407), 2, - sym_constructor_invocation, - sym_explicit_delegation, - ACTIONS(333), 7, + STATE(5546), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(6870), 2, + sym_annotation, + aux_sym__annotated_delegation_specifier_repeat1, + STATE(9028), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(8914), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -578601,30 +580601,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [150907] = 10, - ACTIONS(8738), 1, + [152407] = 10, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8922), 1, + ACTIONS(8918), 1, sym__backtick_identifier, - ACTIONS(9058), 1, + ACTIONS(9066), 1, anon_sym_LPAREN, - STATE(8123), 1, + STATE(8112), 1, sym__lexical_identifier, - STATE(8609), 1, + STATE(8732), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7033), 2, + STATE(6895), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(9015), 2, + STATE(8964), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(8918), 7, + ACTIONS(8914), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -578632,28 +580632,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [150948] = 8, - ACTIONS(9062), 1, + [152448] = 10, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(9068), 1, - sym_reification_modifier, - ACTIONS(9071), 1, + ACTIONS(8918), 1, sym__backtick_identifier, + ACTIONS(9066), 1, + anon_sym_LPAREN, + STATE(8112), 1, + sym__lexical_identifier, + STATE(8732), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9065), 2, - anon_sym_in, - anon_sym_out, - STATE(7398), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6863), 4, - sym_variance_modifier, - sym__type_parameter_modifier, + STATE(7161), 2, sym_annotation, - aux_sym_type_parameter_modifiers_repeat1, - ACTIONS(9060), 7, + aux_sym__annotated_delegation_specifier_repeat1, + STATE(8969), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(8914), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -578661,32 +580663,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [150985] = 12, - ACTIONS(8886), 1, + [152489] = 12, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(5519), 1, + STATE(3377), 1, + sym__simple_user_type, + STATE(3382), 1, sym__lexical_identifier, - STATE(5521), 1, + STATE(3446), 1, sym_simple_identifier, - STATE(7476), 1, - sym__simple_user_type, - STATE(7856), 1, + STATE(3901), 1, + sym_delegation_specifier, + STATE(4116), 1, sym_user_type, - STATE(7948), 1, + STATE(4128), 1, sym_function_type, - STATE(7974), 1, - sym_delegation_specifier, - STATE(8952), 1, + STATE(9488), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8055), 2, + STATE(3882), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(8880), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -578694,30 +580696,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [151030] = 10, - ACTIONS(8738), 1, + [152534] = 10, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8922), 1, + ACTIONS(8918), 1, sym__backtick_identifier, - ACTIONS(9058), 1, + ACTIONS(9066), 1, anon_sym_LPAREN, - STATE(8123), 1, + STATE(8112), 1, sym__lexical_identifier, - STATE(8609), 1, + STATE(8732), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6867), 2, + STATE(6898), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(9019), 2, + STATE(8976), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(8918), 7, + ACTIONS(8914), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -578725,30 +580727,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [151071] = 10, - ACTIONS(8738), 1, + [152575] = 10, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8922), 1, + ACTIONS(8918), 1, sym__backtick_identifier, - ACTIONS(9058), 1, + ACTIONS(9066), 1, anon_sym_LPAREN, - STATE(8123), 1, + STATE(8112), 1, sym__lexical_identifier, - STATE(8609), 1, + STATE(8732), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7033), 2, + STATE(7161), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(8925), 2, + STATE(8978), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(8918), 7, + ACTIONS(8914), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -578756,30 +580758,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [151112] = 10, - ACTIONS(8738), 1, + [152616] = 10, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8922), 1, + ACTIONS(8918), 1, sym__backtick_identifier, - ACTIONS(9058), 1, + ACTIONS(9066), 1, anon_sym_LPAREN, - STATE(8123), 1, + STATE(8112), 1, sym__lexical_identifier, - STATE(8609), 1, + STATE(8732), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7033), 2, + STATE(7161), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(9027), 2, + STATE(9124), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(8918), 7, + ACTIONS(8914), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -578787,32 +580789,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [151153] = 12, - ACTIONS(613), 1, + [152657] = 10, + ACTIONS(8752), 1, + anon_sym_AT, + ACTIONS(8918), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9066), 1, anon_sym_LPAREN, - STATE(3205), 1, - sym__simple_user_type, - STATE(3263), 1, + STATE(8112), 1, sym__lexical_identifier, - STATE(3264), 1, + STATE(8732), 1, sym_simple_identifier, - STATE(3743), 1, - sym_delegation_specifier, - STATE(4087), 1, - sym_user_type, - STATE(4142), 1, - sym_function_type, - STATE(9518), 1, - sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3677), 2, - sym_constructor_invocation, - sym_explicit_delegation, - ACTIONS(537), 7, + STATE(5546), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(6899), 2, + sym_annotation, + aux_sym__annotated_delegation_specifier_repeat1, + STATE(9111), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(8914), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -578820,30 +580820,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [151198] = 10, - ACTIONS(8738), 1, + [152698] = 10, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8922), 1, + ACTIONS(8918), 1, sym__backtick_identifier, - ACTIONS(9058), 1, + ACTIONS(9066), 1, anon_sym_LPAREN, - STATE(8123), 1, + STATE(8112), 1, sym__lexical_identifier, - STATE(8609), 1, + STATE(8732), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6871), 2, + STATE(6907), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(9042), 2, + STATE(8983), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(8918), 7, + ACTIONS(8914), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -578851,32 +580851,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [151239] = 12, - ACTIONS(281), 1, + [152739] = 10, + ACTIONS(8752), 1, + anon_sym_AT, + ACTIONS(8918), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9066), 1, anon_sym_LPAREN, - STATE(4440), 1, + STATE(8112), 1, sym__lexical_identifier, - STATE(4461), 1, - sym__simple_user_type, - STATE(4463), 1, + STATE(8732), 1, sym_simple_identifier, - STATE(4714), 1, - sym_delegation_specifier, - STATE(5084), 1, - sym_user_type, - STATE(5161), 1, - sym_function_type, - STATE(9167), 1, - sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4631), 2, - sym_constructor_invocation, - sym_explicit_delegation, - ACTIONS(199), 7, + STATE(5546), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7161), 2, + sym_annotation, + aux_sym__annotated_delegation_specifier_repeat1, + STATE(9194), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(8914), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -578884,30 +580882,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [151284] = 10, - ACTIONS(8738), 1, + [152780] = 10, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8922), 1, + ACTIONS(8918), 1, sym__backtick_identifier, - ACTIONS(9058), 1, + ACTIONS(9066), 1, anon_sym_LPAREN, - STATE(8123), 1, + STATE(8112), 1, sym__lexical_identifier, - STATE(8609), 1, + STATE(8732), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7033), 2, + STATE(7161), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(9044), 2, + STATE(9148), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(8918), 7, + ACTIONS(8914), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -578915,30 +580913,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [151325] = 10, - ACTIONS(8738), 1, - anon_sym_AT, - ACTIONS(8922), 1, + [152821] = 12, + ACTIONS(8926), 1, sym__backtick_identifier, - ACTIONS(9058), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(8123), 1, + STATE(4537), 1, sym__lexical_identifier, - STATE(8609), 1, + STATE(4554), 1, sym_simple_identifier, + STATE(4637), 1, + sym__simple_user_type, + STATE(5005), 1, + sym_user_type, + STATE(5137), 1, + sym_function_type, + STATE(5186), 1, + sym_delegation_specifier, + STATE(9563), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(6874), 2, - sym_annotation, - aux_sym__annotated_delegation_specifier_repeat1, - STATE(9057), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(8918), 7, + STATE(5195), 2, + sym_constructor_invocation, + sym_explicit_delegation, + ACTIONS(8920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -578946,30 +580946,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [151366] = 10, - ACTIONS(8738), 1, + [152866] = 10, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8922), 1, + ACTIONS(8918), 1, sym__backtick_identifier, - ACTIONS(9058), 1, + ACTIONS(9066), 1, anon_sym_LPAREN, - STATE(8123), 1, + STATE(8112), 1, sym__lexical_identifier, - STATE(8609), 1, + STATE(8732), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7033), 2, + STATE(6903), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(8916), 2, + STATE(9078), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(8918), 7, + ACTIONS(8914), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -578977,30 +580977,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [151407] = 10, - ACTIONS(8738), 1, + [152907] = 10, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8922), 1, + ACTIONS(8918), 1, sym__backtick_identifier, - ACTIONS(9058), 1, + ACTIONS(9066), 1, anon_sym_LPAREN, - STATE(8123), 1, + STATE(8112), 1, sym__lexical_identifier, - STATE(8609), 1, + STATE(8732), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7033), 2, + STATE(7161), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(9059), 2, + STATE(9067), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(8918), 7, + ACTIONS(8914), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -579008,30 +581008,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [151448] = 10, - ACTIONS(8738), 1, + [152948] = 10, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8922), 1, + ACTIONS(8918), 1, sym__backtick_identifier, - ACTIONS(9058), 1, + ACTIONS(9066), 1, anon_sym_LPAREN, - STATE(8123), 1, + STATE(8112), 1, sym__lexical_identifier, - STATE(8609), 1, + STATE(8732), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6873), 2, + STATE(7161), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(8899), 2, + STATE(8984), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(8918), 7, + ACTIONS(8914), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -579039,30 +581039,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [151489] = 10, - ACTIONS(8738), 1, + [152989] = 10, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8922), 1, + ACTIONS(8918), 1, sym__backtick_identifier, - ACTIONS(9058), 1, + ACTIONS(9066), 1, anon_sym_LPAREN, - STATE(8123), 1, + STATE(8112), 1, sym__lexical_identifier, - STATE(8609), 1, + STATE(8732), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6877), 2, + STATE(7161), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(9067), 2, + STATE(9019), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(8918), 7, + ACTIONS(8914), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -579070,30 +581070,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [151530] = 10, - ACTIONS(8738), 1, + [153030] = 10, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8922), 1, + ACTIONS(8918), 1, sym__backtick_identifier, - ACTIONS(9058), 1, + ACTIONS(9066), 1, anon_sym_LPAREN, - STATE(8123), 1, + STATE(8112), 1, sym__lexical_identifier, - STATE(8609), 1, + STATE(8732), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7033), 2, + STATE(7161), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(9072), 2, + STATE(9043), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(8918), 7, + ACTIONS(8914), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -579101,30 +581101,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [151571] = 10, - ACTIONS(8738), 1, + [153071] = 10, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8922), 1, + ACTIONS(8918), 1, sym__backtick_identifier, - ACTIONS(9058), 1, + ACTIONS(9066), 1, anon_sym_LPAREN, - STATE(8123), 1, + STATE(8112), 1, sym__lexical_identifier, - STATE(8609), 1, + STATE(8732), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6880), 2, + STATE(6906), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(9077), 2, + STATE(9059), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(8918), 7, + ACTIONS(8914), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -579132,28 +581132,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [151612] = 8, - ACTIONS(8991), 1, - anon_sym_AT, - ACTIONS(9075), 1, - sym_reification_modifier, - ACTIONS(9077), 1, + [153112] = 12, + ACTIONS(107), 1, sym__backtick_identifier, + ACTIONS(9027), 1, + anon_sym_LPAREN, + STATE(4566), 1, + sym__lexical_identifier, + STATE(4673), 1, + sym__simple_user_type, + STATE(4677), 1, + sym_simple_identifier, + STATE(4785), 1, + sym_user_type, + STATE(4866), 1, + sym_function_type, + STATE(5008), 1, + sym_delegation_specifier, + STATE(9181), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7322), 2, - anon_sym_in, - anon_sym_out, - STATE(7398), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(6863), 4, - sym_variance_modifier, - sym__type_parameter_modifier, - sym_annotation, - aux_sym_type_parameter_modifiers_repeat1, - ACTIONS(9073), 7, + STATE(4976), 2, + sym_constructor_invocation, + sym_explicit_delegation, + ACTIONS(7), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -579161,30 +581165,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [151649] = 10, - ACTIONS(8738), 1, + [153157] = 10, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8922), 1, + ACTIONS(8918), 1, sym__backtick_identifier, - ACTIONS(9058), 1, + ACTIONS(9066), 1, anon_sym_LPAREN, - STATE(8123), 1, + STATE(8112), 1, sym__lexical_identifier, - STATE(8609), 1, + STATE(8732), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7033), 2, + STATE(6915), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(9096), 2, + STATE(9034), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(8918), 7, + ACTIONS(8914), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -579192,30 +581196,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [151690] = 10, - ACTIONS(8738), 1, - anon_sym_AT, - ACTIONS(8922), 1, + [153198] = 12, + ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(9058), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(8123), 1, + STATE(4459), 1, + sym__simple_user_type, + STATE(4461), 1, sym__lexical_identifier, - STATE(8609), 1, + STATE(4466), 1, sym_simple_identifier, + STATE(4507), 1, + sym_user_type, + STATE(4529), 1, + sym_function_type, + STATE(4707), 1, + sym_delegation_specifier, + STATE(9309), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(6885), 2, - sym_annotation, - aux_sym__annotated_delegation_specifier_repeat1, - STATE(9117), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(8918), 7, + STATE(4585), 2, + sym_constructor_invocation, + sym_explicit_delegation, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -579223,30 +581229,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [151731] = 10, - ACTIONS(8738), 1, + [153243] = 10, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8922), 1, + ACTIONS(8918), 1, sym__backtick_identifier, - ACTIONS(9058), 1, + ACTIONS(9066), 1, anon_sym_LPAREN, - STATE(8123), 1, + STATE(8112), 1, sym__lexical_identifier, - STATE(8609), 1, + STATE(8732), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7033), 2, + STATE(6908), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(9020), 2, + STATE(9018), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(8918), 7, + ACTIONS(8914), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -579254,30 +581260,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [151772] = 10, - ACTIONS(8738), 1, + [153284] = 10, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8922), 1, + ACTIONS(8918), 1, sym__backtick_identifier, - ACTIONS(9058), 1, + ACTIONS(9066), 1, anon_sym_LPAREN, - STATE(8123), 1, + STATE(8112), 1, sym__lexical_identifier, - STATE(8609), 1, + STATE(8732), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6884), 2, + STATE(7161), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(9102), 2, + STATE(8992), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(8918), 7, + ACTIONS(8914), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -579285,30 +581291,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [151813] = 10, - ACTIONS(8738), 1, + [153325] = 10, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8922), 1, + ACTIONS(8918), 1, sym__backtick_identifier, - ACTIONS(9058), 1, + ACTIONS(9066), 1, anon_sym_LPAREN, - STATE(8123), 1, + STATE(8112), 1, sym__lexical_identifier, - STATE(8609), 1, + STATE(8732), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7033), 2, + STATE(6871), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(9105), 2, + STATE(9083), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(8918), 7, + ACTIONS(8914), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -579316,30 +581322,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [151854] = 10, - ACTIONS(8738), 1, - anon_sym_AT, - ACTIONS(8922), 1, + [153366] = 12, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9058), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(8123), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8609), 1, + STATE(5187), 1, sym_simple_identifier, + STATE(7692), 1, + sym__simple_user_type, + STATE(7927), 1, + sym_user_type, + STATE(8097), 1, + sym_function_type, + STATE(8221), 1, + sym_delegation_specifier, + STATE(9202), 1, + sym_function_type_parameters, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + STATE(8231), 2, + sym_constructor_invocation, + sym_explicit_delegation, + ACTIONS(8386), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + [153411] = 8, + ACTIONS(9076), 1, + anon_sym_AT, + ACTIONS(9082), 1, + sym_reification_modifier, + ACTIONS(9085), 1, + sym__backtick_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + ACTIONS(9079), 2, + anon_sym_in, + anon_sym_out, + STATE(7430), 2, sym__single_annotation, sym__multi_annotation, - STATE(7033), 2, + STATE(6918), 4, + sym_variance_modifier, + sym__type_parameter_modifier, sym_annotation, - aux_sym__annotated_delegation_specifier_repeat1, - STATE(9119), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(8918), 7, + aux_sym_type_parameter_modifiers_repeat1, + ACTIONS(9074), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -579347,30 +581384,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [151895] = 10, - ACTIONS(8738), 1, + [153448] = 10, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8922), 1, + ACTIONS(8918), 1, sym__backtick_identifier, - ACTIONS(9058), 1, + ACTIONS(9066), 1, anon_sym_LPAREN, - STATE(8123), 1, + STATE(8112), 1, sym__lexical_identifier, - STATE(8609), 1, + STATE(8732), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7033), 2, + STATE(7161), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(9127), 2, + STATE(9054), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(8918), 7, + ACTIONS(8914), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -579378,30 +581415,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [151936] = 10, - ACTIONS(8738), 1, - anon_sym_AT, - ACTIONS(8922), 1, + [153489] = 12, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(9058), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(8123), 1, - sym__lexical_identifier, - STATE(8609), 1, + STATE(834), 1, sym_simple_identifier, + STATE(843), 1, + sym__lexical_identifier, + STATE(865), 1, + sym__simple_user_type, + STATE(896), 1, + sym_user_type, + STATE(1018), 1, + sym_function_type, + STATE(1195), 1, + sym_delegation_specifier, + STATE(9486), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(6886), 2, - sym_annotation, - aux_sym__annotated_delegation_specifier_repeat1, - STATE(9124), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(8918), 7, + STATE(1075), 2, + sym_constructor_invocation, + sym_explicit_delegation, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -579409,30 +581448,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [151977] = 10, - ACTIONS(8738), 1, + [153534] = 10, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8922), 1, + ACTIONS(8918), 1, sym__backtick_identifier, - ACTIONS(9058), 1, + ACTIONS(9066), 1, anon_sym_LPAREN, - STATE(8123), 1, + STATE(8112), 1, sym__lexical_identifier, - STATE(8609), 1, + STATE(8732), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7033), 2, + STATE(6902), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(9137), 2, + STATE(9248), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(8918), 7, + ACTIONS(8914), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -579440,30 +581479,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [152018] = 10, - ACTIONS(8738), 1, + [153575] = 10, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8922), 1, + ACTIONS(8918), 1, sym__backtick_identifier, - ACTIONS(9058), 1, + ACTIONS(9066), 1, anon_sym_LPAREN, - STATE(8123), 1, + STATE(8112), 1, sym__lexical_identifier, - STATE(8609), 1, + STATE(8732), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6892), 2, + STATE(6919), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(9110), 2, + STATE(9053), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(8918), 7, + ACTIONS(8914), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -579471,63 +581510,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [152059] = 10, - ACTIONS(8738), 1, + [153616] = 10, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8922), 1, + ACTIONS(8918), 1, sym__backtick_identifier, - ACTIONS(9058), 1, + ACTIONS(9066), 1, anon_sym_LPAREN, - STATE(8123), 1, + STATE(8112), 1, sym__lexical_identifier, - STATE(8609), 1, + STATE(8732), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6882), 2, + STATE(6924), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(9023), 2, + STATE(9007), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(8918), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - [152100] = 12, - ACTIONS(409), 1, - sym__backtick_identifier, - ACTIONS(9021), 1, - anon_sym_LPAREN, - STATE(2866), 1, - sym__simple_user_type, - STATE(2885), 1, - sym_simple_identifier, - STATE(2890), 1, - sym__lexical_identifier, - STATE(3318), 1, - sym_delegation_specifier, - STATE(3936), 1, - sym_user_type, - STATE(4025), 1, - sym_function_type, - STATE(9429), 1, - sym_function_type_parameters, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(3407), 2, - sym_constructor_invocation, - sym_explicit_delegation, - ACTIONS(333), 7, + ACTIONS(8914), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -579535,30 +581541,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [152145] = 10, - ACTIONS(8738), 1, + [153657] = 10, + ACTIONS(8752), 1, anon_sym_AT, - ACTIONS(8922), 1, + ACTIONS(8918), 1, sym__backtick_identifier, - ACTIONS(9058), 1, + ACTIONS(9066), 1, anon_sym_LPAREN, - STATE(8123), 1, + STATE(8112), 1, sym__lexical_identifier, - STATE(8609), 1, + STATE(8732), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7033), 2, + STATE(7161), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(9111), 2, + STATE(9008), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(8918), 7, + ACTIONS(8914), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -579566,25 +581572,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [152186] = 7, - ACTIONS(9081), 1, + [153698] = 7, + ACTIONS(9089), 1, anon_sym_AT, - ACTIONS(9086), 1, + ACTIONS(9094), 1, anon_sym_suspend, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9084), 2, + ACTIONS(9092), 2, anon_sym_LPAREN, sym__backtick_identifier, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6893), 3, + STATE(6925), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(9079), 8, + ACTIONS(9087), 8, anon_sym_get, anon_sym_set, anon_sym_dynamic, @@ -579593,26 +581599,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [152220] = 7, - ACTIONS(8933), 1, + [153732] = 7, + ACTIONS(9099), 1, anon_sym_AT, - ACTIONS(9091), 1, + ACTIONS(9105), 1, sym__backtick_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(87), 3, + ACTIONS(9102), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(6899), 3, + STATE(6926), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(9089), 7, + ACTIONS(9097), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -579620,49 +581626,74 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [152254] = 7, - ACTIONS(8738), 1, + [153766] = 7, + ACTIONS(8941), 1, anon_sym_AT, - ACTIONS(9097), 1, - anon_sym_suspend, + ACTIONS(9109), 1, + sym__backtick_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9095), 2, - anon_sym_LPAREN, - sym__backtick_identifier, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6893), 3, - sym__type_modifier, + ACTIONS(87), 3, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + STATE(6926), 3, + sym_parameter_modifier, sym_annotation, - aux_sym_type_modifiers_repeat1, - ACTIONS(9093), 8, + aux_sym_parameter_modifiers_repeat1, + ACTIONS(9107), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + [153800] = 5, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(9115), 2, + anon_sym_in, + anon_sym_out, + ACTIONS(9113), 3, + anon_sym_AT, + anon_sym_LPAREN, + sym__backtick_identifier, + STATE(6928), 3, + sym__type_projection_modifier, + sym_variance_modifier, + aux_sym_type_projection_modifiers_repeat1, + ACTIONS(9111), 9, anon_sym_get, anon_sym_set, anon_sym_dynamic, + anon_sym_suspend, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [152288] = 5, + [153830] = 5, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9103), 2, + ACTIONS(7330), 2, anon_sym_in, anon_sym_out, - ACTIONS(9101), 3, + ACTIONS(9120), 3, anon_sym_AT, anon_sym_LPAREN, sym__backtick_identifier, - STATE(6896), 3, + STATE(6928), 3, sym__type_projection_modifier, sym_variance_modifier, aux_sym_type_projection_modifiers_repeat1, - ACTIONS(9099), 9, + ACTIONS(9118), 9, anon_sym_get, anon_sym_set, anon_sym_dynamic, @@ -579672,29 +581703,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [152318] = 10, - ACTIONS(8406), 1, + [153860] = 10, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8892), 1, + ACTIONS(8900), 1, anon_sym_LPAREN, - ACTIONS(9106), 1, + ACTIONS(9122), 1, anon_sym_dynamic, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(5170), 1, + STATE(5187), 1, sym_simple_identifier, - STATE(7393), 1, + STATE(7425), 1, sym__simple_user_type, - STATE(7631), 1, + STATE(7661), 1, sym_nullable_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7390), 3, + STATE(7423), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -579702,51 +581733,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [152358] = 5, + [153900] = 7, + ACTIONS(8752), 1, + anon_sym_AT, + ACTIONS(9128), 1, + anon_sym_suspend, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7322), 2, - anon_sym_in, - anon_sym_out, - ACTIONS(9110), 3, - anon_sym_AT, + ACTIONS(9126), 2, anon_sym_LPAREN, sym__backtick_identifier, - STATE(6896), 3, - sym__type_projection_modifier, - sym_variance_modifier, - aux_sym_type_projection_modifiers_repeat1, - ACTIONS(9108), 9, + STATE(5546), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(6925), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + ACTIONS(9124), 8, anon_sym_get, anon_sym_set, anon_sym_dynamic, - anon_sym_suspend, anon_sym_data, anon_sym_inner, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [152388] = 7, - ACTIONS(9114), 1, - anon_sym_AT, - ACTIONS(9120), 1, + [153934] = 9, + ACTIONS(8400), 1, sym__backtick_identifier, + ACTIONS(8941), 1, + anon_sym_AT, + STATE(3502), 1, + sym_type_constraint, + STATE(4533), 1, + sym__lexical_identifier, + STATE(9335), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(9117), 3, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, - STATE(6899), 3, - sym_parameter_modifier, + STATE(7004), 2, sym_annotation, - aux_sym_parameter_modifiers_repeat1, - ACTIONS(9112), 7, + aux_sym__annotated_delegation_specifier_repeat1, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -579754,27 +581788,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [152422] = 9, - ACTIONS(8406), 1, + [153971] = 9, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - STATE(3085), 1, - sym_type_constraint, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(9053), 1, + STATE(5172), 1, + sym_type_constraint, + STATE(9315), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6978), 2, + STATE(7015), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -579782,27 +581816,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [152459] = 9, - ACTIONS(8406), 1, + [154008] = 9, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(5613), 1, + STATE(8090), 1, sym_type_constraint, - STATE(9271), 1, + STATE(9190), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6966), 2, + STATE(6975), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -579810,27 +581844,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [152496] = 9, - ACTIONS(8406), 1, + [154045] = 9, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - STATE(3271), 1, + STATE(3652), 1, sym_type_constraint, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(9053), 1, + STATE(9335), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6978), 2, + STATE(7004), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -579838,27 +581872,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [152533] = 9, - ACTIONS(8406), 1, + [154082] = 9, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(5101), 1, + STATE(5631), 1, sym_type_constraint, - STATE(9134), 1, + STATE(9190), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6967), 2, + STATE(6975), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -579866,27 +581900,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [152570] = 9, - ACTIONS(8406), 1, + [154119] = 9, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - STATE(4507), 1, - sym__lexical_identifier, - STATE(5064), 1, + STATE(998), 1, sym_type_constraint, - STATE(8976), 1, + STATE(4533), 1, + sym__lexical_identifier, + STATE(9191), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6939), 2, + STATE(7007), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -579894,27 +581928,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [152607] = 9, - ACTIONS(8406), 1, + [154156] = 9, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - STATE(3064), 1, - sym_type_constraint, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(9062), 1, + STATE(5133), 1, + sym_type_constraint, + STATE(9315), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6954), 2, + STATE(7015), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -579922,27 +581956,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [152644] = 9, - ACTIONS(8406), 1, + [154193] = 9, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(5615), 1, + STATE(5644), 1, sym_type_constraint, - STATE(9002), 1, + STATE(9331), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6982), 2, + STATE(6997), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -579950,27 +581984,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [152681] = 9, - ACTIONS(8406), 1, + [154230] = 9, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9122), 1, - anon_sym_RBRACK, - STATE(4507), 1, + ACTIONS(8941), 1, + anon_sym_AT, + STATE(4533), 1, sym__lexical_identifier, - STATE(5170), 1, + STATE(7987), 1, + sym_type_constraint, + STATE(9220), 1, sym_simple_identifier, - STATE(5520), 1, - sym_user_type, - STATE(6621), 1, - sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(6908), 3, - sym_constructor_invocation, - sym__unescaped_annotation, - aux_sym_file_annotation_repeat1, - ACTIONS(8392), 7, + STATE(5546), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7013), 2, + sym_annotation, + aux_sym__annotated_delegation_specifier_repeat1, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -579978,27 +582012,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [152718] = 9, - ACTIONS(9127), 1, - anon_sym_RBRACK, - ACTIONS(9129), 1, + [154267] = 9, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(4507), 1, + ACTIONS(9130), 1, + anon_sym_RBRACK, + STATE(4533), 1, sym__lexical_identifier, - STATE(5170), 1, + STATE(5187), 1, sym_simple_identifier, - STATE(5520), 1, + STATE(5539), 1, sym_user_type, - STATE(6621), 1, + STATE(6746), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(6908), 3, + STATE(6953), 3, sym_constructor_invocation, sym__unescaped_annotation, aux_sym_file_annotation_repeat1, - ACTIONS(9124), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -580006,27 +582040,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [152755] = 9, - ACTIONS(8406), 1, + [154304] = 9, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - STATE(4507), 1, - sym__lexical_identifier, - STATE(4536), 1, + STATE(2980), 1, sym_type_constraint, - STATE(9075), 1, + STATE(4533), 1, + sym__lexical_identifier, + STATE(9226), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6958), 2, + STATE(7008), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -580034,27 +582068,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [152792] = 9, - ACTIONS(8406), 1, + [154341] = 9, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9132), 1, - anon_sym_RBRACK, - STATE(4507), 1, + ACTIONS(8941), 1, + anon_sym_AT, + STATE(4533), 1, sym__lexical_identifier, - STATE(5170), 1, + STATE(5047), 1, + sym_type_constraint, + STATE(9345), 1, sym_simple_identifier, - STATE(5520), 1, - sym_user_type, - STATE(6621), 1, - sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(6908), 3, - sym_constructor_invocation, - sym__unescaped_annotation, - aux_sym_file_annotation_repeat1, - ACTIONS(8392), 7, + STATE(5546), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(6990), 2, + sym_annotation, + aux_sym__annotated_delegation_specifier_repeat1, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -580062,27 +582096,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [152829] = 9, - ACTIONS(8406), 1, + [154378] = 9, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8118), 1, + STATE(4873), 1, sym_type_constraint, - STATE(9201), 1, + STATE(9345), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6957), 2, + STATE(6990), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -580090,27 +582124,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [152866] = 9, - ACTIONS(8406), 1, + [154415] = 9, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9134), 1, + ACTIONS(9132), 1, anon_sym_RBRACK, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(5170), 1, + STATE(5187), 1, sym_simple_identifier, - STATE(5520), 1, + STATE(5539), 1, sym_user_type, - STATE(6621), 1, + STATE(6746), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(6908), 3, + STATE(6953), 3, sym_constructor_invocation, sym__unescaped_annotation, aux_sym_file_annotation_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -580118,27 +582152,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [152903] = 9, - ACTIONS(8406), 1, + [154452] = 9, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9136), 1, + ACTIONS(9134), 1, anon_sym_RBRACK, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(5170), 1, + STATE(5187), 1, sym_simple_identifier, - STATE(5520), 1, + STATE(5539), 1, sym_user_type, - STATE(6621), 1, + STATE(6746), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(6908), 3, + STATE(6953), 3, sym_constructor_invocation, sym__unescaped_annotation, aux_sym_file_annotation_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -580146,27 +582180,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [152940] = 9, - ACTIONS(8406), 1, + [154489] = 9, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9138), 1, + ACTIONS(8941), 1, + anon_sym_AT, + STATE(907), 1, + sym_type_constraint, + STATE(4533), 1, + sym__lexical_identifier, + STATE(9191), 1, + sym_simple_identifier, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + STATE(5546), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7007), 2, + sym_annotation, + aux_sym__annotated_delegation_specifier_repeat1, + ACTIONS(8386), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + [154526] = 9, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(9136), 1, anon_sym_RBRACK, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(5170), 1, + STATE(5187), 1, sym_simple_identifier, - STATE(5520), 1, + STATE(5539), 1, sym_user_type, - STATE(6621), 1, + STATE(6746), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(6908), 3, + STATE(6953), 3, sym_constructor_invocation, sym__unescaped_annotation, aux_sym_file_annotation_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -580174,27 +582236,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [152977] = 9, - ACTIONS(8406), 1, + [154563] = 9, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7941), 1, + STATE(5627), 1, sym_type_constraint, - STATE(9002), 1, + STATE(9415), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6982), 2, + STATE(6985), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -580202,27 +582264,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [153014] = 9, - ACTIONS(8406), 1, + [154600] = 9, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, - anon_sym_AT, - STATE(4507), 1, + ACTIONS(9138), 1, + anon_sym_RBRACK, + STATE(4533), 1, sym__lexical_identifier, - STATE(5627), 1, - sym_type_constraint, - STATE(9146), 1, + STATE(5187), 1, sym_simple_identifier, + STATE(5539), 1, + sym_user_type, + STATE(6746), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(6949), 2, - sym_annotation, - aux_sym__annotated_delegation_specifier_repeat1, - ACTIONS(8392), 7, + STATE(6953), 3, + sym_constructor_invocation, + sym__unescaped_annotation, + aux_sym_file_annotation_repeat1, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -580230,27 +582292,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [153051] = 9, - ACTIONS(8406), 1, + [154637] = 9, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - STATE(3789), 1, - sym_type_constraint, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(9104), 1, + STATE(5628), 1, + sym_type_constraint, + STATE(9220), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6942), 2, + STATE(7013), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -580258,50 +582320,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [153088] = 4, - ACTIONS(8715), 1, - anon_sym_COLON, + [154674] = 9, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(9140), 1, + anon_sym_RBRACK, + STATE(4533), 1, + sym__lexical_identifier, + STATE(5187), 1, + sym_simple_identifier, + STATE(5539), 1, + sym_user_type, + STATE(6746), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3833), 5, - anon_sym_AT, - anon_sym_LPAREN, - anon_sym_LT, - anon_sym_DOT, - sym__backtick_identifier, - ACTIONS(3828), 10, + STATE(6953), 3, + sym_constructor_invocation, + sym__unescaped_annotation, + aux_sym_file_annotation_repeat1, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, - anon_sym_in, anon_sym_data, anon_sym_inner, - anon_sym_out, - sym_reification_modifier, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [153115] = 9, - ACTIONS(8406), 1, - sym__backtick_identifier, - ACTIONS(9140), 1, + [154711] = 9, + ACTIONS(9145), 1, anon_sym_RBRACK, - STATE(4507), 1, + ACTIONS(9147), 1, + sym__backtick_identifier, + STATE(4533), 1, sym__lexical_identifier, - STATE(5170), 1, + STATE(5187), 1, sym_simple_identifier, - STATE(5520), 1, + STATE(5539), 1, sym_user_type, - STATE(6621), 1, + STATE(6746), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(6908), 3, + STATE(6953), 3, sym_constructor_invocation, sym__unescaped_annotation, aux_sym_file_annotation_repeat1, - ACTIONS(8392), 7, + ACTIONS(9142), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -580309,27 +582376,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [153152] = 9, - ACTIONS(8406), 1, + [154748] = 9, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8941), 1, + anon_sym_AT, + STATE(4533), 1, + sym__lexical_identifier, + STATE(5628), 1, + sym_type_constraint, + STATE(9415), 1, + sym_simple_identifier, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + STATE(5546), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(6985), 2, + sym_annotation, + aux_sym__annotated_delegation_specifier_repeat1, + ACTIONS(8386), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + [154785] = 9, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9142), 1, + ACTIONS(9150), 1, anon_sym_RBRACK, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(5170), 1, + STATE(5187), 1, sym_simple_identifier, - STATE(5520), 1, + STATE(5539), 1, sym_user_type, - STATE(6621), 1, + STATE(6746), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(6908), 3, + STATE(6953), 3, sym_constructor_invocation, sym__unescaped_annotation, aux_sym_file_annotation_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -580337,27 +582432,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [153189] = 9, - ACTIONS(8406), 1, + [154822] = 9, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, - anon_sym_AT, - STATE(2983), 1, - sym_type_constraint, - STATE(4507), 1, + ACTIONS(9152), 1, + anon_sym_RBRACK, + STATE(4533), 1, sym__lexical_identifier, - STATE(9062), 1, + STATE(5187), 1, sym_simple_identifier, + STATE(5539), 1, + sym_user_type, + STATE(6746), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(6954), 2, - sym_annotation, - aux_sym__annotated_delegation_specifier_repeat1, - ACTIONS(8392), 7, + STATE(6953), 3, + sym_constructor_invocation, + sym__unescaped_annotation, + aux_sym_file_annotation_repeat1, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -580365,55 +582460,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [153226] = 9, - ACTIONS(8406), 1, - sym__backtick_identifier, - ACTIONS(8933), 1, - anon_sym_AT, - STATE(3657), 1, - sym_type_constraint, - STATE(4507), 1, - sym__lexical_identifier, - STATE(9168), 1, - sym_simple_identifier, + [154859] = 4, + ACTIONS(8723), 1, + anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(6972), 2, - sym_annotation, - aux_sym__annotated_delegation_specifier_repeat1, - ACTIONS(8392), 7, + ACTIONS(3948), 5, + anon_sym_AT, + anon_sym_LPAREN, + anon_sym_LT, + anon_sym_DOT, + sym__backtick_identifier, + ACTIONS(3943), 10, anon_sym_get, anon_sym_set, + anon_sym_in, anon_sym_data, anon_sym_inner, + anon_sym_out, + sym_reification_modifier, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [153263] = 9, - ACTIONS(8406), 1, + [154886] = 9, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - STATE(973), 1, + STATE(3640), 1, sym_type_constraint, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(9047), 1, + STATE(9267), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6950), 2, + STATE(6983), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -580421,27 +582511,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [153300] = 9, - ACTIONS(8406), 1, + [154923] = 9, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - STATE(934), 1, + STATE(3676), 1, sym_type_constraint, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(9047), 1, + STATE(9267), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6950), 2, + STATE(6983), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -580449,27 +582539,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [153337] = 9, - ACTIONS(8406), 1, + [154960] = 9, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9144), 1, + ACTIONS(9154), 1, anon_sym_RBRACK, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(5170), 1, + STATE(5187), 1, sym_simple_identifier, - STATE(5520), 1, + STATE(5539), 1, sym_user_type, - STATE(6621), 1, + STATE(6746), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(6908), 3, + STATE(6953), 3, sym_constructor_invocation, sym__unescaped_annotation, aux_sym_file_annotation_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -580477,55 +582567,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [153374] = 9, - ACTIONS(8406), 1, - sym__backtick_identifier, - ACTIONS(8933), 1, - anon_sym_AT, - STATE(4507), 1, - sym__lexical_identifier, - STATE(5152), 1, - sym_type_constraint, - STATE(9134), 1, - sym_simple_identifier, + [154997] = 5, + ACTIONS(9156), 1, + anon_sym_LPAREN, + STATE(5504), 1, + sym_value_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(6967), 2, - sym_annotation, - aux_sym__annotated_delegation_specifier_repeat1, - ACTIONS(8392), 7, + ACTIONS(6932), 2, + anon_sym_AT, + sym__backtick_identifier, + ACTIONS(6930), 12, anon_sym_get, anon_sym_set, + anon_sym_dynamic, + anon_sym_suspend, anon_sym_data, anon_sym_inner, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [153411] = 9, - ACTIONS(8406), 1, + [155026] = 9, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(5616), 1, + STATE(5631), 1, sym_type_constraint, - STATE(9201), 1, + STATE(9331), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6957), 2, + STATE(6997), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -580533,27 +582619,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [153448] = 9, - ACTIONS(8406), 1, + [155063] = 9, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9146), 1, + ACTIONS(9159), 1, anon_sym_RBRACK, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(5170), 1, + STATE(5187), 1, sym_simple_identifier, - STATE(5520), 1, + STATE(5539), 1, sym_user_type, - STATE(6621), 1, + STATE(6746), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(6908), 3, + STATE(6953), 3, sym_constructor_invocation, sym__unescaped_annotation, aux_sym_file_annotation_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -580561,27 +582647,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [153485] = 9, - ACTIONS(8406), 1, + [155100] = 9, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - STATE(4507), 1, - sym__lexical_identifier, - STATE(5615), 1, + STATE(4510), 1, sym_type_constraint, - STATE(9271), 1, + STATE(4533), 1, + sym__lexical_identifier, + STATE(9237), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6966), 2, + STATE(6987), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -580589,55 +582675,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [153522] = 9, - ACTIONS(8406), 1, - sym__backtick_identifier, - ACTIONS(8933), 1, - anon_sym_AT, - STATE(3535), 1, - sym_type_constraint, - STATE(4507), 1, - sym__lexical_identifier, - STATE(9168), 1, - sym_simple_identifier, + [155137] = 5, + ACTIONS(9161), 1, + anon_sym_LT, + STATE(7086), 1, + sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(6972), 2, - sym_annotation, - aux_sym__annotated_delegation_specifier_repeat1, - ACTIONS(8392), 7, + ACTIONS(4115), 4, + anon_sym_AT, + anon_sym_LPAREN, + anon_sym_DOT, + sym__backtick_identifier, + ACTIONS(4107), 10, anon_sym_get, anon_sym_set, + anon_sym_in, anon_sym_data, anon_sym_inner, + anon_sym_out, + sym_reification_modifier, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [153559] = 9, - ACTIONS(8406), 1, + [155166] = 9, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - STATE(4507), 1, - sym__lexical_identifier, - STATE(4860), 1, + STATE(3080), 1, sym_type_constraint, - STATE(8976), 1, + STATE(4533), 1, + sym__lexical_identifier, + STATE(9207), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6939), 2, + STATE(6977), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -580645,27 +582727,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [153596] = 9, - ACTIONS(8406), 1, + [155203] = 9, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(5616), 1, + STATE(4613), 1, sym_type_constraint, - STATE(9146), 1, + STATE(9237), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6949), 2, + STATE(6987), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -580673,27 +582755,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [153633] = 9, - ACTIONS(8406), 1, + [155240] = 9, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9148), 1, + ACTIONS(9163), 1, anon_sym_RBRACK, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(5170), 1, + STATE(5187), 1, sym_simple_identifier, - STATE(5520), 1, + STATE(5539), 1, sym_user_type, - STATE(6621), 1, + STATE(6746), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(6908), 3, + STATE(6953), 3, sym_constructor_invocation, sym__unescaped_annotation, aux_sym_file_annotation_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -580701,44 +582783,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [153670] = 5, - ACTIONS(9150), 1, - anon_sym_LPAREN, - STATE(5500), 1, - sym_value_arguments, + [155277] = 9, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8941), 1, + anon_sym_AT, + STATE(3087), 1, + sym_type_constraint, + STATE(4533), 1, + sym__lexical_identifier, + STATE(9226), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(6970), 2, - anon_sym_AT, + STATE(5546), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7008), 2, + sym_annotation, + aux_sym__annotated_delegation_specifier_repeat1, + ACTIONS(8386), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + [155314] = 9, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(6968), 12, + ACTIONS(8941), 1, + anon_sym_AT, + STATE(3296), 1, + sym_type_constraint, + STATE(4533), 1, + sym__lexical_identifier, + STATE(9207), 1, + sym_simple_identifier, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + STATE(5546), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(6977), 2, + sym_annotation, + aux_sym__annotated_delegation_specifier_repeat1, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, - anon_sym_dynamic, - anon_sym_suspend, anon_sym_data, anon_sym_inner, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [153699] = 5, - ACTIONS(9153), 1, - anon_sym_LT, - STATE(7023), 1, - sym_type_arguments, + [155351] = 5, + ACTIONS(9165), 1, + anon_sym_DOT, + STATE(6994), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4138), 4, + ACTIONS(4224), 3, anon_sym_AT, anon_sym_LPAREN, - anon_sym_DOT, sym__backtick_identifier, - ACTIONS(4130), 10, + ACTIONS(4222), 10, anon_sym_get, anon_sym_set, anon_sym_in, @@ -580749,27 +582862,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [153728] = 9, - ACTIONS(8406), 1, + [155379] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, - anon_sym_AT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(4564), 1, - sym_type_constraint, - STATE(9075), 1, + STATE(5187), 1, sym_simple_identifier, + STATE(5539), 1, + sym_user_type, + STATE(6746), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(6958), 2, - sym_annotation, - aux_sym__annotated_delegation_specifier_repeat1, - ACTIONS(8392), 7, + STATE(6946), 3, + sym_constructor_invocation, + sym__unescaped_annotation, + aux_sym_file_annotation_repeat1, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -580777,27 +582888,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [153765] = 9, - ACTIONS(8406), 1, + [155413] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9155), 1, - anon_sym_RBRACK, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(5170), 1, + STATE(5187), 1, sym_simple_identifier, - STATE(5520), 1, + STATE(5539), 1, sym_user_type, - STATE(6621), 1, + STATE(6746), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(6908), 3, + STATE(6955), 3, sym_constructor_invocation, sym__unescaped_annotation, aux_sym_file_annotation_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -580805,27 +582914,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [153802] = 9, - ACTIONS(8406), 1, + [155447] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, - anon_sym_AT, - STATE(3614), 1, - sym_type_constraint, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(9104), 1, + STATE(5187), 1, sym_simple_identifier, + STATE(5539), 1, + sym_user_type, + STATE(6746), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(6942), 2, - sym_annotation, - aux_sym__annotated_delegation_specifier_repeat1, - ACTIONS(8392), 7, + STATE(6963), 3, + sym_constructor_invocation, + sym__unescaped_annotation, + aux_sym_file_annotation_repeat1, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -580833,25 +582940,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [153839] = 8, - ACTIONS(8406), 1, + [155481] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(9021), 1, + STATE(9204), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7032), 2, + STATE(7034), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -580859,25 +582966,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [153873] = 8, - ACTIONS(8406), 1, + [155515] = 9, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(4507), 1, + ACTIONS(9167), 1, + anon_sym_LBRACK, + STATE(4533), 1, sym__lexical_identifier, - STATE(5170), 1, + STATE(5530), 1, sym_simple_identifier, - STATE(5520), 1, - sym_user_type, - STATE(6621), 1, + STATE(5540), 1, sym__simple_user_type, + STATE(5542), 1, + sym_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(6912), 3, + STATE(5580), 2, sym_constructor_invocation, sym__unescaped_annotation, - aux_sym_file_annotation_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -580885,25 +582993,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [153907] = 8, - ACTIONS(8406), 1, + [155551] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(9186), 1, + STATE(9198), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7032), 2, + STATE(7034), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -580911,25 +583019,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [153941] = 8, - ACTIONS(8406), 1, + [155585] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(9103), 1, + STATE(9011), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7032), 2, + STATE(7003), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -580937,25 +583045,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [153975] = 8, - ACTIONS(8406), 1, + [155619] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, - anon_sym_AT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(9370), 1, + STATE(5187), 1, sym_simple_identifier, + STATE(5539), 1, + sym_user_type, + STATE(6746), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(6977), 2, - sym_annotation, - aux_sym__annotated_delegation_specifier_repeat1, - ACTIONS(8392), 7, + STATE(6952), 3, + sym_constructor_invocation, + sym__unescaped_annotation, + aux_sym_file_annotation_repeat1, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -580963,25 +583071,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [154009] = 8, - ACTIONS(8406), 1, + [155653] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(9171), 3, + anon_sym_AT, + anon_sym_LPAREN, sym__backtick_identifier, - STATE(4507), 1, + ACTIONS(9169), 12, + anon_sym_get, + anon_sym_set, + anon_sym_dynamic, + anon_sym_in, + anon_sym_suspend, + anon_sym_data, + anon_sym_inner, + anon_sym_out, + sym_reification_modifier, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + [155677] = 8, + ACTIONS(8400), 1, + sym__backtick_identifier, + STATE(4533), 1, sym__lexical_identifier, - STATE(5170), 1, + STATE(5187), 1, sym_simple_identifier, - STATE(5520), 1, + STATE(5539), 1, sym_user_type, - STATE(6621), 1, + STATE(6746), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(6913), 3, + STATE(6960), 3, sym_constructor_invocation, sym__unescaped_annotation, aux_sym_file_annotation_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -580989,25 +583118,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [154043] = 8, - ACTIONS(8406), 1, + [155711] = 9, + ACTIONS(1750), 1, + sym__backtick_identifier, + ACTIONS(9173), 1, + anon_sym_LBRACK, + STATE(3593), 1, + sym_simple_identifier, + STATE(3789), 1, + sym__lexical_identifier, + STATE(3866), 1, + sym__simple_user_type, + STATE(3913), 1, + sym_user_type, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + STATE(4002), 2, + sym_constructor_invocation, + sym__unescaped_annotation, + ACTIONS(1686), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + [155747] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(9166), 1, + STATE(9221), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7032), 2, + STATE(7034), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -581015,25 +583171,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [154077] = 8, - ACTIONS(8406), 1, + [155781] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, - anon_sym_AT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(9233), 1, + STATE(5187), 1, sym_simple_identifier, + STATE(5539), 1, + sym_user_type, + STATE(6746), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(6947), 2, - sym_annotation, - aux_sym__annotated_delegation_specifier_repeat1, - ACTIONS(8392), 7, + STATE(6945), 3, + sym_constructor_invocation, + sym__unescaped_annotation, + aux_sym_file_annotation_repeat1, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -581041,25 +583197,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [154111] = 8, - ACTIONS(8406), 1, + [155815] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(9266), 1, + STATE(9403), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7032), 2, + STATE(7034), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -581067,26 +583223,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [154145] = 9, - ACTIONS(8406), 1, + [155849] = 9, + ACTIONS(9021), 1, sym__backtick_identifier, - ACTIONS(9157), 1, + ACTIONS(9175), 1, anon_sym_LBRACK, - STATE(4507), 1, - sym__lexical_identifier, - STATE(5170), 1, + STATE(6965), 1, sym_simple_identifier, - STATE(6621), 1, + STATE(6998), 1, + sym__lexical_identifier, + STATE(7017), 1, sym__simple_user_type, - STATE(6934), 1, + STATE(7057), 1, sym_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5538), 2, + STATE(7428), 2, sym_constructor_invocation, sym__unescaped_annotation, - ACTIONS(8392), 7, + ACTIONS(9015), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -581094,25 +583250,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [154181] = 8, - ACTIONS(8406), 1, + [155885] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8894), 1, + STATE(9235), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7032), 2, + STATE(7034), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -581120,25 +583276,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [154215] = 8, - ACTIONS(8406), 1, + [155919] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(9046), 1, + STATE(9517), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7032), 2, + STATE(7002), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -581146,46 +583302,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [154249] = 3, + [155953] = 6, + ACTIONS(9183), 1, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3833), 5, + ACTIONS(9180), 2, anon_sym_AT, - anon_sym_LPAREN, - anon_sym_LT, - anon_sym_DOT, sym__backtick_identifier, - ACTIONS(3828), 10, + ACTIONS(9185), 2, + anon_sym_dynamic, + anon_sym_suspend, + ACTIONS(9187), 3, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + ACTIONS(9177), 7, anon_sym_get, anon_sym_set, - anon_sym_in, anon_sym_data, anon_sym_inner, - anon_sym_out, - sym_reification_modifier, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [154273] = 8, - ACTIONS(8406), 1, + [155983] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(9522), 1, + STATE(9326), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6987), 2, + STATE(7034), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -581193,48 +583352,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [154307] = 5, - ACTIONS(9159), 1, - anon_sym_DOT, - STATE(6956), 1, - aux_sym_user_type_repeat1, + [156017] = 8, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(8941), 1, + anon_sym_AT, + STATE(4533), 1, + sym__lexical_identifier, + STATE(9215), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4271), 3, - anon_sym_AT, - anon_sym_LPAREN, - sym__backtick_identifier, - ACTIONS(4269), 10, + STATE(5546), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7034), 2, + sym_annotation, + aux_sym__annotated_delegation_specifier_repeat1, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, - anon_sym_in, anon_sym_data, anon_sym_inner, - anon_sym_out, - sym_reification_modifier, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [154335] = 8, - ACTIONS(8406), 1, + [156051] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, - anon_sym_AT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(9060), 1, + STATE(5187), 1, sym_simple_identifier, + STATE(5539), 1, + sym_user_type, + STATE(6746), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(7032), 2, - sym_annotation, - aux_sym__annotated_delegation_specifier_repeat1, - ACTIONS(8392), 7, + STATE(6941), 3, + sym_constructor_invocation, + sym__unescaped_annotation, + aux_sym_file_annotation_repeat1, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -581242,25 +583404,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [154369] = 8, - ACTIONS(8406), 1, + [156085] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(5170), 1, + STATE(5187), 1, sym_simple_identifier, - STATE(5520), 1, + STATE(5539), 1, sym_user_type, - STATE(6621), 1, + STATE(6746), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(6928), 3, + STATE(6968), 3, sym_constructor_invocation, sym__unescaped_annotation, aux_sym_file_annotation_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -581268,19 +583430,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [154403] = 5, - ACTIONS(9161), 1, + [156119] = 5, + ACTIONS(9189), 1, anon_sym_DOT, - STATE(6956), 1, + STATE(6994), 1, aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4306), 3, + ACTIONS(4274), 3, anon_sym_AT, anon_sym_LPAREN, sym__backtick_identifier, - ACTIONS(4304), 10, + ACTIONS(4272), 10, anon_sym_get, anon_sym_set, anon_sym_in, @@ -581291,25 +583453,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [154431] = 8, - ACTIONS(8406), 1, + [156147] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(9196), 1, + STATE(9216), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7032), 2, + STATE(6991), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -581317,25 +583479,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [154465] = 8, - ACTIONS(8406), 1, + [156181] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, - anon_sym_AT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(9074), 1, + STATE(5187), 1, sym_simple_identifier, + STATE(5539), 1, + sym_user_type, + STATE(6746), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(7032), 2, - sym_annotation, - aux_sym__annotated_delegation_specifier_repeat1, - ACTIONS(8392), 7, + STATE(6948), 3, + sym_constructor_invocation, + sym__unescaped_annotation, + aux_sym_file_annotation_repeat1, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -581343,51 +583505,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [154499] = 8, - ACTIONS(8406), 1, + [156215] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(9163), 1, + STATE(9322), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6945), 2, + STATE(7034), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - ACTIONS(8392), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - [154533] = 8, - ACTIONS(8406), 1, - sym__backtick_identifier, - STATE(4507), 1, - sym__lexical_identifier, - STATE(5170), 1, - sym_simple_identifier, - STATE(5520), 1, - sym_user_type, - STATE(6621), 1, - sym__simple_user_type, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(6914), 3, - sym_constructor_invocation, - sym__unescaped_annotation, - aux_sym_file_annotation_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -581395,19 +583531,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [154567] = 5, - ACTIONS(9159), 1, - anon_sym_DOT, - STATE(6953), 1, - aux_sym_user_type_repeat1, + [156249] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4144), 3, + ACTIONS(3948), 5, anon_sym_AT, anon_sym_LPAREN, + anon_sym_LT, + anon_sym_DOT, sym__backtick_identifier, - ACTIONS(4142), 10, + ACTIONS(3943), 10, anon_sym_get, anon_sym_set, anon_sym_in, @@ -581418,52 +583552,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [154595] = 9, - ACTIONS(9001), 1, - sym__backtick_identifier, - ACTIONS(9164), 1, - anon_sym_LBRACK, - STATE(6935), 1, - sym_simple_identifier, - STATE(6951), 1, - sym__lexical_identifier, - STATE(6961), 1, - sym__simple_user_type, - STATE(7054), 1, - sym_user_type, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(7396), 2, - sym_constructor_invocation, - sym__unescaped_annotation, - ACTIONS(8995), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - [154631] = 8, - ACTIONS(8406), 1, + [156273] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(9270), 1, + STATE(9218), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7032), 2, + STATE(7034), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -581471,25 +583578,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [154665] = 8, - ACTIONS(8406), 1, + [156307] = 9, + ACTIONS(8849), 1, sym__backtick_identifier, - STATE(4507), 1, - sym__lexical_identifier, - STATE(5170), 1, + ACTIONS(9192), 1, + anon_sym_LBRACK, + STATE(5187), 1, sym_simple_identifier, - STATE(5520), 1, - sym_user_type, - STATE(6621), 1, + STATE(5419), 1, + sym__lexical_identifier, + STATE(5538), 1, sym__simple_user_type, + STATE(5539), 1, + sym_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(6937), 3, + STATE(5550), 2, sym_constructor_invocation, sym__unescaped_annotation, - aux_sym_file_annotation_repeat1, - ACTIONS(8392), 7, + ACTIONS(8845), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -581497,26 +583605,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [154699] = 9, - ACTIONS(8886), 1, + [156343] = 9, + ACTIONS(8908), 1, sym__backtick_identifier, - ACTIONS(9166), 1, + ACTIONS(9194), 1, anon_sym_LBRACK, - STATE(5519), 1, + STATE(5536), 1, sym__lexical_identifier, - STATE(5521), 1, + STATE(5537), 1, sym_simple_identifier, - STATE(8233), 1, + STATE(8289), 1, sym__simple_user_type, - STATE(8373), 1, + STATE(8394), 1, sym_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8728), 2, + STATE(8665), 2, sym_constructor_invocation, sym__unescaped_annotation, - ACTIONS(8880), 7, + ACTIONS(8902), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -581524,25 +583632,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [154735] = 8, - ACTIONS(8406), 1, + [156379] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(9268), 1, + STATE(9516), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7032), 2, + STATE(7034), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -581550,25 +583658,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [154769] = 8, - ACTIONS(8406), 1, + [156413] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(9054), 1, + STATE(8955), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7032), 2, + STATE(7034), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -581576,25 +583684,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [154803] = 8, - ACTIONS(8406), 1, + [156447] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(4507), 1, + ACTIONS(8941), 1, + anon_sym_AT, + STATE(4533), 1, sym__lexical_identifier, - STATE(5170), 1, + STATE(9329), 1, sym_simple_identifier, - STATE(5520), 1, - sym_user_type, - STATE(6621), 1, - sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(6920), 3, - sym_constructor_invocation, - sym__unescaped_annotation, - aux_sym_file_annotation_repeat1, - ACTIONS(8392), 7, + STATE(5546), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7034), 2, + sym_annotation, + aux_sym__annotated_delegation_specifier_repeat1, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -581602,26 +583710,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [154837] = 9, - ACTIONS(8858), 1, + [156481] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9157), 1, - anon_sym_LBRACK, - STATE(5170), 1, - sym_simple_identifier, - STATE(5416), 1, + ACTIONS(8941), 1, + anon_sym_AT, + STATE(4533), 1, sym__lexical_identifier, - STATE(5520), 1, - sym_user_type, - STATE(5525), 1, - sym__simple_user_type, + STATE(9208), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5538), 2, - sym_constructor_invocation, - sym__unescaped_annotation, - ACTIONS(8854), 7, + STATE(5546), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7034), 2, + sym_annotation, + aux_sym__annotated_delegation_specifier_repeat1, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -581629,26 +583736,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [154873] = 9, - ACTIONS(8406), 1, + [156515] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9168), 1, - anon_sym_LBRACK, - STATE(4507), 1, + ACTIONS(8941), 1, + anon_sym_AT, + STATE(4533), 1, sym__lexical_identifier, - STATE(5517), 1, + STATE(9219), 1, sym_simple_identifier, - STATE(5524), 1, - sym__simple_user_type, - STATE(5534), 1, - sym_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5569), 2, - sym_constructor_invocation, - sym__unescaped_annotation, - ACTIONS(8392), 7, + STATE(5546), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(6999), 2, + sym_annotation, + aux_sym__annotated_delegation_specifier_repeat1, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -581656,25 +583762,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [154909] = 8, - ACTIONS(8406), 1, + [156549] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(4507), 1, + ACTIONS(8941), 1, + anon_sym_AT, + STATE(4533), 1, sym__lexical_identifier, - STATE(5170), 1, + STATE(9175), 1, sym_simple_identifier, - STATE(5520), 1, - sym_user_type, - STATE(6621), 1, - sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(6907), 3, - sym_constructor_invocation, - sym__unescaped_annotation, - aux_sym_file_annotation_repeat1, - ACTIONS(8392), 7, + STATE(5546), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7034), 2, + sym_annotation, + aux_sym__annotated_delegation_specifier_repeat1, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -581682,25 +583788,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [154943] = 8, - ACTIONS(8406), 1, + [156583] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(9165), 1, + STATE(9224), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7032), 2, + STATE(7034), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -581708,25 +583814,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [154977] = 8, - ACTIONS(8406), 1, + [156617] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(5170), 1, + STATE(5187), 1, sym_simple_identifier, - STATE(5520), 1, + STATE(5539), 1, sym_user_type, - STATE(6621), 1, + STATE(6746), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(6933), 3, + STATE(6956), 3, sym_constructor_invocation, sym__unescaped_annotation, aux_sym_file_annotation_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -581734,25 +583840,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [155011] = 8, - ACTIONS(8406), 1, + [156651] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(4507), 1, + ACTIONS(8941), 1, + anon_sym_AT, + STATE(4533), 1, sym__lexical_identifier, - STATE(5170), 1, + STATE(9382), 1, sym_simple_identifier, - STATE(5520), 1, - sym_user_type, - STATE(6621), 1, - sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(6919), 3, - sym_constructor_invocation, - sym__unescaped_annotation, - aux_sym_file_annotation_repeat1, - ACTIONS(8392), 7, + STATE(5546), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7012), 2, + sym_annotation, + aux_sym__annotated_delegation_specifier_repeat1, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -581760,53 +583866,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [155045] = 9, - ACTIONS(1750), 1, + [156685] = 9, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9170), 1, + ACTIONS(9192), 1, anon_sym_LBRACK, - STATE(3569), 1, - sym_simple_identifier, - STATE(3796), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(3850), 1, - sym__simple_user_type, - STATE(3929), 1, - sym_user_type, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(3957), 2, - sym_constructor_invocation, - sym__unescaped_annotation, - ACTIONS(1686), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - [155081] = 9, - ACTIONS(9013), 1, - sym__backtick_identifier, - ACTIONS(9172), 1, - anon_sym_LBRACK, - STATE(5620), 1, + STATE(5187), 1, sym_simple_identifier, - STATE(5632), 1, - sym__lexical_identifier, - STATE(5638), 1, + STATE(6746), 1, sym__simple_user_type, - STATE(5640), 1, + STATE(6961), 1, sym_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5662), 2, + STATE(5550), 2, sym_constructor_invocation, sym__unescaped_annotation, - ACTIONS(9007), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -581814,25 +583893,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [155117] = 8, - ACTIONS(8406), 1, + [156721] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(9374), 1, + STATE(9381), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7032), 2, + STATE(7034), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -581840,25 +583919,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [155151] = 8, - ACTIONS(8406), 1, + [156755] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(9051), 1, + STATE(9069), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7032), 2, + STATE(7034), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -581866,70 +583945,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [155185] = 3, + [156789] = 9, + ACTIONS(9013), 1, + sym__backtick_identifier, + ACTIONS(9196), 1, + anon_sym_LBRACK, + STATE(5632), 1, + sym_simple_identifier, + STATE(5648), 1, + sym__lexical_identifier, + STATE(5652), 1, + sym__simple_user_type, + STATE(5655), 1, + sym_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9176), 3, - anon_sym_AT, - anon_sym_LPAREN, - sym__backtick_identifier, - ACTIONS(9174), 12, + STATE(5691), 2, + sym_constructor_invocation, + sym__unescaped_annotation, + ACTIONS(9007), 7, anon_sym_get, anon_sym_set, - anon_sym_dynamic, - anon_sym_in, - anon_sym_suspend, anon_sym_data, anon_sym_inner, - anon_sym_out, - sym_reification_modifier, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [155209] = 8, - ACTIONS(8406), 1, + [156825] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(9001), 1, + STATE(9290), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(6941), 2, + STATE(7034), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - ACTIONS(8392), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - [155243] = 6, - ACTIONS(9184), 1, - anon_sym_LPAREN, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(9181), 2, - anon_sym_AT, - sym__backtick_identifier, - ACTIONS(9186), 2, - anon_sym_dynamic, - anon_sym_suspend, - ACTIONS(9188), 3, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, - ACTIONS(9178), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -581937,25 +583998,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [155273] = 8, - ACTIONS(8406), 1, + [156859] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, + ACTIONS(8941), 1, anon_sym_AT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8902), 1, + STATE(9206), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, + STATE(5546), 2, sym__single_annotation, sym__multi_annotation, - STATE(7032), 2, + STATE(7005), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -581963,52 +584024,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [155307] = 8, - ACTIONS(8406), 1, - sym__backtick_identifier, - STATE(4507), 1, - sym__lexical_identifier, - STATE(5170), 1, - sym_simple_identifier, - STATE(5520), 1, - sym_user_type, - STATE(6621), 1, - sym__simple_user_type, + [156893] = 5, + ACTIONS(9165), 1, + anon_sym_DOT, + STATE(6971), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(6910), 3, - sym_constructor_invocation, - sym__unescaped_annotation, - aux_sym_file_annotation_repeat1, - ACTIONS(8392), 7, + ACTIONS(4311), 3, + anon_sym_AT, + anon_sym_LPAREN, + sym__backtick_identifier, + ACTIONS(4309), 10, anon_sym_get, anon_sym_set, + anon_sym_in, anon_sym_data, anon_sym_inner, + anon_sym_out, + sym_reification_modifier, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [155341] = 9, - ACTIONS(8406), 1, + [156921] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9157), 1, - anon_sym_LBRACK, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(5170), 1, + STATE(5187), 1, sym_simple_identifier, - STATE(5520), 1, + STATE(5539), 1, sym_user_type, - STATE(6621), 1, + STATE(6746), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5538), 2, + STATE(6950), 3, sym_constructor_invocation, sym__unescaped_annotation, - ACTIONS(8392), 7, + aux_sym_file_annotation_repeat1, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -582016,25 +584073,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [155377] = 8, - ACTIONS(8406), 1, + [156955] = 9, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(8933), 1, - anon_sym_AT, - STATE(4507), 1, + ACTIONS(9192), 1, + anon_sym_LBRACK, + STATE(4533), 1, sym__lexical_identifier, - STATE(9507), 1, + STATE(5187), 1, sym_simple_identifier, + STATE(5539), 1, + sym_user_type, + STATE(6746), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(6963), 2, - sym_annotation, - aux_sym__annotated_delegation_specifier_repeat1, - ACTIONS(8392), 7, + STATE(5550), 2, + sym_constructor_invocation, + sym__unescaped_annotation, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -582042,25 +584100,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [155411] = 8, - ACTIONS(8406), 1, + [156991] = 8, + ACTIONS(533), 1, sym__backtick_identifier, - STATE(4507), 1, + ACTIONS(9198), 1, + anon_sym_LPAREN, + ACTIONS(9200), 1, + anon_sym_DOT, + STATE(3382), 1, sym__lexical_identifier, - STATE(5170), 1, + STATE(3540), 1, sym_simple_identifier, - STATE(5520), 1, - sym_user_type, - STATE(6621), 1, - sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(6925), 3, - sym_constructor_invocation, - sym__unescaped_annotation, - aux_sym_file_annotation_repeat1, - ACTIONS(8392), 7, + STATE(2223), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -582068,25 +584125,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [155445] = 8, - ACTIONS(8406), 1, - sym__backtick_identifier, - ACTIONS(8933), 1, - anon_sym_AT, - STATE(4507), 1, - sym__lexical_identifier, - STATE(9521), 1, - sym_simple_identifier, + [157024] = 7, + ACTIONS(6349), 1, + anon_sym_LT, + ACTIONS(9202), 1, + anon_sym_LPAREN, + STATE(3914), 1, + sym__function_value_parameters, + STATE(5112), 1, + sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(7032), 2, - sym_annotation, - aux_sym__annotated_delegation_specifier_repeat1, - ACTIONS(8392), 7, + ACTIONS(4115), 3, + anon_sym_DOT, + sym__quest, + sym__backtick_identifier, + ACTIONS(4107), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -582094,23 +584149,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [155479] = 7, - ACTIONS(6338), 1, + [157055] = 7, + ACTIONS(6349), 1, anon_sym_LT, - ACTIONS(9190), 1, + ACTIONS(9202), 1, anon_sym_LPAREN, - STATE(5093), 1, - sym_type_arguments, - STATE(5096), 1, + STATE(3037), 1, sym__function_value_parameters, + STATE(5112), 1, + sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4138), 3, + ACTIONS(4115), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4130), 7, + ACTIONS(4107), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -582118,23 +584173,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [155510] = 7, - ACTIONS(6338), 1, - anon_sym_LT, - ACTIONS(9190), 1, + [157086] = 8, + ACTIONS(533), 1, + sym__backtick_identifier, + ACTIONS(9198), 1, anon_sym_LPAREN, - STATE(5093), 1, - sym_type_arguments, - STATE(5098), 1, - sym__function_value_parameters, + ACTIONS(9204), 1, + anon_sym_DOT, + STATE(3382), 1, + sym__lexical_identifier, + STATE(3540), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4138), 3, - anon_sym_DOT, - sym__quest, - sym__backtick_identifier, - ACTIONS(4130), 7, + STATE(1569), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -582142,23 +584198,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [155541] = 7, - ACTIONS(6338), 1, + [157119] = 7, + ACTIONS(6349), 1, anon_sym_LT, - ACTIONS(9192), 1, + ACTIONS(9202), 1, anon_sym_LPAREN, - STATE(1267), 1, + STATE(3041), 1, sym__function_value_parameters, - STATE(5093), 1, + STATE(5112), 1, sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4138), 3, + ACTIONS(4115), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4130), 7, + ACTIONS(4107), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -582166,24 +584222,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [155572] = 8, - ACTIONS(491), 1, + [157150] = 8, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9194), 1, + ACTIONS(9198), 1, anon_sym_LPAREN, - ACTIONS(9196), 1, + ACTIONS(9206), 1, anon_sym_DOT, - STATE(866), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(910), 1, + STATE(3540), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(625), 2, + STATE(1568), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(413), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -582191,24 +584247,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [155605] = 8, - ACTIONS(491), 1, + [157183] = 8, + ACTIONS(8855), 1, sym__backtick_identifier, - ACTIONS(9194), 1, + ACTIONS(9208), 1, anon_sym_LPAREN, - ACTIONS(9198), 1, + ACTIONS(9210), 1, anon_sym_DOT, - STATE(866), 1, + STATE(5532), 1, sym__lexical_identifier, - STATE(910), 1, + STATE(5629), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(626), 2, + STATE(5261), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(413), 7, + ACTIONS(8851), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -582216,68 +584272,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [155638] = 7, - ACTIONS(6338), 1, - anon_sym_LT, - ACTIONS(9192), 1, + [157216] = 8, + ACTIONS(613), 1, + sym__backtick_identifier, + ACTIONS(9212), 1, anon_sym_LPAREN, - STATE(1256), 1, - sym__function_value_parameters, - STATE(5093), 1, - sym_type_arguments, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4138), 3, + ACTIONS(9214), 1, anon_sym_DOT, - sym__quest, - sym__backtick_identifier, - ACTIONS(4130), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - [155669] = 3, + STATE(843), 1, + sym__lexical_identifier, + STATE(934), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4446), 4, - anon_sym_AT, - anon_sym_LPAREN, - anon_sym_DOT, - sym__backtick_identifier, - ACTIONS(4444), 10, + STATE(568), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, - anon_sym_in, anon_sym_data, anon_sym_inner, - anon_sym_out, - sym_reification_modifier, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [155692] = 8, - ACTIONS(195), 1, + [157249] = 8, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(9200), 1, + ACTIONS(9212), 1, anon_sym_LPAREN, - ACTIONS(9202), 1, + ACTIONS(9216), 1, anon_sym_DOT, - STATE(2864), 1, + STATE(843), 1, sym__lexical_identifier, - STATE(2918), 1, + STATE(934), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2391), 2, + STATE(440), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(111), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -582285,23 +584322,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [155725] = 7, - ACTIONS(6338), 1, + [157282] = 7, + ACTIONS(6349), 1, anon_sym_LT, - ACTIONS(9204), 1, + ACTIONS(9202), 1, anon_sym_LPAREN, - STATE(3469), 1, + STATE(3045), 1, sym__function_value_parameters, - STATE(5093), 1, + STATE(5112), 1, sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4138), 3, + ACTIONS(4115), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4130), 7, + ACTIONS(4107), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -582309,23 +584346,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [155756] = 7, - ACTIONS(6338), 1, + [157313] = 7, + ACTIONS(6349), 1, anon_sym_LT, - ACTIONS(9204), 1, + ACTIONS(9218), 1, anon_sym_LPAREN, - STATE(3538), 1, - sym__function_value_parameters, - STATE(5093), 1, + STATE(5112), 1, sym_type_arguments, + STATE(5122), 1, + sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4138), 3, + ACTIONS(4115), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4130), 7, + ACTIONS(4107), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + [157344] = 8, + ACTIONS(613), 1, + sym__backtick_identifier, + ACTIONS(9212), 1, + anon_sym_LPAREN, + ACTIONS(9220), 1, + anon_sym_DOT, + STATE(843), 1, + sym__lexical_identifier, + STATE(934), 1, + sym_simple_identifier, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + STATE(451), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -582333,21 +584395,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [155787] = 8, + [157377] = 8, ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9200), 1, + ACTIONS(9222), 1, anon_sym_LPAREN, - ACTIONS(9206), 1, + ACTIONS(9224), 1, anon_sym_DOT, - STATE(2864), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(2918), 1, + STATE(2966), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2596), 2, + STATE(1316), 2, sym_variable_declaration, sym_multi_variable_declaration, ACTIONS(111), 7, @@ -582358,23 +584420,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [155820] = 7, - ACTIONS(6338), 1, + [157410] = 7, + ACTIONS(6349), 1, anon_sym_LT, - ACTIONS(9204), 1, + ACTIONS(9226), 1, anon_sym_LPAREN, - STATE(3533), 1, + STATE(2825), 1, sym__function_value_parameters, - STATE(5093), 1, + STATE(5112), 1, sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4138), 3, + ACTIONS(4115), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4130), 7, + ACTIONS(4107), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -582382,24 +584444,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [155851] = 8, - ACTIONS(491), 1, + [157441] = 6, + ACTIONS(9230), 1, + anon_sym_AT, + ACTIONS(9233), 1, sym__backtick_identifier, - ACTIONS(9194), 1, - anon_sym_LPAREN, - ACTIONS(9208), 1, - anon_sym_DOT, - STATE(866), 1, - sym__lexical_identifier, - STATE(910), 1, - sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(621), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(413), 7, + STATE(5546), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7034), 2, + sym_annotation, + aux_sym__annotated_delegation_specifier_repeat1, + ACTIONS(9228), 8, + anon_sym_val, anon_sym_get, anon_sym_set, anon_sym_data, @@ -582407,23 +584467,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [155884] = 7, - ACTIONS(6338), 1, + [157470] = 7, + ACTIONS(6349), 1, anon_sym_LT, - ACTIONS(9192), 1, + ACTIONS(9226), 1, anon_sym_LPAREN, - STATE(1241), 1, + STATE(2826), 1, sym__function_value_parameters, - STATE(5093), 1, + STATE(5112), 1, sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4138), 3, + ACTIONS(4115), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4130), 7, + ACTIONS(4107), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -582431,24 +584491,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [155915] = 8, - ACTIONS(8850), 1, + [157501] = 8, + ACTIONS(8855), 1, sym__backtick_identifier, - ACTIONS(9210), 1, + ACTIONS(9208), 1, anon_sym_LPAREN, - ACTIONS(9212), 1, + ACTIONS(9235), 1, anon_sym_DOT, - STATE(5515), 1, + STATE(5532), 1, sym__lexical_identifier, - STATE(5614), 1, + STATE(5629), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5206), 2, + STATE(5242), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(8846), 7, + ACTIONS(8851), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -582456,24 +584516,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [155948] = 8, - ACTIONS(491), 1, - sym__backtick_identifier, - ACTIONS(9194), 1, + [157534] = 7, + ACTIONS(6349), 1, + anon_sym_LT, + ACTIONS(9226), 1, anon_sym_LPAREN, - ACTIONS(9214), 1, - anon_sym_DOT, - STATE(866), 1, - sym__lexical_identifier, - STATE(910), 1, - sym_simple_identifier, + STATE(2832), 1, + sym__function_value_parameters, + STATE(5112), 1, + sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(459), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(413), 7, + ACTIONS(4115), 3, + anon_sym_DOT, + sym__quest, + sym__backtick_identifier, + ACTIONS(4107), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -582481,21 +584540,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [155981] = 8, + [157565] = 8, ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(9216), 1, + ACTIONS(9212), 1, anon_sym_LPAREN, - ACTIONS(9218), 1, + ACTIONS(9237), 1, anon_sym_DOT, - STATE(3263), 1, + STATE(843), 1, sym__lexical_identifier, - STATE(3496), 1, + STATE(934), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1849), 2, + STATE(609), 2, sym_variable_declaration, sym_multi_variable_declaration, ACTIONS(537), 7, @@ -582506,23 +584565,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [156014] = 7, - ACTIONS(6338), 1, + [157598] = 7, + ACTIONS(6349), 1, anon_sym_LT, - ACTIONS(9220), 1, + ACTIONS(9202), 1, anon_sym_LPAREN, - STATE(4618), 1, + STATE(3975), 1, sym__function_value_parameters, - STATE(5093), 1, + STATE(5112), 1, sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4138), 3, + ACTIONS(4115), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4130), 7, + ACTIONS(4107), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -582530,48 +584589,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [156045] = 7, - ACTIONS(6338), 1, + [157629] = 7, + ACTIONS(6349), 1, anon_sym_LT, - ACTIONS(9222), 1, + ACTIONS(9239), 1, anon_sym_LPAREN, - STATE(5093), 1, - sym_type_arguments, - STATE(7843), 1, + STATE(2806), 1, sym__function_value_parameters, + STATE(5112), 1, + sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4138), 3, + ACTIONS(4115), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4130), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - [156076] = 8, - ACTIONS(613), 1, - sym__backtick_identifier, - ACTIONS(9216), 1, - anon_sym_LPAREN, - ACTIONS(9224), 1, - anon_sym_DOT, - STATE(3263), 1, - sym__lexical_identifier, - STATE(3496), 1, - sym_simple_identifier, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(2689), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(537), 7, + ACTIONS(4107), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -582579,23 +584613,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [156109] = 7, - ACTIONS(6338), 1, + [157660] = 7, + ACTIONS(6349), 1, anon_sym_LT, - ACTIONS(9226), 1, + ACTIONS(9239), 1, anon_sym_LPAREN, - STATE(3547), 1, + STATE(2809), 1, sym__function_value_parameters, - STATE(5093), 1, + STATE(5112), 1, sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4138), 3, + ACTIONS(4115), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4130), 7, + ACTIONS(4107), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -582603,24 +584637,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [156140] = 8, - ACTIONS(195), 1, + [157691] = 8, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(9200), 1, + ACTIONS(9212), 1, anon_sym_LPAREN, - ACTIONS(9228), 1, + ACTIONS(9241), 1, anon_sym_DOT, - STATE(2864), 1, + STATE(843), 1, sym__lexical_identifier, - STATE(2918), 1, + STATE(934), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2594), 2, + STATE(449), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(111), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -582628,24 +584662,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [156173] = 8, - ACTIONS(8850), 1, + [157724] = 8, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9210), 1, + ACTIONS(9222), 1, anon_sym_LPAREN, - ACTIONS(9230), 1, + ACTIONS(9243), 1, anon_sym_DOT, - STATE(5515), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(5614), 1, + STATE(2966), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5189), 2, + STATE(2405), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(8846), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -582653,24 +584687,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [156206] = 8, - ACTIONS(613), 1, + [157757] = 8, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9216), 1, + ACTIONS(9198), 1, anon_sym_LPAREN, - ACTIONS(9232), 1, + ACTIONS(9245), 1, anon_sym_DOT, - STATE(3263), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(3496), 1, + STATE(3540), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2571), 2, + STATE(2687), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(537), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -582678,23 +584712,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [156239] = 7, - ACTIONS(6338), 1, + [157790] = 7, + ACTIONS(6349), 1, anon_sym_LT, - ACTIONS(9226), 1, + ACTIONS(9218), 1, anon_sym_LPAREN, - STATE(3546), 1, + STATE(4797), 1, sym__function_value_parameters, - STATE(5093), 1, + STATE(5112), 1, sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4138), 3, + ACTIONS(4115), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4130), 7, + ACTIONS(4107), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -582702,24 +584736,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [156270] = 8, - ACTIONS(195), 1, - sym__backtick_identifier, - ACTIONS(9200), 1, + [157821] = 7, + ACTIONS(6349), 1, + anon_sym_LT, + ACTIONS(9247), 1, anon_sym_LPAREN, - ACTIONS(9234), 1, - anon_sym_DOT, - STATE(2864), 1, - sym__lexical_identifier, - STATE(2918), 1, - sym_simple_identifier, + STATE(5112), 1, + sym_type_arguments, + STATE(7871), 1, + sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2593), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(111), 7, + ACTIONS(4115), 3, + anon_sym_DOT, + sym__quest, + sym__backtick_identifier, + ACTIONS(4107), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -582727,23 +584760,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [156303] = 7, - ACTIONS(6338), 1, + [157852] = 7, + ACTIONS(6349), 1, anon_sym_LT, - ACTIONS(9236), 1, + ACTIONS(9239), 1, anon_sym_LPAREN, - STATE(5093), 1, - sym_type_arguments, - STATE(7851), 1, + STATE(2813), 1, sym__function_value_parameters, + STATE(5112), 1, + sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4138), 3, + ACTIONS(4115), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4130), 7, + ACTIONS(4107), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -582751,23 +584784,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [156334] = 7, - ACTIONS(6338), 1, + [157883] = 7, + ACTIONS(6349), 1, anon_sym_LT, - ACTIONS(9226), 1, + ACTIONS(9249), 1, anon_sym_LPAREN, - STATE(3543), 1, + STATE(788), 1, sym__function_value_parameters, - STATE(5093), 1, + STATE(5112), 1, sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4138), 3, + ACTIONS(4115), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4130), 7, + ACTIONS(4107), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -582775,23 +584808,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [156365] = 7, - ACTIONS(6338), 1, + [157914] = 7, + ACTIONS(6349), 1, anon_sym_LT, - ACTIONS(9220), 1, + ACTIONS(9249), 1, anon_sym_LPAREN, - STATE(4551), 1, + STATE(789), 1, sym__function_value_parameters, - STATE(5093), 1, + STATE(5112), 1, sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4138), 3, + ACTIONS(4115), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4130), 7, + ACTIONS(4107), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -582799,23 +584832,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [156396] = 7, - ACTIONS(6338), 1, + [157945] = 7, + ACTIONS(6349), 1, anon_sym_LT, - ACTIONS(9222), 1, + ACTIONS(9249), 1, anon_sym_LPAREN, - STATE(5093), 1, - sym_type_arguments, - STATE(7844), 1, + STATE(793), 1, sym__function_value_parameters, + STATE(5112), 1, + sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4138), 3, + ACTIONS(4115), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4130), 7, + ACTIONS(4107), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -582823,24 +584856,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [156427] = 8, - ACTIONS(491), 1, - sym__backtick_identifier, - ACTIONS(9194), 1, + [157976] = 7, + ACTIONS(6349), 1, + anon_sym_LT, + ACTIONS(9249), 1, anon_sym_LPAREN, - ACTIONS(9238), 1, - anon_sym_DOT, - STATE(866), 1, - sym__lexical_identifier, - STATE(910), 1, - sym_simple_identifier, + STATE(1218), 1, + sym__function_value_parameters, + STATE(5112), 1, + sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(448), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(413), 7, + ACTIONS(4115), 3, + anon_sym_DOT, + sym__quest, + sym__backtick_identifier, + ACTIONS(4107), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -582848,23 +584880,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [156460] = 7, - ACTIONS(6338), 1, + [158007] = 7, + ACTIONS(6349), 1, anon_sym_LT, - ACTIONS(9192), 1, + ACTIONS(9249), 1, anon_sym_LPAREN, - STATE(843), 1, + STATE(1217), 1, sym__function_value_parameters, - STATE(5093), 1, + STATE(5112), 1, sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4138), 3, + ACTIONS(4115), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4130), 7, + ACTIONS(4107), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -582872,23 +584904,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [156491] = 7, - ACTIONS(6338), 1, + [158038] = 7, + ACTIONS(6349), 1, anon_sym_LT, - ACTIONS(9192), 1, + ACTIONS(9202), 1, anon_sym_LPAREN, - STATE(841), 1, + STATE(3982), 1, sym__function_value_parameters, - STATE(5093), 1, + STATE(5112), 1, sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4138), 3, + ACTIONS(4115), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4130), 7, + ACTIONS(4107), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -582896,23 +584928,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [156522] = 7, - ACTIONS(6338), 1, - anon_sym_LT, - ACTIONS(9192), 1, + [158069] = 8, + ACTIONS(533), 1, + sym__backtick_identifier, + ACTIONS(9198), 1, anon_sym_LPAREN, - STATE(844), 1, - sym__function_value_parameters, - STATE(5093), 1, - sym_type_arguments, + ACTIONS(9251), 1, + anon_sym_DOT, + STATE(3382), 1, + sym__lexical_identifier, + STATE(3540), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4138), 3, - anon_sym_DOT, - sym__quest, - sym__backtick_identifier, - ACTIONS(4130), 7, + STATE(2662), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -582920,23 +584953,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [156553] = 7, - ACTIONS(6338), 1, + [158102] = 7, + ACTIONS(6349), 1, anon_sym_LT, - ACTIONS(9220), 1, + ACTIONS(9249), 1, anon_sym_LPAREN, - STATE(4547), 1, + STATE(1216), 1, sym__function_value_parameters, - STATE(5093), 1, + STATE(5112), 1, sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4138), 3, + ACTIONS(4115), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4130), 7, + ACTIONS(4107), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -582944,36 +584977,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [156584] = 3, + [158133] = 7, + ACTIONS(6349), 1, + anon_sym_LT, + ACTIONS(9239), 1, + anon_sym_LPAREN, + STATE(3521), 1, + sym__function_value_parameters, + STATE(5112), 1, + sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4428), 4, - anon_sym_AT, - anon_sym_LPAREN, + ACTIONS(4115), 3, anon_sym_DOT, + sym__quest, sym__backtick_identifier, - ACTIONS(4426), 10, + ACTIONS(4107), 7, anon_sym_get, anon_sym_set, - anon_sym_in, anon_sym_data, anon_sym_inner, - anon_sym_out, - sym_reification_modifier, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [156607] = 3, + [158164] = 5, + ACTIONS(9253), 1, + anon_sym_LPAREN, + STATE(7422), 1, + sym_value_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4306), 4, + ACTIONS(6932), 2, anon_sym_AT, - anon_sym_LPAREN, - anon_sym_DOT, sym__backtick_identifier, - ACTIONS(4304), 10, + ACTIONS(6930), 10, anon_sym_get, anon_sym_set, anon_sym_in, @@ -582984,24 +585023,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [156630] = 8, - ACTIONS(8844), 1, - sym__backtick_identifier, - ACTIONS(9240), 1, + [158191] = 7, + ACTIONS(6349), 1, + anon_sym_LT, + ACTIONS(9239), 1, anon_sym_LPAREN, - ACTIONS(9242), 1, - anon_sym_DOT, - STATE(2984), 1, - sym__lexical_identifier, - STATE(3603), 1, - sym_simple_identifier, + STATE(3523), 1, + sym__function_value_parameters, + STATE(5112), 1, + sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1767), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(8840), 7, + ACTIONS(4115), 3, + anon_sym_DOT, + sym__quest, + sym__backtick_identifier, + ACTIONS(4107), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -583009,25 +585047,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [156663] = 9, - ACTIONS(8237), 1, - anon_sym_LBRACE, - ACTIONS(8886), 1, - sym__backtick_identifier, - ACTIONS(9244), 1, - anon_sym_COLON, - ACTIONS(9246), 1, - sym__automatic_semicolon, - STATE(5519), 1, - sym__lexical_identifier, - STATE(8224), 1, - sym_simple_identifier, - STATE(9179), 1, - sym_class_body, + [158222] = 7, + ACTIONS(6349), 1, + anon_sym_LT, + ACTIONS(9239), 1, + anon_sym_LPAREN, + STATE(3524), 1, + sym__function_value_parameters, + STATE(5112), 1, + sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8880), 7, + ACTIONS(4115), 3, + anon_sym_DOT, + sym__quest, + sym__backtick_identifier, + ACTIONS(4107), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -583035,23 +585071,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [156698] = 7, - ACTIONS(6338), 1, + [158253] = 7, + ACTIONS(6349), 1, anon_sym_LT, - ACTIONS(9248), 1, + ACTIONS(9226), 1, anon_sym_LPAREN, - STATE(4748), 1, + STATE(2998), 1, sym__function_value_parameters, - STATE(5093), 1, + STATE(5112), 1, sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4138), 3, + ACTIONS(4115), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4130), 7, + ACTIONS(4107), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -583059,23 +585095,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [156729] = 7, - ACTIONS(6338), 1, - anon_sym_LT, - ACTIONS(9250), 1, + [158284] = 7, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(9066), 1, anon_sym_LPAREN, - STATE(3433), 1, - sym__function_value_parameters, - STATE(5093), 1, - sym_type_arguments, + STATE(4533), 1, + sym__lexical_identifier, + STATE(7996), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4138), 3, - anon_sym_DOT, - sym__quest, - sym__backtick_identifier, - ACTIONS(4130), 7, + STATE(8726), 3, + sym_variable_declaration, + sym_multi_variable_declaration, + sym__lambda_parameter, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -583083,41 +585119,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [156760] = 3, + [158315] = 8, + ACTIONS(613), 1, + sym__backtick_identifier, + ACTIONS(9212), 1, + anon_sym_LPAREN, + ACTIONS(9255), 1, + anon_sym_DOT, + STATE(843), 1, + sym__lexical_identifier, + STATE(934), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4442), 4, - anon_sym_AT, + STATE(622), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(537), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + [158348] = 7, + ACTIONS(6349), 1, + anon_sym_LT, + ACTIONS(9249), 1, anon_sym_LPAREN, + STATE(1263), 1, + sym__function_value_parameters, + STATE(5112), 1, + sym_type_arguments, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4115), 3, anon_sym_DOT, + sym__quest, sym__backtick_identifier, - ACTIONS(4440), 10, + ACTIONS(4107), 7, anon_sym_get, anon_sym_set, - anon_sym_in, anon_sym_data, anon_sym_inner, - anon_sym_out, - sym_reification_modifier, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [156783] = 8, + [158379] = 8, ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(9216), 1, + ACTIONS(9212), 1, anon_sym_LPAREN, - ACTIONS(9252), 1, + ACTIONS(9257), 1, anon_sym_DOT, - STATE(3263), 1, + STATE(843), 1, sym__lexical_identifier, - STATE(3496), 1, + STATE(934), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2253), 2, + STATE(559), 2, sym_variable_declaration, sym_multi_variable_declaration, ACTIONS(537), 7, @@ -583128,24 +585193,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [156816] = 8, - ACTIONS(491), 1, + [158412] = 8, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(9194), 1, + ACTIONS(9212), 1, anon_sym_LPAREN, - ACTIONS(9254), 1, + ACTIONS(9259), 1, anon_sym_DOT, - STATE(866), 1, + STATE(843), 1, sym__lexical_identifier, - STATE(910), 1, + STATE(934), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(442), 2, + STATE(459), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(413), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -583153,22 +585218,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [156849] = 6, - ACTIONS(9258), 1, - anon_sym_AT, - ACTIONS(9261), 1, - sym__backtick_identifier, + [158445] = 7, + ACTIONS(6349), 1, + anon_sym_LT, + ACTIONS(9247), 1, + anon_sym_LPAREN, + STATE(5112), 1, + sym_type_arguments, + STATE(7873), 1, + sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5537), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(7032), 2, - sym_annotation, - aux_sym__annotated_delegation_specifier_repeat1, - ACTIONS(9256), 8, - anon_sym_val, + ACTIONS(4115), 3, + anon_sym_DOT, + sym__quest, + sym__backtick_identifier, + ACTIONS(4107), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -583176,22 +585242,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [156878] = 6, - ACTIONS(9263), 1, - anon_sym_AT, + [158476] = 8, + ACTIONS(613), 1, + sym__backtick_identifier, + ACTIONS(9212), 1, + anon_sym_LPAREN, + ACTIONS(9261), 1, + anon_sym_DOT, + STATE(843), 1, + sym__lexical_identifier, + STATE(934), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9261), 2, - anon_sym_LPAREN, - sym__backtick_identifier, - STATE(5537), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(7033), 2, - sym_annotation, - aux_sym__annotated_delegation_specifier_repeat1, - ACTIONS(9256), 7, + STATE(569), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -583199,21 +585267,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [156907] = 8, + [158509] = 8, ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(9216), 1, + ACTIONS(9212), 1, anon_sym_LPAREN, - ACTIONS(9266), 1, + ACTIONS(9263), 1, anon_sym_DOT, - STATE(3263), 1, + STATE(843), 1, sym__lexical_identifier, - STATE(3496), 1, + STATE(934), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2560), 2, + STATE(623), 2, sym_variable_declaration, sym_multi_variable_declaration, ACTIONS(537), 7, @@ -583224,21 +585292,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [156940] = 8, + [158542] = 8, ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(9216), 1, + ACTIONS(9212), 1, anon_sym_LPAREN, - ACTIONS(9268), 1, + ACTIONS(9265), 1, anon_sym_DOT, - STATE(3263), 1, + STATE(843), 1, sym__lexical_identifier, - STATE(3496), 1, + STATE(934), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2662), 2, + STATE(548), 2, sym_variable_declaration, sym_multi_variable_declaration, ACTIONS(537), 7, @@ -583249,23 +585317,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [156973] = 7, - ACTIONS(6338), 1, + [158575] = 7, + ACTIONS(6349), 1, anon_sym_LT, - ACTIONS(9250), 1, + ACTIONS(9226), 1, anon_sym_LPAREN, - STATE(3965), 1, + STATE(2997), 1, sym__function_value_parameters, - STATE(5093), 1, + STATE(5112), 1, sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4138), 3, + ACTIONS(4115), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4130), 7, + ACTIONS(4107), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -583273,23 +585341,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [157004] = 7, - ACTIONS(6338), 1, + [158606] = 7, + ACTIONS(6349), 1, anon_sym_LT, - ACTIONS(9220), 1, + ACTIONS(9249), 1, anon_sym_LPAREN, - STATE(5093), 1, - sym_type_arguments, - STATE(5181), 1, + STATE(1251), 1, sym__function_value_parameters, + STATE(5112), 1, + sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4138), 3, + ACTIONS(4115), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4130), 7, + ACTIONS(4107), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -583297,24 +585365,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [157035] = 8, - ACTIONS(613), 1, + [158637] = 8, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9216), 1, + ACTIONS(9198), 1, anon_sym_LPAREN, - ACTIONS(9270), 1, + ACTIONS(9267), 1, anon_sym_DOT, - STATE(3263), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(3496), 1, + STATE(3540), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2661), 2, + STATE(2660), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(537), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -583322,23 +585390,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [157068] = 7, - ACTIONS(6338), 1, + [158670] = 7, + ACTIONS(6349), 1, anon_sym_LT, - ACTIONS(9250), 1, + ACTIONS(9226), 1, anon_sym_LPAREN, - STATE(3411), 1, + STATE(2995), 1, sym__function_value_parameters, - STATE(5093), 1, + STATE(5112), 1, sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4138), 3, + ACTIONS(4115), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4130), 7, + ACTIONS(4107), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -583346,24 +585414,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [157099] = 8, - ACTIONS(613), 1, - sym__backtick_identifier, - ACTIONS(9216), 1, + [158701] = 7, + ACTIONS(6349), 1, + anon_sym_LT, + ACTIONS(9249), 1, anon_sym_LPAREN, - ACTIONS(9272), 1, - anon_sym_DOT, - STATE(3263), 1, - sym__lexical_identifier, - STATE(3496), 1, - sym_simple_identifier, + STATE(876), 1, + sym__function_value_parameters, + STATE(5112), 1, + sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2243), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(537), 7, + ACTIONS(4115), 3, + anon_sym_DOT, + sym__quest, + sym__backtick_identifier, + ACTIONS(4107), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -583371,24 +585438,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [157132] = 8, - ACTIONS(491), 1, - sym__backtick_identifier, - ACTIONS(9194), 1, + [158732] = 7, + ACTIONS(6349), 1, + anon_sym_LT, + ACTIONS(9249), 1, anon_sym_LPAREN, - ACTIONS(9274), 1, - anon_sym_DOT, - STATE(866), 1, - sym__lexical_identifier, - STATE(910), 1, - sym_simple_identifier, + STATE(873), 1, + sym__function_value_parameters, + STATE(5112), 1, + sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(424), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(413), 7, + ACTIONS(4115), 3, + anon_sym_DOT, + sym__quest, + sym__backtick_identifier, + ACTIONS(4107), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -583396,24 +585462,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [157165] = 8, - ACTIONS(613), 1, + [158763] = 8, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9216), 1, + ACTIONS(9222), 1, anon_sym_LPAREN, - ACTIONS(9276), 1, + ACTIONS(9269), 1, anon_sym_DOT, - STATE(3263), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(3496), 1, + STATE(2966), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2637), 2, + STATE(1599), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(537), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -583421,24 +585487,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [157198] = 8, - ACTIONS(491), 1, - sym__backtick_identifier, - ACTIONS(9194), 1, + [158796] = 7, + ACTIONS(6349), 1, + anon_sym_LT, + ACTIONS(9249), 1, anon_sym_LPAREN, - ACTIONS(9278), 1, + STATE(872), 1, + sym__function_value_parameters, + STATE(5112), 1, + sym_type_arguments, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4115), 3, anon_sym_DOT, - STATE(866), 1, - sym__lexical_identifier, - STATE(910), 1, - sym_simple_identifier, + sym__quest, + sym__backtick_identifier, + ACTIONS(4107), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + [158827] = 7, + ACTIONS(6349), 1, + anon_sym_LT, + ACTIONS(9202), 1, + anon_sym_LPAREN, + STATE(3995), 1, + sym__function_value_parameters, + STATE(5112), 1, + sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(435), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(413), 7, + ACTIONS(4115), 3, + anon_sym_DOT, + sym__quest, + sym__backtick_identifier, + ACTIONS(4107), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -583446,24 +585535,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [157231] = 8, - ACTIONS(491), 1, + [158858] = 8, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9194), 1, + ACTIONS(9222), 1, anon_sym_LPAREN, - ACTIONS(9280), 1, + ACTIONS(9271), 1, anon_sym_DOT, - STATE(866), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(910), 1, + STATE(2966), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(430), 2, + STATE(2424), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(413), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -583471,23 +585560,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [157264] = 7, - ACTIONS(6338), 1, + [158891] = 7, + ACTIONS(6349), 1, anon_sym_LT, - ACTIONS(9220), 1, + ACTIONS(9218), 1, anon_sym_LPAREN, - STATE(5093), 1, - sym_type_arguments, - STATE(5155), 1, + STATE(4441), 1, sym__function_value_parameters, + STATE(5112), 1, + sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4138), 3, + ACTIONS(4115), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4130), 7, + ACTIONS(4107), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -583495,23 +585584,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [157295] = 7, - ACTIONS(6338), 1, + [158922] = 7, + ACTIONS(6349), 1, anon_sym_LT, - ACTIONS(9250), 1, + ACTIONS(9239), 1, anon_sym_LPAREN, - STATE(3380), 1, + STATE(3583), 1, sym__function_value_parameters, - STATE(5093), 1, + STATE(5112), 1, sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4138), 3, + ACTIONS(4115), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4130), 7, + ACTIONS(4107), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -583519,24 +585608,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [157326] = 8, - ACTIONS(491), 1, + [158953] = 8, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(9194), 1, + ACTIONS(9212), 1, anon_sym_LPAREN, - ACTIONS(9282), 1, + ACTIONS(9273), 1, anon_sym_DOT, - STATE(866), 1, + STATE(843), 1, sym__lexical_identifier, - STATE(910), 1, + STATE(934), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(428), 2, + STATE(571), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(413), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -583544,21 +585633,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [157359] = 8, + [158986] = 8, ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(9216), 1, + ACTIONS(9212), 1, anon_sym_LPAREN, - ACTIONS(9284), 1, + ACTIONS(9275), 1, anon_sym_DOT, - STATE(3263), 1, + STATE(843), 1, sym__lexical_identifier, - STATE(3496), 1, + STATE(934), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2303), 2, + STATE(607), 2, sym_variable_declaration, sym_multi_variable_declaration, ACTIONS(537), 7, @@ -583569,24 +585658,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [157392] = 8, - ACTIONS(491), 1, - sym__backtick_identifier, - ACTIONS(9194), 1, + [159019] = 7, + ACTIONS(6349), 1, + anon_sym_LT, + ACTIONS(9218), 1, anon_sym_LPAREN, - ACTIONS(9286), 1, - anon_sym_DOT, - STATE(866), 1, - sym__lexical_identifier, - STATE(910), 1, - sym_simple_identifier, + STATE(4442), 1, + sym__function_value_parameters, + STATE(5112), 1, + sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(433), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(413), 7, + ACTIONS(4115), 3, + anon_sym_DOT, + sym__quest, + sym__backtick_identifier, + ACTIONS(4107), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -583594,24 +585682,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [157425] = 8, - ACTIONS(491), 1, - sym__backtick_identifier, - ACTIONS(9194), 1, + [159050] = 7, + ACTIONS(6349), 1, + anon_sym_LT, + ACTIONS(9218), 1, anon_sym_LPAREN, - ACTIONS(9288), 1, - anon_sym_DOT, - STATE(866), 1, - sym__lexical_identifier, - STATE(910), 1, - sym_simple_identifier, + STATE(4443), 1, + sym__function_value_parameters, + STATE(5112), 1, + sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(427), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(413), 7, + ACTIONS(4115), 3, + anon_sym_DOT, + sym__quest, + sym__backtick_identifier, + ACTIONS(4107), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -583619,45 +585706,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [157458] = 7, - ACTIONS(6338), 1, - anon_sym_LT, - ACTIONS(9226), 1, - anon_sym_LPAREN, - STATE(2862), 1, - sym__function_value_parameters, - STATE(5093), 1, - sym_type_arguments, + [159081] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4138), 3, + ACTIONS(4517), 4, + anon_sym_AT, + anon_sym_LPAREN, anon_sym_DOT, - sym__quest, sym__backtick_identifier, - ACTIONS(4130), 7, + ACTIONS(4515), 10, anon_sym_get, anon_sym_set, + anon_sym_in, anon_sym_data, anon_sym_inner, + anon_sym_out, + sym_reification_modifier, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [157489] = 8, + [159104] = 8, ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9200), 1, + ACTIONS(9222), 1, anon_sym_LPAREN, - ACTIONS(9290), 1, + ACTIONS(9277), 1, anon_sym_DOT, - STATE(2864), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(2918), 1, + STATE(2966), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1295), 2, + STATE(1608), 2, sym_variable_declaration, sym_multi_variable_declaration, ACTIONS(111), 7, @@ -583668,71 +585751,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [157522] = 8, - ACTIONS(195), 1, - sym__backtick_identifier, - ACTIONS(9200), 1, - anon_sym_LPAREN, - ACTIONS(9292), 1, - anon_sym_DOT, - STATE(2864), 1, - sym__lexical_identifier, - STATE(2918), 1, - sym_simple_identifier, + [159137] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1288), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(111), 7, + ACTIONS(4274), 4, + anon_sym_AT, + anon_sym_LPAREN, + anon_sym_DOT, + sym__backtick_identifier, + ACTIONS(4272), 10, anon_sym_get, anon_sym_set, + anon_sym_in, anon_sym_data, anon_sym_inner, + anon_sym_out, + sym_reification_modifier, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [157555] = 5, - ACTIONS(9294), 1, + [159160] = 7, + ACTIONS(6349), 1, + anon_sym_LT, + ACTIONS(9247), 1, anon_sym_LPAREN, - STATE(7388), 1, - sym_value_arguments, + STATE(5112), 1, + sym_type_arguments, + STATE(7872), 1, + sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(6970), 2, - anon_sym_AT, + ACTIONS(4115), 3, + anon_sym_DOT, + sym__quest, sym__backtick_identifier, - ACTIONS(6968), 10, + ACTIONS(4107), 7, anon_sym_get, anon_sym_set, - anon_sym_in, anon_sym_data, anon_sym_inner, - anon_sym_out, - sym_reification_modifier, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [157582] = 8, - ACTIONS(491), 1, - sym__backtick_identifier, - ACTIONS(9194), 1, + [159191] = 7, + ACTIONS(6349), 1, + anon_sym_LT, + ACTIONS(9239), 1, anon_sym_LPAREN, - ACTIONS(9296), 1, - anon_sym_DOT, - STATE(866), 1, - sym__lexical_identifier, - STATE(910), 1, - sym_simple_identifier, + STATE(3591), 1, + sym__function_value_parameters, + STATE(5112), 1, + sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(444), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(413), 7, + ACTIONS(4115), 3, + anon_sym_DOT, + sym__quest, + sym__backtick_identifier, + ACTIONS(4107), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -583740,21 +585819,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [157615] = 8, + [159222] = 8, ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9200), 1, + ACTIONS(9222), 1, anon_sym_LPAREN, - ACTIONS(9298), 1, + ACTIONS(9279), 1, anon_sym_DOT, - STATE(2864), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(2918), 1, + STATE(2966), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1300), 2, + STATE(1607), 2, sym_variable_declaration, sym_multi_variable_declaration, ACTIONS(111), 7, @@ -583765,72 +585844,85 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [157648] = 9, - ACTIONS(8237), 1, - anon_sym_LBRACE, - ACTIONS(8886), 1, - sym__backtick_identifier, - ACTIONS(9300), 1, - anon_sym_COLON, - ACTIONS(9302), 1, - sym__automatic_semicolon, - STATE(5519), 1, - sym__lexical_identifier, - STATE(8274), 1, - sym_simple_identifier, - STATE(8949), 1, - sym_class_body, + [159255] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8880), 7, + ACTIONS(4493), 4, + anon_sym_AT, + anon_sym_LPAREN, + anon_sym_DOT, + sym__backtick_identifier, + ACTIONS(4491), 10, anon_sym_get, anon_sym_set, + anon_sym_in, anon_sym_data, anon_sym_inner, + anon_sym_out, + sym_reification_modifier, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [157683] = 8, - ACTIONS(8844), 1, - sym__backtick_identifier, - ACTIONS(9240), 1, + [159278] = 7, + ACTIONS(6349), 1, + anon_sym_LT, + ACTIONS(9218), 1, anon_sym_LPAREN, - ACTIONS(9304), 1, + STATE(5112), 1, + sym_type_arguments, + STATE(5125), 1, + sym__function_value_parameters, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4115), 3, anon_sym_DOT, - STATE(2984), 1, - sym__lexical_identifier, - STATE(3603), 1, - sym_simple_identifier, + sym__quest, + sym__backtick_identifier, + ACTIONS(4107), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + [159309] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1840), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(8840), 7, + ACTIONS(4473), 4, + anon_sym_AT, + anon_sym_LPAREN, + anon_sym_DOT, + sym__backtick_identifier, + ACTIONS(4471), 10, anon_sym_get, anon_sym_set, + anon_sym_in, anon_sym_data, anon_sym_inner, + anon_sym_out, + sym_reification_modifier, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [157716] = 8, + [159332] = 8, ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(9216), 1, + ACTIONS(9212), 1, anon_sym_LPAREN, - ACTIONS(9306), 1, + ACTIONS(9281), 1, anon_sym_DOT, - STATE(3263), 1, + STATE(843), 1, sym__lexical_identifier, - STATE(3496), 1, + STATE(934), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2672), 2, + STATE(619), 2, sym_variable_declaration, sym_multi_variable_declaration, ACTIONS(537), 7, @@ -583841,23 +585933,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [157749] = 7, - ACTIONS(6338), 1, + [159365] = 7, + ACTIONS(6349), 1, anon_sym_LT, - ACTIONS(9190), 1, + ACTIONS(9249), 1, anon_sym_LPAREN, - STATE(4433), 1, + STATE(1259), 1, sym__function_value_parameters, - STATE(5093), 1, + STATE(5112), 1, + sym_type_arguments, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4115), 3, + anon_sym_DOT, + sym__quest, + sym__backtick_identifier, + ACTIONS(4107), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + [159396] = 7, + ACTIONS(6349), 1, + anon_sym_LT, + ACTIONS(9218), 1, + anon_sym_LPAREN, + STATE(5112), 1, sym_type_arguments, + STATE(5129), 1, + sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4138), 3, + ACTIONS(4115), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4130), 7, + ACTIONS(4107), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -583865,21 +585981,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [157780] = 8, + [159427] = 8, ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9200), 1, + ACTIONS(9222), 1, anon_sym_LPAREN, - ACTIONS(9308), 1, + ACTIONS(9283), 1, anon_sym_DOT, - STATE(2864), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(2918), 1, + STATE(2966), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1287), 2, + STATE(1576), 2, sym_variable_declaration, sym_multi_variable_declaration, ACTIONS(111), 7, @@ -583890,23 +586006,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [157813] = 7, - ACTIONS(6338), 1, - anon_sym_LT, - ACTIONS(9248), 1, + [159460] = 8, + ACTIONS(613), 1, + sym__backtick_identifier, + ACTIONS(9212), 1, anon_sym_LPAREN, - STATE(4753), 1, - sym__function_value_parameters, - STATE(5093), 1, - sym_type_arguments, + ACTIONS(9285), 1, + anon_sym_DOT, + STATE(843), 1, + sym__lexical_identifier, + STATE(934), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4138), 3, - anon_sym_DOT, - sym__quest, - sym__backtick_identifier, - ACTIONS(4130), 7, + STATE(427), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -583914,21 +586031,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [157844] = 8, + [159493] = 8, ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9200), 1, + ACTIONS(9222), 1, anon_sym_LPAREN, - ACTIONS(9310), 1, + ACTIONS(9287), 1, anon_sym_DOT, - STATE(2864), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(2918), 1, + STATE(2966), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1333), 2, + STATE(1571), 2, sym_variable_declaration, sym_multi_variable_declaration, ACTIONS(111), 7, @@ -583939,23 +586056,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [157877] = 7, - ACTIONS(6338), 1, + [159526] = 7, + ACTIONS(6349), 1, anon_sym_LT, - ACTIONS(9250), 1, + ACTIONS(9239), 1, anon_sym_LPAREN, - STATE(3976), 1, + STATE(3592), 1, sym__function_value_parameters, - STATE(5093), 1, + STATE(5112), 1, sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4138), 3, + ACTIONS(4115), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4130), 7, + ACTIONS(4107), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -583963,24 +586080,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [157908] = 8, - ACTIONS(8858), 1, + [159557] = 8, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9312), 1, + ACTIONS(9222), 1, anon_sym_LPAREN, - ACTIONS(9314), 1, + ACTIONS(9289), 1, anon_sym_DOT, - STATE(5416), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(5618), 1, + STATE(2966), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5292), 2, + STATE(1570), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(8854), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -583988,23 +586105,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [157941] = 7, - ACTIONS(6338), 1, - anon_sym_LT, - ACTIONS(9190), 1, + [159590] = 8, + ACTIONS(8849), 1, + sym__backtick_identifier, + ACTIONS(9291), 1, anon_sym_LPAREN, - STATE(4431), 1, - sym__function_value_parameters, - STATE(5093), 1, - sym_type_arguments, + ACTIONS(9293), 1, + anon_sym_DOT, + STATE(5419), 1, + sym__lexical_identifier, + STATE(5643), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4138), 3, - anon_sym_DOT, - sym__quest, - sym__backtick_identifier, - ACTIONS(4130), 7, + STATE(5303), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(8845), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -584012,23 +586130,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [157972] = 7, - ACTIONS(6338), 1, + [159623] = 7, + ACTIONS(6349), 1, anon_sym_LT, - ACTIONS(9226), 1, + ACTIONS(9295), 1, anon_sym_LPAREN, - STATE(2842), 1, - sym__function_value_parameters, - STATE(5093), 1, + STATE(5112), 1, sym_type_arguments, + STATE(7877), 1, + sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4138), 3, + ACTIONS(4115), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4130), 7, + ACTIONS(4107), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -584036,23 +586154,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [158003] = 7, - ACTIONS(6338), 1, - anon_sym_LT, - ACTIONS(9236), 1, + [159654] = 8, + ACTIONS(533), 1, + sym__backtick_identifier, + ACTIONS(9198), 1, anon_sym_LPAREN, - STATE(5093), 1, - sym_type_arguments, - STATE(7849), 1, - sym__function_value_parameters, + ACTIONS(9297), 1, + anon_sym_DOT, + STATE(3382), 1, + sym__lexical_identifier, + STATE(3540), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4138), 3, - anon_sym_DOT, - sym__quest, - sym__backtick_identifier, - ACTIONS(4130), 7, + STATE(1554), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -584060,24 +586179,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [158034] = 8, - ACTIONS(613), 1, + [159687] = 8, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9216), 1, + ACTIONS(9198), 1, anon_sym_LPAREN, - ACTIONS(9316), 1, + ACTIONS(9299), 1, anon_sym_DOT, - STATE(3263), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(3496), 1, + STATE(3540), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2678), 2, + STATE(2598), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(537), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -584085,23 +586204,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [158067] = 7, - ACTIONS(6338), 1, + [159720] = 7, + ACTIONS(6349), 1, anon_sym_LT, - ACTIONS(9220), 1, + ACTIONS(9301), 1, anon_sym_LPAREN, - STATE(5093), 1, - sym_type_arguments, - STATE(5134), 1, + STATE(4760), 1, sym__function_value_parameters, + STATE(5112), 1, + sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4138), 3, + ACTIONS(4115), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4130), 7, + ACTIONS(4107), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -584109,23 +586228,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [158098] = 7, - ACTIONS(6338), 1, - anon_sym_LT, - ACTIONS(9190), 1, + [159751] = 8, + ACTIONS(8861), 1, + sym__backtick_identifier, + ACTIONS(9303), 1, anon_sym_LPAREN, - STATE(4430), 1, - sym__function_value_parameters, - STATE(5093), 1, - sym_type_arguments, + ACTIONS(9305), 1, + anon_sym_DOT, + STATE(2903), 1, + sym__lexical_identifier, + STATE(3667), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4138), 3, - anon_sym_DOT, - sym__quest, - sym__backtick_identifier, - ACTIONS(4130), 7, + STATE(1910), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(8857), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -584133,24 +586253,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [158129] = 8, - ACTIONS(491), 1, + [159784] = 8, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(9194), 1, + ACTIONS(9212), 1, anon_sym_LPAREN, - ACTIONS(9318), 1, + ACTIONS(9307), 1, anon_sym_DOT, - STATE(866), 1, + STATE(843), 1, sym__lexical_identifier, - STATE(910), 1, + STATE(934), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(446), 2, + STATE(439), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(413), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -584158,24 +586278,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [158162] = 8, - ACTIONS(491), 1, + [159817] = 8, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9194), 1, + ACTIONS(9198), 1, anon_sym_LPAREN, - ACTIONS(9320), 1, + ACTIONS(9309), 1, anon_sym_DOT, - STATE(866), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(910), 1, + STATE(3540), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(619), 2, + STATE(2689), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(413), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -584183,23 +586303,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [158195] = 7, - ACTIONS(6338), 1, - anon_sym_LT, - ACTIONS(9220), 1, + [159850] = 8, + ACTIONS(533), 1, + sym__backtick_identifier, + ACTIONS(9198), 1, anon_sym_LPAREN, - STATE(5079), 1, - sym__function_value_parameters, - STATE(5093), 1, - sym_type_arguments, + ACTIONS(9311), 1, + anon_sym_DOT, + STATE(3382), 1, + sym__lexical_identifier, + STATE(3540), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4138), 3, - anon_sym_DOT, - sym__quest, - sym__backtick_identifier, - ACTIONS(4130), 7, + STATE(2076), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -584207,23 +586328,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [158226] = 7, - ACTIONS(6338), 1, - anon_sym_LT, - ACTIONS(9190), 1, + [159883] = 8, + ACTIONS(195), 1, + sym__backtick_identifier, + ACTIONS(9222), 1, anon_sym_LPAREN, - STATE(4813), 1, - sym__function_value_parameters, - STATE(5093), 1, - sym_type_arguments, + ACTIONS(9313), 1, + anon_sym_DOT, + STATE(2858), 1, + sym__lexical_identifier, + STATE(2966), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4138), 3, - anon_sym_DOT, - sym__quest, - sym__backtick_identifier, - ACTIONS(4130), 7, + STATE(2570), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -584231,48 +586353,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [158257] = 7, - ACTIONS(6338), 1, + [159916] = 7, + ACTIONS(6349), 1, anon_sym_LT, - ACTIONS(9220), 1, + ACTIONS(9226), 1, anon_sym_LPAREN, - STATE(5093), 1, - sym_type_arguments, - STATE(5118), 1, + STATE(3921), 1, sym__function_value_parameters, + STATE(5112), 1, + sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4138), 3, + ACTIONS(4115), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4130), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - [158288] = 8, - ACTIONS(195), 1, - sym__backtick_identifier, - ACTIONS(9200), 1, - anon_sym_LPAREN, - ACTIONS(9322), 1, - anon_sym_DOT, - STATE(2864), 1, - sym__lexical_identifier, - STATE(2918), 1, - sym_simple_identifier, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(2396), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(111), 7, + ACTIONS(4107), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -584280,24 +586377,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [158321] = 8, - ACTIONS(491), 1, + [159947] = 8, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9194), 1, + ACTIONS(9198), 1, anon_sym_LPAREN, - ACTIONS(9324), 1, + ACTIONS(9315), 1, anon_sym_DOT, - STATE(866), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(910), 1, + STATE(3540), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(610), 2, + STATE(1556), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(413), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -584305,23 +586402,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [158354] = 7, - ACTIONS(6338), 1, + [159980] = 7, + ACTIONS(6349), 1, anon_sym_LT, ACTIONS(9226), 1, anon_sym_LPAREN, - STATE(2840), 1, + STATE(3541), 1, sym__function_value_parameters, - STATE(5093), 1, + STATE(5112), 1, sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4138), 3, + ACTIONS(4115), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4130), 7, + ACTIONS(4107), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -584329,48 +586426,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [158385] = 7, - ACTIONS(6338), 1, + [160011] = 7, + ACTIONS(6349), 1, anon_sym_LT, - ACTIONS(9250), 1, + ACTIONS(9218), 1, anon_sym_LPAREN, - STATE(3978), 1, + STATE(4816), 1, sym__function_value_parameters, - STATE(5093), 1, + STATE(5112), 1, sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, - sym_line_comment, - ACTIONS(4138), 3, - anon_sym_DOT, - sym__quest, - sym__backtick_identifier, - ACTIONS(4130), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - [158416] = 8, - ACTIONS(491), 1, - sym__backtick_identifier, - ACTIONS(9194), 1, - anon_sym_LPAREN, - ACTIONS(9326), 1, - anon_sym_DOT, - STATE(866), 1, - sym__lexical_identifier, - STATE(910), 1, - sym_simple_identifier, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(452), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(413), 7, + sym_line_comment, + ACTIONS(4115), 3, + anon_sym_DOT, + sym__quest, + sym__backtick_identifier, + ACTIONS(4107), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -584378,23 +586450,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [158449] = 7, - ACTIONS(6338), 1, + [160042] = 7, + ACTIONS(6349), 1, anon_sym_LT, - ACTIONS(9220), 1, + ACTIONS(9317), 1, anon_sym_LPAREN, - STATE(4549), 1, + STATE(4577), 1, sym__function_value_parameters, - STATE(5093), 1, + STATE(5112), 1, sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4138), 3, + ACTIONS(4115), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4130), 7, + ACTIONS(4107), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -584402,23 +586474,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [158480] = 7, - ACTIONS(6338), 1, + [160073] = 7, + ACTIONS(6349), 1, anon_sym_LT, - ACTIONS(9220), 1, + ACTIONS(9317), 1, anon_sym_LPAREN, - STATE(5093), 1, + STATE(5112), 1, sym_type_arguments, - STATE(5126), 1, + STATE(5167), 1, sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4138), 3, + ACTIONS(4115), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4130), 7, + ACTIONS(4107), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -584426,24 +586498,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [158511] = 8, - ACTIONS(613), 1, + [160104] = 8, + ACTIONS(8849), 1, sym__backtick_identifier, - ACTIONS(9216), 1, + ACTIONS(9291), 1, anon_sym_LPAREN, - ACTIONS(9328), 1, + ACTIONS(9319), 1, anon_sym_DOT, - STATE(3263), 1, + STATE(5419), 1, sym__lexical_identifier, - STATE(3496), 1, + STATE(5643), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1542), 2, + STATE(5276), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(537), 7, + ACTIONS(8845), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -584451,23 +586523,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [158544] = 7, - ACTIONS(8406), 1, + [160137] = 8, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9058), 1, + ACTIONS(9198), 1, anon_sym_LPAREN, - STATE(4507), 1, + ACTIONS(9321), 1, + anon_sym_DOT, + STATE(3382), 1, sym__lexical_identifier, - STATE(8093), 1, + STATE(3540), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8791), 3, + STATE(1549), 2, sym_variable_declaration, sym_multi_variable_declaration, - sym__lambda_parameter, - ACTIONS(8392), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -584475,47 +586548,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [158575] = 7, - ACTIONS(6338), 1, - anon_sym_LT, - ACTIONS(9190), 1, - anon_sym_LPAREN, - STATE(4797), 1, - sym__function_value_parameters, - STATE(5093), 1, - sym_type_arguments, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4138), 3, - anon_sym_DOT, - sym__quest, + [160170] = 8, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(4130), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - [158606] = 7, - ACTIONS(6338), 1, - anon_sym_LT, - ACTIONS(9250), 1, + ACTIONS(9212), 1, anon_sym_LPAREN, - STATE(3009), 1, - sym__function_value_parameters, - STATE(5093), 1, - sym_type_arguments, + ACTIONS(9323), 1, + anon_sym_DOT, + STATE(843), 1, + sym__lexical_identifier, + STATE(934), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4138), 3, - anon_sym_DOT, - sym__quest, - sym__backtick_identifier, - ACTIONS(4130), 7, + STATE(435), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -584523,24 +586573,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [158637] = 8, - ACTIONS(491), 1, + [160203] = 9, + ACTIONS(8244), 1, + anon_sym_LBRACE, + ACTIONS(8908), 1, sym__backtick_identifier, - ACTIONS(9194), 1, - anon_sym_LPAREN, - ACTIONS(9330), 1, - anon_sym_DOT, - STATE(866), 1, + ACTIONS(9325), 1, + anon_sym_COLON, + ACTIONS(9327), 1, + sym__automatic_semicolon, + STATE(5536), 1, sym__lexical_identifier, - STATE(910), 1, + STATE(8222), 1, sym_simple_identifier, + STATE(9037), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(546), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(413), 7, + ACTIONS(8902), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -584548,24 +586599,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [158670] = 8, - ACTIONS(613), 1, - sym__backtick_identifier, - ACTIONS(9216), 1, + [160238] = 7, + ACTIONS(6349), 1, + anon_sym_LT, + ACTIONS(9295), 1, anon_sym_LPAREN, - ACTIONS(9332), 1, - anon_sym_DOT, - STATE(3263), 1, - sym__lexical_identifier, - STATE(3496), 1, - sym_simple_identifier, + STATE(5112), 1, + sym_type_arguments, + STATE(7881), 1, + sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1597), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(537), 7, + ACTIONS(4115), 3, + anon_sym_DOT, + sym__quest, + sym__backtick_identifier, + ACTIONS(4107), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -584573,23 +586623,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [158703] = 7, - ACTIONS(6338), 1, + [160269] = 7, + ACTIONS(6349), 1, anon_sym_LT, - ACTIONS(9250), 1, + ACTIONS(9202), 1, anon_sym_LPAREN, - STATE(3016), 1, + STATE(3934), 1, sym__function_value_parameters, - STATE(5093), 1, + STATE(5112), 1, sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4138), 3, + ACTIONS(4115), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4130), 7, + ACTIONS(4107), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -584597,24 +586647,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [158734] = 8, - ACTIONS(195), 1, + [160300] = 9, + ACTIONS(8244), 1, + anon_sym_LBRACE, + ACTIONS(8908), 1, sym__backtick_identifier, - ACTIONS(9200), 1, - anon_sym_LPAREN, - ACTIONS(9334), 1, - anon_sym_DOT, - STATE(2864), 1, + ACTIONS(9329), 1, + anon_sym_COLON, + ACTIONS(9331), 1, + sym__automatic_semicolon, + STATE(5536), 1, sym__lexical_identifier, - STATE(2918), 1, + STATE(8224), 1, sym_simple_identifier, + STATE(8952), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2408), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(111), 7, + ACTIONS(8902), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -584622,21 +586673,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [158767] = 8, + [160335] = 8, ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9200), 1, + ACTIONS(9222), 1, anon_sym_LPAREN, - ACTIONS(9336), 1, + ACTIONS(9333), 1, anon_sym_DOT, - STATE(2864), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(2918), 1, + STATE(2966), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2372), 2, + STATE(2385), 2, sym_variable_declaration, sym_multi_variable_declaration, ACTIONS(111), 7, @@ -584647,24 +586698,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [158800] = 8, - ACTIONS(613), 1, + [160368] = 8, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9216), 1, + ACTIONS(9198), 1, anon_sym_LPAREN, - ACTIONS(9338), 1, + ACTIONS(9335), 1, anon_sym_DOT, - STATE(3263), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(3496), 1, + STATE(3540), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1591), 2, + STATE(1547), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(537), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -584672,23 +586723,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [158833] = 7, - ACTIONS(6338), 1, + [160401] = 7, + ACTIONS(6349), 1, anon_sym_LT, - ACTIONS(9250), 1, + ACTIONS(9317), 1, anon_sym_LPAREN, - STATE(3020), 1, - sym__function_value_parameters, - STATE(5093), 1, + STATE(5112), 1, sym_type_arguments, + STATE(5123), 1, + sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4138), 3, + ACTIONS(4115), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4130), 7, + ACTIONS(4107), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -584696,24 +586747,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [158864] = 8, - ACTIONS(491), 1, - sym__backtick_identifier, - ACTIONS(9194), 1, + [160432] = 7, + ACTIONS(6349), 1, + anon_sym_LT, + ACTIONS(9218), 1, anon_sym_LPAREN, - ACTIONS(9340), 1, + STATE(4755), 1, + sym__function_value_parameters, + STATE(5112), 1, + sym_type_arguments, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4115), 3, anon_sym_DOT, - STATE(866), 1, - sym__lexical_identifier, - STATE(910), 1, - sym_simple_identifier, + sym__quest, + sym__backtick_identifier, + ACTIONS(4107), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + [160463] = 7, + ACTIONS(6349), 1, + anon_sym_LT, + ACTIONS(9317), 1, + anon_sym_LPAREN, + STATE(5104), 1, + sym__function_value_parameters, + STATE(5112), 1, + sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(636), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(413), 7, + ACTIONS(4115), 3, + anon_sym_DOT, + sym__quest, + sym__backtick_identifier, + ACTIONS(4107), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -584721,24 +586795,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [158897] = 8, - ACTIONS(8844), 1, + [160494] = 8, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9240), 1, + ACTIONS(9198), 1, anon_sym_LPAREN, - ACTIONS(9342), 1, + ACTIONS(9337), 1, anon_sym_DOT, - STATE(2984), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(3603), 1, + STATE(3540), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1895), 2, + STATE(2590), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(8840), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -584746,24 +586820,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [158930] = 8, - ACTIONS(8850), 1, + [160527] = 8, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(9210), 1, + ACTIONS(9212), 1, anon_sym_LPAREN, - ACTIONS(9344), 1, + ACTIONS(9339), 1, anon_sym_DOT, - STATE(5515), 1, + STATE(843), 1, sym__lexical_identifier, - STATE(5614), 1, + STATE(934), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5202), 2, + STATE(618), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(8846), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -584771,48 +586845,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [158963] = 7, - ACTIONS(6338), 1, + [160560] = 7, + ACTIONS(6349), 1, anon_sym_LT, - ACTIONS(9248), 1, + ACTIONS(9226), 1, anon_sym_LPAREN, - STATE(4761), 1, + STATE(3543), 1, sym__function_value_parameters, - STATE(5093), 1, + STATE(5112), 1, sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4138), 3, + ACTIONS(4115), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4130), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - [158994] = 8, - ACTIONS(613), 1, - sym__backtick_identifier, - ACTIONS(9216), 1, - anon_sym_LPAREN, - ACTIONS(9346), 1, - anon_sym_DOT, - STATE(3263), 1, - sym__lexical_identifier, - STATE(3496), 1, - sym_simple_identifier, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(2614), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(537), 7, + ACTIONS(4107), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -584820,24 +586869,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [159027] = 8, - ACTIONS(613), 1, + [160591] = 8, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9216), 1, + ACTIONS(9198), 1, anon_sym_LPAREN, - ACTIONS(9348), 1, + ACTIONS(9341), 1, anon_sym_DOT, - STATE(3263), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(3496), 1, + STATE(3540), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2564), 2, + STATE(2083), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(537), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -584845,23 +586894,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [159060] = 7, - ACTIONS(6338), 1, + [160624] = 7, + ACTIONS(6349), 1, anon_sym_LT, - ACTIONS(9190), 1, + ACTIONS(9317), 1, anon_sym_LPAREN, - STATE(5093), 1, - sym_type_arguments, - STATE(5128), 1, + STATE(4615), 1, sym__function_value_parameters, + STATE(5112), 1, + sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4138), 3, + ACTIONS(4115), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4130), 7, + ACTIONS(4107), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -584869,24 +586918,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [159091] = 8, - ACTIONS(195), 1, + [160655] = 8, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9200), 1, + ACTIONS(9198), 1, anon_sym_LPAREN, - ACTIONS(9350), 1, + ACTIONS(9343), 1, anon_sym_DOT, - STATE(2864), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(2918), 1, + STATE(3540), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1337), 2, + STATE(2645), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(111), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -584894,23 +586943,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [159124] = 7, - ACTIONS(6338), 1, + [160688] = 7, + ACTIONS(6349), 1, anon_sym_LT, - ACTIONS(9204), 1, + ACTIONS(9317), 1, anon_sym_LPAREN, - STATE(2833), 1, + STATE(5103), 1, sym__function_value_parameters, - STATE(5093), 1, + STATE(5112), 1, sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4138), 3, + ACTIONS(4115), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4130), 7, + ACTIONS(4107), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -584918,23 +586967,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [159155] = 7, - ACTIONS(6338), 1, + [160719] = 7, + ACTIONS(6349), 1, anon_sym_LT, - ACTIONS(9204), 1, + ACTIONS(9202), 1, anon_sym_LPAREN, - STATE(2832), 1, + STATE(3954), 1, sym__function_value_parameters, - STATE(5093), 1, + STATE(5112), 1, sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4138), 3, + ACTIONS(4115), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4130), 7, + ACTIONS(4107), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -584942,24 +586991,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [159186] = 8, - ACTIONS(8858), 1, + [160750] = 8, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(9312), 1, + ACTIONS(9212), 1, anon_sym_LPAREN, - ACTIONS(9352), 1, + ACTIONS(9345), 1, anon_sym_DOT, - STATE(5416), 1, + STATE(843), 1, sym__lexical_identifier, - STATE(5618), 1, + STATE(934), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5361), 2, + STATE(438), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(8854), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -584967,24 +587016,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [159219] = 8, - ACTIONS(195), 1, + [160783] = 8, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9200), 1, + ACTIONS(9198), 1, anon_sym_LPAREN, - ACTIONS(9354), 1, + ACTIONS(9347), 1, anon_sym_DOT, - STATE(2864), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(2918), 1, + STATE(3540), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2369), 2, + STATE(2565), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(111), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -584992,23 +587041,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [159252] = 7, - ACTIONS(6338), 1, + [160816] = 7, + ACTIONS(6349), 1, anon_sym_LT, - ACTIONS(9204), 1, + ACTIONS(9301), 1, anon_sym_LPAREN, - STATE(2828), 1, + STATE(4780), 1, sym__function_value_parameters, - STATE(5093), 1, + STATE(5112), 1, sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4138), 3, + ACTIONS(4115), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4130), 7, + ACTIONS(4107), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -585016,23 +587065,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [159283] = 7, - ACTIONS(6338), 1, + [160847] = 7, + ACTIONS(6349), 1, anon_sym_LT, - ACTIONS(9204), 1, + ACTIONS(9226), 1, anon_sym_LPAREN, - STATE(3955), 1, + STATE(3475), 1, sym__function_value_parameters, - STATE(5093), 1, + STATE(5112), 1, sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4138), 3, + ACTIONS(4115), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4130), 7, + ACTIONS(4107), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -585040,21 +587089,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [159314] = 8, + [160878] = 8, ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9200), 1, + ACTIONS(9222), 1, anon_sym_LPAREN, - ACTIONS(9356), 1, + ACTIONS(9349), 1, anon_sym_DOT, - STATE(2864), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(2918), 1, + STATE(2966), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2595), 2, + STATE(2390), 2, sym_variable_declaration, sym_multi_variable_declaration, ACTIONS(111), 7, @@ -585065,24 +587114,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [159347] = 8, - ACTIONS(613), 1, + [160911] = 8, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9216), 1, + ACTIONS(9222), 1, anon_sym_LPAREN, - ACTIONS(9358), 1, + ACTIONS(9351), 1, anon_sym_DOT, - STATE(3263), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(3496), 1, + STATE(2966), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1536), 2, + STATE(2608), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(537), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -585090,21 +587139,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [159380] = 8, + [160944] = 8, ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(9216), 1, + ACTIONS(9212), 1, anon_sym_LPAREN, - ACTIONS(9360), 1, + ACTIONS(9353), 1, anon_sym_DOT, - STATE(3263), 1, + STATE(843), 1, sym__lexical_identifier, - STATE(3496), 1, + STATE(934), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1560), 2, + STATE(634), 2, sym_variable_declaration, sym_multi_variable_declaration, ACTIONS(537), 7, @@ -585115,47 +587164,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [159413] = 7, - ACTIONS(6338), 1, - anon_sym_LT, - ACTIONS(9226), 1, - anon_sym_LPAREN, - STATE(2802), 1, - sym__function_value_parameters, - STATE(5093), 1, - sym_type_arguments, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4138), 3, - anon_sym_DOT, - sym__quest, - sym__backtick_identifier, - ACTIONS(4130), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - [159444] = 7, - ACTIONS(6338), 1, + [160977] = 7, + ACTIONS(6349), 1, anon_sym_LT, - ACTIONS(9222), 1, + ACTIONS(9317), 1, anon_sym_LPAREN, - STATE(5093), 1, + STATE(5112), 1, sym_type_arguments, - STATE(7840), 1, + STATE(5184), 1, sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4138), 3, + ACTIONS(4115), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4130), 7, + ACTIONS(4107), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -585163,23 +587188,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [159475] = 7, - ACTIONS(6338), 1, - anon_sym_LT, - ACTIONS(9226), 1, + [161008] = 8, + ACTIONS(533), 1, + sym__backtick_identifier, + ACTIONS(9198), 1, anon_sym_LPAREN, - STATE(2808), 1, - sym__function_value_parameters, - STATE(5093), 1, - sym_type_arguments, + ACTIONS(9355), 1, + anon_sym_DOT, + STATE(3382), 1, + sym__lexical_identifier, + STATE(3540), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4138), 3, - anon_sym_DOT, - sym__quest, - sym__backtick_identifier, - ACTIONS(4130), 7, + STATE(2625), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -585187,23 +587213,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [159506] = 7, - ACTIONS(6338), 1, + [161041] = 7, + ACTIONS(6349), 1, anon_sym_LT, - ACTIONS(9192), 1, + ACTIONS(9226), 1, anon_sym_LPAREN, - STATE(1225), 1, + STATE(3964), 1, sym__function_value_parameters, - STATE(5093), 1, + STATE(5112), 1, sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4138), 3, + ACTIONS(4115), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4130), 7, + ACTIONS(4107), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -585211,23 +587237,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [159537] = 7, - ACTIONS(6338), 1, + [161072] = 7, + ACTIONS(6349), 1, anon_sym_LT, - ACTIONS(9192), 1, + ACTIONS(9317), 1, anon_sym_LPAREN, - STATE(1231), 1, + STATE(4515), 1, sym__function_value_parameters, - STATE(5093), 1, + STATE(5112), 1, sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4138), 3, + ACTIONS(4115), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4130), 7, + ACTIONS(4107), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -585235,24 +587261,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [159568] = 8, - ACTIONS(613), 1, + [161103] = 8, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9216), 1, + ACTIONS(9198), 1, anon_sym_LPAREN, - ACTIONS(9362), 1, + ACTIONS(9357), 1, anon_sym_DOT, - STATE(3263), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(3496), 1, + STATE(3540), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1572), 2, + STATE(2606), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(537), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -585260,24 +587286,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [159601] = 8, - ACTIONS(8858), 1, + [161136] = 8, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9312), 1, + ACTIONS(9222), 1, anon_sym_LPAREN, - ACTIONS(9364), 1, + ACTIONS(9359), 1, anon_sym_DOT, - STATE(5416), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(5618), 1, + STATE(2966), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5269), 2, + STATE(1338), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(8854), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -585285,23 +587311,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [159634] = 7, - ACTIONS(6338), 1, + [161169] = 7, + ACTIONS(6349), 1, anon_sym_LT, - ACTIONS(9192), 1, + ACTIONS(9317), 1, anon_sym_LPAREN, - STATE(1224), 1, + STATE(4516), 1, sym__function_value_parameters, - STATE(5093), 1, + STATE(5112), 1, sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4138), 3, + ACTIONS(4115), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4130), 7, + ACTIONS(4107), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -585309,23 +587335,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [159665] = 7, - ACTIONS(6338), 1, - anon_sym_LT, - ACTIONS(9220), 1, + [161200] = 8, + ACTIONS(533), 1, + sym__backtick_identifier, + ACTIONS(9198), 1, anon_sym_LPAREN, - STATE(4667), 1, - sym__function_value_parameters, - STATE(5093), 1, - sym_type_arguments, + ACTIONS(9361), 1, + anon_sym_DOT, + STATE(3382), 1, + sym__lexical_identifier, + STATE(3540), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4138), 3, - anon_sym_DOT, - sym__quest, - sym__backtick_identifier, - ACTIONS(4130), 7, + STATE(2567), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -585333,23 +587360,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [159696] = 7, - ACTIONS(6338), 1, + [161233] = 7, + ACTIONS(6349), 1, anon_sym_LT, - ACTIONS(9226), 1, + ACTIONS(9317), 1, anon_sym_LPAREN, - STATE(3508), 1, + STATE(4518), 1, sym__function_value_parameters, - STATE(5093), 1, + STATE(5112), 1, sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4138), 3, + ACTIONS(4115), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4130), 7, + ACTIONS(4107), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -585357,23 +587384,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [159727] = 7, - ACTIONS(6338), 1, - anon_sym_LT, - ACTIONS(9226), 1, + [161264] = 8, + ACTIONS(8861), 1, + sym__backtick_identifier, + ACTIONS(9303), 1, anon_sym_LPAREN, - STATE(3506), 1, - sym__function_value_parameters, - STATE(5093), 1, - sym_type_arguments, + ACTIONS(9363), 1, + anon_sym_DOT, + STATE(2903), 1, + sym__lexical_identifier, + STATE(3667), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4138), 3, - anon_sym_DOT, - sym__quest, - sym__backtick_identifier, - ACTIONS(4130), 7, + STATE(1854), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(8857), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -585381,23 +587409,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [159758] = 7, - ACTIONS(6338), 1, - anon_sym_LT, - ACTIONS(9226), 1, + [161297] = 8, + ACTIONS(613), 1, + sym__backtick_identifier, + ACTIONS(9212), 1, anon_sym_LPAREN, - STATE(3505), 1, - sym__function_value_parameters, - STATE(5093), 1, - sym_type_arguments, + ACTIONS(9365), 1, + anon_sym_DOT, + STATE(843), 1, + sym__lexical_identifier, + STATE(934), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4138), 3, - anon_sym_DOT, - sym__quest, - sym__backtick_identifier, - ACTIONS(4130), 7, + STATE(436), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -585405,23 +587434,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [159789] = 7, - ACTIONS(6338), 1, - anon_sym_LT, - ACTIONS(9236), 1, + [161330] = 8, + ACTIONS(195), 1, + sym__backtick_identifier, + ACTIONS(9222), 1, anon_sym_LPAREN, - STATE(5093), 1, - sym_type_arguments, - STATE(7857), 1, - sym__function_value_parameters, + ACTIONS(9367), 1, + anon_sym_DOT, + STATE(2858), 1, + sym__lexical_identifier, + STATE(2966), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4138), 3, - anon_sym_DOT, - sym__quest, - sym__backtick_identifier, - ACTIONS(4130), 7, + STATE(1334), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -585429,23 +587459,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [159820] = 7, - ACTIONS(6338), 1, + [161363] = 7, + ACTIONS(6349), 1, anon_sym_LT, - ACTIONS(9226), 1, + ACTIONS(9202), 1, anon_sym_LPAREN, - STATE(2823), 1, + STATE(3252), 1, sym__function_value_parameters, - STATE(5093), 1, + STATE(5112), 1, sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4138), 3, + ACTIONS(4115), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4130), 7, + ACTIONS(4107), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -585453,23 +587483,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [159851] = 7, - ACTIONS(6338), 1, - anon_sym_LT, - ACTIONS(9190), 1, + [161394] = 8, + ACTIONS(195), 1, + sym__backtick_identifier, + ACTIONS(9222), 1, anon_sym_LPAREN, - STATE(4791), 1, - sym__function_value_parameters, - STATE(5093), 1, - sym_type_arguments, + ACTIONS(9369), 1, + anon_sym_DOT, + STATE(2858), 1, + sym__lexical_identifier, + STATE(2966), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4138), 3, - anon_sym_DOT, - sym__quest, - sym__backtick_identifier, - ACTIONS(4130), 7, + STATE(2569), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -585477,24 +587508,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [159882] = 8, - ACTIONS(195), 1, + [161427] = 8, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9200), 1, + ACTIONS(9198), 1, anon_sym_LPAREN, - ACTIONS(9366), 1, + ACTIONS(9371), 1, anon_sym_DOT, - STATE(2864), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(2918), 1, + STATE(3540), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1605), 2, + STATE(2071), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(111), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -585502,24 +587533,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [159915] = 8, - ACTIONS(195), 1, + [161460] = 6, + ACTIONS(9373), 1, + anon_sym_AT, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(9233), 2, + anon_sym_LPAREN, sym__backtick_identifier, - ACTIONS(9200), 1, + STATE(5546), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7161), 2, + sym_annotation, + aux_sym__annotated_delegation_specifier_repeat1, + ACTIONS(9228), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + [161489] = 8, + ACTIONS(533), 1, + sym__backtick_identifier, + ACTIONS(9198), 1, anon_sym_LPAREN, - ACTIONS(9368), 1, + ACTIONS(9376), 1, anon_sym_DOT, - STATE(2864), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(2918), 1, + STATE(3540), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2417), 2, + STATE(1878), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(111), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -585527,21 +587581,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [159948] = 8, + [161522] = 8, ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(9216), 1, + ACTIONS(9212), 1, anon_sym_LPAREN, - ACTIONS(9370), 1, + ACTIONS(9378), 1, anon_sym_DOT, - STATE(3263), 1, + STATE(843), 1, sym__lexical_identifier, - STATE(3496), 1, + STATE(934), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2022), 2, + STATE(437), 2, sym_variable_declaration, sym_multi_variable_declaration, ACTIONS(537), 7, @@ -585552,21 +587606,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [159981] = 8, + [161555] = 8, ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9200), 1, + ACTIONS(9222), 1, anon_sym_LPAREN, - ACTIONS(9372), 1, + ACTIONS(9380), 1, anon_sym_DOT, - STATE(2864), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(2918), 1, + STATE(2966), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1604), 2, + STATE(2616), 2, sym_variable_declaration, sym_multi_variable_declaration, ACTIONS(111), 7, @@ -585577,23 +587631,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [160014] = 7, - ACTIONS(6338), 1, + [161588] = 7, + ACTIONS(6349), 1, anon_sym_LT, - ACTIONS(9204), 1, + ACTIONS(9317), 1, anon_sym_LPAREN, - STATE(3050), 1, + STATE(4710), 1, sym__function_value_parameters, - STATE(5093), 1, + STATE(5112), 1, sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4138), 3, + ACTIONS(4115), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4130), 7, + ACTIONS(4107), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -585601,23 +587655,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [160045] = 7, - ACTIONS(6338), 1, + [161619] = 7, + ACTIONS(6349), 1, anon_sym_LT, - ACTIONS(9192), 1, + ACTIONS(9218), 1, anon_sym_LPAREN, - STATE(797), 1, + STATE(4553), 1, sym__function_value_parameters, - STATE(5093), 1, + STATE(5112), 1, sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4138), 3, + ACTIONS(4115), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4130), 7, + ACTIONS(4107), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -585625,23 +587679,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [160076] = 7, - ACTIONS(6338), 1, + [161650] = 7, + ACTIONS(6349), 1, anon_sym_LT, - ACTIONS(9192), 1, + ACTIONS(9239), 1, anon_sym_LPAREN, - STATE(798), 1, + STATE(2865), 1, sym__function_value_parameters, - STATE(5093), 1, + STATE(5112), 1, sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4138), 3, + ACTIONS(4115), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4130), 7, + ACTIONS(4107), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -585649,23 +587703,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [160107] = 7, - ACTIONS(6338), 1, - anon_sym_LT, - ACTIONS(9204), 1, + [161681] = 8, + ACTIONS(533), 1, + sym__backtick_identifier, + ACTIONS(9198), 1, anon_sym_LPAREN, - STATE(3051), 1, - sym__function_value_parameters, - STATE(5093), 1, - sym_type_arguments, + ACTIONS(9382), 1, + anon_sym_DOT, + STATE(3382), 1, + sym__lexical_identifier, + STATE(3540), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4138), 3, - anon_sym_DOT, - sym__quest, - sym__backtick_identifier, - ACTIONS(4130), 7, + STATE(1886), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -585673,24 +587728,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [160138] = 8, - ACTIONS(195), 1, + [161714] = 8, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(9200), 1, + ACTIONS(9212), 1, anon_sym_LPAREN, - ACTIONS(9374), 1, + ACTIONS(9384), 1, anon_sym_DOT, - STATE(2864), 1, + STATE(843), 1, sym__lexical_identifier, - STATE(2918), 1, + STATE(934), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1603), 2, + STATE(445), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(111), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -585698,47 +587753,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [160171] = 7, - ACTIONS(6338), 1, - anon_sym_LT, - ACTIONS(9192), 1, - anon_sym_LPAREN, - STATE(799), 1, - sym__function_value_parameters, - STATE(5093), 1, - sym_type_arguments, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4138), 3, - anon_sym_DOT, - sym__quest, + [161747] = 8, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(4130), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - [160202] = 7, - ACTIONS(6338), 1, - anon_sym_LT, - ACTIONS(9204), 1, + ACTIONS(9198), 1, anon_sym_LPAREN, - STATE(3052), 1, - sym__function_value_parameters, - STATE(5093), 1, - sym_type_arguments, + ACTIONS(9386), 1, + anon_sym_DOT, + STATE(3382), 1, + sym__lexical_identifier, + STATE(3540), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4138), 3, - anon_sym_DOT, - sym__quest, - sym__backtick_identifier, - ACTIONS(4130), 7, + STATE(2640), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -585746,21 +587778,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [160233] = 8, + [161780] = 8, ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9200), 1, + ACTIONS(9222), 1, anon_sym_LPAREN, - ACTIONS(9376), 1, + ACTIONS(9388), 1, anon_sym_DOT, - STATE(2864), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(2918), 1, + STATE(2966), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1552), 2, + STATE(2589), 2, sym_variable_declaration, sym_multi_variable_declaration, ACTIONS(111), 7, @@ -585771,23 +587803,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [160266] = 7, - ACTIONS(6338), 1, + [161813] = 7, + ACTIONS(6349), 1, anon_sym_LT, - ACTIONS(9220), 1, + ACTIONS(9301), 1, anon_sym_LPAREN, - STATE(4676), 1, + STATE(4784), 1, sym__function_value_parameters, - STATE(5093), 1, + STATE(5112), 1, sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4138), 3, + ACTIONS(4115), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4130), 7, + ACTIONS(4107), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -585795,23 +587827,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [160297] = 7, - ACTIONS(6338), 1, + [161844] = 7, + ACTIONS(6349), 1, anon_sym_LT, - ACTIONS(9250), 1, + ACTIONS(9226), 1, anon_sym_LPAREN, - STATE(3912), 1, + STATE(3956), 1, sym__function_value_parameters, - STATE(5093), 1, + STATE(5112), 1, sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4138), 3, + ACTIONS(4115), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4130), 7, + ACTIONS(4107), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -585819,24 +587851,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [160328] = 8, - ACTIONS(491), 1, + [161875] = 8, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9194), 1, + ACTIONS(9222), 1, anon_sym_LPAREN, - ACTIONS(9378), 1, + ACTIONS(9390), 1, + anon_sym_DOT, + STATE(2858), 1, + sym__lexical_identifier, + STATE(2966), 1, + sym_simple_identifier, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + STATE(2630), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(111), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + [161908] = 8, + ACTIONS(8861), 1, + sym__backtick_identifier, + ACTIONS(9303), 1, + anon_sym_LPAREN, + ACTIONS(9392), 1, anon_sym_DOT, - STATE(866), 1, + STATE(2903), 1, sym__lexical_identifier, - STATE(910), 1, + STATE(3667), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(558), 2, + STATE(1781), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(413), 7, + ACTIONS(8857), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -585844,23 +587901,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [160361] = 7, - ACTIONS(6338), 1, + [161941] = 7, + ACTIONS(6349), 1, anon_sym_LT, - ACTIONS(9250), 1, + ACTIONS(9218), 1, anon_sym_LPAREN, - STATE(3945), 1, + STATE(4560), 1, sym__function_value_parameters, - STATE(5093), 1, + STATE(5112), 1, sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4138), 3, + ACTIONS(4115), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4130), 7, + ACTIONS(4107), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -585868,24 +587925,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [160392] = 8, - ACTIONS(613), 1, + [161972] = 8, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9216), 1, + ACTIONS(9222), 1, anon_sym_LPAREN, - ACTIONS(9380), 1, + ACTIONS(9394), 1, anon_sym_DOT, - STATE(3263), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(3496), 1, + STATE(2966), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2237), 2, + STATE(2374), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(537), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -585893,21 +587950,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [160425] = 8, + [162005] = 8, ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9200), 1, + ACTIONS(9222), 1, anon_sym_LPAREN, - ACTIONS(9382), 1, + ACTIONS(9396), 1, anon_sym_DOT, - STATE(2864), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(2918), 1, + STATE(2966), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1576), 2, + STATE(1323), 2, sym_variable_declaration, sym_multi_variable_declaration, ACTIONS(111), 7, @@ -585918,48 +587975,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [160458] = 8, - ACTIONS(491), 1, + [162038] = 8, + ACTIONS(8855), 1, sym__backtick_identifier, - ACTIONS(9194), 1, + ACTIONS(9208), 1, anon_sym_LPAREN, - ACTIONS(9384), 1, + ACTIONS(9398), 1, anon_sym_DOT, - STATE(866), 1, + STATE(5532), 1, sym__lexical_identifier, - STATE(910), 1, + STATE(5629), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(597), 2, + STATE(5219), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(413), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - [160491] = 7, - ACTIONS(6338), 1, - anon_sym_LT, - ACTIONS(9204), 1, - anon_sym_LPAREN, - STATE(3942), 1, - sym__function_value_parameters, - STATE(5093), 1, - sym_type_arguments, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4138), 3, - anon_sym_DOT, - sym__quest, - sym__backtick_identifier, - ACTIONS(4130), 7, + ACTIONS(8851), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -585967,23 +588000,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [160522] = 7, - ACTIONS(6338), 1, + [162071] = 7, + ACTIONS(6349), 1, anon_sym_LT, - ACTIONS(9190), 1, + ACTIONS(9218), 1, anon_sym_LPAREN, - STATE(4509), 1, + STATE(4562), 1, sym__function_value_parameters, - STATE(5093), 1, + STATE(5112), 1, sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4138), 3, + ACTIONS(4115), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4130), 7, + ACTIONS(4107), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -585991,21 +588024,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [160553] = 8, + [162102] = 8, ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9200), 1, + ACTIONS(9222), 1, anon_sym_LPAREN, - ACTIONS(9386), 1, + ACTIONS(9400), 1, anon_sym_DOT, - STATE(2864), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(2918), 1, + STATE(2966), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2577), 2, + STATE(1335), 2, sym_variable_declaration, sym_multi_variable_declaration, ACTIONS(111), 7, @@ -586016,49 +588049,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [160586] = 8, - ACTIONS(613), 1, - sym__backtick_identifier, - ACTIONS(9216), 1, + [162135] = 7, + ACTIONS(6349), 1, + anon_sym_LT, + ACTIONS(9239), 1, anon_sym_LPAREN, - ACTIONS(9388), 1, - anon_sym_DOT, - STATE(3263), 1, - sym__lexical_identifier, - STATE(3496), 1, - sym_simple_identifier, + STATE(2863), 1, + sym__function_value_parameters, + STATE(5112), 1, + sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2572), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(537), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - [160619] = 8, - ACTIONS(491), 1, - sym__backtick_identifier, - ACTIONS(9194), 1, - anon_sym_LPAREN, - ACTIONS(9390), 1, + ACTIONS(4115), 3, anon_sym_DOT, - STATE(866), 1, - sym__lexical_identifier, - STATE(910), 1, - sym_simple_identifier, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(595), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(413), 7, + sym__quest, + sym__backtick_identifier, + ACTIONS(4107), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -586066,21 +588073,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [160652] = 8, + [162166] = 8, ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9200), 1, + ACTIONS(9222), 1, anon_sym_LPAREN, - ACTIONS(9392), 1, + ACTIONS(9402), 1, anon_sym_DOT, - STATE(2864), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(2918), 1, + STATE(2966), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1562), 2, + STATE(2368), 2, sym_variable_declaration, sym_multi_variable_declaration, ACTIONS(111), 7, @@ -586091,23 +588098,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [160685] = 7, - ACTIONS(6338), 1, + [162199] = 7, + ACTIONS(6349), 1, anon_sym_LT, - ACTIONS(9204), 1, + ACTIONS(9202), 1, anon_sym_LPAREN, - STATE(3910), 1, + STATE(3310), 1, sym__function_value_parameters, - STATE(5093), 1, + STATE(5112), 1, sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4138), 3, + ACTIONS(4115), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4130), 7, + ACTIONS(4107), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -586115,24 +588122,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [160716] = 8, - ACTIONS(195), 1, + [162230] = 8, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(9200), 1, + ACTIONS(9212), 1, anon_sym_LPAREN, - ACTIONS(9394), 1, + ACTIONS(9404), 1, anon_sym_DOT, - STATE(2864), 1, + STATE(843), 1, sym__lexical_identifier, - STATE(2918), 1, + STATE(934), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2623), 2, + STATE(448), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(111), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -586140,47 +588147,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [160749] = 7, - ACTIONS(6338), 1, + [162263] = 7, + ACTIONS(6349), 1, anon_sym_LT, - ACTIONS(9250), 1, + ACTIONS(9295), 1, anon_sym_LPAREN, - STATE(3941), 1, - sym__function_value_parameters, - STATE(5093), 1, + STATE(5112), 1, sym_type_arguments, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4138), 3, - anon_sym_DOT, - sym__quest, - sym__backtick_identifier, - ACTIONS(4130), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - [160780] = 7, - ACTIONS(6338), 1, - anon_sym_LT, - ACTIONS(9190), 1, - anon_sym_LPAREN, - STATE(4522), 1, + STATE(7884), 1, sym__function_value_parameters, - STATE(5093), 1, - sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4138), 3, + ACTIONS(4115), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4130), 7, + ACTIONS(4107), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -586188,24 +588171,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [160811] = 8, - ACTIONS(613), 1, + [162294] = 8, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9216), 1, + ACTIONS(9222), 1, anon_sym_LPAREN, - ACTIONS(9396), 1, + ACTIONS(9406), 1, anon_sym_DOT, - STATE(3263), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(3496), 1, + STATE(2966), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2563), 2, + STATE(1337), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(537), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -586213,24 +588196,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [160844] = 8, - ACTIONS(491), 1, - sym__backtick_identifier, - ACTIONS(9194), 1, + [162327] = 7, + ACTIONS(6349), 1, + anon_sym_LT, + ACTIONS(9239), 1, anon_sym_LPAREN, - ACTIONS(9398), 1, - anon_sym_DOT, - STATE(866), 1, - sym__lexical_identifier, - STATE(910), 1, - sym_simple_identifier, + STATE(2839), 1, + sym__function_value_parameters, + STATE(5112), 1, + sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(593), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(413), 7, + ACTIONS(4115), 3, + anon_sym_DOT, + sym__quest, + sym__backtick_identifier, + ACTIONS(4107), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -586238,23 +588220,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [160877] = 7, - ACTIONS(6338), 1, + [162358] = 7, + ACTIONS(6349), 1, anon_sym_LT, - ACTIONS(9190), 1, + ACTIONS(9202), 1, anon_sym_LPAREN, - STATE(4502), 1, + STATE(3264), 1, sym__function_value_parameters, - STATE(5093), 1, + STATE(5112), 1, sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4138), 3, + ACTIONS(4115), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4130), 7, + ACTIONS(4107), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -586262,24 +588244,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [160908] = 8, - ACTIONS(491), 1, + [162389] = 8, + ACTIONS(8849), 1, sym__backtick_identifier, - ACTIONS(9194), 1, + ACTIONS(9291), 1, anon_sym_LPAREN, - ACTIONS(9400), 1, + ACTIONS(9408), 1, anon_sym_DOT, - STATE(866), 1, + STATE(5419), 1, sym__lexical_identifier, - STATE(910), 1, + STATE(5643), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(565), 2, + STATE(5345), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(413), 7, + ACTIONS(8845), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -586287,23 +588269,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [160941] = 8, - ACTIONS(8406), 1, - sym__backtick_identifier, - ACTIONS(9192), 1, + [162422] = 7, + ACTIONS(6349), 1, + anon_sym_LT, + ACTIONS(9317), 1, anon_sym_LPAREN, - STATE(976), 1, + STATE(5112), 1, + sym_type_arguments, + STATE(5189), 1, sym__function_value_parameters, - STATE(4507), 1, - sym__lexical_identifier, - STATE(7537), 1, - sym_simple_identifier, - STATE(8687), 1, - sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(4115), 3, + anon_sym_DOT, + sym__quest, + sym__backtick_identifier, + ACTIONS(4107), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -586311,19 +588293,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [160973] = 7, + [162453] = 7, ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(9216), 1, + ACTIONS(9212), 1, anon_sym_LPAREN, - STATE(3263), 1, + STATE(843), 1, sym__lexical_identifier, - STATE(3496), 1, + STATE(934), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2661), 2, + STATE(446), 2, sym_variable_declaration, sym_multi_variable_declaration, ACTIONS(537), 7, @@ -586334,23 +588316,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [161003] = 8, - ACTIONS(107), 1, + [162483] = 8, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(5397), 1, + ACTIONS(5179), 1, anon_sym_LBRACE, - ACTIONS(9402), 1, + ACTIONS(9410), 1, anon_sym_COLON, - STATE(4529), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(4920), 1, - sym_simple_identifier, - STATE(5013), 1, + STATE(3381), 1, sym_class_body, + STATE(4123), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -586358,23 +588340,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [161035] = 8, - ACTIONS(8406), 1, + [162515] = 7, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9190), 1, + ACTIONS(9222), 1, anon_sym_LPAREN, - STATE(4439), 1, - sym__function_value_parameters, - STATE(4507), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(5072), 1, - sym__simple_user_type, - STATE(5170), 1, + STATE(2966), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + STATE(1335), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -586382,21 +588363,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [161067] = 7, + [162545] = 7, + ACTIONS(129), 1, + anon_sym_LPAREN, ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9200), 1, - anon_sym_LPAREN, - STATE(2864), 1, + ACTIONS(9412), 1, + anon_sym_class, + STATE(2858), 1, sym__lexical_identifier, - STATE(2918), 1, - sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2378), 2, - sym_variable_declaration, - sym_multi_variable_declaration, + STATE(3210), 2, + sym_parenthesized_expression, + sym_simple_identifier, ACTIONS(111), 7, anon_sym_get, anon_sym_set, @@ -586405,19 +588386,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [161097] = 7, + [162575] = 7, ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9200), 1, + ACTIONS(9222), 1, anon_sym_LPAREN, - STATE(2864), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(2918), 1, + STATE(2966), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1576), 2, + STATE(1337), 2, sym_variable_declaration, sym_multi_variable_declaration, ACTIONS(111), 7, @@ -586428,23 +588409,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [161127] = 8, - ACTIONS(107), 1, + [162605] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(5397), 1, - anon_sym_LBRACE, - ACTIONS(9402), 1, - anon_sym_COLON, - STATE(4529), 1, + ACTIONS(9317), 1, + anon_sym_LPAREN, + STATE(4533), 1, sym__lexical_identifier, - STATE(5013), 1, - sym_class_body, - STATE(5452), 1, + STATE(5083), 1, + sym__simple_user_type, + STATE(5313), 1, + sym__function_value_parameters, + STATE(7487), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -586452,22 +588433,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [161159] = 7, - ACTIONS(195), 1, + [162637] = 7, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9200), 1, + ACTIONS(9198), 1, anon_sym_LPAREN, - STATE(2864), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(2918), 1, + STATE(3540), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1562), 2, + STATE(2076), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(111), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -586475,21 +588456,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [161189] = 7, + [162667] = 8, ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9200), 1, - anon_sym_LPAREN, - STATE(2864), 1, + ACTIONS(5179), 1, + anon_sym_LBRACE, + ACTIONS(9410), 1, + anon_sym_COLON, + STATE(2858), 1, sym__lexical_identifier, - STATE(2918), 1, + STATE(2953), 1, sym_simple_identifier, + STATE(3381), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2577), 2, - sym_variable_declaration, - sym_multi_variable_declaration, ACTIONS(111), 7, anon_sym_get, anon_sym_set, @@ -586498,23 +588480,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [161219] = 8, - ACTIONS(8406), 1, + [162699] = 8, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(9204), 1, - anon_sym_LPAREN, - STATE(3648), 1, - sym__function_value_parameters, - STATE(4507), 1, + ACTIONS(3180), 1, + anon_sym_LBRACE, + ACTIONS(9414), 1, + anon_sym_COLON, + STATE(843), 1, sym__lexical_identifier, - STATE(5072), 1, - sym__simple_user_type, - STATE(7537), 1, + STATE(1072), 1, + sym_class_body, + STATE(1544), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -586522,23 +588504,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [161251] = 8, - ACTIONS(8406), 1, + [162731] = 7, + ACTIONS(8849), 1, sym__backtick_identifier, - ACTIONS(9190), 1, + ACTIONS(9291), 1, anon_sym_LPAREN, - STATE(4459), 1, - sym__function_value_parameters, - STATE(4507), 1, + STATE(5419), 1, sym__lexical_identifier, - STATE(7537), 1, + STATE(5643), 1, sym_simple_identifier, - STATE(8730), 1, - sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + STATE(5370), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(8845), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -586546,23 +588527,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [161283] = 8, - ACTIONS(8406), 1, + [162761] = 7, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(9226), 1, + ACTIONS(9212), 1, anon_sym_LPAREN, - STATE(2835), 1, - sym__function_value_parameters, - STATE(4507), 1, + STATE(843), 1, sym__lexical_identifier, - STATE(7537), 1, + STATE(934), 1, sym_simple_identifier, - STATE(8872), 1, - sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + STATE(448), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -586570,19 +588550,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [161315] = 7, + [162791] = 7, ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9200), 1, + ACTIONS(9222), 1, anon_sym_LPAREN, - STATE(2864), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(2918), 1, + STATE(2966), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1537), 2, + STATE(2597), 2, sym_variable_declaration, sym_multi_variable_declaration, ACTIONS(111), 7, @@ -586593,23 +588573,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [161345] = 8, - ACTIONS(8406), 1, + [162821] = 7, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9250), 1, + ACTIONS(9198), 1, anon_sym_LPAREN, - STATE(4104), 1, - sym__function_value_parameters, - STATE(4507), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(7537), 1, + STATE(3540), 1, sym_simple_identifier, - STATE(8625), 1, - sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + STATE(1620), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -586617,23 +588596,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [161377] = 8, - ACTIONS(8406), 1, + [162851] = 8, + ACTIONS(3144), 1, + anon_sym_LBRACE, + ACTIONS(8926), 1, sym__backtick_identifier, - ACTIONS(9190), 1, - anon_sym_LPAREN, - STATE(4507), 1, + ACTIONS(9416), 1, + anon_sym_COLON, + STATE(3454), 1, + sym_class_body, + STATE(4537), 1, sym__lexical_identifier, - STATE(4769), 1, - sym__function_value_parameters, - STATE(7537), 1, + STATE(5153), 1, sym_simple_identifier, - STATE(8785), 1, - sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -586641,46 +588620,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [161409] = 8, - ACTIONS(8406), 1, + [162883] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9220), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(4674), 1, - sym__function_value_parameters, - STATE(7537), 1, - sym_simple_identifier, - STATE(8733), 1, + STATE(5083), 1, sym__simple_user_type, + STATE(7487), 1, + sym_simple_identifier, + STATE(9049), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - [161441] = 7, - ACTIONS(549), 1, - anon_sym_LPAREN, - ACTIONS(613), 1, - sym__backtick_identifier, - ACTIONS(9404), 1, - anon_sym_class, - STATE(3263), 1, - sym__lexical_identifier, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(3732), 2, - sym_parenthesized_expression, - sym_simple_identifier, - ACTIONS(537), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -586688,22 +588644,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [161471] = 7, - ACTIONS(491), 1, + [162915] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9194), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(866), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(910), 1, + STATE(5083), 1, + sym__simple_user_type, + STATE(5187), 1, sym_simple_identifier, + STATE(9197), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(546), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(413), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -586711,22 +588668,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [161501] = 7, - ACTIONS(491), 1, + [162947] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9194), 1, + ACTIONS(9226), 1, anon_sym_LPAREN, - STATE(866), 1, + STATE(3487), 1, + sym__function_value_parameters, + STATE(4533), 1, sym__lexical_identifier, - STATE(910), 1, + STATE(5083), 1, + sym__simple_user_type, + STATE(7487), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(595), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(413), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -586734,22 +588692,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [161531] = 7, - ACTIONS(613), 1, + [162979] = 7, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9216), 1, + ACTIONS(9222), 1, anon_sym_LPAREN, - STATE(3263), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(3496), 1, + STATE(2966), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2672), 2, + STATE(2368), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(537), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -586757,23 +588715,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [161561] = 8, - ACTIONS(613), 1, + [163009] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9218), 1, anon_sym_LPAREN, - STATE(3263), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(3264), 1, - sym_simple_identifier, - STATE(3532), 1, + STATE(4870), 1, + sym__function_value_parameters, + STATE(5083), 1, sym__simple_user_type, - STATE(9480), 1, - sym_function_type_parameters, + STATE(7487), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(537), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -586781,22 +588739,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [161593] = 7, - ACTIONS(491), 1, + [163041] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9194), 1, + ACTIONS(9226), 1, anon_sym_LPAREN, - STATE(866), 1, + STATE(3485), 1, + sym__function_value_parameters, + STATE(4533), 1, sym__lexical_identifier, - STATE(910), 1, + STATE(5083), 1, + sym__simple_user_type, + STATE(7487), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(577), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(413), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -586804,22 +588763,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [161623] = 7, - ACTIONS(8858), 1, + [163073] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9312), 1, + ACTIONS(9239), 1, anon_sym_LPAREN, - STATE(5416), 1, + STATE(3929), 1, + sym__function_value_parameters, + STATE(4533), 1, sym__lexical_identifier, - STATE(5618), 1, + STATE(5083), 1, + sym__simple_user_type, + STATE(7487), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5262), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(8854), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -586827,22 +588787,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [161653] = 7, - ACTIONS(195), 1, + [163105] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9200), 1, + ACTIONS(9249), 1, anon_sym_LPAREN, - STATE(2864), 1, + STATE(1031), 1, + sym__function_value_parameters, + STATE(4533), 1, sym__lexical_identifier, - STATE(2918), 1, + STATE(7487), 1, sym_simple_identifier, + STATE(8604), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2595), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(111), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -586850,22 +588811,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [161683] = 7, - ACTIONS(613), 1, + [163137] = 7, + ACTIONS(8849), 1, sym__backtick_identifier, - ACTIONS(9216), 1, + ACTIONS(9291), 1, anon_sym_LPAREN, - STATE(3263), 1, + STATE(5419), 1, sym__lexical_identifier, - STATE(3496), 1, + STATE(5643), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2022), 2, + STATE(5345), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(537), 7, + ACTIONS(8845), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -586873,22 +588834,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [161713] = 7, - ACTIONS(491), 1, + [163167] = 8, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9194), 1, - anon_sym_LPAREN, - STATE(866), 1, + ACTIONS(5360), 1, + anon_sym_LBRACE, + ACTIONS(9418), 1, + anon_sym_COLON, + STATE(3382), 1, sym__lexical_identifier, - STATE(910), 1, + STATE(3481), 1, sym_simple_identifier, + STATE(3690), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(565), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(413), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -586896,22 +588858,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [161743] = 7, - ACTIONS(491), 1, + [163199] = 8, + ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(9194), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(866), 1, + STATE(4461), 1, sym__lexical_identifier, - STATE(910), 1, + STATE(4466), 1, sym_simple_identifier, + STATE(4473), 1, + sym__simple_user_type, + STATE(9323), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(597), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(413), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -586919,23 +588882,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [161773] = 8, - ACTIONS(8406), 1, + [163231] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9220), 1, + ACTIONS(9249), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(987), 1, + sym__function_value_parameters, + STATE(4533), 1, sym__lexical_identifier, - STATE(5072), 1, + STATE(5083), 1, sym__simple_user_type, - STATE(5314), 1, - sym__function_value_parameters, - STATE(7537), 1, + STATE(7487), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -586943,22 +588906,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [161805] = 7, - ACTIONS(491), 1, + [163263] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9194), 1, + ACTIONS(9249), 1, anon_sym_LPAREN, - STATE(866), 1, + STATE(870), 1, + sym__function_value_parameters, + STATE(4533), 1, sym__lexical_identifier, - STATE(910), 1, + STATE(7487), 1, sym_simple_identifier, + STATE(8877), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(555), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(413), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -586966,23 +588930,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [161835] = 8, - ACTIONS(8406), 1, + [163295] = 7, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9222), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(5072), 1, - sym__simple_user_type, - STATE(5170), 1, + STATE(2966), 1, sym_simple_identifier, - STATE(9448), 1, - sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + STATE(2374), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -586990,23 +588953,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [161867] = 8, - ACTIONS(8922), 1, + [163325] = 7, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9198), 1, anon_sym_LPAREN, - STATE(8046), 1, - sym_simple_identifier, - STATE(8123), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(8485), 1, - sym__simple_user_type, - STATE(9440), 1, - sym_function_type_parameters, + STATE(3540), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8918), 7, + STATE(2071), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -587014,23 +588976,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [161899] = 8, - ACTIONS(8406), 1, + [163355] = 7, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9204), 1, + ACTIONS(9222), 1, anon_sym_LPAREN, - STATE(4075), 1, - sym__function_value_parameters, - STATE(4507), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(5072), 1, - sym__simple_user_type, - STATE(7537), 1, + STATE(2966), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + STATE(1310), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -587038,23 +588999,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [161931] = 8, - ACTIONS(8406), 1, + [163385] = 7, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(9226), 1, + ACTIONS(9212), 1, anon_sym_LPAREN, - STATE(3039), 1, - sym__function_value_parameters, - STATE(4507), 1, + STATE(843), 1, sym__lexical_identifier, - STATE(5072), 1, - sym__simple_user_type, - STATE(5170), 1, + STATE(934), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + STATE(609), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -587062,23 +589022,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [161963] = 8, - ACTIONS(8406), 1, + [163415] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9250), 1, + ACTIONS(9249), 1, anon_sym_LPAREN, - STATE(4022), 1, + STATE(994), 1, sym__function_value_parameters, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(5072), 1, + STATE(5083), 1, sym__simple_user_type, - STATE(7537), 1, + STATE(7487), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -587086,23 +589046,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [161995] = 8, - ACTIONS(8406), 1, + [163447] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9250), 1, + ACTIONS(9202), 1, anon_sym_LPAREN, - STATE(4101), 1, + STATE(3637), 1, sym__function_value_parameters, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(5072), 1, + STATE(5083), 1, sym__simple_user_type, - STATE(7537), 1, + STATE(7487), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -587110,23 +589070,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [162027] = 8, - ACTIONS(613), 1, + [163479] = 8, + ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(5421), 1, + ACTIONS(3144), 1, anon_sym_LBRACE, - ACTIONS(9406), 1, + ACTIONS(9416), 1, anon_sym_COLON, - STATE(3263), 1, + STATE(2837), 1, sym__lexical_identifier, - STATE(3511), 1, + STATE(2946), 1, sym_simple_identifier, - STATE(3891), 1, + STATE(3454), 1, sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(537), 7, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -587134,23 +589094,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [162059] = 8, - ACTIONS(8406), 1, + [163511] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9226), 1, + ACTIONS(9317), 1, anon_sym_LPAREN, - STATE(2895), 1, - sym__function_value_parameters, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(5072), 1, - sym__simple_user_type, - STATE(7537), 1, + STATE(5157), 1, + sym__function_value_parameters, + STATE(7487), 1, sym_simple_identifier, + STATE(8645), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -587158,23 +589118,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [162091] = 8, - ACTIONS(8406), 1, + [163543] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9226), 1, + ACTIONS(9239), 1, anon_sym_LPAREN, - STATE(2868), 1, + STATE(3930), 1, sym__function_value_parameters, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(5072), 1, + STATE(5083), 1, sym__simple_user_type, - STATE(7537), 1, + STATE(7487), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -587182,22 +589142,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [162123] = 7, - ACTIONS(613), 1, + [163575] = 7, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9216), 1, + ACTIONS(9222), 1, anon_sym_LPAREN, - STATE(3263), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(3496), 1, + STATE(2966), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2572), 2, + STATE(2592), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(537), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -587205,23 +589165,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [162153] = 8, - ACTIONS(8406), 1, + [163605] = 7, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9204), 1, + ACTIONS(9222), 1, anon_sym_LPAREN, - STATE(3650), 1, - sym__function_value_parameters, - STATE(4507), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(5072), 1, - sym__simple_user_type, - STATE(7537), 1, + STATE(2966), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + STATE(2424), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -587229,23 +589188,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [162185] = 8, - ACTIONS(8406), 1, + [163635] = 8, + ACTIONS(8918), 1, sym__backtick_identifier, - ACTIONS(9192), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(1273), 1, - sym__function_value_parameters, - STATE(4507), 1, + STATE(8059), 1, + sym_simple_identifier, + STATE(8112), 1, sym__lexical_identifier, - STATE(5072), 1, + STATE(8431), 1, sym__simple_user_type, - STATE(7537), 1, - sym_simple_identifier, + STATE(9482), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8914), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -587253,23 +589212,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [162217] = 8, - ACTIONS(8406), 1, + [163667] = 7, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9220), 1, + ACTIONS(9222), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(5072), 1, - sym__simple_user_type, - STATE(5315), 1, - sym__function_value_parameters, - STATE(7537), 1, + STATE(2966), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + STATE(2385), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -587277,23 +589235,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [162249] = 8, - ACTIONS(491), 1, + [163697] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(3156), 1, - anon_sym_LBRACE, - ACTIONS(9408), 1, - anon_sym_COLON, - STATE(866), 1, + ACTIONS(9226), 1, + anon_sym_LPAREN, + STATE(4058), 1, + sym__function_value_parameters, + STATE(4533), 1, sym__lexical_identifier, - STATE(1063), 1, - sym_class_body, - STATE(1142), 1, + STATE(7487), 1, sym_simple_identifier, + STATE(8614), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(413), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -587301,22 +589259,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [162281] = 7, - ACTIONS(195), 1, + [163729] = 8, + ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(9200), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(2864), 1, + STATE(2837), 1, sym__lexical_identifier, - STATE(2918), 1, + STATE(2898), 1, sym_simple_identifier, + STATE(2919), 1, + sym__simple_user_type, + STATE(9568), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2396), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(111), 7, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -587324,22 +589283,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [162311] = 7, - ACTIONS(613), 1, + [163761] = 7, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9216), 1, + ACTIONS(9198), 1, anon_sym_LPAREN, - STATE(3263), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(3496), 1, + STATE(3540), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2563), 2, + STATE(2036), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(537), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -587347,23 +589306,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [162341] = 8, - ACTIONS(8406), 1, + [163791] = 7, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9192), 1, + ACTIONS(9198), 1, anon_sym_LPAREN, - STATE(1269), 1, - sym__function_value_parameters, - STATE(4507), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(5072), 1, - sym__simple_user_type, - STATE(7537), 1, + STATE(3540), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + STATE(2640), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -587371,23 +589329,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [162373] = 8, - ACTIONS(281), 1, + [163821] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(5127), 1, - anon_sym_LBRACE, - ACTIONS(9410), 1, - anon_sym_COLON, - STATE(4440), 1, + ACTIONS(9239), 1, + anon_sym_LPAREN, + STATE(3073), 1, + sym__function_value_parameters, + STATE(4533), 1, sym__lexical_identifier, - STATE(4576), 1, - sym_class_body, - STATE(5110), 1, + STATE(5083), 1, + sym__simple_user_type, + STATE(5187), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(199), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -587395,23 +589353,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [162405] = 8, - ACTIONS(8406), 1, + [163853] = 8, + ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(9220), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4566), 1, sym__lexical_identifier, - STATE(4852), 1, - sym__function_value_parameters, - STATE(7537), 1, + STATE(4677), 1, sym_simple_identifier, - STATE(8600), 1, + STATE(4783), 1, sym__simple_user_type, + STATE(9205), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(7), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -587419,23 +589377,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [162437] = 8, - ACTIONS(195), 1, + [163885] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(5147), 1, - anon_sym_LBRACE, - ACTIONS(9412), 1, - anon_sym_COLON, - STATE(2864), 1, + ACTIONS(9239), 1, + anon_sym_LPAREN, + STATE(3057), 1, + sym__function_value_parameters, + STATE(4533), 1, sym__lexical_identifier, - STATE(2977), 1, + STATE(5083), 1, + sym__simple_user_type, + STATE(5187), 1, sym_simple_identifier, - STATE(3377), 1, - sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(111), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -587443,22 +589401,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [162469] = 7, - ACTIONS(195), 1, + [163917] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9200), 1, + ACTIONS(9202), 1, anon_sym_LPAREN, - STATE(2864), 1, + STATE(3639), 1, + sym__function_value_parameters, + STATE(4533), 1, sym__lexical_identifier, - STATE(2918), 1, + STATE(5083), 1, + sym__simple_user_type, + STATE(7487), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2369), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(111), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -587466,22 +589425,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [162499] = 7, - ACTIONS(215), 1, - anon_sym_LPAREN, - ACTIONS(281), 1, + [163949] = 7, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9414), 1, - anon_sym_class, - STATE(4440), 1, + ACTIONS(9198), 1, + anon_sym_LPAREN, + STATE(3382), 1, sym__lexical_identifier, + STATE(3540), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4679), 2, - sym_parenthesized_expression, - sym_simple_identifier, - ACTIONS(199), 7, + STATE(2645), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -587489,23 +589448,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [162529] = 8, - ACTIONS(8406), 1, + [163979] = 7, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(9190), 1, + ACTIONS(9212), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(843), 1, sym__lexical_identifier, - STATE(4885), 1, - sym__function_value_parameters, - STATE(5072), 1, - sym__simple_user_type, - STATE(7537), 1, + STATE(934), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + STATE(629), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -587513,22 +589471,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [162561] = 8, + [164009] = 7, ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(5147), 1, - anon_sym_LBRACE, - ACTIONS(9412), 1, - anon_sym_COLON, - STATE(2864), 1, + ACTIONS(9222), 1, + anon_sym_LPAREN, + STATE(2858), 1, sym__lexical_identifier, - STATE(3377), 1, - sym_class_body, - STATE(4140), 1, + STATE(2966), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, + STATE(1329), 2, + sym_variable_declaration, + sym_multi_variable_declaration, ACTIONS(111), 7, anon_sym_get, anon_sym_set, @@ -587537,22 +589494,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [162593] = 7, - ACTIONS(613), 1, + [164039] = 7, + ACTIONS(8855), 1, sym__backtick_identifier, - ACTIONS(9216), 1, + ACTIONS(9208), 1, anon_sym_LPAREN, - STATE(3263), 1, + STATE(5532), 1, sym__lexical_identifier, - STATE(3496), 1, + STATE(5629), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2568), 2, + STATE(5242), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(537), 7, + ACTIONS(8851), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -587560,23 +589517,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [162623] = 8, - ACTIONS(409), 1, + [164069] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(3112), 1, - anon_sym_LBRACE, - ACTIONS(9416), 1, - anon_sym_COLON, - STATE(2890), 1, + ACTIONS(9202), 1, + anon_sym_LPAREN, + STATE(4026), 1, + sym__function_value_parameters, + STATE(4533), 1, sym__lexical_identifier, - STATE(2935), 1, + STATE(5083), 1, + sym__simple_user_type, + STATE(7487), 1, sym_simple_identifier, - STATE(3361), 1, - sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(333), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -587584,23 +589541,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [162655] = 8, - ACTIONS(8886), 1, + [164101] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9202), 1, anon_sym_LPAREN, - STATE(5519), 1, + STATE(4030), 1, + sym__function_value_parameters, + STATE(4533), 1, sym__lexical_identifier, - STATE(5521), 1, - sym_simple_identifier, - STATE(5542), 1, + STATE(5083), 1, sym__simple_user_type, - STATE(9028), 1, - sym_function_type_parameters, + STATE(7487), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8880), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -587608,22 +589565,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [162687] = 7, - ACTIONS(195), 1, + [164133] = 7, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9200), 1, + ACTIONS(9198), 1, anon_sym_LPAREN, - STATE(2864), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(2918), 1, + STATE(3540), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2606), 2, + STATE(2590), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(111), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -587631,22 +589588,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [162717] = 7, - ACTIONS(613), 1, + [164163] = 8, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9216), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(3263), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(3496), 1, + STATE(2897), 1, sym_simple_identifier, + STATE(2941), 1, + sym__simple_user_type, + STATE(9519), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1571), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(537), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -587654,23 +589612,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [162747] = 8, - ACTIONS(409), 1, + [164195] = 7, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(3112), 1, - anon_sym_LBRACE, - ACTIONS(9416), 1, - anon_sym_COLON, - STATE(2890), 1, + ACTIONS(9212), 1, + anon_sym_LPAREN, + STATE(843), 1, sym__lexical_identifier, - STATE(3361), 1, - sym_class_body, - STATE(4042), 1, + STATE(934), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(333), 7, + STATE(445), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -587678,22 +589635,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [162779] = 7, - ACTIONS(613), 1, + [164225] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9216), 1, + ACTIONS(9218), 1, anon_sym_LPAREN, - STATE(3263), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(3496), 1, + STATE(4830), 1, + sym__function_value_parameters, + STATE(5083), 1, + sym__simple_user_type, + STATE(7487), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1849), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(537), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -587701,23 +589659,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [162809] = 8, - ACTIONS(8406), 1, + [164257] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9226), 1, + ACTIONS(9249), 1, anon_sym_LPAREN, - STATE(2895), 1, + STATE(1250), 1, sym__function_value_parameters, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(5072), 1, + STATE(5083), 1, sym__simple_user_type, - STATE(5170), 1, + STATE(7487), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -587725,19 +589683,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [162841] = 7, + [164289] = 7, ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9200), 1, + ACTIONS(9222), 1, anon_sym_LPAREN, - STATE(2864), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(2918), 1, + STATE(2966), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2372), 2, + STATE(2409), 2, sym_variable_declaration, sym_multi_variable_declaration, ACTIONS(111), 7, @@ -587748,23 +589706,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [162871] = 8, - ACTIONS(8406), 1, + [164319] = 8, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(9192), 1, - anon_sym_LPAREN, - STATE(876), 1, - sym__function_value_parameters, - STATE(4507), 1, + ACTIONS(3180), 1, + anon_sym_LBRACE, + ACTIONS(9414), 1, + anon_sym_COLON, + STATE(843), 1, sym__lexical_identifier, - STATE(5072), 1, - sym__simple_user_type, - STATE(7537), 1, + STATE(883), 1, sym_simple_identifier, + STATE(1072), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -587772,22 +589730,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [162903] = 7, - ACTIONS(613), 1, + [164351] = 7, + ACTIONS(8849), 1, sym__backtick_identifier, - ACTIONS(9216), 1, + ACTIONS(9291), 1, anon_sym_LPAREN, - STATE(3263), 1, + STATE(5419), 1, sym__lexical_identifier, - STATE(3496), 1, + STATE(5643), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1591), 2, + STATE(5276), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(537), 7, + ACTIONS(8845), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -587795,23 +589753,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [162933] = 8, - ACTIONS(8406), 1, + [164381] = 7, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9226), 1, + ACTIONS(9198), 1, anon_sym_LPAREN, - STATE(2868), 1, - sym__function_value_parameters, - STATE(4507), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(5072), 1, - sym__simple_user_type, - STATE(5170), 1, + STATE(3540), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + STATE(2598), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -587819,23 +589776,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [162965] = 8, - ACTIONS(8406), 1, + [164411] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9192), 1, + ACTIONS(9317), 1, anon_sym_LPAREN, - STATE(1259), 1, - sym__function_value_parameters, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7537), 1, - sym_simple_identifier, - STATE(8579), 1, + STATE(5083), 1, sym__simple_user_type, + STATE(5312), 1, + sym__function_value_parameters, + STATE(7487), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -587843,23 +589800,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [162997] = 8, - ACTIONS(8406), 1, + [164443] = 7, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9192), 1, + ACTIONS(9222), 1, anon_sym_LPAREN, - STATE(873), 1, - sym__function_value_parameters, - STATE(4507), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(5072), 1, - sym__simple_user_type, - STATE(7537), 1, + STATE(2966), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + STATE(2630), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -587867,22 +589823,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [163029] = 7, - ACTIONS(613), 1, + [164473] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9216), 1, + ACTIONS(9249), 1, anon_sym_LPAREN, - STATE(3263), 1, + STATE(1248), 1, + sym__function_value_parameters, + STATE(4533), 1, sym__lexical_identifier, - STATE(3496), 1, + STATE(5083), 1, + sym__simple_user_type, + STATE(7487), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1597), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(537), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -587890,19 +589847,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [163059] = 7, + [164505] = 7, ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9200), 1, + ACTIONS(9222), 1, anon_sym_LPAREN, - STATE(2864), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(2918), 1, + STATE(2966), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1573), 2, + STATE(1323), 2, sym_variable_declaration, sym_multi_variable_declaration, ACTIONS(111), 7, @@ -587913,23 +589870,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [163089] = 8, - ACTIONS(491), 1, + [164535] = 8, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(3156), 1, - anon_sym_LBRACE, - ACTIONS(9408), 1, - anon_sym_COLON, - STATE(866), 1, - sym__lexical_identifier, - STATE(941), 1, + ACTIONS(9027), 1, + anon_sym_LPAREN, + STATE(834), 1, sym_simple_identifier, - STATE(1063), 1, - sym_class_body, + STATE(843), 1, + sym__lexical_identifier, + STATE(928), 1, + sym__simple_user_type, + STATE(9458), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(413), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -587937,23 +589894,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [163121] = 8, - ACTIONS(409), 1, + [164567] = 7, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(3112), 1, - anon_sym_LBRACE, - ACTIONS(9416), 1, - anon_sym_COLON, - STATE(2890), 1, + ACTIONS(9222), 1, + anon_sym_LPAREN, + STATE(2858), 1, sym__lexical_identifier, - STATE(3268), 1, + STATE(2966), 1, sym_simple_identifier, - STATE(3361), 1, - sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(333), 7, + STATE(2616), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -587961,23 +589917,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [163153] = 8, - ACTIONS(195), 1, + [164597] = 8, + ACTIONS(8926), 1, sym__backtick_identifier, - ACTIONS(5147), 1, - anon_sym_LBRACE, - ACTIONS(9412), 1, - anon_sym_COLON, - STATE(2864), 1, + ACTIONS(9027), 1, + anon_sym_LPAREN, + STATE(4537), 1, sym__lexical_identifier, - STATE(3377), 1, - sym_class_body, - STATE(3647), 1, + STATE(4554), 1, sym_simple_identifier, + STATE(4788), 1, + sym__simple_user_type, + STATE(9531), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(111), 7, + ACTIONS(8920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -587985,22 +589941,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [163185] = 7, - ACTIONS(491), 1, + [164629] = 7, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9194), 1, + ACTIONS(9222), 1, anon_sym_LPAREN, - STATE(866), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(910), 1, + STATE(2966), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(610), 2, + STATE(1334), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(413), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -588008,23 +589964,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [163215] = 8, - ACTIONS(8406), 1, + [164659] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9190), 1, + ACTIONS(9226), 1, anon_sym_LPAREN, - STATE(4438), 1, + STATE(3487), 1, sym__function_value_parameters, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(5072), 1, + STATE(5083), 1, sym__simple_user_type, - STATE(5170), 1, + STATE(5187), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -588032,22 +589988,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [163247] = 7, - ACTIONS(195), 1, + [164691] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9200), 1, + ACTIONS(9317), 1, anon_sym_LPAREN, - STATE(2864), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(2918), 1, + STATE(4844), 1, + sym__function_value_parameters, + STATE(5083), 1, + sym__simple_user_type, + STATE(5187), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1603), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(111), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -588055,22 +590012,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [163277] = 7, - ACTIONS(491), 1, + [164723] = 8, + ACTIONS(5401), 1, + anon_sym_LBRACE, + ACTIONS(8908), 1, sym__backtick_identifier, - ACTIONS(9194), 1, - anon_sym_LPAREN, - STATE(866), 1, + ACTIONS(9420), 1, + anon_sym_COLON, + STATE(4904), 1, + sym_class_body, + STATE(5536), 1, sym__lexical_identifier, - STATE(910), 1, + STATE(7995), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(446), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(413), 7, + ACTIONS(8902), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -588078,23 +590036,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [163307] = 8, - ACTIONS(8406), 1, + [164755] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9226), 1, + ACTIONS(9317), 1, anon_sym_LPAREN, - STATE(3937), 1, - sym__function_value_parameters, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7537), 1, + STATE(5325), 1, + sym__function_value_parameters, + STATE(7487), 1, sym_simple_identifier, - STATE(8714), 1, + STATE(8830), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -588102,22 +590060,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [163339] = 7, - ACTIONS(613), 1, + [164787] = 7, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9216), 1, + ACTIONS(9198), 1, anon_sym_LPAREN, - STATE(3263), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(3496), 1, + STATE(3540), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2674), 2, + STATE(2628), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(537), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -588125,23 +590083,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [163369] = 8, - ACTIONS(8406), 1, + [164817] = 7, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9250), 1, + ACTIONS(9222), 1, anon_sym_LPAREN, - STATE(3345), 1, - sym__function_value_parameters, - STATE(4507), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(5072), 1, - sym__simple_user_type, - STATE(5170), 1, + STATE(2966), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + STATE(2589), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -588149,23 +590106,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [163401] = 8, - ACTIONS(8406), 1, + [164847] = 8, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9250), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(3344), 1, - sym__function_value_parameters, - STATE(4507), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(5072), 1, - sym__simple_user_type, - STATE(5170), 1, + STATE(3446), 1, sym_simple_identifier, + STATE(3506), 1, + sym__simple_user_type, + STATE(9499), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -588173,23 +590130,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [163433] = 8, - ACTIONS(8406), 1, + [164879] = 8, + ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(9204), 1, - anon_sym_LPAREN, - STATE(2858), 1, - sym__function_value_parameters, - STATE(4507), 1, + ACTIONS(3144), 1, + anon_sym_LBRACE, + ACTIONS(9416), 1, + anon_sym_COLON, + STATE(2837), 1, sym__lexical_identifier, - STATE(5072), 1, - sym__simple_user_type, - STATE(5170), 1, + STATE(3454), 1, + sym_class_body, + STATE(3962), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -588197,23 +590154,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [163465] = 8, - ACTIONS(8406), 1, + [164911] = 8, + ACTIONS(5161), 1, + anon_sym_LBRACE, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9204), 1, - anon_sym_LPAREN, - STATE(2857), 1, - sym__function_value_parameters, - STATE(4507), 1, + ACTIONS(9422), 1, + anon_sym_COLON, + STATE(4533), 1, sym__lexical_identifier, - STATE(5072), 1, - sym__simple_user_type, - STATE(5170), 1, + STATE(4618), 1, + sym_class_body, + STATE(8273), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -588221,22 +590178,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [163497] = 7, - ACTIONS(195), 1, + [164943] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9200), 1, + ACTIONS(9218), 1, anon_sym_LPAREN, - STATE(2864), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(2918), 1, + STATE(4811), 1, + sym__function_value_parameters, + STATE(5083), 1, + sym__simple_user_type, + STATE(7487), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1604), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(111), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -588244,23 +590202,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [163527] = 8, - ACTIONS(8406), 1, + [164975] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9226), 1, + ACTIONS(9218), 1, anon_sym_LPAREN, - STATE(3609), 1, - sym__function_value_parameters, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(5072), 1, + STATE(4810), 1, + sym__function_value_parameters, + STATE(5083), 1, sym__simple_user_type, - STATE(7537), 1, + STATE(7487), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -588268,23 +590226,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [163559] = 8, - ACTIONS(8406), 1, + [165007] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9226), 1, + ACTIONS(9239), 1, anon_sym_LPAREN, - STATE(3610), 1, + STATE(3027), 1, sym__function_value_parameters, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(5072), 1, - sym__simple_user_type, - STATE(7537), 1, + STATE(7487), 1, sym_simple_identifier, + STATE(8776), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -588292,23 +590250,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [163591] = 8, - ACTIONS(613), 1, + [165039] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(5421), 1, - anon_sym_LBRACE, - ACTIONS(9406), 1, - anon_sym_COLON, - STATE(3263), 1, + ACTIONS(9239), 1, + anon_sym_LPAREN, + STATE(3638), 1, + sym__function_value_parameters, + STATE(4533), 1, sym__lexical_identifier, - STATE(3742), 1, + STATE(7487), 1, sym_simple_identifier, - STATE(3891), 1, - sym_class_body, + STATE(8718), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(537), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -588316,23 +590274,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [163623] = 8, - ACTIONS(8406), 1, + [165071] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9226), 1, + ACTIONS(9249), 1, anon_sym_LPAREN, - STATE(3586), 1, + STATE(987), 1, sym__function_value_parameters, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7537), 1, - sym_simple_identifier, - STATE(8829), 1, + STATE(5083), 1, sym__simple_user_type, + STATE(5187), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -588340,23 +590298,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [163655] = 8, - ACTIONS(5397), 1, - anon_sym_LBRACE, - ACTIONS(8886), 1, + [165103] = 8, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(9402), 1, + ACTIONS(3180), 1, + anon_sym_LBRACE, + ACTIONS(9414), 1, anon_sym_COLON, - STATE(5013), 1, - sym_class_body, - STATE(5519), 1, + STATE(843), 1, sym__lexical_identifier, - STATE(8099), 1, + STATE(1061), 1, sym_simple_identifier, + STATE(1072), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8880), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -588364,23 +590322,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [163687] = 8, - ACTIONS(8406), 1, + [165135] = 8, + ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(9250), 1, - anon_sym_LPAREN, - STATE(3622), 1, - sym__function_value_parameters, - STATE(4507), 1, + ACTIONS(5401), 1, + anon_sym_LBRACE, + ACTIONS(9420), 1, + anon_sym_COLON, + STATE(4566), 1, sym__lexical_identifier, - STATE(5072), 1, - sym__simple_user_type, - STATE(7537), 1, + STATE(4805), 1, sym_simple_identifier, + STATE(4904), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(7), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -588388,23 +590346,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [163719] = 8, - ACTIONS(8406), 1, + [165167] = 7, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9204), 1, + ACTIONS(9222), 1, anon_sym_LPAREN, - STATE(3513), 1, - sym__function_value_parameters, - STATE(4507), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(5072), 1, - sym__simple_user_type, - STATE(7537), 1, + STATE(2966), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + STATE(2370), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -588412,22 +590369,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [163751] = 7, - ACTIONS(491), 1, + [165197] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9194), 1, + ACTIONS(9226), 1, anon_sym_LPAREN, - STATE(866), 1, + STATE(3548), 1, + sym__function_value_parameters, + STATE(4533), 1, sym__lexical_identifier, - STATE(910), 1, + STATE(5083), 1, + sym__simple_user_type, + STATE(7487), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(626), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(413), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -588435,23 +590393,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [163781] = 8, - ACTIONS(195), 1, + [165229] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9226), 1, anon_sym_LPAREN, - STATE(2864), 1, + STATE(3485), 1, + sym__function_value_parameters, + STATE(4533), 1, sym__lexical_identifier, - STATE(2889), 1, - sym_simple_identifier, - STATE(2957), 1, + STATE(5083), 1, sym__simple_user_type, - STATE(9443), 1, - sym_function_type_parameters, + STATE(5187), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(111), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -588459,22 +590417,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [163813] = 7, - ACTIONS(491), 1, + [165261] = 8, + ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(9194), 1, - anon_sym_LPAREN, - STATE(866), 1, + ACTIONS(5161), 1, + anon_sym_LBRACE, + ACTIONS(9422), 1, + anon_sym_COLON, + STATE(4461), 1, sym__lexical_identifier, - STATE(910), 1, + STATE(4494), 1, sym_simple_identifier, + STATE(4618), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(444), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(413), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -588482,23 +590441,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [163843] = 8, - ACTIONS(8406), 1, + [165293] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9204), 1, + ACTIONS(9226), 1, anon_sym_LPAREN, - STATE(3509), 1, + STATE(3584), 1, sym__function_value_parameters, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(5072), 1, - sym__simple_user_type, - STATE(7537), 1, + STATE(7487), 1, sym_simple_identifier, + STATE(8594), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -588506,23 +590465,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [163875] = 8, - ACTIONS(281), 1, + [165325] = 8, + ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(5127), 1, + ACTIONS(3144), 1, anon_sym_LBRACE, - ACTIONS(9410), 1, + ACTIONS(9416), 1, anon_sym_COLON, - STATE(4440), 1, + STATE(2837), 1, sym__lexical_identifier, - STATE(4576), 1, + STATE(3454), 1, sym_class_body, - STATE(5399), 1, + STATE(4066), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(199), 7, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -588530,23 +590489,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [163907] = 8, - ACTIONS(8406), 1, + [165357] = 7, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9204), 1, + ACTIONS(9198), 1, anon_sym_LPAREN, - STATE(3501), 1, - sym__function_value_parameters, - STATE(4507), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(7537), 1, + STATE(3540), 1, sym_simple_identifier, - STATE(8584), 1, - sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + STATE(2577), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -588554,23 +590512,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [163939] = 8, - ACTIONS(8406), 1, + [165387] = 7, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(9192), 1, + ACTIONS(9212), 1, anon_sym_LPAREN, - STATE(873), 1, - sym__function_value_parameters, - STATE(4507), 1, + STATE(843), 1, sym__lexical_identifier, - STATE(5072), 1, - sym__simple_user_type, - STATE(5170), 1, + STATE(934), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + STATE(623), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -588578,23 +590535,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [163971] = 8, - ACTIONS(8406), 1, + [165417] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9192), 1, + ACTIONS(9202), 1, anon_sym_LPAREN, - STATE(876), 1, + STATE(3637), 1, sym__function_value_parameters, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(5072), 1, + STATE(5083), 1, sym__simple_user_type, - STATE(5170), 1, + STATE(5187), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -588602,22 +590559,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [164003] = 7, - ACTIONS(613), 1, + [165449] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9216), 1, + ACTIONS(9317), 1, anon_sym_LPAREN, - STATE(3263), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(3496), 1, + STATE(4844), 1, + sym__function_value_parameters, + STATE(5083), 1, + sym__simple_user_type, + STATE(7487), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2654), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(537), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -588625,22 +590583,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [164033] = 7, - ACTIONS(491), 1, + [165481] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9194), 1, + ACTIONS(9202), 1, anon_sym_LPAREN, - STATE(866), 1, + STATE(4117), 1, + sym__function_value_parameters, + STATE(4533), 1, sym__lexical_identifier, - STATE(910), 1, + STATE(5083), 1, + sym__simple_user_type, + STATE(7487), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(617), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(413), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -588648,22 +590607,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [164063] = 7, - ACTIONS(8850), 1, + [165513] = 7, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9210), 1, + ACTIONS(9198), 1, anon_sym_LPAREN, - STATE(5515), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(5614), 1, + STATE(3540), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5204), 2, + STATE(2567), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(8846), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -588671,23 +590630,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [164093] = 8, - ACTIONS(8406), 1, + [165543] = 7, + ACTIONS(8861), 1, sym__backtick_identifier, - ACTIONS(9226), 1, + ACTIONS(9303), 1, anon_sym_LPAREN, - STATE(3004), 1, - sym__function_value_parameters, - STATE(4507), 1, + STATE(2903), 1, sym__lexical_identifier, - STATE(5072), 1, - sym__simple_user_type, - STATE(5170), 1, + STATE(3667), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + STATE(1854), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(8857), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -588695,23 +590653,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [164125] = 8, - ACTIONS(8406), 1, - sym__backtick_identifier, - ACTIONS(9220), 1, + [165573] = 7, + ACTIONS(549), 1, anon_sym_LPAREN, - STATE(4507), 1, + ACTIONS(613), 1, + sym__backtick_identifier, + ACTIONS(9424), 1, + anon_sym_class, + STATE(843), 1, sym__lexical_identifier, - STATE(5129), 1, - sym__function_value_parameters, - STATE(7537), 1, - sym_simple_identifier, - STATE(8760), 1, - sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + STATE(1149), 2, + sym_parenthesized_expression, + sym_simple_identifier, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -588719,22 +590676,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [164157] = 7, - ACTIONS(613), 1, + [165603] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9216), 1, + ACTIONS(9202), 1, anon_sym_LPAREN, - STATE(3263), 1, + STATE(3639), 1, + sym__function_value_parameters, + STATE(4533), 1, sym__lexical_identifier, - STATE(3496), 1, + STATE(5083), 1, + sym__simple_user_type, + STATE(5187), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1616), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(537), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -588742,23 +590700,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [164187] = 8, - ACTIONS(8406), 1, + [165635] = 7, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9250), 1, + ACTIONS(9198), 1, anon_sym_LPAREN, - STATE(3620), 1, - sym__function_value_parameters, - STATE(4507), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(5072), 1, - sym__simple_user_type, - STATE(7537), 1, + STATE(3540), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + STATE(2606), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -588766,23 +590723,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [164219] = 8, - ACTIONS(8406), 1, + [165665] = 8, + ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(9204), 1, - anon_sym_LPAREN, - STATE(2857), 1, - sym__function_value_parameters, - STATE(4507), 1, + ACTIONS(5401), 1, + anon_sym_LBRACE, + ACTIONS(9420), 1, + anon_sym_COLON, + STATE(4566), 1, sym__lexical_identifier, - STATE(5072), 1, - sym__simple_user_type, - STATE(7537), 1, + STATE(4904), 1, + sym_class_body, + STATE(5384), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(7), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -588790,23 +590747,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [164251] = 8, - ACTIONS(8406), 1, + [165697] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9220), 1, + ACTIONS(9218), 1, anon_sym_LPAREN, - STATE(4507), 1, - sym__lexical_identifier, - STATE(5072), 1, - sym__simple_user_type, - STATE(5180), 1, + STATE(4454), 1, sym__function_value_parameters, - STATE(7537), 1, + STATE(4533), 1, + sym__lexical_identifier, + STATE(7487), 1, sym_simple_identifier, + STATE(8911), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -588814,23 +590771,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [164283] = 8, - ACTIONS(8406), 1, + [165729] = 7, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9220), 1, + ACTIONS(9198), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(4849), 1, - sym__function_value_parameters, - STATE(5072), 1, - sym__simple_user_type, - STATE(5170), 1, + STATE(3540), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + STATE(1878), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -588838,22 +590794,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [164315] = 7, - ACTIONS(8844), 1, + [165759] = 8, + ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(9240), 1, - anon_sym_LPAREN, - STATE(2984), 1, + ACTIONS(5161), 1, + anon_sym_LBRACE, + ACTIONS(9422), 1, + anon_sym_COLON, + STATE(4461), 1, sym__lexical_identifier, - STATE(3603), 1, + STATE(4618), 1, + sym_class_body, + STATE(4897), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1969), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(8840), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -588861,22 +590818,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [164345] = 7, - ACTIONS(613), 1, + [165791] = 8, + ACTIONS(8908), 1, sym__backtick_identifier, - ACTIONS(9216), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(3263), 1, + STATE(5536), 1, sym__lexical_identifier, - STATE(3496), 1, + STATE(5537), 1, sym_simple_identifier, + STATE(5558), 1, + sym__simple_user_type, + STATE(9351), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1600), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(537), 7, + ACTIONS(8902), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -588884,22 +590842,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [164375] = 7, - ACTIONS(8858), 1, + [165823] = 7, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(9312), 1, + ACTIONS(9212), 1, anon_sym_LPAREN, - STATE(5416), 1, + STATE(843), 1, sym__lexical_identifier, - STATE(5618), 1, + STATE(934), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5361), 2, + STATE(436), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(8854), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -588907,23 +590865,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [164405] = 8, - ACTIONS(8406), 1, + [165853] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9204), 1, + ACTIONS(9317), 1, anon_sym_LPAREN, - STATE(2858), 1, - sym__function_value_parameters, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(5072), 1, + STATE(4853), 1, + sym__function_value_parameters, + STATE(5083), 1, sym__simple_user_type, - STATE(7537), 1, + STATE(7487), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -588931,23 +590889,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [164437] = 8, - ACTIONS(8406), 1, + [165885] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9220), 1, + ACTIONS(9317), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(5072), 1, - sym__simple_user_type, - STATE(5174), 1, + STATE(4748), 1, sym__function_value_parameters, - STATE(7537), 1, + STATE(5083), 1, + sym__simple_user_type, + STATE(7487), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -588955,23 +590913,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [164469] = 8, - ACTIONS(8406), 1, + [165917] = 8, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9220), 1, - anon_sym_LPAREN, - STATE(4507), 1, + ACTIONS(5360), 1, + anon_sym_LBRACE, + ACTIONS(9418), 1, + anon_sym_COLON, + STATE(3382), 1, sym__lexical_identifier, - STATE(4707), 1, - sym__function_value_parameters, - STATE(5072), 1, - sym__simple_user_type, - STATE(7537), 1, + STATE(3690), 1, + sym_class_body, + STATE(4167), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -588979,22 +590937,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [164501] = 7, - ACTIONS(491), 1, + [165949] = 7, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9194), 1, + ACTIONS(9198), 1, anon_sym_LPAREN, - STATE(866), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(910), 1, + STATE(3540), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(450), 2, + STATE(2648), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(413), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -589002,22 +590960,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [164531] = 7, - ACTIONS(613), 1, + [165979] = 7, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9216), 1, + ACTIONS(9222), 1, anon_sym_LPAREN, - STATE(3263), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(3496), 1, + STATE(2966), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1572), 2, + STATE(2608), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(537), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -589025,23 +590983,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [164561] = 8, - ACTIONS(8406), 1, + [166009] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9220), 1, + ACTIONS(9218), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(4727), 1, + STATE(4889), 1, sym__function_value_parameters, - STATE(5072), 1, - sym__simple_user_type, - STATE(7537), 1, + STATE(7487), 1, sym_simple_identifier, + STATE(8813), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -589049,22 +591007,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [164593] = 7, - ACTIONS(613), 1, + [166041] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9216), 1, + ACTIONS(9202), 1, anon_sym_LPAREN, - STATE(3263), 1, + STATE(3645), 1, + sym__function_value_parameters, + STATE(4533), 1, sym__lexical_identifier, - STATE(3496), 1, + STATE(7487), 1, sym_simple_identifier, + STATE(8600), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2243), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(537), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -589072,22 +591031,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [164623] = 7, - ACTIONS(613), 1, + [166073] = 7, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9216), 1, + ACTIONS(9198), 1, anon_sym_LPAREN, - STATE(3263), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(3496), 1, + STATE(3540), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1560), 2, + STATE(2687), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(537), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -589095,23 +591054,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [164653] = 8, - ACTIONS(8850), 1, + [166103] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9226), 1, anon_sym_LPAREN, - STATE(5515), 1, + STATE(4083), 1, + sym__function_value_parameters, + STATE(4533), 1, sym__lexical_identifier, - STATE(5521), 1, - sym_simple_identifier, - STATE(5542), 1, + STATE(5083), 1, sym__simple_user_type, - STATE(9247), 1, - sym_function_type_parameters, + STATE(7487), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8846), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -589119,23 +591078,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [164685] = 8, - ACTIONS(8406), 1, + [166135] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9192), 1, + ACTIONS(9226), 1, anon_sym_LPAREN, - STATE(985), 1, + STATE(2851), 1, sym__function_value_parameters, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(5072), 1, - sym__simple_user_type, - STATE(7537), 1, + STATE(7487), 1, sym_simple_identifier, + STATE(8927), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -589143,19 +591102,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [164717] = 7, + [166167] = 7, ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(9216), 1, + ACTIONS(9212), 1, anon_sym_LPAREN, - STATE(3263), 1, + STATE(843), 1, sym__lexical_identifier, - STATE(3496), 1, + STATE(934), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2253), 2, + STATE(438), 2, sym_variable_declaration, sym_multi_variable_declaration, ACTIONS(537), 7, @@ -589166,18 +591125,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [164747] = 8, + [166197] = 8, ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(5397), 1, + ACTIONS(5401), 1, anon_sym_LBRACE, - ACTIONS(9402), 1, + ACTIONS(9420), 1, anon_sym_COLON, - STATE(4529), 1, + STATE(4566), 1, sym__lexical_identifier, - STATE(5013), 1, + STATE(4904), 1, sym_class_body, - STATE(5305), 1, + STATE(5454), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, @@ -589190,23 +591149,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [164779] = 8, - ACTIONS(8406), 1, + [166229] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9192), 1, + ACTIONS(9202), 1, anon_sym_LPAREN, - STATE(991), 1, + STATE(3412), 1, sym__function_value_parameters, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(5072), 1, - sym__simple_user_type, - STATE(7537), 1, + STATE(7487), 1, sym_simple_identifier, + STATE(8713), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -589214,22 +591173,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [164811] = 7, - ACTIONS(8858), 1, + [166261] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9312), 1, + ACTIONS(9218), 1, anon_sym_LPAREN, - STATE(5416), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(5618), 1, + STATE(4811), 1, + sym__function_value_parameters, + STATE(5083), 1, + sym__simple_user_type, + STATE(5187), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5269), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(8854), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -589237,23 +591197,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [164841] = 8, - ACTIONS(281), 1, + [166293] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9202), 1, anon_sym_LPAREN, - STATE(4440), 1, + STATE(4098), 1, + sym__function_value_parameters, + STATE(4533), 1, sym__lexical_identifier, - STATE(4463), 1, - sym_simple_identifier, - STATE(4486), 1, + STATE(5083), 1, sym__simple_user_type, - STATE(8898), 1, - sym_function_type_parameters, + STATE(7487), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(199), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -589261,22 +591221,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [164873] = 7, - ACTIONS(613), 1, + [166325] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9216), 1, + ACTIONS(9218), 1, anon_sym_LPAREN, - STATE(3263), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(3496), 1, + STATE(4810), 1, + sym__function_value_parameters, + STATE(5083), 1, + sym__simple_user_type, + STATE(5187), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2262), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(537), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -589284,22 +591245,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [164903] = 7, - ACTIONS(491), 1, + [166357] = 8, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9194), 1, + ACTIONS(5360), 1, + anon_sym_LBRACE, + ACTIONS(9418), 1, + anon_sym_COLON, + STATE(3382), 1, + sym__lexical_identifier, + STATE(3690), 1, + sym_class_body, + STATE(3820), 1, + sym_simple_identifier, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(455), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + [166389] = 8, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(9317), 1, anon_sym_LPAREN, - STATE(866), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(910), 1, + STATE(4748), 1, + sym__function_value_parameters, + STATE(5083), 1, + sym__simple_user_type, + STATE(5187), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(625), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(413), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -589307,23 +591293,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [164933] = 8, - ACTIONS(8406), 1, + [166421] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9250), 1, + ACTIONS(9226), 1, anon_sym_LPAREN, - STATE(3344), 1, + STATE(3550), 1, sym__function_value_parameters, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(5072), 1, + STATE(5083), 1, sym__simple_user_type, - STATE(7537), 1, + STATE(7487), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -589331,23 +591317,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [164965] = 8, - ACTIONS(8406), 1, + [166453] = 7, + ACTIONS(533), 1, + sym__backtick_identifier, + ACTIONS(9198), 1, + anon_sym_LPAREN, + STATE(3382), 1, + sym__lexical_identifier, + STATE(3540), 1, + sym_simple_identifier, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + STATE(2083), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(455), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + [166483] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9250), 1, + ACTIONS(9249), 1, anon_sym_LPAREN, - STATE(3345), 1, + STATE(1422), 1, sym__function_value_parameters, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(5072), 1, - sym__simple_user_type, - STATE(7537), 1, + STATE(7487), 1, sym_simple_identifier, + STATE(8685), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -589355,23 +591364,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [164997] = 8, - ACTIONS(8406), 1, + [166515] = 7, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(9190), 1, + ACTIONS(9212), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(843), 1, sym__lexical_identifier, - STATE(4843), 1, - sym__function_value_parameters, - STATE(7537), 1, + STATE(934), 1, sym_simple_identifier, - STATE(8622), 1, - sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + STATE(450), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -589379,22 +591387,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [165029] = 7, - ACTIONS(195), 1, + [166545] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9200), 1, + ACTIONS(9202), 1, anon_sym_LPAREN, - STATE(2864), 1, + STATE(3994), 1, + sym__function_value_parameters, + STATE(4533), 1, sym__lexical_identifier, - STATE(2918), 1, + STATE(7487), 1, sym_simple_identifier, + STATE(8666), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2626), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(111), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -589402,23 +591411,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [165059] = 8, - ACTIONS(8406), 1, + [166577] = 7, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(9250), 1, + ACTIONS(9212), 1, anon_sym_LPAREN, - STATE(4028), 1, - sym__function_value_parameters, - STATE(4507), 1, + STATE(843), 1, sym__lexical_identifier, - STATE(5072), 1, - sym__simple_user_type, - STATE(7537), 1, + STATE(934), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + STATE(423), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -589426,23 +591434,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [165091] = 8, - ACTIONS(8406), 1, + [166607] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9250), 1, + ACTIONS(9239), 1, anon_sym_LPAREN, - STATE(3613), 1, + STATE(3073), 1, sym__function_value_parameters, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7537), 1, - sym_simple_identifier, - STATE(8693), 1, + STATE(5083), 1, sym__simple_user_type, + STATE(7487), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -589450,23 +591458,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [165123] = 8, - ACTIONS(409), 1, + [166639] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9317), 1, anon_sym_LPAREN, - STATE(2885), 1, - sym_simple_identifier, - STATE(2890), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(2904), 1, + STATE(4632), 1, + sym__function_value_parameters, + STATE(5083), 1, sym__simple_user_type, - STATE(9396), 1, - sym_function_type_parameters, + STATE(7487), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(333), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -589474,23 +591482,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [165155] = 8, - ACTIONS(8406), 1, + [166671] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9250), 1, + ACTIONS(9317), 1, anon_sym_LPAREN, - STATE(3984), 1, - sym__function_value_parameters, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7537), 1, + STATE(4887), 1, + sym__function_value_parameters, + STATE(7487), 1, sym_simple_identifier, - STATE(8615), 1, + STATE(8654), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -589498,22 +591506,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [165187] = 7, - ACTIONS(491), 1, + [166703] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9194), 1, + ACTIONS(9317), 1, anon_sym_LPAREN, - STATE(866), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(910), 1, + STATE(5083), 1, + sym__simple_user_type, + STATE(5171), 1, + sym__function_value_parameters, + STATE(7487), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(621), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(413), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -589521,23 +591530,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [165217] = 8, - ACTIONS(8406), 1, + [166735] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9250), 1, + ACTIONS(9218), 1, anon_sym_LPAREN, - STATE(4095), 1, + STATE(4458), 1, sym__function_value_parameters, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(5072), 1, + STATE(5083), 1, sym__simple_user_type, - STATE(7537), 1, + STATE(7487), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -589545,23 +591554,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [165249] = 8, - ACTIONS(8406), 1, + [166767] = 8, + ACTIONS(8855), 1, sym__backtick_identifier, - ACTIONS(9190), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(4438), 1, - sym__function_value_parameters, - STATE(4507), 1, + STATE(5532), 1, sym__lexical_identifier, - STATE(5072), 1, - sym__simple_user_type, - STATE(7537), 1, + STATE(5537), 1, sym_simple_identifier, + STATE(5558), 1, + sym__simple_user_type, + STATE(9452), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8851), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -589569,23 +591578,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [165281] = 8, - ACTIONS(8406), 1, + [166799] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9190), 1, + ACTIONS(9218), 1, anon_sym_LPAREN, - STATE(4439), 1, + STATE(4457), 1, sym__function_value_parameters, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(5072), 1, + STATE(5083), 1, sym__simple_user_type, - STATE(7537), 1, + STATE(7487), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -589593,22 +591602,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [165313] = 7, - ACTIONS(195), 1, + [166831] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9200), 1, + ACTIONS(9317), 1, anon_sym_LPAREN, - STATE(2864), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(2918), 1, + STATE(4632), 1, + sym__function_value_parameters, + STATE(5083), 1, + sym__simple_user_type, + STATE(5187), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2596), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(111), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -589616,23 +591626,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [165343] = 8, - ACTIONS(8406), 1, + [166863] = 7, + ACTIONS(8861), 1, sym__backtick_identifier, - ACTIONS(9190), 1, + ACTIONS(9303), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(2903), 1, sym__lexical_identifier, - STATE(4765), 1, - sym__function_value_parameters, - STATE(5072), 1, - sym__simple_user_type, - STATE(5170), 1, + STATE(3667), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + STATE(1910), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(8857), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -589640,23 +591649,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [165375] = 8, - ACTIONS(8406), 1, + [166893] = 7, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9220), 1, + ACTIONS(9198), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(4883), 1, - sym__function_value_parameters, - STATE(5072), 1, - sym__simple_user_type, - STATE(7537), 1, + STATE(3540), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + STATE(1549), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -589664,22 +591672,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [165407] = 7, - ACTIONS(195), 1, + [166923] = 7, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9200), 1, + ACTIONS(9198), 1, anon_sym_LPAREN, - STATE(2864), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(2918), 1, + STATE(3540), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2594), 2, + STATE(1556), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(111), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -589687,23 +591695,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [165437] = 8, - ACTIONS(8406), 1, + [166953] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9220), 1, + ACTIONS(9239), 1, anon_sym_LPAREN, - STATE(4507), 1, - sym__lexical_identifier, - STATE(4849), 1, + STATE(3057), 1, sym__function_value_parameters, - STATE(5072), 1, + STATE(4533), 1, + sym__lexical_identifier, + STATE(5083), 1, sym__simple_user_type, - STATE(7537), 1, + STATE(7487), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -589711,23 +591719,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [165469] = 8, - ACTIONS(8406), 1, + [166985] = 7, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9190), 1, + ACTIONS(9198), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(4830), 1, - sym__function_value_parameters, - STATE(5072), 1, - sym__simple_user_type, - STATE(7537), 1, + STATE(3540), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + STATE(1559), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -589735,22 +591742,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [165501] = 7, - ACTIONS(491), 1, + [167015] = 8, + ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(9194), 1, - anon_sym_LPAREN, - STATE(866), 1, + ACTIONS(5161), 1, + anon_sym_LBRACE, + ACTIONS(9422), 1, + anon_sym_COLON, + STATE(4461), 1, sym__lexical_identifier, - STATE(910), 1, + STATE(4618), 1, + sym_class_body, + STATE(5424), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(612), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(413), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -589758,23 +591766,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [165531] = 8, - ACTIONS(8406), 1, + [167047] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9226), 1, + ACTIONS(9249), 1, anon_sym_LPAREN, - STATE(3004), 1, + STATE(1412), 1, sym__function_value_parameters, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(5072), 1, + STATE(5083), 1, sym__simple_user_type, - STATE(7537), 1, + STATE(7487), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -589782,23 +591790,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [165563] = 8, - ACTIONS(8406), 1, + [167079] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, ACTIONS(9226), 1, anon_sym_LPAREN, - STATE(3039), 1, + STATE(4053), 1, sym__function_value_parameters, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(5072), 1, + STATE(5083), 1, sym__simple_user_type, - STATE(7537), 1, + STATE(7487), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -589806,23 +591814,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [165595] = 8, - ACTIONS(107), 1, + [167111] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9202), 1, anon_sym_LPAREN, - STATE(4529), 1, + STATE(4106), 1, + sym__function_value_parameters, + STATE(4533), 1, sym__lexical_identifier, - STATE(4594), 1, + STATE(7487), 1, sym_simple_identifier, - STATE(4746), 1, + STATE(8599), 1, sym__simple_user_type, - STATE(9195), 1, - sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -589830,22 +591838,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [165627] = 7, - ACTIONS(129), 1, - anon_sym_LPAREN, - ACTIONS(195), 1, + [167143] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9418), 1, - anon_sym_class, - STATE(2864), 1, + ACTIONS(9202), 1, + anon_sym_LPAREN, + STATE(3432), 1, + sym__function_value_parameters, + STATE(4533), 1, sym__lexical_identifier, + STATE(5083), 1, + sym__simple_user_type, + STATE(7487), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3459), 2, - sym_parenthesized_expression, - sym_simple_identifier, - ACTIONS(111), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -589853,23 +591862,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [165657] = 8, - ACTIONS(491), 1, + [167175] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(3156), 1, - anon_sym_LBRACE, - ACTIONS(9408), 1, - anon_sym_COLON, - STATE(866), 1, + ACTIONS(9226), 1, + anon_sym_LPAREN, + STATE(3512), 1, + sym__function_value_parameters, + STATE(4533), 1, sym__lexical_identifier, - STATE(1063), 1, - sym_class_body, - STATE(1583), 1, + STATE(7487), 1, sym_simple_identifier, + STATE(8687), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(413), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -589877,23 +591886,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [165689] = 8, - ACTIONS(8406), 1, + [167207] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9192), 1, + ACTIONS(9317), 1, anon_sym_LPAREN, - STATE(1398), 1, - sym__function_value_parameters, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(5072), 1, + STATE(5083), 1, sym__simple_user_type, - STATE(7537), 1, + STATE(5166), 1, + sym__function_value_parameters, + STATE(7487), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -589901,23 +591910,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [165721] = 8, - ACTIONS(8406), 1, - sym__backtick_identifier, - ACTIONS(9190), 1, + [167239] = 7, + ACTIONS(215), 1, anon_sym_LPAREN, - STATE(4507), 1, + ACTIONS(281), 1, + sym__backtick_identifier, + ACTIONS(9426), 1, + anon_sym_class, + STATE(4461), 1, sym__lexical_identifier, - STATE(4766), 1, - sym__function_value_parameters, - STATE(5072), 1, - sym__simple_user_type, - STATE(5170), 1, - sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + STATE(4714), 2, + sym_parenthesized_expression, + sym_simple_identifier, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -589925,23 +591933,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [165753] = 8, - ACTIONS(8406), 1, + [167269] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9226), 1, + ACTIONS(9317), 1, anon_sym_LPAREN, - STATE(3033), 1, - sym__function_value_parameters, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7537), 1, + STATE(4713), 1, + sym__function_value_parameters, + STATE(7487), 1, sym_simple_identifier, - STATE(8722), 1, + STATE(8879), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -589949,23 +591957,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [165785] = 8, - ACTIONS(107), 1, + [167301] = 7, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(5397), 1, - anon_sym_LBRACE, - ACTIONS(9402), 1, - anon_sym_COLON, - STATE(4529), 1, + ACTIONS(9212), 1, + anon_sym_LPAREN, + STATE(843), 1, sym__lexical_identifier, - STATE(4773), 1, + STATE(934), 1, sym_simple_identifier, - STATE(5013), 1, - sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7), 7, + STATE(618), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -589973,23 +591980,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [165817] = 8, - ACTIONS(8908), 1, + [167331] = 7, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9212), 1, anon_sym_LPAREN, - STATE(4542), 1, - sym_simple_identifier, - STATE(4548), 1, + STATE(843), 1, sym__lexical_identifier, - STATE(4775), 1, - sym__simple_user_type, - STATE(9373), 1, - sym_function_type_parameters, + STATE(934), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8902), 7, + STATE(439), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -589997,23 +592003,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [165849] = 8, - ACTIONS(3112), 1, - anon_sym_LBRACE, - ACTIONS(8908), 1, + [167361] = 7, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9416), 1, - anon_sym_COLON, - STATE(3361), 1, - sym_class_body, - STATE(4548), 1, + ACTIONS(9222), 1, + anon_sym_LPAREN, + STATE(2858), 1, sym__lexical_identifier, - STATE(5166), 1, + STATE(2966), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8902), 7, + STATE(1571), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -590021,22 +592026,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [165881] = 7, - ACTIONS(491), 1, + [167391] = 7, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(9194), 1, + ACTIONS(9212), 1, anon_sym_LPAREN, - STATE(866), 1, + STATE(843), 1, sym__lexical_identifier, - STATE(910), 1, + STATE(934), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(448), 2, + STATE(427), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(413), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -590044,23 +592049,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [165911] = 8, - ACTIONS(8406), 1, + [167421] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9202), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(3427), 1, + sym__function_value_parameters, + STATE(4533), 1, sym__lexical_identifier, - STATE(5072), 1, + STATE(5083), 1, sym__simple_user_type, - STATE(7537), 1, + STATE(7487), 1, sym_simple_identifier, - STATE(8922), 1, - sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -590068,22 +592073,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [165943] = 7, - ACTIONS(195), 1, + [167453] = 7, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(9200), 1, + ACTIONS(9212), 1, anon_sym_LPAREN, - STATE(2864), 1, + STATE(843), 1, sym__lexical_identifier, - STATE(2918), 1, + STATE(934), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2370), 2, + STATE(619), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(111), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -590091,22 +592096,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [165973] = 7, - ACTIONS(613), 1, + [167483] = 7, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9216), 1, + ACTIONS(9222), 1, anon_sym_LPAREN, - STATE(3263), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(3496), 1, + STATE(2966), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2689), 2, + STATE(1576), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(537), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -590114,23 +592119,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [166003] = 8, - ACTIONS(281), 1, + [167513] = 7, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(5127), 1, - anon_sym_LBRACE, - ACTIONS(9410), 1, - anon_sym_COLON, - STATE(4440), 1, + ACTIONS(9212), 1, + anon_sym_LPAREN, + STATE(843), 1, sym__lexical_identifier, - STATE(4487), 1, + STATE(934), 1, sym_simple_identifier, - STATE(4576), 1, - sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(199), 7, + STATE(426), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -590138,23 +592142,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [166035] = 8, - ACTIONS(8858), 1, + [167543] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9249), 1, anon_sym_LPAREN, - STATE(5072), 1, + STATE(836), 1, + sym__function_value_parameters, + STATE(4533), 1, + sym__lexical_identifier, + STATE(5083), 1, sym__simple_user_type, - STATE(5170), 1, + STATE(5187), 1, sym_simple_identifier, - STATE(5416), 1, - sym__lexical_identifier, - STATE(9259), 1, - sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8854), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -590162,22 +592166,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [166067] = 7, - ACTIONS(8850), 1, + [167575] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9210), 1, + ACTIONS(9249), 1, anon_sym_LPAREN, - STATE(5515), 1, + STATE(838), 1, + sym__function_value_parameters, + STATE(4533), 1, sym__lexical_identifier, - STATE(5614), 1, + STATE(5083), 1, + sym__simple_user_type, + STATE(5187), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5202), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(8846), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -590185,23 +592190,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [166097] = 8, - ACTIONS(8406), 1, + [167607] = 7, + ACTIONS(8855), 1, sym__backtick_identifier, - ACTIONS(9204), 1, + ACTIONS(9208), 1, anon_sym_LPAREN, - STATE(3618), 1, - sym__function_value_parameters, - STATE(4507), 1, + STATE(5532), 1, sym__lexical_identifier, - STATE(7537), 1, + STATE(5629), 1, sym_simple_identifier, - STATE(8674), 1, - sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + STATE(5219), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(8851), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -590209,22 +592213,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [166129] = 7, - ACTIONS(491), 1, + [167637] = 7, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9194), 1, + ACTIONS(9222), 1, anon_sym_LPAREN, - STATE(866), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(910), 1, + STATE(2966), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(442), 2, + STATE(1573), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(413), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -590232,23 +592236,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [166159] = 8, - ACTIONS(8406), 1, + [167667] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9190), 1, + ACTIONS(9239), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(3579), 1, + sym__function_value_parameters, + STATE(4533), 1, sym__lexical_identifier, - STATE(5072), 1, + STATE(5083), 1, sym__simple_user_type, - STATE(5249), 1, - sym__function_value_parameters, - STATE(7537), 1, + STATE(7487), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -590256,22 +592260,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [166191] = 7, - ACTIONS(613), 1, + [167699] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9216), 1, + ACTIONS(9249), 1, anon_sym_LPAREN, - STATE(3263), 1, + STATE(1240), 1, + sym__function_value_parameters, + STATE(4533), 1, sym__lexical_identifier, - STATE(3496), 1, + STATE(7487), 1, sym_simple_identifier, + STATE(8763), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2573), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(537), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -590279,23 +592284,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [166221] = 8, - ACTIONS(8406), 1, + [167731] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9190), 1, + ACTIONS(9249), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(994), 1, + sym__function_value_parameters, + STATE(4533), 1, sym__lexical_identifier, - STATE(5072), 1, + STATE(5083), 1, sym__simple_user_type, - STATE(5256), 1, - sym__function_value_parameters, - STATE(7537), 1, + STATE(5187), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -590303,23 +592308,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [166253] = 8, - ACTIONS(8844), 1, + [167763] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9239), 1, anon_sym_LPAREN, - STATE(2984), 1, + STATE(2846), 1, + sym__function_value_parameters, + STATE(4533), 1, sym__lexical_identifier, - STATE(2986), 1, + STATE(7487), 1, sym_simple_identifier, - STATE(3445), 1, + STATE(8827), 1, sym__simple_user_type, - STATE(9354), 1, - sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8840), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -590327,22 +592332,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [166285] = 7, - ACTIONS(425), 1, - anon_sym_LPAREN, - ACTIONS(491), 1, + [167795] = 8, + ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(9420), 1, - anon_sym_class, - STATE(866), 1, + ACTIONS(3144), 1, + anon_sym_LBRACE, + ACTIONS(9416), 1, + anon_sym_COLON, + STATE(2837), 1, sym__lexical_identifier, + STATE(3451), 1, + sym_simple_identifier, + STATE(3454), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1044), 2, - sym_parenthesized_expression, - sym_simple_identifier, - ACTIONS(413), 7, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -590350,23 +592356,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [166315] = 8, - ACTIONS(8406), 1, + [167827] = 8, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9204), 1, - anon_sym_LPAREN, - STATE(4067), 1, - sym__function_value_parameters, - STATE(4507), 1, + ACTIONS(5179), 1, + anon_sym_LBRACE, + ACTIONS(9410), 1, + anon_sym_COLON, + STATE(2858), 1, sym__lexical_identifier, - STATE(7537), 1, + STATE(3381), 1, + sym_class_body, + STATE(3614), 1, sym_simple_identifier, - STATE(8694), 1, - sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -590374,23 +592380,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [166347] = 8, - ACTIONS(613), 1, + [167859] = 8, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(5421), 1, + ACTIONS(5360), 1, anon_sym_LBRACE, - ACTIONS(9406), 1, + ACTIONS(9418), 1, anon_sym_COLON, - STATE(3263), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(3891), 1, + STATE(3690), 1, sym_class_body, - STATE(4102), 1, + STATE(4113), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(537), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -590398,23 +592404,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [166379] = 8, - ACTIONS(613), 1, + [167891] = 8, + ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(5421), 1, + ACTIONS(5401), 1, anon_sym_LBRACE, - ACTIONS(9406), 1, + ACTIONS(9420), 1, anon_sym_COLON, - STATE(3263), 1, + STATE(4566), 1, sym__lexical_identifier, - STATE(3891), 1, + STATE(4904), 1, sym_class_body, - STATE(4179), 1, + STATE(5045), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(537), 7, + ACTIONS(7), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -590422,23 +592428,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [166411] = 8, - ACTIONS(8406), 1, + [167923] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9250), 1, + ACTIONS(9239), 1, anon_sym_LPAREN, - STATE(3266), 1, + STATE(3575), 1, sym__function_value_parameters, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7537), 1, - sym_simple_identifier, - STATE(8831), 1, + STATE(5083), 1, sym__simple_user_type, + STATE(7487), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -590446,23 +592452,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [166443] = 8, - ACTIONS(8406), 1, + [167955] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9192), 1, + ACTIONS(9226), 1, anon_sym_LPAREN, - STATE(1384), 1, + STATE(2864), 1, sym__function_value_parameters, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7537), 1, - sym_simple_identifier, - STATE(8727), 1, + STATE(5083), 1, sym__simple_user_type, + STATE(7487), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -590470,23 +592476,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [166475] = 8, - ACTIONS(8406), 1, + [167987] = 7, + ACTIONS(8855), 1, sym__backtick_identifier, - ACTIONS(9192), 1, + ACTIONS(9208), 1, anon_sym_LPAREN, - STATE(991), 1, - sym__function_value_parameters, - STATE(4507), 1, + STATE(5532), 1, sym__lexical_identifier, - STATE(5072), 1, - sym__simple_user_type, - STATE(5170), 1, + STATE(5629), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + STATE(5220), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(8851), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -590494,23 +592499,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [166507] = 8, - ACTIONS(8406), 1, - sym__backtick_identifier, - ACTIONS(9192), 1, + [168017] = 7, + ACTIONS(345), 1, anon_sym_LPAREN, - STATE(985), 1, - sym__function_value_parameters, - STATE(4507), 1, + ACTIONS(409), 1, + sym__backtick_identifier, + ACTIONS(9428), 1, + anon_sym_class, + STATE(2837), 1, sym__lexical_identifier, - STATE(5072), 1, - sym__simple_user_type, - STATE(5170), 1, - sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + STATE(3452), 2, + sym_parenthesized_expression, + sym_simple_identifier, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -590518,23 +592522,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [166539] = 8, - ACTIONS(8406), 1, + [168047] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9220), 1, + ACTIONS(9239), 1, anon_sym_LPAREN, - STATE(4507), 1, - sym__lexical_identifier, - STATE(4883), 1, + STATE(2879), 1, sym__function_value_parameters, - STATE(5072), 1, + STATE(4533), 1, + sym__lexical_identifier, + STATE(5083), 1, sym__simple_user_type, - STATE(5170), 1, + STATE(5187), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -590542,23 +592546,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [166571] = 8, - ACTIONS(8406), 1, + [168079] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, ACTIONS(9226), 1, anon_sym_LPAREN, - STATE(3902), 1, + STATE(2869), 1, sym__function_value_parameters, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(5072), 1, + STATE(5083), 1, sym__simple_user_type, - STATE(7537), 1, + STATE(7487), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -590566,22 +592570,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [166603] = 7, - ACTIONS(27), 1, - anon_sym_LPAREN, - ACTIONS(107), 1, + [168111] = 7, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9422), 1, - anon_sym_class, - STATE(4529), 1, + ACTIONS(9222), 1, + anon_sym_LPAREN, + STATE(2858), 1, sym__lexical_identifier, + STATE(2966), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4906), 2, - sym_parenthesized_expression, - sym_simple_identifier, - ACTIONS(7), 7, + STATE(1607), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -590589,23 +592593,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [166633] = 8, - ACTIONS(8406), 1, + [168141] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9226), 1, + ACTIONS(9218), 1, anon_sym_LPAREN, - STATE(3904), 1, - sym__function_value_parameters, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(5072), 1, - sym__simple_user_type, - STATE(7537), 1, + STATE(4790), 1, + sym__function_value_parameters, + STATE(7487), 1, sym_simple_identifier, + STATE(8839), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -590613,23 +592617,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [166665] = 8, - ACTIONS(491), 1, + [168173] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(3156), 1, - anon_sym_LBRACE, - ACTIONS(9408), 1, - anon_sym_COLON, - STATE(866), 1, + ACTIONS(9249), 1, + anon_sym_LPAREN, + STATE(1362), 1, + sym__function_value_parameters, + STATE(4533), 1, sym__lexical_identifier, - STATE(1063), 1, - sym_class_body, - STATE(1415), 1, + STATE(5083), 1, + sym__simple_user_type, + STATE(7487), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(413), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -590637,23 +592641,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [166697] = 8, - ACTIONS(491), 1, + [168205] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9021), 1, + ACTIONS(9218), 1, anon_sym_LPAREN, - STATE(866), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(875), 1, - sym_simple_identifier, - STATE(907), 1, + STATE(5083), 1, sym__simple_user_type, - STATE(9341), 1, - sym_function_type_parameters, + STATE(5230), 1, + sym__function_value_parameters, + STATE(7487), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(413), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -590661,23 +592665,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [166729] = 8, - ACTIONS(5127), 1, - anon_sym_LBRACE, - ACTIONS(8406), 1, + [168237] = 7, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9410), 1, - anon_sym_COLON, - STATE(4507), 1, + ACTIONS(9222), 1, + anon_sym_LPAREN, + STATE(2858), 1, sym__lexical_identifier, - STATE(4576), 1, - sym_class_body, - STATE(8253), 1, + STATE(2966), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + STATE(1608), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -590685,23 +592688,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [166761] = 8, - ACTIONS(281), 1, + [168267] = 7, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(5127), 1, - anon_sym_LBRACE, - ACTIONS(9410), 1, - anon_sym_COLON, - STATE(4440), 1, + ACTIONS(9212), 1, + anon_sym_LPAREN, + STATE(843), 1, sym__lexical_identifier, - STATE(4576), 1, - sym_class_body, - STATE(4819), 1, + STATE(934), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(199), 7, + STATE(449), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -590709,23 +592711,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [166793] = 8, - ACTIONS(8406), 1, - sym__backtick_identifier, - ACTIONS(9220), 1, + [168297] = 7, + ACTIONS(467), 1, anon_sym_LPAREN, - STATE(4507), 1, + ACTIONS(533), 1, + sym__backtick_identifier, + ACTIONS(9430), 1, + anon_sym_class, + STATE(3382), 1, sym__lexical_identifier, - STATE(4727), 1, - sym__function_value_parameters, - STATE(5072), 1, - sym__simple_user_type, - STATE(5170), 1, - sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + STATE(3810), 2, + sym_parenthesized_expression, + sym_simple_identifier, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -590733,23 +592734,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [166825] = 8, - ACTIONS(8406), 1, + [168327] = 8, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9220), 1, - anon_sym_LPAREN, - STATE(4507), 1, + ACTIONS(5179), 1, + anon_sym_LBRACE, + ACTIONS(9410), 1, + anon_sym_COLON, + STATE(2858), 1, sym__lexical_identifier, - STATE(4707), 1, - sym__function_value_parameters, - STATE(5072), 1, - sym__simple_user_type, - STATE(5170), 1, + STATE(3381), 1, + sym_class_body, + STATE(3955), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -590757,23 +592758,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [166857] = 8, - ACTIONS(8406), 1, + [168359] = 7, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9204), 1, + ACTIONS(9222), 1, anon_sym_LPAREN, - STATE(3513), 1, - sym__function_value_parameters, - STATE(4507), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(5072), 1, - sym__simple_user_type, - STATE(5170), 1, + STATE(2966), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + STATE(1578), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -590781,23 +592781,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [166889] = 8, - ACTIONS(8406), 1, + [168389] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9192), 1, + ACTIONS(9239), 1, anon_sym_LPAREN, - STATE(1388), 1, + STATE(2880), 1, sym__function_value_parameters, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(5072), 1, + STATE(5083), 1, sym__simple_user_type, - STATE(7537), 1, + STATE(7487), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -590805,23 +592805,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [166921] = 8, - ACTIONS(8406), 1, + [168421] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9190), 1, + ACTIONS(9226), 1, anon_sym_LPAREN, - STATE(4507), 1, - sym__lexical_identifier, - STATE(5236), 1, + STATE(2869), 1, sym__function_value_parameters, - STATE(7537), 1, - sym_simple_identifier, - STATE(8593), 1, + STATE(4533), 1, + sym__lexical_identifier, + STATE(5083), 1, sym__simple_user_type, + STATE(5187), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -590829,23 +592829,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [166953] = 8, - ACTIONS(8406), 1, + [168453] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9190), 1, + ACTIONS(9239), 1, anon_sym_LPAREN, - STATE(4507), 1, - sym__lexical_identifier, - STATE(4765), 1, + STATE(2879), 1, sym__function_value_parameters, - STATE(5072), 1, + STATE(4533), 1, + sym__lexical_identifier, + STATE(5083), 1, sym__simple_user_type, - STATE(7537), 1, + STATE(7487), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -590853,22 +592853,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [166985] = 7, - ACTIONS(613), 1, + [168485] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9216), 1, + ACTIONS(9317), 1, anon_sym_LPAREN, - STATE(3263), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(3496), 1, + STATE(4853), 1, + sym__function_value_parameters, + STATE(5083), 1, + sym__simple_user_type, + STATE(5187), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2560), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(537), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -590876,23 +592877,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [167015] = 8, - ACTIONS(8406), 1, + [168517] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9204), 1, + ACTIONS(9218), 1, anon_sym_LPAREN, - STATE(3509), 1, + STATE(4458), 1, sym__function_value_parameters, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(5072), 1, + STATE(5083), 1, sym__simple_user_type, - STATE(5170), 1, + STATE(5187), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -590900,23 +592901,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [167047] = 8, - ACTIONS(8406), 1, + [168549] = 7, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(9220), 1, + ACTIONS(9212), 1, anon_sym_LPAREN, - STATE(4507), 1, + STATE(843), 1, sym__lexical_identifier, - STATE(5328), 1, - sym__function_value_parameters, - STATE(7537), 1, + STATE(934), 1, sym_simple_identifier, - STATE(8796), 1, - sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + STATE(451), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -590924,23 +592924,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [167079] = 8, - ACTIONS(8406), 1, + [168579] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9190), 1, + ACTIONS(9218), 1, anon_sym_LPAREN, - STATE(4507), 1, - sym__lexical_identifier, - STATE(4766), 1, + STATE(4457), 1, sym__function_value_parameters, - STATE(5072), 1, + STATE(4533), 1, + sym__lexical_identifier, + STATE(5083), 1, sym__simple_user_type, - STATE(7537), 1, + STATE(5187), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -590948,22 +592948,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [167111] = 7, - ACTIONS(491), 1, + [168611] = 8, + ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(9194), 1, - anon_sym_LPAREN, - STATE(866), 1, + ACTIONS(5161), 1, + anon_sym_LBRACE, + ACTIONS(9422), 1, + anon_sym_COLON, + STATE(4461), 1, sym__lexical_identifier, - STATE(910), 1, + STATE(4618), 1, + sym_class_body, + STATE(5096), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(429), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(413), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -590971,19 +592972,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [167141] = 7, + [168643] = 7, ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(9216), 1, + ACTIONS(9212), 1, anon_sym_LPAREN, - STATE(3263), 1, + STATE(843), 1, sym__lexical_identifier, - STATE(3496), 1, + STATE(934), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2637), 2, + STATE(610), 2, sym_variable_declaration, sym_multi_variable_declaration, ACTIONS(537), 7, @@ -590994,22 +592995,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [167171] = 7, - ACTIONS(491), 1, + [168673] = 7, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(9194), 1, + ACTIONS(9212), 1, anon_sym_LPAREN, - STATE(866), 1, + STATE(843), 1, sym__lexical_identifier, - STATE(910), 1, + STATE(934), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(424), 2, + STATE(571), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(413), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -591017,22 +593018,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [167201] = 7, - ACTIONS(345), 1, - anon_sym_LPAREN, - ACTIONS(409), 1, + [168703] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9424), 1, - anon_sym_class, - STATE(2890), 1, + ACTIONS(9226), 1, + anon_sym_LPAREN, + STATE(2864), 1, + sym__function_value_parameters, + STATE(4533), 1, sym__lexical_identifier, + STATE(5083), 1, + sym__simple_user_type, + STATE(5187), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3327), 2, - sym_parenthesized_expression, - sym_simple_identifier, - ACTIONS(333), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -591040,23 +593042,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [167231] = 8, - ACTIONS(409), 1, + [168735] = 7, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(3112), 1, - anon_sym_LBRACE, - ACTIONS(9416), 1, - anon_sym_COLON, - STATE(2890), 1, + ACTIONS(9198), 1, + anon_sym_LPAREN, + STATE(3382), 1, sym__lexical_identifier, - STATE(3361), 1, - sym_class_body, - STATE(3934), 1, + STATE(3540), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(333), 7, + STATE(1566), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -591064,22 +593065,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [167263] = 7, - ACTIONS(491), 1, + [168765] = 8, + ACTIONS(8861), 1, sym__backtick_identifier, - ACTIONS(9194), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(866), 1, + STATE(2903), 1, sym__lexical_identifier, - STATE(910), 1, + STATE(2974), 1, sym_simple_identifier, + STATE(3471), 1, + sym__simple_user_type, + STATE(9523), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(435), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(413), 7, + ACTIONS(8857), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -591087,23 +593089,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [167293] = 8, - ACTIONS(8406), 1, + [168797] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9250), 1, + ACTIONS(9218), 1, anon_sym_LPAREN, - STATE(3622), 1, - sym__function_value_parameters, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(5072), 1, + STATE(5083), 1, sym__simple_user_type, - STATE(5170), 1, + STATE(5232), 1, + sym__function_value_parameters, + STATE(7487), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -591111,22 +593113,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [167325] = 7, - ACTIONS(491), 1, + [168829] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9194), 1, + ACTIONS(9239), 1, anon_sym_LPAREN, - STATE(866), 1, + STATE(3907), 1, + sym__function_value_parameters, + STATE(4533), 1, sym__lexical_identifier, - STATE(910), 1, + STATE(7487), 1, sym_simple_identifier, + STATE(8840), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(423), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(413), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -591134,22 +593137,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [167355] = 7, - ACTIONS(491), 1, + [168861] = 7, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(9194), 1, + ACTIONS(9212), 1, anon_sym_LPAREN, - STATE(866), 1, + STATE(843), 1, sym__lexical_identifier, - STATE(910), 1, + STATE(934), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(428), 2, + STATE(548), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(413), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -591157,22 +593160,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [167385] = 7, - ACTIONS(491), 1, + [168891] = 7, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(9194), 1, + ACTIONS(9212), 1, anon_sym_LPAREN, - STATE(866), 1, + STATE(843), 1, sym__lexical_identifier, - STATE(910), 1, + STATE(934), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(433), 2, + STATE(544), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(413), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -591180,23 +593183,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [167415] = 8, - ACTIONS(8406), 1, + [168921] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9250), 1, + ACTIONS(9249), 1, anon_sym_LPAREN, - STATE(3620), 1, + STATE(836), 1, sym__function_value_parameters, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(5072), 1, + STATE(5083), 1, sym__simple_user_type, - STATE(5170), 1, + STATE(7487), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -591204,22 +593207,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [167447] = 7, - ACTIONS(491), 1, + [168953] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9194), 1, + ACTIONS(9218), 1, anon_sym_LPAREN, - STATE(866), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(910), 1, + STATE(5233), 1, + sym__function_value_parameters, + STATE(7487), 1, sym_simple_identifier, + STATE(8719), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(441), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(413), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -591227,22 +593231,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [167477] = 7, - ACTIONS(8844), 1, + [168985] = 7, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9240), 1, + ACTIONS(9198), 1, anon_sym_LPAREN, - STATE(2984), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(3603), 1, + STATE(3540), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1895), 2, + STATE(1568), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(8840), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -591250,22 +593254,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [167507] = 7, - ACTIONS(195), 1, + [169015] = 7, + ACTIONS(27), 1, + anon_sym_LPAREN, + ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(9200), 1, + ACTIONS(9432), 1, + anon_sym_class, + STATE(4566), 1, + sym__lexical_identifier, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + STATE(4974), 2, + sym_parenthesized_expression, + sym_simple_identifier, + ACTIONS(7), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + [169045] = 7, + ACTIONS(613), 1, + sym__backtick_identifier, + ACTIONS(9212), 1, anon_sym_LPAREN, - STATE(2864), 1, + STATE(843), 1, sym__lexical_identifier, - STATE(2918), 1, + STATE(934), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1311), 2, + STATE(553), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(111), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -591273,22 +593300,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [167537] = 7, - ACTIONS(195), 1, + [169075] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9200), 1, + ACTIONS(9249), 1, anon_sym_LPAREN, - STATE(2864), 1, + STATE(838), 1, + sym__function_value_parameters, + STATE(4533), 1, sym__lexical_identifier, - STATE(2918), 1, + STATE(5083), 1, + sym__simple_user_type, + STATE(7487), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1295), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(111), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -591296,22 +593324,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [167567] = 7, - ACTIONS(195), 1, + [169107] = 7, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(9200), 1, + ACTIONS(9212), 1, anon_sym_LPAREN, - STATE(2864), 1, + STATE(843), 1, sym__lexical_identifier, - STATE(2918), 1, + STATE(934), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1288), 2, + STATE(568), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(111), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -591319,23 +593347,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [167597] = 8, - ACTIONS(8406), 1, + [169137] = 7, + ACTIONS(8861), 1, sym__backtick_identifier, - ACTIONS(9192), 1, + ACTIONS(9303), 1, anon_sym_LPAREN, - STATE(838), 1, - sym__function_value_parameters, - STATE(4507), 1, + STATE(2903), 1, sym__lexical_identifier, - STATE(7537), 1, + STATE(3667), 1, sym_simple_identifier, - STATE(8772), 1, - sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + STATE(1985), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(8857), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -591343,22 +593370,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [167629] = 7, - ACTIONS(195), 1, + [169167] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9200), 1, + ACTIONS(9202), 1, anon_sym_LPAREN, - STATE(2864), 1, + STATE(3427), 1, + sym__function_value_parameters, + STATE(4533), 1, sym__lexical_identifier, - STATE(2918), 1, + STATE(5083), 1, + sym__simple_user_type, + STATE(5187), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1335), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(111), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -591366,22 +593394,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [167659] = 7, - ACTIONS(8844), 1, + [169199] = 7, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9240), 1, + ACTIONS(9198), 1, anon_sym_LPAREN, - STATE(2984), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(3603), 1, + STATE(3540), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1840), 2, + STATE(1569), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(8840), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -591389,22 +593417,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [167689] = 7, - ACTIONS(613), 1, + [169229] = 8, + ACTIONS(8849), 1, sym__backtick_identifier, - ACTIONS(9216), 1, + ACTIONS(9027), 1, anon_sym_LPAREN, - STATE(3263), 1, - sym__lexical_identifier, - STATE(3496), 1, + STATE(5083), 1, + sym__simple_user_type, + STATE(5187), 1, sym_simple_identifier, + STATE(5419), 1, + sym__lexical_identifier, + STATE(9401), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2564), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(537), 7, + ACTIONS(8845), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -591412,23 +593441,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [167719] = 8, - ACTIONS(195), 1, + [169261] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(5147), 1, - anon_sym_LBRACE, - ACTIONS(9412), 1, - anon_sym_COLON, - STATE(2864), 1, + ACTIONS(9202), 1, + anon_sym_LPAREN, + STATE(3432), 1, + sym__function_value_parameters, + STATE(4533), 1, sym__lexical_identifier, - STATE(3377), 1, - sym_class_body, - STATE(3911), 1, + STATE(5083), 1, + sym__simple_user_type, + STATE(5187), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(111), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -591436,22 +593465,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [167751] = 7, - ACTIONS(195), 1, + [169293] = 7, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9200), 1, + ACTIONS(9198), 1, anon_sym_LPAREN, - STATE(2864), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(2918), 1, + STATE(3540), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1300), 2, + STATE(2672), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(111), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -591459,22 +593488,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [167781] = 7, - ACTIONS(195), 1, + [169323] = 7, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(9200), 1, + ACTIONS(9212), 1, anon_sym_LPAREN, - STATE(2864), 1, + STATE(843), 1, sym__lexical_identifier, - STATE(2918), 1, + STATE(934), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1287), 2, + STATE(559), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(111), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -591482,22 +593511,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [167811] = 7, - ACTIONS(195), 1, + [169353] = 7, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9200), 1, + ACTIONS(9198), 1, anon_sym_LPAREN, - STATE(2864), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(2918), 1, + STATE(3540), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2408), 2, + STATE(2660), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(111), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -591505,23 +593534,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [167841] = 8, - ACTIONS(8406), 1, + [169383] = 8, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9204), 1, + ACTIONS(9239), 1, anon_sym_LPAREN, - STATE(4077), 1, + STATE(2880), 1, sym__function_value_parameters, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(5072), 1, + STATE(5083), 1, sym__simple_user_type, - STATE(7537), 1, + STATE(5187), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -591529,22 +593558,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [167873] = 7, - ACTIONS(8850), 1, + [169415] = 8, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(9210), 1, - anon_sym_LPAREN, - STATE(5515), 1, + ACTIONS(3180), 1, + anon_sym_LBRACE, + ACTIONS(9414), 1, + anon_sym_COLON, + STATE(843), 1, sym__lexical_identifier, - STATE(5614), 1, + STATE(1072), 1, + sym_class_body, + STATE(1413), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5189), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(8846), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -591552,23 +593582,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [167903] = 8, - ACTIONS(8406), 1, - sym__backtick_identifier, - ACTIONS(9204), 1, - anon_sym_LPAREN, - STATE(2877), 1, - sym__function_value_parameters, - STATE(4507), 1, - sym__lexical_identifier, - STATE(7537), 1, - sym_simple_identifier, - STATE(8858), 1, - sym__simple_user_type, + [169447] = 5, + ACTIONS(9434), 1, + anon_sym_DOT, + STATE(6336), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(4224), 3, + anon_sym_LPAREN, + sym__quest, + sym__backtick_identifier, + ACTIONS(4222), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -591576,14 +593602,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [167935] = 3, + [169472] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4889), 2, + ACTIONS(7083), 2, anon_sym_AT, sym__backtick_identifier, - ACTIONS(4887), 10, + ACTIONS(7081), 10, anon_sym_get, anon_sym_set, anon_sym_in, @@ -591594,14 +593620,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [167956] = 3, + [169493] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5065), 2, + ACTIONS(4863), 2, anon_sym_AT, sym__backtick_identifier, - ACTIONS(5063), 10, + ACTIONS(4861), 10, anon_sym_get, anon_sym_set, anon_sym_in, @@ -591612,14 +593638,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [167977] = 3, + [169514] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5061), 2, + ACTIONS(4867), 2, anon_sym_AT, sym__backtick_identifier, - ACTIONS(5059), 10, + ACTIONS(4865), 10, anon_sym_get, anon_sym_set, anon_sym_in, @@ -591630,14 +593656,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [167998] = 3, + [169535] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5057), 2, + ACTIONS(4871), 2, anon_sym_AT, sym__backtick_identifier, - ACTIONS(5055), 10, + ACTIONS(4869), 10, anon_sym_get, anon_sym_set, anon_sym_in, @@ -591648,14 +593674,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [168019] = 3, + [169556] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5053), 2, + ACTIONS(4887), 2, anon_sym_AT, sym__backtick_identifier, - ACTIONS(5051), 10, + ACTIONS(4885), 10, anon_sym_get, anon_sym_set, anon_sym_in, @@ -591666,40 +593692,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [168040] = 6, - ACTIONS(8406), 1, - sym__backtick_identifier, - STATE(4507), 1, - sym__lexical_identifier, - STATE(8900), 1, - sym_simple_identifier, + [169577] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9426), 2, - anon_sym_val, - anon_sym_var, - ACTIONS(8392), 7, + ACTIONS(4895), 2, + anon_sym_AT, + sym__backtick_identifier, + ACTIONS(4893), 10, anon_sym_get, anon_sym_set, + anon_sym_in, anon_sym_data, anon_sym_inner, + anon_sym_out, + sym_reification_modifier, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [168067] = 5, - ACTIONS(8734), 1, + [169598] = 5, + ACTIONS(8742), 1, sym__quest, - STATE(5507), 1, + STATE(5515), 1, aux_sym_nullable_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9430), 3, + ACTIONS(9439), 3, anon_sym_LPAREN, anon_sym_DOT, sym__backtick_identifier, - ACTIONS(9428), 7, + ACTIONS(9437), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -591707,19 +593730,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [168092] = 5, - ACTIONS(8734), 1, - sym__quest, - STATE(5507), 1, - aux_sym_nullable_type_repeat1, + [169623] = 6, + ACTIONS(8400), 1, + sym__backtick_identifier, + STATE(4533), 1, + sym__lexical_identifier, + STATE(9085), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9434), 3, - anon_sym_LPAREN, + ACTIONS(9441), 2, + anon_sym_val, + anon_sym_var, + ACTIONS(8386), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + [169650] = 5, + ACTIONS(9443), 1, anon_sym_DOT, + STATE(7416), 1, + aux_sym_user_type_repeat1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4311), 3, + anon_sym_LPAREN, + sym__quest, sym__backtick_identifier, - ACTIONS(9432), 7, + ACTIONS(4309), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -591727,45 +593771,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [168117] = 11, - ACTIONS(9436), 1, + [169675] = 11, + ACTIONS(9446), 1, anon_sym_typealias, - ACTIONS(9440), 1, + ACTIONS(9450), 1, anon_sym_enum, - ACTIONS(9442), 1, + ACTIONS(9452), 1, anon_sym_constructor, - ACTIONS(9446), 1, + ACTIONS(9456), 1, anon_sym_companion, - ACTIONS(9448), 1, + ACTIONS(9458), 1, anon_sym_object, - ACTIONS(9450), 1, + ACTIONS(9460), 1, anon_sym_fun, - ACTIONS(9452), 1, + ACTIONS(9462), 1, anon_sym_get, - ACTIONS(9454), 1, + ACTIONS(9464), 1, anon_sym_set, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9438), 2, + ACTIONS(9448), 2, anon_sym_class, anon_sym_interface, - ACTIONS(9444), 2, + ACTIONS(9454), 2, anon_sym_val, anon_sym_var, - [168154] = 5, - ACTIONS(9456), 1, - anon_sym_DOT, - STATE(7394), 1, - aux_sym_user_type_repeat1, + [169712] = 5, + ACTIONS(8742), 1, + sym__quest, + STATE(5515), 1, + aux_sym_nullable_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4144), 3, + ACTIONS(9468), 3, anon_sym_LPAREN, - sym__quest, + anon_sym_DOT, sym__backtick_identifier, - ACTIONS(4142), 7, + ACTIONS(9466), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -591773,34 +593817,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [168179] = 5, - ACTIONS(9459), 1, - anon_sym_DOT, - STATE(6316), 1, - aux_sym_user_type_repeat1, + [169737] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4271), 3, - anon_sym_LPAREN, - sym__quest, + ACTIONS(7079), 2, + anon_sym_AT, + sym__backtick_identifier, + ACTIONS(7077), 10, + anon_sym_get, + anon_sym_set, + anon_sym_in, + anon_sym_data, + anon_sym_inner, + anon_sym_out, + sym_reification_modifier, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + [169758] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(7017), 2, + anon_sym_AT, sym__backtick_identifier, - ACTIONS(4269), 7, + ACTIONS(7015), 10, anon_sym_get, anon_sym_set, + anon_sym_in, anon_sym_data, anon_sym_inner, + anon_sym_out, + sym_reification_modifier, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [168204] = 3, + [169779] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7029), 2, + ACTIONS(7032), 2, anon_sym_AT, sym__backtick_identifier, - ACTIONS(7027), 10, + ACTIONS(7030), 10, anon_sym_get, anon_sym_set, anon_sym_in, @@ -591811,14 +593871,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [168225] = 3, + [169800] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7005), 2, + ACTIONS(7024), 2, anon_sym_AT, sym__backtick_identifier, - ACTIONS(7003), 10, + ACTIONS(7022), 10, anon_sym_get, anon_sym_set, anon_sym_in, @@ -591829,73 +593889,77 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [168246] = 3, + [169821] = 6, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(9470), 1, + anon_sym_DOT, + STATE(4533), 1, + sym__lexical_identifier, + STATE(8799), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7083), 2, - anon_sym_AT, - sym__backtick_identifier, - ACTIONS(7081), 10, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, - anon_sym_in, anon_sym_data, anon_sym_inner, - anon_sym_out, - sym_reification_modifier, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [168267] = 3, + [169847] = 6, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(9472), 1, + anon_sym_DOT, + STATE(4533), 1, + sym__lexical_identifier, + STATE(8795), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7069), 2, - anon_sym_AT, - sym__backtick_identifier, - ACTIONS(7067), 10, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, - anon_sym_in, anon_sym_data, anon_sym_inner, - anon_sym_out, - sym_reification_modifier, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [168288] = 3, + [169873] = 5, + ACTIONS(9474), 1, + anon_sym_DOT, + STATE(7518), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7055), 2, - anon_sym_AT, + ACTIONS(4311), 2, + sym__quest, sym__backtick_identifier, - ACTIONS(7053), 10, + ACTIONS(4309), 7, anon_sym_get, anon_sym_set, - anon_sym_in, anon_sym_data, anon_sym_inner, - anon_sym_out, - sym_reification_modifier, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [168309] = 6, - ACTIONS(8406), 1, - sym__backtick_identifier, - ACTIONS(9462), 1, + [169897] = 5, + ACTIONS(9477), 1, anon_sym_DOT, - STATE(4507), 1, - sym__lexical_identifier, - STATE(8700), 1, - sym_simple_identifier, + STATE(7545), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(4311), 2, + sym__quest, + sym__backtick_identifier, + ACTIONS(4309), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -591903,19 +593967,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [168335] = 6, - ACTIONS(8406), 1, + [169921] = 6, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9464), 1, - anon_sym_DOT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8754), 1, + STATE(7996), 1, sym_simple_identifier, + STATE(8545), 1, + sym_variable_declaration, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -591923,19 +593987,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [168361] = 6, - ACTIONS(613), 1, + [169947] = 6, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9466), 1, - anon_sym_class, - STATE(3263), 1, + ACTIONS(9480), 1, + anon_sym_DOT, + STATE(4533), 1, sym__lexical_identifier, - STATE(3753), 1, + STATE(8852), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(537), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -591943,19 +594007,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [168387] = 6, - ACTIONS(8406), 1, + [169973] = 6, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9468), 1, + ACTIONS(9482), 1, anon_sym_DOT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8611), 1, + STATE(8684), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -591963,19 +594027,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [168413] = 6, - ACTIONS(8406), 1, + [169999] = 6, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9470), 1, + ACTIONS(9484), 1, anon_sym_DOT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8645), 1, + STATE(8892), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -591983,19 +594047,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [168439] = 6, - ACTIONS(613), 1, + [170025] = 6, + ACTIONS(8918), 1, sym__backtick_identifier, - ACTIONS(9472), 1, - anon_sym_class, - STATE(3263), 1, - sym__lexical_identifier, - STATE(3777), 1, + STATE(8059), 1, sym_simple_identifier, + STATE(8112), 1, + sym__lexical_identifier, + STATE(8431), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(537), 7, + ACTIONS(8914), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -592003,19 +594067,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [168465] = 6, - ACTIONS(8406), 1, + [170051] = 6, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9474), 1, + ACTIONS(9486), 1, anon_sym_DOT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8824), 1, + STATE(8885), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -592023,19 +594087,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [168491] = 6, - ACTIONS(8406), 1, + [170077] = 6, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9476), 1, + ACTIONS(9488), 1, anon_sym_DOT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8823), 1, + STATE(8671), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -592043,37 +594107,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [168517] = 4, - ACTIONS(8734), 1, - sym__quest, - STATE(5507), 1, - aux_sym_nullable_type_repeat1, + [170103] = 5, + ACTIONS(9490), 1, + anon_sym_DOT, + STATE(6336), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4187), 9, - anon_sym_EQ, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_by, - anon_sym_GT, - anon_sym_where, - anon_sym_DASH_GT, - anon_sym_while, - [168539] = 6, - ACTIONS(8406), 1, + ACTIONS(4224), 2, + sym__quest, sym__backtick_identifier, - ACTIONS(9478), 1, + ACTIONS(4222), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + [170127] = 6, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(9493), 1, anon_sym_DOT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8546), 1, + STATE(8714), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -592081,19 +594146,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [168565] = 6, - ACTIONS(8406), 1, + [170153] = 6, + ACTIONS(409), 1, sym__backtick_identifier, - STATE(4507), 1, + ACTIONS(9495), 1, + anon_sym_class, + STATE(2837), 1, sym__lexical_identifier, - STATE(8093), 1, + STATE(3444), 1, sym_simple_identifier, - STATE(8859), 1, - sym_variable_declaration, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -592101,19 +594166,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [168591] = 6, - ACTIONS(8406), 1, + [170179] = 6, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9480), 1, + ACTIONS(9497), 1, anon_sym_DOT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8822), 1, + STATE(8875), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -592121,19 +594186,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [168617] = 6, - ACTIONS(8406), 1, + [170205] = 6, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9482), 1, + ACTIONS(9499), 1, anon_sym_DOT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8646), 1, + STATE(8733), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -592141,16 +594206,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [168643] = 3, + [170231] = 6, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(9501), 1, + anon_sym_DOT, + STATE(4533), 1, + sym__lexical_identifier, + STATE(8651), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4221), 4, - anon_sym_LPAREN, - anon_sym_DOT, - sym__quest, - sym__backtick_identifier, - ACTIONS(4219), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -592158,18 +594226,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [168663] = 5, - ACTIONS(9484), 1, + [170257] = 6, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(9503), 1, anon_sym_DOT, - STATE(6316), 1, - aux_sym_user_type_repeat1, + STATE(4533), 1, + sym__lexical_identifier, + STATE(8866), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4271), 2, - sym__quest, - sym__backtick_identifier, - ACTIONS(4269), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -592177,19 +594246,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [168687] = 6, - ACTIONS(8406), 1, + [170283] = 6, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9487), 1, + ACTIONS(9505), 1, anon_sym_DOT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8815), 1, + STATE(8692), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -592197,19 +594266,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [168713] = 6, - ACTIONS(8406), 1, + [170309] = 6, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9489), 1, + ACTIONS(9507), 1, anon_sym_DOT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8864), 1, + STATE(8674), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -592217,19 +594286,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [168739] = 6, - ACTIONS(9001), 1, + [170335] = 6, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(6935), 1, - sym_simple_identifier, - STATE(6951), 1, + ACTIONS(9509), 1, + anon_sym_DOT, + STATE(4533), 1, sym__lexical_identifier, - STATE(7024), 1, - sym__simple_user_type, + STATE(8854), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8995), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -592237,19 +594306,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [168765] = 6, - ACTIONS(8406), 1, + [170361] = 6, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9491), 1, + ACTIONS(9511), 1, anon_sym_DOT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8586), 1, + STATE(8603), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -592257,19 +594326,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [168791] = 6, - ACTIONS(8406), 1, + [170387] = 6, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9493), 1, + ACTIONS(9513), 1, anon_sym_DOT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8780), 1, + STATE(8744), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -592277,19 +594346,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [168817] = 6, - ACTIONS(1750), 1, + [170413] = 6, + ACTIONS(8908), 1, sym__backtick_identifier, - STATE(3569), 1, - sym_simple_identifier, - STATE(3796), 1, + STATE(5536), 1, sym__lexical_identifier, - STATE(3901), 1, - sym__simple_user_type, + STATE(8030), 1, + sym_identifier, + STATE(8055), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1686), 7, + ACTIONS(8902), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -592297,19 +594366,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [168843] = 6, - ACTIONS(8406), 1, + [170439] = 6, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9495), 1, + ACTIONS(9515), 1, anon_sym_DOT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8602), 1, + STATE(8807), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -592317,18 +594386,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [168869] = 5, - ACTIONS(9497), 1, + [170465] = 4, + ACTIONS(9517), 1, anon_sym_DOT, - STATE(7414), 1, + STATE(7517), 1, aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4144), 2, + ACTIONS(4311), 9, + sym__automatic_semicolon, + anon_sym_EQ, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_by, + anon_sym_where, sym__quest, + [170487] = 6, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(4142), 7, + ACTIONS(9519), 1, + anon_sym_DOT, + STATE(4533), 1, + sym__lexical_identifier, + STATE(8642), 1, + sym_simple_identifier, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -592336,19 +594424,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [168893] = 6, - ACTIONS(8406), 1, + [170513] = 6, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9500), 1, + ACTIONS(9521), 1, anon_sym_DOT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8755), 1, + STATE(8923), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -592356,19 +594444,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [168919] = 6, - ACTIONS(8406), 1, + [170539] = 6, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(4507), 1, + ACTIONS(9523), 1, + anon_sym_DOT, + STATE(4533), 1, sym__lexical_identifier, - STATE(5072), 1, - sym__simple_user_type, - STATE(7537), 1, + STATE(8804), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -592376,19 +594464,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [168945] = 6, - ACTIONS(8886), 1, + [170565] = 6, + ACTIONS(409), 1, sym__backtick_identifier, - STATE(5519), 1, + ACTIONS(9525), 1, + anon_sym_class, + STATE(2837), 1, sym__lexical_identifier, - STATE(8122), 1, + STATE(3336), 1, sym_simple_identifier, - STATE(8547), 1, - sym_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8880), 7, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -592396,19 +594484,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [168971] = 6, - ACTIONS(8406), 1, - sym__backtick_identifier, - ACTIONS(9502), 1, + [170591] = 5, + ACTIONS(9527), 1, anon_sym_DOT, - STATE(4507), 1, - sym__lexical_identifier, - STATE(8752), 1, - sym_simple_identifier, + STATE(7490), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(4311), 2, + sym__quest, + sym__backtick_identifier, + ACTIONS(4309), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -592416,19 +594503,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [168997] = 6, - ACTIONS(8406), 1, + [170615] = 6, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9504), 1, - anon_sym_DOT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8740), 1, + STATE(8532), 1, + sym_parameter, + STATE(9239), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -592436,19 +594523,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [169023] = 6, - ACTIONS(8406), 1, + [170641] = 6, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9506), 1, + ACTIONS(9530), 1, anon_sym_DOT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8613), 1, + STATE(8639), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -592456,19 +594543,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [169049] = 6, - ACTIONS(8406), 1, + [170667] = 6, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(4507), 1, + ACTIONS(9532), 1, + anon_sym_DOT, + STATE(4533), 1, sym__lexical_identifier, - STATE(5072), 1, - sym__simple_user_type, - STATE(5170), 1, + STATE(8942), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -592476,19 +594563,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [169075] = 6, - ACTIONS(8406), 1, + [170693] = 6, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9508), 1, + ACTIONS(9534), 1, anon_sym_DOT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8736), 1, + STATE(8696), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -592496,19 +594583,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [169101] = 6, - ACTIONS(8406), 1, + [170719] = 6, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9510), 1, - anon_sym_DOT, - STATE(4507), 1, + ACTIONS(9536), 1, + anon_sym_class, + STATE(3382), 1, sym__lexical_identifier, - STATE(8724), 1, + STATE(3783), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -592516,19 +594603,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [169127] = 6, - ACTIONS(8886), 1, - sym__backtick_identifier, - STATE(5519), 1, - sym__lexical_identifier, - STATE(8122), 1, - sym_simple_identifier, - STATE(8128), 1, - sym_identifier, + [170745] = 5, + ACTIONS(9538), 1, + anon_sym_DOT, + STATE(7443), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8880), 7, + ACTIONS(4311), 2, + sym__quest, + sym__backtick_identifier, + ACTIONS(4309), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -592536,19 +594622,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [169153] = 6, - ACTIONS(8406), 1, + [170769] = 6, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9512), 1, + ACTIONS(9541), 1, anon_sym_DOT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8599), 1, + STATE(8638), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -592556,43 +594642,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [169179] = 10, - ACTIONS(1688), 1, - anon_sym_AT, - ACTIONS(1854), 1, - anon_sym_LBRACE, - ACTIONS(6383), 1, - anon_sym_LPAREN, - ACTIONS(6391), 1, - sym_label, - STATE(4427), 1, - sym_value_arguments, - STATE(4588), 1, - sym_lambda_literal, - STATE(4672), 1, - sym_annotated_lambda, + [170795] = 6, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(9543), 1, + anon_sym_DOT, + STATE(4533), 1, + sym__lexical_identifier, + STATE(8632), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5656), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(7847), 2, - sym_annotation, - aux_sym__annotated_delegation_specifier_repeat1, - [169213] = 6, - ACTIONS(8406), 1, + ACTIONS(8386), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + [170821] = 6, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9514), 1, - anon_sym_DOT, - STATE(4507), 1, + ACTIONS(9545), 1, + anon_sym_class, + STATE(3382), 1, sym__lexical_identifier, - STATE(8692), 1, + STATE(3847), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -592600,19 +594682,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [169239] = 6, - ACTIONS(8406), 1, + [170847] = 6, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9516), 1, + ACTIONS(9547), 1, anon_sym_DOT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8678), 1, + STATE(8789), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -592620,19 +594702,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [169265] = 6, - ACTIONS(8406), 1, + [170873] = 6, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9518), 1, + ACTIONS(9549), 1, anon_sym_DOT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8629), 1, + STATE(8792), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -592640,19 +594722,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [169291] = 6, - ACTIONS(8406), 1, + [170899] = 6, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9520), 1, + ACTIONS(9551), 1, anon_sym_DOT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8590), 1, + STATE(8630), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -592660,19 +594742,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [169317] = 6, - ACTIONS(8406), 1, + [170925] = 6, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9522), 1, + ACTIONS(9553), 1, anon_sym_DOT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8644), 1, + STATE(8739), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -592680,18 +594762,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [169343] = 5, - ACTIONS(9524), 1, + [170951] = 5, + ACTIONS(9555), 1, anon_sym_DOT, - STATE(6316), 1, + STATE(6336), 1, aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4271), 2, + ACTIONS(4224), 2, sym__quest, sym__backtick_identifier, - ACTIONS(4269), 7, + ACTIONS(4222), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -592699,19 +594781,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [169367] = 6, - ACTIONS(8406), 1, + [170975] = 6, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9527), 1, - anon_sym_DOT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8626), 1, + STATE(7996), 1, sym_simple_identifier, + STATE(8465), 1, + sym_variable_declaration, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -592719,19 +594801,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [169393] = 6, - ACTIONS(491), 1, + [171001] = 6, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9529), 1, - anon_sym_class, - STATE(866), 1, + ACTIONS(9558), 1, + anon_sym_DOT, + STATE(4533), 1, sym__lexical_identifier, - STATE(1133), 1, + STATE(8601), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(413), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -592739,19 +594821,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [169419] = 6, - ACTIONS(8406), 1, + [171027] = 6, + ACTIONS(9013), 1, sym__backtick_identifier, - ACTIONS(9531), 1, - anon_sym_DOT, - STATE(4507), 1, - sym__lexical_identifier, - STATE(8668), 1, + STATE(5632), 1, sym_simple_identifier, + STATE(5648), 1, + sym__lexical_identifier, + STATE(5656), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(9007), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -592759,18 +594841,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [169445] = 5, - ACTIONS(9533), 1, + [171053] = 6, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(9560), 1, anon_sym_DOT, - STATE(7440), 1, - aux_sym_user_type_repeat1, + STATE(4533), 1, + sym__lexical_identifier, + STATE(8613), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4144), 2, - sym__quest, - sym__backtick_identifier, - ACTIONS(4142), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -592778,18 +594861,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [169469] = 5, - ACTIONS(9536), 1, - anon_sym_DOT, - STATE(6316), 1, - aux_sym_user_type_repeat1, + [171079] = 6, + ACTIONS(8400), 1, + sym__backtick_identifier, + STATE(4533), 1, + sym__lexical_identifier, + STATE(5530), 1, + sym_simple_identifier, + STATE(5541), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4271), 2, - sym__quest, - sym__backtick_identifier, - ACTIONS(4269), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -592797,19 +594881,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [169493] = 6, - ACTIONS(491), 1, + [171105] = 6, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9539), 1, - anon_sym_class, - STATE(866), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(1064), 1, + STATE(7996), 1, sym_simple_identifier, + STATE(8350), 1, + sym_variable_declaration, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(413), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -592817,15 +594901,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [169519] = 6, + [171131] = 4, + ACTIONS(9562), 1, + anon_sym_DOT, + STATE(7483), 1, + aux_sym_user_type_repeat1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4274), 9, + sym__automatic_semicolon, + anon_sym_EQ, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_by, + anon_sym_where, + sym__quest, + [171153] = 6, ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(9541), 1, - anon_sym_class, - STATE(4529), 1, + STATE(4566), 1, sym__lexical_identifier, - STATE(4937), 1, + STATE(4677), 1, sym_simple_identifier, + STATE(4783), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, @@ -592837,19 +594939,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [169545] = 6, - ACTIONS(8406), 1, + [171179] = 6, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(4507), 1, + ACTIONS(9565), 1, + anon_sym_DOT, + STATE(4533), 1, sym__lexical_identifier, - STATE(8093), 1, + STATE(8612), 1, sym_simple_identifier, - STATE(8538), 1, - sym_variable_declaration, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -592857,18 +594959,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [169571] = 5, - ACTIONS(9543), 1, - anon_sym_DOT, - STATE(7445), 1, - aux_sym_user_type_repeat1, + [171205] = 6, + ACTIONS(281), 1, + sym__backtick_identifier, + ACTIONS(9567), 1, + anon_sym_class, + STATE(4461), 1, + sym__lexical_identifier, + STATE(4717), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4144), 2, - sym__quest, - sym__backtick_identifier, - ACTIONS(4142), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -592876,37 +594979,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [169595] = 4, - ACTIONS(9546), 1, - anon_sym_DOT, - STATE(7450), 1, - aux_sym_user_type_repeat1, + [171231] = 4, + ACTIONS(8821), 1, + anon_sym_LT, + STATE(5112), 1, + sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4306), 9, - sym__automatic_semicolon, + ACTIONS(4115), 9, anon_sym_EQ, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_COMMA, - anon_sym_by, - anon_sym_where, + anon_sym_RPAREN, + anon_sym_GT, + anon_sym_DOT, sym__quest, - [169617] = 6, - ACTIONS(8406), 1, + anon_sym_DASH_GT, + anon_sym_while, + [171253] = 6, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9549), 1, + ACTIONS(9569), 1, anon_sym_DOT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8738), 1, + STATE(8868), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -592914,42 +595017,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [169643] = 10, - ACTIONS(1622), 1, - anon_sym_LBRACE, - ACTIONS(1688), 1, - anon_sym_AT, - ACTIONS(3570), 1, - anon_sym_LPAREN, - ACTIONS(3584), 1, - sym_label, - STATE(2870), 1, - sym_value_arguments, - STATE(3676), 1, - sym_annotated_lambda, - STATE(3860), 1, - sym_lambda_literal, + [171279] = 6, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(9571), 1, + anon_sym_DOT, + STATE(4533), 1, + sym__lexical_identifier, + STATE(8757), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5656), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(7852), 2, - sym_annotation, - aux_sym__annotated_delegation_specifier_repeat1, - [169677] = 5, - ACTIONS(9551), 1, + ACTIONS(8386), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + [171305] = 5, + ACTIONS(9573), 1, anon_sym_DOT, - STATE(6316), 1, + STATE(6336), 1, aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4271), 2, + ACTIONS(4224), 2, sym__quest, sym__backtick_identifier, - ACTIONS(4269), 7, + ACTIONS(4222), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -592957,18 +595056,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [169701] = 5, - ACTIONS(9554), 1, + [171329] = 6, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(9576), 1, anon_sym_DOT, - STATE(7453), 1, - aux_sym_user_type_repeat1, + STATE(4533), 1, + sym__lexical_identifier, + STATE(8623), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4144), 2, - sym__quest, - sym__backtick_identifier, - ACTIONS(4142), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -592976,18 +595076,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [169725] = 5, - ACTIONS(9557), 1, - anon_sym_DOT, - STATE(6316), 1, - aux_sym_user_type_repeat1, + [171355] = 10, + ACTIONS(1688), 1, + anon_sym_AT, + ACTIONS(1918), 1, + anon_sym_LBRACE, + ACTIONS(4547), 1, + anon_sym_LPAREN, + ACTIONS(9578), 1, + sym_label, + STATE(2762), 1, + sym_value_arguments, + STATE(3352), 1, + sym_annotated_lambda, + STATE(3415), 1, + sym_lambda_literal, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4271), 2, + STATE(5733), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7887), 2, + sym_annotation, + aux_sym__annotated_delegation_specifier_repeat1, + [171389] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4266), 4, + anon_sym_LPAREN, + anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4269), 7, + ACTIONS(4264), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -592995,19 +595117,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [169749] = 6, - ACTIONS(9013), 1, - sym__backtick_identifier, - STATE(5620), 1, - sym_simple_identifier, - STATE(5632), 1, - sym__lexical_identifier, - STATE(5641), 1, - sym__simple_user_type, + [171409] = 5, + ACTIONS(9580), 1, + anon_sym_DOT, + STATE(6336), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9007), 7, + ACTIONS(4224), 2, + sym__quest, + sym__backtick_identifier, + ACTIONS(4222), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -593015,19 +595136,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [169775] = 6, - ACTIONS(8406), 1, + [171433] = 6, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9560), 1, - anon_sym_DOT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8757), 1, + STATE(7996), 1, sym_simple_identifier, + STATE(9066), 1, + sym_variable_declaration, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -593035,19 +595156,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [169801] = 6, - ACTIONS(8406), 1, + [171459] = 6, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9562), 1, + ACTIONS(9583), 1, anon_sym_DOT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8871), 1, + STATE(8751), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -593055,18 +595176,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [169827] = 5, - ACTIONS(9564), 1, + [171485] = 6, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(9585), 1, anon_sym_DOT, - STATE(7455), 1, - aux_sym_user_type_repeat1, + STATE(4533), 1, + sym__lexical_identifier, + STATE(8592), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4144), 2, - sym__quest, - sym__backtick_identifier, - ACTIONS(4142), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -593074,19 +595196,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [169851] = 6, - ACTIONS(8406), 1, + [171511] = 6, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9567), 1, + ACTIONS(9587), 1, anon_sym_DOT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8612), 1, + STATE(8938), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -593094,18 +595216,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [169877] = 5, - ACTIONS(9569), 1, - anon_sym_DOT, - STATE(6316), 1, - aux_sym_user_type_repeat1, + [171537] = 6, + ACTIONS(8400), 1, + sym__backtick_identifier, + STATE(4533), 1, + sym__lexical_identifier, + STATE(7996), 1, + sym_simple_identifier, + STATE(8405), 1, + sym_variable_declaration, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4271), 2, - sym__quest, - sym__backtick_identifier, - ACTIONS(4269), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -593113,19 +595236,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [169901] = 6, - ACTIONS(8406), 1, + [171563] = 6, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9572), 1, + ACTIONS(9589), 1, anon_sym_DOT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8716), 1, + STATE(8775), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -593133,43 +595256,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [169927] = 10, + [171589] = 10, ACTIONS(1612), 1, anon_sym_LBRACE, ACTIONS(1688), 1, anon_sym_AT, ACTIONS(1698), 1, anon_sym_LPAREN, - ACTIONS(9574), 1, + ACTIONS(9591), 1, sym_label, - STATE(753), 1, + STATE(776), 1, sym_value_arguments, - STATE(1080), 1, + STATE(1056), 1, sym_lambda_literal, - STATE(1108), 1, + STATE(1160), 1, sym_annotated_lambda, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5656), 2, + STATE(5733), 2, sym__single_annotation, sym__multi_annotation, - STATE(7858), 2, + STATE(7880), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - [169961] = 6, - ACTIONS(8406), 1, + [171623] = 6, + ACTIONS(8908), 1, sym__backtick_identifier, - STATE(4507), 1, + STATE(5536), 1, sym__lexical_identifier, - STATE(8093), 1, + STATE(5537), 1, sym_simple_identifier, - STATE(8303), 1, - sym_variable_declaration, + STATE(5558), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8902), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -593177,19 +595300,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [169987] = 6, - ACTIONS(8406), 1, + [171649] = 6, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9576), 1, + ACTIONS(9593), 1, anon_sym_DOT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8544), 1, + STATE(8773), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -593197,19 +595320,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [170013] = 6, - ACTIONS(409), 1, + [171675] = 6, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9578), 1, - anon_sym_class, - STATE(2890), 1, + ACTIONS(9595), 1, + anon_sym_DOT, + STATE(4533), 1, sym__lexical_identifier, - STATE(3308), 1, + STATE(8865), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(333), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -593217,18 +595340,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [170039] = 5, - ACTIONS(9580), 1, + [171701] = 6, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(9597), 1, anon_sym_DOT, - STATE(7461), 1, - aux_sym_user_type_repeat1, + STATE(4533), 1, + sym__lexical_identifier, + STATE(8874), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4144), 2, - sym__quest, + ACTIONS(8386), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + [171727] = 6, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(4142), 7, + ACTIONS(9599), 1, + anon_sym_DOT, + STATE(4533), 1, + sym__lexical_identifier, + STATE(8709), 1, + sym_simple_identifier, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -593236,19 +595380,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [170063] = 6, - ACTIONS(8406), 1, + [171753] = 6, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9583), 1, + ACTIONS(9601), 1, anon_sym_DOT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8594), 1, + STATE(8924), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -593256,19 +595400,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [170089] = 6, - ACTIONS(8406), 1, + [171779] = 6, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9585), 1, + ACTIONS(9603), 1, anon_sym_DOT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8585), 1, + STATE(8853), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -593276,19 +595420,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [170115] = 6, - ACTIONS(8406), 1, + [171805] = 6, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9587), 1, + ACTIONS(9605), 1, anon_sym_DOT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8630), 1, + STATE(8686), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -593296,19 +595440,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [170141] = 6, - ACTIONS(8406), 1, + [171831] = 10, + ACTIONS(1622), 1, + anon_sym_LBRACE, + ACTIONS(1688), 1, + anon_sym_AT, + ACTIONS(3572), 1, + anon_sym_LPAREN, + ACTIONS(3586), 1, + sym_label, + STATE(2871), 1, + sym_value_arguments, + STATE(3829), 1, + sym_lambda_literal, + STATE(3864), 1, + sym_annotated_lambda, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + STATE(5733), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7883), 2, + sym_annotation, + aux_sym__annotated_delegation_specifier_repeat1, + [171865] = 6, + ACTIONS(9021), 1, sym__backtick_identifier, - ACTIONS(9589), 1, + STATE(6965), 1, + sym_simple_identifier, + STATE(6998), 1, + sym__lexical_identifier, + STATE(7088), 1, + sym__simple_user_type, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(9015), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + [171891] = 6, + ACTIONS(8400), 1, + sym__backtick_identifier, + ACTIONS(9607), 1, anon_sym_DOT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8623), 1, + STATE(8846), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -593316,19 +595504,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [170167] = 6, - ACTIONS(8406), 1, + [171917] = 6, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9591), 1, + ACTIONS(9609), 1, anon_sym_DOT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8776), 1, + STATE(8909), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -593336,19 +595524,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [170193] = 6, - ACTIONS(281), 1, + [171943] = 6, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9593), 1, - anon_sym_class, - STATE(4440), 1, + ACTIONS(9611), 1, + anon_sym_DOT, + STATE(4533), 1, sym__lexical_identifier, - STATE(4683), 1, + STATE(8629), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(199), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -593356,19 +595544,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [170219] = 6, - ACTIONS(8406), 1, + [171969] = 6, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(4507), 1, + ACTIONS(9613), 1, + anon_sym_DOT, + STATE(4533), 1, sym__lexical_identifier, - STATE(5517), 1, + STATE(8708), 1, sym_simple_identifier, - STATE(5530), 1, - sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -593376,18 +595564,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [170245] = 5, - ACTIONS(9595), 1, + [171995] = 5, + ACTIONS(9615), 1, anon_sym_DOT, - STATE(6316), 1, + STATE(7476), 1, aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4271), 2, + ACTIONS(4311), 2, sym__quest, sym__backtick_identifier, - ACTIONS(4269), 7, + ACTIONS(4309), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -593395,15 +595583,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [170269] = 4, - ACTIONS(9598), 1, + [172019] = 4, + ACTIONS(9618), 1, anon_sym_DOT, - STATE(7521), 1, + STATE(7483), 1, aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4144), 9, + ACTIONS(4224), 9, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -593413,19 +595601,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_by, anon_sym_where, sym__quest, - [170291] = 6, - ACTIONS(8406), 1, - sym__backtick_identifier, - ACTIONS(9600), 1, + [172041] = 5, + ACTIONS(9620), 1, anon_sym_DOT, - STATE(4507), 1, - sym__lexical_identifier, - STATE(8681), 1, - sym_simple_identifier, + STATE(6336), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(4224), 2, + sym__quest, + sym__backtick_identifier, + ACTIONS(4222), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -593433,19 +595620,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [170317] = 6, - ACTIONS(8406), 1, + [172065] = 6, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9602), 1, - anon_sym_DOT, - STATE(4507), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(8651), 1, + STATE(2897), 1, sym_simple_identifier, + STATE(2941), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -593453,19 +595640,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [170343] = 6, - ACTIONS(8406), 1, + [172091] = 6, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9604), 1, + ACTIONS(9623), 1, anon_sym_DOT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8673), 1, + STATE(8683), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -593473,38 +595660,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [170369] = 6, - ACTIONS(281), 1, + [172117] = 6, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(4440), 1, + ACTIONS(9625), 1, + anon_sym_DOT, + STATE(4533), 1, sym__lexical_identifier, - STATE(4463), 1, + STATE(8929), 1, sym_simple_identifier, - STATE(4486), 1, - sym__simple_user_type, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(199), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - [170395] = 5, - ACTIONS(9606), 1, - anon_sym_DOT, - STATE(6316), 1, - aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4271), 2, - sym__quest, - sym__backtick_identifier, - ACTIONS(4269), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -593512,19 +595680,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [170419] = 6, - ACTIONS(8406), 1, + [172143] = 6, + ACTIONS(533), 1, sym__backtick_identifier, - ACTIONS(9609), 1, - anon_sym_DOT, - STATE(4507), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(8628), 1, + STATE(3446), 1, sym_simple_identifier, + STATE(3506), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -593532,19 +595700,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [170445] = 6, - ACTIONS(8406), 1, + [172169] = 6, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9611), 1, + ACTIONS(9627), 1, anon_sym_DOT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8574), 1, + STATE(8676), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -593552,19 +595720,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [170471] = 6, - ACTIONS(8406), 1, + [172195] = 6, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(4507), 1, + ACTIONS(9629), 1, + anon_sym_DOT, + STATE(4533), 1, sym__lexical_identifier, - STATE(8093), 1, + STATE(8679), 1, sym_simple_identifier, - STATE(8427), 1, - sym_variable_declaration, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -593572,19 +595740,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [170497] = 6, - ACTIONS(8858), 1, + [172221] = 6, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(5072), 1, - sym__simple_user_type, - STATE(5170), 1, - sym_simple_identifier, - STATE(5416), 1, + ACTIONS(9631), 1, + anon_sym_DOT, + STATE(4533), 1, sym__lexical_identifier, + STATE(8660), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8854), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -593592,19 +595760,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [170523] = 6, - ACTIONS(8406), 1, + [172247] = 6, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9613), 1, + ACTIONS(9633), 1, anon_sym_DOT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8642), 1, + STATE(8772), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -593612,19 +595780,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [170549] = 6, - ACTIONS(8406), 1, + [172273] = 6, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9615), 1, + ACTIONS(9635), 1, anon_sym_DOT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8667), 1, + STATE(8768), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -593632,19 +595800,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [170575] = 6, - ACTIONS(8406), 1, + [172299] = 6, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(4507), 1, + ACTIONS(9637), 1, + anon_sym_DOT, + STATE(4533), 1, sym__lexical_identifier, - STATE(8093), 1, + STATE(8606), 1, sym_simple_identifier, - STATE(8330), 1, - sym_variable_declaration, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -593652,18 +595820,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [170601] = 5, - ACTIONS(9617), 1, + [172325] = 5, + ACTIONS(9639), 1, anon_sym_DOT, - STATE(7475), 1, + STATE(6336), 1, aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4144), 2, + ACTIONS(4224), 2, sym__quest, sym__backtick_identifier, - ACTIONS(4142), 7, + ACTIONS(4222), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -593671,19 +595839,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [170625] = 6, - ACTIONS(8406), 1, + [172349] = 6, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9620), 1, + ACTIONS(9642), 1, anon_sym_DOT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8563), 1, + STATE(8656), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -593691,38 +595859,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [170651] = 6, - ACTIONS(8406), 1, + [172375] = 6, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9622), 1, - anon_sym_DOT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8635), 1, + STATE(7996), 1, sym_simple_identifier, + STATE(9012), 1, + sym_variable_declaration, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - [170677] = 5, - ACTIONS(9624), 1, - anon_sym_DOT, - STATE(7481), 1, - aux_sym_user_type_repeat1, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4144), 2, - sym__quest, - sym__backtick_identifier, - ACTIONS(4142), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -593730,19 +595879,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [170701] = 6, - ACTIONS(8406), 1, + [172401] = 6, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9627), 1, + ACTIONS(9644), 1, anon_sym_DOT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8554), 1, + STATE(8743), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -593750,19 +595899,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [170727] = 6, - ACTIONS(8406), 1, + [172427] = 6, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(4507), 1, + ACTIONS(9646), 1, + anon_sym_DOT, + STATE(4533), 1, sym__lexical_identifier, - STATE(8093), 1, + STATE(8699), 1, sym_simple_identifier, - STATE(8895), 1, - sym_variable_declaration, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -593770,19 +595919,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [170753] = 6, - ACTIONS(107), 1, + [172453] = 6, + ACTIONS(613), 1, sym__backtick_identifier, - STATE(4529), 1, + ACTIONS(9648), 1, + anon_sym_class, + STATE(843), 1, sym__lexical_identifier, - STATE(4594), 1, + STATE(1063), 1, sym_simple_identifier, - STATE(4746), 1, - sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -593790,19 +595939,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [170779] = 6, - ACTIONS(8406), 1, + [172479] = 6, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9629), 1, + ACTIONS(9650), 1, anon_sym_DOT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8747), 1, + STATE(8615), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -593810,19 +595959,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [170805] = 6, - ACTIONS(8406), 1, + [172505] = 6, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9631), 1, - anon_sym_DOT, - STATE(4507), 1, + ACTIONS(9652), 1, + anon_sym_class, + STATE(2858), 1, sym__lexical_identifier, - STATE(8679), 1, + STATE(3445), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -593830,19 +595979,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [170831] = 6, - ACTIONS(8406), 1, + [172531] = 4, + ACTIONS(8742), 1, + sym__quest, + STATE(5515), 1, + aux_sym_nullable_type_repeat1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4324), 9, + anon_sym_EQ, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_by, + anon_sym_GT, + anon_sym_where, + anon_sym_DASH_GT, + anon_sym_while, + [172553] = 6, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9633), 1, + ACTIONS(9654), 1, anon_sym_DOT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8638), 1, + STATE(8723), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -593850,18 +596017,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [170857] = 5, - ACTIONS(9635), 1, + [172579] = 5, + ACTIONS(9656), 1, anon_sym_DOT, - STATE(6316), 1, + STATE(7529), 1, aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4271), 2, + ACTIONS(4311), 2, sym__quest, sym__backtick_identifier, - ACTIONS(4269), 7, + ACTIONS(4309), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -593869,19 +596036,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [170881] = 6, - ACTIONS(8406), 1, + [172603] = 6, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9638), 1, + ACTIONS(9659), 1, anon_sym_DOT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8773), 1, + STATE(8698), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -593889,19 +596056,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [170907] = 6, - ACTIONS(8406), 1, + [172629] = 6, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(4507), 1, + ACTIONS(9661), 1, + anon_sym_DOT, + STATE(4533), 1, sym__lexical_identifier, - STATE(8093), 1, + STATE(8704), 1, sym_simple_identifier, - STATE(8453), 1, - sym_variable_declaration, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -593909,19 +596076,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [170933] = 6, - ACTIONS(491), 1, + [172655] = 6, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(866), 1, + ACTIONS(9663), 1, + anon_sym_DOT, + STATE(4533), 1, sym__lexical_identifier, - STATE(875), 1, + STATE(8758), 1, sym_simple_identifier, - STATE(907), 1, - sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(413), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -593929,19 +596096,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [170959] = 6, - ACTIONS(107), 1, + [172681] = 6, + ACTIONS(613), 1, sym__backtick_identifier, - ACTIONS(9640), 1, + ACTIONS(9665), 1, anon_sym_class, - STATE(4529), 1, + STATE(843), 1, sym__lexical_identifier, - STATE(4956), 1, + STATE(1086), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -593949,19 +596116,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [170985] = 6, - ACTIONS(8406), 1, + [172707] = 6, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9642), 1, + ACTIONS(9667), 1, anon_sym_DOT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8620), 1, + STATE(8936), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -593969,18 +596136,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [171011] = 5, - ACTIONS(9644), 1, + [172733] = 5, + ACTIONS(9669), 1, anon_sym_DOT, - STATE(6316), 1, + STATE(6336), 1, aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4271), 2, + ACTIONS(4224), 2, sym__quest, sym__backtick_identifier, - ACTIONS(4269), 7, + ACTIONS(4222), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -593988,19 +596155,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [171035] = 6, - ACTIONS(8406), 1, + [172757] = 6, + ACTIONS(8855), 1, sym__backtick_identifier, - ACTIONS(9647), 1, - anon_sym_DOT, - STATE(4507), 1, + STATE(5532), 1, sym__lexical_identifier, - STATE(8696), 1, + STATE(5537), 1, sym_simple_identifier, + STATE(5558), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8851), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -594008,38 +596175,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [171061] = 6, - ACTIONS(8844), 1, + [172783] = 6, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(2984), 1, + ACTIONS(9672), 1, + anon_sym_DOT, + STATE(4533), 1, sym__lexical_identifier, - STATE(2986), 1, + STATE(8707), 1, sym_simple_identifier, - STATE(3445), 1, - sym__simple_user_type, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(8840), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - [171087] = 5, - ACTIONS(9649), 1, - anon_sym_DOT, - STATE(7499), 1, - aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4144), 2, - sym__quest, - sym__backtick_identifier, - ACTIONS(4142), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -594047,19 +596195,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [171111] = 6, - ACTIONS(8406), 1, + [172809] = 6, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9652), 1, + ACTIONS(9674), 1, anon_sym_DOT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8640), 1, + STATE(8940), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -594067,19 +596215,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [171137] = 6, - ACTIONS(8406), 1, + [172835] = 6, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9654), 1, + ACTIONS(9676), 1, anon_sym_DOT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8807), 1, + STATE(8597), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -594087,19 +596235,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [171163] = 6, - ACTIONS(8406), 1, + [172861] = 6, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9656), 1, - anon_sym_DOT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8835), 1, + STATE(5083), 1, + sym__simple_user_type, + STATE(7487), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -594107,43 +596255,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [171189] = 10, + [172887] = 10, + ACTIONS(25), 1, + anon_sym_LBRACE, ACTIONS(1688), 1, anon_sym_AT, - ACTIONS(1920), 1, - anon_sym_LBRACE, - ACTIONS(4527), 1, + ACTIONS(6706), 1, anon_sym_LPAREN, - ACTIONS(9658), 1, + ACTIONS(6712), 1, sym_label, - STATE(2745), 1, + STATE(4456), 1, sym_value_arguments, - STATE(3294), 1, + STATE(4961), 1, sym_annotated_lambda, - STATE(3427), 1, + STATE(4995), 1, sym_lambda_literal, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5656), 2, + STATE(5733), 2, sym__single_annotation, sym__multi_annotation, - STATE(7846), 2, + STATE(7890), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - [171223] = 6, - ACTIONS(8406), 1, + [172921] = 6, + ACTIONS(8908), 1, sym__backtick_identifier, - STATE(4507), 1, + STATE(5536), 1, sym__lexical_identifier, - STATE(8331), 1, - sym_parameter, - STATE(9076), 1, + STATE(8055), 1, sym_simple_identifier, + STATE(8797), 1, + sym_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8902), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -594151,15 +596299,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [171249] = 6, + [172947] = 6, ACTIONS(409), 1, sym__backtick_identifier, - ACTIONS(9660), 1, - anon_sym_class, - STATE(2890), 1, + STATE(2837), 1, sym__lexical_identifier, - STATE(3382), 1, + STATE(2898), 1, sym_simple_identifier, + STATE(2919), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, @@ -594171,39 +596319,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [171275] = 6, - ACTIONS(8850), 1, + [172973] = 6, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(5515), 1, + ACTIONS(9678), 1, + anon_sym_DOT, + STATE(4533), 1, sym__lexical_identifier, - STATE(5521), 1, - sym_simple_identifier, - STATE(5542), 1, - sym__simple_user_type, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(8846), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - [171301] = 6, - ACTIONS(8908), 1, - sym__backtick_identifier, - STATE(4542), 1, + STATE(8817), 1, sym_simple_identifier, - STATE(4548), 1, - sym__lexical_identifier, - STATE(4775), 1, - sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8902), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -594211,19 +596339,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [171327] = 6, - ACTIONS(8406), 1, + [172999] = 6, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9662), 1, - anon_sym_DOT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8709), 1, + STATE(7996), 1, sym_simple_identifier, + STATE(8482), 1, + sym_variable_declaration, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -594231,19 +596359,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [171353] = 6, - ACTIONS(8406), 1, + [173025] = 6, + ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(9664), 1, - anon_sym_DOT, - STATE(4507), 1, + ACTIONS(9680), 1, + anon_sym_class, + STATE(4461), 1, sym__lexical_identifier, - STATE(8569), 1, + STATE(4630), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -594251,36 +596379,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [171379] = 3, - ACTIONS(4223), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4221), 10, - anon_sym_EQ, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_by, - anon_sym_GT, - anon_sym_where, - sym__quest, - anon_sym_in, - anon_sym_while, - [171399] = 6, - ACTIONS(8886), 1, + [173051] = 6, + ACTIONS(8849), 1, sym__backtick_identifier, - STATE(5519), 1, - sym__lexical_identifier, - STATE(5521), 1, - sym_simple_identifier, - STATE(5542), 1, + STATE(5083), 1, sym__simple_user_type, + STATE(5187), 1, + sym_simple_identifier, + STATE(5419), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8880), 7, + ACTIONS(8845), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -594288,37 +596399,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [171425] = 4, - ACTIONS(9666), 1, + [173077] = 5, + ACTIONS(9682), 1, anon_sym_DOT, - STATE(7450), 1, + STATE(6336), 1, aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4271), 9, - sym__automatic_semicolon, - anon_sym_EQ, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_by, - anon_sym_where, + ACTIONS(4224), 2, sym__quest, - [171447] = 6, - ACTIONS(8406), 1, sym__backtick_identifier, - ACTIONS(9668), 1, - anon_sym_DOT, - STATE(4507), 1, - sym__lexical_identifier, - STATE(8885), 1, - sym_simple_identifier, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(4222), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -594326,18 +596418,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [171473] = 5, - ACTIONS(9670), 1, + [173101] = 5, + ACTIONS(9685), 1, anon_sym_DOT, - STATE(6316), 1, + STATE(7586), 1, aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4271), 2, + ACTIONS(4311), 2, sym__quest, sym__backtick_identifier, - ACTIONS(4269), 7, + ACTIONS(4309), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -594345,19 +596437,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [171497] = 6, - ACTIONS(8406), 1, + [173125] = 6, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9673), 1, + ACTIONS(9688), 1, anon_sym_DOT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8865), 1, + STATE(8673), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -594365,39 +596457,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [171523] = 6, - ACTIONS(8406), 1, - sym__backtick_identifier, - ACTIONS(9675), 1, + [173151] = 5, + ACTIONS(9690), 1, anon_sym_DOT, - STATE(4507), 1, - sym__lexical_identifier, - STATE(8876), 1, - sym_simple_identifier, + STATE(7583), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - [171549] = 6, - ACTIONS(8406), 1, + ACTIONS(4311), 2, + sym__quest, sym__backtick_identifier, - ACTIONS(9677), 1, - anon_sym_DOT, - STATE(4507), 1, - sym__lexical_identifier, - STATE(8564), 1, - sym_simple_identifier, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(4309), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -594405,82 +596476,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [171575] = 10, - ACTIONS(1596), 1, + [173175] = 10, + ACTIONS(1403), 1, anon_sym_LBRACE, ACTIONS(1688), 1, anon_sym_AT, - ACTIONS(3378), 1, + ACTIONS(3394), 1, anon_sym_LPAREN, - ACTIONS(3392), 1, + ACTIONS(3408), 1, sym_label, - STATE(2758), 1, + STATE(2745), 1, sym_value_arguments, - STATE(3331), 1, + STATE(3309), 1, sym_annotated_lambda, - STATE(3352), 1, + STATE(3351), 1, sym_lambda_literal, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5656), 2, + STATE(5733), 2, sym__single_annotation, sym__multi_annotation, - STATE(7845), 2, + STATE(7893), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - [171609] = 6, - ACTIONS(8406), 1, - sym__backtick_identifier, - ACTIONS(9679), 1, - anon_sym_DOT, - STATE(4507), 1, - sym__lexical_identifier, - STATE(8616), 1, - sym_simple_identifier, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(8392), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - [171635] = 5, - ACTIONS(9681), 1, - anon_sym_DOT, - STATE(6316), 1, - aux_sym_user_type_repeat1, + [173209] = 10, + ACTIONS(1688), 1, + anon_sym_AT, + ACTIONS(1854), 1, + anon_sym_LBRACE, + ACTIONS(6405), 1, + anon_sym_LPAREN, + ACTIONS(6413), 1, + sym_label, + STATE(4433), 1, + sym_value_arguments, + STATE(4654), 1, + sym_lambda_literal, + STATE(4706), 1, + sym_annotated_lambda, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4271), 2, - sym__quest, - sym__backtick_identifier, - ACTIONS(4269), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - [171659] = 6, - ACTIONS(8406), 1, + STATE(5733), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7889), 2, + sym_annotation, + aux_sym__annotated_delegation_specifier_repeat1, + [173243] = 6, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9684), 1, - anon_sym_DOT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8878), 1, + STATE(7996), 1, sym_simple_identifier, + STATE(8473), 1, + sym_variable_declaration, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -594488,19 +596544,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [171685] = 6, - ACTIONS(8406), 1, + [173269] = 6, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9686), 1, - anon_sym_DOT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8713), 1, + STATE(5083), 1, + sym__simple_user_type, + STATE(5187), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -594508,19 +596564,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [171711] = 6, - ACTIONS(8406), 1, + [173295] = 6, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9688), 1, + ACTIONS(9693), 1, anon_sym_DOT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8809), 1, + STATE(8618), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -594528,18 +596584,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [171737] = 5, - ACTIONS(9690), 1, + [173321] = 3, + ACTIONS(4268), 1, + anon_sym_DASH_GT, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4266), 10, + anon_sym_EQ, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_by, + anon_sym_GT, + anon_sym_where, + sym__quest, + anon_sym_in, + anon_sym_while, + [173341] = 5, + ACTIONS(9695), 1, anon_sym_DOT, - STATE(7523), 1, + STATE(7570), 1, aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4144), 2, + ACTIONS(4311), 2, sym__quest, sym__backtick_identifier, - ACTIONS(4142), 7, + ACTIONS(4309), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -594547,19 +596620,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [171761] = 6, - ACTIONS(8406), 1, + [173365] = 6, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9693), 1, + ACTIONS(9698), 1, anon_sym_DOT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8561), 1, + STATE(8843), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -594567,19 +596640,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [171787] = 6, - ACTIONS(8406), 1, - sym__backtick_identifier, - ACTIONS(9695), 1, + [173391] = 5, + ACTIONS(9700), 1, anon_sym_DOT, - STATE(4507), 1, - sym__lexical_identifier, - STATE(8877), 1, - sym_simple_identifier, + STATE(6336), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(4224), 2, + sym__quest, + sym__backtick_identifier, + ACTIONS(4222), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -594587,19 +596659,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [171813] = 6, - ACTIONS(8406), 1, - sym__backtick_identifier, - STATE(4507), 1, - sym__lexical_identifier, - STATE(8093), 1, - sym_simple_identifier, - STATE(8336), 1, - sym_variable_declaration, + [173415] = 5, + ACTIONS(9703), 1, + anon_sym_DOT, + STATE(7576), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(4311), 2, + sym__quest, + sym__backtick_identifier, + ACTIONS(4309), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -594607,37 +596678,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [171839] = 4, - ACTIONS(8813), 1, - anon_sym_LT, - STATE(5093), 1, - sym_type_arguments, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4138), 9, - anon_sym_EQ, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_GT, - anon_sym_DOT, - sym__quest, - anon_sym_DASH_GT, - anon_sym_while, - [171861] = 6, - ACTIONS(409), 1, + [173439] = 6, + ACTIONS(8926), 1, sym__backtick_identifier, - STATE(2885), 1, - sym_simple_identifier, - STATE(2890), 1, + STATE(4537), 1, sym__lexical_identifier, - STATE(2904), 1, + STATE(4554), 1, + sym_simple_identifier, + STATE(4788), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(333), 7, + ACTIONS(8920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -594645,19 +596698,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [171887] = 6, - ACTIONS(8406), 1, - sym__backtick_identifier, - ACTIONS(9697), 1, + [173465] = 5, + ACTIONS(9706), 1, anon_sym_DOT, - STATE(4507), 1, - sym__lexical_identifier, - STATE(8891), 1, - sym_simple_identifier, + STATE(7558), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(4311), 2, + sym__quest, + sym__backtick_identifier, + ACTIONS(4309), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -594665,19 +596717,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [171913] = 6, - ACTIONS(8406), 1, + [173489] = 6, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9699), 1, + ACTIONS(9709), 1, anon_sym_DOT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8745), 1, + STATE(8633), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -594685,19 +596737,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [171939] = 6, - ACTIONS(8922), 1, + [173515] = 6, + ACTIONS(1750), 1, sym__backtick_identifier, - STATE(8046), 1, + STATE(3593), 1, sym_simple_identifier, - STATE(8123), 1, + STATE(3789), 1, sym__lexical_identifier, - STATE(8485), 1, + STATE(3918), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8918), 7, + ACTIONS(1686), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -594705,18 +596757,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [171965] = 5, - ACTIONS(9701), 1, + [173541] = 5, + ACTIONS(9711), 1, anon_sym_DOT, - STATE(7529), 1, + STATE(6336), 1, aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4144), 2, + ACTIONS(4224), 2, sym__quest, sym__backtick_identifier, - ACTIONS(4142), 7, + ACTIONS(4222), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -594724,19 +596776,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [171989] = 6, - ACTIONS(195), 1, + [173565] = 6, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9704), 1, - anon_sym_class, - STATE(2864), 1, + ACTIONS(9714), 1, + anon_sym_DOT, + STATE(4533), 1, sym__lexical_identifier, - STATE(3325), 1, + STATE(8765), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(111), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -594744,19 +596796,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [172015] = 6, - ACTIONS(8406), 1, + [173591] = 6, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9706), 1, + ACTIONS(9716), 1, anon_sym_DOT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8691), 1, + STATE(8644), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -594764,18 +596816,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [172041] = 5, - ACTIONS(9708), 1, - anon_sym_DOT, - STATE(7505), 1, - aux_sym_user_type_repeat1, + [173617] = 6, + ACTIONS(107), 1, + sym__backtick_identifier, + ACTIONS(9718), 1, + anon_sym_class, + STATE(4566), 1, + sym__lexical_identifier, + STATE(4955), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4144), 2, - sym__quest, - sym__backtick_identifier, - ACTIONS(4142), 7, + ACTIONS(7), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -594783,19 +596836,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [172065] = 6, - ACTIONS(8406), 1, + [173643] = 6, + ACTIONS(107), 1, sym__backtick_identifier, - ACTIONS(9711), 1, - anon_sym_DOT, - STATE(4507), 1, + ACTIONS(9720), 1, + anon_sym_class, + STATE(4566), 1, sym__lexical_identifier, - STATE(8682), 1, + STATE(4980), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(7), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -594803,19 +596856,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [172091] = 6, - ACTIONS(8406), 1, + [173669] = 6, + ACTIONS(195), 1, sym__backtick_identifier, - ACTIONS(9713), 1, - anon_sym_DOT, - STATE(4507), 1, + ACTIONS(9722), 1, + anon_sym_class, + STATE(2858), 1, sym__lexical_identifier, - STATE(8801), 1, + STATE(3375), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -594823,19 +596876,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [172117] = 6, - ACTIONS(195), 1, + [173695] = 6, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9715), 1, - anon_sym_class, - STATE(2864), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(3376), 1, + STATE(7996), 1, sym_simple_identifier, + STATE(8635), 1, + sym_variable_declaration, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(111), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -594843,19 +596896,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [172143] = 6, - ACTIONS(8406), 1, + [173721] = 5, + ACTIONS(9724), 1, + anon_sym_DOT, + STATE(6336), 1, + aux_sym_user_type_repeat1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4224), 2, + sym__quest, sym__backtick_identifier, - STATE(4507), 1, + ACTIONS(4222), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + [173745] = 6, + ACTIONS(8400), 1, + sym__backtick_identifier, + STATE(4533), 1, sym__lexical_identifier, - STATE(8093), 1, + STATE(7996), 1, sym_simple_identifier, - STATE(8996), 1, + STATE(8352), 1, sym_variable_declaration, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -594863,19 +596935,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [172169] = 6, - ACTIONS(8406), 1, + [173771] = 6, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9717), 1, + ACTIONS(9727), 1, anon_sym_DOT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8800), 1, + STATE(8649), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -594883,19 +596955,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [172195] = 6, - ACTIONS(8406), 1, - sym__backtick_identifier, - ACTIONS(9719), 1, + [173797] = 5, + ACTIONS(9729), 1, anon_sym_DOT, - STATE(4507), 1, - sym__lexical_identifier, - STATE(8786), 1, - sym_simple_identifier, + STATE(6336), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(4224), 2, + sym__quest, + sym__backtick_identifier, + ACTIONS(4222), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -594903,19 +596974,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [172221] = 6, + [173821] = 6, ACTIONS(281), 1, sym__backtick_identifier, - ACTIONS(9721), 1, - anon_sym_class, - STATE(4440), 1, + STATE(4461), 1, sym__lexical_identifier, - STATE(4577), 1, + STATE(4466), 1, sym_simple_identifier, + STATE(4473), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(199), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -594923,19 +596994,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [172247] = 6, - ACTIONS(8406), 1, - sym__backtick_identifier, - ACTIONS(9723), 1, + [173847] = 5, + ACTIONS(9732), 1, anon_sym_DOT, - STATE(4507), 1, - sym__lexical_identifier, - STATE(8753), 1, - sym_simple_identifier, + STATE(7494), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(4311), 2, + sym__quest, + sym__backtick_identifier, + ACTIONS(4309), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -594943,19 +597013,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [172273] = 6, - ACTIONS(8406), 1, + [173871] = 6, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(4507), 1, + ACTIONS(9735), 1, + anon_sym_DOT, + STATE(4533), 1, sym__lexical_identifier, - STATE(8093), 1, + STATE(8627), 1, sym_simple_identifier, - STATE(8515), 1, - sym_variable_declaration, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -594963,14 +597033,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [172299] = 6, + [173897] = 6, ACTIONS(613), 1, sym__backtick_identifier, - STATE(3263), 1, - sym__lexical_identifier, - STATE(3264), 1, + STATE(834), 1, sym_simple_identifier, - STATE(3532), 1, + STATE(843), 1, + sym__lexical_identifier, + STATE(928), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, @@ -594983,19 +597053,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [172325] = 6, - ACTIONS(8406), 1, + [173923] = 6, + ACTIONS(8861), 1, sym__backtick_identifier, - ACTIONS(9725), 1, - anon_sym_DOT, - STATE(4507), 1, + STATE(2903), 1, sym__lexical_identifier, - STATE(8779), 1, + STATE(2974), 1, sym_simple_identifier, + STATE(3471), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8857), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -595003,43 +597073,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [172351] = 10, - ACTIONS(25), 1, - anon_sym_LBRACE, - ACTIONS(1688), 1, - anon_sym_AT, - ACTIONS(6692), 1, - anon_sym_LPAREN, - ACTIONS(6700), 1, - sym_label, - STATE(4456), 1, - sym_value_arguments, - STATE(4892), 1, - sym_annotated_lambda, - STATE(4899), 1, - sym_lambda_literal, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(5656), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(7855), 2, - sym_annotation, - aux_sym__annotated_delegation_specifier_repeat1, - [172385] = 6, - ACTIONS(8406), 1, + [173949] = 6, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9727), 1, + ACTIONS(9737), 1, anon_sym_DOT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8769), 1, + STATE(8849), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -595047,19 +597093,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [172411] = 6, - ACTIONS(195), 1, + [173975] = 5, + ACTIONS(8926), 1, sym__backtick_identifier, - STATE(2864), 1, + STATE(4537), 1, sym__lexical_identifier, - STATE(2889), 1, + STATE(5179), 1, sym_simple_identifier, - STATE(2957), 1, - sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(111), 7, + ACTIONS(8920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -595067,19 +597111,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [172437] = 6, - ACTIONS(8406), 1, + [173998] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(9729), 1, - anon_sym_DOT, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8763), 1, + STATE(8772), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -595087,17 +597129,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [172463] = 5, - ACTIONS(8886), 1, + [174021] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(5145), 1, - sym_simple_identifier, - STATE(5519), 1, + STATE(4533), 1, sym__lexical_identifier, + STATE(8866), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8880), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -595105,34 +597147,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [172486] = 4, - ACTIONS(9731), 1, - anon_sym_DOT, - STATE(6264), 1, - aux_sym_user_type_repeat1, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4144), 8, - anon_sym_EQ, - anon_sym_LBRACE, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_by, - anon_sym_where, - sym__quest, - anon_sym_while, - [172507] = 5, - ACTIONS(8406), 1, + [174044] = 5, + ACTIONS(107), 1, sym__backtick_identifier, - STATE(4507), 1, + STATE(4566), 1, sym__lexical_identifier, - STATE(8544), 1, + STATE(5457), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(7), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -595140,17 +597165,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [172530] = 5, - ACTIONS(9735), 1, + [174067] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(2581), 1, - sym_simple_identifier, - STATE(3487), 1, + STATE(4533), 1, sym__lexical_identifier, + STATE(8606), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9733), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -595158,17 +597183,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [172553] = 5, - ACTIONS(9739), 1, + [174090] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(538), 1, - sym_simple_identifier, - STATE(923), 1, + STATE(4533), 1, sym__lexical_identifier, + STATE(8849), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9737), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -595176,17 +597201,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [172576] = 5, - ACTIONS(8406), 1, + [174113] = 5, + ACTIONS(9741), 1, sym__backtick_identifier, - STATE(4507), 1, - sym__lexical_identifier, - STATE(8754), 1, + STATE(555), 1, sym_simple_identifier, + STATE(905), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(9739), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -595194,39 +597219,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [172599] = 9, - ACTIONS(9741), 1, - anon_sym_typealias, - ACTIONS(9745), 1, - anon_sym_enum, - ACTIONS(9749), 1, - anon_sym_object, - ACTIONS(9751), 1, - anon_sym_fun, - ACTIONS(9753), 1, - anon_sym_get, - ACTIONS(9755), 1, - anon_sym_set, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(9743), 2, - anon_sym_class, - anon_sym_interface, - ACTIONS(9747), 2, - anon_sym_val, - anon_sym_var, - [172630] = 5, - ACTIONS(9735), 1, + [174136] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(2569), 1, - sym_simple_identifier, - STATE(3487), 1, + STATE(4533), 1, sym__lexical_identifier, + STATE(8679), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9733), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -595234,34 +597237,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [172653] = 4, - ACTIONS(9757), 1, - anon_sym_DOT, - STATE(7720), 1, - aux_sym_user_type_repeat1, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4271), 8, - anon_sym_EQ, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_GT, - sym__quest, - anon_sym_DASH_GT, - anon_sym_while, - [172674] = 5, - ACTIONS(9739), 1, + [174159] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(539), 1, - sym_simple_identifier, - STATE(923), 1, + STATE(4533), 1, sym__lexical_identifier, + STATE(8800), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9737), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -595269,17 +597255,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [172697] = 5, - ACTIONS(9739), 1, + [174182] = 5, + ACTIONS(107), 1, sym__backtick_identifier, - STATE(537), 1, - sym_simple_identifier, - STATE(923), 1, + STATE(4566), 1, sym__lexical_identifier, + STATE(5387), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9737), 7, + ACTIONS(7), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -595287,17 +597273,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [172720] = 5, - ACTIONS(9735), 1, + [174205] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(1459), 1, - sym_simple_identifier, - STATE(3487), 1, + STATE(4533), 1, sym__lexical_identifier, + STATE(8660), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9733), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -595305,17 +597291,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [172743] = 5, - ACTIONS(9739), 1, + [174228] = 2, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4623), 10, + anon_sym_EQ, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_by, + anon_sym_GT, + anon_sym_where, + anon_sym_DASH_GT, + anon_sym_in, + anon_sym_while, + [174245] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(540), 1, - sym_simple_identifier, - STATE(923), 1, + STATE(4533), 1, sym__lexical_identifier, + STATE(8676), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9737), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -595323,17 +597324,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [172766] = 5, - ACTIONS(8406), 1, + [174268] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8616), 1, + STATE(8603), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -595341,17 +597342,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [172789] = 5, - ACTIONS(8406), 1, + [174291] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8546), 1, + STATE(8893), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -595359,17 +597360,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [172812] = 5, - ACTIONS(107), 1, + [174314] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(4529), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(4770), 1, + STATE(8705), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -595377,17 +597378,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [172835] = 5, - ACTIONS(8406), 1, + [174337] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8769), 1, + STATE(8708), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -595395,17 +597396,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [172858] = 5, - ACTIONS(8406), 1, + [174360] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(9068), 1, + STATE(8686), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -595413,17 +597414,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [172881] = 5, - ACTIONS(9761), 1, + [174383] = 5, + ACTIONS(9745), 1, sym__backtick_identifier, - STATE(2543), 1, + STATE(2160), 1, sym_simple_identifier, STATE(2940), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9759), 7, + ACTIONS(9743), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -595431,17 +597432,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [172904] = 5, - ACTIONS(8406), 1, + [174406] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8642), 1, + STATE(8757), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -595449,17 +597450,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [172927] = 5, - ACTIONS(8406), 1, + [174429] = 9, + ACTIONS(9747), 1, + anon_sym_typealias, + ACTIONS(9751), 1, + anon_sym_enum, + ACTIONS(9755), 1, + anon_sym_object, + ACTIONS(9757), 1, + anon_sym_fun, + ACTIONS(9759), 1, + anon_sym_get, + ACTIONS(9761), 1, + anon_sym_set, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(9749), 2, + anon_sym_class, + anon_sym_interface, + ACTIONS(9753), 2, + anon_sym_val, + anon_sym_var, + [174460] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(9176), 1, + STATE(8624), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -595467,17 +597490,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [172950] = 5, - ACTIONS(8406), 1, + [174483] = 9, + ACTIONS(9763), 1, + anon_sym_typealias, + ACTIONS(9767), 1, + anon_sym_enum, + ACTIONS(9771), 1, + anon_sym_object, + ACTIONS(9773), 1, + anon_sym_fun, + ACTIONS(9775), 1, + anon_sym_get, + ACTIONS(9777), 1, + anon_sym_set, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(9765), 2, + anon_sym_class, + anon_sym_interface, + ACTIONS(9769), 2, + anon_sym_val, + anon_sym_var, + [174514] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8809), 1, + STATE(9085), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -595485,17 +597530,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [172973] = 5, - ACTIONS(8406), 1, + [174537] = 5, + ACTIONS(9781), 1, sym__backtick_identifier, - STATE(4507), 1, - sym__lexical_identifier, - STATE(8826), 1, + STATE(1592), 1, sym_simple_identifier, + STATE(3774), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(9779), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -595503,15 +597548,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [172996] = 4, - ACTIONS(9763), 1, + [174560] = 4, + ACTIONS(9783), 1, anon_sym_DOT, - STATE(7569), 1, + STATE(7830), 1, aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4144), 8, + ACTIONS(4311), 8, anon_sym_EQ, anon_sym_LBRACE, anon_sym_COMMA, @@ -595520,17 +597565,17 @@ static const uint16_t ts_small_parse_table[] = { sym__quest, anon_sym_DASH_GT, anon_sym_while, - [173017] = 5, - ACTIONS(8406), 1, + [174581] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8779), 1, + STATE(8786), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -595538,17 +597583,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [173040] = 5, - ACTIONS(8406), 1, + [174604] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8824), 1, + STATE(8796), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -595556,35 +597601,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [173063] = 5, - ACTIONS(8406), 1, - sym__backtick_identifier, - STATE(4507), 1, - sym__lexical_identifier, - STATE(8823), 1, - sym_simple_identifier, + [174627] = 9, + ACTIONS(9785), 1, + anon_sym_typealias, + ACTIONS(9789), 1, + anon_sym_enum, + ACTIONS(9793), 1, + anon_sym_object, + ACTIONS(9795), 1, + anon_sym_fun, + ACTIONS(9797), 1, + anon_sym_get, + ACTIONS(9799), 1, + anon_sym_set, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - [173086] = 5, - ACTIONS(9761), 1, + ACTIONS(9787), 2, + anon_sym_class, + anon_sym_interface, + ACTIONS(9791), 2, + anon_sym_val, + anon_sym_var, + [174658] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(2225), 1, - sym_simple_identifier, - STATE(2940), 1, + STATE(4533), 1, sym__lexical_identifier, + STATE(8354), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9759), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -595592,17 +597641,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [173109] = 5, - ACTIONS(8406), 1, + [174681] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8753), 1, + STATE(8924), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -595610,17 +597659,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [173132] = 5, - ACTIONS(8406), 1, + [174704] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(9099), 1, + STATE(8758), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -595628,17 +597677,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [173155] = 5, - ACTIONS(8406), 1, + [174727] = 5, + ACTIONS(281), 1, sym__backtick_identifier, - STATE(4507), 1, + STATE(4461), 1, sym__lexical_identifier, - STATE(8670), 1, + STATE(5426), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -595646,17 +597695,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [173178] = 5, - ACTIONS(281), 1, + [174750] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(4440), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(4498), 1, + STATE(8874), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(199), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -595664,17 +597713,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [173201] = 5, - ACTIONS(8406), 1, + [174773] = 5, + ACTIONS(9781), 1, sym__backtick_identifier, - STATE(4507), 1, - sym__lexical_identifier, - STATE(5245), 1, + STATE(1565), 1, sym_simple_identifier, + STATE(3774), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(9779), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -595682,17 +597731,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [173224] = 5, - ACTIONS(9761), 1, + [174796] = 5, + ACTIONS(9745), 1, sym__backtick_identifier, - STATE(1204), 1, + STATE(2520), 1, sym_simple_identifier, STATE(2940), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9759), 7, + ACTIONS(9743), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -595700,39 +597749,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [173247] = 9, - ACTIONS(9765), 1, - anon_sym_typealias, - ACTIONS(9769), 1, - anon_sym_enum, - ACTIONS(9773), 1, - anon_sym_object, - ACTIONS(9775), 1, - anon_sym_fun, - ACTIONS(9777), 1, - anon_sym_get, - ACTIONS(9779), 1, - anon_sym_set, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(9767), 2, - anon_sym_class, - anon_sym_interface, - ACTIONS(9771), 2, - anon_sym_val, - anon_sym_var, - [173278] = 5, - ACTIONS(8406), 1, + [174819] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8794), 1, + STATE(8673), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -595740,17 +597767,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [173301] = 5, - ACTIONS(8886), 1, + [174842] = 5, + ACTIONS(9741), 1, sym__backtick_identifier, - STATE(5519), 1, - sym__lexical_identifier, - STATE(9013), 1, + STATE(552), 1, sym_simple_identifier, + STATE(905), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8880), 7, + ACTIONS(9739), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -595758,17 +597785,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [173324] = 5, - ACTIONS(9735), 1, + [174865] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(1349), 1, - sym_simple_identifier, - STATE(3487), 1, + STATE(4533), 1, sym__lexical_identifier, + STATE(8566), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9733), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -595776,17 +597803,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [173347] = 5, - ACTIONS(8406), 1, + [174888] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8800), 1, + STATE(8334), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -595794,17 +597821,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [173370] = 5, - ACTIONS(8406), 1, + [174911] = 4, + ACTIONS(9801), 1, + anon_sym_DOT, + STATE(7633), 1, + aux_sym_user_type_repeat1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4274), 8, + anon_sym_EQ, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_GT, + sym__quest, + anon_sym_DASH_GT, + anon_sym_while, + [174932] = 5, + ACTIONS(9781), 1, sym__backtick_identifier, - STATE(4507), 1, - sym__lexical_identifier, - STATE(8816), 1, + STATE(1551), 1, sym_simple_identifier, + STATE(3774), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(9779), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -595812,17 +597856,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [173393] = 5, - ACTIONS(107), 1, + [174955] = 5, + ACTIONS(281), 1, sym__backtick_identifier, - STATE(4529), 1, + STATE(4461), 1, sym__lexical_identifier, - STATE(5445), 1, + STATE(5130), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -595830,17 +597874,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [173416] = 5, - ACTIONS(9735), 1, + [174978] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(1382), 1, - sym_simple_identifier, - STATE(3487), 1, + STATE(4533), 1, sym__lexical_identifier, + STATE(8790), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9733), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -595848,17 +597892,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [173439] = 5, - ACTIONS(8886), 1, + [175001] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(5519), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8251), 1, + STATE(8925), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8880), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -595866,39 +597910,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [173462] = 9, - ACTIONS(9741), 1, + [175024] = 9, + ACTIONS(9804), 1, anon_sym_typealias, - ACTIONS(9783), 1, + ACTIONS(9808), 1, anon_sym_enum, - ACTIONS(9787), 1, + ACTIONS(9812), 1, anon_sym_object, - ACTIONS(9789), 1, + ACTIONS(9814), 1, anon_sym_fun, - ACTIONS(9791), 1, + ACTIONS(9816), 1, anon_sym_get, - ACTIONS(9793), 1, + ACTIONS(9818), 1, anon_sym_set, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9781), 2, + ACTIONS(9806), 2, anon_sym_class, anon_sym_interface, - ACTIONS(9785), 2, + ACTIONS(9810), 2, anon_sym_val, anon_sym_var, - [173493] = 5, - ACTIONS(8406), 1, + [175055] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8801), 1, + STATE(8385), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -595906,17 +597950,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [173516] = 5, - ACTIONS(281), 1, + [175078] = 5, + ACTIONS(9741), 1, sym__backtick_identifier, - STATE(4440), 1, - sym__lexical_identifier, - STATE(4835), 1, + STATE(543), 1, sym_simple_identifier, + STATE(905), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(199), 7, + ACTIONS(9739), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -595924,17 +597968,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [173539] = 5, - ACTIONS(9735), 1, + [175101] = 5, + ACTIONS(8908), 1, sym__backtick_identifier, - STATE(1416), 1, + STATE(5152), 1, sym_simple_identifier, - STATE(3487), 1, + STATE(5536), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9733), 7, + ACTIONS(8902), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -595942,17 +597986,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [173562] = 5, - ACTIONS(8406), 1, + [175124] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8815), 1, + STATE(8773), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -595960,17 +598004,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [173585] = 5, - ACTIONS(9761), 1, + [175147] = 5, + ACTIONS(9745), 1, sym__backtick_identifier, - STATE(1403), 1, + STATE(2518), 1, sym_simple_identifier, STATE(2940), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9759), 7, + ACTIONS(9743), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -595978,17 +598022,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [173608] = 5, - ACTIONS(9735), 1, + [175170] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(1408), 1, - sym_simple_identifier, - STATE(3487), 1, + STATE(4533), 1, sym__lexical_identifier, + STATE(8592), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9733), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -595996,17 +598040,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [173631] = 5, - ACTIONS(9761), 1, + [175193] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(2554), 1, - sym_simple_identifier, - STATE(2940), 1, + STATE(4533), 1, sym__lexical_identifier, + STATE(8591), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9759), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -596014,17 +598058,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [173654] = 5, - ACTIONS(409), 1, + [175216] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(2890), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(3462), 1, + STATE(8699), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(333), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -596032,17 +598076,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [173677] = 5, - ACTIONS(9739), 1, + [175239] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(548), 1, - sym_simple_identifier, - STATE(923), 1, + STATE(4533), 1, sym__lexical_identifier, + STATE(8704), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9737), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -596050,17 +598094,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [173700] = 5, - ACTIONS(9797), 1, + [175262] = 5, + ACTIONS(533), 1, sym__backtick_identifier, - STATE(1592), 1, - sym_simple_identifier, - STATE(3794), 1, + STATE(3382), 1, sym__lexical_identifier, + STATE(4174), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9795), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -596068,17 +598112,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [173723] = 5, - ACTIONS(8406), 1, + [175285] = 5, + ACTIONS(9741), 1, sym__backtick_identifier, - STATE(4507), 1, - sym__lexical_identifier, - STATE(8864), 1, + STATE(391), 1, sym_simple_identifier, + STATE(905), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(9739), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -596086,17 +598130,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [173746] = 5, - ACTIONS(9735), 1, + [175308] = 5, + ACTIONS(9741), 1, sym__backtick_identifier, - STATE(2566), 1, + STATE(405), 1, sym_simple_identifier, - STATE(3487), 1, + STATE(905), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9733), 7, + ACTIONS(9739), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -596104,17 +598148,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [173769] = 5, - ACTIONS(8406), 1, + [175331] = 5, + ACTIONS(9741), 1, sym__backtick_identifier, - STATE(4507), 1, - sym__lexical_identifier, - STATE(8749), 1, + STATE(404), 1, sym_simple_identifier, + STATE(905), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(9739), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -596122,83 +598166,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [173792] = 9, - ACTIONS(9799), 1, - anon_sym_typealias, - ACTIONS(9803), 1, - anon_sym_enum, - ACTIONS(9807), 1, - anon_sym_object, - ACTIONS(9809), 1, - anon_sym_fun, - ACTIONS(9811), 1, - anon_sym_get, - ACTIONS(9813), 1, - anon_sym_set, + [175354] = 5, + ACTIONS(9741), 1, + sym__backtick_identifier, + STATE(403), 1, + sym_simple_identifier, + STATE(905), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9801), 2, - anon_sym_class, - anon_sym_interface, - ACTIONS(9805), 2, - anon_sym_val, - anon_sym_var, - [173823] = 9, - ACTIONS(9815), 1, - anon_sym_typealias, - ACTIONS(9819), 1, - anon_sym_enum, - ACTIONS(9823), 1, - anon_sym_object, - ACTIONS(9825), 1, - anon_sym_fun, - ACTIONS(9827), 1, + ACTIONS(9739), 7, anon_sym_get, - ACTIONS(9829), 1, anon_sym_set, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(9817), 2, - anon_sym_class, - anon_sym_interface, - ACTIONS(9821), 2, - anon_sym_val, - anon_sym_var, - [173854] = 9, - ACTIONS(9815), 1, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + [175377] = 9, + ACTIONS(9820), 1, anon_sym_typealias, - ACTIONS(9833), 1, + ACTIONS(9824), 1, anon_sym_enum, - ACTIONS(9837), 1, + ACTIONS(9828), 1, anon_sym_object, - ACTIONS(9839), 1, + ACTIONS(9830), 1, anon_sym_fun, - ACTIONS(9841), 1, + ACTIONS(9832), 1, anon_sym_get, - ACTIONS(9843), 1, + ACTIONS(9834), 1, anon_sym_set, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9831), 2, + ACTIONS(9822), 2, anon_sym_class, anon_sym_interface, - ACTIONS(9835), 2, + ACTIONS(9826), 2, anon_sym_val, anon_sym_var, - [173885] = 5, - ACTIONS(9761), 1, + [175408] = 5, + ACTIONS(9741), 1, sym__backtick_identifier, - STATE(1406), 1, + STATE(379), 1, sym_simple_identifier, - STATE(2940), 1, + STATE(905), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9759), 7, + ACTIONS(9739), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -596206,35 +598224,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [173908] = 5, - ACTIONS(9761), 1, + [175431] = 5, + ACTIONS(613), 1, sym__backtick_identifier, - STATE(1407), 1, - sym_simple_identifier, - STATE(2940), 1, + STATE(843), 1, sym__lexical_identifier, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(9759), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - [173931] = 5, - ACTIONS(9739), 1, - sym__backtick_identifier, - STATE(551), 1, + STATE(895), 1, sym_simple_identifier, - STATE(923), 1, - sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9737), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -596242,17 +598242,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [173954] = 5, - ACTIONS(8886), 1, + [175454] = 5, + ACTIONS(9741), 1, sym__backtick_identifier, - STATE(5154), 1, + STATE(383), 1, sym_simple_identifier, - STATE(5519), 1, + STATE(905), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8880), 7, + ACTIONS(9739), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -596260,35 +598260,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [173977] = 5, - ACTIONS(8406), 1, + [175477] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8646), 1, - sym_simple_identifier, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(8392), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - [174000] = 5, - ACTIONS(9739), 1, - sym__backtick_identifier, - STATE(552), 1, + STATE(8446), 1, sym_simple_identifier, - STATE(923), 1, - sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9737), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -596296,35 +598278,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [174023] = 5, - ACTIONS(9739), 1, + [175500] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(522), 1, - sym_simple_identifier, - STATE(923), 1, + STATE(4533), 1, sym__lexical_identifier, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(9737), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - [174046] = 5, - ACTIONS(9739), 1, - sym__backtick_identifier, - STATE(554), 1, + STATE(8516), 1, sym_simple_identifier, - STATE(923), 1, - sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9737), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -596332,17 +598296,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [174069] = 5, - ACTIONS(9761), 1, + [175523] = 5, + ACTIONS(9741), 1, sym__backtick_identifier, - STATE(1207), 1, + STATE(382), 1, sym_simple_identifier, - STATE(2940), 1, + STATE(905), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9759), 7, + ACTIONS(9739), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -596350,17 +598314,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [174092] = 5, - ACTIONS(8406), 1, + [175546] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(9151), 1, + STATE(8802), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -596368,15 +598332,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [174115] = 3, + [175569] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9430), 3, + ACTIONS(9439), 3, anon_sym_LPAREN, anon_sym_DOT, sym__backtick_identifier, - ACTIONS(9428), 7, + ACTIONS(9437), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -596384,39 +598348,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [174134] = 9, - ACTIONS(9845), 1, + [175588] = 9, + ACTIONS(9836), 1, anon_sym_typealias, - ACTIONS(9849), 1, + ACTIONS(9840), 1, anon_sym_enum, - ACTIONS(9853), 1, + ACTIONS(9844), 1, anon_sym_object, - ACTIONS(9855), 1, + ACTIONS(9846), 1, anon_sym_fun, - ACTIONS(9857), 1, + ACTIONS(9848), 1, anon_sym_get, - ACTIONS(9859), 1, + ACTIONS(9850), 1, anon_sym_set, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9847), 2, + ACTIONS(9838), 2, anon_sym_class, anon_sym_interface, - ACTIONS(9851), 2, + ACTIONS(9842), 2, anon_sym_val, anon_sym_var, - [174165] = 5, - ACTIONS(9761), 1, + [175619] = 5, + ACTIONS(9741), 1, sym__backtick_identifier, - STATE(1209), 1, + STATE(389), 1, sym_simple_identifier, - STATE(2940), 1, + STATE(905), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9759), 7, + ACTIONS(9739), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -596424,17 +598388,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [174188] = 5, - ACTIONS(9797), 1, + [175642] = 5, + ACTIONS(9745), 1, sym__backtick_identifier, - STATE(1567), 1, + STATE(1232), 1, sym_simple_identifier, - STATE(3794), 1, + STATE(2940), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9795), 7, + ACTIONS(9743), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -596442,17 +598406,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [174211] = 5, - ACTIONS(9761), 1, + [175665] = 5, + ACTIONS(9854), 1, sym__backtick_identifier, - STATE(2496), 1, + STATE(1517), 1, sym_simple_identifier, - STATE(2940), 1, + STATE(3498), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9759), 7, + ACTIONS(9852), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -596460,17 +598424,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [174234] = 5, - ACTIONS(9761), 1, + [175688] = 5, + ACTIONS(409), 1, sym__backtick_identifier, - STATE(1410), 1, - sym_simple_identifier, - STATE(2940), 1, + STATE(2837), 1, sym__lexical_identifier, + STATE(2988), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9759), 7, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -596478,39 +598442,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [174257] = 9, - ACTIONS(9861), 1, - anon_sym_typealias, - ACTIONS(9865), 1, - anon_sym_enum, - ACTIONS(9869), 1, - anon_sym_object, - ACTIONS(9871), 1, - anon_sym_fun, - ACTIONS(9873), 1, - anon_sym_get, - ACTIONS(9875), 1, - anon_sym_set, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(9863), 2, - anon_sym_class, - anon_sym_interface, - ACTIONS(9867), 2, - anon_sym_val, - anon_sym_var, - [174288] = 5, - ACTIONS(8406), 1, + [175711] = 5, + ACTIONS(9745), 1, sym__backtick_identifier, - STATE(4507), 1, - sym__lexical_identifier, - STATE(8879), 1, + STATE(1231), 1, sym_simple_identifier, + STATE(2940), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(9743), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -596518,17 +598460,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [174311] = 5, - ACTIONS(8406), 1, + [175734] = 5, + ACTIONS(9745), 1, sym__backtick_identifier, - STATE(4507), 1, - sym__lexical_identifier, - STATE(8877), 1, + STATE(1230), 1, sym_simple_identifier, + STATE(2940), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(9743), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -596536,35 +598478,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [174334] = 5, - ACTIONS(8886), 1, - sym__backtick_identifier, - STATE(5519), 1, - sym__lexical_identifier, - STATE(8010), 1, - sym_simple_identifier, + [175757] = 9, + ACTIONS(9856), 1, + anon_sym_typealias, + ACTIONS(9860), 1, + anon_sym_enum, + ACTIONS(9864), 1, + anon_sym_object, + ACTIONS(9866), 1, + anon_sym_fun, + ACTIONS(9868), 1, + anon_sym_get, + ACTIONS(9870), 1, + anon_sym_set, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8880), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - [174357] = 5, - ACTIONS(491), 1, + ACTIONS(9858), 2, + anon_sym_class, + anon_sym_interface, + ACTIONS(9862), 2, + anon_sym_val, + anon_sym_var, + [175788] = 5, + ACTIONS(9745), 1, sym__backtick_identifier, - STATE(866), 1, - sym__lexical_identifier, - STATE(1402), 1, + STATE(1233), 1, sym_simple_identifier, + STATE(2940), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(413), 7, + ACTIONS(9743), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -596572,17 +598518,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [174380] = 5, - ACTIONS(8406), 1, + [175811] = 5, + ACTIONS(9854), 1, sym__backtick_identifier, - STATE(4507), 1, - sym__lexical_identifier, - STATE(8878), 1, + STATE(1405), 1, sym_simple_identifier, + STATE(3498), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(9852), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -596590,39 +598536,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [174403] = 9, - ACTIONS(9815), 1, - anon_sym_typealias, - ACTIONS(9879), 1, - anon_sym_enum, - ACTIONS(9883), 1, - anon_sym_object, - ACTIONS(9885), 1, - anon_sym_fun, - ACTIONS(9887), 1, - anon_sym_get, - ACTIONS(9889), 1, - anon_sym_set, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(9877), 2, - anon_sym_class, - anon_sym_interface, - ACTIONS(9881), 2, - anon_sym_val, - anon_sym_var, - [174434] = 5, - ACTIONS(8406), 1, + [175834] = 5, + ACTIONS(195), 1, sym__backtick_identifier, - STATE(4507), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(8602), 1, + STATE(2920), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -596630,17 +598554,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [174457] = 5, - ACTIONS(8406), 1, + [175857] = 5, + ACTIONS(9854), 1, sym__backtick_identifier, - STATE(4507), 1, - sym__lexical_identifier, - STATE(8759), 1, + STATE(1387), 1, sym_simple_identifier, + STATE(3498), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(9852), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -596648,17 +598572,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [174480] = 5, - ACTIONS(9761), 1, + [175880] = 5, + ACTIONS(9854), 1, sym__backtick_identifier, - STATE(1213), 1, + STATE(1386), 1, sym_simple_identifier, - STATE(2940), 1, + STATE(3498), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9759), 7, + ACTIONS(9852), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -596666,39 +598590,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [174503] = 9, - ACTIONS(9799), 1, + [175903] = 9, + ACTIONS(9763), 1, anon_sym_typealias, - ACTIONS(9893), 1, + ACTIONS(9874), 1, anon_sym_enum, - ACTIONS(9897), 1, + ACTIONS(9878), 1, anon_sym_object, - ACTIONS(9899), 1, + ACTIONS(9880), 1, anon_sym_fun, - ACTIONS(9901), 1, + ACTIONS(9882), 1, anon_sym_get, - ACTIONS(9903), 1, + ACTIONS(9884), 1, anon_sym_set, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9891), 2, + ACTIONS(9872), 2, anon_sym_class, anon_sym_interface, - ACTIONS(9895), 2, + ACTIONS(9876), 2, anon_sym_val, anon_sym_var, - [174534] = 5, - ACTIONS(8406), 1, + [175934] = 5, + ACTIONS(9854), 1, sym__backtick_identifier, - STATE(4507), 1, - sym__lexical_identifier, - STATE(8565), 1, + STATE(1370), 1, sym_simple_identifier, + STATE(3498), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(9852), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -596706,17 +598630,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [174557] = 5, - ACTIONS(8406), 1, + [175957] = 5, + ACTIONS(533), 1, sym__backtick_identifier, - STATE(4507), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(8755), 1, + STATE(3476), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -596724,17 +598648,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [174580] = 5, - ACTIONS(9735), 1, + [175980] = 5, + ACTIONS(8908), 1, sym__backtick_identifier, - STATE(2575), 1, - sym_simple_identifier, - STATE(3487), 1, + STATE(5536), 1, sym__lexical_identifier, + STATE(9233), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9733), 7, + ACTIONS(8902), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -596742,17 +598666,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [174603] = 5, - ACTIONS(9761), 1, + [176003] = 5, + ACTIONS(9745), 1, sym__backtick_identifier, - STATE(2555), 1, + STATE(2181), 1, sym_simple_identifier, STATE(2940), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9759), 7, + ACTIONS(9743), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -596760,17 +598684,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [174626] = 5, - ACTIONS(8406), 1, + [176026] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8752), 1, + STATE(8565), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -596778,17 +598702,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [174649] = 5, - ACTIONS(8406), 1, + [176049] = 5, + ACTIONS(107), 1, sym__backtick_identifier, - STATE(4507), 1, + STATE(4566), 1, sym__lexical_identifier, - STATE(9160), 1, + STATE(4978), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(7), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -596796,17 +598720,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [174672] = 5, - ACTIONS(8406), 1, + [176072] = 5, + ACTIONS(9781), 1, sym__backtick_identifier, - STATE(4507), 1, - sym__lexical_identifier, - STATE(8876), 1, + STATE(1540), 1, sym_simple_identifier, + STATE(3774), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(9779), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -596814,17 +598738,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [174695] = 5, - ACTIONS(8406), 1, + [176095] = 5, + ACTIONS(8908), 1, sym__backtick_identifier, - STATE(4507), 1, + STATE(5536), 1, sym__lexical_identifier, - STATE(8598), 1, + STATE(8247), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8902), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -596832,17 +598756,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [174718] = 5, - ACTIONS(8406), 1, + [176118] = 5, + ACTIONS(9741), 1, sym__backtick_identifier, - STATE(4507), 1, - sym__lexical_identifier, - STATE(9191), 1, + STATE(551), 1, sym_simple_identifier, + STATE(905), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(9739), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -596850,17 +598774,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [174741] = 5, - ACTIONS(8406), 1, + [176141] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8161), 1, + STATE(8846), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -596868,17 +598792,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [174764] = 5, - ACTIONS(8406), 1, + [176164] = 5, + ACTIONS(9745), 1, sym__backtick_identifier, - STATE(4507), 1, - sym__lexical_identifier, - STATE(5241), 1, + STATE(2515), 1, sym_simple_identifier, + STATE(2940), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(9743), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -596886,17 +598810,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [174787] = 5, - ACTIONS(8406), 1, + [176187] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8737), 1, + STATE(8358), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -596904,17 +598828,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [174810] = 5, - ACTIONS(8886), 1, + [176210] = 5, + ACTIONS(9745), 1, sym__backtick_identifier, - STATE(5519), 1, - sym__lexical_identifier, - STATE(8099), 1, + STATE(2161), 1, sym_simple_identifier, + STATE(2940), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8880), 7, + ACTIONS(9743), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -596922,17 +598846,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [174833] = 5, - ACTIONS(8406), 1, + [176233] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8736), 1, + STATE(8649), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -596940,17 +598864,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [174856] = 5, - ACTIONS(8886), 1, + [176256] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(5178), 1, - sym_simple_identifier, - STATE(5519), 1, + STATE(4533), 1, sym__lexical_identifier, + STATE(8627), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8880), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -596958,17 +598882,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [174879] = 5, - ACTIONS(8406), 1, + [176279] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8885), 1, + STATE(8875), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -596976,17 +598900,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [174902] = 5, - ACTIONS(8406), 1, + [176302] = 4, + ACTIONS(9886), 1, + anon_sym_DOT, + STATE(6346), 1, + aux_sym_user_type_repeat1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4311), 8, + anon_sym_EQ, + anon_sym_LBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_by, + anon_sym_where, + sym__quest, + anon_sym_while, + [176323] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8713), 1, + STATE(8615), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -596994,39 +598935,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [174925] = 9, - ACTIONS(9845), 1, - anon_sym_typealias, - ACTIONS(9907), 1, - anon_sym_enum, - ACTIONS(9911), 1, - anon_sym_object, - ACTIONS(9913), 1, - anon_sym_fun, - ACTIONS(9915), 1, - anon_sym_get, - ACTIONS(9917), 1, - anon_sym_set, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(9905), 2, - anon_sym_class, - anon_sym_interface, - ACTIONS(9909), 2, - anon_sym_val, - anon_sym_var, - [174956] = 5, - ACTIONS(8406), 1, + [176346] = 5, + ACTIONS(9854), 1, sym__backtick_identifier, - STATE(4507), 1, - sym__lexical_identifier, - STATE(8613), 1, + STATE(2544), 1, sym_simple_identifier, + STATE(3498), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(9852), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -597034,17 +598953,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [174979] = 5, - ACTIONS(8406), 1, + [176369] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8564), 1, + STATE(8496), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -597052,17 +598971,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [175002] = 5, - ACTIONS(9735), 1, + [176392] = 5, + ACTIONS(9745), 1, sym__backtick_identifier, - STATE(2514), 1, + STATE(2241), 1, sym_simple_identifier, - STATE(3487), 1, + STATE(2940), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9733), 7, + ACTIONS(9743), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -597070,17 +598989,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [175025] = 5, - ACTIONS(8406), 1, + [176415] = 5, + ACTIONS(9854), 1, sym__backtick_identifier, - STATE(4507), 1, - sym__lexical_identifier, - STATE(8724), 1, + STATE(1451), 1, sym_simple_identifier, + STATE(3498), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(9852), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -597088,17 +599007,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [175048] = 5, - ACTIONS(8406), 1, + [176438] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(9175), 1, + STATE(8610), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -597106,35 +599025,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [175071] = 5, - ACTIONS(8406), 1, - sym__backtick_identifier, - STATE(4507), 1, - sym__lexical_identifier, - STATE(8599), 1, - sym_simple_identifier, + [176461] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - [175094] = 5, - ACTIONS(8406), 1, + ACTIONS(4246), 10, + anon_sym_EQ, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_by, + anon_sym_GT, + anon_sym_where, + anon_sym_DASH_GT, + anon_sym_in, + anon_sym_while, + [176478] = 2, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4648), 10, + anon_sym_EQ, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_by, + anon_sym_GT, + anon_sym_where, + anon_sym_DASH_GT, + anon_sym_in, + anon_sym_while, + [176495] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(7867), 1, + STATE(8868), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -597142,17 +599073,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [175117] = 5, - ACTIONS(8406), 1, + [176518] = 5, + ACTIONS(9741), 1, sym__backtick_identifier, - STATE(4507), 1, - sym__lexical_identifier, - STATE(8629), 1, + STATE(408), 1, sym_simple_identifier, + STATE(905), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(9739), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -597160,17 +599091,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [175140] = 5, - ACTIONS(613), 1, + [176541] = 5, + ACTIONS(8908), 1, sym__backtick_identifier, - STATE(3263), 1, + STATE(5536), 1, sym__lexical_identifier, - STATE(4100), 1, + STATE(8122), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(537), 7, + ACTIONS(8902), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -597178,17 +599109,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [175163] = 5, - ACTIONS(9921), 1, + [176564] = 5, + ACTIONS(9741), 1, sym__backtick_identifier, - STATE(8207), 1, + STATE(411), 1, sym_simple_identifier, - STATE(8208), 1, + STATE(905), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9919), 7, + ACTIONS(9739), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -597196,17 +599127,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [175186] = 5, - ACTIONS(8406), 1, + [176587] = 5, + ACTIONS(9741), 1, sym__backtick_identifier, - STATE(4507), 1, - sym__lexical_identifier, - STATE(5184), 1, + STATE(417), 1, sym_simple_identifier, + STATE(905), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(9739), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -597214,17 +599145,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [175209] = 5, - ACTIONS(8406), 1, + [176610] = 5, + ACTIONS(9854), 1, sym__backtick_identifier, - STATE(4507), 1, - sym__lexical_identifier, - STATE(9153), 1, + STATE(1383), 1, sym_simple_identifier, + STATE(3498), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(9852), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -597232,17 +599163,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [175232] = 5, - ACTIONS(9739), 1, + [176633] = 5, + ACTIONS(8908), 1, sym__backtick_identifier, - STATE(523), 1, - sym_simple_identifier, - STATE(923), 1, + STATE(5536), 1, sym__lexical_identifier, + STATE(7995), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9737), 7, + ACTIONS(8902), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -597250,17 +599181,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [175255] = 5, - ACTIONS(8406), 1, + [176656] = 5, + ACTIONS(9854), 1, sym__backtick_identifier, - STATE(4507), 1, - sym__lexical_identifier, - STATE(9409), 1, + STATE(1385), 1, sym_simple_identifier, + STATE(3498), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(9852), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -597268,17 +599199,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [175278] = 5, - ACTIONS(8406), 1, + [176679] = 5, + ACTIONS(9854), 1, sym__backtick_identifier, - STATE(4507), 1, - sym__lexical_identifier, - STATE(8684), 1, + STATE(1390), 1, sym_simple_identifier, + STATE(3498), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(9852), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -597286,17 +599217,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [175301] = 5, - ACTIONS(613), 1, + [176702] = 5, + ACTIONS(9854), 1, sym__backtick_identifier, - STATE(3263), 1, - sym__lexical_identifier, - STATE(4161), 1, + STATE(1391), 1, sym_simple_identifier, + STATE(3498), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(537), 7, + ACTIONS(9852), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -597304,17 +599235,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [175324] = 5, - ACTIONS(8406), 1, + [176725] = 5, + ACTIONS(9741), 1, sym__backtick_identifier, - STATE(4507), 1, - sym__lexical_identifier, - STATE(9138), 1, + STATE(419), 1, sym_simple_identifier, + STATE(905), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(9739), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -597322,17 +599253,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [175347] = 5, - ACTIONS(9739), 1, + [176748] = 5, + ACTIONS(9741), 1, sym__backtick_identifier, - STATE(525), 1, + STATE(564), 1, sym_simple_identifier, - STATE(923), 1, + STATE(905), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9737), 7, + ACTIONS(9739), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -597340,39 +599271,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [175370] = 9, - ACTIONS(9436), 1, - anon_sym_typealias, - ACTIONS(9440), 1, - anon_sym_enum, - ACTIONS(9448), 1, - anon_sym_object, - ACTIONS(9450), 1, - anon_sym_fun, - ACTIONS(9452), 1, - anon_sym_get, - ACTIONS(9454), 1, - anon_sym_set, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(9438), 2, - anon_sym_class, - anon_sym_interface, - ACTIONS(9444), 2, - anon_sym_val, - anon_sym_var, - [175401] = 5, - ACTIONS(8406), 1, + [176771] = 5, + ACTIONS(613), 1, sym__backtick_identifier, - STATE(4507), 1, + STATE(843), 1, sym__lexical_identifier, - STATE(9274), 1, + STATE(1062), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -597380,17 +599289,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [175424] = 5, - ACTIONS(8406), 1, + [176794] = 5, + ACTIONS(9741), 1, sym__backtick_identifier, - STATE(4507), 1, - sym__lexical_identifier, - STATE(9115), 1, + STATE(577), 1, sym_simple_identifier, + STATE(905), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(9739), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -597398,17 +599307,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [175447] = 5, - ACTIONS(8406), 1, + [176817] = 5, + ACTIONS(9741), 1, sym__backtick_identifier, - STATE(4507), 1, - sym__lexical_identifier, - STATE(8678), 1, + STATE(578), 1, sym_simple_identifier, + STATE(905), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(9739), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -597416,17 +599325,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [175470] = 5, - ACTIONS(8886), 1, + [176840] = 5, + ACTIONS(9741), 1, sym__backtick_identifier, - STATE(5175), 1, + STATE(573), 1, sym_simple_identifier, - STATE(5519), 1, + STATE(905), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8880), 7, + ACTIONS(9739), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -597434,17 +599343,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [175493] = 5, - ACTIONS(8406), 1, + [176863] = 5, + ACTIONS(107), 1, sym__backtick_identifier, - STATE(4507), 1, + STATE(4566), 1, sym__lexical_identifier, - STATE(8709), 1, + STATE(4806), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(7), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -597452,17 +599361,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [175516] = 5, - ACTIONS(9735), 1, + [176886] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(2559), 1, - sym_simple_identifier, - STATE(3487), 1, + STATE(4533), 1, sym__lexical_identifier, + STATE(8775), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9733), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -597470,17 +599379,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [175539] = 5, - ACTIONS(8406), 1, + [176909] = 5, + ACTIONS(9854), 1, sym__backtick_identifier, - STATE(4507), 1, - sym__lexical_identifier, - STATE(8658), 1, + STATE(2534), 1, sym_simple_identifier, + STATE(3498), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(9852), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -597488,17 +599397,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [175562] = 5, - ACTIONS(9735), 1, + [176932] = 5, + ACTIONS(9854), 1, sym__backtick_identifier, - STATE(1430), 1, + STATE(2533), 1, sym_simple_identifier, - STATE(3487), 1, + STATE(3498), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9733), 7, + ACTIONS(9852), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -597506,17 +599415,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [175585] = 5, - ACTIONS(8406), 1, + [176955] = 9, + ACTIONS(9820), 1, + anon_sym_typealias, + ACTIONS(9890), 1, + anon_sym_enum, + ACTIONS(9894), 1, + anon_sym_object, + ACTIONS(9896), 1, + anon_sym_fun, + ACTIONS(9898), 1, + anon_sym_get, + ACTIONS(9900), 1, + anon_sym_set, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(9888), 2, + anon_sym_class, + anon_sym_interface, + ACTIONS(9892), 2, + anon_sym_val, + anon_sym_var, + [176986] = 5, + ACTIONS(9854), 1, sym__backtick_identifier, - STATE(4507), 1, - sym__lexical_identifier, - STATE(8569), 1, + STATE(1429), 1, sym_simple_identifier, + STATE(3498), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(9852), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -597524,17 +599455,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [175608] = 5, - ACTIONS(9735), 1, + [177009] = 5, + ACTIONS(9854), 1, sym__backtick_identifier, - STATE(2510), 1, + STATE(2532), 1, sym_simple_identifier, - STATE(3487), 1, + STATE(3498), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9733), 7, + ACTIONS(9852), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -597542,17 +599473,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [175631] = 5, - ACTIONS(8406), 1, + [177032] = 5, + ACTIONS(9745), 1, sym__backtick_identifier, - STATE(4507), 1, - sym__lexical_identifier, - STATE(8644), 1, + STATE(1353), 1, sym_simple_identifier, + STATE(2940), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(9743), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -597560,47 +599491,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [175654] = 2, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4296), 10, - anon_sym_EQ, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_by, - anon_sym_GT, - anon_sym_where, - anon_sym_DASH_GT, - anon_sym_in, - anon_sym_while, - [175671] = 2, + [177055] = 9, + ACTIONS(9747), 1, + anon_sym_typealias, + ACTIONS(9904), 1, + anon_sym_enum, + ACTIONS(9908), 1, + anon_sym_object, + ACTIONS(9910), 1, + anon_sym_fun, + ACTIONS(9912), 1, + anon_sym_get, + ACTIONS(9914), 1, + anon_sym_set, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4593), 10, - anon_sym_EQ, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_by, - anon_sym_GT, - anon_sym_where, - anon_sym_DASH_GT, - anon_sym_in, - anon_sym_while, - [175688] = 5, - ACTIONS(8406), 1, + ACTIONS(9902), 2, + anon_sym_class, + anon_sym_interface, + ACTIONS(9906), 2, + anon_sym_val, + anon_sym_var, + [177086] = 5, + ACTIONS(281), 1, sym__backtick_identifier, - STATE(4507), 1, + STATE(4461), 1, sym__lexical_identifier, - STATE(9106), 1, + STATE(4893), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -597608,17 +599531,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [175711] = 5, - ACTIONS(8406), 1, + [177109] = 5, + ACTIONS(9745), 1, sym__backtick_identifier, - STATE(4507), 1, - sym__lexical_identifier, - STATE(9090), 1, + STATE(1410), 1, sym_simple_identifier, + STATE(2940), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(9743), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -597626,17 +599549,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [175734] = 5, - ACTIONS(8406), 1, + [177132] = 9, + ACTIONS(9804), 1, + anon_sym_typealias, + ACTIONS(9918), 1, + anon_sym_enum, + ACTIONS(9922), 1, + anon_sym_object, + ACTIONS(9924), 1, + anon_sym_fun, + ACTIONS(9926), 1, + anon_sym_get, + ACTIONS(9928), 1, + anon_sym_set, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(9916), 2, + anon_sym_class, + anon_sym_interface, + ACTIONS(9920), 2, + anon_sym_val, + anon_sym_var, + [177163] = 5, + ACTIONS(9745), 1, sym__backtick_identifier, - STATE(4507), 1, - sym__lexical_identifier, - STATE(9078), 1, + STATE(1414), 1, sym_simple_identifier, + STATE(2940), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(9743), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -597644,17 +599589,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [175757] = 5, - ACTIONS(9735), 1, + [177186] = 5, + ACTIONS(9745), 1, sym__backtick_identifier, - STATE(2509), 1, + STATE(1372), 1, sym_simple_identifier, - STATE(3487), 1, + STATE(2940), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9733), 7, + ACTIONS(9743), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -597662,39 +599607,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [175780] = 9, - ACTIONS(9799), 1, - anon_sym_typealias, - ACTIONS(9925), 1, - anon_sym_enum, - ACTIONS(9929), 1, - anon_sym_object, - ACTIONS(9931), 1, - anon_sym_fun, - ACTIONS(9933), 1, - anon_sym_get, - ACTIONS(9935), 1, - anon_sym_set, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(9923), 2, - anon_sym_class, - anon_sym_interface, - ACTIONS(9927), 2, - anon_sym_val, - anon_sym_var, - [175811] = 5, - ACTIONS(8406), 1, + [177209] = 5, + ACTIONS(9745), 1, sym__backtick_identifier, - STATE(4507), 1, - sym__lexical_identifier, - STATE(8710), 1, + STATE(1384), 1, sym_simple_identifier, + STATE(2940), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(9743), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -597702,17 +599625,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [175834] = 5, - ACTIONS(8406), 1, + [177232] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(9063), 1, + STATE(8723), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -597720,17 +599643,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [175857] = 5, - ACTIONS(8406), 1, + [177255] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8651), 1, + STATE(8409), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -597738,17 +599661,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [175880] = 5, - ACTIONS(9761), 1, + [177278] = 5, + ACTIONS(9854), 1, sym__backtick_identifier, - STATE(1221), 1, + STATE(2627), 1, sym_simple_identifier, - STATE(2940), 1, + STATE(3498), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9759), 7, + ACTIONS(9852), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -597756,17 +599679,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [175903] = 5, - ACTIONS(9761), 1, + [177301] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(2537), 1, - sym_simple_identifier, - STATE(2940), 1, + STATE(4533), 1, sym__lexical_identifier, + STATE(8781), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9759), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -597774,17 +599697,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [175926] = 5, - ACTIONS(9761), 1, + [177324] = 5, + ACTIONS(409), 1, sym__backtick_identifier, - STATE(2553), 1, - sym_simple_identifier, - STATE(2940), 1, + STATE(2837), 1, sym__lexical_identifier, + STATE(4084), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9759), 7, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -597792,17 +599715,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [175949] = 5, - ACTIONS(9761), 1, + [177347] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(2165), 1, - sym_simple_identifier, - STATE(2940), 1, + STATE(4533), 1, sym__lexical_identifier, + STATE(8792), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9759), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -597810,17 +599733,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [175972] = 5, - ACTIONS(9735), 1, + [177370] = 5, + ACTIONS(9745), 1, sym__backtick_identifier, - STATE(2570), 1, + STATE(1348), 1, sym_simple_identifier, - STATE(3487), 1, + STATE(2940), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9733), 7, + ACTIONS(9743), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -597828,17 +599751,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [175995] = 5, - ACTIONS(9735), 1, + [177393] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(2544), 1, - sym_simple_identifier, - STATE(3487), 1, + STATE(4533), 1, sym__lexical_identifier, + STATE(8765), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9733), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -597846,17 +599769,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [176018] = 5, - ACTIONS(9735), 1, + [177416] = 5, + ACTIONS(9745), 1, sym__backtick_identifier, - STATE(2500), 1, + STATE(1346), 1, sym_simple_identifier, - STATE(3487), 1, + STATE(2940), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9733), 7, + ACTIONS(9743), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -597864,17 +599787,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [176041] = 5, - ACTIONS(8406), 1, + [177439] = 9, + ACTIONS(9747), 1, + anon_sym_typealias, + ACTIONS(9932), 1, + anon_sym_enum, + ACTIONS(9936), 1, + anon_sym_object, + ACTIONS(9938), 1, + anon_sym_fun, + ACTIONS(9940), 1, + anon_sym_get, + ACTIONS(9942), 1, + anon_sym_set, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(9930), 2, + anon_sym_class, + anon_sym_interface, + ACTIONS(9934), 2, + anon_sym_val, + anon_sym_var, + [177470] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8726), 1, + STATE(8789), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -597882,17 +599827,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [176064] = 5, - ACTIONS(8406), 1, + [177493] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8768), 1, + STATE(8612), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -597900,17 +599845,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [176087] = 5, - ACTIONS(8406), 1, + [177516] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8654), 1, + STATE(8788), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -597918,17 +599863,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [176110] = 5, - ACTIONS(8406), 1, + [177539] = 5, + ACTIONS(9745), 1, sym__backtick_identifier, - STATE(4507), 1, - sym__lexical_identifier, - STATE(9285), 1, + STATE(1364), 1, sym_simple_identifier, + STATE(2940), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(9743), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -597936,17 +599881,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [176133] = 5, - ACTIONS(8406), 1, + [177562] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8762), 1, + STATE(8613), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -597954,17 +599899,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [176156] = 5, - ACTIONS(8406), 1, + [177585] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8640), 1, + STATE(8733), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -597972,17 +599917,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [176179] = 5, - ACTIONS(8406), 1, + [177608] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8620), 1, + STATE(8684), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -597990,34 +599935,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [176202] = 4, - ACTIONS(9937), 1, - anon_sym_DOT, - STATE(7720), 1, - aux_sym_user_type_repeat1, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4306), 8, - anon_sym_EQ, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_GT, - sym__quest, - anon_sym_DASH_GT, - anon_sym_while, - [176223] = 5, - ACTIONS(9735), 1, + [177631] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(1442), 1, - sym_simple_identifier, - STATE(3487), 1, + STATE(4533), 1, sym__lexical_identifier, + STATE(8701), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9733), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -598025,39 +599953,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [176246] = 9, - ACTIONS(9845), 1, + [177654] = 9, + ACTIONS(9820), 1, anon_sym_typealias, - ACTIONS(9942), 1, - anon_sym_enum, ACTIONS(9946), 1, + anon_sym_enum, + ACTIONS(9950), 1, anon_sym_object, - ACTIONS(9948), 1, + ACTIONS(9952), 1, anon_sym_fun, - ACTIONS(9950), 1, + ACTIONS(9954), 1, anon_sym_get, - ACTIONS(9952), 1, + ACTIONS(9956), 1, anon_sym_set, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9940), 2, + ACTIONS(9944), 2, anon_sym_class, anon_sym_interface, - ACTIONS(9944), 2, + ACTIONS(9948), 2, anon_sym_val, anon_sym_var, - [176277] = 5, - ACTIONS(9797), 1, + [177685] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(1582), 1, - sym_simple_identifier, - STATE(3794), 1, + STATE(4533), 1, sym__lexical_identifier, + STATE(8671), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9795), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -598065,39 +599993,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [176300] = 9, - ACTIONS(9954), 1, - anon_sym_typealias, - ACTIONS(9958), 1, - anon_sym_enum, - ACTIONS(9962), 1, - anon_sym_object, - ACTIONS(9964), 1, - anon_sym_fun, - ACTIONS(9966), 1, - anon_sym_get, - ACTIONS(9968), 1, - anon_sym_set, + [177708] = 5, + ACTIONS(8400), 1, + sym__backtick_identifier, + STATE(4533), 1, + sym__lexical_identifier, + STATE(8651), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9956), 2, - anon_sym_class, - anon_sym_interface, - ACTIONS(9960), 2, - anon_sym_val, - anon_sym_var, - [176331] = 5, - ACTIONS(8406), 1, + ACTIONS(8386), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + [177731] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8835), 1, + STATE(8647), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -598105,17 +600029,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [176354] = 5, - ACTIONS(9735), 1, + [177754] = 5, + ACTIONS(9854), 1, sym__backtick_identifier, - STATE(2546), 1, + STATE(1512), 1, sym_simple_identifier, - STATE(3487), 1, + STATE(3498), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9733), 7, + ACTIONS(9852), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -598123,39 +600047,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [176377] = 9, - ACTIONS(9970), 1, - anon_sym_typealias, - ACTIONS(9974), 1, - anon_sym_enum, - ACTIONS(9978), 1, - anon_sym_object, - ACTIONS(9980), 1, - anon_sym_fun, - ACTIONS(9982), 1, - anon_sym_get, - ACTIONS(9984), 1, - anon_sym_set, + [177777] = 5, + ACTIONS(8400), 1, + sym__backtick_identifier, + STATE(4533), 1, + sym__lexical_identifier, + STATE(8639), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9972), 2, - anon_sym_class, - anon_sym_interface, - ACTIONS(9976), 2, - anon_sym_val, - anon_sym_var, - [176408] = 5, - ACTIONS(9735), 1, + ACTIONS(8386), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + [177800] = 5, + ACTIONS(9854), 1, sym__backtick_identifier, - STATE(2585), 1, + STATE(1442), 1, sym_simple_identifier, - STATE(3487), 1, + STATE(3498), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9733), 7, + ACTIONS(9852), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -598163,17 +600083,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [176431] = 5, - ACTIONS(8406), 1, + [177823] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8738), 1, + STATE(8638), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -598181,17 +600101,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [176454] = 5, - ACTIONS(9735), 1, + [177846] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(1441), 1, - sym_simple_identifier, - STATE(3487), 1, + STATE(4533), 1, sym__lexical_identifier, + STATE(8636), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9733), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -598199,17 +600119,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [176477] = 5, - ACTIONS(9735), 1, + [177869] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(2547), 1, - sym_simple_identifier, - STATE(3487), 1, + STATE(4533), 1, sym__lexical_identifier, + STATE(8630), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9733), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -598217,17 +600137,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [176500] = 5, - ACTIONS(8406), 1, + [177892] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8696), 1, + STATE(8629), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -598235,17 +600155,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [176523] = 5, - ACTIONS(8406), 1, + [177915] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8704), 1, + STATE(8628), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -598253,17 +600173,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [176546] = 5, - ACTIONS(8406), 1, + [177938] = 5, + ACTIONS(195), 1, sym__backtick_identifier, - STATE(4507), 1, + STATE(2858), 1, sym__lexical_identifier, - STATE(8841), 1, + STATE(3611), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -598271,17 +600191,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [176569] = 5, - ACTIONS(8406), 1, + [177961] = 5, + ACTIONS(9854), 1, sym__backtick_identifier, - STATE(4507), 1, - sym__lexical_identifier, - STATE(8757), 1, + STATE(1427), 1, sym_simple_identifier, + STATE(3498), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(9852), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -598289,17 +600209,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [176592] = 5, - ACTIONS(8908), 1, + [177984] = 5, + ACTIONS(9854), 1, sym__backtick_identifier, - STATE(4548), 1, - sym__lexical_identifier, - STATE(5162), 1, + STATE(1426), 1, sym_simple_identifier, + STATE(3498), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8902), 7, + ACTIONS(9852), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -598307,17 +600227,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [176615] = 5, - ACTIONS(9739), 1, + [178007] = 5, + ACTIONS(9854), 1, sym__backtick_identifier, - STATE(526), 1, + STATE(1435), 1, sym_simple_identifier, - STATE(923), 1, + STATE(3498), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9737), 7, + ACTIONS(9852), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -598325,17 +600245,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [176638] = 5, - ACTIONS(8406), 1, + [178030] = 5, + ACTIONS(8908), 1, sym__backtick_identifier, - STATE(4507), 1, - sym__lexical_identifier, - STATE(9224), 1, + STATE(5158), 1, sym_simple_identifier, + STATE(5536), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8902), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -598343,17 +600263,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [176661] = 5, - ACTIONS(8406), 1, + [178053] = 9, + ACTIONS(9836), 1, + anon_sym_typealias, + ACTIONS(9960), 1, + anon_sym_enum, + ACTIONS(9964), 1, + anon_sym_object, + ACTIONS(9966), 1, + anon_sym_fun, + ACTIONS(9968), 1, + anon_sym_get, + ACTIONS(9970), 1, + anon_sym_set, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(9958), 2, + anon_sym_class, + anon_sym_interface, + ACTIONS(9962), 2, + anon_sym_val, + anon_sym_var, + [178084] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8773), 1, + STATE(8468), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -598361,17 +600303,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [176684] = 5, - ACTIONS(9797), 1, + [178107] = 5, + ACTIONS(533), 1, sym__backtick_identifier, - STATE(1558), 1, - sym_simple_identifier, - STATE(3794), 1, + STATE(3382), 1, sym__lexical_identifier, + STATE(3826), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9795), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -598379,17 +600321,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [176707] = 5, - ACTIONS(8406), 1, + [178130] = 5, + ACTIONS(9741), 1, sym__backtick_identifier, - STATE(4507), 1, - sym__lexical_identifier, - STATE(8679), 1, + STATE(418), 1, sym_simple_identifier, + STATE(905), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(9739), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -598397,17 +600339,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [176730] = 5, - ACTIONS(8406), 1, + [178153] = 9, + ACTIONS(9856), 1, + anon_sym_typealias, + ACTIONS(9974), 1, + anon_sym_enum, + ACTIONS(9978), 1, + anon_sym_object, + ACTIONS(9980), 1, + anon_sym_fun, + ACTIONS(9982), 1, + anon_sym_get, + ACTIONS(9984), 1, + anon_sym_set, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(9972), 2, + anon_sym_class, + anon_sym_interface, + ACTIONS(9976), 2, + anon_sym_val, + anon_sym_var, + [178184] = 5, + ACTIONS(613), 1, sym__backtick_identifier, - STATE(4507), 1, + STATE(843), 1, sym__lexical_identifier, - STATE(8555), 1, + STATE(1545), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -598415,17 +600379,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [176753] = 5, - ACTIONS(8406), 1, + [178207] = 5, + ACTIONS(9741), 1, sym__backtick_identifier, - STATE(4507), 1, - sym__lexical_identifier, - STATE(8747), 1, + STATE(407), 1, sym_simple_identifier, + STATE(905), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(9739), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -598433,17 +600397,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [176776] = 5, - ACTIONS(107), 1, + [178230] = 5, + ACTIONS(9745), 1, sym__backtick_identifier, - STATE(4529), 1, - sym__lexical_identifier, - STATE(5289), 1, + STATE(2513), 1, sym_simple_identifier, + STATE(2940), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7), 7, + ACTIONS(9743), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -598451,17 +600415,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [176799] = 5, - ACTIONS(9739), 1, + [178253] = 5, + ACTIONS(9741), 1, sym__backtick_identifier, - STATE(410), 1, + STATE(414), 1, sym_simple_identifier, - STATE(923), 1, + STATE(905), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9737), 7, + ACTIONS(9739), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -598469,8 +600433,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [176822] = 9, - ACTIONS(9741), 1, + [178276] = 9, + ACTIONS(9836), 1, anon_sym_typealias, ACTIONS(9988), 1, anon_sym_enum, @@ -598491,17 +600455,17 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(9990), 2, anon_sym_val, anon_sym_var, - [176853] = 5, - ACTIONS(613), 1, + [178307] = 5, + ACTIONS(9741), 1, sym__backtick_identifier, - STATE(3263), 1, - sym__lexical_identifier, - STATE(3708), 1, + STATE(410), 1, sym_simple_identifier, + STATE(905), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(537), 7, + ACTIONS(9739), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -598509,17 +600473,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [176876] = 5, - ACTIONS(9735), 1, + [178330] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(1440), 1, - sym_simple_identifier, - STATE(3487), 1, + STATE(4533), 1, sym__lexical_identifier, + STATE(8843), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9733), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -598527,17 +600491,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [176899] = 5, - ACTIONS(8406), 1, + [178353] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8636), 1, + STATE(5231), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -598545,35 +600509,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [176922] = 5, - ACTIONS(8406), 1, - sym__backtick_identifier, - STATE(4507), 1, - sym__lexical_identifier, - STATE(5211), 1, - sym_simple_identifier, + [178376] = 9, + ACTIONS(9763), 1, + anon_sym_typealias, + ACTIONS(10002), 1, + anon_sym_enum, + ACTIONS(10006), 1, + anon_sym_object, + ACTIONS(10008), 1, + anon_sym_fun, + ACTIONS(10010), 1, + anon_sym_get, + ACTIONS(10012), 1, + anon_sym_set, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(10000), 2, + anon_sym_class, + anon_sym_interface, + ACTIONS(10004), 2, + anon_sym_val, + anon_sym_var, + [178407] = 9, + ACTIONS(9446), 1, + anon_sym_typealias, + ACTIONS(9450), 1, + anon_sym_enum, + ACTIONS(9458), 1, + anon_sym_object, + ACTIONS(9460), 1, + anon_sym_fun, + ACTIONS(9462), 1, anon_sym_get, + ACTIONS(9464), 1, anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - [176945] = 5, - ACTIONS(9735), 1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(9448), 2, + anon_sym_class, + anon_sym_interface, + ACTIONS(9454), 2, + anon_sym_val, + anon_sym_var, + [178438] = 5, + ACTIONS(9745), 1, sym__backtick_identifier, - STATE(2588), 1, + STATE(1204), 1, sym_simple_identifier, - STATE(3487), 1, + STATE(2940), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9733), 7, + ACTIONS(9743), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -598581,17 +600571,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [176968] = 5, - ACTIONS(9735), 1, + [178461] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(1432), 1, - sym_simple_identifier, - STATE(3487), 1, + STATE(4533), 1, sym__lexical_identifier, + STATE(8932), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9733), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -598599,17 +600589,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [176991] = 5, - ACTIONS(195), 1, + [178484] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(2864), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(3913), 1, + STATE(8581), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(111), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -598617,17 +600607,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [177014] = 5, - ACTIONS(8406), 1, + [178507] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8743), 1, + STATE(8608), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -598635,17 +600625,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [177037] = 5, - ACTIONS(9761), 1, + [178530] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(2525), 1, - sym_simple_identifier, - STATE(2940), 1, + STATE(4533), 1, sym__lexical_identifier, + STATE(8601), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9759), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -598653,17 +600643,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [177060] = 5, - ACTIONS(8406), 1, + [178553] = 5, + ACTIONS(9745), 1, sym__backtick_identifier, - STATE(4507), 1, - sym__lexical_identifier, - STATE(8344), 1, + STATE(1221), 1, sym_simple_identifier, + STATE(2940), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(9743), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -598671,17 +600661,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [177083] = 5, - ACTIONS(8406), 1, + [178576] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8621), 1, + STATE(7936), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -598689,17 +600679,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [177106] = 5, - ACTIONS(9761), 1, + [178599] = 5, + ACTIONS(9745), 1, sym__backtick_identifier, - STATE(1734), 1, + STATE(1222), 1, sym_simple_identifier, STATE(2940), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9759), 7, + ACTIONS(9743), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -598707,35 +600697,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [177129] = 5, - ACTIONS(195), 1, - sym__backtick_identifier, - STATE(2864), 1, - sym__lexical_identifier, - STATE(3621), 1, - sym_simple_identifier, + [178622] = 9, + ACTIONS(9804), 1, + anon_sym_typealias, + ACTIONS(10016), 1, + anon_sym_enum, + ACTIONS(10020), 1, + anon_sym_object, + ACTIONS(10022), 1, + anon_sym_fun, + ACTIONS(10024), 1, + anon_sym_get, + ACTIONS(10026), 1, + anon_sym_set, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(111), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - [177152] = 5, - ACTIONS(8406), 1, + ACTIONS(10014), 2, + anon_sym_class, + anon_sym_interface, + ACTIONS(10018), 2, + anon_sym_val, + anon_sym_var, + [178653] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8597), 1, + STATE(8617), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -598743,17 +600737,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [177175] = 5, - ACTIONS(9735), 1, + [178676] = 5, + ACTIONS(9745), 1, sym__backtick_identifier, - STATE(1429), 1, + STATE(1225), 1, sym_simple_identifier, - STATE(3487), 1, + STATE(2940), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9733), 7, + ACTIONS(9743), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -598761,17 +600755,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [177198] = 5, - ACTIONS(281), 1, + [178699] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(4440), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(5080), 1, + STATE(8674), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(199), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -598779,17 +600773,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [177221] = 5, - ACTIONS(8406), 1, + [178722] = 5, + ACTIONS(281), 1, sym__backtick_identifier, - STATE(4507), 1, + STATE(4461), 1, sym__lexical_identifier, - STATE(8635), 1, + STATE(4499), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(203), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -598797,17 +600791,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [177244] = 5, - ACTIONS(9761), 1, + [178745] = 5, + ACTIONS(10030), 1, sym__backtick_identifier, - STATE(2114), 1, + STATE(8228), 1, sym_simple_identifier, - STATE(2940), 1, + STATE(8275), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9759), 7, + ACTIONS(10028), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -598815,17 +600809,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [177267] = 5, - ACTIONS(8406), 1, + [178768] = 5, + ACTIONS(9745), 1, sym__backtick_identifier, - STATE(4507), 1, - sym__lexical_identifier, - STATE(8630), 1, + STATE(2536), 1, sym_simple_identifier, + STATE(2940), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(9743), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -598833,17 +600827,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [177290] = 5, - ACTIONS(409), 1, + [178791] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(2890), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(3935), 1, + STATE(8242), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(333), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -598851,17 +600845,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [177313] = 5, - ACTIONS(9739), 1, + [178814] = 5, + ACTIONS(9854), 1, sym__backtick_identifier, - STATE(419), 1, + STATE(2583), 1, sym_simple_identifier, - STATE(923), 1, + STATE(3498), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9737), 7, + ACTIONS(9852), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -598869,17 +600863,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [177336] = 5, - ACTIONS(8406), 1, + [178837] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8663), 1, + STATE(5262), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -598887,35 +600881,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [177359] = 5, - ACTIONS(9761), 1, + [178860] = 5, + ACTIONS(9854), 1, sym__backtick_identifier, - STATE(1393), 1, + STATE(2615), 1, sym_simple_identifier, - STATE(2940), 1, - sym__lexical_identifier, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(9759), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - [177382] = 5, - ACTIONS(8406), 1, - sym__backtick_identifier, - STATE(4507), 1, + STATE(3498), 1, sym__lexical_identifier, - STATE(9211), 1, - sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(9852), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -598923,17 +600899,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [177405] = 5, - ACTIONS(9761), 1, + [178883] = 5, + ACTIONS(9854), 1, sym__backtick_identifier, - STATE(1727), 1, + STATE(2623), 1, sym_simple_identifier, - STATE(2940), 1, + STATE(3498), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9759), 7, + ACTIONS(9852), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -598941,39 +600917,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [177428] = 9, - ACTIONS(9970), 1, + [178906] = 9, + ACTIONS(9747), 1, anon_sym_typealias, - ACTIONS(10002), 1, + ACTIONS(10034), 1, anon_sym_enum, - ACTIONS(10006), 1, + ACTIONS(10038), 1, anon_sym_object, - ACTIONS(10008), 1, + ACTIONS(10040), 1, anon_sym_fun, - ACTIONS(10010), 1, + ACTIONS(10042), 1, anon_sym_get, - ACTIONS(10012), 1, + ACTIONS(10044), 1, anon_sym_set, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10000), 2, + ACTIONS(10032), 2, anon_sym_class, anon_sym_interface, - ACTIONS(10004), 2, + ACTIONS(10036), 2, anon_sym_val, anon_sym_var, - [177459] = 5, - ACTIONS(8406), 1, + [178937] = 5, + ACTIONS(9854), 1, sym__backtick_identifier, - STATE(4507), 1, - sym__lexical_identifier, - STATE(8574), 1, + STATE(2573), 1, sym_simple_identifier, + STATE(3498), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(9852), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -598981,17 +600957,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [177482] = 5, - ACTIONS(491), 1, + [178960] = 5, + ACTIONS(533), 1, sym__backtick_identifier, - STATE(866), 1, + STATE(3382), 1, sym__lexical_identifier, - STATE(1590), 1, + STATE(4111), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(413), 7, + ACTIONS(455), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -598999,17 +600975,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [177505] = 5, - ACTIONS(9739), 1, + [178983] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(409), 1, - sym_simple_identifier, - STATE(923), 1, + STATE(4533), 1, sym__lexical_identifier, + STATE(8692), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9737), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -599017,17 +600993,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [177528] = 5, - ACTIONS(9761), 1, + [179006] = 5, + ACTIONS(9854), 1, sym__backtick_identifier, - STATE(2066), 1, + STATE(2509), 1, sym_simple_identifier, - STATE(2940), 1, + STATE(3498), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9759), 7, + ACTIONS(9852), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -599035,17 +601011,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [177551] = 5, - ACTIONS(8406), 1, + [179029] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8667), 1, + STATE(8878), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -599053,17 +601029,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [177574] = 5, - ACTIONS(8406), 1, + [179052] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8673), 1, + STATE(5246), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -599071,17 +601047,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [177597] = 5, - ACTIONS(9761), 1, + [179075] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(1354), 1, - sym_simple_identifier, - STATE(2940), 1, + STATE(4533), 1, sym__lexical_identifier, + STATE(8572), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9759), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -599089,17 +601065,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [177620] = 5, - ACTIONS(9761), 1, + [179098] = 5, + ACTIONS(9745), 1, sym__backtick_identifier, - STATE(1376), 1, + STATE(2082), 1, sym_simple_identifier, STATE(2940), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9759), 7, + ACTIONS(9743), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -599107,17 +601083,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [177643] = 5, - ACTIONS(613), 1, + [179121] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(3263), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(3525), 1, + STATE(8503), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(537), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -599125,17 +601101,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [177666] = 5, - ACTIONS(9761), 1, + [179144] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(1726), 1, - sym_simple_identifier, - STATE(2940), 1, + STATE(4533), 1, sym__lexical_identifier, + STATE(8982), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9759), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -599143,35 +601119,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [177689] = 5, - ACTIONS(9739), 1, - sym__backtick_identifier, - STATE(380), 1, - sym_simple_identifier, - STATE(923), 1, - sym__lexical_identifier, + [179167] = 9, + ACTIONS(10046), 1, + anon_sym_typealias, + ACTIONS(10050), 1, + anon_sym_enum, + ACTIONS(10054), 1, + anon_sym_object, + ACTIONS(10056), 1, + anon_sym_fun, + ACTIONS(10058), 1, + anon_sym_get, + ACTIONS(10060), 1, + anon_sym_set, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9737), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - [177712] = 5, - ACTIONS(8406), 1, + ACTIONS(10048), 2, + anon_sym_class, + anon_sym_interface, + ACTIONS(10052), 2, + anon_sym_val, + anon_sym_var, + [179198] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8612), 1, + STATE(8669), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -599179,17 +601159,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [177735] = 5, - ACTIONS(9739), 1, + [179221] = 5, + ACTIONS(9745), 1, sym__backtick_identifier, - STATE(415), 1, + STATE(2549), 1, sym_simple_identifier, - STATE(923), 1, + STATE(2940), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9737), 7, + ACTIONS(9743), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -599197,17 +601177,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [177758] = 5, - ACTIONS(9739), 1, + [179244] = 5, + ACTIONS(9854), 1, sym__backtick_identifier, - STATE(383), 1, + STATE(2508), 1, sym_simple_identifier, - STATE(923), 1, + STATE(3498), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9737), 7, + ACTIONS(9852), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -599215,17 +601195,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [177781] = 5, - ACTIONS(9739), 1, + [179267] = 5, + ACTIONS(9745), 1, sym__backtick_identifier, - STATE(384), 1, + STATE(2551), 1, sym_simple_identifier, - STATE(923), 1, + STATE(2940), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9737), 7, + ACTIONS(9743), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -599233,39 +601213,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [177804] = 9, - ACTIONS(9954), 1, + [179290] = 9, + ACTIONS(9856), 1, anon_sym_typealias, - ACTIONS(10016), 1, + ACTIONS(10064), 1, anon_sym_enum, - ACTIONS(10020), 1, + ACTIONS(10068), 1, anon_sym_object, - ACTIONS(10022), 1, + ACTIONS(10070), 1, anon_sym_fun, - ACTIONS(10024), 1, + ACTIONS(10072), 1, anon_sym_get, - ACTIONS(10026), 1, + ACTIONS(10074), 1, anon_sym_set, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10014), 2, + ACTIONS(10062), 2, anon_sym_class, anon_sym_interface, - ACTIONS(10018), 2, + ACTIONS(10066), 2, anon_sym_val, anon_sym_var, - [177835] = 5, - ACTIONS(8406), 1, + [179321] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8628), 1, + STATE(8476), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -599273,17 +601253,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [177858] = 5, - ACTIONS(8406), 1, + [179344] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8643), 1, + STATE(8741), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -599291,32 +601271,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [177881] = 2, + [179367] = 9, + ACTIONS(9804), 1, + anon_sym_typealias, + ACTIONS(10078), 1, + anon_sym_enum, + ACTIONS(10082), 1, + anon_sym_object, + ACTIONS(10084), 1, + anon_sym_fun, + ACTIONS(10086), 1, + anon_sym_get, + ACTIONS(10088), 1, + anon_sym_set, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4621), 10, - anon_sym_EQ, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_by, - anon_sym_GT, - anon_sym_where, - anon_sym_DASH_GT, - anon_sym_in, - anon_sym_while, - [177898] = 5, - ACTIONS(9735), 1, + ACTIONS(10076), 2, + anon_sym_class, + anon_sym_interface, + ACTIONS(10080), 2, + anon_sym_val, + anon_sym_var, + [179398] = 5, + ACTIONS(9745), 1, sym__backtick_identifier, - STATE(1420), 1, + STATE(2557), 1, sym_simple_identifier, - STATE(3487), 1, + STATE(2940), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9733), 7, + ACTIONS(9743), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -599324,17 +601311,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [177921] = 5, - ACTIONS(9739), 1, + [179421] = 5, + ACTIONS(9854), 1, sym__backtick_identifier, - STATE(387), 1, + STATE(2507), 1, sym_simple_identifier, - STATE(923), 1, + STATE(3498), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9737), 7, + ACTIONS(9852), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -599342,17 +601329,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [177944] = 5, - ACTIONS(9739), 1, + [179444] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(406), 1, - sym_simple_identifier, - STATE(923), 1, + STATE(4533), 1, sym__lexical_identifier, + STATE(8804), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9737), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -599360,17 +601347,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [177967] = 5, - ACTIONS(9735), 1, + [179467] = 5, + ACTIONS(9745), 1, sym__backtick_identifier, - STATE(2550), 1, + STATE(2130), 1, sym_simple_identifier, - STATE(3487), 1, + STATE(2940), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9733), 7, + ACTIONS(9743), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -599378,17 +601365,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [177990] = 5, - ACTIONS(9739), 1, + [179490] = 5, + ACTIONS(195), 1, sym__backtick_identifier, - STATE(417), 1, - sym_simple_identifier, - STATE(923), 1, + STATE(2858), 1, sym__lexical_identifier, + STATE(3933), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9737), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -599396,17 +601383,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [178013] = 5, - ACTIONS(8406), 1, + [179513] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8543), 1, + STATE(8475), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -599414,17 +601401,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [178036] = 5, - ACTIONS(409), 1, + [179536] = 5, + ACTIONS(9854), 1, sym__backtick_identifier, - STATE(2890), 1, - sym__lexical_identifier, - STATE(4037), 1, + STATE(2505), 1, sym_simple_identifier, + STATE(3498), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(333), 7, + ACTIONS(9852), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -599432,17 +601419,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [178059] = 5, - ACTIONS(8406), 1, + [179559] = 5, + ACTIONS(9741), 1, sym__backtick_identifier, - STATE(4507), 1, - sym__lexical_identifier, - STATE(8776), 1, + STATE(531), 1, sym_simple_identifier, + STATE(905), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(9739), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -599450,39 +601437,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [178082] = 9, - ACTIONS(9799), 1, - anon_sym_typealias, - ACTIONS(10030), 1, - anon_sym_enum, - ACTIONS(10034), 1, - anon_sym_object, - ACTIONS(10036), 1, - anon_sym_fun, - ACTIONS(10038), 1, - anon_sym_get, - ACTIONS(10040), 1, - anon_sym_set, + [179582] = 4, + ACTIONS(10090), 1, + anon_sym_DOT, + STATE(7633), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10028), 2, - anon_sym_class, - anon_sym_interface, - ACTIONS(10032), 2, - anon_sym_val, - anon_sym_var, - [178113] = 5, - ACTIONS(9761), 1, + ACTIONS(4224), 8, + anon_sym_EQ, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_GT, + sym__quest, + anon_sym_DASH_GT, + anon_sym_while, + [179603] = 5, + ACTIONS(9741), 1, sym__backtick_identifier, - STATE(1378), 1, + STATE(530), 1, sym_simple_identifier, - STATE(2940), 1, + STATE(905), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9759), 7, + ACTIONS(9739), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -599490,17 +601472,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [178136] = 5, - ACTIONS(9739), 1, + [179626] = 5, + ACTIONS(409), 1, sym__backtick_identifier, - STATE(414), 1, - sym_simple_identifier, - STATE(923), 1, + STATE(2837), 1, sym__lexical_identifier, + STATE(3328), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9737), 7, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -599508,39 +601490,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [178159] = 9, - ACTIONS(9815), 1, - anon_sym_typealias, - ACTIONS(10044), 1, - anon_sym_enum, - ACTIONS(10048), 1, - anon_sym_object, - ACTIONS(10050), 1, - anon_sym_fun, - ACTIONS(10052), 1, - anon_sym_get, - ACTIONS(10054), 1, - anon_sym_set, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(10042), 2, - anon_sym_class, - anon_sym_interface, - ACTIONS(10046), 2, - anon_sym_val, - anon_sym_var, - [178190] = 5, - ACTIONS(8406), 1, + [179649] = 5, + ACTIONS(8908), 1, sym__backtick_identifier, - STATE(4507), 1, - sym__lexical_identifier, - STATE(8585), 1, + STATE(5151), 1, sym_simple_identifier, + STATE(5536), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8902), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -599548,17 +601508,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [178213] = 5, - ACTIONS(9739), 1, + [179672] = 5, + ACTIONS(8908), 1, sym__backtick_identifier, - STATE(405), 1, + STATE(5154), 1, sym_simple_identifier, - STATE(923), 1, + STATE(5536), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9737), 7, + ACTIONS(8902), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -599566,17 +601526,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [178236] = 5, - ACTIONS(491), 1, + [179695] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(866), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(943), 1, + STATE(8944), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(413), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -599584,17 +601544,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [178259] = 5, - ACTIONS(9739), 1, + [179718] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(567), 1, - sym_simple_identifier, - STATE(923), 1, + STATE(4533), 1, sym__lexical_identifier, + STATE(8817), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9737), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -599602,17 +601562,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [178282] = 5, - ACTIONS(9739), 1, + [179741] = 5, + ACTIONS(9741), 1, sym__backtick_identifier, - STATE(378), 1, + STATE(529), 1, sym_simple_identifier, - STATE(923), 1, + STATE(905), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9737), 7, + ACTIONS(9739), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -599620,39 +601580,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [178305] = 9, - ACTIONS(9845), 1, - anon_sym_typealias, - ACTIONS(10058), 1, - anon_sym_enum, - ACTIONS(10062), 1, - anon_sym_object, - ACTIONS(10064), 1, - anon_sym_fun, - ACTIONS(10066), 1, - anon_sym_get, - ACTIONS(10068), 1, - anon_sym_set, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(10056), 2, - anon_sym_class, - anon_sym_interface, - ACTIONS(10060), 2, - anon_sym_val, - anon_sym_var, - [178336] = 5, - ACTIONS(8406), 1, + [179764] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8716), 1, + STATE(5241), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -599660,39 +601598,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [178359] = 9, - ACTIONS(9954), 1, - anon_sym_typealias, - ACTIONS(10072), 1, - anon_sym_enum, - ACTIONS(10076), 1, - anon_sym_object, - ACTIONS(10078), 1, - anon_sym_fun, - ACTIONS(10080), 1, - anon_sym_get, - ACTIONS(10082), 1, - anon_sym_set, + [179787] = 5, + ACTIONS(8400), 1, + sym__backtick_identifier, + STATE(4533), 1, + sym__lexical_identifier, + STATE(8618), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10070), 2, - anon_sym_class, - anon_sym_interface, - ACTIONS(10074), 2, - anon_sym_val, - anon_sym_var, - [178390] = 5, - ACTIONS(8406), 1, + ACTIONS(8386), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + [179810] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(4507), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(8659), 1, + STATE(8942), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -599700,17 +601634,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [178413] = 5, - ACTIONS(9739), 1, + [179833] = 5, + ACTIONS(9741), 1, sym__backtick_identifier, - STATE(570), 1, + STATE(528), 1, sym_simple_identifier, - STATE(923), 1, + STATE(905), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9737), 7, + ACTIONS(9739), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -599718,17 +601652,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [178436] = 5, - ACTIONS(9739), 1, + [179856] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(382), 1, - sym_simple_identifier, - STATE(923), 1, + STATE(4533), 1, sym__lexical_identifier, + STATE(8807), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9737), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -599736,17 +601670,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [178459] = 5, - ACTIONS(107), 1, + [179879] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(4529), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(4959), 1, + STATE(8933), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -599754,17 +601688,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [178482] = 5, - ACTIONS(9735), 1, + [179902] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(1411), 1, - sym_simple_identifier, - STATE(3487), 1, + STATE(4533), 1, sym__lexical_identifier, + STATE(8940), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9733), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -599772,39 +601706,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [178505] = 9, - ACTIONS(9954), 1, + [179925] = 9, + ACTIONS(9820), 1, anon_sym_typealias, - ACTIONS(10086), 1, + ACTIONS(10094), 1, anon_sym_enum, - ACTIONS(10090), 1, + ACTIONS(10098), 1, anon_sym_object, - ACTIONS(10092), 1, + ACTIONS(10100), 1, anon_sym_fun, - ACTIONS(10094), 1, + ACTIONS(10102), 1, anon_sym_get, - ACTIONS(10096), 1, + ACTIONS(10104), 1, anon_sym_set, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10084), 2, + ACTIONS(10092), 2, anon_sym_class, anon_sym_interface, - ACTIONS(10088), 2, + ACTIONS(10096), 2, anon_sym_val, anon_sym_var, - [178536] = 5, - ACTIONS(9761), 1, + [179956] = 5, + ACTIONS(9741), 1, sym__backtick_identifier, - STATE(2551), 1, + STATE(525), 1, sym_simple_identifier, - STATE(2940), 1, + STATE(905), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9759), 7, + ACTIONS(9739), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -599812,17 +601746,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [178559] = 5, - ACTIONS(9735), 1, + [179979] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(1395), 1, - sym_simple_identifier, - STATE(3487), 1, + STATE(4533), 1, sym__lexical_identifier, + STATE(8936), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9733), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -599830,17 +601764,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [178582] = 5, - ACTIONS(9739), 1, + [180002] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(401), 1, - sym_simple_identifier, - STATE(923), 1, + STATE(4533), 1, sym__lexical_identifier, + STATE(8331), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9737), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -599848,17 +601782,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [178605] = 5, - ACTIONS(9739), 1, + [180025] = 5, + ACTIONS(613), 1, sym__backtick_identifier, - STATE(606), 1, - sym_simple_identifier, - STATE(923), 1, + STATE(843), 1, sym__lexical_identifier, + STATE(1411), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9737), 7, + ACTIONS(537), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -599866,17 +601800,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [178628] = 5, - ACTIONS(195), 1, + [180048] = 5, + ACTIONS(9741), 1, sym__backtick_identifier, - STATE(2864), 1, - sym__lexical_identifier, - STATE(4138), 1, + STATE(524), 1, sym_simple_identifier, + STATE(905), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(111), 7, + ACTIONS(9739), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -599884,17 +601818,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [178651] = 5, - ACTIONS(491), 1, + [180071] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(866), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(1156), 1, + STATE(8812), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(413), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -599902,17 +601836,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [178674] = 5, - ACTIONS(9761), 1, + [180094] = 5, + ACTIONS(9854), 1, sym__backtick_identifier, - STATE(1230), 1, + STATE(2560), 1, sym_simple_identifier, - STATE(2940), 1, + STATE(3498), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9759), 7, + ACTIONS(9852), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -599920,39 +601854,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [178697] = 9, - ACTIONS(9970), 1, - anon_sym_typealias, - ACTIONS(10100), 1, - anon_sym_enum, - ACTIONS(10104), 1, - anon_sym_object, - ACTIONS(10106), 1, - anon_sym_fun, - ACTIONS(10108), 1, + [180117] = 5, + ACTIONS(9741), 1, + sym__backtick_identifier, + STATE(521), 1, + sym_simple_identifier, + STATE(905), 1, + sym__lexical_identifier, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(9739), 7, anon_sym_get, - ACTIONS(10110), 1, anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + [180140] = 5, + ACTIONS(9854), 1, + sym__backtick_identifier, + STATE(2582), 1, + sym_simple_identifier, + STATE(3498), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10098), 2, - anon_sym_class, - anon_sym_interface, - ACTIONS(10102), 2, - anon_sym_val, - anon_sym_var, - [178728] = 5, - ACTIONS(409), 1, + ACTIONS(9852), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + [180163] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(2890), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(2915), 1, + STATE(8386), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(333), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -599960,17 +601908,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [178751] = 5, - ACTIONS(9761), 1, + [180186] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(1724), 1, - sym_simple_identifier, - STATE(2940), 1, + STATE(4533), 1, sym__lexical_identifier, + STATE(8919), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9759), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -599978,17 +601926,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [178774] = 5, - ACTIONS(9739), 1, + [180209] = 5, + ACTIONS(9745), 1, sym__backtick_identifier, - STATE(599), 1, + STATE(2158), 1, sym_simple_identifier, - STATE(923), 1, + STATE(2940), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9737), 7, + ACTIONS(9743), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -599996,39 +601944,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [178797] = 9, - ACTIONS(9741), 1, + [180232] = 9, + ACTIONS(9856), 1, anon_sym_typealias, - ACTIONS(10114), 1, + ACTIONS(10108), 1, anon_sym_enum, - ACTIONS(10118), 1, + ACTIONS(10112), 1, anon_sym_object, - ACTIONS(10120), 1, + ACTIONS(10114), 1, anon_sym_fun, - ACTIONS(10122), 1, + ACTIONS(10116), 1, anon_sym_get, - ACTIONS(10124), 1, + ACTIONS(10118), 1, anon_sym_set, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10112), 2, + ACTIONS(10106), 2, anon_sym_class, anon_sym_interface, - ACTIONS(10116), 2, + ACTIONS(10110), 2, anon_sym_val, anon_sym_var, - [178828] = 5, - ACTIONS(195), 1, + [180263] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(2864), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(2969), 1, + STATE(8909), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(111), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -600036,57 +601984,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [178851] = 5, - ACTIONS(9761), 1, - sym__backtick_identifier, - STATE(1218), 1, - sym_simple_identifier, - STATE(2940), 1, - sym__lexical_identifier, + [180286] = 9, + ACTIONS(9836), 1, + anon_sym_typealias, + ACTIONS(10122), 1, + anon_sym_enum, + ACTIONS(10126), 1, + anon_sym_object, + ACTIONS(10128), 1, + anon_sym_fun, + ACTIONS(10130), 1, + anon_sym_get, + ACTIONS(10132), 1, + anon_sym_set, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9759), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - [178874] = 9, - ACTIONS(9970), 1, + ACTIONS(10120), 2, + anon_sym_class, + anon_sym_interface, + ACTIONS(10124), 2, + anon_sym_val, + anon_sym_var, + [180317] = 9, + ACTIONS(9763), 1, anon_sym_typealias, - ACTIONS(10128), 1, + ACTIONS(10136), 1, anon_sym_enum, - ACTIONS(10132), 1, + ACTIONS(10140), 1, anon_sym_object, - ACTIONS(10134), 1, + ACTIONS(10142), 1, anon_sym_fun, - ACTIONS(10136), 1, + ACTIONS(10144), 1, anon_sym_get, - ACTIONS(10138), 1, + ACTIONS(10146), 1, anon_sym_set, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10126), 2, + ACTIONS(10134), 2, anon_sym_class, anon_sym_interface, - ACTIONS(10130), 2, + ACTIONS(10138), 2, anon_sym_val, anon_sym_var, - [178905] = 5, - ACTIONS(281), 1, + [180348] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(4440), 1, + STATE(4533), 1, sym__lexical_identifier, - STATE(5413), 1, + STATE(8892), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(199), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -600094,17 +602046,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [178928] = 5, - ACTIONS(9735), 1, + [180371] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - STATE(1506), 1, + STATE(4533), 1, + sym__lexical_identifier, + STATE(8714), 1, sym_simple_identifier, - STATE(3487), 1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(8386), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + [180394] = 5, + ACTIONS(8400), 1, + sym__backtick_identifier, + STATE(4533), 1, sym__lexical_identifier, + STATE(8423), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9733), 7, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -600112,17 +602082,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [178951] = 5, - ACTIONS(9761), 1, + [180417] = 5, + ACTIONS(9741), 1, sym__backtick_identifier, - STATE(1215), 1, + STATE(518), 1, sym_simple_identifier, - STATE(2940), 1, + STATE(905), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9759), 7, + ACTIONS(9739), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -600130,17 +602100,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [178974] = 5, - ACTIONS(9735), 1, + [180440] = 5, + ACTIONS(9745), 1, sym__backtick_identifier, - STATE(1364), 1, + STATE(2169), 1, sym_simple_identifier, - STATE(3487), 1, + STATE(2940), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9733), 7, + ACTIONS(9743), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -600148,17 +602118,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [178997] = 5, - ACTIONS(8406), 1, + [180463] = 5, + ACTIONS(409), 1, sym__backtick_identifier, - STATE(4507), 1, + STATE(2837), 1, sym__lexical_identifier, - STATE(8900), 1, + STATE(3963), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8392), 7, + ACTIONS(333), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -600166,17 +602136,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [179020] = 5, - ACTIONS(9739), 1, + [180486] = 5, + ACTIONS(195), 1, sym__backtick_identifier, - STATE(407), 1, - sym_simple_identifier, - STATE(923), 1, + STATE(2858), 1, sym__lexical_identifier, + STATE(4121), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9737), 7, + ACTIONS(111), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -600184,14 +602154,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [179043] = 3, + [180509] = 5, + ACTIONS(9854), 1, + sym__backtick_identifier, + STATE(2629), 1, + sym_simple_identifier, + STATE(3498), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10142), 2, - anon_sym_LBRACK, + ACTIONS(9852), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + [180532] = 5, + ACTIONS(8400), 1, sym__backtick_identifier, - ACTIONS(10140), 7, + STATE(4533), 1, + sym__lexical_identifier, + STATE(8720), 1, + sym_simple_identifier, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(8386), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -600199,20067 +602190,20334 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [179061] = 9, - ACTIONS(8233), 1, + [180555] = 9, + ACTIONS(8240), 1, anon_sym_where, - ACTIONS(10144), 1, + ACTIONS(10148), 1, anon_sym_COLON, - ACTIONS(10146), 1, + ACTIONS(10150), 1, anon_sym_EQ, - ACTIONS(10148), 1, + ACTIONS(10152), 1, anon_sym_LBRACE, - STATE(7915), 1, + STATE(7966), 1, sym_type_constraints, - STATE(8571), 1, - sym__block, - STATE(8805), 1, + STATE(8734), 1, sym_function_body, + STATE(8899), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4085), 2, + ACTIONS(4043), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [179091] = 9, - ACTIONS(8233), 1, + [180585] = 9, + ACTIONS(8240), 1, anon_sym_where, - ACTIONS(10146), 1, + ACTIONS(10150), 1, anon_sym_EQ, - ACTIONS(10148), 1, + ACTIONS(10152), 1, anon_sym_LBRACE, - ACTIONS(10150), 1, + ACTIONS(10154), 1, anon_sym_COLON, - STATE(7933), 1, + STATE(7943), 1, sym_type_constraints, - STATE(8571), 1, - sym__block, - STATE(8828), 1, + STATE(8700), 1, sym_function_body, + STATE(8899), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4103), 2, + ACTIONS(4049), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [179121] = 9, - ACTIONS(8233), 1, + [180615] = 9, + ACTIONS(8240), 1, anon_sym_where, - ACTIONS(10146), 1, + ACTIONS(10150), 1, anon_sym_EQ, - ACTIONS(10148), 1, - anon_sym_LBRACE, ACTIONS(10152), 1, + anon_sym_LBRACE, + ACTIONS(10156), 1, anon_sym_COLON, - STATE(7916), 1, + STATE(7945), 1, sym_type_constraints, - STATE(8571), 1, + STATE(8899), 1, sym__block, - STATE(8783), 1, + STATE(8941), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4097), 2, + ACTIONS(4087), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [179151] = 9, - ACTIONS(8233), 1, + [180645] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(10160), 2, + anon_sym_LBRACK, + sym__backtick_identifier, + ACTIONS(10158), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + [180663] = 9, + ACTIONS(8240), 1, anon_sym_where, - ACTIONS(10146), 1, + ACTIONS(10150), 1, anon_sym_EQ, - ACTIONS(10148), 1, + ACTIONS(10152), 1, anon_sym_LBRACE, - ACTIONS(10154), 1, + ACTIONS(10162), 1, anon_sym_COLON, - STATE(7952), 1, + STATE(7976), 1, sym_type_constraints, - STATE(8571), 1, - sym__block, - STATE(8632), 1, + STATE(8861), 1, sym_function_body, + STATE(8899), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4091), 2, + ACTIONS(4101), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [179181] = 9, - ACTIONS(8233), 1, + [180693] = 9, + ACTIONS(8240), 1, anon_sym_where, - ACTIONS(10146), 1, + ACTIONS(10150), 1, anon_sym_EQ, - ACTIONS(10148), 1, + ACTIONS(10152), 1, anon_sym_LBRACE, - ACTIONS(10156), 1, + ACTIONS(10164), 1, anon_sym_COLON, - STATE(7951), 1, + STATE(7983), 1, sym_type_constraints, - STATE(8571), 1, - sym__block, - STATE(8837), 1, + STATE(8894), 1, sym_function_body, + STATE(8899), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4075), 2, + ACTIONS(4033), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [179211] = 7, - ACTIONS(1596), 1, - anon_sym_LBRACE, - ACTIONS(1688), 1, - anon_sym_AT, - ACTIONS(10158), 1, - sym_label, - STATE(3333), 1, - sym_lambda_literal, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(5656), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(7892), 2, - sym_annotation, - aux_sym__annotated_delegation_specifier_repeat1, - [179236] = 7, - ACTIONS(1688), 1, - anon_sym_AT, - ACTIONS(1920), 1, - anon_sym_LBRACE, - ACTIONS(10160), 1, - sym_label, - STATE(3292), 1, - sym_lambda_literal, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(5656), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(7892), 2, - sym_annotation, - aux_sym__annotated_delegation_specifier_repeat1, - [179261] = 7, - ACTIONS(1688), 1, - anon_sym_AT, - ACTIONS(1854), 1, - anon_sym_LBRACE, - ACTIONS(10162), 1, - sym_label, - STATE(4659), 1, - sym_lambda_literal, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(5656), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(7892), 2, - sym_annotation, - aux_sym__annotated_delegation_specifier_repeat1, - [179286] = 8, - ACTIONS(8233), 1, + [180723] = 9, + ACTIONS(4043), 1, + anon_sym_while, + ACTIONS(8334), 1, anon_sym_where, - ACTIONS(10146), 1, + ACTIONS(10166), 1, + anon_sym_COLON, + ACTIONS(10168), 1, anon_sym_EQ, - ACTIONS(10148), 1, + ACTIONS(10170), 1, anon_sym_LBRACE, - STATE(7952), 1, + STATE(8100), 1, sym_type_constraints, - STATE(8571), 1, - sym__block, - STATE(8632), 1, + STATE(9029), 1, sym_function_body, + STATE(9145), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4091), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [179313] = 9, - ACTIONS(4075), 1, + [180752] = 9, + ACTIONS(4101), 1, anon_sym_while, - ACTIONS(8278), 1, + ACTIONS(8334), 1, anon_sym_where, - ACTIONS(10164), 1, - anon_sym_COLON, - ACTIONS(10166), 1, - anon_sym_EQ, ACTIONS(10168), 1, + anon_sym_EQ, + ACTIONS(10170), 1, anon_sym_LBRACE, - STATE(8086), 1, + ACTIONS(10172), 1, + anon_sym_COLON, + STATE(8009), 1, sym_type_constraints, - STATE(9297), 1, - sym__block, - STATE(9438), 1, + STATE(9106), 1, sym_function_body, + STATE(9145), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [179342] = 8, - ACTIONS(8233), 1, + [180781] = 8, + ACTIONS(8240), 1, anon_sym_where, - ACTIONS(10146), 1, + ACTIONS(10150), 1, anon_sym_EQ, - ACTIONS(10148), 1, + ACTIONS(10152), 1, anon_sym_LBRACE, - STATE(7916), 1, + STATE(7983), 1, sym_type_constraints, - STATE(8571), 1, - sym__block, - STATE(8783), 1, + STATE(8894), 1, sym_function_body, + STATE(8899), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4097), 2, + ACTIONS(4033), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [179369] = 9, - ACTIONS(4085), 1, + [180808] = 7, + ACTIONS(1612), 1, + anon_sym_LBRACE, + ACTIONS(1688), 1, + anon_sym_AT, + ACTIONS(10174), 1, + sym_label, + STATE(1165), 1, + sym_lambda_literal, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + STATE(5733), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7932), 2, + sym_annotation, + aux_sym__annotated_delegation_specifier_repeat1, + [180833] = 9, + ACTIONS(4049), 1, anon_sym_while, - ACTIONS(8278), 1, + ACTIONS(8334), 1, anon_sym_where, - ACTIONS(10166), 1, - anon_sym_EQ, ACTIONS(10168), 1, - anon_sym_LBRACE, + anon_sym_EQ, ACTIONS(10170), 1, + anon_sym_LBRACE, + ACTIONS(10176), 1, anon_sym_COLON, - STATE(7978), 1, + STATE(8149), 1, sym_type_constraints, - STATE(9297), 1, + STATE(9080), 1, + sym_function_body, + STATE(9145), 1, sym__block, - STATE(9494), 1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [180862] = 8, + ACTIONS(8240), 1, + anon_sym_where, + ACTIONS(10150), 1, + anon_sym_EQ, + ACTIONS(10152), 1, + anon_sym_LBRACE, + STATE(7976), 1, + sym_type_constraints, + STATE(8861), 1, sym_function_body, + STATE(8899), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [179398] = 7, + ACTIONS(4101), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [180889] = 7, ACTIONS(1622), 1, anon_sym_LBRACE, ACTIONS(1688), 1, anon_sym_AT, - ACTIONS(10172), 1, + ACTIONS(10178), 1, sym_label, - STATE(3865), 1, + STATE(3689), 1, sym_lambda_literal, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5656), 2, + STATE(5733), 2, sym__single_annotation, sym__multi_annotation, - STATE(7892), 2, + STATE(7932), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - [179423] = 8, - ACTIONS(8233), 1, + [180914] = 9, + ACTIONS(4087), 1, + anon_sym_while, + ACTIONS(8334), 1, anon_sym_where, - ACTIONS(10146), 1, + ACTIONS(10168), 1, anon_sym_EQ, - ACTIONS(10148), 1, + ACTIONS(10170), 1, anon_sym_LBRACE, - STATE(7933), 1, + ACTIONS(10180), 1, + anon_sym_COLON, + STATE(8058), 1, sym_type_constraints, - STATE(8571), 1, + STATE(9082), 1, + sym_function_body, + STATE(9145), 1, sym__block, - STATE(8828), 1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [180943] = 8, + ACTIONS(8240), 1, + anon_sym_where, + ACTIONS(10150), 1, + anon_sym_EQ, + ACTIONS(10152), 1, + anon_sym_LBRACE, + STATE(7945), 1, + sym_type_constraints, + STATE(8899), 1, + sym__block, + STATE(8941), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4103), 2, + ACTIONS(4087), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [179450] = 8, - ACTIONS(8233), 1, + [180970] = 8, + ACTIONS(8240), 1, anon_sym_where, - ACTIONS(10146), 1, + ACTIONS(10150), 1, anon_sym_EQ, - ACTIONS(10148), 1, + ACTIONS(10152), 1, anon_sym_LBRACE, - STATE(7907), 1, + STATE(7967), 1, sym_type_constraints, - STATE(8571), 1, - sym__block, - STATE(8856), 1, + STATE(8835), 1, sym_function_body, + STATE(8899), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4183), 2, + ACTIONS(4262), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [179477] = 7, - ACTIONS(25), 1, - anon_sym_LBRACE, + [180997] = 7, ACTIONS(1688), 1, anon_sym_AT, - ACTIONS(10174), 1, + ACTIONS(1918), 1, + anon_sym_LBRACE, + ACTIONS(10182), 1, sym_label, - STATE(4890), 1, + STATE(3353), 1, sym_lambda_literal, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5656), 2, + STATE(5733), 2, sym__single_annotation, sym__multi_annotation, - STATE(7892), 2, + STATE(7932), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - [179502] = 5, - ACTIONS(10176), 1, + [181022] = 5, + ACTIONS(10184), 1, anon_sym_LPAREN, - ACTIONS(10178), 1, + ACTIONS(10186), 1, anon_sym_by, - STATE(8031), 1, + STATE(8006), 1, sym_value_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4456), 5, + ACTIONS(4418), 5, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COMMA, anon_sym_where, - [179523] = 9, - ACTIONS(4091), 1, - anon_sym_while, - ACTIONS(8278), 1, - anon_sym_where, - ACTIONS(10166), 1, - anon_sym_EQ, - ACTIONS(10168), 1, + [181043] = 7, + ACTIONS(1688), 1, + anon_sym_AT, + ACTIONS(1854), 1, anon_sym_LBRACE, - ACTIONS(10180), 1, - anon_sym_COLON, - STATE(8078), 1, - sym_type_constraints, - STATE(9297), 1, - sym__block, - STATE(9434), 1, - sym_function_body, + ACTIONS(10188), 1, + sym_label, + STATE(4702), 1, + sym_lambda_literal, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [179552] = 7, - ACTIONS(1612), 1, + STATE(5733), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7932), 2, + sym_annotation, + aux_sym__annotated_delegation_specifier_repeat1, + [181068] = 7, + ACTIONS(25), 1, anon_sym_LBRACE, ACTIONS(1688), 1, anon_sym_AT, - ACTIONS(10182), 1, + ACTIONS(10190), 1, sym_label, - STATE(1100), 1, + STATE(4943), 1, sym_lambda_literal, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5656), 2, + STATE(5733), 2, sym__single_annotation, sym__multi_annotation, - STATE(7892), 2, + STATE(7932), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - [179577] = 8, - ACTIONS(8233), 1, + [181093] = 9, + ACTIONS(4033), 1, + anon_sym_while, + ACTIONS(8334), 1, anon_sym_where, - ACTIONS(10146), 1, + ACTIONS(10168), 1, anon_sym_EQ, - ACTIONS(10148), 1, + ACTIONS(10170), 1, anon_sym_LBRACE, - STATE(7936), 1, + ACTIONS(10192), 1, + anon_sym_COLON, + STATE(8031), 1, sym_type_constraints, - STATE(8571), 1, - sym__block, - STATE(8850), 1, + STATE(9097), 1, sym_function_body, + STATE(9145), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4302), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [179604] = 9, - ACTIONS(4097), 1, - anon_sym_while, - ACTIONS(8278), 1, + [181122] = 8, + ACTIONS(8240), 1, anon_sym_where, - ACTIONS(10166), 1, + ACTIONS(10150), 1, anon_sym_EQ, - ACTIONS(10168), 1, + ACTIONS(10152), 1, anon_sym_LBRACE, - ACTIONS(10184), 1, - anon_sym_COLON, - STATE(8119), 1, + STATE(7962), 1, sym_type_constraints, - STATE(9297), 1, - sym__block, - STATE(9415), 1, + STATE(8824), 1, sym_function_body, + STATE(8899), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [179633] = 9, - ACTIONS(4103), 1, - anon_sym_while, - ACTIONS(8278), 1, - anon_sym_where, - ACTIONS(10166), 1, - anon_sym_EQ, - ACTIONS(10168), 1, + ACTIONS(4258), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [181149] = 7, + ACTIONS(1403), 1, anon_sym_LBRACE, - ACTIONS(10186), 1, - anon_sym_COLON, - STATE(8127), 1, - sym_type_constraints, - STATE(9297), 1, - sym__block, - STATE(9402), 1, - sym_function_body, + ACTIONS(1688), 1, + anon_sym_AT, + ACTIONS(10194), 1, + sym_label, + STATE(3282), 1, + sym_lambda_literal, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [179662] = 8, - ACTIONS(4103), 1, - anon_sym_while, - ACTIONS(8278), 1, - anon_sym_where, - ACTIONS(10166), 1, - anon_sym_EQ, - ACTIONS(10168), 1, - anon_sym_LBRACE, - STATE(8127), 1, - sym_type_constraints, - STATE(9297), 1, - sym__block, - STATE(9402), 1, - sym_function_body, + STATE(5733), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7932), 2, + sym_annotation, + aux_sym__annotated_delegation_specifier_repeat1, + [181174] = 3, + STATE(1837), 1, + sym__assignment_and_operator, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [179688] = 3, - STATE(2034), 1, + ACTIONS(10196), 6, + anon_sym_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + [181190] = 3, + STATE(1799), 1, sym__assignment_and_operator, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10188), 6, + ACTIONS(10198), 6, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, - [179704] = 7, - ACTIONS(8233), 1, - anon_sym_where, - ACTIONS(8237), 1, - anon_sym_LBRACE, - ACTIONS(8503), 1, - anon_sym_COLON, - STATE(8261), 1, - sym_type_constraints, - STATE(8771), 1, - sym_class_body, + [181206] = 3, + STATE(2063), 1, + sym__assignment_and_operator, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3218), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [179728] = 3, - STATE(2318), 1, + ACTIONS(10200), 6, + anon_sym_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + [181222] = 3, + STATE(1662), 1, sym__assignment_and_operator, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10190), 6, + ACTIONS(10202), 6, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, - [179744] = 3, - STATE(1745), 1, + [181238] = 3, + STATE(1840), 1, sym__assignment_and_operator, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10192), 6, + ACTIONS(10204), 6, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, - [179760] = 6, - ACTIONS(8346), 1, + [181254] = 8, + ACTIONS(4258), 1, + anon_sym_while, + ACTIONS(8334), 1, + anon_sym_where, + ACTIONS(10168), 1, + anon_sym_EQ, + ACTIONS(10170), 1, anon_sym_LBRACE, - ACTIONS(8721), 1, - anon_sym_LPAREN, - STATE(8030), 1, - sym_value_arguments, - STATE(8386), 1, - sym_class_body, + STATE(8075), 1, + sym_type_constraints, + STATE(9119), 1, + sym_function_body, + STATE(9145), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10194), 3, - anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_SEMI, - [179782] = 3, - STATE(1908), 1, + [181280] = 3, + STATE(1902), 1, sym__assignment_and_operator, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10196), 6, + ACTIONS(10206), 6, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, - [179798] = 8, - ACTIONS(4302), 1, + [181296] = 8, + ACTIONS(4262), 1, anon_sym_while, - ACTIONS(8278), 1, + ACTIONS(8334), 1, anon_sym_where, - ACTIONS(10166), 1, - anon_sym_EQ, ACTIONS(10168), 1, + anon_sym_EQ, + ACTIONS(10170), 1, anon_sym_LBRACE, - STATE(8106), 1, + STATE(8002), 1, sym_type_constraints, - STATE(9297), 1, - sym__block, - STATE(9392), 1, + STATE(9116), 1, sym_function_body, + STATE(9145), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [179824] = 6, - ACTIONS(8346), 1, + [181322] = 8, + ACTIONS(4101), 1, + anon_sym_while, + ACTIONS(8334), 1, + anon_sym_where, + ACTIONS(10168), 1, + anon_sym_EQ, + ACTIONS(10170), 1, anon_sym_LBRACE, - ACTIONS(8721), 1, - anon_sym_LPAREN, - STATE(8020), 1, - sym_value_arguments, - STATE(8429), 1, - sym_class_body, + STATE(8009), 1, + sym_type_constraints, + STATE(9106), 1, + sym_function_body, + STATE(9145), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10198), 3, - anon_sym_RBRACE, + [181348] = 3, + STATE(2004), 1, + sym__assignment_and_operator, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(10208), 6, + anon_sym_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + [181364] = 6, + ACTIONS(4109), 1, anon_sym_COMMA, - anon_sym_SEMI, - [179846] = 7, - ACTIONS(8227), 1, - anon_sym_LBRACE, - ACTIONS(8233), 1, - anon_sym_where, - ACTIONS(10200), 1, + ACTIONS(8821), 1, + anon_sym_LT, + ACTIONS(10210), 1, anon_sym_COLON, - STATE(8249), 1, - sym_type_constraints, - STATE(8803), 1, - sym_enum_class_body, + STATE(5112), 1, + sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4215), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [179870] = 7, - ACTIONS(8233), 1, - anon_sym_where, - ACTIONS(8237), 1, + ACTIONS(4115), 3, + anon_sym_RPAREN, + anon_sym_DOT, + sym__quest, + [181386] = 7, + ACTIONS(8234), 1, anon_sym_LBRACE, - ACTIONS(8505), 1, + ACTIONS(8240), 1, + anon_sym_where, + ACTIONS(8534), 1, anon_sym_COLON, - STATE(8258), 1, + STATE(8192), 1, sym_type_constraints, - STATE(8862), 1, - sym_class_body, + STATE(8646), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3194), 2, + ACTIONS(3190), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [179894] = 3, - STATE(2072), 1, + [181410] = 3, + STATE(1911), 1, sym__assignment_and_operator, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10202), 6, + ACTIONS(10212), 6, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, - [179910] = 8, - ACTIONS(4183), 1, - anon_sym_while, - ACTIONS(8278), 1, - anon_sym_where, - ACTIONS(10166), 1, - anon_sym_EQ, - ACTIONS(10168), 1, - anon_sym_LBRACE, - STATE(8097), 1, - sym_type_constraints, - STATE(9297), 1, - sym__block, - STATE(9388), 1, - sym_function_body, + [181426] = 3, + STATE(2239), 1, + sym__assignment_and_operator, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [179936] = 8, - ACTIONS(4091), 1, + ACTIONS(10214), 6, + anon_sym_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + [181442] = 8, + ACTIONS(4033), 1, anon_sym_while, - ACTIONS(8278), 1, + ACTIONS(8334), 1, anon_sym_where, - ACTIONS(10166), 1, - anon_sym_EQ, ACTIONS(10168), 1, + anon_sym_EQ, + ACTIONS(10170), 1, anon_sym_LBRACE, - STATE(8078), 1, + STATE(8031), 1, sym_type_constraints, - STATE(9297), 1, - sym__block, - STATE(9434), 1, + STATE(9097), 1, sym_function_body, + STATE(9145), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [179962] = 3, - STATE(1779), 1, + [181468] = 3, + STATE(1892), 1, sym__assignment_and_operator, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10204), 6, + ACTIONS(10216), 6, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, - [179978] = 7, - ACTIONS(8227), 1, + [181484] = 7, + ACTIONS(8234), 1, anon_sym_LBRACE, - ACTIONS(8233), 1, + ACTIONS(8240), 1, anon_sym_where, ACTIONS(8408), 1, anon_sym_COLON, - STATE(8191), 1, + STATE(8324), 1, sym_type_constraints, - STATE(8610), 1, + STATE(8928), 1, sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3208), 2, + ACTIONS(3216), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [180002] = 3, - STATE(1917), 1, + [181508] = 3, + STATE(1821), 1, sym__assignment_and_operator, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10206), 6, + ACTIONS(10218), 6, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, - [180018] = 7, - ACTIONS(8227), 1, - anon_sym_LBRACE, - ACTIONS(8233), 1, + [181524] = 7, + ACTIONS(8240), 1, anon_sym_where, - ACTIONS(8410), 1, + ACTIONS(8244), 1, + anon_sym_LBRACE, + ACTIONS(10220), 1, anon_sym_COLON, - STATE(8281), 1, + STATE(8325), 1, sym_type_constraints, - STATE(8862), 1, - sym_enum_class_body, + STATE(8856), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3194), 2, + ACTIONS(4190), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [180042] = 3, - STATE(2166), 1, - sym__assignment_and_operator, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(10208), 6, - anon_sym_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - [180058] = 3, - STATE(2333), 1, - sym__assignment_and_operator, + [181548] = 7, + ACTIONS(8240), 1, + anon_sym_where, + ACTIONS(8244), 1, + anon_sym_LBRACE, + ACTIONS(8406), 1, + anon_sym_COLON, + STATE(8314), 1, + sym_type_constraints, + STATE(8912), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10210), 6, - anon_sym_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - [180074] = 3, - STATE(1897), 1, - sym__assignment_and_operator, + ACTIONS(3200), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [181572] = 7, + ACTIONS(8234), 1, + anon_sym_LBRACE, + ACTIONS(8240), 1, + anon_sym_where, + ACTIONS(10222), 1, + anon_sym_COLON, + STATE(8299), 1, + sym_type_constraints, + STATE(8881), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10212), 6, - anon_sym_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - [180090] = 3, - STATE(2076), 1, + ACTIONS(4233), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [181596] = 3, + STATE(1700), 1, sym__assignment_and_operator, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10214), 6, + ACTIONS(10224), 6, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, - [180106] = 7, - ACTIONS(8233), 1, + [181612] = 7, + ACTIONS(8240), 1, anon_sym_where, - ACTIONS(8237), 1, + ACTIONS(8244), 1, anon_sym_LBRACE, - ACTIONS(10216), 1, + ACTIONS(10226), 1, anon_sym_COLON, - STATE(8196), 1, + STATE(8279), 1, sym_type_constraints, - STATE(8665), 1, + STATE(8793), 1, sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4199), 2, + ACTIONS(4305), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [180130] = 3, - STATE(1647), 1, + [181636] = 3, + STATE(2297), 1, sym__assignment_and_operator, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10218), 6, + ACTIONS(10228), 6, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, - [180146] = 3, - STATE(1938), 1, + [181652] = 5, + ACTIONS(8821), 1, + anon_sym_LT, + ACTIONS(10230), 1, + anon_sym_COLON, + STATE(5112), 1, + sym_type_arguments, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4115), 4, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_DOT, + sym__quest, + [181672] = 3, + STATE(2255), 1, sym__assignment_and_operator, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10220), 6, + ACTIONS(10232), 6, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, - [180162] = 5, - ACTIONS(8721), 1, + [181688] = 6, + ACTIONS(8344), 1, + anon_sym_LBRACE, + ACTIONS(8738), 1, anon_sym_LPAREN, - ACTIONS(10222), 1, - anon_sym_by, - STATE(5500), 1, + STATE(8032), 1, sym_value_arguments, + STATE(8363), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4456), 4, - anon_sym_LBRACE, + ACTIONS(10234), 3, + anon_sym_RBRACE, anon_sym_COMMA, - anon_sym_where, - anon_sym_while, - [180182] = 3, - STATE(2255), 1, + anon_sym_SEMI, + [181710] = 3, + STATE(1698), 1, sym__assignment_and_operator, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10224), 6, + ACTIONS(10236), 6, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, - [180198] = 3, - STATE(1836), 1, + [181726] = 3, + STATE(1759), 1, sym__assignment_and_operator, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10226), 6, + ACTIONS(10238), 6, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, - [180214] = 3, - STATE(2184), 1, + [181742] = 3, + STATE(1619), 1, sym__assignment_and_operator, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10228), 6, + ACTIONS(10240), 6, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, - [180230] = 5, - ACTIONS(8813), 1, - anon_sym_LT, - ACTIONS(10230), 1, - anon_sym_COLON, - STATE(5093), 1, - sym_type_arguments, + [181758] = 8, + ACTIONS(4087), 1, + anon_sym_while, + ACTIONS(8334), 1, + anon_sym_where, + ACTIONS(10168), 1, + anon_sym_EQ, + ACTIONS(10170), 1, + anon_sym_LBRACE, + STATE(8058), 1, + sym_type_constraints, + STATE(9082), 1, + sym_function_body, + STATE(9145), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4138), 4, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_DOT, - sym__quest, - [180250] = 5, - ACTIONS(10232), 1, - anon_sym_AT, + [181784] = 7, + ACTIONS(8234), 1, + anon_sym_LBRACE, + ACTIONS(8240), 1, + anon_sym_where, + ACTIONS(10242), 1, + anon_sym_COLON, + STATE(8284), 1, + sym_type_constraints, + STATE(8856), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9261), 2, - anon_sym_LBRACE, - sym_label, - STATE(5656), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(7892), 2, - sym_annotation, - aux_sym__annotated_delegation_specifier_repeat1, - [180270] = 3, - STATE(2123), 1, + ACTIONS(4190), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [181808] = 3, + STATE(2257), 1, sym__assignment_and_operator, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10235), 6, + ACTIONS(10244), 6, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, - [180286] = 6, - ACTIONS(4132), 1, - anon_sym_COMMA, - ACTIONS(8813), 1, - anon_sym_LT, - ACTIONS(10237), 1, - anon_sym_COLON, - STATE(5093), 1, - sym_type_arguments, + [181824] = 5, + ACTIONS(8738), 1, + anon_sym_LPAREN, + ACTIONS(10246), 1, + anon_sym_by, + STATE(5504), 1, + sym_value_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4138), 3, - anon_sym_RPAREN, - anon_sym_DOT, - sym__quest, - [180308] = 3, - STATE(2316), 1, + ACTIONS(4418), 4, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_where, + anon_sym_while, + [181844] = 3, + STATE(2021), 1, sym__assignment_and_operator, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10239), 6, + ACTIONS(10248), 6, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, - [180324] = 3, - STATE(1827), 1, + [181860] = 3, + STATE(2155), 1, sym__assignment_and_operator, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10241), 6, + ACTIONS(10250), 6, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, - [180340] = 3, - STATE(2300), 1, + [181876] = 3, + STATE(1831), 1, sym__assignment_and_operator, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10243), 6, + ACTIONS(10252), 6, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, - [180356] = 3, - STATE(2115), 1, + [181892] = 3, + STATE(2069), 1, sym__assignment_and_operator, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10245), 6, + ACTIONS(10254), 6, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, - [180372] = 3, - STATE(2154), 1, - sym__assignment_and_operator, + [181908] = 5, + ACTIONS(10256), 1, + anon_sym_AT, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10247), 6, - anon_sym_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - [180388] = 7, - ACTIONS(8233), 1, - anon_sym_where, - ACTIONS(8237), 1, + ACTIONS(9233), 2, anon_sym_LBRACE, - ACTIONS(10249), 1, - anon_sym_COLON, - STATE(8263), 1, - sym_type_constraints, - STATE(8884), 1, - sym_class_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4286), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [180412] = 3, - STATE(1851), 1, + sym_label, + STATE(5733), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7932), 2, + sym_annotation, + aux_sym__annotated_delegation_specifier_repeat1, + [181928] = 3, + STATE(1686), 1, sym__assignment_and_operator, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10251), 6, + ACTIONS(10259), 6, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, - [180428] = 8, - ACTIONS(4097), 1, - anon_sym_while, - ACTIONS(8278), 1, + [181944] = 7, + ACTIONS(8240), 1, anon_sym_where, - ACTIONS(10166), 1, - anon_sym_EQ, - ACTIONS(10168), 1, + ACTIONS(8244), 1, anon_sym_LBRACE, - STATE(8119), 1, - sym_type_constraints, - STATE(9297), 1, - sym__block, - STATE(9415), 1, - sym_function_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [180454] = 7, - ACTIONS(8227), 1, - anon_sym_LBRACE, - ACTIONS(8233), 1, - anon_sym_where, - ACTIONS(10253), 1, + ACTIONS(8526), 1, anon_sym_COLON, - STATE(8236), 1, + STATE(8261), 1, sym_type_constraints, - STATE(8665), 1, - sym_enum_class_body, + STATE(8646), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4199), 2, + ACTIONS(3190), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [180478] = 3, - STATE(1702), 1, + [181968] = 3, + STATE(2131), 1, sym__assignment_and_operator, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10255), 6, + ACTIONS(10261), 6, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, - [180494] = 7, - ACTIONS(3194), 1, - anon_sym_while, - ACTIONS(8278), 1, - anon_sym_where, - ACTIONS(8346), 1, + [181984] = 6, + ACTIONS(8344), 1, anon_sym_LBRACE, - ACTIONS(8550), 1, - anon_sym_COLON, - STATE(8390), 1, - sym_type_constraints, - STATE(9468), 1, + ACTIONS(8738), 1, + anon_sym_LPAREN, + STATE(8008), 1, + sym_value_arguments, + STATE(8340), 1, sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [180517] = 2, + ACTIONS(10263), 3, + anon_sym_RBRACE, + anon_sym_COMMA, + anon_sym_SEMI, + [182006] = 4, + ACTIONS(10265), 1, + anon_sym_COMMA, + STATE(7937), 1, + aux_sym__delegation_specifiers_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4676), 6, + ACTIONS(4629), 4, sym__automatic_semicolon, - anon_sym_COLON, - anon_sym_EQ, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_where, - [180530] = 6, - ACTIONS(10146), 1, - anon_sym_EQ, - ACTIONS(10148), 1, + [182023] = 7, + ACTIONS(3190), 1, + anon_sym_while, + ACTIONS(8334), 1, + anon_sym_where, + ACTIONS(8344), 1, anon_sym_LBRACE, - STATE(8571), 1, - sym__block, - STATE(8867), 1, - sym_function_body, + ACTIONS(8582), 1, + anon_sym_COLON, + STATE(8458), 1, + sym_type_constraints, + STATE(9036), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4505), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [180551] = 6, - ACTIONS(8227), 1, + [182046] = 7, + ACTIONS(4190), 1, + anon_sym_while, + ACTIONS(8328), 1, anon_sym_LBRACE, - ACTIONS(8233), 1, + ACTIONS(8334), 1, anon_sym_where, - STATE(8249), 1, + ACTIONS(10268), 1, + anon_sym_COLON, + STATE(8443), 1, sym_type_constraints, - STATE(8803), 1, + STATE(9075), 1, sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4215), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [180572] = 6, - ACTIONS(10257), 1, + [182069] = 6, + ACTIONS(10270), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(10259), 1, + ACTIONS(10273), 1, anon_sym_DOLLAR, - ACTIONS(10261), 1, + ACTIONS(10276), 1, sym__string_end, - ACTIONS(10263), 1, + ACTIONS(10278), 1, sym__string_content, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7914), 2, + STATE(7940), 2, sym__interpolation, aux_sym_string_literal_repeat1, - [180593] = 6, - ACTIONS(8227), 1, - anon_sym_LBRACE, - ACTIONS(8233), 1, - anon_sym_where, - STATE(8236), 1, - sym_type_constraints, - STATE(8665), 1, - sym_enum_class_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4199), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [180614] = 6, - ACTIONS(8233), 1, - anon_sym_where, - ACTIONS(8237), 1, - anon_sym_LBRACE, - STATE(8246), 1, - sym_type_constraints, - STATE(8719), 1, - sym_class_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4424), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [180635] = 2, + [182090] = 6, + ACTIONS(10281), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(10283), 1, + anon_sym_DOLLAR, + ACTIONS(10285), 1, + sym__string_end, + ACTIONS(10287), 1, + sym__string_content, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4755), 6, - anon_sym_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - [180648] = 4, - ACTIONS(10265), 1, + STATE(7953), 2, + sym__interpolation, + aux_sym_string_literal_repeat1, + [182111] = 4, + ACTIONS(10289), 1, anon_sym_COMMA, - STATE(7924), 1, + STATE(7937), 1, aux_sym__delegation_specifiers_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4686), 4, + ACTIONS(4666), 4, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_where, - [180665] = 6, - ACTIONS(10267), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(10270), 1, - anon_sym_DOLLAR, - ACTIONS(10273), 1, - sym__string_end, - ACTIONS(10275), 1, - sym__string_content, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(7914), 2, - sym__interpolation, - aux_sym_string_literal_repeat1, - [180686] = 6, - ACTIONS(10146), 1, + [182128] = 6, + ACTIONS(10150), 1, anon_sym_EQ, - ACTIONS(10148), 1, + ACTIONS(10152), 1, anon_sym_LBRACE, - STATE(8571), 1, + STATE(8899), 1, sym__block, - STATE(8632), 1, + STATE(8941), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4091), 2, + ACTIONS(4087), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [180707] = 6, - ACTIONS(10146), 1, + [182149] = 7, + ACTIONS(3190), 1, + anon_sym_while, + ACTIONS(8328), 1, + anon_sym_LBRACE, + ACTIONS(8334), 1, + anon_sym_where, + ACTIONS(8631), 1, + anon_sym_COLON, + STATE(8510), 1, + sym_type_constraints, + STATE(9036), 1, + sym_enum_class_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [182172] = 6, + ACTIONS(10150), 1, anon_sym_EQ, - ACTIONS(10148), 1, + ACTIONS(10152), 1, anon_sym_LBRACE, - STATE(8571), 1, - sym__block, - STATE(8828), 1, + STATE(8894), 1, sym_function_body, + STATE(8899), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4103), 2, + ACTIONS(4033), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [180728] = 6, - ACTIONS(8233), 1, + [182193] = 7, + ACTIONS(4305), 1, + anon_sym_while, + ACTIONS(8334), 1, anon_sym_where, - ACTIONS(8237), 1, + ACTIONS(8344), 1, anon_sym_LBRACE, - STATE(8238), 1, + ACTIONS(10291), 1, + anon_sym_COLON, + STATE(8506), 1, sym_type_constraints, - STATE(8680), 1, + STATE(9033), 1, sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4436), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [180749] = 6, - ACTIONS(10257), 1, + [182216] = 6, + ACTIONS(10281), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(10259), 1, + ACTIONS(10283), 1, anon_sym_DOLLAR, - ACTIONS(10278), 1, + ACTIONS(10293), 1, sym__string_end, - ACTIONS(10280), 1, + ACTIONS(10295), 1, sym__string_content, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7928), 2, + STATE(7940), 2, sym__interpolation, aux_sym_string_literal_repeat1, - [180770] = 4, - ACTIONS(10282), 1, - anon_sym_COMMA, - STATE(7945), 1, - aux_sym_type_constraints_repeat1, + [182237] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4487), 4, - sym__automatic_semicolon, + ACTIONS(4879), 6, anon_sym_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + [182250] = 3, + ACTIONS(10186), 1, + anon_sym_by, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4418), 5, + sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, - [180787] = 6, - ACTIONS(8227), 1, + anon_sym_COMMA, + anon_sym_where, + [182265] = 6, + ACTIONS(8234), 1, anon_sym_LBRACE, - ACTIONS(8233), 1, + ACTIONS(8240), 1, anon_sym_where, - STATE(8283), 1, + STATE(8284), 1, sym_type_constraints, - STATE(8843), 1, + STATE(8856), 1, sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4462), 2, + ACTIONS(4190), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [182286] = 4, + ACTIONS(10289), 1, + anon_sym_COMMA, + STATE(7942), 1, + aux_sym__delegation_specifiers_repeat1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4660), 4, sym__automatic_semicolon, + anon_sym_LBRACE, anon_sym_RBRACE, - [180808] = 6, - ACTIONS(10257), 1, + anon_sym_where, + [182303] = 6, + ACTIONS(10281), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(10259), 1, + ACTIONS(10283), 1, anon_sym_DOLLAR, - ACTIONS(10263), 1, - sym__string_content, - ACTIONS(10284), 1, + ACTIONS(10297), 1, sym__string_end, + ACTIONS(10299), 1, + sym__string_content, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7914), 2, + STATE(7947), 2, sym__interpolation, aux_sym_string_literal_repeat1, - [180829] = 2, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4641), 6, - sym__automatic_semicolon, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_where, - [180842] = 6, - ACTIONS(10257), 1, + [182324] = 6, + ACTIONS(10281), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(10259), 1, + ACTIONS(10283), 1, anon_sym_DOLLAR, - ACTIONS(10263), 1, + ACTIONS(10295), 1, sym__string_content, - ACTIONS(10286), 1, + ACTIONS(10301), 1, sym__string_end, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7914), 2, + STATE(7940), 2, sym__interpolation, aux_sym_string_literal_repeat1, - [180863] = 4, - ACTIONS(10288), 1, - anon_sym_COMMA, - STATE(7924), 1, - aux_sym__delegation_specifiers_repeat1, + [182345] = 7, + ACTIONS(4190), 1, + anon_sym_while, + ACTIONS(8334), 1, + anon_sym_where, + ACTIONS(8344), 1, + anon_sym_LBRACE, + ACTIONS(10303), 1, + anon_sym_COLON, + STATE(8417), 1, + sym_type_constraints, + STATE(9075), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4665), 4, - sym__automatic_semicolon, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_where, - [180880] = 6, - ACTIONS(8233), 1, + [182368] = 6, + ACTIONS(8240), 1, anon_sym_where, - ACTIONS(8237), 1, + ACTIONS(8244), 1, anon_sym_LBRACE, - STATE(8196), 1, + STATE(8325), 1, sym_type_constraints, - STATE(8665), 1, + STATE(8856), 1, sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4199), 2, + ACTIONS(4190), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [180901] = 7, - ACTIONS(4215), 1, + [182389] = 7, + ACTIONS(3216), 1, anon_sym_while, - ACTIONS(8272), 1, + ACTIONS(8328), 1, anon_sym_LBRACE, - ACTIONS(8278), 1, + ACTIONS(8334), 1, anon_sym_where, - ACTIONS(10291), 1, + ACTIONS(8570), 1, anon_sym_COLON, - STATE(8530), 1, + STATE(8412), 1, sym_type_constraints, - STATE(9411), 1, + STATE(9088), 1, sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [180924] = 6, - ACTIONS(10257), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(10259), 1, - anon_sym_DOLLAR, - ACTIONS(10293), 1, - sym__string_end, - ACTIONS(10295), 1, - sym__string_content, + [182412] = 6, + ACTIONS(8240), 1, + anon_sym_where, + ACTIONS(8244), 1, + anon_sym_LBRACE, + STATE(8277), 1, + sym_type_constraints, + STATE(8818), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7909), 2, - sym__interpolation, - aux_sym_string_literal_repeat1, - [180945] = 6, - ACTIONS(10257), 1, + ACTIONS(4404), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [182433] = 4, + ACTIONS(10305), 1, + anon_sym_COMMA, + STATE(7971), 1, + aux_sym_type_constraints_repeat1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4458), 4, + sym__automatic_semicolon, + anon_sym_EQ, + anon_sym_LBRACE, + anon_sym_RBRACE, + [182450] = 7, + ACTIONS(3200), 1, + anon_sym_while, + ACTIONS(8334), 1, + anon_sym_where, + ACTIONS(8344), 1, + anon_sym_LBRACE, + ACTIONS(8568), 1, + anon_sym_COLON, + STATE(8471), 1, + sym_type_constraints, + STATE(9023), 1, + sym_class_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [182473] = 6, + ACTIONS(10281), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(10259), 1, + ACTIONS(10283), 1, anon_sym_DOLLAR, - ACTIONS(10263), 1, - sym__string_content, - ACTIONS(10297), 1, + ACTIONS(10307), 1, sym__string_end, + ACTIONS(10309), 1, + sym__string_content, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7914), 2, + STATE(7964), 2, sym__interpolation, aux_sym_string_literal_repeat1, - [180966] = 6, - ACTIONS(8233), 1, + [182494] = 6, + ACTIONS(8240), 1, anon_sym_where, - ACTIONS(8237), 1, + ACTIONS(8244), 1, anon_sym_LBRACE, - STATE(8263), 1, + STATE(8279), 1, sym_type_constraints, - STATE(8884), 1, + STATE(8793), 1, sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4286), 2, + ACTIONS(4305), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [180987] = 7, - ACTIONS(3218), 1, - anon_sym_while, - ACTIONS(8278), 1, - anon_sym_where, - ACTIONS(8346), 1, + [182515] = 6, + ACTIONS(10150), 1, + anon_sym_EQ, + ACTIONS(10152), 1, anon_sym_LBRACE, - ACTIONS(8596), 1, - anon_sym_COLON, - STATE(8526), 1, - sym_type_constraints, - STATE(9401), 1, - sym_class_body, + STATE(8820), 1, + sym_function_body, + STATE(8899), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [181010] = 6, - ACTIONS(10257), 1, + ACTIONS(4489), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [182536] = 6, + ACTIONS(10281), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(10259), 1, + ACTIONS(10283), 1, anon_sym_DOLLAR, - ACTIONS(10299), 1, - sym__string_end, - ACTIONS(10301), 1, + ACTIONS(10295), 1, sym__string_content, + ACTIONS(10311), 1, + sym__string_end, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7923), 2, + STATE(7940), 2, sym__interpolation, aux_sym_string_literal_repeat1, - [181031] = 6, - ACTIONS(10257), 1, + [182557] = 6, + ACTIONS(10281), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(10259), 1, + ACTIONS(10283), 1, anon_sym_DOLLAR, - ACTIONS(10303), 1, - sym__string_end, - ACTIONS(10305), 1, + ACTIONS(10295), 1, sym__string_content, + ACTIONS(10313), 1, + sym__string_end, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7939), 2, + STATE(7940), 2, sym__interpolation, aux_sym_string_literal_repeat1, - [181052] = 6, - ACTIONS(10146), 1, - anon_sym_EQ, - ACTIONS(10148), 1, - anon_sym_LBRACE, - STATE(8571), 1, - sym__block, - STATE(8850), 1, - sym_function_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4302), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [181073] = 7, - ACTIONS(3194), 1, + [182578] = 7, + ACTIONS(4233), 1, anon_sym_while, - ACTIONS(8272), 1, + ACTIONS(8328), 1, anon_sym_LBRACE, - ACTIONS(8278), 1, + ACTIONS(8334), 1, anon_sym_where, - ACTIONS(8622), 1, + ACTIONS(10315), 1, anon_sym_COLON, - STATE(8426), 1, + STATE(8390), 1, sym_type_constraints, - STATE(9468), 1, + STATE(9100), 1, sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [181096] = 7, - ACTIONS(4286), 1, - anon_sym_while, - ACTIONS(8278), 1, - anon_sym_where, - ACTIONS(8346), 1, - anon_sym_LBRACE, - ACTIONS(10307), 1, - anon_sym_COLON, - STATE(8436), 1, - sym_type_constraints, - STATE(9462), 1, - sym_class_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [181119] = 6, - ACTIONS(10146), 1, + [182601] = 6, + ACTIONS(10150), 1, anon_sym_EQ, - ACTIONS(10148), 1, + ACTIONS(10152), 1, anon_sym_LBRACE, - STATE(8571), 1, - sym__block, - STATE(8856), 1, + STATE(8700), 1, sym_function_body, + STATE(8899), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4183), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [181140] = 6, - ACTIONS(8227), 1, - anon_sym_LBRACE, - ACTIONS(8233), 1, - anon_sym_where, - STATE(8227), 1, - sym_type_constraints, - STATE(8719), 1, - sym_enum_class_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4424), 2, + ACTIONS(4049), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [181161] = 6, - ACTIONS(8233), 1, - anon_sym_where, - ACTIONS(8237), 1, + [182622] = 6, + ACTIONS(10150), 1, + anon_sym_EQ, + ACTIONS(10152), 1, anon_sym_LBRACE, - STATE(8219), 1, - sym_type_constraints, - STATE(8717), 1, - sym_class_body, + STATE(8824), 1, + sym_function_body, + STATE(8899), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4483), 2, + ACTIONS(4258), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [181182] = 6, - ACTIONS(10257), 1, + [182643] = 6, + ACTIONS(10281), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(10259), 1, + ACTIONS(10283), 1, anon_sym_DOLLAR, - ACTIONS(10263), 1, - sym__string_content, - ACTIONS(10309), 1, + ACTIONS(10317), 1, sym__string_end, + ACTIONS(10319), 1, + sym__string_content, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7914), 2, + STATE(7963), 2, sym__interpolation, aux_sym_string_literal_repeat1, - [181203] = 5, - ACTIONS(8933), 1, - anon_sym_AT, - ACTIONS(10311), 1, - anon_sym_val, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(5537), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(7032), 2, - sym_annotation, - aux_sym__annotated_delegation_specifier_repeat1, - [181222] = 4, - ACTIONS(10282), 1, - anon_sym_COMMA, - STATE(7919), 1, - aux_sym_type_constraints_repeat1, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4493), 4, - sym__automatic_semicolon, - anon_sym_EQ, - anon_sym_LBRACE, - anon_sym_RBRACE, - [181239] = 4, - ACTIONS(10265), 1, - anon_sym_COMMA, - STATE(7913), 1, - aux_sym__delegation_specifiers_repeat1, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4680), 4, - sym__automatic_semicolon, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_where, - [181256] = 6, - ACTIONS(10257), 1, + [182664] = 6, + ACTIONS(10281), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(10259), 1, + ACTIONS(10283), 1, anon_sym_DOLLAR, - ACTIONS(10313), 1, - sym__string_end, - ACTIONS(10315), 1, + ACTIONS(10295), 1, sym__string_content, + ACTIONS(10321), 1, + sym__string_end, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7956), 2, + STATE(7940), 2, sym__interpolation, aux_sym_string_literal_repeat1, - [181277] = 6, - ACTIONS(10257), 1, + [182685] = 6, + ACTIONS(10281), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(10259), 1, + ACTIONS(10283), 1, anon_sym_DOLLAR, - ACTIONS(10317), 1, + ACTIONS(10323), 1, sym__string_end, - ACTIONS(10319), 1, + ACTIONS(10325), 1, sym__string_content, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7921), 2, + STATE(7989), 2, sym__interpolation, aux_sym_string_literal_repeat1, - [181298] = 4, - ACTIONS(10321), 1, + [182706] = 4, + ACTIONS(10327), 1, anon_sym_COMMA, - STATE(7945), 1, + STATE(7971), 1, aux_sym_type_constraints_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4468), 4, + ACTIONS(4466), 4, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, anon_sym_RBRACE, - [181315] = 7, - ACTIONS(4199), 1, - anon_sym_while, - ACTIONS(8272), 1, - anon_sym_LBRACE, - ACTIONS(8278), 1, - anon_sym_where, - ACTIONS(10324), 1, - anon_sym_COLON, - STATE(8464), 1, - sym_type_constraints, - STATE(9437), 1, - sym_enum_class_body, + [182723] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [181338] = 7, - ACTIONS(3208), 1, - anon_sym_while, - ACTIONS(8272), 1, + ACTIONS(4593), 6, + sym__automatic_semicolon, + anon_sym_COLON, + anon_sym_EQ, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_where, + [182736] = 6, + ACTIONS(8234), 1, anon_sym_LBRACE, - ACTIONS(8278), 1, + ACTIONS(8240), 1, anon_sym_where, - ACTIONS(8638), 1, - anon_sym_COLON, - STATE(8475), 1, + STATE(8276), 1, sym_type_constraints, - STATE(9428), 1, + STATE(8831), 1, sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [181361] = 3, - ACTIONS(10178), 1, - anon_sym_by, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4456), 5, + ACTIONS(4394), 2, sym__automatic_semicolon, - anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_COMMA, + [182757] = 6, + ACTIONS(8240), 1, anon_sym_where, - [181376] = 6, - ACTIONS(8227), 1, + ACTIONS(8244), 1, anon_sym_LBRACE, - ACTIONS(8233), 1, - anon_sym_where, - STATE(8294), 1, + STATE(8318), 1, sym_type_constraints, - STATE(8814), 1, - sym_enum_class_body, + STATE(8918), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4450), 2, + ACTIONS(4408), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [181397] = 2, + [182778] = 6, + ACTIONS(10281), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(10283), 1, + anon_sym_DOLLAR, + ACTIONS(10330), 1, + sym__string_end, + ACTIONS(10332), 1, + sym__string_content, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4607), 6, - sym__automatic_semicolon, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_where, - [181410] = 6, - ACTIONS(10146), 1, + STATE(7969), 2, + sym__interpolation, + aux_sym_string_literal_repeat1, + [182799] = 6, + ACTIONS(10150), 1, anon_sym_EQ, - ACTIONS(10148), 1, + ACTIONS(10152), 1, anon_sym_LBRACE, - STATE(8571), 1, - sym__block, - STATE(8805), 1, + STATE(8835), 1, sym_function_body, + STATE(8899), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4085), 2, + ACTIONS(4262), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [181431] = 6, - ACTIONS(10146), 1, - anon_sym_EQ, - ACTIONS(10148), 1, - anon_sym_LBRACE, - STATE(8571), 1, - sym__block, - STATE(8783), 1, - sym_function_body, + [182820] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4097), 2, + ACTIONS(4533), 6, sym__automatic_semicolon, + anon_sym_COLON, + anon_sym_EQ, + anon_sym_LBRACE, anon_sym_RBRACE, - [181452] = 7, - ACTIONS(4199), 1, - anon_sym_while, - ACTIONS(8278), 1, anon_sym_where, - ACTIONS(8346), 1, - anon_sym_LBRACE, - ACTIONS(10326), 1, - anon_sym_COLON, - STATE(8472), 1, - sym_type_constraints, - STATE(9437), 1, - sym_class_body, + [182833] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [181475] = 6, - ACTIONS(8233), 1, + ACTIONS(4619), 6, + sym__automatic_semicolon, + anon_sym_COLON, + anon_sym_EQ, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_where, - ACTIONS(8237), 1, + [182846] = 6, + ACTIONS(8234), 1, anon_sym_LBRACE, - STATE(8285), 1, + ACTIONS(8240), 1, + anon_sym_where, + STATE(8315), 1, sym_type_constraints, - STATE(8814), 1, - sym_class_body, + STATE(8916), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4450), 2, + ACTIONS(4505), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [181496] = 6, - ACTIONS(8227), 1, + [182867] = 6, + ACTIONS(8234), 1, anon_sym_LBRACE, - ACTIONS(8233), 1, + ACTIONS(8240), 1, anon_sym_where, - STATE(8296), 1, + STATE(8278), 1, sym_type_constraints, - STATE(8852), 1, + STATE(8851), 1, sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4497), 2, + ACTIONS(4348), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [181517] = 6, - ACTIONS(10257), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(10259), 1, - anon_sym_DOLLAR, - ACTIONS(10263), 1, - sym__string_content, - ACTIONS(10328), 1, - sym__string_end, + [182888] = 6, + ACTIONS(8240), 1, + anon_sym_where, + ACTIONS(8244), 1, + anon_sym_LBRACE, + STATE(8282), 1, + sym_type_constraints, + STATE(8869), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7914), 2, - sym__interpolation, - aux_sym_string_literal_repeat1, - [181538] = 2, + ACTIONS(4344), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [182909] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4702), 6, + ACTIONS(4670), 6, sym__automatic_semicolon, anon_sym_COLON, anon_sym_EQ, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_where, - [181551] = 6, - ACTIONS(7942), 1, - anon_sym_LBRACE, - ACTIONS(10330), 1, - anon_sym_COLON, - ACTIONS(10332), 1, - anon_sym_EQ, - STATE(5001), 1, - sym__block, - STATE(5025), 1, - sym_function_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [181571] = 6, - ACTIONS(6434), 1, - anon_sym_LBRACE, - ACTIONS(10334), 1, - anon_sym_COLON, - ACTIONS(10336), 1, + [182922] = 6, + ACTIONS(10150), 1, anon_sym_EQ, - STATE(3725), 1, - sym__block, - STATE(3739), 1, - sym_function_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [181591] = 6, - ACTIONS(7855), 1, + ACTIONS(10152), 1, anon_sym_LBRACE, - ACTIONS(10338), 1, - anon_sym_COLON, - ACTIONS(10340), 1, - anon_sym_EQ, - STATE(4641), 1, - sym__block, - STATE(4737), 1, + STATE(8861), 1, sym_function_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [181611] = 6, - ACTIONS(10146), 1, - anon_sym_EQ, - ACTIONS(10148), 1, - anon_sym_LBRACE, - ACTIONS(10342), 1, - anon_sym_COLON, - STATE(8571), 1, + STATE(8899), 1, sym__block, - STATE(8746), 1, - sym_function_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [181631] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4653), 5, + ACTIONS(4101), 2, sym__automatic_semicolon, - anon_sym_COLON, - anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_where, - [181643] = 6, - ACTIONS(6220), 1, + [182943] = 6, + ACTIONS(8234), 1, anon_sym_LBRACE, - ACTIONS(10344), 1, - anon_sym_COLON, - ACTIONS(10346), 1, - anon_sym_EQ, - STATE(3245), 1, - sym__block, - STATE(3420), 1, - sym_function_body, + ACTIONS(8240), 1, + anon_sym_where, + STATE(8288), 1, + sym_type_constraints, + STATE(8869), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [181663] = 6, - ACTIONS(6220), 1, - anon_sym_LBRACE, - ACTIONS(10346), 1, - anon_sym_EQ, - ACTIONS(10348), 1, - anon_sym_COLON, - STATE(3245), 1, - sym__block, - STATE(3279), 1, - sym_function_body, + ACTIONS(4344), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [182964] = 5, + ACTIONS(8941), 1, + anon_sym_AT, + ACTIONS(10334), 1, + anon_sym_val, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [181683] = 6, - ACTIONS(6220), 1, + STATE(5546), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7034), 2, + sym_annotation, + aux_sym__annotated_delegation_specifier_repeat1, + [182983] = 6, + ACTIONS(8234), 1, anon_sym_LBRACE, - ACTIONS(10346), 1, - anon_sym_EQ, - ACTIONS(10350), 1, - anon_sym_COLON, - STATE(3245), 1, - sym__block, - STATE(3253), 1, - sym_function_body, + ACTIONS(8240), 1, + anon_sym_where, + STATE(8299), 1, + sym_type_constraints, + STATE(8881), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [181703] = 2, + ACTIONS(4233), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [183004] = 4, + ACTIONS(10305), 1, + anon_sym_COMMA, + STATE(7958), 1, + aux_sym_type_constraints_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4661), 5, + ACTIONS(4444), 4, sym__automatic_semicolon, - anon_sym_COLON, + anon_sym_EQ, anon_sym_LBRACE, anon_sym_RBRACE, + [183021] = 6, + ACTIONS(8240), 1, anon_sym_where, - [181715] = 6, - ACTIONS(7855), 1, + ACTIONS(8244), 1, anon_sym_LBRACE, - ACTIONS(10340), 1, - anon_sym_EQ, - ACTIONS(10352), 1, - anon_sym_COLON, - STATE(4641), 1, - sym__block, - STATE(4648), 1, - sym_function_body, + STATE(8304), 1, + sym_type_constraints, + STATE(8916), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [181735] = 7, - ACTIONS(3), 1, + ACTIONS(4505), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [183042] = 6, + ACTIONS(10281), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(10283), 1, + anon_sym_DOLLAR, + ACTIONS(10295), 1, + sym__string_content, + ACTIONS(10336), 1, + sym__string_end, + ACTIONS(3), 2, sym_multiline_comment, - ACTIONS(10354), 1, sym_line_comment, - ACTIONS(10356), 1, - aux_sym_character_literal_token1, - ACTIONS(10358), 1, - anon_sym_BSLASHu, - ACTIONS(10360), 1, - sym__escaped_identifier, - STATE(9221), 1, - sym_character_escape_seq, - STATE(9367), 1, - sym__uni_character_literal, - [181757] = 6, - ACTIONS(6220), 1, - anon_sym_LBRACE, - ACTIONS(10346), 1, - anon_sym_EQ, - ACTIONS(10362), 1, - anon_sym_COLON, - STATE(3181), 1, - sym_function_body, - STATE(3245), 1, - sym__block, + STATE(7940), 2, + sym__interpolation, + aux_sym_string_literal_repeat1, + [183063] = 5, + ACTIONS(10338), 1, + anon_sym_catch, + ACTIONS(10340), 1, + anon_sym_finally, + STATE(4924), 1, + sym_finally_block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [181777] = 6, - ACTIONS(6236), 1, + STATE(4493), 2, + sym_catch_block, + aux_sym_try_expression_repeat1, + [183081] = 6, + ACTIONS(6461), 1, anon_sym_LBRACE, - ACTIONS(10364), 1, + ACTIONS(10342), 1, anon_sym_COLON, - ACTIONS(10366), 1, + ACTIONS(10344), 1, anon_sym_EQ, - STATE(3226), 1, + STATE(3734), 1, sym_function_body, - STATE(3367), 1, + STATE(3738), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [181797] = 6, - ACTIONS(6434), 1, + [183101] = 6, + ACTIONS(6244), 1, anon_sym_LBRACE, - ACTIONS(10368), 1, + ACTIONS(10346), 1, anon_sym_COLON, - ACTIONS(10370), 1, + ACTIONS(10348), 1, anon_sym_EQ, - STATE(3725), 1, + STATE(3334), 1, sym__block, - STATE(3739), 1, + STATE(3395), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [181817] = 6, - ACTIONS(6236), 1, - anon_sym_LBRACE, - ACTIONS(10366), 1, + [183121] = 6, + ACTIONS(8047), 1, anon_sym_EQ, - ACTIONS(10372), 1, + ACTIONS(8049), 1, + anon_sym_LBRACE, + ACTIONS(10350), 1, anon_sym_COLON, - STATE(3200), 1, + STATE(5321), 1, sym_function_body, - STATE(3367), 1, + STATE(5357), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [181837] = 6, - ACTIONS(10146), 1, - anon_sym_EQ, - ACTIONS(10148), 1, + [183141] = 6, + ACTIONS(4394), 1, + anon_sym_while, + ACTIONS(8328), 1, anon_sym_LBRACE, - ACTIONS(10374), 1, - anon_sym_COLON, - STATE(8571), 1, - sym__block, - STATE(8795), 1, - sym_function_body, + ACTIONS(8334), 1, + anon_sym_where, + STATE(8367), 1, + sym_type_constraints, + STATE(9117), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [181857] = 2, + [183161] = 5, + ACTIONS(8244), 1, + anon_sym_LBRACE, + ACTIONS(10352), 1, + anon_sym_COLON, + STATE(8595), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4665), 5, + ACTIONS(4388), 2, sym__automatic_semicolon, - anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_where, - [181869] = 5, - ACTIONS(10376), 1, - anon_sym_catch, - ACTIONS(10378), 1, - anon_sym_finally, - STATE(3337), 1, - sym_finally_block, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(2770), 2, - sym_catch_block, - aux_sym_try_expression_repeat1, - [181887] = 2, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4607), 5, + [183179] = 3, + ACTIONS(10210), 1, anon_sym_COLON, - anon_sym_EQ, - anon_sym_LBRACE, - anon_sym_where, - anon_sym_while, - [181899] = 4, - ACTIONS(10380), 1, - anon_sym_COMMA, - STATE(7977), 1, - aux_sym__delegation_specifiers_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4665), 3, - anon_sym_LBRACE, - anon_sym_where, - anon_sym_while, - [181915] = 6, - ACTIONS(4091), 1, - anon_sym_while, - ACTIONS(10166), 1, + ACTIONS(4109), 4, anon_sym_EQ, - ACTIONS(10168), 1, - anon_sym_LBRACE, - STATE(9297), 1, - sym__block, - STATE(9434), 1, - sym_function_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [181935] = 6, - ACTIONS(6220), 1, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_DASH_GT, + [183193] = 6, + ACTIONS(7866), 1, anon_sym_LBRACE, - ACTIONS(10383), 1, + ACTIONS(10354), 1, anon_sym_COLON, - ACTIONS(10385), 1, - anon_sym_EQ, - STATE(3245), 1, - sym__block, - STATE(3420), 1, - sym_function_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [181955] = 6, - ACTIONS(6220), 1, - anon_sym_LBRACE, - ACTIONS(10385), 1, + ACTIONS(10356), 1, anon_sym_EQ, - ACTIONS(10387), 1, - anon_sym_COLON, - STATE(3245), 1, + STATE(4690), 1, sym__block, - STATE(3279), 1, + STATE(4747), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [181975] = 6, - ACTIONS(6220), 1, + [183213] = 6, + ACTIONS(6461), 1, anon_sym_LBRACE, - ACTIONS(10385), 1, - anon_sym_EQ, - ACTIONS(10389), 1, + ACTIONS(10358), 1, anon_sym_COLON, - STATE(3245), 1, - sym__block, - STATE(3253), 1, - sym_function_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [181995] = 6, - ACTIONS(6220), 1, - anon_sym_LBRACE, - ACTIONS(10385), 1, + ACTIONS(10360), 1, anon_sym_EQ, - ACTIONS(10391), 1, - anon_sym_COLON, - STATE(3181), 1, + STATE(3734), 1, sym_function_body, - STATE(3245), 1, + STATE(3738), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [182015] = 6, - ACTIONS(7855), 1, + [183233] = 6, + ACTIONS(6244), 1, anon_sym_LBRACE, - ACTIONS(10340), 1, + ACTIONS(8047), 1, anon_sym_EQ, - ACTIONS(10393), 1, + ACTIONS(10362), 1, anon_sym_COLON, - STATE(4641), 1, + STATE(3334), 1, sym__block, - STATE(4720), 1, + STATE(3395), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [182035] = 4, - ACTIONS(10395), 1, - anon_sym_COMMA, - STATE(7977), 1, - aux_sym__delegation_specifiers_repeat1, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4686), 3, - anon_sym_LBRACE, - anon_sym_where, - anon_sym_while, - [182051] = 6, - ACTIONS(6434), 1, + [183253] = 6, + ACTIONS(7928), 1, anon_sym_LBRACE, - ACTIONS(10370), 1, + ACTIONS(10150), 1, anon_sym_EQ, - ACTIONS(10397), 1, + ACTIONS(10364), 1, anon_sym_COLON, - STATE(3725), 1, + STATE(4901), 1, sym__block, - STATE(3784), 1, - sym_function_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [182071] = 2, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4657), 5, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_DASH_GT, - anon_sym_in, - [182083] = 6, - ACTIONS(6236), 1, - anon_sym_LBRACE, - ACTIONS(10366), 1, - anon_sym_EQ, - ACTIONS(10399), 1, - anon_sym_COLON, - STATE(3184), 1, + STATE(4922), 1, sym_function_body, - STATE(3367), 1, - sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [182103] = 6, - ACTIONS(7942), 1, - anon_sym_LBRACE, - ACTIONS(10332), 1, + [183273] = 6, + ACTIONS(8047), 1, anon_sym_EQ, - ACTIONS(10401), 1, + ACTIONS(8049), 1, + anon_sym_LBRACE, + ACTIONS(10366), 1, anon_sym_COLON, - STATE(5001), 1, - sym__block, - STATE(5068), 1, + STATE(5294), 1, sym_function_body, + STATE(5357), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [182123] = 6, - ACTIONS(4081), 1, - anon_sym_LBRACE, - ACTIONS(10403), 1, - anon_sym_COLON, - ACTIONS(10405), 1, + [183293] = 6, + ACTIONS(4258), 1, + anon_sym_while, + ACTIONS(10168), 1, anon_sym_EQ, - STATE(1095), 1, + ACTIONS(10170), 1, + anon_sym_LBRACE, + STATE(9119), 1, sym_function_body, - STATE(1128), 1, + STATE(9145), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [182143] = 6, - ACTIONS(4081), 1, + [183313] = 6, + ACTIONS(6244), 1, anon_sym_LBRACE, - ACTIONS(10405), 1, + ACTIONS(8047), 1, anon_sym_EQ, - ACTIONS(10407), 1, + ACTIONS(10368), 1, anon_sym_COLON, - STATE(1059), 1, + STATE(3263), 1, sym_function_body, - STATE(1128), 1, + STATE(3334), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [182163] = 2, + [183333] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4625), 5, + ACTIONS(4601), 5, sym__automatic_semicolon, anon_sym_COLON, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_where, - [182175] = 6, - ACTIONS(4081), 1, + [183345] = 6, + ACTIONS(6244), 1, anon_sym_LBRACE, - ACTIONS(10405), 1, + ACTIONS(8047), 1, anon_sym_EQ, - ACTIONS(10409), 1, + ACTIONS(10370), 1, anon_sym_COLON, - STATE(1049), 1, + STATE(3222), 1, sym_function_body, - STATE(1128), 1, + STATE(3334), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [182195] = 2, + [183365] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4617), 5, + ACTIONS(4895), 5, sym__automatic_semicolon, - anon_sym_COLON, anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_COMMA, anon_sym_where, - [182207] = 6, - ACTIONS(4081), 1, - anon_sym_LBRACE, - ACTIONS(10405), 1, + [183377] = 6, + ACTIONS(8047), 1, anon_sym_EQ, - ACTIONS(10411), 1, + ACTIONS(8049), 1, + anon_sym_LBRACE, + ACTIONS(10372), 1, anon_sym_COLON, - STATE(1085), 1, + STATE(5269), 1, sym_function_body, - STATE(1128), 1, + STATE(5357), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [182227] = 4, - ACTIONS(10415), 1, - anon_sym_DOT, - STATE(7995), 1, - aux_sym_identifier_repeat1, + [183397] = 4, + ACTIONS(8344), 1, + anon_sym_LBRACE, + STATE(8356), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10413), 3, - sym__automatic_semicolon, - anon_sym_DOT_STAR, - anon_sym_as, - [182243] = 6, - ACTIONS(6236), 1, - anon_sym_LBRACE, - ACTIONS(10366), 1, + ACTIONS(10374), 3, + anon_sym_RBRACE, + anon_sym_COMMA, + anon_sym_SEMI, + [183413] = 6, + ACTIONS(4262), 1, + anon_sym_while, + ACTIONS(10168), 1, anon_sym_EQ, - ACTIONS(10418), 1, - anon_sym_COLON, - STATE(3160), 1, + ACTIONS(10170), 1, + anon_sym_LBRACE, + STATE(9116), 1, sym_function_body, - STATE(3367), 1, + STATE(9145), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [182263] = 6, - ACTIONS(7855), 1, - anon_sym_LBRACE, - ACTIONS(10340), 1, + [183433] = 6, + ACTIONS(10150), 1, anon_sym_EQ, - ACTIONS(10420), 1, - anon_sym_COLON, - STATE(4641), 1, - sym__block, - STATE(4732), 1, - sym_function_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [182283] = 6, - ACTIONS(7942), 1, + ACTIONS(10152), 1, anon_sym_LBRACE, - ACTIONS(10332), 1, - anon_sym_EQ, - ACTIONS(10422), 1, + ACTIONS(10376), 1, anon_sym_COLON, - STATE(5001), 1, - sym__block, - STATE(5049), 1, + STATE(8806), 1, sym_function_body, + STATE(8899), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [182303] = 6, - ACTIONS(10146), 1, + [183453] = 6, + ACTIONS(8047), 1, anon_sym_EQ, - ACTIONS(10148), 1, + ACTIONS(8049), 1, anon_sym_LBRACE, - ACTIONS(10424), 1, + ACTIONS(10378), 1, anon_sym_COLON, - STATE(8571), 1, - sym__block, - STATE(8706), 1, + STATE(5287), 1, sym_function_body, + STATE(5357), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [182323] = 6, - ACTIONS(4081), 1, - anon_sym_LBRACE, - ACTIONS(10426), 1, - anon_sym_COLON, - ACTIONS(10428), 1, - anon_sym_EQ, - STATE(1095), 1, - sym_function_body, - STATE(1128), 1, - sym__block, + [183473] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [182343] = 6, - ACTIONS(4081), 1, - anon_sym_LBRACE, - ACTIONS(10428), 1, - anon_sym_EQ, - ACTIONS(10430), 1, + ACTIONS(4589), 5, + sym__automatic_semicolon, anon_sym_COLON, - STATE(1059), 1, - sym_function_body, - STATE(1128), 1, - sym__block, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_where, + [183485] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [182363] = 6, - ACTIONS(4081), 1, - anon_sym_LBRACE, - ACTIONS(10428), 1, + ACTIONS(4593), 5, + anon_sym_COLON, anon_sym_EQ, - ACTIONS(10432), 1, + anon_sym_LBRACE, + anon_sym_where, + anon_sym_while, + [183497] = 6, + ACTIONS(6461), 1, + anon_sym_LBRACE, + ACTIONS(10380), 1, anon_sym_COLON, - STATE(1049), 1, - sym_function_body, - STATE(1128), 1, + ACTIONS(10382), 1, + anon_sym_EQ, + STATE(3738), 1, sym__block, + STATE(3902), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [182383] = 6, - ACTIONS(7942), 1, + [183517] = 6, + ACTIONS(6244), 1, anon_sym_LBRACE, - ACTIONS(10332), 1, + ACTIONS(8047), 1, anon_sym_EQ, - ACTIONS(10434), 1, + ACTIONS(10384), 1, anon_sym_COLON, - STATE(4984), 1, + STATE(3333), 1, sym_function_body, - STATE(5001), 1, + STATE(3334), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [182403] = 2, + [183537] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4641), 5, + ACTIONS(4533), 5, anon_sym_COLON, anon_sym_EQ, anon_sym_LBRACE, anon_sym_where, anon_sym_while, - [182415] = 6, - ACTIONS(4199), 1, - anon_sym_while, - ACTIONS(8278), 1, - anon_sym_where, - ACTIONS(8346), 1, + [183549] = 6, + ACTIONS(6461), 1, anon_sym_LBRACE, - STATE(8472), 1, - sym_type_constraints, - STATE(9437), 1, - sym_class_body, + ACTIONS(10382), 1, + anon_sym_EQ, + ACTIONS(10386), 1, + anon_sym_COLON, + STATE(3738), 1, + sym__block, + STATE(3767), 1, + sym_function_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [183569] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [182435] = 6, - ACTIONS(6434), 1, + ACTIONS(4525), 5, + sym__automatic_semicolon, + anon_sym_COLON, anon_sym_LBRACE, - ACTIONS(10370), 1, + anon_sym_RBRACE, + anon_sym_where, + [183581] = 6, + ACTIONS(7928), 1, + anon_sym_LBRACE, + ACTIONS(10150), 1, anon_sym_EQ, - ACTIONS(10436), 1, + ACTIONS(10388), 1, anon_sym_COLON, - STATE(3725), 1, + STATE(4901), 1, sym__block, - STATE(3763), 1, + STATE(5035), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [182455] = 6, - ACTIONS(4081), 1, + [183601] = 6, + ACTIONS(6461), 1, anon_sym_LBRACE, - ACTIONS(10428), 1, + ACTIONS(10382), 1, anon_sym_EQ, - ACTIONS(10438), 1, + ACTIONS(10390), 1, anon_sym_COLON, - STATE(1085), 1, + STATE(3686), 1, sym_function_body, - STATE(1128), 1, + STATE(3738), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [182475] = 2, + [183621] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4702), 5, + ACTIONS(4670), 5, anon_sym_COLON, anon_sym_EQ, anon_sym_LBRACE, anon_sym_where, anon_sym_while, - [182487] = 7, - ACTIONS(3), 1, - sym_multiline_comment, - ACTIONS(10354), 1, - sym_line_comment, - ACTIONS(10358), 1, - anon_sym_BSLASHu, - ACTIONS(10360), 1, - sym__escaped_identifier, - ACTIONS(10440), 1, - aux_sym_character_literal_token1, - STATE(9265), 1, - sym_character_escape_seq, - STATE(9367), 1, - sym__uni_character_literal, - [182509] = 5, - ACTIONS(8237), 1, + [183633] = 6, + ACTIONS(6461), 1, anon_sym_LBRACE, - ACTIONS(10442), 1, - anon_sym_COLON, - STATE(8888), 1, - sym_class_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4519), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [182527] = 7, - ACTIONS(3), 1, - sym_multiline_comment, - ACTIONS(10354), 1, - sym_line_comment, - ACTIONS(10358), 1, - anon_sym_BSLASHu, - ACTIONS(10360), 1, - sym__escaped_identifier, - ACTIONS(10444), 1, - aux_sym_character_literal_token1, - STATE(9149), 1, - sym_character_escape_seq, - STATE(9367), 1, - sym__uni_character_literal, - [182549] = 6, - ACTIONS(10146), 1, + ACTIONS(10382), 1, anon_sym_EQ, - ACTIONS(10148), 1, - anon_sym_LBRACE, - ACTIONS(10446), 1, + ACTIONS(10392), 1, anon_sym_COLON, - STATE(8571), 1, - sym__block, - STATE(8838), 1, + STATE(3734), 1, sym_function_body, + STATE(3738), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [182569] = 5, - ACTIONS(10448), 1, - anon_sym_catch, - ACTIONS(10450), 1, - anon_sym_finally, - STATE(3287), 1, - sym_finally_block, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(2781), 2, - sym_catch_block, - aux_sym_try_expression_repeat1, - [182587] = 6, - ACTIONS(6434), 1, + [183653] = 6, + ACTIONS(6244), 1, anon_sym_LBRACE, - ACTIONS(10370), 1, + ACTIONS(10348), 1, anon_sym_EQ, - ACTIONS(10452), 1, + ACTIONS(10394), 1, anon_sym_COLON, - STATE(3725), 1, - sym__block, - STATE(3844), 1, + STATE(3333), 1, sym_function_body, + STATE(3334), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [182607] = 7, - ACTIONS(3), 1, - sym_multiline_comment, - ACTIONS(10354), 1, - sym_line_comment, - ACTIONS(10358), 1, - anon_sym_BSLASHu, - ACTIONS(10360), 1, - sym__escaped_identifier, - ACTIONS(10454), 1, - aux_sym_character_literal_token1, - STATE(8937), 1, - sym_character_escape_seq, - STATE(9367), 1, - sym__uni_character_literal, - [182629] = 2, + [183673] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4692), 5, + ACTIONS(4615), 5, sym__automatic_semicolon, anon_sym_COLON, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_where, - [182641] = 2, + [183685] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4676), 5, + ACTIONS(4619), 5, anon_sym_COLON, anon_sym_EQ, anon_sym_LBRACE, anon_sym_where, anon_sym_while, - [182653] = 6, - ACTIONS(6434), 1, + [183697] = 6, + ACTIONS(7928), 1, anon_sym_LBRACE, - ACTIONS(10336), 1, + ACTIONS(10150), 1, anon_sym_EQ, - ACTIONS(10456), 1, + ACTIONS(10396), 1, anon_sym_COLON, - STATE(3725), 1, + STATE(4901), 1, sym__block, - STATE(3844), 1, + STATE(5016), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [182673] = 6, - ACTIONS(7942), 1, + [183717] = 6, + ACTIONS(4348), 1, + anon_sym_while, + ACTIONS(8328), 1, + anon_sym_LBRACE, + ACTIONS(8334), 1, + anon_sym_where, + STATE(8373), 1, + sym_type_constraints, + STATE(9110), 1, + sym_enum_class_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [183737] = 6, + ACTIONS(4344), 1, + anon_sym_while, + ACTIONS(8334), 1, + anon_sym_where, + ACTIONS(8344), 1, + anon_sym_LBRACE, + STATE(8375), 1, + sym_type_constraints, + STATE(9065), 1, + sym_class_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [183757] = 6, + ACTIONS(6461), 1, anon_sym_LBRACE, - ACTIONS(10458), 1, + ACTIONS(10360), 1, + anon_sym_EQ, + ACTIONS(10398), 1, anon_sym_COLON, - ACTIONS(10460), 1, + STATE(3686), 1, + sym_function_body, + STATE(3738), 1, + sym__block, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [183777] = 6, + ACTIONS(10400), 1, + anon_sym_DOT_STAR, + ACTIONS(10402), 1, + anon_sym_as, + ACTIONS(10404), 1, + sym__automatic_semicolon, + STATE(8848), 1, + sym_import_alias, + STATE(8858), 1, + sym__semi, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [183797] = 6, + ACTIONS(4101), 1, + anon_sym_while, + ACTIONS(10168), 1, anon_sym_EQ, - STATE(4984), 1, + ACTIONS(10170), 1, + anon_sym_LBRACE, + STATE(9106), 1, sym_function_body, - STATE(5001), 1, + STATE(9145), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [182693] = 4, - ACTIONS(8346), 1, + [183817] = 4, + ACTIONS(8344), 1, anon_sym_LBRACE, - STATE(8386), 1, + STATE(8340), 1, sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10194), 3, + ACTIONS(10263), 3, anon_sym_RBRACE, anon_sym_COMMA, anon_sym_SEMI, - [182709] = 5, - ACTIONS(10462), 1, - anon_sym_catch, - ACTIONS(10464), 1, - anon_sym_finally, - STATE(3793), 1, - sym_finally_block, + [183833] = 6, + ACTIONS(7928), 1, + anon_sym_LBRACE, + ACTIONS(10150), 1, + anon_sym_EQ, + ACTIONS(10406), 1, + anon_sym_COLON, + STATE(4901), 1, + sym__block, + STATE(4956), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2916), 2, - sym_catch_block, - aux_sym_try_expression_repeat1, - [182727] = 6, - ACTIONS(4199), 1, + [183853] = 6, + ACTIONS(6461), 1, + anon_sym_LBRACE, + ACTIONS(10360), 1, + anon_sym_EQ, + ACTIONS(10408), 1, + anon_sym_COLON, + STATE(3738), 1, + sym__block, + STATE(3767), 1, + sym_function_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [183873] = 6, + ACTIONS(4344), 1, anon_sym_while, - ACTIONS(8272), 1, + ACTIONS(8328), 1, anon_sym_LBRACE, - ACTIONS(8278), 1, + ACTIONS(8334), 1, anon_sym_where, - STATE(8464), 1, + STATE(8380), 1, sym_type_constraints, - STATE(9437), 1, + STATE(9065), 1, sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [182747] = 6, - ACTIONS(7942), 1, + [183893] = 6, + ACTIONS(7866), 1, anon_sym_LBRACE, - ACTIONS(10460), 1, + ACTIONS(10356), 1, anon_sym_EQ, - ACTIONS(10466), 1, + ACTIONS(10410), 1, anon_sym_COLON, - STATE(5001), 1, + STATE(4690), 1, sym__block, - STATE(5049), 1, + STATE(4718), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [182767] = 3, - ACTIONS(10222), 1, - anon_sym_by, + [183913] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4456), 4, + ACTIONS(4652), 5, + sym__automatic_semicolon, + anon_sym_COLON, anon_sym_LBRACE, - anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_where, + [183925] = 6, + ACTIONS(4233), 1, anon_sym_while, - [182781] = 6, - ACTIONS(4436), 1, - anon_sym_while, - ACTIONS(8278), 1, - anon_sym_where, - ACTIONS(8346), 1, + ACTIONS(8328), 1, anon_sym_LBRACE, - STATE(8461), 1, + ACTIONS(8334), 1, + anon_sym_where, + STATE(8390), 1, sym_type_constraints, - STATE(9404), 1, - sym_class_body, + STATE(9100), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [182801] = 6, - ACTIONS(7942), 1, - anon_sym_LBRACE, - ACTIONS(10460), 1, - anon_sym_EQ, - ACTIONS(10468), 1, - anon_sym_COLON, - STATE(5001), 1, - sym__block, - STATE(5068), 1, - sym_function_body, + [183945] = 5, + ACTIONS(10412), 1, + anon_sym_catch, + ACTIONS(10414), 1, + anon_sym_finally, + STATE(1187), 1, + sym_finally_block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [182821] = 4, - ACTIONS(10470), 1, - anon_sym_COMMA, - STATE(8058), 1, - aux_sym_type_constraints_repeat1, + STATE(784), 2, + sym_catch_block, + aux_sym_try_expression_repeat1, + [183963] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4487), 3, - anon_sym_EQ, + ACTIONS(4541), 5, + sym__automatic_semicolon, + anon_sym_COLON, anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_where, + [183975] = 6, + ACTIONS(4505), 1, anon_sym_while, - [182837] = 6, - ACTIONS(7942), 1, + ACTIONS(8334), 1, + anon_sym_where, + ACTIONS(8344), 1, anon_sym_LBRACE, - ACTIONS(10460), 1, - anon_sym_EQ, - ACTIONS(10472), 1, + STATE(8392), 1, + sym_type_constraints, + STATE(9092), 1, + sym_class_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [183995] = 6, + ACTIONS(4039), 1, + anon_sym_LBRACE, + ACTIONS(10416), 1, anon_sym_COLON, - STATE(5001), 1, + ACTIONS(10418), 1, + anon_sym_EQ, + STATE(1087), 1, sym__block, - STATE(5025), 1, + STATE(1169), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [182857] = 4, - ACTIONS(10395), 1, - anon_sym_COMMA, - STATE(7984), 1, - aux_sym__delegation_specifiers_repeat1, + [184015] = 4, + ACTIONS(10422), 1, + anon_sym_DOT, + STATE(8046), 1, + aux_sym_identifier_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4680), 3, - anon_sym_LBRACE, - anon_sym_where, - anon_sym_while, - [182873] = 4, - ACTIONS(8346), 1, + ACTIONS(10420), 3, + sym__automatic_semicolon, + anon_sym_DOT_STAR, + anon_sym_as, + [184031] = 6, + ACTIONS(6244), 1, anon_sym_LBRACE, - STATE(8339), 1, - sym_class_body, + ACTIONS(10348), 1, + anon_sym_EQ, + ACTIONS(10424), 1, + anon_sym_COLON, + STATE(3263), 1, + sym_function_body, + STATE(3334), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10474), 3, - anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_SEMI, - [182889] = 2, + [184051] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5053), 5, + ACTIONS(4887), 5, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COMMA, anon_sym_where, - [182901] = 2, + [184063] = 4, + ACTIONS(10428), 1, + anon_sym_DOT, + STATE(8046), 1, + aux_sym_identifier_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4649), 5, + ACTIONS(10426), 3, sym__automatic_semicolon, - anon_sym_COLON, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_where, - [182913] = 6, - ACTIONS(6236), 1, + anon_sym_DOT_STAR, + anon_sym_as, + [184079] = 6, + ACTIONS(10150), 1, + anon_sym_EQ, + ACTIONS(10152), 1, anon_sym_LBRACE, - ACTIONS(10476), 1, + ACTIONS(10431), 1, anon_sym_COLON, - ACTIONS(10478), 1, - anon_sym_EQ, - STATE(3160), 1, - sym_function_body, - STATE(3367), 1, + STATE(8899), 1, sym__block, + STATE(8922), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [182933] = 6, - ACTIONS(6434), 1, + [184099] = 6, + ACTIONS(4039), 1, anon_sym_LBRACE, - ACTIONS(10336), 1, + ACTIONS(10418), 1, anon_sym_EQ, - ACTIONS(10480), 1, + ACTIONS(10433), 1, anon_sym_COLON, - STATE(3725), 1, + STATE(1087), 1, sym__block, - STATE(3784), 1, + STATE(1200), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [182953] = 6, - ACTIONS(6434), 1, - anon_sym_LBRACE, - ACTIONS(10336), 1, + [184119] = 6, + ACTIONS(10150), 1, anon_sym_EQ, - ACTIONS(10482), 1, + ACTIONS(10152), 1, + anon_sym_LBRACE, + ACTIONS(10435), 1, anon_sym_COLON, - STATE(3725), 1, - sym__block, - STATE(3763), 1, + STATE(8736), 1, sym_function_body, + STATE(8899), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [182973] = 6, - ACTIONS(10166), 1, - anon_sym_EQ, - ACTIONS(10168), 1, + [184139] = 6, + ACTIONS(4039), 1, anon_sym_LBRACE, - ACTIONS(10484), 1, + ACTIONS(10418), 1, + anon_sym_EQ, + ACTIONS(10437), 1, anon_sym_COLON, - STATE(9297), 1, + STATE(1087), 1, sym__block, - STATE(9449), 1, + STATE(1161), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [182993] = 5, - ACTIONS(10486), 1, - anon_sym_catch, - ACTIONS(10488), 1, - anon_sym_finally, - STATE(1097), 1, - sym_finally_block, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(784), 2, - sym_catch_block, - aux_sym_try_expression_repeat1, - [183011] = 6, - ACTIONS(6236), 1, + [184159] = 6, + ACTIONS(6244), 1, anon_sym_LBRACE, - ACTIONS(10478), 1, + ACTIONS(10348), 1, anon_sym_EQ, - ACTIONS(10490), 1, + ACTIONS(10439), 1, anon_sym_COLON, - STATE(3200), 1, + STATE(3222), 1, sym_function_body, - STATE(3367), 1, + STATE(3334), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [183031] = 6, - ACTIONS(6236), 1, + [184179] = 6, + ACTIONS(6233), 1, anon_sym_LBRACE, - ACTIONS(10478), 1, - anon_sym_EQ, - ACTIONS(10492), 1, + ACTIONS(10441), 1, anon_sym_COLON, - STATE(3226), 1, + ACTIONS(10443), 1, + anon_sym_EQ, + STATE(3179), 1, sym_function_body, - STATE(3367), 1, + STATE(3464), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [183051] = 2, + [184199] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5057), 5, + ACTIONS(4867), 5, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COMMA, anon_sym_where, - [183063] = 2, + [184211] = 7, + ACTIONS(3), 1, + sym_multiline_comment, + ACTIONS(10445), 1, + sym_line_comment, + ACTIONS(10447), 1, + aux_sym_character_literal_token1, + ACTIONS(10449), 1, + anon_sym_BSLASHu, + ACTIONS(10451), 1, + sym__escaped_identifier, + STATE(9334), 1, + sym_character_escape_seq, + STATE(9455), 1, + sym__uni_character_literal, + [184233] = 4, + ACTIONS(10422), 1, + anon_sym_DOT, + STATE(8043), 1, + aux_sym_identifier_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5061), 5, + ACTIONS(10453), 3, sym__automatic_semicolon, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_where, - [183075] = 2, + anon_sym_DOT_STAR, + anon_sym_as, + [184249] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4889), 5, + ACTIONS(4863), 5, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COMMA, anon_sym_where, - [183087] = 2, + [184261] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5065), 5, + ACTIONS(4871), 5, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COMMA, anon_sym_where, - [183099] = 4, - ACTIONS(10496), 1, - anon_sym_DOT, - STATE(7995), 1, - aux_sym_identifier_repeat1, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(10494), 3, - sym__automatic_semicolon, - anon_sym_DOT_STAR, - anon_sym_as, - [183115] = 6, - ACTIONS(4081), 1, - anon_sym_LBRACE, - ACTIONS(10498), 1, - anon_sym_COLON, - ACTIONS(10500), 1, + [184273] = 6, + ACTIONS(4033), 1, + anon_sym_while, + ACTIONS(10168), 1, anon_sym_EQ, - STATE(1085), 1, + ACTIONS(10170), 1, + anon_sym_LBRACE, + STATE(9097), 1, sym_function_body, - STATE(1128), 1, + STATE(9145), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [183135] = 4, - ACTIONS(10502), 1, + [184293] = 4, + ACTIONS(10455), 1, anon_sym_LT, - STATE(8469), 1, + STATE(8428), 1, sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4138), 3, + ACTIONS(4115), 3, anon_sym_DOT, sym__quest, anon_sym_in, - [183151] = 6, - ACTIONS(6220), 1, + [184309] = 6, + ACTIONS(7928), 1, anon_sym_LBRACE, - ACTIONS(8039), 1, - anon_sym_EQ, - ACTIONS(10504), 1, + ACTIONS(10457), 1, anon_sym_COLON, - STATE(3245), 1, + ACTIONS(10459), 1, + anon_sym_EQ, + STATE(4901), 1, sym__block, - STATE(3279), 1, + STATE(4922), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [183171] = 6, - ACTIONS(4081), 1, + [184329] = 6, + ACTIONS(7866), 1, anon_sym_LBRACE, - ACTIONS(10500), 1, + ACTIONS(10356), 1, anon_sym_EQ, - ACTIONS(10506), 1, + ACTIONS(10461), 1, anon_sym_COLON, - STATE(1049), 1, + STATE(4669), 1, sym_function_body, - STATE(1128), 1, + STATE(4690), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [183191] = 6, - ACTIONS(4081), 1, + [184349] = 6, + ACTIONS(7928), 1, anon_sym_LBRACE, - ACTIONS(10500), 1, + ACTIONS(10459), 1, anon_sym_EQ, - ACTIONS(10508), 1, + ACTIONS(10463), 1, anon_sym_COLON, - STATE(1059), 1, - sym_function_body, - STATE(1128), 1, + STATE(4901), 1, sym__block, + STATE(5035), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [183211] = 6, - ACTIONS(4081), 1, + [184369] = 6, + ACTIONS(7866), 1, anon_sym_LBRACE, - ACTIONS(10500), 1, + ACTIONS(10356), 1, anon_sym_EQ, - ACTIONS(10510), 1, + ACTIONS(10465), 1, anon_sym_COLON, - STATE(1095), 1, + STATE(4624), 1, sym_function_body, - STATE(1128), 1, + STATE(4690), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [183231] = 6, - ACTIONS(4081), 1, + [184389] = 6, + ACTIONS(7928), 1, anon_sym_LBRACE, - ACTIONS(10512), 1, - anon_sym_COLON, - ACTIONS(10514), 1, + ACTIONS(10459), 1, anon_sym_EQ, - STATE(1085), 1, - sym_function_body, - STATE(1128), 1, + ACTIONS(10467), 1, + anon_sym_COLON, + STATE(4901), 1, sym__block, + STATE(5016), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [183251] = 6, - ACTIONS(7855), 1, + [184409] = 6, + ACTIONS(4039), 1, anon_sym_LBRACE, - ACTIONS(10516), 1, + ACTIONS(10469), 1, anon_sym_COLON, - ACTIONS(10518), 1, + ACTIONS(10471), 1, anon_sym_EQ, - STATE(4641), 1, + STATE(1087), 1, sym__block, - STATE(4737), 1, + STATE(1161), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [183271] = 6, - ACTIONS(10166), 1, - anon_sym_EQ, - ACTIONS(10168), 1, + [184429] = 6, + ACTIONS(7928), 1, anon_sym_LBRACE, - ACTIONS(10520), 1, + ACTIONS(10459), 1, + anon_sym_EQ, + ACTIONS(10473), 1, anon_sym_COLON, - STATE(9297), 1, + STATE(4901), 1, sym__block, - STATE(9425), 1, + STATE(4956), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [183291] = 6, - ACTIONS(4081), 1, + [184449] = 6, + ACTIONS(4505), 1, + anon_sym_while, + ACTIONS(8328), 1, anon_sym_LBRACE, - ACTIONS(10514), 1, - anon_sym_EQ, - ACTIONS(10522), 1, + ACTIONS(8334), 1, + anon_sym_where, + STATE(8401), 1, + sym_type_constraints, + STATE(9092), 1, + sym_enum_class_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [184469] = 6, + ACTIONS(7928), 1, + anon_sym_LBRACE, + ACTIONS(10475), 1, anon_sym_COLON, - STATE(1049), 1, - sym_function_body, - STATE(1128), 1, + ACTIONS(10477), 1, + anon_sym_EQ, + STATE(4901), 1, sym__block, + STATE(4956), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [183311] = 2, - ACTIONS(3), 2, + [184489] = 7, + ACTIONS(3), 1, sym_multiline_comment, + ACTIONS(10445), 1, sym_line_comment, - ACTIONS(4456), 5, - sym__automatic_semicolon, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_where, - [183323] = 6, - ACTIONS(7855), 1, + ACTIONS(10449), 1, + anon_sym_BSLASHu, + ACTIONS(10451), 1, + sym__escaped_identifier, + ACTIONS(10479), 1, + aux_sym_character_literal_token1, + STATE(9455), 1, + sym__uni_character_literal, + STATE(9464), 1, + sym_character_escape_seq, + [184511] = 6, + ACTIONS(4039), 1, anon_sym_LBRACE, - ACTIONS(10518), 1, + ACTIONS(10471), 1, anon_sym_EQ, - ACTIONS(10524), 1, + ACTIONS(10481), 1, anon_sym_COLON, - STATE(4641), 1, + STATE(1087), 1, sym__block, - STATE(4732), 1, + STATE(1191), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [183343] = 6, - ACTIONS(7855), 1, + [184531] = 6, + ACTIONS(4039), 1, anon_sym_LBRACE, - ACTIONS(10518), 1, + ACTIONS(10471), 1, anon_sym_EQ, - ACTIONS(10526), 1, + ACTIONS(10483), 1, anon_sym_COLON, - STATE(4641), 1, + STATE(1087), 1, sym__block, - STATE(4720), 1, + STATE(1200), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [183363] = 4, - ACTIONS(10528), 1, - anon_sym_COMMA, - STATE(8058), 1, - aux_sym_type_constraints_repeat1, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4468), 3, - anon_sym_EQ, - anon_sym_LBRACE, - anon_sym_while, - [183379] = 6, - ACTIONS(7855), 1, + [184551] = 6, + ACTIONS(4039), 1, anon_sym_LBRACE, - ACTIONS(10518), 1, + ACTIONS(10471), 1, anon_sym_EQ, - ACTIONS(10531), 1, + ACTIONS(10485), 1, anon_sym_COLON, - STATE(4641), 1, + STATE(1087), 1, sym__block, - STATE(4648), 1, + STATE(1169), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [183399] = 6, - ACTIONS(4081), 1, + [184571] = 6, + ACTIONS(6233), 1, anon_sym_LBRACE, - ACTIONS(10514), 1, - anon_sym_EQ, - ACTIONS(10533), 1, + ACTIONS(10487), 1, anon_sym_COLON, - STATE(1059), 1, + ACTIONS(10489), 1, + anon_sym_EQ, + STATE(3179), 1, sym_function_body, - STATE(1128), 1, + STATE(3464), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [183419] = 6, - ACTIONS(4081), 1, + [184591] = 6, + ACTIONS(4408), 1, + anon_sym_while, + ACTIONS(8334), 1, + anon_sym_where, + ACTIONS(8344), 1, anon_sym_LBRACE, - ACTIONS(10514), 1, + STATE(8404), 1, + sym_type_constraints, + STATE(9091), 1, + sym_class_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [184611] = 6, + ACTIONS(4489), 1, + anon_sym_while, + ACTIONS(10168), 1, anon_sym_EQ, - ACTIONS(10535), 1, - anon_sym_COLON, - STATE(1095), 1, + ACTIONS(10170), 1, + anon_sym_LBRACE, + STATE(9123), 1, sym_function_body, - STATE(1128), 1, + STATE(9145), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [183439] = 5, - ACTIONS(10537), 1, + [184631] = 4, + ACTIONS(10491), 1, + anon_sym_COMMA, + STATE(8076), 1, + aux_sym_type_constraints_repeat1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4466), 3, + anon_sym_EQ, + anon_sym_LBRACE, + anon_sym_while, + [184647] = 5, + ACTIONS(10494), 1, anon_sym_catch, - ACTIONS(10539), 1, + ACTIONS(10496), 1, anon_sym_finally, - STATE(4901), 1, + STATE(4699), 1, sym_finally_block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4475), 2, + STATE(4437), 2, sym_catch_block, aux_sym_try_expression_repeat1, - [183457] = 6, - ACTIONS(8039), 1, + [184665] = 6, + ACTIONS(6461), 1, + anon_sym_LBRACE, + ACTIONS(10344), 1, anon_sym_EQ, - ACTIONS(8041), 1, + ACTIONS(10498), 1, + anon_sym_COLON, + STATE(3686), 1, + sym_function_body, + STATE(3738), 1, + sym__block, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [184685] = 6, + ACTIONS(6461), 1, anon_sym_LBRACE, - ACTIONS(10541), 1, + ACTIONS(10344), 1, + anon_sym_EQ, + ACTIONS(10500), 1, anon_sym_COLON, - STATE(5299), 1, + STATE(3738), 1, sym__block, - STATE(5312), 1, + STATE(3767), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [183477] = 6, - ACTIONS(4483), 1, - anon_sym_while, - ACTIONS(8278), 1, + [184705] = 7, + ACTIONS(3), 1, + sym_multiline_comment, + ACTIONS(10445), 1, + sym_line_comment, + ACTIONS(10449), 1, + anon_sym_BSLASHu, + ACTIONS(10451), 1, + sym__escaped_identifier, + ACTIONS(10502), 1, + aux_sym_character_literal_token1, + STATE(9173), 1, + sym_character_escape_seq, + STATE(9455), 1, + sym__uni_character_literal, + [184727] = 4, + ACTIONS(10504), 1, + anon_sym_COMMA, + STATE(8158), 1, + aux_sym__delegation_specifiers_repeat1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4660), 3, + anon_sym_LBRACE, anon_sym_where, - ACTIONS(8346), 1, + anon_sym_while, + [184743] = 2, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4418), 5, + sym__automatic_semicolon, anon_sym_LBRACE, - STATE(8482), 1, - sym_type_constraints, - STATE(9463), 1, - sym_class_body, + anon_sym_RBRACE, + anon_sym_COMMA, + anon_sym_where, + [184755] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [183497] = 6, - ACTIONS(10166), 1, - anon_sym_EQ, + ACTIONS(4690), 5, + sym__automatic_semicolon, + anon_sym_COLON, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_where, + [184767] = 6, ACTIONS(10168), 1, + anon_sym_EQ, + ACTIONS(10170), 1, anon_sym_LBRACE, - ACTIONS(10543), 1, + ACTIONS(10506), 1, anon_sym_COLON, - STATE(9297), 1, - sym__block, - STATE(9488), 1, + STATE(9030), 1, sym_function_body, + STATE(9145), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [183517] = 6, - ACTIONS(6220), 1, + [184787] = 6, + ACTIONS(6461), 1, anon_sym_LBRACE, - ACTIONS(10545), 1, + ACTIONS(10508), 1, anon_sym_COLON, - ACTIONS(10547), 1, + ACTIONS(10510), 1, anon_sym_EQ, - STATE(3181), 1, + STATE(3734), 1, sym_function_body, - STATE(3245), 1, + STATE(3738), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [183537] = 6, - ACTIONS(6434), 1, + [184807] = 6, + ACTIONS(10168), 1, + anon_sym_EQ, + ACTIONS(10170), 1, anon_sym_LBRACE, - ACTIONS(10549), 1, + ACTIONS(10512), 1, anon_sym_COLON, - ACTIONS(10551), 1, - anon_sym_EQ, - STATE(3725), 1, - sym__block, - STATE(3739), 1, + STATE(9090), 1, sym_function_body, + STATE(9145), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [183557] = 6, - ACTIONS(6434), 1, + [184827] = 6, + ACTIONS(4305), 1, + anon_sym_while, + ACTIONS(8334), 1, + anon_sym_where, + ACTIONS(8344), 1, anon_sym_LBRACE, - ACTIONS(10553), 1, - anon_sym_COLON, - ACTIONS(10555), 1, + STATE(8506), 1, + sym_type_constraints, + STATE(9033), 1, + sym_class_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [184847] = 6, + ACTIONS(10150), 1, anon_sym_EQ, - STATE(3725), 1, - sym__block, - STATE(3739), 1, + ACTIONS(10152), 1, + anon_sym_LBRACE, + ACTIONS(10514), 1, + anon_sym_COLON, + STATE(8716), 1, sym_function_body, + STATE(8899), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [183577] = 6, - ACTIONS(6434), 1, + [184867] = 6, + ACTIONS(6461), 1, anon_sym_LBRACE, - ACTIONS(10551), 1, + ACTIONS(10510), 1, anon_sym_EQ, - ACTIONS(10557), 1, + ACTIONS(10516), 1, anon_sym_COLON, - STATE(3725), 1, - sym__block, - STATE(3763), 1, + STATE(3686), 1, sym_function_body, + STATE(3738), 1, + sym__block, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [184887] = 4, + ACTIONS(10518), 1, + anon_sym_COMMA, + STATE(8106), 1, + aux_sym_type_constraints_repeat1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4444), 3, + anon_sym_EQ, + anon_sym_LBRACE, + anon_sym_while, + [184903] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [183597] = 6, - ACTIONS(6220), 1, + ACTIONS(4698), 5, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_DASH_GT, + anon_sym_in, + [184915] = 6, + ACTIONS(7928), 1, anon_sym_LBRACE, - ACTIONS(10547), 1, + ACTIONS(10477), 1, anon_sym_EQ, - ACTIONS(10559), 1, + ACTIONS(10520), 1, anon_sym_COLON, - STATE(3245), 1, + STATE(4901), 1, sym__block, - STATE(3253), 1, + STATE(5016), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [183617] = 6, - ACTIONS(6220), 1, + [184935] = 6, + ACTIONS(4039), 1, anon_sym_LBRACE, - ACTIONS(10547), 1, - anon_sym_EQ, - ACTIONS(10561), 1, + ACTIONS(10522), 1, anon_sym_COLON, - STATE(3245), 1, + ACTIONS(10524), 1, + anon_sym_EQ, + STATE(1087), 1, sym__block, - STATE(3279), 1, + STATE(1161), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [183637] = 7, - ACTIONS(3), 1, - sym_multiline_comment, - ACTIONS(10354), 1, - sym_line_comment, - ACTIONS(10358), 1, - anon_sym_BSLASHu, - ACTIONS(10360), 1, - sym__escaped_identifier, - ACTIONS(10563), 1, - aux_sym_character_literal_token1, - STATE(9172), 1, - sym_character_escape_seq, - STATE(9367), 1, - sym__uni_character_literal, - [183659] = 6, - ACTIONS(10166), 1, - anon_sym_EQ, - ACTIONS(10168), 1, + [184955] = 6, + ACTIONS(4039), 1, anon_sym_LBRACE, - ACTIONS(10565), 1, + ACTIONS(10418), 1, + anon_sym_EQ, + ACTIONS(10526), 1, anon_sym_COLON, - STATE(9297), 1, + STATE(1087), 1, sym__block, - STATE(9441), 1, + STATE(1191), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [183679] = 6, - ACTIONS(6220), 1, + [184975] = 6, + ACTIONS(6461), 1, anon_sym_LBRACE, - ACTIONS(10547), 1, + ACTIONS(10510), 1, anon_sym_EQ, - ACTIONS(10567), 1, + ACTIONS(10528), 1, anon_sym_COLON, - STATE(3245), 1, + STATE(3738), 1, sym__block, - STATE(3420), 1, + STATE(3767), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [183699] = 6, - ACTIONS(6434), 1, + [184995] = 6, + ACTIONS(6461), 1, anon_sym_LBRACE, - ACTIONS(10551), 1, + ACTIONS(10344), 1, anon_sym_EQ, - ACTIONS(10569), 1, + ACTIONS(10530), 1, anon_sym_COLON, - STATE(3725), 1, + STATE(3738), 1, sym__block, - STATE(3784), 1, + STATE(3902), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [183719] = 6, - ACTIONS(4424), 1, - anon_sym_while, - ACTIONS(8272), 1, - anon_sym_LBRACE, - ACTIONS(8278), 1, - anon_sym_where, - STATE(8509), 1, - sym_type_constraints, - STATE(9419), 1, - sym_enum_class_body, + [185015] = 3, + ACTIONS(10246), 1, + anon_sym_by, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [183739] = 6, - ACTIONS(6434), 1, + ACTIONS(4418), 4, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_where, + anon_sym_while, + [185029] = 6, + ACTIONS(6461), 1, anon_sym_LBRACE, - ACTIONS(10555), 1, + ACTIONS(10360), 1, anon_sym_EQ, - ACTIONS(10571), 1, + ACTIONS(10532), 1, anon_sym_COLON, - STATE(3725), 1, + STATE(3738), 1, sym__block, - STATE(3763), 1, + STATE(3902), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [183759] = 6, - ACTIONS(4097), 1, + [185049] = 5, + ACTIONS(10534), 1, + anon_sym_catch, + ACTIONS(10536), 1, + anon_sym_finally, + STATE(3214), 1, + sym_finally_block, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + STATE(2780), 2, + sym_catch_block, + aux_sym_try_expression_repeat1, + [185067] = 6, + ACTIONS(4049), 1, anon_sym_while, - ACTIONS(10166), 1, - anon_sym_EQ, ACTIONS(10168), 1, + anon_sym_EQ, + ACTIONS(10170), 1, anon_sym_LBRACE, - STATE(9297), 1, - sym__block, - STATE(9415), 1, + STATE(9080), 1, sym_function_body, + STATE(9145), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [183779] = 7, - ACTIONS(3), 1, + [185087] = 6, + ACTIONS(10168), 1, + anon_sym_EQ, + ACTIONS(10170), 1, + anon_sym_LBRACE, + ACTIONS(10538), 1, + anon_sym_COLON, + STATE(9061), 1, + sym_function_body, + STATE(9145), 1, + sym__block, + ACTIONS(3), 2, sym_multiline_comment, - ACTIONS(10354), 1, sym_line_comment, - ACTIONS(10358), 1, - anon_sym_BSLASHu, - ACTIONS(10360), 1, - sym__escaped_identifier, - ACTIONS(10573), 1, - aux_sym_character_literal_token1, - STATE(9367), 1, - sym__uni_character_literal, - STATE(9369), 1, - sym_character_escape_seq, - [183801] = 6, - ACTIONS(6434), 1, - anon_sym_LBRACE, - ACTIONS(10555), 1, + [185107] = 6, + ACTIONS(10168), 1, anon_sym_EQ, - ACTIONS(10575), 1, + ACTIONS(10170), 1, + anon_sym_LBRACE, + ACTIONS(10540), 1, anon_sym_COLON, - STATE(3725), 1, - sym__block, - STATE(3784), 1, + STATE(9072), 1, sym_function_body, + STATE(9145), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [183821] = 6, - ACTIONS(6434), 1, + [185127] = 6, + ACTIONS(7928), 1, anon_sym_LBRACE, - ACTIONS(10551), 1, + ACTIONS(10477), 1, anon_sym_EQ, - ACTIONS(10577), 1, + ACTIONS(10542), 1, anon_sym_COLON, - STATE(3725), 1, + STATE(4901), 1, sym__block, - STATE(3844), 1, + STATE(5035), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [183841] = 6, - ACTIONS(8039), 1, - anon_sym_EQ, - ACTIONS(8041), 1, + [185147] = 6, + ACTIONS(4039), 1, anon_sym_LBRACE, - ACTIONS(10579), 1, + ACTIONS(10524), 1, + anon_sym_EQ, + ACTIONS(10544), 1, anon_sym_COLON, - STATE(5299), 1, + STATE(1087), 1, sym__block, - STATE(5378), 1, + STATE(1191), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [183861] = 6, - ACTIONS(8039), 1, - anon_sym_EQ, - ACTIONS(8041), 1, + [185167] = 6, + ACTIONS(4190), 1, + anon_sym_while, + ACTIONS(8334), 1, + anon_sym_where, + ACTIONS(8344), 1, anon_sym_LBRACE, - ACTIONS(10581), 1, - anon_sym_COLON, - STATE(5299), 1, - sym__block, - STATE(5360), 1, - sym_function_body, + STATE(8417), 1, + sym_type_constraints, + STATE(9075), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [183881] = 6, - ACTIONS(8039), 1, + [185187] = 4, + ACTIONS(10518), 1, + anon_sym_COMMA, + STATE(8076), 1, + aux_sym_type_constraints_repeat1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4458), 3, anon_sym_EQ, - ACTIONS(8041), 1, anon_sym_LBRACE, - ACTIONS(10583), 1, + anon_sym_while, + [185203] = 6, + ACTIONS(4404), 1, + anon_sym_while, + ACTIONS(8334), 1, + anon_sym_where, + ACTIONS(8344), 1, + anon_sym_LBRACE, + STATE(8445), 1, + sym_type_constraints, + STATE(9073), 1, + sym_class_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [185223] = 6, + ACTIONS(4039), 1, + anon_sym_LBRACE, + ACTIONS(10524), 1, + anon_sym_EQ, + ACTIONS(10546), 1, anon_sym_COLON, - STATE(5299), 1, + STATE(1087), 1, sym__block, - STATE(5322), 1, + STATE(1200), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [183901] = 6, - ACTIONS(6236), 1, + [185243] = 6, + ACTIONS(7928), 1, anon_sym_LBRACE, - ACTIONS(10585), 1, + ACTIONS(10548), 1, anon_sym_COLON, - ACTIONS(10587), 1, + ACTIONS(10550), 1, anon_sym_EQ, - STATE(3160), 1, - sym_function_body, - STATE(3367), 1, + STATE(4901), 1, sym__block, + STATE(5035), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [183921] = 6, - ACTIONS(4085), 1, + [185263] = 6, + ACTIONS(4190), 1, anon_sym_while, - ACTIONS(10166), 1, - anon_sym_EQ, - ACTIONS(10168), 1, + ACTIONS(8328), 1, anon_sym_LBRACE, - STATE(9297), 1, - sym__block, - STATE(9494), 1, - sym_function_body, + ACTIONS(8334), 1, + anon_sym_where, + STATE(8443), 1, + sym_type_constraints, + STATE(9075), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [183941] = 6, - ACTIONS(6220), 1, + [185283] = 6, + ACTIONS(7928), 1, anon_sym_LBRACE, - ACTIONS(8039), 1, + ACTIONS(10550), 1, anon_sym_EQ, - ACTIONS(10589), 1, + ACTIONS(10552), 1, anon_sym_COLON, - STATE(3181), 1, - sym_function_body, - STATE(3245), 1, + STATE(4901), 1, sym__block, + STATE(5016), 1, + sym_function_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [185303] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [183961] = 6, - ACTIONS(6236), 1, + ACTIONS(3948), 5, + anon_sym_COLON, + anon_sym_LT, + anon_sym_DOT, + sym__quest, + anon_sym_in, + [185315] = 6, + ACTIONS(7928), 1, anon_sym_LBRACE, - ACTIONS(10587), 1, + ACTIONS(10550), 1, anon_sym_EQ, - ACTIONS(10591), 1, + ACTIONS(10554), 1, anon_sym_COLON, - STATE(3184), 1, - sym_function_body, - STATE(3367), 1, + STATE(4901), 1, sym__block, + STATE(4956), 1, + sym_function_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [185335] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [183981] = 6, - ACTIONS(6236), 1, + ACTIONS(4629), 5, + sym__automatic_semicolon, anon_sym_LBRACE, - ACTIONS(10587), 1, + anon_sym_RBRACE, + anon_sym_COMMA, + anon_sym_where, + [185347] = 4, + ACTIONS(10556), 1, + anon_sym_COMMA, + STATE(8115), 1, + aux_sym__delegation_specifiers_repeat1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4629), 3, + anon_sym_LBRACE, + anon_sym_where, + anon_sym_while, + [185363] = 6, + ACTIONS(4039), 1, + anon_sym_LBRACE, + ACTIONS(10524), 1, anon_sym_EQ, - ACTIONS(10593), 1, + ACTIONS(10559), 1, anon_sym_COLON, - STATE(3200), 1, - sym_function_body, - STATE(3367), 1, + STATE(1087), 1, sym__block, + STATE(1169), 1, + sym_function_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [185383] = 5, + ACTIONS(10561), 1, + anon_sym_catch, + ACTIONS(10563), 1, + anon_sym_finally, + STATE(3761), 1, + sym_finally_block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [184001] = 6, - ACTIONS(6236), 1, + STATE(2927), 2, + sym_catch_block, + aux_sym_try_expression_repeat1, + [185401] = 7, + ACTIONS(3), 1, + sym_multiline_comment, + ACTIONS(10445), 1, + sym_line_comment, + ACTIONS(10449), 1, + anon_sym_BSLASHu, + ACTIONS(10451), 1, + sym__escaped_identifier, + ACTIONS(10565), 1, + aux_sym_character_literal_token1, + STATE(9386), 1, + sym_character_escape_seq, + STATE(9455), 1, + sym__uni_character_literal, + [185423] = 6, + ACTIONS(7866), 1, anon_sym_LBRACE, - ACTIONS(10587), 1, - anon_sym_EQ, - ACTIONS(10595), 1, + ACTIONS(10567), 1, anon_sym_COLON, - STATE(3226), 1, + ACTIONS(10569), 1, + anon_sym_EQ, + STATE(4624), 1, sym_function_body, - STATE(3367), 1, + STATE(4690), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [184021] = 6, - ACTIONS(6220), 1, + [185443] = 6, + ACTIONS(6461), 1, anon_sym_LBRACE, - ACTIONS(8039), 1, + ACTIONS(10510), 1, anon_sym_EQ, - ACTIONS(10597), 1, + ACTIONS(10571), 1, anon_sym_COLON, - STATE(3245), 1, + STATE(3738), 1, sym__block, - STATE(3253), 1, + STATE(3902), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [184041] = 6, - ACTIONS(6434), 1, + [185463] = 6, + ACTIONS(7866), 1, anon_sym_LBRACE, - ACTIONS(10555), 1, + ACTIONS(10569), 1, anon_sym_EQ, - ACTIONS(10599), 1, + ACTIONS(10573), 1, anon_sym_COLON, - STATE(3725), 1, + STATE(4690), 1, sym__block, - STATE(3844), 1, + STATE(4718), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [184061] = 3, - ACTIONS(10237), 1, + [185483] = 5, + ACTIONS(8244), 1, + anon_sym_LBRACE, + ACTIONS(10575), 1, anon_sym_COLON, + STATE(8903), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4132), 4, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_DASH_GT, - [184075] = 6, - ACTIONS(4424), 1, - anon_sym_while, - ACTIONS(8278), 1, - anon_sym_where, - ACTIONS(8346), 1, + ACTIONS(4412), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [185501] = 6, + ACTIONS(7866), 1, anon_sym_LBRACE, - STATE(8537), 1, - sym_type_constraints, - STATE(9419), 1, - sym_class_body, + ACTIONS(10569), 1, + anon_sym_EQ, + ACTIONS(10577), 1, + anon_sym_COLON, + STATE(4690), 1, + sym__block, + STATE(4747), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [184095] = 6, - ACTIONS(6220), 1, + [185521] = 6, + ACTIONS(4039), 1, anon_sym_LBRACE, - ACTIONS(8039), 1, - anon_sym_EQ, - ACTIONS(10601), 1, + ACTIONS(10579), 1, anon_sym_COLON, - STATE(3245), 1, + ACTIONS(10581), 1, + anon_sym_EQ, + STATE(1087), 1, sym__block, - STATE(3420), 1, + STATE(1161), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [184115] = 6, - ACTIONS(7942), 1, + [185541] = 6, + ACTIONS(6244), 1, anon_sym_LBRACE, - ACTIONS(10146), 1, - anon_sym_EQ, - ACTIONS(10603), 1, + ACTIONS(10583), 1, anon_sym_COLON, - STATE(4984), 1, + ACTIONS(10585), 1, + anon_sym_EQ, + STATE(3333), 1, sym_function_body, - STATE(5001), 1, + STATE(3334), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [184135] = 6, - ACTIONS(4505), 1, - anon_sym_while, - ACTIONS(10166), 1, - anon_sym_EQ, - ACTIONS(10168), 1, + [185561] = 6, + ACTIONS(7866), 1, anon_sym_LBRACE, - STATE(9297), 1, - sym__block, - STATE(9381), 1, + ACTIONS(10587), 1, + anon_sym_COLON, + ACTIONS(10589), 1, + anon_sym_EQ, + STATE(4624), 1, sym_function_body, + STATE(4690), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [184155] = 6, - ACTIONS(7855), 1, + [185581] = 6, + ACTIONS(4039), 1, anon_sym_LBRACE, - ACTIONS(10605), 1, - anon_sym_COLON, - ACTIONS(10607), 1, + ACTIONS(10581), 1, anon_sym_EQ, - STATE(4641), 1, + ACTIONS(10591), 1, + anon_sym_COLON, + STATE(1087), 1, sym__block, - STATE(4737), 1, + STATE(1191), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [184175] = 5, - ACTIONS(8237), 1, + [185601] = 6, + ACTIONS(7866), 1, anon_sym_LBRACE, - ACTIONS(10609), 1, + ACTIONS(10569), 1, + anon_sym_EQ, + ACTIONS(10593), 1, anon_sym_COLON, - STATE(8671), 1, - sym_class_body, + STATE(4669), 1, + sym_function_body, + STATE(4690), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4511), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [184193] = 6, - ACTIONS(7855), 1, + [185621] = 6, + ACTIONS(6244), 1, anon_sym_LBRACE, - ACTIONS(10607), 1, + ACTIONS(10585), 1, anon_sym_EQ, - ACTIONS(10611), 1, + ACTIONS(10595), 1, anon_sym_COLON, - STATE(4641), 1, + STATE(3222), 1, + sym_function_body, + STATE(3334), 1, sym__block, - STATE(4732), 1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [185641] = 6, + ACTIONS(6244), 1, + anon_sym_LBRACE, + ACTIONS(10585), 1, + anon_sym_EQ, + ACTIONS(10597), 1, + anon_sym_COLON, + STATE(3263), 1, sym_function_body, + STATE(3334), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [184213] = 6, - ACTIONS(7855), 1, + [185661] = 6, + ACTIONS(6244), 1, anon_sym_LBRACE, - ACTIONS(10607), 1, + ACTIONS(10585), 1, anon_sym_EQ, - ACTIONS(10613), 1, + ACTIONS(10599), 1, anon_sym_COLON, - STATE(4641), 1, + STATE(3334), 1, sym__block, - STATE(4720), 1, + STATE(3395), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [184233] = 6, - ACTIONS(7855), 1, + [185681] = 6, + ACTIONS(4039), 1, anon_sym_LBRACE, - ACTIONS(10607), 1, + ACTIONS(10581), 1, anon_sym_EQ, - ACTIONS(10615), 1, + ACTIONS(10601), 1, anon_sym_COLON, - STATE(4641), 1, + STATE(1087), 1, sym__block, - STATE(4648), 1, + STATE(1200), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [184253] = 6, - ACTIONS(6236), 1, + [185701] = 6, + ACTIONS(7866), 1, anon_sym_LBRACE, - ACTIONS(10617), 1, - anon_sym_COLON, - ACTIONS(10619), 1, + ACTIONS(10589), 1, anon_sym_EQ, - STATE(3160), 1, - sym_function_body, - STATE(3367), 1, + ACTIONS(10603), 1, + anon_sym_COLON, + STATE(4690), 1, sym__block, + STATE(4718), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [184273] = 6, - ACTIONS(4215), 1, - anon_sym_while, - ACTIONS(8272), 1, + [185721] = 6, + ACTIONS(7866), 1, anon_sym_LBRACE, - ACTIONS(8278), 1, - anon_sym_where, - STATE(8530), 1, - sym_type_constraints, - STATE(9411), 1, - sym_enum_class_body, + ACTIONS(10589), 1, + anon_sym_EQ, + ACTIONS(10605), 1, + anon_sym_COLON, + STATE(4690), 1, + sym__block, + STATE(4747), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [184293] = 6, - ACTIONS(7942), 1, + [185741] = 6, + ACTIONS(7866), 1, anon_sym_LBRACE, - ACTIONS(10621), 1, - anon_sym_COLON, - ACTIONS(10623), 1, + ACTIONS(10168), 1, anon_sym_EQ, - STATE(5001), 1, - sym__block, - STATE(5025), 1, + ACTIONS(10607), 1, + anon_sym_COLON, + STATE(4669), 1, sym_function_body, + STATE(4690), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [184313] = 6, - ACTIONS(4183), 1, - anon_sym_while, - ACTIONS(10166), 1, - anon_sym_EQ, - ACTIONS(10168), 1, + [185761] = 6, + ACTIONS(6233), 1, anon_sym_LBRACE, - STATE(9297), 1, - sym__block, - STATE(9388), 1, + ACTIONS(10609), 1, + anon_sym_COLON, + ACTIONS(10611), 1, + anon_sym_EQ, + STATE(3219), 1, sym_function_body, + STATE(3464), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [184333] = 6, - ACTIONS(6236), 1, + [185781] = 6, + ACTIONS(6233), 1, anon_sym_LBRACE, - ACTIONS(10619), 1, + ACTIONS(10611), 1, anon_sym_EQ, - ACTIONS(10625), 1, + ACTIONS(10613), 1, anon_sym_COLON, - STATE(3184), 1, + STATE(3179), 1, sym_function_body, - STATE(3367), 1, + STATE(3464), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [184353] = 6, - ACTIONS(6236), 1, + [185801] = 6, + ACTIONS(6233), 1, anon_sym_LBRACE, - ACTIONS(10619), 1, - anon_sym_EQ, - ACTIONS(10627), 1, + ACTIONS(10615), 1, anon_sym_COLON, - STATE(3200), 1, + ACTIONS(10617), 1, + anon_sym_EQ, + STATE(3246), 1, sym_function_body, - STATE(3367), 1, + STATE(3464), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [184373] = 6, - ACTIONS(4497), 1, - anon_sym_while, - ACTIONS(8272), 1, + [185821] = 6, + ACTIONS(6233), 1, anon_sym_LBRACE, - ACTIONS(8278), 1, - anon_sym_where, - STATE(8511), 1, - sym_type_constraints, - STATE(9390), 1, - sym_enum_class_body, + ACTIONS(10617), 1, + anon_sym_EQ, + ACTIONS(10619), 1, + anon_sym_COLON, + STATE(3219), 1, + sym_function_body, + STATE(3464), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [184393] = 6, - ACTIONS(7942), 1, + [185841] = 6, + ACTIONS(7928), 1, anon_sym_LBRACE, - ACTIONS(10623), 1, + ACTIONS(10550), 1, anon_sym_EQ, - ACTIONS(10629), 1, + ACTIONS(10621), 1, anon_sym_COLON, - STATE(5001), 1, + STATE(4901), 1, sym__block, - STATE(5068), 1, + STATE(4922), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [184413] = 6, - ACTIONS(6236), 1, + [185861] = 6, + ACTIONS(6233), 1, anon_sym_LBRACE, - ACTIONS(10619), 1, + ACTIONS(10617), 1, anon_sym_EQ, - ACTIONS(10631), 1, + ACTIONS(10623), 1, anon_sym_COLON, - STATE(3226), 1, + STATE(3179), 1, sym_function_body, - STATE(3367), 1, + STATE(3464), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [184433] = 6, - ACTIONS(6236), 1, + [185881] = 5, + ACTIONS(10625), 1, + anon_sym_catch, + ACTIONS(10627), 1, + anon_sym_finally, + STATE(3358), 1, + sym_finally_block, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + STATE(2764), 2, + sym_catch_block, + aux_sym_try_expression_repeat1, + [185899] = 7, + ACTIONS(3), 1, + sym_multiline_comment, + ACTIONS(10445), 1, + sym_line_comment, + ACTIONS(10449), 1, + anon_sym_BSLASHu, + ACTIONS(10451), 1, + sym__escaped_identifier, + ACTIONS(10629), 1, + aux_sym_character_literal_token1, + STATE(9455), 1, + sym__uni_character_literal, + STATE(9457), 1, + sym_character_escape_seq, + [185921] = 6, + ACTIONS(6244), 1, anon_sym_LBRACE, - ACTIONS(10478), 1, - anon_sym_EQ, - ACTIONS(10633), 1, + ACTIONS(10631), 1, anon_sym_COLON, - STATE(3184), 1, + ACTIONS(10633), 1, + anon_sym_EQ, + STATE(3333), 1, sym_function_body, - STATE(3367), 1, + STATE(3334), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [184453] = 6, - ACTIONS(7942), 1, + [185941] = 6, + ACTIONS(6233), 1, anon_sym_LBRACE, - ACTIONS(10623), 1, + ACTIONS(10443), 1, anon_sym_EQ, ACTIONS(10635), 1, anon_sym_COLON, - STATE(5001), 1, - sym__block, - STATE(5049), 1, + STATE(3219), 1, sym_function_body, + STATE(3464), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [184473] = 6, - ACTIONS(4286), 1, - anon_sym_while, - ACTIONS(8278), 1, - anon_sym_where, - ACTIONS(8346), 1, - anon_sym_LBRACE, - STATE(8436), 1, - sym_type_constraints, - STATE(9462), 1, - sym_class_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [184493] = 6, - ACTIONS(7942), 1, + [185961] = 6, + ACTIONS(6233), 1, anon_sym_LBRACE, - ACTIONS(10623), 1, + ACTIONS(10611), 1, anon_sym_EQ, ACTIONS(10637), 1, anon_sym_COLON, - STATE(4984), 1, + STATE(3246), 1, sym_function_body, - STATE(5001), 1, + STATE(3464), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [184513] = 6, - ACTIONS(7855), 1, + [185981] = 6, + ACTIONS(6233), 1, anon_sym_LBRACE, - ACTIONS(10166), 1, + ACTIONS(10611), 1, anon_sym_EQ, ACTIONS(10639), 1, anon_sym_COLON, - STATE(4641), 1, - sym__block, - STATE(4737), 1, + STATE(3280), 1, sym_function_body, + STATE(3464), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [184533] = 6, - ACTIONS(4450), 1, - anon_sym_while, - ACTIONS(8272), 1, + [186001] = 6, + ACTIONS(4039), 1, anon_sym_LBRACE, - ACTIONS(8278), 1, - anon_sym_where, - STATE(8524), 1, - sym_type_constraints, - STATE(9406), 1, - sym_enum_class_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [184553] = 4, - ACTIONS(10470), 1, - anon_sym_COMMA, - STATE(8027), 1, - aux_sym_type_constraints_repeat1, + ACTIONS(10581), 1, + anon_sym_EQ, + ACTIONS(10641), 1, + anon_sym_COLON, + STATE(1087), 1, + sym__block, + STATE(1169), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4493), 3, - anon_sym_EQ, - anon_sym_LBRACE, - anon_sym_while, - [184569] = 6, - ACTIONS(4103), 1, + [186021] = 6, + ACTIONS(4087), 1, anon_sym_while, - ACTIONS(10166), 1, - anon_sym_EQ, ACTIONS(10168), 1, + anon_sym_EQ, + ACTIONS(10170), 1, anon_sym_LBRACE, - STATE(9297), 1, - sym__block, - STATE(9402), 1, + STATE(9082), 1, sym_function_body, + STATE(9145), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [184589] = 5, - ACTIONS(10641), 1, - anon_sym_catch, + [186041] = 6, + ACTIONS(6233), 1, + anon_sym_LBRACE, + ACTIONS(10489), 1, + anon_sym_EQ, ACTIONS(10643), 1, - anon_sym_finally, - STATE(4711), 1, - sym_finally_block, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(4429), 2, - sym_catch_block, - aux_sym_try_expression_repeat1, - [184607] = 2, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4589), 5, - sym__automatic_semicolon, anon_sym_COLON, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_where, - [184619] = 4, - ACTIONS(10496), 1, - anon_sym_DOT, - STATE(8044), 1, - aux_sym_identifier_repeat1, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(10645), 3, - sym__automatic_semicolon, - anon_sym_DOT_STAR, - anon_sym_as, - [184635] = 2, + STATE(3246), 1, + sym_function_body, + STATE(3464), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3833), 5, - anon_sym_COLON, - anon_sym_LT, - anon_sym_DOT, - sym__quest, - anon_sym_in, - [184647] = 6, - ACTIONS(4450), 1, - anon_sym_while, - ACTIONS(8278), 1, - anon_sym_where, - ACTIONS(8346), 1, + [186061] = 6, + ACTIONS(7866), 1, anon_sym_LBRACE, - STATE(8519), 1, - sym_type_constraints, - STATE(9406), 1, - sym_class_body, + ACTIONS(10168), 1, + anon_sym_EQ, + ACTIONS(10645), 1, + anon_sym_COLON, + STATE(4624), 1, + sym_function_body, + STATE(4690), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [184667] = 6, - ACTIONS(7942), 1, + [186081] = 6, + ACTIONS(7866), 1, anon_sym_LBRACE, - ACTIONS(10146), 1, + ACTIONS(10168), 1, anon_sym_EQ, ACTIONS(10647), 1, anon_sym_COLON, - STATE(5001), 1, + STATE(4690), 1, sym__block, - STATE(5049), 1, + STATE(4718), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [184687] = 6, - ACTIONS(7942), 1, + [186101] = 7, + ACTIONS(3), 1, + sym_multiline_comment, + ACTIONS(10445), 1, + sym_line_comment, + ACTIONS(10449), 1, + anon_sym_BSLASHu, + ACTIONS(10451), 1, + sym__escaped_identifier, + ACTIONS(10649), 1, + aux_sym_character_literal_token1, + STATE(9306), 1, + sym_character_escape_seq, + STATE(9455), 1, + sym__uni_character_literal, + [186123] = 6, + ACTIONS(7866), 1, anon_sym_LBRACE, - ACTIONS(10146), 1, + ACTIONS(10589), 1, anon_sym_EQ, - ACTIONS(10649), 1, + ACTIONS(10651), 1, anon_sym_COLON, - STATE(5001), 1, - sym__block, - STATE(5068), 1, + STATE(4669), 1, sym_function_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [184707] = 6, - ACTIONS(4302), 1, - anon_sym_while, - ACTIONS(10166), 1, - anon_sym_EQ, - ACTIONS(10168), 1, - anon_sym_LBRACE, - STATE(9297), 1, + STATE(4690), 1, sym__block, - STATE(9392), 1, - sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [184727] = 6, - ACTIONS(10651), 1, - anon_sym_DOT_STAR, + [186143] = 6, + ACTIONS(6233), 1, + anon_sym_LBRACE, + ACTIONS(10617), 1, + anon_sym_EQ, ACTIONS(10653), 1, - anon_sym_as, - ACTIONS(10655), 1, - sym__automatic_semicolon, - STATE(8591), 1, - sym__semi, - STATE(8601), 1, - sym_import_alias, + anon_sym_COLON, + STATE(3280), 1, + sym_function_body, + STATE(3464), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [184747] = 6, - ACTIONS(4462), 1, - anon_sym_while, - ACTIONS(8272), 1, + [186163] = 6, + ACTIONS(6233), 1, anon_sym_LBRACE, - ACTIONS(8278), 1, - anon_sym_where, - STATE(8517), 1, - sym_type_constraints, - STATE(9380), 1, - sym_enum_class_body, + ACTIONS(10443), 1, + anon_sym_EQ, + ACTIONS(10655), 1, + anon_sym_COLON, + STATE(3246), 1, + sym_function_body, + STATE(3464), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [184767] = 6, - ACTIONS(7942), 1, + [186183] = 6, + ACTIONS(6244), 1, anon_sym_LBRACE, - ACTIONS(10146), 1, + ACTIONS(10633), 1, anon_sym_EQ, ACTIONS(10657), 1, anon_sym_COLON, - STATE(5001), 1, + STATE(3334), 1, sym__block, - STATE(5025), 1, + STATE(3395), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [184787] = 6, - ACTIONS(7855), 1, + [186203] = 4, + ACTIONS(10504), 1, + anon_sym_COMMA, + STATE(8115), 1, + aux_sym__delegation_specifiers_repeat1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4666), 3, anon_sym_LBRACE, - ACTIONS(10166), 1, + anon_sym_where, + anon_sym_while, + [186219] = 6, + ACTIONS(7866), 1, + anon_sym_LBRACE, + ACTIONS(10168), 1, anon_sym_EQ, ACTIONS(10659), 1, anon_sym_COLON, - STATE(4641), 1, + STATE(4690), 1, sym__block, - STATE(4732), 1, + STATE(4747), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [184807] = 6, - ACTIONS(7855), 1, + [186239] = 6, + ACTIONS(6233), 1, anon_sym_LBRACE, - ACTIONS(10166), 1, + ACTIONS(10489), 1, anon_sym_EQ, ACTIONS(10661), 1, anon_sym_COLON, - STATE(4641), 1, - sym__block, - STATE(4720), 1, + STATE(3280), 1, sym_function_body, + STATE(3464), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [184827] = 6, - ACTIONS(7855), 1, + [186259] = 6, + ACTIONS(7928), 1, anon_sym_LBRACE, - ACTIONS(10166), 1, + ACTIONS(10477), 1, anon_sym_EQ, ACTIONS(10663), 1, anon_sym_COLON, - STATE(4641), 1, + STATE(4901), 1, sym__block, - STATE(4648), 1, + STATE(4922), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [184847] = 5, - ACTIONS(7942), 1, + [186279] = 6, + ACTIONS(6244), 1, anon_sym_LBRACE, - ACTIONS(10146), 1, + ACTIONS(10633), 1, anon_sym_EQ, - STATE(4955), 1, + ACTIONS(10665), 1, + anon_sym_COLON, + STATE(3263), 1, sym_function_body, - STATE(5001), 1, + STATE(3334), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [184864] = 5, - ACTIONS(10665), 1, - anon_sym_RBRACE, + [186299] = 6, + ACTIONS(6244), 1, + anon_sym_LBRACE, + ACTIONS(10633), 1, + anon_sym_EQ, ACTIONS(10667), 1, - sym__automatic_semicolon, - STATE(257), 1, - sym__semi, - STATE(8148), 1, - aux_sym_statements_repeat1, + anon_sym_COLON, + STATE(3222), 1, + sym_function_body, + STATE(3334), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [184881] = 5, - ACTIONS(7942), 1, + [186319] = 6, + ACTIONS(6233), 1, anon_sym_LBRACE, - ACTIONS(10146), 1, + ACTIONS(10443), 1, anon_sym_EQ, - STATE(4989), 1, + ACTIONS(10669), 1, + anon_sym_COLON, + STATE(3280), 1, sym_function_body, - STATE(5001), 1, + STATE(3464), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [184898] = 5, - ACTIONS(7942), 1, + [186339] = 6, + ACTIONS(6233), 1, anon_sym_LBRACE, - ACTIONS(10146), 1, + ACTIONS(10489), 1, anon_sym_EQ, - STATE(4999), 1, + ACTIONS(10671), 1, + anon_sym_COLON, + STATE(3219), 1, sym_function_body, - STATE(5001), 1, + STATE(3464), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [184915] = 5, - ACTIONS(10166), 1, - anon_sym_EQ, - ACTIONS(10168), 1, + [186359] = 5, + ACTIONS(7928), 1, anon_sym_LBRACE, - STATE(9297), 1, + ACTIONS(10477), 1, + anon_sym_EQ, + STATE(4901), 1, sym__block, - STATE(9355), 1, + STATE(5049), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [184932] = 5, - ACTIONS(7855), 1, + [186376] = 5, + ACTIONS(6233), 1, anon_sym_LBRACE, - ACTIONS(10166), 1, + ACTIONS(10611), 1, anon_sym_EQ, - STATE(4641), 1, - sym__block, - STATE(4741), 1, + STATE(3134), 1, sym_function_body, + STATE(3464), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [184949] = 5, - ACTIONS(7942), 1, + [186393] = 5, + ACTIONS(7866), 1, anon_sym_LBRACE, - ACTIONS(10146), 1, + ACTIONS(10569), 1, anon_sym_EQ, - STATE(5001), 1, - sym__block, - STATE(5042), 1, + STATE(4583), 1, sym_function_body, + STATE(4690), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [184966] = 4, - ACTIONS(8237), 1, + [186410] = 5, + ACTIONS(6233), 1, anon_sym_LBRACE, - STATE(8771), 1, - sym_class_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(3218), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [184981] = 2, + ACTIONS(10617), 1, + anon_sym_EQ, + STATE(3196), 1, + sym_function_body, + STATE(3464), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4625), 4, - anon_sym_COLON, + [186427] = 5, + ACTIONS(6233), 1, anon_sym_LBRACE, - anon_sym_where, - anon_sym_while, - [184992] = 2, + ACTIONS(10617), 1, + anon_sym_EQ, + STATE(3134), 1, + sym_function_body, + STATE(3464), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4617), 4, - anon_sym_COLON, + [186444] = 5, + ACTIONS(6233), 1, anon_sym_LBRACE, - anon_sym_where, - anon_sym_while, - [185003] = 4, - ACTIONS(10669), 1, - anon_sym_DOT, - STATE(8160), 1, - aux_sym_user_type_repeat1, + ACTIONS(10617), 1, + anon_sym_EQ, + STATE(3138), 1, + sym_function_body, + STATE(3464), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4144), 2, - sym__quest, - anon_sym_in, - [185018] = 5, - ACTIONS(7855), 1, + [186461] = 5, + ACTIONS(6233), 1, anon_sym_LBRACE, - ACTIONS(10166), 1, + ACTIONS(10617), 1, anon_sym_EQ, - STATE(4641), 1, - sym__block, - STATE(4701), 1, + STATE(3239), 1, sym_function_body, + STATE(3464), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [185035] = 5, - ACTIONS(7855), 1, + [186478] = 5, + ACTIONS(6233), 1, anon_sym_LBRACE, - ACTIONS(10166), 1, + ACTIONS(10611), 1, anon_sym_EQ, - STATE(4641), 1, - sym__block, - STATE(4697), 1, + STATE(3196), 1, sym_function_body, + STATE(3464), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [185052] = 5, - ACTIONS(7855), 1, + [186495] = 5, + ACTIONS(7866), 1, anon_sym_LBRACE, - ACTIONS(10166), 1, + ACTIONS(10356), 1, anon_sym_EQ, - STATE(4641), 1, - sym__block, - STATE(4670), 1, + STATE(4651), 1, sym_function_body, + STATE(4690), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [185069] = 5, - ACTIONS(1608), 1, - anon_sym_RBRACE, - ACTIONS(10671), 1, - sym__automatic_semicolon, - STATE(258), 1, - sym__semi, - STATE(8264), 1, - aux_sym_statements_repeat1, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [185086] = 2, + [186512] = 5, + ACTIONS(6233), 1, + anon_sym_LBRACE, + ACTIONS(10489), 1, + anon_sym_EQ, + STATE(3239), 1, + sym_function_body, + STATE(3464), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4649), 4, - anon_sym_COLON, + [186529] = 5, + ACTIONS(6233), 1, anon_sym_LBRACE, - anon_sym_where, - anon_sym_while, - [185097] = 5, - ACTIONS(10166), 1, + ACTIONS(10489), 1, anon_sym_EQ, - ACTIONS(10168), 1, - anon_sym_LBRACE, - STATE(9297), 1, - sym__block, - STATE(9410), 1, + STATE(3138), 1, sym_function_body, + STATE(3464), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [185114] = 4, - ACTIONS(10673), 1, - anon_sym_import, - ACTIONS(10675), 1, - sym__import_list_delimiter, + [186546] = 5, + ACTIONS(6233), 1, + anon_sym_LBRACE, + ACTIONS(10489), 1, + anon_sym_EQ, + STATE(3134), 1, + sym_function_body, + STATE(3464), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8209), 2, - sym_import_header, - aux_sym_import_list_repeat1, - [185129] = 5, - ACTIONS(7942), 1, + [186563] = 5, + ACTIONS(7866), 1, anon_sym_LBRACE, - ACTIONS(10623), 1, + ACTIONS(10168), 1, anon_sym_EQ, - STATE(5001), 1, - sym__block, - STATE(5042), 1, + STATE(4583), 1, sym_function_body, + STATE(4690), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [185146] = 5, - ACTIONS(6236), 1, + [186580] = 5, + ACTIONS(6233), 1, anon_sym_LBRACE, - ACTIONS(10619), 1, + ACTIONS(10489), 1, anon_sym_EQ, - STATE(3173), 1, + STATE(3196), 1, sym_function_body, - STATE(3367), 1, + STATE(3464), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [185163] = 5, - ACTIONS(6434), 1, + [186597] = 5, + ACTIONS(10152), 1, anon_sym_LBRACE, - ACTIONS(10555), 1, - anon_sym_EQ, - STATE(3725), 1, + ACTIONS(10673), 1, + anon_sym_COLON, + ACTIONS(10675), 1, + sym__automatic_semicolon, + STATE(9039), 1, sym__block, - STATE(3765), 1, - sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [185180] = 5, - ACTIONS(6434), 1, + [186614] = 5, + ACTIONS(6233), 1, anon_sym_LBRACE, - ACTIONS(10555), 1, + ACTIONS(10443), 1, anon_sym_EQ, - STATE(3725), 1, - sym__block, - STATE(3839), 1, + STATE(3239), 1, sym_function_body, + STATE(3464), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [185197] = 5, - ACTIONS(7855), 1, + [186631] = 5, + ACTIONS(6233), 1, anon_sym_LBRACE, - ACTIONS(10607), 1, + ACTIONS(10443), 1, anon_sym_EQ, - STATE(4641), 1, - sym__block, - STATE(4741), 1, + STATE(3138), 1, sym_function_body, + STATE(3464), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [185214] = 5, - ACTIONS(6236), 1, + [186648] = 5, + ACTIONS(6233), 1, anon_sym_LBRACE, - ACTIONS(10619), 1, + ACTIONS(10443), 1, anon_sym_EQ, - STATE(3135), 1, + STATE(3134), 1, sym_function_body, - STATE(3367), 1, + STATE(3464), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [185231] = 5, - ACTIONS(6236), 1, + [186665] = 5, + ACTIONS(6244), 1, anon_sym_LBRACE, - ACTIONS(10619), 1, + ACTIONS(10633), 1, anon_sym_EQ, - STATE(3125), 1, + STATE(3158), 1, sym_function_body, - STATE(3367), 1, + STATE(3334), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [185248] = 5, - ACTIONS(6236), 1, + [186682] = 5, + ACTIONS(6233), 1, anon_sym_LBRACE, - ACTIONS(10619), 1, + ACTIONS(10443), 1, anon_sym_EQ, - STATE(3120), 1, + STATE(3196), 1, sym_function_body, - STATE(3367), 1, + STATE(3464), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [185265] = 4, + [186699] = 4, + ACTIONS(8244), 1, + anon_sym_LBRACE, + STATE(8677), 1, + sym_class_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4537), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [186714] = 4, ACTIONS(10677), 1, anon_sym_DOT, - STATE(8190), 1, + STATE(8249), 1, aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4271), 2, + ACTIONS(4311), 2, sym__quest, anon_sym_in, - [185280] = 5, - ACTIONS(4519), 1, - anon_sym_while, - ACTIONS(8346), 1, - anon_sym_LBRACE, - ACTIONS(10679), 1, - anon_sym_COLON, - STATE(9454), 1, - sym_class_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [185297] = 5, - ACTIONS(7855), 1, + [186729] = 5, + ACTIONS(6244), 1, anon_sym_LBRACE, - ACTIONS(10607), 1, + ACTIONS(10633), 1, anon_sym_EQ, - STATE(4641), 1, - sym__block, - STATE(4701), 1, + STATE(3135), 1, sym_function_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [185314] = 5, - ACTIONS(7855), 1, - anon_sym_LBRACE, - ACTIONS(10607), 1, - anon_sym_EQ, - STATE(4641), 1, + STATE(3334), 1, sym__block, - STATE(4697), 1, - sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [185331] = 5, - ACTIONS(7855), 1, + [186746] = 5, + ACTIONS(6244), 1, anon_sym_LBRACE, - ACTIONS(10607), 1, + ACTIONS(10633), 1, anon_sym_EQ, - STATE(4641), 1, - sym__block, - STATE(4670), 1, + STATE(3145), 1, sym_function_body, + STATE(3334), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [185348] = 5, - ACTIONS(6434), 1, + [186763] = 5, + ACTIONS(7866), 1, anon_sym_LBRACE, - ACTIONS(10555), 1, + ACTIONS(10168), 1, anon_sym_EQ, - STATE(3725), 1, - sym__block, - STATE(3879), 1, + STATE(4651), 1, sym_function_body, + STATE(4690), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [185365] = 5, - ACTIONS(6434), 1, + [186780] = 5, + ACTIONS(6244), 1, anon_sym_LBRACE, - ACTIONS(10555), 1, + ACTIONS(10633), 1, anon_sym_EQ, - STATE(3725), 1, - sym__block, - STATE(3817), 1, + STATE(3161), 1, sym_function_body, + STATE(3334), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [185382] = 5, - ACTIONS(6220), 1, + [186797] = 4, + ACTIONS(8234), 1, anon_sym_LBRACE, - ACTIONS(8039), 1, - anon_sym_EQ, - STATE(3214), 1, - sym_function_body, - STATE(3245), 1, - sym__block, + STATE(8856), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [185399] = 5, - ACTIONS(6236), 1, + ACTIONS(4190), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [186812] = 5, + ACTIONS(7866), 1, anon_sym_LBRACE, - ACTIONS(10587), 1, + ACTIONS(10356), 1, anon_sym_EQ, - STATE(3173), 1, + STATE(4583), 1, sym_function_body, - STATE(3367), 1, + STATE(4690), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [185416] = 5, - ACTIONS(6220), 1, + [186829] = 5, + ACTIONS(7866), 1, anon_sym_LBRACE, - ACTIONS(8039), 1, + ACTIONS(10168), 1, anon_sym_EQ, - STATE(3153), 1, + STATE(4634), 1, sym_function_body, - STATE(3245), 1, + STATE(4690), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [185433] = 5, - ACTIONS(6236), 1, + [186846] = 5, + ACTIONS(7866), 1, anon_sym_LBRACE, - ACTIONS(10587), 1, + ACTIONS(10589), 1, anon_sym_EQ, - STATE(3135), 1, + STATE(4583), 1, sym_function_body, - STATE(3367), 1, + STATE(4690), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [185450] = 5, - ACTIONS(8039), 1, - anon_sym_EQ, - ACTIONS(8041), 1, + [186863] = 5, + ACTIONS(7866), 1, anon_sym_LBRACE, - STATE(5295), 1, + ACTIONS(10589), 1, + anon_sym_EQ, + STATE(4634), 1, sym_function_body, - STATE(5299), 1, + STATE(4690), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [185467] = 5, - ACTIONS(6236), 1, + [186880] = 5, + ACTIONS(7866), 1, anon_sym_LBRACE, - ACTIONS(10587), 1, + ACTIONS(10589), 1, anon_sym_EQ, - STATE(3125), 1, + STATE(4651), 1, sym_function_body, - STATE(3367), 1, + STATE(4690), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [185484] = 5, - ACTIONS(6236), 1, + [186897] = 5, + ACTIONS(7866), 1, anon_sym_LBRACE, - ACTIONS(10587), 1, + ACTIONS(10356), 1, anon_sym_EQ, - STATE(3120), 1, + STATE(4634), 1, sym_function_body, - STATE(3367), 1, + STATE(4690), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [185501] = 5, - ACTIONS(6434), 1, + [186914] = 5, + ACTIONS(7866), 1, anon_sym_LBRACE, - ACTIONS(10551), 1, + ACTIONS(10168), 1, anon_sym_EQ, - STATE(3725), 1, + STATE(4690), 1, sym__block, - STATE(3765), 1, + STATE(4698), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [185518] = 5, - ACTIONS(6434), 1, + [186931] = 5, + ACTIONS(7866), 1, anon_sym_LBRACE, - ACTIONS(10551), 1, + ACTIONS(10589), 1, anon_sym_EQ, - STATE(3725), 1, + STATE(4690), 1, sym__block, - STATE(3839), 1, + STATE(4698), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [185535] = 5, - ACTIONS(6434), 1, + [186948] = 5, + ACTIONS(6244), 1, anon_sym_LBRACE, - ACTIONS(10551), 1, + ACTIONS(10585), 1, anon_sym_EQ, - STATE(3725), 1, - sym__block, - STATE(3879), 1, + STATE(3145), 1, sym_function_body, + STATE(3334), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [185552] = 5, - ACTIONS(10166), 1, - anon_sym_EQ, + [186965] = 5, ACTIONS(10168), 1, + anon_sym_EQ, + ACTIONS(10170), 1, anon_sym_LBRACE, - STATE(9297), 1, - sym__block, - STATE(9414), 1, + STATE(9084), 1, sym_function_body, + STATE(9145), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [185569] = 5, - ACTIONS(6434), 1, + [186982] = 5, + ACTIONS(7866), 1, anon_sym_LBRACE, - ACTIONS(10551), 1, + ACTIONS(10569), 1, anon_sym_EQ, - STATE(3725), 1, - sym__block, - STATE(3817), 1, + STATE(4634), 1, sym_function_body, + STATE(4690), 1, + sym__block, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [186999] = 3, + ACTIONS(10681), 1, + anon_sym_DOLLAR, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [185586] = 5, - ACTIONS(7942), 1, + ACTIONS(10679), 3, + sym__string_end, + sym__string_content, + anon_sym_DOLLAR_LBRACE, + [187012] = 5, + ACTIONS(6233), 1, anon_sym_LBRACE, - ACTIONS(10623), 1, + ACTIONS(10611), 1, anon_sym_EQ, - STATE(4999), 1, + STATE(3138), 1, sym_function_body, - STATE(5001), 1, + STATE(3464), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [185603] = 5, - ACTIONS(7942), 1, + [187029] = 5, + ACTIONS(7866), 1, anon_sym_LBRACE, - ACTIONS(10623), 1, + ACTIONS(10569), 1, anon_sym_EQ, - STATE(4989), 1, + STATE(4651), 1, sym_function_body, - STATE(5001), 1, + STATE(4690), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [185620] = 5, - ACTIONS(7942), 1, + [187046] = 5, + ACTIONS(6244), 1, anon_sym_LBRACE, - ACTIONS(10623), 1, + ACTIONS(10585), 1, anon_sym_EQ, - STATE(4955), 1, + STATE(3158), 1, sym_function_body, - STATE(5001), 1, + STATE(3334), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [185637] = 5, - ACTIONS(8039), 1, - anon_sym_EQ, - ACTIONS(8041), 1, + [187063] = 5, + ACTIONS(4039), 1, anon_sym_LBRACE, - STATE(5299), 1, + ACTIONS(10581), 1, + anon_sym_EQ, + STATE(1087), 1, sym__block, - STATE(5340), 1, + STATE(1178), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [185654] = 5, - ACTIONS(6220), 1, + [187080] = 5, + ACTIONS(7928), 1, anon_sym_LBRACE, - ACTIONS(10547), 1, + ACTIONS(10550), 1, anon_sym_EQ, - STATE(3214), 1, - sym_function_body, - STATE(3245), 1, + STATE(4901), 1, sym__block, + STATE(4914), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [185671] = 5, - ACTIONS(6220), 1, + [187097] = 5, + ACTIONS(7866), 1, anon_sym_LBRACE, - ACTIONS(10547), 1, + ACTIONS(10569), 1, anon_sym_EQ, - STATE(3153), 1, - sym_function_body, - STATE(3245), 1, + STATE(4690), 1, sym__block, + STATE(4698), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [185688] = 5, - ACTIONS(8039), 1, - anon_sym_EQ, - ACTIONS(8041), 1, + [187114] = 5, + ACTIONS(4039), 1, anon_sym_LBRACE, - STATE(5280), 1, - sym_function_body, - STATE(5299), 1, + ACTIONS(10581), 1, + anon_sym_EQ, + STATE(1087), 1, sym__block, + STATE(1153), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [185705] = 5, - ACTIONS(8039), 1, - anon_sym_EQ, - ACTIONS(8041), 1, - anon_sym_LBRACE, - STATE(5270), 1, - sym_function_body, - STATE(5299), 1, - sym__block, + [187131] = 4, + ACTIONS(10685), 1, + anon_sym_COMMA, + STATE(8285), 1, + aux_sym__enum_entries_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [185722] = 5, - ACTIONS(6220), 1, + ACTIONS(10683), 2, + anon_sym_RBRACE, + anon_sym_SEMI, + [187146] = 5, + ACTIONS(4039), 1, anon_sym_LBRACE, - ACTIONS(10547), 1, + ACTIONS(10581), 1, anon_sym_EQ, - STATE(3121), 1, - sym_function_body, - STATE(3245), 1, + STATE(1087), 1, sym__block, + STATE(1147), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [185739] = 5, - ACTIONS(6220), 1, + [187163] = 5, + ACTIONS(6244), 1, anon_sym_LBRACE, - ACTIONS(8039), 1, + ACTIONS(10585), 1, anon_sym_EQ, - STATE(3121), 1, + STATE(3135), 1, sym_function_body, - STATE(3245), 1, + STATE(3334), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [185756] = 5, - ACTIONS(6220), 1, + [187180] = 4, + ACTIONS(10687), 1, + anon_sym_import, + ACTIONS(10689), 1, + sym__import_list_delimiter, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + STATE(8227), 2, + sym_import_header, + aux_sym_import_list_repeat1, + [187195] = 5, + ACTIONS(6461), 1, anon_sym_LBRACE, - ACTIONS(8039), 1, + ACTIONS(10360), 1, anon_sym_EQ, - STATE(3137), 1, - sym_function_body, - STATE(3245), 1, + STATE(3738), 1, sym__block, + STATE(3807), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [185773] = 4, - ACTIONS(10681), 1, - anon_sym_DOT, - STATE(8190), 1, - aux_sym_user_type_repeat1, + [187212] = 5, + ACTIONS(7928), 1, + anon_sym_LBRACE, + ACTIONS(10550), 1, + anon_sym_EQ, + STATE(4901), 1, + sym__block, + STATE(4977), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4306), 2, - sym__quest, - anon_sym_in, - [185788] = 4, - ACTIONS(8227), 1, + [187229] = 5, + ACTIONS(7928), 1, anon_sym_LBRACE, - STATE(8803), 1, - sym_enum_class_body, + ACTIONS(10550), 1, + anon_sym_EQ, + STATE(4901), 1, + sym__block, + STATE(5010), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4215), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [185803] = 5, - ACTIONS(6220), 1, + [187246] = 5, + ACTIONS(6244), 1, anon_sym_LBRACE, - ACTIONS(10547), 1, + ACTIONS(10585), 1, anon_sym_EQ, - STATE(3137), 1, + STATE(3161), 1, sym_function_body, - STATE(3245), 1, + STATE(3334), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [185820] = 5, - ACTIONS(7855), 1, + [187263] = 5, + ACTIONS(6233), 1, anon_sym_LBRACE, - ACTIONS(10518), 1, + ACTIONS(10611), 1, anon_sym_EQ, - STATE(4641), 1, - sym__block, - STATE(4741), 1, + STATE(3239), 1, sym_function_body, + STATE(3464), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [185837] = 2, + [187280] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4692), 4, - anon_sym_COLON, + ACTIONS(4629), 4, anon_sym_LBRACE, + anon_sym_COMMA, anon_sym_where, anon_sym_while, - [185848] = 5, - ACTIONS(4081), 1, + [187291] = 5, + ACTIONS(8244), 1, anon_sym_LBRACE, - ACTIONS(10514), 1, + ACTIONS(10691), 1, + anon_sym_COLON, + ACTIONS(10693), 1, + sym__automatic_semicolon, + STATE(8956), 1, + sym_class_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [187308] = 5, + ACTIONS(7928), 1, + anon_sym_LBRACE, + ACTIONS(10550), 1, anon_sym_EQ, - STATE(1056), 1, - sym_function_body, - STATE(1128), 1, + STATE(4901), 1, sym__block, + STATE(5049), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [185865] = 4, - ACTIONS(8237), 1, + [187325] = 5, + ACTIONS(8244), 1, anon_sym_LBRACE, - STATE(8719), 1, + ACTIONS(10695), 1, + anon_sym_COLON, + ACTIONS(10697), 1, + sym__automatic_semicolon, + STATE(8961), 1, sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4424), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [185880] = 5, - ACTIONS(4081), 1, + [187342] = 5, + ACTIONS(10152), 1, anon_sym_LBRACE, - ACTIONS(10514), 1, - anon_sym_EQ, - STATE(1119), 1, - sym_function_body, - STATE(1128), 1, + ACTIONS(10699), 1, + anon_sym_COLON, + ACTIONS(10701), 1, + sym__automatic_semicolon, + STATE(8954), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [185897] = 5, - ACTIONS(4081), 1, - anon_sym_LBRACE, - ACTIONS(10514), 1, - anon_sym_EQ, - STATE(1128), 1, - sym__block, - STATE(1129), 1, - sym_function_body, + [187359] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [185914] = 5, - ACTIONS(4081), 1, + ACTIONS(4690), 4, + anon_sym_COLON, anon_sym_LBRACE, - ACTIONS(10514), 1, - anon_sym_EQ, - STATE(1128), 1, - sym__block, - STATE(1162), 1, - sym_function_body, + anon_sym_where, + anon_sym_while, + [187370] = 4, + ACTIONS(10703), 1, + anon_sym_import, + ACTIONS(10706), 1, + sym__import_list_delimiter, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [185931] = 5, - ACTIONS(7855), 1, + STATE(8227), 2, + sym_import_header, + aux_sym_import_list_repeat1, + [187385] = 3, + ACTIONS(10710), 1, + anon_sym_DOLLAR, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(10708), 3, + sym__string_end, + sym__string_content, + anon_sym_DOLLAR_LBRACE, + [187398] = 5, + ACTIONS(4039), 1, anon_sym_LBRACE, - ACTIONS(10518), 1, + ACTIONS(10524), 1, anon_sym_EQ, - STATE(4641), 1, + STATE(1087), 1, sym__block, - STATE(4701), 1, + STATE(1178), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [185948] = 5, - ACTIONS(4081), 1, - anon_sym_LBRACE, - ACTIONS(10500), 1, - anon_sym_EQ, - STATE(1056), 1, - sym_function_body, - STATE(1128), 1, - sym__block, + [187415] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [185965] = 5, - ACTIONS(4081), 1, + ACTIONS(4652), 4, + anon_sym_COLON, anon_sym_LBRACE, - ACTIONS(10500), 1, - anon_sym_EQ, - STATE(1119), 1, - sym_function_body, - STATE(1128), 1, - sym__block, + anon_sym_where, + anon_sym_while, + [187426] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [185982] = 5, - ACTIONS(4081), 1, + ACTIONS(4418), 4, anon_sym_LBRACE, - ACTIONS(10500), 1, + anon_sym_COMMA, + anon_sym_where, + anon_sym_while, + [187437] = 5, + ACTIONS(7928), 1, + anon_sym_LBRACE, + ACTIONS(10477), 1, anon_sym_EQ, - STATE(1128), 1, + STATE(4901), 1, sym__block, - STATE(1129), 1, + STATE(4914), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [185999] = 5, - ACTIONS(4081), 1, + [187454] = 5, + ACTIONS(4039), 1, anon_sym_LBRACE, - ACTIONS(10500), 1, + ACTIONS(10524), 1, anon_sym_EQ, - STATE(1128), 1, + STATE(1087), 1, sym__block, - STATE(1162), 1, + STATE(1153), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [186016] = 5, - ACTIONS(7855), 1, + [187471] = 5, + ACTIONS(4039), 1, anon_sym_LBRACE, - ACTIONS(10518), 1, + ACTIONS(10524), 1, anon_sym_EQ, - STATE(4641), 1, + STATE(1087), 1, sym__block, - STATE(4697), 1, + STATE(1147), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [186033] = 5, - ACTIONS(7855), 1, + [187488] = 5, + ACTIONS(6461), 1, anon_sym_LBRACE, - ACTIONS(10518), 1, + ACTIONS(10510), 1, anon_sym_EQ, - STATE(4641), 1, - sym__block, - STATE(4670), 1, + STATE(3694), 1, sym_function_body, + STATE(3738), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [186050] = 3, - ACTIONS(10686), 1, - anon_sym_DOLLAR, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(10684), 3, - sym__string_end, - sym__string_content, - anon_sym_DOLLAR_LBRACE, - [186063] = 3, - ACTIONS(3828), 1, - anon_sym_DOLLAR, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(3833), 3, - sym__string_end, - sym__string_content, - anon_sym_DOLLAR_LBRACE, - [186076] = 4, - ACTIONS(10688), 1, - anon_sym_import, - ACTIONS(10691), 1, - sym__import_list_delimiter, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(8209), 2, - sym_import_header, - aux_sym_import_list_repeat1, - [186091] = 5, - ACTIONS(10146), 1, - anon_sym_EQ, - ACTIONS(10148), 1, + [187505] = 5, + ACTIONS(4039), 1, anon_sym_LBRACE, - STATE(8571), 1, + ACTIONS(10524), 1, + anon_sym_EQ, + STATE(1087), 1, sym__block, - STATE(8792), 1, + STATE(1130), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [186108] = 5, - ACTIONS(7855), 1, + [187522] = 5, + ACTIONS(4039), 1, anon_sym_LBRACE, - ACTIONS(10340), 1, + ACTIONS(10581), 1, anon_sym_EQ, - STATE(4641), 1, + STATE(1087), 1, sym__block, - STATE(4741), 1, + STATE(1130), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [186125] = 5, - ACTIONS(6236), 1, + [187539] = 2, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4589), 4, + anon_sym_COLON, anon_sym_LBRACE, - ACTIONS(10478), 1, - anon_sym_EQ, - STATE(3120), 1, - sym_function_body, - STATE(3367), 1, - sym__block, + anon_sym_where, + anon_sym_while, + [187550] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [186142] = 5, - ACTIONS(10146), 1, + ACTIONS(4525), 4, + anon_sym_COLON, + anon_sym_LBRACE, + anon_sym_where, + anon_sym_while, + [187561] = 5, + ACTIONS(10150), 1, anon_sym_EQ, - ACTIONS(10148), 1, + ACTIONS(10152), 1, anon_sym_LBRACE, - STATE(8571), 1, + STATE(8899), 1, sym__block, - STATE(8808), 1, + STATE(8939), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [186159] = 2, + [187578] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4589), 4, + ACTIONS(4541), 4, anon_sym_COLON, anon_sym_LBRACE, anon_sym_where, anon_sym_while, - [186170] = 5, - ACTIONS(6236), 1, + [187589] = 5, + ACTIONS(4412), 1, + anon_sym_while, + ACTIONS(8344), 1, anon_sym_LBRACE, - ACTIONS(10478), 1, - anon_sym_EQ, - STATE(3173), 1, - sym_function_body, - STATE(3367), 1, - sym__block, + ACTIONS(10712), 1, + anon_sym_COLON, + STATE(9032), 1, + sym_class_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [187606] = 5, + ACTIONS(10714), 1, + anon_sym_RBRACE, + ACTIONS(10716), 1, + sym__automatic_semicolon, + STATE(259), 1, + sym__semi, + STATE(8243), 1, + aux_sym_statements_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [186187] = 5, - ACTIONS(6236), 1, + [187623] = 5, + ACTIONS(6461), 1, anon_sym_LBRACE, - ACTIONS(10478), 1, + ACTIONS(10344), 1, anon_sym_EQ, - STATE(3135), 1, + STATE(3710), 1, sym_function_body, - STATE(3367), 1, + STATE(3738), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [186204] = 5, - ACTIONS(6434), 1, + [187640] = 5, + ACTIONS(6461), 1, anon_sym_LBRACE, - ACTIONS(10336), 1, + ACTIONS(10344), 1, anon_sym_EQ, - STATE(3725), 1, - sym__block, - STATE(3817), 1, + STATE(3732), 1, sym_function_body, + STATE(3738), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [186221] = 5, - ACTIONS(6434), 1, + [187657] = 5, + ACTIONS(6461), 1, anon_sym_LBRACE, - ACTIONS(10336), 1, + ACTIONS(10510), 1, anon_sym_EQ, - STATE(3725), 1, - sym__block, - STATE(3879), 1, + STATE(3710), 1, sym_function_body, + STATE(3738), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [186238] = 4, - ACTIONS(8237), 1, - anon_sym_LBRACE, - STATE(8812), 1, - sym_class_body, + [187674] = 3, + ACTIONS(10719), 1, + anon_sym_DOT, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4645), 2, + ACTIONS(10426), 3, sym__automatic_semicolon, - anon_sym_RBRACE, - [186253] = 5, - ACTIONS(6434), 1, + anon_sym_DOT_STAR, + anon_sym_as, + [187687] = 5, + ACTIONS(7928), 1, anon_sym_LBRACE, - ACTIONS(10336), 1, + ACTIONS(10459), 1, anon_sym_EQ, - STATE(3725), 1, + STATE(4901), 1, sym__block, - STATE(3839), 1, + STATE(4914), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [186270] = 4, - ACTIONS(10695), 1, - anon_sym_COMMA, - STATE(8221), 1, - aux_sym__enum_entries_repeat1, + [187704] = 4, + ACTIONS(10721), 1, + anon_sym_DOT, + STATE(8258), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10693), 2, - anon_sym_RBRACE, - anon_sym_SEMI, - [186285] = 5, - ACTIONS(7942), 1, + ACTIONS(4224), 2, + sym__quest, + anon_sym_in, + [187719] = 5, + ACTIONS(6461), 1, anon_sym_LBRACE, - ACTIONS(10460), 1, + ACTIONS(10510), 1, anon_sym_EQ, - STATE(4955), 1, + STATE(3732), 1, sym_function_body, - STATE(5001), 1, + STATE(3738), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [186302] = 5, - ACTIONS(6236), 1, + [187736] = 5, + ACTIONS(7928), 1, anon_sym_LBRACE, - ACTIONS(10478), 1, + ACTIONS(10459), 1, anon_sym_EQ, - STATE(3125), 1, - sym_function_body, - STATE(3367), 1, + STATE(4901), 1, sym__block, + STATE(4977), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [186319] = 5, - ACTIONS(8237), 1, + [187753] = 5, + ACTIONS(7928), 1, anon_sym_LBRACE, - ACTIONS(10698), 1, - anon_sym_COLON, - ACTIONS(10700), 1, - sym__automatic_semicolon, - STATE(9279), 1, - sym_class_body, + ACTIONS(10459), 1, + anon_sym_EQ, + STATE(4901), 1, + sym__block, + STATE(5010), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [186336] = 5, - ACTIONS(7942), 1, + [187770] = 5, + ACTIONS(6461), 1, anon_sym_LBRACE, - ACTIONS(10460), 1, + ACTIONS(10510), 1, anon_sym_EQ, - STATE(4989), 1, - sym_function_body, - STATE(5001), 1, + STATE(3738), 1, sym__block, + STATE(3807), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [186353] = 5, - ACTIONS(7942), 1, + [187787] = 5, + ACTIONS(7928), 1, anon_sym_LBRACE, - ACTIONS(10460), 1, + ACTIONS(10477), 1, anon_sym_EQ, - STATE(4999), 1, - sym_function_body, - STATE(5001), 1, + STATE(4901), 1, sym__block, + STATE(4977), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [186370] = 4, - ACTIONS(8227), 1, + [187804] = 5, + ACTIONS(7928), 1, anon_sym_LBRACE, - STATE(8814), 1, - sym_enum_class_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4450), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [186385] = 2, + ACTIONS(10459), 1, + anon_sym_EQ, + STATE(4901), 1, + sym__block, + STATE(5049), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4653), 4, - anon_sym_COLON, - anon_sym_LBRACE, - anon_sym_where, - anon_sym_while, - [186396] = 5, - ACTIONS(7942), 1, + [187821] = 5, + ACTIONS(4039), 1, anon_sym_LBRACE, - ACTIONS(10460), 1, + ACTIONS(10471), 1, anon_sym_EQ, - STATE(5001), 1, + STATE(1087), 1, sym__block, - STATE(5042), 1, + STATE(1178), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [186413] = 5, - ACTIONS(6434), 1, + [187838] = 5, + ACTIONS(6461), 1, anon_sym_LBRACE, - ACTIONS(10336), 1, + ACTIONS(10344), 1, anon_sym_EQ, - STATE(3725), 1, + STATE(3738), 1, sym__block, - STATE(3765), 1, + STATE(3807), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [186430] = 2, + [187855] = 4, + ACTIONS(10723), 1, + anon_sym_DOT, + STATE(8258), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4456), 4, + ACTIONS(4274), 2, + sym__quest, + anon_sym_in, + [187870] = 5, + ACTIONS(4039), 1, anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_where, - anon_sym_while, - [186441] = 2, + ACTIONS(10471), 1, + anon_sym_EQ, + STATE(1087), 1, + sym__block, + STATE(1153), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4661), 4, - anon_sym_COLON, + [187887] = 5, + ACTIONS(4039), 1, anon_sym_LBRACE, - anon_sym_where, - anon_sym_while, - [186452] = 4, - ACTIONS(9666), 1, - anon_sym_DOT, - STATE(7521), 1, - aux_sym_user_type_repeat1, + ACTIONS(10471), 1, + anon_sym_EQ, + STATE(1087), 1, + sym__block, + STATE(1147), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4144), 2, - sym__automatic_semicolon, - anon_sym_LPAREN, - [186467] = 4, - ACTIONS(10702), 1, - anon_sym_COMMA, - STATE(8221), 1, - aux_sym__enum_entries_repeat1, + [187904] = 4, + ACTIONS(8244), 1, + anon_sym_LBRACE, + STATE(8856), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8661), 2, + ACTIONS(4190), 2, + sym__automatic_semicolon, anon_sym_RBRACE, - anon_sym_SEMI, - [186482] = 5, - ACTIONS(6434), 1, + [187919] = 5, + ACTIONS(7928), 1, anon_sym_LBRACE, - ACTIONS(10370), 1, + ACTIONS(10150), 1, anon_sym_EQ, - STATE(3725), 1, + STATE(4901), 1, sym__block, - STATE(3765), 1, + STATE(4914), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [186499] = 4, - ACTIONS(8227), 1, + [187936] = 5, + ACTIONS(7928), 1, anon_sym_LBRACE, - STATE(8719), 1, - sym_enum_class_body, + ACTIONS(10477), 1, + anon_sym_EQ, + STATE(4901), 1, + sym__block, + STATE(5010), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4424), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [186514] = 5, - ACTIONS(6434), 1, + [187953] = 5, + ACTIONS(4039), 1, anon_sym_LBRACE, - ACTIONS(10370), 1, + ACTIONS(10471), 1, anon_sym_EQ, - STATE(3725), 1, + STATE(1087), 1, sym__block, - STATE(3879), 1, + STATE(1130), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [186531] = 4, - ACTIONS(8237), 1, + [187970] = 4, + ACTIONS(8234), 1, anon_sym_LBRACE, - STATE(8717), 1, - sym_class_body, + STATE(8928), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4483), 2, + ACTIONS(3216), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [186546] = 5, - ACTIONS(4081), 1, + [187985] = 4, + ACTIONS(8244), 1, anon_sym_LBRACE, - ACTIONS(10428), 1, - anon_sym_EQ, - STATE(1128), 1, - sym__block, - STATE(1162), 1, - sym_function_body, + STATE(8926), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [186563] = 5, - ACTIONS(6434), 1, + ACTIONS(4684), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [188000] = 5, + ACTIONS(4039), 1, anon_sym_LBRACE, - ACTIONS(10370), 1, + ACTIONS(10418), 1, anon_sym_EQ, - STATE(3725), 1, + STATE(1087), 1, sym__block, - STATE(3817), 1, + STATE(1130), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [186580] = 3, - ACTIONS(10706), 1, - anon_sym_DOLLAR, + [188017] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10704), 3, - sym__string_end, - sym__string_content, - anon_sym_DOLLAR_LBRACE, - [186593] = 5, - ACTIONS(6434), 1, + ACTIONS(4615), 4, + anon_sym_COLON, anon_sym_LBRACE, - ACTIONS(10370), 1, + anon_sym_where, + anon_sym_while, + [188028] = 5, + ACTIONS(4039), 1, + anon_sym_LBRACE, + ACTIONS(10418), 1, anon_sym_EQ, - STATE(3725), 1, + STATE(1087), 1, sym__block, - STATE(3839), 1, + STATE(1147), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [186610] = 5, - ACTIONS(4081), 1, + [188045] = 5, + ACTIONS(4039), 1, anon_sym_LBRACE, - ACTIONS(10428), 1, + ACTIONS(10418), 1, anon_sym_EQ, - STATE(1128), 1, + STATE(1087), 1, sym__block, - STATE(1129), 1, + STATE(1153), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [186627] = 5, - ACTIONS(4081), 1, + [188062] = 5, + ACTIONS(4039), 1, anon_sym_LBRACE, - ACTIONS(10428), 1, + ACTIONS(10418), 1, anon_sym_EQ, - STATE(1119), 1, - sym_function_body, - STATE(1128), 1, + STATE(1087), 1, sym__block, + STATE(1178), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [186644] = 2, + [188079] = 5, + ACTIONS(10168), 1, + anon_sym_EQ, + ACTIONS(10170), 1, + anon_sym_LBRACE, + STATE(9098), 1, + sym_function_body, + STATE(9145), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4897), 4, - anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_SEMI, + [188096] = 5, + ACTIONS(4388), 1, anon_sym_while, - [186655] = 4, - ACTIONS(8237), 1, + ACTIONS(8344), 1, anon_sym_LBRACE, - STATE(8814), 1, + ACTIONS(10726), 1, + anon_sym_COLON, + STATE(9017), 1, sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4450), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [186670] = 5, - ACTIONS(4081), 1, + [188113] = 5, + ACTIONS(7928), 1, anon_sym_LBRACE, - ACTIONS(10428), 1, + ACTIONS(10150), 1, anon_sym_EQ, - STATE(1056), 1, - sym_function_body, - STATE(1128), 1, + STATE(4901), 1, sym__block, + STATE(4977), 1, + sym_function_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [188130] = 3, + ACTIONS(3943), 1, + anon_sym_DOLLAR, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [186687] = 4, - ACTIONS(8237), 1, + ACTIONS(3948), 3, + sym__string_end, + sym__string_content, + anon_sym_DOLLAR_LBRACE, + [188143] = 4, + ACTIONS(8234), 1, anon_sym_LBRACE, - STATE(8702), 1, - sym_class_body, + STATE(8823), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4696), 2, + ACTIONS(4674), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [186702] = 4, - ACTIONS(8227), 1, + [188158] = 4, + ACTIONS(8244), 1, anon_sym_LBRACE, - STATE(8843), 1, - sym_enum_class_body, + STATE(8918), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4462), 2, + ACTIONS(4408), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [186717] = 4, - ACTIONS(8227), 1, + [188173] = 4, + ACTIONS(8234), 1, anon_sym_LBRACE, - STATE(8610), 1, + STATE(8831), 1, sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3208), 2, + ACTIONS(4394), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [186732] = 3, - ACTIONS(10708), 1, - anon_sym_DOT, + [188188] = 4, + ACTIONS(8244), 1, + anon_sym_LBRACE, + STATE(8818), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10413), 3, + ACTIONS(4404), 2, sym__automatic_semicolon, - anon_sym_DOT_STAR, - anon_sym_as, - [186745] = 5, - ACTIONS(10146), 1, + anon_sym_RBRACE, + [188203] = 5, + ACTIONS(10168), 1, anon_sym_EQ, - ACTIONS(10148), 1, + ACTIONS(10170), 1, anon_sym_LBRACE, - STATE(8571), 1, - sym__block, - STATE(8844), 1, + STATE(9101), 1, sym_function_body, + STATE(9145), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [186762] = 5, - ACTIONS(4511), 1, - anon_sym_while, - ACTIONS(8346), 1, - anon_sym_LBRACE, - ACTIONS(10710), 1, - anon_sym_COLON, - STATE(9376), 1, - sym_class_body, + [188220] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [186779] = 5, - ACTIONS(6236), 1, + ACTIONS(4601), 4, + anon_sym_COLON, anon_sym_LBRACE, - ACTIONS(10366), 1, - anon_sym_EQ, - STATE(3173), 1, - sym_function_body, - STATE(3367), 1, - sym__block, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [186796] = 5, - ACTIONS(4081), 1, + anon_sym_where, + anon_sym_while, + [188231] = 4, + ACTIONS(8244), 1, anon_sym_LBRACE, - ACTIONS(10405), 1, - anon_sym_EQ, - STATE(1128), 1, - sym__block, - STATE(1162), 1, - sym_function_body, + STATE(8842), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [186813] = 5, - ACTIONS(4081), 1, + ACTIONS(4656), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [188246] = 5, + ACTIONS(7928), 1, anon_sym_LBRACE, - ACTIONS(10405), 1, + ACTIONS(10150), 1, anon_sym_EQ, - STATE(1128), 1, + STATE(4901), 1, sym__block, - STATE(1129), 1, + STATE(5010), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [186830] = 5, - ACTIONS(4081), 1, + [188263] = 4, + ACTIONS(8234), 1, anon_sym_LBRACE, - ACTIONS(10405), 1, - anon_sym_EQ, - STATE(1119), 1, - sym_function_body, - STATE(1128), 1, - sym__block, + STATE(8916), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [186847] = 4, - ACTIONS(8237), 1, - anon_sym_LBRACE, - STATE(8665), 1, - sym_class_body, + ACTIONS(4505), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [188278] = 4, + ACTIONS(10728), 1, + anon_sym_COMMA, + STATE(8316), 1, + aux_sym__enum_entries_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4199), 2, - sym__automatic_semicolon, + ACTIONS(8680), 2, anon_sym_RBRACE, - [186862] = 5, - ACTIONS(4081), 1, + anon_sym_SEMI, + [188293] = 5, + ACTIONS(6244), 1, anon_sym_LBRACE, - ACTIONS(10405), 1, + ACTIONS(10348), 1, anon_sym_EQ, - STATE(1056), 1, + STATE(3161), 1, sym_function_body, - STATE(1128), 1, + STATE(3334), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [186879] = 5, - ACTIONS(10166), 1, - anon_sym_EQ, - ACTIONS(10168), 1, + [188310] = 5, + ACTIONS(7866), 1, anon_sym_LBRACE, - STATE(9297), 1, + ACTIONS(10356), 1, + anon_sym_EQ, + STATE(4690), 1, sym__block, - STATE(9433), 1, + STATE(4698), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [186896] = 4, - ACTIONS(8237), 1, + [188327] = 4, + ACTIONS(8234), 1, anon_sym_LBRACE, - STATE(8884), 1, - sym_class_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4286), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [186911] = 4, - ACTIONS(8227), 1, - anon_sym_LBRACE, - STATE(8862), 1, + STATE(8842), 1, sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3194), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [186926] = 4, - ACTIONS(8237), 1, - anon_sym_LBRACE, - STATE(8680), 1, - sym_class_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4436), 2, + ACTIONS(4656), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [186941] = 5, - ACTIONS(10712), 1, - anon_sym_RBRACE, - ACTIONS(10714), 1, - sym__automatic_semicolon, - STATE(259), 1, - sym__semi, - STATE(8264), 1, - aux_sym_statements_repeat1, + [188342] = 4, + ACTIONS(9618), 1, + anon_sym_DOT, + STATE(7517), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [186958] = 5, - ACTIONS(10146), 1, + ACTIONS(4311), 2, + sym__automatic_semicolon, + anon_sym_LPAREN, + [188357] = 5, + ACTIONS(10150), 1, anon_sym_EQ, - ACTIONS(10148), 1, + ACTIONS(10152), 1, anon_sym_LBRACE, - STATE(8571), 1, - sym__block, - STATE(8627), 1, + STATE(8847), 1, sym_function_body, + STATE(8899), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [186975] = 5, - ACTIONS(10148), 1, + [188374] = 5, + ACTIONS(7928), 1, anon_sym_LBRACE, - ACTIONS(10717), 1, - anon_sym_COLON, - ACTIONS(10719), 1, - sym__automatic_semicolon, - STATE(8945), 1, + ACTIONS(10150), 1, + anon_sym_EQ, + STATE(4901), 1, sym__block, + STATE(5049), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [186992] = 5, - ACTIONS(7942), 1, + [188391] = 5, + ACTIONS(6244), 1, anon_sym_LBRACE, - ACTIONS(10332), 1, + ACTIONS(8047), 1, anon_sym_EQ, - STATE(4955), 1, + STATE(3161), 1, sym_function_body, - STATE(5001), 1, + STATE(3334), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [187009] = 5, - ACTIONS(7942), 1, + [188408] = 5, + ACTIONS(6244), 1, anon_sym_LBRACE, - ACTIONS(10332), 1, + ACTIONS(10348), 1, anon_sym_EQ, - STATE(4989), 1, + STATE(3145), 1, sym_function_body, - STATE(5001), 1, + STATE(3334), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [187026] = 5, - ACTIONS(6220), 1, + [188425] = 5, + ACTIONS(6461), 1, anon_sym_LBRACE, - ACTIONS(10385), 1, + ACTIONS(10382), 1, anon_sym_EQ, - STATE(3137), 1, - sym_function_body, - STATE(3245), 1, + STATE(3738), 1, sym__block, + STATE(3807), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [187043] = 5, - ACTIONS(6220), 1, + [188442] = 5, + ACTIONS(6461), 1, anon_sym_LBRACE, - ACTIONS(10385), 1, + ACTIONS(10382), 1, anon_sym_EQ, - STATE(3121), 1, + STATE(3732), 1, sym_function_body, - STATE(3245), 1, + STATE(3738), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [187060] = 5, - ACTIONS(6220), 1, + [188459] = 5, + ACTIONS(6461), 1, anon_sym_LBRACE, - ACTIONS(10385), 1, + ACTIONS(10382), 1, anon_sym_EQ, - STATE(3153), 1, + STATE(3710), 1, sym_function_body, - STATE(3245), 1, + STATE(3738), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [187077] = 5, - ACTIONS(10148), 1, + [188476] = 5, + ACTIONS(6244), 1, anon_sym_LBRACE, - ACTIONS(10721), 1, - anon_sym_COLON, - ACTIONS(10723), 1, - sym__automatic_semicolon, - STATE(9178), 1, + ACTIONS(10348), 1, + anon_sym_EQ, + STATE(3135), 1, + sym_function_body, + STATE(3334), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [187094] = 5, - ACTIONS(6220), 1, + [188493] = 5, + ACTIONS(6461), 1, anon_sym_LBRACE, - ACTIONS(10385), 1, + ACTIONS(10382), 1, anon_sym_EQ, - STATE(3214), 1, + STATE(3694), 1, sym_function_body, - STATE(3245), 1, + STATE(3738), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [187111] = 5, - ACTIONS(8237), 1, + [188510] = 4, + ACTIONS(8234), 1, anon_sym_LBRACE, - ACTIONS(10725), 1, - anon_sym_COLON, - ACTIONS(10727), 1, + STATE(8851), 1, + sym_enum_class_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4348), 2, sym__automatic_semicolon, - STATE(9177), 1, - sym_class_body, + anon_sym_RBRACE, + [188525] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [187128] = 4, - ACTIONS(8237), 1, + ACTIONS(4810), 4, + anon_sym_RBRACE, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_while, + [188536] = 4, + ACTIONS(8244), 1, anon_sym_LBRACE, - STATE(8820), 1, + STATE(8912), 1, sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4637), 2, + ACTIONS(3200), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [187143] = 5, - ACTIONS(6220), 1, + [188551] = 4, + ACTIONS(8234), 1, anon_sym_LBRACE, - ACTIONS(10346), 1, + STATE(8646), 1, + sym_enum_class_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(3190), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [188566] = 5, + ACTIONS(6244), 1, + anon_sym_LBRACE, + ACTIONS(8047), 1, anon_sym_EQ, - STATE(3153), 1, + STATE(3145), 1, sym_function_body, - STATE(3245), 1, + STATE(3334), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [187160] = 2, + [188583] = 4, + ACTIONS(8244), 1, + anon_sym_LBRACE, + STATE(8869), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4949), 4, + ACTIONS(4344), 2, + sym__automatic_semicolon, anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_while, - [187171] = 2, + [188598] = 5, + ACTIONS(1610), 1, + anon_sym_RBRACE, + ACTIONS(10730), 1, + sym__automatic_semicolon, + STATE(257), 1, + sym__semi, + STATE(8243), 1, + aux_sym_statements_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4665), 4, - anon_sym_LBRACE, + [188615] = 2, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(5007), 4, + anon_sym_RBRACE, anon_sym_COMMA, - anon_sym_where, + anon_sym_SEMI, anon_sym_while, - [187182] = 5, - ACTIONS(6220), 1, - anon_sym_LBRACE, - ACTIONS(10346), 1, + [188626] = 5, + ACTIONS(10168), 1, anon_sym_EQ, - STATE(3137), 1, + ACTIONS(10170), 1, + anon_sym_LBRACE, + STATE(9113), 1, sym_function_body, - STATE(3245), 1, + STATE(9145), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [187199] = 5, - ACTIONS(6220), 1, + [188643] = 5, + ACTIONS(10732), 1, + anon_sym_RBRACE, + ACTIONS(10734), 1, + sym__automatic_semicolon, + STATE(258), 1, + sym__semi, + STATE(8305), 1, + aux_sym_statements_repeat1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [188660] = 5, + ACTIONS(6244), 1, anon_sym_LBRACE, - ACTIONS(10346), 1, + ACTIONS(8047), 1, anon_sym_EQ, - STATE(3121), 1, + STATE(3135), 1, sym_function_body, - STATE(3245), 1, + STATE(3334), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [187216] = 4, - ACTIONS(8227), 1, + [188677] = 5, + ACTIONS(8047), 1, + anon_sym_EQ, + ACTIONS(8049), 1, anon_sym_LBRACE, - STATE(8665), 1, - sym_enum_class_body, + STATE(5357), 1, + sym__block, + STATE(5372), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4199), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [187231] = 5, - ACTIONS(7855), 1, + [188694] = 5, + ACTIONS(6461), 1, anon_sym_LBRACE, - ACTIONS(10340), 1, + ACTIONS(10360), 1, anon_sym_EQ, - STATE(4641), 1, - sym__block, - STATE(4670), 1, + STATE(3694), 1, sym_function_body, + STATE(3738), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [187248] = 4, - ACTIONS(8227), 1, + [188711] = 5, + ACTIONS(6244), 1, anon_sym_LBRACE, - STATE(8852), 1, - sym_enum_class_body, + ACTIONS(8047), 1, + anon_sym_EQ, + STATE(3158), 1, + sym_function_body, + STATE(3334), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4497), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [187263] = 5, - ACTIONS(7942), 1, + [188728] = 5, + ACTIONS(6244), 1, anon_sym_LBRACE, - ACTIONS(10332), 1, + ACTIONS(10348), 1, anon_sym_EQ, - STATE(4999), 1, + STATE(3158), 1, sym_function_body, - STATE(5001), 1, + STATE(3334), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [187280] = 4, - ACTIONS(8237), 1, + [188745] = 4, + ACTIONS(8244), 1, anon_sym_LBRACE, - STATE(8847), 1, + STATE(8793), 1, sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4585), 2, + ACTIONS(4305), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [187295] = 5, - ACTIONS(6220), 1, + [188760] = 4, + ACTIONS(8234), 1, anon_sym_LBRACE, - ACTIONS(10346), 1, - anon_sym_EQ, - STATE(3214), 1, - sym_function_body, - STATE(3245), 1, - sym__block, + STATE(8869), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [187312] = 5, - ACTIONS(7855), 1, + ACTIONS(4344), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [188775] = 4, + ACTIONS(10738), 1, + anon_sym_COMMA, + STATE(8316), 1, + aux_sym__enum_entries_repeat1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(10736), 2, + anon_sym_RBRACE, + anon_sym_SEMI, + [188790] = 4, + ACTIONS(8244), 1, anon_sym_LBRACE, - ACTIONS(10340), 1, - anon_sym_EQ, - STATE(4641), 1, - sym__block, - STATE(4697), 1, - sym_function_body, + STATE(8646), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [187329] = 5, - ACTIONS(7855), 1, + ACTIONS(3190), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [188805] = 4, + ACTIONS(8244), 1, anon_sym_LBRACE, - ACTIONS(10340), 1, + STATE(8873), 1, + sym_class_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4597), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [188820] = 5, + ACTIONS(10150), 1, anon_sym_EQ, - STATE(4641), 1, + ACTIONS(10152), 1, + anon_sym_LBRACE, + STATE(8876), 1, + sym_function_body, + STATE(8899), 1, sym__block, - STATE(4701), 1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [188837] = 5, + ACTIONS(8047), 1, + anon_sym_EQ, + ACTIONS(8049), 1, + anon_sym_LBRACE, + STATE(5306), 1, sym_function_body, + STATE(5357), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [187346] = 5, - ACTIONS(6236), 1, + [188854] = 5, + ACTIONS(6461), 1, anon_sym_LBRACE, - ACTIONS(10366), 1, + ACTIONS(10344), 1, anon_sym_EQ, - STATE(3120), 1, + STATE(3694), 1, sym_function_body, - STATE(3367), 1, + STATE(3738), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [187363] = 5, - ACTIONS(7942), 1, - anon_sym_LBRACE, - ACTIONS(10332), 1, + [188871] = 5, + ACTIONS(8047), 1, anon_sym_EQ, - STATE(5001), 1, + ACTIONS(8049), 1, + anon_sym_LBRACE, + STATE(5357), 1, sym__block, - STATE(5042), 1, + STATE(5385), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [187380] = 5, - ACTIONS(6236), 1, - anon_sym_LBRACE, - ACTIONS(10366), 1, + [188888] = 5, + ACTIONS(8047), 1, anon_sym_EQ, - STATE(3125), 1, - sym_function_body, - STATE(3367), 1, + ACTIONS(8049), 1, + anon_sym_LBRACE, + STATE(5357), 1, sym__block, + STATE(5390), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [187397] = 4, - ACTIONS(10731), 1, - anon_sym_COMMA, - STATE(8234), 1, - aux_sym__enum_entries_repeat1, + [188905] = 4, + ACTIONS(8234), 1, + anon_sym_LBRACE, + STATE(8881), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10729), 2, + ACTIONS(4233), 2, + sym__automatic_semicolon, anon_sym_RBRACE, - anon_sym_SEMI, - [187412] = 4, - ACTIONS(8237), 1, + [188920] = 4, + ACTIONS(8244), 1, anon_sym_LBRACE, - STATE(8862), 1, + STATE(8916), 1, sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3194), 2, + ACTIONS(4505), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [187427] = 4, - ACTIONS(8227), 1, + [188935] = 5, + ACTIONS(6461), 1, anon_sym_LBRACE, - STATE(8847), 1, - sym_enum_class_body, + ACTIONS(10360), 1, + anon_sym_EQ, + STATE(3710), 1, + sym_function_body, + STATE(3738), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4585), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [187442] = 5, - ACTIONS(6236), 1, - anon_sym_LBRACE, - ACTIONS(10366), 1, + [188952] = 5, + ACTIONS(10150), 1, anon_sym_EQ, - STATE(3135), 1, + ACTIONS(10152), 1, + anon_sym_LBRACE, + STATE(8891), 1, sym_function_body, - STATE(3367), 1, + STATE(8899), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [187459] = 4, - ACTIONS(8227), 1, + [188969] = 5, + ACTIONS(6461), 1, anon_sym_LBRACE, - STATE(8860), 1, - sym_enum_class_body, + ACTIONS(10360), 1, + anon_sym_EQ, + STATE(3732), 1, + sym_function_body, + STATE(3738), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4569), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [187474] = 4, - ACTIONS(7337), 1, - anon_sym_COMMA, - ACTIONS(10733), 1, - anon_sym_RBRACK, - STATE(8382), 1, - aux_sym_indexing_suffix_repeat1, + [188986] = 4, + ACTIONS(5161), 1, + anon_sym_LBRACE, + ACTIONS(9422), 1, + anon_sym_COLON, + STATE(4618), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [187488] = 4, - ACTIONS(10735), 1, - anon_sym_COMMA, - ACTIONS(10737), 1, - anon_sym_GT, - STATE(8442), 1, - aux_sym_type_arguments_repeat1, + [189000] = 4, + ACTIONS(5360), 1, + anon_sym_LBRACE, + ACTIONS(9418), 1, + anon_sym_COLON, + STATE(3690), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [187502] = 4, - ACTIONS(10739), 1, - anon_sym_COMMA, + [189014] = 4, + ACTIONS(8332), 1, + anon_sym_LT, ACTIONS(10741), 1, - anon_sym_RPAREN, - STATE(8318), 1, - aux_sym_multi_variable_declaration_repeat1, + anon_sym_EQ, + STATE(9263), 1, + sym_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [187516] = 4, - ACTIONS(8570), 1, - anon_sym_RPAREN, - ACTIONS(10743), 1, - anon_sym_COMMA, - STATE(8420), 1, - aux_sym__class_parameters_repeat1, + [189028] = 3, + STATE(8348), 1, + sym_constructor_delegation_call, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [187530] = 4, + ACTIONS(10743), 2, + anon_sym_this, + anon_sym_super, + [189040] = 4, ACTIONS(10745), 1, anon_sym_COMMA, ACTIONS(10747), 1, - anon_sym_RPAREN, - STATE(8400), 1, - aux_sym__function_value_parameters_repeat1, + anon_sym_GT, + STATE(8361), 1, + aux_sym_type_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [187544] = 4, - ACTIONS(10735), 1, - anon_sym_COMMA, + [189054] = 4, + ACTIONS(8332), 1, + anon_sym_LT, ACTIONS(10749), 1, - anon_sym_GT, - STATE(8304), 1, - aux_sym_type_arguments_repeat1, + anon_sym_EQ, + STATE(9225), 1, + sym_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [187558] = 4, - ACTIONS(10739), 1, + [189068] = 4, + ACTIONS(10745), 1, anon_sym_COMMA, ACTIONS(10751), 1, - anon_sym_RPAREN, - STATE(8352), 1, - aux_sym_multi_variable_declaration_repeat1, + anon_sym_GT, + STATE(8555), 1, + aux_sym_type_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [187572] = 4, - ACTIONS(10735), 1, + [189082] = 4, + ACTIONS(7345), 1, anon_sym_COMMA, ACTIONS(10753), 1, - anon_sym_GT, - STATE(8378), 1, - aux_sym_type_arguments_repeat1, + anon_sym_RBRACK, + STATE(8533), 1, + aux_sym_indexing_suffix_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [187586] = 4, + [189096] = 4, ACTIONS(10755), 1, anon_sym_COMMA, ACTIONS(10757), 1, anon_sym_RPAREN, - STATE(8440), 1, + STATE(8362), 1, aux_sym__function_value_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [187600] = 4, - ACTIONS(10735), 1, - anon_sym_COMMA, + [189110] = 3, ACTIONS(10759), 1, - anon_sym_GT, - STATE(8378), 1, - aux_sym_type_arguments_repeat1, + anon_sym_EQ, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [187614] = 4, - ACTIONS(10761), 1, + ACTIONS(10761), 2, anon_sym_COMMA, - ACTIONS(10763), 1, - anon_sym_GT, - STATE(8522), 1, - aux_sym_type_parameters_repeat1, + anon_sym_RPAREN, + [189122] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [187628] = 4, - ACTIONS(8568), 1, - anon_sym_RPAREN, - ACTIONS(10765), 1, + ACTIONS(10736), 3, + anon_sym_RBRACE, anon_sym_COMMA, - STATE(8420), 1, - aux_sym__class_parameters_repeat1, + anon_sym_SEMI, + [189132] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [187642] = 4, - ACTIONS(5629), 1, - anon_sym_RPAREN, - ACTIONS(10767), 1, + ACTIONS(10374), 3, + anon_sym_RBRACE, anon_sym_COMMA, - STATE(8376), 1, - aux_sym_value_arguments_repeat1, + anon_sym_SEMI, + [189142] = 4, + ACTIONS(10763), 1, + anon_sym_COMMA, + ACTIONS(10765), 1, + anon_sym_DASH_GT, + STATE(8461), 1, + aux_sym_lambda_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [187656] = 4, - ACTIONS(7337), 1, - anon_sym_COMMA, + [189156] = 4, + ACTIONS(8244), 1, + anon_sym_LBRACE, + ACTIONS(10767), 1, + sym__automatic_semicolon, + STATE(8960), 1, + sym_class_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [189170] = 4, + ACTIONS(10152), 1, + anon_sym_LBRACE, ACTIONS(10769), 1, - anon_sym_RBRACK, - STATE(8382), 1, - aux_sym_indexing_suffix_repeat1, + sym__automatic_semicolon, + STATE(8959), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [187670] = 4, - ACTIONS(8951), 1, - anon_sym_RPAREN, + [189184] = 4, + ACTIONS(8244), 1, + anon_sym_LBRACE, ACTIONS(10771), 1, - anon_sym_COMMA, - STATE(8338), 1, - aux_sym__function_value_parameters_repeat1, + sym__automatic_semicolon, + STATE(8971), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [187684] = 4, + [189198] = 4, ACTIONS(10773), 1, anon_sym_COMMA, ACTIONS(10775), 1, anon_sym_RPAREN, - STATE(8381), 1, + STATE(8370), 1, aux_sym_value_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [187698] = 4, - ACTIONS(10735), 1, - anon_sym_COMMA, + [189212] = 4, ACTIONS(10777), 1, + anon_sym_COMMA, + ACTIONS(10779), 1, anon_sym_GT, - STATE(8378), 1, + STATE(8371), 1, aux_sym_type_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [187712] = 4, - ACTIONS(10735), 1, - anon_sym_COMMA, - ACTIONS(10779), 1, - anon_sym_GT, - STATE(8384), 1, - aux_sym_type_arguments_repeat1, + [189226] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [187726] = 4, - ACTIONS(5567), 1, - anon_sym_RPAREN, + ACTIONS(4513), 3, + anon_sym_while, + anon_sym_catch, + anon_sym_finally, + [189236] = 4, + ACTIONS(10152), 1, + anon_sym_LBRACE, ACTIONS(10781), 1, - anon_sym_COMMA, - STATE(8376), 1, - aux_sym_value_arguments_repeat1, + sym__automatic_semicolon, + STATE(8972), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [187740] = 4, - ACTIONS(7337), 1, - anon_sym_COMMA, + [189250] = 4, + ACTIONS(8244), 1, + anon_sym_LBRACE, ACTIONS(10783), 1, - anon_sym_RBRACK, - STATE(8382), 1, - aux_sym_indexing_suffix_repeat1, + sym__automatic_semicolon, + STATE(8973), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [187754] = 2, + [189264] = 4, + ACTIONS(10785), 1, + anon_sym_COMMA, + ACTIONS(10787), 1, + anon_sym_RPAREN, + STATE(8557), 1, + aux_sym_multi_variable_declaration_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4672), 3, + [189278] = 4, + ACTIONS(10789), 1, anon_sym_COMMA, - anon_sym_DASH_GT, - anon_sym_in, - [187764] = 4, + ACTIONS(10792), 1, + anon_sym_RPAREN, + STATE(8351), 1, + aux_sym_function_type_parameters_repeat1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [189292] = 4, ACTIONS(10785), 1, anon_sym_COMMA, - ACTIONS(10788), 1, + ACTIONS(10794), 1, anon_sym_RPAREN, - STATE(8318), 1, + STATE(8426), 1, aux_sym_multi_variable_declaration_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [187778] = 3, - STATE(872), 1, - sym__lexical_identifier, + [189306] = 4, + ACTIONS(10745), 1, + anon_sym_COMMA, + ACTIONS(10796), 1, + anon_sym_GT, + STATE(8561), 1, + aux_sym_type_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10790), 2, - sym__alpha_identifier, - sym__backtick_identifier, - [187790] = 2, + [189320] = 4, + ACTIONS(8332), 1, + anon_sym_LT, + ACTIONS(10798), 1, + anon_sym_EQ, + STATE(9406), 1, + sym_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4398), 3, - anon_sym_while, - anon_sym_catch, - anon_sym_finally, - [187800] = 3, - STATE(3374), 1, - sym__lexical_identifier, + [189334] = 3, + ACTIONS(10800), 1, + anon_sym_EQ, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10792), 2, - sym__alpha_identifier, - sym__backtick_identifier, - [187812] = 4, - ACTIONS(10794), 1, + ACTIONS(7545), 2, anon_sym_COMMA, - ACTIONS(10796), 1, anon_sym_RPAREN, - STATE(8431), 1, - aux_sym_function_type_parameters_repeat1, + [189346] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [187826] = 4, - ACTIONS(10735), 1, + ACTIONS(10802), 3, + anon_sym_RBRACE, anon_sym_COMMA, - ACTIONS(10798), 1, - anon_sym_GT, - STATE(8328), 1, - aux_sym_type_arguments_repeat1, + anon_sym_SEMI, + [189356] = 4, + ACTIONS(10804), 1, + anon_sym_COMMA, + ACTIONS(10806), 1, + anon_sym_RPAREN, + STATE(8374), 1, + aux_sym__class_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [187840] = 3, - STATE(3373), 1, - sym__lexical_identifier, + [189370] = 4, + ACTIONS(8332), 1, + anon_sym_LT, + ACTIONS(10808), 1, + anon_sym_EQ, + STATE(9229), 1, + sym_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10800), 2, - sym__alpha_identifier, - sym__backtick_identifier, - [187852] = 4, - ACTIONS(10802), 1, + [189384] = 4, + ACTIONS(10785), 1, anon_sym_COMMA, - ACTIONS(10804), 1, - anon_sym_DASH_GT, - STATE(8367), 1, - aux_sym_when_entry_repeat1, + ACTIONS(10810), 1, + anon_sym_RPAREN, + STATE(8573), 1, + aux_sym_multi_variable_declaration_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [187866] = 4, - ACTIONS(10806), 1, + [189398] = 4, + ACTIONS(10812), 1, + anon_sym_COMMA, + ACTIONS(10814), 1, + anon_sym_RPAREN, + STATE(8580), 1, + aux_sym_function_type_parameters_repeat1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [189412] = 4, + ACTIONS(10745), 1, anon_sym_COMMA, - ACTIONS(10809), 1, + ACTIONS(10816), 1, anon_sym_GT, - STATE(8326), 1, + STATE(8521), 1, aux_sym_type_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [187880] = 4, - ACTIONS(5147), 1, - anon_sym_LBRACE, - ACTIONS(9412), 1, - anon_sym_COLON, - STATE(3377), 1, - sym_class_body, + [189426] = 4, + ACTIONS(8967), 1, + anon_sym_RPAREN, + ACTIONS(10818), 1, + anon_sym_COMMA, + STATE(8491), 1, + aux_sym__function_value_parameters_repeat1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [189440] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [187894] = 4, - ACTIONS(10735), 1, + ACTIONS(10263), 3, + anon_sym_RBRACE, + anon_sym_COMMA, + anon_sym_SEMI, + [189450] = 4, + ACTIONS(10777), 1, anon_sym_COMMA, - ACTIONS(10811), 1, + ACTIONS(10820), 1, anon_sym_GT, - STATE(8378), 1, + STATE(8398), 1, aux_sym_type_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [187908] = 4, - ACTIONS(10813), 1, + [189464] = 3, + STATE(3437), 1, + sym__lexical_identifier, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(10822), 2, + sym__alpha_identifier, + sym__backtick_identifier, + [189476] = 4, + ACTIONS(10824), 1, anon_sym_COMMA, - ACTIONS(10815), 1, + ACTIONS(10826), 1, anon_sym_RPAREN, - STATE(8385), 1, - aux_sym__class_parameters_repeat1, + STATE(8564), 1, + aux_sym__function_value_parameters_repeat1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [189490] = 4, + ACTIONS(4674), 1, + anon_sym_while, + ACTIONS(8328), 1, + anon_sym_LBRACE, + STATE(9120), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [187922] = 4, - ACTIONS(10739), 1, + [189504] = 4, + ACTIONS(10828), 1, anon_sym_COMMA, - ACTIONS(10817), 1, + ACTIONS(10830), 1, anon_sym_RPAREN, - STATE(8486), 1, - aux_sym_multi_variable_declaration_repeat1, + STATE(8391), 1, + aux_sym_value_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [187936] = 3, - ACTIONS(10819), 1, - anon_sym_EQ, + [189518] = 4, + ACTIONS(7345), 1, + anon_sym_COMMA, + ACTIONS(10832), 1, + anon_sym_RBRACK, + STATE(8533), 1, + aux_sym_indexing_suffix_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10821), 2, - anon_sym_COMMA, + [189532] = 4, + ACTIONS(5615), 1, anon_sym_RPAREN, - [187948] = 3, - STATE(8434), 1, - sym_constructor_delegation_call, + ACTIONS(10834), 1, + anon_sym_COMMA, + STATE(8424), 1, + aux_sym_value_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10823), 2, - anon_sym_this, - anon_sym_super, - [187960] = 4, - ACTIONS(8955), 1, + [189546] = 4, + ACTIONS(10777), 1, + anon_sym_COMMA, + ACTIONS(10836), 1, + anon_sym_GT, + STATE(8420), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [189560] = 4, + ACTIONS(10763), 1, + anon_sym_COMMA, + ACTIONS(10838), 1, + anon_sym_DASH_GT, + STATE(8341), 1, + aux_sym_lambda_parameters_repeat1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [189574] = 4, + ACTIONS(4394), 1, + anon_sym_while, + ACTIONS(8328), 1, + anon_sym_LBRACE, + STATE(9117), 1, + sym_enum_class_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [189588] = 4, + ACTIONS(8649), 1, anon_sym_RPAREN, - ACTIONS(10825), 1, + ACTIONS(10840), 1, anon_sym_COMMA, - STATE(8338), 1, - aux_sym__function_value_parameters_repeat1, + STATE(8384), 1, + aux_sym__class_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [187974] = 4, - ACTIONS(8237), 1, + [189602] = 4, + ACTIONS(4656), 1, + anon_sym_while, + ACTIONS(8344), 1, anon_sym_LBRACE, - ACTIONS(10827), 1, - sym__automatic_semicolon, - STATE(9296), 1, + STATE(9114), 1, sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [187988] = 4, - ACTIONS(10829), 1, + [189616] = 4, + ACTIONS(8244), 1, anon_sym_LBRACE, - ACTIONS(10831), 1, - anon_sym_LPAREN, - STATE(9281), 1, - sym_when_subject, + ACTIONS(10842), 1, + sym__automatic_semicolon, + STATE(8985), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [188002] = 4, - ACTIONS(10739), 1, - anon_sym_COMMA, - ACTIONS(10833), 1, - anon_sym_RPAREN, - STATE(8299), 1, - aux_sym_multi_variable_declaration_repeat1, + [189630] = 3, + STATE(857), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [188016] = 4, - ACTIONS(10761), 1, - anon_sym_COMMA, - ACTIONS(10835), 1, - anon_sym_GT, - STATE(8363), 1, - aux_sym_type_parameters_repeat1, + ACTIONS(10844), 2, + sym__alpha_identifier, + sym__backtick_identifier, + [189642] = 3, + STATE(3372), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [188030] = 4, - ACTIONS(10837), 1, - anon_sym_COMMA, - ACTIONS(10840), 1, - anon_sym_RPAREN, - STATE(8338), 1, - aux_sym__function_value_parameters_repeat1, + ACTIONS(10846), 2, + sym__alpha_identifier, + sym__backtick_identifier, + [189654] = 4, + ACTIONS(10848), 1, + anon_sym_LBRACE, + ACTIONS(10850), 1, + anon_sym_LPAREN, + STATE(9304), 1, + sym_when_subject, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [188044] = 2, + [189668] = 4, + ACTIONS(4656), 1, + anon_sym_while, + ACTIONS(8328), 1, + anon_sym_LBRACE, + STATE(9114), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10842), 3, - anon_sym_RBRACE, + [189682] = 4, + ACTIONS(10852), 1, anon_sym_COMMA, - anon_sym_SEMI, - [188054] = 2, + ACTIONS(10854), 1, + anon_sym_DASH_GT, + STATE(8449), 1, + aux_sym_when_entry_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10844), 3, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_RPAREN, - [188064] = 4, - ACTIONS(10846), 1, - anon_sym_COMMA, - ACTIONS(10848), 1, - anon_sym_RPAREN, - STATE(8368), 1, - aux_sym__function_value_parameters_repeat1, + [189696] = 4, + ACTIONS(5179), 1, + anon_sym_LBRACE, + ACTIONS(9410), 1, + anon_sym_COLON, + STATE(3381), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [188078] = 3, - ACTIONS(10850), 1, + [189710] = 3, + ACTIONS(10856), 1, anon_sym_EQ, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7478), 2, + ACTIONS(10858), 2, anon_sym_COMMA, anon_sym_RPAREN, - [188090] = 4, - ACTIONS(10852), 1, + [189722] = 4, + ACTIONS(10860), 1, anon_sym_COMMA, - ACTIONS(10854), 1, + ACTIONS(10863), 1, anon_sym_RPAREN, - STATE(8370), 1, - aux_sym_value_arguments_repeat1, + STATE(8384), 1, + aux_sym__class_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [188104] = 3, - ACTIONS(10856), 1, - anon_sym_COLON, + [189736] = 4, + ACTIONS(8332), 1, + anon_sym_LT, + ACTIONS(10865), 1, + anon_sym_EQ, + STATE(9421), 1, + sym_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10858), 2, - anon_sym_COMMA, - anon_sym_GT, - [188116] = 4, - ACTIONS(10761), 1, + [189750] = 4, + ACTIONS(8332), 1, + anon_sym_LT, + ACTIONS(10867), 1, + anon_sym_EQ, + STATE(9426), 1, + sym_type_parameters, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [189764] = 4, + ACTIONS(7345), 1, anon_sym_COMMA, - ACTIONS(10860), 1, - anon_sym_GT, - STATE(8326), 1, - aux_sym_type_parameters_repeat1, + ACTIONS(10869), 1, + anon_sym_RBRACK, + STATE(8533), 1, + aux_sym_indexing_suffix_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [188130] = 4, - ACTIONS(10735), 1, + [189778] = 4, + ACTIONS(8647), 1, + anon_sym_RPAREN, + ACTIONS(10871), 1, anon_sym_COMMA, - ACTIONS(10862), 1, - anon_sym_GT, - STATE(8378), 1, - aux_sym_type_arguments_repeat1, + STATE(8384), 1, + aux_sym__class_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [188144] = 4, - ACTIONS(10735), 1, + [189792] = 4, + ACTIONS(7345), 1, anon_sym_COMMA, - ACTIONS(10864), 1, - anon_sym_GT, - STATE(8372), 1, - aux_sym_type_arguments_repeat1, + ACTIONS(10873), 1, + anon_sym_RBRACK, + STATE(8533), 1, + aux_sym_indexing_suffix_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [188158] = 4, - ACTIONS(5563), 1, + [189806] = 4, + ACTIONS(4348), 1, + anon_sym_while, + ACTIONS(8328), 1, + anon_sym_LBRACE, + STATE(9110), 1, + sym_enum_class_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [189820] = 4, + ACTIONS(5617), 1, anon_sym_RPAREN, - ACTIONS(10866), 1, + ACTIONS(10875), 1, anon_sym_COMMA, - STATE(8376), 1, + STATE(8424), 1, aux_sym_value_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [188172] = 4, - ACTIONS(10868), 1, - anon_sym_COMMA, - ACTIONS(10870), 1, - anon_sym_RPAREN, - STATE(8377), 1, - aux_sym__class_parameters_repeat1, + [189834] = 4, + ACTIONS(4344), 1, + anon_sym_while, + ACTIONS(8344), 1, + anon_sym_LBRACE, + STATE(9065), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [188186] = 4, - ACTIONS(10794), 1, + [189848] = 4, + ACTIONS(10877), 1, anon_sym_COMMA, - ACTIONS(10872), 1, + ACTIONS(10879), 1, anon_sym_RPAREN, - STATE(8322), 1, - aux_sym_function_type_parameters_repeat1, + STATE(8578), 1, + aux_sym_value_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [188200] = 4, - ACTIONS(10794), 1, - anon_sym_COMMA, - ACTIONS(10874), 1, - anon_sym_RPAREN, - STATE(8322), 1, - aux_sym_function_type_parameters_repeat1, + [189862] = 4, + ACTIONS(6932), 1, + sym__automatic_semicolon, + ACTIONS(10184), 1, + anon_sym_LPAREN, + STATE(8006), 1, + sym_value_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [188214] = 4, - ACTIONS(10739), 1, + [189876] = 4, + ACTIONS(7345), 1, anon_sym_COMMA, - ACTIONS(10876), 1, - anon_sym_RPAREN, - STATE(8318), 1, - aux_sym_multi_variable_declaration_repeat1, + ACTIONS(10881), 1, + anon_sym_RBRACK, + STATE(8533), 1, + aux_sym_indexing_suffix_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [188228] = 4, - ACTIONS(10735), 1, - anon_sym_COMMA, - ACTIONS(10878), 1, - anon_sym_GT, - STATE(8346), 1, - aux_sym_type_arguments_repeat1, + [189890] = 4, + ACTIONS(3200), 1, + anon_sym_while, + ACTIONS(8344), 1, + anon_sym_LBRACE, + STATE(9023), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [188242] = 4, - ACTIONS(10880), 1, + [189904] = 4, + ACTIONS(10777), 1, anon_sym_COMMA, ACTIONS(10883), 1, - anon_sym_DASH_GT, - STATE(8354), 1, - aux_sym_lambda_parameters_repeat1, + anon_sym_GT, + STATE(8582), 1, + aux_sym_type_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [188256] = 4, - ACTIONS(10794), 1, + [189918] = 4, + ACTIONS(10777), 1, anon_sym_COMMA, ACTIONS(10885), 1, - anon_sym_RPAREN, - STATE(8322), 1, - aux_sym_function_type_parameters_repeat1, + anon_sym_GT, + STATE(8420), 1, + aux_sym_type_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [188270] = 4, - ACTIONS(10739), 1, + [189932] = 4, + ACTIONS(10777), 1, anon_sym_COMMA, ACTIONS(10887), 1, - anon_sym_RPAREN, - STATE(8318), 1, - aux_sym_multi_variable_declaration_repeat1, + anon_sym_GT, + STATE(8420), 1, + aux_sym_type_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [188284] = 4, + [189946] = 4, + ACTIONS(5565), 1, + anon_sym_RPAREN, ACTIONS(10889), 1, anon_sym_COMMA, - ACTIONS(10891), 1, - anon_sym_RPAREN, - STATE(8348), 1, + STATE(8424), 1, aux_sym_value_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [188298] = 2, + [189960] = 4, + ACTIONS(4344), 1, + anon_sym_while, + ACTIONS(8328), 1, + anon_sym_LBRACE, + STATE(9065), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4633), 3, + [189974] = 4, + ACTIONS(8588), 1, + anon_sym_RPAREN, + ACTIONS(10891), 1, anon_sym_COMMA, - anon_sym_DASH_GT, - anon_sym_in, - [188308] = 4, - ACTIONS(7337), 1, + STATE(8384), 1, + aux_sym__class_parameters_repeat1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [189988] = 4, + ACTIONS(7345), 1, anon_sym_COMMA, ACTIONS(10893), 1, anon_sym_RBRACK, - STATE(8382), 1, + STATE(8533), 1, aux_sym_indexing_suffix_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [188322] = 4, - ACTIONS(10735), 1, + [190002] = 4, + ACTIONS(4597), 1, + anon_sym_while, + ACTIONS(8344), 1, + anon_sym_LBRACE, + STATE(9102), 1, + sym_class_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [190016] = 4, + ACTIONS(10785), 1, anon_sym_COMMA, ACTIONS(10895), 1, - anon_sym_GT, - STATE(8378), 1, - aux_sym_type_arguments_repeat1, + anon_sym_RPAREN, + STATE(8513), 1, + aux_sym_multi_variable_declaration_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [188336] = 4, - ACTIONS(10794), 1, - anon_sym_COMMA, + [190030] = 4, + ACTIONS(4252), 1, + anon_sym_in, ACTIONS(10897), 1, - anon_sym_RPAREN, - STATE(8322), 1, - aux_sym_function_type_parameters_repeat1, + sym__quest, + STATE(8414), 1, + aux_sym_nullable_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [188350] = 4, - ACTIONS(7337), 1, + [190044] = 4, + ACTIONS(10777), 1, anon_sym_COMMA, ACTIONS(10899), 1, - anon_sym_RBRACK, - STATE(8382), 1, - aux_sym_indexing_suffix_repeat1, + anon_sym_GT, + STATE(8420), 1, + aux_sym_type_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [188364] = 4, - ACTIONS(10761), 1, + [190058] = 4, + ACTIONS(10777), 1, anon_sym_COMMA, ACTIONS(10901), 1, anon_sym_GT, - STATE(8326), 1, - aux_sym_type_parameters_repeat1, + STATE(8416), 1, + aux_sym_type_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [188378] = 4, - ACTIONS(8237), 1, - anon_sym_LBRACE, + [190072] = 4, + ACTIONS(8332), 1, + anon_sym_LT, ACTIONS(10903), 1, - sym__automatic_semicolon, - STATE(9290), 1, - sym_class_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [188392] = 4, - ACTIONS(10148), 1, - anon_sym_LBRACE, - ACTIONS(10905), 1, - sym__automatic_semicolon, - STATE(9288), 1, - sym__block, + anon_sym_EQ, + STATE(9299), 1, + sym_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [188406] = 4, - ACTIONS(8237), 1, - anon_sym_LBRACE, - ACTIONS(10907), 1, - sym__automatic_semicolon, - STATE(9287), 1, - sym_class_body, + [190086] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [188420] = 4, - ACTIONS(10909), 1, + ACTIONS(4702), 3, anon_sym_COMMA, - ACTIONS(10912), 1, anon_sym_DASH_GT, - STATE(8367), 1, - aux_sym_when_entry_repeat1, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [188434] = 4, - ACTIONS(8977), 1, - anon_sym_RPAREN, - ACTIONS(10914), 1, - anon_sym_COMMA, - STATE(8338), 1, - aux_sym__function_value_parameters_repeat1, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [188448] = 4, - ACTIONS(7337), 1, - anon_sym_COMMA, - ACTIONS(10916), 1, - anon_sym_RBRACK, - STATE(8382), 1, - aux_sym_indexing_suffix_repeat1, + anon_sym_in, + [190096] = 4, + ACTIONS(4246), 1, + anon_sym_in, + ACTIONS(10905), 1, + sym__quest, + STATE(8406), 1, + aux_sym_nullable_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [188462] = 4, - ACTIONS(5553), 1, - anon_sym_RPAREN, - ACTIONS(10918), 1, - anon_sym_COMMA, - STATE(8376), 1, - aux_sym_value_arguments_repeat1, + [190110] = 4, + ACTIONS(4233), 1, + anon_sym_while, + ACTIONS(8328), 1, + anon_sym_LBRACE, + STATE(9100), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [188476] = 4, - ACTIONS(10920), 1, + [190124] = 4, + ACTIONS(10907), 1, anon_sym_COMMA, - ACTIONS(10922), 1, + ACTIONS(10909), 1, anon_sym_RPAREN, - STATE(8514), 1, + STATE(8539), 1, aux_sym_value_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [188490] = 4, - ACTIONS(10735), 1, - anon_sym_COMMA, - ACTIONS(10924), 1, - anon_sym_GT, - STATE(8378), 1, - aux_sym_type_arguments_repeat1, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [188504] = 4, - ACTIONS(6970), 1, - sym__automatic_semicolon, - ACTIONS(10176), 1, - anon_sym_LPAREN, - STATE(8031), 1, - sym_value_arguments, + [190138] = 4, + ACTIONS(4239), 1, + anon_sym_in, + ACTIONS(10911), 1, + sym__quest, + STATE(8414), 1, + aux_sym_nullable_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [188518] = 4, - ACTIONS(10926), 1, - anon_sym_COMMA, - ACTIONS(10928), 1, + [190152] = 4, + ACTIONS(8963), 1, anon_sym_RPAREN, - STATE(8308), 1, - aux_sym__class_parameters_repeat1, + ACTIONS(10914), 1, + anon_sym_COMMA, + STATE(8491), 1, + aux_sym__function_value_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [188532] = 4, - ACTIONS(10735), 1, + [190166] = 4, + ACTIONS(10777), 1, anon_sym_COMMA, - ACTIONS(10930), 1, + ACTIONS(10916), 1, anon_sym_GT, - STATE(8360), 1, + STATE(8420), 1, aux_sym_type_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [188546] = 4, - ACTIONS(10932), 1, - anon_sym_COMMA, - ACTIONS(10935), 1, - anon_sym_RPAREN, - STATE(8376), 1, - aux_sym_value_arguments_repeat1, + [190180] = 4, + ACTIONS(4505), 1, + anon_sym_while, + ACTIONS(8344), 1, + anon_sym_LBRACE, + STATE(9092), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [188560] = 4, - ACTIONS(8566), 1, - anon_sym_RPAREN, - ACTIONS(10937), 1, - anon_sym_COMMA, - STATE(8420), 1, - aux_sym__class_parameters_repeat1, + [190194] = 4, + ACTIONS(3144), 1, + anon_sym_LBRACE, + ACTIONS(9416), 1, + anon_sym_COLON, + STATE(3454), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [188574] = 4, - ACTIONS(10939), 1, + [190208] = 4, + ACTIONS(10745), 1, anon_sym_COMMA, - ACTIONS(10942), 1, + ACTIONS(10918), 1, anon_sym_GT, - STATE(8378), 1, - aux_sym_type_arguments_repeat1, + STATE(8559), 1, + aux_sym_type_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [188588] = 4, - ACTIONS(10735), 1, + [190222] = 4, + ACTIONS(10920), 1, anon_sym_COMMA, - ACTIONS(10944), 1, + ACTIONS(10923), 1, anon_sym_GT, - STATE(8378), 1, + STATE(8420), 1, aux_sym_type_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [188602] = 4, - ACTIONS(5577), 1, + [190236] = 4, + ACTIONS(5561), 1, anon_sym_RPAREN, - ACTIONS(10946), 1, + ACTIONS(10925), 1, anon_sym_COMMA, - STATE(8376), 1, + STATE(8424), 1, aux_sym_value_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [188616] = 4, - ACTIONS(5476), 1, + [190250] = 4, + ACTIONS(5591), 1, anon_sym_RPAREN, - ACTIONS(10948), 1, + ACTIONS(10927), 1, anon_sym_COMMA, - STATE(8376), 1, + STATE(8424), 1, aux_sym_value_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [188630] = 4, - ACTIONS(7518), 1, - anon_sym_RBRACK, - ACTIONS(10950), 1, - anon_sym_COMMA, - STATE(8382), 1, - aux_sym_indexing_suffix_repeat1, + [190264] = 4, + ACTIONS(8332), 1, + anon_sym_LT, + ACTIONS(10929), 1, + anon_sym_EQ, + STATE(9276), 1, + sym_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [188644] = 4, - ACTIONS(10735), 1, + [190278] = 4, + ACTIONS(10931), 1, anon_sym_COMMA, - ACTIONS(10953), 1, - anon_sym_GT, - STATE(8379), 1, - aux_sym_type_arguments_repeat1, + ACTIONS(10934), 1, + anon_sym_RPAREN, + STATE(8424), 1, + aux_sym_value_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [188658] = 4, - ACTIONS(10735), 1, + [190292] = 4, + ACTIONS(7345), 1, anon_sym_COMMA, - ACTIONS(10955), 1, - anon_sym_GT, - STATE(8378), 1, - aux_sym_type_arguments_repeat1, + ACTIONS(10936), 1, + anon_sym_RBRACK, + STATE(8533), 1, + aux_sym_indexing_suffix_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [188672] = 4, - ACTIONS(8636), 1, + [190306] = 4, + ACTIONS(10785), 1, + anon_sym_COMMA, + ACTIONS(10938), 1, anon_sym_RPAREN, - ACTIONS(10957), 1, + STATE(8573), 1, + aux_sym_multi_variable_declaration_repeat1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [190320] = 4, + ACTIONS(10745), 1, anon_sym_COMMA, - STATE(8420), 1, - aux_sym__class_parameters_repeat1, + ACTIONS(10940), 1, + anon_sym_GT, + STATE(8521), 1, + aux_sym_type_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [188686] = 2, + [190334] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10474), 3, - anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_SEMI, - [188696] = 4, - ACTIONS(10831), 1, - anon_sym_LPAREN, - ACTIONS(10959), 1, + ACTIONS(4517), 3, + anon_sym_DOT, + sym__quest, + anon_sym_in, + [190344] = 4, + ACTIONS(3180), 1, anon_sym_LBRACE, - STATE(9088), 1, - sym_when_subject, + ACTIONS(9414), 1, + anon_sym_COLON, + STATE(1072), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [188710] = 4, - ACTIONS(10961), 1, + [190358] = 4, + ACTIONS(10812), 1, anon_sym_COMMA, - ACTIONS(10963), 1, + ACTIONS(10942), 1, anon_sym_RPAREN, - STATE(8380), 1, - aux_sym_value_arguments_repeat1, + STATE(8580), 1, + aux_sym_function_type_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [188724] = 2, + [190372] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10693), 3, - anon_sym_RBRACE, + ACTIONS(4274), 3, + anon_sym_DOT, + sym__quest, + anon_sym_in, + [190382] = 4, + ACTIONS(8613), 1, + anon_sym_RPAREN, + ACTIONS(10944), 1, anon_sym_COMMA, - anon_sym_SEMI, - [188734] = 4, - ACTIONS(4199), 1, - anon_sym_while, - ACTIONS(8346), 1, - anon_sym_LBRACE, - STATE(9437), 1, - sym_class_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [188748] = 3, - STATE(3390), 1, - sym__lexical_identifier, + STATE(8384), 1, + aux_sym__class_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10965), 2, - sym__alpha_identifier, - sym__backtick_identifier, - [188760] = 3, - STATE(3414), 1, + [190396] = 3, + STATE(1060), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10967), 2, + ACTIONS(10946), 2, sym__alpha_identifier, sym__backtick_identifier, - [188772] = 4, - ACTIONS(10735), 1, - anon_sym_COMMA, - ACTIONS(10969), 1, - anon_sym_GT, - STATE(8313), 1, - aux_sym_type_arguments_repeat1, + [190408] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [188786] = 4, - ACTIONS(3112), 1, + ACTIONS(4473), 3, + anon_sym_DOT, + sym__quest, + anon_sym_in, + [190418] = 4, + ACTIONS(10850), 1, + anon_sym_LPAREN, + ACTIONS(10948), 1, anon_sym_LBRACE, - ACTIONS(9416), 1, - anon_sym_COLON, - STATE(3361), 1, - sym_class_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [188800] = 4, - ACTIONS(10971), 1, - anon_sym_COMMA, - ACTIONS(10973), 1, - anon_sym_RPAREN, - STATE(8315), 1, - aux_sym_value_arguments_repeat1, + STATE(9252), 1, + sym_when_subject, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [188814] = 4, - ACTIONS(10975), 1, - anon_sym_COMMA, - ACTIONS(10977), 1, - anon_sym_RPAREN, - STATE(8473), 1, - aux_sym__class_parameters_repeat1, + [190432] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [188828] = 4, - ACTIONS(10831), 1, - anon_sym_LPAREN, - ACTIONS(10979), 1, - anon_sym_LBRACE, - STATE(9112), 1, - sym_when_subject, + ACTIONS(4493), 3, + anon_sym_DOT, + sym__quest, + anon_sym_in, + [190442] = 3, + STATE(1078), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [188842] = 3, - ACTIONS(10981), 1, - anon_sym_EQ, + ACTIONS(10950), 2, + sym__alpha_identifier, + sym__backtick_identifier, + [190454] = 4, + ACTIONS(10777), 1, + anon_sym_COMMA, + ACTIONS(10952), 1, + anon_sym_GT, + STATE(8544), 1, + aux_sym_type_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10983), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [188854] = 2, + [190468] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4408), 3, + ACTIONS(4521), 3, anon_sym_while, anon_sym_catch, anon_sym_finally, - [188864] = 4, - ACTIONS(8975), 1, - anon_sym_RPAREN, - ACTIONS(10985), 1, + [190478] = 4, + ACTIONS(10785), 1, anon_sym_COMMA, - STATE(8338), 1, - aux_sym__function_value_parameters_repeat1, + ACTIONS(10954), 1, + anon_sym_RPAREN, + STATE(8573), 1, + aux_sym_multi_variable_declaration_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [188878] = 4, - ACTIONS(10735), 1, + [190492] = 4, + ACTIONS(10956), 1, anon_sym_COMMA, - ACTIONS(10987), 1, - anon_sym_GT, - STATE(8378), 1, - aux_sym_type_arguments_repeat1, + ACTIONS(10958), 1, + anon_sym_RPAREN, + STATE(8388), 1, + aux_sym__class_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [188892] = 4, - ACTIONS(10802), 1, + [190506] = 4, + ACTIONS(10960), 1, anon_sym_COMMA, - ACTIONS(10989), 1, - anon_sym_DASH_GT, - STATE(8325), 1, - aux_sym_when_entry_repeat1, + ACTIONS(10962), 1, + anon_sym_RPAREN, + STATE(8567), 1, + aux_sym__function_value_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [188906] = 4, - ACTIONS(10761), 1, - anon_sym_COMMA, - ACTIONS(10991), 1, - anon_sym_GT, - STATE(8326), 1, - aux_sym_type_parameters_repeat1, + [190520] = 4, + ACTIONS(4505), 1, + anon_sym_while, + ACTIONS(8328), 1, + anon_sym_LBRACE, + STATE(9092), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [188920] = 4, - ACTIONS(10794), 1, - anon_sym_COMMA, - ACTIONS(10993), 1, + [190534] = 4, + ACTIONS(8977), 1, anon_sym_RPAREN, - STATE(8322), 1, - aux_sym_function_type_parameters_repeat1, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [188934] = 4, - ACTIONS(10739), 1, + ACTIONS(10964), 1, anon_sym_COMMA, - ACTIONS(10995), 1, - anon_sym_RPAREN, - STATE(8318), 1, - aux_sym_multi_variable_declaration_repeat1, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [188948] = 4, - ACTIONS(4265), 1, - anon_sym_in, - ACTIONS(10997), 1, - sym__quest, - STATE(8409), 1, - aux_sym_nullable_type_repeat1, + STATE(8491), 1, + aux_sym__function_value_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [188962] = 4, - ACTIONS(3218), 1, + [190548] = 4, + ACTIONS(4408), 1, anon_sym_while, - ACTIONS(8346), 1, + ACTIONS(8344), 1, anon_sym_LBRACE, - STATE(9401), 1, + STATE(9091), 1, sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [188976] = 4, - ACTIONS(4296), 1, - anon_sym_in, - ACTIONS(10999), 1, - sym__quest, - STATE(8406), 1, - aux_sym_nullable_type_repeat1, + [190562] = 4, + ACTIONS(8332), 1, + anon_sym_LT, + ACTIONS(10966), 1, + anon_sym_EQ, + STATE(9319), 1, + sym_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [188990] = 4, - ACTIONS(4313), 1, - anon_sym_in, - ACTIONS(11001), 1, - sym__quest, - STATE(8409), 1, - aux_sym_nullable_type_repeat1, + [190576] = 4, + ACTIONS(10777), 1, + anon_sym_COMMA, + ACTIONS(10968), 1, + anon_sym_GT, + STATE(8399), 1, + aux_sym_type_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [189004] = 4, - ACTIONS(11004), 1, + [190590] = 4, + ACTIONS(10970), 1, anon_sym_COMMA, - ACTIONS(11006), 1, + ACTIONS(10972), 1, anon_sym_RPAREN, - STATE(8300), 1, - aux_sym__class_parameters_repeat1, + STATE(8400), 1, + aux_sym_value_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [189018] = 4, - ACTIONS(10735), 1, + [190604] = 4, + ACTIONS(10852), 1, anon_sym_COMMA, - ACTIONS(11008), 1, - anon_sym_GT, - STATE(8306), 1, - aux_sym_type_arguments_repeat1, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [189032] = 4, - ACTIONS(3156), 1, - anon_sym_LBRACE, - ACTIONS(9408), 1, - anon_sym_COLON, - STATE(1063), 1, - sym_class_body, + ACTIONS(10974), 1, + anon_sym_DASH_GT, + STATE(8456), 1, + aux_sym_when_entry_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [189046] = 3, - STATE(1067), 1, + [190618] = 3, + STATE(3373), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(11010), 2, + ACTIONS(10976), 2, sym__alpha_identifier, sym__backtick_identifier, - [189058] = 3, - STATE(1065), 1, + [190630] = 3, + STATE(3440), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(11012), 2, + ACTIONS(10978), 2, sym__alpha_identifier, sym__backtick_identifier, - [189070] = 3, - ACTIONS(11014), 1, - anon_sym_LPAREN, + [190642] = 4, + ACTIONS(4684), 1, + anon_sym_while, + ACTIONS(8344), 1, + anon_sym_LBRACE, + STATE(9089), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4925), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [189082] = 4, - ACTIONS(11016), 1, + [190656] = 4, + ACTIONS(10980), 1, anon_sym_COMMA, - ACTIONS(11018), 1, + ACTIONS(10982), 1, anon_sym_RPAREN, - STATE(8309), 1, + STATE(8590), 1, aux_sym_value_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [189096] = 4, - ACTIONS(11020), 1, + [190670] = 4, + ACTIONS(3216), 1, + anon_sym_while, + ACTIONS(8328), 1, + anon_sym_LBRACE, + STATE(9088), 1, + sym_enum_class_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [190684] = 4, + ACTIONS(10984), 1, anon_sym_COMMA, - ACTIONS(11022), 1, + ACTIONS(10986), 1, anon_sym_RPAREN, - STATE(8448), 1, + STATE(8415), 1, aux_sym__function_value_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [189110] = 4, - ACTIONS(11024), 1, + [190698] = 4, + ACTIONS(10988), 1, anon_sym_COMMA, - ACTIONS(11026), 1, - anon_sym_RPAREN, - STATE(8311), 1, - aux_sym__function_value_parameters_repeat1, + ACTIONS(10991), 1, + anon_sym_DASH_GT, + STATE(8456), 1, + aux_sym_when_entry_repeat1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [190712] = 4, + ACTIONS(10777), 1, + anon_sym_COMMA, + ACTIONS(10993), 1, + anon_sym_GT, + STATE(8589), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [190726] = 4, + ACTIONS(4190), 1, + anon_sym_while, + ACTIONS(8344), 1, + anon_sym_LBRACE, + STATE(9075), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [189124] = 4, - ACTIONS(10831), 1, + [190740] = 4, + ACTIONS(10850), 1, anon_sym_LPAREN, - ACTIONS(11028), 1, + ACTIONS(10995), 1, anon_sym_LBRACE, - STATE(9148), 1, + STATE(8945), 1, sym_when_subject, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [189138] = 4, - ACTIONS(11030), 1, + [190754] = 4, + ACTIONS(10745), 1, anon_sym_COMMA, - ACTIONS(11033), 1, - anon_sym_RPAREN, - STATE(8420), 1, - aux_sym__class_parameters_repeat1, + ACTIONS(10997), 1, + anon_sym_GT, + STATE(8427), 1, + aux_sym_type_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [189152] = 3, - ACTIONS(11035), 1, - anon_sym_EQ, + [190768] = 4, + ACTIONS(10999), 1, + anon_sym_COMMA, + ACTIONS(11002), 1, + anon_sym_DASH_GT, + STATE(8461), 1, + aux_sym_lambda_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(11037), 2, + [190782] = 4, + ACTIONS(11004), 1, anon_sym_COMMA, + ACTIONS(11006), 1, anon_sym_RPAREN, - [189164] = 3, - ACTIONS(11039), 1, - anon_sym_EQ, + STATE(8514), 1, + aux_sym_value_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(11041), 2, - anon_sym_COMMA, + [190796] = 4, + ACTIONS(8625), 1, anon_sym_RPAREN, - [189176] = 4, - ACTIONS(11043), 1, + ACTIONS(11008), 1, anon_sym_COMMA, - ACTIONS(11045), 1, - anon_sym_RPAREN, - STATE(8333), 1, - aux_sym__function_value_parameters_repeat1, + STATE(8384), 1, + aux_sym__class_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [189190] = 4, - ACTIONS(10761), 1, + [190810] = 4, + ACTIONS(10777), 1, anon_sym_COMMA, - ACTIONS(11047), 1, + ACTIONS(11010), 1, anon_sym_GT, - STATE(8403), 1, - aux_sym_type_parameters_repeat1, + STATE(8528), 1, + aux_sym_type_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [189204] = 4, - ACTIONS(7337), 1, + [190824] = 4, + ACTIONS(10785), 1, anon_sym_COMMA, - ACTIONS(11049), 1, - anon_sym_RBRACK, - STATE(8382), 1, - aux_sym_indexing_suffix_repeat1, + ACTIONS(11012), 1, + anon_sym_RPAREN, + STATE(8494), 1, + aux_sym_multi_variable_declaration_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [189218] = 4, - ACTIONS(4199), 1, - anon_sym_while, - ACTIONS(8272), 1, - anon_sym_LBRACE, - STATE(9437), 1, - sym_enum_class_body, + [190838] = 4, + ACTIONS(11014), 1, + anon_sym_COMMA, + ACTIONS(11016), 1, + anon_sym_RPAREN, + STATE(8432), 1, + aux_sym__class_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [189232] = 4, - ACTIONS(10739), 1, + [190852] = 4, + ACTIONS(11018), 1, anon_sym_COMMA, - ACTIONS(11051), 1, + ACTIONS(11020), 1, anon_sym_RPAREN, - STATE(8405), 1, - aux_sym_multi_variable_declaration_repeat1, + STATE(8498), 1, + aux_sym__function_value_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [189246] = 4, - ACTIONS(3208), 1, - anon_sym_while, - ACTIONS(8272), 1, - anon_sym_LBRACE, - STATE(9428), 1, - sym_enum_class_body, + [190866] = 4, + ACTIONS(8332), 1, + anon_sym_LT, + ACTIONS(11022), 1, + anon_sym_EQ, + STATE(9142), 1, + sym_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [189260] = 2, + [190880] = 4, + ACTIONS(10777), 1, + anon_sym_COMMA, + ACTIONS(11024), 1, + anon_sym_GT, + STATE(8420), 1, + aux_sym_type_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10194), 3, - anon_sym_RBRACE, + [190894] = 4, + ACTIONS(10777), 1, anon_sym_COMMA, - anon_sym_SEMI, - [189270] = 4, - ACTIONS(11053), 1, + ACTIONS(11026), 1, + anon_sym_GT, + STATE(8469), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [190908] = 4, + ACTIONS(4305), 1, + anon_sym_while, + ACTIONS(8344), 1, + anon_sym_LBRACE, + STATE(9033), 1, + sym_class_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [190922] = 4, + ACTIONS(11028), 1, anon_sym_COMMA, - ACTIONS(11055), 1, + ACTIONS(11030), 1, anon_sym_RPAREN, - STATE(8450), 1, + STATE(8501), 1, aux_sym_value_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [189284] = 4, - ACTIONS(11057), 1, + [190936] = 4, + ACTIONS(10785), 1, anon_sym_COMMA, - ACTIONS(11060), 1, + ACTIONS(11032), 1, anon_sym_RPAREN, - STATE(8431), 1, - aux_sym_function_type_parameters_repeat1, + STATE(8440), 1, + aux_sym_multi_variable_declaration_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [189298] = 4, - ACTIONS(5581), 1, - anon_sym_RPAREN, - ACTIONS(11062), 1, + [190950] = 4, + ACTIONS(10812), 1, anon_sym_COMMA, - STATE(8376), 1, - aux_sym_value_arguments_repeat1, + ACTIONS(11034), 1, + anon_sym_RPAREN, + STATE(8580), 1, + aux_sym_function_type_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [189312] = 4, - ACTIONS(10735), 1, - anon_sym_COMMA, - ACTIONS(11064), 1, - anon_sym_GT, - STATE(8457), 1, - aux_sym_type_arguments_repeat1, + [190964] = 4, + ACTIONS(8332), 1, + anon_sym_LT, + ACTIONS(11036), 1, + anon_sym_EQ, + STATE(9242), 1, + sym_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [189326] = 4, - ACTIONS(10148), 1, - anon_sym_LBRACE, - ACTIONS(11066), 1, - sym__automatic_semicolon, - STATE(9272), 1, - sym__block, + [190978] = 4, + ACTIONS(8332), 1, + anon_sym_LT, + ACTIONS(11038), 1, + anon_sym_EQ, + STATE(9330), 1, + sym_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [189340] = 4, - ACTIONS(8237), 1, + [190992] = 4, + ACTIONS(3190), 1, + anon_sym_while, + ACTIONS(8328), 1, anon_sym_LBRACE, - ACTIONS(11068), 1, - sym__automatic_semicolon, - STATE(9275), 1, - sym_class_body, + STATE(9036), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [189354] = 4, - ACTIONS(4436), 1, - anon_sym_while, - ACTIONS(8346), 1, - anon_sym_LBRACE, - STATE(9404), 1, - sym_class_body, + [191006] = 4, + ACTIONS(10777), 1, + anon_sym_COMMA, + ACTIONS(11040), 1, + anon_sym_GT, + STATE(8502), 1, + aux_sym_type_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [189368] = 3, - STATE(8365), 1, - sym_constructor_delegation_call, + [191020] = 4, + ACTIONS(10812), 1, + anon_sym_COMMA, + ACTIONS(11042), 1, + anon_sym_RPAREN, + STATE(8580), 1, + aux_sym_function_type_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10823), 2, - anon_sym_this, - anon_sym_super, - [189380] = 4, - ACTIONS(11070), 1, + [191034] = 4, + ACTIONS(10812), 1, anon_sym_COMMA, - ACTIONS(11072), 1, + ACTIONS(11044), 1, anon_sym_RPAREN, - STATE(8460), 1, - aux_sym__class_parameters_repeat1, + STATE(8580), 1, + aux_sym_function_type_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [189394] = 4, - ACTIONS(5421), 1, + [191048] = 4, + ACTIONS(10850), 1, + anon_sym_LPAREN, + ACTIONS(11046), 1, anon_sym_LBRACE, - ACTIONS(9406), 1, - anon_sym_COLON, - STATE(3891), 1, - sym_class_body, + STATE(9279), 1, + sym_when_subject, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [189408] = 4, - ACTIONS(8979), 1, - anon_sym_RPAREN, - ACTIONS(11074), 1, + [191062] = 4, + ACTIONS(10785), 1, anon_sym_COMMA, - STATE(8338), 1, - aux_sym__function_value_parameters_repeat1, + ACTIONS(11048), 1, + anon_sym_RPAREN, + STATE(8359), 1, + aux_sym_multi_variable_declaration_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [189422] = 4, - ACTIONS(8609), 1, - anon_sym_RPAREN, - ACTIONS(11076), 1, - anon_sym_COMMA, - STATE(8420), 1, - aux_sym__class_parameters_repeat1, + [191076] = 4, + ACTIONS(4537), 1, + anon_sym_while, + ACTIONS(8344), 1, + anon_sym_LBRACE, + STATE(9040), 1, + sym_class_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [191090] = 3, + STATE(2875), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [189436] = 4, - ACTIONS(10735), 1, + ACTIONS(11050), 2, + sym__alpha_identifier, + sym__backtick_identifier, + [191102] = 4, + ACTIONS(10777), 1, anon_sym_COMMA, - ACTIONS(11078), 1, + ACTIONS(11052), 1, anon_sym_GT, - STATE(8378), 1, + STATE(8420), 1, aux_sym_type_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [189450] = 3, - STATE(3674), 1, + [191116] = 3, + STATE(4631), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(11080), 2, + ACTIONS(11054), 2, sym__alpha_identifier, sym__backtick_identifier, - [189462] = 4, - ACTIONS(5472), 1, + [191128] = 4, + ACTIONS(5585), 1, anon_sym_RPAREN, - ACTIONS(11082), 1, + ACTIONS(11056), 1, anon_sym_COMMA, - STATE(8376), 1, + STATE(8424), 1, aux_sym_value_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [189476] = 3, - STATE(3760), 1, - sym__lexical_identifier, + [191142] = 4, + ACTIONS(11058), 1, + anon_sym_COMMA, + ACTIONS(11060), 1, + anon_sym_RPAREN, + STATE(8504), 1, + aux_sym__class_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(11084), 2, - sym__alpha_identifier, - sym__backtick_identifier, - [189488] = 3, - STATE(1103), 1, + [191156] = 3, + STATE(4633), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(11086), 2, + ACTIONS(11062), 2, sym__alpha_identifier, sym__backtick_identifier, - [189500] = 4, - ACTIONS(10794), 1, - anon_sym_COMMA, - ACTIONS(11088), 1, - anon_sym_RPAREN, - STATE(8322), 1, - aux_sym_function_type_parameters_repeat1, + [191168] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [189514] = 4, - ACTIONS(8953), 1, + ACTIONS(11064), 3, + anon_sym_EQ, + anon_sym_COMMA, anon_sym_RPAREN, - ACTIONS(11090), 1, + [191178] = 4, + ACTIONS(11066), 1, anon_sym_COMMA, - STATE(8338), 1, + ACTIONS(11069), 1, + anon_sym_RPAREN, + STATE(8491), 1, aux_sym__function_value_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [189528] = 4, - ACTIONS(7337), 1, - anon_sym_COMMA, - ACTIONS(11092), 1, - anon_sym_RBRACK, - STATE(8382), 1, - aux_sym_indexing_suffix_repeat1, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [189542] = 4, - ACTIONS(5593), 1, - anon_sym_RPAREN, - ACTIONS(11094), 1, - anon_sym_COMMA, - STATE(8376), 1, - aux_sym_value_arguments_repeat1, + [191192] = 3, + ACTIONS(11071), 1, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [189556] = 4, - ACTIONS(4696), 1, + ACTIONS(4291), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [191204] = 4, + ACTIONS(3190), 1, anon_sym_while, - ACTIONS(8346), 1, + ACTIONS(8344), 1, anon_sym_LBRACE, - STATE(9426), 1, + STATE(9036), 1, sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [189570] = 4, - ACTIONS(8985), 1, - anon_sym_RPAREN, - ACTIONS(11096), 1, - anon_sym_COMMA, - STATE(8338), 1, - aux_sym__function_value_parameters_repeat1, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [189584] = 4, - ACTIONS(10739), 1, + [191218] = 4, + ACTIONS(10785), 1, anon_sym_COMMA, - ACTIONS(11098), 1, + ACTIONS(11073), 1, anon_sym_RPAREN, - STATE(8474), 1, + STATE(8573), 1, aux_sym_multi_variable_declaration_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [189598] = 4, - ACTIONS(3194), 1, - anon_sym_while, - ACTIONS(8346), 1, + [191232] = 4, + ACTIONS(5401), 1, anon_sym_LBRACE, - STATE(9468), 1, + ACTIONS(9420), 1, + anon_sym_COLON, + STATE(4904), 1, sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [189612] = 4, - ACTIONS(10794), 1, + [191246] = 4, + ACTIONS(8332), 1, + anon_sym_LT, + ACTIONS(11075), 1, + anon_sym_EQ, + STATE(9176), 1, + sym_type_parameters, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [191260] = 4, + ACTIONS(10812), 1, anon_sym_COMMA, - ACTIONS(11100), 1, + ACTIONS(11077), 1, anon_sym_RPAREN, - STATE(8322), 1, + STATE(8580), 1, aux_sym_function_type_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [189626] = 4, - ACTIONS(10831), 1, + [191274] = 4, + ACTIONS(8955), 1, + anon_sym_RPAREN, + ACTIONS(11079), 1, + anon_sym_COMMA, + STATE(8491), 1, + aux_sym__function_value_parameters_repeat1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [191288] = 4, + ACTIONS(10850), 1, anon_sym_LPAREN, - ACTIONS(11102), 1, + ACTIONS(11081), 1, anon_sym_LBRACE, - STATE(9298), 1, + STATE(9355), 1, sym_when_subject, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [189640] = 4, - ACTIONS(10735), 1, + [191302] = 4, + ACTIONS(11083), 1, anon_sym_COMMA, - ACTIONS(11104), 1, - anon_sym_GT, - STATE(8378), 1, - aux_sym_type_arguments_repeat1, + ACTIONS(11085), 1, + anon_sym_RPAREN, + STATE(8402), 1, + aux_sym__class_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [189654] = 4, - ACTIONS(10735), 1, + [191316] = 4, + ACTIONS(5575), 1, + anon_sym_RPAREN, + ACTIONS(11087), 1, anon_sym_COMMA, - ACTIONS(11106), 1, - anon_sym_GT, - STATE(8401), 1, - aux_sym_type_arguments_repeat1, + STATE(8424), 1, + aux_sym_value_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [189668] = 4, - ACTIONS(10761), 1, + [191330] = 4, + ACTIONS(10777), 1, anon_sym_COMMA, - ACTIONS(11108), 1, + ACTIONS(11089), 1, anon_sym_GT, - STATE(8326), 1, - aux_sym_type_parameters_repeat1, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [189682] = 4, - ACTIONS(8611), 1, - anon_sym_RPAREN, - ACTIONS(11110), 1, - anon_sym_COMMA, STATE(8420), 1, - aux_sym__class_parameters_repeat1, + aux_sym_type_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [189696] = 4, - ACTIONS(4483), 1, - anon_sym_while, - ACTIONS(8346), 1, - anon_sym_LBRACE, - STATE(9463), 1, - sym_class_body, + [191344] = 4, + ACTIONS(8332), 1, + anon_sym_LT, + ACTIONS(11091), 1, + anon_sym_EQ, + STATE(9236), 1, + sym_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [189710] = 4, - ACTIONS(7337), 1, + [191358] = 4, + ACTIONS(8639), 1, + anon_sym_RPAREN, + ACTIONS(11093), 1, anon_sym_COMMA, - ACTIONS(11112), 1, - anon_sym_RBRACK, - STATE(8382), 1, - aux_sym_indexing_suffix_repeat1, + STATE(8384), 1, + aux_sym__class_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [189724] = 4, - ACTIONS(10794), 1, + [191372] = 4, + ACTIONS(11095), 1, anon_sym_COMMA, - ACTIONS(11114), 1, + ACTIONS(11097), 1, anon_sym_RPAREN, - STATE(8322), 1, - aux_sym_function_type_parameters_repeat1, + STATE(8588), 1, + aux_sym__class_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [189738] = 4, - ACTIONS(4424), 1, + [191386] = 4, + ACTIONS(4404), 1, anon_sym_while, - ACTIONS(8272), 1, + ACTIONS(8344), 1, anon_sym_LBRACE, - STATE(9419), 1, - sym_enum_class_body, + STATE(9073), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [189752] = 3, - STATE(3387), 1, - sym__lexical_identifier, + [191400] = 4, + ACTIONS(10777), 1, + anon_sym_COMMA, + ACTIONS(11099), 1, + anon_sym_GT, + STATE(8420), 1, + aux_sym_type_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(11116), 2, - sym__alpha_identifier, - sym__backtick_identifier, - [189764] = 3, - STATE(4951), 1, - sym__lexical_identifier, + [191414] = 4, + ACTIONS(10777), 1, + anon_sym_COMMA, + ACTIONS(11101), 1, + anon_sym_GT, + STATE(8507), 1, + aux_sym_type_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(11118), 2, - sym__alpha_identifier, - sym__backtick_identifier, - [189776] = 3, - ACTIONS(11120), 1, + [191428] = 3, + ACTIONS(11103), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4239), 2, + ACTIONS(4957), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [189788] = 3, - ACTIONS(11122), 1, + [191440] = 4, + ACTIONS(4190), 1, + anon_sym_while, + ACTIONS(8328), 1, + anon_sym_LBRACE, + STATE(9075), 1, + sym_enum_class_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [191454] = 3, + ACTIONS(11105), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4255), 2, + ACTIONS(4963), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [189800] = 2, + [191466] = 4, + ACTIONS(8965), 1, + anon_sym_RPAREN, + ACTIONS(11107), 1, + anon_sym_COMMA, + STATE(8491), 1, + aux_sym__function_value_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4428), 3, - anon_sym_DOT, - sym__quest, - anon_sym_in, - [189810] = 3, - STATE(4940), 1, - sym__lexical_identifier, + [191480] = 4, + ACTIONS(10785), 1, + anon_sym_COMMA, + ACTIONS(11109), 1, + anon_sym_RPAREN, + STATE(8573), 1, + aux_sym_multi_variable_declaration_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(11124), 2, - sym__alpha_identifier, - sym__backtick_identifier, - [189822] = 4, - ACTIONS(4637), 1, - anon_sym_while, - ACTIONS(8346), 1, - anon_sym_LBRACE, - STATE(9495), 1, - sym_class_body, + [191494] = 4, + ACTIONS(5607), 1, + anon_sym_RPAREN, + ACTIONS(11111), 1, + anon_sym_COMMA, + STATE(8424), 1, + aux_sym_value_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [189836] = 4, - ACTIONS(4424), 1, - anon_sym_while, - ACTIONS(8346), 1, - anon_sym_LBRACE, - STATE(9419), 1, - sym_class_body, + [191508] = 3, + ACTIONS(11113), 1, + anon_sym_EQ, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [189850] = 4, - ACTIONS(8582), 1, - anon_sym_RPAREN, - ACTIONS(11126), 1, + ACTIONS(11115), 2, anon_sym_COMMA, - STATE(8420), 1, - aux_sym__class_parameters_repeat1, + anon_sym_RPAREN, + [191520] = 4, + ACTIONS(8332), 1, + anon_sym_LT, + ACTIONS(11117), 1, + anon_sym_EQ, + STATE(9349), 1, + sym_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [189864] = 4, - ACTIONS(10739), 1, + [191534] = 4, + ACTIONS(10812), 1, anon_sym_COMMA, - ACTIONS(11128), 1, + ACTIONS(11119), 1, anon_sym_RPAREN, - STATE(8318), 1, - aux_sym_multi_variable_declaration_repeat1, + STATE(8580), 1, + aux_sym_function_type_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [189878] = 4, - ACTIONS(4215), 1, - anon_sym_while, - ACTIONS(8272), 1, - anon_sym_LBRACE, - STATE(9411), 1, - sym_enum_class_body, + [191548] = 3, + STATE(8343), 1, + sym_constructor_delegation_call, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [189892] = 4, - ACTIONS(11130), 1, + ACTIONS(10743), 2, + anon_sym_this, + anon_sym_super, + [191560] = 4, + ACTIONS(11121), 1, anon_sym_COMMA, - ACTIONS(11132), 1, + ACTIONS(11123), 1, anon_sym_RPAREN, - STATE(8527), 1, + STATE(8546), 1, aux_sym__function_value_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [189906] = 4, - ACTIONS(10831), 1, - anon_sym_LPAREN, - ACTIONS(11134), 1, - anon_sym_LBRACE, - STATE(9183), 1, - sym_when_subject, + [191574] = 4, + ACTIONS(10745), 1, + anon_sym_COMMA, + ACTIONS(11125), 1, + anon_sym_GT, + STATE(8521), 1, + aux_sym_type_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [189920] = 4, - ACTIONS(8624), 1, - anon_sym_RPAREN, - ACTIONS(11136), 1, + [191588] = 4, + ACTIONS(11127), 1, anon_sym_COMMA, - STATE(8420), 1, - aux_sym__class_parameters_repeat1, + ACTIONS(11130), 1, + anon_sym_GT, + STATE(8521), 1, + aux_sym_type_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [189934] = 3, - ACTIONS(11138), 1, - anon_sym_LPAREN, + [191602] = 3, + ACTIONS(11132), 1, + anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4931), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [189946] = 4, - ACTIONS(11140), 1, + ACTIONS(11134), 2, anon_sym_COMMA, - ACTIONS(11142), 1, + anon_sym_GT, + [191614] = 4, + ACTIONS(11136), 1, + anon_sym_COMMA, + ACTIONS(11138), 1, anon_sym_RPAREN, - STATE(8432), 1, + STATE(8422), 1, aux_sym_value_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [189960] = 4, - ACTIONS(11144), 1, + [191628] = 4, + ACTIONS(7345), 1, anon_sym_COMMA, - ACTIONS(11146), 1, - anon_sym_RPAREN, - STATE(8521), 1, - aux_sym_value_arguments_repeat1, + ACTIONS(11140), 1, + anon_sym_RBRACK, + STATE(8533), 1, + aux_sym_indexing_suffix_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [189974] = 4, - ACTIONS(4645), 1, - anon_sym_while, - ACTIONS(8346), 1, - anon_sym_LBRACE, - STATE(9408), 1, - sym_class_body, + [191642] = 3, + STATE(4964), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [189988] = 4, - ACTIONS(5627), 1, - anon_sym_RPAREN, - ACTIONS(11148), 1, + ACTIONS(11142), 2, + sym__alpha_identifier, + sym__backtick_identifier, + [191654] = 4, + ACTIONS(11144), 1, anon_sym_COMMA, - STATE(8376), 1, - aux_sym_value_arguments_repeat1, + ACTIONS(11146), 1, + anon_sym_RPAREN, + STATE(8538), 1, + aux_sym__function_value_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [190002] = 4, - ACTIONS(7337), 1, + [191668] = 4, + ACTIONS(10777), 1, anon_sym_COMMA, - ACTIONS(11150), 1, - anon_sym_RBRACK, - STATE(8382), 1, - aux_sym_indexing_suffix_repeat1, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [190016] = 2, + ACTIONS(11148), 1, + anon_sym_GT, + STATE(8407), 1, + aux_sym_type_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4306), 3, - anon_sym_DOT, - sym__quest, - anon_sym_in, - [190026] = 4, - ACTIONS(10739), 1, + [191682] = 4, + ACTIONS(10777), 1, anon_sym_COMMA, - ACTIONS(11152), 1, - anon_sym_RPAREN, - STATE(8318), 1, - aux_sym_multi_variable_declaration_repeat1, + ACTIONS(11150), 1, + anon_sym_GT, + STATE(8420), 1, + aux_sym_type_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [190040] = 4, - ACTIONS(10735), 1, - anon_sym_COMMA, - ACTIONS(11154), 1, - anon_sym_GT, - STATE(8520), 1, - aux_sym_type_arguments_repeat1, + [191696] = 3, + STATE(4960), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [190054] = 2, + ACTIONS(11152), 2, + sym__alpha_identifier, + sym__backtick_identifier, + [191708] = 3, + STATE(3185), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4442), 3, - anon_sym_DOT, - sym__quest, - anon_sym_in, - [190064] = 4, - ACTIONS(8959), 1, - anon_sym_RPAREN, + ACTIONS(11154), 2, + sym__alpha_identifier, + sym__backtick_identifier, + [191720] = 4, ACTIONS(11156), 1, anon_sym_COMMA, - STATE(8338), 1, - aux_sym__function_value_parameters_repeat1, + ACTIONS(11158), 1, + anon_sym_RPAREN, + STATE(8541), 1, + aux_sym_value_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [190078] = 4, - ACTIONS(11158), 1, - anon_sym_COMMA, + [191734] = 3, ACTIONS(11160), 1, - anon_sym_RPAREN, - STATE(8441), 1, - aux_sym__class_parameters_repeat1, + anon_sym_EQ, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [190092] = 4, - ACTIONS(10761), 1, + ACTIONS(11162), 2, anon_sym_COMMA, - ACTIONS(11162), 1, - anon_sym_GT, - STATE(8326), 1, - aux_sym_type_parameters_repeat1, + anon_sym_RPAREN, + [191746] = 4, + ACTIONS(7511), 1, + anon_sym_RBRACK, + ACTIONS(11164), 1, + anon_sym_COMMA, + STATE(8533), 1, + aux_sym_indexing_suffix_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [190106] = 2, + [191760] = 4, + ACTIONS(10850), 1, + anon_sym_LPAREN, + ACTIONS(11167), 1, + anon_sym_LBRACE, + STATE(9450), 1, + sym_when_subject, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4446), 3, - anon_sym_DOT, - sym__quest, - anon_sym_in, - [190116] = 4, - ACTIONS(10794), 1, + [191774] = 4, + ACTIONS(11169), 1, anon_sym_COMMA, - ACTIONS(11164), 1, + ACTIONS(11171), 1, anon_sym_RPAREN, - STATE(8322), 1, - aux_sym_function_type_parameters_repeat1, + STATE(8543), 1, + aux_sym__class_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [190130] = 4, - ACTIONS(10735), 1, + [191788] = 4, + ACTIONS(11173), 1, anon_sym_COMMA, - ACTIONS(11166), 1, - anon_sym_GT, - STATE(8378), 1, - aux_sym_type_arguments_repeat1, + ACTIONS(11175), 1, + anon_sym_RPAREN, + STATE(8421), 1, + aux_sym_value_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [190144] = 4, - ACTIONS(10794), 1, + [191802] = 4, + ACTIONS(10812), 1, anon_sym_COMMA, - ACTIONS(11168), 1, + ACTIONS(11177), 1, anon_sym_RPAREN, - STATE(8322), 1, + STATE(8580), 1, aux_sym_function_type_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [190158] = 3, - ACTIONS(11170), 1, - anon_sym_COLON, + [191816] = 4, + ACTIONS(8987), 1, + anon_sym_RPAREN, + ACTIONS(11179), 1, + anon_sym_COMMA, + STATE(8491), 1, + aux_sym__function_value_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(11172), 2, - anon_sym_COMMA, - anon_sym_GT, - [190170] = 4, - ACTIONS(5587), 1, + [191830] = 4, + ACTIONS(5589), 1, anon_sym_RPAREN, - ACTIONS(11174), 1, + ACTIONS(11181), 1, anon_sym_COMMA, - STATE(8376), 1, + STATE(8424), 1, aux_sym_value_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [190184] = 4, - ACTIONS(10739), 1, + [191844] = 4, + ACTIONS(8643), 1, + anon_sym_RPAREN, + ACTIONS(11183), 1, anon_sym_COMMA, - ACTIONS(11176), 1, + STATE(8384), 1, + aux_sym__class_parameters_repeat1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [191858] = 4, + ACTIONS(5506), 1, anon_sym_RPAREN, - STATE(8318), 1, - aux_sym_multi_variable_declaration_repeat1, + ACTIONS(11185), 1, + anon_sym_COMMA, + STATE(8424), 1, + aux_sym_value_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [190198] = 4, - ACTIONS(10761), 1, + [191872] = 4, + ACTIONS(10777), 1, anon_sym_COMMA, - ACTIONS(11178), 1, + ACTIONS(11187), 1, anon_sym_GT, - STATE(8459), 1, - aux_sym_type_parameters_repeat1, + STATE(8420), 1, + aux_sym_type_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [190212] = 4, - ACTIONS(11180), 1, - anon_sym_COMMA, - ACTIONS(11182), 1, + [191886] = 4, + ACTIONS(8637), 1, anon_sym_RPAREN, - STATE(8478), 1, + ACTIONS(11189), 1, + anon_sym_COMMA, + STATE(8384), 1, aux_sym__class_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [190226] = 4, - ACTIONS(10761), 1, + [191900] = 4, + ACTIONS(10777), 1, anon_sym_COMMA, - ACTIONS(11184), 1, + ACTIONS(11191), 1, anon_sym_GT, - STATE(8345), 1, - aux_sym_type_parameters_repeat1, + STATE(8420), 1, + aux_sym_type_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [190240] = 4, - ACTIONS(11186), 1, + [191914] = 4, + ACTIONS(10785), 1, anon_sym_COMMA, - ACTIONS(11188), 1, + ACTIONS(11193), 1, anon_sym_RPAREN, - STATE(8452), 1, - aux_sym__function_value_parameters_repeat1, + STATE(8576), 1, + aux_sym_multi_variable_declaration_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [190254] = 4, - ACTIONS(10794), 1, - anon_sym_COMMA, - ACTIONS(11190), 1, + [191928] = 4, + ACTIONS(8991), 1, anon_sym_RPAREN, - STATE(8322), 1, - aux_sym_function_type_parameters_repeat1, + ACTIONS(11195), 1, + anon_sym_COMMA, + STATE(8491), 1, + aux_sym__function_value_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [190268] = 4, - ACTIONS(10735), 1, - anon_sym_COMMA, - ACTIONS(11192), 1, - anon_sym_GT, - STATE(8531), 1, - aux_sym_type_arguments_repeat1, + [191942] = 3, + ACTIONS(11197), 1, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [190282] = 4, - ACTIONS(11194), 1, + ACTIONS(4148), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [191954] = 4, + ACTIONS(10812), 1, anon_sym_COMMA, - ACTIONS(11196), 1, + ACTIONS(11199), 1, anon_sym_RPAREN, - STATE(8483), 1, - aux_sym_value_arguments_repeat1, + STATE(8580), 1, + aux_sym_function_type_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [190296] = 4, - ACTIONS(10735), 1, - anon_sym_COMMA, - ACTIONS(11198), 1, - anon_sym_GT, - STATE(8494), 1, - aux_sym_type_arguments_repeat1, + [191968] = 4, + ACTIONS(4324), 1, + anon_sym_in, + ACTIONS(10905), 1, + sym__quest, + STATE(8406), 1, + aux_sym_nullable_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [190310] = 4, - ACTIONS(11200), 1, + [191982] = 4, + ACTIONS(11201), 1, anon_sym_COMMA, - ACTIONS(11202), 1, - anon_sym_DASH_GT, - STATE(8354), 1, - aux_sym_lambda_parameters_repeat1, + ACTIONS(11203), 1, + anon_sym_RPAREN, + STATE(8540), 1, + aux_sym__class_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [190324] = 4, - ACTIONS(11204), 1, + [191996] = 4, + ACTIONS(10745), 1, anon_sym_COMMA, - ACTIONS(11206), 1, - anon_sym_RPAREN, - STATE(8497), 1, - aux_sym_value_arguments_repeat1, + ACTIONS(11205), 1, + anon_sym_GT, + STATE(8520), 1, + aux_sym_type_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [190338] = 4, - ACTIONS(4450), 1, - anon_sym_while, - ACTIONS(8272), 1, - anon_sym_LBRACE, - STATE(9406), 1, - sym_enum_class_body, + [192010] = 4, + ACTIONS(10777), 1, + anon_sym_COMMA, + ACTIONS(11207), 1, + anon_sym_GT, + STATE(8542), 1, + aux_sym_type_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [190352] = 4, - ACTIONS(7337), 1, + [192024] = 4, + ACTIONS(7345), 1, anon_sym_COMMA, - ACTIONS(11208), 1, + ACTIONS(11209), 1, anon_sym_RBRACK, - STATE(8382), 1, + STATE(8533), 1, aux_sym_indexing_suffix_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [190366] = 4, - ACTIONS(4569), 1, - anon_sym_while, - ACTIONS(8272), 1, - anon_sym_LBRACE, - STATE(9386), 1, - sym_enum_class_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [190380] = 4, - ACTIONS(11210), 1, + [192038] = 4, + ACTIONS(10812), 1, anon_sym_COMMA, - ACTIONS(11212), 1, + ACTIONS(11211), 1, anon_sym_RPAREN, - STATE(8489), 1, - aux_sym__function_value_parameters_repeat1, + STATE(8580), 1, + aux_sym_function_type_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [190394] = 4, - ACTIONS(7337), 1, + [192052] = 4, + ACTIONS(10745), 1, anon_sym_COMMA, - ACTIONS(11214), 1, - anon_sym_RBRACK, - STATE(8382), 1, - aux_sym_indexing_suffix_repeat1, + ACTIONS(11213), 1, + anon_sym_GT, + STATE(8521), 1, + aux_sym_type_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [190408] = 4, - ACTIONS(5605), 1, - anon_sym_RPAREN, - ACTIONS(11216), 1, + [192066] = 4, + ACTIONS(11215), 1, anon_sym_COMMA, - STATE(8376), 1, - aux_sym_value_arguments_repeat1, + ACTIONS(11217), 1, + anon_sym_RPAREN, + STATE(8512), 1, + aux_sym__function_value_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [190422] = 4, - ACTIONS(10739), 1, + [192080] = 4, + ACTIONS(10785), 1, anon_sym_COMMA, - ACTIONS(11218), 1, + ACTIONS(11219), 1, anon_sym_RPAREN, - STATE(8498), 1, + STATE(8573), 1, aux_sym_multi_variable_declaration_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [190436] = 4, - ACTIONS(11220), 1, + [192094] = 4, + ACTIONS(11221), 1, anon_sym_COMMA, - ACTIONS(11222), 1, + ACTIONS(11223), 1, anon_sym_RPAREN, STATE(8444), 1, - aux_sym_value_arguments_repeat1, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [190450] = 4, - ACTIONS(4497), 1, - anon_sym_while, - ACTIONS(8272), 1, - anon_sym_LBRACE, - STATE(9390), 1, - sym_enum_class_body, + aux_sym__function_value_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [190464] = 4, - ACTIONS(8564), 1, - anon_sym_RPAREN, - ACTIONS(11224), 1, + [192108] = 4, + ACTIONS(10745), 1, anon_sym_COMMA, - STATE(8420), 1, - aux_sym__class_parameters_repeat1, + ACTIONS(11225), 1, + anon_sym_GT, + STATE(8521), 1, + aux_sym_type_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [190478] = 4, - ACTIONS(4585), 1, - anon_sym_while, - ACTIONS(8346), 1, - anon_sym_LBRACE, - STATE(9394), 1, - sym_class_body, + [192122] = 4, + ACTIONS(10812), 1, + anon_sym_COMMA, + ACTIONS(11227), 1, + anon_sym_RPAREN, + STATE(8580), 1, + aux_sym_function_type_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [190492] = 4, - ACTIONS(10735), 1, + [192136] = 4, + ACTIONS(10745), 1, anon_sym_COMMA, - ACTIONS(11226), 1, + ACTIONS(11229), 1, anon_sym_GT, - STATE(8378), 1, - aux_sym_type_arguments_repeat1, + STATE(8521), 1, + aux_sym_type_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [190506] = 4, - ACTIONS(5609), 1, - anon_sym_RPAREN, - ACTIONS(11228), 1, + [192150] = 4, + ACTIONS(11231), 1, anon_sym_COMMA, - STATE(8376), 1, + ACTIONS(11233), 1, + anon_sym_RPAREN, + STATE(8487), 1, aux_sym_value_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [190520] = 4, - ACTIONS(10761), 1, + [192164] = 4, + ACTIONS(10777), 1, anon_sym_COMMA, - ACTIONS(11230), 1, + ACTIONS(11235), 1, anon_sym_GT, - STATE(8326), 1, - aux_sym_type_parameters_repeat1, + STATE(8485), 1, + aux_sym_type_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [190534] = 4, - ACTIONS(11200), 1, + [192178] = 4, + ACTIONS(8959), 1, + anon_sym_RPAREN, + ACTIONS(11237), 1, anon_sym_COMMA, - ACTIONS(11232), 1, - anon_sym_DASH_GT, - STATE(8507), 1, - aux_sym_lambda_parameters_repeat1, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [190548] = 4, - ACTIONS(4585), 1, - anon_sym_while, - ACTIONS(8272), 1, - anon_sym_LBRACE, - STATE(9394), 1, - sym_enum_class_body, + STATE(8491), 1, + aux_sym__function_value_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [190562] = 4, - ACTIONS(4187), 1, - anon_sym_in, - ACTIONS(10999), 1, - sym__quest, - STATE(8406), 1, - aux_sym_nullable_type_repeat1, + [192192] = 4, + ACTIONS(8332), 1, + anon_sym_LT, + ACTIONS(11239), 1, + anon_sym_EQ, + STATE(9200), 1, + sym_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [190576] = 4, - ACTIONS(4286), 1, - anon_sym_while, - ACTIONS(8346), 1, - anon_sym_LBRACE, - STATE(9462), 1, - sym_class_body, + [192206] = 3, + ACTIONS(11241), 1, + anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [190590] = 4, - ACTIONS(8965), 1, + ACTIONS(11243), 2, + anon_sym_COMMA, + anon_sym_GT, + [192218] = 4, + ACTIONS(8989), 1, anon_sym_RPAREN, - ACTIONS(11234), 1, + ACTIONS(11245), 1, anon_sym_COMMA, - STATE(8338), 1, + STATE(8491), 1, aux_sym__function_value_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [190604] = 4, - ACTIONS(10794), 1, - anon_sym_COMMA, - ACTIONS(11236), 1, - anon_sym_RPAREN, - STATE(8322), 1, - aux_sym_function_type_parameters_repeat1, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [190618] = 4, - ACTIONS(3194), 1, - anon_sym_while, - ACTIONS(8272), 1, - anon_sym_LBRACE, - STATE(9468), 1, - sym_enum_class_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [190632] = 4, - ACTIONS(4462), 1, - anon_sym_while, - ACTIONS(8272), 1, - anon_sym_LBRACE, - STATE(9380), 1, - sym_enum_class_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [190646] = 4, - ACTIONS(10735), 1, + [192232] = 4, + ACTIONS(10777), 1, anon_sym_COMMA, - ACTIONS(11238), 1, + ACTIONS(11247), 1, anon_sym_GT, - STATE(8378), 1, + STATE(8420), 1, aux_sym_type_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [190660] = 4, - ACTIONS(5127), 1, - anon_sym_LBRACE, - ACTIONS(9410), 1, - anon_sym_COLON, - STATE(4576), 1, - sym_class_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [190674] = 3, - STATE(2884), 1, - sym__lexical_identifier, + [192246] = 4, + ACTIONS(7345), 1, + anon_sym_COMMA, + ACTIONS(11249), 1, + anon_sym_RBRACK, + STATE(8533), 1, + aux_sym_indexing_suffix_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(11240), 2, - sym__alpha_identifier, - sym__backtick_identifier, - [190686] = 3, - STATE(4578), 1, - sym__lexical_identifier, + [192260] = 4, + ACTIONS(5625), 1, + anon_sym_RPAREN, + ACTIONS(11251), 1, + anon_sym_COMMA, + STATE(8424), 1, + aux_sym_value_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(11242), 2, - sym__alpha_identifier, - sym__backtick_identifier, - [190698] = 3, - STATE(4579), 1, - sym__lexical_identifier, + [192274] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(11244), 2, - sym__alpha_identifier, - sym__backtick_identifier, - [190710] = 4, - ACTIONS(5397), 1, - anon_sym_LBRACE, - ACTIONS(9402), 1, - anon_sym_COLON, - STATE(5013), 1, - sym_class_body, + ACTIONS(4605), 3, + anon_sym_COMMA, + anon_sym_DASH_GT, + anon_sym_in, + [192284] = 4, + ACTIONS(8332), 1, + anon_sym_LT, + ACTIONS(11253), 1, + anon_sym_EQ, + STATE(9291), 1, + sym_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [190724] = 4, - ACTIONS(4450), 1, - anon_sym_while, - ACTIONS(8346), 1, - anon_sym_LBRACE, - STATE(9406), 1, - sym_class_body, + [192298] = 4, + ACTIONS(11255), 1, + anon_sym_COMMA, + ACTIONS(11258), 1, + anon_sym_RPAREN, + STATE(8573), 1, + aux_sym_multi_variable_declaration_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [190738] = 4, - ACTIONS(10739), 1, + [192312] = 4, + ACTIONS(10812), 1, anon_sym_COMMA, - ACTIONS(11246), 1, + ACTIONS(11260), 1, anon_sym_RPAREN, - STATE(8356), 1, - aux_sym_multi_variable_declaration_repeat1, + STATE(8580), 1, + aux_sym_function_type_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [190752] = 4, - ACTIONS(10761), 1, + [192326] = 4, + ACTIONS(7345), 1, anon_sym_COMMA, - ACTIONS(11248), 1, - anon_sym_GT, - STATE(8491), 1, - aux_sym_type_parameters_repeat1, + ACTIONS(11262), 1, + anon_sym_RBRACK, + STATE(8533), 1, + aux_sym_indexing_suffix_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [190766] = 4, - ACTIONS(11250), 1, + [192340] = 4, + ACTIONS(10785), 1, anon_sym_COMMA, - ACTIONS(11252), 1, + ACTIONS(11264), 1, anon_sym_RPAREN, - STATE(8518), 1, - aux_sym__class_parameters_repeat1, + STATE(8573), 1, + aux_sym_multi_variable_declaration_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [190780] = 3, - ACTIONS(11254), 1, - sym__automatic_semicolon, - STATE(3943), 1, - sym__semi, + [192354] = 3, + STATE(1166), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [190791] = 3, - ACTIONS(25), 1, - anon_sym_LBRACE, - STATE(4945), 1, - sym_lambda_literal, + ACTIONS(11266), 2, + sym__alpha_identifier, + sym__backtick_identifier, + [192366] = 4, + ACTIONS(5536), 1, + anon_sym_RPAREN, + ACTIONS(11268), 1, + anon_sym_COMMA, + STATE(8424), 1, + aux_sym_value_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [190802] = 3, - ACTIONS(9192), 1, - anon_sym_LPAREN, - STATE(1263), 1, - sym__function_value_parameters, + [192380] = 4, + ACTIONS(11270), 1, + anon_sym_COMMA, + ACTIONS(11272), 1, + anon_sym_RPAREN, + STATE(8463), 1, + aux_sym__class_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [190813] = 3, - ACTIONS(9192), 1, - anon_sym_LPAREN, - STATE(1239), 1, - sym__function_value_parameters, + [192394] = 4, + ACTIONS(10812), 1, + anon_sym_COMMA, + ACTIONS(11274), 1, + anon_sym_RPAREN, + STATE(8351), 1, + aux_sym_function_type_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [190824] = 3, - ACTIONS(7496), 1, - anon_sym_RBRACE, - ACTIONS(11256), 1, - anon_sym_SEMI, + [192408] = 4, + ACTIONS(8332), 1, + anon_sym_LT, + ACTIONS(11276), 1, + anon_sym_EQ, + STATE(9307), 1, + sym_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [190835] = 3, - ACTIONS(9192), 1, - anon_sym_LPAREN, - STATE(1241), 1, - sym__function_value_parameters, + [192422] = 4, + ACTIONS(10777), 1, + anon_sym_COMMA, + ACTIONS(11278), 1, + anon_sym_GT, + STATE(8420), 1, + aux_sym_type_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [190846] = 3, - ACTIONS(11258), 1, - sym__automatic_semicolon, - STATE(3778), 1, - sym__semi, + [192436] = 3, + STATE(3890), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [190857] = 3, - ACTIONS(10038), 1, - anon_sym_get, - ACTIONS(10040), 1, - anon_sym_set, + ACTIONS(11280), 2, + sym__alpha_identifier, + sym__backtick_identifier, + [192448] = 4, + ACTIONS(10777), 1, + anon_sym_COMMA, + ACTIONS(11282), 1, + anon_sym_GT, + STATE(8568), 1, + aux_sym_type_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [190868] = 3, - ACTIONS(3146), 1, - anon_sym_LPAREN, - STATE(1010), 1, - sym__class_parameters, + [192462] = 4, + ACTIONS(11284), 1, + anon_sym_COMMA, + ACTIONS(11286), 1, + anon_sym_RPAREN, + STATE(8570), 1, + aux_sym_value_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [190879] = 3, - ACTIONS(1854), 1, - anon_sym_LBRACE, - STATE(4659), 1, - sym_lambda_literal, + [192476] = 3, + STATE(3733), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [190890] = 3, - ACTIONS(8274), 1, - anon_sym_LPAREN, - STATE(8143), 1, - sym__class_parameters, + ACTIONS(11288), 2, + sym__alpha_identifier, + sym__backtick_identifier, + [192488] = 4, + ACTIONS(7345), 1, + anon_sym_COMMA, + ACTIONS(11290), 1, + anon_sym_RBRACK, + STATE(8533), 1, + aux_sym_indexing_suffix_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [190901] = 3, - ACTIONS(1920), 1, - anon_sym_LBRACE, - STATE(3360), 1, - sym_lambda_literal, + [192502] = 4, + ACTIONS(8617), 1, + anon_sym_RPAREN, + ACTIONS(11292), 1, + anon_sym_COMMA, + STATE(8384), 1, + aux_sym__class_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [190912] = 3, - ACTIONS(5127), 1, - anon_sym_LBRACE, - STATE(4717), 1, - sym_class_body, + [192516] = 4, + ACTIONS(10777), 1, + anon_sym_COMMA, + ACTIONS(11294), 1, + anon_sym_GT, + STATE(8420), 1, + aux_sym_type_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [190923] = 3, - ACTIONS(9236), 1, - anon_sym_LPAREN, - STATE(7851), 1, - sym__function_value_parameters, + [192530] = 4, + ACTIONS(5548), 1, + anon_sym_RPAREN, + ACTIONS(11296), 1, + anon_sym_COMMA, + STATE(8424), 1, + aux_sym_value_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [190934] = 3, - ACTIONS(9204), 1, + [192544] = 3, + ACTIONS(9317), 1, anon_sym_LPAREN, - STATE(3537), 1, + STATE(4523), 1, sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [190945] = 2, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4897), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [190954] = 3, - ACTIONS(6220), 1, - anon_sym_LBRACE, - STATE(3340), 1, - sym__block, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [190965] = 3, - ACTIONS(3146), 1, + [192555] = 3, + ACTIONS(9218), 1, anon_sym_LPAREN, - STATE(980), 1, - sym__class_parameters, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [190976] = 3, - ACTIONS(7855), 1, - anon_sym_LBRACE, - STATE(4742), 1, - sym__block, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [190987] = 3, - ACTIONS(9933), 1, - anon_sym_get, - ACTIONS(9935), 1, - anon_sym_set, + STATE(4441), 1, + sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [190998] = 3, - ACTIONS(9220), 1, - anon_sym_LPAREN, - STATE(5155), 1, - sym__function_value_parameters, + [192566] = 3, + ACTIONS(11298), 1, + anon_sym_DOT, + STATE(7633), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [191009] = 3, - ACTIONS(1854), 1, - anon_sym_LBRACE, - STATE(4692), 1, - sym_lambda_literal, + [192577] = 3, + ACTIONS(11300), 1, + anon_sym_DOT, + STATE(8593), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [191020] = 3, - ACTIONS(9190), 1, - anon_sym_LPAREN, - STATE(4797), 1, - sym__function_value_parameters, + [192588] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [191031] = 3, - ACTIONS(9220), 1, - anon_sym_LPAREN, - STATE(5134), 1, - sym__function_value_parameters, + ACTIONS(4814), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [192597] = 3, + ACTIONS(7509), 1, + anon_sym_RBRACE, + ACTIONS(11302), 1, + anon_sym_SEMI, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [191042] = 3, - ACTIONS(9220), 1, + [192608] = 3, + ACTIONS(9226), 1, anon_sym_LPAREN, - STATE(5183), 1, + STATE(3543), 1, sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [191053] = 3, - ACTIONS(10024), 1, - anon_sym_get, - ACTIONS(10026), 1, - anon_sym_set, + [192619] = 3, + ACTIONS(11304), 1, + anon_sym_DOT, + STATE(7633), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [191064] = 3, - ACTIONS(9996), 1, - anon_sym_get, - ACTIONS(9998), 1, - anon_sym_set, + [192630] = 3, + ACTIONS(11306), 1, + anon_sym_DOT, + STATE(8611), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [191075] = 3, - ACTIONS(8274), 1, - anon_sym_LPAREN, - STATE(8232), 1, - sym__class_parameters, + [192641] = 3, + ACTIONS(11308), 1, + anon_sym_DOT, + STATE(8598), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [191086] = 3, - ACTIONS(9220), 1, + [192652] = 3, + ACTIONS(9317), 1, anon_sym_LPAREN, - STATE(5132), 1, + STATE(5097), 1, sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [191097] = 2, + [192663] = 3, + ACTIONS(7565), 1, + anon_sym_RBRACE, + ACTIONS(11310), 1, + anon_sym_SEMI, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4949), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [191106] = 2, + [192674] = 3, + ACTIONS(9301), 1, + anon_sym_LPAREN, + STATE(4763), 1, + sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4937), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [191115] = 3, - ACTIONS(9887), 1, - anon_sym_get, - ACTIONS(9889), 1, - anon_sym_set, + [192685] = 3, + ACTIONS(11312), 1, + anon_sym_DOT, + STATE(8609), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [191126] = 2, + [192696] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3218), 2, + ACTIONS(1786), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [191135] = 3, - ACTIONS(9236), 1, + [192705] = 3, + ACTIONS(9249), 1, anon_sym_LPAREN, - STATE(7857), 1, + STATE(793), 1, sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [191146] = 3, - ACTIONS(5129), 1, + [192716] = 3, + ACTIONS(8330), 1, anon_sym_LPAREN, - STATE(4528), 1, + STATE(8226), 1, sym__class_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [191157] = 3, - ACTIONS(8229), 1, + [192727] = 3, + ACTIONS(9317), 1, anon_sym_LPAREN, - STATE(7993), 1, - sym__class_parameters, + STATE(5093), 1, + sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [191168] = 3, - ACTIONS(25), 1, - anon_sym_LBRACE, - STATE(4890), 1, - sym_lambda_literal, + [192738] = 3, + ACTIONS(11314), 1, + anon_sym_DOT, + STATE(7633), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [191179] = 3, - ACTIONS(11260), 1, - anon_sym_DOT, - STATE(7720), 1, - aux_sym_user_type_repeat1, + [192749] = 3, + ACTIONS(9239), 1, + anon_sym_LPAREN, + STATE(2885), 1, + sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [191190] = 3, - ACTIONS(11262), 1, + [192760] = 3, + ACTIONS(11316), 1, anon_sym_DOT, - STATE(8578), 1, + STATE(7633), 1, aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [191201] = 3, - ACTIONS(9873), 1, - anon_sym_get, - ACTIONS(9875), 1, - anon_sym_set, + [192771] = 3, + ACTIONS(9317), 1, + anon_sym_LPAREN, + STATE(5103), 1, + sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [191212] = 3, - ACTIONS(11264), 1, - anon_sym_DOT, - STATE(7720), 1, - aux_sym_user_type_repeat1, + [192782] = 3, + ACTIONS(9301), 1, + anon_sym_LPAREN, + STATE(4760), 1, + sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [191223] = 3, - ACTIONS(10094), 1, - anon_sym_get, - ACTIONS(10096), 1, - anon_sym_set, + [192793] = 3, + ACTIONS(11318), 1, + anon_sym_DOT, + STATE(8619), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [191234] = 3, - ACTIONS(7440), 1, - anon_sym_RBRACE, - ACTIONS(11266), 1, - anon_sym_SEMI, + [192804] = 3, + ACTIONS(9249), 1, + anon_sym_LPAREN, + STATE(785), 1, + sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [191245] = 3, - ACTIONS(11268), 1, - anon_sym_DOT, - STATE(8581), 1, - aux_sym_user_type_repeat1, + [192815] = 3, + ACTIONS(3158), 1, + anon_sym_LPAREN, + STATE(944), 1, + sym__class_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [191256] = 3, - ACTIONS(9236), 1, + [192826] = 3, + ACTIONS(9301), 1, anon_sym_LPAREN, - STATE(7860), 1, + STATE(4769), 1, sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [191267] = 3, - ACTIONS(9192), 1, + [192837] = 3, + ACTIONS(9218), 1, anon_sym_LPAREN, - STATE(1256), 1, + STATE(4816), 1, sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [191278] = 3, - ACTIONS(4239), 1, - anon_sym_while, - ACTIONS(11270), 1, - anon_sym_LPAREN, + [192848] = 3, + ACTIONS(11320), 1, + anon_sym_DOT, + STATE(7633), 1, + aux_sym_user_type_repeat1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [192859] = 3, + ACTIONS(11322), 1, + anon_sym_DOT, + STATE(7633), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [191289] = 3, - ACTIONS(1920), 1, + [192870] = 3, + ACTIONS(1854), 1, anon_sym_LBRACE, - STATE(3292), 1, + STATE(4695), 1, sym_lambda_literal, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [191300] = 3, - ACTIONS(10122), 1, - anon_sym_get, - ACTIONS(10124), 1, - anon_sym_set, + [192881] = 3, + ACTIONS(5117), 1, + anon_sym_LPAREN, + STATE(4532), 1, + sym__class_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [191311] = 3, - ACTIONS(9190), 1, + [192892] = 3, + ACTIONS(9317), 1, anon_sym_LPAREN, - STATE(5096), 1, + STATE(5104), 1, sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [191322] = 2, + [192903] = 3, + ACTIONS(9249), 1, + anon_sym_LPAREN, + STATE(802), 1, + sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(11272), 2, - sym__import_list_delimiter, - anon_sym_import, - [191331] = 3, - ACTIONS(9982), 1, + [192914] = 3, + ACTIONS(10042), 1, anon_sym_get, - ACTIONS(9984), 1, + ACTIONS(10044), 1, anon_sym_set, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [191342] = 3, - ACTIONS(11274), 1, + [192925] = 3, + ACTIONS(11324), 1, anon_sym_DOT, - STATE(8619), 1, + STATE(7633), 1, aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [191353] = 3, - ACTIONS(9250), 1, + [192936] = 3, + ACTIONS(9239), 1, anon_sym_LPAREN, - STATE(3965), 1, + STATE(2878), 1, sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [191364] = 3, - ACTIONS(7510), 1, - anon_sym_RBRACE, - ACTIONS(11276), 1, - anon_sym_SEMI, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [191375] = 3, - ACTIONS(10168), 1, - anon_sym_LBRACE, - STATE(8021), 1, - sym__block, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [191386] = 3, - ACTIONS(9236), 1, + [192947] = 3, + ACTIONS(9249), 1, anon_sym_LPAREN, - STATE(7861), 1, + STATE(867), 1, sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [191397] = 3, - ACTIONS(9226), 1, + [192958] = 3, + ACTIONS(9249), 1, anon_sym_LPAREN, - STATE(2896), 1, + STATE(871), 1, sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [191408] = 3, - ACTIONS(9190), 1, + [192969] = 3, + ACTIONS(9249), 1, anon_sym_LPAREN, - STATE(5098), 1, + STATE(876), 1, sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [191419] = 3, - ACTIONS(11278), 1, - anon_sym_DOT, - STATE(8603), 1, - aux_sym_user_type_repeat1, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [191430] = 3, - ACTIONS(11280), 1, + [192980] = 3, + ACTIONS(11326), 1, sym__automatic_semicolon, - STATE(8758), 1, + STATE(5552), 1, sym__semi, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [191441] = 3, - ACTIONS(9190), 1, + [192991] = 3, + ACTIONS(9249), 1, anon_sym_LPAREN, - STATE(5090), 1, + STATE(873), 1, sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [191452] = 3, - ACTIONS(11282), 1, - anon_sym_DOT, - STATE(7720), 1, - aux_sym_user_type_repeat1, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [191463] = 3, - ACTIONS(4255), 1, - anon_sym_while, - ACTIONS(11284), 1, + [193002] = 3, + ACTIONS(9295), 1, anon_sym_LPAREN, + STATE(7881), 1, + sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [191474] = 2, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(3256), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [191483] = 3, - ACTIONS(7855), 1, - anon_sym_LBRACE, - STATE(4493), 1, - sym__block, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [191494] = 3, - ACTIONS(7855), 1, + [193013] = 3, + ACTIONS(5161), 1, anon_sym_LBRACE, - STATE(4467), 1, - sym__block, + STATE(4742), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [191505] = 3, - ACTIONS(11286), 1, - anon_sym_DOT, - STATE(7720), 1, - aux_sym_user_type_repeat1, + [193024] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [191516] = 3, - ACTIONS(4132), 1, - anon_sym_in, - ACTIONS(11288), 1, - anon_sym_COLON, + ACTIONS(11258), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [193033] = 3, + ACTIONS(9239), 1, + anon_sym_LPAREN, + STATE(3576), 1, + sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [191527] = 2, + [193044] = 3, + ACTIONS(1854), 1, + anon_sym_LBRACE, + STATE(4702), 1, + sym_lambda_literal, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4215), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [191536] = 3, - ACTIONS(9250), 1, + [193055] = 3, + ACTIONS(9239), 1, anon_sym_LPAREN, - STATE(3411), 1, + STATE(3582), 1, sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [191547] = 3, - ACTIONS(9250), 1, + [193066] = 3, + ACTIONS(9239), 1, anon_sym_LPAREN, - STATE(3959), 1, + STATE(3583), 1, sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [191558] = 3, - ACTIONS(9226), 1, + [193077] = 3, + ACTIONS(9247), 1, anon_sym_LPAREN, - STATE(2879), 1, + STATE(8225), 1, sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [191569] = 3, - ACTIONS(7415), 1, + [193088] = 3, + ACTIONS(7521), 1, anon_sym_RBRACE, - ACTIONS(11290), 1, + ACTIONS(11328), 1, anon_sym_SEMI, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [191580] = 3, - ACTIONS(11292), 1, - anon_sym_DOT, - STATE(8608), 1, - aux_sym_user_type_repeat1, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [191591] = 3, - ACTIONS(9250), 1, + [193099] = 3, + ACTIONS(9239), 1, anon_sym_LPAREN, - STATE(3433), 1, + STATE(3591), 1, sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [191602] = 3, - ACTIONS(10168), 1, + [193110] = 3, + ACTIONS(10152), 1, anon_sym_LBRACE, - STATE(8062), 1, + STATE(9182), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [191613] = 3, - ACTIONS(9452), 1, - anon_sym_get, - ACTIONS(9454), 1, - anon_sym_set, + [193121] = 3, + ACTIONS(9249), 1, + anon_sym_LPAREN, + STATE(1259), 1, + sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [191624] = 3, - ACTIONS(11294), 1, + [193132] = 3, + ACTIONS(11330), 1, anon_sym_DOT, - STATE(7720), 1, + STATE(8675), 1, aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [191635] = 3, - ACTIONS(9250), 1, - anon_sym_LPAREN, - STATE(3441), 1, - sym__function_value_parameters, + [193143] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [191646] = 3, - ACTIONS(9250), 1, + ACTIONS(4190), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [193152] = 3, + ACTIONS(9226), 1, anon_sym_LPAREN, - STATE(3448), 1, + STATE(3500), 1, sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [191657] = 3, - ACTIONS(11296), 1, - anon_sym_DOT, - STATE(8750), 1, - aux_sym_user_type_repeat1, + [193163] = 3, + ACTIONS(8330), 1, + anon_sym_LPAREN, + STATE(8239), 1, + sym__class_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [191668] = 3, - ACTIONS(9204), 1, + [193174] = 3, + ACTIONS(9239), 1, anon_sym_LPAREN, - STATE(3538), 1, + STATE(2865), 1, sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [191679] = 2, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4807), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [191688] = 3, - ACTIONS(11298), 1, - anon_sym_DOT, - STATE(8650), 1, - aux_sym_user_type_repeat1, + [193185] = 3, + ACTIONS(3114), 1, + anon_sym_LPAREN, + STATE(3051), 1, + sym__class_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [191699] = 3, - ACTIONS(9190), 1, + [193196] = 3, + ACTIONS(9226), 1, anon_sym_LPAREN, - STATE(4431), 1, + STATE(3511), 1, sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [191710] = 2, + [193207] = 3, + ACTIONS(10170), 1, + anon_sym_LBRACE, + STATE(7990), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4763), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [191719] = 3, - ACTIONS(9190), 1, + [193218] = 3, + ACTIONS(9247), 1, anon_sym_LPAREN, - STATE(4813), 1, + STATE(8180), 1, sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [191730] = 3, - ACTIONS(9226), 1, - anon_sym_LPAREN, - STATE(2862), 1, - sym__function_value_parameters, + [193229] = 3, + ACTIONS(11332), 1, + anon_sym_DOT, + STATE(8657), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [191741] = 3, - ACTIONS(9204), 1, - anon_sym_LPAREN, - STATE(3533), 1, - sym__function_value_parameters, + [193240] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [191752] = 3, - ACTIONS(5361), 1, + ACTIONS(11130), 2, + anon_sym_COMMA, + anon_sym_GT, + [193249] = 3, + ACTIONS(9239), 1, anon_sym_LPAREN, - STATE(3659), 1, - sym__class_parameters, + STATE(2863), 1, + sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [191763] = 2, + [193260] = 3, + ACTIONS(11334), 1, + anon_sym_DOT, + STATE(7633), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4097), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [191772] = 3, - ACTIONS(3114), 1, - anon_sym_LPAREN, - STATE(3028), 1, - sym__class_parameters, + [193271] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [191783] = 3, - ACTIONS(5129), 1, - anon_sym_LPAREN, - STATE(4504), 1, - sym__class_parameters, + ACTIONS(11336), 2, + anon_sym_COMMA, + anon_sym_GT, + [193280] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [191794] = 3, - ACTIONS(9204), 1, + ACTIONS(1696), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [193289] = 3, + ACTIONS(9239), 1, anon_sym_LPAREN, - STATE(3528), 1, + STATE(2818), 1, sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [191805] = 3, - ACTIONS(9192), 1, - anon_sym_LPAREN, - STATE(1223), 1, - sym__function_value_parameters, + [193300] = 3, + ACTIONS(1918), 1, + anon_sym_LBRACE, + STATE(3353), 1, + sym_lambda_literal, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [191816] = 3, - ACTIONS(9950), 1, - anon_sym_get, - ACTIONS(9952), 1, - anon_sym_set, + [193311] = 3, + ACTIONS(11338), 1, + anon_sym_LBRACE, + STATE(2909), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [191827] = 3, - ACTIONS(9226), 1, - anon_sym_LPAREN, - STATE(3546), 1, - sym__function_value_parameters, + [193322] = 3, + ACTIONS(1622), 1, + anon_sym_LBRACE, + STATE(3689), 1, + sym_lambda_literal, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [191838] = 3, - ACTIONS(5397), 1, - anon_sym_LBRACE, - STATE(5038), 1, - sym_class_body, + [193333] = 3, + ACTIONS(11340), 1, + sym__automatic_semicolon, + STATE(3917), 1, + sym__semi, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [191849] = 3, - ACTIONS(9226), 1, - anon_sym_LPAREN, - STATE(3543), 1, - sym__function_value_parameters, + [193344] = 3, + ACTIONS(11342), 1, + sym__automatic_semicolon, + STATE(3594), 1, + sym__semi, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [191860] = 3, - ACTIONS(7472), 1, - anon_sym_RBRACE, - ACTIONS(11300), 1, - anon_sym_SEMI, + [193355] = 3, + ACTIONS(11344), 1, + anon_sym_DOT, + STATE(8620), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [191871] = 3, - ACTIONS(9226), 1, - anon_sym_LPAREN, - STATE(3576), 1, - sym__function_value_parameters, + [193366] = 3, + ACTIONS(7866), 1, + anon_sym_LBRACE, + STATE(4483), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [191882] = 3, - ACTIONS(9226), 1, - anon_sym_LPAREN, - STATE(3593), 1, - sym__function_value_parameters, + [193377] = 3, + ACTIONS(11338), 1, + anon_sym_LBRACE, + STATE(2908), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [191893] = 3, - ACTIONS(9190), 1, + [193388] = 3, + ACTIONS(9226), 1, anon_sym_LPAREN, - STATE(4430), 1, + STATE(3936), 1, sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [191904] = 3, - ACTIONS(9192), 1, - anon_sym_LPAREN, - STATE(841), 1, - sym__function_value_parameters, + [193399] = 3, + ACTIONS(10024), 1, + anon_sym_get, + ACTIONS(10026), 1, + anon_sym_set, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [191915] = 3, - ACTIONS(9192), 1, + [193410] = 3, + ACTIONS(9226), 1, anon_sym_LPAREN, - STATE(844), 1, + STATE(3541), 1, sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [191926] = 3, - ACTIONS(10176), 1, + [193421] = 3, + ACTIONS(5651), 1, anon_sym_LPAREN, - STATE(8775), 1, - sym_value_arguments, + STATE(5194), 1, + sym__class_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [191937] = 2, + [193432] = 3, + ACTIONS(9295), 1, + anon_sym_LPAREN, + STATE(7884), 1, + sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1778), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [191946] = 3, - ACTIONS(9222), 1, + [193443] = 3, + ACTIONS(9247), 1, anon_sym_LPAREN, - STATE(8266), 1, + STATE(7873), 1, sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [191957] = 3, - ACTIONS(11302), 1, + [193454] = 3, + ACTIONS(11346), 1, anon_sym_DOT, - STATE(7720), 1, + STATE(7633), 1, aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [191968] = 3, - ACTIONS(9192), 1, + [193465] = 3, + ACTIONS(9239), 1, anon_sym_LPAREN, - STATE(859), 1, + STATE(2813), 1, sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [191979] = 2, + [193476] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(11304), 2, - anon_sym_COMMA, - anon_sym_GT, - [191988] = 3, - ACTIONS(10148), 1, - anon_sym_LBRACE, - STATE(8953), 1, - sym__block, + ACTIONS(5089), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [193485] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [191999] = 3, - ACTIONS(9192), 1, + ACTIONS(3084), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [193494] = 3, + ACTIONS(9226), 1, anon_sym_LPAREN, - STATE(874), 1, + STATE(3945), 1, sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [192010] = 3, - ACTIONS(10136), 1, - anon_sym_get, - ACTIONS(10138), 1, - anon_sym_set, + [193505] = 3, + ACTIONS(5173), 1, + anon_sym_LPAREN, + STATE(3052), 1, + sym__class_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [192021] = 2, + [193516] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(11060), 2, + ACTIONS(11069), 2, anon_sym_COMMA, anon_sym_RPAREN, - [192030] = 3, - ACTIONS(1622), 1, + [193525] = 3, + ACTIONS(10170), 1, anon_sym_LBRACE, - STATE(3865), 1, - sym_lambda_literal, + STATE(8117), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [192041] = 3, - ACTIONS(9220), 1, + [193536] = 3, + ACTIONS(9239), 1, anon_sym_LPAREN, - STATE(4619), 1, + STATE(2809), 1, sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [192052] = 3, - ACTIONS(9190), 1, + [193547] = 3, + ACTIONS(9202), 1, anon_sym_LPAREN, - STATE(4745), 1, + STATE(3238), 1, sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [192063] = 3, - ACTIONS(6220), 1, - anon_sym_LBRACE, - STATE(2900), 1, - sym__block, + [193558] = 3, + ACTIONS(11348), 1, + anon_sym_DOT, + STATE(8756), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [192074] = 3, - ACTIONS(5338), 1, + [193569] = 3, + ACTIONS(9226), 1, anon_sym_LPAREN, - STATE(4862), 1, - sym__class_parameters, + STATE(3956), 1, + sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [192085] = 2, + [193580] = 3, + ACTIONS(11350), 1, + anon_sym_DOT, + STATE(8694), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3063), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [192094] = 3, - ACTIONS(9220), 1, + [193591] = 3, + ACTIONS(3158), 1, anon_sym_LPAREN, - STATE(4552), 1, - sym__function_value_parameters, + STATE(1029), 1, + sym__class_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [192105] = 2, + [193602] = 3, + ACTIONS(9848), 1, + anon_sym_get, + ACTIONS(9850), 1, + anon_sym_set, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4716), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [192114] = 2, + [193613] = 3, + ACTIONS(11352), 1, + anon_sym_DOT, + STATE(7633), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4424), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [192123] = 3, - ACTIONS(4925), 1, - anon_sym_while, - ACTIONS(11306), 1, + [193624] = 3, + ACTIONS(5173), 1, anon_sym_LPAREN, + STATE(3070), 1, + sym__class_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [192134] = 3, - ACTIONS(9220), 1, + [193635] = 3, + ACTIONS(9247), 1, anon_sym_LPAREN, - STATE(4543), 1, + STATE(7876), 1, sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [192145] = 3, - ACTIONS(9226), 1, - anon_sym_LPAREN, - STATE(2842), 1, - sym__function_value_parameters, + [193646] = 3, + ACTIONS(11354), 1, + anon_sym_DOT, + STATE(7633), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [192156] = 3, - ACTIONS(11308), 1, - sym__automatic_semicolon, - STATE(5527), 1, - sym__semi, + [193657] = 3, + ACTIONS(11356), 1, + anon_sym_DOT, + STATE(7633), 1, + aux_sym_user_type_repeat1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [193668] = 3, + ACTIONS(7427), 1, + anon_sym_RBRACE, + ACTIONS(11358), 1, + anon_sym_SEMI, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [192167] = 3, - ACTIONS(9190), 1, + [193679] = 3, + ACTIONS(9247), 1, anon_sym_LPAREN, - STATE(5092), 1, + STATE(7872), 1, sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [192178] = 2, + [193690] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4945), 2, + ACTIONS(5041), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [192187] = 3, - ACTIONS(11310), 1, - anon_sym_DOT, - STATE(7720), 1, - aux_sym_user_type_repeat1, + [193699] = 3, + ACTIONS(9317), 1, + anon_sym_LPAREN, + STATE(5184), 1, + sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [192198] = 3, - ACTIONS(9220), 1, + [193710] = 3, + ACTIONS(9317), 1, anon_sym_LPAREN, - STATE(4547), 1, + STATE(4519), 1, sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [192209] = 3, - ACTIONS(11312), 1, - anon_sym_DOT, - STATE(8675), 1, - aux_sym_user_type_repeat1, + [193721] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [192220] = 3, - ACTIONS(11314), 1, - anon_sym_DOT, - STATE(7720), 1, - aux_sym_user_type_repeat1, + ACTIONS(4087), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [193730] = 3, + ACTIONS(9202), 1, + anon_sym_LPAREN, + STATE(3230), 1, + sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [192231] = 3, - ACTIONS(5421), 1, - anon_sym_LBRACE, - STATE(3883), 1, - sym_class_body, + [193741] = 3, + ACTIONS(5403), 1, + anon_sym_LPAREN, + STATE(4869), 1, + sym__class_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [192242] = 2, + [193752] = 3, + ACTIONS(10170), 1, + anon_sym_LBRACE, + STATE(8142), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(11033), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [192251] = 3, - ACTIONS(9190), 1, + [193763] = 3, + ACTIONS(9317), 1, anon_sym_LPAREN, - STATE(4434), 1, + STATE(4518), 1, sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [192262] = 3, - ACTIONS(9192), 1, + [193774] = 3, + ACTIONS(9226), 1, anon_sym_LPAREN, - STATE(1201), 1, + STATE(2802), 1, sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [192273] = 2, + [193785] = 3, + ACTIONS(5362), 1, + anon_sym_LPAREN, + STATE(3653), 1, + sym__class_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4483), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [192282] = 3, - ACTIONS(9220), 1, + [193796] = 3, + ACTIONS(9317), 1, anon_sym_LPAREN, - STATE(4549), 1, + STATE(4516), 1, sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [192293] = 3, - ACTIONS(9220), 1, + [193807] = 3, + ACTIONS(9226), 1, anon_sym_LPAREN, - STATE(4667), 1, + STATE(2799), 1, sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [192304] = 3, - ACTIONS(10168), 1, - anon_sym_LBRACE, - STATE(7975), 1, - sym__block, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [192315] = 3, - ACTIONS(9190), 1, + [193818] = 3, + ACTIONS(9226), 1, anon_sym_LPAREN, - STATE(4432), 1, + STATE(3964), 1, sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [192326] = 3, - ACTIONS(6220), 1, + [193829] = 3, + ACTIONS(7866), 1, anon_sym_LBRACE, - STATE(2908), 1, + STATE(4484), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [192337] = 3, - ACTIONS(6434), 1, - anon_sym_LBRACE, - STATE(3749), 1, - sym__block, + [193840] = 3, + ACTIONS(7561), 1, + anon_sym_RBRACE, + ACTIONS(11360), 1, + anon_sym_SEMI, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [192348] = 3, - ACTIONS(11316), 1, - anon_sym_DOT, - STATE(8688), 1, - aux_sym_user_type_repeat1, + [193851] = 3, + ACTIONS(1918), 1, + anon_sym_LBRACE, + STATE(3295), 1, + sym_lambda_literal, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [192359] = 3, - ACTIONS(11318), 1, + [193862] = 3, + ACTIONS(11362), 1, anon_sym_DOT, - STATE(7720), 1, + STATE(8717), 1, aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [192370] = 3, - ACTIONS(1622), 1, - anon_sym_LBRACE, - STATE(3728), 1, - sym_lambda_literal, + [193873] = 3, + ACTIONS(9218), 1, + anon_sym_LPAREN, + STATE(4821), 1, + sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [192381] = 3, - ACTIONS(10066), 1, + [193884] = 3, + ACTIONS(10102), 1, anon_sym_get, - ACTIONS(10068), 1, + ACTIONS(10104), 1, anon_sym_set, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [192392] = 3, - ACTIONS(9222), 1, - anon_sym_LPAREN, - STATE(7840), 1, - sym__function_value_parameters, + [193895] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [192403] = 3, - ACTIONS(9250), 1, - anon_sym_LPAREN, - STATE(3016), 1, - sym__function_value_parameters, + ACTIONS(5101), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [193904] = 3, + ACTIONS(11364), 1, + anon_sym_DOT, + STATE(7633), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [192414] = 3, - ACTIONS(11320), 1, + [193915] = 3, + ACTIONS(11366), 1, anon_sym_DOT, - STATE(8672), 1, + STATE(8737), 1, aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [192425] = 3, - ACTIONS(11322), 1, + [193926] = 3, + ACTIONS(11368), 1, anon_sym_DOT, - STATE(8701), 1, + STATE(8693), 1, aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [192436] = 3, - ACTIONS(5338), 1, + [193937] = 3, + ACTIONS(9218), 1, anon_sym_LPAREN, - STATE(4836), 1, - sym__class_parameters, + STATE(4809), 1, + sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [192447] = 3, - ACTIONS(9192), 1, + [193948] = 3, + ACTIONS(10010), 1, + anon_sym_get, + ACTIONS(10012), 1, + anon_sym_set, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [193959] = 2, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(5085), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [193968] = 3, + ACTIONS(9317), 1, anon_sym_LPAREN, - STATE(1225), 1, + STATE(5189), 1, sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [192458] = 3, - ACTIONS(3114), 1, - anon_sym_LPAREN, - STATE(2997), 1, - sym__class_parameters, + [193979] = 3, + ACTIONS(1403), 1, + anon_sym_LBRACE, + STATE(3228), 1, + sym_lambda_literal, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [192469] = 3, - ACTIONS(3112), 1, + [193990] = 3, + ACTIONS(5360), 1, anon_sym_LBRACE, - STATE(3443), 1, + STATE(3712), 1, sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [192480] = 3, - ACTIONS(10052), 1, + [194001] = 2, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(11002), 2, + anon_sym_COMMA, + anon_sym_DASH_GT, + [194010] = 3, + ACTIONS(6244), 1, + anon_sym_LBRACE, + STATE(2983), 1, + sym__block, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [194021] = 3, + ACTIONS(10058), 1, anon_sym_get, - ACTIONS(10054), 1, + ACTIONS(10060), 1, anon_sym_set, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [192491] = 3, - ACTIONS(9192), 1, - anon_sym_LPAREN, - STATE(1231), 1, - sym__function_value_parameters, + [194032] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [192502] = 3, - ACTIONS(11324), 1, - anon_sym_DOT, - STATE(7720), 1, - aux_sym_user_type_repeat1, + ACTIONS(10991), 2, + anon_sym_COMMA, + anon_sym_DASH_GT, + [194041] = 3, + ACTIONS(4291), 1, + anon_sym_while, + ACTIONS(11370), 1, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [192513] = 2, + [194052] = 3, + ACTIONS(4148), 1, + anon_sym_while, + ACTIONS(11372), 1, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4835), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [192522] = 2, + [194063] = 3, + ACTIONS(4109), 1, + anon_sym_in, + ACTIONS(11374), 1, + anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7434), 2, - anon_sym_COMMA, - anon_sym_DASH_GT, - [192531] = 3, - ACTIONS(9222), 1, + [194074] = 3, + ACTIONS(9202), 1, anon_sym_LPAREN, - STATE(7841), 1, + STATE(3252), 1, sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [192542] = 3, - ACTIONS(7942), 1, + [194085] = 2, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4049), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [194094] = 3, + ACTIONS(10170), 1, anon_sym_LBRACE, - STATE(4968), 1, + STATE(8077), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [192553] = 2, + [194105] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4845), 2, + ACTIONS(5021), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [192562] = 3, - ACTIONS(10168), 1, + [194114] = 3, + ACTIONS(11376), 1, + anon_sym_DOT, + STATE(7633), 1, + aux_sym_user_type_repeat1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [194125] = 3, + ACTIONS(6244), 1, anon_sym_LBRACE, - STATE(8013), 1, + STATE(2937), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [192573] = 3, - ACTIONS(9827), 1, - anon_sym_get, - ACTIONS(9829), 1, - anon_sym_set, + [194136] = 3, + ACTIONS(9317), 1, + anon_sym_LPAREN, + STATE(4615), 1, + sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [192584] = 3, - ACTIONS(9226), 1, + [194147] = 3, + ACTIONS(6233), 1, + anon_sym_LBRACE, + STATE(3186), 1, + sym__block, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [194158] = 3, + ACTIONS(11378), 1, + anon_sym_COLON, + ACTIONS(11380), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [194169] = 3, + ACTIONS(5401), 1, + anon_sym_LBRACE, + STATE(4994), 1, + sym_class_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [194180] = 3, + ACTIONS(9301), 1, anon_sym_LPAREN, - STATE(3510), 1, + STATE(4780), 1, sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [192595] = 3, - ACTIONS(9250), 1, + [194191] = 3, + ACTIONS(9202), 1, anon_sym_LPAREN, - STATE(3985), 1, + STATE(3264), 1, sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [192606] = 2, + [194202] = 3, + ACTIONS(6461), 1, + anon_sym_LBRACE, + STATE(3860), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(11326), 2, - anon_sym_COMMA, - anon_sym_GT, - [192615] = 3, - ACTIONS(1612), 1, + [194213] = 3, + ACTIONS(25), 1, anon_sym_LBRACE, - STATE(1100), 1, + STATE(4943), 1, sym_lambda_literal, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [192626] = 3, - ACTIONS(9226), 1, - anon_sym_LPAREN, - STATE(3508), 1, - sym__function_value_parameters, + [194224] = 3, + ACTIONS(9816), 1, + anon_sym_get, + ACTIONS(9818), 1, + anon_sym_set, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [192637] = 3, - ACTIONS(11328), 1, - anon_sym_DOT, - STATE(8715), 1, - aux_sym_user_type_repeat1, + [194235] = 3, + ACTIONS(1622), 1, + anon_sym_LBRACE, + STATE(3770), 1, + sym_lambda_literal, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [192648] = 3, - ACTIONS(11330), 1, - anon_sym_DOT, - STATE(7720), 1, - aux_sym_user_type_repeat1, + [194246] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [192659] = 3, - ACTIONS(9250), 1, - anon_sym_LPAREN, - STATE(3978), 1, - sym__function_value_parameters, + ACTIONS(11382), 2, + anon_sym_COMMA, + anon_sym_DASH_GT, + [194255] = 3, + ACTIONS(7517), 1, + anon_sym_RBRACE, + ACTIONS(11384), 1, + anon_sym_SEMI, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [192670] = 2, + [194266] = 3, + ACTIONS(9218), 1, + anon_sym_LPAREN, + STATE(4442), 1, + sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4645), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [192679] = 3, - ACTIONS(9791), 1, + [194277] = 3, + ACTIONS(9882), 1, anon_sym_get, - ACTIONS(9793), 1, + ACTIONS(9884), 1, anon_sym_set, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [192690] = 2, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4450), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [192699] = 2, + [194288] = 3, + ACTIONS(9898), 1, + anon_sym_get, + ACTIONS(9900), 1, + anon_sym_set, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4905), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [192708] = 3, - ACTIONS(10168), 1, + [194299] = 3, + ACTIONS(10170), 1, anon_sym_LBRACE, - STATE(8037), 1, + STATE(8039), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [192719] = 3, - ACTIONS(11332), 1, - anon_sym_DOT, - STATE(8723), 1, - aux_sym_user_type_repeat1, + [194310] = 3, + ACTIONS(5403), 1, + anon_sym_LPAREN, + STATE(4881), 1, + sym__class_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [192730] = 3, - ACTIONS(11334), 1, + [194321] = 3, + ACTIONS(11386), 1, anon_sym_DOT, - STATE(7720), 1, + STATE(7633), 1, aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [192741] = 3, - ACTIONS(9250), 1, + [194332] = 3, + ACTIONS(9226), 1, anon_sym_LPAREN, - STATE(3020), 1, + STATE(2832), 1, sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [192752] = 3, - ACTIONS(11336), 1, - anon_sym_COLON, - ACTIONS(11338), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [192763] = 3, - ACTIONS(9204), 1, + [194343] = 3, + ACTIONS(9295), 1, anon_sym_LPAREN, - STATE(3909), 1, + STATE(7891), 1, sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [192774] = 3, - ACTIONS(11340), 1, - anon_sym_DOT, - STATE(8731), 1, - aux_sym_user_type_repeat1, + [194354] = 3, + ACTIONS(7866), 1, + anon_sym_LBRACE, + STATE(4752), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [192785] = 3, - ACTIONS(11342), 1, - sym__automatic_semicolon, - STATE(3565), 1, - sym__semi, + [194365] = 3, + ACTIONS(9996), 1, + anon_sym_get, + ACTIONS(9998), 1, + anon_sym_set, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [192796] = 3, - ACTIONS(11344), 1, - anon_sym_DOT, - STATE(7720), 1, - aux_sym_user_type_repeat1, + [194376] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [192807] = 3, - ACTIONS(11346), 1, - anon_sym_DOT, - STATE(8729), 1, - aux_sym_user_type_repeat1, + ACTIONS(10714), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [194385] = 3, + ACTIONS(10072), 1, + anon_sym_get, + ACTIONS(10074), 1, + anon_sym_set, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [192818] = 3, - ACTIONS(11348), 1, + [194396] = 3, + ACTIONS(11388), 1, anon_sym_DOT, - STATE(7720), 1, + STATE(8785), 1, aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [192829] = 3, - ACTIONS(11350), 1, - anon_sym_DOT, - STATE(7720), 1, - aux_sym_user_type_repeat1, + [194407] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [192840] = 3, - ACTIONS(11352), 1, - anon_sym_DOT, - STATE(8732), 1, - aux_sym_user_type_repeat1, + ACTIONS(10934), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [194416] = 3, + ACTIONS(9249), 1, + anon_sym_LPAREN, + STATE(1251), 1, + sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [192851] = 3, - ACTIONS(11354), 1, - anon_sym_LBRACE, - STATE(881), 1, - sym__block, + [194427] = 3, + ACTIONS(3114), 1, + anon_sym_LPAREN, + STATE(3012), 1, + sym__class_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [192862] = 3, - ACTIONS(11354), 1, - anon_sym_LBRACE, - STATE(880), 1, - sym__block, + [194438] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [192873] = 3, - ACTIONS(9250), 1, + ACTIONS(10923), 2, + anon_sym_COMMA, + anon_sym_GT, + [194447] = 3, + ACTIONS(9249), 1, anon_sym_LPAREN, - STATE(3023), 1, + STATE(789), 1, sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [192884] = 3, - ACTIONS(9250), 1, - anon_sym_LPAREN, - STATE(3030), 1, - sym__function_value_parameters, + [194458] = 3, + ACTIONS(5179), 1, + anon_sym_LBRACE, + STATE(3195), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [192895] = 3, - ACTIONS(9204), 1, - anon_sym_LPAREN, - STATE(3947), 1, - sym__function_value_parameters, + [194469] = 3, + ACTIONS(10144), 1, + anon_sym_get, + ACTIONS(10146), 1, + anon_sym_set, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [192906] = 3, - ACTIONS(7470), 1, - anon_sym_RBRACE, - ACTIONS(11356), 1, - anon_sym_SEMI, + [194480] = 3, + ACTIONS(25), 1, + anon_sym_LBRACE, + STATE(5022), 1, + sym_lambda_literal, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [192917] = 3, - ACTIONS(9204), 1, + [194491] = 3, + ACTIONS(9317), 1, anon_sym_LPAREN, - STATE(2832), 1, + STATE(5143), 1, sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [192928] = 3, - ACTIONS(11358), 1, - anon_sym_LBRACE, - STATE(2934), 1, - sym__block, + [194502] = 3, + ACTIONS(9218), 1, + anon_sym_LPAREN, + STATE(4440), 1, + sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [192939] = 3, - ACTIONS(11358), 1, - anon_sym_LBRACE, - STATE(2936), 1, - sym__block, + [194513] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [192950] = 3, - ACTIONS(9248), 1, + ACTIONS(5079), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [194522] = 3, + ACTIONS(9317), 1, anon_sym_LPAREN, - STATE(4772), 1, + STATE(4710), 1, sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [192961] = 3, - ACTIONS(11360), 1, - sym__automatic_semicolon, - STATE(3585), 1, - sym__semi, + [194533] = 3, + ACTIONS(11390), 1, + anon_sym_DOT, + STATE(8777), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [192972] = 3, - ACTIONS(9226), 1, - anon_sym_LPAREN, - STATE(3506), 1, - sym__function_value_parameters, + [194544] = 3, + ACTIONS(11392), 1, + anon_sym_DOT, + STATE(7633), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [192983] = 2, + [194555] = 3, + ACTIONS(1612), 1, + anon_sym_LBRACE, + STATE(1165), 1, + sym_lambda_literal, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4740), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [192992] = 3, - ACTIONS(9248), 1, - anon_sym_LPAREN, - STATE(4767), 1, - sym__function_value_parameters, + [194566] = 3, + ACTIONS(11394), 1, + anon_sym_LBRACE, + STATE(938), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [193003] = 3, - ACTIONS(7500), 1, - anon_sym_RBRACE, - ACTIONS(11362), 1, - anon_sym_SEMI, + [194577] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [193014] = 3, - ACTIONS(9204), 1, + ACTIONS(3280), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [194586] = 3, + ACTIONS(9317), 1, anon_sym_LPAREN, - STATE(3044), 1, + STATE(5193), 1, sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [193025] = 3, - ACTIONS(11364), 1, - anon_sym_DOT, - STATE(7720), 1, - aux_sym_user_type_repeat1, + [194597] = 3, + ACTIONS(11396), 1, + anon_sym_COLON, + ACTIONS(11398), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [193036] = 2, + [194608] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3208), 2, + ACTIONS(3190), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [193045] = 3, - ACTIONS(9204), 1, - anon_sym_LPAREN, - STATE(2828), 1, - sym__function_value_parameters, + [194617] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [193056] = 3, - ACTIONS(9204), 1, - anon_sym_LPAREN, - STATE(3046), 1, - sym__function_value_parameters, + ACTIONS(3216), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [194626] = 3, + ACTIONS(11400), 1, + anon_sym_DOT, + STATE(7633), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [193067] = 3, - ACTIONS(9204), 1, + [194637] = 3, + ACTIONS(9295), 1, anon_sym_LPAREN, - STATE(3050), 1, + STATE(7878), 1, sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [193078] = 3, - ACTIONS(9204), 1, + [194648] = 3, + ACTIONS(10130), 1, + anon_sym_get, + ACTIONS(10132), 1, + anon_sym_set, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [194659] = 3, + ACTIONS(9218), 1, anon_sym_LPAREN, - STATE(2812), 1, + STATE(5114), 1, sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [193089] = 2, + [194670] = 3, + ACTIONS(9218), 1, + anon_sym_LPAREN, + STATE(5117), 1, + sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4771), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [193098] = 3, - ACTIONS(9204), 1, + [194681] = 3, + ACTIONS(9218), 1, anon_sym_LPAREN, - STATE(3955), 1, + STATE(4439), 1, sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [193109] = 2, + [194692] = 3, + ACTIONS(10086), 1, + anon_sym_get, + ACTIONS(10088), 1, + anon_sym_set, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(11366), 2, - sym__import_list_delimiter, - anon_sym_import, - [193118] = 3, - ACTIONS(9204), 1, + [194703] = 3, + ACTIONS(9218), 1, anon_sym_LPAREN, - STATE(2822), 1, + STATE(5122), 1, sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [193129] = 3, - ACTIONS(11368), 1, - anon_sym_DOT, - STATE(8784), 1, - aux_sym_user_type_repeat1, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [193140] = 2, + [194714] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4767), 2, + ACTIONS(4404), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [193149] = 3, - ACTIONS(9226), 1, - anon_sym_LPAREN, - STATE(3492), 1, - sym__function_value_parameters, + [194723] = 3, + ACTIONS(11394), 1, + anon_sym_LBRACE, + STATE(931), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [193160] = 3, - ACTIONS(9204), 1, + [194734] = 3, + ACTIONS(9218), 1, anon_sym_LPAREN, - STATE(3051), 1, + STATE(5125), 1, sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [193171] = 2, + [194745] = 3, + ACTIONS(9202), 1, + anon_sym_LPAREN, + STATE(3062), 1, + sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10942), 2, - anon_sym_COMMA, - anon_sym_GT, - [193180] = 2, + [194756] = 3, + ACTIONS(11402), 1, + sym__automatic_semicolon, + STATE(3822), 1, + sym__semi, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5001), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [193189] = 2, + [194767] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10935), 2, + ACTIONS(11404), 2, anon_sym_COMMA, - anon_sym_RPAREN, - [193198] = 3, - ACTIONS(4931), 1, - anon_sym_while, - ACTIONS(11370), 1, + anon_sym_GT, + [194776] = 3, + ACTIONS(9218), 1, anon_sym_LPAREN, + STATE(4560), 1, + sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [193209] = 3, - ACTIONS(9250), 1, + [194787] = 3, + ACTIONS(9239), 1, anon_sym_LPAREN, - STATE(3940), 1, + STATE(2829), 1, sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [193220] = 3, - ACTIONS(9250), 1, + [194798] = 3, + ACTIONS(5651), 1, anon_sym_LPAREN, - STATE(3897), 1, - sym__function_value_parameters, + STATE(5141), 1, + sym__class_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [193231] = 3, - ACTIONS(9915), 1, - anon_sym_get, - ACTIONS(9917), 1, - anon_sym_set, + [194809] = 3, + ACTIONS(9202), 1, + anon_sym_LPAREN, + STATE(4028), 1, + sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [193242] = 2, + [194820] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4286), 2, + ACTIONS(5033), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [193251] = 3, - ACTIONS(11372), 1, - anon_sym_DOT, - STATE(8873), 1, - aux_sym_user_type_repeat1, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [193262] = 3, - ACTIONS(9248), 1, + [194829] = 3, + ACTIONS(9218), 1, anon_sym_LPAREN, - STATE(4761), 1, + STATE(4553), 1, sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [193273] = 3, - ACTIONS(8229), 1, - anon_sym_LPAREN, - STATE(7966), 1, - sym__class_parameters, + [194840] = 3, + ACTIONS(6244), 1, + anon_sym_LBRACE, + STATE(3304), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [193284] = 2, + [194851] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(11374), 2, + ACTIONS(5075), 2, sym__automatic_semicolon, - anon_sym_LBRACE, - [193293] = 3, - ACTIONS(9190), 1, + anon_sym_RBRACE, + [194860] = 3, + ACTIONS(9218), 1, anon_sym_LPAREN, - STATE(4756), 1, + STATE(4548), 1, sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [193304] = 2, + [194871] = 3, + ACTIONS(4957), 1, + anon_sym_while, + ACTIONS(11406), 1, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10912), 2, - anon_sym_COMMA, - anon_sym_DASH_GT, - [193313] = 3, - ACTIONS(11376), 1, - anon_sym_DOT, - STATE(7720), 1, - aux_sym_user_type_repeat1, + [194882] = 3, + ACTIONS(4963), 1, + anon_sym_while, + ACTIONS(11408), 1, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [193324] = 3, - ACTIONS(9250), 1, - anon_sym_LPAREN, - STATE(3912), 1, - sym__function_value_parameters, + [194893] = 3, + ACTIONS(1403), 1, + anon_sym_LBRACE, + STATE(3282), 1, + sym_lambda_literal, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [193335] = 3, - ACTIONS(9226), 1, + [194904] = 3, + ACTIONS(9797), 1, + anon_sym_get, + ACTIONS(9799), 1, + anon_sym_set, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [194915] = 3, + ACTIONS(9218), 1, anon_sym_LPAREN, - STATE(2808), 1, + STATE(4539), 1, sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [193346] = 2, + [194926] = 3, + ACTIONS(11410), 1, + anon_sym_DOT, + STATE(8626), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3194), 2, + [194937] = 3, + ACTIONS(11412), 1, sym__automatic_semicolon, - anon_sym_RBRACE, - [193355] = 3, - ACTIONS(4081), 1, - anon_sym_LBRACE, - STATE(1145), 1, - sym__block, + STATE(3647), 1, + sym__semi, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [193366] = 2, + [194948] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4103), 2, + ACTIONS(4754), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [193375] = 3, - ACTIONS(11378), 1, - anon_sym_DOT, - STATE(7720), 1, - aux_sym_user_type_repeat1, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [193386] = 3, - ACTIONS(11380), 1, - anon_sym_DOT, - STATE(8787), 1, - aux_sym_user_type_repeat1, + [194957] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [193397] = 3, - ACTIONS(9250), 1, + ACTIONS(11414), 2, + anon_sym_COMMA, + anon_sym_GT, + [194966] = 3, + ACTIONS(9249), 1, anon_sym_LPAREN, - STATE(3941), 1, + STATE(1219), 1, sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [193408] = 3, - ACTIONS(11382), 1, - anon_sym_DOT, - STATE(7720), 1, - aux_sym_user_type_repeat1, + [194977] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [193419] = 3, - ACTIONS(5677), 1, - anon_sym_LPAREN, - STATE(5133), 1, - sym__class_parameters, + ACTIONS(4408), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [194986] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [193430] = 2, + ACTIONS(11416), 2, + sym__import_list_delimiter, + anon_sym_import, + [194995] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10712), 2, + ACTIONS(4913), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [193439] = 2, + [195004] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4398), 2, + ACTIONS(4917), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [193448] = 2, + [195013] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10883), 2, - anon_sym_COMMA, - anon_sym_DASH_GT, - [193457] = 2, + ACTIONS(5037), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [195022] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4919), 2, + ACTIONS(4925), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [193466] = 2, + [195031] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(117), 2, + ACTIONS(4489), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [193475] = 3, - ACTIONS(9190), 1, - anon_sym_LPAREN, - STATE(4521), 1, - sym__function_value_parameters, + [195040] = 3, + ACTIONS(7573), 1, + anon_sym_RBRACE, + ACTIONS(11418), 1, + anon_sym_SEMI, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [193486] = 2, + [195051] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4775), 2, + ACTIONS(3340), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [193495] = 3, - ACTIONS(11384), 1, + [195060] = 3, + ACTIONS(11420), 1, anon_sym_DOT, - STATE(8778), 1, + STATE(8828), 1, aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [193506] = 3, - ACTIONS(5149), 1, - anon_sym_LPAREN, - STATE(3080), 1, - sym__class_parameters, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [193517] = 3, - ACTIONS(5361), 1, - anon_sym_LPAREN, - STATE(3629), 1, - sym__class_parameters, + [195071] = 3, + ACTIONS(11422), 1, + anon_sym_DOT, + STATE(7633), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [193528] = 3, - ACTIONS(1596), 1, + [195082] = 3, + ACTIONS(10170), 1, anon_sym_LBRACE, - STATE(3313), 1, - sym_lambda_literal, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [193539] = 3, - ACTIONS(9190), 1, - anon_sym_LPAREN, - STATE(4501), 1, - sym__function_value_parameters, + STATE(8099), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [193550] = 3, - ACTIONS(9190), 1, - anon_sym_LPAREN, - STATE(4509), 1, - sym__function_value_parameters, + [195093] = 3, + ACTIONS(11424), 1, + anon_sym_DOT, + STATE(8883), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [193561] = 3, - ACTIONS(1612), 1, - anon_sym_LBRACE, - STATE(1154), 1, - sym_lambda_literal, + [195104] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [193572] = 2, + ACTIONS(4674), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [195113] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4462), 2, + ACTIONS(4521), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [193581] = 3, - ACTIONS(6236), 1, + [195122] = 3, + ACTIONS(7928), 1, anon_sym_LBRACE, - STATE(3320), 1, + STATE(4795), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [193592] = 2, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4091), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [193601] = 3, - ACTIONS(9811), 1, + [195133] = 3, + ACTIONS(9462), 1, anon_sym_get, - ACTIONS(9813), 1, + ACTIONS(9464), 1, anon_sym_set, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [193612] = 3, - ACTIONS(9248), 1, - anon_sym_LPAREN, - STATE(4753), 1, - sym__function_value_parameters, + [195144] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [193623] = 2, + ACTIONS(4258), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [195153] = 3, + ACTIONS(7571), 1, + anon_sym_RBRACE, + ACTIONS(11426), 1, + anon_sym_SEMI, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4941), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [193632] = 3, - ACTIONS(9222), 1, - anon_sym_LPAREN, - STATE(7842), 1, - sym__function_value_parameters, + [195164] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [193643] = 2, + ACTIONS(10863), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [195173] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1696), 2, + ACTIONS(1780), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [193652] = 3, - ACTIONS(5147), 1, - anon_sym_LBRACE, - STATE(3322), 1, - sym_class_body, + [195182] = 3, + ACTIONS(11428), 1, + anon_sym_DOT, + STATE(8841), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [193663] = 2, + [195193] = 3, + ACTIONS(11430), 1, + anon_sym_DOT, + STATE(8889), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4965), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [193672] = 2, + [195204] = 3, + ACTIONS(11432), 1, + anon_sym_DOT, + STATE(7633), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4973), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [193681] = 2, + [195215] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4585), 2, + ACTIONS(4939), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [193690] = 3, - ACTIONS(9226), 1, + [195224] = 3, + ACTIONS(9249), 1, anon_sym_LPAREN, - STATE(2794), 1, + STATE(1246), 1, sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [193701] = 3, - ACTIONS(9226), 1, - anon_sym_LPAREN, - STATE(2829), 1, - sym__function_value_parameters, + [195235] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [193712] = 2, + ACTIONS(4513), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [195244] = 3, + ACTIONS(9832), 1, + anon_sym_get, + ACTIONS(9834), 1, + anon_sym_set, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10840), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [193721] = 3, - ACTIONS(9753), 1, - anon_sym_get, - ACTIONS(9755), 1, - anon_sym_set, + [195255] = 3, + ACTIONS(9202), 1, + anon_sym_LPAREN, + STATE(4005), 1, + sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [193732] = 2, + [195266] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1754), 2, + ACTIONS(4943), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [193741] = 2, + [195275] = 3, + ACTIONS(11434), 1, + sym__automatic_semicolon, + STATE(8819), 1, + sym__semi, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4795), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [193750] = 3, - ACTIONS(9222), 1, + [195286] = 3, + ACTIONS(9317), 1, anon_sym_LPAREN, - STATE(8272), 1, + STATE(4744), 1, sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [193761] = 3, - ACTIONS(9192), 1, - anon_sym_LPAREN, - STATE(798), 1, - sym__function_value_parameters, + [195297] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [193772] = 3, - ACTIONS(9192), 1, - anon_sym_LPAREN, - STATE(799), 1, - sym__function_value_parameters, + ACTIONS(4909), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [195306] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [193783] = 3, - ACTIONS(9192), 1, + ACTIONS(4394), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [195315] = 3, + ACTIONS(9218), 1, anon_sym_LPAREN, - STATE(800), 1, + STATE(4755), 1, sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [193794] = 3, - ACTIONS(5677), 1, + [195326] = 3, + ACTIONS(9226), 1, anon_sym_LPAREN, - STATE(5176), 1, - sym__class_parameters, + STATE(2826), 1, + sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [193805] = 3, - ACTIONS(9192), 1, + [195337] = 3, + ACTIONS(9202), 1, anon_sym_LPAREN, - STATE(801), 1, + STATE(3934), 1, sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [193816] = 3, - ACTIONS(10168), 1, + [195348] = 3, + ACTIONS(7928), 1, anon_sym_LBRACE, - STATE(8120), 1, + STATE(4794), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [193827] = 2, + [195359] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4302), 2, + ACTIONS(4505), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [193836] = 3, - ACTIONS(11386), 1, - anon_sym_DOT, - STATE(8855), 1, - aux_sym_user_type_repeat1, + [195368] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [193847] = 3, - ACTIONS(9901), 1, - anon_sym_get, - ACTIONS(9903), 1, - anon_sym_set, + ACTIONS(5063), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [195377] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [193858] = 3, - ACTIONS(11388), 1, - anon_sym_DOT, - STATE(8836), 1, - aux_sym_user_type_repeat1, + ACTIONS(11436), 2, + sym__import_list_delimiter, + anon_sym_import, + [195386] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [193869] = 3, - ACTIONS(1596), 1, - anon_sym_LBRACE, - STATE(3333), 1, - sym_lambda_literal, + ACTIONS(4947), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [195395] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [193880] = 2, + ACTIONS(7541), 2, + anon_sym_COMMA, + anon_sym_DASH_GT, + [195404] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1766), 2, + ACTIONS(4262), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [193889] = 3, - ACTIONS(9966), 1, + [195413] = 3, + ACTIONS(8236), 1, + anon_sym_LPAREN, + STATE(8018), 1, + sym__class_parameters, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [195424] = 3, + ACTIONS(7557), 1, + anon_sym_RBRACE, + ACTIONS(11438), 1, + anon_sym_SEMI, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [195435] = 3, + ACTIONS(9954), 1, anon_sym_get, - ACTIONS(9968), 1, + ACTIONS(9956), 1, anon_sym_set, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [193900] = 3, - ACTIONS(9222), 1, + [195446] = 3, + ACTIONS(9202), 1, anon_sym_LPAREN, - STATE(7843), 1, + STATE(3041), 1, sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [193911] = 3, - ACTIONS(11390), 1, - anon_sym_DOT, - STATE(7720), 1, - aux_sym_user_type_repeat1, + [195457] = 3, + ACTIONS(9202), 1, + anon_sym_LPAREN, + STATE(3914), 1, + sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [193922] = 2, + [195468] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4085), 2, + ACTIONS(1772), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [193931] = 2, + [195477] = 3, + ACTIONS(9202), 1, + anon_sym_LPAREN, + STATE(3995), 1, + sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4873), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [193940] = 2, + [195488] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5021), 2, + ACTIONS(4656), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [193949] = 2, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(11392), 2, - anon_sym_COMMA, - anon_sym_GT, - [193958] = 3, - ACTIONS(11394), 1, - anon_sym_COLON, - ACTIONS(11396), 1, - anon_sym_RPAREN, + [195497] = 3, + ACTIONS(5362), 1, + anon_sym_LPAREN, + STATE(3567), 1, + sym__class_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [193969] = 3, - ACTIONS(7942), 1, - anon_sym_LBRACE, - STATE(4752), 1, - sym__block, + [195508] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [193980] = 2, + ACTIONS(4969), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [195517] = 3, + ACTIONS(9759), 1, + anon_sym_get, + ACTIONS(9761), 1, + anon_sym_set, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4497), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [193989] = 2, + [195528] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5025), 2, + ACTIONS(4973), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [193998] = 2, + [195537] = 3, + ACTIONS(9202), 1, + anon_sym_LPAREN, + STATE(3045), 1, + sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10809), 2, - anon_sym_COMMA, - anon_sym_GT, - [194007] = 2, + [195548] = 3, + ACTIONS(9202), 1, + anon_sym_LPAREN, + STATE(3903), 1, + sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(11398), 2, - anon_sym_COMMA, - anon_sym_DASH_GT, - [194016] = 2, + [195559] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5029), 2, + ACTIONS(4977), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [194025] = 2, + [195568] = 3, + ACTIONS(11440), 1, + anon_sym_DOT, + STATE(8895), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4706), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [194034] = 2, + [195579] = 3, + ACTIONS(9202), 1, + anon_sym_LPAREN, + STATE(3961), 1, + sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1784), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [194043] = 2, + [195590] = 3, + ACTIONS(11442), 1, + anon_sym_DOT, + STATE(8900), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4183), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [194052] = 3, - ACTIONS(7942), 1, + [195601] = 3, + ACTIONS(3144), 1, anon_sym_LBRACE, - STATE(4751), 1, - sym__block, + STATE(3320), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [194063] = 2, + [195612] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4569), 2, + ACTIONS(4348), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [194072] = 2, + [195621] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3342), 2, + ACTIONS(3200), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [194081] = 3, - ACTIONS(10010), 1, + [195630] = 3, + ACTIONS(11444), 1, + anon_sym_DOT, + STATE(7633), 1, + aux_sym_user_type_repeat1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [195641] = 3, + ACTIONS(9968), 1, anon_sym_get, - ACTIONS(10012), 1, + ACTIONS(9970), 1, anon_sym_set, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [194092] = 3, - ACTIONS(11400), 1, - anon_sym_DOT, - STATE(7720), 1, - aux_sym_user_type_repeat1, + [195652] = 3, + ACTIONS(9226), 1, + anon_sym_LPAREN, + STATE(2997), 1, + sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [194103] = 2, + [195663] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4505), 2, + ACTIONS(4810), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [194112] = 3, - ACTIONS(10080), 1, + [195672] = 3, + ACTIONS(9982), 1, anon_sym_get, - ACTIONS(10082), 1, + ACTIONS(9984), 1, anon_sym_set, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [194123] = 3, - ACTIONS(11402), 1, - anon_sym_DOT, - STATE(8863), 1, - aux_sym_user_type_repeat1, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [194134] = 2, + [195683] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10788), 2, + ACTIONS(10792), 2, anon_sym_COMMA, anon_sym_RPAREN, - [194143] = 2, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(5041), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [194152] = 3, - ACTIONS(9841), 1, - anon_sym_get, - ACTIONS(9843), 1, - anon_sym_set, + [195692] = 3, + ACTIONS(11446), 1, + anon_sym_DOT, + STATE(7633), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [194163] = 2, + [195703] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4199), 2, + ACTIONS(199), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [194172] = 3, - ACTIONS(11404), 1, - anon_sym_DOT, - STATE(7720), 1, - aux_sym_user_type_repeat1, + [195712] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [194183] = 3, + ACTIONS(4989), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [195721] = 3, ACTIONS(9226), 1, anon_sym_LPAREN, - STATE(2823), 1, + STATE(2998), 1, sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [194194] = 3, - ACTIONS(9220), 1, + [195732] = 3, + ACTIONS(9317), 1, anon_sym_LPAREN, - STATE(5118), 1, + STATE(4684), 1, sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [194205] = 2, + [195743] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5045), 2, + ACTIONS(4101), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [194214] = 2, + [195752] = 3, + ACTIONS(11448), 1, + anon_sym_DOT, + STATE(7633), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5049), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [194223] = 3, - ACTIONS(7488), 1, - anon_sym_RBRACE, - ACTIONS(11406), 1, - anon_sym_SEMI, + [195763] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [194234] = 2, + ACTIONS(11450), 2, + anon_sym_COMMA, + anon_sym_GT, + [195772] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4823), 2, + ACTIONS(1754), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [194243] = 2, + [195781] = 3, + ACTIONS(10184), 1, + anon_sym_LPAREN, + STATE(8905), 1, + sym_value_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(11408), 2, - anon_sym_COMMA, - anon_sym_GT, - [194252] = 3, - ACTIONS(9204), 1, - anon_sym_LPAREN, - STATE(3942), 1, - sym__function_value_parameters, + [195792] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [194263] = 3, - ACTIONS(11410), 1, + ACTIONS(4826), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [195801] = 3, + ACTIONS(11452), 1, anon_sym_DOT, - STATE(8874), 1, + STATE(7633), 1, aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [194274] = 3, - ACTIONS(11412), 1, - anon_sym_DOT, - STATE(7720), 1, - aux_sym_user_type_repeat1, + [195812] = 3, + ACTIONS(1612), 1, + anon_sym_LBRACE, + STATE(1102), 1, + sym_lambda_literal, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [194285] = 3, - ACTIONS(11414), 1, - anon_sym_DOT, - STATE(7720), 1, - aux_sym_user_type_repeat1, + [195823] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [194296] = 3, - ACTIONS(11416), 1, - anon_sym_LBRACE, - STATE(3495), 1, - sym__block, + ACTIONS(5007), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [195832] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [194307] = 3, - ACTIONS(9220), 1, - anon_sym_LPAREN, - STATE(5126), 1, - sym__function_value_parameters, + ACTIONS(5029), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [195841] = 3, + ACTIONS(9940), 1, + anon_sym_get, + ACTIONS(9942), 1, + anon_sym_set, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [194318] = 3, - ACTIONS(9220), 1, - anon_sym_LPAREN, - STATE(4618), 1, - sym__function_value_parameters, + [195852] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [194329] = 3, - ACTIONS(9220), 1, - anon_sym_LPAREN, - STATE(5088), 1, - sym__function_value_parameters, + ACTIONS(11454), 2, + sym__automatic_semicolon, + anon_sym_LBRACE, + [195861] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [194340] = 3, - ACTIONS(9220), 1, + ACTIONS(1766), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [195870] = 3, + ACTIONS(8236), 1, anon_sym_LPAREN, - STATE(5082), 1, - sym__function_value_parameters, + STATE(8083), 1, + sym__class_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [194351] = 2, + [195881] = 3, + ACTIONS(11456), 1, + anon_sym_LBRACE, + STATE(3492), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1772), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [194360] = 2, + [195892] = 3, + ACTIONS(9226), 1, + anon_sym_LPAREN, + STATE(2999), 1, + sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4408), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [194369] = 3, - ACTIONS(11416), 1, + [195903] = 3, + ACTIONS(4039), 1, anon_sym_LBRACE, - STATE(3494), 1, + STATE(1089), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [194380] = 3, - ACTIONS(9777), 1, - anon_sym_get, - ACTIONS(9779), 1, - anon_sym_set, + [195914] = 3, + ACTIONS(11458), 1, + anon_sym_DOT, + STATE(8913), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [194391] = 2, + [195925] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4436), 2, + ACTIONS(4305), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [194400] = 3, - ACTIONS(9220), 1, - anon_sym_LPAREN, - STATE(4626), 1, - sym__function_value_parameters, + [195934] = 3, + ACTIONS(11460), 1, + anon_sym_DOT, + STATE(7633), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [194411] = 3, - ACTIONS(3156), 1, - anon_sym_LBRACE, - STATE(1141), 1, - sym_class_body, + [195945] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [194422] = 3, - ACTIONS(10108), 1, + ACTIONS(4993), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [195954] = 3, + ACTIONS(9926), 1, anon_sym_get, - ACTIONS(10110), 1, + ACTIONS(9928), 1, anon_sym_set, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [194433] = 2, + [195965] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4857), 2, + ACTIONS(4344), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [194442] = 3, - ACTIONS(7522), 1, - anon_sym_RBRACE, - ACTIONS(11418), 1, - anon_sym_SEMI, + [195974] = 3, + ACTIONS(9912), 1, + anon_sym_get, + ACTIONS(9914), 1, + anon_sym_set, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [194453] = 3, - ACTIONS(9857), 1, - anon_sym_get, - ACTIONS(9859), 1, - anon_sym_set, + [195985] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [194464] = 3, - ACTIONS(9190), 1, + ACTIONS(4597), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [195994] = 3, + ACTIONS(9226), 1, anon_sym_LPAREN, - STATE(4502), 1, + STATE(3001), 1, sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [194475] = 3, - ACTIONS(5149), 1, + [196005] = 3, + ACTIONS(5117), 1, anon_sym_LPAREN, - STATE(3062), 1, + STATE(4555), 1, sym__class_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [194486] = 2, - ACTIONS(11420), 1, - anon_sym_RPAREN, + [196016] = 3, + ACTIONS(7928), 1, + anon_sym_LBRACE, + STATE(5033), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [194494] = 2, - ACTIONS(11422), 1, - anon_sym_COLON, + [196027] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [194502] = 2, - ACTIONS(11424), 1, - anon_sym_EQ, + ACTIONS(4999), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [196036] = 3, + ACTIONS(9202), 1, + anon_sym_LPAREN, + STATE(3975), 1, + sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [194510] = 2, - ACTIONS(11426), 1, - anon_sym_RPAREN, + [196047] = 3, + ACTIONS(9202), 1, + anon_sym_LPAREN, + STATE(3050), 1, + sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [194518] = 2, - ACTIONS(11428), 1, - anon_sym_else, + [196058] = 3, + ACTIONS(9247), 1, + anon_sym_LPAREN, + STATE(7875), 1, + sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [194526] = 2, - ACTIONS(11430), 1, - anon_sym_DASH_GT, + [196069] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [194534] = 2, - ACTIONS(11432), 1, - anon_sym_in, + ACTIONS(5003), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [196078] = 3, + ACTIONS(11462), 1, + anon_sym_DOT, + STATE(8690), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [194542] = 2, - ACTIONS(11434), 1, - anon_sym_COLON, + [196089] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [194550] = 2, - ACTIONS(11436), 1, + ACTIONS(4233), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [196098] = 3, + ACTIONS(9239), 1, anon_sym_LPAREN, + STATE(3523), 1, + sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [194558] = 2, - ACTIONS(11438), 1, - anon_sym_COLON, + [196109] = 3, + ACTIONS(9868), 1, + anon_sym_get, + ACTIONS(9870), 1, + anon_sym_set, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [194566] = 2, - ACTIONS(11440), 1, + [196120] = 3, + ACTIONS(11456), 1, + anon_sym_LBRACE, + STATE(3496), 1, + sym__block, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [196131] = 3, + ACTIONS(9249), 1, anon_sym_LPAREN, + STATE(1242), 1, + sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [194574] = 2, - ACTIONS(11442), 1, + [196142] = 3, + ACTIONS(9239), 1, anon_sym_LPAREN, + STATE(3517), 1, + sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [194582] = 2, - ACTIONS(11444), 1, - anon_sym_in, + [196153] = 3, + ACTIONS(10116), 1, + anon_sym_get, + ACTIONS(10118), 1, + anon_sym_set, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [194590] = 2, - ACTIONS(11446), 1, - anon_sym_LPAREN, + [196164] = 3, + ACTIONS(3180), 1, + anon_sym_LBRACE, + STATE(1045), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [194598] = 2, - ACTIONS(11448), 1, - anon_sym_in, + [196175] = 3, + ACTIONS(9239), 1, + anon_sym_LPAREN, + STATE(3521), 1, + sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [194606] = 2, - ACTIONS(11450), 1, - anon_sym_else, + [196186] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [194614] = 2, - ACTIONS(11452), 1, + ACTIONS(5045), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [196195] = 3, + ACTIONS(9249), 1, anon_sym_LPAREN, + STATE(1217), 1, + sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [194622] = 2, - ACTIONS(11454), 1, - anon_sym_LPAREN, + [196206] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [194630] = 2, - ACTIONS(11456), 1, + ACTIONS(5049), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [196215] = 3, + ACTIONS(9239), 1, anon_sym_LPAREN, + STATE(3518), 1, + sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [194638] = 2, - ACTIONS(11458), 1, - anon_sym_in, + [196226] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [194646] = 2, - ACTIONS(11460), 1, + ACTIONS(4033), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [196235] = 3, + ACTIONS(9249), 1, anon_sym_LPAREN, + STATE(1218), 1, + sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [194654] = 2, - ACTIONS(11462), 1, - anon_sym_else, + [196246] = 3, + ACTIONS(9775), 1, + anon_sym_get, + ACTIONS(9777), 1, + anon_sym_set, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [196257] = 3, + ACTIONS(9249), 1, + anon_sym_LPAREN, + STATE(1220), 1, + sym__function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [194662] = 2, + [196268] = 2, ACTIONS(11464), 1, - anon_sym_else, + anon_sym_LBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [194670] = 2, + [196276] = 2, ACTIONS(11466), 1, anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [194678] = 2, + [196284] = 2, ACTIONS(11468), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [194686] = 2, + [196292] = 2, ACTIONS(11470), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [194694] = 2, + [196300] = 2, ACTIONS(11472), 1, - anon_sym_LBRACE, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [194702] = 2, - ACTIONS(4223), 1, - anon_sym_DASH_GT, + [196308] = 2, + ACTIONS(11474), 1, + anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [194710] = 2, - ACTIONS(11474), 1, - anon_sym_LPAREN, + [196316] = 2, + ACTIONS(11476), 1, + anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [194718] = 2, - ACTIONS(11476), 1, - anon_sym_DASH_GT, + [196324] = 2, + ACTIONS(10767), 1, + sym__automatic_semicolon, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [194726] = 2, + [196332] = 2, ACTIONS(11478), 1, - anon_sym_in, + anon_sym_LPAREN, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [196340] = 2, + ACTIONS(10769), 1, + sym__automatic_semicolon, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [194734] = 2, + [196348] = 2, ACTIONS(11480), 1, - anon_sym_else, + anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [194742] = 2, + [196356] = 2, ACTIONS(11482), 1, - anon_sym_in, + sym__automatic_semicolon, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [194750] = 2, + [196364] = 2, ACTIONS(11484), 1, - anon_sym_LPAREN, + anon_sym_else, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [194758] = 2, + [196372] = 2, ACTIONS(11486), 1, anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [194766] = 2, + [196380] = 2, + ACTIONS(10781), 1, + sym__automatic_semicolon, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [196388] = 2, + ACTIONS(10783), 1, + sym__automatic_semicolon, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [196396] = 2, ACTIONS(11488), 1, - anon_sym_LPAREN, + sym__automatic_semicolon, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [194774] = 2, + [196404] = 2, ACTIONS(11490), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [194782] = 2, + [196412] = 2, ACTIONS(11492), 1, - anon_sym_else, + anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [194790] = 2, + [196420] = 2, ACTIONS(11494), 1, anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [194798] = 2, - ACTIONS(1606), 1, - anon_sym_RBRACE, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [194806] = 2, + [196428] = 2, ACTIONS(11496), 1, - anon_sym_else, + anon_sym_DASH_GT, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [194814] = 2, + [196436] = 2, ACTIONS(11498), 1, - anon_sym_else, + anon_sym_LBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [194822] = 2, + [196444] = 2, ACTIONS(11500), 1, - anon_sym_RPAREN, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [194830] = 2, + [196452] = 2, ACTIONS(11502), 1, - anon_sym_LPAREN, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [194838] = 2, + [196460] = 2, ACTIONS(11504), 1, - anon_sym_SQUOTE, + anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [194846] = 2, + [196468] = 2, ACTIONS(11506), 1, - anon_sym_in, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [194854] = 2, + [196476] = 2, ACTIONS(11508), 1, - anon_sym_LPAREN, + sym__automatic_semicolon, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [194862] = 2, + [196484] = 2, ACTIONS(11510), 1, - anon_sym_LPAREN, + sym__automatic_semicolon, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [194870] = 2, + [196492] = 2, ACTIONS(11512), 1, - anon_sym_else, + sym__automatic_semicolon, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [194878] = 2, + [196500] = 2, ACTIONS(11514), 1, - anon_sym_else, + anon_sym_LBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [194886] = 2, + [196508] = 2, ACTIONS(11516), 1, - anon_sym_in, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [194894] = 2, - ACTIONS(11518), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [194902] = 2, - ACTIONS(10723), 1, - sym__automatic_semicolon, + [196516] = 2, + ACTIONS(11518), 1, + anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [194910] = 2, + [196524] = 2, ACTIONS(11520), 1, - anon_sym_in, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [194918] = 2, + [196532] = 2, ACTIONS(11522), 1, - anon_sym_LPAREN, + anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [194926] = 2, + [196540] = 2, ACTIONS(11524), 1, - anon_sym_object, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [194934] = 2, - ACTIONS(9246), 1, - sym__automatic_semicolon, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [194942] = 2, + [196548] = 2, ACTIONS(11526), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [194950] = 2, - ACTIONS(1574), 1, - anon_sym_RBRACE, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [194958] = 2, + [196556] = 2, ACTIONS(11528), 1, - anon_sym_DASH_GT, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [194966] = 2, + [196564] = 2, ACTIONS(11530), 1, - sym__automatic_semicolon, + anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [194974] = 2, + [196572] = 2, ACTIONS(11532), 1, anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [194982] = 2, + [196580] = 2, ACTIONS(11534), 1, - anon_sym_LPAREN, + anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [194990] = 2, + [196588] = 2, ACTIONS(11536), 1, - anon_sym_in, + sym__automatic_semicolon, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [194998] = 2, + [196596] = 2, ACTIONS(11538), 1, - anon_sym_LPAREN, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [195006] = 2, - ACTIONS(10848), 1, - anon_sym_RPAREN, + anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195014] = 2, + [196604] = 2, ACTIONS(11540), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195022] = 2, + [196612] = 2, ACTIONS(11542), 1, - anon_sym_in, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195030] = 2, + [196620] = 2, ACTIONS(11544), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195038] = 2, + [196628] = 2, ACTIONS(11546), 1, - anon_sym_RPAREN, + anon_sym_LPAREN, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [196636] = 2, + ACTIONS(3084), 1, + anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195046] = 2, + [196644] = 2, ACTIONS(11548), 1, - anon_sym_RBRACE, + anon_sym_in, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [196652] = 2, + ACTIONS(3200), 1, + anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195054] = 2, + [196660] = 2, ACTIONS(11550), 1, - anon_sym_RBRACE, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195062] = 2, + [196668] = 2, ACTIONS(11552), 1, - anon_sym_in, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195070] = 2, + [196676] = 2, ACTIONS(11554), 1, - anon_sym_LPAREN, + anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195078] = 2, + [196684] = 2, ACTIONS(11556), 1, - anon_sym_LPAREN, + anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195086] = 2, + [196692] = 2, ACTIONS(11558), 1, - anon_sym_in, + anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195094] = 2, + [196700] = 2, ACTIONS(11560), 1, - anon_sym_in, + anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195102] = 2, + [196708] = 2, ACTIONS(11562), 1, - anon_sym_LPAREN, + anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195110] = 2, + [196716] = 2, ACTIONS(11564), 1, - anon_sym_LPAREN, + anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195118] = 2, + [196724] = 2, ACTIONS(11566), 1, - anon_sym_RPAREN, + anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195126] = 2, + [196732] = 2, ACTIONS(11568), 1, - anon_sym_else, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [195134] = 2, - ACTIONS(10870), 1, - anon_sym_RPAREN, + anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195142] = 2, + [196740] = 2, ACTIONS(11570), 1, - anon_sym_in, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195150] = 2, + [196748] = 2, ACTIONS(11572), 1, - anon_sym_COLON, + anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195158] = 2, + [196756] = 2, ACTIONS(11574), 1, - anon_sym_in, + anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195166] = 2, + [196764] = 2, ACTIONS(11576), 1, - anon_sym_LPAREN, + anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195174] = 2, + [196772] = 2, ACTIONS(11578), 1, - anon_sym_DASH_GT, + anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195182] = 2, + [196780] = 2, ACTIONS(11580), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195190] = 2, + [196788] = 2, ACTIONS(11582), 1, - anon_sym_in, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195198] = 2, + [196796] = 2, ACTIONS(11584), 1, - anon_sym_in, + anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195206] = 2, + [196804] = 2, ACTIONS(11586), 1, - anon_sym_RBRACE, + anon_sym_EQ, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195214] = 2, + [196812] = 2, ACTIONS(11588), 1, - anon_sym_LPAREN, + anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195222] = 2, + [196820] = 2, ACTIONS(11590), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195230] = 2, + [196828] = 2, + ACTIONS(3280), 1, + anon_sym_while, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [196836] = 2, ACTIONS(11592), 1, - anon_sym_in, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [196844] = 2, + ACTIONS(4814), 1, + anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195238] = 2, + [196852] = 2, ACTIONS(11594), 1, - anon_sym_RPAREN, + anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195246] = 2, + [196860] = 2, ACTIONS(11596), 1, anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195254] = 2, + [196868] = 2, ACTIONS(11598), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195262] = 2, + [196876] = 2, + ACTIONS(4909), 1, + anon_sym_while, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [196884] = 2, ACTIONS(11600), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195270] = 2, + [196892] = 2, + ACTIONS(4305), 1, + anon_sym_while, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [196900] = 2, + ACTIONS(3190), 1, + anon_sym_while, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [196908] = 2, ACTIONS(11602), 1, - anon_sym_in, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195278] = 2, + [196916] = 2, ACTIONS(11604), 1, - anon_sym_RBRACE, + anon_sym_in, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [196924] = 2, + ACTIONS(1786), 1, + anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195286] = 2, + [196932] = 2, ACTIONS(11606), 1, anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195294] = 2, + [196940] = 2, + ACTIONS(4049), 1, + anon_sym_while, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [196948] = 2, + ACTIONS(5021), 1, + anon_sym_while, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [196956] = 2, ACTIONS(11608), 1, - anon_sym_LPAREN, + anon_sym_in, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [196964] = 2, + ACTIONS(5029), 1, + anon_sym_while, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [196972] = 2, + ACTIONS(4404), 1, + anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195302] = 2, + [196980] = 2, ACTIONS(11610), 1, - anon_sym_LPAREN, + anon_sym_in, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [196988] = 2, + ACTIONS(5041), 1, + anon_sym_while, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [196996] = 2, + ACTIONS(4190), 1, + anon_sym_while, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [197004] = 2, + ACTIONS(9331), 1, + sym__automatic_semicolon, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [197012] = 2, + ACTIONS(5033), 1, + anon_sym_while, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [197020] = 2, + ACTIONS(10701), 1, + sym__automatic_semicolon, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [197028] = 2, + ACTIONS(5089), 1, + anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195310] = 2, + [197036] = 2, ACTIONS(11612), 1, - anon_sym_EQ, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195318] = 2, + [197044] = 2, ACTIONS(11614), 1, - anon_sym_LPAREN, + anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195326] = 2, + [197052] = 2, ACTIONS(11616), 1, anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195334] = 2, + [197060] = 2, ACTIONS(11618), 1, - anon_sym_in, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195342] = 2, + [197068] = 2, ACTIONS(11620), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195350] = 2, + [197076] = 2, ACTIONS(11622), 1, - anon_sym_COLON, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195358] = 2, + [197084] = 2, ACTIONS(11624), 1, - anon_sym_COLON, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195366] = 2, + [197092] = 2, ACTIONS(11626), 1, - anon_sym_LPAREN, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195374] = 2, + [197100] = 2, ACTIONS(11628), 1, - anon_sym_COLON, + anon_sym_DASH_GT, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195382] = 2, + [197108] = 2, ACTIONS(11630), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195390] = 2, + [197116] = 2, ACTIONS(11632), 1, anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195398] = 2, + [197124] = 2, + ACTIONS(4268), 1, + anon_sym_DASH_GT, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [197132] = 2, ACTIONS(11634), 1, anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195406] = 2, + [197140] = 2, ACTIONS(11636), 1, - anon_sym_LPAREN, + anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195414] = 2, - ACTIONS(10928), 1, - anon_sym_RPAREN, + [197148] = 2, + ACTIONS(1696), 1, + anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195422] = 2, + [197156] = 2, ACTIONS(11638), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195430] = 2, + [197164] = 2, ACTIONS(11640), 1, - anon_sym_constructor, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195438] = 2, + [197172] = 2, ACTIONS(11642), 1, - anon_sym_RPAREN, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195446] = 2, + [197180] = 2, ACTIONS(11644), 1, - sym__automatic_semicolon, + anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195454] = 2, + [197188] = 2, ACTIONS(11646), 1, - anon_sym_class, + anon_sym_LPAREN, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [197196] = 2, + ACTIONS(5101), 1, + anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195462] = 2, + [197204] = 2, ACTIONS(11648), 1, - anon_sym_in, + anon_sym_LPAREN, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [197212] = 2, + ACTIONS(5085), 1, + anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195470] = 2, + [197220] = 2, + ACTIONS(5079), 1, + anon_sym_while, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [197228] = 2, + ACTIONS(4656), 1, + anon_sym_while, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [197236] = 2, ACTIONS(11650), 1, - anon_sym_RPAREN, + anon_sym_EQ, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195478] = 2, + [197244] = 2, ACTIONS(11652), 1, - anon_sym_LPAREN, + anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195486] = 2, + [197252] = 2, ACTIONS(11654), 1, - anon_sym_else, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195494] = 2, + [197260] = 2, ACTIONS(11656), 1, - anon_sym_in, + anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195502] = 2, + [197268] = 2, ACTIONS(11658), 1, - anon_sym_in, + anon_sym_LPAREN, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [197276] = 2, + ACTIONS(3216), 1, + anon_sym_while, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [197284] = 2, + ACTIONS(5075), 1, + anon_sym_while, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [197292] = 2, + ACTIONS(4408), 1, + anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195510] = 2, + [197300] = 2, ACTIONS(11660), 1, - anon_sym_COLON, + anon_sym_LPAREN, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [197308] = 2, + ACTIONS(4505), 1, + anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195518] = 2, + [197316] = 2, ACTIONS(11662), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195526] = 2, + [197324] = 2, + ACTIONS(5063), 1, + anon_sym_while, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [197332] = 2, ACTIONS(11664), 1, anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195534] = 2, + [197340] = 2, + ACTIONS(1754), 1, + anon_sym_while, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [197348] = 2, + ACTIONS(4087), 1, + anon_sym_while, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [197356] = 2, ACTIONS(11666), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195542] = 2, + [197364] = 2, + ACTIONS(4033), 1, + anon_sym_while, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [197372] = 2, ACTIONS(11668), 1, - anon_sym_LPAREN, + anon_sym_in, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [197380] = 2, + ACTIONS(5049), 1, + anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195550] = 2, + [197388] = 2, ACTIONS(11670), 1, - anon_sym_LPAREN, + anon_sym_COLON, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [197396] = 2, + ACTIONS(5045), 1, + anon_sym_while, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [197404] = 2, + ACTIONS(5037), 1, + anon_sym_while, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [197412] = 2, + ACTIONS(4233), 1, + anon_sym_while, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [197420] = 2, + ACTIONS(5003), 1, + anon_sym_while, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [197428] = 2, + ACTIONS(4999), 1, + anon_sym_while, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [197436] = 2, + ACTIONS(4597), 1, + anon_sym_while, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [197444] = 2, + ACTIONS(4344), 1, + anon_sym_while, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [197452] = 2, + ACTIONS(4993), 1, + anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195558] = 2, + [197460] = 2, ACTIONS(11672), 1, anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195566] = 2, + [197468] = 2, + ACTIONS(1766), 1, + anon_sym_while, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [197476] = 2, ACTIONS(11674), 1, - anon_sym_DASH_GT, + anon_sym_LPAREN, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [197484] = 2, + ACTIONS(4101), 1, + anon_sym_while, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [197492] = 2, + ACTIONS(4989), 1, + anon_sym_while, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [197500] = 2, + ACTIONS(199), 1, + anon_sym_while, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [197508] = 2, + ACTIONS(4348), 1, + anon_sym_while, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [197516] = 2, + ACTIONS(4977), 1, + anon_sym_while, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [197524] = 2, + ACTIONS(4973), 1, + anon_sym_while, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [197532] = 2, + ACTIONS(4969), 1, + anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195574] = 2, + [197540] = 2, ACTIONS(11676), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195582] = 2, + [197548] = 2, ACTIONS(11678), 1, - anon_sym_class, + anon_sym_LPAREN, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [197556] = 2, + ACTIONS(4262), 1, + anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195590] = 2, + [197564] = 2, ACTIONS(11680), 1, - anon_sym_class, + anon_sym_LPAREN, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [197572] = 2, + ACTIONS(4947), 1, + anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195598] = 2, + [197580] = 2, ACTIONS(11682), 1, - anon_sym_class, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [197588] = 2, + ACTIONS(4394), 1, + anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195606] = 2, + [197596] = 2, ACTIONS(11684), 1, - anon_sym_class, + anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195614] = 2, + [197604] = 2, ACTIONS(11686), 1, - anon_sym_class, + anon_sym_in, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [197612] = 2, + ACTIONS(4943), 1, + anon_sym_while, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [197620] = 2, + ACTIONS(4939), 1, + anon_sym_while, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [197628] = 2, + ACTIONS(1780), 1, + anon_sym_while, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [197636] = 2, + ACTIONS(4258), 1, + anon_sym_while, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [197644] = 2, + ACTIONS(4674), 1, + anon_sym_while, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [197652] = 2, + ACTIONS(3340), 1, + anon_sym_while, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [197660] = 2, + ACTIONS(4489), 1, + anon_sym_while, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [197668] = 2, + ACTIONS(4925), 1, + anon_sym_while, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [197676] = 2, + ACTIONS(4917), 1, + anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195622] = 2, + [197684] = 2, ACTIONS(11688), 1, - anon_sym_class, + anon_sym_LPAREN, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [197692] = 2, + ACTIONS(4913), 1, + anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195630] = 2, + [197700] = 2, ACTIONS(11690), 1, - anon_sym_else, + anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195638] = 2, + [197708] = 2, ACTIONS(11692), 1, - anon_sym_class, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195646] = 2, + [197716] = 2, ACTIONS(11694), 1, - anon_sym_class, + anon_sym_in, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [197724] = 2, + ACTIONS(1772), 1, + anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195654] = 2, + [197732] = 2, ACTIONS(11696), 1, - anon_sym_LPAREN, + anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195662] = 2, + [197740] = 2, ACTIONS(11698), 1, - anon_sym_class, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195670] = 2, + [197748] = 2, ACTIONS(11700), 1, - anon_sym_class, + anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195678] = 2, + [197756] = 2, ACTIONS(11702), 1, anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195686] = 2, + [197764] = 2, ACTIONS(11704), 1, - anon_sym_class, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195694] = 2, + [197772] = 2, ACTIONS(11706), 1, - anon_sym_in, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195702] = 2, + [197780] = 2, ACTIONS(11708), 1, - anon_sym_class, + anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195710] = 2, + [197788] = 2, ACTIONS(11710), 1, - anon_sym_COLON, + anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195718] = 2, + [197796] = 2, ACTIONS(11712), 1, - anon_sym_COLON, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195726] = 2, + [197804] = 2, ACTIONS(11714), 1, - anon_sym_constructor, + anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195734] = 2, + [197812] = 2, ACTIONS(11716), 1, - anon_sym_class, + anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195742] = 2, + [197820] = 2, ACTIONS(11718), 1, - anon_sym_class, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195750] = 2, + [197828] = 2, ACTIONS(11720), 1, - anon_sym_COLON, + anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195758] = 2, + [197836] = 2, ACTIONS(11722), 1, - anon_sym_LPAREN, + anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195766] = 2, + [197844] = 2, ACTIONS(11724), 1, - anon_sym_COLON, + anon_sym_EQ, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195774] = 2, + [197852] = 2, ACTIONS(11726), 1, - anon_sym_COLON, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195782] = 2, + [197860] = 2, ACTIONS(11728), 1, - anon_sym_class, + anon_sym_LPAREN, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [197868] = 2, + ACTIONS(4826), 1, + anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195790] = 2, + [197876] = 2, ACTIONS(11730), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195798] = 2, + [197884] = 2, ACTIONS(11732), 1, anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195806] = 2, + [197892] = 2, ACTIONS(11734), 1, - anon_sym_class, + anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195814] = 2, + [197900] = 2, ACTIONS(11736), 1, anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195822] = 2, + [197908] = 2, ACTIONS(11738), 1, - anon_sym_COLON, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195830] = 2, + [197916] = 2, ACTIONS(11740), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195838] = 2, + [197924] = 2, ACTIONS(11742), 1, - anon_sym_COLON, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195846] = 2, + [197932] = 2, ACTIONS(11744), 1, - anon_sym_EQ, + anon_sym_RBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195854] = 2, + [197940] = 2, ACTIONS(11746), 1, - anon_sym_constructor, + anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195862] = 2, + [197948] = 2, ACTIONS(11748), 1, - anon_sym_class, + anon_sym_LBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195870] = 2, + [197956] = 2, ACTIONS(11750), 1, - anon_sym_LPAREN, + anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195878] = 2, + [197964] = 2, ACTIONS(11752), 1, - anon_sym_in, + anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195886] = 2, + [197972] = 2, ACTIONS(11754), 1, - anon_sym_EQ, + anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195894] = 2, + [197980] = 2, ACTIONS(11756), 1, - anon_sym_class, + anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195902] = 2, + [197988] = 2, ACTIONS(11758), 1, - anon_sym_RPAREN, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195910] = 2, + [197996] = 2, ACTIONS(11760), 1, - anon_sym_RPAREN, + anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195918] = 2, + [198004] = 2, ACTIONS(11762), 1, - anon_sym_in, + anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195926] = 2, + [198012] = 2, ACTIONS(11764), 1, - anon_sym_LPAREN, + anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195934] = 2, + [198020] = 2, ACTIONS(11766), 1, - anon_sym_COLON, + anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195942] = 2, + [198028] = 2, ACTIONS(11768), 1, - anon_sym_COLON, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [195950] = 2, - ACTIONS(10230), 1, - anon_sym_COLON, + anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195958] = 2, + [198036] = 2, ACTIONS(11770), 1, - anon_sym_in, + anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195966] = 2, + [198044] = 2, ACTIONS(11772), 1, - anon_sym_EQ, + anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195974] = 2, + [198052] = 2, ACTIONS(11774), 1, - anon_sym_LPAREN, + anon_sym_class, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [198060] = 2, + ACTIONS(1415), 1, + anon_sym_RBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195982] = 2, + [198068] = 2, ACTIONS(11776), 1, anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195990] = 2, + [198076] = 2, ACTIONS(11778), 1, - anon_sym_class, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [195998] = 2, + [198084] = 2, ACTIONS(11780), 1, - anon_sym_LPAREN, + anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196006] = 2, + [198092] = 2, ACTIONS(11782), 1, - anon_sym_constructor, + anon_sym_SQUOTE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196014] = 2, + [198100] = 2, ACTIONS(11784), 1, - anon_sym_class, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196022] = 2, + [198108] = 2, ACTIONS(11786), 1, - anon_sym_class, + anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196030] = 2, + [198116] = 2, ACTIONS(11788), 1, - anon_sym_class, + anon_sym_EQ, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196038] = 2, + [198124] = 2, ACTIONS(11790), 1, - anon_sym_file, + anon_sym_LPAREN, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [198132] = 2, + ACTIONS(1594), 1, + anon_sym_RBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196046] = 2, + [198140] = 2, ACTIONS(11792), 1, - anon_sym_LBRACE, + anon_sym_object, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196054] = 2, + [198148] = 2, ACTIONS(11794), 1, - anon_sym_DASH_GT, + anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196062] = 2, + [198156] = 2, ACTIONS(11796), 1, - anon_sym_EQ, + anon_sym_DASH_GT, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196070] = 2, + [198164] = 2, ACTIONS(11798), 1, - anon_sym_class, + sym__automatic_semicolon, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196078] = 2, + [198172] = 2, + ACTIONS(11217), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [198180] = 2, ACTIONS(11800), 1, - anon_sym_class, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196086] = 2, + [198188] = 2, ACTIONS(11802), 1, - anon_sym_class, + anon_sym_RBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196094] = 2, + [198196] = 2, ACTIONS(11804), 1, - anon_sym_class, + anon_sym_RBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196102] = 2, + [198204] = 2, ACTIONS(11806), 1, - anon_sym_class, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [198212] = 2, + ACTIONS(11272), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196110] = 2, + [198220] = 2, ACTIONS(11808), 1, anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196118] = 2, + [198228] = 2, ACTIONS(11810), 1, - anon_sym_class, + anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196126] = 2, + [198236] = 2, ACTIONS(11812), 1, - anon_sym_LPAREN, + anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196134] = 2, + [198244] = 2, ACTIONS(11814), 1, - anon_sym_EQ, + anon_sym_constructor, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196142] = 2, + [198252] = 2, ACTIONS(11816), 1, - anon_sym_RPAREN, + anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196150] = 2, + [198260] = 2, ACTIONS(11818), 1, - anon_sym_RPAREN, + anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196158] = 2, + [198268] = 2, ACTIONS(11820), 1, - anon_sym_in, + anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196166] = 2, + [198276] = 2, ACTIONS(11822), 1, - anon_sym_COLON, + anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196174] = 2, + [198284] = 2, ACTIONS(11824), 1, - anon_sym_COLON, + anon_sym_DASH_GT, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196182] = 2, + [198292] = 2, ACTIONS(11826), 1, - anon_sym_in, + anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196190] = 2, + [198300] = 2, ACTIONS(11828), 1, - anon_sym_EQ, + anon_sym_DASH_GT, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196198] = 2, + [198308] = 2, ACTIONS(11830), 1, - anon_sym_constructor, + anon_sym_EQ, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196206] = 2, + [198316] = 2, ACTIONS(11832), 1, - anon_sym_LPAREN, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196214] = 2, + [198324] = 2, ACTIONS(11834), 1, - anon_sym_class, + anon_sym_DASH_GT, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196222] = 2, + [198332] = 2, ACTIONS(11836), 1, - anon_sym_in, + anon_sym_RBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196230] = 2, + [198340] = 2, ACTIONS(11838), 1, - anon_sym_in, + anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196238] = 2, + [198348] = 2, ACTIONS(11840), 1, - anon_sym_LBRACE, + anon_sym_DASH_GT, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196246] = 2, + [198356] = 2, ACTIONS(11842), 1, - anon_sym_class, + anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196254] = 2, + [198364] = 2, ACTIONS(11844), 1, - anon_sym_DASH_GT, + anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196262] = 2, + [198372] = 2, ACTIONS(11846), 1, - anon_sym_EQ, + anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196270] = 2, + [198380] = 2, ACTIONS(11848), 1, - anon_sym_LPAREN, + anon_sym_constructor, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196278] = 2, + [198388] = 2, ACTIONS(11850), 1, - anon_sym_in, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196286] = 2, + [198396] = 2, ACTIONS(11852), 1, - anon_sym_class, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196294] = 2, + [198404] = 2, ACTIONS(11854), 1, - anon_sym_in, + anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196302] = 2, + [198412] = 2, ACTIONS(11856), 1, - anon_sym_SQUOTE, + anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196310] = 2, + [198420] = 2, ACTIONS(11858), 1, - anon_sym_LPAREN, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [196318] = 2, - ACTIONS(1401), 1, - anon_sym_RBRACE, + anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196326] = 2, + [198428] = 2, ACTIONS(11860), 1, - anon_sym_class, + anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196334] = 2, + [198436] = 2, ACTIONS(11862), 1, - anon_sym_in, + anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196342] = 2, + [198444] = 2, ACTIONS(11864), 1, - anon_sym_LPAREN, + anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196350] = 2, + [198452] = 2, ACTIONS(11866), 1, - anon_sym_RBRACE, + anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196358] = 2, + [198460] = 2, ACTIONS(11868), 1, - anon_sym_in, + anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196366] = 2, + [198468] = 2, ACTIONS(11870), 1, - anon_sym_RPAREN, + anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196374] = 2, + [198476] = 2, ACTIONS(11872), 1, - anon_sym_RPAREN, + anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196382] = 2, + [198484] = 2, ACTIONS(11874), 1, - anon_sym_RPAREN, + anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196390] = 2, + [198492] = 2, ACTIONS(11876), 1, - anon_sym_LPAREN, + anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196398] = 2, + [198500] = 2, ACTIONS(11878), 1, - anon_sym_in, + anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196406] = 2, - ACTIONS(10989), 1, - anon_sym_DASH_GT, + [198508] = 2, + ACTIONS(11880), 1, + anon_sym_EQ, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196414] = 2, - ACTIONS(11880), 1, + [198516] = 2, + ACTIONS(11882), 1, anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196422] = 2, - ACTIONS(11882), 1, - anon_sym_LPAREN, + [198524] = 2, + ACTIONS(11884), 1, + anon_sym_constructor, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196430] = 2, - ACTIONS(11884), 1, - anon_sym_RBRACE, + [198532] = 2, + ACTIONS(11016), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196438] = 2, + [198540] = 2, ACTIONS(11886), 1, - anon_sym_in, + anon_sym_EQ, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196446] = 2, + [198548] = 2, ACTIONS(11888), 1, - anon_sym_EQ, + anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196454] = 2, + [198556] = 2, ACTIONS(11890), 1, - anon_sym_in, + anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196462] = 2, + [198564] = 2, ACTIONS(11892), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196470] = 2, + [198572] = 2, ACTIONS(11894), 1, - anon_sym_constructor, + sym__automatic_semicolon, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196478] = 2, + [198580] = 2, ACTIONS(11896), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196486] = 2, + [198588] = 2, ACTIONS(11898), 1, - anon_sym_while, + anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196494] = 2, + [198596] = 2, ACTIONS(11900), 1, - anon_sym_RBRACE, + anon_sym_EQ, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196502] = 2, + [198604] = 2, ACTIONS(11902), 1, - anon_sym_class, + anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196510] = 2, + [198612] = 2, ACTIONS(11904), 1, - anon_sym_COLON, + anon_sym_else, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196518] = 2, - ACTIONS(11006), 1, - anon_sym_RPAREN, + [198620] = 2, + ACTIONS(10230), 1, + anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196526] = 2, + [198628] = 2, ACTIONS(11906), 1, - anon_sym_LBRACE, + anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196534] = 2, + [198636] = 2, ACTIONS(11908), 1, - anon_sym_SQUOTE, + anon_sym_constructor, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196542] = 2, + [198644] = 2, ACTIONS(11910), 1, - anon_sym_RPAREN, + anon_sym_EQ, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196550] = 2, + [198652] = 2, ACTIONS(11912), 1, - anon_sym_EQ, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196558] = 2, + [198660] = 2, ACTIONS(11914), 1, - anon_sym_DASH_GT, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196566] = 2, + [198668] = 2, ACTIONS(11916), 1, - anon_sym_EQ, + anon_sym_file, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196574] = 2, + [198676] = 2, ACTIONS(11918), 1, - anon_sym_RBRACE, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196582] = 2, + [198684] = 2, ACTIONS(11920), 1, - anon_sym_RBRACE, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196590] = 2, + [198692] = 2, ACTIONS(11922), 1, - anon_sym_RPAREN, + anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196598] = 2, + [198700] = 2, ACTIONS(11924), 1, - anon_sym_class, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [196606] = 2, - ACTIONS(11926), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196614] = 2, - ACTIONS(11026), 1, + [198708] = 2, + ACTIONS(11926), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196622] = 2, + [198716] = 2, ACTIONS(11928), 1, - anon_sym_COLON, + anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196630] = 2, + [198724] = 2, ACTIONS(11930), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [196638] = 2, - ACTIONS(11045), 1, - anon_sym_RPAREN, + anon_sym_LBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196646] = 2, + [198732] = 2, ACTIONS(11932), 1, - anon_sym_COLON, + anon_sym_DASH_GT, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196654] = 2, + [198740] = 2, ACTIONS(11934), 1, - anon_sym_else, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196662] = 2, + [198748] = 2, ACTIONS(11936), 1, - anon_sym_COLON, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196670] = 2, + [198756] = 2, ACTIONS(11938), 1, - anon_sym_COLON, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196678] = 2, + [198764] = 2, ACTIONS(11940), 1, - anon_sym_DASH_GT, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196686] = 2, + [198772] = 2, ACTIONS(11942), 1, - anon_sym_COLON, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [196694] = 2, - ACTIONS(1554), 1, - anon_sym_RBRACE, + anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196702] = 2, + [198780] = 2, ACTIONS(11944), 1, - anon_sym_object, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196710] = 2, + [198788] = 2, ACTIONS(11946), 1, - anon_sym_DASH_GT, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196718] = 2, + [198796] = 2, ACTIONS(11948), 1, - anon_sym_SQUOTE, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [196726] = 2, - ACTIONS(11950), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196734] = 2, - ACTIONS(1562), 1, - anon_sym_RBRACE, + [198804] = 2, + ACTIONS(11950), 1, + anon_sym_SQUOTE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196742] = 2, + [198812] = 2, ACTIONS(11952), 1, anon_sym_EQ, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196750] = 2, + [198820] = 2, ACTIONS(11954), 1, - anon_sym_EQ, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196758] = 2, + [198828] = 2, ACTIONS(11956), 1, - sym__automatic_semicolon, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [196766] = 2, - ACTIONS(11066), 1, - sym__automatic_semicolon, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [196774] = 2, - ACTIONS(11068), 1, - sym__automatic_semicolon, + anon_sym_RBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196782] = 2, + [198836] = 2, ACTIONS(11958), 1, - anon_sym_constructor, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196790] = 2, + [198844] = 2, ACTIONS(11960), 1, - anon_sym_LPAREN, + anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196798] = 2, + [198852] = 2, ACTIONS(11962), 1, - anon_sym_class, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196806] = 2, + [198860] = 2, ACTIONS(11964), 1, - anon_sym_LBRACE, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196814] = 2, + [198868] = 2, ACTIONS(11966), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196822] = 2, + [198876] = 2, ACTIONS(11968), 1, - anon_sym_else, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196830] = 2, - ACTIONS(11970), 1, - anon_sym_COLON, + [198884] = 2, + ACTIONS(10854), 1, + anon_sym_DASH_GT, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196838] = 2, - ACTIONS(1391), 1, - anon_sym_RBRACE, + [198892] = 2, + ACTIONS(11970), 1, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196846] = 2, + [198900] = 2, ACTIONS(11972), 1, - anon_sym_DASH_GT, + anon_sym_RBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196854] = 2, + [198908] = 2, ACTIONS(11974), 1, - anon_sym_RPAREN, + anon_sym_constructor, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196862] = 2, + [198916] = 2, ACTIONS(11976), 1, - anon_sym_RPAREN, + anon_sym_EQ, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196870] = 2, + [198924] = 2, ACTIONS(11978), 1, - anon_sym_EQ, + anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196878] = 2, + [198932] = 2, ACTIONS(11980), 1, - anon_sym_RPAREN, + anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196886] = 2, + [198940] = 2, ACTIONS(11982), 1, - anon_sym_RPAREN, + anon_sym_LBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196894] = 2, + [198948] = 2, ACTIONS(11984), 1, - anon_sym_else, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196902] = 2, + [198956] = 2, ACTIONS(11986), 1, - anon_sym_DASH_GT, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196910] = 2, + [198964] = 2, ACTIONS(11988), 1, - anon_sym_COLON, + anon_sym_DASH_GT, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196918] = 2, + [198972] = 2, ACTIONS(11990), 1, - anon_sym_DASH_GT, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196926] = 2, + [198980] = 2, ACTIONS(11992), 1, - anon_sym_class, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196934] = 2, + [198988] = 2, ACTIONS(11994), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196942] = 2, + [198996] = 2, ACTIONS(11996), 1, - anon_sym_RBRACE, + anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196950] = 2, + [199004] = 2, ACTIONS(11998), 1, - anon_sym_COLON, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [196958] = 2, - ACTIONS(1586), 1, - anon_sym_RBRACE, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [196966] = 2, - ACTIONS(11188), 1, - anon_sym_RPAREN, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196974] = 2, + [199012] = 2, ACTIONS(12000), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [196982] = 2, - ACTIONS(11182), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196990] = 2, + [199020] = 2, ACTIONS(12002), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [196998] = 2, + [199028] = 2, ACTIONS(12004), 1, - anon_sym_RPAREN, + anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197006] = 2, + [199036] = 2, ACTIONS(12006), 1, - anon_sym_RPAREN, + anon_sym_EQ, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197014] = 2, + [199044] = 2, ACTIONS(12008), 1, - anon_sym_RBRACE, + anon_sym_else, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197022] = 2, + [199052] = 2, ACTIONS(12010), 1, - anon_sym_RBRACE, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197030] = 2, + [199060] = 2, ACTIONS(12012), 1, - anon_sym_EQ, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197038] = 2, + [199068] = 2, ACTIONS(12014), 1, - anon_sym_RBRACE, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197046] = 2, - ACTIONS(12016), 1, - anon_sym_RBRACE, + [199076] = 2, + ACTIONS(11123), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197054] = 2, - ACTIONS(1572), 1, - anon_sym_RBRACE, + [199084] = 2, + ACTIONS(12016), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197062] = 2, + [199092] = 2, ACTIONS(12018), 1, - anon_sym_RPAREN, + anon_sym_constructor, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197070] = 2, - ACTIONS(11212), 1, - anon_sym_RPAREN, + [199100] = 2, + ACTIONS(12020), 1, + anon_sym_EQ, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197078] = 2, - ACTIONS(12020), 1, - anon_sym_RPAREN, + [199108] = 2, + ACTIONS(1385), 1, + anon_sym_RBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197086] = 2, + [199116] = 2, ACTIONS(12022), 1, - anon_sym_DASH_GT, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197094] = 2, + [199124] = 2, ACTIONS(12024), 1, - anon_sym_constructor, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [197102] = 2, - ACTIONS(1580), 1, - anon_sym_RBRACE, + anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197110] = 2, + [199132] = 2, ACTIONS(12026), 1, - anon_sym_SQUOTE, + anon_sym_object, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197118] = 2, + [199140] = 2, ACTIONS(12028), 1, - anon_sym_RPAREN, + anon_sym_LBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197126] = 2, - ACTIONS(1560), 1, - anon_sym_RBRACE, + [199148] = 2, + ACTIONS(12030), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197134] = 2, - ACTIONS(12030), 1, - anon_sym_EQ, + [199156] = 2, + ACTIONS(12032), 1, + anon_sym_SQUOTE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197142] = 2, - ACTIONS(11160), 1, - anon_sym_RPAREN, + [199164] = 2, + ACTIONS(12034), 1, + anon_sym_EQ, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197150] = 2, - ACTIONS(12032), 1, - anon_sym_RPAREN, + [199172] = 2, + ACTIONS(1389), 1, + anon_sym_RBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197158] = 2, - ACTIONS(12034), 1, - anon_sym_RPAREN, + [199180] = 2, + ACTIONS(12036), 1, + anon_sym_DASH_GT, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197166] = 2, - ACTIONS(12036), 1, + [199188] = 2, + ACTIONS(10986), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197174] = 2, + [199196] = 2, ACTIONS(12038), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197182] = 2, + [199204] = 2, ACTIONS(12040), 1, - anon_sym_RPAREN, + anon_sym_RBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197190] = 2, + [199212] = 2, ACTIONS(12042), 1, - anon_sym_RPAREN, + anon_sym_RBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197198] = 2, + [199220] = 2, ACTIONS(12044), 1, - anon_sym_RBRACE, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197206] = 2, + [199228] = 2, ACTIONS(12046), 1, anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197214] = 2, - ACTIONS(12048), 1, + [199236] = 2, + ACTIONS(10958), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197222] = 2, + [199244] = 2, + ACTIONS(12048), 1, + anon_sym_RBRACE, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [199252] = 2, ACTIONS(12050), 1, - anon_sym_RPAREN, + anon_sym_DASH_GT, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197230] = 2, + [199260] = 2, ACTIONS(12052), 1, - anon_sym_RPAREN, + anon_sym_EQ, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197238] = 2, + [199268] = 2, ACTIONS(12054), 1, - anon_sym_RPAREN, + anon_sym_else, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197246] = 2, + [199276] = 2, ACTIONS(12056), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197254] = 2, + [199284] = 2, ACTIONS(12058), 1, - anon_sym_RPAREN, + anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197262] = 2, + [199292] = 2, ACTIONS(12060), 1, - anon_sym_RPAREN, + anon_sym_DASH_GT, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197270] = 2, + [199300] = 2, ACTIONS(12062), 1, - anon_sym_RPAREN, + anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197278] = 2, + [199308] = 2, ACTIONS(12064), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197286] = 2, + [199316] = 2, ACTIONS(12066), 1, - anon_sym_RPAREN, + anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197294] = 2, + [199324] = 2, ACTIONS(12068), 1, - anon_sym_RPAREN, + anon_sym_else, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197302] = 2, + [199332] = 2, ACTIONS(12070), 1, - anon_sym_RPAREN, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197310] = 2, + [199340] = 2, ACTIONS(12072), 1, - anon_sym_RPAREN, + anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197318] = 2, + [199348] = 2, ACTIONS(12074), 1, - anon_sym_DASH_GT, + anon_sym_EQ, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197326] = 2, + [199356] = 2, ACTIONS(12076), 1, - anon_sym_RPAREN, + anon_sym_COLON, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [199364] = 2, + ACTIONS(1576), 1, + anon_sym_RBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197334] = 2, + [199372] = 2, ACTIONS(12078), 1, - anon_sym_else, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197342] = 2, + [199380] = 2, ACTIONS(12080), 1, - anon_sym_RPAREN, + anon_sym_SQUOTE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197350] = 2, + [199388] = 2, ACTIONS(12082), 1, - anon_sym_RPAREN, + anon_sym_COLON, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [199396] = 2, + ACTIONS(1391), 1, + anon_sym_RBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197358] = 2, + [199404] = 2, ACTIONS(12084), 1, - anon_sym_RPAREN, + anon_sym_DASH_GT, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197366] = 2, + [199412] = 2, ACTIONS(12086), 1, + anon_sym_in, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [199420] = 2, + ACTIONS(10962), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197374] = 2, + [199428] = 2, ACTIONS(12088), 1, - anon_sym_class, + anon_sym_RBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197382] = 2, + [199436] = 2, ACTIONS(12090), 1, - anon_sym_class, + anon_sym_RBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197390] = 2, + [199444] = 2, ACTIONS(12092), 1, - anon_sym_class, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197398] = 2, + [199452] = 2, ACTIONS(12094), 1, - anon_sym_class, + anon_sym_else, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197406] = 2, + [199460] = 2, + ACTIONS(11097), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [199468] = 2, ACTIONS(12096), 1, - anon_sym_LPAREN, + anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197414] = 2, + [199476] = 2, ACTIONS(12098), 1, - anon_sym_DASH_GT, + anon_sym_RBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197422] = 2, + [199484] = 2, ACTIONS(12100), 1, - anon_sym_RPAREN, + anon_sym_constructor, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197430] = 2, + [199492] = 2, ACTIONS(12102), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197438] = 2, + [199500] = 2, ACTIONS(12104), 1, - anon_sym_RPAREN, + anon_sym_EQ, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197446] = 2, + [199508] = 2, ACTIONS(12106), 1, - anon_sym_else, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197454] = 2, + [199516] = 2, ACTIONS(12108), 1, - anon_sym_while, + anon_sym_DASH_GT, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197462] = 2, + [199524] = 2, ACTIONS(12110), 1, - anon_sym_SQUOTE, + anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197470] = 2, + [199532] = 2, ACTIONS(12112), 1, - anon_sym_COLON, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197478] = 2, + [199540] = 2, ACTIONS(12114), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197486] = 2, + [199548] = 2, ACTIONS(12116), 1, - anon_sym_COLON, + anon_sym_LBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197494] = 2, + [199556] = 2, ACTIONS(12118), 1, - anon_sym_RPAREN, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197502] = 2, + [199564] = 2, ACTIONS(12120), 1, - anon_sym_COLON, + anon_sym_else, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197510] = 2, + [199572] = 2, ACTIONS(12122), 1, - anon_sym_COLON, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [197518] = 2, - ACTIONS(10905), 1, - sym__automatic_semicolon, + anon_sym_DASH_GT, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197526] = 2, + [199580] = 2, ACTIONS(12124), 1, - anon_sym_RPAREN, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197534] = 2, + [199588] = 2, ACTIONS(12126), 1, - anon_sym_EQ, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [197542] = 2, - ACTIONS(10903), 1, - sym__automatic_semicolon, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197550] = 2, + [199596] = 2, ACTIONS(12128), 1, - anon_sym_RPAREN, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197558] = 2, + [199604] = 2, ACTIONS(12130), 1, - anon_sym_DASH_GT, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197566] = 2, + [199612] = 2, ACTIONS(12132), 1, - anon_sym_constructor, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197574] = 2, + [199620] = 2, ACTIONS(12134), 1, - sym__automatic_semicolon, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197582] = 2, + [199628] = 2, ACTIONS(12136), 1, - anon_sym_class, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197590] = 2, + [199636] = 2, ACTIONS(12138), 1, - anon_sym_LBRACE, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197598] = 2, + [199644] = 2, ACTIONS(12140), 1, - anon_sym_LBRACE, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197606] = 2, + [199652] = 2, ACTIONS(12142), 1, - anon_sym_RPAREN, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197614] = 2, + [199660] = 2, ACTIONS(12144), 1, - anon_sym_DASH_GT, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197622] = 2, + [199668] = 2, ACTIONS(12146), 1, - anon_sym_EQ, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197630] = 2, + [199676] = 2, ACTIONS(12148), 1, - anon_sym_RPAREN, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197638] = 2, + [199684] = 2, ACTIONS(12150), 1, - sym__automatic_semicolon, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197646] = 2, + [199692] = 2, ACTIONS(12152), 1, - sym__automatic_semicolon, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197654] = 2, + [199700] = 2, ACTIONS(12154), 1, - anon_sym_class, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197662] = 2, + [199708] = 2, ACTIONS(12156), 1, - sym__automatic_semicolon, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [197670] = 2, - ACTIONS(1397), 1, - anon_sym_RBRACE, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197678] = 2, + [199716] = 2, ACTIONS(12158), 1, - anon_sym_DASH_GT, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197686] = 2, + [199724] = 2, ACTIONS(12160), 1, - anon_sym_LBRACE, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197694] = 2, + [199732] = 2, ACTIONS(12162), 1, - anon_sym_RPAREN, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197702] = 2, + [199740] = 2, ACTIONS(12164), 1, - anon_sym_RBRACE, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197710] = 2, + [199748] = 2, ACTIONS(12166), 1, - sym__automatic_semicolon, + anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197718] = 2, - ACTIONS(4937), 1, - anon_sym_while, + [199756] = 2, + ACTIONS(12168), 1, + anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197726] = 2, - ACTIONS(12168), 1, - anon_sym_LBRACE, + [199764] = 2, + ACTIONS(12170), 1, + anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197734] = 2, - ACTIONS(12170), 1, - anon_sym_LPAREN, + [199772] = 2, + ACTIONS(1566), 1, + anon_sym_RBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197742] = 2, + [199780] = 2, ACTIONS(12172), 1, - anon_sym_RPAREN, + anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197750] = 2, + [199788] = 2, ACTIONS(12174), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197758] = 2, + [199796] = 2, ACTIONS(12176), 1, - anon_sym_LPAREN, + anon_sym_SQUOTE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197766] = 2, + [199804] = 2, ACTIONS(12178), 1, - anon_sym_RBRACE, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [197774] = 2, - ACTIONS(10747), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197782] = 2, + [199812] = 2, ACTIONS(12180), 1, - anon_sym_LPAREN, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197790] = 2, + [199820] = 2, ACTIONS(12182), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197798] = 2, + [199828] = 2, ACTIONS(12184), 1, - anon_sym_LPAREN, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197806] = 2, + [199836] = 2, ACTIONS(12186), 1, - anon_sym_LPAREN, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197814] = 2, + [199844] = 2, ACTIONS(12188), 1, - anon_sym_LPAREN, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197822] = 2, + [199852] = 2, ACTIONS(12190), 1, - anon_sym_LPAREN, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197830] = 2, + [199860] = 2, ACTIONS(12192), 1, - anon_sym_LPAREN, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197838] = 2, + [199868] = 2, ACTIONS(12194), 1, - anon_sym_LPAREN, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197846] = 2, + [199876] = 2, ACTIONS(12196), 1, - anon_sym_LPAREN, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197854] = 2, + [199884] = 2, ACTIONS(12198), 1, - anon_sym_LPAREN, + anon_sym_DASH_GT, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197862] = 2, + [199892] = 2, ACTIONS(12200), 1, - anon_sym_LPAREN, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197870] = 2, + [199900] = 2, ACTIONS(12202), 1, - anon_sym_LPAREN, + anon_sym_else, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197878] = 2, + [199908] = 2, ACTIONS(12204), 1, - anon_sym_LPAREN, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197886] = 2, + [199916] = 2, ACTIONS(12206), 1, - anon_sym_LPAREN, + anon_sym_DASH_GT, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197894] = 2, + [199924] = 2, ACTIONS(12208), 1, - anon_sym_LPAREN, + anon_sym_else, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197902] = 2, + [199932] = 2, ACTIONS(12210), 1, - anon_sym_LPAREN, + anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197910] = 2, + [199940] = 2, ACTIONS(12212), 1, - anon_sym_LPAREN, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197918] = 2, + [199948] = 2, ACTIONS(12214), 1, - anon_sym_LPAREN, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197926] = 2, + [199956] = 2, ACTIONS(12216), 1, - anon_sym_LPAREN, + anon_sym_EQ, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [199964] = 2, + ACTIONS(1578), 1, + anon_sym_RBRACE, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [199972] = 2, + ACTIONS(1590), 1, + anon_sym_RBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197934] = 2, + [199980] = 2, ACTIONS(12218), 1, - anon_sym_LPAREN, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197942] = 2, + [199988] = 2, ACTIONS(12220), 1, - anon_sym_LPAREN, + anon_sym_else, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197950] = 2, + [199996] = 2, ACTIONS(12222), 1, - anon_sym_RPAREN, + anon_sym_constructor, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197958] = 2, + [200004] = 2, ACTIONS(12224), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197966] = 2, + [200012] = 2, ACTIONS(12226), 1, - anon_sym_RPAREN, + anon_sym_DASH_GT, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197974] = 2, + [200020] = 2, ACTIONS(12228), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197982] = 2, + [200028] = 2, ACTIONS(12230), 1, - anon_sym_RPAREN, + anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197990] = 2, + [200036] = 2, ACTIONS(12232), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [197998] = 2, + [200044] = 2, + ACTIONS(10826), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [200052] = 2, ACTIONS(12234), 1, - anon_sym_class, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198006] = 2, + [200060] = 2, ACTIONS(12236), 1, - anon_sym_RBRACE, + anon_sym_DASH_GT, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198014] = 2, + [200068] = 2, ACTIONS(12238), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198022] = 2, + [200076] = 2, ACTIONS(12240), 1, - anon_sym_LPAREN, + anon_sym_EQ, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198030] = 2, + [200084] = 2, ACTIONS(12242), 1, - anon_sym_RBRACE, + anon_sym_else, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198038] = 2, + [200092] = 2, ACTIONS(12244), 1, - anon_sym_RBRACE, + anon_sym_constructor, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198046] = 2, + [200100] = 2, ACTIONS(12246), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198054] = 2, + [200108] = 2, ACTIONS(12248), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198062] = 2, + [200116] = 2, ACTIONS(12250), 1, - anon_sym_RPAREN, + anon_sym_EQ, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198070] = 2, + [200124] = 2, ACTIONS(12252), 1, - anon_sym_DASH_GT, + anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198078] = 2, + [200132] = 2, ACTIONS(12254), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198086] = 2, - ACTIONS(3063), 1, - anon_sym_while, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [198094] = 2, + [200140] = 2, ACTIONS(12256), 1, - anon_sym_RPAREN, + anon_sym_RBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198102] = 2, + [200148] = 2, ACTIONS(12258), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198110] = 2, + [200156] = 2, ACTIONS(12260), 1, - anon_sym_RPAREN, + anon_sym_RBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198118] = 2, + [200164] = 2, ACTIONS(12262), 1, - anon_sym_RPAREN, + anon_sym_DASH_GT, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198126] = 2, + [200172] = 2, ACTIONS(12264), 1, - anon_sym_RBRACE, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198134] = 2, + [200180] = 2, ACTIONS(12266), 1, - anon_sym_RBRACE, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198142] = 2, + [200188] = 2, ACTIONS(12268), 1, - anon_sym_DASH_GT, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198150] = 2, + [200196] = 2, ACTIONS(12270), 1, - anon_sym_else, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [198158] = 2, - ACTIONS(10977), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198166] = 2, + [200204] = 2, ACTIONS(12272), 1, - anon_sym_RPAREN, + anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198174] = 2, + [200212] = 2, ACTIONS(12274), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [198182] = 2, - ACTIONS(5025), 1, - anon_sym_while, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [198190] = 2, - ACTIONS(3218), 1, - anon_sym_while, + anon_sym_RBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198198] = 2, + [200220] = 2, ACTIONS(12276), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198206] = 2, + [200228] = 2, ACTIONS(12278), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198214] = 2, + [200236] = 2, ACTIONS(12280), 1, - anon_sym_RPAREN, + anon_sym_RBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198222] = 2, + [200244] = 2, ACTIONS(12282), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198230] = 2, + [200252] = 2, ACTIONS(12284), 1, - anon_sym_RBRACE, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198238] = 2, - ACTIONS(12286), 1, - anon_sym_RBRACE, + [200260] = 2, + ACTIONS(11203), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198246] = 2, - ACTIONS(12288), 1, - anon_sym_DASH_GT, + [200268] = 2, + ACTIONS(12286), 1, + anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198254] = 2, - ACTIONS(3256), 1, - anon_sym_while, + [200276] = 2, + ACTIONS(12288), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198262] = 2, + [200284] = 2, ACTIONS(12290), 1, - anon_sym_while, + anon_sym_RBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198270] = 2, + [200292] = 2, ACTIONS(12292), 1, - anon_sym_RBRACE, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198278] = 2, + [200300] = 2, ACTIONS(12294), 1, - anon_sym_SQUOTE, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198286] = 2, + [200308] = 2, ACTIONS(12296), 1, - aux_sym__uni_character_literal_token1, + anon_sym_LBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198294] = 2, + [200316] = 2, ACTIONS(12298), 1, - anon_sym_SQUOTE, + anon_sym_else, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198302] = 2, + [200324] = 2, ACTIONS(12300), 1, - anon_sym_COLON, + anon_sym_DASH_GT, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198310] = 2, + [200332] = 2, ACTIONS(12302), 1, - anon_sym_else, + anon_sym_RBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198318] = 2, + [200340] = 2, ACTIONS(12304), 1, - anon_sym_RPAREN, + anon_sym_else, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198326] = 2, + [200348] = 2, ACTIONS(12306), 1, - anon_sym_DASH_GT, + anon_sym_SQUOTE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198334] = 2, + [200356] = 2, ACTIONS(12308), 1, - anon_sym_COLON, + aux_sym__uni_character_literal_token1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198342] = 2, + [200364] = 2, ACTIONS(12310), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [198350] = 2, - ACTIONS(4945), 1, - anon_sym_while, + anon_sym_SQUOTE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198358] = 2, + [200372] = 2, ACTIONS(12312), 1, - anon_sym_while, + anon_sym_DASH_GT, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198366] = 2, - ACTIONS(5001), 1, - anon_sym_while, + [200380] = 2, + ACTIONS(1387), 1, + anon_sym_RBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198374] = 2, + [200388] = 2, ACTIONS(12314), 1, - anon_sym_LPAREN, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [198382] = 2, - ACTIONS(4497), 1, anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198390] = 2, - ACTIONS(5049), 1, + [200396] = 2, + ACTIONS(4754), 1, anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198398] = 2, + [200404] = 2, ACTIONS(12316), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [198406] = 2, - ACTIONS(5045), 1, - anon_sym_while, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198414] = 2, + [200412] = 2, ACTIONS(12318), 1, - anon_sym_RBRACE, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198422] = 2, + [200420] = 2, ACTIONS(12320), 1, - anon_sym_RBRACE, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [198430] = 2, - ACTIONS(5041), 1, - anon_sym_while, + anon_sym_SQUOTE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198438] = 2, + [200428] = 2, ACTIONS(12322), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [198446] = 2, - ACTIONS(4505), 1, - anon_sym_while, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [198454] = 2, - ACTIONS(3342), 1, - anon_sym_while, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198462] = 2, - ACTIONS(4569), 1, - anon_sym_while, + [200436] = 2, + ACTIONS(1604), 1, + anon_sym_RBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198470] = 2, + [200444] = 2, ACTIONS(12324), 1, anon_sym_else, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198478] = 2, - ACTIONS(4183), 1, - anon_sym_while, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [198486] = 2, - ACTIONS(1784), 1, - anon_sym_while, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [198494] = 2, - ACTIONS(5029), 1, - anon_sym_while, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [198502] = 2, + [200452] = 2, ACTIONS(12326), 1, - anon_sym_RBRACE, + anon_sym_DASH_GT, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198510] = 2, + [200460] = 2, ACTIONS(12328), 1, - anon_sym_DASH_GT, + anon_sym_else, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198518] = 2, - ACTIONS(4807), 1, - anon_sym_while, + [200468] = 2, + ACTIONS(10757), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198526] = 2, - ACTIONS(4706), 1, - anon_sym_while, + [200476] = 2, + ACTIONS(12330), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198534] = 2, - ACTIONS(1754), 1, - anon_sym_while, + [200484] = 2, + ACTIONS(12332), 1, + anon_sym_RBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198542] = 2, - ACTIONS(5021), 1, - anon_sym_while, + [200492] = 2, + ACTIONS(12334), 1, + anon_sym_RBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198550] = 2, - ACTIONS(4286), 1, - anon_sym_while, + [200500] = 2, + ACTIONS(12336), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198558] = 2, - ACTIONS(4302), 1, - anon_sym_while, + [200508] = 2, + ACTIONS(10806), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198566] = 2, - ACTIONS(12330), 1, - anon_sym_DASH_GT, + [200516] = 2, + ACTIONS(12338), 1, + anon_sym_else, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198574] = 2, - ACTIONS(4483), 1, - anon_sym_while, + [200524] = 2, + ACTIONS(12340), 1, + anon_sym_else, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198582] = 2, - ACTIONS(1588), 1, + [200532] = 2, + ACTIONS(12342), 1, anon_sym_RBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198590] = 2, - ACTIONS(4585), 1, - anon_sym_while, + [200540] = 2, + ACTIONS(12344), 1, + anon_sym_DASH_GT, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198598] = 2, - ACTIONS(4973), 1, - anon_sym_while, + [200548] = 2, + ACTIONS(12346), 1, + anon_sym_else, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198606] = 2, - ACTIONS(4965), 1, - anon_sym_while, + [200556] = 2, + ACTIONS(1598), 1, + anon_sym_RBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198614] = 2, - ACTIONS(12332), 1, - anon_sym_EQ, + [200564] = 2, + ACTIONS(12348), 1, + anon_sym_DASH_GT, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198622] = 2, - ACTIONS(4941), 1, - anon_sym_while, + [200572] = 2, + ACTIONS(12350), 1, + anon_sym_RBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198630] = 2, - ACTIONS(4462), 1, - anon_sym_while, + [200580] = 2, + ACTIONS(12352), 1, + anon_sym_RBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198638] = 2, - ACTIONS(3194), 1, - anon_sym_while, + [200588] = 2, + ACTIONS(12354), 1, + anon_sym_else, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198646] = 2, - ACTIONS(117), 1, - anon_sym_while, + [200596] = 2, + ACTIONS(12356), 1, + anon_sym_DASH_GT, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198654] = 2, - ACTIONS(4919), 1, - anon_sym_while, + [200604] = 2, + ACTIONS(12358), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198662] = 2, - ACTIONS(4103), 1, - anon_sym_while, + [200612] = 2, + ACTIONS(12360), 1, + anon_sym_DASH_GT, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198670] = 2, - ACTIONS(11252), 1, - anon_sym_RPAREN, + [200620] = 2, + ACTIONS(12362), 1, + anon_sym_else, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198678] = 2, - ACTIONS(1772), 1, - anon_sym_while, + [200628] = 2, + ACTIONS(11020), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198686] = 2, - ACTIONS(8715), 1, + [200636] = 2, + ACTIONS(8723), 1, anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198694] = 2, - ACTIONS(4450), 1, - anon_sym_while, + [200644] = 2, + ACTIONS(12364), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198702] = 2, - ACTIONS(12334), 1, + [200652] = 2, + ACTIONS(12366), 1, anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198710] = 2, - ACTIONS(12336), 1, + [200660] = 2, + ACTIONS(12368), 1, anon_sym_RBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198718] = 2, - ACTIONS(12338), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [198726] = 2, - ACTIONS(12340), 1, + [200668] = 2, + ACTIONS(12370), 1, anon_sym_RBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198734] = 2, - ACTIONS(4905), 1, - anon_sym_while, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [198742] = 2, - ACTIONS(4845), 1, - anon_sym_while, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [198750] = 2, - ACTIONS(4835), 1, - anon_sym_while, + [200676] = 2, + ACTIONS(12372), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198758] = 2, - ACTIONS(11132), 1, + [200684] = 2, + ACTIONS(11060), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198766] = 2, - ACTIONS(4215), 1, - anon_sym_while, + [200692] = 2, + ACTIONS(12374), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198774] = 2, - ACTIONS(12342), 1, + [200700] = 2, + ACTIONS(12376), 1, anon_sym_DASH_GT, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198782] = 2, - ACTIONS(1696), 1, - anon_sym_while, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [198790] = 2, - ACTIONS(12344), 1, - anon_sym_while, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [198798] = 2, - ACTIONS(12346), 1, - ts_builtin_sym_end, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [198806] = 2, - ACTIONS(4763), 1, - anon_sym_while, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [198814] = 2, - ACTIONS(4097), 1, - anon_sym_while, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [198822] = 2, - ACTIONS(1778), 1, - anon_sym_while, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [198830] = 2, - ACTIONS(4716), 1, - anon_sym_while, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [198838] = 2, - ACTIONS(4424), 1, - anon_sym_while, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [198846] = 2, - ACTIONS(4085), 1, - anon_sym_while, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [198854] = 2, - ACTIONS(12348), 1, + [200708] = 2, + ACTIONS(12378), 1, anon_sym_else, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198862] = 2, - ACTIONS(12350), 1, + [200716] = 2, + ACTIONS(12380), 1, anon_sym_DASH_GT, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198870] = 2, - ACTIONS(4873), 1, - anon_sym_while, + [200724] = 2, + ACTIONS(12382), 1, + ts_builtin_sym_end, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198878] = 2, - ACTIONS(12352), 1, + [200732] = 2, + ACTIONS(12384), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198886] = 2, - ACTIONS(12354), 1, + [200740] = 2, + ACTIONS(12386), 1, anon_sym_DASH_GT, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198894] = 2, - ACTIONS(12356), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [198902] = 2, - ACTIONS(12358), 1, + [200748] = 2, + ACTIONS(11146), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198910] = 2, - ACTIONS(12360), 1, + [200756] = 2, + ACTIONS(12388), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198918] = 2, - ACTIONS(12362), 1, - anon_sym_RPAREN, + [200764] = 2, + ACTIONS(12390), 1, + anon_sym_RBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198926] = 2, - ACTIONS(12364), 1, - anon_sym_DASH_GT, + [200772] = 2, + ACTIONS(12392), 1, + anon_sym_RBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198934] = 2, - ACTIONS(4740), 1, - anon_sym_while, + [200780] = 2, + ACTIONS(12394), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198942] = 2, - ACTIONS(12366), 1, + [200788] = 2, + ACTIONS(12396), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198950] = 2, - ACTIONS(12368), 1, + [200796] = 2, + ACTIONS(12398), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198958] = 2, - ACTIONS(12370), 1, + [200804] = 2, + ACTIONS(12400), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198966] = 2, - ACTIONS(12372), 1, + [200812] = 2, + ACTIONS(11171), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198974] = 2, - ACTIONS(4857), 1, - anon_sym_while, + [200820] = 2, + ACTIONS(12402), 1, + anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198982] = 2, - ACTIONS(12374), 1, + [200828] = 2, + ACTIONS(12404), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198990] = 2, - ACTIONS(12376), 1, - anon_sym_RPAREN, + [200836] = 2, + ACTIONS(12406), 1, + anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [198998] = 2, - ACTIONS(12378), 1, - anon_sym_DASH_GT, + [200844] = 2, + ACTIONS(12408), 1, + anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [199006] = 2, - ACTIONS(3208), 1, + [200852] = 2, + ACTIONS(12410), 1, anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [199014] = 2, - ACTIONS(11072), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [199022] = 2, - ACTIONS(12380), 1, - anon_sym_class, + [200860] = 2, + ACTIONS(12412), 1, + anon_sym_DASH_GT, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [199030] = 2, - ACTIONS(12382), 1, - anon_sym_RPAREN, + [200868] = 2, + ACTIONS(12414), 1, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [199038] = 2, - ACTIONS(4436), 1, - anon_sym_while, + [200876] = 2, + ACTIONS(12416), 1, + anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [199046] = 2, - ACTIONS(4645), 1, - anon_sym_while, + [200884] = 2, + ACTIONS(12418), 1, + anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [199054] = 2, - ACTIONS(12384), 1, - anon_sym_RPAREN, + [200892] = 2, + ACTIONS(12420), 1, + anon_sym_DASH_GT, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [199062] = 2, - ACTIONS(12386), 1, - anon_sym_RBRACE, + [200900] = 2, + ACTIONS(12422), 1, + anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [199070] = 2, - ACTIONS(12388), 1, - anon_sym_RPAREN, + [200908] = 2, + ACTIONS(12424), 1, + anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [199078] = 2, - ACTIONS(4823), 1, - anon_sym_while, + [200916] = 2, + ACTIONS(12426), 1, + anon_sym_RBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [199086] = 2, - ACTIONS(4199), 1, - anon_sym_while, + [200924] = 2, + ACTIONS(12428), 1, + anon_sym_RBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [199094] = 2, - ACTIONS(11022), 1, + [200932] = 2, + ACTIONS(12430), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [199102] = 2, - ACTIONS(12390), 1, - anon_sym_DASH_GT, + [200940] = 2, + ACTIONS(12432), 1, + anon_sym_else, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [199110] = 2, - ACTIONS(12392), 1, - anon_sym_RPAREN, + [200948] = 2, + ACTIONS(12434), 1, + anon_sym_DASH_GT, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [199118] = 2, - ACTIONS(12394), 1, - anon_sym_else, + [200956] = 2, + ACTIONS(12436), 1, + anon_sym_DASH_GT, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [199126] = 2, - ACTIONS(12396), 1, + [200964] = 2, + ACTIONS(12438), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [199134] = 2, - ACTIONS(12398), 1, + [200972] = 2, + ACTIONS(11223), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [199142] = 2, - ACTIONS(12400), 1, + [200980] = 2, + ACTIONS(12440), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [199150] = 2, - ACTIONS(12402), 1, - anon_sym_else, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [199158] = 2, - ACTIONS(12404), 1, + [200988] = 2, + ACTIONS(12442), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [199166] = 2, - ACTIONS(12406), 1, - anon_sym_LPAREN, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [199174] = 2, - ACTIONS(12408), 1, - anon_sym_LPAREN, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [199182] = 2, - ACTIONS(12410), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [199190] = 2, - ACTIONS(4767), 1, - anon_sym_while, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [199198] = 2, - ACTIONS(12412), 1, + [200996] = 2, + ACTIONS(12444), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [199206] = 2, - ACTIONS(12414), 1, + [201004] = 2, + ACTIONS(12446), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [199214] = 2, - ACTIONS(12416), 1, + [201012] = 2, + ACTIONS(12448), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [199222] = 2, - ACTIONS(12418), 1, + [201020] = 2, + ACTIONS(12450), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [199230] = 2, - ACTIONS(12420), 1, + [201028] = 2, + ACTIONS(12452), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [199238] = 2, - ACTIONS(4771), 1, - anon_sym_while, + [201036] = 2, + ACTIONS(12454), 1, + anon_sym_RBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [199246] = 2, - ACTIONS(4775), 1, - anon_sym_while, + [201044] = 2, + ACTIONS(12456), 1, + anon_sym_RBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [199254] = 2, - ACTIONS(12422), 1, + [201052] = 2, + ACTIONS(12458), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [199262] = 2, - ACTIONS(12424), 1, + [201060] = 2, + ACTIONS(12460), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [199270] = 2, - ACTIONS(12426), 1, + [201068] = 2, + ACTIONS(12462), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [199278] = 2, - ACTIONS(12428), 1, + [201076] = 2, + ACTIONS(11085), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [199286] = 2, - ACTIONS(12430), 1, - anon_sym_RPAREN, + [201084] = 2, + ACTIONS(12464), 1, + anon_sym_else, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [199294] = 2, - ACTIONS(4091), 1, - anon_sym_while, + [201092] = 2, + ACTIONS(12466), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [199302] = 2, - ACTIONS(4795), 1, - anon_sym_while, + [201100] = 2, + ACTIONS(12468), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [199310] = 2, - ACTIONS(10815), 1, + [201108] = 2, + ACTIONS(12470), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [199318] = 2, - ACTIONS(12432), 1, + [201116] = 2, + ACTIONS(12472), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [199326] = 2, - ACTIONS(12434), 1, + [201124] = 2, + ACTIONS(12474), 1, anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [199334] = 2, - ACTIONS(12436), 1, + [201132] = 2, + ACTIONS(12476), 1, anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [199342] = 2, - ACTIONS(12438), 1, + [201140] = 2, + ACTIONS(12478), 1, anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [199350] = 2, - ACTIONS(12440), 1, + [201148] = 2, + ACTIONS(12480), 1, anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [199358] = 2, - ACTIONS(12442), 1, + [201156] = 2, + ACTIONS(12482), 1, anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [199366] = 2, - ACTIONS(12444), 1, + [201164] = 2, + ACTIONS(12484), 1, anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [199374] = 2, - ACTIONS(12446), 1, + [201172] = 2, + ACTIONS(12486), 1, anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [199382] = 2, - ACTIONS(12448), 1, + [201180] = 2, + ACTIONS(12488), 1, anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [199390] = 2, - ACTIONS(1766), 1, - anon_sym_while, + [201188] = 2, + ACTIONS(12490), 1, + anon_sym_RBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [199398] = 2, - ACTIONS(12450), 1, - anon_sym_COLON, + [201196] = 2, + ACTIONS(12492), 1, + anon_sym_RBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [199406] = 2, - ACTIONS(12452), 1, + [201204] = 2, + ACTIONS(12494), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [199414] = 2, - ACTIONS(12454), 1, - anon_sym_RBRACE, + [201212] = 2, + ACTIONS(12496), 1, + anon_sym_DASH_GT, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [199422] = 2, - ACTIONS(12456), 1, - anon_sym_RBRACE, + [201220] = 2, + ACTIONS(12498), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [199430] = 2, - ACTIONS(12458), 1, + [201228] = 2, + ACTIONS(12500), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [199438] = 2, - ACTIONS(12460), 1, - anon_sym_while, + [201236] = 2, + ACTIONS(12502), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [199446] = 2, - ACTIONS(12462), 1, - anon_sym_while, + [201244] = 2, + ACTIONS(12504), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [199454] = 2, - ACTIONS(12464), 1, - anon_sym_while, + [201252] = 2, + ACTIONS(12506), 1, + anon_sym_DASH_GT, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [199462] = 2, - ACTIONS(12466), 1, - anon_sym_while, + [201260] = 2, + ACTIONS(12508), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [199470] = 2, - ACTIONS(12468), 1, + [201268] = 2, + ACTIONS(12510), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [199478] = 2, - ACTIONS(10757), 1, + [201276] = 2, + ACTIONS(12512), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [199486] = 2, - ACTIONS(12470), 1, - anon_sym_DASH_GT, + [201284] = 2, + ACTIONS(12514), 1, + anon_sym_else, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [199494] = 2, - ACTIONS(12472), 1, + [201292] = 2, + ACTIONS(12516), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [199502] = 2, - ACTIONS(12474), 1, + [201300] = 2, + ACTIONS(12518), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [199510] = 2, - ACTIONS(12476), 1, - anon_sym_COLON, + [201308] = 2, + ACTIONS(12520), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [199518] = 2, - ACTIONS(12478), 1, - anon_sym_COLON, + [201316] = 2, + ACTIONS(12522), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [199526] = 3, + [201324] = 3, ACTIONS(3), 1, sym_multiline_comment, - ACTIONS(10354), 1, + ACTIONS(10445), 1, sym_line_comment, - ACTIONS(12480), 1, + ACTIONS(12524), 1, aux_sym_shebang_line_token1, }; static const uint32_t ts_small_parse_table_map[] = { - [SMALL_STATE(4429)] = 0, - [SMALL_STATE(4430)] = 79, - [SMALL_STATE(4431)] = 163, - [SMALL_STATE(4432)] = 247, - [SMALL_STATE(4433)] = 331, - [SMALL_STATE(4434)] = 415, - [SMALL_STATE(4435)] = 499, - [SMALL_STATE(4436)] = 573, - [SMALL_STATE(4437)] = 654, - [SMALL_STATE(4438)] = 727, - [SMALL_STATE(4439)] = 806, - [SMALL_STATE(4440)] = 885, - [SMALL_STATE(4441)] = 954, - [SMALL_STATE(4442)] = 1035, - [SMALL_STATE(4443)] = 1112, - [SMALL_STATE(4444)] = 1193, - [SMALL_STATE(4445)] = 1266, - [SMALL_STATE(4446)] = 1339, - [SMALL_STATE(4447)] = 1424, - [SMALL_STATE(4448)] = 1505, - [SMALL_STATE(4449)] = 1584, - [SMALL_STATE(4450)] = 1663, - [SMALL_STATE(4451)] = 1742, - [SMALL_STATE(4452)] = 1821, - [SMALL_STATE(4453)] = 1900, - [SMALL_STATE(4454)] = 1973, - [SMALL_STATE(4455)] = 2054, - [SMALL_STATE(4456)] = 2139, - [SMALL_STATE(4457)] = 2216, - [SMALL_STATE(4458)] = 2289, - [SMALL_STATE(4459)] = 2368, - [SMALL_STATE(4460)] = 2447, - [SMALL_STATE(4461)] = 2520, - [SMALL_STATE(4462)] = 2593, - [SMALL_STATE(4463)] = 2672, - [SMALL_STATE(4464)] = 2745, - [SMALL_STATE(4465)] = 2824, - [SMALL_STATE(4466)] = 2900, - [SMALL_STATE(4467)] = 2976, - [SMALL_STATE(4468)] = 3044, - [SMALL_STATE(4469)] = 3120, - [SMALL_STATE(4470)] = 3196, - [SMALL_STATE(4471)] = 3272, - [SMALL_STATE(4472)] = 3340, - [SMALL_STATE(4473)] = 3416, - [SMALL_STATE(4474)] = 3492, - [SMALL_STATE(4475)] = 3560, - [SMALL_STATE(4476)] = 3636, - [SMALL_STATE(4477)] = 3708, - [SMALL_STATE(4478)] = 3784, - [SMALL_STATE(4479)] = 3860, - [SMALL_STATE(4480)] = 3928, - [SMALL_STATE(4481)] = 4004, - [SMALL_STATE(4482)] = 4072, - [SMALL_STATE(4483)] = 4148, - [SMALL_STATE(4484)] = 4220, - [SMALL_STATE(4485)] = 4296, - [SMALL_STATE(4486)] = 4372, - [SMALL_STATE(4487)] = 4440, - [SMALL_STATE(4488)] = 4514, - [SMALL_STATE(4489)] = 4590, - [SMALL_STATE(4490)] = 4666, - [SMALL_STATE(4491)] = 4742, - [SMALL_STATE(4492)] = 4818, - [SMALL_STATE(4493)] = 4886, - [SMALL_STATE(4494)] = 4954, - [SMALL_STATE(4495)] = 5030, - [SMALL_STATE(4496)] = 5106, - [SMALL_STATE(4497)] = 5182, - [SMALL_STATE(4498)] = 5258, - [SMALL_STATE(4499)] = 5332, - [SMALL_STATE(4500)] = 5408, - [SMALL_STATE(4501)] = 5478, - [SMALL_STATE(4502)] = 5559, - [SMALL_STATE(4503)] = 5640, - [SMALL_STATE(4504)] = 5707, - [SMALL_STATE(4505)] = 5774, - [SMALL_STATE(4506)] = 5845, - [SMALL_STATE(4507)] = 5916, - [SMALL_STATE(4508)] = 5983, - [SMALL_STATE(4509)] = 6054, - [SMALL_STATE(4510)] = 6135, - [SMALL_STATE(4511)] = 6206, - [SMALL_STATE(4512)] = 6273, - [SMALL_STATE(4513)] = 6340, - [SMALL_STATE(4514)] = 6411, - [SMALL_STATE(4515)] = 6482, - [SMALL_STATE(4516)] = 6549, - [SMALL_STATE(4517)] = 6616, - [SMALL_STATE(4518)] = 6683, - [SMALL_STATE(4519)] = 6754, - [SMALL_STATE(4520)] = 6825, - [SMALL_STATE(4521)] = 6894, - [SMALL_STATE(4522)] = 6975, - [SMALL_STATE(4523)] = 7056, - [SMALL_STATE(4524)] = 7123, - [SMALL_STATE(4525)] = 7190, - [SMALL_STATE(4526)] = 7261, - [SMALL_STATE(4527)] = 7332, - [SMALL_STATE(4528)] = 7403, - [SMALL_STATE(4529)] = 7470, - [SMALL_STATE(4530)] = 7537, - [SMALL_STATE(4531)] = 7608, - [SMALL_STATE(4532)] = 7677, - [SMALL_STATE(4533)] = 7748, - [SMALL_STATE(4534)] = 7819, - [SMALL_STATE(4535)] = 7890, - [SMALL_STATE(4536)] = 7961, - [SMALL_STATE(4537)] = 8032, - [SMALL_STATE(4538)] = 8103, - [SMALL_STATE(4539)] = 8174, - [SMALL_STATE(4540)] = 8241, - [SMALL_STATE(4541)] = 8312, - [SMALL_STATE(4542)] = 8383, - [SMALL_STATE(4543)] = 8454, - [SMALL_STATE(4544)] = 8535, - [SMALL_STATE(4545)] = 8606, - [SMALL_STATE(4546)] = 8677, - [SMALL_STATE(4547)] = 8748, - [SMALL_STATE(4548)] = 8829, - [SMALL_STATE(4549)] = 8896, - [SMALL_STATE(4550)] = 8977, - [SMALL_STATE(4551)] = 9048, - [SMALL_STATE(4552)] = 9129, - [SMALL_STATE(4553)] = 9210, - [SMALL_STATE(4554)] = 9281, - [SMALL_STATE(4555)] = 9348, - [SMALL_STATE(4556)] = 9415, - [SMALL_STATE(4557)] = 9484, - [SMALL_STATE(4558)] = 9551, - [SMALL_STATE(4559)] = 9622, - [SMALL_STATE(4560)] = 9688, - [SMALL_STATE(4561)] = 9754, - [SMALL_STATE(4562)] = 9826, - [SMALL_STATE(4563)] = 9892, - [SMALL_STATE(4564)] = 9958, - [SMALL_STATE(4565)] = 10024, - [SMALL_STATE(4566)] = 10090, - [SMALL_STATE(4567)] = 10156, - [SMALL_STATE(4568)] = 10222, - [SMALL_STATE(4569)] = 10288, - [SMALL_STATE(4570)] = 10358, - [SMALL_STATE(4571)] = 10424, - [SMALL_STATE(4572)] = 10494, - [SMALL_STATE(4573)] = 10560, - [SMALL_STATE(4574)] = 10628, - [SMALL_STATE(4575)] = 10696, - [SMALL_STATE(4576)] = 10762, - [SMALL_STATE(4577)] = 10828, - [SMALL_STATE(4578)] = 10894, - [SMALL_STATE(4579)] = 10960, - [SMALL_STATE(4580)] = 11026, - [SMALL_STATE(4581)] = 11092, - [SMALL_STATE(4582)] = 11158, - [SMALL_STATE(4583)] = 11224, - [SMALL_STATE(4584)] = 11290, - [SMALL_STATE(4585)] = 11358, - [SMALL_STATE(4586)] = 11424, - [SMALL_STATE(4587)] = 11494, - [SMALL_STATE(4588)] = 11560, - [SMALL_STATE(4589)] = 11626, - [SMALL_STATE(4590)] = 11692, - [SMALL_STATE(4591)] = 11768, - [SMALL_STATE(4592)] = 11834, - [SMALL_STATE(4593)] = 11910, - [SMALL_STATE(4594)] = 11986, - [SMALL_STATE(4595)] = 12056, - [SMALL_STATE(4596)] = 12124, - [SMALL_STATE(4597)] = 12200, - [SMALL_STATE(4598)] = 12268, - [SMALL_STATE(4599)] = 12334, - [SMALL_STATE(4600)] = 12402, - [SMALL_STATE(4601)] = 12470, - [SMALL_STATE(4602)] = 12536, - [SMALL_STATE(4603)] = 12612, - [SMALL_STATE(4604)] = 12678, - [SMALL_STATE(4605)] = 12754, - [SMALL_STATE(4606)] = 12830, - [SMALL_STATE(4607)] = 12896, - [SMALL_STATE(4608)] = 12966, - [SMALL_STATE(4609)] = 13036, - [SMALL_STATE(4610)] = 13106, - [SMALL_STATE(4611)] = 13182, - [SMALL_STATE(4612)] = 13260, - [SMALL_STATE(4613)] = 13338, - [SMALL_STATE(4614)] = 13416, - [SMALL_STATE(4615)] = 13494, - [SMALL_STATE(4616)] = 13564, - [SMALL_STATE(4617)] = 13642, - [SMALL_STATE(4618)] = 13708, - [SMALL_STATE(4619)] = 13788, - [SMALL_STATE(4620)] = 13868, - [SMALL_STATE(4621)] = 13934, - [SMALL_STATE(4622)] = 14000, - [SMALL_STATE(4623)] = 14066, - [SMALL_STATE(4624)] = 14132, - [SMALL_STATE(4625)] = 14202, - [SMALL_STATE(4626)] = 14272, - [SMALL_STATE(4627)] = 14352, - [SMALL_STATE(4628)] = 14418, - [SMALL_STATE(4629)] = 14484, - [SMALL_STATE(4630)] = 14550, - [SMALL_STATE(4631)] = 14616, - [SMALL_STATE(4632)] = 14682, - [SMALL_STATE(4633)] = 14754, - [SMALL_STATE(4634)] = 14826, - [SMALL_STATE(4635)] = 14892, - [SMALL_STATE(4636)] = 14958, - [SMALL_STATE(4637)] = 15028, - [SMALL_STATE(4638)] = 15094, - [SMALL_STATE(4639)] = 15160, - [SMALL_STATE(4640)] = 15226, - [SMALL_STATE(4641)] = 15292, - [SMALL_STATE(4642)] = 15358, - [SMALL_STATE(4643)] = 15434, - [SMALL_STATE(4644)] = 15500, - [SMALL_STATE(4645)] = 15566, - [SMALL_STATE(4646)] = 15632, - [SMALL_STATE(4647)] = 15698, - [SMALL_STATE(4648)] = 15764, - [SMALL_STATE(4649)] = 15830, - [SMALL_STATE(4650)] = 15896, - [SMALL_STATE(4651)] = 15972, - [SMALL_STATE(4652)] = 16048, - [SMALL_STATE(4653)] = 16114, - [SMALL_STATE(4654)] = 16180, - [SMALL_STATE(4655)] = 16246, - [SMALL_STATE(4656)] = 16312, - [SMALL_STATE(4657)] = 16388, - [SMALL_STATE(4658)] = 16454, - [SMALL_STATE(4659)] = 16522, - [SMALL_STATE(4660)] = 16588, - [SMALL_STATE(4661)] = 16664, - [SMALL_STATE(4662)] = 16730, - [SMALL_STATE(4663)] = 16806, - [SMALL_STATE(4664)] = 16882, - [SMALL_STATE(4665)] = 16948, - [SMALL_STATE(4666)] = 17024, - [SMALL_STATE(4667)] = 17090, - [SMALL_STATE(4668)] = 17170, - [SMALL_STATE(4669)] = 17236, - [SMALL_STATE(4670)] = 17302, - [SMALL_STATE(4671)] = 17368, - [SMALL_STATE(4672)] = 17434, - [SMALL_STATE(4673)] = 17500, - [SMALL_STATE(4674)] = 17566, - [SMALL_STATE(4675)] = 17642, - [SMALL_STATE(4676)] = 17708, - [SMALL_STATE(4677)] = 17788, - [SMALL_STATE(4678)] = 17854, - [SMALL_STATE(4679)] = 17920, - [SMALL_STATE(4680)] = 17986, - [SMALL_STATE(4681)] = 18052, - [SMALL_STATE(4682)] = 18122, - [SMALL_STATE(4683)] = 18200, - [SMALL_STATE(4684)] = 18266, - [SMALL_STATE(4685)] = 18344, - [SMALL_STATE(4686)] = 18422, - [SMALL_STATE(4687)] = 18488, - [SMALL_STATE(4688)] = 18554, - [SMALL_STATE(4689)] = 18632, - [SMALL_STATE(4690)] = 18698, - [SMALL_STATE(4691)] = 18764, - [SMALL_STATE(4692)] = 18830, - [SMALL_STATE(4693)] = 18896, - [SMALL_STATE(4694)] = 18962, - [SMALL_STATE(4695)] = 19028, - [SMALL_STATE(4696)] = 19094, - [SMALL_STATE(4697)] = 19172, - [SMALL_STATE(4698)] = 19238, - [SMALL_STATE(4699)] = 19304, - [SMALL_STATE(4700)] = 19370, - [SMALL_STATE(4701)] = 19436, - [SMALL_STATE(4702)] = 19502, - [SMALL_STATE(4703)] = 19568, - [SMALL_STATE(4704)] = 19634, - [SMALL_STATE(4705)] = 19700, - [SMALL_STATE(4706)] = 19766, - [SMALL_STATE(4707)] = 19832, - [SMALL_STATE(4708)] = 19908, - [SMALL_STATE(4709)] = 19974, - [SMALL_STATE(4710)] = 20040, - [SMALL_STATE(4711)] = 20106, - [SMALL_STATE(4712)] = 20172, - [SMALL_STATE(4713)] = 20242, - [SMALL_STATE(4714)] = 20308, - [SMALL_STATE(4715)] = 20374, - [SMALL_STATE(4716)] = 20440, - [SMALL_STATE(4717)] = 20510, - [SMALL_STATE(4718)] = 20576, - [SMALL_STATE(4719)] = 20642, - [SMALL_STATE(4720)] = 20708, - [SMALL_STATE(4721)] = 20774, - [SMALL_STATE(4722)] = 20840, - [SMALL_STATE(4723)] = 20906, - [SMALL_STATE(4724)] = 20974, - [SMALL_STATE(4725)] = 21040, - [SMALL_STATE(4726)] = 21106, - [SMALL_STATE(4727)] = 21172, - [SMALL_STATE(4728)] = 21248, - [SMALL_STATE(4729)] = 21314, - [SMALL_STATE(4730)] = 21380, - [SMALL_STATE(4731)] = 21446, - [SMALL_STATE(4732)] = 21512, - [SMALL_STATE(4733)] = 21578, - [SMALL_STATE(4734)] = 21644, - [SMALL_STATE(4735)] = 21710, - [SMALL_STATE(4736)] = 21776, - [SMALL_STATE(4737)] = 21842, - [SMALL_STATE(4738)] = 21908, - [SMALL_STATE(4739)] = 21974, - [SMALL_STATE(4740)] = 22040, - [SMALL_STATE(4741)] = 22106, - [SMALL_STATE(4742)] = 22172, - [SMALL_STATE(4743)] = 22238, - [SMALL_STATE(4744)] = 22304, - [SMALL_STATE(4745)] = 22370, - [SMALL_STATE(4746)] = 22449, - [SMALL_STATE(4747)] = 22514, - [SMALL_STATE(4748)] = 22583, - [SMALL_STATE(4749)] = 22662, - [SMALL_STATE(4750)] = 22727, - [SMALL_STATE(4751)] = 22796, - [SMALL_STATE(4752)] = 22861, - [SMALL_STATE(4753)] = 22926, - [SMALL_STATE(4754)] = 23005, - [SMALL_STATE(4755)] = 23078, - [SMALL_STATE(4756)] = 23145, - [SMALL_STATE(4757)] = 23224, - [SMALL_STATE(4758)] = 23289, - [SMALL_STATE(4759)] = 23354, - [SMALL_STATE(4760)] = 23423, - [SMALL_STATE(4761)] = 23492, - [SMALL_STATE(4762)] = 23571, - [SMALL_STATE(4763)] = 23640, - [SMALL_STATE(4764)] = 23705, - [SMALL_STATE(4765)] = 23774, - [SMALL_STATE(4766)] = 23849, - [SMALL_STATE(4767)] = 23924, - [SMALL_STATE(4768)] = 24003, - [SMALL_STATE(4769)] = 24072, - [SMALL_STATE(4770)] = 24147, - [SMALL_STATE(4771)] = 24218, - [SMALL_STATE(4772)] = 24295, - [SMALL_STATE(4773)] = 24374, - [SMALL_STATE(4774)] = 24445, - [SMALL_STATE(4775)] = 24510, - [SMALL_STATE(4776)] = 24575, - [SMALL_STATE(4777)] = 24648, - [SMALL_STATE(4778)] = 24725, - [SMALL_STATE(4779)] = 24790, - [SMALL_STATE(4780)] = 24863, - [SMALL_STATE(4781)] = 24936, - [SMALL_STATE(4782)] = 25009, - [SMALL_STATE(4783)] = 25086, - [SMALL_STATE(4784)] = 25159, - [SMALL_STATE(4785)] = 25234, - [SMALL_STATE(4786)] = 25307, - [SMALL_STATE(4787)] = 25380, - [SMALL_STATE(4788)] = 25457, - [SMALL_STATE(4789)] = 25522, - [SMALL_STATE(4790)] = 25595, - [SMALL_STATE(4791)] = 25668, - [SMALL_STATE(4792)] = 25747, - [SMALL_STATE(4793)] = 25822, - [SMALL_STATE(4794)] = 25897, - [SMALL_STATE(4795)] = 25970, - [SMALL_STATE(4796)] = 26047, - [SMALL_STATE(4797)] = 26122, - [SMALL_STATE(4798)] = 26201, - [SMALL_STATE(4799)] = 26274, - [SMALL_STATE(4800)] = 26339, - [SMALL_STATE(4801)] = 26412, - [SMALL_STATE(4802)] = 26487, - [SMALL_STATE(4803)] = 26562, - [SMALL_STATE(4804)] = 26637, - [SMALL_STATE(4805)] = 26710, - [SMALL_STATE(4806)] = 26779, - [SMALL_STATE(4807)] = 26852, - [SMALL_STATE(4808)] = 26927, - [SMALL_STATE(4809)] = 27000, - [SMALL_STATE(4810)] = 27073, - [SMALL_STATE(4811)] = 27146, - [SMALL_STATE(4812)] = 27219, - [SMALL_STATE(4813)] = 27292, - [SMALL_STATE(4814)] = 27371, - [SMALL_STATE(4815)] = 27444, - [SMALL_STATE(4816)] = 27517, - [SMALL_STATE(4817)] = 27585, - [SMALL_STATE(4818)] = 27661, - [SMALL_STATE(4819)] = 27729, - [SMALL_STATE(4820)] = 27799, - [SMALL_STATE(4821)] = 27863, - [SMALL_STATE(4822)] = 27931, - [SMALL_STATE(4823)] = 27999, - [SMALL_STATE(4824)] = 28075, - [SMALL_STATE(4825)] = 28143, - [SMALL_STATE(4826)] = 28211, - [SMALL_STATE(4827)] = 28275, - [SMALL_STATE(4828)] = 28343, - [SMALL_STATE(4829)] = 28411, - [SMALL_STATE(4830)] = 28479, - [SMALL_STATE(4831)] = 28553, - [SMALL_STATE(4832)] = 28617, - [SMALL_STATE(4833)] = 28681, - [SMALL_STATE(4834)] = 28745, - [SMALL_STATE(4835)] = 28813, - [SMALL_STATE(4836)] = 28883, - [SMALL_STATE(4837)] = 28947, - [SMALL_STATE(4838)] = 29011, - [SMALL_STATE(4839)] = 29079, - [SMALL_STATE(4840)] = 29147, - [SMALL_STATE(4841)] = 29215, - [SMALL_STATE(4842)] = 29279, - [SMALL_STATE(4843)] = 29351, - [SMALL_STATE(4844)] = 29425, - [SMALL_STATE(4845)] = 29493, - [SMALL_STATE(4846)] = 29559, - [SMALL_STATE(4847)] = 29627, - [SMALL_STATE(4848)] = 29703, - [SMALL_STATE(4849)] = 29771, - [SMALL_STATE(4850)] = 29845, - [SMALL_STATE(4851)] = 29913, - [SMALL_STATE(4852)] = 29977, - [SMALL_STATE(4853)] = 30051, - [SMALL_STATE(4854)] = 30127, - [SMALL_STATE(4855)] = 30195, - [SMALL_STATE(4856)] = 30263, - [SMALL_STATE(4857)] = 30331, - [SMALL_STATE(4858)] = 30399, - [SMALL_STATE(4859)] = 30475, - [SMALL_STATE(4860)] = 30543, - [SMALL_STATE(4861)] = 30611, - [SMALL_STATE(4862)] = 30675, - [SMALL_STATE(4863)] = 30739, - [SMALL_STATE(4864)] = 30807, - [SMALL_STATE(4865)] = 30875, - [SMALL_STATE(4866)] = 30951, - [SMALL_STATE(4867)] = 31017, - [SMALL_STATE(4868)] = 31085, - [SMALL_STATE(4869)] = 31157, - [SMALL_STATE(4870)] = 31229, - [SMALL_STATE(4871)] = 31305, - [SMALL_STATE(4872)] = 31377, - [SMALL_STATE(4873)] = 31443, - [SMALL_STATE(4874)] = 31515, - [SMALL_STATE(4875)] = 31587, - [SMALL_STATE(4876)] = 31663, - [SMALL_STATE(4877)] = 31731, - [SMALL_STATE(4878)] = 31795, - [SMALL_STATE(4879)] = 31867, - [SMALL_STATE(4880)] = 31939, - [SMALL_STATE(4881)] = 32007, - [SMALL_STATE(4882)] = 32083, - [SMALL_STATE(4883)] = 32147, - [SMALL_STATE(4884)] = 32221, - [SMALL_STATE(4885)] = 32285, - [SMALL_STATE(4886)] = 32359, - [SMALL_STATE(4887)] = 32435, - [SMALL_STATE(4888)] = 32507, - [SMALL_STATE(4889)] = 32579, - [SMALL_STATE(4890)] = 32642, - [SMALL_STATE(4891)] = 32705, - [SMALL_STATE(4892)] = 32768, - [SMALL_STATE(4893)] = 32831, - [SMALL_STATE(4894)] = 32894, - [SMALL_STATE(4895)] = 32957, - [SMALL_STATE(4896)] = 33020, - [SMALL_STATE(4897)] = 33087, - [SMALL_STATE(4898)] = 33150, - [SMALL_STATE(4899)] = 33213, - [SMALL_STATE(4900)] = 33276, - [SMALL_STATE(4901)] = 33339, - [SMALL_STATE(4902)] = 33402, - [SMALL_STATE(4903)] = 33465, - [SMALL_STATE(4904)] = 33536, - [SMALL_STATE(4905)] = 33609, - [SMALL_STATE(4906)] = 33672, - [SMALL_STATE(4907)] = 33735, - [SMALL_STATE(4908)] = 33798, - [SMALL_STATE(4909)] = 33861, - [SMALL_STATE(4910)] = 33924, - [SMALL_STATE(4911)] = 33987, - [SMALL_STATE(4912)] = 34052, - [SMALL_STATE(4913)] = 34115, - [SMALL_STATE(4914)] = 34178, - [SMALL_STATE(4915)] = 34241, - [SMALL_STATE(4916)] = 34304, - [SMALL_STATE(4917)] = 34367, - [SMALL_STATE(4918)] = 34430, - [SMALL_STATE(4919)] = 34495, - [SMALL_STATE(4920)] = 34558, - [SMALL_STATE(4921)] = 34627, - [SMALL_STATE(4922)] = 34690, - [SMALL_STATE(4923)] = 34761, - [SMALL_STATE(4924)] = 34824, - [SMALL_STATE(4925)] = 34887, - [SMALL_STATE(4926)] = 34950, - [SMALL_STATE(4927)] = 35015, - [SMALL_STATE(4928)] = 35080, - [SMALL_STATE(4929)] = 35143, - [SMALL_STATE(4930)] = 35206, - [SMALL_STATE(4931)] = 35279, - [SMALL_STATE(4932)] = 35342, - [SMALL_STATE(4933)] = 35407, - [SMALL_STATE(4934)] = 35472, - [SMALL_STATE(4935)] = 35545, - [SMALL_STATE(4936)] = 35608, - [SMALL_STATE(4937)] = 35671, - [SMALL_STATE(4938)] = 35734, - [SMALL_STATE(4939)] = 35805, - [SMALL_STATE(4940)] = 35868, - [SMALL_STATE(4941)] = 35931, - [SMALL_STATE(4942)] = 35994, - [SMALL_STATE(4943)] = 36067, - [SMALL_STATE(4944)] = 36130, - [SMALL_STATE(4945)] = 36193, - [SMALL_STATE(4946)] = 36256, - [SMALL_STATE(4947)] = 36319, - [SMALL_STATE(4948)] = 36390, - [SMALL_STATE(4949)] = 36453, - [SMALL_STATE(4950)] = 36516, - [SMALL_STATE(4951)] = 36579, - [SMALL_STATE(4952)] = 36642, - [SMALL_STATE(4953)] = 36713, - [SMALL_STATE(4954)] = 36776, - [SMALL_STATE(4955)] = 36839, - [SMALL_STATE(4956)] = 36902, - [SMALL_STATE(4957)] = 36965, - [SMALL_STATE(4958)] = 37028, - [SMALL_STATE(4959)] = 37091, - [SMALL_STATE(4960)] = 37160, - [SMALL_STATE(4961)] = 37223, - [SMALL_STATE(4962)] = 37286, - [SMALL_STATE(4963)] = 37357, - [SMALL_STATE(4964)] = 37420, - [SMALL_STATE(4965)] = 37483, - [SMALL_STATE(4966)] = 37546, - [SMALL_STATE(4967)] = 37609, - [SMALL_STATE(4968)] = 37672, - [SMALL_STATE(4969)] = 37735, - [SMALL_STATE(4970)] = 37798, - [SMALL_STATE(4971)] = 37869, - [SMALL_STATE(4972)] = 37932, - [SMALL_STATE(4973)] = 38005, - [SMALL_STATE(4974)] = 38078, - [SMALL_STATE(4975)] = 38141, - [SMALL_STATE(4976)] = 38204, - [SMALL_STATE(4977)] = 38267, - [SMALL_STATE(4978)] = 38330, - [SMALL_STATE(4979)] = 38393, - [SMALL_STATE(4980)] = 38456, - [SMALL_STATE(4981)] = 38527, - [SMALL_STATE(4982)] = 38590, - [SMALL_STATE(4983)] = 38661, - [SMALL_STATE(4984)] = 38724, - [SMALL_STATE(4985)] = 38787, - [SMALL_STATE(4986)] = 38850, - [SMALL_STATE(4987)] = 38913, - [SMALL_STATE(4988)] = 38976, - [SMALL_STATE(4989)] = 39049, - [SMALL_STATE(4990)] = 39112, - [SMALL_STATE(4991)] = 39181, - [SMALL_STATE(4992)] = 39244, - [SMALL_STATE(4993)] = 39315, - [SMALL_STATE(4994)] = 39378, - [SMALL_STATE(4995)] = 39449, - [SMALL_STATE(4996)] = 39520, - [SMALL_STATE(4997)] = 39583, - [SMALL_STATE(4998)] = 39646, - [SMALL_STATE(4999)] = 39709, - [SMALL_STATE(5000)] = 39772, - [SMALL_STATE(5001)] = 39835, - [SMALL_STATE(5002)] = 39898, - [SMALL_STATE(5003)] = 39961, - [SMALL_STATE(5004)] = 40032, - [SMALL_STATE(5005)] = 40103, - [SMALL_STATE(5006)] = 40176, - [SMALL_STATE(5007)] = 40239, - [SMALL_STATE(5008)] = 40308, - [SMALL_STATE(5009)] = 40371, - [SMALL_STATE(5010)] = 40434, - [SMALL_STATE(5011)] = 40505, - [SMALL_STATE(5012)] = 40568, - [SMALL_STATE(5013)] = 40641, - [SMALL_STATE(5014)] = 40704, - [SMALL_STATE(5015)] = 40767, - [SMALL_STATE(5016)] = 40830, - [SMALL_STATE(5017)] = 40893, - [SMALL_STATE(5018)] = 40956, - [SMALL_STATE(5019)] = 41025, - [SMALL_STATE(5020)] = 41088, - [SMALL_STATE(5021)] = 41159, - [SMALL_STATE(5022)] = 41222, - [SMALL_STATE(5023)] = 41285, - [SMALL_STATE(5024)] = 41356, - [SMALL_STATE(5025)] = 41419, - [SMALL_STATE(5026)] = 41482, - [SMALL_STATE(5027)] = 41545, - [SMALL_STATE(5028)] = 41608, - [SMALL_STATE(5029)] = 41671, - [SMALL_STATE(5030)] = 41736, - [SMALL_STATE(5031)] = 41809, - [SMALL_STATE(5032)] = 41872, - [SMALL_STATE(5033)] = 41935, - [SMALL_STATE(5034)] = 42008, - [SMALL_STATE(5035)] = 42079, - [SMALL_STATE(5036)] = 42152, - [SMALL_STATE(5037)] = 42215, - [SMALL_STATE(5038)] = 42282, - [SMALL_STATE(5039)] = 42345, - [SMALL_STATE(5040)] = 42408, - [SMALL_STATE(5041)] = 42471, - [SMALL_STATE(5042)] = 42534, - [SMALL_STATE(5043)] = 42597, - [SMALL_STATE(5044)] = 42660, - [SMALL_STATE(5045)] = 42731, - [SMALL_STATE(5046)] = 42794, - [SMALL_STATE(5047)] = 42867, - [SMALL_STATE(5048)] = 42930, - [SMALL_STATE(5049)] = 43001, - [SMALL_STATE(5050)] = 43064, - [SMALL_STATE(5051)] = 43127, - [SMALL_STATE(5052)] = 43190, - [SMALL_STATE(5053)] = 43253, - [SMALL_STATE(5054)] = 43316, - [SMALL_STATE(5055)] = 43389, - [SMALL_STATE(5056)] = 43452, - [SMALL_STATE(5057)] = 43515, - [SMALL_STATE(5058)] = 43578, - [SMALL_STATE(5059)] = 43651, - [SMALL_STATE(5060)] = 43724, - [SMALL_STATE(5061)] = 43787, - [SMALL_STATE(5062)] = 43850, - [SMALL_STATE(5063)] = 43917, - [SMALL_STATE(5064)] = 43980, - [SMALL_STATE(5065)] = 44043, - [SMALL_STATE(5066)] = 44106, - [SMALL_STATE(5067)] = 44169, - [SMALL_STATE(5068)] = 44234, - [SMALL_STATE(5069)] = 44297, - [SMALL_STATE(5070)] = 44364, - [SMALL_STATE(5071)] = 44427, - [SMALL_STATE(5072)] = 44489, - [SMALL_STATE(5073)] = 44551, - [SMALL_STATE(5074)] = 44615, - [SMALL_STATE(5075)] = 44681, - [SMALL_STATE(5076)] = 44751, - [SMALL_STATE(5077)] = 44817, - [SMALL_STATE(5078)] = 44887, - [SMALL_STATE(5079)] = 44957, - [SMALL_STATE(5080)] = 45033, - [SMALL_STATE(5081)] = 45101, - [SMALL_STATE(5082)] = 45167, - [SMALL_STATE(5083)] = 45243, - [SMALL_STATE(5084)] = 45313, - [SMALL_STATE(5085)] = 45379, - [SMALL_STATE(5086)] = 45443, - [SMALL_STATE(5087)] = 45513, - [SMALL_STATE(5088)] = 45583, - [SMALL_STATE(5089)] = 45659, - [SMALL_STATE(5090)] = 45729, - [SMALL_STATE(5091)] = 45805, - [SMALL_STATE(5092)] = 45875, - [SMALL_STATE(5093)] = 45951, - [SMALL_STATE(5094)] = 46013, - [SMALL_STATE(5095)] = 46083, - [SMALL_STATE(5096)] = 46153, - [SMALL_STATE(5097)] = 46229, - [SMALL_STATE(5098)] = 46301, - [SMALL_STATE(5099)] = 46377, - [SMALL_STATE(5100)] = 46445, - [SMALL_STATE(5101)] = 46515, - [SMALL_STATE(5102)] = 46581, - [SMALL_STATE(5103)] = 46649, - [SMALL_STATE(5104)] = 46713, - [SMALL_STATE(5105)] = 46777, - [SMALL_STATE(5106)] = 46841, - [SMALL_STATE(5107)] = 46905, - [SMALL_STATE(5108)] = 46975, - [SMALL_STATE(5109)] = 47045, - [SMALL_STATE(5110)] = 47115, - [SMALL_STATE(5111)] = 47183, - [SMALL_STATE(5112)] = 47253, - [SMALL_STATE(5113)] = 47315, - [SMALL_STATE(5114)] = 47385, - [SMALL_STATE(5115)] = 47451, - [SMALL_STATE(5116)] = 47517, - [SMALL_STATE(5117)] = 47583, - [SMALL_STATE(5118)] = 47649, - [SMALL_STATE(5119)] = 47725, - [SMALL_STATE(5120)] = 47791, - [SMALL_STATE(5121)] = 47855, - [SMALL_STATE(5122)] = 47917, - [SMALL_STATE(5123)] = 47981, - [SMALL_STATE(5124)] = 48051, - [SMALL_STATE(5125)] = 48113, - [SMALL_STATE(5126)] = 48183, - [SMALL_STATE(5127)] = 48259, - [SMALL_STATE(5128)] = 48329, - [SMALL_STATE(5129)] = 48405, - [SMALL_STATE(5130)] = 48476, - [SMALL_STATE(5131)] = 48549, - [SMALL_STATE(5132)] = 48610, - [SMALL_STATE(5133)] = 48685, - [SMALL_STATE(5134)] = 48746, - [SMALL_STATE(5135)] = 48821, - [SMALL_STATE(5136)] = 48894, - [SMALL_STATE(5137)] = 48955, - [SMALL_STATE(5138)] = 49016, - [SMALL_STATE(5139)] = 49089, - [SMALL_STATE(5140)] = 49152, - [SMALL_STATE(5141)] = 49215, - [SMALL_STATE(5142)] = 49282, - [SMALL_STATE(5143)] = 49349, - [SMALL_STATE(5144)] = 49410, - [SMALL_STATE(5145)] = 49483, - [SMALL_STATE(5146)] = 49588, - [SMALL_STATE(5147)] = 49661, - [SMALL_STATE(5148)] = 49722, - [SMALL_STATE(5149)] = 49783, - [SMALL_STATE(5150)] = 49844, - [SMALL_STATE(5151)] = 49917, - [SMALL_STATE(5152)] = 49990, - [SMALL_STATE(5153)] = 50051, - [SMALL_STATE(5154)] = 50114, - [SMALL_STATE(5155)] = 50219, - [SMALL_STATE(5156)] = 50294, - [SMALL_STATE(5157)] = 50357, - [SMALL_STATE(5158)] = 50418, - [SMALL_STATE(5159)] = 50481, - [SMALL_STATE(5160)] = 50542, - [SMALL_STATE(5161)] = 50605, - [SMALL_STATE(5162)] = 50668, - [SMALL_STATE(5163)] = 50735, - [SMALL_STATE(5164)] = 50798, - [SMALL_STATE(5165)] = 50863, - [SMALL_STATE(5166)] = 50928, - [SMALL_STATE(5167)] = 50995, - [SMALL_STATE(5168)] = 51058, - [SMALL_STATE(5169)] = 51119, - [SMALL_STATE(5170)] = 51180, - [SMALL_STATE(5171)] = 51245, - [SMALL_STATE(5172)] = 51318, - [SMALL_STATE(5173)] = 51379, - [SMALL_STATE(5174)] = 51452, - [SMALL_STATE(5175)] = 51523, - [SMALL_STATE(5176)] = 51628, - [SMALL_STATE(5177)] = 51689, - [SMALL_STATE(5178)] = 51762, - [SMALL_STATE(5179)] = 51867, - [SMALL_STATE(5180)] = 51928, - [SMALL_STATE(5181)] = 51999, - [SMALL_STATE(5182)] = 52074, - [SMALL_STATE(5183)] = 52135, - [SMALL_STATE(5184)] = 52210, - [SMALL_STATE(5185)] = 52314, - [SMALL_STATE(5186)] = 52382, - [SMALL_STATE(5187)] = 52452, - [SMALL_STATE(5188)] = 52522, - [SMALL_STATE(5189)] = 52592, - [SMALL_STATE(5190)] = 52692, - [SMALL_STATE(5191)] = 52756, - [SMALL_STATE(5192)] = 52826, - [SMALL_STATE(5193)] = 52890, - [SMALL_STATE(5194)] = 52954, - [SMALL_STATE(5195)] = 53054, - [SMALL_STATE(5196)] = 53124, - [SMALL_STATE(5197)] = 53196, - [SMALL_STATE(5198)] = 53266, - [SMALL_STATE(5199)] = 53336, - [SMALL_STATE(5200)] = 53406, - [SMALL_STATE(5201)] = 53478, - [SMALL_STATE(5202)] = 53546, - [SMALL_STATE(5203)] = 53646, - [SMALL_STATE(5204)] = 53716, - [SMALL_STATE(5205)] = 53816, - [SMALL_STATE(5206)] = 53886, - [SMALL_STATE(5207)] = 53986, - [SMALL_STATE(5208)] = 54050, - [SMALL_STATE(5209)] = 54120, - [SMALL_STATE(5210)] = 54188, - [SMALL_STATE(5211)] = 54252, - [SMALL_STATE(5212)] = 54356, - [SMALL_STATE(5213)] = 54426, - [SMALL_STATE(5214)] = 54496, - [SMALL_STATE(5215)] = 54566, - [SMALL_STATE(5216)] = 54628, - [SMALL_STATE(5217)] = 54696, - [SMALL_STATE(5218)] = 54760, - [SMALL_STATE(5219)] = 54832, - [SMALL_STATE(5220)] = 54902, - [SMALL_STATE(5221)] = 54966, - [SMALL_STATE(5222)] = 55034, - [SMALL_STATE(5223)] = 55098, - [SMALL_STATE(5224)] = 55168, - [SMALL_STATE(5225)] = 55232, - [SMALL_STATE(5226)] = 55296, - [SMALL_STATE(5227)] = 55360, - [SMALL_STATE(5228)] = 55424, - [SMALL_STATE(5229)] = 55488, - [SMALL_STATE(5230)] = 55556, - [SMALL_STATE(5231)] = 55620, - [SMALL_STATE(5232)] = 55682, - [SMALL_STATE(5233)] = 55746, - [SMALL_STATE(5234)] = 55818, - [SMALL_STATE(5235)] = 55886, - [SMALL_STATE(5236)] = 55950, - [SMALL_STATE(5237)] = 56020, - [SMALL_STATE(5238)] = 56084, - [SMALL_STATE(5239)] = 56148, - [SMALL_STATE(5240)] = 56212, - [SMALL_STATE(5241)] = 56276, - [SMALL_STATE(5242)] = 56380, - [SMALL_STATE(5243)] = 56444, - [SMALL_STATE(5244)] = 56516, - [SMALL_STATE(5245)] = 56578, - [SMALL_STATE(5246)] = 56682, - [SMALL_STATE(5247)] = 56750, - [SMALL_STATE(5248)] = 56814, - [SMALL_STATE(5249)] = 56882, - [SMALL_STATE(5250)] = 56952, - [SMALL_STATE(5251)] = 57020, - [SMALL_STATE(5252)] = 57084, - [SMALL_STATE(5253)] = 57146, - [SMALL_STATE(5254)] = 57210, - [SMALL_STATE(5255)] = 57272, - [SMALL_STATE(5256)] = 57336, - [SMALL_STATE(5257)] = 57406, - [SMALL_STATE(5258)] = 57465, - [SMALL_STATE(5259)] = 57524, - [SMALL_STATE(5260)] = 57587, - [SMALL_STATE(5261)] = 57646, - [SMALL_STATE(5262)] = 57705, - [SMALL_STATE(5263)] = 57804, - [SMALL_STATE(5264)] = 57885, - [SMALL_STATE(5265)] = 57944, - [SMALL_STATE(5266)] = 58003, - [SMALL_STATE(5267)] = 58064, - [SMALL_STATE(5268)] = 58123, - [SMALL_STATE(5269)] = 58182, - [SMALL_STATE(5270)] = 58281, - [SMALL_STATE(5271)] = 58340, - [SMALL_STATE(5272)] = 58401, - [SMALL_STATE(5273)] = 58460, - [SMALL_STATE(5274)] = 58519, - [SMALL_STATE(5275)] = 58616, - [SMALL_STATE(5276)] = 58715, - [SMALL_STATE(5277)] = 58814, - [SMALL_STATE(5278)] = 58911, - [SMALL_STATE(5279)] = 58970, - [SMALL_STATE(5280)] = 59029, - [SMALL_STATE(5281)] = 59088, - [SMALL_STATE(5282)] = 59147, - [SMALL_STATE(5283)] = 59206, - [SMALL_STATE(5284)] = 59303, - [SMALL_STATE(5285)] = 59364, - [SMALL_STATE(5286)] = 59423, - [SMALL_STATE(5287)] = 59490, - [SMALL_STATE(5288)] = 59559, - [SMALL_STATE(5289)] = 59628, - [SMALL_STATE(5290)] = 59693, - [SMALL_STATE(5291)] = 59760, - [SMALL_STATE(5292)] = 59819, - [SMALL_STATE(5293)] = 59918, - [SMALL_STATE(5294)] = 59977, - [SMALL_STATE(5295)] = 60036, - [SMALL_STATE(5296)] = 60095, - [SMALL_STATE(5297)] = 60162, - [SMALL_STATE(5298)] = 60259, - [SMALL_STATE(5299)] = 60318, - [SMALL_STATE(5300)] = 60377, - [SMALL_STATE(5301)] = 60436, - [SMALL_STATE(5302)] = 60495, - [SMALL_STATE(5303)] = 60562, - [SMALL_STATE(5304)] = 60621, - [SMALL_STATE(5305)] = 60718, - [SMALL_STATE(5306)] = 60783, - [SMALL_STATE(5307)] = 60880, - [SMALL_STATE(5308)] = 60979, - [SMALL_STATE(5309)] = 61038, - [SMALL_STATE(5310)] = 61097, - [SMALL_STATE(5311)] = 61194, - [SMALL_STATE(5312)] = 61261, - [SMALL_STATE(5313)] = 61320, - [SMALL_STATE(5314)] = 61379, - [SMALL_STATE(5315)] = 61448, - [SMALL_STATE(5316)] = 61517, - [SMALL_STATE(5317)] = 61576, - [SMALL_STATE(5318)] = 61657, - [SMALL_STATE(5319)] = 61722, - [SMALL_STATE(5320)] = 61781, - [SMALL_STATE(5321)] = 61840, - [SMALL_STATE(5322)] = 61899, - [SMALL_STATE(5323)] = 61958, - [SMALL_STATE(5324)] = 62017, - [SMALL_STATE(5325)] = 62086, - [SMALL_STATE(5326)] = 62155, - [SMALL_STATE(5327)] = 62214, - [SMALL_STATE(5328)] = 62273, - [SMALL_STATE(5329)] = 62342, - [SMALL_STATE(5330)] = 62409, - [SMALL_STATE(5331)] = 62468, - [SMALL_STATE(5332)] = 62527, - [SMALL_STATE(5333)] = 62594, - [SMALL_STATE(5334)] = 62661, - [SMALL_STATE(5335)] = 62730, - [SMALL_STATE(5336)] = 62789, - [SMALL_STATE(5337)] = 62858, - [SMALL_STATE(5338)] = 62917, - [SMALL_STATE(5339)] = 62976, - [SMALL_STATE(5340)] = 63039, - [SMALL_STATE(5341)] = 63098, - [SMALL_STATE(5342)] = 63161, - [SMALL_STATE(5343)] = 63220, - [SMALL_STATE(5344)] = 63279, - [SMALL_STATE(5345)] = 63346, - [SMALL_STATE(5346)] = 63411, - [SMALL_STATE(5347)] = 63510, - [SMALL_STATE(5348)] = 63609, - [SMALL_STATE(5349)] = 63706, - [SMALL_STATE(5350)] = 63765, - [SMALL_STATE(5351)] = 63824, - [SMALL_STATE(5352)] = 63883, - [SMALL_STATE(5353)] = 63942, - [SMALL_STATE(5354)] = 64039, - [SMALL_STATE(5355)] = 64106, - [SMALL_STATE(5356)] = 64165, - [SMALL_STATE(5357)] = 64234, - [SMALL_STATE(5358)] = 64295, - [SMALL_STATE(5359)] = 64354, - [SMALL_STATE(5360)] = 64413, - [SMALL_STATE(5361)] = 64472, - [SMALL_STATE(5362)] = 64571, - [SMALL_STATE(5363)] = 64630, - [SMALL_STATE(5364)] = 64689, - [SMALL_STATE(5365)] = 64748, - [SMALL_STATE(5366)] = 64809, - [SMALL_STATE(5367)] = 64868, - [SMALL_STATE(5368)] = 64949, - [SMALL_STATE(5369)] = 65008, - [SMALL_STATE(5370)] = 65067, - [SMALL_STATE(5371)] = 65126, - [SMALL_STATE(5372)] = 65185, - [SMALL_STATE(5373)] = 65244, - [SMALL_STATE(5374)] = 65313, - [SMALL_STATE(5375)] = 65374, - [SMALL_STATE(5376)] = 65433, - [SMALL_STATE(5377)] = 65500, - [SMALL_STATE(5378)] = 65559, - [SMALL_STATE(5379)] = 65618, - [SMALL_STATE(5380)] = 65716, - [SMALL_STATE(5381)] = 65810, - [SMALL_STATE(5382)] = 65906, - [SMALL_STATE(5383)] = 65972, - [SMALL_STATE(5384)] = 66030, - [SMALL_STATE(5385)] = 66126, - [SMALL_STATE(5386)] = 66188, - [SMALL_STATE(5387)] = 66282, - [SMALL_STATE(5388)] = 66348, - [SMALL_STATE(5389)] = 66442, - [SMALL_STATE(5390)] = 66536, - [SMALL_STATE(5391)] = 66630, - [SMALL_STATE(5392)] = 66724, - [SMALL_STATE(5393)] = 66820, - [SMALL_STATE(5394)] = 66914, - [SMALL_STATE(5395)] = 66972, - [SMALL_STATE(5396)] = 67066, - [SMALL_STATE(5397)] = 67128, - [SMALL_STATE(5398)] = 67222, - [SMALL_STATE(5399)] = 67288, - [SMALL_STATE(5400)] = 67352, - [SMALL_STATE(5401)] = 67448, - [SMALL_STATE(5402)] = 67514, - [SMALL_STATE(5403)] = 67608, - [SMALL_STATE(5404)] = 67668, - [SMALL_STATE(5405)] = 67764, - [SMALL_STATE(5406)] = 67862, - [SMALL_STATE(5407)] = 67956, - [SMALL_STATE(5408)] = 68052, - [SMALL_STATE(5409)] = 68114, - [SMALL_STATE(5410)] = 68208, - [SMALL_STATE(5411)] = 68302, - [SMALL_STATE(5412)] = 68396, - [SMALL_STATE(5413)] = 68492, - [SMALL_STATE(5414)] = 68556, - [SMALL_STATE(5415)] = 68618, - [SMALL_STATE(5416)] = 68684, - [SMALL_STATE(5417)] = 68742, - [SMALL_STATE(5418)] = 68840, - [SMALL_STATE(5419)] = 68906, - [SMALL_STATE(5420)] = 69000, - [SMALL_STATE(5421)] = 69060, - [SMALL_STATE(5422)] = 69154, - [SMALL_STATE(5423)] = 69248, - [SMALL_STATE(5424)] = 69308, - [SMALL_STATE(5425)] = 69404, - [SMALL_STATE(5426)] = 69470, - [SMALL_STATE(5427)] = 69536, - [SMALL_STATE(5428)] = 69630, - [SMALL_STATE(5429)] = 69690, - [SMALL_STATE(5430)] = 69784, - [SMALL_STATE(5431)] = 69878, - [SMALL_STATE(5432)] = 69976, - [SMALL_STATE(5433)] = 70070, - [SMALL_STATE(5434)] = 70164, - [SMALL_STATE(5435)] = 70230, - [SMALL_STATE(5436)] = 70296, - [SMALL_STATE(5437)] = 70392, - [SMALL_STATE(5438)] = 70486, - [SMALL_STATE(5439)] = 70548, - [SMALL_STATE(5440)] = 70639, - [SMALL_STATE(5441)] = 70732, - [SMALL_STATE(5442)] = 70811, - [SMALL_STATE(5443)] = 70872, - [SMALL_STATE(5444)] = 70965, - [SMALL_STATE(5445)] = 71056, - [SMALL_STATE(5446)] = 71119, - [SMALL_STATE(5447)] = 71210, - [SMALL_STATE(5448)] = 71303, - [SMALL_STATE(5449)] = 71396, - [SMALL_STATE(5450)] = 71489, - [SMALL_STATE(5451)] = 71548, - [SMALL_STATE(5452)] = 71607, - [SMALL_STATE(5453)] = 71670, - [SMALL_STATE(5454)] = 71731, - [SMALL_STATE(5455)] = 71790, - [SMALL_STATE(5456)] = 71851, - [SMALL_STATE(5457)] = 71910, - [SMALL_STATE(5458)] = 71969, - [SMALL_STATE(5459)] = 72025, - [SMALL_STATE(5460)] = 72083, - [SMALL_STATE(5461)] = 72141, - [SMALL_STATE(5462)] = 72201, - [SMALL_STATE(5463)] = 72259, - [SMALL_STATE(5464)] = 72315, - [SMALL_STATE(5465)] = 72371, - [SMALL_STATE(5466)] = 72429, - [SMALL_STATE(5467)] = 72487, - [SMALL_STATE(5468)] = 72543, - [SMALL_STATE(5469)] = 72602, - [SMALL_STATE(5470)] = 72659, - [SMALL_STATE(5471)] = 72744, - [SMALL_STATE(5472)] = 72801, - [SMALL_STATE(5473)] = 72886, - [SMALL_STATE(5474)] = 72943, - [SMALL_STATE(5475)] = 73000, - [SMALL_STATE(5476)] = 73085, - [SMALL_STATE(5477)] = 73170, - [SMALL_STATE(5478)] = 73257, - [SMALL_STATE(5479)] = 73342, - [SMALL_STATE(5480)] = 73427, - [SMALL_STATE(5481)] = 73484, - [SMALL_STATE(5482)] = 73568, - [SMALL_STATE(5483)] = 73626, - [SMALL_STATE(5484)] = 73708, - [SMALL_STATE(5485)] = 73790, - [SMALL_STATE(5486)] = 73848, - [SMALL_STATE(5487)] = 73930, - [SMALL_STATE(5488)] = 73988, - [SMALL_STATE(5489)] = 74072, - [SMALL_STATE(5490)] = 74154, - [SMALL_STATE(5491)] = 74238, - [SMALL_STATE(5492)] = 74322, - [SMALL_STATE(5493)] = 74406, - [SMALL_STATE(5494)] = 74464, - [SMALL_STATE(5495)] = 74546, - [SMALL_STATE(5496)] = 74606, - [SMALL_STATE(5497)] = 74688, - [SMALL_STATE(5498)] = 74770, - [SMALL_STATE(5499)] = 74852, - [SMALL_STATE(5500)] = 74936, - [SMALL_STATE(5501)] = 74990, - [SMALL_STATE(5502)] = 75071, - [SMALL_STATE(5503)] = 75144, - [SMALL_STATE(5504)] = 75225, - [SMALL_STATE(5505)] = 75306, - [SMALL_STATE(5506)] = 75363, - [SMALL_STATE(5507)] = 75444, - [SMALL_STATE(5508)] = 75501, - [SMALL_STATE(5509)] = 75582, - [SMALL_STATE(5510)] = 75639, - [SMALL_STATE(5511)] = 75720, - [SMALL_STATE(5512)] = 75801, - [SMALL_STATE(5513)] = 75858, - [SMALL_STATE(5514)] = 75939, - [SMALL_STATE(5515)] = 75993, - [SMALL_STATE(5516)] = 76044, - [SMALL_STATE(5517)] = 76105, - [SMALL_STATE(5518)] = 76160, - [SMALL_STATE(5519)] = 76213, - [SMALL_STATE(5520)] = 76263, - [SMALL_STATE(5521)] = 76317, - [SMALL_STATE(5522)] = 76369, - [SMALL_STATE(5523)] = 76423, - [SMALL_STATE(5524)] = 76477, - [SMALL_STATE(5525)] = 76531, - [SMALL_STATE(5526)] = 76585, - [SMALL_STATE(5527)] = 76645, - [SMALL_STATE(5528)] = 76694, - [SMALL_STATE(5529)] = 76743, - [SMALL_STATE(5530)] = 76792, - [SMALL_STATE(5531)] = 76841, - [SMALL_STATE(5532)] = 76890, - [SMALL_STATE(5533)] = 76939, - [SMALL_STATE(5534)] = 76990, - [SMALL_STATE(5535)] = 77043, - [SMALL_STATE(5536)] = 77092, - [SMALL_STATE(5537)] = 77141, - [SMALL_STATE(5538)] = 77190, - [SMALL_STATE(5539)] = 77239, - [SMALL_STATE(5540)] = 77285, - [SMALL_STATE(5541)] = 77333, - [SMALL_STATE(5542)] = 77381, - [SMALL_STATE(5543)] = 77427, - [SMALL_STATE(5544)] = 77473, - [SMALL_STATE(5545)] = 77519, - [SMALL_STATE(5546)] = 77608, - [SMALL_STATE(5547)] = 77655, - [SMALL_STATE(5548)] = 77744, - [SMALL_STATE(5549)] = 77793, - [SMALL_STATE(5550)] = 77840, - [SMALL_STATE(5551)] = 77887, - [SMALL_STATE(5552)] = 77934, - [SMALL_STATE(5553)] = 77981, - [SMALL_STATE(5554)] = 78028, - [SMALL_STATE(5555)] = 78075, - [SMALL_STATE(5556)] = 78122, - [SMALL_STATE(5557)] = 78171, - [SMALL_STATE(5558)] = 78220, - [SMALL_STATE(5559)] = 78309, - [SMALL_STATE(5560)] = 78398, - [SMALL_STATE(5561)] = 78445, - [SMALL_STATE(5562)] = 78494, - [SMALL_STATE(5563)] = 78541, - [SMALL_STATE(5564)] = 78630, - [SMALL_STATE(5565)] = 78677, - [SMALL_STATE(5566)] = 78724, - [SMALL_STATE(5567)] = 78771, - [SMALL_STATE(5568)] = 78820, - [SMALL_STATE(5569)] = 78867, - [SMALL_STATE(5570)] = 78914, - [SMALL_STATE(5571)] = 78961, - [SMALL_STATE(5572)] = 79010, - [SMALL_STATE(5573)] = 79057, - [SMALL_STATE(5574)] = 79104, - [SMALL_STATE(5575)] = 79151, - [SMALL_STATE(5576)] = 79198, - [SMALL_STATE(5577)] = 79247, - [SMALL_STATE(5578)] = 79294, - [SMALL_STATE(5579)] = 79341, - [SMALL_STATE(5580)] = 79388, - [SMALL_STATE(5581)] = 79477, - [SMALL_STATE(5582)] = 79524, - [SMALL_STATE(5583)] = 79571, - [SMALL_STATE(5584)] = 79620, - [SMALL_STATE(5585)] = 79669, - [SMALL_STATE(5586)] = 79715, - [SMALL_STATE(5587)] = 79763, - [SMALL_STATE(5588)] = 79809, - [SMALL_STATE(5589)] = 79890, - [SMALL_STATE(5590)] = 79971, - [SMALL_STATE(5591)] = 80052, - [SMALL_STATE(5592)] = 80133, - [SMALL_STATE(5593)] = 80176, - [SMALL_STATE(5594)] = 80219, - [SMALL_STATE(5595)] = 80300, - [SMALL_STATE(5596)] = 80381, - [SMALL_STATE(5597)] = 80462, - [SMALL_STATE(5598)] = 80507, - [SMALL_STATE(5599)] = 80588, - [SMALL_STATE(5600)] = 80669, - [SMALL_STATE(5601)] = 80750, - [SMALL_STATE(5602)] = 80831, - [SMALL_STATE(5603)] = 80912, - [SMALL_STATE(5604)] = 80959, - [SMALL_STATE(5605)] = 81040, - [SMALL_STATE(5606)] = 81121, - [SMALL_STATE(5607)] = 81202, - [SMALL_STATE(5608)] = 81245, - [SMALL_STATE(5609)] = 81326, - [SMALL_STATE(5610)] = 81368, - [SMALL_STATE(5611)] = 81414, - [SMALL_STATE(5612)] = 81460, - [SMALL_STATE(5613)] = 81502, - [SMALL_STATE(5614)] = 81548, - [SMALL_STATE(5615)] = 81592, - [SMALL_STATE(5616)] = 81634, - [SMALL_STATE(5617)] = 81675, - [SMALL_STATE(5618)] = 81716, - [SMALL_STATE(5619)] = 81759, - [SMALL_STATE(5620)] = 81800, - [SMALL_STATE(5621)] = 81847, - [SMALL_STATE(5622)] = 81892, - [SMALL_STATE(5623)] = 81933, - [SMALL_STATE(5624)] = 81974, - [SMALL_STATE(5625)] = 82015, - [SMALL_STATE(5626)] = 82056, - [SMALL_STATE(5627)] = 82101, - [SMALL_STATE(5628)] = 82146, - [SMALL_STATE(5629)] = 82191, - [SMALL_STATE(5630)] = 82232, - [SMALL_STATE(5631)] = 82273, - [SMALL_STATE(5632)] = 82315, - [SMALL_STATE(5633)] = 82357, - [SMALL_STATE(5634)] = 82397, - [SMALL_STATE(5635)] = 82443, - [SMALL_STATE(5636)] = 82489, - [SMALL_STATE(5637)] = 82529, - [SMALL_STATE(5638)] = 82569, - [SMALL_STATE(5639)] = 82615, - [SMALL_STATE(5640)] = 82657, - [SMALL_STATE(5641)] = 82702, - [SMALL_STATE(5642)] = 82743, - [SMALL_STATE(5643)] = 82784, - [SMALL_STATE(5644)] = 82823, - [SMALL_STATE(5645)] = 82864, - [SMALL_STATE(5646)] = 82903, - [SMALL_STATE(5647)] = 82972, - [SMALL_STATE(5648)] = 83041, - [SMALL_STATE(5649)] = 83110, - [SMALL_STATE(5650)] = 83179, - [SMALL_STATE(5651)] = 83248, - [SMALL_STATE(5652)] = 83317, - [SMALL_STATE(5653)] = 83386, - [SMALL_STATE(5654)] = 83455, - [SMALL_STATE(5655)] = 83524, - [SMALL_STATE(5656)] = 83593, - [SMALL_STATE(5657)] = 83632, - [SMALL_STATE(5658)] = 83701, - [SMALL_STATE(5659)] = 83740, - [SMALL_STATE(5660)] = 83779, - [SMALL_STATE(5661)] = 83818, - [SMALL_STATE(5662)] = 83857, - [SMALL_STATE(5663)] = 83896, - [SMALL_STATE(5664)] = 83965, - [SMALL_STATE(5665)] = 84034, - [SMALL_STATE(5666)] = 84073, - [SMALL_STATE(5667)] = 84142, - [SMALL_STATE(5668)] = 84211, - [SMALL_STATE(5669)] = 84280, - [SMALL_STATE(5670)] = 84349, - [SMALL_STATE(5671)] = 84418, - [SMALL_STATE(5672)] = 84487, - [SMALL_STATE(5673)] = 84556, - [SMALL_STATE(5674)] = 84625, - [SMALL_STATE(5675)] = 84694, - [SMALL_STATE(5676)] = 84763, - [SMALL_STATE(5677)] = 84832, - [SMALL_STATE(5678)] = 84901, - [SMALL_STATE(5679)] = 84970, - [SMALL_STATE(5680)] = 85009, - [SMALL_STATE(5681)] = 85078, - [SMALL_STATE(5682)] = 85147, - [SMALL_STATE(5683)] = 85216, - [SMALL_STATE(5684)] = 85285, - [SMALL_STATE(5685)] = 85354, - [SMALL_STATE(5686)] = 85423, - [SMALL_STATE(5687)] = 85492, - [SMALL_STATE(5688)] = 85561, - [SMALL_STATE(5689)] = 85630, - [SMALL_STATE(5690)] = 85699, - [SMALL_STATE(5691)] = 85768, - [SMALL_STATE(5692)] = 85837, - [SMALL_STATE(5693)] = 85906, - [SMALL_STATE(5694)] = 85975, - [SMALL_STATE(5695)] = 86044, - [SMALL_STATE(5696)] = 86113, - [SMALL_STATE(5697)] = 86182, - [SMALL_STATE(5698)] = 86251, - [SMALL_STATE(5699)] = 86320, - [SMALL_STATE(5700)] = 86389, - [SMALL_STATE(5701)] = 86458, - [SMALL_STATE(5702)] = 86527, - [SMALL_STATE(5703)] = 86596, - [SMALL_STATE(5704)] = 86665, - [SMALL_STATE(5705)] = 86734, - [SMALL_STATE(5706)] = 86803, - [SMALL_STATE(5707)] = 86872, - [SMALL_STATE(5708)] = 86941, - [SMALL_STATE(5709)] = 87010, - [SMALL_STATE(5710)] = 87079, - [SMALL_STATE(5711)] = 87148, - [SMALL_STATE(5712)] = 87217, - [SMALL_STATE(5713)] = 87286, - [SMALL_STATE(5714)] = 87355, - [SMALL_STATE(5715)] = 87424, - [SMALL_STATE(5716)] = 87493, - [SMALL_STATE(5717)] = 87562, - [SMALL_STATE(5718)] = 87629, - [SMALL_STATE(5719)] = 87698, - [SMALL_STATE(5720)] = 87767, - [SMALL_STATE(5721)] = 87835, - [SMALL_STATE(5722)] = 87903, - [SMALL_STATE(5723)] = 87971, - [SMALL_STATE(5724)] = 88039, - [SMALL_STATE(5725)] = 88107, - [SMALL_STATE(5726)] = 88175, - [SMALL_STATE(5727)] = 88243, - [SMALL_STATE(5728)] = 88309, - [SMALL_STATE(5729)] = 88377, - [SMALL_STATE(5730)] = 88445, - [SMALL_STATE(5731)] = 88511, - [SMALL_STATE(5732)] = 88579, - [SMALL_STATE(5733)] = 88647, - [SMALL_STATE(5734)] = 88715, - [SMALL_STATE(5735)] = 88783, - [SMALL_STATE(5736)] = 88851, - [SMALL_STATE(5737)] = 88917, - [SMALL_STATE(5738)] = 88985, - [SMALL_STATE(5739)] = 89053, - [SMALL_STATE(5740)] = 89119, - [SMALL_STATE(5741)] = 89187, - [SMALL_STATE(5742)] = 89255, - [SMALL_STATE(5743)] = 89323, - [SMALL_STATE(5744)] = 89391, - [SMALL_STATE(5745)] = 89457, - [SMALL_STATE(5746)] = 89525, - [SMALL_STATE(5747)] = 89593, - [SMALL_STATE(5748)] = 89657, - [SMALL_STATE(5749)] = 89725, - [SMALL_STATE(5750)] = 89793, - [SMALL_STATE(5751)] = 89861, - [SMALL_STATE(5752)] = 89929, - [SMALL_STATE(5753)] = 89995, - [SMALL_STATE(5754)] = 90063, - [SMALL_STATE(5755)] = 90126, - [SMALL_STATE(5756)] = 90189, - [SMALL_STATE(5757)] = 90252, - [SMALL_STATE(5758)] = 90315, - [SMALL_STATE(5759)] = 90378, - [SMALL_STATE(5760)] = 90441, - [SMALL_STATE(5761)] = 90504, - [SMALL_STATE(5762)] = 90567, - [SMALL_STATE(5763)] = 90630, - [SMALL_STATE(5764)] = 90693, - [SMALL_STATE(5765)] = 90756, - [SMALL_STATE(5766)] = 90819, - [SMALL_STATE(5767)] = 90882, - [SMALL_STATE(5768)] = 90945, - [SMALL_STATE(5769)] = 91008, - [SMALL_STATE(5770)] = 91071, - [SMALL_STATE(5771)] = 91136, - [SMALL_STATE(5772)] = 91199, - [SMALL_STATE(5773)] = 91262, - [SMALL_STATE(5774)] = 91325, - [SMALL_STATE(5775)] = 91388, - [SMALL_STATE(5776)] = 91451, - [SMALL_STATE(5777)] = 91514, - [SMALL_STATE(5778)] = 91577, - [SMALL_STATE(5779)] = 91640, - [SMALL_STATE(5780)] = 91703, - [SMALL_STATE(5781)] = 91766, - [SMALL_STATE(5782)] = 91829, - [SMALL_STATE(5783)] = 91892, - [SMALL_STATE(5784)] = 91955, - [SMALL_STATE(5785)] = 92018, - [SMALL_STATE(5786)] = 92081, - [SMALL_STATE(5787)] = 92144, - [SMALL_STATE(5788)] = 92207, - [SMALL_STATE(5789)] = 92270, - [SMALL_STATE(5790)] = 92333, - [SMALL_STATE(5791)] = 92396, - [SMALL_STATE(5792)] = 92459, - [SMALL_STATE(5793)] = 92522, - [SMALL_STATE(5794)] = 92585, - [SMALL_STATE(5795)] = 92648, - [SMALL_STATE(5796)] = 92711, - [SMALL_STATE(5797)] = 92774, - [SMALL_STATE(5798)] = 92837, - [SMALL_STATE(5799)] = 92900, - [SMALL_STATE(5800)] = 92963, - [SMALL_STATE(5801)] = 93026, - [SMALL_STATE(5802)] = 93089, - [SMALL_STATE(5803)] = 93152, - [SMALL_STATE(5804)] = 93215, - [SMALL_STATE(5805)] = 93278, - [SMALL_STATE(5806)] = 93343, - [SMALL_STATE(5807)] = 93406, - [SMALL_STATE(5808)] = 93469, - [SMALL_STATE(5809)] = 93532, - [SMALL_STATE(5810)] = 93595, - [SMALL_STATE(5811)] = 93658, - [SMALL_STATE(5812)] = 93721, - [SMALL_STATE(5813)] = 93784, - [SMALL_STATE(5814)] = 93847, - [SMALL_STATE(5815)] = 93912, - [SMALL_STATE(5816)] = 93975, - [SMALL_STATE(5817)] = 94038, - [SMALL_STATE(5818)] = 94101, - [SMALL_STATE(5819)] = 94164, - [SMALL_STATE(5820)] = 94227, - [SMALL_STATE(5821)] = 94290, - [SMALL_STATE(5822)] = 94353, - [SMALL_STATE(5823)] = 94416, - [SMALL_STATE(5824)] = 94479, - [SMALL_STATE(5825)] = 94542, - [SMALL_STATE(5826)] = 94605, - [SMALL_STATE(5827)] = 94668, - [SMALL_STATE(5828)] = 94731, - [SMALL_STATE(5829)] = 94794, - [SMALL_STATE(5830)] = 94857, - [SMALL_STATE(5831)] = 94920, - [SMALL_STATE(5832)] = 94983, - [SMALL_STATE(5833)] = 95046, - [SMALL_STATE(5834)] = 95109, - [SMALL_STATE(5835)] = 95172, - [SMALL_STATE(5836)] = 95235, - [SMALL_STATE(5837)] = 95298, - [SMALL_STATE(5838)] = 95361, - [SMALL_STATE(5839)] = 95426, - [SMALL_STATE(5840)] = 95491, - [SMALL_STATE(5841)] = 95554, - [SMALL_STATE(5842)] = 95617, - [SMALL_STATE(5843)] = 95680, - [SMALL_STATE(5844)] = 95743, - [SMALL_STATE(5845)] = 95806, - [SMALL_STATE(5846)] = 95869, - [SMALL_STATE(5847)] = 95932, - [SMALL_STATE(5848)] = 95997, - [SMALL_STATE(5849)] = 96060, - [SMALL_STATE(5850)] = 96123, - [SMALL_STATE(5851)] = 96186, - [SMALL_STATE(5852)] = 96249, - [SMALL_STATE(5853)] = 96314, - [SMALL_STATE(5854)] = 96377, - [SMALL_STATE(5855)] = 96440, - [SMALL_STATE(5856)] = 96505, - [SMALL_STATE(5857)] = 96568, - [SMALL_STATE(5858)] = 96631, - [SMALL_STATE(5859)] = 96694, - [SMALL_STATE(5860)] = 96757, - [SMALL_STATE(5861)] = 96820, - [SMALL_STATE(5862)] = 96883, - [SMALL_STATE(5863)] = 96946, - [SMALL_STATE(5864)] = 97009, - [SMALL_STATE(5865)] = 97074, - [SMALL_STATE(5866)] = 97139, - [SMALL_STATE(5867)] = 97202, - [SMALL_STATE(5868)] = 97265, - [SMALL_STATE(5869)] = 97330, - [SMALL_STATE(5870)] = 97393, - [SMALL_STATE(5871)] = 97456, - [SMALL_STATE(5872)] = 97519, - [SMALL_STATE(5873)] = 97582, - [SMALL_STATE(5874)] = 97647, - [SMALL_STATE(5875)] = 97712, - [SMALL_STATE(5876)] = 97775, - [SMALL_STATE(5877)] = 97838, - [SMALL_STATE(5878)] = 97901, - [SMALL_STATE(5879)] = 97966, - [SMALL_STATE(5880)] = 98029, - [SMALL_STATE(5881)] = 98092, - [SMALL_STATE(5882)] = 98155, - [SMALL_STATE(5883)] = 98220, - [SMALL_STATE(5884)] = 98283, - [SMALL_STATE(5885)] = 98346, - [SMALL_STATE(5886)] = 98409, - [SMALL_STATE(5887)] = 98472, - [SMALL_STATE(5888)] = 98535, - [SMALL_STATE(5889)] = 98598, - [SMALL_STATE(5890)] = 98661, - [SMALL_STATE(5891)] = 98724, - [SMALL_STATE(5892)] = 98787, - [SMALL_STATE(5893)] = 98850, - [SMALL_STATE(5894)] = 98913, - [SMALL_STATE(5895)] = 98976, - [SMALL_STATE(5896)] = 99039, - [SMALL_STATE(5897)] = 99102, - [SMALL_STATE(5898)] = 99165, - [SMALL_STATE(5899)] = 99228, - [SMALL_STATE(5900)] = 99291, - [SMALL_STATE(5901)] = 99354, - [SMALL_STATE(5902)] = 99417, - [SMALL_STATE(5903)] = 99480, - [SMALL_STATE(5904)] = 99543, - [SMALL_STATE(5905)] = 99606, - [SMALL_STATE(5906)] = 99669, - [SMALL_STATE(5907)] = 99732, - [SMALL_STATE(5908)] = 99795, - [SMALL_STATE(5909)] = 99858, - [SMALL_STATE(5910)] = 99921, - [SMALL_STATE(5911)] = 99984, - [SMALL_STATE(5912)] = 100047, - [SMALL_STATE(5913)] = 100110, - [SMALL_STATE(5914)] = 100173, - [SMALL_STATE(5915)] = 100236, - [SMALL_STATE(5916)] = 100299, - [SMALL_STATE(5917)] = 100362, - [SMALL_STATE(5918)] = 100425, - [SMALL_STATE(5919)] = 100488, - [SMALL_STATE(5920)] = 100551, - [SMALL_STATE(5921)] = 100614, - [SMALL_STATE(5922)] = 100677, - [SMALL_STATE(5923)] = 100740, - [SMALL_STATE(5924)] = 100803, - [SMALL_STATE(5925)] = 100866, - [SMALL_STATE(5926)] = 100929, - [SMALL_STATE(5927)] = 100992, - [SMALL_STATE(5928)] = 101055, - [SMALL_STATE(5929)] = 101118, - [SMALL_STATE(5930)] = 101181, - [SMALL_STATE(5931)] = 101246, - [SMALL_STATE(5932)] = 101309, - [SMALL_STATE(5933)] = 101372, - [SMALL_STATE(5934)] = 101435, - [SMALL_STATE(5935)] = 101498, - [SMALL_STATE(5936)] = 101561, - [SMALL_STATE(5937)] = 101624, - [SMALL_STATE(5938)] = 101687, - [SMALL_STATE(5939)] = 101750, - [SMALL_STATE(5940)] = 101813, - [SMALL_STATE(5941)] = 101876, - [SMALL_STATE(5942)] = 101939, - [SMALL_STATE(5943)] = 102002, - [SMALL_STATE(5944)] = 102065, - [SMALL_STATE(5945)] = 102130, - [SMALL_STATE(5946)] = 102193, - [SMALL_STATE(5947)] = 102256, - [SMALL_STATE(5948)] = 102319, - [SMALL_STATE(5949)] = 102382, - [SMALL_STATE(5950)] = 102445, - [SMALL_STATE(5951)] = 102508, - [SMALL_STATE(5952)] = 102571, - [SMALL_STATE(5953)] = 102634, - [SMALL_STATE(5954)] = 102697, - [SMALL_STATE(5955)] = 102760, - [SMALL_STATE(5956)] = 102823, - [SMALL_STATE(5957)] = 102886, - [SMALL_STATE(5958)] = 102949, - [SMALL_STATE(5959)] = 103012, - [SMALL_STATE(5960)] = 103075, - [SMALL_STATE(5961)] = 103138, - [SMALL_STATE(5962)] = 103201, - [SMALL_STATE(5963)] = 103264, - [SMALL_STATE(5964)] = 103327, - [SMALL_STATE(5965)] = 103390, - [SMALL_STATE(5966)] = 103453, - [SMALL_STATE(5967)] = 103516, - [SMALL_STATE(5968)] = 103579, - [SMALL_STATE(5969)] = 103642, - [SMALL_STATE(5970)] = 103705, - [SMALL_STATE(5971)] = 103768, - [SMALL_STATE(5972)] = 103831, - [SMALL_STATE(5973)] = 103894, - [SMALL_STATE(5974)] = 103957, - [SMALL_STATE(5975)] = 104020, - [SMALL_STATE(5976)] = 104083, - [SMALL_STATE(5977)] = 104146, - [SMALL_STATE(5978)] = 104209, - [SMALL_STATE(5979)] = 104274, - [SMALL_STATE(5980)] = 104337, - [SMALL_STATE(5981)] = 104400, - [SMALL_STATE(5982)] = 104463, - [SMALL_STATE(5983)] = 104526, - [SMALL_STATE(5984)] = 104589, - [SMALL_STATE(5985)] = 104652, - [SMALL_STATE(5986)] = 104715, - [SMALL_STATE(5987)] = 104778, - [SMALL_STATE(5988)] = 104841, - [SMALL_STATE(5989)] = 104904, - [SMALL_STATE(5990)] = 104967, - [SMALL_STATE(5991)] = 105030, - [SMALL_STATE(5992)] = 105093, - [SMALL_STATE(5993)] = 105156, - [SMALL_STATE(5994)] = 105219, - [SMALL_STATE(5995)] = 105282, - [SMALL_STATE(5996)] = 105345, - [SMALL_STATE(5997)] = 105408, - [SMALL_STATE(5998)] = 105473, - [SMALL_STATE(5999)] = 105538, - [SMALL_STATE(6000)] = 105601, - [SMALL_STATE(6001)] = 105664, - [SMALL_STATE(6002)] = 105727, - [SMALL_STATE(6003)] = 105790, - [SMALL_STATE(6004)] = 105853, - [SMALL_STATE(6005)] = 105916, - [SMALL_STATE(6006)] = 105979, - [SMALL_STATE(6007)] = 106042, - [SMALL_STATE(6008)] = 106105, - [SMALL_STATE(6009)] = 106168, - [SMALL_STATE(6010)] = 106231, - [SMALL_STATE(6011)] = 106294, - [SMALL_STATE(6012)] = 106357, - [SMALL_STATE(6013)] = 106420, - [SMALL_STATE(6014)] = 106483, - [SMALL_STATE(6015)] = 106546, - [SMALL_STATE(6016)] = 106609, - [SMALL_STATE(6017)] = 106672, - [SMALL_STATE(6018)] = 106735, - [SMALL_STATE(6019)] = 106798, - [SMALL_STATE(6020)] = 106861, - [SMALL_STATE(6021)] = 106924, - [SMALL_STATE(6022)] = 106987, - [SMALL_STATE(6023)] = 107050, - [SMALL_STATE(6024)] = 107113, - [SMALL_STATE(6025)] = 107176, - [SMALL_STATE(6026)] = 107239, - [SMALL_STATE(6027)] = 107302, - [SMALL_STATE(6028)] = 107365, - [SMALL_STATE(6029)] = 107428, - [SMALL_STATE(6030)] = 107491, - [SMALL_STATE(6031)] = 107554, - [SMALL_STATE(6032)] = 107617, - [SMALL_STATE(6033)] = 107680, - [SMALL_STATE(6034)] = 107743, - [SMALL_STATE(6035)] = 107806, - [SMALL_STATE(6036)] = 107869, - [SMALL_STATE(6037)] = 107932, - [SMALL_STATE(6038)] = 107995, - [SMALL_STATE(6039)] = 108058, - [SMALL_STATE(6040)] = 108121, - [SMALL_STATE(6041)] = 108184, - [SMALL_STATE(6042)] = 108247, - [SMALL_STATE(6043)] = 108310, - [SMALL_STATE(6044)] = 108373, - [SMALL_STATE(6045)] = 108436, - [SMALL_STATE(6046)] = 108499, - [SMALL_STATE(6047)] = 108562, - [SMALL_STATE(6048)] = 108625, - [SMALL_STATE(6049)] = 108688, - [SMALL_STATE(6050)] = 108751, - [SMALL_STATE(6051)] = 108814, - [SMALL_STATE(6052)] = 108877, - [SMALL_STATE(6053)] = 108940, - [SMALL_STATE(6054)] = 109003, - [SMALL_STATE(6055)] = 109066, - [SMALL_STATE(6056)] = 109129, - [SMALL_STATE(6057)] = 109192, - [SMALL_STATE(6058)] = 109255, - [SMALL_STATE(6059)] = 109318, - [SMALL_STATE(6060)] = 109383, - [SMALL_STATE(6061)] = 109446, - [SMALL_STATE(6062)] = 109509, - [SMALL_STATE(6063)] = 109572, - [SMALL_STATE(6064)] = 109635, - [SMALL_STATE(6065)] = 109698, - [SMALL_STATE(6066)] = 109761, - [SMALL_STATE(6067)] = 109824, - [SMALL_STATE(6068)] = 109887, - [SMALL_STATE(6069)] = 109950, - [SMALL_STATE(6070)] = 110013, - [SMALL_STATE(6071)] = 110076, - [SMALL_STATE(6072)] = 110139, - [SMALL_STATE(6073)] = 110202, - [SMALL_STATE(6074)] = 110265, - [SMALL_STATE(6075)] = 110328, - [SMALL_STATE(6076)] = 110391, - [SMALL_STATE(6077)] = 110454, - [SMALL_STATE(6078)] = 110517, - [SMALL_STATE(6079)] = 110580, - [SMALL_STATE(6080)] = 110643, - [SMALL_STATE(6081)] = 110706, - [SMALL_STATE(6082)] = 110769, - [SMALL_STATE(6083)] = 110832, - [SMALL_STATE(6084)] = 110895, - [SMALL_STATE(6085)] = 110958, - [SMALL_STATE(6086)] = 111021, - [SMALL_STATE(6087)] = 111084, - [SMALL_STATE(6088)] = 111147, - [SMALL_STATE(6089)] = 111210, - [SMALL_STATE(6090)] = 111273, - [SMALL_STATE(6091)] = 111336, - [SMALL_STATE(6092)] = 111399, - [SMALL_STATE(6093)] = 111462, - [SMALL_STATE(6094)] = 111525, - [SMALL_STATE(6095)] = 111588, - [SMALL_STATE(6096)] = 111651, - [SMALL_STATE(6097)] = 111714, - [SMALL_STATE(6098)] = 111777, - [SMALL_STATE(6099)] = 111840, - [SMALL_STATE(6100)] = 111903, - [SMALL_STATE(6101)] = 111966, - [SMALL_STATE(6102)] = 112029, - [SMALL_STATE(6103)] = 112092, - [SMALL_STATE(6104)] = 112155, - [SMALL_STATE(6105)] = 112218, - [SMALL_STATE(6106)] = 112281, - [SMALL_STATE(6107)] = 112344, - [SMALL_STATE(6108)] = 112407, - [SMALL_STATE(6109)] = 112470, - [SMALL_STATE(6110)] = 112533, - [SMALL_STATE(6111)] = 112596, - [SMALL_STATE(6112)] = 112659, - [SMALL_STATE(6113)] = 112722, - [SMALL_STATE(6114)] = 112785, - [SMALL_STATE(6115)] = 112848, - [SMALL_STATE(6116)] = 112911, - [SMALL_STATE(6117)] = 112974, - [SMALL_STATE(6118)] = 113037, - [SMALL_STATE(6119)] = 113100, - [SMALL_STATE(6120)] = 113163, - [SMALL_STATE(6121)] = 113226, - [SMALL_STATE(6122)] = 113289, - [SMALL_STATE(6123)] = 113352, - [SMALL_STATE(6124)] = 113415, - [SMALL_STATE(6125)] = 113478, - [SMALL_STATE(6126)] = 113541, - [SMALL_STATE(6127)] = 113604, - [SMALL_STATE(6128)] = 113667, - [SMALL_STATE(6129)] = 113730, - [SMALL_STATE(6130)] = 113793, - [SMALL_STATE(6131)] = 113856, - [SMALL_STATE(6132)] = 113919, - [SMALL_STATE(6133)] = 113982, - [SMALL_STATE(6134)] = 114045, - [SMALL_STATE(6135)] = 114108, - [SMALL_STATE(6136)] = 114171, - [SMALL_STATE(6137)] = 114234, - [SMALL_STATE(6138)] = 114297, - [SMALL_STATE(6139)] = 114360, - [SMALL_STATE(6140)] = 114423, - [SMALL_STATE(6141)] = 114486, - [SMALL_STATE(6142)] = 114549, - [SMALL_STATE(6143)] = 114612, - [SMALL_STATE(6144)] = 114675, - [SMALL_STATE(6145)] = 114738, - [SMALL_STATE(6146)] = 114801, - [SMALL_STATE(6147)] = 114864, - [SMALL_STATE(6148)] = 114927, - [SMALL_STATE(6149)] = 114990, - [SMALL_STATE(6150)] = 115053, - [SMALL_STATE(6151)] = 115116, - [SMALL_STATE(6152)] = 115179, - [SMALL_STATE(6153)] = 115242, - [SMALL_STATE(6154)] = 115305, - [SMALL_STATE(6155)] = 115368, - [SMALL_STATE(6156)] = 115431, - [SMALL_STATE(6157)] = 115494, - [SMALL_STATE(6158)] = 115557, - [SMALL_STATE(6159)] = 115620, - [SMALL_STATE(6160)] = 115683, - [SMALL_STATE(6161)] = 115746, - [SMALL_STATE(6162)] = 115811, - [SMALL_STATE(6163)] = 115874, - [SMALL_STATE(6164)] = 115937, - [SMALL_STATE(6165)] = 116000, - [SMALL_STATE(6166)] = 116065, - [SMALL_STATE(6167)] = 116128, - [SMALL_STATE(6168)] = 116191, - [SMALL_STATE(6169)] = 116254, - [SMALL_STATE(6170)] = 116319, - [SMALL_STATE(6171)] = 116382, - [SMALL_STATE(6172)] = 116445, - [SMALL_STATE(6173)] = 116508, - [SMALL_STATE(6174)] = 116571, - [SMALL_STATE(6175)] = 116636, - [SMALL_STATE(6176)] = 116699, - [SMALL_STATE(6177)] = 116762, - [SMALL_STATE(6178)] = 116825, - [SMALL_STATE(6179)] = 116888, - [SMALL_STATE(6180)] = 116951, - [SMALL_STATE(6181)] = 117014, - [SMALL_STATE(6182)] = 117077, - [SMALL_STATE(6183)] = 117142, - [SMALL_STATE(6184)] = 117205, - [SMALL_STATE(6185)] = 117268, - [SMALL_STATE(6186)] = 117331, - [SMALL_STATE(6187)] = 117394, - [SMALL_STATE(6188)] = 117457, - [SMALL_STATE(6189)] = 117520, - [SMALL_STATE(6190)] = 117583, - [SMALL_STATE(6191)] = 117648, - [SMALL_STATE(6192)] = 117711, - [SMALL_STATE(6193)] = 117774, - [SMALL_STATE(6194)] = 117837, - [SMALL_STATE(6195)] = 117900, - [SMALL_STATE(6196)] = 117963, - [SMALL_STATE(6197)] = 118026, - [SMALL_STATE(6198)] = 118089, - [SMALL_STATE(6199)] = 118152, - [SMALL_STATE(6200)] = 118215, - [SMALL_STATE(6201)] = 118278, - [SMALL_STATE(6202)] = 118341, - [SMALL_STATE(6203)] = 118404, - [SMALL_STATE(6204)] = 118467, - [SMALL_STATE(6205)] = 118530, - [SMALL_STATE(6206)] = 118593, - [SMALL_STATE(6207)] = 118658, - [SMALL_STATE(6208)] = 118721, - [SMALL_STATE(6209)] = 118784, - [SMALL_STATE(6210)] = 118847, - [SMALL_STATE(6211)] = 118910, - [SMALL_STATE(6212)] = 118973, - [SMALL_STATE(6213)] = 119036, - [SMALL_STATE(6214)] = 119099, - [SMALL_STATE(6215)] = 119162, - [SMALL_STATE(6216)] = 119225, - [SMALL_STATE(6217)] = 119288, - [SMALL_STATE(6218)] = 119351, - [SMALL_STATE(6219)] = 119414, - [SMALL_STATE(6220)] = 119477, - [SMALL_STATE(6221)] = 119540, - [SMALL_STATE(6222)] = 119603, - [SMALL_STATE(6223)] = 119666, - [SMALL_STATE(6224)] = 119729, - [SMALL_STATE(6225)] = 119792, - [SMALL_STATE(6226)] = 119855, - [SMALL_STATE(6227)] = 119918, - [SMALL_STATE(6228)] = 119981, - [SMALL_STATE(6229)] = 120044, - [SMALL_STATE(6230)] = 120107, - [SMALL_STATE(6231)] = 120170, - [SMALL_STATE(6232)] = 120233, - [SMALL_STATE(6233)] = 120296, - [SMALL_STATE(6234)] = 120359, - [SMALL_STATE(6235)] = 120422, - [SMALL_STATE(6236)] = 120485, - [SMALL_STATE(6237)] = 120548, - [SMALL_STATE(6238)] = 120611, - [SMALL_STATE(6239)] = 120674, - [SMALL_STATE(6240)] = 120737, - [SMALL_STATE(6241)] = 120800, - [SMALL_STATE(6242)] = 120863, - [SMALL_STATE(6243)] = 120926, - [SMALL_STATE(6244)] = 120989, - [SMALL_STATE(6245)] = 121052, - [SMALL_STATE(6246)] = 121115, - [SMALL_STATE(6247)] = 121178, - [SMALL_STATE(6248)] = 121241, - [SMALL_STATE(6249)] = 121304, - [SMALL_STATE(6250)] = 121367, - [SMALL_STATE(6251)] = 121430, - [SMALL_STATE(6252)] = 121493, - [SMALL_STATE(6253)] = 121556, - [SMALL_STATE(6254)] = 121619, - [SMALL_STATE(6255)] = 121682, - [SMALL_STATE(6256)] = 121745, - [SMALL_STATE(6257)] = 121808, - [SMALL_STATE(6258)] = 121871, - [SMALL_STATE(6259)] = 121934, - [SMALL_STATE(6260)] = 121997, - [SMALL_STATE(6261)] = 122060, - [SMALL_STATE(6262)] = 122123, - [SMALL_STATE(6263)] = 122186, - [SMALL_STATE(6264)] = 122249, - [SMALL_STATE(6265)] = 122288, - [SMALL_STATE(6266)] = 122347, - [SMALL_STATE(6267)] = 122406, - [SMALL_STATE(6268)] = 122465, - [SMALL_STATE(6269)] = 122524, - [SMALL_STATE(6270)] = 122583, - [SMALL_STATE(6271)] = 122642, - [SMALL_STATE(6272)] = 122701, - [SMALL_STATE(6273)] = 122760, - [SMALL_STATE(6274)] = 122819, - [SMALL_STATE(6275)] = 122878, - [SMALL_STATE(6276)] = 122937, - [SMALL_STATE(6277)] = 122996, - [SMALL_STATE(6278)] = 123055, - [SMALL_STATE(6279)] = 123114, - [SMALL_STATE(6280)] = 123173, - [SMALL_STATE(6281)] = 123232, - [SMALL_STATE(6282)] = 123291, - [SMALL_STATE(6283)] = 123350, - [SMALL_STATE(6284)] = 123409, - [SMALL_STATE(6285)] = 123468, - [SMALL_STATE(6286)] = 123527, - [SMALL_STATE(6287)] = 123586, - [SMALL_STATE(6288)] = 123645, - [SMALL_STATE(6289)] = 123704, - [SMALL_STATE(6290)] = 123763, - [SMALL_STATE(6291)] = 123822, - [SMALL_STATE(6292)] = 123881, - [SMALL_STATE(6293)] = 123940, - [SMALL_STATE(6294)] = 123999, - [SMALL_STATE(6295)] = 124058, - [SMALL_STATE(6296)] = 124117, - [SMALL_STATE(6297)] = 124176, - [SMALL_STATE(6298)] = 124235, - [SMALL_STATE(6299)] = 124294, - [SMALL_STATE(6300)] = 124353, - [SMALL_STATE(6301)] = 124412, - [SMALL_STATE(6302)] = 124471, - [SMALL_STATE(6303)] = 124530, - [SMALL_STATE(6304)] = 124589, - [SMALL_STATE(6305)] = 124648, - [SMALL_STATE(6306)] = 124707, - [SMALL_STATE(6307)] = 124766, - [SMALL_STATE(6308)] = 124825, - [SMALL_STATE(6309)] = 124884, - [SMALL_STATE(6310)] = 124943, - [SMALL_STATE(6311)] = 125002, - [SMALL_STATE(6312)] = 125061, - [SMALL_STATE(6313)] = 125120, - [SMALL_STATE(6314)] = 125179, - [SMALL_STATE(6315)] = 125238, - [SMALL_STATE(6316)] = 125297, - [SMALL_STATE(6317)] = 125336, - [SMALL_STATE(6318)] = 125395, - [SMALL_STATE(6319)] = 125454, - [SMALL_STATE(6320)] = 125513, - [SMALL_STATE(6321)] = 125568, - [SMALL_STATE(6322)] = 125623, - [SMALL_STATE(6323)] = 125678, - [SMALL_STATE(6324)] = 125733, - [SMALL_STATE(6325)] = 125788, - [SMALL_STATE(6326)] = 125843, - [SMALL_STATE(6327)] = 125898, - [SMALL_STATE(6328)] = 125953, - [SMALL_STATE(6329)] = 126008, - [SMALL_STATE(6330)] = 126060, - [SMALL_STATE(6331)] = 126112, - [SMALL_STATE(6332)] = 126164, - [SMALL_STATE(6333)] = 126216, - [SMALL_STATE(6334)] = 126268, - [SMALL_STATE(6335)] = 126320, - [SMALL_STATE(6336)] = 126372, - [SMALL_STATE(6337)] = 126424, - [SMALL_STATE(6338)] = 126476, - [SMALL_STATE(6339)] = 126528, - [SMALL_STATE(6340)] = 126580, - [SMALL_STATE(6341)] = 126632, - [SMALL_STATE(6342)] = 126684, - [SMALL_STATE(6343)] = 126736, - [SMALL_STATE(6344)] = 126788, - [SMALL_STATE(6345)] = 126840, - [SMALL_STATE(6346)] = 126892, - [SMALL_STATE(6347)] = 126944, - [SMALL_STATE(6348)] = 126996, - [SMALL_STATE(6349)] = 127045, - [SMALL_STATE(6350)] = 127094, - [SMALL_STATE(6351)] = 127143, - [SMALL_STATE(6352)] = 127192, - [SMALL_STATE(6353)] = 127241, - [SMALL_STATE(6354)] = 127290, - [SMALL_STATE(6355)] = 127339, - [SMALL_STATE(6356)] = 127388, - [SMALL_STATE(6357)] = 127437, - [SMALL_STATE(6358)] = 127486, - [SMALL_STATE(6359)] = 127535, - [SMALL_STATE(6360)] = 127584, - [SMALL_STATE(6361)] = 127633, - [SMALL_STATE(6362)] = 127682, - [SMALL_STATE(6363)] = 127731, - [SMALL_STATE(6364)] = 127777, - [SMALL_STATE(6365)] = 127823, - [SMALL_STATE(6366)] = 127869, - [SMALL_STATE(6367)] = 127915, - [SMALL_STATE(6368)] = 127961, - [SMALL_STATE(6369)] = 128007, - [SMALL_STATE(6370)] = 128053, - [SMALL_STATE(6371)] = 128099, - [SMALL_STATE(6372)] = 128145, - [SMALL_STATE(6373)] = 128191, - [SMALL_STATE(6374)] = 128237, - [SMALL_STATE(6375)] = 128283, - [SMALL_STATE(6376)] = 128329, - [SMALL_STATE(6377)] = 128375, - [SMALL_STATE(6378)] = 128421, - [SMALL_STATE(6379)] = 128467, - [SMALL_STATE(6380)] = 128513, - [SMALL_STATE(6381)] = 128559, - [SMALL_STATE(6382)] = 128605, - [SMALL_STATE(6383)] = 128651, - [SMALL_STATE(6384)] = 128697, - [SMALL_STATE(6385)] = 128743, - [SMALL_STATE(6386)] = 128789, - [SMALL_STATE(6387)] = 128835, - [SMALL_STATE(6388)] = 128881, - [SMALL_STATE(6389)] = 128927, - [SMALL_STATE(6390)] = 128973, - [SMALL_STATE(6391)] = 129019, - [SMALL_STATE(6392)] = 129065, - [SMALL_STATE(6393)] = 129111, - [SMALL_STATE(6394)] = 129157, - [SMALL_STATE(6395)] = 129203, - [SMALL_STATE(6396)] = 129249, - [SMALL_STATE(6397)] = 129295, - [SMALL_STATE(6398)] = 129341, - [SMALL_STATE(6399)] = 129387, - [SMALL_STATE(6400)] = 129433, - [SMALL_STATE(6401)] = 129479, - [SMALL_STATE(6402)] = 129525, - [SMALL_STATE(6403)] = 129571, - [SMALL_STATE(6404)] = 129617, - [SMALL_STATE(6405)] = 129663, - [SMALL_STATE(6406)] = 129709, - [SMALL_STATE(6407)] = 129755, - [SMALL_STATE(6408)] = 129801, - [SMALL_STATE(6409)] = 129847, - [SMALL_STATE(6410)] = 129893, - [SMALL_STATE(6411)] = 129939, - [SMALL_STATE(6412)] = 129985, - [SMALL_STATE(6413)] = 130031, - [SMALL_STATE(6414)] = 130077, - [SMALL_STATE(6415)] = 130123, - [SMALL_STATE(6416)] = 130169, - [SMALL_STATE(6417)] = 130215, - [SMALL_STATE(6418)] = 130259, - [SMALL_STATE(6419)] = 130305, - [SMALL_STATE(6420)] = 130351, - [SMALL_STATE(6421)] = 130399, - [SMALL_STATE(6422)] = 130445, - [SMALL_STATE(6423)] = 130491, - [SMALL_STATE(6424)] = 130539, - [SMALL_STATE(6425)] = 130587, - [SMALL_STATE(6426)] = 130635, - [SMALL_STATE(6427)] = 130681, - [SMALL_STATE(6428)] = 130727, - [SMALL_STATE(6429)] = 130775, - [SMALL_STATE(6430)] = 130821, - [SMALL_STATE(6431)] = 130867, - [SMALL_STATE(6432)] = 130913, - [SMALL_STATE(6433)] = 130959, - [SMALL_STATE(6434)] = 131005, - [SMALL_STATE(6435)] = 131053, - [SMALL_STATE(6436)] = 131101, - [SMALL_STATE(6437)] = 131149, - [SMALL_STATE(6438)] = 131195, - [SMALL_STATE(6439)] = 131243, - [SMALL_STATE(6440)] = 131289, - [SMALL_STATE(6441)] = 131335, - [SMALL_STATE(6442)] = 131383, - [SMALL_STATE(6443)] = 131431, - [SMALL_STATE(6444)] = 131479, - [SMALL_STATE(6445)] = 131527, - [SMALL_STATE(6446)] = 131575, - [SMALL_STATE(6447)] = 131623, - [SMALL_STATE(6448)] = 131671, - [SMALL_STATE(6449)] = 131719, - [SMALL_STATE(6450)] = 131767, - [SMALL_STATE(6451)] = 131815, - [SMALL_STATE(6452)] = 131863, - [SMALL_STATE(6453)] = 131911, - [SMALL_STATE(6454)] = 131959, - [SMALL_STATE(6455)] = 132007, - [SMALL_STATE(6456)] = 132055, - [SMALL_STATE(6457)] = 132103, - [SMALL_STATE(6458)] = 132151, - [SMALL_STATE(6459)] = 132199, - [SMALL_STATE(6460)] = 132247, - [SMALL_STATE(6461)] = 132295, - [SMALL_STATE(6462)] = 132343, - [SMALL_STATE(6463)] = 132391, - [SMALL_STATE(6464)] = 132439, - [SMALL_STATE(6465)] = 132487, - [SMALL_STATE(6466)] = 132535, - [SMALL_STATE(6467)] = 132579, - [SMALL_STATE(6468)] = 132627, - [SMALL_STATE(6469)] = 132675, - [SMALL_STATE(6470)] = 132723, - [SMALL_STATE(6471)] = 132771, - [SMALL_STATE(6472)] = 132819, - [SMALL_STATE(6473)] = 132867, - [SMALL_STATE(6474)] = 132915, - [SMALL_STATE(6475)] = 132963, - [SMALL_STATE(6476)] = 133011, - [SMALL_STATE(6477)] = 133059, - [SMALL_STATE(6478)] = 133107, + [SMALL_STATE(4437)] = 0, + [SMALL_STATE(4438)] = 79, + [SMALL_STATE(4439)] = 153, + [SMALL_STATE(4440)] = 237, + [SMALL_STATE(4441)] = 321, + [SMALL_STATE(4442)] = 405, + [SMALL_STATE(4443)] = 489, + [SMALL_STATE(4444)] = 573, + [SMALL_STATE(4445)] = 652, + [SMALL_STATE(4446)] = 725, + [SMALL_STATE(4447)] = 806, + [SMALL_STATE(4448)] = 887, + [SMALL_STATE(4449)] = 968, + [SMALL_STATE(4450)] = 1049, + [SMALL_STATE(4451)] = 1122, + [SMALL_STATE(4452)] = 1199, + [SMALL_STATE(4453)] = 1278, + [SMALL_STATE(4454)] = 1357, + [SMALL_STATE(4455)] = 1436, + [SMALL_STATE(4456)] = 1509, + [SMALL_STATE(4457)] = 1586, + [SMALL_STATE(4458)] = 1665, + [SMALL_STATE(4459)] = 1744, + [SMALL_STATE(4460)] = 1817, + [SMALL_STATE(4461)] = 1890, + [SMALL_STATE(4462)] = 1959, + [SMALL_STATE(4463)] = 2038, + [SMALL_STATE(4464)] = 2117, + [SMALL_STATE(4465)] = 2196, + [SMALL_STATE(4466)] = 2275, + [SMALL_STATE(4467)] = 2348, + [SMALL_STATE(4468)] = 2433, + [SMALL_STATE(4469)] = 2506, + [SMALL_STATE(4470)] = 2585, + [SMALL_STATE(4471)] = 2670, + [SMALL_STATE(4472)] = 2751, + [SMALL_STATE(4473)] = 2824, + [SMALL_STATE(4474)] = 2892, + [SMALL_STATE(4475)] = 2968, + [SMALL_STATE(4476)] = 3036, + [SMALL_STATE(4477)] = 3104, + [SMALL_STATE(4478)] = 3180, + [SMALL_STATE(4479)] = 3256, + [SMALL_STATE(4480)] = 3324, + [SMALL_STATE(4481)] = 3400, + [SMALL_STATE(4482)] = 3476, + [SMALL_STATE(4483)] = 3544, + [SMALL_STATE(4484)] = 3612, + [SMALL_STATE(4485)] = 3680, + [SMALL_STATE(4486)] = 3756, + [SMALL_STATE(4487)] = 3826, + [SMALL_STATE(4488)] = 3902, + [SMALL_STATE(4489)] = 3978, + [SMALL_STATE(4490)] = 4054, + [SMALL_STATE(4491)] = 4122, + [SMALL_STATE(4492)] = 4198, + [SMALL_STATE(4493)] = 4274, + [SMALL_STATE(4494)] = 4350, + [SMALL_STATE(4495)] = 4424, + [SMALL_STATE(4496)] = 4500, + [SMALL_STATE(4497)] = 4572, + [SMALL_STATE(4498)] = 4648, + [SMALL_STATE(4499)] = 4724, + [SMALL_STATE(4500)] = 4798, + [SMALL_STATE(4501)] = 4874, + [SMALL_STATE(4502)] = 4950, + [SMALL_STATE(4503)] = 5026, + [SMALL_STATE(4504)] = 5102, + [SMALL_STATE(4505)] = 5178, + [SMALL_STATE(4506)] = 5254, + [SMALL_STATE(4507)] = 5330, + [SMALL_STATE(4508)] = 5402, + [SMALL_STATE(4509)] = 5478, + [SMALL_STATE(4510)] = 5549, + [SMALL_STATE(4511)] = 5620, + [SMALL_STATE(4512)] = 5691, + [SMALL_STATE(4513)] = 5758, + [SMALL_STATE(4514)] = 5829, + [SMALL_STATE(4515)] = 5900, + [SMALL_STATE(4516)] = 5981, + [SMALL_STATE(4517)] = 6062, + [SMALL_STATE(4518)] = 6131, + [SMALL_STATE(4519)] = 6212, + [SMALL_STATE(4520)] = 6293, + [SMALL_STATE(4521)] = 6364, + [SMALL_STATE(4522)] = 6435, + [SMALL_STATE(4523)] = 6502, + [SMALL_STATE(4524)] = 6583, + [SMALL_STATE(4525)] = 6654, + [SMALL_STATE(4526)] = 6721, + [SMALL_STATE(4527)] = 6788, + [SMALL_STATE(4528)] = 6859, + [SMALL_STATE(4529)] = 6930, + [SMALL_STATE(4530)] = 6999, + [SMALL_STATE(4531)] = 7066, + [SMALL_STATE(4532)] = 7137, + [SMALL_STATE(4533)] = 7204, + [SMALL_STATE(4534)] = 7271, + [SMALL_STATE(4535)] = 7338, + [SMALL_STATE(4536)] = 7409, + [SMALL_STATE(4537)] = 7480, + [SMALL_STATE(4538)] = 7547, + [SMALL_STATE(4539)] = 7614, + [SMALL_STATE(4540)] = 7695, + [SMALL_STATE(4541)] = 7766, + [SMALL_STATE(4542)] = 7837, + [SMALL_STATE(4543)] = 7908, + [SMALL_STATE(4544)] = 7979, + [SMALL_STATE(4545)] = 8050, + [SMALL_STATE(4546)] = 8119, + [SMALL_STATE(4547)] = 8186, + [SMALL_STATE(4548)] = 8257, + [SMALL_STATE(4549)] = 8338, + [SMALL_STATE(4550)] = 8409, + [SMALL_STATE(4551)] = 8480, + [SMALL_STATE(4552)] = 8547, + [SMALL_STATE(4553)] = 8614, + [SMALL_STATE(4554)] = 8695, + [SMALL_STATE(4555)] = 8766, + [SMALL_STATE(4556)] = 8833, + [SMALL_STATE(4557)] = 8904, + [SMALL_STATE(4558)] = 8975, + [SMALL_STATE(4559)] = 9046, + [SMALL_STATE(4560)] = 9117, + [SMALL_STATE(4561)] = 9198, + [SMALL_STATE(4562)] = 9265, + [SMALL_STATE(4563)] = 9346, + [SMALL_STATE(4564)] = 9417, + [SMALL_STATE(4565)] = 9488, + [SMALL_STATE(4566)] = 9555, + [SMALL_STATE(4567)] = 9622, + [SMALL_STATE(4568)] = 9688, + [SMALL_STATE(4569)] = 9754, + [SMALL_STATE(4570)] = 9832, + [SMALL_STATE(4571)] = 9898, + [SMALL_STATE(4572)] = 9964, + [SMALL_STATE(4573)] = 10034, + [SMALL_STATE(4574)] = 10100, + [SMALL_STATE(4575)] = 10166, + [SMALL_STATE(4576)] = 10236, + [SMALL_STATE(4577)] = 10306, + [SMALL_STATE(4578)] = 10386, + [SMALL_STATE(4579)] = 10452, + [SMALL_STATE(4580)] = 10518, + [SMALL_STATE(4581)] = 10584, + [SMALL_STATE(4582)] = 10650, + [SMALL_STATE(4583)] = 10716, + [SMALL_STATE(4584)] = 10782, + [SMALL_STATE(4585)] = 10848, + [SMALL_STATE(4586)] = 10914, + [SMALL_STATE(4587)] = 10980, + [SMALL_STATE(4588)] = 11046, + [SMALL_STATE(4589)] = 11112, + [SMALL_STATE(4590)] = 11182, + [SMALL_STATE(4591)] = 11248, + [SMALL_STATE(4592)] = 11314, + [SMALL_STATE(4593)] = 11380, + [SMALL_STATE(4594)] = 11448, + [SMALL_STATE(4595)] = 11516, + [SMALL_STATE(4596)] = 11582, + [SMALL_STATE(4597)] = 11648, + [SMALL_STATE(4598)] = 11714, + [SMALL_STATE(4599)] = 11780, + [SMALL_STATE(4600)] = 11846, + [SMALL_STATE(4601)] = 11912, + [SMALL_STATE(4602)] = 11978, + [SMALL_STATE(4603)] = 12044, + [SMALL_STATE(4604)] = 12110, + [SMALL_STATE(4605)] = 12176, + [SMALL_STATE(4606)] = 12242, + [SMALL_STATE(4607)] = 12308, + [SMALL_STATE(4608)] = 12374, + [SMALL_STATE(4609)] = 12446, + [SMALL_STATE(4610)] = 12512, + [SMALL_STATE(4611)] = 12588, + [SMALL_STATE(4612)] = 12664, + [SMALL_STATE(4613)] = 12740, + [SMALL_STATE(4614)] = 12806, + [SMALL_STATE(4615)] = 12882, + [SMALL_STATE(4616)] = 12962, + [SMALL_STATE(4617)] = 13028, + [SMALL_STATE(4618)] = 13094, + [SMALL_STATE(4619)] = 13160, + [SMALL_STATE(4620)] = 13226, + [SMALL_STATE(4621)] = 13302, + [SMALL_STATE(4622)] = 13368, + [SMALL_STATE(4623)] = 13434, + [SMALL_STATE(4624)] = 13500, + [SMALL_STATE(4625)] = 13566, + [SMALL_STATE(4626)] = 13632, + [SMALL_STATE(4627)] = 13708, + [SMALL_STATE(4628)] = 13784, + [SMALL_STATE(4629)] = 13850, + [SMALL_STATE(4630)] = 13926, + [SMALL_STATE(4631)] = 13992, + [SMALL_STATE(4632)] = 14058, + [SMALL_STATE(4633)] = 14134, + [SMALL_STATE(4634)] = 14200, + [SMALL_STATE(4635)] = 14266, + [SMALL_STATE(4636)] = 14334, + [SMALL_STATE(4637)] = 14400, + [SMALL_STATE(4638)] = 14470, + [SMALL_STATE(4639)] = 14536, + [SMALL_STATE(4640)] = 14602, + [SMALL_STATE(4641)] = 14680, + [SMALL_STATE(4642)] = 14746, + [SMALL_STATE(4643)] = 14814, + [SMALL_STATE(4644)] = 14882, + [SMALL_STATE(4645)] = 14948, + [SMALL_STATE(4646)] = 15014, + [SMALL_STATE(4647)] = 15080, + [SMALL_STATE(4648)] = 15146, + [SMALL_STATE(4649)] = 15212, + [SMALL_STATE(4650)] = 15278, + [SMALL_STATE(4651)] = 15344, + [SMALL_STATE(4652)] = 15410, + [SMALL_STATE(4653)] = 15476, + [SMALL_STATE(4654)] = 15542, + [SMALL_STATE(4655)] = 15608, + [SMALL_STATE(4656)] = 15674, + [SMALL_STATE(4657)] = 15740, + [SMALL_STATE(4658)] = 15808, + [SMALL_STATE(4659)] = 15874, + [SMALL_STATE(4660)] = 15940, + [SMALL_STATE(4661)] = 16010, + [SMALL_STATE(4662)] = 16076, + [SMALL_STATE(4663)] = 16142, + [SMALL_STATE(4664)] = 16208, + [SMALL_STATE(4665)] = 16274, + [SMALL_STATE(4666)] = 16352, + [SMALL_STATE(4667)] = 16418, + [SMALL_STATE(4668)] = 16484, + [SMALL_STATE(4669)] = 16552, + [SMALL_STATE(4670)] = 16618, + [SMALL_STATE(4671)] = 16684, + [SMALL_STATE(4672)] = 16750, + [SMALL_STATE(4673)] = 16820, + [SMALL_STATE(4674)] = 16890, + [SMALL_STATE(4675)] = 16968, + [SMALL_STATE(4676)] = 17046, + [SMALL_STATE(4677)] = 17112, + [SMALL_STATE(4678)] = 17182, + [SMALL_STATE(4679)] = 17252, + [SMALL_STATE(4680)] = 17318, + [SMALL_STATE(4681)] = 17388, + [SMALL_STATE(4682)] = 17454, + [SMALL_STATE(4683)] = 17520, + [SMALL_STATE(4684)] = 17586, + [SMALL_STATE(4685)] = 17666, + [SMALL_STATE(4686)] = 17732, + [SMALL_STATE(4687)] = 17810, + [SMALL_STATE(4688)] = 17876, + [SMALL_STATE(4689)] = 17942, + [SMALL_STATE(4690)] = 18008, + [SMALL_STATE(4691)] = 18074, + [SMALL_STATE(4692)] = 18140, + [SMALL_STATE(4693)] = 18212, + [SMALL_STATE(4694)] = 18280, + [SMALL_STATE(4695)] = 18346, + [SMALL_STATE(4696)] = 18412, + [SMALL_STATE(4697)] = 18478, + [SMALL_STATE(4698)] = 18544, + [SMALL_STATE(4699)] = 18610, + [SMALL_STATE(4700)] = 18676, + [SMALL_STATE(4701)] = 18742, + [SMALL_STATE(4702)] = 18808, + [SMALL_STATE(4703)] = 18874, + [SMALL_STATE(4704)] = 18940, + [SMALL_STATE(4705)] = 19008, + [SMALL_STATE(4706)] = 19074, + [SMALL_STATE(4707)] = 19140, + [SMALL_STATE(4708)] = 19206, + [SMALL_STATE(4709)] = 19272, + [SMALL_STATE(4710)] = 19338, + [SMALL_STATE(4711)] = 19418, + [SMALL_STATE(4712)] = 19496, + [SMALL_STATE(4713)] = 19562, + [SMALL_STATE(4714)] = 19638, + [SMALL_STATE(4715)] = 19704, + [SMALL_STATE(4716)] = 19770, + [SMALL_STATE(4717)] = 19836, + [SMALL_STATE(4718)] = 19902, + [SMALL_STATE(4719)] = 19968, + [SMALL_STATE(4720)] = 20034, + [SMALL_STATE(4721)] = 20100, + [SMALL_STATE(4722)] = 20178, + [SMALL_STATE(4723)] = 20248, + [SMALL_STATE(4724)] = 20314, + [SMALL_STATE(4725)] = 20390, + [SMALL_STATE(4726)] = 20456, + [SMALL_STATE(4727)] = 20522, + [SMALL_STATE(4728)] = 20588, + [SMALL_STATE(4729)] = 20664, + [SMALL_STATE(4730)] = 20740, + [SMALL_STATE(4731)] = 20816, + [SMALL_STATE(4732)] = 20886, + [SMALL_STATE(4733)] = 20962, + [SMALL_STATE(4734)] = 21038, + [SMALL_STATE(4735)] = 21114, + [SMALL_STATE(4736)] = 21190, + [SMALL_STATE(4737)] = 21256, + [SMALL_STATE(4738)] = 21334, + [SMALL_STATE(4739)] = 21400, + [SMALL_STATE(4740)] = 21472, + [SMALL_STATE(4741)] = 21538, + [SMALL_STATE(4742)] = 21608, + [SMALL_STATE(4743)] = 21674, + [SMALL_STATE(4744)] = 21740, + [SMALL_STATE(4745)] = 21820, + [SMALL_STATE(4746)] = 21886, + [SMALL_STATE(4747)] = 21964, + [SMALL_STATE(4748)] = 22030, + [SMALL_STATE(4749)] = 22106, + [SMALL_STATE(4750)] = 22172, + [SMALL_STATE(4751)] = 22238, + [SMALL_STATE(4752)] = 22304, + [SMALL_STATE(4753)] = 22370, + [SMALL_STATE(4754)] = 22436, + [SMALL_STATE(4755)] = 22502, + [SMALL_STATE(4756)] = 22581, + [SMALL_STATE(4757)] = 22650, + [SMALL_STATE(4758)] = 22719, + [SMALL_STATE(4759)] = 22792, + [SMALL_STATE(4760)] = 22857, + [SMALL_STATE(4761)] = 22936, + [SMALL_STATE(4762)] = 23001, + [SMALL_STATE(4763)] = 23070, + [SMALL_STATE(4764)] = 23149, + [SMALL_STATE(4765)] = 23222, + [SMALL_STATE(4766)] = 23295, + [SMALL_STATE(4767)] = 23368, + [SMALL_STATE(4768)] = 23437, + [SMALL_STATE(4769)] = 23510, + [SMALL_STATE(4770)] = 23589, + [SMALL_STATE(4771)] = 23658, + [SMALL_STATE(4772)] = 23723, + [SMALL_STATE(4773)] = 23798, + [SMALL_STATE(4774)] = 23871, + [SMALL_STATE(4775)] = 23944, + [SMALL_STATE(4776)] = 24017, + [SMALL_STATE(4777)] = 24094, + [SMALL_STATE(4778)] = 24167, + [SMALL_STATE(4779)] = 24232, + [SMALL_STATE(4780)] = 24305, + [SMALL_STATE(4781)] = 24384, + [SMALL_STATE(4782)] = 24457, + [SMALL_STATE(4783)] = 24530, + [SMALL_STATE(4784)] = 24595, + [SMALL_STATE(4785)] = 24674, + [SMALL_STATE(4786)] = 24743, + [SMALL_STATE(4787)] = 24808, + [SMALL_STATE(4788)] = 24873, + [SMALL_STATE(4789)] = 24938, + [SMALL_STATE(4790)] = 25003, + [SMALL_STATE(4791)] = 25078, + [SMALL_STATE(4792)] = 25143, + [SMALL_STATE(4793)] = 25218, + [SMALL_STATE(4794)] = 25293, + [SMALL_STATE(4795)] = 25358, + [SMALL_STATE(4796)] = 25423, + [SMALL_STATE(4797)] = 25496, + [SMALL_STATE(4798)] = 25575, + [SMALL_STATE(4799)] = 25648, + [SMALL_STATE(4800)] = 25721, + [SMALL_STATE(4801)] = 25796, + [SMALL_STATE(4802)] = 25871, + [SMALL_STATE(4803)] = 25940, + [SMALL_STATE(4804)] = 26013, + [SMALL_STATE(4805)] = 26090, + [SMALL_STATE(4806)] = 26161, + [SMALL_STATE(4807)] = 26232, + [SMALL_STATE(4808)] = 26307, + [SMALL_STATE(4809)] = 26380, + [SMALL_STATE(4810)] = 26459, + [SMALL_STATE(4811)] = 26534, + [SMALL_STATE(4812)] = 26609, + [SMALL_STATE(4813)] = 26678, + [SMALL_STATE(4814)] = 26753, + [SMALL_STATE(4815)] = 26820, + [SMALL_STATE(4816)] = 26897, + [SMALL_STATE(4817)] = 26976, + [SMALL_STATE(4818)] = 27051, + [SMALL_STATE(4819)] = 27124, + [SMALL_STATE(4820)] = 27197, + [SMALL_STATE(4821)] = 27274, + [SMALL_STATE(4822)] = 27353, + [SMALL_STATE(4823)] = 27426, + [SMALL_STATE(4824)] = 27503, + [SMALL_STATE(4825)] = 27576, + [SMALL_STATE(4826)] = 27649, + [SMALL_STATE(4827)] = 27725, + [SMALL_STATE(4828)] = 27791, + [SMALL_STATE(4829)] = 27855, + [SMALL_STATE(4830)] = 27931, + [SMALL_STATE(4831)] = 28005, + [SMALL_STATE(4832)] = 28081, + [SMALL_STATE(4833)] = 28157, + [SMALL_STATE(4834)] = 28229, + [SMALL_STATE(4835)] = 28301, + [SMALL_STATE(4836)] = 28377, + [SMALL_STATE(4837)] = 28445, + [SMALL_STATE(4838)] = 28509, + [SMALL_STATE(4839)] = 28585, + [SMALL_STATE(4840)] = 28653, + [SMALL_STATE(4841)] = 28721, + [SMALL_STATE(4842)] = 28785, + [SMALL_STATE(4843)] = 28853, + [SMALL_STATE(4844)] = 28917, + [SMALL_STATE(4845)] = 28991, + [SMALL_STATE(4846)] = 29055, + [SMALL_STATE(4847)] = 29131, + [SMALL_STATE(4848)] = 29203, + [SMALL_STATE(4849)] = 29275, + [SMALL_STATE(4850)] = 29347, + [SMALL_STATE(4851)] = 29415, + [SMALL_STATE(4852)] = 29491, + [SMALL_STATE(4853)] = 29563, + [SMALL_STATE(4854)] = 29637, + [SMALL_STATE(4855)] = 29705, + [SMALL_STATE(4856)] = 29769, + [SMALL_STATE(4857)] = 29837, + [SMALL_STATE(4858)] = 29909, + [SMALL_STATE(4859)] = 29977, + [SMALL_STATE(4860)] = 30053, + [SMALL_STATE(4861)] = 30121, + [SMALL_STATE(4862)] = 30185, + [SMALL_STATE(4863)] = 30257, + [SMALL_STATE(4864)] = 30329, + [SMALL_STATE(4865)] = 30393, + [SMALL_STATE(4866)] = 30461, + [SMALL_STATE(4867)] = 30527, + [SMALL_STATE(4868)] = 30595, + [SMALL_STATE(4869)] = 30663, + [SMALL_STATE(4870)] = 30727, + [SMALL_STATE(4871)] = 30801, + [SMALL_STATE(4872)] = 30867, + [SMALL_STATE(4873)] = 30931, + [SMALL_STATE(4874)] = 30999, + [SMALL_STATE(4875)] = 31075, + [SMALL_STATE(4876)] = 31143, + [SMALL_STATE(4877)] = 31211, + [SMALL_STATE(4878)] = 31275, + [SMALL_STATE(4879)] = 31347, + [SMALL_STATE(4880)] = 31415, + [SMALL_STATE(4881)] = 31483, + [SMALL_STATE(4882)] = 31547, + [SMALL_STATE(4883)] = 31615, + [SMALL_STATE(4884)] = 31683, + [SMALL_STATE(4885)] = 31747, + [SMALL_STATE(4886)] = 31815, + [SMALL_STATE(4887)] = 31883, + [SMALL_STATE(4888)] = 31957, + [SMALL_STATE(4889)] = 32021, + [SMALL_STATE(4890)] = 32095, + [SMALL_STATE(4891)] = 32163, + [SMALL_STATE(4892)] = 32231, + [SMALL_STATE(4893)] = 32299, + [SMALL_STATE(4894)] = 32369, + [SMALL_STATE(4895)] = 32437, + [SMALL_STATE(4896)] = 32505, + [SMALL_STATE(4897)] = 32573, + [SMALL_STATE(4898)] = 32643, + [SMALL_STATE(4899)] = 32711, + [SMALL_STATE(4900)] = 32784, + [SMALL_STATE(4901)] = 32847, + [SMALL_STATE(4902)] = 32910, + [SMALL_STATE(4903)] = 32973, + [SMALL_STATE(4904)] = 33036, + [SMALL_STATE(4905)] = 33099, + [SMALL_STATE(4906)] = 33164, + [SMALL_STATE(4907)] = 33227, + [SMALL_STATE(4908)] = 33290, + [SMALL_STATE(4909)] = 33361, + [SMALL_STATE(4910)] = 33432, + [SMALL_STATE(4911)] = 33495, + [SMALL_STATE(4912)] = 33566, + [SMALL_STATE(4913)] = 33629, + [SMALL_STATE(4914)] = 33694, + [SMALL_STATE(4915)] = 33757, + [SMALL_STATE(4916)] = 33820, + [SMALL_STATE(4917)] = 33883, + [SMALL_STATE(4918)] = 33946, + [SMALL_STATE(4919)] = 34011, + [SMALL_STATE(4920)] = 34074, + [SMALL_STATE(4921)] = 34143, + [SMALL_STATE(4922)] = 34206, + [SMALL_STATE(4923)] = 34269, + [SMALL_STATE(4924)] = 34332, + [SMALL_STATE(4925)] = 34395, + [SMALL_STATE(4926)] = 34458, + [SMALL_STATE(4927)] = 34529, + [SMALL_STATE(4928)] = 34600, + [SMALL_STATE(4929)] = 34665, + [SMALL_STATE(4930)] = 34738, + [SMALL_STATE(4931)] = 34809, + [SMALL_STATE(4932)] = 34872, + [SMALL_STATE(4933)] = 34935, + [SMALL_STATE(4934)] = 34998, + [SMALL_STATE(4935)] = 35061, + [SMALL_STATE(4936)] = 35124, + [SMALL_STATE(4937)] = 35187, + [SMALL_STATE(4938)] = 35250, + [SMALL_STATE(4939)] = 35313, + [SMALL_STATE(4940)] = 35376, + [SMALL_STATE(4941)] = 35439, + [SMALL_STATE(4942)] = 35504, + [SMALL_STATE(4943)] = 35567, + [SMALL_STATE(4944)] = 35630, + [SMALL_STATE(4945)] = 35697, + [SMALL_STATE(4946)] = 35760, + [SMALL_STATE(4947)] = 35823, + [SMALL_STATE(4948)] = 35886, + [SMALL_STATE(4949)] = 35949, + [SMALL_STATE(4950)] = 36012, + [SMALL_STATE(4951)] = 36075, + [SMALL_STATE(4952)] = 36138, + [SMALL_STATE(4953)] = 36209, + [SMALL_STATE(4954)] = 36272, + [SMALL_STATE(4955)] = 36335, + [SMALL_STATE(4956)] = 36398, + [SMALL_STATE(4957)] = 36461, + [SMALL_STATE(4958)] = 36534, + [SMALL_STATE(4959)] = 36597, + [SMALL_STATE(4960)] = 36670, + [SMALL_STATE(4961)] = 36733, + [SMALL_STATE(4962)] = 36796, + [SMALL_STATE(4963)] = 36859, + [SMALL_STATE(4964)] = 36930, + [SMALL_STATE(4965)] = 36993, + [SMALL_STATE(4966)] = 37064, + [SMALL_STATE(4967)] = 37127, + [SMALL_STATE(4968)] = 37190, + [SMALL_STATE(4969)] = 37253, + [SMALL_STATE(4970)] = 37316, + [SMALL_STATE(4971)] = 37379, + [SMALL_STATE(4972)] = 37442, + [SMALL_STATE(4973)] = 37505, + [SMALL_STATE(4974)] = 37568, + [SMALL_STATE(4975)] = 37631, + [SMALL_STATE(4976)] = 37694, + [SMALL_STATE(4977)] = 37757, + [SMALL_STATE(4978)] = 37820, + [SMALL_STATE(4979)] = 37889, + [SMALL_STATE(4980)] = 37962, + [SMALL_STATE(4981)] = 38025, + [SMALL_STATE(4982)] = 38088, + [SMALL_STATE(4983)] = 38151, + [SMALL_STATE(4984)] = 38222, + [SMALL_STATE(4985)] = 38285, + [SMALL_STATE(4986)] = 38348, + [SMALL_STATE(4987)] = 38411, + [SMALL_STATE(4988)] = 38476, + [SMALL_STATE(4989)] = 38539, + [SMALL_STATE(4990)] = 38602, + [SMALL_STATE(4991)] = 38665, + [SMALL_STATE(4992)] = 38728, + [SMALL_STATE(4993)] = 38791, + [SMALL_STATE(4994)] = 38854, + [SMALL_STATE(4995)] = 38917, + [SMALL_STATE(4996)] = 38980, + [SMALL_STATE(4997)] = 39043, + [SMALL_STATE(4998)] = 39106, + [SMALL_STATE(4999)] = 39169, + [SMALL_STATE(5000)] = 39234, + [SMALL_STATE(5001)] = 39297, + [SMALL_STATE(5002)] = 39360, + [SMALL_STATE(5003)] = 39431, + [SMALL_STATE(5004)] = 39504, + [SMALL_STATE(5005)] = 39567, + [SMALL_STATE(5006)] = 39634, + [SMALL_STATE(5007)] = 39697, + [SMALL_STATE(5008)] = 39766, + [SMALL_STATE(5009)] = 39829, + [SMALL_STATE(5010)] = 39898, + [SMALL_STATE(5011)] = 39961, + [SMALL_STATE(5012)] = 40024, + [SMALL_STATE(5013)] = 40087, + [SMALL_STATE(5014)] = 40158, + [SMALL_STATE(5015)] = 40221, + [SMALL_STATE(5016)] = 40284, + [SMALL_STATE(5017)] = 40347, + [SMALL_STATE(5018)] = 40410, + [SMALL_STATE(5019)] = 40473, + [SMALL_STATE(5020)] = 40544, + [SMALL_STATE(5021)] = 40607, + [SMALL_STATE(5022)] = 40670, + [SMALL_STATE(5023)] = 40733, + [SMALL_STATE(5024)] = 40804, + [SMALL_STATE(5025)] = 40867, + [SMALL_STATE(5026)] = 40930, + [SMALL_STATE(5027)] = 40993, + [SMALL_STATE(5028)] = 41066, + [SMALL_STATE(5029)] = 41139, + [SMALL_STATE(5030)] = 41202, + [SMALL_STATE(5031)] = 41265, + [SMALL_STATE(5032)] = 41328, + [SMALL_STATE(5033)] = 41391, + [SMALL_STATE(5034)] = 41454, + [SMALL_STATE(5035)] = 41517, + [SMALL_STATE(5036)] = 41580, + [SMALL_STATE(5037)] = 41647, + [SMALL_STATE(5038)] = 41710, + [SMALL_STATE(5039)] = 41773, + [SMALL_STATE(5040)] = 41836, + [SMALL_STATE(5041)] = 41899, + [SMALL_STATE(5042)] = 41972, + [SMALL_STATE(5043)] = 42043, + [SMALL_STATE(5044)] = 42114, + [SMALL_STATE(5045)] = 42187, + [SMALL_STATE(5046)] = 42256, + [SMALL_STATE(5047)] = 42329, + [SMALL_STATE(5048)] = 42392, + [SMALL_STATE(5049)] = 42455, + [SMALL_STATE(5050)] = 42518, + [SMALL_STATE(5051)] = 42581, + [SMALL_STATE(5052)] = 42644, + [SMALL_STATE(5053)] = 42707, + [SMALL_STATE(5054)] = 42780, + [SMALL_STATE(5055)] = 42843, + [SMALL_STATE(5056)] = 42906, + [SMALL_STATE(5057)] = 42973, + [SMALL_STATE(5058)] = 43044, + [SMALL_STATE(5059)] = 43107, + [SMALL_STATE(5060)] = 43170, + [SMALL_STATE(5061)] = 43233, + [SMALL_STATE(5062)] = 43304, + [SMALL_STATE(5063)] = 43367, + [SMALL_STATE(5064)] = 43430, + [SMALL_STATE(5065)] = 43495, + [SMALL_STATE(5066)] = 43558, + [SMALL_STATE(5067)] = 43621, + [SMALL_STATE(5068)] = 43684, + [SMALL_STATE(5069)] = 43747, + [SMALL_STATE(5070)] = 43810, + [SMALL_STATE(5071)] = 43873, + [SMALL_STATE(5072)] = 43946, + [SMALL_STATE(5073)] = 44019, + [SMALL_STATE(5074)] = 44082, + [SMALL_STATE(5075)] = 44153, + [SMALL_STATE(5076)] = 44226, + [SMALL_STATE(5077)] = 44299, + [SMALL_STATE(5078)] = 44362, + [SMALL_STATE(5079)] = 44425, + [SMALL_STATE(5080)] = 44488, + [SMALL_STATE(5081)] = 44551, + [SMALL_STATE(5082)] = 44614, + [SMALL_STATE(5083)] = 44685, + [SMALL_STATE(5084)] = 44747, + [SMALL_STATE(5085)] = 44817, + [SMALL_STATE(5086)] = 44887, + [SMALL_STATE(5087)] = 44953, + [SMALL_STATE(5088)] = 45019, + [SMALL_STATE(5089)] = 45081, + [SMALL_STATE(5090)] = 45151, + [SMALL_STATE(5091)] = 45217, + [SMALL_STATE(5092)] = 45287, + [SMALL_STATE(5093)] = 45357, + [SMALL_STATE(5094)] = 45433, + [SMALL_STATE(5095)] = 45503, + [SMALL_STATE(5096)] = 45569, + [SMALL_STATE(5097)] = 45637, + [SMALL_STATE(5098)] = 45713, + [SMALL_STATE(5099)] = 45777, + [SMALL_STATE(5100)] = 45841, + [SMALL_STATE(5101)] = 45905, + [SMALL_STATE(5102)] = 45969, + [SMALL_STATE(5103)] = 46033, + [SMALL_STATE(5104)] = 46109, + [SMALL_STATE(5105)] = 46185, + [SMALL_STATE(5106)] = 46249, + [SMALL_STATE(5107)] = 46319, + [SMALL_STATE(5108)] = 46389, + [SMALL_STATE(5109)] = 46455, + [SMALL_STATE(5110)] = 46525, + [SMALL_STATE(5111)] = 46595, + [SMALL_STATE(5112)] = 46665, + [SMALL_STATE(5113)] = 46727, + [SMALL_STATE(5114)] = 46797, + [SMALL_STATE(5115)] = 46873, + [SMALL_STATE(5116)] = 46943, + [SMALL_STATE(5117)] = 47005, + [SMALL_STATE(5118)] = 47081, + [SMALL_STATE(5119)] = 47151, + [SMALL_STATE(5120)] = 47213, + [SMALL_STATE(5121)] = 47277, + [SMALL_STATE(5122)] = 47343, + [SMALL_STATE(5123)] = 47419, + [SMALL_STATE(5124)] = 47495, + [SMALL_STATE(5125)] = 47565, + [SMALL_STATE(5126)] = 47641, + [SMALL_STATE(5127)] = 47711, + [SMALL_STATE(5128)] = 47781, + [SMALL_STATE(5129)] = 47847, + [SMALL_STATE(5130)] = 47923, + [SMALL_STATE(5131)] = 47991, + [SMALL_STATE(5132)] = 48061, + [SMALL_STATE(5133)] = 48133, + [SMALL_STATE(5134)] = 48199, + [SMALL_STATE(5135)] = 48265, + [SMALL_STATE(5136)] = 48333, + [SMALL_STATE(5137)] = 48395, + [SMALL_STATE(5138)] = 48459, + [SMALL_STATE(5139)] = 48527, + [SMALL_STATE(5140)] = 48593, + [SMALL_STATE(5141)] = 48663, + [SMALL_STATE(5142)] = 48724, + [SMALL_STATE(5143)] = 48785, + [SMALL_STATE(5144)] = 48860, + [SMALL_STATE(5145)] = 48925, + [SMALL_STATE(5146)] = 48988, + [SMALL_STATE(5147)] = 49051, + [SMALL_STATE(5148)] = 49114, + [SMALL_STATE(5149)] = 49179, + [SMALL_STATE(5150)] = 49242, + [SMALL_STATE(5151)] = 49305, + [SMALL_STATE(5152)] = 49410, + [SMALL_STATE(5153)] = 49515, + [SMALL_STATE(5154)] = 49582, + [SMALL_STATE(5155)] = 49687, + [SMALL_STATE(5156)] = 49760, + [SMALL_STATE(5157)] = 49823, + [SMALL_STATE(5158)] = 49894, + [SMALL_STATE(5159)] = 49999, + [SMALL_STATE(5160)] = 50072, + [SMALL_STATE(5161)] = 50133, + [SMALL_STATE(5162)] = 50206, + [SMALL_STATE(5163)] = 50267, + [SMALL_STATE(5164)] = 50340, + [SMALL_STATE(5165)] = 50401, + [SMALL_STATE(5166)] = 50474, + [SMALL_STATE(5167)] = 50545, + [SMALL_STATE(5168)] = 50620, + [SMALL_STATE(5169)] = 50681, + [SMALL_STATE(5170)] = 50742, + [SMALL_STATE(5171)] = 50815, + [SMALL_STATE(5172)] = 50886, + [SMALL_STATE(5173)] = 50947, + [SMALL_STATE(5174)] = 51014, + [SMALL_STATE(5175)] = 51081, + [SMALL_STATE(5176)] = 51154, + [SMALL_STATE(5177)] = 51215, + [SMALL_STATE(5178)] = 51276, + [SMALL_STATE(5179)] = 51339, + [SMALL_STATE(5180)] = 51406, + [SMALL_STATE(5181)] = 51467, + [SMALL_STATE(5182)] = 51530, + [SMALL_STATE(5183)] = 51591, + [SMALL_STATE(5184)] = 51652, + [SMALL_STATE(5185)] = 51727, + [SMALL_STATE(5186)] = 51790, + [SMALL_STATE(5187)] = 51851, + [SMALL_STATE(5188)] = 51916, + [SMALL_STATE(5189)] = 51989, + [SMALL_STATE(5190)] = 52064, + [SMALL_STATE(5191)] = 52125, + [SMALL_STATE(5192)] = 52198, + [SMALL_STATE(5193)] = 52271, + [SMALL_STATE(5194)] = 52346, + [SMALL_STATE(5195)] = 52407, + [SMALL_STATE(5196)] = 52468, + [SMALL_STATE(5197)] = 52538, + [SMALL_STATE(5198)] = 52600, + [SMALL_STATE(5199)] = 52664, + [SMALL_STATE(5200)] = 52736, + [SMALL_STATE(5201)] = 52806, + [SMALL_STATE(5202)] = 52870, + [SMALL_STATE(5203)] = 52942, + [SMALL_STATE(5204)] = 53014, + [SMALL_STATE(5205)] = 53078, + [SMALL_STATE(5206)] = 53148, + [SMALL_STATE(5207)] = 53218, + [SMALL_STATE(5208)] = 53288, + [SMALL_STATE(5209)] = 53356, + [SMALL_STATE(5210)] = 53420, + [SMALL_STATE(5211)] = 53490, + [SMALL_STATE(5212)] = 53558, + [SMALL_STATE(5213)] = 53628, + [SMALL_STATE(5214)] = 53700, + [SMALL_STATE(5215)] = 53768, + [SMALL_STATE(5216)] = 53832, + [SMALL_STATE(5217)] = 53904, + [SMALL_STATE(5218)] = 53968, + [SMALL_STATE(5219)] = 54030, + [SMALL_STATE(5220)] = 54130, + [SMALL_STATE(5221)] = 54230, + [SMALL_STATE(5222)] = 54292, + [SMALL_STATE(5223)] = 54354, + [SMALL_STATE(5224)] = 54418, + [SMALL_STATE(5225)] = 54482, + [SMALL_STATE(5226)] = 54550, + [SMALL_STATE(5227)] = 54614, + [SMALL_STATE(5228)] = 54678, + [SMALL_STATE(5229)] = 54742, + [SMALL_STATE(5230)] = 54804, + [SMALL_STATE(5231)] = 54874, + [SMALL_STATE(5232)] = 54978, + [SMALL_STATE(5233)] = 55048, + [SMALL_STATE(5234)] = 55118, + [SMALL_STATE(5235)] = 55182, + [SMALL_STATE(5236)] = 55252, + [SMALL_STATE(5237)] = 55322, + [SMALL_STATE(5238)] = 55386, + [SMALL_STATE(5239)] = 55450, + [SMALL_STATE(5240)] = 55520, + [SMALL_STATE(5241)] = 55590, + [SMALL_STATE(5242)] = 55694, + [SMALL_STATE(5243)] = 55794, + [SMALL_STATE(5244)] = 55862, + [SMALL_STATE(5245)] = 55926, + [SMALL_STATE(5246)] = 55990, + [SMALL_STATE(5247)] = 56094, + [SMALL_STATE(5248)] = 56162, + [SMALL_STATE(5249)] = 56226, + [SMALL_STATE(5250)] = 56294, + [SMALL_STATE(5251)] = 56364, + [SMALL_STATE(5252)] = 56434, + [SMALL_STATE(5253)] = 56498, + [SMALL_STATE(5254)] = 56568, + [SMALL_STATE(5255)] = 56638, + [SMALL_STATE(5256)] = 56702, + [SMALL_STATE(5257)] = 56766, + [SMALL_STATE(5258)] = 56830, + [SMALL_STATE(5259)] = 56894, + [SMALL_STATE(5260)] = 56962, + [SMALL_STATE(5261)] = 57032, + [SMALL_STATE(5262)] = 57132, + [SMALL_STATE(5263)] = 57236, + [SMALL_STATE(5264)] = 57300, + [SMALL_STATE(5265)] = 57400, + [SMALL_STATE(5266)] = 57468, + [SMALL_STATE(5267)] = 57536, + [SMALL_STATE(5268)] = 57600, + [SMALL_STATE(5269)] = 57664, + [SMALL_STATE(5270)] = 57723, + [SMALL_STATE(5271)] = 57782, + [SMALL_STATE(5272)] = 57849, + [SMALL_STATE(5273)] = 57908, + [SMALL_STATE(5274)] = 57975, + [SMALL_STATE(5275)] = 58042, + [SMALL_STATE(5276)] = 58101, + [SMALL_STATE(5277)] = 58200, + [SMALL_STATE(5278)] = 58259, + [SMALL_STATE(5279)] = 58356, + [SMALL_STATE(5280)] = 58425, + [SMALL_STATE(5281)] = 58488, + [SMALL_STATE(5282)] = 58547, + [SMALL_STATE(5283)] = 58616, + [SMALL_STATE(5284)] = 58715, + [SMALL_STATE(5285)] = 58814, + [SMALL_STATE(5286)] = 58873, + [SMALL_STATE(5287)] = 58970, + [SMALL_STATE(5288)] = 59029, + [SMALL_STATE(5289)] = 59096, + [SMALL_STATE(5290)] = 59155, + [SMALL_STATE(5291)] = 59214, + [SMALL_STATE(5292)] = 59273, + [SMALL_STATE(5293)] = 59342, + [SMALL_STATE(5294)] = 59401, + [SMALL_STATE(5295)] = 59460, + [SMALL_STATE(5296)] = 59527, + [SMALL_STATE(5297)] = 59586, + [SMALL_STATE(5298)] = 59653, + [SMALL_STATE(5299)] = 59712, + [SMALL_STATE(5300)] = 59809, + [SMALL_STATE(5301)] = 59868, + [SMALL_STATE(5302)] = 59929, + [SMALL_STATE(5303)] = 59996, + [SMALL_STATE(5304)] = 60095, + [SMALL_STATE(5305)] = 60154, + [SMALL_STATE(5306)] = 60235, + [SMALL_STATE(5307)] = 60294, + [SMALL_STATE(5308)] = 60355, + [SMALL_STATE(5309)] = 60452, + [SMALL_STATE(5310)] = 60511, + [SMALL_STATE(5311)] = 60592, + [SMALL_STATE(5312)] = 60651, + [SMALL_STATE(5313)] = 60720, + [SMALL_STATE(5314)] = 60789, + [SMALL_STATE(5315)] = 60858, + [SMALL_STATE(5316)] = 60957, + [SMALL_STATE(5317)] = 61026, + [SMALL_STATE(5318)] = 61093, + [SMALL_STATE(5319)] = 61174, + [SMALL_STATE(5320)] = 61233, + [SMALL_STATE(5321)] = 61292, + [SMALL_STATE(5322)] = 61351, + [SMALL_STATE(5323)] = 61410, + [SMALL_STATE(5324)] = 61469, + [SMALL_STATE(5325)] = 61528, + [SMALL_STATE(5326)] = 61597, + [SMALL_STATE(5327)] = 61656, + [SMALL_STATE(5328)] = 61715, + [SMALL_STATE(5329)] = 61774, + [SMALL_STATE(5330)] = 61833, + [SMALL_STATE(5331)] = 61892, + [SMALL_STATE(5332)] = 61989, + [SMALL_STATE(5333)] = 62048, + [SMALL_STATE(5334)] = 62145, + [SMALL_STATE(5335)] = 62212, + [SMALL_STATE(5336)] = 62271, + [SMALL_STATE(5337)] = 62330, + [SMALL_STATE(5338)] = 62399, + [SMALL_STATE(5339)] = 62468, + [SMALL_STATE(5340)] = 62527, + [SMALL_STATE(5341)] = 62594, + [SMALL_STATE(5342)] = 62653, + [SMALL_STATE(5343)] = 62712, + [SMALL_STATE(5344)] = 62779, + [SMALL_STATE(5345)] = 62838, + [SMALL_STATE(5346)] = 62937, + [SMALL_STATE(5347)] = 62996, + [SMALL_STATE(5348)] = 63055, + [SMALL_STATE(5349)] = 63114, + [SMALL_STATE(5350)] = 63173, + [SMALL_STATE(5351)] = 63272, + [SMALL_STATE(5352)] = 63331, + [SMALL_STATE(5353)] = 63390, + [SMALL_STATE(5354)] = 63451, + [SMALL_STATE(5355)] = 63512, + [SMALL_STATE(5356)] = 63571, + [SMALL_STATE(5357)] = 63630, + [SMALL_STATE(5358)] = 63689, + [SMALL_STATE(5359)] = 63758, + [SMALL_STATE(5360)] = 63817, + [SMALL_STATE(5361)] = 63876, + [SMALL_STATE(5362)] = 63939, + [SMALL_STATE(5363)] = 64038, + [SMALL_STATE(5364)] = 64097, + [SMALL_STATE(5365)] = 64156, + [SMALL_STATE(5366)] = 64253, + [SMALL_STATE(5367)] = 64312, + [SMALL_STATE(5368)] = 64371, + [SMALL_STATE(5369)] = 64430, + [SMALL_STATE(5370)] = 64527, + [SMALL_STATE(5371)] = 64626, + [SMALL_STATE(5372)] = 64685, + [SMALL_STATE(5373)] = 64744, + [SMALL_STATE(5374)] = 64803, + [SMALL_STATE(5375)] = 64900, + [SMALL_STATE(5376)] = 64961, + [SMALL_STATE(5377)] = 65026, + [SMALL_STATE(5378)] = 65089, + [SMALL_STATE(5379)] = 65148, + [SMALL_STATE(5380)] = 65207, + [SMALL_STATE(5381)] = 65272, + [SMALL_STATE(5382)] = 65333, + [SMALL_STATE(5383)] = 65392, + [SMALL_STATE(5384)] = 65451, + [SMALL_STATE(5385)] = 65516, + [SMALL_STATE(5386)] = 65575, + [SMALL_STATE(5387)] = 65634, + [SMALL_STATE(5388)] = 65699, + [SMALL_STATE(5389)] = 65758, + [SMALL_STATE(5390)] = 65817, + [SMALL_STATE(5391)] = 65876, + [SMALL_STATE(5392)] = 65935, + [SMALL_STATE(5393)] = 65994, + [SMALL_STATE(5394)] = 66088, + [SMALL_STATE(5395)] = 66184, + [SMALL_STATE(5396)] = 66278, + [SMALL_STATE(5397)] = 66344, + [SMALL_STATE(5398)] = 66402, + [SMALL_STATE(5399)] = 66468, + [SMALL_STATE(5400)] = 66566, + [SMALL_STATE(5401)] = 66664, + [SMALL_STATE(5402)] = 66730, + [SMALL_STATE(5403)] = 66824, + [SMALL_STATE(5404)] = 66918, + [SMALL_STATE(5405)] = 66984, + [SMALL_STATE(5406)] = 67046, + [SMALL_STATE(5407)] = 67112, + [SMALL_STATE(5408)] = 67206, + [SMALL_STATE(5409)] = 67272, + [SMALL_STATE(5410)] = 67368, + [SMALL_STATE(5411)] = 67434, + [SMALL_STATE(5412)] = 67528, + [SMALL_STATE(5413)] = 67594, + [SMALL_STATE(5414)] = 67660, + [SMALL_STATE(5415)] = 67726, + [SMALL_STATE(5416)] = 67824, + [SMALL_STATE(5417)] = 67884, + [SMALL_STATE(5418)] = 67980, + [SMALL_STATE(5419)] = 68040, + [SMALL_STATE(5420)] = 68098, + [SMALL_STATE(5421)] = 68192, + [SMALL_STATE(5422)] = 68288, + [SMALL_STATE(5423)] = 68384, + [SMALL_STATE(5424)] = 68478, + [SMALL_STATE(5425)] = 68542, + [SMALL_STATE(5426)] = 68604, + [SMALL_STATE(5427)] = 68668, + [SMALL_STATE(5428)] = 68764, + [SMALL_STATE(5429)] = 68826, + [SMALL_STATE(5430)] = 68922, + [SMALL_STATE(5431)] = 69016, + [SMALL_STATE(5432)] = 69110, + [SMALL_STATE(5433)] = 69204, + [SMALL_STATE(5434)] = 69266, + [SMALL_STATE(5435)] = 69328, + [SMALL_STATE(5436)] = 69386, + [SMALL_STATE(5437)] = 69480, + [SMALL_STATE(5438)] = 69576, + [SMALL_STATE(5439)] = 69674, + [SMALL_STATE(5440)] = 69734, + [SMALL_STATE(5441)] = 69828, + [SMALL_STATE(5442)] = 69922, + [SMALL_STATE(5443)] = 70016, + [SMALL_STATE(5444)] = 70110, + [SMALL_STATE(5445)] = 70204, + [SMALL_STATE(5446)] = 70298, + [SMALL_STATE(5447)] = 70392, + [SMALL_STATE(5448)] = 70486, + [SMALL_STATE(5449)] = 70546, + [SMALL_STATE(5450)] = 70640, + [SMALL_STATE(5451)] = 70736, + [SMALL_STATE(5452)] = 70830, + [SMALL_STATE(5453)] = 70924, + [SMALL_STATE(5454)] = 70983, + [SMALL_STATE(5455)] = 71046, + [SMALL_STATE(5456)] = 71107, + [SMALL_STATE(5457)] = 71200, + [SMALL_STATE(5458)] = 71263, + [SMALL_STATE(5459)] = 71356, + [SMALL_STATE(5460)] = 71435, + [SMALL_STATE(5461)] = 71494, + [SMALL_STATE(5462)] = 71553, + [SMALL_STATE(5463)] = 71646, + [SMALL_STATE(5464)] = 71737, + [SMALL_STATE(5465)] = 71798, + [SMALL_STATE(5466)] = 71889, + [SMALL_STATE(5467)] = 71982, + [SMALL_STATE(5468)] = 72075, + [SMALL_STATE(5469)] = 72166, + [SMALL_STATE(5470)] = 72227, + [SMALL_STATE(5471)] = 72286, + [SMALL_STATE(5472)] = 72345, + [SMALL_STATE(5473)] = 72403, + [SMALL_STATE(5474)] = 72461, + [SMALL_STATE(5475)] = 72521, + [SMALL_STATE(5476)] = 72577, + [SMALL_STATE(5477)] = 72635, + [SMALL_STATE(5478)] = 72693, + [SMALL_STATE(5479)] = 72749, + [SMALL_STATE(5480)] = 72805, + [SMALL_STATE(5481)] = 72863, + [SMALL_STATE(5482)] = 72919, + [SMALL_STATE(5483)] = 73004, + [SMALL_STATE(5484)] = 73061, + [SMALL_STATE(5485)] = 73146, + [SMALL_STATE(5486)] = 73203, + [SMALL_STATE(5487)] = 73260, + [SMALL_STATE(5488)] = 73347, + [SMALL_STATE(5489)] = 73404, + [SMALL_STATE(5490)] = 73489, + [SMALL_STATE(5491)] = 73546, + [SMALL_STATE(5492)] = 73631, + [SMALL_STATE(5493)] = 73690, + [SMALL_STATE(5494)] = 73775, + [SMALL_STATE(5495)] = 73860, + [SMALL_STATE(5496)] = 73942, + [SMALL_STATE(5497)] = 74026, + [SMALL_STATE(5498)] = 74110, + [SMALL_STATE(5499)] = 74194, + [SMALL_STATE(5500)] = 74254, + [SMALL_STATE(5501)] = 74338, + [SMALL_STATE(5502)] = 74396, + [SMALL_STATE(5503)] = 74478, + [SMALL_STATE(5504)] = 74562, + [SMALL_STATE(5505)] = 74616, + [SMALL_STATE(5506)] = 74698, + [SMALL_STATE(5507)] = 74780, + [SMALL_STATE(5508)] = 74838, + [SMALL_STATE(5509)] = 74920, + [SMALL_STATE(5510)] = 75002, + [SMALL_STATE(5511)] = 75060, + [SMALL_STATE(5512)] = 75142, + [SMALL_STATE(5513)] = 75224, + [SMALL_STATE(5514)] = 75308, + [SMALL_STATE(5515)] = 75366, + [SMALL_STATE(5516)] = 75423, + [SMALL_STATE(5517)] = 75504, + [SMALL_STATE(5518)] = 75585, + [SMALL_STATE(5519)] = 75666, + [SMALL_STATE(5520)] = 75747, + [SMALL_STATE(5521)] = 75828, + [SMALL_STATE(5522)] = 75909, + [SMALL_STATE(5523)] = 75990, + [SMALL_STATE(5524)] = 76071, + [SMALL_STATE(5525)] = 76128, + [SMALL_STATE(5526)] = 76185, + [SMALL_STATE(5527)] = 76242, + [SMALL_STATE(5528)] = 76315, + [SMALL_STATE(5529)] = 76369, + [SMALL_STATE(5530)] = 76422, + [SMALL_STATE(5531)] = 76477, + [SMALL_STATE(5532)] = 76538, + [SMALL_STATE(5533)] = 76589, + [SMALL_STATE(5534)] = 76643, + [SMALL_STATE(5535)] = 76697, + [SMALL_STATE(5536)] = 76757, + [SMALL_STATE(5537)] = 76807, + [SMALL_STATE(5538)] = 76859, + [SMALL_STATE(5539)] = 76913, + [SMALL_STATE(5540)] = 76967, + [SMALL_STATE(5541)] = 77021, + [SMALL_STATE(5542)] = 77070, + [SMALL_STATE(5543)] = 77123, + [SMALL_STATE(5544)] = 77172, + [SMALL_STATE(5545)] = 77221, + [SMALL_STATE(5546)] = 77270, + [SMALL_STATE(5547)] = 77319, + [SMALL_STATE(5548)] = 77370, + [SMALL_STATE(5549)] = 77419, + [SMALL_STATE(5550)] = 77468, + [SMALL_STATE(5551)] = 77517, + [SMALL_STATE(5552)] = 77566, + [SMALL_STATE(5553)] = 77615, + [SMALL_STATE(5554)] = 77663, + [SMALL_STATE(5555)] = 77709, + [SMALL_STATE(5556)] = 77755, + [SMALL_STATE(5557)] = 77803, + [SMALL_STATE(5558)] = 77849, + [SMALL_STATE(5559)] = 77895, + [SMALL_STATE(5560)] = 77944, + [SMALL_STATE(5561)] = 77991, + [SMALL_STATE(5562)] = 78080, + [SMALL_STATE(5563)] = 78127, + [SMALL_STATE(5564)] = 78174, + [SMALL_STATE(5565)] = 78223, + [SMALL_STATE(5566)] = 78272, + [SMALL_STATE(5567)] = 78321, + [SMALL_STATE(5568)] = 78370, + [SMALL_STATE(5569)] = 78417, + [SMALL_STATE(5570)] = 78464, + [SMALL_STATE(5571)] = 78511, + [SMALL_STATE(5572)] = 78558, + [SMALL_STATE(5573)] = 78605, + [SMALL_STATE(5574)] = 78694, + [SMALL_STATE(5575)] = 78741, + [SMALL_STATE(5576)] = 78830, + [SMALL_STATE(5577)] = 78879, + [SMALL_STATE(5578)] = 78968, + [SMALL_STATE(5579)] = 79015, + [SMALL_STATE(5580)] = 79062, + [SMALL_STATE(5581)] = 79109, + [SMALL_STATE(5582)] = 79156, + [SMALL_STATE(5583)] = 79205, + [SMALL_STATE(5584)] = 79252, + [SMALL_STATE(5585)] = 79299, + [SMALL_STATE(5586)] = 79346, + [SMALL_STATE(5587)] = 79393, + [SMALL_STATE(5588)] = 79442, + [SMALL_STATE(5589)] = 79489, + [SMALL_STATE(5590)] = 79536, + [SMALL_STATE(5591)] = 79583, + [SMALL_STATE(5592)] = 79632, + [SMALL_STATE(5593)] = 79679, + [SMALL_STATE(5594)] = 79726, + [SMALL_STATE(5595)] = 79773, + [SMALL_STATE(5596)] = 79820, + [SMALL_STATE(5597)] = 79909, + [SMALL_STATE(5598)] = 79998, + [SMALL_STATE(5599)] = 80045, + [SMALL_STATE(5600)] = 80092, + [SMALL_STATE(5601)] = 80139, + [SMALL_STATE(5602)] = 80187, + [SMALL_STATE(5603)] = 80268, + [SMALL_STATE(5604)] = 80349, + [SMALL_STATE(5605)] = 80430, + [SMALL_STATE(5606)] = 80511, + [SMALL_STATE(5607)] = 80592, + [SMALL_STATE(5608)] = 80673, + [SMALL_STATE(5609)] = 80754, + [SMALL_STATE(5610)] = 80835, + [SMALL_STATE(5611)] = 80878, + [SMALL_STATE(5612)] = 80959, + [SMALL_STATE(5613)] = 81040, + [SMALL_STATE(5614)] = 81087, + [SMALL_STATE(5615)] = 81168, + [SMALL_STATE(5616)] = 81249, + [SMALL_STATE(5617)] = 81292, + [SMALL_STATE(5618)] = 81373, + [SMALL_STATE(5619)] = 81454, + [SMALL_STATE(5620)] = 81497, + [SMALL_STATE(5621)] = 81578, + [SMALL_STATE(5622)] = 81623, + [SMALL_STATE(5623)] = 81704, + [SMALL_STATE(5624)] = 81750, + [SMALL_STATE(5625)] = 81792, + [SMALL_STATE(5626)] = 81838, + [SMALL_STATE(5627)] = 81880, + [SMALL_STATE(5628)] = 81926, + [SMALL_STATE(5629)] = 81968, + [SMALL_STATE(5630)] = 82012, + [SMALL_STATE(5631)] = 82053, + [SMALL_STATE(5632)] = 82094, + [SMALL_STATE(5633)] = 82141, + [SMALL_STATE(5634)] = 82182, + [SMALL_STATE(5635)] = 82227, + [SMALL_STATE(5636)] = 82272, + [SMALL_STATE(5637)] = 82313, + [SMALL_STATE(5638)] = 82358, + [SMALL_STATE(5639)] = 82399, + [SMALL_STATE(5640)] = 82440, + [SMALL_STATE(5641)] = 82481, + [SMALL_STATE(5642)] = 82522, + [SMALL_STATE(5643)] = 82563, + [SMALL_STATE(5644)] = 82606, + [SMALL_STATE(5645)] = 82651, + [SMALL_STATE(5646)] = 82691, + [SMALL_STATE(5647)] = 82731, + [SMALL_STATE(5648)] = 82771, + [SMALL_STATE(5649)] = 82813, + [SMALL_STATE(5650)] = 82855, + [SMALL_STATE(5651)] = 82901, + [SMALL_STATE(5652)] = 82947, + [SMALL_STATE(5653)] = 82993, + [SMALL_STATE(5654)] = 83035, + [SMALL_STATE(5655)] = 83076, + [SMALL_STATE(5656)] = 83121, + [SMALL_STATE(5657)] = 83162, + [SMALL_STATE(5658)] = 83201, + [SMALL_STATE(5659)] = 83270, + [SMALL_STATE(5660)] = 83309, + [SMALL_STATE(5661)] = 83378, + [SMALL_STATE(5662)] = 83447, + [SMALL_STATE(5663)] = 83516, + [SMALL_STATE(5664)] = 83585, + [SMALL_STATE(5665)] = 83654, + [SMALL_STATE(5666)] = 83723, + [SMALL_STATE(5667)] = 83762, + [SMALL_STATE(5668)] = 83831, + [SMALL_STATE(5669)] = 83900, + [SMALL_STATE(5670)] = 83969, + [SMALL_STATE(5671)] = 84038, + [SMALL_STATE(5672)] = 84107, + [SMALL_STATE(5673)] = 84176, + [SMALL_STATE(5674)] = 84245, + [SMALL_STATE(5675)] = 84314, + [SMALL_STATE(5676)] = 84383, + [SMALL_STATE(5677)] = 84452, + [SMALL_STATE(5678)] = 84521, + [SMALL_STATE(5679)] = 84590, + [SMALL_STATE(5680)] = 84659, + [SMALL_STATE(5681)] = 84728, + [SMALL_STATE(5682)] = 84797, + [SMALL_STATE(5683)] = 84866, + [SMALL_STATE(5684)] = 84935, + [SMALL_STATE(5685)] = 85004, + [SMALL_STATE(5686)] = 85073, + [SMALL_STATE(5687)] = 85112, + [SMALL_STATE(5688)] = 85181, + [SMALL_STATE(5689)] = 85250, + [SMALL_STATE(5690)] = 85289, + [SMALL_STATE(5691)] = 85358, + [SMALL_STATE(5692)] = 85397, + [SMALL_STATE(5693)] = 85466, + [SMALL_STATE(5694)] = 85535, + [SMALL_STATE(5695)] = 85604, + [SMALL_STATE(5696)] = 85673, + [SMALL_STATE(5697)] = 85742, + [SMALL_STATE(5698)] = 85811, + [SMALL_STATE(5699)] = 85880, + [SMALL_STATE(5700)] = 85949, + [SMALL_STATE(5701)] = 86016, + [SMALL_STATE(5702)] = 86085, + [SMALL_STATE(5703)] = 86154, + [SMALL_STATE(5704)] = 86223, + [SMALL_STATE(5705)] = 86292, + [SMALL_STATE(5706)] = 86361, + [SMALL_STATE(5707)] = 86430, + [SMALL_STATE(5708)] = 86499, + [SMALL_STATE(5709)] = 86568, + [SMALL_STATE(5710)] = 86609, + [SMALL_STATE(5711)] = 86678, + [SMALL_STATE(5712)] = 86747, + [SMALL_STATE(5713)] = 86816, + [SMALL_STATE(5714)] = 86855, + [SMALL_STATE(5715)] = 86924, + [SMALL_STATE(5716)] = 86993, + [SMALL_STATE(5717)] = 87062, + [SMALL_STATE(5718)] = 87131, + [SMALL_STATE(5719)] = 87200, + [SMALL_STATE(5720)] = 87269, + [SMALL_STATE(5721)] = 87338, + [SMALL_STATE(5722)] = 87407, + [SMALL_STATE(5723)] = 87476, + [SMALL_STATE(5724)] = 87545, + [SMALL_STATE(5725)] = 87584, + [SMALL_STATE(5726)] = 87653, + [SMALL_STATE(5727)] = 87722, + [SMALL_STATE(5728)] = 87791, + [SMALL_STATE(5729)] = 87860, + [SMALL_STATE(5730)] = 87929, + [SMALL_STATE(5731)] = 87968, + [SMALL_STATE(5732)] = 88037, + [SMALL_STATE(5733)] = 88106, + [SMALL_STATE(5734)] = 88145, + [SMALL_STATE(5735)] = 88213, + [SMALL_STATE(5736)] = 88277, + [SMALL_STATE(5737)] = 88345, + [SMALL_STATE(5738)] = 88413, + [SMALL_STATE(5739)] = 88481, + [SMALL_STATE(5740)] = 88547, + [SMALL_STATE(5741)] = 88615, + [SMALL_STATE(5742)] = 88683, + [SMALL_STATE(5743)] = 88751, + [SMALL_STATE(5744)] = 88819, + [SMALL_STATE(5745)] = 88887, + [SMALL_STATE(5746)] = 88955, + [SMALL_STATE(5747)] = 89023, + [SMALL_STATE(5748)] = 89091, + [SMALL_STATE(5749)] = 89159, + [SMALL_STATE(5750)] = 89227, + [SMALL_STATE(5751)] = 89293, + [SMALL_STATE(5752)] = 89359, + [SMALL_STATE(5753)] = 89427, + [SMALL_STATE(5754)] = 89495, + [SMALL_STATE(5755)] = 89563, + [SMALL_STATE(5756)] = 89631, + [SMALL_STATE(5757)] = 89697, + [SMALL_STATE(5758)] = 89763, + [SMALL_STATE(5759)] = 89829, + [SMALL_STATE(5760)] = 89897, + [SMALL_STATE(5761)] = 89965, + [SMALL_STATE(5762)] = 90033, + [SMALL_STATE(5763)] = 90101, + [SMALL_STATE(5764)] = 90169, + [SMALL_STATE(5765)] = 90237, + [SMALL_STATE(5766)] = 90305, + [SMALL_STATE(5767)] = 90373, + [SMALL_STATE(5768)] = 90441, + [SMALL_STATE(5769)] = 90504, + [SMALL_STATE(5770)] = 90567, + [SMALL_STATE(5771)] = 90630, + [SMALL_STATE(5772)] = 90693, + [SMALL_STATE(5773)] = 90756, + [SMALL_STATE(5774)] = 90819, + [SMALL_STATE(5775)] = 90882, + [SMALL_STATE(5776)] = 90945, + [SMALL_STATE(5777)] = 91008, + [SMALL_STATE(5778)] = 91071, + [SMALL_STATE(5779)] = 91136, + [SMALL_STATE(5780)] = 91199, + [SMALL_STATE(5781)] = 91262, + [SMALL_STATE(5782)] = 91325, + [SMALL_STATE(5783)] = 91388, + [SMALL_STATE(5784)] = 91451, + [SMALL_STATE(5785)] = 91514, + [SMALL_STATE(5786)] = 91577, + [SMALL_STATE(5787)] = 91640, + [SMALL_STATE(5788)] = 91703, + [SMALL_STATE(5789)] = 91766, + [SMALL_STATE(5790)] = 91829, + [SMALL_STATE(5791)] = 91892, + [SMALL_STATE(5792)] = 91955, + [SMALL_STATE(5793)] = 92018, + [SMALL_STATE(5794)] = 92081, + [SMALL_STATE(5795)] = 92144, + [SMALL_STATE(5796)] = 92207, + [SMALL_STATE(5797)] = 92270, + [SMALL_STATE(5798)] = 92333, + [SMALL_STATE(5799)] = 92396, + [SMALL_STATE(5800)] = 92459, + [SMALL_STATE(5801)] = 92524, + [SMALL_STATE(5802)] = 92587, + [SMALL_STATE(5803)] = 92650, + [SMALL_STATE(5804)] = 92713, + [SMALL_STATE(5805)] = 92776, + [SMALL_STATE(5806)] = 92839, + [SMALL_STATE(5807)] = 92902, + [SMALL_STATE(5808)] = 92965, + [SMALL_STATE(5809)] = 93028, + [SMALL_STATE(5810)] = 93091, + [SMALL_STATE(5811)] = 93154, + [SMALL_STATE(5812)] = 93217, + [SMALL_STATE(5813)] = 93280, + [SMALL_STATE(5814)] = 93343, + [SMALL_STATE(5815)] = 93406, + [SMALL_STATE(5816)] = 93469, + [SMALL_STATE(5817)] = 93532, + [SMALL_STATE(5818)] = 93595, + [SMALL_STATE(5819)] = 93658, + [SMALL_STATE(5820)] = 93721, + [SMALL_STATE(5821)] = 93784, + [SMALL_STATE(5822)] = 93847, + [SMALL_STATE(5823)] = 93910, + [SMALL_STATE(5824)] = 93973, + [SMALL_STATE(5825)] = 94036, + [SMALL_STATE(5826)] = 94099, + [SMALL_STATE(5827)] = 94162, + [SMALL_STATE(5828)] = 94225, + [SMALL_STATE(5829)] = 94288, + [SMALL_STATE(5830)] = 94351, + [SMALL_STATE(5831)] = 94414, + [SMALL_STATE(5832)] = 94477, + [SMALL_STATE(5833)] = 94540, + [SMALL_STATE(5834)] = 94603, + [SMALL_STATE(5835)] = 94666, + [SMALL_STATE(5836)] = 94729, + [SMALL_STATE(5837)] = 94792, + [SMALL_STATE(5838)] = 94855, + [SMALL_STATE(5839)] = 94918, + [SMALL_STATE(5840)] = 94981, + [SMALL_STATE(5841)] = 95044, + [SMALL_STATE(5842)] = 95107, + [SMALL_STATE(5843)] = 95170, + [SMALL_STATE(5844)] = 95233, + [SMALL_STATE(5845)] = 95296, + [SMALL_STATE(5846)] = 95359, + [SMALL_STATE(5847)] = 95422, + [SMALL_STATE(5848)] = 95485, + [SMALL_STATE(5849)] = 95548, + [SMALL_STATE(5850)] = 95611, + [SMALL_STATE(5851)] = 95674, + [SMALL_STATE(5852)] = 95737, + [SMALL_STATE(5853)] = 95800, + [SMALL_STATE(5854)] = 95863, + [SMALL_STATE(5855)] = 95926, + [SMALL_STATE(5856)] = 95989, + [SMALL_STATE(5857)] = 96052, + [SMALL_STATE(5858)] = 96115, + [SMALL_STATE(5859)] = 96178, + [SMALL_STATE(5860)] = 96241, + [SMALL_STATE(5861)] = 96304, + [SMALL_STATE(5862)] = 96367, + [SMALL_STATE(5863)] = 96430, + [SMALL_STATE(5864)] = 96493, + [SMALL_STATE(5865)] = 96556, + [SMALL_STATE(5866)] = 96619, + [SMALL_STATE(5867)] = 96682, + [SMALL_STATE(5868)] = 96745, + [SMALL_STATE(5869)] = 96808, + [SMALL_STATE(5870)] = 96871, + [SMALL_STATE(5871)] = 96934, + [SMALL_STATE(5872)] = 96997, + [SMALL_STATE(5873)] = 97060, + [SMALL_STATE(5874)] = 97123, + [SMALL_STATE(5875)] = 97186, + [SMALL_STATE(5876)] = 97249, + [SMALL_STATE(5877)] = 97312, + [SMALL_STATE(5878)] = 97375, + [SMALL_STATE(5879)] = 97440, + [SMALL_STATE(5880)] = 97503, + [SMALL_STATE(5881)] = 97566, + [SMALL_STATE(5882)] = 97629, + [SMALL_STATE(5883)] = 97692, + [SMALL_STATE(5884)] = 97755, + [SMALL_STATE(5885)] = 97818, + [SMALL_STATE(5886)] = 97881, + [SMALL_STATE(5887)] = 97944, + [SMALL_STATE(5888)] = 98007, + [SMALL_STATE(5889)] = 98070, + [SMALL_STATE(5890)] = 98133, + [SMALL_STATE(5891)] = 98196, + [SMALL_STATE(5892)] = 98259, + [SMALL_STATE(5893)] = 98322, + [SMALL_STATE(5894)] = 98385, + [SMALL_STATE(5895)] = 98448, + [SMALL_STATE(5896)] = 98511, + [SMALL_STATE(5897)] = 98574, + [SMALL_STATE(5898)] = 98637, + [SMALL_STATE(5899)] = 98700, + [SMALL_STATE(5900)] = 98763, + [SMALL_STATE(5901)] = 98826, + [SMALL_STATE(5902)] = 98889, + [SMALL_STATE(5903)] = 98952, + [SMALL_STATE(5904)] = 99015, + [SMALL_STATE(5905)] = 99078, + [SMALL_STATE(5906)] = 99141, + [SMALL_STATE(5907)] = 99204, + [SMALL_STATE(5908)] = 99267, + [SMALL_STATE(5909)] = 99330, + [SMALL_STATE(5910)] = 99393, + [SMALL_STATE(5911)] = 99456, + [SMALL_STATE(5912)] = 99519, + [SMALL_STATE(5913)] = 99582, + [SMALL_STATE(5914)] = 99645, + [SMALL_STATE(5915)] = 99708, + [SMALL_STATE(5916)] = 99771, + [SMALL_STATE(5917)] = 99834, + [SMALL_STATE(5918)] = 99897, + [SMALL_STATE(5919)] = 99960, + [SMALL_STATE(5920)] = 100023, + [SMALL_STATE(5921)] = 100086, + [SMALL_STATE(5922)] = 100149, + [SMALL_STATE(5923)] = 100212, + [SMALL_STATE(5924)] = 100275, + [SMALL_STATE(5925)] = 100338, + [SMALL_STATE(5926)] = 100401, + [SMALL_STATE(5927)] = 100464, + [SMALL_STATE(5928)] = 100527, + [SMALL_STATE(5929)] = 100590, + [SMALL_STATE(5930)] = 100653, + [SMALL_STATE(5931)] = 100716, + [SMALL_STATE(5932)] = 100779, + [SMALL_STATE(5933)] = 100842, + [SMALL_STATE(5934)] = 100905, + [SMALL_STATE(5935)] = 100968, + [SMALL_STATE(5936)] = 101031, + [SMALL_STATE(5937)] = 101094, + [SMALL_STATE(5938)] = 101157, + [SMALL_STATE(5939)] = 101220, + [SMALL_STATE(5940)] = 101283, + [SMALL_STATE(5941)] = 101346, + [SMALL_STATE(5942)] = 101409, + [SMALL_STATE(5943)] = 101472, + [SMALL_STATE(5944)] = 101535, + [SMALL_STATE(5945)] = 101598, + [SMALL_STATE(5946)] = 101661, + [SMALL_STATE(5947)] = 101724, + [SMALL_STATE(5948)] = 101787, + [SMALL_STATE(5949)] = 101850, + [SMALL_STATE(5950)] = 101913, + [SMALL_STATE(5951)] = 101976, + [SMALL_STATE(5952)] = 102039, + [SMALL_STATE(5953)] = 102102, + [SMALL_STATE(5954)] = 102165, + [SMALL_STATE(5955)] = 102228, + [SMALL_STATE(5956)] = 102291, + [SMALL_STATE(5957)] = 102354, + [SMALL_STATE(5958)] = 102417, + [SMALL_STATE(5959)] = 102480, + [SMALL_STATE(5960)] = 102543, + [SMALL_STATE(5961)] = 102606, + [SMALL_STATE(5962)] = 102669, + [SMALL_STATE(5963)] = 102732, + [SMALL_STATE(5964)] = 102797, + [SMALL_STATE(5965)] = 102860, + [SMALL_STATE(5966)] = 102923, + [SMALL_STATE(5967)] = 102986, + [SMALL_STATE(5968)] = 103049, + [SMALL_STATE(5969)] = 103112, + [SMALL_STATE(5970)] = 103175, + [SMALL_STATE(5971)] = 103238, + [SMALL_STATE(5972)] = 103301, + [SMALL_STATE(5973)] = 103364, + [SMALL_STATE(5974)] = 103427, + [SMALL_STATE(5975)] = 103490, + [SMALL_STATE(5976)] = 103553, + [SMALL_STATE(5977)] = 103616, + [SMALL_STATE(5978)] = 103679, + [SMALL_STATE(5979)] = 103742, + [SMALL_STATE(5980)] = 103805, + [SMALL_STATE(5981)] = 103868, + [SMALL_STATE(5982)] = 103931, + [SMALL_STATE(5983)] = 103994, + [SMALL_STATE(5984)] = 104057, + [SMALL_STATE(5985)] = 104122, + [SMALL_STATE(5986)] = 104185, + [SMALL_STATE(5987)] = 104248, + [SMALL_STATE(5988)] = 104313, + [SMALL_STATE(5989)] = 104376, + [SMALL_STATE(5990)] = 104439, + [SMALL_STATE(5991)] = 104502, + [SMALL_STATE(5992)] = 104565, + [SMALL_STATE(5993)] = 104630, + [SMALL_STATE(5994)] = 104693, + [SMALL_STATE(5995)] = 104756, + [SMALL_STATE(5996)] = 104819, + [SMALL_STATE(5997)] = 104882, + [SMALL_STATE(5998)] = 104945, + [SMALL_STATE(5999)] = 105008, + [SMALL_STATE(6000)] = 105073, + [SMALL_STATE(6001)] = 105136, + [SMALL_STATE(6002)] = 105199, + [SMALL_STATE(6003)] = 105262, + [SMALL_STATE(6004)] = 105327, + [SMALL_STATE(6005)] = 105390, + [SMALL_STATE(6006)] = 105453, + [SMALL_STATE(6007)] = 105518, + [SMALL_STATE(6008)] = 105581, + [SMALL_STATE(6009)] = 105644, + [SMALL_STATE(6010)] = 105707, + [SMALL_STATE(6011)] = 105770, + [SMALL_STATE(6012)] = 105833, + [SMALL_STATE(6013)] = 105898, + [SMALL_STATE(6014)] = 105961, + [SMALL_STATE(6015)] = 106024, + [SMALL_STATE(6016)] = 106087, + [SMALL_STATE(6017)] = 106150, + [SMALL_STATE(6018)] = 106213, + [SMALL_STATE(6019)] = 106276, + [SMALL_STATE(6020)] = 106339, + [SMALL_STATE(6021)] = 106402, + [SMALL_STATE(6022)] = 106465, + [SMALL_STATE(6023)] = 106528, + [SMALL_STATE(6024)] = 106591, + [SMALL_STATE(6025)] = 106654, + [SMALL_STATE(6026)] = 106717, + [SMALL_STATE(6027)] = 106780, + [SMALL_STATE(6028)] = 106843, + [SMALL_STATE(6029)] = 106906, + [SMALL_STATE(6030)] = 106969, + [SMALL_STATE(6031)] = 107034, + [SMALL_STATE(6032)] = 107097, + [SMALL_STATE(6033)] = 107160, + [SMALL_STATE(6034)] = 107223, + [SMALL_STATE(6035)] = 107286, + [SMALL_STATE(6036)] = 107349, + [SMALL_STATE(6037)] = 107412, + [SMALL_STATE(6038)] = 107475, + [SMALL_STATE(6039)] = 107538, + [SMALL_STATE(6040)] = 107601, + [SMALL_STATE(6041)] = 107664, + [SMALL_STATE(6042)] = 107727, + [SMALL_STATE(6043)] = 107790, + [SMALL_STATE(6044)] = 107853, + [SMALL_STATE(6045)] = 107916, + [SMALL_STATE(6046)] = 107979, + [SMALL_STATE(6047)] = 108042, + [SMALL_STATE(6048)] = 108105, + [SMALL_STATE(6049)] = 108168, + [SMALL_STATE(6050)] = 108231, + [SMALL_STATE(6051)] = 108294, + [SMALL_STATE(6052)] = 108357, + [SMALL_STATE(6053)] = 108420, + [SMALL_STATE(6054)] = 108483, + [SMALL_STATE(6055)] = 108546, + [SMALL_STATE(6056)] = 108609, + [SMALL_STATE(6057)] = 108672, + [SMALL_STATE(6058)] = 108735, + [SMALL_STATE(6059)] = 108798, + [SMALL_STATE(6060)] = 108861, + [SMALL_STATE(6061)] = 108924, + [SMALL_STATE(6062)] = 108987, + [SMALL_STATE(6063)] = 109050, + [SMALL_STATE(6064)] = 109113, + [SMALL_STATE(6065)] = 109176, + [SMALL_STATE(6066)] = 109239, + [SMALL_STATE(6067)] = 109304, + [SMALL_STATE(6068)] = 109367, + [SMALL_STATE(6069)] = 109430, + [SMALL_STATE(6070)] = 109493, + [SMALL_STATE(6071)] = 109556, + [SMALL_STATE(6072)] = 109619, + [SMALL_STATE(6073)] = 109682, + [SMALL_STATE(6074)] = 109745, + [SMALL_STATE(6075)] = 109810, + [SMALL_STATE(6076)] = 109873, + [SMALL_STATE(6077)] = 109936, + [SMALL_STATE(6078)] = 109999, + [SMALL_STATE(6079)] = 110062, + [SMALL_STATE(6080)] = 110125, + [SMALL_STATE(6081)] = 110188, + [SMALL_STATE(6082)] = 110251, + [SMALL_STATE(6083)] = 110314, + [SMALL_STATE(6084)] = 110377, + [SMALL_STATE(6085)] = 110440, + [SMALL_STATE(6086)] = 110503, + [SMALL_STATE(6087)] = 110566, + [SMALL_STATE(6088)] = 110629, + [SMALL_STATE(6089)] = 110692, + [SMALL_STATE(6090)] = 110755, + [SMALL_STATE(6091)] = 110818, + [SMALL_STATE(6092)] = 110881, + [SMALL_STATE(6093)] = 110944, + [SMALL_STATE(6094)] = 111007, + [SMALL_STATE(6095)] = 111070, + [SMALL_STATE(6096)] = 111133, + [SMALL_STATE(6097)] = 111196, + [SMALL_STATE(6098)] = 111259, + [SMALL_STATE(6099)] = 111322, + [SMALL_STATE(6100)] = 111385, + [SMALL_STATE(6101)] = 111448, + [SMALL_STATE(6102)] = 111511, + [SMALL_STATE(6103)] = 111574, + [SMALL_STATE(6104)] = 111639, + [SMALL_STATE(6105)] = 111702, + [SMALL_STATE(6106)] = 111765, + [SMALL_STATE(6107)] = 111830, + [SMALL_STATE(6108)] = 111893, + [SMALL_STATE(6109)] = 111956, + [SMALL_STATE(6110)] = 112019, + [SMALL_STATE(6111)] = 112084, + [SMALL_STATE(6112)] = 112149, + [SMALL_STATE(6113)] = 112214, + [SMALL_STATE(6114)] = 112277, + [SMALL_STATE(6115)] = 112340, + [SMALL_STATE(6116)] = 112403, + [SMALL_STATE(6117)] = 112466, + [SMALL_STATE(6118)] = 112531, + [SMALL_STATE(6119)] = 112594, + [SMALL_STATE(6120)] = 112657, + [SMALL_STATE(6121)] = 112720, + [SMALL_STATE(6122)] = 112783, + [SMALL_STATE(6123)] = 112846, + [SMALL_STATE(6124)] = 112909, + [SMALL_STATE(6125)] = 112972, + [SMALL_STATE(6126)] = 113035, + [SMALL_STATE(6127)] = 113098, + [SMALL_STATE(6128)] = 113161, + [SMALL_STATE(6129)] = 113224, + [SMALL_STATE(6130)] = 113287, + [SMALL_STATE(6131)] = 113350, + [SMALL_STATE(6132)] = 113413, + [SMALL_STATE(6133)] = 113476, + [SMALL_STATE(6134)] = 113539, + [SMALL_STATE(6135)] = 113602, + [SMALL_STATE(6136)] = 113665, + [SMALL_STATE(6137)] = 113728, + [SMALL_STATE(6138)] = 113791, + [SMALL_STATE(6139)] = 113854, + [SMALL_STATE(6140)] = 113917, + [SMALL_STATE(6141)] = 113980, + [SMALL_STATE(6142)] = 114043, + [SMALL_STATE(6143)] = 114106, + [SMALL_STATE(6144)] = 114169, + [SMALL_STATE(6145)] = 114232, + [SMALL_STATE(6146)] = 114295, + [SMALL_STATE(6147)] = 114358, + [SMALL_STATE(6148)] = 114421, + [SMALL_STATE(6149)] = 114484, + [SMALL_STATE(6150)] = 114549, + [SMALL_STATE(6151)] = 114612, + [SMALL_STATE(6152)] = 114675, + [SMALL_STATE(6153)] = 114738, + [SMALL_STATE(6154)] = 114801, + [SMALL_STATE(6155)] = 114864, + [SMALL_STATE(6156)] = 114927, + [SMALL_STATE(6157)] = 114990, + [SMALL_STATE(6158)] = 115053, + [SMALL_STATE(6159)] = 115116, + [SMALL_STATE(6160)] = 115179, + [SMALL_STATE(6161)] = 115242, + [SMALL_STATE(6162)] = 115305, + [SMALL_STATE(6163)] = 115368, + [SMALL_STATE(6164)] = 115431, + [SMALL_STATE(6165)] = 115494, + [SMALL_STATE(6166)] = 115557, + [SMALL_STATE(6167)] = 115620, + [SMALL_STATE(6168)] = 115683, + [SMALL_STATE(6169)] = 115746, + [SMALL_STATE(6170)] = 115811, + [SMALL_STATE(6171)] = 115874, + [SMALL_STATE(6172)] = 115937, + [SMALL_STATE(6173)] = 116000, + [SMALL_STATE(6174)] = 116065, + [SMALL_STATE(6175)] = 116128, + [SMALL_STATE(6176)] = 116191, + [SMALL_STATE(6177)] = 116254, + [SMALL_STATE(6178)] = 116317, + [SMALL_STATE(6179)] = 116382, + [SMALL_STATE(6180)] = 116445, + [SMALL_STATE(6181)] = 116508, + [SMALL_STATE(6182)] = 116571, + [SMALL_STATE(6183)] = 116634, + [SMALL_STATE(6184)] = 116699, + [SMALL_STATE(6185)] = 116762, + [SMALL_STATE(6186)] = 116825, + [SMALL_STATE(6187)] = 116888, + [SMALL_STATE(6188)] = 116951, + [SMALL_STATE(6189)] = 117016, + [SMALL_STATE(6190)] = 117079, + [SMALL_STATE(6191)] = 117142, + [SMALL_STATE(6192)] = 117205, + [SMALL_STATE(6193)] = 117268, + [SMALL_STATE(6194)] = 117331, + [SMALL_STATE(6195)] = 117396, + [SMALL_STATE(6196)] = 117459, + [SMALL_STATE(6197)] = 117522, + [SMALL_STATE(6198)] = 117585, + [SMALL_STATE(6199)] = 117648, + [SMALL_STATE(6200)] = 117711, + [SMALL_STATE(6201)] = 117774, + [SMALL_STATE(6202)] = 117837, + [SMALL_STATE(6203)] = 117900, + [SMALL_STATE(6204)] = 117963, + [SMALL_STATE(6205)] = 118026, + [SMALL_STATE(6206)] = 118089, + [SMALL_STATE(6207)] = 118152, + [SMALL_STATE(6208)] = 118215, + [SMALL_STATE(6209)] = 118278, + [SMALL_STATE(6210)] = 118341, + [SMALL_STATE(6211)] = 118404, + [SMALL_STATE(6212)] = 118467, + [SMALL_STATE(6213)] = 118530, + [SMALL_STATE(6214)] = 118593, + [SMALL_STATE(6215)] = 118656, + [SMALL_STATE(6216)] = 118719, + [SMALL_STATE(6217)] = 118782, + [SMALL_STATE(6218)] = 118845, + [SMALL_STATE(6219)] = 118908, + [SMALL_STATE(6220)] = 118971, + [SMALL_STATE(6221)] = 119034, + [SMALL_STATE(6222)] = 119097, + [SMALL_STATE(6223)] = 119160, + [SMALL_STATE(6224)] = 119223, + [SMALL_STATE(6225)] = 119286, + [SMALL_STATE(6226)] = 119349, + [SMALL_STATE(6227)] = 119412, + [SMALL_STATE(6228)] = 119475, + [SMALL_STATE(6229)] = 119538, + [SMALL_STATE(6230)] = 119601, + [SMALL_STATE(6231)] = 119664, + [SMALL_STATE(6232)] = 119727, + [SMALL_STATE(6233)] = 119790, + [SMALL_STATE(6234)] = 119853, + [SMALL_STATE(6235)] = 119916, + [SMALL_STATE(6236)] = 119979, + [SMALL_STATE(6237)] = 120042, + [SMALL_STATE(6238)] = 120107, + [SMALL_STATE(6239)] = 120170, + [SMALL_STATE(6240)] = 120233, + [SMALL_STATE(6241)] = 120296, + [SMALL_STATE(6242)] = 120359, + [SMALL_STATE(6243)] = 120422, + [SMALL_STATE(6244)] = 120485, + [SMALL_STATE(6245)] = 120548, + [SMALL_STATE(6246)] = 120611, + [SMALL_STATE(6247)] = 120674, + [SMALL_STATE(6248)] = 120737, + [SMALL_STATE(6249)] = 120800, + [SMALL_STATE(6250)] = 120863, + [SMALL_STATE(6251)] = 120926, + [SMALL_STATE(6252)] = 120989, + [SMALL_STATE(6253)] = 121052, + [SMALL_STATE(6254)] = 121115, + [SMALL_STATE(6255)] = 121178, + [SMALL_STATE(6256)] = 121241, + [SMALL_STATE(6257)] = 121304, + [SMALL_STATE(6258)] = 121367, + [SMALL_STATE(6259)] = 121430, + [SMALL_STATE(6260)] = 121493, + [SMALL_STATE(6261)] = 121556, + [SMALL_STATE(6262)] = 121619, + [SMALL_STATE(6263)] = 121682, + [SMALL_STATE(6264)] = 121745, + [SMALL_STATE(6265)] = 121808, + [SMALL_STATE(6266)] = 121871, + [SMALL_STATE(6267)] = 121934, + [SMALL_STATE(6268)] = 121997, + [SMALL_STATE(6269)] = 122060, + [SMALL_STATE(6270)] = 122123, + [SMALL_STATE(6271)] = 122186, + [SMALL_STATE(6272)] = 122249, + [SMALL_STATE(6273)] = 122312, + [SMALL_STATE(6274)] = 122375, + [SMALL_STATE(6275)] = 122438, + [SMALL_STATE(6276)] = 122501, + [SMALL_STATE(6277)] = 122564, + [SMALL_STATE(6278)] = 122627, + [SMALL_STATE(6279)] = 122690, + [SMALL_STATE(6280)] = 122753, + [SMALL_STATE(6281)] = 122816, + [SMALL_STATE(6282)] = 122879, + [SMALL_STATE(6283)] = 122942, + [SMALL_STATE(6284)] = 123005, + [SMALL_STATE(6285)] = 123068, + [SMALL_STATE(6286)] = 123131, + [SMALL_STATE(6287)] = 123194, + [SMALL_STATE(6288)] = 123257, + [SMALL_STATE(6289)] = 123320, + [SMALL_STATE(6290)] = 123383, + [SMALL_STATE(6291)] = 123446, + [SMALL_STATE(6292)] = 123509, + [SMALL_STATE(6293)] = 123572, + [SMALL_STATE(6294)] = 123635, + [SMALL_STATE(6295)] = 123698, + [SMALL_STATE(6296)] = 123761, + [SMALL_STATE(6297)] = 123820, + [SMALL_STATE(6298)] = 123879, + [SMALL_STATE(6299)] = 123938, + [SMALL_STATE(6300)] = 123997, + [SMALL_STATE(6301)] = 124056, + [SMALL_STATE(6302)] = 124115, + [SMALL_STATE(6303)] = 124174, + [SMALL_STATE(6304)] = 124233, + [SMALL_STATE(6305)] = 124292, + [SMALL_STATE(6306)] = 124351, + [SMALL_STATE(6307)] = 124410, + [SMALL_STATE(6308)] = 124469, + [SMALL_STATE(6309)] = 124528, + [SMALL_STATE(6310)] = 124587, + [SMALL_STATE(6311)] = 124646, + [SMALL_STATE(6312)] = 124705, + [SMALL_STATE(6313)] = 124764, + [SMALL_STATE(6314)] = 124823, + [SMALL_STATE(6315)] = 124882, + [SMALL_STATE(6316)] = 124941, + [SMALL_STATE(6317)] = 125000, + [SMALL_STATE(6318)] = 125059, + [SMALL_STATE(6319)] = 125118, + [SMALL_STATE(6320)] = 125177, + [SMALL_STATE(6321)] = 125236, + [SMALL_STATE(6322)] = 125295, + [SMALL_STATE(6323)] = 125354, + [SMALL_STATE(6324)] = 125413, + [SMALL_STATE(6325)] = 125472, + [SMALL_STATE(6326)] = 125531, + [SMALL_STATE(6327)] = 125590, + [SMALL_STATE(6328)] = 125649, + [SMALL_STATE(6329)] = 125708, + [SMALL_STATE(6330)] = 125767, + [SMALL_STATE(6331)] = 125826, + [SMALL_STATE(6332)] = 125885, + [SMALL_STATE(6333)] = 125944, + [SMALL_STATE(6334)] = 126003, + [SMALL_STATE(6335)] = 126062, + [SMALL_STATE(6336)] = 126121, + [SMALL_STATE(6337)] = 126160, + [SMALL_STATE(6338)] = 126219, + [SMALL_STATE(6339)] = 126278, + [SMALL_STATE(6340)] = 126337, + [SMALL_STATE(6341)] = 126396, + [SMALL_STATE(6342)] = 126455, + [SMALL_STATE(6343)] = 126514, + [SMALL_STATE(6344)] = 126573, + [SMALL_STATE(6345)] = 126632, + [SMALL_STATE(6346)] = 126691, + [SMALL_STATE(6347)] = 126730, + [SMALL_STATE(6348)] = 126789, + [SMALL_STATE(6349)] = 126848, + [SMALL_STATE(6350)] = 126907, + [SMALL_STATE(6351)] = 126966, + [SMALL_STATE(6352)] = 127025, + [SMALL_STATE(6353)] = 127080, + [SMALL_STATE(6354)] = 127135, + [SMALL_STATE(6355)] = 127190, + [SMALL_STATE(6356)] = 127245, + [SMALL_STATE(6357)] = 127300, + [SMALL_STATE(6358)] = 127355, + [SMALL_STATE(6359)] = 127410, + [SMALL_STATE(6360)] = 127465, + [SMALL_STATE(6361)] = 127520, + [SMALL_STATE(6362)] = 127572, + [SMALL_STATE(6363)] = 127624, + [SMALL_STATE(6364)] = 127676, + [SMALL_STATE(6365)] = 127728, + [SMALL_STATE(6366)] = 127780, + [SMALL_STATE(6367)] = 127832, + [SMALL_STATE(6368)] = 127884, + [SMALL_STATE(6369)] = 127936, + [SMALL_STATE(6370)] = 127988, + [SMALL_STATE(6371)] = 128040, + [SMALL_STATE(6372)] = 128092, + [SMALL_STATE(6373)] = 128144, + [SMALL_STATE(6374)] = 128196, + [SMALL_STATE(6375)] = 128248, + [SMALL_STATE(6376)] = 128300, + [SMALL_STATE(6377)] = 128352, + [SMALL_STATE(6378)] = 128404, + [SMALL_STATE(6379)] = 128456, + [SMALL_STATE(6380)] = 128508, + [SMALL_STATE(6381)] = 128557, + [SMALL_STATE(6382)] = 128606, + [SMALL_STATE(6383)] = 128655, + [SMALL_STATE(6384)] = 128704, + [SMALL_STATE(6385)] = 128753, + [SMALL_STATE(6386)] = 128802, + [SMALL_STATE(6387)] = 128851, + [SMALL_STATE(6388)] = 128900, + [SMALL_STATE(6389)] = 128949, + [SMALL_STATE(6390)] = 128998, + [SMALL_STATE(6391)] = 129047, + [SMALL_STATE(6392)] = 129096, + [SMALL_STATE(6393)] = 129145, + [SMALL_STATE(6394)] = 129194, + [SMALL_STATE(6395)] = 129243, + [SMALL_STATE(6396)] = 129289, + [SMALL_STATE(6397)] = 129335, + [SMALL_STATE(6398)] = 129381, + [SMALL_STATE(6399)] = 129427, + [SMALL_STATE(6400)] = 129473, + [SMALL_STATE(6401)] = 129519, + [SMALL_STATE(6402)] = 129565, + [SMALL_STATE(6403)] = 129611, + [SMALL_STATE(6404)] = 129657, + [SMALL_STATE(6405)] = 129703, + [SMALL_STATE(6406)] = 129749, + [SMALL_STATE(6407)] = 129795, + [SMALL_STATE(6408)] = 129841, + [SMALL_STATE(6409)] = 129887, + [SMALL_STATE(6410)] = 129933, + [SMALL_STATE(6411)] = 129979, + [SMALL_STATE(6412)] = 130025, + [SMALL_STATE(6413)] = 130071, + [SMALL_STATE(6414)] = 130117, + [SMALL_STATE(6415)] = 130163, + [SMALL_STATE(6416)] = 130209, + [SMALL_STATE(6417)] = 130255, + [SMALL_STATE(6418)] = 130301, + [SMALL_STATE(6419)] = 130347, + [SMALL_STATE(6420)] = 130393, + [SMALL_STATE(6421)] = 130439, + [SMALL_STATE(6422)] = 130485, + [SMALL_STATE(6423)] = 130531, + [SMALL_STATE(6424)] = 130577, + [SMALL_STATE(6425)] = 130623, + [SMALL_STATE(6426)] = 130669, + [SMALL_STATE(6427)] = 130715, + [SMALL_STATE(6428)] = 130761, + [SMALL_STATE(6429)] = 130807, + [SMALL_STATE(6430)] = 130853, + [SMALL_STATE(6431)] = 130899, + [SMALL_STATE(6432)] = 130945, + [SMALL_STATE(6433)] = 130991, + [SMALL_STATE(6434)] = 131037, + [SMALL_STATE(6435)] = 131083, + [SMALL_STATE(6436)] = 131129, + [SMALL_STATE(6437)] = 131175, + [SMALL_STATE(6438)] = 131221, + [SMALL_STATE(6439)] = 131267, + [SMALL_STATE(6440)] = 131313, + [SMALL_STATE(6441)] = 131359, + [SMALL_STATE(6442)] = 131405, + [SMALL_STATE(6443)] = 131451, + [SMALL_STATE(6444)] = 131497, + [SMALL_STATE(6445)] = 131543, + [SMALL_STATE(6446)] = 131589, + [SMALL_STATE(6447)] = 131635, + [SMALL_STATE(6448)] = 131681, + [SMALL_STATE(6449)] = 131727, + [SMALL_STATE(6450)] = 131773, + [SMALL_STATE(6451)] = 131821, + [SMALL_STATE(6452)] = 131869, + [SMALL_STATE(6453)] = 131917, + [SMALL_STATE(6454)] = 131965, + [SMALL_STATE(6455)] = 132013, + [SMALL_STATE(6456)] = 132061, + [SMALL_STATE(6457)] = 132109, + [SMALL_STATE(6458)] = 132157, + [SMALL_STATE(6459)] = 132205, + [SMALL_STATE(6460)] = 132253, + [SMALL_STATE(6461)] = 132301, + [SMALL_STATE(6462)] = 132349, + [SMALL_STATE(6463)] = 132397, + [SMALL_STATE(6464)] = 132445, + [SMALL_STATE(6465)] = 132493, + [SMALL_STATE(6466)] = 132541, + [SMALL_STATE(6467)] = 132589, + [SMALL_STATE(6468)] = 132637, + [SMALL_STATE(6469)] = 132685, + [SMALL_STATE(6470)] = 132733, + [SMALL_STATE(6471)] = 132781, + [SMALL_STATE(6472)] = 132829, + [SMALL_STATE(6473)] = 132875, + [SMALL_STATE(6474)] = 132923, + [SMALL_STATE(6475)] = 132969, + [SMALL_STATE(6476)] = 133015, + [SMALL_STATE(6477)] = 133063, + [SMALL_STATE(6478)] = 133109, [SMALL_STATE(6479)] = 133155, - [SMALL_STATE(6480)] = 133203, - [SMALL_STATE(6481)] = 133251, - [SMALL_STATE(6482)] = 133299, - [SMALL_STATE(6483)] = 133347, + [SMALL_STATE(6480)] = 133201, + [SMALL_STATE(6481)] = 133249, + [SMALL_STATE(6482)] = 133297, + [SMALL_STATE(6483)] = 133345, [SMALL_STATE(6484)] = 133391, - [SMALL_STATE(6485)] = 133439, - [SMALL_STATE(6486)] = 133487, - [SMALL_STATE(6487)] = 133535, - [SMALL_STATE(6488)] = 133583, - [SMALL_STATE(6489)] = 133631, - [SMALL_STATE(6490)] = 133679, - [SMALL_STATE(6491)] = 133727, - [SMALL_STATE(6492)] = 133775, - [SMALL_STATE(6493)] = 133823, - [SMALL_STATE(6494)] = 133871, - [SMALL_STATE(6495)] = 133919, - [SMALL_STATE(6496)] = 133967, - [SMALL_STATE(6497)] = 134015, - [SMALL_STATE(6498)] = 134063, - [SMALL_STATE(6499)] = 134111, - [SMALL_STATE(6500)] = 134159, - [SMALL_STATE(6501)] = 134207, - [SMALL_STATE(6502)] = 134255, - [SMALL_STATE(6503)] = 134303, - [SMALL_STATE(6504)] = 134351, - [SMALL_STATE(6505)] = 134399, - [SMALL_STATE(6506)] = 134447, - [SMALL_STATE(6507)] = 134495, - [SMALL_STATE(6508)] = 134543, - [SMALL_STATE(6509)] = 134591, - [SMALL_STATE(6510)] = 134639, - [SMALL_STATE(6511)] = 134687, - [SMALL_STATE(6512)] = 134735, - [SMALL_STATE(6513)] = 134783, - [SMALL_STATE(6514)] = 134831, - [SMALL_STATE(6515)] = 134879, - [SMALL_STATE(6516)] = 134927, - [SMALL_STATE(6517)] = 134975, - [SMALL_STATE(6518)] = 135023, - [SMALL_STATE(6519)] = 135071, - [SMALL_STATE(6520)] = 135119, - [SMALL_STATE(6521)] = 135167, - [SMALL_STATE(6522)] = 135215, - [SMALL_STATE(6523)] = 135263, - [SMALL_STATE(6524)] = 135311, - [SMALL_STATE(6525)] = 135359, - [SMALL_STATE(6526)] = 135407, - [SMALL_STATE(6527)] = 135455, - [SMALL_STATE(6528)] = 135503, - [SMALL_STATE(6529)] = 135551, - [SMALL_STATE(6530)] = 135599, - [SMALL_STATE(6531)] = 135643, - [SMALL_STATE(6532)] = 135691, - [SMALL_STATE(6533)] = 135739, - [SMALL_STATE(6534)] = 135787, - [SMALL_STATE(6535)] = 135835, - [SMALL_STATE(6536)] = 135883, - [SMALL_STATE(6537)] = 135931, - [SMALL_STATE(6538)] = 135979, - [SMALL_STATE(6539)] = 136027, - [SMALL_STATE(6540)] = 136075, - [SMALL_STATE(6541)] = 136123, - [SMALL_STATE(6542)] = 136171, - [SMALL_STATE(6543)] = 136219, - [SMALL_STATE(6544)] = 136267, - [SMALL_STATE(6545)] = 136315, - [SMALL_STATE(6546)] = 136363, - [SMALL_STATE(6547)] = 136407, - [SMALL_STATE(6548)] = 136455, - [SMALL_STATE(6549)] = 136503, - [SMALL_STATE(6550)] = 136551, - [SMALL_STATE(6551)] = 136599, - [SMALL_STATE(6552)] = 136645, - [SMALL_STATE(6553)] = 136693, - [SMALL_STATE(6554)] = 136741, - [SMALL_STATE(6555)] = 136787, - [SMALL_STATE(6556)] = 136835, - [SMALL_STATE(6557)] = 136883, - [SMALL_STATE(6558)] = 136931, - [SMALL_STATE(6559)] = 136977, - [SMALL_STATE(6560)] = 137023, - [SMALL_STATE(6561)] = 137071, - [SMALL_STATE(6562)] = 137117, - [SMALL_STATE(6563)] = 137163, - [SMALL_STATE(6564)] = 137209, - [SMALL_STATE(6565)] = 137257, - [SMALL_STATE(6566)] = 137303, - [SMALL_STATE(6567)] = 137351, - [SMALL_STATE(6568)] = 137397, - [SMALL_STATE(6569)] = 137445, - [SMALL_STATE(6570)] = 137491, - [SMALL_STATE(6571)] = 137535, - [SMALL_STATE(6572)] = 137583, - [SMALL_STATE(6573)] = 137631, - [SMALL_STATE(6574)] = 137679, - [SMALL_STATE(6575)] = 137725, - [SMALL_STATE(6576)] = 137773, - [SMALL_STATE(6577)] = 137821, - [SMALL_STATE(6578)] = 137867, - [SMALL_STATE(6579)] = 137915, - [SMALL_STATE(6580)] = 137963, - [SMALL_STATE(6581)] = 138011, - [SMALL_STATE(6582)] = 138057, - [SMALL_STATE(6583)] = 138103, - [SMALL_STATE(6584)] = 138149, - [SMALL_STATE(6585)] = 138195, - [SMALL_STATE(6586)] = 138243, - [SMALL_STATE(6587)] = 138291, - [SMALL_STATE(6588)] = 138337, - [SMALL_STATE(6589)] = 138383, - [SMALL_STATE(6590)] = 138429, - [SMALL_STATE(6591)] = 138475, - [SMALL_STATE(6592)] = 138521, - [SMALL_STATE(6593)] = 138569, - [SMALL_STATE(6594)] = 138615, - [SMALL_STATE(6595)] = 138661, - [SMALL_STATE(6596)] = 138707, - [SMALL_STATE(6597)] = 138755, - [SMALL_STATE(6598)] = 138801, - [SMALL_STATE(6599)] = 138849, - [SMALL_STATE(6600)] = 138895, - [SMALL_STATE(6601)] = 138941, - [SMALL_STATE(6602)] = 138987, - [SMALL_STATE(6603)] = 139035, - [SMALL_STATE(6604)] = 139081, - [SMALL_STATE(6605)] = 139127, - [SMALL_STATE(6606)] = 139175, - [SMALL_STATE(6607)] = 139223, - [SMALL_STATE(6608)] = 139269, - [SMALL_STATE(6609)] = 139315, - [SMALL_STATE(6610)] = 139359, - [SMALL_STATE(6611)] = 139405, - [SMALL_STATE(6612)] = 139451, - [SMALL_STATE(6613)] = 139497, - [SMALL_STATE(6614)] = 139543, - [SMALL_STATE(6615)] = 139591, - [SMALL_STATE(6616)] = 139637, - [SMALL_STATE(6617)] = 139683, - [SMALL_STATE(6618)] = 139729, - [SMALL_STATE(6619)] = 139775, - [SMALL_STATE(6620)] = 139821, - [SMALL_STATE(6621)] = 139867, - [SMALL_STATE(6622)] = 139899, - [SMALL_STATE(6623)] = 139947, - [SMALL_STATE(6624)] = 139993, - [SMALL_STATE(6625)] = 140029, - [SMALL_STATE(6626)] = 140075, - [SMALL_STATE(6627)] = 140121, - [SMALL_STATE(6628)] = 140167, - [SMALL_STATE(6629)] = 140213, - [SMALL_STATE(6630)] = 140259, - [SMALL_STATE(6631)] = 140307, - [SMALL_STATE(6632)] = 140355, - [SMALL_STATE(6633)] = 140403, - [SMALL_STATE(6634)] = 140449, - [SMALL_STATE(6635)] = 140493, - [SMALL_STATE(6636)] = 140539, - [SMALL_STATE(6637)] = 140585, - [SMALL_STATE(6638)] = 140631, - [SMALL_STATE(6639)] = 140677, - [SMALL_STATE(6640)] = 140723, - [SMALL_STATE(6641)] = 140769, - [SMALL_STATE(6642)] = 140815, - [SMALL_STATE(6643)] = 140861, - [SMALL_STATE(6644)] = 140907, - [SMALL_STATE(6645)] = 140953, - [SMALL_STATE(6646)] = 140999, - [SMALL_STATE(6647)] = 141045, - [SMALL_STATE(6648)] = 141091, - [SMALL_STATE(6649)] = 141137, - [SMALL_STATE(6650)] = 141183, - [SMALL_STATE(6651)] = 141229, - [SMALL_STATE(6652)] = 141277, - [SMALL_STATE(6653)] = 141323, - [SMALL_STATE(6654)] = 141369, - [SMALL_STATE(6655)] = 141415, - [SMALL_STATE(6656)] = 141461, - [SMALL_STATE(6657)] = 141509, - [SMALL_STATE(6658)] = 141557, - [SMALL_STATE(6659)] = 141605, - [SMALL_STATE(6660)] = 141653, - [SMALL_STATE(6661)] = 141699, - [SMALL_STATE(6662)] = 141747, - [SMALL_STATE(6663)] = 141795, - [SMALL_STATE(6664)] = 141843, - [SMALL_STATE(6665)] = 141891, - [SMALL_STATE(6666)] = 141939, - [SMALL_STATE(6667)] = 141987, - [SMALL_STATE(6668)] = 142035, - [SMALL_STATE(6669)] = 142081, - [SMALL_STATE(6670)] = 142129, - [SMALL_STATE(6671)] = 142177, - [SMALL_STATE(6672)] = 142225, - [SMALL_STATE(6673)] = 142273, - [SMALL_STATE(6674)] = 142321, - [SMALL_STATE(6675)] = 142369, - [SMALL_STATE(6676)] = 142417, - [SMALL_STATE(6677)] = 142465, - [SMALL_STATE(6678)] = 142509, - [SMALL_STATE(6679)] = 142557, - [SMALL_STATE(6680)] = 142605, - [SMALL_STATE(6681)] = 142653, - [SMALL_STATE(6682)] = 142701, - [SMALL_STATE(6683)] = 142749, - [SMALL_STATE(6684)] = 142797, - [SMALL_STATE(6685)] = 142845, - [SMALL_STATE(6686)] = 142893, - [SMALL_STATE(6687)] = 142939, - [SMALL_STATE(6688)] = 142983, - [SMALL_STATE(6689)] = 143031, - [SMALL_STATE(6690)] = 143079, - [SMALL_STATE(6691)] = 143127, - [SMALL_STATE(6692)] = 143173, - [SMALL_STATE(6693)] = 143209, - [SMALL_STATE(6694)] = 143255, - [SMALL_STATE(6695)] = 143301, - [SMALL_STATE(6696)] = 143349, - [SMALL_STATE(6697)] = 143395, - [SMALL_STATE(6698)] = 143441, - [SMALL_STATE(6699)] = 143487, - [SMALL_STATE(6700)] = 143531, - [SMALL_STATE(6701)] = 143577, - [SMALL_STATE(6702)] = 143623, - [SMALL_STATE(6703)] = 143667, - [SMALL_STATE(6704)] = 143713, - [SMALL_STATE(6705)] = 143759, - [SMALL_STATE(6706)] = 143805, - [SMALL_STATE(6707)] = 143851, - [SMALL_STATE(6708)] = 143897, - [SMALL_STATE(6709)] = 143943, - [SMALL_STATE(6710)] = 143989, - [SMALL_STATE(6711)] = 144035, - [SMALL_STATE(6712)] = 144081, - [SMALL_STATE(6713)] = 144129, - [SMALL_STATE(6714)] = 144175, - [SMALL_STATE(6715)] = 144223, - [SMALL_STATE(6716)] = 144271, - [SMALL_STATE(6717)] = 144317, - [SMALL_STATE(6718)] = 144363, - [SMALL_STATE(6719)] = 144409, - [SMALL_STATE(6720)] = 144455, - [SMALL_STATE(6721)] = 144501, - [SMALL_STATE(6722)] = 144549, - [SMALL_STATE(6723)] = 144597, - [SMALL_STATE(6724)] = 144645, - [SMALL_STATE(6725)] = 144691, - [SMALL_STATE(6726)] = 144739, - [SMALL_STATE(6727)] = 144787, - [SMALL_STATE(6728)] = 144835, - [SMALL_STATE(6729)] = 144881, - [SMALL_STATE(6730)] = 144929, - [SMALL_STATE(6731)] = 144977, - [SMALL_STATE(6732)] = 145023, - [SMALL_STATE(6733)] = 145071, - [SMALL_STATE(6734)] = 145117, - [SMALL_STATE(6735)] = 145163, - [SMALL_STATE(6736)] = 145209, - [SMALL_STATE(6737)] = 145257, - [SMALL_STATE(6738)] = 145305, - [SMALL_STATE(6739)] = 145351, - [SMALL_STATE(6740)] = 145397, - [SMALL_STATE(6741)] = 145445, - [SMALL_STATE(6742)] = 145491, - [SMALL_STATE(6743)] = 145539, - [SMALL_STATE(6744)] = 145585, - [SMALL_STATE(6745)] = 145633, - [SMALL_STATE(6746)] = 145679, - [SMALL_STATE(6747)] = 145727, - [SMALL_STATE(6748)] = 145773, - [SMALL_STATE(6749)] = 145821, - [SMALL_STATE(6750)] = 145867, - [SMALL_STATE(6751)] = 145913, - [SMALL_STATE(6752)] = 145959, - [SMALL_STATE(6753)] = 146007, - [SMALL_STATE(6754)] = 146053, - [SMALL_STATE(6755)] = 146101, - [SMALL_STATE(6756)] = 146147, - [SMALL_STATE(6757)] = 146193, - [SMALL_STATE(6758)] = 146239, - [SMALL_STATE(6759)] = 146287, - [SMALL_STATE(6760)] = 146333, - [SMALL_STATE(6761)] = 146381, - [SMALL_STATE(6762)] = 146429, - [SMALL_STATE(6763)] = 146475, - [SMALL_STATE(6764)] = 146521, - [SMALL_STATE(6765)] = 146569, - [SMALL_STATE(6766)] = 146615, - [SMALL_STATE(6767)] = 146663, - [SMALL_STATE(6768)] = 146709, - [SMALL_STATE(6769)] = 146755, - [SMALL_STATE(6770)] = 146801, - [SMALL_STATE(6771)] = 146849, - [SMALL_STATE(6772)] = 146893, - [SMALL_STATE(6773)] = 146941, - [SMALL_STATE(6774)] = 146989, - [SMALL_STATE(6775)] = 147035, - [SMALL_STATE(6776)] = 147081, - [SMALL_STATE(6777)] = 147127, - [SMALL_STATE(6778)] = 147171, - [SMALL_STATE(6779)] = 147217, - [SMALL_STATE(6780)] = 147265, - [SMALL_STATE(6781)] = 147311, - [SMALL_STATE(6782)] = 147359, - [SMALL_STATE(6783)] = 147405, - [SMALL_STATE(6784)] = 147451, - [SMALL_STATE(6785)] = 147497, - [SMALL_STATE(6786)] = 147545, - [SMALL_STATE(6787)] = 147593, - [SMALL_STATE(6788)] = 147641, - [SMALL_STATE(6789)] = 147687, - [SMALL_STATE(6790)] = 147733, - [SMALL_STATE(6791)] = 147779, - [SMALL_STATE(6792)] = 147825, - [SMALL_STATE(6793)] = 147871, - [SMALL_STATE(6794)] = 147919, - [SMALL_STATE(6795)] = 147965, - [SMALL_STATE(6796)] = 148011, - [SMALL_STATE(6797)] = 148059, - [SMALL_STATE(6798)] = 148107, - [SMALL_STATE(6799)] = 148153, - [SMALL_STATE(6800)] = 148199, - [SMALL_STATE(6801)] = 148247, - [SMALL_STATE(6802)] = 148295, - [SMALL_STATE(6803)] = 148341, - [SMALL_STATE(6804)] = 148387, - [SMALL_STATE(6805)] = 148435, - [SMALL_STATE(6806)] = 148483, - [SMALL_STATE(6807)] = 148529, - [SMALL_STATE(6808)] = 148575, - [SMALL_STATE(6809)] = 148621, - [SMALL_STATE(6810)] = 148667, - [SMALL_STATE(6811)] = 148713, - [SMALL_STATE(6812)] = 148759, - [SMALL_STATE(6813)] = 148805, - [SMALL_STATE(6814)] = 148851, - [SMALL_STATE(6815)] = 148897, - [SMALL_STATE(6816)] = 148945, - [SMALL_STATE(6817)] = 148991, - [SMALL_STATE(6818)] = 149037, - [SMALL_STATE(6819)] = 149083, - [SMALL_STATE(6820)] = 149129, - [SMALL_STATE(6821)] = 149175, - [SMALL_STATE(6822)] = 149223, - [SMALL_STATE(6823)] = 149264, - [SMALL_STATE(6824)] = 149305, - [SMALL_STATE(6825)] = 149346, - [SMALL_STATE(6826)] = 149391, - [SMALL_STATE(6827)] = 149432, - [SMALL_STATE(6828)] = 149473, - [SMALL_STATE(6829)] = 149514, - [SMALL_STATE(6830)] = 149555, - [SMALL_STATE(6831)] = 149596, - [SMALL_STATE(6832)] = 149637, - [SMALL_STATE(6833)] = 149678, - [SMALL_STATE(6834)] = 149719, - [SMALL_STATE(6835)] = 149764, - [SMALL_STATE(6836)] = 149805, - [SMALL_STATE(6837)] = 149850, - [SMALL_STATE(6838)] = 149895, - [SMALL_STATE(6839)] = 149936, - [SMALL_STATE(6840)] = 149977, - [SMALL_STATE(6841)] = 150018, - [SMALL_STATE(6842)] = 150059, - [SMALL_STATE(6843)] = 150100, - [SMALL_STATE(6844)] = 150141, - [SMALL_STATE(6845)] = 150182, - [SMALL_STATE(6846)] = 150223, - [SMALL_STATE(6847)] = 150268, - [SMALL_STATE(6848)] = 150309, - [SMALL_STATE(6849)] = 150350, - [SMALL_STATE(6850)] = 150395, - [SMALL_STATE(6851)] = 150436, - [SMALL_STATE(6852)] = 150477, - [SMALL_STATE(6853)] = 150518, - [SMALL_STATE(6854)] = 150559, - [SMALL_STATE(6855)] = 150604, - [SMALL_STATE(6856)] = 150645, - [SMALL_STATE(6857)] = 150686, - [SMALL_STATE(6858)] = 150731, - [SMALL_STATE(6859)] = 150776, - [SMALL_STATE(6860)] = 150817, - [SMALL_STATE(6861)] = 150862, - [SMALL_STATE(6862)] = 150907, - [SMALL_STATE(6863)] = 150948, - [SMALL_STATE(6864)] = 150985, - [SMALL_STATE(6865)] = 151030, - [SMALL_STATE(6866)] = 151071, - [SMALL_STATE(6867)] = 151112, - [SMALL_STATE(6868)] = 151153, - [SMALL_STATE(6869)] = 151198, - [SMALL_STATE(6870)] = 151239, - [SMALL_STATE(6871)] = 151284, - [SMALL_STATE(6872)] = 151325, - [SMALL_STATE(6873)] = 151366, - [SMALL_STATE(6874)] = 151407, - [SMALL_STATE(6875)] = 151448, - [SMALL_STATE(6876)] = 151489, - [SMALL_STATE(6877)] = 151530, - [SMALL_STATE(6878)] = 151571, - [SMALL_STATE(6879)] = 151612, - [SMALL_STATE(6880)] = 151649, - [SMALL_STATE(6881)] = 151690, - [SMALL_STATE(6882)] = 151731, - [SMALL_STATE(6883)] = 151772, - [SMALL_STATE(6884)] = 151813, - [SMALL_STATE(6885)] = 151854, - [SMALL_STATE(6886)] = 151895, - [SMALL_STATE(6887)] = 151936, - [SMALL_STATE(6888)] = 151977, - [SMALL_STATE(6889)] = 152018, - [SMALL_STATE(6890)] = 152059, - [SMALL_STATE(6891)] = 152100, - [SMALL_STATE(6892)] = 152145, - [SMALL_STATE(6893)] = 152186, - [SMALL_STATE(6894)] = 152220, - [SMALL_STATE(6895)] = 152254, - [SMALL_STATE(6896)] = 152288, - [SMALL_STATE(6897)] = 152318, - [SMALL_STATE(6898)] = 152358, - [SMALL_STATE(6899)] = 152388, - [SMALL_STATE(6900)] = 152422, - [SMALL_STATE(6901)] = 152459, - [SMALL_STATE(6902)] = 152496, - [SMALL_STATE(6903)] = 152533, - [SMALL_STATE(6904)] = 152570, - [SMALL_STATE(6905)] = 152607, - [SMALL_STATE(6906)] = 152644, - [SMALL_STATE(6907)] = 152681, - [SMALL_STATE(6908)] = 152718, - [SMALL_STATE(6909)] = 152755, - [SMALL_STATE(6910)] = 152792, - [SMALL_STATE(6911)] = 152829, - [SMALL_STATE(6912)] = 152866, - [SMALL_STATE(6913)] = 152903, - [SMALL_STATE(6914)] = 152940, - [SMALL_STATE(6915)] = 152977, - [SMALL_STATE(6916)] = 153014, - [SMALL_STATE(6917)] = 153051, - [SMALL_STATE(6918)] = 153088, - [SMALL_STATE(6919)] = 153115, - [SMALL_STATE(6920)] = 153152, - [SMALL_STATE(6921)] = 153189, - [SMALL_STATE(6922)] = 153226, - [SMALL_STATE(6923)] = 153263, - [SMALL_STATE(6924)] = 153300, - [SMALL_STATE(6925)] = 153337, - [SMALL_STATE(6926)] = 153374, - [SMALL_STATE(6927)] = 153411, - [SMALL_STATE(6928)] = 153448, - [SMALL_STATE(6929)] = 153485, - [SMALL_STATE(6930)] = 153522, - [SMALL_STATE(6931)] = 153559, - [SMALL_STATE(6932)] = 153596, - [SMALL_STATE(6933)] = 153633, - [SMALL_STATE(6934)] = 153670, - [SMALL_STATE(6935)] = 153699, - [SMALL_STATE(6936)] = 153728, - [SMALL_STATE(6937)] = 153765, - [SMALL_STATE(6938)] = 153802, - [SMALL_STATE(6939)] = 153839, - [SMALL_STATE(6940)] = 153873, - [SMALL_STATE(6941)] = 153907, - [SMALL_STATE(6942)] = 153941, - [SMALL_STATE(6943)] = 153975, - [SMALL_STATE(6944)] = 154009, - [SMALL_STATE(6945)] = 154043, - [SMALL_STATE(6946)] = 154077, - [SMALL_STATE(6947)] = 154111, - [SMALL_STATE(6948)] = 154145, - [SMALL_STATE(6949)] = 154181, - [SMALL_STATE(6950)] = 154215, - [SMALL_STATE(6951)] = 154249, - [SMALL_STATE(6952)] = 154273, - [SMALL_STATE(6953)] = 154307, - [SMALL_STATE(6954)] = 154335, - [SMALL_STATE(6955)] = 154369, - [SMALL_STATE(6956)] = 154403, - [SMALL_STATE(6957)] = 154431, - [SMALL_STATE(6958)] = 154465, - [SMALL_STATE(6959)] = 154499, - [SMALL_STATE(6960)] = 154533, - [SMALL_STATE(6961)] = 154567, - [SMALL_STATE(6962)] = 154595, - [SMALL_STATE(6963)] = 154631, - [SMALL_STATE(6964)] = 154665, - [SMALL_STATE(6965)] = 154699, - [SMALL_STATE(6966)] = 154735, - [SMALL_STATE(6967)] = 154769, - [SMALL_STATE(6968)] = 154803, - [SMALL_STATE(6969)] = 154837, - [SMALL_STATE(6970)] = 154873, - [SMALL_STATE(6971)] = 154909, - [SMALL_STATE(6972)] = 154943, - [SMALL_STATE(6973)] = 154977, - [SMALL_STATE(6974)] = 155011, - [SMALL_STATE(6975)] = 155045, - [SMALL_STATE(6976)] = 155081, - [SMALL_STATE(6977)] = 155117, - [SMALL_STATE(6978)] = 155151, - [SMALL_STATE(6979)] = 155185, - [SMALL_STATE(6980)] = 155209, - [SMALL_STATE(6981)] = 155243, - [SMALL_STATE(6982)] = 155273, - [SMALL_STATE(6983)] = 155307, - [SMALL_STATE(6984)] = 155341, - [SMALL_STATE(6985)] = 155377, - [SMALL_STATE(6986)] = 155411, - [SMALL_STATE(6987)] = 155445, - [SMALL_STATE(6988)] = 155479, - [SMALL_STATE(6989)] = 155510, - [SMALL_STATE(6990)] = 155541, - [SMALL_STATE(6991)] = 155572, - [SMALL_STATE(6992)] = 155605, - [SMALL_STATE(6993)] = 155638, - [SMALL_STATE(6994)] = 155669, - [SMALL_STATE(6995)] = 155692, - [SMALL_STATE(6996)] = 155725, - [SMALL_STATE(6997)] = 155756, - [SMALL_STATE(6998)] = 155787, - [SMALL_STATE(6999)] = 155820, - [SMALL_STATE(7000)] = 155851, - [SMALL_STATE(7001)] = 155884, - [SMALL_STATE(7002)] = 155915, - [SMALL_STATE(7003)] = 155948, - [SMALL_STATE(7004)] = 155981, - [SMALL_STATE(7005)] = 156014, - [SMALL_STATE(7006)] = 156045, - [SMALL_STATE(7007)] = 156076, - [SMALL_STATE(7008)] = 156109, - [SMALL_STATE(7009)] = 156140, - [SMALL_STATE(7010)] = 156173, - [SMALL_STATE(7011)] = 156206, - [SMALL_STATE(7012)] = 156239, - [SMALL_STATE(7013)] = 156270, - [SMALL_STATE(7014)] = 156303, - [SMALL_STATE(7015)] = 156334, - [SMALL_STATE(7016)] = 156365, - [SMALL_STATE(7017)] = 156396, - [SMALL_STATE(7018)] = 156427, - [SMALL_STATE(7019)] = 156460, - [SMALL_STATE(7020)] = 156491, - [SMALL_STATE(7021)] = 156522, - [SMALL_STATE(7022)] = 156553, - [SMALL_STATE(7023)] = 156584, - [SMALL_STATE(7024)] = 156607, - [SMALL_STATE(7025)] = 156630, - [SMALL_STATE(7026)] = 156663, - [SMALL_STATE(7027)] = 156698, - [SMALL_STATE(7028)] = 156729, - [SMALL_STATE(7029)] = 156760, - [SMALL_STATE(7030)] = 156783, - [SMALL_STATE(7031)] = 156816, - [SMALL_STATE(7032)] = 156849, - [SMALL_STATE(7033)] = 156878, - [SMALL_STATE(7034)] = 156907, - [SMALL_STATE(7035)] = 156940, - [SMALL_STATE(7036)] = 156973, - [SMALL_STATE(7037)] = 157004, - [SMALL_STATE(7038)] = 157035, - [SMALL_STATE(7039)] = 157068, - [SMALL_STATE(7040)] = 157099, - [SMALL_STATE(7041)] = 157132, - [SMALL_STATE(7042)] = 157165, - [SMALL_STATE(7043)] = 157198, - [SMALL_STATE(7044)] = 157231, - [SMALL_STATE(7045)] = 157264, - [SMALL_STATE(7046)] = 157295, - [SMALL_STATE(7047)] = 157326, - [SMALL_STATE(7048)] = 157359, - [SMALL_STATE(7049)] = 157392, - [SMALL_STATE(7050)] = 157425, - [SMALL_STATE(7051)] = 157458, - [SMALL_STATE(7052)] = 157489, - [SMALL_STATE(7053)] = 157522, - [SMALL_STATE(7054)] = 157555, - [SMALL_STATE(7055)] = 157582, - [SMALL_STATE(7056)] = 157615, - [SMALL_STATE(7057)] = 157648, - [SMALL_STATE(7058)] = 157683, - [SMALL_STATE(7059)] = 157716, - [SMALL_STATE(7060)] = 157749, - [SMALL_STATE(7061)] = 157780, - [SMALL_STATE(7062)] = 157813, - [SMALL_STATE(7063)] = 157844, - [SMALL_STATE(7064)] = 157877, - [SMALL_STATE(7065)] = 157908, - [SMALL_STATE(7066)] = 157941, - [SMALL_STATE(7067)] = 157972, - [SMALL_STATE(7068)] = 158003, - [SMALL_STATE(7069)] = 158034, - [SMALL_STATE(7070)] = 158067, - [SMALL_STATE(7071)] = 158098, - [SMALL_STATE(7072)] = 158129, - [SMALL_STATE(7073)] = 158162, - [SMALL_STATE(7074)] = 158195, - [SMALL_STATE(7075)] = 158226, - [SMALL_STATE(7076)] = 158257, - [SMALL_STATE(7077)] = 158288, - [SMALL_STATE(7078)] = 158321, - [SMALL_STATE(7079)] = 158354, - [SMALL_STATE(7080)] = 158385, - [SMALL_STATE(7081)] = 158416, - [SMALL_STATE(7082)] = 158449, - [SMALL_STATE(7083)] = 158480, - [SMALL_STATE(7084)] = 158511, - [SMALL_STATE(7085)] = 158544, - [SMALL_STATE(7086)] = 158575, - [SMALL_STATE(7087)] = 158606, - [SMALL_STATE(7088)] = 158637, - [SMALL_STATE(7089)] = 158670, - [SMALL_STATE(7090)] = 158703, - [SMALL_STATE(7091)] = 158734, - [SMALL_STATE(7092)] = 158767, - [SMALL_STATE(7093)] = 158800, - [SMALL_STATE(7094)] = 158833, - [SMALL_STATE(7095)] = 158864, - [SMALL_STATE(7096)] = 158897, - [SMALL_STATE(7097)] = 158930, - [SMALL_STATE(7098)] = 158963, - [SMALL_STATE(7099)] = 158994, - [SMALL_STATE(7100)] = 159027, - [SMALL_STATE(7101)] = 159060, - [SMALL_STATE(7102)] = 159091, - [SMALL_STATE(7103)] = 159124, - [SMALL_STATE(7104)] = 159155, - [SMALL_STATE(7105)] = 159186, - [SMALL_STATE(7106)] = 159219, - [SMALL_STATE(7107)] = 159252, - [SMALL_STATE(7108)] = 159283, - [SMALL_STATE(7109)] = 159314, - [SMALL_STATE(7110)] = 159347, - [SMALL_STATE(7111)] = 159380, - [SMALL_STATE(7112)] = 159413, - [SMALL_STATE(7113)] = 159444, - [SMALL_STATE(7114)] = 159475, - [SMALL_STATE(7115)] = 159506, - [SMALL_STATE(7116)] = 159537, - [SMALL_STATE(7117)] = 159568, - [SMALL_STATE(7118)] = 159601, - [SMALL_STATE(7119)] = 159634, - [SMALL_STATE(7120)] = 159665, - [SMALL_STATE(7121)] = 159696, - [SMALL_STATE(7122)] = 159727, - [SMALL_STATE(7123)] = 159758, - [SMALL_STATE(7124)] = 159789, - [SMALL_STATE(7125)] = 159820, - [SMALL_STATE(7126)] = 159851, - [SMALL_STATE(7127)] = 159882, - [SMALL_STATE(7128)] = 159915, - [SMALL_STATE(7129)] = 159948, - [SMALL_STATE(7130)] = 159981, - [SMALL_STATE(7131)] = 160014, - [SMALL_STATE(7132)] = 160045, - [SMALL_STATE(7133)] = 160076, - [SMALL_STATE(7134)] = 160107, - [SMALL_STATE(7135)] = 160138, - [SMALL_STATE(7136)] = 160171, - [SMALL_STATE(7137)] = 160202, - [SMALL_STATE(7138)] = 160233, - [SMALL_STATE(7139)] = 160266, - [SMALL_STATE(7140)] = 160297, - [SMALL_STATE(7141)] = 160328, - [SMALL_STATE(7142)] = 160361, - [SMALL_STATE(7143)] = 160392, - [SMALL_STATE(7144)] = 160425, - [SMALL_STATE(7145)] = 160458, - [SMALL_STATE(7146)] = 160491, - [SMALL_STATE(7147)] = 160522, - [SMALL_STATE(7148)] = 160553, - [SMALL_STATE(7149)] = 160586, - [SMALL_STATE(7150)] = 160619, - [SMALL_STATE(7151)] = 160652, - [SMALL_STATE(7152)] = 160685, - [SMALL_STATE(7153)] = 160716, - [SMALL_STATE(7154)] = 160749, - [SMALL_STATE(7155)] = 160780, - [SMALL_STATE(7156)] = 160811, - [SMALL_STATE(7157)] = 160844, - [SMALL_STATE(7158)] = 160877, - [SMALL_STATE(7159)] = 160908, - [SMALL_STATE(7160)] = 160941, - [SMALL_STATE(7161)] = 160973, - [SMALL_STATE(7162)] = 161003, - [SMALL_STATE(7163)] = 161035, - [SMALL_STATE(7164)] = 161067, - [SMALL_STATE(7165)] = 161097, - [SMALL_STATE(7166)] = 161127, - [SMALL_STATE(7167)] = 161159, - [SMALL_STATE(7168)] = 161189, - [SMALL_STATE(7169)] = 161219, - [SMALL_STATE(7170)] = 161251, - [SMALL_STATE(7171)] = 161283, - [SMALL_STATE(7172)] = 161315, - [SMALL_STATE(7173)] = 161345, - [SMALL_STATE(7174)] = 161377, - [SMALL_STATE(7175)] = 161409, - [SMALL_STATE(7176)] = 161441, - [SMALL_STATE(7177)] = 161471, - [SMALL_STATE(7178)] = 161501, - [SMALL_STATE(7179)] = 161531, - [SMALL_STATE(7180)] = 161561, - [SMALL_STATE(7181)] = 161593, - [SMALL_STATE(7182)] = 161623, - [SMALL_STATE(7183)] = 161653, - [SMALL_STATE(7184)] = 161683, - [SMALL_STATE(7185)] = 161713, - [SMALL_STATE(7186)] = 161743, - [SMALL_STATE(7187)] = 161773, - [SMALL_STATE(7188)] = 161805, - [SMALL_STATE(7189)] = 161835, - [SMALL_STATE(7190)] = 161867, - [SMALL_STATE(7191)] = 161899, - [SMALL_STATE(7192)] = 161931, - [SMALL_STATE(7193)] = 161963, - [SMALL_STATE(7194)] = 161995, - [SMALL_STATE(7195)] = 162027, - [SMALL_STATE(7196)] = 162059, - [SMALL_STATE(7197)] = 162091, - [SMALL_STATE(7198)] = 162123, - [SMALL_STATE(7199)] = 162153, - [SMALL_STATE(7200)] = 162185, - [SMALL_STATE(7201)] = 162217, - [SMALL_STATE(7202)] = 162249, - [SMALL_STATE(7203)] = 162281, - [SMALL_STATE(7204)] = 162311, - [SMALL_STATE(7205)] = 162341, - [SMALL_STATE(7206)] = 162373, - [SMALL_STATE(7207)] = 162405, - [SMALL_STATE(7208)] = 162437, - [SMALL_STATE(7209)] = 162469, - [SMALL_STATE(7210)] = 162499, - [SMALL_STATE(7211)] = 162529, - [SMALL_STATE(7212)] = 162561, - [SMALL_STATE(7213)] = 162593, - [SMALL_STATE(7214)] = 162623, - [SMALL_STATE(7215)] = 162655, - [SMALL_STATE(7216)] = 162687, - [SMALL_STATE(7217)] = 162717, - [SMALL_STATE(7218)] = 162747, - [SMALL_STATE(7219)] = 162779, - [SMALL_STATE(7220)] = 162809, - [SMALL_STATE(7221)] = 162841, - [SMALL_STATE(7222)] = 162871, - [SMALL_STATE(7223)] = 162903, - [SMALL_STATE(7224)] = 162933, - [SMALL_STATE(7225)] = 162965, - [SMALL_STATE(7226)] = 162997, - [SMALL_STATE(7227)] = 163029, - [SMALL_STATE(7228)] = 163059, - [SMALL_STATE(7229)] = 163089, - [SMALL_STATE(7230)] = 163121, - [SMALL_STATE(7231)] = 163153, - [SMALL_STATE(7232)] = 163185, - [SMALL_STATE(7233)] = 163215, - [SMALL_STATE(7234)] = 163247, - [SMALL_STATE(7235)] = 163277, - [SMALL_STATE(7236)] = 163307, - [SMALL_STATE(7237)] = 163339, - [SMALL_STATE(7238)] = 163369, - [SMALL_STATE(7239)] = 163401, - [SMALL_STATE(7240)] = 163433, - [SMALL_STATE(7241)] = 163465, - [SMALL_STATE(7242)] = 163497, - [SMALL_STATE(7243)] = 163527, - [SMALL_STATE(7244)] = 163559, - [SMALL_STATE(7245)] = 163591, - [SMALL_STATE(7246)] = 163623, - [SMALL_STATE(7247)] = 163655, - [SMALL_STATE(7248)] = 163687, - [SMALL_STATE(7249)] = 163719, - [SMALL_STATE(7250)] = 163751, - [SMALL_STATE(7251)] = 163781, - [SMALL_STATE(7252)] = 163813, - [SMALL_STATE(7253)] = 163843, - [SMALL_STATE(7254)] = 163875, - [SMALL_STATE(7255)] = 163907, - [SMALL_STATE(7256)] = 163939, - [SMALL_STATE(7257)] = 163971, - [SMALL_STATE(7258)] = 164003, - [SMALL_STATE(7259)] = 164033, - [SMALL_STATE(7260)] = 164063, - [SMALL_STATE(7261)] = 164093, - [SMALL_STATE(7262)] = 164125, - [SMALL_STATE(7263)] = 164157, - [SMALL_STATE(7264)] = 164187, - [SMALL_STATE(7265)] = 164219, - [SMALL_STATE(7266)] = 164251, - [SMALL_STATE(7267)] = 164283, - [SMALL_STATE(7268)] = 164315, - [SMALL_STATE(7269)] = 164345, - [SMALL_STATE(7270)] = 164375, - [SMALL_STATE(7271)] = 164405, - [SMALL_STATE(7272)] = 164437, - [SMALL_STATE(7273)] = 164469, - [SMALL_STATE(7274)] = 164501, - [SMALL_STATE(7275)] = 164531, - [SMALL_STATE(7276)] = 164561, - [SMALL_STATE(7277)] = 164593, - [SMALL_STATE(7278)] = 164623, - [SMALL_STATE(7279)] = 164653, - [SMALL_STATE(7280)] = 164685, - [SMALL_STATE(7281)] = 164717, - [SMALL_STATE(7282)] = 164747, - [SMALL_STATE(7283)] = 164779, - [SMALL_STATE(7284)] = 164811, - [SMALL_STATE(7285)] = 164841, - [SMALL_STATE(7286)] = 164873, - [SMALL_STATE(7287)] = 164903, - [SMALL_STATE(7288)] = 164933, - [SMALL_STATE(7289)] = 164965, - [SMALL_STATE(7290)] = 164997, - [SMALL_STATE(7291)] = 165029, - [SMALL_STATE(7292)] = 165059, - [SMALL_STATE(7293)] = 165091, - [SMALL_STATE(7294)] = 165123, - [SMALL_STATE(7295)] = 165155, - [SMALL_STATE(7296)] = 165187, - [SMALL_STATE(7297)] = 165217, - [SMALL_STATE(7298)] = 165249, - [SMALL_STATE(7299)] = 165281, - [SMALL_STATE(7300)] = 165313, - [SMALL_STATE(7301)] = 165343, - [SMALL_STATE(7302)] = 165375, - [SMALL_STATE(7303)] = 165407, - [SMALL_STATE(7304)] = 165437, - [SMALL_STATE(7305)] = 165469, - [SMALL_STATE(7306)] = 165501, - [SMALL_STATE(7307)] = 165531, - [SMALL_STATE(7308)] = 165563, - [SMALL_STATE(7309)] = 165595, - [SMALL_STATE(7310)] = 165627, - [SMALL_STATE(7311)] = 165657, - [SMALL_STATE(7312)] = 165689, - [SMALL_STATE(7313)] = 165721, - [SMALL_STATE(7314)] = 165753, - [SMALL_STATE(7315)] = 165785, - [SMALL_STATE(7316)] = 165817, - [SMALL_STATE(7317)] = 165849, - [SMALL_STATE(7318)] = 165881, - [SMALL_STATE(7319)] = 165911, - [SMALL_STATE(7320)] = 165943, - [SMALL_STATE(7321)] = 165973, - [SMALL_STATE(7322)] = 166003, - [SMALL_STATE(7323)] = 166035, - [SMALL_STATE(7324)] = 166067, - [SMALL_STATE(7325)] = 166097, - [SMALL_STATE(7326)] = 166129, - [SMALL_STATE(7327)] = 166159, - [SMALL_STATE(7328)] = 166191, - [SMALL_STATE(7329)] = 166221, - [SMALL_STATE(7330)] = 166253, - [SMALL_STATE(7331)] = 166285, - [SMALL_STATE(7332)] = 166315, - [SMALL_STATE(7333)] = 166347, - [SMALL_STATE(7334)] = 166379, - [SMALL_STATE(7335)] = 166411, - [SMALL_STATE(7336)] = 166443, - [SMALL_STATE(7337)] = 166475, - [SMALL_STATE(7338)] = 166507, - [SMALL_STATE(7339)] = 166539, - [SMALL_STATE(7340)] = 166571, - [SMALL_STATE(7341)] = 166603, - [SMALL_STATE(7342)] = 166633, - [SMALL_STATE(7343)] = 166665, - [SMALL_STATE(7344)] = 166697, - [SMALL_STATE(7345)] = 166729, - [SMALL_STATE(7346)] = 166761, - [SMALL_STATE(7347)] = 166793, - [SMALL_STATE(7348)] = 166825, - [SMALL_STATE(7349)] = 166857, - [SMALL_STATE(7350)] = 166889, - [SMALL_STATE(7351)] = 166921, - [SMALL_STATE(7352)] = 166953, - [SMALL_STATE(7353)] = 166985, - [SMALL_STATE(7354)] = 167015, - [SMALL_STATE(7355)] = 167047, - [SMALL_STATE(7356)] = 167079, - [SMALL_STATE(7357)] = 167111, - [SMALL_STATE(7358)] = 167141, - [SMALL_STATE(7359)] = 167171, - [SMALL_STATE(7360)] = 167201, - [SMALL_STATE(7361)] = 167231, - [SMALL_STATE(7362)] = 167263, - [SMALL_STATE(7363)] = 167293, - [SMALL_STATE(7364)] = 167325, - [SMALL_STATE(7365)] = 167355, - [SMALL_STATE(7366)] = 167385, - [SMALL_STATE(7367)] = 167415, - [SMALL_STATE(7368)] = 167447, - [SMALL_STATE(7369)] = 167477, - [SMALL_STATE(7370)] = 167507, - [SMALL_STATE(7371)] = 167537, - [SMALL_STATE(7372)] = 167567, - [SMALL_STATE(7373)] = 167597, - [SMALL_STATE(7374)] = 167629, - [SMALL_STATE(7375)] = 167659, - [SMALL_STATE(7376)] = 167689, - [SMALL_STATE(7377)] = 167719, - [SMALL_STATE(7378)] = 167751, - [SMALL_STATE(7379)] = 167781, - [SMALL_STATE(7380)] = 167811, - [SMALL_STATE(7381)] = 167841, - [SMALL_STATE(7382)] = 167873, - [SMALL_STATE(7383)] = 167903, - [SMALL_STATE(7384)] = 167935, - [SMALL_STATE(7385)] = 167956, - [SMALL_STATE(7386)] = 167977, - [SMALL_STATE(7387)] = 167998, - [SMALL_STATE(7388)] = 168019, - [SMALL_STATE(7389)] = 168040, - [SMALL_STATE(7390)] = 168067, - [SMALL_STATE(7391)] = 168092, - [SMALL_STATE(7392)] = 168117, - [SMALL_STATE(7393)] = 168154, - [SMALL_STATE(7394)] = 168179, - [SMALL_STATE(7395)] = 168204, - [SMALL_STATE(7396)] = 168225, - [SMALL_STATE(7397)] = 168246, - [SMALL_STATE(7398)] = 168267, - [SMALL_STATE(7399)] = 168288, - [SMALL_STATE(7400)] = 168309, - [SMALL_STATE(7401)] = 168335, - [SMALL_STATE(7402)] = 168361, - [SMALL_STATE(7403)] = 168387, - [SMALL_STATE(7404)] = 168413, - [SMALL_STATE(7405)] = 168439, - [SMALL_STATE(7406)] = 168465, - [SMALL_STATE(7407)] = 168491, - [SMALL_STATE(7408)] = 168517, - [SMALL_STATE(7409)] = 168539, - [SMALL_STATE(7410)] = 168565, - [SMALL_STATE(7411)] = 168591, - [SMALL_STATE(7412)] = 168617, - [SMALL_STATE(7413)] = 168643, - [SMALL_STATE(7414)] = 168663, - [SMALL_STATE(7415)] = 168687, - [SMALL_STATE(7416)] = 168713, - [SMALL_STATE(7417)] = 168739, - [SMALL_STATE(7418)] = 168765, - [SMALL_STATE(7419)] = 168791, - [SMALL_STATE(7420)] = 168817, - [SMALL_STATE(7421)] = 168843, - [SMALL_STATE(7422)] = 168869, - [SMALL_STATE(7423)] = 168893, - [SMALL_STATE(7424)] = 168919, - [SMALL_STATE(7425)] = 168945, - [SMALL_STATE(7426)] = 168971, - [SMALL_STATE(7427)] = 168997, - [SMALL_STATE(7428)] = 169023, - [SMALL_STATE(7429)] = 169049, - [SMALL_STATE(7430)] = 169075, - [SMALL_STATE(7431)] = 169101, - [SMALL_STATE(7432)] = 169127, - [SMALL_STATE(7433)] = 169153, - [SMALL_STATE(7434)] = 169179, - [SMALL_STATE(7435)] = 169213, - [SMALL_STATE(7436)] = 169239, - [SMALL_STATE(7437)] = 169265, - [SMALL_STATE(7438)] = 169291, - [SMALL_STATE(7439)] = 169317, - [SMALL_STATE(7440)] = 169343, - [SMALL_STATE(7441)] = 169367, - [SMALL_STATE(7442)] = 169393, - [SMALL_STATE(7443)] = 169419, - [SMALL_STATE(7444)] = 169445, - [SMALL_STATE(7445)] = 169469, - [SMALL_STATE(7446)] = 169493, - [SMALL_STATE(7447)] = 169519, - [SMALL_STATE(7448)] = 169545, - [SMALL_STATE(7449)] = 169571, - [SMALL_STATE(7450)] = 169595, - [SMALL_STATE(7451)] = 169617, - [SMALL_STATE(7452)] = 169643, - [SMALL_STATE(7453)] = 169677, - [SMALL_STATE(7454)] = 169701, - [SMALL_STATE(7455)] = 169725, - [SMALL_STATE(7456)] = 169749, - [SMALL_STATE(7457)] = 169775, - [SMALL_STATE(7458)] = 169801, - [SMALL_STATE(7459)] = 169827, - [SMALL_STATE(7460)] = 169851, - [SMALL_STATE(7461)] = 169877, - [SMALL_STATE(7462)] = 169901, - [SMALL_STATE(7463)] = 169927, - [SMALL_STATE(7464)] = 169961, - [SMALL_STATE(7465)] = 169987, - [SMALL_STATE(7466)] = 170013, - [SMALL_STATE(7467)] = 170039, - [SMALL_STATE(7468)] = 170063, - [SMALL_STATE(7469)] = 170089, - [SMALL_STATE(7470)] = 170115, - [SMALL_STATE(7471)] = 170141, - [SMALL_STATE(7472)] = 170167, - [SMALL_STATE(7473)] = 170193, - [SMALL_STATE(7474)] = 170219, - [SMALL_STATE(7475)] = 170245, - [SMALL_STATE(7476)] = 170269, - [SMALL_STATE(7477)] = 170291, - [SMALL_STATE(7478)] = 170317, - [SMALL_STATE(7479)] = 170343, - [SMALL_STATE(7480)] = 170369, - [SMALL_STATE(7481)] = 170395, - [SMALL_STATE(7482)] = 170419, - [SMALL_STATE(7483)] = 170445, - [SMALL_STATE(7484)] = 170471, - [SMALL_STATE(7485)] = 170497, - [SMALL_STATE(7486)] = 170523, - [SMALL_STATE(7487)] = 170549, - [SMALL_STATE(7488)] = 170575, - [SMALL_STATE(7489)] = 170601, - [SMALL_STATE(7490)] = 170625, - [SMALL_STATE(7491)] = 170651, - [SMALL_STATE(7492)] = 170677, - [SMALL_STATE(7493)] = 170701, - [SMALL_STATE(7494)] = 170727, - [SMALL_STATE(7495)] = 170753, - [SMALL_STATE(7496)] = 170779, - [SMALL_STATE(7497)] = 170805, - [SMALL_STATE(7498)] = 170831, - [SMALL_STATE(7499)] = 170857, - [SMALL_STATE(7500)] = 170881, - [SMALL_STATE(7501)] = 170907, - [SMALL_STATE(7502)] = 170933, - [SMALL_STATE(7503)] = 170959, - [SMALL_STATE(7504)] = 170985, - [SMALL_STATE(7505)] = 171011, - [SMALL_STATE(7506)] = 171035, - [SMALL_STATE(7507)] = 171061, - [SMALL_STATE(7508)] = 171087, - [SMALL_STATE(7509)] = 171111, - [SMALL_STATE(7510)] = 171137, - [SMALL_STATE(7511)] = 171163, - [SMALL_STATE(7512)] = 171189, - [SMALL_STATE(7513)] = 171223, - [SMALL_STATE(7514)] = 171249, - [SMALL_STATE(7515)] = 171275, - [SMALL_STATE(7516)] = 171301, - [SMALL_STATE(7517)] = 171327, - [SMALL_STATE(7518)] = 171353, - [SMALL_STATE(7519)] = 171379, - [SMALL_STATE(7520)] = 171399, - [SMALL_STATE(7521)] = 171425, - [SMALL_STATE(7522)] = 171447, - [SMALL_STATE(7523)] = 171473, - [SMALL_STATE(7524)] = 171497, - [SMALL_STATE(7525)] = 171523, - [SMALL_STATE(7526)] = 171549, - [SMALL_STATE(7527)] = 171575, - [SMALL_STATE(7528)] = 171609, - [SMALL_STATE(7529)] = 171635, - [SMALL_STATE(7530)] = 171659, - [SMALL_STATE(7531)] = 171685, - [SMALL_STATE(7532)] = 171711, - [SMALL_STATE(7533)] = 171737, - [SMALL_STATE(7534)] = 171761, - [SMALL_STATE(7535)] = 171787, - [SMALL_STATE(7536)] = 171813, - [SMALL_STATE(7537)] = 171839, - [SMALL_STATE(7538)] = 171861, - [SMALL_STATE(7539)] = 171887, - [SMALL_STATE(7540)] = 171913, - [SMALL_STATE(7541)] = 171939, - [SMALL_STATE(7542)] = 171965, - [SMALL_STATE(7543)] = 171989, - [SMALL_STATE(7544)] = 172015, - [SMALL_STATE(7545)] = 172041, - [SMALL_STATE(7546)] = 172065, - [SMALL_STATE(7547)] = 172091, - [SMALL_STATE(7548)] = 172117, - [SMALL_STATE(7549)] = 172143, - [SMALL_STATE(7550)] = 172169, - [SMALL_STATE(7551)] = 172195, - [SMALL_STATE(7552)] = 172221, - [SMALL_STATE(7553)] = 172247, - [SMALL_STATE(7554)] = 172273, - [SMALL_STATE(7555)] = 172299, - [SMALL_STATE(7556)] = 172325, - [SMALL_STATE(7557)] = 172351, - [SMALL_STATE(7558)] = 172385, - [SMALL_STATE(7559)] = 172411, - [SMALL_STATE(7560)] = 172437, - [SMALL_STATE(7561)] = 172463, - [SMALL_STATE(7562)] = 172486, - [SMALL_STATE(7563)] = 172507, - [SMALL_STATE(7564)] = 172530, - [SMALL_STATE(7565)] = 172553, - [SMALL_STATE(7566)] = 172576, - [SMALL_STATE(7567)] = 172599, - [SMALL_STATE(7568)] = 172630, - [SMALL_STATE(7569)] = 172653, - [SMALL_STATE(7570)] = 172674, - [SMALL_STATE(7571)] = 172697, - [SMALL_STATE(7572)] = 172720, - [SMALL_STATE(7573)] = 172743, - [SMALL_STATE(7574)] = 172766, - [SMALL_STATE(7575)] = 172789, - [SMALL_STATE(7576)] = 172812, - [SMALL_STATE(7577)] = 172835, - [SMALL_STATE(7578)] = 172858, - [SMALL_STATE(7579)] = 172881, - [SMALL_STATE(7580)] = 172904, - [SMALL_STATE(7581)] = 172927, - [SMALL_STATE(7582)] = 172950, - [SMALL_STATE(7583)] = 172973, - [SMALL_STATE(7584)] = 172996, - [SMALL_STATE(7585)] = 173017, - [SMALL_STATE(7586)] = 173040, - [SMALL_STATE(7587)] = 173063, - [SMALL_STATE(7588)] = 173086, - [SMALL_STATE(7589)] = 173109, - [SMALL_STATE(7590)] = 173132, - [SMALL_STATE(7591)] = 173155, - [SMALL_STATE(7592)] = 173178, - [SMALL_STATE(7593)] = 173201, - [SMALL_STATE(7594)] = 173224, - [SMALL_STATE(7595)] = 173247, - [SMALL_STATE(7596)] = 173278, - [SMALL_STATE(7597)] = 173301, - [SMALL_STATE(7598)] = 173324, - [SMALL_STATE(7599)] = 173347, - [SMALL_STATE(7600)] = 173370, - [SMALL_STATE(7601)] = 173393, - [SMALL_STATE(7602)] = 173416, - [SMALL_STATE(7603)] = 173439, - [SMALL_STATE(7604)] = 173462, - [SMALL_STATE(7605)] = 173493, - [SMALL_STATE(7606)] = 173516, - [SMALL_STATE(7607)] = 173539, - [SMALL_STATE(7608)] = 173562, - [SMALL_STATE(7609)] = 173585, - [SMALL_STATE(7610)] = 173608, - [SMALL_STATE(7611)] = 173631, - [SMALL_STATE(7612)] = 173654, - [SMALL_STATE(7613)] = 173677, - [SMALL_STATE(7614)] = 173700, - [SMALL_STATE(7615)] = 173723, - [SMALL_STATE(7616)] = 173746, - [SMALL_STATE(7617)] = 173769, - [SMALL_STATE(7618)] = 173792, - [SMALL_STATE(7619)] = 173823, - [SMALL_STATE(7620)] = 173854, - [SMALL_STATE(7621)] = 173885, - [SMALL_STATE(7622)] = 173908, - [SMALL_STATE(7623)] = 173931, - [SMALL_STATE(7624)] = 173954, - [SMALL_STATE(7625)] = 173977, - [SMALL_STATE(7626)] = 174000, - [SMALL_STATE(7627)] = 174023, - [SMALL_STATE(7628)] = 174046, - [SMALL_STATE(7629)] = 174069, - [SMALL_STATE(7630)] = 174092, - [SMALL_STATE(7631)] = 174115, - [SMALL_STATE(7632)] = 174134, - [SMALL_STATE(7633)] = 174165, - [SMALL_STATE(7634)] = 174188, - [SMALL_STATE(7635)] = 174211, - [SMALL_STATE(7636)] = 174234, - [SMALL_STATE(7637)] = 174257, - [SMALL_STATE(7638)] = 174288, - [SMALL_STATE(7639)] = 174311, - [SMALL_STATE(7640)] = 174334, - [SMALL_STATE(7641)] = 174357, - [SMALL_STATE(7642)] = 174380, - [SMALL_STATE(7643)] = 174403, - [SMALL_STATE(7644)] = 174434, - [SMALL_STATE(7645)] = 174457, - [SMALL_STATE(7646)] = 174480, - [SMALL_STATE(7647)] = 174503, - [SMALL_STATE(7648)] = 174534, - [SMALL_STATE(7649)] = 174557, - [SMALL_STATE(7650)] = 174580, - [SMALL_STATE(7651)] = 174603, - [SMALL_STATE(7652)] = 174626, - [SMALL_STATE(7653)] = 174649, - [SMALL_STATE(7654)] = 174672, - [SMALL_STATE(7655)] = 174695, - [SMALL_STATE(7656)] = 174718, - [SMALL_STATE(7657)] = 174741, - [SMALL_STATE(7658)] = 174764, - [SMALL_STATE(7659)] = 174787, - [SMALL_STATE(7660)] = 174810, - [SMALL_STATE(7661)] = 174833, - [SMALL_STATE(7662)] = 174856, - [SMALL_STATE(7663)] = 174879, - [SMALL_STATE(7664)] = 174902, - [SMALL_STATE(7665)] = 174925, - [SMALL_STATE(7666)] = 174956, - [SMALL_STATE(7667)] = 174979, - [SMALL_STATE(7668)] = 175002, - [SMALL_STATE(7669)] = 175025, - [SMALL_STATE(7670)] = 175048, - [SMALL_STATE(7671)] = 175071, - [SMALL_STATE(7672)] = 175094, - [SMALL_STATE(7673)] = 175117, - [SMALL_STATE(7674)] = 175140, - [SMALL_STATE(7675)] = 175163, - [SMALL_STATE(7676)] = 175186, - [SMALL_STATE(7677)] = 175209, - [SMALL_STATE(7678)] = 175232, - [SMALL_STATE(7679)] = 175255, - [SMALL_STATE(7680)] = 175278, - [SMALL_STATE(7681)] = 175301, - [SMALL_STATE(7682)] = 175324, - [SMALL_STATE(7683)] = 175347, - [SMALL_STATE(7684)] = 175370, - [SMALL_STATE(7685)] = 175401, - [SMALL_STATE(7686)] = 175424, - [SMALL_STATE(7687)] = 175447, - [SMALL_STATE(7688)] = 175470, - [SMALL_STATE(7689)] = 175493, - [SMALL_STATE(7690)] = 175516, - [SMALL_STATE(7691)] = 175539, - [SMALL_STATE(7692)] = 175562, - [SMALL_STATE(7693)] = 175585, - [SMALL_STATE(7694)] = 175608, - [SMALL_STATE(7695)] = 175631, - [SMALL_STATE(7696)] = 175654, - [SMALL_STATE(7697)] = 175671, - [SMALL_STATE(7698)] = 175688, - [SMALL_STATE(7699)] = 175711, - [SMALL_STATE(7700)] = 175734, - [SMALL_STATE(7701)] = 175757, - [SMALL_STATE(7702)] = 175780, - [SMALL_STATE(7703)] = 175811, - [SMALL_STATE(7704)] = 175834, - [SMALL_STATE(7705)] = 175857, - [SMALL_STATE(7706)] = 175880, - [SMALL_STATE(7707)] = 175903, - [SMALL_STATE(7708)] = 175926, - [SMALL_STATE(7709)] = 175949, - [SMALL_STATE(7710)] = 175972, - [SMALL_STATE(7711)] = 175995, - [SMALL_STATE(7712)] = 176018, - [SMALL_STATE(7713)] = 176041, - [SMALL_STATE(7714)] = 176064, - [SMALL_STATE(7715)] = 176087, - [SMALL_STATE(7716)] = 176110, - [SMALL_STATE(7717)] = 176133, - [SMALL_STATE(7718)] = 176156, - [SMALL_STATE(7719)] = 176179, - [SMALL_STATE(7720)] = 176202, - [SMALL_STATE(7721)] = 176223, - [SMALL_STATE(7722)] = 176246, - [SMALL_STATE(7723)] = 176277, - [SMALL_STATE(7724)] = 176300, - [SMALL_STATE(7725)] = 176331, - [SMALL_STATE(7726)] = 176354, - [SMALL_STATE(7727)] = 176377, - [SMALL_STATE(7728)] = 176408, - [SMALL_STATE(7729)] = 176431, - [SMALL_STATE(7730)] = 176454, - [SMALL_STATE(7731)] = 176477, - [SMALL_STATE(7732)] = 176500, - [SMALL_STATE(7733)] = 176523, - [SMALL_STATE(7734)] = 176546, - [SMALL_STATE(7735)] = 176569, - [SMALL_STATE(7736)] = 176592, - [SMALL_STATE(7737)] = 176615, - [SMALL_STATE(7738)] = 176638, - [SMALL_STATE(7739)] = 176661, - [SMALL_STATE(7740)] = 176684, - [SMALL_STATE(7741)] = 176707, - [SMALL_STATE(7742)] = 176730, - [SMALL_STATE(7743)] = 176753, - [SMALL_STATE(7744)] = 176776, - [SMALL_STATE(7745)] = 176799, - [SMALL_STATE(7746)] = 176822, - [SMALL_STATE(7747)] = 176853, - [SMALL_STATE(7748)] = 176876, - [SMALL_STATE(7749)] = 176899, - [SMALL_STATE(7750)] = 176922, - [SMALL_STATE(7751)] = 176945, - [SMALL_STATE(7752)] = 176968, - [SMALL_STATE(7753)] = 176991, - [SMALL_STATE(7754)] = 177014, - [SMALL_STATE(7755)] = 177037, - [SMALL_STATE(7756)] = 177060, - [SMALL_STATE(7757)] = 177083, - [SMALL_STATE(7758)] = 177106, - [SMALL_STATE(7759)] = 177129, - [SMALL_STATE(7760)] = 177152, - [SMALL_STATE(7761)] = 177175, - [SMALL_STATE(7762)] = 177198, - [SMALL_STATE(7763)] = 177221, - [SMALL_STATE(7764)] = 177244, - [SMALL_STATE(7765)] = 177267, - [SMALL_STATE(7766)] = 177290, - [SMALL_STATE(7767)] = 177313, - [SMALL_STATE(7768)] = 177336, - [SMALL_STATE(7769)] = 177359, - [SMALL_STATE(7770)] = 177382, - [SMALL_STATE(7771)] = 177405, - [SMALL_STATE(7772)] = 177428, - [SMALL_STATE(7773)] = 177459, - [SMALL_STATE(7774)] = 177482, - [SMALL_STATE(7775)] = 177505, - [SMALL_STATE(7776)] = 177528, - [SMALL_STATE(7777)] = 177551, - [SMALL_STATE(7778)] = 177574, - [SMALL_STATE(7779)] = 177597, - [SMALL_STATE(7780)] = 177620, - [SMALL_STATE(7781)] = 177643, - [SMALL_STATE(7782)] = 177666, - [SMALL_STATE(7783)] = 177689, - [SMALL_STATE(7784)] = 177712, - [SMALL_STATE(7785)] = 177735, - [SMALL_STATE(7786)] = 177758, - [SMALL_STATE(7787)] = 177781, - [SMALL_STATE(7788)] = 177804, - [SMALL_STATE(7789)] = 177835, - [SMALL_STATE(7790)] = 177858, - [SMALL_STATE(7791)] = 177881, - [SMALL_STATE(7792)] = 177898, - [SMALL_STATE(7793)] = 177921, - [SMALL_STATE(7794)] = 177944, - [SMALL_STATE(7795)] = 177967, - [SMALL_STATE(7796)] = 177990, - [SMALL_STATE(7797)] = 178013, - [SMALL_STATE(7798)] = 178036, - [SMALL_STATE(7799)] = 178059, - [SMALL_STATE(7800)] = 178082, - [SMALL_STATE(7801)] = 178113, - [SMALL_STATE(7802)] = 178136, - [SMALL_STATE(7803)] = 178159, - [SMALL_STATE(7804)] = 178190, - [SMALL_STATE(7805)] = 178213, - [SMALL_STATE(7806)] = 178236, - [SMALL_STATE(7807)] = 178259, - [SMALL_STATE(7808)] = 178282, - [SMALL_STATE(7809)] = 178305, - [SMALL_STATE(7810)] = 178336, - [SMALL_STATE(7811)] = 178359, - [SMALL_STATE(7812)] = 178390, - [SMALL_STATE(7813)] = 178413, - [SMALL_STATE(7814)] = 178436, - [SMALL_STATE(7815)] = 178459, - [SMALL_STATE(7816)] = 178482, - [SMALL_STATE(7817)] = 178505, - [SMALL_STATE(7818)] = 178536, - [SMALL_STATE(7819)] = 178559, - [SMALL_STATE(7820)] = 178582, - [SMALL_STATE(7821)] = 178605, - [SMALL_STATE(7822)] = 178628, - [SMALL_STATE(7823)] = 178651, - [SMALL_STATE(7824)] = 178674, - [SMALL_STATE(7825)] = 178697, - [SMALL_STATE(7826)] = 178728, - [SMALL_STATE(7827)] = 178751, - [SMALL_STATE(7828)] = 178774, - [SMALL_STATE(7829)] = 178797, - [SMALL_STATE(7830)] = 178828, - [SMALL_STATE(7831)] = 178851, - [SMALL_STATE(7832)] = 178874, - [SMALL_STATE(7833)] = 178905, - [SMALL_STATE(7834)] = 178928, - [SMALL_STATE(7835)] = 178951, - [SMALL_STATE(7836)] = 178974, - [SMALL_STATE(7837)] = 178997, - [SMALL_STATE(7838)] = 179020, - [SMALL_STATE(7839)] = 179043, - [SMALL_STATE(7840)] = 179061, - [SMALL_STATE(7841)] = 179091, - [SMALL_STATE(7842)] = 179121, - [SMALL_STATE(7843)] = 179151, - [SMALL_STATE(7844)] = 179181, - [SMALL_STATE(7845)] = 179211, - [SMALL_STATE(7846)] = 179236, - [SMALL_STATE(7847)] = 179261, - [SMALL_STATE(7848)] = 179286, - [SMALL_STATE(7849)] = 179313, - [SMALL_STATE(7850)] = 179342, - [SMALL_STATE(7851)] = 179369, - [SMALL_STATE(7852)] = 179398, - [SMALL_STATE(7853)] = 179423, - [SMALL_STATE(7854)] = 179450, - [SMALL_STATE(7855)] = 179477, - [SMALL_STATE(7856)] = 179502, - [SMALL_STATE(7857)] = 179523, - [SMALL_STATE(7858)] = 179552, - [SMALL_STATE(7859)] = 179577, - [SMALL_STATE(7860)] = 179604, - [SMALL_STATE(7861)] = 179633, - [SMALL_STATE(7862)] = 179662, - [SMALL_STATE(7863)] = 179688, - [SMALL_STATE(7864)] = 179704, - [SMALL_STATE(7865)] = 179728, - [SMALL_STATE(7866)] = 179744, - [SMALL_STATE(7867)] = 179760, - [SMALL_STATE(7868)] = 179782, - [SMALL_STATE(7869)] = 179798, - [SMALL_STATE(7870)] = 179824, - [SMALL_STATE(7871)] = 179846, - [SMALL_STATE(7872)] = 179870, - [SMALL_STATE(7873)] = 179894, - [SMALL_STATE(7874)] = 179910, - [SMALL_STATE(7875)] = 179936, - [SMALL_STATE(7876)] = 179962, - [SMALL_STATE(7877)] = 179978, - [SMALL_STATE(7878)] = 180002, - [SMALL_STATE(7879)] = 180018, - [SMALL_STATE(7880)] = 180042, - [SMALL_STATE(7881)] = 180058, - [SMALL_STATE(7882)] = 180074, - [SMALL_STATE(7883)] = 180090, - [SMALL_STATE(7884)] = 180106, - [SMALL_STATE(7885)] = 180130, - [SMALL_STATE(7886)] = 180146, - [SMALL_STATE(7887)] = 180162, - [SMALL_STATE(7888)] = 180182, - [SMALL_STATE(7889)] = 180198, - [SMALL_STATE(7890)] = 180214, - [SMALL_STATE(7891)] = 180230, - [SMALL_STATE(7892)] = 180250, - [SMALL_STATE(7893)] = 180270, - [SMALL_STATE(7894)] = 180286, - [SMALL_STATE(7895)] = 180308, - [SMALL_STATE(7896)] = 180324, - [SMALL_STATE(7897)] = 180340, - [SMALL_STATE(7898)] = 180356, - [SMALL_STATE(7899)] = 180372, - [SMALL_STATE(7900)] = 180388, - [SMALL_STATE(7901)] = 180412, - [SMALL_STATE(7902)] = 180428, - [SMALL_STATE(7903)] = 180454, - [SMALL_STATE(7904)] = 180478, - [SMALL_STATE(7905)] = 180494, - [SMALL_STATE(7906)] = 180517, - [SMALL_STATE(7907)] = 180530, - [SMALL_STATE(7908)] = 180551, - [SMALL_STATE(7909)] = 180572, - [SMALL_STATE(7910)] = 180593, - [SMALL_STATE(7911)] = 180614, - [SMALL_STATE(7912)] = 180635, - [SMALL_STATE(7913)] = 180648, - [SMALL_STATE(7914)] = 180665, - [SMALL_STATE(7915)] = 180686, - [SMALL_STATE(7916)] = 180707, - [SMALL_STATE(7917)] = 180728, - [SMALL_STATE(7918)] = 180749, - [SMALL_STATE(7919)] = 180770, - [SMALL_STATE(7920)] = 180787, - [SMALL_STATE(7921)] = 180808, - [SMALL_STATE(7922)] = 180829, - [SMALL_STATE(7923)] = 180842, - [SMALL_STATE(7924)] = 180863, - [SMALL_STATE(7925)] = 180880, - [SMALL_STATE(7926)] = 180901, - [SMALL_STATE(7927)] = 180924, - [SMALL_STATE(7928)] = 180945, - [SMALL_STATE(7929)] = 180966, - [SMALL_STATE(7930)] = 180987, - [SMALL_STATE(7931)] = 181010, - [SMALL_STATE(7932)] = 181031, - [SMALL_STATE(7933)] = 181052, - [SMALL_STATE(7934)] = 181073, - [SMALL_STATE(7935)] = 181096, - [SMALL_STATE(7936)] = 181119, - [SMALL_STATE(7937)] = 181140, - [SMALL_STATE(7938)] = 181161, - [SMALL_STATE(7939)] = 181182, - [SMALL_STATE(7940)] = 181203, - [SMALL_STATE(7941)] = 181222, - [SMALL_STATE(7942)] = 181239, - [SMALL_STATE(7943)] = 181256, - [SMALL_STATE(7944)] = 181277, - [SMALL_STATE(7945)] = 181298, - [SMALL_STATE(7946)] = 181315, - [SMALL_STATE(7947)] = 181338, - [SMALL_STATE(7948)] = 181361, - [SMALL_STATE(7949)] = 181376, - [SMALL_STATE(7950)] = 181397, - [SMALL_STATE(7951)] = 181410, - [SMALL_STATE(7952)] = 181431, - [SMALL_STATE(7953)] = 181452, - [SMALL_STATE(7954)] = 181475, - [SMALL_STATE(7955)] = 181496, - [SMALL_STATE(7956)] = 181517, - [SMALL_STATE(7957)] = 181538, - [SMALL_STATE(7958)] = 181551, - [SMALL_STATE(7959)] = 181571, - [SMALL_STATE(7960)] = 181591, - [SMALL_STATE(7961)] = 181611, - [SMALL_STATE(7962)] = 181631, - [SMALL_STATE(7963)] = 181643, - [SMALL_STATE(7964)] = 181663, - [SMALL_STATE(7965)] = 181683, - [SMALL_STATE(7966)] = 181703, - [SMALL_STATE(7967)] = 181715, - [SMALL_STATE(7968)] = 181735, - [SMALL_STATE(7969)] = 181757, - [SMALL_STATE(7970)] = 181777, - [SMALL_STATE(7971)] = 181797, - [SMALL_STATE(7972)] = 181817, - [SMALL_STATE(7973)] = 181837, - [SMALL_STATE(7974)] = 181857, - [SMALL_STATE(7975)] = 181869, - [SMALL_STATE(7976)] = 181887, - [SMALL_STATE(7977)] = 181899, - [SMALL_STATE(7978)] = 181915, - [SMALL_STATE(7979)] = 181935, - [SMALL_STATE(7980)] = 181955, - [SMALL_STATE(7981)] = 181975, - [SMALL_STATE(7982)] = 181995, - [SMALL_STATE(7983)] = 182015, - [SMALL_STATE(7984)] = 182035, - [SMALL_STATE(7985)] = 182051, - [SMALL_STATE(7986)] = 182071, - [SMALL_STATE(7987)] = 182083, - [SMALL_STATE(7988)] = 182103, - [SMALL_STATE(7989)] = 182123, - [SMALL_STATE(7990)] = 182143, - [SMALL_STATE(7991)] = 182163, - [SMALL_STATE(7992)] = 182175, - [SMALL_STATE(7993)] = 182195, - [SMALL_STATE(7994)] = 182207, - [SMALL_STATE(7995)] = 182227, - [SMALL_STATE(7996)] = 182243, - [SMALL_STATE(7997)] = 182263, - [SMALL_STATE(7998)] = 182283, - [SMALL_STATE(7999)] = 182303, - [SMALL_STATE(8000)] = 182323, - [SMALL_STATE(8001)] = 182343, - [SMALL_STATE(8002)] = 182363, - [SMALL_STATE(8003)] = 182383, - [SMALL_STATE(8004)] = 182403, - [SMALL_STATE(8005)] = 182415, - [SMALL_STATE(8006)] = 182435, - [SMALL_STATE(8007)] = 182455, - [SMALL_STATE(8008)] = 182475, - [SMALL_STATE(8009)] = 182487, - [SMALL_STATE(8010)] = 182509, - [SMALL_STATE(8011)] = 182527, - [SMALL_STATE(8012)] = 182549, - [SMALL_STATE(8013)] = 182569, - [SMALL_STATE(8014)] = 182587, - [SMALL_STATE(8015)] = 182607, - [SMALL_STATE(8016)] = 182629, - [SMALL_STATE(8017)] = 182641, - [SMALL_STATE(8018)] = 182653, - [SMALL_STATE(8019)] = 182673, - [SMALL_STATE(8020)] = 182693, - [SMALL_STATE(8021)] = 182709, - [SMALL_STATE(8022)] = 182727, - [SMALL_STATE(8023)] = 182747, - [SMALL_STATE(8024)] = 182767, - [SMALL_STATE(8025)] = 182781, - [SMALL_STATE(8026)] = 182801, - [SMALL_STATE(8027)] = 182821, - [SMALL_STATE(8028)] = 182837, - [SMALL_STATE(8029)] = 182857, - [SMALL_STATE(8030)] = 182873, - [SMALL_STATE(8031)] = 182889, - [SMALL_STATE(8032)] = 182901, - [SMALL_STATE(8033)] = 182913, - [SMALL_STATE(8034)] = 182933, - [SMALL_STATE(8035)] = 182953, - [SMALL_STATE(8036)] = 182973, - [SMALL_STATE(8037)] = 182993, - [SMALL_STATE(8038)] = 183011, - [SMALL_STATE(8039)] = 183031, - [SMALL_STATE(8040)] = 183051, - [SMALL_STATE(8041)] = 183063, - [SMALL_STATE(8042)] = 183075, - [SMALL_STATE(8043)] = 183087, - [SMALL_STATE(8044)] = 183099, - [SMALL_STATE(8045)] = 183115, - [SMALL_STATE(8046)] = 183135, - [SMALL_STATE(8047)] = 183151, - [SMALL_STATE(8048)] = 183171, - [SMALL_STATE(8049)] = 183191, - [SMALL_STATE(8050)] = 183211, - [SMALL_STATE(8051)] = 183231, - [SMALL_STATE(8052)] = 183251, - [SMALL_STATE(8053)] = 183271, - [SMALL_STATE(8054)] = 183291, - [SMALL_STATE(8055)] = 183311, - [SMALL_STATE(8056)] = 183323, - [SMALL_STATE(8057)] = 183343, - [SMALL_STATE(8058)] = 183363, - [SMALL_STATE(8059)] = 183379, - [SMALL_STATE(8060)] = 183399, - [SMALL_STATE(8061)] = 183419, - [SMALL_STATE(8062)] = 183439, - [SMALL_STATE(8063)] = 183457, - [SMALL_STATE(8064)] = 183477, - [SMALL_STATE(8065)] = 183497, - [SMALL_STATE(8066)] = 183517, - [SMALL_STATE(8067)] = 183537, - [SMALL_STATE(8068)] = 183557, - [SMALL_STATE(8069)] = 183577, - [SMALL_STATE(8070)] = 183597, - [SMALL_STATE(8071)] = 183617, - [SMALL_STATE(8072)] = 183637, - [SMALL_STATE(8073)] = 183659, - [SMALL_STATE(8074)] = 183679, - [SMALL_STATE(8075)] = 183699, - [SMALL_STATE(8076)] = 183719, - [SMALL_STATE(8077)] = 183739, - [SMALL_STATE(8078)] = 183759, - [SMALL_STATE(8079)] = 183779, - [SMALL_STATE(8080)] = 183801, - [SMALL_STATE(8081)] = 183821, - [SMALL_STATE(8082)] = 183841, - [SMALL_STATE(8083)] = 183861, - [SMALL_STATE(8084)] = 183881, - [SMALL_STATE(8085)] = 183901, - [SMALL_STATE(8086)] = 183921, - [SMALL_STATE(8087)] = 183941, - [SMALL_STATE(8088)] = 183961, - [SMALL_STATE(8089)] = 183981, - [SMALL_STATE(8090)] = 184001, - [SMALL_STATE(8091)] = 184021, - [SMALL_STATE(8092)] = 184041, - [SMALL_STATE(8093)] = 184061, - [SMALL_STATE(8094)] = 184075, - [SMALL_STATE(8095)] = 184095, - [SMALL_STATE(8096)] = 184115, - [SMALL_STATE(8097)] = 184135, - [SMALL_STATE(8098)] = 184155, - [SMALL_STATE(8099)] = 184175, - [SMALL_STATE(8100)] = 184193, - [SMALL_STATE(8101)] = 184213, - [SMALL_STATE(8102)] = 184233, - [SMALL_STATE(8103)] = 184253, - [SMALL_STATE(8104)] = 184273, - [SMALL_STATE(8105)] = 184293, - [SMALL_STATE(8106)] = 184313, - [SMALL_STATE(8107)] = 184333, - [SMALL_STATE(8108)] = 184353, - [SMALL_STATE(8109)] = 184373, - [SMALL_STATE(8110)] = 184393, - [SMALL_STATE(8111)] = 184413, - [SMALL_STATE(8112)] = 184433, - [SMALL_STATE(8113)] = 184453, - [SMALL_STATE(8114)] = 184473, - [SMALL_STATE(8115)] = 184493, - [SMALL_STATE(8116)] = 184513, - [SMALL_STATE(8117)] = 184533, - [SMALL_STATE(8118)] = 184553, - [SMALL_STATE(8119)] = 184569, - [SMALL_STATE(8120)] = 184589, - [SMALL_STATE(8121)] = 184607, - [SMALL_STATE(8122)] = 184619, - [SMALL_STATE(8123)] = 184635, - [SMALL_STATE(8124)] = 184647, - [SMALL_STATE(8125)] = 184667, - [SMALL_STATE(8126)] = 184687, - [SMALL_STATE(8127)] = 184707, - [SMALL_STATE(8128)] = 184727, - [SMALL_STATE(8129)] = 184747, - [SMALL_STATE(8130)] = 184767, - [SMALL_STATE(8131)] = 184787, - [SMALL_STATE(8132)] = 184807, - [SMALL_STATE(8133)] = 184827, - [SMALL_STATE(8134)] = 184847, - [SMALL_STATE(8135)] = 184864, - [SMALL_STATE(8136)] = 184881, - [SMALL_STATE(8137)] = 184898, - [SMALL_STATE(8138)] = 184915, - [SMALL_STATE(8139)] = 184932, - [SMALL_STATE(8140)] = 184949, - [SMALL_STATE(8141)] = 184966, - [SMALL_STATE(8142)] = 184981, - [SMALL_STATE(8143)] = 184992, - [SMALL_STATE(8144)] = 185003, - [SMALL_STATE(8145)] = 185018, - [SMALL_STATE(8146)] = 185035, - [SMALL_STATE(8147)] = 185052, - [SMALL_STATE(8148)] = 185069, - [SMALL_STATE(8149)] = 185086, - [SMALL_STATE(8150)] = 185097, - [SMALL_STATE(8151)] = 185114, - [SMALL_STATE(8152)] = 185129, - [SMALL_STATE(8153)] = 185146, - [SMALL_STATE(8154)] = 185163, - [SMALL_STATE(8155)] = 185180, - [SMALL_STATE(8156)] = 185197, - [SMALL_STATE(8157)] = 185214, - [SMALL_STATE(8158)] = 185231, - [SMALL_STATE(8159)] = 185248, - [SMALL_STATE(8160)] = 185265, - [SMALL_STATE(8161)] = 185280, - [SMALL_STATE(8162)] = 185297, - [SMALL_STATE(8163)] = 185314, - [SMALL_STATE(8164)] = 185331, - [SMALL_STATE(8165)] = 185348, - [SMALL_STATE(8166)] = 185365, - [SMALL_STATE(8167)] = 185382, - [SMALL_STATE(8168)] = 185399, - [SMALL_STATE(8169)] = 185416, - [SMALL_STATE(8170)] = 185433, - [SMALL_STATE(8171)] = 185450, - [SMALL_STATE(8172)] = 185467, - [SMALL_STATE(8173)] = 185484, - [SMALL_STATE(8174)] = 185501, - [SMALL_STATE(8175)] = 185518, - [SMALL_STATE(8176)] = 185535, - [SMALL_STATE(8177)] = 185552, - [SMALL_STATE(8178)] = 185569, - [SMALL_STATE(8179)] = 185586, - [SMALL_STATE(8180)] = 185603, - [SMALL_STATE(8181)] = 185620, - [SMALL_STATE(8182)] = 185637, - [SMALL_STATE(8183)] = 185654, - [SMALL_STATE(8184)] = 185671, - [SMALL_STATE(8185)] = 185688, - [SMALL_STATE(8186)] = 185705, - [SMALL_STATE(8187)] = 185722, - [SMALL_STATE(8188)] = 185739, - [SMALL_STATE(8189)] = 185756, - [SMALL_STATE(8190)] = 185773, - [SMALL_STATE(8191)] = 185788, - [SMALL_STATE(8192)] = 185803, - [SMALL_STATE(8193)] = 185820, - [SMALL_STATE(8194)] = 185837, - [SMALL_STATE(8195)] = 185848, - [SMALL_STATE(8196)] = 185865, - [SMALL_STATE(8197)] = 185880, - [SMALL_STATE(8198)] = 185897, - [SMALL_STATE(8199)] = 185914, - [SMALL_STATE(8200)] = 185931, - [SMALL_STATE(8201)] = 185948, - [SMALL_STATE(8202)] = 185965, - [SMALL_STATE(8203)] = 185982, - [SMALL_STATE(8204)] = 185999, - [SMALL_STATE(8205)] = 186016, - [SMALL_STATE(8206)] = 186033, - [SMALL_STATE(8207)] = 186050, - [SMALL_STATE(8208)] = 186063, - [SMALL_STATE(8209)] = 186076, - [SMALL_STATE(8210)] = 186091, - [SMALL_STATE(8211)] = 186108, - [SMALL_STATE(8212)] = 186125, - [SMALL_STATE(8213)] = 186142, - [SMALL_STATE(8214)] = 186159, - [SMALL_STATE(8215)] = 186170, - [SMALL_STATE(8216)] = 186187, - [SMALL_STATE(8217)] = 186204, - [SMALL_STATE(8218)] = 186221, - [SMALL_STATE(8219)] = 186238, - [SMALL_STATE(8220)] = 186253, - [SMALL_STATE(8221)] = 186270, - [SMALL_STATE(8222)] = 186285, - [SMALL_STATE(8223)] = 186302, - [SMALL_STATE(8224)] = 186319, - [SMALL_STATE(8225)] = 186336, - [SMALL_STATE(8226)] = 186353, - [SMALL_STATE(8227)] = 186370, - [SMALL_STATE(8228)] = 186385, - [SMALL_STATE(8229)] = 186396, - [SMALL_STATE(8230)] = 186413, - [SMALL_STATE(8231)] = 186430, - [SMALL_STATE(8232)] = 186441, - [SMALL_STATE(8233)] = 186452, - [SMALL_STATE(8234)] = 186467, - [SMALL_STATE(8235)] = 186482, - [SMALL_STATE(8236)] = 186499, - [SMALL_STATE(8237)] = 186514, - [SMALL_STATE(8238)] = 186531, - [SMALL_STATE(8239)] = 186546, - [SMALL_STATE(8240)] = 186563, - [SMALL_STATE(8241)] = 186580, - [SMALL_STATE(8242)] = 186593, - [SMALL_STATE(8243)] = 186610, - [SMALL_STATE(8244)] = 186627, - [SMALL_STATE(8245)] = 186644, - [SMALL_STATE(8246)] = 186655, - [SMALL_STATE(8247)] = 186670, - [SMALL_STATE(8248)] = 186687, - [SMALL_STATE(8249)] = 186702, - [SMALL_STATE(8250)] = 186717, - [SMALL_STATE(8251)] = 186732, - [SMALL_STATE(8252)] = 186745, - [SMALL_STATE(8253)] = 186762, - [SMALL_STATE(8254)] = 186779, - [SMALL_STATE(8255)] = 186796, - [SMALL_STATE(8256)] = 186813, - [SMALL_STATE(8257)] = 186830, - [SMALL_STATE(8258)] = 186847, - [SMALL_STATE(8259)] = 186862, - [SMALL_STATE(8260)] = 186879, - [SMALL_STATE(8261)] = 186896, - [SMALL_STATE(8262)] = 186911, - [SMALL_STATE(8263)] = 186926, - [SMALL_STATE(8264)] = 186941, - [SMALL_STATE(8265)] = 186958, - [SMALL_STATE(8266)] = 186975, - [SMALL_STATE(8267)] = 186992, - [SMALL_STATE(8268)] = 187009, - [SMALL_STATE(8269)] = 187026, - [SMALL_STATE(8270)] = 187043, - [SMALL_STATE(8271)] = 187060, - [SMALL_STATE(8272)] = 187077, - [SMALL_STATE(8273)] = 187094, - [SMALL_STATE(8274)] = 187111, - [SMALL_STATE(8275)] = 187128, - [SMALL_STATE(8276)] = 187143, - [SMALL_STATE(8277)] = 187160, - [SMALL_STATE(8278)] = 187171, - [SMALL_STATE(8279)] = 187182, - [SMALL_STATE(8280)] = 187199, - [SMALL_STATE(8281)] = 187216, - [SMALL_STATE(8282)] = 187231, - [SMALL_STATE(8283)] = 187248, - [SMALL_STATE(8284)] = 187263, - [SMALL_STATE(8285)] = 187280, - [SMALL_STATE(8286)] = 187295, - [SMALL_STATE(8287)] = 187312, - [SMALL_STATE(8288)] = 187329, - [SMALL_STATE(8289)] = 187346, - [SMALL_STATE(8290)] = 187363, - [SMALL_STATE(8291)] = 187380, - [SMALL_STATE(8292)] = 187397, - [SMALL_STATE(8293)] = 187412, - [SMALL_STATE(8294)] = 187427, - [SMALL_STATE(8295)] = 187442, - [SMALL_STATE(8296)] = 187459, - [SMALL_STATE(8297)] = 187474, - [SMALL_STATE(8298)] = 187488, - [SMALL_STATE(8299)] = 187502, - [SMALL_STATE(8300)] = 187516, - [SMALL_STATE(8301)] = 187530, - [SMALL_STATE(8302)] = 187544, - [SMALL_STATE(8303)] = 187558, - [SMALL_STATE(8304)] = 187572, - [SMALL_STATE(8305)] = 187586, - [SMALL_STATE(8306)] = 187600, - [SMALL_STATE(8307)] = 187614, - [SMALL_STATE(8308)] = 187628, - [SMALL_STATE(8309)] = 187642, - [SMALL_STATE(8310)] = 187656, - [SMALL_STATE(8311)] = 187670, - [SMALL_STATE(8312)] = 187684, - [SMALL_STATE(8313)] = 187698, - [SMALL_STATE(8314)] = 187712, - [SMALL_STATE(8315)] = 187726, - [SMALL_STATE(8316)] = 187740, - [SMALL_STATE(8317)] = 187754, - [SMALL_STATE(8318)] = 187764, - [SMALL_STATE(8319)] = 187778, - [SMALL_STATE(8320)] = 187790, - [SMALL_STATE(8321)] = 187800, - [SMALL_STATE(8322)] = 187812, - [SMALL_STATE(8323)] = 187826, - [SMALL_STATE(8324)] = 187840, - [SMALL_STATE(8325)] = 187852, - [SMALL_STATE(8326)] = 187866, - [SMALL_STATE(8327)] = 187880, - [SMALL_STATE(8328)] = 187894, - [SMALL_STATE(8329)] = 187908, - [SMALL_STATE(8330)] = 187922, - [SMALL_STATE(8331)] = 187936, - [SMALL_STATE(8332)] = 187948, - [SMALL_STATE(8333)] = 187960, - [SMALL_STATE(8334)] = 187974, - [SMALL_STATE(8335)] = 187988, - [SMALL_STATE(8336)] = 188002, - [SMALL_STATE(8337)] = 188016, - [SMALL_STATE(8338)] = 188030, - [SMALL_STATE(8339)] = 188044, - [SMALL_STATE(8340)] = 188054, - [SMALL_STATE(8341)] = 188064, - [SMALL_STATE(8342)] = 188078, - [SMALL_STATE(8343)] = 188090, - [SMALL_STATE(8344)] = 188104, - [SMALL_STATE(8345)] = 188116, - [SMALL_STATE(8346)] = 188130, - [SMALL_STATE(8347)] = 188144, - [SMALL_STATE(8348)] = 188158, - [SMALL_STATE(8349)] = 188172, - [SMALL_STATE(8350)] = 188186, - [SMALL_STATE(8351)] = 188200, - [SMALL_STATE(8352)] = 188214, - [SMALL_STATE(8353)] = 188228, - [SMALL_STATE(8354)] = 188242, - [SMALL_STATE(8355)] = 188256, - [SMALL_STATE(8356)] = 188270, - [SMALL_STATE(8357)] = 188284, - [SMALL_STATE(8358)] = 188298, - [SMALL_STATE(8359)] = 188308, - [SMALL_STATE(8360)] = 188322, - [SMALL_STATE(8361)] = 188336, - [SMALL_STATE(8362)] = 188350, - [SMALL_STATE(8363)] = 188364, - [SMALL_STATE(8364)] = 188378, - [SMALL_STATE(8365)] = 188392, - [SMALL_STATE(8366)] = 188406, - [SMALL_STATE(8367)] = 188420, - [SMALL_STATE(8368)] = 188434, - [SMALL_STATE(8369)] = 188448, - [SMALL_STATE(8370)] = 188462, - [SMALL_STATE(8371)] = 188476, - [SMALL_STATE(8372)] = 188490, - [SMALL_STATE(8373)] = 188504, - [SMALL_STATE(8374)] = 188518, - [SMALL_STATE(8375)] = 188532, - [SMALL_STATE(8376)] = 188546, - [SMALL_STATE(8377)] = 188560, - [SMALL_STATE(8378)] = 188574, - [SMALL_STATE(8379)] = 188588, - [SMALL_STATE(8380)] = 188602, - [SMALL_STATE(8381)] = 188616, - [SMALL_STATE(8382)] = 188630, - [SMALL_STATE(8383)] = 188644, - [SMALL_STATE(8384)] = 188658, - [SMALL_STATE(8385)] = 188672, - [SMALL_STATE(8386)] = 188686, - [SMALL_STATE(8387)] = 188696, - [SMALL_STATE(8388)] = 188710, - [SMALL_STATE(8389)] = 188724, - [SMALL_STATE(8390)] = 188734, - [SMALL_STATE(8391)] = 188748, - [SMALL_STATE(8392)] = 188760, - [SMALL_STATE(8393)] = 188772, - [SMALL_STATE(8394)] = 188786, - [SMALL_STATE(8395)] = 188800, - [SMALL_STATE(8396)] = 188814, - [SMALL_STATE(8397)] = 188828, - [SMALL_STATE(8398)] = 188842, - [SMALL_STATE(8399)] = 188854, - [SMALL_STATE(8400)] = 188864, - [SMALL_STATE(8401)] = 188878, - [SMALL_STATE(8402)] = 188892, - [SMALL_STATE(8403)] = 188906, - [SMALL_STATE(8404)] = 188920, - [SMALL_STATE(8405)] = 188934, - [SMALL_STATE(8406)] = 188948, - [SMALL_STATE(8407)] = 188962, - [SMALL_STATE(8408)] = 188976, - [SMALL_STATE(8409)] = 188990, - [SMALL_STATE(8410)] = 189004, - [SMALL_STATE(8411)] = 189018, - [SMALL_STATE(8412)] = 189032, - [SMALL_STATE(8413)] = 189046, - [SMALL_STATE(8414)] = 189058, - [SMALL_STATE(8415)] = 189070, - [SMALL_STATE(8416)] = 189082, - [SMALL_STATE(8417)] = 189096, - [SMALL_STATE(8418)] = 189110, - [SMALL_STATE(8419)] = 189124, - [SMALL_STATE(8420)] = 189138, - [SMALL_STATE(8421)] = 189152, - [SMALL_STATE(8422)] = 189164, - [SMALL_STATE(8423)] = 189176, - [SMALL_STATE(8424)] = 189190, - [SMALL_STATE(8425)] = 189204, - [SMALL_STATE(8426)] = 189218, - [SMALL_STATE(8427)] = 189232, - [SMALL_STATE(8428)] = 189246, - [SMALL_STATE(8429)] = 189260, - [SMALL_STATE(8430)] = 189270, - [SMALL_STATE(8431)] = 189284, - [SMALL_STATE(8432)] = 189298, - [SMALL_STATE(8433)] = 189312, - [SMALL_STATE(8434)] = 189326, - [SMALL_STATE(8435)] = 189340, - [SMALL_STATE(8436)] = 189354, - [SMALL_STATE(8437)] = 189368, - [SMALL_STATE(8438)] = 189380, - [SMALL_STATE(8439)] = 189394, - [SMALL_STATE(8440)] = 189408, - [SMALL_STATE(8441)] = 189422, - [SMALL_STATE(8442)] = 189436, - [SMALL_STATE(8443)] = 189450, - [SMALL_STATE(8444)] = 189462, - [SMALL_STATE(8445)] = 189476, - [SMALL_STATE(8446)] = 189488, - [SMALL_STATE(8447)] = 189500, - [SMALL_STATE(8448)] = 189514, - [SMALL_STATE(8449)] = 189528, - [SMALL_STATE(8450)] = 189542, - [SMALL_STATE(8451)] = 189556, - [SMALL_STATE(8452)] = 189570, - [SMALL_STATE(8453)] = 189584, - [SMALL_STATE(8454)] = 189598, - [SMALL_STATE(8455)] = 189612, - [SMALL_STATE(8456)] = 189626, - [SMALL_STATE(8457)] = 189640, - [SMALL_STATE(8458)] = 189654, - [SMALL_STATE(8459)] = 189668, - [SMALL_STATE(8460)] = 189682, - [SMALL_STATE(8461)] = 189696, - [SMALL_STATE(8462)] = 189710, - [SMALL_STATE(8463)] = 189724, - [SMALL_STATE(8464)] = 189738, - [SMALL_STATE(8465)] = 189752, - [SMALL_STATE(8466)] = 189764, - [SMALL_STATE(8467)] = 189776, - [SMALL_STATE(8468)] = 189788, - [SMALL_STATE(8469)] = 189800, - [SMALL_STATE(8470)] = 189810, - [SMALL_STATE(8471)] = 189822, - [SMALL_STATE(8472)] = 189836, - [SMALL_STATE(8473)] = 189850, - [SMALL_STATE(8474)] = 189864, - [SMALL_STATE(8475)] = 189878, - [SMALL_STATE(8476)] = 189892, - [SMALL_STATE(8477)] = 189906, - [SMALL_STATE(8478)] = 189920, - [SMALL_STATE(8479)] = 189934, - [SMALL_STATE(8480)] = 189946, - [SMALL_STATE(8481)] = 189960, - [SMALL_STATE(8482)] = 189974, - [SMALL_STATE(8483)] = 189988, - [SMALL_STATE(8484)] = 190002, - [SMALL_STATE(8485)] = 190016, - [SMALL_STATE(8486)] = 190026, - [SMALL_STATE(8487)] = 190040, - [SMALL_STATE(8488)] = 190054, - [SMALL_STATE(8489)] = 190064, - [SMALL_STATE(8490)] = 190078, - [SMALL_STATE(8491)] = 190092, - [SMALL_STATE(8492)] = 190106, - [SMALL_STATE(8493)] = 190116, - [SMALL_STATE(8494)] = 190130, - [SMALL_STATE(8495)] = 190144, - [SMALL_STATE(8496)] = 190158, - [SMALL_STATE(8497)] = 190170, - [SMALL_STATE(8498)] = 190184, - [SMALL_STATE(8499)] = 190198, - [SMALL_STATE(8500)] = 190212, - [SMALL_STATE(8501)] = 190226, - [SMALL_STATE(8502)] = 190240, - [SMALL_STATE(8503)] = 190254, - [SMALL_STATE(8504)] = 190268, - [SMALL_STATE(8505)] = 190282, - [SMALL_STATE(8506)] = 190296, - [SMALL_STATE(8507)] = 190310, - [SMALL_STATE(8508)] = 190324, - [SMALL_STATE(8509)] = 190338, - [SMALL_STATE(8510)] = 190352, - [SMALL_STATE(8511)] = 190366, - [SMALL_STATE(8512)] = 190380, - [SMALL_STATE(8513)] = 190394, - [SMALL_STATE(8514)] = 190408, - [SMALL_STATE(8515)] = 190422, - [SMALL_STATE(8516)] = 190436, - [SMALL_STATE(8517)] = 190450, - [SMALL_STATE(8518)] = 190464, - [SMALL_STATE(8519)] = 190478, - [SMALL_STATE(8520)] = 190492, - [SMALL_STATE(8521)] = 190506, - [SMALL_STATE(8522)] = 190520, - [SMALL_STATE(8523)] = 190534, - [SMALL_STATE(8524)] = 190548, - [SMALL_STATE(8525)] = 190562, - [SMALL_STATE(8526)] = 190576, - [SMALL_STATE(8527)] = 190590, - [SMALL_STATE(8528)] = 190604, - [SMALL_STATE(8529)] = 190618, - [SMALL_STATE(8530)] = 190632, - [SMALL_STATE(8531)] = 190646, - [SMALL_STATE(8532)] = 190660, - [SMALL_STATE(8533)] = 190674, - [SMALL_STATE(8534)] = 190686, - [SMALL_STATE(8535)] = 190698, - [SMALL_STATE(8536)] = 190710, - [SMALL_STATE(8537)] = 190724, - [SMALL_STATE(8538)] = 190738, - [SMALL_STATE(8539)] = 190752, - [SMALL_STATE(8540)] = 190766, - [SMALL_STATE(8541)] = 190780, - [SMALL_STATE(8542)] = 190791, - [SMALL_STATE(8543)] = 190802, - [SMALL_STATE(8544)] = 190813, - [SMALL_STATE(8545)] = 190824, - [SMALL_STATE(8546)] = 190835, - [SMALL_STATE(8547)] = 190846, - [SMALL_STATE(8548)] = 190857, - [SMALL_STATE(8549)] = 190868, - [SMALL_STATE(8550)] = 190879, - [SMALL_STATE(8551)] = 190890, - [SMALL_STATE(8552)] = 190901, - [SMALL_STATE(8553)] = 190912, - [SMALL_STATE(8554)] = 190923, - [SMALL_STATE(8555)] = 190934, - [SMALL_STATE(8556)] = 190945, - [SMALL_STATE(8557)] = 190954, - [SMALL_STATE(8558)] = 190965, - [SMALL_STATE(8559)] = 190976, - [SMALL_STATE(8560)] = 190987, - [SMALL_STATE(8561)] = 190998, - [SMALL_STATE(8562)] = 191009, - [SMALL_STATE(8563)] = 191020, - [SMALL_STATE(8564)] = 191031, - [SMALL_STATE(8565)] = 191042, - [SMALL_STATE(8566)] = 191053, - [SMALL_STATE(8567)] = 191064, - [SMALL_STATE(8568)] = 191075, - [SMALL_STATE(8569)] = 191086, - [SMALL_STATE(8570)] = 191097, - [SMALL_STATE(8571)] = 191106, - [SMALL_STATE(8572)] = 191115, - [SMALL_STATE(8573)] = 191126, - [SMALL_STATE(8574)] = 191135, - [SMALL_STATE(8575)] = 191146, - [SMALL_STATE(8576)] = 191157, - [SMALL_STATE(8577)] = 191168, - [SMALL_STATE(8578)] = 191179, - [SMALL_STATE(8579)] = 191190, - [SMALL_STATE(8580)] = 191201, - [SMALL_STATE(8581)] = 191212, - [SMALL_STATE(8582)] = 191223, - [SMALL_STATE(8583)] = 191234, - [SMALL_STATE(8584)] = 191245, - [SMALL_STATE(8585)] = 191256, - [SMALL_STATE(8586)] = 191267, - [SMALL_STATE(8587)] = 191278, - [SMALL_STATE(8588)] = 191289, - [SMALL_STATE(8589)] = 191300, - [SMALL_STATE(8590)] = 191311, - [SMALL_STATE(8591)] = 191322, - [SMALL_STATE(8592)] = 191331, - [SMALL_STATE(8593)] = 191342, - [SMALL_STATE(8594)] = 191353, - [SMALL_STATE(8595)] = 191364, - [SMALL_STATE(8596)] = 191375, - [SMALL_STATE(8597)] = 191386, - [SMALL_STATE(8598)] = 191397, - [SMALL_STATE(8599)] = 191408, - [SMALL_STATE(8600)] = 191419, - [SMALL_STATE(8601)] = 191430, - [SMALL_STATE(8602)] = 191441, - [SMALL_STATE(8603)] = 191452, - [SMALL_STATE(8604)] = 191463, - [SMALL_STATE(8605)] = 191474, - [SMALL_STATE(8606)] = 191483, - [SMALL_STATE(8607)] = 191494, - [SMALL_STATE(8608)] = 191505, - [SMALL_STATE(8609)] = 191516, - [SMALL_STATE(8610)] = 191527, - [SMALL_STATE(8611)] = 191536, - [SMALL_STATE(8612)] = 191547, - [SMALL_STATE(8613)] = 191558, - [SMALL_STATE(8614)] = 191569, - [SMALL_STATE(8615)] = 191580, - [SMALL_STATE(8616)] = 191591, - [SMALL_STATE(8617)] = 191602, - [SMALL_STATE(8618)] = 191613, - [SMALL_STATE(8619)] = 191624, - [SMALL_STATE(8620)] = 191635, - [SMALL_STATE(8621)] = 191646, - [SMALL_STATE(8622)] = 191657, - [SMALL_STATE(8623)] = 191668, - [SMALL_STATE(8624)] = 191679, - [SMALL_STATE(8625)] = 191688, - [SMALL_STATE(8626)] = 191699, - [SMALL_STATE(8627)] = 191710, - [SMALL_STATE(8628)] = 191719, - [SMALL_STATE(8629)] = 191730, - [SMALL_STATE(8630)] = 191741, - [SMALL_STATE(8631)] = 191752, - [SMALL_STATE(8632)] = 191763, - [SMALL_STATE(8633)] = 191772, - [SMALL_STATE(8634)] = 191783, - [SMALL_STATE(8635)] = 191794, - [SMALL_STATE(8636)] = 191805, - [SMALL_STATE(8637)] = 191816, - [SMALL_STATE(8638)] = 191827, - [SMALL_STATE(8639)] = 191838, - [SMALL_STATE(8640)] = 191849, - [SMALL_STATE(8641)] = 191860, - [SMALL_STATE(8642)] = 191871, - [SMALL_STATE(8643)] = 191882, - [SMALL_STATE(8644)] = 191893, - [SMALL_STATE(8645)] = 191904, - [SMALL_STATE(8646)] = 191915, - [SMALL_STATE(8647)] = 191926, - [SMALL_STATE(8648)] = 191937, - [SMALL_STATE(8649)] = 191946, - [SMALL_STATE(8650)] = 191957, - [SMALL_STATE(8651)] = 191968, - [SMALL_STATE(8652)] = 191979, - [SMALL_STATE(8653)] = 191988, - [SMALL_STATE(8654)] = 191999, - [SMALL_STATE(8655)] = 192010, - [SMALL_STATE(8656)] = 192021, - [SMALL_STATE(8657)] = 192030, - [SMALL_STATE(8658)] = 192041, - [SMALL_STATE(8659)] = 192052, - [SMALL_STATE(8660)] = 192063, - [SMALL_STATE(8661)] = 192074, - [SMALL_STATE(8662)] = 192085, - [SMALL_STATE(8663)] = 192094, - [SMALL_STATE(8664)] = 192105, - [SMALL_STATE(8665)] = 192114, - [SMALL_STATE(8666)] = 192123, - [SMALL_STATE(8667)] = 192134, - [SMALL_STATE(8668)] = 192145, - [SMALL_STATE(8669)] = 192156, - [SMALL_STATE(8670)] = 192167, - [SMALL_STATE(8671)] = 192178, - [SMALL_STATE(8672)] = 192187, - [SMALL_STATE(8673)] = 192198, - [SMALL_STATE(8674)] = 192209, - [SMALL_STATE(8675)] = 192220, - [SMALL_STATE(8676)] = 192231, - [SMALL_STATE(8677)] = 192242, - [SMALL_STATE(8678)] = 192251, - [SMALL_STATE(8679)] = 192262, - [SMALL_STATE(8680)] = 192273, - [SMALL_STATE(8681)] = 192282, - [SMALL_STATE(8682)] = 192293, - [SMALL_STATE(8683)] = 192304, - [SMALL_STATE(8684)] = 192315, - [SMALL_STATE(8685)] = 192326, - [SMALL_STATE(8686)] = 192337, - [SMALL_STATE(8687)] = 192348, - [SMALL_STATE(8688)] = 192359, - [SMALL_STATE(8689)] = 192370, - [SMALL_STATE(8690)] = 192381, - [SMALL_STATE(8691)] = 192392, - [SMALL_STATE(8692)] = 192403, - [SMALL_STATE(8693)] = 192414, - [SMALL_STATE(8694)] = 192425, - [SMALL_STATE(8695)] = 192436, - [SMALL_STATE(8696)] = 192447, - [SMALL_STATE(8697)] = 192458, - [SMALL_STATE(8698)] = 192469, - [SMALL_STATE(8699)] = 192480, - [SMALL_STATE(8700)] = 192491, - [SMALL_STATE(8701)] = 192502, - [SMALL_STATE(8702)] = 192513, - [SMALL_STATE(8703)] = 192522, - [SMALL_STATE(8704)] = 192531, - [SMALL_STATE(8705)] = 192542, - [SMALL_STATE(8706)] = 192553, - [SMALL_STATE(8707)] = 192562, - [SMALL_STATE(8708)] = 192573, - [SMALL_STATE(8709)] = 192584, - [SMALL_STATE(8710)] = 192595, - [SMALL_STATE(8711)] = 192606, - [SMALL_STATE(8712)] = 192615, - [SMALL_STATE(8713)] = 192626, - [SMALL_STATE(8714)] = 192637, - [SMALL_STATE(8715)] = 192648, - [SMALL_STATE(8716)] = 192659, - [SMALL_STATE(8717)] = 192670, - [SMALL_STATE(8718)] = 192679, - [SMALL_STATE(8719)] = 192690, - [SMALL_STATE(8720)] = 192699, - [SMALL_STATE(8721)] = 192708, - [SMALL_STATE(8722)] = 192719, - [SMALL_STATE(8723)] = 192730, - [SMALL_STATE(8724)] = 192741, - [SMALL_STATE(8725)] = 192752, - [SMALL_STATE(8726)] = 192763, - [SMALL_STATE(8727)] = 192774, - [SMALL_STATE(8728)] = 192785, - [SMALL_STATE(8729)] = 192796, - [SMALL_STATE(8730)] = 192807, - [SMALL_STATE(8731)] = 192818, - [SMALL_STATE(8732)] = 192829, - [SMALL_STATE(8733)] = 192840, - [SMALL_STATE(8734)] = 192851, - [SMALL_STATE(8735)] = 192862, - [SMALL_STATE(8736)] = 192873, - [SMALL_STATE(8737)] = 192884, - [SMALL_STATE(8738)] = 192895, - [SMALL_STATE(8739)] = 192906, - [SMALL_STATE(8740)] = 192917, - [SMALL_STATE(8741)] = 192928, - [SMALL_STATE(8742)] = 192939, - [SMALL_STATE(8743)] = 192950, - [SMALL_STATE(8744)] = 192961, - [SMALL_STATE(8745)] = 192972, - [SMALL_STATE(8746)] = 192983, - [SMALL_STATE(8747)] = 192992, - [SMALL_STATE(8748)] = 193003, - [SMALL_STATE(8749)] = 193014, - [SMALL_STATE(8750)] = 193025, - [SMALL_STATE(8751)] = 193036, - [SMALL_STATE(8752)] = 193045, - [SMALL_STATE(8753)] = 193056, - [SMALL_STATE(8754)] = 193067, - [SMALL_STATE(8755)] = 193078, - [SMALL_STATE(8756)] = 193089, - [SMALL_STATE(8757)] = 193098, - [SMALL_STATE(8758)] = 193109, - [SMALL_STATE(8759)] = 193118, - [SMALL_STATE(8760)] = 193129, - [SMALL_STATE(8761)] = 193140, - [SMALL_STATE(8762)] = 193149, - [SMALL_STATE(8763)] = 193160, - [SMALL_STATE(8764)] = 193171, - [SMALL_STATE(8765)] = 193180, - [SMALL_STATE(8766)] = 193189, - [SMALL_STATE(8767)] = 193198, - [SMALL_STATE(8768)] = 193209, - [SMALL_STATE(8769)] = 193220, - [SMALL_STATE(8770)] = 193231, - [SMALL_STATE(8771)] = 193242, - [SMALL_STATE(8772)] = 193251, - [SMALL_STATE(8773)] = 193262, - [SMALL_STATE(8774)] = 193273, - [SMALL_STATE(8775)] = 193284, - [SMALL_STATE(8776)] = 193293, - [SMALL_STATE(8777)] = 193304, - [SMALL_STATE(8778)] = 193313, - [SMALL_STATE(8779)] = 193324, - [SMALL_STATE(8780)] = 193335, - [SMALL_STATE(8781)] = 193346, - [SMALL_STATE(8782)] = 193355, - [SMALL_STATE(8783)] = 193366, - [SMALL_STATE(8784)] = 193375, - [SMALL_STATE(8785)] = 193386, - [SMALL_STATE(8786)] = 193397, - [SMALL_STATE(8787)] = 193408, - [SMALL_STATE(8788)] = 193419, - [SMALL_STATE(8789)] = 193430, - [SMALL_STATE(8790)] = 193439, - [SMALL_STATE(8791)] = 193448, - [SMALL_STATE(8792)] = 193457, - [SMALL_STATE(8793)] = 193466, - [SMALL_STATE(8794)] = 193475, - [SMALL_STATE(8795)] = 193486, - [SMALL_STATE(8796)] = 193495, - [SMALL_STATE(8797)] = 193506, - [SMALL_STATE(8798)] = 193517, - [SMALL_STATE(8799)] = 193528, - [SMALL_STATE(8800)] = 193539, - [SMALL_STATE(8801)] = 193550, - [SMALL_STATE(8802)] = 193561, - [SMALL_STATE(8803)] = 193572, - [SMALL_STATE(8804)] = 193581, - [SMALL_STATE(8805)] = 193592, - [SMALL_STATE(8806)] = 193601, - [SMALL_STATE(8807)] = 193612, - [SMALL_STATE(8808)] = 193623, - [SMALL_STATE(8809)] = 193632, - [SMALL_STATE(8810)] = 193643, - [SMALL_STATE(8811)] = 193652, - [SMALL_STATE(8812)] = 193663, - [SMALL_STATE(8813)] = 193672, - [SMALL_STATE(8814)] = 193681, - [SMALL_STATE(8815)] = 193690, - [SMALL_STATE(8816)] = 193701, - [SMALL_STATE(8817)] = 193712, - [SMALL_STATE(8818)] = 193721, - [SMALL_STATE(8819)] = 193732, - [SMALL_STATE(8820)] = 193741, - [SMALL_STATE(8821)] = 193750, - [SMALL_STATE(8822)] = 193761, - [SMALL_STATE(8823)] = 193772, - [SMALL_STATE(8824)] = 193783, - [SMALL_STATE(8825)] = 193794, - [SMALL_STATE(8826)] = 193805, - [SMALL_STATE(8827)] = 193816, - [SMALL_STATE(8828)] = 193827, - [SMALL_STATE(8829)] = 193836, - [SMALL_STATE(8830)] = 193847, - [SMALL_STATE(8831)] = 193858, - [SMALL_STATE(8832)] = 193869, - [SMALL_STATE(8833)] = 193880, - [SMALL_STATE(8834)] = 193889, - [SMALL_STATE(8835)] = 193900, - [SMALL_STATE(8836)] = 193911, - [SMALL_STATE(8837)] = 193922, - [SMALL_STATE(8838)] = 193931, - [SMALL_STATE(8839)] = 193940, - [SMALL_STATE(8840)] = 193949, - [SMALL_STATE(8841)] = 193958, - [SMALL_STATE(8842)] = 193969, - [SMALL_STATE(8843)] = 193980, - [SMALL_STATE(8844)] = 193989, - [SMALL_STATE(8845)] = 193998, - [SMALL_STATE(8846)] = 194007, - [SMALL_STATE(8847)] = 194016, - [SMALL_STATE(8848)] = 194025, - [SMALL_STATE(8849)] = 194034, - [SMALL_STATE(8850)] = 194043, - [SMALL_STATE(8851)] = 194052, - [SMALL_STATE(8852)] = 194063, - [SMALL_STATE(8853)] = 194072, - [SMALL_STATE(8854)] = 194081, - [SMALL_STATE(8855)] = 194092, - [SMALL_STATE(8856)] = 194103, - [SMALL_STATE(8857)] = 194112, - [SMALL_STATE(8858)] = 194123, - [SMALL_STATE(8859)] = 194134, - [SMALL_STATE(8860)] = 194143, - [SMALL_STATE(8861)] = 194152, - [SMALL_STATE(8862)] = 194163, - [SMALL_STATE(8863)] = 194172, - [SMALL_STATE(8864)] = 194183, - [SMALL_STATE(8865)] = 194194, - [SMALL_STATE(8866)] = 194205, - [SMALL_STATE(8867)] = 194214, - [SMALL_STATE(8868)] = 194223, - [SMALL_STATE(8869)] = 194234, - [SMALL_STATE(8870)] = 194243, - [SMALL_STATE(8871)] = 194252, - [SMALL_STATE(8872)] = 194263, - [SMALL_STATE(8873)] = 194274, - [SMALL_STATE(8874)] = 194285, - [SMALL_STATE(8875)] = 194296, - [SMALL_STATE(8876)] = 194307, - [SMALL_STATE(8877)] = 194318, - [SMALL_STATE(8878)] = 194329, - [SMALL_STATE(8879)] = 194340, - [SMALL_STATE(8880)] = 194351, - [SMALL_STATE(8881)] = 194360, - [SMALL_STATE(8882)] = 194369, - [SMALL_STATE(8883)] = 194380, - [SMALL_STATE(8884)] = 194391, - [SMALL_STATE(8885)] = 194400, - [SMALL_STATE(8886)] = 194411, - [SMALL_STATE(8887)] = 194422, - [SMALL_STATE(8888)] = 194433, - [SMALL_STATE(8889)] = 194442, - [SMALL_STATE(8890)] = 194453, - [SMALL_STATE(8891)] = 194464, - [SMALL_STATE(8892)] = 194475, - [SMALL_STATE(8893)] = 194486, - [SMALL_STATE(8894)] = 194494, - [SMALL_STATE(8895)] = 194502, - [SMALL_STATE(8896)] = 194510, - [SMALL_STATE(8897)] = 194518, - [SMALL_STATE(8898)] = 194526, - [SMALL_STATE(8899)] = 194534, - [SMALL_STATE(8900)] = 194542, - [SMALL_STATE(8901)] = 194550, - [SMALL_STATE(8902)] = 194558, - [SMALL_STATE(8903)] = 194566, - [SMALL_STATE(8904)] = 194574, - [SMALL_STATE(8905)] = 194582, - [SMALL_STATE(8906)] = 194590, - [SMALL_STATE(8907)] = 194598, - [SMALL_STATE(8908)] = 194606, - [SMALL_STATE(8909)] = 194614, - [SMALL_STATE(8910)] = 194622, - [SMALL_STATE(8911)] = 194630, - [SMALL_STATE(8912)] = 194638, - [SMALL_STATE(8913)] = 194646, - [SMALL_STATE(8914)] = 194654, - [SMALL_STATE(8915)] = 194662, - [SMALL_STATE(8916)] = 194670, - [SMALL_STATE(8917)] = 194678, - [SMALL_STATE(8918)] = 194686, - [SMALL_STATE(8919)] = 194694, - [SMALL_STATE(8920)] = 194702, - [SMALL_STATE(8921)] = 194710, - [SMALL_STATE(8922)] = 194718, - [SMALL_STATE(8923)] = 194726, - [SMALL_STATE(8924)] = 194734, - [SMALL_STATE(8925)] = 194742, - [SMALL_STATE(8926)] = 194750, - [SMALL_STATE(8927)] = 194758, - [SMALL_STATE(8928)] = 194766, - [SMALL_STATE(8929)] = 194774, - [SMALL_STATE(8930)] = 194782, - [SMALL_STATE(8931)] = 194790, - [SMALL_STATE(8932)] = 194798, - [SMALL_STATE(8933)] = 194806, - [SMALL_STATE(8934)] = 194814, - [SMALL_STATE(8935)] = 194822, - [SMALL_STATE(8936)] = 194830, - [SMALL_STATE(8937)] = 194838, - [SMALL_STATE(8938)] = 194846, - [SMALL_STATE(8939)] = 194854, - [SMALL_STATE(8940)] = 194862, - [SMALL_STATE(8941)] = 194870, - [SMALL_STATE(8942)] = 194878, - [SMALL_STATE(8943)] = 194886, - [SMALL_STATE(8944)] = 194894, - [SMALL_STATE(8945)] = 194902, - [SMALL_STATE(8946)] = 194910, - [SMALL_STATE(8947)] = 194918, - [SMALL_STATE(8948)] = 194926, - [SMALL_STATE(8949)] = 194934, - [SMALL_STATE(8950)] = 194942, - [SMALL_STATE(8951)] = 194950, - [SMALL_STATE(8952)] = 194958, - [SMALL_STATE(8953)] = 194966, - [SMALL_STATE(8954)] = 194974, - [SMALL_STATE(8955)] = 194982, - [SMALL_STATE(8956)] = 194990, - [SMALL_STATE(8957)] = 194998, - [SMALL_STATE(8958)] = 195006, - [SMALL_STATE(8959)] = 195014, - [SMALL_STATE(8960)] = 195022, - [SMALL_STATE(8961)] = 195030, - [SMALL_STATE(8962)] = 195038, - [SMALL_STATE(8963)] = 195046, - [SMALL_STATE(8964)] = 195054, - [SMALL_STATE(8965)] = 195062, - [SMALL_STATE(8966)] = 195070, - [SMALL_STATE(8967)] = 195078, - [SMALL_STATE(8968)] = 195086, - [SMALL_STATE(8969)] = 195094, - [SMALL_STATE(8970)] = 195102, - [SMALL_STATE(8971)] = 195110, - [SMALL_STATE(8972)] = 195118, - [SMALL_STATE(8973)] = 195126, - [SMALL_STATE(8974)] = 195134, - [SMALL_STATE(8975)] = 195142, - [SMALL_STATE(8976)] = 195150, - [SMALL_STATE(8977)] = 195158, - [SMALL_STATE(8978)] = 195166, - [SMALL_STATE(8979)] = 195174, - [SMALL_STATE(8980)] = 195182, - [SMALL_STATE(8981)] = 195190, - [SMALL_STATE(8982)] = 195198, - [SMALL_STATE(8983)] = 195206, - [SMALL_STATE(8984)] = 195214, - [SMALL_STATE(8985)] = 195222, - [SMALL_STATE(8986)] = 195230, - [SMALL_STATE(8987)] = 195238, - [SMALL_STATE(8988)] = 195246, - [SMALL_STATE(8989)] = 195254, - [SMALL_STATE(8990)] = 195262, - [SMALL_STATE(8991)] = 195270, - [SMALL_STATE(8992)] = 195278, - [SMALL_STATE(8993)] = 195286, - [SMALL_STATE(8994)] = 195294, - [SMALL_STATE(8995)] = 195302, - [SMALL_STATE(8996)] = 195310, - [SMALL_STATE(8997)] = 195318, - [SMALL_STATE(8998)] = 195326, - [SMALL_STATE(8999)] = 195334, - [SMALL_STATE(9000)] = 195342, - [SMALL_STATE(9001)] = 195350, - [SMALL_STATE(9002)] = 195358, - [SMALL_STATE(9003)] = 195366, - [SMALL_STATE(9004)] = 195374, - [SMALL_STATE(9005)] = 195382, - [SMALL_STATE(9006)] = 195390, - [SMALL_STATE(9007)] = 195398, - [SMALL_STATE(9008)] = 195406, - [SMALL_STATE(9009)] = 195414, - [SMALL_STATE(9010)] = 195422, - [SMALL_STATE(9011)] = 195430, - [SMALL_STATE(9012)] = 195438, - [SMALL_STATE(9013)] = 195446, - [SMALL_STATE(9014)] = 195454, - [SMALL_STATE(9015)] = 195462, - [SMALL_STATE(9016)] = 195470, - [SMALL_STATE(9017)] = 195478, - [SMALL_STATE(9018)] = 195486, - [SMALL_STATE(9019)] = 195494, - [SMALL_STATE(9020)] = 195502, - [SMALL_STATE(9021)] = 195510, - [SMALL_STATE(9022)] = 195518, - [SMALL_STATE(9023)] = 195526, - [SMALL_STATE(9024)] = 195534, - [SMALL_STATE(9025)] = 195542, - [SMALL_STATE(9026)] = 195550, - [SMALL_STATE(9027)] = 195558, - [SMALL_STATE(9028)] = 195566, - [SMALL_STATE(9029)] = 195574, - [SMALL_STATE(9030)] = 195582, - [SMALL_STATE(9031)] = 195590, - [SMALL_STATE(9032)] = 195598, - [SMALL_STATE(9033)] = 195606, - [SMALL_STATE(9034)] = 195614, - [SMALL_STATE(9035)] = 195622, - [SMALL_STATE(9036)] = 195630, - [SMALL_STATE(9037)] = 195638, - [SMALL_STATE(9038)] = 195646, - [SMALL_STATE(9039)] = 195654, - [SMALL_STATE(9040)] = 195662, - [SMALL_STATE(9041)] = 195670, - [SMALL_STATE(9042)] = 195678, - [SMALL_STATE(9043)] = 195686, - [SMALL_STATE(9044)] = 195694, - [SMALL_STATE(9045)] = 195702, - [SMALL_STATE(9046)] = 195710, - [SMALL_STATE(9047)] = 195718, - [SMALL_STATE(9048)] = 195726, - [SMALL_STATE(9049)] = 195734, - [SMALL_STATE(9050)] = 195742, - [SMALL_STATE(9051)] = 195750, - [SMALL_STATE(9052)] = 195758, - [SMALL_STATE(9053)] = 195766, - [SMALL_STATE(9054)] = 195774, - [SMALL_STATE(9055)] = 195782, - [SMALL_STATE(9056)] = 195790, - [SMALL_STATE(9057)] = 195798, - [SMALL_STATE(9058)] = 195806, - [SMALL_STATE(9059)] = 195814, - [SMALL_STATE(9060)] = 195822, - [SMALL_STATE(9061)] = 195830, - [SMALL_STATE(9062)] = 195838, - [SMALL_STATE(9063)] = 195846, - [SMALL_STATE(9064)] = 195854, - [SMALL_STATE(9065)] = 195862, - [SMALL_STATE(9066)] = 195870, - [SMALL_STATE(9067)] = 195878, - [SMALL_STATE(9068)] = 195886, - [SMALL_STATE(9069)] = 195894, - [SMALL_STATE(9070)] = 195902, - [SMALL_STATE(9071)] = 195910, - [SMALL_STATE(9072)] = 195918, - [SMALL_STATE(9073)] = 195926, - [SMALL_STATE(9074)] = 195934, - [SMALL_STATE(9075)] = 195942, - [SMALL_STATE(9076)] = 195950, - [SMALL_STATE(9077)] = 195958, - [SMALL_STATE(9078)] = 195966, - [SMALL_STATE(9079)] = 195974, - [SMALL_STATE(9080)] = 195982, - [SMALL_STATE(9081)] = 195990, - [SMALL_STATE(9082)] = 195998, - [SMALL_STATE(9083)] = 196006, - [SMALL_STATE(9084)] = 196014, - [SMALL_STATE(9085)] = 196022, - [SMALL_STATE(9086)] = 196030, - [SMALL_STATE(9087)] = 196038, - [SMALL_STATE(9088)] = 196046, - [SMALL_STATE(9089)] = 196054, - [SMALL_STATE(9090)] = 196062, - [SMALL_STATE(9091)] = 196070, - [SMALL_STATE(9092)] = 196078, - [SMALL_STATE(9093)] = 196086, - [SMALL_STATE(9094)] = 196094, - [SMALL_STATE(9095)] = 196102, - [SMALL_STATE(9096)] = 196110, - [SMALL_STATE(9097)] = 196118, - [SMALL_STATE(9098)] = 196126, - [SMALL_STATE(9099)] = 196134, - [SMALL_STATE(9100)] = 196142, - [SMALL_STATE(9101)] = 196150, - [SMALL_STATE(9102)] = 196158, - [SMALL_STATE(9103)] = 196166, - [SMALL_STATE(9104)] = 196174, - [SMALL_STATE(9105)] = 196182, - [SMALL_STATE(9106)] = 196190, - [SMALL_STATE(9107)] = 196198, - [SMALL_STATE(9108)] = 196206, - [SMALL_STATE(9109)] = 196214, - [SMALL_STATE(9110)] = 196222, - [SMALL_STATE(9111)] = 196230, - [SMALL_STATE(9112)] = 196238, - [SMALL_STATE(9113)] = 196246, - [SMALL_STATE(9114)] = 196254, - [SMALL_STATE(9115)] = 196262, - [SMALL_STATE(9116)] = 196270, - [SMALL_STATE(9117)] = 196278, - [SMALL_STATE(9118)] = 196286, - [SMALL_STATE(9119)] = 196294, - [SMALL_STATE(9120)] = 196302, - [SMALL_STATE(9121)] = 196310, - [SMALL_STATE(9122)] = 196318, - [SMALL_STATE(9123)] = 196326, - [SMALL_STATE(9124)] = 196334, - [SMALL_STATE(9125)] = 196342, - [SMALL_STATE(9126)] = 196350, - [SMALL_STATE(9127)] = 196358, - [SMALL_STATE(9128)] = 196366, - [SMALL_STATE(9129)] = 196374, - [SMALL_STATE(9130)] = 196382, - [SMALL_STATE(9131)] = 196390, - [SMALL_STATE(9132)] = 196398, - [SMALL_STATE(9133)] = 196406, - [SMALL_STATE(9134)] = 196414, - [SMALL_STATE(9135)] = 196422, - [SMALL_STATE(9136)] = 196430, - [SMALL_STATE(9137)] = 196438, - [SMALL_STATE(9138)] = 196446, - [SMALL_STATE(9139)] = 196454, - [SMALL_STATE(9140)] = 196462, - [SMALL_STATE(9141)] = 196470, - [SMALL_STATE(9142)] = 196478, - [SMALL_STATE(9143)] = 196486, - [SMALL_STATE(9144)] = 196494, - [SMALL_STATE(9145)] = 196502, - [SMALL_STATE(9146)] = 196510, - [SMALL_STATE(9147)] = 196518, - [SMALL_STATE(9148)] = 196526, - [SMALL_STATE(9149)] = 196534, - [SMALL_STATE(9150)] = 196542, - [SMALL_STATE(9151)] = 196550, - [SMALL_STATE(9152)] = 196558, - [SMALL_STATE(9153)] = 196566, - [SMALL_STATE(9154)] = 196574, - [SMALL_STATE(9155)] = 196582, - [SMALL_STATE(9156)] = 196590, - [SMALL_STATE(9157)] = 196598, - [SMALL_STATE(9158)] = 196606, - [SMALL_STATE(9159)] = 196614, - [SMALL_STATE(9160)] = 196622, - [SMALL_STATE(9161)] = 196630, - [SMALL_STATE(9162)] = 196638, - [SMALL_STATE(9163)] = 196646, - [SMALL_STATE(9164)] = 196654, - [SMALL_STATE(9165)] = 196662, - [SMALL_STATE(9166)] = 196670, - [SMALL_STATE(9167)] = 196678, - [SMALL_STATE(9168)] = 196686, - [SMALL_STATE(9169)] = 196694, - [SMALL_STATE(9170)] = 196702, - [SMALL_STATE(9171)] = 196710, - [SMALL_STATE(9172)] = 196718, - [SMALL_STATE(9173)] = 196726, - [SMALL_STATE(9174)] = 196734, - [SMALL_STATE(9175)] = 196742, - [SMALL_STATE(9176)] = 196750, - [SMALL_STATE(9177)] = 196758, - [SMALL_STATE(9178)] = 196766, - [SMALL_STATE(9179)] = 196774, - [SMALL_STATE(9180)] = 196782, - [SMALL_STATE(9181)] = 196790, - [SMALL_STATE(9182)] = 196798, - [SMALL_STATE(9183)] = 196806, - [SMALL_STATE(9184)] = 196814, - [SMALL_STATE(9185)] = 196822, - [SMALL_STATE(9186)] = 196830, - [SMALL_STATE(9187)] = 196838, - [SMALL_STATE(9188)] = 196846, - [SMALL_STATE(9189)] = 196854, - [SMALL_STATE(9190)] = 196862, - [SMALL_STATE(9191)] = 196870, - [SMALL_STATE(9192)] = 196878, - [SMALL_STATE(9193)] = 196886, - [SMALL_STATE(9194)] = 196894, - [SMALL_STATE(9195)] = 196902, - [SMALL_STATE(9196)] = 196910, - [SMALL_STATE(9197)] = 196918, - [SMALL_STATE(9198)] = 196926, - [SMALL_STATE(9199)] = 196934, - [SMALL_STATE(9200)] = 196942, - [SMALL_STATE(9201)] = 196950, - [SMALL_STATE(9202)] = 196958, - [SMALL_STATE(9203)] = 196966, - [SMALL_STATE(9204)] = 196974, - [SMALL_STATE(9205)] = 196982, - [SMALL_STATE(9206)] = 196990, - [SMALL_STATE(9207)] = 196998, - [SMALL_STATE(9208)] = 197006, - [SMALL_STATE(9209)] = 197014, - [SMALL_STATE(9210)] = 197022, - [SMALL_STATE(9211)] = 197030, - [SMALL_STATE(9212)] = 197038, - [SMALL_STATE(9213)] = 197046, - [SMALL_STATE(9214)] = 197054, - [SMALL_STATE(9215)] = 197062, - [SMALL_STATE(9216)] = 197070, - [SMALL_STATE(9217)] = 197078, - [SMALL_STATE(9218)] = 197086, - [SMALL_STATE(9219)] = 197094, - [SMALL_STATE(9220)] = 197102, - [SMALL_STATE(9221)] = 197110, - [SMALL_STATE(9222)] = 197118, - [SMALL_STATE(9223)] = 197126, - [SMALL_STATE(9224)] = 197134, - [SMALL_STATE(9225)] = 197142, - [SMALL_STATE(9226)] = 197150, - [SMALL_STATE(9227)] = 197158, - [SMALL_STATE(9228)] = 197166, - [SMALL_STATE(9229)] = 197174, - [SMALL_STATE(9230)] = 197182, - [SMALL_STATE(9231)] = 197190, - [SMALL_STATE(9232)] = 197198, - [SMALL_STATE(9233)] = 197206, - [SMALL_STATE(9234)] = 197214, - [SMALL_STATE(9235)] = 197222, - [SMALL_STATE(9236)] = 197230, - [SMALL_STATE(9237)] = 197238, - [SMALL_STATE(9238)] = 197246, - [SMALL_STATE(9239)] = 197254, - [SMALL_STATE(9240)] = 197262, - [SMALL_STATE(9241)] = 197270, - [SMALL_STATE(9242)] = 197278, - [SMALL_STATE(9243)] = 197286, - [SMALL_STATE(9244)] = 197294, - [SMALL_STATE(9245)] = 197302, - [SMALL_STATE(9246)] = 197310, - [SMALL_STATE(9247)] = 197318, - [SMALL_STATE(9248)] = 197326, - [SMALL_STATE(9249)] = 197334, - [SMALL_STATE(9250)] = 197342, - [SMALL_STATE(9251)] = 197350, - [SMALL_STATE(9252)] = 197358, - [SMALL_STATE(9253)] = 197366, - [SMALL_STATE(9254)] = 197374, - [SMALL_STATE(9255)] = 197382, - [SMALL_STATE(9256)] = 197390, - [SMALL_STATE(9257)] = 197398, - [SMALL_STATE(9258)] = 197406, - [SMALL_STATE(9259)] = 197414, - [SMALL_STATE(9260)] = 197422, - [SMALL_STATE(9261)] = 197430, - [SMALL_STATE(9262)] = 197438, - [SMALL_STATE(9263)] = 197446, - [SMALL_STATE(9264)] = 197454, - [SMALL_STATE(9265)] = 197462, - [SMALL_STATE(9266)] = 197470, - [SMALL_STATE(9267)] = 197478, - [SMALL_STATE(9268)] = 197486, - [SMALL_STATE(9269)] = 197494, - [SMALL_STATE(9270)] = 197502, - [SMALL_STATE(9271)] = 197510, - [SMALL_STATE(9272)] = 197518, - [SMALL_STATE(9273)] = 197526, - [SMALL_STATE(9274)] = 197534, - [SMALL_STATE(9275)] = 197542, - [SMALL_STATE(9276)] = 197550, - [SMALL_STATE(9277)] = 197558, - [SMALL_STATE(9278)] = 197566, - [SMALL_STATE(9279)] = 197574, - [SMALL_STATE(9280)] = 197582, - [SMALL_STATE(9281)] = 197590, - [SMALL_STATE(9282)] = 197598, - [SMALL_STATE(9283)] = 197606, - [SMALL_STATE(9284)] = 197614, - [SMALL_STATE(9285)] = 197622, - [SMALL_STATE(9286)] = 197630, - [SMALL_STATE(9287)] = 197638, - [SMALL_STATE(9288)] = 197646, - [SMALL_STATE(9289)] = 197654, - [SMALL_STATE(9290)] = 197662, - [SMALL_STATE(9291)] = 197670, - [SMALL_STATE(9292)] = 197678, - [SMALL_STATE(9293)] = 197686, - [SMALL_STATE(9294)] = 197694, - [SMALL_STATE(9295)] = 197702, - [SMALL_STATE(9296)] = 197710, - [SMALL_STATE(9297)] = 197718, - [SMALL_STATE(9298)] = 197726, - [SMALL_STATE(9299)] = 197734, - [SMALL_STATE(9300)] = 197742, - [SMALL_STATE(9301)] = 197750, - [SMALL_STATE(9302)] = 197758, - [SMALL_STATE(9303)] = 197766, - [SMALL_STATE(9304)] = 197774, - [SMALL_STATE(9305)] = 197782, - [SMALL_STATE(9306)] = 197790, - [SMALL_STATE(9307)] = 197798, - [SMALL_STATE(9308)] = 197806, - [SMALL_STATE(9309)] = 197814, - [SMALL_STATE(9310)] = 197822, - [SMALL_STATE(9311)] = 197830, - [SMALL_STATE(9312)] = 197838, - [SMALL_STATE(9313)] = 197846, - [SMALL_STATE(9314)] = 197854, - [SMALL_STATE(9315)] = 197862, - [SMALL_STATE(9316)] = 197870, - [SMALL_STATE(9317)] = 197878, - [SMALL_STATE(9318)] = 197886, - [SMALL_STATE(9319)] = 197894, - [SMALL_STATE(9320)] = 197902, - [SMALL_STATE(9321)] = 197910, - [SMALL_STATE(9322)] = 197918, - [SMALL_STATE(9323)] = 197926, - [SMALL_STATE(9324)] = 197934, - [SMALL_STATE(9325)] = 197942, - [SMALL_STATE(9326)] = 197950, - [SMALL_STATE(9327)] = 197958, - [SMALL_STATE(9328)] = 197966, - [SMALL_STATE(9329)] = 197974, - [SMALL_STATE(9330)] = 197982, - [SMALL_STATE(9331)] = 197990, - [SMALL_STATE(9332)] = 197998, - [SMALL_STATE(9333)] = 198006, - [SMALL_STATE(9334)] = 198014, - [SMALL_STATE(9335)] = 198022, - [SMALL_STATE(9336)] = 198030, - [SMALL_STATE(9337)] = 198038, - [SMALL_STATE(9338)] = 198046, - [SMALL_STATE(9339)] = 198054, - [SMALL_STATE(9340)] = 198062, - [SMALL_STATE(9341)] = 198070, - [SMALL_STATE(9342)] = 198078, - [SMALL_STATE(9343)] = 198086, - [SMALL_STATE(9344)] = 198094, - [SMALL_STATE(9345)] = 198102, - [SMALL_STATE(9346)] = 198110, - [SMALL_STATE(9347)] = 198118, - [SMALL_STATE(9348)] = 198126, - [SMALL_STATE(9349)] = 198134, - [SMALL_STATE(9350)] = 198142, - [SMALL_STATE(9351)] = 198150, - [SMALL_STATE(9352)] = 198158, - [SMALL_STATE(9353)] = 198166, - [SMALL_STATE(9354)] = 198174, - [SMALL_STATE(9355)] = 198182, - [SMALL_STATE(9356)] = 198190, - [SMALL_STATE(9357)] = 198198, - [SMALL_STATE(9358)] = 198206, - [SMALL_STATE(9359)] = 198214, - [SMALL_STATE(9360)] = 198222, - [SMALL_STATE(9361)] = 198230, - [SMALL_STATE(9362)] = 198238, - [SMALL_STATE(9363)] = 198246, - [SMALL_STATE(9364)] = 198254, - [SMALL_STATE(9365)] = 198262, - [SMALL_STATE(9366)] = 198270, - [SMALL_STATE(9367)] = 198278, - [SMALL_STATE(9368)] = 198286, - [SMALL_STATE(9369)] = 198294, - [SMALL_STATE(9370)] = 198302, - [SMALL_STATE(9371)] = 198310, - [SMALL_STATE(9372)] = 198318, - [SMALL_STATE(9373)] = 198326, - [SMALL_STATE(9374)] = 198334, - [SMALL_STATE(9375)] = 198342, - [SMALL_STATE(9376)] = 198350, - [SMALL_STATE(9377)] = 198358, - [SMALL_STATE(9378)] = 198366, - [SMALL_STATE(9379)] = 198374, - [SMALL_STATE(9380)] = 198382, - [SMALL_STATE(9381)] = 198390, - [SMALL_STATE(9382)] = 198398, - [SMALL_STATE(9383)] = 198406, - [SMALL_STATE(9384)] = 198414, - [SMALL_STATE(9385)] = 198422, - [SMALL_STATE(9386)] = 198430, - [SMALL_STATE(9387)] = 198438, - [SMALL_STATE(9388)] = 198446, - [SMALL_STATE(9389)] = 198454, - [SMALL_STATE(9390)] = 198462, - [SMALL_STATE(9391)] = 198470, - [SMALL_STATE(9392)] = 198478, - [SMALL_STATE(9393)] = 198486, - [SMALL_STATE(9394)] = 198494, - [SMALL_STATE(9395)] = 198502, - [SMALL_STATE(9396)] = 198510, - [SMALL_STATE(9397)] = 198518, - [SMALL_STATE(9398)] = 198526, - [SMALL_STATE(9399)] = 198534, - [SMALL_STATE(9400)] = 198542, - [SMALL_STATE(9401)] = 198550, - [SMALL_STATE(9402)] = 198558, - [SMALL_STATE(9403)] = 198566, - [SMALL_STATE(9404)] = 198574, - [SMALL_STATE(9405)] = 198582, - [SMALL_STATE(9406)] = 198590, - [SMALL_STATE(9407)] = 198598, - [SMALL_STATE(9408)] = 198606, - [SMALL_STATE(9409)] = 198614, - [SMALL_STATE(9410)] = 198622, - [SMALL_STATE(9411)] = 198630, - [SMALL_STATE(9412)] = 198638, - [SMALL_STATE(9413)] = 198646, - [SMALL_STATE(9414)] = 198654, - [SMALL_STATE(9415)] = 198662, - [SMALL_STATE(9416)] = 198670, - [SMALL_STATE(9417)] = 198678, - [SMALL_STATE(9418)] = 198686, - [SMALL_STATE(9419)] = 198694, - [SMALL_STATE(9420)] = 198702, - [SMALL_STATE(9421)] = 198710, - [SMALL_STATE(9422)] = 198718, - [SMALL_STATE(9423)] = 198726, - [SMALL_STATE(9424)] = 198734, - [SMALL_STATE(9425)] = 198742, - [SMALL_STATE(9426)] = 198750, - [SMALL_STATE(9427)] = 198758, - [SMALL_STATE(9428)] = 198766, - [SMALL_STATE(9429)] = 198774, - [SMALL_STATE(9430)] = 198782, - [SMALL_STATE(9431)] = 198790, - [SMALL_STATE(9432)] = 198798, - [SMALL_STATE(9433)] = 198806, - [SMALL_STATE(9434)] = 198814, - [SMALL_STATE(9435)] = 198822, - [SMALL_STATE(9436)] = 198830, - [SMALL_STATE(9437)] = 198838, - [SMALL_STATE(9438)] = 198846, - [SMALL_STATE(9439)] = 198854, - [SMALL_STATE(9440)] = 198862, - [SMALL_STATE(9441)] = 198870, - [SMALL_STATE(9442)] = 198878, - [SMALL_STATE(9443)] = 198886, - [SMALL_STATE(9444)] = 198894, - [SMALL_STATE(9445)] = 198902, - [SMALL_STATE(9446)] = 198910, - [SMALL_STATE(9447)] = 198918, - [SMALL_STATE(9448)] = 198926, - [SMALL_STATE(9449)] = 198934, - [SMALL_STATE(9450)] = 198942, - [SMALL_STATE(9451)] = 198950, - [SMALL_STATE(9452)] = 198958, - [SMALL_STATE(9453)] = 198966, - [SMALL_STATE(9454)] = 198974, - [SMALL_STATE(9455)] = 198982, - [SMALL_STATE(9456)] = 198990, - [SMALL_STATE(9457)] = 198998, - [SMALL_STATE(9458)] = 199006, - [SMALL_STATE(9459)] = 199014, - [SMALL_STATE(9460)] = 199022, - [SMALL_STATE(9461)] = 199030, - [SMALL_STATE(9462)] = 199038, - [SMALL_STATE(9463)] = 199046, - [SMALL_STATE(9464)] = 199054, - [SMALL_STATE(9465)] = 199062, - [SMALL_STATE(9466)] = 199070, - [SMALL_STATE(9467)] = 199078, - [SMALL_STATE(9468)] = 199086, - [SMALL_STATE(9469)] = 199094, - [SMALL_STATE(9470)] = 199102, - [SMALL_STATE(9471)] = 199110, - [SMALL_STATE(9472)] = 199118, - [SMALL_STATE(9473)] = 199126, - [SMALL_STATE(9474)] = 199134, - [SMALL_STATE(9475)] = 199142, - [SMALL_STATE(9476)] = 199150, - [SMALL_STATE(9477)] = 199158, - [SMALL_STATE(9478)] = 199166, - [SMALL_STATE(9479)] = 199174, - [SMALL_STATE(9480)] = 199182, - [SMALL_STATE(9481)] = 199190, - [SMALL_STATE(9482)] = 199198, - [SMALL_STATE(9483)] = 199206, - [SMALL_STATE(9484)] = 199214, - [SMALL_STATE(9485)] = 199222, - [SMALL_STATE(9486)] = 199230, - [SMALL_STATE(9487)] = 199238, - [SMALL_STATE(9488)] = 199246, - [SMALL_STATE(9489)] = 199254, - [SMALL_STATE(9490)] = 199262, - [SMALL_STATE(9491)] = 199270, - [SMALL_STATE(9492)] = 199278, - [SMALL_STATE(9493)] = 199286, - [SMALL_STATE(9494)] = 199294, - [SMALL_STATE(9495)] = 199302, - [SMALL_STATE(9496)] = 199310, - [SMALL_STATE(9497)] = 199318, - [SMALL_STATE(9498)] = 199326, - [SMALL_STATE(9499)] = 199334, - [SMALL_STATE(9500)] = 199342, - [SMALL_STATE(9501)] = 199350, - [SMALL_STATE(9502)] = 199358, - [SMALL_STATE(9503)] = 199366, - [SMALL_STATE(9504)] = 199374, - [SMALL_STATE(9505)] = 199382, - [SMALL_STATE(9506)] = 199390, - [SMALL_STATE(9507)] = 199398, - [SMALL_STATE(9508)] = 199406, - [SMALL_STATE(9509)] = 199414, - [SMALL_STATE(9510)] = 199422, - [SMALL_STATE(9511)] = 199430, - [SMALL_STATE(9512)] = 199438, - [SMALL_STATE(9513)] = 199446, - [SMALL_STATE(9514)] = 199454, - [SMALL_STATE(9515)] = 199462, - [SMALL_STATE(9516)] = 199470, - [SMALL_STATE(9517)] = 199478, - [SMALL_STATE(9518)] = 199486, - [SMALL_STATE(9519)] = 199494, - [SMALL_STATE(9520)] = 199502, - [SMALL_STATE(9521)] = 199510, - [SMALL_STATE(9522)] = 199518, - [SMALL_STATE(9523)] = 199526, + [SMALL_STATE(6485)] = 133437, + [SMALL_STATE(6486)] = 133485, + [SMALL_STATE(6487)] = 133531, + [SMALL_STATE(6488)] = 133577, + [SMALL_STATE(6489)] = 133623, + [SMALL_STATE(6490)] = 133669, + [SMALL_STATE(6491)] = 133715, + [SMALL_STATE(6492)] = 133761, + [SMALL_STATE(6493)] = 133809, + [SMALL_STATE(6494)] = 133855, + [SMALL_STATE(6495)] = 133901, + [SMALL_STATE(6496)] = 133947, + [SMALL_STATE(6497)] = 133993, + [SMALL_STATE(6498)] = 134041, + [SMALL_STATE(6499)] = 134087, + [SMALL_STATE(6500)] = 134133, + [SMALL_STATE(6501)] = 134179, + [SMALL_STATE(6502)] = 134225, + [SMALL_STATE(6503)] = 134273, + [SMALL_STATE(6504)] = 134321, + [SMALL_STATE(6505)] = 134367, + [SMALL_STATE(6506)] = 134413, + [SMALL_STATE(6507)] = 134459, + [SMALL_STATE(6508)] = 134505, + [SMALL_STATE(6509)] = 134551, + [SMALL_STATE(6510)] = 134599, + [SMALL_STATE(6511)] = 134647, + [SMALL_STATE(6512)] = 134695, + [SMALL_STATE(6513)] = 134741, + [SMALL_STATE(6514)] = 134787, + [SMALL_STATE(6515)] = 134833, + [SMALL_STATE(6516)] = 134879, + [SMALL_STATE(6517)] = 134925, + [SMALL_STATE(6518)] = 134973, + [SMALL_STATE(6519)] = 135021, + [SMALL_STATE(6520)] = 135067, + [SMALL_STATE(6521)] = 135115, + [SMALL_STATE(6522)] = 135161, + [SMALL_STATE(6523)] = 135207, + [SMALL_STATE(6524)] = 135253, + [SMALL_STATE(6525)] = 135299, + [SMALL_STATE(6526)] = 135347, + [SMALL_STATE(6527)] = 135395, + [SMALL_STATE(6528)] = 135441, + [SMALL_STATE(6529)] = 135487, + [SMALL_STATE(6530)] = 135535, + [SMALL_STATE(6531)] = 135583, + [SMALL_STATE(6532)] = 135631, + [SMALL_STATE(6533)] = 135677, + [SMALL_STATE(6534)] = 135723, + [SMALL_STATE(6535)] = 135759, + [SMALL_STATE(6536)] = 135807, + [SMALL_STATE(6537)] = 135855, + [SMALL_STATE(6538)] = 135901, + [SMALL_STATE(6539)] = 135949, + [SMALL_STATE(6540)] = 135997, + [SMALL_STATE(6541)] = 136043, + [SMALL_STATE(6542)] = 136091, + [SMALL_STATE(6543)] = 136139, + [SMALL_STATE(6544)] = 136185, + [SMALL_STATE(6545)] = 136233, + [SMALL_STATE(6546)] = 136281, + [SMALL_STATE(6547)] = 136329, + [SMALL_STATE(6548)] = 136377, + [SMALL_STATE(6549)] = 136425, + [SMALL_STATE(6550)] = 136473, + [SMALL_STATE(6551)] = 136517, + [SMALL_STATE(6552)] = 136565, + [SMALL_STATE(6553)] = 136613, + [SMALL_STATE(6554)] = 136661, + [SMALL_STATE(6555)] = 136709, + [SMALL_STATE(6556)] = 136757, + [SMALL_STATE(6557)] = 136805, + [SMALL_STATE(6558)] = 136851, + [SMALL_STATE(6559)] = 136899, + [SMALL_STATE(6560)] = 136947, + [SMALL_STATE(6561)] = 136995, + [SMALL_STATE(6562)] = 137043, + [SMALL_STATE(6563)] = 137091, + [SMALL_STATE(6564)] = 137139, + [SMALL_STATE(6565)] = 137187, + [SMALL_STATE(6566)] = 137235, + [SMALL_STATE(6567)] = 137283, + [SMALL_STATE(6568)] = 137327, + [SMALL_STATE(6569)] = 137375, + [SMALL_STATE(6570)] = 137423, + [SMALL_STATE(6571)] = 137471, + [SMALL_STATE(6572)] = 137519, + [SMALL_STATE(6573)] = 137567, + [SMALL_STATE(6574)] = 137615, + [SMALL_STATE(6575)] = 137663, + [SMALL_STATE(6576)] = 137711, + [SMALL_STATE(6577)] = 137759, + [SMALL_STATE(6578)] = 137807, + [SMALL_STATE(6579)] = 137855, + [SMALL_STATE(6580)] = 137901, + [SMALL_STATE(6581)] = 137949, + [SMALL_STATE(6582)] = 137997, + [SMALL_STATE(6583)] = 138043, + [SMALL_STATE(6584)] = 138089, + [SMALL_STATE(6585)] = 138137, + [SMALL_STATE(6586)] = 138183, + [SMALL_STATE(6587)] = 138229, + [SMALL_STATE(6588)] = 138275, + [SMALL_STATE(6589)] = 138323, + [SMALL_STATE(6590)] = 138371, + [SMALL_STATE(6591)] = 138419, + [SMALL_STATE(6592)] = 138467, + [SMALL_STATE(6593)] = 138513, + [SMALL_STATE(6594)] = 138561, + [SMALL_STATE(6595)] = 138607, + [SMALL_STATE(6596)] = 138655, + [SMALL_STATE(6597)] = 138703, + [SMALL_STATE(6598)] = 138751, + [SMALL_STATE(6599)] = 138799, + [SMALL_STATE(6600)] = 138845, + [SMALL_STATE(6601)] = 138891, + [SMALL_STATE(6602)] = 138937, + [SMALL_STATE(6603)] = 138985, + [SMALL_STATE(6604)] = 139033, + [SMALL_STATE(6605)] = 139081, + [SMALL_STATE(6606)] = 139129, + [SMALL_STATE(6607)] = 139177, + [SMALL_STATE(6608)] = 139225, + [SMALL_STATE(6609)] = 139269, + [SMALL_STATE(6610)] = 139305, + [SMALL_STATE(6611)] = 139353, + [SMALL_STATE(6612)] = 139399, + [SMALL_STATE(6613)] = 139445, + [SMALL_STATE(6614)] = 139489, + [SMALL_STATE(6615)] = 139533, + [SMALL_STATE(6616)] = 139579, + [SMALL_STATE(6617)] = 139625, + [SMALL_STATE(6618)] = 139671, + [SMALL_STATE(6619)] = 139717, + [SMALL_STATE(6620)] = 139763, + [SMALL_STATE(6621)] = 139809, + [SMALL_STATE(6622)] = 139855, + [SMALL_STATE(6623)] = 139901, + [SMALL_STATE(6624)] = 139947, + [SMALL_STATE(6625)] = 139993, + [SMALL_STATE(6626)] = 140039, + [SMALL_STATE(6627)] = 140085, + [SMALL_STATE(6628)] = 140133, + [SMALL_STATE(6629)] = 140179, + [SMALL_STATE(6630)] = 140225, + [SMALL_STATE(6631)] = 140271, + [SMALL_STATE(6632)] = 140317, + [SMALL_STATE(6633)] = 140365, + [SMALL_STATE(6634)] = 140411, + [SMALL_STATE(6635)] = 140459, + [SMALL_STATE(6636)] = 140505, + [SMALL_STATE(6637)] = 140551, + [SMALL_STATE(6638)] = 140597, + [SMALL_STATE(6639)] = 140643, + [SMALL_STATE(6640)] = 140689, + [SMALL_STATE(6641)] = 140735, + [SMALL_STATE(6642)] = 140783, + [SMALL_STATE(6643)] = 140829, + [SMALL_STATE(6644)] = 140875, + [SMALL_STATE(6645)] = 140921, + [SMALL_STATE(6646)] = 140969, + [SMALL_STATE(6647)] = 141015, + [SMALL_STATE(6648)] = 141061, + [SMALL_STATE(6649)] = 141107, + [SMALL_STATE(6650)] = 141153, + [SMALL_STATE(6651)] = 141199, + [SMALL_STATE(6652)] = 141245, + [SMALL_STATE(6653)] = 141291, + [SMALL_STATE(6654)] = 141339, + [SMALL_STATE(6655)] = 141385, + [SMALL_STATE(6656)] = 141431, + [SMALL_STATE(6657)] = 141477, + [SMALL_STATE(6658)] = 141523, + [SMALL_STATE(6659)] = 141569, + [SMALL_STATE(6660)] = 141615, + [SMALL_STATE(6661)] = 141663, + [SMALL_STATE(6662)] = 141711, + [SMALL_STATE(6663)] = 141757, + [SMALL_STATE(6664)] = 141803, + [SMALL_STATE(6665)] = 141849, + [SMALL_STATE(6666)] = 141895, + [SMALL_STATE(6667)] = 141941, + [SMALL_STATE(6668)] = 141987, + [SMALL_STATE(6669)] = 142035, + [SMALL_STATE(6670)] = 142081, + [SMALL_STATE(6671)] = 142129, + [SMALL_STATE(6672)] = 142175, + [SMALL_STATE(6673)] = 142221, + [SMALL_STATE(6674)] = 142267, + [SMALL_STATE(6675)] = 142313, + [SMALL_STATE(6676)] = 142359, + [SMALL_STATE(6677)] = 142405, + [SMALL_STATE(6678)] = 142451, + [SMALL_STATE(6679)] = 142497, + [SMALL_STATE(6680)] = 142541, + [SMALL_STATE(6681)] = 142587, + [SMALL_STATE(6682)] = 142635, + [SMALL_STATE(6683)] = 142681, + [SMALL_STATE(6684)] = 142727, + [SMALL_STATE(6685)] = 142775, + [SMALL_STATE(6686)] = 142823, + [SMALL_STATE(6687)] = 142869, + [SMALL_STATE(6688)] = 142917, + [SMALL_STATE(6689)] = 142963, + [SMALL_STATE(6690)] = 143009, + [SMALL_STATE(6691)] = 143055, + [SMALL_STATE(6692)] = 143101, + [SMALL_STATE(6693)] = 143147, + [SMALL_STATE(6694)] = 143193, + [SMALL_STATE(6695)] = 143239, + [SMALL_STATE(6696)] = 143285, + [SMALL_STATE(6697)] = 143333, + [SMALL_STATE(6698)] = 143379, + [SMALL_STATE(6699)] = 143425, + [SMALL_STATE(6700)] = 143471, + [SMALL_STATE(6701)] = 143517, + [SMALL_STATE(6702)] = 143563, + [SMALL_STATE(6703)] = 143607, + [SMALL_STATE(6704)] = 143653, + [SMALL_STATE(6705)] = 143697, + [SMALL_STATE(6706)] = 143743, + [SMALL_STATE(6707)] = 143789, + [SMALL_STATE(6708)] = 143835, + [SMALL_STATE(6709)] = 143883, + [SMALL_STATE(6710)] = 143927, + [SMALL_STATE(6711)] = 143971, + [SMALL_STATE(6712)] = 144019, + [SMALL_STATE(6713)] = 144067, + [SMALL_STATE(6714)] = 144115, + [SMALL_STATE(6715)] = 144161, + [SMALL_STATE(6716)] = 144207, + [SMALL_STATE(6717)] = 144255, + [SMALL_STATE(6718)] = 144301, + [SMALL_STATE(6719)] = 144349, + [SMALL_STATE(6720)] = 144393, + [SMALL_STATE(6721)] = 144437, + [SMALL_STATE(6722)] = 144485, + [SMALL_STATE(6723)] = 144531, + [SMALL_STATE(6724)] = 144579, + [SMALL_STATE(6725)] = 144627, + [SMALL_STATE(6726)] = 144675, + [SMALL_STATE(6727)] = 144723, + [SMALL_STATE(6728)] = 144771, + [SMALL_STATE(6729)] = 144819, + [SMALL_STATE(6730)] = 144863, + [SMALL_STATE(6731)] = 144911, + [SMALL_STATE(6732)] = 144959, + [SMALL_STATE(6733)] = 145007, + [SMALL_STATE(6734)] = 145055, + [SMALL_STATE(6735)] = 145103, + [SMALL_STATE(6736)] = 145151, + [SMALL_STATE(6737)] = 145199, + [SMALL_STATE(6738)] = 145245, + [SMALL_STATE(6739)] = 145291, + [SMALL_STATE(6740)] = 145337, + [SMALL_STATE(6741)] = 145383, + [SMALL_STATE(6742)] = 145427, + [SMALL_STATE(6743)] = 145475, + [SMALL_STATE(6744)] = 145523, + [SMALL_STATE(6745)] = 145571, + [SMALL_STATE(6746)] = 145619, + [SMALL_STATE(6747)] = 145651, + [SMALL_STATE(6748)] = 145699, + [SMALL_STATE(6749)] = 145747, + [SMALL_STATE(6750)] = 145795, + [SMALL_STATE(6751)] = 145843, + [SMALL_STATE(6752)] = 145891, + [SMALL_STATE(6753)] = 145937, + [SMALL_STATE(6754)] = 145985, + [SMALL_STATE(6755)] = 146033, + [SMALL_STATE(6756)] = 146081, + [SMALL_STATE(6757)] = 146127, + [SMALL_STATE(6758)] = 146175, + [SMALL_STATE(6759)] = 146223, + [SMALL_STATE(6760)] = 146269, + [SMALL_STATE(6761)] = 146317, + [SMALL_STATE(6762)] = 146365, + [SMALL_STATE(6763)] = 146411, + [SMALL_STATE(6764)] = 146459, + [SMALL_STATE(6765)] = 146507, + [SMALL_STATE(6766)] = 146553, + [SMALL_STATE(6767)] = 146601, + [SMALL_STATE(6768)] = 146647, + [SMALL_STATE(6769)] = 146695, + [SMALL_STATE(6770)] = 146743, + [SMALL_STATE(6771)] = 146791, + [SMALL_STATE(6772)] = 146839, + [SMALL_STATE(6773)] = 146885, + [SMALL_STATE(6774)] = 146933, + [SMALL_STATE(6775)] = 146981, + [SMALL_STATE(6776)] = 147029, + [SMALL_STATE(6777)] = 147077, + [SMALL_STATE(6778)] = 147125, + [SMALL_STATE(6779)] = 147171, + [SMALL_STATE(6780)] = 147219, + [SMALL_STATE(6781)] = 147265, + [SMALL_STATE(6782)] = 147313, + [SMALL_STATE(6783)] = 147361, + [SMALL_STATE(6784)] = 147409, + [SMALL_STATE(6785)] = 147455, + [SMALL_STATE(6786)] = 147503, + [SMALL_STATE(6787)] = 147551, + [SMALL_STATE(6788)] = 147599, + [SMALL_STATE(6789)] = 147647, + [SMALL_STATE(6790)] = 147695, + [SMALL_STATE(6791)] = 147743, + [SMALL_STATE(6792)] = 147789, + [SMALL_STATE(6793)] = 147837, + [SMALL_STATE(6794)] = 147883, + [SMALL_STATE(6795)] = 147929, + [SMALL_STATE(6796)] = 147977, + [SMALL_STATE(6797)] = 148025, + [SMALL_STATE(6798)] = 148073, + [SMALL_STATE(6799)] = 148121, + [SMALL_STATE(6800)] = 148167, + [SMALL_STATE(6801)] = 148213, + [SMALL_STATE(6802)] = 148261, + [SMALL_STATE(6803)] = 148309, + [SMALL_STATE(6804)] = 148357, + [SMALL_STATE(6805)] = 148405, + [SMALL_STATE(6806)] = 148451, + [SMALL_STATE(6807)] = 148499, + [SMALL_STATE(6808)] = 148547, + [SMALL_STATE(6809)] = 148595, + [SMALL_STATE(6810)] = 148641, + [SMALL_STATE(6811)] = 148689, + [SMALL_STATE(6812)] = 148737, + [SMALL_STATE(6813)] = 148783, + [SMALL_STATE(6814)] = 148831, + [SMALL_STATE(6815)] = 148879, + [SMALL_STATE(6816)] = 148927, + [SMALL_STATE(6817)] = 148975, + [SMALL_STATE(6818)] = 149023, + [SMALL_STATE(6819)] = 149071, + [SMALL_STATE(6820)] = 149119, + [SMALL_STATE(6821)] = 149165, + [SMALL_STATE(6822)] = 149211, + [SMALL_STATE(6823)] = 149259, + [SMALL_STATE(6824)] = 149307, + [SMALL_STATE(6825)] = 149353, + [SMALL_STATE(6826)] = 149401, + [SMALL_STATE(6827)] = 149449, + [SMALL_STATE(6828)] = 149495, + [SMALL_STATE(6829)] = 149543, + [SMALL_STATE(6830)] = 149591, + [SMALL_STATE(6831)] = 149639, + [SMALL_STATE(6832)] = 149687, + [SMALL_STATE(6833)] = 149735, + [SMALL_STATE(6834)] = 149781, + [SMALL_STATE(6835)] = 149829, + [SMALL_STATE(6836)] = 149877, + [SMALL_STATE(6837)] = 149925, + [SMALL_STATE(6838)] = 149973, + [SMALL_STATE(6839)] = 150021, + [SMALL_STATE(6840)] = 150067, + [SMALL_STATE(6841)] = 150115, + [SMALL_STATE(6842)] = 150163, + [SMALL_STATE(6843)] = 150211, + [SMALL_STATE(6844)] = 150259, + [SMALL_STATE(6845)] = 150307, + [SMALL_STATE(6846)] = 150353, + [SMALL_STATE(6847)] = 150401, + [SMALL_STATE(6848)] = 150449, + [SMALL_STATE(6849)] = 150497, + [SMALL_STATE(6850)] = 150545, + [SMALL_STATE(6851)] = 150591, + [SMALL_STATE(6852)] = 150639, + [SMALL_STATE(6853)] = 150687, + [SMALL_STATE(6854)] = 150735, + [SMALL_STATE(6855)] = 150776, + [SMALL_STATE(6856)] = 150817, + [SMALL_STATE(6857)] = 150858, + [SMALL_STATE(6858)] = 150899, + [SMALL_STATE(6859)] = 150940, + [SMALL_STATE(6860)] = 150985, + [SMALL_STATE(6861)] = 151026, + [SMALL_STATE(6862)] = 151067, + [SMALL_STATE(6863)] = 151108, + [SMALL_STATE(6864)] = 151149, + [SMALL_STATE(6865)] = 151190, + [SMALL_STATE(6866)] = 151235, + [SMALL_STATE(6867)] = 151276, + [SMALL_STATE(6868)] = 151317, + [SMALL_STATE(6869)] = 151362, + [SMALL_STATE(6870)] = 151407, + [SMALL_STATE(6871)] = 151448, + [SMALL_STATE(6872)] = 151489, + [SMALL_STATE(6873)] = 151530, + [SMALL_STATE(6874)] = 151575, + [SMALL_STATE(6875)] = 151616, + [SMALL_STATE(6876)] = 151653, + [SMALL_STATE(6877)] = 151698, + [SMALL_STATE(6878)] = 151743, + [SMALL_STATE(6879)] = 151784, + [SMALL_STATE(6880)] = 151825, + [SMALL_STATE(6881)] = 151866, + [SMALL_STATE(6882)] = 151911, + [SMALL_STATE(6883)] = 151952, + [SMALL_STATE(6884)] = 151993, + [SMALL_STATE(6885)] = 152034, + [SMALL_STATE(6886)] = 152075, + [SMALL_STATE(6887)] = 152120, + [SMALL_STATE(6888)] = 152161, + [SMALL_STATE(6889)] = 152202, + [SMALL_STATE(6890)] = 152243, + [SMALL_STATE(6891)] = 152284, + [SMALL_STATE(6892)] = 152325, + [SMALL_STATE(6893)] = 152366, + [SMALL_STATE(6894)] = 152407, + [SMALL_STATE(6895)] = 152448, + [SMALL_STATE(6896)] = 152489, + [SMALL_STATE(6897)] = 152534, + [SMALL_STATE(6898)] = 152575, + [SMALL_STATE(6899)] = 152616, + [SMALL_STATE(6900)] = 152657, + [SMALL_STATE(6901)] = 152698, + [SMALL_STATE(6902)] = 152739, + [SMALL_STATE(6903)] = 152780, + [SMALL_STATE(6904)] = 152821, + [SMALL_STATE(6905)] = 152866, + [SMALL_STATE(6906)] = 152907, + [SMALL_STATE(6907)] = 152948, + [SMALL_STATE(6908)] = 152989, + [SMALL_STATE(6909)] = 153030, + [SMALL_STATE(6910)] = 153071, + [SMALL_STATE(6911)] = 153112, + [SMALL_STATE(6912)] = 153157, + [SMALL_STATE(6913)] = 153198, + [SMALL_STATE(6914)] = 153243, + [SMALL_STATE(6915)] = 153284, + [SMALL_STATE(6916)] = 153325, + [SMALL_STATE(6917)] = 153366, + [SMALL_STATE(6918)] = 153411, + [SMALL_STATE(6919)] = 153448, + [SMALL_STATE(6920)] = 153489, + [SMALL_STATE(6921)] = 153534, + [SMALL_STATE(6922)] = 153575, + [SMALL_STATE(6923)] = 153616, + [SMALL_STATE(6924)] = 153657, + [SMALL_STATE(6925)] = 153698, + [SMALL_STATE(6926)] = 153732, + [SMALL_STATE(6927)] = 153766, + [SMALL_STATE(6928)] = 153800, + [SMALL_STATE(6929)] = 153830, + [SMALL_STATE(6930)] = 153860, + [SMALL_STATE(6931)] = 153900, + [SMALL_STATE(6932)] = 153934, + [SMALL_STATE(6933)] = 153971, + [SMALL_STATE(6934)] = 154008, + [SMALL_STATE(6935)] = 154045, + [SMALL_STATE(6936)] = 154082, + [SMALL_STATE(6937)] = 154119, + [SMALL_STATE(6938)] = 154156, + [SMALL_STATE(6939)] = 154193, + [SMALL_STATE(6940)] = 154230, + [SMALL_STATE(6941)] = 154267, + [SMALL_STATE(6942)] = 154304, + [SMALL_STATE(6943)] = 154341, + [SMALL_STATE(6944)] = 154378, + [SMALL_STATE(6945)] = 154415, + [SMALL_STATE(6946)] = 154452, + [SMALL_STATE(6947)] = 154489, + [SMALL_STATE(6948)] = 154526, + [SMALL_STATE(6949)] = 154563, + [SMALL_STATE(6950)] = 154600, + [SMALL_STATE(6951)] = 154637, + [SMALL_STATE(6952)] = 154674, + [SMALL_STATE(6953)] = 154711, + [SMALL_STATE(6954)] = 154748, + [SMALL_STATE(6955)] = 154785, + [SMALL_STATE(6956)] = 154822, + [SMALL_STATE(6957)] = 154859, + [SMALL_STATE(6958)] = 154886, + [SMALL_STATE(6959)] = 154923, + [SMALL_STATE(6960)] = 154960, + [SMALL_STATE(6961)] = 154997, + [SMALL_STATE(6962)] = 155026, + [SMALL_STATE(6963)] = 155063, + [SMALL_STATE(6964)] = 155100, + [SMALL_STATE(6965)] = 155137, + [SMALL_STATE(6966)] = 155166, + [SMALL_STATE(6967)] = 155203, + [SMALL_STATE(6968)] = 155240, + [SMALL_STATE(6969)] = 155277, + [SMALL_STATE(6970)] = 155314, + [SMALL_STATE(6971)] = 155351, + [SMALL_STATE(6972)] = 155379, + [SMALL_STATE(6973)] = 155413, + [SMALL_STATE(6974)] = 155447, + [SMALL_STATE(6975)] = 155481, + [SMALL_STATE(6976)] = 155515, + [SMALL_STATE(6977)] = 155551, + [SMALL_STATE(6978)] = 155585, + [SMALL_STATE(6979)] = 155619, + [SMALL_STATE(6980)] = 155653, + [SMALL_STATE(6981)] = 155677, + [SMALL_STATE(6982)] = 155711, + [SMALL_STATE(6983)] = 155747, + [SMALL_STATE(6984)] = 155781, + [SMALL_STATE(6985)] = 155815, + [SMALL_STATE(6986)] = 155849, + [SMALL_STATE(6987)] = 155885, + [SMALL_STATE(6988)] = 155919, + [SMALL_STATE(6989)] = 155953, + [SMALL_STATE(6990)] = 155983, + [SMALL_STATE(6991)] = 156017, + [SMALL_STATE(6992)] = 156051, + [SMALL_STATE(6993)] = 156085, + [SMALL_STATE(6994)] = 156119, + [SMALL_STATE(6995)] = 156147, + [SMALL_STATE(6996)] = 156181, + [SMALL_STATE(6997)] = 156215, + [SMALL_STATE(6998)] = 156249, + [SMALL_STATE(6999)] = 156273, + [SMALL_STATE(7000)] = 156307, + [SMALL_STATE(7001)] = 156343, + [SMALL_STATE(7002)] = 156379, + [SMALL_STATE(7003)] = 156413, + [SMALL_STATE(7004)] = 156447, + [SMALL_STATE(7005)] = 156481, + [SMALL_STATE(7006)] = 156515, + [SMALL_STATE(7007)] = 156549, + [SMALL_STATE(7008)] = 156583, + [SMALL_STATE(7009)] = 156617, + [SMALL_STATE(7010)] = 156651, + [SMALL_STATE(7011)] = 156685, + [SMALL_STATE(7012)] = 156721, + [SMALL_STATE(7013)] = 156755, + [SMALL_STATE(7014)] = 156789, + [SMALL_STATE(7015)] = 156825, + [SMALL_STATE(7016)] = 156859, + [SMALL_STATE(7017)] = 156893, + [SMALL_STATE(7018)] = 156921, + [SMALL_STATE(7019)] = 156955, + [SMALL_STATE(7020)] = 156991, + [SMALL_STATE(7021)] = 157024, + [SMALL_STATE(7022)] = 157055, + [SMALL_STATE(7023)] = 157086, + [SMALL_STATE(7024)] = 157119, + [SMALL_STATE(7025)] = 157150, + [SMALL_STATE(7026)] = 157183, + [SMALL_STATE(7027)] = 157216, + [SMALL_STATE(7028)] = 157249, + [SMALL_STATE(7029)] = 157282, + [SMALL_STATE(7030)] = 157313, + [SMALL_STATE(7031)] = 157344, + [SMALL_STATE(7032)] = 157377, + [SMALL_STATE(7033)] = 157410, + [SMALL_STATE(7034)] = 157441, + [SMALL_STATE(7035)] = 157470, + [SMALL_STATE(7036)] = 157501, + [SMALL_STATE(7037)] = 157534, + [SMALL_STATE(7038)] = 157565, + [SMALL_STATE(7039)] = 157598, + [SMALL_STATE(7040)] = 157629, + [SMALL_STATE(7041)] = 157660, + [SMALL_STATE(7042)] = 157691, + [SMALL_STATE(7043)] = 157724, + [SMALL_STATE(7044)] = 157757, + [SMALL_STATE(7045)] = 157790, + [SMALL_STATE(7046)] = 157821, + [SMALL_STATE(7047)] = 157852, + [SMALL_STATE(7048)] = 157883, + [SMALL_STATE(7049)] = 157914, + [SMALL_STATE(7050)] = 157945, + [SMALL_STATE(7051)] = 157976, + [SMALL_STATE(7052)] = 158007, + [SMALL_STATE(7053)] = 158038, + [SMALL_STATE(7054)] = 158069, + [SMALL_STATE(7055)] = 158102, + [SMALL_STATE(7056)] = 158133, + [SMALL_STATE(7057)] = 158164, + [SMALL_STATE(7058)] = 158191, + [SMALL_STATE(7059)] = 158222, + [SMALL_STATE(7060)] = 158253, + [SMALL_STATE(7061)] = 158284, + [SMALL_STATE(7062)] = 158315, + [SMALL_STATE(7063)] = 158348, + [SMALL_STATE(7064)] = 158379, + [SMALL_STATE(7065)] = 158412, + [SMALL_STATE(7066)] = 158445, + [SMALL_STATE(7067)] = 158476, + [SMALL_STATE(7068)] = 158509, + [SMALL_STATE(7069)] = 158542, + [SMALL_STATE(7070)] = 158575, + [SMALL_STATE(7071)] = 158606, + [SMALL_STATE(7072)] = 158637, + [SMALL_STATE(7073)] = 158670, + [SMALL_STATE(7074)] = 158701, + [SMALL_STATE(7075)] = 158732, + [SMALL_STATE(7076)] = 158763, + [SMALL_STATE(7077)] = 158796, + [SMALL_STATE(7078)] = 158827, + [SMALL_STATE(7079)] = 158858, + [SMALL_STATE(7080)] = 158891, + [SMALL_STATE(7081)] = 158922, + [SMALL_STATE(7082)] = 158953, + [SMALL_STATE(7083)] = 158986, + [SMALL_STATE(7084)] = 159019, + [SMALL_STATE(7085)] = 159050, + [SMALL_STATE(7086)] = 159081, + [SMALL_STATE(7087)] = 159104, + [SMALL_STATE(7088)] = 159137, + [SMALL_STATE(7089)] = 159160, + [SMALL_STATE(7090)] = 159191, + [SMALL_STATE(7091)] = 159222, + [SMALL_STATE(7092)] = 159255, + [SMALL_STATE(7093)] = 159278, + [SMALL_STATE(7094)] = 159309, + [SMALL_STATE(7095)] = 159332, + [SMALL_STATE(7096)] = 159365, + [SMALL_STATE(7097)] = 159396, + [SMALL_STATE(7098)] = 159427, + [SMALL_STATE(7099)] = 159460, + [SMALL_STATE(7100)] = 159493, + [SMALL_STATE(7101)] = 159526, + [SMALL_STATE(7102)] = 159557, + [SMALL_STATE(7103)] = 159590, + [SMALL_STATE(7104)] = 159623, + [SMALL_STATE(7105)] = 159654, + [SMALL_STATE(7106)] = 159687, + [SMALL_STATE(7107)] = 159720, + [SMALL_STATE(7108)] = 159751, + [SMALL_STATE(7109)] = 159784, + [SMALL_STATE(7110)] = 159817, + [SMALL_STATE(7111)] = 159850, + [SMALL_STATE(7112)] = 159883, + [SMALL_STATE(7113)] = 159916, + [SMALL_STATE(7114)] = 159947, + [SMALL_STATE(7115)] = 159980, + [SMALL_STATE(7116)] = 160011, + [SMALL_STATE(7117)] = 160042, + [SMALL_STATE(7118)] = 160073, + [SMALL_STATE(7119)] = 160104, + [SMALL_STATE(7120)] = 160137, + [SMALL_STATE(7121)] = 160170, + [SMALL_STATE(7122)] = 160203, + [SMALL_STATE(7123)] = 160238, + [SMALL_STATE(7124)] = 160269, + [SMALL_STATE(7125)] = 160300, + [SMALL_STATE(7126)] = 160335, + [SMALL_STATE(7127)] = 160368, + [SMALL_STATE(7128)] = 160401, + [SMALL_STATE(7129)] = 160432, + [SMALL_STATE(7130)] = 160463, + [SMALL_STATE(7131)] = 160494, + [SMALL_STATE(7132)] = 160527, + [SMALL_STATE(7133)] = 160560, + [SMALL_STATE(7134)] = 160591, + [SMALL_STATE(7135)] = 160624, + [SMALL_STATE(7136)] = 160655, + [SMALL_STATE(7137)] = 160688, + [SMALL_STATE(7138)] = 160719, + [SMALL_STATE(7139)] = 160750, + [SMALL_STATE(7140)] = 160783, + [SMALL_STATE(7141)] = 160816, + [SMALL_STATE(7142)] = 160847, + [SMALL_STATE(7143)] = 160878, + [SMALL_STATE(7144)] = 160911, + [SMALL_STATE(7145)] = 160944, + [SMALL_STATE(7146)] = 160977, + [SMALL_STATE(7147)] = 161008, + [SMALL_STATE(7148)] = 161041, + [SMALL_STATE(7149)] = 161072, + [SMALL_STATE(7150)] = 161103, + [SMALL_STATE(7151)] = 161136, + [SMALL_STATE(7152)] = 161169, + [SMALL_STATE(7153)] = 161200, + [SMALL_STATE(7154)] = 161233, + [SMALL_STATE(7155)] = 161264, + [SMALL_STATE(7156)] = 161297, + [SMALL_STATE(7157)] = 161330, + [SMALL_STATE(7158)] = 161363, + [SMALL_STATE(7159)] = 161394, + [SMALL_STATE(7160)] = 161427, + [SMALL_STATE(7161)] = 161460, + [SMALL_STATE(7162)] = 161489, + [SMALL_STATE(7163)] = 161522, + [SMALL_STATE(7164)] = 161555, + [SMALL_STATE(7165)] = 161588, + [SMALL_STATE(7166)] = 161619, + [SMALL_STATE(7167)] = 161650, + [SMALL_STATE(7168)] = 161681, + [SMALL_STATE(7169)] = 161714, + [SMALL_STATE(7170)] = 161747, + [SMALL_STATE(7171)] = 161780, + [SMALL_STATE(7172)] = 161813, + [SMALL_STATE(7173)] = 161844, + [SMALL_STATE(7174)] = 161875, + [SMALL_STATE(7175)] = 161908, + [SMALL_STATE(7176)] = 161941, + [SMALL_STATE(7177)] = 161972, + [SMALL_STATE(7178)] = 162005, + [SMALL_STATE(7179)] = 162038, + [SMALL_STATE(7180)] = 162071, + [SMALL_STATE(7181)] = 162102, + [SMALL_STATE(7182)] = 162135, + [SMALL_STATE(7183)] = 162166, + [SMALL_STATE(7184)] = 162199, + [SMALL_STATE(7185)] = 162230, + [SMALL_STATE(7186)] = 162263, + [SMALL_STATE(7187)] = 162294, + [SMALL_STATE(7188)] = 162327, + [SMALL_STATE(7189)] = 162358, + [SMALL_STATE(7190)] = 162389, + [SMALL_STATE(7191)] = 162422, + [SMALL_STATE(7192)] = 162453, + [SMALL_STATE(7193)] = 162483, + [SMALL_STATE(7194)] = 162515, + [SMALL_STATE(7195)] = 162545, + [SMALL_STATE(7196)] = 162575, + [SMALL_STATE(7197)] = 162605, + [SMALL_STATE(7198)] = 162637, + [SMALL_STATE(7199)] = 162667, + [SMALL_STATE(7200)] = 162699, + [SMALL_STATE(7201)] = 162731, + [SMALL_STATE(7202)] = 162761, + [SMALL_STATE(7203)] = 162791, + [SMALL_STATE(7204)] = 162821, + [SMALL_STATE(7205)] = 162851, + [SMALL_STATE(7206)] = 162883, + [SMALL_STATE(7207)] = 162915, + [SMALL_STATE(7208)] = 162947, + [SMALL_STATE(7209)] = 162979, + [SMALL_STATE(7210)] = 163009, + [SMALL_STATE(7211)] = 163041, + [SMALL_STATE(7212)] = 163073, + [SMALL_STATE(7213)] = 163105, + [SMALL_STATE(7214)] = 163137, + [SMALL_STATE(7215)] = 163167, + [SMALL_STATE(7216)] = 163199, + [SMALL_STATE(7217)] = 163231, + [SMALL_STATE(7218)] = 163263, + [SMALL_STATE(7219)] = 163295, + [SMALL_STATE(7220)] = 163325, + [SMALL_STATE(7221)] = 163355, + [SMALL_STATE(7222)] = 163385, + [SMALL_STATE(7223)] = 163415, + [SMALL_STATE(7224)] = 163447, + [SMALL_STATE(7225)] = 163479, + [SMALL_STATE(7226)] = 163511, + [SMALL_STATE(7227)] = 163543, + [SMALL_STATE(7228)] = 163575, + [SMALL_STATE(7229)] = 163605, + [SMALL_STATE(7230)] = 163635, + [SMALL_STATE(7231)] = 163667, + [SMALL_STATE(7232)] = 163697, + [SMALL_STATE(7233)] = 163729, + [SMALL_STATE(7234)] = 163761, + [SMALL_STATE(7235)] = 163791, + [SMALL_STATE(7236)] = 163821, + [SMALL_STATE(7237)] = 163853, + [SMALL_STATE(7238)] = 163885, + [SMALL_STATE(7239)] = 163917, + [SMALL_STATE(7240)] = 163949, + [SMALL_STATE(7241)] = 163979, + [SMALL_STATE(7242)] = 164009, + [SMALL_STATE(7243)] = 164039, + [SMALL_STATE(7244)] = 164069, + [SMALL_STATE(7245)] = 164101, + [SMALL_STATE(7246)] = 164133, + [SMALL_STATE(7247)] = 164163, + [SMALL_STATE(7248)] = 164195, + [SMALL_STATE(7249)] = 164225, + [SMALL_STATE(7250)] = 164257, + [SMALL_STATE(7251)] = 164289, + [SMALL_STATE(7252)] = 164319, + [SMALL_STATE(7253)] = 164351, + [SMALL_STATE(7254)] = 164381, + [SMALL_STATE(7255)] = 164411, + [SMALL_STATE(7256)] = 164443, + [SMALL_STATE(7257)] = 164473, + [SMALL_STATE(7258)] = 164505, + [SMALL_STATE(7259)] = 164535, + [SMALL_STATE(7260)] = 164567, + [SMALL_STATE(7261)] = 164597, + [SMALL_STATE(7262)] = 164629, + [SMALL_STATE(7263)] = 164659, + [SMALL_STATE(7264)] = 164691, + [SMALL_STATE(7265)] = 164723, + [SMALL_STATE(7266)] = 164755, + [SMALL_STATE(7267)] = 164787, + [SMALL_STATE(7268)] = 164817, + [SMALL_STATE(7269)] = 164847, + [SMALL_STATE(7270)] = 164879, + [SMALL_STATE(7271)] = 164911, + [SMALL_STATE(7272)] = 164943, + [SMALL_STATE(7273)] = 164975, + [SMALL_STATE(7274)] = 165007, + [SMALL_STATE(7275)] = 165039, + [SMALL_STATE(7276)] = 165071, + [SMALL_STATE(7277)] = 165103, + [SMALL_STATE(7278)] = 165135, + [SMALL_STATE(7279)] = 165167, + [SMALL_STATE(7280)] = 165197, + [SMALL_STATE(7281)] = 165229, + [SMALL_STATE(7282)] = 165261, + [SMALL_STATE(7283)] = 165293, + [SMALL_STATE(7284)] = 165325, + [SMALL_STATE(7285)] = 165357, + [SMALL_STATE(7286)] = 165387, + [SMALL_STATE(7287)] = 165417, + [SMALL_STATE(7288)] = 165449, + [SMALL_STATE(7289)] = 165481, + [SMALL_STATE(7290)] = 165513, + [SMALL_STATE(7291)] = 165543, + [SMALL_STATE(7292)] = 165573, + [SMALL_STATE(7293)] = 165603, + [SMALL_STATE(7294)] = 165635, + [SMALL_STATE(7295)] = 165665, + [SMALL_STATE(7296)] = 165697, + [SMALL_STATE(7297)] = 165729, + [SMALL_STATE(7298)] = 165759, + [SMALL_STATE(7299)] = 165791, + [SMALL_STATE(7300)] = 165823, + [SMALL_STATE(7301)] = 165853, + [SMALL_STATE(7302)] = 165885, + [SMALL_STATE(7303)] = 165917, + [SMALL_STATE(7304)] = 165949, + [SMALL_STATE(7305)] = 165979, + [SMALL_STATE(7306)] = 166009, + [SMALL_STATE(7307)] = 166041, + [SMALL_STATE(7308)] = 166073, + [SMALL_STATE(7309)] = 166103, + [SMALL_STATE(7310)] = 166135, + [SMALL_STATE(7311)] = 166167, + [SMALL_STATE(7312)] = 166197, + [SMALL_STATE(7313)] = 166229, + [SMALL_STATE(7314)] = 166261, + [SMALL_STATE(7315)] = 166293, + [SMALL_STATE(7316)] = 166325, + [SMALL_STATE(7317)] = 166357, + [SMALL_STATE(7318)] = 166389, + [SMALL_STATE(7319)] = 166421, + [SMALL_STATE(7320)] = 166453, + [SMALL_STATE(7321)] = 166483, + [SMALL_STATE(7322)] = 166515, + [SMALL_STATE(7323)] = 166545, + [SMALL_STATE(7324)] = 166577, + [SMALL_STATE(7325)] = 166607, + [SMALL_STATE(7326)] = 166639, + [SMALL_STATE(7327)] = 166671, + [SMALL_STATE(7328)] = 166703, + [SMALL_STATE(7329)] = 166735, + [SMALL_STATE(7330)] = 166767, + [SMALL_STATE(7331)] = 166799, + [SMALL_STATE(7332)] = 166831, + [SMALL_STATE(7333)] = 166863, + [SMALL_STATE(7334)] = 166893, + [SMALL_STATE(7335)] = 166923, + [SMALL_STATE(7336)] = 166953, + [SMALL_STATE(7337)] = 166985, + [SMALL_STATE(7338)] = 167015, + [SMALL_STATE(7339)] = 167047, + [SMALL_STATE(7340)] = 167079, + [SMALL_STATE(7341)] = 167111, + [SMALL_STATE(7342)] = 167143, + [SMALL_STATE(7343)] = 167175, + [SMALL_STATE(7344)] = 167207, + [SMALL_STATE(7345)] = 167239, + [SMALL_STATE(7346)] = 167269, + [SMALL_STATE(7347)] = 167301, + [SMALL_STATE(7348)] = 167331, + [SMALL_STATE(7349)] = 167361, + [SMALL_STATE(7350)] = 167391, + [SMALL_STATE(7351)] = 167421, + [SMALL_STATE(7352)] = 167453, + [SMALL_STATE(7353)] = 167483, + [SMALL_STATE(7354)] = 167513, + [SMALL_STATE(7355)] = 167543, + [SMALL_STATE(7356)] = 167575, + [SMALL_STATE(7357)] = 167607, + [SMALL_STATE(7358)] = 167637, + [SMALL_STATE(7359)] = 167667, + [SMALL_STATE(7360)] = 167699, + [SMALL_STATE(7361)] = 167731, + [SMALL_STATE(7362)] = 167763, + [SMALL_STATE(7363)] = 167795, + [SMALL_STATE(7364)] = 167827, + [SMALL_STATE(7365)] = 167859, + [SMALL_STATE(7366)] = 167891, + [SMALL_STATE(7367)] = 167923, + [SMALL_STATE(7368)] = 167955, + [SMALL_STATE(7369)] = 167987, + [SMALL_STATE(7370)] = 168017, + [SMALL_STATE(7371)] = 168047, + [SMALL_STATE(7372)] = 168079, + [SMALL_STATE(7373)] = 168111, + [SMALL_STATE(7374)] = 168141, + [SMALL_STATE(7375)] = 168173, + [SMALL_STATE(7376)] = 168205, + [SMALL_STATE(7377)] = 168237, + [SMALL_STATE(7378)] = 168267, + [SMALL_STATE(7379)] = 168297, + [SMALL_STATE(7380)] = 168327, + [SMALL_STATE(7381)] = 168359, + [SMALL_STATE(7382)] = 168389, + [SMALL_STATE(7383)] = 168421, + [SMALL_STATE(7384)] = 168453, + [SMALL_STATE(7385)] = 168485, + [SMALL_STATE(7386)] = 168517, + [SMALL_STATE(7387)] = 168549, + [SMALL_STATE(7388)] = 168579, + [SMALL_STATE(7389)] = 168611, + [SMALL_STATE(7390)] = 168643, + [SMALL_STATE(7391)] = 168673, + [SMALL_STATE(7392)] = 168703, + [SMALL_STATE(7393)] = 168735, + [SMALL_STATE(7394)] = 168765, + [SMALL_STATE(7395)] = 168797, + [SMALL_STATE(7396)] = 168829, + [SMALL_STATE(7397)] = 168861, + [SMALL_STATE(7398)] = 168891, + [SMALL_STATE(7399)] = 168921, + [SMALL_STATE(7400)] = 168953, + [SMALL_STATE(7401)] = 168985, + [SMALL_STATE(7402)] = 169015, + [SMALL_STATE(7403)] = 169045, + [SMALL_STATE(7404)] = 169075, + [SMALL_STATE(7405)] = 169107, + [SMALL_STATE(7406)] = 169137, + [SMALL_STATE(7407)] = 169167, + [SMALL_STATE(7408)] = 169199, + [SMALL_STATE(7409)] = 169229, + [SMALL_STATE(7410)] = 169261, + [SMALL_STATE(7411)] = 169293, + [SMALL_STATE(7412)] = 169323, + [SMALL_STATE(7413)] = 169353, + [SMALL_STATE(7414)] = 169383, + [SMALL_STATE(7415)] = 169415, + [SMALL_STATE(7416)] = 169447, + [SMALL_STATE(7417)] = 169472, + [SMALL_STATE(7418)] = 169493, + [SMALL_STATE(7419)] = 169514, + [SMALL_STATE(7420)] = 169535, + [SMALL_STATE(7421)] = 169556, + [SMALL_STATE(7422)] = 169577, + [SMALL_STATE(7423)] = 169598, + [SMALL_STATE(7424)] = 169623, + [SMALL_STATE(7425)] = 169650, + [SMALL_STATE(7426)] = 169675, + [SMALL_STATE(7427)] = 169712, + [SMALL_STATE(7428)] = 169737, + [SMALL_STATE(7429)] = 169758, + [SMALL_STATE(7430)] = 169779, + [SMALL_STATE(7431)] = 169800, + [SMALL_STATE(7432)] = 169821, + [SMALL_STATE(7433)] = 169847, + [SMALL_STATE(7434)] = 169873, + [SMALL_STATE(7435)] = 169897, + [SMALL_STATE(7436)] = 169921, + [SMALL_STATE(7437)] = 169947, + [SMALL_STATE(7438)] = 169973, + [SMALL_STATE(7439)] = 169999, + [SMALL_STATE(7440)] = 170025, + [SMALL_STATE(7441)] = 170051, + [SMALL_STATE(7442)] = 170077, + [SMALL_STATE(7443)] = 170103, + [SMALL_STATE(7444)] = 170127, + [SMALL_STATE(7445)] = 170153, + [SMALL_STATE(7446)] = 170179, + [SMALL_STATE(7447)] = 170205, + [SMALL_STATE(7448)] = 170231, + [SMALL_STATE(7449)] = 170257, + [SMALL_STATE(7450)] = 170283, + [SMALL_STATE(7451)] = 170309, + [SMALL_STATE(7452)] = 170335, + [SMALL_STATE(7453)] = 170361, + [SMALL_STATE(7454)] = 170387, + [SMALL_STATE(7455)] = 170413, + [SMALL_STATE(7456)] = 170439, + [SMALL_STATE(7457)] = 170465, + [SMALL_STATE(7458)] = 170487, + [SMALL_STATE(7459)] = 170513, + [SMALL_STATE(7460)] = 170539, + [SMALL_STATE(7461)] = 170565, + [SMALL_STATE(7462)] = 170591, + [SMALL_STATE(7463)] = 170615, + [SMALL_STATE(7464)] = 170641, + [SMALL_STATE(7465)] = 170667, + [SMALL_STATE(7466)] = 170693, + [SMALL_STATE(7467)] = 170719, + [SMALL_STATE(7468)] = 170745, + [SMALL_STATE(7469)] = 170769, + [SMALL_STATE(7470)] = 170795, + [SMALL_STATE(7471)] = 170821, + [SMALL_STATE(7472)] = 170847, + [SMALL_STATE(7473)] = 170873, + [SMALL_STATE(7474)] = 170899, + [SMALL_STATE(7475)] = 170925, + [SMALL_STATE(7476)] = 170951, + [SMALL_STATE(7477)] = 170975, + [SMALL_STATE(7478)] = 171001, + [SMALL_STATE(7479)] = 171027, + [SMALL_STATE(7480)] = 171053, + [SMALL_STATE(7481)] = 171079, + [SMALL_STATE(7482)] = 171105, + [SMALL_STATE(7483)] = 171131, + [SMALL_STATE(7484)] = 171153, + [SMALL_STATE(7485)] = 171179, + [SMALL_STATE(7486)] = 171205, + [SMALL_STATE(7487)] = 171231, + [SMALL_STATE(7488)] = 171253, + [SMALL_STATE(7489)] = 171279, + [SMALL_STATE(7490)] = 171305, + [SMALL_STATE(7491)] = 171329, + [SMALL_STATE(7492)] = 171355, + [SMALL_STATE(7493)] = 171389, + [SMALL_STATE(7494)] = 171409, + [SMALL_STATE(7495)] = 171433, + [SMALL_STATE(7496)] = 171459, + [SMALL_STATE(7497)] = 171485, + [SMALL_STATE(7498)] = 171511, + [SMALL_STATE(7499)] = 171537, + [SMALL_STATE(7500)] = 171563, + [SMALL_STATE(7501)] = 171589, + [SMALL_STATE(7502)] = 171623, + [SMALL_STATE(7503)] = 171649, + [SMALL_STATE(7504)] = 171675, + [SMALL_STATE(7505)] = 171701, + [SMALL_STATE(7506)] = 171727, + [SMALL_STATE(7507)] = 171753, + [SMALL_STATE(7508)] = 171779, + [SMALL_STATE(7509)] = 171805, + [SMALL_STATE(7510)] = 171831, + [SMALL_STATE(7511)] = 171865, + [SMALL_STATE(7512)] = 171891, + [SMALL_STATE(7513)] = 171917, + [SMALL_STATE(7514)] = 171943, + [SMALL_STATE(7515)] = 171969, + [SMALL_STATE(7516)] = 171995, + [SMALL_STATE(7517)] = 172019, + [SMALL_STATE(7518)] = 172041, + [SMALL_STATE(7519)] = 172065, + [SMALL_STATE(7520)] = 172091, + [SMALL_STATE(7521)] = 172117, + [SMALL_STATE(7522)] = 172143, + [SMALL_STATE(7523)] = 172169, + [SMALL_STATE(7524)] = 172195, + [SMALL_STATE(7525)] = 172221, + [SMALL_STATE(7526)] = 172247, + [SMALL_STATE(7527)] = 172273, + [SMALL_STATE(7528)] = 172299, + [SMALL_STATE(7529)] = 172325, + [SMALL_STATE(7530)] = 172349, + [SMALL_STATE(7531)] = 172375, + [SMALL_STATE(7532)] = 172401, + [SMALL_STATE(7533)] = 172427, + [SMALL_STATE(7534)] = 172453, + [SMALL_STATE(7535)] = 172479, + [SMALL_STATE(7536)] = 172505, + [SMALL_STATE(7537)] = 172531, + [SMALL_STATE(7538)] = 172553, + [SMALL_STATE(7539)] = 172579, + [SMALL_STATE(7540)] = 172603, + [SMALL_STATE(7541)] = 172629, + [SMALL_STATE(7542)] = 172655, + [SMALL_STATE(7543)] = 172681, + [SMALL_STATE(7544)] = 172707, + [SMALL_STATE(7545)] = 172733, + [SMALL_STATE(7546)] = 172757, + [SMALL_STATE(7547)] = 172783, + [SMALL_STATE(7548)] = 172809, + [SMALL_STATE(7549)] = 172835, + [SMALL_STATE(7550)] = 172861, + [SMALL_STATE(7551)] = 172887, + [SMALL_STATE(7552)] = 172921, + [SMALL_STATE(7553)] = 172947, + [SMALL_STATE(7554)] = 172973, + [SMALL_STATE(7555)] = 172999, + [SMALL_STATE(7556)] = 173025, + [SMALL_STATE(7557)] = 173051, + [SMALL_STATE(7558)] = 173077, + [SMALL_STATE(7559)] = 173101, + [SMALL_STATE(7560)] = 173125, + [SMALL_STATE(7561)] = 173151, + [SMALL_STATE(7562)] = 173175, + [SMALL_STATE(7563)] = 173209, + [SMALL_STATE(7564)] = 173243, + [SMALL_STATE(7565)] = 173269, + [SMALL_STATE(7566)] = 173295, + [SMALL_STATE(7567)] = 173321, + [SMALL_STATE(7568)] = 173341, + [SMALL_STATE(7569)] = 173365, + [SMALL_STATE(7570)] = 173391, + [SMALL_STATE(7571)] = 173415, + [SMALL_STATE(7572)] = 173439, + [SMALL_STATE(7573)] = 173465, + [SMALL_STATE(7574)] = 173489, + [SMALL_STATE(7575)] = 173515, + [SMALL_STATE(7576)] = 173541, + [SMALL_STATE(7577)] = 173565, + [SMALL_STATE(7578)] = 173591, + [SMALL_STATE(7579)] = 173617, + [SMALL_STATE(7580)] = 173643, + [SMALL_STATE(7581)] = 173669, + [SMALL_STATE(7582)] = 173695, + [SMALL_STATE(7583)] = 173721, + [SMALL_STATE(7584)] = 173745, + [SMALL_STATE(7585)] = 173771, + [SMALL_STATE(7586)] = 173797, + [SMALL_STATE(7587)] = 173821, + [SMALL_STATE(7588)] = 173847, + [SMALL_STATE(7589)] = 173871, + [SMALL_STATE(7590)] = 173897, + [SMALL_STATE(7591)] = 173923, + [SMALL_STATE(7592)] = 173949, + [SMALL_STATE(7593)] = 173975, + [SMALL_STATE(7594)] = 173998, + [SMALL_STATE(7595)] = 174021, + [SMALL_STATE(7596)] = 174044, + [SMALL_STATE(7597)] = 174067, + [SMALL_STATE(7598)] = 174090, + [SMALL_STATE(7599)] = 174113, + [SMALL_STATE(7600)] = 174136, + [SMALL_STATE(7601)] = 174159, + [SMALL_STATE(7602)] = 174182, + [SMALL_STATE(7603)] = 174205, + [SMALL_STATE(7604)] = 174228, + [SMALL_STATE(7605)] = 174245, + [SMALL_STATE(7606)] = 174268, + [SMALL_STATE(7607)] = 174291, + [SMALL_STATE(7608)] = 174314, + [SMALL_STATE(7609)] = 174337, + [SMALL_STATE(7610)] = 174360, + [SMALL_STATE(7611)] = 174383, + [SMALL_STATE(7612)] = 174406, + [SMALL_STATE(7613)] = 174429, + [SMALL_STATE(7614)] = 174460, + [SMALL_STATE(7615)] = 174483, + [SMALL_STATE(7616)] = 174514, + [SMALL_STATE(7617)] = 174537, + [SMALL_STATE(7618)] = 174560, + [SMALL_STATE(7619)] = 174581, + [SMALL_STATE(7620)] = 174604, + [SMALL_STATE(7621)] = 174627, + [SMALL_STATE(7622)] = 174658, + [SMALL_STATE(7623)] = 174681, + [SMALL_STATE(7624)] = 174704, + [SMALL_STATE(7625)] = 174727, + [SMALL_STATE(7626)] = 174750, + [SMALL_STATE(7627)] = 174773, + [SMALL_STATE(7628)] = 174796, + [SMALL_STATE(7629)] = 174819, + [SMALL_STATE(7630)] = 174842, + [SMALL_STATE(7631)] = 174865, + [SMALL_STATE(7632)] = 174888, + [SMALL_STATE(7633)] = 174911, + [SMALL_STATE(7634)] = 174932, + [SMALL_STATE(7635)] = 174955, + [SMALL_STATE(7636)] = 174978, + [SMALL_STATE(7637)] = 175001, + [SMALL_STATE(7638)] = 175024, + [SMALL_STATE(7639)] = 175055, + [SMALL_STATE(7640)] = 175078, + [SMALL_STATE(7641)] = 175101, + [SMALL_STATE(7642)] = 175124, + [SMALL_STATE(7643)] = 175147, + [SMALL_STATE(7644)] = 175170, + [SMALL_STATE(7645)] = 175193, + [SMALL_STATE(7646)] = 175216, + [SMALL_STATE(7647)] = 175239, + [SMALL_STATE(7648)] = 175262, + [SMALL_STATE(7649)] = 175285, + [SMALL_STATE(7650)] = 175308, + [SMALL_STATE(7651)] = 175331, + [SMALL_STATE(7652)] = 175354, + [SMALL_STATE(7653)] = 175377, + [SMALL_STATE(7654)] = 175408, + [SMALL_STATE(7655)] = 175431, + [SMALL_STATE(7656)] = 175454, + [SMALL_STATE(7657)] = 175477, + [SMALL_STATE(7658)] = 175500, + [SMALL_STATE(7659)] = 175523, + [SMALL_STATE(7660)] = 175546, + [SMALL_STATE(7661)] = 175569, + [SMALL_STATE(7662)] = 175588, + [SMALL_STATE(7663)] = 175619, + [SMALL_STATE(7664)] = 175642, + [SMALL_STATE(7665)] = 175665, + [SMALL_STATE(7666)] = 175688, + [SMALL_STATE(7667)] = 175711, + [SMALL_STATE(7668)] = 175734, + [SMALL_STATE(7669)] = 175757, + [SMALL_STATE(7670)] = 175788, + [SMALL_STATE(7671)] = 175811, + [SMALL_STATE(7672)] = 175834, + [SMALL_STATE(7673)] = 175857, + [SMALL_STATE(7674)] = 175880, + [SMALL_STATE(7675)] = 175903, + [SMALL_STATE(7676)] = 175934, + [SMALL_STATE(7677)] = 175957, + [SMALL_STATE(7678)] = 175980, + [SMALL_STATE(7679)] = 176003, + [SMALL_STATE(7680)] = 176026, + [SMALL_STATE(7681)] = 176049, + [SMALL_STATE(7682)] = 176072, + [SMALL_STATE(7683)] = 176095, + [SMALL_STATE(7684)] = 176118, + [SMALL_STATE(7685)] = 176141, + [SMALL_STATE(7686)] = 176164, + [SMALL_STATE(7687)] = 176187, + [SMALL_STATE(7688)] = 176210, + [SMALL_STATE(7689)] = 176233, + [SMALL_STATE(7690)] = 176256, + [SMALL_STATE(7691)] = 176279, + [SMALL_STATE(7692)] = 176302, + [SMALL_STATE(7693)] = 176323, + [SMALL_STATE(7694)] = 176346, + [SMALL_STATE(7695)] = 176369, + [SMALL_STATE(7696)] = 176392, + [SMALL_STATE(7697)] = 176415, + [SMALL_STATE(7698)] = 176438, + [SMALL_STATE(7699)] = 176461, + [SMALL_STATE(7700)] = 176478, + [SMALL_STATE(7701)] = 176495, + [SMALL_STATE(7702)] = 176518, + [SMALL_STATE(7703)] = 176541, + [SMALL_STATE(7704)] = 176564, + [SMALL_STATE(7705)] = 176587, + [SMALL_STATE(7706)] = 176610, + [SMALL_STATE(7707)] = 176633, + [SMALL_STATE(7708)] = 176656, + [SMALL_STATE(7709)] = 176679, + [SMALL_STATE(7710)] = 176702, + [SMALL_STATE(7711)] = 176725, + [SMALL_STATE(7712)] = 176748, + [SMALL_STATE(7713)] = 176771, + [SMALL_STATE(7714)] = 176794, + [SMALL_STATE(7715)] = 176817, + [SMALL_STATE(7716)] = 176840, + [SMALL_STATE(7717)] = 176863, + [SMALL_STATE(7718)] = 176886, + [SMALL_STATE(7719)] = 176909, + [SMALL_STATE(7720)] = 176932, + [SMALL_STATE(7721)] = 176955, + [SMALL_STATE(7722)] = 176986, + [SMALL_STATE(7723)] = 177009, + [SMALL_STATE(7724)] = 177032, + [SMALL_STATE(7725)] = 177055, + [SMALL_STATE(7726)] = 177086, + [SMALL_STATE(7727)] = 177109, + [SMALL_STATE(7728)] = 177132, + [SMALL_STATE(7729)] = 177163, + [SMALL_STATE(7730)] = 177186, + [SMALL_STATE(7731)] = 177209, + [SMALL_STATE(7732)] = 177232, + [SMALL_STATE(7733)] = 177255, + [SMALL_STATE(7734)] = 177278, + [SMALL_STATE(7735)] = 177301, + [SMALL_STATE(7736)] = 177324, + [SMALL_STATE(7737)] = 177347, + [SMALL_STATE(7738)] = 177370, + [SMALL_STATE(7739)] = 177393, + [SMALL_STATE(7740)] = 177416, + [SMALL_STATE(7741)] = 177439, + [SMALL_STATE(7742)] = 177470, + [SMALL_STATE(7743)] = 177493, + [SMALL_STATE(7744)] = 177516, + [SMALL_STATE(7745)] = 177539, + [SMALL_STATE(7746)] = 177562, + [SMALL_STATE(7747)] = 177585, + [SMALL_STATE(7748)] = 177608, + [SMALL_STATE(7749)] = 177631, + [SMALL_STATE(7750)] = 177654, + [SMALL_STATE(7751)] = 177685, + [SMALL_STATE(7752)] = 177708, + [SMALL_STATE(7753)] = 177731, + [SMALL_STATE(7754)] = 177754, + [SMALL_STATE(7755)] = 177777, + [SMALL_STATE(7756)] = 177800, + [SMALL_STATE(7757)] = 177823, + [SMALL_STATE(7758)] = 177846, + [SMALL_STATE(7759)] = 177869, + [SMALL_STATE(7760)] = 177892, + [SMALL_STATE(7761)] = 177915, + [SMALL_STATE(7762)] = 177938, + [SMALL_STATE(7763)] = 177961, + [SMALL_STATE(7764)] = 177984, + [SMALL_STATE(7765)] = 178007, + [SMALL_STATE(7766)] = 178030, + [SMALL_STATE(7767)] = 178053, + [SMALL_STATE(7768)] = 178084, + [SMALL_STATE(7769)] = 178107, + [SMALL_STATE(7770)] = 178130, + [SMALL_STATE(7771)] = 178153, + [SMALL_STATE(7772)] = 178184, + [SMALL_STATE(7773)] = 178207, + [SMALL_STATE(7774)] = 178230, + [SMALL_STATE(7775)] = 178253, + [SMALL_STATE(7776)] = 178276, + [SMALL_STATE(7777)] = 178307, + [SMALL_STATE(7778)] = 178330, + [SMALL_STATE(7779)] = 178353, + [SMALL_STATE(7780)] = 178376, + [SMALL_STATE(7781)] = 178407, + [SMALL_STATE(7782)] = 178438, + [SMALL_STATE(7783)] = 178461, + [SMALL_STATE(7784)] = 178484, + [SMALL_STATE(7785)] = 178507, + [SMALL_STATE(7786)] = 178530, + [SMALL_STATE(7787)] = 178553, + [SMALL_STATE(7788)] = 178576, + [SMALL_STATE(7789)] = 178599, + [SMALL_STATE(7790)] = 178622, + [SMALL_STATE(7791)] = 178653, + [SMALL_STATE(7792)] = 178676, + [SMALL_STATE(7793)] = 178699, + [SMALL_STATE(7794)] = 178722, + [SMALL_STATE(7795)] = 178745, + [SMALL_STATE(7796)] = 178768, + [SMALL_STATE(7797)] = 178791, + [SMALL_STATE(7798)] = 178814, + [SMALL_STATE(7799)] = 178837, + [SMALL_STATE(7800)] = 178860, + [SMALL_STATE(7801)] = 178883, + [SMALL_STATE(7802)] = 178906, + [SMALL_STATE(7803)] = 178937, + [SMALL_STATE(7804)] = 178960, + [SMALL_STATE(7805)] = 178983, + [SMALL_STATE(7806)] = 179006, + [SMALL_STATE(7807)] = 179029, + [SMALL_STATE(7808)] = 179052, + [SMALL_STATE(7809)] = 179075, + [SMALL_STATE(7810)] = 179098, + [SMALL_STATE(7811)] = 179121, + [SMALL_STATE(7812)] = 179144, + [SMALL_STATE(7813)] = 179167, + [SMALL_STATE(7814)] = 179198, + [SMALL_STATE(7815)] = 179221, + [SMALL_STATE(7816)] = 179244, + [SMALL_STATE(7817)] = 179267, + [SMALL_STATE(7818)] = 179290, + [SMALL_STATE(7819)] = 179321, + [SMALL_STATE(7820)] = 179344, + [SMALL_STATE(7821)] = 179367, + [SMALL_STATE(7822)] = 179398, + [SMALL_STATE(7823)] = 179421, + [SMALL_STATE(7824)] = 179444, + [SMALL_STATE(7825)] = 179467, + [SMALL_STATE(7826)] = 179490, + [SMALL_STATE(7827)] = 179513, + [SMALL_STATE(7828)] = 179536, + [SMALL_STATE(7829)] = 179559, + [SMALL_STATE(7830)] = 179582, + [SMALL_STATE(7831)] = 179603, + [SMALL_STATE(7832)] = 179626, + [SMALL_STATE(7833)] = 179649, + [SMALL_STATE(7834)] = 179672, + [SMALL_STATE(7835)] = 179695, + [SMALL_STATE(7836)] = 179718, + [SMALL_STATE(7837)] = 179741, + [SMALL_STATE(7838)] = 179764, + [SMALL_STATE(7839)] = 179787, + [SMALL_STATE(7840)] = 179810, + [SMALL_STATE(7841)] = 179833, + [SMALL_STATE(7842)] = 179856, + [SMALL_STATE(7843)] = 179879, + [SMALL_STATE(7844)] = 179902, + [SMALL_STATE(7845)] = 179925, + [SMALL_STATE(7846)] = 179956, + [SMALL_STATE(7847)] = 179979, + [SMALL_STATE(7848)] = 180002, + [SMALL_STATE(7849)] = 180025, + [SMALL_STATE(7850)] = 180048, + [SMALL_STATE(7851)] = 180071, + [SMALL_STATE(7852)] = 180094, + [SMALL_STATE(7853)] = 180117, + [SMALL_STATE(7854)] = 180140, + [SMALL_STATE(7855)] = 180163, + [SMALL_STATE(7856)] = 180186, + [SMALL_STATE(7857)] = 180209, + [SMALL_STATE(7858)] = 180232, + [SMALL_STATE(7859)] = 180263, + [SMALL_STATE(7860)] = 180286, + [SMALL_STATE(7861)] = 180317, + [SMALL_STATE(7862)] = 180348, + [SMALL_STATE(7863)] = 180371, + [SMALL_STATE(7864)] = 180394, + [SMALL_STATE(7865)] = 180417, + [SMALL_STATE(7866)] = 180440, + [SMALL_STATE(7867)] = 180463, + [SMALL_STATE(7868)] = 180486, + [SMALL_STATE(7869)] = 180509, + [SMALL_STATE(7870)] = 180532, + [SMALL_STATE(7871)] = 180555, + [SMALL_STATE(7872)] = 180585, + [SMALL_STATE(7873)] = 180615, + [SMALL_STATE(7874)] = 180645, + [SMALL_STATE(7875)] = 180663, + [SMALL_STATE(7876)] = 180693, + [SMALL_STATE(7877)] = 180723, + [SMALL_STATE(7878)] = 180752, + [SMALL_STATE(7879)] = 180781, + [SMALL_STATE(7880)] = 180808, + [SMALL_STATE(7881)] = 180833, + [SMALL_STATE(7882)] = 180862, + [SMALL_STATE(7883)] = 180889, + [SMALL_STATE(7884)] = 180914, + [SMALL_STATE(7885)] = 180943, + [SMALL_STATE(7886)] = 180970, + [SMALL_STATE(7887)] = 180997, + [SMALL_STATE(7888)] = 181022, + [SMALL_STATE(7889)] = 181043, + [SMALL_STATE(7890)] = 181068, + [SMALL_STATE(7891)] = 181093, + [SMALL_STATE(7892)] = 181122, + [SMALL_STATE(7893)] = 181149, + [SMALL_STATE(7894)] = 181174, + [SMALL_STATE(7895)] = 181190, + [SMALL_STATE(7896)] = 181206, + [SMALL_STATE(7897)] = 181222, + [SMALL_STATE(7898)] = 181238, + [SMALL_STATE(7899)] = 181254, + [SMALL_STATE(7900)] = 181280, + [SMALL_STATE(7901)] = 181296, + [SMALL_STATE(7902)] = 181322, + [SMALL_STATE(7903)] = 181348, + [SMALL_STATE(7904)] = 181364, + [SMALL_STATE(7905)] = 181386, + [SMALL_STATE(7906)] = 181410, + [SMALL_STATE(7907)] = 181426, + [SMALL_STATE(7908)] = 181442, + [SMALL_STATE(7909)] = 181468, + [SMALL_STATE(7910)] = 181484, + [SMALL_STATE(7911)] = 181508, + [SMALL_STATE(7912)] = 181524, + [SMALL_STATE(7913)] = 181548, + [SMALL_STATE(7914)] = 181572, + [SMALL_STATE(7915)] = 181596, + [SMALL_STATE(7916)] = 181612, + [SMALL_STATE(7917)] = 181636, + [SMALL_STATE(7918)] = 181652, + [SMALL_STATE(7919)] = 181672, + [SMALL_STATE(7920)] = 181688, + [SMALL_STATE(7921)] = 181710, + [SMALL_STATE(7922)] = 181726, + [SMALL_STATE(7923)] = 181742, + [SMALL_STATE(7924)] = 181758, + [SMALL_STATE(7925)] = 181784, + [SMALL_STATE(7926)] = 181808, + [SMALL_STATE(7927)] = 181824, + [SMALL_STATE(7928)] = 181844, + [SMALL_STATE(7929)] = 181860, + [SMALL_STATE(7930)] = 181876, + [SMALL_STATE(7931)] = 181892, + [SMALL_STATE(7932)] = 181908, + [SMALL_STATE(7933)] = 181928, + [SMALL_STATE(7934)] = 181944, + [SMALL_STATE(7935)] = 181968, + [SMALL_STATE(7936)] = 181984, + [SMALL_STATE(7937)] = 182006, + [SMALL_STATE(7938)] = 182023, + [SMALL_STATE(7939)] = 182046, + [SMALL_STATE(7940)] = 182069, + [SMALL_STATE(7941)] = 182090, + [SMALL_STATE(7942)] = 182111, + [SMALL_STATE(7943)] = 182128, + [SMALL_STATE(7944)] = 182149, + [SMALL_STATE(7945)] = 182172, + [SMALL_STATE(7946)] = 182193, + [SMALL_STATE(7947)] = 182216, + [SMALL_STATE(7948)] = 182237, + [SMALL_STATE(7949)] = 182250, + [SMALL_STATE(7950)] = 182265, + [SMALL_STATE(7951)] = 182286, + [SMALL_STATE(7952)] = 182303, + [SMALL_STATE(7953)] = 182324, + [SMALL_STATE(7954)] = 182345, + [SMALL_STATE(7955)] = 182368, + [SMALL_STATE(7956)] = 182389, + [SMALL_STATE(7957)] = 182412, + [SMALL_STATE(7958)] = 182433, + [SMALL_STATE(7959)] = 182450, + [SMALL_STATE(7960)] = 182473, + [SMALL_STATE(7961)] = 182494, + [SMALL_STATE(7962)] = 182515, + [SMALL_STATE(7963)] = 182536, + [SMALL_STATE(7964)] = 182557, + [SMALL_STATE(7965)] = 182578, + [SMALL_STATE(7966)] = 182601, + [SMALL_STATE(7967)] = 182622, + [SMALL_STATE(7968)] = 182643, + [SMALL_STATE(7969)] = 182664, + [SMALL_STATE(7970)] = 182685, + [SMALL_STATE(7971)] = 182706, + [SMALL_STATE(7972)] = 182723, + [SMALL_STATE(7973)] = 182736, + [SMALL_STATE(7974)] = 182757, + [SMALL_STATE(7975)] = 182778, + [SMALL_STATE(7976)] = 182799, + [SMALL_STATE(7977)] = 182820, + [SMALL_STATE(7978)] = 182833, + [SMALL_STATE(7979)] = 182846, + [SMALL_STATE(7980)] = 182867, + [SMALL_STATE(7981)] = 182888, + [SMALL_STATE(7982)] = 182909, + [SMALL_STATE(7983)] = 182922, + [SMALL_STATE(7984)] = 182943, + [SMALL_STATE(7985)] = 182964, + [SMALL_STATE(7986)] = 182983, + [SMALL_STATE(7987)] = 183004, + [SMALL_STATE(7988)] = 183021, + [SMALL_STATE(7989)] = 183042, + [SMALL_STATE(7990)] = 183063, + [SMALL_STATE(7991)] = 183081, + [SMALL_STATE(7992)] = 183101, + [SMALL_STATE(7993)] = 183121, + [SMALL_STATE(7994)] = 183141, + [SMALL_STATE(7995)] = 183161, + [SMALL_STATE(7996)] = 183179, + [SMALL_STATE(7997)] = 183193, + [SMALL_STATE(7998)] = 183213, + [SMALL_STATE(7999)] = 183233, + [SMALL_STATE(8000)] = 183253, + [SMALL_STATE(8001)] = 183273, + [SMALL_STATE(8002)] = 183293, + [SMALL_STATE(8003)] = 183313, + [SMALL_STATE(8004)] = 183333, + [SMALL_STATE(8005)] = 183345, + [SMALL_STATE(8006)] = 183365, + [SMALL_STATE(8007)] = 183377, + [SMALL_STATE(8008)] = 183397, + [SMALL_STATE(8009)] = 183413, + [SMALL_STATE(8010)] = 183433, + [SMALL_STATE(8011)] = 183453, + [SMALL_STATE(8012)] = 183473, + [SMALL_STATE(8013)] = 183485, + [SMALL_STATE(8014)] = 183497, + [SMALL_STATE(8015)] = 183517, + [SMALL_STATE(8016)] = 183537, + [SMALL_STATE(8017)] = 183549, + [SMALL_STATE(8018)] = 183569, + [SMALL_STATE(8019)] = 183581, + [SMALL_STATE(8020)] = 183601, + [SMALL_STATE(8021)] = 183621, + [SMALL_STATE(8022)] = 183633, + [SMALL_STATE(8023)] = 183653, + [SMALL_STATE(8024)] = 183673, + [SMALL_STATE(8025)] = 183685, + [SMALL_STATE(8026)] = 183697, + [SMALL_STATE(8027)] = 183717, + [SMALL_STATE(8028)] = 183737, + [SMALL_STATE(8029)] = 183757, + [SMALL_STATE(8030)] = 183777, + [SMALL_STATE(8031)] = 183797, + [SMALL_STATE(8032)] = 183817, + [SMALL_STATE(8033)] = 183833, + [SMALL_STATE(8034)] = 183853, + [SMALL_STATE(8035)] = 183873, + [SMALL_STATE(8036)] = 183893, + [SMALL_STATE(8037)] = 183913, + [SMALL_STATE(8038)] = 183925, + [SMALL_STATE(8039)] = 183945, + [SMALL_STATE(8040)] = 183963, + [SMALL_STATE(8041)] = 183975, + [SMALL_STATE(8042)] = 183995, + [SMALL_STATE(8043)] = 184015, + [SMALL_STATE(8044)] = 184031, + [SMALL_STATE(8045)] = 184051, + [SMALL_STATE(8046)] = 184063, + [SMALL_STATE(8047)] = 184079, + [SMALL_STATE(8048)] = 184099, + [SMALL_STATE(8049)] = 184119, + [SMALL_STATE(8050)] = 184139, + [SMALL_STATE(8051)] = 184159, + [SMALL_STATE(8052)] = 184179, + [SMALL_STATE(8053)] = 184199, + [SMALL_STATE(8054)] = 184211, + [SMALL_STATE(8055)] = 184233, + [SMALL_STATE(8056)] = 184249, + [SMALL_STATE(8057)] = 184261, + [SMALL_STATE(8058)] = 184273, + [SMALL_STATE(8059)] = 184293, + [SMALL_STATE(8060)] = 184309, + [SMALL_STATE(8061)] = 184329, + [SMALL_STATE(8062)] = 184349, + [SMALL_STATE(8063)] = 184369, + [SMALL_STATE(8064)] = 184389, + [SMALL_STATE(8065)] = 184409, + [SMALL_STATE(8066)] = 184429, + [SMALL_STATE(8067)] = 184449, + [SMALL_STATE(8068)] = 184469, + [SMALL_STATE(8069)] = 184489, + [SMALL_STATE(8070)] = 184511, + [SMALL_STATE(8071)] = 184531, + [SMALL_STATE(8072)] = 184551, + [SMALL_STATE(8073)] = 184571, + [SMALL_STATE(8074)] = 184591, + [SMALL_STATE(8075)] = 184611, + [SMALL_STATE(8076)] = 184631, + [SMALL_STATE(8077)] = 184647, + [SMALL_STATE(8078)] = 184665, + [SMALL_STATE(8079)] = 184685, + [SMALL_STATE(8080)] = 184705, + [SMALL_STATE(8081)] = 184727, + [SMALL_STATE(8082)] = 184743, + [SMALL_STATE(8083)] = 184755, + [SMALL_STATE(8084)] = 184767, + [SMALL_STATE(8085)] = 184787, + [SMALL_STATE(8086)] = 184807, + [SMALL_STATE(8087)] = 184827, + [SMALL_STATE(8088)] = 184847, + [SMALL_STATE(8089)] = 184867, + [SMALL_STATE(8090)] = 184887, + [SMALL_STATE(8091)] = 184903, + [SMALL_STATE(8092)] = 184915, + [SMALL_STATE(8093)] = 184935, + [SMALL_STATE(8094)] = 184955, + [SMALL_STATE(8095)] = 184975, + [SMALL_STATE(8096)] = 184995, + [SMALL_STATE(8097)] = 185015, + [SMALL_STATE(8098)] = 185029, + [SMALL_STATE(8099)] = 185049, + [SMALL_STATE(8100)] = 185067, + [SMALL_STATE(8101)] = 185087, + [SMALL_STATE(8102)] = 185107, + [SMALL_STATE(8103)] = 185127, + [SMALL_STATE(8104)] = 185147, + [SMALL_STATE(8105)] = 185167, + [SMALL_STATE(8106)] = 185187, + [SMALL_STATE(8107)] = 185203, + [SMALL_STATE(8108)] = 185223, + [SMALL_STATE(8109)] = 185243, + [SMALL_STATE(8110)] = 185263, + [SMALL_STATE(8111)] = 185283, + [SMALL_STATE(8112)] = 185303, + [SMALL_STATE(8113)] = 185315, + [SMALL_STATE(8114)] = 185335, + [SMALL_STATE(8115)] = 185347, + [SMALL_STATE(8116)] = 185363, + [SMALL_STATE(8117)] = 185383, + [SMALL_STATE(8118)] = 185401, + [SMALL_STATE(8119)] = 185423, + [SMALL_STATE(8120)] = 185443, + [SMALL_STATE(8121)] = 185463, + [SMALL_STATE(8122)] = 185483, + [SMALL_STATE(8123)] = 185501, + [SMALL_STATE(8124)] = 185521, + [SMALL_STATE(8125)] = 185541, + [SMALL_STATE(8126)] = 185561, + [SMALL_STATE(8127)] = 185581, + [SMALL_STATE(8128)] = 185601, + [SMALL_STATE(8129)] = 185621, + [SMALL_STATE(8130)] = 185641, + [SMALL_STATE(8131)] = 185661, + [SMALL_STATE(8132)] = 185681, + [SMALL_STATE(8133)] = 185701, + [SMALL_STATE(8134)] = 185721, + [SMALL_STATE(8135)] = 185741, + [SMALL_STATE(8136)] = 185761, + [SMALL_STATE(8137)] = 185781, + [SMALL_STATE(8138)] = 185801, + [SMALL_STATE(8139)] = 185821, + [SMALL_STATE(8140)] = 185841, + [SMALL_STATE(8141)] = 185861, + [SMALL_STATE(8142)] = 185881, + [SMALL_STATE(8143)] = 185899, + [SMALL_STATE(8144)] = 185921, + [SMALL_STATE(8145)] = 185941, + [SMALL_STATE(8146)] = 185961, + [SMALL_STATE(8147)] = 185981, + [SMALL_STATE(8148)] = 186001, + [SMALL_STATE(8149)] = 186021, + [SMALL_STATE(8150)] = 186041, + [SMALL_STATE(8151)] = 186061, + [SMALL_STATE(8152)] = 186081, + [SMALL_STATE(8153)] = 186101, + [SMALL_STATE(8154)] = 186123, + [SMALL_STATE(8155)] = 186143, + [SMALL_STATE(8156)] = 186163, + [SMALL_STATE(8157)] = 186183, + [SMALL_STATE(8158)] = 186203, + [SMALL_STATE(8159)] = 186219, + [SMALL_STATE(8160)] = 186239, + [SMALL_STATE(8161)] = 186259, + [SMALL_STATE(8162)] = 186279, + [SMALL_STATE(8163)] = 186299, + [SMALL_STATE(8164)] = 186319, + [SMALL_STATE(8165)] = 186339, + [SMALL_STATE(8166)] = 186359, + [SMALL_STATE(8167)] = 186376, + [SMALL_STATE(8168)] = 186393, + [SMALL_STATE(8169)] = 186410, + [SMALL_STATE(8170)] = 186427, + [SMALL_STATE(8171)] = 186444, + [SMALL_STATE(8172)] = 186461, + [SMALL_STATE(8173)] = 186478, + [SMALL_STATE(8174)] = 186495, + [SMALL_STATE(8175)] = 186512, + [SMALL_STATE(8176)] = 186529, + [SMALL_STATE(8177)] = 186546, + [SMALL_STATE(8178)] = 186563, + [SMALL_STATE(8179)] = 186580, + [SMALL_STATE(8180)] = 186597, + [SMALL_STATE(8181)] = 186614, + [SMALL_STATE(8182)] = 186631, + [SMALL_STATE(8183)] = 186648, + [SMALL_STATE(8184)] = 186665, + [SMALL_STATE(8185)] = 186682, + [SMALL_STATE(8186)] = 186699, + [SMALL_STATE(8187)] = 186714, + [SMALL_STATE(8188)] = 186729, + [SMALL_STATE(8189)] = 186746, + [SMALL_STATE(8190)] = 186763, + [SMALL_STATE(8191)] = 186780, + [SMALL_STATE(8192)] = 186797, + [SMALL_STATE(8193)] = 186812, + [SMALL_STATE(8194)] = 186829, + [SMALL_STATE(8195)] = 186846, + [SMALL_STATE(8196)] = 186863, + [SMALL_STATE(8197)] = 186880, + [SMALL_STATE(8198)] = 186897, + [SMALL_STATE(8199)] = 186914, + [SMALL_STATE(8200)] = 186931, + [SMALL_STATE(8201)] = 186948, + [SMALL_STATE(8202)] = 186965, + [SMALL_STATE(8203)] = 186982, + [SMALL_STATE(8204)] = 186999, + [SMALL_STATE(8205)] = 187012, + [SMALL_STATE(8206)] = 187029, + [SMALL_STATE(8207)] = 187046, + [SMALL_STATE(8208)] = 187063, + [SMALL_STATE(8209)] = 187080, + [SMALL_STATE(8210)] = 187097, + [SMALL_STATE(8211)] = 187114, + [SMALL_STATE(8212)] = 187131, + [SMALL_STATE(8213)] = 187146, + [SMALL_STATE(8214)] = 187163, + [SMALL_STATE(8215)] = 187180, + [SMALL_STATE(8216)] = 187195, + [SMALL_STATE(8217)] = 187212, + [SMALL_STATE(8218)] = 187229, + [SMALL_STATE(8219)] = 187246, + [SMALL_STATE(8220)] = 187263, + [SMALL_STATE(8221)] = 187280, + [SMALL_STATE(8222)] = 187291, + [SMALL_STATE(8223)] = 187308, + [SMALL_STATE(8224)] = 187325, + [SMALL_STATE(8225)] = 187342, + [SMALL_STATE(8226)] = 187359, + [SMALL_STATE(8227)] = 187370, + [SMALL_STATE(8228)] = 187385, + [SMALL_STATE(8229)] = 187398, + [SMALL_STATE(8230)] = 187415, + [SMALL_STATE(8231)] = 187426, + [SMALL_STATE(8232)] = 187437, + [SMALL_STATE(8233)] = 187454, + [SMALL_STATE(8234)] = 187471, + [SMALL_STATE(8235)] = 187488, + [SMALL_STATE(8236)] = 187505, + [SMALL_STATE(8237)] = 187522, + [SMALL_STATE(8238)] = 187539, + [SMALL_STATE(8239)] = 187550, + [SMALL_STATE(8240)] = 187561, + [SMALL_STATE(8241)] = 187578, + [SMALL_STATE(8242)] = 187589, + [SMALL_STATE(8243)] = 187606, + [SMALL_STATE(8244)] = 187623, + [SMALL_STATE(8245)] = 187640, + [SMALL_STATE(8246)] = 187657, + [SMALL_STATE(8247)] = 187674, + [SMALL_STATE(8248)] = 187687, + [SMALL_STATE(8249)] = 187704, + [SMALL_STATE(8250)] = 187719, + [SMALL_STATE(8251)] = 187736, + [SMALL_STATE(8252)] = 187753, + [SMALL_STATE(8253)] = 187770, + [SMALL_STATE(8254)] = 187787, + [SMALL_STATE(8255)] = 187804, + [SMALL_STATE(8256)] = 187821, + [SMALL_STATE(8257)] = 187838, + [SMALL_STATE(8258)] = 187855, + [SMALL_STATE(8259)] = 187870, + [SMALL_STATE(8260)] = 187887, + [SMALL_STATE(8261)] = 187904, + [SMALL_STATE(8262)] = 187919, + [SMALL_STATE(8263)] = 187936, + [SMALL_STATE(8264)] = 187953, + [SMALL_STATE(8265)] = 187970, + [SMALL_STATE(8266)] = 187985, + [SMALL_STATE(8267)] = 188000, + [SMALL_STATE(8268)] = 188017, + [SMALL_STATE(8269)] = 188028, + [SMALL_STATE(8270)] = 188045, + [SMALL_STATE(8271)] = 188062, + [SMALL_STATE(8272)] = 188079, + [SMALL_STATE(8273)] = 188096, + [SMALL_STATE(8274)] = 188113, + [SMALL_STATE(8275)] = 188130, + [SMALL_STATE(8276)] = 188143, + [SMALL_STATE(8277)] = 188158, + [SMALL_STATE(8278)] = 188173, + [SMALL_STATE(8279)] = 188188, + [SMALL_STATE(8280)] = 188203, + [SMALL_STATE(8281)] = 188220, + [SMALL_STATE(8282)] = 188231, + [SMALL_STATE(8283)] = 188246, + [SMALL_STATE(8284)] = 188263, + [SMALL_STATE(8285)] = 188278, + [SMALL_STATE(8286)] = 188293, + [SMALL_STATE(8287)] = 188310, + [SMALL_STATE(8288)] = 188327, + [SMALL_STATE(8289)] = 188342, + [SMALL_STATE(8290)] = 188357, + [SMALL_STATE(8291)] = 188374, + [SMALL_STATE(8292)] = 188391, + [SMALL_STATE(8293)] = 188408, + [SMALL_STATE(8294)] = 188425, + [SMALL_STATE(8295)] = 188442, + [SMALL_STATE(8296)] = 188459, + [SMALL_STATE(8297)] = 188476, + [SMALL_STATE(8298)] = 188493, + [SMALL_STATE(8299)] = 188510, + [SMALL_STATE(8300)] = 188525, + [SMALL_STATE(8301)] = 188536, + [SMALL_STATE(8302)] = 188551, + [SMALL_STATE(8303)] = 188566, + [SMALL_STATE(8304)] = 188583, + [SMALL_STATE(8305)] = 188598, + [SMALL_STATE(8306)] = 188615, + [SMALL_STATE(8307)] = 188626, + [SMALL_STATE(8308)] = 188643, + [SMALL_STATE(8309)] = 188660, + [SMALL_STATE(8310)] = 188677, + [SMALL_STATE(8311)] = 188694, + [SMALL_STATE(8312)] = 188711, + [SMALL_STATE(8313)] = 188728, + [SMALL_STATE(8314)] = 188745, + [SMALL_STATE(8315)] = 188760, + [SMALL_STATE(8316)] = 188775, + [SMALL_STATE(8317)] = 188790, + [SMALL_STATE(8318)] = 188805, + [SMALL_STATE(8319)] = 188820, + [SMALL_STATE(8320)] = 188837, + [SMALL_STATE(8321)] = 188854, + [SMALL_STATE(8322)] = 188871, + [SMALL_STATE(8323)] = 188888, + [SMALL_STATE(8324)] = 188905, + [SMALL_STATE(8325)] = 188920, + [SMALL_STATE(8326)] = 188935, + [SMALL_STATE(8327)] = 188952, + [SMALL_STATE(8328)] = 188969, + [SMALL_STATE(8329)] = 188986, + [SMALL_STATE(8330)] = 189000, + [SMALL_STATE(8331)] = 189014, + [SMALL_STATE(8332)] = 189028, + [SMALL_STATE(8333)] = 189040, + [SMALL_STATE(8334)] = 189054, + [SMALL_STATE(8335)] = 189068, + [SMALL_STATE(8336)] = 189082, + [SMALL_STATE(8337)] = 189096, + [SMALL_STATE(8338)] = 189110, + [SMALL_STATE(8339)] = 189122, + [SMALL_STATE(8340)] = 189132, + [SMALL_STATE(8341)] = 189142, + [SMALL_STATE(8342)] = 189156, + [SMALL_STATE(8343)] = 189170, + [SMALL_STATE(8344)] = 189184, + [SMALL_STATE(8345)] = 189198, + [SMALL_STATE(8346)] = 189212, + [SMALL_STATE(8347)] = 189226, + [SMALL_STATE(8348)] = 189236, + [SMALL_STATE(8349)] = 189250, + [SMALL_STATE(8350)] = 189264, + [SMALL_STATE(8351)] = 189278, + [SMALL_STATE(8352)] = 189292, + [SMALL_STATE(8353)] = 189306, + [SMALL_STATE(8354)] = 189320, + [SMALL_STATE(8355)] = 189334, + [SMALL_STATE(8356)] = 189346, + [SMALL_STATE(8357)] = 189356, + [SMALL_STATE(8358)] = 189370, + [SMALL_STATE(8359)] = 189384, + [SMALL_STATE(8360)] = 189398, + [SMALL_STATE(8361)] = 189412, + [SMALL_STATE(8362)] = 189426, + [SMALL_STATE(8363)] = 189440, + [SMALL_STATE(8364)] = 189450, + [SMALL_STATE(8365)] = 189464, + [SMALL_STATE(8366)] = 189476, + [SMALL_STATE(8367)] = 189490, + [SMALL_STATE(8368)] = 189504, + [SMALL_STATE(8369)] = 189518, + [SMALL_STATE(8370)] = 189532, + [SMALL_STATE(8371)] = 189546, + [SMALL_STATE(8372)] = 189560, + [SMALL_STATE(8373)] = 189574, + [SMALL_STATE(8374)] = 189588, + [SMALL_STATE(8375)] = 189602, + [SMALL_STATE(8376)] = 189616, + [SMALL_STATE(8377)] = 189630, + [SMALL_STATE(8378)] = 189642, + [SMALL_STATE(8379)] = 189654, + [SMALL_STATE(8380)] = 189668, + [SMALL_STATE(8381)] = 189682, + [SMALL_STATE(8382)] = 189696, + [SMALL_STATE(8383)] = 189710, + [SMALL_STATE(8384)] = 189722, + [SMALL_STATE(8385)] = 189736, + [SMALL_STATE(8386)] = 189750, + [SMALL_STATE(8387)] = 189764, + [SMALL_STATE(8388)] = 189778, + [SMALL_STATE(8389)] = 189792, + [SMALL_STATE(8390)] = 189806, + [SMALL_STATE(8391)] = 189820, + [SMALL_STATE(8392)] = 189834, + [SMALL_STATE(8393)] = 189848, + [SMALL_STATE(8394)] = 189862, + [SMALL_STATE(8395)] = 189876, + [SMALL_STATE(8396)] = 189890, + [SMALL_STATE(8397)] = 189904, + [SMALL_STATE(8398)] = 189918, + [SMALL_STATE(8399)] = 189932, + [SMALL_STATE(8400)] = 189946, + [SMALL_STATE(8401)] = 189960, + [SMALL_STATE(8402)] = 189974, + [SMALL_STATE(8403)] = 189988, + [SMALL_STATE(8404)] = 190002, + [SMALL_STATE(8405)] = 190016, + [SMALL_STATE(8406)] = 190030, + [SMALL_STATE(8407)] = 190044, + [SMALL_STATE(8408)] = 190058, + [SMALL_STATE(8409)] = 190072, + [SMALL_STATE(8410)] = 190086, + [SMALL_STATE(8411)] = 190096, + [SMALL_STATE(8412)] = 190110, + [SMALL_STATE(8413)] = 190124, + [SMALL_STATE(8414)] = 190138, + [SMALL_STATE(8415)] = 190152, + [SMALL_STATE(8416)] = 190166, + [SMALL_STATE(8417)] = 190180, + [SMALL_STATE(8418)] = 190194, + [SMALL_STATE(8419)] = 190208, + [SMALL_STATE(8420)] = 190222, + [SMALL_STATE(8421)] = 190236, + [SMALL_STATE(8422)] = 190250, + [SMALL_STATE(8423)] = 190264, + [SMALL_STATE(8424)] = 190278, + [SMALL_STATE(8425)] = 190292, + [SMALL_STATE(8426)] = 190306, + [SMALL_STATE(8427)] = 190320, + [SMALL_STATE(8428)] = 190334, + [SMALL_STATE(8429)] = 190344, + [SMALL_STATE(8430)] = 190358, + [SMALL_STATE(8431)] = 190372, + [SMALL_STATE(8432)] = 190382, + [SMALL_STATE(8433)] = 190396, + [SMALL_STATE(8434)] = 190408, + [SMALL_STATE(8435)] = 190418, + [SMALL_STATE(8436)] = 190432, + [SMALL_STATE(8437)] = 190442, + [SMALL_STATE(8438)] = 190454, + [SMALL_STATE(8439)] = 190468, + [SMALL_STATE(8440)] = 190478, + [SMALL_STATE(8441)] = 190492, + [SMALL_STATE(8442)] = 190506, + [SMALL_STATE(8443)] = 190520, + [SMALL_STATE(8444)] = 190534, + [SMALL_STATE(8445)] = 190548, + [SMALL_STATE(8446)] = 190562, + [SMALL_STATE(8447)] = 190576, + [SMALL_STATE(8448)] = 190590, + [SMALL_STATE(8449)] = 190604, + [SMALL_STATE(8450)] = 190618, + [SMALL_STATE(8451)] = 190630, + [SMALL_STATE(8452)] = 190642, + [SMALL_STATE(8453)] = 190656, + [SMALL_STATE(8454)] = 190670, + [SMALL_STATE(8455)] = 190684, + [SMALL_STATE(8456)] = 190698, + [SMALL_STATE(8457)] = 190712, + [SMALL_STATE(8458)] = 190726, + [SMALL_STATE(8459)] = 190740, + [SMALL_STATE(8460)] = 190754, + [SMALL_STATE(8461)] = 190768, + [SMALL_STATE(8462)] = 190782, + [SMALL_STATE(8463)] = 190796, + [SMALL_STATE(8464)] = 190810, + [SMALL_STATE(8465)] = 190824, + [SMALL_STATE(8466)] = 190838, + [SMALL_STATE(8467)] = 190852, + [SMALL_STATE(8468)] = 190866, + [SMALL_STATE(8469)] = 190880, + [SMALL_STATE(8470)] = 190894, + [SMALL_STATE(8471)] = 190908, + [SMALL_STATE(8472)] = 190922, + [SMALL_STATE(8473)] = 190936, + [SMALL_STATE(8474)] = 190950, + [SMALL_STATE(8475)] = 190964, + [SMALL_STATE(8476)] = 190978, + [SMALL_STATE(8477)] = 190992, + [SMALL_STATE(8478)] = 191006, + [SMALL_STATE(8479)] = 191020, + [SMALL_STATE(8480)] = 191034, + [SMALL_STATE(8481)] = 191048, + [SMALL_STATE(8482)] = 191062, + [SMALL_STATE(8483)] = 191076, + [SMALL_STATE(8484)] = 191090, + [SMALL_STATE(8485)] = 191102, + [SMALL_STATE(8486)] = 191116, + [SMALL_STATE(8487)] = 191128, + [SMALL_STATE(8488)] = 191142, + [SMALL_STATE(8489)] = 191156, + [SMALL_STATE(8490)] = 191168, + [SMALL_STATE(8491)] = 191178, + [SMALL_STATE(8492)] = 191192, + [SMALL_STATE(8493)] = 191204, + [SMALL_STATE(8494)] = 191218, + [SMALL_STATE(8495)] = 191232, + [SMALL_STATE(8496)] = 191246, + [SMALL_STATE(8497)] = 191260, + [SMALL_STATE(8498)] = 191274, + [SMALL_STATE(8499)] = 191288, + [SMALL_STATE(8500)] = 191302, + [SMALL_STATE(8501)] = 191316, + [SMALL_STATE(8502)] = 191330, + [SMALL_STATE(8503)] = 191344, + [SMALL_STATE(8504)] = 191358, + [SMALL_STATE(8505)] = 191372, + [SMALL_STATE(8506)] = 191386, + [SMALL_STATE(8507)] = 191400, + [SMALL_STATE(8508)] = 191414, + [SMALL_STATE(8509)] = 191428, + [SMALL_STATE(8510)] = 191440, + [SMALL_STATE(8511)] = 191454, + [SMALL_STATE(8512)] = 191466, + [SMALL_STATE(8513)] = 191480, + [SMALL_STATE(8514)] = 191494, + [SMALL_STATE(8515)] = 191508, + [SMALL_STATE(8516)] = 191520, + [SMALL_STATE(8517)] = 191534, + [SMALL_STATE(8518)] = 191548, + [SMALL_STATE(8519)] = 191560, + [SMALL_STATE(8520)] = 191574, + [SMALL_STATE(8521)] = 191588, + [SMALL_STATE(8522)] = 191602, + [SMALL_STATE(8523)] = 191614, + [SMALL_STATE(8524)] = 191628, + [SMALL_STATE(8525)] = 191642, + [SMALL_STATE(8526)] = 191654, + [SMALL_STATE(8527)] = 191668, + [SMALL_STATE(8528)] = 191682, + [SMALL_STATE(8529)] = 191696, + [SMALL_STATE(8530)] = 191708, + [SMALL_STATE(8531)] = 191720, + [SMALL_STATE(8532)] = 191734, + [SMALL_STATE(8533)] = 191746, + [SMALL_STATE(8534)] = 191760, + [SMALL_STATE(8535)] = 191774, + [SMALL_STATE(8536)] = 191788, + [SMALL_STATE(8537)] = 191802, + [SMALL_STATE(8538)] = 191816, + [SMALL_STATE(8539)] = 191830, + [SMALL_STATE(8540)] = 191844, + [SMALL_STATE(8541)] = 191858, + [SMALL_STATE(8542)] = 191872, + [SMALL_STATE(8543)] = 191886, + [SMALL_STATE(8544)] = 191900, + [SMALL_STATE(8545)] = 191914, + [SMALL_STATE(8546)] = 191928, + [SMALL_STATE(8547)] = 191942, + [SMALL_STATE(8548)] = 191954, + [SMALL_STATE(8549)] = 191968, + [SMALL_STATE(8550)] = 191982, + [SMALL_STATE(8551)] = 191996, + [SMALL_STATE(8552)] = 192010, + [SMALL_STATE(8553)] = 192024, + [SMALL_STATE(8554)] = 192038, + [SMALL_STATE(8555)] = 192052, + [SMALL_STATE(8556)] = 192066, + [SMALL_STATE(8557)] = 192080, + [SMALL_STATE(8558)] = 192094, + [SMALL_STATE(8559)] = 192108, + [SMALL_STATE(8560)] = 192122, + [SMALL_STATE(8561)] = 192136, + [SMALL_STATE(8562)] = 192150, + [SMALL_STATE(8563)] = 192164, + [SMALL_STATE(8564)] = 192178, + [SMALL_STATE(8565)] = 192192, + [SMALL_STATE(8566)] = 192206, + [SMALL_STATE(8567)] = 192218, + [SMALL_STATE(8568)] = 192232, + [SMALL_STATE(8569)] = 192246, + [SMALL_STATE(8570)] = 192260, + [SMALL_STATE(8571)] = 192274, + [SMALL_STATE(8572)] = 192284, + [SMALL_STATE(8573)] = 192298, + [SMALL_STATE(8574)] = 192312, + [SMALL_STATE(8575)] = 192326, + [SMALL_STATE(8576)] = 192340, + [SMALL_STATE(8577)] = 192354, + [SMALL_STATE(8578)] = 192366, + [SMALL_STATE(8579)] = 192380, + [SMALL_STATE(8580)] = 192394, + [SMALL_STATE(8581)] = 192408, + [SMALL_STATE(8582)] = 192422, + [SMALL_STATE(8583)] = 192436, + [SMALL_STATE(8584)] = 192448, + [SMALL_STATE(8585)] = 192462, + [SMALL_STATE(8586)] = 192476, + [SMALL_STATE(8587)] = 192488, + [SMALL_STATE(8588)] = 192502, + [SMALL_STATE(8589)] = 192516, + [SMALL_STATE(8590)] = 192530, + [SMALL_STATE(8591)] = 192544, + [SMALL_STATE(8592)] = 192555, + [SMALL_STATE(8593)] = 192566, + [SMALL_STATE(8594)] = 192577, + [SMALL_STATE(8595)] = 192588, + [SMALL_STATE(8596)] = 192597, + [SMALL_STATE(8597)] = 192608, + [SMALL_STATE(8598)] = 192619, + [SMALL_STATE(8599)] = 192630, + [SMALL_STATE(8600)] = 192641, + [SMALL_STATE(8601)] = 192652, + [SMALL_STATE(8602)] = 192663, + [SMALL_STATE(8603)] = 192674, + [SMALL_STATE(8604)] = 192685, + [SMALL_STATE(8605)] = 192696, + [SMALL_STATE(8606)] = 192705, + [SMALL_STATE(8607)] = 192716, + [SMALL_STATE(8608)] = 192727, + [SMALL_STATE(8609)] = 192738, + [SMALL_STATE(8610)] = 192749, + [SMALL_STATE(8611)] = 192760, + [SMALL_STATE(8612)] = 192771, + [SMALL_STATE(8613)] = 192782, + [SMALL_STATE(8614)] = 192793, + [SMALL_STATE(8615)] = 192804, + [SMALL_STATE(8616)] = 192815, + [SMALL_STATE(8617)] = 192826, + [SMALL_STATE(8618)] = 192837, + [SMALL_STATE(8619)] = 192848, + [SMALL_STATE(8620)] = 192859, + [SMALL_STATE(8621)] = 192870, + [SMALL_STATE(8622)] = 192881, + [SMALL_STATE(8623)] = 192892, + [SMALL_STATE(8624)] = 192903, + [SMALL_STATE(8625)] = 192914, + [SMALL_STATE(8626)] = 192925, + [SMALL_STATE(8627)] = 192936, + [SMALL_STATE(8628)] = 192947, + [SMALL_STATE(8629)] = 192958, + [SMALL_STATE(8630)] = 192969, + [SMALL_STATE(8631)] = 192980, + [SMALL_STATE(8632)] = 192991, + [SMALL_STATE(8633)] = 193002, + [SMALL_STATE(8634)] = 193013, + [SMALL_STATE(8635)] = 193024, + [SMALL_STATE(8636)] = 193033, + [SMALL_STATE(8637)] = 193044, + [SMALL_STATE(8638)] = 193055, + [SMALL_STATE(8639)] = 193066, + [SMALL_STATE(8640)] = 193077, + [SMALL_STATE(8641)] = 193088, + [SMALL_STATE(8642)] = 193099, + [SMALL_STATE(8643)] = 193110, + [SMALL_STATE(8644)] = 193121, + [SMALL_STATE(8645)] = 193132, + [SMALL_STATE(8646)] = 193143, + [SMALL_STATE(8647)] = 193152, + [SMALL_STATE(8648)] = 193163, + [SMALL_STATE(8649)] = 193174, + [SMALL_STATE(8650)] = 193185, + [SMALL_STATE(8651)] = 193196, + [SMALL_STATE(8652)] = 193207, + [SMALL_STATE(8653)] = 193218, + [SMALL_STATE(8654)] = 193229, + [SMALL_STATE(8655)] = 193240, + [SMALL_STATE(8656)] = 193249, + [SMALL_STATE(8657)] = 193260, + [SMALL_STATE(8658)] = 193271, + [SMALL_STATE(8659)] = 193280, + [SMALL_STATE(8660)] = 193289, + [SMALL_STATE(8661)] = 193300, + [SMALL_STATE(8662)] = 193311, + [SMALL_STATE(8663)] = 193322, + [SMALL_STATE(8664)] = 193333, + [SMALL_STATE(8665)] = 193344, + [SMALL_STATE(8666)] = 193355, + [SMALL_STATE(8667)] = 193366, + [SMALL_STATE(8668)] = 193377, + [SMALL_STATE(8669)] = 193388, + [SMALL_STATE(8670)] = 193399, + [SMALL_STATE(8671)] = 193410, + [SMALL_STATE(8672)] = 193421, + [SMALL_STATE(8673)] = 193432, + [SMALL_STATE(8674)] = 193443, + [SMALL_STATE(8675)] = 193454, + [SMALL_STATE(8676)] = 193465, + [SMALL_STATE(8677)] = 193476, + [SMALL_STATE(8678)] = 193485, + [SMALL_STATE(8679)] = 193494, + [SMALL_STATE(8680)] = 193505, + [SMALL_STATE(8681)] = 193516, + [SMALL_STATE(8682)] = 193525, + [SMALL_STATE(8683)] = 193536, + [SMALL_STATE(8684)] = 193547, + [SMALL_STATE(8685)] = 193558, + [SMALL_STATE(8686)] = 193569, + [SMALL_STATE(8687)] = 193580, + [SMALL_STATE(8688)] = 193591, + [SMALL_STATE(8689)] = 193602, + [SMALL_STATE(8690)] = 193613, + [SMALL_STATE(8691)] = 193624, + [SMALL_STATE(8692)] = 193635, + [SMALL_STATE(8693)] = 193646, + [SMALL_STATE(8694)] = 193657, + [SMALL_STATE(8695)] = 193668, + [SMALL_STATE(8696)] = 193679, + [SMALL_STATE(8697)] = 193690, + [SMALL_STATE(8698)] = 193699, + [SMALL_STATE(8699)] = 193710, + [SMALL_STATE(8700)] = 193721, + [SMALL_STATE(8701)] = 193730, + [SMALL_STATE(8702)] = 193741, + [SMALL_STATE(8703)] = 193752, + [SMALL_STATE(8704)] = 193763, + [SMALL_STATE(8705)] = 193774, + [SMALL_STATE(8706)] = 193785, + [SMALL_STATE(8707)] = 193796, + [SMALL_STATE(8708)] = 193807, + [SMALL_STATE(8709)] = 193818, + [SMALL_STATE(8710)] = 193829, + [SMALL_STATE(8711)] = 193840, + [SMALL_STATE(8712)] = 193851, + [SMALL_STATE(8713)] = 193862, + [SMALL_STATE(8714)] = 193873, + [SMALL_STATE(8715)] = 193884, + [SMALL_STATE(8716)] = 193895, + [SMALL_STATE(8717)] = 193904, + [SMALL_STATE(8718)] = 193915, + [SMALL_STATE(8719)] = 193926, + [SMALL_STATE(8720)] = 193937, + [SMALL_STATE(8721)] = 193948, + [SMALL_STATE(8722)] = 193959, + [SMALL_STATE(8723)] = 193968, + [SMALL_STATE(8724)] = 193979, + [SMALL_STATE(8725)] = 193990, + [SMALL_STATE(8726)] = 194001, + [SMALL_STATE(8727)] = 194010, + [SMALL_STATE(8728)] = 194021, + [SMALL_STATE(8729)] = 194032, + [SMALL_STATE(8730)] = 194041, + [SMALL_STATE(8731)] = 194052, + [SMALL_STATE(8732)] = 194063, + [SMALL_STATE(8733)] = 194074, + [SMALL_STATE(8734)] = 194085, + [SMALL_STATE(8735)] = 194094, + [SMALL_STATE(8736)] = 194105, + [SMALL_STATE(8737)] = 194114, + [SMALL_STATE(8738)] = 194125, + [SMALL_STATE(8739)] = 194136, + [SMALL_STATE(8740)] = 194147, + [SMALL_STATE(8741)] = 194158, + [SMALL_STATE(8742)] = 194169, + [SMALL_STATE(8743)] = 194180, + [SMALL_STATE(8744)] = 194191, + [SMALL_STATE(8745)] = 194202, + [SMALL_STATE(8746)] = 194213, + [SMALL_STATE(8747)] = 194224, + [SMALL_STATE(8748)] = 194235, + [SMALL_STATE(8749)] = 194246, + [SMALL_STATE(8750)] = 194255, + [SMALL_STATE(8751)] = 194266, + [SMALL_STATE(8752)] = 194277, + [SMALL_STATE(8753)] = 194288, + [SMALL_STATE(8754)] = 194299, + [SMALL_STATE(8755)] = 194310, + [SMALL_STATE(8756)] = 194321, + [SMALL_STATE(8757)] = 194332, + [SMALL_STATE(8758)] = 194343, + [SMALL_STATE(8759)] = 194354, + [SMALL_STATE(8760)] = 194365, + [SMALL_STATE(8761)] = 194376, + [SMALL_STATE(8762)] = 194385, + [SMALL_STATE(8763)] = 194396, + [SMALL_STATE(8764)] = 194407, + [SMALL_STATE(8765)] = 194416, + [SMALL_STATE(8766)] = 194427, + [SMALL_STATE(8767)] = 194438, + [SMALL_STATE(8768)] = 194447, + [SMALL_STATE(8769)] = 194458, + [SMALL_STATE(8770)] = 194469, + [SMALL_STATE(8771)] = 194480, + [SMALL_STATE(8772)] = 194491, + [SMALL_STATE(8773)] = 194502, + [SMALL_STATE(8774)] = 194513, + [SMALL_STATE(8775)] = 194522, + [SMALL_STATE(8776)] = 194533, + [SMALL_STATE(8777)] = 194544, + [SMALL_STATE(8778)] = 194555, + [SMALL_STATE(8779)] = 194566, + [SMALL_STATE(8780)] = 194577, + [SMALL_STATE(8781)] = 194586, + [SMALL_STATE(8782)] = 194597, + [SMALL_STATE(8783)] = 194608, + [SMALL_STATE(8784)] = 194617, + [SMALL_STATE(8785)] = 194626, + [SMALL_STATE(8786)] = 194637, + [SMALL_STATE(8787)] = 194648, + [SMALL_STATE(8788)] = 194659, + [SMALL_STATE(8789)] = 194670, + [SMALL_STATE(8790)] = 194681, + [SMALL_STATE(8791)] = 194692, + [SMALL_STATE(8792)] = 194703, + [SMALL_STATE(8793)] = 194714, + [SMALL_STATE(8794)] = 194723, + [SMALL_STATE(8795)] = 194734, + [SMALL_STATE(8796)] = 194745, + [SMALL_STATE(8797)] = 194756, + [SMALL_STATE(8798)] = 194767, + [SMALL_STATE(8799)] = 194776, + [SMALL_STATE(8800)] = 194787, + [SMALL_STATE(8801)] = 194798, + [SMALL_STATE(8802)] = 194809, + [SMALL_STATE(8803)] = 194820, + [SMALL_STATE(8804)] = 194829, + [SMALL_STATE(8805)] = 194840, + [SMALL_STATE(8806)] = 194851, + [SMALL_STATE(8807)] = 194860, + [SMALL_STATE(8808)] = 194871, + [SMALL_STATE(8809)] = 194882, + [SMALL_STATE(8810)] = 194893, + [SMALL_STATE(8811)] = 194904, + [SMALL_STATE(8812)] = 194915, + [SMALL_STATE(8813)] = 194926, + [SMALL_STATE(8814)] = 194937, + [SMALL_STATE(8815)] = 194948, + [SMALL_STATE(8816)] = 194957, + [SMALL_STATE(8817)] = 194966, + [SMALL_STATE(8818)] = 194977, + [SMALL_STATE(8819)] = 194986, + [SMALL_STATE(8820)] = 194995, + [SMALL_STATE(8821)] = 195004, + [SMALL_STATE(8822)] = 195013, + [SMALL_STATE(8823)] = 195022, + [SMALL_STATE(8824)] = 195031, + [SMALL_STATE(8825)] = 195040, + [SMALL_STATE(8826)] = 195051, + [SMALL_STATE(8827)] = 195060, + [SMALL_STATE(8828)] = 195071, + [SMALL_STATE(8829)] = 195082, + [SMALL_STATE(8830)] = 195093, + [SMALL_STATE(8831)] = 195104, + [SMALL_STATE(8832)] = 195113, + [SMALL_STATE(8833)] = 195122, + [SMALL_STATE(8834)] = 195133, + [SMALL_STATE(8835)] = 195144, + [SMALL_STATE(8836)] = 195153, + [SMALL_STATE(8837)] = 195164, + [SMALL_STATE(8838)] = 195173, + [SMALL_STATE(8839)] = 195182, + [SMALL_STATE(8840)] = 195193, + [SMALL_STATE(8841)] = 195204, + [SMALL_STATE(8842)] = 195215, + [SMALL_STATE(8843)] = 195224, + [SMALL_STATE(8844)] = 195235, + [SMALL_STATE(8845)] = 195244, + [SMALL_STATE(8846)] = 195255, + [SMALL_STATE(8847)] = 195266, + [SMALL_STATE(8848)] = 195275, + [SMALL_STATE(8849)] = 195286, + [SMALL_STATE(8850)] = 195297, + [SMALL_STATE(8851)] = 195306, + [SMALL_STATE(8852)] = 195315, + [SMALL_STATE(8853)] = 195326, + [SMALL_STATE(8854)] = 195337, + [SMALL_STATE(8855)] = 195348, + [SMALL_STATE(8856)] = 195359, + [SMALL_STATE(8857)] = 195368, + [SMALL_STATE(8858)] = 195377, + [SMALL_STATE(8859)] = 195386, + [SMALL_STATE(8860)] = 195395, + [SMALL_STATE(8861)] = 195404, + [SMALL_STATE(8862)] = 195413, + [SMALL_STATE(8863)] = 195424, + [SMALL_STATE(8864)] = 195435, + [SMALL_STATE(8865)] = 195446, + [SMALL_STATE(8866)] = 195457, + [SMALL_STATE(8867)] = 195468, + [SMALL_STATE(8868)] = 195477, + [SMALL_STATE(8869)] = 195488, + [SMALL_STATE(8870)] = 195497, + [SMALL_STATE(8871)] = 195508, + [SMALL_STATE(8872)] = 195517, + [SMALL_STATE(8873)] = 195528, + [SMALL_STATE(8874)] = 195537, + [SMALL_STATE(8875)] = 195548, + [SMALL_STATE(8876)] = 195559, + [SMALL_STATE(8877)] = 195568, + [SMALL_STATE(8878)] = 195579, + [SMALL_STATE(8879)] = 195590, + [SMALL_STATE(8880)] = 195601, + [SMALL_STATE(8881)] = 195612, + [SMALL_STATE(8882)] = 195621, + [SMALL_STATE(8883)] = 195630, + [SMALL_STATE(8884)] = 195641, + [SMALL_STATE(8885)] = 195652, + [SMALL_STATE(8886)] = 195663, + [SMALL_STATE(8887)] = 195672, + [SMALL_STATE(8888)] = 195683, + [SMALL_STATE(8889)] = 195692, + [SMALL_STATE(8890)] = 195703, + [SMALL_STATE(8891)] = 195712, + [SMALL_STATE(8892)] = 195721, + [SMALL_STATE(8893)] = 195732, + [SMALL_STATE(8894)] = 195743, + [SMALL_STATE(8895)] = 195752, + [SMALL_STATE(8896)] = 195763, + [SMALL_STATE(8897)] = 195772, + [SMALL_STATE(8898)] = 195781, + [SMALL_STATE(8899)] = 195792, + [SMALL_STATE(8900)] = 195801, + [SMALL_STATE(8901)] = 195812, + [SMALL_STATE(8902)] = 195823, + [SMALL_STATE(8903)] = 195832, + [SMALL_STATE(8904)] = 195841, + [SMALL_STATE(8905)] = 195852, + [SMALL_STATE(8906)] = 195861, + [SMALL_STATE(8907)] = 195870, + [SMALL_STATE(8908)] = 195881, + [SMALL_STATE(8909)] = 195892, + [SMALL_STATE(8910)] = 195903, + [SMALL_STATE(8911)] = 195914, + [SMALL_STATE(8912)] = 195925, + [SMALL_STATE(8913)] = 195934, + [SMALL_STATE(8914)] = 195945, + [SMALL_STATE(8915)] = 195954, + [SMALL_STATE(8916)] = 195965, + [SMALL_STATE(8917)] = 195974, + [SMALL_STATE(8918)] = 195985, + [SMALL_STATE(8919)] = 195994, + [SMALL_STATE(8920)] = 196005, + [SMALL_STATE(8921)] = 196016, + [SMALL_STATE(8922)] = 196027, + [SMALL_STATE(8923)] = 196036, + [SMALL_STATE(8924)] = 196047, + [SMALL_STATE(8925)] = 196058, + [SMALL_STATE(8926)] = 196069, + [SMALL_STATE(8927)] = 196078, + [SMALL_STATE(8928)] = 196089, + [SMALL_STATE(8929)] = 196098, + [SMALL_STATE(8930)] = 196109, + [SMALL_STATE(8931)] = 196120, + [SMALL_STATE(8932)] = 196131, + [SMALL_STATE(8933)] = 196142, + [SMALL_STATE(8934)] = 196153, + [SMALL_STATE(8935)] = 196164, + [SMALL_STATE(8936)] = 196175, + [SMALL_STATE(8937)] = 196186, + [SMALL_STATE(8938)] = 196195, + [SMALL_STATE(8939)] = 196206, + [SMALL_STATE(8940)] = 196215, + [SMALL_STATE(8941)] = 196226, + [SMALL_STATE(8942)] = 196235, + [SMALL_STATE(8943)] = 196246, + [SMALL_STATE(8944)] = 196257, + [SMALL_STATE(8945)] = 196268, + [SMALL_STATE(8946)] = 196276, + [SMALL_STATE(8947)] = 196284, + [SMALL_STATE(8948)] = 196292, + [SMALL_STATE(8949)] = 196300, + [SMALL_STATE(8950)] = 196308, + [SMALL_STATE(8951)] = 196316, + [SMALL_STATE(8952)] = 196324, + [SMALL_STATE(8953)] = 196332, + [SMALL_STATE(8954)] = 196340, + [SMALL_STATE(8955)] = 196348, + [SMALL_STATE(8956)] = 196356, + [SMALL_STATE(8957)] = 196364, + [SMALL_STATE(8958)] = 196372, + [SMALL_STATE(8959)] = 196380, + [SMALL_STATE(8960)] = 196388, + [SMALL_STATE(8961)] = 196396, + [SMALL_STATE(8962)] = 196404, + [SMALL_STATE(8963)] = 196412, + [SMALL_STATE(8964)] = 196420, + [SMALL_STATE(8965)] = 196428, + [SMALL_STATE(8966)] = 196436, + [SMALL_STATE(8967)] = 196444, + [SMALL_STATE(8968)] = 196452, + [SMALL_STATE(8969)] = 196460, + [SMALL_STATE(8970)] = 196468, + [SMALL_STATE(8971)] = 196476, + [SMALL_STATE(8972)] = 196484, + [SMALL_STATE(8973)] = 196492, + [SMALL_STATE(8974)] = 196500, + [SMALL_STATE(8975)] = 196508, + [SMALL_STATE(8976)] = 196516, + [SMALL_STATE(8977)] = 196524, + [SMALL_STATE(8978)] = 196532, + [SMALL_STATE(8979)] = 196540, + [SMALL_STATE(8980)] = 196548, + [SMALL_STATE(8981)] = 196556, + [SMALL_STATE(8982)] = 196564, + [SMALL_STATE(8983)] = 196572, + [SMALL_STATE(8984)] = 196580, + [SMALL_STATE(8985)] = 196588, + [SMALL_STATE(8986)] = 196596, + [SMALL_STATE(8987)] = 196604, + [SMALL_STATE(8988)] = 196612, + [SMALL_STATE(8989)] = 196620, + [SMALL_STATE(8990)] = 196628, + [SMALL_STATE(8991)] = 196636, + [SMALL_STATE(8992)] = 196644, + [SMALL_STATE(8993)] = 196652, + [SMALL_STATE(8994)] = 196660, + [SMALL_STATE(8995)] = 196668, + [SMALL_STATE(8996)] = 196676, + [SMALL_STATE(8997)] = 196684, + [SMALL_STATE(8998)] = 196692, + [SMALL_STATE(8999)] = 196700, + [SMALL_STATE(9000)] = 196708, + [SMALL_STATE(9001)] = 196716, + [SMALL_STATE(9002)] = 196724, + [SMALL_STATE(9003)] = 196732, + [SMALL_STATE(9004)] = 196740, + [SMALL_STATE(9005)] = 196748, + [SMALL_STATE(9006)] = 196756, + [SMALL_STATE(9007)] = 196764, + [SMALL_STATE(9008)] = 196772, + [SMALL_STATE(9009)] = 196780, + [SMALL_STATE(9010)] = 196788, + [SMALL_STATE(9011)] = 196796, + [SMALL_STATE(9012)] = 196804, + [SMALL_STATE(9013)] = 196812, + [SMALL_STATE(9014)] = 196820, + [SMALL_STATE(9015)] = 196828, + [SMALL_STATE(9016)] = 196836, + [SMALL_STATE(9017)] = 196844, + [SMALL_STATE(9018)] = 196852, + [SMALL_STATE(9019)] = 196860, + [SMALL_STATE(9020)] = 196868, + [SMALL_STATE(9021)] = 196876, + [SMALL_STATE(9022)] = 196884, + [SMALL_STATE(9023)] = 196892, + [SMALL_STATE(9024)] = 196900, + [SMALL_STATE(9025)] = 196908, + [SMALL_STATE(9026)] = 196916, + [SMALL_STATE(9027)] = 196924, + [SMALL_STATE(9028)] = 196932, + [SMALL_STATE(9029)] = 196940, + [SMALL_STATE(9030)] = 196948, + [SMALL_STATE(9031)] = 196956, + [SMALL_STATE(9032)] = 196964, + [SMALL_STATE(9033)] = 196972, + [SMALL_STATE(9034)] = 196980, + [SMALL_STATE(9035)] = 196988, + [SMALL_STATE(9036)] = 196996, + [SMALL_STATE(9037)] = 197004, + [SMALL_STATE(9038)] = 197012, + [SMALL_STATE(9039)] = 197020, + [SMALL_STATE(9040)] = 197028, + [SMALL_STATE(9041)] = 197036, + [SMALL_STATE(9042)] = 197044, + [SMALL_STATE(9043)] = 197052, + [SMALL_STATE(9044)] = 197060, + [SMALL_STATE(9045)] = 197068, + [SMALL_STATE(9046)] = 197076, + [SMALL_STATE(9047)] = 197084, + [SMALL_STATE(9048)] = 197092, + [SMALL_STATE(9049)] = 197100, + [SMALL_STATE(9050)] = 197108, + [SMALL_STATE(9051)] = 197116, + [SMALL_STATE(9052)] = 197124, + [SMALL_STATE(9053)] = 197132, + [SMALL_STATE(9054)] = 197140, + [SMALL_STATE(9055)] = 197148, + [SMALL_STATE(9056)] = 197156, + [SMALL_STATE(9057)] = 197164, + [SMALL_STATE(9058)] = 197172, + [SMALL_STATE(9059)] = 197180, + [SMALL_STATE(9060)] = 197188, + [SMALL_STATE(9061)] = 197196, + [SMALL_STATE(9062)] = 197204, + [SMALL_STATE(9063)] = 197212, + [SMALL_STATE(9064)] = 197220, + [SMALL_STATE(9065)] = 197228, + [SMALL_STATE(9066)] = 197236, + [SMALL_STATE(9067)] = 197244, + [SMALL_STATE(9068)] = 197252, + [SMALL_STATE(9069)] = 197260, + [SMALL_STATE(9070)] = 197268, + [SMALL_STATE(9071)] = 197276, + [SMALL_STATE(9072)] = 197284, + [SMALL_STATE(9073)] = 197292, + [SMALL_STATE(9074)] = 197300, + [SMALL_STATE(9075)] = 197308, + [SMALL_STATE(9076)] = 197316, + [SMALL_STATE(9077)] = 197324, + [SMALL_STATE(9078)] = 197332, + [SMALL_STATE(9079)] = 197340, + [SMALL_STATE(9080)] = 197348, + [SMALL_STATE(9081)] = 197356, + [SMALL_STATE(9082)] = 197364, + [SMALL_STATE(9083)] = 197372, + [SMALL_STATE(9084)] = 197380, + [SMALL_STATE(9085)] = 197388, + [SMALL_STATE(9086)] = 197396, + [SMALL_STATE(9087)] = 197404, + [SMALL_STATE(9088)] = 197412, + [SMALL_STATE(9089)] = 197420, + [SMALL_STATE(9090)] = 197428, + [SMALL_STATE(9091)] = 197436, + [SMALL_STATE(9092)] = 197444, + [SMALL_STATE(9093)] = 197452, + [SMALL_STATE(9094)] = 197460, + [SMALL_STATE(9095)] = 197468, + [SMALL_STATE(9096)] = 197476, + [SMALL_STATE(9097)] = 197484, + [SMALL_STATE(9098)] = 197492, + [SMALL_STATE(9099)] = 197500, + [SMALL_STATE(9100)] = 197508, + [SMALL_STATE(9101)] = 197516, + [SMALL_STATE(9102)] = 197524, + [SMALL_STATE(9103)] = 197532, + [SMALL_STATE(9104)] = 197540, + [SMALL_STATE(9105)] = 197548, + [SMALL_STATE(9106)] = 197556, + [SMALL_STATE(9107)] = 197564, + [SMALL_STATE(9108)] = 197572, + [SMALL_STATE(9109)] = 197580, + [SMALL_STATE(9110)] = 197588, + [SMALL_STATE(9111)] = 197596, + [SMALL_STATE(9112)] = 197604, + [SMALL_STATE(9113)] = 197612, + [SMALL_STATE(9114)] = 197620, + [SMALL_STATE(9115)] = 197628, + [SMALL_STATE(9116)] = 197636, + [SMALL_STATE(9117)] = 197644, + [SMALL_STATE(9118)] = 197652, + [SMALL_STATE(9119)] = 197660, + [SMALL_STATE(9120)] = 197668, + [SMALL_STATE(9121)] = 197676, + [SMALL_STATE(9122)] = 197684, + [SMALL_STATE(9123)] = 197692, + [SMALL_STATE(9124)] = 197700, + [SMALL_STATE(9125)] = 197708, + [SMALL_STATE(9126)] = 197716, + [SMALL_STATE(9127)] = 197724, + [SMALL_STATE(9128)] = 197732, + [SMALL_STATE(9129)] = 197740, + [SMALL_STATE(9130)] = 197748, + [SMALL_STATE(9131)] = 197756, + [SMALL_STATE(9132)] = 197764, + [SMALL_STATE(9133)] = 197772, + [SMALL_STATE(9134)] = 197780, + [SMALL_STATE(9135)] = 197788, + [SMALL_STATE(9136)] = 197796, + [SMALL_STATE(9137)] = 197804, + [SMALL_STATE(9138)] = 197812, + [SMALL_STATE(9139)] = 197820, + [SMALL_STATE(9140)] = 197828, + [SMALL_STATE(9141)] = 197836, + [SMALL_STATE(9142)] = 197844, + [SMALL_STATE(9143)] = 197852, + [SMALL_STATE(9144)] = 197860, + [SMALL_STATE(9145)] = 197868, + [SMALL_STATE(9146)] = 197876, + [SMALL_STATE(9147)] = 197884, + [SMALL_STATE(9148)] = 197892, + [SMALL_STATE(9149)] = 197900, + [SMALL_STATE(9150)] = 197908, + [SMALL_STATE(9151)] = 197916, + [SMALL_STATE(9152)] = 197924, + [SMALL_STATE(9153)] = 197932, + [SMALL_STATE(9154)] = 197940, + [SMALL_STATE(9155)] = 197948, + [SMALL_STATE(9156)] = 197956, + [SMALL_STATE(9157)] = 197964, + [SMALL_STATE(9158)] = 197972, + [SMALL_STATE(9159)] = 197980, + [SMALL_STATE(9160)] = 197988, + [SMALL_STATE(9161)] = 197996, + [SMALL_STATE(9162)] = 198004, + [SMALL_STATE(9163)] = 198012, + [SMALL_STATE(9164)] = 198020, + [SMALL_STATE(9165)] = 198028, + [SMALL_STATE(9166)] = 198036, + [SMALL_STATE(9167)] = 198044, + [SMALL_STATE(9168)] = 198052, + [SMALL_STATE(9169)] = 198060, + [SMALL_STATE(9170)] = 198068, + [SMALL_STATE(9171)] = 198076, + [SMALL_STATE(9172)] = 198084, + [SMALL_STATE(9173)] = 198092, + [SMALL_STATE(9174)] = 198100, + [SMALL_STATE(9175)] = 198108, + [SMALL_STATE(9176)] = 198116, + [SMALL_STATE(9177)] = 198124, + [SMALL_STATE(9178)] = 198132, + [SMALL_STATE(9179)] = 198140, + [SMALL_STATE(9180)] = 198148, + [SMALL_STATE(9181)] = 198156, + [SMALL_STATE(9182)] = 198164, + [SMALL_STATE(9183)] = 198172, + [SMALL_STATE(9184)] = 198180, + [SMALL_STATE(9185)] = 198188, + [SMALL_STATE(9186)] = 198196, + [SMALL_STATE(9187)] = 198204, + [SMALL_STATE(9188)] = 198212, + [SMALL_STATE(9189)] = 198220, + [SMALL_STATE(9190)] = 198228, + [SMALL_STATE(9191)] = 198236, + [SMALL_STATE(9192)] = 198244, + [SMALL_STATE(9193)] = 198252, + [SMALL_STATE(9194)] = 198260, + [SMALL_STATE(9195)] = 198268, + [SMALL_STATE(9196)] = 198276, + [SMALL_STATE(9197)] = 198284, + [SMALL_STATE(9198)] = 198292, + [SMALL_STATE(9199)] = 198300, + [SMALL_STATE(9200)] = 198308, + [SMALL_STATE(9201)] = 198316, + [SMALL_STATE(9202)] = 198324, + [SMALL_STATE(9203)] = 198332, + [SMALL_STATE(9204)] = 198340, + [SMALL_STATE(9205)] = 198348, + [SMALL_STATE(9206)] = 198356, + [SMALL_STATE(9207)] = 198364, + [SMALL_STATE(9208)] = 198372, + [SMALL_STATE(9209)] = 198380, + [SMALL_STATE(9210)] = 198388, + [SMALL_STATE(9211)] = 198396, + [SMALL_STATE(9212)] = 198404, + [SMALL_STATE(9213)] = 198412, + [SMALL_STATE(9214)] = 198420, + [SMALL_STATE(9215)] = 198428, + [SMALL_STATE(9216)] = 198436, + [SMALL_STATE(9217)] = 198444, + [SMALL_STATE(9218)] = 198452, + [SMALL_STATE(9219)] = 198460, + [SMALL_STATE(9220)] = 198468, + [SMALL_STATE(9221)] = 198476, + [SMALL_STATE(9222)] = 198484, + [SMALL_STATE(9223)] = 198492, + [SMALL_STATE(9224)] = 198500, + [SMALL_STATE(9225)] = 198508, + [SMALL_STATE(9226)] = 198516, + [SMALL_STATE(9227)] = 198524, + [SMALL_STATE(9228)] = 198532, + [SMALL_STATE(9229)] = 198540, + [SMALL_STATE(9230)] = 198548, + [SMALL_STATE(9231)] = 198556, + [SMALL_STATE(9232)] = 198564, + [SMALL_STATE(9233)] = 198572, + [SMALL_STATE(9234)] = 198580, + [SMALL_STATE(9235)] = 198588, + [SMALL_STATE(9236)] = 198596, + [SMALL_STATE(9237)] = 198604, + [SMALL_STATE(9238)] = 198612, + [SMALL_STATE(9239)] = 198620, + [SMALL_STATE(9240)] = 198628, + [SMALL_STATE(9241)] = 198636, + [SMALL_STATE(9242)] = 198644, + [SMALL_STATE(9243)] = 198652, + [SMALL_STATE(9244)] = 198660, + [SMALL_STATE(9245)] = 198668, + [SMALL_STATE(9246)] = 198676, + [SMALL_STATE(9247)] = 198684, + [SMALL_STATE(9248)] = 198692, + [SMALL_STATE(9249)] = 198700, + [SMALL_STATE(9250)] = 198708, + [SMALL_STATE(9251)] = 198716, + [SMALL_STATE(9252)] = 198724, + [SMALL_STATE(9253)] = 198732, + [SMALL_STATE(9254)] = 198740, + [SMALL_STATE(9255)] = 198748, + [SMALL_STATE(9256)] = 198756, + [SMALL_STATE(9257)] = 198764, + [SMALL_STATE(9258)] = 198772, + [SMALL_STATE(9259)] = 198780, + [SMALL_STATE(9260)] = 198788, + [SMALL_STATE(9261)] = 198796, + [SMALL_STATE(9262)] = 198804, + [SMALL_STATE(9263)] = 198812, + [SMALL_STATE(9264)] = 198820, + [SMALL_STATE(9265)] = 198828, + [SMALL_STATE(9266)] = 198836, + [SMALL_STATE(9267)] = 198844, + [SMALL_STATE(9268)] = 198852, + [SMALL_STATE(9269)] = 198860, + [SMALL_STATE(9270)] = 198868, + [SMALL_STATE(9271)] = 198876, + [SMALL_STATE(9272)] = 198884, + [SMALL_STATE(9273)] = 198892, + [SMALL_STATE(9274)] = 198900, + [SMALL_STATE(9275)] = 198908, + [SMALL_STATE(9276)] = 198916, + [SMALL_STATE(9277)] = 198924, + [SMALL_STATE(9278)] = 198932, + [SMALL_STATE(9279)] = 198940, + [SMALL_STATE(9280)] = 198948, + [SMALL_STATE(9281)] = 198956, + [SMALL_STATE(9282)] = 198964, + [SMALL_STATE(9283)] = 198972, + [SMALL_STATE(9284)] = 198980, + [SMALL_STATE(9285)] = 198988, + [SMALL_STATE(9286)] = 198996, + [SMALL_STATE(9287)] = 199004, + [SMALL_STATE(9288)] = 199012, + [SMALL_STATE(9289)] = 199020, + [SMALL_STATE(9290)] = 199028, + [SMALL_STATE(9291)] = 199036, + [SMALL_STATE(9292)] = 199044, + [SMALL_STATE(9293)] = 199052, + [SMALL_STATE(9294)] = 199060, + [SMALL_STATE(9295)] = 199068, + [SMALL_STATE(9296)] = 199076, + [SMALL_STATE(9297)] = 199084, + [SMALL_STATE(9298)] = 199092, + [SMALL_STATE(9299)] = 199100, + [SMALL_STATE(9300)] = 199108, + [SMALL_STATE(9301)] = 199116, + [SMALL_STATE(9302)] = 199124, + [SMALL_STATE(9303)] = 199132, + [SMALL_STATE(9304)] = 199140, + [SMALL_STATE(9305)] = 199148, + [SMALL_STATE(9306)] = 199156, + [SMALL_STATE(9307)] = 199164, + [SMALL_STATE(9308)] = 199172, + [SMALL_STATE(9309)] = 199180, + [SMALL_STATE(9310)] = 199188, + [SMALL_STATE(9311)] = 199196, + [SMALL_STATE(9312)] = 199204, + [SMALL_STATE(9313)] = 199212, + [SMALL_STATE(9314)] = 199220, + [SMALL_STATE(9315)] = 199228, + [SMALL_STATE(9316)] = 199236, + [SMALL_STATE(9317)] = 199244, + [SMALL_STATE(9318)] = 199252, + [SMALL_STATE(9319)] = 199260, + [SMALL_STATE(9320)] = 199268, + [SMALL_STATE(9321)] = 199276, + [SMALL_STATE(9322)] = 199284, + [SMALL_STATE(9323)] = 199292, + [SMALL_STATE(9324)] = 199300, + [SMALL_STATE(9325)] = 199308, + [SMALL_STATE(9326)] = 199316, + [SMALL_STATE(9327)] = 199324, + [SMALL_STATE(9328)] = 199332, + [SMALL_STATE(9329)] = 199340, + [SMALL_STATE(9330)] = 199348, + [SMALL_STATE(9331)] = 199356, + [SMALL_STATE(9332)] = 199364, + [SMALL_STATE(9333)] = 199372, + [SMALL_STATE(9334)] = 199380, + [SMALL_STATE(9335)] = 199388, + [SMALL_STATE(9336)] = 199396, + [SMALL_STATE(9337)] = 199404, + [SMALL_STATE(9338)] = 199412, + [SMALL_STATE(9339)] = 199420, + [SMALL_STATE(9340)] = 199428, + [SMALL_STATE(9341)] = 199436, + [SMALL_STATE(9342)] = 199444, + [SMALL_STATE(9343)] = 199452, + [SMALL_STATE(9344)] = 199460, + [SMALL_STATE(9345)] = 199468, + [SMALL_STATE(9346)] = 199476, + [SMALL_STATE(9347)] = 199484, + [SMALL_STATE(9348)] = 199492, + [SMALL_STATE(9349)] = 199500, + [SMALL_STATE(9350)] = 199508, + [SMALL_STATE(9351)] = 199516, + [SMALL_STATE(9352)] = 199524, + [SMALL_STATE(9353)] = 199532, + [SMALL_STATE(9354)] = 199540, + [SMALL_STATE(9355)] = 199548, + [SMALL_STATE(9356)] = 199556, + [SMALL_STATE(9357)] = 199564, + [SMALL_STATE(9358)] = 199572, + [SMALL_STATE(9359)] = 199580, + [SMALL_STATE(9360)] = 199588, + [SMALL_STATE(9361)] = 199596, + [SMALL_STATE(9362)] = 199604, + [SMALL_STATE(9363)] = 199612, + [SMALL_STATE(9364)] = 199620, + [SMALL_STATE(9365)] = 199628, + [SMALL_STATE(9366)] = 199636, + [SMALL_STATE(9367)] = 199644, + [SMALL_STATE(9368)] = 199652, + [SMALL_STATE(9369)] = 199660, + [SMALL_STATE(9370)] = 199668, + [SMALL_STATE(9371)] = 199676, + [SMALL_STATE(9372)] = 199684, + [SMALL_STATE(9373)] = 199692, + [SMALL_STATE(9374)] = 199700, + [SMALL_STATE(9375)] = 199708, + [SMALL_STATE(9376)] = 199716, + [SMALL_STATE(9377)] = 199724, + [SMALL_STATE(9378)] = 199732, + [SMALL_STATE(9379)] = 199740, + [SMALL_STATE(9380)] = 199748, + [SMALL_STATE(9381)] = 199756, + [SMALL_STATE(9382)] = 199764, + [SMALL_STATE(9383)] = 199772, + [SMALL_STATE(9384)] = 199780, + [SMALL_STATE(9385)] = 199788, + [SMALL_STATE(9386)] = 199796, + [SMALL_STATE(9387)] = 199804, + [SMALL_STATE(9388)] = 199812, + [SMALL_STATE(9389)] = 199820, + [SMALL_STATE(9390)] = 199828, + [SMALL_STATE(9391)] = 199836, + [SMALL_STATE(9392)] = 199844, + [SMALL_STATE(9393)] = 199852, + [SMALL_STATE(9394)] = 199860, + [SMALL_STATE(9395)] = 199868, + [SMALL_STATE(9396)] = 199876, + [SMALL_STATE(9397)] = 199884, + [SMALL_STATE(9398)] = 199892, + [SMALL_STATE(9399)] = 199900, + [SMALL_STATE(9400)] = 199908, + [SMALL_STATE(9401)] = 199916, + [SMALL_STATE(9402)] = 199924, + [SMALL_STATE(9403)] = 199932, + [SMALL_STATE(9404)] = 199940, + [SMALL_STATE(9405)] = 199948, + [SMALL_STATE(9406)] = 199956, + [SMALL_STATE(9407)] = 199964, + [SMALL_STATE(9408)] = 199972, + [SMALL_STATE(9409)] = 199980, + [SMALL_STATE(9410)] = 199988, + [SMALL_STATE(9411)] = 199996, + [SMALL_STATE(9412)] = 200004, + [SMALL_STATE(9413)] = 200012, + [SMALL_STATE(9414)] = 200020, + [SMALL_STATE(9415)] = 200028, + [SMALL_STATE(9416)] = 200036, + [SMALL_STATE(9417)] = 200044, + [SMALL_STATE(9418)] = 200052, + [SMALL_STATE(9419)] = 200060, + [SMALL_STATE(9420)] = 200068, + [SMALL_STATE(9421)] = 200076, + [SMALL_STATE(9422)] = 200084, + [SMALL_STATE(9423)] = 200092, + [SMALL_STATE(9424)] = 200100, + [SMALL_STATE(9425)] = 200108, + [SMALL_STATE(9426)] = 200116, + [SMALL_STATE(9427)] = 200124, + [SMALL_STATE(9428)] = 200132, + [SMALL_STATE(9429)] = 200140, + [SMALL_STATE(9430)] = 200148, + [SMALL_STATE(9431)] = 200156, + [SMALL_STATE(9432)] = 200164, + [SMALL_STATE(9433)] = 200172, + [SMALL_STATE(9434)] = 200180, + [SMALL_STATE(9435)] = 200188, + [SMALL_STATE(9436)] = 200196, + [SMALL_STATE(9437)] = 200204, + [SMALL_STATE(9438)] = 200212, + [SMALL_STATE(9439)] = 200220, + [SMALL_STATE(9440)] = 200228, + [SMALL_STATE(9441)] = 200236, + [SMALL_STATE(9442)] = 200244, + [SMALL_STATE(9443)] = 200252, + [SMALL_STATE(9444)] = 200260, + [SMALL_STATE(9445)] = 200268, + [SMALL_STATE(9446)] = 200276, + [SMALL_STATE(9447)] = 200284, + [SMALL_STATE(9448)] = 200292, + [SMALL_STATE(9449)] = 200300, + [SMALL_STATE(9450)] = 200308, + [SMALL_STATE(9451)] = 200316, + [SMALL_STATE(9452)] = 200324, + [SMALL_STATE(9453)] = 200332, + [SMALL_STATE(9454)] = 200340, + [SMALL_STATE(9455)] = 200348, + [SMALL_STATE(9456)] = 200356, + [SMALL_STATE(9457)] = 200364, + [SMALL_STATE(9458)] = 200372, + [SMALL_STATE(9459)] = 200380, + [SMALL_STATE(9460)] = 200388, + [SMALL_STATE(9461)] = 200396, + [SMALL_STATE(9462)] = 200404, + [SMALL_STATE(9463)] = 200412, + [SMALL_STATE(9464)] = 200420, + [SMALL_STATE(9465)] = 200428, + [SMALL_STATE(9466)] = 200436, + [SMALL_STATE(9467)] = 200444, + [SMALL_STATE(9468)] = 200452, + [SMALL_STATE(9469)] = 200460, + [SMALL_STATE(9470)] = 200468, + [SMALL_STATE(9471)] = 200476, + [SMALL_STATE(9472)] = 200484, + [SMALL_STATE(9473)] = 200492, + [SMALL_STATE(9474)] = 200500, + [SMALL_STATE(9475)] = 200508, + [SMALL_STATE(9476)] = 200516, + [SMALL_STATE(9477)] = 200524, + [SMALL_STATE(9478)] = 200532, + [SMALL_STATE(9479)] = 200540, + [SMALL_STATE(9480)] = 200548, + [SMALL_STATE(9481)] = 200556, + [SMALL_STATE(9482)] = 200564, + [SMALL_STATE(9483)] = 200572, + [SMALL_STATE(9484)] = 200580, + [SMALL_STATE(9485)] = 200588, + [SMALL_STATE(9486)] = 200596, + [SMALL_STATE(9487)] = 200604, + [SMALL_STATE(9488)] = 200612, + [SMALL_STATE(9489)] = 200620, + [SMALL_STATE(9490)] = 200628, + [SMALL_STATE(9491)] = 200636, + [SMALL_STATE(9492)] = 200644, + [SMALL_STATE(9493)] = 200652, + [SMALL_STATE(9494)] = 200660, + [SMALL_STATE(9495)] = 200668, + [SMALL_STATE(9496)] = 200676, + [SMALL_STATE(9497)] = 200684, + [SMALL_STATE(9498)] = 200692, + [SMALL_STATE(9499)] = 200700, + [SMALL_STATE(9500)] = 200708, + [SMALL_STATE(9501)] = 200716, + [SMALL_STATE(9502)] = 200724, + [SMALL_STATE(9503)] = 200732, + [SMALL_STATE(9504)] = 200740, + [SMALL_STATE(9505)] = 200748, + [SMALL_STATE(9506)] = 200756, + [SMALL_STATE(9507)] = 200764, + [SMALL_STATE(9508)] = 200772, + [SMALL_STATE(9509)] = 200780, + [SMALL_STATE(9510)] = 200788, + [SMALL_STATE(9511)] = 200796, + [SMALL_STATE(9512)] = 200804, + [SMALL_STATE(9513)] = 200812, + [SMALL_STATE(9514)] = 200820, + [SMALL_STATE(9515)] = 200828, + [SMALL_STATE(9516)] = 200836, + [SMALL_STATE(9517)] = 200844, + [SMALL_STATE(9518)] = 200852, + [SMALL_STATE(9519)] = 200860, + [SMALL_STATE(9520)] = 200868, + [SMALL_STATE(9521)] = 200876, + [SMALL_STATE(9522)] = 200884, + [SMALL_STATE(9523)] = 200892, + [SMALL_STATE(9524)] = 200900, + [SMALL_STATE(9525)] = 200908, + [SMALL_STATE(9526)] = 200916, + [SMALL_STATE(9527)] = 200924, + [SMALL_STATE(9528)] = 200932, + [SMALL_STATE(9529)] = 200940, + [SMALL_STATE(9530)] = 200948, + [SMALL_STATE(9531)] = 200956, + [SMALL_STATE(9532)] = 200964, + [SMALL_STATE(9533)] = 200972, + [SMALL_STATE(9534)] = 200980, + [SMALL_STATE(9535)] = 200988, + [SMALL_STATE(9536)] = 200996, + [SMALL_STATE(9537)] = 201004, + [SMALL_STATE(9538)] = 201012, + [SMALL_STATE(9539)] = 201020, + [SMALL_STATE(9540)] = 201028, + [SMALL_STATE(9541)] = 201036, + [SMALL_STATE(9542)] = 201044, + [SMALL_STATE(9543)] = 201052, + [SMALL_STATE(9544)] = 201060, + [SMALL_STATE(9545)] = 201068, + [SMALL_STATE(9546)] = 201076, + [SMALL_STATE(9547)] = 201084, + [SMALL_STATE(9548)] = 201092, + [SMALL_STATE(9549)] = 201100, + [SMALL_STATE(9550)] = 201108, + [SMALL_STATE(9551)] = 201116, + [SMALL_STATE(9552)] = 201124, + [SMALL_STATE(9553)] = 201132, + [SMALL_STATE(9554)] = 201140, + [SMALL_STATE(9555)] = 201148, + [SMALL_STATE(9556)] = 201156, + [SMALL_STATE(9557)] = 201164, + [SMALL_STATE(9558)] = 201172, + [SMALL_STATE(9559)] = 201180, + [SMALL_STATE(9560)] = 201188, + [SMALL_STATE(9561)] = 201196, + [SMALL_STATE(9562)] = 201204, + [SMALL_STATE(9563)] = 201212, + [SMALL_STATE(9564)] = 201220, + [SMALL_STATE(9565)] = 201228, + [SMALL_STATE(9566)] = 201236, + [SMALL_STATE(9567)] = 201244, + [SMALL_STATE(9568)] = 201252, + [SMALL_STATE(9569)] = 201260, + [SMALL_STATE(9570)] = 201268, + [SMALL_STATE(9571)] = 201276, + [SMALL_STATE(9572)] = 201284, + [SMALL_STATE(9573)] = 201292, + [SMALL_STATE(9574)] = 201300, + [SMALL_STATE(9575)] = 201308, + [SMALL_STATE(9576)] = 201316, + [SMALL_STATE(9577)] = 201324, }; static const TSParseActionEntry ts_parse_actions[] = { @@ -620267,5856 +622525,5878 @@ static const TSParseActionEntry ts_parse_actions[] = { [1] = {.entry = {.count = 1, .reusable = false}}, RECOVER(), [3] = {.entry = {.count = 1, .reusable = true}}, SHIFT_EXTRA(), [5] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 0), - [7] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4529), - [9] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9523), - [11] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6339), - [13] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1623), - [15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7425), - [17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7432), - [19] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7679), - [21] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7688), - [23] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9460), - [25] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68), - [27] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1627), - [29] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5655), - [31] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7247), - [33] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5750), - [35] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5119), - [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5114), - [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5014), - [41] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5017), - [43] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1628), - [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1390), - [47] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9452), - [49] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9451), - [51] = {.entry = {.count = 1, .reusable = false}}, SHIFT(240), - [53] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4455), - [55] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9450), - [57] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8456), - [59] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8617), - [61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1634), - [63] = {.entry = {.count = 1, .reusable = false}}, SHIFT(312), - [65] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5043), - [67] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7503), - [69] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1637), - [71] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1637), - [73] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5555), - [75] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5554), - [77] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2717), - [79] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5553), - [81] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5551), - [83] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5441), - [85] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5550), - [87] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5549), - [89] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2716), - [91] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8465), - [93] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8466), - [95] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8470), - [97] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4455), - [99] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4747), - [101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4747), - [103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5063), - [105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8079), - [107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4529), - [109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7927), - [111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2864), - [113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6358), - [115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1797), - [117] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7), - [119] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7), - [121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7686), - [123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7835), - [125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9093), - [127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), - [129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1802), - [131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5702), - [133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7208), - [135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5737), - [137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3460), - [139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3455), - [141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3410), - [143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3406), - [145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1782), - [147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1373), - [149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9320), - [151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9073), - [153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(221), - [155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2736), - [157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9003), - [159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8419), - [161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8683), - [163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1783), - [165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(255), - [167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3403), - [169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7548), - [171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1786), - [173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1786), - [175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2701), - [177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2700), - [179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8319), - [181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8321), - [183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8324), - [185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2736), - [187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2948), - [189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2948), - [191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3392), - [193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8015), - [195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2864), - [197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7932), - [199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4440), - [201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1642), - [203] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 6), - [205] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 6), - [207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7656), - [209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7594), - [211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9095), + [7] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4566), + [9] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9577), + [11] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6368), + [13] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2128), + [15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7552), + [17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7455), + [19] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7639), + [21] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7641), + [23] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9514), + [25] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64), + [27] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2324), + [29] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5728), + [31] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7265), + [33] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5765), + [35] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5087), + [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5090), + [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5067), + [41] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5066), + [43] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2321), + [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1369), + [47] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9512), + [49] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9511), + [51] = {.entry = {.count = 1, .reusable = false}}, SHIFT(223), + [53] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4470), + [55] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9510), + [57] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8534), + [59] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8652), + [61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2061), + [63] = {.entry = {.count = 1, .reusable = false}}, SHIFT(314), + [65] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5060), + [67] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7579), + [69] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1926), + [71] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1926), + [73] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5560), + [75] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5588), + [77] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2720), + [79] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5579), + [81] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5574), + [83] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5459), + [85] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5598), + [87] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5578), + [89] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2715), + [91] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8530), + [93] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8529), + [95] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8525), + [97] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4470), + [99] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4802), + [101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4802), + [103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4938), + [105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8143), + [107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4566), + [109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7941), + [111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2858), + [113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6390), + [115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2275), + [117] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 6), + [119] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 6), + [121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7864), + [123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7670), + [125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9003), + [127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76), + [129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2277), + [131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5675), + [133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7199), + [135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5745), + [137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3473), + [139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3470), + [141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3403), + [143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3402), + [145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1687), + [147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1395), + [149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9374), + [151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9125), + [153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(240), + [155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2753), + [157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9041), + [159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8379), + [161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8829), + [163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1679), + [165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(220), + [167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3401), + [169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7581), + [171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1674), + [173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1674), + [175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2712), + [177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2706), + [179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8377), + [181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8450), + [183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8378), + [185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2753), + [187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2915), + [189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2915), + [191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3400), + [193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8054), + [195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2858), + [197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7975), + [199] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7), + [201] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7), + [203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4461), + [205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2013), + [207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7658), + [209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7792), + [211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9006), [213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82), - [215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1644), - [217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5698), - [219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7322), - [221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5726), - [223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4573), - [225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4574), - [227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4572), - [229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4583), - [231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1664), - [233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1418), - [235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9310), - [237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8978), - [239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(216), - [241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4426), - [243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8950), - [245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8335), - [247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8827), - [249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1663), + [215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2023), + [217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5695), + [219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7282), + [221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5752), + [223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4593), + [225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4594), + [227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4676), + [229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4598), + [231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1899), + [233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1342), + [235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9364), + [237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8988), + [239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(248), + [241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4434), + [243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8948), + [245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8459), + [247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8735), + [249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1898), [251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(295), - [253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4566), - [255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7552), - [257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1661), - [259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1661), - [261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2706), - [263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2703), - [265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8533), - [267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8534), - [269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8535), - [271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4426), - [273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4483), - [275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4483), - [277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4570), - [279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7968), - [281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4440), - [283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7944), + [253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4600), + [255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7556), + [257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1893), + [259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1893), + [261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2694), + [263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2714), + [265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8484), + [267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8486), + [269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8489), + [271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4434), + [273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4496), + [275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4496), + [277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4605), + [279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8080), + [281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4461), + [283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7968), [285] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_while_statement, 5), [287] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_while_statement, 5), - [289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7738), - [291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7593), - [293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9289), - [295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67), - [297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5685), - [299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7345), - [301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5743), - [303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9487), - [305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5414), - [307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5408), - [309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2046), - [311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1362), - [313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9479), - [315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9026), - [317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(227), - [319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4428), - [321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8910), - [323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2347), + [289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7695), + [291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7838), + [293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9437), + [295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85), + [297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5707), + [299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7271), + [301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5746), + [303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9063), + [305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5433), + [307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5428), + [309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1808), + [311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1375), + [313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9211), + [315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9104), + [317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(232), + [319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4435), + [321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9177), + [323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1632), [325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(310), - [327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2049), - [329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2049), - [331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4428), - [333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2890), - [335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1828), - [337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7699), - [339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7820), - [341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9091), - [343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64), - [345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1829), - [347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5688), - [349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7214), - [351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5728), - [353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3457), - [355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3458), - [357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3192), - [359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3215), - [361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1869), - [363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1417), - [365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9322), - [367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9108), - [369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(248), - [371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2728), - [373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9017), - [375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8397), - [377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8707), - [379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1844), - [381] = {.entry = {.count = 1, .reusable = false}}, SHIFT(304), - [383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3140), - [385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7514), - [387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1914), - [389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1914), - [391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(752), + [327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1903), + [329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1903), + [331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4435), + [333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2837), + [335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2353), + [337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7827), + [339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7663), + [341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9001), + [343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69), + [345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2363), + [347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5685), + [349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7225), + [351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5753), + [353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3426), + [355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3428), + [357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3276), + [359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3340), + [361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1639), + [363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1393), + [365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9376), + [367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9132), + [369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(226), + [371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2760), + [373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9058), + [375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8481), + [377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8703), + [379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1640), + [381] = {.entry = {.count = 1, .reusable = false}}, SHIFT(303), + [383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3376), + [385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7445), + [387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1644), + [389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1644), + [391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(759), [393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(761), - [395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8391), - [397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8392), - [399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2728), - [401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2919), - [403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2919), - [405] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3171), - [407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8011), - [409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2890), - [411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7943), - [413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(866), - [415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1843), - [417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7578), - [419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7793), - [421] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9081), - [423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83), - [425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1845), - [427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5676), - [429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7229), - [431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5740), - [433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1194), - [435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1195), - [437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1045), - [439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1046), - [441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2278), - [443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1419), - [445] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9325), - [447] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9131), - [449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(226), - [451] = {.entry = {.count = 1, .reusable = false}}, SHIFT(767), - [453] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9066), - [455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8387), - [457] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8721), - [459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2275), - [461] = {.entry = {.count = 1, .reusable = false}}, SHIFT(260), - [463] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1047), - [465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7446), - [467] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2297), - [469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2297), - [471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(765), - [473] = {.entry = {.count = 1, .reusable = false}}, SHIFT(764), - [475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8446), - [477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8414), - [479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8413), - [481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(767), - [483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(927), - [485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(927), - [487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1050), - [489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8009), - [491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(866), - [493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7918), - [495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7581), - [497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7610), - [499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9256), - [501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73), - [503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5719), - [505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7315), - [507] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5753), - [509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4911), - [511] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4918), - [513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1937), - [515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1404), - [517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9317), - [519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9181), - [521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(245), - [523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4446), - [525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9478), - [527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2348), - [529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(303), - [531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2214), - [533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2214), - [535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4446), - [537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3263), - [539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1769), - [541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7677), - [543] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7792), - [545] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9084), - [547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75), - [549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1773), - [551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5672), - [553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7195), - [555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5735), - [557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3766), - [559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3772), - [561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3762), - [563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3781), - [565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1622), - [567] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1363), - [569] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9323), - [571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9116), - [573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(222), - [575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2891), - [577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9039), - [579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8477), - [581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8596), - [583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1621), - [585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(261), - [587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3783), - [589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7405), - [591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1620), - [593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1620), - [595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2768), - [597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2774), - [599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8445), - [601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8443), - [603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2891), - [605] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3497), - [607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3497), - [609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3799), - [611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8072), - [613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3263), - [615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7931), - [617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7572), - [619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9198), - [621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5684), - [623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7162), - [625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5745), - [627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5156), - [629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5163), - [631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2354), - [633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1387), - [635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8995), - [637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8901), - [639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2020), - [641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2020), - [643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7769), - [645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9500), - [647] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5654), - [649] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7231), - [651] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5751), - [653] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3898), - [655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3896), - [657] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2207), - [659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1385), - [661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9316), - [663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9029), - [665] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8985), - [667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2202), - [669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(262), - [671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2195), - [673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2195), - [675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7796), - [677] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9050), - [679] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5686), - [681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7230), - [683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5724), - [685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3626), - [687] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3624), - [689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2178), - [691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1339), - [693] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9309), - [695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8970), - [697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8940), - [699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2044), - [701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(323), - [703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2185), - [705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2185), - [707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7609), - [709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9254), - [711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5649), - [713] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7346), - [715] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5734), - [717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5122), - [719] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5120), - [721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2349), - [723] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1414), - [725] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9306), - [727] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8947), - [729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2343), - [731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2343), - [733] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7748), - [735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9498), - [737] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5680), - [739] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7245), - [741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5729), - [743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4016), - [745] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4019), - [747] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2078), - [749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1341), - [751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9313), - [753] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8994), - [755] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8967), - [757] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2080), - [759] = {.entry = {.count = 1, .reusable = false}}, SHIFT(264), - [761] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2081), - [763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2081), - [765] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7838), - [767] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9504), - [769] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5713), - [771] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7202), - [773] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5733), - [775] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1283), - [777] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1284), - [779] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2218), - [781] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1367), - [783] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9319), - [785] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9061), - [787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8997), - [789] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2219), - [791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(263), - [793] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2221), - [795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2221), - [797] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7827), - [799] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9038), - [801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84), - [803] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5716), - [805] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7377), - [807] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5722), - [809] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3464), - [811] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3466), - [813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2132), - [815] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1400), - [817] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9315), - [819] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9008), - [821] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2734), - [823] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2135), - [825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2135), - [827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2734), - [829] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7776), - [831] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9123), - [833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63), - [835] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5695), - [837] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7206), - [839] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5721), - [841] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4633), - [843] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4632), - [845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2290), - [847] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1379), - [849] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9299), - [851] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8917), - [853] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2296), - [855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2296), - [857] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7712), - [859] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9045), - [861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76), - [863] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5701), - [865] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7282), - [867] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5738), - [869] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5007), - [871] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5018), - [873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2162), - [875] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1347), - [877] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9311), - [879] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8984), - [881] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1611), - [883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1611), - [885] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7565), - [887] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9031), - [889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81), - [891] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5666), - [893] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7343), - [895] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5742), - [897] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1189), - [899] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1190), - [901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2004), - [903] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1399), - [905] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9324), - [907] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9121), - [909] = {.entry = {.count = 1, .reusable = false}}, SHIFT(781), - [911] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2001), - [913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2001), - [915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(781), - [917] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7737), - [919] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9035), - [921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70), - [923] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5646), - [925] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7361), - [927] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5732), - [929] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3467), - [931] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3254), - [933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2101), - [935] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1372), - [937] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9318), - [939] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9052), - [941] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2750), - [943] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2071), - [945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2071), - [947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2750), - [949] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7711), - [951] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9033), - [953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61), - [955] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5697), - [957] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7333), - [959] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5749), - [961] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3689), - [963] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3738), - [965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2288), - [967] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1413), - [969] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9321), - [971] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9098), - [973] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2871), - [975] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2280), - [977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2280), - [979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2871), - [981] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7755), - [983] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9058), - [985] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5693), - [987] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7212), - [989] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5723), - [991] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3946), - [993] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3954), - [995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1685), - [997] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1409), - [999] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9308), - [1001] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8966), - [1003] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1697), - [1005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1697), - [1007] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7710), - [1009] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9069), - [1011] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5708), - [1013] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7334), - [1015] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5746), - [1017] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4004), - [1019] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3988), - [1021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1718), - [1023] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1377), - [1025] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9307), - [1027] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8957), - [1029] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1643), - [1031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1643), - [1033] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7628), - [1035] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9041), - [1037] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5653), - [1039] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7311), - [1041] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5725), - [1043] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1274), - [1045] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1271), - [1047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2257), - [1049] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1340), - [1051] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9314), - [1053] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9000), - [1055] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2238), - [1057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2238), - [1059] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7751), - [1061] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9118), - [1063] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5682), - [1065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7166), - [1067] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5731), - [1069] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5141), - [1071] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5142), - [1073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9305), - [1075] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8939), - [1077] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7818), - [1079] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9097), - [1081] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5700), - [1083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7254), - [1085] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5748), - [1087] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5099), - [1089] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5102), - [1091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2046), - [1093] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9302), - [1095] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8928), - [1097] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7807), - [1099] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9502), - [1101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5651), - [1103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7218), - [1105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5720), - [1107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3592), - [1109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3589), - [1111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2043), - [1113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1383), - [1115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9312), - [1117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8989), - [1119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2054), - [1121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2054), - [1123] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 2), - [1125] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 1), - [1127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7716), - [1129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7614), - [1131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9157), - [1133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77), - [1135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5677), - [1137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7317), - [1139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5741), - [1141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3851), - [1143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3856), - [1145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9079), - [1147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8909), - [1149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(232), - [1151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4575), - [1153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1595), - [1155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233), - [1157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3456), - [1159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256), - [1161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3866), - [1163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(234), - [1165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1062), - [1167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), - [1169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4636), - [1171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3372), - [1173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225), - [1175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3669), - [1177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5403), - [1179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5009), - [1181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253), - [1183] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 4), - [1185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3412), - [1187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5374), - [1189] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 3), - [1191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4957), - [1193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3821), - [1195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5037), - [1197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3805), - [1199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3378), - [1201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1185), - [1203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4563), - [1205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1196), - [1207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3189), - [1209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3212), - [1211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5167), - [1213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2354), - [1215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(174), - [1217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4212), - [1219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(189), - [1221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4065), - [1223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(198), - [1225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5450), - [1227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(155), - [1229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5073), - [1231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2349), - [1233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(173), - [1235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4180), - [1237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(191), - [1239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71), - [1241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5460), - [1243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(182), - [1245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4078), - [1247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(141), - [1249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3905), - [1251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2207), - [1253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(125), - [1255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1236), - [1257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2218), - [1259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(190), - [1261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5215), - [1263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(140), - [1265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5067), - [1267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1937), - [1269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(153), - [1271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3349), - [1273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1869), - [1275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(211), - [1277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3673), - [1279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1622), - [1281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(164), - [1283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2374), - [1285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(196), - [1287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4584), - [1289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1664), - [1291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(168), - [1293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1184), - [1295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2278), - [1297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(124), - [1299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4132), - [1301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(202), - [1303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5471), - [1305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(113), - [1307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1602), - [1309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(203), - [1311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3252), - [1313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1782), - [1315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(152), - [1317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3552), - [1319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2178), - [1321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(121), - [1323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4193), - [1325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(177), - [1327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3981), - [1329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2078), - [1331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(116), - [1333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4986), - [1335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3795), - [1337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1058), - [1339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3746), - [1341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4722), - [1343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3196), - [1345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1198), - [1347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5051), - [1349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3350), - [1351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1168), - [1353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3754), - [1355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1165), - [1357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3239), - [1359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3272), - [1361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3764), - [1363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3168), - [1365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3188), - [1367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4689), - [1369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4698), - [1371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4977), - [1373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4728), - [1375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5024), - [1377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3201), - [1379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3217), - [1381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8756), - [1383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5362), - [1385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3369), - [1387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8921), - [1389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2976), - [1391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3315), - [1393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3722), - [1395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8904), - [1397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1138), - [1399] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 5), - [1401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3284), - [1403] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9024), - [1405] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_source_file_repeat3, 2), - [1407] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(4529), - [1410] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(6358), - [1413] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(1623), - [1416] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(7679), - [1419] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(7688), - [1422] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(9460), - [1425] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(68), - [1428] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(1627), - [1431] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(5655), - [1434] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(7247), - [1437] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(5750), - [1440] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(5119), - [1443] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(5114), - [1446] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(5014), - [1449] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(5017), - [1452] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(1628), - [1455] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(1390), - [1458] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(9452), - [1461] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(9451), - [1464] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(240), - [1467] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(4455), - [1470] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(9450), - [1473] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(8456), - [1476] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(8617), - [1479] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(1634), - [1482] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(312), - [1485] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(5043), - [1488] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(7503), - [1491] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(1637), - [1494] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(1637), - [1497] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(5555), - [1500] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(5554), - [1503] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(2717), - [1506] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(5553), - [1509] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(5551), - [1512] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(5441), - [1515] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(5550), - [1518] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(5549), - [1521] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(2716), - [1524] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(8465), - [1527] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(8466), - [1530] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(8470), - [1533] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(4455), - [1536] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(4747), - [1539] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(4747), - [1542] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(5063), - [1545] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(8079), - [1548] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(4529), - [1551] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(7927), - [1554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3843), - [1556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4479), - [1558] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8911), - [1560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4603), - [1562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3846), - [1564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2968), - [1566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4799), - [1568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3488), - [1570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9379), - [1572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5060), - [1574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3323), - [1576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8399), - [1578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(890), - [1580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4703), - [1582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5258), - [1584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8881), - [1586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1088), - [1588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4907), - [1590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1126), - [1592] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_jump_expression, 1), - [1594] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jump_expression, 1), - [1596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79), - [1598] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8327), - [1600] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7383), - [1602] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3391), - [1604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3391), - [1606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3347), - [1608] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_statements, 2), - [1610] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_statements, 3), - [1612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62), - [1614] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8412), - [1616] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7373), - [1618] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1053), - [1620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1053), - [1622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66), - [1624] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8439), - [1626] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7335), - [1628] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3837), - [1630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3837), - [1632] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7255), - [1634] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7160), - [1636] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7293), - [1638] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7325), - [1640] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8980), - [1642] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2133), + [395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8451), + [397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8365), + [399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2760), + [401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2967), + [403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2967), + [405] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3389), + [407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8118), + [409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2837), + [411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7960), + [413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7784), + [415] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7706), + [417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9522), + [419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), + [421] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5723), + [423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7278), + [425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5741), + [427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4987), + [429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4999), + [431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2285), + [433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1365), + [435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9371), + [437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9060), + [439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(217), + [441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4467), + [443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9210), + [445] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1986), + [447] = {.entry = {.count = 1, .reusable = false}}, SHIFT(298), + [449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1801), + [451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1801), + [453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4467), + [455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3382), + [457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2203), + [459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7733), + [461] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7676), + [463] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8999), + [465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73), + [467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2206), + [469] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5684), + [471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7215), + [473] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5744), + [475] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3811), + [477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3801), + [479] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3755), + [481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3757), + [483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1824), + [485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1379), + [487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9377), + [489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9136), + [491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(239), + [493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2895), + [495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9062), + [497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8499), + [499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8682), + [501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1816), + [503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(261), + [505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3764), + [507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7471), + [509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1807), + [511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1807), + [513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2794), + [515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2779), + [517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8577), + [519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8583), + [521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8586), + [523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2895), + [525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3499), + [527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3499), + [529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3792), + [531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8153), + [533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3382), + [535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7952), + [537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(843), + [539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2107), + [541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7687), + [543] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7652), + [545] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8997), + [547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77), + [549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2074), + [551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5678), + [553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7252), + [555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5747), + [557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1144), + [559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1145), + [561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1121), + [563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1117), + [565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1696), + [567] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1377), + [569] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9379), + [571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9146), + [573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(254), + [575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(765), + [577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9105), + [579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8435), + [581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8754), + [583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1697), + [585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(260), + [587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1114), + [589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7534), + [591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1703), + [593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1703), + [595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(760), + [597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(758), + [599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8433), + [601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8437), + [603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(765), + [605] = {.entry = {.count = 1, .reusable = false}}, SHIFT(920), + [607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(920), + [609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1110), + [611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8069), + [613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(843), + [615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7970), + [617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7711), + [619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9558), + [621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5721), + [623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7277), + [625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5766), + [627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1258), + [629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1260), + [631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2201), + [633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1407), + [635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9373), + [637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9096), + [639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9025), + [641] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2200), + [643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(264), + [645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2198), + [647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2198), + [649] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7745), + [651] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9554), + [653] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5705), + [655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7364), + [657] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5738), + [659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3928), + [661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3927), + [663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2289), + [665] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1403), + [667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9370), + [669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9056), + [671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8995), + [673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2283), + [675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(262), + [677] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2261), + [679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2261), + [681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7777), + [683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9196), + [685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5665), + [687] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7363), + [689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5763), + [691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3545), + [693] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3601), + [695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2258), + [697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1400), + [699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9363), + [701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8980), + [703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9004), + [705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2060), + [707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(317), + [709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2247), + [711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2247), + [713] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7727), + [715] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9525), + [717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5726), + [719] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7298), + [721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5742), + [723] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5098), + [725] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5099), + [727] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1635), + [729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1394), + [731] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9360), + [733] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8947), + [735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1630), + [737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1630), + [739] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7765), + [741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9552), + [743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5677), + [745] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7317), + [747] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5748), + [749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4022), + [751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4012), + [753] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1735), + [755] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1345), + [757] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9367), + [759] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9022), + [761] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8975), + [763] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1773), + [765] = {.entry = {.count = 1, .reusable = false}}, SHIFT(263), + [767] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1786), + [769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1786), + [771] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7754), + [773] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9380), + [775] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5667), + [777] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7366), + [779] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5755), + [781] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5146), + [783] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5149), + [785] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1981), + [787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1351), + [789] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8987), + [791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9301), + [793] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1665), + [795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1665), + [797] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7810), + [799] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9286), + [801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63), + [803] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5731), + [805] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7389), + [807] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5759), + [809] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4692), + [811] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4739), + [813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1913), + [815] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1392), + [817] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9353), + [819] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9144), + [821] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1897), + [823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1897), + [825] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7857), + [827] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9166), + [829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72), + [831] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5669), + [833] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7380), + [835] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5764), + [837] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3404), + [839] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3406), + [841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2349), + [843] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1376), + [845] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9369), + [847] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9046), + [849] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2727), + [851] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2339), + [853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2339), + [855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2727), + [857] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7806), + [859] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9161), + [861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80), + [863] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5710), + [865] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7365), + [867] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5736), + [869] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3754), + [871] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3753), + [873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2134), + [875] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1397), + [877] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9375), + [879] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9129), + [881] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2836), + [883] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2143), + [885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2143), + [887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2836), + [889] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7841), + [891] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9157), + [893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74), + [895] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5658), + [897] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7415), + [899] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5762), + [901] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1042), + [903] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1046), + [905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2281), + [907] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1417), + [909] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9378), + [911] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9139), + [913] = {.entry = {.count = 1, .reusable = false}}, SHIFT(777), + [915] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2340), + [917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2340), + [919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(777), + [921] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7723), + [923] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9172), + [925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70), + [927] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5683), + [929] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7295), + [931] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5737), + [933] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5009), + [935] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5007), + [937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1922), + [939] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1382), + [941] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9365), + [943] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8994), + [945] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1988), + [947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1988), + [949] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7865), + [951] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9163), + [953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75), + [955] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5681), + [957] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7270), + [959] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5743), + [961] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3449), + [963] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3469), + [965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1822), + [967] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1415), + [969] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9372), + [971] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9068), + [973] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2743), + [975] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1868), + [977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1868), + [979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2743), + [981] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7599), + [983] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9168), + [985] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5660), + [987] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7200), + [989] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5749), + [991] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1254), + [993] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1256), + [995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2136), + [997] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1371), + [999] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9368), + [1001] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9057), + [1003] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2117), + [1005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2117), + [1007] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7852), + [1009] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9231), + [1011] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5690), + [1013] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7303), + [1015] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5740), + [1017] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4036), + [1019] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4037), + [1021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2296), + [1023] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1408), + [1025] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9361), + [1027] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8962), + [1029] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2362), + [1031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2362), + [1033] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7803), + [1035] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9013), + [1037] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5716), + [1039] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7312), + [1041] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5734), + [1043] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5174), + [1045] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5173), + [1047] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9359), + [1049] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9020), + [1051] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7628), + [1053] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9258), + [1055] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5701), + [1057] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7338), + [1059] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5760), + [1061] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5138), + [1063] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5135), + [1065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1808), + [1067] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9356), + [1069] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9081), + [1071] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7822), + [1073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9223), + [1075] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5714), + [1077] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7193), + [1079] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5767), + [1081] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3949), + [1083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3948), + [1085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1699), + [1087] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1367), + [1089] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9362), + [1091] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8970), + [1093] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1711), + [1095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1711), + [1097] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7716), + [1099] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9556), + [1101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5717), + [1103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7284), + [1105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5761), + [1107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3549), + [1109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3572), + [1111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2059), + [1113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1389), + [1115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9366), + [1117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9010), + [1119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2070), + [1121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2070), + [1123] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 1), + [1125] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 2), + [1127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7855), + [1129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7617), + [1131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9324), + [1133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61), + [1135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5719), + [1137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7205), + [1139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5754), + [1141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3802), + [1143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3846), + [1145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9133), + [1147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9070), + [1149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(229), + [1151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4617), + [1153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1575), + [1155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225), + [1157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4981), + [1159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247), + [1161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3461), + [1163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(228), + [1165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3852), + [1167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4589), + [1169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4903), + [1171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3832), + [1173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213), + [1175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3386), + [1177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233), + [1179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1085), + [1181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), + [1183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3398), + [1185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5036), + [1187] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 4), + [1189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3213), + [1191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3805), + [1193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1093), + [1195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3438), + [1197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3338), + [1199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1083), + [1201] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 3), + [1203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3877), + [1205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4591), + [1207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5301), + [1209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5416), + [1211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84), + [1213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2399), + [1215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(210), + [1217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1552), + [1219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(142), + [1221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4918), + [1223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2285), + [1225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(153), + [1227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1079), + [1229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1696), + [1231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(139), + [1233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5485), + [1235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(190), + [1237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5218), + [1239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(192), + [1241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5147), + [1243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1981), + [1245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(196), + [1247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5473), + [1249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(186), + [1251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3950), + [1253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2289), + [1255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(134), + [1257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1236), + [1259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2201), + [1261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(154), + [1263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4203), + [1265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(177), + [1267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4172), + [1269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(180), + [1271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3622), + [1273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2258), + [1275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(202), + [1277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4011), + [1279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1735), + [1281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(152), + [1283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4229), + [1285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(212), + [1287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4086), + [1289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(129), + [1291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5120), + [1293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1635), + [1295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(178), + [1297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3131), + [1299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1639), + [1301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(161), + [1303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3366), + [1305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1687), + [1307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(114), + [1309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3838), + [1311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1824), + [1313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(126), + [1315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4693), + [1317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1899), + [1319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(117), + [1321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4138), + [1323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(124), + [1325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4043), + [1327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(169), + [1329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5453), + [1331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(171), + [1333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3241), + [1335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3367), + [1337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4595), + [1339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4599), + [1341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4625), + [1343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3394), + [1345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4725), + [1347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3258), + [1349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3781), + [1351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3199), + [1353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3747), + [1355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3683), + [1357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3763), + [1359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3450), + [1361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5367), + [1363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3348), + [1365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3245), + [1367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1184), + [1369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1199), + [1371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1152), + [1373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5025), + [1375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5065), + [1377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5080), + [1379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5048), + [1381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1196), + [1383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8722), + [1385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3708), + [1387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1095), + [1389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3746), + [1391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3316), + [1393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9269), + [1395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4476), + [1397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3497), + [1399] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_jump_expression, 1), + [1401] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jump_expression, 1), + [1403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67), + [1405] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8382), + [1407] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7310), + [1409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3393), + [1411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3393), + [1413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9462), + [1415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4666), + [1417] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_source_file_repeat3, 2), + [1419] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(4566), + [1422] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(6390), + [1425] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(2128), + [1428] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(7639), + [1431] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(7641), + [1434] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(9514), + [1437] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(64), + [1440] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(2324), + [1443] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(5728), + [1446] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(7265), + [1449] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(5765), + [1452] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(5087), + [1455] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(5090), + [1458] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(5067), + [1461] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(5066), + [1464] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(2321), + [1467] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(1369), + [1470] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(9512), + [1473] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(9511), + [1476] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(223), + [1479] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(4470), + [1482] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(9510), + [1485] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(8534), + [1488] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(8652), + [1491] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(2061), + [1494] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(314), + [1497] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(5060), + [1500] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(7579), + [1503] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(1926), + [1506] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(1926), + [1509] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(5560), + [1512] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(5588), + [1515] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(2720), + [1518] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(5579), + [1521] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(5574), + [1524] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(5459), + [1527] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(5598), + [1530] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(5578), + [1533] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(2715), + [1536] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(8530), + [1539] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(8529), + [1542] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(8525), + [1545] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(4470), + [1548] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(4802), + [1551] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(4802), + [1554] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(4938), + [1557] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(8143), + [1560] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(4566), + [1563] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(7941), + [1566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3380), + [1568] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9174), + [1570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8844), + [1572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3724), + [1574] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9151), + [1576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3300), + [1578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3331), + [1580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2955), + [1582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5352), + [1584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(940), + [1586] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9122), + [1588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8347), + [1590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4988), + [1592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4771), + [1594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4727), + [1596] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 5), + [1598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4970), + [1600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1096), + [1602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3137), + [1604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1051), + [1606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2968), + [1608] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_statements, 3), + [1610] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_statements, 2), + [1612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68), + [1614] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8429), + [1616] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7218), + [1618] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1108), + [1620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1108), + [1622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65), + [1624] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8330), + [1626] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7313), + [1628] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3819), + [1630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3819), + [1632] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7343), + [1634] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7307), + [1636] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7213), + [1638] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7283), + [1640] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8989), + [1642] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2345), [1644] = {.entry = {.count = 1, .reusable = false}}, SHIFT(265), - [1646] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7225), - [1648] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9056), - [1650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2003), + [1646] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7360), + [1648] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9074), + [1650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2348), [1652] = {.entry = {.count = 1, .reusable = false}}, SHIFT(266), - [1654] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7295), - [1656] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9010), - [1658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2283), + [1654] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7323), + [1656] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9009), + [1658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2330), [1660] = {.entry = {.count = 1, .reusable = false}}, SHIFT(267), - [1662] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7332), - [1664] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8929), - [1666] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1687), + [1662] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7232), + [1664] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9076), + [1666] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1701), [1668] = {.entry = {.count = 1, .reusable = false}}, SHIFT(268), - [1670] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7336), - [1672] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8971), - [1674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2252), + [1670] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7341), + [1672] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9143), + [1674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2334), [1676] = {.entry = {.count = 1, .reusable = false}}, SHIFT(269), - [1678] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7173), - [1680] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8918), - [1682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1717), + [1678] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7321), + [1680] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8981), + [1682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2129), [1684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(270), - [1686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3796), - [1688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6356), - [1690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1850), - [1692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5925), - [1694] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_declaration, 4), - [1696] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_declaration, 4), - [1698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1481), - [1700] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4197), - [1702] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2164), - [1704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7331), - [1706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(488), - [1708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1106), - [1710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1104), - [1712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2129), - [1714] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8712), - [1716] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2134), - [1718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2258), - [1720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2248), - [1722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2246), - [1724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2244), - [1726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7331), - [1728] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2231), - [1730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2231), - [1732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2164), - [1734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2134), - [1736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5923), - [1738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5923), - [1740] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2130), - [1742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5925), - [1744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1081), - [1746] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4423), - [1748] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4424), - [1750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3796), - [1752] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_declaration, 8), - [1754] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_declaration, 8), - [1756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(516), - [1758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(510), - [1760] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3296), - [1762] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3298), - [1764] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_declaration, 5), - [1766] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_declaration, 5), - [1768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(508), - [1770] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_declaration, 7), - [1772] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_declaration, 7), - [1774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(509), - [1776] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_declaration, 6), - [1778] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_declaration, 6), - [1780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(483), - [1782] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_declaration, 9), - [1784] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_declaration, 9), - [1786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(498), - [1788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(499), - [1790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(503), - [1792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(506), - [1794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(485), - [1796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(514), - [1798] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2233), - [1800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(574), - [1802] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3571), - [1804] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3570), - [1806] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2239), - [1808] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2234), - [1810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2224), - [1812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2226), - [1814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2229), - [1816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2230), - [1818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2232), - [1820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2232), - [1822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2233), - [1824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2234), - [1826] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2236), - [1828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(598), - [1830] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1252), - [1832] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1253), - [1834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(608), - [1836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(601), - [1838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(596), - [1840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(583), - [1842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(604), - [1844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(543), - [1846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(602), - [1848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(579), - [1850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(571), - [1852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(549), + [1686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3789), + [1688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6389), + [1690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1815), + [1692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6289), + [1694] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_declaration, 5), + [1696] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_declaration, 5), + [1698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1503), + [1700] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4199), + [1702] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1714), + [1704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7292), + [1706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(505), + [1708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3290), + [1710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3289), + [1712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1721), + [1714] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8778), + [1716] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1717), + [1718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1704), + [1720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1705), + [1722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1706), + [1724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1709), + [1726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7292), + [1728] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1710), + [1730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1710), + [1732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1714), + [1734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1717), + [1736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6288), + [1738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6288), + [1740] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1718), + [1742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6289), + [1744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1135), + [1746] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4432), + [1748] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4431), + [1750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3789), + [1752] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_declaration, 6), + [1754] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_declaration, 6), + [1756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(512), + [1758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(487), + [1760] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1041), + [1762] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1077), + [1764] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_declaration, 7), + [1766] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_declaration, 7), + [1768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(514), + [1770] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_declaration, 8), + [1772] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_declaration, 8), + [1774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(484), + [1776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(503), + [1778] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_declaration, 9), + [1780] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_declaration, 9), + [1782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(506), + [1784] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_declaration, 4), + [1786] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_declaration, 4), + [1788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(498), + [1790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(491), + [1792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(504), + [1794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(483), + [1796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(510), + [1798] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2187), + [1800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(605), + [1802] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1275), + [1804] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1276), + [1806] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2151), + [1808] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2185), + [1810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2196), + [1812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2195), + [1814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2193), + [1816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2192), + [1818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2189), + [1820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2189), + [1822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2187), + [1824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2185), + [1826] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2184), + [1828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(608), + [1830] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3635), + [1832] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3547), + [1834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(604), + [1836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(575), + [1838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(547), + [1840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(550), + [1842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(560), + [1844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(557), + [1846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(576), + [1848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(590), + [1850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(565), + [1852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(561), [1854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58), - [1856] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8532), - [1858] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7170), - [1860] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4639), - [1862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4639), - [1864] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1991), - [1866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(660), - [1868] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1579), - [1870] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1578), - [1872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1986), - [1874] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1990), - [1876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1999), - [1878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1998), - [1880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1997), - [1882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1996), - [1884] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1995), - [1886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1995), - [1888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1991), - [1890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1990), - [1892] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1987), - [1894] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1986), - [1896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(694), - [1898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4045), - [1900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4081), - [1902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(697), - [1904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(692), - [1906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(677), - [1908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(674), - [1910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(695), - [1912] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8536), - [1914] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7175), - [1916] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4941), - [1918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4941), - [1920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85), - [1922] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8394), - [1924] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7171), - [1926] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3231), - [1928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3231), - [1930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(698), - [1932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(663), - [1934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(673), - [1936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(685), - [1938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(665), - [1940] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7174), - [1942] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2000), - [1944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(721), - [1946] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2383), - [1948] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2384), - [1950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1930), - [1952] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1968), - [1954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2105), - [1956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2104), - [1958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2102), - [1960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2099), - [1962] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2018), - [1964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2018), - [1966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2000), - [1968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1968), - [1970] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1946), - [1972] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1930), - [1974] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7207), - [1976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(730), - [1978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(742), - [1980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(731), - [1982] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4146), - [1984] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4144), - [1986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2696), - [1988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5345), - [1990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5318), - [1992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2698), + [1856] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8329), + [1858] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7296), + [1860] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4606), + [1862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4606), + [1864] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2313), + [1866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(689), + [1868] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1560), + [1870] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1561), + [1872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2301), + [1874] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2311), + [1876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2336), + [1878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2328), + [1880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2327), + [1882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2317), + [1884] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2315), + [1886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2315), + [1888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2313), + [1890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2311), + [1892] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2308), + [1894] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2301), + [1896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(678), + [1898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4055), + [1900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4054), + [1902] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8495), + [1904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7346), + [1906] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4931), + [1908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4931), + [1910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(660), + [1912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(693), + [1914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(688), + [1916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(679), + [1918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60), + [1920] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8418), + [1922] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7362), + [1924] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3399), + [1926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3399), + [1928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(697), + [1930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(687), + [1932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(676), + [1934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(671), + [1936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(695), + [1938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(682), + [1940] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7374), + [1942] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2015), + [1944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2695), + [1946] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5380), + [1948] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5376), + [1950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1948), + [1952] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1967), + [1954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2046), + [1956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2040), + [1958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2039), + [1960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2024), + [1962] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2016), + [1964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2016), + [1966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2015), + [1968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1967), + [1970] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1961), + [1972] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1948), + [1974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2702), + [1976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(750), + [1978] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4127), + [1980] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4129), + [1982] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7327), + [1984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(738), + [1986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2420), + [1988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2419), + [1990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2704), + [1992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7274), [1994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2693), - [1996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2710), - [1998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(713), - [2000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(741), - [2002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(718), - [2004] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7314), - [2006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(719), - [2008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(727), - [2010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(734), - [2012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2697), - [2014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(720), - [2016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(740), - [2018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2711), - [2020] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7290), - [2022] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9025), - [2024] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2291), + [1996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(712), + [1998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2705), + [2000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(745), + [2002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(734), + [2004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2698), + [2006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(747), + [2008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(711), + [2010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(724), + [2012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(736), + [2014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(727), + [2016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(731), + [2018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(739), + [2020] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7306), + [2022] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9152), + [2024] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1904), [2026] = {.entry = {.count = 1, .reusable = false}}, SHIFT(331), - [2028] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2890), - [2031] = {.entry = {.count = 3, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(6358), - [2035] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1828), + [2028] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(843), + [2031] = {.entry = {.count = 3, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(6390), + [2035] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2107), [2038] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_modifiers_repeat1, 1), - [2040] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(85), - [2043] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1829), - [2046] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(8394), - [2050] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(7314), - [2054] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(2890), - [2058] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(3192), - [2061] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(3215), - [2064] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2178), - [2067] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2185), + [2040] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(68), + [2043] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2074), + [2046] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(8429), + [2050] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(7321), + [2054] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(843), + [2058] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1121), + [2061] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1117), + [2064] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2136), + [2067] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2117), [2070] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), - [2072] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(3231), - [2075] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8940), - [2078] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8397), - [2081] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8707), - [2084] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2044), - [2087] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(323), - [2090] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(3140), - [2093] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7514), - [2096] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2185), - [2099] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8465), - [2102] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8391), - [2105] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8392), - [2108] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(3231), - [2111] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2919), - [2114] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2919), - [2117] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(3171), - [2120] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8011), - [2123] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2890), - [2126] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7943), - [2129] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(3263), - [2132] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1769), - [2135] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(66), - [2138] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1773), - [2141] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(8439), - [2145] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(7295), - [2149] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(3263), - [2153] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(3762), - [2156] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(3781), - [2159] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2288), - [2162] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2280), - [2165] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(3837), - [2168] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(9010), - [2171] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8477), - [2174] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8596), + [2072] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1108), + [2075] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8981), + [2078] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8435), + [2081] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8754), + [2084] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2129), + [2087] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(270), + [2090] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1114), + [2093] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7534), + [2096] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2117), + [2099] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8577), + [2102] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8433), + [2105] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8437), + [2108] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1108), + [2111] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(920), + [2114] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(920), + [2117] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1110), + [2120] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8069), + [2123] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(843), + [2126] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7970), + [2129] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2858), + [2132] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2275), + [2135] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(67), + [2138] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2277), + [2141] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(8382), + [2145] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(7343), + [2149] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(2858), + [2153] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(3403), + [2156] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(3402), + [2159] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2289), + [2162] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2261), + [2165] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(3393), + [2168] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8995), + [2171] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8379), + [2174] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8829), [2177] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2283), - [2180] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(267), - [2183] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(3783), - [2186] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7405), - [2189] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2280), - [2192] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8446), - [2195] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8445), - [2198] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8443), - [2201] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(3837), - [2204] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(3497), - [2207] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(3497), - [2210] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(3799), - [2213] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8072), - [2216] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(3263), - [2219] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7931), - [2222] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2864), - [2225] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1797), - [2228] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(79), - [2231] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1802), - [2234] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(8327), - [2238] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(7383), - [2242] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(2864), - [2246] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(3410), - [2249] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(3406), - [2252] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1782), - [2255] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1786), - [2258] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(3391), - [2261] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(9003), - [2264] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8419), - [2267] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8683), - [2270] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1783), - [2273] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(255), - [2276] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(3403), - [2279] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7548), - [2282] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1786), - [2285] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8319), - [2288] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8321), - [2291] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8324), - [2294] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(3391), - [2297] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2948), - [2300] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2948), - [2303] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(3392), - [2306] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8015), - [2309] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2864), - [2312] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7932), - [2315] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(7335), - [2319] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1622), - [2322] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1620), - [2325] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(9039), - [2328] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1621), - [2331] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(261), - [2334] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1620), - [2337] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(866), - [2340] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1843), - [2343] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(62), - [2346] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1845), - [2349] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(8412), - [2353] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(7225), - [2357] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(866), - [2361] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1045), - [2364] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1046), - [2367] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2004), - [2370] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2001), - [2373] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1053), - [2376] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(9056), - [2379] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8387), - [2382] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8721), - [2385] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2003), - [2388] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(266), - [2391] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1047), - [2394] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7446), - [2397] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2001), - [2400] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8414), - [2403] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8413), - [2406] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1053), - [2409] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(927), - [2412] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(927), - [2415] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1050), - [2418] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8009), - [2421] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(866), - [2424] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7918), - [2427] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(4440), - [2430] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1642), - [2433] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(58), - [2436] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1644), - [2439] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(8532), - [2443] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(7174), - [2447] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(4440), - [2451] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(4572), - [2454] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(4583), - [2457] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2349), - [2460] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2343), - [2463] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(4639), - [2466] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8910), - [2469] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8335), - [2472] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8827), - [2475] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2347), - [2478] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(310), - [2481] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(4566), - [2484] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7552), - [2487] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2343), - [2490] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8533), - [2493] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8534), - [2496] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8535), - [2499] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(4639), - [2502] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(4483), - [2505] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(4483), - [2508] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(4570), - [2511] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7968), - [2514] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(4440), - [2517] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7944), - [2520] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(4529), - [2523] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1623), - [2526] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(68), - [2529] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1627), - [2532] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(8536), - [2536] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(7355), - [2540] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(4529), - [2544] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(5014), - [2547] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(5017), - [2550] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1628), - [2553] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1637), - [2556] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(4941), - [2559] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(9082), - [2562] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8456), - [2565] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8617), - [2568] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2017), - [2571] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(402), - [2574] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(5043), - [2577] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7503), - [2580] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1637), - [2583] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8466), - [2586] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8470), - [2589] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(4941), - [2592] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(4747), - [2595] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(4747), - [2598] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(5063), - [2601] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8079), - [2604] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(4529), - [2607] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7927), - [2610] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(7336), - [2614] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2257), - [2617] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2238), - [2620] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8971), - [2623] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2252), - [2626] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(269), - [2629] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2238), - [2632] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(7160), - [2636] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2218), - [2639] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2221), - [2642] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8997), - [2645] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2219), - [2648] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(263), - [2651] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2221), - [2654] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(7325), - [2658] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2132), - [2661] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2135), - [2664] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8980), - [2667] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2133), - [2670] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(265), - [2673] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2135), - [2676] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(7351), - [2680] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2046), - [2683] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2049), - [2686] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8903), - [2689] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2047), - [2692] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(377), - [2695] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2049), - [2698] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(7255), - [2702] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2207), - [2705] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2195), - [2708] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8985), - [2711] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2202), - [2714] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(262), - [2717] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2195), - [2720] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(7293), - [2724] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2078), - [2727] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2081), - [2730] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8967), - [2733] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2080), - [2736] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(264), - [2739] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2081), - [2742] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(7290), - [2746] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2290), - [2749] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2296), - [2752] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(9025), - [2755] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2291), - [2758] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(331), - [2761] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2296), - [2764] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(7207), - [2768] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2354), - [2771] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2020), - [2774] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(9450), - [2777] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1634), - [2780] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(312), - [2783] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2020), - [2786] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(7373), - [2790] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2278), - [2793] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2297), - [2796] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(9066), - [2799] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2275), - [2802] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(260), - [2805] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2297), - [2808] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(7173), - [2812] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1718), - [2815] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1643), - [2818] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8918), - [2821] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1717), - [2824] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(270), - [2827] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1643), - [2830] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(7236), - [2834] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2043), - [2837] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2054), - [2840] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8959), - [2843] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2182), - [2846] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(398), - [2849] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2054), - [2852] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(7332), - [2856] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1685), - [2859] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1697), - [2862] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8929), - [2865] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1687), - [2868] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(268), - [2871] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1697), - [2874] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(7175), - [2878] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1937), - [2881] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2214), - [2884] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(9478), - [2887] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2348), - [2890] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(303), - [2893] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2214), - [2896] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(7170), - [2900] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1664), - [2903] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1661), - [2906] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8950), - [2909] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1663), - [2912] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(295), - [2915] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1661), - [2918] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(7262), - [2922] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2162), - [2925] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1611), - [2928] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(9258), - [2931] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2355), - [2934] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(360), - [2937] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1611), - [2940] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(7246), - [2944] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2101), - [2947] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2071), - [2950] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8990), - [2953] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2100), - [2956] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(367), - [2959] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2071), - [2962] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(7171), - [2966] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1869), - [2969] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1914), - [2972] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(9017), - [2975] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1844), - [2978] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(304), - [2981] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1914), - [2984] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_range_expression, 3), - [2986] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_expression, 3), - [2988] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_range_expression, 3), SHIFT(4197), - [2991] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conjunction_expression, 3), - [2993] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conjunction_expression, 3), - [2995] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_equality_expression, 3), - [2997] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_equality_expression, 3), - [2999] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_spread_expression, 2), - [3001] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_spread_expression, 2), - [3003] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7262), - [3005] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9258), - [3007] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2355), - [3009] = {.entry = {.count = 1, .reusable = false}}, SHIFT(360), - [3011] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_disjunction_expression, 3), - [3013] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_disjunction_expression, 3), - [3015] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_explicit_delegation, 3), - [3017] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_explicit_delegation, 3), - [3019] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_body, 2), - [3021] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_body, 2), - [3023] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_comparison_expression, 3), - [3025] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_comparison_expression, 3), - [3027] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_check_expression, 3), - [3029] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_check_expression, 3), - [3031] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_check_expression, 3), SHIFT(4197), - [3034] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_additive_expression, 3), - [3036] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_additive_expression, 3), - [3038] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_additive_expression, 3), SHIFT(4197), - [3041] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7246), - [3043] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8990), - [3045] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2100), - [3047] = {.entry = {.count = 1, .reusable = false}}, SHIFT(367), - [3049] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jump_expression, 2), - [3051] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_jump_expression, 2), - [3053] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assignment, 3), - [3055] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment, 3), - [3057] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_prefix_expression, 2), - [3059] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_prefix_expression, 2), - [3061] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statement, 2), - [3063] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statement, 2), - [3065] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_multiplicative_expression, 3), - [3067] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_multiplicative_expression, 3), - [3069] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_multiplicative_expression, 3), SHIFT(4197), - [3072] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statement, 1), - [3074] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statement, 1), - [3076] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_infix_expression, 3), - [3078] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_infix_expression, 3), - [3080] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_infix_expression, 3), SHIFT(4197), - [3083] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_elvis_expression, 3), - [3085] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_elvis_expression, 3), - [3087] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_elvis_expression, 3), SHIFT(4197), - [3090] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_delegate, 2), - [3092] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_delegate, 2), - [3094] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7351), - [3096] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8903), - [3098] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2047), + [2180] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(262), + [2183] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(3401), + [2186] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7581), + [2189] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2261), + [2192] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8377), + [2195] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8450), + [2198] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8378), + [2201] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(3393), + [2204] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2915), + [2207] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2915), + [2210] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(3400), + [2213] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8054), + [2216] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2858), + [2219] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7975), + [2222] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(7360), + [2226] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2281), + [2229] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2340), + [2232] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(9074), + [2235] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2348), + [2238] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(266), + [2241] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2340), + [2244] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(4566), + [2247] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2128), + [2250] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(64), + [2253] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2324), + [2256] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(8495), + [2260] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(7226), + [2264] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(4566), + [2268] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(5067), + [2271] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(5066), + [2274] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1922), + [2277] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1988), + [2280] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(4931), + [2283] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(9520), + [2286] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8534), + [2289] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8652), + [2292] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1658), + [2295] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(376), + [2298] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(5060), + [2301] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7579), + [2304] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1988), + [2307] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8530), + [2310] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8529), + [2313] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8525), + [2316] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(4931), + [2319] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(4802), + [2322] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(4802), + [2325] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(4938), + [2328] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8143), + [2331] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(4566), + [2334] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7941), + [2337] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(4461), + [2340] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2013), + [2343] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(58), + [2346] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2023), + [2349] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(8329), + [2353] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(7374), + [2357] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(4461), + [2361] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(4676), + [2364] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(4598), + [2367] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1635), + [2370] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1630), + [2373] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(4606), + [2376] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(9177), + [2379] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8459), + [2382] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8735), + [2385] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1632), + [2388] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(310), + [2391] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(4600), + [2394] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7556), + [2397] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1630), + [2400] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8484), + [2403] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8486), + [2406] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8489), + [2409] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(4606), + [2412] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(4496), + [2415] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(4496), + [2418] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(4605), + [2421] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8080), + [2424] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(4461), + [2427] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7968), + [2430] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2837), + [2433] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2353), + [2436] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(60), + [2439] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2363), + [2442] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(8418), + [2446] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(7396), + [2450] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(2837), + [2454] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(3276), + [2457] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(3340), + [2460] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2059), + [2463] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2070), + [2466] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(3399), + [2469] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8953), + [2472] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8481), + [2475] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8703), + [2478] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2252), + [2481] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(401), + [2484] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(3376), + [2487] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7445), + [2490] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2070), + [2493] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8451), + [2496] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8365), + [2499] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(3399), + [2502] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2967), + [2505] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2967), + [2508] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(3389), + [2511] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8118), + [2514] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2837), + [2517] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7960), + [2520] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(7266), + [2524] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2321), + [2527] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1926), + [2530] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(9150), + [2533] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1673), + [2536] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(399), + [2539] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1926), + [2542] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(7306), + [2546] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1913), + [2549] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1897), + [2552] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(9152), + [2555] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1904), + [2558] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(331), + [2561] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1897), + [2564] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(7232), + [2568] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1699), + [2571] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1711), + [2574] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(9076), + [2577] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1701), + [2580] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(268), + [2583] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1711), + [2586] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(7213), + [2590] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2201), + [2593] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2198), + [2596] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(9025), + [2599] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2200), + [2602] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(264), + [2605] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2198), + [2608] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(7218), + [2612] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1696), + [2615] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1703), + [2618] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(9105), + [2621] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1697), + [2624] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(260), + [2627] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1703), + [2630] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(7346), + [2634] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2285), + [2637] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1801), + [2640] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(9210), + [2643] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1986), + [2646] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(298), + [2649] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1801), + [2652] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(7296), + [2656] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1899), + [2659] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1893), + [2662] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8948), + [2665] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1898), + [2668] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(295), + [2671] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1893), + [2674] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(7310), + [2678] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1687), + [2681] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1674), + [2684] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(9041), + [2687] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1679), + [2690] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(220), + [2693] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1674), + [2696] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(3382), + [2699] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2203), + [2702] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(65), + [2705] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2206), + [2708] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(8330), + [2712] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(7307), + [2716] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(3382), + [2720] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(3755), + [2723] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(3757), + [2726] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1735), + [2729] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1786), + [2732] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(3819), + [2735] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8975), + [2738] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8499), + [2741] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8682), + [2744] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1773), + [2747] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(263), + [2750] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(3764), + [2753] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7471), + [2756] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1786), + [2759] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8583), + [2762] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8586), + [2765] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(3819), + [2768] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(3499), + [2771] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(3499), + [2774] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(3792), + [2777] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8153), + [2780] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(3382), + [2783] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7952), + [2786] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(7323), + [2790] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2134), + [2793] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2143), + [2796] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(9009), + [2799] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2330), + [2802] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(267), + [2805] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2143), + [2808] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(7327), + [2812] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1981), + [2815] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1665), + [2818] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(9510), + [2821] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2061), + [2824] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(314), + [2827] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1665), + [2830] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(7275), + [2834] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1822), + [2837] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1868), + [2840] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(9014), + [2843] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1823), + [2846] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(356), + [2849] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1868), + [2852] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(7362), + [2856] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1639), + [2859] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1644), + [2862] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(9058), + [2865] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1640), + [2868] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(303), + [2871] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1644), + [2874] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(7400), + [2878] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1808), + [2881] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1903), + [2884] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(9287), + [2887] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1870), + [2890] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(377), + [2893] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1903), + [2896] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(7313), + [2900] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1824), + [2903] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1807), + [2906] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(9062), + [2909] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1816), + [2912] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(261), + [2915] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1807), + [2918] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(7283), + [2922] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2349), + [2925] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2339), + [2928] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8989), + [2931] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2345), + [2934] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(265), + [2937] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2339), + [2940] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(7341), + [2944] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2296), + [2947] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2362), + [2950] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(9143), + [2953] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2334), + [2956] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(269), + [2959] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2362), + [2962] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(7274), + [2966] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2258), + [2969] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2247), + [2972] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(9004), + [2975] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2060), + [2978] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(317), + [2981] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2247), + [2984] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7275), + [2986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9014), + [2988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1823), + [2990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(356), + [2992] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_infix_expression, 3), + [2994] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_infix_expression, 3), + [2996] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_infix_expression, 3), SHIFT(4199), + [2999] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_explicit_delegation, 3), + [3001] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_explicit_delegation, 3), + [3003] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_body, 2), + [3005] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_body, 2), + [3007] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assignment, 3), + [3009] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment, 3), + [3011] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_multiplicative_expression, 3), + [3013] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_multiplicative_expression, 3), + [3015] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_multiplicative_expression, 3), SHIFT(4199), + [3018] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_delegate, 2), + [3020] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_delegate, 2), + [3022] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_additive_expression, 3), + [3024] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_additive_expression, 3), + [3026] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_additive_expression, 3), SHIFT(4199), + [3029] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_check_expression, 3), + [3031] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_check_expression, 3), + [3033] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_check_expression, 3), SHIFT(4199), + [3036] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_comparison_expression, 3), + [3038] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_comparison_expression, 3), + [3040] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_equality_expression, 3), + [3042] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_equality_expression, 3), + [3044] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_disjunction_expression, 3), + [3046] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_disjunction_expression, 3), + [3048] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conjunction_expression, 3), + [3050] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conjunction_expression, 3), + [3052] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_elvis_expression, 3), + [3054] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_elvis_expression, 3), + [3056] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_elvis_expression, 3), SHIFT(4199), + [3059] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statement, 1), + [3061] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statement, 1), + [3063] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_spread_expression, 2), + [3065] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_spread_expression, 2), + [3067] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_prefix_expression, 2), + [3069] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_prefix_expression, 2), + [3071] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jump_expression, 2), + [3073] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_jump_expression, 2), + [3075] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_range_expression, 3), + [3077] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_expression, 3), + [3079] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_range_expression, 3), SHIFT(4199), + [3082] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statement, 2), + [3084] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statement, 2), + [3086] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7226), + [3088] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9520), + [3090] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1658), + [3092] = {.entry = {.count = 1, .reusable = false}}, SHIFT(376), + [3094] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7400), + [3096] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9287), + [3098] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1870), [3100] = {.entry = {.count = 1, .reusable = false}}, SHIFT(377), - [3102] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 3, .production_id = 4), - [3104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6361), - [3106] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6741), - [3108] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 3, .production_id = 4), - [3110] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8697), - [3112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4285), - [3114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5304), - [3116] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6349), - [3118] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6900), - [3120] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5577), - [3122] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5575), - [3124] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5573), - [3126] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5570), - [3128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5263), - [3130] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5546), - [3132] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5564), - [3134] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5560), - [3136] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 4, .production_id = 6), - [3138] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6776), - [3140] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 4, .production_id = 6), - [3142] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8558), - [3144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5424), - [3146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5274), - [3148] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6924), - [3150] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6739), - [3152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5392), - [3154] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6790), - [3156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4283), - [3158] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6789), - [3160] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 2, .production_id = 2), - [3162] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6783), - [3164] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 2, .production_id = 2), - [3166] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7236), - [3168] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8959), - [3170] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2182), - [3172] = {.entry = {.count = 1, .reusable = false}}, SHIFT(398), - [3174] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6734), - [3176] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7355), - [3178] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9082), - [3180] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2017), - [3182] = {.entry = {.count = 1, .reusable = false}}, SHIFT(402), - [3184] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6750), - [3186] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6606), - [3188] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6578), - [3190] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 4, .production_id = 4), - [3192] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6749), - [3194] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 4, .production_id = 4), - [3196] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6498), - [3198] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6506), - [3200] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6795), - [3202] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6747), - [3204] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, .production_id = 6), - [3206] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6755), - [3208] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, .production_id = 6), - [3210] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6602), - [3212] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6497), - [3214] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 3, .production_id = 2), - [3216] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6788), - [3218] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 3, .production_id = 2), - [3220] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6474), - [3222] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6802), - [3224] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6656), - [3226] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6738), - [3228] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6794), - [3230] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6509), - [3232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6359), - [3234] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2241), - [3236] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1915), - [3238] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3289), - [3240] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3265), - [3242] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5581), - [3244] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2279), - [3246] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1123), - [3248] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1118), - [3250] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6665), - [3252] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6496), - [3254] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_declaration, 3), - [3256] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_declaration, 3), - [3258] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2193), - [3260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(480), - [3262] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2222), - [3264] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2292), - [3266] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2250), - [3268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(494), - [3270] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6504), - [3272] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_declaration, 2), - [3274] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_declaration, 2), - [3276] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1894), - [3278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(512), - [3280] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2196), - [3282] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6632), - [3284] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2263), - [3286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6598), - [3288] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6651), - [3290] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6502), - [3292] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2249), - [3294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(513), - [3296] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1640), - [3298] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2223), - [3300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(592), - [3302] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3574), - [3304] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3542), - [3306] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1803), - [3308] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1254), - [3310] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1285), - [3312] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1800), - [3314] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1635), - [3316] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1636), - [3318] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1737), - [3320] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2293), - [3322] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1631), - [3324] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2245), - [3326] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1639), - [3328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(572), - [3330] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1703), - [3332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(582), - [3334] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1721), - [3336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(578), - [3338] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1830), - [3340] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_declaration, 10), - [3342] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_declaration, 10), - [3344] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1629), - [3346] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6418), - [3348] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6610), - [3350] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6608), - [3352] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6603), - [3354] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6645), - [3356] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6641), - [3358] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6644), - [3360] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6650), - [3362] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1746), - [3364] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1822), - [3366] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4076), - [3368] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4048), - [3370] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6615), - [3372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6572), - [3374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1820), - [3376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5955), - [3378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1493), - [3380] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1815), - [3382] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7310), - [3384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1577), - [3386] = {.entry = {.count = 1, .reusable = false}}, SHIFT(854), - [3388] = {.entry = {.count = 1, .reusable = false}}, SHIFT(852), - [3390] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1819), - [3392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8832), - [3394] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1817), - [3396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1787), - [3398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1788), - [3400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1791), - [3402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1796), - [3404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7310), - [3406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1814), - [3408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1814), - [3410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1815), - [3412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1817), - [3414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5949), - [3416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5949), - [3418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1818), - [3420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5955), - [3422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3351), - [3424] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6555), - [3426] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6552), - [3428] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6566), - [3430] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1704), - [3432] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1587), - [3434] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1588), - [3436] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6613), - [3438] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6654), - [3440] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1747), - [3442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(667), - [3444] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6619), - [3446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1593), - [3448] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6649), - [3450] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6648), - [3452] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6607), - [3454] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1748), - [3456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(680), - [3458] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1706), - [3460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1596), - [3462] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6469), - [3464] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6643), - [3466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1547), - [3468] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6490), - [3470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1565), - [3472] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1716), - [3474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1543), - [3476] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2845), - [3478] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2847), - [3480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1538), - [3482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1549), - [3484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1553), - [3486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1555), - [3488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1556), - [3490] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1708), - [3492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(675), - [3494] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1707), - [3496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(686), - [3498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1570), - [3500] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1720), - [3502] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1705), - [3504] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6539), - [3506] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6527), - [3508] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1798), - [3510] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2042), - [3512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(733), - [3514] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4112), - [3516] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4141), - [3518] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1772), - [3520] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6538), - [3522] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1632), - [3524] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2365), - [3526] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2366), - [3528] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6485), - [3530] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1725), - [3532] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1709), - [3534] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1624), - [3536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(725), - [3538] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1630), - [3540] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6536), - [3542] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1626), - [3544] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1771), - [3546] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1701), - [3548] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6549), - [3550] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6548), - [3552] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6622), - [3554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6571), - [3556] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6579), - [3558] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1625), - [3560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(750), - [3562] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1774), - [3564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(712), - [3566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1777), - [3568] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6050), - [3570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1516), - [3572] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1613), - [3574] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7176), - [3576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2449), - [3578] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1114), - [3580] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1113), - [3582] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1686), - [3584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8657), - [3586] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2103), - [3588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1619), - [3590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1618), - [3592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1617), - [3594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1615), - [3596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7176), - [3598] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1614), - [3600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1614), - [3602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1613), - [3604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2103), - [3606] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6051), - [3608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6051), - [3610] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1671), - [3612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6050), - [3614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3855), - [3616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2492), - [3618] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3430), - [3620] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3431), - [3622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2491), - [3624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2448), - [3626] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1719), - [3628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2486), - [3630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2446), - [3632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2444), - [3634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2442), - [3636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2481), - [3638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2440), - [3640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2478), - [3642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2474), - [3644] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1633), - [3646] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2176), - [3648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2538), - [3650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1226), - [3652] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1228), - [3654] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2169), - [3656] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2172), - [3658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2187), - [3660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2183), - [3662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2180), - [3664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2179), - [3666] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2177), - [3668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2177), - [3670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2176), - [3672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2172), - [3674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2170), - [3676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2517), - [3678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2522), - [3680] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3490), - [3682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3468), - [3684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2524), - [3686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2535), - [3688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2545), - [3690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2552), - [3692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2548), - [3694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2498), - [3696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2513), - [3698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2502), - [3700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2530), - [3702] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2107), - [3704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2613), - [3706] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1242), - [3708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1243), - [3710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2111), - [3712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2109), - [3714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2086), - [3716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2087), - [3718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2088), - [3720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2089), - [3722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2090), - [3724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2090), - [3726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2107), - [3728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2109), - [3730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2110), - [3732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2607), - [3734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2602), - [3736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2628), - [3738] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3581), - [3740] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3580), - [3742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2598), - [3744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2599), - [3746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2619), - [3748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2622), - [3750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2627), - [3752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2610), - [3754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2561), - [3756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2562), - [3758] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2144), - [3760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2683), - [3762] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3775), - [3764] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3811), - [3766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2148), - [3768] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2145), - [3770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2138), - [3772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2139), - [3774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2141), - [3776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2142), - [3778] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2143), - [3780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2143), - [3782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2144), - [3784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2145), - [3786] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2146), - [3788] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2148), - [3790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2684), - [3792] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1323), - [3794] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1324), - [3796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2671), - [3798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2685), - [3800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2670), - [3802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2673), - [3804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2636), - [3806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2677), - [3808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2663), - [3810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2664), - [3812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2638), - [3814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2646), - [3816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3451), - [3818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1932), - [3820] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9133), - [3822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1932), - [3824] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5796), - [3826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5796), - [3828] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_simple_identifier, 1), - [3830] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_class_modifier, 1), REDUCE(sym_simple_identifier, 1), - [3833] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_identifier, 1), - [3835] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_modifier, 1), - [3837] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_class_modifier, 1), REDUCE(sym_simple_identifier, 1), - [3840] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_suffix, 2), - [3842] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_suffix, 2), - [3844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3342), - [3846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1158), - [3848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3338), - [3850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4645), - [3852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3274), - [3854] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_suffix, 1), - [3856] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_suffix, 1), - [3858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4971), - [3860] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_platform_modifier, 1), REDUCE(sym_simple_identifier, 1), - [3863] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_platform_modifier, 1), - [3865] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_platform_modifier, 1), REDUCE(sym_simple_identifier, 1), - [3868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3827), - [3870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1144), - [3872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4902), - [3874] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression, 1), - [3876] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression, 1), - [3878] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__expression, 1), SHIFT(1656), - [3881] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), REDUCE(sym__postfix_unary_expression, 1), - [3884] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(7210), - [3887] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__expression, 1), SHIFT(7210), - [3890] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__expression, 1), REDUCE(sym__postfix_unary_expression, 1), - [3893] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__expression, 1), SHIFT(6624), - [3896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3286), - [3898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4623), - [3900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1093), - [3902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3801), - [3904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4740), - [3906] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(4440), - [3909] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(6358), - [3912] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(1642), - [3915] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(58), - [3918] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_when_expression_repeat1, 2), - [3920] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(1644), - [3923] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(8532), - [3926] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(7290), - [3929] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(4572), - [3932] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(4583), - [3935] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(2290), - [3938] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(2296), - [3941] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(1932), - [3944] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(4639), - [3947] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(9025), - [3950] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(9133), - [3953] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(8335), - [3956] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(8827), - [3959] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(2291), - [3962] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(331), - [3965] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(4566), - [3968] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(7552), - [3971] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(1932), - [3974] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(5796), - [3977] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(5796), - [3980] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(2296), - [3983] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(8533), - [3986] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(8534), - [3989] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(8535), - [3992] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(4639), - [3995] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(4483), - [3998] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(4483), - [4001] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(4570), - [4004] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(7968), - [4007] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(4440), - [4010] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(7944), - [4013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3321), - [4015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3752), - [4017] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__postfix_unary_expression, 1), - [4019] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__postfix_unary_expression, 1), - [4021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4915), + [3102] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 4, .production_id = 6), + [3104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6394), + [3106] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6659), + [3108] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 4, .production_id = 6), + [3110] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8766), + [3112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5429), + [3114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5333), + [3116] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6381), + [3118] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6966), + [3120] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5570), + [3122] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5562), + [3124] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5585), + [3126] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5590), + [3128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5318), + [3130] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5592), + [3132] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5593), + [3134] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5581), + [3136] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 3, .production_id = 4), + [3138] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6673), + [3140] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 3, .production_id = 4), + [3142] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6671), + [3144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4290), + [3146] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 2, .production_id = 2), + [3148] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6680), + [3150] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 2, .production_id = 2), + [3152] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6617), + [3154] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8616), + [3156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5427), + [3158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5286), + [3160] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6947), + [3162] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7266), + [3164] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9150), + [3166] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1673), + [3168] = {.entry = {.count = 1, .reusable = false}}, SHIFT(399), + [3170] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7396), + [3172] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8953), + [3174] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2252), + [3176] = {.entry = {.count = 1, .reusable = false}}, SHIFT(401), + [3178] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6631), + [3180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4262), + [3182] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6628), + [3184] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6626), + [3186] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 4, .production_id = 4), + [3188] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6666), + [3190] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 4, .production_id = 4), + [3192] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6803), + [3194] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6721), + [3196] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 3, .production_id = 2), + [3198] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6629), + [3200] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 3, .production_id = 2), + [3202] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6837), + [3204] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6731), + [3206] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6619), + [3208] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6618), + [3210] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6814), + [3212] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, .production_id = 6), + [3214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6612), + [3216] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, .production_id = 6), + [3218] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6677), + [3220] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6734), + [3222] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6712), + [3224] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6742), + [3226] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6656), + [3228] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6662), + [3230] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_declaration, 2), + [3232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6383), + [3234] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_declaration, 2), + [3236] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1943), + [3238] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1829), + [3240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(494), + [3242] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3384), + [3244] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3383), + [3246] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5595), + [3248] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1949), + [3250] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6724), + [3252] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6684), + [3254] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1955), + [3256] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1134), + [3258] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1125), + [3260] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1954), + [3262] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6713), + [3264] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6788), + [3266] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6816), + [3268] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6725), + [3270] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6711), + [3272] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1951), + [3274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(516), + [3276] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6735), + [3278] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_declaration, 3), + [3280] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_declaration, 3), + [3282] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1952), + [3284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(495), + [3286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1945), + [3288] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1944), + [3290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(507), + [3292] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1947), + [3294] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1953), + [3296] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1736), + [3298] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1853), + [3300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(596), + [3302] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1279), + [3304] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1273), + [3306] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2249), + [3308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(606), + [3310] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3587), + [3312] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3588), + [3314] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2354), + [3316] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1623), + [3318] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2359), + [3320] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1731), + [3322] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2242), + [3324] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1734), + [3326] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1737), + [3328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(586), + [3330] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1956), + [3332] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1950), + [3334] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2316), + [3336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(545), + [3338] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_declaration, 10), + [3340] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_declaration, 10), + [3342] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2180), + [3344] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1724), + [3346] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6717), + [3348] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6740), + [3350] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6752), + [3352] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6778), + [3354] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6643), + [3356] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6622), + [3358] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6601), + [3360] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6587), + [3362] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6469), + [3364] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2011), + [3366] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2153), + [3368] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1603), + [3370] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1604), + [3372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2044), + [3374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4049), + [3376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4048), + [3378] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6545), + [3380] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6589), + [3382] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2038), + [3384] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6670), + [3386] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1973), + [3388] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6755), + [3390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2303), + [3392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6129), + [3394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1486), + [3396] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2054), + [3398] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7195), + [3400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1610), + [3402] = {.entry = {.count = 1, .reusable = false}}, SHIFT(831), + [3404] = {.entry = {.count = 1, .reusable = false}}, SHIFT(858), + [3406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1617), + [3408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8810), + [3410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1615), + [3412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1667), + [3414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1661), + [3416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1643), + [3418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1634), + [3420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7195), + [3422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1631), + [3424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1631), + [3426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2054), + [3428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1615), + [3430] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6128), + [3432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6128), + [3434] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1616), + [3436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6129), + [3438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3346), + [3440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1548), + [3442] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2018), + [3444] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2029), + [3446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(691), + [3448] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2030), + [3450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(675), + [3452] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2045), + [3454] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6783), + [3456] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6769), + [3458] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6775), + [3460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1601), + [3462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1582), + [3464] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2853), + [3466] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2852), + [3468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1581), + [3470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1579), + [3472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1564), + [3474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1557), + [3476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1609), + [3478] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6583), + [3480] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6594), + [3482] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6633), + [3484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1594), + [3486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1589), + [3488] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6739), + [3490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1587), + [3492] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6625), + [3494] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6762), + [3496] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6767), + [3498] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2050), + [3500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(672), + [3502] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6794), + [3504] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2048), + [3506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(684), + [3508] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2290), + [3510] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1783), + [3512] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2372), + [3514] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2373), + [3516] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1739), + [3518] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4156), + [3520] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4157), + [3522] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6492), + [3524] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6593), + [3526] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6696), + [3528] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6761), + [3530] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1741), + [3532] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1740), + [3534] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2007), + [3536] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2037), + [3538] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2263), + [3540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(729), + [3542] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2356), + [3544] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1748), + [3546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(733), + [3548] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6456), + [3550] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2279), + [3552] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6776), + [3554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2358), + [3556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(723), + [3558] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6758), + [3560] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1747), + [3562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(730), + [3564] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6748), + [3566] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1738), + [3568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2225), + [3570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6024), + [3572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1452), + [3574] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1765), + [3576] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7379), + [3578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2442), + [3580] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1040), + [3582] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1048), + [3584] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1746), + [3586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8663), + [3588] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1760), + [3590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1791), + [3592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1789), + [3594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1775), + [3596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1772), + [3598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7379), + [3600] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1769), + [3602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1769), + [3604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1765), + [3606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1760), + [3608] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6023), + [3610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6023), + [3612] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1749), + [3614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6024), + [3616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3865), + [3618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2440), + [3620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2464), + [3622] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3417), + [3624] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3460), + [3626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2461), + [3628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2467), + [3630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2456), + [3632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2429), + [3634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2451), + [3636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2437), + [3638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2445), + [3640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2448), + [3642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2462), + [3644] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2254), + [3646] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2103), + [3648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2552), + [3650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1203), + [3652] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1202), + [3654] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2057), + [3656] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2075), + [3658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2214), + [3660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2186), + [3662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2121), + [3664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2116), + [3666] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2113), + [3668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2113), + [3670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2103), + [3672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2075), + [3674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2062), + [3676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2512), + [3678] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3531), + [3680] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3529), + [3682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2550), + [3684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2502), + [3686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2498), + [3688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2501), + [3690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2506), + [3692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2499), + [3694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2538), + [3696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2523), + [3698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2525), + [3700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2546), + [3702] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1844), + [3704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2571), + [3706] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3633), + [3708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3632), + [3710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1884), + [3712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1856), + [3714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1812), + [3716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1813), + [3718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1814), + [3720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1818), + [3722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1826), + [3724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1826), + [3726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1844), + [3728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1856), + [3730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1875), + [3732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2626), + [3734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1239), + [3736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1238), + [3738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2605), + [3740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2588), + [3742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2620), + [3744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2585), + [3746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2594), + [3748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2562), + [3750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2607), + [3752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2568), + [3754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2613), + [3756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2611), + [3758] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2312), + [3760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2643), + [3762] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3900), + [3764] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3888), + [3766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2305), + [3768] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2309), + [3770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2323), + [3772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2322), + [3774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2320), + [3776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2318), + [3778] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2314), + [3780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2314), + [3782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2312), + [3784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2309), + [3786] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2306), + [3788] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2305), + [3790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2688), + [3792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2684), + [3794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2652), + [3796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2636), + [3798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2663), + [3800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2661), + [3802] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1317), + [3804] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1333), + [3806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2651), + [3808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2647), + [3810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2666), + [3812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2670), + [3814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2673), + [3816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5012), + [3818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2157), + [3820] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9272), + [3822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2157), + [3824] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5802), + [3826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5802), + [3828] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(4461), + [3831] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(6390), + [3834] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(2013), + [3837] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(58), + [3840] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_when_expression_repeat1, 2), + [3842] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(2023), + [3845] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(8329), + [3848] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(7306), + [3851] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(4676), + [3854] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(4598), + [3857] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(1913), + [3860] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(1897), + [3863] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(2157), + [3866] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(4606), + [3869] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(9152), + [3872] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(9272), + [3875] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(8459), + [3878] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(8735), + [3881] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(1904), + [3884] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(331), + [3887] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(4600), + [3890] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(7556), + [3893] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(2157), + [3896] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(5802), + [3899] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(5802), + [3902] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(1897), + [3905] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(8484), + [3908] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(8486), + [3911] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(8489), + [3914] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(4606), + [3917] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(4496), + [3920] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(4496), + [3923] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(4605), + [3926] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(8080), + [3929] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(4461), + [3932] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(7968), + [3935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1104), + [3937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4648), + [3939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4754), + [3941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4694), + [3943] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_simple_identifier, 1), + [3945] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_platform_modifier, 1), REDUCE(sym_simple_identifier, 1), + [3948] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_identifier, 1), + [3950] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_platform_modifier, 1), + [3952] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_platform_modifier, 1), REDUCE(sym_simple_identifier, 1), + [3955] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_class_modifier, 1), REDUCE(sym_simple_identifier, 1), + [3958] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_modifier, 1), + [3960] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_class_modifier, 1), REDUCE(sym_simple_identifier, 1), + [3963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3212), + [3965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4910), + [3967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3809), + [3969] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression, 1), + [3971] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression, 1), + [3973] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__expression, 1), SHIFT(2052), + [3976] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), REDUCE(sym__postfix_unary_expression, 1), + [3979] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(7345), + [3982] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__expression, 1), SHIFT(7345), + [3985] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__expression, 1), REDUCE(sym__postfix_unary_expression, 1), + [3988] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__expression, 1), SHIFT(6609), + [3991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3307), + [3993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3160), + [3995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3862), + [3997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3360), + [3999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1070), + [4001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3311), + [4003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5037), + [4005] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_suffix, 2), + [4007] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_suffix, 2), + [4009] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__postfix_unary_expression, 1), + [4011] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__postfix_unary_expression, 1), + [4013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1126), + [4015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3251), + [4017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3762), + [4019] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_suffix, 1), + [4021] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_suffix, 1), [4023] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_expression, 3), [4025] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_expression, 3), - [4027] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9520), - [4029] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8782), - [4031] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2268), - [4033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2756), - [4035] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4038), - [4037] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4039), - [4039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2259), - [4041] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2261), - [4043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2277), - [4045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2274), - [4047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2273), - [4049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2270), - [4051] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2269), - [4053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2269), - [4055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2268), - [4057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2261), - [4059] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2260), - [4061] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2259), - [4063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2746), - [4065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2752), - [4067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2749), - [4069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2744), - [4071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2725), - [4073] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 3), - [4075] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 3), - [4077] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6157), - [4079] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2112), - [4081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254), - [4083] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 4), - [4085] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 4), - [4087] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6123), - [4089] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 5), - [4091] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 5), - [4093] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6089), - [4095] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 6), - [4097] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 6), - [4099] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6072), - [4101] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 7), - [4103] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 7), - [4105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6042), - [4107] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_try_expression_repeat1, 2), - [4109] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_try_expression_repeat1, 2), - [4111] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_expression_repeat1, 2), SHIFT_REPEAT(9520), - [4114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2737), - [4116] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1585), - [4118] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1581), - [4120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2730), - [4122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2743), - [4124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2754), - [4126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2755), - [4128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2726), - [4130] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_user_type, 1, .production_id = 1), - [4132] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 1), - [4134] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6239), - [4136] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_declaration, 1), - [4138] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_user_type, 1, .production_id = 1), - [4140] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5608), - [4142] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_user_type, 1), - [4144] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_user_type, 1), - [4146] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_user_type, 1), SHIFT(7344), - [4149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1739), - [4151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2786), - [4153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2276), - [4155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2272), - [4157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1742), - [4159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1740), - [4161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1728), - [4163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1729), - [4165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1730), - [4167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1731), - [4169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1738), - [4171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1738), - [4173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1739), - [4175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1740), - [4177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1741), - [4179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1742), - [4181] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 9), - [4183] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 9), - [4185] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type, 1), - [4187] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type, 1), - [4189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(855), - [4191] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function, 2), - [4193] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function, 2), - [4195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6205), - [4197] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, .production_id = 4), - [4199] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, .production_id = 4), - [4201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6798), - [4203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6799), - [4205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6172), - [4207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2242), - [4209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6166), - [4211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6184), - [4213] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, .production_id = 6), - [4215] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, .production_id = 6), - [4217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6803), - [4219] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_type, 3), - [4221] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_type, 3), - [4223] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type_parameters, 3), - [4225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2767), - [4227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2772), - [4229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2773), - [4231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2783), - [4233] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), - [4236] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), - [4239] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_setter, 1), - [4241] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_setter, 1), - [4243] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6390), - [4247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2761), - [4249] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), - [4252] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), - [4255] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_getter, 1), - [4257] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_getter, 1), - [4259] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(9471), - [4263] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_nullable_type, 2), - [4265] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nullable_type, 2), - [4267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(869), - [4269] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_user_type, 2), - [4271] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_user_type, 2), - [4273] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_user_type, 2), SHIFT(7502), - [4276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2782), - [4278] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4110), - [4280] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4108), - [4282] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6186), - [4284] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 4, .production_id = 2), - [4286] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 4, .production_id = 2), - [4288] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6792), - [4290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2764), - [4292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2778), - [4294] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type, 2), - [4296] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type, 2), - [4298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2788), - [4300] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 8), - [4302] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 8), - [4304] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_user_type_repeat1, 2), - [4306] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_user_type_repeat1, 2), - [4308] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_user_type_repeat1, 2), SHIFT_REPEAT(7502), - [4311] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_nullable_type_repeat1, 2), - [4313] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_nullable_type_repeat1, 2), - [4315] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_nullable_type_repeat1, 2), SHIFT_REPEAT(869), - [4318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2790), - [4320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2763), - [4322] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__return_at, 2), - [4324] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__return_at, 2), - [4326] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function, 4), - [4328] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function, 4), - [4330] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6210), - [4332] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6191), - [4334] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5606), - [4336] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function, 5), - [4338] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function, 5), - [4340] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6211), - [4342] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1923), - [4344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2796), - [4346] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2379), - [4348] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2380), - [4350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2048), - [4352] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1928), - [4354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1732), - [4356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1733), - [4358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1736), - [4360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1759), - [4362] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1922), - [4364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1922), - [4366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1923), - [4368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1928), - [4370] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2019), - [4372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2048), - [4374] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_catch_block, 8), - [4376] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_catch_block, 8), - [4378] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_catch_block, 7), - [4380] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_catch_block, 7), - [4382] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function, 7), - [4384] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function, 7), - [4386] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function, 6), - [4388] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function, 6), - [4390] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6681), - [4392] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameters, 4), - [4394] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 4), - [4396] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__block, 3), - [4398] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block, 3), - [4400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2827), - [4402] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4145), - [4404] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4153), - [4406] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__block, 2), - [4408] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block, 2), - [4410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2817), - [4412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2805), - [4414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2798), - [4416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6663), - [4418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2801), - [4420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2806), - [4422] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, .production_id = 4), - [4424] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, .production_id = 4), - [4426] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_user_type, 2, .production_id = 1), - [4428] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_user_type, 2, .production_id = 1), - [4430] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameters, 3), - [4432] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 3), - [4434] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, .production_id = 2), - [4436] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, .production_id = 2), - [4438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2793), - [4440] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_arguments, 3), - [4442] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 3), - [4444] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_arguments, 4), - [4446] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 4), - [4448] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 7, .production_id = 4), - [4450] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 7, .production_id = 4), - [4452] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6662), - [4454] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_delegation_specifier, 1), - [4456] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delegation_specifier, 1), - [4458] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1806), - [4460] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 7, .production_id = 6), - [4462] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 7, .production_id = 6), - [4464] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6631), - [4466] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_type_constraints_repeat1, 2), - [4468] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_constraints_repeat1, 2), - [4470] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constraints_repeat1, 2), SHIFT_REPEAT(6923), - [4473] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__literal_constant, 1), - [4475] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__literal_constant, 1), - [4477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(979), - [4479] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1071), - [4481] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, .production_id = 2), - [4483] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, .production_id = 2), - [4485] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_constraints, 3), - [4487] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_constraints, 3), - [4489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6923), - [4491] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_constraints, 2), - [4493] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_constraints, 2), - [4495] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 8, .production_id = 6), - [4497] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 8, .production_id = 6), - [4499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2807), - [4501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2820), - [4503] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 10), - [4505] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 10), - [4507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2800), - [4509] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 2, .production_id = 2), - [4511] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 2, .production_id = 2), - [4513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6784), - [4515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2824), - [4517] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 3, .production_id = 4), - [4519] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 3, .production_id = 4), - [4521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6791), - [4523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1834), - [4525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6214), - [4527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1490), - [4529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1958), - [4531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7360), - [4533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1975), - [4535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8588), - [4537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1962), - [4539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1916), - [4541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1933), - [4543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1940), - [4545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1949), - [4547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7360), - [4549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1957), - [4551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1957), - [4553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1958), - [4555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1962), - [4557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6217), - [4559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6217), - [4561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1966), - [4563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6214), - [4565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3426), - [4567] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 9, .production_id = 6), - [4569] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 9, .production_id = 6), - [4571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5486), - [4573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5493), - [4575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5482), - [4577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5497), - [4579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5489), - [4581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5484), - [4583] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 8, .production_id = 4), - [4585] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 8, .production_id = 4), - [4587] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_primary_constructor, 1), - [4589] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primary_constructor, 1), - [4591] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 3), - [4593] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 3), - [4595] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_constraint, 3, .production_id = 1), - [4597] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_constraint, 3, .production_id = 1), - [4599] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_constraint, 4, .production_id = 2), - [4601] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_constraint, 4, .production_id = 2), - [4603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5880), - [4605] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__function_value_parameters, 2), - [4607] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_value_parameters, 2), - [4609] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unsigned_literal, 2), - [4611] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unsigned_literal, 2), - [4613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1098), - [4615] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_primary_constructor, 2), - [4617] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primary_constructor, 2), - [4619] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 5), - [4621] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 5), - [4623] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__class_parameters, 2), - [4625] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_parameters, 2), - [4627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5881), - [4629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5884), - [4631] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_multi_variable_declaration, 3), - [4633] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_multi_variable_declaration, 3), - [4635] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 4, .production_id = 2), - [4637] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 4, .production_id = 2), - [4639] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__function_value_parameters, 3), - [4641] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_value_parameters, 3), - [4643] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 7, .production_id = 2), - [4645] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 7, .production_id = 2), - [4647] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__class_parameters, 5), - [4649] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_parameters, 5), - [4651] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__class_parameters, 3), - [4653] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_parameters, 3), - [4655] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_declaration, 3), - [4657] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 3), - [4659] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_primary_constructor, 3), - [4661] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primary_constructor, 3), - [4663] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__delegation_specifiers_repeat1, 2), - [4665] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__delegation_specifiers_repeat1, 2), - [4667] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__delegation_specifiers_repeat1, 2), SHIFT_REPEAT(6857), - [4670] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_multi_variable_declaration, 4), - [4672] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_multi_variable_declaration, 4), - [4674] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__function_value_parameters, 5), - [4676] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_value_parameters, 5), - [4678] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__delegation_specifiers, 1), - [4680] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__delegation_specifiers, 1), - [4682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6857), - [4684] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__delegation_specifiers, 2), - [4686] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__delegation_specifiers, 2), - [4688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5498), - [4690] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__class_parameters, 4), - [4692] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_parameters, 4), - [4694] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 5, .production_id = 4), - [4696] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 5, .production_id = 4), - [4698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5496), - [4700] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__function_value_parameters, 4), - [4702] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_value_parameters, 4), - [4704] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_alias, 4, .production_id = 2), - [4706] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_alias, 4, .production_id = 2), - [4708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5508), - [4710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5509), - [4712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5512), - [4714] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_class_body, 3), - [4716] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_class_body, 3), - [4718] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_indexing_suffix, 4), - [4720] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_indexing_suffix, 4), - [4722] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_indexing_suffix, 3), - [4724] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_indexing_suffix, 3), - [4726] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_navigation_suffix, 2), - [4728] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_navigation_suffix, 2), - [4730] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_this_expression, 1), - [4732] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_this_expression, 1), - [4734] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_super_expression, 1), - [4736] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_super_expression, 1), - [4738] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_getter, 5), - [4740] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_getter, 5), - [4742] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_boolean_literal, 1), - [4744] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_boolean_literal, 1), - [4746] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__primary_expression, 1), - [4748] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__primary_expression, 1), - [4750] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_directly_assignable_expression, 1), - [4752] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__primary_expression, 1), SHIFT(7442), - [4755] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_directly_assignable_expression, 1), - [4757] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_literal, 2), - [4759] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_literal, 2), - [4761] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_getter, 6), - [4763] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_getter, 6), - [4765] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_alias, 5, .production_id = 4), - [4767] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_alias, 5, .production_id = 4), - [4769] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 5), - [4771] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 5), - [4773] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_setter, 5), - [4775] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_setter, 5), - [4777] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_literal, 2), - [4779] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_literal, 2), - [4781] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_literal, 2), - [4783] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_literal, 2), - [4785] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_callable_reference, 2), - [4787] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_callable_reference, 2), - [4789] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__continue_at, 2), - [4791] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__continue_at, 2), - [4793] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 5, .production_id = 2), - [4795] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 5, .production_id = 2), - [4797] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__break_at, 2), - [4799] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__break_at, 2), - [4801] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_long_literal, 2), - [4803] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_long_literal, 2), - [4805] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_while_statement, 6), - [4807] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_while_statement, 6), - [4809] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_indexing_expression, 2), - [4811] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_indexing_expression, 2), - [4813] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_navigation_expression, 2), - [4815] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_navigation_expression, 2), - [4817] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 2), - [4819] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 2), - [4821] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_class_body, 2), - [4823] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_class_body, 2), - [4825] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotated_lambda, 1), - [4827] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotated_lambda, 1), - [4829] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_postfix_expression, 2), - [4831] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_postfix_expression, 2), - [4833] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 6, .production_id = 4), - [4835] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 6, .production_id = 4), - [4837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5506), - [4839] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_literal, 3), - [4841] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_literal, 3), - [4843] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_setter, 6), - [4845] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_setter, 6), - [4847] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_literal, 3), - [4849] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_literal, 3), - [4851] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_literal, 3), - [4853] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_literal, 3), - [4855] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 4, .production_id = 4), - [4857] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 4, .production_id = 4), - [4859] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3), - [4861] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3), - [4863] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function, 3), - [4865] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function, 3), - [4867] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_when_expression, 3), - [4869] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_when_expression, 3), - [4871] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_getter, 4), - [4873] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_getter, 4), - [4875] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unsigned_literal, 3), - [4877] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unsigned_literal, 3), - [4879] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_character_literal, 3), - [4881] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_character_literal, 3), - [4883] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotated_lambda, 2), - [4885] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotated_lambda, 2), - [4887] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_value_arguments, 5), - [4889] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_value_arguments, 5), - [4891] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6387), - [4895] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_body, 3), - [4897] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_body, 3), - [4899] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(9489), - [4903] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_class_body, 4), - [4905] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_class_body, 4), - [4907] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6402), - [4911] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(9453), - [4915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6387), - [4917] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_setter, 7), - [4919] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_setter, 7), - [4921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9489), - [4923] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_setter, 2), - [4925] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_setter, 2), - [4927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6398), - [4929] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_getter, 2), - [4931] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_getter, 2), - [4933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9491), - [4935] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_body, 1), - [4937] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_body, 1), - [4939] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_getter, 7), - [4941] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_getter, 7), - [4943] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 3, .production_id = 2), - [4945] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 3, .production_id = 2), - [4947] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_body, 2), - [4949] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_body, 2), - [4951] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_as_expression, 3), - [4953] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_as_expression, 3), - [4955] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_callable_reference, 3, .production_id = 1), - [4957] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_callable_reference, 3, .production_id = 1), - [4959] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_literal, 4), - [4961] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_literal, 4), - [4963] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 8, .production_id = 2), - [4965] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 8, .production_id = 2), - [4967] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_literal, 4), - [4969] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_literal, 4), - [4971] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_class_body, 5), - [4973] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_class_body, 5), - [4975] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_literal, 4), - [4977] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_literal, 4), - [4979] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6596), - [4981] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_when_expression, 4), - [4983] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_when_expression, 4), - [4985] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_finally_block, 2), - [4987] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_finally_block, 2), - [4989] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_expression, 4), - [4991] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_expression, 4), - [4993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5513), - [4995] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_suffix, 3), - [4997] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_suffix, 3), - [4999] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_control_structure_body, 1), - [5001] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_control_structure_body, 1), - [5003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5504), - [5005] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotated_lambda, 3), - [5007] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotated_lambda, 3), - [5009] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_literal, 5), - [5011] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_literal, 5), - [5013] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6630), - [5015] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_when_expression, 5), - [5017] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_when_expression, 5), - [5019] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8), - [5021] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8), - [5023] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_setter, 8), - [5025] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_setter, 8), - [5027] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 9, .production_id = 4), - [5029] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 9, .production_id = 4), - [5031] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_expression, 6), - [5033] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 6), - [5035] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_expression, 7), - [5037] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 7), - [5039] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 10, .production_id = 6), - [5041] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 10, .production_id = 6), - [5043] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_declaration, 11), - [5045] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_declaration, 11), - [5047] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 11), - [5049] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 11), - [5051] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_invocation, 2), - [5053] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_invocation, 2), - [5055] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_value_arguments, 2), - [5057] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_value_arguments, 2), - [5059] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_value_arguments, 3), - [5061] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_value_arguments, 3), - [5063] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_value_arguments, 4), - [5065] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_value_arguments, 4), - [5067] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_expression, 5), - [5069] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 5), - [5071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8908), - [5073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(122), - [5075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5501), - [5077] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(9375), - [5081] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6366), - [5085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5510), - [5087] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_expression, 8), - [5089] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 8), - [5091] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function, 8), - [5093] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function, 8), - [5095] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2200), - [5097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2186), - [5099] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2199), - [5101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5779), - [5103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1980), - [5105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2197), - [5107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2198), - [5109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2188), - [5111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2189), - [5113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2192), - [5115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2194), - [5117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2194), - [5119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2197), - [5121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2198), - [5123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6440), - [5125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8634), - [5127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4223), - [5129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5277), - [5131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6360), - [5133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6909), - [5135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6430), - [5137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5404), - [5139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6616), - [5141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6427), - [5143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6686), - [5145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8892), - [5147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4228), - [5149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5306), - [5151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6921), - [5153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6694), - [5155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5412), - [5157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6697), - [5159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5800), - [5161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5772), - [5163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5789), - [5165] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(9331), - [5169] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6416), - [5173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6718), - [5175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5785), - [5177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9351), - [5179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(184), - [5181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6222), - [5183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1761), - [5185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6229), - [5187] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(9230), - [5191] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6405), - [5195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6431), - [5197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9246), - [5199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6422), - [5201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6378), - [5203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6693), - [5205] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(9243), - [5209] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6381), - [5213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9243), - [5215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6250), - [5217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6426), - [5219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5976), - [5221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6433), - [5223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6219), - [5225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6047), - [5227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5956), - [5229] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6371), - [5233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5975), - [5235] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(9473), - [5239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6731), - [5241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6713), - [5243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6708), - [5245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6381), - [5247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6655), - [5249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1920), - [5251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1902), - [5253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4599), - [5255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4600), - [5257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2108), - [5259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3277), - [5261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3278), - [5263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2120), - [5265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6647), - [5267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1924), - [5269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2128), - [5271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6652), - [5273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6653), - [5275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2051), - [5277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1601), - [5279] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(9235), - [5283] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6397), - [5287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1918), - [5289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1589), - [5291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1919), - [5293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1545), - [5295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1925), - [5297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2106), - [5299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1559), - [5301] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(6358), - [5304] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8394), - [5307] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7314), - [5310] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8412), - [5313] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7336), - [5316] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8439), - [5319] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7293), - [5322] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6560), - [5324] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1926), - [5326] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8536), - [5329] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7262), - [5332] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6561), - [5334] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8661), - [5336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5436), - [5338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5283), - [5340] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6351), - [5342] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6931), - [5344] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6451), - [5346] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8532), - [5349] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7351), - [5352] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7335), - [5355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6775), - [5357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8798), - [5359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5384), - [5361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5348), - [5363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6930), - [5365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6580), - [5367] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7160), - [5370] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1695), - [5372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6573), - [5374] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7246), - [5377] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8327), - [5380] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7383), - [5383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2147), - [5385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6448), - [5387] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7173), - [5390] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6438), - [5392] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7290), - [5395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6569), - [5397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4240), - [5399] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7236), - [5402] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5927), - [5404] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7255), - [5407] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7207), - [5410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5929), - [5412] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7355), - [5415] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6467), - [5417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6576), - [5419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6765), - [5421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4253), - [5423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5931), - [5425] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7225), - [5428] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7325), - [5431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6646), - [5433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6455), - [5435] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7175), - [5438] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6464), - [5440] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6471), - [5442] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6583), - [5444] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7332), - [5447] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6482), - [5449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6763), - [5451] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7295), - [5454] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7174), - [5457] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6642), - [5459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6574), - [5461] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7171), - [5464] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7170), - [5467] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7373), - [5470] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6757), - [5472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5645), - [5474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1935), - [5476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5574), - [5478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5659), - [5480] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6769), - [5482] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6505), - [5484] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6518), - [5486] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2059), - [5488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2037), - [5490] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2055), - [5492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2064), - [5494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2063), - [5496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2062), - [5498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2061), - [5500] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2060), - [5502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2060), - [5504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2059), - [5506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2055), - [5508] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2038), - [5510] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2037), - [5512] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6525), - [5514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5579), - [5516] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6488), - [5518] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6481), - [5520] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6476), - [5522] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6463), - [5524] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6537), - [5526] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6495), - [5528] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6586), - [5530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4897), - [5532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5572), - [5534] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6435), - [5536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5643), - [5538] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7494), - [5540] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6780), - [5542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5458), - [5544] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__delegation_specifiers_repeat1, 2), SHIFT_REPEAT(6858), - [5547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6562), - [5549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6443), - [5551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6689), - [5553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5463), - [5555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6444), - [5557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6774), - [5559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8040), - [5561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1101), - [5563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1178), - [5565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3996), - [5567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4917), - [5569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1176), - [5571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6554), - [5573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6454), - [5575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5143), - [5577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5136), - [5579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3119), - [5581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3258), - [5583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3191), - [5585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3199), - [5587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3269), - [5589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3465), - [5591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7387), - [5593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7385), - [5595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8042), - [5597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7384), - [5599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6762), - [5601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5464), - [5603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6470), - [5605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8043), - [5607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3847), - [5609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3816), - [5611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4931), - [5613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3693), - [5615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4673), - [5617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6563), - [5619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6577), - [5621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3963), - [5623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6858), - [5625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4621), - [5627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3992), - [5629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4560), - [5631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2295), - [5633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1666), - [5635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2461), - [5637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4927), - [5639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4926), - [5641] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1752), - [5643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1832), - [5645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3926), - [5647] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3914), - [5649] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2326), - [5651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2450), - [5653] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3710), - [5655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3721), - [5657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6365), - [5659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2362), - [5661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2437), - [5663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1757), - [5665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2505), - [5667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1756), - [5669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2534), - [5671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6742), - [5673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8825), - [5675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4280), - [5677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5297), - [5679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6348), - [5681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6903), - [5683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2298), - [5685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6557), - [5687] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1753), - [5689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1770), - [5691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2497), - [5693] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5105), - [5695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5106), - [5697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2294), - [5699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2494), - [5701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6730), - [5703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5407), - [5705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6459), - [5707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2357), - [5709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2302), - [5711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1760), - [5713] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__annotated_delegation_specifier_repeat1, 1), SHIFT(6358), - [5716] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__annotated_delegation_specifier_repeat1, 1), - [5718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1754), - [5720] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6388), - [5724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6764), - [5726] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6531), - [5728] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(9327), - [5732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9353), - [5734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9375), - [5736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6366), - [5738] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6556), - [5740] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2359), - [5742] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6787), - [5744] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2360), - [5746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8915), - [5748] = {.entry = {.count = 1, .reusable = false}}, SHIFT(185), - [5750] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6479), - [5752] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2315), - [5754] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1764), - [5756] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1765), - [5758] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1766), - [5760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2519), - [5762] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6592), - [5764] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6526), - [5766] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6478), - [5768] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6511), - [5770] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6513), - [5772] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1684), - [5774] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2035), - [5776] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5158), - [5778] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5160), - [5780] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1658), - [5782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2590), - [5784] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2093), - [5786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2096), - [5788] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2094), - [5790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2082), - [5792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2083), - [5794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2084), - [5796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2085), - [5798] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2092), - [5800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2092), - [5802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2093), - [5804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2094), - [5806] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2095), - [5808] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2096), - [5810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2045), - [5812] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6938), - [5814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2694), - [5816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5271), - [5818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5266), - [5820] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6581), - [5822] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6588), - [5824] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6589), - [5826] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6595), - [5828] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2356), - [5830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2016), - [5832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2712), - [5834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1970), - [5836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1683), - [5838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1952), - [5840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2091), - [5842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1945), - [5844] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1675), - [5846] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6720), - [5848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2174), - [5850] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6716), - [5852] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2191), - [5854] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6711), - [5856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2265), - [5858] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6705), - [5860] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1665), - [5862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2618), - [5864] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2351), - [5866] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4013), - [5868] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4014), - [5870] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2352), - [5872] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2361), - [5874] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6386), - [5878] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(9262), - [5882] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2325), - [5884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2567), - [5886] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2345), - [5888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2617), - [5890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1758), - [5892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6363), - [5894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9473), - [5896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6371), - [5898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6587), - [5900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6593), - [5902] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1804), - [5904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2287), - [5906] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4044), - [5908] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4043), - [5910] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1879), - [5912] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5244), - [5914] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5231), - [5916] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6594), - [5918] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1805), - [5920] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6600), - [5922] = {.entry = {.count = 1, .reusable = false}}, SHIFT(192), - [5924] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6766), - [5926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9391), - [5928] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6737), - [5930] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1801), - [5932] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(9130), - [5936] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6412), - [5940] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6700), - [5942] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1809), - [5944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2676), - [5946] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6732), - [5948] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6726), - [5950] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1751), - [5952] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1808), - [5954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2639), - [5956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9461), - [5958] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1886), - [5960] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6706), - [5962] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1934), - [5964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2686), - [5966] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1901), - [5968] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6707), - [5970] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1912), - [5972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2643), - [5974] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6717), - [5976] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1875), - [5978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1944), - [5980] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2358), - [5982] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1799), - [5984] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1689), - [5986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6674), - [5988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6807), - [5990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6812), - [5992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6813), - [5994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6820), - [5996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6420), - [5998] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6667), - [6000] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6428), - [6002] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6638), - [6004] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6626), - [6006] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6627), - [6008] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6636), - [6010] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6683), - [6012] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6453), - [6014] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6436), - [6016] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6670), - [6018] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6424), - [6020] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6540), - [6022] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1680), - [6024] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2353), - [6026] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5456), - [6028] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5457), - [6030] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1672), - [6032] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4174), - [6034] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4173), - [6036] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1681), - [6038] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6521), - [6040] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1670), - [6042] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6568), - [6044] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6659), - [6046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1682), - [6048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2759), - [6050] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1673), - [6052] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1679), - [6054] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6676), - [6056] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6520), - [6058] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6671), - [6060] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1694), - [6062] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2247), - [6064] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4186), - [6066] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4192), - [6068] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6669), - [6070] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1699), - [6072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2760), - [6074] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6664), - [6076] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6501), - [6078] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6625), - [6080] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6633), - [6082] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6635), - [6084] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6605), - [6086] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6639), - [6088] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6811), - [6090] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6514), - [6092] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1873), - [6094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2784), - [6096] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5462), - [6098] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5465), - [6100] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6817), - [6102] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1853), - [6104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2776), - [6106] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1842), - [6108] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1692), - [6110] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1816), - [6112] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6819), - [6114] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6462), - [6116] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6809), - [6118] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1691), - [6120] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6452), - [6122] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6450), - [6124] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1674), - [6126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2731), - [6128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1768), - [6130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2792), - [6132] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1676), - [6134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2732), - [6136] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1698), - [6138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2789), - [6140] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1812), - [6142] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6544), - [6144] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1790), - [6146] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1913), - [6148] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4218), - [6150] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4221), - [6152] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1921), - [6154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2818), - [6156] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5474), - [6158] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5469), - [6160] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6503), - [6162] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6535), - [6164] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1678), - [6166] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6510), - [6168] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6519), - [6170] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1794), - [6172] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6614), - [6174] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1669), - [6176] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2228), - [6178] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2227), - [6180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2795), - [6182] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2235), - [6184] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2267), - [6186] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1781), - [6188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2831), - [6190] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6468), - [6192] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1778), - [6194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2813), - [6196] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1793), - [6198] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6529), - [6200] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1811), - [6202] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1690), - [6204] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2271), - [6206] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1795), - [6208] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9516), - [6210] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8804), - [6212] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9519), - [6214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8557), - [6216] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6240), - [6218] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1977), - [6220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217), - [6222] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6227), - [6224] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_expression_repeat1, 2), SHIFT_REPEAT(9516), - [6227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6231), - [6229] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_expression_repeat1, 2), SHIFT_REPEAT(9519), - [6232] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6202), - [6234] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1837), - [6236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215), - [6238] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6203), - [6240] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6237), - [6242] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5926), - [6244] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6196), - [6246] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6256), - [6248] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6149), - [6250] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6154), - [6252] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6753), - [6254] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6142), - [6256] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2846), - [6258] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2844), - [6260] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_nullable_type_repeat1, 2), SHIFT_REPEAT(2839), - [6263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6045), - [6265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2136), - [6267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6117), - [6269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2878), - [6271] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(9442), - [6275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2839), - [6277] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6414), - [6281] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_user_type, 2), SHIFT(7538), - [6284] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6704), - [6286] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_user_type_repeat1, 2), SHIFT_REPEAT(7559), - [6289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6724), - [6291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6101), - [6293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6100), - [6295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6728), - [6297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6201), - [6299] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_user_type, 1), SHIFT(7294), - [6302] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6147), - [6304] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6733), - [6306] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6756), - [6308] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6098), - [6310] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_nullable_type_repeat1, 2), SHIFT_REPEAT(2878), - [6313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6224), - [6315] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_user_type, 1), SHIFT(7251), - [6318] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6745), - [6320] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6751), - [6322] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5594), - [6324] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_user_type, 2), SHIFT(7559), - [6327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5588), - [6329] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_user_type_repeat1, 2), SHIFT_REPEAT(7538), - [6332] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6144), - [6334] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6232), - [6336] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6143), - [6338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5608), - [6340] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6743), - [6342] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9508), - [6344] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8686), - [6346] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3012), - [6348] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3154), - [6350] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6512), - [6352] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6735), - [6354] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constraints_repeat1, 2), SHIFT_REPEAT(6905), - [6357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6508), - [6359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3029), - [6361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3368), - [6363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1847), - [6365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6507), - [6367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6698), - [6369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6905), - [6371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2289), - [6373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6691), - [6375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5598), - [6377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6500), - [6379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1656), - [6381] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5924), - [6383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1520), - [6385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1653), - [6387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7210), - [6389] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1649), - [6391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8550), - [6393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1652), - [6395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1660), - [6397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1659), - [6399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1657), - [6401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1655), - [6403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7210), - [6405] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1654), - [6407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1654), - [6409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1653), - [6411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1652), - [6413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5939), - [6415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5939), - [6417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1650), - [6419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5924), - [6421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4589), - [6423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7507), - [6425] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_user_type_repeat1, 2), SHIFT_REPEAT(7507), - [6428] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6094), - [6430] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6128), - [6432] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1711), - [6434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219), - [6436] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3290), - [6438] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6132), - [6440] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__delegation_specifiers_repeat1, 2), SHIFT_REPEAT(6849), - [6443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6135), - [6445] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6140), - [6447] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3250), - [6449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6141), - [6451] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6126), - [6453] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5961), - [6455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6108), - [6457] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__delegation_specifiers_repeat1, 2), SHIFT_REPEAT(6861), - [6460] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5977), - [6462] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2140), - [6464] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_source_file_repeat2, 2), - [6466] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2), - [6468] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2), SHIFT_REPEAT(7432), - [6471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5980), - [6473] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constraints_repeat1, 2), SHIFT_REPEAT(6902), - [6476] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5901), - [6478] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6011), - [6480] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6022), - [6482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6902), - [6484] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_expression_repeat1, 2), SHIFT_REPEAT(9508), - [6487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6861), - [6489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7330), - [6491] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_user_type, 2), SHIFT(7555), - [6494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3371), - [6496] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3260), - [6498] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_user_type, 1), SHIFT(7180), - [6501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8914), - [6503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(150), - [6505] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__primary_expression, 1), SHIFT(7543), - [6508] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6368), - [6512] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3415), - [6514] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5602), - [6516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6376), - [6518] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6068), - [6520] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6486), - [6522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9475), - [6524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6369), - [6526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9471), - [6528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6390), - [6530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9485), - [6532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6379), - [6534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9482), - [6536] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(9482), - [6540] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6376), - [6544] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), - [6546] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), - [6548] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(9087), - [6551] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__primary_expression, 1), SHIFT(7466), - [6554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6077), - [6556] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6076), - [6558] = {.entry = {.count = 1, .reusable = false}}, SHIFT(212), - [6560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8933), - [6562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3381), - [6564] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5766), - [6566] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2116), - [6568] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_nullable_type_repeat1, 2), SHIFT_REPEAT(3381), - [6571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6441), - [6573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6445), - [6575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6425), - [6577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6434), - [6579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5762), - [6581] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_nullable_type_repeat1, 2), SHIFT_REPEAT(3415), - [6584] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(9193), - [6588] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6380), - [6592] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5797), - [6594] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6782), - [6596] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6778), - [6598] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5810), - [6600] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6668), - [6602] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5818), - [6604] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6768), - [6606] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_user_type_repeat1, 2), SHIFT_REPEAT(7555), - [6609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6499), - [6611] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(9342), - [6615] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6392), - [6619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5849), - [6621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2158), - [6623] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constraints_repeat1, 2), SHIFT_REPEAT(6922), - [6626] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6477), - [6628] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2181), - [6630] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6491), - [6632] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6515), - [6634] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6489), - [6636] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(9300), - [6640] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5761), - [6642] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2032), - [6644] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3643), - [6646] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3683), - [6648] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6116), - [6650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5920), - [6652] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5888), - [6654] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5757), - [6656] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6109), - [6658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5760), - [6660] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6759), - [6662] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6029), - [6664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6922), - [6666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6849), - [6668] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6767), - [6670] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5876), - [6672] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5872), - [6674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5879), - [6676] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5853), - [6678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6415), - [6680] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5967), - [6682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2204), - [6684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5938), - [6686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5897), - [6688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1700), - [6690] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6024), - [6692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1445), - [6694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2208), - [6696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7341), - [6698] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2203), - [6700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8577), - [6702] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2206), - [6704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2213), - [6706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2212), - [6708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2211), - [6710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2210), - [6712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7341), - [6714] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2209), - [6716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2209), - [6718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2208), - [6720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2206), - [6722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6028), - [6724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6028), - [6726] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2205), - [6728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6024), - [6730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4912), - [6732] = {.entry = {.count = 1, .reusable = false}}, SHIFT(130), - [6734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7839), - [6736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9472), - [6738] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_file_annotation, 5), - [6740] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_file_annotation, 5), - [6742] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_shebang_line, 2), - [6744] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_shebang_line, 2), - [6746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5601), - [6748] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6415), - [6752] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(9464), - [6756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9464), - [6758] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5981), - [6760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6373), - [6762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9497), - [6764] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6393), - [6768] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(9283), - [6772] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_file_annotation, 7), - [6774] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_file_annotation, 7), - [6776] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6198), - [6778] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6389), - [6782] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(9239), - [6786] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5989), - [6788] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constraints_repeat1, 2), SHIFT_REPEAT(6917), - [6791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6189), - [6793] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6178), - [6795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6195), - [6797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6917), - [6799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6836), - [6801] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5862), - [6803] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6179), - [6805] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6446), - [6807] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6170), - [6809] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__delegation_specifiers_repeat1, 2), SHIFT_REPEAT(6836), - [6812] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3667), - [6814] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6461), - [6816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5858), - [6818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5860), - [6820] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_user_type_repeat1, 2), SHIFT_REPEAT(7420), - [6823] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__primary_expression, 1), SHIFT(7402), - [6826] = {.entry = {.count = 1, .reusable = false}}, SHIFT(163), - [6828] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2323), - [6830] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2319), - [6832] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2322), - [6834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2335), - [6836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2332), - [6838] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2327), - [6840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2327), - [6842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2323), - [6844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2322), - [6846] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2320), - [6848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8924), - [6850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9456), - [6852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6400), - [6854] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6591), - [6856] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6597), - [6858] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6599), - [6860] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6517), - [6862] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6601), - [6864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9453), - [6866] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6612), - [6868] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6617), - [6870] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6618), - [6872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6402), - [6874] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6620), - [6876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2331), - [6878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2330), - [6880] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6533), - [6882] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(8935), - [6886] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_header, 3), - [6888] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_header, 3), - [6890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7420), - [6892] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6406), - [6896] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_list, 2), - [6898] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_list, 2), - [6900] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(9173), - [6904] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6364), - [6908] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2028), - [6910] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2031), - [6912] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2029), - [6914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2023), - [6916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2024), - [6918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2025), - [6920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2026), - [6922] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2027), - [6924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2027), - [6926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2028), - [6928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2029), - [6930] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2030), - [6932] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6209), - [6934] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2254), - [6936] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6545), - [6938] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5840), - [6940] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5834), - [6942] = {.entry = {.count = 1, .reusable = false}}, SHIFT(210), - [6944] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1910), - [6946] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6541), - [6948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9371), - [6950] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5921), - [6952] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1784), - [6954] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5898), - [6956] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6584), - [6958] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6216), - [6960] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6590), - [6962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6416), - [6964] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6553), - [6966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9331), - [6968] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unescaped_annotation, 1), - [6970] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unescaped_annotation, 1), - [6972] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__unescaped_annotation, 1), SHIFT(1479), - [6975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6370), - [6977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9339), - [6979] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6604), - [6981] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6611), - [6983] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2216), - [6985] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5831), - [6987] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6208), - [6989] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6253), - [6991] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5905), - [6993] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), - [6995] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6192), - [6997] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5918), - [6999] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6534), - [7001] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5913), - [7003] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__single_annotation, 3), - [7005] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__single_annotation, 3), - [7007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2312), - [7009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2304), - [7011] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2311), - [7013] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2312), - [7015] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6260), - [7017] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2301), - [7019] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__delegation_specifiers_repeat1, 2), SHIFT_REPEAT(6834), - [7022] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5848), - [7024] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__delegation_specifiers_repeat1, 2), SHIFT_REPEAT(6891), - [7027] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__single_annotation, 2), - [7029] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__single_annotation, 2), - [7031] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2309), - [7033] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2310), - [7035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2305), - [7037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2306), - [7039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2307), - [7041] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2308), - [7043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2308), - [7045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2309), - [7047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2310), - [7049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6891), - [7051] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6180), - [7053] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__multi_annotation, 5), - [7055] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__multi_annotation, 5), - [7057] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5778), - [7059] = {.entry = {.count = 1, .reusable = false}}, SHIFT(162), - [7061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9439), - [7063] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6104), - [7065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6249), - [7067] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotation, 1), - [7069] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation, 1), - [7071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9192), - [7073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6403), - [7075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9230), - [7077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6405), - [7079] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6145), + [4027] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9574), + [4029] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8910), + [4031] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 6), + [4033] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 6), + [4035] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6031), + [4037] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1728), + [4039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249), + [4041] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 3), + [4043] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 3), + [4045] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6042), + [4047] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 4), + [4049] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 4), + [4051] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6040), + [4053] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2219), + [4055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2737), + [4057] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1577), + [4059] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1539), + [4061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2250), + [4063] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2104), + [4065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2146), + [4067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2188), + [4069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2194), + [4071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2204), + [4073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2211), + [4075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2211), + [4077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2219), + [4079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2104), + [4081] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2248), + [4083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2250), + [4085] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 5), + [4087] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 5), + [4089] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6034), + [4091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2741), + [4093] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4046), + [4095] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4069), + [4097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2754), + [4099] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 7), + [4101] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 7), + [4103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6029), + [4105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2746), + [4107] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_user_type, 1, .production_id = 1), + [4109] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 1), + [4111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6185), + [4113] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_declaration, 1), + [4115] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_user_type, 1, .production_id = 1), + [4117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5622), + [4119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2734), + [4121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2728), + [4123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2755), + [4125] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_try_expression_repeat1, 2), + [4127] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_try_expression_repeat1, 2), + [4129] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_expression_repeat1, 2), SHIFT_REPEAT(9574), + [4132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2742), + [4134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2747), + [4136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2736), + [4138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2758), + [4140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2730), + [4142] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), + [4145] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), + [4148] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_getter, 1), + [4150] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_getter, 1), + [4152] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(9271), + [4156] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1753), + [4158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2782), + [4160] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4093), + [4162] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4094), + [4164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1756), + [4166] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1754), + [4168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1742), + [4170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1743), + [4172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1744), + [4174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1745), + [4176] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1752), + [4178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1752), + [4180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1753), + [4182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1754), + [4184] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1755), + [4186] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1756), + [4188] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, .production_id = 4), + [4190] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, .production_id = 4), + [4192] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6616), + [4194] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5603), + [4196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2789), + [4198] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function, 5), + [4200] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function, 5), + [4202] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6059), + [4204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2765), + [4206] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2042), + [4208] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2041), + [4210] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function, 4), + [4212] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function, 4), + [4214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6060), + [4216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2792), + [4218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2769), + [4220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2763), + [4222] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_user_type, 2), + [4224] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_user_type, 2), + [4226] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_user_type, 2), SHIFT(7590), + [4229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2786), + [4231] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, .production_id = 6), + [4233] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, .production_id = 6), + [4235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6611), + [4237] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_nullable_type_repeat1, 2), + [4239] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_nullable_type_repeat1, 2), + [4241] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_nullable_type_repeat1, 2), SHIFT_REPEAT(846), + [4244] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type, 2), + [4246] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type, 2), + [4248] = {.entry = {.count = 1, .reusable = false}}, SHIFT(848), + [4250] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_nullable_type, 2), + [4252] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nullable_type, 2), + [4254] = {.entry = {.count = 1, .reusable = false}}, SHIFT(846), + [4256] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 9), + [4258] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 9), + [4260] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 8), + [4262] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 8), + [4264] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_type, 3), + [4266] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_type, 3), + [4268] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type_parameters, 3), + [4270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2788), + [4272] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_user_type_repeat1, 2), + [4274] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_user_type_repeat1, 2), + [4276] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_user_type_repeat1, 2), SHIFT_REPEAT(7590), + [4279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2772), + [4281] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__return_at, 2), + [4283] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__return_at, 2), + [4285] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), + [4288] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), + [4291] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_setter, 1), + [4293] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_setter, 1), + [4295] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6397), + [4299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2776), + [4301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2790), + [4303] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 4, .production_id = 2), + [4305] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 4, .production_id = 2), + [4307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6620), + [4309] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_user_type, 1), + [4311] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_user_type, 1), + [4313] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_user_type, 1), SHIFT(7259), + [4316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2773), + [4318] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6016), + [4320] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1997), + [4322] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type, 1), + [4324] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type, 1), + [4326] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function, 2), + [4328] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function, 2), + [4330] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6061), + [4332] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6015), + [4334] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6005), + [4336] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6009), + [4338] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6615), + [4340] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6013), + [4342] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 7, .production_id = 4), + [4344] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 7, .production_id = 4), + [4346] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 7, .production_id = 6), + [4348] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 7, .production_id = 6), + [4350] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2276), + [4352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2812), + [4354] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2422), + [4356] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2421), + [4358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2268), + [4360] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2273), + [4362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2288), + [4364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2287), + [4366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2286), + [4368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2284), + [4370] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2278), + [4372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2278), + [4374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2276), + [4376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2273), + [4378] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2271), + [4380] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2268), + [4382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2827), + [4384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2835), + [4386] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 2, .production_id = 2), + [4388] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 2, .production_id = 2), + [4390] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6630), + [4392] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 8, .production_id = 6), + [4394] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 8, .production_id = 6), + [4396] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameters, 3), + [4398] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 3), + [4400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2803), + [4402] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, .production_id = 2), + [4404] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, .production_id = 2), + [4406] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, .production_id = 2), + [4408] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, .production_id = 2), + [4410] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 3, .production_id = 4), + [4412] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 3, .production_id = 4), + [4414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6624), + [4416] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_delegation_specifier, 1), + [4418] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delegation_specifier, 1), + [4420] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1764), + [4422] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function, 6), + [4424] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function, 6), + [4426] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function, 7), + [4428] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function, 7), + [4430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2824), + [4432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2805), + [4434] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4122), + [4436] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4133), + [4438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2811), + [4440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2804), + [4442] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_constraints, 2), + [4444] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_constraints, 2), + [4446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6937), + [4448] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6708), + [4450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2823), + [4452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2819), + [4454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2814), + [4456] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_constraints, 3), + [4458] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_constraints, 3), + [4460] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameters, 4), + [4462] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 4), + [4464] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_type_constraints_repeat1, 2), + [4466] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_constraints_repeat1, 2), + [4468] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constraints_repeat1, 2), SHIFT_REPEAT(6937), + [4471] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_arguments, 4), + [4473] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 4), + [4475] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6716), + [4477] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__literal_constant, 1), + [4479] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__literal_constant, 1), + [4481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(997), + [4483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1057), + [4485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6718), + [4487] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 10), + [4489] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 10), + [4491] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_arguments, 3), + [4493] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 3), + [4495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6726), + [4497] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_catch_block, 7), + [4499] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_catch_block, 7), + [4501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2815), + [4503] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, .production_id = 4), + [4505] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, .production_id = 4), + [4507] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_catch_block, 8), + [4509] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_catch_block, 8), + [4511] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__block, 2), + [4513] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block, 2), + [4515] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_user_type, 2, .production_id = 1), + [4517] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_user_type, 2, .production_id = 1), + [4519] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__block, 3), + [4521] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block, 3), + [4523] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_primary_constructor, 2), + [4525] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primary_constructor, 2), + [4527] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_constraint, 4, .production_id = 2), + [4529] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_constraint, 4, .production_id = 2), + [4531] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__function_value_parameters, 3), + [4533] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_value_parameters, 3), + [4535] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 4, .production_id = 2), + [4537] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 4, .production_id = 2), + [4539] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__class_parameters, 4), + [4541] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_parameters, 4), + [4543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2310), + [4545] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6161), + [4547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1537), + [4549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1652), + [4551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7370), + [4553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1656), + [4555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8661), + [4557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1654), + [4559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1646), + [4561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1648), + [4563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1649), + [4565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1650), + [4567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7370), + [4569] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1651), + [4571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1651), + [4573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1652), + [4575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1654), + [4577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6160), + [4579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6160), + [4581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1655), + [4583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6161), + [4585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3414), + [4587] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__class_parameters, 2), + [4589] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_parameters, 2), + [4591] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__function_value_parameters, 2), + [4593] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_value_parameters, 2), + [4595] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 7, .production_id = 2), + [4597] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 7, .production_id = 2), + [4599] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__class_parameters, 5), + [4601] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_parameters, 5), + [4603] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_multi_variable_declaration, 4), + [4605] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_multi_variable_declaration, 4), + [4607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5508), + [4609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5514), + [4611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5510), + [4613] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_primary_constructor, 1), + [4615] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primary_constructor, 1), + [4617] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__function_value_parameters, 5), + [4619] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_value_parameters, 5), + [4621] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 5), + [4623] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 5), + [4625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5980), + [4627] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__delegation_specifiers_repeat1, 2), + [4629] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__delegation_specifiers_repeat1, 2), + [4631] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__delegation_specifiers_repeat1, 2), SHIFT_REPEAT(6920), + [4634] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5985), + [4636] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_constraint, 3, .production_id = 1), + [4638] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_constraint, 3, .production_id = 1), + [4640] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unsigned_literal, 2), + [4642] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unsigned_literal, 2), + [4644] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1186), + [4646] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 3), + [4648] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 3), + [4650] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__class_parameters, 3), + [4652] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_parameters, 3), + [4654] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 8, .production_id = 4), + [4656] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 8, .production_id = 4), + [4658] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__delegation_specifiers, 1), + [4660] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__delegation_specifiers, 1), + [4662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6920), + [4664] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__delegation_specifiers, 2), + [4666] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__delegation_specifiers, 2), + [4668] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__function_value_parameters, 4), + [4670] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_value_parameters, 4), + [4672] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 9, .production_id = 6), + [4674] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 9, .production_id = 6), + [4676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5505), + [4678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5511), + [4680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5495), + [4682] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 5, .production_id = 4), + [4684] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 5, .production_id = 4), + [4686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5502), + [4688] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_primary_constructor, 3), + [4690] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primary_constructor, 3), + [4692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5509), + [4694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5973), + [4696] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_declaration, 3), + [4698] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 3), + [4700] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_multi_variable_declaration, 3), + [4702] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_multi_variable_declaration, 3), + [4704] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(9285), + [4708] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(9250), + [4712] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(9398), + [4716] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_indexing_expression, 2), + [4718] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_indexing_expression, 2), + [4720] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_literal, 3), + [4722] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_literal, 3), + [4724] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_literal, 4), + [4726] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_literal, 4), + [4728] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6436), + [4732] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_literal, 3), + [4734] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_literal, 3), + [4736] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6408), + [4740] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_navigation_expression, 2), + [4742] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_navigation_expression, 2), + [4744] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 2), + [4746] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 2), + [4748] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_literal, 4), + [4750] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_literal, 4), + [4752] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_control_structure_body, 1), + [4754] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_control_structure_body, 1), + [4756] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3), + [4758] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3), + [4760] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_literal, 4), + [4762] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_literal, 4), + [4764] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotated_lambda, 1), + [4766] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotated_lambda, 1), + [4768] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_long_literal, 2), + [4770] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_long_literal, 2), + [4772] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__continue_at, 2), + [4774] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__continue_at, 2), + [4776] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6736), + [4778] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6727), + [4780] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_callable_reference, 2), + [4782] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_callable_reference, 2), + [4784] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_when_expression, 4), + [4786] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_when_expression, 4), + [4788] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_literal, 2), + [4790] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_literal, 2), + [4792] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_expression, 5), + [4794] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 5), + [4796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9451), + [4798] = {.entry = {.count = 1, .reusable = false}}, SHIFT(146), + [4800] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6409), + [4804] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__break_at, 2), + [4806] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__break_at, 2), + [4808] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_body, 2), + [4810] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_body, 2), + [4812] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 3, .production_id = 2), + [4814] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 3, .production_id = 2), + [4816] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_literal, 2), + [4818] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_literal, 2), + [4820] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_callable_reference, 3, .production_id = 1), + [4822] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_callable_reference, 3, .production_id = 1), + [4824] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_body, 1), + [4826] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_body, 1), + [4828] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_literal, 3), + [4830] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_literal, 3), + [4832] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_finally_block, 2), + [4834] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_finally_block, 2), + [4836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5523), + [4838] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5524), + [4840] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5525), + [4842] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__primary_expression, 1), + [4844] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__primary_expression, 1), + [4846] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__primary_expression, 1), SHIFT(7543), + [4849] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_expression, 4), + [4851] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_expression, 4), + [4853] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_suffix, 3), + [4855] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_suffix, 3), + [4857] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_literal, 2), + [4859] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_literal, 2), + [4861] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_value_arguments, 5), + [4863] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_value_arguments, 5), + [4865] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_value_arguments, 4), + [4867] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_value_arguments, 4), + [4869] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_value_arguments, 3), + [4871] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_value_arguments, 3), + [4873] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotated_lambda, 3), + [4875] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotated_lambda, 3), + [4877] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_directly_assignable_expression, 1), + [4879] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_directly_assignable_expression, 1), + [4881] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_when_expression, 3), + [4883] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_when_expression, 3), + [4885] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_value_arguments, 2), + [4887] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_value_arguments, 2), + [4889] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_as_expression, 3), + [4891] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_as_expression, 3), + [4893] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_invocation, 2), + [4895] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_invocation, 2), + [4897] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_boolean_literal, 1), + [4899] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_boolean_literal, 1), + [4901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5516), + [4903] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_literal, 5), + [4905] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_literal, 5), + [4907] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_alias, 4, .production_id = 2), + [4909] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_alias, 4, .production_id = 2), + [4911] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 11), + [4913] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 11), + [4915] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_declaration, 11), + [4917] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_declaration, 11), + [4919] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_super_expression, 1), + [4921] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_super_expression, 1), + [4923] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 10, .production_id = 6), + [4925] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 10, .production_id = 6), + [4927] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_this_expression, 1), + [4929] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_this_expression, 1), + [4931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6409), + [4933] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_when_expression, 5), + [4935] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_when_expression, 5), + [4937] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 9, .production_id = 4), + [4939] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 9, .production_id = 4), + [4941] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_setter, 8), + [4943] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_setter, 8), + [4945] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8), + [4947] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8), + [4949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9250), + [4951] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_postfix_expression, 2), + [4953] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_postfix_expression, 2), + [4955] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_setter, 2), + [4957] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_setter, 2), + [4959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6411), + [4961] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_getter, 2), + [4963] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_getter, 2), + [4965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9244), + [4967] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_class_body, 5), + [4969] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_class_body, 5), + [4971] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 8, .production_id = 2), + [4973] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 8, .production_id = 2), + [4975] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_getter, 7), + [4977] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_getter, 7), + [4979] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_navigation_suffix, 2), + [4981] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_navigation_suffix, 2), + [4983] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_expression, 7), + [4985] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 7), + [4987] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_setter, 7), + [4989] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_setter, 7), + [4991] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_class_body, 4), + [4993] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_class_body, 4), + [4995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5521), + [4997] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_setter, 6), + [4999] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_setter, 6), + [5001] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 6, .production_id = 4), + [5003] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 6, .production_id = 4), + [5005] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_body, 3), + [5007] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_body, 3), + [5009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5520), + [5011] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotated_lambda, 2), + [5013] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotated_lambda, 2), + [5015] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_character_literal, 3), + [5017] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_character_literal, 3), + [5019] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_getter, 4), + [5021] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_getter, 4), + [5023] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_indexing_suffix, 4), + [5025] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_indexing_suffix, 4), + [5027] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 4, .production_id = 4), + [5029] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 4, .production_id = 4), + [5031] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_alias, 5, .production_id = 2), + [5033] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_alias, 5, .production_id = 2), + [5035] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_alias, 6, .production_id = 4), + [5037] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_alias, 6, .production_id = 4), + [5039] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_class_body, 2), + [5041] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_class_body, 2), + [5043] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_while_statement, 6), + [5045] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_while_statement, 6), + [5047] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_getter, 6), + [5049] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_getter, 6), + [5051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5518), + [5053] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function, 8), + [5055] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function, 8), + [5057] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_expression, 8), + [5059] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 8), + [5061] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_class_body, 3), + [5063] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_class_body, 3), + [5065] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unsigned_literal, 3), + [5067] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unsigned_literal, 3), + [5069] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_indexing_suffix, 3), + [5071] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_indexing_suffix, 3), + [5073] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_getter, 5), + [5075] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_getter, 5), + [5077] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_alias, 5, .production_id = 4), + [5079] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_alias, 5, .production_id = 4), + [5081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5519), + [5083] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 5), + [5085] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 5), + [5087] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 5, .production_id = 2), + [5089] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 5, .production_id = 2), + [5091] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function, 3), + [5093] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function, 3), + [5095] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_expression, 6), + [5097] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 6), + [5099] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_setter, 5), + [5101] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_setter, 5), + [5103] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6440), + [5107] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(9425), + [5111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6490), + [5113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8920), + [5115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5422), + [5117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5365), + [5119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6387), + [5121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6964), + [5123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2148), + [5125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2231), + [5127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2233), + [5129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2234), + [5131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2240), + [5133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2238), + [5135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2236), + [5137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2235), + [5139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2235), + [5141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2148), + [5143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2233), + [5145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2232), + [5147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6217), + [5149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2293), + [5151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6215), + [5153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6212), + [5155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6208), + [5157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6206), + [5159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6483), + [5161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4239), + [5163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6479), + [5165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6472), + [5167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6700), + [5169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8680), + [5171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5421), + [5173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5369), + [5175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6942), + [5177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6699), + [5179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4265), + [5181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6690), + [5183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6707), + [5185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6693), + [5187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(156), + [5189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9480), + [5191] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6416), + [5195] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(9567), + [5199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6236), + [5201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6146), + [5203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1660), + [5205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6156), + [5207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6234), + [5209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6235), + [5211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6166), + [5213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6478), + [5215] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(9503), + [5219] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6415), + [5223] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(9540), + [5227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6172), + [5229] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6425), + [5233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6179), + [5235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6487), + [5237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6425), + [5239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6494), + [5241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9540), + [5243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6426), + [5245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9538), + [5247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6703), + [5249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6692), + [5251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6489), + [5253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6686), + [5255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6585), + [5257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6599), + [5259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6586), + [5261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6579), + [5263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1932), + [5265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1809), + [5267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4643), + [5269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4635), + [5271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1934), + [5273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1611), + [5275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3411), + [5277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3408), + [5279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1935), + [5281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1585), + [5283] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(9551), + [5287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1928), + [5289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1939), + [5291] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6420), + [5295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1927), + [5297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1938), + [5299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1936), + [5301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1925), + [5303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1542), + [5305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1924), + [5307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1583), + [5309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6497), + [5311] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(6390), + [5314] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8329), + [5317] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7296), + [5320] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8330), + [5323] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7307), + [5326] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6823), + [5328] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6818), + [5330] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8495), + [5333] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7327), + [5336] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2140), + [5338] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6806), + [5340] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6292), + [5342] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6830), + [5344] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7346), + [5347] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8382), + [5350] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7232), + [5353] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7266), + [5356] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6654), + [5358] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8706), + [5360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4289), + [5362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5374), + [5364] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6380), + [5366] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6932), + [5368] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8429), + [5371] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7321), + [5374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6525), + [5376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6464), + [5378] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7400), + [5381] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7283), + [5384] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7218), + [5387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1941), + [5389] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7313), + [5392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6458), + [5394] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7226), + [5397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6799), + [5399] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8702), + [5401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4271), + [5403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5308), + [5405] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6944), + [5407] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6536), + [5409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6812), + [5411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5417), + [5413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6651), + [5415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5409), + [5417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6650), + [5419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6454), + [5421] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8418), + [5424] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7396), + [5427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6824), + [5429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6845), + [5431] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7306), + [5434] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7362), + [5437] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7374), + [5440] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7310), + [5443] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7323), + [5446] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7274), + [5449] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7343), + [5452] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6642), + [5454] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7213), + [5457] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7341), + [5460] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1933), + [5462] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6509), + [5464] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6600), + [5466] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6293), + [5468] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6557), + [5470] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6518), + [5472] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7275), + [5475] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7360), + [5478] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6291), + [5480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2174), + [5482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1869), + [5484] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2164), + [5486] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2174), + [5488] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2017), + [5490] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2047), + [5492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1887), + [5494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1895), + [5496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1912), + [5498] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1915), + [5500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1915), + [5502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2017), + [5504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2047), + [5506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7419), + [5508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2337), + [5510] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6853), + [5512] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6852), + [5514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8045), + [5516] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6580), + [5518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5475), + [5520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7418), + [5522] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6542), + [5524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5589), + [5526] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6822), + [5528] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6535), + [5530] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6530), + [5532] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6644), + [5534] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6841), + [5536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5659), + [5538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7421), + [5540] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6637), + [5542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5070), + [5544] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6588), + [5546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3849), + [5548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5478), + [5550] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6517), + [5552] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6652), + [5554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6646), + [5556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4736), + [5558] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__delegation_specifiers_repeat1, 2), SHIFT_REPEAT(6881), + [5561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3739), + [5563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5481), + [5565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4726), + [5567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6881), + [5569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3795), + [5571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5686), + [5573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4579), + [5575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5572), + [5577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3321), + [5579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6796), + [5581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4015), + [5583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1106), + [5585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4014), + [5587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4008), + [5589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3257), + [5591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5040), + [5593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6807), + [5595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6808), + [5597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5724), + [5599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6503), + [5601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1099), + [5603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4940), + [5605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3144), + [5607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1100), + [5609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6785), + [5611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5164), + [5613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5569), + [5615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8053), + [5617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5162), + [5619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6784), + [5621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8056), + [5623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3318), + [5625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3283), + [5627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6805), + [5629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7495), + [5631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6825), + [5633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6850), + [5635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6839), + [5637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3215), + [5639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6774), + [5641] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6445), + [5645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6463), + [5647] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8801), + [5649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5450), + [5651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5299), + [5653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6385), + [5655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6938), + [5657] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6786), + [5659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6660), + [5661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6531), + [5663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1957), + [5665] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1909), + [5667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2496), + [5669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4913), + [5671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4941), + [5673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1958), + [5675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2438), + [5677] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1959), + [5679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9489), + [5681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(140), + [5683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6476), + [5685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4263), + [5687] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1972), + [5689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2446), + [5691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3778), + [5693] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3775), + [5695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1969), + [5697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2427), + [5699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1963), + [5701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6836), + [5703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1964), + [5705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2096), + [5707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2163), + [5709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2535), + [5711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5102), + [5713] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5105), + [5715] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6480), + [5717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1977), + [5719] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6605), + [5721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1976), + [5723] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1974), + [5725] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2095), + [5727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2527), + [5729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2093), + [5731] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2088), + [5733] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2092), + [5735] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(9436), + [5739] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2053), + [5741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3925), + [5743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3924), + [5745] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6485), + [5747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9395), + [5749] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__annotated_delegation_specifier_repeat1, 1), SHIFT(6390), + [5752] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__annotated_delegation_specifier_repeat1, 1), + [5754] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6842), + [5756] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6846), + [5758] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2085), + [5760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2530), + [5762] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2086), + [5764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2539), + [5766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6435), + [5768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9398), + [5770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6436), + [5772] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6843), + [5774] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2078), + [5776] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1614), + [5778] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6578), + [5780] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2115), + [5782] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2292), + [5784] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5181), + [5786] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5178), + [5788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1784), + [5790] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6958), + [5792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2696), + [5794] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5375), + [5796] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5381), + [5798] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1978), + [5800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1779), + [5802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2711), + [5804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1757), + [5806] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2105), + [5808] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1670), + [5810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2599), + [5812] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3997), + [5814] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3993), + [5816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1671), + [5818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2617), + [5820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1730), + [5822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1719), + [5824] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1666), + [5826] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6410), + [5830] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(9463), + [5834] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2109), + [5836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2112), + [5838] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2110), + [5840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2098), + [5842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2099), + [5844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2100), + [5846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2101), + [5848] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2108), + [5850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2108), + [5852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2109), + [5854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2110), + [5856] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2111), + [5858] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2112), + [5860] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1668), + [5862] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1669), + [5864] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1966), + [5866] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6475), + [5868] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2097), + [5870] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6495), + [5872] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6533), + [5874] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6592), + [5876] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6621), + [5878] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6676), + [5880] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6498), + [5882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2307), + [5884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2133), + [5886] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2077), + [5888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2586), + [5890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6505), + [5892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2208), + [5894] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2066), + [5896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2579), + [5898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1638), + [5900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1918), + [5902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2678), + [5904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5197), + [5906] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5229), + [5908] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1763), + [5910] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4057), + [5912] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4045), + [5914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9509), + [5916] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1825), + [5918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6418), + [5920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9503), + [5922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6415), + [5924] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1762), + [5926] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6508), + [5928] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1794), + [5930] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6504), + [5932] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6481), + [5934] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6468), + [5936] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1767), + [5938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2680), + [5940] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2051), + [5942] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6501), + [5944] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1770), + [5946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2646), + [5948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9547), + [5950] = {.entry = {.count = 1, .reusable = false}}, SHIFT(208), + [5952] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6705), + [5954] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6664), + [5956] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6639), + [5958] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6582), + [5960] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6467), + [5962] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1672), + [5964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2639), + [5966] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6488), + [5968] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2087), + [5970] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1751), + [5972] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6457), + [5974] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6405), + [5978] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(9350), + [5982] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1629), + [5984] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1827), + [5986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1664), + [5988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1750), + [5990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1713), + [5992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2120), + [5994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6674), + [5996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6715), + [5998] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6737), + [6000] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6780), + [6002] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6641), + [6004] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6603), + [6006] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6569), + [6008] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6450), + [6010] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6543), + [6012] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6528), + [6014] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6527), + [6016] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6829), + [6018] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6519), + [6020] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6810), + [6022] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6798), + [6024] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6782), + [6026] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6691), + [6028] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6723), + [6030] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6795), + [6032] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1979), + [6034] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1641), + [6036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2740), + [6038] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4179), + [6040] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4178), + [6042] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6675), + [6044] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1857), + [6046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2735), + [6048] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1983), + [6050] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5461), + [6052] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5460), + [6054] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1787), + [6056] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2025), + [6058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2770), + [6060] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5477), + [6062] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5472), + [6064] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2138), + [6066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2783), + [6068] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4209), + [6070] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4190), + [6072] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6828), + [6074] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6566), + [6076] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6819), + [6078] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1790), + [6080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2785), + [6082] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1982), + [6084] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6663), + [6086] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6760), + [6088] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6581), + [6090] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2006), + [6092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2750), + [6094] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2205), + [6096] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1962), + [6098] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6521), + [6100] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1774), + [6102] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6514), + [6104] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6522), + [6106] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2217), + [6108] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1940), + [6110] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6738), + [6112] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6848), + [6114] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6532), + [6116] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6661), + [6118] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1987), + [6120] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2178), + [6122] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6634), + [6124] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6632), + [6126] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6565), + [6128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6573), + [6130] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1780), + [6132] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6571), + [6134] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2043), + [6136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2781), + [6138] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1990), + [6140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2757), + [6142] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6744), + [6144] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1930), + [6146] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6747), + [6148] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1778), + [6150] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1923), + [6152] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6771), + [6154] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1980), + [6156] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6570), + [6158] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1708), + [6160] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2123), + [6162] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5488), + [6164] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5490), + [6166] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1715), + [6168] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1707), + [6170] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6576), + [6172] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2237), + [6174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2830), + [6176] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4217), + [6178] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4214), + [6180] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2270), + [6182] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2259), + [6184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2810), + [6186] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6754), + [6188] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6577), + [6190] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2272), + [6192] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6757), + [6194] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6743), + [6196] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1720), + [6198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2797), + [6200] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6595), + [6202] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2267), + [6204] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1716), + [6206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2820), + [6208] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1771), + [6210] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2218), + [6212] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2274), + [6214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1695), + [6216] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9573), + [6218] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8805), + [6220] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9570), + [6222] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8740), + [6224] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6290), + [6226] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_expression_repeat1, 2), SHIFT_REPEAT(9570), + [6229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6064), + [6231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1621), + [6233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), + [6235] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_expression_repeat1, 2), SHIFT_REPEAT(9573), + [6238] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6062), + [6240] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6053), + [6242] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1659), + [6244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255), + [6246] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6051), + [6248] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6048), + [6250] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6046), + [6252] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6075), + [6254] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6071), + [6256] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6045), + [6258] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6067), + [6260] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6245), + [6262] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2152), + [6264] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6667), + [6266] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2860), + [6268] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6079), + [6270] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6658), + [6272] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6657), + [6274] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_nullable_type_repeat1, 2), SHIFT_REPEAT(2849), + [6277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2867), + [6279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6094), + [6281] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6402), + [6285] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(9261), + [6289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2843), + [6291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6655), + [6293] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_nullable_type_repeat1, 2), SHIFT_REPEAT(2860), + [6296] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6200), + [6298] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6091), + [6300] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6190), + [6302] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2849), + [6304] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6090), + [6306] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_user_type_repeat1, 2), SHIFT_REPEAT(7519), + [6309] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_user_type, 1), SHIFT(7247), + [6312] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6187), + [6314] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6078), + [6316] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6077), + [6318] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_user_type, 1), SHIFT(7233), + [6321] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_user_type_repeat1, 2), SHIFT_REPEAT(7553), + [6324] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6186), + [6326] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6694), + [6328] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_user_type, 2), SHIFT(7553), + [6331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6689), + [6333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6688), + [6335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6683), + [6337] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_user_type, 2), SHIFT(7519), + [6340] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5608), + [6342] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5611), + [6344] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constraints_repeat1, 2), SHIFT_REPEAT(6969), + [6347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6162), + [6349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5622), + [6351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3038), + [6353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3369), + [6355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6695), + [6357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9562), + [6359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8745), + [6361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6681), + [6363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1782), + [6365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6678), + [6367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6685), + [6369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6706), + [6371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6687), + [6373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6969), + [6375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3031), + [6377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3430), + [6379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5618), + [6381] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6792), + [6383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6669), + [6385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1916), + [6387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6249), + [6389] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2020), + [6391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6130), + [6393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6246), + [6395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6242), + [6397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6239), + [6399] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6238), + [6401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2052), + [6403] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5873), + [6405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1479), + [6407] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1876), + [6409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7345), + [6411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1865), + [6413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8637), + [6415] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1873), + [6417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1890), + [6419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1889), + [6421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1888), + [6423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1885), + [6425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7345), + [6427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1883), + [6429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1883), + [6431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1876), + [6433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1873), + [6435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5872), + [6437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5872), + [6439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1866), + [6441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5873), + [6443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4655), + [6445] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7591), + [6447] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_expression_repeat1, 2), SHIFT_REPEAT(9562), + [6450] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_user_type_repeat1, 2), SHIFT_REPEAT(7591), + [6453] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6163), + [6455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3356), + [6457] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6089), + [6459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1694), + [6461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231), + [6463] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3231), + [6465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6087), + [6467] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6084), + [6469] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6081), + [6471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6164), + [6473] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constraints_repeat1, 2), SHIFT_REPEAT(6970), + [6476] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6080), + [6478] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__delegation_specifiers_repeat1, 2), SHIFT_REPEAT(6865), + [6481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6970), + [6483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6165), + [6485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6865), + [6487] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_source_file_repeat2, 2), + [6489] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2), + [6491] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2), SHIFT_REPEAT(7455), + [6494] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7394), + [6496] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__delegation_specifiers_repeat1, 2), SHIFT_REPEAT(6859), + [6499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9469), + [6501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(159), + [6503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6789), + [6505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6797), + [6507] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6804), + [6509] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_user_type, 2), SHIFT(7522), + [6512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3397), + [6514] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6813), + [6516] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3277), + [6518] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), + [6520] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), + [6522] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(9245), + [6525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5772), + [6527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2084), + [6529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5809), + [6531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3201), + [6533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5774), + [6535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6109), + [6537] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_nullable_type_repeat1, 2), SHIFT_REPEAT(3277), + [6540] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__primary_expression, 1), SHIFT(7461), + [6543] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6403), + [6547] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(9257), + [6551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5806), + [6553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6801), + [6555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9572), + [6557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(118), + [6559] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_user_type, 1), SHIFT(7269), + [6562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6403), + [6564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9257), + [6566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6407), + [6568] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__primary_expression, 1), SHIFT(7536), + [6571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3407), + [6573] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_nullable_type_repeat1, 2), SHIFT_REPEAT(3407), + [6576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6397), + [6578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9271), + [6580] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6104), + [6582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6401), + [6584] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(9050), + [6588] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_user_type_repeat1, 2), SHIFT_REPEAT(7522), + [6591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6101), + [6593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9268), + [6595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6102), + [6597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9255), + [6599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6635), + [6601] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6638), + [6603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6640), + [6605] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5614), + [6607] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(9414), + [6611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6831), + [6613] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6432), + [6617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6647), + [6619] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6438), + [6623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5875), + [6625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2295), + [6627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6648), + [6629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6449), + [6631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6265), + [6633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6264), + [6635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3558), + [6637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3744), + [6639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5966), + [6641] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1851), + [6643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6935), + [6645] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constraints_repeat1, 2), SHIFT_REPEAT(6935), + [6648] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5959), + [6650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6266), + [6652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6859), + [6654] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6220), + [6656] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2207), + [6658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6222), + [6660] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6226), + [6662] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6229), + [6664] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6231), + [6666] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6847), + [6668] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6447), + [6672] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(9446), + [6676] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6840), + [6678] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6838), + [6680] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6834), + [6682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5928), + [6684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5879), + [6686] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(9487), + [6690] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6399), + [6694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5876), + [6696] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(9528), + [6700] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5871), + [6702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1871), + [6704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5777), + [6706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1514), + [6708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7402), + [6710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1835), + [6712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8746), + [6714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1803), + [6716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1804), + [6718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7402), + [6720] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1834), + [6722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5777), + [6724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5000), + [6726] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3706), + [6728] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1832), + [6730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1833), + [6732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1806), + [6734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1811), + [6736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1817), + [6738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1817), + [6740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1832), + [6742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1833), + [6744] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5776), + [6746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5776), + [6748] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6422), + [6752] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6251), + [6754] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6001), + [6756] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2216), + [6758] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6250), + [6760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9496), + [6762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6406), + [6764] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6000), + [6766] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5997), + [6768] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5882), + [6770] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_shebang_line, 2), + [6772] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_shebang_line, 2), + [6774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9487), + [6776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6399), + [6778] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7874), + [6780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6959), + [6782] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5993), + [6784] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5990), + [6786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5604), + [6788] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_file_annotation, 5), + [6790] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_file_annotation, 5), + [6792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6877), + [6794] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6815), + [6796] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6826), + [6798] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__delegation_specifiers_repeat1, 2), SHIFT_REPEAT(6877), + [6801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9485), + [6803] = {.entry = {.count = 1, .reusable = false}}, SHIFT(203), + [6805] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6424), + [6809] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(9385), + [6813] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6135), + [6815] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6252), + [6817] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6153), + [6819] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6176), + [6821] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_file_annotation, 7), + [6823] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_file_annotation, 7), + [6825] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constraints_repeat1, 2), SHIFT_REPEAT(6959), + [6828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9283), + [6830] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6714), + [6832] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6701), + [6834] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6682), + [6836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6636), + [6838] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6809), + [6840] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6821), + [6842] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2064), + [6844] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1968), + [6846] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1691), + [6848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1628), + [6850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1627), + [6852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1626), + [6854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1625), + [6856] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1624), + [6858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1624), + [6860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2064), + [6862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1691), + [6864] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1828), + [6866] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__primary_expression, 1), SHIFT(7467), + [6869] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6791), + [6871] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_user_type_repeat1, 2), SHIFT_REPEAT(7575), + [6874] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6759), + [6876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6408), + [6878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9285), + [6880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6412), + [6882] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(9305), + [6886] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6832), + [6888] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_header, 3), + [6890] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_header, 3), + [6892] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6849), + [6894] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7575), + [6896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(125), + [6898] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_list, 2), + [6900] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_list, 2), + [6902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9477), + [6904] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6430), + [6908] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6417), + [6912] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(9333), + [6916] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6254), + [6918] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2256), + [6920] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1900), + [6922] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2282), + [6924] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6750), + [6926] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5771), + [6928] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6751), + [6930] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unescaped_annotation, 1), + [6932] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unescaped_annotation, 1), + [6934] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__unescaped_annotation, 1), SHIFT(1495), + [6937] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6256), + [6939] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6763), + [6941] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2245), + [6943] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2361), + [6945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1874), + [6947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2034), + [6949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2027), + [6951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2221), + [6953] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2227), + [6955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2227), + [6957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2245), + [6959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2361), + [6961] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), + [6963] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2012), + [6965] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6267), + [6967] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1798), + [6969] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1675), + [6971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6440), + [6973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9425), + [6975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6439), + [6977] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5779), + [6979] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5839), + [6981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9420), + [6983] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6623), + [6985] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6260), + [6987] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6287), + [6989] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6286), + [6991] = {.entry = {.count = 1, .reusable = false}}, SHIFT(119), + [6993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9467), + [6995] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5768), + [6997] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6540), + [6999] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6284), + [7001] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6745), + [7003] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6253), + [7005] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6722), + [7007] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6756), + [7009] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6279), + [7011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9529), + [7013] = {.entry = {.count = 1, .reusable = false}}, SHIFT(147), + [7015] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__single_annotation, 2), + [7017] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__single_annotation, 2), + [7019] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__delegation_specifiers_repeat1, 2), SHIFT_REPEAT(6876), + [7022] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__multi_annotation, 5), + [7024] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__multi_annotation, 5), + [7026] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6147), + [7028] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2190), + [7030] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotation, 1), + [7032] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation, 1), + [7034] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6142), + [7036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6868), + [7038] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1849), + [7040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1841), + [7042] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1845), + [7044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1859), + [7046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1858), + [7048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1800), + [7050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1855), + [7052] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1850), + [7054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1850), + [7056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1849), + [7058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1845), + [7060] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1842), + [7062] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1841), + [7064] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__delegation_specifiers_repeat1, 2), SHIFT_REPEAT(6868), + [7067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6416), + [7069] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6277), + [7071] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6154), + [7073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9567), + [7075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6419), + [7077] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__single_annotation, 3), + [7079] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__single_annotation, 3), [7081] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__multi_annotation, 4), [7083] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__multi_annotation, 4), - [7085] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6110), - [7087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8930), - [7089] = {.entry = {.count = 1, .reusable = false}}, SHIFT(136), - [7091] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6460), - [7093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6367), - [7095] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6532), - [7097] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(9357), - [7101] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6383), - [7105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6480), - [7107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6397), - [7109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9235), - [7111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6395), - [7113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6368), - [7115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9237), - [7117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6447), - [7119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6629), - [7121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6637), - [7123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6660), - [7125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6640), - [7127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8934), - [7129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(199), - [7131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9345), - [7133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5962), - [7135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6456), - [7137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5972), - [7139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9342), - [7141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5965), - [7143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6465), - [7145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2013), - [7147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6834), - [7149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6458), - [7151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6013), - [7153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6449), - [7155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6473), - [7157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6628), - [7159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6026), - [7161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6623), - [7163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6044), - [7165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6524), - [7167] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6411), - [7171] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(9226), - [7175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9239), - [7177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2336), - [7179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2338), - [7181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2346), - [7183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2344), - [7185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2338), - [7187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2337), - [7189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2336), - [7191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2339), - [7193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2339), - [7195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2342), - [7197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2340), - [7199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2340), - [7201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2341), - [7203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6868), - [7205] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__delegation_specifiers_repeat1, 2), SHIFT_REPEAT(6868), - [7208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9476), - [7210] = {.entry = {.count = 1, .reusable = false}}, SHIFT(200), - [7212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9241), - [7214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6384), - [7216] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6442), - [7218] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6423), - [7220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6389), - [7222] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(9250), - [7226] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6377), - [7230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8941), - [7232] = {.entry = {.count = 1, .reusable = false}}, SHIFT(193), - [7234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2069), - [7236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2050), - [7238] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2067), - [7240] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2069), - [7242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2052), - [7244] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6564), - [7246] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2058), - [7248] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2065), - [7250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1612), - [7252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2056), - [7254] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2057), - [7256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2057), - [7258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2058), - [7260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2065), - [7262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6388), - [7264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9327), - [7266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6374), - [7268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9329), - [7270] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6657), - [7272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1763), - [7274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1710), - [7276] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1762), - [7278] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1763), - [7280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1712), - [7282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9262), - [7284] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1755), - [7286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1755), - [7288] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1750), - [7290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1750), - [7292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1714), - [7294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1715), - [7296] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1749), - [7298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1749), - [7300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6386), - [7302] = {.entry = {.count = 1, .reusable = false}}, SHIFT(175), - [7304] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__comparison_operator, 1), SHIFT(4507), - [7307] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__comparison_operator, 1), SHIFT(6362), - [7310] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__comparison_operator, 1), - [7312] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__comparison_operator, 1), SHIFT(5715), - [7315] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__comparison_operator, 1), - [7317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7408), - [7319] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__comparison_operator, 1), SHIFT(8711), - [7322] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6979), - [7324] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6895), - [7326] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__comparison_operator, 1), SHIFT(4507), - [7329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6404), - [7331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9372), - [7333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9249), - [7335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5022), - [7337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1909), - [7339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3397), - [7341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1087), - [7343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3826), - [7345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1043), - [7347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9222), - [7349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3185), - [7351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(123), - [7353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9036), - [7355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4965), - [7357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3317), - [7359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6372), - [7361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4601), - [7363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9130), - [7365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3747), - [7367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3312), - [7369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6412), - [7371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4695), - [7373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7679), - [7375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7688), - [7377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9460), - [7379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8649), - [7381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4617), - [7383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5655), - [7385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8653), - [7387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9170), - [7389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7660), - [7391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5839), - [7393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8468), - [7395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8467), - [7397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5577), - [7399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5575), - [7401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5573), - [7403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5570), - [7405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5546), - [7407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5564), - [7409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5560), - [7411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5316), - [7413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4978), - [7415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3236), - [7417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8277), - [7419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3419), - [7421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8570), - [7423] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_value_parameter, 4), - [7425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4724), - [7427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8720), - [7429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3155), + [7085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9565), + [7087] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6157), + [7089] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6275), + [7091] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6159), + [7093] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6276), + [7095] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6649), + [7097] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6817), + [7099] = {.entry = {.count = 1, .reusable = false}}, SHIFT(165), + [7101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6420), + [7103] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(9391), + [7107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9320), + [7109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6438), + [7111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9414), + [7113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6437), + [7115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9409), + [7117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6133), + [7119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9551), + [7121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6131), + [7123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9476), + [7125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(130), + [7127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6777), + [7129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6835), + [7131] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6434), + [7135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6697), + [7137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6844), + [7139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6672), + [7141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6851), + [7143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6665), + [7145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6132), + [7147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6764), + [7149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9549), + [7151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6421), + [7153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6770), + [7155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6876), + [7157] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(9576), + [7161] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6414), + [7165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6063), + [7167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6766), + [7169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6753), + [7171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6043), + [7173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6698), + [7175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6765), + [7177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6773), + [7179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1777), + [7181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6082), + [7183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2002), + [7185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2001), + [7187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2002), + [7189] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__delegation_specifiers_repeat1, 2), SHIFT_REPEAT(6896), + [7192] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6811), + [7194] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(9536), + [7198] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6787), + [7200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9544), + [7202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6896), + [7204] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1999), + [7206] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2000), + [7208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1992), + [7210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1993), + [7212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1994), + [7214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1995), + [7216] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1996), + [7218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1996), + [7220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1999), + [7222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2000), + [7224] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6427), + [7228] = {.entry = {.count = 1, .reusable = false}}, SHIFT(131), + [7230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9500), + [7232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6423), + [7234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9528), + [7236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6422), + [7238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1622), + [7240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2154), + [7242] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2333), + [7244] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1622), + [7246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6443), + [7248] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2319), + [7250] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2331), + [7252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2156), + [7254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2213), + [7256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2264), + [7258] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2118), + [7260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2118), + [7262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2319), + [7264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2331), + [7266] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6730), + [7268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9422), + [7270] = {.entry = {.count = 1, .reusable = false}}, SHIFT(176), + [7272] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6749), + [7274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6445), + [7276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9436), + [7278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9434), + [7280] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1852), + [7282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1846), + [7284] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1848), + [7286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1864), + [7288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1863), + [7290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1862), + [7292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1861), + [7294] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1860), + [7296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1860), + [7298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1852), + [7300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1848), + [7302] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1847), + [7304] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1846), + [7306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6410), + [7308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6400), + [7310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9474), + [7312] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__comparison_operator, 1), SHIFT(4533), + [7315] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__comparison_operator, 1), SHIFT(6384), + [7318] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__comparison_operator, 1), + [7320] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__comparison_operator, 1), SHIFT(5662), + [7323] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__comparison_operator, 1), + [7325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7537), + [7327] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__comparison_operator, 1), SHIFT(8816), + [7330] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6980), + [7332] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6931), + [7334] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__comparison_operator, 1), SHIFT(4533), + [7337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(183), + [7339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9454), + [7341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9463), + [7343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3326), + [7345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1636), + [7347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6405), + [7349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1189), + [7351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3224), + [7353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9350), + [7355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5039), + [7357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4568), + [7359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4749), + [7361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3870), + [7363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1047), + [7365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3815), + [7367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3385), + [7369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9439), + [7371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3374), + [7373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5018), + [7375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9357), + [7377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(207), + [7379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6396), + [7381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7639), + [7383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7641), + [7385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9514), + [7387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8653), + [7389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4997), + [7391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5728), + [7393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8643), + [7395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9303), + [7397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7707), + [7399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5800), + [7401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8547), + [7403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8492), + [7405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5570), + [7407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5562), + [7409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5585), + [7411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5590), + [7413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5592), + [7415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5593), + [7417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5581), + [7419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5073), + [7421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5347), + [7423] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_value_argument, 3), + [7425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5356), + [7427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8857), + [7429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4681), [7431] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_prefix_expression, 2), REDUCE(sym_value_argument, 2), - [7434] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_when_condition, 1), - [7436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3413), - [7438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4919), - [7440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9436), - [7442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3824), - [7444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4690), - [7446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5267), - [7448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3134), - [7450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5015), - [7452] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 7), - [7454] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_test, 2), - [7456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4721), - [7458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5298), - [7460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3734), - [7462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9424), - [7464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8556), - [7466] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 6), - [7468] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_value_argument, 3), - [7470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3177), - [7472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4735), - [7474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9407), - [7476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8245), - [7478] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 5), - [7480] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_value_argument, 4), - [7482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1139), - [7484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3230), - [7486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1109), - [7488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8664), - [7490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8813), - [7492] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_value_parameter, 3), - [7494] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_value_argument, 1), - [7496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1040), - [7498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1105), - [7500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5368), - [7502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5272), - [7504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3873), - [7506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5028), - [7508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1131), - [7510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3806), - [7512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3248), - [7514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3123), - [7516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3690), - [7518] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_indexing_suffix_repeat1, 2), - [7520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3175), - [7522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5055), - [7524] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__class_member_declarations, 2), SHIFT_REPEAT(6361), - [7527] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__class_member_declarations, 2), SHIFT_REPEAT(7679), - [7530] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__class_member_declarations, 2), SHIFT_REPEAT(7688), - [7533] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__class_member_declarations, 2), SHIFT_REPEAT(9460), - [7536] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__class_member_declarations, 2), SHIFT_REPEAT(8649), - [7539] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__class_member_declarations, 2), - [7541] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__class_member_declarations, 2), SHIFT_REPEAT(5655), - [7544] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__class_member_declarations, 2), SHIFT_REPEAT(5655), - [7547] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__class_member_declarations, 2), SHIFT_REPEAT(8653), - [7550] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__class_member_declarations, 2), SHIFT_REPEAT(9170), - [7553] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__class_member_declarations, 2), SHIFT_REPEAT(7660), - [7556] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__class_member_declarations, 2), SHIFT_REPEAT(5839), - [7559] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__class_member_declarations, 2), SHIFT_REPEAT(8468), - [7562] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__class_member_declarations, 2), SHIFT_REPEAT(8467), - [7565] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__class_member_declarations, 2), SHIFT_REPEAT(5577), - [7568] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__class_member_declarations, 2), SHIFT_REPEAT(5575), - [7571] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__class_member_declarations, 2), SHIFT_REPEAT(5573), - [7574] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__class_member_declarations, 2), SHIFT_REPEAT(5570), - [7577] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__class_member_declarations, 2), SHIFT_REPEAT(5263), - [7580] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__class_member_declarations, 2), SHIFT_REPEAT(5546), - [7583] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__class_member_declarations, 2), SHIFT_REPEAT(5564), - [7586] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__class_member_declarations, 2), SHIFT_REPEAT(5560), - [7589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134), - [7591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), - [7593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117), - [7595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111), - [7597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93), - [7599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106), - [7601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3198), - [7603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135), - [7605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11), + [7434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5373), + [7436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3292), + [7438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8914), + [7440] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_test, 2), + [7442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4743), + [7444] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__class_member_declarations, 2), SHIFT_REPEAT(6394), + [7447] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__class_member_declarations, 2), SHIFT_REPEAT(7639), + [7450] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__class_member_declarations, 2), SHIFT_REPEAT(7641), + [7453] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__class_member_declarations, 2), SHIFT_REPEAT(9514), + [7456] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__class_member_declarations, 2), SHIFT_REPEAT(8653), + [7459] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__class_member_declarations, 2), + [7461] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__class_member_declarations, 2), SHIFT_REPEAT(5728), + [7464] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__class_member_declarations, 2), SHIFT_REPEAT(5728), + [7467] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__class_member_declarations, 2), SHIFT_REPEAT(8643), + [7470] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__class_member_declarations, 2), SHIFT_REPEAT(9303), + [7473] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__class_member_declarations, 2), SHIFT_REPEAT(7707), + [7476] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__class_member_declarations, 2), SHIFT_REPEAT(5800), + [7479] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__class_member_declarations, 2), SHIFT_REPEAT(8547), + [7482] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__class_member_declarations, 2), SHIFT_REPEAT(8492), + [7485] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__class_member_declarations, 2), SHIFT_REPEAT(5570), + [7488] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__class_member_declarations, 2), SHIFT_REPEAT(5562), + [7491] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__class_member_declarations, 2), SHIFT_REPEAT(5585), + [7494] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__class_member_declarations, 2), SHIFT_REPEAT(5590), + [7497] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__class_member_declarations, 2), SHIFT_REPEAT(5318), + [7500] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__class_member_declarations, 2), SHIFT_REPEAT(5592), + [7503] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__class_member_declarations, 2), SHIFT_REPEAT(5593), + [7506] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__class_member_declarations, 2), SHIFT_REPEAT(5581), + [7509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5285), + [7511] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_indexing_suffix_repeat1, 2), + [7513] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_value_parameter, 4), + [7515] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_value_parameter, 3), + [7517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9077), + [7519] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_value_argument, 4), + [7521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3211), + [7523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9093), + [7525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3125), + [7527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3147), + [7529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1082), + [7531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5359), + [7533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9103), + [7535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3182), + [7537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3123), + [7539] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_value_argument, 1), + [7541] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_when_condition, 1), + [7543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8871), + [7545] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 5), + [7547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4968), + [7549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3152), + [7551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4623), + [7553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1163), + [7555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8886), + [7557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3896), + [7559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4662), + [7561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4719), + [7563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8306), + [7565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3159), + [7567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8902), + [7569] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 6), + [7571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4900), + [7573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1185), + [7575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3678), + [7577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3728), + [7579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3339), + [7581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8300), + [7583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1156), + [7585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3208), + [7587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1143), + [7589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3772), + [7591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5055), + [7593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3736), + [7595] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 7), + [7597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136), + [7599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94), + [7601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1177), + [7603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47), + [7605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10), [7607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12), - [7609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4), - [7611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48), - [7613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), - [7615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38), - [7617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8919), - [7619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32), - [7621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204), - [7623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49), - [7625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), - [7627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206), - [7629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102), - [7631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20), - [7633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3172), - [7635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), - [7637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), - [7639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22), - [7641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), - [7643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88), - [7645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94), - [7647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5041), - [7649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23), - [7651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), - [7653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3845), - [7655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90), - [7657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9293), - [7659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107), - [7661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201), - [7663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5), - [7665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112), - [7667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), - [7669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55), - [7671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8), - [7673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3818), - [7675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47), - [7677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42), - [7679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3206), - [7681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35), - [7683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8624), - [7685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3), - [7687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8241), - [7689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(45), - [7691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100), - [7693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104), - [7695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15), - [7697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92), - [7699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86), - [7701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186), - [7703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103), - [7705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), - [7707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), - [7709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213), - [7711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1072), - [7713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14), - [7715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29), - [7717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4744), - [7719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40), - [7721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), - [7723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5338), - [7725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37), - [7727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179), - [7729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), - [7731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26), - [7733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207), - [7735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), - [7737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108), - [7739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9397), - [7741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), - [7743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30), - [7745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31), - [7747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28), - [7749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), - [7751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), - [7753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161), - [7755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), - [7757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148), - [7759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98), - [7761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), - [7763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109), - [7765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127), - [7767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4606), - [7769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7), - [7771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146), - [7773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13), - [7775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51), - [7777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50), - [7779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56), - [7781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126), - [7783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2), - [7785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9282), - [7787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118), - [7789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195), - [7791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10), - [7793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), - [7795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89), - [7797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144), - [7799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), - [7801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105), - [7803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), - [7805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110), - [7807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95), - [7809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120), - [7811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3346), - [7813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), - [7815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147), - [7817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6), - [7819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178), - [7821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), - [7823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43), - [7825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9), - [7827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), - [7829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1090), - [7831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44), - [7833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), - [7835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), - [7837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), - [7839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), - [7841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4998), - [7843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115), - [7845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), - [7847] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9335), - [7849] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8559), - [7851] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6088), - [7853] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1646), - [7855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231), - [7857] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6086), - [7859] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6093), - [7861] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6084), - [7863] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6091), - [7865] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_expression_repeat1, 2), SHIFT_REPEAT(9335), - [7868] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4453), - [7870] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5833), - [7872] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5835), - [7874] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_user_type_repeat1, 2), SHIFT_REPEAT(7480), - [7877] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_user_type, 2), SHIFT(7480), - [7880] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6421), - [7882] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6429), - [7884] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_nullable_type_repeat1, 2), SHIFT_REPEAT(4453), - [7887] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4437), - [7889] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6432), - [7891] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5843), - [7893] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_user_type, 1), SHIFT(7285), - [7896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5591), - [7898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6437), - [7900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9125), - [7902] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8705), - [7904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2041), - [7906] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4520), - [7908] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4580), - [7910] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6439), - [7912] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6419), - [7914] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6163), - [7916] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2314), - [7918] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6188), - [7920] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constraints_repeat1, 2), SHIFT_REPEAT(6936), - [7923] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6187), - [7925] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4652), - [7927] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6162), - [7929] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6263), - [7931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6936), - [7933] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__delegation_specifiers_repeat1, 2), SHIFT_REPEAT(6846), - [7936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5595), - [7938] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6030), - [7940] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2329), - [7942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237), - [7944] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_expression_repeat1, 2), SHIFT_REPEAT(9125), - [7947] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6004), - [7949] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6025), - [7951] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6020), - [7953] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6032), - [7955] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__primary_expression, 1), SHIFT(7473), - [7958] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_user_type_repeat1, 2), SHIFT_REPEAT(7495), - [7961] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7316), - [7963] = {.entry = {.count = 1, .reusable = false}}, SHIFT(167), - [7965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8942), - [7967] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6551), - [7969] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6558), - [7971] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5589), - [7973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9445), - [7975] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6559), - [7977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6410), - [7979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9442), - [7981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6414), - [7983] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6565), - [7985] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4609), - [7987] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_user_type, 1), SHIFT(7309), - [7990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4716), - [7992] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_user_type_repeat1, 2), SHIFT_REPEAT(7516), - [7995] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5907), - [7997] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1929), - [7999] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5794), - [8001] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_user_type, 2), SHIFT(7495), - [8004] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7516), - [8006] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5892), - [8008] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6475), - [8010] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6484), - [8012] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6487), - [8014] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6493), - [8016] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5963), - [8018] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5941), - [8020] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5995), - [8022] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6005), - [8024] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_nullable_type_repeat1, 2), SHIFT_REPEAT(4716), - [8027] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6006), - [8029] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5945), - [8031] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2321), - [8033] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4872), - [8035] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4936), - [8037] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6113), - [8039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2204), - [8041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249), - [8043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4762), - [8045] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6087), - [8047] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5943), - [8049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6846), - [8051] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6052), - [8053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4764), - [8055] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_nullable_type_repeat1, 2), SHIFT_REPEAT(4764), - [8058] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5812), - [8060] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5811), - [8062] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6060), - [8064] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5815), - [8066] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6567), - [8068] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6056), - [8070] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6582), - [8072] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6585), - [8074] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5756), - [8076] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6550), - [8078] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6523), - [8080] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5909), - [8082] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6492), - [8084] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2077), - [8086] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5935), - [8088] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6457), - [8090] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constraints_repeat1, 2), SHIFT_REPEAT(6904), - [8093] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__delegation_specifiers_repeat1, 2), SHIFT_REPEAT(6837), - [8096] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6008), - [8098] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6472), - [8100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6904), - [8102] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5887), - [8104] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5813), - [8106] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5823), - [8108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6837), - [8110] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4900), - [8112] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5984), - [8114] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6083), - [8116] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6725), - [8118] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6680), - [8120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6380), - [8122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9193), - [8124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6382), - [8126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9190), - [8128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6727), - [8130] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6729), - [8132] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6494), - [8134] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__primary_expression, 1), SHIFT(7447), - [8137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6703), - [8139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6709), - [8141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6696), - [8143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6701), - [8145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6740), - [8147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(143), - [8149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9018), - [8151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(139), - [8153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8897), - [8155] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constraints_repeat1, 2), SHIFT_REPEAT(6926), - [8158] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5798), - [8160] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2350), - [8162] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6710), - [8164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6825), - [8166] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5780), - [8168] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1941), - [8170] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5787), - [8172] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5867), - [8174] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2075), - [8176] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5866), - [8178] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5871), - [8180] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5890), - [8182] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5870), - [8184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6926), - [8186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9334), - [8188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6391), - [8190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9300), - [8192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6392), - [8194] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6719), - [8196] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_simple_identifier, 1), SHIFT(6396), - [8199] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__delegation_specifiers_repeat1, 2), SHIFT_REPEAT(6825), - [8202] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5795), - [8204] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_simple_identifier, 1), SHIFT(9382), - [8207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5793), - [8209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5877), - [8211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5824), - [8213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6033), - [8215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2039), - [8217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6036), - [8219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9273), - [8221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6401), - [8223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6761), - [8225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8576), - [8227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5400), - [8229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5353), - [8231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6350), - [8233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6915), - [8235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6723), - [8237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4230), - [8239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6037), - [8241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9283), - [8243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6393), - [8245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6722), - [8247] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__delegation_specifiers_repeat1, 2), SHIFT_REPEAT(6870), - [8250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9185), - [8252] = {.entry = {.count = 1, .reusable = false}}, SHIFT(170), - [8254] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6773), - [8256] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5820), - [8258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6675), - [8260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6714), - [8262] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5822), - [8264] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6041), - [8266] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6027), - [8268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6786), - [8270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8551), - [8272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5381), - [8274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5310), - [8276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6353), - [8278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6911), - [8280] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6810), - [8282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2220), - [8284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1913), - [8286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6901), - [8288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5555), - [8290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5554), - [8292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5553), - [8294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5551), - [8296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5441), - [8298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5550), - [8300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5549), - [8302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5581), - [8304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1911), - [8306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5483), - [8308] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6672), - [8310] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6818), - [8312] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6806), - [8314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2118), - [8316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2282), - [8318] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6816), - [8320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1939), - [8322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5494), - [8324] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_when_entry, 4), - [8326] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_when_entry, 4), + [7609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(250), + [7611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110), + [7613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121), + [7615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), + [7617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), + [7619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9086), + [7621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3294), + [7623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37), + [7625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), + [7627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), + [7629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92), + [7631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), + [7633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), + [7635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3149), + [7637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9), + [7639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5291), + [7641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51), + [7643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), + [7645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4671), + [7647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112), + [7649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201), + [7651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8937), + [7653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86), + [7655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98), + [7657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11), + [7659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), + [7661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38), + [7663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189), + [7665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256), + [7667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50), + [7669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(199), + [7671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), + [7673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), + [7675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157), + [7677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56), + [7679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135), + [7681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49), + [7683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), + [7685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2), + [7687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1054), + [7689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8), + [7691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151), + [7693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14), + [7695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7), + [7697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15), + [7699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), + [7701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26), + [7703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162), + [7705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127), + [7707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102), + [7709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42), + [7711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107), + [7713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122), + [7715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9155), + [7717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29), + [7719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5011), + [7721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), + [7723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31), + [7725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89), + [7727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), + [7729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6), + [7731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48), + [7733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3379), + [7735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22), + [7737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188), + [7739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8966), + [7741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137), + [7743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), + [7745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32), + [7747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35), + [7749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13), + [7751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108), + [7753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145), + [7755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), + [7757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211), + [7759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5), + [7761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170), + [7763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3), + [7765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4), + [7767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104), + [7769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), + [7771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106), + [7773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), + [7775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43), + [7777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), + [7779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90), + [7781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28), + [7783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4696), + [7785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3853), + [7787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111), + [7789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163), + [7791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105), + [7793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44), + [7795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200), + [7797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132), + [7799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100), + [7801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103), + [7803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), + [7805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3191), + [7807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109), + [7809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), + [7811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30), + [7813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(45), + [7815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55), + [7817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88), + [7819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3714), + [7821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205), + [7823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40), + [7825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4948), + [7827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166), + [7829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), + [7831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), + [7833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198), + [7835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23), + [7837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), + [7839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), + [7841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), + [7843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8204), + [7845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20), + [7847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95), + [7849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93), + [7851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8974), + [7853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197), + [7855] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9389), + [7857] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8759), + [7859] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_expression_repeat1, 2), SHIFT_REPEAT(9389), + [7862] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6095), + [7864] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1613), + [7866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218), + [7868] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6096), + [7870] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6097), + [7872] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6098), + [7874] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6099), + [7876] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6493), + [7878] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_user_type, 2), SHIFT(7587), + [7881] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_nullable_type_repeat1, 2), SHIFT_REPEAT(4450), + [7884] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6491), + [7886] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5823), + [7888] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4472), + [7890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5819), + [7892] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5820), + [7894] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_user_type, 1), SHIFT(7216), + [7897] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6486), + [7899] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5602), + [7901] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_user_type_repeat1, 2), SHIFT_REPEAT(7587), + [7904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6496), + [7906] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4450), + [7908] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9264), + [7910] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8921), + [7912] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6474), + [7914] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4545), + [7916] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4636), + [7918] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6484), + [7920] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1896), + [7922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6967), + [7924] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5785), + [7926] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2005), + [7928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243), + [7930] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5784), + [7932] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5783), + [7934] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5782), + [7936] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5781), + [7938] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_expression_repeat1, 2), SHIFT_REPEAT(9264), + [7941] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6268), + [7943] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2139), + [7945] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4700), + [7947] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6269), + [7949] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6270), + [7951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5617), + [7953] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6271), + [7955] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6272), + [7957] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__delegation_specifiers_repeat1, 2), SHIFT_REPEAT(6913), + [7960] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constraints_repeat1, 2), SHIFT_REPEAT(6967), + [7963] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_user_type_repeat1, 2), SHIFT_REPEAT(7572), + [7966] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_user_type, 2), SHIFT(7484), + [7969] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5915), + [7971] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1901), + [7973] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__primary_expression, 1), SHIFT(7486), + [7976] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6833), + [7978] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5918), + [7980] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6820), + [7982] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6793), + [7984] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6772), + [7986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5788), + [7988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6402), + [7990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7261), + [7992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9261), + [7994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6404), + [7996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7572), + [7998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9294), + [8000] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4680), + [8002] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_user_type, 1), SHIFT(7237), + [8005] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5607), + [8007] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_user_type_repeat1, 2), SHIFT_REPEAT(7484), + [8010] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4741), + [8012] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5925), + [8014] = {.entry = {.count = 1, .reusable = false}}, SHIFT(116), + [8016] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5922), + [8018] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5789), + [8020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9410), + [8022] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6529), + [8024] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6538), + [8026] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6541), + [8028] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6547), + [8030] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_nullable_type_repeat1, 2), SHIFT_REPEAT(4741), + [8033] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5923), + [8035] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5787), + [8037] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6118), + [8039] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1788), + [8041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4767), + [8043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4756), + [8045] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5983), + [8047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2216), + [8049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(236), + [8051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6913), + [8053] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6018), + [8055] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_nullable_type_repeat1, 2), SHIFT_REPEAT(4767), + [8058] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6019), + [8060] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5974), + [8062] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5967), + [8064] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1693), + [8066] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5866), + [8068] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6779), + [8070] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6113), + [8072] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6602), + [8074] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4871), + [8076] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4969), + [8078] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6800), + [8080] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6827), + [8082] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6126), + [8084] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5865), + [8086] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5864), + [8088] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6768), + [8090] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6123), + [8092] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6781), + [8094] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6125), + [8096] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5896), + [8098] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constraints_repeat1, 2), SHIFT_REPEAT(6943), + [8101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5852), + [8103] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__delegation_specifiers_repeat1, 2), SHIFT_REPEAT(6911), + [8106] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5841), + [8108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6911), + [8110] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5906), + [8112] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4935), + [8114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6943), + [8116] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5801), + [8118] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5881), + [8120] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6526), + [8122] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6511), + [8124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6433), + [8126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9050), + [8128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(155), + [8130] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__primary_expression, 1), SHIFT(7580), + [8133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6432), + [8135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9343), + [8137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6512), + [8139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6591), + [8141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6506), + [8143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6470), + [8145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6507), + [8147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6572), + [8149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6500), + [8151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9047), + [8153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6452), + [8155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6462), + [8157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6461), + [8159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6904), + [8161] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_simple_identifier, 1), SHIFT(9465), + [8164] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_simple_identifier, 1), SHIFT(6444), + [8167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5858), + [8169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1637), + [8171] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__delegation_specifiers_repeat1, 2), SHIFT_REPEAT(6904), + [8174] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6477), + [8176] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5859), + [8178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9442), + [8180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6446), + [8182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9446), + [8184] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5860), + [8186] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5862), + [8188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6447), + [8190] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constraints_repeat1, 2), SHIFT_REPEAT(6933), + [8193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5924), + [8195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1676), + [8197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5933), + [8199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(175), + [8201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9327), + [8203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5962), + [8205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5863), + [8207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5979), + [8209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2291), + [8211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5988), + [8213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6499), + [8215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5786), + [8217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6933), + [8219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5947), + [8221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2294), + [8223] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__delegation_specifiers_repeat1, 2), SHIFT_REPEAT(6869), + [8226] = {.entry = {.count = 1, .reusable = false}}, SHIFT(168), + [8228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8957), + [8230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6553), + [8232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8862), + [8234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5437), + [8236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5278), + [8238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6393), + [8240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6940), + [8242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6555), + [8244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4275), + [8246] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6482), + [8248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6548), + [8250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6442), + [8252] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5870), + [8254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6728), + [8256] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5869), + [8258] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5954), + [8260] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5868), + [8262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6424), + [8264] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6471), + [8266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9385), + [8268] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5950), + [8270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9416), + [8272] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5949), + [8274] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5946), + [8276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9333), + [8278] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_when_entry, 4), + [8280] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_when_entry, 4), + [8282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5397), + [8284] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6515), + [8286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6523), + [8288] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6513), + [8290] = {.entry = {.count = 1, .reusable = false}}, SHIFT(193), + [8292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2246), + [8294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2123), + [8296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6949), + [8298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5560), + [8300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5588), + [8302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5579), + [8304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5574), + [8306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5459), + [8308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5598), + [8310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5578), + [8312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5595), + [8314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2091), + [8316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9342), + [8318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6398), + [8320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6417), + [8322] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5957), + [8324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6559), + [8326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8648), [8328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5394), - [8330] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6679), - [8332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6754), - [8334] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6666), - [8336] = {.entry = {.count = 1, .reusable = false}}, SHIFT(137), - [8338] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6661), - [8340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6406), - [8342] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6105), - [8344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6770), - [8346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4227), - [8348] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_when_entry, 3), - [8350] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_when_entry, 3), - [8352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5383), - [8354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8935), - [8356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6685), - [8358] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6082), - [8360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8972), - [8362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6409), - [8364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9194), - [8366] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6090), - [8368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6870), - [8370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2171), - [8372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2247), - [8374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6916), - [8376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8604), - [8378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8587), - [8380] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_modifiers, 1), - [8382] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_modifiers, 1), - [8384] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5367), - [8386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6364), - [8388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2190), - [8390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9173), - [8392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4507), - [8394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9416), - [8396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(983), - [8398] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7837), - [8400] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5557), - [8402] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5502), - [8404] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5561), - [8406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4507), - [8408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6815), - [8410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6746), - [8412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9225), - [8414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4503), - [8416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9147), - [8418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4861), - [8420] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6528), - [8422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6814), - [8424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2217), - [8426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5511), - [8428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8974), - [8430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5179), - [8432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9459), - [8434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2998), - [8436] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6808), - [8438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9496), - [8440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3065), - [8442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2251), - [8444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5503), - [8446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9205), - [8448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8142), - [8450] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 2), - [8452] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 2), SHIFT_REPEAT(6358), - [8455] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 2), - [8457] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 2), SHIFT_REPEAT(5311), - [8460] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6119), - [8462] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6131), - [8464] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_modifiers_repeat1, 2), - [8466] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(6359), - [8469] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(5555), - [8472] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(5554), - [8475] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(5553), - [8478] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(5551), - [8481] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(5317), - [8484] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(5550), - [8487] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(5549), - [8490] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(5581), - [8493] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 2), - [8495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6542), - [8497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6151), - [8499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6543), - [8501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2328), - [8503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6712), - [8505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6760), - [8507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9352), - [8509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3627), - [8511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9009), - [8513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7991), - [8515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6547), - [8517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6399), - [8519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2175), - [8521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9150), - [8523] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(6361), - [8526] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(5577), - [8529] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(5575), - [8532] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(5573), - [8535] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(5570), - [8538] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(5367), - [8541] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(5546), - [8544] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(5564), - [8547] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(5560), - [8550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6785), - [8552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8032), - [8554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9467), - [8556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4241), - [8558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3694), - [8560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4284), - [8562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6854), - [8564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1031), - [8566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5159), - [8568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8016), - [8570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4820), - [8572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3370), - [8574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4226), - [8576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5172), - [8578] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_when_entry, 5), - [8580] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_when_entry, 5), - [8582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3599), - [8584] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6678), - [8586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8869), - [8588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4271), - [8590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3096), - [8592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4706), - [8594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4262), - [8596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6752), - [8598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4833), - [8600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5337), - [8602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4279), - [8604] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_simple_identifier, 1), SHIFT(6413), - [8607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8149), - [8609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4524), - [8611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3063), - [8613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3213), - [8615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4260), - [8617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6673), - [8619] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_simple_identifier, 1), SHIFT(9217), - [8622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6781), - [8624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8194), - [8626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2285), - [8628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3562), - [8630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1079), - [8632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4277), - [8634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1007), - [8636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3093), - [8638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6801), - [8640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3106), - [8642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4555), - [8644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5026), - [8646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4290), - [8648] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__delegation_specifiers_repeat1, 2), SHIFT_REPEAT(6854), - [8651] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__enum_entries, 3), - [8653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2161), - [8655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5317), - [8657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9164), - [8659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(156), - [8661] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__enum_entries, 2), - [8663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6522), - [8665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9359), - [8667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6516), - [8669] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_user_type_repeat1, 2), SHIFT_REPEAT(7485), - [8672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6385), - [8674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7485), - [8676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9357), - [8678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6383), - [8680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6408), - [8682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(183), - [8684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8973), - [8686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9226), - [8688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6411), - [8690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9228), - [8692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9263), - [8694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(138), - [8696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6377), - [8698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6375), - [8700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9250), - [8702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9252), - [8704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2173), - [8706] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2097), - [8708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5317), - [8710] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_nullable_type_repeat1, 2), SHIFT_REPEAT(5505), - [8713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5505), - [8715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7839), - [8717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5816), - [8719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5600), - [8721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1503), - [8723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5596), - [8725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7474), - [8727] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_user_type_repeat1, 2), SHIFT_REPEAT(7474), - [8730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6176), - [8732] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__class_member_declarations, 2), - [8734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5507), - [8736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1433), - [8738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6362), - [8740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5715), - [8742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9517), - [8744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3061), - [8746] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inheritance_modifier, 1), - [8748] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_inheritance_modifier, 1), - [8750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9162), - [8752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4882), - [8754] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_nullable_type_repeat1, 2), SHIFT_REPEAT(5548), - [8757] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_modifier, 1), - [8759] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_modifier, 1), - [8761] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_visibility_modifier, 1), - [8763] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_visibility_modifier, 1), - [8765] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_member_modifier, 1), - [8767] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_member_modifier, 1), - [8769] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_modifier, 1), - [8771] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_modifier, 1), - [8773] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_modifier, 1), - [8775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5548), - [8777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9304), - [8779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3034), - [8781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9203), - [8783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3663), - [8785] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_platform_modifier, 1), - [8787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9216), - [8789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4517), - [8791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5556), - [8793] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_user_type_repeat1, 2), SHIFT_REPEAT(7515), - [8796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7279), - [8798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9427), - [8800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(977), - [8802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7515), - [8804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7323), - [8806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8711), - [8808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6929), - [8810] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constraints_repeat1, 2), SHIFT_REPEAT(6929), - [8813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5599), - [8815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6932), - [8817] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constraints_repeat1, 2), SHIFT_REPEAT(6932), - [8820] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_user_type_repeat1, 2), SHIFT_REPEAT(7456), - [8823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7456), - [8825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1449), - [8827] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__annotated_delegation_specifier_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), - [8830] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__annotated_delegation_specifier_repeat1, 1), - [8832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5730), - [8834] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7391), - [8836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5752), - [8838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8979), - [8840] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2984), - [8842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5739), - [8844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2984), - [8846] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5515), - [8848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5736), - [8850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5515), - [8852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5727), - [8854] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5416), - [8856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5744), - [8858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5416), - [8860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5545), - [8862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5563), - [8864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5558), - [8866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5580), - [8868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5559), - [8870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5547), - [8872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5718), - [8874] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4460), - [8876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5709), - [8878] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2875), - [8880] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5519), - [8882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5650), - [8884] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5567), - [8886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5519), - [8888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5707), - [8890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3204), - [8892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5850), - [8894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5705), - [8896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(837), - [8898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5689), - [8900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4607), - [8902] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4548), - [8904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5657), - [8906] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4750), - [8908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4548), - [8910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5669), - [8912] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2838), - [8914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5699), - [8916] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3170), - [8918] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8123), - [8920] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8525), - [8922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8123), - [8924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5675), - [8926] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5603), - [8928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7429), - [8930] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_user_type_repeat1, 2), SHIFT_REPEAT(7429), - [8933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6355), - [8935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9159), - [8937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7950), - [8939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9469), - [8941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5112), - [8943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8958), - [8945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7976), - [8947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5071), - [8949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1023), - [8951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7957), - [8953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5124), - [8955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4884), - [8957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4515), - [8959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4523), - [8961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3038), - [8963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4826), - [8965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1037), - [8967] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9420), - [8969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6974), - [8971] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3557), - [8973] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9418), - [8975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3027), - [8977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8008), - [8979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3084), - [8981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3587), - [8983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3100), - [8985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3588), - [8987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7906), - [8989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8017), - [8991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6352), - [8993] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6879), - [8995] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6951), - [8997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6964), - [8999] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6918), - [9001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6951), - [9003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6944), - [9005] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5514), - [9007] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5632), - [9009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6983), - [9011] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5621), - [9013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5632), - [9015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6940), - [9017] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5518), - [9019] = {.entry = {.count = 1, .reusable = false}}, SHIFT(864), - [9021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5717), - [9023] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3418), - [9025] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2893), - [9027] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2837), - [9029] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3379), - [9031] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8408), - [9033] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4768), - [9035] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__postfix_unary_expression, 2), - [9037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6692), - [9039] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4457), - [9041] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5533), - [9043] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4712), - [9045] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__postfix_unary_expression_repeat1, 2), SHIFT_REPEAT(1656), - [9048] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__postfix_unary_expression_repeat1, 2), - [9050] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__postfix_unary_expression_repeat1, 2), SHIFT_REPEAT(7210), - [9053] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__postfix_unary_expression_repeat1, 2), SHIFT_REPEAT(6692), - [9056] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5583), - [9058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7448), - [9060] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_type_parameter_modifiers_repeat1, 2), - [9062] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_parameter_modifiers_repeat1, 2), SHIFT_REPEAT(6352), - [9065] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_type_parameter_modifiers_repeat1, 2), SHIFT_REPEAT(6979), - [9068] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_type_parameter_modifiers_repeat1, 2), SHIFT_REPEAT(6863), - [9071] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_parameter_modifiers_repeat1, 2), - [9073] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameter_modifiers, 1), - [9075] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6863), - [9077] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter_modifiers, 1), - [9079] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_type_modifiers_repeat1, 2), - [9081] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_modifiers_repeat1, 2), SHIFT_REPEAT(6362), - [9084] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_modifiers_repeat1, 2), - [9086] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_type_modifiers_repeat1, 2), SHIFT_REPEAT(6893), - [9089] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_modifiers, 1), - [9091] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_modifiers, 1), - [9093] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_modifiers, 1), - [9095] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_modifiers, 1), - [9097] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6893), - [9099] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_type_projection_modifiers_repeat1, 2), - [9101] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_projection_modifiers_repeat1, 2), - [9103] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_type_projection_modifiers_repeat1, 2), SHIFT_REPEAT(6979), - [9106] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7390), - [9108] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_projection_modifiers, 1), - [9110] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_projection_modifiers, 1), - [9112] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_parameter_modifiers_repeat1, 2), - [9114] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameter_modifiers_repeat1, 2), SHIFT_REPEAT(6355), - [9117] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_parameter_modifiers_repeat1, 2), SHIFT_REPEAT(5549), - [9120] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameter_modifiers_repeat1, 2), - [9122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3977), - [9124] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_file_annotation_repeat1, 2), SHIFT_REPEAT(4507), - [9127] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_file_annotation_repeat1, 2), - [9129] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_file_annotation_repeat1, 2), SHIFT_REPEAT(4507), - [9132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5665), - [9134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5565), - [9136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5528), - [9138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7399), - [9140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4023), - [9142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5568), - [9144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5679), - [9146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5529), - [9148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8744), - [9150] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__unescaped_annotation, 1), SHIFT(1503), - [9153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5590), - [9155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7397), - [9157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6955), - [9159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7417), - [9161] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_user_type_repeat1, 2), SHIFT_REPEAT(7417), - [9164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6960), - [9166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6973), - [9168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6968), - [9170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6971), - [9172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6986), - [9174] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variance_modifier, 1), - [9176] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variance_modifier, 1), - [9178] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__type_modifier, 1), REDUCE(aux_sym_parameter_modifiers_repeat1, 1), - [9181] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__type_modifier, 1), REDUCE(aux_sym_parameter_modifiers_repeat1, 1), - [9184] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_modifier, 1), - [9186] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_modifier, 1), - [9188] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_parameter_modifiers_repeat1, 1), - [9190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6327), - [9192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6320), - [9194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7464), - [9196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7296), - [9198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7259), - [9200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7488), - [9202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7221), - [9204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6328), - [9206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7291), - [9208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7306), - [9210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7554), - [9212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7324), - [9214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7318), - [9216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7536), - [9218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7263), - [9220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6321), - [9222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6323), - [9224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7258), - [9226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6324), - [9228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7300), - [9230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7260), - [9232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7376), - [9234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7303), - [9236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6326), - [9238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7326), - [9240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7501), - [9242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7375), - [9244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6805), - [9246] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_companion_object, 3), - [9248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6325), - [9250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6322), - [9252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7286), - [9254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7368), - [9256] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__annotated_delegation_specifier_repeat1, 2), - [9258] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__annotated_delegation_specifier_repeat1, 2), SHIFT_REPEAT(6355), - [9261] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__annotated_delegation_specifier_repeat1, 2), - [9263] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__annotated_delegation_specifier_repeat1, 2), SHIFT_REPEAT(6362), - [9266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7328), - [9268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7161), - [9270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7179), - [9272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7281), - [9274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7357), - [9276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7321), - [9278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7359), - [9280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7362), - [9282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7364), - [9284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7277), - [9286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7365), - [9288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7366), - [9290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7370), - [9292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7371), - [9294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1495), - [9296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7274), - [9298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7374), - [9300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6758), - [9302] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_companion_object, 2), - [9304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7369), - [9306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7237), - [9308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7378), - [9310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7379), - [9312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7484), - [9314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7284), - [9316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7358), - [9318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7252), - [9320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7287), - [9322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7320), - [9324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7250), - [9326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7235), - [9328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7227), - [9330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7178), - [9332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7223), - [9334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7203), - [9336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7209), - [9338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7217), - [9340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7232), - [9342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7268), - [9344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7382), - [9346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7198), - [9348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7353), - [9350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7372), - [9352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7182), - [9354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7164), - [9356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7216), - [9358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7278), - [9360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7275), - [9362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7269), - [9364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7270), - [9366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7242), - [9368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7380), - [9370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7219), - [9372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7234), - [9374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7228), - [9376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7165), - [9378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7177), - [9380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7184), - [9382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7167), - [9384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7188), - [9386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7183), - [9388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7204), - [9390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7181), - [9392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7172), - [9394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7168), - [9396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7213), - [9398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7185), - [9400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7186), - [9402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6575), - [9404] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3732), - [9406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6682), - [9408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6695), - [9410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6658), - [9412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6688), - [9414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4679), - [9416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6690), - [9418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3459), - [9420] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1044), - [9422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4906), - [9424] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3327), - [9426] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7653), - [9428] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__receiver_type, 2), - [9430] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__receiver_type, 2), - [9432] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__receiver_type, 1), - [9434] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__receiver_type, 1), - [9436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7590), - [9438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7624), - [9440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9332), - [9442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8821), - [9444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5664), - [9446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8948), - [9448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7640), - [9450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5997), - [9452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8479), - [9454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8415), - [9456] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 1), SHIFT(7429), - [9459] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 2), SHIFT(7429), - [9462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7732), - [9464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7589), - [9466] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3753), - [9468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7574), - [9470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7625), - [9472] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3777), - [9474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7583), - [9476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7586), - [9478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7563), - [9480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7587), - [9482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7705), - [9484] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 2), SHIFT(7347), - [9487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7600), - [9489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7608), - [9491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7575), - [9493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7615), - [9495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7591), - [9497] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 1), SHIFT(7348), - [9500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7645), - [9502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7649), - [9504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7652), - [9506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7655), - [9508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7659), - [9510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7661), - [9512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7644), - [9514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7669), - [9516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7680), - [9518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7666), - [9520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7671), - [9522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7687), - [9524] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 2), SHIFT(7257), - [9527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7695), - [9529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1133), - [9531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7673), - [9533] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 1), SHIFT(7256), - [9536] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 2), SHIFT(7241), - [9539] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1064), - [9541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4937), - [9543] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 1), SHIFT(7240), - [9546] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_user_type_repeat1, 2), SHIFT_REPEAT(7520), - [9549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7713), - [9551] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 2), SHIFT(7239), - [9554] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 1), SHIFT(7238), - [9557] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 2), SHIFT(7233), - [9560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7729), - [9562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7735), - [9564] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 1), SHIFT(7163), - [9567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7703), - [9569] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 2), SHIFT(7337), - [9572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7784), - [9574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8712), - [9576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7797), - [9578] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3308), - [9580] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 1), SHIFT(7338), - [9583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7810), - [9585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7760), - [9587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7763), - [9589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7765), - [9591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7812), - [9593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4683), - [9595] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 2), SHIFT(7349), - [9598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7215), - [9600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7778), - [9602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7715), - [9604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7777), - [9606] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 2), SHIFT(7313), - [9609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7799), - [9611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7804), - [9613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7790), - [9615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7768), - [9617] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 1), SHIFT(7354), - [9620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7789), - [9622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7742), - [9624] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 1), SHIFT(7301), - [9627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7773), - [9629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7754), - [9631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7749), - [9633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7718), - [9635] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 2), SHIFT(7363), - [9638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7743), - [9640] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4956), - [9642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7757), - [9644] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 2), SHIFT(7339), - [9647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7741), - [9649] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 1), SHIFT(7367), - [9652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7580), - [9654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7739), - [9656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7582), - [9658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8588), - [9660] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3382), - [9662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7717), - [9664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7648), - [9666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7520), - [9668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7691), - [9670] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 2), SHIFT(7224), - [9673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7654), - [9675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7642), - [9677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7693), - [9679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7719), - [9681] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 2), SHIFT(7261), - [9684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7638), - [9686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7689), - [9688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7733), - [9690] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 1), SHIFT(7220), - [9693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7667), - [9695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7663), - [9697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7605), - [9699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7664), - [9701] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 1), SHIFT(7192), - [9704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3325), - [9706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7725), - [9708] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 1), SHIFT(7267), - [9711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7639), - [9713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7599), - [9715] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3376), - [9717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7596), - [9719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7585), - [9721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4577), - [9723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7617), - [9725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7577), - [9727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7714), - [9729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7566), - [9731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7189), - [9733] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3487), - [9735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3487), - [9737] = {.entry = {.count = 1, .reusable = false}}, SHIFT(923), - [9739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(923), - [9741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7630), - [9743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7694), - [9745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9043), - [9747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5663), - [9749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7744), - [9751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5838), - [9753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5451), - [9755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5454), - [9757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7424), - [9759] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2940), - [9761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2940), - [9763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7319), - [9765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7685), - [9767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7740), - [9769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9145), - [9771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5652), - [9773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7736), - [9775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5805), - [9777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5365), - [9779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5357), - [9781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7602), - [9783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9257), - [9785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5687), - [9787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7576), - [9789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5865), - [9791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4933), - [9793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4932), - [9795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3794), - [9797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3794), - [9799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7704), - [9801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7571), - [9803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9030), - [9805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5674), - [9807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7641), - [9809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5882), - [9811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1586), - [9813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1540), - [9815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7670), - [9817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7633), - [9819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9094), - [9821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5694), - [9823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7592), - [9825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5944), - [9827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4595), - [9829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4597), - [9831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7622), - [9833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9255), - [9835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5706), - [9837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7606), - [9839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5855), - [9841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5103), - [9843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5104), - [9845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7682), - [9847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7731), - [9849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9032), - [9851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5704), - [9853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7674), - [9855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5868), - [9857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4177), - [9859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4176), - [9861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7770), - [9863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7658), - [9865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9280), - [9867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5667), - [9869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7657), - [9871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5978), - [9873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8767), - [9875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8666), - [9877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7635), - [9879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9085), - [9881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5710), - [9883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7833), - [9885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6190), - [9887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5466), - [9889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5459), - [9891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7794), - [9893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9505), - [9895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5711), - [9897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7823), - [9899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6165), - [9901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1246), - [9903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1249), - [9905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7692), - [9907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9499), - [9909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5683), - [9911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7747), - [9913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6182), - [9915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4008), - [9917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4010), - [9919] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8208), - [9921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8208), - [9923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7623), - [9925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9040), - [9927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5670), - [9929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7774), - [9931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6161), - [9933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2395), - [9935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2364), - [9937] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_user_type_repeat1, 2), SHIFT_REPEAT(7424), - [9940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7568), - [9942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9065), - [9944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5691), - [9946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7681), - [9948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5930), - [9950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4210), - [9952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4216), - [9954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7700), - [9956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7678), - [9958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9034), - [9960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5648), - [9962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7766), - [9964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5878), - [9966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4066), - [9968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4034), - [9970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7698), - [9972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7611), - [9974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9055), - [9976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5678), - [9978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7822), - [9980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5998), - [9982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4201), - [9984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4198), - [9986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7730), - [9988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9182), - [9990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5703), - [9992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7815), - [9994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5847), - [9996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5139), - [9998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5140), - [10000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7780), - [10002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9501), - [10004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5647), - [10006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7759), - [10008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5873), - [10010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3932), - [10012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3931), - [10014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7775), - [10016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9049), - [10018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5668), - [10020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7612), - [10022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6059), - [10024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3579), - [10026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3577), - [10028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7786), - [10030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9080), - [10032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5673), - [10034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7806), - [10036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5814), - [10038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1125), - [10040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1124), - [10042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7709), - [10044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9109), - [10046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5696), - [10048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7762), - [10050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5770), - [10052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5252), - [10054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5254), - [10056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7819), - [10058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9014), - [10060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5692), - [10062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7781), - [10064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5874), - [10066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3696), - [10068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3700), - [10070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7821), - [10072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9503), - [10074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5671), - [10076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7798), - [10078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6169), - [10080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4136), - [10082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4137), - [10084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7808), - [10086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9086), - [10088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5681), - [10090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7826), - [10092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5852), - [10094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3280), - [10096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3282), - [10098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7771), - [10100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9037), - [10102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5714), - [10104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7753), - [10106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6174), - [10108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4049), - [10110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4046), - [10112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7616), - [10114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9113), - [10116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5690), - [10118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7601), - [10120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6206), - [10122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5480), - [10124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5473), - [10126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7706), - [10128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9092), - [10130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5712), - [10132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7830), - [10134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5864), - [10136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3275), - [10138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3276), - [10140] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_site_target, 2), - [10142] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_site_target, 2), - [10144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5807), - [10146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2039), - [10148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(250), - [10150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6218), - [10152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5771), - [10154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5973), - [10156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5993), - [10158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8799), - [10160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8552), - [10162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8562), - [10164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6080), - [10166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2075), - [10168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243), - [10170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5985), - [10172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8689), - [10174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8542), - [10176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1473), - [10178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2328), - [10180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6096), - [10182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8802), - [10184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6048), - [10186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6034), - [10188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2034), - [10190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2318), - [10192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1745), - [10194] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_entry, 2), - [10196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1908), - [10198] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_entry, 1), - [10200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6721), - [10202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2072), - [10204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1779), - [10206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1917), - [10208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2166), - [10210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2333), - [10212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1897), - [10214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2076), - [10216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6821), - [10218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1647), - [10220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1938), - [10222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1941), - [10224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2255), - [10226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1836), - [10228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2184), - [10230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6124), - [10232] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__annotated_delegation_specifier_repeat1, 2), SHIFT_REPEAT(6356), - [10235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2123), - [10237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5890), - [10239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2316), - [10241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1827), - [10243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2300), - [10245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2115), - [10247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2154), - [10249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6744), - [10251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1851), - [10253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6796), - [10255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1702), - [10257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1638), - [10259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7675), - [10261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5052), - [10263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7914), - [10265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6864), - [10267] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_literal_repeat1, 2), SHIFT_REPEAT(1638), - [10270] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_literal_repeat1, 2), SHIFT_REPEAT(7675), - [10273] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_string_literal_repeat1, 2), - [10275] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_literal_repeat1, 2), SHIFT_REPEAT(7914), - [10278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1055), - [10280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7928), - [10282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6906), - [10284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4591), - [10286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3854), - [10288] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__delegation_specifiers_repeat1, 2), SHIFT_REPEAT(6864), - [10291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6804), - [10293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4993), - [10295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7909), - [10297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1084), - [10299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3682), - [10301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7923), - [10303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3386), - [10305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7939), - [10307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6779), - [10309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3348), - [10311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7549), - [10313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3305), - [10315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7956), - [10317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4568), - [10319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7921), - [10321] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constraints_repeat1, 2), SHIFT_REPEAT(6906), - [10324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6793), - [10326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6800), - [10328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3136), - [10330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5832), - [10332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2350), - [10334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6019), - [10336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2254), - [10338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6213), - [10340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2314), - [10342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5846), - [10344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6070), - [10346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2136), - [10348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6244), - [10350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6235), - [10352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6261), - [10354] = {.entry = {.count = 1, .reusable = false}}, SHIFT_EXTRA(), - [10356] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9221), - [10358] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9368), - [10360] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9367), - [10362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6225), - [10364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5803), - [10366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2140), - [10368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5899), - [10370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2301), - [10372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5861), - [10374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5817), - [10376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9516), - [10378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8804), - [10380] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__delegation_specifiers_repeat1, 2), SHIFT_REPEAT(6860), - [10383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5774), - [10385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2032), - [10387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5786), - [10389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5788), - [10391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5790), - [10393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6242), - [10395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6860), - [10397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5908), - [10399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5821), - [10401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5830), - [10403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5804), - [10405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1980), - [10407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5806), - [10409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5808), - [10411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5809), - [10413] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_identifier_repeat1, 2), - [10415] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_identifier_repeat1, 2), SHIFT_REPEAT(7603), - [10418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5758), - [10420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6221), - [10422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5828), - [10424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5919), - [10426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6137), - [10428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1761), - [10430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6120), - [10432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6114), - [10434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5827), - [10436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5906), - [10438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6107), - [10440] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9265), - [10442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6736), - [10444] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9149), - [10446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6017), - [10448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9519), - [10450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8557), - [10452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5916), - [10454] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8937), - [10456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5988), - [10458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6057), - [10460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2329), - [10462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9508), - [10464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8686), - [10466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6055), - [10468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6054), - [10470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6927), - [10472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6043), - [10474] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_entry, 3), - [10476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6223), - [10478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1784), - [10480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6000), - [10482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6001), - [10484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6081), - [10486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9520), - [10488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8782), - [10490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6118), - [10492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6049), - [10494] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_identifier, 2), - [10496] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7603), - [10498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6012), - [10500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2112), - [10502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5605), - [10504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6173), - [10506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6023), - [10508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6031), - [10510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6039), - [10512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6262), - [10514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2242), - [10516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6254), - [10518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2321), - [10520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6061), - [10522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6257), - [10524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5836), - [10526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5844), - [10528] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constraints_repeat1, 2), SHIFT_REPEAT(6927), - [10531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6156), - [10533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6204), - [10535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6197), - [10537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9125), - [10539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8705), - [10541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5942), - [10543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5755), - [10545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6075), - [10547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1977), - [10549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6155), - [10551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1711), - [10553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5851), - [10555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2116), - [10557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6159), - [10559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6092), - [10561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6122), - [10563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9172), - [10565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6111), - [10567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6138), - [10569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6160), - [10571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5856), - [10573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9369), - [10575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5869), - [10577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6199), - [10579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5932), - [10581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5917), - [10583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6085), - [10585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6238), - [10587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1837), - [10589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6185), - [10591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6236), - [10593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6233), - [10595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6228), - [10597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6175), - [10599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5875), - [10601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6167), - [10603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6251), - [10605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6139), - [10607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1646), - [10609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6684), - [10611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6134), - [10613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6133), - [10615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6129), - [10617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5968), - [10619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2158), - [10621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5954), - [10623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1929), - [10625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5948), - [10627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5947), - [10629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5957), - [10631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5904), - [10633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6148), - [10635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5958), - [10637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5964), - [10639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5799), - [10641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9335), - [10643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8559), - [10645] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_identifier, 1), - [10647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6247), - [10649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6243), - [10651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8601), - [10653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7597), - [10655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8591), - [10657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6241), - [10659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5777), - [10661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5951), - [10663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5764), - [10665] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_statements, 1), - [10667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257), - [10669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7190), - [10671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258), - [10673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7432), - [10675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3819), - [10677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7541), - [10679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6772), - [10681] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_user_type_repeat1, 2), SHIFT_REPEAT(7541), - [10684] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__interpolation, 2, .production_id = 3), - [10686] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__interpolation, 2, .production_id = 3), - [10688] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_import_list_repeat1, 2), SHIFT_REPEAT(7432), - [10691] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_import_list_repeat1, 2), - [10693] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__enum_entries_repeat1, 2), - [10695] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__enum_entries_repeat1, 2), SHIFT_REPEAT(5477), - [10698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6748), - [10700] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_companion_object, 4, .production_id = 6), - [10702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5439), - [10704] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__interpolation, 3, .production_id = 5), - [10706] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__interpolation, 3, .production_id = 5), - [10708] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_identifier_repeat1, 2), - [10710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6715), - [10712] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_statements_repeat1, 2), - [10714] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_statements_repeat1, 2), SHIFT_REPEAT(259), - [10717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8332), - [10719] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_secondary_constructor, 2), - [10721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8437), - [10723] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_secondary_constructor, 3), - [10725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6797), - [10727] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_companion_object, 3, .production_id = 4), - [10729] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__enum_entries, 1), - [10731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5444), - [10733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3773), - [10735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5604), - [10737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5543), - [10739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7410), - [10741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3560), - [10743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5406), - [10745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6340), - [10747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3017), - [10749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3452), - [10751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(998), - [10753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3454), - [10755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6342), - [10757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3076), - [10759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5309), - [10761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6354), - [10763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(902), - [10765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5380), - [10767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1531), - [10769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3825), - [10771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6346), - [10773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1424), - [10775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5578), - [10777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5540), - [10779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5535), - [10781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1515), - [10783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4916), - [10785] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_multi_variable_declaration_repeat1, 2), SHIFT_REPEAT(7410), - [10788] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_multi_variable_declaration_repeat1, 2), - [10790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(872), - [10792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3374), - [10794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5747), - [10796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9171), - [10798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(909), - [10800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3373), - [10802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(933), - [10804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220), - [10806] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2), SHIFT_REPEAT(6354), - [10809] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2), - [10811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(911), - [10813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5430), - [10815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3079), - [10817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3043), - [10819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2127), - [10821] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_value_parameter, 2), - [10823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8647), - [10825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6337), - [10827] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_companion_object, 6, .production_id = 6), - [10829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(757), - [10831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1450), - [10833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3601), - [10835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3944), - [10837] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__function_value_parameters_repeat1, 2), SHIFT_REPEAT(6357), - [10840] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__function_value_parameters_repeat1, 2), - [10842] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_entry, 4), - [10844] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 3), - [10846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6341), - [10848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8004), - [10850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2286), - [10852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1463), - [10854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5467), - [10856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5782), - [10858] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 2, .production_id = 2), - [10860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5585), - [10862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4788), - [10864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4757), - [10866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1474), - [10868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5389), - [10870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5131), - [10872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7519), - [10874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8920), - [10876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1022), - [10878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4778), - [10880] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_lambda_parameters_repeat1, 2), SHIFT_REPEAT(7085), - [10883] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_lambda_parameters_repeat1, 2), - [10885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2933), - [10887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8317), - [10889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1475), - [10891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1177), - [10893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3324), - [10895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4474), - [10897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5566), - [10899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1135), - [10901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3924), - [10903] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_companion_object, 5), - [10905] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_secondary_constructor, 5), - [10907] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_companion_object, 5, .production_id = 4), - [10909] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_when_entry_repeat1, 2), SHIFT_REPEAT(933), - [10912] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_when_entry_repeat1, 2), - [10914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6347), - [10916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3364), - [10918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1453), - [10920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1508), - [10922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8041), - [10924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4763), - [10926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5390), - [10928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7962), - [10930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4471), - [10932] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_value_arguments_repeat1, 2), SHIFT_REPEAT(1580), - [10935] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_value_arguments_repeat1, 2), - [10937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5393), - [10939] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_arguments_repeat1, 2), SHIFT_REPEAT(5604), - [10942] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_arguments_repeat1, 2), - [10944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2898), - [10946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1485), - [10948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1446), - [10950] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_indexing_suffix_repeat1, 2), SHIFT_REPEAT(1909), - [10953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2925), - [10955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5532), - [10957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5432), - [10959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(771), - [10961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1486), - [10963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5168), - [10965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3390), - [10967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3414), - [10969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5541), - [10971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1480), - [10973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4960), - [10975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5395), - [10977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3655), - [10979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(768), - [10981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2284), - [10983] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 4), - [10985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6336), - [10987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2917), - [10989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229), - [10991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3536), - [10993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4500), - [10995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5633), - [10997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8409), - [10999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8406), - [11001] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_nullable_type_repeat1, 2), SHIFT_REPEAT(8409), - [11004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5391), - [11006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4841), - [11008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5330), - [11010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1067), - [11012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1065), - [11014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6394), - [11016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1534), - [11018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4655), - [11020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6332), - [11022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5121), - [11024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6331), - [11026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7922), - [11028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(754), - [11030] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__class_parameters_repeat1, 2), SHIFT_REPEAT(5446), - [11033] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__class_parameters_repeat1, 2), - [11035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1942), - [11037] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_value_parameter, 1), - [11039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2281), - [11041] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 3), - [11043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6333), - [11045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4832), - [11047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3493), - [11049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3309), - [11051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5637), - [11053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1497), - [11055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7386), - [11057] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_type_parameters_repeat1, 2), SHIFT_REPEAT(5747), - [11060] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_type_parameters_repeat1, 2), - [11062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1488), - [11064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7029), - [11066] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_secondary_constructor, 4), - [11068] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_companion_object, 4), - [11070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5411), - [11072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3025), - [11074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6344), - [11076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5433), - [11078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5539), - [11080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3674), - [11082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1425), - [11084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3760), - [11086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1103), - [11088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2848), - [11090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6329), - [11092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3270), - [11094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1499), - [11096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6343), - [11098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3834), - [11100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(846), - [11102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(766), - [11104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6994), - [11106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2911), - [11108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2944), - [11110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5402), - [11112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5065), - [11114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5597), - [11116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3387), - [11118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4951), - [11120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6396), - [11122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9382), - [11124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4940), - [11126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5422), - [11128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3872), - [11130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6338), - [11132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1003), - [11134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(772), - [11136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5409), - [11138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9012), - [11140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1489), - [11142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3225), - [11144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1512), - [11146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3767), - [11148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1526), - [11150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4629), - [11152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3032), - [11154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8488), - [11156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6334), - [11158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5410), - [11160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4512), - [11162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5631), - [11164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3363), - [11166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3526), - [11168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4658), - [11170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6226), - [11172] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 1, .production_id = 1), - [11174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1491), - [11176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5624), - [11178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2954), - [11180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5419), - [11182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8228), - [11184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5587), - [11186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6345), - [11188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3658), - [11190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3241), - [11192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3948), - [11194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1532), - [11196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3968), - [11198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3524), - [11200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7085), - [11202] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_parameters, 2), - [11204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1492), - [11206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3409), - [11208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4687), - [11210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6335), - [11212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4554), - [11214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1041), - [11216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1498), - [11218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5617), - [11220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1423), - [11222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5660), - [11224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5427), - [11226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8492), - [11228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1509), - [11230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(885), - [11232] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_parameters, 1), - [11234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6330), - [11236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4755), - [11238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3939), - [11240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2884), - [11242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4578), - [11244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4579), - [11246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8358), - [11248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5639), - [11250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5386), - [11252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1008), - [11254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3943), - [11256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4270), - [11258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3778), - [11260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7205), - [11262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7200), - [11264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7249), - [11266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4257), - [11268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7253), - [11270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6413), - [11272] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_header, 3), - [11274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7329), - [11276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4281), - [11278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7304), - [11280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8758), - [11282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7302), - [11284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9217), - [11286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7193), - [11288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6046), - [11290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4289), - [11292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7292), - [11294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7327), - [11296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7305), - [11298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7194), - [11300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4250), - [11302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7297), - [11304] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 4, .production_id = 2), - [11306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6407), - [11308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5527), - [11310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7248), - [11312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7199), - [11314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7169), - [11316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7280), - [11318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7283), - [11320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7264), - [11322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7381), - [11324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7191), - [11326] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_projection, 1), - [11328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7342), - [11330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7340), - [11332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7308), - [11334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7307), - [11336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6009), - [11338] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_with_optional_type, 1), - [11340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7350), - [11342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3565), - [11344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7298), - [11346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7299), - [11348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7312), - [11350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7276), - [11352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7273), - [11354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(246), - [11356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4235), - [11358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(236), - [11360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3585), - [11362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4251), - [11364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7211), - [11366] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_header, 4), - [11368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7266), - [11370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9206), - [11372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7226), - [11374] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_delegation_call, 2), - [11376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7187), - [11378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7272), - [11380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7352), - [11382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7356), - [11384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7201), - [11386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7243), - [11388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7289), - [11390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7288), - [11392] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 3, .production_id = 1), - [11394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5819), - [11396] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_with_optional_type, 2), - [11398] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_test, 2), - [11400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7244), - [11402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7271), - [11404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7265), - [11406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4233), - [11408] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_projection, 2), - [11410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7196), - [11412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7222), - [11414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7197), - [11416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(239), - [11418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4246), - [11420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8842), - [11422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6016), - [11424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2167), - [11426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7999), - [11428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132), - [11430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5915), - [11432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1824), - [11434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5911), - [11436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1775), - [11438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5928), - [11440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1943), - [11442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1780), - [11444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1785), - [11446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1789), - [11448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1792), - [11450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119), - [11452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1807), - [11454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1776), - [11456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1823), - [11458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1973), - [11460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1825), - [11462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145), - [11464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180), - [11466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1826), - [11468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1831), - [11470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1810), - [11472] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_when_subject, 3), - [11474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1835), - [11476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5946), - [11478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1838), - [11480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(114), - [11482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2137), - [11484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1839), - [11486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1841), - [11488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1950), - [11490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1833), - [11492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), - [11494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1953), - [11496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208), - [11498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205), - [11500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8059), - [11502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1854), - [11504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3336), - [11506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1954), - [11508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1846), - [11510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1848), - [11512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), - [11514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166), - [11516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1852), - [11518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1859), - [11520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1855), - [11522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1856), - [11524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7026), - [11526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1947), - [11528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6065), - [11530] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_initializer, 2), - [11532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1858), - [11534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1864), - [11536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1860), - [11538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1861), - [11540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1857), - [11542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1863), - [11544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1870), - [11546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8057), - [11548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3869), - [11550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8790), - [11552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1865), - [11554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1866), - [11556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1862), - [11558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1868), - [11560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1871), - [11562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1872), - [11564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1867), - [11566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8056), - [11568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188), - [11570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1876), - [11572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5982), - [11574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1877), - [11576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1956), - [11578] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type_parameters, 2), - [11580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1951), - [11582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1960), - [11584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1961), - [11586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4894), - [11588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1878), - [11590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1874), - [11592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1881), - [11594] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_with_optional_type, 3), - [11596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1882), - [11598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1883), - [11600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1959), - [11602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1884), - [11604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3310), - [11606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1885), - [11608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1887), - [11610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6838), - [11612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2264), - [11614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1880), - [11616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1888), - [11618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1889), - [11620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1890), - [11622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6003), - [11624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5759), - [11626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1979), - [11628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5825), - [11630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8052), - [11632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1891), - [11634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1892), - [11636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1971), - [11638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1948), - [11640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8633), - [11642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7961), - [11644] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_alias, 2, .production_id = 2), - [11646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7836), - [11648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1974), - [11650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8063), - [11652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1955), - [11654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142), - [11656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1896), - [11658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1677), - [11660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5934), - [11662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1668), - [11664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1667), - [11666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1662), - [11668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1651), - [11670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1645), - [11672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1898), - [11674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5769), - [11676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1893), - [11678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7573), - [11680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7570), - [11682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7795), - [11684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7726), - [11686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7627), - [11688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7683), - [11690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129), - [11692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7758), - [11694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7782), - [11696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1964), - [11698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7613), - [11700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7626), - [11702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1900), - [11704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7668), - [11706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1903), - [11708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7701), - [11710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6062), - [11712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6067), - [11714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8549), - [11716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7745), - [11718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7785), - [11720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6112), - [11722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1984), - [11724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6127), - [11726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5801), - [11728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7708), - [11730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1972), - [11732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1988), - [11734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7579), - [11736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1989), - [11738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6234), - [11740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1904), - [11742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6181), - [11744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6079), - [11746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8797), - [11748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7564), - [11750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1983), - [11752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1905), - [11754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5854), - [11756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7728), - [11758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8735), - [11760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8734), - [11762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1906), - [11764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2007), - [11766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6153), - [11768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6099), - [11770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2008), - [11772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6064), - [11774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6875), - [11776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7783), - [11778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7787), - [11780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1907), - [11782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8631), - [11784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7816), - [11786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7707), - [11788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7805), - [11790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9420), - [11792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(763), - [11794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223), - [11796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5970), - [11798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7814), - [11800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7824), - [11802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7831), - [11804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7646), - [11806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7629), - [11808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2009), - [11810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7651), - [11812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1963), - [11814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5974), - [11816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8685), - [11818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8660), - [11820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1965), - [11822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5912), - [11824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5903), - [11826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1967), - [11828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5902), - [11830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8575), - [11832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1978), - [11834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7588), - [11836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1981), - [11838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1982), - [11840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(769), - [11842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7690), - [11844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218), - [11846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5837), - [11848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1992), - [11850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1993), - [11852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7650), - [11854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1994), - [11856] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__uni_character_literal, 2), - [11858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2002), - [11860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7764), - [11862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2005), - [11864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6980), - [11866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8320), - [11868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2006), - [11870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8741), - [11872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8742), - [11874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7971), - [11876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2010), - [11878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2011), - [11880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6015), - [11882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2040), - [11884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5420), - [11886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2012), - [11888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6121), - [11890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2015), - [11892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8023), - [11894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8788), - [11896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7973), - [11898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9022), - [11900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3858), - [11902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7634), - [11904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6035), - [11906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(776), - [11908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3291), - [11910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8082), - [11912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5992), - [11914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242), - [11916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6125), - [11918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4492), - [11920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4987), - [11922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8083), - [11924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7723), - [11926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8875), - [11928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5910), - [11930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8882), - [11932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5990), - [11934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157), - [11936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5933), - [11938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6002), - [11940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5996), - [11942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5859), - [11944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7057), - [11946] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type_parameters, 4), - [11948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3830), - [11950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8084), - [11952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5829), - [11954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6007), - [11956] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_companion_object, 4, .production_id = 4), - [11958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8695), - [11960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1899), - [11962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7834), - [11964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(779), - [11966] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_with_optional_type, 4), - [11968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160), - [11970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6058), - [11972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230), - [11974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8028), - [11976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8026), - [11978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5936), - [11980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8080), - [11982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8019), - [11984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151), - [11986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6103), - [11988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6115), - [11990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5959), - [11992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7721), - [11994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8053), - [11996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4661), - [11998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6152), - [12000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6258), - [12002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8036), - [12004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7413), - [12006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8006), - [12008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4681), - [12010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3684), - [12012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6066), - [12014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4749), - [12016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5284), - [12018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8065), - [12020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8073), - [12022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6230), - [12024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8774), - [12026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4654), - [12028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7985), - [12030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5802), - [12032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8133), - [12034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8132), - [12036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8131), - [12038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8116), - [12040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8068), - [12042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8077), - [12044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3362), - [12046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5767), - [12048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8092), - [12050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8111), - [12052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8108), - [12054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8107), - [12056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8103), - [12058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8095), - [12060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8047), - [12062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8091), - [12064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8087), - [12066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8061), - [12068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8014), - [12070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8060), - [12072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8054), - [12074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6097), - [12076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8051), - [12078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), - [12080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8096), - [12082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8125), - [12084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8126), - [12086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8130), - [12088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7621), - [12090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7636), - [12092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7607), - [12094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7598), - [12096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2014), - [12098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6071), - [12100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8607), - [12102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8606), - [12104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8039), - [12106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172), - [12108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8906), - [12110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1099), - [12112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5768), - [12114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8038), - [12116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6074), - [12118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8105), - [12120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5792), - [12122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6095), - [12124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8110), - [12126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6106), - [12128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8113), - [12130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6136), - [12132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8568), - [12134] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_companion_object, 5, .production_id = 6), - [12136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7676), - [12138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(774), - [12140] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_when_subject, 6), - [12142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8115), - [12144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247), - [12146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6183), - [12148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7994), - [12150] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_companion_object, 6, .production_id = 4), - [12152] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_secondary_constructor, 6), - [12154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7750), - [12156] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_companion_object, 6), - [12158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6164), - [12160] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_when_subject, 7), - [12162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8851), - [12164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1197), - [12166] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_companion_object, 7, .production_id = 6), - [12168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(760), - [12170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6833), - [12172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7967), - [12174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7983), - [12176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6831), - [12178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3463), - [12180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6829), - [12182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6827), - [12184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6824), - [12186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6835), - [12188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6841), - [12190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6843), - [12192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6845), - [12194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6850), - [12196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6852), - [12198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6855), - [12200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6859), - [12202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6865), - [12204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6869), - [12206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6872), - [12208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6876), - [12210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6878), - [12212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6883), - [12214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6889), - [12216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6881), - [12218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6887), - [12220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6822), - [12222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7960), - [12224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7959), - [12226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8035), - [12228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8034), - [12230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8018), - [12232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7970), - [12234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7561), - [12236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1186), - [12238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7997), - [12240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6959), - [12242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4896), - [12244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3399), - [12246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7972), - [12248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7987), - [12250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7996), - [12252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6246), - [12254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7979), - [12256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7980), - [12258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7981), - [12260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7982), - [12262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7990), - [12264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(886), - [12266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3832), - [12268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6252), - [12270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176), - [12272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7992), - [12274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6248), - [12276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8003), - [12278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7998), - [12280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7988), - [12282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7958), - [12284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2979), - [12286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3422), - [12288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6130), - [12290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8913), - [12292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1155), - [12294] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_character_escape_seq, 1), - [12296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9120), - [12298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4898), - [12300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5775), - [12302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209), - [12304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8112), - [12306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6073), - [12308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5776), - [12310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7989), - [12312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9135), - [12314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1931), - [12316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8012), - [12318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3491), - [12320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3383), - [12322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6038), - [12324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187), - [12326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5320), - [12328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6010), - [12330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(241), - [12332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5893), - [12334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6965), - [12336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1094), - [12338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8033), - [12340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3223), - [12342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5983), - [12344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8944), - [12346] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), - [12348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131), - [12350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5966), - [12352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8102), - [12354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5889), - [12356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8101), - [12358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8100), - [12360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8007), - [12362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8098), - [12364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5922), - [12366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1723), - [12368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1693), - [12370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6839), - [12372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8067), - [12374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8069), - [12376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8075), - [12378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5914), - [12380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7662), - [12382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8002), - [12384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7963), - [12386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3668), - [12388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8001), - [12390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5863), - [12392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8090), - [12394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133), - [12396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8000), - [12398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8089), - [12400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8088), - [12402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197), - [12404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8085), - [12406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2021), - [12408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6890), - [12410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5842), - [12412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8074), - [12414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7969), - [12416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8071), - [12418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8070), - [12420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8066), - [12422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8050), - [12424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8049), - [12426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8048), - [12428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8081), - [12430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8045), - [12432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7965), - [12434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7752), - [12436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7761), - [12438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7779), - [12440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7801), - [12442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7813), - [12444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7828), - [12446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7802), - [12448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7767), - [12450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5791), - [12452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6946), - [12454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2985), - [12456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4562), - [12458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7964), - [12460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8926), - [12462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8961), - [12464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8936), - [12466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8955), - [12468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6943), - [12470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5763), - [12472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6952), - [12474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6985), - [12476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5784), - [12478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5783), - [12480] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3567), + [8330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5331), + [8332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6388), + [8334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6934), + [8336] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5958), + [8338] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5960), + [8340] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6627), + [8342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6610), + [8344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4291), + [8346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2170), + [8348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9238), + [8350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6597), + [8352] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6516), + [8354] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6645), + [8356] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6653), + [8358] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_when_entry, 3), + [8360] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_when_entry, 3), + [8362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5435), + [8364] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6668), + [8366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2209), + [8368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5506), + [8370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6564), + [8372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1917), + [8374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5512), + [8376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1998), + [8378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2025), + [8380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6939), + [8382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8731), + [8384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8730), + [8386] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4533), + [8388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9228), + [8390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8012), + [8392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7616), + [8394] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5576), + [8396] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5527), + [8398] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5559), + [8400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4533), + [8402] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6596), + [8404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6869), + [8406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6552), + [8408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6455), + [8410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9546), + [8412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(958), + [8414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6590), + [8416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9344), + [8418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5168), + [8420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2014), + [8422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5522), + [8424] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_modifiers_repeat1, 2), + [8426] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(6383), + [8429] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(5560), + [8432] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(5588), + [8435] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(5579), + [8438] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(5574), + [8441] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(5305), + [8444] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(5598), + [8447] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(5578), + [8450] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(5595), + [8453] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 2), + [8455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9316), + [8457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4872), + [8459] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(6394), + [8462] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(5570), + [8465] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(5562), + [8468] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(5585), + [8471] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(5590), + [8474] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(5310), + [8477] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(5592), + [8480] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(5593), + [8483] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(5581), + [8486] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5965), + [8488] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5964), + [8490] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6584), + [8492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2026), + [8494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5517), + [8496] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 2), + [8498] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 2), SHIFT_REPEAT(6390), + [8501] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 2), + [8503] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 2), SHIFT_REPEAT(5317), + [8506] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_modifiers, 1), + [8508] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_modifiers, 1), + [8510] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5310), + [8512] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5971), + [8514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9188), + [8516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8238), + [8518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9513), + [8520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3013), + [8522] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6575), + [8524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1984), + [8526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6549), + [8528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9314), + [8530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6429), + [8532] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1642), + [8534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6802), + [8536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9444), + [8538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4552), + [8540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9497), + [8542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3053), + [8544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1970), + [8546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9475), + [8548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3642), + [8550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9305), + [8552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6430), + [8554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6537), + [8556] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6524), + [8558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9035), + [8560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4253), + [8562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(965), + [8564] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_when_entry, 5), + [8566] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_when_entry, 5), + [8568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6598), + [8570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6546), + [8572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3101), + [8574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6886), + [8576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5176), + [8578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3790), + [8580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4277), + [8582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6560), + [8584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4958), + [8586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4286), + [8588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(951), + [8590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3265), + [8592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4283), + [8594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4679), + [8596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4281), + [8598] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6554), + [8600] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6604), + [8602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1176), + [8604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4287), + [8606] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_simple_identifier, 1), SHIFT(6413), + [8609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3323), + [8611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4255), + [8613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8040), + [8615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8281), + [8617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5142), + [8619] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_simple_identifier, 1), SHIFT(9171), + [8622] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__delegation_specifiers_repeat1, 2), SHIFT_REPEAT(6886), + [8625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8241), + [8627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8697), + [8629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4238), + [8631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6561), + [8633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8004), + [8635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1960), + [8637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3086), + [8639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3085), + [8641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3662), + [8643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4551), + [8645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4538), + [8647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4843), + [8649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3672), + [8651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5388), + [8653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4249), + [8655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2993), + [8657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4828), + [8659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(174), + [8661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6568), + [8663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9292), + [8665] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6574), + [8667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5305), + [8669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6434), + [8671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9391), + [8673] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_user_type_repeat1, 2), SHIFT_REPEAT(7557), + [8676] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__enum_entries, 3), + [8678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1965), + [8680] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__enum_entries, 2), + [8682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7557), + [8684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9388), + [8686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6431), + [8688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6414), + [8690] = {.entry = {.count = 1, .reusable = false}}, SHIFT(184), + [8692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9402), + [8694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6395), + [8696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9576), + [8698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9571), + [8700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9534), + [8702] = {.entry = {.count = 1, .reusable = false}}, SHIFT(187), + [8704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6428), + [8706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9536), + [8708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6427), + [8710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9399), + [8712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2304), + [8714] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2210), + [8716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5526), + [8718] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_nullable_type_repeat1, 2), SHIFT_REPEAT(5526), + [8721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5305), + [8723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7874), + [8725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5609), + [8727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5880), + [8729] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_user_type_repeat1, 2), SHIFT_REPEAT(7481), + [8732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7481), + [8734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5953), + [8736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5620), + [8738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1430), + [8740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1434), + [8742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5515), + [8744] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__class_member_declarations, 2), + [8746] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_platform_modifier, 1), + [8748] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_modifier, 1), + [8750] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_modifier, 1), + [8752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6384), + [8754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5662), + [8756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9470), + [8758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3056), + [8760] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_modifier, 1), + [8762] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_user_type_repeat1, 2), SHIFT_REPEAT(7546), + [8765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5567), + [8767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7546), + [8769] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_nullable_type_repeat1, 2), SHIFT_REPEAT(5567), + [8772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9417), + [8774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3658), + [8776] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_visibility_modifier, 1), + [8778] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_visibility_modifier, 1), + [8780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9296), + [8782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4888), + [8784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9490), + [8786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3044), + [8788] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_modifier, 1), + [8790] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_modifier, 1), + [8792] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_member_modifier, 1), + [8794] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_member_modifier, 1), + [8796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5565), + [8798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7330), + [8800] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inheritance_modifier, 1), + [8802] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_inheritance_modifier, 1), + [8804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9533), + [8806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(959), + [8808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9183), + [8810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4530), + [8812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7409), + [8814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8816), + [8816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6954), + [8818] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constraints_repeat1, 2), SHIFT_REPEAT(6954), + [8821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5606), + [8823] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constraints_repeat1, 2), SHIFT_REPEAT(6962), + [8826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6962), + [8828] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_user_type_repeat1, 2), SHIFT_REPEAT(7479), + [8831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7479), + [8833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1511), + [8835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5756), + [8837] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7427), + [8839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9199), + [8841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5757), + [8843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5739), + [8845] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5419), + [8847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5758), + [8849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5419), + [8851] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5532), + [8853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5751), + [8855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5532), + [8857] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2903), + [8859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5750), + [8861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2903), + [8863] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__annotated_delegation_specifier_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), + [8866] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__annotated_delegation_specifier_repeat1, 1), + [8868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5575), + [8870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5573), + [8872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5561), + [8874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5597), + [8876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5577), + [8878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5596), + [8880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5671), + [8882] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3378), + [8884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5712), + [8886] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4460), + [8888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5715), + [8890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2883), + [8892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5673), + [8894] = {.entry = {.count = 1, .reusable = false}}, SHIFT(868), + [8896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5663), + [8898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4672), + [8900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5805), + [8902] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5536), + [8904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5661), + [8906] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5582), + [8908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5536), + [8910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5722), + [8912] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2876), + [8914] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8112), + [8916] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8549), + [8918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8112), + [8920] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4537), + [8922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5697), + [8924] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4812), + [8926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4537), + [8928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5680), + [8930] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3194), + [8932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5687), + [8934] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5613), + [8936] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_user_type_repeat1, 2), SHIFT_REPEAT(7565), + [8939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7565), + [8941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6391), + [8943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9310), + [8945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7972), + [8947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9339), + [8949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8013), + [8951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9505), + [8953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5119), + [8955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3075), + [8957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4837), + [8959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3626), + [8961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4546), + [8963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7982), + [8965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4526), + [8967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3010), + [8969] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9493), + [8971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6981), + [8973] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3589), + [8975] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9491), + [8977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1014), + [8979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3615), + [8981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5088), + [8983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3030), + [8985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(982), + [8987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5116), + [8989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8021), + [8991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4845), + [8993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8025), + [8995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7978), + [8997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3096), + [8999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6392), + [9001] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6875), + [9003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7018), + [9005] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5528), + [9007] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5648), + [9009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6992), + [9011] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5634), + [9013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5648), + [9015] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6998), + [9017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6996), + [9019] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6957), + [9021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6998), + [9023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6974), + [9025] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5529), + [9027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5700), + [9029] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__postfix_unary_expression_repeat1, 2), SHIFT_REPEAT(2052), + [9032] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__postfix_unary_expression_repeat1, 2), + [9034] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__postfix_unary_expression_repeat1, 2), SHIFT_REPEAT(7345), + [9037] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__postfix_unary_expression_repeat1, 2), SHIFT_REPEAT(6534), + [9040] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5547), + [9042] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4731), + [9044] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__postfix_unary_expression, 2), + [9046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6534), + [9048] = {.entry = {.count = 1, .reusable = false}}, SHIFT(847), + [9050] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4757), + [9052] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3405), + [9054] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2855), + [9056] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2850), + [9058] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3242), + [9060] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8411), + [9062] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5587), + [9064] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4455), + [9066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7584), + [9068] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameter_modifiers, 1), + [9070] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6918), + [9072] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter_modifiers, 1), + [9074] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_type_parameter_modifiers_repeat1, 2), + [9076] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_parameter_modifiers_repeat1, 2), SHIFT_REPEAT(6392), + [9079] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_type_parameter_modifiers_repeat1, 2), SHIFT_REPEAT(6980), + [9082] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_type_parameter_modifiers_repeat1, 2), SHIFT_REPEAT(6918), + [9085] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_parameter_modifiers_repeat1, 2), + [9087] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_type_modifiers_repeat1, 2), + [9089] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_modifiers_repeat1, 2), SHIFT_REPEAT(6384), + [9092] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_modifiers_repeat1, 2), + [9094] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_type_modifiers_repeat1, 2), SHIFT_REPEAT(6925), + [9097] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_parameter_modifiers_repeat1, 2), + [9099] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameter_modifiers_repeat1, 2), SHIFT_REPEAT(6391), + [9102] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_parameter_modifiers_repeat1, 2), SHIFT_REPEAT(5578), + [9105] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameter_modifiers_repeat1, 2), + [9107] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_modifiers, 1), + [9109] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_modifiers, 1), + [9111] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_type_projection_modifiers_repeat1, 2), + [9113] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_projection_modifiers_repeat1, 2), + [9115] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_type_projection_modifiers_repeat1, 2), SHIFT_REPEAT(6980), + [9118] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_projection_modifiers, 1), + [9120] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_projection_modifiers, 1), + [9122] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7423), + [9124] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_modifiers, 1), + [9126] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_modifiers, 1), + [9128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6925), + [9130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5730), + [9132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7431), + [9134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5599), + [9136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7417), + [9138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5549), + [9140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3974), + [9142] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_file_annotation_repeat1, 2), SHIFT_REPEAT(4533), + [9145] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_file_annotation_repeat1, 2), + [9147] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_file_annotation_repeat1, 2), SHIFT_REPEAT(4533), + [9150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5551), + [9152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5689), + [9154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4003), + [9156] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__unescaped_annotation, 1), SHIFT(1430), + [9159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5594), + [9161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5605), + [9163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8814), + [9165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7511), + [9167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6972), + [9169] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variance_modifier, 1), + [9171] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variance_modifier, 1), + [9173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6979), + [9175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6984), + [9177] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__type_modifier, 1), REDUCE(aux_sym_parameter_modifiers_repeat1, 1), + [9180] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__type_modifier, 1), REDUCE(aux_sym_parameter_modifiers_repeat1, 1), + [9183] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_modifier, 1), + [9185] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_modifier, 1), + [9187] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_parameter_modifiers_repeat1, 1), + [9189] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_user_type_repeat1, 2), SHIFT_REPEAT(7511), + [9192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6973), + [9194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6993), + [9196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7009), + [9198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7499), + [9200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7320), + [9202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6357), + [9204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7401), + [9206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7393), + [9208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7436), + [9210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7357), + [9212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7477), + [9214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7398), + [9216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7387), + [9218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6360), + [9220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7378), + [9222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7555), + [9224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7196), + [9226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6353), + [9228] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__annotated_delegation_specifier_repeat1, 2), + [9230] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__annotated_delegation_specifier_repeat1, 2), SHIFT_REPEAT(6391), + [9233] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__annotated_delegation_specifier_repeat1, 2), + [9235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7369), + [9237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7241), + [9239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6356), + [9241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7192), + [9243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7229), + [9245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7413), + [9247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6352), + [9249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6358), + [9251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7308), + [9253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1446), + [9255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7286), + [9257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7405), + [9259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7202), + [9261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7412), + [9263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7222), + [9265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7403), + [9267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7411), + [9269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7373), + [9271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7231), + [9273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7397), + [9275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7391), + [9277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7381), + [9279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7377), + [9281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7390), + [9283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7358), + [9285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7354), + [9287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7353), + [9289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7349), + [9291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7564), + [9293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7253), + [9295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6354), + [9297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7408), + [9299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7267), + [9301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6359), + [9303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7482), + [9305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7406), + [9307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7350), + [9309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7240), + [9311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7220), + [9313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7305), + [9315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7337), + [9317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6355), + [9319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7214), + [9321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7335), + [9323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7348), + [9325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6606), + [9327] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_companion_object, 2), + [9329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6451), + [9331] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_companion_object, 3), + [9333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7279), + [9335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7334), + [9337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7254), + [9339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7352), + [9341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7297), + [9343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7235), + [9345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7324), + [9347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7246), + [9349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7209), + [9351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7268), + [9353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7347), + [9355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7294), + [9357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7290), + [9359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7262), + [9361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7285), + [9363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7333), + [9365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7311), + [9367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7258), + [9369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7260), + [9371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7234), + [9373] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__annotated_delegation_specifier_repeat1, 2), SHIFT_REPEAT(6384), + [9376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7204), + [9378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7300), + [9380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7256), + [9382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7198), + [9384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7322), + [9386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7304), + [9388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7203), + [9390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7228), + [9392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7291), + [9394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7251), + [9396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7221), + [9398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7243), + [9400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7242), + [9402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7219), + [9404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7248), + [9406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7194), + [9408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7201), + [9410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6473), + [9412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3210), + [9414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6539), + [9416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6520), + [9418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6510), + [9420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6732), + [9422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6556), + [9424] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1149), + [9426] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4714), + [9428] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3452), + [9430] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3810), + [9432] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4974), + [9434] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 2), SHIFT(7565), + [9437] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__receiver_type, 2), + [9439] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__receiver_type, 2), + [9441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7812), + [9443] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 1), SHIFT(7565), + [9446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7768), + [9448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7766), + [9450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9445), + [9452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8640), + [9454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5692), + [9456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9179), + [9458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7703), + [9460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5778), + [9462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8511), + [9464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8509), + [9466] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__receiver_type, 1), + [9468] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__receiver_type, 1), + [9470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7824), + [9472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7737), + [9474] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 1), SHIFT(7238), + [9477] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 1), SHIFT(7281), + [9480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7839), + [9482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7749), + [9484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7859), + [9486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7862), + [9488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7752), + [9490] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 2), SHIFT(7264), + [9493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7870), + [9495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3444), + [9497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7807), + [9499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7748), + [9501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7753), + [9503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7691), + [9505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7637), + [9507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7805), + [9509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7595), + [9511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7791), + [9513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7747), + [9515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7851), + [9517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7299), + [9519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7755), + [9521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7701), + [9523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7842), + [9525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3336), + [9527] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 1), SHIFT(7276), + [9530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7757), + [9532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7836), + [9534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7793), + [9536] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3783), + [9538] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 1), SHIFT(7385), + [9541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7758), + [9543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7759), + [9545] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3847), + [9547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7744), + [9549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7742), + [9551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7760), + [9553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7718), + [9555] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 2), SHIFT(7287), + [9558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7785), + [9560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7606), + [9562] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_user_type_repeat1, 2), SHIFT_REPEAT(7502), + [9565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7786), + [9567] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4717), + [9569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7685), + [9571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7609), + [9573] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 2), SHIFT(7361), + [9576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7743), + [9578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8661), + [9580] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 2), SHIFT(7355), + [9583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7644), + [9585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7642), + [9587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7840), + [9589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7598), + [9591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8778), + [9593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7636), + [9595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7626), + [9597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7623), + [9599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7610), + [9601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7620), + [9603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7612), + [9605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7600), + [9607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7660), + [9609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7856), + [9611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7761), + [9613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7608), + [9615] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 1), SHIFT(7293), + [9618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7502), + [9620] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 2), SHIFT(7236), + [9623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7605), + [9625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7847), + [9627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7603), + [9629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7814), + [9631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7601), + [9633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7735), + [9635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7597), + [9637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7693), + [9639] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 2), SHIFT(7414), + [9642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7689), + [9644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7746), + [9646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7645), + [9648] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1063), + [9650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7614), + [9652] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3445), + [9654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7594), + [9656] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 1), SHIFT(7371), + [9659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7732), + [9661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7646), + [9663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7619), + [9665] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1086), + [9667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7844), + [9669] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 2), SHIFT(7263), + [9672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7647), + [9674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7843), + [9676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7751), + [9678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7835), + [9680] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4630), + [9682] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 2), SHIFT(7314), + [9685] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 1), SHIFT(7332), + [9688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7624), + [9690] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 1), SHIFT(7386), + [9693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7863), + [9695] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 1), SHIFT(7410), + [9698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7783), + [9700] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 2), SHIFT(7407), + [9703] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 1), SHIFT(7392), + [9706] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 1), SHIFT(7316), + [9709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7629), + [9711] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 2), SHIFT(7383), + [9714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7778), + [9716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7739), + [9718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4955), + [9720] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4980), + [9722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3375), + [9724] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 2), SHIFT(7388), + [9727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7690), + [9729] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 2), SHIFT(7318), + [9732] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 1), SHIFT(7356), + [9735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7698), + [9737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7607), + [9739] = {.entry = {.count = 1, .reusable = false}}, SHIFT(905), + [9741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(905), + [9743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2940), + [9745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2940), + [9747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7657), + [9749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7719), + [9751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9170), + [9753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5682), + [9755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7602), + [9757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6194), + [9759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5470), + [9761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5471), + [9763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7809), + [9765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7823), + [9767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9158), + [9769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5708), + [9771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7804), + [9773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6183), + [9775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4185), + [9777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4165), + [9779] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3774), + [9781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3774), + [9783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7206), + [9785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7622), + [9787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7634), + [9789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9302), + [9791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5703), + [9793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7593), + [9795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6103), + [9797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5353), + [9799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5354), + [9801] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_user_type_repeat1, 2), SHIFT_REPEAT(7550), + [9804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7819), + [9806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7686), + [9808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9251), + [9810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5706), + [9812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7625), + [9814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6106), + [9816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5480), + [9818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5476), + [9820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7632), + [9822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7650), + [9824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8996), + [9826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5676), + [9828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7655), + [9830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5987), + [9832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1137), + [9834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1136), + [9836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7811), + [9838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7656), + [9840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9000), + [9842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5679), + [9844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7666), + [9846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5992), + [9848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3433), + [9850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3388), + [9852] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3498), + [9854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3498), + [9856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7848), + [9858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7667), + [9860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9002), + [9862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5674), + [9864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7672), + [9866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5999), + [9868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3429), + [9870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3413), + [9872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7673), + [9874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8998), + [9876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5727), + [9878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7677), + [9880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6006), + [9882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3680), + [9884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3780), + [9886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7207), + [9888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7684), + [9890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9167), + [9892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5664), + [9894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7772), + [9896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5963), + [9898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2369), + [9900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2371), + [9902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7709), + [9904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9521), + [9906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5725), + [9908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7717), + [9910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5878), + [9912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5064), + [9914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4905), + [9916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7730), + [9918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9524), + [9920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5732), + [9922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7726), + [9924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6188), + [9926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5100), + [9928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5101), + [9930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7697), + [9932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9352), + [9934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5696), + [9936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7681), + [9938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6149), + [9940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5185), + [9942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5156), + [9944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7704), + [9946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9559), + [9948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5729), + [9950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7713), + [9952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6117), + [9954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1281), + [9956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1280), + [9958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7714), + [9960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9557), + [9962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5718), + [9964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7736), + [9966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6112), + [9968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4124), + [9970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4154), + [9972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7738), + [9974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9555), + [9976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5704), + [9978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7762), + [9980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6178), + [9982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3931), + [9984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3926), + [9986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7773), + [9988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9195), + [9990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5699), + [9992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7832), + [9994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5984), + [9996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3580), + [9998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3581), + [10000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7763), + [10002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9553), + [10004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5672), + [10006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7769), + [10008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6110), + [10010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4004), + [10012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3999), + [10014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7787), + [10016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9005), + [10018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5693), + [10020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7794), + [10022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6012), + [10024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4668), + [10026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4657), + [10028] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8275), + [10030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8275), + [10032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7800), + [10034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8963), + [10036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5720), + [10038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7596), + [10040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6074), + [10042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5483), + [10044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5486), + [10046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7680), + [10048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7799), + [10050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9427), + [10052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5688), + [10054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7797), + [10056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6237), + [10058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8809), + [10060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8808), + [10062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7815), + [10064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9240), + [10066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5711), + [10068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7868), + [10070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6003), + [10072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4198), + [10074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4195), + [10076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7679), + [10078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9278), + [10080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5702), + [10082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7635), + [10084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6066), + [10086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5221), + [10088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5222), + [10090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7550), + [10092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7831), + [10094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9156), + [10096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5694), + [10098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7849), + [10100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6169), + [10102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1593), + [10104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1602), + [10106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7688), + [10108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9165), + [10110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5668), + [10112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7826), + [10114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6111), + [10116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4088), + [10118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4089), + [10120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7850), + [10122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9162), + [10124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5698), + [10126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7867), + [10128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6173), + [10130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4051), + [10132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4050), + [10134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7869), + [10136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9230), + [10138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5670), + [10140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7648), + [10142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6030), + [10144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4225), + [10146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4230), + [10148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5815), + [10150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2294), + [10152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230), + [10154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5840), + [10156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5851), + [10158] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_site_target, 2), + [10160] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_site_target, 2), + [10162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5867), + [10164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5857), + [10166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5885), + [10168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1676), + [10170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(241), + [10172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5909), + [10174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8901), + [10176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5892), + [10178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8748), + [10180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5908), + [10182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8712), + [10184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1428), + [10186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1642), + [10188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8621), + [10190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8771), + [10192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5907), + [10194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8724), + [10196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1837), + [10198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1799), + [10200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2063), + [10202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1662), + [10204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1840), + [10206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1902), + [10208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2004), + [10210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5786), + [10212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1911), + [10214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2239), + [10216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1892), + [10218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1821), + [10220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6453), + [10222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6466), + [10224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1700), + [10226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6790), + [10228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2297), + [10230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5814), + [10232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2255), + [10234] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_entry, 1), + [10236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1698), + [10238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1759), + [10240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1619), + [10242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6465), + [10244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2257), + [10246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2291), + [10248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2021), + [10250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2155), + [10252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1831), + [10254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2069), + [10256] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__annotated_delegation_specifier_repeat1, 2), SHIFT_REPEAT(6389), + [10259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1686), + [10261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2131), + [10263] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_entry, 2), + [10265] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__delegation_specifiers_repeat1, 2), SHIFT_REPEAT(6873), + [10268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6558), + [10270] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_literal_repeat1, 2), SHIFT_REPEAT(1906), + [10273] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_literal_repeat1, 2), SHIFT_REPEAT(7795), + [10276] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_string_literal_repeat1, 2), + [10278] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_literal_repeat1, 2), SHIFT_REPEAT(7940), + [10281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1906), + [10283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7795), + [10285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4907), + [10287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7953), + [10289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6873), + [10291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6562), + [10293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3784), + [10295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7940), + [10297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3850), + [10299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7947), + [10301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4991), + [10303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6551), + [10305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6951), + [10307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3416), + [10309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7964), + [10311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4656), + [10313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3396), + [10315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6544), + [10317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4609), + [10319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7963), + [10321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3341), + [10323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1098), + [10325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7989), + [10327] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constraints_repeat1, 2), SHIFT_REPEAT(6951), + [10330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3392), + [10332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7969), + [10334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7531), + [10336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1044), + [10338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9264), + [10340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8921), + [10342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6065), + [10344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1694), + [10346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6177), + [10348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2152), + [10350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6124), + [10352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6502), + [10354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6151), + [10356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1788), + [10358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5951), + [10360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2084), + [10362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6007), + [10364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6036), + [10366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6119), + [10368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6010), + [10370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6011), + [10372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6121), + [10374] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_entry, 3), + [10376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5846), + [10378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6114), + [10380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6278), + [10382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2190), + [10384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6014), + [10386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6280), + [10388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6038), + [10390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6282), + [10392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6285), + [10394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6158), + [10396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6055), + [10398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5911), + [10400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8848), + [10402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7678), + [10404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8858), + [10406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6056), + [10408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5910), + [10410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6148), + [10412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9574), + [10414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8910), + [10416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6020), + [10418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1997), + [10420] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_identifier, 2), + [10422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7683), + [10424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6171), + [10426] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_identifier_repeat1, 2), + [10428] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_identifier_repeat1, 2), SHIFT_REPEAT(7683), + [10431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5855), + [10433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6021), + [10435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5816), + [10437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6033), + [10439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6168), + [10441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6224), + [10443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2020), + [10445] = {.entry = {.count = 1, .reusable = false}}, SHIFT_EXTRA(), + [10447] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9334), + [10449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9456), + [10451] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9455), + [10453] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_identifier, 1), + [10455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5612), + [10457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5891), + [10459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2005), + [10461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6155), + [10463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5890), + [10465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6143), + [10467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5889), + [10469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6202), + [10471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2293), + [10473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5888), + [10475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6207), + [10477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1901), + [10479] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9464), + [10481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6203), + [10483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6204), + [10485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6205), + [10487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6189), + [10489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1798), + [10491] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constraints_repeat1, 2), SHIFT_REPEAT(6936), + [10494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9389), + [10496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8759), + [10498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6068), + [10500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6070), + [10502] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9173), + [10504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6917), + [10506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5969), + [10508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6240), + [10510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2256), + [10512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6017), + [10514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5844), + [10516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6243), + [10518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6936), + [10520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6209), + [10522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6025), + [10524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1728), + [10526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6022), + [10528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6244), + [10530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6073), + [10532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5877), + [10534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9570), + [10536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8740), + [10538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5975), + [10540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5978), + [10542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6211), + [10544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6026), + [10546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6027), + [10548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6198), + [10550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1637), + [10552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6197), + [10554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6196), + [10556] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__delegation_specifiers_repeat1, 2), SHIFT_REPEAT(6917), + [10559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6028), + [10561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9562), + [10563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8745), + [10565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9386), + [10567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6088), + [10569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1613), + [10571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6248), + [10573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6086), + [10575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6733), + [10577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6085), + [10579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6072), + [10581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1660), + [10583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6210), + [10585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2207), + [10587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6261), + [10589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2139), + [10591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6093), + [10593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6083), + [10595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6213), + [10597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6214), + [10599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6216), + [10601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6105), + [10603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6259), + [10605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6258), + [10607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5770), + [10609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5996), + [10611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2295), + [10613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5998), + [10615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6050), + [10617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1621), + [10619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6049), + [10621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6199), + [10623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6047), + [10625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9573), + [10627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8805), + [10629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9457), + [10631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6032), + [10633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1659), + [10635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6227), + [10637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5994), + [10639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5991), + [10641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6138), + [10643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6195), + [10645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5797), + [10647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5850), + [10649] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9306), + [10651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6255), + [10653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6052), + [10655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6228), + [10657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6041), + [10659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5808), + [10661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6241), + [10663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6218), + [10665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6039), + [10667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6037), + [10669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6230), + [10671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6192), + [10673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8518), + [10675] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_secondary_constructor, 2), + [10677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7230), + [10679] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__interpolation, 3, .production_id = 5), + [10681] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__interpolation, 3, .production_id = 5), + [10683] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__enum_entries, 1), + [10685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5468), + [10687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7455), + [10689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3841), + [10691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6459), + [10693] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_companion_object, 3, .production_id = 4), + [10695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6460), + [10697] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_companion_object, 4, .production_id = 6), + [10699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8332), + [10701] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_secondary_constructor, 3), + [10703] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_import_list_repeat1, 2), SHIFT_REPEAT(7455), + [10706] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_import_list_repeat1, 2), + [10708] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__interpolation, 2, .production_id = 3), + [10710] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__interpolation, 2, .production_id = 3), + [10712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6563), + [10714] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_statements_repeat1, 2), + [10716] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_statements_repeat1, 2), SHIFT_REPEAT(259), + [10719] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_identifier_repeat1, 2), + [10721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7440), + [10723] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_user_type_repeat1, 2), SHIFT_REPEAT(7440), + [10726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6607), + [10728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5465), + [10730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257), + [10732] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_statements, 1), + [10734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258), + [10736] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__enum_entries_repeat1, 2), + [10738] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__enum_entries_repeat1, 2), SHIFT_REPEAT(5487), + [10741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6273), + [10743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8898), + [10745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6386), + [10747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(888), + [10749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6175), + [10751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5586), + [10753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3345), + [10755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6367), + [10757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3004), + [10759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2055), + [10761] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 4), + [10763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7061), + [10765] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_parameters, 2), + [10767] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_companion_object, 4), + [10769] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_secondary_constructor, 4), + [10771] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_companion_object, 5, .production_id = 4), + [10773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1521), + [10775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8057), + [10777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5615), + [10779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4482), + [10781] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_secondary_constructor, 5), + [10783] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_companion_object, 5), + [10785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7582), + [10787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3880), + [10789] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_type_parameters_repeat1, 2), SHIFT_REPEAT(5735), + [10792] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_type_parameters_repeat1, 2), + [10794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8410), + [10796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2984), + [10798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5970), + [10800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1946), + [10802] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_entry, 4), + [10804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5449), + [10806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3551), + [10808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6182), + [10810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3066), + [10812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5735), + [10814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3274), + [10816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(916), + [10818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6372), + [10820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2962), + [10822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3437), + [10824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6363), + [10826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3646), + [10828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1522), + [10830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5160), + [10832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1170), + [10834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1524), + [10836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4490), + [10838] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_parameters, 1), + [10840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5444), + [10842] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_companion_object, 6, .production_id = 6), + [10844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(857), + [10846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3372), + [10848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(762), + [10850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1532), + [10852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(932), + [10854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221), + [10856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2106), + [10858] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 3), + [10860] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__class_parameters_repeat1, 2), SHIFT_REPEAT(5463), + [10863] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__class_parameters_repeat1, 2), + [10865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5780), + [10867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5952), + [10869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4985), + [10871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5452), + [10873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3441), + [10875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1519), + [10877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1443), + [10879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5713), + [10881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1055), + [10883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5557), + [10885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2970), + [10887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5332), + [10889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1464), + [10891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5395), + [10893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3693), + [10895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3561), + [10897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8414), + [10899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8434), + [10901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5553), + [10903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6136), + [10905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8406), + [10907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1506), + [10909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3357), + [10911] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_nullable_type_repeat1, 2), SHIFT_REPEAT(8414), + [10914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6378), + [10916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5556), + [10918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3910), + [10920] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_arguments_repeat1, 2), SHIFT_REPEAT(5615), + [10923] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_arguments_repeat1, 2), + [10925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1473), + [10927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1448), + [10929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6201), + [10931] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_value_arguments_repeat1, 2), SHIFT_REPEAT(1591), + [10934] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_value_arguments_repeat1, 2), + [10936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5038), + [10938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8571), + [10940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3510), + [10942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4486), + [10944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5440), + [10946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1060), + [10948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(753), + [10950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1078), + [10952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3504), + [10954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5645), + [10956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5447), + [10958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4884), + [10960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6375), + [10962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8016), + [10964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6373), + [10966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5916), + [10968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5360), + [10970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1468), + [10972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4622), + [10974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245), + [10976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3373), + [10978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3440), + [10980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1456), + [10982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5479), + [10984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6365), + [10986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7977), + [10988] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_when_entry_repeat1, 2), SHIFT_REPEAT(932), + [10991] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_when_entry_repeat1, 2), + [10993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4778), + [10995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(757), + [10997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3494), + [10999] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_lambda_parameters_repeat1, 2), SHIFT_REPEAT(7061), + [11002] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_lambda_parameters_repeat1, 2), + [11004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1516), + [11006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1101), + [11008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5431), + [11010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4787), + [11012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1033), + [11014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5430), + [11016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8037), + [11018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6361), + [11020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3064), + [11022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5824), + [11024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(918), + [11026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(926), + [11028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1480), + [11030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5563), + [11032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5647), + [11034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4814), + [11036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6295), + [11038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6115), + [11040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5543), + [11042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9052), + [11044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7567), + [11046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(771), + [11048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3046), + [11050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2875), + [11052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3952), + [11054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4631), + [11056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1505), + [11058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5443), + [11060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3069), + [11062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4633), + [11064] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 3), + [11066] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__function_value_parameters_repeat1, 2), SHIFT_REPEAT(6382), + [11069] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__function_value_parameters_repeat1, 2), + [11071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6444), + [11073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(968), + [11075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5874), + [11077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2914), + [11079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6379), + [11081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(782), + [11083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5420), + [11085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1006), + [11087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1520), + [11089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5548), + [11091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6225), + [11093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5403), + [11095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5432), + [11097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5183), + [11099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3431), + [11101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3442), + [11103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6441), + [11105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9247), + [11107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6364), + [11109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3665), + [11111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1513), + [11113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2360), + [11115] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_value_parameter, 1), + [11117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6107), + [11119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3266), + [11121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6376), + [11123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4861), + [11125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5653), + [11127] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2), SHIFT_REPEAT(6386), + [11130] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2), + [11132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5812), + [11134] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 1, .production_id = 1), + [11136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1507), + [11138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5020), + [11140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4723), + [11142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4964), + [11144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6374), + [11146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5136), + [11148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8436), + [11150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4786), + [11152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4960), + [11154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3185), + [11156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1425), + [11158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7420), + [11160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2230), + [11162] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_value_parameter, 2), + [11164] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_indexing_suffix_repeat1, 2), SHIFT_REPEAT(1636), + [11167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(763), + [11169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5442), + [11171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3048), + [11173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1466), + [11175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3697), + [11177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2845), + [11179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6371), + [11181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1515), + [11183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5446), + [11185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1432), + [11187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7094), + [11189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5451), + [11191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3519), + [11193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5633), + [11195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6362), + [11197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9465), + [11199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5583), + [11201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5445), + [11203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4534), + [11205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5649), + [11207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7092), + [11209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4647), + [11211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4704), + [11213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5600), + [11215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6366), + [11217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4512), + [11219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3814), + [11221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6369), + [11223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(948), + [11225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3932), + [11227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5621), + [11229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2989), + [11231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1504), + [11233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4007), + [11235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3935), + [11237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6370), + [11239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5886), + [11241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5838), + [11243] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 2, .production_id = 2), + [11245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6377), + [11247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2977), + [11249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3769), + [11251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1525), + [11253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6144), + [11255] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_multi_variable_declaration_repeat1, 2), SHIFT_REPEAT(7582), + [11258] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_multi_variable_declaration_repeat1, 2), + [11260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(852), + [11262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3314), + [11264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5641), + [11266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1166), + [11268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1477), + [11270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5436), + [11272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8230), + [11274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8965), + [11276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5912), + [11278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5555), + [11280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3890), + [11282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2976), + [11284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1530), + [11286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3249), + [11288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3733), + [11290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3468), + [11292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5407), + [11294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4761), + [11296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1467), + [11298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7319), + [11300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7280), + [11302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4237), + [11304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7224), + [11306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7315), + [11308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7239), + [11310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4272), + [11312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7217), + [11314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7223), + [11316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7289), + [11318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7309), + [11320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7340), + [11322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7244), + [11324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7210), + [11326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5552), + [11328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4259), + [11330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7344), + [11332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7301), + [11334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7288), + [11336] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 3, .production_id = 1), + [11338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235), + [11340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3917), + [11342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3594), + [11344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7245), + [11346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7328), + [11348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7375), + [11350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7211), + [11352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7372), + [11354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7376), + [11356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7208), + [11358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4246), + [11360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4278), + [11362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7342), + [11364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7351), + [11366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7367), + [11368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7395), + [11370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6413), + [11372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9171), + [11374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6035), + [11376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7359), + [11378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5853), + [11380] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_with_optional_type, 2), + [11382] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_test, 2), + [11384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4260), + [11386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7339), + [11388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7250), + [11390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7336), + [11392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7325), + [11394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(238), + [11396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5817), + [11398] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_with_optional_type, 1), + [11400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7257), + [11402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3822), + [11404] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_projection, 2), + [11406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6448), + [11408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9187), + [11410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7249), + [11412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3647), + [11414] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_projection, 1), + [11416] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_header, 4), + [11418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4293), + [11420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7384), + [11422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7382), + [11424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7255), + [11426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4301), + [11428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7273), + [11430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7227), + [11432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7272), + [11434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8819), + [11436] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_header, 3), + [11438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4297), + [11440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7404), + [11442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7326), + [11444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7197), + [11446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7212), + [11448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7399), + [11450] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 4, .production_id = 2), + [11452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7302), + [11454] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_delegation_call, 2), + [11456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219), + [11458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7329), + [11460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7331), + [11462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7368), + [11464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(755), + [11466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2344), + [11468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1692), + [11470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2215), + [11472] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_with_optional_type, 4), + [11474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1723), + [11476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2341), + [11478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1689), + [11480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5861), + [11482] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_companion_object, 4, .production_id = 4), + [11484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144), + [11486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2265), + [11488] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_companion_object, 5, .production_id = 6), + [11490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2126), + [11492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7798), + [11494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1797), + [11496] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type_parameters, 4), + [11498] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_when_subject, 6), + [11500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2149), + [11502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8855), + [11504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1795), + [11506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2142), + [11508] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_companion_object, 6, .production_id = 4), + [11510] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_secondary_constructor, 6), + [11512] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_companion_object, 6), + [11514] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_when_subject, 7), + [11516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2124), + [11518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2147), + [11520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8833), + [11522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1690), + [11524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2335), + [11526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2199), + [11528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2145), + [11530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5856), + [11532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2141), + [11534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2125), + [11536] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_companion_object, 7, .production_id = 6), + [11538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1733), + [11540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6921), + [11542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2150), + [11544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2357), + [11546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1796), + [11548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2010), + [11550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1830), + [11552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2182), + [11554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7649), + [11556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7651), + [11558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7671), + [11560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7674), + [11562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7654), + [11564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7659), + [11566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7664), + [11568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7668), + [11570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1819), + [11572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7782), + [11574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7789), + [11576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2019), + [11578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1942), + [11580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2346), + [11582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2347), + [11584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5854), + [11586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2135), + [11588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7801), + [11590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2031), + [11592] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_with_optional_type, 3), + [11594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2244), + [11596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2228), + [11598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1820), + [11600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2226), + [11602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1867), + [11604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2197), + [11606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2342), + [11608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2132), + [11610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2028), + [11612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1919), + [11614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1971), + [11616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1891), + [11618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8066), + [11620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1732), + [11622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1975), + [11624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8064), + [11626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8062), + [11628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5849), + [11630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8060), + [11632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1792), + [11634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1931), + [11636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1929), + [11638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1872), + [11640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2094), + [11642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2191), + [11644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1677), + [11646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1681), + [11648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2008), + [11650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2212), + [11652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1633), + [11654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1905), + [11656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5848), + [11658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2298), + [11660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1937), + [11662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2325), + [11664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1882), + [11666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2355), + [11668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1802), + [11670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5847), + [11672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2119), + [11674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1645), + [11676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2032), + [11678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1907), + [11680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2127), + [11682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8047), + [11684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1647), + [11686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2159), + [11688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2280), + [11690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1663), + [11692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1793), + [11694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1688), + [11696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1685), + [11698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2009), + [11700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1991), + [11702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1989), + [11704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1920), + [11706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6890), + [11708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1914), + [11710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1908), + [11712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1880), + [11714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1879), + [11716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1805), + [11718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1785), + [11720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1712), + [11722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1702), + [11724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5845), + [11726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2299), + [11728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2332), + [11730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1684), + [11732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2352), + [11734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1881), + [11736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1682), + [11738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1678), + [11740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2073), + [11742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2035), + [11744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4705), + [11746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9328), + [11748] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_when_subject, 3), + [11750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7829), + [11752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7837), + [11754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7828), + [11756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2224), + [11758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2351), + [11760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7816), + [11762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7846), + [11764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7853), + [11766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2350), + [11768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7866), + [11770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7611), + [11772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7640), + [11774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7630), + [11776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7694), + [11778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8084), + [11780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7720), + [11782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4701), + [11784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2329), + [11786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5813), + [11788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5883), + [11790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2222), + [11792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7125), + [11794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1683), + [11796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5884), + [11798] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_initializer, 2), + [11800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8101), + [11802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5307), + [11804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4759), + [11806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8102), + [11808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2080), + [11810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5887), + [11812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5775), + [11814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8688), + [11816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9107), + [11818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2269), + [11820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7770), + [11822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7775), + [11824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5976), + [11826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6092), + [11828] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type_parameters, 2), + [11830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5901), + [11832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8086), + [11834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5968), + [11836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5024), + [11838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5904), + [11840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5905), + [11842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5793), + [11844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6127), + [11846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5792), + [11848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8650), + [11850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1810), + [11852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6866), + [11854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8967), + [11856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8990), + [11858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8979), + [11860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5843), + [11862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5842), + [11864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9045), + [11866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5833), + [11868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5832), + [11870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5837), + [11872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6283), + [11874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5836), + [11876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7817), + [11878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6167), + [11880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6170), + [11882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6174), + [11884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8691), + [11886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6180), + [11888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7854), + [11890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7734), + [11892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8779), + [11894] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_alias, 2, .production_id = 2), + [11896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8794), + [11898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6191), + [11900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6193), + [11902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6223), + [11904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195), + [11906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7796), + [11908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8870), + [11910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6247), + [11912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8093), + [11914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8104), + [11916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9493), + [11918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2262), + [11920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8010), + [11922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2260), + [11924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8108), + [11926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8116), + [11928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7774), + [11930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(775), + [11932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), + [11934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8144), + [11936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8163), + [11938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8162), + [11940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8157), + [11942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7643), + [11944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8738), + [11946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8727), + [11948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8119), + [11950] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__uni_character_literal, 2), + [11952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6281), + [11954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6978), + [11956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8439), + [11958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8141), + [11960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6274), + [11962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8139), + [11964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2243), + [11966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8138), + [11968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8155), + [11970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2338), + [11972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5418), + [11974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8622), + [11976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6262), + [11978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2343), + [11980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7696), + [11982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(766), + [11984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8088), + [11986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7991), + [11988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(234), + [11990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8078), + [11992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8079), + [11994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8096), + [11996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7825), + [11998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2033), + [12000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8668), + [12002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8662), + [12004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6152), + [12006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6150), + [12008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185), + [12010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8128), + [12012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8123), + [12014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8121), + [12016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7993), + [12018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8672), + [12020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6140), + [12022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2220), + [12024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7682), + [12026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7122), + [12028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(781), + [12030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8011), + [12032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3704), + [12034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5913), + [12036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5914), + [12038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8001), + [12040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4921), + [12042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4475), + [12044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8007), + [12046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6145), + [12048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3720), + [12050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216), + [12052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5919), + [12054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164), + [12056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8908), + [12058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6076), + [12060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5921), + [12062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7627), + [12064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8931), + [12066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5920), + [12068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172), + [12070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2081), + [12072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6122), + [12074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6120), + [12076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6057), + [12078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8063), + [12080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3256), + [12082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6116), + [12084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5926), + [12086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2102), + [12088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3857), + [12090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8832), + [12092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7997), + [12094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160), + [12096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5917), + [12098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3260), + [12100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8755), + [12102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8061), + [12104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5769), + [12106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8014), + [12108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5927), + [12110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7665), + [12112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6857), + [12114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8036), + [12116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(769), + [12118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6864), + [12120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209), + [12122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215), + [12124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6882), + [12126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6885), + [12128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6894), + [12130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6897), + [12132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6901), + [12134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6912), + [12136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6923), + [12138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6914), + [12140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6893), + [12142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6872), + [12144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6922), + [12146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6916), + [12148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6910), + [12150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6905), + [12152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6900), + [12154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6855), + [12156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6888), + [12158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6884), + [12160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6879), + [12162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6874), + [12164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6863), + [12166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7722), + [12168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5822), + [12170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5821), + [12172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9160), + [12174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8161), + [12176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3355), + [12178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8113), + [12180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8111), + [12182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7016), + [12184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8109), + [12186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8140), + [12188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8667), + [12190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8065), + [12192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8710), + [12194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8070), + [12196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8071), + [12198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5818), + [12200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8072), + [12202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179), + [12204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7493), + [12206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5982), + [12208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182), + [12210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5981), + [12212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8068), + [12214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8125), + [12216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5977), + [12218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8129), + [12220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115), + [12222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8907), + [12224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8130), + [12226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5929), + [12228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8131), + [12230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5972), + [12232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8092), + [12234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8052), + [12236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5961), + [12238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8145), + [12240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5807), + [12242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173), + [12244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8607), + [12246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8156), + [12248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8164), + [12250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5956), + [12252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7779), + [12254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8017), + [12256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4575), + [12258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8022), + [12260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3782), + [12262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244), + [12264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8085), + [12266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8089), + [12268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8095), + [12270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8120), + [12272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7808), + [12274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1081), + [12276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8020), + [12278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8154), + [12280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3306), + [12282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8134), + [12284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8133), + [12286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7834), + [12288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8126), + [12290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3275), + [12292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8103), + [12294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8073), + [12296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(779), + [12298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148), + [12300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5930), + [12302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1088), + [12304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), + [12306] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_character_escape_seq, 1), + [12308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9262), + [12310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4936), + [12312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5945), + [12314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9273), + [12316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2137), + [12318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8160), + [12320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1167), + [12322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8049), + [12324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120), + [12326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5931), + [12328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150), + [12330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8150), + [12332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5056), + [12334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3370), + [12336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8165), + [12338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133), + [12340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123), + [12342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1112), + [12344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242), + [12346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), + [12348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5932), + [12350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(942), + [12352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3831), + [12354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204), + [12356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5944), + [12358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7992), + [12360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5934), + [12362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138), + [12364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8044), + [12366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7001), + [12368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4596), + [12370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2987), + [12372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8051), + [12374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8023), + [12376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5935), + [12378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143), + [12380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5942), + [12382] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), + [12384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8148), + [12386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5936), + [12388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8132), + [12390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3893), + [12392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5326), + [12394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8127), + [12396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1839), + [12398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1877), + [12400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6860), + [12402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7833), + [12404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8124), + [12406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5811), + [12408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5810), + [12410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9246), + [12412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5937), + [12414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1680), + [12416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7710), + [12418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7708), + [12420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5943), + [12422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7731), + [12424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7729), + [12426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2969), + [12428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3448), + [12430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7999), + [12432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141), + [12434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5938), + [12436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5941), + [12438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8033), + [12440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8026), + [12442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8019), + [12444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8000), + [12446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8050), + [12448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8094), + [12450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8048), + [12452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8042), + [12454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3247), + [12456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1171), + [12458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8015), + [12460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8005), + [12462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8003), + [12464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206), + [12466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8137), + [12468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8136), + [12470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8146), + [12472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8147), + [12474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7764), + [12476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7756), + [12478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7740), + [12480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7724), + [12482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7715), + [12484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7712), + [12486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7705), + [12488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7702), + [12490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3493), + [12492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3409), + [12494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6988), + [12496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5940), + [12498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7998), + [12500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8029), + [12502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8034), + [12504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8098), + [12506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5939), + [12508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8135), + [12510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7010), + [12512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8159), + [12514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113), + [12516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7006), + [12518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6995), + [12520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8152), + [12522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8151), + [12524] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3585), }; #ifdef __cplusplus diff --git a/test/corpus/types.txt b/test/corpus/types.txt index 49106e5..0504420 100644 --- a/test/corpus/types.txt +++ b/test/corpus/types.txt @@ -255,3 +255,26 @@ a as Foo(x = "hi", y = "bar",) (value_argument (simple_identifier) (string_literal)))))) + +================================================================================ +Type alias with type parameters +================================================================================ + +private typealias T = Foo + +-------------------------------------------------------------------------------- + +(source_file + (type_alias + (modifiers + (visibility_modifier)) + (type_identifier) + (type_parameters + (type_parameter + (type_identifier))) + (user_type + (type_identifier) + (type_arguments + (type_projection + (user_type + (type_identifier)))))))